diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs.srt new file mode 100644 index 0000000000000000000000000000000000000000..1c3b37d1dee16a35a0fe16e1460912444b121e0a --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs.srt @@ -0,0 +1,2249 @@ +1 +00:00:21,110 --> 00:00:25,150 +بسم الله الرحمن الرحيم اليوم إن شاء الله المحاضرة + +2 +00:00:25,150 --> 00:00:29,950 +الثانية هتكون في المساق، وهنبدأ فيها إن شاء الله + +3 +00:00:29,950 --> 00:00:32,830 +في الجانب العملي، المحاضرة الماضية اتطرقنا لبعض + +4 +00:00:32,830 --> 00:00:36,590 +المفاهيم الأساسية، عرفنا أو أخذنا نقطة سريعة عن + +5 +00:00:36,590 --> 00:00:39,550 +مكونات نظام الأندرويد، وشوفنا أن الـ core بتاع + +6 +00:00:39,550 --> 00:00:43,320 +الأندرويد هو لينكس طبعا، وأن تطبيقات الأندرويد أو + +7 +00:00:43,320 --> 00:00:46,260 +الملفات التي نكتبها للأندرويد، نكتبها بالـ java، وعشان تشغلها + +8 +00:00:46,260 --> 00:00:49,540 +بلزمها حاجة اسمها الـ dalvik virtual machine اللي + +9 +00:00:49,540 --> 00:00:53,560 +هو حاجة زي الـ java virtual machine لكن مهيئة لـ + +10 +00:00:53,560 --> 00:00:57,700 +أجهزة الجوال وإمكانياتها طبعا، وزي فكرة الـ java + +11 +00:00:57,700 --> 00:00:59,980 +عن طريق الـ java virtual machine، برامج الـ java + +12 +00:00:59,980 --> 00:01:02,900 +بتشغل على أي platform، وهذه فكرة برضه الأندرويد + +13 +00:01:02,900 --> 00:01:05,740 +أنه عن طريق الـ dalvik virtual machine بقدر يشغل + +14 +00:01:05,740 --> 00:01:10,520 +على أي platform، عشان هيك يعني عدد كبير من الشركات + +15 +00:01:10,520 --> 00:01:13,240 +بتصنع hardware مختلف وبتشغله على نظام + +16 +00:01:13,240 --> 00:01:16,820 +الأندرويد، واتكلمنا عن مميزات الأندرويد أنه open + +17 +00:01:16,820 --> 00:01:21,700 +source system software + +18 +00:01:21,700 --> 00:01:27,820 +بعدين شفنا أن الملفات التي تدخل الـ dalvik virtual + +19 +00:01:27,820 --> 00:01:32,580 +machine بتبدأ بـ .dex تمام، وبيطلع ملف APK اللي هو + +20 +00:01:32,580 --> 00:01:37,160 +عبارة عن package بتحتوي على ملفات الـ .dex زائد الـ + +21 +00:01:37,160 --> 00:01:40,730 +resources، وبعد أن اتطرقنا لـ versions الأندرويد + +22 +00:01:40,730 --> 00:01:46,010 +تمام، الآن احنا وصلنا لـ Version 8 اللي هو الـ Oreo + +23 +00:01:46,010 --> 00:01:50,450 +بيسموه، واتطرقنا لإيش يعني API اللي هي الواجهة التي + +24 +00:01:50,450 --> 00:01:54,210 +بيوفروها للمبرمجين، تمام؟ غالبا كل ما تطورت الـ + +25 +00:01:54,210 --> 00:01:58,470 +Version بيطور معها الـ API المتوفر للمبرمجين، رقم الـ API + +26 +00:01:58,470 --> 00:02:02,490 +المعنى في مين المبرمج، تمام؟ رقم الـ Version معنى في + +27 +00:02:02,490 --> 00:02:07,120 +أي مستخدم بده يعمل upgrade، وحكينا أن مش كل الأجهزة + +28 +00:02:07,120 --> 00:02:10,280 +بتعمل upgrade، يعني في أجهزة في السوق لسه + +29 +00:02:10,280 --> 00:02:15,520 +بتستخدم KitKat و Marshmallow، مش كلها عملت update + +30 +00:02:15,520 --> 00:02:18,840 +لـ إيش؟ لأوريو، هذا معناه أنك ما تعمل development + +31 +00:02:18,840 --> 00:02:22,920 +تجري الأجهزة القديمة + +32 +00:02:25,600 --> 00:02:30,100 +الآن بدك تبدأ تتطوير أندرويد، إيش اللي لزمك؟ خلينا + +33 +00:02:30,100 --> 00:02:32,860 +نسترجع شوية لما كنا نشتغل جافا، إيش اللي لزمنا لما + +34 +00:02:32,860 --> 00:02:37,080 +جينا نشتغل جافا؟ جافا الـ IDE، الـ JDK، الـ Java + +35 +00:02:37,080 --> 00:02:39,360 +Development Kit اللي فيها الـ compiler بتاع الجافا + +36 +00:02:39,360 --> 00:02:43,180 +والـ libraries، بدونها ما أقدرش اشتغل، والأندرويد + +37 +00:02:43,180 --> 00:02:47,480 +برضه لازم إيش؟ الـ SDK أو الـ JDK، هي نفسها، تمام؟ + +38 +00:02:47,480 --> 00:02:50,680 +الـ SDK بتحتوي على الـ JDK، الـ Java Development Kit + +39 +00:02:52,390 --> 00:02:55,430 +لأن الأندرويد أنت بتشغل فيه جافا، حتى لو شغال Kotlin + +40 +00:02:55,430 --> 00:03:03,370 +الـ Kotlin في الآخر بتحول لجافا، تمام؟ فبرضه + +41 +00:03:03,370 --> 00:03:06,910 +بلزمك Java Development Kit، طيب إيش بلزمنا غير الـ + +42 +00:03:06,910 --> 00:03:09,290 +Java Development Kit؟ إيش لزمنا إحنا من الـ + +43 +00:03:09,290 --> 00:03:14,550 +جافا؟ IDE، IDE اختصار لإيش؟ لـ Integrated Development + +44 +00:03:14,550 --> 00:03:17,150 +Environment اللي هو البرنامج أو الأداة اللي بتسهل + +45 +00:03:17,150 --> 00:03:22,370 +عليك البرمجة، أيام البرمجة كنا نستخدم NetBeans، تمام؟ + +46 +00:03:22,370 --> 00:03:27,300 +الآن إحنا في الأندرويد بنستخدم Android Studio، وطبعا + +47 +00:03:27,300 --> 00:03:30,980 +هتشوفوا أن Android Studio سلس في الاستخدام أكثر + +48 +00:03:30,980 --> 00:03:36,920 +وإمكانيات أكثر من NetBeans، طيب يبقى هدول أنتَ + +49 +00:03:36,920 --> 00:03:40,680 +لازمك تنزلهم طبعا، زي ما شفنا برضه أيام البرمجة + +50 +00:03:40,680 --> 00:03:44,720 +كنا ننزل إحنا bundle واحدة بتحتوي على NetBeans و + +51 +00:03:44,720 --> 00:03:48,660 +الـ JDK كله مرة واحدة وبننزله على الجهاز، ونفس الشيء + +52 +00:03:48,660 --> 00:03:53,850 +أنت لما تنزل Android Studio بتقدر تنزله كله مرة + +53 +00:03:53,850 --> 00:03:58,070 +واحدة، تقدر تقول Android Studio download، تمام؟ هتبقى + +54 +00:03:58,070 --> 00:04:03,490 +بـ file setup حجمه تقريبا 800 ميجا، تمام؟ اللي بيحصل أن + +55 +00:04:03,490 --> 00:04:08,780 +أنت لما تعمله setup بده بعدين يعمل update، هيطول + +56 +00:04:08,780 --> 00:04:12,800 +شوية حسب سرعة النت عندك، بس أنا ما بتوقعش أنه بده + +57 +00:04:12,800 --> 00:04:17,100 +أقل من ساعتين، بعد ما إيش؟ بعد ما تعمله setup، ويمكن + +58 +00:04:17,100 --> 00:04:20,200 +كمان لما تفتح الـ Android Studio برضه يعمل إيش؟ + +59 +00:04:20,200 --> 00:04:24,780 +update، هيطول شوية لما يمشي، وللأسف كمان لو انقطعت + +60 +00:04:24,780 --> 00:04:28,580 +الكهربا وهو بيعمل update بده يرجع يعيد من أول وجديد + +61 +00:04:28,580 --> 00:04:29,180 +جديد + +62 +00:04:31,850 --> 00:04:35,330 +فبدك تتعب شوية قبل إيش؟ ما تنزله في الأول عشان + +63 +00:04:35,330 --> 00:04:38,030 +ما تحصلش زي مشاكل الفصل اللي فات، يجيني واحد في آخر الفصل + +64 +00:04:38,030 --> 00:04:41,190 +يقول لي كيف نزل NetBeans أو كيف نزل البرنامج + +65 +00:04:41,190 --> 00:04:44,630 +اللي بالفيديو، بشكل الفيديو، هات ننزل من أول عشان + +66 +00:04:44,630 --> 00:04:51,790 +ما أحقدش عليك، ليش تقول لي أنتَ مش نازل البرنامج، طيب + +67 +00:04:51,790 --> 00:04:55,890 +غير الـ Android Studio، إيش بلزمني الآن؟ أنتَ برضه + +68 +00:04:55,890 --> 00:05:00,910 +بلزمك حاجة تجرب عليها، زمان أيام الـ .. الـ .. الـ .. + +69 +00:05:00,910 --> 00:05:04,210 +برمجة كنا نجرب نشغل برامج على الـ PC، كنا نعملها + +70 +00:05:04,210 --> 00:05:06,450 +الآن البرامج هذه المفروض تشغل وين؟ مش على الـ + +71 +00:05:06,450 --> 00:05:10,550 +ويندوز، المفروض تشغل على نظام تشغيل أندرويد، إيش + +72 +00:05:10,550 --> 00:05:14,270 +خيارات التجربة؟ خيارات التجربة التالية، يعني أنتَ + +73 +00:05:14,270 --> 00:05:16,670 +عشان تجرب الآن التطبيقات بتاعتك، أنتَ تجرب التالي: + +74 +00:05:16,670 --> 00:05:20,090 +أول حاجة، الأندرويد نفسه بيوفر محاكي، إيش يعني + +75 +00:05:20,090 --> 00:05:25,290 +محاكي؟ Emulator بنسميه، تمام؟ Emulator، Emulator هو + +76 +00:05:25,290 --> 00:05:29,400 +عبارة عن شاشة بيفتح لك إياها، زي شاشة الجوال، بتقدر + +77 +00:05:29,400 --> 00:05:35,620 +تجرب عليها، لكن للأسف، للأسف الـ emulator بطيء جدا + +78 +00:05:35,620 --> 00:05:38,600 +لما يشتغل، بيطول شوية، يعني أنا عنده على الجهاز بسيبه + +79 +00:05:38,600 --> 00:05:43,180 +ربع ساعة قبل ما يفتح الشاشة بتاعته، بيحصل، ما أعرفش + +80 +00:05:43,180 --> 00:05:46,260 +عايز جهاز ثاني ممكن يشغل أفضل، بس أنا بستغنى عنه + +81 +00:05:46,260 --> 00:05:49,960 +بستخدم Genymotion، تمام؟ في emulators ثانية، برامج + +82 +00:05:49,960 --> 00:05:53,840 +بيوفروها، زي مثلا في برنامج اسمه، طبعا أنتو لحالكم + +83 +00:05:53,840 --> 00:05:56,040 +بتدوروا عليه، كبرتو هالـ gate، بتلاقوا تستخدموا نت و + +84 +00:05:56,040 --> 00:05:58,340 +جوجل، صح ولا لأ؟ ولا في حاجات وحاجات جوجل + +85 +00:05:58,340 --> 00:06:06,240 +بتستخدموه؟ Genymotion، تمام؟ لو أنتو بحثتوا على الـ + +86 +00:06:06,240 --> 00:06:10,370 +internet، كتبتوا كلمة Genymotion، هذا عبارة عن + +87 +00:06:10,370 --> 00:06:15,550 +emulator للأندرويد كويس وسريع، أفضل من الـ emulator + +88 +00:06:15,550 --> 00:06:19,910 +بتاع الأندرويد، بس مشكلته أنه بيديك license تلاتين + +89 +00:06:19,910 --> 00:06:24,630 +يوم، يعني بعد الثلاثين يوم بدك تضطر أنك تشيله، تنزله + +90 +00:06:24,630 --> 00:06:28,050 +تعمل registration بـ email جديد عشان يشتغل ثاني + +91 +00:06:28,050 --> 00:06:32,990 +طبعا أنا + +92 +00:06:32,990 --> 00:06:36,940 +بالنسبة لي، لا بأشتغل على هذا ولا على هذا، أفضل حل + +93 +00:06:36,940 --> 00:06:42,500 +للتجربة هو الشغل على الجوال مباشرة، أفضل حل، التجربة + +94 +00:06:42,500 --> 00:06:47,500 +هو الشغل على الجوال مباشرة، أشبك الجوال وجرب كيف + +95 +00:06:47,500 --> 00:06:53,240 +طيب، أول حاجة أنتَ بلزمك جهاز عليه أندرويد، أي جهاز + +96 +00:06:53,240 --> 00:06:58,480 +حتى لو تابلت عليه أندرويد بتقدر تجرب عليه، تمام؟ و + +97 +00:06:58,480 --> 00:07:00,700 +بعدين بدك توصل الجهاز بالكابل + +98 +00:07:03,100 --> 00:07:05,540 +أحيانا الـ .. الـ .. الـ .. ممكن الـ Android Studio + +99 +00:07:05,540 --> 00:07:10,220 +ما يتعرفش على الجهاز، ما يشوفوش، تمام؟ حسب .. حسب + +100 +00:07:10,220 --> 00:07:15,580 +الأجهزة، آه؟ يعني مثلا، ففي الحالة هذه، بتضطر تبحث + +101 +00:07:15,580 --> 00:07:19,000 +على الـ net على الـ driver اللي بيخلي الجهاز يتعرف + +102 +00:07:19,000 --> 00:07:22,560 +على الجوال، هذا أنا مش هشغلكم إياه أكيد، يعني مش + +103 +00:07:22,560 --> 00:07:25,920 +همسك جوالاتكم واحد واحد وأشبكه في هذا وأظبط له + +104 +00:07:25,920 --> 00:07:28,360 +إياه، لأ أنتَ لحالك تدورها، لأن أنتَ ما شاء الله عليك + +105 +00:07:28,360 --> 00:07:31,200 +ولما تنزلوا برنامج على الجوال، مباريات ولا حاجة + +106 +00:07:31,200 --> 00:07:34,420 +بيضلكم تلفوا كل المحلات لما يصدروا حاجة تعتبر + +107 +00:07:34,420 --> 00:07:37,740 +حالك، برضه نفس الحاجة، بدك تشغل الجوال على الجهاز + +108 +00:07:37,740 --> 00:07:43,040 +ممكن .. ممكن يتعرف عليه على طول، بالذات أجهزة الـ + +109 +00:07:43,040 --> 00:07:48,720 +Samsung بتتعرف بسهولة، وحتى لو ما اتعرفش عليها ممكن + +110 +00:07:48,720 --> 00:07:52,720 +تروح تدور على الـ net على حاجة اسمها Smart Switch + +111 +00:07:52,720 --> 00:07:56,860 +إيش؟ + +112 +00:07:56,860 --> 00:08:00,320 +Smart Switch، هذا هذا Smart Switch برنامج موجود + +113 +00:08:00,320 --> 00:08:04,640 +بيحتوي على كل drivers لأجهزة السامسونج طبعا، يعني + +114 +00:08:04,640 --> 00:08:07,680 +أنتَ لو رحت بحثت على جوجل على Smart Switch ونزلته + +115 +00:08:07,680 --> 00:08:13,400 +طبعا على طول لو شبكت جهازك، هيتعرف عليه، لأنه فيه كل + +116 +00:08:13,400 --> 00:08:19,950 +drivers لأجهزة السامسونج الحديثة، ماشي يا جماعة؟ بدك + +117 +00:08:19,950 --> 00:08:23,630 +تروح من اليوم تنزل Android Studio، تعمله update، + +118 +00:08:23,630 --> 00:08:28,470 +تتأكد أنه شغال تمام، تحاول تشبك جوالك وتتأكد أن + +119 +00:08:28,470 --> 00:08:33,790 +جهازك بيتعرف عليه، طبعا إذا كان جهازك LG أو سوني أو + +120 +00:08:33,790 --> 00:08:37,130 +هواوي أو غيره، يعني ما بعرفش، ما جربتش، أنا بدك تجيب له + +121 +00:08:37,130 --> 00:08:40,870 +برضه driver، يا ممكن يتعرف عليه لحاله، أنتَ حظك، نصيبك + +122 +00:08:40,870 --> 00:08:45,570 +بس في الآخر كله بنعمله، أي جهاز بنشتغل عليه + +123 +00:08:45,570 --> 00:08:50,410 +الـ Android Studio بتشتغل عليه، أنا شفت ناس معهم سوني + +124 +00:08:50,410 --> 00:08:55,030 +و HTC، وكله بيشتغلوا وبيشتغلوا، مش هيكون في عيب + +125 +00:08:55,030 --> 00:08:57,630 +بالنسبة لك، فأنا بقول أسهل طريقة أو أفضل طريقة + +126 +00:08:57,630 --> 00:09:03,780 +للتجربة هي التجربة على الجوال على طول، طبعا لأن برضه + +127 +00:09:03,780 --> 00:09:06,240 +تجربة على الجوال بتخليك تجرب حاجات صعب تجربها على + +128 +00:09:06,240 --> 00:09:10,420 +الجهاز، زي مثلا تجربة الكاميرا، تجربة الـ .. الـ .. الـ + +129 +00:09:10,420 --> 00:09:14,940 +GPS والخرائط، طبعا تجربة على الجوال بتكون أفضل طبعا + +130 +00:09:14,940 --> 00:09:20,820 +طيب، هذه اللي أنتَ لازمها، لازمك الـ Android Studio بالـ + +131 +00:09:20,820 --> 00:09:28,120 +update تبعه، لازمك emulator أو أنك تشتغل على الجوال + +132 +00:09:29,870 --> 00:09:32,330 +طيب، نبدأ على الـ gate، أنتَ أول ما تنزل الـ Android + +133 +00:09:32,330 --> 00:09:36,210 +Studio، هي تنزل icon عنده على سطح المكتب اللي + +134 +00:09:36,210 --> 00:09:40,740 +هي هي شكلها بالشكل هذا، وأول ما تفتحه هو هتفتح عندك + +135 +00:09:40,740 --> 00:09:45,840 +النافذة هذه، طبعا النافذة هذه اللي موجود هنا هذا مش + +136 +00:09:45,840 --> 00:09:48,340 +هتشوفه، هذه إيش؟ التطبيقات السابقة اللي أنتَ عملتها + +137 +00:09:48,340 --> 00:09:52,660 +بتطلع هنا، إذا ما فيش عندك لسه ولا تطبيق بتطلعش، مش + +138 +00:09:52,660 --> 00:09:56,780 +أنتَ في الـ java كان عندك تطبيقات على الشمال، أنتَ لسه + +139 +00:09:56,780 --> 00:10:00,620 +أول مرة بتطلعش عندك تطبيقات هنا، إيه الخيارات؟ هو إيش + +140 +00:10:00,620 --> 00:10:04,910 +الـ بداياتك؟ أول خيار start a new Android Studio + +141 +00:10:04,910 --> 00:10:07,850 +project، ابدأ مشروع جديد، هذا اللي هنشتغل عليه إحنا + +142 +00:10:07,850 --> 00:10:12,370 +نعمل مشروع جديد، أو open an existing Android Studio + +143 +00:10:12,370 --> 00:10:17,170 +project، افتح مشروع سابق أنت جبته من مجلة كده بدك + +144 +00:10:17,170 --> 00:10:23,900 +تفتحه، check out project from Version control، هذا + +145 +00:10:23,900 --> 00:10:26,440 +بالضبط لما يكون فيه حاجة اسمها Version control + +146 +00:10:26,440 --> 00:10:29,720 +system، مبرمجين بيشتغلوا كتير مشاركين الـ code على + +147 +00:10:29,720 --> 00:10:32,760 +الـ internet بدون ما يجيبوا أنتو الـ code اللي موجود + +148 +00:10:32,760 --> 00:10:38,460 +على الـ internet، تمام؟ هذا للناس اللي بتشتغل كتير + +149 +00:10:38,460 --> 00:10:42,900 +يعني، إحنا حاليا بنبدأ من وين؟ start a new Android + +150 +00:10:42,900 --> 00:10:47,440 +Studio project، هيفتح عندك الشاشة هذه، للأسف ما أقدرش + +151 +00:10:47,440 --> 00:10:50,460 +أكبر الخط هنا، هأكبر الخط بعدين لما نيجي نشتغل + +152 +00:10:50,460 --> 00:10:56,200 +coding، الـ application name، اكتب اسم التطبيق اللي + +153 +00:10:56,200 --> 00:11:01,560 +أنتَ بدك إياه، يفضل أن أنتَ تكتب اسم familiar، زي لما كنتَ + +154 +00:11:01,560 --> 00:11:04,940 +تسمي project جافا، سمي أي اسم بدك إياه، بس ما تسميش عربي + +155 +00:11:04,940 --> 00:11:07,340 +مثلا + +156 +00:11:11,320 --> 00:11:20,040 +first mobile app، تمام؟ كيف تصدق + +157 +00:11:20,040 --> 00:11:25,180 +لخمس سنين ما جربتش، خلاص انسى العربي بهالجيل هاي + +158 +00:11:25,180 --> 00:11:32,100 +first mobile app، الآن company domain، هذا مهم، إيش + +159 +00:11:32,100 --> 00:11:35,660 +الـ company domain هذا؟ هلجيت يا جماعة إذا متذكرين + +160 +00:11:35,660 --> 00:11:37,800 +أيام الـ Android Studio لما كنت بشرح مشروع كانوا + +161 +00:11:37,800 --> 00:11:43,360 +يحطوا لك إياه في package، مجموعة مجلدات بيرتبها في مجلدات + +162 +00:11:43,360 --> 00:11:49,060 +الآن نفس الشيء، الـ code تبعك للمشروع هيحطه في + +163 +00:11:49,060 --> 00:11:54,260 +package، تمام؟ في مجلدات برضه لها مسار، الآن الحاجة + +164 +00:11:54,260 --> 00:11:58,700 +المهمة أنه بكرا لما ترفع تطبيقك على الـ store لازم + +165 +00:11:58,700 --> 00:12:03,080 +مسار الـ package تبعك ما يكونش متكرر وين؟ على الـ + +166 +00:12:03,080 --> 00:12:07,000 +store، لأنه بيعتبر أن هذا مسار الـ package زي اسم + +167 +00:12:07,000 --> 00:12:10,840 +التطبيق تبعك اللي بميزه، ما فيش تطبيقين يكونوا على الـ + +168 +00:12:10,840 --> 00:12:13,920 +store يلهم نفس مسار الـ package، الناس على فكرة كيف + +169 +00:12:13,920 --> 00:12:16,680 +بتسمي أسماء الـ packages عشان تضمن أنها ما تتكررش؟ + +170 +00:12:16,680 --> 00:12:19,840 +لو الشركة اللي أنتَ شغال فيها عندها موقع إنترنت + +171 +00:12 + +223 +00:16:04,980 --> 00:16:08,440 +Internet of Things؟ هذا بتبرمج الـ microchips و + +224 +00:16:08,440 --> 00:16:12,820 +المعالجات و الـ .. زي الـ Raspberry Pi مثلا و الـ + +225 +00:16:12,820 --> 00:16:17,800 +Arduino سمعتوا فيهم؟ أه ما سمعتوش فيهم؟ ممكن تشتغل + +226 +00:16:17,800 --> 00:16:22,480 +فيهم على Android تمام؟ احنا حاليا هنشتغل على إيش؟ على الـ + +227 +00:16:22,480 --> 00:16:25,480 +phone و الـ tablet بس برضه ما تضيفيش حاجة مش لازمك + +228 +00:16:25,480 --> 00:16:29,780 +مش روح المعلم هي يلا تعالى نحط هيك لأ، اللي مش + +229 +00:16:29,780 --> 00:16:33,040 +لازمك ما تحطوش عشان ما ياخدش مساحة أو حجم في التطبيق + +230 +00:16:33,040 --> 00:16:37,180 +لأن كل هذا بتتجرب فيه المكتبات و تُضاف، طبعا نجي لنقطة + +231 +00:16:37,180 --> 00:16:40,420 +المهمة هنا، الـ minimum SDK هذا اتكلمنا عليه + +232 +00:16:40,420 --> 00:16:44,080 +في المحاضرة الماضية، الآن هو لما تيجي تبرمج، هيخليك تعمل + +233 +00:16:44,080 --> 00:16:47,780 +على آخر update عمله في الـ Android Studio مثلا أنا + +234 +00:16:47,780 --> 00:16:50,940 +نزّلت الـ Android Studio قبل تلات أيام، آخر update عمله + +235 +00:16:50,940 --> 00:16:56,430 +لـ API 28، أحدث حاجة هتبرمج عليها، لكن إذا أنا برمجت + +236 +00:16:56,430 --> 00:16:59,990 +عليها أحدث حاجة و طلّعت التطبيق، مش هيغطي + +237 +00:16:59,990 --> 00:17:03,250 +أجهزة كتير في السوق، لأن مش كل الأجهزة بتشغل API + +238 +00:17:03,250 --> 00:17:06,890 +الـ 28، في أجهزة لسه شغالة على القديم، فببدأ أقول له + +239 +00:17:06,890 --> 00:17:11,970 +ادعم لي KitKat مثلا من 19، يعني أنا ببدأ أشغل على 28 + +240 +00:17:11,970 --> 00:17:17,190 +بس خلي .. خلي يدعم لي حد KitKat اللي هو إيش؟ API 19 + +241 +00:17:17,190 --> 00:17:22,540 +هذا معناه، و أنت بتبرمج، إذا استخدمت function مش + +242 +00:17:22,540 --> 00:17:27,380 +موجودة .. مش .. مش مدعومة في API 19، هينبهر، هيبقى + +243 +00:17:27,380 --> 00:17:30,460 +بيقول لك أنت بيقلق، هذا error، هذا error، هذا error، كيف + +244 +00:17:30,460 --> 00:17:33,880 +عرف أن هذا error؟ بيبقى بيقارن الكود اللي بتكتبه + +245 +00:17:33,880 --> 00:17:38,480 +باحتياجات الـ API 19، زي ما قلنا المرة الماضية، + +246 +00:17:38,480 --> 00:17:42,300 +ما ينفعش تنزل كتير، ما ينفعش أقول نروح لإيش؟ لـ API + +247 +00:17:42,300 --> 00:17:47,080 +مثلا 14 أو 10، ليش؟ معناه أنه كل ما أنت .. حسيني + +248 +00:17:47,080 --> 00:17:49,800 +نكد عليك، كل ما أنت بتبقى المدى يقول لك هذه مش مدعومة + +249 +00:17:49,800 --> 00:17:53,610 +الزمان، هذه مش مدعومة بالزمان، يعني هتفقد حاجات كتير + +250 +00:17:53,610 --> 00:17:57,930 +و في نفس الوقت، أصلًا API 14 بطلت، يعني مين + +251 +00:17:57,930 --> 00:18:02,890 +بيستخدمها في السوق؟ أجهزة قديمة، Ice Cream Sandwich + +252 +00:18:02,890 --> 00:18:06,830 +Ice Cream Sandwich بيسموها، اللي أنا أطلعه هو لحاله كمان + +253 +00:18:06,830 --> 00:18:10,190 +بيقول لك أنت لو غطيت Ice Cream Sandwich بتغطي كم جهاز؟ + +254 +00:18:10,190 --> 00:18:13,330 +عدد الأجهزة اللي بتغطيها في السوق 100%، جهازك + +255 +00:18:13,330 --> 00:18:17,230 +بيشتغل على كل أجهزة في السوق، لكن هتخسر كتير من + +256 +00:18:17,230 --> 00:18:21,770 +إمكانية البرمجة، لكن مثلا خليني أزيده شوية، مثلا لو + +257 +00:18:21,770 --> 00:18:28,290 +بتحطّه على 19، لو أنت اشتغلت على API Minimum 19 + +258 +00:18:28,290 --> 00:18:34,430 +معناه أنه تطبيقك هيغطي الأجهزة بنسبة 95%، لاحظ أنه + +259 +00:18:34,430 --> 00:18:38,970 +فرّجت إيش؟ 5%، الله لا يردهم، الـ 5% بس احنا بنستفيد + +260 +00:18:38,970 --> 00:18:43,110 +إمكانية برمجية كبيرة، تعالى نزيدها شوية نشوف 20 + +261 +00:18:43,110 --> 00:18:49,060 +إيش صار؟ لأ، هيك إيش يعني؟ قلت كتير، آه 15% في + +262 +00:18:49,060 --> 00:18:53,560 +المية كتير، تمام؟ ما بنحِب نخسرهم هدول، فبدك توازن أنت + +263 +00:18:53,560 --> 00:18:57,220 +بين 19 مثلا، شوف مثلا من 19 لتسعة عشر، ما فرّجت + +264 +00:18:57,220 --> 00:19:03,700 +خمسة و تسعين، و تسعة و عشرين، خمسة و تسعين و + +265 +00:19:03,700 --> 00:19:06,960 +ثلاثة، و هذا باقي الـ update، كل ما يعمل update الـ + +266 +00:19:06,960 --> 00:19:09,780 +Android Studio بيحدث الإحصائية هذه بناء على آخر + +267 +00:19:09,780 --> 00:19:13,970 +التطورات في السوق، الـ KitKat هذه المعلومة لها شوف + +268 +00:19:13,970 --> 00:19:18,410 +لو أنا حطيت آخر واحدة، أنا بدي اشتغل على 28 و أطنش كل + +269 +00:19:18,410 --> 00:19:23,170 +اللي قبل، تمام؟ إيش كتب لك؟ هيك، هتغطي أقل من 1% من + +270 +00:19:23,170 --> 00:19:25,890 +الـ .. يعني لسه ما فيش أجهزة كتير أصلًا عاملة update + +271 +00:19:25,890 --> 00:19:31,390 +لـ .. أو بتستخدم API 18، فهذا مهم يا جماعة أن أنت + +272 +00:19:31,390 --> 00:19:35,490 +اشتغل على الحديث، بس حاول تدعم القديم بحيث تضمن أن + +273 +00:19:35,490 --> 00:19:38,910 +يكون فيه أكبر distribution مغطى في السوق وإمكانيات + +274 +00:19:38,910 --> 00:19:43,930 +برمجة كويسة، فلا ترجع كتير قديم، ولا تختار جديد كتير + +275 +00:19:43,930 --> 00:19:49,370 +خلصنا، يعني اللي بعد الآن، إيش العنوان هذا؟ Add an + +276 +00:19:49,370 --> 00:19:52,830 +activity to mobile، هل جيت، احنا نتذكر لما كنا + +277 +00:19:52,830 --> 00:19:55,810 +نشتغل Graphical User Interface على الجافا، إيش أول + +278 +00:19:55,810 --> 00:19:59,630 +component كنا نعمله؟ الـ framework تمام، اللي هو + +279 +00:19:59,630 --> 00:20:04,250 +داخله من جوا، إيش كل حاجة؟ أي تطبيق أندرويد عن أقل + +280 +00:20:04,250 --> 00:20:07,750 +بدّه يكون فيه activity واحدة أو واجهة واحدة، تمام؟ + +281 +00:20:07,750 --> 00:20:10,950 +الواجهة في الاندرويد ما بيسموهاش frame، بيسموها إيش؟ + +282 +00:20:10,950 --> 00:20:16,100 +activity، الترجمة الحرفية لـ activity إيش؟ نشاط، تمام؟ + +283 +00:20:16,100 --> 00:20:23,060 +هو بيترجمها activity، ماشي يا جماعة؟ ممكن التطبيق + +284 +00:20:23,060 --> 00:20:25,680 +يكون فيه عشرات الـ activities، واحدة تفتح واحدة + +285 +00:20:25,680 --> 00:20:29,520 +واحدة، تمام؟ بس على الأقل بدك تبدأ من إيش؟ من + +286 +00:20:29,520 --> 00:20:35,640 +activity أساسية، طيب، بقول لك اختار، هو طبعا كمان بيسهّل + +287 +00:20:35,640 --> 00:20:39,780 +عليك، أنه ممكن تختار أنت activity فاضية، إيش هنعمل؟ + +288 +00:20:39,780 --> 00:20:43,600 +activity فاضية ما تحطش فيها ولا code ولا حاجة، و ممكن + +289 +00:20:43,600 --> 00:20:47,780 +تختار activities تخلي يضيف لك code جاهز، مثلا أنا + +290 +00:20:47,780 --> 00:20:51,400 +بدي activity يظهر فيها الـ navigation drawer هذا + +291 +00:20:51,400 --> 00:20:54,700 +اللي بتسحب وزي هيك يطلع لك أزرار، بدي activity يطلع + +292 +00:20:54,700 --> 00:21:00,240 +فيها الـ scroll، activity يطلع فيها خريطة، بيحط لك الـ + +293 +00:21:00,240 --> 00:21:05,280 +code جاهز، لكن احنا طبعا بدأنا، بدأنا يعني، book جدّام + +294 +00:21:05,280 --> 00:21:08,380 +لما تصير تتعلم الحاجات هذه، خلاص، بعد ما تتعلم الـ + +295 +00:21:08,380 --> 00:21:12,020 +code، تاخد إيش؟ الجاهز، تقدر تعدل عليه، لأنّ دالبالك هو + +296 +00:21:12,020 --> 00:21:15,660 +أنت هتاخده جاهز بس لازم تعدل عليه، هجيب طبعا احنا + +297 +00:21:15,660 --> 00:21:19,340 +كأول تطبيق، مش هنستخدم الحاجات الجاهزة، صح ولا + +298 +00:21:19,340 --> 00:21:26,980 +هنقوله روح استخدم إيش؟ empty activity، تمام؟ و هاي + +299 +00:21:26,980 --> 00:21:37,870 +next، طيب، الآن الاندرويد + +300 +00:21:37,870 --> 00:21:40,830 +بيختلف شوية عن الـ Swing اللي كنا شغالين عليه، في + +301 +00:21:40,830 --> 00:21:46,180 +حاجة مهمة، اللي بيفصل التصميم عن الـ code، بيفصل + +302 +00:21:46,180 --> 00:21:49,940 +التصميم عن الـ code، و هذه حاجة كويسة، بيسمّوه الـ MVC + +303 +00:21:49,940 --> 00:21:55,200 +الفصل التصميم عن الـ code على أساس أنه ما بدّوش يلخبط + +304 +00:21:55,200 --> 00:21:59,600 +الحاجات اللي علاقة بالرسم والألوان وكذا مع الـ code + +305 +00:21:59,600 --> 00:22:02,640 +اللي له علاقة بالـ actions، وإلّا هيصير الـ code تبعك + +306 +00:22:02,640 --> 00:22:06,120 +إيش؟ كبير جدا و ملخبط، فيه حاجات كتير تقعد تدور على + +307 +00:22:06,120 --> 00:22:08,460 +تغيير اللون، تقعد تدور على نقطة في بحر + +308 +00:22:11,770 --> 00:22:14,410 +السبب الثاني كمان، أنه فصل إثنين عن بعض، أنه ممكن + +309 +00:22:14,410 --> 00:22:18,030 +يجيب مصمم يشتغل على التصميم و مبرمج يشتغل على الـ + +310 +00:22:18,030 --> 00:22:25,690 +code، في فصل مهم، مش سوبرمان يشتغل كل حاجة، ممكن يجيب + +311 +00:22:25,690 --> 00:22:29,630 +واحد يصمم، و بعد ما يجهز و يصمم كل حاجة، بتجيب واحد + +312 +00:22:29,630 --> 00:22:32,710 +إيش؟ يعمل الـ actions، اللي هو إيش بده يحصل لما اضغط + +313 +00:22:32,710 --> 00:22:38,030 +على الزر، إيش بده يحصل لما أعمل scroll مثلا؟ طيب، كيف + +314 +00:22:38,030 --> 00:22:41,110 +بفصلهم عن بعض؟ بقول لك كل activity هيتم إنشاؤها بكونها + +315 +00:22:41,110 --> 00:22:45,480 +ملفين، مش ملف واحد، إذا بقى كل الـ frame نعمل class + +316 +00:22:45,480 --> 00:22:49,740 +extend JFrame ونشتغل و نحط فيها كل حاجة، هذا لأ، هذا + +317 +00:22:49,740 --> 00:22:53,500 +بيقول لك أنه هنعمل الـ activity ملفين، ملف امتداد Java class يعني، تمام؟ اللي هو اسمه هيبقى يكون مكتوب + +318 +00:22:53,500 --> 00:22:57,740 +فين فوق هنا، تمام؟ هذا ملف Java، ولاحظ أن هو لحاله + +319 +00:22:57,740 --> 00:23:04,180 +اقترح اسم إيش؟ سماه main activity، طبعا أنت بدك تراعي + +320 +00:23:04,180 --> 00:23:12,970 +الحاجات اللي اتعودنا عليها في الجافا، أن أسماء الـ + +321 +00:23:12,970 --> 00:23:17,450 +classes مالها؟ بتبدأ بـ Capital، و لو أكتر من كلمة + +322 +00:23:17,450 --> 00:23:21,270 +بت ربطهم مع بعض و بتحط أول حرف في كل كلمة إيش؟ Capital + +323 +00:23:21,270 --> 00:23:25,730 +رجاءً أن تراعوا الأشياء هذه، و هيبقوا مراعيها بدليل + +324 +00:23:25,730 --> 00:23:29,090 +أنه إيش؟ كتبها main activity، بتقدر تغير الاسم، تكتب + +325 +00:23:29,090 --> 00:23:35,750 +اللي بدك إياه، طبعا هذه الـ class تحت الجافا تحت هنا + +326 +00:23:35,750 --> 00:23:40,990 +بدّه يعمل لك ملف ثاني بنسميه ملف الـ layout، طبعا يبقى + +327 +00:23:40,990 --> 00:23:52,090 +احنا اتفرجنا على الـ gate، أن كل activity، كل + +328 +00:23:52,090 --> 00:24:01,590 +activity لها ملفين، ملف .java و ملف .xml + +329 +00:24:01,590 --> 00:24:08,330 +اللي هو بنسميه layout، ملف إيش؟ layout file، طبعا + +330 +00:24:08,330 --> 00:24:13,590 +إيش هي كلمة layout؟ زي المخطط أو الهيكلية اللي + +331 +00:24:13,590 --> 00:24:19,550 +بتصمم فيه الـ activity، طبعا هو في تسمية ملفات الـ + +332 +00:24:19,550 --> 00:24:25,330 +XML بتتبع، يسموها حروف صغيرة، و لو في أكتر من + +333 +00:24:25,330 --> 00:24:29,110 +كلمة، بحط بينها underscore، مش لازم تعمل هيك، بس هذا + +334 +00:24:29,110 --> 00:24:33,490 +اللي متعودين عليه، مثلا أنا سميتها main، أو هي سماها + +335 +00:24:33,490 --> 00:24:36,750 +لحالها main activity، فسمّي ملف الـ XML activity_main + +336 +00:24:38,650 --> 00:24:42,550 +هو يمكن الاسم يقترح، شوف أنا بدي أغيّر، تمام؟ بدي + +337 +00:24:42,550 --> 00:24:46,810 +أسمّيها first_activity، هو لحاله و اقترح الاسم، يعني + +338 +00:24:46,810 --> 00:24:50,470 +إيش؟ activity_first، و لاحظ أنه يعني حاول دائما أن + +339 +00:24:50,470 --> 00:24:55,550 +يكون اسم هذا شبيه بمين؟ في الـ layout، بكرة بيصير عندك + +340 +00:24:55,550 --> 00:25:00,650 +عشرة activities، عشر ملفات code، و عشر مين؟ layout، لو + +341 +00:25:00,650 --> 00:25:05,690 +مش .. لو مش .. تتخيل بيسميهم 1، 2، 3، 4، ولا ABCD، هتدور + +342 +00:25:05,690 --> 00:25:09,410 +هذا الـ layout لمين؟ لأي واحدة في الـ classes، هتتعب + +343 +00:25:09,410 --> 00:25:14,110 +تمام؟ فحاول أسماء الـ layout تكون شبيهة بمين؟ في الـ + +344 +00:25:14,110 --> 00:25:19,070 +code، هو عمل الحاجة هذه، خليني أسمّيها main_activity + +345 +00:25:19,070 --> 00:25:24,550 +زي ما هو عملها، طيب هنا في check مهم، backwards + +346 +00:25:24,550 --> 00:25:28,510 +compatibility، أخذنا كلمة backwards compatibility + +347 +00:25:28,510 --> 00:25:31,250 +أو مرّينا عليها زمان في البرمجة، إيش المقصود فيها؟ + +348 +00:25:32,700 --> 00:25:35,760 +compatibility معناها متوافق، backward يعني متوافق + +349 +00:25:35,760 --> 00:25:39,780 +مع الـ versions السابقة، الآن احنا يا جماعة قلنا أن + +350 +00:25:39,780 --> 00:25:43,700 +كل version API بتطلع جديدة فيها إضافات جديدة + +351 +00:25:43,700 --> 00:25:49,180 +الإضافات الجديدة بتشتغل على نسخة قديمة، انتبه شوية + +352 +00:25:49,180 --> 00:25:53,400 +الإضافات الجديدة، لحظة، الإضافات بيحاولوا دائما أن + +353 +00:25:53,400 --> 00:25:54,500 +الإضافات الجديدة + +354 +00:25:57,770 --> 00:26:02,690 +يعملوا للنسخ القديمة، يضيفوا libraries، update للنسخ + +355 +00:26:02,690 --> 00:26:08,070 +القديمة بحيث أن الحاجات الجديدة يشغّلوها على القديم + +356 +00:26:08,070 --> 00:26:11,790 +يعني بيحاولوا مرات أن الحاجات الجديدة يشغّلوها على + +357 +00:26:11,790 --> 00:26:15,570 +القديم، لكن في حاجات جديدة ما بتظبطش، بتشتغل على القديم + +358 +00:26:15,570 --> 00:26:18,630 +فأنت لو عامل backward compatibility بيحاول قدر + +359 +00:26:18,630 --> 00:26:26,390 +الإمكان، هذا معناه أن الحاجات الجديدة، إذا معمول لها + +360 +00:26:26,390 --> 00:26:29,570 +مواقع مع الجديد بتشتغل، لكن إذا لم تكن عامل هذه + +361 +00:26:29,570 --> 00:26:34,150 +معناه إن ولا حاجة موجودة في الجديد هتشتغل على + +362 +00:26:34,150 --> 00:26:38,530 +الجديد، فدائما اعمل هذه عشان تضمن أن تستفيد من أقصى + +363 +00:26:38,530 --> 00:26:43,990 +حاجة من الحاجات الجديدة في الأجهزة القديمة، باختصار + +364 +00:26:43,990 --> 00:26:47,530 +شديد، معناه هذه أن تطبيقك قدر الإمكان هيكون متوائم + +365 +00:26:47,530 --> 00:26:51,470 +مع الـ version السابقة، و هذا عملنا إيش؟ خلّصناه، آخر + +366 +00:26:51,470 --> 00:26:56,160 +حاجة finish، احنا طولنا واحنا بنعملها، بس هي في + +367 +00:26:56,160 --> 00:27:03,540 +الآخر، بس كل اللي هتعمله أنك ت .. تسمّي + +368 +00:27:03,540 --> 00:27:07,280 +التطبيق، حتى ممكن تستخدم الـ default، تمام؟ بس أهم + +369 +00:27:07,280 --> 00:27:13,800 +خطوة الـ minimum SDK، تمام؟ حتى الـ minimum SDK + +370 +00:27:13,800 --> 00:27:18,060 +بتلاقيه لحاله اختار لك الـ SDK اللي يحقق لك إيش؟ أفضل + +371 +00:27:18,060 --> 00:27:20,580 +distribution، هو لحاله حاطط لك API 19، أنا مشيت عالي + +372 +00:27:20,580 --> 00:27:23,700 +عاملها، طب أنا بشتغل الـ gate، بتدوج شوية + +373 +00:27:39,190 --> 00:27:42,190 +الآن، هاي فتحت شاشة الـ Android Studio، خلينا نتعرف + +374 +00:27:42,190 --> 00:27:50,050 +عليها شوية شوية، طبعا + +375 +00:27:50,050 --> 00:27:52,550 +لسه هو بعمل processing، هاي شايفين أنت حاجة هيك، إيش + +376 +00:27:52,550 --> 00:27:56,350 +هيك خلص، طيب، زي نجوم الـ Netbeans، عندك الشاشة مقسمة + +377 +00:27:56,350 --> 00:28:02,310 +لقسمين، الجزء اللي على الشمال بيجيب لك التطبيق تبعه بس + +378 +00:28:02,310 --> 00:28:05,510 +بيختلف عن الـ NetBeans، أن في الـ NetBeans كان مقسم + +379 +00:28:05,510 --> 00:28:09,680 +فيه أكتر من project، هنا بس بيعرض project واحد، لو + +380 +00:28:09,680 --> 00:28:13,600 +بدك تفتح project جديد، هي بدك تفتح نافذة جديدة أو + +381 +00:28:13,600 --> 00:28:18,180 +تسكر هذا و تفتح .. ليش؟ عشان .. يعني الـ project الـ + +382 +00:28:18,180 --> 00:28:21,800 +Java أبسط من الـ Android، هذا كلاكيعه كتير و ملفاته + +383 +00:28:21,800 --> 00:28:26,000 +كتير، فما بدّوش يتوهق في أكتر من الـ project، فهذا اللي + +384 +00:28:26,000 --> 00:28:29,260 +أنا شايفه، الـ app شايفينه؟ هذا بس project واحد اللي + +385 +00:28:29,260 --> 00:28:34,330 +أنا أنشأته، تمام؟ و لاحظ إنه داخل الـ project هذا + +386 +00:28:34,330 --> 00:28:39,030 +ح + +445 +00:32:37,320 --> 00:32:42,240 +الجوال أو الواجهة تمام بتاعة الـ activity هنا إحنا + +446 +00:32:42,240 --> 00:32:48,950 +بدنا نضيف العناصر، القائمة الموجودة هنا فيها العناصر + +447 +00:32:48,950 --> 00:32:52,690 +اللي بتضيفها للشاشة، في شيء في الـ NetBeans شبيه في + +448 +00:32:52,690 --> 00:32:56,450 +هذا يعني + +449 +00:32:56,450 --> 00:33:00,230 +مثلاً هاي button، شايفين button، زر يعني اسحب وحطه هنا + +450 +00:33:00,230 --> 00:33:04,350 +هي ضفنا زر بس + +451 +00:33:04,350 --> 00:33:08,410 +هي بيعمل loading يعني آه طيب ما يظهرش الـ button + +452 +00:33:08,410 --> 00:33:12,770 +قريتها، نقولش طبعاً هذا هيصير عندكم أول ما تشغل + +453 +00:33:12,770 --> 00:33:17,660 +Android Studio، وتضيف حاجة، بيعمل loading مش هتبين + +454 +00:33:17,660 --> 00:33:26,400 +هاي مثلاً text view، موجودين + +455 +00:33:26,400 --> 00:33:31,260 +بس مظهره في خطأ موجود دلوقتي، شايفين فوق؟ شايفين + +456 +00:33:31,260 --> 00:33:35,660 +هذا في حد بالاحمر هنا، إيش مكتوب؟ show warnings and + +457 +00:33:35,660 --> 00:33:39,120 +errors، في error موجود، رمزي الـ problem، في مشكلة + +458 +00:33:39,120 --> 00:33:44,790 +موجودة، بنحلها، وين المشكلة دي موجودة الآن يا جماعة؟ + +459 +00:33:44,790 --> 00:33:48,390 +هالـ gate، نرجع للخانة اللي على الشمال، قلنا فيه + +460 +00:33:48,390 --> 00:33:53,190 +مجلة app، هذا إيش فيه؟ كل محتوى التطبيق فيه، تمام؟ + +461 +00:33:53,190 --> 00:33:55,550 +اللي هو قلنا فيه تلت حاجة: manifest، to java + +462 +00:33:55,550 --> 00:33:59,470 +resources، وفيه تحته حاجة اسمها الـ Gradle script + +463 +00:33:59,470 --> 00:34:06,130 +شايفينه؟ Gradle script، هذا فعلياً يا جماعة Gradle + +464 +00:34:07,260 --> 00:34:10,680 +عبارة عن component بيعمل build للتطبيق، يعني هو + +465 +00:34:10,680 --> 00:34:13,800 +اللي بيعمل packaging للتطبيق، بيمسك ملفات الـ Java + +466 +00:34:13,800 --> 00:34:18,580 +بيعملها compile، تمام؟ وبيحولها لـ... بيعمل Dexing + +467 +00:34:18,580 --> 00:34:21,640 +يحولها لـ Dex، وبيروح بضغط كل حاجة وبيطلق لك الـ APK + +468 +00:34:21,640 --> 00:34:27,640 +فهذا الـ Gradle يعني بدونه التطبيق مش هيشغل بالمرة + +469 +00:34:27,640 --> 00:34:33,250 +تمام؟ طيب الـ Gradle هذا إحنا مش هنـ... أو مش... + +470 +00:34:33,250 --> 00:34:36,110 +طول ما إحنا بنشغل، مش هنطرق له كتير ولا هنغير فيه + +471 +00:34:36,110 --> 00:34:41,330 +كتير، لكن إنت هتروح تلجأ للـ Gradle في بعض الحالات + +472 +00:34:41,330 --> 00:34:45,810 +زي مثلاً أنا ضفت مكتبة جديدة، في مرات إحنا بنحتاج + +473 +00:34:45,810 --> 00:34:49,450 +نضيف مكتبات خارجية، مش موجودة من ضمن الـ Android + +474 +00:34:49,450 --> 00:34:53,230 +libraries، ممكن نرجع للـ Gradle، نقوله عشان يتعرف على + +475 +00:34:53,230 --> 00:34:56,470 +المكتبة، مش هو اللي بيديه يعمل compile وبيديه يعمل + +476 +00:34:56,470 --> 00:34:59,030 +package، فبنعمل فيه تغييرات عشان يتعرف على المكتبة + +477 +00:34:59,030 --> 00:35:03,830 +الجديدة، الآن الـ Gradle هذا فيه ملف اسمه build to + +478 +00:35:03,830 --> 00:35:08,730 +the Gradle، طبعاً لو روحت عليه فتحته، هلاقي زي هيك مرة + +479 +00:35:08,730 --> 00:35:12,950 +تانية عشان ما نتهورش فيه، مجلة app طبعاً هذا فيه كل + +480 +00:35:12,950 --> 00:35:17,090 +شغل التطبيق، وفيه Gradle script اللي هو حاجات + +481 +00:35:17,090 --> 00:35:20,190 +إعدادات خاصة في الكمبيوتر، المسؤول عن تشغيل التطبيق + +482 +00:35:20,190 --> 00:35:27,310 +أنا قاعد بحكي مفاهيم كبيرة، بدك تروح على البيت + +483 +00:35:27,310 --> 00:35:31,750 +تجربها على طول، طيب الـ Gradle هذا فيه كلام كتير + +484 +00:35:31,750 --> 00:35:35,690 +ما تغيرش فيه أي حاجة، طبعاً مثلاً هنا في الـ + +485 +00:35:35,690 --> 00:35:38,510 +application ID، اسم الـ package بتاعتنا، الـ minimum + +486 +00:35:38,510 --> 00:35:42,030 +SDK version اللي هي، متذكرين شفناها إحنا اخترناها في + +487 +00:35:42,030 --> 00:35:44,610 +الأول، تسعة عشر، ممكن تغيرها من هنا على فكرة، افرض + +488 +00:35:44,610 --> 00:35:47,450 +أنا غيرت رأيي بعدين بدي ازيدها، أغيرها، تغيرها من هنا + +489 +00:35:47,450 --> 00:35:52,070 +طبعاً وكلام كتير، بيعني ليش أنا مش لازم أفهمه + +490 +00:35:54,950 --> 00:36:00,750 +لكن عشان الجزء اللي طالع لنا هنا، تمام؟ تحت فيه حاجة + +491 +00:36:00,750 --> 00:36:03,630 +مهمة هي بس اللي هتلزمني في الـ Gradle، مكتوب إيش اسمها؟ + +492 +00:36:03,630 --> 00:36:09,210 +dependencies، إيش هي الـ dependencies؟ الاعتمادّات + +493 +00:36:09,210 --> 00:36:16,310 +الآن أي مكتبات جديدة أنا هحتاج أضيفها، أضيف لها سطر + +494 +00:36:16,310 --> 00:36:20,640 +هنا، شفتوا إنتوا في الـ Java لما تكون تعمل import في ملف + +495 +00:36:20,640 --> 00:36:25,920 +هذا؟ هنا نفس الحاجة في الـ Gradle، أي مكتبة جديدة + +496 +00:36:25,920 --> 00:36:29,880 +بدك تضيف لها سطر هنا، وهنشوف قدام كيف نضيف مكتبة + +497 +00:36:31,320 --> 00:36:35,840 +طيب مرة تانية، أنا لو لأنه فيه error طلع، كان أنا ما + +498 +00:36:35,840 --> 00:36:38,880 +... ما عجبتكاش، وودّيتك على Gradle، أنا بوديك عليه + +499 +00:36:38,880 --> 00:36:44,480 +عشان نصلح الخطأ، الآن في مكتبة هنا اسمها com + +500 +00:36:44,480 --> 00:36:49,120 +.android.support.app-compat، app-compat اختصار لـ + +501 +00:36:49,120 --> 00:36:51,780 +application compatibility، شفتوا الصح اللي إحنا + +502 +00:36:51,780 --> 00:36:56,930 +عملناه لما جينا compatibility، ضعّفوا المكتبات اللي + +503 +00:36:56,930 --> 00:36:59,990 +لازم على أساس لما التطبيق يتحمل على جهاز قديم + +504 +00:36:59,990 --> 00:37:03,830 +الإمكانيات الجديدة، تشغل على الجديد، يعني هذه + +505 +00:37:03,830 --> 00:37:07,650 +المكتبة هتكون ضمن التطبيق، لما التطبيق أنت تتحمله + +506 +00:37:07,650 --> 00:37:12,910 +على الجهاز الجوال تبعك اللي قديم شوية، ممكن يشغل + +507 +00:37:12,910 --> 00:37:16,470 +فيه الحاجات اللي نزلت في الـ versions الجديدة + +508 +00:37:16,470 --> 00:37:20,290 +الأهل، فيها غلط هنا، إنه بدل، شايفين في الآخر RC02 + +509 +00:37:20,290 --> 00:37:25,050 +تمام؟ احذف بس كلمة RC02 من غير الـ slash، دلبلك أي + +510 +00:37:25,050 --> 00:37:32,030 +حاجة، تحذفها غلط، مش هيعمل build، يعني شفتوا الفاصلة هذه + +511 +00:37:32,030 --> 00:37:38,110 +شايفينها؟ شيلتها بالغلط، هيطلع error، تمام؟ بتتكلم + +512 +00:37:38,110 --> 00:37:43,550 +بمصطلحات، فتح جوجل سيرش جوجل، أكيد المصطلحات عادي لو أنت كنت + +513 +00:37:43,550 --> 00:37:49,890 +بتبرمج، بتنتبه لها، آه، semicolon، فاصلة، تمام؟ + +514 +00:37:49,890 --> 00:37:53,290 +المهم، بدنا نشيل كلمة الـ RC صفر اتنين، ونكتب كلمة + +515 +00:37:53,290 --> 00:37:55,830 +إيش؟ alpha صفر واحد + +516 +00:38:00,170 --> 00:38:03,550 +مالهاش معنى، المكتبة الموجودة جابت فيه مشكلة فيها + +517 +00:38:03,550 --> 00:38:09,810 +bug، طبعاً، فاستخدمت أنا version السابقة لها، كيف عرفت + +518 +00:38:09,810 --> 00:38:14,690 +إنها alpha؟ أخدت القرار، اللي طالع عندي مشكلة في + +519 +00:38:14,690 --> 00:38:17,490 +عندي، علامة استفهام، Google render problem، حطيتها + +520 +00:38:17,490 --> 00:38:20,750 +على جوجل وجاب لي، بدك تروح تغير في الـ Gradle الهادي + +521 +00:38:20,750 --> 00:38:26,370 +الهادي طبعاً، طيب الآن + +522 +00:38:27,640 --> 00:38:30,580 +عشان يعتمد التعديلات الجديدة، شايفين فوق هنا إيش + +523 +00:38:30,580 --> 00:38:33,820 +بيقول لي؟ كتَب لي جملة، اتعلم تجري دايماً عشان تفهم من + +524 +00:38:33,820 --> 00:38:38,900 +الرسالة، Gradle files have changed، إيش يعني؟ a + +525 +00:38:38,900 --> 00:38:42,580 +project sync may be necessary for the IDE to work + +526 +00:38:42,580 --> 00:38:46,720 +properly، لازم تعمل عملية synchronization، تزامن + +527 +00:38:46,720 --> 00:38:50,320 +يعني يعني، اتظبط مع Gradle عشان التطبيق تبعك يكون + +528 +00:38:50,320 --> 00:38:55,200 +متوافق معاه، عشان نعملها دي بس هي جايب لي هنا إيش + +529 +00:38:55,200 --> 00:38:59,120 +كلمة sync، نو عملية sync يعني synchronize، يعني اعمل + +530 +00:38:59,120 --> 00:39:03,160 +عملية تحديث، يعني للـ Gradle، موازنة، اضغط عليه + +531 +00:39:03,160 --> 00:39:11,360 +تمام، هي إيش بده يعمل؟ اعتماد للتغييرات الجديدة، تمام؟ + +532 +00:39:11,360 --> 00:39:14,040 +طلع لك error برضه، try again + +533 +00:39:18,840 --> 00:39:25,380 +آه مش هيشتغل، unable to resolve dependency، لأنه + +534 +00:39:25,380 --> 00:39:34,800 +بده نت، تمام؟ بده يحملها، طيب إحنا هو لو فيه نت + +535 +00:39:34,800 --> 00:39:40,660 +هيشتغل على طول، بس إيش بده اعمل أنا كيف؟ ولا واحد + +536 +00:39:40,660 --> 00:39:42,260 +فيه ما فيش نت، طيب + +537 +00:40:05,760 --> 00:40:09,520 +طيب أشوف بس تطبيق قبله، أنا إيش كنت... يمكن مختلف + +538 +00:40:09,520 --> 00:40:22,000 +ال... + +539 +00:40:22,000 --> 00:40:24,280 +آه مش alpha 01 + +540 +00:40:28,280 --> 00:40:31,920 +طب هي close الـ project ويرجع تلاقيش التطبيق تبعنا + +541 +00:40:31,920 --> 00:40:34,980 +يعني + +542 +00:40:34,980 --> 00:40:42,900 +ما فيش صفر، بس واحد، هي + +543 +00:40:42,900 --> 00:40:43,620 +try again + +544 +00:40:59,820 --> 00:41:09,900 +لسه unsuccessful build، طيب + +545 +00:41:09,900 --> 00:41:15,680 +لأن لاحظوا ظهرت إيش الـ components على الشاشة + +546 +00:41:21,840 --> 00:41:26,380 +مرة ثانية، هنجربها يا جماعة عشان الموضوع بسيط، عندك إنت + +547 +00:41:26,380 --> 00:41:29,860 +لما تفتح الـ project هتلاقي حاجتين، الـ app و الـ Gradle + +548 +00:41:29,860 --> 00:41:33,660 +الـ Gradle، هتلاقي إعدادات مسؤولة عن كيف يعمل build + +549 +00:41:33,660 --> 00:41:38,400 +للتطبيق تبعك، ويطلع منه الـ APK، تمام؟ مش هنطرق + +550 +00:41:38,400 --> 00:41:40,540 +للـ Gradle كتير إلا إنت يا جماعة، قلنا + +551 +00:41:43,780 --> 00:41:48,160 +أنا كنت مضطر أن أفتح الـ Gradle ليش؟ عشان أصلح + +552 +00:41:48,160 --> 00:41:50,900 +الخطأ، لأنه هيطلع إنكوا كلكوا في البيت هذا الخطأ + +553 +00:41:50,900 --> 00:41:56,200 +تمام؟ لازم تحط alpha واحد بدل الـ RC اللي كان حاططه + +554 +00:41:56,200 --> 00:42:00,220 +هو، وخلاص، أنا جيت من هنا من نصف الفصل، ما ألاقيش في الـ + +555 +00:42:00,220 --> 00:42:05,060 +Gradle مرة، تمام؟ كل شغل هيكون هنا على الـ app هذا + +556 +00:42:05,060 --> 00:42:08,120 +في الـ app هذا بتلاقي ملف الـ Java تبعك + +557 +00:42:10,230 --> 00:42:13,610 +وبتلاقي الـ resources، فيها ملف الـ layout، هدول اللي + +558 +00:42:13,610 --> 00:42:18,910 +إحنا بنشغل عليها، طبعاً، طيب الآن يا جماعة، أنا شغلي + +559 +00:42:18,910 --> 00:42:23,870 +كله هيكون عامل على الجوال، يعني أنا هبرمج وهشغل، و + +560 +00:42:23,870 --> 00:42:27,970 +هيطلع التطبيق عندي على الجوال، كيف هفرجيكوا إياه أنا + +561 +00:42:27,970 --> 00:42:33,790 +مشغل، طبعاً، تطبيق، إنه يجيب شاشة الجوال تبعه، وين؟ على + +562 +00:42:33,790 --> 00:42:36,090 +الشاشة، عشان يطلع عينكم على الشاشة، عشان تشوفوا أنا إيش + +563 +00:42:36,090 --> 00:42:36,410 +عملت + +564 +00:42:39,980 --> 00:42:43,440 +الآن، فعلياً فعلياً، لسه التطبيق أنا ما ضفتش فيه ولا + +565 +00:42:43,440 --> 00:42:47,200 +حاجة، لو عملت أنا run، شايفين الزر اللي فوق هذا؟ هذا + +566 +00:42:47,200 --> 00:42:54,440 +الـ run، كيف + +567 +00:42:54,440 --> 00:42:58,860 +مشغل + +568 +00:42:58,860 --> 00:43:05,120 +إيش؟ مش فاهم، آه آه، هذا البرنامج، هذا يا جماعة اسمه + +569 +00:43:05,120 --> 00:43:10,180 +visor البرنامج، تمام؟ هذا مش هيلزمك إن أنت في البيت + +570 +00:43:10,180 --> 00:43:14,580 +يعني مش ليش تشوف شاشة جوالك على الـ laptop، يعني هي + +571 +00:43:14,580 --> 00:43:19,820 +قدامك بتشوفه، تمام؟ بس أنا بدي أفرجيكوا إياه عشان + +572 +00:43:19,820 --> 00:43:22,500 +إنكوا في المحاضرة بتشوفوا واضح يا جماعة + +573 +00:43:32,590 --> 00:43:35,610 +طيب أنا لسه التطبيق ما ضفتش فيه حاجة، جماعة، أجيت + +574 +00:43:35,610 --> 00:43:41,390 +عملت run، تطلعوا معايا هنا في الـ run، جاب لي حاجتين + +575 +00:43:41,390 --> 00:43:47,970 +فوق، جاب لي connected devices اللي هو الأجهزة اللي + +576 +00:43:47,970 --> 00:43:52,910 +إنت موصلها، هاي مثلاً، إتعرف على مين؟ على Samsung C9 + +577 +00:43:52,910 --> 00:43:57,510 +مثلاً، هذا، كتَب لك كمان إيش؟ بيشغل هذا؟ بيشغل Android 8 + +578 +00:43:57,510 --> 00:44:00,530 +.0 API، إيش؟ 26 + +579 +00:44:02,670 --> 00:44:06,410 +تمام؟ يعني حتى مش عامل upgrade لإيش؟ لأحدث حاجة + +580 +00:44:06,410 --> 00:44:11,910 +تمام؟ وبعدين إيش هنا؟ جاب لك تحت available virtual + +581 +00:44:11,910 --> 00:44:14,670 +devices، هذا لإني بدي استخدم emulator، ممكن + +582 +00:44:14,670 --> 00:44:18,310 +استخدم واحد من هدول، بس طبعاً لو أنا اخترت واحد من + +583 +00:44:18,310 --> 00:44:21,850 +هدول وعملت run، بده ربع ساعة يمكن قبل ما يفتح الـ + +584 +00:44:21,850 --> 00:44:26,090 +emulator، فإحنا قلنا بيجرب، طبعاً لو إنت شبكت جهازك + +585 +00:44:26,090 --> 00:44:28,970 +وما بينش هنا في الـ connected devices، معناه إنه مش + +586 +00:44:28,970 --> 00:44:32,650 +متعرف عليه، بدك تدور، تنزل تعريفه، لـ driver تبعه الـ + +587 +00:44:32,650 --> 00:44:35,370 +smart switch أو الـ driver المناسب للجهاز اللي معاه + +588 +00:44:36,470 --> 00:44:41,130 +ماشي يا جماعة، وهي أعمل run، okay، وهالـ gate لأول مرة + +589 +00:44:41,130 --> 00:44:47,770 +بس بحتاج وقت شوية، تمام؟ لإنه في شغل بتسويه في الأول + +590 +00:44:47,770 --> 00:44:55,670 +تمام، طيب + +591 +00:44:55,670 --> 00:45:00,270 +هالـ gate على طول، الأول ما يشتغل، المفروض إيش؟ هذا + +592 +00:45:00,270 --> 00:45:01,550 +فضي، بتطلع كل حاجة + +593 +00:45:09,820 --> 00:45:14,920 +هلاقيته، حاله أول مرة، بطول بس، تمام + +594 +00:45:35,520 --> 00:45:39,020 +طبعاً هي فاتحة التطبيق، طبعاً هو اسم إيش؟ My First App + +595 +00:45:39,020 --> 00:45:43,400 +لسه فاضي التطبيق، طبعاً هو by default، بافلو إيش؟ + +596 +00:45:43,400 --> 00:45:50,060 +بافلو آيكون، هي My First Mobile App، طبعاً، هنغير الـ + +597 +00:45:50,060 --> 00:45:53,260 +icon، بعدين تضغط عليه، خلاص التطبيق هيجي ينزل على + +598 +00:45:53,260 --> 00:46:00,500 +جهازك، بيفتح، طبعاً آه، طبعاً خلاص صار نازل على جهازك + +599 +00:46:00,500 --> 00:46:06,300 +الـ APK عندك، هنا بعدين بيصير تحط الكود عشان... + +600 +00:46:06,300 --> 00:46:15,120 +آه بعدين إنت بتعدل وبتعمل run ثاني طبعاً؟ كيف؟ + +601 +00:46:15,120 --> 00:46:19,100 +إحنا + +602 +00:46:19,100 --> 00:46:21,980 +قلنا في بعض الأجهزة بتحتاج driver عشان يتعرف عليها + +603 +00:46:21,980 --> 00:46:26,240 +لـ + +604 +00:46:26,240 --> 00:46:32,010 +لأ، طب انتبهوا يا جماعة، نيجي للتصميم، هالـ gate، هالـ + +605 +00:46:32,010 --> 00:46:36,030 +gate، إحنا زي ما قلنا، الشغل على الـ Android في جزء + +606 +00:46:36,030 --> 00:46:39,090 +تصميم وجزء code، الـ code هذا بدنا نسيبه هالـ gate + +607 +00:46:39,090 --> 00:46:45,510 +تمام، هنشغل كل الشغل تصميم، يعني هنفتح الشاشة هذه + +608 +00:46:45,510 --> 00:46:49,770 +اللي قدامك، إنت عاوز نتعرف على الشاشة، هذا الحلو في + +609 +00:46:49,770 --> 00:46:51,930 +الـ Android إنه ممكن إنت تصمم كل حاجة drag & drop + +610 +00:46:51,930 --> 00:46:56,630 +فإحنا هناخد drag & drop، هنطرق برضه لإيش؟ لـ الـ XML + +611 +00:46:56,630 --> 00:47:01,400 +منفعش إنت تشغل كل حاجة drag & drop، أحياناً لما يتعقّد + +612 +00:47:01,400 --> 00:47:06,380 +التصميم، تحتاج تشغل XML، فأنا دايماً هالـ gate فيه حاجة + +613 +00:47:06,380 --> 00:47:09,660 +هشغلها XML وحاجة هشغلها GUI عشان تتعود على الاثنين + +614 +00:47:09,660 --> 00:47:15,46 + +667 +00:51:36,180 --> 00:51:40,140 +اللي فيها كل ما كانت دقتها إيش؟ أعلى، أعلى. أحنا دقة + +668 +00:51:40,140 --> 00:51:43,420 +الشاشة بتعتمدش على الحجم، بتعتمد على عدد الـPixels + +669 +00:51:43,420 --> 00:51:51,860 +يعني هذه فيها هيك 768 Pixel وعمودي 1280 Pixel. أه + +670 +00:51:51,860 --> 00:51:56,890 +هنا إيش بيسموها؟ Dot Per Inch، يعني في الـinch + +671 +00:51:56,890 --> 00:52:08,830 +الواحد فيه 768 في 1280 dot per inch، طبعا + +672 +00:52:08,830 --> 00:52:11,510 +هذا إيش معناه؟ إيش بيختلف لو اختلف الـresolution؟ + +673 +00:52:11,510 --> 00:52:15,130 +من جهاز لجهاز؟ لو الـresolution زاد، حجم الحاجات ع... + +674 +00:52:15,130 --> 00:52:19,630 +الشاشة إيش بيزيد فيها؟ بتصغر. إنت جرب شاشة الجهاز + +675 +00:52:19,630 --> 00:52:23,410 +تبعك، زيد الـresolution بتاع الشاشة، حد جرب؟ لما + +676 +00:52:23,410 --> 00:52:27,710 +تجربه، زيدي الـresolution بتاع الشاشة، تمام؟ بتلاقي + +677 +00:52:27,710 --> 00:52:30,730 +الحاجات مالها؟ بتصغر، لأن الشاشة صارت قادرة تعرض + +678 +00:52:30,730 --> 00:52:35,570 +إيش؟ حاجات أكتر، فالـicons فيها بتصغر. فإنت معنى إن + +679 +00:52:35,570 --> 00:52:38,130 +أنت لما تصمم user interface للأندرويد، تجربه على + +680 +00:52:38,130 --> 00:52:42,050 +أجهزة بـ resolutions مختلفة، ليش؟ لأن أنت عامل الزر + +681 +00:52:42,050 --> 00:52:46,710 +مبسوط عليه، لما يشتغل على جهاز resolution أعلى، الزر + +682 +00:52:46,710 --> 00:52:50,920 +إيش هيصير فيه؟ هيصغر، بيصير أصغر من الأصبع. لو صار + +683 +00:52:50,920 --> 00:52:55,340 +فيه زرنين جانب بعض نفس الحجم، و تضغط هاي لحظة تضغط + +684 +00:52:55,340 --> 00:52:59,900 +هذا ولا هذا؟ صح؟ هذا. فدائما إنت لما تصمم، بدك تجهز + +685 +00:52:59,900 --> 00:53:04,040 +تجربه، تقوله مثلا: روح جربه على إيش؟ على جهاز أكبر + +686 +00:53:04,040 --> 00:53:10,280 +مثلا هذا 6 انش، نقصة 6 مثلا، تمام؟ حتى بتلاقي الـbutton + +687 +00:53:10,280 --> 00:53:15,440 +النفسي بالنسبة للشاشة صغير، تمام؟ هنا هذا نقصة 6 + +688 +00:53:15,440 --> 00:53:21,130 +نقصة 1، مثلا. تقريبا الـbutton بالنسبة للشاشة ما هو + +689 +00:53:21,130 --> 00:53:27,050 +كبير نوعا ما. روح على مثلا تسعة انش، هذا resolution + +690 +00:53:27,050 --> 00:53:33,130 +بيصير كبير، تمام؟ هذا تسعة انش tablet كمان. عشان إيه؟ هأعرض + +691 +00:53:33,130 --> 00:53:37,270 +لها إيش؟ أفقي. شايفين الزر صار إيش؟ صغير صغير، مش + +692 +00:53:37,270 --> 00:53:42,490 +مشكلة الزر يصغر، المهم إن إنت try إن يكون واضح، آه + +693 +00:53:42,490 --> 00:53:48,470 +ومناسب للـinteraction، تمام؟ فبص يا جماعة هذه مجرد + +694 +00:53:48,470 --> 00:53:51,950 +إنه بيجربلك إيه؟ على أجهزة مختلفة، كل جهاز بيجيبلك + +695 +00:53:51,950 --> 00:53:57,230 +جداً حجمه بالانش، وجداً الـresolution تبعه، تمام؟ و + +696 +00:53:57,230 --> 00:54:02,730 +بعدين بين... كمان في مصطلح ثاني، شايفين هذا HDPI، + +697 +00:54:02,730 --> 00:54:10,630 +XHDPI، تمام؟ الـX... الـH اختصار لـ high resolution + +698 +00:54:10,630 --> 00:54:19,100 +الـXH يعني resolution أعلى، الـXXH طبعا، في هنا X لا + +699 +00:54:19,100 --> 00:54:26,400 +مافيش، طبعا، في TV DPI هذا إيش؟ أعلى حاجة، طبعا. طيب + +700 +00:54:26,400 --> 00:54:29,200 +هذا بس كانت إيش؟ نبذة سريعة، لسه إحنا بنتعرف على + +701 +00:54:29,200 --> 00:54:37,480 +العناصر اللي هنا، خلينا نرجع لـNexus 4. طيب، آخر حاجة + +702 +00:54:37,480 --> 00:54:42,360 +عشان إن هي فيها جماعة، في هنا، هنا شايفين الـicon + +703 +00:54:42,360 --> 00:54:47,420 +هذا الأزرق، طبعا في عندك إيش مكتوب؟ design، وفي عندك + +704 +00:54:47,420 --> 00:54:52,660 +هنا blueprint، بيشبهلك إياها + +705 +00:54:52,660 --> 00:54:58,180 +زي شاشة الأشعة الـX-Ray أحيانا + +706 +00:54:58,180 --> 00:55:01,020 +أنت لما تضيف عناصر، في عناصر ممكن تكون ورا عناصر + +707 +00:55:01,020 --> 00:55:05,080 +عناصر متداخلة مع عناصر، لو أنت عارض شاشة الـdesign + +708 +00:55:05,080 --> 00:55:08,920 +الحاجات اللي في الخلفية مش هتبين، لكن لما ناخدلك X + +709 +00:55:08,920 --> 00:55:13,760 +-Ray بيبين عظمك صح؟ ولا... والتفاصيل اللي جوه، تمام؟ + +710 +00:55:13,760 --> 00:55:16,900 +فهذا نفس الحاجة، الـblueprint بيجيبلك إيش؟ فيه هلجت + +711 +00:55:16,900 --> 00:55:20,000 +طبعا مش باين فيديو، وهنقول ما هي؟ هي زي هذه، زي هذه + +712 +00:55:20,000 --> 00:55:23,140 +هلجت، لأنه مافيش حاجة عندي على الشاشة، لكن لما يجي في + +713 +00:55:23,140 --> 00:55:26,920 +تداخل كتير وتداخل، ممكن الـblueprint تبين إن هناك + +714 +00:55:26,920 --> 00:55:31,600 +خطأ، تمام؟ ممكن تعرض الاثنين مع بعض، design and + +715 +00:55:31,600 --> 00:55:36,660 +blueprint جنب بعض، بيجيبوا تمام. design بس ع الشكل هذا + +716 +00:55:36,660 --> 00:55:42,390 +واضح يا جماعة؟ هيك إحنا المحاضرة اليوم اتعرفنا على + +717 +00:55:42,390 --> 00:55:46,890 +Android Studio و B2 ومكونات التطبيق، وكيف تصلح + +718 +00:55:46,890 --> 00:55:50,770 +الخطأ اللي هيطلع عندك. لما تهدأ، وبعدين نشغل في شاشة + +719 +00:55:50,770 --> 00:55:54,830 +الـdesign، اتعرفنا على بعض الـicons الأساسية، على + +720 +00:55:54,830 --> 00:56:00,180 +طول ما بتنزل كل الحاجات هذه، تمام؟ كلها، وبتجرب عليها + +721 +00:56:00,180 --> 00:56:04,140 +عشان ما يتراكمش عليك شغل، إحنا نمشيها، وأنا معنى إن + +722 +00:56:04,140 --> 00:56:08,200 +أخلص لك أكبر قدر. المرة الجاية، كل الـlayout عند تصميم + +723 +00:56:08,200 --> 00:56:10,400 +الدرباكه هتخلصهم، تلات أربع محاضرات، وروح على الـ + +724 +00:56:10,400 --> 00:56:14,380 +code، مش هن... مش هنضيع وقت، فقدر تشغل معايا كويس diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..53f87af8f62c61ca95b81a0c9a07809164038027 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/2zb75H92aZs_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4047, "start": 21.13, "end": 40.47, "text": " In the name of God, Most Gracious, Most Merciful. Today, God willing, the second lecture will be in the evening, and we will start with it, God willing, in the practical part. In the previous lecture, we discussed some basic concepts. We learned or took a quick look at the components of the Android system, and we saw that the core of Android is Linux.", "tokens": [682, 264, 1315, 295, 1265, 11, 4534, 20586, 851, 11, 4534, 18897, 2069, 13, 2692, 11, 1265, 4950, 11, 264, 1150, 7991, 486, 312, 294, 264, 5634, 11, 293, 321, 486, 722, 365, 309, 11, 1265, 4950, 11, 294, 264, 8496, 644, 13, 682, 264, 3894, 7991, 11, 321, 7152, 512, 3875, 10392, 13, 492, 3264, 420, 1890, 257, 1702, 574, 412, 264, 6677, 295, 264, 8853, 1185, 11, 293, 321, 1866, 300, 264, 4965, 295, 8853, 307, 18734, 13], "avg_logprob": -0.4089506172839506, "compression_ratio": 1.6619718309859155, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 21.129999999999995, "end": 21.49, "word": " In", "probability": 0.396240234375}, {"start": 21.49, "end": 21.61, "word": " the", "probability": 0.86083984375}, {"start": 21.61, "end": 21.61, "word": " name", "probability": 0.78173828125}, {"start": 21.61, "end": 21.65, "word": " of", "probability": 0.9765625}, {"start": 21.65, "end": 21.73, "word": " God,", "probability": 0.6005859375}, {"start": 21.77, "end": 21.93, "word": " Most", "probability": 0.335693359375}, {"start": 21.93, "end": 22.03, "word": " Gracious,", "probability": 0.792724609375}, {"start": 22.09, "end": 22.19, "word": " Most", "probability": 0.90869140625}, {"start": 22.19, "end": 22.41, "word": " Merciful.", "probability": 0.94384765625}, {"start": 23.89, "end": 24.25, "word": " Today,", "probability": 0.8095703125}, {"start": 24.35, "end": 24.63, "word": " God", "probability": 0.51953125}, {"start": 24.63, "end": 24.63, "word": " willing,", "probability": 0.6416015625}, {"start": 24.73, "end": 24.79, "word": " the", "probability": 0.7490234375}, {"start": 24.79, "end": 24.83, "word": " second", "probability": 0.87890625}, {"start": 24.83, "end": 25.15, "word": " lecture", "probability": 0.876953125}, {"start": 25.15, "end": 25.67, "word": " will", "probability": 0.75439453125}, {"start": 25.67, "end": 26.43, "word": " be", "probability": 0.84765625}, {"start": 26.43, "end": 28.09, "word": " in", "probability": 0.437255859375}, {"start": 28.09, "end": 28.21, "word": " the", "probability": 0.21630859375}, {"start": 28.21, "end": 28.45, "word": " evening,", "probability": 0.25390625}, {"start": 28.73, "end": 28.87, "word": " and", "probability": 0.8203125}, {"start": 28.87, "end": 29.11, "word": " we", "probability": 0.798828125}, {"start": 29.11, "end": 29.21, "word": " will", "probability": 0.798828125}, {"start": 29.21, "end": 29.41, "word": " start", "probability": 0.802734375}, {"start": 29.41, "end": 29.59, "word": " with", "probability": 0.462646484375}, {"start": 29.59, "end": 29.61, "word": " it,", "probability": 0.33447265625}, {"start": 29.65, "end": 29.93, "word": " God", "probability": 0.8681640625}, {"start": 29.93, "end": 29.93, "word": " willing,", "probability": 0.76953125}, {"start": 30.03, "end": 30.09, "word": " in", "probability": 0.6953125}, {"start": 30.09, "end": 30.17, "word": " the", "probability": 0.56005859375}, {"start": 30.17, "end": 30.61, "word": " practical", "probability": 0.91552734375}, {"start": 30.61, "end": 30.61, "word": " part.", "probability": 0.43212890625}, {"start": 31.33, "end": 31.47, "word": " In", "probability": 0.794921875}, {"start": 31.47, "end": 31.51, "word": " the", "probability": 0.8662109375}, {"start": 31.51, "end": 31.97, "word": " previous", "probability": 0.46337890625}, {"start": 31.97, "end": 31.97, "word": " lecture,", "probability": 0.93115234375}, {"start": 31.99, "end": 32.11, "word": " we", "probability": 0.955078125}, {"start": 32.11, "end": 32.45, "word": " discussed", "probability": 0.11627197265625}, {"start": 32.45, "end": 32.83, "word": " some", "probability": 0.828125}, {"start": 32.83, "end": 32.95, "word": " basic", "probability": 0.70751953125}, {"start": 32.95, "end": 33.75, "word": " concepts.", "probability": 0.89306640625}, {"start": 34.41, "end": 34.53, "word": " We", "probability": 0.916015625}, {"start": 34.53, "end": 34.81, "word": " learned", "probability": 0.4296875}, {"start": 34.81, "end": 35.19, "word": " or", "probability": 0.60205078125}, {"start": 35.19, "end": 35.49, "word": " took", "probability": 0.54736328125}, {"start": 35.49, "end": 35.89, "word": " a", "probability": 0.953125}, {"start": 35.89, "end": 36.07, "word": " quick", "probability": 0.81982421875}, {"start": 36.07, "end": 36.07, "word": " look", "probability": 0.41943359375}, {"start": 36.07, "end": 37.09, "word": " at", "probability": 0.94140625}, {"start": 37.09, "end": 37.17, "word": " the", "probability": 0.65234375}, {"start": 37.17, "end": 37.53, "word": " components", "probability": 0.69677734375}, {"start": 37.53, "end": 37.75, "word": " of", "probability": 0.94189453125}, {"start": 37.75, "end": 37.97, "word": " the", "probability": 0.361328125}, {"start": 37.97, "end": 38.15, "word": " Android", "probability": 0.79736328125}, {"start": 38.15, "end": 38.15, "word": " system,", "probability": 0.6181640625}, {"start": 38.15, "end": 38.63, "word": " and", "probability": 0.92431640625}, {"start": 38.63, "end": 38.69, "word": " we", "probability": 0.81396484375}, {"start": 38.69, "end": 38.83, "word": " saw", "probability": 0.7958984375}, {"start": 38.83, "end": 39.07, "word": " that", "probability": 0.94140625}, {"start": 39.07, "end": 39.21, "word": " the", "probability": 0.84619140625}, {"start": 39.21, "end": 39.39, "word": " core", "probability": 0.8564453125}, {"start": 39.39, "end": 39.53, "word": " of", "probability": 0.8994140625}, {"start": 39.53, "end": 39.91, "word": " Android", "probability": 0.7978515625}, {"start": 39.91, "end": 40.07, "word": " is", "probability": 0.92041015625}, {"start": 40.07, "end": 40.47, "word": " Linux.", "probability": 0.95947265625}], "temperature": 1.0}, {"id": 2, "seek": 6778, "start": 41.0, "end": 67.78, "text": " Okay? And Android applications or Android files, we write them in Java to run something called Dalvik Virtual Machine, which is something like Java Virtual Machine, but prepared for mobile devices and their capabilities. Okay? And like the idea of Java, through Java Virtual Machine, Java programs run on any platform. This is also the idea of Android, that through the Dalvik Virtual Machine, it can run on any platform, so that", "tokens": [1033, 30, 400, 8853, 5821, 420, 8853, 7098, 11, 321, 2464, 552, 294, 10745, 281, 1190, 746, 1219, 17357, 42252, 23887, 22155, 11, 597, 307, 746, 411, 10745, 23887, 22155, 11, 457, 4927, 337, 6013, 5759, 293, 641, 10862, 13, 1033, 30, 400, 411, 264, 1558, 295, 10745, 11, 807, 10745, 23887, 22155, 11, 10745, 4268, 1190, 322, 604, 3663, 13, 639, 307, 611, 264, 1558, 295, 8853, 11, 300, 807, 264, 17357, 42252, 23887, 22155, 11, 309, 393, 1190, 322, 604, 3663, 11, 370, 300], "avg_logprob": -0.37859194306121474, "compression_ratio": 1.894273127753304, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 41.0, "end": 41.22, "word": " Okay?", "probability": 0.09539794921875}, {"start": 41.78, "end": 41.92, "word": " And", "probability": 0.61865234375}, {"start": 41.92, "end": 42.04, "word": " Android", "probability": 0.347900390625}, {"start": 42.04, "end": 42.52, "word": " applications", "probability": 0.6279296875}, {"start": 42.52, "end": 43.32, "word": " or", "probability": 0.61865234375}, {"start": 43.32, "end": 43.74, "word": " Android", "probability": 0.420166015625}, {"start": 43.74, "end": 44.08, "word": " files,", "probability": 0.87353515625}, {"start": 44.52, "end": 44.64, "word": " we", "probability": 0.875}, {"start": 44.64, "end": 44.9, "word": " write", "probability": 0.78857421875}, {"start": 44.9, "end": 45.04, "word": " them", "probability": 0.71728515625}, {"start": 45.04, "end": 45.14, "word": " in", "probability": 0.87744140625}, {"start": 45.14, "end": 45.52, "word": " Java", "probability": 0.7783203125}, {"start": 45.52, "end": 45.82, "word": " to", "probability": 0.34228515625}, {"start": 45.82, "end": 46.26, "word": " run", "probability": 0.6162109375}, {"start": 46.26, "end": 47.06, "word": " something", "probability": 0.388916015625}, {"start": 47.06, "end": 47.5, "word": " called", "probability": 0.6943359375}, {"start": 47.5, "end": 48.04, "word": " Dalvik", "probability": 0.6922607421875}, {"start": 48.04, "end": 48.38, "word": " Virtual", "probability": 0.63818359375}, {"start": 48.38, "end": 48.88, "word": " Machine,", "probability": 0.8720703125}, {"start": 48.88, "end": 49.56, "word": " which", "probability": 0.8994140625}, {"start": 49.56, "end": 49.72, "word": " is", "probability": 0.94140625}, {"start": 49.72, "end": 49.92, "word": " something", "probability": 0.5322265625}, {"start": 49.92, "end": 50.1, "word": " like", "probability": 0.8525390625}, {"start": 50.1, "end": 50.42, "word": " Java", "probability": 0.5966796875}, {"start": 50.42, "end": 50.78, "word": " Virtual", "probability": 0.75146484375}, {"start": 50.78, "end": 51.32, "word": " Machine,", "probability": 0.88037109375}, {"start": 52.02, "end": 52.36, "word": " but", "probability": 0.91552734375}, {"start": 52.36, "end": 53.14, "word": " prepared", "probability": 0.240234375}, {"start": 53.14, "end": 53.64, "word": " for", "probability": 0.6669921875}, {"start": 53.64, "end": 53.66, "word": " mobile", "probability": 0.378662109375}, {"start": 53.66, "end": 54.4, "word": " devices", "probability": 0.8603515625}, {"start": 54.4, "end": 54.56, "word": " and", "probability": 0.884765625}, {"start": 54.56, "end": 54.62, "word": " their", "probability": 0.5615234375}, {"start": 54.62, "end": 54.94, "word": " capabilities.", "probability": 0.79150390625}, {"start": 55.66, "end": 55.98, "word": " Okay?", "probability": 0.7119140625}, {"start": 56.6, "end": 56.72, "word": " And", "probability": 0.75048828125}, {"start": 56.72, "end": 56.88, "word": " like", "probability": 0.6806640625}, {"start": 56.88, "end": 57.0, "word": " the", "probability": 0.71435546875}, {"start": 57.0, "end": 57.16, "word": " idea", "probability": 0.8544921875}, {"start": 57.16, "end": 57.3, "word": " of", "probability": 0.966796875}, {"start": 57.3, "end": 57.7, "word": " Java,", "probability": 0.85986328125}, {"start": 58.0, "end": 58.2, "word": " through", "probability": 0.7451171875}, {"start": 58.2, "end": 58.66, "word": " Java", "probability": 0.74853515625}, {"start": 58.66, "end": 58.98, "word": " Virtual", "probability": 0.8291015625}, {"start": 58.98, "end": 59.38, "word": " Machine,", "probability": 0.8740234375}, {"start": 59.48, "end": 60.0, "word": " Java", "probability": 0.77587890625}, {"start": 60.0, "end": 60.0, "word": " programs", "probability": 0.82861328125}, {"start": 60.0, "end": 60.32, "word": " run", "probability": 0.61376953125}, {"start": 60.32, "end": 60.46, "word": " on", "probability": 0.93505859375}, {"start": 60.46, "end": 60.62, "word": " any", "probability": 0.91357421875}, {"start": 60.62, "end": 61.1, "word": " platform.", "probability": 0.92626953125}, {"start": 61.66, "end": 61.86, "word": " This", "probability": 0.5029296875}, {"start": 61.86, "end": 61.94, "word": " is", "probability": 0.8681640625}, {"start": 61.94, "end": 61.96, "word": " also", "probability": 0.71484375}, {"start": 61.96, "end": 61.96, "word": " the", "probability": 0.80419921875}, {"start": 61.96, "end": 62.14, "word": " idea", "probability": 0.8798828125}, {"start": 62.14, "end": 62.52, "word": " of", "probability": 0.95361328125}, {"start": 62.52, "end": 62.88, "word": " Android,", "probability": 0.78564453125}, {"start": 63.06, "end": 63.16, "word": " that", "probability": 0.4033203125}, {"start": 63.16, "end": 63.62, "word": " through", "probability": 0.82568359375}, {"start": 63.62, "end": 64.28, "word": " the", "probability": 0.5029296875}, {"start": 64.28, "end": 64.58, "word": " Dalvik", "probability": 0.9111328125}, {"start": 64.58, "end": 64.9, "word": " Virtual", "probability": 0.8515625}, {"start": 64.9, "end": 65.2, "word": " Machine,", "probability": 0.8642578125}, {"start": 65.3, "end": 65.32, "word": " it", "probability": 0.8271484375}, {"start": 65.32, "end": 65.46, "word": " can", "probability": 0.87255859375}, {"start": 65.46, "end": 65.72, "word": " run", "probability": 0.8603515625}, {"start": 65.72, "end": 65.9, "word": " on", "probability": 0.935546875}, {"start": 65.9, "end": 66.2, "word": " any", "probability": 0.91796875}, {"start": 66.2, "end": 67.24, "word": " platform,", "probability": 0.9326171875}, {"start": 67.36, "end": 67.52, "word": " so", "probability": 0.316162109375}, {"start": 67.52, "end": 67.78, "word": " that", "probability": 0.85595703125}], "temperature": 1.0}, {"id": 3, "seek": 9758, "start": 68.56, "end": 97.58, "text": " A large number of companies make different hardware and run it on the latest Android system. And we talked about the advantages of Android. It is an open source system, software. Then we saw that the files that enter the Dalvik virtual machine start with .dx and an APK file is created, which is a package containing the files of .dx and the resources.", "tokens": [316, 2416, 1230, 295, 3431, 652, 819, 8837, 293, 1190, 309, 322, 264, 6792, 8853, 1185, 13, 400, 321, 2825, 466, 264, 14906, 295, 8853, 13, 467, 307, 364, 1269, 4009, 1185, 11, 4722, 13, 1396, 321, 1866, 300, 264, 7098, 300, 3242, 264, 17357, 42252, 6374, 3479, 722, 365, 2411, 67, 87, 293, 364, 5372, 42, 3991, 307, 2942, 11, 597, 307, 257, 7372, 19273, 264, 7098, 295, 2411, 67, 87, 293, 264, 3593, 13], "avg_logprob": -0.5150162399589241, "compression_ratio": 1.568888888888889, "no_speech_prob": 0.0, "words": [{"start": 68.56, "end": 69.1, "word": " A", "probability": 0.18994140625}, {"start": 69.1, "end": 69.5, "word": " large", "probability": 0.53466796875}, {"start": 69.5, "end": 69.72, "word": " number", "probability": 0.88134765625}, {"start": 69.72, "end": 70.1, "word": " of", "probability": 0.96728515625}, {"start": 70.1, "end": 70.46, "word": " companies", "probability": 0.8046875}, {"start": 70.46, "end": 70.9, "word": " make", "probability": 0.263671875}, {"start": 70.9, "end": 71.76, "word": " different", "probability": 0.6005859375}, {"start": 71.76, "end": 71.76, "word": " hardware", "probability": 0.7236328125}, {"start": 71.76, "end": 71.9, "word": " and", "probability": 0.6240234375}, {"start": 71.9, "end": 72.24, "word": " run", "probability": 0.263916015625}, {"start": 72.24, "end": 72.48, "word": " it", "probability": 0.8310546875}, {"start": 72.48, "end": 72.54, "word": " on", "probability": 0.505859375}, {"start": 72.54, "end": 72.62, "word": " the", "probability": 0.486328125}, {"start": 72.62, "end": 72.82, "word": " latest", "probability": 0.619140625}, {"start": 72.82, "end": 74.48, "word": " Android", "probability": 0.75927734375}, {"start": 74.48, "end": 74.66, "word": " system.", "probability": 0.58837890625}, {"start": 74.9, "end": 75.02, "word": " And", "probability": 0.1905517578125}, {"start": 75.02, "end": 75.32, "word": " we", "probability": 0.798828125}, {"start": 75.32, "end": 75.32, "word": " talked", "probability": 0.4609375}, {"start": 75.32, "end": 75.52, "word": " about", "probability": 0.9013671875}, {"start": 75.52, "end": 75.6, "word": " the", "probability": 0.454833984375}, {"start": 75.6, "end": 75.88, "word": " advantages", "probability": 0.50634765625}, {"start": 75.88, "end": 76.04, "word": " of", "probability": 0.95654296875}, {"start": 76.04, "end": 76.4, "word": " Android.", "probability": 0.83837890625}, {"start": 76.48, "end": 76.58, "word": " It", "probability": 0.638671875}, {"start": 76.58, "end": 76.58, "word": " is", "probability": 0.58740234375}, {"start": 76.58, "end": 76.66, "word": " an", "probability": 0.82568359375}, {"start": 76.66, "end": 76.8, "word": " open", "probability": 0.89599609375}, {"start": 76.8, "end": 77.28, "word": " source", "probability": 0.65185546875}, {"start": 77.28, "end": 78.04, "word": " system,", "probability": 0.6376953125}, {"start": 78.92, "end": 81.7, "word": " software.", "probability": 0.77294921875}, {"start": 83.7, "end": 84.08, "word": " Then", "probability": 0.483154296875}, {"start": 84.08, "end": 84.3, "word": " we", "probability": 0.74462890625}, {"start": 84.3, "end": 84.54, "word": " saw", "probability": 0.794921875}, {"start": 84.54, "end": 85.5, "word": " that", "probability": 0.861328125}, {"start": 85.5, "end": 86.02, "word": " the", "probability": 0.51953125}, {"start": 86.02, "end": 86.36, "word": " files", "probability": 0.896484375}, {"start": 86.36, "end": 86.64, "word": " that", "probability": 0.74462890625}, {"start": 86.64, "end": 87.1, "word": " enter", "probability": 0.5537109375}, {"start": 87.1, "end": 87.28, "word": " the", "probability": 0.78076171875}, {"start": 87.28, "end": 87.58, "word": " Dalvik", "probability": 0.7025146484375}, {"start": 87.58, "end": 87.84, "word": " virtual", "probability": 0.60400390625}, {"start": 87.84, "end": 88.14, "word": " machine", "probability": 0.88818359375}, {"start": 88.14, "end": 88.6, "word": " start", "probability": 0.1627197265625}, {"start": 88.6, "end": 88.82, "word": " with", "probability": 0.64404296875}, {"start": 88.82, "end": 89.34, "word": " .dx", "probability": 0.477294921875}, {"start": 89.34, "end": 90.28, "word": " and", "probability": 0.40673828125}, {"start": 90.28, "end": 90.7, "word": " an", "probability": 0.2379150390625}, {"start": 90.7, "end": 91.56, "word": " APK", "probability": 0.80322265625}, {"start": 91.56, "end": 91.56, "word": " file", "probability": 0.8623046875}, {"start": 91.56, "end": 91.56, "word": " is", "probability": 0.382080078125}, {"start": 91.56, "end": 91.56, "word": " created,", "probability": 0.51708984375}, {"start": 92.32, "end": 92.46, "word": " which", "probability": 0.9150390625}, {"start": 92.46, "end": 92.64, "word": " is", "probability": 0.90478515625}, {"start": 92.64, "end": 93.02, "word": " a", "probability": 0.8740234375}, {"start": 93.02, "end": 94.02, "word": " package", "probability": 0.9423828125}, {"start": 94.02, "end": 94.64, "word": " containing", "probability": 0.63720703125}, {"start": 94.64, "end": 94.94, "word": " the", "probability": 0.39990234375}, {"start": 94.94, "end": 95.24, "word": " files", "probability": 0.61865234375}, {"start": 95.24, "end": 95.44, "word": " of", "probability": 0.7216796875}, {"start": 95.44, "end": 95.96, "word": " .dx", "probability": 0.9013671875}, {"start": 95.96, "end": 96.12, "word": " and", "probability": 0.37548828125}, {"start": 96.12, "end": 97.14, "word": " the", "probability": 0.51025390625}, {"start": 97.14, "end": 97.58, "word": " resources.", "probability": 0.81689453125}], "temperature": 1.0}, {"id": 4, "seek": 12371, "start": 98.45, "end": 123.71, "text": " And then we moved on to the versions of Android. Now we have reached version 8, which is called Oreo. And we also moved on to what API means, which is the interface that is provided to programmers. Usually, whenever a version is developed, it is developed by the available API for programmers. The number of the API is the meaning of the programmer. The number of the version is the meaning of any user who wants to upgrade.", "tokens": [400, 550, 321, 4259, 322, 281, 264, 9606, 295, 8853, 13, 823, 321, 362, 6488, 3037, 1649, 11, 597, 307, 1219, 47628, 13, 400, 321, 611, 4259, 322, 281, 437, 9362, 1355, 11, 597, 307, 264, 9226, 300, 307, 5649, 281, 41504, 13, 11419, 11, 5699, 257, 3037, 307, 4743, 11, 309, 307, 4743, 538, 264, 2435, 9362, 337, 41504, 13, 440, 1230, 295, 264, 9362, 307, 264, 3620, 295, 264, 32116, 13, 440, 1230, 295, 264, 3037, 307, 264, 3620, 295, 604, 4195, 567, 2738, 281, 11484, 13], "avg_logprob": -0.5322916944821675, "compression_ratio": 1.8722466960352422, "no_speech_prob": 0.0, "words": [{"start": 98.45, "end": 98.65, "word": " And", "probability": 0.25}, {"start": 98.65, "end": 98.87, "word": " then", "probability": 0.71875}, {"start": 98.87, "end": 98.97, "word": " we", "probability": 0.82470703125}, {"start": 98.97, "end": 99.19, "word": " moved", "probability": 0.0977783203125}, {"start": 99.19, "end": 99.39, "word": " on", "probability": 0.310546875}, {"start": 99.39, "end": 99.47, "word": " to", "probability": 0.95947265625}, {"start": 99.47, "end": 99.55, "word": " the", "probability": 0.54638671875}, {"start": 99.55, "end": 99.91, "word": " versions", "probability": 0.3037109375}, {"start": 99.91, "end": 100.13, "word": " of", "probability": 0.457763671875}, {"start": 100.13, "end": 100.65, "word": " Android.", "probability": 0.78271484375}, {"start": 102.27, "end": 102.71, "word": " Now", "probability": 0.52978515625}, {"start": 102.71, "end": 102.97, "word": " we", "probability": 0.7919921875}, {"start": 102.97, "end": 103.11, "word": " have", "probability": 0.457763671875}, {"start": 103.11, "end": 103.23, "word": " reached", "probability": 0.314697265625}, {"start": 103.23, "end": 103.65, "word": " version", "probability": 0.5986328125}, {"start": 103.65, "end": 104.13, "word": " 8,", "probability": 0.88525390625}, {"start": 105.39, "end": 105.45, "word": " which", "probability": 0.5986328125}, {"start": 105.45, "end": 105.55, "word": " is", "probability": 0.8125}, {"start": 105.55, "end": 105.65, "word": " called", "probability": 0.250732421875}, {"start": 105.65, "end": 106.01, "word": " Oreo.", "probability": 0.8056640625}, {"start": 107.27, "end": 107.71, "word": " And", "probability": 0.482666015625}, {"start": 107.71, "end": 107.79, "word": " we", "probability": 0.80419921875}, {"start": 107.79, "end": 107.83, "word": " also", "probability": 0.50732421875}, {"start": 107.83, "end": 107.95, "word": " moved", "probability": 0.1614990234375}, {"start": 107.95, "end": 108.31, "word": " on", "probability": 0.82470703125}, {"start": 108.31, "end": 108.35, "word": " to", "probability": 0.95654296875}, {"start": 108.35, "end": 108.47, "word": " what", "probability": 0.5986328125}, {"start": 108.47, "end": 108.89, "word": " API", "probability": 0.36181640625}, {"start": 108.89, "end": 109.21, "word": " means,", "probability": 0.57861328125}, {"start": 109.59, "end": 109.71, "word": " which", "probability": 0.87548828125}, {"start": 109.71, "end": 109.83, "word": " is", "probability": 0.8857421875}, {"start": 109.83, "end": 109.97, "word": " the", "probability": 0.79052734375}, {"start": 109.97, "end": 110.25, "word": " interface", "probability": 0.67236328125}, {"start": 110.25, "end": 110.45, "word": " that", "probability": 0.434326171875}, {"start": 110.45, "end": 110.65, "word": " is", "probability": 0.304931640625}, {"start": 110.65, "end": 111.03, "word": " provided", "probability": 0.83984375}, {"start": 111.03, "end": 111.31, "word": " to", "probability": 0.6240234375}, {"start": 111.31, "end": 111.73, "word": " programmers.", "probability": 0.8408203125}, {"start": 112.75, "end": 113.19, "word": " Usually,", "probability": 0.376220703125}, {"start": 113.41, "end": 113.51, "word": " whenever", "probability": 0.244873046875}, {"start": 113.51, "end": 114.21, "word": " a", "probability": 0.72216796875}, {"start": 114.21, "end": 114.51, "word": " version", "probability": 0.86376953125}, {"start": 114.51, "end": 114.51, "word": " is", "probability": 0.450439453125}, {"start": 114.51, "end": 114.51, "word": " developed,", "probability": 0.7216796875}, {"start": 114.61, "end": 114.65, "word": " it", "probability": 0.296875}, {"start": 114.65, "end": 114.73, "word": " is", "probability": 0.74267578125}, {"start": 114.73, "end": 114.95, "word": " developed", "probability": 0.69482421875}, {"start": 114.95, "end": 115.71, "word": " by", "probability": 0.51318359375}, {"start": 115.71, "end": 115.79, "word": " the", "probability": 0.8603515625}, {"start": 115.79, "end": 116.49, "word": " available", "probability": 0.352783203125}, {"start": 116.49, "end": 116.49, "word": " API", "probability": 0.8818359375}, {"start": 116.49, "end": 117.19, "word": " for", "probability": 0.61376953125}, {"start": 117.19, "end": 117.65, "word": " programmers.", "probability": 0.61865234375}, {"start": 117.79, "end": 117.93, "word": " The", "probability": 0.669921875}, {"start": 117.93, "end": 118.05, "word": " number", "probability": 0.5791015625}, {"start": 118.05, "end": 118.23, "word": " of", "probability": 0.80078125}, {"start": 118.23, "end": 118.23, "word": " the", "probability": 0.3603515625}, {"start": 118.23, "end": 118.49, "word": " API", "probability": 0.9287109375}, {"start": 118.49, "end": 118.71, "word": " is", "probability": 0.152099609375}, {"start": 118.71, "end": 118.71, "word": " the", "probability": 0.80419921875}, {"start": 118.71, "end": 118.87, "word": " meaning", "probability": 0.6328125}, {"start": 118.87, "end": 119.03, "word": " of", "probability": 0.7587890625}, {"start": 119.03, "end": 119.93, "word": " the", "probability": 0.2626953125}, {"start": 119.93, "end": 120.29, "word": " programmer.", "probability": 0.5283203125}, {"start": 121.07, "end": 121.51, "word": " The", "probability": 0.6767578125}, {"start": 121.51, "end": 121.67, "word": " number", "probability": 0.8271484375}, {"start": 121.67, "end": 121.85, "word": " of", "probability": 0.966796875}, {"start": 121.85, "end": 121.85, "word": " the", "probability": 0.73046875}, {"start": 121.85, "end": 122.09, "word": " version", "probability": 0.89404296875}, {"start": 122.09, "end": 122.23, "word": " is", "probability": 0.452880859375}, {"start": 122.23, "end": 122.27, "word": " the", "probability": 0.84814453125}, {"start": 122.27, "end": 122.33, "word": " meaning", "probability": 0.86181640625}, {"start": 122.33, "end": 122.49, "word": " of", "probability": 0.84814453125}, {"start": 122.49, "end": 122.63, "word": " any", "probability": 0.81689453125}, {"start": 122.63, "end": 123.03, "word": " user", "probability": 0.94091796875}, {"start": 123.03, "end": 123.15, "word": " who", "probability": 0.775390625}, {"start": 123.15, "end": 123.29, "word": " wants", "probability": 0.7822265625}, {"start": 123.29, "end": 123.49, "word": " to", "probability": 0.96826171875}, {"start": 123.49, "end": 123.71, "word": " upgrade.", "probability": 0.59033203125}], "temperature": 1.0}, {"id": 5, "seek": 14244, "start": 124.52, "end": 142.44, "text": " And we said that not all devices do upgrades. There are devices in the market that still use KitKat and Marshmallow. Not all of them updated to Oreo. This means that if you don't do development, you have to try the old devices.", "tokens": [400, 321, 848, 300, 406, 439, 5759, 360, 24868, 13, 821, 366, 5759, 294, 264, 2142, 300, 920, 764, 23037, 42, 267, 293, 14443, 76, 13253, 13, 1726, 439, 295, 552, 10588, 281, 47628, 13, 639, 1355, 300, 498, 291, 500, 380, 360, 3250, 11, 291, 362, 281, 853, 264, 1331, 5759, 13], "avg_logprob": -0.46961804175818406, "compression_ratio": 1.4522292993630572, "no_speech_prob": 0.0, "words": [{"start": 124.52, "end": 124.68, "word": " And", "probability": 0.174072265625}, {"start": 124.68, "end": 125.58, "word": " we", "probability": 0.826171875}, {"start": 125.58, "end": 125.86, "word": " said", "probability": 0.2388916015625}, {"start": 125.86, "end": 126.36, "word": " that", "probability": 0.853515625}, {"start": 126.36, "end": 126.52, "word": " not", "probability": 0.83056640625}, {"start": 126.52, "end": 126.74, "word": " all", "probability": 0.87255859375}, {"start": 126.74, "end": 127.06, "word": " devices", "probability": 0.78076171875}, {"start": 127.06, "end": 127.4, "word": " do", "probability": 0.2161865234375}, {"start": 127.4, "end": 127.96, "word": " upgrades.", "probability": 0.3564453125}, {"start": 128.6, "end": 128.74, "word": " There", "probability": 0.339111328125}, {"start": 128.74, "end": 128.88, "word": " are", "probability": 0.91455078125}, {"start": 128.88, "end": 129.16, "word": " devices", "probability": 0.7705078125}, {"start": 129.16, "end": 129.3, "word": " in", "probability": 0.42529296875}, {"start": 129.3, "end": 129.44, "word": " the", "probability": 0.91259765625}, {"start": 129.44, "end": 129.72, "word": " market", "probability": 0.82568359375}, {"start": 129.72, "end": 130.04, "word": " that", "probability": 0.8173828125}, {"start": 130.04, "end": 130.06, "word": " still", "probability": 0.69677734375}, {"start": 130.06, "end": 130.9, "word": " use", "probability": 0.822265625}, {"start": 130.9, "end": 132.0, "word": " KitKat", "probability": 0.8116861979166666}, {"start": 132.0, "end": 132.32, "word": " and", "probability": 0.8662109375}, {"start": 132.32, "end": 132.84, "word": " Marshmallow.", "probability": 0.8479817708333334}, {"start": 133.88, "end": 134.44, "word": " Not", "probability": 0.5380859375}, {"start": 134.44, "end": 134.64, "word": " all", "probability": 0.91845703125}, {"start": 134.64, "end": 134.66, "word": " of", "probability": 0.84912109375}, {"start": 134.66, "end": 134.84, "word": " them", "probability": 0.8701171875}, {"start": 134.84, "end": 135.54, "word": " updated", "probability": 0.270751953125}, {"start": 135.54, "end": 136.4, "word": " to", "probability": 0.400146484375}, {"start": 136.4, "end": 136.66, "word": " Oreo.", "probability": 0.73095703125}, {"start": 137.0, "end": 137.26, "word": " This", "probability": 0.63427734375}, {"start": 137.26, "end": 137.52, "word": " means", "probability": 0.9248046875}, {"start": 137.52, "end": 137.7, "word": " that", "probability": 0.77783203125}, {"start": 137.7, "end": 137.84, "word": " if", "probability": 0.28466796875}, {"start": 137.84, "end": 137.9, "word": " you", "probability": 0.96142578125}, {"start": 137.9, "end": 138.04, "word": " don't", "probability": 0.693359375}, {"start": 138.04, "end": 138.26, "word": " do", "probability": 0.473876953125}, {"start": 138.26, "end": 138.78, "word": " development,", "probability": 0.603515625}, {"start": 138.96, "end": 139.0, "word": " you", "probability": 0.8876953125}, {"start": 139.0, "end": 139.16, "word": " have", "probability": 0.345703125}, {"start": 139.16, "end": 139.22, "word": " to", "probability": 0.96826171875}, {"start": 139.22, "end": 139.66, "word": " try", "probability": 0.79052734375}, {"start": 139.66, "end": 141.48, "word": " the", "probability": 0.317626953125}, {"start": 141.48, "end": 142.14, "word": " old", "probability": 0.72900390625}, {"start": 142.14, "end": 142.44, "word": " devices.", "probability": 0.9423828125}], "temperature": 1.0}, {"id": 6, "seek": 17068, "start": 145.6, "end": 170.68, "text": " Now, you want to start developing Android. What do you need? Let's go back to when we used to work on Java. What did we need when we started working on Java? Before the IDE, the JDK, the Java Development Kit, which contains the Java compiler and libraries. Without them, I can't work. And the Android also needs the SDK or the JDK itself. Because the SDK contains the JDK, the Java Development Kit.", "tokens": [823, 11, 291, 528, 281, 722, 6416, 8853, 13, 708, 360, 291, 643, 30, 961, 311, 352, 646, 281, 562, 321, 1143, 281, 589, 322, 10745, 13, 708, 630, 321, 643, 562, 321, 1409, 1364, 322, 10745, 30, 4546, 264, 40930, 11, 264, 37082, 42, 11, 264, 10745, 15041, 23037, 11, 597, 8306, 264, 10745, 31958, 293, 15148, 13, 9129, 552, 11, 286, 393, 380, 589, 13, 400, 264, 8853, 611, 2203, 264, 37135, 420, 264, 37082, 42, 2564, 13, 1436, 264, 37135, 8306, 264, 37082, 42, 11, 264, 10745, 15041, 23037, 13], "avg_logprob": -0.41888299203933554, "compression_ratio": 1.7577092511013215, "no_speech_prob": 0.0, "words": [{"start": 145.6, "end": 145.98, "word": " Now,", "probability": 0.5576171875}, {"start": 146.08, "end": 146.16, "word": " you", "probability": 0.5439453125}, {"start": 146.16, "end": 146.34, "word": " want", "probability": 0.703125}, {"start": 146.34, "end": 146.42, "word": " to", "probability": 0.96826171875}, {"start": 146.42, "end": 146.62, "word": " start", "probability": 0.45947265625}, {"start": 146.62, "end": 147.08, "word": " developing", "probability": 0.73388671875}, {"start": 147.08, "end": 147.5, "word": " Android.", "probability": 0.576171875}, {"start": 147.56, "end": 147.76, "word": " What", "probability": 0.61376953125}, {"start": 147.76, "end": 147.82, "word": " do", "probability": 0.439453125}, {"start": 147.82, "end": 148.04, "word": " you", "probability": 0.7470703125}, {"start": 148.04, "end": 148.04, "word": " need?", "probability": 0.783203125}, {"start": 149.7, "end": 150.14, "word": " Let's", "probability": 0.6500244140625}, {"start": 150.14, "end": 150.36, "word": " go", "probability": 0.61962890625}, {"start": 150.36, "end": 150.48, "word": " back", "probability": 0.86328125}, {"start": 150.48, "end": 150.82, "word": " to", "probability": 0.59912109375}, {"start": 150.82, "end": 150.9, "word": " when", "probability": 0.58642578125}, {"start": 150.9, "end": 151.16, "word": " we", "probability": 0.74462890625}, {"start": 151.16, "end": 151.16, "word": " used", "probability": 0.412353515625}, {"start": 151.16, "end": 151.16, "word": " to", "probability": 0.96533203125}, {"start": 151.16, "end": 151.34, "word": " work", "probability": 0.7900390625}, {"start": 151.34, "end": 151.44, "word": " on", "probability": 0.43896484375}, {"start": 151.44, "end": 151.72, "word": " Java.", "probability": 0.8896484375}, {"start": 151.74, "end": 151.92, "word": " What", "probability": 0.8271484375}, {"start": 151.92, "end": 151.98, "word": " did", "probability": 0.6845703125}, {"start": 151.98, "end": 152.32, "word": " we", "probability": 0.91455078125}, {"start": 152.32, "end": 152.32, "word": " need", "probability": 0.8056640625}, {"start": 152.32, "end": 152.8, "word": " when", "probability": 0.2890625}, {"start": 152.8, "end": 152.9, "word": " we", "probability": 0.90869140625}, {"start": 152.9, "end": 153.06, "word": " started", "probability": 0.537109375}, {"start": 153.06, "end": 153.22, "word": " working", "probability": 0.67529296875}, {"start": 153.22, "end": 153.32, "word": " on", "probability": 0.91064453125}, {"start": 153.32, "end": 153.6, "word": " Java?", "probability": 0.93408203125}, {"start": 154.06, "end": 154.5, "word": " Before", "probability": 0.80322265625}, {"start": 154.5, "end": 154.62, "word": " the", "probability": 0.229248046875}, {"start": 154.62, "end": 154.98, "word": " IDE,", "probability": 0.92529296875}, {"start": 155.64, "end": 155.76, "word": " the", "probability": 0.67138671875}, {"start": 155.76, "end": 156.22, "word": " JDK,", "probability": 0.872314453125}, {"start": 156.82, "end": 156.9, "word": " the", "probability": 0.56787109375}, {"start": 156.9, "end": 157.08, "word": " Java", "probability": 0.92138671875}, {"start": 157.08, "end": 157.54, "word": " Development", "probability": 0.86279296875}, {"start": 157.54, "end": 157.88, "word": " Kit,", "probability": 0.97705078125}, {"start": 158.06, "end": 158.06, "word": " which", "probability": 0.771484375}, {"start": 158.06, "end": 158.18, "word": " contains", "probability": 0.40234375}, {"start": 158.18, "end": 158.28, "word": " the", "probability": 0.611328125}, {"start": 158.28, "end": 158.36, "word": " Java", "probability": 0.7099609375}, {"start": 158.36, "end": 158.76, "word": " compiler", "probability": 0.67578125}, {"start": 158.76, "end": 159.64, "word": " and", "probability": 0.85498046875}, {"start": 159.64, "end": 160.3, "word": " libraries.", "probability": 0.72509765625}, {"start": 160.72, "end": 160.9, "word": " Without", "probability": 0.6806640625}, {"start": 160.9, "end": 161.04, "word": " them,", "probability": 0.384033203125}, {"start": 161.04, "end": 161.14, "word": " I", "probability": 0.97119140625}, {"start": 161.14, "end": 161.34, "word": " can't", "probability": 0.621337890625}, {"start": 161.34, "end": 161.68, "word": " work.", "probability": 0.87841796875}, {"start": 162.46, "end": 162.74, "word": " And", "probability": 0.615234375}, {"start": 162.74, "end": 162.8, "word": " the", "probability": 0.229248046875}, {"start": 162.8, "end": 163.16, "word": " Android", "probability": 0.94775390625}, {"start": 163.16, "end": 163.48, "word": " also", "probability": 0.492431640625}, {"start": 163.48, "end": 163.72, "word": " needs", "probability": 0.6201171875}, {"start": 163.72, "end": 164.22, "word": " the", "probability": 0.360107421875}, {"start": 164.22, "end": 165.82, "word": " SDK", "probability": 0.8408203125}, {"start": 165.82, "end": 166.04, "word": " or", "probability": 0.77197265625}, {"start": 166.04, "end": 166.12, "word": " the", "probability": 0.7080078125}, {"start": 166.12, "end": 166.46, "word": " JDK", "probability": 0.7210693359375}, {"start": 166.46, "end": 166.76, "word": " itself.", "probability": 0.46923828125}, {"start": 167.12, "end": 167.56, "word": " Because", "probability": 0.1634521484375}, {"start": 167.56, "end": 167.68, "word": " the", "probability": 0.8525390625}, {"start": 167.68, "end": 167.96, "word": " SDK", "probability": 0.92578125}, {"start": 167.96, "end": 168.4, "word": " contains", "probability": 0.7001953125}, {"start": 168.4, "end": 169.32, "word": " the", "probability": 0.77783203125}, {"start": 169.32, "end": 169.66, "word": " JDK,", "probability": 0.89697265625}, {"start": 169.76, "end": 169.78, "word": " the", "probability": 0.73828125}, {"start": 169.78, "end": 169.94, "word": " Java", "probability": 0.95263671875}, {"start": 169.94, "end": 170.36, "word": " Development", "probability": 0.8837890625}, {"start": 170.36, "end": 170.68, "word": " Kit.", "probability": 0.970703125}], "temperature": 1.0}, {"id": 7, "seek": 19783, "start": 172.39, "end": 197.83, "text": " Because you use Java for Android. Even if you use Kotlin, Kotlin becomes Java in the end So, you also need Java Development Kit What else do we need other than Java Development Kit? What else do we need from Java? IDE IDE is short for Integrated Development Environment which is the program or tool that makes programming easier for you", "tokens": [1436, 291, 764, 10745, 337, 8853, 13, 2754, 498, 291, 764, 30123, 5045, 11, 30123, 5045, 3643, 10745, 294, 264, 917, 407, 11, 291, 611, 643, 10745, 15041, 23037, 708, 1646, 360, 321, 643, 661, 813, 10745, 15041, 23037, 30, 708, 1646, 360, 321, 643, 490, 10745, 30, 40930, 40930, 307, 2099, 337, 23894, 770, 15041, 35354, 597, 307, 264, 1461, 420, 2290, 300, 1669, 9410, 3571, 337, 291], "avg_logprob": -0.46874999105930326, "compression_ratio": 1.7106598984771573, "no_speech_prob": 0.0, "words": [{"start": 172.39, "end": 172.69, "word": " Because", "probability": 0.64453125}, {"start": 172.69, "end": 173.27, "word": " you", "probability": 0.34521484375}, {"start": 173.27, "end": 173.61, "word": " use", "probability": 0.2418212890625}, {"start": 173.61, "end": 174.03, "word": " Java", "probability": 0.6298828125}, {"start": 174.03, "end": 174.03, "word": " for", "probability": 0.55615234375}, {"start": 174.03, "end": 174.03, "word": " Android.", "probability": 0.7763671875}, {"start": 174.11, "end": 174.43, "word": " Even", "probability": 0.720703125}, {"start": 174.43, "end": 174.61, "word": " if", "probability": 0.84423828125}, {"start": 174.61, "end": 174.69, "word": " you", "probability": 0.482177734375}, {"start": 174.69, "end": 174.97, "word": " use", "probability": 0.61669921875}, {"start": 174.97, "end": 175.45, "word": " Kotlin,", "probability": 0.859130859375}, {"start": 175.99, "end": 176.47, "word": " Kotlin", "probability": 0.6795654296875}, {"start": 176.47, "end": 177.25, "word": " becomes", "probability": 0.118896484375}, {"start": 177.25, "end": 177.77, "word": " Java", "probability": 0.90478515625}, {"start": 177.77, "end": 178.09, "word": " in", "probability": 0.47314453125}, {"start": 178.09, "end": 178.09, "word": " the", "probability": 0.84912109375}, {"start": 178.09, "end": 178.09, "word": " end", "probability": 0.8662109375}, {"start": 178.09, "end": 181.05, "word": " So,", "probability": 0.2425537109375}, {"start": 183.25, "end": 183.37, "word": " you", "probability": 0.56689453125}, {"start": 183.37, "end": 183.37, "word": " also", "probability": 0.387939453125}, {"start": 183.37, "end": 183.69, "word": " need", "probability": 0.8828125}, {"start": 183.69, "end": 184.09, "word": " Java", "probability": 0.689453125}, {"start": 184.09, "end": 184.57, "word": " Development", "probability": 0.72607421875}, {"start": 184.57, "end": 184.97, "word": " Kit", "probability": 0.96435546875}, {"start": 184.97, "end": 186.17, "word": " What", "probability": 0.42529296875}, {"start": 186.17, "end": 186.21, "word": " else", "probability": 0.6767578125}, {"start": 186.21, "end": 186.43, "word": " do", "probability": 0.70361328125}, {"start": 186.43, "end": 186.57, "word": " we", "probability": 0.8095703125}, {"start": 186.57, "end": 186.57, "word": " need", "probability": 0.90771484375}, {"start": 186.57, "end": 186.79, "word": " other", "probability": 0.264404296875}, {"start": 186.79, "end": 186.81, "word": " than", "probability": 0.94189453125}, {"start": 186.81, "end": 187.13, "word": " Java", "probability": 0.70947265625}, {"start": 187.13, "end": 187.55, "word": " Development", "probability": 0.87939453125}, {"start": 187.55, "end": 187.89, "word": " Kit?", "probability": 0.97412109375}, {"start": 188.27, "end": 188.39, "word": " What", "probability": 0.54931640625}, {"start": 188.39, "end": 188.43, "word": " else", "probability": 0.379150390625}, {"start": 188.43, "end": 188.53, "word": " do", "probability": 0.78662109375}, {"start": 188.53, "end": 188.91, "word": " we", "probability": 0.9228515625}, {"start": 188.91, "end": 188.93, "word": " need", "probability": 0.8994140625}, {"start": 188.93, "end": 189.19, "word": " from", "probability": 0.491943359375}, {"start": 189.19, "end": 189.55, "word": " Java?", "probability": 0.9228515625}, {"start": 190.13, "end": 190.77, "word": " IDE", "probability": 0.91845703125}, {"start": 190.77, "end": 192.63, "word": " IDE", "probability": 0.43896484375}, {"start": 192.63, "end": 192.79, "word": " is", "probability": 0.400146484375}, {"start": 192.79, "end": 192.99, "word": " short", "probability": 0.67236328125}, {"start": 192.99, "end": 193.19, "word": " for", "probability": 0.90087890625}, {"start": 193.19, "end": 194.11, "word": " Integrated", "probability": 0.806884765625}, {"start": 194.11, "end": 194.53, "word": " Development", "probability": 0.93505859375}, {"start": 194.53, "end": 195.13, "word": " Environment", "probability": 0.96240234375}, {"start": 195.13, "end": 195.43, "word": " which", "probability": 0.1807861328125}, {"start": 195.43, "end": 195.55, "word": " is", "probability": 0.8466796875}, {"start": 195.55, "end": 195.65, "word": " the", "probability": 0.591796875}, {"start": 195.65, "end": 196.07, "word": " program", "probability": 0.39404296875}, {"start": 196.07, "end": 196.35, "word": " or", "probability": 0.72265625}, {"start": 196.35, "end": 196.67, "word": " tool", "probability": 0.94580078125}, {"start": 196.67, "end": 196.79, "word": " that", "probability": 0.759765625}, {"start": 196.79, "end": 197.09, "word": " makes", "probability": 0.431640625}, {"start": 197.09, "end": 197.73, "word": " programming", "probability": 0.78173828125}, {"start": 197.73, "end": 197.73, "word": " easier", "probability": 0.71875}, {"start": 197.73, "end": 197.83, "word": " for", "probability": 0.8408203125}, {"start": 197.83, "end": 197.83, "word": " you", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 8, "seek": 20515, "start": 199.41, "end": 205.15, "text": " In the days of programming, we used Netbeans. Now, in Android, we use Android Studio.", "tokens": [682, 264, 1708, 295, 9410, 11, 321, 1143, 6188, 40488, 13, 823, 11, 294, 8853, 11, 321, 764, 8853, 13500, 13], "avg_logprob": -0.46697444265538995, "compression_ratio": 1.075, "no_speech_prob": 0.0, "words": [{"start": 199.41, "end": 199.63, "word": " In", "probability": 0.223876953125}, {"start": 199.63, "end": 199.69, "word": " the", "probability": 0.583984375}, {"start": 199.69, "end": 199.73, "word": " days", "probability": 0.37939453125}, {"start": 199.73, "end": 199.89, "word": " of", "probability": 0.966796875}, {"start": 199.89, "end": 200.09, "word": " programming,", "probability": 0.41064453125}, {"start": 200.27, "end": 200.35, "word": " we", "probability": 0.79638671875}, {"start": 200.35, "end": 200.59, "word": " used", "probability": 0.81396484375}, {"start": 200.59, "end": 201.19, "word": " Netbeans.", "probability": 0.617919921875}, {"start": 202.07, "end": 202.49, "word": " Now,", "probability": 0.65380859375}, {"start": 202.75, "end": 202.81, "word": " in", "probability": 0.417236328125}, {"start": 202.81, "end": 203.13, "word": " Android,", "probability": 0.8818359375}, {"start": 203.27, "end": 203.33, "word": " we", "probability": 0.953125}, {"start": 203.33, "end": 203.91, "word": " use", "probability": 0.830078125}, {"start": 203.91, "end": 204.79, "word": " Android", "probability": 0.96533203125}, {"start": 204.79, "end": 205.15, "word": " Studio.", "probability": 0.93310546875}], "temperature": 1.0}, {"id": 9, "seek": 23268, "start": 206.62, "end": 232.68, "text": " You will see that Android Studio is easier to use and it has more features than NetBeans Ok, what do you need to download? As we saw in the days of programming, we used to download one bundle that contains NetBeans and JDK, one time per device And when you download Android Studio, you can download all of what?", "tokens": [509, 486, 536, 300, 8853, 13500, 307, 3571, 281, 764, 293, 309, 575, 544, 4122, 813, 6188, 6524, 599, 3477, 11, 437, 360, 291, 643, 281, 5484, 30, 1018, 321, 1866, 294, 264, 1708, 295, 9410, 11, 321, 1143, 281, 5484, 472, 24438, 300, 8306, 6188, 6524, 599, 293, 37082, 42, 11, 472, 565, 680, 4302, 400, 562, 291, 5484, 8853, 13500, 11, 291, 393, 5484, 439, 295, 437, 30], "avg_logprob": -0.5774647836953821, "compression_ratio": 1.6082474226804124, "no_speech_prob": 0.0, "words": [{"start": 206.62, "end": 207.3, "word": " You", "probability": 0.38623046875}, {"start": 207.3, "end": 207.64, "word": " will", "probability": 0.685546875}, {"start": 207.64, "end": 207.92, "word": " see", "probability": 0.5244140625}, {"start": 207.92, "end": 208.32, "word": " that", "probability": 0.84326171875}, {"start": 208.32, "end": 208.74, "word": " Android", "probability": 0.68798828125}, {"start": 208.74, "end": 209.22, "word": " Studio", "probability": 0.88037109375}, {"start": 209.22, "end": 209.8, "word": " is", "probability": 0.33984375}, {"start": 209.8, "end": 209.96, "word": " easier", "probability": 0.270263671875}, {"start": 209.96, "end": 210.12, "word": " to", "probability": 0.828125}, {"start": 210.12, "end": 210.54, "word": " use", "probability": 0.904296875}, {"start": 210.54, "end": 211.08, "word": " and", "probability": 0.62353515625}, {"start": 211.08, "end": 211.32, "word": " it", "probability": 0.217041015625}, {"start": 211.32, "end": 211.32, "word": " has", "probability": 0.77783203125}, {"start": 211.32, "end": 211.42, "word": " more", "probability": 0.7255859375}, {"start": 211.42, "end": 211.76, "word": " features", "probability": 0.371337890625}, {"start": 211.76, "end": 212.32, "word": " than", "probability": 0.7900390625}, {"start": 212.32, "end": 213.5, "word": " NetBeans", "probability": 0.6930338541666666}, {"start": 213.5, "end": 214.04, "word": " Ok,", "probability": 0.11737060546875}, {"start": 216.24, "end": 216.66, "word": " what", "probability": 0.10552978515625}, {"start": 216.66, "end": 216.86, "word": " do", "probability": 0.361328125}, {"start": 216.86, "end": 216.88, "word": " you", "probability": 0.810546875}, {"start": 216.88, "end": 217.26, "word": " need", "probability": 0.400390625}, {"start": 217.26, "end": 217.48, "word": " to", "probability": 0.95068359375}, {"start": 217.48, "end": 217.7, "word": " download?", "probability": 0.8701171875}, {"start": 217.96, "end": 218.4, "word": " As", "probability": 0.52685546875}, {"start": 218.4, "end": 219.14, "word": " we", "probability": 0.87158203125}, {"start": 219.14, "end": 219.32, "word": " saw", "probability": 0.626953125}, {"start": 219.32, "end": 219.76, "word": " in", "probability": 0.4189453125}, {"start": 219.76, "end": 219.8, "word": " the", "probability": 0.5322265625}, {"start": 219.8, "end": 219.8, "word": " days", "probability": 0.324951171875}, {"start": 219.8, "end": 219.94, "word": " of", "probability": 0.95849609375}, {"start": 219.94, "end": 220.24, "word": " programming,", "probability": 0.54296875}, {"start": 220.9, "end": 221.16, "word": " we", "probability": 0.86376953125}, {"start": 221.16, "end": 221.16, "word": " used", "probability": 0.5546875}, {"start": 221.16, "end": 221.58, "word": " to", "probability": 0.9677734375}, {"start": 221.58, "end": 221.58, "word": " download", "probability": 0.9443359375}, {"start": 221.58, "end": 221.9, "word": " one", "probability": 0.399169921875}, {"start": 221.9, "end": 222.58, "word": " bundle", "probability": 0.97705078125}, {"start": 222.58, "end": 223.02, "word": " that", "probability": 0.23828125}, {"start": 223.02, "end": 223.42, "word": " contains", "probability": 0.36669921875}, {"start": 223.42, "end": 224.46, "word": " NetBeans", "probability": 0.8375651041666666}, {"start": 224.46, "end": 224.74, "word": " and", "probability": 0.9208984375}, {"start": 224.74, "end": 225.3, "word": " JDK,", "probability": 0.85400390625}, {"start": 225.44, "end": 225.72, "word": " one", "probability": 0.265625}, {"start": 225.72, "end": 226.04, "word": " time", "probability": 0.169921875}, {"start": 226.04, "end": 226.3, "word": " per", "probability": 0.451416015625}, {"start": 226.3, "end": 226.84, "word": " device", "probability": 0.6533203125}, {"start": 226.84, "end": 227.72, "word": " And", "probability": 0.289306640625}, {"start": 227.72, "end": 228.52, "word": " when", "probability": 0.337158203125}, {"start": 228.52, "end": 229.18, "word": " you", "probability": 0.95556640625}, {"start": 229.18, "end": 229.44, "word": " download", "probability": 0.90771484375}, {"start": 229.44, "end": 229.74, "word": " Android", "probability": 0.8974609375}, {"start": 229.74, "end": 230.24, "word": " Studio,", "probability": 0.9755859375}, {"start": 230.58, "end": 231.52, "word": " you", "probability": 0.88037109375}, {"start": 231.52, "end": 231.74, "word": " can", "probability": 0.8671875}, {"start": 231.74, "end": 232.1, "word": " download", "probability": 0.85498046875}, {"start": 232.1, "end": 232.36, "word": " all", "probability": 0.24951171875}, {"start": 232.36, "end": 232.42, "word": " of", "probability": 0.60791015625}, {"start": 232.42, "end": 232.68, "word": " what?", "probability": 0.322509765625}], "temperature": 1.0}, {"id": 10, "seek": 24675, "start": 233.35, "end": 246.75, "text": " Once. You can say Android Studio Download. Okay? It will need around 800MB of setup. Okay? What bothers me is that when you set it up, it will need to update later.", "tokens": [3443, 13, 509, 393, 584, 8853, 13500, 32282, 13, 1033, 30, 467, 486, 643, 926, 13083, 47554, 295, 8657, 13, 1033, 30, 708, 33980, 385, 307, 300, 562, 291, 992, 309, 493, 11, 309, 486, 643, 281, 5623, 1780, 13], "avg_logprob": -0.6463414866749834, "compression_ratio": 1.2406015037593985, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 233.35000000000002, "end": 233.83, "word": " Once.", "probability": 0.277099609375}, {"start": 234.43, "end": 234.75, "word": " You", "probability": 0.74560546875}, {"start": 234.75, "end": 234.89, "word": " can", "probability": 0.83056640625}, {"start": 234.89, "end": 235.07, "word": " say", "probability": 0.51025390625}, {"start": 235.07, "end": 235.47, "word": " Android", "probability": 0.303466796875}, {"start": 235.47, "end": 235.95, "word": " Studio", "probability": 0.708984375}, {"start": 235.95, "end": 236.45, "word": " Download.", "probability": 0.61767578125}, {"start": 236.87, "end": 237.07, "word": " Okay?", "probability": 0.1829833984375}, {"start": 237.73, "end": 237.91, "word": " It", "probability": 0.5185546875}, {"start": 237.91, "end": 237.95, "word": " will", "probability": 0.365234375}, {"start": 237.95, "end": 238.19, "word": " need", "probability": 0.2353515625}, {"start": 238.19, "end": 238.65, "word": " around", "probability": 0.434814453125}, {"start": 238.65, "end": 238.65, "word": " 800MB", "probability": 0.6373291015625}, {"start": 238.65, "end": 238.65, "word": " of", "probability": 0.5498046875}, {"start": 238.65, "end": 239.11, "word": " setup.", "probability": 0.6474609375}, {"start": 241.51, "end": 241.95, "word": " Okay?", "probability": 0.71923828125}, {"start": 242.81, "end": 242.95, "word": " What", "probability": 0.35888671875}, {"start": 242.95, "end": 243.21, "word": " bothers", "probability": 0.283203125}, {"start": 243.21, "end": 243.37, "word": " me", "probability": 0.71875}, {"start": 243.37, "end": 243.49, "word": " is", "probability": 0.7841796875}, {"start": 243.49, "end": 243.65, "word": " that", "probability": 0.71728515625}, {"start": 243.65, "end": 243.79, "word": " when", "probability": 0.578125}, {"start": 243.79, "end": 244.01, "word": " you", "probability": 0.89794921875}, {"start": 244.01, "end": 244.17, "word": " set", "probability": 0.178466796875}, {"start": 244.17, "end": 244.29, "word": " it", "probability": 0.391845703125}, {"start": 244.29, "end": 244.79, "word": " up,", "probability": 0.9619140625}, {"start": 245.41, "end": 245.59, "word": " it", "probability": 0.775390625}, {"start": 245.59, "end": 245.73, "word": " will", "probability": 0.31884765625}, {"start": 245.73, "end": 245.81, "word": " need", "probability": 0.490234375}, {"start": 245.81, "end": 246.03, "word": " to", "probability": 0.791015625}, {"start": 246.03, "end": 246.49, "word": " update", "probability": 0.66650390625}, {"start": 246.49, "end": 246.75, "word": " later.", "probability": 0.422607421875}], "temperature": 1.0}, {"id": 11, "seek": 26882, "start": 247.82, "end": 268.82, "text": " It will take some time, depending on your internet speed. But I don't expect that it will take less than 2 hours after you do the setup. And maybe when you open the Android Studio, it will also do an update. It will take your breath away when it runs. And unfortunately, if the electricity is cut off and it does an update, it will restart from the beginning again.", "tokens": [467, 486, 747, 512, 565, 11, 5413, 322, 428, 4705, 3073, 13, 583, 286, 500, 380, 2066, 300, 309, 486, 747, 1570, 813, 568, 2496, 934, 291, 360, 264, 8657, 13, 400, 1310, 562, 291, 1269, 264, 8853, 13500, 11, 309, 486, 611, 360, 364, 5623, 13, 467, 486, 747, 428, 6045, 1314, 562, 309, 6676, 13, 400, 7015, 11, 498, 264, 10356, 307, 1723, 766, 293, 309, 775, 364, 5623, 11, 309, 486, 21022, 490, 264, 2863, 797, 13], "avg_logprob": -0.572145073502152, "compression_ratio": 1.6561085972850678, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 247.82, "end": 248.22, "word": " It", "probability": 0.45947265625}, {"start": 248.22, "end": 248.34, "word": " will", "probability": 0.56103515625}, {"start": 248.34, "end": 248.58, "word": " take", "probability": 0.6982421875}, {"start": 248.58, "end": 248.9, "word": " some", "probability": 0.429443359375}, {"start": 248.9, "end": 249.04, "word": " time,", "probability": 0.87939453125}, {"start": 249.34, "end": 249.68, "word": " depending", "probability": 0.546875}, {"start": 249.68, "end": 249.82, "word": " on", "probability": 0.91357421875}, {"start": 249.82, "end": 250.14, "word": " your", "probability": 0.333251953125}, {"start": 250.14, "end": 250.32, "word": " internet", "probability": 0.5966796875}, {"start": 250.32, "end": 250.4, "word": " speed.", "probability": 0.58056640625}, {"start": 251.42, "end": 251.62, "word": " But", "probability": 0.6162109375}, {"start": 251.62, "end": 251.96, "word": " I", "probability": 0.75}, {"start": 251.96, "end": 252.18, "word": " don't", "probability": 0.791748046875}, {"start": 252.18, "end": 252.44, "word": " expect", "probability": 0.476806640625}, {"start": 252.44, "end": 252.6, "word": " that", "probability": 0.377197265625}, {"start": 252.6, "end": 252.66, "word": " it", "probability": 0.82177734375}, {"start": 252.66, "end": 252.72, "word": " will", "probability": 0.67578125}, {"start": 252.72, "end": 252.82, "word": " take", "probability": 0.82275390625}, {"start": 252.82, "end": 253.0, "word": " less", "probability": 0.77294921875}, {"start": 253.0, "end": 253.16, "word": " than", "probability": 0.90380859375}, {"start": 253.16, "end": 253.24, "word": " 2", "probability": 0.60107421875}, {"start": 253.24, "end": 253.54, "word": " hours", "probability": 0.88330078125}, {"start": 253.54, "end": 254.4, "word": " after", "probability": 0.451416015625}, {"start": 254.4, "end": 255.66, "word": " you", "probability": 0.5673828125}, {"start": 255.66, "end": 255.84, "word": " do", "probability": 0.0587158203125}, {"start": 255.84, "end": 255.96, "word": " the", "probability": 0.70263671875}, {"start": 255.96, "end": 256.16, "word": " setup.", "probability": 0.7890625}, {"start": 256.7, "end": 256.82, "word": " And", "probability": 0.59033203125}, {"start": 256.82, "end": 257.08, "word": " maybe", "probability": 0.418212890625}, {"start": 257.08, "end": 257.42, "word": " when", "probability": 0.51220703125}, {"start": 257.42, "end": 257.66, "word": " you", "probability": 0.9423828125}, {"start": 257.66, "end": 257.9, "word": " open", "probability": 0.78857421875}, {"start": 257.9, "end": 258.68, "word": " the", "probability": 0.47314453125}, {"start": 258.68, "end": 258.9, "word": " Android", "probability": 0.45654296875}, {"start": 258.9, "end": 259.3, "word": " Studio,", "probability": 0.763671875}, {"start": 259.46, "end": 259.46, "word": " it", "probability": 0.86279296875}, {"start": 259.46, "end": 259.68, "word": " will", "probability": 0.712890625}, {"start": 259.68, "end": 259.68, "word": " also", "probability": 0.367431640625}, {"start": 259.68, "end": 259.86, "word": " do", "probability": 0.298583984375}, {"start": 259.86, "end": 260.62, "word": " an", "probability": 0.5771484375}, {"start": 260.62, "end": 260.88, "word": " update.", "probability": 0.912109375}, {"start": 261.06, "end": 261.16, "word": " It", "probability": 0.51318359375}, {"start": 261.16, "end": 261.3, "word": " will", "probability": 0.8583984375}, {"start": 261.3, "end": 261.46, "word": " take", "probability": 0.31396484375}, {"start": 261.46, "end": 261.62, "word": " your", "probability": 0.6083984375}, {"start": 261.62, "end": 261.8, "word": " breath", "probability": 0.76025390625}, {"start": 261.8, "end": 262.02, "word": " away", "probability": 0.75927734375}, {"start": 262.02, "end": 262.14, "word": " when", "probability": 0.7529296875}, {"start": 262.14, "end": 262.86, "word": " it", "probability": 0.86572265625}, {"start": 262.86, "end": 263.04, "word": " runs.", "probability": 0.144775390625}, {"start": 263.42, "end": 263.66, "word": " And", "probability": 0.759765625}, {"start": 263.66, "end": 263.98, "word": " unfortunately,", "probability": 0.8125}, {"start": 264.2, "end": 264.4, "word": " if", "probability": 0.63037109375}, {"start": 264.4, "end": 264.6, "word": " the", "probability": 0.2493896484375}, {"start": 264.6, "end": 265.06, "word": " electricity", "probability": 0.497802734375}, {"start": 265.06, "end": 265.06, "word": " is", "probability": 0.2115478515625}, {"start": 265.06, "end": 265.06, "word": " cut", "probability": 0.69677734375}, {"start": 265.06, "end": 265.22, "word": " off", "probability": 0.5234375}, {"start": 265.22, "end": 265.26, "word": " and", "probability": 0.3486328125}, {"start": 265.26, "end": 265.36, "word": " it", "probability": 0.583984375}, {"start": 265.36, "end": 265.56, "word": " does", "probability": 0.3955078125}, {"start": 265.56, "end": 265.68, "word": " an", "probability": 0.78564453125}, {"start": 265.68, "end": 266.1, "word": " update,", "probability": 0.876953125}, {"start": 266.68, "end": 266.98, "word": " it", "probability": 0.8427734375}, {"start": 266.98, "end": 267.08, "word": " will", "probability": 0.77001953125}, {"start": 267.08, "end": 268.24, "word": " restart", "probability": 0.318359375}, {"start": 268.24, "end": 268.34, "word": " from", "probability": 0.415283203125}, {"start": 268.34, "end": 268.42, "word": " the", "probability": 0.364990234375}, {"start": 268.42, "end": 268.48, "word": " beginning", "probability": 0.75244140625}, {"start": 268.48, "end": 268.82, "word": " again.", "probability": 0.54443359375}], "temperature": 1.0}, {"id": 12, "seek": 29697, "start": 271.85, "end": 296.97, "text": " So you have to work a little bit so that you don't download it in the first place. I don't want to have the same problems that happened in the last lesson. Someone comes to me at the end of the lesson and asks me how to download Netbeans or how to download the video program. Download it in the first place so that I don't get mad at you for not downloading the program. Okay, other than Android Studio, what do I need? Now you also need something to try.", "tokens": [407, 291, 362, 281, 589, 257, 707, 857, 370, 300, 291, 500, 380, 760, 752, 345, 309, 294, 264, 700, 1081, 13, 286, 500, 380, 528, 281, 362, 264, 912, 2740, 300, 2011, 294, 264, 1036, 6898, 13, 8734, 1487, 281, 385, 412, 264, 917, 295, 264, 6898, 293, 8962, 385, 577, 281, 5484, 6188, 40488, 420, 577, 281, 5484, 264, 960, 1461, 13, 32282, 309, 294, 264, 700, 1081, 370, 300, 286, 500, 380, 483, 5244, 412, 291, 337, 406, 32529, 264, 1461, 13, 1033, 11, 661, 813, 8853, 13500, 11, 437, 360, 286, 643, 30, 823, 291, 611, 643, 746, 281, 853, 13], "avg_logprob": -0.6297169878797712, "compression_ratio": 1.8313253012048192, "no_speech_prob": 0.0, "words": [{"start": 271.85, "end": 272.13, "word": " So", "probability": 0.53173828125}, {"start": 272.13, "end": 272.27, "word": " you", "probability": 0.6865234375}, {"start": 272.27, "end": 272.41, "word": " have", "probability": 0.2498779296875}, {"start": 272.41, "end": 272.55, "word": " to", "probability": 0.9658203125}, {"start": 272.55, "end": 272.81, "word": " work", "probability": 0.295654296875}, {"start": 272.81, "end": 272.95, "word": " a", "probability": 0.24853515625}, {"start": 272.95, "end": 273.11, "word": " little", "probability": 0.466064453125}, {"start": 273.11, "end": 273.21, "word": " bit", "probability": 0.57080078125}, {"start": 273.21, "end": 273.37, "word": " so", "probability": 0.1644287109375}, {"start": 273.37, "end": 273.37, "word": " that", "probability": 0.384765625}, {"start": 273.37, "end": 273.73, "word": " you", "probability": 0.8642578125}, {"start": 273.73, "end": 273.77, "word": " don't", "probability": 0.773681640625}, {"start": 273.77, "end": 274.05, "word": " download", "probability": 0.6444905598958334}, {"start": 274.05, "end": 274.43, "word": " it", "probability": 0.50439453125}, {"start": 274.43, "end": 274.59, "word": " in", "probability": 0.1849365234375}, {"start": 274.59, "end": 274.67, "word": " the", "probability": 0.87451171875}, {"start": 274.67, "end": 274.83, "word": " first", "probability": 0.451171875}, {"start": 274.83, "end": 274.89, "word": " place.", "probability": 0.6728515625}, {"start": 275.01, "end": 275.05, "word": " I", "probability": 0.29248046875}, {"start": 275.05, "end": 275.13, "word": " don't", "probability": 0.885498046875}, {"start": 275.13, "end": 275.29, "word": " want", "probability": 0.8662109375}, {"start": 275.29, "end": 275.41, "word": " to", "probability": 0.396728515625}, {"start": 275.41, "end": 275.59, "word": " have", "probability": 0.2607421875}, {"start": 275.59, "end": 275.83, "word": " the", "probability": 0.371826171875}, {"start": 275.83, "end": 275.83, "word": " same", "probability": 0.5458984375}, {"start": 275.83, "end": 276.03, "word": " problems", "probability": 0.33154296875}, {"start": 276.03, "end": 276.17, "word": " that", "probability": 0.18408203125}, {"start": 276.17, "end": 276.17, "word": " happened", "probability": 0.50830078125}, {"start": 276.17, "end": 276.75, "word": " in", "probability": 0.349609375}, {"start": 276.75, "end": 276.75, "word": " the", "probability": 0.69287109375}, {"start": 276.75, "end": 276.75, "word": " last", "probability": 0.41943359375}, {"start": 276.75, "end": 276.75, "word": " lesson.", "probability": 0.219970703125}, {"start": 276.85, "end": 276.97, "word": " Someone", "probability": 0.2437744140625}, {"start": 276.97, "end": 276.97, "word": " comes", "probability": 0.280517578125}, {"start": 276.97, "end": 277.17, "word": " to", "probability": 0.47705078125}, {"start": 277.17, "end": 277.17, "word": " me", "probability": 0.8544921875}, {"start": 277.17, "end": 277.43, "word": " at", "probability": 0.59814453125}, {"start": 277.43, "end": 277.47, "word": " the", "probability": 0.92919921875}, {"start": 277.47, "end": 277.61, "word": " end", "probability": 0.8994140625}, {"start": 277.61, "end": 277.67, "word": " of", "probability": 0.9033203125}, {"start": 277.67, "end": 277.75, "word": " the", "probability": 0.8125}, {"start": 277.75, "end": 277.99, "word": " lesson", "probability": 0.81689453125}, {"start": 277.99, "end": 278.57, "word": " and", "probability": 0.5791015625}, {"start": 278.57, "end": 278.69, "word": " asks", "probability": 0.3935546875}, {"start": 278.69, "end": 278.79, "word": " me", "probability": 0.365234375}, {"start": 278.79, "end": 278.91, "word": " how", "probability": 0.79931640625}, {"start": 278.91, "end": 279.01, "word": " to", "probability": 0.732421875}, {"start": 279.01, "end": 279.19, "word": " download", "probability": 0.84716796875}, {"start": 279.19, "end": 279.73, "word": " Netbeans", "probability": 0.5751953125}, {"start": 279.73, "end": 280.27, "word": " or", "probability": 0.39892578125}, {"start": 280.27, "end": 280.47, "word": " how", "probability": 0.7333984375}, {"start": 280.47, "end": 280.59, "word": " to", "probability": 0.96142578125}, {"start": 280.59, "end": 280.81, "word": " download", "probability": 0.89208984375}, {"start": 280.81, "end": 281.29, "word": " the", "probability": 0.499755859375}, {"start": 281.29, "end": 281.51, "word": " video", "probability": 0.50732421875}, {"start": 281.51, "end": 281.53, "word": " program.", "probability": 0.396728515625}, {"start": 283.19, "end": 283.51, "word": " Download", "probability": 0.64892578125}, {"start": 283.51, "end": 283.67, "word": " it", "probability": 0.68115234375}, {"start": 283.67, "end": 283.69, "word": " in", "probability": 0.1488037109375}, {"start": 283.69, "end": 283.75, "word": " the", "probability": 0.7412109375}, {"start": 283.75, "end": 283.95, "word": " first", "probability": 0.73828125}, {"start": 283.95, "end": 284.07, "word": " place", "probability": 0.78955078125}, {"start": 284.07, "end": 284.59, "word": " so", "probability": 0.62548828125}, {"start": 284.59, "end": 284.67, "word": " that", "probability": 0.8251953125}, {"start": 284.67, "end": 284.73, "word": " I", "probability": 0.21484375}, {"start": 284.73, "end": 284.73, "word": " don't", "probability": 0.889892578125}, {"start": 284.73, "end": 284.87, "word": " get", "probability": 0.1439208984375}, {"start": 284.87, "end": 285.01, "word": " mad", "probability": 0.326904296875}, {"start": 285.01, "end": 285.19, "word": " at", "probability": 0.90771484375}, {"start": 285.19, "end": 285.33, "word": " you", "probability": 0.9453125}, {"start": 285.33, "end": 285.59, "word": " for", "probability": 0.257080078125}, {"start": 285.59, "end": 286.05, "word": " not", "probability": 0.7626953125}, {"start": 286.05, "end": 286.71, "word": " downloading", "probability": 0.9794921875}, {"start": 286.71, "end": 286.81, "word": " the", "probability": 0.7802734375}, {"start": 286.81, "end": 287.13, "word": " program.", "probability": 0.76220703125}, {"start": 291.15, "end": 291.47, "word": " Okay,", "probability": 0.318603515625}, {"start": 292.03, "end": 292.31, "word": " other", "probability": 0.367431640625}, {"start": 292.31, "end": 292.37, "word": " than", "probability": 0.947265625}, {"start": 292.37, "end": 292.67, "word": " Android", "probability": 0.8125}, {"start": 292.67, "end": 293.11, "word": " Studio,", "probability": 0.81298828125}, {"start": 293.29, "end": 293.43, "word": " what", "probability": 0.85986328125}, {"start": 293.43, "end": 293.55, "word": " do", "probability": 0.1002197265625}, {"start": 293.55, "end": 293.55, "word": " I", "probability": 0.90966796875}, {"start": 293.55, "end": 293.71, "word": " need?", "probability": 0.689453125}, {"start": 294.85, "end": 295.17, "word": " Now", "probability": 0.71826171875}, {"start": 295.17, "end": 295.63, "word": " you", "probability": 0.66650390625}, {"start": 295.63, "end": 295.91, "word": " also", "probability": 0.53759765625}, {"start": 295.91, "end": 296.23, "word": " need", "probability": 0.89892578125}, {"start": 296.23, "end": 296.65, "word": " something", "probability": 0.72509765625}, {"start": 296.65, "end": 296.75, "word": " to", "probability": 0.8427734375}, {"start": 296.75, "end": 296.97, "word": " try.", "probability": 0.6875}], "temperature": 1.0}, {"id": 13, "seek": 32664, "start": 298.47, "end": 326.65, "text": " In the days of programming, we used to run programs on the PC. Now, where should this program run? Not on Windows. It should run on an Android operating system. What are the options of the experiment? The options of the experiment are as follows. In order to try your applications now, you have to try the following. The first thing is that Android itself provides a calculator. What does a calculator mean? We call it an emulator. Emulator is a screen that I open for you", "tokens": [682, 264, 1708, 295, 9410, 11, 321, 1143, 281, 1190, 4268, 322, 264, 6465, 13, 823, 11, 689, 820, 341, 1461, 1190, 30, 1726, 322, 8591, 13, 467, 820, 1190, 322, 364, 8853, 7447, 1185, 13, 708, 366, 264, 3956, 295, 264, 5120, 30, 440, 3956, 295, 264, 5120, 366, 382, 10002, 13, 682, 1668, 281, 853, 428, 5821, 586, 11, 291, 362, 281, 853, 264, 3480, 13, 440, 700, 551, 307, 300, 8853, 2564, 6417, 257, 24993, 13, 708, 775, 257, 24993, 914, 30, 492, 818, 309, 364, 846, 16381, 13, 3968, 16381, 307, 257, 2568, 300, 286, 1269, 337, 291], "avg_logprob": -0.46783980929735797, "compression_ratio": 1.8404669260700388, "no_speech_prob": 0.0, "words": [{"start": 298.47, "end": 298.71, "word": " In", "probability": 0.260986328125}, {"start": 298.71, "end": 299.03, "word": " the", "probability": 0.73681640625}, {"start": 299.03, "end": 299.05, "word": " days", "probability": 0.27978515625}, {"start": 299.05, "end": 300.11, "word": " of", "probability": 0.91552734375}, {"start": 300.11, "end": 301.21, "word": " programming,", "probability": 0.182373046875}, {"start": 301.41, "end": 301.63, "word": " we", "probability": 0.8896484375}, {"start": 301.63, "end": 301.65, "word": " used", "probability": 0.72802734375}, {"start": 301.65, "end": 301.69, "word": " to", "probability": 0.970703125}, {"start": 301.69, "end": 302.41, "word": " run", "probability": 0.412841796875}, {"start": 302.41, "end": 302.89, "word": " programs", "probability": 0.49755859375}, {"start": 302.89, "end": 303.03, "word": " on", "probability": 0.8935546875}, {"start": 303.03, "end": 303.11, "word": " the", "probability": 0.234619140625}, {"start": 303.11, "end": 303.39, "word": " PC.", "probability": 0.68994140625}, {"start": 304.17, "end": 304.61, "word": " Now,", "probability": 0.355712890625}, {"start": 304.69, "end": 304.73, "word": " where", "probability": 0.4716796875}, {"start": 304.73, "end": 304.73, "word": " should", "probability": 0.3330078125}, {"start": 304.73, "end": 304.73, "word": " this", "probability": 0.360107421875}, {"start": 304.73, "end": 305.01, "word": " program", "probability": 0.74072265625}, {"start": 305.01, "end": 305.75, "word": " run?", "probability": 0.70751953125}, {"start": 306.05, "end": 306.23, "word": " Not", "probability": 0.67431640625}, {"start": 306.23, "end": 306.39, "word": " on", "probability": 0.837890625}, {"start": 306.39, "end": 306.77, "word": " Windows.", "probability": 0.7158203125}, {"start": 307.37, "end": 307.37, "word": " It", "probability": 0.8037109375}, {"start": 307.37, "end": 307.63, "word": " should", "probability": 0.88330078125}, {"start": 307.63, "end": 307.87, "word": " run", "probability": 0.8603515625}, {"start": 307.87, "end": 307.97, "word": " on", "probability": 0.89794921875}, {"start": 307.97, "end": 308.09, "word": " an", "probability": 0.387451171875}, {"start": 308.09, "end": 309.53, "word": " Android", "probability": 0.8330078125}, {"start": 309.53, "end": 309.53, "word": " operating", "probability": 0.5810546875}, {"start": 309.53, "end": 309.53, "word": " system.", "probability": 0.95068359375}, {"start": 310.11, "end": 310.55, "word": " What", "probability": 0.71630859375}, {"start": 310.55, "end": 310.87, "word": " are", "probability": 0.86767578125}, {"start": 310.87, "end": 311.07, "word": " the", "probability": 0.87109375}, {"start": 311.07, "end": 311.07, "word": " options", "probability": 0.5419921875}, {"start": 311.07, "end": 311.37, "word": " of", "probability": 0.4052734375}, {"start": 311.37, "end": 311.45, "word": " the", "probability": 0.5283203125}, {"start": 311.45, "end": 311.77, "word": " experiment?", "probability": 0.5400390625}, {"start": 312.51, "end": 312.63, "word": " The", "probability": 0.650390625}, {"start": 312.63, "end": 312.85, "word": " options", "probability": 0.51708984375}, {"start": 312.85, "end": 312.97, "word": " of", "probability": 0.6982421875}, {"start": 312.97, "end": 313.07, "word": " the", "probability": 0.85205078125}, {"start": 313.07, "end": 313.29, "word": " experiment", "probability": 0.93017578125}, {"start": 313.29, "end": 313.47, "word": " are", "probability": 0.896484375}, {"start": 313.47, "end": 313.65, "word": " as", "probability": 0.744140625}, {"start": 313.65, "end": 313.71, "word": " follows.", "probability": 0.8740234375}, {"start": 314.01, "end": 314.19, "word": " In", "probability": 0.25439453125}, {"start": 314.19, "end": 314.39, "word": " order", "probability": 0.91064453125}, {"start": 314.39, "end": 314.53, "word": " to", "probability": 0.91552734375}, {"start": 314.53, "end": 314.83, "word": " try", "probability": 0.6025390625}, {"start": 314.83, "end": 315.13, "word": " your", "probability": 0.51220703125}, {"start": 315.13, "end": 315.49, "word": " applications", "probability": 0.4267578125}, {"start": 315.49, "end": 315.77, "word": " now,", "probability": 0.420166015625}, {"start": 315.83, "end": 315.91, "word": " you", "probability": 0.744140625}, {"start": 315.91, "end": 316.11, "word": " have", "probability": 0.2822265625}, {"start": 316.11, "end": 316.11, "word": " to", "probability": 0.9697265625}, {"start": 316.11, "end": 316.29, "word": " try", "probability": 0.8916015625}, {"start": 316.29, "end": 316.47, "word": " the", "probability": 0.301513671875}, {"start": 316.47, "end": 316.65, "word": " following.", "probability": 0.806640625}, {"start": 316.71, "end": 316.87, "word": " The", "probability": 0.396484375}, {"start": 316.87, "end": 316.93, "word": " first", "probability": 0.86767578125}, {"start": 316.93, "end": 317.21, "word": " thing", "probability": 0.86181640625}, {"start": 317.21, "end": 317.27, "word": " is", "probability": 0.5693359375}, {"start": 317.27, "end": 317.29, "word": " that", "probability": 0.84619140625}, {"start": 317.29, "end": 317.63, "word": " Android", "probability": 0.84814453125}, {"start": 317.63, "end": 318.09, "word": " itself", "probability": 0.7041015625}, {"start": 318.09, "end": 319.15, "word": " provides", "probability": 0.50439453125}, {"start": 319.15, "end": 319.37, "word": " a", "probability": 0.794921875}, {"start": 319.37, "end": 319.71, "word": " calculator.", "probability": 0.08203125}, {"start": 319.83, "end": 319.97, "word": " What", "probability": 0.86669921875}, {"start": 319.97, "end": 320.07, "word": " does", "probability": 0.591796875}, {"start": 320.07, "end": 320.23, "word": " a", "probability": 0.412109375}, {"start": 320.23, "end": 320.55, "word": " calculator", "probability": 0.923828125}, {"start": 320.55, "end": 320.63, "word": " mean?", "probability": 0.96337890625}, {"start": 321.19, "end": 321.63, "word": " We", "probability": 0.65673828125}, {"start": 321.63, "end": 322.03, "word": " call", "probability": 0.87353515625}, {"start": 322.03, "end": 322.15, "word": " it", "probability": 0.90869140625}, {"start": 322.15, "end": 322.15, "word": " an", "probability": 0.7734375}, {"start": 322.15, "end": 322.15, "word": " emulator.", "probability": 0.921875}, {"start": 324.59, "end": 325.03, "word": " Emulator", "probability": 0.743896484375}, {"start": 325.03, "end": 325.27, "word": " is", "probability": 0.609375}, {"start": 325.27, "end": 325.65, "word": " a", "probability": 0.429443359375}, {"start": 325.65, "end": 326.03, "word": " screen", "probability": 0.85205078125}, {"start": 326.03, "end": 326.13, "word": " that", "probability": 0.78515625}, {"start": 326.13, "end": 326.19, "word": " I", "probability": 0.341796875}, {"start": 326.19, "end": 326.39, "word": " open", "probability": 0.771484375}, {"start": 326.39, "end": 326.53, "word": " for", "probability": 0.426025390625}, {"start": 326.53, "end": 326.65, "word": " you", "probability": 0.955078125}], "temperature": 1.0}, {"id": 14, "seek": 34030, "start": 327.68, "end": 340.3, "text": " Like the phone screen, you can try it. But unfortunately, the emulator is very slow when it works. It takes a long time. I leave it on the device for 15 minutes before it turns on.", "tokens": [1743, 264, 2593, 2568, 11, 291, 393, 853, 309, 13, 583, 7015, 11, 264, 846, 16381, 307, 588, 2964, 562, 309, 1985, 13, 467, 2516, 257, 938, 565, 13, 286, 1856, 309, 322, 264, 4302, 337, 2119, 2077, 949, 309, 4523, 322, 13], "avg_logprob": -0.5699573741717772, "compression_ratio": 1.3308823529411764, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 327.68000000000006, "end": 328.14000000000004, "word": " Like", "probability": 0.415283203125}, {"start": 328.14000000000004, "end": 328.6, "word": " the", "probability": 0.244140625}, {"start": 328.6, "end": 328.8, "word": " phone", "probability": 0.425048828125}, {"start": 328.8, "end": 328.86, "word": " screen,", "probability": 0.52197265625}, {"start": 329.1, "end": 329.24, "word": " you", "probability": 0.87890625}, {"start": 329.24, "end": 329.42, "word": " can", "probability": 0.89599609375}, {"start": 329.42, "end": 329.7, "word": " try", "probability": 0.74169921875}, {"start": 329.7, "end": 330.04, "word": " it.", "probability": 0.7216796875}, {"start": 331.92, "end": 332.38, "word": " But", "probability": 0.53466796875}, {"start": 332.38, "end": 333.12, "word": " unfortunately,", "probability": 0.82763671875}, {"start": 333.5, "end": 333.58, "word": " the", "probability": 0.689453125}, {"start": 333.58, "end": 334.12, "word": " emulator", "probability": 0.9501953125}, {"start": 334.12, "end": 334.96, "word": " is", "probability": 0.427978515625}, {"start": 334.96, "end": 335.36, "word": " very", "probability": 0.456298828125}, {"start": 335.36, "end": 335.36, "word": " slow", "probability": 0.89404296875}, {"start": 335.36, "end": 335.76, "word": " when", "probability": 0.59521484375}, {"start": 335.76, "end": 335.86, "word": " it", "probability": 0.84033203125}, {"start": 335.86, "end": 336.2, "word": " works.", "probability": 0.328857421875}, {"start": 336.4, "end": 336.44, "word": " It", "probability": 0.70166015625}, {"start": 336.44, "end": 336.64, "word": " takes", "probability": 0.49658203125}, {"start": 336.64, "end": 336.8, "word": " a", "probability": 0.283203125}, {"start": 336.8, "end": 336.92, "word": " long", "probability": 0.309326171875}, {"start": 336.92, "end": 337.02, "word": " time.", "probability": 0.88330078125}, {"start": 337.24, "end": 337.7, "word": " I", "probability": 0.45947265625}, {"start": 337.7, "end": 337.96, "word": " leave", "probability": 0.49560546875}, {"start": 337.96, "end": 338.02, "word": " it", "probability": 0.22265625}, {"start": 338.02, "end": 338.02, "word": " on", "probability": 0.537109375}, {"start": 338.02, "end": 338.14, "word": " the", "probability": 0.509765625}, {"start": 338.14, "end": 338.3, "word": " device", "probability": 0.74365234375}, {"start": 338.3, "end": 338.6, "word": " for", "probability": 0.9130859375}, {"start": 338.6, "end": 338.78, "word": " 15", "probability": 0.650390625}, {"start": 338.78, "end": 339.14, "word": " minutes", "probability": 0.84521484375}, {"start": 339.14, "end": 339.96, "word": " before", "probability": 0.75146484375}, {"start": 339.96, "end": 340.1, "word": " it", "probability": 0.5947265625}, {"start": 340.1, "end": 340.26, "word": " turns", "probability": 0.375732421875}, {"start": 340.26, "end": 340.3, "word": " on.", "probability": 0.86083984375}], "temperature": 1.0}, {"id": 15, "seek": 36818, "start": 341.6, "end": 368.18, "text": " I don't know any other device that can work better than this, but I don't use it, I don't use motion. There are other emulators, programs that they provide. For example, there is a program called Genymotion. If you searched on the internet and wrote the word Genymotion,", "tokens": [286, 500, 380, 458, 604, 661, 4302, 300, 393, 589, 1101, 813, 341, 11, 457, 286, 500, 380, 764, 309, 11, 286, 500, 380, 764, 5394, 13, 821, 366, 661, 846, 39265, 11, 4268, 300, 436, 2893, 13, 1171, 1365, 11, 456, 307, 257, 1461, 1219, 3632, 4199, 19228, 13, 759, 291, 22961, 322, 264, 4705, 293, 4114, 264, 1349, 3632, 4199, 19228, 11], "avg_logprob": -0.5485576923076924, "compression_ratio": 1.5847953216374269, "no_speech_prob": 0.0, "words": [{"start": 341.59999999999997, "end": 342.14, "word": " I", "probability": 0.2108154296875}, {"start": 342.14, "end": 342.68, "word": " don't", "probability": 0.599365234375}, {"start": 342.68, "end": 343.12, "word": " know", "probability": 0.79638671875}, {"start": 343.12, "end": 343.36, "word": " any", "probability": 0.31689453125}, {"start": 343.36, "end": 343.6, "word": " other", "probability": 0.73828125}, {"start": 343.6, "end": 343.6, "word": " device", "probability": 0.485107421875}, {"start": 343.6, "end": 343.76, "word": " that", "probability": 0.7265625}, {"start": 343.76, "end": 343.92, "word": " can", "probability": 0.2490234375}, {"start": 343.92, "end": 344.16, "word": " work", "probability": 0.64111328125}, {"start": 344.16, "end": 344.46, "word": " better", "probability": 0.8427734375}, {"start": 344.46, "end": 344.92, "word": " than", "probability": 0.50830078125}, {"start": 344.92, "end": 344.92, "word": " this,", "probability": 0.5244140625}, {"start": 344.92, "end": 345.12, "word": " but", "probability": 0.85400390625}, {"start": 345.12, "end": 345.5, "word": " I", "probability": 0.91064453125}, {"start": 345.5, "end": 345.96, "word": " don't", "probability": 0.607666015625}, {"start": 345.96, "end": 346.14, "word": " use", "probability": 0.677734375}, {"start": 346.14, "end": 346.24, "word": " it,", "probability": 0.513671875}, {"start": 346.26, "end": 346.34, "word": " I", "probability": 0.50341796875}, {"start": 346.34, "end": 346.42, "word": " don't", "probability": 0.83935546875}, {"start": 346.42, "end": 346.58, "word": " use", "probability": 0.8388671875}, {"start": 346.58, "end": 346.86, "word": " motion.", "probability": 0.6044921875}, {"start": 347.56, "end": 348.1, "word": " There", "probability": 0.331298828125}, {"start": 348.1, "end": 348.26, "word": " are", "probability": 0.90771484375}, {"start": 348.26, "end": 348.34, "word": " other", "probability": 0.7529296875}, {"start": 348.34, "end": 348.74, "word": " emulators,", "probability": 0.811767578125}, {"start": 349.54, "end": 349.92, "word": " programs", "probability": 0.494140625}, {"start": 349.92, "end": 350.06, "word": " that", "probability": 0.6904296875}, {"start": 350.06, "end": 350.1, "word": " they", "probability": 0.142333984375}, {"start": 350.1, "end": 350.36, "word": " provide.", "probability": 0.6279296875}, {"start": 350.6, "end": 350.76, "word": " For", "probability": 0.74072265625}, {"start": 350.76, "end": 351.1, "word": " example,", "probability": 0.93603515625}, {"start": 351.22, "end": 351.22, "word": " there", "probability": 0.76513671875}, {"start": 351.22, "end": 351.28, "word": " is", "probability": 0.7783203125}, {"start": 351.28, "end": 351.38, "word": " a", "probability": 0.9375}, {"start": 351.38, "end": 351.68, "word": " program", "probability": 0.8310546875}, {"start": 351.68, "end": 352.04, "word": " called", "probability": 0.6171875}, {"start": 352.04, "end": 361.94, "word": " Genymotion.", "probability": 0.6702473958333334}, {"start": 363.42, "end": 363.9, "word": " If", "probability": 0.61767578125}, {"start": 363.9, "end": 365.16, "word": " you", "probability": 0.95751953125}, {"start": 365.16, "end": 365.54, "word": " searched", "probability": 0.310791015625}, {"start": 365.54, "end": 366.08, "word": " on", "probability": 0.6591796875}, {"start": 366.08, "end": 366.2, "word": " the", "probability": 0.87744140625}, {"start": 366.2, "end": 366.62, "word": " internet", "probability": 0.7109375}, {"start": 366.62, "end": 366.94, "word": " and", "probability": 0.6845703125}, {"start": 366.94, "end": 367.22, "word": " wrote", "probability": 0.51708984375}, {"start": 367.22, "end": 367.34, "word": " the", "probability": 0.62939453125}, {"start": 367.34, "end": 367.5, "word": " word", "probability": 0.875}, {"start": 367.5, "end": 368.18, "word": " Genymotion,", "probability": 0.8922526041666666}], "temperature": 1.0}, {"id": 16, "seek": 39443, "start": 369.41, "end": 394.43, "text": " This is an emulator for Android. Good and fast. Better than Android's emulator. But the problem is that it will give you a license for 30 days. After 30 days, you will have to register with a new email to get the job again. Search on Google. Search on Google. You are free. For me personally, I do not work on this.", "tokens": [639, 307, 364, 846, 16381, 337, 8853, 13, 2205, 293, 2370, 13, 15753, 813, 8853, 311, 846, 16381, 13, 583, 264, 1154, 307, 300, 309, 486, 976, 291, 257, 10476, 337, 2217, 1708, 13, 2381, 2217, 1708, 11, 291, 486, 362, 281, 7280, 365, 257, 777, 3796, 281, 483, 264, 1691, 797, 13, 17180, 322, 3329, 13, 17180, 322, 3329, 13, 509, 366, 1737, 13, 1171, 385, 5665, 11, 286, 360, 406, 589, 322, 341, 13], "avg_logprob": -0.5052759585442481, "compression_ratio": 1.5566502463054188, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 369.40999999999997, "end": 369.89, "word": " This", "probability": 0.4404296875}, {"start": 369.89, "end": 369.99, "word": " is", "probability": 0.873046875}, {"start": 369.99, "end": 370.37, "word": " an", "probability": 0.37353515625}, {"start": 370.37, "end": 370.95, "word": " emulator", "probability": 0.89990234375}, {"start": 370.95, "end": 371.15, "word": " for", "probability": 0.87353515625}, {"start": 371.15, "end": 371.57, "word": " Android.", "probability": 0.6640625}, {"start": 371.83, "end": 372.17, "word": " Good", "probability": 0.358154296875}, {"start": 372.17, "end": 372.45, "word": " and", "probability": 0.798828125}, {"start": 372.45, "end": 372.73, "word": " fast.", "probability": 0.76318359375}, {"start": 374.25, "end": 374.73, "word": " Better", "probability": 0.67822265625}, {"start": 374.73, "end": 374.99, "word": " than", "probability": 0.92333984375}, {"start": 374.99, "end": 376.77, "word": " Android's", "probability": 0.586181640625}, {"start": 376.77, "end": 376.77, "word": " emulator.", "probability": 0.90234375}, {"start": 376.85, "end": 376.97, "word": " But", "probability": 0.7724609375}, {"start": 376.97, "end": 377.07, "word": " the", "probability": 0.496337890625}, {"start": 377.07, "end": 377.31, "word": " problem", "probability": 0.7724609375}, {"start": 377.31, "end": 377.83, "word": " is", "probability": 0.876953125}, {"start": 377.83, "end": 378.37, "word": " that", "probability": 0.70703125}, {"start": 378.37, "end": 378.89, "word": " it", "probability": 0.74072265625}, {"start": 378.89, "end": 379.01, "word": " will", "probability": 0.1510009765625}, {"start": 379.01, "end": 379.11, "word": " give", "probability": 0.72802734375}, {"start": 379.11, "end": 379.25, "word": " you", "probability": 0.93994140625}, {"start": 379.25, "end": 379.27, "word": " a", "probability": 0.7294921875}, {"start": 379.27, "end": 379.53, "word": " license", "probability": 0.491455078125}, {"start": 379.53, "end": 379.65, "word": " for", "probability": 0.6484375}, {"start": 379.65, "end": 379.87, "word": " 30", "probability": 0.916015625}, {"start": 379.87, "end": 380.09, "word": " days.", "probability": 0.92431640625}, {"start": 381.35, "end": 381.83, "word": " After", "probability": 0.390869140625}, {"start": 381.83, "end": 382.27, "word": " 30", "probability": 0.79345703125}, {"start": 382.27, "end": 382.51, "word": " days,", "probability": 0.91796875}, {"start": 382.61, "end": 382.71, "word": " you", "probability": 0.94384765625}, {"start": 382.71, "end": 382.81, "word": " will", "probability": 0.5947265625}, {"start": 382.81, "end": 383.03, "word": " have", "probability": 0.720703125}, {"start": 383.03, "end": 383.39, "word": " to", "probability": 0.96484375}, {"start": 383.39, "end": 384.51, "word": " register", "probability": 0.1746826171875}, {"start": 384.51, "end": 386.07, "word": " with", "probability": 0.351318359375}, {"start": 386.07, "end": 386.11, "word": " a", "probability": 0.7138671875}, {"start": 386.11, "end": 386.11, "word": " new", "probability": 0.876953125}, {"start": 386.11, "end": 386.33, "word": " email", "probability": 0.89501953125}, {"start": 386.33, "end": 386.91, "word": " to", "probability": 0.421630859375}, {"start": 386.91, "end": 387.13, "word": " get", "probability": 0.398193359375}, {"start": 387.13, "end": 387.19, "word": " the", "probability": 0.425537109375}, {"start": 387.19, "end": 387.35, "word": " job", "probability": 0.87451171875}, {"start": 387.35, "end": 387.67, "word": " again.", "probability": 0.63818359375}, {"start": 388.49, "end": 388.69, "word": " Search", "probability": 0.312744140625}, {"start": 388.69, "end": 388.87, "word": " on", "probability": 0.371826171875}, {"start": 388.87, "end": 389.47, "word": " Google.", "probability": 0.55078125}, {"start": 389.59, "end": 389.91, "word": " Search", "probability": 0.5341796875}, {"start": 389.91, "end": 390.09, "word": " on", "probability": 0.5478515625}, {"start": 390.09, "end": 390.37, "word": " Google.", "probability": 0.62451171875}, {"start": 390.39, "end": 390.55, "word": " You", "probability": 0.51806640625}, {"start": 390.55, "end": 390.63, "word": " are", "probability": 0.70703125}, {"start": 390.63, "end": 390.85, "word": " free.", "probability": 0.8837890625}, {"start": 392.53, "end": 393.01, "word": " For", "probability": 0.451904296875}, {"start": 393.01, "end": 393.57, "word": " me", "probability": 0.892578125}, {"start": 393.57, "end": 393.63, "word": " personally,", "probability": 0.33447265625}, {"start": 393.63, "end": 393.71, "word": " I", "probability": 0.68798828125}, {"start": 393.71, "end": 393.77, "word": " do", "probability": 0.2481689453125}, {"start": 393.77, "end": 393.77, "word": " not", "probability": 0.92578125}, {"start": 393.77, "end": 394.03, "word": " work", "probability": 0.11865234375}, {"start": 394.03, "end": 394.15, "word": " on", "probability": 0.56640625}, {"start": 394.15, "end": 394.43, "word": " this.", "probability": 0.7880859375}], "temperature": 1.0}, {"id": 17, "seek": 42064, "start": 395.3, "end": 420.64, "text": " Not at all. The best way to experience it is to work on your phone directly. Connect your phone and try it. How? First, you need a device with Android. Any device, even if it's a tablet with Android, you can try it on it. Then you need to connect the device with the cable.", "tokens": [1726, 412, 439, 13, 440, 1151, 636, 281, 1752, 309, 307, 281, 589, 322, 428, 2593, 3838, 13, 11653, 428, 2593, 293, 853, 309, 13, 1012, 30, 2386, 11, 291, 643, 257, 4302, 365, 8853, 13, 2639, 4302, 11, 754, 498, 309, 311, 257, 14136, 365, 8853, 11, 291, 393, 853, 309, 322, 309, 13, 1396, 291, 643, 281, 1745, 264, 4302, 365, 264, 8220, 13], "avg_logprob": -0.5153917839278036, "compression_ratio": 1.6023391812865497, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 395.3, "end": 395.64, "word": " Not", "probability": 0.083984375}, {"start": 395.64, "end": 395.76, "word": " at", "probability": 0.493408203125}, {"start": 395.76, "end": 395.86, "word": " all.", "probability": 0.93896484375}, {"start": 396.24, "end": 396.38, "word": " The", "probability": 0.85107421875}, {"start": 396.38, "end": 396.62, "word": " best", "probability": 0.87646484375}, {"start": 396.62, "end": 396.92, "word": " way", "probability": 0.334716796875}, {"start": 396.92, "end": 397.1, "word": " to", "probability": 0.76318359375}, {"start": 397.1, "end": 397.38, "word": " experience", "probability": 0.28955078125}, {"start": 397.38, "end": 397.5, "word": " it", "probability": 0.474853515625}, {"start": 397.5, "end": 398.3, "word": " is", "probability": 0.7197265625}, {"start": 398.3, "end": 398.44, "word": " to", "probability": 0.5439453125}, {"start": 398.44, "end": 398.58, "word": " work", "probability": 0.281005859375}, {"start": 398.58, "end": 398.68, "word": " on", "probability": 0.43701171875}, {"start": 398.68, "end": 398.86, "word": " your", "probability": 0.607421875}, {"start": 398.86, "end": 399.04, "word": " phone", "probability": 0.611328125}, {"start": 399.04, "end": 400.3, "word": " directly.", "probability": 0.72900390625}, {"start": 404.64, "end": 405.12, "word": " Connect", "probability": 0.329345703125}, {"start": 405.12, "end": 405.38, "word": " your", "probability": 0.64404296875}, {"start": 405.38, "end": 405.66, "word": " phone", "probability": 0.88671875}, {"start": 405.66, "end": 405.78, "word": " and", "probability": 0.8310546875}, {"start": 405.78, "end": 406.04, "word": " try", "probability": 0.83935546875}, {"start": 406.04, "end": 406.52, "word": " it.", "probability": 0.66650390625}, {"start": 406.98, "end": 407.46, "word": " How?", "probability": 0.6005859375}, {"start": 407.66, "end": 408.14, "word": " First,", "probability": 0.525390625}, {"start": 408.36, "end": 408.54, "word": " you", "probability": 0.8828125}, {"start": 408.54, "end": 409.02, "word": " need", "probability": 0.42138671875}, {"start": 409.02, "end": 409.24, "word": " a", "probability": 0.61328125}, {"start": 409.24, "end": 409.58, "word": " device", "probability": 0.8408203125}, {"start": 409.58, "end": 410.7, "word": " with", "probability": 0.451904296875}, {"start": 410.7, "end": 411.0, "word": " Android.", "probability": 0.59326171875}, {"start": 411.88, "end": 412.36, "word": " Any", "probability": 0.80419921875}, {"start": 412.36, "end": 413.24, "word": " device,", "probability": 0.9267578125}, {"start": 413.44, "end": 413.7, "word": " even", "probability": 0.85791015625}, {"start": 413.7, "end": 413.88, "word": " if", "probability": 0.638671875}, {"start": 413.88, "end": 413.92, "word": " it's", "probability": 0.6724853515625}, {"start": 413.92, "end": 414.02, "word": " a", "probability": 0.9169921875}, {"start": 414.02, "end": 414.32, "word": " tablet", "probability": 0.7998046875}, {"start": 414.32, "end": 414.96, "word": " with", "probability": 0.50390625}, {"start": 414.96, "end": 415.44, "word": " Android,", "probability": 0.95703125}, {"start": 415.56, "end": 416.02, "word": " you", "probability": 0.908203125}, {"start": 416.02, "end": 416.2, "word": " can", "probability": 0.86083984375}, {"start": 416.2, "end": 416.5, "word": " try", "probability": 0.8212890625}, {"start": 416.5, "end": 416.62, "word": " it", "probability": 0.859375}, {"start": 416.62, "end": 416.68, "word": " on", "probability": 0.403076171875}, {"start": 416.68, "end": 417.28, "word": " it.", "probability": 0.7587890625}, {"start": 418.16, "end": 418.64, "word": " Then", "probability": 0.328125}, {"start": 418.64, "end": 418.82, "word": " you", "probability": 0.6240234375}, {"start": 418.82, "end": 418.98, "word": " need", "probability": 0.38330078125}, {"start": 418.98, "end": 419.12, "word": " to", "probability": 0.9697265625}, {"start": 419.12, "end": 419.34, "word": " connect", "probability": 0.86376953125}, {"start": 419.34, "end": 419.54, "word": " the", "probability": 0.509765625}, {"start": 419.54, "end": 419.86, "word": " device", "probability": 0.91943359375}, {"start": 419.86, "end": 420.34, "word": " with", "probability": 0.473388671875}, {"start": 420.34, "end": 420.4, "word": " the", "probability": 0.370361328125}, {"start": 420.4, "end": 420.64, "word": " cable.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 18, "seek": 43652, "start": 424.1, "end": 436.52, "text": " Sometimes, maybe the Android Studio doesn't recognize the device, it doesn't see it According to the devices For example, in this case, I had to search on the internet for the driver", "tokens": [4803, 11, 1310, 264, 8853, 13500, 1177, 380, 5521, 264, 4302, 11, 309, 1177, 380, 536, 309, 7328, 281, 264, 5759, 1171, 1365, 11, 294, 341, 1389, 11, 286, 632, 281, 3164, 322, 264, 4705, 337, 264, 6787], "avg_logprob": -0.5080127991162814, "compression_ratio": 1.4076923076923078, "no_speech_prob": 0.0, "words": [{"start": 424.09999999999997, "end": 424.52, "word": " Sometimes,", "probability": 0.59912109375}, {"start": 424.52, "end": 424.94, "word": " maybe", "probability": 0.11474609375}, {"start": 424.94, "end": 425.06, "word": " the", "probability": 0.495849609375}, {"start": 425.06, "end": 425.26, "word": " Android", "probability": 0.446533203125}, {"start": 425.26, "end": 425.56, "word": " Studio", "probability": 0.7666015625}, {"start": 425.56, "end": 425.66, "word": " doesn't", "probability": 0.6436767578125}, {"start": 425.66, "end": 426.0, "word": " recognize", "probability": 0.6201171875}, {"start": 426.0, "end": 426.2, "word": " the", "probability": 0.79345703125}, {"start": 426.2, "end": 426.36, "word": " device,", "probability": 0.8662109375}, {"start": 426.38, "end": 426.46, "word": " it", "probability": 0.396728515625}, {"start": 426.46, "end": 426.5, "word": " doesn't", "probability": 0.770751953125}, {"start": 426.5, "end": 426.7, "word": " see", "probability": 0.7783203125}, {"start": 426.7, "end": 427.88, "word": " it", "probability": 0.841796875}, {"start": 427.88, "end": 428.28, "word": " According", "probability": 0.189453125}, {"start": 428.28, "end": 430.28, "word": " to", "probability": 0.96533203125}, {"start": 430.28, "end": 430.34, "word": " the", "probability": 0.72607421875}, {"start": 430.34, "end": 430.68, "word": " devices", "probability": 0.83203125}, {"start": 430.68, "end": 432.34, "word": " For", "probability": 0.55810546875}, {"start": 432.34, "end": 432.72, "word": " example,", "probability": 0.9052734375}, {"start": 433.9, "end": 434.06, "word": " in", "probability": 0.59033203125}, {"start": 434.06, "end": 434.16, "word": " this", "probability": 0.91064453125}, {"start": 434.16, "end": 434.42, "word": " case,", "probability": 0.80029296875}, {"start": 434.68, "end": 434.8, "word": " I", "probability": 0.454345703125}, {"start": 434.8, "end": 435.02, "word": " had", "probability": 0.439453125}, {"start": 435.02, "end": 435.32, "word": " to", "probability": 0.9638671875}, {"start": 435.32, "end": 435.6, "word": " search", "probability": 0.43798828125}, {"start": 435.6, "end": 435.76, "word": " on", "probability": 0.56640625}, {"start": 435.76, "end": 435.84, "word": " the", "probability": 0.7451171875}, {"start": 435.84, "end": 435.94, "word": " internet", "probability": 0.3583984375}, {"start": 435.94, "end": 436.08, "word": " for", "probability": 0.62255859375}, {"start": 436.08, "end": 436.16, "word": " the", "probability": 0.67919921875}, {"start": 436.16, "end": 436.52, "word": " driver", "probability": 0.80224609375}], "temperature": 1.0}, {"id": 19, "seek": 46478, "start": 437.58, "end": 464.78, "text": " which allows the device to be recognized on the phone. I'm not going to work with it. I'm not going to hold your phones one by one and connect them to the network and work with them. No, you can do it yourself. Because when you download a program on your phone, like matches or something, you can scroll through all the stores when you download it. It's the same thing for you. You can turn on the phone on the device and it can be recognized immediately. Especially Samsung devices are not too expensive.", "tokens": [597, 4045, 264, 4302, 281, 312, 9823, 322, 264, 2593, 13, 286, 478, 406, 516, 281, 589, 365, 309, 13, 286, 478, 406, 516, 281, 1797, 428, 10216, 472, 538, 472, 293, 1745, 552, 281, 264, 3209, 293, 589, 365, 552, 13, 883, 11, 291, 393, 360, 309, 1803, 13, 1436, 562, 291, 5484, 257, 1461, 322, 428, 2593, 11, 411, 10676, 420, 746, 11, 291, 393, 11369, 807, 439, 264, 9512, 562, 291, 5484, 309, 13, 467, 311, 264, 912, 551, 337, 291, 13, 509, 393, 1261, 322, 264, 2593, 322, 264, 4302, 293, 309, 393, 312, 9823, 4258, 13, 8545, 13173, 5759, 366, 406, 886, 5124, 13], "avg_logprob": -0.6409091142090884, "compression_ratio": 1.8333333333333333, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 437.58, "end": 437.84, "word": " which", "probability": 0.1337890625}, {"start": 437.84, "end": 438.14, "word": " allows", "probability": 0.351806640625}, {"start": 438.14, "end": 438.28, "word": " the", "probability": 0.68408203125}, {"start": 438.28, "end": 438.48, "word": " device", "probability": 0.65673828125}, {"start": 438.48, "end": 438.58, "word": " to", "probability": 0.94921875}, {"start": 438.58, "end": 438.62, "word": " be", "probability": 0.1641845703125}, {"start": 438.62, "end": 438.86, "word": " recognized", "probability": 0.2939453125}, {"start": 438.86, "end": 439.82, "word": " on", "probability": 0.382080078125}, {"start": 439.82, "end": 439.92, "word": " the", "probability": 0.6240234375}, {"start": 439.92, "end": 440.16, "word": " phone.", "probability": 0.51171875}, {"start": 440.96, "end": 441.36, "word": " I'm", "probability": 0.2784423828125}, {"start": 441.36, "end": 441.42, "word": " not", "probability": 0.83203125}, {"start": 441.42, "end": 441.54, "word": " going", "probability": 0.78076171875}, {"start": 441.54, "end": 441.54, "word": " to", "probability": 0.9697265625}, {"start": 441.54, "end": 441.68, "word": " work", "probability": 0.196044921875}, {"start": 441.68, "end": 441.94, "word": " with", "probability": 0.689453125}, {"start": 441.94, "end": 441.96, "word": " it.", "probability": 0.311767578125}, {"start": 442.16, "end": 442.56, "word": " I'm", "probability": 0.80419921875}, {"start": 442.56, "end": 442.56, "word": " not", "probability": 0.8818359375}, {"start": 442.56, "end": 442.68, "word": " going", "probability": 0.9150390625}, {"start": 442.68, "end": 442.68, "word": " to", "probability": 0.96826171875}, {"start": 442.68, "end": 442.8, "word": " hold", "probability": 0.260986328125}, {"start": 442.8, "end": 442.92, "word": " your", "probability": 0.1776123046875}, {"start": 442.92, "end": 443.18, "word": " phones", "probability": 0.62939453125}, {"start": 443.18, "end": 443.46, "word": " one", "probability": 0.763671875}, {"start": 443.46, "end": 443.62, "word": " by", "probability": 0.943359375}, {"start": 443.62, "end": 443.94, "word": " one", "probability": 0.9326171875}, {"start": 443.94, "end": 444.8, "word": " and", "probability": 0.630859375}, {"start": 444.8, "end": 444.98, "word": " connect", "probability": 0.3095703125}, {"start": 444.98, "end": 445.2, "word": " them", "probability": 0.57275390625}, {"start": 445.2, "end": 445.2, "word": " to", "probability": 0.425048828125}, {"start": 445.2, "end": 445.28, "word": " the", "probability": 0.677734375}, {"start": 445.28, "end": 445.44, "word": " network", "probability": 0.330322265625}, {"start": 445.44, "end": 445.54, "word": " and", "probability": 0.689453125}, {"start": 445.54, "end": 445.74, "word": " work", "probability": 0.1982421875}, {"start": 445.74, "end": 445.94, "word": " with", "probability": 0.7158203125}, {"start": 445.94, "end": 446.04, "word": " them.", "probability": 0.61962890625}, {"start": 446.1, "end": 446.24, "word": " No,", "probability": 0.69091796875}, {"start": 446.46, "end": 446.56, "word": " you", "probability": 0.77880859375}, {"start": 446.56, "end": 446.82, "word": " can", "probability": 0.381591796875}, {"start": 446.82, "end": 446.96, "word": " do", "probability": 0.1734619140625}, {"start": 446.96, "end": 447.16, "word": " it", "probability": 0.55322265625}, {"start": 447.16, "end": 447.16, "word": " yourself.", "probability": 0.57275390625}, {"start": 447.46, "end": 447.8, "word": " Because", "probability": 0.418701171875}, {"start": 447.8, "end": 448.26, "word": " when", "probability": 0.404296875}, {"start": 448.26, "end": 448.62, "word": " you", "probability": 0.94287109375}, {"start": 448.62, "end": 448.8, "word": " download", "probability": 0.86962890625}, {"start": 448.8, "end": 448.92, "word": " a", "probability": 0.669921875}, {"start": 448.92, "end": 449.18, "word": " program", "probability": 0.5185546875}, {"start": 449.18, "end": 449.5, "word": " on", "probability": 0.5712890625}, {"start": 449.5, "end": 449.6, "word": " your", "probability": 0.6181640625}, {"start": 449.6, "end": 450.02, "word": " phone,", "probability": 0.73291015625}, {"start": 450.34, "end": 450.36, "word": " like", "probability": 0.228515625}, {"start": 450.36, "end": 450.72, "word": " matches", "probability": 0.311279296875}, {"start": 450.72, "end": 450.9, "word": " or", "probability": 0.68408203125}, {"start": 450.9, "end": 451.16, "word": " something,", "probability": 0.66015625}, {"start": 451.2, "end": 451.28, "word": " you", "probability": 0.66455078125}, {"start": 451.28, "end": 451.52, "word": " can", "probability": 0.2344970703125}, {"start": 451.52, "end": 451.7, "word": " scroll", "probability": 0.234375}, {"start": 451.7, "end": 451.82, "word": " through", "probability": 0.6455078125}, {"start": 451.82, "end": 451.98, "word": " all", "probability": 0.8125}, {"start": 451.98, "end": 452.04, "word": " the", "probability": 0.7578125}, {"start": 452.04, "end": 452.38, "word": " stores", "probability": 0.583984375}, {"start": 452.38, "end": 452.6, "word": " when", "probability": 0.4658203125}, {"start": 452.6, "end": 452.64, "word": " you", "probability": 0.44287109375}, {"start": 452.64, "end": 452.8, "word": " download", "probability": 0.400634765625}, {"start": 452.8, "end": 453.16, "word": " it.", "probability": 0.72265625}, {"start": 453.72, "end": 454.12, "word": " It's", "probability": 0.54052734375}, {"start": 454.12, "end": 454.26, "word": " the", "probability": 0.5478515625}, {"start": 454.26, "end": 454.26, "word": " same", "probability": 0.908203125}, {"start": 454.26, "end": 454.26, "word": " thing", "probability": 0.65380859375}, {"start": 454.26, "end": 454.26, "word": " for", "probability": 0.320556640625}, {"start": 454.26, "end": 455.16, "word": " you.", "probability": 0.72509765625}, {"start": 455.86, "end": 455.96, "word": " You", "probability": 0.87158203125}, {"start": 455.96, "end": 456.1, "word": " can", "probability": 0.329833984375}, {"start": 456.1, "end": 456.3, "word": " turn", "probability": 0.6220703125}, {"start": 456.3, "end": 456.42, "word": " on", "probability": 0.50146484375}, {"start": 456.42, "end": 456.92, "word": " the", "probability": 0.47509765625}, {"start": 456.92, "end": 457.18, "word": " phone", "probability": 0.728515625}, {"start": 457.18, "end": 457.32, "word": " on", "probability": 0.43896484375}, {"start": 457.32, "end": 457.4, "word": " the", "probability": 0.6923828125}, {"start": 457.4, "end": 457.7, "word": " device", "probability": 0.9375}, {"start": 457.7, "end": 458.5, "word": " and", "probability": 0.60009765625}, {"start": 458.5, "end": 458.86, "word": " it", "probability": 0.260498046875}, {"start": 458.86, "end": 460.52, "word": " can", "probability": 0.58544921875}, {"start": 460.52, "end": 460.98, "word": " be", "probability": 0.52294921875}, {"start": 460.98, "end": 461.24, "word": " recognized", "probability": 0.79736328125}, {"start": 461.24, "end": 461.78, "word": " immediately.", "probability": 0.384521484375}, {"start": 461.96, "end": 462.34, "word": " Especially", "probability": 0.67724609375}, {"start": 462.34, "end": 463.18, "word": " Samsung", "probability": 0.69580078125}, {"start": 463.18, "end": 463.44, "word": " devices", "probability": 0.76611328125}, {"start": 463.44, "end": 464.56, "word": " are", "probability": 0.2998046875}, {"start": 464.56, "end": 464.58, "word": " not", "probability": 0.638671875}, {"start": 464.58, "end": 464.6, "word": " too", "probability": 0.10516357421875}, {"start": 464.6, "end": 464.78, "word": " expensive.", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 20, "seek": 49470, "start": 466.12, "end": 494.7, "text": " And even if you are not familiar with it, you can search on the internet for something called smart switch. What is smart switch? This is a smart switch. It is a program that contains all drivers for Samsung devices. If you search on Google for smart switch and download it, your device network will recognize it. Because it contains all drivers for the modern Samsung.", "tokens": [400, 754, 498, 291, 366, 406, 4963, 365, 309, 11, 291, 393, 3164, 322, 264, 4705, 337, 746, 1219, 4069, 3679, 13, 708, 307, 4069, 3679, 30, 639, 307, 257, 4069, 3679, 13, 467, 307, 257, 1461, 300, 8306, 439, 11590, 337, 13173, 5759, 13, 759, 291, 3164, 322, 3329, 337, 4069, 3679, 293, 5484, 309, 11, 428, 4302, 3209, 486, 5521, 309, 13, 1436, 309, 8306, 439, 11590, 337, 264, 4363, 13173, 13], "avg_logprob": -0.48374999284744263, "compression_ratio": 1.7535545023696681, "no_speech_prob": 0.0, "words": [{"start": 466.12, "end": 466.34, "word": " And", "probability": 0.344482421875}, {"start": 466.34, "end": 466.58, "word": " even", "probability": 0.78466796875}, {"start": 466.58, "end": 466.7, "word": " if", "probability": 0.880859375}, {"start": 466.7, "end": 467.28, "word": " you", "probability": 0.78369140625}, {"start": 467.28, "end": 467.3, "word": " are", "probability": 0.1361083984375}, {"start": 467.3, "end": 467.3, "word": " not", "probability": 0.8525390625}, {"start": 467.3, "end": 467.66, "word": " familiar", "probability": 0.65234375}, {"start": 467.66, "end": 467.84, "word": " with", "probability": 0.8623046875}, {"start": 467.84, "end": 468.04, "word": " it,", "probability": 0.6669921875}, {"start": 468.34, "end": 468.58, "word": " you", "probability": 0.9296875}, {"start": 468.58, "end": 468.84, "word": " can", "probability": 0.89453125}, {"start": 468.84, "end": 469.3, "word": " search", "probability": 0.548828125}, {"start": 469.3, "end": 469.54, "word": " on", "probability": 0.58056640625}, {"start": 469.54, "end": 469.66, "word": " the", "probability": 0.70068359375}, {"start": 469.66, "end": 469.92, "word": " internet", "probability": 0.485595703125}, {"start": 469.92, "end": 470.18, "word": " for", "probability": 0.580078125}, {"start": 470.18, "end": 470.32, "word": " something", "probability": 0.42041015625}, {"start": 470.32, "end": 470.58, "word": " called", "probability": 0.8564453125}, {"start": 470.58, "end": 471.16, "word": " smart", "probability": 0.3037109375}, {"start": 471.16, "end": 472.7, "word": " switch.", "probability": 0.9443359375}, {"start": 476.2, "end": 476.82, "word": " What", "probability": 0.52734375}, {"start": 476.82, "end": 476.9, "word": " is", "probability": 0.85888671875}, {"start": 476.9, "end": 477.22, "word": " smart", "probability": 0.73779296875}, {"start": 477.22, "end": 477.6, "word": " switch?", "probability": 0.978515625}, {"start": 477.96, "end": 478.48, "word": " This", "probability": 0.5263671875}, {"start": 478.48, "end": 478.52, "word": " is", "probability": 0.77587890625}, {"start": 478.52, "end": 478.8, "word": " a", "probability": 0.6650390625}, {"start": 478.8, "end": 478.8, "word": " smart", "probability": 0.724609375}, {"start": 478.8, "end": 479.28, "word": " switch.", "probability": 0.97705078125}, {"start": 479.48, "end": 479.48, "word": " It", "probability": 0.53125}, {"start": 479.48, "end": 479.48, "word": " is", "probability": 0.68994140625}, {"start": 479.48, "end": 479.48, "word": " a", "probability": 0.74658203125}, {"start": 479.48, "end": 479.8, "word": " program", "probability": 0.51025390625}, {"start": 479.8, "end": 480.4, "word": " that", "probability": 0.5888671875}, {"start": 480.4, "end": 480.76, "word": " contains", "probability": 0.521484375}, {"start": 480.76, "end": 481.28, "word": " all", "probability": 0.900390625}, {"start": 481.28, "end": 481.8, "word": " drivers", "probability": 0.402587890625}, {"start": 481.8, "end": 482.0, "word": " for", "probability": 0.6220703125}, {"start": 482.0, "end": 482.56, "word": " Samsung", "probability": 0.36181640625}, {"start": 482.56, "end": 482.56, "word": " devices.", "probability": 0.703125}, {"start": 484.02, "end": 484.64, "word": " If", "probability": 0.247314453125}, {"start": 484.64, "end": 485.24, "word": " you", "probability": 0.95458984375}, {"start": 485.24, "end": 485.68, "word": " search", "probability": 0.5166015625}, {"start": 485.68, "end": 485.84, "word": " on", "probability": 0.5400390625}, {"start": 485.84, "end": 486.08, "word": " Google", "probability": 0.5126953125}, {"start": 486.08, "end": 486.26, "word": " for", "probability": 0.6142578125}, {"start": 486.26, "end": 486.54, "word": " smart", "probability": 0.89111328125}, {"start": 486.54, "end": 486.9, "word": " switch", "probability": 0.97802734375}, {"start": 486.9, "end": 487.06, "word": " and", "probability": 0.658203125}, {"start": 487.06, "end": 487.4, "word": " download", "probability": 0.615234375}, {"start": 487.4, "end": 487.96, "word": " it,", "probability": 0.93017578125}, {"start": 489.56, "end": 490.88, "word": " your", "probability": 0.34130859375}, {"start": 490.88, "end": 491.46, "word": " device", "probability": 0.5986328125}, {"start": 491.46, "end": 491.5, "word": " network", "probability": 0.50830078125}, {"start": 491.5, "end": 491.64, "word": " will", "probability": 0.8291015625}, {"start": 491.64, "end": 491.94, "word": " recognize", "probability": 0.2103271484375}, {"start": 491.94, "end": 492.4, "word": " it.", "probability": 0.8916015625}, {"start": 492.42, "end": 492.96, "word": " Because", "probability": 0.865234375}, {"start": 492.96, "end": 493.16, "word": " it", "probability": 0.466552734375}, {"start": 493.16, "end": 493.16, "word": " contains", "probability": 0.66162109375}, {"start": 493.16, "end": 493.4, "word": " all", "probability": 0.92919921875}, {"start": 493.4, "end": 493.84, "word": " drivers", "probability": 0.6162109375}, {"start": 493.84, "end": 494.18, "word": " for", "probability": 0.9140625}, {"start": 494.18, "end": 494.38, "word": " the", "probability": 0.66748046875}, {"start": 494.38, "end": 494.38, "word": " modern", "probability": 0.2685546875}, {"start": 494.38, "end": 494.7, "word": " Samsung.", "probability": 0.8486328125}], "temperature": 1.0}, {"id": 21, "seek": 50957, "start": 497.61, "end": 509.57, "text": " Ok guys, you have to go from today, download Android Studio, update it, make sure it's running, try to connect your phone and make sure your device recognizes it", "tokens": [3477, 1074, 11, 291, 362, 281, 352, 490, 965, 11, 5484, 8853, 13500, 11, 5623, 309, 11, 652, 988, 309, 311, 2614, 11, 853, 281, 1745, 428, 2593, 293, 652, 988, 428, 4302, 26564, 309], "avg_logprob": -0.559461803899871, "compression_ratio": 1.296, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 497.61, "end": 497.95, "word": " Ok", "probability": 0.243408203125}, {"start": 497.95, "end": 498.45, "word": " guys,", "probability": 0.58203125}, {"start": 499.21, "end": 499.75, "word": " you", "probability": 0.479248046875}, {"start": 499.75, "end": 499.89, "word": " have", "probability": 0.2132568359375}, {"start": 499.89, "end": 499.99, "word": " to", "probability": 0.94287109375}, {"start": 499.99, "end": 500.17, "word": " go", "probability": 0.289306640625}, {"start": 500.17, "end": 500.33, "word": " from", "probability": 0.48291015625}, {"start": 500.33, "end": 500.61, "word": " today,", "probability": 0.8125}, {"start": 501.01, "end": 501.39, "word": " download", "probability": 0.76953125}, {"start": 501.39, "end": 501.75, "word": " Android", "probability": 0.51611328125}, {"start": 501.75, "end": 502.25, "word": " Studio,", "probability": 0.75927734375}, {"start": 502.71, "end": 503.35, "word": " update", "probability": 0.6396484375}, {"start": 503.35, "end": 503.75, "word": " it,", "probability": 0.892578125}, {"start": 503.95, "end": 504.09, "word": " make", "probability": 0.69873046875}, {"start": 504.09, "end": 504.47, "word": " sure", "probability": 0.9365234375}, {"start": 504.47, "end": 504.63, "word": " it's", "probability": 0.588134765625}, {"start": 504.63, "end": 504.81, "word": " running,", "probability": 0.370361328125}, {"start": 505.77, "end": 506.43, "word": " try", "probability": 0.1568603515625}, {"start": 506.43, "end": 506.63, "word": " to", "probability": 0.5537109375}, {"start": 506.63, "end": 506.77, "word": " connect", "probability": 0.81591796875}, {"start": 506.77, "end": 506.93, "word": " your", "probability": 0.7939453125}, {"start": 506.93, "end": 507.23, "word": " phone", "probability": 0.64697265625}, {"start": 507.23, "end": 507.89, "word": " and", "probability": 0.595703125}, {"start": 507.89, "end": 508.13, "word": " make", "probability": 0.8115234375}, {"start": 508.13, "end": 508.39, "word": " sure", "probability": 0.92919921875}, {"start": 508.39, "end": 508.57, "word": " your", "probability": 0.6376953125}, {"start": 508.57, "end": 508.85, "word": " device", "probability": 0.75}, {"start": 508.85, "end": 509.23, "word": " recognizes", "probability": 0.354736328125}, {"start": 509.23, "end": 509.57, "word": " it", "probability": 0.5673828125}], "temperature": 1.0}, {"id": 22, "seek": 54013, "start": 511.01, "end": 540.13, "text": " Of course if your device is LG or Sony or Huawei or others, I don't know, I haven't tried it yet, you need to get it a driver or you can get to know it by yourself, it's up to you. But in the end, we all do it. Any device that we connect to the Android Studio, it will work on it. I've seen people with Sony and HTC, they all connect and work on it. It won't be a problem for them. So I say that the easiest way or the best way to experience it is to experience it on your phone directly.", "tokens": [2720, 1164, 498, 428, 4302, 307, 25449, 420, 13575, 420, 28542, 420, 2357, 11, 286, 500, 380, 458, 11, 286, 2378, 380, 3031, 309, 1939, 11, 291, 643, 281, 483, 309, 257, 6787, 420, 291, 393, 483, 281, 458, 309, 538, 1803, 11, 309, 311, 493, 281, 291, 13, 583, 294, 264, 917, 11, 321, 439, 360, 309, 13, 2639, 4302, 300, 321, 1745, 281, 264, 8853, 13500, 11, 309, 486, 589, 322, 309, 13, 286, 600, 1612, 561, 365, 13575, 293, 11751, 34, 11, 436, 439, 1745, 293, 589, 322, 309, 13, 467, 1582, 380, 312, 257, 1154, 337, 552, 13, 407, 286, 584, 300, 264, 12889, 636, 420, 264, 1151, 636, 281, 1752, 309, 307, 281, 1752, 309, 322, 428, 2593, 3838, 13], "avg_logprob": -0.5550595029952035, "compression_ratio": 1.7097902097902098, "no_speech_prob": 0.587890625, "words": [{"start": 511.01, "end": 511.37, "word": " Of", "probability": 0.1336669921875}, {"start": 511.37, "end": 511.73, "word": " course", "probability": 0.8876953125}, {"start": 511.73, "end": 511.91, "word": " if", "probability": 0.716796875}, {"start": 511.91, "end": 512.21, "word": " your", "probability": 0.69970703125}, {"start": 512.21, "end": 512.35, "word": " device", "probability": 0.60546875}, {"start": 512.35, "end": 512.53, "word": " is", "probability": 0.85302734375}, {"start": 512.53, "end": 512.89, "word": " LG", "probability": 0.931640625}, {"start": 512.89, "end": 513.17, "word": " or", "probability": 0.412841796875}, {"start": 513.17, "end": 513.49, "word": " Sony", "probability": 0.55810546875}, {"start": 513.49, "end": 513.79, "word": " or", "probability": 0.91748046875}, {"start": 513.79, "end": 514.17, "word": " Huawei", "probability": 0.771484375}, {"start": 514.17, "end": 514.35, "word": " or", "probability": 0.7734375}, {"start": 514.35, "end": 514.65, "word": " others,", "probability": 0.302001953125}, {"start": 515.01, "end": 515.33, "word": " I", "probability": 0.466796875}, {"start": 515.33, "end": 515.35, "word": " don't", "probability": 0.6556396484375}, {"start": 515.35, "end": 515.71, "word": " know,", "probability": 0.85107421875}, {"start": 515.89, "end": 515.93, "word": " I", "probability": 0.9521484375}, {"start": 515.93, "end": 515.95, "word": " haven't", "probability": 0.6409912109375}, {"start": 515.95, "end": 516.21, "word": " tried", "probability": 0.84423828125}, {"start": 516.21, "end": 516.31, "word": " it", "probability": 0.453857421875}, {"start": 516.31, "end": 516.47, "word": " yet,", "probability": 0.30859375}, {"start": 516.47, "end": 516.59, "word": " you", "probability": 0.71533203125}, {"start": 516.59, "end": 516.75, "word": " need", "probability": 0.26025390625}, {"start": 516.75, "end": 516.89, "word": " to", "probability": 0.92236328125}, {"start": 516.89, "end": 517.05, "word": " get", "probability": 0.394287109375}, {"start": 517.05, "end": 517.13, "word": " it", "probability": 0.308349609375}, {"start": 517.13, "end": 517.39, "word": " a", "probability": 0.81494140625}, {"start": 517.39, "end": 517.73, "word": " driver", "probability": 0.8115234375}, {"start": 517.73, "end": 518.51, "word": " or", "probability": 0.375732421875}, {"start": 518.51, "end": 518.63, "word": " you", "probability": 0.583984375}, {"start": 518.63, "end": 518.79, "word": " can", "probability": 0.83203125}, {"start": 518.79, "end": 518.95, "word": " get", "probability": 0.40771484375}, {"start": 518.95, "end": 518.95, "word": " to", "probability": 0.370849609375}, {"start": 518.95, "end": 519.09, "word": " know", "probability": 0.87890625}, {"start": 519.09, "end": 519.31, "word": " it", "probability": 0.6533203125}, {"start": 519.31, "end": 519.41, "word": " by", "probability": 0.2958984375}, {"start": 519.41, "end": 519.71, "word": " yourself,", "probability": 0.79150390625}, {"start": 519.83, "end": 520.13, "word": " it's", "probability": 0.564697265625}, {"start": 520.13, "end": 520.37, "word": " up", "probability": 0.342529296875}, {"start": 520.37, "end": 520.45, "word": " to", "probability": 0.97021484375}, {"start": 520.45, "end": 520.45, "word": " you.", "probability": 0.921875}, {"start": 520.85, "end": 521.05, "word": " But", "probability": 0.8203125}, {"start": 521.05, "end": 521.15, "word": " in", "probability": 0.57080078125}, {"start": 521.15, "end": 521.25, "word": " the", "probability": 0.90625}, {"start": 521.25, "end": 521.49, "word": " end,", "probability": 0.89208984375}, {"start": 521.83, "end": 522.05, "word": " we", "probability": 0.2734375}, {"start": 522.05, "end": 522.07, "word": " all", "probability": 0.7646484375}, {"start": 522.07, "end": 522.35, "word": " do", "probability": 0.354736328125}, {"start": 522.35, "end": 523.21, "word": " it.", "probability": 0.6904296875}, {"start": 523.67, "end": 524.03, "word": " Any", "probability": 0.6279296875}, {"start": 524.03, "end": 524.55, "word": " device", "probability": 0.94482421875}, {"start": 524.55, "end": 525.09, "word": " that", "probability": 0.436279296875}, {"start": 525.09, "end": 525.15, "word": " we", "probability": 0.45458984375}, {"start": 525.15, "end": 525.33, "word": " connect", "probability": 0.67919921875}, {"start": 525.33, "end": 525.53, "word": " to", "probability": 0.78955078125}, {"start": 525.53, "end": 525.65, "word": " the", "probability": 0.30126953125}, {"start": 525.65, "end": 525.89, "word": " Android", "probability": 0.83203125}, {"start": 525.89, "end": 526.25, "word": " Studio,", "probability": 0.73486328125}, {"start": 526.29, "end": 526.37, "word": " it", "probability": 0.6376953125}, {"start": 526.37, "end": 526.39, "word": " will", "probability": 0.256591796875}, {"start": 526.39, "end": 526.57, "word": " work", "probability": 0.83154296875}, {"start": 526.57, "end": 526.71, "word": " on", "probability": 0.255126953125}, {"start": 526.71, "end": 527.23, "word": " it.", "probability": 0.8857421875}, {"start": 529.05, "end": 529.41, "word": " I've", "probability": 0.625244140625}, {"start": 529.41, "end": 529.51, "word": " seen", "probability": 0.93701171875}, {"start": 529.51, "end": 529.73, "word": " people", "probability": 0.89453125}, {"start": 529.73, "end": 529.87, "word": " with", "probability": 0.458740234375}, {"start": 529.87, "end": 530.31, "word": " Sony", "probability": 0.37158203125}, {"start": 530.31, "end": 530.97, "word": " and", "probability": 0.611328125}, {"start": 530.97, "end": 532.09, "word": " HTC,", "probability": 0.931396484375}, {"start": 532.21, "end": 532.51, "word": " they", "probability": 0.529296875}, {"start": 532.51, "end": 532.57, "word": " all", "probability": 0.77294921875}, {"start": 532.57, "end": 533.03, "word": " connect", "probability": 0.57666015625}, {"start": 533.03, "end": 533.17, "word": " and", "probability": 0.796875}, {"start": 533.17, "end": 533.45, "word": " work", "probability": 0.63818359375}, {"start": 533.45, "end": 533.63, "word": " on", "probability": 0.2449951171875}, {"start": 533.63, "end": 533.85, "word": " it.", "probability": 0.853515625}, {"start": 534.27, "end": 534.47, "word": " It", "probability": 0.7041015625}, {"start": 534.47, "end": 534.57, "word": " won't", "probability": 0.7247314453125}, {"start": 534.57, "end": 534.75, "word": " be", "probability": 0.85888671875}, {"start": 534.75, "end": 534.87, "word": " a", "probability": 0.533203125}, {"start": 534.87, "end": 534.97, "word": " problem", "probability": 0.19580078125}, {"start": 534.97, "end": 535.21, "word": " for", "probability": 0.81982421875}, {"start": 535.21, "end": 535.57, "word": " them.", "probability": 0.414794921875}, {"start": 535.95, "end": 536.09, "word": " So", "probability": 0.55078125}, {"start": 536.09, "end": 536.21, "word": " I", "probability": 0.64599609375}, {"start": 536.21, "end": 536.43, "word": " say", "probability": 0.484375}, {"start": 536.43, "end": 536.55, "word": " that", "probability": 0.335693359375}, {"start": 536.55, "end": 536.57, "word": " the", "probability": 0.89599609375}, {"start": 536.57, "end": 536.77, "word": " easiest", "probability": 0.8857421875}, {"start": 536.77, "end": 537.09, "word": " way", "probability": 0.556640625}, {"start": 537.09, "end": 537.21, "word": " or", "probability": 0.466552734375}, {"start": 537.21, "end": 537.25, "word": " the", "probability": 0.7275390625}, {"start": 537.25, "end": 537.39, "word": " best", "probability": 0.857421875}, {"start": 537.39, "end": 537.57, "word": " way", "probability": 0.91064453125}, {"start": 537.57, "end": 537.73, "word": " to", "probability": 0.4658203125}, {"start": 537.73, "end": 538.07, "word": " experience", "probability": 0.374755859375}, {"start": 538.07, "end": 538.15, "word": " it", "probability": 0.6376953125}, {"start": 538.15, "end": 538.23, "word": " is", "probability": 0.724609375}, {"start": 538.23, "end": 538.35, "word": " to", "probability": 0.47509765625}, {"start": 538.35, "end": 538.59, "word": " experience", "probability": 0.41357421875}, {"start": 538.59, "end": 538.67, "word": " it", "probability": 0.87939453125}, {"start": 538.67, "end": 538.73, "word": " on", "probability": 0.59130859375}, {"start": 538.73, "end": 538.85, "word": " your", "probability": 0.457763671875}, {"start": 538.85, "end": 539.17, "word": " phone", "probability": 0.63916015625}, {"start": 539.17, "end": 540.13, "word": " directly.", "probability": 0.267333984375}], "temperature": 1.0}, {"id": 23, "seek": 56802, "start": 542.94, "end": 568.02, "text": " Because trying on the phone makes you try things that are difficult to try on the device For example, try the camera, try the GPS and maps. Trying on the phone is better. Okay, these are what you need. You need Android Studio with its update. You need an emulator or to work on the phone.", "tokens": [1436, 1382, 322, 264, 2593, 1669, 291, 853, 721, 300, 366, 2252, 281, 853, 322, 264, 4302, 1171, 1365, 11, 853, 264, 2799, 11, 853, 264, 19462, 293, 11317, 13, 20180, 322, 264, 2593, 307, 1101, 13, 1033, 11, 613, 366, 437, 291, 643, 13, 509, 643, 8853, 13500, 365, 1080, 5623, 13, 509, 643, 364, 846, 16381, 420, 281, 589, 322, 264, 2593, 13], "avg_logprob": -0.4831912820086335, "compression_ratio": 1.5879120879120878, "no_speech_prob": 0.0, "words": [{"start": 542.9399999999999, "end": 543.52, "word": " Because", "probability": 0.249755859375}, {"start": 543.52, "end": 544.04, "word": " trying", "probability": 0.230224609375}, {"start": 544.04, "end": 544.2, "word": " on", "probability": 0.301513671875}, {"start": 544.2, "end": 544.32, "word": " the", "probability": 0.32373046875}, {"start": 544.32, "end": 544.48, "word": " phone", "probability": 0.72802734375}, {"start": 544.48, "end": 544.68, "word": " makes", "probability": 0.5146484375}, {"start": 544.68, "end": 544.88, "word": " you", "probability": 0.900390625}, {"start": 544.88, "end": 545.08, "word": " try", "probability": 0.787109375}, {"start": 545.08, "end": 545.4, "word": " things", "probability": 0.271728515625}, {"start": 545.4, "end": 545.52, "word": " that", "probability": 0.62060546875}, {"start": 545.52, "end": 545.52, "word": " are", "probability": 0.8486328125}, {"start": 545.52, "end": 545.68, "word": " difficult", "probability": 0.465087890625}, {"start": 545.68, "end": 545.76, "word": " to", "probability": 0.77880859375}, {"start": 545.76, "end": 546.02, "word": " try", "probability": 0.779296875}, {"start": 546.02, "end": 546.24, "word": " on", "probability": 0.869140625}, {"start": 546.24, "end": 546.44, "word": " the", "probability": 0.72265625}, {"start": 546.44, "end": 546.76, "word": " device", "probability": 0.63671875}, {"start": 546.76, "end": 546.92, "word": " For", "probability": 0.240966796875}, {"start": 546.92, "end": 547.12, "word": " example,", "probability": 0.9326171875}, {"start": 547.34, "end": 547.78, "word": " try", "probability": 0.5791015625}, {"start": 547.78, "end": 547.92, "word": " the", "probability": 0.7724609375}, {"start": 547.92, "end": 548.26, "word": " camera,", "probability": 0.90283203125}, {"start": 549.06, "end": 549.38, "word": " try", "probability": 0.83544921875}, {"start": 549.38, "end": 549.68, "word": " the", "probability": 0.685546875}, {"start": 549.68, "end": 550.74, "word": " GPS", "probability": 0.86279296875}, {"start": 550.74, "end": 550.9, "word": " and", "probability": 0.7646484375}, {"start": 550.9, "end": 551.42, "word": " maps.", "probability": 0.8388671875}, {"start": 552.26, "end": 552.82, "word": " Trying", "probability": 0.4755859375}, {"start": 552.82, "end": 553.14, "word": " on", "probability": 0.66943359375}, {"start": 553.14, "end": 553.24, "word": " the", "probability": 0.8037109375}, {"start": 553.24, "end": 553.4, "word": " phone", "probability": 0.92724609375}, {"start": 553.4, "end": 553.56, "word": " is", "probability": 0.6123046875}, {"start": 553.56, "end": 553.94, "word": " better.", "probability": 0.71728515625}, {"start": 554.54, "end": 554.78, "word": " Okay,", "probability": 0.187744140625}, {"start": 557.3, "end": 557.62, "word": " these", "probability": 0.323486328125}, {"start": 557.62, "end": 558.02, "word": " are", "probability": 0.91748046875}, {"start": 558.02, "end": 558.12, "word": " what", "probability": 0.47705078125}, {"start": 558.12, "end": 558.4, "word": " you", "probability": 0.9599609375}, {"start": 558.4, "end": 558.74, "word": " need.", "probability": 0.82080078125}, {"start": 559.02, "end": 559.14, "word": " You", "probability": 0.8037109375}, {"start": 559.14, "end": 559.36, "word": " need", "probability": 0.8896484375}, {"start": 559.36, "end": 559.86, "word": " Android", "probability": 0.6181640625}, {"start": 559.86, "end": 560.42, "word": " Studio", "probability": 0.79541015625}, {"start": 560.42, "end": 560.8, "word": " with", "probability": 0.66796875}, {"start": 560.8, "end": 560.82, "word": " its", "probability": 0.7353515625}, {"start": 560.82, "end": 561.22, "word": " update.", "probability": 0.81494140625}, {"start": 563.08, "end": 563.66, "word": " You", "probability": 0.93408203125}, {"start": 563.66, "end": 563.86, "word": " need", "probability": 0.9140625}, {"start": 563.86, "end": 564.04, "word": " an", "probability": 0.79931640625}, {"start": 564.04, "end": 564.56, "word": " emulator", "probability": 0.93701171875}, {"start": 564.56, "end": 565.74, "word": " or", "probability": 0.66455078125}, {"start": 565.74, "end": 566.28, "word": " to", "probability": 0.4931640625}, {"start": 566.28, "end": 566.58, "word": " work", "probability": 0.51318359375}, {"start": 566.58, "end": 566.84, "word": " on", "probability": 0.9189453125}, {"start": 566.84, "end": 567.78, "word": " the", "probability": 0.67431640625}, {"start": 567.78, "end": 568.02, "word": " phone.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 24, "seek": 57519, "start": 569.73, "end": 575.19, "text": " Ok, let's start the guide. When you download Android Studio, the icon will appear on the desktop", "tokens": [3477, 11, 718, 311, 722, 264, 5934, 13, 1133, 291, 5484, 8853, 13500, 11, 264, 6528, 486, 4204, 322, 264, 14502], "avg_logprob": -0.7137784172188152, "compression_ratio": 1.0543478260869565, "no_speech_prob": 0.0, "words": [{"start": 569.73, "end": 570.03, "word": " Ok,", "probability": 0.16064453125}, {"start": 570.51, "end": 570.73, "word": " let's", "probability": 0.6826171875}, {"start": 570.73, "end": 570.87, "word": " start", "probability": 0.423828125}, {"start": 570.87, "end": 571.05, "word": " the", "probability": 0.1336669921875}, {"start": 571.05, "end": 571.17, "word": " guide.", "probability": 0.53515625}, {"start": 571.33, "end": 571.43, "word": " When", "probability": 0.32763671875}, {"start": 571.43, "end": 571.83, "word": " you", "probability": 0.919921875}, {"start": 571.83, "end": 572.07, "word": " download", "probability": 0.6923828125}, {"start": 572.07, "end": 572.37, "word": " Android", "probability": 0.58740234375}, {"start": 572.37, "end": 572.85, "word": " Studio,", "probability": 0.85205078125}, {"start": 573.37, "end": 573.97, "word": " the", "probability": 0.340576171875}, {"start": 573.97, "end": 574.27, "word": " icon", "probability": 0.380126953125}, {"start": 574.27, "end": 574.55, "word": " will", "probability": 0.73046875}, {"start": 574.55, "end": 574.55, "word": " appear", "probability": 0.450927734375}, {"start": 574.55, "end": 574.59, "word": " on", "probability": 0.73193359375}, {"start": 574.59, "end": 574.89, "word": " the", "probability": 0.64892578125}, {"start": 574.89, "end": 575.19, "word": " desktop", "probability": 0.841796875}], "temperature": 1.0}, {"id": 25, "seek": 60088, "start": 578.92, "end": 600.88, "text": " And as soon as you open it, you will see this window. Of course, this window, what you see here, you will not see it. These are the previous applications that you created and you will see them here. If you don't have any application yet, you will not see them. It's not like in Java, you will see applications on the left. You will not see applications for the first time. Here, you have options. What do you want?", "tokens": [400, 382, 2321, 382, 291, 1269, 309, 11, 291, 486, 536, 341, 4910, 13, 2720, 1164, 11, 341, 4910, 11, 437, 291, 536, 510, 11, 291, 486, 406, 536, 309, 13, 1981, 366, 264, 3894, 5821, 300, 291, 2942, 293, 291, 486, 536, 552, 510, 13, 759, 291, 500, 380, 362, 604, 3861, 1939, 11, 291, 486, 406, 536, 552, 13, 467, 311, 406, 411, 294, 10745, 11, 291, 486, 536, 5821, 322, 264, 1411, 13, 509, 486, 406, 536, 5821, 337, 264, 700, 565, 13, 1692, 11, 291, 362, 3956, 13, 708, 360, 291, 528, 30], "avg_logprob": -0.5618622157038474, "compression_ratio": 1.939252336448598, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 578.9200000000001, "end": 579.32, "word": " And", "probability": 0.244384765625}, {"start": 579.32, "end": 579.5, "word": " as", "probability": 0.194091796875}, {"start": 579.5, "end": 579.56, "word": " soon", "probability": 0.9375}, {"start": 579.56, "end": 579.6, "word": " as", "probability": 0.96484375}, {"start": 579.6, "end": 579.76, "word": " you", "probability": 0.9453125}, {"start": 579.76, "end": 579.96, "word": " open", "probability": 0.78857421875}, {"start": 579.96, "end": 580.1, "word": " it,", "probability": 0.76318359375}, {"start": 580.24, "end": 580.26, "word": " you", "probability": 0.57958984375}, {"start": 580.26, "end": 580.32, "word": " will", "probability": 0.5146484375}, {"start": 580.32, "end": 580.6, "word": " see", "probability": 0.556640625}, {"start": 580.6, "end": 580.82, "word": " this", "probability": 0.751953125}, {"start": 580.82, "end": 581.06, "word": " window.", "probability": 0.52880859375}, {"start": 582.64, "end": 583.04, "word": " Of", "probability": 0.142333984375}, {"start": 583.04, "end": 583.16, "word": " course,", "probability": 0.9384765625}, {"start": 583.26, "end": 583.28, "word": " this", "probability": 0.31689453125}, {"start": 583.28, "end": 583.56, "word": " window,", "probability": 0.78564453125}, {"start": 584.24, "end": 584.94, "word": " what", "probability": 0.3056640625}, {"start": 584.94, "end": 585.18, "word": " you", "probability": 0.39697265625}, {"start": 585.18, "end": 585.34, "word": " see", "probability": 0.63623046875}, {"start": 585.34, "end": 585.48, "word": " here,", "probability": 0.626953125}, {"start": 585.6, "end": 585.7, "word": " you", "probability": 0.775390625}, {"start": 585.7, "end": 585.88, "word": " will", "probability": 0.533203125}, {"start": 585.88, "end": 585.88, "word": " not", "probability": 0.8017578125}, {"start": 585.88, "end": 586.2, "word": " see", "probability": 0.82861328125}, {"start": 586.2, "end": 586.32, "word": " it.", "probability": 0.56787109375}, {"start": 586.36, "end": 586.56, "word": " These", "probability": 0.5244140625}, {"start": 586.56, "end": 586.62, "word": " are", "probability": 0.89501953125}, {"start": 586.62, "end": 586.82, "word": " the", "probability": 0.62890625}, {"start": 586.82, "end": 586.88, "word": " previous", "probability": 0.450439453125}, {"start": 586.88, "end": 587.3, "word": " applications", "probability": 0.48828125}, {"start": 587.3, "end": 587.88, "word": " that", "probability": 0.54736328125}, {"start": 587.88, "end": 588.02, "word": " you", "probability": 0.88525390625}, {"start": 588.02, "end": 588.3, "word": " created", "probability": 0.1680908203125}, {"start": 588.3, "end": 588.42, "word": " and", "probability": 0.31591796875}, {"start": 588.42, "end": 588.5, "word": " you", "probability": 0.238525390625}, {"start": 588.5, "end": 588.52, "word": " will", "probability": 0.43603515625}, {"start": 588.52, "end": 588.64, "word": " see", "probability": 0.423828125}, {"start": 588.64, "end": 588.74, "word": " them", "probability": 0.67333984375}, {"start": 588.74, "end": 588.86, "word": " here.", "probability": 0.5419921875}, {"start": 589.34, "end": 589.48, "word": " If", "probability": 0.93359375}, {"start": 589.48, "end": 589.74, "word": " you", "probability": 0.86962890625}, {"start": 589.74, "end": 589.74, "word": " don't", "probability": 0.704345703125}, {"start": 589.74, "end": 589.82, "word": " have", "probability": 0.9150390625}, {"start": 589.82, "end": 590.56, "word": " any", "probability": 0.63232421875}, {"start": 590.56, "end": 591.0, "word": " application", "probability": 0.4677734375}, {"start": 591.0, "end": 591.06, "word": " yet,", "probability": 0.41748046875}, {"start": 591.1, "end": 591.52, "word": " you", "probability": 0.88623046875}, {"start": 591.52, "end": 591.58, "word": " will", "probability": 0.43505859375}, {"start": 591.58, "end": 591.82, "word": " not", "probability": 0.91455078125}, {"start": 591.82, "end": 591.82, "word": " see", "probability": 0.8017578125}, {"start": 591.82, "end": 591.82, "word": " them.", "probability": 0.62255859375}, {"start": 592.32, "end": 592.68, "word": " It's", "probability": 0.3828125}, {"start": 592.68, "end": 592.68, "word": " not", "probability": 0.9111328125}, {"start": 592.68, "end": 592.88, "word": " like", "probability": 0.5908203125}, {"start": 592.88, "end": 592.92, "word": " in", "probability": 0.3359375}, {"start": 592.92, "end": 593.2, "word": " Java,", "probability": 0.60546875}, {"start": 593.42, "end": 593.52, "word": " you", "probability": 0.4482421875}, {"start": 593.52, "end": 593.54, "word": " will", "probability": 0.229248046875}, {"start": 593.54, "end": 593.72, "word": " see", "probability": 0.5634765625}, {"start": 593.72, "end": 594.28, "word": " applications", "probability": 0.52587890625}, {"start": 594.28, "end": 594.54, "word": " on", "probability": 0.59814453125}, {"start": 594.54, "end": 594.8, "word": " the", "probability": 0.85791015625}, {"start": 594.8, "end": 595.58, "word": " left.", "probability": 0.94189453125}, {"start": 596.16, "end": 596.56, "word": " You", "probability": 0.37646484375}, {"start": 596.56, "end": 597.3, "word": " will", "probability": 0.56982421875}, {"start": 597.3, "end": 597.54, "word": " not", "probability": 0.8037109375}, {"start": 597.54, "end": 597.64, "word": " see", "probability": 0.8251953125}, {"start": 597.64, "end": 598.1, "word": " applications", "probability": 0.58642578125}, {"start": 598.1, "end": 598.1, "word": " for", "probability": 0.70947265625}, {"start": 598.1, "end": 598.1, "word": " the", "probability": 0.9189453125}, {"start": 598.1, "end": 598.1, "word": " first", "probability": 0.8798828125}, {"start": 598.1, "end": 598.1, "word": " time.", "probability": 0.884765625}, {"start": 598.36, "end": 598.68, "word": " Here,", "probability": 0.54248046875}, {"start": 598.8, "end": 598.92, "word": " you", "probability": 0.358154296875}, {"start": 598.92, "end": 598.92, "word": " have", "probability": 0.77294921875}, {"start": 598.92, "end": 599.34, "word": " options.", "probability": 0.65869140625}, {"start": 600.2, "end": 600.6, "word": " What", "probability": 0.662109375}, {"start": 600.6, "end": 600.72, "word": " do", "probability": 0.751953125}, {"start": 600.72, "end": 600.74, "word": " you", "probability": 0.96484375}, {"start": 600.74, "end": 600.88, "word": " want?", "probability": 0.80908203125}], "temperature": 1.0}, {"id": 26, "seek": 62201, "start": 602.35, "end": 622.01, "text": " The first option is to start a new Android Studio project. Or open an existing Android Studio project. Check out projects from Virgin Control.", "tokens": [440, 700, 3614, 307, 281, 722, 257, 777, 8853, 13500, 1716, 13, 1610, 1269, 364, 6741, 8853, 13500, 1716, 13, 6881, 484, 4455, 490, 9281, 12912, 13], "avg_logprob": -0.33705357887915205, "compression_ratio": 1.361904761904762, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 602.35, "end": 602.59, "word": " The", "probability": 0.406005859375}, {"start": 602.59, "end": 602.69, "word": " first", "probability": 0.8857421875}, {"start": 602.69, "end": 603.29, "word": " option", "probability": 0.568359375}, {"start": 603.29, "end": 603.39, "word": " is", "probability": 0.7822265625}, {"start": 603.39, "end": 603.53, "word": " to", "probability": 0.55419921875}, {"start": 603.53, "end": 603.75, "word": " start", "probability": 0.875}, {"start": 603.75, "end": 604.01, "word": " a", "probability": 0.93115234375}, {"start": 604.01, "end": 604.15, "word": " new", "probability": 0.8837890625}, {"start": 604.15, "end": 604.53, "word": " Android", "probability": 0.79931640625}, {"start": 604.53, "end": 604.91, "word": " Studio", "probability": 0.87890625}, {"start": 604.91, "end": 605.43, "word": " project.", "probability": 0.74658203125}, {"start": 607.73, "end": 608.45, "word": " Or", "probability": 0.14990234375}, {"start": 608.45, "end": 610.97, "word": " open", "probability": 0.50830078125}, {"start": 610.97, "end": 611.17, "word": " an", "probability": 0.90771484375}, {"start": 611.17, "end": 611.65, "word": " existing", "probability": 0.90771484375}, {"start": 611.65, "end": 612.03, "word": " Android", "probability": 0.9462890625}, {"start": 612.03, "end": 612.37, "word": " Studio", "probability": 0.9638671875}, {"start": 612.37, "end": 613.37, "word": " project.", "probability": 0.9404296875}, {"start": 619.53, "end": 620.25, "word": " Check", "probability": 0.71044921875}, {"start": 620.25, "end": 620.55, "word": " out", "probability": 0.8271484375}, {"start": 620.55, "end": 620.91, "word": " projects", "probability": 0.689453125}, {"start": 620.91, "end": 621.21, "word": " from", "probability": 0.865234375}, {"start": 621.21, "end": 621.49, "word": " Virgin", "probability": 0.52685546875}, {"start": 621.49, "end": 622.01, "word": " Control.", "probability": 0.734375}], "temperature": 1.0}, {"id": 27, "seek": 63836, "start": 623.6, "end": 638.36, "text": " This is exactly what happens when there is something called a version control system where programmers work together and share the code on the internet without you getting the existing code on the internet. This is for people who work together.", "tokens": [639, 307, 2293, 437, 2314, 562, 456, 307, 746, 1219, 257, 3037, 1969, 1185, 689, 41504, 589, 1214, 293, 2073, 264, 3089, 322, 264, 4705, 1553, 291, 1242, 264, 6741, 3089, 322, 264, 4705, 13, 639, 307, 337, 561, 567, 589, 1214, 13], "avg_logprob": -0.4911221821199764, "compression_ratio": 1.6225165562913908, "no_speech_prob": 0.0, "words": [{"start": 623.6, "end": 623.88, "word": " This", "probability": 0.431396484375}, {"start": 623.88, "end": 623.96, "word": " is", "probability": 0.6533203125}, {"start": 623.96, "end": 624.26, "word": " exactly", "probability": 0.413818359375}, {"start": 624.26, "end": 624.44, "word": " what", "probability": 0.521484375}, {"start": 624.44, "end": 624.44, "word": " happens", "probability": 0.77978515625}, {"start": 624.44, "end": 624.52, "word": " when", "probability": 0.7919921875}, {"start": 624.52, "end": 624.58, "word": " there", "probability": 0.55419921875}, {"start": 624.58, "end": 625.36, "word": " is", "probability": 0.7138671875}, {"start": 625.36, "end": 625.46, "word": " something", "probability": 0.469482421875}, {"start": 625.46, "end": 625.74, "word": " called", "probability": 0.85595703125}, {"start": 625.74, "end": 625.88, "word": " a", "probability": 0.5107421875}, {"start": 625.88, "end": 626.02, "word": " version", "probability": 0.6455078125}, {"start": 626.02, "end": 626.44, "word": " control", "probability": 0.83056640625}, {"start": 626.44, "end": 626.92, "word": " system", "probability": 0.94921875}, {"start": 626.92, "end": 627.46, "word": " where", "probability": 0.230224609375}, {"start": 627.46, "end": 627.78, "word": " programmers", "probability": 0.86328125}, {"start": 627.78, "end": 628.2, "word": " work", "probability": 0.7626953125}, {"start": 628.2, "end": 628.52, "word": " together", "probability": 0.273681640625}, {"start": 628.52, "end": 628.68, "word": " and", "probability": 0.3466796875}, {"start": 628.68, "end": 629.16, "word": " share", "probability": 0.779296875}, {"start": 629.16, "end": 629.44, "word": " the", "probability": 0.2919921875}, {"start": 629.44, "end": 629.62, "word": " code", "probability": 0.8798828125}, {"start": 629.62, "end": 629.74, "word": " on", "probability": 0.66943359375}, {"start": 629.74, "end": 629.82, "word": " the", "probability": 0.8544921875}, {"start": 629.82, "end": 630.2, "word": " internet", "probability": 0.63818359375}, {"start": 630.2, "end": 630.92, "word": " without", "probability": 0.66943359375}, {"start": 630.92, "end": 631.7, "word": " you", "probability": 0.2998046875}, {"start": 631.7, "end": 631.82, "word": " getting", "probability": 0.360595703125}, {"start": 631.82, "end": 632.1, "word": " the", "probability": 0.81103515625}, {"start": 632.1, "end": 632.68, "word": " existing", "probability": 0.52490234375}, {"start": 632.68, "end": 632.68, "word": " code", "probability": 0.89013671875}, {"start": 632.68, "end": 632.94, "word": " on", "probability": 0.448486328125}, {"start": 632.94, "end": 633.8, "word": " the", "probability": 0.87353515625}, {"start": 633.8, "end": 635.04, "word": " internet.", "probability": 0.86083984375}, {"start": 636.6, "end": 637.16, "word": " This", "probability": 0.4560546875}, {"start": 637.16, "end": 637.28, "word": " is", "probability": 0.712890625}, {"start": 637.28, "end": 637.34, "word": " for", "probability": 0.370361328125}, {"start": 637.34, "end": 637.76, "word": " people", "probability": 0.8671875}, {"start": 637.76, "end": 637.92, "word": " who", "probability": 0.64501953125}, {"start": 637.92, "end": 638.1, "word": " work", "probability": 0.8994140625}, {"start": 638.1, "end": 638.36, "word": " together.", "probability": 0.7587890625}], "temperature": 1.0}, {"id": 28, "seek": 66724, "start": 639.26, "end": 667.24, "text": " So, where do we start? Start a new Android Studio project. This screen will open. Unfortunately, I can't enlarge the line here. I will enlarge the line later when we start coding. Now, the application name. Write the name of the application that you want. It is preferable that you write a familiar name. Like when you were naming a project Java. Name any name you want, but don't name it Arabic. For example,", "tokens": [407, 11, 689, 360, 321, 722, 30, 6481, 257, 777, 8853, 13500, 1716, 13, 639, 2568, 486, 1269, 13, 8590, 11, 286, 393, 380, 31976, 432, 264, 1622, 510, 13, 286, 486, 31976, 432, 264, 1622, 1780, 562, 321, 722, 17720, 13, 823, 11, 264, 3861, 1315, 13, 23499, 264, 1315, 295, 264, 3861, 300, 291, 528, 13, 467, 307, 4382, 712, 300, 291, 2464, 257, 4963, 1315, 13, 1743, 562, 291, 645, 25290, 257, 1716, 10745, 13, 13866, 604, 1315, 291, 528, 11, 457, 500, 380, 1315, 309, 19938, 13, 1171, 1365, 11], "avg_logprob": -0.4789473703033046, "compression_ratio": 1.6734693877551021, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 639.26, "end": 639.7, "word": " So,", "probability": 0.295166015625}, {"start": 639.84, "end": 640.2, "word": " where", "probability": 0.278564453125}, {"start": 640.2, "end": 640.26, "word": " do", "probability": 0.42529296875}, {"start": 640.26, "end": 640.42, "word": " we", "probability": 0.890625}, {"start": 640.42, "end": 640.58, "word": " start?", "probability": 0.8095703125}, {"start": 641.18, "end": 641.62, "word": " Start", "probability": 0.77392578125}, {"start": 641.62, "end": 642.48, "word": " a", "probability": 0.849609375}, {"start": 642.48, "end": 642.66, "word": " new", "probability": 0.85498046875}, {"start": 642.66, "end": 642.9, "word": " Android", "probability": 0.6943359375}, {"start": 642.9, "end": 643.38, "word": " Studio", "probability": 0.888671875}, {"start": 643.38, "end": 644.42, "word": " project.", "probability": 0.71337890625}, {"start": 645.22, "end": 645.26, "word": " This", "probability": 0.319580078125}, {"start": 645.26, "end": 645.28, "word": " screen", "probability": 0.48291015625}, {"start": 645.28, "end": 645.28, "word": " will", "probability": 0.6484375}, {"start": 645.28, "end": 645.44, "word": " open.", "probability": 0.6357421875}, {"start": 646.6, "end": 647.04, "word": " Unfortunately,", "probability": 0.552734375}, {"start": 647.18, "end": 647.18, "word": " I", "probability": 0.55712890625}, {"start": 647.18, "end": 647.46, "word": " can't", "probability": 0.616455078125}, {"start": 647.46, "end": 647.72, "word": " enlarge", "probability": 0.71240234375}, {"start": 647.72, "end": 647.86, "word": " the", "probability": 0.51708984375}, {"start": 647.86, "end": 648.08, "word": " line", "probability": 0.6123046875}, {"start": 648.08, "end": 648.32, "word": " here.", "probability": 0.6962890625}, {"start": 648.82, "end": 648.82, "word": " I", "probability": 0.5263671875}, {"start": 648.82, "end": 649.0, "word": " will", "probability": 0.59326171875}, {"start": 649.0, "end": 649.14, "word": " enlarge", "probability": 0.951416015625}, {"start": 649.14, "end": 649.32, "word": " the", "probability": 0.51806640625}, {"start": 649.32, "end": 649.46, "word": " line", "probability": 0.88427734375}, {"start": 649.46, "end": 649.76, "word": " later", "probability": 0.443603515625}, {"start": 649.76, "end": 649.9, "word": " when", "probability": 0.70947265625}, {"start": 649.9, "end": 650.0, "word": " we", "probability": 0.440673828125}, {"start": 650.0, "end": 650.32, "word": " start", "probability": 0.3134765625}, {"start": 650.32, "end": 651.48, "word": " coding.", "probability": 0.85791015625}, {"start": 652.2, "end": 652.64, "word": " Now,", "probability": 0.39453125}, {"start": 652.68, "end": 652.72, "word": " the", "probability": 0.411865234375}, {"start": 652.72, "end": 653.16, "word": " application", "probability": 0.7841796875}, {"start": 653.16, "end": 653.46, "word": " name.", "probability": 0.89501953125}, {"start": 653.86, "end": 654.18, "word": " Write", "probability": 0.67626953125}, {"start": 654.18, "end": 654.34, "word": " the", "probability": 0.81396484375}, {"start": 654.34, "end": 654.44, "word": " name", "probability": 0.69091796875}, {"start": 654.44, "end": 654.54, "word": " of", "probability": 0.951171875}, {"start": 654.54, "end": 654.58, "word": " the", "probability": 0.845703125}, {"start": 654.58, "end": 655.0, "word": " application", "probability": 0.7392578125}, {"start": 655.0, "end": 656.2, "word": " that", "probability": 0.430908203125}, {"start": 656.2, "end": 656.36, "word": " you", "probability": 0.9599609375}, {"start": 656.36, "end": 656.62, "word": " want.", "probability": 0.7421875}, {"start": 657.2, "end": 657.64, "word": " It", "probability": 0.3955078125}, {"start": 657.64, "end": 657.74, "word": " is", "probability": 0.55322265625}, {"start": 657.74, "end": 658.02, "word": " preferable", "probability": 0.687255859375}, {"start": 658.02, "end": 658.1, "word": " that", "probability": 0.52197265625}, {"start": 658.1, "end": 658.24, "word": " you", "probability": 0.91748046875}, {"start": 658.24, "end": 658.52, "word": " write", "probability": 0.81640625}, {"start": 658.52, "end": 659.34, "word": " a", "probability": 0.7861328125}, {"start": 659.34, "end": 660.82, "word": " familiar", "probability": 0.73974609375}, {"start": 660.82, "end": 660.86, "word": " name.", "probability": 0.873046875}, {"start": 661.02, "end": 661.18, "word": " Like", "probability": 0.4375}, {"start": 661.18, "end": 661.32, "word": " when", "probability": 0.7548828125}, {"start": 661.32, "end": 661.64, "word": " you", "probability": 0.650390625}, {"start": 661.64, "end": 661.64, "word": " were", "probability": 0.24658203125}, {"start": 661.64, "end": 661.86, "word": " naming", "probability": 0.51904296875}, {"start": 661.86, "end": 662.0, "word": " a", "probability": 0.5712890625}, {"start": 662.0, "end": 662.16, "word": " project", "probability": 0.66845703125}, {"start": 662.16, "end": 662.5, "word": " Java.", "probability": 0.52294921875}, {"start": 662.94, "end": 663.16, "word": " Name", "probability": 0.5556640625}, {"start": 663.16, "end": 663.34, "word": " any", "probability": 0.43701171875}, {"start": 663.34, "end": 663.52, "word": " name", "probability": 0.7880859375}, {"start": 663.52, "end": 663.64, "word": " you", "probability": 0.64404296875}, {"start": 663.64, "end": 663.72, "word": " want,", "probability": 0.798828125}, {"start": 664.0, "end": 664.12, "word": " but", "probability": 0.80859375}, {"start": 664.12, "end": 664.28, "word": " don't", "probability": 0.732421875}, {"start": 664.28, "end": 664.48, "word": " name", "probability": 0.60595703125}, {"start": 664.48, "end": 664.62, "word": " it", "probability": 0.6533203125}, {"start": 664.62, "end": 664.88, "word": " Arabic.", "probability": 0.7138671875}, {"start": 665.72, "end": 666.08, "word": " For", "probability": 0.60595703125}, {"start": 666.08, "end": 667.24, "word": " example,", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 29, "seek": 69878, "start": 671.32, "end": 698.78, "text": " First mobile app This is the first mobile app Company domain This is important What is company domain? Do you remember the days of Android Studio? When you create a project, they put it in a package", "tokens": [2386, 6013, 724, 639, 307, 264, 700, 6013, 724, 13918, 9274, 639, 307, 1021, 708, 307, 2237, 9274, 30, 1144, 291, 1604, 264, 1708, 295, 8853, 13500, 30, 1133, 291, 1884, 257, 1716, 11, 436, 829, 309, 294, 257, 7372], "avg_logprob": -0.5419207200771425, "compression_ratio": 1.463235294117647, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 671.3199999999999, "end": 671.92, "word": " First", "probability": 0.572265625}, {"start": 671.92, "end": 672.52, "word": " mobile", "probability": 0.72265625}, {"start": 672.52, "end": 673.62, "word": " app", "probability": 0.79931640625}, {"start": 673.62, "end": 676.8, "word": " This", "probability": 0.077880859375}, {"start": 676.8, "end": 685.18, "word": " is", "probability": 0.81689453125}, {"start": 685.18, "end": 685.26, "word": " the", "probability": 0.407470703125}, {"start": 685.26, "end": 685.6, "word": " first", "probability": 0.7998046875}, {"start": 685.6, "end": 686.98, "word": " mobile", "probability": 0.9404296875}, {"start": 686.98, "end": 687.68, "word": " app", "probability": 0.9208984375}, {"start": 687.68, "end": 689.88, "word": " Company", "probability": 0.472412109375}, {"start": 689.88, "end": 690.34, "word": " domain", "probability": 0.89794921875}, {"start": 690.34, "end": 691.32, "word": " This", "probability": 0.201904296875}, {"start": 691.32, "end": 691.4, "word": " is", "probability": 0.9052734375}, {"start": 691.4, "end": 691.7, "word": " important", "probability": 0.73974609375}, {"start": 691.7, "end": 692.08, "word": " What", "probability": 0.28125}, {"start": 692.08, "end": 692.14, "word": " is", "probability": 0.8544921875}, {"start": 692.14, "end": 692.5, "word": " company", "probability": 0.257568359375}, {"start": 692.5, "end": 692.86, "word": " domain?", "probability": 0.97216796875}, {"start": 693.08, "end": 693.14, "word": " Do", "probability": 0.28125}, {"start": 693.14, "end": 693.14, "word": " you", "probability": 0.966796875}, {"start": 693.14, "end": 693.66, "word": " remember", "probability": 0.744140625}, {"start": 693.66, "end": 695.78, "word": " the", "probability": 0.281005859375}, {"start": 695.78, "end": 695.9, "word": " days", "probability": 0.857421875}, {"start": 695.9, "end": 696.04, "word": " of", "probability": 0.6640625}, {"start": 696.04, "end": 696.3, "word": " Android", "probability": 0.65771484375}, {"start": 696.3, "end": 696.68, "word": " Studio?", "probability": 0.57470703125}, {"start": 696.7, "end": 696.8, "word": " When", "probability": 0.5625}, {"start": 696.8, "end": 697.12, "word": " you", "probability": 0.66259765625}, {"start": 697.12, "end": 697.26, "word": " create", "probability": 0.310546875}, {"start": 697.26, "end": 697.38, "word": " a", "probability": 0.7421875}, {"start": 697.38, "end": 697.62, "word": " project,", "probability": 0.86865234375}, {"start": 697.7, "end": 697.8, "word": " they", "probability": 0.6484375}, {"start": 697.8, "end": 698.02, "word": " put", "probability": 0.47216796875}, {"start": 698.02, "end": 698.3, "word": " it", "probability": 0.64111328125}, {"start": 698.3, "end": 698.4, "word": " in", "probability": 0.8564453125}, {"start": 698.4, "end": 698.48, "word": " a", "probability": 0.61328125}, {"start": 698.48, "end": 698.78, "word": " package", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 30, "seek": 72816, "start": 700.24, "end": 728.16, "text": " What is a package? It is a group of folders. It is organized in folders. Now, the same thing, the code of your project will be put in a package. Okay? There are folders that also have a path. Now, the important thing is that tomorrow when you upload your application to the store, the path of your package should not be repeated anywhere on the store. Because it considers that this is the path of the package, like the name of your application, which is special.", "tokens": [708, 307, 257, 7372, 30, 467, 307, 257, 1594, 295, 31082, 13, 467, 307, 9983, 294, 31082, 13, 823, 11, 264, 912, 551, 11, 264, 3089, 295, 428, 1716, 486, 312, 829, 294, 257, 7372, 13, 1033, 30, 821, 366, 31082, 300, 611, 362, 257, 3100, 13, 823, 11, 264, 1021, 551, 307, 300, 4153, 562, 291, 6580, 428, 3861, 281, 264, 3531, 11, 264, 3100, 295, 428, 7372, 820, 406, 312, 10477, 4992, 322, 264, 3531, 13, 1436, 309, 33095, 300, 341, 307, 264, 3100, 295, 264, 7372, 11, 411, 264, 1315, 295, 428, 3861, 11, 597, 307, 2121, 13], "avg_logprob": -0.41942402924977096, "compression_ratio": 1.8267716535433072, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 700.24, "end": 700.52, "word": " What", "probability": 0.28515625}, {"start": 700.52, "end": 700.52, "word": " is", "probability": 0.66455078125}, {"start": 700.52, "end": 700.62, "word": " a", "probability": 0.29150390625}, {"start": 700.62, "end": 700.8, "word": " package?", "probability": 0.9169921875}, {"start": 700.92, "end": 701.04, "word": " It", "probability": 0.57470703125}, {"start": 701.04, "end": 701.04, "word": " is", "probability": 0.552734375}, {"start": 701.04, "end": 701.1, "word": " a", "probability": 0.8466796875}, {"start": 701.1, "end": 701.32, "word": " group", "probability": 0.34033203125}, {"start": 701.32, "end": 701.48, "word": " of", "probability": 0.96875}, {"start": 701.48, "end": 701.84, "word": " folders.", "probability": 0.45703125}, {"start": 702.28, "end": 702.34, "word": " It", "probability": 0.36669921875}, {"start": 702.34, "end": 702.42, "word": " is", "probability": 0.383544921875}, {"start": 702.42, "end": 702.6, "word": " organized", "probability": 0.320556640625}, {"start": 702.6, "end": 702.82, "word": " in", "probability": 0.42626953125}, {"start": 702.82, "end": 703.22, "word": " folders.", "probability": 0.96240234375}, {"start": 705.2, "end": 705.64, "word": " Now,", "probability": 0.666015625}, {"start": 705.72, "end": 705.82, "word": " the", "probability": 0.44140625}, {"start": 705.82, "end": 705.88, "word": " same", "probability": 0.77587890625}, {"start": 705.88, "end": 706.3, "word": " thing,", "probability": 0.81591796875}, {"start": 707.1, "end": 707.26, "word": " the", "probability": 0.444580078125}, {"start": 707.26, "end": 707.5, "word": " code", "probability": 0.84912109375}, {"start": 707.5, "end": 707.7, "word": " of", "probability": 0.62255859375}, {"start": 707.7, "end": 708.24, "word": " your", "probability": 0.583984375}, {"start": 708.24, "end": 708.48, "word": " project", "probability": 0.9287109375}, {"start": 708.48, "end": 708.74, "word": " will", "probability": 0.5166015625}, {"start": 708.74, "end": 708.94, "word": " be", "probability": 0.73583984375}, {"start": 708.94, "end": 708.94, "word": " put", "probability": 0.261962890625}, {"start": 708.94, "end": 709.04, "word": " in", "probability": 0.79931640625}, {"start": 709.04, "end": 709.1, "word": " a", "probability": 0.70751953125}, {"start": 709.1, "end": 709.36, "word": " package.", "probability": 0.96728515625}, {"start": 710.3, "end": 710.52, "word": " Okay?", "probability": 0.326416015625}, {"start": 710.68, "end": 710.84, "word": " There", "probability": 0.57373046875}, {"start": 710.84, "end": 710.84, "word": " are", "probability": 0.8935546875}, {"start": 710.84, "end": 711.22, "word": " folders", "probability": 0.8095703125}, {"start": 711.22, "end": 711.44, "word": " that", "probability": 0.61572265625}, {"start": 711.44, "end": 711.52, "word": " also", "probability": 0.470947265625}, {"start": 711.52, "end": 711.68, "word": " have", "probability": 0.90576171875}, {"start": 711.68, "end": 711.82, "word": " a", "probability": 0.70263671875}, {"start": 711.82, "end": 711.92, "word": " path.", "probability": 0.57666015625}, {"start": 712.94, "end": 713.38, "word": " Now,", "probability": 0.9208984375}, {"start": 713.76, "end": 714.0, "word": " the", "probability": 0.82275390625}, {"start": 714.0, "end": 714.48, "word": " important", "probability": 0.80224609375}, {"start": 714.48, "end": 714.52, "word": " thing", "probability": 0.86279296875}, {"start": 714.52, "end": 715.02, "word": " is", "probability": 0.8271484375}, {"start": 715.02, "end": 715.24, "word": " that", "probability": 0.71826171875}, {"start": 715.24, "end": 715.5, "word": " tomorrow", "probability": 0.484375}, {"start": 715.5, "end": 715.7, "word": " when", "probability": 0.732421875}, {"start": 715.7, "end": 715.86, "word": " you", "probability": 0.95556640625}, {"start": 715.86, "end": 716.0, "word": " upload", "probability": 0.78564453125}, {"start": 716.0, "end": 716.16, "word": " your", "probability": 0.85498046875}, {"start": 716.16, "end": 716.5, "word": " application", "probability": 0.708984375}, {"start": 716.5, "end": 716.86, "word": " to", "probability": 0.595703125}, {"start": 716.86, "end": 716.98, "word": " the", "probability": 0.79443359375}, {"start": 716.98, "end": 717.26, "word": " store,", "probability": 0.80615234375}, {"start": 718.16, "end": 718.78, "word": " the", "probability": 0.65966796875}, {"start": 718.78, "end": 719.18, "word": " path", "probability": 0.92724609375}, {"start": 719.18, "end": 719.28, "word": " of", "probability": 0.94775390625}, {"start": 719.28, "end": 720.18, "word": " your", "probability": 0.74951171875}, {"start": 720.18, "end": 720.18, "word": " package", "probability": 0.97314453125}, {"start": 720.18, "end": 720.6, "word": " should", "probability": 0.6123046875}, {"start": 720.6, "end": 720.6, "word": " not", "probability": 0.92724609375}, {"start": 720.6, "end": 720.84, "word": " be", "probability": 0.70703125}, {"start": 720.84, "end": 721.3, "word": " repeated", "probability": 0.6796875}, {"start": 721.3, "end": 721.76, "word": " anywhere", "probability": 0.1748046875}, {"start": 721.76, "end": 722.96, "word": " on", "probability": 0.43115234375}, {"start": 722.96, "end": 723.08, "word": " the", "probability": 0.88916015625}, {"start": 723.08, "end": 723.32, "word": " store.", "probability": 0.85791015625}, {"start": 723.82, "end": 724.08, "word": " Because", "probability": 0.908203125}, {"start": 724.08, "end": 724.2, "word": " it", "probability": 0.6181640625}, {"start": 724.2, "end": 724.52, "word": " considers", "probability": 0.7841796875}, {"start": 724.52, "end": 724.78, "word": " that", "probability": 0.87158203125}, {"start": 724.78, "end": 725.08, "word": " this", "probability": 0.77001953125}, {"start": 725.08, "end": 725.1, "word": " is", "probability": 0.71240234375}, {"start": 725.1, "end": 725.24, "word": " the", "probability": 0.89501953125}, {"start": 725.24, "end": 725.46, "word": " path", "probability": 0.9384765625}, {"start": 725.46, "end": 725.6, "word": " of", "probability": 0.95361328125}, {"start": 725.6, "end": 725.68, "word": " the", "probability": 0.67431640625}, {"start": 725.68, "end": 726.06, "word": " package,", "probability": 0.97607421875}, {"start": 726.6, "end": 726.78, "word": " like", "probability": 0.486083984375}, {"start": 726.78, "end": 726.88, "word": " the", "probability": 0.78857421875}, {"start": 726.88, "end": 727.0, "word": " name", "probability": 0.8291015625}, {"start": 727.0, "end": 727.08, "word": " of", "probability": 0.96875}, {"start": 727.08, "end": 727.12, "word": " your", "probability": 0.822265625}, {"start": 727.12, "end": 727.52, "word": " application,", "probability": 0.865234375}, {"start": 727.78, "end": 727.9, "word": " which", "probability": 0.783203125}, {"start": 727.9, "end": 727.94, "word": " is", "probability": 0.646484375}, {"start": 727.94, "end": 728.16, "word": " special.", "probability": 0.505859375}], "temperature": 1.0}, {"id": 31, "seek": 74206, "start": 729.18, "end": 742.06, "text": "There are no apps that have the same path as the package. By the way, how do people name packages to make sure they don't repeat themselves? If the company you work for has an internet website, you can use the website for what?", "tokens": [9077, 366, 572, 7733, 300, 362, 264, 912, 3100, 382, 264, 7372, 13, 3146, 264, 636, 11, 577, 360, 561, 1315, 17401, 281, 652, 988, 436, 500, 380, 7149, 552, 790, 303, 82, 30, 759, 264, 2237, 291, 589, 337, 575, 364, 4705, 3144, 11, 291, 393, 764, 264, 3144, 337, 437, 30], "avg_logprob": -0.5584490453755414, "compression_ratio": 1.4645161290322581, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 729.18, "end": 729.62, "word": "There", "probability": 0.131103515625}, {"start": 729.62, "end": 729.7, "word": " are", "probability": 0.295654296875}, {"start": 729.7, "end": 729.84, "word": " no", "probability": 0.77392578125}, {"start": 729.84, "end": 730.12, "word": " apps", "probability": 0.37646484375}, {"start": 730.12, "end": 730.36, "word": " that", "probability": 0.45263671875}, {"start": 730.36, "end": 730.62, "word": " have", "probability": 0.346435546875}, {"start": 730.62, "end": 731.4, "word": " the", "probability": 0.62646484375}, {"start": 731.4, "end": 731.5, "word": " same", "probability": 0.86962890625}, {"start": 731.5, "end": 731.94, "word": " path", "probability": 0.1785888671875}, {"start": 731.94, "end": 732.68, "word": " as", "probability": 0.3046875}, {"start": 732.68, "end": 732.74, "word": " the", "probability": 0.441162109375}, {"start": 732.74, "end": 732.98, "word": " package.", "probability": 0.56201171875}, {"start": 733.02, "end": 733.44, "word": " By", "probability": 0.398681640625}, {"start": 733.44, "end": 733.66, "word": " the", "probability": 0.9326171875}, {"start": 733.66, "end": 733.72, "word": " way,", "probability": 0.95556640625}, {"start": 733.8, "end": 733.8, "word": " how", "probability": 0.6318359375}, {"start": 733.8, "end": 733.96, "word": " do", "probability": 0.8125}, {"start": 733.96, "end": 733.96, "word": " people", "probability": 0.81005859375}, {"start": 733.96, "end": 734.34, "word": " name", "probability": 0.537109375}, {"start": 734.34, "end": 735.0, "word": " packages", "probability": 0.49560546875}, {"start": 735.0, "end": 735.22, "word": " to", "probability": 0.509765625}, {"start": 735.22, "end": 735.5, "word": " make", "probability": 0.5615234375}, {"start": 735.5, "end": 735.62, "word": " sure", "probability": 0.91943359375}, {"start": 735.62, "end": 735.72, "word": " they", "probability": 0.433349609375}, {"start": 735.72, "end": 735.78, "word": " don't", "probability": 0.814697265625}, {"start": 735.78, "end": 736.08, "word": " repeat", "probability": 0.5283203125}, {"start": 736.08, "end": 736.36, "word": " themselves?", "probability": 0.57147216796875}, {"start": 736.68, "end": 736.86, "word": " If", "probability": 0.80029296875}, {"start": 736.86, "end": 736.98, "word": " the", "probability": 0.638671875}, {"start": 736.98, "end": 737.2, "word": " company", "probability": 0.89990234375}, {"start": 737.2, "end": 737.36, "word": " you", "probability": 0.72607421875}, {"start": 737.36, "end": 737.68, "word": " work", "probability": 0.75732421875}, {"start": 737.68, "end": 737.96, "word": " for", "probability": 0.6474609375}, {"start": 737.96, "end": 738.34, "word": " has", "probability": 0.88525390625}, {"start": 738.34, "end": 739.46, "word": " an", "probability": 0.7978515625}, {"start": 739.46, "end": 739.68, "word": " internet", "probability": 0.68603515625}, {"start": 739.68, "end": 739.78, "word": " website,", "probability": 0.51025390625}, {"start": 740.0, "end": 740.1, "word": " you", "probability": 0.384033203125}, {"start": 740.1, "end": 740.28, "word": " can", "probability": 0.64697265625}, {"start": 740.28, "end": 740.66, "word": " use", "probability": 0.86474609375}, {"start": 740.66, "end": 740.78, "word": " the", "probability": 0.54541015625}, {"start": 740.78, "end": 741.24, "word": " website", "probability": 0.455078125}, {"start": 741.24, "end": 741.64, "word": " for", "probability": 0.3427734375}, {"start": 741.64, "end": 742.06, "word": " what?", "probability": 0.85498046875}], "temperature": 1.0}, {"id": 32, "seek": 76124, "start": 742.82, "end": 761.24, "text": " For example, you are running an android project for a telecommunication company. What is your website? It is peltil.ps. You write to the company domain ps.peltil.ps", "tokens": [1171, 1365, 11, 291, 366, 2614, 364, 36157, 1716, 337, 257, 4304, 25451, 8758, 2237, 13, 708, 307, 428, 3144, 30, 467, 307, 6178, 20007, 13, 1878, 13, 509, 2464, 281, 264, 2237, 9274, 18815, 13, 20071, 20007, 13, 1878], "avg_logprob": -0.7069359756097561, "compression_ratio": 1.2992125984251968, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 742.82, "end": 743.38, "word": " For", "probability": 0.1702880859375}, {"start": 743.38, "end": 744.28, "word": " example,", "probability": 0.8720703125}, {"start": 744.92, "end": 745.26, "word": " you", "probability": 0.47119140625}, {"start": 745.26, "end": 745.4, "word": " are", "probability": 0.1470947265625}, {"start": 745.4, "end": 745.6, "word": " running", "probability": 0.6611328125}, {"start": 745.6, "end": 746.88, "word": " an", "probability": 0.5302734375}, {"start": 746.88, "end": 747.18, "word": " android", "probability": 0.4931640625}, {"start": 747.18, "end": 747.26, "word": " project", "probability": 0.72119140625}, {"start": 747.26, "end": 747.58, "word": " for", "probability": 0.876953125}, {"start": 747.58, "end": 747.98, "word": " a", "probability": 0.849609375}, {"start": 747.98, "end": 748.34, "word": " telecommunication", "probability": 0.53662109375}, {"start": 748.34, "end": 748.6, "word": " company.", "probability": 0.779296875}, {"start": 748.92, "end": 749.18, "word": " What", "probability": 0.634765625}, {"start": 749.18, "end": 749.22, "word": " is", "probability": 0.66259765625}, {"start": 749.22, "end": 749.54, "word": " your", "probability": 0.353515625}, {"start": 749.54, "end": 749.54, "word": " website?", "probability": 0.6171875}, {"start": 750.72, "end": 751.44, "word": " It", "probability": 0.10614013671875}, {"start": 751.44, "end": 751.44, "word": " is", "probability": 0.650390625}, {"start": 751.44, "end": 752.38, "word": " peltil", "probability": 0.448272705078125}, {"start": 752.38, "end": 754.28, "word": ".ps.", "probability": 0.9638671875}, {"start": 754.82, "end": 755.54, "word": " You", "probability": 0.31396484375}, {"start": 755.54, "end": 755.86, "word": " write", "probability": 0.31640625}, {"start": 755.86, "end": 756.02, "word": " to", "probability": 0.286376953125}, {"start": 756.02, "end": 756.1, "word": " the", "probability": 0.5068359375}, {"start": 756.1, "end": 756.36, "word": " company", "probability": 0.876953125}, {"start": 756.36, "end": 756.76, "word": " domain", "probability": 0.85595703125}, {"start": 756.76, "end": 757.34, "word": " ps", "probability": 0.2724609375}, {"start": 757.34, "end": 759.18, "word": ".peltil", "probability": 0.7498372395833334}, {"start": 759.18, "end": 761.24, "word": ".ps", "probability": 0.65185546875}], "temperature": 1.0}, {"id": 33, "seek": 79220, "start": 763.38, "end": 792.2, "text": " Now, what will it do? It will create a package called ps and inside it, what? paltel and inside the paltel file, it will put the files of your .java That's how it organizes For example, I wrote the name of the package ps paltel It will create a file called ps and inside it, a file called what? paltel and then it will put the files of your java, the .java that you write the code in Put as long as you want, okay?", "tokens": [823, 11, 437, 486, 309, 360, 30, 467, 486, 1884, 257, 7372, 1219, 18815, 293, 1854, 309, 11, 437, 30, 280, 3198, 338, 293, 1854, 264, 280, 3198, 338, 3991, 11, 309, 486, 829, 264, 7098, 295, 428, 2411, 73, 4061, 663, 311, 577, 309, 4645, 279, 1171, 1365, 11, 286, 4114, 264, 1315, 295, 264, 7372, 18815, 280, 3198, 338, 467, 486, 1884, 257, 3991, 1219, 18815, 293, 1854, 309, 11, 257, 3991, 1219, 437, 30, 280, 3198, 338, 293, 550, 309, 486, 829, 264, 7098, 295, 428, 361, 4061, 11, 264, 2411, 73, 4061, 300, 291, 2464, 264, 3089, 294, 4935, 382, 938, 382, 291, 528, 11, 1392, 30], "avg_logprob": -0.49720982781478335, "compression_ratio": 2.004830917874396, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 763.38, "end": 763.82, "word": " Now,", "probability": 0.619140625}, {"start": 763.9, "end": 764.06, "word": " what", "probability": 0.619140625}, {"start": 764.06, "end": 764.16, "word": " will", "probability": 0.2034912109375}, {"start": 764.16, "end": 764.28, "word": " it", "probability": 0.399658203125}, {"start": 764.28, "end": 764.5, "word": " do?", "probability": 0.94384765625}, {"start": 764.84, "end": 764.94, "word": " It", "probability": 0.81591796875}, {"start": 764.94, "end": 764.96, "word": " will", "probability": 0.86572265625}, {"start": 764.96, "end": 765.14, "word": " create", "probability": 0.409423828125}, {"start": 765.14, "end": 765.26, "word": " a", "probability": 0.8876953125}, {"start": 765.26, "end": 765.5, "word": " package", "probability": 0.923828125}, {"start": 765.5, "end": 765.84, "word": " called", "probability": 0.345458984375}, {"start": 765.84, "end": 766.6, "word": " ps", "probability": 0.2783203125}, {"start": 766.6, "end": 766.98, "word": " and", "probability": 0.380859375}, {"start": 766.98, "end": 767.16, "word": " inside", "probability": 0.775390625}, {"start": 767.16, "end": 767.5, "word": " it,", "probability": 0.4912109375}, {"start": 767.72, "end": 767.72, "word": " what?", "probability": 0.399169921875}, {"start": 768.72, "end": 769.16, "word": " paltel", "probability": 0.5251261393229166}, {"start": 769.16, "end": 769.32, "word": " and", "probability": 0.50146484375}, {"start": 769.32, "end": 769.52, "word": " inside", "probability": 0.841796875}, {"start": 769.52, "end": 769.7, "word": " the", "probability": 0.6630859375}, {"start": 769.7, "end": 770.36, "word": " paltel", "probability": 0.8271484375}, {"start": 770.36, "end": 770.36, "word": " file,", "probability": 0.486572265625}, {"start": 770.44, "end": 770.48, "word": " it", "probability": 0.5732421875}, {"start": 770.48, "end": 770.5, "word": " will", "probability": 0.7783203125}, {"start": 770.5, "end": 770.68, "word": " put", "probability": 0.63037109375}, {"start": 770.68, "end": 771.16, "word": " the", "probability": 0.40625}, {"start": 771.16, "end": 771.4, "word": " files", "probability": 0.54150390625}, {"start": 771.4, "end": 771.66, "word": " of", "probability": 0.74169921875}, {"start": 771.66, "end": 771.72, "word": " your", "probability": 0.283935546875}, {"start": 771.72, "end": 772.2, "word": " .java", "probability": 0.7359212239583334}, {"start": 772.2, "end": 773.96, "word": " That's", "probability": 0.3919677734375}, {"start": 773.96, "end": 774.06, "word": " how", "probability": 0.8935546875}, {"start": 774.06, "end": 774.18, "word": " it", "probability": 0.759765625}, {"start": 774.18, "end": 774.42, "word": " organizes", "probability": 0.554351806640625}, {"start": 774.42, "end": 774.94, "word": " For", "probability": 0.309326171875}, {"start": 774.94, "end": 775.16, "word": " example,", "probability": 0.92333984375}, {"start": 775.26, "end": 775.44, "word": " I", "probability": 0.93359375}, {"start": 775.44, "end": 775.7, "word": " wrote", "probability": 0.7275390625}, {"start": 775.7, "end": 775.92, "word": " the", "probability": 0.78466796875}, {"start": 775.92, "end": 776.08, "word": " name", "probability": 0.64208984375}, {"start": 776.08, "end": 776.2, "word": " of", "probability": 0.96435546875}, {"start": 776.2, "end": 776.28, "word": " the", "probability": 0.85791015625}, {"start": 776.28, "end": 776.62, "word": " package", "probability": 0.97119140625}, {"start": 776.62, "end": 777.58, "word": " ps", "probability": 0.371826171875}, {"start": 777.58, "end": 781.0, "word": " paltel", "probability": 0.7577311197916666}, {"start": 781.0, "end": 781.28, "word": " It", "probability": 0.5673828125}, {"start": 781.28, "end": 781.32, "word": " will", "probability": 0.841796875}, {"start": 781.32, "end": 781.7, "word": " create", "probability": 0.70068359375}, {"start": 781.7, "end": 781.84, "word": " a", "probability": 0.96142578125}, {"start": 781.84, "end": 782.1, "word": " file", "probability": 0.435791015625}, {"start": 782.1, "end": 782.4, "word": " called", "probability": 0.6005859375}, {"start": 782.4, "end": 782.7, "word": " ps", "probability": 0.8701171875}, {"start": 782.7, "end": 783.12, "word": " and", "probability": 0.77978515625}, {"start": 783.12, "end": 783.38, "word": " inside", "probability": 0.85400390625}, {"start": 783.38, "end": 783.52, "word": " it,", "probability": 0.84130859375}, {"start": 783.54, "end": 783.56, "word": " a", "probability": 0.73486328125}, {"start": 783.56, "end": 783.8, "word": " file", "probability": 0.85791015625}, {"start": 783.8, "end": 784.16, "word": " called", "probability": 0.8388671875}, {"start": 784.16, "end": 784.46, "word": " what?", "probability": 0.427001953125}, {"start": 785.06, "end": 785.5, "word": " paltel", "probability": 0.841796875}, {"start": 785.5, "end": 785.8, "word": " and", "probability": 0.7568359375}, {"start": 785.8, "end": 786.08, "word": " then", "probability": 0.70068359375}, {"start": 786.08, "end": 786.18, "word": " it", "probability": 0.497802734375}, {"start": 786.18, "end": 786.18, "word": " will", "probability": 0.7548828125}, {"start": 786.18, "end": 786.32, "word": " put", "probability": 0.74853515625}, {"start": 786.32, "end": 786.42, "word": " the", "probability": 0.6630859375}, {"start": 786.42, "end": 786.72, "word": " files", "probability": 0.54833984375}, {"start": 786.72, "end": 786.82, "word": " of", "probability": 0.9609375}, {"start": 786.82, "end": 786.92, "word": " your", "probability": 0.697265625}, {"start": 786.92, "end": 787.42, "word": " java,", "probability": 0.7113037109375}, {"start": 787.5, "end": 787.64, "word": " the", "probability": 0.471923828125}, {"start": 787.64, "end": 788.12, "word": " .java", "probability": 0.8826497395833334}, {"start": 788.12, "end": 788.6, "word": " that", "probability": 0.1514892578125}, {"start": 788.6, "end": 788.82, "word": " you", "probability": 0.89111328125}, {"start": 788.82, "end": 789.08, "word": " write", "probability": 0.6279296875}, {"start": 789.08, "end": 789.22, "word": " the", "probability": 0.6982421875}, {"start": 789.22, "end": 789.42, "word": " code", "probability": 0.93603515625}, {"start": 789.42, "end": 789.58, "word": " in", "probability": 0.52294921875}, {"start": 789.58, "end": 790.62, "word": " Put", "probability": 0.320556640625}, {"start": 790.62, "end": 790.82, "word": " as", "probability": 0.5009765625}, {"start": 790.82, "end": 790.9, "word": " long", "probability": 0.4130859375}, {"start": 790.9, "end": 790.9, "word": " as", "probability": 0.94384765625}, {"start": 790.9, "end": 791.06, "word": " you", "probability": 0.9619140625}, {"start": 791.06, "end": 791.28, "word": " want,", "probability": 0.77587890625}, {"start": 791.98, "end": 792.2, "word": " okay?", "probability": 0.480224609375}], "temperature": 1.0}, {"id": 34, "seek": 81943, "start": 794.41, "end": 819.43, "text": " .pathel.gazza And don't say that it's a company that doesn't exist Put anything Ali, Abbas, Omar Ok? Put the names that you want When you create an application, it will automatically give you a default name Leave it default and change it later when you upload the application Ok? This is not a big deal For example, let's say", "tokens": [2411, 31852, 338, 13, 70, 921, 2394, 400, 500, 380, 584, 300, 309, 311, 257, 2237, 300, 1177, 380, 2514, 4935, 1340, 12020, 11, 2847, 16342, 11, 33784, 3477, 30, 4935, 264, 5288, 300, 291, 528, 1133, 291, 1884, 364, 3861, 11, 309, 486, 6772, 976, 291, 257, 7576, 1315, 9825, 309, 7576, 293, 1319, 309, 1780, 562, 291, 6580, 264, 3861, 3477, 30, 639, 307, 406, 257, 955, 2028, 1171, 1365, 11, 718, 311, 584], "avg_logprob": -0.6347402504512242, "compression_ratio": 1.5162790697674418, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 794.41, "end": 794.99, "word": " .pathel", "probability": 0.4513346354166667}, {"start": 794.99, "end": 795.57, "word": ".gazza", "probability": 0.721923828125}, {"start": 795.57, "end": 796.43, "word": " And", "probability": 0.342041015625}, {"start": 796.43, "end": 796.57, "word": " don't", "probability": 0.58465576171875}, {"start": 796.57, "end": 796.71, "word": " say", "probability": 0.362060546875}, {"start": 796.71, "end": 797.31, "word": " that", "probability": 0.312255859375}, {"start": 797.31, "end": 797.31, "word": " it's", "probability": 0.35284423828125}, {"start": 797.31, "end": 797.71, "word": " a", "probability": 0.474853515625}, {"start": 797.71, "end": 797.93, "word": " company", "probability": 0.6005859375}, {"start": 797.93, "end": 798.09, "word": " that", "probability": 0.5732421875}, {"start": 798.09, "end": 798.17, "word": " doesn't", "probability": 0.767333984375}, {"start": 798.17, "end": 798.57, "word": " exist", "probability": 0.39697265625}, {"start": 798.57, "end": 799.91, "word": " Put", "probability": 0.216064453125}, {"start": 799.91, "end": 800.41, "word": " anything", "probability": 0.59423828125}, {"start": 800.41, "end": 801.41, "word": " Ali,", "probability": 0.490478515625}, {"start": 801.85, "end": 802.53, "word": " Abbas,", "probability": 0.878662109375}, {"start": 802.87, "end": 803.19, "word": " Omar", "probability": 0.8505859375}, {"start": 803.19, "end": 804.99, "word": " Ok?", "probability": 0.1871337890625}, {"start": 805.25, "end": 805.55, "word": " Put", "probability": 0.6396484375}, {"start": 805.55, "end": 805.73, "word": " the", "probability": 0.474853515625}, {"start": 805.73, "end": 805.91, "word": " names", "probability": 0.51220703125}, {"start": 805.91, "end": 806.07, "word": " that", "probability": 0.34033203125}, {"start": 806.07, "end": 806.17, "word": " you", "probability": 0.94873046875}, {"start": 806.17, "end": 806.39, "word": " want", "probability": 0.67333984375}, {"start": 806.39, "end": 807.17, "word": " When", "probability": 0.2265625}, {"start": 807.17, "end": 807.97, "word": " you", "probability": 0.94921875}, {"start": 807.97, "end": 808.45, "word": " create", "probability": 0.216796875}, {"start": 808.45, "end": 808.67, "word": " an", "probability": 0.736328125}, {"start": 808.67, "end": 808.91, "word": " application,", "probability": 0.61083984375}, {"start": 809.05, "end": 809.13, "word": " it", "probability": 0.467529296875}, {"start": 809.13, "end": 809.13, "word": " will", "probability": 0.70751953125}, {"start": 809.13, "end": 809.33, "word": " automatically", "probability": 0.1895751953125}, {"start": 809.33, "end": 809.67, "word": " give", "probability": 0.222900390625}, {"start": 809.67, "end": 809.77, "word": " you", "probability": 0.8876953125}, {"start": 809.77, "end": 810.55, "word": " a", "probability": 0.3564453125}, {"start": 810.55, "end": 811.01, "word": " default", "probability": 0.426513671875}, {"start": 811.01, "end": 811.01, "word": " name", "probability": 0.60986328125}, {"start": 811.01, "end": 811.77, "word": " Leave", "probability": 0.09051513671875}, {"start": 811.77, "end": 811.91, "word": " it", "probability": 0.79833984375}, {"start": 811.91, "end": 812.23, "word": " default", "probability": 0.60546875}, {"start": 812.23, "end": 812.35, "word": " and", "probability": 0.493896484375}, {"start": 812.35, "end": 812.63, "word": " change", "probability": 0.425537109375}, {"start": 812.63, "end": 812.75, "word": " it", "probability": 0.83447265625}, {"start": 812.75, "end": 813.01, "word": " later", "probability": 0.556640625}, {"start": 813.01, "end": 813.11, "word": " when", "probability": 0.79345703125}, {"start": 813.11, "end": 813.21, "word": " you", "probability": 0.859375}, {"start": 813.21, "end": 813.55, "word": " upload", "probability": 0.14697265625}, {"start": 813.55, "end": 813.71, "word": " the", "probability": 0.55908203125}, {"start": 813.71, "end": 814.01, "word": " application", "probability": 0.7763671875}, {"start": 814.01, "end": 815.67, "word": " Ok?", "probability": 0.7216796875}, {"start": 816.31, "end": 816.77, "word": " This", "probability": 0.322265625}, {"start": 816.77, "end": 816.83, "word": " is", "probability": 0.603515625}, {"start": 816.83, "end": 816.95, "word": " not", "probability": 0.9013671875}, {"start": 816.95, "end": 816.97, "word": " a", "probability": 0.89794921875}, {"start": 816.97, "end": 816.97, "word": " big", "probability": 0.7783203125}, {"start": 816.97, "end": 817.47, "word": " deal", "probability": 0.446533203125}, {"start": 817.47, "end": 818.09, "word": " For", "probability": 0.34716796875}, {"start": 818.09, "end": 818.85, "word": " example,", "probability": 0.935546875}, {"start": 818.95, "end": 819.19, "word": " let's", "probability": 0.93115234375}, {"start": 819.19, "end": 819.43, "word": " say", "probability": 0.943359375}], "temperature": 1.0}, {"id": 35, "seek": 84974, "start": 822.3, "end": 849.74, "text": " ps.edio.iogaza.fit But don't take too long, so that you don't get folders Okay Project location Where is your project located? You want to know, because tomorrow you will need to copy from each other So you know where the project is located Okay, down here Do you see the name I wrote here? What did I write? I wrote package.namu", "tokens": [18815, 13, 292, 1004, 13, 72, 664, 12257, 13, 6845, 583, 500, 380, 747, 886, 938, 11, 370, 300, 291, 500, 380, 483, 31082, 1033, 9849, 4914, 2305, 307, 428, 1716, 6870, 30, 509, 528, 281, 458, 11, 570, 4153, 291, 486, 643, 281, 5055, 490, 1184, 661, 407, 291, 458, 689, 264, 1716, 307, 6870, 1033, 11, 760, 510, 1144, 291, 536, 264, 1315, 286, 4114, 510, 30, 708, 630, 286, 2464, 30, 286, 4114, 7372, 13, 5378, 84], "avg_logprob": -0.6045524573620454, "compression_ratio": 1.5789473684210527, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 822.2999999999998, "end": 822.7399999999999, "word": " ps", "probability": 0.2919921875}, {"start": 822.7399999999999, "end": 823.18, "word": ".edio", "probability": 0.67578125}, {"start": 823.18, "end": 823.96, "word": ".iogaza", "probability": 0.7564697265625}, {"start": 823.96, "end": 826.66, "word": ".fit", "probability": 0.82177734375}, {"start": 826.66, "end": 828.86, "word": " But", "probability": 0.317626953125}, {"start": 828.86, "end": 828.92, "word": " don't", "probability": 0.653076171875}, {"start": 828.92, "end": 829.14, "word": " take", "probability": 0.47705078125}, {"start": 829.14, "end": 829.36, "word": " too", "probability": 0.56787109375}, {"start": 829.36, "end": 829.54, "word": " long,", "probability": 0.6513671875}, {"start": 829.56, "end": 829.74, "word": " so", "probability": 0.263427734375}, {"start": 829.74, "end": 829.82, "word": " that", "probability": 0.380126953125}, {"start": 829.82, "end": 829.82, "word": " you", "probability": 0.482177734375}, {"start": 829.82, "end": 829.82, "word": " don't", "probability": 0.837646484375}, {"start": 829.82, "end": 830.02, "word": " get", "probability": 0.42626953125}, {"start": 830.02, "end": 830.56, "word": " folders", "probability": 0.033355712890625}, {"start": 830.56, "end": 832.82, "word": " Okay", "probability": 0.2205810546875}, {"start": 832.82, "end": 833.98, "word": " Project", "probability": 0.5673828125}, {"start": 833.98, "end": 834.52, "word": " location", "probability": 0.7353515625}, {"start": 834.52, "end": 836.16, "word": " Where", "probability": 0.6083984375}, {"start": 836.16, "end": 836.28, "word": " is", "probability": 0.390625}, {"start": 836.28, "end": 837.38, "word": " your", "probability": 0.64404296875}, {"start": 837.38, "end": 837.72, "word": " project", "probability": 0.82568359375}, {"start": 837.72, "end": 838.24, "word": " located?", "probability": 0.335693359375}, {"start": 838.58, "end": 838.88, "word": " You", "probability": 0.3115234375}, {"start": 838.88, "end": 839.08, "word": " want", "probability": 0.290771484375}, {"start": 839.08, "end": 839.2, "word": " to", "probability": 0.92822265625}, {"start": 839.2, "end": 839.54, "word": " know,", "probability": 0.57421875}, {"start": 839.64, "end": 839.78, "word": " because", "probability": 0.6748046875}, {"start": 839.78, "end": 839.96, "word": " tomorrow", "probability": 0.66259765625}, {"start": 839.96, "end": 840.1, "word": " you", "probability": 0.931640625}, {"start": 840.1, "end": 840.12, "word": " will", "probability": 0.412353515625}, {"start": 840.12, "end": 840.34, "word": " need", "probability": 0.51025390625}, {"start": 840.34, "end": 840.46, "word": " to", "probability": 0.93505859375}, {"start": 840.46, "end": 840.66, "word": " copy", "probability": 0.71728515625}, {"start": 840.66, "end": 840.82, "word": " from", "probability": 0.2105712890625}, {"start": 840.82, "end": 841.14, "word": " each", "probability": 0.85107421875}, {"start": 841.14, "end": 841.14, "word": " other", "probability": 0.8740234375}, {"start": 841.14, "end": 842.3, "word": " So", "probability": 0.344482421875}, {"start": 842.3, "end": 842.7, "word": " you", "probability": 0.71533203125}, {"start": 842.7, "end": 842.84, "word": " know", "probability": 0.7109375}, {"start": 842.84, "end": 843.06, "word": " where", "probability": 0.90625}, {"start": 843.06, "end": 843.2, "word": " the", "probability": 0.3994140625}, {"start": 843.2, "end": 843.42, "word": " project", "probability": 0.5576171875}, {"start": 843.42, "end": 843.56, "word": " is", "probability": 0.8056640625}, {"start": 843.56, "end": 843.98, "word": " located", "probability": 0.60498046875}, {"start": 843.98, "end": 844.7, "word": " Okay,", "probability": 0.56298828125}, {"start": 844.8, "end": 845.02, "word": " down", "probability": 0.485595703125}, {"start": 845.02, "end": 845.34, "word": " here", "probability": 0.828125}, {"start": 845.34, "end": 845.96, "word": " Do", "probability": 0.2176513671875}, {"start": 845.96, "end": 846.06, "word": " you", "probability": 0.9697265625}, {"start": 846.06, "end": 846.3, "word": " see", "probability": 0.85888671875}, {"start": 846.3, "end": 846.8, "word": " the", "probability": 0.3291015625}, {"start": 846.8, "end": 847.1, "word": " name", "probability": 0.810546875}, {"start": 847.1, "end": 847.22, "word": " I", "probability": 0.54931640625}, {"start": 847.22, "end": 847.5, "word": " wrote", "probability": 0.81591796875}, {"start": 847.5, "end": 847.86, "word": " here?", "probability": 0.65185546875}, {"start": 847.96, "end": 848.3, "word": " What", "probability": 0.403564453125}, {"start": 848.3, "end": 848.3, "word": " did", "probability": 0.8203125}, {"start": 848.3, "end": 848.56, "word": " I", "probability": 0.3642578125}, {"start": 848.56, "end": 848.56, "word": " write?", "probability": 0.86767578125}, {"start": 848.72, "end": 848.74, "word": " I", "probability": 0.48291015625}, {"start": 848.74, "end": 848.86, "word": " wrote", "probability": 0.642578125}, {"start": 848.86, "end": 849.4, "word": " package", "probability": 0.7265625}, {"start": 849.4, "end": 849.74, "word": ".namu", "probability": 0.5247395833333334}], "temperature": 1.0}, {"id": 36, "seek": 87359, "start": 853.49, "end": 873.59, "text": " The last two options, include C++ support and include Kotlin support. By default, even now, Java is still supported. And I will give you an opportunity to learn Kotlin if you want to work with it. Kotlin libraries will download it for you. I will add it for you.", "tokens": [440, 1036, 732, 3956, 11, 4090, 383, 25472, 1406, 293, 4090, 30123, 5045, 1406, 13, 3146, 7576, 11, 754, 586, 11, 10745, 307, 920, 8104, 13, 400, 286, 486, 976, 291, 364, 2650, 281, 1466, 30123, 5045, 498, 291, 528, 281, 589, 365, 309, 13, 30123, 5045, 15148, 486, 5484, 309, 337, 291, 13, 286, 486, 909, 309, 337, 291, 13], "avg_logprob": -0.538810464643663, "compression_ratio": 1.5748502994011977, "no_speech_prob": 0.0, "words": [{"start": 853.49, "end": 854.09, "word": " The", "probability": 0.050750732421875}, {"start": 854.09, "end": 854.69, "word": " last", "probability": 0.28564453125}, {"start": 854.69, "end": 856.47, "word": " two", "probability": 0.552734375}, {"start": 856.47, "end": 857.35, "word": " options,", "probability": 0.7587890625}, {"start": 857.51, "end": 857.91, "word": " include", "probability": 0.4091796875}, {"start": 857.91, "end": 858.57, "word": " C++", "probability": 0.85009765625}, {"start": 858.57, "end": 859.25, "word": " support", "probability": 0.74169921875}, {"start": 859.25, "end": 859.41, "word": " and", "probability": 0.54833984375}, {"start": 859.41, "end": 859.77, "word": " include", "probability": 0.72021484375}, {"start": 859.77, "end": 860.15, "word": " Kotlin", "probability": 0.91357421875}, {"start": 860.15, "end": 862.07, "word": " support.", "probability": 0.92724609375}, {"start": 862.15, "end": 862.73, "word": " By", "probability": 0.654296875}, {"start": 862.73, "end": 863.05, "word": " default,", "probability": 0.98828125}, {"start": 863.39, "end": 863.39, "word": " even", "probability": 0.12548828125}, {"start": 863.39, "end": 863.79, "word": " now,", "probability": 0.85791015625}, {"start": 864.25, "end": 864.75, "word": " Java", "probability": 0.7919921875}, {"start": 864.75, "end": 864.83, "word": " is", "probability": 0.84228515625}, {"start": 864.83, "end": 864.83, "word": " still", "probability": 0.81005859375}, {"start": 864.83, "end": 865.13, "word": " supported.", "probability": 0.8291015625}, {"start": 865.97, "end": 866.03, "word": " And", "probability": 0.32373046875}, {"start": 866.03, "end": 866.13, "word": " I", "probability": 0.62890625}, {"start": 866.13, "end": 866.15, "word": " will", "probability": 0.252685546875}, {"start": 866.15, "end": 866.27, "word": " give", "probability": 0.8408203125}, {"start": 866.27, "end": 866.37, "word": " you", "probability": 0.96044921875}, {"start": 866.37, "end": 866.63, "word": " an", "probability": 0.2880859375}, {"start": 866.63, "end": 866.63, "word": " opportunity", "probability": 0.60107421875}, {"start": 866.63, "end": 866.77, "word": " to", "probability": 0.5400390625}, {"start": 866.77, "end": 867.03, "word": " learn", "probability": 0.272216796875}, {"start": 867.03, "end": 867.03, "word": " Kotlin", "probability": 0.830810546875}, {"start": 867.03, "end": 867.03, "word": " if", "probability": 0.33349609375}, {"start": 867.03, "end": 867.35, "word": " you", "probability": 0.966796875}, {"start": 867.35, "end": 867.53, "word": " want", "probability": 0.76123046875}, {"start": 867.53, "end": 867.59, "word": " to", "probability": 0.94384765625}, {"start": 867.59, "end": 867.75, "word": " work", "probability": 0.46630859375}, {"start": 867.75, "end": 869.49, "word": " with", "probability": 0.36865234375}, {"start": 869.49, "end": 869.75, "word": " it.", "probability": 0.53759765625}, {"start": 870.77, "end": 871.37, "word": " Kotlin", "probability": 0.6326904296875}, {"start": 871.37, "end": 871.37, "word": " libraries", "probability": 0.81689453125}, {"start": 871.37, "end": 872.07, "word": " will", "probability": 0.501953125}, {"start": 872.07, "end": 872.21, "word": " download", "probability": 0.533203125}, {"start": 872.21, "end": 872.57, "word": " it", "probability": 0.595703125}, {"start": 872.57, "end": 872.57, "word": " for", "probability": 0.7490234375}, {"start": 872.57, "end": 872.57, "word": " you.", "probability": 0.94970703125}, {"start": 872.89, "end": 873.13, "word": " I", "probability": 0.80419921875}, {"start": 873.13, "end": 873.21, "word": " will", "probability": 0.77490234375}, {"start": 873.21, "end": 873.33, "word": " add", "probability": 0.79833984375}, {"start": 873.33, "end": 873.59, "word": " it", "probability": 0.80908203125}, {"start": 873.59, "end": 873.59, "word": " for", "probability": 0.2900390625}, {"start": 873.59, "end": 873.59, "word": " you.", "probability": 0.966796875}], "temperature": 1.0}, {"id": 37, "seek": 89817, "start": 876.05, "end": 898.17, "text": "Sometimes, programmers can use Java code to write C++, especially when dealing with hardware and routers and things like that. Basically, C for hardware is better, faster. Okay? So you can also write C through Java. But if they don't need it, don't learn it. Not everything is correct.", "tokens": [50, 45890, 11, 41504, 393, 764, 10745, 3089, 281, 2464, 383, 25472, 11, 2318, 562, 6260, 365, 8837, 293, 4020, 433, 293, 721, 411, 300, 13, 8537, 11, 383, 337, 8837, 307, 1101, 11, 4663, 13, 1033, 30, 407, 291, 393, 611, 2464, 383, 807, 10745, 13, 583, 498, 436, 500, 380, 643, 309, 11, 500, 380, 1466, 309, 13, 1726, 1203, 307, 3006, 13], "avg_logprob": -0.43276515873995697, "compression_ratio": 1.4540816326530612, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 876.05, "end": 876.63, "word": "Sometimes,", "probability": 0.7666015625}, {"start": 877.55, "end": 878.05, "word": " programmers", "probability": 0.5234375}, {"start": 878.05, "end": 881.31, "word": " can", "probability": 0.60546875}, {"start": 881.31, "end": 881.79, "word": " use", "probability": 0.225830078125}, {"start": 881.79, "end": 882.47, "word": " Java", "probability": 0.61083984375}, {"start": 882.47, "end": 882.47, "word": " code", "probability": 0.75341796875}, {"start": 882.47, "end": 882.61, "word": " to", "probability": 0.798828125}, {"start": 882.61, "end": 882.73, "word": " write", "probability": 0.7529296875}, {"start": 882.73, "end": 883.31, "word": " C++,", "probability": 0.88525390625}, {"start": 883.55, "end": 883.83, "word": " especially", "probability": 0.662109375}, {"start": 883.83, "end": 884.03, "word": " when", "probability": 0.5400390625}, {"start": 884.03, "end": 884.87, "word": " dealing", "probability": 0.486083984375}, {"start": 884.87, "end": 885.13, "word": " with", "probability": 0.87060546875}, {"start": 885.13, "end": 885.61, "word": " hardware", "probability": 0.73046875}, {"start": 885.61, "end": 886.33, "word": " and", "probability": 0.437744140625}, {"start": 886.33, "end": 886.81, "word": " routers", "probability": 0.970703125}, {"start": 886.81, "end": 886.83, "word": " and", "probability": 0.19677734375}, {"start": 886.83, "end": 887.05, "word": " things", "probability": 0.351318359375}, {"start": 887.05, "end": 887.21, "word": " like", "probability": 0.85546875}, {"start": 887.21, "end": 887.51, "word": " that.", "probability": 0.884765625}, {"start": 887.87, "end": 888.05, "word": " Basically,", "probability": 0.138916015625}, {"start": 888.27, "end": 888.41, "word": " C", "probability": 0.76220703125}, {"start": 888.41, "end": 888.49, "word": " for", "probability": 0.24169921875}, {"start": 888.49, "end": 888.99, "word": " hardware", "probability": 0.75830078125}, {"start": 888.99, "end": 889.09, "word": " is", "probability": 0.87451171875}, {"start": 889.09, "end": 889.31, "word": " better,", "probability": 0.57177734375}, {"start": 889.61, "end": 889.93, "word": " faster.", "probability": 0.8505859375}, {"start": 890.65, "end": 890.75, "word": " Okay?", "probability": 0.29931640625}, {"start": 891.05, "end": 891.23, "word": " So", "probability": 0.7421875}, {"start": 891.23, "end": 891.35, "word": " you", "probability": 0.6064453125}, {"start": 891.35, "end": 891.51, "word": " can", "probability": 0.9267578125}, {"start": 891.51, "end": 891.71, "word": " also", "probability": 0.7177734375}, {"start": 891.71, "end": 891.95, "word": " write", "probability": 0.85888671875}, {"start": 891.95, "end": 892.23, "word": " C", "probability": 0.97216796875}, {"start": 892.23, "end": 892.55, "word": " through", "probability": 0.6826171875}, {"start": 892.55, "end": 893.37, "word": " Java.", "probability": 0.88427734375}, {"start": 894.05, "end": 894.37, "word": " But", "probability": 0.88818359375}, {"start": 894.37, "end": 894.53, "word": " if", "probability": 0.921875}, {"start": 894.53, "end": 894.67, "word": " they", "probability": 0.60302734375}, {"start": 894.67, "end": 894.73, "word": " don't", "probability": 0.870849609375}, {"start": 894.73, "end": 895.11, "word": " need", "probability": 0.92431640625}, {"start": 895.11, "end": 895.35, "word": " it,", "probability": 0.7763671875}, {"start": 895.77, "end": 896.17, "word": " don't", "probability": 0.80517578125}, {"start": 896.17, "end": 896.47, "word": " learn", "probability": 0.9365234375}, {"start": 896.47, "end": 896.77, "word": " it.", "probability": 0.521484375}, {"start": 897.17, "end": 897.37, "word": " Not", "probability": 0.85595703125}, {"start": 897.37, "end": 897.63, "word": " everything", "probability": 0.8759765625}, {"start": 897.63, "end": 897.79, "word": " is", "probability": 0.7412109375}, {"start": 897.79, "end": 898.17, "word": " correct.", "probability": 0.354736328125}], "temperature": 1.0}, {"id": 38, "seek": 92717, "start": 899.27, "end": 927.17, "text": " Why? Because the size of the application is bigger than the empty space Right or wrong? In the end, you want to increase the size of the application You don't put things that are necessary Not necessary Do you understand or not guys? You don't have to remove things that are not necessary Do next, okay? The steps are important guys, not like you are used to the next, next, next No, you have to pay attention to the steps The next step Now, select the form factors and minimum SDK This is very important", "tokens": [1545, 30, 1436, 264, 2744, 295, 264, 3861, 307, 3801, 813, 264, 6707, 1901, 1779, 420, 2085, 30, 682, 264, 917, 11, 291, 528, 281, 3488, 264, 2744, 295, 264, 3861, 509, 500, 380, 829, 721, 300, 366, 4818, 1726, 4818, 1144, 291, 1223, 420, 406, 1074, 30, 509, 500, 380, 362, 281, 4159, 721, 300, 366, 406, 4818, 1144, 958, 11, 1392, 30, 440, 4439, 366, 1021, 1074, 11, 406, 411, 291, 366, 1143, 281, 264, 958, 11, 958, 11, 958, 883, 11, 291, 362, 281, 1689, 3202, 281, 264, 4439, 440, 958, 1823, 823, 11, 3048, 264, 1254, 6771, 293, 7285, 37135, 639, 307, 588, 1021], "avg_logprob": -0.6404816295028827, "compression_ratio": 1.8566176470588236, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 899.27, "end": 899.71, "word": " Why?", "probability": 0.2568359375}, {"start": 899.75, "end": 899.89, "word": " Because", "probability": 0.796875}, {"start": 899.89, "end": 900.01, "word": " the", "probability": 0.406494140625}, {"start": 900.01, "end": 900.23, "word": " size", "probability": 0.10125732421875}, {"start": 900.23, "end": 900.63, "word": " of", "probability": 0.91943359375}, {"start": 900.63, "end": 900.63, "word": " the", "probability": 0.53662109375}, {"start": 900.63, "end": 900.63, "word": " application", "probability": 0.56494140625}, {"start": 900.63, "end": 900.81, "word": " is", "probability": 0.6513671875}, {"start": 900.81, "end": 901.31, "word": " bigger", "probability": 0.1768798828125}, {"start": 901.31, "end": 901.51, "word": " than", "probability": 0.822265625}, {"start": 901.51, "end": 901.55, "word": " the", "probability": 0.431396484375}, {"start": 901.55, "end": 901.83, "word": " empty", "probability": 0.080810546875}, {"start": 901.83, "end": 901.89, "word": " space", "probability": 0.70947265625}, {"start": 901.89, "end": 902.33, "word": " Right", "probability": 0.1883544921875}, {"start": 902.33, "end": 902.51, "word": " or", "probability": 0.2034912109375}, {"start": 902.51, "end": 902.51, "word": " wrong?", "probability": 0.505859375}, {"start": 902.53, "end": 902.69, "word": " In", "probability": 0.1910400390625}, {"start": 902.69, "end": 902.79, "word": " the", "probability": 0.8037109375}, {"start": 902.79, "end": 902.95, "word": " end,", "probability": 0.87109375}, {"start": 903.03, "end": 903.31, "word": " you", "probability": 0.33349609375}, {"start": 903.31, "end": 903.55, "word": " want", "probability": 0.382080078125}, {"start": 903.55, "end": 903.65, "word": " to", "probability": 0.85107421875}, {"start": 903.65, "end": 903.85, "word": " increase", "probability": 0.165771484375}, {"start": 903.85, "end": 903.91, "word": " the", "probability": 0.56787109375}, {"start": 903.91, "end": 903.91, "word": " size", "probability": 0.365478515625}, {"start": 903.91, "end": 904.01, "word": " of", "probability": 0.9404296875}, {"start": 904.01, "end": 904.01, "word": " the", "probability": 0.68408203125}, {"start": 904.01, "end": 904.01, "word": " application", "probability": 0.88330078125}, {"start": 904.01, "end": 904.55, "word": " You", "probability": 0.128173828125}, {"start": 904.55, "end": 904.79, "word": " don't", "probability": 0.7410888671875}, {"start": 904.79, "end": 904.79, "word": " put", "probability": 0.412841796875}, {"start": 904.79, "end": 905.13, "word": " things", "probability": 0.2437744140625}, {"start": 905.13, "end": 905.29, "word": " that", "probability": 0.51904296875}, {"start": 905.29, "end": 905.29, "word": " are", "probability": 0.6826171875}, {"start": 905.29, "end": 905.49, "word": " necessary", "probability": 0.64306640625}, {"start": 905.49, "end": 906.35, "word": " Not", "probability": 0.2130126953125}, {"start": 906.35, "end": 906.71, "word": " necessary", "probability": 0.81298828125}, {"start": 906.71, "end": 907.47, "word": " Do", "probability": 0.270263671875}, {"start": 907.47, "end": 907.47, "word": " you", "probability": 0.95703125}, {"start": 907.47, "end": 907.61, "word": " understand", "probability": 0.54541015625}, {"start": 907.61, "end": 907.77, "word": " or", "probability": 0.378173828125}, {"start": 907.77, "end": 907.93, "word": " not", "probability": 0.89697265625}, {"start": 907.93, "end": 908.21, "word": " guys?", "probability": 0.2384033203125}, {"start": 908.97, "end": 909.41, "word": " You", "probability": 0.1337890625}, {"start": 909.41, "end": 909.67, "word": " don't", "probability": 0.85205078125}, {"start": 909.67, "end": 909.95, "word": " have", "probability": 0.361328125}, {"start": 909.95, "end": 910.99, "word": " to", "probability": 0.94384765625}, {"start": 910.99, "end": 911.35, "word": " remove", "probability": 0.65087890625}, {"start": 911.35, "end": 911.45, "word": " things", "probability": 0.296630859375}, {"start": 911.45, "end": 911.69, "word": " that", "probability": 0.72265625}, {"start": 911.69, "end": 911.69, "word": " are", "probability": 0.6982421875}, {"start": 911.69, "end": 911.69, "word": " not", "probability": 0.56005859375}, {"start": 911.69, "end": 911.69, "word": " necessary", "probability": 0.89599609375}, {"start": 911.69, "end": 912.05, "word": " Do", "probability": 0.1590576171875}, {"start": 912.05, "end": 912.53, "word": " next,", "probability": 0.6904296875}, {"start": 912.79, "end": 913.65, "word": " okay?", "probability": 0.429931640625}, {"start": 915.07, "end": 915.29, "word": " The", "probability": 0.63623046875}, {"start": 915.29, "end": 915.73, "word": " steps", "probability": 0.390869140625}, {"start": 915.73, "end": 915.89, "word": " are", "probability": 0.78759765625}, {"start": 915.89, "end": 915.89, "word": " important", "probability": 0.810546875}, {"start": 915.89, "end": 916.33, "word": " guys,", "probability": 0.484130859375}, {"start": 916.51, "end": 916.61, "word": " not", "probability": 0.6337890625}, {"start": 916.61, "end": 917.09, "word": " like", "probability": 0.229248046875}, {"start": 917.09, "end": 917.65, "word": " you", "probability": 0.317626953125}, {"start": 917.65, "end": 917.75, "word": " are", "probability": 0.339111328125}, {"start": 917.75, "end": 918.03, "word": " used", "probability": 0.80224609375}, {"start": 918.03, "end": 918.15, "word": " to", "probability": 0.95068359375}, {"start": 918.15, "end": 918.27, "word": " the", "probability": 0.0899658203125}, {"start": 918.27, "end": 918.47, "word": " next,", "probability": 0.31787109375}, {"start": 918.51, "end": 918.73, "word": " next,", "probability": 0.783203125}, {"start": 918.75, "end": 919.11, "word": " next", "probability": 0.9189453125}, {"start": 919.11, "end": 919.43, "word": " No,", "probability": 0.419921875}, {"start": 919.63, "end": 919.67, "word": " you", "probability": 0.8173828125}, {"start": 919.67, "end": 919.77, "word": " have", "probability": 0.54443359375}, {"start": 919.77, "end": 919.89, "word": " to", "probability": 0.97412109375}, {"start": 919.89, "end": 920.21, "word": " pay", "probability": 0.4833984375}, {"start": 920.21, "end": 920.21, "word": " attention", "probability": 0.9453125}, {"start": 920.21, "end": 920.31, "word": " to", "probability": 0.95703125}, {"start": 920.31, "end": 920.39, "word": " the", "probability": 0.8798828125}, {"start": 920.39, "end": 920.71, "word": " steps", "probability": 0.85107421875}, {"start": 920.71, "end": 921.59, "word": " The", "probability": 0.68017578125}, {"start": 921.59, "end": 921.75, "word": " next", "probability": 0.888671875}, {"start": 921.75, "end": 922.15, "word": " step", "probability": 0.91552734375}, {"start": 922.15, "end": 923.59, "word": " Now,", "probability": 0.48828125}, {"start": 923.75, "end": 924.13, "word": " select", "probability": 0.73046875}, {"start": 924.13, "end": 924.41, "word": " the", "probability": 0.89892578125}, {"start": 924.41, "end": 925.13, "word": " form", "probability": 0.5751953125}, {"start": 925.13, "end": 925.65, "word": " factors", "probability": 0.95263671875}, {"start": 925.65, "end": 925.89, "word": " and", "probability": 0.919921875}, {"start": 925.89, "end": 926.17, "word": " minimum", "probability": 0.9501953125}, {"start": 926.17, "end": 926.61, "word": " SDK", "probability": 0.95166015625}, {"start": 926.61, "end": 926.85, "word": " This", "probability": 0.54541015625}, {"start": 926.85, "end": 926.91, "word": " is", "probability": 0.9287109375}, {"start": 926.91, "end": 926.95, "word": " very", "probability": 0.791015625}, {"start": 926.95, "end": 927.17, "word": " important", "probability": 0.86669921875}], "temperature": 1.0}, {"id": 39, "seek": 95167, "start": 929.19, "end": 951.67, "text": " Now, what do I need to run first? You have the ability in Android Studio to run phone and tablet apps. Ok? You can run Wiire apps. Do you know what Wiire is? Android watches. You can run TV apps. You can program televisions and program them. Ok? Everyone has a library. But the programming method is very similar.", "tokens": [823, 11, 437, 360, 286, 643, 281, 1190, 700, 30, 509, 362, 264, 3485, 294, 8853, 13500, 281, 1190, 2593, 293, 14136, 7733, 13, 3477, 30, 509, 393, 1190, 14035, 621, 7733, 13, 1144, 291, 458, 437, 14035, 621, 307, 30, 8853, 17062, 13, 509, 393, 1190, 3558, 7733, 13, 509, 393, 1461, 4304, 85, 4252, 293, 1461, 552, 13, 3477, 30, 5198, 575, 257, 6405, 13, 583, 264, 9410, 3170, 307, 588, 2531, 13], "avg_logprob": -0.4934210526315789, "compression_ratio": 1.5939086294416243, "no_speech_prob": 0.0, "words": [{"start": 929.19, "end": 929.55, "word": " Now,", "probability": 0.34619140625}, {"start": 929.83, "end": 930.17, "word": " what", "probability": 0.466552734375}, {"start": 930.17, "end": 930.17, "word": " do", "probability": 0.27197265625}, {"start": 930.17, "end": 930.17, "word": " I", "probability": 0.884765625}, {"start": 930.17, "end": 930.35, "word": " need", "probability": 0.426025390625}, {"start": 930.35, "end": 930.41, "word": " to", "probability": 0.9580078125}, {"start": 930.41, "end": 930.57, "word": " run", "probability": 0.30517578125}, {"start": 930.57, "end": 930.81, "word": " first?", "probability": 0.72900390625}, {"start": 931.45, "end": 931.97, "word": " You", "probability": 0.302490234375}, {"start": 931.97, "end": 932.39, "word": " have", "probability": 0.6201171875}, {"start": 932.39, "end": 932.61, "word": " the", "probability": 0.65869140625}, {"start": 932.61, "end": 932.97, "word": " ability", "probability": 0.27099609375}, {"start": 932.97, "end": 933.15, "word": " in", "probability": 0.484375}, {"start": 933.15, "end": 933.41, "word": " Android", "probability": 0.85498046875}, {"start": 933.41, "end": 933.67, "word": " Studio", "probability": 0.86083984375}, {"start": 933.67, "end": 933.91, "word": " to", "probability": 0.9482421875}, {"start": 933.91, "end": 934.13, "word": " run", "probability": 0.8583984375}, {"start": 934.13, "end": 934.83, "word": " phone", "probability": 0.29736328125}, {"start": 934.83, "end": 934.93, "word": " and", "probability": 0.81591796875}, {"start": 934.93, "end": 935.35, "word": " tablet", "probability": 0.8369140625}, {"start": 935.35, "end": 935.39, "word": " apps.", "probability": 0.62255859375}, {"start": 936.21, "end": 936.49, "word": " Ok?", "probability": 0.1324462890625}, {"start": 937.31, "end": 937.31, "word": " You", "probability": 0.896484375}, {"start": 937.31, "end": 937.53, "word": " can", "probability": 0.90966796875}, {"start": 937.53, "end": 937.77, "word": " run", "probability": 0.75732421875}, {"start": 937.77, "end": 938.59, "word": " Wiire", "probability": 0.24530029296875}, {"start": 938.59, "end": 938.61, "word": " apps.", "probability": 0.841796875}, {"start": 938.65, "end": 938.85, "word": " Do", "probability": 0.82568359375}, {"start": 938.85, "end": 938.97, "word": " you", "probability": 0.97216796875}, {"start": 938.97, "end": 938.97, "word": " know", "probability": 0.8818359375}, {"start": 938.97, "end": 939.05, "word": " what", "probability": 0.64794921875}, {"start": 939.05, "end": 939.23, "word": " Wiire", "probability": 0.810546875}, {"start": 939.23, "end": 939.31, "word": " is?", "probability": 0.873046875}, {"start": 940.13, "end": 940.65, "word": " Android", "probability": 0.87939453125}, {"start": 940.65, "end": 940.65, "word": " watches.", "probability": 0.66748046875}, {"start": 941.31, "end": 941.45, "word": " You", "probability": 0.908203125}, {"start": 941.45, "end": 941.69, "word": " can", "probability": 0.94677734375}, {"start": 941.69, "end": 941.91, "word": " run", "probability": 0.80859375}, {"start": 941.91, "end": 942.73, "word": " TV", "probability": 0.68017578125}, {"start": 942.73, "end": 942.81, "word": " apps.", "probability": 0.84521484375}, {"start": 943.75, "end": 944.09, "word": " You", "probability": 0.67822265625}, {"start": 944.09, "end": 944.11, "word": " can", "probability": 0.51025390625}, {"start": 944.11, "end": 944.63, "word": " program", "probability": 0.72412109375}, {"start": 944.63, "end": 945.09, "word": " televisions", "probability": 0.509765625}, {"start": 945.09, "end": 945.33, "word": " and", "probability": 0.576171875}, {"start": 945.33, "end": 945.53, "word": " program", "probability": 0.75537109375}, {"start": 945.53, "end": 945.81, "word": " them.", "probability": 0.77099609375}, {"start": 946.39, "end": 946.59, "word": " Ok?", "probability": 0.55810546875}, {"start": 947.31, "end": 947.63, "word": " Everyone", "probability": 0.537109375}, {"start": 947.63, "end": 947.87, "word": " has", "probability": 0.92041015625}, {"start": 947.87, "end": 947.97, "word": " a", "probability": 0.1942138671875}, {"start": 947.97, "end": 948.23, "word": " library.", "probability": 0.6845703125}, {"start": 949.17, "end": 949.43, "word": " But", "probability": 0.90087890625}, {"start": 949.43, "end": 949.91, "word": " the", "probability": 0.486572265625}, {"start": 949.91, "end": 950.15, "word": " programming", "probability": 0.441162109375}, {"start": 950.15, "end": 950.19, "word": " method", "probability": 0.3896484375}, {"start": 950.19, "end": 950.77, "word": " is", "probability": 0.6220703125}, {"start": 950.77, "end": 951.07, "word": " very", "probability": 0.491455078125}, {"start": 951.07, "end": 951.67, "word": " similar.", "probability": 0.93310546875}], "temperature": 1.0}, {"id": 40, "seek": 98056, "start": 953.3, "end": 980.56, "text": " And you have Android Auto. Do you know what Android Auto is? It's car programs. Modern cars have touch programs. It's all Android. And you have something called Android Things. Have you heard of something called Internet of Things? It programs microchips and processors like Raspberry Pi and Arduino. Have you heard of them? You can work with them on Android. Okay? What are we going to work on now?", "tokens": [400, 291, 362, 8853, 13738, 13, 1144, 291, 458, 437, 8853, 13738, 307, 30, 467, 311, 1032, 4268, 13, 19814, 5163, 362, 2557, 4268, 13, 467, 311, 439, 8853, 13, 400, 291, 362, 746, 1219, 8853, 9514, 13, 3560, 291, 2198, 295, 746, 1219, 7703, 295, 9514, 30, 467, 4268, 4532, 339, 2600, 293, 27751, 411, 41154, 17741, 293, 39539, 13, 3560, 291, 2198, 295, 552, 30, 509, 393, 589, 365, 552, 322, 8853, 13, 1033, 30, 708, 366, 321, 516, 281, 589, 322, 586, 30], "avg_logprob": -0.47234196566987313, "compression_ratio": 1.7857142857142858, "no_speech_prob": 0.0, "words": [{"start": 953.3, "end": 953.52, "word": " And", "probability": 0.36572265625}, {"start": 953.52, "end": 953.68, "word": " you", "probability": 0.322998046875}, {"start": 953.68, "end": 953.86, "word": " have", "probability": 0.712890625}, {"start": 953.86, "end": 954.24, "word": " Android", "probability": 0.5927734375}, {"start": 954.24, "end": 954.68, "word": " Auto.", "probability": 0.64013671875}, {"start": 954.92, "end": 955.02, "word": " Do", "probability": 0.7275390625}, {"start": 955.02, "end": 955.16, "word": " you", "probability": 0.9677734375}, {"start": 955.16, "end": 955.16, "word": " know", "probability": 0.87353515625}, {"start": 955.16, "end": 955.32, "word": " what", "probability": 0.7763671875}, {"start": 955.32, "end": 955.64, "word": " Android", "probability": 0.489013671875}, {"start": 955.64, "end": 955.96, "word": " Auto", "probability": 0.8056640625}, {"start": 955.96, "end": 955.96, "word": " is?", "probability": 0.87451171875}, {"start": 956.08, "end": 956.16, "word": " It's", "probability": 0.528564453125}, {"start": 956.16, "end": 956.54, "word": " car", "probability": 0.133544921875}, {"start": 956.54, "end": 956.84, "word": " programs.", "probability": 0.346923828125}, {"start": 957.18, "end": 957.66, "word": " Modern", "probability": 0.4326171875}, {"start": 957.66, "end": 957.66, "word": " cars", "probability": 0.92529296875}, {"start": 957.66, "end": 958.1, "word": " have", "probability": 0.32421875}, {"start": 958.1, "end": 959.2, "word": " touch", "probability": 0.277099609375}, {"start": 959.2, "end": 959.22, "word": " programs.", "probability": 0.52392578125}, {"start": 959.42, "end": 959.64, "word": " It's", "probability": 0.54888916015625}, {"start": 959.64, "end": 959.78, "word": " all", "probability": 0.89453125}, {"start": 959.78, "end": 960.18, "word": " Android.", "probability": 0.80908203125}, {"start": 961.34, "end": 961.6, "word": " And", "probability": 0.76416015625}, {"start": 961.6, "end": 961.78, "word": " you", "probability": 0.521484375}, {"start": 961.78, "end": 961.98, "word": " have", "probability": 0.84912109375}, {"start": 961.98, "end": 962.1, "word": " something", "probability": 0.2191162109375}, {"start": 962.1, "end": 962.4, "word": " called", "probability": 0.7392578125}, {"start": 962.4, "end": 962.74, "word": " Android", "probability": 0.92724609375}, {"start": 962.74, "end": 963.2, "word": " Things.", "probability": 0.9267578125}, {"start": 964.06, "end": 964.28, "word": " Have", "probability": 0.6611328125}, {"start": 964.28, "end": 964.46, "word": " you", "probability": 0.9638671875}, {"start": 964.46, "end": 964.46, "word": " heard", "probability": 0.7666015625}, {"start": 964.46, "end": 964.54, "word": " of", "probability": 0.71240234375}, {"start": 964.54, "end": 964.68, "word": " something", "probability": 0.374755859375}, {"start": 964.68, "end": 964.88, "word": " called", "probability": 0.86865234375}, {"start": 964.88, "end": 965.54, "word": " Internet", "probability": 0.240966796875}, {"start": 965.54, "end": 965.78, "word": " of", "probability": 0.92236328125}, {"start": 965.78, "end": 966.04, "word": " Things?", "probability": 0.89404296875}, {"start": 966.36, "end": 966.84, "word": " It", "probability": 0.396484375}, {"start": 966.84, "end": 967.48, "word": " programs", "probability": 0.1319580078125}, {"start": 967.48, "end": 968.26, "word": " microchips", "probability": 0.8720703125}, {"start": 968.26, "end": 970.28, "word": " and", "probability": 0.564453125}, {"start": 970.28, "end": 970.72, "word": " processors", "probability": 0.90625}, {"start": 970.72, "end": 971.48, "word": " like", "probability": 0.298095703125}, {"start": 971.48, "end": 971.98, "word": " Raspberry", "probability": 0.4306640625}, {"start": 971.98, "end": 972.24, "word": " Pi", "probability": 0.95556640625}, {"start": 972.24, "end": 972.72, "word": " and", "probability": 0.64599609375}, {"start": 972.72, "end": 973.24, "word": " Arduino.", "probability": 0.82275390625}, {"start": 973.44, "end": 973.58, "word": " Have", "probability": 0.7421875}, {"start": 973.58, "end": 973.8, "word": " you", "probability": 0.962890625}, {"start": 973.8, "end": 973.8, "word": " heard", "probability": 0.88671875}, {"start": 973.8, "end": 973.94, "word": " of", "probability": 0.84228515625}, {"start": 973.94, "end": 974.12, "word": " them?", "probability": 0.80126953125}, {"start": 976.7, "end": 977.18, "word": " You", "probability": 0.30419921875}, {"start": 977.18, "end": 977.48, "word": " can", "probability": 0.7841796875}, {"start": 977.48, "end": 977.74, "word": " work", "probability": 0.53759765625}, {"start": 977.74, "end": 977.94, "word": " with", "probability": 0.41357421875}, {"start": 977.94, "end": 978.0, "word": " them", "probability": 0.82177734375}, {"start": 978.0, "end": 978.08, "word": " on", "probability": 0.595703125}, {"start": 978.08, "end": 978.38, "word": " Android.", "probability": 0.9677734375}, {"start": 978.58, "end": 978.78, "word": " Okay?", "probability": 0.21435546875}, {"start": 979.42, "end": 979.84, "word": " What", "probability": 0.630859375}, {"start": 979.84, "end": 979.84, "word": " are", "probability": 0.63671875}, {"start": 979.84, "end": 980.12, "word": " we", "probability": 0.9609375}, {"start": 980.12, "end": 980.2, "word": " going", "probability": 0.78271484375}, {"start": 980.2, "end": 980.28, "word": " to", "probability": 0.97412109375}, {"start": 980.28, "end": 980.46, "word": " work", "probability": 0.85205078125}, {"start": 980.46, "end": 980.56, "word": " on", "probability": 0.77734375}, {"start": 980.56, "end": 980.56, "word": " now?", "probability": 0.494384765625}], "temperature": 1.0}, {"id": 41, "seek": 100484, "start": 982.16, "end": 1004.84, "text": " On the phone and tablet, that's it. Also, don't add anything that you don't need. Don't go to the teacher and say, come on, let's add this. No, don't add anything that you don't need, so that it doesn't take up space or space in the application. Because all of this is transferred from libraries and cleaned up. Okay? Okay, let's come to the important point here, the minimum SDK. We talked about this in the last lecture. Now, when you come to programming, it will make you do an update at the end", "tokens": [1282, 264, 2593, 293, 14136, 11, 300, 311, 309, 13, 2743, 11, 500, 380, 909, 1340, 300, 291, 500, 380, 643, 13, 1468, 380, 352, 281, 264, 5027, 293, 584, 11, 808, 322, 11, 718, 311, 909, 341, 13, 883, 11, 500, 380, 909, 1340, 300, 291, 500, 380, 643, 11, 370, 300, 309, 1177, 380, 747, 493, 1901, 420, 1901, 294, 264, 3861, 13, 1436, 439, 295, 341, 307, 15809, 490, 15148, 293, 16146, 493, 13, 1033, 30, 1033, 11, 718, 311, 808, 281, 264, 1021, 935, 510, 11, 264, 7285, 37135, 13, 492, 2825, 466, 341, 294, 264, 1036, 7991, 13, 823, 11, 562, 291, 808, 281, 9410, 11, 309, 486, 652, 291, 360, 364, 5623, 412, 264, 917], "avg_logprob": -0.5066598204315685, "compression_ratio": 1.7821428571428573, "no_speech_prob": 2.384185791015625e-06, "words": [{"start": 982.16, "end": 982.44, "word": " On", "probability": 0.0677490234375}, {"start": 982.44, "end": 982.5, "word": " the", "probability": 0.472412109375}, {"start": 982.5, "end": 982.64, "word": " phone", "probability": 0.81640625}, {"start": 982.64, "end": 982.78, "word": " and", "probability": 0.7861328125}, {"start": 982.78, "end": 983.16, "word": " tablet,", "probability": 0.564453125}, {"start": 983.24, "end": 983.46, "word": " that's", "probability": 0.74072265625}, {"start": 983.46, "end": 983.54, "word": " it.", "probability": 0.58935546875}, {"start": 983.72, "end": 983.98, "word": " Also,", "probability": 0.49462890625}, {"start": 984.02, "end": 984.12, "word": " don't", "probability": 0.802490234375}, {"start": 984.12, "end": 984.34, "word": " add", "probability": 0.8154296875}, {"start": 984.34, "end": 984.86, "word": " anything", "probability": 0.48681640625}, {"start": 984.86, "end": 984.94, "word": " that", "probability": 0.46875}, {"start": 984.94, "end": 984.98, "word": " you", "probability": 0.2301025390625}, {"start": 984.98, "end": 985.02, "word": " don't", "probability": 0.885498046875}, {"start": 985.02, "end": 985.24, "word": " need.", "probability": 0.67431640625}, {"start": 986.16, "end": 986.52, "word": " Don't", "probability": 0.843505859375}, {"start": 986.52, "end": 986.6, "word": " go", "probability": 0.423583984375}, {"start": 986.6, "end": 986.64, "word": " to", "probability": 0.50146484375}, {"start": 986.64, "end": 986.74, "word": " the", "probability": 0.48193359375}, {"start": 986.74, "end": 986.96, "word": " teacher", "probability": 0.83837890625}, {"start": 986.96, "end": 987.14, "word": " and", "probability": 0.7060546875}, {"start": 987.14, "end": 987.14, "word": " say,", "probability": 0.39404296875}, {"start": 987.26, "end": 987.42, "word": " come", "probability": 0.1522216796875}, {"start": 987.42, "end": 987.46, "word": " on,", "probability": 0.76318359375}, {"start": 987.78, "end": 988.06, "word": " let's", "probability": 0.6685791015625}, {"start": 988.06, "end": 988.28, "word": " add", "probability": 0.398193359375}, {"start": 988.28, "end": 988.5, "word": " this.", "probability": 0.69921875}, {"start": 989.1, "end": 989.46, "word": " No,", "probability": 0.70556640625}, {"start": 989.54, "end": 990.18, "word": " don't", "probability": 0.92138671875}, {"start": 990.18, "end": 990.44, "word": " add", "probability": 0.80322265625}, {"start": 990.44, "end": 990.44, "word": " anything", "probability": 0.58056640625}, {"start": 990.44, "end": 990.44, "word": " that", "probability": 0.62841796875}, {"start": 990.44, "end": 990.44, "word": " you", "probability": 0.734375}, {"start": 990.44, "end": 990.44, "word": " don't", "probability": 0.96923828125}, {"start": 990.44, "end": 990.44, "word": " need,", "probability": 0.9228515625}, {"start": 990.6, "end": 990.74, "word": " so", "probability": 0.62890625}, {"start": 990.74, "end": 990.84, "word": " that", "probability": 0.60888671875}, {"start": 990.84, "end": 990.88, "word": " it", "probability": 0.7412109375}, {"start": 990.88, "end": 990.92, "word": " doesn't", "probability": 0.777587890625}, {"start": 990.92, "end": 991.12, "word": " take", "probability": 0.37109375}, {"start": 991.12, "end": 991.22, "word": " up", "probability": 0.69140625}, {"start": 991.22, "end": 991.58, "word": " space", "probability": 0.65185546875}, {"start": 991.58, "end": 992.24, "word": " or", "probability": 0.80517578125}, {"start": 992.24, "end": 992.44, "word": " space", "probability": 0.255615234375}, {"start": 992.44, "end": 992.58, "word": " in", "probability": 0.82373046875}, {"start": 992.58, "end": 992.66, "word": " the", "probability": 0.86328125}, {"start": 992.66, "end": 992.98, "word": " application.", "probability": 0.802734375}, {"start": 993.08, "end": 993.16, "word": " Because", "probability": 0.8583984375}, {"start": 993.16, "end": 993.38, "word": " all", "probability": 0.355224609375}, {"start": 993.38, "end": 993.48, "word": " of", "probability": 0.2978515625}, {"start": 993.48, "end": 993.52, "word": " this", "probability": 0.61767578125}, {"start": 993.52, "end": 993.66, "word": " is", "probability": 0.44189453125}, {"start": 993.66, "end": 993.94, "word": " transferred", "probability": 0.175048828125}, {"start": 993.94, "end": 994.08, "word": " from", "probability": 0.80615234375}, {"start": 994.08, "end": 994.46, "word": " libraries", "probability": 0.5263671875}, {"start": 994.46, "end": 994.66, "word": " and", "probability": 0.740234375}, {"start": 994.66, "end": 994.86, "word": " cleaned", "probability": 0.2435302734375}, {"start": 994.86, "end": 995.16, "word": " up.", "probability": 0.6435546875}, {"start": 995.48, "end": 995.7, "word": " Okay?", "probability": 0.43896484375}, {"start": 996.42, "end": 996.64, "word": " Okay,", "probability": 0.2193603515625}, {"start": 996.68, "end": 996.8, "word": " let's", "probability": 0.821533203125}, {"start": 996.8, "end": 996.88, "word": " come", "probability": 0.356689453125}, {"start": 996.88, "end": 996.94, "word": " to", "probability": 0.93017578125}, {"start": 996.94, "end": 997.26, "word": " the", "probability": 0.8798828125}, {"start": 997.26, "end": 997.44, "word": " important", "probability": 0.78271484375}, {"start": 997.44, "end": 997.48, "word": " point", "probability": 0.9501953125}, {"start": 997.48, "end": 997.66, "word": " here,", "probability": 0.70361328125}, {"start": 997.74, "end": 997.8, "word": " the", "probability": 0.302734375}, {"start": 997.8, "end": 998.0, "word": " minimum", "probability": 0.8125}, {"start": 998.0, "end": 998.42, "word": " SDK.", "probability": 0.9853515625}, {"start": 999.64, "end": 999.86, "word": " We", "probability": 0.70068359375}, {"start": 999.86, "end": 1000.1, "word": " talked", "probability": 0.56787109375}, {"start": 1000.1, "end": 1000.36, "word": " about", "probability": 0.908203125}, {"start": 1000.36, "end": 1000.4, "word": " this", "probability": 0.5927734375}, {"start": 1000.4, "end": 1000.48, "word": " in", "probability": 0.69775390625}, {"start": 1000.48, "end": 1000.52, "word": " the", "probability": 0.83544921875}, {"start": 1000.52, "end": 1000.64, "word": " last", "probability": 0.473388671875}, {"start": 1000.64, "end": 1000.82, "word": " lecture.", "probability": 0.90673828125}, {"start": 1001.7, "end": 1001.96, "word": " Now,", "probability": 0.77392578125}, {"start": 1002.16, "end": 1002.3, "word": " when", "probability": 0.85888671875}, {"start": 1002.3, "end": 1002.46, "word": " you", "probability": 0.68994140625}, {"start": 1002.46, "end": 1002.6, "word": " come", "probability": 0.43896484375}, {"start": 1002.6, "end": 1002.66, "word": " to", "probability": 0.794921875}, {"start": 1002.66, "end": 1002.88, "word": " programming,", "probability": 0.27099609375}, {"start": 1003.02, "end": 1003.16, "word": " it", "probability": 0.681640625}, {"start": 1003.16, "end": 1003.2, "word": " will", "probability": 0.74169921875}, {"start": 1003.2, "end": 1003.42, "word": " make", "probability": 0.416259765625}, {"start": 1003.42, "end": 1003.76, "word": " you", "probability": 0.93798828125}, {"start": 1003.76, "end": 1004.04, "word": " do", "probability": 0.58935546875}, {"start": 1004.04, "end": 1004.26, "word": " an", "probability": 0.27099609375}, {"start": 1004.26, "end": 1004.84, "word": " update", "probability": 0.74560546875}, {"start": 1004.84, "end": 1004.84, "word": " at", "probability": 0.78564453125}, {"start": 1004.84, "end": 1004.84, "word": " the", "probability": 0.91015625}, {"start": 1004.84, "end": 1004.84, "word": " end", "probability": 0.49853515625}], "temperature": 1.0}, {"id": 42, "seek": 101196, "start": 1006.12, "end": 1011.96, "text": " For example, I downloaded Android Studio 3 days ago, and the latest update is for API 28", "tokens": [1171, 1365, 11, 286, 21748, 8853, 13500, 805, 1708, 2057, 11, 293, 264, 6792, 5623, 307, 337, 9362, 7562], "avg_logprob": -0.6179687708616257, "compression_ratio": 1.0113636363636365, "no_speech_prob": 0.0, "words": [{"start": 1006.1200000000001, "end": 1006.7800000000001, "word": " For", "probability": 0.1605224609375}, {"start": 1006.7800000000001, "end": 1007.44, "word": " example,", "probability": 0.88916015625}, {"start": 1007.72, "end": 1007.72, "word": " I", "probability": 0.67236328125}, {"start": 1007.72, "end": 1008.2, "word": " downloaded", "probability": 0.6748046875}, {"start": 1008.2, "end": 1008.56, "word": " Android", "probability": 0.50830078125}, {"start": 1008.56, "end": 1008.98, "word": " Studio", "probability": 0.8505859375}, {"start": 1008.98, "end": 1009.36, "word": " 3", "probability": 0.472412109375}, {"start": 1009.36, "end": 1009.82, "word": " days", "probability": 0.93310546875}, {"start": 1009.82, "end": 1009.86, "word": " ago,", "probability": 0.86376953125}, {"start": 1009.94, "end": 1010.02, "word": " and", "probability": 0.544921875}, {"start": 1010.02, "end": 1010.04, "word": " the", "probability": 0.379150390625}, {"start": 1010.04, "end": 1010.2, "word": " latest", "probability": 0.4111328125}, {"start": 1010.2, "end": 1010.58, "word": " update", "probability": 0.748046875}, {"start": 1010.58, "end": 1010.88, "word": " is", "probability": 0.351806640625}, {"start": 1010.88, "end": 1011.06, "word": " for", "probability": 0.261962890625}, {"start": 1011.06, "end": 1011.32, "word": " API", "probability": 0.366455078125}, {"start": 1011.32, "end": 1011.96, "word": " 28", "probability": 0.80712890625}], "temperature": 1.0}, {"id": 43, "seek": 104079, "start": 1013.17, "end": 1040.79, "text": " The most recent thing will be programmed on it. But if I programmed on the most recent thing and deleted the previous one, the application will not attract many devices in the market. Because not all devices run the API on the 28th. There are devices that still run on the old one. So I want to tell it, support me KitKat, for example, from the 19th. I want to work on the 28th, but let it support someone KitKat. Which is what? API 19. This means that when you program, if you use a function", "tokens": [440, 881, 5162, 551, 486, 312, 31092, 322, 309, 13, 583, 498, 286, 31092, 322, 264, 881, 5162, 551, 293, 22981, 264, 3894, 472, 11, 264, 3861, 486, 406, 5049, 867, 5759, 294, 264, 2142, 13, 1436, 406, 439, 5759, 1190, 264, 9362, 322, 264, 7562, 392, 13, 821, 366, 5759, 300, 920, 1190, 322, 264, 1331, 472, 13, 407, 286, 528, 281, 980, 309, 11, 1406, 385, 23037, 42, 267, 11, 337, 1365, 11, 490, 264, 1294, 392, 13, 286, 528, 281, 589, 322, 264, 7562, 392, 11, 457, 718, 309, 1406, 1580, 23037, 42, 267, 13, 3013, 307, 437, 30, 9362, 1294, 13, 639, 1355, 300, 562, 291, 1461, 11, 498, 291, 764, 257, 2445], "avg_logprob": -0.4735169430910531, "compression_ratio": 1.779783393501805, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1013.17, "end": 1013.35, "word": " The", "probability": 0.291015625}, {"start": 1013.35, "end": 1013.43, "word": " most", "probability": 0.255859375}, {"start": 1013.43, "end": 1013.63, "word": " recent", "probability": 0.73974609375}, {"start": 1013.63, "end": 1013.81, "word": " thing", "probability": 0.215576171875}, {"start": 1013.81, "end": 1013.99, "word": " will", "probability": 0.304931640625}, {"start": 1013.99, "end": 1014.07, "word": " be", "probability": 0.69140625}, {"start": 1014.07, "end": 1014.25, "word": " programmed", "probability": 0.6474609375}, {"start": 1014.25, "end": 1014.49, "word": " on", "probability": 0.43017578125}, {"start": 1014.49, "end": 1014.65, "word": " it.", "probability": 0.8408203125}, {"start": 1015.11, "end": 1015.51, "word": " But", "probability": 0.70947265625}, {"start": 1015.51, "end": 1015.81, "word": " if", "probability": 0.75927734375}, {"start": 1015.81, "end": 1016.03, "word": " I", "probability": 0.86181640625}, {"start": 1016.03, "end": 1016.31, "word": " programmed", "probability": 0.64990234375}, {"start": 1016.31, "end": 1016.53, "word": " on", "probability": 0.5419921875}, {"start": 1016.53, "end": 1016.61, "word": " the", "probability": 0.349365234375}, {"start": 1016.61, "end": 1016.67, "word": " most", "probability": 0.66455078125}, {"start": 1016.67, "end": 1016.83, "word": " recent", "probability": 0.91796875}, {"start": 1016.83, "end": 1017.07, "word": " thing", "probability": 0.80322265625}, {"start": 1017.07, "end": 1017.33, "word": " and", "probability": 0.64208984375}, {"start": 1017.33, "end": 1017.81, "word": " deleted", "probability": 0.347412109375}, {"start": 1017.81, "end": 1017.97, "word": " the", "probability": 0.56591796875}, {"start": 1017.97, "end": 1018.27, "word": " previous", "probability": 0.5498046875}, {"start": 1018.27, "end": 1018.29, "word": " one,", "probability": 0.68310546875}, {"start": 1018.53, "end": 1019.15, "word": " the", "probability": 0.415771484375}, {"start": 1019.15, "end": 1019.43, "word": " application", "probability": 0.64453125}, {"start": 1019.43, "end": 1019.67, "word": " will", "probability": 0.564453125}, {"start": 1019.67, "end": 1019.67, "word": " not", "probability": 0.875}, {"start": 1019.67, "end": 1019.97, "word": " attract", "probability": 0.2120361328125}, {"start": 1019.97, "end": 1020.05, "word": " many", "probability": 0.5009765625}, {"start": 1020.05, "end": 1020.19, "word": " devices", "probability": 0.90185546875}, {"start": 1020.19, "end": 1020.57, "word": " in", "probability": 0.8076171875}, {"start": 1020.57, "end": 1020.65, "word": " the", "probability": 0.9052734375}, {"start": 1020.65, "end": 1020.81, "word": " market.", "probability": 0.7998046875}, {"start": 1020.85, "end": 1021.01, "word": " Because", "probability": 0.841796875}, {"start": 1021.01, "end": 1021.25, "word": " not", "probability": 0.85107421875}, {"start": 1021.25, "end": 1021.45, "word": " all", "probability": 0.94873046875}, {"start": 1021.45, "end": 1021.87, "word": " devices", "probability": 0.92236328125}, {"start": 1021.87, "end": 1022.89, "word": " run", "probability": 0.52099609375}, {"start": 1022.89, "end": 1023.01, "word": " the", "probability": 0.275390625}, {"start": 1023.01, "end": 1023.25, "word": " API", "probability": 0.385009765625}, {"start": 1023.25, "end": 1023.39, "word": " on", "probability": 0.70361328125}, {"start": 1023.39, "end": 1023.41, "word": " the", "probability": 0.429443359375}, {"start": 1023.41, "end": 1023.91, "word": " 28th.", "probability": 0.696533203125}, {"start": 1023.95, "end": 1024.05, "word": " There", "probability": 0.5048828125}, {"start": 1024.05, "end": 1024.11, "word": " are", "probability": 0.9384765625}, {"start": 1024.11, "end": 1024.31, "word": " devices", "probability": 0.81689453125}, {"start": 1024.31, "end": 1024.57, "word": " that", "probability": 0.802734375}, {"start": 1024.57, "end": 1024.59, "word": " still", "probability": 0.454345703125}, {"start": 1024.59, "end": 1024.83, "word": " run", "probability": 0.544921875}, {"start": 1024.83, "end": 1024.97, "word": " on", "probability": 0.662109375}, {"start": 1024.97, "end": 1025.01, "word": " the", "probability": 0.65185546875}, {"start": 1025.01, "end": 1025.19, "word": " old", "probability": 0.5048828125}, {"start": 1025.19, "end": 1025.27, "word": " one.", "probability": 0.371826171875}, {"start": 1025.97, "end": 1026.13, "word": " So", "probability": 0.72802734375}, {"start": 1026.13, "end": 1026.25, "word": " I", "probability": 0.7373046875}, {"start": 1026.25, "end": 1026.31, "word": " want", "probability": 0.451171875}, {"start": 1026.31, "end": 1026.37, "word": " to", "probability": 0.966796875}, {"start": 1026.37, "end": 1026.55, "word": " tell", "probability": 0.53662109375}, {"start": 1026.55, "end": 1026.99, "word": " it,", "probability": 0.492431640625}, {"start": 1027.55, "end": 1027.81, "word": " support", "probability": 0.673828125}, {"start": 1027.81, "end": 1028.03, "word": " me", "probability": 0.76123046875}, {"start": 1028.03, "end": 1028.61, "word": " KitKat,", "probability": 0.6068522135416666}, {"start": 1028.95, "end": 1029.09, "word": " for", "probability": 0.82763671875}, {"start": 1029.09, "end": 1029.21, "word": " example,", "probability": 0.93212890625}, {"start": 1029.29, "end": 1029.39, "word": " from", "probability": 0.55419921875}, {"start": 1029.39, "end": 1029.51, "word": " the", "probability": 0.43408203125}, {"start": 1029.51, "end": 1030.07, "word": " 19th.", "probability": 0.958984375}, {"start": 1030.61, "end": 1030.97, "word": " I", "probability": 0.4716796875}, {"start": 1030.97, "end": 1031.17, "word": " want", "probability": 0.619140625}, {"start": 1031.17, "end": 1031.29, "word": " to", "probability": 0.9619140625}, {"start": 1031.29, "end": 1031.45, "word": " work", "probability": 0.751953125}, {"start": 1031.45, "end": 1031.55, "word": " on", "probability": 0.92333984375}, {"start": 1031.55, "end": 1031.65, "word": " the", "probability": 0.673828125}, {"start": 1031.65, "end": 1032.17, "word": " 28th,", "probability": 0.989013671875}, {"start": 1032.21, "end": 1032.35, "word": " but", "probability": 0.87158203125}, {"start": 1032.35, "end": 1032.69, "word": " let", "probability": 0.79443359375}, {"start": 1032.69, "end": 1033.49, "word": " it", "probability": 0.41259765625}, {"start": 1033.49, "end": 1033.71, "word": " support", "probability": 0.966796875}, {"start": 1033.71, "end": 1033.99, "word": " someone", "probability": 0.66943359375}, {"start": 1033.99, "end": 1034.45, "word": " KitKat.", "probability": 0.806640625}, {"start": 1035.03, "end": 1035.21, "word": " Which", "probability": 0.56884765625}, {"start": 1035.21, "end": 1035.37, "word": " is", "probability": 0.8896484375}, {"start": 1035.37, "end": 1035.57, "word": " what?", "probability": 0.476318359375}, {"start": 1035.71, "end": 1036.11, "word": " API", "probability": 0.71923828125}, {"start": 1036.11, "end": 1037.07, "word": " 19.", "probability": 0.61669921875}, {"start": 1037.45, "end": 1037.73, "word": " This", "probability": 0.833984375}, {"start": 1037.73, "end": 1038.01, "word": " means", "probability": 0.85693359375}, {"start": 1038.01, "end": 1038.17, "word": " that", "probability": 0.59375}, {"start": 1038.17, "end": 1038.23, "word": " when", "probability": 0.414794921875}, {"start": 1038.23, "end": 1038.37, "word": " you", "probability": 0.9423828125}, {"start": 1038.37, "end": 1038.75, "word": " program,", "probability": 0.732421875}, {"start": 1039.33, "end": 1039.57, "word": " if", "probability": 0.93896484375}, {"start": 1039.57, "end": 1039.71, "word": " you", "probability": 0.3828125}, {"start": 1039.71, "end": 1040.11, "word": " use", "probability": 0.7802734375}, {"start": 1040.11, "end": 1040.35, "word": " a", "probability": 0.93359375}, {"start": 1040.35, "end": 1040.79, "word": " function", "probability": 0.97265625}], "temperature": 1.0}, {"id": 44, "seek": 107100, "start": 1042.84, "end": 1071.0, "text": " which is not supported in API 19, it will warn you. It will keep warning you that this is an error, this is an error, this is an error. How does it know that this is an error? It will keep comparing the code that you write to the needs of API 19. As I said last time, you can't go down too much. You can't say go to API 14 or 10. Why? It means that the more you ... I want to emphasize this. The more you get annoyed and say that this is not supported by time, that this is not supported by time.", "tokens": [597, 307, 406, 8104, 294, 9362, 1294, 11, 309, 486, 12286, 291, 13, 467, 486, 1066, 9164, 291, 300, 341, 307, 364, 6713, 11, 341, 307, 364, 6713, 11, 341, 307, 364, 6713, 13, 1012, 775, 309, 458, 300, 341, 307, 364, 6713, 30, 467, 486, 1066, 15763, 264, 3089, 300, 291, 2464, 281, 264, 2203, 295, 9362, 1294, 13, 1018, 286, 848, 1036, 565, 11, 291, 393, 380, 352, 760, 886, 709, 13, 509, 393, 380, 584, 352, 281, 9362, 3499, 420, 1266, 13, 1545, 30, 467, 1355, 300, 264, 544, 291, 1097, 286, 528, 281, 16078, 341, 13, 440, 544, 291, 483, 25921, 293, 584, 300, 341, 307, 406, 8104, 538, 565, 11, 300, 341, 307, 406, 8104, 538, 565, 13], "avg_logprob": -0.4652217739532071, "compression_ratio": 1.988, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1042.8400000000001, "end": 1043.2, "word": " which", "probability": 0.0806884765625}, {"start": 1043.2, "end": 1043.56, "word": " is", "probability": 0.6142578125}, {"start": 1043.56, "end": 1043.7, "word": " not", "probability": 0.8974609375}, {"start": 1043.7, "end": 1044.12, "word": " supported", "probability": 0.73681640625}, {"start": 1044.12, "end": 1044.46, "word": " in", "probability": 0.39501953125}, {"start": 1044.46, "end": 1044.9, "word": " API", "probability": 0.65576171875}, {"start": 1044.9, "end": 1045.68, "word": " 19,", "probability": 0.923828125}, {"start": 1045.98, "end": 1046.16, "word": " it", "probability": 0.220703125}, {"start": 1046.16, "end": 1046.18, "word": " will", "probability": 0.67138671875}, {"start": 1046.18, "end": 1046.4, "word": " warn", "probability": 0.28271484375}, {"start": 1046.4, "end": 1046.72, "word": " you.", "probability": 0.85888671875}, {"start": 1047.14, "end": 1047.24, "word": " It", "probability": 0.80908203125}, {"start": 1047.24, "end": 1047.3, "word": " will", "probability": 0.84423828125}, {"start": 1047.3, "end": 1047.42, "word": " keep", "probability": 0.59619140625}, {"start": 1047.42, "end": 1047.58, "word": " warning", "probability": 0.2294921875}, {"start": 1047.58, "end": 1047.78, "word": " you", "probability": 0.9375}, {"start": 1047.78, "end": 1048.24, "word": " that", "probability": 0.291015625}, {"start": 1048.24, "end": 1048.48, "word": " this", "probability": 0.54736328125}, {"start": 1048.48, "end": 1048.52, "word": " is", "probability": 0.89111328125}, {"start": 1048.52, "end": 1048.76, "word": " an", "probability": 0.64111328125}, {"start": 1048.76, "end": 1048.76, "word": " error,", "probability": 0.88330078125}, {"start": 1048.8, "end": 1048.96, "word": " this", "probability": 0.55908203125}, {"start": 1048.96, "end": 1049.02, "word": " is", "probability": 0.92333984375}, {"start": 1049.02, "end": 1049.2, "word": " an", "probability": 0.9375}, {"start": 1049.2, "end": 1049.2, "word": " error,", "probability": 0.9072265625}, {"start": 1049.22, "end": 1049.38, "word": " this", "probability": 0.81103515625}, {"start": 1049.38, "end": 1049.4, "word": " is", "probability": 0.94482421875}, {"start": 1049.4, "end": 1049.62, "word": " an", "probability": 0.9541015625}, {"start": 1049.62, "end": 1049.62, "word": " error.", "probability": 0.90625}, {"start": 1050.22, "end": 1050.44, "word": " How", "probability": 0.783203125}, {"start": 1050.44, "end": 1050.48, "word": " does", "probability": 0.708984375}, {"start": 1050.48, "end": 1050.78, "word": " it", "probability": 0.85302734375}, {"start": 1050.78, "end": 1050.78, "word": " know", "probability": 0.84814453125}, {"start": 1050.78, "end": 1050.9, "word": " that", "probability": 0.7333984375}, {"start": 1050.9, "end": 1051.02, "word": " this", "probability": 0.81005859375}, {"start": 1051.02, "end": 1051.02, "word": " is", "probability": 0.9248046875}, {"start": 1051.02, "end": 1051.26, "word": " an", "probability": 0.9423828125}, {"start": 1051.26, "end": 1051.28, "word": " error?", "probability": 0.89208984375}, {"start": 1051.44, "end": 1051.62, "word": " It", "probability": 0.84716796875}, {"start": 1051.62, "end": 1051.64, "word": " will", "probability": 0.304931640625}, {"start": 1051.64, "end": 1051.86, "word": " keep", "probability": 0.78515625}, {"start": 1051.86, "end": 1052.3, "word": " comparing", "probability": 0.85107421875}, {"start": 1052.3, "end": 1052.9, "word": " the", "probability": 0.88134765625}, {"start": 1052.9, "end": 1053.14, "word": " code", "probability": 0.91943359375}, {"start": 1053.14, "end": 1053.24, "word": " that", "probability": 0.54638671875}, {"start": 1053.24, "end": 1053.36, "word": " you", "probability": 0.93505859375}, {"start": 1053.36, "end": 1053.72, "word": " write", "probability": 0.685546875}, {"start": 1053.72, "end": 1054.22, "word": " to", "probability": 0.47998046875}, {"start": 1054.22, "end": 1054.28, "word": " the", "probability": 0.7109375}, {"start": 1054.28, "end": 1054.66, "word": " needs", "probability": 0.515625}, {"start": 1054.66, "end": 1054.88, "word": " of", "probability": 0.96337890625}, {"start": 1054.88, "end": 1055.38, "word": " API", "probability": 0.78466796875}, {"start": 1055.38, "end": 1056.78, "word": " 19.", "probability": 0.9619140625}, {"start": 1057.26, "end": 1057.62, "word": " As", "probability": 0.61083984375}, {"start": 1057.62, "end": 1057.76, "word": " I", "probability": 0.59375}, {"start": 1057.76, "end": 1057.9, "word": " said", "probability": 0.63818359375}, {"start": 1057.9, "end": 1058.08, "word": " last", "probability": 0.432861328125}, {"start": 1058.08, "end": 1058.36, "word": " time,", "probability": 0.86083984375}, {"start": 1058.4, "end": 1058.5, "word": " you", "probability": 0.63330078125}, {"start": 1058.5, "end": 1058.8, "word": " can't", "probability": 0.6007080078125}, {"start": 1058.8, "end": 1059.08, "word": " go", "probability": 0.294921875}, {"start": 1059.08, "end": 1059.12, "word": " down", "probability": 0.53564453125}, {"start": 1059.12, "end": 1059.38, "word": " too", "probability": 0.59521484375}, {"start": 1059.38, "end": 1059.46, "word": " much.", "probability": 0.419189453125}, {"start": 1060.02, "end": 1060.14, "word": " You", "probability": 0.89111328125}, {"start": 1060.14, "end": 1060.42, "word": " can't", "probability": 0.940185546875}, {"start": 1060.42, "end": 1060.62, "word": " say", "probability": 0.38720703125}, {"start": 1060.62, "end": 1060.84, "word": " go", "probability": 0.50048828125}, {"start": 1060.84, "end": 1060.96, "word": " to", "probability": 0.68017578125}, {"start": 1060.96, "end": 1062.3, "word": " API", "probability": 0.403076171875}, {"start": 1062.3, "end": 1063.3, "word": " 14", "probability": 0.80517578125}, {"start": 1063.3, "end": 1063.76, "word": " or", "probability": 0.87060546875}, {"start": 1063.76, "end": 1064.02, "word": " 10.", "probability": 0.85546875}, {"start": 1065.0, "end": 1065.36, "word": " Why?", "probability": 0.84130859375}, {"start": 1065.5, "end": 1065.82, "word": " It", "probability": 0.3037109375}, {"start": 1065.82, "end": 1065.82, "word": " means", "probability": 0.80224609375}, {"start": 1065.82, "end": 1066.14, "word": " that", "probability": 0.87060546875}, {"start": 1066.14, "end": 1066.32, "word": " the", "probability": 0.25341796875}, {"start": 1066.32, "end": 1066.32, "word": " more", "probability": 0.9140625}, {"start": 1066.32, "end": 1066.52, "word": " you", "probability": 0.8525390625}, {"start": 1066.52, "end": 1066.66, "word": " ...", "probability": 0.134033203125}, {"start": 1066.66, "end": 1067.0, "word": " I", "probability": 0.255126953125}, {"start": 1067.0, "end": 1067.06, "word": " want", "probability": 0.2264404296875}, {"start": 1067.06, "end": 1067.12, "word": " to", "probability": 0.97314453125}, {"start": 1067.12, "end": 1067.34, "word": " emphasize", "probability": 0.36376953125}, {"start": 1067.34, "end": 1067.68, "word": " this.", "probability": 0.28564453125}, {"start": 1067.68, "end": 1067.8, "word": " The", "probability": 0.82861328125}, {"start": 1067.8, "end": 1067.84, "word": " more", "probability": 0.931640625}, {"start": 1067.84, "end": 1067.98, "word": " you", "probability": 0.947265625}, {"start": 1067.98, "end": 1068.16, "word": " get", "probability": 0.36572265625}, {"start": 1068.16, "end": 1068.28, "word": " annoyed", "probability": 0.07171630859375}, {"start": 1068.28, "end": 1068.46, "word": " and", "probability": 0.474609375}, {"start": 1068.46, "end": 1068.62, "word": " say", "probability": 0.59765625}, {"start": 1068.62, "end": 1068.8, "word": " that", "probability": 0.50634765625}, {"start": 1068.8, "end": 1069.06, "word": " this", "probability": 0.7373046875}, {"start": 1069.06, "end": 1069.16, "word": " is", "probability": 0.78662109375}, {"start": 1069.16, "end": 1069.46, "word": " not", "probability": 0.9189453125}, {"start": 1069.46, "end": 1069.68, "word": " supported", "probability": 0.84912109375}, {"start": 1069.68, "end": 1069.84, "word": " by", "probability": 0.81689453125}, {"start": 1069.84, "end": 1070.06, "word": " time,", "probability": 0.75634765625}, {"start": 1070.12, "end": 1070.24, "word": " that", "probability": 0.49462890625}, {"start": 1070.24, "end": 1070.32, "word": " this", "probability": 0.88525390625}, {"start": 1070.32, "end": 1070.38, "word": " is", "probability": 0.94287109375}, {"start": 1070.38, "end": 1070.46, "word": " not", "probability": 0.9375}, {"start": 1070.46, "end": 1070.64, "word": " supported", "probability": 0.875}, {"start": 1070.64, "end": 1070.82, "word": " by", "probability": 0.96875}, {"start": 1070.82, "end": 1071.0, "word": " time.", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 45, "seek": 109801, "start": 1071.69, "end": 1098.01, "text": " Meaning that you will lose a lot of things. At the same time, Apple 14 stopped using it in the market. It is an old device, this sandwich. They call it ice cream sandwich. If you cover an ice cream sandwich, how many devices will cover it in the market? 100%. Your device will not cover all the devices in the market, but you will lose a lot of software capabilities.", "tokens": [19948, 300, 291, 486, 3624, 257, 688, 295, 721, 13, 1711, 264, 912, 565, 11, 6373, 3499, 5936, 1228, 309, 294, 264, 2142, 13, 467, 307, 364, 1331, 4302, 11, 341, 11141, 13, 814, 818, 309, 4435, 4689, 11141, 13, 759, 291, 2060, 364, 4435, 4689, 11141, 11, 577, 867, 5759, 486, 2060, 309, 294, 264, 2142, 30, 2319, 6856, 2260, 4302, 486, 406, 2060, 439, 264, 5759, 294, 264, 2142, 11, 457, 291, 486, 3624, 257, 688, 295, 4722, 10862, 13], "avg_logprob": -0.5094126506024096, "compression_ratio": 1.7692307692307692, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1071.69, "end": 1072.15, "word": " Meaning", "probability": 0.1490478515625}, {"start": 1072.15, "end": 1072.35, "word": " that", "probability": 0.407958984375}, {"start": 1072.35, "end": 1072.59, "word": " you", "probability": 0.84765625}, {"start": 1072.59, "end": 1072.79, "word": " will", "probability": 0.2578125}, {"start": 1072.79, "end": 1072.93, "word": " lose", "probability": 0.5361328125}, {"start": 1072.93, "end": 1073.35, "word": " a", "probability": 0.346435546875}, {"start": 1073.35, "end": 1073.51, "word": " lot", "probability": 0.94677734375}, {"start": 1073.51, "end": 1073.57, "word": " of", "probability": 0.88623046875}, {"start": 1073.57, "end": 1073.57, "word": " things.", "probability": 0.63330078125}, {"start": 1074.61, "end": 1074.87, "word": " At", "probability": 0.43212890625}, {"start": 1074.87, "end": 1075.05, "word": " the", "probability": 0.92333984375}, {"start": 1075.05, "end": 1075.09, "word": " same", "probability": 0.90576171875}, {"start": 1075.09, "end": 1075.33, "word": " time,", "probability": 0.88818359375}, {"start": 1075.49, "end": 1075.83, "word": " Apple", "probability": 0.1944580078125}, {"start": 1075.83, "end": 1076.75, "word": " 14", "probability": 0.2296142578125}, {"start": 1076.75, "end": 1076.97, "word": " stopped", "probability": 0.677734375}, {"start": 1076.97, "end": 1078.25, "word": " using", "probability": 0.409912109375}, {"start": 1078.25, "end": 1078.41, "word": " it", "probability": 0.22314453125}, {"start": 1078.41, "end": 1078.51, "word": " in", "probability": 0.77734375}, {"start": 1078.51, "end": 1078.59, "word": " the", "probability": 0.8359375}, {"start": 1078.59, "end": 1078.77, "word": " market.", "probability": 0.76513671875}, {"start": 1079.35, "end": 1079.59, "word": " It", "probability": 0.1627197265625}, {"start": 1079.59, "end": 1079.59, "word": " is", "probability": 0.5908203125}, {"start": 1079.59, "end": 1079.75, "word": " an", "probability": 0.406982421875}, {"start": 1079.75, "end": 1079.93, "word": " old", "probability": 0.82470703125}, {"start": 1079.93, "end": 1079.93, "word": " device,", "probability": 0.72802734375}, {"start": 1080.03, "end": 1080.23, "word": " this", "probability": 0.4111328125}, {"start": 1080.23, "end": 1080.59, "word": " sandwich.", "probability": 0.302001953125}, {"start": 1082.45, "end": 1082.77, "word": " They", "probability": 0.4794921875}, {"start": 1082.77, "end": 1082.77, "word": " call", "probability": 0.85595703125}, {"start": 1082.77, "end": 1082.77, "word": " it", "probability": 0.93603515625}, {"start": 1082.77, "end": 1082.91, "word": " ice", "probability": 0.412109375}, {"start": 1082.91, "end": 1083.15, "word": " cream", "probability": 0.90380859375}, {"start": 1083.15, "end": 1083.57, "word": " sandwich.", "probability": 0.83837890625}, {"start": 1085.57, "end": 1086.03, "word": " If", "probability": 0.1297607421875}, {"start": 1086.03, "end": 1087.59, "word": " you", "probability": 0.91748046875}, {"start": 1087.59, "end": 1087.79, "word": " cover", "probability": 0.489013671875}, {"start": 1087.79, "end": 1087.97, "word": " an", "probability": 0.470947265625}, {"start": 1087.97, "end": 1088.13, "word": " ice", "probability": 0.93310546875}, {"start": 1088.13, "end": 1088.35, "word": " cream", "probability": 0.966796875}, {"start": 1088.35, "end": 1088.87, "word": " sandwich,", "probability": 0.82080078125}, {"start": 1089.25, "end": 1089.55, "word": " how", "probability": 0.54296875}, {"start": 1089.55, "end": 1090.39, "word": " many", "probability": 0.724609375}, {"start": 1090.39, "end": 1090.63, "word": " devices", "probability": 0.87158203125}, {"start": 1090.63, "end": 1090.79, "word": " will", "probability": 0.5537109375}, {"start": 1090.79, "end": 1090.99, "word": " cover", "probability": 0.258544921875}, {"start": 1090.99, "end": 1091.09, "word": " it", "probability": 0.8359375}, {"start": 1091.09, "end": 1091.21, "word": " in", "probability": 0.5810546875}, {"start": 1091.21, "end": 1091.27, "word": " the", "probability": 0.87841796875}, {"start": 1091.27, "end": 1091.41, "word": " market?", "probability": 0.78271484375}, {"start": 1092.17, "end": 1092.63, "word": " 100%.", "probability": 0.712646484375}, {"start": 1092.63, "end": 1092.99, "word": " Your", "probability": 0.6103515625}, {"start": 1092.99, "end": 1093.25, "word": " device", "probability": 0.83447265625}, {"start": 1093.25, "end": 1093.49, "word": " will", "probability": 0.7890625}, {"start": 1093.49, "end": 1093.59, "word": " not", "probability": 0.162841796875}, {"start": 1093.59, "end": 1093.73, "word": " cover", "probability": 0.490966796875}, {"start": 1093.73, "end": 1094.03, "word": " all", "probability": 0.80322265625}, {"start": 1094.03, "end": 1094.03, "word": " the", "probability": 0.437744140625}, {"start": 1094.03, "end": 1094.23, "word": " devices", "probability": 0.845703125}, {"start": 1094.23, "end": 1094.37, "word": " in", "probability": 0.63818359375}, {"start": 1094.37, "end": 1094.45, "word": " the", "probability": 0.91162109375}, {"start": 1094.45, "end": 1094.69, "word": " market,", "probability": 0.81787109375}, {"start": 1095.01, "end": 1095.25, "word": " but", "probability": 0.8876953125}, {"start": 1095.25, "end": 1095.39, "word": " you", "probability": 0.50048828125}, {"start": 1095.39, "end": 1095.45, "word": " will", "probability": 0.83935546875}, {"start": 1095.45, "end": 1095.71, "word": " lose", "probability": 0.7978515625}, {"start": 1095.71, "end": 1095.89, "word": " a", "probability": 0.8681640625}, {"start": 1095.89, "end": 1096.13, "word": " lot", "probability": 0.94970703125}, {"start": 1096.13, "end": 1097.23, "word": " of", "probability": 0.61962890625}, {"start": 1097.23, "end": 1098.01, "word": " software", "probability": 0.382568359375}, {"start": 1098.01, "end": 1098.01, "word": " capabilities.", "probability": 0.75439453125}], "temperature": 1.0}, {"id": 46, "seek": 112413, "start": 1099.61, "end": 1124.13, "text": " But for example, let's increase it a bit. For example, if you tell it 19%. If you worked on an API with a minimum of 19%, it means that your application will cover 95% of devices. Notice that there is a gap of 5%. May God not give them back the 5%. But we benefit from large programming capabilities. Let's increase it a bit and see. 20%. What happened?", "tokens": [583, 337, 1365, 11, 718, 311, 3488, 309, 257, 857, 13, 1171, 1365, 11, 498, 291, 980, 309, 1294, 6856, 759, 291, 2732, 322, 364, 9362, 365, 257, 7285, 295, 1294, 8923, 309, 1355, 300, 428, 3861, 486, 2060, 13420, 4, 295, 5759, 13, 13428, 300, 456, 307, 257, 7417, 295, 1025, 6856, 1891, 1265, 406, 976, 552, 646, 264, 1025, 6856, 583, 321, 5121, 490, 2416, 9410, 10862, 13, 961, 311, 3488, 309, 257, 857, 293, 536, 13, 945, 6856, 708, 2011, 30], "avg_logprob": -0.503676493027631, "compression_ratio": 1.5, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1099.61, "end": 1099.99, "word": " But", "probability": 0.3759765625}, {"start": 1099.99, "end": 1100.47, "word": " for", "probability": 0.1429443359375}, {"start": 1100.47, "end": 1100.47, "word": " example,", "probability": 0.9169921875}, {"start": 1100.51, "end": 1100.79, "word": " let's", "probability": 0.77783203125}, {"start": 1100.79, "end": 1100.97, "word": " increase", "probability": 0.37890625}, {"start": 1100.97, "end": 1101.27, "word": " it", "probability": 0.720703125}, {"start": 1101.27, "end": 1101.27, "word": " a", "probability": 0.5517578125}, {"start": 1101.27, "end": 1101.27, "word": " bit.", "probability": 0.36865234375}, {"start": 1101.35, "end": 1101.47, "word": " For", "probability": 0.4189453125}, {"start": 1101.47, "end": 1101.59, "word": " example,", "probability": 0.9560546875}, {"start": 1101.67, "end": 1101.77, "word": " if", "probability": 0.6884765625}, {"start": 1101.77, "end": 1101.93, "word": " you", "probability": 0.50244140625}, {"start": 1101.93, "end": 1102.11, "word": " tell", "probability": 0.3955078125}, {"start": 1102.11, "end": 1102.39, "word": " it", "probability": 0.6015625}, {"start": 1102.39, "end": 1104.77, "word": " 19%.", "probability": 0.19866943359375}, {"start": 1104.77, "end": 1105.53, "word": " If", "probability": 0.90478515625}, {"start": 1105.53, "end": 1105.83, "word": " you", "probability": 0.94873046875}, {"start": 1105.83, "end": 1106.23, "word": " worked", "probability": 0.43505859375}, {"start": 1106.23, "end": 1106.45, "word": " on", "probability": 0.85888671875}, {"start": 1106.45, "end": 1106.63, "word": " an", "probability": 0.5341796875}, {"start": 1106.63, "end": 1107.09, "word": " API", "probability": 0.859375}, {"start": 1107.09, "end": 1107.39, "word": " with", "probability": 0.3681640625}, {"start": 1107.39, "end": 1107.57, "word": " a", "probability": 0.6650390625}, {"start": 1107.57, "end": 1107.61, "word": " minimum", "probability": 0.85693359375}, {"start": 1107.61, "end": 1107.77, "word": " of", "probability": 0.7041015625}, {"start": 1107.77, "end": 1108.33, "word": " 19%,", "probability": 0.78173828125}, {"start": 1108.33, "end": 1108.41, "word": " it", "probability": 0.4541015625}, {"start": 1108.41, "end": 1108.69, "word": " means", "probability": 0.91259765625}, {"start": 1108.69, "end": 1109.33, "word": " that", "probability": 0.84375}, {"start": 1109.33, "end": 1109.87, "word": " your", "probability": 0.80078125}, {"start": 1109.87, "end": 1110.25, "word": " application", "probability": 0.8037109375}, {"start": 1110.25, "end": 1110.61, "word": " will", "probability": 0.73974609375}, {"start": 1110.61, "end": 1110.83, "word": " cover", "probability": 0.51611328125}, {"start": 1110.83, "end": 1111.51, "word": " 95", "probability": 0.424560546875}, {"start": 1111.51, "end": 1112.71, "word": "%", "probability": 0.96044921875}, {"start": 1112.71, "end": 1112.71, "word": " of", "probability": 0.92236328125}, {"start": 1112.71, "end": 1112.71, "word": " devices.", "probability": 0.453125}, {"start": 1113.63, "end": 1114.19, "word": " Notice", "probability": 0.75634765625}, {"start": 1114.19, "end": 1114.35, "word": " that", "probability": 0.68994140625}, {"start": 1114.35, "end": 1114.49, "word": " there", "probability": 0.11322021484375}, {"start": 1114.49, "end": 1114.63, "word": " is", "probability": 0.6982421875}, {"start": 1114.63, "end": 1114.63, "word": " a", "probability": 0.7421875}, {"start": 1114.63, "end": 1114.63, "word": " gap", "probability": 0.4833984375}, {"start": 1114.63, "end": 1115.21, "word": " of", "probability": 0.88916015625}, {"start": 1115.21, "end": 1115.95, "word": " 5%.", "probability": 0.836669921875}, {"start": 1115.95, "end": 1116.39, "word": " May", "probability": 0.5107421875}, {"start": 1116.39, "end": 1116.43, "word": " God", "probability": 0.65234375}, {"start": 1116.43, "end": 1116.55, "word": " not", "probability": 0.171142578125}, {"start": 1116.55, "end": 1116.67, "word": " give", "probability": 0.5068359375}, {"start": 1116.67, "end": 1116.77, "word": " them", "probability": 0.85498046875}, {"start": 1116.77, "end": 1116.77, "word": " back", "probability": 0.443603515625}, {"start": 1116.77, "end": 1116.87, "word": " the", "probability": 0.404296875}, {"start": 1116.87, "end": 1117.39, "word": " 5%.", "probability": 0.873779296875}, {"start": 1117.39, "end": 1118.31, "word": " But", "probability": 0.7548828125}, {"start": 1118.31, "end": 1118.51, "word": " we", "probability": 0.92333984375}, {"start": 1118.51, "end": 1118.93, "word": " benefit", "probability": 0.474609375}, {"start": 1118.93, "end": 1119.07, "word": " from", "probability": 0.82666015625}, {"start": 1119.07, "end": 1119.11, "word": " large", "probability": 0.166259765625}, {"start": 1119.11, "end": 1119.61, "word": " programming", "probability": 0.296142578125}, {"start": 1119.61, "end": 1120.15, "word": " capabilities.", "probability": 0.7333984375}, {"start": 1120.97, "end": 1121.31, "word": " Let's", "probability": 0.94873046875}, {"start": 1121.31, "end": 1121.47, "word": " increase", "probability": 0.7197265625}, {"start": 1121.47, "end": 1121.57, "word": " it", "probability": 0.90185546875}, {"start": 1121.57, "end": 1121.69, "word": " a", "probability": 0.900390625}, {"start": 1121.69, "end": 1121.85, "word": " bit", "probability": 0.6416015625}, {"start": 1121.85, "end": 1121.97, "word": " and", "probability": 0.3525390625}, {"start": 1121.97, "end": 1122.19, "word": " see.", "probability": 0.8740234375}, {"start": 1122.77, "end": 1123.33, "word": " 20%.", "probability": 0.579345703125}, {"start": 1123.33, "end": 1123.85, "word": " What", "probability": 0.873046875}, {"start": 1123.85, "end": 1124.13, "word": " happened?", "probability": 0.77099609375}], "temperature": 1.0}, {"id": 47, "seek": 115176, "start": 1125.14, "end": 1151.76, "text": " No, it decreased a lot. Yes, 15% decreased a lot. Okay? We don't need these numbers. So you need to balance. 18% for example, look, from 18% to 19% it didn't decrease. 95% and 9%. From 19% to 95% and 3%. And every time Android Studio updates, it updates this statistic based on the latest developments in the market.", "tokens": [883, 11, 309, 24436, 257, 688, 13, 1079, 11, 2119, 4, 24436, 257, 688, 13, 1033, 30, 492, 500, 380, 643, 613, 3547, 13, 407, 291, 643, 281, 4772, 13, 2443, 4, 337, 1365, 11, 574, 11, 490, 2443, 4, 281, 1294, 4, 309, 994, 380, 11514, 13, 13420, 4, 293, 1722, 6856, 3358, 1294, 4, 281, 13420, 4, 293, 805, 6856, 400, 633, 565, 8853, 13500, 9205, 11, 309, 9205, 341, 29588, 2361, 322, 264, 6792, 20862, 294, 264, 2142, 13], "avg_logprob": -0.5086596098290869, "compression_ratio": 1.5095238095238095, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1125.14, "end": 1125.46, "word": " No,", "probability": 0.57421875}, {"start": 1125.52, "end": 1125.74, "word": " it", "probability": 0.324951171875}, {"start": 1125.74, "end": 1127.28, "word": " decreased", "probability": 0.26318359375}, {"start": 1127.28, "end": 1127.68, "word": " a", "probability": 0.474609375}, {"start": 1127.68, "end": 1127.68, "word": " lot.", "probability": 0.94384765625}, {"start": 1128.24, "end": 1128.46, "word": " Yes,", "probability": 0.5029296875}, {"start": 1128.56, "end": 1128.76, "word": " 15", "probability": 0.67919921875}, {"start": 1128.76, "end": 1129.18, "word": "%", "probability": 0.74072265625}, {"start": 1129.18, "end": 1129.36, "word": " decreased", "probability": 0.276123046875}, {"start": 1129.36, "end": 1129.62, "word": " a", "probability": 0.65576171875}, {"start": 1129.62, "end": 1129.62, "word": " lot.", "probability": 0.953125}, {"start": 1130.06, "end": 1130.34, "word": " Okay?", "probability": 0.2442626953125}, {"start": 1130.92, "end": 1131.06, "word": " We", "probability": 0.50927734375}, {"start": 1131.06, "end": 1131.22, "word": " don't", "probability": 0.81640625}, {"start": 1131.22, "end": 1131.4, "word": " need", "probability": 0.52001953125}, {"start": 1131.4, "end": 1131.72, "word": " these", "probability": 0.28369140625}, {"start": 1131.72, "end": 1131.72, "word": " numbers.", "probability": 0.490478515625}, {"start": 1132.32, "end": 1132.64, "word": " So", "probability": 0.546875}, {"start": 1132.64, "end": 1132.7, "word": " you", "probability": 0.56982421875}, {"start": 1132.7, "end": 1132.88, "word": " need", "probability": 0.482666015625}, {"start": 1132.88, "end": 1132.98, "word": " to", "probability": 0.9697265625}, {"start": 1132.98, "end": 1133.24, "word": " balance.", "probability": 0.8037109375}, {"start": 1133.62, "end": 1133.92, "word": " 18", "probability": 0.6689453125}, {"start": 1133.92, "end": 1134.22, "word": "%", "probability": 0.381103515625}, {"start": 1134.22, "end": 1134.34, "word": " for", "probability": 0.8056640625}, {"start": 1134.34, "end": 1134.62, "word": " example,", "probability": 0.9267578125}, {"start": 1135.04, "end": 1135.18, "word": " look,", "probability": 0.39892578125}, {"start": 1135.5, "end": 1135.62, "word": " from", "probability": 0.58447265625}, {"start": 1135.62, "end": 1135.96, "word": " 18", "probability": 0.92626953125}, {"start": 1135.96, "end": 1135.96, "word": "%", "probability": 0.350830078125}, {"start": 1135.96, "end": 1136.18, "word": " to", "probability": 0.791015625}, {"start": 1136.18, "end": 1136.54, "word": " 19", "probability": 0.990234375}, {"start": 1136.54, "end": 1136.58, "word": "%", "probability": 0.70166015625}, {"start": 1136.58, "end": 1136.66, "word": " it", "probability": 0.345947265625}, {"start": 1136.66, "end": 1136.68, "word": " didn't", "probability": 0.77734375}, {"start": 1136.68, "end": 1136.94, "word": " decrease.", "probability": 0.53076171875}, {"start": 1137.98, "end": 1138.54, "word": " 95", "probability": 0.93115234375}, {"start": 1138.54, "end": 1138.54, "word": "%", "probability": 0.76708984375}, {"start": 1138.54, "end": 1138.9, "word": " and", "probability": 0.79638671875}, {"start": 1138.9, "end": 1139.6, "word": " 9%.", "probability": 0.8642578125}, {"start": 1139.6, "end": 1140.46, "word": " From", "probability": 0.5791015625}, {"start": 1140.46, "end": 1140.76, "word": " 19", "probability": 0.95947265625}, {"start": 1140.76, "end": 1141.12, "word": "%", "probability": 0.93896484375}, {"start": 1141.12, "end": 1142.74, "word": " to", "probability": 0.91455078125}, {"start": 1142.74, "end": 1143.16, "word": " 95", "probability": 0.9833984375}, {"start": 1143.16, "end": 1143.38, "word": "%", "probability": 0.908203125}, {"start": 1143.38, "end": 1143.96, "word": " and", "probability": 0.93505859375}, {"start": 1143.96, "end": 1144.98, "word": " 3%.", "probability": 0.93505859375}, {"start": 1144.98, "end": 1145.12, "word": " And", "probability": 0.61865234375}, {"start": 1145.12, "end": 1145.38, "word": " every", "probability": 0.10162353515625}, {"start": 1145.38, "end": 1145.46, "word": " time", "probability": 0.74755859375}, {"start": 1145.46, "end": 1147.1, "word": " Android", "probability": 0.494140625}, {"start": 1147.1, "end": 1147.44, "word": " Studio", "probability": 0.724609375}, {"start": 1147.44, "end": 1147.44, "word": " updates,", "probability": 0.66259765625}, {"start": 1147.46, "end": 1147.56, "word": " it", "probability": 0.6142578125}, {"start": 1147.56, "end": 1147.84, "word": " updates", "probability": 0.294921875}, {"start": 1147.84, "end": 1147.92, "word": " this", "probability": 0.50732421875}, {"start": 1147.92, "end": 1148.32, "word": " statistic", "probability": 0.472900390625}, {"start": 1148.32, "end": 1149.18, "word": " based", "probability": 0.424560546875}, {"start": 1149.18, "end": 1149.38, "word": " on", "probability": 0.95068359375}, {"start": 1149.38, "end": 1149.82, "word": " the", "probability": 0.6572265625}, {"start": 1149.82, "end": 1149.82, "word": " latest", "probability": 0.8369140625}, {"start": 1149.82, "end": 1151.3, "word": " developments", "probability": 0.52392578125}, {"start": 1151.3, "end": 1151.52, "word": " in", "probability": 0.9072265625}, {"start": 1151.52, "end": 1151.58, "word": " the", "probability": 0.912109375}, {"start": 1151.58, "end": 1151.76, "word": " market.", "probability": 0.80126953125}], "temperature": 1.0}, {"id": 48, "seek": 118147, "start": 1152.53, "end": 1181.47, "text": " So the KitKat is this information. Look, if I put the last one. I want to work on the 28th and delete everything before that. Okay? What did it write? This way it will cover less than 1% of the work. So there are not many devices that make updates or use Apple IE 18. So this is important, guys, that you work on the latest but try to support the old one to ensure that there is more distribution covered in the market and good programming capabilities. So if you go back a long time,", "tokens": [407, 264, 23037, 42, 267, 307, 341, 1589, 13, 2053, 11, 498, 286, 829, 264, 1036, 472, 13, 286, 528, 281, 589, 322, 264, 7562, 392, 293, 12097, 1203, 949, 300, 13, 1033, 30, 708, 630, 309, 2464, 30, 639, 636, 309, 486, 2060, 1570, 813, 502, 4, 295, 264, 589, 13, 407, 456, 366, 406, 867, 5759, 300, 652, 9205, 420, 764, 6373, 286, 36, 2443, 13, 407, 341, 307, 1021, 11, 1074, 11, 300, 291, 589, 322, 264, 6792, 457, 853, 281, 1406, 264, 1331, 472, 281, 5586, 300, 456, 307, 544, 7316, 5343, 294, 264, 2142, 293, 665, 9410, 10862, 13, 407, 498, 291, 352, 646, 257, 938, 565, 11], "avg_logprob": -0.558114009468179, "compression_ratio": 1.6166666666666667, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1152.53, "end": 1152.77, "word": " So", "probability": 0.4892578125}, {"start": 1152.77, "end": 1152.81, "word": " the", "probability": 0.2088623046875}, {"start": 1152.81, "end": 1153.17, "word": " KitKat", "probability": 0.68896484375}, {"start": 1153.17, "end": 1153.29, "word": " is", "probability": 0.253173828125}, {"start": 1153.29, "end": 1153.43, "word": " this", "probability": 0.37939453125}, {"start": 1153.43, "end": 1153.59, "word": " information.", "probability": 0.51220703125}, {"start": 1153.77, "end": 1153.97, "word": " Look,", "probability": 0.178466796875}, {"start": 1154.03, "end": 1154.11, "word": " if", "probability": 0.77734375}, {"start": 1154.11, "end": 1154.25, "word": " I", "probability": 0.9375}, {"start": 1154.25, "end": 1154.51, "word": " put", "probability": 0.39794921875}, {"start": 1154.51, "end": 1154.69, "word": " the", "probability": 0.56787109375}, {"start": 1154.69, "end": 1154.87, "word": " last", "probability": 0.79638671875}, {"start": 1154.87, "end": 1155.13, "word": " one.", "probability": 0.521484375}, {"start": 1156.11, "end": 1156.55, "word": " I", "probability": 0.85888671875}, {"start": 1156.55, "end": 1156.79, "word": " want", "probability": 0.6591796875}, {"start": 1156.79, "end": 1156.93, "word": " to", "probability": 0.95068359375}, {"start": 1156.93, "end": 1157.01, "word": " work", "probability": 0.73046875}, {"start": 1157.01, "end": 1157.15, "word": " on", "probability": 0.8271484375}, {"start": 1157.15, "end": 1157.23, "word": " the", "probability": 0.1697998046875}, {"start": 1157.23, "end": 1157.87, "word": " 28th", "probability": 0.880615234375}, {"start": 1157.87, "end": 1157.91, "word": " and", "probability": 0.751953125}, {"start": 1157.91, "end": 1158.19, "word": " delete", "probability": 0.238525390625}, {"start": 1158.19, "end": 1158.43, "word": " everything", "probability": 0.63623046875}, {"start": 1158.43, "end": 1158.71, "word": " before", "probability": 0.34375}, {"start": 1158.71, "end": 1158.83, "word": " that.", "probability": 0.3193359375}, {"start": 1159.61, "end": 1159.87, "word": " Okay?", "probability": 0.25537109375}, {"start": 1160.17, "end": 1160.41, "word": " What", "probability": 0.771484375}, {"start": 1160.41, "end": 1160.49, "word": " did", "probability": 0.290771484375}, {"start": 1160.49, "end": 1160.63, "word": " it", "probability": 0.5859375}, {"start": 1160.63, "end": 1160.69, "word": " write?", "probability": 0.53271484375}, {"start": 1161.17, "end": 1161.61, "word": " This", "probability": 0.276611328125}, {"start": 1161.61, "end": 1161.65, "word": " way", "probability": 0.6630859375}, {"start": 1161.65, "end": 1161.79, "word": " it", "probability": 0.44921875}, {"start": 1161.79, "end": 1161.79, "word": " will", "probability": 0.75048828125}, {"start": 1161.79, "end": 1161.99, "word": " cover", "probability": 0.77734375}, {"start": 1161.99, "end": 1162.27, "word": " less", "probability": 0.888671875}, {"start": 1162.27, "end": 1162.43, "word": " than", "probability": 0.94189453125}, {"start": 1162.43, "end": 1162.63, "word": " 1", "probability": 0.8203125}, {"start": 1162.63, "end": 1162.99, "word": "%", "probability": 0.7958984375}, {"start": 1162.99, "end": 1163.19, "word": " of", "probability": 0.88525390625}, {"start": 1163.19, "end": 1163.27, "word": " the", "probability": 0.48095703125}, {"start": 1163.27, "end": 1163.33, "word": " work.", "probability": 0.175048828125}, {"start": 1163.33, "end": 1163.53, "word": " So", "probability": 0.450439453125}, {"start": 1163.53, "end": 1163.71, "word": " there", "probability": 0.6572265625}, {"start": 1163.71, "end": 1163.73, "word": " are", "probability": 0.44873046875}, {"start": 1163.73, "end": 1163.73, "word": " not", "probability": 0.71875}, {"start": 1163.73, "end": 1163.93, "word": " many", "probability": 0.65087890625}, {"start": 1163.93, "end": 1164.17, "word": " devices", "probability": 0.9111328125}, {"start": 1164.17, "end": 1164.75, "word": " that", "probability": 0.56982421875}, {"start": 1164.75, "end": 1165.51, "word": " make", "probability": 0.1434326171875}, {"start": 1165.51, "end": 1165.93, "word": " updates", "probability": 0.52978515625}, {"start": 1165.93, "end": 1167.11, "word": " or", "probability": 0.32763671875}, {"start": 1167.11, "end": 1167.59, "word": " use", "probability": 0.80908203125}, {"start": 1167.59, "end": 1167.85, "word": " Apple", "probability": 0.572265625}, {"start": 1167.85, "end": 1168.05, "word": " IE", "probability": 0.41748046875}, {"start": 1168.05, "end": 1168.47, "word": " 18.", "probability": 0.67041015625}, {"start": 1169.29, "end": 1169.73, "word": " So", "probability": 0.80712890625}, {"start": 1169.73, "end": 1169.85, "word": " this", "probability": 0.55908203125}, {"start": 1169.85, "end": 1169.87, "word": " is", "probability": 0.93408203125}, {"start": 1169.87, "end": 1170.13, "word": " important,", "probability": 0.83447265625}, {"start": 1170.27, "end": 1170.51, "word": " guys,", "probability": 0.69384765625}, {"start": 1170.79, "end": 1171.21, "word": " that", "probability": 0.487548828125}, {"start": 1171.21, "end": 1171.41, "word": " you", "probability": 0.9384765625}, {"start": 1171.41, "end": 1171.67, "word": " work", "probability": 0.7548828125}, {"start": 1171.67, "end": 1171.83, "word": " on", "probability": 0.89306640625}, {"start": 1171.83, "end": 1171.89, "word": " the", "probability": 0.439453125}, {"start": 1171.89, "end": 1172.15, "word": " latest", "probability": 0.250732421875}, {"start": 1172.15, "end": 1172.55, "word": " but", "probability": 0.33203125}, {"start": 1172.55, "end": 1172.85, "word": " try", "probability": 0.85205078125}, {"start": 1172.85, "end": 1173.01, "word": " to", "probability": 0.96142578125}, {"start": 1173.01, "end": 1173.29, "word": " support", "probability": 0.9267578125}, {"start": 1173.29, "end": 1174.19, "word": " the", "probability": 0.892578125}, {"start": 1174.19, "end": 1174.39, "word": " old", "probability": 0.869140625}, {"start": 1174.39, "end": 1174.59, "word": " one", "probability": 0.37890625}, {"start": 1174.59, "end": 1174.91, "word": " to", "probability": 0.27783203125}, {"start": 1174.91, "end": 1175.27, "word": " ensure", "probability": 0.623046875}, {"start": 1175.27, "end": 1175.49, "word": " that", "probability": 0.83203125}, {"start": 1175.49, "end": 1175.63, "word": " there", "probability": 0.86572265625}, {"start": 1175.63, "end": 1175.85, "word": " is", "probability": 0.79052734375}, {"start": 1175.85, "end": 1176.23, "word": " more", "probability": 0.7822265625}, {"start": 1176.23, "end": 1176.93, "word": " distribution", "probability": 0.7822265625}, {"start": 1176.93, "end": 1177.29, "word": " covered", "probability": 0.498046875}, {"start": 1177.29, "end": 1177.43, "word": " in", "probability": 0.888671875}, {"start": 1177.43, "end": 1177.55, "word": " the", "probability": 0.91943359375}, {"start": 1177.55, "end": 1177.87, "word": " market", "probability": 0.80908203125}, {"start": 1177.87, "end": 1178.47, "word": " and", "probability": 0.830078125}, {"start": 1178.47, "end": 1178.91, "word": " good", "probability": 0.6123046875}, {"start": 1178.91, "end": 1179.21, "word": " programming", "probability": 0.78466796875}, {"start": 1179.21, "end": 1179.25, "word": " capabilities.", "probability": 0.8017578125}, {"start": 1180.29, "end": 1180.59, "word": " So", "probability": 0.5234375}, {"start": 1180.59, "end": 1180.67, "word": " if", "probability": 0.17041015625}, {"start": 1180.67, "end": 1181.01, "word": " you", "probability": 0.88818359375}, {"start": 1181.01, "end": 1181.01, "word": " go", "probability": 0.39501953125}, {"start": 1181.01, "end": 1181.01, "word": " back", "probability": 0.83447265625}, {"start": 1181.01, "end": 1181.13, "word": " a", "probability": 0.58251953125}, {"start": 1181.13, "end": 1181.29, "word": " long", "probability": 0.84228515625}, {"start": 1181.29, "end": 1181.47, "word": " time,", "probability": 0.6904296875}], "temperature": 1.0}, {"id": 49, "seek": 118541, "start": 1182.67, "end": 1185.41, "text": " I didn't choose a lot of new ones. We're done. What's next?", "tokens": [286, 994, 380, 2826, 257, 688, 295, 777, 2306, 13, 492, 434, 1096, 13, 708, 311, 958, 30], "avg_logprob": -0.6122532831995111, "compression_ratio": 0.9375, "no_speech_prob": 0.0, "words": [{"start": 1182.67, "end": 1183.01, "word": " I", "probability": 0.431640625}, {"start": 1183.01, "end": 1183.01, "word": " didn't", "probability": 0.7333984375}, {"start": 1183.01, "end": 1183.27, "word": " choose", "probability": 0.52587890625}, {"start": 1183.27, "end": 1183.41, "word": " a", "probability": 0.1806640625}, {"start": 1183.41, "end": 1183.77, "word": " lot", "probability": 0.7353515625}, {"start": 1183.77, "end": 1183.77, "word": " of", "probability": 0.84912109375}, {"start": 1183.77, "end": 1183.77, "word": " new", "probability": 0.384521484375}, {"start": 1183.77, "end": 1183.99, "word": " ones.", "probability": 0.328125}, {"start": 1184.35, "end": 1184.53, "word": " We're", "probability": 0.289306640625}, {"start": 1184.53, "end": 1184.73, "word": " done.", "probability": 0.83447265625}, {"start": 1185.01, "end": 1185.29, "word": " What's", "probability": 0.689208984375}, {"start": 1185.29, "end": 1185.41, "word": " next?", "probability": 0.9111328125}], "temperature": 1.0}, {"id": 50, "seek": 121199, "start": 1187.69, "end": 1211.99, "text": " What is this title? Add an activity to mobile. Do you remember when we used to run a graphical user interface on Java? What was the first component we used to do? Framework. Framework, ok. What is inside the framework? Everything. Any Android application should at least have one activity or one face. The face in Android is not called frame, it is called activity.", "tokens": [708, 307, 341, 4876, 30, 5349, 364, 5191, 281, 6013, 13, 1144, 291, 1604, 562, 321, 1143, 281, 1190, 257, 35942, 4195, 9226, 322, 10745, 30, 708, 390, 264, 700, 6542, 321, 1143, 281, 360, 30, 31628, 1902, 13, 31628, 1902, 11, 3133, 13, 708, 307, 1854, 264, 8388, 30, 5471, 13, 2639, 8853, 3861, 820, 412, 1935, 362, 472, 5191, 420, 472, 1851, 13, 440, 1851, 294, 8853, 307, 406, 1219, 3920, 11, 309, 307, 1219, 5191, 13], "avg_logprob": -0.45312499552965163, "compression_ratio": 1.6561085972850678, "no_speech_prob": 0.0, "words": [{"start": 1187.69, "end": 1187.97, "word": " What", "probability": 0.34814453125}, {"start": 1187.97, "end": 1188.15, "word": " is", "probability": 0.48876953125}, {"start": 1188.15, "end": 1188.33, "word": " this", "probability": 0.4375}, {"start": 1188.33, "end": 1188.55, "word": " title?", "probability": 0.41162109375}, {"start": 1188.87, "end": 1189.15, "word": " Add", "probability": 0.5234375}, {"start": 1189.15, "end": 1189.35, "word": " an", "probability": 0.845703125}, {"start": 1189.35, "end": 1189.79, "word": " activity", "probability": 0.7998046875}, {"start": 1189.79, "end": 1190.97, "word": " to", "probability": 0.96044921875}, {"start": 1190.97, "end": 1191.31, "word": " mobile.", "probability": 0.89404296875}, {"start": 1191.51, "end": 1191.65, "word": " Do", "probability": 0.6025390625}, {"start": 1191.65, "end": 1191.71, "word": " you", "probability": 0.95751953125}, {"start": 1191.71, "end": 1192.33, "word": " remember", "probability": 0.8330078125}, {"start": 1192.33, "end": 1192.57, "word": " when", "probability": 0.69287109375}, {"start": 1192.57, "end": 1192.91, "word": " we", "probability": 0.8974609375}, {"start": 1192.91, "end": 1192.91, "word": " used", "probability": 0.370849609375}, {"start": 1192.91, "end": 1192.91, "word": " to", "probability": 0.91162109375}, {"start": 1192.91, "end": 1193.07, "word": " run", "probability": 0.368408203125}, {"start": 1193.07, "end": 1193.19, "word": " a", "probability": 0.381103515625}, {"start": 1193.19, "end": 1193.45, "word": " graphical", "probability": 0.71630859375}, {"start": 1193.45, "end": 1193.73, "word": " user", "probability": 0.81298828125}, {"start": 1193.73, "end": 1194.19, "word": " interface", "probability": 0.88720703125}, {"start": 1194.19, "end": 1194.33, "word": " on", "probability": 0.783203125}, {"start": 1194.33, "end": 1194.65, "word": " Java?", "probability": 0.7119140625}, {"start": 1195.01, "end": 1195.47, "word": " What", "probability": 0.75146484375}, {"start": 1195.47, "end": 1195.65, "word": " was", "probability": 0.80126953125}, {"start": 1195.65, "end": 1195.65, "word": " the", "probability": 0.85888671875}, {"start": 1195.65, "end": 1195.83, "word": " first", "probability": 0.86962890625}, {"start": 1195.83, "end": 1196.33, "word": " component", "probability": 0.83447265625}, {"start": 1196.33, "end": 1196.57, "word": " we", "probability": 0.57373046875}, {"start": 1196.57, "end": 1196.57, "word": " used", "probability": 0.638671875}, {"start": 1196.57, "end": 1196.63, "word": " to", "probability": 0.95849609375}, {"start": 1196.63, "end": 1196.83, "word": " do?", "probability": 0.372314453125}, {"start": 1197.65, "end": 1198.17, "word": " Framework.", "probability": 0.5426025390625}, {"start": 1198.49, "end": 1198.49, "word": " Framework,", "probability": 0.6585693359375}, {"start": 1198.49, "end": 1198.73, "word": " ok.", "probability": 0.2069091796875}, {"start": 1199.27, "end": 1199.47, "word": " What", "probability": 0.399169921875}, {"start": 1199.47, "end": 1199.57, "word": " is", "probability": 0.51025390625}, {"start": 1199.57, "end": 1199.93, "word": " inside", "probability": 0.76123046875}, {"start": 1199.93, "end": 1200.17, "word": " the", "probability": 0.283935546875}, {"start": 1200.17, "end": 1200.33, "word": " framework?", "probability": 0.40380859375}, {"start": 1200.77, "end": 1201.29, "word": " Everything.", "probability": 0.84521484375}, {"start": 1201.99, "end": 1202.19, "word": " Any", "probability": 0.7607421875}, {"start": 1202.19, "end": 1202.89, "word": " Android", "probability": 0.736328125}, {"start": 1202.89, "end": 1202.97, "word": " application", "probability": 0.82568359375}, {"start": 1202.97, "end": 1203.87, "word": " should", "probability": 0.2509765625}, {"start": 1203.87, "end": 1203.97, "word": " at", "probability": 0.56201171875}, {"start": 1203.97, "end": 1204.23, "word": " least", "probability": 0.9580078125}, {"start": 1204.23, "end": 1204.71, "word": " have", "probability": 0.8720703125}, {"start": 1204.71, "end": 1204.83, "word": " one", "probability": 0.7705078125}, {"start": 1204.83, "end": 1205.29, "word": " activity", "probability": 0.85986328125}, {"start": 1205.29, "end": 1206.05, "word": " or", "probability": 0.66015625}, {"start": 1206.05, "end": 1206.37, "word": " one", "probability": 0.7041015625}, {"start": 1206.37, "end": 1206.61, "word": " face.", "probability": 0.25927734375}, {"start": 1207.65, "end": 1207.87, "word": " The", "probability": 0.315185546875}, {"start": 1207.87, "end": 1208.13, "word": " face", "probability": 0.66064453125}, {"start": 1208.13, "end": 1208.29, "word": " in", "probability": 0.765625}, {"start": 1208.29, "end": 1208.63, "word": " Android", "probability": 0.9404296875}, {"start": 1208.63, "end": 1208.79, "word": " is", "probability": 0.81494140625}, {"start": 1208.79, "end": 1208.93, "word": " not", "probability": 0.744140625}, {"start": 1208.93, "end": 1209.17, "word": " called", "probability": 0.7392578125}, {"start": 1209.17, "end": 1209.55, "word": " frame,", "probability": 0.420166015625}, {"start": 1210.07, "end": 1210.27, "word": " it", "probability": 0.6044921875}, {"start": 1210.27, "end": 1210.33, "word": " is", "probability": 0.87109375}, {"start": 1210.33, "end": 1210.57, "word": " called", "probability": 0.9111328125}, {"start": 1210.57, "end": 1211.99, "word": " activity.", "probability": 0.6328125}], "temperature": 1.0}, {"id": 51, "seek": 123004, "start": 1213.06, "end": 1230.04, "text": "The literal translation of activity is activity. Ok guys? The application can have dozens of activities, one opening to another, etc. But at least you should start with a basic activity.", "tokens": [2278, 20411, 12853, 295, 5191, 307, 5191, 13, 3477, 1074, 30, 440, 3861, 393, 362, 18431, 295, 5354, 11, 472, 5193, 281, 1071, 11, 5183, 13, 583, 412, 1935, 291, 820, 722, 365, 257, 3875, 5191, 13], "avg_logprob": -0.6957236685250935, "compression_ratio": 1.4090909090909092, "no_speech_prob": 0.0, "words": [{"start": 1213.06, "end": 1213.3, "word": "The", "probability": 0.19140625}, {"start": 1213.3, "end": 1213.8, "word": " literal", "probability": 0.8232421875}, {"start": 1213.8, "end": 1213.86, "word": " translation", "probability": 0.74462890625}, {"start": 1213.86, "end": 1213.98, "word": " of", "probability": 0.478759765625}, {"start": 1213.98, "end": 1214.38, "word": " activity", "probability": 0.748046875}, {"start": 1214.38, "end": 1214.76, "word": " is", "probability": 0.81201171875}, {"start": 1214.76, "end": 1215.5, "word": " activity.", "probability": 0.32666015625}, {"start": 1219.68, "end": 1220.28, "word": " Ok", "probability": 0.2158203125}, {"start": 1220.28, "end": 1220.78, "word": " guys?", "probability": 0.403564453125}, {"start": 1222.14, "end": 1222.74, "word": " The", "probability": 0.262451171875}, {"start": 1222.74, "end": 1223.04, "word": " application", "probability": 0.8544921875}, {"start": 1223.04, "end": 1223.14, "word": " can", "probability": 0.350830078125}, {"start": 1223.14, "end": 1223.52, "word": " have", "probability": 0.38037109375}, {"start": 1223.52, "end": 1223.84, "word": " dozens", "probability": 0.386962890625}, {"start": 1223.84, "end": 1224.02, "word": " of", "probability": 0.9072265625}, {"start": 1224.02, "end": 1224.5, "word": " activities,", "probability": 0.94287109375}, {"start": 1224.7, "end": 1224.96, "word": " one", "probability": 0.73974609375}, {"start": 1224.96, "end": 1225.26, "word": " opening", "probability": 0.1312255859375}, {"start": 1225.26, "end": 1225.46, "word": " to", "probability": 0.31298828125}, {"start": 1225.46, "end": 1225.62, "word": " another,", "probability": 0.7265625}, {"start": 1226.1, "end": 1226.22, "word": " etc.", "probability": 0.373779296875}, {"start": 1227.38, "end": 1227.54, "word": " But", "probability": 0.5537109375}, {"start": 1227.54, "end": 1227.8, "word": " at", "probability": 0.7255859375}, {"start": 1227.8, "end": 1228.08, "word": " least", "probability": 0.94921875}, {"start": 1228.08, "end": 1228.16, "word": " you", "probability": 0.71826171875}, {"start": 1228.16, "end": 1228.32, "word": " should", "probability": 0.3505859375}, {"start": 1228.32, "end": 1228.6, "word": " start", "probability": 0.85498046875}, {"start": 1228.6, "end": 1228.8, "word": " with", "probability": 0.54931640625}, {"start": 1228.8, "end": 1229.32, "word": " a", "probability": 0.3486328125}, {"start": 1229.32, "end": 1229.32, "word": " basic", "probability": 0.58740234375}, {"start": 1229.32, "end": 1230.04, "word": " activity.", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 52, "seek": 126066, "start": 1232.3, "end": 1260.66, "text": "Okay, I'm telling you to choose. Of course, it also makes it easier for you. You can choose an empty activity. What is an empty activity? Empty, you don't put any code or anything in it. And you can choose activities that add ready code to it. For example, I want an activity where the navigation drawer appears, this one that pulls like this and gives you buttons. I want an activity that gives me scroll. An activity that gives me a map. They put the code ready for you.", "tokens": [8297, 11, 286, 478, 3585, 291, 281, 2826, 13, 2720, 1164, 11, 309, 611, 1669, 309, 3571, 337, 291, 13, 509, 393, 2826, 364, 6707, 5191, 13, 708, 307, 364, 6707, 5191, 30, 3968, 39420, 11, 291, 500, 380, 829, 604, 3089, 420, 1340, 294, 309, 13, 400, 291, 393, 2826, 5354, 300, 909, 1919, 3089, 281, 309, 13, 1171, 1365, 11, 286, 528, 364, 5191, 689, 264, 17346, 24039, 7038, 11, 341, 472, 300, 16982, 411, 341, 293, 2709, 291, 9905, 13, 286, 528, 364, 5191, 300, 2709, 385, 11369, 13, 1107, 5191, 300, 2709, 385, 257, 4471, 13, 814, 829, 264, 3089, 1919, 337, 291, 13], "avg_logprob": -0.4532683617478117, "compression_ratio": 1.7946768060836502, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1232.3, "end": 1232.6, "word": "Okay,", "probability": 0.193359375}, {"start": 1232.66, "end": 1232.8, "word": " I'm", "probability": 0.26068115234375}, {"start": 1232.8, "end": 1232.88, "word": " telling", "probability": 0.62158203125}, {"start": 1232.88, "end": 1233.06, "word": " you", "probability": 0.96435546875}, {"start": 1233.06, "end": 1233.12, "word": " to", "probability": 0.71337890625}, {"start": 1233.12, "end": 1233.4, "word": " choose.", "probability": 0.8779296875}, {"start": 1233.58, "end": 1233.74, "word": " Of", "probability": 0.182861328125}, {"start": 1233.74, "end": 1234.02, "word": " course,", "probability": 0.95849609375}, {"start": 1234.24, "end": 1234.32, "word": " it", "probability": 0.76171875}, {"start": 1234.32, "end": 1234.56, "word": " also", "probability": 0.490966796875}, {"start": 1234.56, "end": 1235.42, "word": " makes", "probability": 0.626953125}, {"start": 1235.42, "end": 1235.44, "word": " it", "probability": 0.8583984375}, {"start": 1235.44, "end": 1235.62, "word": " easier", "probability": 0.8642578125}, {"start": 1235.62, "end": 1235.8, "word": " for", "probability": 0.7607421875}, {"start": 1235.8, "end": 1235.92, "word": " you.", "probability": 0.96142578125}, {"start": 1235.96, "end": 1236.12, "word": " You", "probability": 0.60791015625}, {"start": 1236.12, "end": 1236.54, "word": " can", "probability": 0.8916015625}, {"start": 1236.54, "end": 1237.84, "word": " choose", "probability": 0.8623046875}, {"start": 1237.84, "end": 1238.02, "word": " an", "probability": 0.52490234375}, {"start": 1238.02, "end": 1238.02, "word": " empty", "probability": 0.86474609375}, {"start": 1238.02, "end": 1238.6, "word": " activity.", "probability": 0.9599609375}, {"start": 1239.18, "end": 1239.38, "word": " What", "probability": 0.73095703125}, {"start": 1239.38, "end": 1239.48, "word": " is", "probability": 0.484619140625}, {"start": 1239.48, "end": 1239.52, "word": " an", "probability": 0.486083984375}, {"start": 1239.52, "end": 1239.74, "word": " empty", "probability": 0.8291015625}, {"start": 1239.74, "end": 1240.2, "word": " activity?", "probability": 0.9423828125}, {"start": 1240.94, "end": 1241.34, "word": " Empty,", "probability": 0.676025390625}, {"start": 1241.44, "end": 1241.52, "word": " you", "probability": 0.42578125}, {"start": 1241.52, "end": 1241.6, "word": " don't", "probability": 0.835693359375}, {"start": 1241.6, "end": 1241.86, "word": " put", "probability": 0.697265625}, {"start": 1241.86, "end": 1242.28, "word": " any", "probability": 0.48193359375}, {"start": 1242.28, "end": 1242.54, "word": " code", "probability": 0.8857421875}, {"start": 1242.54, "end": 1242.64, "word": " or", "probability": 0.56689453125}, {"start": 1242.64, "end": 1242.96, "word": " anything", "probability": 0.86865234375}, {"start": 1242.96, "end": 1242.98, "word": " in", "probability": 0.70947265625}, {"start": 1242.98, "end": 1242.98, "word": " it.", "probability": 0.92333984375}, {"start": 1243.1, "end": 1243.2, "word": " And", "probability": 0.4169921875}, {"start": 1243.2, "end": 1243.42, "word": " you", "probability": 0.947265625}, {"start": 1243.42, "end": 1243.62, "word": " can", "probability": 0.92578125}, {"start": 1243.62, "end": 1244.8, "word": " choose", "probability": 0.8671875}, {"start": 1244.8, "end": 1245.4, "word": " activities", "probability": 0.8857421875}, {"start": 1245.4, "end": 1245.56, "word": " that", "probability": 0.6796875}, {"start": 1245.56, "end": 1245.98, "word": " add", "probability": 0.3427734375}, {"start": 1245.98, "end": 1246.24, "word": " ready", "probability": 0.460205078125}, {"start": 1246.24, "end": 1246.4, "word": " code", "probability": 0.74072265625}, {"start": 1246.4, "end": 1246.82, "word": " to", "probability": 0.36572265625}, {"start": 1246.82, "end": 1246.82, "word": " it.", "probability": 0.4814453125}, {"start": 1247.18, "end": 1247.5, "word": " For", "probability": 0.94580078125}, {"start": 1247.5, "end": 1247.6, "word": " example,", "probability": 0.9482421875}, {"start": 1247.66, "end": 1247.8, "word": " I", "probability": 0.9658203125}, {"start": 1247.8, "end": 1247.94, "word": " want", "probability": 0.8388671875}, {"start": 1247.94, "end": 1248.54, "word": " an", "probability": 0.74462890625}, {"start": 1248.54, "end": 1248.54, "word": " activity", "probability": 0.97021484375}, {"start": 1248.54, "end": 1249.9, "word": " where", "probability": 0.2330322265625}, {"start": 1249.9, "end": 1250.12, "word": " the", "probability": 0.6953125}, {"start": 1250.12, "end": 1250.84, "word": " navigation", "probability": 0.720703125}, {"start": 1250.84, "end": 1251.24, "word": " drawer", "probability": 0.91162109375}, {"start": 1251.24, "end": 1251.24, "word": " appears,", "probability": 0.53857421875}, {"start": 1251.26, "end": 1251.46, "word": " this", "probability": 0.1990966796875}, {"start": 1251.46, "end": 1251.54, "word": " one", "probability": 0.427734375}, {"start": 1251.54, "end": 1251.56, "word": " that", "probability": 0.8447265625}, {"start": 1251.56, "end": 1251.78, "word": " pulls", "probability": 0.462158203125}, {"start": 1251.78, "end": 1251.98, "word": " like", "probability": 0.1834716796875}, {"start": 1251.98, "end": 1252.12, "word": " this", "probability": 0.85888671875}, {"start": 1252.12, "end": 1252.18, "word": " and", "probability": 0.58349609375}, {"start": 1252.18, "end": 1252.3, "word": " gives", "probability": 0.1292724609375}, {"start": 1252.3, "end": 1252.46, "word": " you", "probability": 0.76416015625}, {"start": 1252.46, "end": 1252.68, "word": " buttons.", "probability": 0.64599609375}, {"start": 1253.16, "end": 1253.5, "word": " I", "probability": 0.97607421875}, {"start": 1253.5, "end": 1253.6, "word": " want", "probability": 0.85791015625}, {"start": 1253.6, "end": 1253.74, "word": " an", "probability": 0.92578125}, {"start": 1253.74, "end": 1254.18, "word": " activity", "probability": 0.9609375}, {"start": 1254.18, "end": 1254.42, "word": " that", "probability": 0.650390625}, {"start": 1254.42, "end": 1254.62, "word": " gives", "probability": 0.343505859375}, {"start": 1254.62, "end": 1255.0, "word": " me", "probability": 0.320068359375}, {"start": 1255.0, "end": 1256.1, "word": " scroll.", "probability": 0.59716796875}, {"start": 1257.9, "end": 1258.3, "word": " An", "probability": 0.64599609375}, {"start": 1258.3, "end": 1258.3, "word": " activity", "probability": 0.962890625}, {"start": 1258.3, "end": 1258.46, "word": " that", "probability": 0.85546875}, {"start": 1258.46, "end": 1258.56, "word": " gives", "probability": 0.724609375}, {"start": 1258.56, "end": 1258.84, "word": " me", "probability": 0.91796875}, {"start": 1258.84, "end": 1258.92, "word": " a", "probability": 0.90869140625}, {"start": 1258.92, "end": 1259.18, "word": " map.", "probability": 0.93994140625}, {"start": 1259.64, "end": 1259.8, "word": " They", "probability": 0.271240234375}, {"start": 1259.8, "end": 1259.96, "word": " put", "probability": 0.60009765625}, {"start": 1259.96, "end": 1260.2, "word": " the", "probability": 0.7109375}, {"start": 1260.2, "end": 1260.4, "word": " code", "probability": 0.7451171875}, {"start": 1260.4, "end": 1260.66, "word": " ready", "probability": 0.70556640625}, {"start": 1260.66, "end": 1260.66, "word": " for", "probability": 0.73291015625}, {"start": 1260.66, "end": 1260.66, "word": " you.", "probability": 0.87744140625}], "temperature": 1.0}, {"id": 53, "seek": 128722, "start": 1262.6, "end": 1287.22, "text": " But, of course, when you start learning these things, after learning the code, you take the ready one. You can adapt to it, because you take the ready one, but you have to adapt to it. Of course, we will come as the first application to use the ready ones, right or not? We will say, go and use the empty activity, okay? And then next.", "tokens": [583, 11, 295, 1164, 11, 562, 291, 722, 2539, 613, 721, 11, 934, 2539, 264, 3089, 11, 291, 747, 264, 1919, 472, 13, 509, 393, 6231, 281, 309, 11, 570, 291, 747, 264, 1919, 472, 11, 457, 291, 362, 281, 6231, 281, 309, 13, 2720, 1164, 11, 321, 486, 808, 382, 264, 700, 3861, 281, 764, 264, 1919, 2306, 11, 558, 420, 406, 30, 492, 486, 584, 11, 352, 293, 764, 264, 6707, 5191, 11, 1392, 30, 400, 550, 958, 13], "avg_logprob": -0.5552591281693157, "compression_ratio": 1.7055837563451777, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1262.6, "end": 1262.88, "word": " But,", "probability": 0.463134765625}, {"start": 1263.14, "end": 1263.14, "word": " of", "probability": 0.2105712890625}, {"start": 1263.14, "end": 1263.38, "word": " course,", "probability": 0.94921875}, {"start": 1263.74, "end": 1263.88, "word": " when", "probability": 0.223388671875}, {"start": 1263.88, "end": 1265.54, "word": " you", "probability": 0.82421875}, {"start": 1265.54, "end": 1265.7, "word": " start", "probability": 0.465087890625}, {"start": 1265.7, "end": 1266.02, "word": " learning", "probability": 0.7578125}, {"start": 1266.02, "end": 1266.16, "word": " these", "probability": 0.6005859375}, {"start": 1266.16, "end": 1266.46, "word": " things,", "probability": 0.74658203125}, {"start": 1266.82, "end": 1267.38, "word": " after", "probability": 0.30615234375}, {"start": 1267.38, "end": 1268.24, "word": " learning", "probability": 0.65771484375}, {"start": 1268.24, "end": 1268.4, "word": " the", "probability": 0.72998046875}, {"start": 1268.4, "end": 1268.68, "word": " code,", "probability": 0.89501953125}, {"start": 1268.8, "end": 1268.86, "word": " you", "probability": 0.8447265625}, {"start": 1268.86, "end": 1269.46, "word": " take", "probability": 0.230712890625}, {"start": 1269.46, "end": 1269.76, "word": " the", "probability": 0.51904296875}, {"start": 1269.76, "end": 1270.06, "word": " ready", "probability": 0.314208984375}, {"start": 1270.06, "end": 1270.08, "word": " one.", "probability": 0.23046875}, {"start": 1270.48, "end": 1270.58, "word": " You", "probability": 0.78271484375}, {"start": 1270.58, "end": 1270.76, "word": " can", "probability": 0.91259765625}, {"start": 1270.76, "end": 1271.06, "word": " adapt", "probability": 0.43359375}, {"start": 1271.06, "end": 1271.26, "word": " to", "probability": 0.68603515625}, {"start": 1271.26, "end": 1271.32, "word": " it,", "probability": 0.90283203125}, {"start": 1271.34, "end": 1271.48, "word": " because", "probability": 0.83349609375}, {"start": 1271.48, "end": 1271.96, "word": " you", "probability": 0.476318359375}, {"start": 1271.96, "end": 1272.46, "word": " take", "probability": 0.2039794921875}, {"start": 1272.46, "end": 1272.58, "word": " the", "probability": 0.434326171875}, {"start": 1272.58, "end": 1272.9, "word": " ready", "probability": 0.8232421875}, {"start": 1272.9, "end": 1273.46, "word": " one,", "probability": 0.85693359375}, {"start": 1273.5, "end": 1273.7, "word": " but", "probability": 0.84521484375}, {"start": 1273.7, "end": 1273.8, "word": " you", "probability": 0.94189453125}, {"start": 1273.8, "end": 1273.9, "word": " have", "probability": 0.53076171875}, {"start": 1273.9, "end": 1273.98, "word": " to", "probability": 0.97021484375}, {"start": 1273.98, "end": 1274.26, "word": " adapt", "probability": 0.81787109375}, {"start": 1274.26, "end": 1274.48, "word": " to", "probability": 0.82666015625}, {"start": 1274.48, "end": 1274.56, "word": " it.", "probability": 0.9404296875}, {"start": 1274.86, "end": 1275.02, "word": " Of", "probability": 0.284423828125}, {"start": 1275.02, "end": 1275.02, "word": " course,", "probability": 0.95703125}, {"start": 1275.02, "end": 1275.02, "word": " we", "probability": 0.51708984375}, {"start": 1275.02, "end": 1275.02, "word": " will", "probability": 0.409912109375}, {"start": 1275.02, "end": 1275.14, "word": " come", "probability": 0.178955078125}, {"start": 1275.14, "end": 1275.86, "word": " as", "probability": 0.5068359375}, {"start": 1275.86, "end": 1276.1, "word": " the", "probability": 0.70166015625}, {"start": 1276.1, "end": 1276.1, "word": " first", "probability": 0.869140625}, {"start": 1276.1, "end": 1277.6, "word": " application", "probability": 0.82421875}, {"start": 1277.6, "end": 1277.86, "word": " to", "probability": 0.86767578125}, {"start": 1277.86, "end": 1278.24, "word": " use", "probability": 0.84716796875}, {"start": 1278.24, "end": 1278.38, "word": " the", "probability": 0.75634765625}, {"start": 1278.38, "end": 1278.86, "word": " ready", "probability": 0.6875}, {"start": 1278.86, "end": 1278.88, "word": " ones,", "probability": 0.31005859375}, {"start": 1279.02, "end": 1279.2, "word": " right", "probability": 0.77880859375}, {"start": 1279.2, "end": 1279.38, "word": " or", "probability": 0.66943359375}, {"start": 1279.38, "end": 1279.42, "word": " not?", "probability": 0.50341796875}, {"start": 1279.98, "end": 1280.2, "word": " We", "probability": 0.81005859375}, {"start": 1280.2, "end": 1280.2, "word": " will", "probability": 0.70361328125}, {"start": 1280.2, "end": 1280.36, "word": " say,", "probability": 0.533203125}, {"start": 1280.48, "end": 1280.56, "word": " go", "probability": 0.4716796875}, {"start": 1280.56, "end": 1280.64, "word": " and", "probability": 0.5849609375}, {"start": 1280.64, "end": 1280.98, "word": " use", "probability": 0.86328125}, {"start": 1280.98, "end": 1281.2, "word": " the", "probability": 0.2783203125}, {"start": 1281.2, "end": 1282.02, "word": " empty", "probability": 0.60205078125}, {"start": 1282.02, "end": 1283.94, "word": " activity,", "probability": 0.908203125}, {"start": 1284.58, "end": 1285.82, "word": " okay?", "probability": 0.418701171875}, {"start": 1286.36, "end": 1286.82, "word": " And", "probability": 0.77685546875}, {"start": 1286.82, "end": 1286.94, "word": " then", "probability": 0.187255859375}, {"start": 1286.94, "end": 1287.22, "word": " next.", "probability": 0.59228515625}], "temperature": 1.0}, {"id": 54, "seek": 130465, "start": 1289.67, "end": 1304.65, "text": " Okay, now it creates a new empty activity. Pay attention to this. Did you notice that Android is different from the swing that we used to work on? There is an important thing that separates the design from the code", "tokens": [1033, 11, 586, 309, 7829, 257, 777, 6707, 5191, 13, 11431, 3202, 281, 341, 13, 2589, 291, 3449, 300, 8853, 307, 819, 490, 264, 11173, 300, 321, 1143, 281, 589, 322, 30, 821, 307, 364, 1021, 551, 300, 34149, 264, 1715, 490, 264, 3089], "avg_logprob": -0.5399305396609836, "compression_ratio": 1.423841059602649, "no_speech_prob": 0.0, "words": [{"start": 1289.67, "end": 1290.01, "word": " Okay,", "probability": 0.12176513671875}, {"start": 1290.35, "end": 1290.65, "word": " now", "probability": 0.56591796875}, {"start": 1290.65, "end": 1290.79, "word": " it", "probability": 0.7216796875}, {"start": 1290.79, "end": 1291.19, "word": " creates", "probability": 0.70703125}, {"start": 1291.19, "end": 1291.41, "word": " a", "probability": 0.85888671875}, {"start": 1291.41, "end": 1291.55, "word": " new", "probability": 0.75244140625}, {"start": 1291.55, "end": 1291.91, "word": " empty", "probability": 0.4638671875}, {"start": 1291.91, "end": 1292.33, "word": " activity.", "probability": 0.95068359375}, {"start": 1292.49, "end": 1292.53, "word": " Pay", "probability": 0.259765625}, {"start": 1292.53, "end": 1295.77, "word": " attention", "probability": 0.92919921875}, {"start": 1295.77, "end": 1295.91, "word": " to", "probability": 0.4775390625}, {"start": 1295.91, "end": 1296.05, "word": " this.", "probability": 0.478271484375}, {"start": 1296.23, "end": 1296.51, "word": " Did", "probability": 0.28369140625}, {"start": 1296.51, "end": 1296.55, "word": " you", "probability": 0.96826171875}, {"start": 1296.55, "end": 1296.85, "word": " notice", "probability": 0.71044921875}, {"start": 1296.85, "end": 1297.39, "word": " that", "probability": 0.54736328125}, {"start": 1297.39, "end": 1297.77, "word": " Android", "probability": 0.6171875}, {"start": 1297.77, "end": 1297.91, "word": " is", "probability": 0.66552734375}, {"start": 1297.91, "end": 1298.17, "word": " different", "probability": 0.5224609375}, {"start": 1298.17, "end": 1298.75, "word": " from", "probability": 0.60009765625}, {"start": 1298.75, "end": 1299.55, "word": " the", "probability": 0.47119140625}, {"start": 1299.55, "end": 1299.85, "word": " swing", "probability": 0.3525390625}, {"start": 1299.85, "end": 1299.95, "word": " that", "probability": 0.3837890625}, {"start": 1299.95, "end": 1300.11, "word": " we", "probability": 0.9013671875}, {"start": 1300.11, "end": 1300.13, "word": " used", "probability": 0.35107421875}, {"start": 1300.13, "end": 1300.13, "word": " to", "probability": 0.9560546875}, {"start": 1300.13, "end": 1300.43, "word": " work", "probability": 0.5244140625}, {"start": 1300.43, "end": 1300.65, "word": " on?", "probability": 0.7783203125}, {"start": 1300.75, "end": 1300.87, "word": " There", "probability": 0.6240234375}, {"start": 1300.87, "end": 1300.87, "word": " is", "probability": 0.74951171875}, {"start": 1300.87, "end": 1301.15, "word": " an", "probability": 0.3896484375}, {"start": 1301.15, "end": 1301.29, "word": " important", "probability": 0.83984375}, {"start": 1301.29, "end": 1301.49, "word": " thing", "probability": 0.66650390625}, {"start": 1301.49, "end": 1302.25, "word": " that", "probability": 0.427490234375}, {"start": 1302.25, "end": 1302.69, "word": " separates", "probability": 0.740234375}, {"start": 1302.69, "end": 1302.89, "word": " the", "probability": 0.56103515625}, {"start": 1302.89, "end": 1303.39, "word": " design", "probability": 0.919921875}, {"start": 1303.39, "end": 1304.25, "word": " from", "probability": 0.8466796875}, {"start": 1304.25, "end": 1304.35, "word": " the", "probability": 0.896484375}, {"start": 1304.35, "end": 1304.65, "word": " code", "probability": 0.931640625}], "temperature": 1.0}, {"id": 55, "seek": 132846, "start": 1305.72, "end": 1328.46, "text": " It separates the design from the code. And this is a good thing. It is called NVC. It separates the design from the code on the basis that you don't want to mix things that have to do with drawing and colors with code that has to do with actions. Otherwise, your code will become very big and mixed with many things. You can search for a color change and search for a point in the sea.", "tokens": [467, 34149, 264, 1715, 490, 264, 3089, 13, 400, 341, 307, 257, 665, 551, 13, 467, 307, 1219, 46512, 34, 13, 467, 34149, 264, 1715, 490, 264, 3089, 322, 264, 5143, 300, 291, 500, 380, 528, 281, 2890, 721, 300, 362, 281, 360, 365, 6316, 293, 4577, 365, 3089, 300, 575, 281, 360, 365, 5909, 13, 10328, 11, 428, 3089, 486, 1813, 588, 955, 293, 7467, 365, 867, 721, 13, 509, 393, 3164, 337, 257, 2017, 1319, 293, 3164, 337, 257, 935, 294, 264, 4158, 13], "avg_logprob": -0.509698275862069, "compression_ratio": 1.8037383177570094, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1305.72, "end": 1305.98, "word": " It", "probability": 0.1873779296875}, {"start": 1305.98, "end": 1306.12, "word": " separates", "probability": 0.186767578125}, {"start": 1306.12, "end": 1306.28, "word": " the", "probability": 0.343017578125}, {"start": 1306.28, "end": 1306.62, "word": " design", "probability": 0.8466796875}, {"start": 1306.62, "end": 1307.4, "word": " from", "probability": 0.83837890625}, {"start": 1307.4, "end": 1307.54, "word": " the", "probability": 0.88330078125}, {"start": 1307.54, "end": 1307.74, "word": " code.", "probability": 0.9013671875}, {"start": 1308.04, "end": 1308.06, "word": " And", "probability": 0.345947265625}, {"start": 1308.06, "end": 1308.24, "word": " this", "probability": 0.7060546875}, {"start": 1308.24, "end": 1308.32, "word": " is", "probability": 0.9072265625}, {"start": 1308.32, "end": 1308.56, "word": " a", "probability": 0.7041015625}, {"start": 1308.56, "end": 1308.74, "word": " good", "probability": 0.79541015625}, {"start": 1308.74, "end": 1308.78, "word": " thing.", "probability": 0.77294921875}, {"start": 1308.9, "end": 1308.98, "word": " It", "probability": 0.43310546875}, {"start": 1308.98, "end": 1309.0, "word": " is", "probability": 0.61279296875}, {"start": 1309.0, "end": 1309.22, "word": " called", "probability": 0.8837890625}, {"start": 1309.22, "end": 1309.94, "word": " NVC.", "probability": 0.794677734375}, {"start": 1310.52, "end": 1310.86, "word": " It", "probability": 0.64599609375}, {"start": 1310.86, "end": 1311.12, "word": " separates", "probability": 0.87890625}, {"start": 1311.12, "end": 1311.28, "word": " the", "probability": 0.734375}, {"start": 1311.28, "end": 1311.52, "word": " design", "probability": 0.9130859375}, {"start": 1311.52, "end": 1311.66, "word": " from", "probability": 0.85986328125}, {"start": 1311.66, "end": 1311.78, "word": " the", "probability": 0.896484375}, {"start": 1311.78, "end": 1311.92, "word": " code", "probability": 0.92822265625}, {"start": 1311.92, "end": 1312.06, "word": " on", "probability": 0.16748046875}, {"start": 1312.06, "end": 1312.18, "word": " the", "probability": 0.888671875}, {"start": 1312.18, "end": 1312.52, "word": " basis", "probability": 0.85986328125}, {"start": 1312.52, "end": 1313.7, "word": " that", "probability": 0.80712890625}, {"start": 1313.7, "end": 1314.24, "word": " you", "probability": 0.438232421875}, {"start": 1314.24, "end": 1314.56, "word": " don't", "probability": 0.755126953125}, {"start": 1314.56, "end": 1314.56, "word": " want", "probability": 0.455810546875}, {"start": 1314.56, "end": 1314.76, "word": " to", "probability": 0.80859375}, {"start": 1314.76, "end": 1314.96, "word": " mix", "probability": 0.4931640625}, {"start": 1314.96, "end": 1315.92, "word": " things", "probability": 0.44970703125}, {"start": 1315.92, "end": 1316.18, "word": " that", "probability": 0.372802734375}, {"start": 1316.18, "end": 1316.32, "word": " have", "probability": 0.46875}, {"start": 1316.32, "end": 1316.52, "word": " to", "probability": 0.82080078125}, {"start": 1316.52, "end": 1316.74, "word": " do", "probability": 0.966796875}, {"start": 1316.74, "end": 1316.92, "word": " with", "probability": 0.89501953125}, {"start": 1316.92, "end": 1317.68, "word": " drawing", "probability": 0.497314453125}, {"start": 1317.68, "end": 1317.88, "word": " and", "probability": 0.623046875}, {"start": 1317.88, "end": 1318.28, "word": " colors", "probability": 0.62451171875}, {"start": 1318.28, "end": 1319.04, "word": " with", "probability": 0.666015625}, {"start": 1319.04, "end": 1319.6, "word": " code", "probability": 0.1783447265625}, {"start": 1319.6, "end": 1319.7, "word": " that", "probability": 0.80078125}, {"start": 1319.7, "end": 1319.82, "word": " has", "probability": 0.8603515625}, {"start": 1319.82, "end": 1320.08, "word": " to", "probability": 0.9306640625}, {"start": 1320.08, "end": 1320.08, "word": " do", "probability": 0.96728515625}, {"start": 1320.08, "end": 1320.2, "word": " with", "probability": 0.87744140625}, {"start": 1320.2, "end": 1320.7, "word": " actions.", "probability": 0.82958984375}, {"start": 1321.32, "end": 1321.52, "word": " Otherwise,", "probability": 0.685546875}, {"start": 1321.9, "end": 1322.0, "word": " your", "probability": 0.65234375}, {"start": 1322.0, "end": 1322.22, "word": " code", "probability": 0.9404296875}, {"start": 1322.22, "end": 1322.62, "word": " will", "probability": 0.69384765625}, {"start": 1322.62, "end": 1322.62, "word": " become", "probability": 0.51708984375}, {"start": 1322.62, "end": 1322.94, "word": " very", "probability": 0.388916015625}, {"start": 1322.94, "end": 1323.3, "word": " big", "probability": 0.5556640625}, {"start": 1323.3, "end": 1323.8, "word": " and", "probability": 0.82763671875}, {"start": 1323.8, "end": 1324.14, "word": " mixed", "probability": 0.26416015625}, {"start": 1324.14, "end": 1324.36, "word": " with", "probability": 0.51513671875}, {"start": 1324.36, "end": 1324.4, "word": " many", "probability": 0.5615234375}, {"start": 1324.4, "end": 1324.8, "word": " things.", "probability": 0.78466796875}, {"start": 1325.32, "end": 1325.6, "word": " You", "probability": 0.4931640625}, {"start": 1325.6, "end": 1325.74, "word": " can", "probability": 0.10772705078125}, {"start": 1325.74, "end": 1325.98, "word": " search", "probability": 0.5458984375}, {"start": 1325.98, "end": 1326.14, "word": " for", "probability": 0.806640625}, {"start": 1326.14, "end": 1326.14, "word": " a", "probability": 0.15283203125}, {"start": 1326.14, "end": 1326.14, "word": " color", "probability": 0.814453125}, {"start": 1326.14, "end": 1326.44, "word": " change", "probability": 0.806640625}, {"start": 1326.44, "end": 1326.74, "word": " and", "probability": 0.373291015625}, {"start": 1326.74, "end": 1327.2, "word": " search", "probability": 0.2802734375}, {"start": 1327.2, "end": 1327.68, "word": " for", "probability": 0.76025390625}, {"start": 1327.68, "end": 1327.92, "word": " a", "probability": 0.6376953125}, {"start": 1327.92, "end": 1328.1, "word": " point", "probability": 0.275146484375}, {"start": 1328.1, "end": 1328.22, "word": " in", "probability": 0.7958984375}, {"start": 1328.22, "end": 1328.32, "word": " the", "probability": 0.7998046875}, {"start": 1328.32, "end": 1328.46, "word": " sea.", "probability": 0.71923828125}], "temperature": 1.0}, {"id": 56, "seek": 133885, "start": 1331.77, "end": 1338.85, "text": "The second reason is that you can bring a designer to work on the design and a programmer to work on the code.", "tokens": [2278, 1150, 1778, 307, 300, 291, 393, 1565, 257, 11795, 281, 589, 322, 264, 1715, 293, 257, 32116, 281, 589, 322, 264, 3089, 13], "avg_logprob": -0.5178124809265137, "compression_ratio": 1.3095238095238095, "no_speech_prob": 0.0, "words": [{"start": 1331.77, "end": 1332.05, "word": "The", "probability": 0.452880859375}, {"start": 1332.05, "end": 1332.19, "word": " second", "probability": 0.67041015625}, {"start": 1332.19, "end": 1332.53, "word": " reason", "probability": 0.9287109375}, {"start": 1332.53, "end": 1332.97, "word": " is", "probability": 0.24609375}, {"start": 1332.97, "end": 1334.11, "word": " that", "probability": 0.70849609375}, {"start": 1334.11, "end": 1334.27, "word": " you", "probability": 0.1025390625}, {"start": 1334.27, "end": 1334.41, "word": " can", "probability": 0.79443359375}, {"start": 1334.41, "end": 1334.59, "word": " bring", "probability": 0.408203125}, {"start": 1334.59, "end": 1334.73, "word": " a", "probability": 0.74560546875}, {"start": 1334.73, "end": 1335.09, "word": " designer", "probability": 0.875}, {"start": 1335.09, "end": 1335.31, "word": " to", "probability": 0.43505859375}, {"start": 1335.31, "end": 1335.53, "word": " work", "probability": 0.58056640625}, {"start": 1335.53, "end": 1335.69, "word": " on", "probability": 0.845703125}, {"start": 1335.69, "end": 1335.75, "word": " the", "probability": 0.50439453125}, {"start": 1335.75, "end": 1336.01, "word": " design", "probability": 0.6875}, {"start": 1336.01, "end": 1336.83, "word": " and", "probability": 0.6630859375}, {"start": 1336.83, "end": 1336.95, "word": " a", "probability": 0.60107421875}, {"start": 1336.95, "end": 1337.21, "word": " programmer", "probability": 0.8662109375}, {"start": 1337.21, "end": 1337.41, "word": " to", "probability": 0.77197265625}, {"start": 1337.41, "end": 1337.67, "word": " work", "probability": 0.88232421875}, {"start": 1337.67, "end": 1338.61, "word": " on", "probability": 0.90625}, {"start": 1338.61, "end": 1338.67, "word": " the", "probability": 0.51318359375}, {"start": 1338.67, "end": 1338.85, "word": " code.", "probability": 0.912109375}], "temperature": 1.0}, {"id": 57, "seek": 136143, "start": 1342.27, "end": 1361.43, "text": " It's not like superman who does everything. He can bring someone who designs and after he designs everything, he brings someone who does the actions, which is what happens when I press the button, what happens when I scroll for example. How do they separate each other? They say that each activity will be created in two files.", "tokens": [467, 311, 406, 411, 1687, 1601, 567, 775, 1203, 13, 634, 393, 1565, 1580, 567, 11347, 293, 934, 415, 11347, 1203, 11, 415, 5607, 1580, 567, 775, 264, 5909, 11, 597, 307, 437, 2314, 562, 286, 1886, 264, 2960, 11, 437, 2314, 562, 286, 11369, 337, 1365, 13, 1012, 360, 436, 4994, 1184, 661, 30, 814, 584, 300, 1184, 5191, 486, 312, 2942, 294, 732, 7098, 13], "avg_logprob": -0.5997242524343378, "compression_ratio": 1.6734693877551021, "no_speech_prob": 0.0, "words": [{"start": 1342.27, "end": 1342.75, "word": " It's", "probability": 0.51708984375}, {"start": 1342.75, "end": 1342.77, "word": " not", "probability": 0.89453125}, {"start": 1342.77, "end": 1342.87, "word": " like", "probability": 0.5546875}, {"start": 1342.87, "end": 1343.25, "word": " superman", "probability": 0.607177734375}, {"start": 1343.25, "end": 1343.35, "word": " who", "probability": 0.209228515625}, {"start": 1343.35, "end": 1343.43, "word": " does", "probability": 0.344970703125}, {"start": 1343.43, "end": 1343.83, "word": " everything.", "probability": 0.845703125}, {"start": 1344.73, "end": 1345.21, "word": " He", "probability": 0.47412109375}, {"start": 1345.21, "end": 1345.37, "word": " can", "probability": 0.483642578125}, {"start": 1345.37, "end": 1345.67, "word": " bring", "probability": 0.261474609375}, {"start": 1345.67, "end": 1345.87, "word": " someone", "probability": 0.5419921875}, {"start": 1345.87, "end": 1346.03, "word": " who", "probability": 0.386474609375}, {"start": 1346.03, "end": 1346.27, "word": " designs", "probability": 0.6650390625}, {"start": 1346.27, "end": 1347.39, "word": " and", "probability": 0.362060546875}, {"start": 1347.39, "end": 1347.67, "word": " after", "probability": 0.58349609375}, {"start": 1347.67, "end": 1347.83, "word": " he", "probability": 0.422607421875}, {"start": 1347.83, "end": 1348.15, "word": " designs", "probability": 0.2099609375}, {"start": 1348.15, "end": 1348.85, "word": " everything,", "probability": 0.37646484375}, {"start": 1349.09, "end": 1349.19, "word": " he", "probability": 0.54296875}, {"start": 1349.19, "end": 1349.35, "word": " brings", "probability": 0.5712890625}, {"start": 1349.35, "end": 1349.63, "word": " someone", "probability": 0.833984375}, {"start": 1349.63, "end": 1350.27, "word": " who", "probability": 0.73193359375}, {"start": 1350.27, "end": 1350.71, "word": " does", "probability": 0.74609375}, {"start": 1350.71, "end": 1350.83, "word": " the", "probability": 0.400146484375}, {"start": 1350.83, "end": 1351.25, "word": " actions,", "probability": 0.80224609375}, {"start": 1351.47, "end": 1351.63, "word": " which", "probability": 0.444580078125}, {"start": 1351.63, "end": 1351.79, "word": " is", "probability": 0.446533203125}, {"start": 1351.79, "end": 1352.01, "word": " what", "probability": 0.6181640625}, {"start": 1352.01, "end": 1352.31, "word": " happens", "probability": 0.56298828125}, {"start": 1352.31, "end": 1352.45, "word": " when", "probability": 0.73583984375}, {"start": 1352.45, "end": 1352.55, "word": " I", "probability": 0.8076171875}, {"start": 1352.55, "end": 1352.69, "word": " press", "probability": 0.53564453125}, {"start": 1352.69, "end": 1352.97, "word": " the", "probability": 0.60693359375}, {"start": 1352.97, "end": 1353.17, "word": " button,", "probability": 0.806640625}, {"start": 1353.85, "end": 1354.01, "word": " what", "probability": 0.73583984375}, {"start": 1354.01, "end": 1354.31, "word": " happens", "probability": 0.912109375}, {"start": 1354.31, "end": 1354.55, "word": " when", "probability": 0.828125}, {"start": 1354.55, "end": 1354.87, "word": " I", "probability": 0.9638671875}, {"start": 1354.87, "end": 1355.39, "word": " scroll", "probability": 0.837890625}, {"start": 1355.39, "end": 1355.59, "word": " for", "probability": 0.32861328125}, {"start": 1355.59, "end": 1356.11, "word": " example.", "probability": 0.93408203125}, {"start": 1357.51, "end": 1357.95, "word": " How", "probability": 0.339111328125}, {"start": 1357.95, "end": 1358.05, "word": " do", "probability": 0.81591796875}, {"start": 1358.05, "end": 1358.13, "word": " they", "probability": 0.55029296875}, {"start": 1358.13, "end": 1358.33, "word": " separate", "probability": 0.67724609375}, {"start": 1358.33, "end": 1358.73, "word": " each", "probability": 0.333984375}, {"start": 1358.73, "end": 1358.73, "word": " other?", "probability": 0.88671875}, {"start": 1358.85, "end": 1358.95, "word": " They", "probability": 0.337890625}, {"start": 1358.95, "end": 1359.11, "word": " say", "probability": 0.650390625}, {"start": 1359.11, "end": 1359.27, "word": " that", "probability": 0.58203125}, {"start": 1359.27, "end": 1359.45, "word": " each", "probability": 0.374267578125}, {"start": 1359.45, "end": 1359.91, "word": " activity", "probability": 0.92236328125}, {"start": 1359.91, "end": 1360.15, "word": " will", "probability": 0.469970703125}, {"start": 1360.15, "end": 1360.21, "word": " be", "probability": 0.92138671875}, {"start": 1360.21, "end": 1360.57, "word": " created", "probability": 0.332763671875}, {"start": 1360.57, "end": 1360.83, "word": " in", "probability": 0.2802734375}, {"start": 1360.83, "end": 1361.11, "word": " two", "probability": 0.51318359375}, {"start": 1361.11, "end": 1361.43, "word": " files.", "probability": 0.7138671875}], "temperature": 1.0}, {"id": 58, "seek": 138856, "start": 1362.72, "end": 1388.56, "text": " It's not one file. If I make a frame, I make a class, extend the JFrame and work on it. And put everything in it. This doesn't work. This tells you that we're going to make the activity into two files. A file that extends against Java. A class, I mean. Okay? Which is a name that should be written where? Above here. Okay? This is a Java file. And notice that he himself suggested a name. What did he call it? Main activity. Of course, you ...", "tokens": [467, 311, 406, 472, 3991, 13, 759, 286, 652, 257, 3920, 11, 286, 652, 257, 1508, 11, 10101, 264, 508, 40305, 529, 293, 589, 322, 309, 13, 400, 829, 1203, 294, 309, 13, 639, 1177, 380, 589, 13, 639, 5112, 291, 300, 321, 434, 516, 281, 652, 264, 5191, 666, 732, 7098, 13, 316, 3991, 300, 26448, 1970, 10745, 13, 316, 1508, 11, 286, 914, 13, 1033, 30, 3013, 307, 257, 1315, 300, 820, 312, 3720, 689, 30, 32691, 510, 13, 1033, 30, 639, 307, 257, 10745, 3991, 13, 400, 3449, 300, 415, 3647, 10945, 257, 1315, 13, 708, 630, 415, 818, 309, 30, 12383, 5191, 13, 2720, 1164, 11, 291, 1097], "avg_logprob": -0.5638827264836405, "compression_ratio": 1.6629213483146068, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1362.72, "end": 1362.9, "word": " It's", "probability": 0.346221923828125}, {"start": 1362.9, "end": 1362.96, "word": " not", "probability": 0.890625}, {"start": 1362.96, "end": 1363.4, "word": " one", "probability": 0.509765625}, {"start": 1363.4, "end": 1363.4, "word": " file.", "probability": 0.7109375}, {"start": 1363.78, "end": 1364.04, "word": " If", "probability": 0.452880859375}, {"start": 1364.04, "end": 1364.16, "word": " I", "probability": 0.66748046875}, {"start": 1364.16, "end": 1364.32, "word": " make", "probability": 0.1683349609375}, {"start": 1364.32, "end": 1364.46, "word": " a", "probability": 0.55859375}, {"start": 1364.46, "end": 1364.74, "word": " frame,", "probability": 0.36865234375}, {"start": 1364.82, "end": 1364.88, "word": " I", "probability": 0.58349609375}, {"start": 1364.88, "end": 1364.98, "word": " make", "probability": 0.36962890625}, {"start": 1364.98, "end": 1365.1, "word": " a", "probability": 0.78271484375}, {"start": 1365.1, "end": 1365.48, "word": " class,", "probability": 0.94580078125}, {"start": 1365.58, "end": 1365.96, "word": " extend", "probability": 0.61572265625}, {"start": 1365.96, "end": 1366.22, "word": " the", "probability": 0.49560546875}, {"start": 1366.22, "end": 1366.6, "word": " JFrame", "probability": 0.6455078125}, {"start": 1366.6, "end": 1366.78, "word": " and", "probability": 0.63134765625}, {"start": 1366.78, "end": 1367.12, "word": " work", "probability": 0.365966796875}, {"start": 1367.12, "end": 1367.52, "word": " on", "probability": 0.374755859375}, {"start": 1367.52, "end": 1367.52, "word": " it.", "probability": 0.91015625}, {"start": 1367.56, "end": 1367.76, "word": " And", "probability": 0.52001953125}, {"start": 1367.76, "end": 1367.96, "word": " put", "probability": 0.436279296875}, {"start": 1367.96, "end": 1368.36, "word": " everything", "probability": 0.87841796875}, {"start": 1368.36, "end": 1368.64, "word": " in", "probability": 0.58203125}, {"start": 1368.64, "end": 1368.64, "word": " it.", "probability": 0.89013671875}, {"start": 1368.98, "end": 1369.38, "word": " This", "probability": 0.347900390625}, {"start": 1369.38, "end": 1369.52, "word": " doesn't", "probability": 0.5955810546875}, {"start": 1369.52, "end": 1369.56, "word": " work.", "probability": 0.83984375}, {"start": 1369.58, "end": 1369.76, "word": " This", "probability": 0.51025390625}, {"start": 1369.76, "end": 1370.0, "word": " tells", "probability": 0.35888671875}, {"start": 1370.0, "end": 1370.18, "word": " you", "probability": 0.80810546875}, {"start": 1370.18, "end": 1370.3, "word": " that", "probability": 0.74755859375}, {"start": 1370.3, "end": 1370.48, "word": " we're", "probability": 0.4381103515625}, {"start": 1370.48, "end": 1370.56, "word": " going", "probability": 0.8798828125}, {"start": 1370.56, "end": 1370.56, "word": " to", "probability": 0.9677734375}, {"start": 1370.56, "end": 1370.72, "word": " make", "probability": 0.455322265625}, {"start": 1370.72, "end": 1370.88, "word": " the", "probability": 0.470703125}, {"start": 1370.88, "end": 1371.3, "word": " activity", "probability": 0.9140625}, {"start": 1371.3, "end": 1371.46, "word": " into", "probability": 0.179443359375}, {"start": 1371.46, "end": 1371.46, "word": " two", "probability": 0.86669921875}, {"start": 1371.46, "end": 1371.76, "word": " files.", "probability": 0.8564453125}, {"start": 1372.42, "end": 1372.6, "word": " A", "probability": 0.344482421875}, {"start": 1372.6, "end": 1372.82, "word": " file", "probability": 0.59716796875}, {"start": 1372.82, "end": 1373.06, "word": " that", "probability": 0.1719970703125}, {"start": 1373.06, "end": 1373.2, "word": " extends", "probability": 0.353515625}, {"start": 1373.2, "end": 1373.46, "word": " against", "probability": 0.206298828125}, {"start": 1373.46, "end": 1373.8, "word": " Java.", "probability": 0.73828125}, {"start": 1373.88, "end": 1373.9, "word": " A", "probability": 0.29150390625}, {"start": 1373.9, "end": 1374.24, "word": " class,", "probability": 0.95068359375}, {"start": 1374.38, "end": 1374.38, "word": " I", "probability": 0.21923828125}, {"start": 1374.38, "end": 1374.46, "word": " mean.", "probability": 0.958984375}, {"start": 1375.24, "end": 1375.42, "word": " Okay?", "probability": 0.408447265625}, {"start": 1376.14, "end": 1376.36, "word": " Which", "probability": 0.211181640625}, {"start": 1376.36, "end": 1376.56, "word": " is", "probability": 0.421630859375}, {"start": 1376.56, "end": 1376.76, "word": " a", "probability": 0.541015625}, {"start": 1376.76, "end": 1376.94, "word": " name", "probability": 0.8076171875}, {"start": 1376.94, "end": 1377.06, "word": " that", "probability": 0.6376953125}, {"start": 1377.06, "end": 1377.22, "word": " should", "probability": 0.18701171875}, {"start": 1377.22, "end": 1377.44, "word": " be", "probability": 0.89111328125}, {"start": 1377.44, "end": 1377.68, "word": " written", "probability": 0.7294921875}, {"start": 1377.68, "end": 1377.98, "word": " where?", "probability": 0.63623046875}, {"start": 1378.9, "end": 1379.26, "word": " Above", "probability": 0.68505859375}, {"start": 1379.26, "end": 1379.5, "word": " here.", "probability": 0.552734375}, {"start": 1381.0, "end": 1381.22, "word": " Okay?", "probability": 0.74267578125}, {"start": 1381.54, "end": 1381.94, "word": " This", "probability": 0.81298828125}, {"start": 1381.94, "end": 1382.0, "word": " is", "probability": 0.92041015625}, {"start": 1382.0, "end": 1382.28, "word": " a", "probability": 0.51708984375}, {"start": 1382.28, "end": 1382.52, "word": " Java", "probability": 0.77685546875}, {"start": 1382.52, "end": 1382.52, "word": " file.", "probability": 0.87841796875}, {"start": 1382.62, "end": 1382.74, "word": " And", "probability": 0.7861328125}, {"start": 1382.74, "end": 1383.02, "word": " notice", "probability": 0.71875}, {"start": 1383.02, "end": 1383.2, "word": " that", "probability": 0.85400390625}, {"start": 1383.2, "end": 1383.4, "word": " he", "probability": 0.48681640625}, {"start": 1383.4, "end": 1383.88, "word": " himself", "probability": 0.2427978515625}, {"start": 1383.88, "end": 1384.84, "word": " suggested", "probability": 0.50048828125}, {"start": 1384.84, "end": 1385.0, "word": " a", "probability": 0.85986328125}, {"start": 1385.0, "end": 1385.22, "word": " name.", "probability": 0.88916015625}, {"start": 1385.26, "end": 1385.38, "word": " What", "probability": 0.8603515625}, {"start": 1385.38, "end": 1385.4, "word": " did", "probability": 0.5439453125}, {"start": 1385.4, "end": 1385.48, "word": " he", "probability": 0.9541015625}, {"start": 1385.48, "end": 1385.64, "word": " call", "probability": 0.72314453125}, {"start": 1385.64, "end": 1385.9, "word": " it?", "probability": 0.92041015625}, {"start": 1386.66, "end": 1387.06, "word": " Main", "probability": 0.91259765625}, {"start": 1387.06, "end": 1387.4, "word": " activity.", "probability": 0.54150390625}, {"start": 1387.72, "end": 1387.84, "word": " Of", "probability": 0.7705078125}, {"start": 1387.84, "end": 1387.96, "word": " course,", "probability": 0.962890625}, {"start": 1388.08, "end": 1388.22, "word": " you", "probability": 0.92041015625}, {"start": 1388.22, "end": 1388.56, "word": " ...", "probability": 0.312744140625}], "temperature": 1.0}, {"id": 59, "seek": 141879, "start": 1389.45, "end": 1418.79, "text": " You should consider the things that we got used to in Java. The names of the classes start with capital. And if there are more than one word, you connect them together and put the first letter of each word as capital. Please consider these things. And they will become your guardians. As a proof that you wrote MainActivity. You can change the name. You can write whatever you want. Okay? This is the class of Java. Now, down here, it will create another file that we call the layout file.", "tokens": [509, 820, 1949, 264, 721, 300, 321, 658, 1143, 281, 294, 10745, 13, 440, 5288, 295, 264, 5359, 722, 365, 4238, 13, 400, 498, 456, 366, 544, 813, 472, 1349, 11, 291, 1745, 552, 1214, 293, 829, 264, 700, 5063, 295, 1184, 1349, 382, 4238, 13, 2555, 1949, 613, 721, 13, 400, 436, 486, 1813, 428, 40525, 13, 1018, 257, 8177, 300, 291, 4114, 12383, 30338, 4253, 13, 509, 393, 1319, 264, 1315, 13, 509, 393, 2464, 2035, 291, 528, 13, 1033, 30, 639, 307, 264, 1508, 295, 10745, 13, 823, 11, 760, 510, 11, 309, 486, 1884, 1071, 3991, 300, 321, 818, 264, 13333, 3991, 13], "avg_logprob": -0.5460069223686501, "compression_ratio": 1.7253521126760563, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1389.45, "end": 1389.61, "word": " You", "probability": 0.55078125}, {"start": 1389.61, "end": 1389.79, "word": " should", "probability": 0.3662109375}, {"start": 1389.79, "end": 1390.25, "word": " consider", "probability": 0.2734375}, {"start": 1390.25, "end": 1390.75, "word": " the", "probability": 0.5625}, {"start": 1390.75, "end": 1390.97, "word": " things", "probability": 0.5234375}, {"start": 1390.97, "end": 1391.15, "word": " that", "probability": 0.350341796875}, {"start": 1391.15, "end": 1391.21, "word": " we", "probability": 0.87646484375}, {"start": 1391.21, "end": 1391.27, "word": " got", "probability": 0.2413330078125}, {"start": 1391.27, "end": 1391.47, "word": " used", "probability": 0.859375}, {"start": 1391.47, "end": 1391.63, "word": " to", "probability": 0.8720703125}, {"start": 1391.63, "end": 1391.95, "word": " in", "probability": 0.61376953125}, {"start": 1391.95, "end": 1392.33, "word": " Java.", "probability": 0.68212890625}, {"start": 1392.43, "end": 1392.59, "word": " The", "probability": 0.306884765625}, {"start": 1392.59, "end": 1392.85, "word": " names", "probability": 0.30615234375}, {"start": 1392.85, "end": 1392.95, "word": " of", "probability": 0.947265625}, {"start": 1392.95, "end": 1393.01, "word": " the", "probability": 0.320556640625}, {"start": 1393.01, "end": 1393.53, "word": " classes", "probability": 0.90869140625}, {"start": 1393.53, "end": 1395.05, "word": " start", "probability": 0.269775390625}, {"start": 1395.05, "end": 1395.21, "word": " with", "probability": 0.8603515625}, {"start": 1395.21, "end": 1395.57, "word": " capital.", "probability": 0.5322265625}, {"start": 1396.17, "end": 1396.33, "word": " And", "probability": 0.431396484375}, {"start": 1396.33, "end": 1396.47, "word": " if", "probability": 0.85009765625}, {"start": 1396.47, "end": 1396.59, "word": " there", "probability": 0.391845703125}, {"start": 1396.59, "end": 1396.59, "word": " are", "probability": 0.51513671875}, {"start": 1396.59, "end": 1396.77, "word": " more", "probability": 0.89892578125}, {"start": 1396.77, "end": 1396.89, "word": " than", "probability": 0.896484375}, {"start": 1396.89, "end": 1397.09, "word": " one", "probability": 0.8916015625}, {"start": 1397.09, "end": 1397.37, "word": " word,", "probability": 0.82275390625}, {"start": 1397.55, "end": 1397.67, "word": " you", "probability": 0.5322265625}, {"start": 1397.67, "end": 1397.87, "word": " connect", "probability": 0.379150390625}, {"start": 1397.87, "end": 1398.03, "word": " them", "probability": 0.78857421875}, {"start": 1398.03, "end": 1398.45, "word": " together", "probability": 0.583984375}, {"start": 1398.45, "end": 1398.61, "word": " and", "probability": 0.65087890625}, {"start": 1398.61, "end": 1398.87, "word": " put", "probability": 0.3115234375}, {"start": 1398.87, "end": 1399.07, "word": " the", "probability": 0.48779296875}, {"start": 1399.07, "end": 1399.19, "word": " first", "probability": 0.845703125}, {"start": 1399.19, "end": 1399.55, "word": " letter", "probability": 0.87646484375}, {"start": 1399.55, "end": 1399.67, "word": " of", "probability": 0.30126953125}, {"start": 1399.67, "end": 1399.85, "word": " each", "probability": 0.736328125}, {"start": 1399.85, "end": 1400.11, "word": " word", "probability": 0.87939453125}, {"start": 1400.11, "end": 1400.47, "word": " as", "probability": 0.254638671875}, {"start": 1400.47, "end": 1401.17, "word": " capital.", "probability": 0.830078125}, {"start": 1402.07, "end": 1402.47, "word": " Please", "probability": 0.62109375}, {"start": 1402.47, "end": 1402.85, "word": " consider", "probability": 0.60693359375}, {"start": 1402.85, "end": 1403.03, "word": " these", "probability": 0.74072265625}, {"start": 1403.03, "end": 1403.37, "word": " things.", "probability": 0.71728515625}, {"start": 1403.93, "end": 1404.05, "word": " And", "probability": 0.497802734375}, {"start": 1404.05, "end": 1404.19, "word": " they", "probability": 0.238037109375}, {"start": 1404.19, "end": 1404.33, "word": " will", "probability": 0.57763671875}, {"start": 1404.33, "end": 1404.43, "word": " become", "probability": 0.48388671875}, {"start": 1404.43, "end": 1404.83, "word": " your", "probability": 0.265869140625}, {"start": 1404.83, "end": 1404.83, "word": " guardians.", "probability": 0.278564453125}, {"start": 1405.27, "end": 1405.47, "word": " As", "probability": 0.270751953125}, {"start": 1405.47, "end": 1405.53, "word": " a", "probability": 0.344970703125}, {"start": 1405.53, "end": 1405.69, "word": " proof", "probability": 0.65576171875}, {"start": 1405.69, "end": 1405.85, "word": " that", "probability": 0.59375}, {"start": 1405.85, "end": 1406.01, "word": " you", "probability": 0.274169921875}, {"start": 1406.01, "end": 1406.31, "word": " wrote", "probability": 0.53955078125}, {"start": 1406.31, "end": 1407.81, "word": " MainActivity.", "probability": 0.6322835286458334}, {"start": 1407.81, "end": 1407.95, "word": " You", "probability": 0.93359375}, {"start": 1407.95, "end": 1408.15, "word": " can", "probability": 0.9169921875}, {"start": 1408.15, "end": 1408.45, "word": " change", "probability": 0.84375}, {"start": 1408.45, "end": 1408.57, "word": " the", "probability": 0.8017578125}, {"start": 1408.57, "end": 1408.79, "word": " name.", "probability": 0.88134765625}, {"start": 1408.87, "end": 1408.95, "word": " You", "probability": 0.434814453125}, {"start": 1408.95, "end": 1408.95, "word": " can", "probability": 0.521484375}, {"start": 1408.95, "end": 1409.09, "word": " write", "probability": 0.8916015625}, {"start": 1409.09, "end": 1409.19, "word": " whatever", "probability": 0.775390625}, {"start": 1409.19, "end": 1409.41, "word": " you", "probability": 0.9296875}, {"start": 1409.41, "end": 1409.41, "word": " want.", "probability": 0.7890625}, {"start": 1410.31, "end": 1410.55, "word": " Okay?", "probability": 0.273193359375}, {"start": 1412.83, "end": 1413.23, "word": " This", "probability": 0.7568359375}, {"start": 1413.23, "end": 1413.37, "word": " is", "probability": 0.90869140625}, {"start": 1413.37, "end": 1413.37, "word": " the", "probability": 0.78271484375}, {"start": 1413.37, "end": 1413.67, "word": " class", "probability": 0.755859375}, {"start": 1413.67, "end": 1413.81, "word": " of", "probability": 0.36376953125}, {"start": 1413.81, "end": 1414.21, "word": " Java.", "probability": 0.888671875}, {"start": 1414.61, "end": 1415.01, "word": " Now,", "probability": 0.8017578125}, {"start": 1415.07, "end": 1415.37, "word": " down", "probability": 0.5517578125}, {"start": 1415.37, "end": 1415.71, "word": " here,", "probability": 0.83935546875}, {"start": 1416.37, "end": 1416.59, "word": " it", "probability": 0.48388671875}, {"start": 1416.59, "end": 1416.65, "word": " will", "probability": 0.498779296875}, {"start": 1416.65, "end": 1416.95, "word": " create", "probability": 0.5712890625}, {"start": 1416.95, "end": 1417.15, "word": " another", "probability": 0.47705078125}, {"start": 1417.15, "end": 1417.43, "word": " file", "probability": 0.828125}, {"start": 1417.43, "end": 1417.77, "word": " that", "probability": 0.2181396484375}, {"start": 1417.77, "end": 1417.87, "word": " we", "probability": 0.7919921875}, {"start": 1417.87, "end": 1418.17, "word": " call", "probability": 0.87939453125}, {"start": 1418.17, "end": 1418.29, "word": " the", "probability": 0.396240234375}, {"start": 1418.29, "end": 1418.79, "word": " layout", "probability": 0.673828125}, {"start": 1418.79, "end": 1418.79, "word": " file.", "probability": 0.84130859375}], "temperature": 1.0}, {"id": 60, "seek": 144711, "start": 1420.25, "end": 1447.11, "text": " We agreed on GATE that each activity has two files Java file and XML file which we call layout file What is layout file?", "tokens": [492, 9166, 322, 460, 20047, 300, 1184, 5191, 575, 732, 7098, 10745, 3991, 293, 43484, 3991, 597, 321, 818, 13333, 3991, 708, 307, 13333, 3991, 30], "avg_logprob": -0.6273147971541794, "compression_ratio": 1.2474226804123711, "no_speech_prob": 0.0, "words": [{"start": 1420.25, "end": 1421.11, "word": " We", "probability": 0.1767578125}, {"start": 1421.11, "end": 1421.61, "word": " agreed", "probability": 0.5625}, {"start": 1421.61, "end": 1421.77, "word": " on", "probability": 0.58349609375}, {"start": 1421.77, "end": 1422.21, "word": " GATE", "probability": 0.52105712890625}, {"start": 1422.21, "end": 1422.71, "word": " that", "probability": 0.459228515625}, {"start": 1422.71, "end": 1422.95, "word": " each", "probability": 0.34716796875}, {"start": 1422.95, "end": 1423.53, "word": " activity", "probability": 0.908203125}, {"start": 1423.53, "end": 1435.15, "word": " has", "probability": 0.62744140625}, {"start": 1435.15, "end": 1435.65, "word": " two", "probability": 0.5751953125}, {"start": 1435.65, "end": 1435.65, "word": " files", "probability": 0.83056640625}, {"start": 1435.65, "end": 1437.37, "word": " Java", "probability": 0.385498046875}, {"start": 1437.37, "end": 1438.23, "word": " file", "probability": 0.50146484375}, {"start": 1438.23, "end": 1438.95, "word": " and", "probability": 0.81005859375}, {"start": 1438.95, "end": 1441.25, "word": " XML", "probability": 0.5126953125}, {"start": 1441.25, "end": 1441.65, "word": " file", "probability": 0.8388671875}, {"start": 1441.65, "end": 1441.87, "word": " which", "probability": 0.2376708984375}, {"start": 1441.87, "end": 1442.77, "word": " we", "probability": 0.459716796875}, {"start": 1442.77, "end": 1443.19, "word": " call", "probability": 0.7705078125}, {"start": 1443.19, "end": 1444.07, "word": " layout", "probability": 0.6396484375}, {"start": 1444.07, "end": 1444.89, "word": " file", "probability": 0.2666015625}, {"start": 1444.89, "end": 1446.49, "word": " What", "probability": 0.43310546875}, {"start": 1446.49, "end": 1446.49, "word": " is", "probability": 0.76025390625}, {"start": 1446.49, "end": 1446.73, "word": " layout", "probability": 0.71044921875}, {"start": 1446.73, "end": 1447.11, "word": " file?", "probability": 0.8515625}], "temperature": 1.0}, {"id": 61, "seek": 147675, "start": 1450.59, "end": 1476.75, "text": " It's like a plan or a structure that you design in the activity. Of course, it's in the naming of XML files. You follow what is called small letters. And if there is more than one word, you put an underscore between them. You don't have to do this, but this is what we are used to. For example, I named it main, or she named herself main activity, so I named the XML file activity main.", "tokens": [467, 311, 411, 257, 1393, 420, 257, 3877, 300, 291, 1715, 294, 264, 5191, 13, 2720, 1164, 11, 309, 311, 294, 264, 25290, 295, 43484, 7098, 13, 509, 1524, 437, 307, 1219, 1359, 7825, 13, 400, 498, 456, 307, 544, 813, 472, 1349, 11, 291, 829, 364, 37556, 1296, 552, 13, 509, 500, 380, 362, 281, 360, 341, 11, 457, 341, 307, 437, 321, 366, 1143, 281, 13, 1171, 1365, 11, 286, 4926, 309, 2135, 11, 420, 750, 4926, 7530, 2135, 5191, 11, 370, 286, 4926, 264, 43484, 3991, 5191, 2135, 13], "avg_logprob": -0.496639802891721, "compression_ratio": 1.6125, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1450.59, "end": 1450.81, "word": " It's", "probability": 0.351287841796875}, {"start": 1450.81, "end": 1450.97, "word": " like", "probability": 0.56103515625}, {"start": 1450.97, "end": 1451.05, "word": " a", "probability": 0.552734375}, {"start": 1451.05, "end": 1451.35, "word": " plan", "probability": 0.13671875}, {"start": 1451.35, "end": 1451.59, "word": " or", "probability": 0.64208984375}, {"start": 1451.59, "end": 1451.67, "word": " a", "probability": 0.51025390625}, {"start": 1451.67, "end": 1451.93, "word": " structure", "probability": 0.440185546875}, {"start": 1451.93, "end": 1453.57, "word": " that", "probability": 0.224365234375}, {"start": 1453.57, "end": 1453.79, "word": " you", "probability": 0.84521484375}, {"start": 1453.79, "end": 1454.19, "word": " design", "probability": 0.73095703125}, {"start": 1454.19, "end": 1454.43, "word": " in", "probability": 0.201416015625}, {"start": 1454.43, "end": 1455.25, "word": " the", "probability": 0.40673828125}, {"start": 1455.25, "end": 1455.65, "word": " activity.", "probability": 0.84814453125}, {"start": 1456.41, "end": 1456.85, "word": " Of", "probability": 0.1466064453125}, {"start": 1456.85, "end": 1457.73, "word": " course,", "probability": 0.9541015625}, {"start": 1457.87, "end": 1458.19, "word": " it's", "probability": 0.4671630859375}, {"start": 1458.19, "end": 1458.57, "word": " in", "probability": 0.55615234375}, {"start": 1458.57, "end": 1458.59, "word": " the", "probability": 0.57861328125}, {"start": 1458.59, "end": 1458.87, "word": " naming", "probability": 0.36279296875}, {"start": 1458.87, "end": 1459.09, "word": " of", "probability": 0.857421875}, {"start": 1459.09, "end": 1459.89, "word": " XML", "probability": 0.495849609375}, {"start": 1459.89, "end": 1459.97, "word": " files.", "probability": 0.88330078125}, {"start": 1461.75, "end": 1462.19, "word": " You", "probability": 0.2900390625}, {"start": 1462.19, "end": 1462.45, "word": " follow", "probability": 0.375}, {"start": 1462.45, "end": 1462.61, "word": " what", "probability": 0.24658203125}, {"start": 1462.61, "end": 1462.73, "word": " is", "probability": 0.266357421875}, {"start": 1462.73, "end": 1462.91, "word": " called", "probability": 0.84619140625}, {"start": 1462.91, "end": 1463.05, "word": " small", "probability": 0.47216796875}, {"start": 1463.05, "end": 1463.29, "word": " letters.", "probability": 0.81298828125}, {"start": 1464.41, "end": 1464.59, "word": " And", "probability": 0.64208984375}, {"start": 1464.59, "end": 1464.73, "word": " if", "probability": 0.92529296875}, {"start": 1464.73, "end": 1464.89, "word": " there", "probability": 0.85107421875}, {"start": 1464.89, "end": 1464.89, "word": " is", "probability": 0.529296875}, {"start": 1464.89, "end": 1465.11, "word": " more", "probability": 0.892578125}, {"start": 1465.11, "end": 1465.27, "word": " than", "probability": 0.93212890625}, {"start": 1465.27, "end": 1465.41, "word": " one", "probability": 0.908203125}, {"start": 1465.41, "end": 1465.59, "word": " word,", "probability": 0.740234375}, {"start": 1465.69, "end": 1465.73, "word": " you", "probability": 0.63427734375}, {"start": 1465.73, "end": 1465.91, "word": " put", "probability": 0.5556640625}, {"start": 1465.91, "end": 1466.13, "word": " an", "probability": 0.24072265625}, {"start": 1466.13, "end": 1466.61, "word": " underscore", "probability": 0.9404296875}, {"start": 1466.61, "end": 1466.81, "word": " between", "probability": 0.6826171875}, {"start": 1466.81, "end": 1466.81, "word": " them.", "probability": 0.8857421875}, {"start": 1467.43, "end": 1467.69, "word": " You", "probability": 0.81396484375}, {"start": 1467.69, "end": 1467.79, "word": " don't", "probability": 0.94384765625}, {"start": 1467.79, "end": 1468.05, "word": " have", "probability": 0.869140625}, {"start": 1468.05, "end": 1468.15, "word": " to", "probability": 0.97021484375}, {"start": 1468.15, "end": 1468.39, "word": " do", "probability": 0.93310546875}, {"start": 1468.39, "end": 1468.65, "word": " this,", "probability": 0.308349609375}, {"start": 1468.73, "end": 1468.89, "word": " but", "probability": 0.609375}, {"start": 1468.89, "end": 1469.11, "word": " this", "probability": 0.5791015625}, {"start": 1469.11, "end": 1469.17, "word": " is", "probability": 0.92138671875}, {"start": 1469.17, "end": 1469.37, "word": " what", "probability": 0.8203125}, {"start": 1469.37, "end": 1469.69, "word": " we", "probability": 0.607421875}, {"start": 1469.69, "end": 1469.73, "word": " are", "probability": 0.487548828125}, {"start": 1469.73, "end": 1469.91, "word": " used", "probability": 0.85009765625}, {"start": 1469.91, "end": 1469.99, "word": " to.", "probability": 0.96875}, {"start": 1470.33, "end": 1470.69, "word": " For", "probability": 0.947265625}, {"start": 1470.69, "end": 1470.85, "word": " example,", "probability": 0.94580078125}, {"start": 1471.25, "end": 1471.49, "word": " I", "probability": 0.88037109375}, {"start": 1471.49, "end": 1471.79, "word": " named", "probability": 0.73046875}, {"start": 1471.79, "end": 1471.95, "word": " it", "probability": 0.869140625}, {"start": 1471.95, "end": 1472.07, "word": " main,", "probability": 0.450927734375}, {"start": 1472.39, "end": 1472.69, "word": " or", "probability": 0.9306640625}, {"start": 1472.69, "end": 1472.89, "word": " she", "probability": 0.64599609375}, {"start": 1472.89, "end": 1473.41, "word": " named", "probability": 0.72412109375}, {"start": 1473.41, "end": 1473.77, "word": " herself", "probability": 0.4736328125}, {"start": 1473.77, "end": 1473.93, "word": " main", "probability": 0.63232421875}, {"start": 1473.93, "end": 1474.37, "word": " activity,", "probability": 0.8388671875}, {"start": 1474.87, "end": 1475.01, "word": " so", "probability": 0.85107421875}, {"start": 1475.01, "end": 1475.15, "word": " I", "probability": 0.77587890625}, {"start": 1475.15, "end": 1475.33, "word": " named", "probability": 0.442626953125}, {"start": 1475.33, "end": 1475.47, "word": " the", "probability": 0.81103515625}, {"start": 1475.47, "end": 1475.89, "word": " XML", "probability": 0.90576171875}, {"start": 1475.89, "end": 1476.09, "word": " file", "probability": 0.85400390625}, {"start": 1476.09, "end": 1476.47, "word": " activity", "probability": 0.80224609375}, {"start": 1476.47, "end": 1476.75, "word": " main.", "probability": 0.60546875}], "temperature": 1.0}, {"id": 62, "seek": 150307, "start": 1478.63, "end": 1503.07, "text": " See, I want to change it. I want to call it first activity. It will suggest the name activity first. Notice that it always tries to have a name similar to the name in the layout. Tomorrow you will have 10 activities, 10 code files and 10 layout files. Imagine if I call them 1, 2, 3, 4.", "tokens": [3008, 11, 286, 528, 281, 1319, 309, 13, 286, 528, 281, 818, 309, 700, 5191, 13, 467, 486, 3402, 264, 1315, 5191, 700, 13, 13428, 300, 309, 1009, 9898, 281, 362, 257, 1315, 2531, 281, 264, 1315, 294, 264, 13333, 13, 17499, 291, 486, 362, 1266, 5354, 11, 1266, 3089, 7098, 293, 1266, 13333, 7098, 13, 11739, 498, 286, 818, 552, 502, 11, 568, 11, 805, 11, 1017, 13], "avg_logprob": -0.586160728761128, "compression_ratio": 1.6123595505617978, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1478.6299999999999, "end": 1479.11, "word": " See,", "probability": 0.036773681640625}, {"start": 1479.91, "end": 1479.97, "word": " I", "probability": 0.7724609375}, {"start": 1479.97, "end": 1480.11, "word": " want", "probability": 0.533203125}, {"start": 1480.11, "end": 1480.17, "word": " to", "probability": 0.9560546875}, {"start": 1480.17, "end": 1480.41, "word": " change", "probability": 0.82958984375}, {"start": 1480.41, "end": 1481.45, "word": " it.", "probability": 0.32568359375}, {"start": 1481.93, "end": 1482.41, "word": " I", "probability": 0.52197265625}, {"start": 1482.41, "end": 1482.53, "word": " want", "probability": 0.75537109375}, {"start": 1482.53, "end": 1482.67, "word": " to", "probability": 0.93359375}, {"start": 1482.67, "end": 1482.75, "word": " call", "probability": 0.420654296875}, {"start": 1482.75, "end": 1482.95, "word": " it", "probability": 0.87841796875}, {"start": 1482.95, "end": 1483.27, "word": " first", "probability": 0.40869140625}, {"start": 1483.27, "end": 1484.13, "word": " activity.", "probability": 0.72119140625}, {"start": 1485.13, "end": 1485.61, "word": " It", "probability": 0.448486328125}, {"start": 1485.61, "end": 1485.67, "word": " will", "probability": 0.2032470703125}, {"start": 1485.67, "end": 1486.25, "word": " suggest", "probability": 0.40869140625}, {"start": 1486.25, "end": 1486.41, "word": " the", "probability": 0.342529296875}, {"start": 1486.41, "end": 1486.65, "word": " name", "probability": 0.75}, {"start": 1486.65, "end": 1487.35, "word": " activity", "probability": 0.1688232421875}, {"start": 1487.35, "end": 1488.33, "word": " first.", "probability": 0.51123046875}, {"start": 1488.71, "end": 1488.97, "word": " Notice", "probability": 0.2171630859375}, {"start": 1488.97, "end": 1489.21, "word": " that", "probability": 0.64892578125}, {"start": 1489.21, "end": 1489.55, "word": " it", "probability": 0.76806640625}, {"start": 1489.55, "end": 1489.61, "word": " always", "probability": 0.5068359375}, {"start": 1489.61, "end": 1490.01, "word": " tries", "probability": 0.8212890625}, {"start": 1490.01, "end": 1490.51, "word": " to", "probability": 0.9287109375}, {"start": 1490.51, "end": 1490.71, "word": " have", "probability": 0.1534423828125}, {"start": 1490.71, "end": 1490.89, "word": " a", "probability": 0.6279296875}, {"start": 1490.89, "end": 1491.21, "word": " name", "probability": 0.64208984375}, {"start": 1491.21, "end": 1492.91, "word": " similar", "probability": 0.489501953125}, {"start": 1492.91, "end": 1493.43, "word": " to", "probability": 0.9169921875}, {"start": 1493.43, "end": 1493.65, "word": " the", "probability": 0.452392578125}, {"start": 1493.65, "end": 1493.65, "word": " name", "probability": 0.414306640625}, {"start": 1493.65, "end": 1494.45, "word": " in", "probability": 0.61181640625}, {"start": 1494.45, "end": 1494.51, "word": " the", "probability": 0.85546875}, {"start": 1494.51, "end": 1494.75, "word": " layout.", "probability": 0.93701171875}, {"start": 1494.85, "end": 1495.05, "word": " Tomorrow", "probability": 0.64501953125}, {"start": 1495.05, "end": 1495.15, "word": " you", "probability": 0.460205078125}, {"start": 1495.15, "end": 1495.21, "word": " will", "probability": 0.67138671875}, {"start": 1495.21, "end": 1495.49, "word": " have", "probability": 0.921875}, {"start": 1495.49, "end": 1495.83, "word": " 10", "probability": 0.46142578125}, {"start": 1495.83, "end": 1496.93, "word": " activities,", "probability": 0.93408203125}, {"start": 1497.41, "end": 1497.91, "word": " 10", "probability": 0.90966796875}, {"start": 1497.91, "end": 1498.57, "word": " code", "probability": 0.326416015625}, {"start": 1498.57, "end": 1498.57, "word": " files", "probability": 0.8779296875}, {"start": 1498.57, "end": 1498.71, "word": " and", "probability": 0.7548828125}, {"start": 1498.71, "end": 1498.89, "word": " 10", "probability": 0.94287109375}, {"start": 1498.89, "end": 1499.83, "word": " layout", "probability": 0.58349609375}, {"start": 1499.83, "end": 1499.83, "word": " files.", "probability": 0.51416015625}, {"start": 1500.59, "end": 1500.73, "word": " Imagine", "probability": 0.6513671875}, {"start": 1500.73, "end": 1500.73, "word": " if", "probability": 0.2227783203125}, {"start": 1500.73, "end": 1501.81, "word": " I", "probability": 0.444091796875}, {"start": 1501.81, "end": 1501.97, "word": " call", "probability": 0.4677734375}, {"start": 1501.97, "end": 1502.09, "word": " them", "probability": 0.8486328125}, {"start": 1502.09, "end": 1502.25, "word": " 1,", "probability": 0.69775390625}, {"start": 1502.31, "end": 1502.45, "word": " 2,", "probability": 0.51513671875}, {"start": 1502.51, "end": 1502.69, "word": " 3,", "probability": 0.9609375}, {"start": 1502.77, "end": 1503.07, "word": " 4.", "probability": 0.8828125}], "temperature": 1.0}, {"id": 63, "seek": 153065, "start": 1503.93, "end": 1530.65, "text": " Or A, B, C, D. Search for this layout for anyone in the class. Try to name the layout similar to someone in the code. He did this thing. Let's call it main activity as he did it. Here is an important check. Backwards compatibility. We took the word backwards compatibility or we spent time on it in programming. What does it mean?", "tokens": [1610, 316, 11, 363, 11, 383, 11, 413, 13, 17180, 337, 341, 13333, 337, 2878, 294, 264, 1508, 13, 6526, 281, 1315, 264, 13333, 2531, 281, 1580, 294, 264, 3089, 13, 634, 630, 341, 551, 13, 961, 311, 818, 309, 2135, 5191, 382, 415, 630, 309, 13, 1692, 307, 364, 1021, 1520, 13, 5833, 2015, 34237, 13, 492, 1890, 264, 1349, 12204, 34237, 420, 321, 4418, 565, 322, 309, 294, 9410, 13, 708, 775, 309, 914, 30], "avg_logprob": -0.5144230990837781, "compression_ratio": 1.5467289719626167, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1503.93, "end": 1504.41, "word": " Or", "probability": 0.341064453125}, {"start": 1504.41, "end": 1504.65, "word": " A,", "probability": 0.29052734375}, {"start": 1504.73, "end": 1504.77, "word": " B,", "probability": 0.5400390625}, {"start": 1504.83, "end": 1504.93, "word": " C,", "probability": 0.97021484375}, {"start": 1505.05, "end": 1505.09, "word": " D.", "probability": 0.951171875}, {"start": 1505.13, "end": 1505.47, "word": " Search", "probability": 0.200439453125}, {"start": 1505.47, "end": 1505.85, "word": " for", "probability": 0.365966796875}, {"start": 1505.85, "end": 1506.11, "word": " this", "probability": 0.42041015625}, {"start": 1506.11, "end": 1506.91, "word": " layout", "probability": 0.8115234375}, {"start": 1506.91, "end": 1507.15, "word": " for", "probability": 0.415771484375}, {"start": 1507.15, "end": 1507.77, "word": " anyone", "probability": 0.5458984375}, {"start": 1507.77, "end": 1508.05, "word": " in", "probability": 0.80615234375}, {"start": 1508.05, "end": 1508.23, "word": " the", "probability": 0.61376953125}, {"start": 1508.23, "end": 1508.85, "word": " class.", "probability": 0.62646484375}, {"start": 1509.61, "end": 1510.09, "word": " Try", "probability": 0.135009765625}, {"start": 1510.09, "end": 1510.79, "word": " to", "probability": 0.740234375}, {"start": 1510.79, "end": 1511.09, "word": " name", "probability": 0.31787109375}, {"start": 1511.09, "end": 1511.83, "word": " the", "probability": 0.7080078125}, {"start": 1511.83, "end": 1512.21, "word": " layout", "probability": 0.9560546875}, {"start": 1512.21, "end": 1512.73, "word": " similar", "probability": 0.2313232421875}, {"start": 1512.73, "end": 1512.99, "word": " to", "probability": 0.82568359375}, {"start": 1512.99, "end": 1513.23, "word": " someone", "probability": 0.18603515625}, {"start": 1513.23, "end": 1513.95, "word": " in", "probability": 0.5849609375}, {"start": 1513.95, "end": 1514.09, "word": " the", "probability": 0.8740234375}, {"start": 1514.09, "end": 1514.33, "word": " code.", "probability": 0.92431640625}, {"start": 1514.45, "end": 1514.59, "word": " He", "probability": 0.279052734375}, {"start": 1514.59, "end": 1514.93, "word": " did", "probability": 0.467041015625}, {"start": 1514.93, "end": 1515.05, "word": " this", "probability": 0.69775390625}, {"start": 1515.05, "end": 1515.27, "word": " thing.", "probability": 0.509765625}, {"start": 1517.57, "end": 1518.03, "word": " Let's", "probability": 0.91162109375}, {"start": 1518.03, "end": 1518.27, "word": " call", "probability": 0.677734375}, {"start": 1518.27, "end": 1518.45, "word": " it", "probability": 0.9013671875}, {"start": 1518.45, "end": 1518.61, "word": " main", "probability": 0.400390625}, {"start": 1518.61, "end": 1519.07, "word": " activity", "probability": 0.7587890625}, {"start": 1519.07, "end": 1519.25, "word": " as", "probability": 0.58447265625}, {"start": 1519.25, "end": 1519.47, "word": " he", "probability": 0.94580078125}, {"start": 1519.47, "end": 1519.67, "word": " did", "probability": 0.8349609375}, {"start": 1519.67, "end": 1519.99, "word": " it.", "probability": 0.6318359375}, {"start": 1521.59, "end": 1522.07, "word": " Here", "probability": 0.274658203125}, {"start": 1522.07, "end": 1522.49, "word": " is", "probability": 0.402587890625}, {"start": 1522.49, "end": 1522.57, "word": " an", "probability": 0.86865234375}, {"start": 1522.57, "end": 1522.57, "word": " important", "probability": 0.87890625}, {"start": 1522.57, "end": 1522.89, "word": " check.", "probability": 0.87939453125}, {"start": 1524.25, "end": 1524.73, "word": " Backwards", "probability": 0.83935546875}, {"start": 1524.73, "end": 1525.35, "word": " compatibility.", "probability": 0.8984375}, {"start": 1526.41, "end": 1526.89, "word": " We", "probability": 0.8662109375}, {"start": 1526.89, "end": 1527.07, "word": " took", "probability": 0.58056640625}, {"start": 1527.07, "end": 1527.23, "word": " the", "probability": 0.75146484375}, {"start": 1527.23, "end": 1527.39, "word": " word", "probability": 0.71533203125}, {"start": 1527.39, "end": 1527.83, "word": " backwards", "probability": 0.77392578125}, {"start": 1527.83, "end": 1528.49, "word": " compatibility", "probability": 0.919921875}, {"start": 1528.49, "end": 1528.95, "word": " or", "probability": 0.52978515625}, {"start": 1528.95, "end": 1529.01, "word": " we", "probability": 0.485107421875}, {"start": 1529.01, "end": 1529.21, "word": " spent", "probability": 0.23876953125}, {"start": 1529.21, "end": 1529.63, "word": " time", "probability": 0.374755859375}, {"start": 1529.63, "end": 1529.63, "word": " on", "probability": 0.51416015625}, {"start": 1529.63, "end": 1529.63, "word": " it", "probability": 0.58544921875}, {"start": 1529.63, "end": 1529.81, "word": " in", "probability": 0.74072265625}, {"start": 1529.81, "end": 1530.03, "word": " programming.", "probability": 0.83154296875}, {"start": 1530.11, "end": 1530.27, "word": " What", "probability": 0.8681640625}, {"start": 1530.27, "end": 1530.27, "word": " does", "probability": 0.31005859375}, {"start": 1530.27, "end": 1530.43, "word": " it", "probability": 0.67529296875}, {"start": 1530.43, "end": 1530.65, "word": " mean?", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 64, "seek": 155444, "start": 1532.7, "end": 1554.44, "text": " Compatibility means that it is compatible. Backward means that it is compatible with the previous versions. Now, we said that every new API version has new additions. Do the new additions work on the old version? Pay attention. The new additions, wait a minute. The additions always try to make the new additions", "tokens": [6620, 267, 2841, 1355, 300, 309, 307, 18218, 13, 5833, 1007, 1355, 300, 309, 307, 18218, 365, 264, 3894, 9606, 13, 823, 11, 321, 848, 300, 633, 777, 9362, 3037, 575, 777, 35113, 13, 1144, 264, 777, 35113, 589, 322, 264, 1331, 3037, 30, 11431, 3202, 13, 440, 777, 35113, 11, 1699, 257, 3456, 13, 440, 35113, 1009, 853, 281, 652, 264, 777, 35113], "avg_logprob": -0.46778846153846154, "compression_ratio": 1.819767441860465, "no_speech_prob": 0.0, "words": [{"start": 1532.7, "end": 1533.32, "word": " Compatibility", "probability": 0.7935384114583334}, {"start": 1533.32, "end": 1533.62, "word": " means", "probability": 0.63818359375}, {"start": 1533.62, "end": 1533.68, "word": " that", "probability": 0.10919189453125}, {"start": 1533.68, "end": 1533.68, "word": " it", "probability": 0.7236328125}, {"start": 1533.68, "end": 1533.68, "word": " is", "probability": 0.49658203125}, {"start": 1533.68, "end": 1534.14, "word": " compatible.", "probability": 0.70751953125}, {"start": 1534.56, "end": 1535.1, "word": " Backward", "probability": 0.88916015625}, {"start": 1535.1, "end": 1535.22, "word": " means", "probability": 0.7978515625}, {"start": 1535.22, "end": 1535.3, "word": " that", "probability": 0.5283203125}, {"start": 1535.3, "end": 1535.3, "word": " it", "probability": 0.9169921875}, {"start": 1535.3, "end": 1535.3, "word": " is", "probability": 0.80615234375}, {"start": 1535.3, "end": 1535.7, "word": " compatible", "probability": 0.9375}, {"start": 1535.7, "end": 1535.92, "word": " with", "probability": 0.8837890625}, {"start": 1535.92, "end": 1536.22, "word": " the", "probability": 0.515625}, {"start": 1536.22, "end": 1537.52, "word": " previous", "probability": 0.736328125}, {"start": 1537.52, "end": 1537.52, "word": " versions.", "probability": 0.84765625}, {"start": 1538.18, "end": 1538.5, "word": " Now,", "probability": 0.488037109375}, {"start": 1538.64, "end": 1538.88, "word": " we", "probability": 0.51611328125}, {"start": 1538.88, "end": 1539.3, "word": " said", "probability": 0.541015625}, {"start": 1539.3, "end": 1539.78, "word": " that", "probability": 0.8642578125}, {"start": 1539.78, "end": 1540.08, "word": " every", "probability": 0.367919921875}, {"start": 1540.08, "end": 1540.5, "word": " new", "probability": 0.356201171875}, {"start": 1540.5, "end": 1540.9, "word": " API", "probability": 0.59326171875}, {"start": 1540.9, "end": 1541.0, "word": " version", "probability": 0.83837890625}, {"start": 1541.0, "end": 1542.0, "word": " has", "probability": 0.62255859375}, {"start": 1542.0, "end": 1543.44, "word": " new", "probability": 0.81689453125}, {"start": 1543.44, "end": 1543.44, "word": " additions.", "probability": 0.65771484375}, {"start": 1544.2, "end": 1544.48, "word": " Do", "probability": 0.4052734375}, {"start": 1544.48, "end": 1544.54, "word": " the", "probability": 0.54541015625}, {"start": 1544.54, "end": 1545.14, "word": " new", "probability": 0.72802734375}, {"start": 1545.14, "end": 1545.14, "word": " additions", "probability": 0.93505859375}, {"start": 1545.14, "end": 1545.52, "word": " work", "probability": 0.79736328125}, {"start": 1545.52, "end": 1545.62, "word": " on", "probability": 0.875}, {"start": 1545.62, "end": 1545.7, "word": " the", "probability": 0.6650390625}, {"start": 1545.7, "end": 1545.7, "word": " old", "probability": 0.6044921875}, {"start": 1545.7, "end": 1545.86, "word": " version?", "probability": 0.39990234375}, {"start": 1548.18, "end": 1548.72, "word": " Pay", "probability": 0.537109375}, {"start": 1548.72, "end": 1548.86, "word": " attention.", "probability": 0.900390625}, {"start": 1549.22, "end": 1549.46, "word": " The", "probability": 0.732421875}, {"start": 1549.46, "end": 1550.1, "word": " new", "probability": 0.6826171875}, {"start": 1550.1, "end": 1550.1, "word": " additions,", "probability": 0.9189453125}, {"start": 1550.2, "end": 1550.32, "word": " wait", "probability": 0.51171875}, {"start": 1550.32, "end": 1550.64, "word": " a", "probability": 0.83837890625}, {"start": 1550.64, "end": 1550.64, "word": " minute.", "probability": 0.5712890625}, {"start": 1551.2, "end": 1551.3, "word": " The", "probability": 0.7294921875}, {"start": 1551.3, "end": 1551.64, "word": " additions", "probability": 0.84033203125}, {"start": 1551.64, "end": 1551.84, "word": " always", "probability": 0.7802734375}, {"start": 1551.84, "end": 1552.4, "word": " try", "probability": 0.9228515625}, {"start": 1552.4, "end": 1553.42, "word": " to", "probability": 0.7158203125}, {"start": 1553.42, "end": 1553.42, "word": " make", "probability": 0.3623046875}, {"start": 1553.42, "end": 1553.52, "word": " the", "probability": 0.72509765625}, {"start": 1553.52, "end": 1554.38, "word": " new", "probability": 0.79736328125}, {"start": 1554.38, "end": 1554.44, "word": " additions", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 65, "seek": 158379, "start": 1555.45, "end": 1583.79, "text": " Okay? They work on the old versions, they add libraries, update to the old versions, so that the new things work on the old ones. So they try many times to make the new things work on the old ones. But there are new things that don't work on the old ones. So if you are a backward compatibility teacher, you try as much as you can. Okay? This means that the new things", "tokens": [1033, 30, 814, 589, 322, 264, 1331, 9606, 11, 436, 909, 15148, 11, 5623, 281, 264, 1331, 9606, 11, 370, 300, 264, 777, 721, 589, 322, 264, 1331, 2306, 13, 407, 436, 853, 867, 1413, 281, 652, 264, 777, 721, 589, 322, 264, 1331, 2306, 13, 583, 456, 366, 777, 721, 300, 500, 380, 589, 322, 264, 1331, 2306, 13, 407, 498, 291, 366, 257, 23897, 34237, 5027, 11, 291, 853, 382, 709, 382, 291, 393, 13, 1033, 30, 639, 1355, 300, 264, 777, 721], "avg_logprob": -0.44004360603731735, "compression_ratio": 2.0386740331491713, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1555.45, "end": 1555.97, "word": " Okay?", "probability": 0.06268310546875}, {"start": 1556.91, "end": 1557.09, "word": " They", "probability": 0.630859375}, {"start": 1557.09, "end": 1557.45, "word": " work", "probability": 0.1639404296875}, {"start": 1557.45, "end": 1559.49, "word": " on", "probability": 0.53662109375}, {"start": 1559.49, "end": 1559.57, "word": " the", "probability": 0.375}, {"start": 1559.57, "end": 1560.19, "word": " old", "probability": 0.83544921875}, {"start": 1560.19, "end": 1560.25, "word": " versions,", "probability": 0.51025390625}, {"start": 1560.57, "end": 1560.65, "word": " they", "probability": 0.60888671875}, {"start": 1560.65, "end": 1560.97, "word": " add", "probability": 0.7255859375}, {"start": 1560.97, "end": 1561.71, "word": " libraries,", "probability": 0.77880859375}, {"start": 1561.85, "end": 1562.23, "word": " update", "probability": 0.5908203125}, {"start": 1562.23, "end": 1562.41, "word": " to", "probability": 0.25439453125}, {"start": 1562.41, "end": 1562.47, "word": " the", "probability": 0.89306640625}, {"start": 1562.47, "end": 1563.03, "word": " old", "probability": 0.88525390625}, {"start": 1563.03, "end": 1564.03, "word": " versions,", "probability": 0.751953125}, {"start": 1564.15, "end": 1564.55, "word": " so", "probability": 0.7001953125}, {"start": 1564.55, "end": 1565.09, "word": " that", "probability": 0.89111328125}, {"start": 1565.09, "end": 1566.19, "word": " the", "probability": 0.61376953125}, {"start": 1566.19, "end": 1566.97, "word": " new", "probability": 0.892578125}, {"start": 1566.97, "end": 1566.99, "word": " things", "probability": 0.51220703125}, {"start": 1566.99, "end": 1567.41, "word": " work", "probability": 0.41943359375}, {"start": 1567.41, "end": 1567.67, "word": " on", "probability": 0.9072265625}, {"start": 1567.67, "end": 1567.75, "word": " the", "probability": 0.86962890625}, {"start": 1567.75, "end": 1567.95, "word": " old", "probability": 0.89404296875}, {"start": 1567.95, "end": 1568.07, "word": " ones.", "probability": 0.73486328125}, {"start": 1568.37, "end": 1568.47, "word": " So", "probability": 0.359619140625}, {"start": 1568.47, "end": 1568.75, "word": " they", "probability": 0.468505859375}, {"start": 1568.75, "end": 1569.07, "word": " try", "probability": 0.7568359375}, {"start": 1569.07, "end": 1569.29, "word": " many", "probability": 0.2490234375}, {"start": 1569.29, "end": 1569.45, "word": " times", "probability": 0.91357421875}, {"start": 1569.45, "end": 1569.63, "word": " to", "probability": 0.6591796875}, {"start": 1569.63, "end": 1569.63, "word": " make", "probability": 0.6015625}, {"start": 1569.63, "end": 1569.75, "word": " the", "probability": 0.646484375}, {"start": 1569.75, "end": 1570.31, "word": " new", "probability": 0.8837890625}, {"start": 1570.31, "end": 1570.49, "word": " things", "probability": 0.7763671875}, {"start": 1570.49, "end": 1571.59, "word": " work", "probability": 0.8544921875}, {"start": 1571.59, "end": 1571.75, "word": " on", "probability": 0.9189453125}, {"start": 1571.75, "end": 1571.85, "word": " the", "probability": 0.87744140625}, {"start": 1571.85, "end": 1572.01, "word": " old", "probability": 0.8974609375}, {"start": 1572.01, "end": 1572.11, "word": " ones.", "probability": 0.8623046875}, {"start": 1572.33, "end": 1572.59, "word": " But", "probability": 0.90234375}, {"start": 1572.59, "end": 1572.81, "word": " there", "probability": 0.572265625}, {"start": 1572.81, "end": 1572.83, "word": " are", "probability": 0.91064453125}, {"start": 1572.83, "end": 1573.31, "word": " new", "probability": 0.7529296875}, {"start": 1573.31, "end": 1573.31, "word": " things", "probability": 0.84912109375}, {"start": 1573.31, "end": 1574.25, "word": " that", "probability": 0.84521484375}, {"start": 1574.25, "end": 1574.31, "word": " don't", "probability": 0.792724609375}, {"start": 1574.31, "end": 1574.55, "word": " work", "probability": 0.8623046875}, {"start": 1574.55, "end": 1574.99, "word": " on", "probability": 0.568359375}, {"start": 1574.99, "end": 1575.07, "word": " the", "probability": 0.83740234375}, {"start": 1575.07, "end": 1575.19, "word": " old", "probability": 0.91064453125}, {"start": 1575.19, "end": 1575.57, "word": " ones.", "probability": 0.8935546875}, {"start": 1575.81, "end": 1576.13, "word": " So", "probability": 0.8173828125}, {"start": 1576.13, "end": 1576.39, "word": " if", "probability": 0.7021484375}, {"start": 1576.39, "end": 1576.41, "word": " you", "probability": 0.701171875}, {"start": 1576.41, "end": 1576.49, "word": " are", "probability": 0.35009765625}, {"start": 1576.49, "end": 1576.77, "word": " a", "probability": 0.73583984375}, {"start": 1576.77, "end": 1577.01, "word": " backward", "probability": 0.61474609375}, {"start": 1577.01, "end": 1577.73, "word": " compatibility", "probability": 0.86865234375}, {"start": 1577.73, "end": 1577.73, "word": " teacher,", "probability": 0.8115234375}, {"start": 1577.85, "end": 1577.93, "word": " you", "probability": 0.63818359375}, {"start": 1577.93, "end": 1578.23, "word": " try", "probability": 0.84375}, {"start": 1578.23, "end": 1578.57, "word": " as", "probability": 0.3564453125}, {"start": 1578.57, "end": 1578.61, "word": " much", "probability": 0.818359375}, {"start": 1578.61, "end": 1578.63, "word": " as", "probability": 0.97119140625}, {"start": 1578.63, "end": 1578.89, "word": " you", "probability": 0.293212890625}, {"start": 1578.89, "end": 1579.13, "word": " can.", "probability": 0.94384765625}, {"start": 1579.83, "end": 1580.35, "word": " Okay?", "probability": 0.6982421875}, {"start": 1581.69, "end": 1582.21, "word": " This", "probability": 0.3125}, {"start": 1582.21, "end": 1582.83, "word": " means", "probability": 0.76123046875}, {"start": 1582.83, "end": 1583.19, "word": " that", "probability": 0.92041015625}, {"start": 1583.19, "end": 1583.45, "word": " the", "probability": 0.72998046875}, {"start": 1583.45, "end": 1583.49, "word": " new", "probability": 0.9111328125}, {"start": 1583.49, "end": 1583.79, "word": " things", "probability": 0.84326171875}], "temperature": 1.0}, {"id": 66, "seek": 161267, "start": 1585.43, "end": 1612.67, "text": " If it is made compatible with the old one, it will work But if you do not learn this, it means that nothing in the new will work on the old one So always learn this to make sure that you benefit from the most from the new things in the old devices In short, this means that the application as much as possible will be compatible with the previous version And what did we do with this? We finished it, the last thing, finish", "tokens": [759, 309, 307, 1027, 18218, 365, 264, 1331, 472, 11, 309, 486, 589, 583, 498, 291, 360, 406, 1466, 341, 11, 309, 1355, 300, 1825, 294, 264, 777, 486, 589, 322, 264, 1331, 472, 407, 1009, 1466, 341, 281, 652, 988, 300, 291, 5121, 490, 264, 881, 490, 264, 777, 721, 294, 264, 1331, 5759, 682, 2099, 11, 341, 1355, 300, 264, 3861, 382, 709, 382, 1944, 486, 312, 18218, 365, 264, 3894, 3037, 400, 437, 630, 321, 360, 365, 341, 30, 492, 4335, 309, 11, 264, 1036, 551, 11, 2413], "avg_logprob": -0.5224184581766957, "compression_ratio": 1.8434782608695652, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1585.43, "end": 1585.91, "word": " If", "probability": 0.5361328125}, {"start": 1585.91, "end": 1586.39, "word": " it", "probability": 0.5439453125}, {"start": 1586.39, "end": 1586.39, "word": " is", "probability": 0.302490234375}, {"start": 1586.39, "end": 1586.39, "word": " made", "probability": 0.1732177734375}, {"start": 1586.39, "end": 1586.77, "word": " compatible", "probability": 0.1778564453125}, {"start": 1586.77, "end": 1586.89, "word": " with", "probability": 0.8466796875}, {"start": 1586.89, "end": 1587.03, "word": " the", "probability": 0.60009765625}, {"start": 1587.03, "end": 1587.19, "word": " old", "probability": 0.71923828125}, {"start": 1587.19, "end": 1587.23, "word": " one,", "probability": 0.3955078125}, {"start": 1587.33, "end": 1587.39, "word": " it", "probability": 0.580078125}, {"start": 1587.39, "end": 1587.43, "word": " will", "probability": 0.5341796875}, {"start": 1587.43, "end": 1587.67, "word": " work", "probability": 0.8017578125}, {"start": 1587.67, "end": 1588.35, "word": " But", "probability": 0.52978515625}, {"start": 1588.35, "end": 1588.55, "word": " if", "probability": 0.89306640625}, {"start": 1588.55, "end": 1588.85, "word": " you", "probability": 0.87939453125}, {"start": 1588.85, "end": 1588.91, "word": " do", "probability": 0.158447265625}, {"start": 1588.91, "end": 1588.91, "word": " not", "probability": 0.93701171875}, {"start": 1588.91, "end": 1589.19, "word": " learn", "probability": 0.343505859375}, {"start": 1589.19, "end": 1589.61, "word": " this,", "probability": 0.45654296875}, {"start": 1589.73, "end": 1590.75, "word": " it", "probability": 0.57568359375}, {"start": 1590.75, "end": 1591.11, "word": " means", "probability": 0.89599609375}, {"start": 1591.11, "end": 1591.45, "word": " that", "probability": 0.8759765625}, {"start": 1591.45, "end": 1591.81, "word": " nothing", "probability": 0.76953125}, {"start": 1591.81, "end": 1592.09, "word": " in", "probability": 0.355712890625}, {"start": 1592.09, "end": 1592.55, "word": " the", "probability": 0.82958984375}, {"start": 1592.55, "end": 1592.77, "word": " new", "probability": 0.7587890625}, {"start": 1592.77, "end": 1593.25, "word": " will", "probability": 0.32763671875}, {"start": 1593.25, "end": 1594.05, "word": " work", "probability": 0.84033203125}, {"start": 1594.05, "end": 1594.15, "word": " on", "probability": 0.82177734375}, {"start": 1594.15, "end": 1594.21, "word": " the", "probability": 0.88720703125}, {"start": 1594.21, "end": 1594.33, "word": " old", "probability": 0.67578125}, {"start": 1594.33, "end": 1594.57, "word": " one", "probability": 0.80517578125}, {"start": 1594.57, "end": 1594.73, "word": " So", "probability": 0.54248046875}, {"start": 1594.73, "end": 1594.97, "word": " always", "probability": 0.6376953125}, {"start": 1594.97, "end": 1595.29, "word": " learn", "probability": 0.939453125}, {"start": 1595.29, "end": 1595.51, "word": " this", "probability": 0.8134765625}, {"start": 1595.51, "end": 1595.75, "word": " to", "probability": 0.4755859375}, {"start": 1595.75, "end": 1596.37, "word": " make", "probability": 0.46435546875}, {"start": 1596.37, "end": 1596.55, "word": " sure", "probability": 0.9091796875}, {"start": 1596.55, "end": 1597.19, "word": " that", "probability": 0.5556640625}, {"start": 1597.19, "end": 1597.33, "word": " you", "probability": 0.94140625}, {"start": 1597.33, "end": 1597.85, "word": " benefit", "probability": 0.379638671875}, {"start": 1597.85, "end": 1597.99, "word": " from", "probability": 0.75341796875}, {"start": 1597.99, "end": 1598.17, "word": " the", "probability": 0.5126953125}, {"start": 1598.17, "end": 1598.35, "word": " most", "probability": 0.456298828125}, {"start": 1598.35, "end": 1598.81, "word": " from", "probability": 0.38525390625}, {"start": 1598.81, "end": 1598.95, "word": " the", "probability": 0.54248046875}, {"start": 1598.95, "end": 1598.95, "word": " new", "probability": 0.61865234375}, {"start": 1598.95, "end": 1599.57, "word": " things", "probability": 0.65966796875}, {"start": 1599.57, "end": 1599.87, "word": " in", "probability": 0.775390625}, {"start": 1599.87, "end": 1599.95, "word": " the", "probability": 0.65673828125}, {"start": 1599.95, "end": 1601.11, "word": " old", "probability": 0.90234375}, {"start": 1601.11, "end": 1601.31, "word": " devices", "probability": 0.87158203125}, {"start": 1601.31, "end": 1602.35, "word": " In", "probability": 0.1873779296875}, {"start": 1602.35, "end": 1603.97, "word": " short,", "probability": 0.7158203125}, {"start": 1604.25, "end": 1604.41, "word": " this", "probability": 0.5078125}, {"start": 1604.41, "end": 1604.65, "word": " means", "probability": 0.84716796875}, {"start": 1604.65, "end": 1605.17, "word": " that", "probability": 0.9228515625}, {"start": 1605.17, "end": 1605.29, "word": " the", "probability": 0.509765625}, {"start": 1605.29, "end": 1605.65, "word": " application", "probability": 0.8017578125}, {"start": 1605.65, "end": 1606.03, "word": " as", "probability": 0.302734375}, {"start": 1606.03, "end": 1606.09, "word": " much", "probability": 0.65283203125}, {"start": 1606.09, "end": 1606.17, "word": " as", "probability": 0.96728515625}, {"start": 1606.17, "end": 1606.57, "word": " possible", "probability": 0.93603515625}, {"start": 1606.57, "end": 1606.81, "word": " will", "probability": 0.69482421875}, {"start": 1606.81, "end": 1606.99, "word": " be", "probability": 0.72509765625}, {"start": 1606.99, "end": 1607.45, "word": " compatible", "probability": 0.60791015625}, {"start": 1607.45, "end": 1607.73, "word": " with", "probability": 0.8935546875}, {"start": 1607.73, "end": 1608.65, "word": " the", "probability": 0.89208984375}, {"start": 1608.65, "end": 1609.27, "word": " previous", "probability": 0.64306640625}, {"start": 1609.27, "end": 1609.27, "word": " version", "probability": 0.89892578125}, {"start": 1609.27, "end": 1609.93, "word": " And", "probability": 0.51513671875}, {"start": 1609.93, "end": 1610.03, "word": " what", "probability": 0.2822265625}, {"start": 1610.03, "end": 1610.03, "word": " did", "probability": 0.5341796875}, {"start": 1610.03, "end": 1610.33, "word": " we", "probability": 0.376220703125}, {"start": 1610.33, "end": 1610.33, "word": " do", "probability": 0.79296875}, {"start": 1610.33, "end": 1610.49, "word": " with", "probability": 0.42578125}, {"start": 1610.49, "end": 1610.49, "word": " this?", "probability": 0.7294921875}, {"start": 1610.63, "end": 1610.73, "word": " We", "probability": 0.7119140625}, {"start": 1610.73, "end": 1610.95, "word": " finished", "probability": 0.525390625}, {"start": 1610.95, "end": 1611.13, "word": " it,", "probability": 0.473388671875}, {"start": 1611.17, "end": 1611.27, "word": " the", "probability": 0.60302734375}, {"start": 1611.27, "end": 1611.47, "word": " last", "probability": 0.8310546875}, {"start": 1611.47, "end": 1611.79, "word": " thing,", "probability": 0.80419921875}, {"start": 1612.41, "end": 1612.67, "word": " finish", "probability": 0.52099609375}], "temperature": 1.0}, {"id": 67, "seek": 164332, "start": 1614.48, "end": 1643.32, "text": " We took a long time to do it, but in the end, it's all you have to do. You touch the name of the application, you can even use the default, okay? But the most important step is the minimum SDK, okay? Even the minimum SDK, you will find that it will choose for you the SDK that achieves the best distribution for you. It will choose API 19 for you. I went to my uncle. Okay, let's start working on the gate. It takes some time.", "tokens": [492, 1890, 257, 938, 565, 281, 360, 309, 11, 457, 294, 264, 917, 11, 309, 311, 439, 291, 362, 281, 360, 13, 509, 2557, 264, 1315, 295, 264, 3861, 11, 291, 393, 754, 764, 264, 7576, 11, 1392, 30, 583, 264, 881, 1021, 1823, 307, 264, 7285, 37135, 11, 1392, 30, 2754, 264, 7285, 37135, 11, 291, 486, 915, 300, 309, 486, 2826, 337, 291, 264, 37135, 300, 3538, 977, 264, 1151, 7316, 337, 291, 13, 467, 486, 2826, 9362, 1294, 337, 291, 13, 286, 1437, 281, 452, 9153, 13, 1033, 11, 718, 311, 722, 1364, 322, 264, 8539, 13, 467, 2516, 512, 565, 13], "avg_logprob": -0.5536556384473477, "compression_ratio": 1.66796875, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1614.48, "end": 1614.74, "word": " We", "probability": 0.43310546875}, {"start": 1614.74, "end": 1614.88, "word": " took", "probability": 0.509765625}, {"start": 1614.88, "end": 1615.06, "word": " a", "probability": 0.298828125}, {"start": 1615.06, "end": 1615.06, "word": " long", "probability": 0.64306640625}, {"start": 1615.06, "end": 1615.12, "word": " time", "probability": 0.86181640625}, {"start": 1615.12, "end": 1615.36, "word": " to", "probability": 0.66650390625}, {"start": 1615.36, "end": 1615.6, "word": " do", "probability": 0.250732421875}, {"start": 1615.6, "end": 1615.72, "word": " it,", "probability": 0.74560546875}, {"start": 1615.78, "end": 1615.92, "word": " but", "probability": 0.82666015625}, {"start": 1615.92, "end": 1616.12, "word": " in", "probability": 0.347412109375}, {"start": 1616.12, "end": 1616.24, "word": " the", "probability": 0.9033203125}, {"start": 1616.24, "end": 1616.52, "word": " end,", "probability": 0.89208984375}, {"start": 1617.54, "end": 1617.86, "word": " it's", "probability": 0.33453369140625}, {"start": 1617.86, "end": 1618.12, "word": " all", "probability": 0.393798828125}, {"start": 1618.12, "end": 1618.28, "word": " you", "probability": 0.486572265625}, {"start": 1618.28, "end": 1618.36, "word": " have", "probability": 0.313232421875}, {"start": 1618.36, "end": 1618.42, "word": " to", "probability": 0.9677734375}, {"start": 1618.42, "end": 1618.68, "word": " do.", "probability": 0.95458984375}, {"start": 1618.8, "end": 1618.96, "word": " You", "probability": 0.5830078125}, {"start": 1618.96, "end": 1623.22, "word": " touch", "probability": 0.108154296875}, {"start": 1623.22, "end": 1623.52, "word": " the", "probability": 0.73388671875}, {"start": 1623.52, "end": 1623.52, "word": " name", "probability": 0.55908203125}, {"start": 1623.52, "end": 1623.62, "word": " of", "probability": 0.958984375}, {"start": 1623.62, "end": 1623.68, "word": " the", "probability": 0.880859375}, {"start": 1623.68, "end": 1624.16, "word": " application,", "probability": 0.61083984375}, {"start": 1624.26, "end": 1624.7, "word": " you", "probability": 0.6015625}, {"start": 1624.7, "end": 1624.94, "word": " can", "probability": 0.82958984375}, {"start": 1624.94, "end": 1624.94, "word": " even", "probability": 0.7861328125}, {"start": 1624.94, "end": 1625.26, "word": " use", "probability": 0.8369140625}, {"start": 1625.26, "end": 1625.4, "word": " the", "probability": 0.69140625}, {"start": 1625.4, "end": 1625.7, "word": " default,", "probability": 0.95849609375}, {"start": 1626.4, "end": 1626.68, "word": " okay?", "probability": 0.33544921875}, {"start": 1626.8, "end": 1626.98, "word": " But", "probability": 0.81689453125}, {"start": 1626.98, "end": 1627.08, "word": " the", "probability": 0.8330078125}, {"start": 1627.08, "end": 1627.26, "word": " most", "probability": 0.82177734375}, {"start": 1627.26, "end": 1627.84, "word": " important", "probability": 0.8740234375}, {"start": 1627.84, "end": 1628.12, "word": " step", "probability": 0.791015625}, {"start": 1628.12, "end": 1628.62, "word": " is", "probability": 0.59033203125}, {"start": 1628.62, "end": 1628.76, "word": " the", "probability": 0.443603515625}, {"start": 1628.76, "end": 1629.12, "word": " minimum", "probability": 0.9296875}, {"start": 1629.12, "end": 1630.3, "word": " SDK,", "probability": 0.9677734375}, {"start": 1631.42, "end": 1631.72, "word": " okay?", "probability": 0.75537109375}, {"start": 1632.58, "end": 1632.94, "word": " Even", "probability": 0.8330078125}, {"start": 1632.94, "end": 1633.06, "word": " the", "probability": 0.4990234375}, {"start": 1633.06, "end": 1633.24, "word": " minimum", "probability": 0.958984375}, {"start": 1633.24, "end": 1633.8, "word": " SDK,", "probability": 0.97509765625}, {"start": 1634.46, "end": 1634.54, "word": " you", "probability": 0.58447265625}, {"start": 1634.54, "end": 1634.64, "word": " will", "probability": 0.38037109375}, {"start": 1634.64, "end": 1634.76, "word": " find", "probability": 0.724609375}, {"start": 1634.76, "end": 1634.88, "word": " that", "probability": 0.404541015625}, {"start": 1634.88, "end": 1635.22, "word": " it", "probability": 0.52978515625}, {"start": 1635.22, "end": 1635.22, "word": " will", "probability": 0.323974609375}, {"start": 1635.22, "end": 1635.42, "word": " choose", "probability": 0.43603515625}, {"start": 1635.42, "end": 1635.62, "word": " for", "probability": 0.347900390625}, {"start": 1635.62, "end": 1635.62, "word": " you", "probability": 0.93017578125}, {"start": 1635.62, "end": 1635.7, "word": " the", "probability": 0.7802734375}, {"start": 1635.7, "end": 1636.1, "word": " SDK", "probability": 0.8408203125}, {"start": 1636.1, "end": 1636.26, "word": " that", "probability": 0.6875}, {"start": 1636.26, "end": 1636.64, "word": " achieves", "probability": 0.6402587890625}, {"start": 1636.64, "end": 1637.82, "word": " the", "probability": 0.580078125}, {"start": 1637.82, "end": 1638.0, "word": " best", "probability": 0.9130859375}, {"start": 1638.0, "end": 1638.46, "word": " distribution", "probability": 0.401123046875}, {"start": 1638.46, "end": 1638.46, "word": " for", "probability": 0.6513671875}, {"start": 1638.46, "end": 1638.46, "word": " you.", "probability": 0.9619140625}, {"start": 1638.48, "end": 1638.64, "word": " It", "probability": 0.8095703125}, {"start": 1638.64, "end": 1638.76, "word": " will", "probability": 0.6689453125}, {"start": 1638.76, "end": 1639.14, "word": " choose", "probability": 0.35205078125}, {"start": 1639.14, "end": 1639.46, "word": " API", "probability": 0.417724609375}, {"start": 1639.46, "end": 1639.92, "word": " 19", "probability": 0.5537109375}, {"start": 1639.92, "end": 1639.98, "word": " for", "probability": 0.72705078125}, {"start": 1639.98, "end": 1639.98, "word": " you.", "probability": 0.9345703125}, {"start": 1639.98, "end": 1640.16, "word": " I", "probability": 0.88818359375}, {"start": 1640.16, "end": 1640.32, "word": " went", "probability": 0.41943359375}, {"start": 1640.32, "end": 1640.46, "word": " to", "probability": 0.64599609375}, {"start": 1640.46, "end": 1640.6, "word": " my", "probability": 0.241455078125}, {"start": 1640.6, "end": 1640.8, "word": " uncle.", "probability": 0.2330322265625}, {"start": 1641.68, "end": 1642.04, "word": " Okay,", "probability": 0.42626953125}, {"start": 1642.08, "end": 1642.22, "word": " let's", "probability": 0.5377197265625}, {"start": 1642.22, "end": 1642.42, "word": " start", "probability": 0.177001953125}, {"start": 1642.42, "end": 1642.58, "word": " working", "probability": 0.4404296875}, {"start": 1642.58, "end": 1642.74, "word": " on", "probability": 0.72900390625}, {"start": 1642.74, "end": 1642.74, "word": " the", "probability": 0.383056640625}, {"start": 1642.74, "end": 1642.88, "word": " gate.", "probability": 0.258544921875}, {"start": 1642.92, "end": 1643.04, "word": " It", "probability": 0.8173828125}, {"start": 1643.04, "end": 1643.14, "word": " takes", "probability": 0.315185546875}, {"start": 1643.14, "end": 1643.32, "word": " some", "probability": 0.37939453125}, {"start": 1643.32, "end": 1643.32, "word": " time.", "probability": 0.73828125}], "temperature": 1.0}, {"id": 68, "seek": 167657, "start": 1659.45, "end": 1676.57, "text": " Because this opened the android studio screen, let's get to know it little by little Of course, it is still processing, you see, this is how it finished Okay, like the look of Netbeans, you have the screen divided into two parts", "tokens": [1436, 341, 5625, 264, 36157, 6811, 2568, 11, 718, 311, 483, 281, 458, 309, 707, 538, 707, 2720, 1164, 11, 309, 307, 920, 9007, 11, 291, 536, 11, 341, 307, 577, 309, 4335, 1033, 11, 411, 264, 574, 295, 6188, 40488, 11, 291, 362, 264, 2568, 6666, 666, 732, 3166], "avg_logprob": -0.7322303804696775, "compression_ratio": 1.4585987261146496, "no_speech_prob": 0.0, "words": [{"start": 1659.45, "end": 1659.81, "word": " Because", "probability": 0.10198974609375}, {"start": 1659.81, "end": 1660.03, "word": " this", "probability": 0.3447265625}, {"start": 1660.03, "end": 1660.25, "word": " opened", "probability": 0.24755859375}, {"start": 1660.25, "end": 1660.73, "word": " the", "probability": 0.44873046875}, {"start": 1660.73, "end": 1660.89, "word": " android", "probability": 0.49072265625}, {"start": 1660.89, "end": 1661.39, "word": " studio", "probability": 0.94921875}, {"start": 1661.39, "end": 1661.39, "word": " screen,", "probability": 0.55078125}, {"start": 1661.53, "end": 1661.85, "word": " let's", "probability": 0.8583984375}, {"start": 1661.85, "end": 1661.95, "word": " get", "probability": 0.493408203125}, {"start": 1661.95, "end": 1662.19, "word": " to", "probability": 0.5751953125}, {"start": 1662.19, "end": 1662.19, "word": " know", "probability": 0.88623046875}, {"start": 1662.19, "end": 1662.47, "word": " it", "probability": 0.796875}, {"start": 1662.47, "end": 1662.67, "word": " little", "probability": 0.2427978515625}, {"start": 1662.67, "end": 1662.93, "word": " by", "probability": 0.97314453125}, {"start": 1662.93, "end": 1663.05, "word": " little", "probability": 0.84375}, {"start": 1663.05, "end": 1665.41, "word": " Of", "probability": 0.4599609375}, {"start": 1665.41, "end": 1670.03, "word": " course,", "probability": 0.92578125}, {"start": 1670.19, "end": 1670.33, "word": " it", "probability": 0.5888671875}, {"start": 1670.33, "end": 1670.39, "word": " is", "probability": 0.324951171875}, {"start": 1670.39, "end": 1670.39, "word": " still", "probability": 0.87255859375}, {"start": 1670.39, "end": 1670.99, "word": " processing,", "probability": 0.91015625}, {"start": 1671.11, "end": 1671.25, "word": " you", "probability": 0.2415771484375}, {"start": 1671.25, "end": 1671.47, "word": " see,", "probability": 0.80859375}, {"start": 1671.75, "end": 1672.15, "word": " this", "probability": 0.126220703125}, {"start": 1672.15, "end": 1672.29, "word": " is", "probability": 0.71728515625}, {"start": 1672.29, "end": 1672.37, "word": " how", "probability": 0.208740234375}, {"start": 1672.37, "end": 1672.77, "word": " it", "probability": 0.6611328125}, {"start": 1672.77, "end": 1673.13, "word": " finished", "probability": 0.153564453125}, {"start": 1673.13, "end": 1674.01, "word": " Okay,", "probability": 0.27734375}, {"start": 1674.19, "end": 1674.35, "word": " like", "probability": 0.60302734375}, {"start": 1674.35, "end": 1674.53, "word": " the", "probability": 0.40966796875}, {"start": 1674.53, "end": 1674.57, "word": " look", "probability": 0.07073974609375}, {"start": 1674.57, "end": 1674.69, "word": " of", "probability": 0.94873046875}, {"start": 1674.69, "end": 1675.23, "word": " Netbeans,", "probability": 0.33319091796875}, {"start": 1675.41, "end": 1675.63, "word": " you", "probability": 0.7705078125}, {"start": 1675.63, "end": 1675.67, "word": " have", "probability": 0.91455078125}, {"start": 1675.67, "end": 1675.77, "word": " the", "probability": 0.30810546875}, {"start": 1675.77, "end": 1675.93, "word": " screen", "probability": 0.736328125}, {"start": 1675.93, "end": 1676.25, "word": " divided", "probability": 0.6025390625}, {"start": 1676.25, "end": 1676.33, "word": " into", "probability": 0.748046875}, {"start": 1676.33, "end": 1676.41, "word": " two", "probability": 0.85595703125}, {"start": 1676.41, "end": 1676.57, "word": " parts", "probability": 0.77783203125}], "temperature": 1.0}, {"id": 69, "seek": 168659, "start": 1677.59, "end": 1686.59, "text": " The part on the left shows the same application, but it is different from Netbeans. In Netbeans, there was more than one project.", "tokens": [440, 644, 322, 264, 1411, 3110, 264, 912, 3861, 11, 457, 309, 307, 819, 490, 6188, 40488, 13, 682, 6188, 40488, 11, 456, 390, 544, 813, 472, 1716, 13], "avg_logprob": -0.6067708194255829, "compression_ratio": 1.2380952380952381, "no_speech_prob": 0.0, "words": [{"start": 1677.59, "end": 1677.85, "word": " The", "probability": 0.60400390625}, {"start": 1677.85, "end": 1678.03, "word": " part", "probability": 0.352294921875}, {"start": 1678.03, "end": 1678.25, "word": " on", "probability": 0.6396484375}, {"start": 1678.25, "end": 1678.73, "word": " the", "probability": 0.904296875}, {"start": 1678.73, "end": 1678.73, "word": " left", "probability": 0.947265625}, {"start": 1678.73, "end": 1681.23, "word": " shows", "probability": 0.428466796875}, {"start": 1681.23, "end": 1681.47, "word": " the", "probability": 0.2366943359375}, {"start": 1681.47, "end": 1681.71, "word": " same", "probability": 0.139892578125}, {"start": 1681.71, "end": 1681.71, "word": " application,", "probability": 0.59814453125}, {"start": 1682.09, "end": 1682.29, "word": " but", "probability": 0.75244140625}, {"start": 1682.29, "end": 1682.41, "word": " it", "probability": 0.4970703125}, {"start": 1682.41, "end": 1682.51, "word": " is", "probability": 0.289794921875}, {"start": 1682.51, "end": 1682.63, "word": " different", "probability": 0.724609375}, {"start": 1682.63, "end": 1682.85, "word": " from", "probability": 0.76025390625}, {"start": 1682.85, "end": 1683.39, "word": " Netbeans.", "probability": 0.781494140625}, {"start": 1684.01, "end": 1684.09, "word": " In", "probability": 0.396240234375}, {"start": 1684.09, "end": 1684.73, "word": " Netbeans,", "probability": 0.920654296875}, {"start": 1685.01, "end": 1685.01, "word": " there", "probability": 0.65673828125}, {"start": 1685.01, "end": 1685.23, "word": " was", "probability": 0.1724853515625}, {"start": 1685.23, "end": 1685.87, "word": " more", "probability": 0.77490234375}, {"start": 1685.87, "end": 1686.07, "word": " than", "probability": 0.8623046875}, {"start": 1686.07, "end": 1686.25, "word": " one", "probability": 0.89306640625}, {"start": 1686.25, "end": 1686.59, "word": " project.", "probability": 0.970703125}], "temperature": 1.0}, {"id": 70, "seek": 171026, "start": 1689.44, "end": 1710.26, "text": " If you want to open a new project, you need to open a new window, or close this window and open another one. Why? Because the Java project is simpler than Android. This is very complicated and has many files, so you don't want to get lost in more than one project. This app that you see is just one project that I created.", "tokens": [759, 291, 528, 281, 1269, 257, 777, 1716, 11, 291, 643, 281, 1269, 257, 777, 4910, 11, 420, 1998, 341, 4910, 293, 1269, 1071, 472, 13, 1545, 30, 1436, 264, 10745, 1716, 307, 18587, 813, 8853, 13, 639, 307, 588, 6179, 293, 575, 867, 7098, 11, 370, 291, 500, 380, 528, 281, 483, 2731, 294, 544, 813, 472, 1716, 13, 639, 724, 300, 291, 536, 307, 445, 472, 1716, 300, 286, 2942, 13], "avg_logprob": -0.48648648286187973, "compression_ratio": 1.6564102564102565, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1689.44, "end": 1689.64, "word": " If", "probability": 0.7109375}, {"start": 1689.64, "end": 1689.9, "word": " you", "probability": 0.95654296875}, {"start": 1689.9, "end": 1689.9, "word": " want", "probability": 0.78466796875}, {"start": 1689.9, "end": 1689.96, "word": " to", "probability": 0.96142578125}, {"start": 1689.96, "end": 1690.12, "word": " open", "probability": 0.35107421875}, {"start": 1690.12, "end": 1690.3, "word": " a", "probability": 0.88037109375}, {"start": 1690.3, "end": 1690.3, "word": " new", "probability": 0.89306640625}, {"start": 1690.3, "end": 1690.56, "word": " project,", "probability": 0.95703125}, {"start": 1690.88, "end": 1691.08, "word": " you", "probability": 0.7490234375}, {"start": 1691.08, "end": 1691.62, "word": " need", "probability": 0.267578125}, {"start": 1691.62, "end": 1691.78, "word": " to", "probability": 0.9296875}, {"start": 1691.78, "end": 1691.96, "word": " open", "probability": 0.7890625}, {"start": 1691.96, "end": 1692.08, "word": " a", "probability": 0.78564453125}, {"start": 1692.08, "end": 1692.08, "word": " new", "probability": 0.861328125}, {"start": 1692.08, "end": 1692.4, "word": " window,", "probability": 0.71142578125}, {"start": 1693.54, "end": 1693.6, "word": " or", "probability": 0.775390625}, {"start": 1693.6, "end": 1693.98, "word": " close", "probability": 0.60205078125}, {"start": 1693.98, "end": 1694.24, "word": " this", "probability": 0.498779296875}, {"start": 1694.24, "end": 1694.24, "word": " window", "probability": 0.568359375}, {"start": 1694.24, "end": 1694.34, "word": " and", "probability": 0.67919921875}, {"start": 1694.34, "end": 1694.64, "word": " open", "probability": 0.818359375}, {"start": 1694.64, "end": 1695.82, "word": " another", "probability": 0.446533203125}, {"start": 1695.82, "end": 1695.92, "word": " one.", "probability": 0.5712890625}, {"start": 1696.04, "end": 1696.44, "word": " Why?", "probability": 0.55712890625}, {"start": 1696.58, "end": 1696.78, "word": " Because", "probability": 0.84033203125}, {"start": 1696.78, "end": 1697.5, "word": " the", "probability": 0.4736328125}, {"start": 1697.5, "end": 1698.5, "word": " Java", "probability": 0.7783203125}, {"start": 1698.5, "end": 1698.5, "word": " project", "probability": 0.92138671875}, {"start": 1698.5, "end": 1698.64, "word": " is", "probability": 0.927734375}, {"start": 1698.64, "end": 1698.98, "word": " simpler", "probability": 0.67822265625}, {"start": 1698.98, "end": 1699.26, "word": " than", "probability": 0.90966796875}, {"start": 1699.26, "end": 1700.32, "word": " Android.", "probability": 0.63671875}, {"start": 1700.4, "end": 1700.56, "word": " This", "probability": 0.2427978515625}, {"start": 1700.56, "end": 1700.6, "word": " is", "probability": 0.466796875}, {"start": 1700.6, "end": 1700.64, "word": " very", "probability": 0.291259765625}, {"start": 1700.64, "end": 1700.94, "word": " complicated", "probability": 0.5224609375}, {"start": 1700.94, "end": 1701.4, "word": " and", "probability": 0.51806640625}, {"start": 1701.4, "end": 1701.42, "word": " has", "probability": 0.515625}, {"start": 1701.42, "end": 1701.42, "word": " many", "probability": 0.46337890625}, {"start": 1701.42, "end": 1701.64, "word": " files,", "probability": 0.890625}, {"start": 1702.28, "end": 1702.64, "word": " so", "probability": 0.759765625}, {"start": 1702.64, "end": 1702.68, "word": " you", "probability": 0.46875}, {"start": 1702.68, "end": 1702.76, "word": " don't", "probability": 0.78759765625}, {"start": 1702.76, "end": 1702.86, "word": " want", "probability": 0.34716796875}, {"start": 1702.86, "end": 1702.96, "word": " to", "probability": 0.88232421875}, {"start": 1702.96, "end": 1703.02, "word": " get", "probability": 0.254150390625}, {"start": 1703.02, "end": 1703.22, "word": " lost", "probability": 0.529296875}, {"start": 1703.22, "end": 1703.48, "word": " in", "probability": 0.84130859375}, {"start": 1703.48, "end": 1704.32, "word": " more", "probability": 0.63525390625}, {"start": 1704.32, "end": 1704.46, "word": " than", "probability": 0.71337890625}, {"start": 1704.46, "end": 1704.56, "word": " one", "probability": 0.91943359375}, {"start": 1704.56, "end": 1704.84, "word": " project.", "probability": 0.96044921875}, {"start": 1705.42, "end": 1705.9, "word": " This", "probability": 0.302978515625}, {"start": 1705.9, "end": 1706.0, "word": " app", "probability": 0.42333984375}, {"start": 1706.0, "end": 1706.0, "word": " that", "probability": 0.447265625}, {"start": 1706.0, "end": 1706.72, "word": " you", "probability": 0.443603515625}, {"start": 1706.72, "end": 1707.06, "word": " see", "probability": 0.6044921875}, {"start": 1707.06, "end": 1707.34, "word": " is", "probability": 0.3525390625}, {"start": 1707.34, "end": 1708.24, "word": " just", "probability": 0.476318359375}, {"start": 1708.24, "end": 1708.44, "word": " one", "probability": 0.75537109375}, {"start": 1708.44, "end": 1709.02, "word": " project", "probability": 0.95654296875}, {"start": 1709.02, "end": 1709.28, "word": " that", "probability": 0.64306640625}, {"start": 1709.28, "end": 1709.7, "word": " I", "probability": 0.98193359375}, {"start": 1709.7, "end": 1710.26, "word": " created.", "probability": 0.623046875}], "temperature": 1.0}, {"id": 71, "seek": 173849, "start": 1711.95, "end": 1738.49, "text": " Notice that inside this project, there are 3 files There is a file called Manifest, it is actually a file It is written in XML and it has some settings related to your application For example, what is the icon you use, what is the title of your activity, what is the theme you use All these things we will go over later Consider yourself to have found something that you have not seen which is Manifest", "tokens": [13428, 300, 1854, 341, 1716, 11, 456, 366, 805, 7098, 821, 307, 257, 3991, 1219, 2458, 351, 377, 11, 309, 307, 767, 257, 3991, 467, 307, 3720, 294, 43484, 293, 309, 575, 512, 6257, 4077, 281, 428, 3861, 1171, 1365, 11, 437, 307, 264, 6528, 291, 764, 11, 437, 307, 264, 4876, 295, 428, 5191, 11, 437, 307, 264, 6314, 291, 764, 1057, 613, 721, 321, 486, 352, 670, 1780, 17416, 1803, 281, 362, 1352, 746, 300, 291, 362, 406, 1612, 597, 307, 2458, 351, 377], "avg_logprob": -0.5431034715696313, "compression_ratio": 1.7076271186440677, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1711.9499999999998, "end": 1712.3899999999999, "word": " Notice", "probability": 0.328125}, {"start": 1712.3899999999999, "end": 1712.83, "word": " that", "probability": 0.6416015625}, {"start": 1712.83, "end": 1713.47, "word": " inside", "probability": 0.27001953125}, {"start": 1713.47, "end": 1713.69, "word": " this", "probability": 0.6357421875}, {"start": 1713.69, "end": 1714.03, "word": " project,", "probability": 0.92041015625}, {"start": 1714.35, "end": 1714.59, "word": " there", "probability": 0.2161865234375}, {"start": 1714.59, "end": 1714.59, "word": " are", "probability": 0.7802734375}, {"start": 1714.59, "end": 1715.09, "word": " 3", "probability": 0.3896484375}, {"start": 1715.09, "end": 1715.47, "word": " files", "probability": 0.65625}, {"start": 1715.47, "end": 1718.07, "word": " There", "probability": 0.1617431640625}, {"start": 1718.07, "end": 1719.07, "word": " is", "probability": 0.73046875}, {"start": 1719.07, "end": 1719.17, "word": " a", "probability": 0.8212890625}, {"start": 1719.17, "end": 1719.39, "word": " file", "probability": 0.673828125}, {"start": 1719.39, "end": 1719.71, "word": " called", "probability": 0.57275390625}, {"start": 1719.71, "end": 1720.21, "word": " Manifest,", "probability": 0.78857421875}, {"start": 1720.31, "end": 1720.45, "word": " it", "probability": 0.321533203125}, {"start": 1720.45, "end": 1720.47, "word": " is", "probability": 0.61474609375}, {"start": 1720.47, "end": 1720.67, "word": " actually", "probability": 0.50439453125}, {"start": 1720.67, "end": 1720.93, "word": " a", "probability": 0.95068359375}, {"start": 1720.93, "end": 1721.37, "word": " file", "probability": 0.82177734375}, {"start": 1721.37, "end": 1722.17, "word": " It", "probability": 0.147705078125}, {"start": 1722.17, "end": 1723.85, "word": " is", "probability": 0.4072265625}, {"start": 1723.85, "end": 1724.05, "word": " written", "probability": 0.69580078125}, {"start": 1724.05, "end": 1724.17, "word": " in", "probability": 0.85595703125}, {"start": 1724.17, "end": 1724.53, "word": " XML", "probability": 0.52490234375}, {"start": 1724.53, "end": 1724.73, "word": " and", "probability": 0.49169921875}, {"start": 1724.73, "end": 1724.85, "word": " it", "probability": 0.599609375}, {"start": 1724.85, "end": 1724.93, "word": " has", "probability": 0.89404296875}, {"start": 1724.93, "end": 1725.21, "word": " some", "probability": 0.79150390625}, {"start": 1725.21, "end": 1725.73, "word": " settings", "probability": 0.45947265625}, {"start": 1725.73, "end": 1726.21, "word": " related", "probability": 0.51123046875}, {"start": 1726.21, "end": 1726.41, "word": " to", "probability": 0.94189453125}, {"start": 1726.41, "end": 1727.11, "word": " your", "probability": 0.427734375}, {"start": 1727.11, "end": 1727.11, "word": " application", "probability": 0.473876953125}, {"start": 1727.11, "end": 1727.77, "word": " For", "probability": 0.43359375}, {"start": 1727.77, "end": 1728.07, "word": " example,", "probability": 0.92724609375}, {"start": 1728.17, "end": 1728.27, "word": " what", "probability": 0.6474609375}, {"start": 1728.27, "end": 1728.29, "word": " is", "probability": 0.5107421875}, {"start": 1728.29, "end": 1728.39, "word": " the", "probability": 0.89013671875}, {"start": 1728.39, "end": 1728.65, "word": " icon", "probability": 0.77783203125}, {"start": 1728.65, "end": 1728.81, "word": " you", "probability": 0.432373046875}, {"start": 1728.81, "end": 1729.27, "word": " use,", "probability": 0.6572265625}, {"start": 1729.51, "end": 1729.61, "word": " what", "probability": 0.72412109375}, {"start": 1729.61, "end": 1729.67, "word": " is", "probability": 0.89697265625}, {"start": 1729.67, "end": 1729.73, "word": " the", "probability": 0.8671875}, {"start": 1729.73, "end": 1729.99, "word": " title", "probability": 0.417236328125}, {"start": 1729.99, "end": 1730.19, "word": " of", "probability": 0.91845703125}, {"start": 1730.19, "end": 1730.29, "word": " your", "probability": 0.50048828125}, {"start": 1730.29, "end": 1730.73, "word": " activity,", "probability": 0.95849609375}, {"start": 1731.11, "end": 1731.33, "word": " what", "probability": 0.853515625}, {"start": 1731.33, "end": 1731.37, "word": " is", "probability": 0.86328125}, {"start": 1731.37, "end": 1731.53, "word": " the", "probability": 0.89990234375}, {"start": 1731.53, "end": 1731.83, "word": " theme", "probability": 0.84130859375}, {"start": 1731.83, "end": 1731.97, "word": " you", "probability": 0.41259765625}, {"start": 1731.97, "end": 1732.51, "word": " use", "probability": 0.75732421875}, {"start": 1732.51, "end": 1733.13, "word": " All", "probability": 0.18798828125}, {"start": 1733.13, "end": 1733.31, "word": " these", "probability": 0.63818359375}, {"start": 1733.31, "end": 1733.49, "word": " things", "probability": 0.6640625}, {"start": 1733.49, "end": 1733.67, "word": " we", "probability": 0.5703125}, {"start": 1733.67, "end": 1733.79, "word": " will", "probability": 0.71923828125}, {"start": 1733.79, "end": 1733.93, "word": " go", "probability": 0.352783203125}, {"start": 1733.93, "end": 1734.05, "word": " over", "probability": 0.448974609375}, {"start": 1734.05, "end": 1734.53, "word": " later", "probability": 0.837890625}, {"start": 1734.53, "end": 1735.29, "word": " Consider", "probability": 0.243896484375}, {"start": 1735.29, "end": 1735.69, "word": " yourself", "probability": 0.46484375}, {"start": 1735.69, "end": 1735.77, "word": " to", "probability": 0.1365966796875}, {"start": 1735.77, "end": 1735.79, "word": " have", "probability": 0.521484375}, {"start": 1735.79, "end": 1735.97, "word": " found", "probability": 0.787109375}, {"start": 1735.97, "end": 1736.23, "word": " something", "probability": 0.701171875}, {"start": 1736.23, "end": 1736.37, "word": " that", "probability": 0.4228515625}, {"start": 1736.37, "end": 1736.45, "word": " you", "probability": 0.9365234375}, {"start": 1736.45, "end": 1736.53, "word": " have", "probability": 0.43115234375}, {"start": 1736.53, "end": 1736.53, "word": " not", "probability": 0.775390625}, {"start": 1736.53, "end": 1736.83, "word": " seen", "probability": 0.892578125}, {"start": 1736.83, "end": 1737.83, "word": " which", "probability": 0.1737060546875}, {"start": 1737.83, "end": 1737.95, "word": " is", "probability": 0.943359375}, {"start": 1737.95, "end": 1738.49, "word": " Manifest", "probability": 0.8759765625}], "temperature": 1.0}, {"id": 72, "seek": 175638, "start": 1740.14, "end": 1756.38, "text": " Ok, let's go to the book below, what is it called? Java, what is its name? It is a file of code, ok? Open this book, you will find, let's zoom in like this, you will find that it tells you about three things", "tokens": [3477, 11, 718, 311, 352, 281, 264, 1446, 2507, 11, 437, 307, 309, 1219, 30, 10745, 11, 437, 307, 1080, 1315, 30, 467, 307, 257, 3991, 295, 3089, 11, 3133, 30, 7238, 341, 1446, 11, 291, 486, 915, 11, 718, 311, 8863, 294, 411, 341, 11, 291, 486, 915, 300, 309, 5112, 291, 466, 1045, 721], "avg_logprob": -0.6359648871840092, "compression_ratio": 1.4964028776978417, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1740.1399999999999, "end": 1740.56, "word": " Ok,", "probability": 0.2041015625}, {"start": 1741.64, "end": 1741.8, "word": " let's", "probability": 0.6563720703125}, {"start": 1741.8, "end": 1741.94, "word": " go", "probability": 0.505859375}, {"start": 1741.94, "end": 1742.04, "word": " to", "probability": 0.8134765625}, {"start": 1742.04, "end": 1742.08, "word": " the", "probability": 0.63818359375}, {"start": 1742.08, "end": 1742.18, "word": " book", "probability": 0.1617431640625}, {"start": 1742.18, "end": 1742.74, "word": " below,", "probability": 0.34716796875}, {"start": 1742.78, "end": 1742.92, "word": " what", "probability": 0.73583984375}, {"start": 1742.92, "end": 1742.98, "word": " is", "probability": 0.46435546875}, {"start": 1742.98, "end": 1743.22, "word": " it", "probability": 0.5009765625}, {"start": 1743.22, "end": 1743.22, "word": " called?", "probability": 0.82275390625}, {"start": 1744.16, "end": 1744.48, "word": " Java,", "probability": 0.74658203125}, {"start": 1744.52, "end": 1744.68, "word": " what", "probability": 0.42822265625}, {"start": 1744.68, "end": 1744.88, "word": " is", "probability": 0.71630859375}, {"start": 1744.88, "end": 1745.02, "word": " its", "probability": 0.236572265625}, {"start": 1745.02, "end": 1745.02, "word": " name?", "probability": 0.8359375}, {"start": 1745.74, "end": 1745.74, "word": " It", "probability": 0.274658203125}, {"start": 1745.74, "end": 1745.88, "word": " is", "probability": 0.5791015625}, {"start": 1745.88, "end": 1746.64, "word": " a", "probability": 0.284423828125}, {"start": 1746.64, "end": 1746.82, "word": " file", "probability": 0.493408203125}, {"start": 1746.82, "end": 1746.96, "word": " of", "probability": 0.452392578125}, {"start": 1746.96, "end": 1747.24, "word": " code,", "probability": 0.55419921875}, {"start": 1747.7, "end": 1748.02, "word": " ok?", "probability": 0.4287109375}, {"start": 1748.6, "end": 1748.86, "word": " Open", "probability": 0.86962890625}, {"start": 1748.86, "end": 1749.04, "word": " this", "probability": 0.74658203125}, {"start": 1749.04, "end": 1749.3, "word": " book,", "probability": 0.92041015625}, {"start": 1750.12, "end": 1750.22, "word": " you", "probability": 0.8486328125}, {"start": 1750.22, "end": 1750.34, "word": " will", "probability": 0.80859375}, {"start": 1750.34, "end": 1750.6, "word": " find,", "probability": 0.7548828125}, {"start": 1750.88, "end": 1751.4, "word": " let's", "probability": 0.652099609375}, {"start": 1751.4, "end": 1751.68, "word": " zoom", "probability": 0.191162109375}, {"start": 1751.68, "end": 1751.86, "word": " in", "probability": 0.703125}, {"start": 1751.86, "end": 1752.1, "word": " like", "probability": 0.284423828125}, {"start": 1752.1, "end": 1752.1, "word": " this,", "probability": 0.8359375}, {"start": 1753.98, "end": 1754.16, "word": " you", "probability": 0.9033203125}, {"start": 1754.16, "end": 1754.3, "word": " will", "probability": 0.8603515625}, {"start": 1754.3, "end": 1754.46, "word": " find", "probability": 0.78369140625}, {"start": 1754.46, "end": 1754.68, "word": " that", "probability": 0.260986328125}, {"start": 1754.68, "end": 1754.7, "word": " it", "probability": 0.71142578125}, {"start": 1754.7, "end": 1754.78, "word": " tells", "probability": 0.1571044921875}, {"start": 1754.78, "end": 1754.98, "word": " you", "probability": 0.92041015625}, {"start": 1754.98, "end": 1755.54, "word": " about", "probability": 0.345947265625}, {"start": 1755.54, "end": 1755.94, "word": " three", "probability": 0.5771484375}, {"start": 1755.94, "end": 1756.38, "word": " things", "probability": 0.72265625}], "temperature": 1.0}, {"id": 73, "seek": 178523, "start": 1757.39, "end": 1785.23, "text": " This is fit.iogasa.edu.ps.firstmobileapp. This is the package file that I wrote in the beginning. Do you remember it? Click on it and open it. You will find the main activity. Next to the letter C. What does C mean? It is short for class. Click on it. Of course, if you double click on this, it will open. Where did it open? It opened. This is Java code. This is Java code. You see, when you click on class in Netbeans, it opens on the other side. Here we write Java code.", "tokens": [639, 307, 3318, 13, 72, 664, 9994, 13, 22938, 13, 1878, 13, 29581, 76, 13632, 1746, 13, 639, 307, 264, 7372, 3991, 300, 286, 4114, 294, 264, 2863, 13, 1144, 291, 1604, 309, 30, 8230, 322, 309, 293, 1269, 309, 13, 509, 486, 915, 264, 2135, 5191, 13, 3087, 281, 264, 5063, 383, 13, 708, 775, 383, 914, 30, 467, 307, 2099, 337, 1508, 13, 8230, 322, 309, 13, 2720, 1164, 11, 498, 291, 3834, 2052, 322, 341, 11, 309, 486, 1269, 13, 2305, 630, 309, 1269, 30, 467, 5625, 13, 639, 307, 10745, 3089, 13, 639, 307, 10745, 3089, 13, 509, 536, 11, 562, 291, 2052, 322, 1508, 294, 6188, 40488, 11, 309, 9870, 322, 264, 661, 1252, 13, 1692, 321, 2464, 10745, 3089, 13], "avg_logprob": -0.4106791343275956, "compression_ratio": 1.713768115942029, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1757.39, "end": 1757.79, "word": " This", "probability": 0.39599609375}, {"start": 1757.79, "end": 1757.91, "word": " is", "probability": 0.7568359375}, {"start": 1757.91, "end": 1758.33, "word": " fit", "probability": 0.58544921875}, {"start": 1758.33, "end": 1759.23, "word": ".iogasa", "probability": 0.70953369140625}, {"start": 1759.23, "end": 1760.05, "word": ".edu", "probability": 0.865478515625}, {"start": 1760.05, "end": 1760.65, "word": ".ps", "probability": 0.9755859375}, {"start": 1760.65, "end": 1761.87, "word": ".firstmobileapp.", "probability": 0.87666015625}, {"start": 1762.03, "end": 1762.05, "word": " This", "probability": 0.49853515625}, {"start": 1762.05, "end": 1762.11, "word": " is", "probability": 0.90771484375}, {"start": 1762.11, "end": 1762.45, "word": " the", "probability": 0.81298828125}, {"start": 1762.45, "end": 1762.69, "word": " package", "probability": 0.65771484375}, {"start": 1762.69, "end": 1762.75, "word": " file", "probability": 0.1878662109375}, {"start": 1762.75, "end": 1762.87, "word": " that", "probability": 0.509765625}, {"start": 1762.87, "end": 1762.95, "word": " I", "probability": 0.9462890625}, {"start": 1762.95, "end": 1763.19, "word": " wrote", "probability": 0.72119140625}, {"start": 1763.19, "end": 1763.33, "word": " in", "probability": 0.36181640625}, {"start": 1763.33, "end": 1763.41, "word": " the", "probability": 0.86767578125}, {"start": 1763.41, "end": 1763.65, "word": " beginning.", "probability": 0.43505859375}, {"start": 1764.09, "end": 1764.09, "word": " Do", "probability": 0.51220703125}, {"start": 1764.09, "end": 1764.09, "word": " you", "probability": 0.96875}, {"start": 1764.09, "end": 1764.35, "word": " remember", "probability": 0.8134765625}, {"start": 1764.35, "end": 1764.59, "word": " it?", "probability": 0.7578125}, {"start": 1765.03, "end": 1765.43, "word": " Click", "probability": 0.67236328125}, {"start": 1765.43, "end": 1765.65, "word": " on", "probability": 0.82763671875}, {"start": 1765.65, "end": 1765.85, "word": " it", "probability": 0.9228515625}, {"start": 1765.85, "end": 1766.01, "word": " and", "probability": 0.36181640625}, {"start": 1766.01, "end": 1766.23, "word": " open", "probability": 0.7978515625}, {"start": 1766.23, "end": 1766.47, "word": " it.", "probability": 0.91748046875}, {"start": 1766.57, "end": 1766.63, "word": " You", "probability": 0.83447265625}, {"start": 1766.63, "end": 1766.69, "word": " will", "probability": 0.7333984375}, {"start": 1766.69, "end": 1766.89, "word": " find", "probability": 0.66455078125}, {"start": 1766.89, "end": 1767.13, "word": " the", "probability": 0.15380859375}, {"start": 1767.13, "end": 1768.21, "word": " main", "probability": 0.6328125}, {"start": 1768.21, "end": 1768.69, "word": " activity.", "probability": 0.9287109375}, {"start": 1768.79, "end": 1769.13, "word": " Next", "probability": 0.3779296875}, {"start": 1769.13, "end": 1769.21, "word": " to", "probability": 0.96630859375}, {"start": 1769.21, "end": 1769.25, "word": " the", "probability": 0.70166015625}, {"start": 1769.25, "end": 1769.43, "word": " letter", "probability": 0.8125}, {"start": 1769.43, "end": 1769.73, "word": " C.", "probability": 0.6572265625}, {"start": 1769.79, "end": 1769.93, "word": " What", "probability": 0.8564453125}, {"start": 1769.93, "end": 1770.03, "word": " does", "probability": 0.74951171875}, {"start": 1770.03, "end": 1770.31, "word": " C", "probability": 0.935546875}, {"start": 1770.31, "end": 1770.31, "word": " mean?", "probability": 0.9267578125}, {"start": 1770.59, "end": 1770.99, "word": " It", "probability": 0.234619140625}, {"start": 1770.99, "end": 1771.17, "word": " is", "probability": 0.52734375}, {"start": 1771.17, "end": 1771.25, "word": " short", "probability": 0.42041015625}, {"start": 1771.25, "end": 1771.41, "word": " for", "probability": 0.88232421875}, {"start": 1771.41, "end": 1771.71, "word": " class.", "probability": 0.8388671875}, {"start": 1772.47, "end": 1772.67, "word": " Click", "probability": 0.346435546875}, {"start": 1772.67, "end": 1772.79, "word": " on", "probability": 0.60498046875}, {"start": 1772.79, "end": 1772.87, "word": " it.", "probability": 0.7509765625}, {"start": 1773.17, "end": 1773.17, "word": " Of", "probability": 0.25634765625}, {"start": 1773.17, "end": 1773.35, "word": " course,", "probability": 0.96142578125}, {"start": 1774.13, "end": 1774.19, "word": " if", "probability": 0.896484375}, {"start": 1774.19, "end": 1774.45, "word": " you", "probability": 0.95703125}, {"start": 1774.45, "end": 1774.73, "word": " double", "probability": 0.68701171875}, {"start": 1774.73, "end": 1774.73, "word": " click", "probability": 0.595703125}, {"start": 1774.73, "end": 1774.83, "word": " on", "probability": 0.68115234375}, {"start": 1774.83, "end": 1775.17, "word": " this,", "probability": 0.63916015625}, {"start": 1775.37, "end": 1776.51, "word": " it", "probability": 0.48193359375}, {"start": 1776.51, "end": 1776.51, "word": " will", "probability": 0.68310546875}, {"start": 1776.51, "end": 1776.73, "word": " open.", "probability": 0.79443359375}, {"start": 1777.07, "end": 1777.07, "word": " Where", "probability": 0.405029296875}, {"start": 1777.07, "end": 1777.29, "word": " did", "probability": 0.640625}, {"start": 1777.29, "end": 1777.57, "word": " it", "probability": 0.9267578125}, {"start": 1777.57, "end": 1777.57, "word": " open?", "probability": 0.8857421875}, {"start": 1777.57, "end": 1777.75, "word": " It", "probability": 0.475830078125}, {"start": 1777.75, "end": 1777.77, "word": " opened.", "probability": 0.69873046875}, {"start": 1777.87, "end": 1777.99, "word": " This", "probability": 0.8603515625}, {"start": 1777.99, "end": 1778.05, "word": " is", "probability": 0.94580078125}, {"start": 1778.05, "end": 1778.59, "word": " Java", "probability": 0.443359375}, {"start": 1778.59, "end": 1778.59, "word": " code.", "probability": 0.81494140625}, {"start": 1779.69, "end": 1779.93, "word": " This", "probability": 0.6611328125}, {"start": 1779.93, "end": 1780.03, "word": " is", "probability": 0.94384765625}, {"start": 1780.03, "end": 1781.01, "word": " Java", "probability": 0.8681640625}, {"start": 1781.01, "end": 1781.01, "word": " code.", "probability": 0.93310546875}, {"start": 1781.09, "end": 1781.17, "word": " You", "probability": 0.296142578125}, {"start": 1781.17, "end": 1781.21, "word": " see,", "probability": 0.896484375}, {"start": 1781.27, "end": 1781.37, "word": " when", "probability": 0.83984375}, {"start": 1781.37, "end": 1781.47, "word": " you", "probability": 0.95654296875}, {"start": 1781.47, "end": 1781.67, "word": " click", "probability": 0.75146484375}, {"start": 1781.67, "end": 1781.95, "word": " on", "probability": 0.7841796875}, {"start": 1781.95, "end": 1781.95, "word": " class", "probability": 0.307373046875}, {"start": 1781.95, "end": 1781.95, "word": " in", "probability": 0.43359375}, {"start": 1781.95, "end": 1782.35, "word": " Netbeans,", "probability": 0.5321044921875}, {"start": 1782.79, "end": 1782.93, "word": " it", "probability": 0.488037109375}, {"start": 1782.93, "end": 1783.09, "word": " opens", "probability": 0.78271484375}, {"start": 1783.09, "end": 1783.19, "word": " on", "probability": 0.31982421875}, {"start": 1783.19, "end": 1783.25, "word": " the", "probability": 0.77783203125}, {"start": 1783.25, "end": 1783.59, "word": " other", "probability": 0.84423828125}, {"start": 1783.59, "end": 1783.59, "word": " side.", "probability": 0.76123046875}, {"start": 1784.11, "end": 1784.31, "word": " Here", "probability": 0.6953125}, {"start": 1784.31, "end": 1784.45, "word": " we", "probability": 0.4716796875}, {"start": 1784.45, "end": 1784.65, "word": " write", "probability": 0.79541015625}, {"start": 1784.65, "end": 1785.23, "word": " Java", "probability": 0.8095703125}, {"start": 1785.23, "end": 1785.23, "word": " code.", "probability": 0.9365234375}], "temperature": 1.0}, {"id": 74, "seek": 181292, "start": 1786.1, "end": 1812.92, "text": " What's written here is still there. It's not about this game. Okay. There are two other things here. The same thing, but it's written in light gray. Android test. And what's here? Test. These are not included in the testing. Okay? We are only responsible 100%. In this book. In short, you want to make a code, you want to go to the Java file and go to the activity file. Okay? And you open it and make a code here.", "tokens": [708, 311, 3720, 510, 307, 920, 456, 13, 467, 311, 406, 466, 341, 1216, 13, 1033, 13, 821, 366, 732, 661, 721, 510, 13, 440, 912, 551, 11, 457, 309, 311, 3720, 294, 1442, 10855, 13, 8853, 1500, 13, 400, 437, 311, 510, 30, 9279, 13, 1981, 366, 406, 5556, 294, 264, 4997, 13, 1033, 30, 492, 366, 787, 6250, 2319, 6856, 682, 341, 1446, 13, 682, 2099, 11, 291, 528, 281, 652, 257, 3089, 11, 291, 528, 281, 352, 281, 264, 10745, 3991, 293, 352, 281, 264, 5191, 3991, 13, 1033, 30, 400, 291, 1269, 309, 293, 652, 257, 3089, 510, 13], "avg_logprob": -0.5591946983566651, "compression_ratio": 1.7584745762711864, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1786.1, "end": 1786.46, "word": " What's", "probability": 0.3140869140625}, {"start": 1786.46, "end": 1786.76, "word": " written", "probability": 0.8359375}, {"start": 1786.76, "end": 1787.0, "word": " here", "probability": 0.64013671875}, {"start": 1787.0, "end": 1787.08, "word": " is", "probability": 0.33935546875}, {"start": 1787.08, "end": 1787.24, "word": " still", "probability": 0.51318359375}, {"start": 1787.24, "end": 1787.62, "word": " there.", "probability": 0.1285400390625}, {"start": 1788.2, "end": 1788.64, "word": " It's", "probability": 0.640380859375}, {"start": 1788.64, "end": 1788.74, "word": " not", "probability": 0.88525390625}, {"start": 1788.74, "end": 1789.02, "word": " about", "probability": 0.2445068359375}, {"start": 1789.02, "end": 1789.2, "word": " this", "probability": 0.31689453125}, {"start": 1789.2, "end": 1789.4, "word": " game.", "probability": 0.84326171875}, {"start": 1790.4, "end": 1790.84, "word": " Okay.", "probability": 0.29248046875}, {"start": 1791.18, "end": 1791.44, "word": " There", "probability": 0.6982421875}, {"start": 1791.44, "end": 1791.52, "word": " are", "probability": 0.869140625}, {"start": 1791.52, "end": 1791.9, "word": " two", "probability": 0.8076171875}, {"start": 1791.9, "end": 1792.18, "word": " other", "probability": 0.5615234375}, {"start": 1792.18, "end": 1792.26, "word": " things", "probability": 0.78173828125}, {"start": 1792.26, "end": 1792.7, "word": " here.", "probability": 0.78515625}, {"start": 1793.04, "end": 1793.48, "word": " The", "probability": 0.395751953125}, {"start": 1793.48, "end": 1793.64, "word": " same", "probability": 0.83984375}, {"start": 1793.64, "end": 1793.92, "word": " thing,", "probability": 0.3369140625}, {"start": 1793.96, "end": 1794.12, "word": " but", "probability": 0.8369140625}, {"start": 1794.12, "end": 1794.3, "word": " it's", "probability": 0.40557861328125}, {"start": 1794.3, "end": 1794.48, "word": " written", "probability": 0.62109375}, {"start": 1794.48, "end": 1794.68, "word": " in", "probability": 0.46875}, {"start": 1794.68, "end": 1794.82, "word": " light", "probability": 0.314453125}, {"start": 1794.82, "end": 1795.16, "word": " gray.", "probability": 0.34716796875}, {"start": 1795.66, "end": 1796.08, "word": " Android", "probability": 0.85693359375}, {"start": 1796.08, "end": 1796.4, "word": " test.", "probability": 0.51220703125}, {"start": 1796.56, "end": 1796.56, "word": " And", "probability": 0.69482421875}, {"start": 1796.56, "end": 1796.78, "word": " what's", "probability": 0.630126953125}, {"start": 1796.78, "end": 1796.78, "word": " here?", "probability": 0.7138671875}, {"start": 1797.32, "end": 1797.6, "word": " Test.", "probability": 0.87109375}, {"start": 1797.92, "end": 1798.14, "word": " These", "probability": 0.392333984375}, {"start": 1798.14, "end": 1798.18, "word": " are", "probability": 0.31884765625}, {"start": 1798.18, "end": 1798.28, "word": " not", "probability": 0.7958984375}, {"start": 1798.28, "end": 1798.6, "word": " included", "probability": 0.481689453125}, {"start": 1798.6, "end": 1798.62, "word": " in", "probability": 0.74658203125}, {"start": 1798.62, "end": 1798.86, "word": " the", "probability": 0.69091796875}, {"start": 1798.86, "end": 1799.2, "word": " testing.", "probability": 0.7236328125}, {"start": 1799.78, "end": 1800.14, "word": " Okay?", "probability": 0.71630859375}, {"start": 1800.22, "end": 1800.4, "word": " We", "probability": 0.7587890625}, {"start": 1800.4, "end": 1800.46, "word": " are", "probability": 0.231201171875}, {"start": 1800.46, "end": 1800.54, "word": " only", "probability": 0.354248046875}, {"start": 1800.54, "end": 1800.76, "word": " responsible", "probability": 0.3740234375}, {"start": 1800.76, "end": 1801.48, "word": " 100%.", "probability": 0.27911376953125}, {"start": 1801.48, "end": 1802.42, "word": " In", "probability": 0.775390625}, {"start": 1802.42, "end": 1802.52, "word": " this", "probability": 0.880859375}, {"start": 1802.52, "end": 1802.68, "word": " book.", "probability": 0.1788330078125}, {"start": 1803.74, "end": 1804.18, "word": " In", "probability": 0.51806640625}, {"start": 1804.18, "end": 1804.54, "word": " short,", "probability": 0.44140625}, {"start": 1804.7, "end": 1806.04, "word": " you", "probability": 0.82080078125}, {"start": 1806.04, "end": 1806.34, "word": " want", "probability": 0.267333984375}, {"start": 1806.34, "end": 1806.46, "word": " to", "probability": 0.96923828125}, {"start": 1806.46, "end": 1806.6, "word": " make", "probability": 0.568359375}, {"start": 1806.6, "end": 1806.74, "word": " a", "probability": 0.5283203125}, {"start": 1806.74, "end": 1806.9, "word": " code,", "probability": 0.92138671875}, {"start": 1807.0, "end": 1807.0, "word": " you", "probability": 0.61767578125}, {"start": 1807.0, "end": 1807.14, "word": " want", "probability": 0.334228515625}, {"start": 1807.14, "end": 1807.14, "word": " to", "probability": 0.958984375}, {"start": 1807.14, "end": 1807.2, "word": " go", "probability": 0.837890625}, {"start": 1807.2, "end": 1807.28, "word": " to", "probability": 0.93994140625}, {"start": 1807.28, "end": 1807.72, "word": " the", "probability": 0.55078125}, {"start": 1807.72, "end": 1808.04, "word": " Java", "probability": 0.64697265625}, {"start": 1808.04, "end": 1808.04, "word": " file", "probability": 0.311767578125}, {"start": 1808.04, "end": 1808.3, "word": " and", "probability": 0.491455078125}, {"start": 1808.3, "end": 1808.52, "word": " go", "probability": 0.68359375}, {"start": 1808.52, "end": 1808.76, "word": " to", "probability": 0.95458984375}, {"start": 1808.76, "end": 1808.92, "word": " the", "probability": 0.6396484375}, {"start": 1808.92, "end": 1809.92, "word": " activity", "probability": 0.640625}, {"start": 1809.92, "end": 1809.96, "word": " file.", "probability": 0.666015625}, {"start": 1810.98, "end": 1811.42, "word": " Okay?", "probability": 0.775390625}, {"start": 1811.6, "end": 1811.76, "word": " And", "probability": 0.7802734375}, {"start": 1811.76, "end": 1811.86, "word": " you", "probability": 0.71875}, {"start": 1811.86, "end": 1812.02, "word": " open", "probability": 0.85791015625}, {"start": 1812.02, "end": 1812.14, "word": " it", "probability": 0.70654296875}, {"start": 1812.14, "end": 1812.2, "word": " and", "probability": 0.8134765625}, {"start": 1812.2, "end": 1812.4, "word": " make", "probability": 0.7197265625}, {"start": 1812.4, "end": 1812.52, "word": " a", "probability": 0.74267578125}, {"start": 1812.52, "end": 1812.7, "word": " code", "probability": 0.94287109375}, {"start": 1812.7, "end": 1812.92, "word": " here.", "probability": 0.7939453125}], "temperature": 1.0}, {"id": 75, "seek": 183944, "start": 1814.92, "end": 1839.44, "text": " Okay, we talked about activity, not only Java files, but also design files. Where do these design files come from? There is a third magazine called RIS. What is RIS short for? For resources. Any follow-up to the application, from layouts, design for activities, files related to photos, videos, database files, text files, okay?", "tokens": [1033, 11, 321, 2825, 466, 5191, 11, 406, 787, 10745, 7098, 11, 457, 611, 1715, 7098, 13, 2305, 360, 613, 1715, 7098, 808, 490, 30, 821, 307, 257, 2636, 11332, 1219, 497, 2343, 13, 708, 307, 497, 2343, 2099, 337, 30, 1171, 3593, 13, 2639, 1524, 12, 1010, 281, 264, 3861, 11, 490, 46100, 11, 1715, 337, 5354, 11, 7098, 4077, 281, 5787, 11, 2145, 11, 8149, 7098, 11, 2487, 7098, 11, 1392, 30], "avg_logprob": -0.4758333253860474, "compression_ratio": 1.5373831775700935, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1814.92, "end": 1815.24, "word": " Okay,", "probability": 0.18994140625}, {"start": 1815.34, "end": 1815.5, "word": " we", "probability": 0.78955078125}, {"start": 1815.5, "end": 1815.84, "word": " talked", "probability": 0.447265625}, {"start": 1815.84, "end": 1816.12, "word": " about", "probability": 0.80322265625}, {"start": 1816.12, "end": 1816.64, "word": " activity,", "probability": 0.330322265625}, {"start": 1817.54, "end": 1817.76, "word": " not", "probability": 0.70263671875}, {"start": 1817.76, "end": 1818.14, "word": " only", "probability": 0.69873046875}, {"start": 1818.14, "end": 1819.24, "word": " Java", "probability": 0.1517333984375}, {"start": 1819.24, "end": 1819.24, "word": " files,", "probability": 0.7880859375}, {"start": 1819.4, "end": 1819.52, "word": " but", "probability": 0.56982421875}, {"start": 1819.52, "end": 1819.56, "word": " also", "probability": 0.7080078125}, {"start": 1819.56, "end": 1820.3, "word": " design", "probability": 0.490966796875}, {"start": 1820.3, "end": 1820.52, "word": " files.", "probability": 0.91357421875}, {"start": 1821.18, "end": 1821.86, "word": " Where", "probability": 0.71337890625}, {"start": 1821.86, "end": 1822.2, "word": " do", "probability": 0.318359375}, {"start": 1822.2, "end": 1822.2, "word": " these", "probability": 0.3837890625}, {"start": 1822.2, "end": 1822.92, "word": " design", "probability": 0.7392578125}, {"start": 1822.92, "end": 1822.92, "word": " files", "probability": 0.9296875}, {"start": 1822.92, "end": 1822.92, "word": " come", "probability": 0.796875}, {"start": 1822.92, "end": 1822.92, "word": " from?", "probability": 0.86474609375}, {"start": 1823.12, "end": 1823.54, "word": " There", "probability": 0.5869140625}, {"start": 1823.54, "end": 1823.54, "word": " is", "probability": 0.7021484375}, {"start": 1823.54, "end": 1824.02, "word": " a", "probability": 0.92822265625}, {"start": 1824.02, "end": 1824.22, "word": " third", "probability": 0.90673828125}, {"start": 1824.22, "end": 1824.22, "word": " magazine", "probability": 0.166259765625}, {"start": 1824.22, "end": 1824.56, "word": " called", "probability": 0.61767578125}, {"start": 1824.56, "end": 1824.8, "word": " RIS.", "probability": 0.663330078125}, {"start": 1825.28, "end": 1825.74, "word": " What", "probability": 0.2890625}, {"start": 1825.74, "end": 1825.74, "word": " is", "probability": 0.60302734375}, {"start": 1825.74, "end": 1825.86, "word": " RIS", "probability": 0.8740234375}, {"start": 1825.86, "end": 1826.22, "word": " short", "probability": 0.6552734375}, {"start": 1826.22, "end": 1826.4, "word": " for?", "probability": 0.89599609375}, {"start": 1826.84, "end": 1827.3, "word": " For", "probability": 0.2266845703125}, {"start": 1827.3, "end": 1827.72, "word": " resources.", "probability": 0.6767578125}, {"start": 1828.98, "end": 1829.26, "word": " Any", "probability": 0.6494140625}, {"start": 1829.26, "end": 1829.52, "word": " follow", "probability": 0.07257080078125}, {"start": 1829.52, "end": 1829.86, "word": "-up", "probability": 0.85009765625}, {"start": 1829.86, "end": 1829.96, "word": " to", "probability": 0.76025390625}, {"start": 1829.96, "end": 1830.06, "word": " the", "probability": 0.79833984375}, {"start": 1830.06, "end": 1830.54, "word": " application,", "probability": 0.80712890625}, {"start": 1830.74, "end": 1830.9, "word": " from", "probability": 0.72900390625}, {"start": 1830.9, "end": 1831.48, "word": " layouts,", "probability": 0.8349609375}, {"start": 1831.8, "end": 1832.04, "word": " design", "probability": 0.476806640625}, {"start": 1832.04, "end": 1832.24, "word": " for", "probability": 0.51416015625}, {"start": 1832.24, "end": 1832.82, "word": " activities,", "probability": 0.9248046875}, {"start": 1833.82, "end": 1834.12, "word": " files", "probability": 0.53955078125}, {"start": 1834.12, "end": 1834.5, "word": " related", "probability": 0.8154296875}, {"start": 1834.5, "end": 1834.74, "word": " to", "probability": 0.96728515625}, {"start": 1834.74, "end": 1835.08, "word": " photos,", "probability": 0.4501953125}, {"start": 1835.28, "end": 1835.72, "word": " videos,", "probability": 0.66015625}, {"start": 1836.2, "end": 1836.9, "word": " database", "probability": 0.498046875}, {"start": 1836.9, "end": 1837.22, "word": " files,", "probability": 0.84619140625}, {"start": 1837.62, "end": 1837.84, "word": " text", "probability": 0.95947265625}, {"start": 1837.84, "end": 1838.38, "word": " files,", "probability": 0.9287109375}, {"start": 1839.16, "end": 1839.44, "word": " okay?", "probability": 0.5888671875}], "temperature": 1.0}, {"id": 76, "seek": 186986, "start": 1840.5, "end": 1869.86, "text": " Where do you put all of these? In the resources. And these resources have details that we will talk about. Okay? Here I opened the resources folder. You will find inside the resources folder many things. There is a folder that we will talk about, it is called drawable. What is this drawable for? We put pictures in it. When you want to put pictures in the application, an icon or a main face for example, a picture, where do you put it in the folder? Drawable.", "tokens": [2305, 360, 291, 829, 439, 295, 613, 30, 682, 264, 3593, 13, 400, 613, 3593, 362, 4365, 300, 321, 486, 751, 466, 13, 1033, 30, 1692, 286, 5625, 264, 3593, 10820, 13, 509, 486, 915, 1854, 264, 3593, 10820, 867, 721, 13, 821, 307, 257, 10820, 300, 321, 486, 751, 466, 11, 309, 307, 1219, 2642, 712, 13, 708, 307, 341, 2642, 712, 337, 30, 492, 829, 5242, 294, 309, 13, 1133, 291, 528, 281, 829, 5242, 294, 264, 3861, 11, 364, 6528, 420, 257, 2135, 1851, 337, 1365, 11, 257, 3036, 11, 689, 360, 291, 829, 309, 294, 264, 10820, 30, 20386, 712, 13], "avg_logprob": -0.46757076005890685, "compression_ratio": 1.8704453441295548, "no_speech_prob": 0.0, "words": [{"start": 1840.5, "end": 1840.8, "word": " Where", "probability": 0.1361083984375}, {"start": 1840.8, "end": 1840.8, "word": " do", "probability": 0.6865234375}, {"start": 1840.8, "end": 1841.26, "word": " you", "probability": 0.5830078125}, {"start": 1841.26, "end": 1841.54, "word": " put", "probability": 0.6298828125}, {"start": 1841.54, "end": 1841.54, "word": " all", "probability": 0.379638671875}, {"start": 1841.54, "end": 1841.54, "word": " of", "probability": 0.250244140625}, {"start": 1841.54, "end": 1841.54, "word": " these?", "probability": 0.49609375}, {"start": 1842.3, "end": 1842.82, "word": " In", "probability": 0.81884765625}, {"start": 1842.82, "end": 1842.88, "word": " the", "probability": 0.3876953125}, {"start": 1842.88, "end": 1843.24, "word": " resources.", "probability": 0.7578125}, {"start": 1843.62, "end": 1844.04, "word": " And", "probability": 0.55224609375}, {"start": 1844.04, "end": 1844.22, "word": " these", "probability": 0.5263671875}, {"start": 1844.22, "end": 1844.64, "word": " resources", "probability": 0.92578125}, {"start": 1844.64, "end": 1844.82, "word": " have", "probability": 0.533203125}, {"start": 1844.82, "end": 1845.32, "word": " details", "probability": 0.548828125}, {"start": 1845.32, "end": 1845.48, "word": " that", "probability": 0.61279296875}, {"start": 1845.48, "end": 1845.7, "word": " we", "probability": 0.865234375}, {"start": 1845.7, "end": 1845.82, "word": " will", "probability": 0.52001953125}, {"start": 1845.82, "end": 1846.06, "word": " talk", "probability": 0.71728515625}, {"start": 1846.06, "end": 1846.26, "word": " about.", "probability": 0.90625}, {"start": 1846.78, "end": 1847.3, "word": " Okay?", "probability": 0.29638671875}, {"start": 1847.58, "end": 1847.96, "word": " Here", "probability": 0.248291015625}, {"start": 1847.96, "end": 1848.1, "word": " I", "probability": 0.6240234375}, {"start": 1848.1, "end": 1848.42, "word": " opened", "probability": 0.4091796875}, {"start": 1848.42, "end": 1849.52, "word": " the", "probability": 0.439697265625}, {"start": 1849.52, "end": 1849.96, "word": " resources", "probability": 0.62744140625}, {"start": 1849.96, "end": 1849.96, "word": " folder.", "probability": 0.45068359375}, {"start": 1850.36, "end": 1850.64, "word": " You", "probability": 0.771484375}, {"start": 1850.64, "end": 1850.7, "word": " will", "probability": 0.798828125}, {"start": 1850.7, "end": 1850.92, "word": " find", "probability": 0.8828125}, {"start": 1850.92, "end": 1851.1, "word": " inside", "probability": 0.341064453125}, {"start": 1851.1, "end": 1851.54, "word": " the", "probability": 0.82470703125}, {"start": 1851.54, "end": 1852.04, "word": " resources", "probability": 0.85498046875}, {"start": 1852.04, "end": 1852.04, "word": " folder", "probability": 0.80908203125}, {"start": 1852.04, "end": 1852.18, "word": " many", "probability": 0.51513671875}, {"start": 1852.18, "end": 1852.72, "word": " things.", "probability": 0.77587890625}, {"start": 1854.4, "end": 1854.78, "word": " There", "probability": 0.75048828125}, {"start": 1854.78, "end": 1854.8, "word": " is", "probability": 0.87890625}, {"start": 1854.8, "end": 1855.2, "word": " a", "probability": 0.97509765625}, {"start": 1855.2, "end": 1855.2, "word": " folder", "probability": 0.73583984375}, {"start": 1855.2, "end": 1855.32, "word": " that", "probability": 0.61376953125}, {"start": 1855.32, "end": 1855.42, "word": " we", "probability": 0.8681640625}, {"start": 1855.42, "end": 1855.44, "word": " will", "probability": 0.79345703125}, {"start": 1855.44, "end": 1855.64, "word": " talk", "probability": 0.84765625}, {"start": 1855.64, "end": 1855.88, "word": " about,", "probability": 0.91064453125}, {"start": 1855.92, "end": 1856.0, "word": " it", "probability": 0.3427734375}, {"start": 1856.0, "end": 1856.02, "word": " is", "probability": 0.515625}, {"start": 1856.02, "end": 1856.2, "word": " called", "probability": 0.8095703125}, {"start": 1856.2, "end": 1856.56, "word": " drawable.", "probability": 0.6824951171875}, {"start": 1858.14, "end": 1858.66, "word": " What", "probability": 0.50537109375}, {"start": 1858.66, "end": 1858.66, "word": " is", "probability": 0.7783203125}, {"start": 1858.66, "end": 1858.78, "word": " this", "probability": 0.65478515625}, {"start": 1858.78, "end": 1859.12, "word": " drawable", "probability": 0.962890625}, {"start": 1859.12, "end": 1859.24, "word": " for?", "probability": 0.5888671875}, {"start": 1859.32, "end": 1859.48, "word": " We", "probability": 0.66748046875}, {"start": 1859.48, "end": 1859.68, "word": " put", "probability": 0.677734375}, {"start": 1859.68, "end": 1860.06, "word": " pictures", "probability": 0.2252197265625}, {"start": 1860.06, "end": 1860.06, "word": " in", "probability": 0.7119140625}, {"start": 1860.06, "end": 1860.14, "word": " it.", "probability": 0.89794921875}, {"start": 1861.12, "end": 1861.42, "word": " When", "probability": 0.6982421875}, {"start": 1861.42, "end": 1861.46, "word": " you", "probability": 0.95263671875}, {"start": 1861.46, "end": 1861.7, "word": " want", "probability": 0.6923828125}, {"start": 1861.7, "end": 1861.9, "word": " to", "probability": 0.7880859375}, {"start": 1861.9, "end": 1862.7, "word": " put", "probability": 0.199462890625}, {"start": 1862.7, "end": 1863.12, "word": " pictures", "probability": 0.4775390625}, {"start": 1863.12, "end": 1863.32, "word": " in", "probability": 0.552734375}, {"start": 1863.32, "end": 1863.32, "word": " the", "probability": 0.485107421875}, {"start": 1863.32, "end": 1863.32, "word": " application,", "probability": 0.61572265625}, {"start": 1863.34, "end": 1863.6, "word": " an", "probability": 0.39208984375}, {"start": 1863.6, "end": 1863.84, "word": " icon", "probability": 0.92236328125}, {"start": 1863.84, "end": 1864.3, "word": " or", "probability": 0.85546875}, {"start": 1864.3, "end": 1865.46, "word": " a", "probability": 0.7880859375}, {"start": 1865.46, "end": 1865.46, "word": " main", "probability": 0.56201171875}, {"start": 1865.46, "end": 1866.0, "word": " face", "probability": 0.30859375}, {"start": 1866.0, "end": 1866.3, "word": " for", "probability": 0.625}, {"start": 1866.3, "end": 1866.56, "word": " example,", "probability": 0.9619140625}, {"start": 1867.02, "end": 1867.06, "word": " a", "probability": 0.5068359375}, {"start": 1867.06, "end": 1867.32, "word": " picture,", "probability": 0.78564453125}, {"start": 1868.02, "end": 1868.16, "word": " where", "probability": 0.2978515625}, {"start": 1868.16, "end": 1868.16, "word": " do", "probability": 0.8369140625}, {"start": 1868.16, "end": 1868.2, "word": " you", "probability": 0.96630859375}, {"start": 1868.2, "end": 1868.4, "word": " put", "probability": 0.5693359375}, {"start": 1868.4, "end": 1868.48, "word": " it", "probability": 0.9033203125}, {"start": 1868.48, "end": 1868.58, "word": " in", "probability": 0.576171875}, {"start": 1868.58, "end": 1868.7, "word": " the", "probability": 0.7919921875}, {"start": 1868.7, "end": 1868.92, "word": " folder?", "probability": 0.7587890625}, {"start": 1869.46, "end": 1869.86, "word": " Drawable.", "probability": 0.85498046875}], "temperature": 1.0}, {"id": 77, "seek": 188599, "start": 1871.55, "end": 1885.99, "text": "In the end, we make packages as an APK file. In the APK, we collect the resources from the code files. In the second volume, we talk about layout. This is very important and we will start looking at it.", "tokens": [4575, 264, 917, 11, 321, 652, 17401, 382, 364, 5372, 42, 3991, 13, 682, 264, 5372, 42, 11, 321, 2500, 264, 3593, 490, 264, 3089, 7098, 13, 682, 264, 1150, 5523, 11, 321, 751, 466, 13333, 13, 639, 307, 588, 1021, 293, 321, 486, 722, 1237, 412, 309, 13], "avg_logprob": -0.6218749809265137, "compression_ratio": 1.3835616438356164, "no_speech_prob": 0.0, "words": [{"start": 1871.55, "end": 1871.87, "word": "In", "probability": 0.1353759765625}, {"start": 1871.87, "end": 1872.27, "word": " the", "probability": 0.67138671875}, {"start": 1872.27, "end": 1872.53, "word": " end,", "probability": 0.734375}, {"start": 1872.67, "end": 1872.67, "word": " we", "probability": 0.44580078125}, {"start": 1872.67, "end": 1872.91, "word": " make", "probability": 0.2607421875}, {"start": 1872.91, "end": 1873.41, "word": " packages", "probability": 0.623046875}, {"start": 1873.41, "end": 1873.67, "word": " as", "probability": 0.5693359375}, {"start": 1873.67, "end": 1873.75, "word": " an", "probability": 0.35595703125}, {"start": 1873.75, "end": 1874.45, "word": " APK", "probability": 0.923095703125}, {"start": 1874.45, "end": 1874.45, "word": " file.", "probability": 0.79345703125}, {"start": 1874.53, "end": 1874.87, "word": " In", "probability": 0.1875}, {"start": 1874.87, "end": 1875.07, "word": " the", "probability": 0.34130859375}, {"start": 1875.07, "end": 1875.41, "word": " APK,", "probability": 0.925048828125}, {"start": 1875.47, "end": 1875.49, "word": " we", "probability": 0.31884765625}, {"start": 1875.49, "end": 1875.73, "word": " collect", "probability": 0.595703125}, {"start": 1875.73, "end": 1875.87, "word": " the", "probability": 0.3076171875}, {"start": 1875.87, "end": 1876.31, "word": " resources", "probability": 0.8369140625}, {"start": 1876.31, "end": 1876.73, "word": " from", "probability": 0.243408203125}, {"start": 1876.73, "end": 1877.85, "word": " the", "probability": 0.75}, {"start": 1877.85, "end": 1878.59, "word": " code", "probability": 0.6904296875}, {"start": 1878.59, "end": 1878.63, "word": " files.", "probability": 0.89892578125}, {"start": 1879.55, "end": 1879.63, "word": " In", "probability": 0.42333984375}, {"start": 1879.63, "end": 1879.75, "word": " the", "probability": 0.32470703125}, {"start": 1879.75, "end": 1879.75, "word": " second", "probability": 0.568359375}, {"start": 1879.75, "end": 1880.07, "word": " volume,", "probability": 0.2154541015625}, {"start": 1881.01, "end": 1881.39, "word": " we", "probability": 0.63818359375}, {"start": 1881.39, "end": 1881.77, "word": " talk", "probability": 0.2039794921875}, {"start": 1881.77, "end": 1881.91, "word": " about", "probability": 0.9111328125}, {"start": 1881.91, "end": 1882.53, "word": " layout.", "probability": 0.29150390625}, {"start": 1883.55, "end": 1883.67, "word": " This", "probability": 0.61572265625}, {"start": 1883.67, "end": 1883.75, "word": " is", "probability": 0.92041015625}, {"start": 1883.75, "end": 1883.77, "word": " very", "probability": 0.7197265625}, {"start": 1883.77, "end": 1884.05, "word": " important", "probability": 0.85986328125}, {"start": 1884.05, "end": 1884.81, "word": " and", "probability": 0.299072265625}, {"start": 1884.81, "end": 1885.01, "word": " we", "probability": 0.8515625}, {"start": 1885.01, "end": 1885.35, "word": " will", "probability": 0.6064453125}, {"start": 1885.35, "end": 1885.49, "word": " start", "probability": 0.418701171875}, {"start": 1885.49, "end": 1885.69, "word": " looking", "probability": 0.23681640625}, {"start": 1885.69, "end": 1885.73, "word": " at", "probability": 0.63818359375}, {"start": 1885.73, "end": 1885.99, "word": " it.", "probability": 0.8427734375}], "temperature": 1.0}, {"id": 78, "seek": 190577, "start": 1886.81, "end": 1905.77, "text": "which is the design of activities. Look at what's in it. It's an XML file called activity main. This is the design file of this activity. So this is the java file and this is the XML file. Okay?", "tokens": [13690, 307, 264, 1715, 295, 5354, 13, 2053, 412, 437, 311, 294, 309, 13, 467, 311, 364, 43484, 3991, 1219, 5191, 2135, 13, 639, 307, 264, 1715, 3991, 295, 341, 5191, 13, 407, 341, 307, 264, 361, 4061, 3991, 293, 341, 307, 264, 43484, 3991, 13, 1033, 30], "avg_logprob": -0.6058673274760343, "compression_ratio": 1.5396825396825398, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1886.81, "end": 1887.05, "word": "which", "probability": 0.11224365234375}, {"start": 1887.05, "end": 1887.31, "word": " is", "probability": 0.69873046875}, {"start": 1887.31, "end": 1888.39, "word": " the", "probability": 0.1378173828125}, {"start": 1888.39, "end": 1888.61, "word": " design", "probability": 0.321533203125}, {"start": 1888.61, "end": 1888.81, "word": " of", "probability": 0.923828125}, {"start": 1888.81, "end": 1889.31, "word": " activities.", "probability": 0.459716796875}, {"start": 1889.35, "end": 1889.69, "word": " Look", "probability": 0.2457275390625}, {"start": 1889.69, "end": 1889.77, "word": " at", "probability": 0.56298828125}, {"start": 1889.77, "end": 1890.03, "word": " what's", "probability": 0.35595703125}, {"start": 1890.03, "end": 1890.03, "word": " in", "probability": 0.27978515625}, {"start": 1890.03, "end": 1890.11, "word": " it.", "probability": 0.51806640625}, {"start": 1890.83, "end": 1891.31, "word": " It's", "probability": 0.536865234375}, {"start": 1891.31, "end": 1891.35, "word": " an", "probability": 0.70166015625}, {"start": 1891.35, "end": 1891.85, "word": " XML", "probability": 0.63427734375}, {"start": 1891.85, "end": 1891.97, "word": " file", "probability": 0.89501953125}, {"start": 1891.97, "end": 1892.21, "word": " called", "probability": 0.5986328125}, {"start": 1892.21, "end": 1892.65, "word": " activity", "probability": 0.47119140625}, {"start": 1892.65, "end": 1893.29, "word": " main.", "probability": 0.1812744140625}, {"start": 1893.53, "end": 1893.93, "word": " This", "probability": 0.61474609375}, {"start": 1893.93, "end": 1893.99, "word": " is", "probability": 0.84619140625}, {"start": 1893.99, "end": 1894.39, "word": " the", "probability": 0.68212890625}, {"start": 1894.39, "end": 1894.67, "word": " design", "probability": 0.47998046875}, {"start": 1894.67, "end": 1894.87, "word": " file", "probability": 0.77880859375}, {"start": 1894.87, "end": 1895.11, "word": " of", "probability": 0.751953125}, {"start": 1895.11, "end": 1895.43, "word": " this", "probability": 0.1627197265625}, {"start": 1895.43, "end": 1897.29, "word": " activity.", "probability": 0.90966796875}, {"start": 1897.63, "end": 1898.15, "word": " So", "probability": 0.30224609375}, {"start": 1898.15, "end": 1898.47, "word": " this", "probability": 0.68408203125}, {"start": 1898.47, "end": 1898.79, "word": " is", "probability": 0.841796875}, {"start": 1898.79, "end": 1899.27, "word": " the", "probability": 0.72705078125}, {"start": 1899.27, "end": 1900.17, "word": " java", "probability": 0.6220703125}, {"start": 1900.17, "end": 1900.67, "word": " file", "probability": 0.8564453125}, {"start": 1900.67, "end": 1901.17, "word": " and", "probability": 0.6572265625}, {"start": 1901.17, "end": 1901.37, "word": " this", "probability": 0.88427734375}, {"start": 1901.37, "end": 1901.45, "word": " is", "probability": 0.92919921875}, {"start": 1901.45, "end": 1901.75, "word": " the", "probability": 0.8271484375}, {"start": 1901.75, "end": 1901.99, "word": " XML", "probability": 0.54248046875}, {"start": 1901.99, "end": 1902.49, "word": " file.", "probability": 0.86474609375}, {"start": 1905.13, "end": 1905.77, "word": " Okay?", "probability": 0.296630859375}], "temperature": 1.0}, {"id": 79, "seek": 193729, "start": 1908.73, "end": 1937.29, "text": " There are other files, other folders. We will talk about it later. The map has to do with the icons of the application. We will talk about it later. Another folder is called values. It has to do with the general settings of the application, such as the colors used, style, text, and so on. We will talk about it later. Now we are working on two main files, which are Java and XML, which are in a folder called layout. Where is the layout folder? In the resources folder.", "tokens": [821, 366, 661, 7098, 11, 661, 31082, 13, 492, 486, 751, 466, 309, 1780, 13, 440, 4471, 575, 281, 360, 365, 264, 23308, 295, 264, 3861, 13, 492, 486, 751, 466, 309, 1780, 13, 3996, 10820, 307, 1219, 4190, 13, 467, 575, 281, 360, 365, 264, 2674, 6257, 295, 264, 3861, 11, 1270, 382, 264, 4577, 1143, 11, 3758, 11, 2487, 11, 293, 370, 322, 13, 492, 486, 751, 466, 309, 1780, 13, 823, 321, 366, 1364, 322, 732, 2135, 7098, 11, 597, 366, 10745, 293, 43484, 11, 597, 366, 294, 257, 10820, 1219, 13333, 13, 2305, 307, 264, 13333, 10820, 30, 682, 264, 3593, 10820, 13], "avg_logprob": -0.42910878553434656, "compression_ratio": 1.9957627118644068, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1908.73, "end": 1908.93, "word": " There", "probability": 0.2169189453125}, {"start": 1908.93, "end": 1909.01, "word": " are", "probability": 0.8876953125}, {"start": 1909.01, "end": 1909.65, "word": " other", "probability": 0.73095703125}, {"start": 1909.65, "end": 1909.65, "word": " files,", "probability": 0.5732421875}, {"start": 1910.41, "end": 1910.53, "word": " other", "probability": 0.5634765625}, {"start": 1910.53, "end": 1910.91, "word": " folders.", "probability": 0.10211181640625}, {"start": 1911.31, "end": 1911.35, "word": " We", "probability": 0.513671875}, {"start": 1911.35, "end": 1911.39, "word": " will", "probability": 0.61376953125}, {"start": 1911.39, "end": 1911.57, "word": " talk", "probability": 0.75537109375}, {"start": 1911.57, "end": 1911.73, "word": " about", "probability": 0.90869140625}, {"start": 1911.73, "end": 1911.85, "word": " it", "probability": 0.331298828125}, {"start": 1911.85, "end": 1912.11, "word": " later.", "probability": 0.740234375}, {"start": 1912.11, "end": 1912.17, "word": " The", "probability": 0.448486328125}, {"start": 1912.17, "end": 1912.37, "word": " map", "probability": 0.14599609375}, {"start": 1912.37, "end": 1912.93, "word": " has", "probability": 0.368408203125}, {"start": 1912.93, "end": 1913.13, "word": " to", "probability": 0.416259765625}, {"start": 1913.13, "end": 1913.15, "word": " do", "probability": 0.9658203125}, {"start": 1913.15, "end": 1913.37, "word": " with", "probability": 0.88623046875}, {"start": 1913.37, "end": 1913.41, "word": " the", "probability": 0.74951171875}, {"start": 1913.41, "end": 1913.77, "word": " icons", "probability": 0.4384765625}, {"start": 1913.77, "end": 1914.01, "word": " of", "probability": 0.8876953125}, {"start": 1914.01, "end": 1914.15, "word": " the", "probability": 0.8828125}, {"start": 1914.15, "end": 1914.57, "word": " application.", "probability": 0.6923828125}, {"start": 1915.27, "end": 1915.37, "word": " We", "probability": 0.47998046875}, {"start": 1915.37, "end": 1915.55, "word": " will", "probability": 0.7978515625}, {"start": 1915.55, "end": 1915.73, "word": " talk", "probability": 0.65625}, {"start": 1915.73, "end": 1915.85, "word": " about", "probability": 0.87890625}, {"start": 1915.85, "end": 1915.91, "word": " it", "probability": 0.80224609375}, {"start": 1915.91, "end": 1916.13, "word": " later.", "probability": 0.91015625}, {"start": 1916.61, "end": 1916.83, "word": " Another", "probability": 0.50732421875}, {"start": 1916.83, "end": 1917.11, "word": " folder", "probability": 0.6171875}, {"start": 1917.11, "end": 1917.47, "word": " is", "probability": 0.39013671875}, {"start": 1917.47, "end": 1917.77, "word": " called", "probability": 0.7314453125}, {"start": 1917.77, "end": 1918.29, "word": " values.", "probability": 0.75830078125}, {"start": 1918.67, "end": 1918.79, "word": " It", "probability": 0.7958984375}, {"start": 1918.79, "end": 1918.85, "word": " has", "probability": 0.78369140625}, {"start": 1918.85, "end": 1919.07, "word": " to", "probability": 0.91650390625}, {"start": 1919.07, "end": 1919.07, "word": " do", "probability": 0.96728515625}, {"start": 1919.07, "end": 1919.23, "word": " with", "probability": 0.8955078125}, {"start": 1919.23, "end": 1919.25, "word": " the", "probability": 0.7138671875}, {"start": 1919.25, "end": 1919.33, "word": " general", "probability": 0.6552734375}, {"start": 1919.33, "end": 1919.73, "word": " settings", "probability": 0.72998046875}, {"start": 1919.73, "end": 1920.19, "word": " of", "probability": 0.90869140625}, {"start": 1920.19, "end": 1920.27, "word": " the", "probability": 0.88525390625}, {"start": 1920.27, "end": 1920.49, "word": " application,", "probability": 0.90625}, {"start": 1920.63, "end": 1920.77, "word": " such", "probability": 0.4501953125}, {"start": 1920.77, "end": 1920.91, "word": " as", "probability": 0.97607421875}, {"start": 1920.91, "end": 1920.99, "word": " the", "probability": 0.7451171875}, {"start": 1920.99, "end": 1921.23, "word": " colors", "probability": 0.822265625}, {"start": 1921.23, "end": 1921.65, "word": " used,", "probability": 0.288818359375}, {"start": 1921.99, "end": 1922.53, "word": " style,", "probability": 0.580078125}, {"start": 1923.19, "end": 1923.59, "word": " text,", "probability": 0.62890625}, {"start": 1923.75, "end": 1923.87, "word": " and", "probability": 0.56982421875}, {"start": 1923.87, "end": 1924.01, "word": " so", "probability": 0.328369140625}, {"start": 1924.01, "end": 1924.11, "word": " on.", "probability": 0.92822265625}, {"start": 1924.55, "end": 1924.65, "word": " We", "probability": 0.93701171875}, {"start": 1924.65, "end": 1924.73, "word": " will", "probability": 0.802734375}, {"start": 1924.73, "end": 1924.99, "word": " talk", "probability": 0.73388671875}, {"start": 1924.99, "end": 1925.51, "word": " about", "probability": 0.88671875}, {"start": 1925.51, "end": 1925.61, "word": " it", "probability": 0.857421875}, {"start": 1925.61, "end": 1925.77, "word": " later.", "probability": 0.92041015625}, {"start": 1925.89, "end": 1926.11, "word": " Now", "probability": 0.8115234375}, {"start": 1926.11, "end": 1926.35, "word": " we", "probability": 0.63037109375}, {"start": 1926.35, "end": 1926.43, "word": " are", "probability": 0.8740234375}, {"start": 1926.43, "end": 1926.69, "word": " working", "probability": 0.454833984375}, {"start": 1926.69, "end": 1927.39, "word": " on", "probability": 0.7333984375}, {"start": 1927.39, "end": 1927.59, "word": " two", "probability": 0.90966796875}, {"start": 1927.59, "end": 1927.63, "word": " main", "probability": 0.493896484375}, {"start": 1927.63, "end": 1928.59, "word": " files,", "probability": 0.6416015625}, {"start": 1929.29, "end": 1929.39, "word": " which", "probability": 0.6572265625}, {"start": 1929.39, "end": 1929.53, "word": " are", "probability": 0.6123046875}, {"start": 1929.53, "end": 1930.05, "word": " Java", "probability": 0.455810546875}, {"start": 1930.05, "end": 1931.03, "word": " and", "probability": 0.7099609375}, {"start": 1931.03, "end": 1932.25, "word": " XML,", "probability": 0.82958984375}, {"start": 1932.53, "end": 1932.65, "word": " which", "probability": 0.798828125}, {"start": 1932.65, "end": 1932.75, "word": " are", "probability": 0.5966796875}, {"start": 1932.75, "end": 1933.05, "word": " in", "probability": 0.3505859375}, {"start": 1933.05, "end": 1933.19, "word": " a", "probability": 0.8984375}, {"start": 1933.19, "end": 1933.43, "word": " folder", "probability": 0.7392578125}, {"start": 1933.43, "end": 1933.69, "word": " called", "probability": 0.77197265625}, {"start": 1933.69, "end": 1934.17, "word": " layout.", "probability": 0.78076171875}, {"start": 1934.43, "end": 1934.65, "word": " Where", "probability": 0.48193359375}, {"start": 1934.65, "end": 1934.65, "word": " is", "probability": 0.8681640625}, {"start": 1934.65, "end": 1934.99, "word": " the", "probability": 0.77294921875}, {"start": 1934.99, "end": 1935.25, "word": " layout", "probability": 0.8603515625}, {"start": 1935.25, "end": 1935.31, "word": " folder?", "probability": 0.66748046875}, {"start": 1936.29, "end": 1936.61, "word": " In", "probability": 0.7265625}, {"start": 1936.61, "end": 1936.71, "word": " the", "probability": 0.80126953125}, {"start": 1936.71, "end": 1937.29, "word": " resources", "probability": 0.73291015625}, {"start": 1937.29, "end": 1937.29, "word": " folder.", "probability": 0.818359375}], "temperature": 1.0}, {"id": 80, "seek": 196618, "start": 1940.4, "end": 1966.18, "text": " If you click on the file in the class, it will bring you the java code If you click on the file in the xml, it will open this screen for you What is this screen that you see guys? This is the phone screen or the face of the activity Here we want to add the elements The list that is here", "tokens": [759, 291, 2052, 322, 264, 3991, 294, 264, 1508, 11, 309, 486, 1565, 291, 264, 361, 4061, 3089, 759, 291, 2052, 322, 264, 3991, 294, 264, 2031, 15480, 11, 309, 486, 1269, 341, 2568, 337, 291, 708, 307, 341, 2568, 300, 291, 536, 1074, 30, 639, 307, 264, 2593, 2568, 420, 264, 1851, 295, 264, 5191, 1692, 321, 528, 281, 909, 264, 4959, 440, 1329, 300, 307, 510], "avg_logprob": -0.4836956435355587, "compression_ratio": 1.7668711656441718, "no_speech_prob": 0.0, "words": [{"start": 1940.4, "end": 1940.82, "word": " If", "probability": 0.363525390625}, {"start": 1940.82, "end": 1940.98, "word": " you", "probability": 0.7470703125}, {"start": 1940.98, "end": 1941.16, "word": " click", "probability": 0.57666015625}, {"start": 1941.16, "end": 1941.32, "word": " on", "probability": 0.84765625}, {"start": 1941.32, "end": 1941.46, "word": " the", "probability": 0.409912109375}, {"start": 1941.46, "end": 1941.58, "word": " file", "probability": 0.5107421875}, {"start": 1941.58, "end": 1941.7, "word": " in", "probability": 0.49072265625}, {"start": 1941.7, "end": 1941.78, "word": " the", "probability": 0.68017578125}, {"start": 1941.78, "end": 1942.18, "word": " class,", "probability": 0.8369140625}, {"start": 1942.58, "end": 1942.86, "word": " it", "probability": 0.6552734375}, {"start": 1942.86, "end": 1942.86, "word": " will", "probability": 0.48486328125}, {"start": 1942.86, "end": 1942.88, "word": " bring", "probability": 0.457275390625}, {"start": 1942.88, "end": 1943.02, "word": " you", "probability": 0.599609375}, {"start": 1943.02, "end": 1943.28, "word": " the", "probability": 0.6044921875}, {"start": 1943.28, "end": 1943.62, "word": " java", "probability": 0.603759765625}, {"start": 1943.62, "end": 1943.72, "word": " code", "probability": 0.861328125}, {"start": 1943.72, "end": 1945.18, "word": " If", "probability": 0.35693359375}, {"start": 1945.18, "end": 1946.88, "word": " you", "probability": 0.94775390625}, {"start": 1946.88, "end": 1947.08, "word": " click", "probability": 0.85546875}, {"start": 1947.08, "end": 1947.24, "word": " on", "probability": 0.93115234375}, {"start": 1947.24, "end": 1947.38, "word": " the", "probability": 0.8388671875}, {"start": 1947.38, "end": 1947.5, "word": " file", "probability": 0.35205078125}, {"start": 1947.5, "end": 1947.6, "word": " in", "probability": 0.83740234375}, {"start": 1947.6, "end": 1947.66, "word": " the", "probability": 0.716796875}, {"start": 1947.66, "end": 1948.18, "word": " xml,", "probability": 0.8134765625}, {"start": 1948.58, "end": 1949.78, "word": " it", "probability": 0.59912109375}, {"start": 1949.78, "end": 1949.86, "word": " will", "probability": 0.7568359375}, {"start": 1949.86, "end": 1950.0, "word": " open", "probability": 0.623046875}, {"start": 1950.0, "end": 1950.24, "word": " this", "probability": 0.52734375}, {"start": 1950.24, "end": 1950.48, "word": " screen", "probability": 0.60302734375}, {"start": 1950.48, "end": 1950.94, "word": " for", "probability": 0.305419921875}, {"start": 1950.94, "end": 1951.24, "word": " you", "probability": 0.96484375}, {"start": 1951.24, "end": 1953.86, "word": " What", "probability": 0.487548828125}, {"start": 1953.86, "end": 1953.94, "word": " is", "probability": 0.8017578125}, {"start": 1953.94, "end": 1954.02, "word": " this", "probability": 0.837890625}, {"start": 1954.02, "end": 1954.2, "word": " screen", "probability": 0.87353515625}, {"start": 1954.2, "end": 1954.42, "word": " that", "probability": 0.47314453125}, {"start": 1954.42, "end": 1954.54, "word": " you", "probability": 0.95263671875}, {"start": 1954.54, "end": 1954.78, "word": " see", "probability": 0.62255859375}, {"start": 1954.78, "end": 1955.3, "word": " guys?", "probability": 0.365966796875}, {"start": 1956.02, "end": 1956.5, "word": " This", "probability": 0.6923828125}, {"start": 1956.5, "end": 1956.8, "word": " is", "probability": 0.873046875}, {"start": 1956.8, "end": 1957.4, "word": " the", "probability": 0.7431640625}, {"start": 1957.4, "end": 1957.6, "word": " phone", "probability": 0.398681640625}, {"start": 1957.6, "end": 1957.76, "word": " screen", "probability": 0.7705078125}, {"start": 1957.76, "end": 1958.28, "word": " or", "probability": 0.529296875}, {"start": 1958.28, "end": 1958.84, "word": " the", "probability": 0.6650390625}, {"start": 1958.84, "end": 1959.08, "word": " face", "probability": 0.271240234375}, {"start": 1959.08, "end": 1959.82, "word": " of", "probability": 0.42724609375}, {"start": 1959.82, "end": 1960.22, "word": " the", "probability": 0.78759765625}, {"start": 1960.22, "end": 1960.6, "word": " activity", "probability": 0.84521484375}, {"start": 1960.6, "end": 1961.96, "word": " Here", "probability": 0.4970703125}, {"start": 1961.96, "end": 1962.26, "word": " we", "probability": 0.740234375}, {"start": 1962.26, "end": 1962.46, "word": " want", "probability": 0.351806640625}, {"start": 1962.46, "end": 1962.54, "word": " to", "probability": 0.966796875}, {"start": 1962.54, "end": 1962.86, "word": " add", "probability": 0.9150390625}, {"start": 1962.86, "end": 1963.46, "word": " the", "probability": 0.4150390625}, {"start": 1963.46, "end": 1963.74, "word": " elements", "probability": 0.73193359375}, {"start": 1963.74, "end": 1965.24, "word": " The", "probability": 0.63134765625}, {"start": 1965.24, "end": 1965.52, "word": " list", "probability": 0.45751953125}, {"start": 1965.52, "end": 1965.68, "word": " that", "probability": 0.44873046875}, {"start": 1965.68, "end": 1965.74, "word": " is", "probability": 0.71728515625}, {"start": 1965.74, "end": 1966.18, "word": " here", "probability": 0.5341796875}], "temperature": 1.0}, {"id": 81, "seek": 199473, "start": 1967.91, "end": 1994.73, "text": " It has the elements that are added to the screen. There is something similar in NetBeans. Can you use it? For example, this button, can you see it? It is a button. Drag and drop it here. This is the button button. But it loads. Yes, the button does not appear. I wanted to tell you this. Of course, this will happen to you. As soon as you turn on Android Studio and add things,", "tokens": [467, 575, 264, 4959, 300, 366, 3869, 281, 264, 2568, 13, 821, 307, 746, 2531, 294, 6188, 6524, 599, 13, 1664, 291, 764, 309, 30, 1171, 1365, 11, 341, 2960, 11, 393, 291, 536, 309, 30, 467, 307, 257, 2960, 13, 8832, 293, 3270, 309, 510, 13, 639, 307, 264, 2960, 2960, 13, 583, 309, 12668, 13, 1079, 11, 264, 2960, 775, 406, 4204, 13, 286, 1415, 281, 980, 291, 341, 13, 2720, 1164, 11, 341, 486, 1051, 281, 291, 13, 1018, 2321, 382, 291, 1261, 322, 8853, 13500, 293, 909, 721, 11], "avg_logprob": -0.5581782193894081, "compression_ratio": 1.6434782608695653, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1967.91, "end": 1968.09, "word": " It", "probability": 0.3310546875}, {"start": 1968.09, "end": 1968.21, "word": " has", "probability": 0.5791015625}, {"start": 1968.21, "end": 1968.37, "word": " the", "probability": 0.2137451171875}, {"start": 1968.37, "end": 1968.85, "word": " elements", "probability": 0.80859375}, {"start": 1968.85, "end": 1969.29, "word": " that", "probability": 0.56982421875}, {"start": 1969.29, "end": 1969.49, "word": " are", "probability": 0.1964111328125}, {"start": 1969.49, "end": 1969.67, "word": " added", "probability": 0.80126953125}, {"start": 1969.67, "end": 1969.85, "word": " to", "probability": 0.640625}, {"start": 1969.85, "end": 1969.91, "word": " the", "probability": 0.8642578125}, {"start": 1969.91, "end": 1970.17, "word": " screen.", "probability": 0.7822265625}, {"start": 1971.01, "end": 1971.41, "word": " There", "probability": 0.419677734375}, {"start": 1971.41, "end": 1971.47, "word": " is", "probability": 0.68896484375}, {"start": 1971.47, "end": 1971.69, "word": " something", "probability": 0.736328125}, {"start": 1971.69, "end": 1971.79, "word": " similar", "probability": 0.77001953125}, {"start": 1971.79, "end": 1971.79, "word": " in", "probability": 0.5048828125}, {"start": 1971.79, "end": 1972.27, "word": " NetBeans.", "probability": 0.732421875}, {"start": 1972.87, "end": 1973.07, "word": " Can", "probability": 0.2037353515625}, {"start": 1973.07, "end": 1973.43, "word": " you", "probability": 0.84423828125}, {"start": 1973.43, "end": 1973.73, "word": " use", "probability": 0.274658203125}, {"start": 1973.73, "end": 1974.03, "word": " it?", "probability": 0.65869140625}, {"start": 1974.77, "end": 1975.17, "word": " For", "probability": 0.325927734375}, {"start": 1975.17, "end": 1976.73, "word": " example,", "probability": 0.9169921875}, {"start": 1976.79, "end": 1976.95, "word": " this", "probability": 0.67236328125}, {"start": 1976.95, "end": 1977.29, "word": " button,", "probability": 0.75146484375}, {"start": 1977.37, "end": 1977.49, "word": " can", "probability": 0.238525390625}, {"start": 1977.49, "end": 1977.49, "word": " you", "probability": 0.9716796875}, {"start": 1977.49, "end": 1977.69, "word": " see", "probability": 0.92578125}, {"start": 1977.69, "end": 1978.01, "word": " it?", "probability": 0.662109375}, {"start": 1978.39, "end": 1978.63, "word": " It", "probability": 0.5771484375}, {"start": 1978.63, "end": 1978.63, "word": " is", "probability": 0.5009765625}, {"start": 1978.63, "end": 1978.69, "word": " a", "probability": 0.54345703125}, {"start": 1978.69, "end": 1978.83, "word": " button.", "probability": 0.76171875}, {"start": 1979.09, "end": 1979.49, "word": " Drag", "probability": 0.40576171875}, {"start": 1979.49, "end": 1979.69, "word": " and", "probability": 0.429443359375}, {"start": 1979.69, "end": 1979.89, "word": " drop", "probability": 0.8603515625}, {"start": 1979.89, "end": 1980.03, "word": " it", "probability": 0.75830078125}, {"start": 1980.03, "end": 1980.19, "word": " here.", "probability": 0.66064453125}, {"start": 1980.25, "end": 1980.37, "word": " This", "probability": 0.32861328125}, {"start": 1980.37, "end": 1980.39, "word": " is", "probability": 0.83349609375}, {"start": 1980.39, "end": 1980.69, "word": " the", "probability": 0.4365234375}, {"start": 1980.69, "end": 1980.83, "word": " button", "probability": 0.63232421875}, {"start": 1980.83, "end": 1980.83, "word": " button.", "probability": 0.1148681640625}, {"start": 1983.97, "end": 1984.37, "word": " But", "probability": 0.416748046875}, {"start": 1984.37, "end": 1984.49, "word": " it", "probability": 0.6904296875}, {"start": 1984.49, "end": 1984.87, "word": " loads.", "probability": 0.273681640625}, {"start": 1986.85, "end": 1987.25, "word": " Yes,", "probability": 0.2174072265625}, {"start": 1987.51, "end": 1988.11, "word": " the", "probability": 0.409423828125}, {"start": 1988.11, "end": 1988.39, "word": " button", "probability": 0.8388671875}, {"start": 1988.39, "end": 1988.39, "word": " does", "probability": 0.271728515625}, {"start": 1988.39, "end": 1988.39, "word": " not", "probability": 0.94580078125}, {"start": 1988.39, "end": 1988.39, "word": " appear.", "probability": 0.45654296875}, {"start": 1988.73, "end": 1988.87, "word": " I", "probability": 0.478271484375}, {"start": 1988.87, "end": 1989.03, "word": " wanted", "probability": 0.275390625}, {"start": 1989.03, "end": 1989.11, "word": " to", "probability": 0.970703125}, {"start": 1989.11, "end": 1989.33, "word": " tell", "probability": 0.432861328125}, {"start": 1989.33, "end": 1989.39, "word": " you", "probability": 0.935546875}, {"start": 1989.39, "end": 1989.49, "word": " this.", "probability": 0.27197265625}, {"start": 1989.55, "end": 1989.75, "word": " Of", "probability": 0.65576171875}, {"start": 1989.75, "end": 1989.81, "word": " course,", "probability": 0.95849609375}, {"start": 1990.07, "end": 1990.33, "word": " this", "probability": 0.7158203125}, {"start": 1990.33, "end": 1990.43, "word": " will", "probability": 0.5439453125}, {"start": 1990.43, "end": 1990.63, "word": " happen", "probability": 0.7841796875}, {"start": 1990.63, "end": 1990.71, "word": " to", "probability": 0.65087890625}, {"start": 1990.71, "end": 1990.91, "word": " you.", "probability": 0.796875}, {"start": 1991.51, "end": 1991.91, "word": " As", "probability": 0.305908203125}, {"start": 1991.91, "end": 1991.91, "word": " soon", "probability": 0.93896484375}, {"start": 1991.91, "end": 1992.01, "word": " as", "probability": 0.9736328125}, {"start": 1992.01, "end": 1992.41, "word": " you", "probability": 0.7939453125}, {"start": 1992.41, "end": 1992.67, "word": " turn", "probability": 0.213623046875}, {"start": 1992.67, "end": 1992.79, "word": " on", "probability": 0.89404296875}, {"start": 1992.79, "end": 1993.01, "word": " Android", "probability": 0.59130859375}, {"start": 1993.01, "end": 1993.51, "word": " Studio", "probability": 0.92626953125}, {"start": 1993.51, "end": 1993.97, "word": " and", "probability": 0.7998046875}, {"start": 1993.97, "end": 1994.25, "word": " add", "probability": 0.91259765625}, {"start": 1994.25, "end": 1994.73, "word": " things,", "probability": 0.615234375}], "temperature": 1.0}, {"id": 82, "seek": 201908, "start": 1996.04, "end": 2019.08, "text": " It will create a node, but it will not be visible. For example, this is a TextView. I will put it here. They are present, but they are not visible. There is a mistake. Can you see it? Above, can you see this? There is something in red here. What is written here? Show warnings and errors. There is an error. The problem. There is a problem.", "tokens": [467, 486, 1884, 257, 9984, 11, 457, 309, 486, 406, 312, 8974, 13, 1171, 1365, 11, 341, 307, 257, 18643, 30203, 13, 286, 486, 829, 309, 510, 13, 814, 366, 1974, 11, 457, 436, 366, 406, 8974, 13, 821, 307, 257, 6146, 13, 1664, 291, 536, 309, 30, 32691, 11, 393, 291, 536, 341, 30, 821, 307, 746, 294, 2182, 510, 13, 708, 307, 3720, 510, 30, 6895, 30009, 293, 13603, 13, 821, 307, 364, 6713, 13, 440, 1154, 13, 821, 307, 257, 1154, 13], "avg_logprob": -0.5912063877249873, "compression_ratio": 1.7309644670050761, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1996.04, "end": 1996.44, "word": " It", "probability": 0.409912109375}, {"start": 1996.44, "end": 1996.58, "word": " will", "probability": 0.5908203125}, {"start": 1996.58, "end": 1996.78, "word": " create", "probability": 0.2099609375}, {"start": 1996.78, "end": 1996.88, "word": " a", "probability": 0.64697265625}, {"start": 1996.88, "end": 1996.98, "word": " node,", "probability": 0.303955078125}, {"start": 1997.12, "end": 1997.18, "word": " but", "probability": 0.6416015625}, {"start": 1997.18, "end": 1997.22, "word": " it", "probability": 0.634765625}, {"start": 1997.22, "end": 1997.28, "word": " will", "probability": 0.428955078125}, {"start": 1997.28, "end": 1997.28, "word": " not", "probability": 0.9169921875}, {"start": 1997.28, "end": 1997.38, "word": " be", "probability": 0.369384765625}, {"start": 1997.38, "end": 1997.64, "word": " visible.", "probability": 0.6298828125}, {"start": 1999.92, "end": 2000.32, "word": " For", "probability": 0.29052734375}, {"start": 2000.32, "end": 2000.5, "word": " example,", "probability": 0.9306640625}, {"start": 2000.5, "end": 2000.5, "word": " this", "probability": 0.164306640625}, {"start": 2000.5, "end": 2000.5, "word": " is", "probability": 0.5625}, {"start": 2000.5, "end": 2000.6, "word": " a", "probability": 0.336669921875}, {"start": 2000.6, "end": 2001.2, "word": " TextView.", "probability": 0.675537109375}, {"start": 2001.5, "end": 2001.5, "word": " I", "probability": 0.304931640625}, {"start": 2001.5, "end": 2001.62, "word": " will", "probability": 0.357177734375}, {"start": 2001.62, "end": 2001.82, "word": " put", "probability": 0.4580078125}, {"start": 2001.82, "end": 2001.92, "word": " it", "probability": 0.89501953125}, {"start": 2001.92, "end": 2002.52, "word": " here.", "probability": 0.80078125}, {"start": 2005.38, "end": 2005.78, "word": " They", "probability": 0.1883544921875}, {"start": 2005.78, "end": 2005.8, "word": " are", "probability": 0.6796875}, {"start": 2005.8, "end": 2006.14, "word": " present,", "probability": 0.376220703125}, {"start": 2006.58, "end": 2006.84, "word": " but", "probability": 0.90380859375}, {"start": 2006.84, "end": 2006.92, "word": " they", "probability": 0.56298828125}, {"start": 2006.92, "end": 2006.96, "word": " are", "probability": 0.4287109375}, {"start": 2006.96, "end": 2006.96, "word": " not", "probability": 0.8720703125}, {"start": 2006.96, "end": 2007.62, "word": " visible.", "probability": 0.61279296875}, {"start": 2007.7, "end": 2007.82, "word": " There", "probability": 0.65283203125}, {"start": 2007.82, "end": 2007.82, "word": " is", "probability": 0.89453125}, {"start": 2007.82, "end": 2007.88, "word": " a", "probability": 0.65625}, {"start": 2007.88, "end": 2008.12, "word": " mistake.", "probability": 0.6484375}, {"start": 2009.22, "end": 2009.62, "word": " Can", "probability": 0.08709716796875}, {"start": 2009.62, "end": 2009.78, "word": " you", "probability": 0.96533203125}, {"start": 2009.78, "end": 2010.06, "word": " see", "probability": 0.91845703125}, {"start": 2010.06, "end": 2010.2, "word": " it?", "probability": 0.3076171875}, {"start": 2010.48, "end": 2010.88, "word": " Above,", "probability": 0.297119140625}, {"start": 2010.94, "end": 2011.0, "word": " can", "probability": 0.32421875}, {"start": 2011.0, "end": 2011.22, "word": " you", "probability": 0.97021484375}, {"start": 2011.22, "end": 2011.22, "word": " see", "probability": 0.9267578125}, {"start": 2011.22, "end": 2011.44, "word": " this?", "probability": 0.390869140625}, {"start": 2011.5, "end": 2011.62, "word": " There", "probability": 0.6904296875}, {"start": 2011.62, "end": 2011.62, "word": " is", "probability": 0.9091796875}, {"start": 2011.62, "end": 2011.84, "word": " something", "probability": 0.405029296875}, {"start": 2011.84, "end": 2011.9, "word": " in", "probability": 0.3994140625}, {"start": 2011.9, "end": 2012.2, "word": " red", "probability": 0.9404296875}, {"start": 2012.2, "end": 2012.52, "word": " here.", "probability": 0.5322265625}, {"start": 2014.12, "end": 2014.52, "word": " What", "probability": 0.348876953125}, {"start": 2014.52, "end": 2014.58, "word": " is", "probability": 0.796875}, {"start": 2014.58, "end": 2014.78, "word": " written", "probability": 0.85498046875}, {"start": 2014.78, "end": 2014.88, "word": " here?", "probability": 0.24951171875}, {"start": 2014.88, "end": 2015.04, "word": " Show", "probability": 0.76220703125}, {"start": 2015.04, "end": 2015.44, "word": " warnings", "probability": 0.7138671875}, {"start": 2015.44, "end": 2015.66, "word": " and", "probability": 0.93701171875}, {"start": 2015.66, "end": 2015.88, "word": " errors.", "probability": 0.62548828125}, {"start": 2015.96, "end": 2016.08, "word": " There", "probability": 0.705078125}, {"start": 2016.08, "end": 2016.08, "word": " is", "probability": 0.873046875}, {"start": 2016.08, "end": 2016.16, "word": " an", "probability": 0.80615234375}, {"start": 2016.16, "end": 2016.34, "word": " error.", "probability": 0.908203125}, {"start": 2017.26, "end": 2017.66, "word": " The", "probability": 0.16796875}, {"start": 2017.66, "end": 2017.96, "word": " problem.", "probability": 0.72509765625}, {"start": 2018.32, "end": 2018.72, "word": " There", "probability": 0.79052734375}, {"start": 2018.72, "end": 2018.74, "word": " is", "probability": 0.9345703125}, {"start": 2018.74, "end": 2018.8, "word": " a", "probability": 0.9345703125}, {"start": 2018.8, "end": 2019.08, "word": " problem.", "probability": 0.837890625}], "temperature": 1.0}, {"id": 83, "seek": 204633, "start": 2020.59, "end": 2046.33, "text": " Okay? We solve it. Where is this problem? Now, guys, we go back to the channel on the left. We said that there is an app folder. What is this? Where is all the content of the application? Okay? We said that there are three things in it. Manifest to Java resources. And under it, there is something called Gradle script. Do you see it? Gradle script. This is actually Gradle.", "tokens": [1033, 30, 492, 5039, 309, 13, 2305, 307, 341, 1154, 30, 823, 11, 1074, 11, 321, 352, 646, 281, 264, 2269, 322, 264, 1411, 13, 492, 848, 300, 456, 307, 364, 724, 10820, 13, 708, 307, 341, 30, 2305, 307, 439, 264, 2701, 295, 264, 3861, 30, 1033, 30, 492, 848, 300, 456, 366, 1045, 721, 294, 309, 13, 2458, 351, 377, 281, 10745, 3593, 13, 400, 833, 309, 11, 456, 307, 746, 1219, 16710, 306, 5755, 13, 1144, 291, 536, 309, 30, 16710, 306, 5755, 13, 639, 307, 767, 16710, 306, 13], "avg_logprob": -0.5003324709040053, "compression_ratio": 1.6741071428571428, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2020.59, "end": 2020.85, "word": " Okay?", "probability": 0.0811767578125}, {"start": 2020.93, "end": 2021.13, "word": " We", "probability": 0.399658203125}, {"start": 2021.13, "end": 2021.41, "word": " solve", "probability": 0.380615234375}, {"start": 2021.41, "end": 2021.57, "word": " it.", "probability": 0.8173828125}, {"start": 2022.15, "end": 2022.37, "word": " Where", "probability": 0.71337890625}, {"start": 2022.37, "end": 2022.47, "word": " is", "probability": 0.6162109375}, {"start": 2022.47, "end": 2022.49, "word": " this", "probability": 0.80126953125}, {"start": 2022.49, "end": 2022.73, "word": " problem?", "probability": 0.81201171875}, {"start": 2023.79, "end": 2024.31, "word": " Now,", "probability": 0.556640625}, {"start": 2024.81, "end": 2024.81, "word": " guys,", "probability": 0.55517578125}, {"start": 2024.97, "end": 2025.53, "word": " we", "probability": 0.309814453125}, {"start": 2025.53, "end": 2025.73, "word": " go", "probability": 0.376953125}, {"start": 2025.73, "end": 2025.93, "word": " back", "probability": 0.78369140625}, {"start": 2025.93, "end": 2026.31, "word": " to", "probability": 0.93994140625}, {"start": 2026.31, "end": 2026.49, "word": " the", "probability": 0.7275390625}, {"start": 2026.49, "end": 2026.85, "word": " channel", "probability": 0.65966796875}, {"start": 2026.85, "end": 2027.07, "word": " on", "probability": 0.7744140625}, {"start": 2027.07, "end": 2027.25, "word": " the", "probability": 0.9013671875}, {"start": 2027.25, "end": 2027.43, "word": " left.", "probability": 0.9482421875}, {"start": 2027.81, "end": 2028.15, "word": " We", "probability": 0.5029296875}, {"start": 2028.15, "end": 2028.15, "word": " said", "probability": 0.50439453125}, {"start": 2028.15, "end": 2028.37, "word": " that", "probability": 0.403564453125}, {"start": 2028.37, "end": 2028.39, "word": " there", "probability": 0.32470703125}, {"start": 2028.39, "end": 2028.39, "word": " is", "probability": 0.80615234375}, {"start": 2028.39, "end": 2028.65, "word": " an", "probability": 0.5302734375}, {"start": 2028.65, "end": 2029.37, "word": " app", "probability": 0.6181640625}, {"start": 2029.37, "end": 2029.37, "word": " folder.", "probability": 0.11138916015625}, {"start": 2029.47, "end": 2029.65, "word": " What", "probability": 0.68603515625}, {"start": 2029.65, "end": 2029.81, "word": " is", "probability": 0.74365234375}, {"start": 2029.81, "end": 2029.81, "word": " this?", "probability": 0.568359375}, {"start": 2030.15, "end": 2030.67, "word": " Where", "probability": 0.250732421875}, {"start": 2030.67, "end": 2030.67, "word": " is", "probability": 0.68896484375}, {"start": 2030.67, "end": 2030.73, "word": " all", "probability": 0.5078125}, {"start": 2030.73, "end": 2030.83, "word": " the", "probability": 0.736328125}, {"start": 2030.83, "end": 2031.09, "word": " content", "probability": 0.7431640625}, {"start": 2031.09, "end": 2031.35, "word": " of", "probability": 0.81201171875}, {"start": 2031.35, "end": 2031.37, "word": " the", "probability": 0.8046875}, {"start": 2031.37, "end": 2031.65, "word": " application?", "probability": 0.62890625}, {"start": 2032.57, "end": 2033.09, "word": " Okay?", "probability": 0.73046875}, {"start": 2033.43, "end": 2033.63, "word": " We", "probability": 0.26708984375}, {"start": 2033.63, "end": 2034.05, "word": " said", "probability": 0.86376953125}, {"start": 2034.05, "end": 2034.19, "word": " that", "probability": 0.79833984375}, {"start": 2034.19, "end": 2034.25, "word": " there", "probability": 0.72509765625}, {"start": 2034.25, "end": 2034.25, "word": " are", "probability": 0.89013671875}, {"start": 2034.25, "end": 2034.51, "word": " three", "probability": 0.86328125}, {"start": 2034.51, "end": 2034.73, "word": " things", "probability": 0.72900390625}, {"start": 2034.73, "end": 2034.81, "word": " in", "probability": 0.3564453125}, {"start": 2034.81, "end": 2034.81, "word": " it.", "probability": 0.7568359375}, {"start": 2034.81, "end": 2035.19, "word": " Manifest", "probability": 0.826171875}, {"start": 2035.19, "end": 2035.33, "word": " to", "probability": 0.379150390625}, {"start": 2035.33, "end": 2035.55, "word": " Java", "probability": 0.36181640625}, {"start": 2035.55, "end": 2036.03, "word": " resources.", "probability": 0.4794921875}, {"start": 2036.79, "end": 2036.85, "word": " And", "probability": 0.66552734375}, {"start": 2036.85, "end": 2037.23, "word": " under", "probability": 0.2154541015625}, {"start": 2037.23, "end": 2037.51, "word": " it,", "probability": 0.74365234375}, {"start": 2037.81, "end": 2038.09, "word": " there", "probability": 0.830078125}, {"start": 2038.09, "end": 2038.09, "word": " is", "probability": 0.908203125}, {"start": 2038.09, "end": 2038.11, "word": " something", "probability": 0.5859375}, {"start": 2038.11, "end": 2038.45, "word": " called", "probability": 0.86328125}, {"start": 2038.45, "end": 2038.95, "word": " Gradle", "probability": 0.807861328125}, {"start": 2038.95, "end": 2039.39, "word": " script.", "probability": 0.483642578125}, {"start": 2040.59, "end": 2040.83, "word": " Do", "probability": 0.306884765625}, {"start": 2040.83, "end": 2040.83, "word": " you", "probability": 0.97021484375}, {"start": 2040.83, "end": 2041.05, "word": " see", "probability": 0.92919921875}, {"start": 2041.05, "end": 2041.29, "word": " it?", "probability": 0.61767578125}, {"start": 2041.47, "end": 2041.99, "word": " Gradle", "probability": 0.956298828125}, {"start": 2041.99, "end": 2043.09, "word": " script.", "probability": 0.880859375}, {"start": 2044.79, "end": 2044.99, "word": " This", "probability": 0.54443359375}, {"start": 2044.99, "end": 2045.09, "word": " is", "probability": 0.5986328125}, {"start": 2045.09, "end": 2045.37, "word": " actually", "probability": 0.56005859375}, {"start": 2045.37, "end": 2046.33, "word": " Gradle.", "probability": 0.7008056640625}], "temperature": 1.0}, {"id": 84, "seek": 206760, "start": 2047.26, "end": 2067.6, "text": " It's a component that does packaging for the application. It takes java files and compiles them. It does dexing, converts them into dex, presses everything and gives you the APK. Without this Gradle, the application won't work at all.", "tokens": [467, 311, 257, 6542, 300, 775, 16836, 337, 264, 3861, 13, 467, 2516, 361, 4061, 7098, 293, 715, 4680, 552, 13, 467, 775, 368, 87, 278, 11, 38874, 552, 666, 368, 87, 11, 40892, 1203, 293, 2709, 291, 264, 5372, 42, 13, 9129, 341, 16710, 306, 11, 264, 3861, 1582, 380, 589, 412, 439, 13], "avg_logprob": -0.6043526583484241, "compression_ratio": 1.4506172839506173, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2047.26, "end": 2047.54, "word": " It's", "probability": 0.588623046875}, {"start": 2047.54, "end": 2047.82, "word": " a", "probability": 0.54931640625}, {"start": 2047.82, "end": 2048.38, "word": " component", "probability": 0.47802734375}, {"start": 2048.38, "end": 2048.9, "word": " that", "probability": 0.67578125}, {"start": 2048.9, "end": 2048.92, "word": " does", "probability": 0.407470703125}, {"start": 2048.92, "end": 2051.96, "word": " packaging", "probability": 0.5625}, {"start": 2051.96, "end": 2052.18, "word": " for", "probability": 0.833984375}, {"start": 2052.18, "end": 2052.28, "word": " the", "probability": 0.7470703125}, {"start": 2052.28, "end": 2052.56, "word": " application.", "probability": 0.5859375}, {"start": 2052.68, "end": 2052.74, "word": " It", "probability": 0.86962890625}, {"start": 2052.74, "end": 2052.96, "word": " takes", "probability": 0.38818359375}, {"start": 2052.96, "end": 2053.84, "word": " java", "probability": 0.600830078125}, {"start": 2053.84, "end": 2053.84, "word": " files", "probability": 0.86181640625}, {"start": 2053.84, "end": 2053.96, "word": " and", "probability": 0.5732421875}, {"start": 2053.96, "end": 2054.94, "word": " compiles", "probability": 0.60595703125}, {"start": 2054.94, "end": 2055.4, "word": " them.", "probability": 0.806640625}, {"start": 2056.5, "end": 2057.04, "word": " It", "probability": 0.59033203125}, {"start": 2057.04, "end": 2058.02, "word": " does", "probability": 0.363525390625}, {"start": 2058.02, "end": 2058.58, "word": " dexing,", "probability": 0.6695556640625}, {"start": 2058.62, "end": 2058.88, "word": " converts", "probability": 0.318115234375}, {"start": 2058.88, "end": 2059.0, "word": " them", "probability": 0.56982421875}, {"start": 2059.0, "end": 2059.08, "word": " into", "probability": 0.467041015625}, {"start": 2059.08, "end": 2059.42, "word": " dex,", "probability": 0.843994140625}, {"start": 2059.52, "end": 2060.0, "word": " presses", "probability": 0.3349609375}, {"start": 2060.0, "end": 2060.48, "word": " everything", "probability": 0.70556640625}, {"start": 2060.48, "end": 2060.64, "word": " and", "probability": 0.50830078125}, {"start": 2060.64, "end": 2060.9, "word": " gives", "probability": 0.135986328125}, {"start": 2060.9, "end": 2061.12, "word": " you", "probability": 0.6708984375}, {"start": 2061.12, "end": 2061.22, "word": " the", "probability": 0.75244140625}, {"start": 2061.22, "end": 2061.64, "word": " APK.", "probability": 0.884765625}, {"start": 2062.72, "end": 2063.1, "word": " Without", "probability": 0.2486572265625}, {"start": 2063.1, "end": 2063.1, "word": " this", "probability": 0.68603515625}, {"start": 2063.1, "end": 2063.76, "word": " Gradle,", "probability": 0.58587646484375}, {"start": 2066.26, "end": 2066.48, "word": " the", "probability": 0.81103515625}, {"start": 2066.48, "end": 2066.78, "word": " application", "probability": 0.90869140625}, {"start": 2066.78, "end": 2066.98, "word": " won't", "probability": 0.664306640625}, {"start": 2066.98, "end": 2067.24, "word": " work", "probability": 0.763671875}, {"start": 2067.24, "end": 2067.34, "word": " at", "probability": 0.54052734375}, {"start": 2067.34, "end": 2067.6, "word": " all.", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 85, "seek": 209925, "start": 2070.23, "end": 2099.25, "text": "For Gradle, we won't have to work on it a lot, nor will we change it a lot. But we will go back to Gradle. In some cases, for example, I added a new library. Sometimes we need to add external libraries that are not available in Android libraries. We can go back to Gradle and tell it to identify the library. It doesn't want to compile and package, so we make changes to identify the new library.", "tokens": [12587, 16710, 306, 11, 321, 1582, 380, 362, 281, 589, 322, 309, 257, 688, 11, 6051, 486, 321, 1319, 309, 257, 688, 13, 583, 321, 486, 352, 646, 281, 16710, 306, 13, 682, 512, 3331, 11, 337, 1365, 11, 286, 3869, 257, 777, 6405, 13, 4803, 321, 643, 281, 909, 8320, 15148, 300, 366, 406, 2435, 294, 8853, 15148, 13, 492, 393, 352, 646, 281, 16710, 306, 293, 980, 309, 281, 5876, 264, 6405, 13, 467, 1177, 380, 528, 281, 31413, 293, 7372, 11, 370, 321, 652, 2962, 281, 5876, 264, 777, 6405, 13], "avg_logprob": -0.4687500012548346, "compression_ratio": 1.7444933920704846, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2070.23, "end": 2070.75, "word": "For", "probability": 0.07952880859375}, {"start": 2070.75, "end": 2071.27, "word": " Gradle,", "probability": 0.7080078125}, {"start": 2071.85, "end": 2073.63, "word": " we", "probability": 0.37353515625}, {"start": 2073.63, "end": 2074.29, "word": " won't", "probability": 0.613037109375}, {"start": 2074.29, "end": 2074.53, "word": " have", "probability": 0.328125}, {"start": 2074.53, "end": 2074.57, "word": " to", "probability": 0.9345703125}, {"start": 2074.57, "end": 2074.79, "word": " work", "probability": 0.26904296875}, {"start": 2074.79, "end": 2074.87, "word": " on", "probability": 0.468994140625}, {"start": 2074.87, "end": 2074.87, "word": " it", "probability": 0.8447265625}, {"start": 2074.87, "end": 2075.19, "word": " a", "probability": 0.1680908203125}, {"start": 2075.19, "end": 2075.19, "word": " lot,", "probability": 0.96240234375}, {"start": 2075.23, "end": 2075.45, "word": " nor", "probability": 0.398193359375}, {"start": 2075.45, "end": 2075.49, "word": " will", "probability": 0.65576171875}, {"start": 2075.49, "end": 2075.63, "word": " we", "probability": 0.666015625}, {"start": 2075.63, "end": 2075.89, "word": " change", "probability": 0.65234375}, {"start": 2075.89, "end": 2076.07, "word": " it", "probability": 0.287353515625}, {"start": 2076.07, "end": 2076.53, "word": " a", "probability": 0.619140625}, {"start": 2076.53, "end": 2076.81, "word": " lot.", "probability": 0.951171875}, {"start": 2077.23, "end": 2077.75, "word": " But", "probability": 0.732421875}, {"start": 2077.75, "end": 2078.13, "word": " we", "probability": 0.414794921875}, {"start": 2078.13, "end": 2078.27, "word": " will", "probability": 0.57373046875}, {"start": 2078.27, "end": 2078.39, "word": " go", "probability": 0.438720703125}, {"start": 2078.39, "end": 2078.79, "word": " back", "probability": 0.68603515625}, {"start": 2078.79, "end": 2078.89, "word": " to", "probability": 0.93310546875}, {"start": 2078.89, "end": 2079.37, "word": " Gradle.", "probability": 0.94091796875}, {"start": 2080.47, "end": 2080.71, "word": " In", "probability": 0.60693359375}, {"start": 2080.71, "end": 2080.97, "word": " some", "probability": 0.869140625}, {"start": 2080.97, "end": 2081.31, "word": " cases,", "probability": 0.91845703125}, {"start": 2081.37, "end": 2081.53, "word": " for", "probability": 0.4951171875}, {"start": 2081.53, "end": 2081.87, "word": " example,", "probability": 0.92431640625}, {"start": 2081.99, "end": 2082.19, "word": " I", "probability": 0.74072265625}, {"start": 2082.19, "end": 2082.39, "word": " added", "probability": 0.8525390625}, {"start": 2082.39, "end": 2082.55, "word": " a", "probability": 0.98681640625}, {"start": 2082.55, "end": 2083.07, "word": " new", "probability": 0.89794921875}, {"start": 2083.07, "end": 2083.07, "word": " library.", "probability": 0.833984375}, {"start": 2084.69, "end": 2085.15, "word": " Sometimes", "probability": 0.77734375}, {"start": 2085.15, "end": 2085.45, "word": " we", "probability": 0.59033203125}, {"start": 2085.45, "end": 2085.83, "word": " need", "probability": 0.83203125}, {"start": 2085.83, "end": 2085.89, "word": " to", "probability": 0.9482421875}, {"start": 2085.89, "end": 2086.09, "word": " add", "probability": 0.947265625}, {"start": 2086.09, "end": 2087.51, "word": " external", "probability": 0.75048828125}, {"start": 2087.51, "end": 2087.63, "word": " libraries", "probability": 0.98388671875}, {"start": 2087.63, "end": 2087.97, "word": " that", "probability": 0.55126953125}, {"start": 2087.97, "end": 2088.01, "word": " are", "probability": 0.693359375}, {"start": 2088.01, "end": 2088.01, "word": " not", "probability": 0.91943359375}, {"start": 2088.01, "end": 2088.31, "word": " available", "probability": 0.25732421875}, {"start": 2088.31, "end": 2088.67, "word": " in", "probability": 0.52490234375}, {"start": 2088.67, "end": 2089.45, "word": " Android", "probability": 0.80810546875}, {"start": 2089.45, "end": 2089.95, "word": " libraries.", "probability": 0.798828125}, {"start": 2090.73, "end": 2090.95, "word": " We", "probability": 0.8896484375}, {"start": 2090.95, "end": 2091.13, "word": " can", "probability": 0.8388671875}, {"start": 2091.13, "end": 2091.31, "word": " go", "probability": 0.8154296875}, {"start": 2091.31, "end": 2091.41, "word": " back", "probability": 0.7900390625}, {"start": 2091.41, "end": 2091.49, "word": " to", "probability": 0.9619140625}, {"start": 2091.49, "end": 2092.03, "word": " Gradle", "probability": 0.956298828125}, {"start": 2092.03, "end": 2092.19, "word": " and", "probability": 0.2178955078125}, {"start": 2092.19, "end": 2092.35, "word": " tell", "probability": 0.3916015625}, {"start": 2092.35, "end": 2092.45, "word": " it", "probability": 0.82275390625}, {"start": 2092.45, "end": 2092.67, "word": " to", "probability": 0.9521484375}, {"start": 2092.67, "end": 2093.01, "word": " identify", "probability": 0.272216796875}, {"start": 2093.01, "end": 2093.27, "word": " the", "probability": 0.6494140625}, {"start": 2093.27, "end": 2093.61, "word": " library.", "probability": 0.68994140625}, {"start": 2094.13, "end": 2094.47, "word": " It", "probability": 0.3779296875}, {"start": 2094.47, "end": 2094.47, "word": " doesn't", "probability": 0.61572265625}, {"start": 2094.47, "end": 2094.79, "word": " want", "probability": 0.427001953125}, {"start": 2094.79, "end": 2094.81, "word": " to", "probability": 0.962890625}, {"start": 2094.81, "end": 2095.23, "word": " compile", "probability": 0.8173828125}, {"start": 2095.23, "end": 2096.17, "word": " and", "probability": 0.426513671875}, {"start": 2096.17, "end": 2096.83, "word": " package,", "probability": 0.87548828125}, {"start": 2096.91, "end": 2097.09, "word": " so", "probability": 0.82470703125}, {"start": 2097.09, "end": 2097.29, "word": " we", "probability": 0.89111328125}, {"start": 2097.29, "end": 2097.49, "word": " make", "probability": 0.32421875}, {"start": 2097.49, "end": 2097.93, "word": " changes", "probability": 0.78173828125}, {"start": 2097.93, "end": 2098.21, "word": " to", "probability": 0.74169921875}, {"start": 2098.21, "end": 2098.59, "word": " identify", "probability": 0.39208984375}, {"start": 2098.59, "end": 2098.79, "word": " the", "probability": 0.84716796875}, {"start": 2098.79, "end": 2099.25, "word": " new", "probability": 0.88330078125}, {"start": 2099.25, "end": 2099.25, "word": " library.", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 86, "seek": 212563, "start": 2101.29, "end": 2125.63, "text": "For Gradle, there is a file called build-to-gradle. If you open it, it will look like this. Again, so that you don't get bored. There is an app folder, which contains all the work of the application. And there is Gradle script, which is a set of things specific to the component responsible for running the application. I'm talking about big concepts, and you want to go home.", "tokens": [12587, 16710, 306, 11, 456, 307, 257, 3991, 1219, 1322, 12, 1353, 12, 7165, 306, 13, 759, 291, 1269, 309, 11, 309, 486, 574, 411, 341, 13, 3764, 11, 370, 300, 291, 500, 380, 483, 13521, 13, 821, 307, 364, 724, 10820, 11, 597, 8306, 439, 264, 589, 295, 264, 3861, 13, 400, 456, 307, 16710, 306, 5755, 11, 597, 307, 257, 992, 295, 721, 2685, 281, 264, 6542, 6250, 337, 2614, 264, 3861, 13, 286, 478, 1417, 466, 955, 10392, 11, 293, 291, 528, 281, 352, 1280, 13], "avg_logprob": -0.5312500059604645, "compression_ratio": 1.606837606837607, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2101.29, "end": 2101.73, "word": "For", "probability": 0.07501220703125}, {"start": 2101.73, "end": 2102.17, "word": " Gradle,", "probability": 0.867431640625}, {"start": 2102.25, "end": 2102.53, "word": " there", "probability": 0.73193359375}, {"start": 2102.53, "end": 2102.75, "word": " is", "probability": 0.681640625}, {"start": 2102.75, "end": 2102.93, "word": " a", "probability": 0.521484375}, {"start": 2102.93, "end": 2103.11, "word": " file", "probability": 0.66259765625}, {"start": 2103.11, "end": 2103.39, "word": " called", "probability": 0.5361328125}, {"start": 2103.39, "end": 2103.67, "word": " build", "probability": 0.452880859375}, {"start": 2103.67, "end": 2103.85, "word": "-to", "probability": 0.442138671875}, {"start": 2103.85, "end": 2104.33, "word": "-gradle.", "probability": 0.8795572916666666}, {"start": 2105.35, "end": 2105.79, "word": " If", "probability": 0.472412109375}, {"start": 2105.79, "end": 2106.69, "word": " you", "probability": 0.91162109375}, {"start": 2106.69, "end": 2106.69, "word": " open", "probability": 0.509765625}, {"start": 2106.69, "end": 2107.81, "word": " it,", "probability": 0.8427734375}, {"start": 2107.85, "end": 2108.05, "word": " it", "probability": 0.6630859375}, {"start": 2108.05, "end": 2108.05, "word": " will", "probability": 0.51513671875}, {"start": 2108.05, "end": 2108.23, "word": " look", "probability": 0.52587890625}, {"start": 2108.23, "end": 2108.33, "word": " like", "probability": 0.85986328125}, {"start": 2108.33, "end": 2108.49, "word": " this.", "probability": 0.74267578125}, {"start": 2108.57, "end": 2108.85, "word": " Again,", "probability": 0.2120361328125}, {"start": 2109.01, "end": 2109.11, "word": " so", "probability": 0.390869140625}, {"start": 2109.11, "end": 2109.17, "word": " that", "probability": 0.36474609375}, {"start": 2109.17, "end": 2109.17, "word": " you", "probability": 0.61865234375}, {"start": 2109.17, "end": 2109.21, "word": " don't", "probability": 0.786376953125}, {"start": 2109.21, "end": 2109.33, "word": " get", "probability": 0.63525390625}, {"start": 2109.33, "end": 2109.51, "word": " bored.", "probability": 0.6005859375}, {"start": 2110.03, "end": 2110.31, "word": " There", "probability": 0.6123046875}, {"start": 2110.31, "end": 2110.33, "word": " is", "probability": 0.8564453125}, {"start": 2110.33, "end": 2110.63, "word": " an", "probability": 0.525390625}, {"start": 2110.63, "end": 2111.05, "word": " app", "probability": 0.64599609375}, {"start": 2111.05, "end": 2111.05, "word": " folder,", "probability": 0.353271484375}, {"start": 2112.13, "end": 2112.51, "word": " which", "probability": 0.26220703125}, {"start": 2112.51, "end": 2112.73, "word": " contains", "probability": 0.44140625}, {"start": 2112.73, "end": 2112.95, "word": " all", "probability": 0.7021484375}, {"start": 2112.95, "end": 2112.99, "word": " the", "probability": 0.68505859375}, {"start": 2112.99, "end": 2113.17, "word": " work", "probability": 0.369384765625}, {"start": 2113.17, "end": 2113.25, "word": " of", "probability": 0.78662109375}, {"start": 2113.25, "end": 2113.33, "word": " the", "probability": 0.85009765625}, {"start": 2113.33, "end": 2113.55, "word": " application.", "probability": 0.79443359375}, {"start": 2114.25, "end": 2114.33, "word": " And", "probability": 0.623046875}, {"start": 2114.33, "end": 2114.57, "word": " there", "probability": 0.57861328125}, {"start": 2114.57, "end": 2114.61, "word": " is", "probability": 0.87353515625}, {"start": 2114.61, "end": 2115.13, "word": " Gradle", "probability": 0.7237548828125}, {"start": 2115.13, "end": 2115.73, "word": " script,", "probability": 0.5537109375}, {"start": 2116.29, "end": 2116.41, "word": " which", "probability": 0.8955078125}, {"start": 2116.41, "end": 2116.63, "word": " is", "probability": 0.47119140625}, {"start": 2116.63, "end": 2116.77, "word": " a", "probability": 0.388671875}, {"start": 2116.77, "end": 2117.37, "word": " set", "probability": 0.33544921875}, {"start": 2117.37, "end": 2117.59, "word": " of", "probability": 0.86376953125}, {"start": 2117.59, "end": 2117.59, "word": " things", "probability": 0.37841796875}, {"start": 2117.59, "end": 2117.97, "word": " specific", "probability": 0.253662109375}, {"start": 2117.97, "end": 2118.11, "word": " to", "probability": 0.84130859375}, {"start": 2118.11, "end": 2118.25, "word": " the", "probability": 0.845703125}, {"start": 2118.25, "end": 2118.67, "word": " component", "probability": 0.33349609375}, {"start": 2118.67, "end": 2119.19, "word": " responsible", "probability": 0.7080078125}, {"start": 2119.19, "end": 2119.39, "word": " for", "probability": 0.94140625}, {"start": 2119.39, "end": 2119.63, "word": " running", "probability": 0.84423828125}, {"start": 2119.63, "end": 2119.79, "word": " the", "probability": 0.90185546875}, {"start": 2119.79, "end": 2120.05, "word": " application.", "probability": 0.9267578125}, {"start": 2121.45, "end": 2121.89, "word": " I'm", "probability": 0.693603515625}, {"start": 2121.89, "end": 2122.09, "word": " talking", "probability": 0.59130859375}, {"start": 2122.09, "end": 2122.19, "word": " about", "probability": 0.56689453125}, {"start": 2122.19, "end": 2122.55, "word": " big", "probability": 0.58251953125}, {"start": 2122.55, "end": 2122.57, "word": " concepts,", "probability": 0.626953125}, {"start": 2123.09, "end": 2124.79, "word": " and", "probability": 0.275634765625}, {"start": 2124.79, "end": 2124.85, "word": " you", "probability": 0.82373046875}, {"start": 2124.85, "end": 2124.97, "word": " want", "probability": 0.39990234375}, {"start": 2124.97, "end": 2125.01, "word": " to", "probability": 0.9677734375}, {"start": 2125.01, "end": 2125.11, "word": " go", "probability": 0.8232421875}, {"start": 2125.11, "end": 2125.63, "word": " home.", "probability": 0.7724609375}], "temperature": 1.0}, {"id": 87, "seek": 215209, "start": 2126.77, "end": 2152.09, "text": "Yes, and try it right away, okay? Okay, for this grade, there are words that don't change anything in it, okay? For example, here is the application ID, the name of our package, the minimum SDK version, which you remember, we chose it in the first 19, you can change it from here by the way, suppose I changed my mind later, I want to increase it or decrease it, change it from here, okay? And many words that don't mean anything, I don't have to understand them.", "tokens": [6054, 11, 293, 853, 309, 558, 1314, 11, 1392, 30, 1033, 11, 337, 341, 7204, 11, 456, 366, 2283, 300, 500, 380, 1319, 1340, 294, 309, 11, 1392, 30, 1171, 1365, 11, 510, 307, 264, 3861, 7348, 11, 264, 1315, 295, 527, 7372, 11, 264, 7285, 37135, 3037, 11, 597, 291, 1604, 11, 321, 5111, 309, 294, 264, 700, 1294, 11, 291, 393, 1319, 309, 490, 510, 538, 264, 636, 11, 7297, 286, 3105, 452, 1575, 1780, 11, 286, 528, 281, 3488, 309, 420, 11514, 309, 11, 1319, 309, 490, 510, 11, 1392, 30, 400, 867, 2283, 300, 500, 380, 914, 1340, 11, 286, 500, 380, 362, 281, 1223, 552, 13], "avg_logprob": -0.44391740086887566, "compression_ratio": 1.7084870848708487, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2126.77, "end": 2127.09, "word": "Yes,", "probability": 0.1552734375}, {"start": 2127.35, "end": 2127.45, "word": " and", "probability": 0.453369140625}, {"start": 2127.45, "end": 2127.69, "word": " try", "probability": 0.5283203125}, {"start": 2127.69, "end": 2127.85, "word": " it", "probability": 0.86328125}, {"start": 2127.85, "end": 2128.03, "word": " right", "probability": 0.1580810546875}, {"start": 2128.03, "end": 2128.23, "word": " away,", "probability": 0.865234375}, {"start": 2128.55, "end": 2128.81, "word": " okay?", "probability": 0.39892578125}, {"start": 2129.67, "end": 2129.91, "word": " Okay,", "probability": 0.267578125}, {"start": 2130.23, "end": 2130.37, "word": " for", "probability": 0.396484375}, {"start": 2130.37, "end": 2130.97, "word": " this", "probability": 0.72509765625}, {"start": 2130.97, "end": 2130.97, "word": " grade,", "probability": 0.583984375}, {"start": 2131.19, "end": 2131.29, "word": " there", "probability": 0.77783203125}, {"start": 2131.29, "end": 2131.35, "word": " are", "probability": 0.740234375}, {"start": 2131.35, "end": 2131.57, "word": " words", "probability": 0.2392578125}, {"start": 2131.57, "end": 2131.75, "word": " that", "probability": 0.6552734375}, {"start": 2131.75, "end": 2131.89, "word": " don't", "probability": 0.60321044921875}, {"start": 2131.89, "end": 2132.21, "word": " change", "probability": 0.8369140625}, {"start": 2132.21, "end": 2132.91, "word": " anything", "probability": 0.7099609375}, {"start": 2132.91, "end": 2133.15, "word": " in", "probability": 0.2391357421875}, {"start": 2133.15, "end": 2133.15, "word": " it,", "probability": 0.9111328125}, {"start": 2133.53, "end": 2134.03, "word": " okay?", "probability": 0.712890625}, {"start": 2134.15, "end": 2134.35, "word": " For", "probability": 0.90771484375}, {"start": 2134.35, "end": 2134.51, "word": " example,", "probability": 0.9404296875}, {"start": 2134.91, "end": 2135.07, "word": " here", "probability": 0.68359375}, {"start": 2135.07, "end": 2135.25, "word": " is", "probability": 0.280517578125}, {"start": 2135.25, "end": 2135.71, "word": " the", "probability": 0.70556640625}, {"start": 2135.71, "end": 2136.13, "word": " application", "probability": 0.6943359375}, {"start": 2136.13, "end": 2136.53, "word": " ID,", "probability": 0.849609375}, {"start": 2136.67, "end": 2136.77, "word": " the", "probability": 0.29443359375}, {"start": 2136.77, "end": 2136.77, "word": " name", "probability": 0.46923828125}, {"start": 2136.77, "end": 2136.89, "word": " of", "probability": 0.96142578125}, {"start": 2136.89, "end": 2136.89, "word": " our", "probability": 0.6591796875}, {"start": 2136.89, "end": 2137.19, "word": " package,", "probability": 0.93701171875}, {"start": 2137.99, "end": 2138.19, "word": " the", "probability": 0.57373046875}, {"start": 2138.19, "end": 2138.55, "word": " minimum", "probability": 0.7138671875}, {"start": 2138.55, "end": 2139.17, "word": " SDK", "probability": 0.84521484375}, {"start": 2139.17, "end": 2139.63, "word": " version,", "probability": 0.90625}, {"start": 2140.39, "end": 2140.51, "word": " which", "probability": 0.751953125}, {"start": 2140.51, "end": 2140.77, "word": " you", "probability": 0.39453125}, {"start": 2140.77, "end": 2141.05, "word": " remember,", "probability": 0.72314453125}, {"start": 2141.15, "end": 2141.37, "word": " we", "probability": 0.59912109375}, {"start": 2141.37, "end": 2141.69, "word": " chose", "probability": 0.5419921875}, {"start": 2141.69, "end": 2141.97, "word": " it", "probability": 0.88427734375}, {"start": 2141.97, "end": 2142.03, "word": " in", "probability": 0.64111328125}, {"start": 2142.03, "end": 2142.09, "word": " the", "probability": 0.86474609375}, {"start": 2142.09, "end": 2142.25, "word": " first", "probability": 0.81884765625}, {"start": 2142.25, "end": 2142.53, "word": " 19,", "probability": 0.296630859375}, {"start": 2142.69, "end": 2142.79, "word": " you", "probability": 0.509765625}, {"start": 2142.79, "end": 2142.95, "word": " can", "probability": 0.9345703125}, {"start": 2142.95, "end": 2143.19, "word": " change", "probability": 0.88525390625}, {"start": 2143.19, "end": 2143.31, "word": " it", "probability": 0.92138671875}, {"start": 2143.31, "end": 2143.41, "word": " from", "probability": 0.7041015625}, {"start": 2143.41, "end": 2143.55, "word": " here", "probability": 0.865234375}, {"start": 2143.55, "end": 2143.65, "word": " by", "probability": 0.40869140625}, {"start": 2143.65, "end": 2143.79, "word": " the", "probability": 0.93505859375}, {"start": 2143.79, "end": 2143.91, "word": " way,", "probability": 0.95263671875}, {"start": 2144.41, "end": 2144.61, "word": " suppose", "probability": 0.5654296875}, {"start": 2144.61, "end": 2144.77, "word": " I", "probability": 0.80859375}, {"start": 2144.77, "end": 2145.01, "word": " changed", "probability": 0.74609375}, {"start": 2145.01, "end": 2145.23, "word": " my", "probability": 0.9716796875}, {"start": 2145.23, "end": 2145.25, "word": " mind", "probability": 0.6181640625}, {"start": 2145.25, "end": 2145.51, "word": " later,", "probability": 0.449951171875}, {"start": 2145.61, "end": 2145.69, "word": " I", "probability": 0.85595703125}, {"start": 2145.69, "end": 2145.77, "word": " want", "probability": 0.8232421875}, {"start": 2145.77, "end": 2145.91, "word": " to", "probability": 0.96923828125}, {"start": 2145.91, "end": 2146.05, "word": " increase", "probability": 0.630859375}, {"start": 2146.05, "end": 2146.15, "word": " it", "probability": 0.53271484375}, {"start": 2146.15, "end": 2146.27, "word": " or", "probability": 0.50341796875}, {"start": 2146.27, "end": 2146.47, "word": " decrease", "probability": 0.8046875}, {"start": 2146.47, "end": 2146.65, "word": " it,", "probability": 0.9501953125}, {"start": 2146.73, "end": 2146.97, "word": " change", "probability": 0.471435546875}, {"start": 2146.97, "end": 2147.11, "word": " it", "probability": 0.90966796875}, {"start": 2147.11, "end": 2147.21, "word": " from", "probability": 0.83056640625}, {"start": 2147.21, "end": 2147.45, "word": " here,", "probability": 0.85498046875}, {"start": 2148.11, "end": 2148.33, "word": " okay?", "probability": 0.82373046875}, {"start": 2149.07, "end": 2149.43, "word": " And", "probability": 0.8369140625}, {"start": 2149.43, "end": 2149.57, "word": " many", "probability": 0.44482421875}, {"start": 2149.57, "end": 2150.11, "word": " words", "probability": 0.708984375}, {"start": 2150.11, "end": 2150.51, "word": " that", "probability": 0.434326171875}, {"start": 2150.51, "end": 2150.51, "word": " don't", "probability": 0.7841796875}, {"start": 2150.51, "end": 2150.67, "word": " mean", "probability": 0.7138671875}, {"start": 2150.67, "end": 2150.91, "word": " anything,", "probability": 0.83642578125}, {"start": 2150.95, "end": 2151.09, "word": " I", "probability": 0.95361328125}, {"start": 2151.09, "end": 2151.19, "word": " don't", "probability": 0.937744140625}, {"start": 2151.19, "end": 2151.45, "word": " have", "probability": 0.74267578125}, {"start": 2151.45, "end": 2151.59, "word": " to", "probability": 0.97314453125}, {"start": 2151.59, "end": 2151.93, "word": " understand", "probability": 0.724609375}, {"start": 2151.93, "end": 2152.09, "word": " them.", "probability": 0.8154296875}], "temperature": 1.0}, {"id": 88, "seek": 217648, "start": 2155.25, "end": 2176.49, "text": " But because of the error we have here, below there is an important thing which is only related to gradle. It is written, what is it called? Dependencies. What are dependencies? Yes, dependencies. Now, any new libraries, I need to add a line here.", "tokens": [583, 570, 295, 264, 6713, 321, 362, 510, 11, 2507, 456, 307, 364, 1021, 551, 597, 307, 787, 4077, 281, 2771, 306, 13, 467, 307, 3720, 11, 437, 307, 309, 1219, 30, 4056, 521, 6464, 13, 708, 366, 5672, 30322, 279, 30, 1079, 11, 36606, 13, 823, 11, 604, 777, 15148, 11, 286, 643, 281, 909, 257, 1622, 510, 13], "avg_logprob": -0.6419057337964167, "compression_ratio": 1.496969696969697, "no_speech_prob": 0.0, "words": [{"start": 2155.25, "end": 2155.73, "word": " But", "probability": 0.6923828125}, {"start": 2155.73, "end": 2156.21, "word": " because", "probability": 0.330810546875}, {"start": 2156.21, "end": 2156.31, "word": " of", "probability": 0.82373046875}, {"start": 2156.31, "end": 2156.35, "word": " the", "probability": 0.64013671875}, {"start": 2156.35, "end": 2156.55, "word": " error", "probability": 0.151123046875}, {"start": 2156.55, "end": 2156.69, "word": " we", "probability": 0.31591796875}, {"start": 2156.69, "end": 2156.99, "word": " have", "probability": 0.3955078125}, {"start": 2156.99, "end": 2157.45, "word": " here,", "probability": 0.53271484375}, {"start": 2158.15, "end": 2159.35, "word": " below", "probability": 0.1202392578125}, {"start": 2159.35, "end": 2160.07, "word": " there", "probability": 0.60205078125}, {"start": 2160.07, "end": 2160.29, "word": " is", "probability": 0.82470703125}, {"start": 2160.29, "end": 2160.83, "word": " an", "probability": 0.473876953125}, {"start": 2160.83, "end": 2160.91, "word": " important", "probability": 0.81982421875}, {"start": 2160.91, "end": 2161.15, "word": " thing", "probability": 0.428955078125}, {"start": 2161.15, "end": 2161.37, "word": " which", "probability": 0.1944580078125}, {"start": 2161.37, "end": 2161.47, "word": " is", "probability": 0.391845703125}, {"start": 2161.47, "end": 2161.61, "word": " only", "probability": 0.26708984375}, {"start": 2161.61, "end": 2162.07, "word": " related", "probability": 0.11016845703125}, {"start": 2162.07, "end": 2162.29, "word": " to", "probability": 0.900390625}, {"start": 2162.29, "end": 2162.77, "word": " gradle.", "probability": 0.556884765625}, {"start": 2162.87, "end": 2162.89, "word": " It", "probability": 0.640625}, {"start": 2162.89, "end": 2162.91, "word": " is", "probability": 0.68701171875}, {"start": 2162.91, "end": 2163.13, "word": " written,", "probability": 0.83544921875}, {"start": 2163.23, "end": 2163.31, "word": " what", "probability": 0.84521484375}, {"start": 2163.31, "end": 2163.37, "word": " is", "probability": 0.81787109375}, {"start": 2163.37, "end": 2163.59, "word": " it", "probability": 0.38671875}, {"start": 2163.59, "end": 2163.59, "word": " called?", "probability": 0.6904296875}, {"start": 2164.01, "end": 2164.49, "word": " Dependencies.", "probability": 0.7799479166666666}, {"start": 2165.51, "end": 2165.99, "word": " What", "probability": 0.363525390625}, {"start": 2165.99, "end": 2166.11, "word": " are", "probability": 0.716796875}, {"start": 2166.11, "end": 2166.95, "word": " dependencies?", "probability": 0.6685384114583334}, {"start": 2168.17, "end": 2168.43, "word": " Yes,", "probability": 0.32763671875}, {"start": 2168.47, "end": 2168.79, "word": " dependencies.", "probability": 0.461669921875}, {"start": 2169.83, "end": 2170.31, "word": " Now,", "probability": 0.8427734375}, {"start": 2170.53, "end": 2170.73, "word": " any", "probability": 0.478515625}, {"start": 2170.73, "end": 2171.59, "word": " new", "probability": 0.72119140625}, {"start": 2171.59, "end": 2171.63, "word": " libraries,", "probability": 0.52197265625}, {"start": 2172.51, "end": 2172.71, "word": " I", "probability": 0.9189453125}, {"start": 2172.71, "end": 2173.23, "word": " need", "probability": 0.52197265625}, {"start": 2173.23, "end": 2174.29, "word": " to", "probability": 0.93603515625}, {"start": 2174.29, "end": 2174.59, "word": " add", "probability": 0.822265625}, {"start": 2174.59, "end": 2175.97, "word": " a", "probability": 0.55029296875}, {"start": 2175.97, "end": 2176.21, "word": " line", "probability": 0.6259765625}, {"start": 2176.21, "end": 2176.49, "word": " here.", "probability": 0.65087890625}], "temperature": 1.0}, {"id": 89, "seek": 218988, "start": 2178.06, "end": 2189.88, "text": "In Java, when you import files, you will see the same thing in Gradle. Any new library, you will add a line to it. We will see how to add a library in front of it.", "tokens": [4575, 10745, 11, 562, 291, 974, 7098, 11, 291, 486, 536, 264, 912, 551, 294, 16710, 306, 13, 2639, 777, 6405, 11, 291, 486, 909, 257, 1622, 281, 309, 13, 492, 486, 536, 577, 281, 909, 257, 6405, 294, 1868, 295, 309, 13], "avg_logprob": -0.5983664786273782, "compression_ratio": 1.393162393162393, "no_speech_prob": 0.0, "words": [{"start": 2178.06, "end": 2178.5, "word": "In", "probability": 0.154541015625}, {"start": 2178.5, "end": 2178.94, "word": " Java,", "probability": 0.58447265625}, {"start": 2179.1, "end": 2179.12, "word": " when", "probability": 0.436767578125}, {"start": 2179.12, "end": 2179.48, "word": " you", "probability": 0.89208984375}, {"start": 2179.48, "end": 2180.02, "word": " import", "probability": 0.630859375}, {"start": 2180.02, "end": 2180.66, "word": " files,", "probability": 0.30859375}, {"start": 2181.9, "end": 2182.74, "word": " you", "probability": 0.489990234375}, {"start": 2182.74, "end": 2182.78, "word": " will", "probability": 0.24755859375}, {"start": 2182.78, "end": 2183.26, "word": " see", "probability": 0.56494140625}, {"start": 2183.26, "end": 2183.38, "word": " the", "probability": 0.472412109375}, {"start": 2183.38, "end": 2183.46, "word": " same", "probability": 0.765625}, {"start": 2183.46, "end": 2184.36, "word": " thing", "probability": 0.466064453125}, {"start": 2184.36, "end": 2184.44, "word": " in", "probability": 0.279052734375}, {"start": 2184.44, "end": 2184.86, "word": " Gradle.", "probability": 0.826904296875}, {"start": 2184.9, "end": 2185.08, "word": " Any", "probability": 0.2093505859375}, {"start": 2185.08, "end": 2185.7, "word": " new", "probability": 0.85205078125}, {"start": 2185.7, "end": 2185.74, "word": " library,", "probability": 0.72998046875}, {"start": 2186.2, "end": 2186.38, "word": " you", "probability": 0.7353515625}, {"start": 2186.38, "end": 2186.6, "word": " will", "probability": 0.234619140625}, {"start": 2186.6, "end": 2186.8, "word": " add", "probability": 0.72802734375}, {"start": 2186.8, "end": 2186.96, "word": " a", "probability": 0.7265625}, {"start": 2186.96, "end": 2187.16, "word": " line", "probability": 0.499755859375}, {"start": 2187.16, "end": 2187.26, "word": " to", "probability": 0.275146484375}, {"start": 2187.26, "end": 2187.26, "word": " it.", "probability": 0.8251953125}, {"start": 2187.62, "end": 2187.84, "word": " We", "probability": 0.30712890625}, {"start": 2187.84, "end": 2187.92, "word": " will", "probability": 0.76318359375}, {"start": 2187.92, "end": 2188.08, "word": " see", "probability": 0.7919921875}, {"start": 2188.08, "end": 2188.62, "word": " how", "probability": 0.62158203125}, {"start": 2188.62, "end": 2188.8, "word": " to", "probability": 0.8603515625}, {"start": 2188.8, "end": 2189.1, "word": " add", "probability": 0.93115234375}, {"start": 2189.1, "end": 2189.54, "word": " a", "probability": 0.70068359375}, {"start": 2189.54, "end": 2189.88, "word": " library", "probability": 0.52880859375}, {"start": 2189.88, "end": 2189.88, "word": " in", "probability": 0.404296875}, {"start": 2189.88, "end": 2189.88, "word": " front", "probability": 0.8369140625}, {"start": 2189.88, "end": 2189.88, "word": " of", "probability": 0.9208984375}, {"start": 2189.88, "end": 2189.88, "word": " it.", "probability": 0.6865234375}], "temperature": 1.0}, {"id": 90, "seek": 221496, "start": 2190.66, "end": 2214.96, "text": " Ok, once again, if there was an error, I would not have fixed it and sent you to Gradle. I sent you there to correct the error. Now, there is a library here called com.android.support.appcompat. AppCompat is short for Application Compatibility. Did you see the correction we made when we said compatibility? The libraries doubled.", "tokens": [3477, 11, 1564, 797, 11, 498, 456, 390, 364, 6713, 11, 286, 576, 406, 362, 6806, 309, 293, 2279, 291, 281, 16710, 306, 13, 286, 2279, 291, 456, 281, 3006, 264, 6713, 13, 823, 11, 456, 307, 257, 6405, 510, 1219, 395, 13, 474, 6490, 13, 36622, 477, 13, 569, 79, 21541, 267, 13, 3132, 34, 8586, 267, 307, 2099, 337, 39512, 6620, 267, 2841, 13, 2589, 291, 536, 264, 19984, 321, 1027, 562, 321, 848, 34237, 30, 440, 15148, 24405, 13], "avg_logprob": -0.49058733790753833, "compression_ratio": 1.6067961165048543, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2190.6600000000003, "end": 2191.28, "word": " Ok,", "probability": 0.202880859375}, {"start": 2192.22, "end": 2192.46, "word": " once", "probability": 0.2069091796875}, {"start": 2192.46, "end": 2192.8, "word": " again,", "probability": 0.8427734375}, {"start": 2193.14, "end": 2193.42, "word": " if", "probability": 0.7529296875}, {"start": 2193.42, "end": 2193.8, "word": " there", "probability": 0.50634765625}, {"start": 2193.8, "end": 2193.86, "word": " was", "probability": 0.57958984375}, {"start": 2193.86, "end": 2193.94, "word": " an", "probability": 0.69873046875}, {"start": 2193.94, "end": 2194.12, "word": " error,", "probability": 0.87744140625}, {"start": 2194.5, "end": 2195.52, "word": " I", "probability": 0.73583984375}, {"start": 2195.52, "end": 2196.06, "word": " would", "probability": 0.40966796875}, {"start": 2196.06, "end": 2196.06, "word": " not", "probability": 0.6005859375}, {"start": 2196.06, "end": 2196.56, "word": " have", "probability": 0.491943359375}, {"start": 2196.56, "end": 2196.6, "word": " fixed", "probability": 0.04425048828125}, {"start": 2196.6, "end": 2196.78, "word": " it", "probability": 0.869140625}, {"start": 2196.78, "end": 2196.88, "word": " and", "probability": 0.60205078125}, {"start": 2196.88, "end": 2197.08, "word": " sent", "probability": 0.2066650390625}, {"start": 2197.08, "end": 2197.24, "word": " you", "probability": 0.81494140625}, {"start": 2197.24, "end": 2197.32, "word": " to", "probability": 0.63916015625}, {"start": 2197.32, "end": 2197.7, "word": " Gradle.", "probability": 0.4967041015625}, {"start": 2198.04, "end": 2198.34, "word": " I", "probability": 0.8916015625}, {"start": 2198.34, "end": 2198.58, "word": " sent", "probability": 0.379150390625}, {"start": 2198.58, "end": 2198.74, "word": " you", "probability": 0.8828125}, {"start": 2198.74, "end": 2198.9, "word": " there", "probability": 0.296875}, {"start": 2198.9, "end": 2199.08, "word": " to", "probability": 0.810546875}, {"start": 2199.08, "end": 2199.56, "word": " correct", "probability": 0.471435546875}, {"start": 2199.56, "end": 2200.3, "word": " the", "probability": 0.70458984375}, {"start": 2200.3, "end": 2200.54, "word": " error.", "probability": 0.6328125}, {"start": 2200.98, "end": 2201.26, "word": " Now,", "probability": 0.72998046875}, {"start": 2201.6, "end": 2201.84, "word": " there", "probability": 0.83984375}, {"start": 2201.84, "end": 2201.84, "word": " is", "probability": 0.83447265625}, {"start": 2201.84, "end": 2202.02, "word": " a", "probability": 0.908203125}, {"start": 2202.02, "end": 2202.22, "word": " library", "probability": 0.5390625}, {"start": 2202.22, "end": 2202.66, "word": " here", "probability": 0.57470703125}, {"start": 2202.66, "end": 2203.24, "word": " called", "probability": 0.5}, {"start": 2203.24, "end": 2204.5, "word": " com", "probability": 0.463623046875}, {"start": 2204.5, "end": 2205.22, "word": ".android", "probability": 0.9581705729166666}, {"start": 2205.22, "end": 2206.04, "word": ".support", "probability": 0.9729817708333334}, {"start": 2206.04, "end": 2207.36, "word": ".appcompat.", "probability": 0.762451171875}, {"start": 2207.92, "end": 2208.54, "word": " AppCompat", "probability": 0.8604736328125}, {"start": 2208.54, "end": 2208.66, "word": " is", "probability": 0.7109375}, {"start": 2208.66, "end": 2208.96, "word": " short", "probability": 0.57373046875}, {"start": 2208.96, "end": 2209.1, "word": " for", "probability": 0.9072265625}, {"start": 2209.1, "end": 2209.6, "word": " Application", "probability": 0.4638671875}, {"start": 2209.6, "end": 2210.32, "word": " Compatibility.", "probability": 0.9171549479166666}, {"start": 2210.88, "end": 2211.04, "word": " Did", "probability": 0.337646484375}, {"start": 2211.04, "end": 2211.14, "word": " you", "probability": 0.9697265625}, {"start": 2211.14, "end": 2211.14, "word": " see", "probability": 0.7490234375}, {"start": 2211.14, "end": 2211.28, "word": " the", "probability": 0.59130859375}, {"start": 2211.28, "end": 2211.48, "word": " correction", "probability": 0.7138671875}, {"start": 2211.48, "end": 2211.76, "word": " we", "probability": 0.59423828125}, {"start": 2211.76, "end": 2212.24, "word": " made", "probability": 0.62548828125}, {"start": 2212.24, "end": 2212.6, "word": " when", "probability": 0.80126953125}, {"start": 2212.6, "end": 2212.92, "word": " we", "probability": 0.9169921875}, {"start": 2212.92, "end": 2213.08, "word": " said", "probability": 0.5556640625}, {"start": 2213.08, "end": 2213.64, "word": " compatibility?", "probability": 0.7060546875}, {"start": 2214.18, "end": 2214.6, "word": " The", "probability": 0.363037109375}, {"start": 2214.6, "end": 2214.96, "word": " libraries", "probability": 0.82421875}, {"start": 2214.96, "end": 2214.96, "word": " doubled.", "probability": 0.132568359375}], "temperature": 1.0}, {"id": 91, "seek": 224423, "start": 2217.35, "end": 2244.23, "text": "When the application is installed on an old device, new features will appear on the old device. For example, this library will be inside the application. When the application is installed on your old mobile device, it can run the new versions of the application. The problem here is that instead of seeing in the end rc02, you only see the word rc02 without the slash.", "tokens": [11645, 264, 3861, 307, 8899, 322, 364, 1331, 4302, 11, 777, 4122, 486, 4204, 322, 264, 1331, 4302, 13, 1171, 1365, 11, 341, 6405, 486, 312, 1854, 264, 3861, 13, 1133, 264, 3861, 307, 8899, 322, 428, 1331, 6013, 4302, 11, 309, 393, 1190, 264, 777, 9606, 295, 264, 724, 1050, 399, 13, 440, 1154, 510, 307, 300, 2602, 295, 2577, 294, 264, 917, 367, 66, 12756, 11, 291, 787, 536, 264, 1349, 367, 66, 12756, 1553, 264, 17330, 13], "avg_logprob": -0.6820987772058558, "compression_ratio": 1.84, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2217.35, "end": 2217.89, "word": "When", "probability": 0.04327392578125}, {"start": 2217.89, "end": 2218.41, "word": " the", "probability": 0.443603515625}, {"start": 2218.41, "end": 2218.73, "word": " application", "probability": 0.58203125}, {"start": 2218.73, "end": 2218.97, "word": " is", "probability": 0.3095703125}, {"start": 2218.97, "end": 2219.19, "word": " installed", "probability": 0.28173828125}, {"start": 2219.19, "end": 2219.31, "word": " on", "probability": 0.8271484375}, {"start": 2219.31, "end": 2219.63, "word": " an", "probability": 0.498291015625}, {"start": 2219.63, "end": 2219.81, "word": " old", "probability": 0.82763671875}, {"start": 2219.81, "end": 2219.97, "word": " device,", "probability": 0.58984375}, {"start": 2220.47, "end": 2220.97, "word": " new", "probability": 0.27978515625}, {"start": 2220.97, "end": 2221.73, "word": " features", "probability": 0.388671875}, {"start": 2221.73, "end": 2221.89, "word": " will", "probability": 0.3564453125}, {"start": 2221.89, "end": 2222.11, "word": " appear", "probability": 0.32958984375}, {"start": 2222.11, "end": 2222.25, "word": " on", "probability": 0.59326171875}, {"start": 2222.25, "end": 2222.59, "word": " the", "probability": 0.7412109375}, {"start": 2222.59, "end": 2222.79, "word": " old", "probability": 0.6337890625}, {"start": 2222.79, "end": 2222.87, "word": " device.", "probability": 0.462890625}, {"start": 2223.39, "end": 2223.63, "word": " For", "probability": 0.1265869140625}, {"start": 2223.63, "end": 2223.63, "word": " example,", "probability": 0.875}, {"start": 2223.63, "end": 2223.85, "word": " this", "probability": 0.466064453125}, {"start": 2223.85, "end": 2224.25, "word": " library", "probability": 0.385986328125}, {"start": 2224.25, "end": 2224.99, "word": " will", "probability": 0.75244140625}, {"start": 2224.99, "end": 2225.15, "word": " be", "probability": 0.8515625}, {"start": 2225.15, "end": 2225.35, "word": " inside", "probability": 0.425048828125}, {"start": 2225.35, "end": 2225.49, "word": " the", "probability": 0.81982421875}, {"start": 2225.49, "end": 2225.87, "word": " application.", "probability": 0.83837890625}, {"start": 2226.25, "end": 2226.67, "word": " When", "probability": 0.6865234375}, {"start": 2226.67, "end": 2226.77, "word": " the", "probability": 0.501953125}, {"start": 2226.77, "end": 2227.05, "word": " application", "probability": 0.89697265625}, {"start": 2227.05, "end": 2227.27, "word": " is", "probability": 0.78369140625}, {"start": 2227.27, "end": 2227.57, "word": " installed", "probability": 0.78955078125}, {"start": 2227.57, "end": 2227.77, "word": " on", "probability": 0.93603515625}, {"start": 2227.77, "end": 2227.95, "word": " your", "probability": 0.603515625}, {"start": 2227.95, "end": 2228.43, "word": " old", "probability": 0.66259765625}, {"start": 2228.43, "end": 2228.47, "word": " mobile", "probability": 0.332763671875}, {"start": 2228.47, "end": 2228.93, "word": " device,", "probability": 0.69287109375}, {"start": 2231.09, "end": 2231.85, "word": " it", "probability": 0.32421875}, {"start": 2231.85, "end": 2232.29, "word": " can", "probability": 0.319580078125}, {"start": 2232.29, "end": 2232.93, "word": " run", "probability": 0.434814453125}, {"start": 2232.93, "end": 2233.29, "word": " the", "probability": 0.56884765625}, {"start": 2233.29, "end": 2233.45, "word": " new", "probability": 0.253662109375}, {"start": 2233.45, "end": 2235.47, "word": " versions", "probability": 0.2083740234375}, {"start": 2235.47, "end": 2235.67, "word": " of", "probability": 0.319580078125}, {"start": 2235.67, "end": 2235.67, "word": " the", "probability": 0.591796875}, {"start": 2235.67, "end": 2235.67, "word": " application.", "probability": 0.6047770182291666}, {"start": 2236.47, "end": 2236.79, "word": " The", "probability": 0.44140625}, {"start": 2236.79, "end": 2236.95, "word": " problem", "probability": 0.1923828125}, {"start": 2236.95, "end": 2237.21, "word": " here", "probability": 0.361328125}, {"start": 2237.21, "end": 2237.91, "word": " is", "probability": 0.8291015625}, {"start": 2237.91, "end": 2238.35, "word": " that", "probability": 0.71728515625}, {"start": 2238.35, "end": 2238.61, "word": " instead", "probability": 0.52197265625}, {"start": 2238.61, "end": 2238.71, "word": " of", "probability": 0.9599609375}, {"start": 2238.71, "end": 2238.95, "word": " seeing", "probability": 0.47119140625}, {"start": 2238.95, "end": 2239.07, "word": " in", "probability": 0.193115234375}, {"start": 2239.07, "end": 2239.21, "word": " the", "probability": 0.89990234375}, {"start": 2239.21, "end": 2239.37, "word": " end", "probability": 0.7998046875}, {"start": 2239.37, "end": 2240.29, "word": " rc02,", "probability": 0.559326171875}, {"start": 2241.19, "end": 2241.57, "word": " you", "probability": 0.1400146484375}, {"start": 2241.57, "end": 2241.61, "word": " only", "probability": 0.1629638671875}, {"start": 2241.61, "end": 2241.93, "word": " see", "probability": 0.63623046875}, {"start": 2241.93, "end": 2242.47, "word": " the", "probability": 0.77490234375}, {"start": 2242.47, "end": 2242.67, "word": " word", "probability": 0.7802734375}, {"start": 2242.67, "end": 2243.55, "word": " rc02", "probability": 0.8751627604166666}, {"start": 2243.55, "end": 2243.83, "word": " without", "probability": 0.685546875}, {"start": 2243.83, "end": 2243.99, "word": " the", "probability": 0.50244140625}, {"start": 2243.99, "end": 2244.23, "word": " slash.", "probability": 0.90087890625}], "temperature": 1.0}, {"id": 92, "seek": 227605, "start": 2246.87, "end": 2276.05, "text": " If you remove it by mistake, it will not make the build. For example, did you see the comma in this example? If you remove it by mistake, it will make the build. Okay? It should be in correct order. If it is in correct order, it should be in correct order. If it is in incorrect order, it should be in incorrect order. If it is in correct order, it should be in correct order. If it is in incorrect order, it should be in incorrect order. If it is in correct order, it should be in correct order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it should be in incorrect order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it should be in correct order. If it is in incorrect order, it", "tokens": [759, 291, 4159, 309, 538, 6146, 11, 309, 486, 406, 652, 264, 1322, 13, 1171, 1365, 11, 630, 291, 536, 264, 22117, 294, 341, 1365, 30, 759, 291, 4159, 309, 538, 6146, 11, 309, 486, 652, 264, 1322, 13, 1033, 30, 467, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 3006, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 18424, 1668, 13, 759, 309, 307, 294, 3006, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 18424, 1668, 13, 759, 309, 307, 294, 3006, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 18424, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309, 820, 312, 294, 3006, 1668, 13, 759, 309, 307, 294, 18424, 1668, 11, 309], "avg_logprob": -0.3605555597941081, "compression_ratio": 6.256578947368421, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2246.87, "end": 2247.01, "word": " If", "probability": 0.0814208984375}, {"start": 2247.01, "end": 2247.05, "word": " you", "probability": 0.853515625}, {"start": 2247.05, "end": 2247.25, "word": " remove", "probability": 0.5654296875}, {"start": 2247.25, "end": 2247.39, "word": " it", "probability": 0.65625}, {"start": 2247.39, "end": 2247.47, "word": " by", "probability": 0.49951171875}, {"start": 2247.47, "end": 2247.71, "word": " mistake,", "probability": 0.9375}, {"start": 2248.03, "end": 2248.85, "word": " it", "probability": 0.73291015625}, {"start": 2248.85, "end": 2248.95, "word": " will", "probability": 0.58984375}, {"start": 2248.95, "end": 2248.95, "word": " not", "probability": 0.61376953125}, {"start": 2248.95, "end": 2249.15, "word": " make", "probability": 0.156005859375}, {"start": 2249.15, "end": 2249.25, "word": " the", "probability": 0.420654296875}, {"start": 2249.25, "end": 2249.41, "word": " build.", "probability": 0.525390625}, {"start": 2249.65, "end": 2249.83, "word": " For", "probability": 0.12060546875}, {"start": 2249.83, "end": 2249.85, "word": " example,", "probability": 0.873046875}, {"start": 2249.89, "end": 2250.29, "word": " did", "probability": 0.2413330078125}, {"start": 2250.29, "end": 2250.29, "word": " you", "probability": 0.97021484375}, {"start": 2250.29, "end": 2250.45, "word": " see", "probability": 0.671875}, {"start": 2250.45, "end": 2250.61, "word": " the", "probability": 0.5771484375}, {"start": 2250.61, "end": 2250.89, "word": " comma", "probability": 0.0718994140625}, {"start": 2250.89, "end": 2251.75, "word": " in", "probability": 0.30517578125}, {"start": 2251.75, "end": 2252.05, "word": " this", "probability": 0.5380859375}, {"start": 2252.05, "end": 2252.07, "word": " example?", "probability": 0.1004638671875}, {"start": 2253.13, "end": 2253.45, "word": " If", "probability": 0.335693359375}, {"start": 2253.45, "end": 2253.63, "word": " you", "probability": 0.84765625}, {"start": 2253.63, "end": 2253.79, "word": " remove", "probability": 0.8271484375}, {"start": 2253.79, "end": 2254.09, "word": " it", "probability": 0.89306640625}, {"start": 2254.09, "end": 2254.23, "word": " by", "probability": 0.94873046875}, {"start": 2254.23, "end": 2254.57, "word": " mistake,", "probability": 0.9443359375}, {"start": 2255.19, "end": 2255.67, "word": " it", "probability": 0.80615234375}, {"start": 2255.67, "end": 2255.73, "word": " will", "probability": 0.8359375}, {"start": 2255.73, "end": 2255.91, "word": " make", "probability": 0.297607421875}, {"start": 2255.91, "end": 2255.95, "word": " the", "probability": 0.26416015625}, {"start": 2255.95, "end": 2256.09, "word": " build.", "probability": 0.7412109375}, {"start": 2256.71, "end": 2257.03, "word": " Okay?", "probability": 0.16796875}, {"start": 2257.59, "end": 2257.71, "word": " It", "probability": 0.349853515625}, {"start": 2257.71, "end": 2257.87, "word": " should", "probability": 0.366943359375}, {"start": 2257.87, "end": 2258.15, "word": " be", "probability": 0.7470703125}, {"start": 2258.15, "end": 2258.31, "word": " in", "probability": 0.1954345703125}, {"start": 2258.31, "end": 2258.71, "word": " correct", "probability": 0.1942138671875}, {"start": 2258.71, "end": 2258.91, "word": " order.", "probability": 0.56005859375}, {"start": 2259.61, "end": 2259.75, "word": " If", "probability": 0.32958984375}, {"start": 2259.75, "end": 2259.75, "word": " it", "probability": 0.260986328125}, {"start": 2259.75, "end": 2259.87, "word": " is", "probability": 0.35693359375}, {"start": 2259.87, "end": 2259.93, "word": " in", "probability": 0.399658203125}, {"start": 2259.93, "end": 2260.37, "word": " correct", "probability": 0.302734375}, {"start": 2260.37, "end": 2260.37, "word": " order,", "probability": 0.8759765625}, {"start": 2260.53, "end": 2261.23, "word": " it", "probability": 0.487060546875}, {"start": 2261.23, "end": 2261.37, "word": " should", "probability": 0.4150390625}, {"start": 2261.37, "end": 2261.67, "word": " be", "probability": 0.426513671875}, {"start": 2261.67, "end": 2261.81, "word": " in", "probability": 0.250244140625}, {"start": 2261.81, "end": 2261.81, "word": " correct", "probability": 0.689453125}, {"start": 2261.81, "end": 2261.81, "word": " order.", "probability": 0.83349609375}, {"start": 2261.89, "end": 2262.01, "word": " If", "probability": 0.39404296875}, {"start": 2262.01, "end": 2262.01, "word": " it", "probability": 0.61962890625}, {"start": 2262.01, "end": 2262.01, "word": " is", "probability": 0.869140625}, {"start": 2262.01, "end": 2262.01, "word": " in", "probability": 0.380859375}, {"start": 2262.01, "end": 2262.01, "word": " incorrect", "probability": 0.544921875}, {"start": 2262.01, "end": 2262.01, "word": " order,", "probability": 0.87451171875}, {"start": 2262.01, "end": 2262.01, "word": " it", "probability": 0.822265625}, {"start": 2262.01, "end": 2262.01, "word": " should", "probability": 0.927734375}, {"start": 2262.01, "end": 2262.01, "word": " be", "probability": 0.91259765625}, {"start": 2262.01, "end": 2262.01, "word": " in", "probability": 0.8359375}, {"start": 2262.01, "end": 2262.01, "word": " incorrect", "probability": 0.5830078125}, {"start": 2262.01, "end": 2262.01, "word": " order.", "probability": 0.89111328125}, {"start": 2262.01, "end": 2262.11, "word": " If", "probability": 0.227294921875}, {"start": 2262.11, "end": 2262.45, "word": " it", "probability": 0.65625}, {"start": 2262.45, "end": 2262.45, "word": " is", "probability": 0.91064453125}, {"start": 2262.45, "end": 2262.45, "word": " in", "probability": 0.50927734375}, {"start": 2262.45, "end": 2262.45, "word": " correct", "probability": 0.73828125}, {"start": 2262.45, "end": 2262.53, "word": " order,", "probability": 0.89990234375}, {"start": 2263.03, "end": 2263.03, "word": " it", "probability": 0.857421875}, {"start": 2263.03, "end": 2263.03, "word": " should", "probability": 0.9599609375}, {"start": 2263.03, "end": 2263.03, "word": " be", "probability": 0.9345703125}, {"start": 2263.03, "end": 2263.03, "word": " in", "probability": 0.89697265625}, {"start": 2263.03, "end": 2263.03, "word": " correct", "probability": 0.53515625}, {"start": 2263.03, "end": 2263.03, "word": " order.", "probability": 0.9130859375}, {"start": 2263.03, "end": 2263.03, "word": " If", "probability": 0.227783203125}, {"start": 2263.03, "end": 2263.39, "word": " it", "probability": 0.66455078125}, {"start": 2263.39, "end": 2263.47, "word": " is", "probability": 0.9130859375}, {"start": 2263.47, "end": 2263.85, "word": " in", "probability": 0.471923828125}, {"start": 2263.85, "end": 2264.19, "word": " incorrect", "probability": 0.5361328125}, {"start": 2264.19, "end": 2264.21, "word": " order,", "probability": 0.89697265625}, {"start": 2264.21, "end": 2264.21, "word": " it", "probability": 0.9267578125}, {"start": 2264.21, "end": 2264.21, "word": " should", "probability": 0.97607421875}, {"start": 2264.21, "end": 2264.21, "word": " be", "probability": 0.9443359375}, {"start": 2264.21, "end": 2264.21, "word": " in", "probability": 0.939453125}, {"start": 2264.21, "end": 2264.21, "word": " incorrect", "probability": 0.5185546875}, {"start": 2264.21, "end": 2264.21, "word": " order.", "probability": 0.89697265625}, {"start": 2264.21, "end": 2264.21, "word": " If", "probability": 0.329833984375}, {"start": 2264.21, "end": 2264.21, "word": " it", "probability": 0.79443359375}, {"start": 2264.21, "end": 2264.21, "word": " is", "probability": 0.92822265625}, {"start": 2264.21, "end": 2264.21, "word": " in", "probability": 0.61962890625}, {"start": 2264.21, "end": 2264.21, "word": " correct", "probability": 0.61865234375}, {"start": 2264.21, "end": 2264.21, "word": " order,", "probability": 0.90185546875}, {"start": 2264.21, "end": 2264.21, "word": " it", "probability": 0.94287109375}, {"start": 2264.21, "end": 2264.21, "word": " should", "probability": 0.97802734375}, {"start": 2264.21, "end": 2264.21, "word": " be", "probability": 0.9501953125}, {"start": 2264.21, "end": 2264.21, "word": " in", "probability": 0.9482421875}, {"start": 2264.21, "end": 2264.21, "word": " correct", "probability": 0.578125}, {"start": 2264.21, "end": 2264.21, "word": " order.", "probability": 0.9072265625}, {"start": 2264.21, "end": 2264.21, "word": " If", "probability": 0.3720703125}, {"start": 2264.21, "end": 2264.21, "word": " it", "probability": 0.8740234375}, {"start": 2264.21, "end": 2264.21, "word": " is", "probability": 0.93408203125}, {"start": 2264.21, "end": 2264.21, "word": " in", "probability": 0.634765625}, {"start": 2264.21, "end": 2264.21, "word": " incorrect", "probability": 0.6728515625}, {"start": 2264.21, "end": 2264.29, "word": " order,", "probability": 0.8974609375}, {"start": 2264.29, "end": 2264.29, "word": " it", "probability": 0.95458984375}, {"start": 2264.29, "end": 2264.29, "word": " should", "probability": 0.9794921875}, {"start": 2264.29, "end": 2264.29, "word": " be", "probability": 0.953125}, {"start": 2264.29, "end": 2264.29, "word": " in", "probability": 0.94970703125}, {"start": 2264.29, "end": 2264.29, "word": " correct", "probability": 0.323486328125}, {"start": 2264.29, "end": 2264.29, "word": " order.", "probability": 0.90478515625}, {"start": 2264.29, "end": 2264.29, "word": " If", "probability": 0.50146484375}, {"start": 2264.29, "end": 2264.29, "word": " it", "probability": 0.9189453125}, {"start": 2264.29, "end": 2264.29, "word": " is", "probability": 0.94091796875}, {"start": 2264.29, "end": 2264.29, "word": " in", "probability": 0.7939453125}, {"start": 2264.29, "end": 2264.29, "word": " incorrect", "probability": 0.6904296875}, {"start": 2264.29, "end": 2264.29, "word": " order,", "probability": 0.89599609375}, {"start": 2264.29, "end": 2264.29, "word": " it", "probability": 0.95703125}, {"start": 2264.29, "end": 2264.29, "word": " should", "probability": 0.9794921875}, {"start": 2264.29, "end": 2264.29, "word": " be", "probability": 0.955078125}, {"start": 2264.29, "end": 2264.29, "word": " in", "probability": 0.951171875}, {"start": 2264.29, "end": 2264.29, "word": " incorrect", "probability": 0.54931640625}, {"start": 2264.29, "end": 2264.29, "word": " order.", "probability": 0.89599609375}, {"start": 2264.29, "end": 2264.29, "word": " If", "probability": 0.60498046875}, {"start": 2264.29, "end": 2264.29, "word": " it", "probability": 0.935546875}, {"start": 2264.29, "end": 2264.29, "word": " is", "probability": 0.94287109375}, {"start": 2264.29, "end": 2264.29, "word": " in", "probability": 0.884765625}, {"start": 2264.29, "end": 2264.29, "word": " incorrect", "probability": 0.5517578125}, {"start": 2264.29, "end": 2264.29, "word": " order,", "probability": 0.89501953125}, {"start": 2264.29, "end": 2264.41, "word": " it", "probability": 0.95751953125}, {"start": 2264.41, "end": 2264.49, "word": " should", "probability": 0.97998046875}, {"start": 2264.49, "end": 2265.47, "word": " be", "probability": 0.95654296875}, {"start": 2265.47, "end": 2266.63, "word": " in", "probability": 0.94921875}, {"start": 2266.63, "end": 2266.63, "word": " correct", "probability": 0.398193359375}, {"start": 2266.63, "end": 2266.63, "word": " order.", "probability": 0.89990234375}, {"start": 2267.01, "end": 2267.33, "word": " If", "probability": 0.66162109375}, {"start": 2267.33, "end": 2267.33, "word": " it", "probability": 0.9482421875}, {"start": 2267.33, "end": 2267.33, "word": " is", "probability": 0.94580078125}, {"start": 2267.33, "end": 2267.51, "word": " in", "probability": 0.91455078125}, {"start": 2267.51, "end": 2267.63, "word": " incorrect", "probability": 0.67529296875}, {"start": 2267.63, "end": 2267.91, "word": " order,", "probability": 0.89453125}, {"start": 2267.93, "end": 2267.93, "word": " it", "probability": 0.95703125}, {"start": 2267.93, "end": 2267.93, "word": " should", "probability": 0.97900390625}, {"start": 2267.93, "end": 2267.93, "word": " be", "probability": 0.95703125}, {"start": 2267.93, "end": 2267.99, "word": " in", "probability": 0.9501953125}, {"start": 2267.99, "end": 2267.99, "word": " correct", "probability": 0.44873046875}, {"start": 2267.99, "end": 2268.83, "word": " order.", "probability": 0.89892578125}, {"start": 2269.95, "end": 2270.27, "word": " If", "probability": 0.7138671875}, {"start": 2270.27, "end": 2270.37, "word": " it", "probability": 0.95263671875}, {"start": 2270.37, "end": 2270.45, "word": " is", "probability": 0.947265625}, {"start": 2270.45, "end": 2270.93, "word": " in", "probability": 0.92919921875}, {"start": 2270.93, "end": 2271.49, "word": " incorrect", "probability": 0.7548828125}, {"start": 2271.49, "end": 2271.49, "word": " order,", "probability": 0.89599609375}, {"start": 2271.57, "end": 2271.79, "word": " it", "probability": 0.95703125}, {"start": 2271.79, "end": 2271.81, "word": " should", "probability": 0.97998046875}, {"start": 2271.81, "end": 2271.89, "word": " be", "probability": 0.9580078125}, {"start": 2271.89, "end": 2271.89, "word": " in", "probability": 0.94873046875}, {"start": 2271.89, "end": 2271.89, "word": " correct", "probability": 0.51123046875}, {"start": 2271.89, "end": 2272.15, "word": " order.", "probability": 0.8974609375}, {"start": 2272.53, "end": 2272.71, "word": " If", "probability": 0.7470703125}, {"start": 2272.71, "end": 2272.83, "word": " it", "probability": 0.95556640625}, {"start": 2272.83, "end": 2272.91, "word": " is", "probability": 0.94921875}, {"start": 2272.91, "end": 2272.97, "word": " in", "probability": 0.93603515625}, {"start": 2272.97, "end": 2273.13, "word": " incorrect", "probability": 0.78662109375}, {"start": 2273.13, "end": 2274.43, "word": " order,", "probability": 0.89697265625}, {"start": 2274.43, "end": 2274.43, "word": " it", "probability": 0.95703125}, {"start": 2274.43, "end": 2274.43, "word": " should", "probability": 0.97998046875}, {"start": 2274.43, "end": 2274.43, "word": " be", "probability": 0.95703125}, {"start": 2274.43, "end": 2274.43, "word": " in", "probability": 0.94873046875}, {"start": 2274.43, "end": 2274.51, "word": " correct", "probability": 0.61376953125}, {"start": 2274.51, "end": 2274.51, "word": " order.", "probability": 0.89794921875}, {"start": 2274.51, "end": 2274.51, "word": " If", "probability": 0.7646484375}, {"start": 2274.51, "end": 2274.51, "word": " it", "probability": 0.95556640625}, {"start": 2274.51, "end": 2274.51, "word": " is", "probability": 0.94970703125}, {"start": 2274.51, "end": 2274.51, "word": " in", "probability": 0.939453125}, {"start": 2274.51, "end": 2274.51, "word": " incorrect", "probability": 0.796875}, {"start": 2274.51, "end": 2274.51, "word": " order,", "probability": 0.89990234375}, {"start": 2274.51, "end": 2274.51, "word": " it", "probability": 0.95849609375}, {"start": 2274.51, "end": 2274.51, "word": " should", "probability": 0.97998046875}, {"start": 2274.51, "end": 2274.51, "word": " be", "probability": 0.9580078125}, {"start": 2274.51, "end": 2274.51, "word": " in", "probability": 0.94873046875}, {"start": 2274.51, "end": 2274.63, "word": " correct", "probability": 0.6875}, {"start": 2274.63, "end": 2274.63, "word": " order.", "probability": 0.900390625}, {"start": 2274.63, "end": 2274.63, "word": " If", "probability": 0.7724609375}, {"start": 2274.63, "end": 2274.63, "word": " it", "probability": 0.95751953125}, {"start": 2274.63, "end": 2274.63, "word": " is", "probability": 0.951171875}, {"start": 2274.63, "end": 2274.63, "word": " in", "probability": 0.94091796875}, {"start": 2274.63, "end": 2274.63, "word": " incorrect", "probability": 0.796875}, {"start": 2274.63, "end": 2275.93, "word": " order,", "probability": 0.90234375}, {"start": 2276.03, "end": 2276.05, "word": " it", "probability": 0.95849609375}], "temperature": 1.0}, {"id": 93, "seek": 230623, "start": 2280.17, "end": 2306.23, "text": " It doesn't have any meaning. The existing library has a problem, a bug. So I used a previous version of it. How did it know that it is alpha? I took the decision that came out of my mind. I didn't have a question mark or a render problem. I put it on Google. And it told me that I need to change from level to level. Okay. Now,", "tokens": [467, 1177, 380, 362, 604, 3620, 13, 440, 6741, 6405, 575, 257, 1154, 11, 257, 7426, 13, 407, 286, 1143, 257, 3894, 3037, 295, 309, 13, 1012, 630, 309, 458, 300, 309, 307, 8961, 30, 286, 1890, 264, 3537, 300, 1361, 484, 295, 452, 1575, 13, 286, 994, 380, 362, 257, 1168, 1491, 420, 257, 15529, 1154, 13, 286, 829, 309, 322, 3329, 13, 400, 309, 1907, 385, 300, 286, 643, 281, 1319, 490, 1496, 281, 1496, 13, 1033, 13, 823, 11], "avg_logprob": -0.5963855622762657, "compression_ratio": 1.5185185185185186, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2280.17, "end": 2280.33, "word": " It", "probability": 0.2188720703125}, {"start": 2280.33, "end": 2280.37, "word": " doesn't", "probability": 0.59368896484375}, {"start": 2280.37, "end": 2280.53, "word": " have", "probability": 0.388671875}, {"start": 2280.53, "end": 2280.73, "word": " any", "probability": 0.57666015625}, {"start": 2280.73, "end": 2280.87, "word": " meaning.", "probability": 0.76806640625}, {"start": 2281.01, "end": 2281.09, "word": " The", "probability": 0.66748046875}, {"start": 2281.09, "end": 2281.83, "word": " existing", "probability": 0.10809326171875}, {"start": 2281.83, "end": 2281.83, "word": " library", "probability": 0.79541015625}, {"start": 2281.83, "end": 2282.89, "word": " has", "probability": 0.405029296875}, {"start": 2282.89, "end": 2283.05, "word": " a", "probability": 0.71435546875}, {"start": 2283.05, "end": 2283.27, "word": " problem,", "probability": 0.5107421875}, {"start": 2283.35, "end": 2283.53, "word": " a", "probability": 0.70849609375}, {"start": 2283.53, "end": 2283.81, "word": " bug.", "probability": 0.92138671875}, {"start": 2284.45, "end": 2284.85, "word": " So", "probability": 0.6953125}, {"start": 2284.85, "end": 2285.45, "word": " I", "probability": 0.65185546875}, {"start": 2285.45, "end": 2285.45, "word": " used", "probability": 0.8994140625}, {"start": 2285.45, "end": 2286.75, "word": " a", "probability": 0.448486328125}, {"start": 2286.75, "end": 2287.01, "word": " previous", "probability": 0.50634765625}, {"start": 2287.01, "end": 2287.01, "word": " version", "probability": 0.9091796875}, {"start": 2287.01, "end": 2287.33, "word": " of", "probability": 0.56201171875}, {"start": 2287.33, "end": 2287.33, "word": " it.", "probability": 0.71826171875}, {"start": 2288.85, "end": 2289.25, "word": " How", "probability": 0.88525390625}, {"start": 2289.25, "end": 2289.29, "word": " did", "probability": 0.8681640625}, {"start": 2289.29, "end": 2289.33, "word": " it", "probability": 0.356201171875}, {"start": 2289.33, "end": 2289.71, "word": " know", "probability": 0.63916015625}, {"start": 2289.71, "end": 2290.77, "word": " that", "probability": 0.52880859375}, {"start": 2290.77, "end": 2290.91, "word": " it", "probability": 0.79150390625}, {"start": 2290.91, "end": 2290.91, "word": " is", "probability": 0.433837890625}, {"start": 2290.91, "end": 2291.21, "word": " alpha?", "probability": 0.51171875}, {"start": 2292.55, "end": 2292.95, "word": " I", "probability": 0.830078125}, {"start": 2292.95, "end": 2293.25, "word": " took", "probability": 0.75048828125}, {"start": 2293.25, "end": 2293.41, "word": " the", "probability": 0.7646484375}, {"start": 2293.41, "end": 2293.61, "word": " decision", "probability": 0.2493896484375}, {"start": 2293.61, "end": 2293.79, "word": " that", "probability": 0.406494140625}, {"start": 2293.79, "end": 2293.95, "word": " came", "probability": 0.56298828125}, {"start": 2293.95, "end": 2294.01, "word": " out", "probability": 0.40966796875}, {"start": 2294.01, "end": 2294.13, "word": " of", "probability": 0.5615234375}, {"start": 2294.13, "end": 2294.21, "word": " my", "probability": 0.43115234375}, {"start": 2294.21, "end": 2294.21, "word": " mind.", "probability": 0.427978515625}, {"start": 2294.35, "end": 2294.41, "word": " I", "probability": 0.392578125}, {"start": 2294.41, "end": 2294.41, "word": " didn't", "probability": 0.7305908203125}, {"start": 2294.41, "end": 2294.71, "word": " have", "probability": 0.76123046875}, {"start": 2294.71, "end": 2294.97, "word": " a", "probability": 0.5390625}, {"start": 2294.97, "end": 2295.45, "word": " question", "probability": 0.8662109375}, {"start": 2295.45, "end": 2295.59, "word": " mark", "probability": 0.85546875}, {"start": 2295.59, "end": 2295.75, "word": " or", "probability": 0.1719970703125}, {"start": 2295.75, "end": 2295.93, "word": " a", "probability": 0.36962890625}, {"start": 2295.93, "end": 2296.11, "word": " render", "probability": 0.5439453125}, {"start": 2296.11, "end": 2296.63, "word": " problem.", "probability": 0.865234375}, {"start": 2296.81, "end": 2297.05, "word": " I", "probability": 0.92724609375}, {"start": 2297.05, "end": 2297.25, "word": " put", "probability": 0.5146484375}, {"start": 2297.25, "end": 2297.45, "word": " it", "probability": 0.837890625}, {"start": 2297.45, "end": 2297.59, "word": " on", "probability": 0.87939453125}, {"start": 2297.59, "end": 2297.89, "word": " Google.", "probability": 0.75341796875}, {"start": 2298.43, "end": 2298.83, "word": " And", "probability": 0.72119140625}, {"start": 2298.83, "end": 2298.93, "word": " it", "probability": 0.65771484375}, {"start": 2298.93, "end": 2298.99, "word": " told", "probability": 0.302001953125}, {"start": 2298.99, "end": 2299.09, "word": " me", "probability": 0.91796875}, {"start": 2299.09, "end": 2299.15, "word": " that", "probability": 0.5244140625}, {"start": 2299.15, "end": 2299.31, "word": " I", "probability": 0.93896484375}, {"start": 2299.31, "end": 2299.39, "word": " need", "probability": 0.277099609375}, {"start": 2299.39, "end": 2299.45, "word": " to", "probability": 0.966796875}, {"start": 2299.45, "end": 2299.87, "word": " change", "probability": 0.58740234375}, {"start": 2299.87, "end": 2300.05, "word": " from", "probability": 0.2083740234375}, {"start": 2300.05, "end": 2300.31, "word": " level", "probability": 0.1378173828125}, {"start": 2300.31, "end": 2300.81, "word": " to", "probability": 0.65966796875}, {"start": 2300.81, "end": 2301.33, "word": " level.", "probability": 0.92724609375}, {"start": 2302.07, "end": 2302.47, "word": " Okay.", "probability": 0.2354736328125}, {"start": 2305.83, "end": 2306.23, "word": " Now,", "probability": 0.81396484375}], "temperature": 1.0}, {"id": 94, "seek": 233110, "start": 2307.64, "end": 2331.1, "text": "In order to adopt the new regulations, what does it say here? Write a sentence. Learn to read to understand from the sender. Gradle files have changed. What does it mean? A project sync may be necessary for the IDE to work properly. A synchronization has to be made. A synchronization has to be made in order for your application to be compatible with it.", "tokens": [4575, 1668, 281, 6878, 264, 777, 12563, 11, 437, 775, 309, 584, 510, 30, 23499, 257, 8174, 13, 17216, 281, 1401, 281, 1223, 490, 264, 2845, 260, 13, 16710, 306, 7098, 362, 3105, 13, 708, 775, 309, 914, 30, 316, 1716, 20271, 815, 312, 4818, 337, 264, 40930, 281, 589, 6108, 13, 316, 19331, 2144, 575, 281, 312, 1027, 13, 316, 19331, 2144, 575, 281, 312, 1027, 294, 1668, 337, 428, 3861, 281, 312, 18218, 365, 309, 13], "avg_logprob": -0.5419303676750087, "compression_ratio": 1.628440366972477, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2307.64, "end": 2308.02, "word": "In", "probability": 0.10302734375}, {"start": 2308.02, "end": 2308.02, "word": " order", "probability": 0.908203125}, {"start": 2308.02, "end": 2308.12, "word": " to", "probability": 0.7685546875}, {"start": 2308.12, "end": 2308.42, "word": " adopt", "probability": 0.1898193359375}, {"start": 2308.42, "end": 2308.58, "word": " the", "probability": 0.57568359375}, {"start": 2308.58, "end": 2308.6, "word": " new", "probability": 0.68212890625}, {"start": 2308.6, "end": 2308.94, "word": " regulations,", "probability": 0.2431640625}, {"start": 2309.5, "end": 2309.72, "word": " what", "probability": 0.1448974609375}, {"start": 2309.72, "end": 2309.76, "word": " does", "probability": 0.64111328125}, {"start": 2309.76, "end": 2310.7, "word": " it", "probability": 0.6865234375}, {"start": 2310.7, "end": 2310.86, "word": " say", "probability": 0.88671875}, {"start": 2310.86, "end": 2310.98, "word": " here?", "probability": 0.2073974609375}, {"start": 2311.34, "end": 2311.8, "word": " Write", "probability": 0.71923828125}, {"start": 2311.8, "end": 2312.02, "word": " a", "probability": 0.53857421875}, {"start": 2312.02, "end": 2312.24, "word": " sentence.", "probability": 0.77978515625}, {"start": 2312.38, "end": 2312.7, "word": " Learn", "probability": 0.47802734375}, {"start": 2312.7, "end": 2312.92, "word": " to", "probability": 0.49755859375}, {"start": 2312.92, "end": 2313.0, "word": " read", "probability": 0.5234375}, {"start": 2313.0, "end": 2313.32, "word": " to", "probability": 0.1595458984375}, {"start": 2313.32, "end": 2313.7, "word": " understand", "probability": 0.57568359375}, {"start": 2313.7, "end": 2313.84, "word": " from", "probability": 0.288818359375}, {"start": 2313.84, "end": 2314.04, "word": " the", "probability": 0.796875}, {"start": 2314.04, "end": 2314.42, "word": " sender.", "probability": 0.5897216796875}, {"start": 2315.1, "end": 2315.62, "word": " Gradle", "probability": 0.87158203125}, {"start": 2315.62, "end": 2316.04, "word": " files", "probability": 0.89697265625}, {"start": 2316.04, "end": 2316.26, "word": " have", "probability": 0.94091796875}, {"start": 2316.26, "end": 2316.68, "word": " changed.", "probability": 0.888671875}, {"start": 2316.82, "end": 2316.94, "word": " What", "probability": 0.7998046875}, {"start": 2316.94, "end": 2317.06, "word": " does", "probability": 0.93896484375}, {"start": 2317.06, "end": 2317.06, "word": " it", "probability": 0.52294921875}, {"start": 2317.06, "end": 2317.16, "word": " mean?", "probability": 0.95947265625}, {"start": 2318.86, "end": 2319.38, "word": " A", "probability": 0.5537109375}, {"start": 2319.38, "end": 2319.82, "word": " project", "probability": 0.951171875}, {"start": 2319.82, "end": 2320.26, "word": " sync", "probability": 0.6708984375}, {"start": 2320.26, "end": 2320.74, "word": " may", "probability": 0.84423828125}, {"start": 2320.74, "end": 2320.86, "word": " be", "probability": 0.94580078125}, {"start": 2320.86, "end": 2321.34, "word": " necessary", "probability": 0.94970703125}, {"start": 2321.34, "end": 2321.58, "word": " for", "probability": 0.94189453125}, {"start": 2321.58, "end": 2321.76, "word": " the", "probability": 0.8193359375}, {"start": 2321.76, "end": 2322.08, "word": " IDE", "probability": 0.97314453125}, {"start": 2322.08, "end": 2322.36, "word": " to", "probability": 0.96923828125}, {"start": 2322.36, "end": 2322.58, "word": " work", "probability": 0.92041015625}, {"start": 2322.58, "end": 2323.08, "word": " properly.", "probability": 0.9033203125}, {"start": 2324.14, "end": 2324.42, "word": " A", "probability": 0.1878662109375}, {"start": 2324.42, "end": 2325.88, "word": " synchronization", "probability": 0.89599609375}, {"start": 2325.88, "end": 2326.24, "word": " has", "probability": 0.1956787109375}, {"start": 2326.24, "end": 2326.24, "word": " to", "probability": 0.9560546875}, {"start": 2326.24, "end": 2326.24, "word": " be", "probability": 0.4345703125}, {"start": 2326.24, "end": 2326.24, "word": " made.", "probability": 0.35498046875}, {"start": 2326.24, "end": 2326.32, "word": " A", "probability": 0.1861572265625}, {"start": 2326.32, "end": 2326.76, "word": " synchronization", "probability": 0.779052734375}, {"start": 2326.76, "end": 2327.04, "word": " has", "probability": 0.286376953125}, {"start": 2327.04, "end": 2327.16, "word": " to", "probability": 0.95849609375}, {"start": 2327.16, "end": 2327.28, "word": " be", "probability": 0.87548828125}, {"start": 2327.28, "end": 2327.46, "word": " made", "probability": 0.458251953125}, {"start": 2327.46, "end": 2327.64, "word": " in", "probability": 0.1390380859375}, {"start": 2327.64, "end": 2327.98, "word": " order", "probability": 0.939453125}, {"start": 2327.98, "end": 2328.32, "word": " for", "probability": 0.46044921875}, {"start": 2328.32, "end": 2328.4, "word": " your", "probability": 0.448974609375}, {"start": 2328.4, "end": 2328.76, "word": " application", "probability": 0.806640625}, {"start": 2328.76, "end": 2330.12, "word": " to", "probability": 0.95703125}, {"start": 2330.12, "end": 2330.34, "word": " be", "probability": 0.5244140625}, {"start": 2330.34, "end": 2330.74, "word": " compatible", "probability": 0.4990234375}, {"start": 2330.74, "end": 2330.98, "word": " with", "probability": 0.74462890625}, {"start": 2330.98, "end": 2331.1, "word": " it.", "probability": 0.5439453125}], "temperature": 1.0}, {"id": 95, "seek": 235406, "start": 2333.22, "end": 2354.06, "text": " To do this, it will bring up the word Sync. Sync means to synchronize. Press it. It will depend on the new changes. It will show you an error. Try again.", "tokens": [1407, 360, 341, 11, 309, 486, 1565, 493, 264, 1349, 26155, 66, 13, 26155, 66, 1355, 281, 19331, 1125, 13, 6776, 309, 13, 467, 486, 5672, 322, 264, 777, 2962, 13, 467, 486, 855, 291, 364, 6713, 13, 6526, 797, 13], "avg_logprob": -0.7176339569545928, "compression_ratio": 1.305084745762712, "no_speech_prob": 0.0, "words": [{"start": 2333.22, "end": 2333.58, "word": " To", "probability": 0.287841796875}, {"start": 2333.58, "end": 2333.82, "word": " do", "probability": 0.6025390625}, {"start": 2333.82, "end": 2334.14, "word": " this,", "probability": 0.63525390625}, {"start": 2334.24, "end": 2334.58, "word": " it", "probability": 0.133056640625}, {"start": 2334.58, "end": 2334.62, "word": " will", "probability": 0.314453125}, {"start": 2334.62, "end": 2334.8, "word": " bring", "probability": 0.369873046875}, {"start": 2334.8, "end": 2334.94, "word": " up", "probability": 0.347412109375}, {"start": 2334.94, "end": 2335.26, "word": " the", "probability": 0.4365234375}, {"start": 2335.26, "end": 2335.4, "word": " word", "probability": 0.313232421875}, {"start": 2335.4, "end": 2335.96, "word": " Sync.", "probability": 0.60009765625}, {"start": 2336.92, "end": 2337.62, "word": " Sync", "probability": 0.578125}, {"start": 2337.62, "end": 2337.76, "word": " means", "probability": 0.83642578125}, {"start": 2337.76, "end": 2337.98, "word": " to", "probability": 0.27001953125}, {"start": 2337.98, "end": 2338.4, "word": " synchronize.", "probability": 0.848388671875}, {"start": 2341.28, "end": 2341.98, "word": " Press", "probability": 0.1444091796875}, {"start": 2341.98, "end": 2343.14, "word": " it.", "probability": 0.45947265625}, {"start": 2343.88, "end": 2344.34, "word": " It", "probability": 0.435791015625}, {"start": 2344.34, "end": 2344.9, "word": " will", "probability": 0.66845703125}, {"start": 2344.9, "end": 2347.08, "word": " depend", "probability": 0.1207275390625}, {"start": 2347.08, "end": 2347.32, "word": " on", "probability": 0.92041015625}, {"start": 2347.32, "end": 2347.44, "word": " the", "probability": 0.5888671875}, {"start": 2347.44, "end": 2347.5, "word": " new", "probability": 0.619140625}, {"start": 2347.5, "end": 2347.88, "word": " changes.", "probability": 0.759765625}, {"start": 2350.1, "end": 2350.78, "word": " It", "probability": 0.468505859375}, {"start": 2350.78, "end": 2352.02, "word": " will", "probability": 0.650390625}, {"start": 2352.02, "end": 2352.02, "word": " show", "probability": 0.184326171875}, {"start": 2352.02, "end": 2352.24, "word": " you", "probability": 0.483154296875}, {"start": 2352.24, "end": 2352.44, "word": " an", "probability": 0.47607421875}, {"start": 2352.44, "end": 2352.44, "word": " error.", "probability": 0.91357421875}, {"start": 2352.86, "end": 2353.56, "word": " Try", "probability": 0.6279296875}, {"start": 2353.56, "end": 2354.06, "word": " again.", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 96, "seek": 238184, "start": 2358.84, "end": 2381.84, "text": " Yes, it will not work Unable to resolve dependency because it needs internet Yes, it needs to download it Ok, if there is internet, it will work immediately, but what should I do? How? No one has internet connection Ok", "tokens": [1079, 11, 309, 486, 406, 589, 1156, 712, 281, 14151, 33621, 570, 309, 2203, 4705, 1079, 11, 309, 2203, 281, 5484, 309, 3477, 11, 498, 456, 307, 4705, 11, 309, 486, 589, 4258, 11, 457, 437, 820, 286, 360, 30, 1012, 30, 883, 472, 575, 4705, 4984, 3477], "avg_logprob": -0.5277423664015166, "compression_ratio": 1.5, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2358.84, "end": 2359.18, "word": " Yes,", "probability": 0.27099609375}, {"start": 2359.26, "end": 2359.36, "word": " it", "probability": 0.52294921875}, {"start": 2359.36, "end": 2359.4, "word": " will", "probability": 0.420654296875}, {"start": 2359.4, "end": 2359.4, "word": " not", "probability": 0.9140625}, {"start": 2359.4, "end": 2359.82, "word": " work", "probability": 0.90234375}, {"start": 2359.82, "end": 2361.86, "word": " Unable", "probability": 0.68896484375}, {"start": 2361.86, "end": 2362.24, "word": " to", "probability": 0.97509765625}, {"start": 2362.24, "end": 2362.72, "word": " resolve", "probability": 0.8642578125}, {"start": 2362.72, "end": 2363.5, "word": " dependency", "probability": 0.72802734375}, {"start": 2363.5, "end": 2365.24, "word": " because", "probability": 0.57763671875}, {"start": 2365.24, "end": 2365.42, "word": " it", "probability": 0.720703125}, {"start": 2365.42, "end": 2365.56, "word": " needs", "probability": 0.47021484375}, {"start": 2365.56, "end": 2365.88, "word": " internet", "probability": 0.31591796875}, {"start": 2365.88, "end": 2368.04, "word": " Yes,", "probability": 0.30126953125}, {"start": 2369.74, "end": 2369.86, "word": " it", "probability": 0.69677734375}, {"start": 2369.86, "end": 2370.04, "word": " needs", "probability": 0.421875}, {"start": 2370.04, "end": 2370.2, "word": " to", "probability": 0.55517578125}, {"start": 2370.2, "end": 2370.36, "word": " download", "probability": 0.677734375}, {"start": 2370.36, "end": 2370.7, "word": " it", "probability": 0.705078125}, {"start": 2370.7, "end": 2372.4, "word": " Ok,", "probability": 0.26708984375}, {"start": 2372.74, "end": 2373.38, "word": " if", "probability": 0.66650390625}, {"start": 2373.38, "end": 2374.38, "word": " there", "probability": 0.386474609375}, {"start": 2374.38, "end": 2374.38, "word": " is", "probability": 0.84716796875}, {"start": 2374.38, "end": 2374.66, "word": " internet,", "probability": 0.82568359375}, {"start": 2374.94, "end": 2374.98, "word": " it", "probability": 0.880859375}, {"start": 2374.98, "end": 2375.1, "word": " will", "probability": 0.8046875}, {"start": 2375.1, "end": 2375.28, "word": " work", "probability": 0.78125}, {"start": 2375.28, "end": 2375.64, "word": " immediately,", "probability": 0.39501953125}, {"start": 2375.72, "end": 2375.94, "word": " but", "probability": 0.8876953125}, {"start": 2375.94, "end": 2376.12, "word": " what", "probability": 0.908203125}, {"start": 2376.12, "end": 2376.28, "word": " should", "probability": 0.397216796875}, {"start": 2376.28, "end": 2376.34, "word": " I", "probability": 0.955078125}, {"start": 2376.34, "end": 2376.5, "word": " do?", "probability": 0.96240234375}, {"start": 2377.32, "end": 2377.92, "word": " How?", "probability": 0.39306640625}, {"start": 2379.84, "end": 2380.44, "word": " No", "probability": 0.2998046875}, {"start": 2380.44, "end": 2380.68, "word": " one", "probability": 0.8955078125}, {"start": 2380.68, "end": 2380.84, "word": " has", "probability": 0.69873046875}, {"start": 2380.84, "end": 2381.24, "word": " internet", "probability": 0.317626953125}, {"start": 2381.24, "end": 2381.24, "word": " connection", "probability": 0.410400390625}, {"start": 2381.24, "end": 2381.84, "word": " Ok", "probability": 0.280517578125}], "temperature": 1.0}, {"id": 97, "seek": 242412, "start": 2402.96, "end": 2424.12, "text": " Why it's not working? Okay, let me see the previous application. Maybe it's different. Yes, not Alpha 01.", "tokens": [1545, 309, 311, 406, 1364, 30, 1033, 11, 718, 385, 536, 264, 3894, 3861, 13, 2704, 309, 311, 819, 13, 1079, 11, 406, 20588, 23185, 13], "avg_logprob": -0.6574073897467719, "compression_ratio": 1.0392156862745099, "no_speech_prob": 0.0, "words": [{"start": 2402.96, "end": 2403.7, "word": " Why", "probability": 0.358642578125}, {"start": 2403.7, "end": 2403.84, "word": " it's", "probability": 0.41357421875}, {"start": 2403.84, "end": 2403.86, "word": " not", "probability": 0.92431640625}, {"start": 2403.86, "end": 2404.14, "word": " working?", "probability": 0.46533203125}, {"start": 2406.0, "end": 2406.38, "word": " Okay,", "probability": 0.3681640625}, {"start": 2406.42, "end": 2406.56, "word": " let", "probability": 0.40771484375}, {"start": 2406.56, "end": 2406.56, "word": " me", "probability": 0.5009765625}, {"start": 2406.56, "end": 2406.68, "word": " see", "probability": 0.5380859375}, {"start": 2406.68, "end": 2406.94, "word": " the", "probability": 0.3486328125}, {"start": 2406.94, "end": 2407.42, "word": " previous", "probability": 0.368896484375}, {"start": 2407.42, "end": 2407.42, "word": " application.", "probability": 0.72998046875}, {"start": 2407.72, "end": 2408.4, "word": " Maybe", "probability": 0.151611328125}, {"start": 2408.4, "end": 2409.14, "word": " it's", "probability": 0.5906982421875}, {"start": 2409.14, "end": 2409.46, "word": " different.", "probability": 0.76611328125}, {"start": 2421.62, "end": 2422.36, "word": " Yes,", "probability": 0.6083984375}, {"start": 2422.66, "end": 2423.28, "word": " not", "probability": 0.53076171875}, {"start": 2423.28, "end": 2423.64, "word": " Alpha", "probability": 0.5595703125}, {"start": 2423.64, "end": 2424.12, "word": " 01.", "probability": 0.362060546875}], "temperature": 1.0}, {"id": 98, "seek": 244354, "start": 2428.28, "end": 2443.54, "text": " Okay, it closed the project and went back to our application. So, there is no zero, just one. I try again.", "tokens": [1033, 11, 309, 5395, 264, 1716, 293, 1437, 646, 281, 527, 3861, 13, 407, 11, 456, 307, 572, 4018, 11, 445, 472, 13, 286, 853, 797, 13], "avg_logprob": -0.5379464456013271, "compression_ratio": 1.1145833333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2428.28, "end": 2428.54, "word": " Okay,", "probability": 0.104736328125}, {"start": 2428.6, "end": 2428.74, "word": " it", "probability": 0.273681640625}, {"start": 2428.74, "end": 2429.02, "word": " closed", "probability": 0.52197265625}, {"start": 2429.02, "end": 2429.16, "word": " the", "probability": 0.55810546875}, {"start": 2429.16, "end": 2429.36, "word": " project", "probability": 0.9375}, {"start": 2429.36, "end": 2429.7, "word": " and", "probability": 0.65673828125}, {"start": 2429.7, "end": 2429.78, "word": " went", "probability": 0.2196044921875}, {"start": 2429.78, "end": 2429.78, "word": " back", "probability": 0.82666015625}, {"start": 2429.78, "end": 2430.4, "word": " to", "probability": 0.93603515625}, {"start": 2430.4, "end": 2431.02, "word": " our", "probability": 0.6162109375}, {"start": 2431.02, "end": 2431.4, "word": " application.", "probability": 0.7255859375}, {"start": 2434.2, "end": 2435.0, "word": " So,", "probability": 0.50390625}, {"start": 2435.0, "end": 2435.14, "word": " there", "probability": 0.76123046875}, {"start": 2435.14, "end": 2435.14, "word": " is", "probability": 0.65283203125}, {"start": 2435.14, "end": 2435.3, "word": " no", "probability": 0.84033203125}, {"start": 2435.3, "end": 2435.88, "word": " zero,", "probability": 0.71728515625}, {"start": 2436.34, "end": 2436.76, "word": " just", "probability": 0.366943359375}, {"start": 2436.76, "end": 2437.2, "word": " one.", "probability": 0.875}, {"start": 2442.06, "end": 2442.86, "word": " I", "probability": 0.6171875}, {"start": 2442.86, "end": 2443.08, "word": " try", "probability": 0.38232421875}, {"start": 2443.08, "end": 2443.54, "word": " again.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 99, "seek": 247558, "start": 2459.82, "end": 2475.58, "text": " Still under successful build Ok, now notice the components on the screen appeared", "tokens": [8291, 833, 4406, 1322, 3477, 11, 586, 3449, 264, 6677, 322, 264, 2568, 8516], "avg_logprob": -0.7583333333333333, "compression_ratio": 1.0649350649350648, "no_speech_prob": 0.0, "words": [{"start": 2459.82, "end": 2460.18, "word": " Still", "probability": 0.2198486328125}, {"start": 2460.18, "end": 2460.46, "word": " under", "probability": 0.6884765625}, {"start": 2460.46, "end": 2460.92, "word": " successful", "probability": 0.6865234375}, {"start": 2460.92, "end": 2461.36, "word": " build", "probability": 0.93505859375}, {"start": 2461.36, "end": 2469.88, "word": " Ok,", "probability": 0.1502685546875}, {"start": 2469.96, "end": 2470.1, "word": " now", "probability": 0.51025390625}, {"start": 2470.1, "end": 2470.44, "word": " notice", "probability": 0.6328125}, {"start": 2470.44, "end": 2470.58, "word": " the", "probability": 0.1617431640625}, {"start": 2470.58, "end": 2473.06, "word": " components", "probability": 0.84619140625}, {"start": 2473.06, "end": 2475.2, "word": " on", "probability": 0.15185546875}, {"start": 2475.2, "end": 2475.36, "word": " the", "probability": 0.73681640625}, {"start": 2475.36, "end": 2475.58, "word": " screen", "probability": 0.8759765625}, {"start": 2475.58, "end": 2475.58, "word": " appeared", "probability": 0.424072265625}], "temperature": 1.0}, {"id": 100, "seek": 249967, "start": 2481.84, "end": 2499.68, "text": " Once again, let's go back to the topic. When you open the project, you will find two things. The app and Gradle. Gradle has set up instructions on how to build your application and extract the APK from it. We will not go into detail about Gradle. What did we find?", "tokens": [3443, 797, 11, 718, 311, 352, 646, 281, 264, 4829, 13, 1133, 291, 1269, 264, 1716, 11, 291, 486, 915, 732, 721, 13, 440, 724, 293, 16710, 306, 13, 16710, 306, 575, 992, 493, 9415, 322, 577, 281, 1322, 428, 3861, 293, 8947, 264, 5372, 42, 490, 309, 13, 492, 486, 406, 352, 666, 2607, 466, 16710, 306, 13, 708, 630, 321, 915, 30], "avg_logprob": -0.6264423076923077, "compression_ratio": 1.4324324324324325, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2481.84, "end": 2482.1, "word": " Once", "probability": 0.2421875}, {"start": 2482.1, "end": 2482.4, "word": " again,", "probability": 0.8828125}, {"start": 2482.5, "end": 2482.5, "word": " let's", "probability": 0.4656982421875}, {"start": 2482.5, "end": 2482.66, "word": " go", "probability": 0.277587890625}, {"start": 2482.66, "end": 2482.7, "word": " back", "probability": 0.828125}, {"start": 2482.7, "end": 2483.32, "word": " to", "probability": 0.66943359375}, {"start": 2483.32, "end": 2484.44, "word": " the", "probability": 0.451416015625}, {"start": 2484.44, "end": 2484.68, "word": " topic.", "probability": 0.2470703125}, {"start": 2485.32, "end": 2485.92, "word": " When", "probability": 0.421142578125}, {"start": 2485.92, "end": 2486.58, "word": " you", "probability": 0.9130859375}, {"start": 2486.58, "end": 2486.78, "word": " open", "probability": 0.7138671875}, {"start": 2486.78, "end": 2486.96, "word": " the", "probability": 0.275146484375}, {"start": 2486.96, "end": 2487.26, "word": " project,", "probability": 0.88623046875}, {"start": 2487.34, "end": 2487.4, "word": " you", "probability": 0.84228515625}, {"start": 2487.4, "end": 2487.48, "word": " will", "probability": 0.595703125}, {"start": 2487.48, "end": 2487.68, "word": " find", "probability": 0.703125}, {"start": 2487.68, "end": 2488.1, "word": " two", "probability": 0.75}, {"start": 2488.1, "end": 2488.1, "word": " things.", "probability": 0.68603515625}, {"start": 2488.2, "end": 2488.32, "word": " The", "probability": 0.6279296875}, {"start": 2488.32, "end": 2488.66, "word": " app", "probability": 0.484375}, {"start": 2488.66, "end": 2489.36, "word": " and", "probability": 0.8427734375}, {"start": 2489.36, "end": 2489.82, "word": " Gradle.", "probability": 0.838623046875}, {"start": 2490.3, "end": 2490.76, "word": " Gradle", "probability": 0.915771484375}, {"start": 2490.76, "end": 2491.12, "word": " has", "probability": 0.765625}, {"start": 2491.12, "end": 2491.4, "word": " set", "probability": 0.124267578125}, {"start": 2491.4, "end": 2491.66, "word": " up", "probability": 0.308837890625}, {"start": 2491.66, "end": 2491.78, "word": " instructions", "probability": 0.1270751953125}, {"start": 2491.78, "end": 2492.5, "word": " on", "probability": 0.337890625}, {"start": 2492.5, "end": 2492.8, "word": " how", "probability": 0.82958984375}, {"start": 2492.8, "end": 2493.16, "word": " to", "probability": 0.9140625}, {"start": 2493.16, "end": 2493.6, "word": " build", "probability": 0.66357421875}, {"start": 2493.6, "end": 2493.88, "word": " your", "probability": 0.63818359375}, {"start": 2493.88, "end": 2494.42, "word": " application", "probability": 0.68310546875}, {"start": 2494.42, "end": 2494.86, "word": " and", "probability": 0.472412109375}, {"start": 2494.86, "end": 2495.46, "word": " extract", "probability": 0.1544189453125}, {"start": 2495.46, "end": 2495.82, "word": " the", "probability": 0.509765625}, {"start": 2495.82, "end": 2496.28, "word": " APK", "probability": 0.861083984375}, {"start": 2496.28, "end": 2496.64, "word": " from", "probability": 0.477294921875}, {"start": 2496.64, "end": 2496.64, "word": " it.", "probability": 0.8525390625}, {"start": 2497.14, "end": 2497.74, "word": " We", "probability": 0.477783203125}, {"start": 2497.74, "end": 2497.92, "word": " will", "probability": 0.50244140625}, {"start": 2497.92, "end": 2497.92, "word": " not", "probability": 0.92724609375}, {"start": 2497.92, "end": 2498.28, "word": " go", "probability": 0.2086181640625}, {"start": 2498.28, "end": 2498.38, "word": " into", "probability": 0.462890625}, {"start": 2498.38, "end": 2498.38, "word": " detail", "probability": 0.217041015625}, {"start": 2498.38, "end": 2498.5, "word": " about", "probability": 0.552734375}, {"start": 2498.5, "end": 2498.9, "word": " Gradle.", "probability": 0.938232421875}, {"start": 2499.28, "end": 2499.46, "word": " What", "probability": 0.490234375}, {"start": 2499.46, "end": 2499.5, "word": " did", "probability": 0.5283203125}, {"start": 2499.5, "end": 2499.64, "word": " we", "probability": 0.5185546875}, {"start": 2499.64, "end": 2499.68, "word": " find?", "probability": 0.352294921875}], "temperature": 1.0}, {"id": 101, "seek": 252702, "start": 2502.12, "end": 2527.02, "text": " Yes, yes. I had to open Gradle. Why? To correct the mistake. Because this mistake will come out of your head at home. Okay? You have to put alpha 1 instead of the RC that he had put. Okay? And that's it. I came back from here from the middle of the class, not boring at Gradle at all. Okay? All work will be done on this app. In this app, you will find a file in your Java.", "tokens": [1079, 11, 2086, 13, 286, 632, 281, 1269, 16710, 306, 13, 1545, 30, 1407, 3006, 264, 6146, 13, 1436, 341, 6146, 486, 808, 484, 295, 428, 1378, 412, 1280, 13, 1033, 30, 509, 362, 281, 829, 8961, 502, 2602, 295, 264, 28987, 300, 415, 632, 829, 13, 1033, 30, 400, 300, 311, 309, 13, 286, 1361, 646, 490, 510, 490, 264, 2808, 295, 264, 1508, 11, 406, 9989, 412, 16710, 306, 412, 439, 13, 1033, 30, 1057, 589, 486, 312, 1096, 322, 341, 724, 13, 682, 341, 724, 11, 291, 486, 915, 257, 3991, 294, 428, 10745, 13], "avg_logprob": -0.5495580916452889, "compression_ratio": 1.6120689655172413, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 2502.12, "end": 2502.56, "word": " Yes,", "probability": 0.29833984375}, {"start": 2503.14, "end": 2503.48, "word": " yes.", "probability": 0.388916015625}, {"start": 2503.64, "end": 2504.08, "word": " I", "probability": 0.9365234375}, {"start": 2504.08, "end": 2504.34, "word": " had", "probability": 0.5576171875}, {"start": 2504.34, "end": 2505.38, "word": " to", "probability": 0.93603515625}, {"start": 2505.38, "end": 2505.8, "word": " open", "probability": 0.68896484375}, {"start": 2505.8, "end": 2506.32, "word": " Gradle.", "probability": 0.546875}, {"start": 2506.6, "end": 2506.6, "word": " Why?", "probability": 0.81494140625}, {"start": 2507.4, "end": 2507.84, "word": " To", "probability": 0.57470703125}, {"start": 2507.84, "end": 2508.12, "word": " correct", "probability": 0.4765625}, {"start": 2508.12, "end": 2508.28, "word": " the", "probability": 0.376708984375}, {"start": 2508.28, "end": 2508.48, "word": " mistake.", "probability": 0.48095703125}, {"start": 2508.74, "end": 2508.88, "word": " Because", "probability": 0.80810546875}, {"start": 2508.88, "end": 2509.02, "word": " this", "probability": 0.284423828125}, {"start": 2509.02, "end": 2509.02, "word": " mistake", "probability": 0.8271484375}, {"start": 2509.02, "end": 2509.02, "word": " will", "probability": 0.6298828125}, {"start": 2509.02, "end": 2509.18, "word": " come", "probability": 0.1832275390625}, {"start": 2509.18, "end": 2509.24, "word": " out", "probability": 0.48974609375}, {"start": 2509.24, "end": 2509.44, "word": " of", "probability": 0.222412109375}, {"start": 2509.44, "end": 2509.44, "word": " your", "probability": 0.56640625}, {"start": 2509.44, "end": 2509.64, "word": " head", "probability": 0.367919921875}, {"start": 2509.64, "end": 2509.82, "word": " at", "probability": 0.57470703125}, {"start": 2509.82, "end": 2510.08, "word": " home.", "probability": 0.86962890625}, {"start": 2511.16, "end": 2511.4, "word": " Okay?", "probability": 0.3056640625}, {"start": 2511.92, "end": 2512.18, "word": " You", "probability": 0.90283203125}, {"start": 2512.18, "end": 2512.28, "word": " have", "probability": 0.5087890625}, {"start": 2512.28, "end": 2512.38, "word": " to", "probability": 0.9716796875}, {"start": 2512.38, "end": 2512.58, "word": " put", "probability": 0.317138671875}, {"start": 2512.58, "end": 2512.92, "word": " alpha", "probability": 0.34765625}, {"start": 2512.92, "end": 2513.34, "word": " 1", "probability": 0.458740234375}, {"start": 2513.34, "end": 2514.16, "word": " instead", "probability": 0.55322265625}, {"start": 2514.16, "end": 2514.4, "word": " of", "probability": 0.9697265625}, {"start": 2514.4, "end": 2514.7, "word": " the", "probability": 0.52099609375}, {"start": 2514.7, "end": 2515.3, "word": " RC", "probability": 0.65283203125}, {"start": 2515.3, "end": 2515.56, "word": " that", "probability": 0.49169921875}, {"start": 2515.56, "end": 2515.82, "word": " he", "probability": 0.7021484375}, {"start": 2515.82, "end": 2515.82, "word": " had", "probability": 0.323974609375}, {"start": 2515.82, "end": 2516.08, "word": " put.", "probability": 0.5673828125}, {"start": 2516.74, "end": 2516.98, "word": " Okay?", "probability": 0.53271484375}, {"start": 2517.0, "end": 2517.12, "word": " And", "probability": 0.80029296875}, {"start": 2517.12, "end": 2517.3, "word": " that's", "probability": 0.84423828125}, {"start": 2517.3, "end": 2517.42, "word": " it.", "probability": 0.904296875}, {"start": 2517.84, "end": 2518.02, "word": " I", "probability": 0.634765625}, {"start": 2518.02, "end": 2518.24, "word": " came", "probability": 0.54150390625}, {"start": 2518.24, "end": 2518.38, "word": " back", "probability": 0.370849609375}, {"start": 2518.38, "end": 2518.38, "word": " from", "probability": 0.728515625}, {"start": 2518.38, "end": 2518.54, "word": " here", "probability": 0.591796875}, {"start": 2518.54, "end": 2518.7, "word": " from", "probability": 0.274169921875}, {"start": 2518.7, "end": 2518.74, "word": " the", "probability": 0.437744140625}, {"start": 2518.74, "end": 2518.86, "word": " middle", "probability": 0.95458984375}, {"start": 2518.86, "end": 2518.94, "word": " of", "probability": 0.9208984375}, {"start": 2518.94, "end": 2519.0, "word": " the", "probability": 0.759765625}, {"start": 2519.0, "end": 2519.3, "word": " class,", "probability": 0.7900390625}, {"start": 2519.84, "end": 2519.9, "word": " not", "probability": 0.2340087890625}, {"start": 2519.9, "end": 2520.04, "word": " boring", "probability": 0.22900390625}, {"start": 2520.04, "end": 2520.16, "word": " at", "probability": 0.51171875}, {"start": 2520.16, "end": 2520.5, "word": " Gradle", "probability": 0.64990234375}, {"start": 2520.5, "end": 2520.56, "word": " at", "probability": 0.26513671875}, {"start": 2520.56, "end": 2520.82, "word": " all.", "probability": 0.9384765625}, {"start": 2521.64, "end": 2521.88, "word": " Okay?", "probability": 0.80419921875}, {"start": 2522.82, "end": 2523.0, "word": " All", "probability": 0.45068359375}, {"start": 2523.0, "end": 2523.2, "word": " work", "probability": 0.49072265625}, {"start": 2523.2, "end": 2523.4, "word": " will", "probability": 0.6953125}, {"start": 2523.4, "end": 2523.6, "word": " be", "probability": 0.908203125}, {"start": 2523.6, "end": 2523.9, "word": " done", "probability": 0.390625}, {"start": 2523.9, "end": 2524.52, "word": " on", "probability": 0.69580078125}, {"start": 2524.52, "end": 2524.66, "word": " this", "probability": 0.78125}, {"start": 2524.66, "end": 2524.86, "word": " app.", "probability": 0.66064453125}, {"start": 2525.1, "end": 2525.32, "word": " In", "probability": 0.62060546875}, {"start": 2525.32, "end": 2525.44, "word": " this", "probability": 0.90673828125}, {"start": 2525.44, "end": 2525.68, "word": " app,", "probability": 0.873046875}, {"start": 2525.86, "end": 2525.98, "word": " you", "probability": 0.96240234375}, {"start": 2525.98, "end": 2526.02, "word": " will", "probability": 0.70458984375}, {"start": 2526.02, "end": 2526.22, "word": " find", "probability": 0.88330078125}, {"start": 2526.22, "end": 2526.3, "word": " a", "probability": 0.53564453125}, {"start": 2526.3, "end": 2526.48, "word": " file", "probability": 0.67919921875}, {"start": 2526.48, "end": 2526.64, "word": " in", "probability": 0.77734375}, {"start": 2526.64, "end": 2526.72, "word": " your", "probability": 0.315185546875}, {"start": 2526.72, "end": 2527.02, "word": " Java.", "probability": 0.353759765625}], "temperature": 1.0}, {"id": 102, "seek": 255727, "start": 2529.09, "end": 2557.27, "text": " And you will find the resources with the layout file. These are what we work on. Okay? Okay, now guys, all my work will be done on the phone. That is, I will program and run and the application will appear on my phone. How will I show you? I will run the application to bring the phone screen to where? To the screen. To show you on the screen. To show you what I did. Okay?", "tokens": [400, 291, 486, 915, 264, 3593, 365, 264, 13333, 3991, 13, 1981, 366, 437, 321, 589, 322, 13, 1033, 30, 1033, 11, 586, 1074, 11, 439, 452, 589, 486, 312, 1096, 322, 264, 2593, 13, 663, 307, 11, 286, 486, 1461, 293, 1190, 293, 264, 3861, 486, 4204, 322, 452, 2593, 13, 1012, 486, 286, 855, 291, 30, 286, 486, 1190, 264, 3861, 281, 1565, 264, 2593, 2568, 281, 689, 30, 1407, 264, 2568, 13, 1407, 855, 291, 322, 264, 2568, 13, 1407, 855, 291, 437, 286, 630, 13, 1033, 30], "avg_logprob": -0.5227581670750743, "compression_ratio": 1.8028846153846154, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 2529.09, "end": 2529.31, "word": " And", "probability": 0.29931640625}, {"start": 2529.31, "end": 2529.45, "word": " you", "probability": 0.72412109375}, {"start": 2529.45, "end": 2529.49, "word": " will", "probability": 0.445556640625}, {"start": 2529.49, "end": 2529.81, "word": " find", "probability": 0.77978515625}, {"start": 2529.81, "end": 2531.59, "word": " the", "probability": 0.35791015625}, {"start": 2531.59, "end": 2532.09, "word": " resources", "probability": 0.748046875}, {"start": 2532.09, "end": 2532.43, "word": " with", "probability": 0.1800537109375}, {"start": 2532.43, "end": 2532.59, "word": " the", "probability": 0.4677734375}, {"start": 2532.59, "end": 2533.05, "word": " layout", "probability": 0.548828125}, {"start": 2533.05, "end": 2533.11, "word": " file.", "probability": 0.60888671875}, {"start": 2533.27, "end": 2533.43, "word": " These", "probability": 0.56982421875}, {"start": 2533.43, "end": 2533.59, "word": " are", "probability": 0.90673828125}, {"start": 2533.59, "end": 2533.61, "word": " what", "probability": 0.431640625}, {"start": 2533.61, "end": 2533.79, "word": " we", "probability": 0.9091796875}, {"start": 2533.79, "end": 2534.13, "word": " work", "probability": 0.439453125}, {"start": 2534.13, "end": 2534.33, "word": " on.", "probability": 0.8154296875}, {"start": 2535.15, "end": 2535.45, "word": " Okay?", "probability": 0.25927734375}, {"start": 2536.59, "end": 2536.95, "word": " Okay,", "probability": 0.337646484375}, {"start": 2536.99, "end": 2537.25, "word": " now", "probability": 0.689453125}, {"start": 2537.25, "end": 2537.71, "word": " guys,", "probability": 0.369384765625}, {"start": 2538.15, "end": 2538.29, "word": " all", "probability": 0.53662109375}, {"start": 2538.29, "end": 2538.59, "word": " my", "probability": 0.83544921875}, {"start": 2538.59, "end": 2538.89, "word": " work", "probability": 0.83544921875}, {"start": 2538.89, "end": 2539.35, "word": " will", "probability": 0.74072265625}, {"start": 2539.35, "end": 2539.55, "word": " be", "probability": 0.89306640625}, {"start": 2539.55, "end": 2539.91, "word": " done", "probability": 0.41015625}, {"start": 2539.91, "end": 2540.75, "word": " on", "probability": 0.7119140625}, {"start": 2540.75, "end": 2540.87, "word": " the", "probability": 0.4345703125}, {"start": 2540.87, "end": 2541.09, "word": " phone.", "probability": 0.50732421875}, {"start": 2541.81, "end": 2542.25, "word": " That", "probability": 0.216796875}, {"start": 2542.25, "end": 2542.25, "word": " is,", "probability": 0.58349609375}, {"start": 2542.27, "end": 2542.43, "word": " I", "probability": 0.98681640625}, {"start": 2542.43, "end": 2542.55, "word": " will", "probability": 0.78466796875}, {"start": 2542.55, "end": 2542.79, "word": " program", "probability": 0.77099609375}, {"start": 2542.79, "end": 2543.07, "word": " and", "probability": 0.5361328125}, {"start": 2543.07, "end": 2543.43, "word": " run", "probability": 0.7490234375}, {"start": 2543.43, "end": 2543.83, "word": " and", "probability": 0.44384765625}, {"start": 2543.83, "end": 2544.21, "word": " the", "probability": 0.346923828125}, {"start": 2544.21, "end": 2544.53, "word": " application", "probability": 0.7255859375}, {"start": 2544.53, "end": 2544.59, "word": " will", "probability": 0.82177734375}, {"start": 2544.59, "end": 2544.59, "word": " appear", "probability": 0.409912109375}, {"start": 2544.59, "end": 2544.75, "word": " on", "probability": 0.91064453125}, {"start": 2544.75, "end": 2545.57, "word": " my", "probability": 0.8251953125}, {"start": 2545.57, "end": 2545.77, "word": " phone.", "probability": 0.89599609375}, {"start": 2545.81, "end": 2546.03, "word": " How", "probability": 0.8505859375}, {"start": 2546.03, "end": 2546.11, "word": " will", "probability": 0.286865234375}, {"start": 2546.11, "end": 2546.13, "word": " I", "probability": 0.931640625}, {"start": 2546.13, "end": 2546.33, "word": " show", "probability": 0.9208984375}, {"start": 2546.33, "end": 2546.47, "word": " you?", "probability": 0.849609375}, {"start": 2547.53, "end": 2547.97, "word": " I", "probability": 0.7431640625}, {"start": 2547.97, "end": 2548.09, "word": " will", "probability": 0.177978515625}, {"start": 2548.09, "end": 2548.35, "word": " run", "probability": 0.669921875}, {"start": 2548.35, "end": 2548.73, "word": " the", "probability": 0.455810546875}, {"start": 2548.73, "end": 2549.21, "word": " application", "probability": 0.75341796875}, {"start": 2549.21, "end": 2551.07, "word": " to", "probability": 0.37353515625}, {"start": 2551.07, "end": 2551.37, "word": " bring", "probability": 0.75390625}, {"start": 2551.37, "end": 2551.81, "word": " the", "probability": 0.6728515625}, {"start": 2551.81, "end": 2551.97, "word": " phone", "probability": 0.5732421875}, {"start": 2551.97, "end": 2552.11, "word": " screen", "probability": 0.6337890625}, {"start": 2552.11, "end": 2552.31, "word": " to", "probability": 0.410888671875}, {"start": 2552.31, "end": 2552.67, "word": " where?", "probability": 0.289794921875}, {"start": 2553.41, "end": 2553.85, "word": " To", "probability": 0.5830078125}, {"start": 2553.85, "end": 2553.93, "word": " the", "probability": 0.8837890625}, {"start": 2553.93, "end": 2554.15, "word": " screen.", "probability": 0.84765625}, {"start": 2554.25, "end": 2554.47, "word": " To", "probability": 0.447998046875}, {"start": 2554.47, "end": 2554.73, "word": " show", "probability": 0.405517578125}, {"start": 2554.73, "end": 2554.93, "word": " you", "probability": 0.609375}, {"start": 2554.93, "end": 2555.07, "word": " on", "probability": 0.6181640625}, {"start": 2555.07, "end": 2555.15, "word": " the", "probability": 0.84423828125}, {"start": 2555.15, "end": 2555.35, "word": " screen.", "probability": 0.8740234375}, {"start": 2555.43, "end": 2555.57, "word": " To", "probability": 0.81494140625}, {"start": 2555.57, "end": 2555.77, "word": " show", "probability": 0.46240234375}, {"start": 2555.77, "end": 2555.89, "word": " you", "probability": 0.87939453125}, {"start": 2555.89, "end": 2555.89, "word": " what", "probability": 0.8916015625}, {"start": 2555.89, "end": 2556.09, "word": " I", "probability": 0.94775390625}, {"start": 2556.09, "end": 2556.35, "word": " did.", "probability": 0.58251953125}, {"start": 2556.83, "end": 2557.27, "word": " Okay?", "probability": 0.7548828125}], "temperature": 1.0}, {"id": 103, "seek": 258260, "start": 2559.18, "end": 2582.6, "text": " Now, really, really, I haven't added anything to the application yet. If I run it, do you see the button above? This is the run. What is the name of the operator? How? The operator? What operator? I don't understand. Yes, yes, this is the program.", "tokens": [823, 11, 534, 11, 534, 11, 286, 2378, 380, 3869, 1340, 281, 264, 3861, 1939, 13, 759, 286, 1190, 309, 11, 360, 291, 536, 264, 2960, 3673, 30, 639, 307, 264, 1190, 13, 708, 307, 264, 1315, 295, 264, 12973, 30, 1012, 30, 440, 12973, 30, 708, 12973, 30, 286, 500, 380, 1223, 13, 1079, 11, 2086, 11, 341, 307, 264, 1461, 13], "avg_logprob": -0.5053711021319032, "compression_ratio": 1.5308641975308641, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2559.18, "end": 2559.72, "word": " Now,", "probability": 0.4072265625}, {"start": 2560.36, "end": 2560.74, "word": " really,", "probability": 0.1851806640625}, {"start": 2561.08, "end": 2561.42, "word": " really,", "probability": 0.75244140625}, {"start": 2561.66, "end": 2562.7, "word": " I", "probability": 0.734375}, {"start": 2562.7, "end": 2562.84, "word": " haven't", "probability": 0.6480712890625}, {"start": 2562.84, "end": 2563.06, "word": " added", "probability": 0.583984375}, {"start": 2563.06, "end": 2563.56, "word": " anything", "probability": 0.67431640625}, {"start": 2563.56, "end": 2563.56, "word": " to", "probability": 0.6328125}, {"start": 2563.56, "end": 2563.56, "word": " the", "probability": 0.66796875}, {"start": 2563.56, "end": 2563.56, "word": " application", "probability": 0.67138671875}, {"start": 2563.56, "end": 2563.56, "word": " yet.", "probability": 0.779296875}, {"start": 2563.68, "end": 2563.78, "word": " If", "probability": 0.86328125}, {"start": 2563.78, "end": 2564.2, "word": " I", "probability": 0.97021484375}, {"start": 2564.2, "end": 2564.36, "word": " run", "probability": 0.369140625}, {"start": 2564.36, "end": 2564.48, "word": " it,", "probability": 0.408447265625}, {"start": 2564.86, "end": 2565.2, "word": " do", "probability": 0.2958984375}, {"start": 2565.2, "end": 2565.2, "word": " you", "probability": 0.97412109375}, {"start": 2565.2, "end": 2565.42, "word": " see", "probability": 0.93115234375}, {"start": 2565.42, "end": 2565.58, "word": " the", "probability": 0.54638671875}, {"start": 2565.58, "end": 2565.72, "word": " button", "probability": 0.75732421875}, {"start": 2565.72, "end": 2566.06, "word": " above?", "probability": 0.457763671875}, {"start": 2566.68, "end": 2567.22, "word": " This", "probability": 0.6767578125}, {"start": 2567.22, "end": 2567.26, "word": " is", "probability": 0.9384765625}, {"start": 2567.26, "end": 2567.32, "word": " the", "probability": 0.51806640625}, {"start": 2567.32, "end": 2567.5, "word": " run.", "probability": 0.71142578125}, {"start": 2571.56, "end": 2572.1, "word": " What", "probability": 0.442626953125}, {"start": 2572.1, "end": 2572.12, "word": " is", "probability": 0.515625}, {"start": 2572.12, "end": 2572.38, "word": " the", "probability": 0.84521484375}, {"start": 2572.38, "end": 2572.38, "word": " name", "probability": 0.8369140625}, {"start": 2572.38, "end": 2572.48, "word": " of", "probability": 0.9716796875}, {"start": 2572.48, "end": 2572.52, "word": " the", "probability": 0.7890625}, {"start": 2572.52, "end": 2572.78, "word": " operator?", "probability": 0.201416015625}, {"start": 2573.78, "end": 2574.32, "word": " How?", "probability": 0.413818359375}, {"start": 2574.58, "end": 2575.02, "word": " The", "probability": 0.42578125}, {"start": 2575.02, "end": 2575.22, "word": " operator?", "probability": 0.86083984375}, {"start": 2576.28, "end": 2576.82, "word": " What", "probability": 0.23388671875}, {"start": 2576.82, "end": 2578.8, "word": " operator?", "probability": 0.90576171875}, {"start": 2579.1, "end": 2579.22, "word": " I", "probability": 0.849609375}, {"start": 2579.22, "end": 2579.26, "word": " don't", "probability": 0.77197265625}, {"start": 2579.26, "end": 2579.54, "word": " understand.", "probability": 0.7421875}, {"start": 2580.74, "end": 2581.28, "word": " Yes,", "probability": 0.2705078125}, {"start": 2581.48, "end": 2581.64, "word": " yes,", "probability": 0.6484375}, {"start": 2581.68, "end": 2582.22, "word": " this", "probability": 0.85009765625}, {"start": 2582.22, "end": 2582.22, "word": " is", "probability": 0.413818359375}, {"start": 2582.22, "end": 2582.32, "word": " the", "probability": 0.90380859375}, {"start": 2582.32, "end": 2582.6, "word": " program.", "probability": 0.76806640625}], "temperature": 1.0}, {"id": 104, "seek": 260236, "start": 2583.88, "end": 2602.36, "text": " This guy's name is Vysor, the program. Okay? I'm not going to force you to use it at home. Why would you look at your phone screen on your laptop? It's right in front of you. You see it. Okay? But I want to show it to you because you're in a lecture. You see it. It's clear, guys.", "tokens": [639, 2146, 311, 1315, 307, 691, 749, 284, 11, 264, 1461, 13, 1033, 30, 286, 478, 406, 516, 281, 3464, 291, 281, 764, 309, 412, 1280, 13, 1545, 576, 291, 574, 412, 428, 2593, 2568, 322, 428, 10732, 30, 467, 311, 558, 294, 1868, 295, 291, 13, 509, 536, 309, 13, 1033, 30, 583, 286, 528, 281, 855, 309, 281, 291, 570, 291, 434, 294, 257, 7991, 13, 509, 536, 309, 13, 467, 311, 1850, 11, 1074, 13], "avg_logprob": -0.4999999849102165, "compression_ratio": 1.4635416666666667, "no_speech_prob": 5.781650543212891e-06, "words": [{"start": 2583.8799999999997, "end": 2584.2799999999997, "word": " This", "probability": 0.5576171875}, {"start": 2584.2799999999997, "end": 2584.68, "word": " guy's", "probability": 0.4840087890625}, {"start": 2584.68, "end": 2584.68, "word": " name", "probability": 0.80615234375}, {"start": 2584.68, "end": 2585.28, "word": " is", "probability": 0.9462890625}, {"start": 2585.28, "end": 2585.8, "word": " Vysor,", "probability": 0.503173828125}, {"start": 2585.92, "end": 2585.96, "word": " the", "probability": 0.387939453125}, {"start": 2585.96, "end": 2586.28, "word": " program.", "probability": 0.3466796875}, {"start": 2587.0, "end": 2587.2, "word": " Okay?", "probability": 0.1732177734375}, {"start": 2588.32, "end": 2588.72, "word": " I'm", "probability": 0.33160400390625}, {"start": 2588.72, "end": 2588.76, "word": " not", "probability": 0.93359375}, {"start": 2588.76, "end": 2588.88, "word": " going", "probability": 0.34716796875}, {"start": 2588.88, "end": 2588.88, "word": " to", "probability": 0.97265625}, {"start": 2588.88, "end": 2589.06, "word": " force", "probability": 0.61181640625}, {"start": 2589.06, "end": 2589.28, "word": " you", "probability": 0.9541015625}, {"start": 2589.28, "end": 2589.5, "word": " to", "probability": 0.51416015625}, {"start": 2589.5, "end": 2589.5, "word": " use", "probability": 0.17138671875}, {"start": 2589.5, "end": 2589.5, "word": " it", "probability": 0.359375}, {"start": 2589.5, "end": 2589.82, "word": " at", "probability": 0.380615234375}, {"start": 2589.82, "end": 2590.14, "word": " home.", "probability": 0.86962890625}, {"start": 2591.22, "end": 2591.62, "word": " Why", "probability": 0.457763671875}, {"start": 2591.62, "end": 2591.72, "word": " would", "probability": 0.447265625}, {"start": 2591.72, "end": 2591.74, "word": " you", "probability": 0.94873046875}, {"start": 2591.74, "end": 2592.0, "word": " look", "probability": 0.37890625}, {"start": 2592.0, "end": 2592.16, "word": " at", "probability": 0.92333984375}, {"start": 2592.16, "end": 2592.78, "word": " your", "probability": 0.74072265625}, {"start": 2592.78, "end": 2593.06, "word": " phone", "probability": 0.54052734375}, {"start": 2593.06, "end": 2593.18, "word": " screen", "probability": 0.4912109375}, {"start": 2593.18, "end": 2593.32, "word": " on", "probability": 0.82177734375}, {"start": 2593.32, "end": 2593.42, "word": " your", "probability": 0.5595703125}, {"start": 2593.42, "end": 2593.7, "word": " laptop?", "probability": 0.8388671875}, {"start": 2594.28, "end": 2594.52, "word": " It's", "probability": 0.62255859375}, {"start": 2594.52, "end": 2594.62, "word": " right", "probability": 0.626953125}, {"start": 2594.62, "end": 2594.74, "word": " in", "probability": 0.85498046875}, {"start": 2594.74, "end": 2594.98, "word": " front", "probability": 0.95166015625}, {"start": 2594.98, "end": 2595.06, "word": " of", "probability": 0.9658203125}, {"start": 2595.06, "end": 2595.06, "word": " you.", "probability": 0.9580078125}, {"start": 2595.14, "end": 2595.16, "word": " You", "probability": 0.61328125}, {"start": 2595.16, "end": 2595.44, "word": " see", "probability": 0.4091796875}, {"start": 2595.44, "end": 2595.68, "word": " it.", "probability": 0.73974609375}, {"start": 2595.82, "end": 2596.06, "word": " Okay?", "probability": 0.673828125}, {"start": 2598.02, "end": 2598.42, "word": " But", "probability": 0.79638671875}, {"start": 2598.42, "end": 2598.62, "word": " I", "probability": 0.92822265625}, {"start": 2598.62, "end": 2598.78, "word": " want", "probability": 0.4453125}, {"start": 2598.78, "end": 2598.86, "word": " to", "probability": 0.9580078125}, {"start": 2598.86, "end": 2599.04, "word": " show", "probability": 0.931640625}, {"start": 2599.04, "end": 2599.32, "word": " it", "probability": 0.4443359375}, {"start": 2599.32, "end": 2599.32, "word": " to", "probability": 0.9130859375}, {"start": 2599.32, "end": 2599.36, "word": " you", "probability": 0.9560546875}, {"start": 2599.36, "end": 2599.7, "word": " because", "probability": 0.36279296875}, {"start": 2599.7, "end": 2600.7, "word": " you're", "probability": 0.5491943359375}, {"start": 2600.7, "end": 2600.86, "word": " in", "probability": 0.81787109375}, {"start": 2600.86, "end": 2600.96, "word": " a", "probability": 0.82568359375}, {"start": 2600.96, "end": 2601.2, "word": " lecture.", "probability": 0.8349609375}, {"start": 2601.32, "end": 2601.38, "word": " You", "probability": 0.74658203125}, {"start": 2601.38, "end": 2601.58, "word": " see", "probability": 0.76611328125}, {"start": 2601.58, "end": 2601.72, "word": " it.", "probability": 0.81201171875}, {"start": 2601.8, "end": 2601.8, "word": " It's", "probability": 0.794189453125}, {"start": 2601.8, "end": 2602.0, "word": " clear,", "probability": 0.491943359375}, {"start": 2602.14, "end": 2602.36, "word": " guys.", "probability": 0.8193359375}], "temperature": 1.0}, {"id": 105, "seek": 264051, "start": 2612.59, "end": 2640.51, "text": " I haven't added anything to the app yet. I'm going to run it. In the run, it brought me two things. Above it, it brought me connected devices, which are the devices that you connect to it. This is an example of getting to know Samsung C9. This also shows you what is running. This is running Android 8.0.0. What is API? 26.", "tokens": [286, 2378, 380, 3869, 1340, 281, 264, 724, 1939, 13, 286, 478, 516, 281, 1190, 309, 13, 682, 264, 1190, 11, 309, 3038, 385, 732, 721, 13, 32691, 309, 11, 309, 3038, 385, 4582, 5759, 11, 597, 366, 264, 5759, 300, 291, 1745, 281, 309, 13, 639, 307, 364, 1365, 295, 1242, 281, 458, 13173, 383, 24, 13, 639, 611, 3110, 291, 437, 307, 2614, 13, 639, 307, 2614, 8853, 1649, 13, 15, 13, 15, 13, 708, 307, 9362, 30, 7551, 13], "avg_logprob": -0.6118223092642175, "compression_ratio": 1.5728155339805825, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2612.59, "end": 2612.99, "word": " I", "probability": 0.3701171875}, {"start": 2612.99, "end": 2613.45, "word": " haven't", "probability": 0.5745849609375}, {"start": 2613.45, "end": 2614.41, "word": " added", "probability": 0.1903076171875}, {"start": 2614.41, "end": 2614.89, "word": " anything", "probability": 0.6669921875}, {"start": 2614.89, "end": 2614.95, "word": " to", "probability": 0.5439453125}, {"start": 2614.95, "end": 2614.95, "word": " the", "probability": 0.68603515625}, {"start": 2614.95, "end": 2614.95, "word": " app", "probability": 0.412841796875}, {"start": 2614.95, "end": 2614.95, "word": " yet.", "probability": 0.7822265625}, {"start": 2615.03, "end": 2615.55, "word": " I'm", "probability": 0.435089111328125}, {"start": 2615.55, "end": 2615.61, "word": " going", "probability": 0.55908203125}, {"start": 2615.61, "end": 2615.63, "word": " to", "probability": 0.970703125}, {"start": 2615.63, "end": 2616.11, "word": " run", "probability": 0.5888671875}, {"start": 2616.11, "end": 2617.51, "word": " it.", "probability": 0.70166015625}, {"start": 2618.83, "end": 2619.35, "word": " In", "probability": 0.1005859375}, {"start": 2619.35, "end": 2619.51, "word": " the", "probability": 0.69921875}, {"start": 2619.51, "end": 2619.69, "word": " run,", "probability": 0.6240234375}, {"start": 2620.09, "end": 2620.47, "word": " it", "probability": 0.55615234375}, {"start": 2620.47, "end": 2620.47, "word": " brought", "probability": 0.382080078125}, {"start": 2620.47, "end": 2620.67, "word": " me", "probability": 0.60205078125}, {"start": 2620.67, "end": 2621.27, "word": " two", "probability": 0.7060546875}, {"start": 2621.27, "end": 2621.27, "word": " things.", "probability": 0.67431640625}, {"start": 2622.57, "end": 2623.09, "word": " Above", "probability": 0.325927734375}, {"start": 2623.09, "end": 2623.25, "word": " it,", "probability": 0.322021484375}, {"start": 2623.29, "end": 2623.29, "word": " it", "probability": 0.84716796875}, {"start": 2623.29, "end": 2623.43, "word": " brought", "probability": 0.85546875}, {"start": 2623.43, "end": 2623.79, "word": " me", "probability": 0.6513671875}, {"start": 2623.79, "end": 2624.37, "word": " connected", "probability": 0.68896484375}, {"start": 2624.37, "end": 2625.05, "word": " devices,", "probability": 0.97119140625}, {"start": 2626.71, "end": 2627.39, "word": " which", "probability": 0.71533203125}, {"start": 2627.39, "end": 2627.49, "word": " are", "probability": 0.7197265625}, {"start": 2627.49, "end": 2627.59, "word": " the", "probability": 0.392333984375}, {"start": 2627.59, "end": 2627.81, "word": " devices", "probability": 0.955078125}, {"start": 2627.81, "end": 2627.99, "word": " that", "probability": 0.55712890625}, {"start": 2627.99, "end": 2628.17, "word": " you", "probability": 0.79052734375}, {"start": 2628.17, "end": 2629.07, "word": " connect", "probability": 0.59326171875}, {"start": 2629.07, "end": 2629.29, "word": " to", "probability": 0.51513671875}, {"start": 2629.29, "end": 2629.29, "word": " it.", "probability": 0.282958984375}, {"start": 2629.35, "end": 2629.55, "word": " This", "probability": 0.3076171875}, {"start": 2629.55, "end": 2629.65, "word": " is", "probability": 0.515625}, {"start": 2629.65, "end": 2629.87, "word": " an", "probability": 0.416015625}, {"start": 2629.87, "end": 2629.87, "word": " example", "probability": 0.8466796875}, {"start": 2629.87, "end": 2629.95, "word": " of", "probability": 0.6787109375}, {"start": 2629.95, "end": 2630.07, "word": " getting", "probability": 0.1932373046875}, {"start": 2630.07, "end": 2630.31, "word": " to", "probability": 0.339111328125}, {"start": 2630.31, "end": 2630.31, "word": " know", "probability": 0.89599609375}, {"start": 2630.31, "end": 2632.17, "word": " Samsung", "probability": 0.37060546875}, {"start": 2632.17, "end": 2632.93, "word": " C9.", "probability": 0.92626953125}, {"start": 2633.51, "end": 2634.03, "word": " This", "probability": 0.46630859375}, {"start": 2634.03, "end": 2634.09, "word": " also", "probability": 0.28369140625}, {"start": 2634.09, "end": 2634.49, "word": " shows", "probability": 0.408447265625}, {"start": 2634.49, "end": 2634.65, "word": " you", "probability": 0.55078125}, {"start": 2634.65, "end": 2634.97, "word": " what", "probability": 0.80322265625}, {"start": 2634.97, "end": 2635.07, "word": " is", "probability": 0.469970703125}, {"start": 2635.07, "end": 2635.33, "word": " running.", "probability": 0.75439453125}, {"start": 2635.43, "end": 2635.63, "word": " This", "probability": 0.59765625}, {"start": 2635.63, "end": 2635.69, "word": " is", "probability": 0.413818359375}, {"start": 2635.69, "end": 2636.41, "word": " running", "probability": 0.828125}, {"start": 2636.41, "end": 2637.19, "word": " Android", "probability": 0.83056640625}, {"start": 2637.19, "end": 2637.45, "word": " 8", "probability": 0.98779296875}, {"start": 2637.45, "end": 2638.03, "word": ".0", "probability": 0.989013671875}, {"start": 2638.03, "end": 2638.43, "word": ".0.", "probability": 0.82421875}, {"start": 2638.45, "end": 2638.55, "word": " What", "probability": 0.4658203125}, {"start": 2638.55, "end": 2638.55, "word": " is", "probability": 0.8564453125}, {"start": 2638.55, "end": 2638.95, "word": " API?", "probability": 0.5478515625}, {"start": 2639.99, "end": 2640.51, "word": " 26.", "probability": 0.31103515625}], "temperature": 1.0}, {"id": 106, "seek": 264723, "start": 2642.67, "end": 2647.23, "text": "طبعا يعني حتى مش عامل upgrade لإيش لأ أحدث حاجة طبعا", "tokens": [9566, 3555, 3615, 995, 37495, 22653, 11331, 49975, 37893, 6225, 10943, 1211, 11484, 5296, 28814, 1829, 8592, 5296, 10721, 5551, 24401, 12984, 11331, 26108, 3660, 23032, 3555, 3615, 995], "avg_logprob": -0.24700521727403005, "compression_ratio": 1.0357142857142858, "no_speech_prob": 0.0, "words": [{"start": 2642.67, "end": 2642.99, "word": "طبعا", "probability": 0.663330078125}, {"start": 2642.99, "end": 2643.17, "word": " يعني", "probability": 0.673583984375}, {"start": 2643.17, "end": 2643.43, "word": " حتى", "probability": 0.8984375}, {"start": 2643.43, "end": 2643.55, "word": " مش", "probability": 0.99169921875}, {"start": 2643.55, "end": 2643.81, "word": " عامل", "probability": 0.96923828125}, {"start": 2643.81, "end": 2644.19, "word": " upgrade", "probability": 0.84814453125}, {"start": 2644.19, "end": 2644.69, "word": " لإيش", "probability": 0.8050537109375}, {"start": 2644.69, "end": 2645.63, "word": " لأ", "probability": 0.66796875}, {"start": 2645.63, "end": 2645.93, "word": " أحدث", "probability": 0.8907877604166666}, {"start": 2645.93, "end": 2646.43, "word": " حاجة", "probability": 0.9894205729166666}, {"start": 2646.43, "end": 2647.23, "word": " طبعا", "probability": 0.83624267578125}], "temperature": 1.0}, {"id": 107, "seek": 267505, "start": 2648.53, "end": 2675.05, "text": "And then what's down here? Available virtual devices. If I want to use an emulator, I can use one of these. But if I choose one of these and run it, it might take 15 minutes for the emulator to boot up. If your device network is not shown in the connected devices, it means that it is not identifying you. You need to search for the appropriate driver for your device.", "tokens": [5289, 550, 437, 311, 760, 510, 30, 11667, 32699, 6374, 5759, 13, 759, 286, 528, 281, 764, 364, 846, 16381, 11, 286, 393, 764, 472, 295, 613, 13, 583, 498, 286, 2826, 472, 295, 613, 293, 1190, 309, 11, 309, 1062, 747, 2119, 2077, 337, 264, 846, 16381, 281, 11450, 493, 13, 759, 428, 4302, 3209, 307, 406, 4898, 294, 264, 4582, 5759, 11, 309, 1355, 300, 309, 307, 406, 16696, 291, 13, 509, 643, 281, 3164, 337, 264, 6854, 6787, 337, 428, 4302, 13], "avg_logprob": -0.55886629362439, "compression_ratio": 1.6502242152466369, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2648.53, "end": 2648.75, "word": "And", "probability": 0.13623046875}, {"start": 2648.75, "end": 2649.05, "word": " then", "probability": 0.48291015625}, {"start": 2649.05, "end": 2649.37, "word": " what's", "probability": 0.24041748046875}, {"start": 2649.37, "end": 2649.49, "word": " down", "probability": 0.306884765625}, {"start": 2649.49, "end": 2649.49, "word": " here?", "probability": 0.68310546875}, {"start": 2650.89, "end": 2651.41, "word": " Available", "probability": 0.6690673828125}, {"start": 2651.41, "end": 2651.89, "word": " virtual", "probability": 0.65966796875}, {"start": 2651.89, "end": 2652.35, "word": " devices.", "probability": 0.95849609375}, {"start": 2652.39, "end": 2652.59, "word": " If", "probability": 0.314697265625}, {"start": 2652.59, "end": 2652.77, "word": " I", "probability": 0.93359375}, {"start": 2652.77, "end": 2652.93, "word": " want", "probability": 0.6728515625}, {"start": 2652.93, "end": 2653.03, "word": " to", "probability": 0.96728515625}, {"start": 2653.03, "end": 2653.19, "word": " use", "probability": 0.86279296875}, {"start": 2653.19, "end": 2653.33, "word": " an", "probability": 0.8203125}, {"start": 2653.33, "end": 2653.75, "word": " emulator,", "probability": 0.949462890625}, {"start": 2654.43, "end": 2654.53, "word": " I", "probability": 0.9169921875}, {"start": 2654.53, "end": 2654.67, "word": " can", "probability": 0.83251953125}, {"start": 2654.67, "end": 2655.07, "word": " use", "probability": 0.78125}, {"start": 2655.07, "end": 2655.65, "word": " one", "probability": 0.8291015625}, {"start": 2655.65, "end": 2656.17, "word": " of", "probability": 0.9130859375}, {"start": 2656.17, "end": 2656.39, "word": " these.", "probability": 0.58935546875}, {"start": 2656.81, "end": 2657.23, "word": " But", "probability": 0.76806640625}, {"start": 2657.23, "end": 2657.51, "word": " if", "probability": 0.6689453125}, {"start": 2657.51, "end": 2657.75, "word": " I", "probability": 0.95458984375}, {"start": 2657.75, "end": 2658.01, "word": " choose", "probability": 0.5078125}, {"start": 2658.01, "end": 2658.21, "word": " one", "probability": 0.83740234375}, {"start": 2658.21, "end": 2658.31, "word": " of", "probability": 0.82470703125}, {"start": 2658.31, "end": 2658.47, "word": " these", "probability": 0.7607421875}, {"start": 2658.47, "end": 2658.57, "word": " and", "probability": 0.75048828125}, {"start": 2658.57, "end": 2659.01, "word": " run", "probability": 0.6640625}, {"start": 2659.01, "end": 2659.11, "word": " it,", "probability": 0.6923828125}, {"start": 2659.43, "end": 2659.67, "word": " it", "probability": 0.83935546875}, {"start": 2659.67, "end": 2659.73, "word": " might", "probability": 0.1536865234375}, {"start": 2659.73, "end": 2659.81, "word": " take", "probability": 0.7705078125}, {"start": 2659.81, "end": 2659.99, "word": " 15", "probability": 0.5830078125}, {"start": 2659.99, "end": 2660.25, "word": " minutes", "probability": 0.841796875}, {"start": 2660.25, "end": 2660.71, "word": " for", "probability": 0.380859375}, {"start": 2660.71, "end": 2661.83, "word": " the", "probability": 0.66748046875}, {"start": 2661.83, "end": 2662.19, "word": " emulator", "probability": 0.958740234375}, {"start": 2662.19, "end": 2662.19, "word": " to", "probability": 0.9609375}, {"start": 2662.19, "end": 2662.19, "word": " boot", "probability": 0.33447265625}, {"start": 2662.19, "end": 2662.51, "word": " up.", "probability": 0.35888671875}, {"start": 2664.01, "end": 2664.53, "word": " If", "probability": 0.260498046875}, {"start": 2664.53, "end": 2665.27, "word": " your", "probability": 0.361572265625}, {"start": 2665.27, "end": 2665.29, "word": " device", "probability": 0.334716796875}, {"start": 2665.29, "end": 2665.95, "word": " network", "probability": 0.619140625}, {"start": 2665.95, "end": 2666.19, "word": " is", "probability": 0.4931640625}, {"start": 2666.19, "end": 2666.25, "word": " not", "probability": 0.78857421875}, {"start": 2666.25, "end": 2666.61, "word": " shown", "probability": 0.368408203125}, {"start": 2666.61, "end": 2667.09, "word": " in", "probability": 0.4453125}, {"start": 2667.09, "end": 2667.19, "word": " the", "probability": 0.53271484375}, {"start": 2667.19, "end": 2667.49, "word": " connected", "probability": 0.7236328125}, {"start": 2667.49, "end": 2668.11, "word": " devices,", "probability": 0.9453125}, {"start": 2668.21, "end": 2668.65, "word": " it", "probability": 0.6552734375}, {"start": 2668.65, "end": 2668.77, "word": " means", "probability": 0.69580078125}, {"start": 2668.77, "end": 2668.95, "word": " that", "probability": 0.345458984375}, {"start": 2668.95, "end": 2668.95, "word": " it", "probability": 0.529296875}, {"start": 2668.95, "end": 2668.97, "word": " is", "probability": 0.30126953125}, {"start": 2668.97, "end": 2668.97, "word": " not", "probability": 0.84375}, {"start": 2668.97, "end": 2669.31, "word": " identifying", "probability": 0.1800537109375}, {"start": 2669.31, "end": 2669.61, "word": " you.", "probability": 0.3125}, {"start": 2669.99, "end": 2670.21, "word": " You", "probability": 0.90087890625}, {"start": 2670.21, "end": 2670.35, "word": " need", "probability": 0.364013671875}, {"start": 2670.35, "end": 2670.55, "word": " to", "probability": 0.953125}, {"start": 2670.55, "end": 2670.69, "word": " search", "probability": 0.23388671875}, {"start": 2670.69, "end": 2670.97, "word": " for", "probability": 0.459228515625}, {"start": 2670.97, "end": 2671.35, "word": " the", "probability": 0.3623046875}, {"start": 2671.35, "end": 2671.55, "word": " appropriate", "probability": 0.19921875}, {"start": 2671.55, "end": 2672.27, "word": " driver", "probability": 0.60888671875}, {"start": 2672.27, "end": 2674.73, "word": " for", "probability": 0.5517578125}, {"start": 2674.73, "end": 2674.89, "word": " your", "probability": 0.5859375}, {"start": 2674.89, "end": 2675.05, "word": " device.", "probability": 0.6962890625}], "temperature": 1.0}, {"id": 108, "seek": 270125, "start": 2676.47, "end": 2701.25, "text": " Okay guys, and she made a run, okay, and he came for the first time only, he needs some time, okay? Because there is work that needs to be done first, okay? Okay, and he came for the first time and didn't work, what is supposed to be done? This is a scandal, it makes everything worse.", "tokens": [1033, 1074, 11, 293, 750, 1027, 257, 1190, 11, 1392, 11, 293, 415, 1361, 337, 264, 700, 565, 787, 11, 415, 2203, 512, 565, 11, 1392, 30, 1436, 456, 307, 589, 300, 2203, 281, 312, 1096, 700, 11, 1392, 30, 1033, 11, 293, 415, 1361, 337, 264, 700, 565, 293, 994, 380, 589, 11, 437, 307, 3442, 281, 312, 1096, 30, 639, 307, 257, 27922, 11, 309, 1669, 1203, 5324, 13], "avg_logprob": -0.6358506820268102, "compression_ratio": 1.7023809523809523, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2676.47, "end": 2676.79, "word": " Okay", "probability": 0.19873046875}, {"start": 2676.79, "end": 2677.09, "word": " guys,", "probability": 0.56689453125}, {"start": 2677.23, "end": 2677.31, "word": " and", "probability": 0.4169921875}, {"start": 2677.31, "end": 2677.45, "word": " she", "probability": 0.363037109375}, {"start": 2677.45, "end": 2677.67, "word": " made", "probability": 0.1280517578125}, {"start": 2677.67, "end": 2677.71, "word": " a", "probability": 0.78564453125}, {"start": 2677.71, "end": 2677.93, "word": " run,", "probability": 0.85595703125}, {"start": 2678.41, "end": 2678.83, "word": " okay,", "probability": 0.767578125}, {"start": 2679.39, "end": 2679.45, "word": " and", "probability": 0.8115234375}, {"start": 2679.45, "end": 2679.57, "word": " he", "probability": 0.277099609375}, {"start": 2679.57, "end": 2679.95, "word": " came", "probability": 0.53466796875}, {"start": 2679.95, "end": 2680.55, "word": " for", "probability": 0.58740234375}, {"start": 2680.55, "end": 2680.85, "word": " the", "probability": 0.8955078125}, {"start": 2680.85, "end": 2680.85, "word": " first", "probability": 0.88037109375}, {"start": 2680.85, "end": 2681.13, "word": " time", "probability": 0.89111328125}, {"start": 2681.13, "end": 2681.43, "word": " only,", "probability": 0.56494140625}, {"start": 2681.59, "end": 2681.71, "word": " he", "probability": 0.237548828125}, {"start": 2681.71, "end": 2681.91, "word": " needs", "probability": 0.4580078125}, {"start": 2681.91, "end": 2682.03, "word": " some", "probability": 0.482421875}, {"start": 2682.03, "end": 2682.21, "word": " time,", "probability": 0.71484375}, {"start": 2683.29, "end": 2683.65, "word": " okay?", "probability": 0.6953125}, {"start": 2684.03, "end": 2684.45, "word": " Because", "probability": 0.8564453125}, {"start": 2684.45, "end": 2686.49, "word": " there", "probability": 0.66162109375}, {"start": 2686.49, "end": 2686.51, "word": " is", "probability": 0.39501953125}, {"start": 2686.51, "end": 2686.77, "word": " work", "probability": 0.68701171875}, {"start": 2686.77, "end": 2686.85, "word": " that", "probability": 0.392822265625}, {"start": 2686.85, "end": 2687.01, "word": " needs", "probability": 0.3173828125}, {"start": 2687.01, "end": 2687.03, "word": " to", "probability": 0.93115234375}, {"start": 2687.03, "end": 2687.07, "word": " be", "probability": 0.9287109375}, {"start": 2687.07, "end": 2687.27, "word": " done", "probability": 0.91748046875}, {"start": 2687.27, "end": 2687.71, "word": " first,", "probability": 0.38720703125}, {"start": 2687.93, "end": 2689.55, "word": " okay?", "probability": 0.72607421875}, {"start": 2695.27, "end": 2695.59, "word": " Okay,", "probability": 0.5625}, {"start": 2695.91, "end": 2696.17, "word": " and", "probability": 0.315673828125}, {"start": 2696.17, "end": 2696.21, "word": " he", "probability": 0.63916015625}, {"start": 2696.21, "end": 2696.37, "word": " came", "probability": 0.62646484375}, {"start": 2696.37, "end": 2696.51, "word": " for", "probability": 0.130859375}, {"start": 2696.51, "end": 2696.87, "word": " the", "probability": 0.8759765625}, {"start": 2696.87, "end": 2696.99, "word": " first", "probability": 0.845703125}, {"start": 2696.99, "end": 2697.01, "word": " time", "probability": 0.84716796875}, {"start": 2697.01, "end": 2697.17, "word": " and", "probability": 0.2088623046875}, {"start": 2697.17, "end": 2697.17, "word": " didn't", "probability": 0.6771240234375}, {"start": 2697.17, "end": 2697.49, "word": " work,", "probability": 0.87109375}, {"start": 2698.31, "end": 2698.73, "word": " what", "probability": 0.70703125}, {"start": 2698.73, "end": 2698.73, "word": " is", "probability": 0.44580078125}, {"start": 2698.73, "end": 2698.91, "word": " supposed", "probability": 0.21826171875}, {"start": 2698.91, "end": 2698.99, "word": " to", "probability": 0.95947265625}, {"start": 2698.99, "end": 2699.03, "word": " be", "probability": 0.3349609375}, {"start": 2699.03, "end": 2699.11, "word": " done?", "probability": 0.7626953125}, {"start": 2699.91, "end": 2700.27, "word": " This", "probability": 0.666015625}, {"start": 2700.27, "end": 2700.33, "word": " is", "probability": 0.9033203125}, {"start": 2700.33, "end": 2700.41, "word": " a", "probability": 0.47509765625}, {"start": 2700.41, "end": 2700.59, "word": " scandal,", "probability": 0.5263671875}, {"start": 2700.75, "end": 2700.83, "word": " it", "probability": 0.29248046875}, {"start": 2700.83, "end": 2700.97, "word": " makes", "probability": 0.1466064453125}, {"start": 2700.97, "end": 2701.25, "word": " everything", "probability": 0.463134765625}, {"start": 2701.25, "end": 2701.25, "word": " worse.", "probability": 0.2174072265625}], "temperature": 1.0}, {"id": 109, "seek": 271472, "start": 2709.64, "end": 2714.72, "text": " I found myself the first time I told him, guys, he's going to take a long time for the first time. Okay?", "tokens": [286, 1352, 2059, 264, 700, 565, 286, 1907, 796, 11, 1074, 11, 415, 311, 516, 281, 747, 257, 938, 565, 337, 264, 700, 565, 13, 1033, 30], "avg_logprob": -0.8046874765838895, "compression_ratio": 1.1931818181818181, "no_speech_prob": 0.00016891956329345703, "words": [{"start": 2709.64, "end": 2710.16, "word": " I", "probability": 0.13232421875}, {"start": 2710.16, "end": 2710.4, "word": " found", "probability": 0.10565185546875}, {"start": 2710.4, "end": 2710.76, "word": " myself", "probability": 0.314453125}, {"start": 2710.76, "end": 2710.92, "word": " the", "probability": 0.31640625}, {"start": 2710.92, "end": 2711.06, "word": " first", "probability": 0.86328125}, {"start": 2711.06, "end": 2711.2, "word": " time", "probability": 0.8720703125}, {"start": 2711.2, "end": 2711.24, "word": " I", "probability": 0.56884765625}, {"start": 2711.24, "end": 2711.42, "word": " told", "probability": 0.1971435546875}, {"start": 2711.42, "end": 2711.64, "word": " him,", "probability": 0.748046875}, {"start": 2711.98, "end": 2711.98, "word": " guys,", "probability": 0.56201171875}, {"start": 2712.4, "end": 2712.66, "word": " he's", "probability": 0.36688232421875}, {"start": 2712.66, "end": 2712.66, "word": " going", "probability": 0.5673828125}, {"start": 2712.66, "end": 2712.66, "word": " to", "probability": 0.9501953125}, {"start": 2712.66, "end": 2712.82, "word": " take", "probability": 0.59326171875}, {"start": 2712.82, "end": 2713.14, "word": " a", "probability": 0.11932373046875}, {"start": 2713.14, "end": 2713.96, "word": " long", "probability": 0.54052734375}, {"start": 2713.96, "end": 2713.96, "word": " time", "probability": 0.54296875}, {"start": 2713.96, "end": 2713.96, "word": " for", "probability": 0.282470703125}, {"start": 2713.96, "end": 2713.96, "word": " the", "probability": 0.8916015625}, {"start": 2713.96, "end": 2713.96, "word": " first", "probability": 0.8828125}, {"start": 2713.96, "end": 2713.96, "word": " time.", "probability": 0.884765625}, {"start": 2714.46, "end": 2714.72, "word": " Okay?", "probability": 0.31396484375}], "temperature": 1.0}, {"id": 110, "seek": 276132, "start": 2735.52, "end": 2761.32, "text": " Ok, it has opened the app, ok? What's the name of it? My first mobile app. The app is still empty, ok? And of course, it is by default Buffalo what? Buffalo icon, here it is. My first mobile app, ok? Yes, of course, you click on it. We will change the icon later. You click on it, that's it, the app will come down on your device. It opens, ok? Yes, of course. That's it, it went down where? Your device, your APK is here.", "tokens": [3477, 11, 309, 575, 5625, 264, 724, 11, 3133, 30, 708, 311, 264, 1315, 295, 309, 30, 1222, 700, 6013, 724, 13, 440, 724, 307, 920, 6707, 11, 3133, 30, 400, 295, 1164, 11, 309, 307, 538, 7576, 33855, 437, 30, 33855, 6528, 11, 510, 309, 307, 13, 1222, 700, 6013, 724, 11, 3133, 30, 1079, 11, 295, 1164, 11, 291, 2052, 322, 309, 13, 492, 486, 1319, 264, 6528, 1780, 13, 509, 2052, 322, 309, 11, 300, 311, 309, 11, 264, 724, 486, 808, 760, 322, 428, 4302, 13, 467, 9870, 11, 3133, 30, 1079, 11, 295, 1164, 13, 663, 311, 309, 11, 309, 1437, 760, 689, 30, 2260, 4302, 11, 428, 5372, 42, 307, 510, 13], "avg_logprob": -0.5330882443099463, "compression_ratio": 1.8076923076923077, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2735.52, "end": 2735.78, "word": " Ok,", "probability": 0.142578125}, {"start": 2735.82, "end": 2735.98, "word": " it", "probability": 0.1815185546875}, {"start": 2735.98, "end": 2736.04, "word": " has", "probability": 0.2271728515625}, {"start": 2736.04, "end": 2736.2, "word": " opened", "probability": 0.59716796875}, {"start": 2736.2, "end": 2736.38, "word": " the", "probability": 0.6953125}, {"start": 2736.38, "end": 2736.7, "word": " app,", "probability": 0.424072265625}, {"start": 2737.14, "end": 2737.34, "word": " ok?", "probability": 0.174560546875}, {"start": 2737.54, "end": 2737.78, "word": " What's", "probability": 0.3834228515625}, {"start": 2737.78, "end": 2738.22, "word": " the", "probability": 0.462646484375}, {"start": 2738.22, "end": 2738.22, "word": " name", "probability": 0.82373046875}, {"start": 2738.22, "end": 2738.34, "word": " of", "probability": 0.796875}, {"start": 2738.34, "end": 2738.34, "word": " it?", "probability": 0.28662109375}, {"start": 2738.4, "end": 2738.62, "word": " My", "probability": 0.60009765625}, {"start": 2738.62, "end": 2738.86, "word": " first", "probability": 0.42138671875}, {"start": 2738.86, "end": 2739.02, "word": " mobile", "probability": 0.71240234375}, {"start": 2739.02, "end": 2739.06, "word": " app.", "probability": 0.857421875}, {"start": 2739.12, "end": 2739.26, "word": " The", "probability": 0.33203125}, {"start": 2739.26, "end": 2739.94, "word": " app", "probability": 0.73681640625}, {"start": 2739.94, "end": 2739.94, "word": " is", "probability": 0.794921875}, {"start": 2739.94, "end": 2739.94, "word": " still", "probability": 0.5888671875}, {"start": 2739.94, "end": 2739.94, "word": " empty,", "probability": 0.5654296875}, {"start": 2740.32, "end": 2740.6, "word": " ok?", "probability": 0.78759765625}, {"start": 2741.16, "end": 2741.42, "word": " And", "probability": 0.66357421875}, {"start": 2741.42, "end": 2741.64, "word": " of", "probability": 0.62255859375}, {"start": 2741.64, "end": 2741.66, "word": " course,", "probability": 0.9501953125}, {"start": 2741.82, "end": 2741.84, "word": " it", "probability": 0.26025390625}, {"start": 2741.84, "end": 2742.06, "word": " is", "probability": 0.4638671875}, {"start": 2742.06, "end": 2742.26, "word": " by", "probability": 0.78955078125}, {"start": 2742.26, "end": 2742.64, "word": " default", "probability": 0.974609375}, {"start": 2742.64, "end": 2743.0, "word": " Buffalo", "probability": 0.2076416015625}, {"start": 2743.0, "end": 2743.32, "word": " what?", "probability": 0.67822265625}, {"start": 2744.7, "end": 2745.1, "word": " Buffalo", "probability": 0.8115234375}, {"start": 2745.1, "end": 2745.5, "word": " icon,", "probability": 0.5693359375}, {"start": 2745.62, "end": 2745.72, "word": " here", "probability": 0.35693359375}, {"start": 2745.72, "end": 2745.74, "word": " it", "probability": 0.466064453125}, {"start": 2745.74, "end": 2746.0, "word": " is.", "probability": 0.9404296875}, {"start": 2746.08, "end": 2746.42, "word": " My", "probability": 0.90771484375}, {"start": 2746.42, "end": 2746.92, "word": " first", "probability": 0.84423828125}, {"start": 2746.92, "end": 2747.2, "word": " mobile", "probability": 0.96044921875}, {"start": 2747.2, "end": 2747.52, "word": " app,", "probability": 0.91357421875}, {"start": 2748.32, "end": 2748.5, "word": " ok?", "probability": 0.79296875}, {"start": 2748.82, "end": 2749.02, "word": " Yes,", "probability": 0.488037109375}, {"start": 2749.08, "end": 2749.18, "word": " of", "probability": 0.80078125}, {"start": 2749.18, "end": 2749.18, "word": " course,", "probability": 0.9619140625}, {"start": 2749.32, "end": 2749.38, "word": " you", "probability": 0.70849609375}, {"start": 2749.38, "end": 2749.54, "word": " click", "probability": 0.1964111328125}, {"start": 2749.54, "end": 2749.58, "word": " on", "probability": 0.334716796875}, {"start": 2749.58, "end": 2749.58, "word": " it.", "probability": 0.85986328125}, {"start": 2749.58, "end": 2749.72, "word": " We", "probability": 0.4521484375}, {"start": 2749.72, "end": 2749.74, "word": " will", "probability": 0.53759765625}, {"start": 2749.74, "end": 2749.94, "word": " change", "probability": 0.8505859375}, {"start": 2749.94, "end": 2750.06, "word": " the", "probability": 0.8818359375}, {"start": 2750.06, "end": 2750.32, "word": " icon", "probability": 0.9208984375}, {"start": 2750.32, "end": 2750.6, "word": " later.", "probability": 0.5810546875}, {"start": 2751.02, "end": 2751.16, "word": " You", "probability": 0.73046875}, {"start": 2751.16, "end": 2751.34, "word": " click", "probability": 0.826171875}, {"start": 2751.34, "end": 2751.54, "word": " on", "probability": 0.93310546875}, {"start": 2751.54, "end": 2751.72, "word": " it,", "probability": 0.947265625}, {"start": 2752.1, "end": 2752.24, "word": " that's", "probability": 0.5860595703125}, {"start": 2752.24, "end": 2752.3, "word": " it,", "probability": 0.9140625}, {"start": 2752.38, "end": 2752.4, "word": " the", "probability": 0.85302734375}, {"start": 2752.4, "end": 2752.62, "word": " app", "probability": 0.57080078125}, {"start": 2752.62, "end": 2752.76, "word": " will", "probability": 0.230224609375}, {"start": 2752.76, "end": 2752.88, "word": " come", "probability": 0.2396240234375}, {"start": 2752.88, "end": 2753.12, "word": " down", "probability": 0.6455078125}, {"start": 2753.12, "end": 2753.24, "word": " on", "probability": 0.410400390625}, {"start": 2753.24, "end": 2753.32, "word": " your", "probability": 0.74365234375}, {"start": 2753.32, "end": 2753.48, "word": " device.", "probability": 0.81494140625}, {"start": 2753.66, "end": 2753.8, "word": " It", "probability": 0.87939453125}, {"start": 2753.8, "end": 2753.98, "word": " opens,", "probability": 0.67578125}, {"start": 2754.6, "end": 2754.82, "word": " ok?", "probability": 0.86474609375}, {"start": 2757.02, "end": 2757.42, "word": " Yes,", "probability": 0.458740234375}, {"start": 2757.56, "end": 2757.64, "word": " of", "probability": 0.91943359375}, {"start": 2757.64, "end": 2757.74, "word": " course.", "probability": 0.9609375}, {"start": 2758.24, "end": 2758.54, "word": " That's", "probability": 0.659423828125}, {"start": 2758.54, "end": 2758.7, "word": " it,", "probability": 0.927734375}, {"start": 2758.82, "end": 2759.1, "word": " it", "probability": 0.76416015625}, {"start": 2759.1, "end": 2759.1, "word": " went", "probability": 0.234375}, {"start": 2759.1, "end": 2759.34, "word": " down", "probability": 0.802734375}, {"start": 2759.34, "end": 2759.54, "word": " where?", "probability": 0.36865234375}, {"start": 2759.82, "end": 2760.14, "word": " Your", "probability": 0.64599609375}, {"start": 2760.14, "end": 2760.4, "word": " device,", "probability": 0.5390625}, {"start": 2760.54, "end": 2760.58, "word": " your", "probability": 0.427734375}, {"start": 2760.58, "end": 2760.92, "word": " APK", "probability": 0.59014892578125}, {"start": 2760.92, "end": 2761.02, "word": " is", "probability": 0.771484375}, {"start": 2761.02, "end": 2761.32, "word": " here.", "probability": 0.740234375}], "temperature": 1.0}, {"id": 111, "seek": 278930, "start": 2763.04, "end": 2789.3, "text": " and then you copy it and run it again, ok? how? we say that there are some devices that have a driver to get to know them no, no ok, attention guys", "tokens": [293, 550, 291, 5055, 309, 293, 1190, 309, 797, 11, 3133, 30, 577, 30, 321, 584, 300, 456, 366, 512, 5759, 300, 362, 257, 6787, 281, 483, 281, 458, 552, 572, 11, 572, 3133, 11, 3202, 1074], "avg_logprob": -0.8178453806199526, "compression_ratio": 1.3454545454545455, "no_speech_prob": 8.046627044677734e-06, "words": [{"start": 2763.04, "end": 2763.34, "word": " and", "probability": 0.050750732421875}, {"start": 2763.34, "end": 2763.42, "word": " then", "probability": 0.58837890625}, {"start": 2763.42, "end": 2763.72, "word": " you", "probability": 0.286865234375}, {"start": 2763.72, "end": 2763.9, "word": " copy", "probability": 0.11053466796875}, {"start": 2763.9, "end": 2768.0, "word": " it", "probability": 0.185791015625}, {"start": 2768.0, "end": 2768.06, "word": " and", "probability": 0.64013671875}, {"start": 2768.06, "end": 2768.46, "word": " run", "probability": 0.55908203125}, {"start": 2768.46, "end": 2768.6, "word": " it", "probability": 0.76611328125}, {"start": 2768.6, "end": 2768.92, "word": " again,", "probability": 0.87744140625}, {"start": 2768.92, "end": 2769.62, "word": " ok?", "probability": 0.2088623046875}, {"start": 2772.56, "end": 2773.08, "word": " how?", "probability": 0.26171875}, {"start": 2778.54, "end": 2779.06, "word": " we", "probability": 0.63818359375}, {"start": 2779.06, "end": 2779.28, "word": " say", "probability": 0.448974609375}, {"start": 2779.28, "end": 2779.48, "word": " that", "probability": 0.6337890625}, {"start": 2779.48, "end": 2779.5, "word": " there", "probability": 0.353515625}, {"start": 2779.5, "end": 2779.54, "word": " are", "probability": 0.85595703125}, {"start": 2779.54, "end": 2779.74, "word": " some", "probability": 0.7470703125}, {"start": 2779.74, "end": 2780.0, "word": " devices", "probability": 0.270751953125}, {"start": 2780.0, "end": 2780.12, "word": " that", "probability": 0.447998046875}, {"start": 2780.12, "end": 2780.28, "word": " have", "probability": 0.325439453125}, {"start": 2780.28, "end": 2780.32, "word": " a", "probability": 0.362548828125}, {"start": 2780.32, "end": 2780.64, "word": " driver", "probability": 0.8662109375}, {"start": 2780.64, "end": 2781.26, "word": " to", "probability": 0.437744140625}, {"start": 2781.26, "end": 2781.42, "word": " get", "probability": 0.1839599609375}, {"start": 2781.42, "end": 2781.5, "word": " to", "probability": 0.2132568359375}, {"start": 2781.5, "end": 2781.64, "word": " know", "probability": 0.8662109375}, {"start": 2781.64, "end": 2781.98, "word": " them", "probability": 0.71484375}, {"start": 2781.98, "end": 2785.56, "word": " no,", "probability": 0.419677734375}, {"start": 2785.56, "end": 2787.1, "word": " no", "probability": 0.85302734375}, {"start": 2787.1, "end": 2788.64, "word": " ok,", "probability": 0.42529296875}, {"start": 2788.7, "end": 2788.92, "word": " attention", "probability": 0.3583984375}, {"start": 2788.92, "end": 2789.3, "word": " guys", "probability": 0.46923828125}], "temperature": 1.0}, {"id": 112, "seek": 281947, "start": 2790.45, "end": 2819.47, "text": " We come to the design of this gate. As we said, working on Android, there is a part of design and a part of code. We will leave the code of this gate. Okay? We will work on every work on design. That is, we will open this screen in front of you. To get familiar with this screen, the beauty of Android is that you can design everything drag and drop. So we will take drag and drop, and we will also apply it to XML. You can't work on everything drag and drop. Sometimes,", "tokens": [492, 808, 281, 264, 1715, 295, 341, 8539, 13, 1018, 321, 848, 11, 1364, 322, 8853, 11, 456, 307, 257, 644, 295, 1715, 293, 257, 644, 295, 3089, 13, 492, 486, 1856, 264, 3089, 295, 341, 8539, 13, 1033, 30, 492, 486, 589, 322, 633, 589, 322, 1715, 13, 663, 307, 11, 321, 486, 1269, 341, 2568, 294, 1868, 295, 291, 13, 1407, 483, 4963, 365, 341, 2568, 11, 264, 6643, 295, 8853, 307, 300, 291, 393, 1715, 1203, 5286, 293, 3270, 13, 407, 321, 486, 747, 5286, 293, 3270, 11, 293, 321, 486, 611, 3079, 309, 281, 43484, 13, 509, 393, 380, 589, 322, 1203, 5286, 293, 3270, 13, 4803, 11], "avg_logprob": -0.4784291951002273, "compression_ratio": 1.9146341463414633, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2790.45, "end": 2790.67, "word": " We", "probability": 0.2421875}, {"start": 2790.67, "end": 2790.79, "word": " come", "probability": 0.28076171875}, {"start": 2790.79, "end": 2790.91, "word": " to", "probability": 0.90576171875}, {"start": 2790.91, "end": 2791.01, "word": " the", "probability": 0.4814453125}, {"start": 2791.01, "end": 2791.23, "word": " design", "probability": 0.63818359375}, {"start": 2791.23, "end": 2791.43, "word": " of", "probability": 0.85400390625}, {"start": 2791.43, "end": 2791.49, "word": " this", "probability": 0.434326171875}, {"start": 2791.49, "end": 2791.63, "word": " gate.", "probability": 0.63232421875}, {"start": 2791.85, "end": 2792.25, "word": " As", "probability": 0.334228515625}, {"start": 2792.25, "end": 2792.95, "word": " we", "probability": 0.62939453125}, {"start": 2792.95, "end": 2793.17, "word": " said,", "probability": 0.78857421875}, {"start": 2794.25, "end": 2794.61, "word": " working", "probability": 0.61083984375}, {"start": 2794.61, "end": 2794.79, "word": " on", "probability": 0.83837890625}, {"start": 2794.79, "end": 2795.19, "word": " Android,", "probability": 0.7314453125}, {"start": 2795.37, "end": 2795.73, "word": " there", "probability": 0.75439453125}, {"start": 2795.73, "end": 2795.81, "word": " is", "probability": 0.432861328125}, {"start": 2795.81, "end": 2795.89, "word": " a", "probability": 0.6953125}, {"start": 2795.89, "end": 2796.03, "word": " part", "probability": 0.54248046875}, {"start": 2796.03, "end": 2796.13, "word": " of", "probability": 0.4970703125}, {"start": 2796.13, "end": 2796.43, "word": " design", "probability": 0.794921875}, {"start": 2796.43, "end": 2796.65, "word": " and", "probability": 0.8740234375}, {"start": 2796.65, "end": 2796.77, "word": " a", "probability": 0.615234375}, {"start": 2796.77, "end": 2796.81, "word": " part", "probability": 0.89892578125}, {"start": 2796.81, "end": 2796.99, "word": " of", "probability": 0.96337890625}, {"start": 2796.99, "end": 2797.23, "word": " code.", "probability": 0.8876953125}, {"start": 2797.81, "end": 2798.21, "word": " We", "probability": 0.459228515625}, {"start": 2798.21, "end": 2798.47, "word": " will", "probability": 0.337158203125}, {"start": 2798.47, "end": 2798.71, "word": " leave", "probability": 0.7734375}, {"start": 2798.71, "end": 2798.71, "word": " the", "probability": 0.34912109375}, {"start": 2798.71, "end": 2798.71, "word": " code", "probability": 0.93505859375}, {"start": 2798.71, "end": 2798.87, "word": " of", "probability": 0.1153564453125}, {"start": 2798.87, "end": 2798.87, "word": " this", "probability": 0.8037109375}, {"start": 2798.87, "end": 2799.05, "word": " gate.", "probability": 0.92919921875}, {"start": 2800.17, "end": 2800.47, "word": " Okay?", "probability": 0.1810302734375}, {"start": 2801.13, "end": 2801.39, "word": " We", "probability": 0.87939453125}, {"start": 2801.39, "end": 2801.41, "word": " will", "probability": 0.7666015625}, {"start": 2801.41, "end": 2801.59, "word": " work", "probability": 0.533203125}, {"start": 2801.59, "end": 2801.75, "word": " on", "probability": 0.49169921875}, {"start": 2801.75, "end": 2801.83, "word": " every", "probability": 0.30078125}, {"start": 2801.83, "end": 2802.17, "word": " work", "probability": 0.48095703125}, {"start": 2802.17, "end": 2802.73, "word": " on", "probability": 0.31591796875}, {"start": 2802.73, "end": 2803.37, "word": " design.", "probability": 0.63623046875}, {"start": 2804.19, "end": 2804.63, "word": " That", "probability": 0.224365234375}, {"start": 2804.63, "end": 2804.63, "word": " is,", "probability": 0.3857421875}, {"start": 2804.67, "end": 2804.77, "word": " we", "probability": 0.93017578125}, {"start": 2804.77, "end": 2804.81, "word": " will", "probability": 0.82470703125}, {"start": 2804.81, "end": 2804.95, "word": " open", "probability": 0.84375}, {"start": 2804.95, "end": 2805.13, "word": " this", "probability": 0.8017578125}, {"start": 2805.13, "end": 2805.33, "word": " screen", "probability": 0.84716796875}, {"start": 2805.33, "end": 2805.61, "word": " in", "probability": 0.59765625}, {"start": 2805.61, "end": 2805.83, "word": " front", "probability": 0.94091796875}, {"start": 2805.83, "end": 2805.83, "word": " of", "probability": 0.951171875}, {"start": 2805.83, "end": 2806.07, "word": " you.", "probability": 0.84130859375}, {"start": 2806.91, "end": 2807.13, "word": " To", "probability": 0.200439453125}, {"start": 2807.13, "end": 2807.31, "word": " get", "probability": 0.63037109375}, {"start": 2807.31, "end": 2807.69, "word": " familiar", "probability": 0.44140625}, {"start": 2807.69, "end": 2807.81, "word": " with", "probability": 0.79736328125}, {"start": 2807.81, "end": 2807.95, "word": " this", "probability": 0.91357421875}, {"start": 2807.95, "end": 2808.25, "word": " screen,", "probability": 0.88330078125}, {"start": 2809.31, "end": 2809.51, "word": " the", "probability": 0.70361328125}, {"start": 2809.51, "end": 2809.65, "word": " beauty", "probability": 0.268310546875}, {"start": 2809.65, "end": 2809.75, "word": " of", "probability": 0.86669921875}, {"start": 2809.75, "end": 2810.09, "word": " Android", "probability": 0.92236328125}, {"start": 2810.09, "end": 2810.29, "word": " is", "probability": 0.8681640625}, {"start": 2810.29, "end": 2810.39, "word": " that", "probability": 0.89599609375}, {"start": 2810.39, "end": 2810.67, "word": " you", "probability": 0.90576171875}, {"start": 2810.67, "end": 2810.73, "word": " can", "probability": 0.9462890625}, {"start": 2810.73, "end": 2811.07, "word": " design", "probability": 0.7685546875}, {"start": 2811.07, "end": 2811.43, "word": " everything", "probability": 0.744140625}, {"start": 2811.43, "end": 2811.65, "word": " drag", "probability": 0.214111328125}, {"start": 2811.65, "end": 2811.79, "word": " and", "probability": 0.783203125}, {"start": 2811.79, "end": 2811.93, "word": " drop.", "probability": 0.91259765625}, {"start": 2812.81, "end": 2813.19, "word": " So", "probability": 0.68359375}, {"start": 2813.19, "end": 2813.33, "word": " we", "probability": 0.6640625}, {"start": 2813.33, "end": 2813.43, "word": " will", "probability": 0.57861328125}, {"start": 2813.43, "end": 2813.61, "word": " take", "probability": 0.7080078125}, {"start": 2813.61, "end": 2813.85, "word": " drag", "probability": 0.73583984375}, {"start": 2813.85, "end": 2814.01, "word": " and", "probability": 0.88330078125}, {"start": 2814.01, "end": 2814.21, "word": " drop,", "probability": 0.89111328125}, {"start": 2814.73, "end": 2815.03, "word": " and", "probability": 0.6953125}, {"start": 2815.03, "end": 2815.03, "word": " we", "probability": 0.5068359375}, {"start": 2815.03, "end": 2815.09, "word": " will", "probability": 0.80615234375}, {"start": 2815.09, "end": 2815.37, "word": " also", "probability": 0.5244140625}, {"start": 2815.37, "end": 2815.37, "word": " apply", "probability": 0.2423095703125}, {"start": 2815.37, "end": 2815.83, "word": " it", "probability": 0.346435546875}, {"start": 2815.83, "end": 2816.11, "word": " to", "probability": 0.89208984375}, {"start": 2816.11, "end": 2816.43, "word": " XML.", "probability": 0.357177734375}, {"start": 2816.87, "end": 2817.05, "word": " You", "probability": 0.81884765625}, {"start": 2817.05, "end": 2817.31, "word": " can't", "probability": 0.5699462890625}, {"start": 2817.31, "end": 2817.75, "word": " work", "probability": 0.8134765625}, {"start": 2817.75, "end": 2817.85, "word": " on", "probability": 0.5263671875}, {"start": 2817.85, "end": 2817.97, "word": " everything", "probability": 0.8994140625}, {"start": 2817.97, "end": 2818.25, "word": " drag", "probability": 0.81396484375}, {"start": 2818.25, "end": 2818.37, "word": " and", "probability": 0.9375}, {"start": 2818.37, "end": 2818.57, "word": " drop.", "probability": 0.89111328125}, {"start": 2819.05, "end": 2819.47, "word": " Sometimes,", "probability": 0.84765625}], "temperature": 1.0}, {"id": 113, "seek": 284262, "start": 2820.28, "end": 2842.62, "text": " When the design gets complicated, you have to turn on what? XML So I will always turn on XML and GUI to get used to both Okay, now this is a sample of a smartphone screen So if you want to enlarge it, you can do this to see a specific place on the screen", "tokens": [1133, 264, 1715, 2170, 6179, 11, 291, 362, 281, 1261, 322, 437, 30, 1783, 44, 43, 407, 286, 486, 1009, 1261, 322, 1783, 44, 43, 293, 17917, 40, 281, 483, 1143, 281, 1293, 1033, 11, 586, 341, 307, 257, 6889, 295, 257, 13307, 2568, 407, 498, 291, 528, 281, 31976, 432, 309, 11, 291, 393, 360, 341, 281, 536, 257, 2685, 1081, 322, 264, 2568], "avg_logprob": -0.59895832881783, "compression_ratio": 1.4406779661016949, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2820.28, "end": 2820.58, "word": " When", "probability": 0.43359375}, {"start": 2820.58, "end": 2821.48, "word": " the", "probability": 0.498291015625}, {"start": 2821.48, "end": 2821.9, "word": " design", "probability": 0.74755859375}, {"start": 2821.9, "end": 2821.9, "word": " gets", "probability": 0.218017578125}, {"start": 2821.9, "end": 2821.9, "word": " complicated,", "probability": 0.69677734375}, {"start": 2822.6, "end": 2822.66, "word": " you", "probability": 0.82568359375}, {"start": 2822.66, "end": 2822.76, "word": " have", "probability": 0.263916015625}, {"start": 2822.76, "end": 2823.06, "word": " to", "probability": 0.96044921875}, {"start": 2823.06, "end": 2823.34, "word": " turn", "probability": 0.263916015625}, {"start": 2823.34, "end": 2823.52, "word": " on", "probability": 0.826171875}, {"start": 2823.52, "end": 2823.7, "word": " what?", "probability": 0.1839599609375}, {"start": 2824.04, "end": 2824.6, "word": " XML", "probability": 0.616943359375}, {"start": 2824.6, "end": 2825.18, "word": " So", "probability": 0.341552734375}, {"start": 2825.18, "end": 2825.36, "word": " I", "probability": 0.65234375}, {"start": 2825.36, "end": 2825.58, "word": " will", "probability": 0.2288818359375}, {"start": 2825.58, "end": 2825.58, "word": " always", "probability": 0.78955078125}, {"start": 2825.58, "end": 2825.9, "word": " turn", "probability": 0.2271728515625}, {"start": 2825.9, "end": 2826.72, "word": " on", "probability": 0.6494140625}, {"start": 2826.72, "end": 2827.2, "word": " XML", "probability": 0.5616861979166666}, {"start": 2827.2, "end": 2827.26, "word": " and", "probability": 0.55517578125}, {"start": 2827.26, "end": 2828.72, "word": " GUI", "probability": 0.751220703125}, {"start": 2828.72, "end": 2828.86, "word": " to", "probability": 0.272705078125}, {"start": 2828.86, "end": 2829.02, "word": " get", "probability": 0.77880859375}, {"start": 2829.02, "end": 2829.18, "word": " used", "probability": 0.86962890625}, {"start": 2829.18, "end": 2829.34, "word": " to", "probability": 0.94384765625}, {"start": 2829.34, "end": 2829.66, "word": " both", "probability": 0.6865234375}, {"start": 2829.66, "end": 2830.46, "word": " Okay,", "probability": 0.1883544921875}, {"start": 2831.72, "end": 2831.98, "word": " now", "probability": 0.438232421875}, {"start": 2831.98, "end": 2832.24, "word": " this", "probability": 0.84716796875}, {"start": 2832.24, "end": 2832.46, "word": " is", "probability": 0.91748046875}, {"start": 2832.46, "end": 2832.72, "word": " a", "probability": 0.51318359375}, {"start": 2832.72, "end": 2832.86, "word": " sample", "probability": 0.1358642578125}, {"start": 2832.86, "end": 2833.08, "word": " of", "probability": 0.765625}, {"start": 2833.08, "end": 2833.14, "word": " a", "probability": 0.407958984375}, {"start": 2833.14, "end": 2833.72, "word": " smartphone", "probability": 0.3310546875}, {"start": 2833.72, "end": 2833.72, "word": " screen", "probability": 0.56201171875}, {"start": 2833.72, "end": 2834.66, "word": " So", "probability": 0.486572265625}, {"start": 2834.66, "end": 2834.82, "word": " if", "probability": 0.8330078125}, {"start": 2834.82, "end": 2834.98, "word": " you", "probability": 0.96435546875}, {"start": 2834.98, "end": 2835.06, "word": " want", "probability": 0.716796875}, {"start": 2835.06, "end": 2835.2, "word": " to", "probability": 0.92431640625}, {"start": 2835.2, "end": 2835.44, "word": " enlarge", "probability": 0.718017578125}, {"start": 2835.44, "end": 2836.56, "word": " it,", "probability": 0.31396484375}, {"start": 2836.84, "end": 2837.18, "word": " you", "probability": 0.85693359375}, {"start": 2837.18, "end": 2837.32, "word": " can", "probability": 0.90234375}, {"start": 2837.32, "end": 2839.06, "word": " do", "probability": 0.69970703125}, {"start": 2839.06, "end": 2839.8, "word": " this", "probability": 0.55419921875}, {"start": 2839.8, "end": 2840.54, "word": " to", "probability": 0.418701171875}, {"start": 2840.54, "end": 2841.22, "word": " see", "probability": 0.6025390625}, {"start": 2841.22, "end": 2841.5, "word": " a", "probability": 0.693359375}, {"start": 2841.5, "end": 2842.0, "word": " specific", "probability": 0.429443359375}, {"start": 2842.0, "end": 2842.02, "word": " place", "probability": 0.46875}, {"start": 2842.02, "end": 2842.22, "word": " on", "probability": 0.488525390625}, {"start": 2842.22, "end": 2842.34, "word": " the", "probability": 0.86572265625}, {"start": 2842.34, "end": 2842.62, "word": " screen", "probability": 0.86279296875}], "temperature": 1.0}, {"id": 114, "seek": 286008, "start": 2847.98, "end": 2860.08, "text": " For example, when you add a button, you can see that the number of buttons has increased a lot. This is a weakness. Okay, there is also a button here that rotates.", "tokens": [1171, 1365, 11, 562, 291, 909, 257, 2960, 11, 291, 393, 536, 300, 264, 1230, 295, 9905, 575, 6505, 257, 688, 13, 639, 307, 257, 12772, 13, 1033, 11, 456, 307, 611, 257, 2960, 510, 300, 42133, 13], "avg_logprob": -0.8942307845140115, "compression_ratio": 1.3553719008264462, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2847.98, "end": 2848.38, "word": " For", "probability": 0.055633544921875}, {"start": 2848.38, "end": 2848.78, "word": " example,", "probability": 0.888671875}, {"start": 2848.98, "end": 2849.0, "word": " when", "probability": 0.357177734375}, {"start": 2849.0, "end": 2849.1, "word": " you", "probability": 0.57666015625}, {"start": 2849.1, "end": 2849.28, "word": " add", "probability": 0.595703125}, {"start": 2849.28, "end": 2849.42, "word": " a", "probability": 0.59033203125}, {"start": 2849.42, "end": 2849.58, "word": " button,", "probability": 0.328857421875}, {"start": 2850.82, "end": 2851.84, "word": " you", "probability": 0.1990966796875}, {"start": 2851.84, "end": 2851.84, "word": " can", "probability": 0.206787109375}, {"start": 2851.84, "end": 2851.94, "word": " see", "probability": 0.78125}, {"start": 2851.94, "end": 2852.02, "word": " that", "probability": 0.40966796875}, {"start": 2852.02, "end": 2852.02, "word": " the", "probability": 0.401611328125}, {"start": 2852.02, "end": 2852.22, "word": " number", "probability": 0.412353515625}, {"start": 2852.22, "end": 2852.36, "word": " of", "probability": 0.222900390625}, {"start": 2852.36, "end": 2852.36, "word": " buttons", "probability": 0.54052734375}, {"start": 2852.36, "end": 2852.4, "word": " has", "probability": 0.2044677734375}, {"start": 2852.4, "end": 2852.5, "word": " increased", "probability": 0.3681640625}, {"start": 2852.5, "end": 2852.5, "word": " a", "probability": 0.12237548828125}, {"start": 2852.5, "end": 2852.82, "word": " lot.", "probability": 0.9287109375}, {"start": 2852.86, "end": 2852.94, "word": " This", "probability": 0.2376708984375}, {"start": 2852.94, "end": 2852.98, "word": " is", "probability": 0.71875}, {"start": 2852.98, "end": 2853.26, "word": " a", "probability": 0.3759765625}, {"start": 2853.26, "end": 2853.26, "word": " weakness.", "probability": 0.466064453125}, {"start": 2853.5, "end": 2853.72, "word": " Okay,", "probability": 0.242431640625}, {"start": 2856.68, "end": 2857.28, "word": " there", "probability": 0.345458984375}, {"start": 2857.28, "end": 2857.54, "word": " is", "probability": 0.77783203125}, {"start": 2857.54, "end": 2857.8, "word": " also", "probability": 0.55322265625}, {"start": 2857.8, "end": 2858.78, "word": " a", "probability": 0.66943359375}, {"start": 2858.78, "end": 2858.96, "word": " button", "probability": 0.703125}, {"start": 2858.96, "end": 2859.3, "word": " here", "probability": 0.5908203125}, {"start": 2859.3, "end": 2859.76, "word": " that", "probability": 0.33935546875}, {"start": 2859.76, "end": 2860.08, "word": " rotates.", "probability": 0.4267578125}], "temperature": 1.0}, {"id": 115, "seek": 287953, "start": 2864.01, "end": 2879.53, "text": " What is Rotate? Have you ever seen an application that you have to try vertically and horizontally? There are applications that only work in one direction, there are applications that you have to support both directions. And you have to try your design.", "tokens": [708, 307, 17681, 473, 30, 3560, 291, 1562, 1612, 364, 3861, 300, 291, 362, 281, 853, 28450, 293, 33796, 30, 821, 366, 5821, 300, 787, 589, 294, 472, 3513, 11, 456, 366, 5821, 300, 291, 362, 281, 1406, 1293, 11095, 13, 400, 291, 362, 281, 853, 428, 1715, 13], "avg_logprob": -0.6075000023841858, "compression_ratio": 1.7162162162162162, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2864.01, "end": 2864.29, "word": " What", "probability": 0.0614013671875}, {"start": 2864.29, "end": 2864.35, "word": " is", "probability": 0.572265625}, {"start": 2864.35, "end": 2864.71, "word": " Rotate?", "probability": 0.5228271484375}, {"start": 2864.77, "end": 2864.89, "word": " Have", "probability": 0.1739501953125}, {"start": 2864.89, "end": 2864.91, "word": " you", "probability": 0.9599609375}, {"start": 2864.91, "end": 2865.37, "word": " ever", "probability": 0.35595703125}, {"start": 2865.37, "end": 2865.97, "word": " seen", "probability": 0.301513671875}, {"start": 2865.97, "end": 2866.05, "word": " an", "probability": 0.41162109375}, {"start": 2866.05, "end": 2866.35, "word": " application", "probability": 0.78076171875}, {"start": 2866.35, "end": 2866.89, "word": " that", "probability": 0.45947265625}, {"start": 2866.89, "end": 2867.03, "word": " you", "probability": 0.40380859375}, {"start": 2867.03, "end": 2867.03, "word": " have", "probability": 0.385009765625}, {"start": 2867.03, "end": 2867.29, "word": " to", "probability": 0.95751953125}, {"start": 2867.29, "end": 2867.73, "word": " try", "probability": 0.693359375}, {"start": 2867.73, "end": 2868.83, "word": " vertically", "probability": 0.1754150390625}, {"start": 2868.83, "end": 2869.07, "word": " and", "probability": 0.82470703125}, {"start": 2869.07, "end": 2869.31, "word": " horizontally?", "probability": 0.82763671875}, {"start": 2869.97, "end": 2870.53, "word": " There", "probability": 0.328369140625}, {"start": 2870.53, "end": 2870.67, "word": " are", "probability": 0.931640625}, {"start": 2870.67, "end": 2871.01, "word": " applications", "probability": 0.58642578125}, {"start": 2871.01, "end": 2871.19, "word": " that", "probability": 0.884765625}, {"start": 2871.19, "end": 2871.29, "word": " only", "probability": 0.42333984375}, {"start": 2871.29, "end": 2871.51, "word": " work", "probability": 0.732421875}, {"start": 2871.51, "end": 2871.85, "word": " in", "probability": 0.39892578125}, {"start": 2871.85, "end": 2872.47, "word": " one", "probability": 0.90234375}, {"start": 2872.47, "end": 2872.49, "word": " direction,", "probability": 0.67138671875}, {"start": 2872.73, "end": 2872.83, "word": " there", "probability": 0.47314453125}, {"start": 2872.83, "end": 2872.91, "word": " are", "probability": 0.935546875}, {"start": 2872.91, "end": 2873.27, "word": " applications", "probability": 0.80517578125}, {"start": 2873.27, "end": 2873.39, "word": " that", "probability": 0.86328125}, {"start": 2873.39, "end": 2873.39, "word": " you", "probability": 0.5166015625}, {"start": 2873.39, "end": 2873.63, "word": " have", "probability": 0.7080078125}, {"start": 2873.63, "end": 2873.63, "word": " to", "probability": 0.96484375}, {"start": 2873.63, "end": 2874.11, "word": " support", "probability": 0.317138671875}, {"start": 2874.11, "end": 2874.59, "word": " both", "probability": 0.68505859375}, {"start": 2874.59, "end": 2875.45, "word": " directions.", "probability": 0.7294921875}, {"start": 2876.23, "end": 2876.33, "word": " And", "probability": 0.46240234375}, {"start": 2876.33, "end": 2876.41, "word": " you", "probability": 0.6142578125}, {"start": 2876.41, "end": 2876.47, "word": " have", "probability": 0.63671875}, {"start": 2876.47, "end": 2876.99, "word": " to", "probability": 0.96923828125}, {"start": 2876.99, "end": 2877.27, "word": " try", "probability": 0.72607421875}, {"start": 2877.27, "end": 2878.35, "word": " your", "probability": 0.20068359375}, {"start": 2878.35, "end": 2879.53, "word": " design.", "probability": 0.84033203125}], "temperature": 1.0}, {"id": 116, "seek": 290871, "start": 2882.11, "end": 2908.71, "text": " on the different settings and on the different devices. The difficulty in Android programs compared to the PCs is that in the PC you design one screen and because the PC from this screen is like the screen of any laptop, it does not differ, but the screens of mobile phones, there is a big screen, a small screen, a tablet, a rectangle, right or wrong, so always when you design, you have to make sure that your design works. Sometimes you put a button in the middle", "tokens": [322, 264, 819, 369, 83, 783, 82, 293, 322, 264, 819, 5759, 13, 440, 10360, 294, 8853, 4268, 5347, 281, 264, 46913, 307, 300, 294, 264, 6465, 291, 1715, 472, 2568, 293, 570, 264, 6465, 490, 341, 2568, 307, 411, 264, 2568, 295, 604, 10732, 11, 309, 775, 406, 743, 11, 457, 264, 11171, 295, 6013, 10216, 11, 456, 307, 257, 955, 2568, 11, 257, 1359, 2568, 11, 257, 14136, 11, 257, 21930, 11, 558, 420, 2085, 11, 370, 1009, 562, 291, 1715, 11, 291, 362, 281, 652, 988, 300, 428, 1715, 1985, 13, 4803, 291, 829, 257, 2960, 294, 264, 2808], "avg_logprob": -0.5421723208381134, "compression_ratio": 1.782442748091603, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2882.1099999999997, "end": 2882.5099999999998, "word": " on", "probability": 0.39794921875}, {"start": 2882.5099999999998, "end": 2882.91, "word": " the", "probability": 0.3671875}, {"start": 2882.91, "end": 2883.55, "word": " different", "probability": 0.68310546875}, {"start": 2883.55, "end": 2884.01, "word": " settings", "probability": 0.7222747802734375}, {"start": 2884.01, "end": 2884.67, "word": " and", "probability": 0.73828125}, {"start": 2884.67, "end": 2884.73, "word": " on", "probability": 0.381103515625}, {"start": 2884.73, "end": 2884.81, "word": " the", "probability": 0.52685546875}, {"start": 2884.81, "end": 2884.89, "word": " different", "probability": 0.77734375}, {"start": 2884.89, "end": 2885.05, "word": " devices.", "probability": 0.8310546875}, {"start": 2885.69, "end": 2885.85, "word": " The", "probability": 0.724609375}, {"start": 2885.85, "end": 2886.13, "word": " difficulty", "probability": 0.63037109375}, {"start": 2886.13, "end": 2886.79, "word": " in", "probability": 0.444091796875}, {"start": 2886.79, "end": 2887.75, "word": " Android", "probability": 0.65283203125}, {"start": 2887.75, "end": 2887.75, "word": " programs", "probability": 0.393310546875}, {"start": 2887.75, "end": 2888.07, "word": " compared", "probability": 0.221923828125}, {"start": 2888.07, "end": 2888.13, "word": " to", "probability": 0.9482421875}, {"start": 2888.13, "end": 2888.17, "word": " the", "probability": 0.209228515625}, {"start": 2888.17, "end": 2889.03, "word": " PCs", "probability": 0.61767578125}, {"start": 2889.03, "end": 2889.29, "word": " is", "probability": 0.677734375}, {"start": 2889.29, "end": 2889.81, "word": " that", "probability": 0.826171875}, {"start": 2889.81, "end": 2889.87, "word": " in", "probability": 0.36181640625}, {"start": 2889.87, "end": 2890.01, "word": " the", "probability": 0.52734375}, {"start": 2890.01, "end": 2890.29, "word": " PC", "probability": 0.77197265625}, {"start": 2890.29, "end": 2890.53, "word": " you", "probability": 0.7158203125}, {"start": 2890.53, "end": 2890.93, "word": " design", "probability": 0.8603515625}, {"start": 2890.93, "end": 2891.81, "word": " one", "probability": 0.56494140625}, {"start": 2891.81, "end": 2892.07, "word": " screen", "probability": 0.386474609375}, {"start": 2892.07, "end": 2893.17, "word": " and", "probability": 0.260009765625}, {"start": 2893.17, "end": 2893.75, "word": " because", "probability": 0.74951171875}, {"start": 2893.75, "end": 2893.89, "word": " the", "probability": 0.7216796875}, {"start": 2893.89, "end": 2894.19, "word": " PC", "probability": 0.7353515625}, {"start": 2894.19, "end": 2894.39, "word": " from", "probability": 0.193359375}, {"start": 2894.39, "end": 2894.55, "word": " this", "probability": 0.67236328125}, {"start": 2894.55, "end": 2894.81, "word": " screen", "probability": 0.83203125}, {"start": 2894.81, "end": 2895.09, "word": " is", "probability": 0.82275390625}, {"start": 2895.09, "end": 2895.21, "word": " like", "probability": 0.544921875}, {"start": 2895.21, "end": 2895.35, "word": " the", "probability": 0.275634765625}, {"start": 2895.35, "end": 2895.51, "word": " screen", "probability": 0.6416015625}, {"start": 2895.51, "end": 2895.75, "word": " of", "probability": 0.81640625}, {"start": 2895.75, "end": 2895.89, "word": " any", "probability": 0.86865234375}, {"start": 2895.89, "end": 2896.19, "word": " laptop,", "probability": 0.83251953125}, {"start": 2896.39, "end": 2896.47, "word": " it", "probability": 0.6083984375}, {"start": 2896.47, "end": 2896.47, "word": " does", "probability": 0.253662109375}, {"start": 2896.47, "end": 2896.47, "word": " not", "probability": 0.9384765625}, {"start": 2896.47, "end": 2896.73, "word": " differ,", "probability": 0.74169921875}, {"start": 2897.53, "end": 2897.79, "word": " but", "probability": 0.8896484375}, {"start": 2897.79, "end": 2897.89, "word": " the", "probability": 0.420654296875}, {"start": 2897.89, "end": 2898.05, "word": " screens", "probability": 0.54150390625}, {"start": 2898.05, "end": 2898.27, "word": " of", "probability": 0.8994140625}, {"start": 2898.27, "end": 2898.45, "word": " mobile", "probability": 0.470703125}, {"start": 2898.45, "end": 2898.67, "word": " phones,", "probability": 0.87158203125}, {"start": 2898.73, "end": 2898.83, "word": " there", "probability": 0.55517578125}, {"start": 2898.83, "end": 2898.85, "word": " is", "probability": 0.3623046875}, {"start": 2898.85, "end": 2898.95, "word": " a", "probability": 0.462646484375}, {"start": 2898.95, "end": 2899.27, "word": " big", "probability": 0.6435546875}, {"start": 2899.27, "end": 2899.27, "word": " screen,", "probability": 0.255615234375}, {"start": 2899.47, "end": 2899.55, "word": " a", "probability": 0.56884765625}, {"start": 2899.55, "end": 2899.87, "word": " small", "probability": 0.9375}, {"start": 2899.87, "end": 2899.87, "word": " screen,", "probability": 0.7978515625}, {"start": 2899.99, "end": 2900.11, "word": " a", "probability": 0.630859375}, {"start": 2900.11, "end": 2900.45, "word": " tablet,", "probability": 0.8134765625}, {"start": 2900.61, "end": 2900.69, "word": " a", "probability": 0.57470703125}, {"start": 2900.69, "end": 2901.05, "word": " rectangle,", "probability": 0.139892578125}, {"start": 2901.25, "end": 2901.81, "word": " right", "probability": 0.58349609375}, {"start": 2901.81, "end": 2901.95, "word": " or", "probability": 0.9072265625}, {"start": 2901.95, "end": 2902.15, "word": " wrong,", "probability": 0.7158203125}, {"start": 2902.77, "end": 2902.95, "word": " so", "probability": 0.8046875}, {"start": 2902.95, "end": 2903.19, "word": " always", "probability": 0.371337890625}, {"start": 2903.19, "end": 2903.37, "word": " when", "probability": 0.92529296875}, {"start": 2903.37, "end": 2903.53, "word": " you", "probability": 0.95068359375}, {"start": 2903.53, "end": 2903.77, "word": " design,", "probability": 0.96484375}, {"start": 2903.91, "end": 2903.97, "word": " you", "probability": 0.9052734375}, {"start": 2903.97, "end": 2904.15, "word": " have", "probability": 0.66650390625}, {"start": 2904.15, "end": 2904.19, "word": " to", "probability": 0.96923828125}, {"start": 2904.19, "end": 2904.31, "word": " make", "probability": 0.21533203125}, {"start": 2904.31, "end": 2904.41, "word": " sure", "probability": 0.6728515625}, {"start": 2904.41, "end": 2904.47, "word": " that", "probability": 0.83056640625}, {"start": 2904.47, "end": 2904.59, "word": " your", "probability": 0.82470703125}, {"start": 2904.59, "end": 2904.91, "word": " design", "probability": 0.9716796875}, {"start": 2904.91, "end": 2906.23, "word": " works.", "probability": 0.60498046875}, {"start": 2906.49, "end": 2906.89, "word": " Sometimes", "probability": 0.85888671875}, {"start": 2906.89, "end": 2907.13, "word": " you", "probability": 0.91015625}, {"start": 2907.13, "end": 2907.45, "word": " put", "probability": 0.8173828125}, {"start": 2907.45, "end": 2907.59, "word": " a", "probability": 0.349365234375}, {"start": 2907.59, "end": 2907.75, "word": " button", "probability": 0.82421875}, {"start": 2907.75, "end": 2907.89, "word": " in", "probability": 0.8701171875}, {"start": 2907.89, "end": 2908.45, "word": " the", "probability": 0.9130859375}, {"start": 2908.45, "end": 2908.71, "word": " middle", "probability": 0.82666015625}], "temperature": 1.0}, {"id": 117, "seek": 292606, "start": 2910.24, "end": 2926.06, "text": " For example, if you don't know what problems might occur, let's say you worked on this design, and you put a button here in the middle, and you run the application on a tablet, it works like this, and where is the button? Here.", "tokens": [1171, 1365, 11, 498, 291, 500, 380, 458, 437, 2740, 1062, 5160, 11, 718, 311, 584, 291, 2732, 322, 341, 1715, 11, 293, 291, 829, 257, 2960, 510, 294, 264, 2808, 11, 293, 291, 1190, 264, 3861, 322, 257, 14136, 11, 309, 1985, 411, 341, 11, 293, 689, 307, 264, 2960, 30, 1692, 13], "avg_logprob": -0.5897727012634277, "compression_ratio": 1.4805194805194806, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2910.24, "end": 2910.66, "word": " For", "probability": 0.369384765625}, {"start": 2910.66, "end": 2911.1, "word": " example,", "probability": 0.921875}, {"start": 2911.26, "end": 2911.3, "word": " if", "probability": 0.560546875}, {"start": 2911.3, "end": 2911.54, "word": " you", "probability": 0.896484375}, {"start": 2911.54, "end": 2911.6, "word": " don't", "probability": 0.6383056640625}, {"start": 2911.6, "end": 2911.92, "word": " know", "probability": 0.31494140625}, {"start": 2911.92, "end": 2912.48, "word": " what", "probability": 0.6376953125}, {"start": 2912.48, "end": 2913.04, "word": " problems", "probability": 0.373291015625}, {"start": 2913.04, "end": 2913.22, "word": " might", "probability": 0.26416015625}, {"start": 2913.22, "end": 2913.7, "word": " occur,", "probability": 0.355712890625}, {"start": 2913.94, "end": 2914.26, "word": " let's", "probability": 0.55291748046875}, {"start": 2914.26, "end": 2914.6, "word": " say", "probability": 0.86279296875}, {"start": 2914.6, "end": 2914.94, "word": " you", "probability": 0.794921875}, {"start": 2914.94, "end": 2915.24, "word": " worked", "probability": 0.2044677734375}, {"start": 2915.24, "end": 2915.46, "word": " on", "probability": 0.90673828125}, {"start": 2915.46, "end": 2915.56, "word": " this", "probability": 0.54638671875}, {"start": 2915.56, "end": 2915.92, "word": " design,", "probability": 0.80419921875}, {"start": 2916.5, "end": 2916.64, "word": " and", "probability": 0.67626953125}, {"start": 2916.64, "end": 2916.7, "word": " you", "probability": 0.406494140625}, {"start": 2916.7, "end": 2917.02, "word": " put", "probability": 0.367431640625}, {"start": 2917.02, "end": 2917.24, "word": " a", "probability": 0.681640625}, {"start": 2917.24, "end": 2917.36, "word": " button", "probability": 0.79248046875}, {"start": 2917.36, "end": 2917.56, "word": " here", "probability": 0.497314453125}, {"start": 2917.56, "end": 2917.64, "word": " in", "probability": 0.70458984375}, {"start": 2917.64, "end": 2917.72, "word": " the", "probability": 0.91064453125}, {"start": 2917.72, "end": 2917.98, "word": " middle,", "probability": 0.89013671875}, {"start": 2919.48, "end": 2920.16, "word": " and", "probability": 0.376220703125}, {"start": 2920.16, "end": 2920.32, "word": " you", "probability": 0.2900390625}, {"start": 2920.32, "end": 2920.64, "word": " run", "probability": 0.359375}, {"start": 2920.64, "end": 2921.42, "word": " the", "probability": 0.6533203125}, {"start": 2921.42, "end": 2921.7, "word": " application", "probability": 0.73388671875}, {"start": 2921.7, "end": 2921.86, "word": " on", "probability": 0.8779296875}, {"start": 2921.86, "end": 2921.96, "word": " a", "probability": 0.63623046875}, {"start": 2921.96, "end": 2922.34, "word": " tablet,", "probability": 0.7646484375}, {"start": 2922.7, "end": 2922.86, "word": " it", "probability": 0.2861328125}, {"start": 2922.86, "end": 2923.14, "word": " works", "probability": 0.265869140625}, {"start": 2923.14, "end": 2923.26, "word": " like", "probability": 0.75390625}, {"start": 2923.26, "end": 2923.74, "word": " this,", "probability": 0.51904296875}, {"start": 2924.04, "end": 2924.12, "word": " and", "probability": 0.73486328125}, {"start": 2924.12, "end": 2924.26, "word": " where", "probability": 0.465576171875}, {"start": 2924.26, "end": 2924.26, "word": " is", "probability": 0.60986328125}, {"start": 2924.26, "end": 2924.34, "word": " the", "probability": 0.87841796875}, {"start": 2924.34, "end": 2924.54, "word": " button?", "probability": 0.8564453125}, {"start": 2925.54, "end": 2926.06, "word": " Here.", "probability": 0.72802734375}], "temperature": 1.0}, {"id": 118, "seek": 294054, "start": 2927.96, "end": 2940.54, "text": " Why? Because it does not allow it to make the user interface responsive to the device it is running on. These are some of the things that we have to consider.", "tokens": [1545, 30, 1436, 309, 775, 406, 2089, 309, 281, 652, 264, 4195, 9226, 21826, 281, 264, 4302, 309, 307, 2614, 322, 13, 1981, 366, 512, 295, 264, 721, 300, 321, 362, 281, 1949, 13], "avg_logprob": -0.7080357381275721, "compression_ratio": 1.325, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2927.96, "end": 2928.38, "word": " Why?", "probability": 0.313232421875}, {"start": 2928.5, "end": 2928.7, "word": " Because", "probability": 0.323974609375}, {"start": 2928.7, "end": 2928.7, "word": " it", "probability": 0.53857421875}, {"start": 2928.7, "end": 2928.92, "word": " does", "probability": 0.257080078125}, {"start": 2928.92, "end": 2929.2, "word": " not", "probability": 0.9345703125}, {"start": 2929.2, "end": 2929.2, "word": " allow", "probability": 0.296142578125}, {"start": 2929.2, "end": 2929.42, "word": " it", "probability": 0.2294921875}, {"start": 2929.42, "end": 2930.84, "word": " to", "probability": 0.95849609375}, {"start": 2930.84, "end": 2930.94, "word": " make", "probability": 0.37255859375}, {"start": 2930.94, "end": 2931.44, "word": " the", "probability": 0.4111328125}, {"start": 2931.44, "end": 2931.66, "word": " user", "probability": 0.89306640625}, {"start": 2931.66, "end": 2932.1, "word": " interface", "probability": 0.85302734375}, {"start": 2932.1, "end": 2934.1, "word": " responsive", "probability": 0.955078125}, {"start": 2934.1, "end": 2937.0, "word": " to", "probability": 0.189697265625}, {"start": 2937.0, "end": 2938.4, "word": " the", "probability": 0.6396484375}, {"start": 2938.4, "end": 2938.64, "word": " device", "probability": 0.7421875}, {"start": 2938.64, "end": 2938.72, "word": " it", "probability": 0.356689453125}, {"start": 2938.72, "end": 2938.82, "word": " is", "probability": 0.58056640625}, {"start": 2938.82, "end": 2939.08, "word": " running", "probability": 0.36865234375}, {"start": 2939.08, "end": 2939.26, "word": " on.", "probability": 0.5419921875}, {"start": 2939.32, "end": 2939.44, "word": " These", "probability": 0.384765625}, {"start": 2939.44, "end": 2939.54, "word": " are", "probability": 0.9140625}, {"start": 2939.54, "end": 2939.6, "word": " some", "probability": 0.3544921875}, {"start": 2939.6, "end": 2939.6, "word": " of", "probability": 0.47265625}, {"start": 2939.6, "end": 2939.66, "word": " the", "probability": 0.912109375}, {"start": 2939.66, "end": 2939.8, "word": " things", "probability": 0.56005859375}, {"start": 2939.8, "end": 2940.0, "word": " that", "probability": 0.390869140625}, {"start": 2940.0, "end": 2940.0, "word": " we", "probability": 0.85107421875}, {"start": 2940.0, "end": 2940.12, "word": " have", "probability": 0.236328125}, {"start": 2940.12, "end": 2940.3, "word": " to", "probability": 0.9619140625}, {"start": 2940.3, "end": 2940.54, "word": " consider.", "probability": 0.2208251953125}], "temperature": 1.0}, {"id": 119, "seek": 297121, "start": 2942.43, "end": 2971.21, "text": "Okay, for example, one of the important things is that when you design, you go and see what the design looks like in the different devices. For example, there is a phone case, there is a case that is vertical, which is like this, and there is a case that is horizontal, okay? For example, this is a vertical case, okay? Do you want to see what it looks like horizontally? Of course, what do they call them? They do not call them vertical and horizontal, okay? You have a portrait.", "tokens": [8297, 11, 337, 1365, 11, 472, 295, 264, 1021, 721, 307, 300, 562, 291, 1715, 11, 291, 352, 293, 536, 437, 264, 1715, 1542, 411, 294, 264, 819, 5759, 13, 1171, 1365, 11, 456, 307, 257, 2593, 1389, 11, 456, 307, 257, 1389, 300, 307, 9429, 11, 597, 307, 411, 341, 11, 293, 456, 307, 257, 1389, 300, 307, 12750, 11, 1392, 30, 1171, 1365, 11, 341, 307, 257, 9429, 1389, 11, 1392, 30, 1144, 291, 528, 281, 536, 437, 309, 1542, 411, 33796, 30, 2720, 1164, 11, 437, 360, 436, 818, 552, 30, 814, 360, 406, 818, 552, 9429, 293, 12750, 11, 1392, 30, 509, 362, 257, 17126, 13], "avg_logprob": -0.4738175734743342, "compression_ratio": 1.991701244813278, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2942.43, "end": 2942.87, "word": "Okay,", "probability": 0.28125}, {"start": 2943.25, "end": 2943.49, "word": " for", "probability": 0.29296875}, {"start": 2943.49, "end": 2943.75, "word": " example,", "probability": 0.420654296875}, {"start": 2944.29, "end": 2944.43, "word": " one", "probability": 0.59130859375}, {"start": 2944.43, "end": 2944.49, "word": " of", "probability": 0.85302734375}, {"start": 2944.49, "end": 2944.57, "word": " the", "probability": 0.896484375}, {"start": 2944.57, "end": 2945.03, "word": " important", "probability": 0.50830078125}, {"start": 2945.03, "end": 2945.03, "word": " things", "probability": 0.6904296875}, {"start": 2945.03, "end": 2945.23, "word": " is", "probability": 0.405517578125}, {"start": 2945.23, "end": 2945.49, "word": " that", "probability": 0.408447265625}, {"start": 2945.49, "end": 2946.69, "word": " when", "probability": 0.40576171875}, {"start": 2946.69, "end": 2946.83, "word": " you", "probability": 0.9326171875}, {"start": 2946.83, "end": 2947.31, "word": " design,", "probability": 0.82568359375}, {"start": 2947.53, "end": 2947.67, "word": " you", "probability": 0.57763671875}, {"start": 2947.67, "end": 2947.85, "word": " go", "probability": 0.298828125}, {"start": 2947.85, "end": 2947.97, "word": " and", "probability": 0.611328125}, {"start": 2947.97, "end": 2948.17, "word": " see", "probability": 0.73046875}, {"start": 2948.17, "end": 2948.43, "word": " what", "probability": 0.374267578125}, {"start": 2948.43, "end": 2949.05, "word": " the", "probability": 0.5771484375}, {"start": 2949.05, "end": 2949.43, "word": " design", "probability": 0.72412109375}, {"start": 2949.43, "end": 2949.43, "word": " looks", "probability": 0.5888671875}, {"start": 2949.43, "end": 2950.21, "word": " like", "probability": 0.92529296875}, {"start": 2950.21, "end": 2950.37, "word": " in", "probability": 0.57861328125}, {"start": 2950.37, "end": 2950.47, "word": " the", "probability": 0.44384765625}, {"start": 2950.47, "end": 2951.25, "word": " different", "probability": 0.76904296875}, {"start": 2951.25, "end": 2951.25, "word": " devices.", "probability": 0.306640625}, {"start": 2951.87, "end": 2951.99, "word": " For", "probability": 0.2476806640625}, {"start": 2951.99, "end": 2952.13, "word": " example,", "probability": 0.93310546875}, {"start": 2952.17, "end": 2952.37, "word": " there", "probability": 0.58447265625}, {"start": 2952.37, "end": 2952.41, "word": " is", "probability": 0.2474365234375}, {"start": 2952.41, "end": 2952.79, "word": " a", "probability": 0.6337890625}, {"start": 2952.79, "end": 2952.87, "word": " phone", "probability": 0.32470703125}, {"start": 2952.87, "end": 2953.51, "word": " case,", "probability": 0.207763671875}, {"start": 2953.81, "end": 2953.97, "word": " there", "probability": 0.56689453125}, {"start": 2953.97, "end": 2953.99, "word": " is", "probability": 0.908203125}, {"start": 2953.99, "end": 2954.21, "word": " a", "probability": 0.93896484375}, {"start": 2954.21, "end": 2954.21, "word": " case", "probability": 0.5625}, {"start": 2954.21, "end": 2954.33, "word": " that", "probability": 0.65869140625}, {"start": 2954.33, "end": 2954.45, "word": " is", "probability": 0.822265625}, {"start": 2954.45, "end": 2954.79, "word": " vertical,", "probability": 0.478515625}, {"start": 2954.99, "end": 2955.09, "word": " which", "probability": 0.72607421875}, {"start": 2955.09, "end": 2955.23, "word": " is", "probability": 0.7373046875}, {"start": 2955.23, "end": 2955.49, "word": " like", "probability": 0.254638671875}, {"start": 2955.49, "end": 2955.91, "word": " this,", "probability": 0.91015625}, {"start": 2956.19, "end": 2956.51, "word": " and", "probability": 0.927734375}, {"start": 2956.51, "end": 2956.67, "word": " there", "probability": 0.8447265625}, {"start": 2956.67, "end": 2956.67, "word": " is", "probability": 0.9091796875}, {"start": 2956.67, "end": 2956.87, "word": " a", "probability": 0.7509765625}, {"start": 2956.87, "end": 2956.87, "word": " case", "probability": 0.64990234375}, {"start": 2956.87, "end": 2956.99, "word": " that", "probability": 0.89404296875}, {"start": 2956.99, "end": 2957.21, "word": " is", "probability": 0.91845703125}, {"start": 2957.21, "end": 2958.27, "word": " horizontal,", "probability": 0.603515625}, {"start": 2958.95, "end": 2959.17, "word": " okay?", "probability": 0.61865234375}, {"start": 2959.79, "end": 2960.11, "word": " For", "probability": 0.411865234375}, {"start": 2960.11, "end": 2960.19, "word": " example,", "probability": 0.96923828125}, {"start": 2960.45, "end": 2960.69, "word": " this", "probability": 0.38037109375}, {"start": 2960.69, "end": 2960.93, "word": " is", "probability": 0.8251953125}, {"start": 2960.93, "end": 2961.91, "word": " a", "probability": 0.23779296875}, {"start": 2961.91, "end": 2961.91, "word": " vertical", "probability": 0.214111328125}, {"start": 2961.91, "end": 2962.15, "word": " case,", "probability": 0.73779296875}, {"start": 2963.01, "end": 2963.83, "word": " okay?", "probability": 0.7353515625}, {"start": 2964.01, "end": 2964.27, "word": " Do", "probability": 0.365478515625}, {"start": 2964.27, "end": 2964.27, "word": " you", "probability": 0.970703125}, {"start": 2964.27, "end": 2964.39, "word": " want", "probability": 0.859375}, {"start": 2964.39, "end": 2964.49, "word": " to", "probability": 0.97314453125}, {"start": 2964.49, "end": 2964.65, "word": " see", "probability": 0.87890625}, {"start": 2964.65, "end": 2964.79, "word": " what", "probability": 0.673828125}, {"start": 2964.79, "end": 2964.85, "word": " it", "probability": 0.73388671875}, {"start": 2964.85, "end": 2965.03, "word": " looks", "probability": 0.85009765625}, {"start": 2965.03, "end": 2965.11, "word": " like", "probability": 0.935546875}, {"start": 2965.11, "end": 2965.43, "word": " horizontally?", "probability": 0.5771484375}, {"start": 2966.61, "end": 2967.05, "word": " Of", "probability": 0.818359375}, {"start": 2967.05, "end": 2967.05, "word": " course,", "probability": 0.958984375}, {"start": 2967.11, "end": 2967.35, "word": " what", "probability": 0.57275390625}, {"start": 2967.35, "end": 2967.41, "word": " do", "probability": 0.6494140625}, {"start": 2967.41, "end": 2967.41, "word": " they", "probability": 0.8828125}, {"start": 2967.41, "end": 2967.67, "word": " call", "probability": 0.87939453125}, {"start": 2967.67, "end": 2967.79, "word": " them?", "probability": 0.67236328125}, {"start": 2967.79, "end": 2967.91, "word": " They", "probability": 0.8056640625}, {"start": 2967.91, "end": 2968.01, "word": " do", "probability": 0.50244140625}, {"start": 2968.01, "end": 2968.01, "word": " not", "probability": 0.9462890625}, {"start": 2968.01, "end": 2968.05, "word": " call", "probability": 0.8740234375}, {"start": 2968.05, "end": 2968.25, "word": " them", "probability": 0.787109375}, {"start": 2968.25, "end": 2968.51, "word": " vertical", "probability": 0.64404296875}, {"start": 2968.51, "end": 2968.63, "word": " and", "probability": 0.5615234375}, {"start": 2968.63, "end": 2968.85, "word": " horizontal,", "probability": 0.75048828125}, {"start": 2969.35, "end": 2969.75, "word": " okay?", "probability": 0.7119140625}, {"start": 2970.25, "end": 2970.47, "word": " You", "probability": 0.70263671875}, {"start": 2970.47, "end": 2970.69, "word": " have", "probability": 0.896484375}, {"start": 2970.69, "end": 2970.85, "word": " a", "probability": 0.552734375}, {"start": 2970.85, "end": 2971.21, "word": " portrait.", "probability": 0.83203125}], "temperature": 1.0}, {"id": 120, "seek": 300003, "start": 2974.35, "end": 3000.03, "text": " and you have a landscape. This is the vertical and this is the horizontal. Ok? So now here you see a portrait and here is the landscape. You see it is upside down. Ok? This is how it looks in the landscape. So it is good that you design and change.", "tokens": [293, 291, 362, 257, 9661, 13, 639, 307, 264, 9429, 293, 341, 307, 264, 12750, 13, 3477, 30, 407, 586, 510, 291, 536, 257, 17126, 293, 510, 307, 264, 9661, 13, 509, 536, 309, 307, 14119, 760, 13, 3477, 30, 639, 307, 577, 309, 1542, 294, 264, 9661, 13, 407, 309, 307, 665, 300, 291, 1715, 293, 1319, 13], "avg_logprob": -0.5979166428248087, "compression_ratio": 1.6490066225165563, "no_speech_prob": 0.0, "words": [{"start": 2974.35, "end": 2974.55, "word": " and", "probability": 0.300048828125}, {"start": 2974.55, "end": 2974.67, "word": " you", "probability": 0.374267578125}, {"start": 2974.67, "end": 2974.83, "word": " have", "probability": 0.78759765625}, {"start": 2974.83, "end": 2975.03, "word": " a", "probability": 0.66259765625}, {"start": 2975.03, "end": 2975.41, "word": " landscape.", "probability": 0.623046875}, {"start": 2979.11, "end": 2979.59, "word": " This", "probability": 0.669921875}, {"start": 2979.59, "end": 2979.83, "word": " is", "probability": 0.814453125}, {"start": 2979.83, "end": 2980.19, "word": " the", "probability": 0.488037109375}, {"start": 2980.19, "end": 2981.15, "word": " vertical", "probability": 0.79541015625}, {"start": 2981.15, "end": 2982.51, "word": " and", "probability": 0.439453125}, {"start": 2982.51, "end": 2982.73, "word": " this", "probability": 0.865234375}, {"start": 2982.73, "end": 2982.87, "word": " is", "probability": 0.89501953125}, {"start": 2982.87, "end": 2983.19, "word": " the", "probability": 0.51416015625}, {"start": 2983.19, "end": 2984.07, "word": " horizontal.", "probability": 0.8486328125}, {"start": 2984.79, "end": 2985.07, "word": " Ok?", "probability": 0.1715087890625}, {"start": 2986.03, "end": 2986.25, "word": " So", "probability": 0.461669921875}, {"start": 2986.25, "end": 2986.51, "word": " now", "probability": 0.39892578125}, {"start": 2986.51, "end": 2986.99, "word": " here", "probability": 0.515625}, {"start": 2986.99, "end": 2987.99, "word": " you", "probability": 0.3251953125}, {"start": 2987.99, "end": 2988.31, "word": " see", "probability": 0.59228515625}, {"start": 2988.31, "end": 2988.47, "word": " a", "probability": 0.441162109375}, {"start": 2988.47, "end": 2988.81, "word": " portrait", "probability": 0.88720703125}, {"start": 2988.81, "end": 2989.17, "word": " and", "probability": 0.787109375}, {"start": 2989.17, "end": 2989.35, "word": " here", "probability": 0.56689453125}, {"start": 2989.35, "end": 2989.43, "word": " is", "probability": 0.3701171875}, {"start": 2989.43, "end": 2990.81, "word": " the", "probability": 0.473388671875}, {"start": 2990.81, "end": 2991.29, "word": " landscape.", "probability": 0.873046875}, {"start": 2991.43, "end": 2991.43, "word": " You", "probability": 0.304443359375}, {"start": 2991.43, "end": 2991.61, "word": " see", "probability": 0.7939453125}, {"start": 2991.61, "end": 2991.79, "word": " it", "probability": 0.2489013671875}, {"start": 2991.79, "end": 2991.79, "word": " is", "probability": 0.27001953125}, {"start": 2991.79, "end": 2991.99, "word": " upside", "probability": 0.251953125}, {"start": 2991.99, "end": 2992.21, "word": " down.", "probability": 0.7998046875}, {"start": 2994.25, "end": 2994.73, "word": " Ok?", "probability": 0.8388671875}, {"start": 2994.91, "end": 2995.17, "word": " This", "probability": 0.7158203125}, {"start": 2995.17, "end": 2995.29, "word": " is", "probability": 0.93505859375}, {"start": 2995.29, "end": 2995.41, "word": " how", "probability": 0.4970703125}, {"start": 2995.41, "end": 2995.49, "word": " it", "probability": 0.7421875}, {"start": 2995.49, "end": 2995.49, "word": " looks", "probability": 0.80810546875}, {"start": 2995.49, "end": 2995.59, "word": " in", "probability": 0.375}, {"start": 2995.59, "end": 2995.93, "word": " the", "probability": 0.6875}, {"start": 2995.93, "end": 2996.29, "word": " landscape.", "probability": 0.822265625}, {"start": 2997.81, "end": 2997.91, "word": " So", "probability": 0.76025390625}, {"start": 2997.91, "end": 2998.09, "word": " it", "probability": 0.32861328125}, {"start": 2998.09, "end": 2998.09, "word": " is", "probability": 0.6943359375}, {"start": 2998.09, "end": 2998.21, "word": " good", "probability": 0.69140625}, {"start": 2998.21, "end": 2998.37, "word": " that", "probability": 0.41552734375}, {"start": 2998.37, "end": 2998.55, "word": " you", "probability": 0.873046875}, {"start": 2998.55, "end": 2998.97, "word": " design", "probability": 0.8330078125}, {"start": 2998.97, "end": 2999.21, "word": " and", "probability": 0.1961669921875}, {"start": 2999.21, "end": 3000.03, "word": " change.", "probability": 0.48291015625}], "temperature": 1.0}, {"id": 121, "seek": 303016, "start": 3002.38, "end": 3030.16, "text": " There is also another button, do you see this one? This one brings you, and we will talk about this one now All of these, do you see this list? What is written here? Nexus 4 Do you know what Nexus is? Google devices, we have Samsung, LG, Huawei Google devices, what do they call them? Nexus Of course, here it says, this screen that you are showing", "tokens": [821, 307, 611, 1071, 2960, 11, 360, 291, 536, 341, 472, 30, 639, 472, 5607, 291, 11, 293, 321, 486, 751, 466, 341, 472, 586, 1057, 295, 613, 11, 360, 291, 536, 341, 1329, 30, 708, 307, 3720, 510, 30, 46559, 1017, 1144, 291, 458, 437, 46559, 307, 30, 3329, 5759, 11, 321, 362, 13173, 11, 25449, 11, 28542, 3329, 5759, 11, 437, 360, 436, 818, 552, 30, 46559, 2720, 1164, 11, 510, 309, 1619, 11, 341, 2568, 300, 291, 366, 4099], "avg_logprob": -0.5730421816010073, "compression_ratio": 1.6308411214953271, "no_speech_prob": 0.0, "words": [{"start": 3002.38, "end": 3002.6, "word": " There", "probability": 0.421630859375}, {"start": 3002.6, "end": 3002.68, "word": " is", "probability": 0.6728515625}, {"start": 3002.68, "end": 3002.9, "word": " also", "probability": 0.3251953125}, {"start": 3002.9, "end": 3003.42, "word": " another", "probability": 0.79638671875}, {"start": 3003.42, "end": 3003.42, "word": " button,", "probability": 0.7802734375}, {"start": 3003.62, "end": 3003.72, "word": " do", "probability": 0.10638427734375}, {"start": 3003.72, "end": 3003.72, "word": " you", "probability": 0.9765625}, {"start": 3003.72, "end": 3003.92, "word": " see", "probability": 0.9111328125}, {"start": 3003.92, "end": 3004.22, "word": " this", "probability": 0.30908203125}, {"start": 3004.22, "end": 3004.86, "word": " one?", "probability": 0.54931640625}, {"start": 3005.5, "end": 3005.98, "word": " This", "probability": 0.52392578125}, {"start": 3005.98, "end": 3006.08, "word": " one", "probability": 0.458251953125}, {"start": 3006.08, "end": 3006.32, "word": " brings", "probability": 0.44384765625}, {"start": 3006.32, "end": 3006.68, "word": " you,", "probability": 0.56298828125}, {"start": 3007.18, "end": 3007.4, "word": " and", "probability": 0.28271484375}, {"start": 3007.4, "end": 3007.56, "word": " we", "probability": 0.48828125}, {"start": 3007.56, "end": 3007.68, "word": " will", "probability": 0.6533203125}, {"start": 3007.68, "end": 3007.94, "word": " talk", "probability": 0.1494140625}, {"start": 3007.94, "end": 3008.08, "word": " about", "probability": 0.828125}, {"start": 3008.08, "end": 3008.2, "word": " this", "probability": 0.51318359375}, {"start": 3008.2, "end": 3008.2, "word": " one", "probability": 0.348876953125}, {"start": 3008.2, "end": 3008.62, "word": " now", "probability": 0.50830078125}, {"start": 3008.62, "end": 3009.74, "word": " All", "probability": 0.233642578125}, {"start": 3009.74, "end": 3009.74, "word": " of", "probability": 0.351318359375}, {"start": 3009.74, "end": 3011.98, "word": " these,", "probability": 0.60400390625}, {"start": 3012.26, "end": 3012.32, "word": " do", "probability": 0.53466796875}, {"start": 3012.32, "end": 3012.32, "word": " you", "probability": 0.96923828125}, {"start": 3012.32, "end": 3012.56, "word": " see", "probability": 0.92041015625}, {"start": 3012.56, "end": 3012.82, "word": " this", "probability": 0.61767578125}, {"start": 3012.82, "end": 3013.5, "word": " list?", "probability": 0.53466796875}, {"start": 3013.7, "end": 3013.88, "word": " What", "probability": 0.71826171875}, {"start": 3013.88, "end": 3013.9, "word": " is", "probability": 0.71923828125}, {"start": 3013.9, "end": 3014.14, "word": " written", "probability": 0.8603515625}, {"start": 3014.14, "end": 3014.28, "word": " here?", "probability": 0.66748046875}, {"start": 3014.3, "end": 3014.58, "word": " Nexus", "probability": 0.46630859375}, {"start": 3014.58, "end": 3015.94, "word": " 4", "probability": 0.7890625}, {"start": 3015.94, "end": 3016.24, "word": " Do", "probability": 0.481689453125}, {"start": 3016.24, "end": 3016.48, "word": " you", "probability": 0.96826171875}, {"start": 3016.48, "end": 3016.68, "word": " know", "probability": 0.8798828125}, {"start": 3016.68, "end": 3016.86, "word": " what", "probability": 0.8984375}, {"start": 3016.86, "end": 3017.1, "word": " Nexus", "probability": 0.50146484375}, {"start": 3017.1, "end": 3017.32, "word": " is?", "probability": 0.7421875}, {"start": 3018.9, "end": 3019.38, "word": " Google", "probability": 0.7919921875}, {"start": 3019.38, "end": 3019.38, "word": " devices,", "probability": 0.76171875}, {"start": 3019.58, "end": 3019.74, "word": " we", "probability": 0.1573486328125}, {"start": 3019.74, "end": 3020.26, "word": " have", "probability": 0.84619140625}, {"start": 3020.26, "end": 3020.68, "word": " Samsung,", "probability": 0.791015625}, {"start": 3020.9, "end": 3021.4, "word": " LG,", "probability": 0.943359375}, {"start": 3021.58, "end": 3022.24, "word": " Huawei", "probability": 0.39794921875}, {"start": 3022.24, "end": 3023.34, "word": " Google", "probability": 0.408447265625}, {"start": 3023.34, "end": 3023.34, "word": " devices,", "probability": 0.92578125}, {"start": 3023.44, "end": 3023.54, "word": " what", "probability": 0.853515625}, {"start": 3023.54, "end": 3023.56, "word": " do", "probability": 0.70751953125}, {"start": 3023.56, "end": 3023.62, "word": " they", "probability": 0.79296875}, {"start": 3023.62, "end": 3023.86, "word": " call", "probability": 0.8857421875}, {"start": 3023.86, "end": 3024.08, "word": " them?", "probability": 0.875}, {"start": 3024.42, "end": 3024.9, "word": " Nexus", "probability": 0.77001953125}, {"start": 3024.9, "end": 3025.94, "word": " Of", "probability": 0.2783203125}, {"start": 3025.94, "end": 3026.88, "word": " course,", "probability": 0.951171875}, {"start": 3027.1, "end": 3027.14, "word": " here", "probability": 0.5224609375}, {"start": 3027.14, "end": 3027.42, "word": " it", "probability": 0.439697265625}, {"start": 3027.42, "end": 3027.78, "word": " says,", "probability": 0.1661376953125}, {"start": 3028.92, "end": 3029.18, "word": " this", "probability": 0.7998046875}, {"start": 3029.18, "end": 3029.6, "word": " screen", "probability": 0.6083984375}, {"start": 3029.6, "end": 3029.72, "word": " that", "probability": 0.5517578125}, {"start": 3029.72, "end": 3029.92, "word": " you", "probability": 0.9541015625}, {"start": 3029.92, "end": 3029.96, "word": " are", "probability": 0.638671875}, {"start": 3029.96, "end": 3030.16, "word": " showing", "probability": 0.5791015625}], "temperature": 1.0}, {"id": 122, "seek": 305980, "start": 3032.44, "end": 3059.8, "text": " that you are trying right now, this is equivalent to the screen of a device from Nexus 4. Someone says, why don't you bring Samsung? Why don't you bring Huawei? Why don't you bring Google Currency? Start working on it. Right or wrong? Okay, so just put their devices. Now, even what he brings you, this Nexus 4 is what he taught you correctly. He tells you, Nexus 4, you have to learn to read the information here.", "tokens": [300, 291, 366, 1382, 558, 586, 11, 341, 307, 10344, 281, 264, 2568, 295, 257, 4302, 490, 46559, 1017, 13, 8734, 1619, 11, 983, 500, 380, 291, 1565, 13173, 30, 1545, 500, 380, 291, 1565, 28542, 30, 1545, 500, 380, 291, 1565, 3329, 7907, 10457, 30, 6481, 1364, 322, 309, 13, 1779, 420, 2085, 30, 1033, 11, 370, 445, 829, 641, 5759, 13, 823, 11, 754, 437, 415, 5607, 291, 11, 341, 46559, 1017, 307, 437, 415, 5928, 291, 8944, 13, 634, 5112, 291, 11, 46559, 1017, 11, 291, 362, 281, 1466, 281, 1401, 264, 1589, 510, 13], "avg_logprob": -0.5779671837585141, "compression_ratio": 1.6733870967741935, "no_speech_prob": 0.0, "words": [{"start": 3032.44, "end": 3032.66, "word": " that", "probability": 0.14111328125}, {"start": 3032.66, "end": 3032.84, "word": " you", "probability": 0.91552734375}, {"start": 3032.84, "end": 3033.0, "word": " are", "probability": 0.5419921875}, {"start": 3033.0, "end": 3033.32, "word": " trying", "probability": 0.362060546875}, {"start": 3033.32, "end": 3033.66, "word": " right", "probability": 0.1541748046875}, {"start": 3033.66, "end": 3034.52, "word": " now,", "probability": 0.94140625}, {"start": 3034.8, "end": 3035.0, "word": " this", "probability": 0.09893798828125}, {"start": 3035.0, "end": 3035.0, "word": " is", "probability": 0.6162109375}, {"start": 3035.0, "end": 3035.44, "word": " equivalent", "probability": 0.467529296875}, {"start": 3035.44, "end": 3035.64, "word": " to", "probability": 0.8125}, {"start": 3035.64, "end": 3035.68, "word": " the", "probability": 0.38525390625}, {"start": 3035.68, "end": 3035.84, "word": " screen", "probability": 0.59130859375}, {"start": 3035.84, "end": 3036.0, "word": " of", "probability": 0.7841796875}, {"start": 3036.0, "end": 3036.32, "word": " a", "probability": 0.583984375}, {"start": 3036.32, "end": 3036.32, "word": " device", "probability": 0.419189453125}, {"start": 3036.32, "end": 3036.7, "word": " from", "probability": 0.5859375}, {"start": 3036.7, "end": 3037.52, "word": " Nexus", "probability": 0.5986328125}, {"start": 3037.52, "end": 3037.9, "word": " 4.", "probability": 0.91455078125}, {"start": 3039.14, "end": 3039.58, "word": " Someone", "probability": 0.455078125}, {"start": 3039.58, "end": 3039.76, "word": " says,", "probability": 0.156494140625}, {"start": 3039.84, "end": 3039.92, "word": " why", "probability": 0.2626953125}, {"start": 3039.92, "end": 3040.04, "word": " don't", "probability": 0.624755859375}, {"start": 3040.04, "end": 3040.08, "word": " you", "probability": 0.8212890625}, {"start": 3040.08, "end": 3040.24, "word": " bring", "probability": 0.62158203125}, {"start": 3040.24, "end": 3040.56, "word": " Samsung?", "probability": 0.634765625}, {"start": 3041.02, "end": 3041.24, "word": " Why", "probability": 0.84814453125}, {"start": 3041.24, "end": 3041.3, "word": " don't", "probability": 0.965087890625}, {"start": 3041.3, "end": 3041.38, "word": " you", "probability": 0.955078125}, {"start": 3041.38, "end": 3041.54, "word": " bring", "probability": 0.91015625}, {"start": 3041.54, "end": 3041.94, "word": " Huawei?", "probability": 0.7177734375}, {"start": 3042.1, "end": 3042.3, "word": " Why", "probability": 0.12188720703125}, {"start": 3042.3, "end": 3042.36, "word": " don't", "probability": 0.840576171875}, {"start": 3042.36, "end": 3042.38, "word": " you", "probability": 0.85400390625}, {"start": 3042.38, "end": 3042.38, "word": " bring", "probability": 0.71533203125}, {"start": 3042.38, "end": 3043.54, "word": " Google", "probability": 0.9033203125}, {"start": 3043.54, "end": 3043.8, "word": " Currency?", "probability": 0.611572265625}, {"start": 3044.34, "end": 3044.64, "word": " Start", "probability": 0.1282958984375}, {"start": 3044.64, "end": 3044.98, "word": " working", "probability": 0.47900390625}, {"start": 3044.98, "end": 3045.28, "word": " on", "probability": 0.495849609375}, {"start": 3045.28, "end": 3045.64, "word": " it.", "probability": 0.60009765625}, {"start": 3045.72, "end": 3046.16, "word": " Right", "probability": 0.6513671875}, {"start": 3046.16, "end": 3046.3, "word": " or", "probability": 0.86767578125}, {"start": 3046.3, "end": 3046.42, "word": " wrong?", "probability": 0.58251953125}, {"start": 3047.06, "end": 3047.28, "word": " Okay,", "probability": 0.1744384765625}, {"start": 3047.28, "end": 3047.4, "word": " so", "probability": 0.26318359375}, {"start": 3047.4, "end": 3047.42, "word": " just", "probability": 0.2362060546875}, {"start": 3047.42, "end": 3047.6, "word": " put", "probability": 0.32177734375}, {"start": 3047.6, "end": 3047.72, "word": " their", "probability": 0.331298828125}, {"start": 3047.72, "end": 3047.98, "word": " devices.", "probability": 0.87109375}, {"start": 3050.78, "end": 3051.22, "word": " Now,", "probability": 0.75537109375}, {"start": 3051.32, "end": 3051.54, "word": " even", "probability": 0.6904296875}, {"start": 3051.54, "end": 3051.76, "word": " what", "probability": 0.219970703125}, {"start": 3051.76, "end": 3051.76, "word": " he", "probability": 0.428466796875}, {"start": 3051.76, "end": 3052.06, "word": " brings", "probability": 0.60693359375}, {"start": 3052.06, "end": 3052.32, "word": " you,", "probability": 0.36279296875}, {"start": 3052.48, "end": 3052.66, "word": " this", "probability": 0.783203125}, {"start": 3052.66, "end": 3052.88, "word": " Nexus", "probability": 0.6552734375}, {"start": 3052.88, "end": 3053.32, "word": " 4", "probability": 0.984375}, {"start": 3053.32, "end": 3053.96, "word": " is", "probability": 0.306884765625}, {"start": 3053.96, "end": 3054.04, "word": " what", "probability": 0.5283203125}, {"start": 3054.04, "end": 3054.16, "word": " he", "probability": 0.56982421875}, {"start": 3054.16, "end": 3054.3, "word": " taught", "probability": 0.45703125}, {"start": 3054.3, "end": 3054.58, "word": " you", "probability": 0.489013671875}, {"start": 3054.58, "end": 3054.8, "word": " correctly.", "probability": 0.58056640625}, {"start": 3055.92, "end": 3056.1, "word": " He", "probability": 0.626953125}, {"start": 3056.1, "end": 3056.18, "word": " tells", "probability": 0.378662109375}, {"start": 3056.18, "end": 3056.3, "word": " you,", "probability": 0.96337890625}, {"start": 3056.32, "end": 3056.58, "word": " Nexus", "probability": 0.6484375}, {"start": 3056.58, "end": 3057.04, "word": " 4,", "probability": 0.99462890625}, {"start": 3057.56, "end": 3058.04, "word": " you", "probability": 0.701171875}, {"start": 3058.04, "end": 3058.16, "word": " have", "probability": 0.5419921875}, {"start": 3058.16, "end": 3058.24, "word": " to", "probability": 0.97216796875}, {"start": 3058.24, "end": 3058.56, "word": " learn", "probability": 0.921875}, {"start": 3058.56, "end": 3058.66, "word": " to", "probability": 0.59814453125}, {"start": 3058.66, "end": 3058.84, "word": " read", "probability": 0.97802734375}, {"start": 3058.84, "end": 3058.98, "word": " the", "probability": 0.8427734375}, {"start": 3058.98, "end": 3059.24, "word": " information", "probability": 0.798828125}, {"start": 3059.24, "end": 3059.8, "word": " here.", "probability": 0.37939453125}], "temperature": 1.0}, {"id": 123, "seek": 308534, "start": 3060.94, "end": 3085.34, "text": "The Nexus 4 is 4.7 inches in size The resolution of the screen is 768x1280 4.7 inches 768x1280 DPI", "tokens": [2278, 46559, 1017, 307, 1017, 13, 22, 8478, 294, 2744, 440, 8669, 295, 264, 2568, 307, 24733, 23, 87, 4762, 4702, 1017, 13, 22, 8478, 24733, 23, 87, 4762, 4702, 413, 31701], "avg_logprob": -0.3631628787878788, "compression_ratio": 1.1951219512195121, "no_speech_prob": 0.0, "words": [{"start": 3060.94, "end": 3061.14, "word": "The", "probability": 0.2164306640625}, {"start": 3061.14, "end": 3061.34, "word": " Nexus", "probability": 0.857421875}, {"start": 3061.34, "end": 3061.72, "word": " 4", "probability": 0.970703125}, {"start": 3061.72, "end": 3062.16, "word": " is", "probability": 0.411376953125}, {"start": 3062.16, "end": 3062.66, "word": " 4", "probability": 0.91552734375}, {"start": 3062.66, "end": 3064.34, "word": ".7", "probability": 0.972412109375}, {"start": 3064.34, "end": 3064.74, "word": " inches", "probability": 0.4287109375}, {"start": 3064.74, "end": 3065.82, "word": " in", "probability": 0.475830078125}, {"start": 3065.82, "end": 3065.82, "word": " size", "probability": 0.62841796875}, {"start": 3065.82, "end": 3069.08, "word": " The", "probability": 0.2054443359375}, {"start": 3069.08, "end": 3069.6, "word": " resolution", "probability": 0.421630859375}, {"start": 3069.6, "end": 3069.84, "word": " of", "probability": 0.76123046875}, {"start": 3069.84, "end": 3069.98, "word": " the", "probability": 0.72265625}, {"start": 3069.98, "end": 3070.32, "word": " screen", "probability": 0.75146484375}, {"start": 3070.32, "end": 3071.26, "word": " is", "probability": 0.8671875}, {"start": 3071.26, "end": 3074.86, "word": " 768x1280", "probability": 0.8849609375}, {"start": 3074.86, "end": 3078.72, "word": " 4", "probability": 0.222412109375}, {"start": 3078.72, "end": 3079.32, "word": ".7", "probability": 0.994873046875}, {"start": 3079.32, "end": 3079.74, "word": " inches", "probability": 0.5732421875}, {"start": 3079.74, "end": 3084.72, "word": " 768x1280", "probability": 0.931640625}, {"start": 3084.72, "end": 3085.34, "word": " DPI", "probability": 0.755126953125}], "temperature": 1.0}, {"id": 124, "seek": 311448, "start": 3087.82, "end": 3114.48, "text": " What does this mean? Did you notice that the screen is divided into pixels? The more the screen has more pixels, the higher the resolution. The resolution of the screen depends on the number of pixels. This screen has 768 pixels and my column has 1280 pixels. What does this mean? Dot per inch.", "tokens": [708, 775, 341, 914, 30, 2589, 291, 3449, 300, 264, 2568, 307, 6666, 666, 18668, 30, 440, 544, 264, 2568, 575, 544, 18668, 11, 264, 2946, 264, 8669, 13, 440, 8669, 295, 264, 2568, 5946, 322, 264, 1230, 295, 18668, 13, 639, 2568, 575, 24733, 23, 18668, 293, 452, 7738, 575, 2272, 4702, 18668, 13, 708, 775, 341, 914, 30, 38753, 680, 7227, 13], "avg_logprob": -0.5168269230769231, "compression_ratio": 1.7352941176470589, "no_speech_prob": 0.0, "words": [{"start": 3087.82, "end": 3088.34, "word": " What", "probability": 0.20947265625}, {"start": 3088.34, "end": 3088.5, "word": " does", "probability": 0.56396484375}, {"start": 3088.5, "end": 3088.64, "word": " this", "probability": 0.56982421875}, {"start": 3088.64, "end": 3088.86, "word": " mean?", "probability": 0.888671875}, {"start": 3089.3, "end": 3089.62, "word": " Did", "probability": 0.20654296875}, {"start": 3089.62, "end": 3089.78, "word": " you", "probability": 0.9462890625}, {"start": 3089.78, "end": 3089.78, "word": " notice", "probability": 0.393798828125}, {"start": 3089.78, "end": 3089.9, "word": " that", "probability": 0.724609375}, {"start": 3089.9, "end": 3090.52, "word": " the", "probability": 0.54736328125}, {"start": 3090.52, "end": 3090.8, "word": " screen", "probability": 0.71826171875}, {"start": 3090.8, "end": 3090.92, "word": " is", "probability": 0.8212890625}, {"start": 3090.92, "end": 3091.18, "word": " divided", "probability": 0.6591796875}, {"start": 3091.18, "end": 3091.38, "word": " into", "probability": 0.57275390625}, {"start": 3091.38, "end": 3091.7, "word": " pixels?", "probability": 0.92578125}, {"start": 3091.78, "end": 3092.18, "word": " The", "probability": 0.1165771484375}, {"start": 3092.18, "end": 3094.74, "word": " more", "probability": 0.467529296875}, {"start": 3094.74, "end": 3094.9, "word": " the", "probability": 0.52685546875}, {"start": 3094.9, "end": 3095.16, "word": " screen", "probability": 0.6416015625}, {"start": 3095.16, "end": 3095.38, "word": " has", "probability": 0.2237548828125}, {"start": 3095.38, "end": 3095.54, "word": " more", "probability": 0.36376953125}, {"start": 3095.54, "end": 3096.08, "word": " pixels,", "probability": 0.884765625}, {"start": 3096.54, "end": 3096.7, "word": " the", "probability": 0.8720703125}, {"start": 3096.7, "end": 3096.76, "word": " higher", "probability": 0.48095703125}, {"start": 3096.76, "end": 3096.94, "word": " the", "probability": 0.5810546875}, {"start": 3096.94, "end": 3097.26, "word": " resolution.", "probability": 0.3076171875}, {"start": 3099.42, "end": 3099.94, "word": " The", "probability": 0.5556640625}, {"start": 3099.94, "end": 3100.14, "word": " resolution", "probability": 0.73583984375}, {"start": 3100.14, "end": 3100.22, "word": " of", "probability": 0.81640625}, {"start": 3100.22, "end": 3100.34, "word": " the", "probability": 0.85888671875}, {"start": 3100.34, "end": 3100.56, "word": " screen", "probability": 0.82421875}, {"start": 3100.56, "end": 3100.92, "word": " depends", "probability": 0.425048828125}, {"start": 3100.92, "end": 3102.58, "word": " on", "probability": 0.85595703125}, {"start": 3102.58, "end": 3102.66, "word": " the", "probability": 0.78369140625}, {"start": 3102.66, "end": 3102.78, "word": " number", "probability": 0.353271484375}, {"start": 3102.78, "end": 3102.98, "word": " of", "probability": 0.96875}, {"start": 3102.98, "end": 3103.4, "word": " pixels.", "probability": 0.9755859375}, {"start": 3104.1, "end": 3104.62, "word": " This", "probability": 0.488037109375}, {"start": 3104.62, "end": 3104.96, "word": " screen", "probability": 0.4541015625}, {"start": 3104.96, "end": 3105.52, "word": " has", "probability": 0.828125}, {"start": 3105.52, "end": 3108.7, "word": " 768", "probability": 0.938232421875}, {"start": 3108.7, "end": 3109.04, "word": " pixels", "probability": 0.95556640625}, {"start": 3109.04, "end": 3109.14, "word": " and", "probability": 0.7119140625}, {"start": 3109.14, "end": 3109.18, "word": " my", "probability": 0.533203125}, {"start": 3109.18, "end": 3109.4, "word": " column", "probability": 0.307373046875}, {"start": 3109.4, "end": 3109.5, "word": " has", "probability": 0.71240234375}, {"start": 3109.5, "end": 3110.4, "word": " 1280", "probability": 0.862548828125}, {"start": 3110.4, "end": 3111.38, "word": " pixels.", "probability": 0.9765625}, {"start": 3111.58, "end": 3112.0, "word": " What", "probability": 0.260986328125}, {"start": 3112.0, "end": 3112.3, "word": " does", "probability": 0.39404296875}, {"start": 3112.3, "end": 3112.32, "word": " this", "probability": 0.349365234375}, {"start": 3112.32, "end": 3112.32, "word": " mean?", "probability": 0.677734375}, {"start": 3112.48, "end": 3112.76, "word": " Dot", "probability": 0.744140625}, {"start": 3112.76, "end": 3113.16, "word": " per", "probability": 0.9208984375}, {"start": 3113.16, "end": 3114.48, "word": " inch.", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 125, "seek": 314191, "start": 3115.93, "end": 3141.91, "text": " So in one inch, there are 768 x 1280 dots per inch. Okay? Of course, what does this mean? What is the difference if the resolution differs from device to device? If the resolution increases, what happens to the size of the things on the screen? It decreases. If you try to increase the resolution of your device's screen, someone tried it,", "tokens": [407, 294, 472, 7227, 11, 456, 366, 24733, 23, 2031, 2272, 4702, 15026, 680, 7227, 13, 1033, 30, 2720, 1164, 11, 437, 775, 341, 914, 30, 708, 307, 264, 2649, 498, 264, 8669, 37761, 490, 4302, 281, 4302, 30, 759, 264, 8669, 8637, 11, 437, 2314, 281, 264, 2744, 295, 264, 721, 322, 264, 2568, 30, 467, 24108, 13, 759, 291, 853, 281, 3488, 264, 8669, 295, 428, 4302, 311, 2568, 11, 1580, 3031, 309, 11], "avg_logprob": -0.5125811843128948, "compression_ratio": 1.6748768472906403, "no_speech_prob": 0.0, "words": [{"start": 3115.93, "end": 3116.19, "word": " So", "probability": 0.0882568359375}, {"start": 3116.19, "end": 3116.33, "word": " in", "probability": 0.3720703125}, {"start": 3116.33, "end": 3116.53, "word": " one", "probability": 0.1861572265625}, {"start": 3116.53, "end": 3116.93, "word": " inch,", "probability": 0.89306640625}, {"start": 3118.17, "end": 3118.75, "word": " there", "probability": 0.64404296875}, {"start": 3118.75, "end": 3118.75, "word": " are", "probability": 0.359130859375}, {"start": 3118.75, "end": 3120.39, "word": " 768", "probability": 0.95947265625}, {"start": 3120.39, "end": 3120.75, "word": " x", "probability": 0.43798828125}, {"start": 3120.75, "end": 3121.69, "word": " 1280", "probability": 0.79443359375}, {"start": 3121.69, "end": 3123.15, "word": " dots", "probability": 0.5634765625}, {"start": 3123.15, "end": 3123.33, "word": " per", "probability": 0.91455078125}, {"start": 3123.33, "end": 3123.63, "word": " inch.", "probability": 0.9521484375}, {"start": 3124.39, "end": 3124.91, "word": " Okay?", "probability": 0.1995849609375}, {"start": 3128.17, "end": 3128.65, "word": " Of", "probability": 0.52880859375}, {"start": 3128.65, "end": 3128.79, "word": " course,", "probability": 0.95361328125}, {"start": 3129.05, "end": 3129.29, "word": " what", "probability": 0.67724609375}, {"start": 3129.29, "end": 3129.29, "word": " does", "probability": 0.53759765625}, {"start": 3129.29, "end": 3129.41, "word": " this", "probability": 0.486083984375}, {"start": 3129.41, "end": 3129.67, "word": " mean?", "probability": 0.95751953125}, {"start": 3129.87, "end": 3130.05, "word": " What", "probability": 0.6904296875}, {"start": 3130.05, "end": 3130.09, "word": " is", "probability": 0.2430419921875}, {"start": 3130.09, "end": 3130.19, "word": " the", "probability": 0.362060546875}, {"start": 3130.19, "end": 3130.39, "word": " difference", "probability": 0.83251953125}, {"start": 3130.39, "end": 3130.65, "word": " if", "probability": 0.389892578125}, {"start": 3130.65, "end": 3131.15, "word": " the", "probability": 0.83544921875}, {"start": 3131.15, "end": 3131.51, "word": " resolution", "probability": 0.81884765625}, {"start": 3131.51, "end": 3131.61, "word": " differs", "probability": 0.270263671875}, {"start": 3131.61, "end": 3131.73, "word": " from", "probability": 0.7177734375}, {"start": 3131.73, "end": 3131.95, "word": " device", "probability": 0.52587890625}, {"start": 3131.95, "end": 3132.03, "word": " to", "probability": 0.97119140625}, {"start": 3132.03, "end": 3132.37, "word": " device?", "probability": 0.9609375}, {"start": 3132.77, "end": 3133.17, "word": " If", "probability": 0.77783203125}, {"start": 3133.17, "end": 3133.31, "word": " the", "probability": 0.8857421875}, {"start": 3133.31, "end": 3133.69, "word": " resolution", "probability": 0.78857421875}, {"start": 3133.69, "end": 3134.15, "word": " increases,", "probability": 0.5419921875}, {"start": 3134.43, "end": 3134.57, "word": " what", "probability": 0.49560546875}, {"start": 3134.57, "end": 3134.57, "word": " happens", "probability": 0.52978515625}, {"start": 3134.57, "end": 3134.57, "word": " to", "probability": 0.84326171875}, {"start": 3134.57, "end": 3134.57, "word": " the", "probability": 0.86572265625}, {"start": 3134.57, "end": 3134.65, "word": " size", "probability": 0.373291015625}, {"start": 3134.65, "end": 3134.79, "word": " of", "probability": 0.94482421875}, {"start": 3134.79, "end": 3134.81, "word": " the", "probability": 0.5126953125}, {"start": 3134.81, "end": 3134.97, "word": " things", "probability": 0.2490234375}, {"start": 3134.97, "end": 3135.15, "word": " on", "probability": 0.8017578125}, {"start": 3135.15, "end": 3135.25, "word": " the", "probability": 0.818359375}, {"start": 3135.25, "end": 3135.37, "word": " screen?", "probability": 0.87255859375}, {"start": 3136.49, "end": 3136.95, "word": " It", "probability": 0.61328125}, {"start": 3136.95, "end": 3137.21, "word": " decreases.", "probability": 0.3623046875}, {"start": 3138.03, "end": 3138.21, "word": " If", "probability": 0.30078125}, {"start": 3138.21, "end": 3138.39, "word": " you", "probability": 0.90771484375}, {"start": 3138.39, "end": 3138.65, "word": " try", "probability": 0.61328125}, {"start": 3138.65, "end": 3139.37, "word": " to", "probability": 0.46630859375}, {"start": 3139.37, "end": 3140.17, "word": " increase", "probability": 0.64453125}, {"start": 3140.17, "end": 3140.45, "word": " the", "probability": 0.85400390625}, {"start": 3140.45, "end": 3140.85, "word": " resolution", "probability": 0.7880859375}, {"start": 3140.85, "end": 3140.85, "word": " of", "probability": 0.90478515625}, {"start": 3140.85, "end": 3140.85, "word": " your", "probability": 0.53857421875}, {"start": 3140.85, "end": 3140.85, "word": " device's", "probability": 0.665771484375}, {"start": 3140.85, "end": 3140.85, "word": " screen,", "probability": 0.78125}, {"start": 3141.31, "end": 3141.47, "word": " someone", "probability": 0.412841796875}, {"start": 3141.47, "end": 3141.79, "word": " tried", "probability": 0.71435546875}, {"start": 3141.79, "end": 3141.91, "word": " it,", "probability": 0.435302734375}], "temperature": 1.0}, {"id": 126, "seek": 316951, "start": 3142.93, "end": 3169.51, "text": " When you try to increase the resolution of the screen, you will find that the screen becomes smaller because the screen is able to display more things. So the icons in the screen become smaller. So the point is that when you design an Android user interface, you should try it on different devices with different resolutions. Why? Because you made the button happy with it. When it is displayed on a higher resolution device, what happens to the button? It becomes smaller. It becomes smaller than the finger.", "tokens": [1133, 291, 853, 281, 3488, 264, 8669, 295, 264, 2568, 11, 291, 486, 915, 300, 264, 2568, 3643, 4356, 570, 264, 2568, 307, 1075, 281, 4674, 544, 721, 13, 407, 264, 23308, 294, 264, 2568, 1813, 4356, 13, 407, 264, 935, 307, 300, 562, 291, 1715, 364, 8853, 4195, 9226, 11, 291, 820, 853, 309, 322, 819, 5759, 365, 819, 32179, 13, 1545, 30, 1436, 291, 1027, 264, 2960, 2055, 365, 309, 13, 1133, 309, 307, 16372, 322, 257, 2946, 8669, 4302, 11, 437, 2314, 281, 264, 2960, 30, 467, 3643, 4356, 13, 467, 3643, 4356, 813, 264, 5984, 13], "avg_logprob": -0.5064975507188552, "compression_ratio": 1.9615384615384615, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 3142.93, "end": 3143.37, "word": " When", "probability": 0.1890869140625}, {"start": 3143.37, "end": 3143.53, "word": " you", "probability": 0.50927734375}, {"start": 3143.53, "end": 3143.71, "word": " try", "probability": 0.278076171875}, {"start": 3143.71, "end": 3144.09, "word": " to", "probability": 0.419677734375}, {"start": 3144.09, "end": 3144.43, "word": " increase", "probability": 0.58740234375}, {"start": 3144.43, "end": 3144.61, "word": " the", "probability": 0.81103515625}, {"start": 3144.61, "end": 3145.05, "word": " resolution", "probability": 0.5380859375}, {"start": 3145.05, "end": 3145.27, "word": " of", "probability": 0.7939453125}, {"start": 3145.27, "end": 3145.39, "word": " the", "probability": 0.685546875}, {"start": 3145.39, "end": 3145.69, "word": " screen,", "probability": 0.701171875}, {"start": 3146.51, "end": 3147.41, "word": " you", "probability": 0.62060546875}, {"start": 3147.41, "end": 3147.59, "word": " will", "probability": 0.355224609375}, {"start": 3147.59, "end": 3147.71, "word": " find", "probability": 0.5810546875}, {"start": 3147.71, "end": 3147.77, "word": " that", "probability": 0.626953125}, {"start": 3147.77, "end": 3147.79, "word": " the", "probability": 0.457763671875}, {"start": 3147.79, "end": 3148.47, "word": " screen", "probability": 0.31103515625}, {"start": 3148.47, "end": 3148.71, "word": " becomes", "probability": 0.1959228515625}, {"start": 3148.71, "end": 3148.95, "word": " smaller", "probability": 0.77587890625}, {"start": 3148.95, "end": 3149.11, "word": " because", "probability": 0.45849609375}, {"start": 3149.11, "end": 3149.77, "word": " the", "probability": 0.51513671875}, {"start": 3149.77, "end": 3150.01, "word": " screen", "probability": 0.6396484375}, {"start": 3150.01, "end": 3150.09, "word": " is", "probability": 0.3408203125}, {"start": 3150.09, "end": 3150.35, "word": " able", "probability": 0.35400390625}, {"start": 3150.35, "end": 3150.47, "word": " to", "probability": 0.966796875}, {"start": 3150.47, "end": 3150.73, "word": " display", "probability": 0.27685546875}, {"start": 3150.73, "end": 3151.59, "word": " more", "probability": 0.7607421875}, {"start": 3151.59, "end": 3151.75, "word": " things.", "probability": 0.6474609375}, {"start": 3152.31, "end": 3152.33, "word": " So", "probability": 0.52978515625}, {"start": 3152.33, "end": 3152.39, "word": " the", "probability": 0.457275390625}, {"start": 3152.39, "end": 3152.75, "word": " icons", "probability": 0.9482421875}, {"start": 3152.75, "end": 3152.95, "word": " in", "probability": 0.2030029296875}, {"start": 3152.95, "end": 3153.15, "word": " the", "probability": 0.5078125}, {"start": 3153.15, "end": 3153.15, "word": " screen", "probability": 0.65185546875}, {"start": 3153.15, "end": 3153.79, "word": " become", "probability": 0.351318359375}, {"start": 3153.79, "end": 3154.01, "word": " smaller.", "probability": 0.8603515625}, {"start": 3154.53, "end": 3154.77, "word": " So", "probability": 0.387939453125}, {"start": 3154.77, "end": 3155.05, "word": " the", "probability": 0.242431640625}, {"start": 3155.05, "end": 3155.19, "word": " point", "probability": 0.49853515625}, {"start": 3155.19, "end": 3155.43, "word": " is", "probability": 0.82373046875}, {"start": 3155.43, "end": 3155.61, "word": " that", "probability": 0.54296875}, {"start": 3155.61, "end": 3155.89, "word": " when", "probability": 0.748046875}, {"start": 3155.89, "end": 3156.01, "word": " you", "probability": 0.92236328125}, {"start": 3156.01, "end": 3156.31, "word": " design", "probability": 0.9541015625}, {"start": 3156.31, "end": 3156.49, "word": " an", "probability": 0.308349609375}, {"start": 3156.49, "end": 3156.59, "word": " Android", "probability": 0.68603515625}, {"start": 3156.59, "end": 3156.61, "word": " user", "probability": 0.82177734375}, {"start": 3156.61, "end": 3157.13, "word": " interface,", "probability": 0.875}, {"start": 3157.63, "end": 3157.67, "word": " you", "probability": 0.54443359375}, {"start": 3157.67, "end": 3157.75, "word": " should", "probability": 0.5302734375}, {"start": 3157.75, "end": 3157.93, "word": " try", "probability": 0.78076171875}, {"start": 3157.93, "end": 3158.01, "word": " it", "probability": 0.341064453125}, {"start": 3158.01, "end": 3158.11, "word": " on", "probability": 0.7080078125}, {"start": 3158.11, "end": 3158.27, "word": " different", "probability": 0.238037109375}, {"start": 3158.27, "end": 3158.43, "word": " devices", "probability": 0.75732421875}, {"start": 3158.43, "end": 3158.57, "word": " with", "probability": 0.7607421875}, {"start": 3158.57, "end": 3158.57, "word": " different", "probability": 0.8779296875}, {"start": 3158.57, "end": 3159.01, "word": " resolutions.", "probability": 0.8408203125}, {"start": 3160.21, "end": 3160.43, "word": " Why?", "probability": 0.71923828125}, {"start": 3160.47, "end": 3160.73, "word": " Because", "probability": 0.88525390625}, {"start": 3160.73, "end": 3161.51, "word": " you", "probability": 0.7578125}, {"start": 3161.51, "end": 3161.77, "word": " made", "probability": 0.48388671875}, {"start": 3161.77, "end": 3161.91, "word": " the", "probability": 0.83984375}, {"start": 3161.91, "end": 3162.07, "word": " button", "probability": 0.73486328125}, {"start": 3162.07, "end": 3162.43, "word": " happy", "probability": 0.685546875}, {"start": 3162.43, "end": 3162.65, "word": " with", "probability": 0.4423828125}, {"start": 3162.65, "end": 3162.79, "word": " it.", "probability": 0.86181640625}, {"start": 3164.03, "end": 3164.25, "word": " When", "probability": 0.826171875}, {"start": 3164.25, "end": 3164.53, "word": " it", "probability": 0.32275390625}, {"start": 3164.53, "end": 3164.53, "word": " is", "probability": 0.359130859375}, {"start": 3164.53, "end": 3164.71, "word": " displayed", "probability": 0.2822265625}, {"start": 3164.71, "end": 3164.89, "word": " on", "probability": 0.9111328125}, {"start": 3164.89, "end": 3164.97, "word": " a", "probability": 0.70703125}, {"start": 3164.97, "end": 3164.97, "word": " higher", "probability": 0.74951171875}, {"start": 3164.97, "end": 3165.67, "word": " resolution", "probability": 0.779296875}, {"start": 3165.67, "end": 3166.09, "word": " device,", "probability": 0.9443359375}, {"start": 3166.45, "end": 3166.83, "word": " what", "probability": 0.441650390625}, {"start": 3166.83, "end": 3167.09, "word": " happens", "probability": 0.53271484375}, {"start": 3167.09, "end": 3167.31, "word": " to", "probability": 0.91162109375}, {"start": 3167.31, "end": 3167.37, "word": " the", "probability": 0.88525390625}, {"start": 3167.37, "end": 3167.37, "word": " button?", "probability": 0.82958984375}, {"start": 3167.57, "end": 3167.91, "word": " It", "probability": 0.9052734375}, {"start": 3167.91, "end": 3168.03, "word": " becomes", "probability": 0.495361328125}, {"start": 3168.03, "end": 3168.27, "word": " smaller.", "probability": 0.81689453125}, {"start": 3168.45, "end": 3168.59, "word": " It", "probability": 0.8857421875}, {"start": 3168.59, "end": 3168.79, "word": " becomes", "probability": 0.79638671875}, {"start": 3168.79, "end": 3169.05, "word": " smaller", "probability": 0.86669921875}, {"start": 3169.05, "end": 3169.23, "word": " than", "probability": 0.92724609375}, {"start": 3169.23, "end": 3169.31, "word": " the", "probability": 0.58740234375}, {"start": 3169.31, "end": 3169.51, "word": " finger.", "probability": 0.84912109375}], "temperature": 1.0}, {"id": 127, "seek": 319774, "start": 3170.42, "end": 3197.74, "text": " If there are two buttons next to each other of the same size, and you press them, it's a mess. You press this one or that one. Right? This one. So, when you design, you have to try it. You say, for example, go try it on what? On a bigger device, for example. This one is 6 inches. Minus 6 inches, for example. Okay? Even the baton itself is small compared to the screen. Okay? This one is minus 6 inches. Minus 1 inch, for example.", "tokens": [759, 456, 366, 732, 9905, 958, 281, 1184, 661, 295, 264, 912, 2744, 11, 293, 291, 1886, 552, 11, 309, 311, 257, 2082, 13, 509, 1886, 341, 472, 420, 300, 472, 13, 1779, 30, 639, 472, 13, 407, 11, 562, 291, 1715, 11, 291, 362, 281, 853, 309, 13, 509, 584, 11, 337, 1365, 11, 352, 853, 309, 322, 437, 30, 1282, 257, 3801, 4302, 11, 337, 1365, 13, 639, 472, 307, 1386, 8478, 13, 2829, 301, 1386, 8478, 11, 337, 1365, 13, 1033, 30, 2754, 264, 7362, 266, 2564, 307, 1359, 5347, 281, 264, 2568, 13, 1033, 30, 639, 472, 307, 3175, 1386, 8478, 13, 2829, 301, 502, 7227, 11, 337, 1365, 13], "avg_logprob": -0.4785326149152673, "compression_ratio": 1.7851239669421488, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 3170.42, "end": 3170.68, "word": " If", "probability": 0.49755859375}, {"start": 3170.68, "end": 3171.0, "word": " there", "probability": 0.4345703125}, {"start": 3171.0, "end": 3171.0, "word": " are", "probability": 0.6279296875}, {"start": 3171.0, "end": 3171.42, "word": " two", "probability": 0.7099609375}, {"start": 3171.42, "end": 3171.44, "word": " buttons", "probability": 0.73046875}, {"start": 3171.44, "end": 3171.66, "word": " next", "probability": 0.6220703125}, {"start": 3171.66, "end": 3171.76, "word": " to", "probability": 0.97021484375}, {"start": 3171.76, "end": 3171.96, "word": " each", "probability": 0.9208984375}, {"start": 3171.96, "end": 3171.96, "word": " other", "probability": 0.87158203125}, {"start": 3171.96, "end": 3172.04, "word": " of", "probability": 0.209716796875}, {"start": 3172.04, "end": 3172.14, "word": " the", "probability": 0.65283203125}, {"start": 3172.14, "end": 3172.22, "word": " same", "probability": 0.9033203125}, {"start": 3172.22, "end": 3172.64, "word": " size,", "probability": 0.80224609375}, {"start": 3172.72, "end": 3173.96, "word": " and", "probability": 0.6337890625}, {"start": 3173.96, "end": 3174.08, "word": " you", "probability": 0.7841796875}, {"start": 3174.08, "end": 3174.32, "word": " press", "probability": 0.4345703125}, {"start": 3174.32, "end": 3174.5, "word": " them,", "probability": 0.1845703125}, {"start": 3174.5, "end": 3174.72, "word": " it's", "probability": 0.179443359375}, {"start": 3174.72, "end": 3174.8, "word": " a", "probability": 0.390869140625}, {"start": 3174.8, "end": 3174.94, "word": " mess.", "probability": 0.2222900390625}, {"start": 3175.06, "end": 3175.14, "word": " You", "probability": 0.423828125}, {"start": 3175.14, "end": 3175.32, "word": " press", "probability": 0.429931640625}, {"start": 3175.32, "end": 3175.56, "word": " this", "probability": 0.6884765625}, {"start": 3175.56, "end": 3175.6, "word": " one", "probability": 0.55224609375}, {"start": 3175.6, "end": 3175.76, "word": " or", "probability": 0.81005859375}, {"start": 3175.76, "end": 3175.98, "word": " that", "probability": 0.5283203125}, {"start": 3175.98, "end": 3176.36, "word": " one.", "probability": 0.92529296875}, {"start": 3176.66, "end": 3176.84, "word": " Right?", "probability": 0.426513671875}, {"start": 3176.98, "end": 3177.0, "word": " This", "probability": 0.1773681640625}, {"start": 3177.0, "end": 3177.16, "word": " one.", "probability": 0.8466796875}, {"start": 3177.42, "end": 3177.54, "word": " So,", "probability": 0.74853515625}, {"start": 3177.66, "end": 3178.08, "word": " when", "probability": 0.50146484375}, {"start": 3178.08, "end": 3178.6, "word": " you", "probability": 0.92578125}, {"start": 3178.6, "end": 3178.9, "word": " design,", "probability": 0.78466796875}, {"start": 3179.08, "end": 3179.12, "word": " you", "probability": 0.85888671875}, {"start": 3179.12, "end": 3179.22, "word": " have", "probability": 0.2332763671875}, {"start": 3179.22, "end": 3179.74, "word": " to", "probability": 0.96484375}, {"start": 3179.74, "end": 3180.04, "word": " try", "probability": 0.705078125}, {"start": 3180.04, "end": 3180.04, "word": " it.", "probability": 0.40625}, {"start": 3180.22, "end": 3180.36, "word": " You", "probability": 0.44140625}, {"start": 3180.36, "end": 3180.48, "word": " say,", "probability": 0.4599609375}, {"start": 3180.58, "end": 3180.7, "word": " for", "probability": 0.75732421875}, {"start": 3180.7, "end": 3180.86, "word": " example,", "probability": 0.93212890625}, {"start": 3181.18, "end": 3181.42, "word": " go", "probability": 0.326171875}, {"start": 3181.42, "end": 3181.66, "word": " try", "probability": 0.57666015625}, {"start": 3181.66, "end": 3182.14, "word": " it", "probability": 0.72607421875}, {"start": 3182.14, "end": 3182.34, "word": " on", "probability": 0.7900390625}, {"start": 3182.34, "end": 3182.68, "word": " what?", "probability": 0.56103515625}, {"start": 3183.06, "end": 3183.38, "word": " On", "probability": 0.8564453125}, {"start": 3183.38, "end": 3183.72, "word": " a", "probability": 0.947265625}, {"start": 3183.72, "end": 3184.0, "word": " bigger", "probability": 0.53857421875}, {"start": 3184.0, "end": 3184.0, "word": " device,", "probability": 0.875}, {"start": 3184.1, "end": 3184.22, "word": " for", "probability": 0.896484375}, {"start": 3184.22, "end": 3184.34, "word": " example.", "probability": 0.966796875}, {"start": 3184.6, "end": 3184.8, "word": " This", "probability": 0.85498046875}, {"start": 3184.8, "end": 3184.8, "word": " one", "probability": 0.440185546875}, {"start": 3184.8, "end": 3184.86, "word": " is", "probability": 0.81396484375}, {"start": 3184.86, "end": 3185.1, "word": " 6", "probability": 0.640625}, {"start": 3185.1, "end": 3185.42, "word": " inches.", "probability": 0.62060546875}, {"start": 3186.0, "end": 3186.26, "word": " Minus", "probability": 0.658447265625}, {"start": 3186.26, "end": 3186.62, "word": " 6", "probability": 0.7109375}, {"start": 3186.62, "end": 3186.64, "word": " inches,", "probability": 0.402587890625}, {"start": 3186.78, "end": 3186.84, "word": " for", "probability": 0.919921875}, {"start": 3186.84, "end": 3186.92, "word": " example.", "probability": 0.970703125}, {"start": 3187.74, "end": 3187.94, "word": " Okay?", "probability": 0.2939453125}, {"start": 3189.06, "end": 3189.4, "word": " Even", "probability": 0.447509765625}, {"start": 3189.4, "end": 3189.94, "word": " the", "probability": 0.56298828125}, {"start": 3189.94, "end": 3190.32, "word": " baton", "probability": 0.407470703125}, {"start": 3190.32, "end": 3190.6, "word": " itself", "probability": 0.62255859375}, {"start": 3190.6, "end": 3190.76, "word": " is", "probability": 0.53369140625}, {"start": 3190.76, "end": 3190.98, "word": " small", "probability": 0.78857421875}, {"start": 3190.98, "end": 3190.98, "word": " compared", "probability": 0.2430419921875}, {"start": 3190.98, "end": 3191.1, "word": " to", "probability": 0.97021484375}, {"start": 3191.1, "end": 3191.22, "word": " the", "probability": 0.916015625}, {"start": 3191.22, "end": 3191.62, "word": " screen.", "probability": 0.8466796875}, {"start": 3193.16, "end": 3193.56, "word": " Okay?", "probability": 0.68212890625}, {"start": 3194.32, "end": 3194.72, "word": " This", "probability": 0.61279296875}, {"start": 3194.72, "end": 3194.78, "word": " one", "probability": 0.73291015625}, {"start": 3194.78, "end": 3194.84, "word": " is", "probability": 0.7119140625}, {"start": 3194.84, "end": 3194.94, "word": " minus", "probability": 0.87890625}, {"start": 3194.94, "end": 3195.38, "word": " 6", "probability": 0.92431640625}, {"start": 3195.38, "end": 3195.4, "word": " inches.", "probability": 0.76318359375}, {"start": 3196.84, "end": 3197.08, "word": " Minus", "probability": 0.862548828125}, {"start": 3197.08, "end": 3197.38, "word": " 1", "probability": 0.53271484375}, {"start": 3197.38, "end": 3197.42, "word": " inch,", "probability": 0.6875}, {"start": 3197.44, "end": 3197.74, "word": " for", "probability": 0.94970703125}, {"start": 3197.74, "end": 3197.74, "word": " example.", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 128, "seek": 322513, "start": 3199.19, "end": 3225.13, "text": " Approximately, the button in relation to the screen is big enough. For example, go to Nexus 9. The resolution is big enough. Okay? This is a 9-inch tablet as well. To show it horizontally. Do you see what happened to the button? It is small. It is small. It is not a problem that the button is small. The important thing is that you try to make it clear and appropriate for the interaction. Okay?", "tokens": [29551, 3081, 1592, 11, 264, 2960, 294, 9721, 281, 264, 2568, 307, 955, 1547, 13, 1171, 1365, 11, 352, 281, 46559, 1722, 13, 440, 8669, 307, 955, 1547, 13, 1033, 30, 639, 307, 257, 1722, 12, 12415, 14136, 382, 731, 13, 1407, 855, 309, 33796, 13, 1144, 291, 536, 437, 2011, 281, 264, 2960, 30, 467, 307, 1359, 13, 467, 307, 1359, 13, 467, 307, 406, 257, 1154, 300, 264, 2960, 307, 1359, 13, 440, 1021, 551, 307, 300, 291, 853, 281, 652, 309, 1850, 293, 6854, 337, 264, 9285, 13, 1033, 30], "avg_logprob": -0.5684840311395362, "compression_ratio": 1.6610878661087867, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 3199.19, "end": 3199.59, "word": " Approximately,", "probability": 0.6645100911458334}, {"start": 3199.65, "end": 3199.75, "word": " the", "probability": 0.7451171875}, {"start": 3199.75, "end": 3199.93, "word": " button", "probability": 0.7119140625}, {"start": 3199.93, "end": 3200.09, "word": " in", "probability": 0.08563232421875}, {"start": 3200.09, "end": 3200.29, "word": " relation", "probability": 0.4091796875}, {"start": 3200.29, "end": 3200.41, "word": " to", "probability": 0.9619140625}, {"start": 3200.41, "end": 3200.59, "word": " the", "probability": 0.8486328125}, {"start": 3200.59, "end": 3200.69, "word": " screen", "probability": 0.68896484375}, {"start": 3200.69, "end": 3201.19, "word": " is", "probability": 0.62353515625}, {"start": 3201.19, "end": 3201.19, "word": " big", "probability": 0.435791015625}, {"start": 3201.19, "end": 3202.55, "word": " enough.", "probability": 0.250244140625}, {"start": 3202.93, "end": 3203.33, "word": " For", "probability": 0.2276611328125}, {"start": 3203.33, "end": 3205.33, "word": " example,", "probability": 0.8935546875}, {"start": 3205.51, "end": 3205.51, "word": " go", "probability": 0.1563720703125}, {"start": 3205.51, "end": 3205.51, "word": " to", "probability": 0.720703125}, {"start": 3205.51, "end": 3205.79, "word": " Nexus", "probability": 0.7705078125}, {"start": 3205.79, "end": 3206.43, "word": " 9.", "probability": 0.9345703125}, {"start": 3206.63, "end": 3206.77, "word": " The", "probability": 0.427001953125}, {"start": 3206.77, "end": 3207.07, "word": " resolution", "probability": 0.833984375}, {"start": 3207.07, "end": 3207.29, "word": " is", "probability": 0.289306640625}, {"start": 3207.29, "end": 3207.57, "word": " big", "probability": 0.493408203125}, {"start": 3207.57, "end": 3208.17, "word": " enough.", "probability": 0.55419921875}, {"start": 3208.43, "end": 3208.63, "word": " Okay?", "probability": 0.2054443359375}, {"start": 3210.57, "end": 3210.97, "word": " This", "probability": 0.60107421875}, {"start": 3210.97, "end": 3211.01, "word": " is", "probability": 0.79296875}, {"start": 3211.01, "end": 3211.09, "word": " a", "probability": 0.49755859375}, {"start": 3211.09, "end": 3211.23, "word": " 9", "probability": 0.73486328125}, {"start": 3211.23, "end": 3211.39, "word": "-inch", "probability": 0.4859619140625}, {"start": 3211.39, "end": 3211.63, "word": " tablet", "probability": 0.8154296875}, {"start": 3211.63, "end": 3211.89, "word": " as", "probability": 0.228515625}, {"start": 3211.89, "end": 3211.93, "word": " well.", "probability": 0.94921875}, {"start": 3212.29, "end": 3212.59, "word": " To", "probability": 0.27880859375}, {"start": 3212.59, "end": 3213.03, "word": " show", "probability": 0.50244140625}, {"start": 3213.03, "end": 3213.39, "word": " it", "probability": 0.25634765625}, {"start": 3213.39, "end": 3213.97, "word": " horizontally.", "probability": 0.51513671875}, {"start": 3214.05, "end": 3214.13, "word": " Do", "probability": 0.1923828125}, {"start": 3214.13, "end": 3214.13, "word": " you", "probability": 0.970703125}, {"start": 3214.13, "end": 3214.31, "word": " see", "probability": 0.9091796875}, {"start": 3214.31, "end": 3214.45, "word": " what", "probability": 0.2071533203125}, {"start": 3214.45, "end": 3214.83, "word": " happened", "probability": 0.248046875}, {"start": 3214.83, "end": 3214.83, "word": " to", "probability": 0.8212890625}, {"start": 3214.83, "end": 3214.83, "word": " the", "probability": 0.8798828125}, {"start": 3214.83, "end": 3214.83, "word": " button?", "probability": 0.6884765625}, {"start": 3215.43, "end": 3215.83, "word": " It", "probability": 0.60986328125}, {"start": 3215.83, "end": 3215.83, "word": " is", "probability": 0.3583984375}, {"start": 3215.83, "end": 3216.07, "word": " small.", "probability": 0.6982421875}, {"start": 3216.79, "end": 3216.95, "word": " It", "probability": 0.427978515625}, {"start": 3216.95, "end": 3216.95, "word": " is", "probability": 0.767578125}, {"start": 3216.95, "end": 3217.05, "word": " small.", "probability": 0.57861328125}, {"start": 3217.21, "end": 3217.31, "word": " It", "probability": 0.5048828125}, {"start": 3217.31, "end": 3217.31, "word": " is", "probability": 0.70068359375}, {"start": 3217.31, "end": 3217.37, "word": " not", "probability": 0.7353515625}, {"start": 3217.37, "end": 3217.49, "word": " a", "probability": 0.70654296875}, {"start": 3217.49, "end": 3217.63, "word": " problem", "probability": 0.73779296875}, {"start": 3217.63, "end": 3217.77, "word": " that", "probability": 0.40771484375}, {"start": 3217.77, "end": 3217.85, "word": " the", "probability": 0.79443359375}, {"start": 3217.85, "end": 3217.99, "word": " button", "probability": 0.84130859375}, {"start": 3217.99, "end": 3218.09, "word": " is", "probability": 0.71435546875}, {"start": 3218.09, "end": 3218.29, "word": " small.", "probability": 0.9111328125}, {"start": 3218.45, "end": 3218.57, "word": " The", "probability": 0.5029296875}, {"start": 3218.57, "end": 3218.73, "word": " important", "probability": 0.6103515625}, {"start": 3218.73, "end": 3218.83, "word": " thing", "probability": 0.841796875}, {"start": 3218.83, "end": 3218.93, "word": " is", "probability": 0.93115234375}, {"start": 3218.93, "end": 3218.97, "word": " that", "probability": 0.6455078125}, {"start": 3218.97, "end": 3219.63, "word": " you", "probability": 0.85791015625}, {"start": 3219.63, "end": 3220.49, "word": " try", "probability": 0.50927734375}, {"start": 3220.49, "end": 3220.71, "word": " to", "probability": 0.9228515625}, {"start": 3220.71, "end": 3220.85, "word": " make", "probability": 0.763671875}, {"start": 3220.85, "end": 3220.99, "word": " it", "probability": 0.90576171875}, {"start": 3220.99, "end": 3221.27, "word": " clear", "probability": 0.716796875}, {"start": 3221.27, "end": 3222.55, "word": " and", "probability": 0.58935546875}, {"start": 3222.55, "end": 3222.91, "word": " appropriate", "probability": 0.383544921875}, {"start": 3222.91, "end": 3223.15, "word": " for", "probability": 0.81689453125}, {"start": 3223.15, "end": 3223.31, "word": " the", "probability": 0.494873046875}, {"start": 3223.31, "end": 3223.97, "word": " interaction.", "probability": 0.90869140625}, {"start": 3224.73, "end": 3225.13, "word": " Okay?", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 129, "seek": 325597, "start": 3226.73, "end": 3255.97, "text": " That's it, guys. It's just that it tests you on different devices. Each device gives you its size in inches and its resolution. Okay? And then there's another term. Do you see this? HDPI. XHDPI. Okay? The H is short for High Resolution. The XH means higher resolution. The XXH", "tokens": [663, 311, 309, 11, 1074, 13, 467, 311, 445, 300, 309, 6921, 291, 322, 819, 5759, 13, 6947, 4302, 2709, 291, 1080, 2744, 294, 8478, 293, 1080, 8669, 13, 1033, 30, 400, 550, 456, 311, 1071, 1433, 13, 1144, 291, 536, 341, 30, 389, 11373, 40, 13, 1783, 39, 11373, 40, 13, 1033, 30, 440, 389, 307, 2099, 337, 5229, 5015, 3386, 13, 440, 1783, 39, 1355, 2946, 8669, 13, 440, 27050, 39], "avg_logprob": -0.5143580863604674, "compression_ratio": 1.521978021978022, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3226.73, "end": 3227.01, "word": " That's", "probability": 0.540771484375}, {"start": 3227.01, "end": 3227.25, "word": " it,", "probability": 0.6533203125}, {"start": 3227.47, "end": 3227.67, "word": " guys.", "probability": 0.56103515625}, {"start": 3227.67, "end": 3228.05, "word": " It's", "probability": 0.375244140625}, {"start": 3228.05, "end": 3228.41, "word": " just", "probability": 0.55322265625}, {"start": 3228.41, "end": 3228.65, "word": " that", "probability": 0.3974609375}, {"start": 3228.65, "end": 3229.31, "word": " it", "probability": 0.77783203125}, {"start": 3229.31, "end": 3229.57, "word": " tests", "probability": 0.33984375}, {"start": 3229.57, "end": 3229.85, "word": " you", "probability": 0.50048828125}, {"start": 3229.85, "end": 3229.97, "word": " on", "probability": 0.69091796875}, {"start": 3229.97, "end": 3230.61, "word": " different", "probability": 0.7392578125}, {"start": 3230.61, "end": 3230.61, "word": " devices.", "probability": 0.83984375}, {"start": 3231.11, "end": 3231.31, "word": " Each", "probability": 0.66259765625}, {"start": 3231.31, "end": 3231.55, "word": " device", "probability": 0.90185546875}, {"start": 3231.55, "end": 3231.79, "word": " gives", "probability": 0.12127685546875}, {"start": 3231.79, "end": 3231.97, "word": " you", "probability": 0.8642578125}, {"start": 3231.97, "end": 3232.23, "word": " its", "probability": 0.37939453125}, {"start": 3232.23, "end": 3232.45, "word": " size", "probability": 0.4130859375}, {"start": 3232.45, "end": 3232.63, "word": " in", "probability": 0.79443359375}, {"start": 3232.63, "end": 3233.03, "word": " inches", "probability": 0.6474609375}, {"start": 3233.03, "end": 3234.33, "word": " and", "probability": 0.43896484375}, {"start": 3234.33, "end": 3234.71, "word": " its", "probability": 0.361083984375}, {"start": 3234.71, "end": 3235.19, "word": " resolution.", "probability": 0.7626953125}, {"start": 3236.23, "end": 3236.49, "word": " Okay?", "probability": 0.2359619140625}, {"start": 3237.07, "end": 3237.23, "word": " And", "probability": 0.5693359375}, {"start": 3237.23, "end": 3237.59, "word": " then", "probability": 0.51708984375}, {"start": 3237.59, "end": 3238.79, "word": " there's", "probability": 0.5880126953125}, {"start": 3238.79, "end": 3238.89, "word": " another", "probability": 0.79150390625}, {"start": 3238.89, "end": 3239.31, "word": " term.", "probability": 0.73876953125}, {"start": 3240.87, "end": 3241.09, "word": " Do", "probability": 0.2587890625}, {"start": 3241.09, "end": 3241.31, "word": " you", "probability": 0.97314453125}, {"start": 3241.31, "end": 3241.31, "word": " see", "probability": 0.91943359375}, {"start": 3241.31, "end": 3241.49, "word": " this?", "probability": 0.55078125}, {"start": 3242.29, "end": 3242.85, "word": " HDPI.", "probability": 0.7128092447916666}, {"start": 3244.87, "end": 3245.43, "word": " XHDPI.", "probability": 0.78753662109375}, {"start": 3245.93, "end": 3246.13, "word": " Okay?", "probability": 0.7587890625}, {"start": 3248.49, "end": 3249.05, "word": " The", "probability": 0.6259765625}, {"start": 3249.05, "end": 3249.29, "word": " H", "probability": 0.393310546875}, {"start": 3249.29, "end": 3249.49, "word": " is", "probability": 0.39892578125}, {"start": 3249.49, "end": 3249.67, "word": " short", "probability": 0.80908203125}, {"start": 3249.67, "end": 3249.87, "word": " for", "probability": 0.91357421875}, {"start": 3249.87, "end": 3250.09, "word": " High", "probability": 0.396240234375}, {"start": 3250.09, "end": 3250.63, "word": " Resolution.", "probability": 0.904052734375}, {"start": 3251.41, "end": 3251.51, "word": " The", "probability": 0.77734375}, {"start": 3251.51, "end": 3252.13, "word": " XH", "probability": 0.829345703125}, {"start": 3252.13, "end": 3253.33, "word": " means", "probability": 0.486328125}, {"start": 3253.33, "end": 3253.37, "word": " higher", "probability": 0.63330078125}, {"start": 3253.37, "end": 3253.83, "word": " resolution.", "probability": 0.86474609375}, {"start": 3254.83, "end": 3255.01, "word": " The", "probability": 0.7685546875}, {"start": 3255.01, "end": 3255.97, "word": " XXH", "probability": 0.911865234375}], "temperature": 1.0}, {"id": 130, "seek": 328548, "start": 3257.42, "end": 3285.48, "text": " There is no x here, there is tvdpi, what is this? It is the highest value, okay? Okay, this was just a quick jump, we are still getting familiar with the elements here. Let's go back to Nexus 4. Okay, the last thing, because it has a group, there is here, do you see this blue icon? Okay, what is written here? Design.", "tokens": [821, 307, 572, 2031, 510, 11, 456, 307, 16364, 67, 22630, 11, 437, 307, 341, 30, 467, 307, 264, 6343, 2158, 11, 1392, 30, 1033, 11, 341, 390, 445, 257, 1702, 3012, 11, 321, 366, 920, 1242, 4963, 365, 264, 4959, 510, 13, 961, 311, 352, 646, 281, 46559, 1017, 13, 1033, 11, 264, 1036, 551, 11, 570, 309, 575, 257, 1594, 11, 456, 307, 510, 11, 360, 291, 536, 341, 3344, 6528, 30, 1033, 11, 437, 307, 3720, 510, 30, 12748, 13], "avg_logprob": -0.6290922377790723, "compression_ratio": 1.5485436893203883, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 3257.42, "end": 3257.98, "word": " There", "probability": 0.11138916015625}, {"start": 3257.98, "end": 3258.06, "word": " is", "probability": 0.70263671875}, {"start": 3258.06, "end": 3258.24, "word": " no", "probability": 0.21826171875}, {"start": 3258.24, "end": 3258.56, "word": " x", "probability": 0.358154296875}, {"start": 3258.56, "end": 3259.16, "word": " here,", "probability": 0.414306640625}, {"start": 3259.54, "end": 3259.96, "word": " there", "probability": 0.371826171875}, {"start": 3259.96, "end": 3260.34, "word": " is", "probability": 0.91796875}, {"start": 3260.34, "end": 3261.84, "word": " tvdpi,", "probability": 0.7056477864583334}, {"start": 3261.92, "end": 3262.0, "word": " what", "probability": 0.33935546875}, {"start": 3262.0, "end": 3262.0, "word": " is", "probability": 0.85498046875}, {"start": 3262.0, "end": 3262.42, "word": " this?", "probability": 0.6142578125}, {"start": 3262.76, "end": 3263.06, "word": " It", "probability": 0.1290283203125}, {"start": 3263.06, "end": 3263.06, "word": " is", "probability": 0.65380859375}, {"start": 3263.06, "end": 3263.08, "word": " the", "probability": 0.54833984375}, {"start": 3263.08, "end": 3263.2, "word": " highest", "probability": 0.70751953125}, {"start": 3263.2, "end": 3263.54, "word": " value,", "probability": 0.3466796875}, {"start": 3263.8, "end": 3264.18, "word": " okay?", "probability": 0.269287109375}, {"start": 3265.82, "end": 3266.38, "word": " Okay,", "probability": 0.339599609375}, {"start": 3266.44, "end": 3266.58, "word": " this", "probability": 0.4365234375}, {"start": 3266.58, "end": 3266.7, "word": " was", "probability": 0.317626953125}, {"start": 3266.7, "end": 3267.18, "word": " just", "probability": 0.316650390625}, {"start": 3267.18, "end": 3267.38, "word": " a", "probability": 0.39208984375}, {"start": 3267.38, "end": 3267.5, "word": " quick", "probability": 0.59716796875}, {"start": 3267.5, "end": 3267.5, "word": " jump,", "probability": 0.058319091796875}, {"start": 3267.92, "end": 3268.28, "word": " we", "probability": 0.75439453125}, {"start": 3268.28, "end": 3268.4, "word": " are", "probability": 0.43408203125}, {"start": 3268.4, "end": 3268.4, "word": " still", "probability": 0.74169921875}, {"start": 3268.4, "end": 3268.56, "word": " getting", "probability": 0.413818359375}, {"start": 3268.56, "end": 3268.84, "word": " familiar", "probability": 0.42626953125}, {"start": 3268.84, "end": 3269.08, "word": " with", "probability": 0.75830078125}, {"start": 3269.08, "end": 3271.1, "word": " the", "probability": 0.6796875}, {"start": 3271.1, "end": 3271.36, "word": " elements", "probability": 0.499267578125}, {"start": 3271.36, "end": 3271.76, "word": " here.", "probability": 0.55078125}, {"start": 3272.64, "end": 3273.2, "word": " Let's", "probability": 0.864013671875}, {"start": 3273.2, "end": 3273.32, "word": " go", "probability": 0.8134765625}, {"start": 3273.32, "end": 3273.4, "word": " back", "probability": 0.85498046875}, {"start": 3273.4, "end": 3273.5, "word": " to", "probability": 0.96337890625}, {"start": 3273.5, "end": 3273.74, "word": " Nexus", "probability": 0.52734375}, {"start": 3273.74, "end": 3274.22, "word": " 4.", "probability": 0.90283203125}, {"start": 3276.6, "end": 3276.92, "word": " Okay,", "probability": 0.56884765625}, {"start": 3277.04, "end": 3277.1, "word": " the", "probability": 0.5625}, {"start": 3277.1, "end": 3277.22, "word": " last", "probability": 0.8671875}, {"start": 3277.22, "end": 3277.48, "word": " thing,", "probability": 0.82373046875}, {"start": 3277.54, "end": 3277.66, "word": " because", "probability": 0.50537109375}, {"start": 3277.66, "end": 3277.96, "word": " it", "probability": 0.64599609375}, {"start": 3277.96, "end": 3278.1, "word": " has", "probability": 0.73583984375}, {"start": 3278.1, "end": 3278.22, "word": " a", "probability": 0.3984375}, {"start": 3278.22, "end": 3278.5, "word": " group,", "probability": 0.787109375}, {"start": 3280.12, "end": 3280.6, "word": " there", "probability": 0.165283203125}, {"start": 3280.6, "end": 3280.64, "word": " is", "probability": 0.89990234375}, {"start": 3280.64, "end": 3280.98, "word": " here,", "probability": 0.42919921875}, {"start": 3281.18, "end": 3281.28, "word": " do", "probability": 0.33203125}, {"start": 3281.28, "end": 3281.54, "word": " you", "probability": 0.97412109375}, {"start": 3281.54, "end": 3281.54, "word": " see", "probability": 0.92626953125}, {"start": 3281.54, "end": 3282.1, "word": " this", "probability": 0.5302734375}, {"start": 3282.1, "end": 3282.1, "word": " blue", "probability": 0.8857421875}, {"start": 3282.1, "end": 3282.42, "word": " icon?", "probability": 0.90869140625}, {"start": 3283.44, "end": 3283.94, "word": " Okay,", "probability": 0.58642578125}, {"start": 3284.06, "end": 3284.52, "word": " what", "probability": 0.5712890625}, {"start": 3284.52, "end": 3284.52, "word": " is", "probability": 0.5751953125}, {"start": 3284.52, "end": 3285.04, "word": " written", "probability": 0.85400390625}, {"start": 3285.04, "end": 3285.1, "word": " here?", "probability": 0.53759765625}, {"start": 3285.1, "end": 3285.48, "word": " Design.", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 131, "seek": 331232, "start": 3286.54, "end": 3312.32, "text": " And here you have a blueprint. This blueprint looks like an x-ray screen. Sometimes when you add elements, there are elements that may be behind elements, elements interfering with elements. If you show the design screen, the elements in the background will not be visible. But when I take an x-ray, your bone is visible. Right or wrong? And the details inside.", "tokens": [400, 510, 291, 362, 257, 35868, 13, 639, 35868, 1542, 411, 364, 2031, 12, 3458, 2568, 13, 4803, 562, 291, 909, 4959, 11, 456, 366, 4959, 300, 815, 312, 2261, 4959, 11, 4959, 48721, 365, 4959, 13, 759, 291, 855, 264, 1715, 2568, 11, 264, 4959, 294, 264, 3678, 486, 406, 312, 8974, 13, 583, 562, 286, 747, 364, 2031, 12, 3458, 11, 428, 9026, 307, 8974, 13, 1779, 420, 2085, 30, 400, 264, 4365, 1854, 13], "avg_logprob": -0.4927884538968404, "compression_ratio": 1.7156398104265402, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 3286.54, "end": 3287.0, "word": " And", "probability": 0.278076171875}, {"start": 3287.0, "end": 3287.18, "word": " here", "probability": 0.36962890625}, {"start": 3287.18, "end": 3287.18, "word": " you", "probability": 0.64892578125}, {"start": 3287.18, "end": 3287.54, "word": " have", "probability": 0.8447265625}, {"start": 3287.54, "end": 3287.9, "word": " a", "probability": 0.591796875}, {"start": 3287.9, "end": 3288.24, "word": " blueprint.", "probability": 0.59130859375}, {"start": 3290.66, "end": 3291.14, "word": " This", "probability": 0.5751953125}, {"start": 3291.14, "end": 3291.6, "word": " blueprint", "probability": 0.73388671875}, {"start": 3291.6, "end": 3292.22, "word": " looks", "probability": 0.26220703125}, {"start": 3292.22, "end": 3292.7, "word": " like", "probability": 0.880859375}, {"start": 3292.7, "end": 3292.9, "word": " an", "probability": 0.355224609375}, {"start": 3292.9, "end": 3294.0, "word": " x", "probability": 0.556640625}, {"start": 3294.0, "end": 3294.66, "word": "-ray", "probability": 0.911865234375}, {"start": 3294.66, "end": 3294.66, "word": " screen.", "probability": 0.345458984375}, {"start": 3297.56, "end": 3298.04, "word": " Sometimes", "probability": 0.39990234375}, {"start": 3298.04, "end": 3298.48, "word": " when", "probability": 0.52197265625}, {"start": 3298.48, "end": 3298.6, "word": " you", "probability": 0.90087890625}, {"start": 3298.6, "end": 3298.82, "word": " add", "probability": 0.81103515625}, {"start": 3298.82, "end": 3299.24, "word": " elements,", "probability": 0.83447265625}, {"start": 3299.36, "end": 3299.44, "word": " there", "probability": 0.463134765625}, {"start": 3299.44, "end": 3299.5, "word": " are", "probability": 0.399658203125}, {"start": 3299.5, "end": 3299.76, "word": " elements", "probability": 0.88671875}, {"start": 3299.76, "end": 3299.86, "word": " that", "probability": 0.677734375}, {"start": 3299.86, "end": 3300.04, "word": " may", "probability": 0.2176513671875}, {"start": 3300.04, "end": 3300.28, "word": " be", "probability": 0.71337890625}, {"start": 3300.28, "end": 3300.48, "word": " behind", "probability": 0.71630859375}, {"start": 3300.48, "end": 3300.96, "word": " elements,", "probability": 0.6181640625}, {"start": 3301.42, "end": 3301.78, "word": " elements", "probability": 0.31787109375}, {"start": 3301.78, "end": 3302.3, "word": " interfering", "probability": 0.3232421875}, {"start": 3302.3, "end": 3302.52, "word": " with", "probability": 0.888671875}, {"start": 3302.52, "end": 3302.94, "word": " elements.", "probability": 0.79541015625}, {"start": 3303.56, "end": 3303.8, "word": " If", "probability": 0.71142578125}, {"start": 3303.8, "end": 3304.02, "word": " you", "probability": 0.92529296875}, {"start": 3304.02, "end": 3304.24, "word": " show", "probability": 0.273193359375}, {"start": 3304.24, "end": 3304.36, "word": " the", "probability": 0.73193359375}, {"start": 3304.36, "end": 3305.02, "word": " design", "probability": 0.65283203125}, {"start": 3305.02, "end": 3305.06, "word": " screen,", "probability": 0.787109375}, {"start": 3305.8, "end": 3306.12, "word": " the", "probability": 0.80419921875}, {"start": 3306.12, "end": 3306.32, "word": " elements", "probability": 0.2418212890625}, {"start": 3306.32, "end": 3306.52, "word": " in", "probability": 0.32421875}, {"start": 3306.52, "end": 3306.64, "word": " the", "probability": 0.896484375}, {"start": 3306.64, "end": 3306.82, "word": " background", "probability": 0.775390625}, {"start": 3306.82, "end": 3307.04, "word": " will", "probability": 0.72119140625}, {"start": 3307.04, "end": 3307.04, "word": " not", "probability": 0.91748046875}, {"start": 3307.04, "end": 3307.16, "word": " be", "probability": 0.56689453125}, {"start": 3307.16, "end": 3307.4, "word": " visible.", "probability": 0.7158203125}, {"start": 3307.9, "end": 3308.2, "word": " But", "probability": 0.8837890625}, {"start": 3308.2, "end": 3308.34, "word": " when", "probability": 0.7548828125}, {"start": 3308.34, "end": 3308.46, "word": " I", "probability": 0.62451171875}, {"start": 3308.46, "end": 3308.6, "word": " take", "probability": 0.430419921875}, {"start": 3308.6, "end": 3308.78, "word": " an", "probability": 0.54296875}, {"start": 3308.78, "end": 3308.94, "word": " x", "probability": 0.9345703125}, {"start": 3308.94, "end": 3309.2, "word": "-ray,", "probability": 0.966796875}, {"start": 3309.48, "end": 3309.92, "word": " your", "probability": 0.3955078125}, {"start": 3309.92, "end": 3310.16, "word": " bone", "probability": 0.415283203125}, {"start": 3310.16, "end": 3310.34, "word": " is", "probability": 0.6201171875}, {"start": 3310.34, "end": 3310.34, "word": " visible.", "probability": 0.78759765625}, {"start": 3310.76, "end": 3311.16, "word": " Right", "probability": 0.56201171875}, {"start": 3311.16, "end": 3311.42, "word": " or", "probability": 0.79931640625}, {"start": 3311.42, "end": 3311.46, "word": " wrong?", "probability": 0.5625}, {"start": 3311.6, "end": 3311.74, "word": " And", "probability": 0.748046875}, {"start": 3311.74, "end": 3311.8, "word": " the", "probability": 0.65185546875}, {"start": 3311.8, "end": 3312.02, "word": " details", "probability": 0.8955078125}, {"start": 3312.02, "end": 3312.32, "word": " inside.", "probability": 0.55322265625}], "temperature": 1.0}, {"id": 132, "seek": 334064, "start": 3313.3, "end": 3340.64, "text": " Okay? So this is the same thing. A blueprint brings you what's in it. Did you get it? Of course, it's not clear. So this is what it is. Like this, like this, like this. Okay? Did you get it? Because there is nothing on the screen. But when you see a lot of things and interference, the blueprint can show that there is a mistake. Okay? You can show both together. Design and Blueprint. Next to each other. Okay? Design only in this way. Is it clear, guys? So our lecture today", "tokens": [1033, 30, 407, 341, 307, 264, 912, 551, 13, 316, 35868, 5607, 291, 437, 311, 294, 309, 13, 2589, 291, 483, 309, 30, 2720, 1164, 11, 309, 311, 406, 1850, 13, 407, 341, 307, 437, 309, 307, 13, 1743, 341, 11, 411, 341, 11, 411, 341, 13, 1033, 30, 2589, 291, 483, 309, 30, 1436, 456, 307, 1825, 322, 264, 2568, 13, 583, 562, 291, 536, 257, 688, 295, 721, 293, 24497, 11, 264, 35868, 393, 855, 300, 456, 307, 257, 6146, 13, 1033, 30, 509, 393, 855, 1293, 1214, 13, 12748, 293, 2177, 29017, 13, 3087, 281, 1184, 661, 13, 1033, 30, 12748, 787, 294, 341, 636, 13, 1119, 309, 1850, 11, 1074, 30, 407, 527, 7991, 965], "avg_logprob": -0.48541665251056354, "compression_ratio": 1.7798507462686568, "no_speech_prob": 4.589557647705078e-06, "words": [{"start": 3313.2999999999997, "end": 3313.66, "word": " Okay?", "probability": 0.1318359375}, {"start": 3314.06, "end": 3314.28, "word": " So", "probability": 0.4580078125}, {"start": 3314.28, "end": 3314.42, "word": " this", "probability": 0.408203125}, {"start": 3314.42, "end": 3314.46, "word": " is", "probability": 0.919921875}, {"start": 3314.46, "end": 3314.54, "word": " the", "probability": 0.82861328125}, {"start": 3314.54, "end": 3314.64, "word": " same", "probability": 0.89697265625}, {"start": 3314.64, "end": 3314.9, "word": " thing.", "probability": 0.7568359375}, {"start": 3315.06, "end": 3315.2, "word": " A", "probability": 0.36474609375}, {"start": 3315.2, "end": 3315.46, "word": " blueprint", "probability": 0.708984375}, {"start": 3315.46, "end": 3315.88, "word": " brings", "probability": 0.348876953125}, {"start": 3315.88, "end": 3316.06, "word": " you", "probability": 0.6865234375}, {"start": 3316.06, "end": 3316.3, "word": " what's", "probability": 0.2410888671875}, {"start": 3316.3, "end": 3316.42, "word": " in", "probability": 0.453369140625}, {"start": 3316.42, "end": 3316.5, "word": " it.", "probability": 0.84228515625}, {"start": 3316.62, "end": 3316.78, "word": " Did", "probability": 0.313232421875}, {"start": 3316.78, "end": 3316.9, "word": " you", "probability": 0.9541015625}, {"start": 3316.9, "end": 3316.9, "word": " get", "probability": 0.2890625}, {"start": 3316.9, "end": 3316.94, "word": " it?", "probability": 0.802734375}, {"start": 3317.08, "end": 3317.12, "word": " Of", "probability": 0.4501953125}, {"start": 3317.12, "end": 3317.12, "word": " course,", "probability": 0.96044921875}, {"start": 3317.2, "end": 3317.26, "word": " it's", "probability": 0.481689453125}, {"start": 3317.26, "end": 3317.3, "word": " not", "probability": 0.85107421875}, {"start": 3317.3, "end": 3317.54, "word": " clear.", "probability": 0.50244140625}, {"start": 3317.78, "end": 3318.04, "word": " So", "probability": 0.429443359375}, {"start": 3318.04, "end": 3318.16, "word": " this", "probability": 0.17333984375}, {"start": 3318.16, "end": 3318.32, "word": " is", "probability": 0.640625}, {"start": 3318.32, "end": 3318.68, "word": " what", "probability": 0.720703125}, {"start": 3318.68, "end": 3318.84, "word": " it", "probability": 0.48974609375}, {"start": 3318.84, "end": 3319.12, "word": " is.", "probability": 0.81884765625}, {"start": 3319.22, "end": 3319.44, "word": " Like", "probability": 0.59423828125}, {"start": 3319.44, "end": 3319.66, "word": " this,", "probability": 0.9189453125}, {"start": 3319.7, "end": 3319.84, "word": " like", "probability": 0.67919921875}, {"start": 3319.84, "end": 3319.96, "word": " this,", "probability": 0.5498046875}, {"start": 3319.96, "end": 3320.02, "word": " like", "probability": 0.83935546875}, {"start": 3320.02, "end": 3320.08, "word": " this.", "probability": 0.93212890625}, {"start": 3320.38, "end": 3320.54, "word": " Okay?", "probability": 0.440185546875}, {"start": 3320.56, "end": 3320.74, "word": " Did", "probability": 0.869140625}, {"start": 3320.74, "end": 3320.74, "word": " you", "probability": 0.966796875}, {"start": 3320.74, "end": 3320.84, "word": " get", "probability": 0.87451171875}, {"start": 3320.84, "end": 3320.88, "word": " it?", "probability": 0.943359375}, {"start": 3320.9, "end": 3321.0, "word": " Because", "probability": 0.6875}, {"start": 3321.0, "end": 3321.12, "word": " there", "probability": 0.74560546875}, {"start": 3321.12, "end": 3321.12, "word": " is", "probability": 0.450927734375}, {"start": 3321.12, "end": 3321.36, "word": " nothing", "probability": 0.8671875}, {"start": 3321.36, "end": 3321.52, "word": " on", "probability": 0.8125}, {"start": 3321.52, "end": 3321.8, "word": " the", "probability": 0.65673828125}, {"start": 3321.8, "end": 3322.0, "word": " screen.", "probability": 0.900390625}, {"start": 3322.4, "end": 3322.76, "word": " But", "probability": 0.93115234375}, {"start": 3322.76, "end": 3322.94, "word": " when", "probability": 0.677734375}, {"start": 3322.94, "end": 3323.0, "word": " you", "probability": 0.4921875}, {"start": 3323.0, "end": 3323.12, "word": " see", "probability": 0.884765625}, {"start": 3323.12, "end": 3323.22, "word": " a", "probability": 0.346923828125}, {"start": 3323.22, "end": 3323.7, "word": " lot", "probability": 0.92431640625}, {"start": 3323.7, "end": 3323.7, "word": " of", "probability": 0.96435546875}, {"start": 3323.7, "end": 3323.7, "word": " things", "probability": 0.51025390625}, {"start": 3323.7, "end": 3323.84, "word": " and", "probability": 0.58837890625}, {"start": 3323.84, "end": 3324.22, "word": " interference,", "probability": 0.308837890625}, {"start": 3325.0, "end": 3325.42, "word": " the", "probability": 0.457763671875}, {"start": 3325.42, "end": 3326.28, "word": " blueprint", "probability": 0.7431640625}, {"start": 3326.28, "end": 3326.48, "word": " can", "probability": 0.276611328125}, {"start": 3326.48, "end": 3326.66, "word": " show", "probability": 0.57373046875}, {"start": 3326.66, "end": 3326.84, "word": " that", "probability": 0.455078125}, {"start": 3326.84, "end": 3327.3, "word": " there", "probability": 0.81494140625}, {"start": 3327.3, "end": 3327.32, "word": " is", "probability": 0.7626953125}, {"start": 3327.32, "end": 3327.44, "word": " a", "probability": 0.681640625}, {"start": 3327.44, "end": 3327.68, "word": " mistake.", "probability": 0.90625}, {"start": 3328.22, "end": 3328.58, "word": " Okay?", "probability": 0.73046875}, {"start": 3328.76, "end": 3329.1, "word": " You", "probability": 0.72021484375}, {"start": 3329.1, "end": 3329.28, "word": " can", "probability": 0.90966796875}, {"start": 3329.28, "end": 3329.5, "word": " show", "probability": 0.43115234375}, {"start": 3329.5, "end": 3329.78, "word": " both", "probability": 0.477294921875}, {"start": 3329.78, "end": 3330.22, "word": " together.", "probability": 0.51708984375}, {"start": 3330.92, "end": 3331.28, "word": " Design", "probability": 0.94677734375}, {"start": 3331.28, "end": 3331.58, "word": " and", "probability": 0.9482421875}, {"start": 3331.58, "end": 3331.94, "word": " Blueprint.", "probability": 0.57183837890625}, {"start": 3332.06, "end": 3332.24, "word": " Next", "probability": 0.44677734375}, {"start": 3332.24, "end": 3332.28, "word": " to", "probability": 0.9697265625}, {"start": 3332.28, "end": 3332.46, "word": " each", "probability": 0.9560546875}, {"start": 3332.46, "end": 3332.46, "word": " other.", "probability": 0.8974609375}, {"start": 3334.64, "end": 3335.0, "word": " Okay?", "probability": 0.76513671875}, {"start": 3335.26, "end": 3335.62, "word": " Design", "probability": 0.85498046875}, {"start": 3335.62, "end": 3335.82, "word": " only", "probability": 0.414794921875}, {"start": 3335.82, "end": 3335.94, "word": " in", "probability": 0.3046875}, {"start": 3335.94, "end": 3336.0, "word": " this", "probability": 0.91845703125}, {"start": 3336.0, "end": 3336.22, "word": " way.", "probability": 0.583984375}, {"start": 3337.7, "end": 3337.9, "word": " Is", "probability": 0.439208984375}, {"start": 3337.9, "end": 3337.9, "word": " it", "probability": 0.80419921875}, {"start": 3337.9, "end": 3338.06, "word": " clear,", "probability": 0.87744140625}, {"start": 3338.18, "end": 3338.36, "word": " guys?", "probability": 0.67529296875}, {"start": 3338.9, "end": 3339.14, "word": " So", "probability": 0.436767578125}, {"start": 3339.14, "end": 3339.72, "word": " our", "probability": 0.197509765625}, {"start": 3339.72, "end": 3340.08, "word": " lecture", "probability": 0.78564453125}, {"start": 3340.08, "end": 3340.64, "word": " today", "probability": 0.8046875}], "temperature": 1.0}, {"id": 133, "seek": 335713, "start": 3341.65, "end": 3357.13, "text": " We got to know Android Studio and B2, the components of the application, and how to fix the error that you get when you do this and that. Then we started working on the design screen. We got to know some of the basic icons. Immediately, you download all these things.", "tokens": [492, 658, 281, 458, 8853, 13500, 293, 363, 17, 11, 264, 6677, 295, 264, 3861, 11, 293, 577, 281, 3191, 264, 6713, 300, 291, 483, 562, 291, 360, 341, 293, 300, 13, 1396, 321, 1409, 1364, 322, 264, 1715, 2568, 13, 492, 658, 281, 458, 512, 295, 264, 3875, 23308, 13, 34457, 11, 291, 5484, 439, 613, 721, 13], "avg_logprob": -0.543750015894572, "compression_ratio": 1.5056179775280898, "no_speech_prob": 0.0, "words": [{"start": 3341.65, "end": 3341.89, "word": " We", "probability": 0.6669921875}, {"start": 3341.89, "end": 3341.93, "word": " got", "probability": 0.388916015625}, {"start": 3341.93, "end": 3342.03, "word": " to", "probability": 0.58544921875}, {"start": 3342.03, "end": 3342.27, "word": " know", "probability": 0.87939453125}, {"start": 3342.27, "end": 3342.65, "word": " Android", "probability": 0.7646484375}, {"start": 3342.65, "end": 3343.21, "word": " Studio", "probability": 0.8818359375}, {"start": 3343.21, "end": 3343.51, "word": " and", "probability": 0.61865234375}, {"start": 3343.51, "end": 3343.99, "word": " B2,", "probability": 0.72265625}, {"start": 3344.11, "end": 3344.15, "word": " the", "probability": 0.625}, {"start": 3344.15, "end": 3344.51, "word": " components", "probability": 0.143310546875}, {"start": 3344.51, "end": 3344.67, "word": " of", "probability": 0.91162109375}, {"start": 3344.67, "end": 3344.73, "word": " the", "probability": 0.8544921875}, {"start": 3344.73, "end": 3345.03, "word": " application,", "probability": 0.46630859375}, {"start": 3346.31, "end": 3346.35, "word": " and", "probability": 0.603515625}, {"start": 3346.35, "end": 3346.47, "word": " how", "probability": 0.85400390625}, {"start": 3346.47, "end": 3346.61, "word": " to", "probability": 0.91162109375}, {"start": 3346.61, "end": 3346.85, "word": " fix", "probability": 0.485595703125}, {"start": 3346.85, "end": 3347.01, "word": " the", "probability": 0.5322265625}, {"start": 3347.01, "end": 3347.23, "word": " error", "probability": 0.30419921875}, {"start": 3347.23, "end": 3347.33, "word": " that", "probability": 0.427001953125}, {"start": 3347.33, "end": 3347.47, "word": " you", "probability": 0.1839599609375}, {"start": 3347.47, "end": 3347.65, "word": " get", "probability": 0.105712890625}, {"start": 3347.65, "end": 3348.03, "word": " when", "probability": 0.591796875}, {"start": 3348.03, "end": 3348.41, "word": " you", "probability": 0.65869140625}, {"start": 3348.41, "end": 3348.55, "word": " do", "probability": 0.11419677734375}, {"start": 3348.55, "end": 3348.85, "word": " this", "probability": 0.67724609375}, {"start": 3348.85, "end": 3349.03, "word": " and", "probability": 0.4111328125}, {"start": 3349.03, "end": 3349.23, "word": " that.", "probability": 0.5830078125}, {"start": 3349.59, "end": 3349.79, "word": " Then", "probability": 0.416015625}, {"start": 3349.79, "end": 3350.05, "word": " we", "probability": 0.65771484375}, {"start": 3350.05, "end": 3350.15, "word": " started", "probability": 0.59423828125}, {"start": 3350.15, "end": 3350.33, "word": " working", "probability": 0.673828125}, {"start": 3350.33, "end": 3350.49, "word": " on", "probability": 0.52099609375}, {"start": 3350.49, "end": 3350.83, "word": " the", "probability": 0.86376953125}, {"start": 3350.83, "end": 3351.17, "word": " design", "probability": 0.72900390625}, {"start": 3351.17, "end": 3351.17, "word": " screen.", "probability": 0.7568359375}, {"start": 3351.79, "end": 3352.05, "word": " We", "probability": 0.50146484375}, {"start": 3352.05, "end": 3352.17, "word": " got", "probability": 0.814453125}, {"start": 3352.17, "end": 3352.51, "word": " to", "probability": 0.91796875}, {"start": 3352.51, "end": 3352.51, "word": " know", "probability": 0.88037109375}, {"start": 3352.51, "end": 3352.83, "word": " some", "probability": 0.69677734375}, {"start": 3352.83, "end": 3352.93, "word": " of", "probability": 0.8427734375}, {"start": 3352.93, "end": 3352.95, "word": " the", "probability": 0.92529296875}, {"start": 3352.95, "end": 3352.95, "word": " basic", "probability": 0.473388671875}, {"start": 3352.95, "end": 3353.29, "word": " icons.", "probability": 0.8046875}, {"start": 3354.75, "end": 3355.23, "word": " Immediately,", "probability": 0.227294921875}, {"start": 3355.93, "end": 3356.29, "word": " you", "probability": 0.51904296875}, {"start": 3356.29, "end": 3356.55, "word": " download", "probability": 0.7294921875}, {"start": 3356.55, "end": 3356.81, "word": " all", "probability": 0.7001953125}, {"start": 3356.81, "end": 3356.87, "word": " these", "probability": 0.5927734375}, {"start": 3356.87, "end": 3357.13, "word": " things.", "probability": 0.72607421875}], "temperature": 1.0}, {"id": 134, "seek": 337398, "start": 3358.58, "end": 3373.98, "text": "All of them, and you try them so that you don't lose focus on your work. Let's go. And I mean to finish as much as you can. Next time, all the layouts of the design will be completed in 3 or 4 lectures. And go to the code. So that we don't waste time. So you can work well with me.", "tokens": [7868, 295, 552, 11, 293, 291, 853, 552, 370, 300, 291, 500, 380, 3624, 1879, 322, 428, 589, 13, 961, 311, 352, 13, 400, 286, 914, 281, 2413, 382, 709, 382, 291, 393, 13, 3087, 565, 11, 439, 264, 46100, 295, 264, 1715, 486, 312, 7365, 294, 805, 420, 1017, 16564, 13, 400, 352, 281, 264, 3089, 13, 407, 300, 321, 500, 380, 5964, 565, 13, 407, 291, 393, 589, 731, 365, 385, 13], "avg_logprob": -0.7049999841054281, "compression_ratio": 1.53551912568306, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 3358.58, "end": 3358.98, "word": "All", "probability": 0.09002685546875}, {"start": 3358.98, "end": 3359.38, "word": " of", "probability": 0.474609375}, {"start": 3359.38, "end": 3359.38, "word": " them,", "probability": 0.59375}, {"start": 3359.44, "end": 3359.48, "word": " and", "probability": 0.658203125}, {"start": 3359.48, "end": 3359.6, "word": " you", "probability": 0.76220703125}, {"start": 3359.6, "end": 3359.8, "word": " try", "probability": 0.6171875}, {"start": 3359.8, "end": 3360.14, "word": " them", "probability": 0.457275390625}, {"start": 3360.14, "end": 3360.34, "word": " so", "probability": 0.21435546875}, {"start": 3360.34, "end": 3360.56, "word": " that", "probability": 0.52001953125}, {"start": 3360.56, "end": 3360.56, "word": " you", "probability": 0.2724609375}, {"start": 3360.56, "end": 3360.56, "word": " don't", "probability": 0.753662109375}, {"start": 3360.56, "end": 3360.84, "word": " lose", "probability": 0.1746826171875}, {"start": 3360.84, "end": 3361.0, "word": " focus", "probability": 0.392578125}, {"start": 3361.0, "end": 3361.18, "word": " on", "probability": 0.2060546875}, {"start": 3361.18, "end": 3361.6, "word": " your", "probability": 0.57861328125}, {"start": 3361.6, "end": 3362.16, "word": " work.", "probability": 0.5439453125}, {"start": 3362.28, "end": 3362.42, "word": " Let's", "probability": 0.58648681640625}, {"start": 3362.42, "end": 3362.58, "word": " go.", "probability": 0.36865234375}, {"start": 3363.22, "end": 3363.62, "word": " And", "probability": 0.314453125}, {"start": 3363.62, "end": 3363.76, "word": " I", "probability": 0.568359375}, {"start": 3363.76, "end": 3364.0, "word": " mean", "probability": 0.74951171875}, {"start": 3364.0, "end": 3364.2, "word": " to", "probability": 0.28759765625}, {"start": 3364.2, "end": 3364.48, "word": " finish", "probability": 0.48876953125}, {"start": 3364.48, "end": 3364.7, "word": " as", "probability": 0.1881103515625}, {"start": 3364.7, "end": 3364.96, "word": " much", "probability": 0.7216796875}, {"start": 3364.96, "end": 3365.22, "word": " as", "probability": 0.93505859375}, {"start": 3365.22, "end": 3365.22, "word": " you", "probability": 0.3095703125}, {"start": 3365.22, "end": 3365.22, "word": " can.", "probability": 0.8955078125}, {"start": 3365.36, "end": 3365.46, "word": " Next", "probability": 0.8564453125}, {"start": 3365.46, "end": 3366.06, "word": " time,", "probability": 0.8740234375}, {"start": 3366.92, "end": 3367.18, "word": " all", "probability": 0.421142578125}, {"start": 3367.18, "end": 3367.3, "word": " the", "probability": 0.5712890625}, {"start": 3367.3, "end": 3367.6, "word": " layouts", "probability": 0.65087890625}, {"start": 3367.6, "end": 3367.8, "word": " of", "probability": 0.1639404296875}, {"start": 3367.8, "end": 3367.92, "word": " the", "probability": 0.417724609375}, {"start": 3367.92, "end": 3368.18, "word": " design", "probability": 0.3603515625}, {"start": 3368.18, "end": 3368.38, "word": " will", "probability": 0.1732177734375}, {"start": 3368.38, "end": 3368.62, "word": " be", "probability": 0.74365234375}, {"start": 3368.62, "end": 3368.8, "word": " completed", "probability": 0.1849365234375}, {"start": 3368.8, "end": 3368.94, "word": " in", "probability": 0.76416015625}, {"start": 3368.94, "end": 3369.06, "word": " 3", "probability": 0.35546875}, {"start": 3369.06, "end": 3369.08, "word": " or", "probability": 0.486328125}, {"start": 3369.08, "end": 3369.3, "word": " 4", "probability": 0.998046875}, {"start": 3369.3, "end": 3369.68, "word": " lectures.", "probability": 0.73779296875}, {"start": 3369.98, "end": 3370.08, "word": " And", "probability": 0.5078125}, {"start": 3370.08, "end": 3370.2, "word": " go", "probability": 0.306884765625}, {"start": 3370.2, "end": 3370.3, "word": " to", "probability": 0.6904296875}, {"start": 3370.3, "end": 3370.38, "word": " the", "probability": 0.56298828125}, {"start": 3370.38, "end": 3370.58, "word": " code.", "probability": 0.73095703125}, {"start": 3371.3, "end": 3371.5, "word": " So", "probability": 0.53662109375}, {"start": 3371.5, "end": 3371.66, "word": " that", "probability": 0.55322265625}, {"start": 3371.66, "end": 3372.14, "word": " we", "probability": 0.449462890625}, {"start": 3372.14, "end": 3372.28, "word": " don't", "probability": 0.861328125}, {"start": 3372.28, "end": 3372.28, "word": " waste", "probability": 0.7451171875}, {"start": 3372.28, "end": 3372.52, "word": " time.", "probability": 0.798828125}, {"start": 3373.12, "end": 3373.26, "word": " So", "probability": 0.72021484375}, {"start": 3373.26, "end": 3373.38, "word": " you", "probability": 0.5634765625}, {"start": 3373.38, "end": 3373.48, "word": " can", "probability": 0.556640625}, {"start": 3373.48, "end": 3373.7, "word": " work", "probability": 0.83154296875}, {"start": 3373.7, "end": 3373.78, "word": " well", "probability": 0.44287109375}, {"start": 3373.78, "end": 3373.86, "word": " with", "probability": 0.80126953125}, {"start": 3373.86, "end": 3373.98, "word": " me.", "probability": 0.94189453125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 3374.53275, "duration_after_vad": 3184.369999999988} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..d218c4121b83caf370247e768ad276c387216251 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_postprocess.srt @@ -0,0 +1,2292 @@ +1 +00:00:20,970 --> 00:00:26,070 +طب يا شباب السلام عليكم ان + +2 +00:00:26,070 --> 00:00:29,410 +شاء الله هنكمل اليوم و ننهي موضوع ال constraint + +3 +00:00:29,410 --> 00:00:33,550 +layout المحاضرة الماضية أخدنا مثالين عن ال + +4 +00:00:33,550 --> 00:00:37,830 +constraint layout مثال اللي هو ترتيب الشاشة اللي + +5 +00:00:37,830 --> 00:00:41,390 +أخدناها تحت username و password و بعدين ترتيب + +6 +00:00:41,390 --> 00:00:44,350 +الشاشة التانية اللي فيها ال scroll view صح ولا + +7 +00:00:44,350 --> 00:00:49,470 +الصورة يعني و غطينا معظم الأمور المهمة في ال + +8 +00:00:49,470 --> 00:00:53,150 +constraint layoutوشوف ان ال constraint layout + +9 +00:00:53,150 --> 00:00:56,830 +ميزتها ان انا بشتغل على layout واحدة ماعندي nested + +10 +00:00:56,830 --> 00:01:00,230 +layouts layout جوا layout هي layout واحدة اسمها + +11 +00:01:00,230 --> 00:01:04,410 +constraint layout وبرتب العناصر بالنسبة لبعض او + +12 +00:01:04,410 --> 00:01:08,290 +بالنسبة لل parent اللي هم موجودين فيه وشوف ان فيها + +13 +00:01:08,290 --> 00:01:10,530 +ميزة كويسة ال constraint layout هي ال guide line + +14 +00:01:10,530 --> 00:01:14,010 +ال guide line عمل زي حد وهمي ممكن استخدمه عشان + +15 +00:01:14,010 --> 00:01:20,550 +اربط العناصر فيه استخدمنا المحاضر الماضي طيب احنا + +16 +00:01:22,530 --> 00:01:27,270 +لحد الآن كنا نستخدم constraint layout من خلال ال + +17 +00:01:27,270 --> 00:01:30,570 +drug drop او ال visual interface هل ممكن ان احنا + +18 +00:01:30,570 --> 00:01:35,010 +نشتغل constraint layout من خلال ال XML؟ اه فعلا هي + +19 +00:01:35,010 --> 00:01:40,450 +بسيطة يعني على سبب المثال لأن انا هى عندى code ال + +20 +00:01:40,450 --> 00:01:45,310 +XML هى فى عندى constraint layout زى ما قلت مش هعمل + +21 +00:01:45,310 --> 00:01:48,790 +layout تانى جوا هذه هي layout واحدة بس طيب نيجي + +22 +00:01:48,790 --> 00:01:50,450 +الآن نضيف عناصر هى مثلا + +23 +00:01:54,600 --> 00:01:59,400 +نبدأ ب button هاي button أول حاجة راب content + +24 +00:01:59,400 --> 00:02:07,820 +الحجم و بعدين ال text هاي + +25 +00:02:07,820 --> 00:02:13,240 +button oneطيب لأنه مش محدد له مكان حطه في الزاوية + +26 +00:02:13,240 --> 00:02:17,140 +طيب قبل ما نشوف موضوع ترتيب العناصر وكيف أربط + +27 +00:02:17,140 --> 00:02:20,960 +العنصر لان في ال constraint layout لازم نعمل حاجة + +28 +00:02:20,960 --> 00:02:26,320 +اسمها ال ID لكل عنصر ايش ID؟ رقم معرف ليش مانعطي + +29 +00:02:26,320 --> 00:02:29,280 +رقم معرف للعناصر؟ عشان من نيجي العنصر التالي نقوم + +30 +00:02:29,280 --> 00:02:33,340 +نربط له في العنصر اللي ال ID تبقى كدههذا ال ID + +31 +00:02:33,340 --> 00:02:37,240 +أيام ال linear layout ماكانش لزمني لأن ماكنتش أشير + +32 +00:02:37,240 --> 00:02:42,080 +للعناصر بدلالة عناصر أخرى فلأننا عرف ال ID يعني + +33 +00:02:42,080 --> 00:02:45,480 +هذا ال ID هنستفيد منه في أكتر من حاجة أول فايدة + +34 +00:02:45,480 --> 00:02:48,780 +هنا أنه أربط العناصر ببعض وبكرة كمان لما نشغل على + +35 +00:02:48,780 --> 00:02:52,880 +ال code ده سيرجيب العنصر بدلالة ال ID تبعه عشان + +36 +00:02:52,880 --> 00:02:55,970 +أعمل عليه action من ال codeفال ID ليه أكتر من + +37 +00:02:55,970 --> 00:03:00,310 +استخدامه؟ طيب فليجي الآن في أي سطر داخل ال opening + +38 +00:03:00,310 --> 00:03:07,810 +tag بتاع الأنصر بكتب ID تمام؟ بكتب ID طيب جوا ال + +39 +00:03:07,810 --> 00:03:13,430 +ID هذه في عندي رمز هنا اسمه at plus ID شايفينه؟ هو + +40 +00:03:13,430 --> 00:03:19,630 +اللي حانه طلع ليهالـ Add Tplus ID يعني أنه يضيف + +41 +00:03:19,630 --> 00:03:21,730 +الـ ID هذا الكلب الاصطناعي هذا الكلب الاصطناعي + +42 +00:03:21,730 --> 00:03:24,910 +يعني أن هذا ال ID في الآخر بتحول لـ Variable في + +43 +00:03:24,910 --> 00:03:27,810 +الجافة تمام؟ فهذا الكلب يضيف Add Tplus ID وهذا الـ + +44 +00:03:27,810 --> 00:03:31,590 +Gateway تكتب الـ ID تعالوا انصر لما تعرف الـ ID + +45 +00:03:31,590 --> 00:03:37,970 +نفس القواعدكتابة اسم المتغير طبعا يعني زي كتابة ال + +46 +00:03:37,970 --> 00:03:41,790 +variables مايكونش من كلمتين طبعا رأي انه يكون كله + +47 +00:03:41,790 --> 00:03:44,410 +small او اذا كان اكتر من كلمة اول حرف small + +48 +00:03:44,410 --> 00:03:47,930 +والباقي capital مايكونش فيه فرغات مايكونش فيه رموز + +49 +00:03:47,930 --> 00:03:51,130 +خاصة كلمات محجوزة نفس المعيار اللي بتستخدمها في + +50 +00:03:51,130 --> 00:03:57,290 +تسمية متغير مثلا انا بدي اسمي button 1 هذا ID + +51 +00:03:57,290 --> 00:04:00,690 +وطبعا ماينفعش ال ID يتكرر زي ال variable برضه + +52 +00:04:00,690 --> 00:04:04,480 +ماينفع ال variable اسم يتكرر؟ لاطيب هنا عرفنا احنا + +53 +00:04:04,480 --> 00:04:09,860 +زر حطنا له ID الان نربط الزر هذا لان احنا عرفنا ان + +54 +00:04:09,860 --> 00:04:13,420 +اول زر بنضيفه على الشاشة بنربطه مع مين؟ مع ال + +55 +00:04:13,420 --> 00:04:18,280 +parent تمام؟ الان وعرفنا كمان ان اي انصر على + +56 +00:04:18,280 --> 00:04:25,190 +الشاشة يوليه اربع جهات top و bottomو start و end + +57 +00:04:25,190 --> 00:04:29,270 +أو نسميهم left و right بس احنا نفضل نستخدم start و + +58 +00:04:29,270 --> 00:04:34,490 +end و في واحد رابع اللي هو ايش ال baseline هذا + +59 +00:04:34,490 --> 00:04:38,050 +يستخدم الحاجات اللي فيها كتابة او خطوط طيب و قلنا + +60 +00:04:38,050 --> 00:04:42,250 +على الأقل كلهم صدروا بطول من جهتين واحدة منهم لازم + +61 +00:04:42,250 --> 00:04:45,950 +تكون ال top او ال baseline او ال bottom و التانية + +62 +00:04:45,950 --> 00:04:49,950 +تكون ال start او ال end لأن عملية الربط في الكتابة + +63 +00:04:49,950 --> 00:04:55,690 +في ال XML اول حاجة بتتحددمين اللي بدك تربطه؟ مثلا + +64 +00:04:55,690 --> 00:04:59,810 +احنا قلنا بدنا نربط .. نحط ال start على ال start + +65 +00:04:59,810 --> 00:05:03,130 +بتاع ال parent مش هي ال parent تبعها هي ال layout + +66 +00:05:03,130 --> 00:05:09,230 +بدنا نحط هذا ع مين؟ على هذا عشان يجوا على بعض + +67 +00:05:09,230 --> 00:05:14,230 +وبعدين بنسيب margin عشان إيش إيه بد عنه؟ فبنقول مش + +68 +00:05:14,230 --> 00:05:17,830 +أنا أمسكت ال start بتاعة هذا بنقول constraint + +69 +00:05:17,830 --> 00:05:22,050 +start + +70 +00:05:25,520 --> 00:05:29,160 +constraint start اللي هو الطرف اللي بتقبض منه سلاش + +71 +00:05:29,160 --> 00:05:34,940 +أو underscore تمام to + +72 +00:05:34,940 --> 00:05:38,920 +start of + +73 +00:05:38,920 --> 00:05:43,820 +الان انا مش بده احط start على start فضلوا ان + +74 +00:05:43,820 --> 00:05:47,380 +constraint start ال start بتاع هذا وين جاي to + +75 +00:05:47,380 --> 00:05:54,890 +start of يساوي كده الان ايش بده احط هنا المفروضأنا + +76 +00:05:54,890 --> 00:05:59,490 +بدي أقول ال start بتاع الأنصر على start تعمل ال + +77 +00:05:59,490 --> 00:06:07,330 +parent الان هلجيت هذا الطبح معلق؟ بنجيب كمرة ال + +78 +00:06:07,330 --> 00:06:10,510 +top مع مين؟ مع ال top نفس الحال يبقى بقول + +79 +00:06:10,510 --> 00:06:18,750 +constraint ال top بتاع الزر underscore to top of و + +80 +00:06:18,750 --> 00:06:23,910 +بحط هنا ال parentطيب عشان نكمل مثالنا و نضع الزر + +81 +00:06:23,910 --> 00:06:29,790 +هنا بطون تاني يعني بدنا نيجي ال start بتاع هذا جاي + +82 +00:06:29,790 --> 00:06:35,250 +بعد ال end بتاع هذا تمام؟ و بدنا من فوق ال top + +83 +00:06:35,250 --> 00:06:37,910 +ييجي على ال top بتاع هذا عشان ييجي على نفس الخط + +84 +00:06:37,910 --> 00:06:42,270 +تمام؟ فالأن بالنسبة لل button هذا لجديد هذا بطون + +85 +00:06:42,270 --> 00:06:45,890 +واحد و هذا بطون اتنين هذا ال button، button اتنين + +86 +00:06:45,890 --> 00:06:47,610 +هنقول انه constraint + +87 +00:06:51,160 --> 00:07:00,440 +الـ start تبعته هذه هتيجي to end of و بتحط ال ID + +88 +00:07:00,440 --> 00:07:08,120 +at ID اللي هي battle 1 و بعدين constraint ال top + +89 +00:07:08,120 --> 00:07:16,400 +تبعه to top of هذه اعتقد انه مش صعب هتجربها لأن ال + +90 +00:07:16,400 --> 00:07:20,400 +battle هذا طبعا انت لما تكتب بس كلمةهيجيب لك بجيه + +91 +00:07:20,400 --> 00:07:22,980 +ال .. يعني مثلا احنا مش هنعمل روبوت ال write اكتب + +92 +00:07:22,980 --> 00:07:29,300 +كلمة write في + +93 +00:07:29,300 --> 00:07:35,380 +عندك هي layout write هي ال constraint شايفين هذه + +94 +00:07:35,380 --> 00:07:40,360 +layout constraint write ايش مكتوب to write of يعني + +95 +00:07:40,360 --> 00:07:44,480 +ال write على ايش؟ على ال write او بدناش write احنا + +96 +00:07:44,480 --> 00:07:49,060 +بدنا start صح؟هي start برضه فى عندى هنا constraint + +97 +00:07:49,060 --> 00:07:58,380 +start to start of تمام؟ وهنا بس بكتب ايش parent و + +98 +00:07:58,380 --> 00:08:04,300 +بعدين بدنا ال top اكتب بس top هى فى عندى + +99 +00:08:04,300 --> 00:08:15,280 +constraint top to top of برضه parent ليه + +100 +00:08:15,280 --> 00:08:16,040 +جابوا هيك؟ + +101 +00:08:20,510 --> 00:08:29,730 +أه لأ اللغة معكوسة طب + +102 +00:08:29,730 --> 00:08:30,510 +هو ليش .. + +103 +00:09:04,940 --> 00:09:08,420 +لأ أنا جاعت خربطها قبل شوية + +104 +00:09:17,970 --> 00:09:21,450 +طيب ماعرفش إيش المشكلة بس هو جلب اللغة فال start + +105 +00:09:21,450 --> 00:09:27,270 +صارت وين صرت هنا طبعا هو اللغة لما تشغل هيشغل على + +106 +00:09:27,270 --> 00:09:32,090 +لغة الجهاز يعني إذا الجوال عربي هيجلب على الجهة + +107 +00:09:32,090 --> 00:09:36,310 +التانية طبعا عشان يجلب هذه الشغلة بدك تستخدم start + +108 +00:09:36,310 --> 00:09:39,950 +و end لو استخدمت left و right مش هيجلب لأنه معروف + +109 +00:09:39,950 --> 00:09:42,630 +ال left left و right right إيش ما تغيرت اللغة بس + +110 +00:09:42,630 --> 00:09:46,870 +ال start و ال end بخلف بناء على اللغة يعني التصميم + +111 +00:09:46,870 --> 00:09:53,220 +اللي احنا عملناهصحيح بس ايش بمشي على العربي طيب + +112 +00:09:53,220 --> 00:10:01,520 +تعالى نجيب جنبه زر هيك هرجل بمخله طيب + +113 +00:10:01,520 --> 00:10:08,380 +هاي button تاني برضه wrap content ونعطيله + +114 +00:10:08,380 --> 00:10:13,980 +ID هاي + +115 +00:10:13,980 --> 00:10:18,370 +button twoلاحظوا يا جماعة لحد الآن ال ID بتاع + +116 +00:10:18,370 --> 00:10:22,770 +باتول واحد ما استخدملهوش طب هذا الزر اين بنجيبه + +117 +00:10:22,770 --> 00:10:30,130 +هال gate؟ بدنا نجيبه بعد نهاية هذا، صح؟ يعني ال + +118 +00:10:30,130 --> 00:10:36,910 +start تبعه ال constant start to end of ال start to + +119 +00:10:36,910 --> 00:10:40,610 +end of الباتول هذا، اعتبرها بالشكل هذا بعد نهاية + +120 +00:10:40,610 --> 00:10:46,160 +هذاto end of اه شوف هال gate to end of بدنا نكتب + +121 +00:10:46,160 --> 00:10:53,060 +at id bottom 1 لاحظ انه لما تعمل إشارة لأنصر بتحطش + +122 +00:10:53,060 --> 00:10:57,040 +ال plus ID هذه تمام الإشارة على طول بتبسط على طول + +123 +00:10:57,040 --> 00:11:01,060 +بتحط at id لأن + +124 +00:11:01,060 --> 00:11:07,320 +بدنا كمان ال top يجعل ال top constraint top to top + +125 +00:11:07,320 --> 00:11:14,110 +of هاي button 1لان تعالى نشوف هى هى جابه ايش هى + +126 +00:11:14,110 --> 00:11:21,150 +جابه جنبه هو + +127 +00:11:21,150 --> 00:11:35,250 +عشان مافيش فيه text طيب + +128 +00:11:35,250 --> 00:11:39,750 +لان بدي اجي على الذر التانى برضه بدي اقوله + +129 +00:11:45,800 --> 00:11:52,240 +ماذا هذا constraint end to end of parent ايش يعني + +130 +00:11:52,240 --> 00:11:57,940 +ربط الآن من الجهتين في ال start تبعته جاي على ال + +131 +00:11:57,940 --> 00:12:01,780 +end على ال pattern و ال end جاي على ال end تاعت ال + +132 +00:12:01,780 --> 00:12:06,440 +parent ليش عشان اربطه من الجهتين هاي طلع ايش ايجي + +133 +00:12:06,440 --> 00:12:09,460 +بالشكل هذا احنا قلنا لعنصر لما نربطه من الجهتين + +134 +00:12:09,460 --> 00:12:11,480 +بيجي في نص المسافة طبعا + +135 +00:12:14,570 --> 00:12:17,190 +دلنا في حد اسمها الـ bias اللي بتحرك الأنصار + +136 +00:12:17,190 --> 00:12:22,890 +مبدئيا ايش بتكون 50% ممكن تغيرها انت تمام هاي لسه + +137 +00:12:22,890 --> 00:12:27,530 +انا شغال في button 2 لو كتبت بس كلمة bias فى عندك + +138 +00:12:27,530 --> 00:12:31,010 +constraint horizontal bias ايش horizontal bias + +139 +00:12:31,010 --> 00:12:37,650 +تمام هذا مثلا قول انت point 3 طبعا بياخد قيمة من + +140 +00:12:37,650 --> 00:12:45,690 +صفر لواحد تمام point 3 يعني 30%طبعا عشان عربي جاب + +141 +00:12:45,690 --> 00:12:52,190 +ال 30% من هنا تمام هيك 30% و هيك 70% حط واحد مثلا + +142 +00:12:52,190 --> 00:13:01,090 +هيلزق في الزر في ال parent هنا تمام هنا ببدأ من + +143 +00:13:01,090 --> 00:13:07,490 +صفر لعند ايش لعند واحد طيب لو حطينا ال و في صفر + +144 +00:13:07,490 --> 00:13:16,920 +ايش هيصير هياخد المساحة كلهاواضحة يا جماعة هذه؟ + +145 +00:13:16,920 --> 00:13:22,260 +أعتقد الموضوع سهل يعني كل الفكرة أن أنت بتحدد + +146 +00:13:22,260 --> 00:13:26,860 +الجهة اللي بيك تربطها وبعدين أنت تربطها تمام؟ نفس + +147 +00:13:26,860 --> 00:13:31,560 +الشغلناها GUI بيقدر نشتغله XML أنا أعطتك إيها ليش + +148 +00:13:31,560 --> 00:13:35,840 +عشان لما تروح تتطلع في ال XML تقدر تفهمه تمام؟ لأن + +149 +00:13:35,840 --> 00:13:39,380 +أحيانا ممكن تحتاج تدخل على ال XML تعدل بالذات لو + +150 +00:13:39,380 --> 00:13:46,190 +التصميم اتعجب معاك شويةطيب بما ان احنا شوفنا خلاص + +151 +00:13:46,190 --> 00:13:49,090 +هيك احنا بنقول خلصنا ال constraint layout واخد + +152 +00:13:49,090 --> 00:13:55,390 +فكرة على كيف انت تتعامل معاها من خلال xml مكرا في + +153 +00:13:55,390 --> 00:14:01,190 +الانتحار تبقى ممكن اطلب منك تكتب ال xml مابتطلبش + +154 +00:14:01,190 --> 00:14:04,790 +التفاصيل كلها تقولي Android نجدتين كذا لأ افتحلي + +155 +00:14:04,790 --> 00:14:07,370 +جوس البتن وقولي constraint start و start of + +156 +00:14:07,370 --> 00:14:12,250 +constraint end و end of فاهم كيف؟هو بيتحدد الـ + +157 +00:14:12,250 --> 00:14:16,210 +Wave4Height زي ما هو .. ممكن اعطيك انا رسم لشاشة و + +158 +00:14:16,210 --> 00:14:19,390 +تعملي زي ما هيش XML باطلبش بالتفاصيل اللي قمناها + +159 +00:14:19,390 --> 00:14:28,060 +بطلب ال .. الحاجات الأساسيةبدي أحسنك فاهم، تمام؟ + +160 +00:14:28,060 --> 00:14:31,160 +يعني مابتديش تحط اللي Android نجطين و لا App + +161 +00:14:31,160 --> 00:14:35,980 +نجطينه وشغالة، لأ، تكون فاهم تركيبها، فاهم كيف + +162 +00:14:35,980 --> 00:14:40,200 +ترتبها، تمام؟ و بديها تعود، قولنا هذه، زي البرمجة، + +163 +00:14:40,200 --> 00:14:44,420 +بديك تتعود عليها طيب يا جماعة، نرجع لموضوع اللغة + +164 +00:14:44,420 --> 00:14:49,900 +شوية و بدي أرجع لل layout اللي عملناها المحاضرة + +165 +00:14:49,900 --> 00:14:54,600 +الماضية اللي + +166 +00:14:54,600 --> 00:15:12,480 +هي هذهالان برضه هو ايش قال باللغة طيب + +167 +00:15:12,480 --> 00:15:17,500 +يا جماعة قصة اللغة بيقولنا انت بتحط ال start + +168 +00:15:17,500 --> 00:15:20,460 +بتستخدم ال start و ال end بدل ال left و ال right + +169 +00:15:20,460 --> 00:15:25,180 +بس في قضية الان مثلا هذه الشاشة حاطين اللغة عربية + +170 +00:15:26,220 --> 00:15:29,120 +إيش اللغة لحظة؟ أه أشوف بس هذه إيش بقى + +171 +00:15:56,590 --> 00:15:59,690 +هذه الشاشة محطوطة لغة عربية كيف عرفت انها محطوطة + +172 +00:15:59,690 --> 00:16:07,790 +لغة عربية ان هذه جاية وين على اليامين و بعدين ال + +173 +00:16:07,790 --> 00:16:11,750 +text وهذه كلمة Singapore جاية برضه وين على اليامين + +174 +00:16:11,750 --> 00:16:16,490 +المفروض لو غيرت لغة الجهاز يجلب لحاله على الجهة + +175 +00:16:16,490 --> 00:16:20,270 +التانية بس في مشكلة صغيرة ان المفروض ماتجلبشصح ولا + +176 +00:16:20,270 --> 00:16:23,610 +يعني النص انجليزي ويبقى انجليزي طبعا فاحنا بدنا + +177 +00:16:23,610 --> 00:16:28,590 +لما نحط انجليزي ييجي نص انجليزي لما نحط عربي تيجي + +178 +00:16:28,590 --> 00:16:33,810 +الوجهة عربي طبعا ناشي يا جماعة هذا بنسوي هالجيت + +179 +00:16:33,810 --> 00:16:38,510 +كيف نعمل هذه الشغلة طيب + +180 +00:16:38,510 --> 00:16:41,390 +طلع معايا هالجيت لو أنا روحت على ال XML + +181 +00:16:47,600 --> 00:16:50,940 +و روحت على ال text view اللى كاتب فيه الكلام مثلا + +182 +00:16:50,940 --> 00:17:02,220 +هى فيه عندى ان ال text view هذا + +183 +00:17:02,220 --> 00:17:05,760 +كاتب فيه سنجافورة تمام هذا ال text view اللى تحت + +184 +00:17:05,760 --> 00:17:15,240 +كاتب فيه مثلا username وهى + +185 +00:17:15,240 --> 00:17:15,700 +password + +186 +00:17:22,000 --> 00:17:28,120 +بما ان عربي ياخد نصوص عربية بما انه انجليزي + +187 +00:17:34,070 --> 00:17:37,250 +هنا أصلا كل المصوص اللي أنا كتبها داخل ال text + +188 +00:17:37,250 --> 00:17:40,210 +أعلمليها بالأصفر، شايفين الأصفر هذا المحتوط على + +189 +00:17:40,210 --> 00:17:43,490 +الجانب؟ هذا الأصفر يعني فيه حاجة مش عاجبها، مص موش + +190 +00:17:43,490 --> 00:17:47,290 +غلط، تحذير، warning، actual warning، بيقوللي هذا + +191 +00:17:47,290 --> 00:17:51,530 +المص اللي أنت كاتبه hard coded، أن أنت كاتبه بإيدك + +192 +00:17:51,530 --> 00:17:55,690 +static، بما أنك كاتبه static معناه مش هيتغير، مش + +193 +00:17:55,690 --> 00:17:59,130 +هيتغير بالمرة، طب ليش هيتغير؟ احنا بدنا يتغير مثلا + +194 +00:17:59,130 --> 00:18:04,090 +بناء على اللغة، ياخد مص تانيطيب لو بدك تغير .. + +195 +00:18:04,090 --> 00:18:07,530 +خلّي النص يتغير بناءً عن اللغة بدك تنتبه هنا في + +196 +00:18:07,530 --> 00:18:12,210 +عندنا مجلد اسمه values حكينا عنه أول ما اتكلمنا عن + +197 +00:18:12,210 --> 00:18:14,830 +ال project structure قولنا فيه مجلد اسمه layout + +198 +00:18:14,830 --> 00:18:18,730 +هذا فيه layouts وفيه drawable اللي بنحط في الصورة + +199 +00:18:18,730 --> 00:18:21,610 +تمام؟ values قولنا فيه حاجات اللي له علاقة + +200 +00:18:21,610 --> 00:18:25,410 +بالبرنامج المتغيرات اللي بيستخدمها المهم ان جوا ال + +201 +00:18:25,410 --> 00:18:31,990 +values في ملف اسمه stringsتمام؟ ملف اسمه strings + +202 +00:18:31,990 --> 00:18:35,690 +ايش الملف strings هذا؟ بقول ان انت ممكن تحط فيه + +203 +00:18:35,690 --> 00:18:40,790 +مجموعة من النصوص زي متغيرات وتشير إلها من خلال ال + +204 +00:18:40,790 --> 00:18:47,870 +XML كيف مثلا تعال هنا لأن ايش فيه ملف string؟ فيه + +205 +00:18:47,870 --> 00:18:52,810 +tag اسمه resources وفيه داخله tag اسمه string لأن + +206 +00:18:52,810 --> 00:18:56,880 +بتضيف tag جديدة اسمها برضه stringطبعا ايش بدنا + +207 +00:18:56,880 --> 00:19:01,220 +نسميها ذلك انك متعرف متغير طبعا بدنا نسميها city + +208 +00:19:01,220 --> 00:19:05,320 +name طبعا + +209 +00:19:05,320 --> 00:19:08,700 +قيمة ال stream بتحطها ما بين ال opening و ال + +210 +00:19:08,700 --> 00:19:14,420 +closing مثلا بدنا نقول Singapore يعني انا هنا عرفت + +211 +00:19:14,420 --> 00:19:20,500 +متغير اسمه city name قيمته Singapore طيب بدنا نعرف + +212 +00:19:20,500 --> 00:19:28,570 +متغير تانياسمه username text ايش ال username text + +213 +00:19:28,570 --> 00:19:34,570 +هذا النص اللي بده يعني عرض داخل ال text view تاع + +214 +00:19:34,570 --> 00:19:41,470 +username ايش بده اكتب هنا username وبده اعمل نص + +215 +00:19:41,470 --> 00:19:48,370 +تاني اسمه password textاللي هو النص اللي بدي مكتب + +216 +00:19:48,370 --> 00:19:52,870 +داخل password بدي اكتب كلمة ايش password هدول + +217 +00:19:52,870 --> 00:19:56,810 +عرفتهم وين مرة تانية في ملف ال strings الموجود في + +218 +00:19:56,810 --> 00:20:02,990 +مجلد values استخدمتهم لأ هرجع على ال activity main + +219 +00:20:02,990 --> 00:20:09,610 +بنيجي لان لعرض النصوص اللي عندي لأن في عندي اسم + +220 +00:20:09,610 --> 00:20:13,190 +المدينة اللي هي Singapore هذه Singapura بديش أخليه + +221 +00:20:13,190 --> 00:20:16,750 +hard coded بديش أكتبه أنا النص بدي أقوله روح حتلة + +222 +00:20:16,750 --> 00:20:20,590 +المتغير الموجود في ملف ال string كيف؟ بكتب at + +223 +00:20:20,590 --> 00:20:26,430 +string إيش أنا قدت string؟ يعني كإنني بقوله روح + +224 +00:20:26,430 --> 00:20:31,710 +دور في ملف ال string لحالي أول ما كتبت at string + +225 +00:20:31,710 --> 00:20:35,830 +جابلي كل حاجة موجودة أنا عرفتها في ملف ال string + +226 +00:20:36,730 --> 00:20:44,430 +الان انا مثلا بدي اخد منهم ايش ال city name يعني + +227 +00:20:44,430 --> 00:20:50,410 +الان اسم ال city انا مش كاتبه كتابة هيروح يجيبه من + +228 +00:20:50,410 --> 00:20:56,210 +وين من ملف ال string نفس الحاجة عند user name بديش + +229 +00:20:56,210 --> 00:21:00,250 +ياخد كلمة user name نفسها هقوله روح خد .. جيب من + +230 +00:21:00,250 --> 00:21:09,100 +ال string وخد ايش user name textو برضه شيل ال + +231 +00:21:09,100 --> 00:21:14,160 +password و قل له add stringوقولوا password text + +232 +00:21:14,160 --> 00:21:16,840 +واحد هلجيتها يسأل طب قول ليش اللف هذي بكوننا + +233 +00:21:16,840 --> 00:21:19,580 +كاتبين ومبسوطين وطالع عندنا ليش هخليه أعرفهم في + +234 +00:21:19,580 --> 00:21:23,160 +متغير و أقوله جيبهم المتغير هذا هلجيتها تبين معانا + +235 +00:21:23,160 --> 00:21:27,060 +أهميتها في اللغة طبعا الآن لما تيجي تعرض هيعرضلك + +236 +00:21:27,060 --> 00:21:31,200 +نفس الشيء هي Singapore و username و password بس + +237 +00:21:31,200 --> 00:21:35,900 +هلجيتها دول من وين جابهم من الملف String طب شوفي + +238 +00:21:35,900 --> 00:21:43,300 +الآن إيش بدي أسوي أنا شايفين مجلة values هذاأول + +239 +00:21:43,300 --> 00:21:47,140 +حاجة عشان أعرض مجلدات التطبيق بدي أغير أندرويد و + +240 +00:21:47,140 --> 00:21:54,120 +أضع هنا project ليش؟ عشان أجلب كل مجلدات التطبيق + +241 +00:21:54,120 --> 00:21:58,480 +هذه مجلة values شايفين مجلة values؟ بدي أجهزه ال + +242 +00:21:58,480 --> 00:22:03,140 +resources و أعمل مجلة جديد folder جديد هي + +243 +00:22:03,140 --> 00:22:08,460 +directory اسمه values-ar + +244 +00:22:09,970 --> 00:22:16,710 +values شرطة ar ar اختصار ايش؟ Arabic يعني هذا مجلة + +245 +00:22:16,710 --> 00:22:21,530 +values مجلة هيكون فيه متغيرات هتستخدم فقط لللغة + +246 +00:22:21,530 --> 00:22:25,430 +العربية طيب + +247 +00:22:25,430 --> 00:22:29,250 +يبقى كام مجلة values عندي؟ عندي values وعندي + +248 +00:22:29,250 --> 00:22:35,250 +values ar ال values ar فاضي مافيش فيه حاجة بدي + +249 +00:22:35,250 --> 00:22:41,120 +أنسخ ملف ال strings الموجود فوقوحطه في values.ar + +250 +00:22:41,120 --> 00:22:47,460 +بنفس الاسم ال string برضه مرة تانية عندي مجلة دي + +251 +00:22:47,460 --> 00:22:50,800 +ال values وفيه values.ar values.ar في ملف ال + +252 +00:22:50,800 --> 00:22:57,820 +string طيب ملف ال string اللي في values.ar نسخته + +253 +00:22:57,820 --> 00:23:01,040 +من نفس ال strings اللي موجود في ال values بس الأن + +254 +00:23:01,040 --> 00:23:04,540 +إيش بدي أغير بدل Singapore بالإنقليزي بدي أقولها + +255 +00:23:08,590 --> 00:23:25,910 +وبدا ال user name طيب + +256 +00:23:25,910 --> 00:23:31,090 +انا ايش اللي سويته يا جماعة فعليا تعالوا + +257 +00:23:31,090 --> 00:23:37,210 +تطلعوا على شكل الشاشة كيف طلعت عنديأيش بتلاحظ سار؟ + +258 +00:23:37,210 --> 00:23:41,850 +النصوص جابها عربي طب ليه جابها عربي؟ الآن هيصير + +259 +00:23:41,850 --> 00:23:48,530 +التالي، الآن هو بروح بقرأ من ملف ال string إذا + +260 +00:23:48,530 --> 00:23:53,010 +كانت لغة الجهاز عربية، بروحش بدور على مجلة ال + +261 +00:23:53,010 --> 00:23:57,410 +values بروح بدور على مجلة values ar إذا لجى values + +262 +00:23:57,410 --> 00:23:59,370 +ar بروح بياخد المتغيرات منه + +263 +00:24:02,460 --> 00:24:05,720 +الان انا ممكن فى التطبيق اللى عندي احط values + +264 +00:24:05,720 --> 00:24:18,260 +values AR values FR FR اختصار لإيش French طبعا + +265 +00:24:18,260 --> 00:24:21,460 +الان + +266 +00:24:21,460 --> 00:24:29,770 +كل واحد من هدولة فيه ملف String String.xmlوجوه ملف + +267 +00:24:29,770 --> 00:24:37,990 +الـ String فيه متغير وليكن مثلا اسمه value field + +268 +00:24:37,990 --> 00:24:42,370 +value field value ال field value هذه في الملف الـ + +269 +00:24:42,370 --> 00:24:45,470 +String الأول بحطها مثلا بالانجليزي في التاني بحطها + +270 +00:24:45,470 --> 00:24:48,970 +بالعربي في التالت بحطها بالفرنسي الآن هو + +271 +00:24:48,970 --> 00:24:51,650 +automatically أول ما تشغل التطبيق تبعك إذا كانت + +272 +00:24:51,650 --> 00:24:56,230 +لحاله إذا كانت لغة الجهازعربي على طول بروح بدور + +273 +00:24:56,230 --> 00:25:01,390 +على values ar طب مالجهش values ar هياخد ال values + +274 +00:25:01,390 --> 00:25:06,090 +يعني انت لو مش حاطط values ar دايما هياخد القيمة + +275 +00:25:06,090 --> 00:25:09,810 +الموجودة values لكن اذا لجه values ar بدور بروح + +276 +00:25:09,810 --> 00:25:13,870 +بدور على قيمة المتغير من ال string الجوهر لجهها + +277 +00:25:13,870 --> 00:25:20,780 +بقعدها حوالدها فرنساهيروح يدور على مجلة ال values + +278 +00:25:20,780 --> 00:25:27,060 +فر وهيجيب قيمة ال string منه الآن انا حطيت لغة + +279 +00:25:27,060 --> 00:25:33,780 +الجهاز عربي بدو ييجي يعرض مثلا المتغير اللي اسمه + +280 +00:25:33,780 --> 00:25:38,180 +city name بما ان لغة الجهاز عربي هيروح يدور على ال + +281 +00:25:38,180 --> 00:25:41,580 +values ar وهيروح على ال strings ويشوف city name فى + +282 +00:25:41,580 --> 00:25:44,900 +city name فى هى مكتوب السنجافورة بياخدها بيعرضها + +283 +00:25:46,410 --> 00:25:50,910 +ففائدة الإشارة للـ String مش كتابتها hard coded + +284 +00:25:50,910 --> 00:25:54,630 +مباشرة إنه بناءً على لغة الجهاز بيروح بياخد القيمة + +285 +00:25:54,630 --> 00:26:00,750 +من الملف المناسب واضحة هذا الفكرة يا جماعة ولا لسه + +286 +00:26:00,750 --> 00:26:02,290 +مش واضحة؟ + +287 +00:26:04,830 --> 00:26:08,250 +يعني عشان هيك يفضل ان انا لو عندى تطبيق بيدخله + +288 +00:26:08,250 --> 00:26:12,810 +يهارد بلغتين مثلا عربي وانجليزي ايش لازمك تعمل؟ + +289 +00:26:12,810 --> 00:26:17,030 +بلزمك تعمل مجلة دين مجلة values ومجلة values AR + +290 +00:26:17,030 --> 00:26:21,470 +وبلزمك تشوف المصوص اللى هتلعبط فى الوجهة كلها و + +291 +00:26:21,470 --> 00:26:25,910 +تعرفلها متغيراتفي ملف الـ String انت عرف ملف الـ + +292 +00:26:25,910 --> 00:26:28,610 +String واحد حط فيه كل المتغيرات زي ما انا عملت و + +293 +00:26:28,610 --> 00:26:32,630 +اكتبها بالانجليزي و بعدين انسخ نفس الملف و حطه في + +294 +00:26:32,630 --> 00:26:36,110 +values ar و غير القيم شيل القيم الانجليزية و حط + +295 +00:26:36,110 --> 00:26:42,890 +قيم العربي تمام + +296 +00:26:42,890 --> 00:26:49,730 +هيروح على ال valuesيعني لغته روسي مثلا إذا في + +297 +00:26:49,730 --> 00:26:55,630 +values شرطة are you اظنه زي هي بروح بياخد منها فشي + +298 +00:26:55,630 --> 00:27:02,350 +بروح ال values ال default هو ال values تمام؟ واضحة + +299 +00:27:02,350 --> 00:27:06,290 +تهدأ يا جماعة و جرب انا تطبيق في البيت واجهة وحط + +300 +00:27:06,290 --> 00:27:09,490 +انت ملف ال string وغير القيم الموجودة + +301 +00:27:12,640 --> 00:27:20,000 +حتى مثال تاني طلع معايا هنا ال code مش انا فيه + +302 +00:27:20,000 --> 00:27:25,540 +عندى text view معروف داخل ال school هذه school + +303 +00:27:25,540 --> 00:27:30,140 +view فى عندى text اللى هو ال word هذا شايفينه لان + +304 +00:27:30,140 --> 00:27:35,020 +ال word هذه كلها النص نفسه دى مرة يعرضلى بالعربي و + +305 +00:27:35,020 --> 00:27:39,480 +مرة بالإنجليزي لان حاليا طلع معايا إيش النص معروف؟ + +306 +00:27:40,230 --> 00:27:42,570 +هذا الـ word و احنا بيقولي طب ما أنا عربي حاطه + +307 +00:27:42,570 --> 00:27:47,410 +لإنك كاتبه كتابة تمام كاتبه كتابة اللي هم بيضاروه + +308 +00:27:47,410 --> 00:27:51,910 +على ال activity بتاعته هاي ال text و خد النص + +309 +00:27:51,910 --> 00:27:57,290 +الموجود تمام هاي ال text صار فاضي و بيضاروه على + +310 +00:27:57,290 --> 00:28:05,950 +اول حاجة على ال values هاي ال string و بنقول هاي + +311 +00:28:05,950 --> 00:28:12,110 +كمانمتغير جديد اسمه main text اللي هو النص الأساسي + +312 +00:28:12,110 --> 00:28:17,030 +اللي موجود في ال .. اه وحط ايش؟ حط النص تبعك حطته + +313 +00:28:17,030 --> 00:28:20,030 +اللي هو ايش؟ hello world hello world hello world + +314 +00:28:20,030 --> 00:28:25,490 +للاخر الان بدي اروح انسخ لبلاش ننسخه لانه طويل + +315 +00:28:25,490 --> 00:28:29,430 +شوية روح على ال stream.xml اللي موجود في values + +316 +00:28:29,430 --> 00:28:34,370 +Arabic سميه + +317 +00:28:34,370 --> 00:28:37,110 +نفس الاسم main text + +318 +00:28:38,940 --> 00:28:47,560 +ماذا نكتب؟ أهلا بالعالم كيف + +319 +00:28:47,560 --> 00:28:57,420 +ستظهر الـ Slash In؟ تمام، + +320 +00:28:57,420 --> 00:29:01,580 +خلصنا؟ لأ، هناك خطوة بعيدة، ما هي؟ في الـ Main + +321 +00:29:01,580 --> 00:29:07,300 +Activity، نقول لروحك لـ Main String واختار + +322 +00:29:08,130 --> 00:29:11,730 +الـ Main Text فجأت و الله انجليزي بياخدوا من ال + +323 +00:29:11,730 --> 00:29:14,370 +string اللي في ال values لو كان عربي هياخده من ال + +324 +00:29:14,370 --> 00:29:20,810 +string اللي موجودة في values AR لأن + +325 +00:29:20,810 --> 00:29:25,490 +هي على طول جلب عربي تمام؟ و لو لغة الجهاز انجليزي + +326 +00:29:25,490 --> 00:29:30,270 +هيروح يجيبها من ملف الانجليزي مضحك هاد يا جماعة؟ + +327 +00:29:30,270 --> 00:29:36,010 +طيب حاجة تانية في برضه في مجلة ال values colors + +328 +00:29:36,010 --> 00:29:37,970 +شايفينها؟ + +329 +00:29:39,030 --> 00:29:44,850 +أيش بتتوقع ال colors هذا؟ للألوان يعني نفس فكرة ال + +330 +00:29:44,850 --> 00:29:51,530 +string لو أنا روحت على ال activity و عندي مثلا لون + +331 +00:29:51,530 --> 00:29:56,730 +الخلفية كيف نغير لون الخلفية من ال XML؟ بنروح لل + +332 +00:29:56,730 --> 00:29:57,090 +layout + +333 +00:30:02,450 --> 00:30:06,250 +في ال layout نفسها بيقولوا background و بنحط اللون + +334 +00:30:06,250 --> 00:30:12,970 +هاي مثلا ff0000 حطينا لون hard coded ممكن تحط صورة + +335 +00:30:12,970 --> 00:30:16,750 +برضه add drawable background تقولوا add drawable و + +336 +00:30:16,750 --> 00:30:20,990 +بتختار صورة انت حضرتها في drawable تمام لإن احنا + +337 +00:30:20,990 --> 00:30:26,710 +خلينا في الألوان ff0000 و كل حاجة بتحطلها انت ال + +338 +00:30:26,710 --> 00:30:27,830 +text color برضه + +339 +00:30:32,070 --> 00:30:41,810 +هي عندنا text view بدنا نقوله text color هذا + +340 +00:30:41,810 --> 00:30:48,430 +لونه أخضر لأن حط الخلفية و المفروض النص هذا هيعرضه + +341 +00:30:48,430 --> 00:30:55,610 +بالأخضر الآن في مشكلة صغيرة انه انت رايحة ال text + +342 +00:30:55,610 --> 00:31:02,930 +view كلهم هتطلهم لون أخضر قررت تتغيرقررت اتغير، + +343 +00:31:02,930 --> 00:31:06,990 +بدك تضطر تمر عليهم كلهم و تغير القيمة هذه، يعني + +344 +00:31:06,990 --> 00:31:11,350 +مثلا انا هنا حاطة text-color green، تمام؟ لحظة، و + +345 +00:31:11,350 --> 00:31:15,410 +تعالي أنا جايب أغير لون ال text-view، تمام؟ تعالي + +346 +00:31:15,410 --> 00:31:21,530 +على ال text-view التاني، برضه بديه أخضرالأهلى + +347 +00:31:21,530 --> 00:31:24,130 +الفكرة أنك عندما تغير اللون الأخضر تقول أنك تريد + +348 +00:31:24,130 --> 00:31:28,910 +أزراج تضطر تمر عليهم كلهم وتغير الرقم هذا عشان هي + +349 +00:31:28,910 --> 00:31:35,210 +نفس الحاجة ممكن أعرف أنا متغير في مجلة ال colors و + +350 +00:31:35,210 --> 00:31:39,350 +أتعطيه قيمة وتصير تستدعي بالاسم إيش الميزة؟ لما + +351 +00:31:39,350 --> 00:31:43,330 +تغير هو أغير في الملف زي كأنه متغير global موجود + +352 +00:31:43,330 --> 00:31:48,110 +فوق و يستخدم في كل مكان تعالي نجربها هذه نذهب هنا + +353 +00:31:48,110 --> 00:31:49,950 +لمجلة ال colors الموجودة في ال values + +354 +00:31:53,610 --> 00:31:57,370 +هو حاطط بعض الألوان مالناهش فيهم هكذا بنعمل نام + +355 +00:31:57,370 --> 00:32:08,670 +جديد نكتب كلمة color إيش نسميه؟ بده أقوله heading + +356 +00:32:08,670 --> 00:32:16,530 +text color heading + +357 +00:32:16,530 --> 00:32:19,750 +text color يعني ألوان ال headings اللي هو زي ال + +358 +00:32:19,750 --> 00:32:23,260 +user name و ال password و غيرهالان بين ال opening + +359 +00:32:23,260 --> 00:32:27,980 +و ال closing بتاعي بدي أحط القيمة بدي أقوله 00FF00 + +360 +00:32:27,980 --> 00:32:33,140 +تمام و أقوله إيش هذا أخطر الان من ال main activity + +361 +00:32:33,140 --> 00:32:38,240 +على طول بتجي تقوله text color بدل ما أكتب ال hard + +362 +00:32:38,240 --> 00:32:47,540 +code زيه بكتب at لحظة شوية at مراحت طيب هيا at + +363 +00:32:47,540 --> 00:32:53,660 +الان بكتب colorزي ما كنت أكتب add string زي ما كنت + +364 +00:32:53,660 --> 00:32:57,160 +أروح لملف ال string هلجيت add color heading text + +365 +00:32:57,160 --> 00:33:03,020 +color وهنا برضه add color + +366 +00:33:03,020 --> 00:33:06,880 +heading + +367 +00:33:06,880 --> 00:33:15,220 +text color الميزة هلجيت هرجعت طبعا هي عرضني هدف + +368 +00:33:15,220 --> 00:33:20,480 +الأخضر تمام وهي كمان ال text view اللي تحته + +369 +00:33:30,320 --> 00:33:34,940 +طيب هال gate عربنا هي الكل بالأخضر قررت أغير أه + +370 +00:33:34,940 --> 00:33:38,600 +بدي اعنون أزرق مثلا ماعليك إلا تروح ال colors و + +371 +00:33:38,600 --> 00:33:43,340 +تقولنا هنا تمام + +372 +00:33:43,340 --> 00:33:48,460 +هيك صار أزرق خلاص تمام + +373 +00:33:48,460 --> 00:33:53,940 +أسهل او مش أسهل هذه طيب يبقى الأن اتعرفنا على ال + +374 +00:33:53,940 --> 00:33:59,440 +colors و ال strings لأدر الستار خليه لبعدين + +375 +00:34:11,980 --> 00:34:19,100 +طيب يا جماعة في هومورك بنواطق يام تمام؟ + +376 +00:34:19,100 --> 00:34:24,380 +بدكوا تصممولنا شاشة زي هذه هي نفس هذه تمام؟ عادي + +377 +00:34:24,380 --> 00:34:31,480 +شاشة بسيطة إيش فيها؟ أه؟ تسليم + +378 +00:34:31,480 --> 00:34:36,900 +إيش اليوم؟ السبت؟ يوم الأربعفي حاجات لسه ماتتكش + +379 +00:34:36,900 --> 00:34:41,360 +فيها يعني مثلا كيف تخل ال edit text بالشكل هذا + +380 +00:34:41,360 --> 00:34:42,160 +تحطله إطار + +381 +00:34:45,170 --> 00:34:48,290 +ماشي .. انت حاول تتعلمها .. انا هديك .. هاتكي + +382 +00:34:48,290 --> 00:34:51,570 +اياها بعد ما خلص تصليم الواجب .. هعملها .. هصممه + +383 +00:34:51,570 --> 00:34:56,250 +.. بدي كمان الزر هذا مثلا .. اه .. الزر كمان .. + +384 +00:34:56,250 --> 00:35:02,070 +لما اقعد اضغط عليه .. يتغير منه .. تمام .. اه .. + +385 +00:35:02,070 --> 00:35:06,770 +ابحث عنها .. ابحث عنها .. اه .. مش mouse .. احنا + +386 +00:35:06,770 --> 00:35:10,290 +متعانش بال mouse في هذا .. بالصبع .. اه .. لما نحط + +387 +00:35:10,290 --> 00:35:17,140 +وصبع عليه .. يتغير منه ..ماشي ..أعملها دور عليها + +388 +00:35:17,140 --> 00:35:22,180 +.. دور عليها كيف؟ + +389 +00:35:22,180 --> 00:35:25,640 +اه دور .. اه دور .. في icon زيك مش هذا يا شباب + +390 +00:35:25,640 --> 00:35:33,500 +اتبعوا معايا كيف؟ يا عم هذه الصورة و هذه الصورة + +391 +00:35:33,500 --> 00:35:37,260 +تمام اعتبرها صورة .. هذه الصورة و هذه الصورة و هذا + +392 +00:35:37,260 --> 00:35:42,590 +نص تمام؟فيش actions لسه بس بدي تصميم زي هذا بالظبط + +393 +00:35:42,590 --> 00:35:47,610 +بدي أسخن منه تمام اه هذا الصورة و هذا الصورة هذا + +394 +00:35:47,610 --> 00:35:54,870 +الصورة تمام بدناش استخدم constraint استخدم + +395 +00:35:54,870 --> 00:35:57,230 +constraint layout هحط هذا على ال mood ال homework + +396 +00:35:57,230 --> 00:36:00,130 +ماشي يا جماعة لسه مخلصناش بنكمل + +397 +00:36:08,900 --> 00:36:13,940 +طب يا جماعة هل جيت؟ احنا لحد تلان كنا نشتغل على ال + +398 +00:36:13,940 --> 00:36:17,460 +layouts اتعرفنا على ال layouts اتعرفنا على بعض + +399 +00:36:17,460 --> 00:36:22,080 +العناصر لكن لحد تلان ال layouts بتاعتنا ميتهليش + +400 +00:36:22,080 --> 00:36:27,420 +تصميم بدون action هجدنا يبدأ نتكلم كيف نعمل action + +401 +00:36:27,420 --> 00:36:30,460 +عليه و هندخل فيه في ال coding خلص ال layout + +402 +00:36:30,460 --> 00:36:35,680 +التصميم خلصناه من النقطة هذه لآخر الفصل مش هنشوف + +403 +00:36:35,680 --> 00:36:42,900 +التصميم كتير هنشغل coding طيب + +404 +00:36:42,900 --> 00:36:46,960 +حكينا احنا يا جماعة ان كل activity اللي هي واجهة + +405 +00:36:46,960 --> 00:36:53,310 +مكون الملفين ملف Javaوملف XML ملف ال XML خلصناه + +406 +00:36:53,310 --> 00:36:59,150 +ملف ال Java قولنا هتلاقيه في مجلد ال Java لو رجعنا + +407 +00:36:59,150 --> 00:37:04,170 +تطبيق هنا Android هتلاقي فيه عندك Java + +408 +00:37:04,170 --> 00:37:08,330 +MainActivity تمام؟ هذا ال class ساعة ال + +409 +00:37:08,330 --> 00:37:11,290 +MainActivity طيب فتحنا ال MainActivity تعالوا + +410 +00:37:11,290 --> 00:37:17,930 +نشوفها نفهمها شوية و أضع الخطوة للكبر أكتر طيب + +411 +00:37:19,750 --> 00:37:22,930 +تعالوا نقرأ ال class هاي class اسمها MainActivity + +412 +00:37:22,930 --> 00:37:26,850 +احنا بنعرف انه ال class في ال Java اسمها لازم يكون + +413 +00:37:26,850 --> 00:37:32,470 +نفس اسم الملف صح ولا لا Extend AppCompatActivity + +414 +00:37:32,470 --> 00:37:35,490 +يعني هو لحاله عاملها Extend ل AppCompatActivity + +415 +00:37:35,490 --> 00:37:39,550 +طبعا ماذا هي ان احنا .. اذا متذكرين مثلا في ال + +416 +00:37:39,550 --> 00:37:41,990 +Java لما كنا نعمل ال frame كنا بروح نعمل Extend + +417 +00:37:41,990 --> 00:37:45,870 +JFrame عشان يرف بعض ال methods اللي موجودة في ال + +418 +00:37:45,870 --> 00:37:50,400 +appطيب او ال .. ال .. ال .. داخل ال class فى + +419 +00:37:50,400 --> 00:37:55,480 +method واحد اسمها onCreate تمام؟ هى الموجودة و + +420 +00:37:55,480 --> 00:37:59,140 +مكتوب هنا ايش؟ override ايش بتفهم الكلمة override؟ + +421 +00:37:59,140 --> 00:38:03,480 +انه هاد ال method موجودة وين في ال parent class + +422 +00:38:03,480 --> 00:38:07,020 +اللى هى AppCompatActivity و هو عملها override احنا + +423 +00:38:07,020 --> 00:38:11,100 +بنعرف ان override ايش معناها احنا بنعمل override + +424 +00:38:11,100 --> 00:38:15,220 +فى ال subclass ثم بنغيرعلى ال code ال method + +425 +00:38:15,220 --> 00:38:20,160 +الموجودة في ال parent class او نضيف عليه فلاحظ ان + +426 +00:38:20,160 --> 00:38:24,160 +في ال oncreate هذه سيبك من الموجود هنا اول سطر ايش + +427 +00:38:24,160 --> 00:38:28,860 +فيها super.oncreate ايش يعني السدع ال oncreate + +428 +00:38:28,860 --> 00:38:32,810 +الموجودة في ال parentمتذكرين لما عملنا Calc Salary + +429 +00:38:32,810 --> 00:38:36,970 +وعملنا لها override في ال subclass قلنا بدنا Calc + +430 +00:38:36,970 --> 00:38:41,690 +Salary تحسب نفس حسبة ال salary بس تضيف عليه إضافات + +431 +00:38:41,690 --> 00:38:44,410 +ففي نفس ال Calc Salary بتاعة ال subclass اللي دينا + +432 +00:38:44,410 --> 00:38:48,730 +super dot Calc Salary و بعدين كملنا عليها يعني أنا + +433 +00:38:48,730 --> 00:38:51,690 +هنا في ال on create بدأ السبع ال on creator موجودة + +434 +00:38:51,690 --> 00:38:54,630 +في ال parent بدي اعمل حد ايش بتعمل هذا ال on + +435 +00:38:54,630 --> 00:38:57,450 +creator في ال parent هي اللي بترسم الشاشة و بتحط + +436 +00:38:57,450 --> 00:39:03,910 +ال action bar و بتحط تمام؟يبقى هذا الصطر بالفعل + +437 +00:39:03,910 --> 00:39:12,560 +شاشينه لو شلتههتخرب يا هيخة من البرنامج هذا + +438 +00:39:12,560 --> 00:39:15,520 +super.oncreate لازم يستدعى ال parent بس هو ليش + +439 +00:39:15,520 --> 00:39:18,880 +عامل override عشان انا بعد هيك بدي اكمل اكتب ال + +440 +00:39:18,880 --> 00:39:23,720 +code تبعي طيب هذا .. لحظة ال super.oncreate بينادر + +441 +00:39:23,720 --> 00:39:26,860 +oncreate بتاعة ال parent ايش بتعمل ملناش هي بتقرض + +442 +00:39:26,860 --> 00:39:31,270 +ال activity بتقرض ال activity فاضية تمام؟set + +443 +00:39:31,270 --> 00:39:35,370 +content view هذا method مهم جدا جدا تمام set + +444 +00:39:35,370 --> 00:39:37,730 +content view برضه هو كتبها لحاله أنا هذا مش انا + +445 +00:39:37,730 --> 00:39:44,030 +كتبتها فايدة ال set content view انها تروح تقرأ ال + +446 +00:39:44,030 --> 00:39:51,330 +XML تمام و تحول ل java objectsيعني الـ Button اللي + +447 +00:39:51,330 --> 00:39:54,910 +كان مكتوب XML بدي يتحول ل object من نوع Button في + +448 +00:39:54,910 --> 00:39:57,850 +class في ال Android اسمها Button بنشأ منها object + +449 +00:39:57,850 --> 00:40:01,230 +Button و بنشأ object اسمه TextView و object اسمه + +450 +00:40:01,230 --> 00:40:05,470 +EditText و بضيفهم على الشاشة هذه الخطوة هي مهمة + +451 +00:40:05,470 --> 00:40:09,770 +جدا بيحول الـ XML كل اللي رسمناه لحاجات معوضة على + +452 +00:40:09,770 --> 00:40:15,360 +الشاشةبحويلها لـ Java objects فعليا فائدة الـ XML + +453 +00:40:15,360 --> 00:40:19,260 +أنه ريحني من إنشاء Java objects أيام ال swing كنا + +454 +00:40:19,260 --> 00:40:24,430 +نروح و نقوله J بطن يساوي U J بطنالـ New Text Field + +455 +00:40:24,430 --> 00:40:29,270 +صح ولا؟ لأن هو في ألوم بيعملها هذه الحاجات بيعمل + +456 +00:40:29,270 --> 00:40:33,510 +نفس الشيء بس مش يعني لحاله بيعملها من عن طريق الـ + +457 +00:40:33,510 --> 00:40:36,750 +XML بيشوف الـ XML و بيروح بيعمل الـ New Button الـ + +458 +00:40:36,750 --> 00:40:40,190 +New Text View الـ New Edit Text بيعملهم كلهم لحاله + +459 +00:40:40,190 --> 00:40:42,790 +مياه بيعمل الخطوات هذه كلها بينشي العلاصر بيعرضها + +460 +00:40:42,790 --> 00:40:46,280 +على الشاشة اللي هي Set Content Viewهذه السطرين + +461 +00:40:46,280 --> 00:40:51,960 +موجودين وانا بلعبش فيهم بالمرة وانا بتحكم الان انا + +462 +00:40:51,960 --> 00:40:55,640 +بعد هذين السطرين بدي ابدأ اكتب ال code تبعي اللي + +463 +00:40:55,640 --> 00:40:58,360 +هو ايش المفروض يعمل المثل يروح يجيب ال button + +464 +00:40:58,360 --> 00:41:01,240 +الموجود على الشاشة ويقول اذا ضغط على ال button + +465 +00:41:01,240 --> 00:41:07,820 +ساولي كده كدهالان ال actions بنسميها تمام ال + +466 +00:41:07,820 --> 00:41:12,040 +method onCreate هي أول method بتتنفذ لما شغل + +467 +00:41:12,040 --> 00:41:15,200 +التطبيق أول ماتشغل زي ال constructor مش في + +468 +00:41:15,200 --> 00:41:19,100 +constructor بتنفذ لأن هنا لما شغل ال activity أول + +469 +00:41:19,100 --> 00:41:23,620 +حاجة بنفذها onCreate فأي code انت بدك تعمله في ال + +470 +00:41:23,620 --> 00:41:26,840 +activity actions عرض كذا بتروح بتحطه في ال + +471 +00:41:26,840 --> 00:41:31,740 +onCreate بعد السطرين هدول هدول هتلعبش فيهمتمام؟ + +472 +00:41:31,740 --> 00:41:36,120 +هذا بيستبعي code موجود في ال parent إيش فيه مالاش + +473 +00:41:36,120 --> 00:41:41,420 +وهذا هو المسئول عن تحويل ال XML ل Java objects + +474 +00:41:41,420 --> 00:41:45,460 +إحنا code ما بده ينكتب من هنا، هنا بيبدأ الشغل إيش + +475 +00:41:45,460 --> 00:41:48,360 +هو الشغل يعني؟ بدنا نجيب ال .. ال .. ال battle + +476 +00:41:48,360 --> 00:41:54,540 +method و نعمل عليهم action طيب طالع معاه هنا نشرح + +477 +00:41:54,540 --> 00:41:56,200 +بس النقطة هذه و أنها فيها المحاضرة + +478 +00:42:00,800 --> 00:42:10,920 +لأن إحنا عنا class Java class وعنا layout زمان + +479 +00:42:10,920 --> 00:42:16,320 +في ال Java في ال swing لما كنا نتحكم في battle كنا + +480 +00:42:16,320 --> 00:42:24,000 +نقول جيه battleب مثلا يسوى نيو جي بتن وبعدين كيف + +481 +00:42:24,000 --> 00:42:26,480 +كنا نتحكم في ال بتن و نعمل on a action كنا نمسك ال + +482 +00:42:26,480 --> 00:42:31,780 +بي هذا و نعمل dot و نستخدم ال methods كلها لأن + +483 +00:42:31,780 --> 00:42:36,160 +المشكلة هي في الاندرويد هذا مش موجود حاليا لإن مش + +484 +00:42:36,160 --> 00:42:38,420 +أنا اللي عملت ال نيو مين اللي عمل ال نيو هو + +485 +00:42:38,420 --> 00:42:42,160 +الاندرويد لحاله ال content view هذه هي أنشأت كل + +486 +00:42:42,160 --> 00:42:46,570 +حاجة و عرضتها في الشاشةيبقى جاني انا بدي ارجع عشان + +487 +00:42:46,570 --> 00:42:49,630 +اتحكم بالعناصر من خلال ال code بدي اجيب ال objects + +488 +00:42:49,630 --> 00:42:53,630 +اللي انشأتهم من ال set content view بدي اجيبهم + +489 +00:42:53,630 --> 00:43:00,150 +وهذه الصعوبة ان العناصر معرفة في ال layout بدي + +490 +00:43:00,150 --> 00:43:04,290 +اضطر انا من ال code اجيب الأنصر اللي بديه عشان + +491 +00:43:04,290 --> 00:43:08,710 +اتحكم فيه طب كيف بدي اجيبه؟ طلع معايا الان كل أنصر + +492 +00:43:08,710 --> 00:43:11,370 +موجود في الشاشة انا بدي اتحكم فيه من خلال ال code + +493 +00:43:11,370 --> 00:43:12,410 +لازم تعطيه ID + +494 +00:43:15,740 --> 00:43:22,420 +لازم تعطيله ID عن طريق ال ID هذا هتجيبه من ال + +495 +00:43:22,420 --> 00:43:27,560 +class طيب automatically أول ما العناصر هذه تتحول + +496 +00:43:27,560 --> 00:43:31,380 +من XML ل Java objects بروح على class خاصة في ال + +497 +00:43:31,380 --> 00:43:37,300 +Java اسمها ال R class في class خاصة اسمها ال R + +498 +00:43:37,300 --> 00:43:45,670 +class ليش بيسمونها R؟ ماعرفش تمام ال R class هذهكل + +499 +00:43:45,670 --> 00:43:50,310 +عنصر انشأته بيروح بعرفها بحط ال ID تباعها داخل ال + +500 +00:43:50,310 --> 00:43:54,390 +R لازم + +501 +00:43:54,390 --> 00:43:58,430 +تعمل ID في ال layout تمام؟ لما ينشئ العنصر بيعرف + +502 +00:43:58,430 --> 00:44:03,950 +ال ID داخل ال R class الان هنا طبعا بما ان هذه + +503 +00:44:03,950 --> 00:44:08,950 +Java وهذا ال class Java بتقدر من هنا تقوله R.ID و + +504 +00:44:08,950 --> 00:44:11,470 +بتحط اسم ال battery اللي انت حطيته او اي عنصر + +505 +00:44:11,470 --> 00:44:17,060 +كتبته كيف مثلا طلع معايا هناالان مش انا اشتغل في + +506 +00:44:17,060 --> 00:44:19,840 +ال main activity هاي ال main activity خلاص نشوف + +507 +00:44:19,840 --> 00:44:22,840 +هدو و انهي مش انا في هاي ال battle عندى هنا تحت + +508 +00:44:22,840 --> 00:44:27,120 +فيه battle موجود هاي المنزل عليه تحت و هاي ال + +509 +00:44:27,120 --> 00:44:30,540 +battle هاى + +510 +00:44:30,540 --> 00:44:34,640 +هاى ال battle واحد الان هدا اين هو ID؟ اين هو ID؟ + +511 +00:44:34,640 --> 00:44:38,800 +هاى و at ID اسم .. ايش اسم ال ID تبعه؟ اه battle + +512 +00:44:38,800 --> 00:44:44,180 +روحنا على ال main activityطبعا لحظة لأن عشان اوصل + +513 +00:44:44,180 --> 00:44:49,400 +ال ID بتاع ال button بندقله R.ID لحاله اول مكتوب + +514 +00:44:49,400 --> 00:44:54,640 +ID كل العناصر اللي معرفيلها IDs جاب ليهم هاي مثلا + +515 +00:44:54,640 --> 00:45:00,240 +من ضمنهم ايش ال button لسه ماوصلتش انا ال answer + +516 +00:45:00,240 --> 00:45:05,400 +لأن هذا ال ID تبعه بندقله عالجة أنفذ method اسمها + +517 +00:45:05,400 --> 00:45:07,900 +find a view + +518 +00:45:10,580 --> 00:45:15,380 +by id هذه method موجودة في ال class main activity + +519 +00:45:15,380 --> 00:45:21,980 +اسمها find view by id ايش يعني ايه؟ يعني ابحثلي عن + +520 +00:45:21,980 --> 00:45:26,660 +العنصر باستخدام ال id تبعه ابتعطيله ال id ما بين + +521 +00:45:26,660 --> 00:45:36,160 +القصين وبرجحلك object منها view ماشي مش مفهومة طيب + +522 +00:45:36,160 --> 00:45:41,550 +find view by id هذه method معرفة هنالأ طب كيف + +523 +00:45:41,550 --> 00:45:46,290 +اتعرف؟ طلعنا خطأ ايرون؟ لأ هذا method موجودة بتكون + +524 +00:45:46,290 --> 00:45:50,310 +وين موجودة؟ في ال .. في ال .. في ال superclass + +525 +00:45:50,310 --> 00:45:53,370 +تمام؟ احنا بنعرف ان لو في method معرف في ال + +526 +00:45:53,370 --> 00:45:58,110 +superclass بقدر استخدمها في ال subclass و هاي + +527 +00:45:58,110 --> 00:46:00,450 +الفايدة من extend ان هو معرف حاجات انا بستخدمها + +528 +00:46:00,450 --> 00:46:04,610 +جاهزة find view by ID ايش بالزمال find view by ID؟ + +529 +00:46:04,610 --> 00:46:08,850 +تعطيه ال ID تاع الأنصار عشان يجيبلكيهاطبعا؟ طيب + +530 +00:46:08,850 --> 00:46:13,710 +يعني برجعلك Java object ال object اللي جابلي وين + +531 +00:46:13,710 --> 00:46:19,790 +خزنته؟ في متغير اسمه V من نوع .. من نوع view طب + +532 +00:46:19,790 --> 00:46:24,830 +إيش ده view؟ يعني مامرش علينا الآن ال button ال + +533 +00:46:24,830 --> 00:46:28,490 +text view ال edit text ال image view ال list view + +534 +00:46:28,490 --> 00:46:35,090 +كل العلاصر هدولة عاملين extend ل class كبيرة ال + +535 +00:46:35,090 --> 00:46:39,590 +own بتاعتهم كلهم اسمها viewيعني مين ال view هذا ال + +536 +00:46:39,590 --> 00:46:43,670 +parent class لكل عناصر الشاشة زي بالظبط في ال + +537 +00:46:43,670 --> 00:46:48,530 +swing ال parent تبعهم كلهم اسمه j component تمام + +538 +00:46:48,530 --> 00:46:51,370 +ال j component هو أبو ال j button و ال j x field + +539 +00:46:51,370 --> 00:46:57,770 +تمام هذا أبوهم كلهم مين؟ اه ال view الآن هو جابلك + +540 +00:46:57,770 --> 00:47:05,190 +عنصر بحث عنه بس جابهم من ما؟ جاه منها viewالآن بدي + +541 +00:47:05,190 --> 00:47:08,870 +أحاول أرجع لـ pattern ليش؟ عشان أقدر أتعامل مع ال + +542 +00:47:08,870 --> 00:47:11,690 +methods الخاصة بال pattern احنا قلنا لو أتعاملنا + +543 +00:47:11,690 --> 00:47:15,210 +مع العنصر بدلالة ال parent مش هنشوف ال methods + +544 +00:47:15,210 --> 00:47:18,190 +الموجودة في ال subclass هذا حاجة أتعلمناها في ال + +545 +00:47:18,190 --> 00:47:22,190 +object oriented فمسيكتنا ال view هذا عملنا متغير + +546 +00:47:22,190 --> 00:47:28,470 +اسمه pattern B يساوي + +547 +00:47:28,470 --> 00:47:33,170 +ايش هذا عمل؟ هذا عمل casting رجعته منهمن نوع + +548 +00:47:33,170 --> 00:47:37,830 +battle وهيك انا بكون جبت مين جبت ال battle مرات + +549 +00:47:37,830 --> 00:47:41,110 +احنا بنعملها في سطر واحد بنقوله مش احنا بدنا + +550 +00:47:41,110 --> 00:47:45,750 +battle تعرف متغير اسمه battle بي واحد مثلا وبعدين + +551 +00:47:45,750 --> 00:47:49,490 +بتكتب عملية ال casting battle وهنا بتكتبله find + +552 +00:47:49,490 --> 00:47:56,710 +view by id r.id.battle + +553 +00:47:56,710 --> 00:48:00,470 +هيك + +554 +00:48:00,470 --> 00:48:07,020 +جاب لمين ال battleو اوصلته هتحكم فيه من خلال code + +555 +00:48:07,020 --> 00:48:10,540 +بضيف عليه action بغير ألوان بغير أي حاجة + +556 +00:48:14,500 --> 00:48:19,300 +باختصار شديد يا جماعة ال code تبعي التحكم بعلاصر + +557 +00:48:19,300 --> 00:48:23,100 +الشاشة بيتم من خلال method اسمها onCreate ال + +558 +00:48:23,100 --> 00:48:26,720 +onCreate تستدعى method اسمها setContentView اللي + +559 +00:48:26,720 --> 00:48:30,940 +بتحول ال XML ل Java objects يعني بعد ال method هذه + +560 +00:48:30,940 --> 00:48:35,240 +فيه buttons فيه text views كلهم اتحولوا ل Java + +561 +00:48:35,240 --> 00:48:39,160 +objects وموجودين في البرنامج بس عشان اتحكم فيهم + +562 +00:48:39,160 --> 00:48:43,150 +لازم اجيب كل object عشان اتحكم فيهعشان اجيبك اي + +563 +00:48:43,150 --> 00:48:47,190 +object احنا بنعرف انه كل object بتعرفله ID بال XML + +564 +00:48:47,190 --> 00:48:52,090 +بتعرفله ID في ال class الاسمها R عشان اجيبه بتروح + +565 +00:48:52,090 --> 00:48:56,510 +تقوله find view by ID و بتعطيله ال ID المعرف في ال + +566 +00:48:56,510 --> 00:49:01,110 +R classوبعدين بتعمله casting لنوع ال view اللي انت + +567 +00:49:01,110 --> 00:49:04,970 +بدكيه اذا نوعه button بتعمله casting ل button لو + +568 +00:49:04,970 --> 00:49:08,310 +عملت casting غلط هيطلعلك error يعني افرض هذا ال ID + +569 +00:49:08,310 --> 00:49:11,270 +كأنه خاصة ب text view وانت عملت له casting ل + +570 +00:49:11,270 --> 00:49:16,150 +button بتطلع .. بتطلع خطأ هتجيب لمجرد ان تكتب بيه + +571 +00:49:16,150 --> 00:49:21,070 +واحد و تعمل dot هتلاقي عدد methods كتير هنبدأ + +572 +00:49:21,070 --> 00:49:24,790 +نتطرق فيها المحاضرة الجاي تمام؟ خلاص سعادتكوا + +573 +00:49:24,790 --> 00:49:25,350 +العافية يا جماعة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..d218c4121b83caf370247e768ad276c387216251 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/5gG0rnRmLxI_raw.srt @@ -0,0 +1,2292 @@ +1 +00:00:20,970 --> 00:00:26,070 +طب يا شباب السلام عليكم ان + +2 +00:00:26,070 --> 00:00:29,410 +شاء الله هنكمل اليوم و ننهي موضوع ال constraint + +3 +00:00:29,410 --> 00:00:33,550 +layout المحاضرة الماضية أخدنا مثالين عن ال + +4 +00:00:33,550 --> 00:00:37,830 +constraint layout مثال اللي هو ترتيب الشاشة اللي + +5 +00:00:37,830 --> 00:00:41,390 +أخدناها تحت username و password و بعدين ترتيب + +6 +00:00:41,390 --> 00:00:44,350 +الشاشة التانية اللي فيها ال scroll view صح ولا + +7 +00:00:44,350 --> 00:00:49,470 +الصورة يعني و غطينا معظم الأمور المهمة في ال + +8 +00:00:49,470 --> 00:00:53,150 +constraint layoutوشوف ان ال constraint layout + +9 +00:00:53,150 --> 00:00:56,830 +ميزتها ان انا بشتغل على layout واحدة ماعندي nested + +10 +00:00:56,830 --> 00:01:00,230 +layouts layout جوا layout هي layout واحدة اسمها + +11 +00:01:00,230 --> 00:01:04,410 +constraint layout وبرتب العناصر بالنسبة لبعض او + +12 +00:01:04,410 --> 00:01:08,290 +بالنسبة لل parent اللي هم موجودين فيه وشوف ان فيها + +13 +00:01:08,290 --> 00:01:10,530 +ميزة كويسة ال constraint layout هي ال guide line + +14 +00:01:10,530 --> 00:01:14,010 +ال guide line عمل زي حد وهمي ممكن استخدمه عشان + +15 +00:01:14,010 --> 00:01:20,550 +اربط العناصر فيه استخدمنا المحاضر الماضي طيب احنا + +16 +00:01:22,530 --> 00:01:27,270 +لحد الآن كنا نستخدم constraint layout من خلال ال + +17 +00:01:27,270 --> 00:01:30,570 +drug drop او ال visual interface هل ممكن ان احنا + +18 +00:01:30,570 --> 00:01:35,010 +نشتغل constraint layout من خلال ال XML؟ اه فعلا هي + +19 +00:01:35,010 --> 00:01:40,450 +بسيطة يعني على سبب المثال لأن انا هى عندى code ال + +20 +00:01:40,450 --> 00:01:45,310 +XML هى فى عندى constraint layout زى ما قلت مش هعمل + +21 +00:01:45,310 --> 00:01:48,790 +layout تانى جوا هذه هي layout واحدة بس طيب نيجي + +22 +00:01:48,790 --> 00:01:50,450 +الآن نضيف عناصر هى مثلا + +23 +00:01:54,600 --> 00:01:59,400 +نبدأ ب button هاي button أول حاجة راب content + +24 +00:01:59,400 --> 00:02:07,820 +الحجم و بعدين ال text هاي + +25 +00:02:07,820 --> 00:02:13,240 +button oneطيب لأنه مش محدد له مكان حطه في الزاوية + +26 +00:02:13,240 --> 00:02:17,140 +طيب قبل ما نشوف موضوع ترتيب العناصر وكيف أربط + +27 +00:02:17,140 --> 00:02:20,960 +العنصر لان في ال constraint layout لازم نعمل حاجة + +28 +00:02:20,960 --> 00:02:26,320 +اسمها ال ID لكل عنصر ايش ID؟ رقم معرف ليش مانعطي + +29 +00:02:26,320 --> 00:02:29,280 +رقم معرف للعناصر؟ عشان من نيجي العنصر التالي نقوم + +30 +00:02:29,280 --> 00:02:33,340 +نربط له في العنصر اللي ال ID تبقى كدههذا ال ID + +31 +00:02:33,340 --> 00:02:37,240 +أيام ال linear layout ماكانش لزمني لأن ماكنتش أشير + +32 +00:02:37,240 --> 00:02:42,080 +للعناصر بدلالة عناصر أخرى فلأننا عرف ال ID يعني + +33 +00:02:42,080 --> 00:02:45,480 +هذا ال ID هنستفيد منه في أكتر من حاجة أول فايدة + +34 +00:02:45,480 --> 00:02:48,780 +هنا أنه أربط العناصر ببعض وبكرة كمان لما نشغل على + +35 +00:02:48,780 --> 00:02:52,880 +ال code ده سيرجيب العنصر بدلالة ال ID تبعه عشان + +36 +00:02:52,880 --> 00:02:55,970 +أعمل عليه action من ال codeفال ID ليه أكتر من + +37 +00:02:55,970 --> 00:03:00,310 +استخدامه؟ طيب فليجي الآن في أي سطر داخل ال opening + +38 +00:03:00,310 --> 00:03:07,810 +tag بتاع الأنصر بكتب ID تمام؟ بكتب ID طيب جوا ال + +39 +00:03:07,810 --> 00:03:13,430 +ID هذه في عندي رمز هنا اسمه at plus ID شايفينه؟ هو + +40 +00:03:13,430 --> 00:03:19,630 +اللي حانه طلع ليهالـ Add Tplus ID يعني أنه يضيف + +41 +00:03:19,630 --> 00:03:21,730 +الـ ID هذا الكلب الاصطناعي هذا الكلب الاصطناعي + +42 +00:03:21,730 --> 00:03:24,910 +يعني أن هذا ال ID في الآخر بتحول لـ Variable في + +43 +00:03:24,910 --> 00:03:27,810 +الجافة تمام؟ فهذا الكلب يضيف Add Tplus ID وهذا الـ + +44 +00:03:27,810 --> 00:03:31,590 +Gateway تكتب الـ ID تعالوا انصر لما تعرف الـ ID + +45 +00:03:31,590 --> 00:03:37,970 +نفس القواعدكتابة اسم المتغير طبعا يعني زي كتابة ال + +46 +00:03:37,970 --> 00:03:41,790 +variables مايكونش من كلمتين طبعا رأي انه يكون كله + +47 +00:03:41,790 --> 00:03:44,410 +small او اذا كان اكتر من كلمة اول حرف small + +48 +00:03:44,410 --> 00:03:47,930 +والباقي capital مايكونش فيه فرغات مايكونش فيه رموز + +49 +00:03:47,930 --> 00:03:51,130 +خاصة كلمات محجوزة نفس المعيار اللي بتستخدمها في + +50 +00:03:51,130 --> 00:03:57,290 +تسمية متغير مثلا انا بدي اسمي button 1 هذا ID + +51 +00:03:57,290 --> 00:04:00,690 +وطبعا ماينفعش ال ID يتكرر زي ال variable برضه + +52 +00:04:00,690 --> 00:04:04,480 +ماينفع ال variable اسم يتكرر؟ لاطيب هنا عرفنا احنا + +53 +00:04:04,480 --> 00:04:09,860 +زر حطنا له ID الان نربط الزر هذا لان احنا عرفنا ان + +54 +00:04:09,860 --> 00:04:13,420 +اول زر بنضيفه على الشاشة بنربطه مع مين؟ مع ال + +55 +00:04:13,420 --> 00:04:18,280 +parent تمام؟ الان وعرفنا كمان ان اي انصر على + +56 +00:04:18,280 --> 00:04:25,190 +الشاشة يوليه اربع جهات top و bottomو start و end + +57 +00:04:25,190 --> 00:04:29,270 +أو نسميهم left و right بس احنا نفضل نستخدم start و + +58 +00:04:29,270 --> 00:04:34,490 +end و في واحد رابع اللي هو ايش ال baseline هذا + +59 +00:04:34,490 --> 00:04:38,050 +يستخدم الحاجات اللي فيها كتابة او خطوط طيب و قلنا + +60 +00:04:38,050 --> 00:04:42,250 +على الأقل كلهم صدروا بطول من جهتين واحدة منهم لازم + +61 +00:04:42,250 --> 00:04:45,950 +تكون ال top او ال baseline او ال bottom و التانية + +62 +00:04:45,950 --> 00:04:49,950 +تكون ال start او ال end لأن عملية الربط في الكتابة + +63 +00:04:49,950 --> 00:04:55,690 +في ال XML اول حاجة بتتحددمين اللي بدك تربطه؟ مثلا + +64 +00:04:55,690 --> 00:04:59,810 +احنا قلنا بدنا نربط .. نحط ال start على ال start + +65 +00:04:59,810 --> 00:05:03,130 +بتاع ال parent مش هي ال parent تبعها هي ال layout + +66 +00:05:03,130 --> 00:05:09,230 +بدنا نحط هذا ع مين؟ على هذا عشان يجوا على بعض + +67 +00:05:09,230 --> 00:05:14,230 +وبعدين بنسيب margin عشان إيش إيه بد عنه؟ فبنقول مش + +68 +00:05:14,230 --> 00:05:17,830 +أنا أمسكت ال start بتاعة هذا بنقول constraint + +69 +00:05:17,830 --> 00:05:22,050 +start + +70 +00:05:25,520 --> 00:05:29,160 +constraint start اللي هو الطرف اللي بتقبض منه سلاش + +71 +00:05:29,160 --> 00:05:34,940 +أو underscore تمام to + +72 +00:05:34,940 --> 00:05:38,920 +start of + +73 +00:05:38,920 --> 00:05:43,820 +الان انا مش بده احط start على start فضلوا ان + +74 +00:05:43,820 --> 00:05:47,380 +constraint start ال start بتاع هذا وين جاي to + +75 +00:05:47,380 --> 00:05:54,890 +start of يساوي كده الان ايش بده احط هنا المفروضأنا + +76 +00:05:54,890 --> 00:05:59,490 +بدي أقول ال start بتاع الأنصر على start تعمل ال + +77 +00:05:59,490 --> 00:06:07,330 +parent الان هلجيت هذا الطبح معلق؟ بنجيب كمرة ال + +78 +00:06:07,330 --> 00:06:10,510 +top مع مين؟ مع ال top نفس الحال يبقى بقول + +79 +00:06:10,510 --> 00:06:18,750 +constraint ال top بتاع الزر underscore to top of و + +80 +00:06:18,750 --> 00:06:23,910 +بحط هنا ال parentطيب عشان نكمل مثالنا و نضع الزر + +81 +00:06:23,910 --> 00:06:29,790 +هنا بطون تاني يعني بدنا نيجي ال start بتاع هذا جاي + +82 +00:06:29,790 --> 00:06:35,250 +بعد ال end بتاع هذا تمام؟ و بدنا من فوق ال top + +83 +00:06:35,250 --> 00:06:37,910 +ييجي على ال top بتاع هذا عشان ييجي على نفس الخط + +84 +00:06:37,910 --> 00:06:42,270 +تمام؟ فالأن بالنسبة لل button هذا لجديد هذا بطون + +85 +00:06:42,270 --> 00:06:45,890 +واحد و هذا بطون اتنين هذا ال button، button اتنين + +86 +00:06:45,890 --> 00:06:47,610 +هنقول انه constraint + +87 +00:06:51,160 --> 00:07:00,440 +الـ start تبعته هذه هتيجي to end of و بتحط ال ID + +88 +00:07:00,440 --> 00:07:08,120 +at ID اللي هي battle 1 و بعدين constraint ال top + +89 +00:07:08,120 --> 00:07:16,400 +تبعه to top of هذه اعتقد انه مش صعب هتجربها لأن ال + +90 +00:07:16,400 --> 00:07:20,400 +battle هذا طبعا انت لما تكتب بس كلمةهيجيب لك بجيه + +91 +00:07:20,400 --> 00:07:22,980 +ال .. يعني مثلا احنا مش هنعمل روبوت ال write اكتب + +92 +00:07:22,980 --> 00:07:29,300 +كلمة write في + +93 +00:07:29,300 --> 00:07:35,380 +عندك هي layout write هي ال constraint شايفين هذه + +94 +00:07:35,380 --> 00:07:40,360 +layout constraint write ايش مكتوب to write of يعني + +95 +00:07:40,360 --> 00:07:44,480 +ال write على ايش؟ على ال write او بدناش write احنا + +96 +00:07:44,480 --> 00:07:49,060 +بدنا start صح؟هي start برضه فى عندى هنا constraint + +97 +00:07:49,060 --> 00:07:58,380 +start to start of تمام؟ وهنا بس بكتب ايش parent و + +98 +00:07:58,380 --> 00:08:04,300 +بعدين بدنا ال top اكتب بس top هى فى عندى + +99 +00:08:04,300 --> 00:08:15,280 +constraint top to top of برضه parent ليه + +100 +00:08:15,280 --> 00:08:16,040 +جابوا هيك؟ + +101 +00:08:20,510 --> 00:08:29,730 +أه لأ اللغة معكوسة طب + +102 +00:08:29,730 --> 00:08:30,510 +هو ليش .. + +103 +00:09:04,940 --> 00:09:08,420 +لأ أنا جاعت خربطها قبل شوية + +104 +00:09:17,970 --> 00:09:21,450 +طيب ماعرفش إيش المشكلة بس هو جلب اللغة فال start + +105 +00:09:21,450 --> 00:09:27,270 +صارت وين صرت هنا طبعا هو اللغة لما تشغل هيشغل على + +106 +00:09:27,270 --> 00:09:32,090 +لغة الجهاز يعني إذا الجوال عربي هيجلب على الجهة + +107 +00:09:32,090 --> 00:09:36,310 +التانية طبعا عشان يجلب هذه الشغلة بدك تستخدم start + +108 +00:09:36,310 --> 00:09:39,950 +و end لو استخدمت left و right مش هيجلب لأنه معروف + +109 +00:09:39,950 --> 00:09:42,630 +ال left left و right right إيش ما تغيرت اللغة بس + +110 +00:09:42,630 --> 00:09:46,870 +ال start و ال end بخلف بناء على اللغة يعني التصميم + +111 +00:09:46,870 --> 00:09:53,220 +اللي احنا عملناهصحيح بس ايش بمشي على العربي طيب + +112 +00:09:53,220 --> 00:10:01,520 +تعالى نجيب جنبه زر هيك هرجل بمخله طيب + +113 +00:10:01,520 --> 00:10:08,380 +هاي button تاني برضه wrap content ونعطيله + +114 +00:10:08,380 --> 00:10:13,980 +ID هاي + +115 +00:10:13,980 --> 00:10:18,370 +button twoلاحظوا يا جماعة لحد الآن ال ID بتاع + +116 +00:10:18,370 --> 00:10:22,770 +باتول واحد ما استخدملهوش طب هذا الزر اين بنجيبه + +117 +00:10:22,770 --> 00:10:30,130 +هال gate؟ بدنا نجيبه بعد نهاية هذا، صح؟ يعني ال + +118 +00:10:30,130 --> 00:10:36,910 +start تبعه ال constant start to end of ال start to + +119 +00:10:36,910 --> 00:10:40,610 +end of الباتول هذا، اعتبرها بالشكل هذا بعد نهاية + +120 +00:10:40,610 --> 00:10:46,160 +هذاto end of اه شوف هال gate to end of بدنا نكتب + +121 +00:10:46,160 --> 00:10:53,060 +at id bottom 1 لاحظ انه لما تعمل إشارة لأنصر بتحطش + +122 +00:10:53,060 --> 00:10:57,040 +ال plus ID هذه تمام الإشارة على طول بتبسط على طول + +123 +00:10:57,040 --> 00:11:01,060 +بتحط at id لأن + +124 +00:11:01,060 --> 00:11:07,320 +بدنا كمان ال top يجعل ال top constraint top to top + +125 +00:11:07,320 --> 00:11:14,110 +of هاي button 1لان تعالى نشوف هى هى جابه ايش هى + +126 +00:11:14,110 --> 00:11:21,150 +جابه جنبه هو + +127 +00:11:21,150 --> 00:11:35,250 +عشان مافيش فيه text طيب + +128 +00:11:35,250 --> 00:11:39,750 +لان بدي اجي على الذر التانى برضه بدي اقوله + +129 +00:11:45,800 --> 00:11:52,240 +ماذا هذا constraint end to end of parent ايش يعني + +130 +00:11:52,240 --> 00:11:57,940 +ربط الآن من الجهتين في ال start تبعته جاي على ال + +131 +00:11:57,940 --> 00:12:01,780 +end على ال pattern و ال end جاي على ال end تاعت ال + +132 +00:12:01,780 --> 00:12:06,440 +parent ليش عشان اربطه من الجهتين هاي طلع ايش ايجي + +133 +00:12:06,440 --> 00:12:09,460 +بالشكل هذا احنا قلنا لعنصر لما نربطه من الجهتين + +134 +00:12:09,460 --> 00:12:11,480 +بيجي في نص المسافة طبعا + +135 +00:12:14,570 --> 00:12:17,190 +دلنا في حد اسمها الـ bias اللي بتحرك الأنصار + +136 +00:12:17,190 --> 00:12:22,890 +مبدئيا ايش بتكون 50% ممكن تغيرها انت تمام هاي لسه + +137 +00:12:22,890 --> 00:12:27,530 +انا شغال في button 2 لو كتبت بس كلمة bias فى عندك + +138 +00:12:27,530 --> 00:12:31,010 +constraint horizontal bias ايش horizontal bias + +139 +00:12:31,010 --> 00:12:37,650 +تمام هذا مثلا قول انت point 3 طبعا بياخد قيمة من + +140 +00:12:37,650 --> 00:12:45,690 +صفر لواحد تمام point 3 يعني 30%طبعا عشان عربي جاب + +141 +00:12:45,690 --> 00:12:52,190 +ال 30% من هنا تمام هيك 30% و هيك 70% حط واحد مثلا + +142 +00:12:52,190 --> 00:13:01,090 +هيلزق في الزر في ال parent هنا تمام هنا ببدأ من + +143 +00:13:01,090 --> 00:13:07,490 +صفر لعند ايش لعند واحد طيب لو حطينا ال و في صفر + +144 +00:13:07,490 --> 00:13:16,920 +ايش هيصير هياخد المساحة كلهاواضحة يا جماعة هذه؟ + +145 +00:13:16,920 --> 00:13:22,260 +أعتقد الموضوع سهل يعني كل الفكرة أن أنت بتحدد + +146 +00:13:22,260 --> 00:13:26,860 +الجهة اللي بيك تربطها وبعدين أنت تربطها تمام؟ نفس + +147 +00:13:26,860 --> 00:13:31,560 +الشغلناها GUI بيقدر نشتغله XML أنا أعطتك إيها ليش + +148 +00:13:31,560 --> 00:13:35,840 +عشان لما تروح تتطلع في ال XML تقدر تفهمه تمام؟ لأن + +149 +00:13:35,840 --> 00:13:39,380 +أحيانا ممكن تحتاج تدخل على ال XML تعدل بالذات لو + +150 +00:13:39,380 --> 00:13:46,190 +التصميم اتعجب معاك شويةطيب بما ان احنا شوفنا خلاص + +151 +00:13:46,190 --> 00:13:49,090 +هيك احنا بنقول خلصنا ال constraint layout واخد + +152 +00:13:49,090 --> 00:13:55,390 +فكرة على كيف انت تتعامل معاها من خلال xml مكرا في + +153 +00:13:55,390 --> 00:14:01,190 +الانتحار تبقى ممكن اطلب منك تكتب ال xml مابتطلبش + +154 +00:14:01,190 --> 00:14:04,790 +التفاصيل كلها تقولي Android نجدتين كذا لأ افتحلي + +155 +00:14:04,790 --> 00:14:07,370 +جوس البتن وقولي constraint start و start of + +156 +00:14:07,370 --> 00:14:12,250 +constraint end و end of فاهم كيف؟هو بيتحدد الـ + +157 +00:14:12,250 --> 00:14:16,210 +Wave4Height زي ما هو .. ممكن اعطيك انا رسم لشاشة و + +158 +00:14:16,210 --> 00:14:19,390 +تعملي زي ما هيش XML باطلبش بالتفاصيل اللي قمناها + +159 +00:14:19,390 --> 00:14:28,060 +بطلب ال .. الحاجات الأساسيةبدي أحسنك فاهم، تمام؟ + +160 +00:14:28,060 --> 00:14:31,160 +يعني مابتديش تحط اللي Android نجطين و لا App + +161 +00:14:31,160 --> 00:14:35,980 +نجطينه وشغالة، لأ، تكون فاهم تركيبها، فاهم كيف + +162 +00:14:35,980 --> 00:14:40,200 +ترتبها، تمام؟ و بديها تعود، قولنا هذه، زي البرمجة، + +163 +00:14:40,200 --> 00:14:44,420 +بديك تتعود عليها طيب يا جماعة، نرجع لموضوع اللغة + +164 +00:14:44,420 --> 00:14:49,900 +شوية و بدي أرجع لل layout اللي عملناها المحاضرة + +165 +00:14:49,900 --> 00:14:54,600 +الماضية اللي + +166 +00:14:54,600 --> 00:15:12,480 +هي هذهالان برضه هو ايش قال باللغة طيب + +167 +00:15:12,480 --> 00:15:17,500 +يا جماعة قصة اللغة بيقولنا انت بتحط ال start + +168 +00:15:17,500 --> 00:15:20,460 +بتستخدم ال start و ال end بدل ال left و ال right + +169 +00:15:20,460 --> 00:15:25,180 +بس في قضية الان مثلا هذه الشاشة حاطين اللغة عربية + +170 +00:15:26,220 --> 00:15:29,120 +إيش اللغة لحظة؟ أه أشوف بس هذه إيش بقى + +171 +00:15:56,590 --> 00:15:59,690 +هذه الشاشة محطوطة لغة عربية كيف عرفت انها محطوطة + +172 +00:15:59,690 --> 00:16:07,790 +لغة عربية ان هذه جاية وين على اليامين و بعدين ال + +173 +00:16:07,790 --> 00:16:11,750 +text وهذه كلمة Singapore جاية برضه وين على اليامين + +174 +00:16:11,750 --> 00:16:16,490 +المفروض لو غيرت لغة الجهاز يجلب لحاله على الجهة + +175 +00:16:16,490 --> 00:16:20,270 +التانية بس في مشكلة صغيرة ان المفروض ماتجلبشصح ولا + +176 +00:16:20,270 --> 00:16:23,610 +يعني النص انجليزي ويبقى انجليزي طبعا فاحنا بدنا + +177 +00:16:23,610 --> 00:16:28,590 +لما نحط انجليزي ييجي نص انجليزي لما نحط عربي تيجي + +178 +00:16:28,590 --> 00:16:33,810 +الوجهة عربي طبعا ناشي يا جماعة هذا بنسوي هالجيت + +179 +00:16:33,810 --> 00:16:38,510 +كيف نعمل هذه الشغلة طيب + +180 +00:16:38,510 --> 00:16:41,390 +طلع معايا هالجيت لو أنا روحت على ال XML + +181 +00:16:47,600 --> 00:16:50,940 +و روحت على ال text view اللى كاتب فيه الكلام مثلا + +182 +00:16:50,940 --> 00:17:02,220 +هى فيه عندى ان ال text view هذا + +183 +00:17:02,220 --> 00:17:05,760 +كاتب فيه سنجافورة تمام هذا ال text view اللى تحت + +184 +00:17:05,760 --> 00:17:15,240 +كاتب فيه مثلا username وهى + +185 +00:17:15,240 --> 00:17:15,700 +password + +186 +00:17:22,000 --> 00:17:28,120 +بما ان عربي ياخد نصوص عربية بما انه انجليزي + +187 +00:17:34,070 --> 00:17:37,250 +هنا أصلا كل المصوص اللي أنا كتبها داخل ال text + +188 +00:17:37,250 --> 00:17:40,210 +أعلمليها بالأصفر، شايفين الأصفر هذا المحتوط على + +189 +00:17:40,210 --> 00:17:43,490 +الجانب؟ هذا الأصفر يعني فيه حاجة مش عاجبها، مص موش + +190 +00:17:43,490 --> 00:17:47,290 +غلط، تحذير، warning، actual warning، بيقوللي هذا + +191 +00:17:47,290 --> 00:17:51,530 +المص اللي أنت كاتبه hard coded، أن أنت كاتبه بإيدك + +192 +00:17:51,530 --> 00:17:55,690 +static، بما أنك كاتبه static معناه مش هيتغير، مش + +193 +00:17:55,690 --> 00:17:59,130 +هيتغير بالمرة، طب ليش هيتغير؟ احنا بدنا يتغير مثلا + +194 +00:17:59,130 --> 00:18:04,090 +بناء على اللغة، ياخد مص تانيطيب لو بدك تغير .. + +195 +00:18:04,090 --> 00:18:07,530 +خلّي النص يتغير بناءً عن اللغة بدك تنتبه هنا في + +196 +00:18:07,530 --> 00:18:12,210 +عندنا مجلد اسمه values حكينا عنه أول ما اتكلمنا عن + +197 +00:18:12,210 --> 00:18:14,830 +ال project structure قولنا فيه مجلد اسمه layout + +198 +00:18:14,830 --> 00:18:18,730 +هذا فيه layouts وفيه drawable اللي بنحط في الصورة + +199 +00:18:18,730 --> 00:18:21,610 +تمام؟ values قولنا فيه حاجات اللي له علاقة + +200 +00:18:21,610 --> 00:18:25,410 +بالبرنامج المتغيرات اللي بيستخدمها المهم ان جوا ال + +201 +00:18:25,410 --> 00:18:31,990 +values في ملف اسمه stringsتمام؟ ملف اسمه strings + +202 +00:18:31,990 --> 00:18:35,690 +ايش الملف strings هذا؟ بقول ان انت ممكن تحط فيه + +203 +00:18:35,690 --> 00:18:40,790 +مجموعة من النصوص زي متغيرات وتشير إلها من خلال ال + +204 +00:18:40,790 --> 00:18:47,870 +XML كيف مثلا تعال هنا لأن ايش فيه ملف string؟ فيه + +205 +00:18:47,870 --> 00:18:52,810 +tag اسمه resources وفيه داخله tag اسمه string لأن + +206 +00:18:52,810 --> 00:18:56,880 +بتضيف tag جديدة اسمها برضه stringطبعا ايش بدنا + +207 +00:18:56,880 --> 00:19:01,220 +نسميها ذلك انك متعرف متغير طبعا بدنا نسميها city + +208 +00:19:01,220 --> 00:19:05,320 +name طبعا + +209 +00:19:05,320 --> 00:19:08,700 +قيمة ال stream بتحطها ما بين ال opening و ال + +210 +00:19:08,700 --> 00:19:14,420 +closing مثلا بدنا نقول Singapore يعني انا هنا عرفت + +211 +00:19:14,420 --> 00:19:20,500 +متغير اسمه city name قيمته Singapore طيب بدنا نعرف + +212 +00:19:20,500 --> 00:19:28,570 +متغير تانياسمه username text ايش ال username text + +213 +00:19:28,570 --> 00:19:34,570 +هذا النص اللي بده يعني عرض داخل ال text view تاع + +214 +00:19:34,570 --> 00:19:41,470 +username ايش بده اكتب هنا username وبده اعمل نص + +215 +00:19:41,470 --> 00:19:48,370 +تاني اسمه password textاللي هو النص اللي بدي مكتب + +216 +00:19:48,370 --> 00:19:52,870 +داخل password بدي اكتب كلمة ايش password هدول + +217 +00:19:52,870 --> 00:19:56,810 +عرفتهم وين مرة تانية في ملف ال strings الموجود في + +218 +00:19:56,810 --> 00:20:02,990 +مجلد values استخدمتهم لأ هرجع على ال activity main + +219 +00:20:02,990 --> 00:20:09,610 +بنيجي لان لعرض النصوص اللي عندي لأن في عندي اسم + +220 +00:20:09,610 --> 00:20:13,190 +المدينة اللي هي Singapore هذه Singapura بديش أخليه + +221 +00:20:13,190 --> 00:20:16,750 +hard coded بديش أكتبه أنا النص بدي أقوله روح حتلة + +222 +00:20:16,750 --> 00:20:20,590 +المتغير الموجود في ملف ال string كيف؟ بكتب at + +223 +00:20:20,590 --> 00:20:26,430 +string إيش أنا قدت string؟ يعني كإنني بقوله روح + +224 +00:20:26,430 --> 00:20:31,710 +دور في ملف ال string لحالي أول ما كتبت at string + +225 +00:20:31,710 --> 00:20:35,830 +جابلي كل حاجة موجودة أنا عرفتها في ملف ال string + +226 +00:20:36,730 --> 00:20:44,430 +الان انا مثلا بدي اخد منهم ايش ال city name يعني + +227 +00:20:44,430 --> 00:20:50,410 +الان اسم ال city انا مش كاتبه كتابة هيروح يجيبه من + +228 +00:20:50,410 --> 00:20:56,210 +وين من ملف ال string نفس الحاجة عند user name بديش + +229 +00:20:56,210 --> 00:21:00,250 +ياخد كلمة user name نفسها هقوله روح خد .. جيب من + +230 +00:21:00,250 --> 00:21:09,100 +ال string وخد ايش user name textو برضه شيل ال + +231 +00:21:09,100 --> 00:21:14,160 +password و قل له add stringوقولوا password text + +232 +00:21:14,160 --> 00:21:16,840 +واحد هلجيتها يسأل طب قول ليش اللف هذي بكوننا + +233 +00:21:16,840 --> 00:21:19,580 +كاتبين ومبسوطين وطالع عندنا ليش هخليه أعرفهم في + +234 +00:21:19,580 --> 00:21:23,160 +متغير و أقوله جيبهم المتغير هذا هلجيتها تبين معانا + +235 +00:21:23,160 --> 00:21:27,060 +أهميتها في اللغة طبعا الآن لما تيجي تعرض هيعرضلك + +236 +00:21:27,060 --> 00:21:31,200 +نفس الشيء هي Singapore و username و password بس + +237 +00:21:31,200 --> 00:21:35,900 +هلجيتها دول من وين جابهم من الملف String طب شوفي + +238 +00:21:35,900 --> 00:21:43,300 +الآن إيش بدي أسوي أنا شايفين مجلة values هذاأول + +239 +00:21:43,300 --> 00:21:47,140 +حاجة عشان أعرض مجلدات التطبيق بدي أغير أندرويد و + +240 +00:21:47,140 --> 00:21:54,120 +أضع هنا project ليش؟ عشان أجلب كل مجلدات التطبيق + +241 +00:21:54,120 --> 00:21:58,480 +هذه مجلة values شايفين مجلة values؟ بدي أجهزه ال + +242 +00:21:58,480 --> 00:22:03,140 +resources و أعمل مجلة جديد folder جديد هي + +243 +00:22:03,140 --> 00:22:08,460 +directory اسمه values-ar + +244 +00:22:09,970 --> 00:22:16,710 +values شرطة ar ar اختصار ايش؟ Arabic يعني هذا مجلة + +245 +00:22:16,710 --> 00:22:21,530 +values مجلة هيكون فيه متغيرات هتستخدم فقط لللغة + +246 +00:22:21,530 --> 00:22:25,430 +العربية طيب + +247 +00:22:25,430 --> 00:22:29,250 +يبقى كام مجلة values عندي؟ عندي values وعندي + +248 +00:22:29,250 --> 00:22:35,250 +values ar ال values ar فاضي مافيش فيه حاجة بدي + +249 +00:22:35,250 --> 00:22:41,120 +أنسخ ملف ال strings الموجود فوقوحطه في values.ar + +250 +00:22:41,120 --> 00:22:47,460 +بنفس الاسم ال string برضه مرة تانية عندي مجلة دي + +251 +00:22:47,460 --> 00:22:50,800 +ال values وفيه values.ar values.ar في ملف ال + +252 +00:22:50,800 --> 00:22:57,820 +string طيب ملف ال string اللي في values.ar نسخته + +253 +00:22:57,820 --> 00:23:01,040 +من نفس ال strings اللي موجود في ال values بس الأن + +254 +00:23:01,040 --> 00:23:04,540 +إيش بدي أغير بدل Singapore بالإنقليزي بدي أقولها + +255 +00:23:08,590 --> 00:23:25,910 +وبدا ال user name طيب + +256 +00:23:25,910 --> 00:23:31,090 +انا ايش اللي سويته يا جماعة فعليا تعالوا + +257 +00:23:31,090 --> 00:23:37,210 +تطلعوا على شكل الشاشة كيف طلعت عنديأيش بتلاحظ سار؟ + +258 +00:23:37,210 --> 00:23:41,850 +النصوص جابها عربي طب ليه جابها عربي؟ الآن هيصير + +259 +00:23:41,850 --> 00:23:48,530 +التالي، الآن هو بروح بقرأ من ملف ال string إذا + +260 +00:23:48,530 --> 00:23:53,010 +كانت لغة الجهاز عربية، بروحش بدور على مجلة ال + +261 +00:23:53,010 --> 00:23:57,410 +values بروح بدور على مجلة values ar إذا لجى values + +262 +00:23:57,410 --> 00:23:59,370 +ar بروح بياخد المتغيرات منه + +263 +00:24:02,460 --> 00:24:05,720 +الان انا ممكن فى التطبيق اللى عندي احط values + +264 +00:24:05,720 --> 00:24:18,260 +values AR values FR FR اختصار لإيش French طبعا + +265 +00:24:18,260 --> 00:24:21,460 +الان + +266 +00:24:21,460 --> 00:24:29,770 +كل واحد من هدولة فيه ملف String String.xmlوجوه ملف + +267 +00:24:29,770 --> 00:24:37,990 +الـ String فيه متغير وليكن مثلا اسمه value field + +268 +00:24:37,990 --> 00:24:42,370 +value field value ال field value هذه في الملف الـ + +269 +00:24:42,370 --> 00:24:45,470 +String الأول بحطها مثلا بالانجليزي في التاني بحطها + +270 +00:24:45,470 --> 00:24:48,970 +بالعربي في التالت بحطها بالفرنسي الآن هو + +271 +00:24:48,970 --> 00:24:51,650 +automatically أول ما تشغل التطبيق تبعك إذا كانت + +272 +00:24:51,650 --> 00:24:56,230 +لحاله إذا كانت لغة الجهازعربي على طول بروح بدور + +273 +00:24:56,230 --> 00:25:01,390 +على values ar طب مالجهش values ar هياخد ال values + +274 +00:25:01,390 --> 00:25:06,090 +يعني انت لو مش حاطط values ar دايما هياخد القيمة + +275 +00:25:06,090 --> 00:25:09,810 +الموجودة values لكن اذا لجه values ar بدور بروح + +276 +00:25:09,810 --> 00:25:13,870 +بدور على قيمة المتغير من ال string الجوهر لجهها + +277 +00:25:13,870 --> 00:25:20,780 +بقعدها حوالدها فرنساهيروح يدور على مجلة ال values + +278 +00:25:20,780 --> 00:25:27,060 +فر وهيجيب قيمة ال string منه الآن انا حطيت لغة + +279 +00:25:27,060 --> 00:25:33,780 +الجهاز عربي بدو ييجي يعرض مثلا المتغير اللي اسمه + +280 +00:25:33,780 --> 00:25:38,180 +city name بما ان لغة الجهاز عربي هيروح يدور على ال + +281 +00:25:38,180 --> 00:25:41,580 +values ar وهيروح على ال strings ويشوف city name فى + +282 +00:25:41,580 --> 00:25:44,900 +city name فى هى مكتوب السنجافورة بياخدها بيعرضها + +283 +00:25:46,410 --> 00:25:50,910 +ففائدة الإشارة للـ String مش كتابتها hard coded + +284 +00:25:50,910 --> 00:25:54,630 +مباشرة إنه بناءً على لغة الجهاز بيروح بياخد القيمة + +285 +00:25:54,630 --> 00:26:00,750 +من الملف المناسب واضحة هذا الفكرة يا جماعة ولا لسه + +286 +00:26:00,750 --> 00:26:02,290 +مش واضحة؟ + +287 +00:26:04,830 --> 00:26:08,250 +يعني عشان هيك يفضل ان انا لو عندى تطبيق بيدخله + +288 +00:26:08,250 --> 00:26:12,810 +يهارد بلغتين مثلا عربي وانجليزي ايش لازمك تعمل؟ + +289 +00:26:12,810 --> 00:26:17,030 +بلزمك تعمل مجلة دين مجلة values ومجلة values AR + +290 +00:26:17,030 --> 00:26:21,470 +وبلزمك تشوف المصوص اللى هتلعبط فى الوجهة كلها و + +291 +00:26:21,470 --> 00:26:25,910 +تعرفلها متغيراتفي ملف الـ String انت عرف ملف الـ + +292 +00:26:25,910 --> 00:26:28,610 +String واحد حط فيه كل المتغيرات زي ما انا عملت و + +293 +00:26:28,610 --> 00:26:32,630 +اكتبها بالانجليزي و بعدين انسخ نفس الملف و حطه في + +294 +00:26:32,630 --> 00:26:36,110 +values ar و غير القيم شيل القيم الانجليزية و حط + +295 +00:26:36,110 --> 00:26:42,890 +قيم العربي تمام + +296 +00:26:42,890 --> 00:26:49,730 +هيروح على ال valuesيعني لغته روسي مثلا إذا في + +297 +00:26:49,730 --> 00:26:55,630 +values شرطة are you اظنه زي هي بروح بياخد منها فشي + +298 +00:26:55,630 --> 00:27:02,350 +بروح ال values ال default هو ال values تمام؟ واضحة + +299 +00:27:02,350 --> 00:27:06,290 +تهدأ يا جماعة و جرب انا تطبيق في البيت واجهة وحط + +300 +00:27:06,290 --> 00:27:09,490 +انت ملف ال string وغير القيم الموجودة + +301 +00:27:12,640 --> 00:27:20,000 +حتى مثال تاني طلع معايا هنا ال code مش انا فيه + +302 +00:27:20,000 --> 00:27:25,540 +عندى text view معروف داخل ال school هذه school + +303 +00:27:25,540 --> 00:27:30,140 +view فى عندى text اللى هو ال word هذا شايفينه لان + +304 +00:27:30,140 --> 00:27:35,020 +ال word هذه كلها النص نفسه دى مرة يعرضلى بالعربي و + +305 +00:27:35,020 --> 00:27:39,480 +مرة بالإنجليزي لان حاليا طلع معايا إيش النص معروف؟ + +306 +00:27:40,230 --> 00:27:42,570 +هذا الـ word و احنا بيقولي طب ما أنا عربي حاطه + +307 +00:27:42,570 --> 00:27:47,410 +لإنك كاتبه كتابة تمام كاتبه كتابة اللي هم بيضاروه + +308 +00:27:47,410 --> 00:27:51,910 +على ال activity بتاعته هاي ال text و خد النص + +309 +00:27:51,910 --> 00:27:57,290 +الموجود تمام هاي ال text صار فاضي و بيضاروه على + +310 +00:27:57,290 --> 00:28:05,950 +اول حاجة على ال values هاي ال string و بنقول هاي + +311 +00:28:05,950 --> 00:28:12,110 +كمانمتغير جديد اسمه main text اللي هو النص الأساسي + +312 +00:28:12,110 --> 00:28:17,030 +اللي موجود في ال .. اه وحط ايش؟ حط النص تبعك حطته + +313 +00:28:17,030 --> 00:28:20,030 +اللي هو ايش؟ hello world hello world hello world + +314 +00:28:20,030 --> 00:28:25,490 +للاخر الان بدي اروح انسخ لبلاش ننسخه لانه طويل + +315 +00:28:25,490 --> 00:28:29,430 +شوية روح على ال stream.xml اللي موجود في values + +316 +00:28:29,430 --> 00:28:34,370 +Arabic سميه + +317 +00:28:34,370 --> 00:28:37,110 +نفس الاسم main text + +318 +00:28:38,940 --> 00:28:47,560 +ماذا نكتب؟ أهلا بالعالم كيف + +319 +00:28:47,560 --> 00:28:57,420 +ستظهر الـ Slash In؟ تمام، + +320 +00:28:57,420 --> 00:29:01,580 +خلصنا؟ لأ، هناك خطوة بعيدة، ما هي؟ في الـ Main + +321 +00:29:01,580 --> 00:29:07,300 +Activity، نقول لروحك لـ Main String واختار + +322 +00:29:08,130 --> 00:29:11,730 +الـ Main Text فجأت و الله انجليزي بياخدوا من ال + +323 +00:29:11,730 --> 00:29:14,370 +string اللي في ال values لو كان عربي هياخده من ال + +324 +00:29:14,370 --> 00:29:20,810 +string اللي موجودة في values AR لأن + +325 +00:29:20,810 --> 00:29:25,490 +هي على طول جلب عربي تمام؟ و لو لغة الجهاز انجليزي + +326 +00:29:25,490 --> 00:29:30,270 +هيروح يجيبها من ملف الانجليزي مضحك هاد يا جماعة؟ + +327 +00:29:30,270 --> 00:29:36,010 +طيب حاجة تانية في برضه في مجلة ال values colors + +328 +00:29:36,010 --> 00:29:37,970 +شايفينها؟ + +329 +00:29:39,030 --> 00:29:44,850 +أيش بتتوقع ال colors هذا؟ للألوان يعني نفس فكرة ال + +330 +00:29:44,850 --> 00:29:51,530 +string لو أنا روحت على ال activity و عندي مثلا لون + +331 +00:29:51,530 --> 00:29:56,730 +الخلفية كيف نغير لون الخلفية من ال XML؟ بنروح لل + +332 +00:29:56,730 --> 00:29:57,090 +layout + +333 +00:30:02,450 --> 00:30:06,250 +في ال layout نفسها بيقولوا background و بنحط اللون + +334 +00:30:06,250 --> 00:30:12,970 +هاي مثلا ff0000 حطينا لون hard coded ممكن تحط صورة + +335 +00:30:12,970 --> 00:30:16,750 +برضه add drawable background تقولوا add drawable و + +336 +00:30:16,750 --> 00:30:20,990 +بتختار صورة انت حضرتها في drawable تمام لإن احنا + +337 +00:30:20,990 --> 00:30:26,710 +خلينا في الألوان ff0000 و كل حاجة بتحطلها انت ال + +338 +00:30:26,710 --> 00:30:27,830 +text color برضه + +339 +00:30:32,070 --> 00:30:41,810 +هي عندنا text view بدنا نقوله text color هذا + +340 +00:30:41,810 --> 00:30:48,430 +لونه أخضر لأن حط الخلفية و المفروض النص هذا هيعرضه + +341 +00:30:48,430 --> 00:30:55,610 +بالأخضر الآن في مشكلة صغيرة انه انت رايحة ال text + +342 +00:30:55,610 --> 00:31:02,930 +view كلهم هتطلهم لون أخضر قررت تتغيرقررت اتغير، + +343 +00:31:02,930 --> 00:31:06,990 +بدك تضطر تمر عليهم كلهم و تغير القيمة هذه، يعني + +344 +00:31:06,990 --> 00:31:11,350 +مثلا انا هنا حاطة text-color green، تمام؟ لحظة، و + +345 +00:31:11,350 --> 00:31:15,410 +تعالي أنا جايب أغير لون ال text-view، تمام؟ تعالي + +346 +00:31:15,410 --> 00:31:21,530 +على ال text-view التاني، برضه بديه أخضرالأهلى + +347 +00:31:21,530 --> 00:31:24,130 +الفكرة أنك عندما تغير اللون الأخضر تقول أنك تريد + +348 +00:31:24,130 --> 00:31:28,910 +أزراج تضطر تمر عليهم كلهم وتغير الرقم هذا عشان هي + +349 +00:31:28,910 --> 00:31:35,210 +نفس الحاجة ممكن أعرف أنا متغير في مجلة ال colors و + +350 +00:31:35,210 --> 00:31:39,350 +أتعطيه قيمة وتصير تستدعي بالاسم إيش الميزة؟ لما + +351 +00:31:39,350 --> 00:31:43,330 +تغير هو أغير في الملف زي كأنه متغير global موجود + +352 +00:31:43,330 --> 00:31:48,110 +فوق و يستخدم في كل مكان تعالي نجربها هذه نذهب هنا + +353 +00:31:48,110 --> 00:31:49,950 +لمجلة ال colors الموجودة في ال values + +354 +00:31:53,610 --> 00:31:57,370 +هو حاطط بعض الألوان مالناهش فيهم هكذا بنعمل نام + +355 +00:31:57,370 --> 00:32:08,670 +جديد نكتب كلمة color إيش نسميه؟ بده أقوله heading + +356 +00:32:08,670 --> 00:32:16,530 +text color heading + +357 +00:32:16,530 --> 00:32:19,750 +text color يعني ألوان ال headings اللي هو زي ال + +358 +00:32:19,750 --> 00:32:23,260 +user name و ال password و غيرهالان بين ال opening + +359 +00:32:23,260 --> 00:32:27,980 +و ال closing بتاعي بدي أحط القيمة بدي أقوله 00FF00 + +360 +00:32:27,980 --> 00:32:33,140 +تمام و أقوله إيش هذا أخطر الان من ال main activity + +361 +00:32:33,140 --> 00:32:38,240 +على طول بتجي تقوله text color بدل ما أكتب ال hard + +362 +00:32:38,240 --> 00:32:47,540 +code زيه بكتب at لحظة شوية at مراحت طيب هيا at + +363 +00:32:47,540 --> 00:32:53,660 +الان بكتب colorزي ما كنت أكتب add string زي ما كنت + +364 +00:32:53,660 --> 00:32:57,160 +أروح لملف ال string هلجيت add color heading text + +365 +00:32:57,160 --> 00:33:03,020 +color وهنا برضه add color + +366 +00:33:03,020 --> 00:33:06,880 +heading + +367 +00:33:06,880 --> 00:33:15,220 +text color الميزة هلجيت هرجعت طبعا هي عرضني هدف + +368 +00:33:15,220 --> 00:33:20,480 +الأخضر تمام وهي كمان ال text view اللي تحته + +369 +00:33:30,320 --> 00:33:34,940 +طيب هال gate عربنا هي الكل بالأخضر قررت أغير أه + +370 +00:33:34,940 --> 00:33:38,600 +بدي اعنون أزرق مثلا ماعليك إلا تروح ال colors و + +371 +00:33:38,600 --> 00:33:43,340 +تقولنا هنا تمام + +372 +00:33:43,340 --> 00:33:48,460 +هيك صار أزرق خلاص تمام + +373 +00:33:48,460 --> 00:33:53,940 +أسهل او مش أسهل هذه طيب يبقى الأن اتعرفنا على ال + +374 +00:33:53,940 --> 00:33:59,440 +colors و ال strings لأدر الستار خليه لبعدين + +375 +00:34:11,980 --> 00:34:19,100 +طيب يا جماعة في هومورك بنواطق يام تمام؟ + +376 +00:34:19,100 --> 00:34:24,380 +بدكوا تصممولنا شاشة زي هذه هي نفس هذه تمام؟ عادي + +377 +00:34:24,380 --> 00:34:31,480 +شاشة بسيطة إيش فيها؟ أه؟ تسليم + +378 +00:34:31,480 --> 00:34:36,900 +إيش اليوم؟ السبت؟ يوم الأربعفي حاجات لسه ماتتكش + +379 +00:34:36,900 --> 00:34:41,360 +فيها يعني مثلا كيف تخل ال edit text بالشكل هذا + +380 +00:34:41,360 --> 00:34:42,160 +تحطله إطار + +381 +00:34:45,170 --> 00:34:48,290 +ماشي .. انت حاول تتعلمها .. انا هديك .. هاتكي + +382 +00:34:48,290 --> 00:34:51,570 +اياها بعد ما خلص تصليم الواجب .. هعملها .. هصممه + +383 +00:34:51,570 --> 00:34:56,250 +.. بدي كمان الزر هذا مثلا .. اه .. الزر كمان .. + +384 +00:34:56,250 --> 00:35:02,070 +لما اقعد اضغط عليه .. يتغير منه .. تمام .. اه .. + +385 +00:35:02,070 --> 00:35:06,770 +ابحث عنها .. ابحث عنها .. اه .. مش mouse .. احنا + +386 +00:35:06,770 --> 00:35:10,290 +متعانش بال mouse في هذا .. بالصبع .. اه .. لما نحط + +387 +00:35:10,290 --> 00:35:17,140 +وصبع عليه .. يتغير منه ..ماشي ..أعملها دور عليها + +388 +00:35:17,140 --> 00:35:22,180 +.. دور عليها كيف؟ + +389 +00:35:22,180 --> 00:35:25,640 +اه دور .. اه دور .. في icon زيك مش هذا يا شباب + +390 +00:35:25,640 --> 00:35:33,500 +اتبعوا معايا كيف؟ يا عم هذه الصورة و هذه الصورة + +391 +00:35:33,500 --> 00:35:37,260 +تمام اعتبرها صورة .. هذه الصورة و هذه الصورة و هذا + +392 +00:35:37,260 --> 00:35:42,590 +نص تمام؟فيش actions لسه بس بدي تصميم زي هذا بالظبط + +393 +00:35:42,590 --> 00:35:47,610 +بدي أسخن منه تمام اه هذا الصورة و هذا الصورة هذا + +394 +00:35:47,610 --> 00:35:54,870 +الصورة تمام بدناش استخدم constraint استخدم + +395 +00:35:54,870 --> 00:35:57,230 +constraint layout هحط هذا على ال mood ال homework + +396 +00:35:57,230 --> 00:36:00,130 +ماشي يا جماعة لسه مخلصناش بنكمل + +397 +00:36:08,900 --> 00:36:13,940 +طب يا جماعة هل جيت؟ احنا لحد تلان كنا نشتغل على ال + +398 +00:36:13,940 --> 00:36:17,460 +layouts اتعرفنا على ال layouts اتعرفنا على بعض + +399 +00:36:17,460 --> 00:36:22,080 +العناصر لكن لحد تلان ال layouts بتاعتنا ميتهليش + +400 +00:36:22,080 --> 00:36:27,420 +تصميم بدون action هجدنا يبدأ نتكلم كيف نعمل action + +401 +00:36:27,420 --> 00:36:30,460 +عليه و هندخل فيه في ال coding خلص ال layout + +402 +00:36:30,460 --> 00:36:35,680 +التصميم خلصناه من النقطة هذه لآخر الفصل مش هنشوف + +403 +00:36:35,680 --> 00:36:42,900 +التصميم كتير هنشغل coding طيب + +404 +00:36:42,900 --> 00:36:46,960 +حكينا احنا يا جماعة ان كل activity اللي هي واجهة + +405 +00:36:46,960 --> 00:36:53,310 +مكون الملفين ملف Javaوملف XML ملف ال XML خلصناه + +406 +00:36:53,310 --> 00:36:59,150 +ملف ال Java قولنا هتلاقيه في مجلد ال Java لو رجعنا + +407 +00:36:59,150 --> 00:37:04,170 +تطبيق هنا Android هتلاقي فيه عندك Java + +408 +00:37:04,170 --> 00:37:08,330 +MainActivity تمام؟ هذا ال class ساعة ال + +409 +00:37:08,330 --> 00:37:11,290 +MainActivity طيب فتحنا ال MainActivity تعالوا + +410 +00:37:11,290 --> 00:37:17,930 +نشوفها نفهمها شوية و أضع الخطوة للكبر أكتر طيب + +411 +00:37:19,750 --> 00:37:22,930 +تعالوا نقرأ ال class هاي class اسمها MainActivity + +412 +00:37:22,930 --> 00:37:26,850 +احنا بنعرف انه ال class في ال Java اسمها لازم يكون + +413 +00:37:26,850 --> 00:37:32,470 +نفس اسم الملف صح ولا لا Extend AppCompatActivity + +414 +00:37:32,470 --> 00:37:35,490 +يعني هو لحاله عاملها Extend ل AppCompatActivity + +415 +00:37:35,490 --> 00:37:39,550 +طبعا ماذا هي ان احنا .. اذا متذكرين مثلا في ال + +416 +00:37:39,550 --> 00:37:41,990 +Java لما كنا نعمل ال frame كنا بروح نعمل Extend + +417 +00:37:41,990 --> 00:37:45,870 +JFrame عشان يرف بعض ال methods اللي موجودة في ال + +418 +00:37:45,870 --> 00:37:50,400 +appطيب او ال .. ال .. ال .. داخل ال class فى + +419 +00:37:50,400 --> 00:37:55,480 +method واحد اسمها onCreate تمام؟ هى الموجودة و + +420 +00:37:55,480 --> 00:37:59,140 +مكتوب هنا ايش؟ override ايش بتفهم الكلمة override؟ + +421 +00:37:59,140 --> 00:38:03,480 +انه هاد ال method موجودة وين في ال parent class + +422 +00:38:03,480 --> 00:38:07,020 +اللى هى AppCompatActivity و هو عملها override احنا + +423 +00:38:07,020 --> 00:38:11,100 +بنعرف ان override ايش معناها احنا بنعمل override + +424 +00:38:11,100 --> 00:38:15,220 +فى ال subclass ثم بنغيرعلى ال code ال method + +425 +00:38:15,220 --> 00:38:20,160 +الموجودة في ال parent class او نضيف عليه فلاحظ ان + +426 +00:38:20,160 --> 00:38:24,160 +في ال oncreate هذه سيبك من الموجود هنا اول سطر ايش + +427 +00:38:24,160 --> 00:38:28,860 +فيها super.oncreate ايش يعني السدع ال oncreate + +428 +00:38:28,860 --> 00:38:32,810 +الموجودة في ال parentمتذكرين لما عملنا Calc Salary + +429 +00:38:32,810 --> 00:38:36,970 +وعملنا لها override في ال subclass قلنا بدنا Calc + +430 +00:38:36,970 --> 00:38:41,690 +Salary تحسب نفس حسبة ال salary بس تضيف عليه إضافات + +431 +00:38:41,690 --> 00:38:44,410 +ففي نفس ال Calc Salary بتاعة ال subclass اللي دينا + +432 +00:38:44,410 --> 00:38:48,730 +super dot Calc Salary و بعدين كملنا عليها يعني أنا + +433 +00:38:48,730 --> 00:38:51,690 +هنا في ال on create بدأ السبع ال on creator موجودة + +434 +00:38:51,690 --> 00:38:54,630 +في ال parent بدي اعمل حد ايش بتعمل هذا ال on + +435 +00:38:54,630 --> 00:38:57,450 +creator في ال parent هي اللي بترسم الشاشة و بتحط + +436 +00:38:57,450 --> 00:39:03,910 +ال action bar و بتحط تمام؟يبقى هذا الصطر بالفعل + +437 +00:39:03,910 --> 00:39:12,560 +شاشينه لو شلتههتخرب يا هيخة من البرنامج هذا + +438 +00:39:12,560 --> 00:39:15,520 +super.oncreate لازم يستدعى ال parent بس هو ليش + +439 +00:39:15,520 --> 00:39:18,880 +عامل override عشان انا بعد هيك بدي اكمل اكتب ال + +440 +00:39:18,880 --> 00:39:23,720 +code تبعي طيب هذا .. لحظة ال super.oncreate بينادر + +441 +00:39:23,720 --> 00:39:26,860 +oncreate بتاعة ال parent ايش بتعمل ملناش هي بتقرض + +442 +00:39:26,860 --> 00:39:31,270 +ال activity بتقرض ال activity فاضية تمام؟set + +443 +00:39:31,270 --> 00:39:35,370 +content view هذا method مهم جدا جدا تمام set + +444 +00:39:35,370 --> 00:39:37,730 +content view برضه هو كتبها لحاله أنا هذا مش انا + +445 +00:39:37,730 --> 00:39:44,030 +كتبتها فايدة ال set content view انها تروح تقرأ ال + +446 +00:39:44,030 --> 00:39:51,330 +XML تمام و تحول ل java objectsيعني الـ Button اللي + +447 +00:39:51,330 --> 00:39:54,910 +كان مكتوب XML بدي يتحول ل object من نوع Button في + +448 +00:39:54,910 --> 00:39:57,850 +class في ال Android اسمها Button بنشأ منها object + +449 +00:39:57,850 --> 00:40:01,230 +Button و بنشأ object اسمه TextView و object اسمه + +450 +00:40:01,230 --> 00:40:05,470 +EditText و بضيفهم على الشاشة هذه الخطوة هي مهمة + +451 +00:40:05,470 --> 00:40:09,770 +جدا بيحول الـ XML كل اللي رسمناه لحاجات معوضة على + +452 +00:40:09,770 --> 00:40:15,360 +الشاشةبحويلها لـ Java objects فعليا فائدة الـ XML + +453 +00:40:15,360 --> 00:40:19,260 +أنه ريحني من إنشاء Java objects أيام ال swing كنا + +454 +00:40:19,260 --> 00:40:24,430 +نروح و نقوله J بطن يساوي U J بطنالـ New Text Field + +455 +00:40:24,430 --> 00:40:29,270 +صح ولا؟ لأن هو في ألوم بيعملها هذه الحاجات بيعمل + +456 +00:40:29,270 --> 00:40:33,510 +نفس الشيء بس مش يعني لحاله بيعملها من عن طريق الـ + +457 +00:40:33,510 --> 00:40:36,750 +XML بيشوف الـ XML و بيروح بيعمل الـ New Button الـ + +458 +00:40:36,750 --> 00:40:40,190 +New Text View الـ New Edit Text بيعملهم كلهم لحاله + +459 +00:40:40,190 --> 00:40:42,790 +مياه بيعمل الخطوات هذه كلها بينشي العلاصر بيعرضها + +460 +00:40:42,790 --> 00:40:46,280 +على الشاشة اللي هي Set Content Viewهذه السطرين + +461 +00:40:46,280 --> 00:40:51,960 +موجودين وانا بلعبش فيهم بالمرة وانا بتحكم الان انا + +462 +00:40:51,960 --> 00:40:55,640 +بعد هذين السطرين بدي ابدأ اكتب ال code تبعي اللي + +463 +00:40:55,640 --> 00:40:58,360 +هو ايش المفروض يعمل المثل يروح يجيب ال button + +464 +00:40:58,360 --> 00:41:01,240 +الموجود على الشاشة ويقول اذا ضغط على ال button + +465 +00:41:01,240 --> 00:41:07,820 +ساولي كده كدهالان ال actions بنسميها تمام ال + +466 +00:41:07,820 --> 00:41:12,040 +method onCreate هي أول method بتتنفذ لما شغل + +467 +00:41:12,040 --> 00:41:15,200 +التطبيق أول ماتشغل زي ال constructor مش في + +468 +00:41:15,200 --> 00:41:19,100 +constructor بتنفذ لأن هنا لما شغل ال activity أول + +469 +00:41:19,100 --> 00:41:23,620 +حاجة بنفذها onCreate فأي code انت بدك تعمله في ال + +470 +00:41:23,620 --> 00:41:26,840 +activity actions عرض كذا بتروح بتحطه في ال + +471 +00:41:26,840 --> 00:41:31,740 +onCreate بعد السطرين هدول هدول هتلعبش فيهمتمام؟ + +472 +00:41:31,740 --> 00:41:36,120 +هذا بيستبعي code موجود في ال parent إيش فيه مالاش + +473 +00:41:36,120 --> 00:41:41,420 +وهذا هو المسئول عن تحويل ال XML ل Java objects + +474 +00:41:41,420 --> 00:41:45,460 +إحنا code ما بده ينكتب من هنا، هنا بيبدأ الشغل إيش + +475 +00:41:45,460 --> 00:41:48,360 +هو الشغل يعني؟ بدنا نجيب ال .. ال .. ال battle + +476 +00:41:48,360 --> 00:41:54,540 +method و نعمل عليهم action طيب طالع معاه هنا نشرح + +477 +00:41:54,540 --> 00:41:56,200 +بس النقطة هذه و أنها فيها المحاضرة + +478 +00:42:00,800 --> 00:42:10,920 +لأن إحنا عنا class Java class وعنا layout زمان + +479 +00:42:10,920 --> 00:42:16,320 +في ال Java في ال swing لما كنا نتحكم في battle كنا + +480 +00:42:16,320 --> 00:42:24,000 +نقول جيه battleب مثلا يسوى نيو جي بتن وبعدين كيف + +481 +00:42:24,000 --> 00:42:26,480 +كنا نتحكم في ال بتن و نعمل on a action كنا نمسك ال + +482 +00:42:26,480 --> 00:42:31,780 +بي هذا و نعمل dot و نستخدم ال methods كلها لأن + +483 +00:42:31,780 --> 00:42:36,160 +المشكلة هي في الاندرويد هذا مش موجود حاليا لإن مش + +484 +00:42:36,160 --> 00:42:38,420 +أنا اللي عملت ال نيو مين اللي عمل ال نيو هو + +485 +00:42:38,420 --> 00:42:42,160 +الاندرويد لحاله ال content view هذه هي أنشأت كل + +486 +00:42:42,160 --> 00:42:46,570 +حاجة و عرضتها في الشاشةيبقى جاني انا بدي ارجع عشان + +487 +00:42:46,570 --> 00:42:49,630 +اتحكم بالعناصر من خلال ال code بدي اجيب ال objects + +488 +00:42:49,630 --> 00:42:53,630 +اللي انشأتهم من ال set content view بدي اجيبهم + +489 +00:42:53,630 --> 00:43:00,150 +وهذه الصعوبة ان العناصر معرفة في ال layout بدي + +490 +00:43:00,150 --> 00:43:04,290 +اضطر انا من ال code اجيب الأنصر اللي بديه عشان + +491 +00:43:04,290 --> 00:43:08,710 +اتحكم فيه طب كيف بدي اجيبه؟ طلع معايا الان كل أنصر + +492 +00:43:08,710 --> 00:43:11,370 +موجود في الشاشة انا بدي اتحكم فيه من خلال ال code + +493 +00:43:11,370 --> 00:43:12,410 +لازم تعطيه ID + +494 +00:43:15,740 --> 00:43:22,420 +لازم تعطيله ID عن طريق ال ID هذا هتجيبه من ال + +495 +00:43:22,420 --> 00:43:27,560 +class طيب automatically أول ما العناصر هذه تتحول + +496 +00:43:27,560 --> 00:43:31,380 +من XML ل Java objects بروح على class خاصة في ال + +497 +00:43:31,380 --> 00:43:37,300 +Java اسمها ال R class في class خاصة اسمها ال R + +498 +00:43:37,300 --> 00:43:45,670 +class ليش بيسمونها R؟ ماعرفش تمام ال R class هذهكل + +499 +00:43:45,670 --> 00:43:50,310 +عنصر انشأته بيروح بعرفها بحط ال ID تباعها داخل ال + +500 +00:43:50,310 --> 00:43:54,390 +R لازم + +501 +00:43:54,390 --> 00:43:58,430 +تعمل ID في ال layout تمام؟ لما ينشئ العنصر بيعرف + +502 +00:43:58,430 --> 00:44:03,950 +ال ID داخل ال R class الان هنا طبعا بما ان هذه + +503 +00:44:03,950 --> 00:44:08,950 +Java وهذا ال class Java بتقدر من هنا تقوله R.ID و + +504 +00:44:08,950 --> 00:44:11,470 +بتحط اسم ال battery اللي انت حطيته او اي عنصر + +505 +00:44:11,470 --> 00:44:17,060 +كتبته كيف مثلا طلع معايا هناالان مش انا اشتغل في + +506 +00:44:17,060 --> 00:44:19,840 +ال main activity هاي ال main activity خلاص نشوف + +507 +00:44:19,840 --> 00:44:22,840 +هدو و انهي مش انا في هاي ال battle عندى هنا تحت + +508 +00:44:22,840 --> 00:44:27,120 +فيه battle موجود هاي المنزل عليه تحت و هاي ال + +509 +00:44:27,120 --> 00:44:30,540 +battle هاى + +510 +00:44:30,540 --> 00:44:34,640 +هاى ال battle واحد الان هدا اين هو ID؟ اين هو ID؟ + +511 +00:44:34,640 --> 00:44:38,800 +هاى و at ID اسم .. ايش اسم ال ID تبعه؟ اه battle + +512 +00:44:38,800 --> 00:44:44,180 +روحنا على ال main activityطبعا لحظة لأن عشان اوصل + +513 +00:44:44,180 --> 00:44:49,400 +ال ID بتاع ال button بندقله R.ID لحاله اول مكتوب + +514 +00:44:49,400 --> 00:44:54,640 +ID كل العناصر اللي معرفيلها IDs جاب ليهم هاي مثلا + +515 +00:44:54,640 --> 00:45:00,240 +من ضمنهم ايش ال button لسه ماوصلتش انا ال answer + +516 +00:45:00,240 --> 00:45:05,400 +لأن هذا ال ID تبعه بندقله عالجة أنفذ method اسمها + +517 +00:45:05,400 --> 00:45:07,900 +find a view + +518 +00:45:10,580 --> 00:45:15,380 +by id هذه method موجودة في ال class main activity + +519 +00:45:15,380 --> 00:45:21,980 +اسمها find view by id ايش يعني ايه؟ يعني ابحثلي عن + +520 +00:45:21,980 --> 00:45:26,660 +العنصر باستخدام ال id تبعه ابتعطيله ال id ما بين + +521 +00:45:26,660 --> 00:45:36,160 +القصين وبرجحلك object منها view ماشي مش مفهومة طيب + +522 +00:45:36,160 --> 00:45:41,550 +find view by id هذه method معرفة هنالأ طب كيف + +523 +00:45:41,550 --> 00:45:46,290 +اتعرف؟ طلعنا خطأ ايرون؟ لأ هذا method موجودة بتكون + +524 +00:45:46,290 --> 00:45:50,310 +وين موجودة؟ في ال .. في ال .. في ال superclass + +525 +00:45:50,310 --> 00:45:53,370 +تمام؟ احنا بنعرف ان لو في method معرف في ال + +526 +00:45:53,370 --> 00:45:58,110 +superclass بقدر استخدمها في ال subclass و هاي + +527 +00:45:58,110 --> 00:46:00,450 +الفايدة من extend ان هو معرف حاجات انا بستخدمها + +528 +00:46:00,450 --> 00:46:04,610 +جاهزة find view by ID ايش بالزمال find view by ID؟ + +529 +00:46:04,610 --> 00:46:08,850 +تعطيه ال ID تاع الأنصار عشان يجيبلكيهاطبعا؟ طيب + +530 +00:46:08,850 --> 00:46:13,710 +يعني برجعلك Java object ال object اللي جابلي وين + +531 +00:46:13,710 --> 00:46:19,790 +خزنته؟ في متغير اسمه V من نوع .. من نوع view طب + +532 +00:46:19,790 --> 00:46:24,830 +إيش ده view؟ يعني مامرش علينا الآن ال button ال + +533 +00:46:24,830 --> 00:46:28,490 +text view ال edit text ال image view ال list view + +534 +00:46:28,490 --> 00:46:35,090 +كل العلاصر هدولة عاملين extend ل class كبيرة ال + +535 +00:46:35,090 --> 00:46:39,590 +own بتاعتهم كلهم اسمها viewيعني مين ال view هذا ال + +536 +00:46:39,590 --> 00:46:43,670 +parent class لكل عناصر الشاشة زي بالظبط في ال + +537 +00:46:43,670 --> 00:46:48,530 +swing ال parent تبعهم كلهم اسمه j component تمام + +538 +00:46:48,530 --> 00:46:51,370 +ال j component هو أبو ال j button و ال j x field + +539 +00:46:51,370 --> 00:46:57,770 +تمام هذا أبوهم كلهم مين؟ اه ال view الآن هو جابلك + +540 +00:46:57,770 --> 00:47:05,190 +عنصر بحث عنه بس جابهم من ما؟ جاه منها viewالآن بدي + +541 +00:47:05,190 --> 00:47:08,870 +أحاول أرجع لـ pattern ليش؟ عشان أقدر أتعامل مع ال + +542 +00:47:08,870 --> 00:47:11,690 +methods الخاصة بال pattern احنا قلنا لو أتعاملنا + +543 +00:47:11,690 --> 00:47:15,210 +مع العنصر بدلالة ال parent مش هنشوف ال methods + +544 +00:47:15,210 --> 00:47:18,190 +الموجودة في ال subclass هذا حاجة أتعلمناها في ال + +545 +00:47:18,190 --> 00:47:22,190 +object oriented فمسيكتنا ال view هذا عملنا متغير + +546 +00:47:22,190 --> 00:47:28,470 +اسمه pattern B يساوي + +547 +00:47:28,470 --> 00:47:33,170 +ايش هذا عمل؟ هذا عمل casting رجعته منهمن نوع + +548 +00:47:33,170 --> 00:47:37,830 +battle وهيك انا بكون جبت مين جبت ال battle مرات + +549 +00:47:37,830 --> 00:47:41,110 +احنا بنعملها في سطر واحد بنقوله مش احنا بدنا + +550 +00:47:41,110 --> 00:47:45,750 +battle تعرف متغير اسمه battle بي واحد مثلا وبعدين + +551 +00:47:45,750 --> 00:47:49,490 +بتكتب عملية ال casting battle وهنا بتكتبله find + +552 +00:47:49,490 --> 00:47:56,710 +view by id r.id.battle + +553 +00:47:56,710 --> 00:48:00,470 +هيك + +554 +00:48:00,470 --> 00:48:07,020 +جاب لمين ال battleو اوصلته هتحكم فيه من خلال code + +555 +00:48:07,020 --> 00:48:10,540 +بضيف عليه action بغير ألوان بغير أي حاجة + +556 +00:48:14,500 --> 00:48:19,300 +باختصار شديد يا جماعة ال code تبعي التحكم بعلاصر + +557 +00:48:19,300 --> 00:48:23,100 +الشاشة بيتم من خلال method اسمها onCreate ال + +558 +00:48:23,100 --> 00:48:26,720 +onCreate تستدعى method اسمها setContentView اللي + +559 +00:48:26,720 --> 00:48:30,940 +بتحول ال XML ل Java objects يعني بعد ال method هذه + +560 +00:48:30,940 --> 00:48:35,240 +فيه buttons فيه text views كلهم اتحولوا ل Java + +561 +00:48:35,240 --> 00:48:39,160 +objects وموجودين في البرنامج بس عشان اتحكم فيهم + +562 +00:48:39,160 --> 00:48:43,150 +لازم اجيب كل object عشان اتحكم فيهعشان اجيبك اي + +563 +00:48:43,150 --> 00:48:47,190 +object احنا بنعرف انه كل object بتعرفله ID بال XML + +564 +00:48:47,190 --> 00:48:52,090 +بتعرفله ID في ال class الاسمها R عشان اجيبه بتروح + +565 +00:48:52,090 --> 00:48:56,510 +تقوله find view by ID و بتعطيله ال ID المعرف في ال + +566 +00:48:56,510 --> 00:49:01,110 +R classوبعدين بتعمله casting لنوع ال view اللي انت + +567 +00:49:01,110 --> 00:49:04,970 +بدكيه اذا نوعه button بتعمله casting ل button لو + +568 +00:49:04,970 --> 00:49:08,310 +عملت casting غلط هيطلعلك error يعني افرض هذا ال ID + +569 +00:49:08,310 --> 00:49:11,270 +كأنه خاصة ب text view وانت عملت له casting ل + +570 +00:49:11,270 --> 00:49:16,150 +button بتطلع .. بتطلع خطأ هتجيب لمجرد ان تكتب بيه + +571 +00:49:16,150 --> 00:49:21,070 +واحد و تعمل dot هتلاقي عدد methods كتير هنبدأ + +572 +00:49:21,070 --> 00:49:24,790 +نتطرق فيها المحاضرة الجاي تمام؟ خلاص سعادتكوا + +573 +00:49:24,790 --> 00:49:25,350 +العافية يا جماعة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..51d034d57c1b3e6439c4a7f44694f964c29caa02 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_postprocess.srt @@ -0,0 +1,1892 @@ +1 +00:00:20,750 --> 00:00:26,470 +طبعا شباب السلام عليكم أخدنا + +2 +00:00:26,470 --> 00:00:29,170 +المحاضرة الماضية يا جماعة كيف نفتح activity من + +3 +00:00:29,170 --> 00:00:34,690 +activity تاني تمام؟ وقلنا إنه في طريقتين عشان نفتح + +4 +00:00:34,690 --> 00:00:37,090 +ال activity أو نشغل activity من activity الطريقة + +5 +00:00:37,090 --> 00:00:40,130 +الأولى باستخدام حاجة اسمها ال explicit intent يعني + +6 +00:00:40,130 --> 00:00:43,070 +باختصار أنت بتنشق intent وحكينا إن ال intent هي + +7 +00:00:43,070 --> 00:00:46,410 +عبارة عن زي رسالة تلمع إلى ال operating system + +8 +00:00:46,410 --> 00:00:51,940 +كلمة intent معناها هدفبتحدد طلب انت بتطلب حاجة من + +9 +00:00:51,940 --> 00:00:54,960 +ال operating system بتقوله ببعتله intent وبعطله + +10 +00:00:54,960 --> 00:00:57,520 +اسم ال activity او ال class بتاعة ال activity اللي + +11 +00:00:57,520 --> 00:01:01,200 +بتشغلهاهو في أنها بتصل الرسالة هذه وبيشغل ال + +12 +00:01:01,200 --> 00:01:03,760 +activity طبعا ليش؟ ايش ال .. ال .. الهدف انه + +13 +00:01:03,760 --> 00:01:07,220 +بيخلوا كل التشغيل بتاع ال activity التانية من خلال + +14 +00:01:07,220 --> 00:01:09,540 +ال operating system أمور اللي علاقة بال security + +15 +00:01:09,540 --> 00:01:13,760 +يعني هو لما أطلب من ال .. لما التطبيق تبعي يطلب + +16 +00:01:13,760 --> 00:01:17,420 +تشغيل تطبيق آخر او activity التانية ال operating + +17 +00:01:17,420 --> 00:01:19,960 +system هو اللي بيحدد اني لك صلاحية تشغلها او + +18 +00:01:19,960 --> 00:01:23,340 +مالكاش صلاحية عشان هيك كل الطلبات بتروح لل + +19 +00:01:23,340 --> 00:01:25,500 +operating system و ال operating system هو اللي + +20 +00:01:25,500 --> 00:01:30,100 +بيشغل activity او بيشغلهاشطيب يعني استفكر انه انا + +21 +00:01:30,100 --> 00:01:32,180 +عندي activity تانية في التطبيق اسمها second + +22 +00:01:32,180 --> 00:01:44,840 +activity بدنا نشغلها طبعا مثلا انا عندي button و + +23 +00:01:44,840 --> 00:01:46,860 +بدني لما اضغط على ال button اشغل activity جديدة + +24 +00:01:46,860 --> 00:01:51,180 +button.sitonclicklistener + +25 +00:01:57,820 --> 00:02:05,520 +لأن داخل الـ action بتاع البتهم بنش الـ intent و + +26 +00:02:05,520 --> 00:02:08,420 +بعطيهم حاجتين ال context اللي هو مؤشر على تطبيق + +27 +00:02:08,420 --> 00:02:11,220 +الكل على فكرة ال context هو ال super class بتاع ال + +28 +00:02:11,220 --> 00:02:14,620 +activity كمان يعني هذه ال class my first activity + +29 +00:02:14,620 --> 00:02:17,100 +extend app compat activity و ال app compat + +30 +00:02:17,100 --> 00:02:21,080 +activity extend class و ال class هذه ال top تبعهم + +31 +00:02:21,080 --> 00:02:25,340 +كلهم فيه class اسمها contextيعني حتى لو انت مررت + +32 +00:02:25,340 --> 00:02:29,120 +this بيمشي الحال بيقولك ال activity نفسها يعني لكن + +33 +00:02:29,120 --> 00:02:31,760 +احنا بفضل انه دايما تستدعي ال get application + +34 +00:02:31,760 --> 00:02:37,120 +context هذه فاصلة لان ال class بتاعة ال activity + +35 +00:02:37,120 --> 00:02:45,960 +اللي بدنا نشغلها لان second activity dot class و + +36 +00:02:45,960 --> 00:02:50,100 +بعد ما بقول start activityوبعطيله ال intent وحكينا + +37 +00:02:50,100 --> 00:02:53,640 +المحاضرة الماضية ان انت ممكن تستخدم ال intent عشان + +38 +00:02:53,640 --> 00:02:57,620 +تبعت بيانات لل activity التانية اللي هي من خلال ال + +39 +00:02:57,620 --> 00:03:02,280 +intent dot put extra وكل بيانات تحطها في ال intent + +40 +00:03:02,280 --> 00:03:06,260 +لازم تعطيها key طبعا عن طريقها بتجيب البيانات هذه + +41 +00:03:06,260 --> 00:03:12,200 +مثلا username بتحط ايش احمد على سبيل المثال + +42 +00:03:15,390 --> 00:03:20,490 +هكذا احنا بعتنا بيانات احمد باسم username لان في + +43 +00:03:20,490 --> 00:03:23,170 +ال activity التاني انت بتستقبل البيانات انك تقرأ + +44 +00:03:23,170 --> 00:03:26,130 +ال intent فهي اشتغلت ال on create انا الان نجلت + +45 +00:03:26,130 --> 00:03:29,290 +على كود ال activity التاني وبتقرأ ال intent بتقوله + +46 +00:03:29,290 --> 00:03:40,360 +intent I يساوي get intent هذه بس بدها importبعدين + +47 +00:03:40,360 --> 00:03:47,180 +بتقوله if I لا يستوى null نتأكد الان if I dot has + +48 +00:03:47,180 --> 00:03:51,060 +extra نتأكد ان البيانات موجودة فيه بنحط ال key + +49 +00:03:51,060 --> 00:03:54,320 +بتاع البيانات اللي هو بأي اسم بعتناها احنا user + +50 +00:03:54,320 --> 00:03:57,400 +name اذا موجود ال user name روح اقرأ البيانات + +51 +00:03:57,400 --> 00:04:02,980 +بتقوله I dot get string extra user name بتاخد + +52 +00:04:02,980 --> 00:04:05,680 +البيانات هذه بتحطها في متغير بتعمل فيها البداكية + +53 +00:04:05,680 --> 00:04:08,700 +تمام هذا ملخص الكلام اللي حكيناه في المحاضرة + +54 +00:04:08,700 --> 00:04:12,840 +الماضيحكينا كمان آخر المحاضرة الماضية أنه في طريقة + +55 +00:04:12,840 --> 00:04:15,560 +تانية لاستدعاء الـ intent أنه أنت ما بتحطش ال + +56 +00:04:15,560 --> 00:04:20,980 +class تحت ال activity بتحط حاجة اسمها action تمام؟ + +57 +00:04:20,980 --> 00:04:23,700 +action هو عبارة عن زي وصف ال activity أو إيش ال + +58 +00:04:23,700 --> 00:04:27,820 +activity هذه بتعمل يعني زي على سبيل المثال لو أنا + +59 +00:04:27,820 --> 00:04:32,620 +جنت بدأ أروح ل .. ل ..فلان اسمه محمد محمود علي + +60 +00:04:32,620 --> 00:04:37,120 +جمعة تمام هجيت هذا صار معرف صح ولا اسمه معروف كامل + +61 +00:04:37,120 --> 00:04:39,860 +لو سألت المفروض جيران أو اللي ساكنين حواليه علي + +62 +00:04:39,860 --> 00:04:44,160 +هذا الشخص هيعرفوه على طول لكن مرات انا بتقول بده + +63 +00:04:44,160 --> 00:04:48,380 +روح عند ابو العبد تمام او بده روح عند الراجل اللي + +64 +00:04:48,380 --> 00:04:54,440 +بيشغل نجار مثلا انت هنا محطيتش عنوانه او تعريف + +65 +00:04:54,440 --> 00:04:59,160 +كامل عنه حطيت وصف عنه في الحالة هذه طبعا مش + +66 +00:04:59,160 --> 00:05:02,630 +هيديلوك على طولبتقول ان بيقدر الشغالين بيشغل + +67 +00:05:02,630 --> 00:05:05,350 +النجار، إيش بيروح و بيعمل الناس؟ بيقول يسألوا مين + +68 +00:05:05,350 --> 00:05:08,830 +بيشغل النجار هنا، بيشوف .. بيروح و بيسأل .. بتقصر + +69 +00:05:08,830 --> 00:05:10,990 +مين بيشغل النجار، لجأ ولا واحد .. أكتر من واحد + +70 +00:05:10,990 --> 00:05:14,010 +بيقولك هاي هدول بيشتغلوا النجار، مين بدك منهم؟ لجأ + +71 +00:05:14,010 --> 00:05:16,490 +ولا واحد بيقوله خلاص هو هذا اللي أنت بدكيه،فيش غير + +72 +00:05:16,490 --> 00:05:19,670 +يعني أنت بال implicit .. هذا ما يسمون implicit + +73 +00:05:19,670 --> 00:05:24,770 +intent أن أنت بتوصل لل activity مش باسمها بوصف لل + +74 +00:05:24,770 --> 00:05:28,670 +activity هذهطب ليش هذا ال implicit intent يستخدم + +75 +00:05:28,670 --> 00:05:31,370 +لو انت بدك تشكل activity في تطبيق اخر لأنه لما + +76 +00:05:31,370 --> 00:05:36,110 +يكون ال activity في تطبيق تاني مش هتقدر تحط تعمل + +77 +00:05:36,110 --> 00:05:39,750 +هذه second activity دولت كلاس هذي أصلا ليش جبلها + +78 +00:05:39,750 --> 00:05:42,750 +لأن second activity موجودة في نفس ال package عملها + +79 +00:05:42,750 --> 00:05:45,870 +import لجهة موجودة لكن لو قعدت second activity في + +80 +00:05:45,870 --> 00:05:50,070 +تطبيق تاني ولا عمرها هذه الطريقة تظبط طب هذا طريقة + +81 +00:05:50,070 --> 00:05:52,390 +ال implicit intent بيحكي لي هي كتالة + +82 +00:05:56,900 --> 00:06:03,260 +الأن في أنا عندي أكتر من تطبيق على الجوال ال + +83 +00:06:03,260 --> 00:06:07,220 +activities اللي بدها تسمح للتطبيقات الأخرى تشغلها + +84 +00:06:07,220 --> 00:06:11,060 +واضح أني مش بده أعمل ال activities اللي بدها تعلن + +85 +00:06:11,060 --> 00:06:14,740 +عن نفسها أو تسمح لل activities الأخرى تشغلها في ال + +86 +00:06:14,740 --> 00:06:19,600 +manifest file بتاعة التطبيقات في ال manifest لازم + +87 +00:06:19,600 --> 00:06:22,960 +تروح و تضيف لل activity هذه حاجة نسميها ال intent + +88 +00:06:26,760 --> 00:06:30,140 +Filter هدل مين منديف ال Intent Filter لل + +89 +00:06:30,140 --> 00:06:34,080 +activities اللي بدها تسمح لتطبيقات أخرى تشغلها + +90 +00:06:34,080 --> 00:06:39,320 +يعني أنا متاح بعلّج يافطة بقول أنا نجار أنا طبيب + +91 +00:06:39,320 --> 00:06:42,440 +لما يعلّج يافطة الناس بتجيله صح ولا لأ ماعلّجش + +92 +00:06:42,440 --> 00:06:45,080 +يافطة مافيش حد بيجيله فهي اللي يافطة هي إيش ال + +93 +00:06:45,080 --> 00:06:48,680 +Intent Filter فبديف لل activities اللي بدي أعلن + +94 +00:06:48,680 --> 00:06:51,260 +عنها أو أسمح للآخر اللي بيستخدموها Intent Filter + +95 +00:06:51,260 --> 00:06:54,860 +من اسم ال Intent Filter إيش يعني Intent Filter بي + +96 +00:06:54,860 --> 00:06:58,270 +filter ال Intentsما هو في الآخر طيب في الـ intent + +97 +00:06:58,270 --> 00:07:01,310 +filter حط وصف لل activity بقول هذا ال activity + +98 +00:07:01,310 --> 00:07:09,530 +تمام تستخدم مثلا web view مثلا هذا وصف انا اعطيته + +99 +00:07:09,530 --> 00:07:12,730 +لل activity داخل من ال intent filter هذا الوصف + +100 +00:07:12,730 --> 00:07:18,470 +بيسميه ال action يعني ال action هي قيمة بتنحط داخل + +101 +00:07:18,470 --> 00:07:22,110 +ال intent filter في تطبيق تاني في activity برضه + +102 +00:07:22,110 --> 00:07:27,200 +بيضيغل عنهابروح في الـ Manifest File بضيف للـ + +103 +00:07:27,200 --> 00:07:32,480 +Activity هذه Intent Filter تمام؟ وبعطيها Action + +104 +00:07:32,480 --> 00:07:38,400 +وليكن اسمها Map View هذا الـ Action الخاص في الـ + +105 +00:07:38,400 --> 00:07:41,740 +Activity التاني هذولا مافيش فيهم Activities معلن + +106 +00:07:41,740 --> 00:07:49,100 +عنهم الآن أجيت أنا أعمل تطبيق خاص فياو قلت له في + +107 +00:07:49,100 --> 00:07:53,040 +التطبيق روح شغّل ال activity اللي ال action تبعها + +108 +00:07:53,040 --> 00:07:58,960 +map view وين حطيته هذا جيجا ال intent عملت intent + +109 +00:07:58,960 --> 00:08:05,920 +حطيت في map view و قلت له start activity intent + +110 +00:08:05,920 --> 00:08:12,130 +هذا وين؟ في تطبيقيعملت content كتبت فيه map view + +111 +00:08:12,130 --> 00:08:15,670 +حددت فيه ال activity اللي بدى شغلها لأ حددت فيه + +112 +00:08:15,670 --> 00:08:18,830 +إيش ال action تبعها تمام لسه أنا بعرفش وين هذه ال + +113 +00:08:18,830 --> 00:08:23,430 +activity موجودة في أي تطبيق تمام حددت وصفها طيب + +114 +00:08:23,430 --> 00:08:25,890 +لإن أول ما بيوصلت activity ال content هدى رسالة + +115 +00:08:25,890 --> 00:08:29,100 +هتروح لمين؟للـ Operating System تمام؟ هذه الـ + +116 +00:08:29,100 --> 00:08:32,340 +Operating System هنا هنا وصله الـ Intent إذا جيت + +117 +00:08:32,340 --> 00:08:35,040 +الـ Operating System لسه بعرفش مين يشغّل إيش بروح + +118 +00:08:35,040 --> 00:08:38,260 +بعمل الـ Operating System؟ بروح لكل التطبيقات و + +119 +00:08:38,260 --> 00:08:41,440 +بمسك ال manifest file عندهم و بطابق ال action + +120 +00:08:41,440 --> 00:08:45,340 +الموجود في الـ Intent مع ال actions المكتوبة داخل + +121 +00:08:45,340 --> 00:08:48,500 +ال Intent Filter في التطبيقات أي وقت ابحث في ال + +122 +00:08:48,500 --> 00:08:52,420 +manifest مين فيه activity اللي هي action؟أيش ال + +123 +00:08:52,420 --> 00:08:56,360 +action هنا؟ map view هدى map view؟ لأ يبقى هدى + +124 +00:08:56,360 --> 00:08:59,940 +بتنفعش تعالى هنا هل هدى map view مطابق ال action + +125 +00:08:59,940 --> 00:09:06,460 +هنا؟ اه بروح بشغل ال activity هدى هدى فى تطبيق + +126 +00:09:06,460 --> 00:09:12,860 +وانا شغال فى تطبيق تانى تمام؟ هدى بنسمي implicit + +127 +00:09:12,860 --> 00:09:17,580 +intent اه لو فرضنا ازميل كوب يقول انا عندى + +128 +00:09:17,580 --> 00:09:20,460 +manifest file تانى وفى activity اسمها intent + +129 +00:09:20,460 --> 00:09:26,690 +filterو فيها map view تانيةهيجي ال operating + +130 +00:09:26,690 --> 00:09:29,930 +system هيجيها بطابق هذه و هذه في الحالة هذه + +131 +00:09:29,930 --> 00:09:37,090 +بيجيبلك choose اختار بدك تشغل هذه او هذه يعني مثلا + +132 +00:09:37,090 --> 00:09:39,990 +مرات انت بتيجي تفتح صفحة بيجيبك خيارين ال two + +133 +00:09:39,990 --> 00:09:45,810 +browsers هذا بتحصل معاكم مرات في ال Android صح؟ + +134 +00:09:45,810 --> 00:09:51,730 +هذا امتى؟ لما نجي اكتر من activity بتحمل نفس ال + +135 +00:09:51,730 --> 00:09:56,350 +action اللي موجود في ال Intelالان احنا المحاضرة + +136 +00:09:56,350 --> 00:10:02,350 +الماضية الان انا ال activities تعونها دول ال first + +137 +00:10:02,350 --> 00:10:05,890 +و ال second activities الاولة انها intent filter + +138 +00:10:05,890 --> 00:10:11,030 +هدى مين ال launcher تمام لكن التانية ال second + +139 +00:10:11,030 --> 00:10:13,630 +activity انها intent filter انا وانا انا اروح تجي + +140 +00:10:13,630 --> 00:10:18,010 +ماعرفى مانتوهش لل manifest file تمام يبقى التانية + +141 +00:10:18,010 --> 00:10:23,680 +هدى مش ممكن اشغلها من اي تطبيق اخر ليش؟لأنها مش + +142 +00:10:23,680 --> 00:10:26,640 +مقنعة عن نفسها مافيش فيها content filter فلو انا + +143 +00:10:26,640 --> 00:10:30,760 +بدي اشغلها من اي تطبيق اخر بروح جوا ال tag بتاع ال + +144 +00:10:30,760 --> 00:10:34,560 +activity بنشأ content filter وجوا ال content + +145 +00:10:34,560 --> 00:10:39,200 +filter بعمل حاجة اسمها action name وسمي ال + +146 +00:10:39,200 --> 00:10:43,840 +activity هذه الحاجة مثلا useless activityاللي هي + +147 +00:10:43,840 --> 00:10:47,340 +بتعطيها action تمام؟ و لازم بتعطيها إش تاني اللي + +148 +00:10:47,340 --> 00:10:50,380 +هي category على الأقل هذه category إيش ال + +149 +00:10:50,380 --> 00:10:53,740 +category؟ هال gate إحنا توقعنا تصنيفين أساسيين في + +150 +00:10:53,740 --> 00:10:56,860 +launcher إيش هي launcher؟ اللي هي ال activity + +151 +00:10:56,860 --> 00:11:02,460 +بتشغل و في category name اللي هو default default + +152 +00:11:02,460 --> 00:11:06,740 +يعني أي activity مش تشغيلية ال launcher هي أول ما + +153 +00:11:06,740 --> 00:11:11,910 +تشغل التطبيق بتشغلالـ Default معناها انه لازم + +154 +00:11:11,910 --> 00:11:16,090 +تتشجلها لازم تحطها لكاتجورى هذه الان هذه ال + +155 +00:11:16,090 --> 00:11:19,630 +activity صارت معنى مع نفسها معنى مع نفسها ب action + +156 +00:11:19,630 --> 00:11:25,060 +اسمه ايش useless activity الان في تطبيق تانيطبعا + +157 +00:11:25,060 --> 00:11:29,960 +لو انت اجيت مثلا علي activity وقلتله روح شغلني لان + +158 +00:11:29,960 --> 00:11:33,140 +شايفين ال intent ايش كنت اكتب انا second activity + +159 +00:11:33,140 --> 00:11:35,540 +of the class هذا بتمشي لان ال activity التاني + +160 +00:11:35,540 --> 00:11:39,700 +موجودة في نفس ال project لكن لو لو موجودة في تطبيق + +161 +00:11:39,700 --> 00:11:48,520 +تاني ممكن احط او اقول شغل ال useless activity كيف؟ + +162 +00:11:50,150 --> 00:11:54,290 +لأ لأ بدون context حط بس ال action مباشرة بروح لل + +163 +00:11:54,290 --> 00:11:57,870 +Android system بدور طبعا هنا يعني هي موجودة في لفظ + +164 +00:11:57,870 --> 00:12:01,870 +التطبيق فانا يعني .. بس هذا بتشتغل تمام؟ يعني صح + +165 +00:12:01,870 --> 00:12:04,350 +هنا في لفظ التطبيق بس برضه هذه اشتغلت وجربناها + +166 +00:12:04,350 --> 00:12:07,090 +المحاضرة لما حطنا ايه ايه ايه تمام؟ + +167 +00:12:09,620 --> 00:12:11,840 +واضحة الفكرة إيش يعني الـ implicit intent يا + +168 +00:12:11,840 --> 00:12:15,480 +جماعة؟ طيب، ليش أنا ركزت على الموضوع هذا؟ لأن فيه + +169 +00:12:15,480 --> 00:12:19,340 +كتير تطبيقات هنحتاج نشغلها، ممكن نحتاج نشغلها من + +170 +00:12:19,340 --> 00:12:24,470 +تطبيقنا، يعني مثلا بدل تطبيق تبعي يصور صورةهتخترع + +171 +00:12:24,470 --> 00:12:27,470 +انت برنامج كاميرا؟ لأ هتروح و تقول اشتغل برنامج + +172 +00:12:27,470 --> 00:12:31,570 +الكاميرا اللي موجود بداك تفتح صفحة web افتحلي صفحة + +173 +00:12:31,570 --> 00:12:34,170 +ال web على ال browser اللي موجود في التطبيق بداك + +174 +00:12:34,170 --> 00:12:37,410 +تعمل call بداك تبعد SMS بداك تبعد email أيوة اتفضل + +175 +00:12:37,410 --> 00:12:46,670 +هيطلع + +176 +00:12:46,670 --> 00:12:49,630 +error مالجياش لأ مش هيديك ع المدج اذا ال action + +177 +00:12:49,630 --> 00:12:55,680 +هذا مش موجود هيطلعنك error تمام؟هنطبق للنقطة إن + +178 +00:12:55,680 --> 00:12:58,300 +كيف نحل الإرهار هذا من خلال الأمثلة التالية الآن + +179 +00:12:58,300 --> 00:13:01,140 +بناء على الكلام اللي حكيناه هذا تعالوا نشوف كيف + +180 +00:13:01,140 --> 00:13:04,540 +إحنا بنقدر من خلال الـ implicit intent اللي هو + +181 +00:13:04,540 --> 00:13:06,600 +بنصرحش فيه في ال class بتاعة ال activity اللي + +182 +00:13:06,600 --> 00:13:11,400 +بنشغلها لكن بنصرحه بال action كيف ممكن يشغل + +183 +00:13:11,400 --> 00:13:16,800 +تطبيقات أخرى في الجهاز أول مثل بناخده إن نشوف مثلا + +184 +00:13:16,800 --> 00:13:19,060 +نضغط على battle يروح يفتحلي رابط + +185 +00:13:21,580 --> 00:13:25,900 +البراوزر التطبيق على الجهاز خلّيه يفتح لي الرابط + +186 +00:13:25,900 --> 00:13:32,300 +في البراوزر الان هذه الحاجات مابتنحفظش ليش؟ لأنه + +187 +00:13:32,300 --> 00:13:36,580 +بيقول لي إذا انت بدك براوزر ال action تبعه هي + +188 +00:13:36,580 --> 00:13:39,340 +خلّينا ناخد أمثلة + +189 +00:13:52,020 --> 00:13:54,860 +طيب طلع معايا يا جماعة الان بدي افتح ال browser + +190 +00:13:54,860 --> 00:13:58,620 +بيحكيلي هو ال browser انه بدك تفتحه بدك تنشي + +191 +00:13:58,620 --> 00:14:01,180 +Intent معروف احنا اتفجرنا انه بدك تفتح اي activity + +192 +00:14:01,180 --> 00:14:06,260 +بدك تعمل Intent يسميه Intent ال browser اكيد تطبيق + +193 +00:14:06,260 --> 00:14:10,300 +مش دم التطبيق يجهز تخدم implicit intent وحط اسم ال + +194 +00:14:10,300 --> 00:14:13,520 +action يعني المفروض يكون فيه هنا ايش زي جثين جملة + +195 +00:14:13,520 --> 00:14:19,380 +تمام بيقوللي ال browser انه action اسمه intent dot + +196 +00:14:20,620 --> 00:14:27,880 +action view لأن إيش هذا الموجود هنا هذا متغير ثابت + +197 +00:14:27,880 --> 00:14:31,140 +تمام static variable كيف عرفته ال static variable + +198 +00:14:31,140 --> 00:14:35,620 +انه موجود باسم ال class يعني هذا اسم ال class + +199 +00:14:35,620 --> 00:14:40,100 +intent dot action view وهذا متغير مخزن فيه قيمة + +200 +00:14:40,100 --> 00:14:45,960 +ثابتة ممكن أنت تطبعها وتشوف القيمة هذهتمام؟ هذه + +201 +00:14:45,960 --> 00:14:50,160 +قيمة ثابتة مخزنة جوا ال class Intent الان هو + +202 +00:14:50,160 --> 00:14:54,780 +بيقولي بيقولي اي تطبيق للعرض غالبا في الجوال + +203 +00:14:54,780 --> 00:14:58,280 +بيستخدم ال action view يعني هدف فعليا intent dot + +204 +00:14:58,280 --> 00:15:01,440 +action view أنا مش هفرض احكيها المفروض فهو ال + +205 +00:15:01,440 --> 00:15:07,200 +intent dot action view هدف فعليا ان انا فيه عندى + +206 +00:15:07,200 --> 00:15:09,140 +class داخل ال class intent + +207 +00:15:12,720 --> 00:15:20,160 +فيه متغير public static final + +208 +00:15:20,160 --> 00:15:29,460 +string اسمه ايش اسمه action view + +209 +00:15:29,460 --> 00:15:36,700 +الى قيمة معينةطبعا؟ ليش هتحط .. انا طبعا ماشوفتش + +210 +00:15:36,700 --> 00:15:39,800 +ال class ولا مقدر اشوفه طبعا؟ بس انا كيف عرفت انه + +211 +00:15:39,800 --> 00:15:44,780 +public؟ ان اصدرت أوصله طبعا؟ static لأنه نديته اسم + +212 +00:15:44,780 --> 00:15:48,360 +ال class finally لأنه مش .. أكيد مش هسمحلك تغيره + +213 +00:15:48,360 --> 00:15:52,680 +هذا لازم يظل ثابت لو غيرته المشكلة طبعا؟ action of + +214 +00:15:52,680 --> 00:15:56,560 +you اسمه هى موجود هنا يعني بدل ما يقولي انك انت + +215 +00:15:56,560 --> 00:16:00,900 +بدك تكتبوا كتاب او تحفظهبقول انا كتبتلك هي جاهز + +216 +00:16:00,900 --> 00:16:04,220 +مكتوب باسوين جوا ال class انت مافيش داعي تحفظه انت + +217 +00:16:04,220 --> 00:16:07,680 +بس استدعى المتغير تبعه ففعليا هذه عبارة عن ال + +218 +00:16:07,680 --> 00:16:12,200 +string يا جماعة هذي عبارة عن ايش ال string اسم + +219 +00:16:12,200 --> 00:16:17,640 +action معين في ال tutorial بتاعة Android هو بيقولي + +220 +00:16:17,640 --> 00:16:20,220 +بيقولي بدك تفتح ال browser استخدم ايش intent + +221 +00:16:20,220 --> 00:16:26,540 +action review طب خلصنا لأ تعالوا على جد هيك و نجرب + +222 +00:16:26,540 --> 00:16:33,590 +و بعدين اقول startActivity واطير الـ Intent وتعليق + +223 +00:16:33,590 --> 00:16:33,970 +مرّال + +224 +00:17:21,360 --> 00:17:27,140 +طيب هذه التطبيق لإن لو ضغطت على الذر ايش بتلاحظ و + +225 +00:17:27,140 --> 00:17:33,520 +طلع ليه جبلي خيارات كتير لتطبيقات مختلفة على + +226 +00:17:33,520 --> 00:17:40,030 +الجهاز و كل التطبيقات هذهالاكشن تبعها ايش؟ action + +227 +00:17:40,030 --> 00:17:44,690 +view يعني هو الان وصل ال intent لل Android + +228 +00:17:44,690 --> 00:17:48,090 +operating system اتلخبط جلك انت بدك action view طب + +229 +00:17:48,090 --> 00:17:53,430 +هي في عشرين تطبيق اللهم action view انا بد مين؟ بد + +230 +00:17:53,430 --> 00:17:58,680 +براوزر يبقى لازم تحطلي اشي تانيهو يخصص لي و يقول + +231 +00:17:58,680 --> 00:18:01,160 +لي مين بدك في ال action view يعني هذا معناه + +232 +00:18:01,160 --> 00:18:05,260 +الخيارات هذه ان في تطبيقات كتير انها action view + +233 +00:18:05,260 --> 00:18:09,870 +طب عشان نخصص يعني بقولي اذا انت محتاج browserو هذا + +234 +00:18:09,870 --> 00:18:12,650 +الكلام مش حفظ، تمام؟ هذا الكلام لو انت دورت على ال + +235 +00:18:12,650 --> 00:18:14,890 +tutorial تحت ال Android بيقولك إذا بدك browser + +236 +00:18:14,890 --> 00:18:20,170 +لازم تقوله intent تعطينا ال URL تمام؟ هو من خلال + +237 +00:18:20,170 --> 00:18:28,130 +ال URL بميز تمام؟ تقوله set data شايفين ال data + +238 +00:18:28,130 --> 00:18:33,550 +هذه set data ال data إيش بتاخد منها قصير؟ object + +239 +00:18:33,550 --> 00:18:34,050 +منها + +240 +00:18:42,400 --> 00:18:46,000 +URI بشكل هذا وبين القصير هنا بتعطيله ال link اللي + +241 +00:18:46,000 --> 00:18:47,060 +انت بدك تفتحه + +242 +00:18:53,370 --> 00:18:57,210 +لأن مرة تانية هذا مش حفظ زي ما قلنا بتيجي للـ + +243 +00:18:57,210 --> 00:19:02,850 +intent بتقوله set data بده object منه URI URI dot + +244 +00:19:02,850 --> 00:19:05,890 +parse هاد ال static method بتعطيها stream بترجّهلك + +245 +00:19:05,890 --> 00:19:09,270 +URI اللي هو بدهيا اللي هو HTTP مثلا + +246 +00:19:12,540 --> 00:19:16,320 +الان ايش اللي هيصير؟ هيصير التالي، الان لما ابعت + +247 +00:19:16,320 --> 00:19:18,420 +الـ Intent هذا، ايش فيه الـ Intent الان؟ فيه + +248 +00:19:18,420 --> 00:19:22,840 +Action وفيه Data لما تبعته لل Operating System، + +249 +00:19:22,840 --> 00:19:25,160 +بتطلع على Action، بلاجيه Action View، هيلاجي فيه + +250 +00:19:25,160 --> 00:19:28,680 +تطبيقات كتير، الان هيميز، هيروح لمرحلة تانية من + +251 +00:19:28,680 --> 00:19:31,920 +التمييز على ال Data، لما لاجي ال Data، بتبدأ + +252 +00:19:31,920 --> 00:19:38,040 +بـHTTP، بيفهم ان انت بدك ايش؟ بدك براوظةيعني من + +253 +00:19:38,040 --> 00:19:42,300 +خلال ال data كمل عملية البحث عملية التمييز + +254 +00:19:42,300 --> 00:19:47,360 +فالتمييز الأن بيعتمد على إيش حاجتين ال action وشكل + +255 +00:19:47,360 --> 00:19:51,380 +ال data إذا لدى أي protocol خاص بالإنترنت زي HTTP, + +256 +00:19:51,620 --> 00:19:57,320 +HTTPS, FTP تمام بيفهم إن أنت جزدك تفتح صفحة فبشغلك + +257 +00:19:57,320 --> 00:20:00,540 +برنامج ل browser لأن تعالى نجرب هذه + +258 +00:20:27,470 --> 00:20:30,930 +طيب هاي بطول .. لأن ايش فتح ليه؟ اه فتح ال browser + +259 +00:20:30,930 --> 00:20:35,930 +طبعا بده تسجيل دخول تمام؟ يعني المهم انه شغل .. + +260 +00:20:35,930 --> 00:20:42,150 +شغل ال browser واضح + +261 +00:20:42,150 --> 00:20:44,330 +كيف يا جماعة انا شغلت ال browser؟ فهم ايش يعني + +262 +00:20:44,330 --> 00:20:47,530 +مقصود ال .. كيف انا استدعيت ال action view اللي هو + +263 +00:20:47,530 --> 00:20:50,530 +عبارة عن ال action بتاع ال browser و من خلال ال + +264 +00:20:50,530 --> 00:20:59,160 +data ألف اللي هو بدهيا طيب اه ..الان انا عندى على + +265 +00:20:59,160 --> 00:21:05,440 +جهازى او قبل هذه احيانا لو انا استدعيت action + +266 +00:21:05,440 --> 00:21:09,680 +ماكانش موجود فيه زيه على الجهاز طبعا يعني action و + +267 +00:21:09,680 --> 00:21:13,260 +view اكيد موجود لكن فرضا انا استدعيت action ماكانش + +268 +00:21:13,260 --> 00:21:22,080 +موجود مثلا لو انا قلت زيه a,b,c طبعا مافيش + +269 +00:21:22,080 --> 00:21:25,740 +activity لها action a,b,c فهال gate على طول هطلع + +270 +00:21:25,740 --> 00:21:31,290 +ليه خطأفكويس نوعا احنا عملنا خطوة عشان نحتاط للخطأ + +271 +00:21:31,290 --> 00:21:34,170 +هذا اذا كان فيه مشكلة في ال action او ما رجعش اي + +272 +00:21:34,170 --> 00:21:39,290 +تطبيق بيشتغل يعني افرض الجهاز بيشعل براوزر بدون + +273 +00:21:39,290 --> 00:21:48,120 +براوزر هيطلعلك error فبدنا نحط بسهي مثلا هيك سكّر + +274 +00:21:48,120 --> 00:21:51,880 +التطبيق ليش؟ لازم فعليا نبور على activity إلها + +275 +00:21:51,880 --> 00:21:57,340 +action ABC ما نجاش خلينا نرجع لل browser فمثلا بدي + +276 +00:21:57,340 --> 00:22:05,920 +أخلي يفحص إنه هل فعلا موجود هذا و لا لأ هو أو غير + +277 +00:22:05,920 --> 00:22:09,080 +يعني كيف نعمل فحص إن ال activity اللي نشغلها + +278 +00:22:09,080 --> 00:22:14,840 +موجودة يعني عشاننشوف الـ Activity موجودة أو لا + +279 +00:22:38,250 --> 00:22:42,670 +طيب طالع معايا كتبت السطرين هدول عشان عملية الفحص + +280 +00:22:42,670 --> 00:22:46,430 +هذه أول حاجة استدعيت مثل اسمها get package manager + +281 +00:22:46,430 --> 00:22:51,550 +هذي method موجودة في ال class الحالية صح ولا لأ؟ + +282 +00:22:51,550 --> 00:22:54,390 +ولا مش عارفين صح ولا لأ؟ اه get package manager هو + +283 +00:22:54,390 --> 00:22:57,310 +وين هو مش مكتوب هنا مكتوبة وين؟ في ال super class + +284 +00:22:57,310 --> 00:23:00,450 +هذا ال package manager يا جماعة فعليا عبارة عن + +285 +00:23:00,450 --> 00:23:04,330 +component في الاندرويد فيه معلومات عن كل التطبيقات + +286 +00:23:04,330 --> 00:23:07,190 +وأسماء ال package يستعدتها والملفات الموجودة فيها + +287 +00:23:08,960 --> 00:23:12,200 +فعلياً فعلياً الاندرويد لما يروح يدور على activity + +288 +00:23:12,200 --> 00:23:16,960 +و يبحث هل ال action تبعها موجود أو لا برجع لمينلل + +289 +00:23:16,960 --> 00:23:19,500 +package manager من اسمه package ما هو التطبيق + +290 +00:23:19,500 --> 00:23:23,200 +مكوّن من ايش من packages تمام هذا المسؤول عن تطبيق + +291 +00:23:23,200 --> 00:23:25,800 +وملفاته ال Android system نفسه برجع لل package + +292 +00:23:25,800 --> 00:23:30,300 +manager عشان يشوف ال action هذا موجود ولا لأ فلان + +293 +00:23:30,300 --> 00:23:33,280 +كم انعملته و بعدها هل جبت package manager وخزنته + +294 +00:23:33,280 --> 00:23:36,380 +في متغير اسمه package manager و بعدين روحت لل + +295 +00:23:36,380 --> 00:23:42,070 +Intent تبعيبعد ما حددت الـ Action و حددت الـ Data + +296 +00:23:42,070 --> 00:23:46,670 +قلت له Intent و استدعيت method اسمها Resolve + +297 +00:23:46,670 --> 00:23:51,790 +Activity كلمة إيش عن Resolve؟ حل زي حل، تمام؟ و + +298 +00:23:51,790 --> 00:23:54,610 +مررتلها عنين؟ ال manager، أه ال manager، الآن إذا + +299 +00:23:54,610 --> 00:23:57,390 +نجوا معلومات عن ال activity برجعلي معلومات عنها ب + +300 +00:23:57,390 --> 00:24:00,530 +object من النوع أظن activity info مانجاش برجع + +301 +00:24:00,530 --> 00:24:05,350 +null، تمام؟ فأنا كل بفحصه إذا Resolve Activity + +302 +00:24:05,350 --> 00:24:09,140 +مارجعتش null معناه إيش؟اللي فيه بيانات لو رجعت مال + +303 +00:24:09,140 --> 00:24:15,160 +معناه ال activity هذه مش موجودة واضح يا جماعة يعني + +304 +00:24:15,160 --> 00:24:19,500 +انا جبت component اسمه package manager وروحت لل + +305 +00:24:19,500 --> 00:24:22,720 +intent تبعي قبل ما انشغله قبل ما اعمل start + +306 +00:24:22,720 --> 00:24:26,020 +activity قلت له resolve activity وعطيته ال package + +307 +00:24:26,020 --> 00:24:30,020 +manager اذا هذا رجع اذا resolve activity مارجعتش + +308 +00:24:30,020 --> 00:24:34,520 +مال معناه ال activity موجودة فيروح يعمل start + +309 +00:24:34,520 --> 00:24:38,560 +activity الكلس تحط الشرط دايماجانب ما تشغل اي + +310 +00:24:38,560 --> 00:24:41,540 +activity و تتأكد انها موجودة و لا مش موجودة بالذات + +311 +00:24:41,540 --> 00:24:44,540 +لو كانت implicit implicit معناها ان انت قاعد بتدور + +312 +00:24:44,540 --> 00:24:48,400 +ترمى هالسمارة تمام و يا تصيد يا ماتصيدش صح ولا + +313 +00:24:48,400 --> 00:24:51,220 +فجانب ما ترمى هالسمارة تتأكد ان انت مش هتصيد في + +314 +00:24:51,220 --> 00:24:58,460 +البحر الميت صح ولا ان في حاجة موجودة تصيدها طيب + +315 +00:24:58,460 --> 00:24:59,460 +حاجة تانية برضه + +316 +00:25:02,300 --> 00:25:06,380 +الان انا لاحظ في جهازي اول ما شغلت روح فتحلي + +317 +00:25:06,380 --> 00:25:10,020 +براوزر ع فكرة انا في جهازي فيه two browsers فيه ال + +318 +00:25:10,020 --> 00:25:12,660 +browser اللي بيجيه على ال Android وفيه كمان ال + +319 +00:25:12,660 --> 00:25:18,280 +Chrome لكن هو by default فتحلي براوزر ليش لأن انا + +320 +00:25:18,280 --> 00:25:22,800 +اصلا لو انا بستخدم قولتله اني دايما اش ماتخلطنيش + +321 +00:25:22,800 --> 00:25:26,680 +كل ما بده افتح link تطلعني خيارات فتحلي واحد ثابت + +322 +00:25:30,560 --> 00:25:33,760 +يعني هنا على طول بضغط هذا و راح فتح ليها في الـ + +323 +00:25:33,760 --> 00:25:36,560 +browser بتاع الاندرويد، تمام؟ لكن أحيانًا أنا + +324 +00:25:36,560 --> 00:25:40,720 +بيدخليه يطلعلي خيارات، يعني يقولني إيش الخيارات + +325 +00:25:40,720 --> 00:25:43,040 +بتاعنا الموجودة، ما .. ما .. مايعتمدش على الـ + +326 +00:25:43,040 --> 00:25:46,920 +default الموجودة في الـ settings فالأن، وين هذا + +327 +00:25:46,920 --> 00:25:51,160 +بيدعمله؟ الآن بيدقوله زي هيك، خلاص أتأكدنا إنه في + +328 +00:25:51,160 --> 00:25:54,760 +activity تشغل، هجدنا و نطلعله خيارات، تمام؟ بنروح + +329 +00:25:54,760 --> 00:26:03,990 +للـ intent تبعناهذا الكلام قلنا شغل و بقوله + +330 +00:26:03,990 --> 00:26:09,430 +intent + +331 +00:26:09,430 --> 00:26:16,810 +dot create create a chooser فى method اسمها create + +332 +00:26:16,810 --> 00:26:24,090 +a chooser هذا ال method مالها static method اعملني + +333 +00:26:24,090 --> 00:26:29,120 +من اسمه create a chooserأعملني الخيارات يعني + +334 +00:26:29,120 --> 00:26:36,440 +بتمررني ال intent تبعك و بتمررني حد تاني مثلا اقول + +335 +00:26:36,440 --> 00:26:41,240 +choose browser هذا ايش الكلمة اللي بتطلع ما هو + +336 +00:26:41,240 --> 00:26:45,000 +هلجيت لما يطلقلك الخيارات هيجيبك ان تطبيقاتك و + +337 +00:26:45,000 --> 00:26:50,740 +هيحطلك هنا كلمةالكلمة هذه هي ايش اللي انا بمررها + +338 +00:26:50,740 --> 00:26:55,440 +هنا ف create a chooser هذه method بمررها الانتل + +339 +00:26:55,440 --> 00:26:59,300 +تبعي عشان نشوف ايش التطبيقات المختلفة اللي بتشغله + +340 +00:26:59,300 --> 00:27:07,200 +و choose browser لان هذه create a chooser بترجع + +341 +00:27:07,200 --> 00:27:11,900 +انتل جديدمثلا انت انت اتنين و بعدين بقوله شغلي ايش + +342 +00:27:11,900 --> 00:27:16,260 +شغلي انت اتنين فالان التطبيق تبعي لما اقول start + +343 +00:27:16,260 --> 00:27:19,460 +activity انت انت اتنين انت اتنين بتشغل chooser + +344 +00:27:19,460 --> 00:27:27,020 +طبعا و من خلال ال chooser بختار التطبيق اللي بديه + +345 +00:27:35,030 --> 00:27:38,170 +هذه زي ما قلنا الحاجات اللي واحد بحفظهاش طبعا يعني + +346 +00:27:38,170 --> 00:27:43,710 +لو انت انا كيف بعرفها بعملها ده و ببنسها بحط على + +347 +00:27:43,710 --> 00:27:46,670 +جوجل على stack overflow create a chooser بطلّق + +348 +00:27:46,670 --> 00:27:53,550 +للسطرين هذين طبعا بس يعني مفهومة مش صعبة طيب تعالى + +349 +00:27:53,550 --> 00:28:00,230 +نشوف هل جيت اه + +350 +00:28:00,230 --> 00:28:03,070 +مطلوب اقولكوا في الامتحان اه طبعا مش انا روحت و + +351 +00:28:03,070 --> 00:28:04,650 +رجعتها و حفظتها زيكوا زيكوا + +352 +00:28:18,130 --> 00:28:22,170 +طيب هاي ال pattern اللي قال لو ضغط عليه زي هيك + +353 +00:28:22,170 --> 00:28:28,610 +هيجيب لي إيش خيارين طبعا بيجيب + +354 +00:28:28,610 --> 00:28:31,330 +لي كل اللي بيشغل ال intent هذا طبعا وهو كتب لي + +355 +00:28:31,330 --> 00:28:35,270 +choose browser هي النص اللي أنا كتبته هناماشي هاي + +356 +00:28:35,270 --> 00:28:40,130 +Chrome مثلا خلاص هفتح ليه على Chrome هاي في نت جاي + +357 +00:28:40,130 --> 00:28:43,910 +ماشي + +358 +00:28:43,910 --> 00:28:49,290 +يا جماعة الآن خليني ايش نمحي هذا و نجرب نشغل تطبيق + +359 +00:28:49,290 --> 00:28:51,170 +اخر على الجهاز تمام + +360 +00:28:55,070 --> 00:29:00,230 +لأ ما هو اشوف انا هجربلك امثلة تمام مش كل حاجة + +361 +00:29:00,230 --> 00:29:02,890 +هجربها لإن في أمور لسه اللي علاقة بال security و + +362 +00:29:02,890 --> 00:29:06,210 +ال permissions هذي لسه ماتطلقناش اليها تمام انا + +363 +00:29:06,210 --> 00:29:10,150 +بجرب الحاجات السهلة مثلا طبعا هذا مش حفظ انا جيبته + +364 +00:29:10,150 --> 00:29:12,330 +من ال .. من ال net انت لو روحت كتابة common + +365 +00:29:12,330 --> 00:29:15,570 +intents ايش يعني common؟ شائعة شائعة بيجيبلك هذا + +366 +00:29:15,570 --> 00:29:19,450 +مثلا هذا ال intent اللي انت ممكن تستخدمه عشان تبعت + +367 +00:29:19,450 --> 00:29:24,860 +emailتمام؟ مثلا عشان تبعت email بدك تروح تنشئ + +368 +00:29:24,860 --> 00:29:28,600 +intent new + +369 +00:29:28,600 --> 00:29:35,660 +intent اسمه intent ايش هو اللي بيسميه action send + +370 +00:29:35,660 --> 00:29:41,300 +هذا + +371 +00:29:41,300 --> 00:29:46,800 +لإرسال email هال gate هو مش بس بتنشئ ال intent بدك + +372 +00:29:46,800 --> 00:29:51,700 +تحط فيه بياناتالبيانات اللي بدك تحطها هي .. يعني + +373 +00:29:51,700 --> 00:29:55,800 +هو كمان بتدينيها ثابتة باسماء محددة يعني بيقولي + +374 +00:29:55,800 --> 00:29:58,380 +لازم تحط البيانات هذه لازم تقولي الـIntent to this + +375 +00:29:58,380 --> 00:30:02,540 +type plain text عشان تحدد نوع النص اللي بتبعته في + +376 +00:30:02,540 --> 00:30:07,300 +ال email و بيقولي لازم تديه spot extra بيانات ال + +377 +00:30:07,300 --> 00:30:12,660 +key تبعها اسمه extra email email ما هذه المفهومة + +378 +00:30:12,660 --> 00:30:16,940 +extra email متغير ثابت موجود في ال class intent + +379 +00:30:19,650 --> 00:30:23,570 +طيب extra email هنا ممكن على طول تحط النص تبعت مش + +380 +00:30:23,570 --> 00:30:28,630 +عارف ليش حطه تمام ايش ال email هذا ال .. ايش لأ + +381 +00:30:28,630 --> 00:30:32,910 +هذا ايش لحظة هذا بتهيألي اه ال email اللي بعتله + +382 +00:30:32,910 --> 00:30:43,870 +مثلا انت بدك تبعت مثلا ahmedali at hotmail.comبتحط + +383 +00:30:43,870 --> 00:30:47,230 +array of string زي اللي هو كان عامل يعني بتقول له + +384 +00:30:47,230 --> 00:30:57,670 +new string زي هيك و بقاش و بتحط اكتر من واحد عباس + +385 +00:30:57,670 --> 00:31:04,850 +ات ياهو دوت كوم ال subject اللي هو اللي بدك هيه + +386 +00:31:04,850 --> 00:31:11,250 +مثلا hello how + +387 +00:31:11,250 --> 00:31:16,610 +are youهذا ال .. ال text هذا ال subject اللي هو ال + +388 +00:31:16,610 --> 00:31:19,870 +title اللي بطلع في ال email تمام؟ هذه كلها بتطلع + +389 +00:31:19,870 --> 00:31:23,670 +بيانات بتنحط في ال .. في ال intent و لازم تحطها + +390 +00:31:23,670 --> 00:31:27,770 +بالمسميات المحددة ليش؟ لأن هو بيروح في ال .. في ال + +391 +00:31:27,770 --> 00:31:31,610 +activity تحت ال email بضغر ع مين؟ بضغر على + +392 +00:31:31,610 --> 00:31:35,070 +البيانات هذه تمام؟ يعني في شكل محدد عشان تشغل ال + +393 +00:31:35,070 --> 00:31:39,130 +email صح لازم تحطها البيانات هذه بالشكل هذا أه؟ و + +394 +00:31:39,130 --> 00:31:46,890 +بعدين هجت إيش؟ تعال نقولهif intent.resolveactivity + +395 +00:31:46,890 --> 00:31:52,810 +get package manager لا يساوي نل اش عملت انا عملتها + +396 +00:31:52,810 --> 00:31:55,890 +فى سطر واحد شايفين كيف resolve activity مش بدها + +397 +00:31:55,890 --> 00:31:59,430 +package manager فى النص استدعيت ال method طبعا اذا + +398 +00:31:59,430 --> 00:32:02,670 +كان لا يساوي نل نل معناه ان فى activity فعلا بتشغل + +399 +00:32:02,670 --> 00:32:07,730 +فبقول له ال get start activity و بعطيله ال intent + +400 +00:32:07,730 --> 00:32:10,570 +تعالى ال get انجرب + +401 +00:32:37,230 --> 00:32:43,190 +طيب لان اول ما ضغطت on send طلّع ليه كل التطبيقات + +402 +00:32:44,650 --> 00:32:48,070 +اللي ممكن تبع ال email بدك تختار انت عد منهم مثلا + +403 +00:32:48,070 --> 00:32:53,250 +هاي ال Gmail طبعا على طول فتحلك ال Gmail و إيش + +404 +00:32:53,250 --> 00:32:56,370 +عمل؟ عبّق البيانات هاي ال emails اللي بدو يبعت + +405 +00:32:56,370 --> 00:32:59,270 +عليها و هاي ال subject و هاي النص بضغط عليك انت + +406 +00:32:59,270 --> 00:33:06,210 +بتعمل إيش؟ اه تضغط على زر ال center ماشي + +407 +00:33:06,210 --> 00:33:09,330 +يا شباب احنا جاعدين نجرب ال implicit intent عشان + +408 +00:33:09,330 --> 00:33:18,080 +نشغل تطبيقات تانيةتعالى نشوف كمان مثال هذا + +409 +00:33:18,080 --> 00:33:24,420 +تطبيق عشان تبعد SMS تمام؟ بس هذا مش هيبعد SMS + +410 +00:33:24,420 --> 00:33:31,360 +هيجهزلك SMS تبقى عليك انت ضغط ايش؟ زر السنفيه + +411 +00:33:31,360 --> 00:33:34,940 +intent تاني ممكن يبعت SMS مباشرة وممكن يعمل اتصال + +412 +00:33:34,940 --> 00:33:38,120 +مباشرة بس ده خطير هداك بده صلاحية و permission + +413 +00:33:38,120 --> 00:33:42,080 +وشغل لما ناخد ال permission اللي بيتكلم عليه طبعا + +414 +00:33:42,080 --> 00:33:48,080 +خليني اعدد هذا خلاص رجاء انتوا فهمتوا الفكرة تعالى + +415 +00:33:48,080 --> 00:33:53,760 +نشوف كيف شكل ال intent هذا طب هذا ال intent برضه + +416 +00:33:53,760 --> 00:33:58,600 +اسمه ايش action scene بس هذا شوف ايش بيقولك بيقولك + +417 +00:33:58,600 --> 00:34:02,710 +لازم البيانات تكون كالتاليلازم تعمل object منه URI + +418 +00:34:02,710 --> 00:34:09,070 +و تحط رقم الجوال اللى بدك تبعتله و جابله تحط كلمة + +419 +00:34:09,070 --> 00:34:13,450 +ايش SMS to تمام؟ هي الصيغة اللى هو بدوها ده مش حفظ + +420 +00:34:13,450 --> 00:34:18,130 +تمام؟ و بعدين تروح ل ال Intent تقول له ال dataالـ + +421 +00:34:18,130 --> 00:34:23,530 +SMS URI زي هذا شبيه في الـ Web الـ Web بس كنت تعمل + +422 +00:34:23,530 --> 00:34:28,270 +URI بس كنت بيبدأ بـ HTTP هذا بيبدأ نازل بإيش SMS + +423 +00:34:28,270 --> 00:34:32,590 +To و بدك تروح و تقول Put Extra تحط بيانات اسمها + +424 +00:34:32,590 --> 00:34:38,750 +SMS Body اللي هو النص اللي في ال SMS و Set Type + +425 +00:34:38,750 --> 00:34:42,330 +Text Plane و هذا إيش Resolve Activity أعمل Run + +426 +00:35:09,200 --> 00:35:15,580 +تمام هاي على طول فتح لك ال SMS هاي كتبها له بس + +427 +00:35:15,580 --> 00:35:19,960 +الرقم إيش مش ظاهر مش عارف ليش + +428 +00:35:29,780 --> 00:35:36,220 +الخريطة برضه عبارة عن تطبيق برنامج + +429 +00:35:36,220 --> 00:35:38,300 +الخريطة Action View + +430 +00:35:40,860 --> 00:35:45,720 +زي المتصفح تمام؟ بس طبعا كيف هيميز بينهم؟ من خلال + +431 +00:35:45,720 --> 00:35:49,360 +ال data اللي هتبعتها بقولك بدك تبعت data بالشكل + +432 +00:35:49,360 --> 00:35:53,620 +هذا بدك تروح تبرض و تعملها URI و البيانات بدك + +433 +00:35:53,620 --> 00:35:57,800 +تبعتها بالشكل التالي تكتب في الأول كلمة ايش؟ geo + +434 +00:35:57,800 --> 00:36:05,200 +geo من geographyGEO بعدين نقطتين و بتحط قيم ال + +435 +00:36:05,200 --> 00:36:09,120 +latitude و ال longitud لأن انا درس جيографيا بيعرف + +436 +00:36:09,120 --> 00:36:12,740 +ان في خطوط طول و خطوط عرض و اي مكان في العالم + +437 +00:36:12,740 --> 00:36:15,540 +بتجيبه من خلال الطول و العرض فليش الأرقام يا + +438 +00:36:15,540 --> 00:36:18,460 +عزيزي؟ ما هذه أرقام خطوط انا جيبت اكتب هنا على + +439 +00:36:18,460 --> 00:36:23,840 +جوجل Gaza Strip Latitude Longitude هجيب لغزا تمام؟ + +440 +00:36:23,840 --> 00:36:27,140 +و خدت القيام من ال real net و حطيتها هنا و أخر + +441 +00:36:27,140 --> 00:36:31,690 +حاجة هذه علامة استفهم Z اللي هو نق الزومالـ Gate + +442 +00:36:31,690 --> 00:36:34,270 +غزة ممكن يعرضلك إيها من بعيد ممكن يعرضلك إيها جرب + +443 +00:36:34,270 --> 00:36:38,030 +لك كتير تمام فهذا الـ zoom مثلا ال 11 بيجرب 11 + +444 +00:36:38,030 --> 00:36:42,470 +درجة خلاص بس و بعدين بتقوله set data ال location + +445 +00:36:42,470 --> 00:36:47,650 +وهذا شغل الان + +446 +00:36:47,650 --> 00:36:51,630 +كل تطبيق انت بتعرف هال gate ان انت لما تحط data في + +447 +00:36:51,630 --> 00:36:55,060 +ال intentالـ Activity نفسها بتجيب البيانات + +448 +00:36:55,060 --> 00:37:00,260 +باستخدام ال keys اللي انت حاططها طبعا فيعني لازم + +449 +00:37:00,260 --> 00:37:04,400 +انت لما تروح تقرأ او تعرف ايش ال activity ملزمها + +450 +00:37:04,400 --> 00:37:10,220 +عشان تعرف تستدعيه واضح يا جماعة اشتغل + +451 +00:37:10,220 --> 00:37:15,460 +هدوء ولا مااشتغلش اه طيب لأن هاي البت نفسه اضغط + +452 +00:37:15,460 --> 00:37:20,180 +هيك طبعا هاي فتح الخريطة والمفروض انه بوديك وين + +453 +00:37:21,500 --> 00:37:25,220 +طبعا هنا بدو يفعل ال GPS اللي على الجهاز طبعا بس + +454 +00:37:25,220 --> 00:37:30,060 +هى ايش راح .. هو طبعا بدو يفعل ال GPS عشان يحدث + +455 +00:37:30,060 --> 00:37:32,900 +البيانات يعني يجيب تفاصيل اكتر في الخريطة و يعمل + +456 +00:37:32,900 --> 00:37:37,500 +zoom لإن ال zoom بدو إيش؟ بدو internet طبعا فخلاص + +457 +00:37:37,500 --> 00:37:41,260 +هى جيب جهازها بس هو اجي يعمل zoom مظبطش معاه لإن + +458 +00:37:41,260 --> 00:37:46,180 +ماله ال GPS موقف لو شغال بتلاقي بيعمل هيعملك zoom + +459 +00:37:46,180 --> 00:37:48,040 +على الرقم اللي انت حاطه + +460 +00:37:51,370 --> 00:37:56,470 +ماشي يا جماعة خلال ال course هنشوف كيف احنا مثلا + +461 +00:37:56,470 --> 00:38:00,710 +نشغل نتصل تليفون نشغل الكاميرا و نصور و نجيب الصور + +462 +00:38:00,710 --> 00:38:05,690 +الموجودة فيها هذا الفكرة إذا فهمت كيف ال intent + +463 +00:38:05,690 --> 00:38:18,210 +هذا بيشغل هتفهم الأمور التانية ايه اكيد + +464 +00:38:18,210 --> 00:38:20,050 +طبعا اكيد + +465 +00:38:21,700 --> 00:38:24,400 +أكيد يا جماعة ازميل كو بيسأل بيقول هل بنقدر القيام + +466 +00:38:24,400 --> 00:38:30,620 +ناخدها من ايد ال text هذا طبيعي كيف؟ + +467 +00:38:30,620 --> 00:38:33,280 +اه ممكن تعمل form انت و اقرأ من ايد ال text و حطها + +468 +00:38:33,280 --> 00:38:36,940 +يعني من غير ما انا احكيها هذا معروف هذه النص اللي + +469 +00:38:36,940 --> 00:38:40,580 +هنا بدل ما هو مكتوب كتابة اقرأ من ايد ال text و + +470 +00:38:40,580 --> 00:38:44,160 +حطه احنا مش اصلا المحاضرة الماضية مش احنا شفنا كنا + +471 +00:38:44,160 --> 00:38:48,220 +نقرأ من ايد ال text و نبعت نفس الحاجة ماشي يا + +472 +00:38:48,220 --> 00:38:51,740 +جماعةخلاص نكتفي بالقدر هذا و المرة اللي جاي بنكمل + +473 +00:38:51,740 --> 00:38:52,080 +ان شاء الله + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..5e9248b69104e36c9e77281bb4c7bae2e575e7b3 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4897, "start": 20.75, "end": 48.97, "text": " Peace be upon you guys We took the previous lecture on how to start an activity from another activity And we said that there are two ways to start an activity from another activity The first way is to use something called explicit intent In short, you attach intent and we said that intent is like a message sent to the operating system The word intent means goal", "tokens": [13204, 312, 3564, 291, 1074, 492, 1890, 264, 3894, 7991, 322, 577, 281, 722, 364, 5191, 490, 1071, 5191, 400, 321, 848, 300, 456, 366, 732, 2098, 281, 722, 364, 5191, 490, 1071, 5191, 440, 700, 636, 307, 281, 764, 746, 1219, 13691, 8446, 682, 2099, 11, 291, 5085, 8446, 293, 321, 848, 300, 8446, 307, 411, 257, 3636, 2279, 281, 264, 7447, 1185, 440, 1349, 8446, 1355, 3387], "avg_logprob": -0.45267856631960185, "compression_ratio": 1.775609756097561, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 20.75, "end": 21.07, "word": " Peace", "probability": 0.040283203125}, {"start": 21.07, "end": 21.91, "word": " be", "probability": 0.51806640625}, {"start": 21.91, "end": 21.91, "word": " upon", "probability": 0.87841796875}, {"start": 21.91, "end": 22.19, "word": " you", "probability": 0.9638671875}, {"start": 22.19, "end": 23.39, "word": " guys", "probability": 0.400634765625}, {"start": 23.39, "end": 23.71, "word": " We", "probability": 0.28662109375}, {"start": 23.71, "end": 26.41, "word": " took", "probability": 0.51220703125}, {"start": 26.41, "end": 26.57, "word": " the", "probability": 0.341064453125}, {"start": 26.57, "end": 27.23, "word": " previous", "probability": 0.35009765625}, {"start": 27.23, "end": 27.23, "word": " lecture", "probability": 0.76318359375}, {"start": 27.23, "end": 27.87, "word": " on", "probability": 0.134033203125}, {"start": 27.87, "end": 28.05, "word": " how", "probability": 0.81640625}, {"start": 28.05, "end": 28.25, "word": " to", "probability": 0.92724609375}, {"start": 28.25, "end": 28.45, "word": " start", "probability": 0.359375}, {"start": 28.45, "end": 29.03, "word": " an", "probability": 0.43115234375}, {"start": 29.03, "end": 29.03, "word": " activity", "probability": 0.9697265625}, {"start": 29.03, "end": 29.17, "word": " from", "probability": 0.80908203125}, {"start": 29.17, "end": 29.83, "word": " another", "probability": 0.892578125}, {"start": 29.83, "end": 29.83, "word": " activity", "probability": 0.97021484375}, {"start": 29.83, "end": 32.55, "word": " And", "probability": 0.1964111328125}, {"start": 32.55, "end": 32.59, "word": " we", "probability": 0.86474609375}, {"start": 32.59, "end": 32.77, "word": " said", "probability": 0.80419921875}, {"start": 32.77, "end": 32.99, "word": " that", "probability": 0.7177734375}, {"start": 32.99, "end": 33.11, "word": " there", "probability": 0.87890625}, {"start": 33.11, "end": 33.21, "word": " are", "probability": 0.83544921875}, {"start": 33.21, "end": 33.67, "word": " two", "probability": 0.7822265625}, {"start": 33.67, "end": 33.67, "word": " ways", "probability": 0.87939453125}, {"start": 33.67, "end": 34.11, "word": " to", "probability": 0.857421875}, {"start": 34.11, "end": 34.65, "word": " start", "probability": 0.806640625}, {"start": 34.65, "end": 35.79, "word": " an", "probability": 0.44775390625}, {"start": 35.79, "end": 36.05, "word": " activity", "probability": 0.97705078125}, {"start": 36.05, "end": 36.19, "word": " from", "probability": 0.54931640625}, {"start": 36.19, "end": 36.35, "word": " another", "probability": 0.7373046875}, {"start": 36.35, "end": 36.67, "word": " activity", "probability": 0.95361328125}, {"start": 36.67, "end": 36.81, "word": " The", "probability": 0.6103515625}, {"start": 36.81, "end": 37.29, "word": " first", "probability": 0.87841796875}, {"start": 37.29, "end": 37.37, "word": " way", "probability": 0.724609375}, {"start": 37.37, "end": 37.53, "word": " is", "probability": 0.68798828125}, {"start": 37.53, "end": 37.53, "word": " to", "probability": 0.347412109375}, {"start": 37.53, "end": 37.81, "word": " use", "probability": 0.86572265625}, {"start": 37.81, "end": 38.03, "word": " something", "probability": 0.51416015625}, {"start": 38.03, "end": 38.37, "word": " called", "probability": 0.83251953125}, {"start": 38.37, "end": 38.99, "word": " explicit", "probability": 0.5576171875}, {"start": 38.99, "end": 39.61, "word": " intent", "probability": 0.9541015625}, {"start": 39.61, "end": 40.21, "word": " In", "probability": 0.5400390625}, {"start": 40.21, "end": 40.61, "word": " short,", "probability": 0.8095703125}, {"start": 40.81, "end": 40.91, "word": " you", "probability": 0.81103515625}, {"start": 40.91, "end": 41.27, "word": " attach", "probability": 0.2230224609375}, {"start": 41.27, "end": 41.79, "word": " intent", "probability": 0.54150390625}, {"start": 41.79, "end": 41.93, "word": " and", "probability": 0.5400390625}, {"start": 41.93, "end": 42.23, "word": " we", "probability": 0.52001953125}, {"start": 42.23, "end": 42.23, "word": " said", "probability": 0.82421875}, {"start": 42.23, "end": 42.43, "word": " that", "probability": 0.9150390625}, {"start": 42.43, "end": 42.83, "word": " intent", "probability": 0.693359375}, {"start": 42.83, "end": 43.05, "word": " is", "probability": 0.9228515625}, {"start": 43.05, "end": 43.69, "word": " like", "probability": 0.63037109375}, {"start": 43.69, "end": 44.27, "word": " a", "probability": 0.95556640625}, {"start": 44.27, "end": 44.27, "word": " message", "probability": 0.84814453125}, {"start": 44.27, "end": 45.25, "word": " sent", "probability": 0.470947265625}, {"start": 45.25, "end": 45.45, "word": " to", "probability": 0.92333984375}, {"start": 45.45, "end": 45.49, "word": " the", "probability": 0.82177734375}, {"start": 45.49, "end": 45.79, "word": " operating", "probability": 0.9560546875}, {"start": 45.79, "end": 46.41, "word": " system", "probability": 0.9521484375}, {"start": 46.41, "end": 47.73, "word": " The", "probability": 0.491455078125}, {"start": 47.73, "end": 47.95, "word": " word", "probability": 0.8623046875}, {"start": 47.95, "end": 48.33, "word": " intent", "probability": 0.8916015625}, {"start": 48.33, "end": 48.59, "word": " means", "probability": 0.8662109375}, {"start": 48.59, "end": 48.97, "word": " goal", "probability": 0.4375}], "temperature": 1.0}, {"id": 2, "seek": 5800, "start": 49.88, "end": 58.0, "text": " You need to specify a request. You request something from the operating system. You need to tell it that you send it an intent and give it the name of the activity or the activity class that you want to run", "tokens": [509, 643, 281, 16500, 257, 5308, 13, 509, 5308, 746, 490, 264, 7447, 1185, 13, 509, 643, 281, 980, 309, 300, 291, 2845, 309, 364, 8446, 293, 976, 309, 264, 1315, 295, 264, 5191, 420, 264, 5191, 1508, 300, 291, 528, 281, 1190], "avg_logprob": -0.6338778300718828, "compression_ratio": 1.6046511627906976, "no_speech_prob": 0.0, "words": [{"start": 49.88, "end": 50.12, "word": " You", "probability": 0.2183837890625}, {"start": 50.12, "end": 50.2, "word": " need", "probability": 0.1326904296875}, {"start": 50.2, "end": 50.24, "word": " to", "probability": 0.92578125}, {"start": 50.24, "end": 50.5, "word": " specify", "probability": 0.68310546875}, {"start": 50.5, "end": 50.66, "word": " a", "probability": 0.383544921875}, {"start": 50.66, "end": 50.84, "word": " request.", "probability": 0.6337890625}, {"start": 50.98, "end": 51.08, "word": " You", "probability": 0.492919921875}, {"start": 51.08, "end": 51.38, "word": " request", "probability": 0.323974609375}, {"start": 51.38, "end": 51.7, "word": " something", "probability": 0.469970703125}, {"start": 51.7, "end": 51.92, "word": " from", "probability": 0.8330078125}, {"start": 51.92, "end": 52.02, "word": " the", "probability": 0.544921875}, {"start": 52.02, "end": 52.3, "word": " operating", "probability": 0.888671875}, {"start": 52.3, "end": 52.72, "word": " system.", "probability": 0.947265625}, {"start": 52.9, "end": 52.94, "word": " You", "probability": 0.55908203125}, {"start": 52.94, "end": 53.04, "word": " need", "probability": 0.3896484375}, {"start": 53.04, "end": 53.08, "word": " to", "probability": 0.9677734375}, {"start": 53.08, "end": 53.22, "word": " tell", "probability": 0.1373291015625}, {"start": 53.22, "end": 53.36, "word": " it", "probability": 0.6220703125}, {"start": 53.36, "end": 53.52, "word": " that", "probability": 0.3486328125}, {"start": 53.52, "end": 53.54, "word": " you", "probability": 0.8662109375}, {"start": 53.54, "end": 53.78, "word": " send", "probability": 0.3125}, {"start": 53.78, "end": 53.9, "word": " it", "probability": 0.424072265625}, {"start": 53.9, "end": 53.96, "word": " an", "probability": 0.6845703125}, {"start": 53.96, "end": 54.34, "word": " intent", "probability": 0.88525390625}, {"start": 54.34, "end": 54.62, "word": " and", "probability": 0.57763671875}, {"start": 54.62, "end": 54.8, "word": " give", "probability": 0.249755859375}, {"start": 54.8, "end": 55.02, "word": " it", "probability": 0.9072265625}, {"start": 55.02, "end": 55.06, "word": " the", "probability": 0.54541015625}, {"start": 55.06, "end": 55.22, "word": " name", "probability": 0.42529296875}, {"start": 55.22, "end": 55.36, "word": " of", "probability": 0.859375}, {"start": 55.36, "end": 55.36, "word": " the", "probability": 0.6669921875}, {"start": 55.36, "end": 55.76, "word": " activity", "probability": 0.955078125}, {"start": 55.76, "end": 56.12, "word": " or", "probability": 0.77197265625}, {"start": 56.12, "end": 56.44, "word": " the", "probability": 0.560546875}, {"start": 56.44, "end": 56.76, "word": " activity", "probability": 0.60791015625}, {"start": 56.76, "end": 56.82, "word": " class", "probability": 0.72265625}, {"start": 56.82, "end": 57.0, "word": " that", "probability": 0.66357421875}, {"start": 57.0, "end": 57.62, "word": " you", "probability": 0.6806640625}, {"start": 57.62, "end": 57.68, "word": " want", "probability": 0.3603515625}, {"start": 57.68, "end": 57.68, "word": " to", "probability": 0.73388671875}, {"start": 57.68, "end": 58.0, "word": " run", "probability": 0.73486328125}], "temperature": 1.0}, {"id": 3, "seek": 8690, "start": 59.04, "end": 86.9, "text": " is that it sends a message and turns on the activity. Of course, why? What is the goal? To make all other activities run through the operating system related to security. When your application asks to run another application or another activity, the operating system determines whether you have the ability to run it or not. That is why all requests go to the operating system, and the operating system turns on the activity or not.", "tokens": [307, 300, 309, 14790, 257, 3636, 293, 4523, 322, 264, 5191, 13, 2720, 1164, 11, 983, 30, 708, 307, 264, 3387, 30, 1407, 652, 439, 661, 5354, 1190, 807, 264, 7447, 1185, 4077, 281, 3825, 13, 1133, 428, 3861, 8962, 281, 1190, 1071, 3861, 420, 1071, 5191, 11, 264, 7447, 1185, 24799, 1968, 291, 362, 264, 3485, 281, 1190, 309, 420, 406, 13, 663, 307, 983, 439, 12475, 352, 281, 264, 7447, 1185, 11, 293, 264, 7447, 1185, 4523, 322, 264, 5191, 420, 406, 13], "avg_logprob": -0.4774709201829378, "compression_ratio": 1.9771689497716896, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 59.04, "end": 59.36, "word": " is", "probability": 0.06298828125}, {"start": 59.36, "end": 59.52, "word": " that", "probability": 0.52685546875}, {"start": 59.52, "end": 59.7, "word": " it", "probability": 0.61572265625}, {"start": 59.7, "end": 60.0, "word": " sends", "probability": 0.2486572265625}, {"start": 60.0, "end": 60.18, "word": " a", "probability": 0.369873046875}, {"start": 60.18, "end": 60.44, "word": " message", "probability": 0.81640625}, {"start": 60.44, "end": 60.8, "word": " and", "probability": 0.369873046875}, {"start": 60.8, "end": 60.96, "word": " turns", "probability": 0.1951904296875}, {"start": 60.96, "end": 61.12, "word": " on", "probability": 0.8291015625}, {"start": 61.12, "end": 61.22, "word": " the", "probability": 0.72705078125}, {"start": 61.22, "end": 61.4, "word": " activity.", "probability": 0.640625}, {"start": 61.6, "end": 61.8, "word": " Of", "probability": 0.232177734375}, {"start": 61.8, "end": 61.82, "word": " course,", "probability": 0.95068359375}, {"start": 62.08, "end": 62.16, "word": " why?", "probability": 0.68408203125}, {"start": 62.3, "end": 62.5, "word": " What", "probability": 0.44970703125}, {"start": 62.5, "end": 62.64, "word": " is", "probability": 0.7373046875}, {"start": 62.64, "end": 63.16, "word": " the", "probability": 0.89892578125}, {"start": 63.16, "end": 63.44, "word": " goal?", "probability": 0.359619140625}, {"start": 63.6, "end": 63.8, "word": " To", "probability": 0.358154296875}, {"start": 63.8, "end": 64.08, "word": " make", "probability": 0.689453125}, {"start": 64.08, "end": 64.44, "word": " all", "probability": 0.64208984375}, {"start": 64.44, "end": 65.1, "word": " other", "probability": 0.2330322265625}, {"start": 65.1, "end": 66.4, "word": " activities", "probability": 0.7705078125}, {"start": 66.4, "end": 66.72, "word": " run", "probability": 0.48828125}, {"start": 66.72, "end": 67.08, "word": " through", "probability": 0.703125}, {"start": 67.08, "end": 67.28, "word": " the", "probability": 0.80224609375}, {"start": 67.28, "end": 67.5, "word": " operating", "probability": 0.841796875}, {"start": 67.5, "end": 67.98, "word": " system", "probability": 0.94677734375}, {"start": 67.98, "end": 68.78, "word": " related", "probability": 0.185791015625}, {"start": 68.78, "end": 69.04, "word": " to", "probability": 0.94775390625}, {"start": 69.04, "end": 69.58, "word": " security.", "probability": 0.93310546875}, {"start": 70.84, "end": 71.36, "word": " When", "probability": 0.361572265625}, {"start": 71.36, "end": 72.8, "word": " your", "probability": 0.343994140625}, {"start": 72.8, "end": 73.14, "word": " application", "probability": 0.74609375}, {"start": 73.14, "end": 73.7, "word": " asks", "probability": 0.50537109375}, {"start": 73.7, "end": 73.86, "word": " to", "probability": 0.5947265625}, {"start": 73.86, "end": 74.08, "word": " run", "probability": 0.84375}, {"start": 74.08, "end": 74.18, "word": " another", "probability": 0.85986328125}, {"start": 74.18, "end": 74.9, "word": " application", "probability": 0.87939453125}, {"start": 74.9, "end": 75.46, "word": " or", "probability": 0.77685546875}, {"start": 75.46, "end": 75.54, "word": " another", "probability": 0.4580078125}, {"start": 75.54, "end": 76.38, "word": " activity,", "probability": 0.9560546875}, {"start": 76.38, "end": 77.24, "word": " the", "probability": 0.86279296875}, {"start": 77.24, "end": 77.42, "word": " operating", "probability": 0.947265625}, {"start": 77.42, "end": 77.78, "word": " system", "probability": 0.95361328125}, {"start": 77.78, "end": 78.3, "word": " determines", "probability": 0.685546875}, {"start": 78.3, "end": 78.52, "word": " whether", "probability": 0.5888671875}, {"start": 78.52, "end": 78.6, "word": " you", "probability": 0.5048828125}, {"start": 78.6, "end": 78.7, "word": " have", "probability": 0.8291015625}, {"start": 78.7, "end": 78.8, "word": " the", "probability": 0.533203125}, {"start": 78.8, "end": 79.12, "word": " ability", "probability": 0.24560546875}, {"start": 79.12, "end": 79.38, "word": " to", "probability": 0.92333984375}, {"start": 79.38, "end": 79.66, "word": " run", "probability": 0.79931640625}, {"start": 79.66, "end": 79.8, "word": " it", "probability": 0.8876953125}, {"start": 79.8, "end": 79.98, "word": " or", "probability": 0.93359375}, {"start": 79.98, "end": 80.34, "word": " not.", "probability": 0.74951171875}, {"start": 81.44, "end": 81.96, "word": " That", "probability": 0.51416015625}, {"start": 81.96, "end": 82.0, "word": " is", "probability": 0.52880859375}, {"start": 82.0, "end": 82.14, "word": " why", "probability": 0.92041015625}, {"start": 82.14, "end": 82.5, "word": " all", "probability": 0.916015625}, {"start": 82.5, "end": 82.86, "word": " requests", "probability": 0.2919921875}, {"start": 82.86, "end": 83.18, "word": " go", "probability": 0.89111328125}, {"start": 83.18, "end": 83.32, "word": " to", "probability": 0.9560546875}, {"start": 83.32, "end": 83.4, "word": " the", "probability": 0.9033203125}, {"start": 83.4, "end": 83.62, "word": " operating", "probability": 0.9716796875}, {"start": 83.62, "end": 84.18, "word": " system,", "probability": 0.94775390625}, {"start": 84.36, "end": 84.42, "word": " and", "probability": 0.6845703125}, {"start": 84.42, "end": 84.52, "word": " the", "probability": 0.8505859375}, {"start": 84.52, "end": 84.72, "word": " operating", "probability": 0.9765625}, {"start": 84.72, "end": 85.12, "word": " system", "probability": 0.9541015625}, {"start": 85.12, "end": 85.5, "word": " turns", "probability": 0.384765625}, {"start": 85.5, "end": 86.32, "word": " on", "probability": 0.88916015625}, {"start": 86.32, "end": 86.38, "word": " the", "probability": 0.8125}, {"start": 86.38, "end": 86.72, "word": " activity", "probability": 0.943359375}, {"start": 86.72, "end": 86.84, "word": " or", "probability": 0.9326171875}, {"start": 86.84, "end": 86.9, "word": " not.", "probability": 0.384765625}], "temperature": 1.0}, {"id": 4, "seek": 11118, "start": 88.26, "end": 111.18, "text": " Let's imagine that I have another activity in my application called second activity Let's say I have a button And I want to run a new activity when I click on the button button.sitonclicklistener", "tokens": [961, 311, 3811, 300, 286, 362, 1071, 5191, 294, 452, 3861, 1219, 1150, 5191, 961, 311, 584, 286, 362, 257, 2960, 400, 286, 528, 281, 1190, 257, 777, 5191, 562, 286, 2052, 322, 264, 2960, 2960, 13, 82, 270, 266, 18548, 75, 4821, 260], "avg_logprob": -0.49513890478346084, "compression_ratio": 1.4961832061068703, "no_speech_prob": 0.0, "words": [{"start": 88.26, "end": 88.9, "word": " Let's", "probability": 0.5540771484375}, {"start": 88.9, "end": 89.24, "word": " imagine", "probability": 0.2193603515625}, {"start": 89.24, "end": 89.58, "word": " that", "probability": 0.53466796875}, {"start": 89.58, "end": 90.08, "word": " I", "probability": 0.796875}, {"start": 90.08, "end": 90.26, "word": " have", "probability": 0.9013671875}, {"start": 90.26, "end": 90.38, "word": " another", "probability": 0.60400390625}, {"start": 90.38, "end": 90.7, "word": " activity", "probability": 0.912109375}, {"start": 90.7, "end": 91.1, "word": " in", "probability": 0.60205078125}, {"start": 91.1, "end": 91.22, "word": " my", "probability": 0.51904296875}, {"start": 91.22, "end": 91.54, "word": " application", "probability": 0.436279296875}, {"start": 91.54, "end": 91.86, "word": " called", "probability": 0.302734375}, {"start": 91.86, "end": 92.2, "word": " second", "probability": 0.39111328125}, {"start": 92.2, "end": 92.78, "word": " activity", "probability": 0.81298828125}, {"start": 92.78, "end": 93.64, "word": " Let's", "probability": 0.5714111328125}, {"start": 93.64, "end": 95.5, "word": " say", "probability": 0.30908203125}, {"start": 95.5, "end": 95.78, "word": " I", "probability": 0.552734375}, {"start": 95.78, "end": 96.02, "word": " have", "probability": 0.92529296875}, {"start": 96.02, "end": 96.14, "word": " a", "probability": 0.6357421875}, {"start": 96.14, "end": 96.38, "word": " button", "probability": 0.73095703125}, {"start": 96.38, "end": 104.84, "word": " And", "probability": 0.46533203125}, {"start": 104.84, "end": 105.04, "word": " I", "probability": 0.5341796875}, {"start": 105.04, "end": 105.04, "word": " want", "probability": 0.52587890625}, {"start": 105.04, "end": 105.86, "word": " to", "probability": 0.87451171875}, {"start": 105.86, "end": 106.1, "word": " run", "probability": 0.291259765625}, {"start": 106.1, "end": 106.22, "word": " a", "probability": 0.72314453125}, {"start": 106.22, "end": 106.74, "word": " new", "probability": 0.90576171875}, {"start": 106.74, "end": 106.74, "word": " activity", "probability": 0.94384765625}, {"start": 106.74, "end": 106.84, "word": " when", "probability": 0.47998046875}, {"start": 106.84, "end": 106.84, "word": " I", "probability": 0.9541015625}, {"start": 106.84, "end": 106.84, "word": " click", "probability": 0.52587890625}, {"start": 106.84, "end": 106.84, "word": " on", "probability": 0.755859375}, {"start": 106.84, "end": 106.84, "word": " the", "probability": 0.473876953125}, {"start": 106.84, "end": 106.84, "word": " button", "probability": 0.91796875}, {"start": 106.84, "end": 107.14, "word": " button", "probability": 0.669921875}, {"start": 107.14, "end": 111.18, "word": ".sitonclicklistener", "probability": 0.79718017578125}], "temperature": 1.0}, {"id": 5, "seek": 14297, "start": 117.94, "end": 142.98, "text": " Inside their action, I create an Intent And I give it two things The context, which is indicated on the whole application By the way, the context is also the super class of the activity This class is MyFirstActivityExtendAppCompatActivity And AppCompatActivityExtendClass And their top class is called context", "tokens": [15123, 641, 3069, 11, 286, 1884, 364, 5681, 317, 400, 286, 976, 309, 732, 721, 440, 4319, 11, 597, 307, 16176, 322, 264, 1379, 3861, 3146, 264, 636, 11, 264, 4319, 307, 611, 264, 1687, 1508, 295, 264, 5191, 639, 1508, 307, 1222, 27454, 30338, 4253, 36, 734, 521, 9132, 34, 8586, 267, 30338, 4253, 400, 3132, 34, 8586, 267, 30338, 4253, 36, 734, 521, 44621, 400, 641, 1192, 1508, 307, 1219, 4319], "avg_logprob": -0.5152026777331894, "compression_ratio": 1.6666666666666667, "no_speech_prob": 0.0, "words": [{"start": 117.94, "end": 118.42, "word": " Inside", "probability": 0.0748291015625}, {"start": 118.42, "end": 118.62, "word": " their", "probability": 0.404296875}, {"start": 118.62, "end": 118.92, "word": " action,", "probability": 0.61572265625}, {"start": 119.44, "end": 119.68, "word": " I", "probability": 0.859375}, {"start": 119.68, "end": 119.88, "word": " create", "probability": 0.5966796875}, {"start": 119.88, "end": 120.06, "word": " an", "probability": 0.58740234375}, {"start": 120.06, "end": 120.58, "word": " Intent", "probability": 0.64404296875}, {"start": 120.58, "end": 125.0, "word": " And", "probability": 0.2205810546875}, {"start": 125.0, "end": 125.62, "word": " I", "probability": 0.5087890625}, {"start": 125.62, "end": 125.76, "word": " give", "probability": 0.391845703125}, {"start": 125.76, "end": 125.9, "word": " it", "probability": 0.73388671875}, {"start": 125.9, "end": 126.24, "word": " two", "probability": 0.572265625}, {"start": 126.24, "end": 126.24, "word": " things", "probability": 0.5126953125}, {"start": 126.24, "end": 126.44, "word": " The", "probability": 0.1265869140625}, {"start": 126.44, "end": 126.96, "word": " context,", "probability": 0.6689453125}, {"start": 127.44, "end": 127.46, "word": " which", "probability": 0.66455078125}, {"start": 127.46, "end": 127.62, "word": " is", "probability": 0.8125}, {"start": 127.62, "end": 127.9, "word": " indicated", "probability": 0.19189453125}, {"start": 127.9, "end": 128.06, "word": " on", "probability": 0.55078125}, {"start": 128.06, "end": 128.18, "word": " the", "probability": 0.7734375}, {"start": 128.18, "end": 128.66, "word": " whole", "probability": 0.2135009765625}, {"start": 128.66, "end": 128.66, "word": " application", "probability": 0.466064453125}, {"start": 128.66, "end": 128.84, "word": " By", "probability": 0.2294921875}, {"start": 128.84, "end": 128.98, "word": " the", "probability": 0.9345703125}, {"start": 128.98, "end": 129.06, "word": " way,", "probability": 0.958984375}, {"start": 129.1, "end": 129.22, "word": " the", "probability": 0.482666015625}, {"start": 129.22, "end": 129.56, "word": " context", "probability": 0.8740234375}, {"start": 129.56, "end": 129.94, "word": " is", "probability": 0.908203125}, {"start": 129.94, "end": 130.08, "word": " also", "probability": 0.362060546875}, {"start": 130.08, "end": 130.28, "word": " the", "probability": 0.6171875}, {"start": 130.28, "end": 130.54, "word": " super", "probability": 0.88134765625}, {"start": 130.54, "end": 130.94, "word": " class", "probability": 0.5771484375}, {"start": 130.94, "end": 131.12, "word": " of", "probability": 0.84716796875}, {"start": 131.12, "end": 131.22, "word": " the", "probability": 0.6767578125}, {"start": 131.22, "end": 131.62, "word": " activity", "probability": 0.91943359375}, {"start": 131.62, "end": 132.98, "word": " This", "probability": 0.322265625}, {"start": 132.98, "end": 133.68, "word": " class", "probability": 0.91357421875}, {"start": 133.68, "end": 133.82, "word": " is", "probability": 0.4873046875}, {"start": 133.82, "end": 136.28, "word": " MyFirstActivityExtendAppCompatActivity", "probability": 0.8083120492788461}, {"start": 136.28, "end": 136.46, "word": " And", "probability": 0.5810546875}, {"start": 136.46, "end": 138.78, "word": " AppCompatActivityExtendClass", "probability": 0.89609375}, {"start": 138.78, "end": 139.0, "word": " And", "probability": 0.572265625}, {"start": 139.0, "end": 139.7, "word": " their", "probability": 0.255859375}, {"start": 139.7, "end": 140.76, "word": " top", "probability": 0.378173828125}, {"start": 140.76, "end": 141.74, "word": " class", "probability": 0.791015625}, {"start": 141.74, "end": 141.9, "word": " is", "probability": 0.5986328125}, {"start": 141.9, "end": 142.1, "word": " called", "probability": 0.5009765625}, {"start": 142.1, "end": 142.98, "word": " context", "probability": 0.61083984375}], "temperature": 1.0}, {"id": 6, "seek": 16740, "start": 144.1, "end": 167.4, "text": " Even if you pass this, it will work. It will tell you that the activity is the same. But we prefer that you always follow the getApplication context. Now, the class of the activity that we want to run is secondActivity.class And after I say startActivity", "tokens": [2754, 498, 291, 1320, 341, 11, 309, 486, 589, 13, 467, 486, 980, 291, 300, 264, 5191, 307, 264, 912, 13, 583, 321, 4382, 300, 291, 1009, 1524, 264, 483, 9132, 1050, 399, 4319, 13, 823, 11, 264, 1508, 295, 264, 5191, 300, 321, 528, 281, 1190, 307, 1150, 30338, 4253, 13, 11665, 400, 934, 286, 584, 722, 30338, 4253], "avg_logprob": -0.5665983332962287, "compression_ratio": 1.536144578313253, "no_speech_prob": 0.0, "words": [{"start": 144.1, "end": 144.56, "word": " Even", "probability": 0.3955078125}, {"start": 144.56, "end": 144.72, "word": " if", "probability": 0.77197265625}, {"start": 144.72, "end": 144.96, "word": " you", "probability": 0.90380859375}, {"start": 144.96, "end": 145.14, "word": " pass", "probability": 0.1392822265625}, {"start": 145.14, "end": 145.64, "word": " this,", "probability": 0.58935546875}, {"start": 146.0, "end": 146.22, "word": " it", "probability": 0.57373046875}, {"start": 146.22, "end": 146.3, "word": " will", "probability": 0.217041015625}, {"start": 146.3, "end": 146.42, "word": " work.", "probability": 0.6484375}, {"start": 146.84, "end": 147.02, "word": " It", "probability": 0.291748046875}, {"start": 147.02, "end": 147.16, "word": " will", "probability": 0.60009765625}, {"start": 147.16, "end": 147.3, "word": " tell", "probability": 0.294189453125}, {"start": 147.3, "end": 147.42, "word": " you", "probability": 0.92919921875}, {"start": 147.42, "end": 147.5, "word": " that", "probability": 0.231201171875}, {"start": 147.5, "end": 147.5, "word": " the", "probability": 0.54541015625}, {"start": 147.5, "end": 147.86, "word": " activity", "probability": 0.888671875}, {"start": 147.86, "end": 147.98, "word": " is", "probability": 0.7783203125}, {"start": 147.98, "end": 148.16, "word": " the", "probability": 0.7431640625}, {"start": 148.16, "end": 148.16, "word": " same.", "probability": 0.908203125}, {"start": 148.7, "end": 149.12, "word": " But", "probability": 0.69189453125}, {"start": 149.12, "end": 149.3, "word": " we", "probability": 0.75634765625}, {"start": 149.3, "end": 149.78, "word": " prefer", "probability": 0.86181640625}, {"start": 149.78, "end": 150.0, "word": " that", "probability": 0.5234375}, {"start": 150.0, "end": 150.46, "word": " you", "probability": 0.6103515625}, {"start": 150.46, "end": 150.46, "word": " always", "probability": 0.58837890625}, {"start": 150.46, "end": 150.78, "word": " follow", "probability": 0.193603515625}, {"start": 150.78, "end": 150.94, "word": " the", "probability": 0.552734375}, {"start": 150.94, "end": 151.8, "word": " getApplication", "probability": 0.68377685546875}, {"start": 151.8, "end": 153.0, "word": " context.", "probability": 0.720703125}, {"start": 154.96, "end": 155.42, "word": " Now,", "probability": 0.27001953125}, {"start": 156.16, "end": 156.16, "word": " the", "probability": 0.229736328125}, {"start": 156.16, "end": 156.48, "word": " class", "probability": 0.8115234375}, {"start": 156.48, "end": 156.7, "word": " of", "probability": 0.68359375}, {"start": 156.7, "end": 156.82, "word": " the", "probability": 0.59130859375}, {"start": 156.82, "end": 157.16, "word": " activity", "probability": 0.939453125}, {"start": 157.16, "end": 157.3, "word": " that", "probability": 0.583984375}, {"start": 157.3, "end": 157.4, "word": " we", "probability": 0.802734375}, {"start": 157.4, "end": 157.48, "word": " want", "probability": 0.72119140625}, {"start": 157.48, "end": 157.5, "word": " to", "probability": 0.95947265625}, {"start": 157.5, "end": 157.76, "word": " run", "probability": 0.76806640625}, {"start": 157.76, "end": 158.18, "word": " is", "probability": 0.384521484375}, {"start": 158.18, "end": 161.5, "word": " secondActivity", "probability": 0.7908528645833334}, {"start": 161.5, "end": 162.62, "word": ".class", "probability": 0.839599609375}, {"start": 162.62, "end": 165.96, "word": " And", "probability": 0.35888671875}, {"start": 165.96, "end": 166.14, "word": " after", "probability": 0.6005859375}, {"start": 166.14, "end": 166.34, "word": " I", "probability": 0.53515625}, {"start": 166.34, "end": 166.46, "word": " say", "probability": 0.80224609375}, {"start": 166.46, "end": 167.4, "word": " startActivity", "probability": 0.8419596354166666}], "temperature": 1.0}, {"id": 7, "seek": 19204, "start": 168.46, "end": 192.04, "text": " And I give him the intent And we said in the previous lecture that you can use the intent to send data to another activity Which is through the intent.putextra And every data you put in the intent, you have to give it a key, okay? This way you get the data For example, username, you put Ahmed, for example", "tokens": [400, 286, 976, 796, 264, 8446, 400, 321, 848, 294, 264, 3894, 7991, 300, 291, 393, 764, 264, 8446, 281, 2845, 1412, 281, 1071, 5191, 3013, 307, 807, 264, 8446, 13, 2582, 3828, 424, 400, 633, 1412, 291, 829, 294, 264, 8446, 11, 291, 362, 281, 976, 309, 257, 2141, 11, 1392, 30, 639, 636, 291, 483, 264, 1412, 1171, 1365, 11, 30351, 11, 291, 829, 39189, 11, 337, 1365], "avg_logprob": -0.4832746613193566, "compression_ratio": 1.6505376344086022, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 168.46, "end": 168.6, "word": " And", "probability": 0.336181640625}, {"start": 168.6, "end": 168.68, "word": " I", "probability": 0.50048828125}, {"start": 168.68, "end": 168.86, "word": " give", "probability": 0.487548828125}, {"start": 168.86, "end": 169.1, "word": " him", "probability": 0.56298828125}, {"start": 169.1, "end": 169.26, "word": " the", "probability": 0.69091796875}, {"start": 169.26, "end": 169.54, "word": " intent", "probability": 0.8525390625}, {"start": 169.54, "end": 169.78, "word": " And", "probability": 0.3173828125}, {"start": 169.78, "end": 170.02, "word": " we", "probability": 0.58251953125}, {"start": 170.02, "end": 170.02, "word": " said", "probability": 0.1949462890625}, {"start": 170.02, "end": 170.2, "word": " in", "probability": 0.79931640625}, {"start": 170.2, "end": 170.24, "word": " the", "probability": 0.6357421875}, {"start": 170.24, "end": 170.78, "word": " previous", "probability": 0.413330078125}, {"start": 170.78, "end": 170.78, "word": " lecture", "probability": 0.74072265625}, {"start": 170.78, "end": 170.98, "word": " that", "probability": 0.58935546875}, {"start": 170.98, "end": 171.16, "word": " you", "probability": 0.9140625}, {"start": 171.16, "end": 171.6, "word": " can", "probability": 0.892578125}, {"start": 171.6, "end": 172.86, "word": " use", "probability": 0.80908203125}, {"start": 172.86, "end": 173.02, "word": " the", "probability": 0.66552734375}, {"start": 173.02, "end": 173.28, "word": " intent", "probability": 0.95458984375}, {"start": 173.28, "end": 173.58, "word": " to", "probability": 0.83837890625}, {"start": 173.58, "end": 173.94, "word": " send", "probability": 0.78173828125}, {"start": 173.94, "end": 174.34, "word": " data", "probability": 0.669921875}, {"start": 174.34, "end": 175.34, "word": " to", "probability": 0.90478515625}, {"start": 175.34, "end": 175.4, "word": " another", "probability": 0.61181640625}, {"start": 175.4, "end": 175.86, "word": " activity", "probability": 0.9228515625}, {"start": 175.86, "end": 177.02, "word": " Which", "probability": 0.2479248046875}, {"start": 177.02, "end": 177.16, "word": " is", "probability": 0.88037109375}, {"start": 177.16, "end": 177.38, "word": " through", "probability": 0.62109375}, {"start": 177.38, "end": 177.58, "word": " the", "probability": 0.47021484375}, {"start": 177.58, "end": 178.06, "word": " intent", "probability": 0.869140625}, {"start": 178.06, "end": 180.58, "word": ".putextra", "probability": 0.73956298828125}, {"start": 180.58, "end": 180.7, "word": " And", "probability": 0.473388671875}, {"start": 180.7, "end": 180.94, "word": " every", "probability": 0.359375}, {"start": 180.94, "end": 181.2, "word": " data", "probability": 0.865234375}, {"start": 181.2, "end": 181.44, "word": " you", "probability": 0.65625}, {"start": 181.44, "end": 181.66, "word": " put", "probability": 0.53076171875}, {"start": 181.66, "end": 181.84, "word": " in", "probability": 0.74169921875}, {"start": 181.84, "end": 181.94, "word": " the", "probability": 0.8388671875}, {"start": 181.94, "end": 182.28, "word": " intent,", "probability": 0.953125}, {"start": 182.4, "end": 182.46, "word": " you", "probability": 0.81005859375}, {"start": 182.46, "end": 182.56, "word": " have", "probability": 0.39599609375}, {"start": 182.56, "end": 182.68, "word": " to", "probability": 0.96826171875}, {"start": 182.68, "end": 182.88, "word": " give", "probability": 0.736328125}, {"start": 182.88, "end": 183.02, "word": " it", "probability": 0.791015625}, {"start": 183.02, "end": 183.08, "word": " a", "probability": 0.96142578125}, {"start": 183.08, "end": 183.26, "word": " key,", "probability": 0.91845703125}, {"start": 184.1, "end": 184.38, "word": " okay?", "probability": 0.427734375}, {"start": 184.48, "end": 184.74, "word": " This", "probability": 0.1519775390625}, {"start": 184.74, "end": 184.84, "word": " way", "probability": 0.53662109375}, {"start": 184.84, "end": 185.14, "word": " you", "probability": 0.60498046875}, {"start": 185.14, "end": 185.34, "word": " get", "probability": 0.64208984375}, {"start": 185.34, "end": 185.44, "word": " the", "probability": 0.62255859375}, {"start": 185.44, "end": 185.8, "word": " data", "probability": 0.91552734375}, {"start": 185.8, "end": 187.26, "word": " For", "probability": 0.68212890625}, {"start": 187.26, "end": 187.64, "word": " example,", "probability": 0.943359375}, {"start": 187.84, "end": 188.42, "word": " username,", "probability": 0.7568359375}, {"start": 189.24, "end": 189.68, "word": " you", "probability": 0.69482421875}, {"start": 189.68, "end": 189.94, "word": " put", "probability": 0.6728515625}, {"start": 189.94, "end": 190.86, "word": " Ahmed,", "probability": 0.4384765625}, {"start": 191.44, "end": 191.68, "word": " for", "probability": 0.697265625}, {"start": 191.68, "end": 192.04, "word": " example", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 8, "seek": 21763, "start": 195.39, "end": 217.63, "text": " This is how Ahmed sent us data with username Because in the second activity, you receive the data by reading the intent This is onCreate, and now I am on the code of the second activity And you read the intent, you say intent i equals getIntent This only needs to be imported", "tokens": [639, 307, 577, 39189, 2279, 505, 1412, 365, 30351, 1436, 294, 264, 1150, 5191, 11, 291, 4774, 264, 1412, 538, 3760, 264, 8446, 639, 307, 322, 44637, 473, 11, 293, 586, 286, 669, 322, 264, 3089, 295, 264, 1150, 5191, 400, 291, 1401, 264, 8446, 11, 291, 584, 8446, 741, 6915, 483, 25597, 317, 639, 787, 2203, 281, 312, 25524], "avg_logprob": -0.6793032904140285, "compression_ratio": 1.6829268292682926, "no_speech_prob": 0.0, "words": [{"start": 195.39, "end": 195.63, "word": " This", "probability": 0.135009765625}, {"start": 195.63, "end": 195.67, "word": " is", "probability": 0.496337890625}, {"start": 195.67, "end": 195.67, "word": " how", "probability": 0.83935546875}, {"start": 195.67, "end": 196.09, "word": " Ahmed", "probability": 0.36669921875}, {"start": 196.09, "end": 196.09, "word": " sent", "probability": 0.284423828125}, {"start": 196.09, "end": 196.23, "word": " us", "probability": 0.548828125}, {"start": 196.23, "end": 197.09, "word": " data", "probability": 0.308349609375}, {"start": 197.09, "end": 198.33, "word": " with", "probability": 0.281494140625}, {"start": 198.33, "end": 199.79, "word": " username", "probability": 0.81494140625}, {"start": 199.79, "end": 200.27, "word": " Because", "probability": 0.2166748046875}, {"start": 200.27, "end": 200.47, "word": " in", "probability": 0.72998046875}, {"start": 200.47, "end": 200.63, "word": " the", "probability": 0.53955078125}, {"start": 200.63, "end": 200.79, "word": " second", "probability": 0.646484375}, {"start": 200.79, "end": 201.07, "word": " activity,", "probability": 0.904296875}, {"start": 201.51, "end": 201.61, "word": " you", "probability": 0.70166015625}, {"start": 201.61, "end": 202.11, "word": " receive", "probability": 0.23681640625}, {"start": 202.11, "end": 202.27, "word": " the", "probability": 0.494873046875}, {"start": 202.27, "end": 202.51, "word": " data", "probability": 0.88525390625}, {"start": 202.51, "end": 202.87, "word": " by", "probability": 0.5947265625}, {"start": 202.87, "end": 203.13, "word": " reading", "probability": 0.9482421875}, {"start": 203.13, "end": 203.27, "word": " the", "probability": 0.783203125}, {"start": 203.27, "end": 203.63, "word": " intent", "probability": 0.80029296875}, {"start": 203.63, "end": 203.87, "word": " This", "probability": 0.203125}, {"start": 203.87, "end": 203.93, "word": " is", "probability": 0.381103515625}, {"start": 203.93, "end": 204.99, "word": " onCreate,", "probability": 0.5220947265625}, {"start": 204.99, "end": 205.17, "word": " and", "probability": 0.2449951171875}, {"start": 205.17, "end": 205.41, "word": " now", "probability": 0.42333984375}, {"start": 205.41, "end": 205.77, "word": " I", "probability": 0.73095703125}, {"start": 205.77, "end": 205.77, "word": " am", "probability": 0.2479248046875}, {"start": 205.77, "end": 206.17, "word": " on", "probability": 0.1356201171875}, {"start": 206.17, "end": 206.35, "word": " the", "probability": 0.66845703125}, {"start": 206.35, "end": 206.53, "word": " code", "probability": 0.29345703125}, {"start": 206.53, "end": 206.59, "word": " of", "probability": 0.77685546875}, {"start": 206.59, "end": 206.61, "word": " the", "probability": 0.7841796875}, {"start": 206.61, "end": 207.21, "word": " second", "probability": 0.8359375}, {"start": 207.21, "end": 207.21, "word": " activity", "probability": 0.94287109375}, {"start": 207.21, "end": 208.09, "word": " And", "probability": 0.349853515625}, {"start": 208.09, "end": 208.23, "word": " you", "probability": 0.55029296875}, {"start": 208.23, "end": 208.37, "word": " read", "probability": 0.919921875}, {"start": 208.37, "end": 208.53, "word": " the", "probability": 0.86767578125}, {"start": 208.53, "end": 208.83, "word": " intent,", "probability": 0.958984375}, {"start": 208.89, "end": 209.01, "word": " you", "probability": 0.4619140625}, {"start": 209.01, "end": 209.21, "word": " say", "probability": 0.5654296875}, {"start": 209.21, "end": 209.83, "word": " intent", "probability": 0.5537109375}, {"start": 209.83, "end": 211.11, "word": " i", "probability": 0.28564453125}, {"start": 211.11, "end": 211.87, "word": " equals", "probability": 0.162109375}, {"start": 211.87, "end": 214.77, "word": " getIntent", "probability": 0.810546875}, {"start": 214.77, "end": 216.77, "word": " This", "probability": 0.434814453125}, {"start": 216.77, "end": 216.95, "word": " only", "probability": 0.216552734375}, {"start": 216.95, "end": 217.15, "word": " needs", "probability": 0.59619140625}, {"start": 217.15, "end": 217.25, "word": " to", "probability": 0.58544921875}, {"start": 217.25, "end": 217.25, "word": " be", "probability": 0.419189453125}, {"start": 217.25, "end": 217.63, "word": " imported", "probability": 0.7041015625}], "temperature": 1.0}, {"id": 9, "seek": 24870, "start": 219.96, "end": 248.7, "text": " Then you type in fi.hasextra and make sure that the data is in it. Then you type in the key of the data, which is the username that we sent it. If the username is present, you type in i.getstringextra username. You take this data and put it in the variable that you want to use. This is a summary of what we talked about in the previous lecture.", "tokens": [1396, 291, 2010, 294, 15848, 13, 12438, 3828, 424, 293, 652, 988, 300, 264, 1412, 307, 294, 309, 13, 1396, 291, 2010, 294, 264, 2141, 295, 264, 1412, 11, 597, 307, 264, 30351, 300, 321, 2279, 309, 13, 759, 264, 30351, 307, 1974, 11, 291, 2010, 294, 741, 13, 847, 37045, 3828, 424, 30351, 13, 509, 747, 341, 1412, 293, 829, 309, 294, 264, 7006, 300, 291, 528, 281, 764, 13, 639, 307, 257, 12691, 295, 437, 321, 2825, 466, 294, 264, 3894, 7991, 13], "avg_logprob": -0.653706376635751, "compression_ratio": 1.8115183246073299, "no_speech_prob": 0.0, "words": [{"start": 219.96, "end": 220.3, "word": " Then", "probability": 0.288818359375}, {"start": 220.3, "end": 220.46, "word": " you", "probability": 0.3271484375}, {"start": 220.46, "end": 220.66, "word": " type", "probability": 0.302734375}, {"start": 220.66, "end": 221.32, "word": " in", "probability": 0.33203125}, {"start": 221.32, "end": 221.32, "word": " fi", "probability": 0.407958984375}, {"start": 221.32, "end": 227.64, "word": ".hasextra", "probability": 0.71337890625}, {"start": 227.64, "end": 227.74, "word": " and", "probability": 0.14794921875}, {"start": 227.74, "end": 227.86, "word": " make", "probability": 0.509765625}, {"start": 227.86, "end": 228.18, "word": " sure", "probability": 0.92529296875}, {"start": 228.18, "end": 228.28, "word": " that", "probability": 0.4130859375}, {"start": 228.28, "end": 228.36, "word": " the", "probability": 0.405517578125}, {"start": 228.36, "end": 228.54, "word": " data", "probability": 0.406005859375}, {"start": 228.54, "end": 228.72, "word": " is", "probability": 0.6748046875}, {"start": 228.72, "end": 229.1, "word": " in", "probability": 0.25634765625}, {"start": 229.1, "end": 229.3, "word": " it.", "probability": 0.73486328125}, {"start": 229.52, "end": 229.88, "word": " Then", "probability": 0.2060546875}, {"start": 229.88, "end": 229.94, "word": " you", "probability": 0.451416015625}, {"start": 229.94, "end": 230.22, "word": " type", "probability": 0.4306640625}, {"start": 230.22, "end": 230.6, "word": " in", "probability": 0.6728515625}, {"start": 230.6, "end": 230.66, "word": " the", "probability": 0.63134765625}, {"start": 230.66, "end": 231.08, "word": " key", "probability": 0.48291015625}, {"start": 231.08, "end": 231.34, "word": " of", "probability": 0.5439453125}, {"start": 231.34, "end": 231.5, "word": " the", "probability": 0.72021484375}, {"start": 231.5, "end": 231.74, "word": " data,", "probability": 0.82177734375}, {"start": 231.9, "end": 231.94, "word": " which", "probability": 0.35546875}, {"start": 231.94, "end": 232.08, "word": " is", "probability": 0.71630859375}, {"start": 232.08, "end": 232.36, "word": " the", "probability": 0.406982421875}, {"start": 232.36, "end": 232.6, "word": " username", "probability": 0.57568359375}, {"start": 232.6, "end": 232.68, "word": " that", "probability": 0.1717529296875}, {"start": 232.68, "end": 232.68, "word": " we", "probability": 0.6015625}, {"start": 232.68, "end": 232.88, "word": " sent", "probability": 0.5205078125}, {"start": 232.88, "end": 233.3, "word": " it.", "probability": 0.250732421875}, {"start": 234.42, "end": 234.86, "word": " If", "probability": 0.8818359375}, {"start": 234.86, "end": 235.46, "word": " the", "probability": 0.5693359375}, {"start": 235.46, "end": 235.82, "word": " username", "probability": 0.75146484375}, {"start": 235.82, "end": 235.84, "word": " is", "probability": 0.72021484375}, {"start": 235.84, "end": 235.84, "word": " present,", "probability": 0.267333984375}, {"start": 236.24, "end": 236.46, "word": " you", "probability": 0.298583984375}, {"start": 236.46, "end": 236.84, "word": " type", "probability": 0.650390625}, {"start": 236.84, "end": 237.8, "word": " in", "probability": 0.8515625}, {"start": 237.8, "end": 238.14, "word": " i", "probability": 0.50341796875}, {"start": 238.14, "end": 240.72, "word": ".getstringextra", "probability": 0.84853515625}, {"start": 240.72, "end": 242.66, "word": " username.", "probability": 0.292724609375}, {"start": 242.66, "end": 242.8, "word": " You", "probability": 0.2919921875}, {"start": 242.8, "end": 242.98, "word": " take", "probability": 0.52783203125}, {"start": 242.98, "end": 243.56, "word": " this", "probability": 0.291748046875}, {"start": 243.56, "end": 243.56, "word": " data", "probability": 0.798828125}, {"start": 243.56, "end": 243.76, "word": " and", "probability": 0.78466796875}, {"start": 243.76, "end": 244.04, "word": " put", "probability": 0.3349609375}, {"start": 244.04, "end": 244.18, "word": " it", "probability": 0.85107421875}, {"start": 244.18, "end": 244.28, "word": " in", "probability": 0.79248046875}, {"start": 244.28, "end": 244.42, "word": " the", "probability": 0.603515625}, {"start": 244.42, "end": 244.66, "word": " variable", "probability": 0.467041015625}, {"start": 244.66, "end": 244.78, "word": " that", "probability": 0.56005859375}, {"start": 244.78, "end": 244.8, "word": " you", "probability": 0.86865234375}, {"start": 244.8, "end": 245.04, "word": " want", "probability": 0.28955078125}, {"start": 245.04, "end": 245.08, "word": " to", "probability": 0.7275390625}, {"start": 245.08, "end": 245.08, "word": " use.", "probability": 0.4140625}, {"start": 246.12, "end": 246.56, "word": " This", "probability": 0.390380859375}, {"start": 246.56, "end": 246.58, "word": " is", "probability": 0.406982421875}, {"start": 246.58, "end": 246.66, "word": " a", "probability": 0.53662109375}, {"start": 246.66, "end": 246.84, "word": " summary", "probability": 0.76123046875}, {"start": 246.84, "end": 247.02, "word": " of", "probability": 0.93359375}, {"start": 247.02, "end": 247.3, "word": " what", "probability": 0.55126953125}, {"start": 247.3, "end": 247.38, "word": " we", "probability": 0.84130859375}, {"start": 247.38, "end": 247.58, "word": " talked", "probability": 0.288818359375}, {"start": 247.58, "end": 247.8, "word": " about", "probability": 0.80615234375}, {"start": 247.8, "end": 248.34, "word": " in", "probability": 0.82470703125}, {"start": 248.34, "end": 248.38, "word": " the", "probability": 0.8203125}, {"start": 248.38, "end": 248.38, "word": " previous", "probability": 0.5439453125}, {"start": 248.38, "end": 248.7, "word": " lecture.", "probability": 0.78857421875}], "temperature": 1.0}, {"id": 10, "seek": 26914, "start": 250.46, "end": 269.14, "text": " We also said in the last lecture that there is another way to claim the intent that you don't put the class under the activity, you put something called action Action is like a description of the activity or what this activity does For example, if I say I want to go to", "tokens": [492, 611, 848, 294, 264, 1036, 7991, 300, 456, 307, 1071, 636, 281, 3932, 264, 8446, 300, 291, 500, 380, 829, 264, 1508, 833, 264, 5191, 11, 291, 829, 746, 1219, 3069, 16261, 307, 411, 257, 3855, 295, 264, 5191, 420, 437, 341, 5191, 775, 1171, 1365, 11, 498, 286, 584, 286, 528, 281, 352, 281], "avg_logprob": -0.5043859732778448, "compression_ratio": 1.588235294117647, "no_speech_prob": 0.0, "words": [{"start": 250.46, "end": 250.88, "word": " We", "probability": 0.40771484375}, {"start": 250.88, "end": 250.88, "word": " also", "probability": 0.451904296875}, {"start": 250.88, "end": 250.88, "word": " said", "probability": 0.170166015625}, {"start": 250.88, "end": 251.26, "word": " in", "probability": 0.469482421875}, {"start": 251.26, "end": 251.44, "word": " the", "probability": 0.671875}, {"start": 251.44, "end": 251.44, "word": " last", "probability": 0.6884765625}, {"start": 251.44, "end": 251.84, "word": " lecture", "probability": 0.83544921875}, {"start": 251.84, "end": 252.3, "word": " that", "probability": 0.68115234375}, {"start": 252.3, "end": 252.44, "word": " there", "probability": 0.85400390625}, {"start": 252.44, "end": 252.5, "word": " is", "probability": 0.8291015625}, {"start": 252.5, "end": 252.6, "word": " another", "probability": 0.60546875}, {"start": 252.6, "end": 252.98, "word": " way", "probability": 0.87353515625}, {"start": 252.98, "end": 253.22, "word": " to", "probability": 0.73388671875}, {"start": 253.22, "end": 253.56, "word": " claim", "probability": 0.56591796875}, {"start": 253.56, "end": 253.78, "word": " the", "probability": 0.20751953125}, {"start": 253.78, "end": 254.2, "word": " intent", "probability": 0.8544921875}, {"start": 254.2, "end": 254.46, "word": " that", "probability": 0.27099609375}, {"start": 254.46, "end": 254.76, "word": " you", "probability": 0.90087890625}, {"start": 254.76, "end": 254.86, "word": " don't", "probability": 0.794921875}, {"start": 254.86, "end": 255.3, "word": " put", "probability": 0.4072265625}, {"start": 255.3, "end": 255.54, "word": " the", "probability": 0.294677734375}, {"start": 255.54, "end": 255.84, "word": " class", "probability": 0.4443359375}, {"start": 255.84, "end": 256.1, "word": " under", "probability": 0.4140625}, {"start": 256.1, "end": 256.2, "word": " the", "probability": 0.63720703125}, {"start": 256.2, "end": 256.64, "word": " activity,", "probability": 0.9169921875}, {"start": 256.92, "end": 257.18, "word": " you", "probability": 0.7587890625}, {"start": 257.18, "end": 257.4, "word": " put", "probability": 0.830078125}, {"start": 257.4, "end": 257.56, "word": " something", "probability": 0.6357421875}, {"start": 257.56, "end": 257.82, "word": " called", "probability": 0.755859375}, {"start": 257.82, "end": 258.28, "word": " action", "probability": 0.84326171875}, {"start": 258.28, "end": 261.3, "word": " Action", "probability": 0.5439453125}, {"start": 261.3, "end": 261.64, "word": " is", "probability": 0.8935546875}, {"start": 261.64, "end": 262.2, "word": " like", "probability": 0.406005859375}, {"start": 262.2, "end": 262.38, "word": " a", "probability": 0.5283203125}, {"start": 262.38, "end": 262.58, "word": " description", "probability": 0.908203125}, {"start": 262.58, "end": 262.7, "word": " of", "probability": 0.86669921875}, {"start": 262.7, "end": 262.8, "word": " the", "probability": 0.798828125}, {"start": 262.8, "end": 263.2, "word": " activity", "probability": 0.94970703125}, {"start": 263.2, "end": 263.4, "word": " or", "probability": 0.6513671875}, {"start": 263.4, "end": 263.6, "word": " what", "probability": 0.810546875}, {"start": 263.6, "end": 263.7, "word": " this", "probability": 0.439453125}, {"start": 263.7, "end": 264.1, "word": " activity", "probability": 0.9482421875}, {"start": 264.1, "end": 265.0, "word": " does", "probability": 0.8017578125}, {"start": 265.0, "end": 266.0, "word": " For", "probability": 0.1939697265625}, {"start": 266.0, "end": 266.74, "word": " example,", "probability": 0.94677734375}, {"start": 267.46, "end": 267.66, "word": " if", "probability": 0.85107421875}, {"start": 267.66, "end": 267.82, "word": " I", "probability": 0.93896484375}, {"start": 267.82, "end": 268.0, "word": " say", "probability": 0.16162109375}, {"start": 268.0, "end": 268.18, "word": " I", "probability": 0.6259765625}, {"start": 268.18, "end": 268.3, "word": " want", "probability": 0.75341796875}, {"start": 268.3, "end": 268.42, "word": " to", "probability": 0.97265625}, {"start": 268.42, "end": 268.7, "word": " go", "probability": 0.931640625}, {"start": 268.7, "end": 269.14, "word": " to", "probability": 0.82666015625}], "temperature": 1.0}, {"id": 11, "seek": 29986, "start": 270.52, "end": 299.86, "text": " someone named Mohammed Mahmoud Ali Jumaa, okay? You will find that this person has become well-known, right or wrong, his full name is well-known. If you ask the neighbors or the people around him about this person, they will know him immediately. But sometimes I say that you should go to Abu Al-Abid, okay? Or you should go to the man who works as a carpenter, for example. You did not put his full name or full description of him here. You put a description of him. In this case, of course, they will not tell you immediately.", "tokens": [1580, 4926, 41910, 10104, 76, 1861, 12020, 508, 449, 4332, 11, 1392, 30, 509, 486, 915, 300, 341, 954, 575, 1813, 731, 12, 6861, 11, 558, 420, 2085, 11, 702, 1577, 1315, 307, 731, 12, 6861, 13, 759, 291, 1029, 264, 12512, 420, 264, 561, 926, 796, 466, 341, 954, 11, 436, 486, 458, 796, 4258, 13, 583, 2171, 286, 584, 300, 291, 820, 352, 281, 26874, 967, 12, 23695, 327, 11, 1392, 30, 1610, 291, 820, 352, 281, 264, 587, 567, 1985, 382, 257, 26103, 14278, 11, 337, 1365, 13, 509, 630, 406, 829, 702, 1577, 1315, 420, 1577, 3855, 295, 796, 510, 13, 509, 829, 257, 3855, 295, 796, 13, 682, 341, 1389, 11, 295, 1164, 11, 436, 486, 406, 980, 291, 4258, 13], "avg_logprob": -0.4473425281329418, "compression_ratio": 1.8088737201365188, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 270.52, "end": 270.96, "word": " someone", "probability": 0.32275390625}, {"start": 270.96, "end": 271.24, "word": " named", "probability": 0.36279296875}, {"start": 271.24, "end": 271.72, "word": " Mohammed", "probability": 0.246337890625}, {"start": 271.72, "end": 272.36, "word": " Mahmoud", "probability": 0.8525390625}, {"start": 272.36, "end": 272.64, "word": " Ali", "probability": 0.9150390625}, {"start": 272.64, "end": 272.96, "word": " Jumaa,", "probability": 0.6162109375}, {"start": 273.48, "end": 273.72, "word": " okay?", "probability": 0.28125}, {"start": 274.1, "end": 274.32, "word": " You", "probability": 0.1666259765625}, {"start": 274.32, "end": 274.32, "word": " will", "probability": 0.474853515625}, {"start": 274.32, "end": 274.48, "word": " find", "probability": 0.607421875}, {"start": 274.48, "end": 274.58, "word": " that", "probability": 0.59326171875}, {"start": 274.58, "end": 274.82, "word": " this", "probability": 0.53369140625}, {"start": 274.82, "end": 274.98, "word": " person", "probability": 0.57421875}, {"start": 274.98, "end": 275.0, "word": " has", "probability": 0.215576171875}, {"start": 275.0, "end": 275.02, "word": " become", "probability": 0.72119140625}, {"start": 275.02, "end": 275.16, "word": " well", "probability": 0.2100830078125}, {"start": 275.16, "end": 275.42, "word": "-known,", "probability": 0.719482421875}, {"start": 275.64, "end": 275.82, "word": " right", "probability": 0.44140625}, {"start": 275.82, "end": 276.04, "word": " or", "probability": 0.6044921875}, {"start": 276.04, "end": 276.12, "word": " wrong,", "probability": 0.697265625}, {"start": 276.18, "end": 276.28, "word": " his", "probability": 0.7353515625}, {"start": 276.28, "end": 276.44, "word": " full", "probability": 0.376220703125}, {"start": 276.44, "end": 276.44, "word": " name", "probability": 0.87060546875}, {"start": 276.44, "end": 276.5, "word": " is", "probability": 0.85595703125}, {"start": 276.5, "end": 276.64, "word": " well", "probability": 0.499267578125}, {"start": 276.64, "end": 276.88, "word": "-known.", "probability": 0.87109375}, {"start": 277.12, "end": 277.28, "word": " If", "probability": 0.9296875}, {"start": 277.28, "end": 277.36, "word": " you", "probability": 0.82275390625}, {"start": 277.36, "end": 277.68, "word": " ask", "probability": 0.81298828125}, {"start": 277.68, "end": 277.96, "word": " the", "probability": 0.2000732421875}, {"start": 277.96, "end": 278.66, "word": " neighbors", "probability": 0.6708984375}, {"start": 278.66, "end": 278.88, "word": " or", "probability": 0.77783203125}, {"start": 278.88, "end": 278.98, "word": " the", "probability": 0.30810546875}, {"start": 278.98, "end": 279.08, "word": " people", "probability": 0.625}, {"start": 279.08, "end": 279.5, "word": " around", "probability": 0.69677734375}, {"start": 279.5, "end": 279.72, "word": " him", "probability": 0.7060546875}, {"start": 279.72, "end": 279.84, "word": " about", "probability": 0.5673828125}, {"start": 279.84, "end": 280.04, "word": " this", "probability": 0.77880859375}, {"start": 280.04, "end": 280.3, "word": " person,", "probability": 0.90283203125}, {"start": 280.34, "end": 280.36, "word": " they", "probability": 0.85693359375}, {"start": 280.36, "end": 280.44, "word": " will", "probability": 0.79296875}, {"start": 280.44, "end": 280.68, "word": " know", "probability": 0.5}, {"start": 280.68, "end": 281.04, "word": " him", "probability": 0.56982421875}, {"start": 281.04, "end": 281.7, "word": " immediately.", "probability": 0.397705078125}, {"start": 282.48, "end": 282.92, "word": " But", "probability": 0.896484375}, {"start": 282.92, "end": 283.24, "word": " sometimes", "probability": 0.888671875}, {"start": 283.24, "end": 283.46, "word": " I", "probability": 0.71630859375}, {"start": 283.46, "end": 283.78, "word": " say", "probability": 0.53271484375}, {"start": 283.78, "end": 283.94, "word": " that", "probability": 0.460693359375}, {"start": 283.94, "end": 283.98, "word": " you", "probability": 0.505859375}, {"start": 283.98, "end": 284.1, "word": " should", "probability": 0.533203125}, {"start": 284.1, "end": 284.26, "word": " go", "probability": 0.7451171875}, {"start": 284.26, "end": 284.52, "word": " to", "probability": 0.7548828125}, {"start": 284.52, "end": 284.7, "word": " Abu", "probability": 0.60693359375}, {"start": 284.7, "end": 284.76, "word": " Al", "probability": 0.42138671875}, {"start": 284.76, "end": 285.0, "word": "-Abid,", "probability": 0.78564453125}, {"start": 285.76, "end": 286.06, "word": " okay?", "probability": 0.67529296875}, {"start": 286.46, "end": 286.9, "word": " Or", "probability": 0.9404296875}, {"start": 286.9, "end": 287.0, "word": " you", "probability": 0.806640625}, {"start": 287.0, "end": 287.12, "word": " should", "probability": 0.88671875}, {"start": 287.12, "end": 287.42, "word": " go", "probability": 0.9130859375}, {"start": 287.42, "end": 287.74, "word": " to", "probability": 0.94091796875}, {"start": 287.74, "end": 287.96, "word": " the", "probability": 0.6484375}, {"start": 287.96, "end": 288.26, "word": " man", "probability": 0.66552734375}, {"start": 288.26, "end": 288.4, "word": " who", "probability": 0.80712890625}, {"start": 288.4, "end": 288.6, "word": " works", "probability": 0.65234375}, {"start": 288.6, "end": 288.78, "word": " as", "probability": 0.30322265625}, {"start": 288.78, "end": 288.78, "word": " a", "probability": 0.96337890625}, {"start": 288.78, "end": 289.0, "word": " carpenter,", "probability": 0.6727294921875}, {"start": 289.42, "end": 289.7, "word": " for", "probability": 0.94482421875}, {"start": 289.7, "end": 289.82, "word": " example.", "probability": 0.95361328125}, {"start": 290.02, "end": 290.2, "word": " You", "probability": 0.623046875}, {"start": 290.2, "end": 290.34, "word": " did", "probability": 0.496337890625}, {"start": 290.34, "end": 290.42, "word": " not", "probability": 0.94775390625}, {"start": 290.42, "end": 290.86, "word": " put", "probability": 0.6171875}, {"start": 290.86, "end": 292.26, "word": " his", "probability": 0.57568359375}, {"start": 292.26, "end": 292.46, "word": " full", "probability": 0.732421875}, {"start": 292.46, "end": 292.62, "word": " name", "probability": 0.60595703125}, {"start": 292.62, "end": 293.3, "word": " or", "probability": 0.587890625}, {"start": 293.3, "end": 294.14, "word": " full", "probability": 0.5068359375}, {"start": 294.14, "end": 294.72, "word": " description", "probability": 0.63037109375}, {"start": 294.72, "end": 294.94, "word": " of", "probability": 0.437255859375}, {"start": 294.94, "end": 295.08, "word": " him", "probability": 0.92724609375}, {"start": 295.08, "end": 295.08, "word": " here.", "probability": 0.5625}, {"start": 295.18, "end": 295.52, "word": " You", "probability": 0.95458984375}, {"start": 295.52, "end": 295.82, "word": " put", "probability": 0.56640625}, {"start": 295.82, "end": 295.92, "word": " a", "probability": 0.80517578125}, {"start": 295.92, "end": 296.14, "word": " description", "probability": 0.9208984375}, {"start": 296.14, "end": 296.32, "word": " of", "probability": 0.912109375}, {"start": 296.32, "end": 296.54, "word": " him.", "probability": 0.93408203125}, {"start": 297.0, "end": 297.44, "word": " In", "probability": 0.92822265625}, {"start": 297.44, "end": 297.54, "word": " this", "probability": 0.8837890625}, {"start": 297.54, "end": 297.74, "word": " case,", "probability": 0.876953125}, {"start": 298.4, "end": 298.4, "word": " of", "probability": 0.91162109375}, {"start": 298.4, "end": 298.4, "word": " course,", "probability": 0.95947265625}, {"start": 298.88, "end": 299.12, "word": " they", "probability": 0.400634765625}, {"start": 299.12, "end": 299.2, "word": " will", "probability": 0.7822265625}, {"start": 299.2, "end": 299.2, "word": " not", "probability": 0.94677734375}, {"start": 299.2, "end": 299.44, "word": " tell", "probability": 0.2430419921875}, {"start": 299.44, "end": 299.58, "word": " you", "probability": 0.92333984375}, {"start": 299.58, "end": 299.86, "word": " immediately.", "probability": 0.350830078125}], "temperature": 1.0}, {"id": 12, "seek": 32517, "start": 301.05, "end": 325.17, "text": " You say that I work as a carpenter. What do people do? They ask, who works as a carpenter here? They go and ask, who works as a carpenter? They find someone, more than one person, and they say, these are the people who work as carpenters. Who do you want from them? They find another person and they say, okay, this is what you want, nothing else. This is what we call implicit intent. You reach the activity not by its name, but by describing this activity.", "tokens": [509, 584, 300, 286, 589, 382, 257, 26103, 14278, 13, 708, 360, 561, 360, 30, 814, 1029, 11, 567, 1985, 382, 257, 26103, 14278, 510, 30, 814, 352, 293, 1029, 11, 567, 1985, 382, 257, 26103, 14278, 30, 814, 915, 1580, 11, 544, 813, 472, 954, 11, 293, 436, 584, 11, 613, 366, 264, 561, 567, 589, 382, 1032, 22786, 433, 13, 2102, 360, 291, 528, 490, 552, 30, 814, 915, 1071, 954, 293, 436, 584, 11, 1392, 11, 341, 307, 437, 291, 528, 11, 1825, 1646, 13, 639, 307, 437, 321, 818, 26947, 8446, 13, 509, 2524, 264, 5191, 406, 538, 1080, 1315, 11, 457, 538, 16141, 341, 5191, 13], "avg_logprob": -0.5114397337394101, "compression_ratio": 1.9367088607594938, "no_speech_prob": 0.0, "words": [{"start": 301.05, "end": 301.25, "word": " You", "probability": 0.4931640625}, {"start": 301.25, "end": 301.43, "word": " say", "probability": 0.295166015625}, {"start": 301.43, "end": 301.55, "word": " that", "probability": 0.366943359375}, {"start": 301.55, "end": 301.55, "word": " I", "probability": 0.25830078125}, {"start": 301.55, "end": 301.79, "word": " work", "probability": 0.21728515625}, {"start": 301.79, "end": 302.65, "word": " as", "probability": 0.3662109375}, {"start": 302.65, "end": 302.67, "word": " a", "probability": 0.9423828125}, {"start": 302.67, "end": 302.89, "word": " carpenter.", "probability": 0.625732421875}, {"start": 303.39, "end": 303.75, "word": " What", "probability": 0.6796875}, {"start": 303.75, "end": 303.83, "word": " do", "probability": 0.751953125}, {"start": 303.83, "end": 304.01, "word": " people", "probability": 0.48046875}, {"start": 304.01, "end": 304.17, "word": " do?", "probability": 0.5654296875}, {"start": 304.53, "end": 304.65, "word": " They", "probability": 0.7294921875}, {"start": 304.65, "end": 305.05, "word": " ask,", "probability": 0.6796875}, {"start": 305.19, "end": 305.35, "word": " who", "probability": 0.54052734375}, {"start": 305.35, "end": 305.63, "word": " works", "probability": 0.404296875}, {"start": 305.63, "end": 305.77, "word": " as", "probability": 0.84765625}, {"start": 305.77, "end": 305.77, "word": " a", "probability": 0.908203125}, {"start": 305.77, "end": 305.97, "word": " carpenter", "probability": 0.96337890625}, {"start": 305.97, "end": 306.25, "word": " here?", "probability": 0.59375}, {"start": 306.99, "end": 307.31, "word": " They", "probability": 0.55224609375}, {"start": 307.31, "end": 307.47, "word": " go", "probability": 0.322509765625}, {"start": 307.47, "end": 307.87, "word": " and", "probability": 0.337158203125}, {"start": 307.87, "end": 307.87, "word": " ask,", "probability": 0.29736328125}, {"start": 308.23, "end": 308.93, "word": " who", "probability": 0.50927734375}, {"start": 308.93, "end": 309.19, "word": " works", "probability": 0.75439453125}, {"start": 309.19, "end": 309.31, "word": " as", "probability": 0.947265625}, {"start": 309.31, "end": 309.39, "word": " a", "probability": 0.9775390625}, {"start": 309.39, "end": 309.53, "word": " carpenter?", "probability": 0.937744140625}, {"start": 309.65, "end": 309.73, "word": " They", "probability": 0.30126953125}, {"start": 309.73, "end": 309.89, "word": " find", "probability": 0.412353515625}, {"start": 309.89, "end": 310.33, "word": " someone,", "probability": 0.36962890625}, {"start": 310.35, "end": 310.59, "word": " more", "probability": 0.73486328125}, {"start": 310.59, "end": 310.79, "word": " than", "probability": 0.94189453125}, {"start": 310.79, "end": 310.97, "word": " one", "probability": 0.90673828125}, {"start": 310.97, "end": 311.01, "word": " person,", "probability": 0.4970703125}, {"start": 311.01, "end": 311.09, "word": " and", "probability": 0.25927734375}, {"start": 311.09, "end": 311.09, "word": " they", "probability": 0.3662109375}, {"start": 311.09, "end": 311.21, "word": " say,", "probability": 0.623046875}, {"start": 311.29, "end": 311.45, "word": " these", "probability": 0.396240234375}, {"start": 311.45, "end": 311.53, "word": " are", "probability": 0.49462890625}, {"start": 311.53, "end": 311.71, "word": " the", "probability": 0.7314453125}, {"start": 311.71, "end": 311.71, "word": " people", "probability": 0.6044921875}, {"start": 311.71, "end": 311.73, "word": " who", "probability": 0.64599609375}, {"start": 311.73, "end": 311.97, "word": " work", "probability": 0.87744140625}, {"start": 311.97, "end": 312.25, "word": " as", "probability": 0.931640625}, {"start": 312.25, "end": 312.25, "word": " carpenters.", "probability": 0.7816569010416666}, {"start": 312.33, "end": 312.43, "word": " Who", "probability": 0.6650390625}, {"start": 312.43, "end": 312.55, "word": " do", "probability": 0.810546875}, {"start": 312.55, "end": 312.67, "word": " you", "probability": 0.958984375}, {"start": 312.67, "end": 312.67, "word": " want", "probability": 0.8212890625}, {"start": 312.67, "end": 312.79, "word": " from", "probability": 0.6533203125}, {"start": 312.79, "end": 312.99, "word": " them?", "probability": 0.88037109375}, {"start": 313.67, "end": 313.87, "word": " They", "probability": 0.4072265625}, {"start": 313.87, "end": 313.99, "word": " find", "probability": 0.8076171875}, {"start": 313.99, "end": 314.07, "word": " another", "probability": 0.5966796875}, {"start": 314.07, "end": 314.25, "word": " person", "probability": 0.76806640625}, {"start": 314.25, "end": 314.55, "word": " and", "probability": 0.69189453125}, {"start": 314.55, "end": 314.59, "word": " they", "probability": 0.65625}, {"start": 314.59, "end": 314.69, "word": " say,", "probability": 0.90673828125}, {"start": 314.79, "end": 314.95, "word": " okay,", "probability": 0.25341796875}, {"start": 315.03, "end": 315.21, "word": " this", "probability": 0.326416015625}, {"start": 315.21, "end": 315.23, "word": " is", "probability": 0.9287109375}, {"start": 315.23, "end": 315.45, "word": " what", "probability": 0.5947265625}, {"start": 315.45, "end": 315.61, "word": " you", "probability": 0.96337890625}, {"start": 315.61, "end": 315.83, "word": " want,", "probability": 0.8056640625}, {"start": 316.01, "end": 316.21, "word": " nothing", "probability": 0.35498046875}, {"start": 316.21, "end": 316.45, "word": " else.", "probability": 0.80517578125}, {"start": 317.15, "end": 317.51, "word": " This", "probability": 0.358154296875}, {"start": 317.51, "end": 317.59, "word": " is", "probability": 0.91064453125}, {"start": 317.59, "end": 318.83, "word": " what", "probability": 0.587890625}, {"start": 318.83, "end": 318.87, "word": " we", "probability": 0.85693359375}, {"start": 318.87, "end": 319.13, "word": " call", "probability": 0.89453125}, {"start": 319.13, "end": 319.67, "word": " implicit", "probability": 0.76708984375}, {"start": 319.67, "end": 320.15, "word": " intent.", "probability": 0.96728515625}, {"start": 320.77, "end": 321.13, "word": " You", "probability": 0.441162109375}, {"start": 321.13, "end": 322.35, "word": " reach", "probability": 0.2060546875}, {"start": 322.35, "end": 322.57, "word": " the", "probability": 0.5732421875}, {"start": 322.57, "end": 323.05, "word": " activity", "probability": 0.92236328125}, {"start": 323.05, "end": 323.27, "word": " not", "probability": 0.53564453125}, {"start": 323.27, "end": 323.41, "word": " by", "probability": 0.54833984375}, {"start": 323.41, "end": 323.75, "word": " its", "probability": 0.63671875}, {"start": 323.75, "end": 323.75, "word": " name,", "probability": 0.90283203125}, {"start": 324.05, "end": 324.19, "word": " but", "probability": 0.65966796875}, {"start": 324.19, "end": 324.19, "word": " by", "probability": 0.90625}, {"start": 324.19, "end": 324.51, "word": " describing", "probability": 0.47216796875}, {"start": 324.51, "end": 324.79, "word": " this", "probability": 0.361572265625}, {"start": 324.79, "end": 325.17, "word": " activity.", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 13, "seek": 35197, "start": 326.43, "end": 351.97, "text": "Why is this implicit intent used if you want to create activity in another application? Because when the activity is in another application, you will not be able to create this second activity in the class This is because the second activity is in the same package and you can import it to another package But if this second activity is in another application, this method will never work This method of implicit intent tells me that", "tokens": [8429, 307, 341, 26947, 8446, 1143, 498, 291, 528, 281, 1884, 5191, 294, 1071, 3861, 30, 1436, 562, 264, 5191, 307, 294, 1071, 3861, 11, 291, 486, 406, 312, 1075, 281, 1884, 341, 1150, 5191, 294, 264, 1508, 639, 307, 570, 264, 1150, 5191, 307, 294, 264, 912, 7372, 293, 291, 393, 974, 309, 281, 1071, 7372, 583, 498, 341, 1150, 5191, 307, 294, 1071, 3861, 11, 341, 3170, 486, 1128, 589, 639, 3170, 295, 26947, 8446, 5112, 385, 300], "avg_logprob": -0.5046296414033866, "compression_ratio": 2.1435643564356437, "no_speech_prob": 0.0, "words": [{"start": 326.43, "end": 326.87, "word": "Why", "probability": 0.304443359375}, {"start": 326.87, "end": 327.01, "word": " is", "probability": 0.3359375}, {"start": 327.01, "end": 327.17, "word": " this", "probability": 0.6650390625}, {"start": 327.17, "end": 327.53, "word": " implicit", "probability": 0.8935546875}, {"start": 327.53, "end": 327.97, "word": " intent", "probability": 0.91357421875}, {"start": 327.97, "end": 328.51, "word": " used", "probability": 0.68359375}, {"start": 328.51, "end": 328.85, "word": " if", "probability": 0.56884765625}, {"start": 328.85, "end": 329.07, "word": " you", "probability": 0.79736328125}, {"start": 329.07, "end": 329.25, "word": " want", "probability": 0.7294921875}, {"start": 329.25, "end": 329.33, "word": " to", "probability": 0.93017578125}, {"start": 329.33, "end": 329.57, "word": " create", "probability": 0.55029296875}, {"start": 329.57, "end": 329.97, "word": " activity", "probability": 0.5576171875}, {"start": 329.97, "end": 330.11, "word": " in", "probability": 0.8759765625}, {"start": 330.11, "end": 330.79, "word": " another", "probability": 0.8037109375}, {"start": 330.79, "end": 330.79, "word": " application?", "probability": 0.53125}, {"start": 330.97, "end": 331.11, "word": " Because", "probability": 0.7177734375}, {"start": 331.11, "end": 331.31, "word": " when", "probability": 0.5673828125}, {"start": 331.31, "end": 331.79, "word": " the", "probability": 0.443359375}, {"start": 331.79, "end": 332.09, "word": " activity", "probability": 0.94970703125}, {"start": 332.09, "end": 332.19, "word": " is", "probability": 0.8310546875}, {"start": 332.19, "end": 332.25, "word": " in", "probability": 0.77685546875}, {"start": 332.25, "end": 332.95, "word": " another", "probability": 0.76220703125}, {"start": 332.95, "end": 332.95, "word": " application,", "probability": 0.85595703125}, {"start": 333.57, "end": 333.57, "word": " you", "probability": 0.60986328125}, {"start": 333.57, "end": 333.69, "word": " will", "probability": 0.28857421875}, {"start": 333.69, "end": 333.69, "word": " not", "probability": 0.93017578125}, {"start": 333.69, "end": 333.89, "word": " be", "probability": 0.8955078125}, {"start": 333.89, "end": 334.01, "word": " able", "probability": 0.95458984375}, {"start": 334.01, "end": 335.77, "word": " to", "probability": 0.966796875}, {"start": 335.77, "end": 336.01, "word": " create", "probability": 0.472412109375}, {"start": 336.01, "end": 336.43, "word": " this", "probability": 0.360107421875}, {"start": 336.43, "end": 336.77, "word": " second", "probability": 0.44580078125}, {"start": 336.77, "end": 337.19, "word": " activity", "probability": 0.9501953125}, {"start": 337.19, "end": 337.59, "word": " in", "probability": 0.313720703125}, {"start": 337.59, "end": 337.71, "word": " the", "probability": 0.484130859375}, {"start": 337.71, "end": 337.99, "word": " class", "probability": 0.71728515625}, {"start": 337.99, "end": 338.21, "word": " This", "probability": 0.348876953125}, {"start": 338.21, "end": 338.27, "word": " is", "probability": 0.62646484375}, {"start": 338.27, "end": 338.75, "word": " because", "probability": 0.252685546875}, {"start": 338.75, "end": 340.45, "word": " the", "probability": 0.61083984375}, {"start": 340.45, "end": 340.91, "word": " second", "probability": 0.8818359375}, {"start": 340.91, "end": 341.33, "word": " activity", "probability": 0.9375}, {"start": 341.33, "end": 341.45, "word": " is", "probability": 0.7314453125}, {"start": 341.45, "end": 341.69, "word": " in", "probability": 0.423095703125}, {"start": 341.69, "end": 341.77, "word": " the", "probability": 0.884765625}, {"start": 341.77, "end": 341.89, "word": " same", "probability": 0.521484375}, {"start": 341.89, "end": 342.31, "word": " package", "probability": 0.970703125}, {"start": 342.31, "end": 342.55, "word": " and", "probability": 0.1688232421875}, {"start": 342.55, "end": 342.59, "word": " you", "probability": 0.318359375}, {"start": 342.59, "end": 342.75, "word": " can", "probability": 0.360107421875}, {"start": 342.75, "end": 343.11, "word": " import", "probability": 0.7724609375}, {"start": 343.11, "end": 343.25, "word": " it", "probability": 0.7705078125}, {"start": 343.25, "end": 343.27, "word": " to", "probability": 0.36279296875}, {"start": 343.27, "end": 343.41, "word": " another", "probability": 0.541015625}, {"start": 343.41, "end": 343.77, "word": " package", "probability": 0.1962890625}, {"start": 343.77, "end": 344.71, "word": " But", "probability": 0.5107421875}, {"start": 344.71, "end": 344.93, "word": " if", "probability": 0.69580078125}, {"start": 344.93, "end": 345.15, "word": " this", "probability": 0.52490234375}, {"start": 345.15, "end": 345.37, "word": " second", "probability": 0.60595703125}, {"start": 345.37, "end": 345.71, "word": " activity", "probability": 0.93896484375}, {"start": 345.71, "end": 345.83, "word": " is", "probability": 0.89599609375}, {"start": 345.83, "end": 345.85, "word": " in", "probability": 0.87255859375}, {"start": 345.85, "end": 346.55, "word": " another", "probability": 0.8212890625}, {"start": 346.55, "end": 346.55, "word": " application,", "probability": 0.88623046875}, {"start": 346.95, "end": 347.47, "word": " this", "probability": 0.33203125}, {"start": 347.47, "end": 347.93, "word": " method", "probability": 0.65087890625}, {"start": 347.93, "end": 348.15, "word": " will", "probability": 0.64599609375}, {"start": 348.15, "end": 348.15, "word": " never", "probability": 0.56884765625}, {"start": 348.15, "end": 348.91, "word": " work", "probability": 0.83203125}, {"start": 348.91, "end": 349.69, "word": " This", "probability": 0.47412109375}, {"start": 349.69, "end": 350.03, "word": " method", "probability": 0.2529296875}, {"start": 350.03, "end": 350.13, "word": " of", "probability": 0.77099609375}, {"start": 350.13, "end": 350.49, "word": " implicit", "probability": 0.9306640625}, {"start": 350.49, "end": 351.03, "word": " intent", "probability": 0.970703125}, {"start": 351.03, "end": 351.37, "word": " tells", "probability": 0.58251953125}, {"start": 351.37, "end": 351.73, "word": " me", "probability": 0.712890625}, {"start": 351.73, "end": 351.97, "word": " that", "probability": 0.297119140625}], "temperature": 1.0}, {"id": 14, "seek": 38296, "start": 356.9, "end": 382.96, "text": " For example, I have more than one application on my phone. The activities that I want to allow other applications to run in the manifest file of the application must be added to this activity, which we call the intent.", "tokens": [1171, 1365, 11, 286, 362, 544, 813, 472, 3861, 322, 452, 2593, 13, 440, 5354, 300, 286, 528, 281, 2089, 661, 5821, 281, 1190, 294, 264, 10067, 3991, 295, 264, 3861, 1633, 312, 3869, 281, 341, 5191, 11, 597, 321, 818, 264, 8446, 13], "avg_logprob": -0.5788194497426351, "compression_ratio": 1.5208333333333333, "no_speech_prob": 0.0, "words": [{"start": 356.9, "end": 357.16, "word": " For", "probability": 0.1746826171875}, {"start": 357.16, "end": 357.3, "word": " example,", "probability": 0.8603515625}, {"start": 357.36, "end": 357.74, "word": " I", "probability": 0.5673828125}, {"start": 357.74, "end": 357.98, "word": " have", "probability": 0.8974609375}, {"start": 357.98, "end": 358.26, "word": " more", "probability": 0.4365234375}, {"start": 358.26, "end": 358.38, "word": " than", "probability": 0.86279296875}, {"start": 358.38, "end": 358.54, "word": " one", "probability": 0.90478515625}, {"start": 358.54, "end": 359.04, "word": " application", "probability": 0.6201171875}, {"start": 359.04, "end": 359.6, "word": " on", "probability": 0.6591796875}, {"start": 359.6, "end": 359.74, "word": " my", "probability": 0.85888671875}, {"start": 359.74, "end": 360.06, "word": " phone.", "probability": 0.5947265625}, {"start": 363.14, "end": 363.28, "word": " The", "probability": 0.59619140625}, {"start": 363.28, "end": 364.02, "word": " activities", "probability": 0.9150390625}, {"start": 364.02, "end": 364.84, "word": " that", "probability": 0.74560546875}, {"start": 364.84, "end": 365.04, "word": " I", "probability": 0.1456298828125}, {"start": 365.04, "end": 365.18, "word": " want", "probability": 0.382568359375}, {"start": 365.18, "end": 365.24, "word": " to", "probability": 0.62451171875}, {"start": 365.24, "end": 365.58, "word": " allow", "probability": 0.55859375}, {"start": 365.58, "end": 365.8, "word": " other", "probability": 0.56005859375}, {"start": 365.8, "end": 366.36, "word": " applications", "probability": 0.56982421875}, {"start": 366.36, "end": 366.72, "word": " to", "probability": 0.93701171875}, {"start": 366.72, "end": 366.98, "word": " run", "probability": 0.7900390625}, {"start": 366.98, "end": 373.7, "word": " in", "probability": 0.144775390625}, {"start": 373.7, "end": 374.72, "word": " the", "probability": 0.68115234375}, {"start": 374.72, "end": 375.06, "word": " manifest", "probability": 0.86865234375}, {"start": 375.06, "end": 375.5, "word": " file", "probability": 0.8232421875}, {"start": 375.5, "end": 375.68, "word": " of", "probability": 0.6943359375}, {"start": 375.68, "end": 375.84, "word": " the", "probability": 0.53955078125}, {"start": 375.84, "end": 376.26, "word": " application", "probability": 0.546875}, {"start": 376.26, "end": 379.5, "word": " must", "probability": 0.299560546875}, {"start": 379.5, "end": 379.98, "word": " be", "probability": 0.2666015625}, {"start": 379.98, "end": 380.22, "word": " added", "probability": 0.8134765625}, {"start": 380.22, "end": 380.4, "word": " to", "probability": 0.8828125}, {"start": 380.4, "end": 380.46, "word": " this", "probability": 0.314453125}, {"start": 380.46, "end": 380.88, "word": " activity,", "probability": 0.9072265625}, {"start": 381.5, "end": 381.88, "word": " which", "probability": 0.42041015625}, {"start": 381.88, "end": 382.06, "word": " we", "probability": 0.5751953125}, {"start": 382.06, "end": 382.42, "word": " call", "probability": 0.83837890625}, {"start": 382.42, "end": 382.58, "word": " the", "probability": 0.377197265625}, {"start": 382.58, "end": 382.96, "word": " intent.", "probability": 0.65966796875}], "temperature": 1.0}, {"id": 15, "seek": 41546, "start": 386.48, "end": 415.46, "text": " Filter. This is basically adding the intent filter to the activities that allow other apps to run them. For example, if I'm free, I hang my hair, I say I'm a barber, I'm a doctor. When I hang my hair, people come to me, right or wrong. If I don't hang my hair, no one comes to me. So this hang is the intent filter. So I add to the activities that I want to announce or allow others to use the intent filter. From the name intent filter, what does it mean? It filters the intent.", "tokens": [39592, 13, 639, 307, 1936, 5127, 264, 8446, 6608, 281, 264, 5354, 300, 2089, 661, 7733, 281, 1190, 552, 13, 1171, 1365, 11, 498, 286, 478, 1737, 11, 286, 3967, 452, 2578, 11, 286, 584, 286, 478, 257, 49906, 11, 286, 478, 257, 4631, 13, 1133, 286, 3967, 452, 2578, 11, 561, 808, 281, 385, 11, 558, 420, 2085, 13, 759, 286, 500, 380, 3967, 452, 2578, 11, 572, 472, 1487, 281, 385, 13, 407, 341, 3967, 307, 264, 8446, 6608, 13, 407, 286, 909, 281, 264, 5354, 300, 286, 528, 281, 7478, 420, 2089, 2357, 281, 764, 264, 8446, 6608, 13, 3358, 264, 1315, 8446, 6608, 11, 437, 775, 309, 914, 30, 467, 15995, 264, 8446, 13], "avg_logprob": -0.4529936879622836, "compression_ratio": 1.9753086419753085, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 386.48, "end": 386.92, "word": " Filter.", "probability": 0.58251953125}, {"start": 387.78, "end": 388.04, "word": " This", "probability": 0.2384033203125}, {"start": 388.04, "end": 388.14, "word": " is", "probability": 0.4375}, {"start": 388.14, "end": 388.34, "word": " basically", "probability": 0.1607666015625}, {"start": 388.34, "end": 388.66, "word": " adding", "probability": 0.4638671875}, {"start": 388.66, "end": 388.8, "word": " the", "probability": 0.3583984375}, {"start": 388.8, "end": 389.02, "word": " intent", "probability": 0.6865234375}, {"start": 389.02, "end": 389.52, "word": " filter", "probability": 0.962890625}, {"start": 389.52, "end": 390.12, "word": " to", "probability": 0.8125}, {"start": 390.12, "end": 390.18, "word": " the", "probability": 0.394775390625}, {"start": 390.18, "end": 390.78, "word": " activities", "probability": 0.9169921875}, {"start": 390.78, "end": 391.06, "word": " that", "probability": 0.71142578125}, {"start": 391.06, "end": 391.84, "word": " allow", "probability": 0.1942138671875}, {"start": 391.84, "end": 392.9, "word": " other", "probability": 0.60791015625}, {"start": 392.9, "end": 393.36, "word": " apps", "probability": 0.331787109375}, {"start": 393.36, "end": 393.64, "word": " to", "probability": 0.95263671875}, {"start": 393.64, "end": 393.88, "word": " run", "probability": 0.7470703125}, {"start": 393.88, "end": 394.1, "word": " them.", "probability": 0.5439453125}, {"start": 394.86, "end": 395.3, "word": " For", "probability": 0.50146484375}, {"start": 395.3, "end": 395.3, "word": " example,", "probability": 0.90234375}, {"start": 395.32, "end": 395.5, "word": " if", "probability": 0.414306640625}, {"start": 395.5, "end": 395.54, "word": " I'm", "probability": 0.6575927734375}, {"start": 395.54, "end": 395.96, "word": " free,", "probability": 0.11663818359375}, {"start": 396.22, "end": 396.44, "word": " I", "probability": 0.8583984375}, {"start": 396.44, "end": 396.64, "word": " hang", "probability": 0.1737060546875}, {"start": 396.64, "end": 396.84, "word": " my", "probability": 0.212890625}, {"start": 396.84, "end": 396.9, "word": " hair,", "probability": 0.27685546875}, {"start": 397.18, "end": 397.8, "word": " I", "probability": 0.67041015625}, {"start": 397.8, "end": 397.98, "word": " say", "probability": 0.456787109375}, {"start": 397.98, "end": 398.24, "word": " I'm", "probability": 0.75}, {"start": 398.24, "end": 398.4, "word": " a", "probability": 0.95458984375}, {"start": 398.4, "end": 398.5, "word": " barber,", "probability": 0.310302734375}, {"start": 398.72, "end": 398.9, "word": " I'm", "probability": 0.953125}, {"start": 398.9, "end": 399.26, "word": " a", "probability": 0.990234375}, {"start": 399.26, "end": 399.26, "word": " doctor.", "probability": 0.90625}, {"start": 399.64, "end": 399.82, "word": " When", "probability": 0.7197265625}, {"start": 399.82, "end": 399.9, "word": " I", "probability": 0.7421875}, {"start": 399.9, "end": 400.12, "word": " hang", "probability": 0.818359375}, {"start": 400.12, "end": 400.28, "word": " my", "probability": 0.93994140625}, {"start": 400.28, "end": 400.44, "word": " hair,", "probability": 0.94677734375}, {"start": 400.66, "end": 400.94, "word": " people", "probability": 0.77197265625}, {"start": 400.94, "end": 401.2, "word": " come", "probability": 0.388427734375}, {"start": 401.2, "end": 401.38, "word": " to", "probability": 0.60498046875}, {"start": 401.38, "end": 401.4, "word": " me,", "probability": 0.8837890625}, {"start": 401.42, "end": 401.64, "word": " right", "probability": 0.591796875}, {"start": 401.64, "end": 401.82, "word": " or", "probability": 0.62939453125}, {"start": 401.82, "end": 401.92, "word": " wrong.", "probability": 0.708984375}, {"start": 402.0, "end": 402.1, "word": " If", "probability": 0.59619140625}, {"start": 402.1, "end": 402.12, "word": " I", "probability": 0.86474609375}, {"start": 402.12, "end": 402.14, "word": " don't", "probability": 0.944091796875}, {"start": 402.14, "end": 402.36, "word": " hang", "probability": 0.8271484375}, {"start": 402.36, "end": 402.54, "word": " my", "probability": 0.90234375}, {"start": 402.54, "end": 402.58, "word": " hair,", "probability": 0.9501953125}, {"start": 402.7, "end": 402.84, "word": " no", "probability": 0.5576171875}, {"start": 402.84, "end": 403.0, "word": " one", "probability": 0.8994140625}, {"start": 403.0, "end": 403.2, "word": " comes", "probability": 0.79833984375}, {"start": 403.2, "end": 403.28, "word": " to", "probability": 0.6298828125}, {"start": 403.28, "end": 403.28, "word": " me.", "probability": 0.96484375}, {"start": 403.56, "end": 403.7, "word": " So", "probability": 0.47900390625}, {"start": 403.7, "end": 403.84, "word": " this", "probability": 0.52978515625}, {"start": 403.84, "end": 404.04, "word": " hang", "probability": 0.2066650390625}, {"start": 404.04, "end": 404.26, "word": " is", "probability": 0.60302734375}, {"start": 404.26, "end": 405.04, "word": " the", "probability": 0.5078125}, {"start": 405.04, "end": 405.28, "word": " intent", "probability": 0.9296875}, {"start": 405.28, "end": 405.64, "word": " filter.", "probability": 0.9755859375}, {"start": 406.12, "end": 406.32, "word": " So", "probability": 0.479248046875}, {"start": 406.32, "end": 406.88, "word": " I", "probability": 0.6611328125}, {"start": 406.88, "end": 407.06, "word": " add", "probability": 0.7783203125}, {"start": 407.06, "end": 407.26, "word": " to", "probability": 0.58642578125}, {"start": 407.26, "end": 407.38, "word": " the", "probability": 0.75927734375}, {"start": 407.38, "end": 407.9, "word": " activities", "probability": 0.94970703125}, {"start": 407.9, "end": 408.1, "word": " that", "probability": 0.82666015625}, {"start": 408.1, "end": 408.18, "word": " I", "probability": 0.99169921875}, {"start": 408.18, "end": 408.34, "word": " want", "probability": 0.8525390625}, {"start": 408.34, "end": 408.38, "word": " to", "probability": 0.9736328125}, {"start": 408.38, "end": 408.64, "word": " announce", "probability": 0.404296875}, {"start": 408.64, "end": 409.08, "word": " or", "probability": 0.578125}, {"start": 409.08, "end": 409.44, "word": " allow", "probability": 0.8349609375}, {"start": 409.44, "end": 409.86, "word": " others", "probability": 0.84912109375}, {"start": 409.86, "end": 410.02, "word": " to", "probability": 0.96240234375}, {"start": 410.02, "end": 410.36, "word": " use", "probability": 0.8828125}, {"start": 410.36, "end": 410.6, "word": " the", "probability": 0.26318359375}, {"start": 410.6, "end": 410.8, "word": " intent", "probability": 0.96142578125}, {"start": 410.8, "end": 411.24, "word": " filter.", "probability": 0.9658203125}, {"start": 411.92, "end": 412.36, "word": " From", "probability": 0.337158203125}, {"start": 412.36, "end": 412.62, "word": " the", "probability": 0.875}, {"start": 412.62, "end": 412.62, "word": " name", "probability": 0.77294921875}, {"start": 412.62, "end": 412.88, "word": " intent", "probability": 0.356201171875}, {"start": 412.88, "end": 413.44, "word": " filter,", "probability": 0.9560546875}, {"start": 413.7, "end": 413.96, "word": " what", "probability": 0.82861328125}, {"start": 413.96, "end": 414.18, "word": " does", "probability": 0.76025390625}, {"start": 414.18, "end": 414.48, "word": " it", "probability": 0.5615234375}, {"start": 414.48, "end": 414.48, "word": " mean?", "probability": 0.96484375}, {"start": 414.64, "end": 414.76, "word": " It", "probability": 0.7021484375}, {"start": 414.76, "end": 415.14, "word": " filters", "probability": 0.859375}, {"start": 415.14, "end": 415.26, "word": " the", "probability": 0.65625}, {"start": 415.26, "end": 415.46, "word": " intent.", "probability": 0.7392578125}], "temperature": 1.0}, {"id": 16, "seek": 44277, "start": 416.19, "end": 442.77, "text": " In the end, in the intent filter, put a description of the activity. I say that this activity is used as a web view. For example, this is a description that I gave of the activity inside the intent filter. This description is called action. Action is a value that is placed inside the intent filter. There is another application with activity that I want to talk about.", "tokens": [682, 264, 917, 11, 294, 264, 8446, 6608, 11, 829, 257, 3855, 295, 264, 5191, 13, 286, 584, 300, 341, 5191, 307, 1143, 382, 257, 3670, 1910, 13, 1171, 1365, 11, 341, 307, 257, 3855, 300, 286, 2729, 295, 264, 5191, 1854, 264, 8446, 6608, 13, 639, 3855, 307, 1219, 3069, 13, 16261, 307, 257, 2158, 300, 307, 7074, 1854, 264, 8446, 6608, 13, 821, 307, 1071, 3861, 365, 5191, 300, 286, 528, 281, 751, 466, 13], "avg_logprob": -0.41546473403771716, "compression_ratio": 1.9473684210526316, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 416.19, "end": 416.55, "word": " In", "probability": 0.251708984375}, {"start": 416.55, "end": 416.67, "word": " the", "probability": 0.7978515625}, {"start": 416.67, "end": 416.95, "word": " end,", "probability": 0.403076171875}, {"start": 417.25, "end": 417.97, "word": " in", "probability": 0.2431640625}, {"start": 417.97, "end": 418.07, "word": " the", "probability": 0.77783203125}, {"start": 418.07, "end": 418.29, "word": " intent", "probability": 0.38720703125}, {"start": 418.29, "end": 418.67, "word": " filter,", "probability": 0.95849609375}, {"start": 418.93, "end": 419.19, "word": " put", "probability": 0.311767578125}, {"start": 419.19, "end": 419.31, "word": " a", "probability": 0.859375}, {"start": 419.31, "end": 419.47, "word": " description", "probability": 0.91162109375}, {"start": 419.47, "end": 419.59, "word": " of", "probability": 0.78076171875}, {"start": 419.59, "end": 419.67, "word": " the", "probability": 0.81689453125}, {"start": 419.67, "end": 420.05, "word": " activity.", "probability": 0.93701171875}, {"start": 420.15, "end": 420.19, "word": " I", "probability": 0.392822265625}, {"start": 420.19, "end": 420.37, "word": " say", "probability": 0.58154296875}, {"start": 420.37, "end": 420.65, "word": " that", "probability": 0.248291015625}, {"start": 420.65, "end": 420.75, "word": " this", "probability": 0.79345703125}, {"start": 420.75, "end": 421.43, "word": " activity", "probability": 0.9560546875}, {"start": 421.43, "end": 421.93, "word": " is", "probability": 0.6328125}, {"start": 421.93, "end": 423.41, "word": " used", "probability": 0.21826171875}, {"start": 423.41, "end": 424.05, "word": " as", "probability": 0.2314453125}, {"start": 424.05, "end": 424.31, "word": " a", "probability": 0.7900390625}, {"start": 424.31, "end": 424.55, "word": " web", "probability": 0.841796875}, {"start": 424.55, "end": 424.95, "word": " view.", "probability": 0.853515625}, {"start": 427.05, "end": 427.57, "word": " For", "probability": 0.7412109375}, {"start": 427.57, "end": 427.65, "word": " example,", "probability": 0.94189453125}, {"start": 428.29, "end": 428.65, "word": " this", "probability": 0.86669921875}, {"start": 428.65, "end": 428.73, "word": " is", "probability": 0.84228515625}, {"start": 428.73, "end": 428.81, "word": " a", "probability": 0.60498046875}, {"start": 428.81, "end": 429.01, "word": " description", "probability": 0.92236328125}, {"start": 429.01, "end": 429.13, "word": " that", "probability": 0.3505859375}, {"start": 429.13, "end": 429.23, "word": " I", "probability": 0.97119140625}, {"start": 429.23, "end": 429.47, "word": " gave", "probability": 0.66796875}, {"start": 429.47, "end": 429.61, "word": " of", "probability": 0.341552734375}, {"start": 429.61, "end": 429.71, "word": " the", "probability": 0.83544921875}, {"start": 429.71, "end": 430.09, "word": " activity", "probability": 0.95068359375}, {"start": 430.09, "end": 430.43, "word": " inside", "probability": 0.4619140625}, {"start": 430.43, "end": 431.39, "word": " the", "probability": 0.78076171875}, {"start": 431.39, "end": 431.93, "word": " intent", "probability": 0.88134765625}, {"start": 431.93, "end": 432.23, "word": " filter.", "probability": 0.9677734375}, {"start": 432.29, "end": 432.49, "word": " This", "probability": 0.75537109375}, {"start": 432.49, "end": 432.71, "word": " description", "probability": 0.90576171875}, {"start": 432.71, "end": 432.87, "word": " is", "probability": 0.861328125}, {"start": 432.87, "end": 433.09, "word": " called", "probability": 0.8671875}, {"start": 433.09, "end": 433.51, "word": " action.", "probability": 0.68017578125}, {"start": 434.77, "end": 435.29, "word": " Action", "probability": 0.43212890625}, {"start": 435.29, "end": 436.45, "word": " is", "probability": 0.8935546875}, {"start": 436.45, "end": 436.61, "word": " a", "probability": 0.82958984375}, {"start": 436.61, "end": 436.99, "word": " value", "probability": 0.91796875}, {"start": 436.99, "end": 437.55, "word": " that", "probability": 0.4658203125}, {"start": 437.55, "end": 437.61, "word": " is", "probability": 0.84619140625}, {"start": 437.61, "end": 437.89, "word": " placed", "probability": 0.360107421875}, {"start": 437.89, "end": 438.37, "word": " inside", "probability": 0.8828125}, {"start": 438.37, "end": 439.39, "word": " the", "probability": 0.9013671875}, {"start": 439.39, "end": 439.65, "word": " intent", "probability": 0.94677734375}, {"start": 439.65, "end": 440.03, "word": " filter.", "probability": 0.966796875}, {"start": 440.25, "end": 440.53, "word": " There", "probability": 0.67626953125}, {"start": 440.53, "end": 440.53, "word": " is", "probability": 0.82275390625}, {"start": 440.53, "end": 440.63, "word": " another", "probability": 0.76416015625}, {"start": 440.63, "end": 440.95, "word": " application", "probability": 0.8701171875}, {"start": 440.95, "end": 441.37, "word": " with", "probability": 0.191650390625}, {"start": 441.37, "end": 441.85, "word": " activity", "probability": 0.62353515625}, {"start": 441.85, "end": 442.05, "word": " that", "probability": 0.3994140625}, {"start": 442.05, "end": 442.35, "word": " I", "probability": 0.87353515625}, {"start": 442.35, "end": 442.35, "word": " want", "probability": 0.43603515625}, {"start": 442.35, "end": 442.41, "word": " to", "probability": 0.9697265625}, {"start": 442.41, "end": 442.65, "word": " talk", "probability": 0.363037109375}, {"start": 442.65, "end": 442.77, "word": " about.", "probability": 0.90234375}], "temperature": 1.0}, {"id": 17, "seek": 46704, "start": 443.9, "end": 467.04, "text": " I go to the manifest file, I add to this activity, intent filter, and I give it an action, let it be called map view. This is the action related to the second activity. These don't have activities declared about them. Now, I made my own application,", "tokens": [286, 352, 281, 264, 10067, 3991, 11, 286, 909, 281, 341, 5191, 11, 8446, 6608, 11, 293, 286, 976, 309, 364, 3069, 11, 718, 309, 312, 1219, 4471, 1910, 13, 639, 307, 264, 3069, 4077, 281, 264, 1150, 5191, 13, 1981, 500, 380, 362, 5354, 15489, 466, 552, 13, 823, 11, 286, 1027, 452, 1065, 3861, 11], "avg_logprob": -0.5576508435709723, "compression_ratio": 1.5432098765432098, "no_speech_prob": 0.0, "words": [{"start": 443.9, "end": 444.12, "word": " I", "probability": 0.63427734375}, {"start": 444.12, "end": 444.26, "word": " go", "probability": 0.62060546875}, {"start": 444.26, "end": 444.38, "word": " to", "probability": 0.869140625}, {"start": 444.38, "end": 444.52, "word": " the", "probability": 0.76220703125}, {"start": 444.52, "end": 444.8, "word": " manifest", "probability": 0.72998046875}, {"start": 444.8, "end": 445.34, "word": " file,", "probability": 0.904296875}, {"start": 446.74, "end": 446.74, "word": " I", "probability": 0.290283203125}, {"start": 446.74, "end": 446.96, "word": " add", "probability": 0.849609375}, {"start": 446.96, "end": 447.08, "word": " to", "probability": 0.47265625}, {"start": 447.08, "end": 447.18, "word": " this", "probability": 0.65234375}, {"start": 447.18, "end": 447.76, "word": " activity,", "probability": 0.84765625}, {"start": 448.02, "end": 448.28, "word": " intent", "probability": 0.36962890625}, {"start": 448.28, "end": 448.9, "word": " filter,", "probability": 0.82177734375}, {"start": 450.16, "end": 451.4, "word": " and", "probability": 0.50341796875}, {"start": 451.4, "end": 451.52, "word": " I", "probability": 0.7666015625}, {"start": 451.52, "end": 451.74, "word": " give", "probability": 0.603515625}, {"start": 451.74, "end": 451.92, "word": " it", "probability": 0.9150390625}, {"start": 451.92, "end": 452.02, "word": " an", "probability": 0.465576171875}, {"start": 452.02, "end": 452.48, "word": " action,", "probability": 0.96533203125}, {"start": 453.4, "end": 454.26, "word": " let", "probability": 0.2685546875}, {"start": 454.26, "end": 454.38, "word": " it", "probability": 0.5556640625}, {"start": 454.38, "end": 454.58, "word": " be", "probability": 0.8310546875}, {"start": 454.58, "end": 454.88, "word": " called", "probability": 0.442138671875}, {"start": 454.88, "end": 455.24, "word": " map", "probability": 0.476318359375}, {"start": 455.24, "end": 455.64, "word": " view.", "probability": 0.77294921875}, {"start": 456.92, "end": 457.46, "word": " This", "probability": 0.7451171875}, {"start": 457.46, "end": 457.48, "word": " is", "probability": 0.5966796875}, {"start": 457.48, "end": 457.58, "word": " the", "probability": 0.75146484375}, {"start": 457.58, "end": 457.88, "word": " action", "probability": 0.82421875}, {"start": 457.88, "end": 458.2, "word": " related", "probability": 0.28759765625}, {"start": 458.2, "end": 458.32, "word": " to", "probability": 0.9609375}, {"start": 458.32, "end": 458.36, "word": " the", "probability": 0.82080078125}, {"start": 458.36, "end": 459.6, "word": " second", "probability": 0.5576171875}, {"start": 459.6, "end": 459.6, "word": " activity.", "probability": 0.9375}, {"start": 460.08, "end": 460.36, "word": " These", "probability": 0.5576171875}, {"start": 460.36, "end": 460.52, "word": " don't", "probability": 0.5987548828125}, {"start": 460.52, "end": 460.84, "word": " have", "probability": 0.8740234375}, {"start": 460.84, "end": 461.46, "word": " activities", "probability": 0.58544921875}, {"start": 461.46, "end": 461.72, "word": " declared", "probability": 0.16552734375}, {"start": 461.72, "end": 461.9, "word": " about", "probability": 0.1923828125}, {"start": 461.9, "end": 462.44, "word": " them.", "probability": 0.88720703125}, {"start": 463.24, "end": 463.66, "word": " Now,", "probability": 0.85302734375}, {"start": 463.74, "end": 464.28, "word": " I", "probability": 0.84619140625}, {"start": 464.28, "end": 466.54, "word": " made", "probability": 0.322509765625}, {"start": 466.54, "end": 466.74, "word": " my", "probability": 0.3251953125}, {"start": 466.74, "end": 466.74, "word": " own", "probability": 0.88623046875}, {"start": 466.74, "end": 467.04, "word": " application,", "probability": 0.2210693359375}], "temperature": 1.0}, {"id": 18, "seek": 48786, "start": 468.4, "end": 487.86, "text": " And I told him in the application to run the activity with the action map view Where did you put the general intent? I made an intent I put it in map view and I told him start activity intent Where did it go? In my application", "tokens": [400, 286, 1907, 796, 294, 264, 3861, 281, 1190, 264, 5191, 365, 264, 3069, 4471, 1910, 2305, 630, 291, 829, 264, 2674, 8446, 30, 286, 1027, 364, 8446, 286, 829, 309, 294, 4471, 1910, 293, 286, 1907, 796, 722, 5191, 8446, 2305, 630, 309, 352, 30, 682, 452, 3861], "avg_logprob": -0.590000010728836, "compression_ratio": 1.7328244274809161, "no_speech_prob": 0.0, "words": [{"start": 468.4, "end": 468.62, "word": " And", "probability": 0.273681640625}, {"start": 468.62, "end": 468.66, "word": " I", "probability": 0.55517578125}, {"start": 468.66, "end": 468.82, "word": " told", "probability": 0.60498046875}, {"start": 468.82, "end": 469.0, "word": " him", "probability": 0.56201171875}, {"start": 469.0, "end": 469.1, "word": " in", "probability": 0.48583984375}, {"start": 469.1, "end": 469.2, "word": " the", "probability": 0.7587890625}, {"start": 469.2, "end": 469.48, "word": " application", "probability": 0.36279296875}, {"start": 469.48, "end": 469.94, "word": " to", "probability": 0.27880859375}, {"start": 469.94, "end": 470.38, "word": " run", "probability": 0.365234375}, {"start": 470.38, "end": 470.7, "word": " the", "probability": 0.6142578125}, {"start": 470.7, "end": 471.24, "word": " activity", "probability": 0.8662109375}, {"start": 471.24, "end": 472.2, "word": " with", "probability": 0.1654052734375}, {"start": 472.2, "end": 472.3, "word": " the", "probability": 0.266845703125}, {"start": 472.3, "end": 472.66, "word": " action", "probability": 0.88037109375}, {"start": 472.66, "end": 473.32, "word": " map", "probability": 0.2008056640625}, {"start": 473.32, "end": 473.66, "word": " view", "probability": 0.422607421875}, {"start": 473.66, "end": 475.72, "word": " Where", "probability": 0.5361328125}, {"start": 475.72, "end": 475.98, "word": " did", "probability": 0.833984375}, {"start": 475.98, "end": 476.12, "word": " you", "probability": 0.802734375}, {"start": 476.12, "end": 476.12, "word": " put", "probability": 0.71435546875}, {"start": 476.12, "end": 476.28, "word": " the", "probability": 0.311279296875}, {"start": 476.28, "end": 476.5, "word": " general", "probability": 0.10064697265625}, {"start": 476.5, "end": 477.1, "word": " intent?", "probability": 0.7470703125}, {"start": 477.64, "end": 478.16, "word": " I", "probability": 0.7939453125}, {"start": 478.16, "end": 478.38, "word": " made", "probability": 0.338623046875}, {"start": 478.38, "end": 478.48, "word": " an", "probability": 0.43798828125}, {"start": 478.48, "end": 478.96, "word": " intent", "probability": 0.9208984375}, {"start": 478.96, "end": 479.28, "word": " I", "probability": 0.343994140625}, {"start": 479.28, "end": 479.6, "word": " put", "probability": 0.74462890625}, {"start": 479.6, "end": 479.64, "word": " it", "probability": 0.38525390625}, {"start": 479.64, "end": 479.76, "word": " in", "probability": 0.88916015625}, {"start": 479.76, "end": 480.04, "word": " map", "probability": 0.55322265625}, {"start": 480.04, "end": 480.3, "word": " view", "probability": 0.88720703125}, {"start": 480.3, "end": 480.44, "word": " and", "probability": 0.76220703125}, {"start": 480.44, "end": 480.48, "word": " I", "probability": 0.384765625}, {"start": 480.48, "end": 480.54, "word": " told", "probability": 0.8173828125}, {"start": 480.54, "end": 480.7, "word": " him", "probability": 0.78857421875}, {"start": 480.7, "end": 481.24, "word": " start", "probability": 0.474609375}, {"start": 481.24, "end": 482.88, "word": " activity", "probability": 0.86181640625}, {"start": 482.88, "end": 485.94, "word": " intent", "probability": 0.92919921875}, {"start": 485.94, "end": 486.66, "word": " Where", "probability": 0.4560546875}, {"start": 486.66, "end": 486.68, "word": " did", "probability": 0.51171875}, {"start": 486.68, "end": 486.68, "word": " it", "probability": 0.341796875}, {"start": 486.68, "end": 487.04, "word": " go?", "probability": 0.779296875}, {"start": 487.16, "end": 487.46, "word": " In", "probability": 0.84130859375}, {"start": 487.46, "end": 487.52, "word": " my", "probability": 0.845703125}, {"start": 487.52, "end": 487.86, "word": " application", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 19, "seek": 50649, "start": 489.95, "end": 506.49, "text": " I made an intent, I wrote in it MapView Did it specify the activity that I want to run? No, it specified the action in it I still don't know where this activity exists, in which application, it specified and described it Ok, because as soon as it became an activity, an intent, this message will go to whom?", "tokens": [286, 1027, 364, 8446, 11, 286, 4114, 294, 309, 22053, 30203, 2589, 309, 16500, 264, 5191, 300, 286, 528, 281, 1190, 30, 883, 11, 309, 22206, 264, 3069, 294, 309, 286, 920, 500, 380, 458, 689, 341, 5191, 8198, 11, 294, 597, 3861, 11, 309, 22206, 293, 7619, 309, 3477, 11, 570, 382, 2321, 382, 309, 3062, 364, 5191, 11, 364, 8446, 11, 341, 3636, 486, 352, 281, 7101, 30], "avg_logprob": -0.542693683798884, "compression_ratio": 1.6382978723404256, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 489.95, "end": 490.19, "word": " I", "probability": 0.71240234375}, {"start": 490.19, "end": 490.39, "word": " made", "probability": 0.3818359375}, {"start": 490.39, "end": 490.55, "word": " an", "probability": 0.71142578125}, {"start": 490.55, "end": 490.81, "word": " intent,", "probability": 0.67822265625}, {"start": 491.01, "end": 491.07, "word": " I", "probability": 0.50732421875}, {"start": 491.07, "end": 491.35, "word": " wrote", "probability": 0.7861328125}, {"start": 491.35, "end": 491.49, "word": " in", "probability": 0.302001953125}, {"start": 491.49, "end": 491.61, "word": " it", "probability": 0.90185546875}, {"start": 491.61, "end": 492.09, "word": " MapView", "probability": 0.5003662109375}, {"start": 492.09, "end": 492.99, "word": " Did", "probability": 0.187744140625}, {"start": 492.99, "end": 493.31, "word": " it", "probability": 0.50390625}, {"start": 493.31, "end": 493.31, "word": " specify", "probability": 0.5576171875}, {"start": 493.31, "end": 493.51, "word": " the", "probability": 0.60302734375}, {"start": 493.51, "end": 493.89, "word": " activity", "probability": 0.95654296875}, {"start": 493.89, "end": 493.97, "word": " that", "probability": 0.35693359375}, {"start": 493.97, "end": 494.03, "word": " I", "probability": 0.8974609375}, {"start": 494.03, "end": 494.11, "word": " want", "probability": 0.55419921875}, {"start": 494.11, "end": 494.13, "word": " to", "probability": 0.93701171875}, {"start": 494.13, "end": 494.39, "word": " run?", "probability": 0.67431640625}, {"start": 494.71, "end": 494.93, "word": " No,", "probability": 0.90869140625}, {"start": 495.05, "end": 495.09, "word": " it", "probability": 0.84228515625}, {"start": 495.09, "end": 495.45, "word": " specified", "probability": 0.80224609375}, {"start": 495.45, "end": 495.87, "word": " the", "probability": 0.32666015625}, {"start": 495.87, "end": 496.29, "word": " action", "probability": 0.8671875}, {"start": 496.29, "end": 496.49, "word": " in", "probability": 0.1849365234375}, {"start": 496.49, "end": 496.73, "word": " it", "probability": 0.87255859375}, {"start": 496.73, "end": 497.47, "word": " I", "probability": 0.314697265625}, {"start": 497.47, "end": 497.77, "word": " still", "probability": 0.387939453125}, {"start": 497.77, "end": 497.99, "word": " don't", "probability": 0.84814453125}, {"start": 497.99, "end": 498.27, "word": " know", "probability": 0.86474609375}, {"start": 498.27, "end": 498.57, "word": " where", "probability": 0.90185546875}, {"start": 498.57, "end": 498.77, "word": " this", "probability": 0.71923828125}, {"start": 498.77, "end": 499.15, "word": " activity", "probability": 0.95849609375}, {"start": 499.15, "end": 499.53, "word": " exists,", "probability": 0.22705078125}, {"start": 499.73, "end": 499.83, "word": " in", "probability": 0.87060546875}, {"start": 499.83, "end": 500.03, "word": " which", "probability": 0.74560546875}, {"start": 500.03, "end": 500.61, "word": " application,", "probability": 0.58984375}, {"start": 501.05, "end": 501.59, "word": " it", "probability": 0.1751708984375}, {"start": 501.59, "end": 502.07, "word": " specified", "probability": 0.8642578125}, {"start": 502.07, "end": 502.25, "word": " and", "probability": 0.381103515625}, {"start": 502.25, "end": 502.43, "word": " described", "probability": 0.8359375}, {"start": 502.43, "end": 503.09, "word": " it", "probability": 0.8955078125}, {"start": 503.09, "end": 503.37, "word": " Ok,", "probability": 0.263671875}, {"start": 503.47, "end": 503.65, "word": " because", "probability": 0.51513671875}, {"start": 503.65, "end": 503.79, "word": " as", "probability": 0.298828125}, {"start": 503.79, "end": 503.83, "word": " soon", "probability": 0.9541015625}, {"start": 503.83, "end": 503.93, "word": " as", "probability": 0.9638671875}, {"start": 503.93, "end": 504.13, "word": " it", "probability": 0.207275390625}, {"start": 504.13, "end": 504.35, "word": " became", "probability": 0.1876220703125}, {"start": 504.35, "end": 504.49, "word": " an", "probability": 0.49072265625}, {"start": 504.49, "end": 504.73, "word": " activity,", "probability": 0.91015625}, {"start": 504.91, "end": 505.01, "word": " an", "probability": 0.366455078125}, {"start": 505.01, "end": 505.27, "word": " intent,", "probability": 0.94921875}, {"start": 505.39, "end": 505.55, "word": " this", "probability": 0.429931640625}, {"start": 505.55, "end": 505.83, "word": " message", "probability": 0.87451171875}, {"start": 505.83, "end": 506.01, "word": " will", "probability": 0.45703125}, {"start": 506.01, "end": 506.15, "word": " go", "probability": 0.85302734375}, {"start": 506.15, "end": 506.29, "word": " to", "probability": 0.92138671875}, {"start": 506.29, "end": 506.49, "word": " whom?", "probability": 0.87060546875}], "temperature": 1.0}, {"id": 20, "seek": 53108, "start": 507.06, "end": 531.08, "text": " to the operating system. Ok? This is the operating system here. The intent has reached here. The operating system does not know yet who is working. What does the operating system do? It goes to all the applications and takes the manifest file with it and matches the action in the intent with the actions written inside the intent filter in the application. Anytime, search in the manifest. Who has activity that is action?", "tokens": [281, 264, 7447, 1185, 13, 3477, 30, 639, 307, 264, 7447, 1185, 510, 13, 440, 8446, 575, 6488, 510, 13, 440, 7447, 1185, 775, 406, 458, 1939, 567, 307, 1364, 13, 708, 775, 264, 7447, 1185, 360, 30, 467, 1709, 281, 439, 264, 5821, 293, 2516, 264, 10067, 3991, 365, 309, 293, 10676, 264, 3069, 294, 264, 8446, 365, 264, 5909, 3720, 1854, 264, 8446, 6608, 294, 264, 3861, 13, 39401, 11, 3164, 294, 264, 10067, 13, 2102, 575, 5191, 300, 307, 3069, 30], "avg_logprob": -0.49742648741778206, "compression_ratio": 1.972093023255814, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 507.06, "end": 507.24, "word": " to", "probability": 0.185546875}, {"start": 507.24, "end": 507.3, "word": " the", "probability": 0.7919921875}, {"start": 507.3, "end": 507.66, "word": " operating", "probability": 0.86669921875}, {"start": 507.66, "end": 508.16, "word": " system.", "probability": 0.94580078125}, {"start": 508.52, "end": 508.78, "word": " Ok?", "probability": 0.1474609375}, {"start": 508.9, "end": 509.0, "word": " This", "probability": 0.5703125}, {"start": 509.0, "end": 509.02, "word": " is", "probability": 0.91455078125}, {"start": 509.02, "end": 509.1, "word": " the", "probability": 0.8720703125}, {"start": 509.1, "end": 509.38, "word": " operating", "probability": 0.96630859375}, {"start": 509.38, "end": 509.82, "word": " system", "probability": 0.953125}, {"start": 509.82, "end": 510.06, "word": " here.", "probability": 0.366455078125}, {"start": 510.18, "end": 510.32, "word": " The", "probability": 0.2724609375}, {"start": 510.32, "end": 510.32, "word": " intent", "probability": 0.7265625}, {"start": 510.32, "end": 510.36, "word": " has", "probability": 0.3271484375}, {"start": 510.36, "end": 510.64, "word": " reached", "probability": 0.4287109375}, {"start": 510.64, "end": 511.4, "word": " here.", "probability": 0.6416015625}, {"start": 512.02, "end": 512.18, "word": " The", "probability": 0.31884765625}, {"start": 512.18, "end": 512.58, "word": " operating", "probability": 0.8154296875}, {"start": 512.58, "end": 513.02, "word": " system", "probability": 0.947265625}, {"start": 513.02, "end": 513.02, "word": " does", "probability": 0.27001953125}, {"start": 513.02, "end": 513.22, "word": " not", "probability": 0.93408203125}, {"start": 513.22, "end": 513.54, "word": " know", "probability": 0.5517578125}, {"start": 513.54, "end": 513.68, "word": " yet", "probability": 0.53662109375}, {"start": 513.68, "end": 513.84, "word": " who", "probability": 0.7255859375}, {"start": 513.84, "end": 513.94, "word": " is", "probability": 0.3193359375}, {"start": 513.94, "end": 514.18, "word": " working.", "probability": 0.1405029296875}, {"start": 514.52, "end": 514.82, "word": " What", "probability": 0.63037109375}, {"start": 514.82, "end": 514.98, "word": " does", "probability": 0.76416015625}, {"start": 514.98, "end": 515.06, "word": " the", "probability": 0.74462890625}, {"start": 515.06, "end": 515.5, "word": " operating", "probability": 0.958984375}, {"start": 515.5, "end": 516.02, "word": " system", "probability": 0.953125}, {"start": 516.02, "end": 516.02, "word": " do?", "probability": 0.90478515625}, {"start": 516.2, "end": 516.5, "word": " It", "probability": 0.7001953125}, {"start": 516.5, "end": 516.68, "word": " goes", "probability": 0.77685546875}, {"start": 516.68, "end": 516.86, "word": " to", "probability": 0.93994140625}, {"start": 516.86, "end": 517.1, "word": " all", "probability": 0.93212890625}, {"start": 517.1, "end": 517.18, "word": " the", "probability": 0.479248046875}, {"start": 517.18, "end": 517.54, "word": " applications", "probability": 0.5205078125}, {"start": 517.54, "end": 518.26, "word": " and", "probability": 0.60107421875}, {"start": 518.26, "end": 518.5, "word": " takes", "probability": 0.2222900390625}, {"start": 518.5, "end": 518.7, "word": " the", "probability": 0.8134765625}, {"start": 518.7, "end": 518.96, "word": " manifest", "probability": 0.86083984375}, {"start": 518.96, "end": 519.38, "word": " file", "probability": 0.8955078125}, {"start": 519.38, "end": 519.62, "word": " with", "probability": 0.261962890625}, {"start": 519.62, "end": 519.84, "word": " it", "probability": 0.6806640625}, {"start": 519.84, "end": 520.24, "word": " and", "probability": 0.75048828125}, {"start": 520.24, "end": 520.7, "word": " matches", "probability": 0.466552734375}, {"start": 520.7, "end": 521.02, "word": " the", "probability": 0.88623046875}, {"start": 521.02, "end": 521.48, "word": " action", "probability": 0.84326171875}, {"start": 521.48, "end": 521.88, "word": " in", "probability": 0.471435546875}, {"start": 521.88, "end": 522.22, "word": " the", "probability": 0.90380859375}, {"start": 522.22, "end": 522.76, "word": " intent", "probability": 0.943359375}, {"start": 522.76, "end": 523.62, "word": " with", "probability": 0.802734375}, {"start": 523.62, "end": 523.82, "word": " the", "probability": 0.818359375}, {"start": 523.82, "end": 524.3, "word": " actions", "probability": 0.85400390625}, {"start": 524.3, "end": 524.92, "word": " written", "probability": 0.5537109375}, {"start": 524.92, "end": 525.3, "word": " inside", "probability": 0.492919921875}, {"start": 525.3, "end": 525.48, "word": " the", "probability": 0.88720703125}, {"start": 525.48, "end": 525.7, "word": " intent", "probability": 0.9208984375}, {"start": 525.7, "end": 526.06, "word": " filter", "probability": 0.86328125}, {"start": 526.06, "end": 526.2, "word": " in", "probability": 0.8291015625}, {"start": 526.2, "end": 526.3, "word": " the", "probability": 0.884765625}, {"start": 526.3, "end": 526.7, "word": " application.", "probability": 0.52978515625}, {"start": 527.06, "end": 527.34, "word": " Anytime,", "probability": 0.27197265625}, {"start": 527.92, "end": 528.22, "word": " search", "probability": 0.51953125}, {"start": 528.22, "end": 528.42, "word": " in", "probability": 0.6474609375}, {"start": 528.42, "end": 528.5, "word": " the", "probability": 0.7919921875}, {"start": 528.5, "end": 528.78, "word": " manifest.", "probability": 0.92529296875}, {"start": 529.34, "end": 529.62, "word": " Who", "probability": 0.37744140625}, {"start": 529.62, "end": 529.82, "word": " has", "probability": 0.7998046875}, {"start": 529.82, "end": 530.38, "word": " activity", "probability": 0.50048828125}, {"start": 530.38, "end": 530.52, "word": " that", "probability": 0.43017578125}, {"start": 530.52, "end": 530.58, "word": " is", "probability": 0.5029296875}, {"start": 530.58, "end": 531.08, "word": " action?", "probability": 0.64794921875}], "temperature": 1.0}, {"id": 21, "seek": 56102, "start": 532.02, "end": 561.02, "text": " What is the action here? Map view. Is this a map view? No, this does not work. Come here. Is this a map view according to the action here? Yes, I go and run this activity. This is in the application, and I run it in the application again. Okay? This is called implicit intent. Yes, if we imagine, let's say I have another manifest file, and there is an activity called intent filter.", "tokens": [708, 307, 264, 3069, 510, 30, 22053, 1910, 13, 1119, 341, 257, 4471, 1910, 30, 883, 11, 341, 775, 406, 589, 13, 2492, 510, 13, 1119, 341, 257, 4471, 1910, 4650, 281, 264, 3069, 510, 30, 1079, 11, 286, 352, 293, 1190, 341, 5191, 13, 639, 307, 294, 264, 3861, 11, 293, 286, 1190, 309, 294, 264, 3861, 797, 13, 1033, 30, 639, 307, 1219, 26947, 8446, 13, 1079, 11, 498, 321, 3811, 11, 718, 311, 584, 286, 362, 1071, 10067, 3991, 11, 293, 456, 307, 364, 5191, 1219, 8446, 6608, 13], "avg_logprob": -0.41565859702325636, "compression_ratio": 1.8028169014084507, "no_speech_prob": 0.0, "words": [{"start": 532.02, "end": 532.3, "word": " What", "probability": 0.47021484375}, {"start": 532.3, "end": 532.34, "word": " is", "probability": 0.6875}, {"start": 532.34, "end": 532.42, "word": " the", "probability": 0.490234375}, {"start": 532.42, "end": 532.66, "word": " action", "probability": 0.88720703125}, {"start": 532.66, "end": 533.0, "word": " here?", "probability": 0.74609375}, {"start": 533.2, "end": 533.64, "word": " Map", "probability": 0.6796875}, {"start": 533.64, "end": 533.94, "word": " view.", "probability": 0.360595703125}, {"start": 534.06, "end": 534.16, "word": " Is", "probability": 0.7177734375}, {"start": 534.16, "end": 534.3, "word": " this", "probability": 0.744140625}, {"start": 534.3, "end": 534.36, "word": " a", "probability": 0.53076171875}, {"start": 534.36, "end": 534.52, "word": " map", "probability": 0.87744140625}, {"start": 534.52, "end": 534.84, "word": " view?", "probability": 0.9013671875}, {"start": 535.06, "end": 535.5, "word": " No,", "probability": 0.8759765625}, {"start": 535.8, "end": 536.34, "word": " this", "probability": 0.466064453125}, {"start": 536.34, "end": 536.46, "word": " does", "probability": 0.2447509765625}, {"start": 536.46, "end": 536.46, "word": " not", "probability": 0.935546875}, {"start": 536.46, "end": 536.76, "word": " work.", "probability": 0.859375}, {"start": 537.44, "end": 537.66, "word": " Come", "probability": 0.63916015625}, {"start": 537.66, "end": 537.94, "word": " here.", "probability": 0.82470703125}, {"start": 538.1, "end": 538.26, "word": " Is", "probability": 0.9033203125}, {"start": 538.26, "end": 538.54, "word": " this", "probability": 0.8828125}, {"start": 538.54, "end": 538.6, "word": " a", "probability": 0.86376953125}, {"start": 538.6, "end": 538.78, "word": " map", "probability": 0.900390625}, {"start": 538.78, "end": 539.04, "word": " view", "probability": 0.89404296875}, {"start": 539.04, "end": 539.4, "word": " according", "probability": 0.10382080078125}, {"start": 539.4, "end": 539.6, "word": " to", "probability": 0.96337890625}, {"start": 539.6, "end": 539.68, "word": " the", "probability": 0.71240234375}, {"start": 539.68, "end": 539.96, "word": " action", "probability": 0.962890625}, {"start": 539.96, "end": 540.26, "word": " here?", "probability": 0.79150390625}, {"start": 540.6, "end": 540.82, "word": " Yes,", "probability": 0.91845703125}, {"start": 540.88, "end": 541.0, "word": " I", "probability": 0.496826171875}, {"start": 541.0, "end": 541.08, "word": " go", "probability": 0.193359375}, {"start": 541.08, "end": 541.22, "word": " and", "probability": 0.615234375}, {"start": 541.22, "end": 541.52, "word": " run", "probability": 0.57470703125}, {"start": 541.52, "end": 542.48, "word": " this", "probability": 0.88427734375}, {"start": 542.48, "end": 542.96, "word": " activity.", "probability": 0.94873046875}, {"start": 545.04, "end": 545.6, "word": " This", "probability": 0.74951171875}, {"start": 545.6, "end": 545.66, "word": " is", "probability": 0.51513671875}, {"start": 545.66, "end": 545.78, "word": " in", "probability": 0.736328125}, {"start": 545.78, "end": 545.88, "word": " the", "probability": 0.58984375}, {"start": 545.88, "end": 546.2, "word": " application,", "probability": 0.8056640625}, {"start": 546.94, "end": 547.48, "word": " and", "probability": 0.89794921875}, {"start": 547.48, "end": 547.7, "word": " I", "probability": 0.9560546875}, {"start": 547.7, "end": 548.0, "word": " run", "probability": 0.6845703125}, {"start": 548.0, "end": 548.14, "word": " it", "probability": 0.416748046875}, {"start": 548.14, "end": 548.16, "word": " in", "probability": 0.79248046875}, {"start": 548.16, "end": 549.06, "word": " the", "probability": 0.654296875}, {"start": 549.06, "end": 549.06, "word": " application", "probability": 0.89697265625}, {"start": 549.06, "end": 549.96, "word": " again.", "probability": 0.57275390625}, {"start": 551.14, "end": 551.48, "word": " Okay?", "probability": 0.338134765625}, {"start": 551.72, "end": 551.94, "word": " This", "probability": 0.7529296875}, {"start": 551.94, "end": 552.04, "word": " is", "probability": 0.68359375}, {"start": 552.04, "end": 552.32, "word": " called", "probability": 0.6474609375}, {"start": 552.32, "end": 552.82, "word": " implicit", "probability": 0.68798828125}, {"start": 552.82, "end": 553.22, "word": " intent.", "probability": 0.98095703125}, {"start": 555.0, "end": 555.24, "word": " Yes,", "probability": 0.4560546875}, {"start": 555.32, "end": 555.5, "word": " if", "probability": 0.43359375}, {"start": 555.5, "end": 555.88, "word": " we", "probability": 0.68115234375}, {"start": 555.88, "end": 555.88, "word": " imagine,", "probability": 0.2080078125}, {"start": 556.04, "end": 556.14, "word": " let's", "probability": 0.5791015625}, {"start": 556.14, "end": 556.26, "word": " say", "probability": 0.9365234375}, {"start": 556.26, "end": 556.56, "word": " I", "probability": 0.56640625}, {"start": 556.56, "end": 557.38, "word": " have", "probability": 0.85498046875}, {"start": 557.38, "end": 557.64, "word": " another", "probability": 0.67236328125}, {"start": 557.64, "end": 557.94, "word": " manifest", "probability": 0.6611328125}, {"start": 557.94, "end": 558.28, "word": " file,", "probability": 0.92626953125}, {"start": 558.62, "end": 559.12, "word": " and", "probability": 0.87451171875}, {"start": 559.12, "end": 559.26, "word": " there", "probability": 0.83349609375}, {"start": 559.26, "end": 559.26, "word": " is", "probability": 0.8779296875}, {"start": 559.26, "end": 559.74, "word": " an", "probability": 0.83984375}, {"start": 559.74, "end": 559.74, "word": " activity", "probability": 0.96142578125}, {"start": 559.74, "end": 560.06, "word": " called", "probability": 0.7529296875}, {"start": 560.06, "end": 560.46, "word": " intent", "probability": 0.59912109375}, {"start": 560.46, "end": 561.02, "word": " filter.", "probability": 0.880859375}], "temperature": 1.0}, {"id": 22, "seek": 56455, "start": 562.22, "end": 564.56, "text": " Okay, and it has a map and another view.", "tokens": [1033, 11, 293, 309, 575, 257, 4471, 293, 1071, 1910, 13], "avg_logprob": -0.6070963591337204, "compression_ratio": 0.8913043478260869, "no_speech_prob": 0.0, "words": [{"start": 562.22, "end": 562.54, "word": " Okay,", "probability": 0.23095703125}, {"start": 562.7, "end": 562.8, "word": " and", "probability": 0.65185546875}, {"start": 562.8, "end": 562.88, "word": " it", "probability": 0.62890625}, {"start": 562.88, "end": 562.98, "word": " has", "probability": 0.853515625}, {"start": 562.98, "end": 563.1, "word": " a", "probability": 0.5556640625}, {"start": 563.1, "end": 563.46, "word": " map", "probability": 0.74951171875}, {"start": 563.46, "end": 564.18, "word": " and", "probability": 0.322265625}, {"start": 564.18, "end": 564.32, "word": " another", "probability": 0.2216796875}, {"start": 564.32, "end": 564.56, "word": " view.", "probability": 0.89013671875}], "temperature": 1.0}, {"id": 23, "seek": 59316, "start": 565.83, "end": 593.17, "text": " The operating system will come and ask you to choose between these two options. In this case, it will ask you to choose between these two options. For example, sometimes when you open a page, it will bring you two options, two browsers. This happens with you sometimes in Android, right? This happens when you find more than one activity that carries the same action that is present in the Internet.", "tokens": [440, 7447, 1185, 486, 808, 293, 1029, 291, 281, 2826, 1296, 613, 732, 3956, 13, 682, 341, 1389, 11, 309, 486, 1029, 291, 281, 2826, 1296, 613, 732, 3956, 13, 1171, 1365, 11, 2171, 562, 291, 1269, 257, 3028, 11, 309, 486, 1565, 291, 732, 3956, 11, 732, 36069, 13, 639, 2314, 365, 291, 2171, 294, 8853, 11, 558, 30, 639, 2314, 562, 291, 915, 544, 813, 472, 5191, 300, 16402, 264, 912, 3069, 300, 307, 1974, 294, 264, 5681, 1248, 302, 13], "avg_logprob": -0.5740327132599694, "compression_ratio": 1.8433179723502304, "no_speech_prob": 0.0, "words": [{"start": 565.83, "end": 566.17, "word": " The", "probability": 0.40576171875}, {"start": 566.17, "end": 566.67, "word": " operating", "probability": 0.88427734375}, {"start": 566.67, "end": 567.11, "word": " system", "probability": 0.947265625}, {"start": 567.11, "end": 567.11, "word": " will", "probability": 0.69091796875}, {"start": 567.11, "end": 567.11, "word": " come", "probability": 0.2166748046875}, {"start": 567.11, "end": 567.23, "word": " and", "probability": 0.5908203125}, {"start": 567.23, "end": 567.47, "word": " ask", "probability": 0.1090087890625}, {"start": 567.47, "end": 567.73, "word": " you", "probability": 0.77685546875}, {"start": 567.73, "end": 568.21, "word": " to", "probability": 0.76123046875}, {"start": 568.21, "end": 568.23, "word": " choose", "probability": 0.56787109375}, {"start": 568.23, "end": 568.23, "word": " between", "probability": 0.296142578125}, {"start": 568.23, "end": 568.35, "word": " these", "probability": 0.3994140625}, {"start": 568.35, "end": 568.79, "word": " two", "probability": 0.71337890625}, {"start": 568.79, "end": 569.17, "word": " options.", "probability": 0.49072265625}, {"start": 569.43, "end": 569.55, "word": " In", "probability": 0.314697265625}, {"start": 569.55, "end": 569.69, "word": " this", "probability": 0.6533203125}, {"start": 569.69, "end": 569.79, "word": " case,", "probability": 0.86376953125}, {"start": 569.89, "end": 569.93, "word": " it", "probability": 0.67626953125}, {"start": 569.93, "end": 570.03, "word": " will", "probability": 0.57763671875}, {"start": 570.03, "end": 570.15, "word": " ask", "probability": 0.27880859375}, {"start": 570.15, "end": 571.17, "word": " you", "probability": 0.93798828125}, {"start": 571.17, "end": 572.37, "word": " to", "probability": 0.92626953125}, {"start": 572.37, "end": 572.67, "word": " choose", "probability": 0.91748046875}, {"start": 572.67, "end": 573.71, "word": " between", "probability": 0.44921875}, {"start": 573.71, "end": 573.79, "word": " these", "probability": 0.55810546875}, {"start": 573.79, "end": 574.55, "word": " two", "probability": 0.78466796875}, {"start": 574.55, "end": 574.55, "word": " options.", "probability": 0.82177734375}, {"start": 576.23, "end": 576.75, "word": " For", "probability": 0.240478515625}, {"start": 576.75, "end": 577.09, "word": " example,", "probability": 0.90576171875}, {"start": 577.25, "end": 577.59, "word": " sometimes", "probability": 0.70556640625}, {"start": 577.59, "end": 577.79, "word": " when", "probability": 0.2308349609375}, {"start": 577.79, "end": 577.89, "word": " you", "probability": 0.94140625}, {"start": 577.89, "end": 578.57, "word": " open", "probability": 0.4345703125}, {"start": 578.57, "end": 578.97, "word": " a", "probability": 0.90234375}, {"start": 578.97, "end": 578.97, "word": " page,", "probability": 0.72998046875}, {"start": 579.01, "end": 579.15, "word": " it", "probability": 0.78369140625}, {"start": 579.15, "end": 579.19, "word": " will", "probability": 0.587890625}, {"start": 579.19, "end": 579.29, "word": " bring", "probability": 0.489501953125}, {"start": 579.29, "end": 579.39, "word": " you", "probability": 0.264404296875}, {"start": 579.39, "end": 579.71, "word": " two", "probability": 0.52294921875}, {"start": 579.71, "end": 579.71, "word": " options,", "probability": 0.61328125}, {"start": 579.81, "end": 579.99, "word": " two", "probability": 0.414306640625}, {"start": 579.99, "end": 580.43, "word": " browsers.", "probability": 0.86181640625}, {"start": 580.99, "end": 581.51, "word": " This", "probability": 0.456298828125}, {"start": 581.51, "end": 581.87, "word": " happens", "probability": 0.5595703125}, {"start": 581.87, "end": 582.11, "word": " with", "probability": 0.3681640625}, {"start": 582.11, "end": 582.41, "word": " you", "probability": 0.77587890625}, {"start": 582.41, "end": 583.27, "word": " sometimes", "probability": 0.69921875}, {"start": 583.27, "end": 583.89, "word": " in", "probability": 0.5107421875}, {"start": 583.89, "end": 584.99, "word": " Android,", "probability": 0.75048828125}, {"start": 585.11, "end": 585.31, "word": " right?", "probability": 0.8359375}, {"start": 585.79, "end": 586.01, "word": " This", "probability": 0.397705078125}, {"start": 586.01, "end": 586.21, "word": " happens", "probability": 0.433349609375}, {"start": 586.21, "end": 586.37, "word": " when", "probability": 0.63232421875}, {"start": 586.37, "end": 586.77, "word": " you", "probability": 0.77978515625}, {"start": 586.77, "end": 587.03, "word": " find", "probability": 0.260498046875}, {"start": 587.03, "end": 587.65, "word": " more", "probability": 0.8115234375}, {"start": 587.65, "end": 587.99, "word": " than", "probability": 0.61962890625}, {"start": 587.99, "end": 588.15, "word": " one", "probability": 0.89013671875}, {"start": 588.15, "end": 588.67, "word": " activity", "probability": 0.9384765625}, {"start": 588.67, "end": 590.25, "word": " that", "probability": 0.431640625}, {"start": 590.25, "end": 591.21, "word": " carries", "probability": 0.283935546875}, {"start": 591.21, "end": 591.41, "word": " the", "probability": 0.8896484375}, {"start": 591.41, "end": 591.57, "word": " same", "probability": 0.8515625}, {"start": 591.57, "end": 592.21, "word": " action", "probability": 0.92333984375}, {"start": 592.21, "end": 592.41, "word": " that", "probability": 0.2529296875}, {"start": 592.41, "end": 592.47, "word": " is", "probability": 0.469482421875}, {"start": 592.47, "end": 592.69, "word": " present", "probability": 0.326171875}, {"start": 592.69, "end": 592.79, "word": " in", "probability": 0.86376953125}, {"start": 592.79, "end": 592.87, "word": " the", "probability": 0.669921875}, {"start": 592.87, "end": 593.17, "word": " Internet.", "probability": 0.5506998697916666}], "temperature": 1.0}, {"id": 24, "seek": 62201, "start": 595.23, "end": 622.01, "text": " In the previous lecture, the first and second activities have an intent filter. This is the main launcher. But the second activity has an intent filter for the manifest file. So, I cannot run the second activity from any other application. Why?", "tokens": [682, 264, 3894, 7991, 11, 264, 700, 293, 1150, 5354, 362, 364, 8446, 6608, 13, 639, 307, 264, 2135, 36805, 13, 583, 264, 1150, 5191, 575, 364, 8446, 6608, 337, 264, 10067, 3991, 13, 407, 11, 286, 2644, 1190, 264, 1150, 5191, 490, 604, 661, 3861, 13, 1545, 30], "avg_logprob": -0.4812500041723251, "compression_ratio": 1.6442953020134228, "no_speech_prob": 0.0, "words": [{"start": 595.23, "end": 595.73, "word": " In", "probability": 0.38525390625}, {"start": 595.73, "end": 595.97, "word": " the", "probability": 0.6806640625}, {"start": 595.97, "end": 595.97, "word": " previous", "probability": 0.483154296875}, {"start": 595.97, "end": 596.67, "word": " lecture,", "probability": 0.755859375}, {"start": 599.83, "end": 600.07, "word": " the", "probability": 0.341064453125}, {"start": 600.07, "end": 600.39, "word": " first", "probability": 0.51806640625}, {"start": 600.39, "end": 602.53, "word": " and", "probability": 0.70556640625}, {"start": 602.53, "end": 602.91, "word": " second", "probability": 0.70556640625}, {"start": 602.91, "end": 603.57, "word": " activities", "probability": 0.89892578125}, {"start": 603.57, "end": 605.17, "word": " have", "probability": 0.316650390625}, {"start": 605.17, "end": 605.33, "word": " an", "probability": 0.386474609375}, {"start": 605.33, "end": 605.53, "word": " intent", "probability": 0.748046875}, {"start": 605.53, "end": 605.91, "word": " filter.", "probability": 0.96533203125}, {"start": 606.01, "end": 606.15, "word": " This", "probability": 0.383544921875}, {"start": 606.15, "end": 606.19, "word": " is", "probability": 0.62451171875}, {"start": 606.19, "end": 606.51, "word": " the", "probability": 0.69677734375}, {"start": 606.51, "end": 606.51, "word": " main", "probability": 0.80810546875}, {"start": 606.51, "end": 607.13, "word": " launcher.", "probability": 0.91357421875}, {"start": 608.97, "end": 609.71, "word": " But", "probability": 0.43310546875}, {"start": 609.71, "end": 610.33, "word": " the", "probability": 0.70556640625}, {"start": 610.33, "end": 610.63, "word": " second", "probability": 0.8564453125}, {"start": 610.63, "end": 611.53, "word": " activity", "probability": 0.60302734375}, {"start": 611.53, "end": 611.81, "word": " has", "probability": 0.822265625}, {"start": 611.81, "end": 611.93, "word": " an", "probability": 0.8876953125}, {"start": 611.93, "end": 612.09, "word": " intent", "probability": 0.93896484375}, {"start": 612.09, "end": 612.55, "word": " filter", "probability": 0.97021484375}, {"start": 612.55, "end": 612.83, "word": " for", "probability": 0.25146484375}, {"start": 612.83, "end": 614.57, "word": " the", "probability": 0.5712890625}, {"start": 614.57, "end": 614.85, "word": " manifest", "probability": 0.90966796875}, {"start": 614.85, "end": 615.65, "word": " file.", "probability": 0.91552734375}, {"start": 616.71, "end": 617.45, "word": " So,", "probability": 0.13671875}, {"start": 618.09, "end": 618.09, "word": " I", "probability": 0.6220703125}, {"start": 618.09, "end": 619.05, "word": " cannot", "probability": 0.46533203125}, {"start": 619.05, "end": 619.55, "word": " run", "probability": 0.64697265625}, {"start": 619.55, "end": 619.69, "word": " the", "probability": 0.55712890625}, {"start": 619.69, "end": 619.69, "word": " second", "probability": 0.80224609375}, {"start": 619.69, "end": 619.69, "word": " activity", "probability": 0.7373046875}, {"start": 619.69, "end": 620.71, "word": " from", "probability": 0.61767578125}, {"start": 620.71, "end": 620.87, "word": " any", "probability": 0.7109375}, {"start": 620.87, "end": 620.93, "word": " other", "probability": 0.78955078125}, {"start": 620.93, "end": 621.21, "word": " application.", "probability": 0.7451171875}, {"start": 621.65, "end": 622.01, "word": " Why?", "probability": 0.87255859375}], "temperature": 1.0}, {"id": 25, "seek": 64241, "start": 623.14, "end": 642.42, "text": " Because it is not self-explanatory, there is no intent filter in it. So if I want to run it from any other application, I go inside the tag of the activity and create an intent filter. And inside the intent filter, I create something called action, okay? Name and call this activity the thing. For example, useless activity.", "tokens": [1436, 309, 307, 406, 2698, 12, 3121, 16554, 4745, 11, 456, 307, 572, 8446, 6608, 294, 309, 13, 407, 498, 286, 528, 281, 1190, 309, 490, 604, 661, 3861, 11, 286, 352, 1854, 264, 6162, 295, 264, 5191, 293, 1884, 364, 8446, 6608, 13, 400, 1854, 264, 8446, 6608, 11, 286, 1884, 746, 1219, 3069, 11, 1392, 30, 13866, 293, 818, 341, 5191, 264, 551, 13, 1171, 1365, 11, 14115, 5191, 13], "avg_logprob": -0.4383561676495696, "compression_ratio": 1.649746192893401, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 623.14, "end": 623.46, "word": " Because", "probability": 0.47314453125}, {"start": 623.46, "end": 623.58, "word": " it", "probability": 0.77001953125}, {"start": 623.58, "end": 623.58, "word": " is", "probability": 0.217529296875}, {"start": 623.58, "end": 624.06, "word": " not", "probability": 0.830078125}, {"start": 624.06, "end": 624.24, "word": " self", "probability": 0.1856689453125}, {"start": 624.24, "end": 624.56, "word": "-explanatory,", "probability": 0.76416015625}, {"start": 624.8, "end": 624.88, "word": " there", "probability": 0.355224609375}, {"start": 624.88, "end": 624.94, "word": " is", "probability": 0.8447265625}, {"start": 624.94, "end": 625.02, "word": " no", "probability": 0.869140625}, {"start": 625.02, "end": 625.36, "word": " intent", "probability": 0.84765625}, {"start": 625.36, "end": 625.78, "word": " filter", "probability": 0.96240234375}, {"start": 625.78, "end": 625.88, "word": " in", "probability": 0.444091796875}, {"start": 625.88, "end": 625.88, "word": " it.", "probability": 0.876953125}, {"start": 626.28, "end": 626.4, "word": " So", "probability": 0.677734375}, {"start": 626.4, "end": 626.5, "word": " if", "probability": 0.72021484375}, {"start": 626.5, "end": 626.64, "word": " I", "probability": 0.91259765625}, {"start": 626.64, "end": 626.86, "word": " want", "probability": 0.818359375}, {"start": 626.86, "end": 626.9, "word": " to", "probability": 0.96435546875}, {"start": 626.9, "end": 627.12, "word": " run", "probability": 0.59375}, {"start": 627.12, "end": 627.22, "word": " it", "probability": 0.79248046875}, {"start": 627.22, "end": 627.36, "word": " from", "probability": 0.76513671875}, {"start": 627.36, "end": 627.52, "word": " any", "probability": 0.5234375}, {"start": 627.52, "end": 628.12, "word": " other", "probability": 0.83349609375}, {"start": 628.12, "end": 628.12, "word": " application,", "probability": 0.5615234375}, {"start": 629.06, "end": 629.4, "word": " I", "probability": 0.89599609375}, {"start": 629.4, "end": 629.56, "word": " go", "probability": 0.61572265625}, {"start": 629.56, "end": 629.98, "word": " inside", "probability": 0.35791015625}, {"start": 629.98, "end": 630.34, "word": " the", "probability": 0.68896484375}, {"start": 630.34, "end": 630.52, "word": " tag", "probability": 0.45068359375}, {"start": 630.52, "end": 630.62, "word": " of", "probability": 0.6953125}, {"start": 630.62, "end": 630.74, "word": " the", "probability": 0.57373046875}, {"start": 630.74, "end": 631.12, "word": " activity", "probability": 0.9267578125}, {"start": 631.12, "end": 631.42, "word": " and", "probability": 0.40087890625}, {"start": 631.42, "end": 631.62, "word": " create", "probability": 0.53076171875}, {"start": 631.62, "end": 632.5, "word": " an", "probability": 0.69384765625}, {"start": 632.5, "end": 632.7, "word": " intent", "probability": 0.8447265625}, {"start": 632.7, "end": 633.2, "word": " filter.", "probability": 0.97265625}, {"start": 633.64, "end": 633.92, "word": " And", "probability": 0.744140625}, {"start": 633.92, "end": 634.04, "word": " inside", "probability": 0.7607421875}, {"start": 634.04, "end": 634.28, "word": " the", "probability": 0.8935546875}, {"start": 634.28, "end": 634.56, "word": " intent", "probability": 0.94873046875}, {"start": 634.56, "end": 635.04, "word": " filter,", "probability": 0.95947265625}, {"start": 635.18, "end": 635.22, "word": " I", "probability": 0.970703125}, {"start": 635.22, "end": 635.38, "word": " create", "probability": 0.3935546875}, {"start": 635.38, "end": 635.62, "word": " something", "probability": 0.59033203125}, {"start": 635.62, "end": 635.9, "word": " called", "probability": 0.83642578125}, {"start": 635.9, "end": 636.96, "word": " action,", "probability": 0.66162109375}, {"start": 637.38, "end": 637.66, "word": " okay?", "probability": 0.21337890625}, {"start": 637.98, "end": 638.44, "word": " Name", "probability": 0.8544921875}, {"start": 638.44, "end": 638.82, "word": " and", "probability": 0.44775390625}, {"start": 638.82, "end": 639.08, "word": " call", "probability": 0.4443359375}, {"start": 639.08, "end": 639.24, "word": " this", "probability": 0.8818359375}, {"start": 639.24, "end": 639.66, "word": " activity", "probability": 0.87353515625}, {"start": 639.66, "end": 640.1, "word": " the", "probability": 0.255859375}, {"start": 640.1, "end": 640.38, "word": " thing.", "probability": 0.69921875}, {"start": 640.7, "end": 640.92, "word": " For", "probability": 0.9130859375}, {"start": 640.92, "end": 641.06, "word": " example,", "probability": 0.9482421875}, {"start": 641.2, "end": 641.52, "word": " useless", "probability": 0.5166015625}, {"start": 641.52, "end": 642.42, "word": " activity.", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 26, "seek": 66742, "start": 643.48, "end": 667.42, "text": " That's why you give it action, okay? And you have to give it something else, which is category At least, this is category. What is category? You see, we have two main categories There is launcher, what is launcher? This is the activity that runs And there is category name, which is default Default means any activity that is not running Launcher is the first thing that runs the application", "tokens": [663, 311, 983, 291, 976, 309, 3069, 11, 1392, 30, 400, 291, 362, 281, 976, 309, 746, 1646, 11, 597, 307, 7719, 1711, 1935, 11, 341, 307, 7719, 13, 708, 307, 7719, 30, 509, 536, 11, 321, 362, 732, 2135, 10479, 821, 307, 36805, 11, 437, 307, 36805, 30, 639, 307, 264, 5191, 300, 6676, 400, 456, 307, 7719, 1315, 11, 597, 307, 7576, 9548, 5107, 1355, 604, 5191, 300, 307, 406, 2614, 28119, 260, 307, 264, 700, 551, 300, 6676, 264, 3861], "avg_logprob": -0.4944196591774623, "compression_ratio": 1.84037558685446, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 643.48, "end": 643.84, "word": " That's", "probability": 0.37152099609375}, {"start": 643.84, "end": 643.84, "word": " why", "probability": 0.61962890625}, {"start": 643.84, "end": 643.96, "word": " you", "probability": 0.314453125}, {"start": 643.96, "end": 644.12, "word": " give", "probability": 0.374755859375}, {"start": 644.12, "end": 644.22, "word": " it", "probability": 0.8251953125}, {"start": 644.22, "end": 644.56, "word": " action,", "probability": 0.59130859375}, {"start": 645.06, "end": 645.38, "word": " okay?", "probability": 0.330322265625}, {"start": 645.88, "end": 646.04, "word": " And", "probability": 0.6162109375}, {"start": 646.04, "end": 646.2, "word": " you", "probability": 0.666015625}, {"start": 646.2, "end": 646.2, "word": " have", "probability": 0.2005615234375}, {"start": 646.2, "end": 646.32, "word": " to", "probability": 0.9638671875}, {"start": 646.32, "end": 646.54, "word": " give", "probability": 0.80712890625}, {"start": 646.54, "end": 646.64, "word": " it", "probability": 0.82470703125}, {"start": 646.64, "end": 646.8, "word": " something", "probability": 0.339599609375}, {"start": 646.8, "end": 647.12, "word": " else,", "probability": 0.76025390625}, {"start": 647.28, "end": 647.34, "word": " which", "probability": 0.61181640625}, {"start": 647.34, "end": 647.46, "word": " is", "probability": 0.9453125}, {"start": 647.46, "end": 648.0, "word": " category", "probability": 0.68505859375}, {"start": 648.0, "end": 648.88, "word": " At", "probability": 0.650390625}, {"start": 648.88, "end": 649.3, "word": " least,", "probability": 0.9521484375}, {"start": 649.42, "end": 649.62, "word": " this", "probability": 0.6044921875}, {"start": 649.62, "end": 649.7, "word": " is", "probability": 0.83984375}, {"start": 649.7, "end": 650.08, "word": " category.", "probability": 0.63671875}, {"start": 650.18, "end": 650.28, "word": " What", "probability": 0.8271484375}, {"start": 650.28, "end": 650.34, "word": " is", "probability": 0.7392578125}, {"start": 650.34, "end": 650.76, "word": " category?", "probability": 0.615234375}, {"start": 650.88, "end": 651.0, "word": " You", "probability": 0.1876220703125}, {"start": 651.0, "end": 651.12, "word": " see,", "probability": 0.489990234375}, {"start": 651.22, "end": 651.4, "word": " we", "probability": 0.79345703125}, {"start": 651.4, "end": 651.78, "word": " have", "probability": 0.86669921875}, {"start": 651.78, "end": 651.98, "word": " two", "probability": 0.859375}, {"start": 651.98, "end": 652.56, "word": " main", "probability": 0.57470703125}, {"start": 652.56, "end": 652.74, "word": " categories", "probability": 0.62744140625}, {"start": 652.74, "end": 653.72, "word": " There", "probability": 0.2301025390625}, {"start": 653.72, "end": 653.8, "word": " is", "probability": 0.68701171875}, {"start": 653.8, "end": 654.14, "word": " launcher,", "probability": 0.72021484375}, {"start": 654.36, "end": 654.52, "word": " what", "probability": 0.7392578125}, {"start": 654.52, "end": 654.6, "word": " is", "probability": 0.9150390625}, {"start": 654.6, "end": 654.94, "word": " launcher?", "probability": 0.888671875}, {"start": 655.92, "end": 656.36, "word": " This", "probability": 0.2232666015625}, {"start": 656.36, "end": 656.46, "word": " is", "probability": 0.8798828125}, {"start": 656.46, "end": 656.56, "word": " the", "probability": 0.69921875}, {"start": 656.56, "end": 656.86, "word": " activity", "probability": 0.923828125}, {"start": 656.86, "end": 657.04, "word": " that", "probability": 0.72509765625}, {"start": 657.04, "end": 657.3, "word": " runs", "probability": 0.468994140625}, {"start": 657.3, "end": 657.78, "word": " And", "probability": 0.638671875}, {"start": 657.78, "end": 658.02, "word": " there", "probability": 0.8623046875}, {"start": 658.02, "end": 658.54, "word": " is", "probability": 0.93017578125}, {"start": 658.54, "end": 659.8, "word": " category", "probability": 0.367431640625}, {"start": 659.8, "end": 660.28, "word": " name,", "probability": 0.88037109375}, {"start": 661.02, "end": 661.26, "word": " which", "probability": 0.9287109375}, {"start": 661.26, "end": 661.44, "word": " is", "probability": 0.9443359375}, {"start": 661.44, "end": 661.86, "word": " default", "probability": 0.94189453125}, {"start": 661.86, "end": 662.5, "word": " Default", "probability": 0.8125}, {"start": 662.5, "end": 662.74, "word": " means", "probability": 0.8974609375}, {"start": 662.74, "end": 663.26, "word": " any", "probability": 0.61376953125}, {"start": 663.26, "end": 663.94, "word": " activity", "probability": 0.70166015625}, {"start": 663.94, "end": 664.22, "word": " that", "probability": 0.5703125}, {"start": 664.22, "end": 664.22, "word": " is", "probability": 0.54443359375}, {"start": 664.22, "end": 664.34, "word": " not", "probability": 0.91845703125}, {"start": 664.34, "end": 665.02, "word": " running", "probability": 0.744140625}, {"start": 665.02, "end": 666.26, "word": " Launcher", "probability": 0.6505126953125}, {"start": 666.26, "end": 666.36, "word": " is", "probability": 0.677734375}, {"start": 666.36, "end": 666.56, "word": " the", "probability": 0.4658203125}, {"start": 666.56, "end": 666.62, "word": " first", "probability": 0.7353515625}, {"start": 666.62, "end": 666.72, "word": " thing", "probability": 0.60302734375}, {"start": 666.72, "end": 666.78, "word": " that", "probability": 0.71728515625}, {"start": 666.78, "end": 667.02, "word": " runs", "probability": 0.64013671875}, {"start": 667.02, "end": 667.14, "word": " the", "probability": 0.55078125}, {"start": 667.14, "end": 667.42, "word": " application", "probability": 0.78564453125}], "temperature": 1.0}, {"id": 27, "seek": 68361, "start": 668.77, "end": 683.61, "text": " The default means that you have to run it. You have to put it in this category. Now this activity has a meaning for itself. It has a meaning for itself with an action called useless activity. Now in another application", "tokens": [440, 7576, 1355, 300, 291, 362, 281, 1190, 309, 13, 509, 362, 281, 829, 309, 294, 341, 7719, 13, 823, 341, 5191, 575, 257, 3620, 337, 2564, 13, 467, 575, 257, 3620, 337, 2564, 365, 364, 3069, 1219, 14115, 5191, 13, 823, 294, 1071, 3861], "avg_logprob": -0.4364809750214867, "compression_ratio": 1.5985401459854014, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 668.77, "end": 668.99, "word": " The", "probability": 0.410400390625}, {"start": 668.99, "end": 669.37, "word": " default", "probability": 0.9404296875}, {"start": 669.37, "end": 669.89, "word": " means", "probability": 0.66650390625}, {"start": 669.89, "end": 670.35, "word": " that", "probability": 0.50048828125}, {"start": 670.35, "end": 671.61, "word": " you", "probability": 0.38134765625}, {"start": 671.61, "end": 671.83, "word": " have", "probability": 0.332763671875}, {"start": 671.83, "end": 671.97, "word": " to", "probability": 0.955078125}, {"start": 671.97, "end": 672.33, "word": " run", "probability": 0.3125}, {"start": 672.33, "end": 672.57, "word": " it.", "probability": 0.7001953125}, {"start": 673.29, "end": 673.85, "word": " You", "probability": 0.40185546875}, {"start": 673.85, "end": 674.01, "word": " have", "probability": 0.7080078125}, {"start": 674.01, "end": 674.09, "word": " to", "probability": 0.96337890625}, {"start": 674.09, "end": 674.33, "word": " put", "probability": 0.62255859375}, {"start": 674.33, "end": 674.41, "word": " it", "probability": 0.654296875}, {"start": 674.41, "end": 674.45, "word": " in", "probability": 0.798828125}, {"start": 674.45, "end": 674.45, "word": " this", "probability": 0.701171875}, {"start": 674.45, "end": 674.87, "word": " category.", "probability": 0.9111328125}, {"start": 675.41, "end": 675.67, "word": " Now", "probability": 0.76513671875}, {"start": 675.67, "end": 675.99, "word": " this", "probability": 0.63330078125}, {"start": 675.99, "end": 676.45, "word": " activity", "probability": 0.91650390625}, {"start": 676.45, "end": 676.93, "word": " has", "probability": 0.52001953125}, {"start": 676.93, "end": 677.11, "word": " a", "probability": 0.466552734375}, {"start": 677.11, "end": 677.25, "word": " meaning", "probability": 0.81640625}, {"start": 677.25, "end": 677.45, "word": " for", "probability": 0.47705078125}, {"start": 677.45, "end": 677.83, "word": " itself.", "probability": 0.81005859375}, {"start": 678.21, "end": 678.59, "word": " It", "probability": 0.44091796875}, {"start": 678.59, "end": 678.73, "word": " has", "probability": 0.70458984375}, {"start": 678.73, "end": 678.73, "word": " a", "probability": 0.77197265625}, {"start": 678.73, "end": 678.73, "word": " meaning", "probability": 0.88134765625}, {"start": 678.73, "end": 678.89, "word": " for", "probability": 0.7001953125}, {"start": 678.89, "end": 679.15, "word": " itself", "probability": 0.82470703125}, {"start": 679.15, "end": 679.29, "word": " with", "probability": 0.578125}, {"start": 679.29, "end": 679.37, "word": " an", "probability": 0.52001953125}, {"start": 679.37, "end": 679.65, "word": " action", "probability": 0.95361328125}, {"start": 679.65, "end": 679.97, "word": " called", "probability": 0.7119140625}, {"start": 679.97, "end": 680.97, "word": " useless", "probability": 0.37109375}, {"start": 680.97, "end": 682.27, "word": " activity.", "probability": 0.93701171875}, {"start": 682.67, "end": 682.85, "word": " Now", "probability": 0.84326171875}, {"start": 682.85, "end": 682.95, "word": " in", "probability": 0.60107421875}, {"start": 682.95, "end": 683.61, "word": " another", "probability": 0.7333984375}, {"start": 683.61, "end": 683.61, "word": " application", "probability": 0.84326171875}], "temperature": 1.0}, {"id": 28, "seek": 70626, "start": 684.7, "end": 706.26, "text": "If you came to an activity and told it to run it because you see the intent, what would you write? Second activity of the class. This works because the second activity is present in the same project But if it is present in another application, I can put or tell it to run the useless activity How?", "tokens": [8031, 291, 1361, 281, 364, 5191, 293, 1907, 309, 281, 1190, 309, 570, 291, 536, 264, 8446, 11, 437, 576, 291, 2464, 30, 5736, 5191, 295, 264, 1508, 13, 639, 1985, 570, 264, 1150, 5191, 307, 1974, 294, 264, 912, 1716, 583, 498, 309, 307, 1974, 294, 1071, 3861, 11, 286, 393, 829, 420, 980, 309, 281, 1190, 264, 14115, 5191, 1012, 30], "avg_logprob": -0.47924803756177425, "compression_ratio": 1.6779661016949152, "no_speech_prob": 0.0, "words": [{"start": 684.7, "end": 685.22, "word": "If", "probability": 0.304443359375}, {"start": 685.22, "end": 685.54, "word": " you", "probability": 0.716796875}, {"start": 685.54, "end": 685.98, "word": " came", "probability": 0.307861328125}, {"start": 685.98, "end": 686.8, "word": " to", "probability": 0.37451171875}, {"start": 686.8, "end": 687.4, "word": " an", "probability": 0.3154296875}, {"start": 687.4, "end": 687.76, "word": " activity", "probability": 0.97314453125}, {"start": 687.76, "end": 688.0, "word": " and", "probability": 0.7197265625}, {"start": 688.0, "end": 688.3, "word": " told", "probability": 0.200927734375}, {"start": 688.3, "end": 688.74, "word": " it", "probability": 0.58154296875}, {"start": 688.74, "end": 689.1, "word": " to", "probability": 0.8056640625}, {"start": 689.1, "end": 689.4, "word": " run", "probability": 0.468994140625}, {"start": 689.4, "end": 689.7, "word": " it", "probability": 0.6806640625}, {"start": 689.7, "end": 689.9, "word": " because", "probability": 0.41943359375}, {"start": 689.9, "end": 690.04, "word": " you", "probability": 0.332275390625}, {"start": 690.04, "end": 690.2, "word": " see", "probability": 0.52685546875}, {"start": 690.2, "end": 690.38, "word": " the", "probability": 0.7724609375}, {"start": 690.38, "end": 690.84, "word": " intent,", "probability": 0.82275390625}, {"start": 690.98, "end": 691.14, "word": " what", "probability": 0.66015625}, {"start": 691.14, "end": 691.28, "word": " would", "probability": 0.479736328125}, {"start": 691.28, "end": 691.4, "word": " you", "probability": 0.91943359375}, {"start": 691.4, "end": 691.56, "word": " write?", "probability": 0.6689453125}, {"start": 692.0, "end": 692.6, "word": " Second", "probability": 0.513671875}, {"start": 692.6, "end": 693.12, "word": " activity", "probability": 0.8994140625}, {"start": 693.12, "end": 693.24, "word": " of", "probability": 0.47412109375}, {"start": 693.24, "end": 693.36, "word": " the", "probability": 0.787109375}, {"start": 693.36, "end": 693.66, "word": " class.", "probability": 0.95751953125}, {"start": 693.72, "end": 693.86, "word": " This", "probability": 0.62353515625}, {"start": 693.86, "end": 694.22, "word": " works", "probability": 0.52392578125}, {"start": 694.22, "end": 694.58, "word": " because", "probability": 0.89306640625}, {"start": 694.58, "end": 694.84, "word": " the", "probability": 0.7529296875}, {"start": 694.84, "end": 695.48, "word": " second", "probability": 0.442138671875}, {"start": 695.48, "end": 695.48, "word": " activity", "probability": 0.9453125}, {"start": 695.48, "end": 695.62, "word": " is", "probability": 0.73779296875}, {"start": 695.62, "end": 696.04, "word": " present", "probability": 0.354736328125}, {"start": 696.04, "end": 696.7, "word": " in", "probability": 0.8916015625}, {"start": 696.7, "end": 696.82, "word": " the", "probability": 0.888671875}, {"start": 696.82, "end": 696.96, "word": " same", "probability": 0.6943359375}, {"start": 696.96, "end": 697.54, "word": " project", "probability": 0.97021484375}, {"start": 697.54, "end": 698.28, "word": " But", "probability": 0.4140625}, {"start": 698.28, "end": 698.84, "word": " if", "probability": 0.91748046875}, {"start": 698.84, "end": 698.92, "word": " it", "probability": 0.8017578125}, {"start": 698.92, "end": 698.92, "word": " is", "probability": 0.62158203125}, {"start": 698.92, "end": 699.18, "word": " present", "probability": 0.71484375}, {"start": 699.18, "end": 699.32, "word": " in", "probability": 0.927734375}, {"start": 699.32, "end": 699.98, "word": " another", "probability": 0.80419921875}, {"start": 699.98, "end": 699.98, "word": " application,", "probability": 0.75390625}, {"start": 701.6, "end": 702.42, "word": " I", "probability": 0.61279296875}, {"start": 702.42, "end": 702.66, "word": " can", "probability": 0.63330078125}, {"start": 702.66, "end": 702.88, "word": " put", "probability": 0.1708984375}, {"start": 702.88, "end": 703.0, "word": " or", "probability": 0.5732421875}, {"start": 703.0, "end": 703.1, "word": " tell", "probability": 0.69384765625}, {"start": 703.1, "end": 703.22, "word": " it", "probability": 0.88525390625}, {"start": 703.22, "end": 703.24, "word": " to", "probability": 0.9384765625}, {"start": 703.24, "end": 703.56, "word": " run", "probability": 0.822265625}, {"start": 703.56, "end": 703.68, "word": " the", "probability": 0.81298828125}, {"start": 703.68, "end": 704.02, "word": " useless", "probability": 0.72265625}, {"start": 704.02, "end": 705.52, "word": " activity", "probability": 0.96240234375}, {"start": 705.52, "end": 706.26, "word": " How?", "probability": 0.170166015625}], "temperature": 1.0}, {"id": 29, "seek": 72679, "start": 710.47, "end": 726.79, "text": " No, no, without context. I just put the action directly. I go to the Android system, I search. Of course, here it is present in the application itself. But this works, okay? It is true that it is present in the application itself, but this also worked and we tried it during the lecture. We put A, A, A, okay?", "tokens": [883, 11, 572, 11, 1553, 4319, 13, 286, 445, 829, 264, 3069, 3838, 13, 286, 352, 281, 264, 8853, 1185, 11, 286, 3164, 13, 2720, 1164, 11, 510, 309, 307, 1974, 294, 264, 3861, 2564, 13, 583, 341, 1985, 11, 1392, 30, 467, 307, 2074, 300, 309, 307, 1974, 294, 264, 3861, 2564, 11, 457, 341, 611, 2732, 293, 321, 3031, 309, 1830, 264, 7991, 13, 492, 829, 316, 11, 316, 11, 316, 11, 1392, 30], "avg_logprob": -0.5324675603346392, "compression_ratio": 1.6577540106951871, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 710.4699999999999, "end": 710.79, "word": " No,", "probability": 0.1688232421875}, {"start": 710.95, "end": 711.01, "word": " no,", "probability": 0.487548828125}, {"start": 711.01, "end": 711.25, "word": " without", "probability": 0.439697265625}, {"start": 711.25, "end": 711.81, "word": " context.", "probability": 0.88330078125}, {"start": 711.95, "end": 712.05, "word": " I", "probability": 0.33837890625}, {"start": 712.05, "end": 712.19, "word": " just", "probability": 0.3095703125}, {"start": 712.19, "end": 712.19, "word": " put", "probability": 0.51904296875}, {"start": 712.19, "end": 712.47, "word": " the", "probability": 0.7275390625}, {"start": 712.47, "end": 712.91, "word": " action", "probability": 0.875}, {"start": 712.91, "end": 713.67, "word": " directly.", "probability": 0.69140625}, {"start": 713.81, "end": 713.95, "word": " I", "probability": 0.85595703125}, {"start": 713.95, "end": 714.09, "word": " go", "probability": 0.86865234375}, {"start": 714.09, "end": 714.23, "word": " to", "probability": 0.94921875}, {"start": 714.23, "end": 714.29, "word": " the", "probability": 0.4990234375}, {"start": 714.29, "end": 714.51, "word": " Android", "probability": 0.78759765625}, {"start": 714.51, "end": 714.97, "word": " system,", "probability": 0.8662109375}, {"start": 715.07, "end": 715.13, "word": " I", "probability": 0.37548828125}, {"start": 715.13, "end": 715.41, "word": " search.", "probability": 0.806640625}, {"start": 715.83, "end": 715.95, "word": " Of", "probability": 0.81689453125}, {"start": 715.95, "end": 716.09, "word": " course,", "probability": 0.9609375}, {"start": 716.23, "end": 716.39, "word": " here", "probability": 0.52294921875}, {"start": 716.39, "end": 717.19, "word": " it", "probability": 0.69140625}, {"start": 717.19, "end": 717.29, "word": " is", "probability": 0.6845703125}, {"start": 717.29, "end": 717.55, "word": " present", "probability": 0.28515625}, {"start": 717.55, "end": 717.69, "word": " in", "probability": 0.8583984375}, {"start": 717.69, "end": 717.77, "word": " the", "probability": 0.8701171875}, {"start": 717.77, "end": 718.17, "word": " application", "probability": 0.6337890625}, {"start": 718.17, "end": 718.17, "word": " itself.", "probability": 0.213134765625}, {"start": 718.63, "end": 718.75, "word": " But", "probability": 0.52880859375}, {"start": 718.75, "end": 719.85, "word": " this", "probability": 0.63720703125}, {"start": 719.85, "end": 720.21, "word": " works,", "probability": 0.59423828125}, {"start": 720.57, "end": 720.79, "word": " okay?", "probability": 0.35888671875}, {"start": 721.43, "end": 721.55, "word": " It", "probability": 0.324462890625}, {"start": 721.55, "end": 721.75, "word": " is", "probability": 0.61279296875}, {"start": 721.75, "end": 721.87, "word": " true", "probability": 0.327392578125}, {"start": 721.87, "end": 722.03, "word": " that", "probability": 0.7373046875}, {"start": 722.03, "end": 722.05, "word": " it", "probability": 0.6572265625}, {"start": 722.05, "end": 722.05, "word": " is", "probability": 0.8642578125}, {"start": 722.05, "end": 722.15, "word": " present", "probability": 0.70703125}, {"start": 722.15, "end": 722.15, "word": " in", "probability": 0.9091796875}, {"start": 722.15, "end": 722.43, "word": " the", "probability": 0.87451171875}, {"start": 722.43, "end": 722.65, "word": " application", "probability": 0.888671875}, {"start": 722.65, "end": 722.65, "word": " itself,", "probability": 0.54150390625}, {"start": 722.85, "end": 723.01, "word": " but", "probability": 0.89990234375}, {"start": 723.01, "end": 723.41, "word": " this", "probability": 0.384521484375}, {"start": 723.41, "end": 723.45, "word": " also", "probability": 0.287353515625}, {"start": 723.45, "end": 723.75, "word": " worked", "probability": 0.552734375}, {"start": 723.75, "end": 723.91, "word": " and", "probability": 0.591796875}, {"start": 723.91, "end": 723.93, "word": " we", "probability": 0.90869140625}, {"start": 723.93, "end": 724.19, "word": " tried", "probability": 0.75341796875}, {"start": 724.19, "end": 724.41, "word": " it", "probability": 0.404296875}, {"start": 724.41, "end": 724.45, "word": " during", "probability": 0.192138671875}, {"start": 724.45, "end": 724.49, "word": " the", "probability": 0.7998046875}, {"start": 724.49, "end": 724.77, "word": " lecture.", "probability": 0.783203125}, {"start": 724.93, "end": 725.13, "word": " We", "probability": 0.52294921875}, {"start": 725.13, "end": 725.41, "word": " put", "probability": 0.5361328125}, {"start": 725.41, "end": 725.71, "word": " A,", "probability": 0.3837890625}, {"start": 725.77, "end": 725.89, "word": " A,", "probability": 0.91259765625}, {"start": 725.95, "end": 726.09, "word": " A,", "probability": 0.9619140625}, {"start": 726.69, "end": 726.79, "word": " okay?", "probability": 0.8017578125}], "temperature": 1.0}, {"id": 30, "seek": 74264, "start": 729.62, "end": 742.64, "text": " Is it clear what is implicit intent? Why did I focus on this topic? Because there are many applications that we might need to run from our application For example, you want your application to take a picture", "tokens": [1119, 309, 1850, 437, 307, 26947, 8446, 30, 1545, 630, 286, 1879, 322, 341, 4829, 30, 1436, 456, 366, 867, 5821, 300, 321, 1062, 643, 281, 1190, 490, 527, 3861, 1171, 1365, 11, 291, 528, 428, 3861, 281, 747, 257, 3036], "avg_logprob": -0.46949403626578196, "compression_ratio": 1.4444444444444444, "no_speech_prob": 0.0, "words": [{"start": 729.62, "end": 729.86, "word": " Is", "probability": 0.2376708984375}, {"start": 729.86, "end": 729.86, "word": " it", "probability": 0.3095703125}, {"start": 729.86, "end": 730.02, "word": " clear", "probability": 0.8505859375}, {"start": 730.02, "end": 730.66, "word": " what", "probability": 0.53076171875}, {"start": 730.66, "end": 730.78, "word": " is", "probability": 0.45166015625}, {"start": 730.78, "end": 731.28, "word": " implicit", "probability": 0.5771484375}, {"start": 731.28, "end": 731.7, "word": " intent?", "probability": 0.935546875}, {"start": 732.72, "end": 733.2, "word": " Why", "probability": 0.459716796875}, {"start": 733.2, "end": 733.26, "word": " did", "probability": 0.5830078125}, {"start": 733.26, "end": 733.46, "word": " I", "probability": 0.97119140625}, {"start": 733.46, "end": 733.76, "word": " focus", "probability": 0.65966796875}, {"start": 733.76, "end": 733.92, "word": " on", "probability": 0.91552734375}, {"start": 733.92, "end": 733.98, "word": " this", "probability": 0.796875}, {"start": 733.98, "end": 734.28, "word": " topic?", "probability": 0.54296875}, {"start": 734.94, "end": 735.24, "word": " Because", "probability": 0.7265625}, {"start": 735.24, "end": 735.38, "word": " there", "probability": 0.75146484375}, {"start": 735.38, "end": 735.48, "word": " are", "probability": 0.90234375}, {"start": 735.48, "end": 735.8, "word": " many", "probability": 0.58837890625}, {"start": 735.8, "end": 736.16, "word": " applications", "probability": 0.50146484375}, {"start": 736.16, "end": 736.4, "word": " that", "probability": 0.77734375}, {"start": 736.4, "end": 736.48, "word": " we", "probability": 0.61328125}, {"start": 736.48, "end": 738.44, "word": " might", "probability": 0.1541748046875}, {"start": 738.44, "end": 738.88, "word": " need", "probability": 0.728515625}, {"start": 738.88, "end": 738.98, "word": " to", "probability": 0.91064453125}, {"start": 738.98, "end": 739.16, "word": " run", "probability": 0.470703125}, {"start": 739.16, "end": 739.28, "word": " from", "probability": 0.60009765625}, {"start": 739.28, "end": 739.4, "word": " our", "probability": 0.77197265625}, {"start": 739.4, "end": 739.76, "word": " application", "probability": 0.6484375}, {"start": 739.76, "end": 740.76, "word": " For", "probability": 0.455322265625}, {"start": 740.76, "end": 741.06, "word": " example,", "probability": 0.89208984375}, {"start": 741.16, "end": 741.26, "word": " you", "probability": 0.3291015625}, {"start": 741.26, "end": 741.32, "word": " want", "probability": 0.5107421875}, {"start": 741.32, "end": 741.44, "word": " your", "probability": 0.73046875}, {"start": 741.44, "end": 741.72, "word": " application", "probability": 0.87890625}, {"start": 741.72, "end": 742.08, "word": " to", "probability": 0.9345703125}, {"start": 742.08, "end": 742.32, "word": " take", "probability": 0.7294921875}, {"start": 742.32, "end": 742.46, "word": " a", "probability": 0.75634765625}, {"start": 742.46, "end": 742.64, "word": " picture", "probability": 0.43896484375}], "temperature": 1.0}, {"id": 31, "seek": 77295, "start": 743.95, "end": 772.95, "text": " Will you create a camera program? No, you will go and say turn on the camera program that is available. You want to open a web page, open the web page on the browser that is present in the application. You want to make a call, you want to send SMS, you want to send an email. Yes, go ahead. If it is not present on the phone that you use, it will give you an error. If the action is not present, it will give you an error. Okay?", "tokens": [3099, 291, 1884, 257, 2799, 1461, 30, 883, 11, 291, 486, 352, 293, 584, 1261, 322, 264, 2799, 1461, 300, 307, 2435, 13, 509, 528, 281, 1269, 257, 3670, 3028, 11, 1269, 264, 3670, 3028, 322, 264, 11185, 300, 307, 1974, 294, 264, 3861, 13, 509, 528, 281, 652, 257, 818, 11, 291, 528, 281, 2845, 38107, 11, 291, 528, 281, 2845, 364, 3796, 13, 1079, 11, 352, 2286, 13, 759, 309, 307, 406, 1974, 322, 264, 2593, 300, 291, 764, 11, 309, 486, 976, 291, 364, 6713, 13, 759, 264, 3069, 307, 406, 1974, 11, 309, 486, 976, 291, 364, 6713, 13, 1033, 30], "avg_logprob": -0.4318985905287401, "compression_ratio": 1.976958525345622, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 743.95, "end": 744.09, "word": " Will", "probability": 0.2357177734375}, {"start": 744.09, "end": 744.19, "word": " you", "probability": 0.92724609375}, {"start": 744.19, "end": 744.43, "word": " create", "probability": 0.6630859375}, {"start": 744.43, "end": 744.73, "word": " a", "probability": 0.861328125}, {"start": 744.73, "end": 745.25, "word": " camera", "probability": 0.8828125}, {"start": 745.25, "end": 745.25, "word": " program?", "probability": 0.404052734375}, {"start": 745.69, "end": 746.01, "word": " No,", "probability": 0.7353515625}, {"start": 746.09, "end": 746.31, "word": " you", "probability": 0.82177734375}, {"start": 746.31, "end": 746.31, "word": " will", "probability": 0.728515625}, {"start": 746.31, "end": 746.43, "word": " go", "probability": 0.2186279296875}, {"start": 746.43, "end": 746.55, "word": " and", "probability": 0.76220703125}, {"start": 746.55, "end": 746.65, "word": " say", "probability": 0.59619140625}, {"start": 746.65, "end": 746.87, "word": " turn", "probability": 0.28125}, {"start": 746.87, "end": 747.05, "word": " on", "probability": 0.9072265625}, {"start": 747.05, "end": 747.55, "word": " the", "probability": 0.818359375}, {"start": 747.55, "end": 747.79, "word": " camera", "probability": 0.69775390625}, {"start": 747.79, "end": 747.83, "word": " program", "probability": 0.83544921875}, {"start": 747.83, "end": 747.93, "word": " that", "probability": 0.403076171875}, {"start": 747.93, "end": 747.95, "word": " is", "probability": 0.58056640625}, {"start": 747.95, "end": 748.13, "word": " available.", "probability": 0.43896484375}, {"start": 748.45, "end": 748.77, "word": " You", "probability": 0.658203125}, {"start": 748.77, "end": 748.95, "word": " want", "probability": 0.25390625}, {"start": 748.95, "end": 749.11, "word": " to", "probability": 0.96337890625}, {"start": 749.11, "end": 749.25, "word": " open", "probability": 0.84912109375}, {"start": 749.25, "end": 749.73, "word": " a", "probability": 0.7890625}, {"start": 749.73, "end": 749.87, "word": " web", "probability": 0.875}, {"start": 749.87, "end": 749.87, "word": " page,", "probability": 0.8134765625}, {"start": 750.03, "end": 750.31, "word": " open", "probability": 0.77978515625}, {"start": 750.31, "end": 751.23, "word": " the", "probability": 0.58447265625}, {"start": 751.23, "end": 751.75, "word": " web", "probability": 0.91552734375}, {"start": 751.75, "end": 751.77, "word": " page", "probability": 0.86181640625}, {"start": 751.77, "end": 751.91, "word": " on", "probability": 0.74267578125}, {"start": 751.91, "end": 752.01, "word": " the", "probability": 0.88818359375}, {"start": 752.01, "end": 752.33, "word": " browser", "probability": 0.5625}, {"start": 752.33, "end": 752.49, "word": " that", "probability": 0.486083984375}, {"start": 752.49, "end": 752.53, "word": " is", "probability": 0.85107421875}, {"start": 752.53, "end": 752.81, "word": " present", "probability": 0.2215576171875}, {"start": 752.81, "end": 752.91, "word": " in", "probability": 0.87890625}, {"start": 752.91, "end": 753.01, "word": " the", "probability": 0.904296875}, {"start": 753.01, "end": 753.25, "word": " application.", "probability": 0.8154296875}, {"start": 753.73, "end": 753.95, "word": " You", "probability": 0.91845703125}, {"start": 753.95, "end": 754.11, "word": " want", "probability": 0.796875}, {"start": 754.11, "end": 754.23, "word": " to", "probability": 0.96728515625}, {"start": 754.23, "end": 754.39, "word": " make", "probability": 0.83447265625}, {"start": 754.39, "end": 754.57, "word": " a", "probability": 0.89111328125}, {"start": 754.57, "end": 754.83, "word": " call,", "probability": 0.88427734375}, {"start": 754.99, "end": 755.01, "word": " you", "probability": 0.87255859375}, {"start": 755.01, "end": 755.15, "word": " want", "probability": 0.86083984375}, {"start": 755.15, "end": 755.27, "word": " to", "probability": 0.9697265625}, {"start": 755.27, "end": 755.35, "word": " send", "probability": 0.75439453125}, {"start": 755.35, "end": 755.79, "word": " SMS,", "probability": 0.775390625}, {"start": 756.05, "end": 756.09, "word": " you", "probability": 0.9033203125}, {"start": 756.09, "end": 756.21, "word": " want", "probability": 0.86376953125}, {"start": 756.21, "end": 756.29, "word": " to", "probability": 0.96826171875}, {"start": 756.29, "end": 756.43, "word": " send", "probability": 0.85107421875}, {"start": 756.43, "end": 756.55, "word": " an", "probability": 0.414306640625}, {"start": 756.55, "end": 756.71, "word": " email.", "probability": 0.88623046875}, {"start": 756.81, "end": 756.89, "word": " Yes,", "probability": 0.6337890625}, {"start": 756.97, "end": 757.05, "word": " go", "probability": 0.30712890625}, {"start": 757.05, "end": 757.33, "word": " ahead.", "probability": 0.859375}, {"start": 757.47, "end": 757.61, "word": " If", "probability": 0.258056640625}, {"start": 757.61, "end": 757.83, "word": " it", "probability": 0.462646484375}, {"start": 757.83, "end": 757.97, "word": " is", "probability": 0.77783203125}, {"start": 757.97, "end": 758.03, "word": " not", "probability": 0.93359375}, {"start": 758.03, "end": 758.33, "word": " present", "probability": 0.58935546875}, {"start": 758.33, "end": 758.57, "word": " on", "probability": 0.79443359375}, {"start": 758.57, "end": 758.73, "word": " the", "probability": 0.77197265625}, {"start": 758.73, "end": 758.97, "word": " phone", "probability": 0.28515625}, {"start": 758.97, "end": 759.21, "word": " that", "probability": 0.273681640625}, {"start": 759.21, "end": 759.21, "word": " you", "probability": 0.62060546875}, {"start": 759.21, "end": 759.51, "word": " use,", "probability": 0.5146484375}, {"start": 761.15, "end": 761.21, "word": " it", "probability": 0.15185546875}, {"start": 761.21, "end": 762.09, "word": " will", "probability": 0.400390625}, {"start": 762.09, "end": 765.45, "word": " give", "probability": 0.327392578125}, {"start": 765.45, "end": 765.61, "word": " you", "probability": 0.76416015625}, {"start": 765.61, "end": 765.69, "word": " an", "probability": 0.357177734375}, {"start": 765.69, "end": 765.89, "word": " error.", "probability": 0.9189453125}, {"start": 768.71, "end": 768.83, "word": " If", "probability": 0.425537109375}, {"start": 768.83, "end": 769.31, "word": " the", "probability": 0.386962890625}, {"start": 769.31, "end": 769.67, "word": " action", "probability": 0.93017578125}, {"start": 769.67, "end": 769.85, "word": " is", "probability": 0.642578125}, {"start": 769.85, "end": 770.03, "word": " not", "probability": 0.91552734375}, {"start": 770.03, "end": 770.53, "word": " present,", "probability": 0.72021484375}, {"start": 771.01, "end": 771.11, "word": " it", "probability": 0.7900390625}, {"start": 771.11, "end": 771.21, "word": " will", "probability": 0.8427734375}, {"start": 771.21, "end": 771.37, "word": " give", "probability": 0.81396484375}, {"start": 771.37, "end": 771.57, "word": " you", "probability": 0.9111328125}, {"start": 771.57, "end": 771.65, "word": " an", "probability": 0.93310546875}, {"start": 771.65, "end": 771.73, "word": " error.", "probability": 0.91845703125}, {"start": 772.77, "end": 772.95, "word": " Okay?", "probability": 0.349853515625}], "temperature": 1.0}, {"id": 32, "seek": 80070, "start": 774.7, "end": 800.7, "text": "We will talk about how to solve this error through the following examples. Now, based on what we talked about, let's see how we can through the implicit intent, which we do not state in the class of the activity that we run, but we state in the action. How can he run other applications on the device? The first example we take is to see, for example, if we click on button, it will open a link for me. Where?", "tokens": [4360, 486, 751, 466, 577, 281, 5039, 341, 6713, 807, 264, 3480, 5110, 13, 823, 11, 2361, 322, 437, 321, 2825, 466, 11, 718, 311, 536, 577, 321, 393, 807, 264, 26947, 8446, 11, 597, 321, 360, 406, 1785, 294, 264, 1508, 295, 264, 5191, 300, 321, 1190, 11, 457, 321, 1785, 294, 264, 3069, 13, 1012, 393, 415, 1190, 661, 5821, 322, 264, 4302, 30, 440, 700, 1365, 321, 747, 307, 281, 536, 11, 337, 1365, 11, 498, 321, 2052, 322, 2960, 11, 309, 486, 1269, 257, 2113, 337, 385, 13, 2305, 30], "avg_logprob": -0.5279605426286397, "compression_ratio": 1.6970954356846473, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 774.7, "end": 774.92, "word": "We", "probability": 0.225341796875}, {"start": 774.92, "end": 774.96, "word": " will", "probability": 0.59521484375}, {"start": 774.96, "end": 775.2, "word": " talk", "probability": 0.097900390625}, {"start": 775.2, "end": 775.62, "word": " about", "probability": 0.8525390625}, {"start": 775.62, "end": 775.76, "word": " how", "probability": 0.7255859375}, {"start": 775.76, "end": 775.96, "word": " to", "probability": 0.74267578125}, {"start": 775.96, "end": 776.18, "word": " solve", "probability": 0.59033203125}, {"start": 776.18, "end": 776.28, "word": " this", "probability": 0.7568359375}, {"start": 776.28, "end": 776.5, "word": " error", "probability": 0.72900390625}, {"start": 776.5, "end": 777.08, "word": " through", "probability": 0.33251953125}, {"start": 777.08, "end": 777.34, "word": " the", "probability": 0.220458984375}, {"start": 777.34, "end": 777.92, "word": " following", "probability": 0.70263671875}, {"start": 777.92, "end": 777.92, "word": " examples.", "probability": 0.7197265625}, {"start": 778.1, "end": 778.26, "word": " Now,", "probability": 0.321044921875}, {"start": 778.38, "end": 778.56, "word": " based", "probability": 0.6171875}, {"start": 778.56, "end": 778.78, "word": " on", "probability": 0.947265625}, {"start": 778.78, "end": 779.04, "word": " what", "probability": 0.470703125}, {"start": 779.04, "end": 779.24, "word": " we", "probability": 0.8720703125}, {"start": 779.24, "end": 779.42, "word": " talked", "probability": 0.1611328125}, {"start": 779.42, "end": 779.62, "word": " about,", "probability": 0.82763671875}, {"start": 779.84, "end": 780.2, "word": " let's", "probability": 0.8740234375}, {"start": 780.2, "end": 780.68, "word": " see", "probability": 0.78662109375}, {"start": 780.68, "end": 781.1, "word": " how", "probability": 0.8662109375}, {"start": 781.1, "end": 781.42, "word": " we", "probability": 0.8046875}, {"start": 781.42, "end": 781.82, "word": " can", "probability": 0.89697265625}, {"start": 781.82, "end": 782.18, "word": " through", "probability": 0.2232666015625}, {"start": 782.18, "end": 782.76, "word": " the", "probability": 0.55517578125}, {"start": 782.76, "end": 783.7, "word": " implicit", "probability": 0.896484375}, {"start": 783.7, "end": 784.24, "word": " intent,", "probability": 0.943359375}, {"start": 784.36, "end": 784.42, "word": " which", "probability": 0.8017578125}, {"start": 784.42, "end": 784.68, "word": " we", "probability": 0.58203125}, {"start": 784.68, "end": 784.74, "word": " do", "probability": 0.439697265625}, {"start": 784.74, "end": 784.74, "word": " not", "probability": 0.9443359375}, {"start": 784.74, "end": 785.08, "word": " state", "probability": 0.2393798828125}, {"start": 785.08, "end": 785.5, "word": " in", "probability": 0.84423828125}, {"start": 785.5, "end": 785.64, "word": " the", "probability": 0.826171875}, {"start": 785.64, "end": 785.9, "word": " class", "probability": 0.58837890625}, {"start": 785.9, "end": 786.1, "word": " of", "probability": 0.69140625}, {"start": 786.1, "end": 786.18, "word": " the", "probability": 0.5849609375}, {"start": 786.18, "end": 786.48, "word": " activity", "probability": 0.59765625}, {"start": 786.48, "end": 786.58, "word": " that", "probability": 0.41015625}, {"start": 786.58, "end": 786.68, "word": " we", "probability": 0.9169921875}, {"start": 786.68, "end": 787.02, "word": " run,", "probability": 0.464111328125}, {"start": 787.2, "end": 787.32, "word": " but", "probability": 0.912109375}, {"start": 787.32, "end": 787.54, "word": " we", "probability": 0.3125}, {"start": 787.54, "end": 787.84, "word": " state", "probability": 0.86962890625}, {"start": 787.84, "end": 788.54, "word": " in", "probability": 0.320556640625}, {"start": 788.54, "end": 788.62, "word": " the", "probability": 0.64404296875}, {"start": 788.62, "end": 788.98, "word": " action.", "probability": 0.94482421875}, {"start": 790.1, "end": 790.54, "word": " How", "probability": 0.469970703125}, {"start": 790.54, "end": 790.94, "word": " can", "probability": 0.697265625}, {"start": 790.94, "end": 791.08, "word": " he", "probability": 0.245849609375}, {"start": 791.08, "end": 791.36, "word": " run", "probability": 0.775390625}, {"start": 791.36, "end": 791.46, "word": " other", "probability": 0.82958984375}, {"start": 791.46, "end": 792.14, "word": " applications", "probability": 0.66796875}, {"start": 792.14, "end": 793.52, "word": " on", "probability": 0.69580078125}, {"start": 793.52, "end": 793.64, "word": " the", "probability": 0.87451171875}, {"start": 793.64, "end": 793.94, "word": " device?", "probability": 0.91650390625}, {"start": 794.46, "end": 794.84, "word": " The", "probability": 0.68310546875}, {"start": 794.84, "end": 794.98, "word": " first", "probability": 0.8818359375}, {"start": 794.98, "end": 795.26, "word": " example", "probability": 0.958984375}, {"start": 795.26, "end": 795.44, "word": " we", "probability": 0.57275390625}, {"start": 795.44, "end": 795.72, "word": " take", "probability": 0.52685546875}, {"start": 795.72, "end": 796.06, "word": " is", "probability": 0.75537109375}, {"start": 796.06, "end": 796.22, "word": " to", "probability": 0.5302734375}, {"start": 796.22, "end": 796.38, "word": " see,", "probability": 0.40478515625}, {"start": 796.58, "end": 796.64, "word": " for", "probability": 0.90234375}, {"start": 796.64, "end": 796.78, "word": " example,", "probability": 0.9619140625}, {"start": 796.84, "end": 796.94, "word": " if", "probability": 0.2430419921875}, {"start": 796.94, "end": 796.98, "word": " we", "probability": 0.470458984375}, {"start": 796.98, "end": 797.14, "word": " click", "probability": 0.59716796875}, {"start": 797.14, "end": 797.3, "word": " on", "probability": 0.8935546875}, {"start": 797.3, "end": 797.64, "word": " button,", "probability": 0.259033203125}, {"start": 797.94, "end": 797.98, "word": " it", "probability": 0.4521484375}, {"start": 797.98, "end": 798.08, "word": " will", "probability": 0.33935546875}, {"start": 798.08, "end": 798.38, "word": " open", "probability": 0.7646484375}, {"start": 798.38, "end": 798.6, "word": " a", "probability": 0.88623046875}, {"start": 798.6, "end": 798.84, "word": " link", "probability": 0.97021484375}, {"start": 798.84, "end": 799.14, "word": " for", "probability": 0.336181640625}, {"start": 799.14, "end": 800.4, "word": " me.", "probability": 0.849609375}, {"start": 800.4, "end": 800.7, "word": " Where?", "probability": 0.64794921875}], "temperature": 1.0}, {"id": 33, "seek": 81924, "start": 801.58, "end": 819.24, "text": " In the browser, the browser of the application on the device. Okay? I want him to open the link in the browser. Now, these things are not memorized. Why? Because he tells me, if you want a browser, the action is its own. Okay? Let's take examples.", "tokens": [682, 264, 11185, 11, 264, 11185, 295, 264, 3861, 322, 264, 4302, 13, 1033, 30, 286, 528, 796, 281, 1269, 264, 2113, 294, 264, 11185, 13, 823, 11, 613, 721, 366, 406, 46677, 13, 1545, 30, 1436, 415, 5112, 385, 11, 498, 291, 528, 257, 11185, 11, 264, 3069, 307, 1080, 1065, 13, 1033, 30, 961, 311, 747, 5110, 13], "avg_logprob": -0.5056352693526471, "compression_ratio": 1.5403726708074534, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 801.58, "end": 801.78, "word": " In", "probability": 0.2998046875}, {"start": 801.78, "end": 801.88, "word": " the", "probability": 0.5927734375}, {"start": 801.88, "end": 802.22, "word": " browser,", "probability": 0.552734375}, {"start": 802.36, "end": 802.52, "word": " the", "probability": 0.470947265625}, {"start": 802.52, "end": 802.76, "word": " browser", "probability": 0.265625}, {"start": 802.76, "end": 802.9, "word": " of", "probability": 0.440185546875}, {"start": 802.9, "end": 802.94, "word": " the", "probability": 0.7783203125}, {"start": 802.94, "end": 803.22, "word": " application", "probability": 0.44287109375}, {"start": 803.22, "end": 803.36, "word": " on", "probability": 0.705078125}, {"start": 803.36, "end": 803.46, "word": " the", "probability": 0.68359375}, {"start": 803.46, "end": 803.74, "word": " device.", "probability": 0.876953125}, {"start": 804.26, "end": 804.46, "word": " Okay?", "probability": 0.15185546875}, {"start": 804.5, "end": 804.64, "word": " I", "probability": 0.48974609375}, {"start": 804.64, "end": 804.7, "word": " want", "probability": 0.363525390625}, {"start": 804.7, "end": 805.0, "word": " him", "probability": 0.414794921875}, {"start": 805.0, "end": 805.06, "word": " to", "probability": 0.9248046875}, {"start": 805.06, "end": 805.2, "word": " open", "probability": 0.748046875}, {"start": 805.2, "end": 805.44, "word": " the", "probability": 0.7431640625}, {"start": 805.44, "end": 805.76, "word": " link", "probability": 0.94189453125}, {"start": 805.76, "end": 806.14, "word": " in", "probability": 0.7138671875}, {"start": 806.14, "end": 806.9, "word": " the", "probability": 0.85302734375}, {"start": 806.9, "end": 807.26, "word": " browser.", "probability": 0.8154296875}, {"start": 808.92, "end": 809.44, "word": " Now,", "probability": 0.86181640625}, {"start": 810.26, "end": 810.74, "word": " these", "probability": 0.6162109375}, {"start": 810.74, "end": 811.02, "word": " things", "probability": 0.7880859375}, {"start": 811.02, "end": 811.2, "word": " are", "probability": 0.3369140625}, {"start": 811.2, "end": 811.2, "word": " not", "probability": 0.83984375}, {"start": 811.2, "end": 811.48, "word": " memorized.", "probability": 0.48291015625}, {"start": 811.74, "end": 811.94, "word": " Why?", "probability": 0.84033203125}, {"start": 812.02, "end": 812.2, "word": " Because", "probability": 0.91650390625}, {"start": 812.2, "end": 812.34, "word": " he", "probability": 0.62158203125}, {"start": 812.34, "end": 812.6, "word": " tells", "probability": 0.4111328125}, {"start": 812.6, "end": 812.8, "word": " me,", "probability": 0.89404296875}, {"start": 812.8, "end": 813.24, "word": " if", "probability": 0.36328125}, {"start": 813.24, "end": 813.54, "word": " you", "probability": 0.8125}, {"start": 813.54, "end": 813.78, "word": " want", "probability": 0.74853515625}, {"start": 813.78, "end": 813.94, "word": " a", "probability": 0.72998046875}, {"start": 813.94, "end": 814.4, "word": " browser,", "probability": 0.82958984375}, {"start": 815.38, "end": 815.6, "word": " the", "probability": 0.494384765625}, {"start": 815.6, "end": 815.96, "word": " action", "probability": 0.83056640625}, {"start": 815.96, "end": 816.14, "word": " is", "probability": 0.4375}, {"start": 816.14, "end": 816.44, "word": " its", "probability": 0.12286376953125}, {"start": 816.44, "end": 816.46, "word": " own.", "probability": 0.765625}, {"start": 817.52, "end": 817.82, "word": " Okay?", "probability": 0.685546875}, {"start": 818.26, "end": 818.7, "word": " Let's", "probability": 0.89697265625}, {"start": 818.7, "end": 818.88, "word": " take", "probability": 0.8330078125}, {"start": 818.88, "end": 819.24, "word": " examples.", "probability": 0.59130859375}], "temperature": 1.0}, {"id": 34, "seek": 85938, "start": 832.04, "end": 859.38, "text": " Ok, look with me guys. Now, I want to open a browser. It tells me that you want to create an intent. It is known that if you want to open any activity, you want to create an intent. You saw a new intent. The browser, of course, the application is not part of the application. It is ready to use implicit intent and put the name of the action. It is supposed to have two sentences. Ok? It tells me that the browser has an action called intent dot", "tokens": [3477, 11, 574, 365, 385, 1074, 13, 823, 11, 286, 528, 281, 1269, 257, 11185, 13, 467, 5112, 385, 300, 291, 528, 281, 1884, 364, 8446, 13, 467, 307, 2570, 300, 498, 291, 528, 281, 1269, 604, 5191, 11, 291, 528, 281, 1884, 364, 8446, 13, 509, 1866, 257, 777, 8446, 13, 440, 11185, 11, 295, 1164, 11, 264, 3861, 307, 406, 644, 295, 264, 3861, 13, 467, 307, 1919, 281, 764, 26947, 8446, 293, 829, 264, 1315, 295, 264, 3069, 13, 467, 307, 3442, 281, 362, 732, 16579, 13, 3477, 30, 467, 5112, 385, 300, 264, 11185, 575, 364, 3069, 1219, 8446, 5893], "avg_logprob": -0.5008928344363258, "compression_ratio": 1.9391304347826086, "no_speech_prob": 0.0, "words": [{"start": 832.04, "end": 832.4, "word": " Ok,", "probability": 0.287841796875}, {"start": 832.46, "end": 832.7, "word": " look", "probability": 0.5224609375}, {"start": 832.7, "end": 832.84, "word": " with", "probability": 0.38427734375}, {"start": 832.84, "end": 833.0, "word": " me", "probability": 0.9609375}, {"start": 833.0, "end": 833.3, "word": " guys.", "probability": 0.5791015625}, {"start": 833.38, "end": 833.64, "word": " Now,", "probability": 0.54248046875}, {"start": 833.7, "end": 834.1, "word": " I", "probability": 0.78662109375}, {"start": 834.1, "end": 834.22, "word": " want", "probability": 0.658203125}, {"start": 834.22, "end": 834.28, "word": " to", "probability": 0.9697265625}, {"start": 834.28, "end": 834.4, "word": " open", "probability": 0.87451171875}, {"start": 834.4, "end": 834.56, "word": " a", "probability": 0.84033203125}, {"start": 834.56, "end": 834.9, "word": " browser.", "probability": 0.81982421875}, {"start": 835.08, "end": 835.18, "word": " It", "probability": 0.51611328125}, {"start": 835.18, "end": 835.34, "word": " tells", "probability": 0.4609375}, {"start": 835.34, "end": 835.52, "word": " me", "probability": 0.775390625}, {"start": 835.52, "end": 835.78, "word": " that", "probability": 0.395263671875}, {"start": 835.78, "end": 837.36, "word": " you", "probability": 0.2427978515625}, {"start": 837.36, "end": 837.52, "word": " want", "probability": 0.740234375}, {"start": 837.52, "end": 837.66, "word": " to", "probability": 0.95849609375}, {"start": 837.66, "end": 838.54, "word": " create", "probability": 0.6796875}, {"start": 838.54, "end": 838.7, "word": " an", "probability": 0.7373046875}, {"start": 838.7, "end": 838.88, "word": " intent.", "probability": 0.67236328125}, {"start": 839.06, "end": 839.1, "word": " It", "probability": 0.5146484375}, {"start": 839.1, "end": 839.1, "word": " is", "probability": 0.60546875}, {"start": 839.1, "end": 839.3, "word": " known", "probability": 0.638671875}, {"start": 839.3, "end": 839.48, "word": " that", "probability": 0.5166015625}, {"start": 839.48, "end": 839.78, "word": " if", "probability": 0.34423828125}, {"start": 839.78, "end": 840.22, "word": " you", "probability": 0.9228515625}, {"start": 840.22, "end": 840.32, "word": " want", "probability": 0.83935546875}, {"start": 840.32, "end": 840.42, "word": " to", "probability": 0.96484375}, {"start": 840.42, "end": 840.6, "word": " open", "probability": 0.326904296875}, {"start": 840.6, "end": 840.76, "word": " any", "probability": 0.6123046875}, {"start": 840.76, "end": 841.24, "word": " activity,", "probability": 0.9599609375}, {"start": 841.36, "end": 841.86, "word": " you", "probability": 0.92333984375}, {"start": 841.86, "end": 842.0, "word": " want", "probability": 0.297607421875}, {"start": 842.0, "end": 842.04, "word": " to", "probability": 0.96435546875}, {"start": 842.04, "end": 842.22, "word": " create", "probability": 0.72265625}, {"start": 842.22, "end": 842.36, "word": " an", "probability": 0.8017578125}, {"start": 842.36, "end": 842.58, "word": " intent.", "probability": 0.92333984375}, {"start": 842.68, "end": 842.8, "word": " You", "probability": 0.47509765625}, {"start": 842.8, "end": 843.0, "word": " saw", "probability": 0.392822265625}, {"start": 843.0, "end": 843.14, "word": " a", "probability": 0.1636962890625}, {"start": 843.14, "end": 843.36, "word": " new", "probability": 0.8037109375}, {"start": 843.36, "end": 844.14, "word": " intent.", "probability": 0.93994140625}, {"start": 844.72, "end": 844.9, "word": " The", "probability": 0.483154296875}, {"start": 844.9, "end": 845.28, "word": " browser,", "probability": 0.71875}, {"start": 845.5, "end": 845.6, "word": " of", "probability": 0.325927734375}, {"start": 845.6, "end": 845.68, "word": " course,", "probability": 0.9658203125}, {"start": 845.8, "end": 845.92, "word": " the", "probability": 0.2880859375}, {"start": 845.92, "end": 846.2, "word": " application", "probability": 0.7783203125}, {"start": 846.2, "end": 846.36, "word": " is", "probability": 0.703125}, {"start": 846.36, "end": 846.44, "word": " not", "probability": 0.93896484375}, {"start": 846.44, "end": 846.62, "word": " part", "probability": 0.3125}, {"start": 846.62, "end": 846.66, "word": " of", "probability": 0.97412109375}, {"start": 846.66, "end": 846.72, "word": " the", "probability": 0.84033203125}, {"start": 846.72, "end": 847.1, "word": " application.", "probability": 0.93603515625}, {"start": 847.58, "end": 847.72, "word": " It", "probability": 0.491943359375}, {"start": 847.72, "end": 847.88, "word": " is", "probability": 0.2822265625}, {"start": 847.88, "end": 847.92, "word": " ready", "probability": 0.430419921875}, {"start": 847.92, "end": 848.04, "word": " to", "probability": 0.94970703125}, {"start": 848.04, "end": 848.24, "word": " use", "probability": 0.55126953125}, {"start": 848.24, "end": 848.72, "word": " implicit", "probability": 0.552734375}, {"start": 848.72, "end": 849.6, "word": " intent", "probability": 0.96533203125}, {"start": 849.6, "end": 849.78, "word": " and", "probability": 0.669921875}, {"start": 849.78, "end": 849.96, "word": " put", "probability": 0.34228515625}, {"start": 849.96, "end": 850.18, "word": " the", "probability": 0.70751953125}, {"start": 850.18, "end": 850.18, "word": " name", "probability": 0.658203125}, {"start": 850.18, "end": 850.3, "word": " of", "probability": 0.93798828125}, {"start": 850.3, "end": 850.3, "word": " the", "probability": 0.79931640625}, {"start": 850.3, "end": 850.56, "word": " action.", "probability": 0.96923828125}, {"start": 850.66, "end": 850.78, "word": " It", "probability": 0.260009765625}, {"start": 850.78, "end": 850.82, "word": " is", "probability": 0.482421875}, {"start": 850.82, "end": 851.0, "word": " supposed", "probability": 0.87939453125}, {"start": 851.0, "end": 851.14, "word": " to", "probability": 0.962890625}, {"start": 851.14, "end": 851.42, "word": " have", "probability": 0.59130859375}, {"start": 851.42, "end": 852.7, "word": " two", "probability": 0.1214599609375}, {"start": 852.7, "end": 853.38, "word": " sentences.", "probability": 0.74365234375}, {"start": 853.72, "end": 854.08, "word": " Ok?", "probability": 0.342041015625}, {"start": 854.5, "end": 854.66, "word": " It", "probability": 0.56396484375}, {"start": 854.66, "end": 854.8, "word": " tells", "probability": 0.71826171875}, {"start": 854.8, "end": 855.04, "word": " me", "probability": 0.923828125}, {"start": 855.04, "end": 855.2, "word": " that", "probability": 0.8466796875}, {"start": 855.2, "end": 855.3, "word": " the", "probability": 0.88818359375}, {"start": 855.3, "end": 855.82, "word": " browser", "probability": 0.7685546875}, {"start": 855.82, "end": 856.6, "word": " has", "probability": 0.8544921875}, {"start": 856.6, "end": 856.74, "word": " an", "probability": 0.7978515625}, {"start": 856.74, "end": 857.0, "word": " action", "probability": 0.9541015625}, {"start": 857.0, "end": 857.42, "word": " called", "probability": 0.64453125}, {"start": 857.42, "end": 858.08, "word": " intent", "probability": 0.80908203125}, {"start": 858.08, "end": 859.38, "word": " dot", "probability": 0.60791015625}], "temperature": 1.0}, {"id": 35, "seek": 88314, "start": 861.3, "end": 883.14, "text": " ActionView. Because what is this thing here? This is a fixed variable. Static variable. How did you know it is a static variable? Because it has a class name. So this class name is Intent.ActionView. And this variable is stored in a fixed value. You can print it and see this value.", "tokens": [16261, 30203, 13, 1436, 437, 307, 341, 551, 510, 30, 639, 307, 257, 6806, 7006, 13, 745, 2399, 7006, 13, 1012, 630, 291, 458, 309, 307, 257, 13437, 7006, 30, 1436, 309, 575, 257, 1508, 1315, 13, 407, 341, 1508, 1315, 307, 5681, 317, 13, 32, 882, 30203, 13, 400, 341, 7006, 307, 12187, 294, 257, 6806, 2158, 13, 509, 393, 4482, 309, 293, 536, 341, 2158, 13], "avg_logprob": -0.4325181245803833, "compression_ratio": 1.7361963190184049, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 861.3000000000001, "end": 861.86, "word": " ActionView.", "probability": 0.553955078125}, {"start": 863.1, "end": 863.66, "word": " Because", "probability": 0.366943359375}, {"start": 863.66, "end": 863.94, "word": " what", "probability": 0.70751953125}, {"start": 863.94, "end": 863.98, "word": " is", "probability": 0.669921875}, {"start": 863.98, "end": 864.16, "word": " this", "probability": 0.51025390625}, {"start": 864.16, "end": 864.22, "word": " thing", "probability": 0.2783203125}, {"start": 864.22, "end": 864.74, "word": " here?", "probability": 0.58984375}, {"start": 865.86, "end": 866.26, "word": " This", "probability": 0.62646484375}, {"start": 866.26, "end": 866.74, "word": " is", "probability": 0.86572265625}, {"start": 866.74, "end": 866.98, "word": " a", "probability": 0.57763671875}, {"start": 866.98, "end": 867.12, "word": " fixed", "probability": 0.483154296875}, {"start": 867.12, "end": 867.7, "word": " variable.", "probability": 0.8916015625}, {"start": 868.94, "end": 869.5, "word": " Static", "probability": 0.63525390625}, {"start": 869.5, "end": 869.88, "word": " variable.", "probability": 0.76025390625}, {"start": 869.96, "end": 870.06, "word": " How", "probability": 0.86328125}, {"start": 870.06, "end": 870.28, "word": " did", "probability": 0.67578125}, {"start": 870.28, "end": 870.38, "word": " you", "probability": 0.95263671875}, {"start": 870.38, "end": 870.38, "word": " know", "probability": 0.73046875}, {"start": 870.38, "end": 870.48, "word": " it", "probability": 0.6953125}, {"start": 870.48, "end": 870.48, "word": " is", "probability": 0.5302734375}, {"start": 870.48, "end": 870.52, "word": " a", "probability": 0.5703125}, {"start": 870.52, "end": 870.72, "word": " static", "probability": 0.92822265625}, {"start": 870.72, "end": 871.1, "word": " variable?", "probability": 0.8916015625}, {"start": 871.26, "end": 871.26, "word": " Because", "probability": 0.48193359375}, {"start": 871.26, "end": 872.74, "word": " it", "probability": 0.420654296875}, {"start": 872.74, "end": 872.94, "word": " has", "probability": 0.5068359375}, {"start": 872.94, "end": 873.18, "word": " a", "probability": 0.446044921875}, {"start": 873.18, "end": 873.5, "word": " class", "probability": 0.779296875}, {"start": 873.5, "end": 873.56, "word": " name.", "probability": 0.79345703125}, {"start": 874.2, "end": 874.72, "word": " So", "probability": 0.2342529296875}, {"start": 874.72, "end": 874.92, "word": " this", "probability": 0.53076171875}, {"start": 874.92, "end": 875.24, "word": " class", "probability": 0.33984375}, {"start": 875.24, "end": 875.32, "word": " name", "probability": 0.8046875}, {"start": 875.32, "end": 875.32, "word": " is", "probability": 0.492431640625}, {"start": 875.32, "end": 876.08, "word": " Intent", "probability": 0.6153564453125}, {"start": 876.08, "end": 876.96, "word": ".ActionView.", "probability": 0.879638671875}, {"start": 877.52, "end": 877.88, "word": " And", "probability": 0.70263671875}, {"start": 877.88, "end": 878.1, "word": " this", "probability": 0.87255859375}, {"start": 878.1, "end": 878.58, "word": " variable", "probability": 0.74560546875}, {"start": 878.58, "end": 878.76, "word": " is", "probability": 0.304443359375}, {"start": 878.76, "end": 879.02, "word": " stored", "probability": 0.71142578125}, {"start": 879.02, "end": 879.28, "word": " in", "probability": 0.578125}, {"start": 879.28, "end": 880.56, "word": " a", "probability": 0.9189453125}, {"start": 880.56, "end": 881.0, "word": " fixed", "probability": 0.85986328125}, {"start": 881.0, "end": 881.0, "word": " value.", "probability": 0.9326171875}, {"start": 881.5, "end": 881.78, "word": " You", "probability": 0.91064453125}, {"start": 881.78, "end": 882.0, "word": " can", "probability": 0.857421875}, {"start": 882.0, "end": 882.32, "word": " print", "probability": 0.74658203125}, {"start": 882.32, "end": 882.46, "word": " it", "probability": 0.83056640625}, {"start": 882.46, "end": 882.58, "word": " and", "probability": 0.80859375}, {"start": 882.58, "end": 882.8, "word": " see", "probability": 0.7333984375}, {"start": 882.8, "end": 882.94, "word": " this", "probability": 0.6748046875}, {"start": 882.94, "end": 883.14, "word": " value.", "probability": 0.96923828125}], "temperature": 1.0}, {"id": 36, "seek": 90924, "start": 885.34, "end": 909.24, "text": " This is a fixed value stored inside the class Intent. Now it tells me which application for the presentation, usually on the phone, uses ActionView. So this is really Intent.ActionView. I'm not supposed to say it, I'm supposed to understand it. Intent.ActionView. The goal is that I have a class inside the class Intent.", "tokens": [639, 307, 257, 6806, 2158, 12187, 1854, 264, 1508, 5681, 317, 13, 823, 309, 5112, 385, 597, 3861, 337, 264, 5860, 11, 2673, 322, 264, 2593, 11, 4960, 16261, 30203, 13, 407, 341, 307, 534, 5681, 317, 13, 32, 882, 30203, 13, 286, 478, 406, 3442, 281, 584, 309, 11, 286, 478, 3442, 281, 1223, 309, 13, 5681, 317, 13, 32, 882, 30203, 13, 440, 3387, 307, 300, 286, 362, 257, 1508, 1854, 264, 1508, 5681, 317, 13], "avg_logprob": -0.5047468384609947, "compression_ratio": 1.7258064516129032, "no_speech_prob": 0.0, "words": [{"start": 885.3399999999999, "end": 885.92, "word": " This", "probability": 0.195556640625}, {"start": 885.92, "end": 886.12, "word": " is", "probability": 0.775390625}, {"start": 886.12, "end": 886.12, "word": " a", "probability": 0.833984375}, {"start": 886.12, "end": 886.66, "word": " fixed", "probability": 0.63818359375}, {"start": 886.66, "end": 886.72, "word": " value", "probability": 0.87158203125}, {"start": 886.72, "end": 887.52, "word": " stored", "probability": 0.57421875}, {"start": 887.52, "end": 888.08, "word": " inside", "probability": 0.486572265625}, {"start": 888.08, "end": 888.24, "word": " the", "probability": 0.489013671875}, {"start": 888.24, "end": 888.64, "word": " class", "probability": 0.87744140625}, {"start": 888.64, "end": 889.34, "word": " Intent.", "probability": 0.760498046875}, {"start": 889.78, "end": 889.94, "word": " Now", "probability": 0.3955078125}, {"start": 889.94, "end": 890.2, "word": " it", "probability": 0.48876953125}, {"start": 890.2, "end": 890.52, "word": " tells", "probability": 0.3916015625}, {"start": 890.52, "end": 891.06, "word": " me", "probability": 0.90673828125}, {"start": 891.06, "end": 891.28, "word": " which", "probability": 0.428466796875}, {"start": 891.28, "end": 891.82, "word": " application", "probability": 0.69384765625}, {"start": 891.82, "end": 892.0, "word": " for", "probability": 0.333251953125}, {"start": 892.0, "end": 892.08, "word": " the", "probability": 0.321533203125}, {"start": 892.08, "end": 892.42, "word": " presentation,", "probability": 0.2890625}, {"start": 893.68, "end": 894.12, "word": " usually", "probability": 0.42333984375}, {"start": 894.12, "end": 894.3, "word": " on", "probability": 0.390869140625}, {"start": 894.3, "end": 894.42, "word": " the", "probability": 0.418701171875}, {"start": 894.42, "end": 894.72, "word": " phone,", "probability": 0.45166015625}, {"start": 894.92, "end": 895.38, "word": " uses", "probability": 0.56103515625}, {"start": 895.38, "end": 896.76, "word": " ActionView.", "probability": 0.69873046875}, {"start": 896.88, "end": 896.98, "word": " So", "probability": 0.321533203125}, {"start": 896.98, "end": 897.16, "word": " this", "probability": 0.6640625}, {"start": 897.16, "end": 897.26, "word": " is", "probability": 0.79345703125}, {"start": 897.26, "end": 897.58, "word": " really", "probability": 0.433837890625}, {"start": 897.58, "end": 898.12, "word": " Intent", "probability": 0.81640625}, {"start": 898.12, "end": 898.9, "word": ".ActionView.", "probability": 0.870361328125}, {"start": 899.44, "end": 900.02, "word": " I'm", "probability": 0.4569091796875}, {"start": 900.02, "end": 900.14, "word": " not", "probability": 0.90478515625}, {"start": 900.14, "end": 900.36, "word": " supposed", "probability": 0.4921875}, {"start": 900.36, "end": 900.36, "word": " to", "probability": 0.97216796875}, {"start": 900.36, "end": 900.64, "word": " say", "probability": 0.6630859375}, {"start": 900.64, "end": 900.78, "word": " it,", "probability": 0.765625}, {"start": 900.8, "end": 900.84, "word": " I'm", "probability": 0.5794677734375}, {"start": 900.84, "end": 901.02, "word": " supposed", "probability": 0.89306640625}, {"start": 901.02, "end": 901.08, "word": " to", "probability": 0.96923828125}, {"start": 901.08, "end": 901.24, "word": " understand", "probability": 0.611328125}, {"start": 901.24, "end": 901.44, "word": " it.", "probability": 0.51318359375}, {"start": 901.44, "end": 902.0, "word": " Intent", "probability": 0.847412109375}, {"start": 902.0, "end": 903.82, "word": ".ActionView.", "probability": 0.9420166015625}, {"start": 905.38, "end": 905.78, "word": " The", "probability": 0.2205810546875}, {"start": 905.78, "end": 905.8, "word": " goal", "probability": 0.64892578125}, {"start": 905.8, "end": 906.36, "word": " is", "probability": 0.59619140625}, {"start": 906.36, "end": 906.54, "word": " that", "probability": 0.294921875}, {"start": 906.54, "end": 906.84, "word": " I", "probability": 0.8310546875}, {"start": 906.84, "end": 907.04, "word": " have", "probability": 0.76318359375}, {"start": 907.04, "end": 907.22, "word": " a", "probability": 0.91015625}, {"start": 907.22, "end": 907.62, "word": " class", "probability": 0.96337890625}, {"start": 907.62, "end": 908.02, "word": " inside", "probability": 0.62890625}, {"start": 908.02, "end": 908.3, "word": " the", "probability": 0.65478515625}, {"start": 908.3, "end": 908.6, "word": " class", "probability": 0.88037109375}, {"start": 908.6, "end": 909.24, "word": " Intent.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 37, "seek": 93226, "start": 912.72, "end": 932.26, "text": " It has changed from public, static, final, string, action, view to a certain value", "tokens": [467, 575, 3105, 490, 1908, 11, 13437, 11, 2572, 11, 6798, 11, 3069, 11, 1910, 281, 257, 1629, 2158], "avg_logprob": -0.4992187708616257, "compression_ratio": 1.1066666666666667, "no_speech_prob": 0.0, "words": [{"start": 912.72, "end": 913.0, "word": " It", "probability": 0.1578369140625}, {"start": 913.0, "end": 913.02, "word": " has", "probability": 0.65625}, {"start": 913.02, "end": 913.48, "word": " changed", "probability": 0.208740234375}, {"start": 913.48, "end": 913.9, "word": " from", "probability": 0.3271484375}, {"start": 913.9, "end": 914.36, "word": " public,", "probability": 0.444091796875}, {"start": 915.38, "end": 916.24, "word": " static,", "probability": 0.9560546875}, {"start": 919.46, "end": 920.12, "word": " final,", "probability": 0.87744140625}, {"start": 921.24, "end": 921.84, "word": " string,", "probability": 0.87158203125}, {"start": 923.62, "end": 925.56, "word": " action,", "probability": 0.8203125}, {"start": 928.8, "end": 929.46, "word": " view", "probability": 0.88671875}, {"start": 929.46, "end": 931.7, "word": " to", "probability": 0.5791015625}, {"start": 931.7, "end": 931.84, "word": " a", "probability": 0.7216796875}, {"start": 931.84, "end": 932.26, "word": " certain", "probability": 0.4482421875}, {"start": 932.26, "end": 932.26, "word": " value", "probability": 0.93212890625}], "temperature": 1.0}, {"id": 38, "seek": 95824, "start": 935.36, "end": 958.24, "text": " I didn't see the class and I can't see it. But how did I know it was black? Because I was able to connect it. Static because I called the class name. Phenomenal because it won't allow you to change it. It has to stay stable if you change the problem. Action Review is here. Instead of telling you to write a book or memorize it,", "tokens": [286, 994, 380, 536, 264, 1508, 293, 286, 393, 380, 536, 309, 13, 583, 577, 630, 286, 458, 309, 390, 2211, 30, 1436, 286, 390, 1075, 281, 1745, 309, 13, 745, 2399, 570, 286, 1219, 264, 1508, 1315, 13, 2623, 268, 4726, 304, 570, 309, 1582, 380, 2089, 291, 281, 1319, 309, 13, 467, 575, 281, 1754, 8351, 498, 291, 1319, 264, 1154, 13, 16261, 19954, 307, 510, 13, 7156, 295, 3585, 291, 281, 2464, 257, 1446, 420, 27478, 309, 11], "avg_logprob": -0.5095274186715847, "compression_ratio": 1.5893719806763285, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 935.36, "end": 935.86, "word": " I", "probability": 0.1668701171875}, {"start": 935.86, "end": 936.36, "word": " didn't", "probability": 0.7061767578125}, {"start": 936.36, "end": 936.58, "word": " see", "probability": 0.6669921875}, {"start": 936.58, "end": 936.8, "word": " the", "probability": 0.78759765625}, {"start": 936.8, "end": 937.12, "word": " class", "probability": 0.93603515625}, {"start": 937.12, "end": 937.36, "word": " and", "probability": 0.34521484375}, {"start": 937.36, "end": 937.46, "word": " I", "probability": 0.85888671875}, {"start": 937.46, "end": 937.74, "word": " can't", "probability": 0.58642578125}, {"start": 937.74, "end": 937.96, "word": " see", "probability": 0.7880859375}, {"start": 937.96, "end": 938.12, "word": " it.", "probability": 0.9033203125}, {"start": 938.62, "end": 939.02, "word": " But", "probability": 0.5859375}, {"start": 939.02, "end": 939.2, "word": " how", "probability": 0.82861328125}, {"start": 939.2, "end": 939.2, "word": " did", "probability": 0.5869140625}, {"start": 939.2, "end": 939.46, "word": " I", "probability": 0.98486328125}, {"start": 939.46, "end": 939.7, "word": " know", "probability": 0.83984375}, {"start": 939.7, "end": 939.82, "word": " it", "probability": 0.4140625}, {"start": 939.82, "end": 939.84, "word": " was", "probability": 0.73095703125}, {"start": 939.84, "end": 940.12, "word": " black?", "probability": 0.3076171875}, {"start": 940.96, "end": 941.46, "word": " Because", "probability": 0.336669921875}, {"start": 941.46, "end": 941.64, "word": " I", "probability": 0.93701171875}, {"start": 941.64, "end": 941.64, "word": " was", "probability": 0.321044921875}, {"start": 941.64, "end": 941.72, "word": " able", "probability": 0.93603515625}, {"start": 941.72, "end": 941.8, "word": " to", "probability": 0.97216796875}, {"start": 941.8, "end": 942.0, "word": " connect", "probability": 0.1485595703125}, {"start": 942.0, "end": 942.3, "word": " it.", "probability": 0.6630859375}, {"start": 943.26, "end": 943.76, "word": " Static", "probability": 0.802734375}, {"start": 943.76, "end": 944.1, "word": " because", "probability": 0.58203125}, {"start": 944.1, "end": 944.26, "word": " I", "probability": 0.8583984375}, {"start": 944.26, "end": 944.44, "word": " called", "probability": 0.34912109375}, {"start": 944.44, "end": 944.58, "word": " the", "probability": 0.61767578125}, {"start": 944.58, "end": 944.72, "word": " class", "probability": 0.90234375}, {"start": 944.72, "end": 944.82, "word": " name.", "probability": 0.58984375}, {"start": 945.64, "end": 946.14, "word": " Phenomenal", "probability": 0.629852294921875}, {"start": 946.14, "end": 946.3, "word": " because", "probability": 0.82568359375}, {"start": 946.3, "end": 947.12, "word": " it", "probability": 0.462158203125}, {"start": 947.12, "end": 947.44, "word": " won't", "probability": 0.6260986328125}, {"start": 947.44, "end": 947.74, "word": " allow", "probability": 0.4365234375}, {"start": 947.74, "end": 947.98, "word": " you", "probability": 0.8388671875}, {"start": 947.98, "end": 948.02, "word": " to", "probability": 0.9619140625}, {"start": 948.02, "end": 948.2, "word": " change", "probability": 0.857421875}, {"start": 948.2, "end": 948.4, "word": " it.", "probability": 0.8408203125}, {"start": 948.78, "end": 949.04, "word": " It", "probability": 0.68798828125}, {"start": 949.04, "end": 949.16, "word": " has", "probability": 0.27001953125}, {"start": 949.16, "end": 949.28, "word": " to", "probability": 0.97119140625}, {"start": 949.28, "end": 949.48, "word": " stay", "probability": 0.51220703125}, {"start": 949.48, "end": 949.92, "word": " stable", "probability": 0.27490234375}, {"start": 949.92, "end": 950.56, "word": " if", "probability": 0.6513671875}, {"start": 950.56, "end": 950.64, "word": " you", "probability": 0.89599609375}, {"start": 950.64, "end": 950.82, "word": " change", "probability": 0.65185546875}, {"start": 950.82, "end": 950.98, "word": " the", "probability": 0.64453125}, {"start": 950.98, "end": 951.22, "word": " problem.", "probability": 0.7509765625}, {"start": 951.98, "end": 952.48, "word": " Action", "probability": 0.65869140625}, {"start": 952.48, "end": 952.76, "word": " Review", "probability": 0.310546875}, {"start": 952.76, "end": 952.98, "word": " is", "probability": 0.37060546875}, {"start": 952.98, "end": 953.68, "word": " here.", "probability": 0.327880859375}, {"start": 954.44, "end": 954.94, "word": " Instead", "probability": 0.411376953125}, {"start": 954.94, "end": 955.3, "word": " of", "probability": 0.96630859375}, {"start": 955.3, "end": 955.72, "word": " telling", "probability": 0.30029296875}, {"start": 955.72, "end": 956.28, "word": " you", "probability": 0.60546875}, {"start": 956.28, "end": 956.8, "word": " to", "probability": 0.7705078125}, {"start": 956.8, "end": 957.04, "word": " write", "probability": 0.87939453125}, {"start": 957.04, "end": 957.22, "word": " a", "probability": 0.7587890625}, {"start": 957.22, "end": 957.44, "word": " book", "probability": 0.97314453125}, {"start": 957.44, "end": 957.64, "word": " or", "probability": 0.92626953125}, {"start": 957.64, "end": 957.96, "word": " memorize", "probability": 0.779296875}, {"start": 957.96, "end": 958.24, "word": " it,", "probability": 0.91259765625}], "temperature": 1.0}, {"id": 39, "seek": 98812, "start": 958.8, "end": 988.12, "text": " It says I wrote it for you and it's ready. It's written where? Inside the class. You don't have to memorize it. You just have to study its variable. So actually this is a string guys. Ok? This is a what? Yes, a string. A specific action name. In the tutorial of Android, it says you have to open the browser and use what? Intent? Action Review. Ok? Ok, are we done? No. Let's try again. And then I say start.", "tokens": [467, 1619, 286, 4114, 309, 337, 291, 293, 309, 311, 1919, 13, 467, 311, 3720, 689, 30, 15123, 264, 1508, 13, 509, 500, 380, 362, 281, 27478, 309, 13, 509, 445, 362, 281, 2979, 1080, 7006, 13, 407, 767, 341, 307, 257, 6798, 1074, 13, 3477, 30, 639, 307, 257, 437, 30, 1079, 11, 257, 6798, 13, 316, 2685, 3069, 1315, 13, 682, 264, 7073, 295, 8853, 11, 309, 1619, 291, 362, 281, 1269, 264, 11185, 293, 764, 437, 30, 5681, 317, 30, 16261, 19954, 13, 3477, 30, 3477, 11, 366, 321, 1096, 30, 883, 13, 961, 311, 853, 797, 13, 400, 550, 286, 584, 722, 13], "avg_logprob": -0.5269097354676988, "compression_ratio": 1.5670498084291187, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 958.8, "end": 959.22, "word": " It", "probability": 0.1712646484375}, {"start": 959.22, "end": 959.36, "word": " says", "probability": 0.451171875}, {"start": 959.36, "end": 959.76, "word": " I", "probability": 0.346923828125}, {"start": 959.76, "end": 960.06, "word": " wrote", "probability": 0.58349609375}, {"start": 960.06, "end": 960.5, "word": " it", "probability": 0.64453125}, {"start": 960.5, "end": 960.54, "word": " for", "probability": 0.30712890625}, {"start": 960.54, "end": 960.54, "word": " you", "probability": 0.96533203125}, {"start": 960.54, "end": 960.58, "word": " and", "probability": 0.19580078125}, {"start": 960.58, "end": 960.58, "word": " it's", "probability": 0.6204833984375}, {"start": 960.58, "end": 960.86, "word": " ready.", "probability": 0.69140625}, {"start": 961.06, "end": 961.22, "word": " It's", "probability": 0.6248779296875}, {"start": 961.22, "end": 961.38, "word": " written", "probability": 0.82568359375}, {"start": 961.38, "end": 961.76, "word": " where?", "probability": 0.219970703125}, {"start": 962.24, "end": 962.68, "word": " Inside", "probability": 0.3701171875}, {"start": 962.68, "end": 962.84, "word": " the", "probability": 0.7158203125}, {"start": 962.84, "end": 963.02, "word": " class.", "probability": 0.9462890625}, {"start": 963.1, "end": 963.28, "word": " You", "probability": 0.8779296875}, {"start": 963.28, "end": 963.38, "word": " don't", "probability": 0.907958984375}, {"start": 963.38, "end": 963.44, "word": " have", "probability": 0.52880859375}, {"start": 963.44, "end": 963.58, "word": " to", "probability": 0.94873046875}, {"start": 963.58, "end": 963.92, "word": " memorize", "probability": 0.84814453125}, {"start": 963.92, "end": 964.04, "word": " it.", "probability": 0.89990234375}, {"start": 964.08, "end": 964.18, "word": " You", "probability": 0.798828125}, {"start": 964.18, "end": 964.38, "word": " just", "probability": 0.572265625}, {"start": 964.38, "end": 964.48, "word": " have", "probability": 0.39892578125}, {"start": 964.48, "end": 964.48, "word": " to", "probability": 0.96923828125}, {"start": 964.48, "end": 964.7, "word": " study", "probability": 0.669921875}, {"start": 964.7, "end": 964.78, "word": " its", "probability": 0.455078125}, {"start": 964.78, "end": 965.18, "word": " variable.", "probability": 0.296142578125}, {"start": 966.1, "end": 966.58, "word": " So", "probability": 0.313232421875}, {"start": 966.58, "end": 966.94, "word": " actually", "probability": 0.2452392578125}, {"start": 966.94, "end": 967.18, "word": " this", "probability": 0.53662109375}, {"start": 967.18, "end": 967.28, "word": " is", "probability": 0.8876953125}, {"start": 967.28, "end": 967.56, "word": " a", "probability": 0.517578125}, {"start": 967.56, "end": 967.94, "word": " string", "probability": 0.79638671875}, {"start": 967.94, "end": 968.2, "word": " guys.", "probability": 0.32958984375}, {"start": 969.26, "end": 969.44, "word": " Ok?", "probability": 0.155029296875}, {"start": 969.7, "end": 969.96, "word": " This", "probability": 0.6865234375}, {"start": 969.96, "end": 970.06, "word": " is", "probability": 0.935546875}, {"start": 970.06, "end": 970.36, "word": " a", "probability": 0.6640625}, {"start": 970.36, "end": 970.66, "word": " what?", "probability": 0.34423828125}, {"start": 970.94, "end": 971.42, "word": " Yes,", "probability": 0.3984375}, {"start": 971.48, "end": 971.58, "word": " a", "probability": 0.791015625}, {"start": 971.58, "end": 971.86, "word": " string.", "probability": 0.8623046875}, {"start": 971.94, "end": 972.04, "word": " A", "probability": 0.505859375}, {"start": 972.04, "end": 972.2, "word": " specific", "probability": 0.334228515625}, {"start": 972.2, "end": 972.66, "word": " action", "probability": 0.9345703125}, {"start": 972.66, "end": 973.06, "word": " name.", "probability": 0.681640625}, {"start": 975.64, "end": 976.12, "word": " In", "probability": 0.7734375}, {"start": 976.12, "end": 976.2, "word": " the", "probability": 0.69482421875}, {"start": 976.2, "end": 976.54, "word": " tutorial", "probability": 0.216552734375}, {"start": 976.54, "end": 976.76, "word": " of", "probability": 0.6611328125}, {"start": 976.76, "end": 977.06, "word": " Android,", "probability": 0.82861328125}, {"start": 977.24, "end": 977.32, "word": " it", "probability": 0.7724609375}, {"start": 977.32, "end": 977.56, "word": " says", "probability": 0.472412109375}, {"start": 977.56, "end": 977.88, "word": " you", "probability": 0.478759765625}, {"start": 977.88, "end": 978.02, "word": " have", "probability": 0.463623046875}, {"start": 978.02, "end": 978.14, "word": " to", "probability": 0.97314453125}, {"start": 978.14, "end": 978.32, "word": " open", "probability": 0.87451171875}, {"start": 978.32, "end": 978.48, "word": " the", "probability": 0.56396484375}, {"start": 978.48, "end": 978.82, "word": " browser", "probability": 0.8291015625}, {"start": 978.82, "end": 978.98, "word": " and", "probability": 0.71142578125}, {"start": 978.98, "end": 979.36, "word": " use", "probability": 0.8603515625}, {"start": 979.36, "end": 979.64, "word": " what?", "probability": 0.460693359375}, {"start": 979.86, "end": 980.34, "word": " Intent?", "probability": 0.80224609375}, {"start": 980.94, "end": 981.42, "word": " Action", "probability": 0.8642578125}, {"start": 981.42, "end": 981.74, "word": " Review.", "probability": 0.31787109375}, {"start": 982.16, "end": 982.42, "word": " Ok?", "probability": 0.85986328125}, {"start": 982.74, "end": 983.02, "word": " Ok,", "probability": 0.42724609375}, {"start": 983.1, "end": 983.22, "word": " are", "probability": 0.344970703125}, {"start": 983.22, "end": 983.48, "word": " we", "probability": 0.9521484375}, {"start": 983.48, "end": 983.48, "word": " done?", "probability": 0.8369140625}, {"start": 984.1, "end": 984.32, "word": " No.", "probability": 0.90380859375}, {"start": 984.48, "end": 984.82, "word": " Let's", "probability": 0.777587890625}, {"start": 984.82, "end": 985.42, "word": " try", "probability": 0.353515625}, {"start": 985.42, "end": 985.42, "word": " again.", "probability": 0.3984375}, {"start": 986.66, "end": 987.14, "word": " And", "probability": 0.56787109375}, {"start": 987.14, "end": 987.32, "word": " then", "probability": 0.79931640625}, {"start": 987.32, "end": 987.42, "word": " I", "probability": 0.69287109375}, {"start": 987.42, "end": 987.56, "word": " say", "probability": 0.8154296875}, {"start": 987.56, "end": 988.12, "word": " start.", "probability": 0.72802734375}], "temperature": 1.0}, {"id": 40, "seek": 99389, "start": 989.23, "end": 993.89, "text": " Activity and give it intent. And increase it many times.", "tokens": [3251, 4253, 293, 976, 309, 8446, 13, 400, 3488, 309, 867, 1413, 13], "avg_logprob": -0.937500034059797, "compression_ratio": 0.95, "no_speech_prob": 0.0, "words": [{"start": 989.23, "end": 989.75, "word": " Activity", "probability": 0.59979248046875}, {"start": 989.75, "end": 989.95, "word": " and", "probability": 0.54931640625}, {"start": 989.95, "end": 990.15, "word": " give", "probability": 0.421142578125}, {"start": 990.15, "end": 990.25, "word": " it", "probability": 0.497802734375}, {"start": 990.25, "end": 990.77, "word": " intent.", "probability": 0.4521484375}, {"start": 992.71, "end": 993.23, "word": " And", "probability": 0.32275390625}, {"start": 993.23, "end": 993.47, "word": " increase", "probability": 0.08612060546875}, {"start": 993.47, "end": 993.73, "word": " it", "probability": 0.1685791015625}, {"start": 993.73, "end": 993.73, "word": " many", "probability": 0.1455078125}, {"start": 993.73, "end": 993.89, "word": " times.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 41, "seek": 105502, "start": 1041.6, "end": 1055.02, "text": " Okay, this application, if I click on the button, what do you notice? It brought me a lot of options for different applications on the device, and all these applications", "tokens": [1033, 11, 341, 3861, 11, 498, 286, 2052, 322, 264, 2960, 11, 437, 360, 291, 3449, 30, 467, 3038, 385, 257, 688, 295, 3956, 337, 819, 5821, 322, 264, 4302, 11, 293, 439, 613, 5821], "avg_logprob": -0.578125019868215, "compression_ratio": 1.4166666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1041.6, "end": 1042.04, "word": " Okay,", "probability": 0.07489013671875}, {"start": 1042.08, "end": 1042.28, "word": " this", "probability": 0.66748046875}, {"start": 1042.28, "end": 1042.76, "word": " application,", "probability": 0.6357421875}, {"start": 1042.88, "end": 1043.16, "word": " if", "probability": 0.72412109375}, {"start": 1043.16, "end": 1043.3, "word": " I", "probability": 0.8388671875}, {"start": 1043.3, "end": 1043.48, "word": " click", "probability": 0.3583984375}, {"start": 1043.48, "end": 1043.72, "word": " on", "probability": 0.7919921875}, {"start": 1043.72, "end": 1043.74, "word": " the", "probability": 0.6884765625}, {"start": 1043.74, "end": 1043.96, "word": " button,", "probability": 0.7490234375}, {"start": 1045.56, "end": 1046.68, "word": " what", "probability": 0.7666015625}, {"start": 1046.68, "end": 1046.74, "word": " do", "probability": 0.399658203125}, {"start": 1046.74, "end": 1046.8, "word": " you", "probability": 0.90771484375}, {"start": 1046.8, "end": 1047.02, "word": " notice?", "probability": 0.59765625}, {"start": 1047.64, "end": 1047.98, "word": " It", "probability": 0.322998046875}, {"start": 1047.98, "end": 1048.08, "word": " brought", "probability": 0.2344970703125}, {"start": 1048.08, "end": 1050.62, "word": " me", "probability": 0.43603515625}, {"start": 1050.62, "end": 1050.66, "word": " a", "probability": 0.2021484375}, {"start": 1050.66, "end": 1050.66, "word": " lot", "probability": 0.90625}, {"start": 1050.66, "end": 1050.7, "word": " of", "probability": 0.96533203125}, {"start": 1050.7, "end": 1051.08, "word": " options", "probability": 0.78173828125}, {"start": 1051.08, "end": 1052.42, "word": " for", "probability": 0.63427734375}, {"start": 1052.42, "end": 1053.12, "word": " different", "probability": 0.6279296875}, {"start": 1053.12, "end": 1053.12, "word": " applications", "probability": 0.63671875}, {"start": 1053.12, "end": 1053.52, "word": " on", "probability": 0.7646484375}, {"start": 1053.52, "end": 1053.62, "word": " the", "probability": 0.8173828125}, {"start": 1053.62, "end": 1053.96, "word": " device,", "probability": 0.87744140625}, {"start": 1054.12, "end": 1054.2, "word": " and", "probability": 0.8291015625}, {"start": 1054.2, "end": 1054.44, "word": " all", "probability": 0.8681640625}, {"start": 1054.44, "end": 1054.56, "word": " these", "probability": 0.5087890625}, {"start": 1054.56, "end": 1055.02, "word": " applications", "probability": 0.8427734375}], "temperature": 1.0}, {"id": 42, "seek": 107545, "start": 1057.53, "end": 1075.45, "text": " The action is called action view. Now it has reached the intent of the Android operating system. It is confused. It tells you that you want action view. There are 20 applications that have action view. Which one do I want? I want a browser. So you have to put something else.", "tokens": [440, 3069, 307, 1219, 3069, 1910, 13, 823, 309, 575, 6488, 264, 8446, 295, 264, 8853, 7447, 1185, 13, 467, 307, 9019, 13, 467, 5112, 291, 300, 291, 528, 3069, 1910, 13, 821, 366, 945, 5821, 300, 362, 3069, 1910, 13, 3013, 472, 360, 286, 528, 30, 286, 528, 257, 11185, 13, 407, 291, 362, 281, 829, 746, 1646, 13], "avg_logprob": -0.595286889154403, "compression_ratio": 1.5771428571428572, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1057.53, "end": 1058.07, "word": " The", "probability": 0.257080078125}, {"start": 1058.07, "end": 1058.61, "word": " action", "probability": 0.70849609375}, {"start": 1058.61, "end": 1058.99, "word": " is", "probability": 0.397216796875}, {"start": 1058.99, "end": 1059.35, "word": " called", "probability": 0.233154296875}, {"start": 1059.35, "end": 1060.05, "word": " action", "probability": 0.45556640625}, {"start": 1060.05, "end": 1060.31, "word": " view.", "probability": 0.8349609375}, {"start": 1061.13, "end": 1061.59, "word": " Now", "probability": 0.1307373046875}, {"start": 1061.59, "end": 1062.55, "word": " it", "probability": 0.362060546875}, {"start": 1062.55, "end": 1062.71, "word": " has", "probability": 0.33740234375}, {"start": 1062.71, "end": 1062.89, "word": " reached", "probability": 0.5927734375}, {"start": 1062.89, "end": 1063.49, "word": " the", "probability": 0.65234375}, {"start": 1063.49, "end": 1063.93, "word": " intent", "probability": 0.346923828125}, {"start": 1063.93, "end": 1064.21, "word": " of", "probability": 0.6396484375}, {"start": 1064.21, "end": 1064.35, "word": " the", "probability": 0.45068359375}, {"start": 1064.35, "end": 1064.71, "word": " Android", "probability": 0.51806640625}, {"start": 1064.71, "end": 1065.01, "word": " operating", "probability": 0.9658203125}, {"start": 1065.01, "end": 1065.43, "word": " system.", "probability": 0.94091796875}, {"start": 1065.49, "end": 1065.57, "word": " It", "probability": 0.5712890625}, {"start": 1065.57, "end": 1065.65, "word": " is", "probability": 0.247314453125}, {"start": 1065.65, "end": 1065.83, "word": " confused.", "probability": 0.666015625}, {"start": 1066.01, "end": 1066.01, "word": " It", "probability": 0.65869140625}, {"start": 1066.01, "end": 1066.17, "word": " tells", "probability": 0.280517578125}, {"start": 1066.17, "end": 1066.31, "word": " you", "probability": 0.8369140625}, {"start": 1066.31, "end": 1066.41, "word": " that", "probability": 0.51904296875}, {"start": 1066.41, "end": 1066.53, "word": " you", "probability": 0.52734375}, {"start": 1066.53, "end": 1066.67, "word": " want", "probability": 0.58349609375}, {"start": 1066.67, "end": 1067.01, "word": " action", "probability": 0.71533203125}, {"start": 1067.01, "end": 1067.31, "word": " view.", "probability": 0.86376953125}, {"start": 1067.93, "end": 1068.21, "word": " There", "probability": 0.2042236328125}, {"start": 1068.21, "end": 1068.43, "word": " are", "probability": 0.9072265625}, {"start": 1068.43, "end": 1068.75, "word": " 20", "probability": 0.52685546875}, {"start": 1068.75, "end": 1069.37, "word": " applications", "probability": 0.56640625}, {"start": 1069.37, "end": 1070.05, "word": " that", "probability": 0.517578125}, {"start": 1070.05, "end": 1070.21, "word": " have", "probability": 0.85009765625}, {"start": 1070.21, "end": 1071.49, "word": " action", "probability": 0.658203125}, {"start": 1071.49, "end": 1071.79, "word": " view.", "probability": 0.814453125}, {"start": 1071.91, "end": 1072.23, "word": " Which", "probability": 0.26708984375}, {"start": 1072.23, "end": 1072.23, "word": " one", "probability": 0.779296875}, {"start": 1072.23, "end": 1072.23, "word": " do", "probability": 0.7451171875}, {"start": 1072.23, "end": 1072.27, "word": " I", "probability": 0.87451171875}, {"start": 1072.27, "end": 1072.51, "word": " want?", "probability": 0.85400390625}, {"start": 1073.15, "end": 1073.31, "word": " I", "probability": 0.943359375}, {"start": 1073.31, "end": 1073.45, "word": " want", "probability": 0.8349609375}, {"start": 1073.45, "end": 1073.55, "word": " a", "probability": 0.304931640625}, {"start": 1073.55, "end": 1073.85, "word": " browser.", "probability": 0.82861328125}, {"start": 1073.99, "end": 1074.19, "word": " So", "probability": 0.304443359375}, {"start": 1074.19, "end": 1074.43, "word": " you", "probability": 0.44873046875}, {"start": 1074.43, "end": 1074.43, "word": " have", "probability": 0.5546875}, {"start": 1074.43, "end": 1074.61, "word": " to", "probability": 0.96435546875}, {"start": 1074.61, "end": 1074.81, "word": " put", "probability": 0.3271484375}, {"start": 1074.81, "end": 1075.17, "word": " something", "probability": 0.57958984375}, {"start": 1075.17, "end": 1075.45, "word": " else.", "probability": 0.7890625}], "temperature": 1.0}, {"id": 43, "seek": 108866, "start": 1077.22, "end": 1088.66, "text": " It will specify who you want in the action view. This means that there are many apps that are not action view. To specify, it will tell you if you need a browser", "tokens": [467, 486, 16500, 567, 291, 528, 294, 264, 3069, 1910, 13, 639, 1355, 300, 456, 366, 867, 7733, 300, 366, 406, 3069, 1910, 13, 1407, 16500, 11, 309, 486, 980, 291, 498, 291, 643, 257, 11185], "avg_logprob": -0.725084433684478, "compression_ratio": 1.4336283185840708, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 1077.22, "end": 1077.7, "word": " It", "probability": 0.1943359375}, {"start": 1077.7, "end": 1077.84, "word": " will", "probability": 0.1715087890625}, {"start": 1077.84, "end": 1078.18, "word": " specify", "probability": 0.2340087890625}, {"start": 1078.18, "end": 1079.0, "word": " who", "probability": 0.354248046875}, {"start": 1079.0, "end": 1079.14, "word": " you", "probability": 0.42529296875}, {"start": 1079.14, "end": 1079.28, "word": " want", "probability": 0.74365234375}, {"start": 1079.28, "end": 1079.42, "word": " in", "probability": 0.578125}, {"start": 1079.42, "end": 1079.48, "word": " the", "probability": 0.5322265625}, {"start": 1079.48, "end": 1079.7, "word": " action", "probability": 0.51953125}, {"start": 1079.7, "end": 1079.98, "word": " view.", "probability": 0.83642578125}, {"start": 1080.22, "end": 1080.62, "word": " This", "probability": 0.36669921875}, {"start": 1080.62, "end": 1080.92, "word": " means", "probability": 0.55322265625}, {"start": 1080.92, "end": 1081.46, "word": " that", "probability": 0.62451171875}, {"start": 1081.46, "end": 1082.46, "word": " there", "probability": 0.5859375}, {"start": 1082.46, "end": 1082.82, "word": " are", "probability": 0.9052734375}, {"start": 1082.82, "end": 1083.46, "word": " many", "probability": 0.6396484375}, {"start": 1083.46, "end": 1083.46, "word": " apps", "probability": 0.277099609375}, {"start": 1083.46, "end": 1084.56, "word": " that", "probability": 0.58544921875}, {"start": 1084.56, "end": 1084.66, "word": " are", "probability": 0.400146484375}, {"start": 1084.66, "end": 1084.76, "word": " not", "probability": 0.342041015625}, {"start": 1084.76, "end": 1084.96, "word": " action", "probability": 0.62890625}, {"start": 1084.96, "end": 1085.24, "word": " view.", "probability": 0.53369140625}, {"start": 1085.64, "end": 1086.02, "word": " To", "probability": 0.307861328125}, {"start": 1086.02, "end": 1086.54, "word": " specify,", "probability": 0.7890625}, {"start": 1086.74, "end": 1086.9, "word": " it", "probability": 0.6416015625}, {"start": 1086.9, "end": 1086.92, "word": " will", "probability": 0.5283203125}, {"start": 1086.92, "end": 1087.12, "word": " tell", "probability": 0.386474609375}, {"start": 1087.12, "end": 1087.52, "word": " you", "probability": 0.619140625}, {"start": 1087.52, "end": 1087.74, "word": " if", "probability": 0.7470703125}, {"start": 1087.74, "end": 1087.96, "word": " you", "probability": 0.9560546875}, {"start": 1087.96, "end": 1088.32, "word": " need", "probability": 0.861328125}, {"start": 1088.32, "end": 1088.46, "word": " a", "probability": 0.63818359375}, {"start": 1088.46, "end": 1088.66, "word": " browser", "probability": 0.8427734375}], "temperature": 1.0}, {"id": 44, "seek": 111360, "start": 1089.53, "end": 1113.61, "text": " And this is not a memory. If you search for tutorials on Android, it will tell you. If you want a browser, you have to tell it to give you the URL. Through the URL, it will tell you. You tell it to set data. Do you see this data? Set data. What does the data take from it? An object.", "tokens": [400, 341, 307, 406, 257, 4675, 13, 759, 291, 3164, 337, 17616, 322, 8853, 11, 309, 486, 980, 291, 13, 759, 291, 528, 257, 11185, 11, 291, 362, 281, 980, 309, 281, 976, 291, 264, 12905, 13, 8927, 264, 12905, 11, 309, 486, 980, 291, 13, 509, 980, 309, 281, 992, 1412, 13, 1144, 291, 536, 341, 1412, 30, 8928, 1412, 13, 708, 775, 264, 1412, 747, 490, 309, 30, 1107, 2657, 13], "avg_logprob": -0.6076857858412975, "compression_ratio": 1.6045197740112995, "no_speech_prob": 0.0, "words": [{"start": 1089.53, "end": 1089.73, "word": " And", "probability": 0.297607421875}, {"start": 1089.73, "end": 1089.91, "word": " this", "probability": 0.587890625}, {"start": 1089.91, "end": 1090.11, "word": " is", "probability": 0.315185546875}, {"start": 1090.11, "end": 1090.33, "word": " not", "probability": 0.86279296875}, {"start": 1090.33, "end": 1090.39, "word": " a", "probability": 0.350341796875}, {"start": 1090.39, "end": 1090.57, "word": " memory.", "probability": 0.299560546875}, {"start": 1091.01, "end": 1091.57, "word": " If", "probability": 0.389892578125}, {"start": 1091.57, "end": 1092.09, "word": " you", "probability": 0.9521484375}, {"start": 1092.09, "end": 1092.39, "word": " search", "probability": 0.3798828125}, {"start": 1092.39, "end": 1092.57, "word": " for", "probability": 0.27099609375}, {"start": 1092.57, "end": 1092.99, "word": " tutorials", "probability": 0.212890625}, {"start": 1092.99, "end": 1093.21, "word": " on", "probability": 0.4287109375}, {"start": 1093.21, "end": 1093.51, "word": " Android,", "probability": 0.426025390625}, {"start": 1093.55, "end": 1093.59, "word": " it", "probability": 0.501953125}, {"start": 1093.59, "end": 1093.69, "word": " will", "probability": 0.58154296875}, {"start": 1093.69, "end": 1093.83, "word": " tell", "probability": 0.60791015625}, {"start": 1093.83, "end": 1093.97, "word": " you.", "probability": 0.95654296875}, {"start": 1093.99, "end": 1094.11, "word": " If", "probability": 0.8310546875}, {"start": 1094.11, "end": 1094.21, "word": " you", "probability": 0.96337890625}, {"start": 1094.21, "end": 1094.31, "word": " want", "probability": 0.55859375}, {"start": 1094.31, "end": 1094.49, "word": " a", "probability": 0.74658203125}, {"start": 1094.49, "end": 1094.89, "word": " browser,", "probability": 0.796875}, {"start": 1095.45, "end": 1095.59, "word": " you", "probability": 0.7900390625}, {"start": 1095.59, "end": 1095.79, "word": " have", "probability": 0.333251953125}, {"start": 1095.79, "end": 1096.03, "word": " to", "probability": 0.96875}, {"start": 1096.03, "end": 1096.37, "word": " tell", "probability": 0.54736328125}, {"start": 1096.37, "end": 1096.61, "word": " it", "probability": 0.6201171875}, {"start": 1096.61, "end": 1097.07, "word": " to", "probability": 0.257080078125}, {"start": 1097.07, "end": 1097.83, "word": " give", "probability": 0.66796875}, {"start": 1097.83, "end": 1098.05, "word": " you", "probability": 0.67138671875}, {"start": 1098.05, "end": 1098.13, "word": " the", "probability": 0.7412109375}, {"start": 1098.13, "end": 1098.53, "word": " URL.", "probability": 0.76611328125}, {"start": 1099.43, "end": 1099.83, "word": " Through", "probability": 0.1712646484375}, {"start": 1099.83, "end": 1100.25, "word": " the", "probability": 0.7880859375}, {"start": 1100.25, "end": 1100.69, "word": " URL,", "probability": 0.9111328125}, {"start": 1101.63, "end": 1101.71, "word": " it", "probability": 0.77392578125}, {"start": 1101.71, "end": 1101.75, "word": " will", "probability": 0.270751953125}, {"start": 1101.75, "end": 1102.11, "word": " tell", "probability": 0.1759033203125}, {"start": 1102.11, "end": 1102.43, "word": " you.", "probability": 0.69873046875}, {"start": 1102.69, "end": 1103.25, "word": " You", "probability": 0.401123046875}, {"start": 1103.25, "end": 1103.51, "word": " tell", "probability": 0.38330078125}, {"start": 1103.51, "end": 1103.81, "word": " it", "probability": 0.8955078125}, {"start": 1103.81, "end": 1104.47, "word": " to", "probability": 0.54052734375}, {"start": 1104.47, "end": 1106.69, "word": " set", "probability": 0.8515625}, {"start": 1106.69, "end": 1107.11, "word": " data.", "probability": 0.7841796875}, {"start": 1107.39, "end": 1107.49, "word": " Do", "probability": 0.52099609375}, {"start": 1107.49, "end": 1107.49, "word": " you", "probability": 0.9716796875}, {"start": 1107.49, "end": 1107.71, "word": " see", "probability": 0.92578125}, {"start": 1107.71, "end": 1107.89, "word": " this", "probability": 0.7412109375}, {"start": 1107.89, "end": 1108.17, "word": " data?", "probability": 0.81640625}, {"start": 1108.99, "end": 1109.49, "word": " Set", "probability": 0.7080078125}, {"start": 1109.49, "end": 1110.51, "word": " data.", "probability": 0.8701171875}, {"start": 1111.11, "end": 1111.25, "word": " What", "probability": 0.716796875}, {"start": 1111.25, "end": 1111.25, "word": " does", "probability": 0.66748046875}, {"start": 1111.25, "end": 1111.27, "word": " the", "probability": 0.372802734375}, {"start": 1111.27, "end": 1111.49, "word": " data", "probability": 0.94140625}, {"start": 1111.49, "end": 1111.95, "word": " take", "probability": 0.476318359375}, {"start": 1111.95, "end": 1112.11, "word": " from", "probability": 0.5615234375}, {"start": 1112.11, "end": 1112.39, "word": " it?", "probability": 0.1046142578125}, {"start": 1112.39, "end": 1112.71, "word": " An", "probability": 0.339111328125}, {"start": 1112.71, "end": 1113.61, "word": " object.", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 45, "seek": 112683, "start": 1116.12, "end": 1126.84, "text": "URI. Of course this is the URI to create it. There is a method called URI.Parse. In this way, and between the brackets here, you give it the link that you want to open.", "tokens": [52, 5577, 13, 2720, 1164, 341, 307, 264, 624, 5577, 281, 1884, 309, 13, 821, 307, 257, 3170, 1219, 624, 5577, 13, 47, 11668, 13, 682, 341, 636, 11, 293, 1296, 264, 26179, 510, 11, 291, 976, 309, 264, 2113, 300, 291, 528, 281, 1269, 13], "avg_logprob": -0.6582447062147424, "compression_ratio": 1.302325581395349, "no_speech_prob": 0.0, "words": [{"start": 1116.1200000000001, "end": 1116.48, "word": "URI.", "probability": 0.399383544921875}, {"start": 1117.0, "end": 1117.24, "word": " Of", "probability": 0.154296875}, {"start": 1117.24, "end": 1117.34, "word": " course", "probability": 0.9169921875}, {"start": 1117.34, "end": 1117.5, "word": " this", "probability": 0.44677734375}, {"start": 1117.5, "end": 1117.58, "word": " is", "probability": 0.8408203125}, {"start": 1117.58, "end": 1117.6, "word": " the", "probability": 0.400146484375}, {"start": 1117.6, "end": 1117.86, "word": " URI", "probability": 0.874755859375}, {"start": 1117.86, "end": 1118.06, "word": " to", "probability": 0.1358642578125}, {"start": 1118.06, "end": 1118.34, "word": " create", "probability": 0.515625}, {"start": 1118.34, "end": 1118.64, "word": " it.", "probability": 0.65576171875}, {"start": 1118.92, "end": 1119.16, "word": " There", "probability": 0.1710205078125}, {"start": 1119.16, "end": 1119.24, "word": " is", "probability": 0.7197265625}, {"start": 1119.24, "end": 1119.38, "word": " a", "probability": 0.415771484375}, {"start": 1119.38, "end": 1119.6, "word": " method", "probability": 0.94921875}, {"start": 1119.6, "end": 1119.76, "word": " called", "probability": 0.34423828125}, {"start": 1119.76, "end": 1120.06, "word": " URI", "probability": 0.880126953125}, {"start": 1120.06, "end": 1120.84, "word": ".Parse.", "probability": 0.5945638020833334}, {"start": 1123.08, "end": 1123.44, "word": " In", "probability": 0.2154541015625}, {"start": 1123.44, "end": 1123.52, "word": " this", "probability": 0.84814453125}, {"start": 1123.52, "end": 1123.8, "word": " way,", "probability": 0.677734375}, {"start": 1124.26, "end": 1124.36, "word": " and", "probability": 0.6181640625}, {"start": 1124.36, "end": 1124.52, "word": " between", "probability": 0.63720703125}, {"start": 1124.52, "end": 1124.62, "word": " the", "probability": 0.458984375}, {"start": 1124.62, "end": 1124.86, "word": " brackets", "probability": 0.222412109375}, {"start": 1124.86, "end": 1125.02, "word": " here,", "probability": 0.251708984375}, {"start": 1125.06, "end": 1125.16, "word": " you", "probability": 0.58154296875}, {"start": 1125.16, "end": 1125.34, "word": " give", "probability": 0.62548828125}, {"start": 1125.34, "end": 1125.52, "word": " it", "probability": 0.6533203125}, {"start": 1125.52, "end": 1125.58, "word": " the", "probability": 0.6982421875}, {"start": 1125.58, "end": 1125.86, "word": " link", "probability": 0.91943359375}, {"start": 1125.86, "end": 1126.0, "word": " that", "probability": 0.47119140625}, {"start": 1126.0, "end": 1126.3, "word": " you", "probability": 0.92431640625}, {"start": 1126.3, "end": 1126.44, "word": " want", "probability": 0.66796875}, {"start": 1126.44, "end": 1126.6, "word": " to", "probability": 0.93505859375}, {"start": 1126.6, "end": 1126.84, "word": " open.", "probability": 0.7744140625}], "temperature": 1.0}, {"id": 46, "seek": 114917, "start": 1133.39, "end": 1149.17, "text": " Because again, this is not memorizing as we said, it comes to the intent, you tell it set data, it needs an object from it, URI, URI dot parse, this is the static method, you give it a string, it returns you URI, whatever it wants, which is HTTP for example", "tokens": [1436, 797, 11, 341, 307, 406, 10560, 3319, 382, 321, 848, 11, 309, 1487, 281, 264, 8446, 11, 291, 980, 309, 992, 1412, 11, 309, 2203, 364, 2657, 490, 309, 11, 624, 5577, 11, 624, 5577, 5893, 48377, 11, 341, 307, 264, 13437, 3170, 11, 291, 976, 309, 257, 6798, 11, 309, 11247, 291, 624, 5577, 11, 2035, 309, 2738, 11, 597, 307, 33283, 337, 1365], "avg_logprob": -0.5125933084914933, "compression_ratio": 1.4659090909090908, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1133.39, "end": 1133.75, "word": " Because", "probability": 0.10992431640625}, {"start": 1133.75, "end": 1134.11, "word": " again,", "probability": 0.3603515625}, {"start": 1134.73, "end": 1135.43, "word": " this", "probability": 0.353515625}, {"start": 1135.43, "end": 1135.49, "word": " is", "probability": 0.432861328125}, {"start": 1135.49, "end": 1135.59, "word": " not", "probability": 0.919921875}, {"start": 1135.59, "end": 1135.99, "word": " memorizing", "probability": 0.4403076171875}, {"start": 1135.99, "end": 1136.17, "word": " as", "probability": 0.482177734375}, {"start": 1136.17, "end": 1136.33, "word": " we", "probability": 0.79248046875}, {"start": 1136.33, "end": 1136.55, "word": " said,", "probability": 0.845703125}, {"start": 1136.71, "end": 1136.83, "word": " it", "probability": 0.6181640625}, {"start": 1136.83, "end": 1136.97, "word": " comes", "probability": 0.56494140625}, {"start": 1136.97, "end": 1137.11, "word": " to", "probability": 0.90771484375}, {"start": 1137.11, "end": 1137.17, "word": " the", "probability": 0.62890625}, {"start": 1137.17, "end": 1137.63, "word": " intent,", "probability": 0.7890625}, {"start": 1137.77, "end": 1137.87, "word": " you", "probability": 0.56005859375}, {"start": 1137.87, "end": 1138.15, "word": " tell", "probability": 0.389404296875}, {"start": 1138.15, "end": 1138.33, "word": " it", "probability": 0.78515625}, {"start": 1138.33, "end": 1138.73, "word": " set", "probability": 0.57177734375}, {"start": 1138.73, "end": 1139.41, "word": " data,", "probability": 0.7119140625}, {"start": 1140.03, "end": 1140.11, "word": " it", "probability": 0.388916015625}, {"start": 1140.11, "end": 1140.27, "word": " needs", "probability": 0.487060546875}, {"start": 1140.27, "end": 1140.41, "word": " an", "probability": 0.544921875}, {"start": 1140.41, "end": 1140.67, "word": " object", "probability": 0.96923828125}, {"start": 1140.67, "end": 1140.77, "word": " from", "probability": 0.3330078125}, {"start": 1140.77, "end": 1140.91, "word": " it,", "probability": 0.76953125}, {"start": 1140.97, "end": 1141.43, "word": " URI,", "probability": 0.754150390625}, {"start": 1141.81, "end": 1142.61, "word": " URI", "probability": 0.9267578125}, {"start": 1142.61, "end": 1142.85, "word": " dot", "probability": 0.3818359375}, {"start": 1142.85, "end": 1143.37, "word": " parse,", "probability": 0.54541015625}, {"start": 1143.65, "end": 1143.79, "word": " this", "probability": 0.77783203125}, {"start": 1143.79, "end": 1143.87, "word": " is", "probability": 0.9248046875}, {"start": 1143.87, "end": 1143.91, "word": " the", "probability": 0.422119140625}, {"start": 1143.91, "end": 1144.15, "word": " static", "probability": 0.90576171875}, {"start": 1144.15, "end": 1144.57, "word": " method,", "probability": 0.95703125}, {"start": 1144.65, "end": 1144.73, "word": " you", "probability": 0.5087890625}, {"start": 1144.73, "end": 1144.89, "word": " give", "probability": 0.82568359375}, {"start": 1144.89, "end": 1145.01, "word": " it", "probability": 0.90673828125}, {"start": 1145.01, "end": 1145.09, "word": " a", "probability": 0.86474609375}, {"start": 1145.09, "end": 1145.35, "word": " string,", "probability": 0.9423828125}, {"start": 1145.47, "end": 1145.49, "word": " it", "probability": 0.55810546875}, {"start": 1145.49, "end": 1145.73, "word": " returns", "probability": 0.71630859375}, {"start": 1145.73, "end": 1145.91, "word": " you", "probability": 0.259033203125}, {"start": 1145.91, "end": 1146.19, "word": " URI,", "probability": 0.80224609375}, {"start": 1146.31, "end": 1146.35, "word": " whatever", "probability": 0.45068359375}, {"start": 1146.35, "end": 1146.49, "word": " it", "probability": 0.8193359375}, {"start": 1146.49, "end": 1146.75, "word": " wants,", "probability": 0.703125}, {"start": 1147.73, "end": 1148.09, "word": " which", "probability": 0.353759765625}, {"start": 1148.09, "end": 1148.19, "word": " is", "probability": 0.92138671875}, {"start": 1148.19, "end": 1148.65, "word": " HTTP", "probability": 0.6279296875}, {"start": 1148.65, "end": 1148.97, "word": " for", "probability": 0.6572265625}, {"start": 1148.97, "end": 1149.17, "word": " example", "probability": 0.96728515625}], "temperature": 1.0}, {"id": 47, "seek": 117616, "start": 1152.54, "end": 1176.16, "text": "Now what's going to happen? It's going to happen like this. Now when I send this intent, what's in the intent now? There is action and there is data. When you send it to the operating system, it will show the action and it will find action view. It will find many applications in it. Now it will go to the second stage of differentiation on whom? On the data. When it finds the data, it will start with HTTP, it will understand that you want what? You want a browser.", "tokens": [13267, 437, 311, 516, 281, 1051, 30, 467, 311, 516, 281, 1051, 411, 341, 13, 823, 562, 286, 2845, 341, 8446, 11, 437, 311, 294, 264, 8446, 586, 30, 821, 307, 3069, 293, 456, 307, 1412, 13, 1133, 291, 2845, 309, 281, 264, 7447, 1185, 11, 309, 486, 855, 264, 3069, 293, 309, 486, 915, 3069, 1910, 13, 467, 486, 915, 867, 5821, 294, 309, 13, 823, 309, 486, 352, 281, 264, 1150, 3233, 295, 38902, 322, 7101, 30, 1282, 264, 1412, 13, 1133, 309, 10704, 264, 1412, 11, 309, 486, 722, 365, 33283, 11, 309, 486, 1223, 300, 291, 528, 437, 30, 509, 528, 257, 11185, 13], "avg_logprob": -0.45040137067847297, "compression_ratio": 1.8830645161290323, "no_speech_prob": 0.0, "words": [{"start": 1152.54, "end": 1152.86, "word": "Now", "probability": 0.2137451171875}, {"start": 1152.86, "end": 1153.12, "word": " what's", "probability": 0.37567138671875}, {"start": 1153.12, "end": 1153.3, "word": " going", "probability": 0.56396484375}, {"start": 1153.3, "end": 1153.32, "word": " to", "probability": 0.943359375}, {"start": 1153.32, "end": 1153.64, "word": " happen?", "probability": 0.88427734375}, {"start": 1154.1, "end": 1154.36, "word": " It's", "probability": 0.484375}, {"start": 1154.36, "end": 1154.36, "word": " going", "probability": 0.83154296875}, {"start": 1154.36, "end": 1154.36, "word": " to", "probability": 0.96435546875}, {"start": 1154.36, "end": 1154.5, "word": " happen", "probability": 0.391845703125}, {"start": 1154.5, "end": 1154.62, "word": " like", "probability": 0.333984375}, {"start": 1154.62, "end": 1154.9, "word": " this.", "probability": 0.900390625}, {"start": 1154.98, "end": 1155.38, "word": " Now", "probability": 0.56201171875}, {"start": 1155.38, "end": 1155.96, "word": " when", "probability": 0.60400390625}, {"start": 1155.96, "end": 1156.08, "word": " I", "probability": 0.796875}, {"start": 1156.08, "end": 1156.28, "word": " send", "probability": 0.6982421875}, {"start": 1156.28, "end": 1156.46, "word": " this", "probability": 0.72119140625}, {"start": 1156.46, "end": 1156.86, "word": " intent,", "probability": 0.771484375}, {"start": 1157.1, "end": 1157.34, "word": " what's", "probability": 0.628662109375}, {"start": 1157.34, "end": 1157.44, "word": " in", "probability": 0.69775390625}, {"start": 1157.44, "end": 1157.56, "word": " the", "probability": 0.46875}, {"start": 1157.56, "end": 1157.88, "word": " intent", "probability": 0.94384765625}, {"start": 1157.88, "end": 1158.16, "word": " now?", "probability": 0.415283203125}, {"start": 1158.24, "end": 1158.36, "word": " There", "probability": 0.66552734375}, {"start": 1158.36, "end": 1158.38, "word": " is", "probability": 0.34375}, {"start": 1158.38, "end": 1158.9, "word": " action", "probability": 0.7314453125}, {"start": 1158.9, "end": 1159.78, "word": " and", "probability": 0.865234375}, {"start": 1159.78, "end": 1159.92, "word": " there", "probability": 0.609375}, {"start": 1159.92, "end": 1159.92, "word": " is", "probability": 0.8916015625}, {"start": 1159.92, "end": 1160.28, "word": " data.", "probability": 0.92919921875}, {"start": 1160.76, "end": 1160.94, "word": " When", "probability": 0.8544921875}, {"start": 1160.94, "end": 1161.08, "word": " you", "probability": 0.9443359375}, {"start": 1161.08, "end": 1161.3, "word": " send", "probability": 0.77978515625}, {"start": 1161.3, "end": 1161.42, "word": " it", "probability": 0.65625}, {"start": 1161.42, "end": 1161.5, "word": " to", "probability": 0.95166015625}, {"start": 1161.5, "end": 1161.56, "word": " the", "probability": 0.76123046875}, {"start": 1161.56, "end": 1161.84, "word": " operating", "probability": 0.9443359375}, {"start": 1161.84, "end": 1162.4, "word": " system,", "probability": 0.95361328125}, {"start": 1162.84, "end": 1162.94, "word": " it", "probability": 0.86767578125}, {"start": 1162.94, "end": 1162.96, "word": " will", "probability": 0.2396240234375}, {"start": 1162.96, "end": 1163.22, "word": " show", "probability": 0.125732421875}, {"start": 1163.22, "end": 1163.38, "word": " the", "probability": 0.62548828125}, {"start": 1163.38, "end": 1163.7, "word": " action", "probability": 0.9443359375}, {"start": 1163.7, "end": 1163.82, "word": " and", "probability": 0.50244140625}, {"start": 1163.82, "end": 1163.88, "word": " it", "probability": 0.360595703125}, {"start": 1163.88, "end": 1163.88, "word": " will", "probability": 0.763671875}, {"start": 1163.88, "end": 1164.02, "word": " find", "probability": 0.369384765625}, {"start": 1164.02, "end": 1164.32, "word": " action", "probability": 0.427001953125}, {"start": 1164.32, "end": 1164.62, "word": " view.", "probability": 0.74072265625}, {"start": 1164.74, "end": 1164.8, "word": " It", "probability": 0.748046875}, {"start": 1164.8, "end": 1164.88, "word": " will", "probability": 0.78662109375}, {"start": 1164.88, "end": 1165.0, "word": " find", "probability": 0.85693359375}, {"start": 1165.0, "end": 1165.14, "word": " many", "probability": 0.436767578125}, {"start": 1165.14, "end": 1165.5, "word": " applications", "probability": 0.783203125}, {"start": 1165.5, "end": 1165.74, "word": " in", "probability": 0.5302734375}, {"start": 1165.74, "end": 1165.74, "word": " it.", "probability": 0.87939453125}, {"start": 1165.96, "end": 1166.16, "word": " Now", "probability": 0.86669921875}, {"start": 1166.16, "end": 1166.34, "word": " it", "probability": 0.89306640625}, {"start": 1166.34, "end": 1166.36, "word": " will", "probability": 0.63427734375}, {"start": 1166.36, "end": 1166.58, "word": " go", "probability": 0.5009765625}, {"start": 1166.58, "end": 1167.26, "word": " to", "probability": 0.88134765625}, {"start": 1167.26, "end": 1167.88, "word": " the", "probability": 0.76123046875}, {"start": 1167.88, "end": 1167.9, "word": " second", "probability": 0.63818359375}, {"start": 1167.9, "end": 1168.26, "word": " stage", "probability": 0.673828125}, {"start": 1168.26, "end": 1168.72, "word": " of", "probability": 0.875}, {"start": 1168.72, "end": 1169.1, "word": " differentiation", "probability": 0.181640625}, {"start": 1169.1, "end": 1169.28, "word": " on", "probability": 0.255615234375}, {"start": 1169.28, "end": 1169.56, "word": " whom?", "probability": 0.412841796875}, {"start": 1170.1, "end": 1170.26, "word": " On", "probability": 0.72119140625}, {"start": 1170.26, "end": 1170.38, "word": " the", "probability": 0.49658203125}, {"start": 1170.38, "end": 1170.6, "word": " data.", "probability": 0.94921875}, {"start": 1170.66, "end": 1170.84, "word": " When", "probability": 0.87060546875}, {"start": 1170.84, "end": 1171.16, "word": " it", "probability": 0.7841796875}, {"start": 1171.16, "end": 1171.16, "word": " finds", "probability": 0.880859375}, {"start": 1171.16, "end": 1171.3, "word": " the", "probability": 0.72705078125}, {"start": 1171.3, "end": 1171.5, "word": " data,", "probability": 0.9462890625}, {"start": 1171.56, "end": 1171.66, "word": " it", "probability": 0.892578125}, {"start": 1171.66, "end": 1171.68, "word": " will", "probability": 0.49169921875}, {"start": 1171.68, "end": 1171.9, "word": " start", "probability": 0.85693359375}, {"start": 1171.9, "end": 1172.0, "word": " with", "probability": 0.76318359375}, {"start": 1172.0, "end": 1172.42, "word": " HTTP,", "probability": 0.6015625}, {"start": 1173.58, "end": 1173.82, "word": " it", "probability": 0.7841796875}, {"start": 1173.82, "end": 1173.82, "word": " will", "probability": 0.62548828125}, {"start": 1173.82, "end": 1174.08, "word": " understand", "probability": 0.68798828125}, {"start": 1174.08, "end": 1174.24, "word": " that", "probability": 0.497314453125}, {"start": 1174.24, "end": 1174.42, "word": " you", "probability": 0.65673828125}, {"start": 1174.42, "end": 1174.68, "word": " want", "probability": 0.68701171875}, {"start": 1174.68, "end": 1175.0, "word": " what?", "probability": 0.60693359375}, {"start": 1175.6, "end": 1175.68, "word": " You", "probability": 0.7822265625}, {"start": 1175.68, "end": 1175.84, "word": " want", "probability": 0.78759765625}, {"start": 1175.84, "end": 1175.96, "word": " a", "probability": 0.50341796875}, {"start": 1175.96, "end": 1176.16, "word": " browser.", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 48, "seek": 120054, "start": 1177.48, "end": 1200.54, "text": " Through the data, he completed the search process, the classification process. Now, the classification depends on two things, the action and the shape of the data. If you have any internet-specific protocol like HTTP, HTTPS, FTP, it understands that you want to open a page, so it runs a browser program for you. Let's try this.", "tokens": [8927, 264, 1412, 11, 415, 7365, 264, 3164, 1399, 11, 264, 21538, 1399, 13, 823, 11, 264, 21538, 5946, 322, 732, 721, 11, 264, 3069, 293, 264, 3909, 295, 264, 1412, 13, 759, 291, 362, 604, 4705, 12, 29258, 10336, 411, 33283, 11, 11751, 51, 6273, 11, 46675, 47, 11, 309, 15146, 300, 291, 528, 281, 1269, 257, 3028, 11, 370, 309, 6676, 257, 11185, 1461, 337, 291, 13, 961, 311, 853, 341, 13], "avg_logprob": -0.5158333603541057, "compression_ratio": 1.5970873786407767, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1177.48, "end": 1178.06, "word": " Through", "probability": 0.11163330078125}, {"start": 1178.06, "end": 1178.48, "word": " the", "probability": 0.462646484375}, {"start": 1178.48, "end": 1178.8, "word": " data,", "probability": 0.8359375}, {"start": 1179.02, "end": 1179.02, "word": " he", "probability": 0.283447265625}, {"start": 1179.02, "end": 1179.48, "word": " completed", "probability": 0.293701171875}, {"start": 1179.48, "end": 1180.96, "word": " the", "probability": 0.60693359375}, {"start": 1180.96, "end": 1181.18, "word": " search", "probability": 0.48974609375}, {"start": 1181.18, "end": 1181.38, "word": " process,", "probability": 0.87890625}, {"start": 1181.4, "end": 1181.88, "word": " the", "probability": 0.67919921875}, {"start": 1181.88, "end": 1182.24, "word": " classification", "probability": 0.16064453125}, {"start": 1182.24, "end": 1182.56, "word": " process.", "probability": 0.88720703125}, {"start": 1182.8, "end": 1182.94, "word": " Now,", "probability": 0.2239990234375}, {"start": 1182.94, "end": 1182.98, "word": " the", "probability": 0.54443359375}, {"start": 1182.98, "end": 1183.26, "word": " classification", "probability": 0.89013671875}, {"start": 1183.26, "end": 1183.94, "word": " depends", "probability": 0.457275390625}, {"start": 1183.94, "end": 1184.14, "word": " on", "probability": 0.92333984375}, {"start": 1184.14, "end": 1184.58, "word": " two", "probability": 0.71142578125}, {"start": 1184.58, "end": 1185.12, "word": " things,", "probability": 0.66748046875}, {"start": 1185.46, "end": 1185.54, "word": " the", "probability": 0.32958984375}, {"start": 1185.54, "end": 1185.94, "word": " action", "probability": 0.89306640625}, {"start": 1185.94, "end": 1187.08, "word": " and", "probability": 0.87744140625}, {"start": 1187.08, "end": 1187.2, "word": " the", "probability": 0.81689453125}, {"start": 1187.2, "end": 1187.3, "word": " shape", "probability": 0.4150390625}, {"start": 1187.3, "end": 1187.46, "word": " of", "probability": 0.97021484375}, {"start": 1187.46, "end": 1187.5, "word": " the", "probability": 0.8671875}, {"start": 1187.5, "end": 1187.74, "word": " data.", "probability": 0.91015625}, {"start": 1188.12, "end": 1188.28, "word": " If", "probability": 0.84375}, {"start": 1188.28, "end": 1188.38, "word": " you", "probability": 0.541015625}, {"start": 1188.38, "end": 1188.52, "word": " have", "probability": 0.81494140625}, {"start": 1188.52, "end": 1188.78, "word": " any", "probability": 0.65771484375}, {"start": 1188.78, "end": 1189.34, "word": " internet", "probability": 0.2327880859375}, {"start": 1189.34, "end": 1189.78, "word": "-specific", "probability": 0.58941650390625}, {"start": 1189.78, "end": 1190.4, "word": " protocol", "probability": 0.90576171875}, {"start": 1190.4, "end": 1190.78, "word": " like", "probability": 0.296875}, {"start": 1190.78, "end": 1191.4, "word": " HTTP,", "probability": 0.609375}, {"start": 1191.6, "end": 1192.26, "word": " HTTPS,", "probability": 0.92529296875}, {"start": 1192.44, "end": 1193.06, "word": " FTP,", "probability": 0.6634521484375}, {"start": 1193.64, "end": 1193.96, "word": " it", "probability": 0.259033203125}, {"start": 1193.96, "end": 1194.2, "word": " understands", "probability": 0.517578125}, {"start": 1194.2, "end": 1194.4, "word": " that", "probability": 0.89013671875}, {"start": 1194.4, "end": 1194.64, "word": " you", "probability": 0.86572265625}, {"start": 1194.64, "end": 1194.82, "word": " want", "probability": 0.26025390625}, {"start": 1194.82, "end": 1195.0, "word": " to", "probability": 0.9150390625}, {"start": 1195.0, "end": 1195.2, "word": " open", "probability": 0.68017578125}, {"start": 1195.2, "end": 1195.32, "word": " a", "probability": 0.95751953125}, {"start": 1195.32, "end": 1195.62, "word": " page,", "probability": 0.775390625}, {"start": 1196.2, "end": 1196.42, "word": " so", "probability": 0.576171875}, {"start": 1196.42, "end": 1196.6, "word": " it", "probability": 0.875}, {"start": 1196.6, "end": 1197.16, "word": " runs", "probability": 0.253662109375}, {"start": 1197.16, "end": 1197.42, "word": " a", "probability": 0.77490234375}, {"start": 1197.42, "end": 1197.96, "word": " browser", "probability": 0.243896484375}, {"start": 1197.96, "end": 1197.96, "word": " program", "probability": 0.55908203125}, {"start": 1197.96, "end": 1198.42, "word": " for", "probability": 0.62255859375}, {"start": 1198.42, "end": 1198.84, "word": " you.", "probability": 0.95458984375}, {"start": 1199.36, "end": 1199.9, "word": " Let's", "probability": 0.68701171875}, {"start": 1199.9, "end": 1200.16, "word": " try", "probability": 0.9130859375}, {"start": 1200.16, "end": 1200.54, "word": " this.", "probability": 0.787109375}], "temperature": 1.0}, {"id": 49, "seek": 125381, "start": 1227.47, "end": 1253.81, "text": " Ok, what does this button open for me? Yes, it opened the browser. Of course, it needs to register an entry. Ok? So, let's turn on the browser. Is it clear how I turned on the browser? Do you understand what I mean? How I got the action view, which is the action of the browser, and through the data, you know, whatever it wants. Ok.", "tokens": [3477, 11, 437, 775, 341, 2960, 1269, 337, 385, 30, 1079, 11, 309, 5625, 264, 11185, 13, 2720, 1164, 11, 309, 2203, 281, 7280, 364, 8729, 13, 3477, 30, 407, 11, 718, 311, 1261, 322, 264, 11185, 13, 1119, 309, 1850, 577, 286, 3574, 322, 264, 11185, 30, 1144, 291, 1223, 437, 286, 914, 30, 1012, 286, 658, 264, 3069, 1910, 11, 597, 307, 264, 3069, 295, 264, 11185, 11, 293, 807, 264, 1412, 11, 291, 458, 11, 2035, 309, 2738, 13, 3477, 13], "avg_logprob": -0.6312499775606043, "compression_ratio": 1.645320197044335, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1227.47, "end": 1227.75, "word": " Ok,", "probability": 0.1300048828125}, {"start": 1227.81, "end": 1227.97, "word": " what", "probability": 0.132080078125}, {"start": 1227.97, "end": 1227.97, "word": " does", "probability": 0.175537109375}, {"start": 1227.97, "end": 1227.97, "word": " this", "probability": 0.255615234375}, {"start": 1227.97, "end": 1228.33, "word": " button", "probability": 0.5087890625}, {"start": 1228.33, "end": 1228.99, "word": " open", "probability": 0.339599609375}, {"start": 1228.99, "end": 1229.17, "word": " for", "probability": 0.47705078125}, {"start": 1229.17, "end": 1229.35, "word": " me?", "probability": 0.45361328125}, {"start": 1229.75, "end": 1230.23, "word": " Yes,", "probability": 0.364501953125}, {"start": 1230.37, "end": 1230.37, "word": " it", "probability": 0.80126953125}, {"start": 1230.37, "end": 1230.47, "word": " opened", "probability": 0.42822265625}, {"start": 1230.47, "end": 1230.67, "word": " the", "probability": 0.45947265625}, {"start": 1230.67, "end": 1230.93, "word": " browser.", "probability": 0.7802734375}, {"start": 1231.25, "end": 1231.51, "word": " Of", "probability": 0.5654296875}, {"start": 1231.51, "end": 1231.51, "word": " course,", "probability": 0.94677734375}, {"start": 1231.55, "end": 1231.57, "word": " it", "probability": 0.6357421875}, {"start": 1231.57, "end": 1231.73, "word": " needs", "probability": 0.333740234375}, {"start": 1231.73, "end": 1231.83, "word": " to", "probability": 0.58056640625}, {"start": 1231.83, "end": 1232.07, "word": " register", "probability": 0.50634765625}, {"start": 1232.07, "end": 1232.25, "word": " an", "probability": 0.39208984375}, {"start": 1232.25, "end": 1232.29, "word": " entry.", "probability": 0.39453125}, {"start": 1233.27, "end": 1233.51, "word": " Ok?", "probability": 0.44482421875}, {"start": 1234.13, "end": 1234.37, "word": " So,", "probability": 0.252197265625}, {"start": 1234.41, "end": 1235.01, "word": " let's", "probability": 0.49822998046875}, {"start": 1235.01, "end": 1235.17, "word": " turn", "probability": 0.1260986328125}, {"start": 1235.17, "end": 1235.93, "word": " on", "probability": 0.7890625}, {"start": 1235.93, "end": 1236.57, "word": " the", "probability": 0.79150390625}, {"start": 1236.57, "end": 1236.91, "word": " browser.", "probability": 0.83837890625}, {"start": 1238.69, "end": 1239.17, "word": " Is", "probability": 0.274658203125}, {"start": 1239.17, "end": 1241.95, "word": " it", "probability": 0.89111328125}, {"start": 1241.95, "end": 1242.11, "word": " clear", "probability": 0.8486328125}, {"start": 1242.11, "end": 1242.33, "word": " how", "probability": 0.611328125}, {"start": 1242.33, "end": 1242.77, "word": " I", "probability": 0.806640625}, {"start": 1242.77, "end": 1242.97, "word": " turned", "probability": 0.53125}, {"start": 1242.97, "end": 1243.11, "word": " on", "probability": 0.90869140625}, {"start": 1243.11, "end": 1243.27, "word": " the", "probability": 0.89990234375}, {"start": 1243.27, "end": 1243.55, "word": " browser?", "probability": 0.83984375}, {"start": 1243.63, "end": 1243.77, "word": " Do", "probability": 0.50390625}, {"start": 1243.77, "end": 1243.93, "word": " you", "probability": 0.85595703125}, {"start": 1243.93, "end": 1243.93, "word": " understand", "probability": 0.61181640625}, {"start": 1243.93, "end": 1244.15, "word": " what", "probability": 0.72705078125}, {"start": 1244.15, "end": 1244.35, "word": " I", "probability": 0.86474609375}, {"start": 1244.35, "end": 1244.71, "word": " mean?", "probability": 0.60693359375}, {"start": 1245.19, "end": 1245.51, "word": " How", "probability": 0.3642578125}, {"start": 1245.51, "end": 1245.97, "word": " I", "probability": 0.56005859375}, {"start": 1245.97, "end": 1246.45, "word": " got", "probability": 0.282470703125}, {"start": 1246.45, "end": 1246.73, "word": " the", "probability": 0.55712890625}, {"start": 1246.73, "end": 1246.97, "word": " action", "probability": 0.42236328125}, {"start": 1246.97, "end": 1247.31, "word": " view,", "probability": 0.84326171875}, {"start": 1247.39, "end": 1247.43, "word": " which", "probability": 0.89013671875}, {"start": 1247.43, "end": 1247.57, "word": " is", "probability": 0.89208984375}, {"start": 1247.57, "end": 1248.03, "word": " the", "probability": 0.40234375}, {"start": 1248.03, "end": 1248.49, "word": " action", "probability": 0.6484375}, {"start": 1248.49, "end": 1249.31, "word": " of", "probability": 0.65673828125}, {"start": 1249.31, "end": 1249.45, "word": " the", "probability": 0.89599609375}, {"start": 1249.45, "end": 1249.81, "word": " browser,", "probability": 0.8134765625}, {"start": 1249.95, "end": 1250.01, "word": " and", "probability": 0.669921875}, {"start": 1250.01, "end": 1250.21, "word": " through", "probability": 0.7646484375}, {"start": 1250.21, "end": 1250.51, "word": " the", "probability": 0.75439453125}, {"start": 1250.51, "end": 1250.79, "word": " data,", "probability": 0.9228515625}, {"start": 1250.95, "end": 1251.17, "word": " you", "probability": 0.1798095703125}, {"start": 1251.17, "end": 1251.17, "word": " know,", "probability": 0.84423828125}, {"start": 1251.95, "end": 1252.89, "word": " whatever", "probability": 0.47705078125}, {"start": 1252.89, "end": 1253.05, "word": " it", "probability": 0.68310546875}, {"start": 1253.05, "end": 1253.25, "word": " wants.", "probability": 0.7626953125}, {"start": 1253.51, "end": 1253.81, "word": " Ok.", "probability": 0.75634765625}], "temperature": 1.0}, {"id": 50, "seek": 128680, "start": 1257.72, "end": 1286.8, "text": " Because I have on my device, or before this, sometimes if I called action, it was not available on the device. Action and view are definitely available. But suppose I called action, it was not available. For example, if I say like this, ABC, okay? There is no activity that has action ABC. So this gate will always give me an error.", "tokens": [1436, 286, 362, 322, 452, 4302, 11, 420, 949, 341, 11, 2171, 498, 286, 1219, 3069, 11, 309, 390, 406, 2435, 322, 264, 4302, 13, 16261, 293, 1910, 366, 2138, 2435, 13, 583, 7297, 286, 1219, 3069, 11, 309, 390, 406, 2435, 13, 1171, 1365, 11, 498, 286, 584, 411, 341, 11, 22342, 11, 1392, 30, 821, 307, 572, 5191, 300, 575, 3069, 22342, 13, 407, 341, 8539, 486, 1009, 976, 385, 364, 6713, 13], "avg_logprob": -0.5452302725691545, "compression_ratio": 1.6485148514851484, "no_speech_prob": 0.0, "words": [{"start": 1257.72, "end": 1258.24, "word": " Because", "probability": 0.3486328125}, {"start": 1258.24, "end": 1258.76, "word": " I", "probability": 0.324951171875}, {"start": 1258.76, "end": 1259.0, "word": " have", "probability": 0.79931640625}, {"start": 1259.0, "end": 1259.14, "word": " on", "probability": 0.6494140625}, {"start": 1259.14, "end": 1259.26, "word": " my", "probability": 0.95654296875}, {"start": 1259.26, "end": 1259.52, "word": " device,", "probability": 0.458984375}, {"start": 1260.08, "end": 1260.66, "word": " or", "probability": 0.5703125}, {"start": 1260.66, "end": 1260.88, "word": " before", "probability": 0.80029296875}, {"start": 1260.88, "end": 1261.2, "word": " this,", "probability": 0.60498046875}, {"start": 1261.88, "end": 1262.68, "word": " sometimes", "probability": 0.7021484375}, {"start": 1262.68, "end": 1264.12, "word": " if", "probability": 0.73486328125}, {"start": 1264.12, "end": 1264.56, "word": " I", "probability": 0.93798828125}, {"start": 1264.56, "end": 1264.88, "word": " called", "probability": 0.1923828125}, {"start": 1264.88, "end": 1265.44, "word": " action,", "probability": 0.62646484375}, {"start": 1265.54, "end": 1265.66, "word": " it", "probability": 0.72509765625}, {"start": 1265.66, "end": 1265.84, "word": " was", "probability": 0.33984375}, {"start": 1265.84, "end": 1265.9, "word": " not", "probability": 0.9248046875}, {"start": 1265.9, "end": 1266.44, "word": " available", "probability": 0.253662109375}, {"start": 1266.44, "end": 1266.9, "word": " on", "probability": 0.41015625}, {"start": 1266.9, "end": 1267.38, "word": " the", "probability": 0.46826171875}, {"start": 1267.38, "end": 1267.66, "word": " device.", "probability": 0.9228515625}, {"start": 1268.98, "end": 1269.5, "word": " Action", "probability": 0.16650390625}, {"start": 1269.5, "end": 1269.68, "word": " and", "probability": 0.6767578125}, {"start": 1269.68, "end": 1269.8, "word": " view", "probability": 0.705078125}, {"start": 1269.8, "end": 1269.9, "word": " are", "probability": 0.50634765625}, {"start": 1269.9, "end": 1270.1, "word": " definitely", "probability": 0.211181640625}, {"start": 1270.1, "end": 1270.38, "word": " available.", "probability": 0.576171875}, {"start": 1270.58, "end": 1270.74, "word": " But", "probability": 0.83837890625}, {"start": 1270.74, "end": 1271.08, "word": " suppose", "probability": 0.40576171875}, {"start": 1271.08, "end": 1271.34, "word": " I", "probability": 0.841796875}, {"start": 1271.34, "end": 1271.6, "word": " called", "probability": 0.8583984375}, {"start": 1271.6, "end": 1272.14, "word": " action,", "probability": 0.7841796875}, {"start": 1272.64, "end": 1273.0, "word": " it", "probability": 0.79345703125}, {"start": 1273.0, "end": 1273.18, "word": " was", "probability": 0.671875}, {"start": 1273.18, "end": 1273.22, "word": " not", "probability": 0.93896484375}, {"start": 1273.22, "end": 1273.58, "word": " available.", "probability": 0.646484375}, {"start": 1274.06, "end": 1274.34, "word": " For", "probability": 0.763671875}, {"start": 1274.34, "end": 1274.44, "word": " example,", "probability": 0.9560546875}, {"start": 1274.52, "end": 1274.6, "word": " if", "probability": 0.90771484375}, {"start": 1274.6, "end": 1274.76, "word": " I", "probability": 0.9853515625}, {"start": 1274.76, "end": 1274.94, "word": " say", "probability": 0.44482421875}, {"start": 1274.94, "end": 1275.2, "word": " like", "probability": 0.326171875}, {"start": 1275.2, "end": 1275.7, "word": " this,", "probability": 0.8896484375}, {"start": 1278.02, "end": 1278.66, "word": " ABC,", "probability": 0.537109375}, {"start": 1281.42, "end": 1281.6, "word": " okay?", "probability": 0.43896484375}, {"start": 1281.74, "end": 1281.96, "word": " There", "probability": 0.640625}, {"start": 1281.96, "end": 1281.98, "word": " is", "probability": 0.90771484375}, {"start": 1281.98, "end": 1282.08, "word": " no", "probability": 0.884765625}, {"start": 1282.08, "end": 1282.6, "word": " activity", "probability": 0.94140625}, {"start": 1282.6, "end": 1282.84, "word": " that", "probability": 0.61181640625}, {"start": 1282.84, "end": 1282.94, "word": " has", "probability": 0.93701171875}, {"start": 1282.94, "end": 1283.38, "word": " action", "probability": 0.77490234375}, {"start": 1283.38, "end": 1284.36, "word": " ABC.", "probability": 0.8623046875}, {"start": 1284.58, "end": 1284.68, "word": " So", "probability": 0.6259765625}, {"start": 1284.68, "end": 1284.82, "word": " this", "probability": 0.65283203125}, {"start": 1284.82, "end": 1285.0, "word": " gate", "probability": 0.76123046875}, {"start": 1285.0, "end": 1285.38, "word": " will", "probability": 0.7626953125}, {"start": 1285.38, "end": 1285.38, "word": " always", "probability": 0.299560546875}, {"start": 1285.38, "end": 1285.7, "word": " give", "probability": 0.42724609375}, {"start": 1285.7, "end": 1286.04, "word": " me", "probability": 0.759765625}, {"start": 1286.04, "end": 1286.68, "word": " an", "probability": 0.342041015625}, {"start": 1286.68, "end": 1286.8, "word": " error.", "probability": 0.88671875}], "temperature": 1.0}, {"id": 51, "seek": 130321, "start": 1287.61, "end": 1303.21, "text": " So it's good that we made a step to avoid this mistake. If there is a problem with the action or you don't find any application running, suppose the device doesn't have a browser, a device without a browser, it will give you an error, okay? So we just need to put", "tokens": [407, 309, 311, 665, 300, 321, 1027, 257, 1823, 281, 5042, 341, 6146, 13, 759, 456, 307, 257, 1154, 365, 264, 3069, 420, 291, 500, 380, 915, 604, 3861, 2614, 11, 7297, 264, 4302, 1177, 380, 362, 257, 11185, 11, 257, 4302, 1553, 257, 11185, 11, 309, 486, 976, 291, 364, 6713, 11, 1392, 30, 407, 321, 445, 643, 281, 829], "avg_logprob": -0.5685484130536357, "compression_ratio": 1.4831460674157304, "no_speech_prob": 0.0, "words": [{"start": 1287.61, "end": 1287.95, "word": " So", "probability": 0.27294921875}, {"start": 1287.95, "end": 1288.35, "word": " it's", "probability": 0.4683837890625}, {"start": 1288.35, "end": 1288.35, "word": " good", "probability": 0.54052734375}, {"start": 1288.35, "end": 1288.51, "word": " that", "probability": 0.31103515625}, {"start": 1288.51, "end": 1288.85, "word": " we", "probability": 0.8984375}, {"start": 1288.85, "end": 1289.13, "word": " made", "probability": 0.34423828125}, {"start": 1289.13, "end": 1289.91, "word": " a", "probability": 0.86474609375}, {"start": 1289.91, "end": 1290.15, "word": " step", "probability": 0.7802734375}, {"start": 1290.15, "end": 1290.51, "word": " to", "probability": 0.55224609375}, {"start": 1290.51, "end": 1290.91, "word": " avoid", "probability": 0.1224365234375}, {"start": 1290.91, "end": 1291.05, "word": " this", "probability": 0.66796875}, {"start": 1291.05, "end": 1291.29, "word": " mistake.", "probability": 0.5615234375}, {"start": 1291.53, "end": 1291.61, "word": " If", "probability": 0.9111328125}, {"start": 1291.61, "end": 1291.93, "word": " there", "probability": 0.85107421875}, {"start": 1291.93, "end": 1291.97, "word": " is", "probability": 0.405029296875}, {"start": 1291.97, "end": 1292.07, "word": " a", "probability": 0.72021484375}, {"start": 1292.07, "end": 1292.27, "word": " problem", "probability": 0.826171875}, {"start": 1292.27, "end": 1292.41, "word": " with", "probability": 0.529296875}, {"start": 1292.41, "end": 1292.51, "word": " the", "probability": 0.5556640625}, {"start": 1292.51, "end": 1292.91, "word": " action", "probability": 0.80859375}, {"start": 1292.91, "end": 1293.65, "word": " or", "probability": 0.6005859375}, {"start": 1293.65, "end": 1293.73, "word": " you", "probability": 0.353759765625}, {"start": 1293.73, "end": 1293.77, "word": " don't", "probability": 0.668212890625}, {"start": 1293.77, "end": 1293.99, "word": " find", "probability": 0.72265625}, {"start": 1293.99, "end": 1294.21, "word": " any", "probability": 0.77294921875}, {"start": 1294.21, "end": 1294.53, "word": " application", "probability": 0.6025390625}, {"start": 1294.53, "end": 1294.89, "word": " running,", "probability": 0.480224609375}, {"start": 1296.03, "end": 1296.43, "word": " suppose", "probability": 0.255615234375}, {"start": 1296.43, "end": 1296.83, "word": " the", "probability": 0.345703125}, {"start": 1296.83, "end": 1297.07, "word": " device", "probability": 0.87939453125}, {"start": 1297.07, "end": 1297.23, "word": " doesn't", "probability": 0.762939453125}, {"start": 1297.23, "end": 1297.37, "word": " have", "probability": 0.9306640625}, {"start": 1297.37, "end": 1297.45, "word": " a", "probability": 0.84521484375}, {"start": 1297.45, "end": 1297.79, "word": " browser,", "probability": 0.87939453125}, {"start": 1298.07, "end": 1298.35, "word": " a", "probability": 0.213623046875}, {"start": 1298.35, "end": 1298.55, "word": " device", "probability": 0.873046875}, {"start": 1298.55, "end": 1299.21, "word": " without", "probability": 0.876953125}, {"start": 1299.21, "end": 1299.37, "word": " a", "probability": 0.79638671875}, {"start": 1299.37, "end": 1299.71, "word": " browser,", "probability": 0.8505859375}, {"start": 1300.05, "end": 1300.27, "word": " it", "probability": 0.7509765625}, {"start": 1300.27, "end": 1300.37, "word": " will", "probability": 0.76953125}, {"start": 1300.37, "end": 1300.53, "word": " give", "probability": 0.362060546875}, {"start": 1300.53, "end": 1300.75, "word": " you", "probability": 0.89599609375}, {"start": 1300.75, "end": 1300.79, "word": " an", "probability": 0.87255859375}, {"start": 1300.79, "end": 1300.95, "word": " error,", "probability": 0.91552734375}, {"start": 1301.39, "end": 1301.65, "word": " okay?", "probability": 0.54736328125}, {"start": 1302.49, "end": 1302.75, "word": " So", "probability": 0.72119140625}, {"start": 1302.75, "end": 1302.83, "word": " we", "probability": 0.62451171875}, {"start": 1302.83, "end": 1302.93, "word": " just", "probability": 0.171875}, {"start": 1302.93, "end": 1302.93, "word": " need", "probability": 0.36474609375}, {"start": 1302.93, "end": 1303.05, "word": " to", "probability": 0.96923828125}, {"start": 1303.05, "end": 1303.21, "word": " put", "probability": 0.429931640625}], "temperature": 1.0}, {"id": 52, "seek": 132980, "start": 1305.4, "end": 1329.8, "text": " For example, let's close the application. Why? Because if we search for an activity that has action ABC, it won't search for it. Let's go back to the browser. For example, I want it to check if this is really there or not. This or that. How do we check that the activity that we want to run is there?", "tokens": [1171, 1365, 11, 718, 311, 1998, 264, 3861, 13, 1545, 30, 1436, 498, 321, 3164, 337, 364, 5191, 300, 575, 3069, 22342, 11, 309, 1582, 380, 3164, 337, 309, 13, 961, 311, 352, 646, 281, 264, 11185, 13, 1171, 1365, 11, 286, 528, 309, 281, 1520, 498, 341, 307, 534, 456, 420, 406, 13, 639, 420, 300, 13, 1012, 360, 321, 1520, 300, 264, 5191, 300, 321, 528, 281, 1190, 307, 456, 30], "avg_logprob": -0.5793919160559371, "compression_ratio": 1.5925925925925926, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 1305.4, "end": 1306.0, "word": " For", "probability": 0.21875}, {"start": 1306.0, "end": 1306.6, "word": " example,", "probability": 0.8994140625}, {"start": 1307.04, "end": 1307.8, "word": " let's", "probability": 0.47821044921875}, {"start": 1307.8, "end": 1308.06, "word": " close", "probability": 0.54296875}, {"start": 1308.06, "end": 1308.2, "word": " the", "probability": 0.66064453125}, {"start": 1308.2, "end": 1308.58, "word": " application.", "probability": 0.412109375}, {"start": 1308.98, "end": 1309.44, "word": " Why?", "probability": 0.75830078125}, {"start": 1310.0, "end": 1310.28, "word": " Because", "probability": 0.5703125}, {"start": 1310.28, "end": 1310.48, "word": " if", "probability": 0.317626953125}, {"start": 1310.48, "end": 1310.82, "word": " we", "probability": 0.38427734375}, {"start": 1310.82, "end": 1311.08, "word": " search", "probability": 0.408447265625}, {"start": 1311.08, "end": 1311.26, "word": " for", "probability": 0.66748046875}, {"start": 1311.26, "end": 1311.34, "word": " an", "probability": 0.52294921875}, {"start": 1311.34, "end": 1311.66, "word": " activity", "probability": 0.7744140625}, {"start": 1311.66, "end": 1311.78, "word": " that", "probability": 0.349365234375}, {"start": 1311.78, "end": 1311.88, "word": " has", "probability": 0.82373046875}, {"start": 1311.88, "end": 1312.2, "word": " action", "probability": 0.5732421875}, {"start": 1312.2, "end": 1312.58, "word": " ABC,", "probability": 0.63427734375}, {"start": 1313.74, "end": 1313.9, "word": " it", "probability": 0.701171875}, {"start": 1313.9, "end": 1313.96, "word": " won't", "probability": 0.59869384765625}, {"start": 1313.96, "end": 1314.22, "word": " search", "probability": 0.278564453125}, {"start": 1314.22, "end": 1314.4, "word": " for", "probability": 0.384521484375}, {"start": 1314.4, "end": 1314.4, "word": " it.", "probability": 0.81640625}, {"start": 1314.86, "end": 1315.46, "word": " Let's", "probability": 0.884033203125}, {"start": 1315.46, "end": 1315.56, "word": " go", "probability": 0.67724609375}, {"start": 1315.56, "end": 1315.62, "word": " back", "probability": 0.85107421875}, {"start": 1315.62, "end": 1315.74, "word": " to", "probability": 0.96044921875}, {"start": 1315.74, "end": 1315.82, "word": " the", "probability": 0.87646484375}, {"start": 1315.82, "end": 1316.14, "word": " browser.", "probability": 0.833984375}, {"start": 1316.34, "end": 1316.46, "word": " For", "probability": 0.383544921875}, {"start": 1316.46, "end": 1316.84, "word": " example,", "probability": 0.921875}, {"start": 1317.1, "end": 1317.14, "word": " I", "probability": 0.444580078125}, {"start": 1317.14, "end": 1317.32, "word": " want", "probability": 0.474853515625}, {"start": 1317.32, "end": 1317.9, "word": " it", "probability": 0.351318359375}, {"start": 1317.9, "end": 1318.6, "word": " to", "probability": 0.95263671875}, {"start": 1318.6, "end": 1318.9, "word": " check", "probability": 0.62109375}, {"start": 1318.9, "end": 1319.88, "word": " if", "probability": 0.478759765625}, {"start": 1319.88, "end": 1321.04, "word": " this", "probability": 0.467041015625}, {"start": 1321.04, "end": 1321.58, "word": " is", "probability": 0.258056640625}, {"start": 1321.58, "end": 1321.58, "word": " really", "probability": 0.481689453125}, {"start": 1321.58, "end": 1322.24, "word": " there", "probability": 0.417236328125}, {"start": 1322.24, "end": 1322.76, "word": " or", "probability": 0.83447265625}, {"start": 1322.76, "end": 1323.84, "word": " not.", "probability": 0.91162109375}, {"start": 1325.02, "end": 1325.48, "word": " This", "probability": 0.1837158203125}, {"start": 1325.48, "end": 1325.66, "word": " or", "probability": 0.304443359375}, {"start": 1325.66, "end": 1325.92, "word": " that.", "probability": 0.42626953125}, {"start": 1326.0, "end": 1326.32, "word": " How", "probability": 0.274658203125}, {"start": 1326.32, "end": 1327.14, "word": " do", "probability": 0.474853515625}, {"start": 1327.14, "end": 1327.2, "word": " we", "probability": 0.79443359375}, {"start": 1327.2, "end": 1327.6, "word": " check", "probability": 0.6484375}, {"start": 1327.6, "end": 1327.86, "word": " that", "probability": 0.453369140625}, {"start": 1327.86, "end": 1327.98, "word": " the", "probability": 0.73681640625}, {"start": 1327.98, "end": 1328.3, "word": " activity", "probability": 0.89794921875}, {"start": 1328.3, "end": 1328.36, "word": " that", "probability": 0.41064453125}, {"start": 1328.36, "end": 1328.48, "word": " we", "probability": 0.81396484375}, {"start": 1328.48, "end": 1328.6, "word": " want", "probability": 0.59228515625}, {"start": 1328.6, "end": 1328.6, "word": " to", "probability": 0.94287109375}, {"start": 1328.6, "end": 1328.82, "word": " run", "probability": 0.7314453125}, {"start": 1328.82, "end": 1329.5, "word": " is", "probability": 0.52294921875}, {"start": 1329.5, "end": 1329.8, "word": " there?", "probability": 0.49462890625}], "temperature": 1.0}, {"id": 53, "seek": 133484, "start": 1333.26, "end": 1334.84, "text": "to see if the activity is present or not.", "tokens": [1353, 536, 498, 264, 5191, 307, 1974, 420, 406, 13], "avg_logprob": -0.5007102272727273, "compression_ratio": 0.8367346938775511, "no_speech_prob": 0.0, "words": [{"start": 1333.26, "end": 1333.48, "word": "to", "probability": 0.14453125}, {"start": 1333.48, "end": 1333.58, "word": " see", "probability": 0.46435546875}, {"start": 1333.58, "end": 1333.68, "word": " if", "probability": 0.78662109375}, {"start": 1333.68, "end": 1333.74, "word": " the", "probability": 0.6015625}, {"start": 1333.74, "end": 1334.06, "word": " activity", "probability": 0.89111328125}, {"start": 1334.06, "end": 1334.24, "word": " is", "probability": 0.52587890625}, {"start": 1334.24, "end": 1334.5, "word": " present", "probability": 0.5341796875}, {"start": 1334.5, "end": 1334.68, "word": " or", "probability": 0.8603515625}, {"start": 1334.68, "end": 1334.84, "word": " not.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 54, "seek": 138713, "start": 1358.25, "end": 1387.13, "text": " Ok, look with me, I wrote these two lines because of this verification process First of all, I learned a method called GetPackageManager This method is present in the current class Right or not? Or you don't know if it's right or not? GetPackageManager, where is it? It's not written here, it's written where? In the superclass This PackageManager, guys, is actually a component in Android It contains information about all applications and the names of the packages it has prepared and the files in it", "tokens": [3477, 11, 574, 365, 385, 11, 286, 4114, 613, 732, 3876, 570, 295, 341, 30206, 1399, 2386, 295, 439, 11, 286, 3264, 257, 3170, 1219, 3240, 47, 501, 609, 6652, 3557, 639, 3170, 307, 1974, 294, 264, 2190, 1508, 1779, 420, 406, 30, 1610, 291, 500, 380, 458, 498, 309, 311, 558, 420, 406, 30, 3240, 47, 501, 609, 6652, 3557, 11, 689, 307, 309, 30, 467, 311, 406, 3720, 510, 11, 309, 311, 3720, 689, 30, 682, 264, 1687, 11665, 639, 18466, 609, 6652, 3557, 11, 1074, 11, 307, 767, 257, 6542, 294, 8853, 467, 8306, 1589, 466, 439, 5821, 293, 264, 5288, 295, 264, 17401, 309, 575, 4927, 293, 264, 7098, 294, 309], "avg_logprob": -0.44342672773476305, "compression_ratio": 1.7526132404181185, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1358.25, "end": 1358.57, "word": " Ok,", "probability": 0.255126953125}, {"start": 1358.65, "end": 1358.85, "word": " look", "probability": 0.63720703125}, {"start": 1358.85, "end": 1359.05, "word": " with", "probability": 0.323486328125}, {"start": 1359.05, "end": 1359.25, "word": " me,", "probability": 0.96435546875}, {"start": 1359.47, "end": 1359.89, "word": " I", "probability": 0.921875}, {"start": 1359.89, "end": 1360.09, "word": " wrote", "probability": 0.86865234375}, {"start": 1360.09, "end": 1360.23, "word": " these", "probability": 0.53564453125}, {"start": 1360.23, "end": 1360.61, "word": " two", "probability": 0.640625}, {"start": 1360.61, "end": 1360.61, "word": " lines", "probability": 0.90234375}, {"start": 1360.61, "end": 1361.35, "word": " because", "probability": 0.325927734375}, {"start": 1361.35, "end": 1362.07, "word": " of", "probability": 0.8662109375}, {"start": 1362.07, "end": 1362.37, "word": " this", "probability": 0.5419921875}, {"start": 1362.37, "end": 1362.67, "word": " verification", "probability": 0.27783203125}, {"start": 1362.67, "end": 1362.87, "word": " process", "probability": 0.83056640625}, {"start": 1362.87, "end": 1363.83, "word": " First", "probability": 0.40087890625}, {"start": 1363.83, "end": 1363.97, "word": " of", "probability": 0.394287109375}, {"start": 1363.97, "end": 1364.17, "word": " all,", "probability": 0.9482421875}, {"start": 1364.57, "end": 1364.97, "word": " I", "probability": 0.525390625}, {"start": 1364.97, "end": 1364.97, "word": " learned", "probability": 0.226806640625}, {"start": 1364.97, "end": 1365.25, "word": " a", "probability": 0.5810546875}, {"start": 1365.25, "end": 1365.25, "word": " method", "probability": 0.9091796875}, {"start": 1365.25, "end": 1365.55, "word": " called", "probability": 0.61328125}, {"start": 1365.55, "end": 1366.45, "word": " GetPackageManager", "probability": 0.8258463541666666}, {"start": 1366.45, "end": 1367.77, "word": " This", "probability": 0.440673828125}, {"start": 1367.77, "end": 1368.29, "word": " method", "probability": 0.8095703125}, {"start": 1368.29, "end": 1368.69, "word": " is", "probability": 0.7763671875}, {"start": 1368.69, "end": 1368.95, "word": " present", "probability": 0.37255859375}, {"start": 1368.95, "end": 1369.07, "word": " in", "probability": 0.8974609375}, {"start": 1369.07, "end": 1369.15, "word": " the", "probability": 0.646484375}, {"start": 1369.15, "end": 1369.75, "word": " current", "probability": 0.67431640625}, {"start": 1369.75, "end": 1369.75, "word": " class", "probability": 0.91748046875}, {"start": 1369.75, "end": 1370.57, "word": " Right", "probability": 0.380859375}, {"start": 1370.57, "end": 1370.71, "word": " or", "probability": 0.92578125}, {"start": 1370.71, "end": 1370.89, "word": " not?", "probability": 0.481201171875}, {"start": 1371.31, "end": 1371.63, "word": " Or", "probability": 0.69482421875}, {"start": 1371.63, "end": 1371.73, "word": " you", "probability": 0.576171875}, {"start": 1371.73, "end": 1371.77, "word": " don't", "probability": 0.822998046875}, {"start": 1371.77, "end": 1372.01, "word": " know", "probability": 0.8955078125}, {"start": 1372.01, "end": 1372.15, "word": " if", "probability": 0.263671875}, {"start": 1372.15, "end": 1372.15, "word": " it's", "probability": 0.701171875}, {"start": 1372.15, "end": 1372.27, "word": " right", "probability": 0.65771484375}, {"start": 1372.27, "end": 1372.39, "word": " or", "probability": 0.93359375}, {"start": 1372.39, "end": 1372.51, "word": " not?", "probability": 0.8974609375}, {"start": 1373.69, "end": 1374.25, "word": " GetPackageManager,", "probability": 0.8013102213541666}, {"start": 1374.27, "end": 1374.55, "word": " where", "probability": 0.587890625}, {"start": 1374.55, "end": 1374.71, "word": " is", "probability": 0.87841796875}, {"start": 1374.71, "end": 1374.71, "word": " it?", "probability": 0.90771484375}, {"start": 1374.73, "end": 1374.87, "word": " It's", "probability": 0.699462890625}, {"start": 1374.87, "end": 1374.89, "word": " not", "probability": 0.87744140625}, {"start": 1374.89, "end": 1375.19, "word": " written", "probability": 0.88037109375}, {"start": 1375.19, "end": 1375.45, "word": " here,", "probability": 0.8037109375}, {"start": 1375.51, "end": 1375.57, "word": " it's", "probability": 0.735107421875}, {"start": 1375.57, "end": 1375.81, "word": " written", "probability": 0.94384765625}, {"start": 1375.81, "end": 1376.03, "word": " where?", "probability": 0.7626953125}, {"start": 1376.31, "end": 1376.67, "word": " In", "probability": 0.857421875}, {"start": 1376.67, "end": 1376.75, "word": " the", "probability": 0.77294921875}, {"start": 1376.75, "end": 1377.29, "word": " superclass", "probability": 0.68310546875}, {"start": 1377.29, "end": 1377.79, "word": " This", "probability": 0.6962890625}, {"start": 1377.79, "end": 1378.53, "word": " PackageManager,", "probability": 0.7645263671875}, {"start": 1379.09, "end": 1379.09, "word": " guys,", "probability": 0.73046875}, {"start": 1379.49, "end": 1379.59, "word": " is", "probability": 0.70654296875}, {"start": 1379.59, "end": 1379.93, "word": " actually", "probability": 0.395263671875}, {"start": 1379.93, "end": 1380.43, "word": " a", "probability": 0.88623046875}, {"start": 1380.43, "end": 1380.95, "word": " component", "probability": 0.87744140625}, {"start": 1380.95, "end": 1381.19, "word": " in", "probability": 0.85400390625}, {"start": 1381.19, "end": 1381.63, "word": " Android", "probability": 0.85986328125}, {"start": 1381.63, "end": 1382.11, "word": " It", "probability": 0.1971435546875}, {"start": 1382.11, "end": 1382.25, "word": " contains", "probability": 0.74658203125}, {"start": 1382.25, "end": 1382.59, "word": " information", "probability": 0.68798828125}, {"start": 1382.59, "end": 1383.05, "word": " about", "probability": 0.8359375}, {"start": 1383.05, "end": 1383.51, "word": " all", "probability": 0.90185546875}, {"start": 1383.51, "end": 1384.13, "word": " applications", "probability": 0.59228515625}, {"start": 1384.13, "end": 1384.45, "word": " and", "probability": 0.50341796875}, {"start": 1384.45, "end": 1384.55, "word": " the", "probability": 0.4248046875}, {"start": 1384.55, "end": 1384.71, "word": " names", "probability": 0.51416015625}, {"start": 1384.71, "end": 1384.89, "word": " of", "probability": 0.9384765625}, {"start": 1384.89, "end": 1384.95, "word": " the", "probability": 0.435302734375}, {"start": 1384.95, "end": 1385.25, "word": " packages", "probability": 0.890625}, {"start": 1385.25, "end": 1385.33, "word": " it", "probability": 0.414306640625}, {"start": 1385.33, "end": 1385.69, "word": " has", "probability": 0.294189453125}, {"start": 1385.69, "end": 1385.69, "word": " prepared", "probability": 0.354248046875}, {"start": 1385.69, "end": 1385.99, "word": " and", "probability": 0.70556640625}, {"start": 1385.99, "end": 1386.09, "word": " the", "probability": 0.669921875}, {"start": 1386.09, "end": 1386.39, "word": " files", "probability": 0.9033203125}, {"start": 1386.39, "end": 1386.79, "word": " in", "probability": 0.274658203125}, {"start": 1386.79, "end": 1387.13, "word": " it", "probability": 0.53466796875}], "temperature": 1.0}, {"id": 55, "seek": 139580, "start": 1389.34, "end": 1395.8, "text": " Actually, when the android searches for activity and searches if its action is present or not, it returns to whom?", "tokens": [5135, 11, 562, 264, 36157, 26701, 337, 5191, 293, 26701, 498, 1080, 3069, 307, 1974, 420, 406, 11, 309, 11247, 281, 7101, 30], "avg_logprob": -0.7454426983992258, "compression_ratio": 1.25, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1389.34, "end": 1389.78, "word": " Actually,", "probability": 0.05072021484375}, {"start": 1389.78, "end": 1390.22, "word": " when", "probability": 0.603515625}, {"start": 1390.22, "end": 1390.26, "word": " the", "probability": 0.267822265625}, {"start": 1390.26, "end": 1390.7, "word": " android", "probability": 0.818359375}, {"start": 1390.7, "end": 1391.48, "word": " searches", "probability": 0.348388671875}, {"start": 1391.48, "end": 1391.68, "word": " for", "probability": 0.623046875}, {"start": 1391.68, "end": 1392.22, "word": " activity", "probability": 0.607421875}, {"start": 1392.22, "end": 1393.18, "word": " and", "probability": 0.287353515625}, {"start": 1393.18, "end": 1393.48, "word": " searches", "probability": 0.462646484375}, {"start": 1393.48, "end": 1393.7, "word": " if", "probability": 0.398193359375}, {"start": 1393.7, "end": 1393.8, "word": " its", "probability": 0.3251953125}, {"start": 1393.8, "end": 1394.12, "word": " action", "probability": 0.86962890625}, {"start": 1394.12, "end": 1394.54, "word": " is", "probability": 0.572265625}, {"start": 1394.54, "end": 1394.84, "word": " present", "probability": 0.4404296875}, {"start": 1394.84, "end": 1395.0, "word": " or", "probability": 0.9013671875}, {"start": 1395.0, "end": 1395.14, "word": " not,", "probability": 0.91455078125}, {"start": 1395.22, "end": 1395.36, "word": " it", "probability": 0.49560546875}, {"start": 1395.36, "end": 1395.42, "word": " returns", "probability": 0.366943359375}, {"start": 1395.42, "end": 1395.6, "word": " to", "probability": 0.884765625}, {"start": 1395.6, "end": 1395.8, "word": " whom?", "probability": 0.0821533203125}], "temperature": 1.0}, {"id": 56, "seek": 141674, "start": 1396.64, "end": 1416.74, "text": " For the package manager, from his name package, which is the application made of what? From packages, okay? This is responsible for the application and files. The Android system itself goes back to the package manager to see if this action exists or not. So now, everything I did afterwards, did I bring the package manager and stored it in a variable called package manager? And then I went to my intent.", "tokens": [1171, 264, 7372, 6598, 11, 490, 702, 1315, 7372, 11, 597, 307, 264, 3861, 1027, 295, 437, 30, 3358, 17401, 11, 1392, 30, 639, 307, 6250, 337, 264, 3861, 293, 7098, 13, 440, 8853, 1185, 2564, 1709, 646, 281, 264, 7372, 6598, 281, 536, 498, 341, 3069, 8198, 420, 406, 13, 407, 586, 11, 1203, 286, 630, 10543, 11, 630, 286, 1565, 264, 7372, 6598, 293, 12187, 309, 294, 257, 7006, 1219, 7372, 6598, 30, 400, 550, 286, 1437, 281, 452, 8446, 13], "avg_logprob": -0.49813988379069735, "compression_ratio": 1.7652173913043478, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1396.64, "end": 1396.86, "word": " For", "probability": 0.08038330078125}, {"start": 1396.86, "end": 1396.96, "word": " the", "probability": 0.392822265625}, {"start": 1396.96, "end": 1397.16, "word": " package", "probability": 0.87255859375}, {"start": 1397.16, "end": 1397.56, "word": " manager,", "probability": 0.9462890625}, {"start": 1397.92, "end": 1398.04, "word": " from", "probability": 0.2098388671875}, {"start": 1398.04, "end": 1398.16, "word": " his", "probability": 0.346923828125}, {"start": 1398.16, "end": 1398.32, "word": " name", "probability": 0.73876953125}, {"start": 1398.32, "end": 1398.78, "word": " package,", "probability": 0.751953125}, {"start": 1398.88, "end": 1398.94, "word": " which", "probability": 0.470703125}, {"start": 1398.94, "end": 1399.1, "word": " is", "probability": 0.81005859375}, {"start": 1399.1, "end": 1399.24, "word": " the", "probability": 0.39501953125}, {"start": 1399.24, "end": 1399.52, "word": " application", "probability": 0.49560546875}, {"start": 1399.52, "end": 1399.84, "word": " made", "probability": 0.310302734375}, {"start": 1399.84, "end": 1400.08, "word": " of", "probability": 0.41064453125}, {"start": 1400.08, "end": 1400.28, "word": " what?", "probability": 0.462646484375}, {"start": 1400.38, "end": 1400.5, "word": " From", "probability": 0.268310546875}, {"start": 1400.5, "end": 1401.02, "word": " packages,", "probability": 0.8681640625}, {"start": 1401.44, "end": 1401.62, "word": " okay?", "probability": 0.267578125}, {"start": 1402.0, "end": 1402.22, "word": " This", "probability": 0.45263671875}, {"start": 1402.22, "end": 1402.3, "word": " is", "probability": 0.71875}, {"start": 1402.3, "end": 1402.58, "word": " responsible", "probability": 0.5947265625}, {"start": 1402.58, "end": 1402.78, "word": " for", "probability": 0.88037109375}, {"start": 1402.78, "end": 1402.88, "word": " the", "probability": 0.44873046875}, {"start": 1402.88, "end": 1403.16, "word": " application", "probability": 0.8916015625}, {"start": 1403.16, "end": 1403.28, "word": " and", "probability": 0.86376953125}, {"start": 1403.28, "end": 1403.52, "word": " files.", "probability": 0.68701171875}, {"start": 1404.08, "end": 1404.26, "word": " The", "probability": 0.75634765625}, {"start": 1404.26, "end": 1404.48, "word": " Android", "probability": 0.72021484375}, {"start": 1404.48, "end": 1404.9, "word": " system", "probability": 0.88232421875}, {"start": 1404.9, "end": 1405.18, "word": " itself", "probability": 0.36181640625}, {"start": 1405.18, "end": 1405.32, "word": " goes", "probability": 0.2978515625}, {"start": 1405.32, "end": 1405.5, "word": " back", "probability": 0.7333984375}, {"start": 1405.5, "end": 1405.52, "word": " to", "probability": 0.962890625}, {"start": 1405.52, "end": 1405.62, "word": " the", "probability": 0.74365234375}, {"start": 1405.62, "end": 1405.82, "word": " package", "probability": 0.97802734375}, {"start": 1405.82, "end": 1406.14, "word": " manager", "probability": 0.94677734375}, {"start": 1406.14, "end": 1406.36, "word": " to", "probability": 0.8671875}, {"start": 1406.36, "end": 1406.8, "word": " see", "probability": 0.72705078125}, {"start": 1406.8, "end": 1407.72, "word": " if", "probability": 0.63720703125}, {"start": 1407.72, "end": 1407.98, "word": " this", "probability": 0.74609375}, {"start": 1407.98, "end": 1408.4, "word": " action", "probability": 0.92626953125}, {"start": 1408.4, "end": 1408.94, "word": " exists", "probability": 0.57421875}, {"start": 1408.94, "end": 1409.1, "word": " or", "probability": 0.9365234375}, {"start": 1409.1, "end": 1409.32, "word": " not.", "probability": 0.9326171875}, {"start": 1409.9, "end": 1410.02, "word": " So", "probability": 0.358642578125}, {"start": 1410.02, "end": 1410.3, "word": " now,", "probability": 0.481689453125}, {"start": 1410.4, "end": 1410.6, "word": " everything", "probability": 0.40283203125}, {"start": 1410.6, "end": 1410.8, "word": " I", "probability": 0.50048828125}, {"start": 1410.8, "end": 1410.96, "word": " did", "probability": 0.7158203125}, {"start": 1410.96, "end": 1411.36, "word": " afterwards,", "probability": 0.343017578125}, {"start": 1411.6, "end": 1411.82, "word": " did", "probability": 0.62451171875}, {"start": 1411.82, "end": 1412.04, "word": " I", "probability": 0.8662109375}, {"start": 1412.04, "end": 1412.04, "word": " bring", "probability": 0.6201171875}, {"start": 1412.04, "end": 1412.16, "word": " the", "probability": 0.8388671875}, {"start": 1412.16, "end": 1412.38, "word": " package", "probability": 0.98046875}, {"start": 1412.38, "end": 1412.7, "word": " manager", "probability": 0.9521484375}, {"start": 1412.7, "end": 1412.82, "word": " and", "probability": 0.8369140625}, {"start": 1412.82, "end": 1413.08, "word": " stored", "probability": 0.455078125}, {"start": 1413.08, "end": 1413.28, "word": " it", "probability": 0.72412109375}, {"start": 1413.28, "end": 1413.3, "word": " in", "probability": 0.8701171875}, {"start": 1413.3, "end": 1413.38, "word": " a", "probability": 0.84716796875}, {"start": 1413.38, "end": 1413.7, "word": " variable", "probability": 0.6904296875}, {"start": 1413.7, "end": 1414.02, "word": " called", "probability": 0.73583984375}, {"start": 1414.02, "end": 1414.82, "word": " package", "probability": 0.8740234375}, {"start": 1414.82, "end": 1415.16, "word": " manager?", "probability": 0.9072265625}, {"start": 1415.44, "end": 1415.66, "word": " And", "probability": 0.8251953125}, {"start": 1415.66, "end": 1415.86, "word": " then", "probability": 0.79833984375}, {"start": 1415.86, "end": 1416.04, "word": " I", "probability": 0.56591796875}, {"start": 1416.04, "end": 1416.18, "word": " went", "probability": 0.54638671875}, {"start": 1416.18, "end": 1416.32, "word": " to", "probability": 0.91015625}, {"start": 1416.32, "end": 1416.38, "word": " my", "probability": 0.77783203125}, {"start": 1416.38, "end": 1416.74, "word": " intent.", "probability": 0.7578125}], "temperature": 1.0}, {"id": 57, "seek": 144651, "start": 1419.39, "end": 1446.51, "text": " After I set up the action and the data, I gave it an intent and it came up with a method called ResolveActivity. What is the word Resolve? It's like a solution, okay? And I passed it to whom? The manager. Yes, the manager. Now, if I get information about the activity, I return it to him with an object of the type ActivityInfo. If I don't get it, I return it to null. Okay? So, I check everything. If ResolveActivity doesn't return null, what does it mean?", "tokens": [2381, 286, 992, 493, 264, 3069, 293, 264, 1412, 11, 286, 2729, 309, 364, 8446, 293, 309, 1361, 493, 365, 257, 3170, 1219, 5015, 37361, 30338, 4253, 13, 708, 307, 264, 1349, 5015, 37361, 30, 467, 311, 411, 257, 3827, 11, 1392, 30, 400, 286, 4678, 309, 281, 7101, 30, 440, 6598, 13, 1079, 11, 264, 6598, 13, 823, 11, 498, 286, 483, 1589, 466, 264, 5191, 11, 286, 2736, 309, 281, 796, 365, 364, 2657, 295, 264, 2010, 3251, 4253, 4575, 16931, 13, 759, 286, 500, 380, 483, 309, 11, 286, 2736, 309, 281, 18184, 13, 1033, 30, 407, 11, 286, 1520, 1203, 13, 759, 5015, 37361, 30338, 4253, 1177, 380, 2736, 18184, 11, 437, 775, 309, 914, 30], "avg_logprob": -0.4615185871597164, "compression_ratio": 1.7218045112781954, "no_speech_prob": 0.0, "words": [{"start": 1419.39, "end": 1419.71, "word": " After", "probability": 0.6494140625}, {"start": 1419.71, "end": 1420.03, "word": " I", "probability": 0.63134765625}, {"start": 1420.03, "end": 1420.35, "word": " set", "probability": 0.254638671875}, {"start": 1420.35, "end": 1420.45, "word": " up", "probability": 0.431884765625}, {"start": 1420.45, "end": 1420.55, "word": " the", "probability": 0.57763671875}, {"start": 1420.55, "end": 1420.91, "word": " action", "probability": 0.7392578125}, {"start": 1420.91, "end": 1421.11, "word": " and", "probability": 0.74853515625}, {"start": 1421.11, "end": 1421.59, "word": " the", "probability": 0.27490234375}, {"start": 1421.59, "end": 1422.05, "word": " data,", "probability": 0.90625}, {"start": 1422.53, "end": 1422.75, "word": " I", "probability": 0.82666015625}, {"start": 1422.75, "end": 1422.89, "word": " gave", "probability": 0.1937255859375}, {"start": 1422.89, "end": 1423.03, "word": " it", "probability": 0.7041015625}, {"start": 1423.03, "end": 1423.09, "word": " an", "probability": 0.64697265625}, {"start": 1423.09, "end": 1423.43, "word": " intent", "probability": 0.8466796875}, {"start": 1423.43, "end": 1423.57, "word": " and", "probability": 0.65087890625}, {"start": 1423.57, "end": 1423.65, "word": " it", "probability": 0.216064453125}, {"start": 1423.65, "end": 1423.85, "word": " came", "probability": 0.1820068359375}, {"start": 1423.85, "end": 1423.93, "word": " up", "probability": 0.9267578125}, {"start": 1423.93, "end": 1424.05, "word": " with", "probability": 0.89794921875}, {"start": 1424.05, "end": 1424.13, "word": " a", "probability": 0.8642578125}, {"start": 1424.13, "end": 1424.35, "word": " method", "probability": 0.9306640625}, {"start": 1424.35, "end": 1424.67, "word": " called", "probability": 0.66357421875}, {"start": 1424.67, "end": 1427.21, "word": " ResolveActivity.", "probability": 0.73406982421875}, {"start": 1428.07, "end": 1428.39, "word": " What", "probability": 0.36279296875}, {"start": 1428.39, "end": 1428.49, "word": " is", "probability": 0.455078125}, {"start": 1428.49, "end": 1428.49, "word": " the", "probability": 0.61767578125}, {"start": 1428.49, "end": 1428.49, "word": " word", "probability": 0.72412109375}, {"start": 1428.49, "end": 1429.25, "word": " Resolve?", "probability": 0.57562255859375}, {"start": 1429.77, "end": 1430.09, "word": " It's", "probability": 0.3648681640625}, {"start": 1430.09, "end": 1430.23, "word": " like", "probability": 0.73291015625}, {"start": 1430.23, "end": 1430.35, "word": " a", "probability": 0.265380859375}, {"start": 1430.35, "end": 1430.51, "word": " solution,", "probability": 0.876953125}, {"start": 1430.89, "end": 1431.07, "word": " okay?", "probability": 0.24755859375}, {"start": 1431.61, "end": 1431.81, "word": " And", "probability": 0.615234375}, {"start": 1431.81, "end": 1431.91, "word": " I", "probability": 0.5478515625}, {"start": 1431.91, "end": 1432.15, "word": " passed", "probability": 0.402099609375}, {"start": 1432.15, "end": 1432.33, "word": " it", "probability": 0.82958984375}, {"start": 1432.33, "end": 1432.33, "word": " to", "probability": 0.7041015625}, {"start": 1432.33, "end": 1432.59, "word": " whom?", "probability": 0.481201171875}, {"start": 1432.91, "end": 1433.07, "word": " The", "probability": 0.33642578125}, {"start": 1433.07, "end": 1433.35, "word": " manager.", "probability": 0.8310546875}, {"start": 1433.45, "end": 1433.59, "word": " Yes,", "probability": 0.50732421875}, {"start": 1433.63, "end": 1433.79, "word": " the", "probability": 0.8251953125}, {"start": 1433.79, "end": 1434.01, "word": " manager.", "probability": 0.94921875}, {"start": 1434.11, "end": 1434.37, "word": " Now,", "probability": 0.7431640625}, {"start": 1434.43, "end": 1434.59, "word": " if", "probability": 0.92724609375}, {"start": 1434.59, "end": 1434.69, "word": " I", "probability": 0.61767578125}, {"start": 1434.69, "end": 1434.81, "word": " get", "probability": 0.44287109375}, {"start": 1434.81, "end": 1435.11, "word": " information", "probability": 0.525390625}, {"start": 1435.11, "end": 1435.49, "word": " about", "probability": 0.796875}, {"start": 1435.49, "end": 1435.57, "word": " the", "probability": 0.775390625}, {"start": 1435.57, "end": 1436.03, "word": " activity,", "probability": 0.95166015625}, {"start": 1436.17, "end": 1436.31, "word": " I", "probability": 0.9658203125}, {"start": 1436.31, "end": 1436.47, "word": " return", "probability": 0.3974609375}, {"start": 1436.47, "end": 1436.61, "word": " it", "probability": 0.261962890625}, {"start": 1436.61, "end": 1436.61, "word": " to", "probability": 0.74267578125}, {"start": 1436.61, "end": 1436.89, "word": " him", "probability": 0.5107421875}, {"start": 1436.89, "end": 1437.33, "word": " with", "probability": 0.28662109375}, {"start": 1437.33, "end": 1437.43, "word": " an", "probability": 0.317626953125}, {"start": 1437.43, "end": 1437.65, "word": " object", "probability": 0.87744140625}, {"start": 1437.65, "end": 1437.79, "word": " of", "probability": 0.67626953125}, {"start": 1437.79, "end": 1437.93, "word": " the", "probability": 0.50439453125}, {"start": 1437.93, "end": 1438.01, "word": " type", "probability": 0.424560546875}, {"start": 1438.01, "end": 1439.01, "word": " ActivityInfo.", "probability": 0.80621337890625}, {"start": 1439.35, "end": 1439.67, "word": " If", "probability": 0.8662109375}, {"start": 1439.67, "end": 1439.71, "word": " I", "probability": 0.8818359375}, {"start": 1439.71, "end": 1439.75, "word": " don't", "probability": 0.891845703125}, {"start": 1439.75, "end": 1439.91, "word": " get", "probability": 0.76025390625}, {"start": 1439.91, "end": 1440.03, "word": " it,", "probability": 0.462890625}, {"start": 1440.07, "end": 1440.21, "word": " I", "probability": 0.92626953125}, {"start": 1440.21, "end": 1440.47, "word": " return", "probability": 0.66650390625}, {"start": 1440.47, "end": 1440.57, "word": " it", "probability": 0.49169921875}, {"start": 1440.57, "end": 1440.67, "word": " to", "probability": 0.9033203125}, {"start": 1440.67, "end": 1440.67, "word": " null.", "probability": 0.52978515625}, {"start": 1441.67, "end": 1441.85, "word": " Okay?", "probability": 0.685546875}, {"start": 1442.39, "end": 1442.59, "word": " So,", "probability": 0.74755859375}, {"start": 1442.67, "end": 1443.11, "word": " I", "probability": 0.8662109375}, {"start": 1443.11, "end": 1443.49, "word": " check", "probability": 0.447998046875}, {"start": 1443.49, "end": 1443.61, "word": " everything.", "probability": 0.7451171875}, {"start": 1444.05, "end": 1444.37, "word": " If", "probability": 0.9208984375}, {"start": 1444.37, "end": 1445.35, "word": " ResolveActivity", "probability": 0.85089111328125}, {"start": 1445.35, "end": 1445.47, "word": " doesn't", "probability": 0.691162109375}, {"start": 1445.47, "end": 1445.85, "word": " return", "probability": 0.6318359375}, {"start": 1445.85, "end": 1446.15, "word": " null,", "probability": 0.740234375}, {"start": 1446.19, "end": 1446.29, "word": " what", "probability": 0.71435546875}, {"start": 1446.29, "end": 1446.35, "word": " does", "probability": 0.880859375}, {"start": 1446.35, "end": 1446.51, "word": " it", "probability": 0.66943359375}, {"start": 1446.51, "end": 1446.51, "word": " mean?", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 58, "seek": 147664, "start": 1447.52, "end": 1476.64, "text": " that there are data. If it returns null, what does this activity mean? It does not exist. Okay? Is it clear, guys? I mean, I brought a component called package manager and went to my intent, which before I turned it on, before I did the start activity, I told it to resolve activity and gave it to the package manager. If this returns, if resolve activity does not return null, what does this activity mean? It exists. Okay? So it goes and does the start activity. It is good to put this condition always", "tokens": [300, 456, 366, 1412, 13, 759, 309, 11247, 18184, 11, 437, 775, 341, 5191, 914, 30, 467, 775, 406, 2514, 13, 1033, 30, 1119, 309, 1850, 11, 1074, 30, 286, 914, 11, 286, 3038, 257, 6542, 1219, 7372, 6598, 293, 1437, 281, 452, 8446, 11, 597, 949, 286, 3574, 309, 322, 11, 949, 286, 630, 264, 722, 5191, 11, 286, 1907, 309, 281, 14151, 5191, 293, 2729, 309, 281, 264, 7372, 6598, 13, 759, 341, 11247, 11, 498, 14151, 5191, 775, 406, 2736, 18184, 11, 437, 775, 341, 5191, 914, 30, 467, 8198, 13, 1033, 30, 407, 309, 1709, 293, 775, 264, 722, 5191, 13, 467, 307, 665, 281, 829, 341, 4188, 1009], "avg_logprob": -0.4558662244102411, "compression_ratio": 1.9881889763779528, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1447.52, "end": 1447.76, "word": " that", "probability": 0.1583251953125}, {"start": 1447.76, "end": 1447.94, "word": " there", "probability": 0.55078125}, {"start": 1447.94, "end": 1447.94, "word": " are", "probability": 0.580078125}, {"start": 1447.94, "end": 1448.24, "word": " data.", "probability": 0.5966796875}, {"start": 1448.36, "end": 1448.5, "word": " If", "probability": 0.66064453125}, {"start": 1448.5, "end": 1448.6, "word": " it", "probability": 0.42041015625}, {"start": 1448.6, "end": 1448.84, "word": " returns", "probability": 0.441650390625}, {"start": 1448.84, "end": 1449.14, "word": " null,", "probability": 0.61865234375}, {"start": 1449.26, "end": 1449.36, "word": " what", "probability": 0.286865234375}, {"start": 1449.36, "end": 1449.36, "word": " does", "probability": 0.52734375}, {"start": 1449.36, "end": 1449.64, "word": " this", "probability": 0.50537109375}, {"start": 1449.64, "end": 1450.22, "word": " activity", "probability": 0.81201171875}, {"start": 1450.22, "end": 1450.44, "word": " mean?", "probability": 0.892578125}, {"start": 1450.76, "end": 1450.98, "word": " It", "probability": 0.38916015625}, {"start": 1450.98, "end": 1450.98, "word": " does", "probability": 0.310791015625}, {"start": 1450.98, "end": 1451.38, "word": " not", "probability": 0.92236328125}, {"start": 1451.38, "end": 1451.74, "word": " exist.", "probability": 0.9462890625}, {"start": 1452.82, "end": 1453.26, "word": " Okay?", "probability": 0.295654296875}, {"start": 1453.56, "end": 1453.66, "word": " Is", "probability": 0.35595703125}, {"start": 1453.66, "end": 1453.66, "word": " it", "probability": 0.7763671875}, {"start": 1453.66, "end": 1453.82, "word": " clear,", "probability": 0.85400390625}, {"start": 1453.94, "end": 1454.16, "word": " guys?", "probability": 0.68359375}, {"start": 1454.86, "end": 1455.18, "word": " I", "probability": 0.3173828125}, {"start": 1455.18, "end": 1455.18, "word": " mean,", "probability": 0.261474609375}, {"start": 1455.24, "end": 1455.54, "word": " I", "probability": 0.9267578125}, {"start": 1455.54, "end": 1455.98, "word": " brought", "probability": 0.365478515625}, {"start": 1455.98, "end": 1456.7, "word": " a", "probability": 0.7998046875}, {"start": 1456.7, "end": 1457.2, "word": " component", "probability": 0.8720703125}, {"start": 1457.2, "end": 1457.48, "word": " called", "probability": 0.76708984375}, {"start": 1457.48, "end": 1458.06, "word": " package", "probability": 0.464111328125}, {"start": 1458.06, "end": 1458.52, "word": " manager", "probability": 0.90087890625}, {"start": 1458.52, "end": 1459.12, "word": " and", "probability": 0.60888671875}, {"start": 1459.12, "end": 1459.32, "word": " went", "probability": 0.556640625}, {"start": 1459.32, "end": 1459.46, "word": " to", "probability": 0.9345703125}, {"start": 1459.46, "end": 1459.54, "word": " my", "probability": 0.8642578125}, {"start": 1459.54, "end": 1459.92, "word": " intent,", "probability": 0.74951171875}, {"start": 1460.66, "end": 1460.82, "word": " which", "probability": 0.5205078125}, {"start": 1460.82, "end": 1461.28, "word": " before", "probability": 0.2469482421875}, {"start": 1461.28, "end": 1461.44, "word": " I", "probability": 0.38427734375}, {"start": 1461.44, "end": 1461.68, "word": " turned", "probability": 0.1866455078125}, {"start": 1461.68, "end": 1461.82, "word": " it", "probability": 0.89404296875}, {"start": 1461.82, "end": 1461.82, "word": " on,", "probability": 0.9443359375}, {"start": 1461.9, "end": 1462.08, "word": " before", "probability": 0.83544921875}, {"start": 1462.08, "end": 1462.3, "word": " I", "probability": 0.88623046875}, {"start": 1462.3, "end": 1462.36, "word": " did", "probability": 0.47607421875}, {"start": 1462.36, "end": 1462.5, "word": " the", "probability": 0.73046875}, {"start": 1462.5, "end": 1462.72, "word": " start", "probability": 0.8125}, {"start": 1462.72, "end": 1463.22, "word": " activity,", "probability": 0.93115234375}, {"start": 1463.56, "end": 1463.74, "word": " I", "probability": 0.77587890625}, {"start": 1463.74, "end": 1463.9, "word": " told", "probability": 0.32275390625}, {"start": 1463.9, "end": 1464.04, "word": " it", "probability": 0.759765625}, {"start": 1464.04, "end": 1464.1, "word": " to", "probability": 0.81494140625}, {"start": 1464.1, "end": 1464.38, "word": " resolve", "probability": 0.78369140625}, {"start": 1464.38, "end": 1464.88, "word": " activity", "probability": 0.890625}, {"start": 1464.88, "end": 1465.42, "word": " and", "probability": 0.57080078125}, {"start": 1465.42, "end": 1465.64, "word": " gave", "probability": 0.64892578125}, {"start": 1465.64, "end": 1465.76, "word": " it", "probability": 0.775390625}, {"start": 1465.76, "end": 1465.8, "word": " to", "probability": 0.81298828125}, {"start": 1465.8, "end": 1465.84, "word": " the", "probability": 0.41064453125}, {"start": 1465.84, "end": 1466.02, "word": " package", "probability": 0.982421875}, {"start": 1466.02, "end": 1466.4, "word": " manager.", "probability": 0.95556640625}, {"start": 1467.08, "end": 1467.2, "word": " If", "probability": 0.9521484375}, {"start": 1467.2, "end": 1467.52, "word": " this", "probability": 0.63720703125}, {"start": 1467.52, "end": 1467.82, "word": " returns,", "probability": 0.7548828125}, {"start": 1468.12, "end": 1468.26, "word": " if", "probability": 0.880859375}, {"start": 1468.26, "end": 1468.68, "word": " resolve", "probability": 0.5244140625}, {"start": 1468.68, "end": 1469.2, "word": " activity", "probability": 0.8876953125}, {"start": 1469.2, "end": 1469.46, "word": " does", "probability": 0.61962890625}, {"start": 1469.46, "end": 1469.54, "word": " not", "probability": 0.94873046875}, {"start": 1469.54, "end": 1469.88, "word": " return", "probability": 0.83935546875}, {"start": 1469.88, "end": 1470.22, "word": " null,", "probability": 0.89013671875}, {"start": 1470.3, "end": 1470.38, "word": " what", "probability": 0.8369140625}, {"start": 1470.38, "end": 1470.44, "word": " does", "probability": 0.921875}, {"start": 1470.44, "end": 1470.6, "word": " this", "probability": 0.491455078125}, {"start": 1470.6, "end": 1470.98, "word": " activity", "probability": 0.9482421875}, {"start": 1470.98, "end": 1470.98, "word": " mean?", "probability": 0.9541015625}, {"start": 1471.44, "end": 1471.88, "word": " It", "probability": 0.82763671875}, {"start": 1471.88, "end": 1472.1, "word": " exists.", "probability": 0.541015625}, {"start": 1473.16, "end": 1473.36, "word": " Okay?", "probability": 0.724609375}, {"start": 1473.6, "end": 1473.76, "word": " So", "probability": 0.7705078125}, {"start": 1473.76, "end": 1473.86, "word": " it", "probability": 0.52392578125}, {"start": 1473.86, "end": 1473.98, "word": " goes", "probability": 0.6064453125}, {"start": 1473.98, "end": 1474.1, "word": " and", "probability": 0.6025390625}, {"start": 1474.1, "end": 1474.2, "word": " does", "probability": 0.806640625}, {"start": 1474.2, "end": 1474.34, "word": " the", "probability": 0.7919921875}, {"start": 1474.34, "end": 1474.56, "word": " start", "probability": 0.92724609375}, {"start": 1474.56, "end": 1474.86, "word": " activity.", "probability": 0.9462890625}, {"start": 1475.04, "end": 1475.38, "word": " It", "probability": 0.3115234375}, {"start": 1475.38, "end": 1475.38, "word": " is", "probability": 0.6767578125}, {"start": 1475.38, "end": 1475.38, "word": " good", "probability": 0.6904296875}, {"start": 1475.38, "end": 1475.58, "word": " to", "probability": 0.90234375}, {"start": 1475.58, "end": 1475.78, "word": " put", "probability": 0.435546875}, {"start": 1475.78, "end": 1475.92, "word": " this", "probability": 0.87890625}, {"start": 1475.92, "end": 1476.16, "word": " condition", "probability": 0.7490234375}, {"start": 1476.16, "end": 1476.64, "word": " always", "probability": 0.564453125}], "temperature": 1.0}, {"id": 59, "seek": 149936, "start": 1477.66, "end": 1499.36, "text": "before you start any activity, make sure that it is present or not present. Especially if it is implicit. Implicit means that you are searching, you are throwing this fish and you are either fishing or not fishing. Right or wrong. So before you throw the fish, make sure that you are not fishing in the dead sea. Right or wrong. That there is something there. Catch it. Okay, another thing as well.", "tokens": [45301, 291, 722, 604, 5191, 11, 652, 988, 300, 309, 307, 1974, 420, 406, 1974, 13, 8545, 498, 309, 307, 26947, 13, 4331, 4770, 270, 1355, 300, 291, 366, 10808, 11, 291, 366, 10238, 341, 3506, 293, 291, 366, 2139, 10180, 420, 406, 10180, 13, 1779, 420, 2085, 13, 407, 949, 291, 3507, 264, 3506, 11, 652, 988, 300, 291, 366, 406, 10180, 294, 264, 3116, 4158, 13, 1779, 420, 2085, 13, 663, 456, 307, 746, 456, 13, 23869, 309, 13, 1033, 11, 1071, 551, 382, 731, 13], "avg_logprob": -0.43363764312829867, "compression_ratio": 1.8425925925925926, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1477.66, "end": 1478.02, "word": "before", "probability": 0.385986328125}, {"start": 1478.02, "end": 1478.16, "word": " you", "probability": 0.400634765625}, {"start": 1478.16, "end": 1478.36, "word": " start", "probability": 0.339111328125}, {"start": 1478.36, "end": 1478.54, "word": " any", "probability": 0.6884765625}, {"start": 1478.54, "end": 1478.86, "word": " activity,", "probability": 0.90234375}, {"start": 1479.0, "end": 1479.08, "word": " make", "probability": 0.446533203125}, {"start": 1479.08, "end": 1479.44, "word": " sure", "probability": 0.9384765625}, {"start": 1479.44, "end": 1479.56, "word": " that", "probability": 0.298828125}, {"start": 1479.56, "end": 1479.58, "word": " it", "probability": 0.7744140625}, {"start": 1479.58, "end": 1479.6, "word": " is", "probability": 0.39892578125}, {"start": 1479.6, "end": 1479.94, "word": " present", "probability": 0.25537109375}, {"start": 1479.94, "end": 1480.18, "word": " or", "probability": 0.82958984375}, {"start": 1480.18, "end": 1480.3, "word": " not", "probability": 0.673828125}, {"start": 1480.3, "end": 1480.86, "word": " present.", "probability": 0.69873046875}, {"start": 1481.18, "end": 1481.52, "word": " Especially", "probability": 0.63232421875}, {"start": 1481.52, "end": 1481.7, "word": " if", "probability": 0.83935546875}, {"start": 1481.7, "end": 1481.94, "word": " it", "probability": 0.9091796875}, {"start": 1481.94, "end": 1481.94, "word": " is", "probability": 0.7626953125}, {"start": 1481.94, "end": 1482.38, "word": " implicit.", "probability": 0.88818359375}, {"start": 1482.66, "end": 1483.06, "word": " Implicit", "probability": 0.96337890625}, {"start": 1483.06, "end": 1483.42, "word": " means", "probability": 0.931640625}, {"start": 1483.42, "end": 1483.68, "word": " that", "probability": 0.84375}, {"start": 1483.68, "end": 1483.92, "word": " you", "probability": 0.94873046875}, {"start": 1483.92, "end": 1484.04, "word": " are", "probability": 0.80029296875}, {"start": 1484.04, "end": 1484.48, "word": " searching,", "probability": 0.4150390625}, {"start": 1485.0, "end": 1485.04, "word": " you", "probability": 0.37158203125}, {"start": 1485.04, "end": 1485.1, "word": " are", "probability": 0.43359375}, {"start": 1485.1, "end": 1485.18, "word": " throwing", "probability": 0.67724609375}, {"start": 1485.18, "end": 1485.38, "word": " this", "probability": 0.421875}, {"start": 1485.38, "end": 1485.6, "word": " fish", "probability": 0.275390625}, {"start": 1485.6, "end": 1486.64, "word": " and", "probability": 0.322021484375}, {"start": 1486.64, "end": 1487.06, "word": " you", "probability": 0.56640625}, {"start": 1487.06, "end": 1487.1, "word": " are", "probability": 0.4169921875}, {"start": 1487.1, "end": 1487.1, "word": " either", "probability": 0.2919921875}, {"start": 1487.1, "end": 1487.28, "word": " fishing", "probability": 0.70751953125}, {"start": 1487.28, "end": 1487.44, "word": " or", "probability": 0.95361328125}, {"start": 1487.44, "end": 1487.54, "word": " not", "probability": 0.72265625}, {"start": 1487.54, "end": 1487.84, "word": " fishing.", "probability": 0.75830078125}, {"start": 1488.06, "end": 1488.24, "word": " Right", "probability": 0.54296875}, {"start": 1488.24, "end": 1488.4, "word": " or", "probability": 0.87548828125}, {"start": 1488.4, "end": 1488.5, "word": " wrong.", "probability": 0.6474609375}, {"start": 1488.9, "end": 1489.06, "word": " So", "probability": 0.77294921875}, {"start": 1489.06, "end": 1489.28, "word": " before", "probability": 0.66748046875}, {"start": 1489.28, "end": 1489.48, "word": " you", "probability": 0.87060546875}, {"start": 1489.48, "end": 1489.58, "word": " throw", "probability": 0.86962890625}, {"start": 1489.58, "end": 1489.78, "word": " the", "probability": 0.5849609375}, {"start": 1489.78, "end": 1489.92, "word": " fish,", "probability": 0.89111328125}, {"start": 1490.04, "end": 1490.2, "word": " make", "probability": 0.9033203125}, {"start": 1490.2, "end": 1490.42, "word": " sure", "probability": 0.9091796875}, {"start": 1490.42, "end": 1490.58, "word": " that", "probability": 0.86181640625}, {"start": 1490.58, "end": 1490.7, "word": " you", "probability": 0.9111328125}, {"start": 1490.7, "end": 1490.98, "word": " are", "probability": 0.80908203125}, {"start": 1490.98, "end": 1490.98, "word": " not", "probability": 0.91650390625}, {"start": 1490.98, "end": 1491.12, "word": " fishing", "probability": 0.88623046875}, {"start": 1491.12, "end": 1491.24, "word": " in", "probability": 0.88623046875}, {"start": 1491.24, "end": 1491.3, "word": " the", "probability": 0.80810546875}, {"start": 1491.3, "end": 1491.74, "word": " dead", "probability": 0.79638671875}, {"start": 1491.74, "end": 1491.74, "word": " sea.", "probability": 0.91357421875}, {"start": 1492.16, "end": 1492.32, "word": " Right", "probability": 0.90185546875}, {"start": 1492.32, "end": 1492.46, "word": " or", "probability": 0.97119140625}, {"start": 1492.46, "end": 1492.58, "word": " wrong.", "probability": 0.89208984375}, {"start": 1492.9, "end": 1493.08, "word": " That", "probability": 0.81689453125}, {"start": 1493.08, "end": 1493.24, "word": " there", "probability": 0.77490234375}, {"start": 1493.24, "end": 1493.26, "word": " is", "probability": 0.92236328125}, {"start": 1493.26, "end": 1493.52, "word": " something", "probability": 0.8154296875}, {"start": 1493.52, "end": 1493.82, "word": " there.", "probability": 0.344970703125}, {"start": 1494.28, "end": 1494.56, "word": " Catch", "probability": 0.3701171875}, {"start": 1494.56, "end": 1494.74, "word": " it.", "probability": 0.9150390625}, {"start": 1498.02, "end": 1498.42, "word": " Okay,", "probability": 0.4287109375}, {"start": 1498.52, "end": 1498.8, "word": " another", "probability": 0.481201171875}, {"start": 1498.8, "end": 1499.04, "word": " thing", "probability": 0.86962890625}, {"start": 1499.04, "end": 1499.34, "word": " as", "probability": 0.236083984375}, {"start": 1499.34, "end": 1499.36, "word": " well.", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 60, "seek": 152660, "start": 1502.3, "end": 1526.6, "text": " Now, I noticed in my device, as soon as I turned it on, it opened a browser for me. By the way, I have two browsers in my device. There is the browser that comes with Android, and there is also Chrome. But by default, it opened a browser for me. Why? Because when I use it, you told me that you don't want to mix things up every time you want to open a link or create options. It opened one for me, and it's fixed.", "tokens": [823, 11, 286, 5694, 294, 452, 4302, 11, 382, 2321, 382, 286, 3574, 309, 322, 11, 309, 5625, 257, 11185, 337, 385, 13, 3146, 264, 636, 11, 286, 362, 732, 36069, 294, 452, 4302, 13, 821, 307, 264, 11185, 300, 1487, 365, 8853, 11, 293, 456, 307, 611, 15327, 13, 583, 538, 7576, 11, 309, 5625, 257, 11185, 337, 385, 13, 1545, 30, 1436, 562, 286, 764, 309, 11, 291, 1907, 385, 300, 291, 500, 380, 528, 281, 2890, 721, 493, 633, 565, 291, 528, 281, 1269, 257, 2113, 420, 1884, 3956, 13, 467, 5625, 472, 337, 385, 11, 293, 309, 311, 6806, 13], "avg_logprob": -0.4973214512779599, "compression_ratio": 1.7364016736401673, "no_speech_prob": 0.0, "words": [{"start": 1502.3, "end": 1502.68, "word": " Now,", "probability": 0.53662109375}, {"start": 1502.78, "end": 1502.9, "word": " I", "probability": 0.68310546875}, {"start": 1502.9, "end": 1503.24, "word": " noticed", "probability": 0.64453125}, {"start": 1503.24, "end": 1503.76, "word": " in", "probability": 0.4365234375}, {"start": 1503.76, "end": 1503.9, "word": " my", "probability": 0.9619140625}, {"start": 1503.9, "end": 1504.22, "word": " device,", "probability": 0.399658203125}, {"start": 1504.32, "end": 1504.46, "word": " as", "probability": 0.225341796875}, {"start": 1504.46, "end": 1504.52, "word": " soon", "probability": 0.94091796875}, {"start": 1504.52, "end": 1504.58, "word": " as", "probability": 0.96337890625}, {"start": 1504.58, "end": 1504.7, "word": " I", "probability": 0.376953125}, {"start": 1504.7, "end": 1504.78, "word": " turned", "probability": 0.247314453125}, {"start": 1504.78, "end": 1505.16, "word": " it", "probability": 0.8583984375}, {"start": 1505.16, "end": 1505.16, "word": " on,", "probability": 0.94189453125}, {"start": 1505.76, "end": 1505.94, "word": " it", "probability": 0.61376953125}, {"start": 1505.94, "end": 1506.12, "word": " opened", "probability": 0.54736328125}, {"start": 1506.12, "end": 1506.46, "word": " a", "probability": 0.771484375}, {"start": 1506.46, "end": 1506.82, "word": " browser", "probability": 0.6865234375}, {"start": 1506.82, "end": 1506.92, "word": " for", "probability": 0.61181640625}, {"start": 1506.92, "end": 1506.92, "word": " me.", "probability": 0.9619140625}, {"start": 1507.16, "end": 1507.32, "word": " By", "probability": 0.84375}, {"start": 1507.32, "end": 1507.46, "word": " the", "probability": 0.93798828125}, {"start": 1507.46, "end": 1507.54, "word": " way,", "probability": 0.95654296875}, {"start": 1507.6, "end": 1507.72, "word": " I", "probability": 0.349609375}, {"start": 1507.72, "end": 1508.2, "word": " have", "probability": 0.89599609375}, {"start": 1508.2, "end": 1508.46, "word": " two", "probability": 0.68505859375}, {"start": 1508.46, "end": 1508.92, "word": " browsers", "probability": 0.927734375}, {"start": 1508.92, "end": 1508.92, "word": " in", "probability": 0.56103515625}, {"start": 1508.92, "end": 1508.92, "word": " my", "probability": 0.9736328125}, {"start": 1508.92, "end": 1508.92, "word": " device.", "probability": 0.8310546875}, {"start": 1509.5, "end": 1509.92, "word": " There", "probability": 0.4169921875}, {"start": 1509.92, "end": 1509.92, "word": " is", "probability": 0.6962890625}, {"start": 1509.92, "end": 1510.02, "word": " the", "probability": 0.49072265625}, {"start": 1510.02, "end": 1510.34, "word": " browser", "probability": 0.6103515625}, {"start": 1510.34, "end": 1510.46, "word": " that", "probability": 0.6943359375}, {"start": 1510.46, "end": 1510.62, "word": " comes", "probability": 0.441650390625}, {"start": 1510.62, "end": 1510.76, "word": " with", "probability": 0.49169921875}, {"start": 1510.76, "end": 1511.12, "word": " Android,", "probability": 0.7705078125}, {"start": 1511.7, "end": 1512.1, "word": " and", "probability": 0.8828125}, {"start": 1512.1, "end": 1512.24, "word": " there", "probability": 0.66845703125}, {"start": 1512.24, "end": 1512.26, "word": " is", "probability": 0.87646484375}, {"start": 1512.26, "end": 1512.52, "word": " also", "probability": 0.57421875}, {"start": 1512.52, "end": 1512.86, "word": " Chrome.", "probability": 0.771484375}, {"start": 1513.58, "end": 1514.02, "word": " But", "probability": 0.82421875}, {"start": 1514.02, "end": 1514.32, "word": " by", "probability": 0.411865234375}, {"start": 1514.32, "end": 1514.84, "word": " default,", "probability": 0.97021484375}, {"start": 1515.36, "end": 1516.12, "word": " it", "probability": 0.87939453125}, {"start": 1516.12, "end": 1516.4, "word": " opened", "probability": 0.7275390625}, {"start": 1516.4, "end": 1516.58, "word": " a", "probability": 0.556640625}, {"start": 1516.58, "end": 1516.98, "word": " browser", "probability": 0.73974609375}, {"start": 1516.98, "end": 1517.32, "word": " for", "probability": 0.65576171875}, {"start": 1517.32, "end": 1517.44, "word": " me.", "probability": 0.9638671875}, {"start": 1517.54, "end": 1517.88, "word": " Why?", "probability": 0.82080078125}, {"start": 1517.92, "end": 1518.1, "word": " Because", "probability": 0.87744140625}, {"start": 1518.1, "end": 1518.64, "word": " when", "probability": 0.25634765625}, {"start": 1518.64, "end": 1518.76, "word": " I", "probability": 0.97509765625}, {"start": 1518.76, "end": 1519.1, "word": " use", "probability": 0.67041015625}, {"start": 1519.1, "end": 1520.28, "word": " it,", "probability": 0.59716796875}, {"start": 1520.28, "end": 1520.64, "word": " you", "probability": 0.26953125}, {"start": 1520.64, "end": 1520.82, "word": " told", "probability": 0.497314453125}, {"start": 1520.82, "end": 1521.0, "word": " me", "probability": 0.9541015625}, {"start": 1521.0, "end": 1521.1, "word": " that", "probability": 0.52197265625}, {"start": 1521.1, "end": 1521.32, "word": " you", "probability": 0.40185546875}, {"start": 1521.32, "end": 1522.1, "word": " don't", "probability": 0.654296875}, {"start": 1522.1, "end": 1522.58, "word": " want", "probability": 0.56396484375}, {"start": 1522.58, "end": 1522.58, "word": " to", "probability": 0.68408203125}, {"start": 1522.58, "end": 1522.58, "word": " mix", "probability": 0.275634765625}, {"start": 1522.58, "end": 1522.82, "word": " things", "probability": 0.1678466796875}, {"start": 1522.82, "end": 1522.94, "word": " up", "probability": 0.6865234375}, {"start": 1522.94, "end": 1522.94, "word": " every", "probability": 0.29248046875}, {"start": 1522.94, "end": 1522.98, "word": " time", "probability": 0.87744140625}, {"start": 1522.98, "end": 1523.08, "word": " you", "probability": 0.5361328125}, {"start": 1523.08, "end": 1523.24, "word": " want", "probability": 0.468505859375}, {"start": 1523.24, "end": 1523.24, "word": " to", "probability": 0.97119140625}, {"start": 1523.24, "end": 1523.38, "word": " open", "probability": 0.73388671875}, {"start": 1523.38, "end": 1523.52, "word": " a", "probability": 0.89794921875}, {"start": 1523.52, "end": 1523.76, "word": " link", "probability": 0.90087890625}, {"start": 1523.76, "end": 1524.26, "word": " or", "probability": 0.26708984375}, {"start": 1524.26, "end": 1524.66, "word": " create", "probability": 0.2188720703125}, {"start": 1524.66, "end": 1525.06, "word": " options.", "probability": 0.716796875}, {"start": 1525.24, "end": 1525.3, "word": " It", "probability": 0.67919921875}, {"start": 1525.3, "end": 1525.46, "word": " opened", "probability": 0.76708984375}, {"start": 1525.46, "end": 1525.92, "word": " one", "probability": 0.6669921875}, {"start": 1525.92, "end": 1525.98, "word": " for", "probability": 0.6767578125}, {"start": 1525.98, "end": 1525.98, "word": " me,", "probability": 0.962890625}, {"start": 1526.28, "end": 1526.28, "word": " and", "probability": 0.5625}, {"start": 1526.28, "end": 1526.4, "word": " it's", "probability": 0.42169189453125}, {"start": 1526.4, "end": 1526.6, "word": " fixed.", "probability": 0.422607421875}], "temperature": 1.0}, {"id": 61, "seek": 155528, "start": 1530.56, "end": 1555.28, "text": " Here I press this and it will open it in the browser of Android But sometimes I want it to give me options, to tell me what options are available to me It does not depend on the default in the settings So now, where does this support us? Now, I want to tell it like this We confirmed that there is an activity running, we will give it options We go to our intent", "tokens": [1692, 286, 1886, 341, 293, 309, 486, 1269, 309, 294, 264, 11185, 295, 8853, 583, 2171, 286, 528, 309, 281, 976, 385, 3956, 11, 281, 980, 385, 437, 3956, 366, 2435, 281, 385, 467, 775, 406, 5672, 322, 264, 7576, 294, 264, 6257, 407, 586, 11, 689, 775, 341, 1406, 505, 30, 823, 11, 286, 528, 281, 980, 309, 411, 341, 492, 11341, 300, 456, 307, 364, 5191, 2614, 11, 321, 486, 976, 309, 3956, 492, 352, 281, 527, 8446], "avg_logprob": -0.5887345914487485, "compression_ratio": 1.635135135135135, "no_speech_prob": 0.0, "words": [{"start": 1530.56, "end": 1531.0, "word": " Here", "probability": 0.137939453125}, {"start": 1531.0, "end": 1531.24, "word": " I", "probability": 0.425537109375}, {"start": 1531.24, "end": 1532.44, "word": " press", "probability": 0.171142578125}, {"start": 1532.44, "end": 1532.8, "word": " this", "probability": 0.6611328125}, {"start": 1532.8, "end": 1532.86, "word": " and", "probability": 0.422607421875}, {"start": 1532.86, "end": 1532.96, "word": " it", "probability": 0.84326171875}, {"start": 1532.96, "end": 1533.0, "word": " will", "probability": 0.413818359375}, {"start": 1533.0, "end": 1533.2, "word": " open", "probability": 0.76318359375}, {"start": 1533.2, "end": 1533.5, "word": " it", "probability": 0.372802734375}, {"start": 1533.5, "end": 1533.6, "word": " in", "probability": 0.533203125}, {"start": 1533.6, "end": 1533.7, "word": " the", "probability": 0.414794921875}, {"start": 1533.7, "end": 1533.98, "word": " browser", "probability": 0.468505859375}, {"start": 1533.98, "end": 1534.18, "word": " of", "probability": 0.73779296875}, {"start": 1534.18, "end": 1534.58, "word": " Android", "probability": 0.50537109375}, {"start": 1534.58, "end": 1536.04, "word": " But", "probability": 0.358154296875}, {"start": 1536.04, "end": 1536.38, "word": " sometimes", "probability": 0.79541015625}, {"start": 1536.38, "end": 1536.54, "word": " I", "probability": 0.72412109375}, {"start": 1536.54, "end": 1536.72, "word": " want", "probability": 0.6591796875}, {"start": 1536.72, "end": 1537.02, "word": " it", "probability": 0.417724609375}, {"start": 1537.02, "end": 1537.12, "word": " to", "probability": 0.921875}, {"start": 1537.12, "end": 1537.3, "word": " give", "probability": 0.353271484375}, {"start": 1537.3, "end": 1537.58, "word": " me", "probability": 0.8779296875}, {"start": 1537.58, "end": 1538.86, "word": " options,", "probability": 0.76025390625}, {"start": 1539.1, "end": 1539.26, "word": " to", "probability": 0.2069091796875}, {"start": 1539.26, "end": 1539.44, "word": " tell", "probability": 0.7138671875}, {"start": 1539.44, "end": 1539.6, "word": " me", "probability": 0.92138671875}, {"start": 1539.6, "end": 1539.76, "word": " what", "probability": 0.611328125}, {"start": 1539.76, "end": 1540.72, "word": " options", "probability": 0.6142578125}, {"start": 1540.72, "end": 1541.02, "word": " are", "probability": 0.55908203125}, {"start": 1541.02, "end": 1541.46, "word": " available", "probability": 0.58251953125}, {"start": 1541.46, "end": 1541.58, "word": " to", "probability": 0.271240234375}, {"start": 1541.58, "end": 1541.58, "word": " me", "probability": 0.9248046875}, {"start": 1541.58, "end": 1541.76, "word": " It", "probability": 0.438232421875}, {"start": 1541.76, "end": 1542.24, "word": " does", "probability": 0.58251953125}, {"start": 1542.24, "end": 1542.24, "word": " not", "probability": 0.94482421875}, {"start": 1542.24, "end": 1542.54, "word": " depend", "probability": 0.61767578125}, {"start": 1542.54, "end": 1542.88, "word": " on", "probability": 0.94873046875}, {"start": 1542.88, "end": 1543.0, "word": " the", "probability": 0.783203125}, {"start": 1543.0, "end": 1543.3, "word": " default", "probability": 0.90283203125}, {"start": 1543.3, "end": 1543.76, "word": " in", "probability": 0.263916015625}, {"start": 1543.76, "end": 1543.92, "word": " the", "probability": 0.5849609375}, {"start": 1543.92, "end": 1544.26, "word": " settings", "probability": 0.8662109375}, {"start": 1544.26, "end": 1545.6, "word": " So", "probability": 0.462890625}, {"start": 1545.6, "end": 1545.86, "word": " now,", "probability": 0.529296875}, {"start": 1546.34, "end": 1546.72, "word": " where", "probability": 0.7890625}, {"start": 1546.72, "end": 1546.9, "word": " does", "probability": 0.67626953125}, {"start": 1546.9, "end": 1546.96, "word": " this", "probability": 0.69775390625}, {"start": 1546.96, "end": 1547.22, "word": " support", "probability": 0.6298828125}, {"start": 1547.22, "end": 1547.44, "word": " us?", "probability": 0.2626953125}, {"start": 1547.56, "end": 1547.9, "word": " Now,", "probability": 0.6923828125}, {"start": 1548.3, "end": 1548.3, "word": " I", "probability": 0.70751953125}, {"start": 1548.3, "end": 1548.42, "word": " want", "probability": 0.666015625}, {"start": 1548.42, "end": 1548.48, "word": " to", "probability": 0.95849609375}, {"start": 1548.48, "end": 1548.6, "word": " tell", "probability": 0.56494140625}, {"start": 1548.6, "end": 1548.82, "word": " it", "probability": 0.4111328125}, {"start": 1548.82, "end": 1548.82, "word": " like", "probability": 0.525390625}, {"start": 1548.82, "end": 1549.4, "word": " this", "probability": 0.6787109375}, {"start": 1549.4, "end": 1550.42, "word": " We", "probability": 0.242431640625}, {"start": 1550.42, "end": 1550.78, "word": " confirmed", "probability": 0.343994140625}, {"start": 1550.78, "end": 1551.04, "word": " that", "probability": 0.8505859375}, {"start": 1551.04, "end": 1551.18, "word": " there", "probability": 0.521484375}, {"start": 1551.18, "end": 1551.18, "word": " is", "probability": 0.88671875}, {"start": 1551.18, "end": 1551.26, "word": " an", "probability": 0.625}, {"start": 1551.26, "end": 1551.58, "word": " activity", "probability": 0.93505859375}, {"start": 1551.58, "end": 1552.02, "word": " running,", "probability": 0.76318359375}, {"start": 1552.44, "end": 1552.6, "word": " we", "probability": 0.513671875}, {"start": 1552.6, "end": 1552.6, "word": " will", "probability": 0.54443359375}, {"start": 1552.6, "end": 1552.76, "word": " give", "probability": 0.2017822265625}, {"start": 1552.76, "end": 1553.22, "word": " it", "probability": 0.72900390625}, {"start": 1553.22, "end": 1553.64, "word": " options", "probability": 0.85693359375}, {"start": 1553.64, "end": 1554.5, "word": " We", "probability": 0.48486328125}, {"start": 1554.5, "end": 1554.72, "word": " go", "probability": 0.728515625}, {"start": 1554.72, "end": 1554.84, "word": " to", "probability": 0.95556640625}, {"start": 1554.84, "end": 1554.92, "word": " our", "probability": 0.37744140625}, {"start": 1554.92, "end": 1555.28, "word": " intent", "probability": 0.5595703125}], "temperature": 1.0}, {"id": 62, "seek": 158603, "start": 1558.03, "end": 1586.03, "text": " this word says it is running and I say no not like that intent dot create create a chooser there is a method called create a chooser what is the name of this method static method make it from the name create chooser", "tokens": [341, 1349, 1619, 309, 307, 2614, 293, 286, 584, 572, 406, 411, 300, 8446, 5893, 1884, 1884, 257, 1586, 22150, 456, 307, 257, 3170, 1219, 1884, 257, 1586, 22150, 437, 307, 264, 1315, 295, 341, 3170, 13437, 3170, 652, 309, 490, 264, 1315, 1884, 1586, 22150], "avg_logprob": -0.6213431028609581, "compression_ratio": 1.7142857142857142, "no_speech_prob": 0.0, "words": [{"start": 1558.03, "end": 1558.29, "word": " this", "probability": 0.168212890625}, {"start": 1558.29, "end": 1558.53, "word": " word", "probability": 0.390380859375}, {"start": 1558.53, "end": 1558.75, "word": " says", "probability": 0.146728515625}, {"start": 1558.75, "end": 1558.95, "word": " it", "probability": 0.35986328125}, {"start": 1558.95, "end": 1558.95, "word": " is", "probability": 0.409912109375}, {"start": 1558.95, "end": 1559.21, "word": " running", "probability": 0.53369140625}, {"start": 1559.21, "end": 1559.97, "word": " and", "probability": 0.399658203125}, {"start": 1559.97, "end": 1560.11, "word": " I", "probability": 0.464599609375}, {"start": 1560.11, "end": 1560.33, "word": " say", "probability": 0.615234375}, {"start": 1560.33, "end": 1565.55, "word": " no", "probability": 0.1431884765625}, {"start": 1565.55, "end": 1567.85, "word": " not", "probability": 0.441650390625}, {"start": 1567.85, "end": 1568.07, "word": " like", "probability": 0.75634765625}, {"start": 1568.07, "end": 1569.05, "word": " that", "probability": 0.53125}, {"start": 1569.05, "end": 1569.63, "word": " intent", "probability": 0.462646484375}, {"start": 1569.63, "end": 1571.51, "word": " dot", "probability": 0.6796875}, {"start": 1571.51, "end": 1572.27, "word": " create", "probability": 0.912109375}, {"start": 1572.27, "end": 1574.69, "word": " create", "probability": 0.6728515625}, {"start": 1574.69, "end": 1574.81, "word": " a", "probability": 0.263916015625}, {"start": 1574.81, "end": 1575.11, "word": " chooser", "probability": 0.913330078125}, {"start": 1575.11, "end": 1575.31, "word": " there", "probability": 0.572265625}, {"start": 1575.31, "end": 1575.37, "word": " is", "probability": 0.89013671875}, {"start": 1575.37, "end": 1575.45, "word": " a", "probability": 0.72802734375}, {"start": 1575.45, "end": 1575.63, "word": " method", "probability": 0.94189453125}, {"start": 1575.63, "end": 1576.05, "word": " called", "probability": 0.3515625}, {"start": 1576.05, "end": 1576.83, "word": " create", "probability": 0.8857421875}, {"start": 1576.83, "end": 1577.03, "word": " a", "probability": 0.6015625}, {"start": 1577.03, "end": 1577.31, "word": " chooser", "probability": 0.944091796875}, {"start": 1577.31, "end": 1578.15, "word": " what", "probability": 0.49462890625}, {"start": 1578.15, "end": 1578.15, "word": " is", "probability": 0.53662109375}, {"start": 1578.15, "end": 1578.27, "word": " the", "probability": 0.314453125}, {"start": 1578.27, "end": 1578.73, "word": " name", "probability": 0.720703125}, {"start": 1578.73, "end": 1578.81, "word": " of", "probability": 0.962890625}, {"start": 1578.81, "end": 1578.85, "word": " this", "probability": 0.837890625}, {"start": 1578.85, "end": 1578.85, "word": " method", "probability": 0.95751953125}, {"start": 1578.85, "end": 1580.85, "word": " static", "probability": 0.64013671875}, {"start": 1580.85, "end": 1582.75, "word": " method", "probability": 0.392578125}, {"start": 1582.75, "end": 1583.75, "word": " make", "probability": 0.133056640625}, {"start": 1583.75, "end": 1584.19, "word": " it", "probability": 0.27880859375}, {"start": 1584.19, "end": 1584.61, "word": " from", "probability": 0.32421875}, {"start": 1584.61, "end": 1584.73, "word": " the", "probability": 0.46875}, {"start": 1584.73, "end": 1584.93, "word": " name", "probability": 0.837890625}, {"start": 1584.93, "end": 1585.37, "word": " create", "probability": 0.8359375}, {"start": 1585.37, "end": 1586.03, "word": " chooser", "probability": 0.83740234375}], "temperature": 1.0}, {"id": 63, "seek": 160602, "start": 1587.02, "end": 1606.02, "text": " Give me options You give me your intent And you give me something else, for example, choose a browser What is the word that comes out? When it gives you options, it will bring you your applications and put a word here", "tokens": [5303, 385, 3956, 509, 976, 385, 428, 8446, 400, 291, 976, 385, 746, 1646, 11, 337, 1365, 11, 2826, 257, 11185, 708, 307, 264, 1349, 300, 1487, 484, 30, 1133, 309, 2709, 291, 3956, 11, 309, 486, 1565, 291, 428, 5821, 293, 829, 257, 1349, 510], "avg_logprob": -0.7406915096526451, "compression_ratio": 1.4829931972789117, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1587.02, "end": 1587.52, "word": " Give", "probability": 0.05816650390625}, {"start": 1587.52, "end": 1587.92, "word": " me", "probability": 0.75146484375}, {"start": 1587.92, "end": 1588.74, "word": " options", "probability": 0.4208984375}, {"start": 1588.74, "end": 1590.16, "word": " You", "probability": 0.1019287109375}, {"start": 1590.16, "end": 1590.56, "word": " give", "probability": 0.39990234375}, {"start": 1590.56, "end": 1590.76, "word": " me", "probability": 0.9150390625}, {"start": 1590.76, "end": 1590.84, "word": " your", "probability": 0.70947265625}, {"start": 1590.84, "end": 1591.28, "word": " intent", "probability": 0.45263671875}, {"start": 1591.28, "end": 1594.24, "word": " And", "probability": 0.32373046875}, {"start": 1594.24, "end": 1594.4, "word": " you", "probability": 0.6748046875}, {"start": 1594.4, "end": 1594.62, "word": " give", "probability": 0.82470703125}, {"start": 1594.62, "end": 1594.74, "word": " me", "probability": 0.80322265625}, {"start": 1594.74, "end": 1594.98, "word": " something", "probability": 0.25439453125}, {"start": 1594.98, "end": 1595.56, "word": " else,", "probability": 0.79833984375}, {"start": 1595.86, "end": 1595.96, "word": " for", "probability": 0.54150390625}, {"start": 1595.96, "end": 1596.12, "word": " example,", "probability": 0.93310546875}, {"start": 1596.18, "end": 1596.68, "word": " choose", "probability": 0.5048828125}, {"start": 1596.68, "end": 1597.6, "word": " a", "probability": 0.264404296875}, {"start": 1597.6, "end": 1599.46, "word": " browser", "probability": 0.80419921875}, {"start": 1599.46, "end": 1599.68, "word": " What", "probability": 0.480712890625}, {"start": 1599.68, "end": 1599.68, "word": " is", "probability": 0.36572265625}, {"start": 1599.68, "end": 1600.04, "word": " the", "probability": 0.42919921875}, {"start": 1600.04, "end": 1600.24, "word": " word", "probability": 0.7529296875}, {"start": 1600.24, "end": 1600.36, "word": " that", "probability": 0.62744140625}, {"start": 1600.36, "end": 1600.58, "word": " comes", "probability": 0.282958984375}, {"start": 1600.58, "end": 1600.74, "word": " out?", "probability": 0.52392578125}, {"start": 1600.98, "end": 1601.36, "word": " When", "probability": 0.24267578125}, {"start": 1601.36, "end": 1601.74, "word": " it", "probability": 0.418701171875}, {"start": 1601.74, "end": 1601.96, "word": " gives", "probability": 0.418701171875}, {"start": 1601.96, "end": 1602.18, "word": " you", "probability": 0.90966796875}, {"start": 1602.18, "end": 1602.72, "word": " options,", "probability": 0.4951171875}, {"start": 1603.22, "end": 1603.26, "word": " it", "probability": 0.81103515625}, {"start": 1603.26, "end": 1603.36, "word": " will", "probability": 0.6044921875}, {"start": 1603.36, "end": 1603.5, "word": " bring", "probability": 0.4140625}, {"start": 1603.5, "end": 1603.66, "word": " you", "probability": 0.32470703125}, {"start": 1603.66, "end": 1603.98, "word": " your", "probability": 0.615234375}, {"start": 1603.98, "end": 1604.76, "word": " applications", "probability": 0.335693359375}, {"start": 1604.76, "end": 1605.02, "word": " and", "probability": 0.71875}, {"start": 1605.02, "end": 1605.32, "word": " put", "probability": 0.2705078125}, {"start": 1605.32, "end": 1605.82, "word": " a", "probability": 0.66259765625}, {"start": 1605.82, "end": 1606.02, "word": " word", "probability": 0.8681640625}, {"start": 1606.02, "end": 1606.02, "word": " here", "probability": 0.4951171875}], "temperature": 1.0}, {"id": 64, "seek": 162800, "start": 1607.78, "end": 1628.0, "text": " Ok, what is this word that I am passing here? Ok, so this createdChooser is a static method that I pass to my Intent to see what different applications are running and choose a browser because this createdChooser returns a new Intent", "tokens": [3477, 11, 437, 307, 341, 1349, 300, 286, 669, 8437, 510, 30, 3477, 11, 370, 341, 2942, 44473, 22150, 307, 257, 13437, 3170, 300, 286, 1320, 281, 452, 5681, 317, 281, 536, 437, 819, 5821, 366, 2614, 293, 2826, 257, 11185, 570, 341, 2942, 44473, 22150, 11247, 257, 777, 5681, 317], "avg_logprob": -0.6105769012983029, "compression_ratio": 1.570469798657718, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1607.78, "end": 1608.06, "word": " Ok,", "probability": 0.09490966796875}, {"start": 1608.32, "end": 1608.58, "word": " what", "probability": 0.276123046875}, {"start": 1608.58, "end": 1608.58, "word": " is", "probability": 0.6259765625}, {"start": 1608.58, "end": 1608.58, "word": " this", "probability": 0.75830078125}, {"start": 1608.58, "end": 1608.84, "word": " word", "probability": 0.818359375}, {"start": 1608.84, "end": 1610.2, "word": " that", "probability": 0.340087890625}, {"start": 1610.2, "end": 1610.38, "word": " I", "probability": 0.77392578125}, {"start": 1610.38, "end": 1610.44, "word": " am", "probability": 0.4580078125}, {"start": 1610.44, "end": 1610.6, "word": " passing", "probability": 0.165283203125}, {"start": 1610.6, "end": 1610.98, "word": " here?", "probability": 0.474609375}, {"start": 1611.4, "end": 1611.72, "word": " Ok,", "probability": 0.57958984375}, {"start": 1612.0, "end": 1612.16, "word": " so", "probability": 0.66796875}, {"start": 1612.16, "end": 1612.28, "word": " this", "probability": 0.363525390625}, {"start": 1612.28, "end": 1612.96, "word": " createdChooser", "probability": 0.6031087239583334}, {"start": 1612.96, "end": 1613.7, "word": " is", "probability": 0.319091796875}, {"start": 1613.7, "end": 1613.72, "word": " a", "probability": 0.80615234375}, {"start": 1613.72, "end": 1614.06, "word": " static", "probability": 0.94482421875}, {"start": 1614.06, "end": 1614.38, "word": " method", "probability": 0.9619140625}, {"start": 1614.38, "end": 1614.52, "word": " that", "probability": 0.646484375}, {"start": 1614.52, "end": 1614.52, "word": " I", "probability": 0.8427734375}, {"start": 1614.52, "end": 1614.76, "word": " pass", "probability": 0.4990234375}, {"start": 1614.76, "end": 1615.04, "word": " to", "probability": 0.55078125}, {"start": 1615.04, "end": 1615.1, "word": " my", "probability": 0.8515625}, {"start": 1615.1, "end": 1615.5, "word": " Intent", "probability": 0.36572265625}, {"start": 1615.5, "end": 1616.36, "word": " to", "probability": 0.4755859375}, {"start": 1616.36, "end": 1616.74, "word": " see", "probability": 0.7509765625}, {"start": 1616.74, "end": 1616.9, "word": " what", "probability": 0.465087890625}, {"start": 1616.9, "end": 1617.86, "word": " different", "probability": 0.298583984375}, {"start": 1617.86, "end": 1617.88, "word": " applications", "probability": 0.54736328125}, {"start": 1617.88, "end": 1618.86, "word": " are", "probability": 0.164794921875}, {"start": 1618.86, "end": 1619.12, "word": " running", "probability": 0.73876953125}, {"start": 1619.12, "end": 1620.52, "word": " and", "probability": 0.3251953125}, {"start": 1620.52, "end": 1621.16, "word": " choose", "probability": 0.7607421875}, {"start": 1621.16, "end": 1621.58, "word": " a", "probability": 0.3876953125}, {"start": 1621.58, "end": 1621.96, "word": " browser", "probability": 0.85302734375}, {"start": 1621.96, "end": 1622.74, "word": " because", "probability": 0.51708984375}, {"start": 1622.74, "end": 1623.1, "word": " this", "probability": 0.8876953125}, {"start": 1623.1, "end": 1624.02, "word": " createdChooser", "probability": 0.8751627604166666}, {"start": 1624.02, "end": 1627.12, "word": " returns", "probability": 0.75244140625}, {"start": 1627.12, "end": 1627.3, "word": " a", "probability": 0.81396484375}, {"start": 1627.3, "end": 1627.3, "word": " new", "probability": 0.90185546875}, {"start": 1627.3, "end": 1628.0, "word": " Intent", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 65, "seek": 164684, "start": 1629.26, "end": 1646.84, "text": " For example, you are two and then I tell him to run what? Run you are two So now my application, when I say start activity you are two, you are two runs chooser And through chooser I choose the application that I want", "tokens": [1171, 1365, 11, 291, 366, 732, 293, 550, 286, 980, 796, 281, 1190, 437, 30, 8950, 291, 366, 732, 407, 586, 452, 3861, 11, 562, 286, 584, 722, 5191, 291, 366, 732, 11, 291, 366, 732, 6676, 1586, 22150, 400, 807, 1586, 22150, 286, 2826, 264, 3861, 300, 286, 528], "avg_logprob": -0.4990809104021858, "compression_ratio": 1.6029411764705883, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1629.26, "end": 1629.48, "word": " For", "probability": 0.5703125}, {"start": 1629.48, "end": 1629.66, "word": " example,", "probability": 0.90380859375}, {"start": 1629.74, "end": 1629.96, "word": " you", "probability": 0.60302734375}, {"start": 1629.96, "end": 1630.02, "word": " are", "probability": 0.6767578125}, {"start": 1630.02, "end": 1630.34, "word": " two", "probability": 0.480224609375}, {"start": 1630.34, "end": 1630.56, "word": " and", "probability": 0.5595703125}, {"start": 1630.56, "end": 1630.74, "word": " then", "probability": 0.5146484375}, {"start": 1630.74, "end": 1630.9, "word": " I", "probability": 0.5498046875}, {"start": 1630.9, "end": 1631.04, "word": " tell", "probability": 0.2274169921875}, {"start": 1631.04, "end": 1631.18, "word": " him", "probability": 0.6083984375}, {"start": 1631.18, "end": 1631.26, "word": " to", "probability": 0.7412109375}, {"start": 1631.26, "end": 1631.46, "word": " run", "probability": 0.375732421875}, {"start": 1631.46, "end": 1631.8, "word": " what?", "probability": 0.333984375}, {"start": 1632.5, "end": 1632.94, "word": " Run", "probability": 0.30126953125}, {"start": 1632.94, "end": 1633.16, "word": " you", "probability": 0.317138671875}, {"start": 1633.16, "end": 1633.26, "word": " are", "probability": 0.3876953125}, {"start": 1633.26, "end": 1633.48, "word": " two", "probability": 0.9130859375}, {"start": 1633.48, "end": 1633.96, "word": " So", "probability": 0.3740234375}, {"start": 1633.96, "end": 1634.22, "word": " now", "probability": 0.697265625}, {"start": 1634.22, "end": 1634.34, "word": " my", "probability": 0.78173828125}, {"start": 1634.34, "end": 1634.7, "word": " application,", "probability": 0.80322265625}, {"start": 1635.22, "end": 1635.78, "word": " when", "probability": 0.8125}, {"start": 1635.78, "end": 1635.88, "word": " I", "probability": 0.822265625}, {"start": 1635.88, "end": 1636.0, "word": " say", "probability": 0.463134765625}, {"start": 1636.0, "end": 1636.28, "word": " start", "probability": 0.81591796875}, {"start": 1636.28, "end": 1636.7, "word": " activity", "probability": 0.84814453125}, {"start": 1636.7, "end": 1636.92, "word": " you", "probability": 0.368408203125}, {"start": 1636.92, "end": 1636.98, "word": " are", "probability": 0.90869140625}, {"start": 1636.98, "end": 1637.34, "word": " two,", "probability": 0.73876953125}, {"start": 1637.46, "end": 1637.68, "word": " you", "probability": 0.666015625}, {"start": 1637.68, "end": 1637.72, "word": " are", "probability": 0.89892578125}, {"start": 1637.72, "end": 1638.0, "word": " two", "probability": 0.939453125}, {"start": 1638.0, "end": 1638.52, "word": " runs", "probability": 0.34130859375}, {"start": 1638.52, "end": 1639.46, "word": " chooser", "probability": 0.6942138671875}, {"start": 1639.46, "end": 1640.98, "word": " And", "probability": 0.2315673828125}, {"start": 1640.98, "end": 1642.2, "word": " through", "probability": 0.7880859375}, {"start": 1642.2, "end": 1642.96, "word": " chooser", "probability": 0.84814453125}, {"start": 1642.96, "end": 1644.54, "word": " I", "probability": 0.467041015625}, {"start": 1644.54, "end": 1644.94, "word": " choose", "probability": 0.837890625}, {"start": 1644.94, "end": 1645.42, "word": " the", "probability": 0.85888671875}, {"start": 1645.42, "end": 1645.92, "word": " application", "probability": 0.87158203125}, {"start": 1645.92, "end": 1646.62, "word": " that", "probability": 0.4853515625}, {"start": 1646.62, "end": 1646.8, "word": " I", "probability": 0.87841796875}, {"start": 1646.8, "end": 1646.84, "word": " want", "probability": 0.814453125}], "temperature": 1.0}, {"id": 66, "seek": 168463, "start": 1655.03, "end": 1684.63, "text": " These are the things that one does not memorize, okay? I mean, if you ... How do I know it? I do it again and forget it. I put it on Google, Stack Overflow, Create a Chooser. I subtract these two lines. Okay? But it is understood, it is not difficult. Okay, let's see if I found it. Yes, it is required in the exam. Yes, of course, not that I went back and memorized it. Like you, like me.", "tokens": [1981, 366, 264, 721, 300, 472, 775, 406, 27478, 11, 1392, 30, 286, 914, 11, 498, 291, 1097, 1012, 360, 286, 458, 309, 30, 286, 360, 309, 797, 293, 2870, 309, 13, 286, 829, 309, 322, 3329, 11, 37649, 4886, 10565, 11, 20248, 257, 12366, 22150, 13, 286, 16390, 613, 732, 3876, 13, 1033, 30, 583, 309, 307, 7320, 11, 309, 307, 406, 2252, 13, 1033, 11, 718, 311, 536, 498, 286, 1352, 309, 13, 1079, 11, 309, 307, 4739, 294, 264, 1139, 13, 1079, 11, 295, 1164, 11, 406, 300, 286, 1437, 646, 293, 46677, 309, 13, 1743, 291, 11, 411, 385, 13], "avg_logprob": -0.49047620182945617, "compression_ratio": 1.5537848605577689, "no_speech_prob": 0.0, "words": [{"start": 1655.03, "end": 1655.31, "word": " These", "probability": 0.2039794921875}, {"start": 1655.31, "end": 1655.37, "word": " are", "probability": 0.81396484375}, {"start": 1655.37, "end": 1655.79, "word": " the", "probability": 0.362060546875}, {"start": 1655.79, "end": 1656.09, "word": " things", "probability": 0.53662109375}, {"start": 1656.09, "end": 1656.25, "word": " that", "probability": 0.47119140625}, {"start": 1656.25, "end": 1656.37, "word": " one", "probability": 0.219970703125}, {"start": 1656.37, "end": 1656.51, "word": " does", "probability": 0.331787109375}, {"start": 1656.51, "end": 1656.51, "word": " not", "probability": 0.94091796875}, {"start": 1656.51, "end": 1656.77, "word": " memorize,", "probability": 0.6875}, {"start": 1657.33, "end": 1657.67, "word": " okay?", "probability": 0.278564453125}, {"start": 1657.95, "end": 1658.17, "word": " I", "probability": 0.246826171875}, {"start": 1658.17, "end": 1658.17, "word": " mean,", "probability": 0.66357421875}, {"start": 1659.13, "end": 1659.57, "word": " if", "probability": 0.646484375}, {"start": 1659.57, "end": 1659.87, "word": " you", "probability": 0.77734375}, {"start": 1659.87, "end": 1660.13, "word": " ...", "probability": 0.1507568359375}, {"start": 1660.13, "end": 1660.49, "word": " How", "probability": 0.59521484375}, {"start": 1660.49, "end": 1660.53, "word": " do", "probability": 0.88134765625}, {"start": 1660.53, "end": 1660.55, "word": " I", "probability": 0.9794921875}, {"start": 1660.55, "end": 1660.83, "word": " know", "probability": 0.8828125}, {"start": 1660.83, "end": 1660.99, "word": " it?", "probability": 0.64111328125}, {"start": 1661.67, "end": 1662.07, "word": " I", "probability": 0.91943359375}, {"start": 1662.07, "end": 1662.23, "word": " do", "probability": 0.476318359375}, {"start": 1662.23, "end": 1662.39, "word": " it", "probability": 0.61279296875}, {"start": 1662.39, "end": 1662.49, "word": " again", "probability": 0.53369140625}, {"start": 1662.49, "end": 1662.61, "word": " and", "probability": 0.88037109375}, {"start": 1662.61, "end": 1662.85, "word": " forget", "probability": 0.7568359375}, {"start": 1662.85, "end": 1663.25, "word": " it.", "probability": 0.74462890625}, {"start": 1663.31, "end": 1663.41, "word": " I", "probability": 0.90771484375}, {"start": 1663.41, "end": 1663.59, "word": " put", "probability": 0.56494140625}, {"start": 1663.59, "end": 1663.65, "word": " it", "probability": 0.64208984375}, {"start": 1663.65, "end": 1663.71, "word": " on", "probability": 0.888671875}, {"start": 1663.71, "end": 1663.97, "word": " Google,", "probability": 0.701171875}, {"start": 1664.09, "end": 1664.41, "word": " Stack", "probability": 0.57275390625}, {"start": 1664.41, "end": 1664.87, "word": " Overflow,", "probability": 0.926025390625}, {"start": 1664.97, "end": 1665.27, "word": " Create", "probability": 0.595703125}, {"start": 1665.27, "end": 1665.45, "word": " a", "probability": 0.509765625}, {"start": 1665.45, "end": 1665.79, "word": " Chooser.", "probability": 0.753173828125}, {"start": 1666.25, "end": 1666.39, "word": " I", "probability": 0.8095703125}, {"start": 1666.39, "end": 1666.59, "word": " subtract", "probability": 0.1522216796875}, {"start": 1666.59, "end": 1666.95, "word": " these", "probability": 0.6064453125}, {"start": 1666.95, "end": 1667.49, "word": " two", "probability": 0.79150390625}, {"start": 1667.49, "end": 1667.51, "word": " lines.", "probability": 0.8427734375}, {"start": 1669.31, "end": 1669.61, "word": " Okay?", "probability": 0.57373046875}, {"start": 1670.65, "end": 1671.05, "word": " But", "probability": 0.38720703125}, {"start": 1671.05, "end": 1671.31, "word": " it", "probability": 0.491455078125}, {"start": 1671.31, "end": 1671.45, "word": " is", "probability": 0.6396484375}, {"start": 1671.45, "end": 1671.75, "word": " understood,", "probability": 0.29052734375}, {"start": 1671.87, "end": 1671.97, "word": " it", "probability": 0.42041015625}, {"start": 1671.97, "end": 1671.97, "word": " is", "probability": 0.876953125}, {"start": 1671.97, "end": 1672.01, "word": " not", "probability": 0.93896484375}, {"start": 1672.01, "end": 1672.31, "word": " difficult.", "probability": 0.8330078125}, {"start": 1673.03, "end": 1673.21, "word": " Okay,", "probability": 0.62548828125}, {"start": 1673.31, "end": 1673.57, "word": " let's", "probability": 0.899169921875}, {"start": 1673.57, "end": 1673.77, "word": " see", "probability": 0.7880859375}, {"start": 1673.77, "end": 1673.91, "word": " if", "probability": 0.533203125}, {"start": 1673.91, "end": 1674.15, "word": " I", "probability": 0.79052734375}, {"start": 1674.15, "end": 1674.15, "word": " found", "probability": 0.193603515625}, {"start": 1674.15, "end": 1675.89, "word": " it.", "probability": 0.701171875}, {"start": 1679.79, "end": 1680.19, "word": " Yes,", "probability": 0.488037109375}, {"start": 1680.27, "end": 1680.31, "word": " it", "probability": 0.57958984375}, {"start": 1680.31, "end": 1680.31, "word": " is", "probability": 0.8017578125}, {"start": 1680.31, "end": 1680.49, "word": " required", "probability": 0.7119140625}, {"start": 1680.49, "end": 1680.85, "word": " in", "probability": 0.215576171875}, {"start": 1680.85, "end": 1680.95, "word": " the", "probability": 0.7998046875}, {"start": 1680.95, "end": 1681.15, "word": " exam.", "probability": 0.84521484375}, {"start": 1681.81, "end": 1682.21, "word": " Yes,", "probability": 0.7705078125}, {"start": 1682.33, "end": 1682.43, "word": " of", "probability": 0.880859375}, {"start": 1682.43, "end": 1682.47, "word": " course,", "probability": 0.958984375}, {"start": 1682.55, "end": 1682.67, "word": " not", "probability": 0.316650390625}, {"start": 1682.67, "end": 1682.75, "word": " that", "probability": 0.64453125}, {"start": 1682.75, "end": 1682.81, "word": " I", "probability": 0.98291015625}, {"start": 1682.81, "end": 1682.93, "word": " went", "probability": 0.69482421875}, {"start": 1682.93, "end": 1683.19, "word": " back", "probability": 0.28662109375}, {"start": 1683.19, "end": 1683.39, "word": " and", "probability": 0.8779296875}, {"start": 1683.39, "end": 1683.65, "word": " memorized", "probability": 0.95361328125}, {"start": 1683.65, "end": 1683.89, "word": " it.", "probability": 0.90234375}, {"start": 1683.95, "end": 1684.15, "word": " Like", "probability": 0.1865234375}, {"start": 1684.15, "end": 1684.31, "word": " you,", "probability": 0.6328125}, {"start": 1684.31, "end": 1684.43, "word": " like", "probability": 0.875}, {"start": 1684.43, "end": 1684.63, "word": " me.", "probability": 0.955078125}], "temperature": 1.0}, {"id": 67, "seek": 171325, "start": 1698.17, "end": 1713.25, "text": " Ok, this is the button, if I click on it, it will bring me what? Two options, ok? It will bring me everything that runs this intent, ok? And it wrote choose browser, which is the text that I wrote here.", "tokens": [3477, 11, 341, 307, 264, 2960, 11, 498, 286, 2052, 322, 309, 11, 309, 486, 1565, 385, 437, 30, 4453, 3956, 11, 3133, 30, 467, 486, 1565, 385, 1203, 300, 6676, 341, 8446, 11, 3133, 30, 400, 309, 4114, 2826, 11185, 11, 597, 307, 264, 2487, 300, 286, 4114, 510, 13], "avg_logprob": -0.606370176260288, "compression_ratio": 1.460431654676259, "no_speech_prob": 0.0, "words": [{"start": 1698.1699999999998, "end": 1698.61, "word": " Ok,", "probability": 0.145751953125}, {"start": 1698.83, "end": 1699.09, "word": " this", "probability": 0.53076171875}, {"start": 1699.09, "end": 1699.13, "word": " is", "probability": 0.779296875}, {"start": 1699.13, "end": 1699.83, "word": " the", "probability": 0.84814453125}, {"start": 1699.83, "end": 1700.19, "word": " button,", "probability": 0.7509765625}, {"start": 1700.41, "end": 1700.71, "word": " if", "probability": 0.6484375}, {"start": 1700.71, "end": 1700.87, "word": " I", "probability": 0.363037109375}, {"start": 1700.87, "end": 1701.07, "word": " click", "probability": 0.455810546875}, {"start": 1701.07, "end": 1701.27, "word": " on", "probability": 0.6884765625}, {"start": 1701.27, "end": 1701.49, "word": " it,", "probability": 0.892578125}, {"start": 1701.95, "end": 1702.31, "word": " it", "probability": 0.5810546875}, {"start": 1702.31, "end": 1702.37, "word": " will", "probability": 0.334228515625}, {"start": 1702.37, "end": 1702.53, "word": " bring", "probability": 0.69091796875}, {"start": 1702.53, "end": 1702.65, "word": " me", "probability": 0.5615234375}, {"start": 1702.65, "end": 1702.89, "word": " what?", "probability": 0.255859375}, {"start": 1703.57, "end": 1703.83, "word": " Two", "probability": 0.289306640625}, {"start": 1703.83, "end": 1704.19, "word": " options,", "probability": 0.66845703125}, {"start": 1704.35, "end": 1705.01, "word": " ok?", "probability": 0.48388671875}, {"start": 1706.49, "end": 1706.93, "word": " It", "probability": 0.4658203125}, {"start": 1706.93, "end": 1706.95, "word": " will", "probability": 0.4375}, {"start": 1706.95, "end": 1707.03, "word": " bring", "probability": 0.87255859375}, {"start": 1707.03, "end": 1708.71, "word": " me", "probability": 0.30615234375}, {"start": 1708.71, "end": 1709.03, "word": " everything", "probability": 0.277587890625}, {"start": 1709.03, "end": 1709.21, "word": " that", "probability": 0.70849609375}, {"start": 1709.21, "end": 1709.51, "word": " runs", "probability": 0.232421875}, {"start": 1709.51, "end": 1709.71, "word": " this", "probability": 0.63623046875}, {"start": 1709.71, "end": 1710.05, "word": " intent,", "probability": 0.63525390625}, {"start": 1710.43, "end": 1710.69, "word": " ok?", "probability": 0.75390625}, {"start": 1710.75, "end": 1710.85, "word": " And", "probability": 0.58349609375}, {"start": 1710.85, "end": 1710.97, "word": " it", "probability": 0.5087890625}, {"start": 1710.97, "end": 1711.19, "word": " wrote", "probability": 0.52490234375}, {"start": 1711.19, "end": 1711.57, "word": " choose", "probability": 0.280029296875}, {"start": 1711.57, "end": 1711.99, "word": " browser,", "probability": 0.78662109375}, {"start": 1712.03, "end": 1712.15, "word": " which", "probability": 0.4638671875}, {"start": 1712.15, "end": 1712.19, "word": " is", "probability": 0.90283203125}, {"start": 1712.19, "end": 1712.29, "word": " the", "probability": 0.77587890625}, {"start": 1712.29, "end": 1712.49, "word": " text", "probability": 0.78125}, {"start": 1712.49, "end": 1712.61, "word": " that", "probability": 0.5966796875}, {"start": 1712.61, "end": 1712.73, "word": " I", "probability": 0.98681640625}, {"start": 1712.73, "end": 1712.99, "word": " wrote", "probability": 0.86279296875}, {"start": 1712.99, "end": 1713.25, "word": " here.", "probability": 0.783203125}], "temperature": 1.0}, {"id": 68, "seek": 173009, "start": 1714.77, "end": 1730.09, "text": " Okay, this is Chrome for example. I will open it on Chrome. Okay guys, now let's delete this and try to run another application on the device.", "tokens": [1033, 11, 341, 307, 15327, 337, 1365, 13, 286, 486, 1269, 309, 322, 15327, 13, 1033, 1074, 11, 586, 718, 311, 12097, 341, 293, 853, 281, 1190, 1071, 3861, 322, 264, 4302, 13], "avg_logprob": -0.6213235153871424, "compression_ratio": 1.2327586206896552, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1714.77, "end": 1715.09, "word": " Okay,", "probability": 0.120849609375}, {"start": 1715.15, "end": 1715.29, "word": " this", "probability": 0.358154296875}, {"start": 1715.29, "end": 1715.29, "word": " is", "probability": 0.8193359375}, {"start": 1715.29, "end": 1715.51, "word": " Chrome", "probability": 0.66650390625}, {"start": 1715.51, "end": 1715.73, "word": " for", "probability": 0.578125}, {"start": 1715.73, "end": 1715.99, "word": " example.", "probability": 0.8994140625}, {"start": 1716.73, "end": 1716.81, "word": " I", "probability": 0.537109375}, {"start": 1716.81, "end": 1716.93, "word": " will", "probability": 0.1134033203125}, {"start": 1716.93, "end": 1717.35, "word": " open", "probability": 0.31103515625}, {"start": 1717.35, "end": 1717.63, "word": " it", "probability": 0.64306640625}, {"start": 1717.63, "end": 1717.73, "word": " on", "probability": 0.37060546875}, {"start": 1717.73, "end": 1718.03, "word": " Chrome.", "probability": 0.8095703125}, {"start": 1719.17, "end": 1719.65, "word": " Okay", "probability": 0.178466796875}, {"start": 1719.65, "end": 1724.23, "word": " guys,", "probability": 0.481201171875}, {"start": 1724.71, "end": 1725.27, "word": " now", "probability": 0.65283203125}, {"start": 1725.27, "end": 1726.23, "word": " let's", "probability": 0.7587890625}, {"start": 1726.23, "end": 1726.47, "word": " delete", "probability": 0.5712890625}, {"start": 1726.47, "end": 1726.89, "word": " this", "probability": 0.78076171875}, {"start": 1726.89, "end": 1727.31, "word": " and", "probability": 0.580078125}, {"start": 1727.31, "end": 1727.77, "word": " try", "probability": 0.68310546875}, {"start": 1727.77, "end": 1728.01, "word": " to", "probability": 0.55126953125}, {"start": 1728.01, "end": 1728.31, "word": " run", "probability": 0.6708984375}, {"start": 1728.31, "end": 1728.93, "word": " another", "probability": 0.82568359375}, {"start": 1728.93, "end": 1729.29, "word": " application", "probability": 0.82275390625}, {"start": 1729.29, "end": 1729.73, "word": " on", "probability": 0.85791015625}, {"start": 1729.73, "end": 1729.79, "word": " the", "probability": 0.77734375}, {"start": 1729.79, "end": 1730.09, "word": " device.", "probability": 0.83056640625}], "temperature": 1.0}, {"id": 69, "seek": 175973, "start": 1735.07, "end": 1759.73, "text": " No, it means, look, now I will give you examples, okay? I will not try everything, because there are things related to security and permissions that we have not tried yet, okay? I will try the easy things. For example, of course this is not a memory, I got it from the internet. If you go and write common intents, what is common? Common, it will bring you this. For example, this is the intent that you can use to send an email.", "tokens": [883, 11, 309, 1355, 11, 574, 11, 586, 286, 486, 976, 291, 5110, 11, 1392, 30, 286, 486, 406, 853, 1203, 11, 570, 456, 366, 721, 4077, 281, 3825, 293, 32723, 300, 321, 362, 406, 3031, 1939, 11, 1392, 30, 286, 486, 853, 264, 1858, 721, 13, 1171, 1365, 11, 295, 1164, 341, 307, 406, 257, 4675, 11, 286, 658, 309, 490, 264, 4705, 13, 759, 291, 352, 293, 2464, 2689, 560, 791, 11, 437, 307, 2689, 30, 18235, 11, 309, 486, 1565, 291, 341, 13, 1171, 1365, 11, 341, 307, 264, 8446, 300, 291, 393, 764, 281, 2845, 364, 3796, 13], "avg_logprob": -0.4544902918408218, "compression_ratio": 1.7479674796747968, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1735.07, "end": 1735.41, "word": " No,", "probability": 0.425537109375}, {"start": 1735.75, "end": 1735.75, "word": " it", "probability": 0.26806640625}, {"start": 1735.75, "end": 1735.75, "word": " means,", "probability": 0.58349609375}, {"start": 1735.87, "end": 1736.09, "word": " look,", "probability": 0.6142578125}, {"start": 1736.43, "end": 1736.85, "word": " now", "probability": 0.396728515625}, {"start": 1736.85, "end": 1736.99, "word": " I", "probability": 0.9228515625}, {"start": 1736.99, "end": 1737.09, "word": " will", "probability": 0.51806640625}, {"start": 1737.09, "end": 1737.35, "word": " give", "probability": 0.449462890625}, {"start": 1737.35, "end": 1737.57, "word": " you", "probability": 0.908203125}, {"start": 1737.57, "end": 1738.21, "word": " examples,", "probability": 0.51318359375}, {"start": 1738.87, "end": 1739.17, "word": " okay?", "probability": 0.356689453125}, {"start": 1739.39, "end": 1739.67, "word": " I", "probability": 0.35595703125}, {"start": 1739.67, "end": 1739.79, "word": " will", "probability": 0.55419921875}, {"start": 1739.79, "end": 1739.79, "word": " not", "probability": 0.9267578125}, {"start": 1739.79, "end": 1739.83, "word": " try", "probability": 0.5908203125}, {"start": 1739.83, "end": 1740.09, "word": " everything,", "probability": 0.572265625}, {"start": 1740.71, "end": 1740.95, "word": " because", "probability": 0.87646484375}, {"start": 1740.95, "end": 1741.15, "word": " there", "probability": 0.80859375}, {"start": 1741.15, "end": 1741.23, "word": " are", "probability": 0.89794921875}, {"start": 1741.23, "end": 1741.47, "word": " things", "probability": 0.422607421875}, {"start": 1741.47, "end": 1742.03, "word": " related", "probability": 0.471435546875}, {"start": 1742.03, "end": 1742.23, "word": " to", "probability": 0.923828125}, {"start": 1742.23, "end": 1742.69, "word": " security", "probability": 0.87744140625}, {"start": 1742.69, "end": 1742.89, "word": " and", "probability": 0.8837890625}, {"start": 1742.89, "end": 1743.37, "word": " permissions", "probability": 0.84814453125}, {"start": 1743.37, "end": 1743.67, "word": " that", "probability": 0.52392578125}, {"start": 1743.67, "end": 1743.91, "word": " we", "probability": 0.85302734375}, {"start": 1743.91, "end": 1744.01, "word": " have", "probability": 0.470458984375}, {"start": 1744.01, "end": 1744.03, "word": " not", "probability": 0.91455078125}, {"start": 1744.03, "end": 1744.37, "word": " tried", "probability": 0.14990234375}, {"start": 1744.37, "end": 1744.67, "word": " yet,", "probability": 0.591796875}, {"start": 1744.71, "end": 1745.39, "word": " okay?", "probability": 0.79296875}, {"start": 1745.95, "end": 1746.19, "word": " I", "probability": 0.96875}, {"start": 1746.19, "end": 1746.27, "word": " will", "probability": 0.351806640625}, {"start": 1746.27, "end": 1746.51, "word": " try", "probability": 0.90478515625}, {"start": 1746.51, "end": 1746.61, "word": " the", "probability": 0.477294921875}, {"start": 1746.61, "end": 1747.21, "word": " easy", "probability": 0.66845703125}, {"start": 1747.21, "end": 1747.23, "word": " things.", "probability": 0.5048828125}, {"start": 1747.85, "end": 1748.03, "word": " For", "probability": 0.916015625}, {"start": 1748.03, "end": 1748.25, "word": " example,", "probability": 0.91357421875}, {"start": 1748.69, "end": 1748.85, "word": " of", "probability": 0.48046875}, {"start": 1748.85, "end": 1748.93, "word": " course", "probability": 0.962890625}, {"start": 1748.93, "end": 1749.09, "word": " this", "probability": 0.54296875}, {"start": 1749.09, "end": 1749.15, "word": " is", "probability": 0.89453125}, {"start": 1749.15, "end": 1749.25, "word": " not", "probability": 0.93994140625}, {"start": 1749.25, "end": 1749.35, "word": " a", "probability": 0.369873046875}, {"start": 1749.35, "end": 1749.57, "word": " memory,", "probability": 0.373046875}, {"start": 1749.65, "end": 1749.85, "word": " I", "probability": 0.9521484375}, {"start": 1749.85, "end": 1750.03, "word": " got", "probability": 0.43310546875}, {"start": 1750.03, "end": 1750.21, "word": " it", "probability": 0.82666015625}, {"start": 1750.21, "end": 1750.29, "word": " from", "probability": 0.85546875}, {"start": 1750.29, "end": 1750.69, "word": " the", "probability": 0.51318359375}, {"start": 1750.69, "end": 1750.89, "word": " internet.", "probability": 0.68310546875}, {"start": 1751.07, "end": 1751.29, "word": " If", "probability": 0.82080078125}, {"start": 1751.29, "end": 1751.43, "word": " you", "probability": 0.96337890625}, {"start": 1751.43, "end": 1751.53, "word": " go", "probability": 0.42919921875}, {"start": 1751.53, "end": 1751.71, "word": " and", "probability": 0.72607421875}, {"start": 1751.71, "end": 1751.95, "word": " write", "probability": 0.7548828125}, {"start": 1751.95, "end": 1752.33, "word": " common", "probability": 0.7724609375}, {"start": 1752.33, "end": 1752.93, "word": " intents,", "probability": 0.7081298828125}, {"start": 1753.03, "end": 1753.13, "word": " what", "probability": 0.73193359375}, {"start": 1753.13, "end": 1753.23, "word": " is", "probability": 0.87158203125}, {"start": 1753.23, "end": 1753.53, "word": " common?", "probability": 0.82080078125}, {"start": 1754.37, "end": 1754.81, "word": " Common,", "probability": 0.4072265625}, {"start": 1754.93, "end": 1755.11, "word": " it", "probability": 0.5078125}, {"start": 1755.11, "end": 1755.13, "word": " will", "probability": 0.34033203125}, {"start": 1755.13, "end": 1755.25, "word": " bring", "probability": 0.43896484375}, {"start": 1755.25, "end": 1755.41, "word": " you", "probability": 0.8388671875}, {"start": 1755.41, "end": 1755.57, "word": " this.", "probability": 0.363037109375}, {"start": 1755.75, "end": 1755.97, "word": " For", "probability": 0.90380859375}, {"start": 1755.97, "end": 1756.11, "word": " example,", "probability": 0.96142578125}, {"start": 1756.43, "end": 1756.67, "word": " this", "probability": 0.92529296875}, {"start": 1756.67, "end": 1756.69, "word": " is", "probability": 0.94189453125}, {"start": 1756.69, "end": 1756.79, "word": " the", "probability": 0.83837890625}, {"start": 1756.79, "end": 1757.17, "word": " intent", "probability": 0.708984375}, {"start": 1757.17, "end": 1757.49, "word": " that", "probability": 0.7578125}, {"start": 1757.49, "end": 1757.87, "word": " you", "probability": 0.9619140625}, {"start": 1757.87, "end": 1758.15, "word": " can", "probability": 0.8837890625}, {"start": 1758.15, "end": 1758.65, "word": " use", "probability": 0.892578125}, {"start": 1758.65, "end": 1759.07, "word": " to", "probability": 0.93408203125}, {"start": 1759.07, "end": 1759.37, "word": " send", "probability": 0.80517578125}, {"start": 1759.37, "end": 1759.59, "word": " an", "probability": 0.708984375}, {"start": 1759.59, "end": 1759.73, "word": " email.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 70, "seek": 178768, "start": 1761.46, "end": 1787.68, "text": " For example, to send an email, you need to create a new intent called ActionSend. This is for sending an email. This gate does not only generate the intent, you need to put data in it.", "tokens": [1171, 1365, 11, 281, 2845, 364, 3796, 11, 291, 643, 281, 1884, 257, 777, 8446, 1219, 16261, 50, 521, 13, 639, 307, 337, 7750, 364, 3796, 13, 639, 8539, 775, 406, 787, 8460, 264, 8446, 11, 291, 643, 281, 829, 1412, 294, 309, 13], "avg_logprob": -0.4920138676961263, "compression_ratio": 1.4566929133858268, "no_speech_prob": 0.0, "words": [{"start": 1761.46, "end": 1761.98, "word": " For", "probability": 0.388916015625}, {"start": 1761.98, "end": 1762.5, "word": " example,", "probability": 0.8232421875}, {"start": 1762.64, "end": 1762.92, "word": " to", "probability": 0.55126953125}, {"start": 1762.92, "end": 1763.14, "word": " send", "probability": 0.783203125}, {"start": 1763.14, "end": 1763.38, "word": " an", "probability": 0.62646484375}, {"start": 1763.38, "end": 1763.56, "word": " email,", "probability": 0.91064453125}, {"start": 1764.04, "end": 1764.06, "word": " you", "probability": 0.84228515625}, {"start": 1764.06, "end": 1764.3, "word": " need", "probability": 0.50732421875}, {"start": 1764.3, "end": 1764.38, "word": " to", "probability": 0.95263671875}, {"start": 1764.38, "end": 1764.78, "word": " create", "probability": 0.68310546875}, {"start": 1764.78, "end": 1768.3, "word": " a", "probability": 0.416015625}, {"start": 1768.3, "end": 1768.54, "word": " new", "probability": 0.798828125}, {"start": 1768.54, "end": 1769.42, "word": " intent", "probability": 0.82470703125}, {"start": 1769.42, "end": 1772.02, "word": " called", "probability": 0.2408447265625}, {"start": 1772.02, "end": 1775.66, "word": " ActionSend.", "probability": 0.732666015625}, {"start": 1780.78, "end": 1781.3, "word": " This", "probability": 0.67822265625}, {"start": 1781.3, "end": 1781.38, "word": " is", "probability": 0.6767578125}, {"start": 1781.38, "end": 1781.54, "word": " for", "probability": 0.393798828125}, {"start": 1781.54, "end": 1781.92, "word": " sending", "probability": 0.65576171875}, {"start": 1781.92, "end": 1783.06, "word": " an", "probability": 0.39453125}, {"start": 1783.06, "end": 1783.32, "word": " email.", "probability": 0.9560546875}, {"start": 1784.24, "end": 1784.48, "word": " This", "probability": 0.491943359375}, {"start": 1784.48, "end": 1784.68, "word": " gate", "probability": 0.546875}, {"start": 1784.68, "end": 1785.06, "word": " does", "probability": 0.2294921875}, {"start": 1785.06, "end": 1785.4, "word": " not", "probability": 0.9453125}, {"start": 1785.4, "end": 1785.66, "word": " only", "probability": 0.69677734375}, {"start": 1785.66, "end": 1786.02, "word": " generate", "probability": 0.40185546875}, {"start": 1786.02, "end": 1786.16, "word": " the", "probability": 0.5478515625}, {"start": 1786.16, "end": 1786.42, "word": " intent,", "probability": 0.8896484375}, {"start": 1786.62, "end": 1786.72, "word": " you", "probability": 0.454833984375}, {"start": 1786.72, "end": 1786.92, "word": " need", "probability": 0.4892578125}, {"start": 1786.92, "end": 1786.92, "word": " to", "probability": 0.96240234375}, {"start": 1786.92, "end": 1787.06, "word": " put", "probability": 0.297119140625}, {"start": 1787.06, "end": 1787.5, "word": " data", "probability": 0.7626953125}, {"start": 1787.5, "end": 1787.68, "word": " in", "probability": 0.59912109375}, {"start": 1787.68, "end": 1787.68, "word": " it.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 71, "seek": 181688, "start": 1788.36, "end": 1816.88, "text": " All right? The data that you want to put, it is also given a fixed name, with specific names. That is, you have to put this data, you have to say intent to this type plain text, to specify the type of text you want to send in the email. And they say you have to give a spot extra, the data, its key is called extra email, email. This concept, extra email, is changed, fixed, is present in the class intent.", "tokens": [1057, 558, 30, 440, 1412, 300, 291, 528, 281, 829, 11, 309, 307, 611, 2212, 257, 6806, 1315, 11, 365, 2685, 5288, 13, 663, 307, 11, 291, 362, 281, 829, 341, 1412, 11, 291, 362, 281, 584, 8446, 281, 341, 2010, 11121, 2487, 11, 281, 16500, 264, 2010, 295, 2487, 291, 528, 281, 2845, 294, 264, 3796, 13, 400, 436, 584, 291, 362, 281, 976, 257, 4008, 2857, 11, 264, 1412, 11, 1080, 2141, 307, 1219, 2857, 3796, 11, 3796, 13, 639, 3410, 11, 2857, 3796, 11, 307, 3105, 11, 6806, 11, 307, 1974, 294, 264, 1508, 8446, 13], "avg_logprob": -0.5662499910593033, "compression_ratio": 1.8669724770642202, "no_speech_prob": 0.0, "words": [{"start": 1788.36, "end": 1788.58, "word": " All", "probability": 0.103759765625}, {"start": 1788.58, "end": 1788.78, "word": " right?", "probability": 0.6044921875}, {"start": 1789.14, "end": 1789.42, "word": " The", "probability": 0.56884765625}, {"start": 1789.42, "end": 1789.66, "word": " data", "probability": 0.654296875}, {"start": 1789.66, "end": 1789.84, "word": " that", "probability": 0.34326171875}, {"start": 1789.84, "end": 1790.04, "word": " you", "probability": 0.8681640625}, {"start": 1790.04, "end": 1790.12, "word": " want", "probability": 0.355224609375}, {"start": 1790.12, "end": 1790.12, "word": " to", "probability": 0.9609375}, {"start": 1790.12, "end": 1790.3, "word": " put,", "probability": 0.42822265625}, {"start": 1790.92, "end": 1791.18, "word": " it", "probability": 0.30810546875}, {"start": 1791.18, "end": 1791.9, "word": " is", "probability": 0.4423828125}, {"start": 1791.9, "end": 1792.3, "word": " also", "probability": 0.6328125}, {"start": 1792.3, "end": 1792.78, "word": " given", "probability": 0.498291015625}, {"start": 1792.78, "end": 1793.04, "word": " a", "probability": 0.27392578125}, {"start": 1793.04, "end": 1793.36, "word": " fixed", "probability": 0.491455078125}, {"start": 1793.36, "end": 1793.64, "word": " name,", "probability": 0.56884765625}, {"start": 1793.64, "end": 1794.16, "word": " with", "probability": 0.471923828125}, {"start": 1794.16, "end": 1794.24, "word": " specific", "probability": 0.6259765625}, {"start": 1794.24, "end": 1794.9, "word": " names.", "probability": 0.7919921875}, {"start": 1795.2, "end": 1795.5, "word": " That", "probability": 0.183837890625}, {"start": 1795.5, "end": 1795.5, "word": " is,", "probability": 0.72021484375}, {"start": 1795.52, "end": 1795.6, "word": " you", "probability": 0.324462890625}, {"start": 1795.6, "end": 1795.76, "word": " have", "probability": 0.324951171875}, {"start": 1795.76, "end": 1796.08, "word": " to", "probability": 0.970703125}, {"start": 1796.08, "end": 1796.34, "word": " put", "probability": 0.70947265625}, {"start": 1796.34, "end": 1796.46, "word": " this", "probability": 0.441162109375}, {"start": 1796.46, "end": 1796.78, "word": " data,", "probability": 0.900390625}, {"start": 1796.98, "end": 1797.16, "word": " you", "probability": 0.8544921875}, {"start": 1797.16, "end": 1797.24, "word": " have", "probability": 0.7373046875}, {"start": 1797.24, "end": 1797.36, "word": " to", "probability": 0.9716796875}, {"start": 1797.36, "end": 1797.6, "word": " say", "probability": 0.343017578125}, {"start": 1797.6, "end": 1797.96, "word": " intent", "probability": 0.176513671875}, {"start": 1797.96, "end": 1798.24, "word": " to", "probability": 0.56982421875}, {"start": 1798.24, "end": 1798.38, "word": " this", "probability": 0.405029296875}, {"start": 1798.38, "end": 1798.8, "word": " type", "probability": 0.7880859375}, {"start": 1798.8, "end": 1799.38, "word": " plain", "probability": 0.7109375}, {"start": 1799.38, "end": 1799.7, "word": " text,", "probability": 0.6513671875}, {"start": 1799.8, "end": 1799.96, "word": " to", "probability": 0.7490234375}, {"start": 1799.96, "end": 1800.3, "word": " specify", "probability": 0.489501953125}, {"start": 1800.3, "end": 1800.58, "word": " the", "probability": 0.78759765625}, {"start": 1800.58, "end": 1800.58, "word": " type", "probability": 0.89013671875}, {"start": 1800.58, "end": 1801.72, "word": " of", "probability": 0.9541015625}, {"start": 1801.72, "end": 1801.92, "word": " text", "probability": 0.9599609375}, {"start": 1801.92, "end": 1802.08, "word": " you", "probability": 0.5361328125}, {"start": 1802.08, "end": 1802.22, "word": " want", "probability": 0.80322265625}, {"start": 1802.22, "end": 1802.22, "word": " to", "probability": 0.9560546875}, {"start": 1802.22, "end": 1802.34, "word": " send", "probability": 0.80126953125}, {"start": 1802.34, "end": 1802.54, "word": " in", "probability": 0.64111328125}, {"start": 1802.54, "end": 1802.62, "word": " the", "probability": 0.8515625}, {"start": 1802.62, "end": 1802.8, "word": " email.", "probability": 0.9140625}, {"start": 1803.1, "end": 1803.26, "word": " And", "probability": 0.71630859375}, {"start": 1803.26, "end": 1803.4, "word": " they", "probability": 0.231201171875}, {"start": 1803.4, "end": 1803.5, "word": " say", "probability": 0.60205078125}, {"start": 1803.5, "end": 1803.66, "word": " you", "probability": 0.465087890625}, {"start": 1803.66, "end": 1803.86, "word": " have", "probability": 0.75}, {"start": 1803.86, "end": 1803.98, "word": " to", "probability": 0.9697265625}, {"start": 1803.98, "end": 1804.24, "word": " give", "probability": 0.66064453125}, {"start": 1804.24, "end": 1804.54, "word": " a", "probability": 0.292724609375}, {"start": 1804.54, "end": 1804.72, "word": " spot", "probability": 0.73583984375}, {"start": 1804.72, "end": 1805.22, "word": " extra,", "probability": 0.79052734375}, {"start": 1806.4, "end": 1806.72, "word": " the", "probability": 0.64453125}, {"start": 1806.72, "end": 1806.98, "word": " data,", "probability": 0.377685546875}, {"start": 1807.22, "end": 1807.3, "word": " its", "probability": 0.56103515625}, {"start": 1807.3, "end": 1807.56, "word": " key", "probability": 0.93310546875}, {"start": 1807.56, "end": 1808.08, "word": " is", "probability": 0.7744140625}, {"start": 1808.08, "end": 1808.28, "word": " called", "probability": 0.7568359375}, {"start": 1808.28, "end": 1808.64, "word": " extra", "probability": 0.75439453125}, {"start": 1808.64, "end": 1808.96, "word": " email,", "probability": 0.916015625}, {"start": 1810.22, "end": 1810.84, "word": " email.", "probability": 0.67431640625}, {"start": 1811.64, "end": 1812.16, "word": " This", "probability": 0.55078125}, {"start": 1812.16, "end": 1812.54, "word": " concept,", "probability": 0.436767578125}, {"start": 1812.68, "end": 1812.94, "word": " extra", "probability": 0.81494140625}, {"start": 1812.94, "end": 1813.18, "word": " email,", "probability": 0.96142578125}, {"start": 1813.26, "end": 1813.32, "word": " is", "probability": 0.56591796875}, {"start": 1813.32, "end": 1813.74, "word": " changed,", "probability": 0.392578125}, {"start": 1814.56, "end": 1814.9, "word": " fixed,", "probability": 0.72021484375}, {"start": 1815.04, "end": 1815.16, "word": " is", "probability": 0.1717529296875}, {"start": 1815.16, "end": 1815.4, "word": " present", "probability": 0.57763671875}, {"start": 1815.4, "end": 1815.56, "word": " in", "probability": 0.4716796875}, {"start": 1815.56, "end": 1816.32, "word": " the", "probability": 0.80517578125}, {"start": 1816.32, "end": 1816.62, "word": " class", "probability": 0.8779296875}, {"start": 1816.62, "end": 1816.88, "word": " intent.", "probability": 0.60302734375}], "temperature": 1.0}, {"id": 72, "seek": 184143, "start": 1827.95, "end": 1841.43, "text": " For example, you want to send an email to ahmedali at hotmail.com", "tokens": [1171, 1365, 11, 291, 528, 281, 2845, 364, 3796, 281, 3716, 1912, 5103, 412, 2368, 11799, 13, 1112], "avg_logprob": -0.4880756453463906, "compression_ratio": 1.0, "no_speech_prob": 0.0, "words": [{"start": 1827.9499999999998, "end": 1829.35, "word": " For", "probability": 0.074951171875}, {"start": 1829.35, "end": 1830.75, "word": " example,", "probability": 0.71533203125}, {"start": 1834.55, "end": 1834.59, "word": " you", "probability": 0.28515625}, {"start": 1834.59, "end": 1834.89, "word": " want", "probability": 0.62353515625}, {"start": 1834.89, "end": 1835.03, "word": " to", "probability": 0.96240234375}, {"start": 1835.03, "end": 1835.11, "word": " send", "probability": 0.66650390625}, {"start": 1835.11, "end": 1836.61, "word": " an", "probability": 0.252197265625}, {"start": 1836.61, "end": 1836.61, "word": " email", "probability": 0.896484375}, {"start": 1836.61, "end": 1837.41, "word": " to", "probability": 0.8876953125}, {"start": 1837.41, "end": 1838.93, "word": " ahmedali", "probability": 0.6954752604166666}, {"start": 1838.93, "end": 1840.05, "word": " at", "probability": 0.00853729248046875}, {"start": 1840.05, "end": 1840.79, "word": " hotmail", "probability": 0.92236328125}, {"start": 1840.79, "end": 1841.43, "word": ".com", "probability": 0.867431640625}], "temperature": 1.0}, {"id": 73, "seek": 186257, "start": 1859.65, "end": 1862.57, "text": " How are you?", "tokens": [1012, 366, 291, 30], "avg_logprob": -0.509375, "compression_ratio": 0.6190476190476191, "no_speech_prob": 0.0, "words": [{"start": 1859.6499999999999, "end": 1861.05, "word": " How", "probability": 0.1337890625}, {"start": 1861.05, "end": 1862.45, "word": " are", "probability": 0.92138671875}, {"start": 1862.45, "end": 1862.57, "word": " you?", "probability": 0.9658203125}], "temperature": 1.0}, {"id": 74, "seek": 190125, "start": 1873.53, "end": 1901.25, "text": " This is the text. This is the subject, which is the title that appears in the email. These are all data that are stored in the intent. And it has to be stored in specific names. Why? Because it goes into the activity of the email, affecting whom? It affects these data. There is a specific shape. In order for the email to work correctly, the data has to be stored in this shape. And then what came next? Let's say", "tokens": [639, 307, 264, 2487, 13, 639, 307, 264, 3983, 11, 597, 307, 264, 4876, 300, 7038, 294, 264, 3796, 13, 1981, 366, 439, 1412, 300, 366, 12187, 294, 264, 8446, 13, 400, 309, 575, 281, 312, 12187, 294, 2685, 5288, 13, 1545, 30, 1436, 309, 1709, 666, 264, 5191, 295, 264, 3796, 11, 17476, 7101, 30, 467, 11807, 613, 1412, 13, 821, 307, 257, 2685, 3909, 13, 682, 1668, 337, 264, 3796, 281, 589, 8944, 11, 264, 1412, 575, 281, 312, 12187, 294, 341, 3909, 13, 400, 550, 437, 1361, 958, 30, 961, 311, 584], "avg_logprob": -0.5166015618791183, "compression_ratio": 1.7659574468085106, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1873.53, "end": 1873.87, "word": " This", "probability": 0.44873046875}, {"start": 1873.87, "end": 1873.95, "word": " is", "probability": 0.77001953125}, {"start": 1873.95, "end": 1874.91, "word": " the", "probability": 0.74951171875}, {"start": 1874.91, "end": 1875.29, "word": " text.", "probability": 0.6865234375}, {"start": 1875.59, "end": 1875.77, "word": " This", "probability": 0.71875}, {"start": 1875.77, "end": 1875.79, "word": " is", "probability": 0.890625}, {"start": 1875.79, "end": 1875.91, "word": " the", "probability": 0.8681640625}, {"start": 1875.91, "end": 1876.21, "word": " subject,", "probability": 0.8681640625}, {"start": 1876.41, "end": 1876.41, "word": " which", "probability": 0.65673828125}, {"start": 1876.41, "end": 1876.47, "word": " is", "probability": 0.84814453125}, {"start": 1876.47, "end": 1876.61, "word": " the", "probability": 0.8212890625}, {"start": 1876.61, "end": 1876.95, "word": " title", "probability": 0.9609375}, {"start": 1876.95, "end": 1877.15, "word": " that", "probability": 0.40380859375}, {"start": 1877.15, "end": 1877.35, "word": " appears", "probability": 0.69091796875}, {"start": 1877.35, "end": 1877.51, "word": " in", "probability": 0.78759765625}, {"start": 1877.51, "end": 1877.59, "word": " the", "probability": 0.716796875}, {"start": 1877.59, "end": 1877.75, "word": " email.", "probability": 0.93408203125}, {"start": 1878.73, "end": 1879.21, "word": " These", "probability": 0.135986328125}, {"start": 1879.21, "end": 1879.49, "word": " are", "probability": 0.65478515625}, {"start": 1879.49, "end": 1879.51, "word": " all", "probability": 0.5859375}, {"start": 1879.51, "end": 1880.09, "word": " data", "probability": 0.56103515625}, {"start": 1880.09, "end": 1880.43, "word": " that", "probability": 0.54248046875}, {"start": 1880.43, "end": 1880.55, "word": " are", "probability": 0.7666015625}, {"start": 1880.55, "end": 1880.73, "word": " stored", "probability": 0.398193359375}, {"start": 1880.73, "end": 1880.89, "word": " in", "probability": 0.85791015625}, {"start": 1880.89, "end": 1882.01, "word": " the", "probability": 0.64892578125}, {"start": 1882.01, "end": 1882.33, "word": " intent.", "probability": 0.55126953125}, {"start": 1882.81, "end": 1883.05, "word": " And", "probability": 0.435546875}, {"start": 1883.05, "end": 1883.11, "word": " it", "probability": 0.33740234375}, {"start": 1883.11, "end": 1883.23, "word": " has", "probability": 0.2384033203125}, {"start": 1883.23, "end": 1883.33, "word": " to", "probability": 0.97021484375}, {"start": 1883.33, "end": 1883.43, "word": " be", "probability": 0.8310546875}, {"start": 1883.43, "end": 1883.59, "word": " stored", "probability": 0.7744140625}, {"start": 1883.59, "end": 1883.75, "word": " in", "probability": 0.476318359375}, {"start": 1883.75, "end": 1883.83, "word": " specific", "probability": 0.473388671875}, {"start": 1883.83, "end": 1884.39, "word": " names.", "probability": 0.288330078125}, {"start": 1885.47, "end": 1885.77, "word": " Why?", "probability": 0.77880859375}, {"start": 1885.87, "end": 1886.05, "word": " Because", "probability": 0.927734375}, {"start": 1886.05, "end": 1886.29, "word": " it", "probability": 0.450439453125}, {"start": 1886.29, "end": 1886.55, "word": " goes", "probability": 0.447509765625}, {"start": 1886.55, "end": 1887.67, "word": " into", "probability": 0.2325439453125}, {"start": 1887.67, "end": 1887.73, "word": " the", "probability": 0.8427734375}, {"start": 1887.73, "end": 1888.13, "word": " activity", "probability": 0.748046875}, {"start": 1888.13, "end": 1888.39, "word": " of", "probability": 0.53955078125}, {"start": 1888.39, "end": 1888.51, "word": " the", "probability": 0.625}, {"start": 1888.51, "end": 1888.77, "word": " email,", "probability": 0.93994140625}, {"start": 1889.07, "end": 1889.35, "word": " affecting", "probability": 0.294677734375}, {"start": 1889.35, "end": 1889.71, "word": " whom?", "probability": 0.65771484375}, {"start": 1890.77, "end": 1891.25, "word": " It", "probability": 0.55810546875}, {"start": 1891.25, "end": 1891.47, "word": " affects", "probability": 0.71142578125}, {"start": 1891.47, "end": 1891.65, "word": " these", "probability": 0.6728515625}, {"start": 1891.65, "end": 1891.91, "word": " data.", "probability": 0.7998046875}, {"start": 1892.59, "end": 1893.07, "word": " There", "probability": 0.1702880859375}, {"start": 1893.07, "end": 1893.31, "word": " is", "probability": 0.77685546875}, {"start": 1893.31, "end": 1893.73, "word": " a", "probability": 0.95166015625}, {"start": 1893.73, "end": 1894.27, "word": " specific", "probability": 0.806640625}, {"start": 1894.27, "end": 1894.27, "word": " shape.", "probability": 0.3466796875}, {"start": 1894.41, "end": 1894.49, "word": " In", "probability": 0.5859375}, {"start": 1894.49, "end": 1894.59, "word": " order", "probability": 0.91259765625}, {"start": 1894.59, "end": 1894.79, "word": " for", "probability": 0.39794921875}, {"start": 1894.79, "end": 1895.07, "word": " the", "probability": 0.68017578125}, {"start": 1895.07, "end": 1895.27, "word": " email", "probability": 0.9423828125}, {"start": 1895.27, "end": 1895.29, "word": " to", "probability": 0.96533203125}, {"start": 1895.29, "end": 1895.29, "word": " work", "probability": 0.54345703125}, {"start": 1895.29, "end": 1895.61, "word": " correctly,", "probability": 0.52197265625}, {"start": 1896.07, "end": 1896.09, "word": " the", "probability": 0.249755859375}, {"start": 1896.09, "end": 1896.09, "word": " data", "probability": 0.83740234375}, {"start": 1896.09, "end": 1896.09, "word": " has", "probability": 0.477294921875}, {"start": 1896.09, "end": 1896.27, "word": " to", "probability": 0.9716796875}, {"start": 1896.27, "end": 1896.31, "word": " be", "probability": 0.892578125}, {"start": 1896.31, "end": 1896.51, "word": " stored", "probability": 0.85498046875}, {"start": 1896.51, "end": 1897.07, "word": " in", "probability": 0.7333984375}, {"start": 1897.07, "end": 1897.17, "word": " this", "probability": 0.8310546875}, {"start": 1897.17, "end": 1897.41, "word": " shape.", "probability": 0.8662109375}, {"start": 1898.65, "end": 1899.13, "word": " And", "probability": 0.39453125}, {"start": 1899.13, "end": 1899.43, "word": " then", "probability": 0.6962890625}, {"start": 1899.43, "end": 1900.05, "word": " what", "probability": 0.44091796875}, {"start": 1900.05, "end": 1900.05, "word": " came", "probability": 0.192626953125}, {"start": 1900.05, "end": 1900.07, "word": " next?", "probability": 0.65185546875}, {"start": 1900.47, "end": 1900.91, "word": " Let's", "probability": 0.6162109375}, {"start": 1900.91, "end": 1901.25, "word": " say", "probability": 0.8662109375}], "temperature": 1.0}, {"id": 75, "seek": 192985, "start": 1903.83, "end": 1929.85, "text": " if intent dot resolve activity get package manager not equal to null what did I do? I did it in one line you see how? resolve activity does not want package manager in the middle I used the method if it is not equal to null it means that there is activity in it that is not working so I say I'll get start activity and I give it the intent let's try it", "tokens": [498, 8446, 5893, 14151, 5191, 483, 7372, 6598, 406, 2681, 281, 18184, 437, 630, 286, 360, 30, 286, 630, 309, 294, 472, 1622, 291, 536, 577, 30, 14151, 5191, 775, 406, 528, 7372, 6598, 294, 264, 2808, 286, 1143, 264, 3170, 498, 309, 307, 406, 2681, 281, 18184, 309, 1355, 300, 456, 307, 5191, 294, 309, 300, 307, 406, 1364, 370, 286, 584, 286, 603, 483, 722, 5191, 293, 286, 976, 309, 264, 8446, 718, 311, 853, 309], "avg_logprob": -0.4643987304047693, "compression_ratio": 1.8290155440414508, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1903.83, "end": 1904.27, "word": " if", "probability": 0.61767578125}, {"start": 1904.27, "end": 1904.71, "word": " intent", "probability": 0.72216796875}, {"start": 1904.71, "end": 1905.59, "word": " dot", "probability": 0.391357421875}, {"start": 1905.59, "end": 1906.13, "word": " resolve", "probability": 0.904296875}, {"start": 1906.13, "end": 1906.85, "word": " activity", "probability": 0.7294921875}, {"start": 1906.85, "end": 1907.95, "word": " get", "probability": 0.8857421875}, {"start": 1907.95, "end": 1908.53, "word": " package", "probability": 0.9873046875}, {"start": 1908.53, "end": 1910.27, "word": " manager", "probability": 0.9580078125}, {"start": 1910.27, "end": 1911.21, "word": " not", "probability": 0.212158203125}, {"start": 1911.21, "end": 1911.59, "word": " equal", "probability": 0.77587890625}, {"start": 1911.59, "end": 1911.67, "word": " to", "probability": 0.84375}, {"start": 1911.67, "end": 1911.79, "word": " null", "probability": 0.8798828125}, {"start": 1911.79, "end": 1911.99, "word": " what", "probability": 0.39697265625}, {"start": 1911.99, "end": 1912.09, "word": " did", "probability": 0.433349609375}, {"start": 1912.09, "end": 1912.09, "word": " I", "probability": 0.48486328125}, {"start": 1912.09, "end": 1912.27, "word": " do?", "probability": 0.91064453125}, {"start": 1912.41, "end": 1912.55, "word": " I", "probability": 0.876953125}, {"start": 1912.55, "end": 1912.73, "word": " did", "probability": 0.82958984375}, {"start": 1912.73, "end": 1912.83, "word": " it", "probability": 0.74951171875}, {"start": 1912.83, "end": 1912.87, "word": " in", "probability": 0.81689453125}, {"start": 1912.87, "end": 1913.33, "word": " one", "probability": 0.345947265625}, {"start": 1913.33, "end": 1913.33, "word": " line", "probability": 0.8271484375}, {"start": 1913.33, "end": 1914.17, "word": " you", "probability": 0.2166748046875}, {"start": 1914.17, "end": 1914.39, "word": " see", "probability": 0.84765625}, {"start": 1914.39, "end": 1914.69, "word": " how?", "probability": 0.66748046875}, {"start": 1914.75, "end": 1915.03, "word": " resolve", "probability": 0.73876953125}, {"start": 1915.03, "end": 1915.51, "word": " activity", "probability": 0.90185546875}, {"start": 1915.51, "end": 1915.65, "word": " does", "probability": 0.2213134765625}, {"start": 1915.65, "end": 1915.67, "word": " not", "probability": 0.90185546875}, {"start": 1915.67, "end": 1915.87, "word": " want", "probability": 0.34423828125}, {"start": 1915.87, "end": 1916.15, "word": " package", "probability": 0.9033203125}, {"start": 1916.15, "end": 1916.51, "word": " manager", "probability": 0.96533203125}, {"start": 1916.51, "end": 1916.69, "word": " in", "probability": 0.85400390625}, {"start": 1916.69, "end": 1916.73, "word": " the", "probability": 0.83056640625}, {"start": 1916.73, "end": 1916.93, "word": " middle", "probability": 0.95263671875}, {"start": 1916.93, "end": 1917.47, "word": " I", "probability": 0.436767578125}, {"start": 1917.47, "end": 1917.67, "word": " used", "probability": 0.1302490234375}, {"start": 1917.67, "end": 1918.07, "word": " the", "probability": 0.701171875}, {"start": 1918.07, "end": 1918.53, "word": " method", "probability": 0.94775390625}, {"start": 1918.53, "end": 1919.39, "word": " if", "probability": 0.72216796875}, {"start": 1919.39, "end": 1919.67, "word": " it", "probability": 0.3408203125}, {"start": 1919.67, "end": 1919.67, "word": " is", "probability": 0.69140625}, {"start": 1919.67, "end": 1919.79, "word": " not", "probability": 0.86181640625}, {"start": 1919.79, "end": 1920.01, "word": " equal", "probability": 0.89404296875}, {"start": 1920.01, "end": 1920.13, "word": " to", "probability": 0.96728515625}, {"start": 1920.13, "end": 1920.17, "word": " null", "probability": 0.810546875}, {"start": 1920.17, "end": 1920.29, "word": " it", "probability": 0.1500244140625}, {"start": 1920.29, "end": 1921.29, "word": " means", "probability": 0.92333984375}, {"start": 1921.29, "end": 1921.45, "word": " that", "probability": 0.5361328125}, {"start": 1921.45, "end": 1921.57, "word": " there", "probability": 0.734375}, {"start": 1921.57, "end": 1921.59, "word": " is", "probability": 0.9326171875}, {"start": 1921.59, "end": 1921.95, "word": " activity", "probability": 0.5009765625}, {"start": 1921.95, "end": 1922.05, "word": " in", "probability": 0.294921875}, {"start": 1922.05, "end": 1922.17, "word": " it", "probability": 0.61669921875}, {"start": 1922.17, "end": 1922.27, "word": " that", "probability": 0.468994140625}, {"start": 1922.27, "end": 1922.39, "word": " is", "probability": 0.469482421875}, {"start": 1922.39, "end": 1922.39, "word": " not", "probability": 0.475830078125}, {"start": 1922.39, "end": 1922.59, "word": " working", "probability": 0.6201171875}, {"start": 1922.59, "end": 1923.07, "word": " so", "probability": 0.64013671875}, {"start": 1923.07, "end": 1923.17, "word": " I", "probability": 0.9130859375}, {"start": 1923.17, "end": 1923.31, "word": " say", "probability": 0.65087890625}, {"start": 1923.31, "end": 1923.53, "word": " I'll", "probability": 0.51611328125}, {"start": 1923.53, "end": 1923.63, "word": " get", "probability": 0.962890625}, {"start": 1923.63, "end": 1924.13, "word": " start", "probability": 0.92431640625}, {"start": 1924.13, "end": 1925.57, "word": " activity", "probability": 0.943359375}, {"start": 1925.57, "end": 1925.95, "word": " and", "probability": 0.86865234375}, {"start": 1925.95, "end": 1926.01, "word": " I", "probability": 0.69091796875}, {"start": 1926.01, "end": 1926.23, "word": " give", "probability": 0.73046875}, {"start": 1926.23, "end": 1926.47, "word": " it", "probability": 0.56494140625}, {"start": 1926.47, "end": 1927.27, "word": " the", "probability": 0.78466796875}, {"start": 1927.27, "end": 1927.71, "word": " intent", "probability": 0.94970703125}, {"start": 1927.71, "end": 1929.81, "word": " let's", "probability": 0.58282470703125}, {"start": 1929.81, "end": 1929.81, "word": " try", "probability": 0.78857421875}, {"start": 1929.81, "end": 1929.85, "word": " it", "probability": 0.443603515625}], "temperature": 1.0}, {"id": 76, "seek": 196283, "start": 1957.23, "end": 1962.83, "text": " All right. Now, as soon as I click on Send, it brings up all the applications.", "tokens": [1057, 558, 13, 823, 11, 382, 2321, 382, 286, 2052, 322, 17908, 11, 309, 5607, 493, 439, 264, 5821, 13], "avg_logprob": -0.7615327267419725, "compression_ratio": 0.9875, "no_speech_prob": 0.0, "words": [{"start": 1957.23, "end": 1957.75, "word": " All", "probability": 0.059783935546875}, {"start": 1957.75, "end": 1958.27, "word": " right.", "probability": 0.794921875}, {"start": 1958.43, "end": 1958.89, "word": " Now,", "probability": 0.6923828125}, {"start": 1960.05, "end": 1960.19, "word": " as", "probability": 0.2841796875}, {"start": 1960.19, "end": 1960.21, "word": " soon", "probability": 0.921875}, {"start": 1960.21, "end": 1960.25, "word": " as", "probability": 0.96826171875}, {"start": 1960.25, "end": 1960.41, "word": " I", "probability": 0.85595703125}, {"start": 1960.41, "end": 1960.67, "word": " click", "probability": 0.325439453125}, {"start": 1960.67, "end": 1960.85, "word": " on", "probability": 0.294677734375}, {"start": 1960.85, "end": 1961.39, "word": " Send,", "probability": 0.298828125}, {"start": 1961.65, "end": 1961.65, "word": " it", "probability": 0.52490234375}, {"start": 1961.65, "end": 1961.83, "word": " brings", "probability": 0.07830810546875}, {"start": 1961.83, "end": 1962.07, "word": " up", "probability": 0.59912109375}, {"start": 1962.07, "end": 1962.37, "word": " all", "probability": 0.916015625}, {"start": 1962.37, "end": 1962.45, "word": " the", "probability": 0.4111328125}, {"start": 1962.45, "end": 1962.83, "word": " applications.", "probability": 0.7294921875}], "temperature": 1.0}, {"id": 77, "seek": 199207, "start": 1964.65, "end": 1992.07, "text": " that can send an email you have to choose one of them for example this is Gmail right? of course it will open Gmail for you and what does it do? it fills up the data this is the emails that it wants to send, this is the subject and this is the text it keeps asking you what do you want to do? you press the send button ok guys? we are trying now implicit intent to run applications again ok?", "tokens": [300, 393, 2845, 364, 3796, 291, 362, 281, 2826, 472, 295, 552, 337, 1365, 341, 307, 36732, 558, 30, 295, 1164, 309, 486, 1269, 36732, 337, 291, 293, 437, 775, 309, 360, 30, 309, 22498, 493, 264, 1412, 341, 307, 264, 12524, 300, 309, 2738, 281, 2845, 11, 341, 307, 264, 3983, 293, 341, 307, 264, 2487, 309, 5965, 3365, 291, 437, 360, 291, 528, 281, 360, 30, 291, 1886, 264, 2845, 2960, 3133, 1074, 30, 321, 366, 1382, 586, 26947, 8446, 281, 1190, 5821, 797, 3133, 30], "avg_logprob": -0.5955056394084116, "compression_ratio": 1.7737556561085972, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1964.65, "end": 1964.95, "word": " that", "probability": 0.12408447265625}, {"start": 1964.95, "end": 1965.27, "word": " can", "probability": 0.48388671875}, {"start": 1965.27, "end": 1965.45, "word": " send", "probability": 0.81005859375}, {"start": 1965.45, "end": 1965.63, "word": " an", "probability": 0.294921875}, {"start": 1965.63, "end": 1965.77, "word": " email", "probability": 0.9169921875}, {"start": 1965.77, "end": 1966.47, "word": " you", "probability": 0.374755859375}, {"start": 1966.47, "end": 1966.63, "word": " have", "probability": 0.210205078125}, {"start": 1966.63, "end": 1966.73, "word": " to", "probability": 0.96435546875}, {"start": 1966.73, "end": 1967.03, "word": " choose", "probability": 0.73046875}, {"start": 1967.03, "end": 1967.47, "word": " one", "probability": 0.274658203125}, {"start": 1967.47, "end": 1967.49, "word": " of", "probability": 0.43017578125}, {"start": 1967.49, "end": 1967.69, "word": " them", "probability": 0.7939453125}, {"start": 1967.69, "end": 1967.85, "word": " for", "probability": 0.422607421875}, {"start": 1967.85, "end": 1968.05, "word": " example", "probability": 0.91748046875}, {"start": 1968.05, "end": 1968.25, "word": " this", "probability": 0.5517578125}, {"start": 1968.25, "end": 1968.27, "word": " is", "probability": 0.55224609375}, {"start": 1968.27, "end": 1968.69, "word": " Gmail", "probability": 0.6220703125}, {"start": 1968.69, "end": 1969.89, "word": " right?", "probability": 0.149658203125}, {"start": 1970.63, "end": 1971.15, "word": " of", "probability": 0.1683349609375}, {"start": 1971.15, "end": 1971.21, "word": " course", "probability": 0.892578125}, {"start": 1971.21, "end": 1971.63, "word": " it", "probability": 0.50927734375}, {"start": 1971.63, "end": 1971.71, "word": " will", "probability": 0.5283203125}, {"start": 1971.71, "end": 1971.87, "word": " open", "probability": 0.43310546875}, {"start": 1971.87, "end": 1972.47, "word": " Gmail", "probability": 0.32421875}, {"start": 1972.47, "end": 1972.77, "word": " for", "probability": 0.32861328125}, {"start": 1972.77, "end": 1972.77, "word": " you", "probability": 0.96240234375}, {"start": 1972.77, "end": 1973.09, "word": " and", "probability": 0.6328125}, {"start": 1973.09, "end": 1973.25, "word": " what", "probability": 0.61572265625}, {"start": 1973.25, "end": 1973.27, "word": " does", "probability": 0.379638671875}, {"start": 1973.27, "end": 1973.27, "word": " it", "probability": 0.87255859375}, {"start": 1973.27, "end": 1973.55, "word": " do?", "probability": 0.94873046875}, {"start": 1973.69, "end": 1974.13, "word": " it", "probability": 0.6220703125}, {"start": 1974.13, "end": 1974.39, "word": " fills", "probability": 0.4267578125}, {"start": 1974.39, "end": 1974.59, "word": " up", "probability": 0.383056640625}, {"start": 1974.59, "end": 1974.65, "word": " the", "probability": 0.55712890625}, {"start": 1974.65, "end": 1974.91, "word": " data", "probability": 0.493896484375}, {"start": 1974.91, "end": 1975.43, "word": " this", "probability": 0.300048828125}, {"start": 1975.43, "end": 1975.47, "word": " is", "probability": 0.74267578125}, {"start": 1975.47, "end": 1975.55, "word": " the", "probability": 0.63427734375}, {"start": 1975.55, "end": 1975.77, "word": " emails", "probability": 0.677734375}, {"start": 1975.77, "end": 1976.03, "word": " that", "probability": 0.5703125}, {"start": 1976.03, "end": 1976.15, "word": " it", "probability": 0.493408203125}, {"start": 1976.15, "end": 1976.23, "word": " wants", "probability": 0.54248046875}, {"start": 1976.23, "end": 1976.23, "word": " to", "probability": 0.96142578125}, {"start": 1976.23, "end": 1976.39, "word": " send,", "probability": 0.83447265625}, {"start": 1976.91, "end": 1977.03, "word": " this", "probability": 0.71826171875}, {"start": 1977.03, "end": 1977.11, "word": " is", "probability": 0.91064453125}, {"start": 1977.11, "end": 1977.23, "word": " the", "probability": 0.7685546875}, {"start": 1977.23, "end": 1977.55, "word": " subject", "probability": 0.9404296875}, {"start": 1977.55, "end": 1977.75, "word": " and", "probability": 0.7041015625}, {"start": 1977.75, "end": 1977.89, "word": " this", "probability": 0.8486328125}, {"start": 1977.89, "end": 1977.93, "word": " is", "probability": 0.92041015625}, {"start": 1977.93, "end": 1977.93, "word": " the", "probability": 0.87255859375}, {"start": 1977.93, "end": 1978.21, "word": " text", "probability": 0.751953125}, {"start": 1978.21, "end": 1978.69, "word": " it", "probability": 0.40625}, {"start": 1978.69, "end": 1978.83, "word": " keeps", "probability": 0.15380859375}, {"start": 1978.83, "end": 1979.01, "word": " asking", "probability": 0.357421875}, {"start": 1979.01, "end": 1979.19, "word": " you", "probability": 0.7412109375}, {"start": 1979.19, "end": 1979.39, "word": " what", "probability": 0.61572265625}, {"start": 1979.39, "end": 1979.39, "word": " do", "probability": 0.55078125}, {"start": 1979.39, "end": 1979.39, "word": " you", "probability": 0.9609375}, {"start": 1979.39, "end": 1979.51, "word": " want", "probability": 0.88134765625}, {"start": 1979.51, "end": 1979.59, "word": " to", "probability": 0.9638671875}, {"start": 1979.59, "end": 1979.99, "word": " do?", "probability": 0.95263671875}, {"start": 1980.93, "end": 1981.23, "word": " you", "probability": 0.358154296875}, {"start": 1981.23, "end": 1981.43, "word": " press", "probability": 0.35302734375}, {"start": 1981.43, "end": 1981.79, "word": " the", "probability": 0.64892578125}, {"start": 1981.79, "end": 1982.03, "word": " send", "probability": 0.337890625}, {"start": 1982.03, "end": 1982.97, "word": " button", "probability": 0.8154296875}, {"start": 1982.97, "end": 1986.17, "word": " ok", "probability": 0.39208984375}, {"start": 1986.17, "end": 1986.53, "word": " guys?", "probability": 0.81201171875}, {"start": 1986.81, "end": 1987.11, "word": " we", "probability": 0.6708984375}, {"start": 1987.11, "end": 1987.37, "word": " are", "probability": 0.86572265625}, {"start": 1987.37, "end": 1987.73, "word": " trying", "probability": 0.501953125}, {"start": 1987.73, "end": 1988.11, "word": " now", "probability": 0.298828125}, {"start": 1988.11, "end": 1988.49, "word": " implicit", "probability": 0.5341796875}, {"start": 1988.49, "end": 1989.05, "word": " intent", "probability": 0.947265625}, {"start": 1989.05, "end": 1989.31, "word": " to", "probability": 0.83203125}, {"start": 1989.31, "end": 1989.69, "word": " run", "probability": 0.366943359375}, {"start": 1989.69, "end": 1990.37, "word": " applications", "probability": 0.400634765625}, {"start": 1990.37, "end": 1991.37, "word": " again", "probability": 0.9091796875}, {"start": 1991.37, "end": 1992.07, "word": " ok?", "probability": 0.329833984375}], "temperature": 1.0}, {"id": 78, "seek": 200974, "start": 1993.36, "end": 2009.74, "text": " Let's see another example. This is an application to send SMS. Ok? But this does not send SMS. It prepares SMS for you. It shows you what you have pressed. The year.", "tokens": [961, 311, 536, 1071, 1365, 13, 639, 307, 364, 3861, 281, 2845, 38107, 13, 3477, 30, 583, 341, 775, 406, 2845, 38107, 13, 467, 39418, 38107, 337, 291, 13, 467, 3110, 291, 437, 291, 362, 17355, 13, 440, 1064, 13], "avg_logprob": -0.5411585365853658, "compression_ratio": 1.2868217054263567, "no_speech_prob": 0.0, "words": [{"start": 1993.36, "end": 1993.72, "word": " Let's", "probability": 0.6063232421875}, {"start": 1993.72, "end": 1993.92, "word": " see", "probability": 0.62646484375}, {"start": 1993.92, "end": 1994.24, "word": " another", "probability": 0.787109375}, {"start": 1994.24, "end": 1994.66, "word": " example.", "probability": 0.95654296875}, {"start": 1997.44, "end": 1998.08, "word": " This", "probability": 0.74609375}, {"start": 1998.08, "end": 1998.14, "word": " is", "probability": 0.65771484375}, {"start": 1998.14, "end": 1998.26, "word": " an", "probability": 0.5576171875}, {"start": 1998.26, "end": 1998.46, "word": " application", "probability": 0.78466796875}, {"start": 1998.46, "end": 1998.8, "word": " to", "probability": 0.53125}, {"start": 1998.8, "end": 1998.98, "word": " send", "probability": 0.77490234375}, {"start": 1998.98, "end": 1999.52, "word": " SMS.", "probability": 0.85595703125}, {"start": 2001.1, "end": 2001.28, "word": " Ok?", "probability": 0.2149658203125}, {"start": 2001.88, "end": 2002.52, "word": " But", "probability": 0.83349609375}, {"start": 2002.52, "end": 2002.86, "word": " this", "probability": 0.79296875}, {"start": 2002.86, "end": 2003.28, "word": " does", "probability": 0.1546630859375}, {"start": 2003.28, "end": 2003.44, "word": " not", "probability": 0.94482421875}, {"start": 2003.44, "end": 2003.76, "word": " send", "probability": 0.80615234375}, {"start": 2003.76, "end": 2004.4, "word": " SMS.", "probability": 0.96142578125}, {"start": 2005.24, "end": 2005.64, "word": " It", "probability": 0.76220703125}, {"start": 2005.64, "end": 2006.02, "word": " prepares", "probability": 0.6494140625}, {"start": 2006.02, "end": 2006.8, "word": " SMS", "probability": 0.7353515625}, {"start": 2006.8, "end": 2007.08, "word": " for", "probability": 0.568359375}, {"start": 2007.08, "end": 2007.08, "word": " you.", "probability": 0.94189453125}, {"start": 2007.4, "end": 2007.56, "word": " It", "probability": 0.5166015625}, {"start": 2007.56, "end": 2007.72, "word": " shows", "probability": 0.389892578125}, {"start": 2007.72, "end": 2008.0, "word": " you", "probability": 0.67626953125}, {"start": 2008.0, "end": 2008.16, "word": " what", "probability": 0.62841796875}, {"start": 2008.16, "end": 2008.16, "word": " you", "probability": 0.4580078125}, {"start": 2008.16, "end": 2008.34, "word": " have", "probability": 0.30419921875}, {"start": 2008.34, "end": 2008.5, "word": " pressed.", "probability": 0.427978515625}, {"start": 2009.06, "end": 2009.38, "word": " The", "probability": 0.436279296875}, {"start": 2009.38, "end": 2009.74, "word": " year.", "probability": 0.1986083984375}], "temperature": 1.0}, {"id": 79, "seek": 204012, "start": 2010.98, "end": 2040.12, "text": " There is another intent that can send SMS directly and make a direct contact, but this is dangerous. This requires authorization, permission and work when we get the permission to talk to him. Okay? Let me count this. Okay, I hope you understood the idea. Let's see how this intent looks like. Okay, this intent is also called what? Action Sentence. But this, see what it tells you. It tells you that the data must be as follows.", "tokens": [821, 307, 1071, 8446, 300, 393, 2845, 38107, 3838, 293, 652, 257, 2047, 3385, 11, 457, 341, 307, 5795, 13, 639, 7029, 33697, 11, 11226, 293, 589, 562, 321, 483, 264, 11226, 281, 751, 281, 796, 13, 1033, 30, 961, 385, 1207, 341, 13, 1033, 11, 286, 1454, 291, 7320, 264, 1558, 13, 961, 311, 536, 577, 341, 8446, 1542, 411, 13, 1033, 11, 341, 8446, 307, 611, 1219, 437, 30, 16261, 23652, 655, 13, 583, 341, 11, 536, 437, 309, 5112, 291, 13, 467, 5112, 291, 300, 264, 1412, 1633, 312, 382, 10002, 13], "avg_logprob": -0.5755208556850752, "compression_ratio": 1.6602316602316602, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2010.98, "end": 2011.22, "word": " There", "probability": 0.32861328125}, {"start": 2011.22, "end": 2011.28, "word": " is", "probability": 0.70556640625}, {"start": 2011.28, "end": 2011.86, "word": " another", "probability": 0.75927734375}, {"start": 2011.86, "end": 2011.86, "word": " intent", "probability": 0.8125}, {"start": 2011.86, "end": 2012.42, "word": " that", "probability": 0.344482421875}, {"start": 2012.42, "end": 2012.6, "word": " can", "probability": 0.262451171875}, {"start": 2012.6, "end": 2012.82, "word": " send", "probability": 0.40869140625}, {"start": 2012.82, "end": 2013.28, "word": " SMS", "probability": 0.279052734375}, {"start": 2013.28, "end": 2013.78, "word": " directly", "probability": 0.60302734375}, {"start": 2013.78, "end": 2014.22, "word": " and", "probability": 0.30615234375}, {"start": 2014.22, "end": 2014.56, "word": " make", "probability": 0.356689453125}, {"start": 2014.56, "end": 2014.7, "word": " a", "probability": 0.381103515625}, {"start": 2014.7, "end": 2015.04, "word": " direct", "probability": 0.70703125}, {"start": 2015.04, "end": 2015.04, "word": " contact,", "probability": 0.385009765625}, {"start": 2015.3, "end": 2015.38, "word": " but", "probability": 0.82861328125}, {"start": 2015.38, "end": 2015.5, "word": " this", "probability": 0.372314453125}, {"start": 2015.5, "end": 2015.56, "word": " is", "probability": 0.8017578125}, {"start": 2015.56, "end": 2015.82, "word": " dangerous.", "probability": 0.5654296875}, {"start": 2015.94, "end": 2016.04, "word": " This", "probability": 0.377197265625}, {"start": 2016.04, "end": 2016.44, "word": " requires", "probability": 0.407958984375}, {"start": 2016.44, "end": 2017.6, "word": " authorization,", "probability": 0.2998046875}, {"start": 2017.78, "end": 2018.12, "word": " permission", "probability": 0.892578125}, {"start": 2018.12, "end": 2018.28, "word": " and", "probability": 0.69677734375}, {"start": 2018.28, "end": 2018.56, "word": " work", "probability": 0.6787109375}, {"start": 2018.56, "end": 2019.22, "word": " when", "probability": 0.53076171875}, {"start": 2019.22, "end": 2019.38, "word": " we", "probability": 0.62841796875}, {"start": 2019.38, "end": 2019.54, "word": " get", "probability": 0.3037109375}, {"start": 2019.54, "end": 2019.92, "word": " the", "probability": 0.6533203125}, {"start": 2019.92, "end": 2020.34, "word": " permission", "probability": 0.849609375}, {"start": 2020.34, "end": 2020.52, "word": " to", "probability": 0.396484375}, {"start": 2020.52, "end": 2020.78, "word": " talk", "probability": 0.444091796875}, {"start": 2020.78, "end": 2021.0, "word": " to", "probability": 0.74853515625}, {"start": 2021.0, "end": 2021.14, "word": " him.", "probability": 0.294677734375}, {"start": 2021.74, "end": 2022.0, "word": " Okay?", "probability": 0.2344970703125}, {"start": 2022.2, "end": 2022.42, "word": " Let", "probability": 0.59375}, {"start": 2022.42, "end": 2022.54, "word": " me", "probability": 0.414794921875}, {"start": 2022.54, "end": 2022.8, "word": " count", "probability": 0.391845703125}, {"start": 2022.8, "end": 2023.06, "word": " this.", "probability": 0.2476806640625}, {"start": 2024.48, "end": 2024.94, "word": " Okay,", "probability": 0.400390625}, {"start": 2025.12, "end": 2025.2, "word": " I", "probability": 0.373779296875}, {"start": 2025.2, "end": 2025.28, "word": " hope", "probability": 0.464599609375}, {"start": 2025.28, "end": 2025.5, "word": " you", "probability": 0.8740234375}, {"start": 2025.5, "end": 2025.8, "word": " understood", "probability": 0.486083984375}, {"start": 2025.8, "end": 2025.92, "word": " the", "probability": 0.85693359375}, {"start": 2025.92, "end": 2026.2, "word": " idea.", "probability": 0.8486328125}, {"start": 2027.62, "end": 2028.08, "word": " Let's", "probability": 0.6370849609375}, {"start": 2028.08, "end": 2028.44, "word": " see", "probability": 0.83740234375}, {"start": 2028.44, "end": 2028.68, "word": " how", "probability": 0.51513671875}, {"start": 2028.68, "end": 2029.2, "word": " this", "probability": 0.71826171875}, {"start": 2029.2, "end": 2029.8, "word": " intent", "probability": 0.95166015625}, {"start": 2029.8, "end": 2029.9, "word": " looks", "probability": 0.72021484375}, {"start": 2029.9, "end": 2031.8, "word": " like.", "probability": 0.60791015625}, {"start": 2032.54, "end": 2032.78, "word": " Okay,", "probability": 0.3544921875}, {"start": 2032.86, "end": 2033.06, "word": " this", "probability": 0.74609375}, {"start": 2033.06, "end": 2033.46, "word": " intent", "probability": 0.91259765625}, {"start": 2033.46, "end": 2033.62, "word": " is", "probability": 0.80810546875}, {"start": 2033.62, "end": 2033.76, "word": " also", "probability": 0.82958984375}, {"start": 2033.76, "end": 2034.06, "word": " called", "probability": 0.8623046875}, {"start": 2034.06, "end": 2034.36, "word": " what?", "probability": 0.3232421875}, {"start": 2035.46, "end": 2035.92, "word": " Action", "probability": 0.80810546875}, {"start": 2035.92, "end": 2036.38, "word": " Sentence.", "probability": 0.3580322265625}, {"start": 2036.8, "end": 2036.98, "word": " But", "probability": 0.72412109375}, {"start": 2036.98, "end": 2037.32, "word": " this,", "probability": 0.458740234375}, {"start": 2037.5, "end": 2037.68, "word": " see", "probability": 0.485107421875}, {"start": 2037.68, "end": 2037.82, "word": " what", "probability": 0.92431640625}, {"start": 2037.82, "end": 2037.92, "word": " it", "probability": 0.72607421875}, {"start": 2037.92, "end": 2038.1, "word": " tells", "probability": 0.40087890625}, {"start": 2038.1, "end": 2038.24, "word": " you.", "probability": 0.94189453125}, {"start": 2038.24, "end": 2038.32, "word": " It", "probability": 0.921875}, {"start": 2038.32, "end": 2038.46, "word": " tells", "probability": 0.69189453125}, {"start": 2038.46, "end": 2038.68, "word": " you", "probability": 0.95166015625}, {"start": 2038.68, "end": 2038.94, "word": " that", "probability": 0.8427734375}, {"start": 2038.94, "end": 2039.02, "word": " the", "probability": 0.76025390625}, {"start": 2039.02, "end": 2039.24, "word": " data", "probability": 0.841796875}, {"start": 2039.24, "end": 2039.44, "word": " must", "probability": 0.59814453125}, {"start": 2039.44, "end": 2039.62, "word": " be", "probability": 0.80224609375}, {"start": 2039.62, "end": 2039.84, "word": " as", "probability": 0.59814453125}, {"start": 2039.84, "end": 2040.12, "word": " follows.", "probability": 0.7734375}], "temperature": 1.0}, {"id": 80, "seek": 205691, "start": 2040.83, "end": 2056.91, "text": " You have to create an object named URI. How do you do that? You have to parse the URI and enter the phone number that you want to send to him. And before you enter the phone number, you have to send SMS to him. Ok? This is the form that he wants. This is not memorization. Ok? And then you go to the Intent and tell him to set data.", "tokens": [509, 362, 281, 1884, 364, 2657, 4926, 624, 5577, 13, 1012, 360, 291, 360, 300, 30, 509, 362, 281, 48377, 264, 624, 5577, 293, 3242, 264, 2593, 1230, 300, 291, 528, 281, 2845, 281, 796, 13, 400, 949, 291, 3242, 264, 2593, 1230, 11, 291, 362, 281, 2845, 38107, 281, 796, 13, 3477, 30, 639, 307, 264, 1254, 300, 415, 2738, 13, 639, 307, 406, 10560, 2144, 13, 3477, 30, 400, 550, 291, 352, 281, 264, 5681, 317, 293, 980, 796, 281, 992, 1412, 13], "avg_logprob": -0.6475290864012962, "compression_ratio": 1.7253886010362693, "no_speech_prob": 0.0, "words": [{"start": 2040.83, "end": 2041.09, "word": " You", "probability": 0.5}, {"start": 2041.09, "end": 2041.17, "word": " have", "probability": 0.356201171875}, {"start": 2041.17, "end": 2041.31, "word": " to", "probability": 0.96728515625}, {"start": 2041.31, "end": 2041.51, "word": " create", "probability": 0.52783203125}, {"start": 2041.51, "end": 2041.65, "word": " an", "probability": 0.51025390625}, {"start": 2041.65, "end": 2041.89, "word": " object", "probability": 0.91796875}, {"start": 2041.89, "end": 2042.13, "word": " named", "probability": 0.1507568359375}, {"start": 2042.13, "end": 2042.71, "word": " URI.", "probability": 0.86279296875}, {"start": 2043.09, "end": 2043.45, "word": " How", "probability": 0.6162109375}, {"start": 2043.45, "end": 2043.57, "word": " do", "probability": 0.242431640625}, {"start": 2043.57, "end": 2043.57, "word": " you", "probability": 0.6494140625}, {"start": 2043.57, "end": 2043.63, "word": " do", "probability": 0.4423828125}, {"start": 2043.63, "end": 2043.77, "word": " that?", "probability": 0.5302734375}, {"start": 2043.93, "end": 2044.29, "word": " You", "probability": 0.50634765625}, {"start": 2044.29, "end": 2044.41, "word": " have", "probability": 0.2337646484375}, {"start": 2044.41, "end": 2044.41, "word": " to", "probability": 0.97119140625}, {"start": 2044.41, "end": 2044.81, "word": " parse", "probability": 0.4228515625}, {"start": 2044.81, "end": 2044.81, "word": " the", "probability": 0.51611328125}, {"start": 2044.81, "end": 2044.81, "word": " URI", "probability": 0.845458984375}, {"start": 2044.81, "end": 2045.39, "word": " and", "probability": 0.4208984375}, {"start": 2045.39, "end": 2045.69, "word": " enter", "probability": 0.2264404296875}, {"start": 2045.69, "end": 2046.05, "word": " the", "probability": 0.65966796875}, {"start": 2046.05, "end": 2046.29, "word": " phone", "probability": 0.525390625}, {"start": 2046.29, "end": 2046.37, "word": " number", "probability": 0.9326171875}, {"start": 2046.37, "end": 2046.53, "word": " that", "probability": 0.1690673828125}, {"start": 2046.53, "end": 2046.65, "word": " you", "probability": 0.9560546875}, {"start": 2046.65, "end": 2046.73, "word": " want", "probability": 0.69921875}, {"start": 2046.73, "end": 2046.73, "word": " to", "probability": 0.93408203125}, {"start": 2046.73, "end": 2046.89, "word": " send", "probability": 0.74609375}, {"start": 2046.89, "end": 2047.27, "word": " to", "probability": 0.2626953125}, {"start": 2047.27, "end": 2047.27, "word": " him.", "probability": 0.379150390625}, {"start": 2048.01, "end": 2048.17, "word": " And", "probability": 0.361083984375}, {"start": 2048.17, "end": 2048.39, "word": " before", "probability": 0.681640625}, {"start": 2048.39, "end": 2048.57, "word": " you", "probability": 0.3779296875}, {"start": 2048.57, "end": 2048.71, "word": " enter", "probability": 0.390380859375}, {"start": 2048.71, "end": 2048.81, "word": " the", "probability": 0.445068359375}, {"start": 2048.81, "end": 2048.87, "word": " phone", "probability": 0.25634765625}, {"start": 2048.87, "end": 2049.05, "word": " number,", "probability": 0.94775390625}, {"start": 2049.39, "end": 2049.61, "word": " you", "probability": 0.5029296875}, {"start": 2049.61, "end": 2049.61, "word": " have", "probability": 0.64501953125}, {"start": 2049.61, "end": 2049.61, "word": " to", "probability": 0.96875}, {"start": 2049.61, "end": 2050.03, "word": " send", "probability": 0.180908203125}, {"start": 2050.03, "end": 2050.31, "word": " SMS", "probability": 0.359619140625}, {"start": 2050.31, "end": 2050.67, "word": " to", "probability": 0.65576171875}, {"start": 2050.67, "end": 2051.19, "word": " him.", "probability": 0.81591796875}, {"start": 2051.55, "end": 2051.71, "word": " Ok?", "probability": 0.186767578125}, {"start": 2051.85, "end": 2052.01, "word": " This", "probability": 0.448486328125}, {"start": 2052.01, "end": 2052.01, "word": " is", "probability": 0.86328125}, {"start": 2052.01, "end": 2052.15, "word": " the", "probability": 0.6005859375}, {"start": 2052.15, "end": 2052.33, "word": " form", "probability": 0.1612548828125}, {"start": 2052.33, "end": 2052.43, "word": " that", "probability": 0.4794921875}, {"start": 2052.43, "end": 2052.51, "word": " he", "probability": 0.38671875}, {"start": 2052.51, "end": 2052.65, "word": " wants.", "probability": 0.60546875}, {"start": 2052.83, "end": 2052.95, "word": " This", "probability": 0.61083984375}, {"start": 2052.95, "end": 2052.97, "word": " is", "probability": 0.8935546875}, {"start": 2052.97, "end": 2053.07, "word": " not", "probability": 0.9345703125}, {"start": 2053.07, "end": 2053.41, "word": " memorization.", "probability": 0.5428466796875}, {"start": 2054.03, "end": 2054.27, "word": " Ok?", "probability": 0.73779296875}, {"start": 2054.77, "end": 2054.89, "word": " And", "probability": 0.57568359375}, {"start": 2054.89, "end": 2055.15, "word": " then", "probability": 0.61279296875}, {"start": 2055.15, "end": 2055.29, "word": " you", "probability": 0.74267578125}, {"start": 2055.29, "end": 2055.39, "word": " go", "probability": 0.5341796875}, {"start": 2055.39, "end": 2055.53, "word": " to", "probability": 0.9013671875}, {"start": 2055.53, "end": 2055.57, "word": " the", "probability": 0.61865234375}, {"start": 2055.57, "end": 2055.91, "word": " Intent", "probability": 0.42022705078125}, {"start": 2055.91, "end": 2056.01, "word": " and", "probability": 0.46630859375}, {"start": 2056.01, "end": 2056.19, "word": " tell", "probability": 0.25634765625}, {"start": 2056.19, "end": 2056.29, "word": " him", "probability": 0.66552734375}, {"start": 2056.29, "end": 2056.33, "word": " to", "probability": 0.17578125}, {"start": 2056.33, "end": 2056.53, "word": " set", "probability": 0.43359375}, {"start": 2056.53, "end": 2056.91, "word": " data.", "probability": 0.7685546875}], "temperature": 1.0}, {"id": 81, "seek": 208207, "start": 2057.85, "end": 2082.07, "text": " SMS URI. It's similar to what's on the web. The web used to do URI, but it started with HTTP. This started with SMS2. And you have to go and say, put extra, put data, it's called SMS body, which is the text in the SMS. And set type, text plane. And what's this? Resolve activity. Run.", "tokens": [38107, 624, 5577, 13, 467, 311, 2531, 281, 437, 311, 322, 264, 3670, 13, 440, 3670, 1143, 281, 360, 624, 5577, 11, 457, 309, 1409, 365, 33283, 13, 639, 1409, 365, 38107, 17, 13, 400, 291, 362, 281, 352, 293, 584, 11, 829, 2857, 11, 829, 1412, 11, 309, 311, 1219, 38107, 1772, 11, 597, 307, 264, 2487, 294, 264, 38107, 13, 400, 992, 2010, 11, 2487, 5720, 13, 400, 437, 311, 341, 30, 5015, 37361, 5191, 13, 8950, 13], "avg_logprob": -0.5189043209876543, "compression_ratio": 1.5240641711229947, "no_speech_prob": 0.0, "words": [{"start": 2057.85, "end": 2058.35, "word": " SMS", "probability": 0.63671875}, {"start": 2058.35, "end": 2058.85, "word": " URI.", "probability": 0.861083984375}, {"start": 2059.35, "end": 2059.87, "word": " It's", "probability": 0.4317626953125}, {"start": 2059.87, "end": 2060.13, "word": " similar", "probability": 0.5966796875}, {"start": 2060.13, "end": 2060.49, "word": " to", "probability": 0.9375}, {"start": 2060.49, "end": 2060.75, "word": " what's", "probability": 0.316162109375}, {"start": 2060.75, "end": 2061.01, "word": " on", "probability": 0.39013671875}, {"start": 2061.01, "end": 2061.47, "word": " the", "probability": 0.78125}, {"start": 2061.47, "end": 2061.75, "word": " web.", "probability": 0.677734375}, {"start": 2061.87, "end": 2061.99, "word": " The", "probability": 0.27685546875}, {"start": 2061.99, "end": 2062.19, "word": " web", "probability": 0.791015625}, {"start": 2062.19, "end": 2062.51, "word": " used", "probability": 0.25439453125}, {"start": 2062.51, "end": 2063.27, "word": " to", "probability": 0.970703125}, {"start": 2063.27, "end": 2063.47, "word": " do", "probability": 0.236328125}, {"start": 2063.47, "end": 2064.07, "word": " URI,", "probability": 0.845703125}, {"start": 2064.33, "end": 2064.49, "word": " but", "probability": 0.8125}, {"start": 2064.49, "end": 2064.99, "word": " it", "probability": 0.580078125}, {"start": 2064.99, "end": 2065.13, "word": " started", "probability": 0.4384765625}, {"start": 2065.13, "end": 2065.25, "word": " with", "probability": 0.78662109375}, {"start": 2065.25, "end": 2065.65, "word": " HTTP.", "probability": 0.625}, {"start": 2065.95, "end": 2066.13, "word": " This", "probability": 0.50146484375}, {"start": 2066.13, "end": 2066.39, "word": " started", "probability": 0.38037109375}, {"start": 2066.39, "end": 2066.79, "word": " with", "probability": 0.5322265625}, {"start": 2066.79, "end": 2068.65, "word": " SMS2.", "probability": 0.8115234375}, {"start": 2069.11, "end": 2069.39, "word": " And", "probability": 0.449462890625}, {"start": 2069.39, "end": 2069.55, "word": " you", "probability": 0.66796875}, {"start": 2069.55, "end": 2069.55, "word": " have", "probability": 0.2305908203125}, {"start": 2069.55, "end": 2069.75, "word": " to", "probability": 0.96484375}, {"start": 2069.75, "end": 2069.81, "word": " go", "probability": 0.391357421875}, {"start": 2069.81, "end": 2069.95, "word": " and", "probability": 0.6416015625}, {"start": 2069.95, "end": 2070.11, "word": " say,", "probability": 0.58740234375}, {"start": 2070.25, "end": 2070.43, "word": " put", "probability": 0.327392578125}, {"start": 2070.43, "end": 2070.89, "word": " extra,", "probability": 0.7666015625}, {"start": 2071.45, "end": 2071.77, "word": " put", "probability": 0.45703125}, {"start": 2071.77, "end": 2072.11, "word": " data,", "probability": 0.73486328125}, {"start": 2072.29, "end": 2072.37, "word": " it's", "probability": 0.595458984375}, {"start": 2072.37, "end": 2072.55, "word": " called", "probability": 0.865234375}, {"start": 2072.55, "end": 2073.23, "word": " SMS", "probability": 0.849609375}, {"start": 2073.23, "end": 2074.49, "word": " body,", "probability": 0.2459716796875}, {"start": 2075.17, "end": 2075.27, "word": " which", "probability": 0.85498046875}, {"start": 2075.27, "end": 2075.73, "word": " is", "probability": 0.91796875}, {"start": 2075.73, "end": 2076.25, "word": " the", "probability": 0.83154296875}, {"start": 2076.25, "end": 2076.47, "word": " text", "probability": 0.9248046875}, {"start": 2076.47, "end": 2076.71, "word": " in", "probability": 0.7177734375}, {"start": 2076.71, "end": 2077.11, "word": " the", "probability": 0.54443359375}, {"start": 2077.11, "end": 2077.53, "word": " SMS.", "probability": 0.9609375}, {"start": 2078.07, "end": 2078.23, "word": " And", "probability": 0.76220703125}, {"start": 2078.23, "end": 2078.45, "word": " set", "probability": 0.415771484375}, {"start": 2078.45, "end": 2078.75, "word": " type,", "probability": 0.85009765625}, {"start": 2078.87, "end": 2079.03, "word": " text", "probability": 0.50732421875}, {"start": 2079.03, "end": 2079.35, "word": " plane.", "probability": 0.4130859375}, {"start": 2079.45, "end": 2079.53, "word": " And", "probability": 0.7978515625}, {"start": 2079.53, "end": 2079.63, "word": " what's", "probability": 0.580078125}, {"start": 2079.63, "end": 2079.75, "word": " this?", "probability": 0.85791015625}, {"start": 2080.65, "end": 2081.15, "word": " Resolve", "probability": 0.83251953125}, {"start": 2081.15, "end": 2081.61, "word": " activity.", "probability": 0.7734375}, {"start": 2081.81, "end": 2082.07, "word": " Run.", "probability": 0.3056640625}], "temperature": 1.0}, {"id": 82, "seek": 211990, "start": 2108.18, "end": 2119.9, "text": " All right. He immediately opened the SMS for you. Yes, he wrote it. But what is the number? Not visible. I don't know why.", "tokens": [1057, 558, 13, 634, 4258, 5625, 264, 38107, 337, 291, 13, 1079, 11, 415, 4114, 309, 13, 583, 437, 307, 264, 1230, 30, 1726, 8974, 13, 286, 500, 380, 458, 983, 13], "avg_logprob": -0.5118371212121212, "compression_ratio": 1.1081081081081081, "no_speech_prob": 0.0, "words": [{"start": 2108.1800000000003, "end": 2108.78, "word": " All", "probability": 0.09405517578125}, {"start": 2108.78, "end": 2109.38, "word": " right.", "probability": 0.6015625}, {"start": 2110.0, "end": 2110.54, "word": " He", "probability": 0.5390625}, {"start": 2110.54, "end": 2111.04, "word": " immediately", "probability": 0.537109375}, {"start": 2111.04, "end": 2111.98, "word": " opened", "probability": 0.4296875}, {"start": 2111.98, "end": 2112.32, "word": " the", "probability": 0.454833984375}, {"start": 2112.32, "end": 2112.84, "word": " SMS", "probability": 0.8671875}, {"start": 2112.84, "end": 2113.1, "word": " for", "probability": 0.57470703125}, {"start": 2113.1, "end": 2113.1, "word": " you.", "probability": 0.9580078125}, {"start": 2113.54, "end": 2114.14, "word": " Yes,", "probability": 0.263671875}, {"start": 2114.64, "end": 2114.86, "word": " he", "probability": 0.80712890625}, {"start": 2114.86, "end": 2115.02, "word": " wrote", "probability": 0.9375}, {"start": 2115.02, "end": 2115.18, "word": " it.", "probability": 0.775390625}, {"start": 2115.34, "end": 2115.56, "word": " But", "probability": 0.7451171875}, {"start": 2115.56, "end": 2115.72, "word": " what", "probability": 0.53076171875}, {"start": 2115.72, "end": 2115.72, "word": " is", "probability": 0.5068359375}, {"start": 2115.72, "end": 2115.74, "word": " the", "probability": 0.8837890625}, {"start": 2115.74, "end": 2115.94, "word": " number?", "probability": 0.91162109375}, {"start": 2116.78, "end": 2117.38, "word": " Not", "probability": 0.2381591796875}, {"start": 2117.38, "end": 2117.38, "word": " visible.", "probability": 0.383544921875}, {"start": 2118.78, "end": 2119.38, "word": " I", "probability": 0.716796875}, {"start": 2119.38, "end": 2119.44, "word": " don't", "probability": 0.83740234375}, {"start": 2119.44, "end": 2119.66, "word": " know", "probability": 0.8759765625}, {"start": 2119.66, "end": 2119.9, "word": " why.", "probability": 0.8974609375}], "temperature": 1.0}, {"id": 83, "seek": 213954, "start": 2121.52, "end": 2139.54, "text": " Let's see the next one. This one is nice. Pay attention. If you want to display a website on a map, the map is also an application. The map is also an application. The map program is also the action of ActionView. Like what?", "tokens": [961, 311, 536, 264, 958, 472, 13, 639, 472, 307, 1481, 13, 11431, 3202, 13, 759, 291, 528, 281, 4674, 257, 3144, 322, 257, 4471, 11, 264, 4471, 307, 611, 364, 3861, 13, 440, 4471, 307, 611, 364, 3861, 13, 440, 4471, 1461, 307, 611, 264, 3069, 295, 16261, 30203, 13, 1743, 437, 30], "avg_logprob": -0.4676136374473572, "compression_ratio": 1.5957446808510638, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2121.52, "end": 2121.86, "word": " Let's", "probability": 0.52410888671875}, {"start": 2121.86, "end": 2122.06, "word": " see", "probability": 0.45068359375}, {"start": 2122.06, "end": 2122.18, "word": " the", "probability": 0.443359375}, {"start": 2122.18, "end": 2122.36, "word": " next", "probability": 0.8232421875}, {"start": 2122.36, "end": 2122.58, "word": " one.", "probability": 0.433349609375}, {"start": 2123.06, "end": 2123.34, "word": " This", "probability": 0.408447265625}, {"start": 2123.34, "end": 2123.92, "word": " one", "probability": 0.438720703125}, {"start": 2123.92, "end": 2123.94, "word": " is", "probability": 0.90478515625}, {"start": 2123.94, "end": 2124.24, "word": " nice.", "probability": 0.3134765625}, {"start": 2124.98, "end": 2125.08, "word": " Pay", "probability": 0.353759765625}, {"start": 2125.08, "end": 2125.24, "word": " attention.", "probability": 0.9345703125}, {"start": 2125.54, "end": 2125.74, "word": " If", "probability": 0.6416015625}, {"start": 2125.74, "end": 2125.98, "word": " you", "probability": 0.953125}, {"start": 2125.98, "end": 2126.34, "word": " want", "probability": 0.81201171875}, {"start": 2126.34, "end": 2126.34, "word": " to", "probability": 0.95654296875}, {"start": 2126.34, "end": 2126.56, "word": " display", "probability": 0.427978515625}, {"start": 2126.56, "end": 2126.72, "word": " a", "probability": 0.8115234375}, {"start": 2126.72, "end": 2126.94, "word": " website", "probability": 0.57861328125}, {"start": 2126.94, "end": 2127.24, "word": " on", "probability": 0.81787109375}, {"start": 2127.24, "end": 2127.36, "word": " a", "probability": 0.66845703125}, {"start": 2127.36, "end": 2127.7, "word": " map,", "probability": 0.869140625}, {"start": 2129.2, "end": 2130.66, "word": " the", "probability": 0.51171875}, {"start": 2130.66, "end": 2130.98, "word": " map", "probability": 0.8544921875}, {"start": 2130.98, "end": 2131.34, "word": " is", "probability": 0.814453125}, {"start": 2131.34, "end": 2131.34, "word": " also", "probability": 0.607421875}, {"start": 2131.34, "end": 2131.64, "word": " an", "probability": 0.8193359375}, {"start": 2131.64, "end": 2132.08, "word": " application.", "probability": 0.91162109375}, {"start": 2133.2, "end": 2133.24, "word": " The", "probability": 0.416015625}, {"start": 2133.24, "end": 2133.36, "word": " map", "probability": 0.69189453125}, {"start": 2133.36, "end": 2133.68, "word": " is", "probability": 0.85888671875}, {"start": 2133.68, "end": 2133.84, "word": " also", "probability": 0.8427734375}, {"start": 2133.84, "end": 2134.16, "word": " an", "probability": 0.93505859375}, {"start": 2134.16, "end": 2134.42, "word": " application.", "probability": 0.9326171875}, {"start": 2135.2, "end": 2135.8, "word": " The", "probability": 0.388427734375}, {"start": 2135.8, "end": 2136.58, "word": " map", "probability": 0.64208984375}, {"start": 2136.58, "end": 2136.58, "word": " program", "probability": 0.392822265625}, {"start": 2136.58, "end": 2136.86, "word": " is", "probability": 0.4150390625}, {"start": 2136.86, "end": 2137.04, "word": " also", "probability": 0.642578125}, {"start": 2137.04, "end": 2137.14, "word": " the", "probability": 0.2861328125}, {"start": 2137.14, "end": 2137.46, "word": " action", "probability": 0.77099609375}, {"start": 2137.46, "end": 2137.72, "word": " of", "probability": 0.55615234375}, {"start": 2137.72, "end": 2138.32, "word": " ActionView.", "probability": 0.662109375}, {"start": 2138.86, "end": 2139.26, "word": " Like", "probability": 0.64013671875}, {"start": 2139.26, "end": 2139.54, "word": " what?", "probability": 0.53125}], "temperature": 1.0}, {"id": 84, "seek": 216066, "start": 2140.86, "end": 2160.66, "text": " Like a browser, okay? But of course, how will it differentiate between them? Through the data that you will send. I tell you that you have to send data in this way. You have to go and do URI, dot parse, and you have to send the data in the following way. First, you write the word what? Geo. Geo from geography.", "tokens": [1743, 257, 11185, 11, 1392, 30, 583, 295, 1164, 11, 577, 486, 309, 23203, 1296, 552, 30, 8927, 264, 1412, 300, 291, 486, 2845, 13, 286, 980, 291, 300, 291, 362, 281, 2845, 1412, 294, 341, 636, 13, 509, 362, 281, 352, 293, 360, 624, 5577, 11, 5893, 48377, 11, 293, 291, 362, 281, 2845, 264, 1412, 294, 264, 3480, 636, 13, 2386, 11, 291, 2464, 264, 1349, 437, 30, 2876, 78, 13, 2876, 78, 490, 26695, 13], "avg_logprob": -0.5150316682042955, "compression_ratio": 1.5918367346938775, "no_speech_prob": 0.0, "words": [{"start": 2140.86, "end": 2141.16, "word": " Like", "probability": 0.329833984375}, {"start": 2141.16, "end": 2141.54, "word": " a", "probability": 0.428955078125}, {"start": 2141.54, "end": 2141.62, "word": " browser,", "probability": 0.401611328125}, {"start": 2141.88, "end": 2142.56, "word": " okay?", "probability": 0.2978515625}, {"start": 2143.28, "end": 2143.62, "word": " But", "probability": 0.71484375}, {"start": 2143.62, "end": 2143.78, "word": " of", "probability": 0.38818359375}, {"start": 2143.78, "end": 2143.92, "word": " course,", "probability": 0.9560546875}, {"start": 2144.08, "end": 2144.38, "word": " how", "probability": 0.85546875}, {"start": 2144.38, "end": 2144.52, "word": " will", "probability": 0.202880859375}, {"start": 2144.52, "end": 2144.54, "word": " it", "probability": 0.61083984375}, {"start": 2144.54, "end": 2144.82, "word": " differentiate", "probability": 0.376708984375}, {"start": 2144.82, "end": 2145.04, "word": " between", "probability": 0.646484375}, {"start": 2145.04, "end": 2145.12, "word": " them?", "probability": 0.8291015625}, {"start": 2145.14, "end": 2145.38, "word": " Through", "probability": 0.51953125}, {"start": 2145.38, "end": 2146.34, "word": " the", "probability": 0.90478515625}, {"start": 2146.34, "end": 2146.58, "word": " data", "probability": 0.92138671875}, {"start": 2146.58, "end": 2146.68, "word": " that", "probability": 0.466064453125}, {"start": 2146.68, "end": 2146.82, "word": " you", "probability": 0.488525390625}, {"start": 2146.82, "end": 2146.82, "word": " will", "probability": 0.55419921875}, {"start": 2146.82, "end": 2146.98, "word": " send.", "probability": 0.748046875}, {"start": 2147.48, "end": 2147.84, "word": " I", "probability": 0.4609375}, {"start": 2147.84, "end": 2147.96, "word": " tell", "probability": 0.282958984375}, {"start": 2147.96, "end": 2148.1, "word": " you", "probability": 0.96240234375}, {"start": 2148.1, "end": 2148.12, "word": " that", "probability": 0.435791015625}, {"start": 2148.12, "end": 2148.14, "word": " you", "probability": 0.9443359375}, {"start": 2148.14, "end": 2148.26, "word": " have", "probability": 0.2470703125}, {"start": 2148.26, "end": 2148.4, "word": " to", "probability": 0.9658203125}, {"start": 2148.4, "end": 2148.54, "word": " send", "probability": 0.8056640625}, {"start": 2148.54, "end": 2148.94, "word": " data", "probability": 0.71630859375}, {"start": 2148.94, "end": 2149.04, "word": " in", "probability": 0.390869140625}, {"start": 2149.04, "end": 2149.56, "word": " this", "probability": 0.908203125}, {"start": 2149.56, "end": 2149.56, "word": " way.", "probability": 0.59765625}, {"start": 2149.62, "end": 2149.64, "word": " You", "probability": 0.8134765625}, {"start": 2149.64, "end": 2149.8, "word": " have", "probability": 0.473876953125}, {"start": 2149.8, "end": 2149.9, "word": " to", "probability": 0.95458984375}, {"start": 2149.9, "end": 2149.96, "word": " go", "probability": 0.5546875}, {"start": 2149.96, "end": 2150.38, "word": " and", "probability": 0.69091796875}, {"start": 2150.38, "end": 2150.62, "word": " do", "probability": 0.48828125}, {"start": 2150.62, "end": 2151.54, "word": " URI,", "probability": 0.6629638671875}, {"start": 2151.7, "end": 2151.8, "word": " dot", "probability": 0.203125}, {"start": 2151.8, "end": 2152.16, "word": " parse,", "probability": 0.77734375}, {"start": 2152.7, "end": 2152.84, "word": " and", "probability": 0.89111328125}, {"start": 2152.84, "end": 2153.38, "word": " you", "probability": 0.405517578125}, {"start": 2153.38, "end": 2153.58, "word": " have", "probability": 0.84326171875}, {"start": 2153.58, "end": 2153.74, "word": " to", "probability": 0.96533203125}, {"start": 2153.74, "end": 2153.98, "word": " send", "probability": 0.7275390625}, {"start": 2153.98, "end": 2154.0, "word": " the", "probability": 0.70263671875}, {"start": 2154.0, "end": 2154.0, "word": " data", "probability": 0.86328125}, {"start": 2154.0, "end": 2154.14, "word": " in", "probability": 0.6279296875}, {"start": 2154.14, "end": 2154.94, "word": " the", "probability": 0.64990234375}, {"start": 2154.94, "end": 2155.06, "word": " following", "probability": 0.65771484375}, {"start": 2155.06, "end": 2155.06, "word": " way.", "probability": 0.8388671875}, {"start": 2155.72, "end": 2156.08, "word": " First,", "probability": 0.269287109375}, {"start": 2156.18, "end": 2156.18, "word": " you", "probability": 0.72607421875}, {"start": 2156.18, "end": 2156.18, "word": " write", "probability": 0.55908203125}, {"start": 2156.18, "end": 2156.3, "word": " the", "probability": 0.650390625}, {"start": 2156.3, "end": 2156.52, "word": " word", "probability": 0.8876953125}, {"start": 2156.52, "end": 2156.86, "word": " what?", "probability": 0.1845703125}, {"start": 2157.48, "end": 2157.84, "word": " Geo.", "probability": 0.780517578125}, {"start": 2159.72, "end": 2160.08, "word": " Geo", "probability": 0.76953125}, {"start": 2160.08, "end": 2160.2, "word": " from", "probability": 0.56298828125}, {"start": 2160.2, "end": 2160.66, "word": " geography.", "probability": 0.61572265625}], "temperature": 1.0}, {"id": 85, "seek": 219002, "start": 2162.64, "end": 2190.02, "text": " GEO and then two dots, and you put the values of latitude and longitude. Because I studied geography, I know that there are long and wide lines, and anywhere in the world, you get it through the length and width. These are numbers, lines, I brought them, write them here on Google, Gaza Strip, latitude and longitude. I will bring you Gaza. Okay? And I took the values from the internet and put them here. And the last thing is the question mark Z, which is the zoom value.", "tokens": [460, 6004, 293, 550, 732, 15026, 11, 293, 291, 829, 264, 4190, 295, 45436, 293, 938, 4377, 13, 1436, 286, 9454, 26695, 11, 286, 458, 300, 456, 366, 938, 293, 4874, 3876, 11, 293, 4992, 294, 264, 1002, 11, 291, 483, 309, 807, 264, 4641, 293, 11402, 13, 1981, 366, 3547, 11, 3876, 11, 286, 3038, 552, 11, 2464, 552, 510, 322, 3329, 11, 37800, 745, 8400, 11, 45436, 293, 938, 4377, 13, 286, 486, 1565, 291, 37800, 13, 1033, 30, 400, 286, 1890, 264, 4190, 490, 264, 4705, 293, 829, 552, 510, 13, 400, 264, 1036, 551, 307, 264, 1168, 1491, 1176, 11, 597, 307, 264, 8863, 2158, 13], "avg_logprob": -0.5382883065455669, "compression_ratio": 1.7555555555555555, "no_speech_prob": 0.0, "words": [{"start": 2162.64, "end": 2163.08, "word": " GEO", "probability": 0.38848876953125}, {"start": 2163.08, "end": 2163.52, "word": " and", "probability": 0.156494140625}, {"start": 2163.52, "end": 2163.6, "word": " then", "probability": 0.4150390625}, {"start": 2163.6, "end": 2164.04, "word": " two", "probability": 0.2374267578125}, {"start": 2164.04, "end": 2164.04, "word": " dots,", "probability": 0.857421875}, {"start": 2164.34, "end": 2164.4, "word": " and", "probability": 0.59228515625}, {"start": 2164.4, "end": 2164.56, "word": " you", "probability": 0.305908203125}, {"start": 2164.56, "end": 2164.76, "word": " put", "probability": 0.344482421875}, {"start": 2164.76, "end": 2164.92, "word": " the", "probability": 0.69580078125}, {"start": 2164.92, "end": 2165.04, "word": " values", "probability": 0.58447265625}, {"start": 2165.04, "end": 2165.16, "word": " of", "probability": 0.802734375}, {"start": 2165.16, "end": 2165.62, "word": " latitude", "probability": 0.69580078125}, {"start": 2165.62, "end": 2166.48, "word": " and", "probability": 0.92822265625}, {"start": 2166.48, "end": 2167.1, "word": " longitude.", "probability": 0.8857421875}, {"start": 2167.58, "end": 2167.82, "word": " Because", "probability": 0.64501953125}, {"start": 2167.82, "end": 2168.08, "word": " I", "probability": 0.401123046875}, {"start": 2168.08, "end": 2168.22, "word": " studied", "probability": 0.86767578125}, {"start": 2168.22, "end": 2168.68, "word": " geography,", "probability": 0.58740234375}, {"start": 2168.82, "end": 2168.88, "word": " I", "probability": 0.888671875}, {"start": 2168.88, "end": 2169.1, "word": " know", "probability": 0.794921875}, {"start": 2169.1, "end": 2169.26, "word": " that", "probability": 0.7060546875}, {"start": 2169.26, "end": 2169.46, "word": " there", "probability": 0.90234375}, {"start": 2169.46, "end": 2169.46, "word": " are", "probability": 0.90234375}, {"start": 2169.46, "end": 2170.04, "word": " long", "probability": 0.259765625}, {"start": 2170.04, "end": 2170.62, "word": " and", "probability": 0.472412109375}, {"start": 2170.62, "end": 2171.16, "word": " wide", "probability": 0.595703125}, {"start": 2171.16, "end": 2171.16, "word": " lines,", "probability": 0.88623046875}, {"start": 2171.34, "end": 2171.76, "word": " and", "probability": 0.89453125}, {"start": 2171.76, "end": 2172.02, "word": " anywhere", "probability": 0.30322265625}, {"start": 2172.02, "end": 2172.34, "word": " in", "probability": 0.896484375}, {"start": 2172.34, "end": 2172.44, "word": " the", "probability": 0.9248046875}, {"start": 2172.44, "end": 2172.74, "word": " world,", "probability": 0.95263671875}, {"start": 2173.46, "end": 2173.5, "word": " you", "probability": 0.81982421875}, {"start": 2173.5, "end": 2173.64, "word": " get", "probability": 0.2386474609375}, {"start": 2173.64, "end": 2173.7, "word": " it", "probability": 0.45263671875}, {"start": 2173.7, "end": 2173.9, "word": " through", "probability": 0.444091796875}, {"start": 2173.9, "end": 2174.18, "word": " the", "probability": 0.47412109375}, {"start": 2174.18, "end": 2174.3, "word": " length", "probability": 0.57421875}, {"start": 2174.3, "end": 2174.46, "word": " and", "probability": 0.9248046875}, {"start": 2174.46, "end": 2174.62, "word": " width.", "probability": 0.61181640625}, {"start": 2175.82, "end": 2176.26, "word": " These", "probability": 0.310546875}, {"start": 2176.26, "end": 2176.4, "word": " are", "probability": 0.78173828125}, {"start": 2176.4, "end": 2176.66, "word": " numbers,", "probability": 0.497802734375}, {"start": 2176.8, "end": 2177.02, "word": " lines,", "probability": 0.6474609375}, {"start": 2177.16, "end": 2177.32, "word": " I", "probability": 0.845703125}, {"start": 2177.32, "end": 2177.52, "word": " brought", "probability": 0.319091796875}, {"start": 2177.52, "end": 2177.6, "word": " them,", "probability": 0.462646484375}, {"start": 2177.6, "end": 2177.86, "word": " write", "probability": 0.615234375}, {"start": 2177.86, "end": 2178.08, "word": " them", "probability": 0.4443359375}, {"start": 2178.08, "end": 2178.28, "word": " here", "probability": 0.65966796875}, {"start": 2178.28, "end": 2178.44, "word": " on", "probability": 0.875}, {"start": 2178.44, "end": 2178.8, "word": " Google,", "probability": 0.8232421875}, {"start": 2179.22, "end": 2179.78, "word": " Gaza", "probability": 0.62060546875}, {"start": 2179.78, "end": 2180.3, "word": " Strip,", "probability": 0.781982421875}, {"start": 2180.54, "end": 2180.94, "word": " latitude", "probability": 0.73095703125}, {"start": 2180.94, "end": 2181.24, "word": " and", "probability": 0.57666015625}, {"start": 2181.24, "end": 2181.74, "word": " longitude.", "probability": 0.86376953125}, {"start": 2181.98, "end": 2182.12, "word": " I", "probability": 0.7060546875}, {"start": 2182.12, "end": 2182.16, "word": " will", "probability": 0.360595703125}, {"start": 2182.16, "end": 2182.22, "word": " bring", "probability": 0.66552734375}, {"start": 2182.22, "end": 2182.38, "word": " you", "probability": 0.365966796875}, {"start": 2182.38, "end": 2182.64, "word": " Gaza.", "probability": 0.87646484375}, {"start": 2183.3, "end": 2183.56, "word": " Okay?", "probability": 0.421875}, {"start": 2183.84, "end": 2183.98, "word": " And", "probability": 0.62548828125}, {"start": 2183.98, "end": 2184.22, "word": " I", "probability": 0.78564453125}, {"start": 2184.22, "end": 2184.22, "word": " took", "probability": 0.7734375}, {"start": 2184.22, "end": 2184.34, "word": " the", "probability": 0.84912109375}, {"start": 2184.34, "end": 2184.56, "word": " values", "probability": 0.955078125}, {"start": 2184.56, "end": 2184.76, "word": " from", "probability": 0.59375}, {"start": 2184.76, "end": 2184.9, "word": " the", "probability": 0.73828125}, {"start": 2184.9, "end": 2185.2, "word": " internet", "probability": 0.23388671875}, {"start": 2185.2, "end": 2185.34, "word": " and", "probability": 0.84228515625}, {"start": 2185.34, "end": 2185.58, "word": " put", "probability": 0.77001953125}, {"start": 2185.58, "end": 2185.76, "word": " them", "probability": 0.67578125}, {"start": 2185.76, "end": 2185.96, "word": " here.", "probability": 0.830078125}, {"start": 2186.64, "end": 2186.88, "word": " And", "probability": 0.8857421875}, {"start": 2186.88, "end": 2187.0, "word": " the", "probability": 0.71044921875}, {"start": 2187.0, "end": 2187.14, "word": " last", "probability": 0.853515625}, {"start": 2187.14, "end": 2187.42, "word": " thing", "probability": 0.85302734375}, {"start": 2187.42, "end": 2187.74, "word": " is", "probability": 0.56689453125}, {"start": 2187.74, "end": 2188.24, "word": " the", "probability": 0.3212890625}, {"start": 2188.24, "end": 2188.8, "word": " question", "probability": 0.55517578125}, {"start": 2188.8, "end": 2188.9, "word": " mark", "probability": 0.8759765625}, {"start": 2188.9, "end": 2189.18, "word": " Z,", "probability": 0.58447265625}, {"start": 2189.36, "end": 2189.44, "word": " which", "probability": 0.880859375}, {"start": 2189.44, "end": 2189.56, "word": " is", "probability": 0.87255859375}, {"start": 2189.56, "end": 2189.6, "word": " the", "probability": 0.399658203125}, {"start": 2189.6, "end": 2190.02, "word": " zoom", "probability": 0.480224609375}, {"start": 2190.02, "end": 2190.02, "word": " value.", "probability": 0.1490478515625}], "temperature": 1.0}, {"id": 86, "seek": 221263, "start": 2191.45, "end": 2212.63, "text": " Gaza Gate can show you from far away, it can show you from far away, it can try a lot of things for you. Okay? So this zoom, for example, is 11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11", "tokens": [37800, 21913, 393, 855, 291, 490, 1400, 1314, 11, 309, 393, 855, 291, 490, 1400, 1314, 11, 309, 393, 853, 257, 688, 295, 721, 337, 291, 13, 1033, 30, 407, 341, 8863, 11, 337, 1365, 11, 307, 2975, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348, 87, 5348], "avg_logprob": -0.15944444444444444, "compression_ratio": 3.8807339449541285, "no_speech_prob": 0.0, "words": [{"start": 2191.45, "end": 2191.81, "word": " Gaza", "probability": 0.366943359375}, {"start": 2191.81, "end": 2191.81, "word": " Gate", "probability": 0.322998046875}, {"start": 2191.81, "end": 2192.13, "word": " can", "probability": 0.50390625}, {"start": 2192.13, "end": 2192.43, "word": " show", "probability": 0.55224609375}, {"start": 2192.43, "end": 2192.61, "word": " you", "probability": 0.64453125}, {"start": 2192.61, "end": 2192.81, "word": " from", "probability": 0.479736328125}, {"start": 2192.81, "end": 2193.15, "word": " far", "probability": 0.452880859375}, {"start": 2193.15, "end": 2193.25, "word": " away,", "probability": 0.48486328125}, {"start": 2193.41, "end": 2193.53, "word": " it", "probability": 0.283203125}, {"start": 2193.53, "end": 2193.53, "word": " can", "probability": 0.85546875}, {"start": 2193.53, "end": 2193.73, "word": " show", "probability": 0.71240234375}, {"start": 2193.73, "end": 2193.93, "word": " you", "probability": 0.859375}, {"start": 2193.93, "end": 2194.09, "word": " from", "probability": 0.34619140625}, {"start": 2194.09, "end": 2194.09, "word": " far", "probability": 0.245849609375}, {"start": 2194.09, "end": 2194.09, "word": " away,", "probability": 0.78662109375}, {"start": 2194.09, "end": 2194.09, "word": " it", "probability": 0.446044921875}, {"start": 2194.09, "end": 2194.09, "word": " can", "probability": 0.73095703125}, {"start": 2194.09, "end": 2194.25, "word": " try", "probability": 0.4404296875}, {"start": 2194.25, "end": 2194.35, "word": " a", "probability": 0.1739501953125}, {"start": 2194.35, "end": 2194.65, "word": " lot", "probability": 0.91259765625}, {"start": 2194.65, "end": 2194.65, "word": " of", "probability": 0.5703125}, {"start": 2194.65, "end": 2194.79, "word": " things", "probability": 0.73291015625}, {"start": 2194.79, "end": 2195.41, "word": " for", "probability": 0.2362060546875}, {"start": 2195.41, "end": 2195.41, "word": " you.", "probability": 0.96240234375}, {"start": 2195.47, "end": 2195.65, "word": " Okay?", "probability": 0.201904296875}, {"start": 2196.05, "end": 2196.23, "word": " So", "probability": 0.438232421875}, {"start": 2196.23, "end": 2196.37, "word": " this", "probability": 0.53759765625}, {"start": 2196.37, "end": 2196.63, "word": " zoom,", "probability": 0.525390625}, {"start": 2196.73, "end": 2196.81, "word": " for", "probability": 0.8291015625}, {"start": 2196.81, "end": 2196.89, "word": " example,", "probability": 0.91748046875}, {"start": 2196.93, "end": 2196.97, "word": " is", "probability": 0.1790771484375}, {"start": 2196.97, "end": 2212.63, "word": " 11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11x11", "probability": 0.9638619652406417}], "temperature": 1.0}, {"id": 87, "seek": 224017, "start": 2213.04, "end": 2240.18, "text": " The activity itself brings the data by using the keys that you put in it. Okay? So, you have to read or know what activity is required to know how to claim it. Is it clear, guys? Is it working or not? Yes. Okay. Because this is the button itself. Press it like this. Okay? This opens the map. And it is supposed to take you to where?", "tokens": [440, 5191, 2564, 5607, 264, 1412, 538, 1228, 264, 9317, 300, 291, 829, 294, 309, 13, 1033, 30, 407, 11, 291, 362, 281, 1401, 420, 458, 437, 5191, 307, 4739, 281, 458, 577, 281, 3932, 309, 13, 1119, 309, 1850, 11, 1074, 30, 1119, 309, 1364, 420, 406, 30, 1079, 13, 1033, 13, 1436, 341, 307, 264, 2960, 2564, 13, 6776, 309, 411, 341, 13, 1033, 30, 639, 9870, 264, 4471, 13, 400, 309, 307, 3442, 281, 747, 291, 281, 689, 30], "avg_logprob": -0.567394552460636, "compression_ratio": 1.5829383886255923, "no_speech_prob": 0.0, "words": [{"start": 2213.04, "end": 2213.32, "word": " The", "probability": 0.452880859375}, {"start": 2213.32, "end": 2213.76, "word": " activity", "probability": 0.85302734375}, {"start": 2213.76, "end": 2214.1, "word": " itself", "probability": 0.491455078125}, {"start": 2214.1, "end": 2214.5, "word": " brings", "probability": 0.289794921875}, {"start": 2214.5, "end": 2214.7, "word": " the", "probability": 0.33447265625}, {"start": 2214.7, "end": 2214.98, "word": " data", "probability": 0.81494140625}, {"start": 2214.98, "end": 2215.18, "word": " by", "probability": 0.32666015625}, {"start": 2215.18, "end": 2215.54, "word": " using", "probability": 0.830078125}, {"start": 2215.54, "end": 2215.74, "word": " the", "probability": 0.8623046875}, {"start": 2215.74, "end": 2215.98, "word": " keys", "probability": 0.91552734375}, {"start": 2215.98, "end": 2216.08, "word": " that", "probability": 0.38671875}, {"start": 2216.08, "end": 2216.26, "word": " you", "probability": 0.89990234375}, {"start": 2216.26, "end": 2216.44, "word": " put", "probability": 0.08905029296875}, {"start": 2216.44, "end": 2216.7, "word": " in", "probability": 0.349365234375}, {"start": 2216.7, "end": 2217.24, "word": " it.", "probability": 0.64111328125}, {"start": 2217.44, "end": 2217.58, "word": " Okay?", "probability": 0.287109375}, {"start": 2218.6, "end": 2219.08, "word": " So,", "probability": 0.73681640625}, {"start": 2219.42, "end": 2219.92, "word": " you", "probability": 0.418212890625}, {"start": 2219.92, "end": 2220.16, "word": " have", "probability": 0.37890625}, {"start": 2220.16, "end": 2220.58, "word": " to", "probability": 0.9697265625}, {"start": 2220.58, "end": 2222.34, "word": " read", "probability": 0.6015625}, {"start": 2222.34, "end": 2222.56, "word": " or", "probability": 0.57421875}, {"start": 2222.56, "end": 2223.0, "word": " know", "probability": 0.7021484375}, {"start": 2223.0, "end": 2223.32, "word": " what", "probability": 0.71533203125}, {"start": 2223.32, "end": 2223.78, "word": " activity", "probability": 0.68896484375}, {"start": 2223.78, "end": 2223.88, "word": " is", "probability": 0.339599609375}, {"start": 2223.88, "end": 2224.24, "word": " required", "probability": 0.3349609375}, {"start": 2224.24, "end": 2225.24, "word": " to", "probability": 0.321533203125}, {"start": 2225.24, "end": 2225.5, "word": " know", "probability": 0.4638671875}, {"start": 2225.5, "end": 2225.6, "word": " how", "probability": 0.73583984375}, {"start": 2225.6, "end": 2225.6, "word": " to", "probability": 0.9580078125}, {"start": 2225.6, "end": 2225.88, "word": " claim", "probability": 0.1690673828125}, {"start": 2225.88, "end": 2226.2, "word": " it.", "probability": 0.8076171875}, {"start": 2226.24, "end": 2226.34, "word": " Is", "probability": 0.580078125}, {"start": 2226.34, "end": 2226.34, "word": " it", "probability": 0.71435546875}, {"start": 2226.34, "end": 2226.52, "word": " clear,", "probability": 0.85888671875}, {"start": 2226.64, "end": 2226.88, "word": " guys?", "probability": 0.822265625}, {"start": 2229.52, "end": 2229.94, "word": " Is", "probability": 0.18603515625}, {"start": 2229.94, "end": 2230.24, "word": " it", "probability": 0.5908203125}, {"start": 2230.24, "end": 2230.24, "word": " working", "probability": 0.72412109375}, {"start": 2230.24, "end": 2230.48, "word": " or", "probability": 0.6181640625}, {"start": 2230.48, "end": 2230.6, "word": " not?", "probability": 0.873046875}, {"start": 2231.26, "end": 2231.68, "word": " Yes.", "probability": 0.306640625}, {"start": 2232.34, "end": 2232.56, "word": " Okay.", "probability": 0.638671875}, {"start": 2233.92, "end": 2234.12, "word": " Because", "probability": 0.7294921875}, {"start": 2234.12, "end": 2234.3, "word": " this", "probability": 0.67431640625}, {"start": 2234.3, "end": 2234.36, "word": " is", "probability": 0.89599609375}, {"start": 2234.36, "end": 2234.4, "word": " the", "probability": 0.87451171875}, {"start": 2234.4, "end": 2234.56, "word": " button", "probability": 0.1014404296875}, {"start": 2234.56, "end": 2235.02, "word": " itself.", "probability": 0.62158203125}, {"start": 2235.14, "end": 2235.36, "word": " Press", "probability": 0.401611328125}, {"start": 2235.36, "end": 2235.74, "word": " it", "probability": 0.482421875}, {"start": 2235.74, "end": 2235.78, "word": " like", "probability": 0.57568359375}, {"start": 2235.78, "end": 2236.28, "word": " this.", "probability": 0.6787109375}, {"start": 2236.4, "end": 2236.66, "word": " Okay?", "probability": 0.75830078125}, {"start": 2236.72, "end": 2236.9, "word": " This", "probability": 0.424072265625}, {"start": 2236.9, "end": 2237.12, "word": " opens", "probability": 0.6787109375}, {"start": 2237.12, "end": 2237.28, "word": " the", "probability": 0.8447265625}, {"start": 2237.28, "end": 2237.62, "word": " map.", "probability": 0.90478515625}, {"start": 2238.48, "end": 2238.66, "word": " And", "probability": 0.62255859375}, {"start": 2238.66, "end": 2238.76, "word": " it", "probability": 0.481201171875}, {"start": 2238.76, "end": 2238.76, "word": " is", "probability": 0.33544921875}, {"start": 2238.76, "end": 2239.04, "word": " supposed", "probability": 0.8544921875}, {"start": 2239.04, "end": 2239.42, "word": " to", "probability": 0.96435546875}, {"start": 2239.42, "end": 2239.76, "word": " take", "probability": 0.393310546875}, {"start": 2239.76, "end": 2239.96, "word": " you", "probability": 0.92822265625}, {"start": 2239.96, "end": 2240.04, "word": " to", "probability": 0.327392578125}, {"start": 2240.04, "end": 2240.18, "word": " where?", "probability": 0.75830078125}], "temperature": 1.0}, {"id": 88, "seek": 226790, "start": 2241.9, "end": 2267.9, "text": " Here, he wants to activate the GPS on the device He wants to activate the GPS in order to update the data, to get more details in the map or to make a zoom because what does the zoom need? It needs internet, okay? So he brought his device, but he came to make a zoom and it didn't work with him because his GPS stopped working If it works, you will find that it will make a zoom on the number you put", "tokens": [1692, 11, 415, 2738, 281, 13615, 264, 19462, 322, 264, 4302, 634, 2738, 281, 13615, 264, 19462, 294, 1668, 281, 5623, 264, 1412, 11, 281, 483, 544, 4365, 294, 264, 4471, 420, 281, 652, 257, 8863, 570, 437, 775, 264, 8863, 643, 30, 467, 2203, 4705, 11, 1392, 30, 407, 415, 3038, 702, 4302, 11, 457, 415, 1361, 281, 652, 257, 8863, 293, 309, 994, 380, 589, 365, 796, 570, 702, 19462, 5936, 1364, 759, 309, 1985, 11, 291, 486, 915, 300, 309, 486, 652, 257, 8863, 322, 264, 1230, 291, 829], "avg_logprob": -0.5974462083590928, "compression_ratio": 1.798206278026906, "no_speech_prob": 0.0, "words": [{"start": 2241.9, "end": 2242.3, "word": " Here,", "probability": 0.2041015625}, {"start": 2242.36, "end": 2242.36, "word": " he", "probability": 0.343017578125}, {"start": 2242.36, "end": 2242.5, "word": " wants", "probability": 0.394775390625}, {"start": 2242.5, "end": 2242.6, "word": " to", "probability": 0.9560546875}, {"start": 2242.6, "end": 2242.8, "word": " activate", "probability": 0.55419921875}, {"start": 2242.8, "end": 2243.3, "word": " the", "probability": 0.81982421875}, {"start": 2243.3, "end": 2243.68, "word": " GPS", "probability": 0.86767578125}, {"start": 2243.68, "end": 2243.96, "word": " on", "probability": 0.58447265625}, {"start": 2243.96, "end": 2244.1, "word": " the", "probability": 0.54638671875}, {"start": 2244.1, "end": 2244.36, "word": " device", "probability": 0.693359375}, {"start": 2244.36, "end": 2247.36, "word": " He", "probability": 0.146728515625}, {"start": 2247.36, "end": 2248.46, "word": " wants", "probability": 0.5869140625}, {"start": 2248.46, "end": 2248.58, "word": " to", "probability": 0.93505859375}, {"start": 2248.58, "end": 2248.78, "word": " activate", "probability": 0.890625}, {"start": 2248.78, "end": 2248.98, "word": " the", "probability": 0.81103515625}, {"start": 2248.98, "end": 2249.32, "word": " GPS", "probability": 0.9306640625}, {"start": 2249.32, "end": 2249.48, "word": " in", "probability": 0.1568603515625}, {"start": 2249.48, "end": 2249.56, "word": " order", "probability": 0.90625}, {"start": 2249.56, "end": 2249.64, "word": " to", "probability": 0.94384765625}, {"start": 2249.64, "end": 2249.98, "word": " update", "probability": 0.2130126953125}, {"start": 2249.98, "end": 2250.18, "word": " the", "probability": 0.71240234375}, {"start": 2250.18, "end": 2250.46, "word": " data,", "probability": 0.73583984375}, {"start": 2250.7, "end": 2251.16, "word": " to", "probability": 0.3701171875}, {"start": 2251.16, "end": 2251.3, "word": " get", "probability": 0.30419921875}, {"start": 2251.3, "end": 2251.4, "word": " more", "probability": 0.85888671875}, {"start": 2251.4, "end": 2251.7, "word": " details", "probability": 0.669921875}, {"start": 2251.7, "end": 2252.18, "word": " in", "probability": 0.47509765625}, {"start": 2252.18, "end": 2252.28, "word": " the", "probability": 0.904296875}, {"start": 2252.28, "end": 2252.54, "word": " map", "probability": 0.7880859375}, {"start": 2252.54, "end": 2252.68, "word": " or", "probability": 0.1964111328125}, {"start": 2252.68, "end": 2252.74, "word": " to", "probability": 0.59814453125}, {"start": 2252.74, "end": 2252.88, "word": " make", "probability": 0.2437744140625}, {"start": 2252.88, "end": 2253.0, "word": " a", "probability": 0.73291015625}, {"start": 2253.0, "end": 2253.14, "word": " zoom", "probability": 0.91650390625}, {"start": 2253.14, "end": 2253.3, "word": " because", "probability": 0.406982421875}, {"start": 2253.3, "end": 2253.48, "word": " what", "probability": 0.1844482421875}, {"start": 2253.48, "end": 2253.48, "word": " does", "probability": 0.8916015625}, {"start": 2253.48, "end": 2253.5, "word": " the", "probability": 0.49560546875}, {"start": 2253.5, "end": 2253.62, "word": " zoom", "probability": 0.88330078125}, {"start": 2253.62, "end": 2253.94, "word": " need?", "probability": 0.525390625}, {"start": 2254.88, "end": 2255.14, "word": " It", "probability": 0.5322265625}, {"start": 2255.14, "end": 2255.26, "word": " needs", "probability": 0.8759765625}, {"start": 2255.26, "end": 2255.82, "word": " internet,", "probability": 0.693359375}, {"start": 2256.06, "end": 2256.46, "word": " okay?", "probability": 0.2467041015625}, {"start": 2257.14, "end": 2257.26, "word": " So", "probability": 0.62451171875}, {"start": 2257.26, "end": 2257.64, "word": " he", "probability": 0.366943359375}, {"start": 2257.64, "end": 2257.78, "word": " brought", "probability": 0.42138671875}, {"start": 2257.78, "end": 2257.94, "word": " his", "probability": 0.7197265625}, {"start": 2257.94, "end": 2258.14, "word": " device,", "probability": 0.8212890625}, {"start": 2258.2, "end": 2258.36, "word": " but", "probability": 0.8359375}, {"start": 2258.36, "end": 2258.48, "word": " he", "probability": 0.348388671875}, {"start": 2258.48, "end": 2258.64, "word": " came", "probability": 0.302978515625}, {"start": 2258.64, "end": 2258.74, "word": " to", "probability": 0.6904296875}, {"start": 2258.74, "end": 2258.86, "word": " make", "probability": 0.299072265625}, {"start": 2258.86, "end": 2259.04, "word": " a", "probability": 0.8486328125}, {"start": 2259.04, "end": 2259.26, "word": " zoom", "probability": 0.958984375}, {"start": 2259.26, "end": 2260.04, "word": " and", "probability": 0.239501953125}, {"start": 2260.04, "end": 2260.14, "word": " it", "probability": 0.74365234375}, {"start": 2260.14, "end": 2260.18, "word": " didn't", "probability": 0.817626953125}, {"start": 2260.18, "end": 2260.4, "word": " work", "probability": 0.82470703125}, {"start": 2260.4, "end": 2260.66, "word": " with", "probability": 0.489501953125}, {"start": 2260.66, "end": 2261.02, "word": " him", "probability": 0.81396484375}, {"start": 2261.02, "end": 2261.26, "word": " because", "probability": 0.70458984375}, {"start": 2261.26, "end": 2261.58, "word": " his", "probability": 0.58447265625}, {"start": 2261.58, "end": 2261.9, "word": " GPS", "probability": 0.916015625}, {"start": 2261.9, "end": 2263.04, "word": " stopped", "probability": 0.2113037109375}, {"start": 2263.04, "end": 2263.28, "word": " working", "probability": 0.443603515625}, {"start": 2263.28, "end": 2263.72, "word": " If", "probability": 0.74560546875}, {"start": 2263.72, "end": 2263.9, "word": " it", "probability": 0.74658203125}, {"start": 2263.9, "end": 2264.1, "word": " works,", "probability": 0.2467041015625}, {"start": 2264.26, "end": 2264.3, "word": " you", "probability": 0.54638671875}, {"start": 2264.3, "end": 2264.4, "word": " will", "probability": 0.456298828125}, {"start": 2264.4, "end": 2264.48, "word": " find", "probability": 0.5146484375}, {"start": 2264.48, "end": 2264.84, "word": " that", "probability": 0.5576171875}, {"start": 2264.84, "end": 2265.46, "word": " it", "probability": 0.84130859375}, {"start": 2265.46, "end": 2265.52, "word": " will", "probability": 0.50927734375}, {"start": 2265.52, "end": 2265.7, "word": " make", "probability": 0.389404296875}, {"start": 2265.7, "end": 2265.9, "word": " a", "probability": 0.6005859375}, {"start": 2265.9, "end": 2266.14, "word": " zoom", "probability": 0.9609375}, {"start": 2266.14, "end": 2266.42, "word": " on", "probability": 0.71533203125}, {"start": 2266.42, "end": 2267.18, "word": " the", "probability": 0.90673828125}, {"start": 2267.18, "end": 2267.34, "word": " number", "probability": 0.88037109375}, {"start": 2267.34, "end": 2267.6, "word": " you", "probability": 0.642578125}, {"start": 2267.6, "end": 2267.9, "word": " put", "probability": 0.3046875}], "temperature": 1.0}, {"id": 89, "seek": 229821, "start": 2271.37, "end": 2298.21, "text": " Ok guys, during the course, we will see how we can turn on the camera and take pictures. This is an idea if you understand how the intent works, you will understand the rest. Can you show us an example of an example? Of course.", "tokens": [3477, 1074, 11, 1830, 264, 1164, 11, 321, 486, 536, 577, 321, 393, 1261, 322, 264, 2799, 293, 747, 5242, 13, 639, 307, 364, 1558, 498, 291, 1223, 577, 264, 8446, 1985, 11, 291, 486, 1223, 264, 1472, 13, 1664, 291, 855, 505, 364, 1365, 295, 364, 1365, 30, 2720, 1164, 13], "avg_logprob": -0.7753537780833695, "compression_ratio": 1.5, "no_speech_prob": 0.0, "words": [{"start": 2271.37, "end": 2271.71, "word": " Ok", "probability": 0.19873046875}, {"start": 2271.71, "end": 2272.15, "word": " guys,", "probability": 0.5556640625}, {"start": 2272.39, "end": 2272.71, "word": " during", "probability": 0.73193359375}, {"start": 2272.71, "end": 2273.39, "word": " the", "probability": 0.8271484375}, {"start": 2273.39, "end": 2273.81, "word": " course,", "probability": 0.95458984375}, {"start": 2274.37, "end": 2274.53, "word": " we", "probability": 0.8583984375}, {"start": 2274.53, "end": 2274.55, "word": " will", "probability": 0.70458984375}, {"start": 2274.55, "end": 2274.77, "word": " see", "probability": 0.68408203125}, {"start": 2274.77, "end": 2274.95, "word": " how", "probability": 0.73828125}, {"start": 2274.95, "end": 2276.59, "word": " we", "probability": 0.47900390625}, {"start": 2276.59, "end": 2276.59, "word": " can", "probability": 0.2061767578125}, {"start": 2276.59, "end": 2276.77, "word": " turn", "probability": 0.210205078125}, {"start": 2276.77, "end": 2276.95, "word": " on", "probability": 0.8154296875}, {"start": 2276.95, "end": 2277.89, "word": " the", "probability": 0.388427734375}, {"start": 2277.89, "end": 2279.39, "word": " camera", "probability": 0.61279296875}, {"start": 2279.39, "end": 2279.57, "word": " and", "probability": 0.55029296875}, {"start": 2279.57, "end": 2279.83, "word": " take", "probability": 0.451416015625}, {"start": 2279.83, "end": 2280.67, "word": " pictures.", "probability": 0.374755859375}, {"start": 2282.29, "end": 2282.97, "word": " This", "probability": 0.1956787109375}, {"start": 2282.97, "end": 2283.05, "word": " is", "probability": 0.75537109375}, {"start": 2283.05, "end": 2283.41, "word": " an", "probability": 0.244140625}, {"start": 2283.41, "end": 2283.61, "word": " idea", "probability": 0.8291015625}, {"start": 2283.61, "end": 2284.25, "word": " if", "probability": 0.22509765625}, {"start": 2284.25, "end": 2284.33, "word": " you", "probability": 0.9091796875}, {"start": 2284.33, "end": 2284.59, "word": " understand", "probability": 0.466064453125}, {"start": 2284.59, "end": 2285.05, "word": " how", "probability": 0.57861328125}, {"start": 2285.05, "end": 2285.39, "word": " the", "probability": 0.3828125}, {"start": 2285.39, "end": 2285.71, "word": " intent", "probability": 0.361083984375}, {"start": 2285.71, "end": 2286.19, "word": " works,", "probability": 0.70849609375}, {"start": 2286.25, "end": 2286.37, "word": " you", "probability": 0.763671875}, {"start": 2286.37, "end": 2286.39, "word": " will", "probability": 0.80126953125}, {"start": 2286.39, "end": 2286.71, "word": " understand", "probability": 0.72216796875}, {"start": 2286.71, "end": 2286.89, "word": " the", "probability": 0.3330078125}, {"start": 2286.89, "end": 2287.37, "word": " rest.", "probability": 0.5439453125}, {"start": 2287.49, "end": 2287.67, "word": " Can", "probability": 0.2496337890625}, {"start": 2287.67, "end": 2289.01, "word": " you", "probability": 0.382080078125}, {"start": 2289.01, "end": 2289.01, "word": " show", "probability": 0.392333984375}, {"start": 2289.01, "end": 2289.51, "word": " us", "probability": 0.3505859375}, {"start": 2289.51, "end": 2289.65, "word": " an", "probability": 0.1617431640625}, {"start": 2289.65, "end": 2290.81, "word": " example", "probability": 0.84423828125}, {"start": 2290.81, "end": 2292.59, "word": " of", "probability": 0.464111328125}, {"start": 2292.59, "end": 2293.13, "word": " an", "probability": 0.32470703125}, {"start": 2293.13, "end": 2293.15, "word": " example?", "probability": 0.4189453125}, {"start": 2296.47, "end": 2297.15, "word": " Of", "probability": 0.26708984375}, {"start": 2297.15, "end": 2298.21, "word": " course.", "probability": 0.95751953125}], "temperature": 1.0}, {"id": 90, "seek": 232848, "start": 2301.52, "end": 2328.48, "text": " Of course, if someone asks you if you can take the values from the hand of the text, this is normal. How? Yes, you can make a form, read from the hand of the text and put it, without me saying it, this is known. This text here, instead of being written, read from the hand of the text and put it. This is not like the previous lecture, we used to read from the hand of the text and send it. It is the same thing. Okay, guys?", "tokens": [2720, 1164, 11, 498, 1580, 8962, 291, 498, 291, 393, 747, 264, 4190, 490, 264, 1011, 295, 264, 2487, 11, 341, 307, 2710, 13, 1012, 30, 1079, 11, 291, 393, 652, 257, 1254, 11, 1401, 490, 264, 1011, 295, 264, 2487, 293, 829, 309, 11, 1553, 385, 1566, 309, 11, 341, 307, 2570, 13, 639, 2487, 510, 11, 2602, 295, 885, 3720, 11, 1401, 490, 264, 1011, 295, 264, 2487, 293, 829, 309, 13, 639, 307, 406, 411, 264, 3894, 7991, 11, 321, 1143, 281, 1401, 490, 264, 1011, 295, 264, 2487, 293, 2845, 309, 13, 467, 307, 264, 912, 551, 13, 1033, 11, 1074, 30], "avg_logprob": -0.48422896026450896, "compression_ratio": 1.985981308411215, "no_speech_prob": 0.0, "words": [{"start": 2301.52, "end": 2301.88, "word": " Of", "probability": 0.11151123046875}, {"start": 2301.88, "end": 2302.08, "word": " course,", "probability": 0.9453125}, {"start": 2302.32, "end": 2302.64, "word": " if", "probability": 0.268310546875}, {"start": 2302.64, "end": 2302.84, "word": " someone", "probability": 0.464111328125}, {"start": 2302.84, "end": 2303.14, "word": " asks", "probability": 0.77587890625}, {"start": 2303.14, "end": 2303.28, "word": " you", "probability": 0.353759765625}, {"start": 2303.28, "end": 2303.56, "word": " if", "probability": 0.344482421875}, {"start": 2303.56, "end": 2303.72, "word": " you", "probability": 0.8173828125}, {"start": 2303.72, "end": 2303.96, "word": " can", "probability": 0.83251953125}, {"start": 2303.96, "end": 2304.06, "word": " take", "probability": 0.383544921875}, {"start": 2304.06, "end": 2304.16, "word": " the", "probability": 0.2254638671875}, {"start": 2304.16, "end": 2304.36, "word": " values", "probability": 0.66357421875}, {"start": 2304.36, "end": 2304.86, "word": " from", "probability": 0.736328125}, {"start": 2304.86, "end": 2305.02, "word": " the", "probability": 0.53857421875}, {"start": 2305.02, "end": 2305.04, "word": " hand", "probability": 0.4716796875}, {"start": 2305.04, "end": 2305.12, "word": " of", "probability": 0.94873046875}, {"start": 2305.12, "end": 2305.18, "word": " the", "probability": 0.56640625}, {"start": 2305.18, "end": 2305.4, "word": " text,", "probability": 0.56640625}, {"start": 2305.52, "end": 2306.06, "word": " this", "probability": 0.257080078125}, {"start": 2306.06, "end": 2306.1, "word": " is", "probability": 0.89453125}, {"start": 2306.1, "end": 2306.5, "word": " normal.", "probability": 0.5205078125}, {"start": 2309.84, "end": 2310.2, "word": " How?", "probability": 0.34033203125}, {"start": 2310.5, "end": 2310.86, "word": " Yes,", "probability": 0.355224609375}, {"start": 2310.9, "end": 2310.96, "word": " you", "probability": 0.93408203125}, {"start": 2310.96, "end": 2311.12, "word": " can", "probability": 0.87451171875}, {"start": 2311.12, "end": 2311.32, "word": " make", "probability": 0.2252197265625}, {"start": 2311.32, "end": 2311.44, "word": " a", "probability": 0.8310546875}, {"start": 2311.44, "end": 2311.74, "word": " form,", "probability": 0.9404296875}, {"start": 2312.0, "end": 2312.3, "word": " read", "probability": 0.779296875}, {"start": 2312.3, "end": 2312.48, "word": " from", "probability": 0.5810546875}, {"start": 2312.48, "end": 2312.56, "word": " the", "probability": 0.8388671875}, {"start": 2312.56, "end": 2312.64, "word": " hand", "probability": 0.81396484375}, {"start": 2312.64, "end": 2312.7, "word": " of", "probability": 0.96728515625}, {"start": 2312.7, "end": 2312.76, "word": " the", "probability": 0.89208984375}, {"start": 2312.76, "end": 2312.9, "word": " text", "probability": 0.95361328125}, {"start": 2312.9, "end": 2313.04, "word": " and", "probability": 0.82177734375}, {"start": 2313.04, "end": 2313.2, "word": " put", "probability": 0.4267578125}, {"start": 2313.2, "end": 2313.3, "word": " it,", "probability": 0.85546875}, {"start": 2313.32, "end": 2313.62, "word": " without", "probability": 0.7470703125}, {"start": 2313.62, "end": 2313.94, "word": " me", "probability": 0.68505859375}, {"start": 2313.94, "end": 2314.18, "word": " saying", "probability": 0.3369140625}, {"start": 2314.18, "end": 2314.4, "word": " it,", "probability": 0.74072265625}, {"start": 2314.48, "end": 2314.56, "word": " this", "probability": 0.5537109375}, {"start": 2314.56, "end": 2314.66, "word": " is", "probability": 0.9365234375}, {"start": 2314.66, "end": 2315.06, "word": " known.", "probability": 0.34130859375}, {"start": 2316.14, "end": 2316.46, "word": " This", "probability": 0.78076171875}, {"start": 2316.46, "end": 2316.8, "word": " text", "probability": 0.91455078125}, {"start": 2316.8, "end": 2317.08, "word": " here,", "probability": 0.313720703125}, {"start": 2317.16, "end": 2317.34, "word": " instead", "probability": 0.68310546875}, {"start": 2317.34, "end": 2317.44, "word": " of", "probability": 0.97119140625}, {"start": 2317.44, "end": 2317.66, "word": " being", "probability": 0.83349609375}, {"start": 2317.66, "end": 2318.08, "word": " written,", "probability": 0.90576171875}, {"start": 2318.9, "end": 2319.76, "word": " read", "probability": 0.90185546875}, {"start": 2319.76, "end": 2319.94, "word": " from", "probability": 0.78369140625}, {"start": 2319.94, "end": 2320.06, "word": " the", "probability": 0.88427734375}, {"start": 2320.06, "end": 2320.06, "word": " hand", "probability": 0.8720703125}, {"start": 2320.06, "end": 2320.16, "word": " of", "probability": 0.97265625}, {"start": 2320.16, "end": 2320.22, "word": " the", "probability": 0.90869140625}, {"start": 2320.22, "end": 2320.38, "word": " text", "probability": 0.958984375}, {"start": 2320.38, "end": 2320.6, "word": " and", "probability": 0.8056640625}, {"start": 2320.6, "end": 2320.92, "word": " put", "probability": 0.79248046875}, {"start": 2320.92, "end": 2321.06, "word": " it.", "probability": 0.8193359375}, {"start": 2321.48, "end": 2321.78, "word": " This", "probability": 0.2222900390625}, {"start": 2321.78, "end": 2321.86, "word": " is", "probability": 0.837890625}, {"start": 2321.86, "end": 2321.88, "word": " not", "probability": 0.56005859375}, {"start": 2321.88, "end": 2322.38, "word": " like", "probability": 0.312744140625}, {"start": 2322.38, "end": 2322.5, "word": " the", "probability": 0.5732421875}, {"start": 2322.5, "end": 2323.18, "word": " previous", "probability": 0.548828125}, {"start": 2323.18, "end": 2323.18, "word": " lecture,", "probability": 0.84619140625}, {"start": 2323.34, "end": 2323.64, "word": " we", "probability": 0.5029296875}, {"start": 2323.64, "end": 2323.86, "word": " used", "probability": 0.25927734375}, {"start": 2323.86, "end": 2324.26, "word": " to", "probability": 0.97021484375}, {"start": 2324.26, "end": 2324.44, "word": " read", "probability": 0.9365234375}, {"start": 2324.44, "end": 2324.62, "word": " from", "probability": 0.85498046875}, {"start": 2324.62, "end": 2324.7, "word": " the", "probability": 0.8984375}, {"start": 2324.7, "end": 2324.74, "word": " hand", "probability": 0.86865234375}, {"start": 2324.74, "end": 2324.82, "word": " of", "probability": 0.9716796875}, {"start": 2324.82, "end": 2324.88, "word": " the", "probability": 0.89599609375}, {"start": 2324.88, "end": 2325.06, "word": " text", "probability": 0.95947265625}, {"start": 2325.06, "end": 2325.18, "word": " and", "probability": 0.8994140625}, {"start": 2325.18, "end": 2325.42, "word": " send", "probability": 0.463623046875}, {"start": 2325.42, "end": 2326.0, "word": " it.", "probability": 0.438720703125}, {"start": 2326.12, "end": 2326.32, "word": " It", "probability": 0.30419921875}, {"start": 2326.32, "end": 2326.32, "word": " is", "probability": 0.5419921875}, {"start": 2326.32, "end": 2326.44, "word": " the", "probability": 0.85498046875}, {"start": 2326.44, "end": 2326.44, "word": " same", "probability": 0.90576171875}, {"start": 2326.44, "end": 2326.82, "word": " thing.", "probability": 0.732421875}, {"start": 2327.76, "end": 2328.12, "word": " Okay,", "probability": 0.409423828125}, {"start": 2328.18, "end": 2328.48, "word": " guys?", "probability": 0.67822265625}], "temperature": 1.0}, {"id": 91, "seek": 233208, "start": 2329.58, "end": 2332.08, "text": " خلاص نكتفب القدر هذا و المرة الجاية بنكمل ان شاء الله", "tokens": [16490, 1211, 33546, 8717, 4117, 2655, 5172, 3555, 25062, 3215, 2288, 23758, 4032, 9673, 25720, 25724, 995, 10632, 44945, 24793, 1211, 16472, 13412, 16606, 21984], "avg_logprob": -0.3762019368318411, "compression_ratio": 1.2125, "no_speech_prob": 0.0, "words": [{"start": 2329.58, "end": 2329.94, "word": " خلاص", "probability": 0.6502278645833334}, {"start": 2329.94, "end": 2330.34, "word": " نكتفب", "probability": 0.697265625}, {"start": 2330.34, "end": 2330.68, "word": " القدر", "probability": 0.98681640625}, {"start": 2330.68, "end": 2330.88, "word": " هذا", "probability": 0.61962890625}, {"start": 2330.88, "end": 2330.98, "word": " و", "probability": 0.7841796875}, {"start": 2330.98, "end": 2331.16, "word": " المرة", "probability": 0.77978515625}, {"start": 2331.16, "end": 2331.36, "word": " الجاية", "probability": 0.75}, {"start": 2331.36, "end": 2331.74, "word": " بنكمل", "probability": 0.8479817708333334}, {"start": 2331.74, "end": 2331.82, "word": " ان", "probability": 0.470947265625}, {"start": 2331.82, "end": 2332.02, "word": " شاء", "probability": 0.95751953125}, {"start": 2332.02, "end": 2332.08, "word": " الله", "probability": 0.8515625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2332.25875, "duration_after_vad": 2107.983749999991} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..51d034d57c1b3e6439c4a7f44694f964c29caa02 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77-FyxP7seQ_raw.srt @@ -0,0 +1,1892 @@ +1 +00:00:20,750 --> 00:00:26,470 +طبعا شباب السلام عليكم أخدنا + +2 +00:00:26,470 --> 00:00:29,170 +المحاضرة الماضية يا جماعة كيف نفتح activity من + +3 +00:00:29,170 --> 00:00:34,690 +activity تاني تمام؟ وقلنا إنه في طريقتين عشان نفتح + +4 +00:00:34,690 --> 00:00:37,090 +ال activity أو نشغل activity من activity الطريقة + +5 +00:00:37,090 --> 00:00:40,130 +الأولى باستخدام حاجة اسمها ال explicit intent يعني + +6 +00:00:40,130 --> 00:00:43,070 +باختصار أنت بتنشق intent وحكينا إن ال intent هي + +7 +00:00:43,070 --> 00:00:46,410 +عبارة عن زي رسالة تلمع إلى ال operating system + +8 +00:00:46,410 --> 00:00:51,940 +كلمة intent معناها هدفبتحدد طلب انت بتطلب حاجة من + +9 +00:00:51,940 --> 00:00:54,960 +ال operating system بتقوله ببعتله intent وبعطله + +10 +00:00:54,960 --> 00:00:57,520 +اسم ال activity او ال class بتاعة ال activity اللي + +11 +00:00:57,520 --> 00:01:01,200 +بتشغلهاهو في أنها بتصل الرسالة هذه وبيشغل ال + +12 +00:01:01,200 --> 00:01:03,760 +activity طبعا ليش؟ ايش ال .. ال .. الهدف انه + +13 +00:01:03,760 --> 00:01:07,220 +بيخلوا كل التشغيل بتاع ال activity التانية من خلال + +14 +00:01:07,220 --> 00:01:09,540 +ال operating system أمور اللي علاقة بال security + +15 +00:01:09,540 --> 00:01:13,760 +يعني هو لما أطلب من ال .. لما التطبيق تبعي يطلب + +16 +00:01:13,760 --> 00:01:17,420 +تشغيل تطبيق آخر او activity التانية ال operating + +17 +00:01:17,420 --> 00:01:19,960 +system هو اللي بيحدد اني لك صلاحية تشغلها او + +18 +00:01:19,960 --> 00:01:23,340 +مالكاش صلاحية عشان هيك كل الطلبات بتروح لل + +19 +00:01:23,340 --> 00:01:25,500 +operating system و ال operating system هو اللي + +20 +00:01:25,500 --> 00:01:30,100 +بيشغل activity او بيشغلهاشطيب يعني استفكر انه انا + +21 +00:01:30,100 --> 00:01:32,180 +عندي activity تانية في التطبيق اسمها second + +22 +00:01:32,180 --> 00:01:44,840 +activity بدنا نشغلها طبعا مثلا انا عندي button و + +23 +00:01:44,840 --> 00:01:46,860 +بدني لما اضغط على ال button اشغل activity جديدة + +24 +00:01:46,860 --> 00:01:51,180 +button.sitonclicklistener + +25 +00:01:57,820 --> 00:02:05,520 +لأن داخل الـ action بتاع البتهم بنش الـ intent و + +26 +00:02:05,520 --> 00:02:08,420 +بعطيهم حاجتين ال context اللي هو مؤشر على تطبيق + +27 +00:02:08,420 --> 00:02:11,220 +الكل على فكرة ال context هو ال super class بتاع ال + +28 +00:02:11,220 --> 00:02:14,620 +activity كمان يعني هذه ال class my first activity + +29 +00:02:14,620 --> 00:02:17,100 +extend app compat activity و ال app compat + +30 +00:02:17,100 --> 00:02:21,080 +activity extend class و ال class هذه ال top تبعهم + +31 +00:02:21,080 --> 00:02:25,340 +كلهم فيه class اسمها contextيعني حتى لو انت مررت + +32 +00:02:25,340 --> 00:02:29,120 +this بيمشي الحال بيقولك ال activity نفسها يعني لكن + +33 +00:02:29,120 --> 00:02:31,760 +احنا بفضل انه دايما تستدعي ال get application + +34 +00:02:31,760 --> 00:02:37,120 +context هذه فاصلة لان ال class بتاعة ال activity + +35 +00:02:37,120 --> 00:02:45,960 +اللي بدنا نشغلها لان second activity dot class و + +36 +00:02:45,960 --> 00:02:50,100 +بعد ما بقول start activityوبعطيله ال intent وحكينا + +37 +00:02:50,100 --> 00:02:53,640 +المحاضرة الماضية ان انت ممكن تستخدم ال intent عشان + +38 +00:02:53,640 --> 00:02:57,620 +تبعت بيانات لل activity التانية اللي هي من خلال ال + +39 +00:02:57,620 --> 00:03:02,280 +intent dot put extra وكل بيانات تحطها في ال intent + +40 +00:03:02,280 --> 00:03:06,260 +لازم تعطيها key طبعا عن طريقها بتجيب البيانات هذه + +41 +00:03:06,260 --> 00:03:12,200 +مثلا username بتحط ايش احمد على سبيل المثال + +42 +00:03:15,390 --> 00:03:20,490 +هكذا احنا بعتنا بيانات احمد باسم username لان في + +43 +00:03:20,490 --> 00:03:23,170 +ال activity التاني انت بتستقبل البيانات انك تقرأ + +44 +00:03:23,170 --> 00:03:26,130 +ال intent فهي اشتغلت ال on create انا الان نجلت + +45 +00:03:26,130 --> 00:03:29,290 +على كود ال activity التاني وبتقرأ ال intent بتقوله + +46 +00:03:29,290 --> 00:03:40,360 +intent I يساوي get intent هذه بس بدها importبعدين + +47 +00:03:40,360 --> 00:03:47,180 +بتقوله if I لا يستوى null نتأكد الان if I dot has + +48 +00:03:47,180 --> 00:03:51,060 +extra نتأكد ان البيانات موجودة فيه بنحط ال key + +49 +00:03:51,060 --> 00:03:54,320 +بتاع البيانات اللي هو بأي اسم بعتناها احنا user + +50 +00:03:54,320 --> 00:03:57,400 +name اذا موجود ال user name روح اقرأ البيانات + +51 +00:03:57,400 --> 00:04:02,980 +بتقوله I dot get string extra user name بتاخد + +52 +00:04:02,980 --> 00:04:05,680 +البيانات هذه بتحطها في متغير بتعمل فيها البداكية + +53 +00:04:05,680 --> 00:04:08,700 +تمام هذا ملخص الكلام اللي حكيناه في المحاضرة + +54 +00:04:08,700 --> 00:04:12,840 +الماضيحكينا كمان آخر المحاضرة الماضية أنه في طريقة + +55 +00:04:12,840 --> 00:04:15,560 +تانية لاستدعاء الـ intent أنه أنت ما بتحطش ال + +56 +00:04:15,560 --> 00:04:20,980 +class تحت ال activity بتحط حاجة اسمها action تمام؟ + +57 +00:04:20,980 --> 00:04:23,700 +action هو عبارة عن زي وصف ال activity أو إيش ال + +58 +00:04:23,700 --> 00:04:27,820 +activity هذه بتعمل يعني زي على سبيل المثال لو أنا + +59 +00:04:27,820 --> 00:04:32,620 +جنت بدأ أروح ل .. ل ..فلان اسمه محمد محمود علي + +60 +00:04:32,620 --> 00:04:37,120 +جمعة تمام هجيت هذا صار معرف صح ولا اسمه معروف كامل + +61 +00:04:37,120 --> 00:04:39,860 +لو سألت المفروض جيران أو اللي ساكنين حواليه علي + +62 +00:04:39,860 --> 00:04:44,160 +هذا الشخص هيعرفوه على طول لكن مرات انا بتقول بده + +63 +00:04:44,160 --> 00:04:48,380 +روح عند ابو العبد تمام او بده روح عند الراجل اللي + +64 +00:04:48,380 --> 00:04:54,440 +بيشغل نجار مثلا انت هنا محطيتش عنوانه او تعريف + +65 +00:04:54,440 --> 00:04:59,160 +كامل عنه حطيت وصف عنه في الحالة هذه طبعا مش + +66 +00:04:59,160 --> 00:05:02,630 +هيديلوك على طولبتقول ان بيقدر الشغالين بيشغل + +67 +00:05:02,630 --> 00:05:05,350 +النجار، إيش بيروح و بيعمل الناس؟ بيقول يسألوا مين + +68 +00:05:05,350 --> 00:05:08,830 +بيشغل النجار هنا، بيشوف .. بيروح و بيسأل .. بتقصر + +69 +00:05:08,830 --> 00:05:10,990 +مين بيشغل النجار، لجأ ولا واحد .. أكتر من واحد + +70 +00:05:10,990 --> 00:05:14,010 +بيقولك هاي هدول بيشتغلوا النجار، مين بدك منهم؟ لجأ + +71 +00:05:14,010 --> 00:05:16,490 +ولا واحد بيقوله خلاص هو هذا اللي أنت بدكيه،فيش غير + +72 +00:05:16,490 --> 00:05:19,670 +يعني أنت بال implicit .. هذا ما يسمون implicit + +73 +00:05:19,670 --> 00:05:24,770 +intent أن أنت بتوصل لل activity مش باسمها بوصف لل + +74 +00:05:24,770 --> 00:05:28,670 +activity هذهطب ليش هذا ال implicit intent يستخدم + +75 +00:05:28,670 --> 00:05:31,370 +لو انت بدك تشكل activity في تطبيق اخر لأنه لما + +76 +00:05:31,370 --> 00:05:36,110 +يكون ال activity في تطبيق تاني مش هتقدر تحط تعمل + +77 +00:05:36,110 --> 00:05:39,750 +هذه second activity دولت كلاس هذي أصلا ليش جبلها + +78 +00:05:39,750 --> 00:05:42,750 +لأن second activity موجودة في نفس ال package عملها + +79 +00:05:42,750 --> 00:05:45,870 +import لجهة موجودة لكن لو قعدت second activity في + +80 +00:05:45,870 --> 00:05:50,070 +تطبيق تاني ولا عمرها هذه الطريقة تظبط طب هذا طريقة + +81 +00:05:50,070 --> 00:05:52,390 +ال implicit intent بيحكي لي هي كتالة + +82 +00:05:56,900 --> 00:06:03,260 +الأن في أنا عندي أكتر من تطبيق على الجوال ال + +83 +00:06:03,260 --> 00:06:07,220 +activities اللي بدها تسمح للتطبيقات الأخرى تشغلها + +84 +00:06:07,220 --> 00:06:11,060 +واضح أني مش بده أعمل ال activities اللي بدها تعلن + +85 +00:06:11,060 --> 00:06:14,740 +عن نفسها أو تسمح لل activities الأخرى تشغلها في ال + +86 +00:06:14,740 --> 00:06:19,600 +manifest file بتاعة التطبيقات في ال manifest لازم + +87 +00:06:19,600 --> 00:06:22,960 +تروح و تضيف لل activity هذه حاجة نسميها ال intent + +88 +00:06:26,760 --> 00:06:30,140 +Filter هدل مين منديف ال Intent Filter لل + +89 +00:06:30,140 --> 00:06:34,080 +activities اللي بدها تسمح لتطبيقات أخرى تشغلها + +90 +00:06:34,080 --> 00:06:39,320 +يعني أنا متاح بعلّج يافطة بقول أنا نجار أنا طبيب + +91 +00:06:39,320 --> 00:06:42,440 +لما يعلّج يافطة الناس بتجيله صح ولا لأ ماعلّجش + +92 +00:06:42,440 --> 00:06:45,080 +يافطة مافيش حد بيجيله فهي اللي يافطة هي إيش ال + +93 +00:06:45,080 --> 00:06:48,680 +Intent Filter فبديف لل activities اللي بدي أعلن + +94 +00:06:48,680 --> 00:06:51,260 +عنها أو أسمح للآخر اللي بيستخدموها Intent Filter + +95 +00:06:51,260 --> 00:06:54,860 +من اسم ال Intent Filter إيش يعني Intent Filter بي + +96 +00:06:54,860 --> 00:06:58,270 +filter ال Intentsما هو في الآخر طيب في الـ intent + +97 +00:06:58,270 --> 00:07:01,310 +filter حط وصف لل activity بقول هذا ال activity + +98 +00:07:01,310 --> 00:07:09,530 +تمام تستخدم مثلا web view مثلا هذا وصف انا اعطيته + +99 +00:07:09,530 --> 00:07:12,730 +لل activity داخل من ال intent filter هذا الوصف + +100 +00:07:12,730 --> 00:07:18,470 +بيسميه ال action يعني ال action هي قيمة بتنحط داخل + +101 +00:07:18,470 --> 00:07:22,110 +ال intent filter في تطبيق تاني في activity برضه + +102 +00:07:22,110 --> 00:07:27,200 +بيضيغل عنهابروح في الـ Manifest File بضيف للـ + +103 +00:07:27,200 --> 00:07:32,480 +Activity هذه Intent Filter تمام؟ وبعطيها Action + +104 +00:07:32,480 --> 00:07:38,400 +وليكن اسمها Map View هذا الـ Action الخاص في الـ + +105 +00:07:38,400 --> 00:07:41,740 +Activity التاني هذولا مافيش فيهم Activities معلن + +106 +00:07:41,740 --> 00:07:49,100 +عنهم الآن أجيت أنا أعمل تطبيق خاص فياو قلت له في + +107 +00:07:49,100 --> 00:07:53,040 +التطبيق روح شغّل ال activity اللي ال action تبعها + +108 +00:07:53,040 --> 00:07:58,960 +map view وين حطيته هذا جيجا ال intent عملت intent + +109 +00:07:58,960 --> 00:08:05,920 +حطيت في map view و قلت له start activity intent + +110 +00:08:05,920 --> 00:08:12,130 +هذا وين؟ في تطبيقيعملت content كتبت فيه map view + +111 +00:08:12,130 --> 00:08:15,670 +حددت فيه ال activity اللي بدى شغلها لأ حددت فيه + +112 +00:08:15,670 --> 00:08:18,830 +إيش ال action تبعها تمام لسه أنا بعرفش وين هذه ال + +113 +00:08:18,830 --> 00:08:23,430 +activity موجودة في أي تطبيق تمام حددت وصفها طيب + +114 +00:08:23,430 --> 00:08:25,890 +لإن أول ما بيوصلت activity ال content هدى رسالة + +115 +00:08:25,890 --> 00:08:29,100 +هتروح لمين؟للـ Operating System تمام؟ هذه الـ + +116 +00:08:29,100 --> 00:08:32,340 +Operating System هنا هنا وصله الـ Intent إذا جيت + +117 +00:08:32,340 --> 00:08:35,040 +الـ Operating System لسه بعرفش مين يشغّل إيش بروح + +118 +00:08:35,040 --> 00:08:38,260 +بعمل الـ Operating System؟ بروح لكل التطبيقات و + +119 +00:08:38,260 --> 00:08:41,440 +بمسك ال manifest file عندهم و بطابق ال action + +120 +00:08:41,440 --> 00:08:45,340 +الموجود في الـ Intent مع ال actions المكتوبة داخل + +121 +00:08:45,340 --> 00:08:48,500 +ال Intent Filter في التطبيقات أي وقت ابحث في ال + +122 +00:08:48,500 --> 00:08:52,420 +manifest مين فيه activity اللي هي action؟أيش ال + +123 +00:08:52,420 --> 00:08:56,360 +action هنا؟ map view هدى map view؟ لأ يبقى هدى + +124 +00:08:56,360 --> 00:08:59,940 +بتنفعش تعالى هنا هل هدى map view مطابق ال action + +125 +00:08:59,940 --> 00:09:06,460 +هنا؟ اه بروح بشغل ال activity هدى هدى فى تطبيق + +126 +00:09:06,460 --> 00:09:12,860 +وانا شغال فى تطبيق تانى تمام؟ هدى بنسمي implicit + +127 +00:09:12,860 --> 00:09:17,580 +intent اه لو فرضنا ازميل كوب يقول انا عندى + +128 +00:09:17,580 --> 00:09:20,460 +manifest file تانى وفى activity اسمها intent + +129 +00:09:20,460 --> 00:09:26,690 +filterو فيها map view تانيةهيجي ال operating + +130 +00:09:26,690 --> 00:09:29,930 +system هيجيها بطابق هذه و هذه في الحالة هذه + +131 +00:09:29,930 --> 00:09:37,090 +بيجيبلك choose اختار بدك تشغل هذه او هذه يعني مثلا + +132 +00:09:37,090 --> 00:09:39,990 +مرات انت بتيجي تفتح صفحة بيجيبك خيارين ال two + +133 +00:09:39,990 --> 00:09:45,810 +browsers هذا بتحصل معاكم مرات في ال Android صح؟ + +134 +00:09:45,810 --> 00:09:51,730 +هذا امتى؟ لما نجي اكتر من activity بتحمل نفس ال + +135 +00:09:51,730 --> 00:09:56,350 +action اللي موجود في ال Intelالان احنا المحاضرة + +136 +00:09:56,350 --> 00:10:02,350 +الماضية الان انا ال activities تعونها دول ال first + +137 +00:10:02,350 --> 00:10:05,890 +و ال second activities الاولة انها intent filter + +138 +00:10:05,890 --> 00:10:11,030 +هدى مين ال launcher تمام لكن التانية ال second + +139 +00:10:11,030 --> 00:10:13,630 +activity انها intent filter انا وانا انا اروح تجي + +140 +00:10:13,630 --> 00:10:18,010 +ماعرفى مانتوهش لل manifest file تمام يبقى التانية + +141 +00:10:18,010 --> 00:10:23,680 +هدى مش ممكن اشغلها من اي تطبيق اخر ليش؟لأنها مش + +142 +00:10:23,680 --> 00:10:26,640 +مقنعة عن نفسها مافيش فيها content filter فلو انا + +143 +00:10:26,640 --> 00:10:30,760 +بدي اشغلها من اي تطبيق اخر بروح جوا ال tag بتاع ال + +144 +00:10:30,760 --> 00:10:34,560 +activity بنشأ content filter وجوا ال content + +145 +00:10:34,560 --> 00:10:39,200 +filter بعمل حاجة اسمها action name وسمي ال + +146 +00:10:39,200 --> 00:10:43,840 +activity هذه الحاجة مثلا useless activityاللي هي + +147 +00:10:43,840 --> 00:10:47,340 +بتعطيها action تمام؟ و لازم بتعطيها إش تاني اللي + +148 +00:10:47,340 --> 00:10:50,380 +هي category على الأقل هذه category إيش ال + +149 +00:10:50,380 --> 00:10:53,740 +category؟ هال gate إحنا توقعنا تصنيفين أساسيين في + +150 +00:10:53,740 --> 00:10:56,860 +launcher إيش هي launcher؟ اللي هي ال activity + +151 +00:10:56,860 --> 00:11:02,460 +بتشغل و في category name اللي هو default default + +152 +00:11:02,460 --> 00:11:06,740 +يعني أي activity مش تشغيلية ال launcher هي أول ما + +153 +00:11:06,740 --> 00:11:11,910 +تشغل التطبيق بتشغلالـ Default معناها انه لازم + +154 +00:11:11,910 --> 00:11:16,090 +تتشجلها لازم تحطها لكاتجورى هذه الان هذه ال + +155 +00:11:16,090 --> 00:11:19,630 +activity صارت معنى مع نفسها معنى مع نفسها ب action + +156 +00:11:19,630 --> 00:11:25,060 +اسمه ايش useless activity الان في تطبيق تانيطبعا + +157 +00:11:25,060 --> 00:11:29,960 +لو انت اجيت مثلا علي activity وقلتله روح شغلني لان + +158 +00:11:29,960 --> 00:11:33,140 +شايفين ال intent ايش كنت اكتب انا second activity + +159 +00:11:33,140 --> 00:11:35,540 +of the class هذا بتمشي لان ال activity التاني + +160 +00:11:35,540 --> 00:11:39,700 +موجودة في نفس ال project لكن لو لو موجودة في تطبيق + +161 +00:11:39,700 --> 00:11:48,520 +تاني ممكن احط او اقول شغل ال useless activity كيف؟ + +162 +00:11:50,150 --> 00:11:54,290 +لأ لأ بدون context حط بس ال action مباشرة بروح لل + +163 +00:11:54,290 --> 00:11:57,870 +Android system بدور طبعا هنا يعني هي موجودة في لفظ + +164 +00:11:57,870 --> 00:12:01,870 +التطبيق فانا يعني .. بس هذا بتشتغل تمام؟ يعني صح + +165 +00:12:01,870 --> 00:12:04,350 +هنا في لفظ التطبيق بس برضه هذه اشتغلت وجربناها + +166 +00:12:04,350 --> 00:12:07,090 +المحاضرة لما حطنا ايه ايه ايه تمام؟ + +167 +00:12:09,620 --> 00:12:11,840 +واضحة الفكرة إيش يعني الـ implicit intent يا + +168 +00:12:11,840 --> 00:12:15,480 +جماعة؟ طيب، ليش أنا ركزت على الموضوع هذا؟ لأن فيه + +169 +00:12:15,480 --> 00:12:19,340 +كتير تطبيقات هنحتاج نشغلها، ممكن نحتاج نشغلها من + +170 +00:12:19,340 --> 00:12:24,470 +تطبيقنا، يعني مثلا بدل تطبيق تبعي يصور صورةهتخترع + +171 +00:12:24,470 --> 00:12:27,470 +انت برنامج كاميرا؟ لأ هتروح و تقول اشتغل برنامج + +172 +00:12:27,470 --> 00:12:31,570 +الكاميرا اللي موجود بداك تفتح صفحة web افتحلي صفحة + +173 +00:12:31,570 --> 00:12:34,170 +ال web على ال browser اللي موجود في التطبيق بداك + +174 +00:12:34,170 --> 00:12:37,410 +تعمل call بداك تبعد SMS بداك تبعد email أيوة اتفضل + +175 +00:12:37,410 --> 00:12:46,670 +هيطلع + +176 +00:12:46,670 --> 00:12:49,630 +error مالجياش لأ مش هيديك ع المدج اذا ال action + +177 +00:12:49,630 --> 00:12:55,680 +هذا مش موجود هيطلعنك error تمام؟هنطبق للنقطة إن + +178 +00:12:55,680 --> 00:12:58,300 +كيف نحل الإرهار هذا من خلال الأمثلة التالية الآن + +179 +00:12:58,300 --> 00:13:01,140 +بناء على الكلام اللي حكيناه هذا تعالوا نشوف كيف + +180 +00:13:01,140 --> 00:13:04,540 +إحنا بنقدر من خلال الـ implicit intent اللي هو + +181 +00:13:04,540 --> 00:13:06,600 +بنصرحش فيه في ال class بتاعة ال activity اللي + +182 +00:13:06,600 --> 00:13:11,400 +بنشغلها لكن بنصرحه بال action كيف ممكن يشغل + +183 +00:13:11,400 --> 00:13:16,800 +تطبيقات أخرى في الجهاز أول مثل بناخده إن نشوف مثلا + +184 +00:13:16,800 --> 00:13:19,060 +نضغط على battle يروح يفتحلي رابط + +185 +00:13:21,580 --> 00:13:25,900 +البراوزر التطبيق على الجهاز خلّيه يفتح لي الرابط + +186 +00:13:25,900 --> 00:13:32,300 +في البراوزر الان هذه الحاجات مابتنحفظش ليش؟ لأنه + +187 +00:13:32,300 --> 00:13:36,580 +بيقول لي إذا انت بدك براوزر ال action تبعه هي + +188 +00:13:36,580 --> 00:13:39,340 +خلّينا ناخد أمثلة + +189 +00:13:52,020 --> 00:13:54,860 +طيب طلع معايا يا جماعة الان بدي افتح ال browser + +190 +00:13:54,860 --> 00:13:58,620 +بيحكيلي هو ال browser انه بدك تفتحه بدك تنشي + +191 +00:13:58,620 --> 00:14:01,180 +Intent معروف احنا اتفجرنا انه بدك تفتح اي activity + +192 +00:14:01,180 --> 00:14:06,260 +بدك تعمل Intent يسميه Intent ال browser اكيد تطبيق + +193 +00:14:06,260 --> 00:14:10,300 +مش دم التطبيق يجهز تخدم implicit intent وحط اسم ال + +194 +00:14:10,300 --> 00:14:13,520 +action يعني المفروض يكون فيه هنا ايش زي جثين جملة + +195 +00:14:13,520 --> 00:14:19,380 +تمام بيقوللي ال browser انه action اسمه intent dot + +196 +00:14:20,620 --> 00:14:27,880 +action view لأن إيش هذا الموجود هنا هذا متغير ثابت + +197 +00:14:27,880 --> 00:14:31,140 +تمام static variable كيف عرفته ال static variable + +198 +00:14:31,140 --> 00:14:35,620 +انه موجود باسم ال class يعني هذا اسم ال class + +199 +00:14:35,620 --> 00:14:40,100 +intent dot action view وهذا متغير مخزن فيه قيمة + +200 +00:14:40,100 --> 00:14:45,960 +ثابتة ممكن أنت تطبعها وتشوف القيمة هذهتمام؟ هذه + +201 +00:14:45,960 --> 00:14:50,160 +قيمة ثابتة مخزنة جوا ال class Intent الان هو + +202 +00:14:50,160 --> 00:14:54,780 +بيقولي بيقولي اي تطبيق للعرض غالبا في الجوال + +203 +00:14:54,780 --> 00:14:58,280 +بيستخدم ال action view يعني هدف فعليا intent dot + +204 +00:14:58,280 --> 00:15:01,440 +action view أنا مش هفرض احكيها المفروض فهو ال + +205 +00:15:01,440 --> 00:15:07,200 +intent dot action view هدف فعليا ان انا فيه عندى + +206 +00:15:07,200 --> 00:15:09,140 +class داخل ال class intent + +207 +00:15:12,720 --> 00:15:20,160 +فيه متغير public static final + +208 +00:15:20,160 --> 00:15:29,460 +string اسمه ايش اسمه action view + +209 +00:15:29,460 --> 00:15:36,700 +الى قيمة معينةطبعا؟ ليش هتحط .. انا طبعا ماشوفتش + +210 +00:15:36,700 --> 00:15:39,800 +ال class ولا مقدر اشوفه طبعا؟ بس انا كيف عرفت انه + +211 +00:15:39,800 --> 00:15:44,780 +public؟ ان اصدرت أوصله طبعا؟ static لأنه نديته اسم + +212 +00:15:44,780 --> 00:15:48,360 +ال class finally لأنه مش .. أكيد مش هسمحلك تغيره + +213 +00:15:48,360 --> 00:15:52,680 +هذا لازم يظل ثابت لو غيرته المشكلة طبعا؟ action of + +214 +00:15:52,680 --> 00:15:56,560 +you اسمه هى موجود هنا يعني بدل ما يقولي انك انت + +215 +00:15:56,560 --> 00:16:00,900 +بدك تكتبوا كتاب او تحفظهبقول انا كتبتلك هي جاهز + +216 +00:16:00,900 --> 00:16:04,220 +مكتوب باسوين جوا ال class انت مافيش داعي تحفظه انت + +217 +00:16:04,220 --> 00:16:07,680 +بس استدعى المتغير تبعه ففعليا هذه عبارة عن ال + +218 +00:16:07,680 --> 00:16:12,200 +string يا جماعة هذي عبارة عن ايش ال string اسم + +219 +00:16:12,200 --> 00:16:17,640 +action معين في ال tutorial بتاعة Android هو بيقولي + +220 +00:16:17,640 --> 00:16:20,220 +بيقولي بدك تفتح ال browser استخدم ايش intent + +221 +00:16:20,220 --> 00:16:26,540 +action review طب خلصنا لأ تعالوا على جد هيك و نجرب + +222 +00:16:26,540 --> 00:16:33,590 +و بعدين اقول startActivity واطير الـ Intent وتعليق + +223 +00:16:33,590 --> 00:16:33,970 +مرّال + +224 +00:17:21,360 --> 00:17:27,140 +طيب هذه التطبيق لإن لو ضغطت على الذر ايش بتلاحظ و + +225 +00:17:27,140 --> 00:17:33,520 +طلع ليه جبلي خيارات كتير لتطبيقات مختلفة على + +226 +00:17:33,520 --> 00:17:40,030 +الجهاز و كل التطبيقات هذهالاكشن تبعها ايش؟ action + +227 +00:17:40,030 --> 00:17:44,690 +view يعني هو الان وصل ال intent لل Android + +228 +00:17:44,690 --> 00:17:48,090 +operating system اتلخبط جلك انت بدك action view طب + +229 +00:17:48,090 --> 00:17:53,430 +هي في عشرين تطبيق اللهم action view انا بد مين؟ بد + +230 +00:17:53,430 --> 00:17:58,680 +براوزر يبقى لازم تحطلي اشي تانيهو يخصص لي و يقول + +231 +00:17:58,680 --> 00:18:01,160 +لي مين بدك في ال action view يعني هذا معناه + +232 +00:18:01,160 --> 00:18:05,260 +الخيارات هذه ان في تطبيقات كتير انها action view + +233 +00:18:05,260 --> 00:18:09,870 +طب عشان نخصص يعني بقولي اذا انت محتاج browserو هذا + +234 +00:18:09,870 --> 00:18:12,650 +الكلام مش حفظ، تمام؟ هذا الكلام لو انت دورت على ال + +235 +00:18:12,650 --> 00:18:14,890 +tutorial تحت ال Android بيقولك إذا بدك browser + +236 +00:18:14,890 --> 00:18:20,170 +لازم تقوله intent تعطينا ال URL تمام؟ هو من خلال + +237 +00:18:20,170 --> 00:18:28,130 +ال URL بميز تمام؟ تقوله set data شايفين ال data + +238 +00:18:28,130 --> 00:18:33,550 +هذه set data ال data إيش بتاخد منها قصير؟ object + +239 +00:18:33,550 --> 00:18:34,050 +منها + +240 +00:18:42,400 --> 00:18:46,000 +URI بشكل هذا وبين القصير هنا بتعطيله ال link اللي + +241 +00:18:46,000 --> 00:18:47,060 +انت بدك تفتحه + +242 +00:18:53,370 --> 00:18:57,210 +لأن مرة تانية هذا مش حفظ زي ما قلنا بتيجي للـ + +243 +00:18:57,210 --> 00:19:02,850 +intent بتقوله set data بده object منه URI URI dot + +244 +00:19:02,850 --> 00:19:05,890 +parse هاد ال static method بتعطيها stream بترجّهلك + +245 +00:19:05,890 --> 00:19:09,270 +URI اللي هو بدهيا اللي هو HTTP مثلا + +246 +00:19:12,540 --> 00:19:16,320 +الان ايش اللي هيصير؟ هيصير التالي، الان لما ابعت + +247 +00:19:16,320 --> 00:19:18,420 +الـ Intent هذا، ايش فيه الـ Intent الان؟ فيه + +248 +00:19:18,420 --> 00:19:22,840 +Action وفيه Data لما تبعته لل Operating System، + +249 +00:19:22,840 --> 00:19:25,160 +بتطلع على Action، بلاجيه Action View، هيلاجي فيه + +250 +00:19:25,160 --> 00:19:28,680 +تطبيقات كتير، الان هيميز، هيروح لمرحلة تانية من + +251 +00:19:28,680 --> 00:19:31,920 +التمييز على ال Data، لما لاجي ال Data، بتبدأ + +252 +00:19:31,920 --> 00:19:38,040 +بـHTTP، بيفهم ان انت بدك ايش؟ بدك براوظةيعني من + +253 +00:19:38,040 --> 00:19:42,300 +خلال ال data كمل عملية البحث عملية التمييز + +254 +00:19:42,300 --> 00:19:47,360 +فالتمييز الأن بيعتمد على إيش حاجتين ال action وشكل + +255 +00:19:47,360 --> 00:19:51,380 +ال data إذا لدى أي protocol خاص بالإنترنت زي HTTP, + +256 +00:19:51,620 --> 00:19:57,320 +HTTPS, FTP تمام بيفهم إن أنت جزدك تفتح صفحة فبشغلك + +257 +00:19:57,320 --> 00:20:00,540 +برنامج ل browser لأن تعالى نجرب هذه + +258 +00:20:27,470 --> 00:20:30,930 +طيب هاي بطول .. لأن ايش فتح ليه؟ اه فتح ال browser + +259 +00:20:30,930 --> 00:20:35,930 +طبعا بده تسجيل دخول تمام؟ يعني المهم انه شغل .. + +260 +00:20:35,930 --> 00:20:42,150 +شغل ال browser واضح + +261 +00:20:42,150 --> 00:20:44,330 +كيف يا جماعة انا شغلت ال browser؟ فهم ايش يعني + +262 +00:20:44,330 --> 00:20:47,530 +مقصود ال .. كيف انا استدعيت ال action view اللي هو + +263 +00:20:47,530 --> 00:20:50,530 +عبارة عن ال action بتاع ال browser و من خلال ال + +264 +00:20:50,530 --> 00:20:59,160 +data ألف اللي هو بدهيا طيب اه ..الان انا عندى على + +265 +00:20:59,160 --> 00:21:05,440 +جهازى او قبل هذه احيانا لو انا استدعيت action + +266 +00:21:05,440 --> 00:21:09,680 +ماكانش موجود فيه زيه على الجهاز طبعا يعني action و + +267 +00:21:09,680 --> 00:21:13,260 +view اكيد موجود لكن فرضا انا استدعيت action ماكانش + +268 +00:21:13,260 --> 00:21:22,080 +موجود مثلا لو انا قلت زيه a,b,c طبعا مافيش + +269 +00:21:22,080 --> 00:21:25,740 +activity لها action a,b,c فهال gate على طول هطلع + +270 +00:21:25,740 --> 00:21:31,290 +ليه خطأفكويس نوعا احنا عملنا خطوة عشان نحتاط للخطأ + +271 +00:21:31,290 --> 00:21:34,170 +هذا اذا كان فيه مشكلة في ال action او ما رجعش اي + +272 +00:21:34,170 --> 00:21:39,290 +تطبيق بيشتغل يعني افرض الجهاز بيشعل براوزر بدون + +273 +00:21:39,290 --> 00:21:48,120 +براوزر هيطلعلك error فبدنا نحط بسهي مثلا هيك سكّر + +274 +00:21:48,120 --> 00:21:51,880 +التطبيق ليش؟ لازم فعليا نبور على activity إلها + +275 +00:21:51,880 --> 00:21:57,340 +action ABC ما نجاش خلينا نرجع لل browser فمثلا بدي + +276 +00:21:57,340 --> 00:22:05,920 +أخلي يفحص إنه هل فعلا موجود هذا و لا لأ هو أو غير + +277 +00:22:05,920 --> 00:22:09,080 +يعني كيف نعمل فحص إن ال activity اللي نشغلها + +278 +00:22:09,080 --> 00:22:14,840 +موجودة يعني عشاننشوف الـ Activity موجودة أو لا + +279 +00:22:38,250 --> 00:22:42,670 +طيب طالع معايا كتبت السطرين هدول عشان عملية الفحص + +280 +00:22:42,670 --> 00:22:46,430 +هذه أول حاجة استدعيت مثل اسمها get package manager + +281 +00:22:46,430 --> 00:22:51,550 +هذي method موجودة في ال class الحالية صح ولا لأ؟ + +282 +00:22:51,550 --> 00:22:54,390 +ولا مش عارفين صح ولا لأ؟ اه get package manager هو + +283 +00:22:54,390 --> 00:22:57,310 +وين هو مش مكتوب هنا مكتوبة وين؟ في ال super class + +284 +00:22:57,310 --> 00:23:00,450 +هذا ال package manager يا جماعة فعليا عبارة عن + +285 +00:23:00,450 --> 00:23:04,330 +component في الاندرويد فيه معلومات عن كل التطبيقات + +286 +00:23:04,330 --> 00:23:07,190 +وأسماء ال package يستعدتها والملفات الموجودة فيها + +287 +00:23:08,960 --> 00:23:12,200 +فعلياً فعلياً الاندرويد لما يروح يدور على activity + +288 +00:23:12,200 --> 00:23:16,960 +و يبحث هل ال action تبعها موجود أو لا برجع لمينلل + +289 +00:23:16,960 --> 00:23:19,500 +package manager من اسمه package ما هو التطبيق + +290 +00:23:19,500 --> 00:23:23,200 +مكوّن من ايش من packages تمام هذا المسؤول عن تطبيق + +291 +00:23:23,200 --> 00:23:25,800 +وملفاته ال Android system نفسه برجع لل package + +292 +00:23:25,800 --> 00:23:30,300 +manager عشان يشوف ال action هذا موجود ولا لأ فلان + +293 +00:23:30,300 --> 00:23:33,280 +كم انعملته و بعدها هل جبت package manager وخزنته + +294 +00:23:33,280 --> 00:23:36,380 +في متغير اسمه package manager و بعدين روحت لل + +295 +00:23:36,380 --> 00:23:42,070 +Intent تبعيبعد ما حددت الـ Action و حددت الـ Data + +296 +00:23:42,070 --> 00:23:46,670 +قلت له Intent و استدعيت method اسمها Resolve + +297 +00:23:46,670 --> 00:23:51,790 +Activity كلمة إيش عن Resolve؟ حل زي حل، تمام؟ و + +298 +00:23:51,790 --> 00:23:54,610 +مررتلها عنين؟ ال manager، أه ال manager، الآن إذا + +299 +00:23:54,610 --> 00:23:57,390 +نجوا معلومات عن ال activity برجعلي معلومات عنها ب + +300 +00:23:57,390 --> 00:24:00,530 +object من النوع أظن activity info مانجاش برجع + +301 +00:24:00,530 --> 00:24:05,350 +null، تمام؟ فأنا كل بفحصه إذا Resolve Activity + +302 +00:24:05,350 --> 00:24:09,140 +مارجعتش null معناه إيش؟اللي فيه بيانات لو رجعت مال + +303 +00:24:09,140 --> 00:24:15,160 +معناه ال activity هذه مش موجودة واضح يا جماعة يعني + +304 +00:24:15,160 --> 00:24:19,500 +انا جبت component اسمه package manager وروحت لل + +305 +00:24:19,500 --> 00:24:22,720 +intent تبعي قبل ما انشغله قبل ما اعمل start + +306 +00:24:22,720 --> 00:24:26,020 +activity قلت له resolve activity وعطيته ال package + +307 +00:24:26,020 --> 00:24:30,020 +manager اذا هذا رجع اذا resolve activity مارجعتش + +308 +00:24:30,020 --> 00:24:34,520 +مال معناه ال activity موجودة فيروح يعمل start + +309 +00:24:34,520 --> 00:24:38,560 +activity الكلس تحط الشرط دايماجانب ما تشغل اي + +310 +00:24:38,560 --> 00:24:41,540 +activity و تتأكد انها موجودة و لا مش موجودة بالذات + +311 +00:24:41,540 --> 00:24:44,540 +لو كانت implicit implicit معناها ان انت قاعد بتدور + +312 +00:24:44,540 --> 00:24:48,400 +ترمى هالسمارة تمام و يا تصيد يا ماتصيدش صح ولا + +313 +00:24:48,400 --> 00:24:51,220 +فجانب ما ترمى هالسمارة تتأكد ان انت مش هتصيد في + +314 +00:24:51,220 --> 00:24:58,460 +البحر الميت صح ولا ان في حاجة موجودة تصيدها طيب + +315 +00:24:58,460 --> 00:24:59,460 +حاجة تانية برضه + +316 +00:25:02,300 --> 00:25:06,380 +الان انا لاحظ في جهازي اول ما شغلت روح فتحلي + +317 +00:25:06,380 --> 00:25:10,020 +براوزر ع فكرة انا في جهازي فيه two browsers فيه ال + +318 +00:25:10,020 --> 00:25:12,660 +browser اللي بيجيه على ال Android وفيه كمان ال + +319 +00:25:12,660 --> 00:25:18,280 +Chrome لكن هو by default فتحلي براوزر ليش لأن انا + +320 +00:25:18,280 --> 00:25:22,800 +اصلا لو انا بستخدم قولتله اني دايما اش ماتخلطنيش + +321 +00:25:22,800 --> 00:25:26,680 +كل ما بده افتح link تطلعني خيارات فتحلي واحد ثابت + +322 +00:25:30,560 --> 00:25:33,760 +يعني هنا على طول بضغط هذا و راح فتح ليها في الـ + +323 +00:25:33,760 --> 00:25:36,560 +browser بتاع الاندرويد، تمام؟ لكن أحيانًا أنا + +324 +00:25:36,560 --> 00:25:40,720 +بيدخليه يطلعلي خيارات، يعني يقولني إيش الخيارات + +325 +00:25:40,720 --> 00:25:43,040 +بتاعنا الموجودة، ما .. ما .. مايعتمدش على الـ + +326 +00:25:43,040 --> 00:25:46,920 +default الموجودة في الـ settings فالأن، وين هذا + +327 +00:25:46,920 --> 00:25:51,160 +بيدعمله؟ الآن بيدقوله زي هيك، خلاص أتأكدنا إنه في + +328 +00:25:51,160 --> 00:25:54,760 +activity تشغل، هجدنا و نطلعله خيارات، تمام؟ بنروح + +329 +00:25:54,760 --> 00:26:03,990 +للـ intent تبعناهذا الكلام قلنا شغل و بقوله + +330 +00:26:03,990 --> 00:26:09,430 +intent + +331 +00:26:09,430 --> 00:26:16,810 +dot create create a chooser فى method اسمها create + +332 +00:26:16,810 --> 00:26:24,090 +a chooser هذا ال method مالها static method اعملني + +333 +00:26:24,090 --> 00:26:29,120 +من اسمه create a chooserأعملني الخيارات يعني + +334 +00:26:29,120 --> 00:26:36,440 +بتمررني ال intent تبعك و بتمررني حد تاني مثلا اقول + +335 +00:26:36,440 --> 00:26:41,240 +choose browser هذا ايش الكلمة اللي بتطلع ما هو + +336 +00:26:41,240 --> 00:26:45,000 +هلجيت لما يطلقلك الخيارات هيجيبك ان تطبيقاتك و + +337 +00:26:45,000 --> 00:26:50,740 +هيحطلك هنا كلمةالكلمة هذه هي ايش اللي انا بمررها + +338 +00:26:50,740 --> 00:26:55,440 +هنا ف create a chooser هذه method بمررها الانتل + +339 +00:26:55,440 --> 00:26:59,300 +تبعي عشان نشوف ايش التطبيقات المختلفة اللي بتشغله + +340 +00:26:59,300 --> 00:27:07,200 +و choose browser لان هذه create a chooser بترجع + +341 +00:27:07,200 --> 00:27:11,900 +انتل جديدمثلا انت انت اتنين و بعدين بقوله شغلي ايش + +342 +00:27:11,900 --> 00:27:16,260 +شغلي انت اتنين فالان التطبيق تبعي لما اقول start + +343 +00:27:16,260 --> 00:27:19,460 +activity انت انت اتنين انت اتنين بتشغل chooser + +344 +00:27:19,460 --> 00:27:27,020 +طبعا و من خلال ال chooser بختار التطبيق اللي بديه + +345 +00:27:35,030 --> 00:27:38,170 +هذه زي ما قلنا الحاجات اللي واحد بحفظهاش طبعا يعني + +346 +00:27:38,170 --> 00:27:43,710 +لو انت انا كيف بعرفها بعملها ده و ببنسها بحط على + +347 +00:27:43,710 --> 00:27:46,670 +جوجل على stack overflow create a chooser بطلّق + +348 +00:27:46,670 --> 00:27:53,550 +للسطرين هذين طبعا بس يعني مفهومة مش صعبة طيب تعالى + +349 +00:27:53,550 --> 00:28:00,230 +نشوف هل جيت اه + +350 +00:28:00,230 --> 00:28:03,070 +مطلوب اقولكوا في الامتحان اه طبعا مش انا روحت و + +351 +00:28:03,070 --> 00:28:04,650 +رجعتها و حفظتها زيكوا زيكوا + +352 +00:28:18,130 --> 00:28:22,170 +طيب هاي ال pattern اللي قال لو ضغط عليه زي هيك + +353 +00:28:22,170 --> 00:28:28,610 +هيجيب لي إيش خيارين طبعا بيجيب + +354 +00:28:28,610 --> 00:28:31,330 +لي كل اللي بيشغل ال intent هذا طبعا وهو كتب لي + +355 +00:28:31,330 --> 00:28:35,270 +choose browser هي النص اللي أنا كتبته هناماشي هاي + +356 +00:28:35,270 --> 00:28:40,130 +Chrome مثلا خلاص هفتح ليه على Chrome هاي في نت جاي + +357 +00:28:40,130 --> 00:28:43,910 +ماشي + +358 +00:28:43,910 --> 00:28:49,290 +يا جماعة الآن خليني ايش نمحي هذا و نجرب نشغل تطبيق + +359 +00:28:49,290 --> 00:28:51,170 +اخر على الجهاز تمام + +360 +00:28:55,070 --> 00:29:00,230 +لأ ما هو اشوف انا هجربلك امثلة تمام مش كل حاجة + +361 +00:29:00,230 --> 00:29:02,890 +هجربها لإن في أمور لسه اللي علاقة بال security و + +362 +00:29:02,890 --> 00:29:06,210 +ال permissions هذي لسه ماتطلقناش اليها تمام انا + +363 +00:29:06,210 --> 00:29:10,150 +بجرب الحاجات السهلة مثلا طبعا هذا مش حفظ انا جيبته + +364 +00:29:10,150 --> 00:29:12,330 +من ال .. من ال net انت لو روحت كتابة common + +365 +00:29:12,330 --> 00:29:15,570 +intents ايش يعني common؟ شائعة شائعة بيجيبلك هذا + +366 +00:29:15,570 --> 00:29:19,450 +مثلا هذا ال intent اللي انت ممكن تستخدمه عشان تبعت + +367 +00:29:19,450 --> 00:29:24,860 +emailتمام؟ مثلا عشان تبعت email بدك تروح تنشئ + +368 +00:29:24,860 --> 00:29:28,600 +intent new + +369 +00:29:28,600 --> 00:29:35,660 +intent اسمه intent ايش هو اللي بيسميه action send + +370 +00:29:35,660 --> 00:29:41,300 +هذا + +371 +00:29:41,300 --> 00:29:46,800 +لإرسال email هال gate هو مش بس بتنشئ ال intent بدك + +372 +00:29:46,800 --> 00:29:51,700 +تحط فيه بياناتالبيانات اللي بدك تحطها هي .. يعني + +373 +00:29:51,700 --> 00:29:55,800 +هو كمان بتدينيها ثابتة باسماء محددة يعني بيقولي + +374 +00:29:55,800 --> 00:29:58,380 +لازم تحط البيانات هذه لازم تقولي الـIntent to this + +375 +00:29:58,380 --> 00:30:02,540 +type plain text عشان تحدد نوع النص اللي بتبعته في + +376 +00:30:02,540 --> 00:30:07,300 +ال email و بيقولي لازم تديه spot extra بيانات ال + +377 +00:30:07,300 --> 00:30:12,660 +key تبعها اسمه extra email email ما هذه المفهومة + +378 +00:30:12,660 --> 00:30:16,940 +extra email متغير ثابت موجود في ال class intent + +379 +00:30:19,650 --> 00:30:23,570 +طيب extra email هنا ممكن على طول تحط النص تبعت مش + +380 +00:30:23,570 --> 00:30:28,630 +عارف ليش حطه تمام ايش ال email هذا ال .. ايش لأ + +381 +00:30:28,630 --> 00:30:32,910 +هذا ايش لحظة هذا بتهيألي اه ال email اللي بعتله + +382 +00:30:32,910 --> 00:30:43,870 +مثلا انت بدك تبعت مثلا ahmedali at hotmail.comبتحط + +383 +00:30:43,870 --> 00:30:47,230 +array of string زي اللي هو كان عامل يعني بتقول له + +384 +00:30:47,230 --> 00:30:57,670 +new string زي هيك و بقاش و بتحط اكتر من واحد عباس + +385 +00:30:57,670 --> 00:31:04,850 +ات ياهو دوت كوم ال subject اللي هو اللي بدك هيه + +386 +00:31:04,850 --> 00:31:11,250 +مثلا hello how + +387 +00:31:11,250 --> 00:31:16,610 +are youهذا ال .. ال text هذا ال subject اللي هو ال + +388 +00:31:16,610 --> 00:31:19,870 +title اللي بطلع في ال email تمام؟ هذه كلها بتطلع + +389 +00:31:19,870 --> 00:31:23,670 +بيانات بتنحط في ال .. في ال intent و لازم تحطها + +390 +00:31:23,670 --> 00:31:27,770 +بالمسميات المحددة ليش؟ لأن هو بيروح في ال .. في ال + +391 +00:31:27,770 --> 00:31:31,610 +activity تحت ال email بضغر ع مين؟ بضغر على + +392 +00:31:31,610 --> 00:31:35,070 +البيانات هذه تمام؟ يعني في شكل محدد عشان تشغل ال + +393 +00:31:35,070 --> 00:31:39,130 +email صح لازم تحطها البيانات هذه بالشكل هذا أه؟ و + +394 +00:31:39,130 --> 00:31:46,890 +بعدين هجت إيش؟ تعال نقولهif intent.resolveactivity + +395 +00:31:46,890 --> 00:31:52,810 +get package manager لا يساوي نل اش عملت انا عملتها + +396 +00:31:52,810 --> 00:31:55,890 +فى سطر واحد شايفين كيف resolve activity مش بدها + +397 +00:31:55,890 --> 00:31:59,430 +package manager فى النص استدعيت ال method طبعا اذا + +398 +00:31:59,430 --> 00:32:02,670 +كان لا يساوي نل نل معناه ان فى activity فعلا بتشغل + +399 +00:32:02,670 --> 00:32:07,730 +فبقول له ال get start activity و بعطيله ال intent + +400 +00:32:07,730 --> 00:32:10,570 +تعالى ال get انجرب + +401 +00:32:37,230 --> 00:32:43,190 +طيب لان اول ما ضغطت on send طلّع ليه كل التطبيقات + +402 +00:32:44,650 --> 00:32:48,070 +اللي ممكن تبع ال email بدك تختار انت عد منهم مثلا + +403 +00:32:48,070 --> 00:32:53,250 +هاي ال Gmail طبعا على طول فتحلك ال Gmail و إيش + +404 +00:32:53,250 --> 00:32:56,370 +عمل؟ عبّق البيانات هاي ال emails اللي بدو يبعت + +405 +00:32:56,370 --> 00:32:59,270 +عليها و هاي ال subject و هاي النص بضغط عليك انت + +406 +00:32:59,270 --> 00:33:06,210 +بتعمل إيش؟ اه تضغط على زر ال center ماشي + +407 +00:33:06,210 --> 00:33:09,330 +يا شباب احنا جاعدين نجرب ال implicit intent عشان + +408 +00:33:09,330 --> 00:33:18,080 +نشغل تطبيقات تانيةتعالى نشوف كمان مثال هذا + +409 +00:33:18,080 --> 00:33:24,420 +تطبيق عشان تبعد SMS تمام؟ بس هذا مش هيبعد SMS + +410 +00:33:24,420 --> 00:33:31,360 +هيجهزلك SMS تبقى عليك انت ضغط ايش؟ زر السنفيه + +411 +00:33:31,360 --> 00:33:34,940 +intent تاني ممكن يبعت SMS مباشرة وممكن يعمل اتصال + +412 +00:33:34,940 --> 00:33:38,120 +مباشرة بس ده خطير هداك بده صلاحية و permission + +413 +00:33:38,120 --> 00:33:42,080 +وشغل لما ناخد ال permission اللي بيتكلم عليه طبعا + +414 +00:33:42,080 --> 00:33:48,080 +خليني اعدد هذا خلاص رجاء انتوا فهمتوا الفكرة تعالى + +415 +00:33:48,080 --> 00:33:53,760 +نشوف كيف شكل ال intent هذا طب هذا ال intent برضه + +416 +00:33:53,760 --> 00:33:58,600 +اسمه ايش action scene بس هذا شوف ايش بيقولك بيقولك + +417 +00:33:58,600 --> 00:34:02,710 +لازم البيانات تكون كالتاليلازم تعمل object منه URI + +418 +00:34:02,710 --> 00:34:09,070 +و تحط رقم الجوال اللى بدك تبعتله و جابله تحط كلمة + +419 +00:34:09,070 --> 00:34:13,450 +ايش SMS to تمام؟ هي الصيغة اللى هو بدوها ده مش حفظ + +420 +00:34:13,450 --> 00:34:18,130 +تمام؟ و بعدين تروح ل ال Intent تقول له ال dataالـ + +421 +00:34:18,130 --> 00:34:23,530 +SMS URI زي هذا شبيه في الـ Web الـ Web بس كنت تعمل + +422 +00:34:23,530 --> 00:34:28,270 +URI بس كنت بيبدأ بـ HTTP هذا بيبدأ نازل بإيش SMS + +423 +00:34:28,270 --> 00:34:32,590 +To و بدك تروح و تقول Put Extra تحط بيانات اسمها + +424 +00:34:32,590 --> 00:34:38,750 +SMS Body اللي هو النص اللي في ال SMS و Set Type + +425 +00:34:38,750 --> 00:34:42,330 +Text Plane و هذا إيش Resolve Activity أعمل Run + +426 +00:35:09,200 --> 00:35:15,580 +تمام هاي على طول فتح لك ال SMS هاي كتبها له بس + +427 +00:35:15,580 --> 00:35:19,960 +الرقم إيش مش ظاهر مش عارف ليش + +428 +00:35:29,780 --> 00:35:36,220 +الخريطة برضه عبارة عن تطبيق برنامج + +429 +00:35:36,220 --> 00:35:38,300 +الخريطة Action View + +430 +00:35:40,860 --> 00:35:45,720 +زي المتصفح تمام؟ بس طبعا كيف هيميز بينهم؟ من خلال + +431 +00:35:45,720 --> 00:35:49,360 +ال data اللي هتبعتها بقولك بدك تبعت data بالشكل + +432 +00:35:49,360 --> 00:35:53,620 +هذا بدك تروح تبرض و تعملها URI و البيانات بدك + +433 +00:35:53,620 --> 00:35:57,800 +تبعتها بالشكل التالي تكتب في الأول كلمة ايش؟ geo + +434 +00:35:57,800 --> 00:36:05,200 +geo من geographyGEO بعدين نقطتين و بتحط قيم ال + +435 +00:36:05,200 --> 00:36:09,120 +latitude و ال longitud لأن انا درس جيографيا بيعرف + +436 +00:36:09,120 --> 00:36:12,740 +ان في خطوط طول و خطوط عرض و اي مكان في العالم + +437 +00:36:12,740 --> 00:36:15,540 +بتجيبه من خلال الطول و العرض فليش الأرقام يا + +438 +00:36:15,540 --> 00:36:18,460 +عزيزي؟ ما هذه أرقام خطوط انا جيبت اكتب هنا على + +439 +00:36:18,460 --> 00:36:23,840 +جوجل Gaza Strip Latitude Longitude هجيب لغزا تمام؟ + +440 +00:36:23,840 --> 00:36:27,140 +و خدت القيام من ال real net و حطيتها هنا و أخر + +441 +00:36:27,140 --> 00:36:31,690 +حاجة هذه علامة استفهم Z اللي هو نق الزومالـ Gate + +442 +00:36:31,690 --> 00:36:34,270 +غزة ممكن يعرضلك إيها من بعيد ممكن يعرضلك إيها جرب + +443 +00:36:34,270 --> 00:36:38,030 +لك كتير تمام فهذا الـ zoom مثلا ال 11 بيجرب 11 + +444 +00:36:38,030 --> 00:36:42,470 +درجة خلاص بس و بعدين بتقوله set data ال location + +445 +00:36:42,470 --> 00:36:47,650 +وهذا شغل الان + +446 +00:36:47,650 --> 00:36:51,630 +كل تطبيق انت بتعرف هال gate ان انت لما تحط data في + +447 +00:36:51,630 --> 00:36:55,060 +ال intentالـ Activity نفسها بتجيب البيانات + +448 +00:36:55,060 --> 00:37:00,260 +باستخدام ال keys اللي انت حاططها طبعا فيعني لازم + +449 +00:37:00,260 --> 00:37:04,400 +انت لما تروح تقرأ او تعرف ايش ال activity ملزمها + +450 +00:37:04,400 --> 00:37:10,220 +عشان تعرف تستدعيه واضح يا جماعة اشتغل + +451 +00:37:10,220 --> 00:37:15,460 +هدوء ولا مااشتغلش اه طيب لأن هاي البت نفسه اضغط + +452 +00:37:15,460 --> 00:37:20,180 +هيك طبعا هاي فتح الخريطة والمفروض انه بوديك وين + +453 +00:37:21,500 --> 00:37:25,220 +طبعا هنا بدو يفعل ال GPS اللي على الجهاز طبعا بس + +454 +00:37:25,220 --> 00:37:30,060 +هى ايش راح .. هو طبعا بدو يفعل ال GPS عشان يحدث + +455 +00:37:30,060 --> 00:37:32,900 +البيانات يعني يجيب تفاصيل اكتر في الخريطة و يعمل + +456 +00:37:32,900 --> 00:37:37,500 +zoom لإن ال zoom بدو إيش؟ بدو internet طبعا فخلاص + +457 +00:37:37,500 --> 00:37:41,260 +هى جيب جهازها بس هو اجي يعمل zoom مظبطش معاه لإن + +458 +00:37:41,260 --> 00:37:46,180 +ماله ال GPS موقف لو شغال بتلاقي بيعمل هيعملك zoom + +459 +00:37:46,180 --> 00:37:48,040 +على الرقم اللي انت حاطه + +460 +00:37:51,370 --> 00:37:56,470 +ماشي يا جماعة خلال ال course هنشوف كيف احنا مثلا + +461 +00:37:56,470 --> 00:38:00,710 +نشغل نتصل تليفون نشغل الكاميرا و نصور و نجيب الصور + +462 +00:38:00,710 --> 00:38:05,690 +الموجودة فيها هذا الفكرة إذا فهمت كيف ال intent + +463 +00:38:05,690 --> 00:38:18,210 +هذا بيشغل هتفهم الأمور التانية ايه اكيد + +464 +00:38:18,210 --> 00:38:20,050 +طبعا اكيد + +465 +00:38:21,700 --> 00:38:24,400 +أكيد يا جماعة ازميل كو بيسأل بيقول هل بنقدر القيام + +466 +00:38:24,400 --> 00:38:30,620 +ناخدها من ايد ال text هذا طبيعي كيف؟ + +467 +00:38:30,620 --> 00:38:33,280 +اه ممكن تعمل form انت و اقرأ من ايد ال text و حطها + +468 +00:38:33,280 --> 00:38:36,940 +يعني من غير ما انا احكيها هذا معروف هذه النص اللي + +469 +00:38:36,940 --> 00:38:40,580 +هنا بدل ما هو مكتوب كتابة اقرأ من ايد ال text و + +470 +00:38:40,580 --> 00:38:44,160 +حطه احنا مش اصلا المحاضرة الماضية مش احنا شفنا كنا + +471 +00:38:44,160 --> 00:38:48,220 +نقرأ من ايد ال text و نبعت نفس الحاجة ماشي يا + +472 +00:38:48,220 --> 00:38:51,740 +جماعةخلاص نكتفي بالقدر هذا و المرة اللي جاي بنكمل + +473 +00:38:51,740 --> 00:38:52,080 +ان شاء الله + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77128pL7kEg_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77128pL7kEg_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..7299306852e21fea242c42f3e313ed3a44b1bde8 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/77128pL7kEg_postprocess.srt @@ -0,0 +1,2208 @@ +1 +00:00:21,110 --> 00:00:26,150 +السلام عليكم في المحاضرة الماضية بدأنا في موضوع ال + +2 +00:00:26,150 --> 00:00:31,470 +fragments وقلنا ان الموضوع مهم جدا وفيه تغيير كبير + +3 +00:00:31,470 --> 00:00:35,590 +في طريقة تصميم التطبيقات اللي هو التغيير اللي + +4 +00:00:35,590 --> 00:00:38,850 +حكيناه انه بدل ما انا اعتمد على تصميم كل واجهة + +5 +00:00:38,850 --> 00:00:43,840 +لحال بس يبقى الواجهة نفسها مقسم الأجزاءهذا فكرة ال + +6 +00:00:43,840 --> 00:00:47,860 +fragment ان الواجهة نفسها مقسمة لأجزاء كل جزء في + +7 +00:00:47,860 --> 00:00:52,520 +الواجهة انه كوده وان ال layout تبقى تمام؟ وهذا + +8 +00:00:52,520 --> 00:00:54,520 +اللي سمناه احنا ال medium of design انه التصميم + +9 +00:00:54,520 --> 00:01:00,340 +تبعه مقسمه لأجزاء صغيرة في واحد ممكن يعتبرها سلبية + +10 +00:01:00,340 --> 00:01:04,100 +انه بيعتبر انه لما اشتغل على fragments هيزيد عدد + +11 +00:01:04,100 --> 00:01:08,060 +ملفات ال java و هيزيد عدد ملفات ال layoutهذا صحيح، + +12 +00:01:08,060 --> 00:01:11,140 +هتسيلها تتعامل مع ملفات أكتر، لكن هذا مش سلبي، هذا + +13 +00:01:11,140 --> 00:01:15,140 +حاجة إيجابية، لإن في الآخر كل ملف فيه جزئية محددة، + +14 +00:01:15,140 --> 00:01:19,140 +بدك تروح تعمل صيانة أو مين تناسب تروح الجزئية هذه، + +15 +00:01:19,140 --> 00:01:23,040 +و بتسيله الجزئيات الصغيرة هذه إعادة استخدامها + +16 +00:01:23,040 --> 00:01:26,800 +أسهل، يعني أنت بتتعب الجزئية و بتصممها و بتشغل + +17 +00:01:26,800 --> 00:01:31,450 +عليها و ممكن تاخدها وتستخدمها في تطبيق آخرو ايضا + +18 +00:01:31,450 --> 00:01:34,550 +من مميزات ال fragment انك عند وجهك اجزاء صغيرة + +19 +00:01:34,550 --> 00:01:39,150 +بتقدر تغير ترتيب الواجهة عشان تلاقى مع حجم الشاشة + +20 +00:01:39,150 --> 00:01:44,050 +او ال orientation بتاع الجهاز يعني باختصار شديد في + +21 +00:01:44,050 --> 00:01:46,870 +ال fragment يا جماعة احنا الواجهة الكبيرة بنقسمها + +22 +00:01:46,870 --> 00:01:51,730 +لاجزاء صغيرة وكل جزء انه codeوانه ملف layout زمان + +23 +00:01:51,730 --> 00:01:55,770 +ال activity كلها بيكون محتوياتها انها code ملف + +24 +00:01:55,770 --> 00:01:59,930 +Java واحد و layout واحد تمام المحاضرة الماضية + +25 +00:01:59,930 --> 00:02:03,210 +عملنا برنامج بسيط جدا انه انا عندي واجهة فيها + +26 +00:02:03,210 --> 00:02:07,370 +جزءين list view و حاجة ل details بس بدل ما اصممها + +27 +00:02:07,370 --> 00:02:10,530 +في ال activity صممت ان استخدام fragment كيف ان هذا + +28 +00:02:10,530 --> 00:02:15,730 +جزء مستقل لحاله و هذا جزء لحالهوبطلع معايا هنا هذا + +29 +00:02:15,730 --> 00:02:18,130 +اللي عملناه المحاضرة الماضية في اندي انا الآن صار + +30 +00:02:18,130 --> 00:02:22,750 +فيه تلت ملفات جاوة اتنين لمين من ال fragment و + +31 +00:02:22,750 --> 00:02:27,330 +واحد من ال activity و هندي تلت ملفات layout واحد + +32 +00:02:27,330 --> 00:02:31,750 +من ال activity و اتنين من ال fragment ال fragment + +33 +00:02:31,750 --> 00:02:37,390 +مالوش اي قيمة الا لما اعرضه داخل ال activity يعني + +34 +00:02:37,390 --> 00:02:40,090 +فعليا انا مانعش اشتغل تطبيق دون اعرض ال fragment + +35 +00:02:41,050 --> 00:02:44,150 +لازم ال fragment ينعرض داخل ال activity وشوفنا + +36 +00:02:44,150 --> 00:02:45,750 +المحاضرة الماضية كيف نعرض ال fragment ربنا نعرض ال + +37 +00:02:45,750 --> 00:02:48,750 +fragment اعملنا drag and drop لمين لتاج اسمه + +38 +00:02:48,750 --> 00:02:51,090 +fragment كل المحاضرة الماضية ماكتبناش ورا كلمة + +39 +00:02:51,090 --> 00:02:57,310 +code صح ولا؟طيب المحاضرة هذه هنكمل موضوع ال + +40 +00:02:57,310 --> 00:03:02,330 +fragment هنفترض حاليا ان ال device تبقى شغال land + +41 +00:03:02,330 --> 00:03:06,530 +scale تمام؟ وهي انا عندي two fragments لأن ال + +42 +00:03:06,530 --> 00:03:09,350 +fragment الأولى هى عبارة عن ال list view لسه مش + +43 +00:03:09,350 --> 00:03:13,150 +فيه حاجة انت فعليا محتاج تضيف عناصر تعالى نشوف ال + +44 +00:03:13,150 --> 00:03:20,070 +list view بتاعتي وهى التصميم تبعها التصميم طبعا + +45 +00:03:20,070 --> 00:03:22,970 +انا هذا اللى لف التصميم بتاع ال fragment ايش فيه؟ + +46 +00:03:23,600 --> 00:03:26,960 +هنا فيه list view وهي ال id تبعها وهذا ملف ال code + +47 +00:03:26,960 --> 00:03:33,980 +تعرف fragment تعالى نطلع ملف ال code كل fragment + +48 +00:03:33,980 --> 00:03:39,460 +بيعمله class جديد extend fragment هذا كل structure + +49 +00:03:39,460 --> 00:03:43,900 +مانعش فيه تمام؟ وفي عند نفسي هنا اسمها on create + +50 +00:03:43,900 --> 00:03:50,010 +view on create viewفي ال activity كان فيها مثل + +51 +00:03:50,010 --> 00:03:52,830 +اسمها uncreate هنا اختلف الوضع هنا في مثل اسمها + +52 +00:03:52,830 --> 00:03:57,750 +uncreate view ايش بتاخد هذه بتاخد inflater و بترجع + +53 +00:03:57,750 --> 00:04:01,750 +.. بترجع ال view و تطلع عليه هو لحاله كتب لك code + +54 +00:04:01,750 --> 00:04:07,850 +جواها inflater.inflate are.layout.fragment my list + +55 +00:04:07,850 --> 00:04:12,530 +container false ايش هذا بعمل بعمل inflate لل + +56 +00:04:12,530 --> 00:04:16,910 +layout تاع ال fragment برجعلك viewفعليا يا جماعة + +57 +00:04:16,910 --> 00:04:21,450 +اول حاجة بتشتغل هي ال activity صح اول حاجة بتشتغل + +58 +00:04:21,450 --> 00:04:24,710 +هي ال activity هذا ايش هذا class ال activity اول + +59 +00:04:24,710 --> 00:04:27,690 +ما تشغل ال activity بيستدعي القناة و بعدين بيستدعي + +60 +00:04:27,690 --> 00:04:31,770 +set content view اعرضه اعرضه activity منه بده يروح + +61 +00:04:31,770 --> 00:04:35,090 +يعمل او هذا ال set content view هيعمل inflate لمين + +62 +00:04:35,820 --> 00:04:38,260 +لل layout بتاع ال activity ال layout بتاع ال + +63 +00:04:38,260 --> 00:04:41,180 +activity انا بدى فاهمك مش ايه بس ايش اللي بيصير ال + +64 +00:04:41,180 --> 00:04:43,580 +layout بتاع ال activity تطلع فيه هذا ال layout + +65 +00:04:43,580 --> 00:04:47,300 +بتاع ال activity فيه two tags ل fragment هذا + +66 +00:04:47,300 --> 00:04:52,000 +fragment و هذا ايش و هذا fragment هذا ايه لو ID + +67 +00:04:52,000 --> 00:04:54,940 +اسمه rest fragment انا سميته و هذا التاني اسمه + +68 +00:04:54,940 --> 00:04:59,580 +fragment لحالي طيب كل fragment محطوط فيه Android + +69 +00:04:59,580 --> 00:05:04,620 +name شايفين هذا ال name و هذا ايش الموجود هنا طلع + +70 +00:05:04,620 --> 00:05:11,660 +عليهالـ package name بتاع ال class اللي خاصة بال + +71 +00:05:11,660 --> 00:05:14,620 +fragment يعني هذه ال fragment الأولاني من ال class + +72 +00:05:14,620 --> 00:05:17,360 +بتاعته minus ال fragment و ال fragment التاني من + +73 +00:05:17,360 --> 00:05:20,100 +ال class بتاعته determines ال fragment فلأن أول ما + +74 +00:05:20,100 --> 00:05:24,010 +يشغل ال activity بيلاقي هدول ال fragmentبيروح + +75 +00:05:24,010 --> 00:05:28,410 +ينشئهم صح ولا هيرجع لمين هيرجع لل activity .. لل + +76 +00:05:28,410 --> 00:05:32,630 +class بتاع كل واحد هينفت fragment و بيروح بنفر ايش + +77 +00:05:32,630 --> 00:05:36,130 +own creative view عشان يعمل inflate لل layout و + +78 +00:05:36,130 --> 00:05:39,490 +يرجع ال view و ال view بتاخده ال activity بتعرضه + +79 +00:05:39,490 --> 00:05:43,410 +في الشاشة تمام هذا اللي بيصير بالظبط ان كل + +80 +00:05:43,410 --> 00:05:48,550 +activity لو انا عندي activity في داخلها two + +81 +00:05:48,550 --> 00:05:51,750 +fragments مثلا + +82 +00:05:54,530 --> 00:05:58,350 +أول ما يروح يعمل inflate لل activity بروح بطلع من + +83 +00:05:58,350 --> 00:06:02,010 +ال class بتاع ال fragment الأولاني بروح على ال + +84 +00:06:02,010 --> 00:06:07,170 +class بتاعته و بلفظ on create view اللي في ال + +85 +00:06:07,170 --> 00:06:13,210 +fragment عشان يرجعله view يعرض داخل ال activity و + +86 +00:06:13,210 --> 00:06:16,190 +نفس الحاجة لل fragment التاني بروح بنفذ في class + +87 +00:06:16,190 --> 00:06:20,840 +تانية ال on create viewهذا ال code اللي قلت create + +88 +00:06:20,840 --> 00:06:25,420 +view مش انا كتبته صح هو لحاله انشأ اوبرى لجرد ان + +89 +00:06:25,420 --> 00:06:29,540 +انا انشأت ال fragment بس طبعا لازم تكون فاهم ان لو + +90 +00:06:29,540 --> 00:06:33,060 +غيرت ال layout بتاع ال fragment تروح تغير الاسم + +91 +00:06:33,060 --> 00:06:37,260 +اللي هنا طيب ال fragment بتاعتي هذه مفروض ان ايش + +92 +00:06:37,260 --> 00:06:38,360 +يكون المعروض فيها + +93 +00:06:41,970 --> 00:06:45,690 +عشان نحط بيانات في list view بيبقى نروح نجيب data + +94 +00:06:45,690 --> 00:06:49,910 +هنا و نعمل adapter صح ولا و نحط العناصر فيها هذا + +95 +00:06:49,910 --> 00:06:52,810 +الكلام ماني بنعمله في ال activity لما كنا نحط code + +96 +00:06:52,810 --> 00:06:58,470 +كنا نحطه في ال create الان في ال fragment عشان نحط + +97 +00:06:58,470 --> 00:07:03,260 +codeبنفعش نحطه في الـ onCreativeView لأن هذه لازم + +98 +00:07:03,260 --> 00:07:06,920 +ترجع لـView اللي أنشأناه هلجيت نروح لمثل تانية أنا + +99 +00:07:06,920 --> 00:07:12,500 +أنا شغال في ال fragment اسمها onActivityCreated + +100 +00:07:12,500 --> 00:07:16,960 +onActivityCreated أنا أنا شغال في ال fragment من + +101 +00:07:16,960 --> 00:07:21,720 +اسمها ايش onActivityCreated؟لما تجهز ال activity و + +102 +00:07:21,720 --> 00:07:24,740 +تقرب ال fragments اللي فيها و تصيب فيه العناصر على + +103 +00:07:24,740 --> 00:07:28,360 +الشاشة بقدر الان ايش اروح للعناصر هذه و احط فيها + +104 +00:07:28,360 --> 00:07:34,560 +بيانات و اعدلها معايا انتوا يا جماعة طيب يبقى الان + +105 +00:07:34,560 --> 00:07:41,300 +احنا بنعبي ال list بتاعتناطيب كيف نعب ال list؟ + +106 +00:07:41,300 --> 00:07:45,040 +تابعت ال list باكتمال بيانات و adapter صح و لا؟ اه + +107 +00:07:45,040 --> 00:07:48,680 +ممكن يعني هاي اشف اشف اشف اشف اشف اشف اشف اشف اشف + +108 +00:07:48,680 --> 00:07:48,800 +اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف + +109 +00:07:48,800 --> 00:07:50,640 +اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف + +110 +00:07:50,640 --> 00:07:52,380 +اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف + +111 +00:07:52,380 --> 00:07:52,920 +اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف اشف + +112 +00:07:52,920 --> 00:07:55,620 +اشف اشف اشف اشف + +113 +00:08:07,790 --> 00:08:10,270 +هذه الوضع تلقائي ال person هل تذكرينه اللي + +114 +00:08:10,270 --> 00:08:15,430 +اشتغلناه لأن هي عندي person adapter هذا موجود جاهز + +115 +00:08:15,430 --> 00:08:20,490 +اه وفي عندي ال class person تمام و باخد هذوله و + +116 +00:08:20,490 --> 00:08:28,910 +بحطهم في ايش في ال project التاني التابعي أخدت + +117 +00:08:28,910 --> 00:08:32,030 +ال adapter و ال person و بعدين باخد تصميم ال + +118 +00:08:32,030 --> 00:08:36,210 +layout تلقائي ال item و بحطه برضه في ال + +119 +00:08:40,460 --> 00:09:00,620 +في عندى صور موجودة في الـ drawable طيب + +120 +00:09:00,620 --> 00:09:04,720 +الآن في ال main activity كنا متذكرين ال code هذا + +121 +00:09:04,720 --> 00:09:08,240 +اللى بعمل في بيرسل و بعب البيانات بدنا ناخد ال + +122 +00:09:08,240 --> 00:09:09,020 +code هذا كله + +123 +00:09:18,770 --> 00:09:22,490 +و بروح لل code التبعى و بروح لل fragment الان خلاص + +124 +00:09:22,490 --> 00:09:25,890 +كل fragment مسئول على اللى فيه الان باجي على all + +125 +00:09:25,890 --> 00:09:33,590 +activity created و بحط ال code هنا بس بنعمل تعديل + +126 +00:09:33,590 --> 00:09:36,850 +هي ال person حطهم في array list اه الان بدنا نجيب + +127 +00:09:36,850 --> 00:09:39,920 +ال list viewكيف كنا نجيبها من ال activity؟ find + +128 +00:09:39,920 --> 00:09:42,900 +view by ID هلجيت فيش في ال fragment مباشرة find + +129 +00:09:42,900 --> 00:09:46,640 +view by ID؟ بدك تروح تحط قبله get view و بعدين + +130 +00:09:46,640 --> 00:09:50,580 +تقول find view by ID يعني تجيبلي view تعالى ال + +131 +00:09:50,580 --> 00:09:54,660 +fragment و بعدين تقولي find view by ID الان my + +132 +00:09:54,660 --> 00:09:57,340 +person adapter + +133 +00:10:03,210 --> 00:10:07,010 +الـ personal adapter فاش get application context + +134 +00:10:07,010 --> 00:10:11,950 +بدالها get context تمام و أعطيناها للبيانات و + +135 +00:10:11,950 --> 00:10:17,110 +تصميم ال item تصميم + +136 +00:10:17,110 --> 00:10:22,970 +ال item عشان ما يغلبناش في + +137 +00:10:22,970 --> 00:10:24,630 +ذر دليت بدناش ياها ال gate + +138 +00:10:52,180 --> 00:10:56,800 +الان مفروض احنا نشغل ال list view + +139 +00:11:43,790 --> 00:11:49,890 +ننهزم من ال project نرجع ل مشروع التباني + +140 +00:11:49,890 --> 00:11:58,790 +يبقى + +141 +00:11:58,790 --> 00:12:02,930 +يا جماعة اي action اي عملية find view ب ID تشغل + +142 +00:12:02,930 --> 00:12:07,030 +على عناصر الشاشة الجزء ال fragment بتعمل وين في ال + +143 +00:12:07,030 --> 00:12:12,050 +on activity created تمام؟ اللي هي تقع بالاصلا on + +144 +00:12:12,050 --> 00:12:12,570 +create + +145 +00:12:23,180 --> 00:12:40,440 +في ال activity طيب + +146 +00:12:40,440 --> 00:12:43,060 +اشتغل بس العرض فيه ايش مشاكل شوية + +147 +00:12:55,220 --> 00:13:14,480 +عارف المفروض يعدل الحال طيب + +148 +00:13:14,480 --> 00:13:18,860 +يعني الشكل العناصر عشان فيه صورة و الصورة + +149 +00:13:25,760 --> 00:13:33,620 +الخلفية لأ فيه مشكلة في تصميمها مربوط تحت البدء ال + +150 +00:13:33,620 --> 00:13:36,960 +text view to end of + +151 +00:14:04,010 --> 00:14:13,890 +هنا الصورة الصورة + +152 +00:14:13,890 --> 00:14:14,370 +مش يبين + +153 +00:14:40,670 --> 00:14:43,470 +مش عارف + +154 +00:15:15,290 --> 00:15:16,690 +محدش اتكلم يا شباب + +155 +00:15:44,490 --> 00:15:46,370 +مش عارف كست فيو + +156 +00:16:37,900 --> 00:16:41,800 +طيب هاي عناصر الشاشة موجودة مش مهم لإن شكلها وهي + +157 +00:16:41,800 --> 00:16:48,440 +انعرضت على الشاشة هذه طيب لإن إيش بنسوي أناعشان + +158 +00:16:48,440 --> 00:16:55,420 +نتعلم اشي جديد شغال المفروض ان مثلا لما اجي اضغط + +159 +00:16:55,420 --> 00:16:59,700 +هنا يعرضني اسم الشخص او صورته فهذا عشان نتعلم كيف + +160 +00:16:59,700 --> 00:17:02,980 +fragment يتواصل مع fragment تاني مش هذا ال answer + +161 +00:17:02,980 --> 00:17:06,460 +جزء لحاله اللي code لحاله و هذا اللي جزء و code و + +162 +00:17:06,460 --> 00:17:11,960 +code لحاله لان هنا بنحط ايش مثلا image view و text + +163 +00:17:11,960 --> 00:17:15,880 +مثلا عشان نعرف اسم الشخص و صورتهفا وين هذا موجود + +164 +00:17:15,880 --> 00:17:22,180 +في ال details؟ fragment فهي + +165 +00:17:22,180 --> 00:17:25,440 +نيجي لل details ال fragment بس نحط هاي إيش image + +166 +00:17:25,440 --> 00:17:42,460 +تمام + +167 +00:17:42,460 --> 00:17:43,660 +و هاي في نص الشاشة + +168 +00:17:51,640 --> 00:17:56,160 +طيب الان المفروض لما اضغط على اي عنصر فى ال list + +169 +00:17:56,160 --> 00:18:01,360 +يردوا بياناته فى ال fragment التانى فميجى الان ال + +170 +00:18:01,360 --> 00:18:04,920 +action اللى بيعمله على مين على ال list هى list + +171 +00:18:04,920 --> 00:18:09,200 +view that set on item click listener and you on + +172 +00:18:09,200 --> 00:18:15,580 +item click listener طيب بنجيب العنصر اللى ضغطنا + +173 +00:18:15,580 --> 00:18:16,820 +عنده ال list view + +174 +00:18:19,700 --> 00:18:28,300 +.get item at position وهذا بنعمله casting لإيش ال + +175 +00:18:28,300 --> 00:18:33,060 +person P لما + +176 +00:18:33,060 --> 00:18:38,160 +نبعت بيانات ال person هذا لل fragment التاني صح + +177 +00:18:38,160 --> 00:18:42,600 +ولا لان اللي بده يعرف مين هجيت فيه اختلاف زمان كان + +178 +00:18:42,600 --> 00:18:46,850 +كل الشغل في ال activityصح؟ الان لأ الان جيبنا + +179 +00:18:46,850 --> 00:18:48,750 +البيانات من ال fragment هذا المفروض هذا ال + +180 +00:18:48,750 --> 00:18:52,490 +fragment يوصل البيانات لمن؟ لل fragment التاني طب + +181 +00:18:52,490 --> 00:18:54,830 +كيف نوصل البيانات لل fragment التاني؟ بيقولوا لما + +182 +00:18:54,830 --> 00:19:00,230 +يكون في أندرت two fragments بدهم يبعتوا بيانات + +183 +00:19:00,230 --> 00:19:05,470 +لبعض وهذا مهم يعني كل fragments ارسال بيانات من + +184 +00:19:05,470 --> 00:19:09,670 +بعض لما تيجي تم البرنامج زي ال tab مثلا فهي لما + +185 +00:19:09,670 --> 00:19:14,670 +تضغط على الذر هنا بده يروح يعدل ايش في محتوىمعيّر + +186 +00:19:14,670 --> 00:19:19,410 +يجيب ال fragment جديد هذا نفس الحاجة في عندي + +187 +00:19:19,410 --> 00:19:22,110 +fragment يبدو يبعت بيانات ل fragment تاني اللي هو + +188 +00:19:22,110 --> 00:19:25,010 +المكان اللي بتغطي عليه و بتبعته هنا بيقولوا لما + +189 +00:19:25,010 --> 00:19:27,430 +تكون فيه fragments يبدو يبعتوا بيانات ل بعض + +190 +00:19:27,430 --> 00:19:30,430 +الطريقة الصحة عشان تبعت البيانات ان ال fragment + +191 +00:19:30,430 --> 00:19:35,810 +يبعت البيانات لل activity وال + +192 +00:19:35,810 --> 00:19:41,880 +activity توصل لمين لل fragment التانيهي الفكرة زي + +193 +00:19:41,880 --> 00:19:44,120 +هي .. هذا بيبعت لل activity و ال activity بيوصل + +194 +00:19:44,120 --> 00:19:48,600 +للبرنامج التاني .. هل ممكن نبعت من الفيرونات + +195 +00:19:48,600 --> 00:19:52,720 +لفيرونات مباشرة؟ بنفعبس الصح من ناحية software + +196 +00:19:52,720 --> 00:19:55,920 +engineering انك تبعت لا ل activity، ليش؟ لأن انت + +197 +00:19:55,920 --> 00:20:00,360 +لما تبعت من ال fragment ل fragment هتضطر تعرف اسم + +198 +00:20:00,360 --> 00:20:02,580 +ال fragment هذا واسم ال class بتاعته و ال object + +199 +00:20:02,580 --> 00:20:05,600 +تبعه و تبعته، فالحالة هذه بيصير فيها هذا مرتبط + +200 +00:20:05,600 --> 00:20:09,660 +بهذا، لو بدك تاخد هذا و تستخدمه في تطبيق آخر، + +201 +00:20:09,660 --> 00:20:13,300 +هيطلعلك خطأ، هيقولك انا بدي ال class بتاعت ال + +202 +00:20:13,300 --> 00:20:16,390 +fragment هذا عشان ابعته بيانتهلكن هيك الأسلوب الصح + +203 +00:20:16,390 --> 00:20:21,090 +طيب ماشي كيف نبعتنا ال .. يعني ال .. ال .. هلجيت؟ + +204 +00:20:21,090 --> 00:20:24,070 +نبعتنا ال activity في الأول صح؟ كيف نبعتنا ال + +205 +00:20:24,070 --> 00:20:28,510 +activity؟ بدنا نجيب ال activity أو قبل ننجيب ال + +206 +00:20:28,510 --> 00:20:34,550 +activity بدك تروح تعمل في ال activity method هذا + +207 +00:20:34,550 --> 00:20:38,090 +ال man activity ايش فيها ال man activity لحتى انا + +208 +00:20:38,090 --> 00:20:42,010 +اتطلع يا جماعة ال man activity فاضيفيها أي حاجة؟ + +209 +00:20:42,010 --> 00:20:45,230 +لأ لإيش؟ لأن ال code اللي أنا موزع وين؟ في ال + +210 +00:20:45,230 --> 00:20:48,070 +fragment تجي في ال main activity بتقولها public + +211 +00:20:48,070 --> 00:20:58,830 +void person selected person P ليش + +212 +00:20:58,830 --> 00:21:02,050 +عملنا ال method هدى في ال activity؟عشان ابعتلها + +213 +00:21:02,050 --> 00:21:06,110 +بيانات احنا لما نبقى بيانات من object A ل B بتروح + +214 +00:21:06,110 --> 00:21:10,250 +ل B بتعمل فيه method عشان A يستدعي ال method اللي + +215 +00:21:10,250 --> 00:21:14,550 +فيه يمرغله بيانات هيك احنا مابعت بيانات و هيك + +216 +00:21:14,550 --> 00:21:17,970 +اتعلمنا في ال object oriented طيب هذا ال method + +217 +00:21:17,970 --> 00:21:22,070 +انا لسه مااستفدتش منها عملتها بس ليش عشان امرر + +218 +00:21:22,070 --> 00:21:26,640 +person ل ال activity فبدرجة على list fragmentوبدي + +219 +00:21:26,640 --> 00:21:29,060 +اقوله هنا لما نضغط على person ونجيب بياناته اللي + +220 +00:21:29,060 --> 00:21:33,080 +هو P بدنا نجيب ال get ال activity مش بتروح تعمل + +221 +00:21:33,080 --> 00:21:38,000 +new main activity لأ ال main activity موجودة بتروح + +222 +00:21:38,000 --> 00:21:41,320 +تعمل نفس ال method اسمها get activity هذه ال + +223 +00:21:41,320 --> 00:21:43,420 +method في ال fragment في ال super class تحت ال + +224 +00:21:43,420 --> 00:21:47,060 +fragment اسمها get activity ايش بترجع المفروض ال + +225 +00:21:47,060 --> 00:21:51,040 +activity فبتفتر تعملها casting لإيش ل main + +226 +00:21:51,040 --> 00:21:52,580 +activity + +227 +00:21:57,820 --> 00:22:01,440 +مش اسم ال class بتاعتنا اسمها main activity طب + +228 +00:22:01,440 --> 00:22:05,560 +هيجيبنا ال activity ايه انا بتقوله activity dot + +229 +00:22:05,560 --> 00:22:13,360 +person selected و بعبتله من ال P يفجر انا ان انا + +230 +00:22:13,360 --> 00:22:16,620 +بقعد على اي person جبت ال activity عن طريق ال + +231 +00:22:16,620 --> 00:22:19,580 +method get activity عملت لها cast من ال main + +232 +00:22:19,580 --> 00:22:23,600 +activity و بعدين جبتله نفذلي person selectedاللي + +233 +00:22:23,600 --> 00:22:26,000 +هي مثل .. انت لازم تكون عاملها في ال activity عشان + +234 +00:22:26,000 --> 00:22:29,180 +تستقبل ال person طب .. هل بيجيب ال activity اللي + +235 +00:22:29,180 --> 00:22:33,280 +مستدعي هذه ال .. ال fragment؟ اه بيجيب ال activity + +236 +00:22:33,280 --> 00:22:36,080 +ان ال fragment تبعي موجود فيها، ما هو ال fragment + +237 +00:22:36,080 --> 00:22:39,160 +لازم يكون موجود جوا ال activity، يعني انت لما تقول + +238 +00:22:39,160 --> 00:22:42,120 +نجيت activity بيجيبلك يعني أبوك، ال .. ال activity + +239 +00:22:42,120 --> 00:22:46,980 +اللي بتحتوي ال fragment هذا، طبعا؟مستحيل ال + +240 +00:22:46,980 --> 00:22:50,200 +fragment يكون في اكتر من activity انت ممكن تشغله + +241 +00:22:50,200 --> 00:22:54,500 +في اكتر من activity بس اللي انا هو اشتغل اه اكيد + +242 +00:22:54,500 --> 00:22:58,140 +شغال في activity واحدة طيب لان لسه مخلصناش + +243 +00:22:58,140 --> 00:23:02,420 +البيانات وين وصلت؟ وصلت لل activity اللي انا ال + +244 +00:23:02,420 --> 00:23:06,260 +activity المفروض توصل من ال person هذا لمين؟ من ال + +245 +00:23:06,260 --> 00:23:09,340 +fragment التاني كيف ده توصل لل fragment التاني؟ + +246 +00:23:09,340 --> 00:23:14,400 +دبنا الان نجيب او ال activity بده تعرف ايش ال + +247 +00:23:14,400 --> 00:23:18,070 +fragments اللي موجودة فيهاعشان ال activity تتحكم + +248 +00:23:18,070 --> 00:23:21,870 +في ال fragments أو تعرف عنهم أو تبحث عنهم من داخل + +249 +00:23:21,870 --> 00:23:25,550 +ال activity بدأ أجيب object اسمه fragment manager + +250 +00:23:25,550 --> 00:23:30,290 +هذا fragment manager هذا عبارة عن object موجود في + +251 +00:23:30,290 --> 00:23:33,890 +ال activity ال activity تستفيد منه عشان تتحكم + +252 +00:23:33,890 --> 00:23:38,730 +وتعرف مين فيه جواها fragments فهيبقى باليه الآن + +253 +00:23:38,730 --> 00:23:41,430 +get fragment manager هذا ايش برجعني برجعني object + +254 +00:23:41,430 --> 00:23:42,990 +اسمه fragment + +255 +00:23:45,860 --> 00:23:50,680 +وأريكم اسمه FM ايش ال activity بتستفيد من ال + +256 +00:23:50,680 --> 00:23:53,860 +fragment manager ان تروح ال fragment manager و + +257 +00:23:53,860 --> 00:23:58,660 +تقول find fragment by ID احنا ليش .. ايش بتعمل ال + +258 +00:23:58,660 --> 00:24:02,080 +activity هتجيب ال fragment التاني عشان تبعثك + +259 +00:24:02,080 --> 00:24:06,400 +بيانات يجب لازم ال fragment التاني يكون انه ID + +260 +00:24:06,400 --> 00:24:09,860 +اللي هو مقيل مش انا .. لما أضفت ال fragment على ال + +261 +00:24:09,860 --> 00:24:13,630 +.. ال ..الـ Activity هذا اسمه List Fragment + +262 +00:24:13,630 --> 00:24:18,190 +والتاني اسمه Fragment فبتسميه ايش Details Fragment + +263 +00:24:18,190 --> 00:24:21,810 +هذا ال ID تعالي أولا مش انت بتحط اي عنصر بدك تجيهه + +264 +00:24:21,810 --> 00:24:25,930 +من ال Layout لازم تعطيه ID فارجعنا على ال Activity + +265 +00:24:25,930 --> 00:24:30,330 +و بيقولنا Find Fragment By ID و بتقوله R.ID + +266 +00:24:30,330 --> 00:24:39,710 +.Details Fragment وهذا برجعلي DF + +267 +00:24:43,060 --> 00:24:47,140 +هو هيجيبنا ال details في ال fragment بعد ما جيبنا + +268 +00:24:47,140 --> 00:24:49,880 +ال details في ال fragment يجيبنا نبعتله البيانات + +269 +00:24:49,880 --> 00:24:52,860 +كيف نبعتله البيانات نفس ما عملنا في ال activity + +270 +00:24:52,860 --> 00:24:55,580 +بديك تروح لل details في ال fragment و تعمل فيه + +271 +00:24:55,580 --> 00:24:59,680 +method عشان ال method هذه مالها تستقبل البيانات + +272 +00:24:59,680 --> 00:25:05,880 +بدينا public void person selected person + +273 +00:25:08,610 --> 00:25:10,890 +هذه الـ method أنا عملتها في الـ details fragment + +274 +00:25:10,890 --> 00:25:15,490 +ليش؟ عشان أستدعيها من ال activity روحنا الآن على + +275 +00:25:15,490 --> 00:25:17,730 +ال activity جيبنا ال details fragment بقدر عالجت + +276 +00:25:17,730 --> 00:25:24,870 +اقوله df.person selected وضرر منين ال P هذا لاحظ + +277 +00:25:24,870 --> 00:25:26,950 +أنا ال method person selected عملت واحدة في ال + +278 +00:25:26,950 --> 00:25:32,840 +activity و واحدة في ال details عشان يبعتوا لبعضصح + +279 +00:25:32,840 --> 00:25:35,920 +أو لا يا جماعة؟ أنا ال objects بتتواصل مع بعض + +280 +00:25:35,920 --> 00:25:39,260 +وبتبعت بيانات لبعض عن طريق methods فعملت method في + +281 +00:25:39,260 --> 00:25:42,320 +ال activity و method في ال details عشان اوصلها + +282 +00:25:42,320 --> 00:25:46,260 +البيانات يعني البيانات وصلت لمين؟ لل details في ال + +283 +00:25:46,260 --> 00:25:50,300 +fragment بدي اقرب الآن البيانات ع الشاشة صح أو لا؟ + +284 +00:25:50,300 --> 00:25:53,780 +مش في MGView احنا حطناها فيه ابتيجي في ال fragment + +285 +00:25:53,780 --> 00:25:59,100 +بتقول انه جت view انا في المين لأ بتروح على ال + +286 +00:25:59,100 --> 00:25:59,860 +details fragment + +287 +00:26:03,640 --> 00:26:06,840 +هنا person selected وهنا البنات وصلت بتقوله get + +288 +00:26:06,840 --> 00:26:14,200 +view بتقوله find view by id r.id.image view وهذا + +289 +00:26:14,200 --> 00:26:16,900 +برجع image view in + +290 +00:26:20,310 --> 00:26:24,250 +و بعدين بتقوله IM.set image resource من يون الصورة + +291 +00:26:24,250 --> 00:26:29,470 +بنجيبها من ال person get photo ID يتجلقان انا + +292 +00:26:29,470 --> 00:26:34,130 +للسلسلة التالت كل ما اضغط على person بدروح يجيب + +293 +00:26:34,130 --> 00:26:37,550 +ليها بعدين يجيبلي ال activity و يمرر ال person + +294 +00:26:37,550 --> 00:26:42,210 +لمين لل activity وصلت البيانات لل activity هتجيب + +295 +00:26:42,210 --> 00:26:44,690 +ال fragment manager هتبحث عن ال fragment ال + +296 +00:26:44,690 --> 00:26:50,270 +details و تمررله ال person وصل ال person لمينلأ ال + +297 +00:26:50,270 --> 00:26:53,870 +details fragment في ال person selected في ال + +298 +00:26:53,870 --> 00:26:56,410 +details fragment جبت ال image view و حطيت فيها + +299 +00:26:56,410 --> 00:27:02,970 +الصورة الموجودة في ال person واضح + +300 +00:27:02,970 --> 00:27:08,170 +يا جماعة التواصل ما بين ال activities بس + +301 +00:27:08,170 --> 00:27:13,330 +لسه ما خلصلاش كيف؟ + +302 +00:27:13,330 --> 00:27:19,710 +هذه استدعت مستدعتهاش في ال activityهيا person + +303 +00:27:19,710 --> 00:27:22,870 +selected اه من ال fragment هيا قلتله person + +304 +00:27:22,870 --> 00:27:25,410 +selected من ال fragment + +305 +00:27:29,910 --> 00:27:34,950 +هنا استدعيش ال person selected لأ انا هذا مش عامله + +306 +00:27:34,950 --> 00:27:37,870 +عشان استدعيها ال fragment نفسه هدمنا ان بده + +307 +00:27:37,870 --> 00:27:42,350 +يستدعيها طلع على السهم ال activity بتبعت لمين طلع + +308 +00:27:42,350 --> 00:27:44,810 +طلع على السهم ال activity بتبعت لمين not details + +309 +00:27:44,810 --> 00:27:48,330 +السهم هذا معناه ان ال activity هي بتستدعي method + +310 +00:27:48,330 --> 00:27:52,490 +في ال fragment عشان تبرجه البيانات زمان كنا نبعت + +311 +00:27:52,490 --> 00:27:55,800 +البيانات عن طريق intentهلجيت فيش content هلجيت ايش + +312 +00:27:55,800 --> 00:27:59,800 +معمل object و object تعمل هنا method في ال object + +313 +00:27:59,800 --> 00:28:03,640 +هذا عشان أستدغي أمرم بيانات من ال object الأول + +314 +00:28:03,640 --> 00:28:17,940 +تمام؟ + +315 +00:28:17,940 --> 00:28:22,840 +هيك معناه من البيانات مالها يا جماعة اه وصل طيب + +316 +00:28:22,840 --> 00:28:23,780 +لسه مخلصناش + +317 +00:28:30,200 --> 00:28:35,700 +هرجيت لجماعة الطريقة هذه اللي هي طريقة سهلة برضه + +318 +00:28:35,700 --> 00:28:40,980 +فيها غلط من ناحية software engineering مش صح ليش + +319 +00:28:40,980 --> 00:28:46,440 +السبب انه انا لما ابعت لل activity لازم اكون عارف + +320 +00:28:46,440 --> 00:28:50,560 +اسمها اسمها ايش main activity لان احنا قولنا شرط + +321 +00:28:50,560 --> 00:28:53,940 +مهم في ال fragment لما تعمله ان يكون usable بمعنى + +322 +00:28:53,940 --> 00:28:57,560 +انك لو أخدته على تطبيق تاني يشتغل لان المشكلة + +323 +00:28:57,560 --> 00:29:02,700 +الموجودة ان main activityفي التطبيق التاني ممكن + +324 +00:29:02,700 --> 00:29:04,920 +مايكون اسمها Main Activity، الـ Activity الرئيسية، + +325 +00:29:04,920 --> 00:29:08,660 +ممكن يكون اسمها اشي تاني، اه انت افترضت ان ال + +326 +00:29:08,660 --> 00:29:14,260 +activity اسمها Main Activity، صح؟ فجبت ال activity + +327 +00:29:14,260 --> 00:29:16,960 +و قامت لها Castle ال Main Activity، و هذا مش صح، + +328 +00:29:16,960 --> 00:29:20,620 +اشتغل معانا، صح، بس احنا بيهلناش بس الشغل، بيهلنا + +329 +00:29:20,620 --> 00:29:25,770 +كمان ان يكون ال code مبني، مبني صحطب كيف الحل انه + +330 +00:29:25,770 --> 00:29:28,730 +انا ابعت لل activity لازم احنا نبعت لل activity + +331 +00:29:28,730 --> 00:29:34,010 +دايما كيف ابعت لل activity بيه ما اعرف نوعها هذا + +332 +00:29:34,010 --> 00:29:37,750 +السؤال يعني انا الآن عشان ابعت لل activity لازم + +333 +00:29:37,750 --> 00:29:41,970 +اجيب همين activity و اروح الصد همين مثل اللي فيها + +334 +00:29:41,970 --> 00:29:46,850 +person selected لكن انا اللي بدي اياه الآن انه لو + +335 +00:29:46,850 --> 00:29:51,140 +اخدت هذا ايش مكان اسم ال activitymain activity، + +336 +00:29:51,140 --> 00:29:54,400 +secondary activity، start activity، إيش ما يكون + +337 +00:29:54,400 --> 00:29:58,160 +يبعتله بيانات لأن هو معتلد على إيش؟ على main + +338 +00:29:58,160 --> 00:30:02,080 +activity الحل هذه كانت تانية لنستفيد من ال object + +339 +00:30:02,080 --> 00:30:09,220 +oriented اللي احنا اتعلمناه وانسناه بنيجي على ال + +340 +00:30:09,220 --> 00:30:15,360 +my list fragment و بنعمل فيه public interface بدي + +341 +00:30:15,360 --> 00:30:19,700 +أسميه list fragment listener + +342 +00:30:23,170 --> 00:30:26,630 +ماهو هذا يا جماعة؟ interface بتذكرينه اللي خدناها + +343 +00:30:26,630 --> 00:30:30,750 +في برمجات نيل؟ و جوه ال interface بتعمل method + +344 +00:30:30,750 --> 00:30:41,010 +اسمها person selected وهذه بتاخد ايش؟ public void + +345 +00:30:42,460 --> 00:30:45,880 +Torsion Selected لان ليش احنا بنستخدم ال interface + +346 +00:30:45,880 --> 00:30:51,260 +يا جماعة إذا بتذكرين لإيه ليش بنستخدم ال interface + +347 +00:30:51,260 --> 00:30:57,360 +بتذكرين لما أخدنا برنامج ال shape ركتانجل و circle + +348 +00:30:57,360 --> 00:31:01,900 +و غيره أه الآن جولنا بنستخدم ال interface هدولة + +349 +00:31:01,900 --> 00:31:04,740 +لما أنا أعمل object من نوع circle أو object من نوع + +350 +00:31:04,740 --> 00:31:07,420 +rectangle أو object من نوع triangle كل أنواع + +351 +00:31:07,420 --> 00:31:11,920 +مختلفة بقدر أحطهم في array list واحدةلأ اليوم قلنا + +352 +00:31:11,920 --> 00:31:16,820 +عشان نقدر نتعامل معاهم كلهم حد واحدة و أحد منهم + +353 +00:31:16,820 --> 00:31:20,360 +خليناهم كلهم ايش عملنا interface اسمه shape و + +354 +00:31:20,360 --> 00:31:23,320 +خليناهم كلهم يعملوا implement و روحنا في ال + +355 +00:31:23,320 --> 00:31:26,060 +interface عملنا method اسمها draw مثلا او + +356 +00:31:26,060 --> 00:31:30,340 +calculate area انه بغض النظر ايش نوع لما يجي يعمل + +357 +00:31:30,340 --> 00:31:33,840 +نوب عليهم ي study ال method هذي صح مش هيك اليوم + +358 +00:31:33,840 --> 00:31:38,320 +عملنا؟الان انا عملت اشي شبيه زي هيك عملت interface + +359 +00:31:38,320 --> 00:31:43,040 +اسمه list fragment listener تمام؟ و حطيت فيه نفذ + +360 +00:31:43,040 --> 00:31:48,360 +اسمها person selected ليش عملنا من ال interface + +361 +00:31:48,360 --> 00:31:53,390 +هذا؟المعنى list fragment كان في موقف ضعف ليش؟ لأن + +362 +00:31:53,390 --> 00:31:55,930 +كل ما بده يجيب ال activity كان لازم يعرف انه + +363 +00:31:55,930 --> 00:31:59,590 +يحولها لمين activity الا ان هو بده يجنب الطاولة + +364 +00:31:59,590 --> 00:32:02,950 +على مين؟ على activity بده يقولها انا عندي + +365 +00:32:02,950 --> 00:32:06,990 +interface اسمه list fragment لسه اللي بده ابعث + +366 +00:32:06,990 --> 00:32:11,130 +لبيانات لازم يجيني من النوع ايش؟ list fragment لسه + +367 +00:32:11,130 --> 00:32:15,430 +يعني اي activity بده تستخدم ال fragment هذا لازم + +368 +00:32:15,430 --> 00:32:18,930 +تكون من النوعList of Fragment Listeners إذا ماكنتش + +369 +00:32:18,930 --> 00:32:21,650 +من نوع List of Fragment Listeners هو مش هيتعرف + +370 +00:32:21,650 --> 00:32:25,650 +عليه مش هيبعتلها بيننا طيب كيف اشي عن الكلام هذا + +371 +00:32:25,650 --> 00:32:31,550 +تعالوا تتبعوا معايا إيش أنا بدي أسوي الآن أنا لسه + +372 +00:32:31,550 --> 00:32:36,560 +شغال جوه ال .. ال fragmentلما بروح .. عرفنا الآن + +373 +00:32:36,560 --> 00:32:39,680 +في عندي callback method اسمها onCreateView هذي + +374 +00:32:39,680 --> 00:32:42,840 +الجملة بتستدعيها ال activity عشان تلشق الفرد + +375 +00:32:42,840 --> 00:32:46,460 +onActivity Created هذي ال activity جهزة فبحط فيه + +376 +00:32:46,460 --> 00:32:50,260 +code اني بعمل actions و بعد بال listView و غيره + +377 +00:32:50,260 --> 00:32:55,180 +لما بروح نعمل method callback جديدة اسمها onAttach + +378 +00:32:55,180 --> 00:33:03,140 +ايش عندي كلمة onAttach؟ under wrappedطبعا اشهر عند + +379 +00:33:03,140 --> 00:33:09,440 +الرابط في أول لحظة ما أشغل التطبيق هيستدعي و ييجي + +380 +00:33:09,440 --> 00:33:11,840 +يبدأ يشغل ال activity قبل ما يعمل create لل + +381 +00:33:11,840 --> 00:33:15,560 +activity أول ما يشوف في tag fragment داخل ال + +382 +00:33:15,560 --> 00:33:19,500 +activity هيستدعي و ن attach attach اش يعني attach؟ + +383 +00:33:19,870 --> 00:33:24,730 +الربط هذا بداية عملية الربط يبدأ يربط ال activity + +384 +00:33:24,730 --> 00:33:29,650 +في ال fragment لأن هذا onAttach ايش جاب لي هنا + +385 +00:33:29,650 --> 00:33:34,210 +object بالنوع context المفروض ان هذا ال context هو + +386 +00:33:34,210 --> 00:33:38,890 +نفسه ال activity اللي اجتني طب شوف انا الكود اللي + +387 +00:33:38,890 --> 00:33:42,090 +بدي احطه هنا انتبه معايا خلينا اكتبه بس بدي اقول + +388 +00:33:42,090 --> 00:33:45,290 +فcontext instance of + +389 +00:33:53,810 --> 00:33:58,350 +Private List Fragment Listener + +390 +00:34:24,500 --> 00:34:31,740 +طيب خلصت ايش اللي قبلتوا انها ال gate انتموا معايا + +391 +00:34:31,740 --> 00:34:36,900 +يا جماعة الان هنا + +392 +00:34:36,900 --> 00:34:40,880 +if listener لو + +393 +00:34:40,880 --> 00:34:41,380 +سونا + +394 +00:34:47,010 --> 00:34:49,950 +بقول له هذا ال fragment عشان ال activity تشتغله + +395 +00:34:49,950 --> 00:34:53,850 +تستخدمه لازم ال activity تروح تعمل implement لمين + +396 +00:34:53,850 --> 00:34:56,950 +ل list fragment listener يعني الآن شوف ايش بسوي + +397 +00:34:56,950 --> 00:35:02,830 +بده روح لل activity هذا + +398 +00:35:02,830 --> 00:35:07,550 +الكود الآن لسه شوية بده روح لل activity وعملها + +399 +00:35:07,550 --> 00:35:11,550 +implement list fragment listener + +400 +00:35:15,480 --> 00:35:19,780 +طبعا لما تعمل implement ل interface هيطلب منك تعمل + +401 +00:35:19,780 --> 00:35:23,120 +implement لمين؟ للميثوذ الموجودة في ال interface + +402 +00:35:23,120 --> 00:35:29,120 +طيب هى جابلك ايش person؟ person selected و لسه ال + +403 +00:35:29,120 --> 00:35:33,160 +person selected ايش؟ فاضي طيب انتبه معايا هالجديد + +404 +00:35:33,160 --> 00:35:35,660 +يبقى ال activity ايش صار نوعها؟ ايش نوع ال + +405 +00:35:35,660 --> 00:35:39,420 +activity؟ نوع ال activity هو a compact activity ان + +406 +00:35:39,420 --> 00:35:43,490 +انا بتعمل extend و نوعها كمان ايش؟list fragment + +407 +00:35:43,490 --> 00:35:46,750 +listener يعني أنا الآن خلّيت أحد أنواع ال activity + +408 +00:35:46,750 --> 00:35:50,310 +بتاعته هذه إنه يتصير من نوع list fragment listener + +409 +00:35:50,310 --> 00:35:56,810 +طبعا طيب الآن إيجي ال fragment يشتغل أول ما يشتغل + +410 +00:35:56,810 --> 00:35:59,410 +ال fragment قبل ما يعمل on creative view هيستدعي + +411 +00:35:59,410 --> 00:36:03,590 +on attach on attach هذي هيستلم ال context اللي هو + +412 +00:36:03,590 --> 00:36:07,330 +ال activity تاعتي نفسها هيجي يفحص هل ال context من + +413 +00:36:07,330 --> 00:36:11,800 +نوع list fragment listenerأشرحلكم حاليا هل ال + +414 +00:36:11,800 --> 00:36:14,840 +activity .. افترض ان هذا ال activity استلم ال + +415 +00:36:14,840 --> 00:36:17,780 +activity هل ال activity من نوع list fragment لسه + +416 +00:36:17,780 --> 00:36:20,600 +لا؟ لاحظوا اللي أنا عاملها ايش هناك ال activity + +417 +00:36:20,600 --> 00:36:23,680 +implement اللي صح هي من نوع list fragment لسه لا + +418 +00:36:23,680 --> 00:36:30,680 +فخد ال contextوعمله casting ل list fragment + +419 +00:36:30,680 --> 00:36:34,120 +listener وخزنه في object من نوع list fragment + +420 +00:36:34,120 --> 00:36:37,240 +listener هذا اللي فوق يعني هذا في الأول ال list + +421 +00:36:37,240 --> 00:36:40,200 +fragment listener قيمته ايش بتكون نقل قيمته بتكون + +422 +00:36:40,200 --> 00:36:44,600 +نقل اذا اشتغل ال fragment وكانت ال activity عاملة + +423 +00:36:44,600 --> 00:36:47,600 +implement لل interface ايش بيصير في ال listener؟ + +424 +00:36:48,700 --> 00:36:52,180 +بيصير فيه ال context اللي هو نوع ال context اللي + +425 +00:36:52,180 --> 00:36:56,420 +هو ال activity بس اتعامل معاه إنها ممنوع عيش list + +426 +00:36:56,420 --> 00:37:03,320 +of fragment listener طب لسه مخلصناش، الآن أنا ضغطت + +427 +00:37:03,320 --> 00:37:07,880 +على person لما تضغط على person هيجي يفحص ال + +428 +00:37:07,880 --> 00:37:10,920 +listener هل ال listener قيمته null؟ إذا قيمته null + +429 +00:37:10,920 --> 00:37:16,900 +مش هتجرب عليه، إذا مش nullهيروح ايش يعمل person + +430 +00:37:16,900 --> 00:37:20,760 +ينفذ person selected مين ال listener دلوقتي ال + +431 +00:37:20,760 --> 00:37:26,500 +activity ال activity هي list fragment listener + +432 +00:37:26,500 --> 00:37:32,000 +فهيروح ينفذ في ال activity ال method person person + +433 +00:37:32,000 --> 00:37:39,440 +selected اللي هي المفروض احط فيها ايش ال code ال + +434 +00:37:39,440 --> 00:37:45,020 +code هذا طيب تعالى ايشمرة تانية أنخص الموضوع على + +435 +00:37:45,020 --> 00:37:48,980 +السريع الان + +436 +00:37:48,980 --> 00:37:53,300 +يا جماعة انا عندش fragment اللي هو my list + +437 +00:37:53,300 --> 00:38:02,600 +fragment وعندي ال main activity + +438 +00:38:04,300 --> 00:38:07,820 +الان ال list fragment بدو يبعت بيانات لمن activity + +439 +00:38:07,820 --> 00:38:12,280 +ايش البيانات اللي بدو يبعتها ال person تمام؟ قبل + +440 +00:38:12,280 --> 00:38:15,440 +انه اعمل التعديل هذا كان ال list fragment يروح + +441 +00:38:15,440 --> 00:38:20,880 +يستخدم get activity هذا + +442 +00:38:20,880 --> 00:38:23,860 +طبعا في ال method دون اسمها person selected + +443 +00:38:26,510 --> 00:38:30,250 +لأن عشان الصبر ال person connected لازم اوصل لمين؟ + +444 +00:38:30,250 --> 00:38:33,250 +لل object main activity لأن get activity بترجعش + +445 +00:38:33,250 --> 00:38:35,390 +object من نوع main activity بترجعه ان هو ال super + +446 +00:38:35,390 --> 00:38:39,570 +class تمام؟ activity بترجعه عشان اوصل للمفد + +447 +00:38:39,570 --> 00:38:41,550 +الموجود في ال main activity لازم اعملها casting + +448 +00:38:41,550 --> 00:38:46,630 +ليش؟ لل main activityفروحت اعملت لها casting لمين + +449 +00:38:46,630 --> 00:38:52,770 +activity وهذا خطأ كبير ليش؟ بيشغل ك code بس ك + +450 +00:38:52,770 --> 00:38:56,010 +design غلط لأن هي بيصير ال list of fragments معتمد + +451 +00:38:56,010 --> 00:38:59,770 +عنه مين activity لو أنا روحت على تطبيق تاني وهذا + +452 +00:38:59,770 --> 00:39:04,810 +اسمها start activity ييجي + +453 +00:39:04,810 --> 00:39:07,930 +يعمل اصلا .. هيطلع غيره اصلا هيقوللي أنا مش عارف + +454 +00:39:07,930 --> 00:39:11,890 +مين المين هذي لأن في التطبيق الجديد فيش .. فيش مين + +455 +00:39:13,280 --> 00:39:17,420 +هذا الغلط اللي كان موجود طب إيش الحل؟ الحل بيقولنا + +456 +00:39:17,420 --> 00:39:20,120 +طيب إحنا الآن بنخلي ال code اللي في list fragment + +457 +00:39:20,120 --> 00:39:26,940 +غير معتمد على اسم ال activity كيف؟ بيجي list + +458 +00:39:26,940 --> 00:39:31,260 +fragment بيقول يا activity إذا أنا بدي أبعتلك + +459 +00:39:31,260 --> 00:39:33,920 +بيانات أنا ماليش دعاية أنت إيش اسمك main activity + +460 +00:39:33,920 --> 00:39:36,980 +ولا start activity ولا begin activity أنا اللي + +461 +00:39:36,980 --> 00:39:43,210 +بهني أن أي activity أنا بدي أستخدمها لازمتجيهن من + +462 +00:39:43,210 --> 00:39:48,350 +نوع معين وين النوع ده يتحدد؟ هنا .. هنا أنا روحت + +463 +00:39:48,350 --> 00:39:55,510 +وعملت interface تحت ليهشكالي بعرف نوع جديد وين هذا + +464 +00:39:55,510 --> 00:39:59,830 +في list of fragment؟ روحت تحت هنا عرفت نوع جديد + +465 +00:39:59,830 --> 00:40:04,990 +اسمه list of fragment listenerبقول اي واحد بده + +466 +00:40:04,990 --> 00:40:09,050 +يستخدم ال fragment هذا زي المحترم المدني كله ايش + +467 +00:40:09,050 --> 00:40:12,270 +list fragment له عشان انا متوهش في انواع و مانو و + +468 +00:40:12,270 --> 00:40:15,650 +start و مش عارف ايش اي واحد بدي استخدمه بدي يجيلي + +469 +00:40:15,650 --> 00:40:20,510 +من موقع list fragment لسه لان + +470 +00:40:20,510 --> 00:40:28,890 +اخدت ال fragment هذا و حطيت وين؟ في تطبيق جديدأخدت + +471 +00:40:28,890 --> 00:40:32,690 +ال fragment هذا و حطته في تطبيق جديد الان بعد ما + +472 +00:40:32,690 --> 00:40:37,410 +اعرفت نوع جديد روحت اعملت بدي يصير الان ال + +473 +00:40:37,410 --> 00:40:41,350 +fragment تبعي يتعامل عملت فوق reference اسمه list + +474 +00:40:41,350 --> 00:40:45,010 +fragment listener سميته ايش سميته listener الان + +475 +00:40:45,010 --> 00:40:50,330 +المفروض اي activity تشغل ال fragment هذا ال + +476 +00:40:50,330 --> 00:40:56,570 +activity تنحط في ال object هذا ال listenerيعني + +477 +00:40:56,570 --> 00:40:58,510 +لازم تيجي ال activity من نوع list fragment + +478 +00:40:58,510 --> 00:41:01,590 +listener فإيش اللي هيصير؟ أول ما يشغل ال fragment + +479 +00:41:01,590 --> 00:41:07,470 +هيشغل method اسمها Unattached هذه method بتشتغل + +480 +00:41:07,470 --> 00:41:11,710 +أول ما يشغل ال fragment ليش هذه ال method بتشتغل؟ + +481 +00:41:11,710 --> 00:41:14,530 +بيقول لي بيجيبلك هذه هي عبارة عن ال activity بس من + +482 +00:41:14,530 --> 00:41:18,430 +نوع إيش ال super ال super class اجازة فحصت قلت له + +483 +00:41:18,430 --> 00:41:22,470 +هل ال activity هي من نوع list fragment listener؟ + +484 +00:41:23,420 --> 00:41:25,460 +أمتى ال activity هتكون من نوع list fragment + +485 +00:41:25,460 --> 00:41:28,040 +listener لما تكون عاملة implement ل ال interface + +486 +00:41:28,040 --> 00:41:30,960 +إذا مش عاملة بتكونش من نوع list fragment listener + +487 +00:41:30,960 --> 00:41:34,420 +إذا عاملة implement ل ال interface بيجيب ال + +488 +00:41:34,420 --> 00:41:37,280 +activity بيحطها وين؟ في ال listener بنفعل حط ال + +489 +00:41:37,280 --> 00:41:40,300 +activity في ال listener بنفعل لأنه من نفس من نفس + +490 +00:41:40,300 --> 00:41:44,800 +المنورة يبقى الآن ال fragment صار عند ال activity + +491 +00:41:44,800 --> 00:41:48,260 +بس بتعامل معها من نوع إيش إنها من نوع list + +492 +00:41:48,260 --> 00:41:52,660 +fragment listenerيبقى ال activity ايش مكان نوعها، + +493 +00:41:52,660 --> 00:41:58,020 +ما اسمها، start، main، a، b، c، اي حاجة، اذا عاملة + +494 +00:41:58,020 --> 00:42:03,240 +implement ل list of fragment listeners، هتنحط هنا، + +495 +00:42:03,240 --> 00:42:07,680 +ايش مكان اسمها، المهم انها عاملة implement لإيش؟ + +496 +00:42:07,680 --> 00:42:08,320 +لل interface + +497 +00:42:13,590 --> 00:42:17,890 +لما قعدت أضغط على زر البطون أول حاجة روحتها منتهي + +498 +00:42:17,890 --> 00:42:21,610 +اتأكدت انه لسه يرمانه مش null افرض ال activity مش + +499 +00:42:21,610 --> 00:42:24,470 +عاد ما ا implement ل ال interface هتبقى القيمة + +500 +00:42:24,470 --> 00:42:27,530 +تعتمد لسه دلوقتي فانا بقول ان اذا مش null روح نفذه + +501 +00:42:27,530 --> 00:42:33,130 +person selected عشان يبعت ال P منين من ال activity + +502 +00:42:33,130 --> 00:42:36,390 +يبقى الآن انا لو أخدت هذا ال list fragment وحطته + +503 +00:42:36,390 --> 00:42:41,170 +في تطبيق جديد هيشتغل على طول؟لأ، في حد لازم + +504 +00:42:41,170 --> 00:42:45,490 +أعملهاش هي إنك تخلى الـ Activity و تخليها تعمل + +505 +00:42:45,490 --> 00:42:48,990 +implement للـ interface الموجود وين في ال fragment + +506 +00:42:48,990 --> 00:42:52,050 +هذا و أحد بيقول طب هي ماشتغلش على طول، انت بتقول + +507 +00:42:52,050 --> 00:42:55,910 +أنا أول ما أحطه في مكان تاني بيشتغل الفكرة إنه أنا + +508 +00:42:55,910 --> 00:43:00,570 +لازم أحطه في أي مكان تاني بدون ما أعدل أي سطر code + +509 +00:43:00,570 --> 00:43:05,670 +وين جوا ال fragment لكن في ال activity عادة، هو + +510 +00:43:05,670 --> 00:43:10,530 +أنا .. أنا لما أجيب component من برةبظبط كودي عشان + +511 +00:43:10,530 --> 00:43:13,990 +يتلاقى مع ال component لكن مفهوش اجيب ال component + +512 +00:43:13,990 --> 00:43:18,710 +او انا جايبه عشان انا مابطلعش ايش فيه جوا صح ولاأ + +513 +00:43:18,710 --> 00:43:21,310 +انا جيبت list of elements وحطيته عنده في ال + +514 +00:43:21,310 --> 00:43:26,440 +project المفروض ماعدلش ولا سطر codeبنفعش أقوله + +515 +00:43:26,440 --> 00:43:28,940 +أروح بدل ما هي من ال activity أفتح الكود و أقوله + +516 +00:43:28,940 --> 00:43:31,540 +خلّيه أ start activity لأ هيك ال fragment أنا مش + +517 +00:43:31,540 --> 00:43:34,860 +هعدل فيه ولا حاجة التعديل الوحيد العامل أن أروح + +518 +00:43:34,860 --> 00:43:38,400 +بال activity و أقول أنا ال implement لمين لل + +519 +00:43:38,400 --> 00:43:46,160 +interface الموجود في ال fragment حد + +520 +00:43:46,160 --> 00:43:51,960 +فهم حاجة يا جماعة؟ طيب + +521 +00:43:51,960 --> 00:43:57,760 +ليش هذه الكلام مهم؟لأن انت لو روحت تعمل fragment + +522 +00:43:57,760 --> 00:44:03,000 +لحالك + +523 +00:44:03,000 --> 00:44:13,380 +بلامك fragment و سميه أي اسم و خلت الصحة ده + +524 +00:44:13,380 --> 00:44:19,510 +include interface callbackتعالى نشوف إيش هو .. إيش + +525 +00:44:19,510 --> 00:44:22,450 +الكودة اللى هيحطه هو .. مش احنا بيقولنا لما نشي + +526 +00:44:22,450 --> 00:44:27,380 +إفراج و نشيل الصحات هدول خلّيت واحد منهمأيامها قلت + +527 +00:44:27,380 --> 00:44:31,440 +بحط code مش + +528 +00:44:31,440 --> 00:44:35,660 +هتفهمه طبعا تعالى شوف ال code اللى حطه هو هتلاقيه + +529 +00:44:35,660 --> 00:44:39,560 +هذا ال class الجديدة اللى عملتها اش حاطط هو on + +530 +00:44:39,560 --> 00:44:42,880 +fragment interaction listener هذا زي مين + +531 +00:44:47,430 --> 00:44:53,470 +وحاططلك هنا هي on button pressed هو طبعا بيعتبر ان + +532 +00:44:53,470 --> 00:44:56,490 +في button جوان ال fragment لما ينضغط بروح بفحص لسه + +533 +00:44:56,490 --> 00:44:59,910 +لأن اذا كان مش null بروح باستدعي اللي هي ان انا + +534 +00:44:59,910 --> 00:45:02,710 +سميتها on person selected هو بيسميها ايش on + +535 +00:45:02,710 --> 00:45:07,170 +fragment interaction وبيبعت حاجة اسمها URI وهذا ال + +536 +00:45:07,170 --> 00:45:12,070 +method ايشon attach إذا كانت ال activity اللي جاية + +537 +00:45:12,070 --> 00:45:16,450 +من نوع on fragment interaction listener بيخزنها في + +538 +00:45:16,450 --> 00:45:22,190 +ال listener هنا طبعا هذا ال .. أو هاي إيش؟ هاي ال + +539 +00:45:22,190 --> 00:45:25,770 +interface اللي هو عامل تحتها هذا code هو كتب لكيه + +540 +00:45:25,770 --> 00:45:30,970 +جاهز أنا اشملت كتبته وعملته لحالي عشان أفهمكيا + +541 +00:45:30,970 --> 00:45:37,190 +اللي مش فاهم يرجع يراجعمفهوم ال interface و ايش + +542 +00:45:37,190 --> 00:45:40,130 +فايدته احنا بنعمل ال interface عشان نغير نوع + +543 +00:45:40,130 --> 00:45:44,870 +الحاجة عشان اخلن حاجة منه اتعامل معاها من نوع اخر + +544 +00:45:45,760 --> 00:45:49,760 +الان قبل كان missed fragment بربوط بنوع ال main + +545 +00:45:49,760 --> 00:45:53,180 +activity الان هذا بيصير في موقع قوة كيف انه انا + +546 +00:45:53,180 --> 00:45:56,660 +بعمل interface و اللي بيستخدمني بيجينا من نوع ال + +547 +00:45:56,660 --> 00:45:59,440 +interface هذا انا مانيش دعوة انت main ولا end ولا + +548 +00:45:59,440 --> 00:46:02,740 +start ولا ايش بتكون تبقى ال implement ل ال + +549 +00:46:02,740 --> 00:46:05,140 +interface تبقى بتعامل معاك انك من نوع ال interface + +550 +00:46:05,140 --> 00:46:10,300 +معناه ايش مختلفة ال activity بيبقى يتعامل معاها ال + +551 +00:46:10,300 --> 00:46:14,130 +fragment زي ما هي واضحة يا جماعة هذي؟ان شاء الله + +552 +00:46:14,130 --> 00:46:16,170 +تكون واضحة، المرة الجاية بنكمل + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/EPj3moy4yaw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/EPj3moy4yaw.srt new file mode 100644 index 0000000000000000000000000000000000000000..043116acc041376143adfc079fe4bedc16fefac8 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/EPj3moy4yaw.srt @@ -0,0 +1,2019 @@ +1 +00:00:21,630 --> 00:00:27,330 +طيب بسم الله الرحمن الرحيم اليوم + +2 +00:00:27,330 --> 00:00:31,090 +إن شاء الله هنكمل المحاضرة الماضية، أخذنا مقدمة بس + +3 +00:00:31,090 --> 00:00:34,790 +لـ Android Studio، تعرّفنا على البيئة تبعته و + +4 +00:00:34,790 --> 00:00:38,330 +تعرفنا على بناء التطبيق، بقولنا أن التطبيق نفسه + +5 +00:00:38,330 --> 00:00:42,450 +مكوّن من ملفات code وفي ملفات ملحقة، اللي هي + +6 +00:00:42,450 --> 00:00:48,150 +resources، اللي هي بتشمل حاجة بنسميها layout، كل + +7 +00:00:48,150 --> 00:00:53,490 +واجهة في تطبيق الأندرويد مقسمة لقسمين، class اللي + +8 +00:00:53,490 --> 00:00:57,050 +بينكتب فيه code، والقسم الثاني هو الـ layout اللي + +9 +00:00:57,050 --> 00:01:00,370 +بينعمل فيه تصميم الواجهة، تمام؟ والواجهة سميناها في + +10 +00:01:00,370 --> 00:01:05,510 +الـ Android إيش؟ Activity، تمام؟ سميناها Activity + +11 +00:01:05,510 --> 00:01:10,070 +حدّ + +12 +00:01:10,070 --> 00:01:12,590 +جرّب ينزل الـ Android؟ حدّ ضبط معاه ولا لسه ما + +13 +00:01:12,590 --> 00:01:13,330 +حاولتهش؟ + +14 +00:01:16,830 --> 00:01:21,330 +طيب، بدّك تعديلها هذه، يعني عند الـ update اللي جاي إن + +15 +00:01:21,330 --> 00:01:26,490 +شاء الله بيعملوها لحالها، المشكلة هذه بعد + +16 +00:01:26,490 --> 00:01:30,850 +فترة، بطلب منك تعمل update، طيب الآن في نقطة صغيرة + +17 +00:01:30,850 --> 00:01:34,230 +حكيتها المحاضرة الماضية، لما حكيت أن أنت ممكن تجرّب + +18 +00:01:34,230 --> 00:01:39,070 +على جهازك، وتوصل جهازك بالـ laptop، بس في حاجة بدّك + +19 +00:01:39,070 --> 00:01:42,210 +تعملها على الجهاز، اللي هي تفعيل حاجة اسمها الـ USB + +20 +00:01:42,210 --> 00:01:46,150 +debugging، هذا كيف نفعّلها؟ بدّك تروح على إعدادات + +21 +00:01:46,150 --> 00:01:50,140 +الجهاز، خيارات المطورين، تمام، هذه الـ settings هذه + +22 +00:01:50,140 --> 00:01:53,280 +اللي شايفينها، شاشة الـ settings، الإعدادات، هتلاقي + +23 +00:01:53,280 --> 00:01:55,820 +فيه خيار اسمها developer options أو خيارات + +24 +00:01:55,820 --> 00:02:00,020 +المطورين، طبعاً في البداية بتكونش هذه ظاهرة، تمام، بدّك + +25 +00:02:00,020 --> 00:02:04,300 +تفعّلها كيف؟ بدّك في حاجة اسمها الـ build number، تضغط + +26 +00:02:04,300 --> 00:02:07,600 +عليه، أظنّ سبع ضغطات، تمام، وراء بعض، عشان يتفعّل، عشان + +27 +00:02:07,600 --> 00:02:11,160 +تظهر خيارات المطورين، تمام، مش عارف تفعّلها، بتروح لأي + +28 +00:02:11,160 --> 00:02:15,010 +محلّ جوال، يفعّل لك إياه خيارات المطورين، بعدين بتروح على + +29 +00:02:15,010 --> 00:02:18,430 +developer options هذه، وبعدين هتلاقي فيه خيار + +30 +00:02:18,430 --> 00:02:24,670 +اسمه USB Debugging أو بالعربي تصحيح USB، بتعمل هذه + +31 +00:02:24,670 --> 00:02:29,290 +enable، على أساس إيش؟ يقرأ الجهاز تبعك لما تربط مع + +32 +00:02:29,290 --> 00:02:35,790 +الـ PC، طيب، المحاضرة الماضية يا جماعة، بدأنا نتكلّم عن + +33 +00:02:35,790 --> 00:02:42,000 +الـ design، تمام؟ وشُفنا إنه تطبيق تبعي، التطبيق + +34 +00:02:42,000 --> 00:02:45,680 +بيقول لنا فيه مجلّد اسمه Java، هذا هتلاقي فيه class الـ + +35 +00:02:45,680 --> 00:02:49,720 +Java، وهتلاقي فيه مجلّد ثاني اسمه resources، اللي هو + +36 +00:02:49,720 --> 00:02:53,760 +فيه حاجات ملحقة في التطبيق، اللي من ضمنها مجلّد اسمه + +37 +00:02:53,760 --> 00:02:57,780 +layouts، تمام، الـ layouts هتلاقي فيه ملف الـ XML + +38 +00:02:57,780 --> 00:03:00,920 +الخاص بالـ activity اللي هو اسمه مثلاً activity_main + +39 +00:03:00,920 --> 00:03:04,760 +.xml، طيب + +40 +00:03:04,760 --> 00:03:07,360 +لما تفتح ملف الـ XML، هيفتح لك شاشة الـ design + +41 +00:03:07,360 --> 00:03:11,820 +بالصورة هذه، اللي هو بيجيب لك في النص هنا، الشكل + +42 +00:03:11,820 --> 00:03:14,680 +الشاشة أو الـ activity، لسه فاضي في البداية، هو حاطط + +43 +00:03:14,680 --> 00:03:20,300 +sample، لأنه فيها Hello World، على الشمال شوية، في + +44 +00:03:20,300 --> 00:03:23,020 +هنا، العناصر بتاعة الشاشة، اللي بقدر أسحب منها عناصر + +45 +00:03:23,020 --> 00:03:30,200 +وأحطها على الواجهة، وعلى اليمين في حاجة يسمّيها هنا الـ + +46 +00:03:30,200 --> 00:03:33,500 +attributes، خصائص عناصر الشاشة، يعني احنا مثلاً كل + +47 +00:03:33,500 --> 00:03:36,780 +عنصر هنا بنعلم عليه، وبنغيّر خصائصه من هنا، هذا اللي + +48 +00:03:36,780 --> 00:03:42,860 +هتكلم عليه بالتفصيل المحاضرة هذه، طيب، اتكلمنا شوية + +49 +00:03:42,860 --> 00:03:46,180 +عن الأدوات والتحكّم اللي موجودة هنا، في أن مثلاً الـ + +50 +00:03:46,180 --> 00:03:51,840 +zoom هذه، تمام، في أن مثلاً شاشة لفّ الجهاز، landscape + +51 +00:03:51,840 --> 00:03:54,380 +أو portrait، قلنا الجهاز في وضعين، بيكون في + +52 +00:03:54,380 --> 00:03:58,260 +portrait و landscape، وضروري أن أنت لما تعمل test + +53 +00:03:58,260 --> 00:04:02,140 +للتطبيق تبعك، أو للواجهة، تجرّبها على مختلف الأوضاع و + +54 +00:04:02,140 --> 00:04:05,640 +الشاشات، حتى ممكن تغيّر نوع الجوال اللي هو بتحكّم هنا + +55 +00:04:05,640 --> 00:04:08,020 +في حجم الشاشة، تمام + +56 +00:04:11,010 --> 00:04:16,330 +طيب، نبدأ الآن أوّل مراحل التصميم، الآن الشاشة فاضية + +57 +00:04:16,330 --> 00:04:19,990 +حتى الـ word شلناها، تعالَ نتعرف على بعض العناصر + +58 +00:04:19,990 --> 00:04:24,850 +اللي موجودة على الشمال، الآن أنت ممكن تعمل تصميم عن + +59 +00:04:24,850 --> 00:04:29,450 +طريق drag and drop، يعني مثلاً أنا عندي هنا TextView + +60 +00:04:29,450 --> 00:04:33,050 +TextView يا جماعة، ده أوّل عنصر هناخده اليوم + +61 +00:04:40,820 --> 00:04:44,860 +طيب، أوّل عناصر من عناصر الشاشة هو الـ TextView، تمام + +62 +00:04:44,860 --> 00:04:48,000 +ببساطة شديدة جداً، الـ TextView يا جماعة هو لعرض + +63 +00:04:48,000 --> 00:04:53,140 +النصوص، لعرض النصوص، زي يقابله في الـ Java الـ Label + +64 +00:04:53,140 --> 00:04:56,200 +بتذكرين الـ Label في الـ Java؟ هذا يقابله الـ TextView + +65 +00:04:56,200 --> 00:05:02,880 +تعالَ نشوفه، يعني مثلاً أعمل drag and drop، أحطه في + +66 +00:05:02,880 --> 00:05:07,140 +أي مكان، هيعرض لك هنا الـ TextView، طبعاً الحجم صغير + +67 +00:05:07,140 --> 00:05:13,870 +شوية، هي موجود، طيب، لاحظ أن هنا في حاجة اسمها + +68 +00:05:13,870 --> 00:05:17,770 +Component Tree، إيش هي Component Tree؟ شجرة المكوّنات + +69 +00:05:17,770 --> 00:05:21,410 +وجاب لك، أضاف لك هنا الـ TextView اللي أنت حطيته + +70 +00:05:21,410 --> 00:05:24,090 +لأن by default هو بيكون كاتب في الـ TextView كلمة + +71 +00:05:24,090 --> 00:05:27,010 +TextView، ممكن نغيّر المحتوى تبعها، لأنّ كيف نغيّر + +72 +00:05:27,010 --> 00:05:30,630 +احنا خصائص الـ answer، تعالَ هنا، هتلاقي الـ attributes + +73 +00:05:30,630 --> 00:05:34,850 +في حاجات أنت لسه مش فاهمها، هتفهمها شوية شوية، في + +74 +00:05:34,850 --> 00:05:39,840 +مثل، عندك هنا text، النص المكتوب فيه، ممكن تكتب مثلاً + +75 +00:05:39,840 --> 00:05:43,940 +username، لو بنكتب كلمة username، هي تعرض لك إياها + +76 +00:05:43,940 --> 00:05:49,800 +الآن فيه هنا خيار هنا تحت اسمه visibility، إيش الـ + +77 +00:05:49,800 --> 00:05:53,340 +visibility؟ يعني هل هو مُشاهد أو لأ، الآن طبعاً by + +78 +00:05:53,340 --> 00:05:57,540 +default العنصر بيكون visible، موجود، يعني بدّك تخفيه + +79 +00:05:57,540 --> 00:06:01,280 +مثلاً، ممكن تحطّ invisible، تمام + +80 +00:06:02,950 --> 00:06:07,950 +Invisible، معناه صار مخفي لكنّ باقي في مكانه، يعني لو + +81 +00:06:07,950 --> 00:06:13,070 +أنت حاطط قبل عنصر وبعد عنصر، بيظهر مكانه فرق، يعني + +82 +00:06:13,070 --> 00:06:16,790 +بيظهر، ماخذ المكان لكنّه مش مُشاهد، في عندنا gone، إيش + +83 +00:06:16,790 --> 00:06:23,390 +يعني gone؟ Invisible، وحتى بطل ماخذ مكان، تمام؟ احنا + +84 +00:06:23,390 --> 00:06:29,900 +خلّينه على إيش؟ Visible، أن هو مُشاهد، طيب هذه مش هي + +85 +00:06:29,900 --> 00:06:33,540 +كل الخصائص، في عندنا هنا سهم فوق، لو أنت بدّك تشوف + +86 +00:06:33,540 --> 00:06:38,800 +خصائص إضافية له، بتقول view all attributes، تمام؟ + +87 +00:06:38,800 --> 00:06:44,460 +وهذه جاب لك إيش؟ خصائص ثانية كثيرة للعنصر هذا، مثلاً + +88 +00:06:44,460 --> 00:06:51,340 +من بين الخصائص، في عندنا حاجة اسمها background، من + +89 +00:06:51,340 --> 00:06:55,860 +اسمها الـ background، الخلفية، ممكن نعطيه لون إلها، كيف + +90 +00:06:55,860 --> 00:07:01,420 +بنعطي اللون؟ زي ما بتعطي اللون في الـ web، في الـ CSS + +91 +00:07:01,420 --> 00:07:07,000 +أو الـ HTML، اللي بتعطي إشارة # وبعدين تكتب الرقم + +92 +00:07:07,000 --> 00:07:13,460 +بالـ hexadecimal، مثلاً بنعطيه لون أحمر، #FF0000، صح؟ مش + +93 +00:07:13,460 --> 00:07:19,120 +هذا اللون الأحمر، تمام، اضغط هيك، هيطلع أحمر، وبتغيّر + +94 +00:07:19,120 --> 00:07:26,290 +فيه زي ما أنت بدّك، طيب، ممكن كمان نغيّر إعدادات الخط + +95 +00:07:26,290 --> 00:07:31,570 +الموجود، يعني مثلاً لو أنت نزّلت تحت، هتلاقي في عندي + +96 +00:07:31,570 --> 00:07:38,530 +حاجات علاقة بالـ text، هي في عندنا text size + +97 +00:07:42,360 --> 00:07:47,420 +مثلاً بدّي أحطّ حجم الخط 24، والخطوط في الأندرويد + +98 +00:07:47,420 --> 00:07:53,960 +بتتعامل بوحدة اسمها SP، هنحكي إيش الـ SP هذه، إيش حجم + +99 +00:07:53,960 --> 00:07:58,400 +الخط كبير شوية، في عندنا text color، لون الخط + +100 +00:08:07,850 --> 00:08:13,390 +وفي عندنا كمان text style، اللي هو تنسيق الخط، يعني + +101 +00:08:13,390 --> 00:08:17,370 +طبعاً لحاله جاب لك فيه normal، وفيه bold، وفيه + +102 +00:08:17,370 --> 00:08:20,430 +italic، هذه مثلاً بدّي إياها bold، بتضغط عليها، هذه صار + +103 +00:08:20,430 --> 00:08:28,690 +bold italic، بيصير، طيب، هذه العناصر أو بعض + +104 +00:08:28,690 --> 00:08:32,610 +الخصائص اللي احنا ممكن نتحكّم فيها في النص + +105 +00:08:36,910 --> 00:08:41,350 +خلّيني أسيب هذا شوية، انتبهوا معايا، أيّ تغيير أنا + +106 +00:08:41,350 --> 00:08:44,830 +بعمله فعلياً يا جماعة، في الـ graphical user + +107 +00:08:44,830 --> 00:08:49,110 +interface، بيتحوّل لـ XML، يعني أنا لو سِبْت هذه شاشتي الـ + +108 +00:08:49,110 --> 00:08:52,710 +design، وروح اضغط على text تحت هنا، تمام، هلاقي code + +109 +00:08:52,710 --> 00:08:59,720 +XML، بدّنا نتعلم code الـ XML، الشغل مش كله هيكون GUI + +110 +00:08:59,720 --> 00:09:04,140 +و Drag and Drop، صح؟ أنتَ هتشغّل معظم الشغل Drag and Drop، بس + +111 +00:09:04,140 --> 00:09:08,260 +لازم تكون فاهم الـ XML، لأنّه لما بيكون تصميم + +112 +00:09:08,260 --> 00:09:16,040 +متقدّم، هتضطر تغيّر في الـ XML، لأنّ فعلياً أوّل + +113 +00:09:16,040 --> 00:09:20,840 +ما بدأت، كان شكل الـ layout بالشكل هذا، طبعاً يعني أنا + +114 +00:09:20,840 --> 00:09:24,340 +هنا، طلع، راح الـ TextView، الـ layout مالها فاضية + +115 +00:09:25,720 --> 00:09:29,620 +الواجهة عندي فاضية، كانت بالشكل هذه، طيب، إيش الـ code + +116 +00:09:29,620 --> 00:09:34,220 +اللي موجود هنا، طيب + +117 +00:09:34,220 --> 00:09:38,360 +بيقول لي شاشة الأندرويد، أيّ شاشة، given ما بتيجي تصمّم + +118 +00:09:38,360 --> 00:09:41,680 +فيها، بتحدّد لها layout، إيش هي layout؟ كيف ترتيب + +119 +00:09:41,680 --> 00:09:46,040 +العناصر هيكون على الشاشة؟ أقرب لكم معنا، احنا لما أخذنا + +120 +00:09:46,040 --> 00:09:51,710 +Java، أخذنا بعض الـ layouts اللي ممكن نستخدمها لتنظيم + +121 +00:09:51,710 --> 00:09:55,050 +العناصر على الـ frame، يعني مثلاً أخذنا layout اسمها + +122 +00:09:55,050 --> 00:10:00,210 +FlowLayout، تمام، اللي هي بترتب العناصر وراء بعض، إذا + +123 +00:10:00,210 --> 00:10:03,490 +حدّدت، قلت إن الـ frame تبع الـ layout Flow، معناه كل + +124 +00:10:03,490 --> 00:10:08,150 +عنصر جديد بتضيفه، وبحطه وراء اللي قبله، ممكن أستخدم + +125 +00:10:08,150 --> 00:10:12,910 +layout اسمها BorderLayout، اللي هي أيّ عنصر اللي + +126 +00:10:12,910 --> 00:10:16,610 +بتضيفه، بتحطه في واحد من خمس أماكن على الشاشة، فوق + +127 +00:10:16,610 --> 00:10:21,790 +تحت، يمين، شمال، أو في الـ center، وأخذنا حاجات زي هذه + +128 +00:10:21,790 --> 00:10:25,630 +الـ layout مهمّة، لأنها هي اللي بترتب لك العناصر على + +129 +00:10:25,630 --> 00:10:31,730 +الشاشة، نفس الشيء تماماً موجود في الأندرويد، أنتَ + +130 +00:10:31,730 --> 00:10:36,530 +بقول لك أوّل خطوة بدّك تعملها، بدّك تحدّد للـ layout، تمام؟ + +131 +00:10:36,530 --> 00:10:39,670 +وين الـ layout بتتحدّد؟ هذه الـ layout هنا هو استخدم + +132 +00:10:39,670 --> 00:10:45,400 +layout معيّنة اسمها ConstraintLayout، إيش هي الـ + +133 +00:10:45,400 --> 00:10:48,040 +ConstraintLayout؟ لسه هنعرف قدّام، زي ما احنا في + +134 +00:10:48,040 --> 00:10:53,180 +الـ Java، أعطيتكم layouts في الأول، لأ، أعطيتكم عناصر + +135 +00:10:53,180 --> 00:10:56,480 +بعدين هنعطيكم layouts، طيب في layout اسمها + +136 +00:10:56,480 --> 00:10:58,980 +ConstraintLayout، لسه احنا مش هنتكلّم عليها لسه + +137 +00:10:58,980 --> 00:11:03,700 +احنا بنتعرّف على العناصر، لكن هو بيقول لك أن أنت عشان + +138 +00:11:03,700 --> 00:11:09,510 +تحدّد layout، لازم تكتب اسمها، ConstraintLayout، وتسكر + +139 +00:11:09,510 --> 00:11:13,550 +ConstraintLayout، وكل العناصر بتتكتب جواها، لأن هذا + +140 +00:11:13,550 --> 00:11:16,290 +يا جماعة، بنسميه ملف XML، أنتم لسه بتعرفوا إيش يعني + +141 +00:11:16,290 --> 00:11:22,370 +ملف XML، الـ XML يا جماعة، الملف تبعها مكوّن من حاجة + +142 +00:11:22,370 --> 00:11:28,330 +بنسميها tags، إيش الـ tags؟ يعني أو نفهم في الأول إيش + +143 +00:11:28,330 --> 00:11:31,730 +يعني كلمة XML أو ليش احنا بنستخدمه، لأنّ احنا فرضنا + +144 +00:11:31,730 --> 00:11:35,910 +المثال التالي: علي أحمد + +145 +00:11:37,590 --> 00:11:41,730 +أربعة وعشرون، جازا + +146 +00:11:41,730 --> 00:11:45,070 +ثلاثة + +147 +00:11:45,070 --> 00:11:49,730 +لأن هذا إيش هدفه؟ أنتَ أوّل ما تطلع المعلومات، معلومات + +148 +00:11:49,730 --> 00:11:54,670 +عن الشخص، بتعرف إيش هي المعلومات هذه؟ في منها بتعرفها، + +149 +00:11:54,670 --> 00:11:59,690 +في منها بتعرفها، صح؟ ولا يعني مثلاً علي، مش شرط ممكن + +150 +00:11:59,690 --> 00:12:03,230 +يكون اسمه الأخير، وهذا يكون اسمه الأول، ممكن يكون + +151 +00:12:03,230 --> 00:12:09,670 +هذا اسم وهذا اسم ابنه مثلاً، صح؟ ولا؟ طيب، أربعة وعشرون عمره، ممكن + +152 +00:12:09,670 --> 00:12:17,070 +تكون إيش هذه؟ المكان اللي هو عايش فيه، ثلاثة عدد + +153 +00:12:17,070 --> 00:12:24,670 +الأبناء، ممكن لأ، ممكن عدد الزوجات، يعني بتختلف، أنا + +154 +00:12:24,670 --> 00:12:27,270 +لما أبعت البيانات من الأجهزة بالشكل هذا، الأجهزة مش + +155 +00:12:27,270 --> 00:12:31,330 +هتفهم إيش معنى البيانات هذه، ففيه بيحطّ وصف للبيانات + +156 +00:12:32,350 --> 00:12:35,650 +تمام؟ اللي بيسميها tags، إيش يعني؟ يعني بقعد حوالين + +157 +00:12:35,650 --> 00:12:40,150 +الكلمة هذه، بحطّ زي هيك، بقول له هذه عبارة عن first + +158 +00:12:40,150 --> 00:12:48,690 +name، وتحت هنا بكتب ، لأن هذا بيسميه + +159 +00:12:48,690 --> 00:12:52,930 +tag، التاج بيكون محطوط ما بين مثلثات زي هيك، عشان + +160 +00:12:52,930 --> 00:12:59,710 +نمیز المحتوى عن الوصف، هذا وصف للبيانات، صح؟ ولاحظ + +161 +00:12:59,710 --> 00:13:04,910 +أنّه ببدأ بتاج وبنتهي بـ tag، علشان أبين البداية + +162 +00:13:04,910 --> 00:13:09,130 +والنهاية، ما هو ممكن الـ tag أحطه وين؟ ممكن الـ tag + +163 +00:13:09,130 --> 00:13:12,950 +النهاية يكون هنا، إيش بفهم إن النهاية يكون هنا؟ + +164 +00:13:12,950 --> 00:13:17,330 +بفهم إنّه... إنّه هدول... كل ما بين... ما بين الـ + +165 +00:13:17,330 --> 00:13:20,970 +tags، هدول وصف لمين؟ للمحتوى هذا اللي هو علي أحمد + +166 +00:13:20,970 --> 00:13:25,630 +بيكون مثلاً اسم مُرقّم، طبعاً؟ ضروري أحدّد البداية + +167 +00:13:25,630 --> 00:13:31,070 +والنهاية، هي first name، وهذا مثلاً لأنّ أنا بكتب last + +168 +00:13:32,480 --> 00:13:42,140 +name، هذه بدها طبعاً، وهذه last name هذه مثلاً + +169 +00:13:42,140 --> 00:13:51,200 +بعدين بكتب age، وهنا بكتب 00:18:30,830 +التسكيرة ليش هنا الفتحة مش زي التسكيرة؟ طيب أحيانا + +224 +00:18:30,830 --> 00:18:35,030 +بضيفوا للـ .. للـ .. للـ opening tag إيش هنا الـ + +225 +00:18:35,030 --> 00:18:38,170 +opening tag هذا اللي في البداية؟ آه بضيفوا بعض + +226 +00:18:38,170 --> 00:18:43,990 +العناصر هنا تمام؟ قبل ما يسكروا هدول بيسموهم + +227 +00:18:43,990 --> 00:18:50,100 +attributes خصائص مثلاً نرجع للمثال الـ + +228 +00:18:50,100 --> 00:18:55,840 +person اللي عملنا إحنا مش قلنا مثلاً person تمام و + +229 +00:18:55,840 --> 00:19:02,800 +تحت تسكيرة الـ tag إيش person جوا كتبنا الـ first + +230 +00:19:02,800 --> 00:19:11,580 +name وحطينا مثلاً اسمه أحمد تمام هاي الـ first name + +231 +00:19:12,700 --> 00:19:16,600 +وبعدين تاج تانية وتالتة ورابعة عندما نضع له ID + +232 +00:19:16,600 --> 00:19:23,240 +رقم مُعرف كيف نضيف له الشخص رقم مُعرف؟ ممكن نضيفه + +233 +00:19:23,240 --> 00:19:29,980 +تاج اسمها ID ونضع فيه رقم الهوية تاعته أو بدل + +234 +00:19:29,980 --> 00:19:32,820 +اللي فيه خيار ثاني أنك على نفس الـ tag تاع الـ + +235 +00:19:32,820 --> 00:19:40,730 +person شايفه تيجي هنا تكتب ID يساوي كذا يعني أنت + +236 +00:19:40,730 --> 00:19:48,210 +ممكن تلحق بيانات في نفس الـ tag مافيش فرق، تمام؟ + +237 +00:19:48,210 --> 00:19:52,130 +بس لازم تتفجها الأجهزة أن هل البيانات هتكون في الـ + +238 +00:19:52,130 --> 00:19:56,150 +tag نفسه أو كـ tag داخل الـ tag ثاني، تمام؟ لكن + +239 +00:19:56,150 --> 00:20:01,660 +فعلياً مافيش فرق، القصْد أن جوا الـ tag ممكن تحط أنت + +240 +00:20:01,660 --> 00:20:05,660 +بيانات في ناس ما هتتبرأ أن أسهل أنك تضيف الـ + +241 +00:20:05,660 --> 00:20:09,360 +attributes جوا الـ tag نفسه لأنه .. لأنه معناه لو + +242 +00:20:09,360 --> 00:20:13,220 +بدك .. لو أنت عندك بيانات كتيرة معناه كل .. لو بدك + +243 +00:20:13,220 --> 00:20:18,180 +تستخدم tags كل معلومة جديدة بدها tag، والنخبة في الـ + +244 +00:20:18,180 --> 00:20:23,150 +tags إيش أنك لو فتحت الـ tag ونسيت قوس التسكير خرب + +245 +00:20:23,150 --> 00:20:27,410 +الملف كله، فهمت كيف؟ ففي الاندرويد بيحاولوا دائماً + +246 +00:20:27,410 --> 00:20:31,390 +يقللوا استخدام الـ tags ويزيدوا استخدام الـ + +247 +00:20:31,390 --> 00:20:35,030 +attributes ليش؟ لأن الـ attributes بدهاك بدهاش tag + +248 +00:20:35,030 --> 00:20:38,930 +جديد، أنت ممكن ترفقها في الـ tag نفسه، لكن لو أنا + +249 +00:20:38,930 --> 00:20:42,370 +ما بديش أستخدمه كـ attribute وأضيفه كـ tag معناه بدك + +250 +00:20:42,370 --> 00:20:46,430 +تنبه لفتحته وتسكيرته لأنك لو نسيت قوس تضرب الملف + +251 +00:20:46,430 --> 00:20:53,190 +كله معايا؟ لأ يا جماعة، فمثلاً طلع هنا، هنا في عند + +252 +00:20:53,190 --> 00:20:57,950 +layout فتحة الـ tag تبعها هو إيش؟ هاي اسم الـ tag + +253 +00:20:57,950 --> 00:21:04,010 +android.support.constraintlayout طبعاً مفروض لو أنه + +254 +00:21:04,010 --> 00:21:09,230 +tag لحاله بدون attributes يسكر هنا طبعاً مش هاي الفتحة + +255 +00:21:09,230 --> 00:21:14,670 +هنا آه، مفروض يسكر هنا وهنا برضه فتحة هيك وسكر هيك + +256 +00:21:15,970 --> 00:21:21,290 +هيك مفروض، لكن كل البيانات التالية هذه كل ما هو + +257 +00:21:21,290 --> 00:21:26,970 +موجود لحد وين؟ شايفين؟ وين سكر؟ سكر هنا، هذه كلها + +258 +00:21:26,970 --> 00:21:35,370 +attributes أو معلومات معلومات + +259 +00:21:35,370 --> 00:21:42,090 +خاصة بالـ layout ماشي من هنا لهنا، طيب إيش في جوا + +260 +00:21:42,090 --> 00:21:47,570 +هنا؟ خلصنا الـ opening tag بتاع الـ layout، الآن اتفقنا + +261 +00:21:47,570 --> 00:21:50,410 +أنه بين الـ opening tag بتاع الـ layout والـ closing + +262 +00:21:50,410 --> 00:21:54,830 +tag بتحط العناصر اللي بتعرض على الشاشة، البتر الآن + +263 +00:21:54,830 --> 00:21:59,890 +انعرض كـ tag جديد ماشي؟ وبدك تبقى في text view + +264 +00:21:59,890 --> 00:22:05,110 +بنضيف كـ tag جديد، بنعرف تحط حاجة بعد الـ closing tag + +265 +00:22:05,110 --> 00:22:12,040 +بتاع الـ layout؟ آه؟ لأ طيب، تطلع البتر الآن برضه + +266 +00:22:12,040 --> 00:22:17,500 +الآن شكله البطون غريب شوية، وين فتح تاج البطون؟ + +267 +00:22:17,500 --> 00:22:23,080 +هيفتح هنا تمام، وبعدين إحنا مش شايفين closed و + +268 +00:22:23,080 --> 00:22:27,540 +open صح ولا بس عاملة في الآخر جزاها، طيب اتطلعوا + +269 +00:22:27,540 --> 00:22:31,900 +معايا يا جماعة، هذه محاضرة اليوم، ضروري نفهم الـ XML + +270 +00:22:31,900 --> 00:22:37,660 +كيف بينكتب تمام، لأن شغلنا هيكون كله XML، بعدين طيب + +271 +00:22:37,660 --> 00:22:39,280 +البطون منظره غريب شوية + +272 +00:22:43,580 --> 00:22:52,720 +هيفتح لنا tag، تاج البطن، وهيسكر لنا tag البطن المفروض + +273 +00:22:52,720 --> 00:22:57,760 +أن خصائص البطن ممكن تنوضع يا إما تنوضع كـ + +274 +00:22:57,760 --> 00:23:02,600 +tags داخل يا إما تنوضع كـ attributes، الاندرويد الآن + +275 +00:23:02,600 --> 00:23:05,200 +بلزمنا نضيفهم كـ attributes، إيش يعني كـ attributes؟ + +276 +00:23:05,200 --> 00:23:08,720 +يعني جوا الـ ghost بتاع الـ opening، فإيش في الـ ghost + +277 +00:23:08,720 --> 00:23:11,640 +بتاع الـ opening نضيف attribute اسمها layout_width + +278 +00:23:13,940 --> 00:23:17,920 +إيش هي layout_width؟ من اسمها اللي هو عرض البُتن + +279 +00:23:17,920 --> 00:23:21,480 +هنتكلم عليها بالتفصيل، هذه، و نضيف attribute ثاني + +280 +00:23:21,480 --> 00:23:27,320 +اسمها layout_height، لاحظ أن كل attribute كل خاصية + +281 +00:23:27,320 --> 00:23:31,040 +لها اسم وقيمة، يعني لاحظ هذه الـ attribute layout + +282 +00:23:31,040 --> 00:23:35,600 +width قيمتها إيش؟ wrap_content، الـ height قيمتها + +283 +00:23:35,600 --> 00:23:39,840 +wrap_content، الـ text إيش الـ text؟ هذا محكمة نصفه + +284 +00:23:39,840 --> 00:23:46,080 +على البُتن، الـ text "You say hello world"، يعني أنا لو + +285 +00:23:46,080 --> 00:23:50,040 +بتغير محتوى الزر بس بغير كلمة "hello world"، وبعدين + +286 +00:23:50,040 --> 00:23:54,940 +حطينا قوس هيك، أن هو هذا قوس تسكيره إثنين، الـ opening + +287 +00:23:54,940 --> 00:23:58,200 +tag تمام، ماشي ماشي، أنا ما بديش أعملها زي ما هو + +288 +00:23:58,200 --> 00:24:05,290 +قبلها، تمام، الآن محتوى الـ tag في حاجة، هنا بيقول لي + +289 +00:24:05,290 --> 00:24:09,890 +لو أنت الـ tag تبعك مافيش داخله حاجة، ممكن تستغني + +290 +00:24:09,890 --> 00:24:13,790 +عن هذا الـ clause بدل من بيع وجه الكتاب على الفاضي + +291 +00:24:13,790 --> 00:24:18,730 +تمام، وتحط تسكيره هذا في الآخر زي هيك، هذا إيه؟ أنت بس + +292 +00:24:18,730 --> 00:24:30,170 +لو أنت الـ tag تبعك مافيش فيه محتوى، مرة ثانية نرجع + +293 +00:24:30,170 --> 00:24:35,410 +لمثال الـ person مش قلنا person فيه داخله first + +294 +00:24:35,410 --> 00:24:42,730 +name وعطيناها كذا و last name وحطيناله الـ last + +295 +00:24:42,730 --> 00:24:51,210 +name لأن واحد مثلاً ماعندوش ولاد، مش كنا إحنا بنحط + +296 +00:24:51,210 --> 00:24:54,150 +tag اسمه number_of_children + +297 +00:25:00,420 --> 00:25:04,840 +وبنكتب فيه وهنا إيش الرقم؟ واحد إثنين تلاتة، ممكن أَشْ + +298 +00:25:04,840 --> 00:25:11,380 +نعمل؟ إذا ما لوش، بدل ما نكتب صفر ممكن نفتح number_of + +299 +00:25:11,380 --> 00:25:18,380 +children تمام ونسكره زي هيك، إيش معناها هذه؟ نفسها + +300 +00:25:18,380 --> 00:25:24,450 +هي معناها number_of_children، فتحناها وسكرناها في + +301 +00:25:24,450 --> 00:25:29,310 +نفس اللحظة، يعني المحتوى تبعه ما له فاضي، مافي حاجة + +302 +00:25:29,310 --> 00:25:33,690 +هنا، إذا المحتوى تبعه فاضي بقول لك اختصاراً للكتابة + +303 +00:25:33,690 --> 00:25:38,910 +ممكن تشيل هذا وتسكر إيش الـ code زي هيك، لأن هذا الـ + +304 +00:25:38,910 --> 00:25:49,150 +code اللي هنا الـ + +305 +00:25:49,150 --> 00:25:51,910 +code اللي هنا تعلبته الأصل زي هيك + +306 +00:25:55,120 --> 00:25:59,100 +تمام؟ هم بيقبلوا عادي، إيش في داخل التاج بتاع + +307 +00:25:59,100 --> 00:26:05,640 +البطون؟ داخله، داخل التاج، هذا الـ .. الـ attributes + +308 +00:26:05,640 --> 00:26:10,740 +في جوا الـ opening بس كمحتوى التاج البطون ولا حاجة + +309 +00:26:10,740 --> 00:26:14,780 +بيقولوا في الحالة هذه، هذا ممكن تشيله، طبعاً هي غلط + +310 +00:26:14,780 --> 00:26:19,880 +لسه هي طلع لي أحمر هنا، إتحط هنا slash، هي بيقولوا + +311 +00:26:19,880 --> 00:26:21,280 +إحنا عملنا البطون + +312 +00:26:24,000 --> 00:26:27,160 +ماشي يا جماعة، أخذنا فكرة أنه إيه؟ اللي اتفقنا الآن + +313 +00:26:27,160 --> 00:26:33,700 +أنه هذه عبارة الـ tag اللي أول tag في الملف يمثل .. + +314 +00:26:33,700 --> 00:26:42,520 +كيف؟ وينها Android؟ لأ هذه ما لكش فيها، هذا جزء من + +315 +00:26:42,520 --> 00:26:48,730 +اسم، جزء من اسم الـ layout، تمام، هذا جزء من اسم الـ + +316 +00:26:48,730 --> 00:26:51,570 +layout كله، يعني الـ layout أصلاً يجب أن يكون لها + +317 +00:26:51,570 --> 00:26:55,190 +class في الجامعة، تمام، فهو بيحط المثال مش أنا اللي + +318 +00:26:55,190 --> 00:27:01,110 +بكتبها لحالي، أنا جيتها مكتوبة هذه + +319 +00:27:01,110 --> 00:27:08,010 +زي مكتبة، ما هو فيه هتمر علينا قدام، تمام، هتفهمها + +320 +00:27:08,010 --> 00:27:11,610 +شوي شوي، طلع يا جماعة معايا، لأن لو أنا أجيت على + +321 +00:27:11,610 --> 00:27:16,510 +الشاشة وروح أضيف الـ text view، طبعاً أنا بفتح كـ drag + +322 +00:27:16,510 --> 00:27:21,150 +and drop هيحط الـ text view، بعدين لما روحت على الـ xml + +323 +00:27:21,150 --> 00:27:28,170 +هنجد إيش؟ هيضاف طبعاً نفس الحاجة، خصائص الـ text + +324 +00:27:28,170 --> 00:27:32,650 +view ظهرت كـ attributes جوه الـ opening tag، وروح + +325 +00:27:32,650 --> 00:27:36,870 +سكرها slash قوس زي هيك، أنه يعني مافيش محتوى جوه الـ + +326 +00:27:36,870 --> 00:27:44,330 +tag يعني هي أصلاً زي هيك، بس هو عشان يوفر هذا حطها + +327 +00:27:44,330 --> 00:27:49,810 +زي هيك، وهكذا كل أنصار أنت بتاخده، هاي هذا مثلاً عرض + +328 +00:27:49,810 --> 00:27:58,530 +الصور اسمه + +329 +00:27:58,530 --> 00:28:05,480 +image view، كل أنصار بنضعف بنحط له tag كيف؟ لأ لسه ما + +330 +00:28:05,480 --> 00:28:08,000 +هونا، إحنا موضوعنا الآن مش ترتيب العناصر على الشاشة + +331 +00:28:08,000 --> 00:28:12,100 +إحنا قاعدين نتعرف على الـ XML وتركيبها، وبعدين نتعرف + +332 +00:28:12,100 --> 00:28:15,800 +على العناصر، المهم فهمتوا الآن إيش يعني الـ XML يا + +333 +00:28:15,800 --> 00:28:21,080 +جماعة؟ طب أساساً الشغل بيكون XML، الـ layout معمولة + +334 +00:28:21,080 --> 00:28:25,900 +للتسهيل، أنت اشتغل layout بس في مرحلة من المراحل + +335 +00:28:25,900 --> 00:28:31,210 +هتحتاج تشتغل XML وأحياناً هتلاقي الشغل XML أسهل من + +336 +00:28:31,210 --> 00:28:35,490 +الشغل layout، ليش؟ أسهل لسبب بسيطة يا جماعة لأن أنا + +337 +00:28:35,490 --> 00:28:39,130 +بدي أغير attribute لهذا، بدي أروح على بحر من الـ + +338 +00:28:39,130 --> 00:28:43,150 +attributes أدور وين اللي بدي أغيره، لكن أنا ممكن + +339 +00:28:43,150 --> 00:28:46,430 +أجي على طول من الـ text هنا وأجي على text view و + +340 +00:28:46,430 --> 00:28:49,970 +أحط اسم الـ attribute اللي بدي إياه أكتب text_color و + +341 +00:28:49,970 --> 00:28:54,510 +يطلع لهنا وأحط الـ color اللي بدي إياه، فمع الوقت + +342 +00:28:54,510 --> 00:28:59,920 +هتلاقي الـ XML أسهل، لكن الموضوع بده تمرين، تنزيل + +343 +00:28:59,920 --> 00:29:03,320 +برمجة تتفرج عليها وتكون مبسوط وحاسس بحركة، فاهم + +344 +00:29:03,320 --> 00:29:08,460 +بتروح على البيت لا بتشتغله بتضيع الموضوع، طيب نرجع + +345 +00:29:08,460 --> 00:29:14,910 +إيش؟ نخلص العناصر كلها، اتفاقنا أنه الـ layout أنه + +346 +00:29:14,910 --> 00:29:19,810 +الآن كم tag عندي في الـ layout؟ واحدة، تمام، وهدول + +347 +00:29:19,810 --> 00:29:23,610 +كلهم attributes اللي هم علاقة بالـ layout، يعني ممكن + +348 +00:29:23,610 --> 00:29:27,350 +أضيف attributes جديدة، يعني مثلاً ممكن أقعد هنا و + +349 +00:29:27,350 --> 00:29:32,090 +أنا شغال على الـ layout أقول له مثلاً background آه + +350 +00:29:32,090 --> 00:29:37,250 +وحط لون للـ layout مثلاً أقول له ff0000 + +351 +00:29:40,330 --> 00:29:45,470 +هذا المينسر أحمر، ممكن تضع مربع أحمر هنا لو ضغطت + +352 +00:29:45,470 --> 00:29:51,350 +عليه، ممكن تغير الألوان وتركيب درجاتها و .. تمام؟ + +353 +00:29:51,350 --> 00:29:55,870 +زي ما أنت بدك، بعدين + +354 +00:29:55,870 --> 00:29:59,550 +لو روحت على design هتلاقي الشاشة غير لونها + +355 +00:29:59,550 --> 00:30:05,140 +طبعاً الشاشة فاضية أصلاً، تمام؟ طيب، بدنا نضيف عناصر + +356 +00:30:05,140 --> 00:30:11,720 +داخل الشاشة، الآن هروح نشتغل GUI وشوية نحول XML + +357 +00:30:11,720 --> 00:30:15,220 +عشان تتعود على إثنين، طبعاً في الـ android مش هيجيك + +358 +00:30:15,220 --> 00:30:20,900 +درجة drag and drop في الـ android، إيش بيجيك؟ XML، طيب نجي الآن + +359 +00:30:20,900 --> 00:30:24,620 +عناصر الشاشة، نبدأ عنصر عنصر، أول عنصر اتفقنا نستخدم + +360 +00:30:24,620 --> 00:30:30,960 +هو مين؟ الـ TextView، شفنا + +361 +00:30:30,960 --> 00:30:35,320 +قبل شوية أن الـ TextView، حكمنا بعناصر، تعالوا نشوف بعض + +362 +00:30:35,320 --> 00:30:40,100 +العناصر اللي موجودة فيه، أول حاجة في لحاله كتب لك + +363 +00:30:40,100 --> 00:30:43,800 +text، text view، هذا الكلام اللي موجود جوا، ممكن تكتب + +364 +00:30:43,800 --> 00:30:49,900 +user name، الآن في كمان، لاحظ أن أنت لما تكتب اسم + +365 +00:30:49,900 --> 00:30:54,500 +الخاصية، أنا عشان أحافظهم تكتب أول حرف فيها بيجيب لك + +366 +00:30:54,500 --> 00:30:59,440 +إياهم كلهم، text مثلاً color، لون الخط + +367 +00:31:02,460 --> 00:31:12,160 +هذا لون أسود مثلاً، تمام، وفي عندنا background، ماشي + +368 +00:31:12,160 --> 00:31:20,460 +ماشي، background مثلاً خلينا نقول إيش؟ هاي + +369 +00:31:20,460 --> 00:31:26,300 +إيش هذا الـ text view طبعاً، طيب، طلع معايا هنا في + +370 +00:31:26,300 --> 00:31:32,630 +عندنا فوق حاجة اسمها الـ layout_width وفيه برضه هنا + +371 +00:31:32,630 --> 00:31:39,210 +text_size، هدول أنا قبل شوية كنت أغيرهم من الـ GUI + +372 +00:31:39,210 --> 00:31:45,210 +شفناها، لأن بعملهم XML، text_size نقول مثلاً 24 sp + +373 +00:31:45,210 --> 00:31:49,490 +هاي + +374 +00:31:49,490 --> 00:31:55,010 +إيش؟ الخط كبر شوية، طيب نجي لبعض النقاط المهمة + +375 +00:31:55,010 --> 00:31:58,460 +أول حاجة الـ width والـ height، تمام؟ إيش الـ width والـ + +376 +00:31:58,460 --> 00:32:02,260 +height؟ بحدد قد إيش الطول والعرض بتبقى الانصر هذا + +377 +00:32:02,260 --> 00:32:08,780 +مهم، إيش كتب له؟ 102 dp، إيش الـ dp هدول؟ طيب أنتم + +378 +00:32:08,780 --> 00:32:12,460 +معايا؟ هنا عناصر + +379 +00:32:12,460 --> 00:32:16,900 +الـ .. أو تحديد أحجام الأشياء في الاندرويد بعتمد + +380 +00:32:16,900 --> 00:32:23,860 +دائماً على واحدة اسمها dp اختصار لـ dot + +381 +00:32:36,780 --> 00:32:40,780 +Density Based Pixel + +382 +00:32:47,180 --> 00:32:52,320 +Pixel، يعني معتمد على كثافة، إيش هي density؟ الكثافة + +383 +00:32:52,320 --> 00:32:55,580 +طب إيش المقصود فيه؟ إحنا دائماً في الرسومات اللي + +384 +00:32:55,580 --> 00:32:59,740 +بيحدد لي حجم الشيء في الرسومات اللي هو الـ pixel صح + +385 +00:32:59,740 --> 00:33:03,140 +ولا؟ هذا اللي إحنا متعودين عليه الـ pixel، طب هذا الـ + +386 +00:33:03,140 --> 00:33:07,210 +dp إيش هو؟ طيب عشان نفرق ما بين الإثنين، هدول الـ + +387 +00:33:07,210 --> 00:33:11,450 +pixel هذا مقياس ثابت، يعني أنا لما أقول أنا صورة + +388 +00:33:11,450 --> 00:33:16,710 +حجمها خمسين pixel لو عرضتها على جهاز صغير كبير آه + +389 +00:33:16,710 --> 00:33:20,930 +لأ، بس في إيش بيفرق؟ هالجهة الشاشات الـ resolution + +390 +00:33:20,930 --> 00:33:24,130 +تبعها بيزيد، إيش يعني؟ + +445 +00:38:00,970 --> 00:38:05,930 +وعشرين على مائة وستين بطلع مائة pixel صح أنا كاتب + +446 +00:38:05,930 --> 00:38:10,090 +وخمسين DP لكن لما أجى عرضه عرضه كبره يعني ليش + +447 +00:38:10,090 --> 00:38:13,630 +كبره؟ هذه الشاشة تأخذ pixels أكثر فالعناصر التي + +448 +00:38:13,630 --> 00:38:18,430 +فيها هتصغر فبيقول لك لأ يا مدام العناصر خلينا نكبرها + +449 +00:38:18,430 --> 00:38:23,130 +عشان يتلاقى محتاج المستخدم فعرضه مائة ففعلياً + +450 +00:38:23,130 --> 00:38:27,510 +العنصر الذي أنتَ بتكتبه مائة DP مش هينعرض مائة في كل + +451 +00:38:27,510 --> 00:38:32,530 +الشاشات هيتناسب مع إختيار الشاشة إذا كانت الشاشة + +452 +00:38:32,530 --> 00:38:35,690 +الـ resolution تبقى عالية بتلاقي العناصر بتكبر شوية + +453 +00:38:35,690 --> 00:38:40,570 +الـ resolution تبقى منخفضة العناصر بتصغر بحيث + +454 +00:38:40,570 --> 00:38:45,750 +تقريباً يظل حجم العنصر واحد أو ما يكونش فيه فرق كبير + +455 +00:38:45,750 --> 00:38:50,990 +في حجم العنصر لو عرضت على شاشات مختلفة واضح بحيث + +456 +00:38:50,990 --> 00:38:55,590 +أن حجم العنصر تقريباً ما يتغيرش بنسبة كبيرة لو عرضت + +457 +00:38:55,590 --> 00:39:00,660 +على شاشات مختلفة responsive ممتاز لكن لو إستخدمت + +458 +00:39:00,660 --> 00:39:05,960 +pixel للعرض بظل الحجم زي ما هو خمسين pixel خمسين + +459 +00:39:05,960 --> 00:39:09,920 +pixel عرضته على شاشة resolution عالي جداً هيظل خمسين + +460 +00:39:09,920 --> 00:39:13,720 +pixel هيطلع عندك زي الفات فوتو مش هيقدر تتحكم فيه + +461 +00:39:13,720 --> 00:39:17,540 +أنا بس المقصود بهذه، أنا كان ممكن أحفظها أقول أحفظها + +462 +00:39:17,540 --> 00:39:20,980 +دي بي بس أنا بقيت كل فهمها إيش هي الـ DP تمام + +463 +00:39:20,980 --> 00:39:26,160 +density based pixel يسمّونه pixel بتناسب مع الكثافة + +464 +00:39:26,160 --> 00:39:32,620 +بتاعة الشاشة، باشا يا جماعة الآن + +465 +00:39:32,620 --> 00:39:37,400 +نفس المبدأ بالضبط للتحكم بحجم الخطوط، وحدة الخطوط + +466 +00:39:37,400 --> 00:39:42,910 +إسمها SP زي مبدأ عمل الـ DP بس يمكن المعادلة بتاعتها + +467 +00:39:42,910 --> 00:39:47,470 +تختلف في إيش؟ في الأرقام لأن الخطوط شوية بدها نسبة + +468 +00:39:47,470 --> 00:39:51,330 +ما بين الطول والعرض ولها عملية حسابية خاصة فيها + +469 +00:39:51,330 --> 00:39:56,830 +بس برضه فكرة عمل الـ SP زي الـ DP أنه بحيث يخلي حجم + +470 +00:39:56,830 --> 00:40:01,510 +الخط Responsive ممكن أحطه بالـ Pixel بس هذا غير + +471 +00:40:01,510 --> 00:40:06,810 +محبب تمام؟ واضحة يا جماعة هذه؟ اتفاقنا الآن أن حجم + +472 +00:40:08,230 --> 00:40:14,390 +أحجام العناصر على الشاشة بالـ DP طب شوف الآن مثلاً الـ + +473 +00:40:14,390 --> 00:40:21,530 +text view الـ width 200 لأن + +474 +00:40:21,530 --> 00:40:27,850 +هي طبعاً زاد العرض، و الـ height مثلاً 100 + +475 +00:40:31,600 --> 00:40:36,420 +طبعاً هنا زاد الإرتفاع هذا الـ height طيب في عندنا + +476 +00:40:36,420 --> 00:40:40,080 +حاجة ثانية غير المئة والمقلة في عندنا ممكن بدل ما + +477 +00:40:40,080 --> 00:40:44,660 +نكتب رقم معين شوفوا في حاجة كويسة برضه في الـ + +478 +00:40:44,660 --> 00:40:47,980 +Android Studio لو أنتَ أجيت على مكان الـ value طبعاً + +479 +00:40:47,980 --> 00:40:52,180 +وضغطت control space بيجيب لك الخيارات المتاحة إيش + +480 +00:40:52,180 --> 00:40:57,060 +ممكن تتعبي فيه هنا مثلاً جاب لك كام خيار؟ خيارين wrap + +481 +00:40:57,060 --> 00:41:02,350 +content و match parent، wrap content، إيش عن كلمة wrap + +482 +00:41:02,350 --> 00:41:09,770 +content؟ يعني على حسب المحتوى، wrap يعني غلّف تمام + +483 +00:41:09,770 --> 00:41:13,050 +غلّفه على المحتوى، شوف أنا لو حطيت الـ width wrap content + +484 +00:41:13,050 --> 00:41:19,090 +تعالَ نشوف wrap content الـ width لحاله ضاق لما صار في + +485 +00:41:19,090 --> 00:41:23,630 +جد الكلمة بالضبط يعني أنتَ لو الكلمة غيرتها لجوا + +486 +00:41:25,370 --> 00:41:29,650 +اللي كبرت الكلمة هيجي يكسب فيه على قد الكلمة لإيش؟ + +487 +00:41:29,650 --> 00:41:32,630 +لأن أنا جبت لي word طب واحد من الإرتفاع ليش ما ضبطوش؟ + +488 +00:41:32,630 --> 00:41:37,750 +لأن أنا مش عامل، ممكن أنا بقول له برضه الإرتفاع wrap + +489 +00:41:37,750 --> 00:41:42,850 +content طبعاً + +490 +00:41:42,850 --> 00:41:49,370 +ممكن خيار ثاني أقول له match parent، على قد الأب، مين + +491 +00:41:49,370 --> 00:41:53,270 +الأب؟ الأب هو الـ tag الذي فوقه، تمام؟ الذي الـ + +492 +00:41:53,270 --> 00:41:56,130 +tag الذي فوقه أنا شغال في الـ text view يبقى الـ + +493 +00:41:56,130 --> 00:41:59,890 +layout هو الـ parent يعني كبّر الـ width تاع الـ text + +494 +00:41:59,890 --> 00:42:03,290 +view عشان يتناسب مع الـ parent تبعه الذي هو مين؟ الـ + +495 +00:42:03,290 --> 00:42:07,330 +layout تعالَ نشوف هنا، هتلاقي الـ width زاد على قد + +496 +00:42:07,330 --> 00:42:11,150 +عرض الشاشة كلها، أحياناً بدك على أساس تظبطها على عرض + +497 +00:42:11,150 --> 00:42:13,730 +الشاشة، ونفس الحاجة الـ height + +498 +00:42:21,610 --> 00:42:35,230 +match parent فهمنا + +499 +00:42:35,230 --> 00:42:40,590 +هذا يا جماعة، طيب هنجيب هنسجّع نجيب العناصر نفس + +500 +00:42:40,590 --> 00:42:50,360 +الشيء على السريع إيش هذا؟ button، الـ button يعني زر، تعالَ نشوف + +501 +00:42:50,360 --> 00:42:53,500 +بعض خصائص الـ button زي ما قلنا أنتَ ممكن تغير الخصائص + +502 +00:42:53,500 --> 00:42:59,680 +من هنا، الـ action + +503 +00:42:59,680 --> 00:43:03,220 +لسه أصلاً مش هناخده، الـ button تقريباً حالياً في التصميم + +504 +00:43:03,220 --> 00:43:08,300 +زي و زي الـ text view، يا بتغيّر الخصائص من هنا وهي + +505 +00:43:08,300 --> 00:43:15,300 +تفصيلها، يا بتغيّر من أين؟ من الـ XML، طيب هذا الـ ID + +506 +00:43:15,300 --> 00:43:19,370 +سبقنا منه الآن، هنتكلم عليه بعدين، الـ button لحاله حطّ wrap + +507 +00:43:19,370 --> 00:43:23,170 +content، wrap content، الـ text إيش نقول له مثلاً click + +508 +00:43:23,170 --> 00:43:29,650 +here، ونفس الشيء ممكن تقول له background، وتحطّ له + +509 +00:43:29,650 --> 00:43:39,190 +color معيّن، وممكن text color نفس الذي موجود لـ text + +510 +00:43:39,190 --> 00:43:39,670 +view + +511 +00:43:47,820 --> 00:43:51,900 +في مثلاً خاصية text all caps، هو by default بيكون حاطط + +512 +00:43:51,900 --> 00:43:56,060 +الأحرف كلها capital، ممكن تغيره، text all caps حطّ + +513 +00:43:56,060 --> 00:44:00,060 +false عشان ما يصيرش capital، إيش يعني؟ يعني قبل شوية + +514 +00:44:00,060 --> 00:44:04,240 +click here كلها كانت capital، تمام؟ شيلت الـ + +515 +00:44:04,240 --> 00:44:12,260 +capital التي عليها، text style تقريباً زي إيش؟ زي الـ + +516 +00:44:12,260 --> 00:44:19,140 +... شوف مثلاً bold و Italic شايفين السهم هذا؟ معناه + +517 +00:44:19,140 --> 00:44:22,620 +أن الإثنين مع بعض، أخذ الخاصيتين مع بعض bold و + +518 +00:44:22,620 --> 00:44:29,740 +Italic، طيب ممكن الزر ... والله الصورة هذه هنشوفها + +519 +00:44:29,740 --> 00:44:33,240 +كمان شوية، يعني تقريباً الزر زي مين؟ زي الـ text + +520 +00:44:33,240 --> 00:44:37,400 +view، مش هيغلب، تعالوا نسيب الزر، ونروح لعنصر ثاني + +521 +00:44:37,400 --> 00:44:40,860 +الذي هو زي مثلاً الـ image view، ليش الـ image view؟ + +522 +00:44:40,860 --> 00:44:42,000 +لعرض الصورة + +523 +00:44:44,710 --> 00:44:48,910 +هي image view، طيب الـ image view خلينا شوية + +524 +00:44:48,910 --> 00:44:55,550 +منها، أشوف أنا عندي صور هنا، اه كيف نعرض صور على + +525 +00:44:55,550 --> 00:45:00,330 +الشاشة؟ عشان نعرض صور على الشاشة يا جماعة بيقول لك أي + +526 +00:45:00,330 --> 00:45:04,070 +صورة بدك تعرضها لازم تكون موجودة في مجلد اسمه + +527 +00:45:04,070 --> 00:45:08,940 +drawable، تمام؟ شايفين؟ احنا قلنا أن المكونات لـ + +528 +00:45:08,940 --> 00:45:13,120 +project في عندي Java وفي عندي resources، صح؟ جوا الـ + +529 +00:45:13,120 --> 00:45:17,460 +resources في مجلد layouts وفي مجلد drawable، لسه الـ + +530 +00:45:17,460 --> 00:45:20,700 +drawable احنا ما تكلمناش عليه بالمرة، بدك تعرض أي + +531 +00:45:20,700 --> 00:45:25,180 +صورة بدك تحطها جوا الـ drawable، فالآن أنا مثلاً بدي + +532 +00:45:25,180 --> 00:45:28,600 +أعرض صورة معيّنة، الـ Android بيقبل يعرض صورة بـ + +533 +00:45:28,600 --> 00:45:33,560 +formats محددة، تكون مثلاً JPG، PNG، + +534 +00:45:36,010 --> 00:45:42,410 +GIF، تمام؟ وفي نوع ثالث، رابع، ومش شائع كتير، JPG، + +535 +00:45:42,410 --> 00:45:49,210 +عارفين الـ JPG؟ PNG برضه شائع ومشهور، تمام؟ و GIF، هاي + +536 +00:45:49,210 --> 00:45:54,990 +الثلاثة ... هاي الثلاثة أنواع الصور، ماشي؟ هي هذه الشائعة + +537 +00:45:54,990 --> 00:46:00,090 +هاي مثلاً الصورة، هادي بتأخذ الصورة وبتحطها بترميها + +538 +00:46:00,090 --> 00:46:05,360 +في مجلد drawable زي هيك وبتقول له تختار هذا drawable + +539 +00:46:05,360 --> 00:46:13,220 +الذي فوق، وهي بتقول له okay، وهي بتضعها هنا، بس في نقطة + +540 +00:46:13,220 --> 00:46:20,040 +مهمة بدك تنتبه لها، في قواعد لتسمية الصورة، تمام + +541 +00:46:20,040 --> 00:46:26,320 +القواعد هذه شبيهة جداً بتسمية أسماء المتغيرات، يعني + +542 +00:46:26,320 --> 00:46:33,140 +إسم الصورة، مثلاً أول حاجة يكون small letter، ما يكونش + +543 +00:46:33,140 --> 00:46:39,860 +فيه capital، ما يبدأش بأحرف خاصة أو أرقام، دولار ساين، + +544 +00:46:39,860 --> 00:46:45,560 +داش، ما يكونش فيه spaces، زي كأنك بتسمي variable + +545 +00:46:45,560 --> 00:46:52,400 +ما يكونش فيه space، ما يكونش بيبدأ برقم أو أحرف محجوزة + +546 +00:46:53,920 --> 00:46:58,480 +ماشي، ما يكونش في أحرف capital، زي كأنك بتسمي المتغير + +547 +00:46:58,480 --> 00:47:03,280 +طبعاً، ليش هو بيهمّه الإسم هذا؟ لأنه فعلياً كل صورة + +548 +00:47:03,280 --> 00:47:07,460 +هيعملها متغير، تمام؟ المتغير هيكون بناءً على اسم + +549 +00:47:07,460 --> 00:47:11,860 +الصورة، طب ما علينا لأن احنا ضفنا، حطينا الصورة في + +550 +00:47:11,860 --> 00:47:15,260 +drawable، بدنا نعرضها على الشاشة، الأداة المستخدمة لعرض + +551 +00:47:15,260 --> 00:47:18,120 +الصورة على الشاشة هي الـ image view، سحبت الـ image + +552 +00:47:18,120 --> 00:47:22,710 +view حطيتها هنا، لأن إيش طالع عليه بقول له أنا أختار + +553 +00:47:22,710 --> 00:47:26,130 +الصورة التي بدك تعرضها من وين؟ الصورة التي بنعرضها + +554 +00:47:26,130 --> 00:47:29,990 +في الـ project تبعنا، صح؟ ولا هي إيش؟ جاب لي، جاب لي كل + +555 +00:47:29,990 --> 00:47:33,430 +الصورة التي موجودة في الـ project تبعي، هدول إيش؟ + +556 +00:47:33,430 --> 00:47:36,450 +هدول أنا ضفتهم، الصور، لأ، هدول الصور التي موجودين + +557 +00:47:36,450 --> 00:47:40,470 +أصلاً التي هي الـ icon بتاعة الـ android، هي أختارت + +558 +00:47:40,470 --> 00:47:44,770 +واحدة من الـ icons، هي عرضها، بدناش نعرض الصورة + +559 +00:47:44,770 --> 00:47:49,370 +الجديدة التي احنا ضفناها، هذه الـ project، وهذه الصورة + +560 +00:47:49,370 --> 00:47:58,630 +التي أضفتها، تمام؟ وهذه okay، وهذه، حطّ الصورة، ماشي يا + +561 +00:47:58,630 --> 00:48:05,130 +جماعة، طيب بدنا نشيل هذا، وبنروح نعملها إيش؟ XML + +562 +00:48:05,130 --> 00:48:09,030 +تعالَ هنا، احنا اتفقنا أن كل العناصر داخل الـ + +563 +00:48:09,030 --> 00:48:13,150 +layout جاب لها تسكيط، الـ closed tag، تعالَ layout + +564 +00:48:13,150 --> 00:48:20,680 +ابتيجي إيش اسم العنصر، واكتب أول حرف منه، الـ word + +565 +00:48:20,680 --> 00:48:23,980 +خليه wrap content، content طبعاً الـ content تبعه لأن + +566 +00:48:23,980 --> 00:48:29,820 +فاضِ لسه، عشان تعرض الصورة بتستخدم الـ tagging اسم الـ + +567 +00:48:29,820 --> 00:48:35,230 +source، تمام؟ أو في tag ثاني اسمه هم مسمينه source + +568 +00:48:35,230 --> 00:48:39,130 +comp، خليني أعرف الـ source في الأول الذي هو الذي + +569 +00:48:39,130 --> 00:48:45,150 +جا له الحالة، هاي source، src، اه شوف الآن بمجرد ما كتبت + +570 +00:48:45,150 --> 00:48:50,890 +source طلع لك حاجة غريبة هيك، تمام؟ at drawable، at + +571 +00:48:50,890 --> 00:48:55,750 +color، at map، map، إيش هدول؟ لحظة أنا من وين بدي + +572 +00:48:55,750 --> 00:48:59,070 +أجيب الصورة؟ من الـ drawable، إذا بدك تجيبها من الـ + +573 +00:48:59,070 --> 00:49:00,490 +drawable بتكتب at + +574 +00:49:04,720 --> 00:49:09,540 +drawable، at drawable، عشان يجيبها من ... من drawable لحاله + +575 +00:49:09,540 --> 00:49:15,380 +أول ما كتبت at drawable جاب لي خيارات، slash، هي أخذ + +576 +00:49:15,380 --> 00:49:25,640 +الصورة، تمام؟ تعالَ شوف الآن، هي عرض لي، عرض لي الصورة + +577 +00:49:25,640 --> 00:49:30,260 +ماشي، طبعاً أنا ممكن أسحب وأغيّر حجمها، بس بطلّت، أجيت + +578 +00:49:30,260 --> 00:49:31,140 +حجمها wrap content + +579 +00:49:34,530 --> 00:49:39,550 +لأن لما سحبت وغيرت صار يحطها بالـ DP، طيب أخر حاجة + +580 +00:49:39,550 --> 00:49:42,250 +عشان ننهي موضوع الصورة على الآخر في حاجة التي + +581 +00:49:42,250 --> 00:49:46,910 +علاقة بالصورة، التي هي كيف الصورة هتنعرف داخل الـ + +582 +00:49:46,910 --> 00:49:52,410 +image view، الآن، أطلع الـ image view بتاعتي، الآن الـ + +583 +00:49:52,410 --> 00:49:59,990 +image view مثلاً كانت مربعة لكن الصورة مستطيلة، + +584 +00:49:59,990 --> 00:50:06,360 +فأضطر أنه يسيب مسافات فوق وتحت معايا، ولا لأ يا + +585 +00:50:06,360 --> 00:50:13,000 +جماعة؟ طيب لو بدك تتحكم أنتَ كيف شكل عرض الصورة في + +586 +00:50:13,000 --> 00:50:21,380 +خاصية اسمها scale type، scale type، إيش يعني كلمة + +587 +00:50:21,380 --> 00:50:26,600 +scale؟ الحجم، التحجيم بتاع الصورة، إيش نوع التحجيم + +588 +00:50:26,600 --> 00:50:33,130 +الذي أنتَ بدّك إياه؟ في خيارات كثيرة، من أشهرهم اسمه الـ by + +589 +00:50:33,130 --> 00:50:40,670 +default بيكون موجود اسمه fit center، هذا طبيعي، fit + +590 +00:50:40,670 --> 00:50:49,270 +center، يعني أنتَ حطّ الصورة، ملائمة، حافظ على أبعاد + +591 +00:50:49,270 --> 00:50:53,630 +الطول، نسبة الطول مع العرض، ما تشوّهش الصورة، لأن لو + +592 +00:50:53,630 --> 00:50:59,070 +ما غطّيتها هيتشوّه الصورة، fit center يعني بيحافظ على + +593 +00:50:59,070 --> 00:51:03,050 +نسبة الطول والعرض لكن بيحط الصورة في النص، نتيجة الـ + +594 +00:51:03,050 --> 00:51:07,190 +fit center أنه ممكن يسيب مسافات فوق وتحت زي ما + +595 +00:51:07,190 --> 00:51:11,670 +احنا شايفين، حجم الـ image view مربع، فمسافة فوق و + +596 +00:51:11,670 --> 00:51:16,310 +تحت، لأنه حافظ على نسبة الطول مع العرض، العرض عبى للـ + +597 +00:51:16,310 --> 00:51:21,070 +image view، بس العرض عبى للـ image view، بس الطول + +598 +00:51:21,070 --> 00:51:25,310 +ما عباش، فهو ما غيّره، لأن ممكن أنتَ بدل ما تقول fit + +599 +00:51:25,310 --> 00:51:32,830 +center في خيار ثاني اسمه fit xy، مش هقول لك أنا لحالي + +600 +00:51:32,830 --> 00:51:38,570 +تطلع عليها، إيش صارت؟ عبّت كل الـ image view، إيش + +601 +00:51:38,570 --> 00:51:46,010 +نستخدم احنا؟ أنتَ حر، بناءً على الخبرة، هدف الـ fit xy في + +602 +00:51:46,010 --> 00:51:51,870 +خيار ثاني اسمه center برضه بدّي أخليك أنتَ تشوفها + +603 +00:51:51,870 --> 00:51:58,570 +لحالك إيش عمل هذا الـ center، الـ center، الـ center + +604 +00:51:58,570 --> 00:52:00,990 +معناها أنتَ هي الصورة بتاعتك + +605 +00:52:03,710 --> 00:52:07,730 +تمام؟ وهي الـ image view لو تقول له center معناها + +606 +00:52:07,730 --> 00:52:11,530 +هيجيب الصورة ويحطها زي ما هي، إيش هي؟ عرضها في النص + +607 +00:52:11,530 --> 00:52:15,190 +يعني + +608 +00:52:15,190 --> 00:52:19,330 +هي أجت الـ image view زي هيك، تمام؟ حافظة على حجم + +609 +00:52:19,330 --> 00:52:25,430 +الصورة الأصلي بس حطّها في الـ ... سنترها في النص + +610 +00:52:25,430 --> 00:52:30,750 +فعرضت بس إيش؟ الجزء الذي في النص من الصورة، واضحة هذه؟ + +611 +00:52:30,750 --> 00:52:34,950 +كيف؟ هذه معنى الـ center، fit center لأ بيعملها + +612 +00:52:34,950 --> 00:52:39,310 +scale بس بيحافظ على نسبة الطول مع العرض، fit xy \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE.srt new file mode 100644 index 0000000000000000000000000000000000000000..2c077bca3fb34aa0395cc0153283191e879b2b13 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE.srt @@ -0,0 +1,1318 @@ +1 +00:00:21,510 --> 00:00:25,350 +طيب يا جماعة، آخر تطبيق اشتغلنا عليه كان تطبيق ال + +2 +00:00:25,350 --> 00:00:28,830 +navigation + +3 +00:00:28,830 --> 00:00:33,550 +drawer. طبعاً عملنا navigation drawer وشوفنا كيف لما + +4 +00:00:33,550 --> 00:00:40,420 +نختار، وربطناه بالـ toolbar. الآن يا جماعة، اللي + +5 +00:00:40,420 --> 00:00:44,460 +بنسويه، ناخد عليهم فكرة ثانية. الفكرة الأولى: كيف + +6 +00:00:44,460 --> 00:00:48,340 +نعمل، أو هنشوف كيف نستفيد من الـ fragments عشان نعمل + +7 +00:00:48,340 --> 00:00:51,180 +responsive design. إيش هي responsive design؟ يعني + +8 +00:00:51,180 --> 00:00:56,660 +بدنا نخلّي تصميم تطبيق يتلاقم مع تغيير + +9 +00:00:56,660 --> 00:01:00,120 +إعدادات التطبيق. إيش يعني تغيير إعدادات التطبيق؟ + +10 +00:01:00,120 --> 00:01:04,560 +يعني تغيير مثلاً الـ orientation أو تغيير حجم الشاشة. + +11 +00:01:04,560 --> 00:01:09,200 +وهذا بدرجة أكبر. يعني في ناس بتشغل تطبيق يشتغل على + +12 +00:01:09,200 --> 00:01:13,080 +كل الشاشات زي بعض، وفي ناس تشغل تطبيق بحيث أنه مثلاً + +13 +00:01:13,080 --> 00:01:16,700 +على الـ tablet يظهر بشكل، وعلى الأجهزة الصغيرة يظهر + +14 +00:01:16,700 --> 00:01:21,780 +بشكل ثاني. تمام؟ فيه بيشتغلوا شكلين لأن + +15 +00:01:25,740 --> 00:01:31,380 +فعلياً هنستفيد من الـ fragments في إيش؟ أنه بدون الـ + +16 +00:01:31,380 --> 00:01:35,680 +fragments كنت أنت محتاج إنك تعمل، لو بدك تعمل two + +17 +00:01:35,680 --> 00:01:38,480 +versions من التطبيق: واحد للـ tablet، واحد للأجهزة + +18 +00:01:38,480 --> 00:01:44,260 +العادية. بدك تروح تعمل تصميمين للـ activities، تصمّمهم + +19 +00:01:44,260 --> 00:01:48,870 +بشكل كامل. الآن، بوجود الـ fragments، لازم تحتاج تعمل + +20 +00:01:48,870 --> 00:01:53,830 +تصميم للـ activities، لكن هيكون الموضوع أسهل لأن + +21 +00:01:53,830 --> 00:01:59,130 +أنت هتعيد ترتيب الـ fragments. يعني شوف لمثلاً لما + +22 +00:01:59,130 --> 00:02:03,610 +حوّلنا من list view كانت معروضة في الـ navigation + +23 +00:02:03,610 --> 00:02:08,510 +drawer، غيرنا بس في تصميم الـ main activity وقعدنا + +24 +00:02:08,510 --> 00:02:11,350 +نرتّب الـ fragments، نفس الـ fragments والـ frame + +25 +00:02:11,350 --> 00:02:16,130 +layout، بس غيّرنا مكانهم. طبعاً أنت بدك تعمل نفسك + +26 +00:02:16,130 --> 00:02:24,470 +تصميمين للـ activity، لكن التصميم هتعمله بسهولة لأنه + +27 +00:02:24,470 --> 00:02:27,570 +فعلياً هتستخدم الـ fragments وهتعيد ترتيبها. يعني + +28 +00:02:27,570 --> 00:02:32,310 +مثلاً بنجي نقول، على سبيل المثال، لو التطبيق انعرض على + +29 +00:02:32,310 --> 00:02:38,410 +تابلت، روح يا رَجُل، الـ list view هنا وهنا مثلاً الـ + +30 +00:02:38,410 --> 00:02:43,190 +content. هذا شكل التطبيق على الـ tablet، لكن لو انعرض + +31 +00:02:43,190 --> 00:02:48,230 +في أجهزة صغيرة، اقربلي بس الـ content وخلي الـ list + +32 +00:02:48,230 --> 00:02:54,520 +view تظهر كـإيش؟ كـإيش تظهر؟ كـ Navigation Drawer. + +33 +00:02:54,520 --> 00:02:59,840 +مثلاً، هذا شائع الموضوع، إن في الأجهزة العادية اللي + +34 +00:02:59,840 --> 00:03:02,500 +صغيرة بيظهر بس المحتوى وبيخلي هذا الـ Navigation + +35 +00:03:02,500 --> 00:03:08,480 +Drawer. في الـ tablet بيظهر الاثنين جنب بعض، أو مثلاً، + +36 +00:03:08,480 --> 00:03:11,100 +بدك أنت في الـ tablet تحط الاثنين جنب بعض، وفي + +37 +00:03:11,100 --> 00:03:15,280 +الأجهزة العادية تحط واحد، وبعدين واحد مثلاً تحته، أو + +38 +00:03:15,280 --> 00:03:19,440 +واحد وتحته اثنين مثلاً. فعلياً أنت عامل واحد لحاله، و + +39 +00:03:19,440 --> 00:03:23,700 +عامل اثنين لحاله. بتعمل تصميمين من الوجهات، بس بتغيّر + +40 +00:03:23,700 --> 00:03:27,780 +أنه بتقول: في تصميم الـ tablet حط اثنين جنب بعض، في + +41 +00:03:27,780 --> 00:03:35,300 +تصميم الأجهزة العادية حط اثنين تحت بعض. طيب، كيف + +42 +00:03:35,300 --> 00:03:39,540 +بنعمل الآن responsive design لأجهزة tablet وأجهزة + +43 +00:03:39,540 --> 00:03:44,640 +عادية؟ عشان نعرف، هذه، لنذكر موضوع أخذناه قبل هيك + +44 +00:03:44,640 --> 00:03:51,460 +اللي هو كيف نحن نعمل... نخلي التطبيق يشتغل على + +45 +00:03:51,460 --> 00:03:54,580 +اللغة العربية وعلى اللغة الإنجليزية. أيامها، إيش كنا + +46 +00:03:54,580 --> 00:03:59,060 +نعمل؟ كنا نقول إن في عندي مجلد values وفي عندي + +47 +00:03:59,060 --> 00:04:01,540 +مجلد values-ar. + +48 +00:04:04,400 --> 00:04:07,700 +وقلنا بتروح على values-ar بتحط في ملف الـ string + +49 +00:04:07,700 --> 00:04:12,140 +نفسه، نفس أسماء المتغيرات بس بالعربي، وهنا نفس + +50 +00:04:12,140 --> 00:04:15,220 +المتغيرات بالإنجليزية. لو اشتغل التطبيق وكانت + +51 +00:04:15,220 --> 00:04:17,700 +اللغة العربية، بيروح ياخد من هنا؛ أي لغة ثانية، بيروح + +52 +00:04:17,700 --> 00:04:22,460 +بياخد من values. لأن تقريباً responsive design، لو + +53 +00:04:22,460 --> 00:04:25,840 +بدي أنا الجهاز ياخد تصميم مختلف لو اختلف إعدادات + +54 +00:04:25,840 --> 00:04:31,060 +الجهاز، هنشغل نفس الحاجة بس على مجلد layout. كيف؟ + +55 +00:04:31,060 --> 00:04:36,520 +لأن إحنا هنا في التطبيق مجلد layout واحد وبنحط فيه + +56 +00:04:36,520 --> 00:04:41,740 +تصميم الـ activity اللي هو اسمه activity مثلاً main. + +57 +00:04:41,740 --> 00:04:45,060 +مش هاد اسم... اللي هو مش شرط هيك، نحفظ اسم الـ + +58 +00:04:45,060 --> 00:04:50,020 +activity main. هيك اسمه، يعني من داخل الـ activity + +59 +00:04:50,020 --> 00:04:53,200 +هذه بتاخد تصميم مختلف لو اختلف الـ orientation، + +60 +00:04:56,320 --> 00:05:00,940 +حجم الشاشة. خلينا نقول حجم شاشة tablet الآن. بيقول لك + +61 +00:05:00,940 --> 00:05:05,140 +في الـ Android الطريقة المعتمدة إنك بتحط تصميم لحجم + +62 +00:05:05,140 --> 00:05:13,160 +الشاشة. بتروح تعمل مجلد layout ثاني وبتحط فيه، بشرط، لـ + +63 +00:05:13,160 --> 00:05:17,040 +إحنا بيقول حجم الشاشة، لأن هنا بتكتب حجم الشاشة + +64 +00:05:17,040 --> 00:05:24,680 +اللي بدك إياها، مثلاً بتكتب W (الـ width) 820dp. + +65 +00:05:25,890 --> 00:05:31,070 +شايفين هذه، الـ w820dp؟ بكتبها في نفس اسم المجلد. هذا إيش + +66 +00:05:31,070 --> 00:05:35,190 +معناه؟ معناه إن التطبيق تبعي لو اشتغل على أجهزة + +67 +00:05:35,190 --> 00:05:41,490 +عرض الشاشة فيها أقل من 820، أقل من 820، بياخد من + +68 +00:05:41,490 --> 00:05:48,510 +اللي آخر. إذا اشتغل على أجهزة عرضها 820 وطالع، بياخد + +69 +00:05:48,510 --> 00:05:56,380 +من أين؟ من هذه. أنا بس بكتب الحجم هذا، طبعاً في موقع + +70 +00:05:56,380 --> 00:05:59,620 +الـ Android هتلاقي إنه بيفصلك، بيقول لك مثلاً الـ + +71 +00:05:59,620 --> 00:06:05,460 +tablets بده من 820، الـ TV بده من كذا كذا. طبعاً يعني + +72 +00:06:05,460 --> 00:06:10,300 +هو في عنده مقياس معين، درجات لأجهزة + +73 +00:06:10,300 --> 00:06:15,780 +وفي ناس، على فكرة، كنا زمان بدل ما نكتب الرقم كنا + +74 +00:06:15,780 --> 00:06:17,260 +نكتب شيء زي هيك: large. + +75 +00:06:20,450 --> 00:06:28,590 +تمام؟ وx large، واليوم مش راجع لهذه، أو بتكتب مثلاً + +76 +00:06:28,590 --> 00:06:37,610 +xx large زي... زي الملابس. بس بيقول لك حالياً يفضل إنك + +77 +00:06:37,610 --> 00:06:43,230 +ما تحطش التقسيمات هذه. لأ، لأ، مش مضمونة كتير، هي + +78 +00:06:43,230 --> 00:06:44,590 +بتعتمد على الـ dp. + +79 +00:06:47,650 --> 00:06:50,870 +فيعني أفضل تحط المقياس مثلاً الـ width وتقول مثلاً + +80 +00:06:50,870 --> 00:07:01,650 +820dp. ممكن تعمل مجلد ثالث مثلاً layout-w1700dp. + +81 +00:07:01,650 --> 00:07:07,710 +يعني هذا معناه إنه يشتغل على جهاز ما بين 820 و1700. + +82 +00:07:07,710 --> 00:07:12,670 +بروح بياخد من وين؟ من هذا. أكثر من 1700 وطالع، بروح + +83 +00:07:12,670 --> 00:07:15,790 +بياخد من هذا المجلد. طبعاً، طيب، لسه إيش المجلد اللي + +84 +00:07:15,790 --> 00:07:18,890 +بتحط فيه أصلاً؟ الآن، الـ activity يا جماعة، إحنا + +85 +00:07:18,890 --> 00:07:22,510 +عارفين الـ activity، أول ما تشتغل، من وين بتعمل + +86 +00:07:22,510 --> 00:07:27,910 +inflate للـ layout، setContentView، صح ولا يا جماعة؟ + +87 +00:07:27,910 --> 00:07:30,650 +يعني هاي في الـ activity، في عندك setContentView. + +88 +00:07:30,650 --> 00:07:34,150 +ودائماً لما تعمل setContentView بتعمل inflation + +89 +00:07:34,150 --> 00:07:40,380 +لمين؟ للملف اسمه activity main. فأنت محتاج تنشئ مجلد + +90 +00:07:40,380 --> 00:07:44,800 +layout بنفس الاسم هذا، لأن هو في الآخر بيدور + +91 +00:07:44,800 --> 00:07:48,540 +على إيش؟ على activity_main. بس الاختلاف إن من وين + +92 +00:07:48,540 --> 00:07:53,060 +بيجيب الـ activity_main هو لحاله، بناءً على إعدادات + +93 +00:07:53,060 --> 00:07:57,640 +الجهاز، بيروح بياخده من ملف layout المناسب. يعني + +94 +00:07:57,640 --> 00:08:02,780 +أنت دائماً هنا بدك تكرر برضه activity_main وهنا + +95 +00:08:02,780 --> 00:08:07,440 +برضه activity_main. يعني في الكود إحنا ما نغيّر ولا + +96 +00:08:07,440 --> 00:08:09,580 +حاجة، ما نغيّر في الكود. هو دائماً بروح بيدور، يكتفي + +97 +00:08:09,580 --> 00:08:13,000 +بإثنين بس، الفكرة إن الحاجة أوتوماتيك بناءً على + +98 +00:08:13,000 --> 00:08:17,040 +إعدادات الجهاز، بيروح بياخد مجلد للـ layout المناسب. + +99 +00:08:17,040 --> 00:08:22,760 +الآن، كتطبيق على الموضوع هذا، بدنا نعمل المثال اللي + +100 +00:08:22,760 --> 00:08:27,180 +حكيته قبل شوية، إني بدي في أجهزة الـ tablet يعرض + +101 +00:08:27,180 --> 00:08:34,160 +الـ list ثابتة وهنا المحتوى، وفي أجهزة العادية هذا + +102 +00:08:34,160 --> 00:08:38,300 +واحد وهذا اثنين. هنا، يعرفنا المحتوى وهذا كيف يظهر الـ + +103 +00:08:38,300 --> 00:08:46,740 +navigation drawer. تمام؟ نعملها بسرعة، يبقى + +104 +00:08:46,740 --> 00:08:51,000 +الـ code إحنا حالياً مش هنغيّر فيه حالياً، تمام؟ فهروح + +105 +00:08:51,000 --> 00:08:54,000 +الآن بدي أنشئ مجلد، بدي أروح وأحط project عشان + +106 +00:08:54,000 --> 00:08:59,340 +أظهر كل المجلدات الموجودة، وهي في عندي مجلد اسمه + +107 +00:08:59,340 --> 00:09:02,520 +layout، تمام؟ جوا الـ resourse بدي أعمل مجلد ثاني + +108 +00:09:13,330 --> 00:09:22,950 +لحظة، لسه بتجمع شوية... طيب. + +109 +00:09:22,950 --> 00:09:31,150 +جوا الـ layout بنسميه إيش؟ layout-w820dp. + +110 +00:09:59,390 --> 00:10:04,850 +ماذا نصيحتك؟ جهاز جديد؟ لأ، ممتاز! هذا الجهاز core + +111 +00:10:04,850 --> 00:10:10,110 +i7, SSD + +112 +00:10:10,110 --> 00:10:13,990 +وRAM 8. طيب. + +113 +00:10:13,990 --> 00:10:19,090 +الآن، طيب، شوف إيش بدي أسوي، بدي آخذ الـ main activity + +114 +00:10:20,660 --> 00:10:26,080 +لحالها، آخذها وأحطها في layout-w820dp، نفس الاسم. + +115 +00:10:26,080 --> 00:10:31,540 +إحنا قلنا يعني... قليلاً ساعة قلنا بنفس الاسم وبتقوله + +116 +00:10:31,540 --> 00:10:40,020 +الاسم، يعني عكس اللي أنا تعبت وأنا بحكيه، خلاص. + +117 +00:10:40,020 --> 00:10:43,760 +عشان بيعملوا الاسم عشان تخلّي بنفس الاسم، عشان أقول + +118 +00:10:43,760 --> 00:10:46,200 +عشان أشرح أحسن، أحكي بالعكس، شو بتفهموه. + +119 +00:10:55,460 --> 00:10:58,480 +طبعاً يا شباب، هجيب الـ activity_main اللي موجودة + +120 +00:10:58,480 --> 00:11:05,060 +في layout-w820dp. بدنا نروح بس نحط من الـ... نرجع زي + +121 +00:11:05,060 --> 00:11:08,880 +ما كان زمان، الـ guideline والـ list وكده. يعني هذا + +122 +00:11:08,880 --> 00:11:13,980 +الآن كل الـ... الـ toolbar خليه، طبعاً ما بدناش drawer + +123 +00:11:13,980 --> 00:11:19,400 +layout. بدنا الـ frame layout، صح ولا لأ؟ ما بدناش + +124 +00:11:19,400 --> 00:11:25,040 +navigation view، وبدنا من الـ... الـ fragment. + +125 +00:11:28,700 --> 00:11:31,280 +هنقول بقى العمليّة بس، إيش؟ إعادة الترتيب، و + +126 +00:11:31,280 --> 00:11:36,900 +constraints والكلام هذا. لأن نشوف الـ constraints + +127 +00:11:36,900 --> 00:11:41,740 +بس، الـ toolbar زي ما هو. الفرق المتبعناه بدي يكون + +128 +00:11:41,740 --> 00:11:51,860 +تحت الـ toolbar وبدي يكون عندي... لنشوف هنا، طيب. + +129 +00:11:51,860 --> 00:11:52,680 +في عندي guideline. + +130 +00:12:09,610 --> 00:12:11,270 +في عيش... + +131 +00:12:32,840 --> 00:12:43,060 +انشغلنا بالـ guideline. الآن الـ fragment، الـ width 0dp، و + +132 +00:12:43,060 --> 00:12:50,120 +هذا 0dp، وبعدين الـ top to + +133 +00:12:50,120 --> 00:13:01,260 +bottom of toolbar، start to start of parent، and + +134 +00:13:03,370 --> 00:13:10,130 +to end of، أو to start of. + +135 +00:13:10,130 --> 00:13:14,010 +تمام. + +136 +00:13:14,010 --> 00:13:21,450 +الـ frame layout برضه، إيش هدول؟ + +137 +00:13:21,450 --> 00:13:28,650 +وهاد + +138 +00:13:28,650 --> 00:13:30,210 +برضه to start وto end. + +139 +00:13:34,990 --> 00:13:42,610 +and start to start of، أو to end of الـ guideline. + +140 +00:13:42,610 --> 00:13:53,850 +end to end of parent. تمام. + +141 +00:13:53,850 --> 00:14:00,970 +هي المفروض بس + +142 +00:14:00,970 --> 00:14:02,050 +unknown fragments. + +143 +00:14:08,880 --> 00:14:24,820 +إيش هذا الـ... + +144 +00:14:24,820 --> 00:14:27,680 +طيب، وين الـ... + +145 +00:14:57,000 --> 00:15:04,160 +type fragment هذا. + +146 +00:15:04,160 --> 00:15:16,320 +بطل مربوط start to start، end + +147 +00:15:16,320 --> 00:15:17,040 +to start of. + +148 +00:15:30,180 --> 00:15:47,420 +طيب، مفروض هالـ... طيب. + +149 +00:15:47,420 --> 00:15:50,140 +خلينا على الخطأ هذا اللي... نشوف هالـ... يمكن لما نشغل + +150 +00:15:50,140 --> 00:15:51,440 +يروح. + +151 +00:15:57,060 --> 00:16:00,180 +طبعاً يا جماعة، بس هذا اللي أنا لازم... اللي لازم أعمله. + +152 +00:16:00,180 --> 00:16:07,220 +طبعاً أنت لو غيّرت لشاشة الـ Android هتلاقي + +153 +00:16:07,220 --> 00:16:11,240 +عندك إيش؟ activity_main فيه اثنين. هذا اللي فيه + +154 +00:16:11,240 --> 00:16:17,680 +navigation drawer وهذا اللي بيشتغل على 820 dp. طيب، الآن + +155 +00:16:17,680 --> 00:16:22,500 +لو شغلنا، أول حاجة، هذا، مش هنعرف نجربه، إنه لو أنا + +156 +00:16:22,500 --> 00:16:25,920 +أجيب tablet، طبعاً، يعني، عندي هنا، هياخد الـ layout بتاع + +157 +00:16:25,920 --> 00:16:30,650 +الاثنين. والأجهزة العادية، طبعاً، بـ 820، مش هياخده، فمش هنعرف + +158 +00:16:30,650 --> 00:16:35,350 +نجربها. فكيف نجربها؟ هذه مبدئياً بس، أنه بدل ما هو + +159 +00:16:35,350 --> 00:16:43,690 +820، بدي أغيّر بس هذا عشان التجربة. لأ، بدي أخليه بدل + +160 +00:16:43,690 --> 00:16:51,920 +ما هو 820، 220. ليش؟ على أساس إن هذا أكيد أكثر من 220. + +161 +00:16:51,920 --> 00:16:56,520 +تمام؟ هذا بس للتجربة، عشان أنا بدي هذا الـ layout + +162 +00:16:56,520 --> 00:17:03,120 +الثاني يشتغل. ماشي يا جماعة؟ طيب، الحاجة الثانية، أنا + +163 +00:17:03,120 --> 00:17:10,920 +لو شغّلت الآن، لسه مش هيشتغل، هيطلع error. يعني إحنا + +164 +00:17:10,920 --> 00:17:14,480 +عملنا two layouts، كل واحد موجود في مجلد layout + +165 +00:17:14,480 --> 00:17:15,000 +مختلف. + +166 +00:18:02,810 --> 00:18:04,770 +أحد أسباب. + +167 +00:18:20,900 --> 00:18:26,920 +مش طلعت فاضية الشاشة. آه. + +168 +00:18:42,180 --> 00:18:51,360 +كيف هي ثاني الـ width؟ + +169 +00:18:51,360 --> 00:19:08,370 +تمام؟ هذا... طيب، هي end to end، start to end. طب + +170 +00:19:08,370 --> 00:19:15,130 +هذا اكت ثاني برضه مربوط في الـ... وهذا برضه بده + +171 +00:19:15,130 --> 00:19:15,350 +button. + +172 +00:19:43,550 --> 00:19:49,130 +هو مش عارف إيش المفروض، ما يشتغلش كمان أصلاً. آه، طيب. + +173 +00:19:49,130 --> 00:19:54,070 +لأن هنا اشتغل، آه. + +174 +00:19:54,070 --> 00:19:54,410 +تمام. + +175 +00:19:58,65 + +223 +00:24:00,380 --> 00:24:04,960 +هياخذه؟ لو كان الجهاز مش tablet، لو كان ايش مش + +224 +00:24:04,960 --> 00:24:09,000 +tablet، روح اتعرفت بـ Boolean اسمه ايه؟ ايش الـ tablet + +225 +00:24:09,000 --> 00:24:12,740 +قيمته ايش؟ false. هذا في مجلة الـ values العادية + +226 +00:24:12,740 --> 00:24:15,940 +طبعًا في مجلة الـ values اللي هو مائتين و عشرين و + +227 +00:24:15,940 --> 00:24:20,640 +طالع dp. يعني في الـ tablet انسخ مجلة الـ string لسه + +228 +00:24:20,640 --> 00:24:25,820 +فاضي هو وحطه فيه. يعني مجلة الـ string موجودة من + +229 +00:24:25,820 --> 00:24:29,660 +المجلاتين، بس لأ، روح للـ tablet وحطه ايش؟ هنا الـ true + +230 +00:24:29,660 --> 00:24:35,830 +يجعل عندي Boolean variable قيمته هتكون في الأجهزة + +231 +00:24:35,830 --> 00:24:41,470 +الصغيرة false، لأنه مش tablet، وقيمته في الـ tablet من + +232 +00:24:41,470 --> 00:24:45,710 +الـ 220 هي true، زي ما أنا لما قلت two layouts، واحد + +233 +00:24:45,710 --> 00:24:48,130 +عادي وواحد مائة وعشرين دي بي. عملت برضه two values + +234 +00:24:48,130 --> 00:24:51,570 +اللي أقمتها عليا، إن في الـ code اللي أفحص قيمة + +235 +00:24:51,570 --> 00:24:56,390 +مين؟ مع أول ما يشغل على التطبيق هيجيبها من ايه؟ tablet + +236 +00:24:56,390 --> 00:24:59,210 +يا هيجيبها من الـ values، يا هيجيبها من الـ values مائة + +237 +00:24:59,210 --> 00:25:05,350 +وعشرين دي بي. يقرأها. إذا قرأ false معناه هشتغل على + +238 +00:25:05,350 --> 00:25:10,550 +أجهزة صغيرة. إذا قرأ true معناه أنه شغال + +239 +00:25:10,550 --> 00:25:18,090 +على تابلت. فالآن عرف متغير فوق Boolean اسمه is + +240 +00:25:18,090 --> 00:25:22,630 +tablet، قيمته + +241 +00:25:22,630 --> 00:25:30,810 +مبدئيًا false، أول ما يشتغل الـ true. خليها الآن أول ما يشتغل الـ + +242 +00:25:30,810 --> 00:25:36,710 +main activity، بقوله يروح يقرأ القيمة الموجودة في + +243 +00:25:36,710 --> 00:25:39,730 +الـ values. كيف؟ get resources عشان تصل لـ resources + +244 +00:25:39,730 --> 00:25:43,570 +get Boolean. شايفها؟ هاي + +245 +00:25:53,650 --> 00:26:00,290 +القيمة، بتخزنها في is tablet، وخلص + +246 +00:26:00,290 --> 00:26:04,610 +الـ code اللي تحت، ماله؟ يعني إذا مش tablet، روح افتح + +247 +00:26:04,610 --> 00:26:10,490 +جيب لي drawer. إذا مش tablet، ايش هذه؟ not as tablet + +248 +00:26:16,220 --> 00:26:23,180 +روح سكر الدراور، أو افتحه. إذا مش tablet، افتح الدراور + +249 +00:26:23,180 --> 00:26:29,220 +أو افتحه. بناءً عليهم، خلصنا. هيك واضحة الفكرة هذه يا + +250 +00:26:29,220 --> 00:26:34,360 +جماعة؟ فكرة صغيرة، ولا محتاجين حتى انتم؟ روحوا، روحوا على الـ + +251 +00:26:34,360 --> 00:26:39,040 +configuration، وتدوروا على نفس الفكرة. يا جماعة، ممكن + +252 +00:26:39,040 --> 00:26:41,460 +انتم تشتغلوا. احنا الآن اشتغلنا على tablet وأجهزة + +253 +00:26:41,460 --> 00:26:45,670 +عادية. برضه الـ orientation، ممكن تعمل layout و layout + +254 +00:26:45,670 --> 00:26:49,550 +portrait. ايش هي layout portrait؟ اللي هو الـ portrait، وفي + +255 +00:26:49,550 --> 00:26:56,250 +layout landscape. يعني إذا أنت بدك تعمل وجهتين للعرض، + +256 +00:26:56,250 --> 00:26:58,830 +ممكن تحط layout landscape و layout portrait. مافيش، دلوقتِ تعمل + +257 +00:26:58,830 --> 00:27:02,930 +layout landscape و portrait. layout landscape و layout، يعني إذا + +258 +00:27:02,930 --> 00:27:06,510 +كان landscape، روح بياخد من layout landscape، تمام؟ بس + +259 +00:27:06,510 --> 00:27:10,330 +هذا مش درجة كتير إن يعملوا لتغيير الـ orientation + +260 +00:27:10,330 --> 00:27:16,420 +الدرجة أكثر. الـ tablet طبعًا، فإحنا الآن، هاي ايش اللي + +261 +00:27:16,420 --> 00:27:21,880 +مع التطبيق تبعي؟ شغال. أنا بفترض أن هذا tablet طبعًا + +262 +00:27:21,880 --> 00:27:27,400 +هاي شغال، ايش؟ لإن الـ home شغال. ايش شغال؟ طبعًا لأنه + +263 +00:27:27,400 --> 00:27:34,640 +بفحص is tablet. ايش؟ مش مش tablet، طبعًا فبيشغلش + +264 +00:27:34,640 --> 00:27:36,780 +الـ code. ممكن تخليه يشغل الـ code تاني، بناءً على is + +265 +00:27:36,780 --> 00:27:41,200 +tablet. واضحة هذه الفكرة يا جماعة؟ وهيك بنقول خلصنا + +266 +00:27:41,200 --> 00:27:50,440 +فكرة الـ responsive design. أو عندي سؤال، بنسكر + +267 +00:27:50,440 --> 00:27:51,140 +هذه الـ gate + +268 +00:28:16,850 --> 00:28:21,630 +الآن يا جماعة، أحد التطبيقات الشائعة لاستخدام الـ + +269 +00:28:21,630 --> 00:28:24,990 +fragments. وهذا آخر تطبيق هناخذه، اللي هو استخدام + +270 +00:28:24,990 --> 00:28:29,470 +حاجة اسمها الـ tab layout والـ view pager. الـ tab + +271 +00:28:29,470 --> 00:28:32,310 +layout، إن أنت تضغط على الـ tab بيغير المحتوى + +272 +00:28:32,310 --> 00:28:36,590 +الموجود. الـ view pager اللي أحيانًا يستخدم مع الـ tab + +273 +00:28:36,590 --> 00:28:40,290 +برضه، اللي هو أنت بتعمل slide على الشاشة مثلًا عشان + +274 +00:28:40,290 --> 00:28:45,130 +تغير مجموعة شاشات أو صور. فأخر تطبيق هناخذه هو تطبيق + +275 +00:28:45,130 --> 00:28:49,690 +سهل، إن كيف نعمل الـ tab layout والـ view pager هذا + +276 +00:28:49,690 --> 00:28:54,910 +طبعًا. فالآن بدنا + +277 +00:28:54,910 --> 00:29:05,970 +نروح يا جماعة، ايش؟ خليني أفضل الـ code اللي هنا، و + +278 +00:29:05,970 --> 00:29:13,320 +بدنا نروح للـ layout، هي الـ main activity. أنا عام + +279 +00:29:13,320 --> 00:29:21,220 +طبعًا، بس يعني بدنا نبدأ من الصفر. وهي الـ design بتاع + +280 +00:29:21,220 --> 00:29:24,780 +الـ main activity، لأننا نعمل tab layout بحيث مثلًا + +281 +00:29:24,780 --> 00:29:28,360 +نعرف ثلاث شاشات: blue و green و red. هذه أنا عامل هنا + +282 +00:29:28,360 --> 00:29:32,620 +ثلاث شاشات: blue و green و red، fragments مختلفة مثلًا + +283 +00:29:32,620 --> 00:29:37,830 +نغير اللون. أنت لحالك بتكون فاهم تغيير المحتوى. الآن + +284 +00:29:37,830 --> 00:29:41,630 +بنعمل tab. أو tab. أول حاجة بنجيب الـ view pager + +285 +00:29:41,630 --> 00:29:46,530 +بتيجي تبحث هنا، تتلاقى فيكم على، بتدور على حاجة اسمها + +286 +00:29:46,530 --> 00:29:54,790 +view pager. شايفينه؟ هاي انسخ وحط وخليه + +287 +00:29:54,790 --> 00:30:01,370 +ايش؟ جد الشاشة. وتعالى على الـ code هاي، وحط، ايش؟ حط الـ + +288 +00:30:01,370 --> 00:30:07,400 +view view pager. كل هدول الـ constraints، تمام؟ خلصنا + +289 +00:30:07,400 --> 00:30:12,840 +هيك خلصنا ايش؟ شغل الـ code. لسه الشغل الـ XML. نرجع + +290 +00:30:12,840 --> 00:30:17,380 +الـ gate. على الـ code. تعالى + +291 +00:30:17,380 --> 00:30:20,340 +على الـ code. هالـ gate، بدنا نجيب الـ view pager تبعنا + +292 +00:30:20,340 --> 00:30:23,860 +زي الـ list view يا جماعة. الـ view pager زي الـ list + +293 +00:30:23,860 --> 00:30:27,980 +view. هالـ gate، أنت مش في الـ list view بدك تحط عناصر + +294 +00:30:27,980 --> 00:30:32,300 +الـ list view بياخد عناصر كتيرة، فبدو adapter. ايش + +295 +00:30:32,300 --> 00:30:37,240 +وظيفة الـ adapter؟ ياخد الـ data، وينشئ لكل data view + +296 +00:30:37,240 --> 00:30:42,000 +ويعبّي الـ data في الـ view، ويدّيها لمستعمل الـ view. الـ + +297 +00:30:42,000 --> 00:30:44,860 +view pager، في حاجة برضه شبيهة بهذه، بس أسهل كمان + +298 +00:30:44,860 --> 00:30:52,200 +تمام. فهي الـ pager، وبتقول find view by id r.id + +299 +00:30:52,200 --> 00:30:57,660 +.viewpager. لأن الـ view pager بده adapter برضه. هي + +300 +00:30:57,660 --> 00:30:59,920 +pager.set + +301 +00:31:01,380 --> 00:31:05,080 +adapter. بده adapter. بنعمله ايش؟ الـ adapter تبعه كيف + +302 +00:31:05,080 --> 00:31:08,320 +الـ adapter تبعه بيشغل؟ الـ adapter بتاع الـ view-pager + +303 +00:31:08,320 --> 00:31:11,160 +مش زي الـ list view. بياخد ايه؟ ما بياخد الـ radius + +304 +00:31:11,160 --> 00:31:14,840 +أو الـ cursor، صح؟ ولا؟ لأن هذا ايش بياخد؟ بياخد + +305 +00:31:14,840 --> 00:31:18,680 +fragments. يعني بيقول لك: أنت جهز لي الـ fragments اللي + +306 +00:31:18,680 --> 00:31:23,000 +بدك إياهم، وحط لي إياهم في الـ radius. اه، وبعطيهُم + +307 +00:31:23,000 --> 00:31:27,240 +إياهم لمين؟ للـ pager، وخلاص. بيصير الـ adapter لحظة + +308 +00:31:27,240 --> 00:31:30,380 +بمجرد تعمل slide، بشيل الـ fragment وبحط fragment + +309 +00:31:32,010 --> 00:31:37,950 +يعني بسيط. فالآن احنا عشان نعمل adapter، أول حاجة + +310 +00:31:37,950 --> 00:31:40,230 +قبل أن نجهز الـ data، مين الـ data اللي بدي اتعامل + +311 +00:31:40,230 --> 00:31:43,870 +معها؟ الـ adapter، الـ fragments. لأن أنا عامل عامل + +312 +00:31:43,870 --> 00:31:47,190 +مجموعة fragments، اللي هما red و green و blue. + +313 +00:31:47,190 --> 00:31:52,550 +فبنروح نعمل أول حاجة: list of ايش؟ من fragments + +314 +00:31:52,550 --> 00:31:59,330 +سميها fragments، يسمونه الـ ArrayList، و + +315 +00:31:59,330 --> 00:32:06,180 +بعدين نعمل red fragment، RF يسمى New Red Fragment + +316 +00:32:08,440 --> 00:32:16,080 +Green Fragment، GF يسمى New Green Fragment. Blue + +317 +00:32:16,080 --> 00:32:22,760 +Fragment، BF يسمى New Blue Fragment. وهذول بتضيفهم + +318 +00:32:22,760 --> 00:32:28,800 +على الـ ArrayList. وشوف كيف؟ هالجُهة، الـ polymorphism، كلهم + +319 +00:32:28,800 --> 00:32:32,660 +هذول من الـ parent أصلاً. الـ parent بتبعهم مين؟ فتقدر + +320 +00:32:32,660 --> 00:32:36,480 +تضيفهم فيه. dot add RF + +321 +00:32:41,360 --> 00:32:51,800 +GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، + +322 +00:32:51,800 --> 00:32:52,240 +GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، + +323 +00:32:52,240 --> 00:32:52,440 +GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، + +324 +00:32:52,440 --> 00:32:52,560 +GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، GF، + +325 +00:33:37,610 --> 00:33:39,010 +PagerAdapter. Extend Class PagerAdapter. PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter.PagerAdapter. + +326 +00:33:42,860 --> 00:33:45,580 +الآن، سيبنا الملف اللي تحتها. الـ gate. الـ constructor + +327 +00:33:45,580 --> 00:33:52,320 +ايش بياخد؟ FragmentManager. طبعًا هو بالنهاية هيستخدم + +328 +00:33:52,320 --> 00:33:55,680 +الـ FragmentManager. ليش؟ عشان يشيل ويحط fragments + +329 +00:33:55,680 --> 00:33:58,300 +يعني مش احنا اللي هنشيل ونحط. كل زمان احنا نعمل + +330 +00:33:58,300 --> 00:34:01,520 +begin transaction، نشيل ونحط. هو بيقول لك: أنا برّيحك + +331 +00:34:01,520 --> 00:34:04,760 +أنت بعت لي الـ fragments، وأنا هستخدم الـ fragment + +332 +00:34:04,760 --> 00:34:07,600 +manager عشان يشيل واحد ويحط واحد. فهم يحتاجوا الـ fragment + +333 +00:34:07,600 --> 00:34:10,280 +manager، وهنبعت له كمان ايش اللي معه؟ + +334 +00:34:19,070 --> 00:34:25,290 +وهنا بتعرفها فوق، زي ما جاكم في الامتحان، سبتوها + +335 +00:34:25,290 --> 00:34:34,110 +فاضية. this.fragments = fragments. الآن get + +336 +00:34:34,110 --> 00:34:39,910 +item I، بيبني الـ fragment رقم I، من وين؟ fragments + +337 +00:34:39,910 --> 00:34:47,310 +.get الـ I. زي الـ position. يعني هذا الـ I، بيبني + +338 +00:34:47,310 --> 00:34:52,250 +count، كده عدد الـ fragments كلهم. fragments.size + +339 +00:34:52,250 --> 00:34:56,570 +وخلصنا. مافيش فيها get view زي مين؟ أسهل يعني + +340 +00:34:56,570 --> 00:35:02,010 +هي المشكلة كانت في الـ get view، صحيح؟ أو لا؟ ليش + +341 +00:35:02,010 --> 00:35:06,750 +حرّكة فيها، وأدّفش فيها. ما هو مش تسهيل، لأن هنا في الـ + +342 +00:35:06,750 --> 00:35:12,050 +get، التصميم الداخلي بيختلف من item لـ item. الآن هنا + +343 +00:35:12,050 --> 00:35:16,990 +بيقول لك: أنت بعت لي الـ fragment كله، تمام؟ اه. ما لكش + +344 +00:35:16,990 --> 00:35:20,850 +دعوة، أنت هو الـ fragment لحاله، بننشئه. يعني هنا بدوش + +345 +00:35:20,850 --> 00:35:25,970 +يعدّف الـ fragment، هو الحاجة، هنشوف + +346 +00:35:25,970 --> 00:35:33,130 +برضه طبعًا. طيب، لإن خلصنا الـ adapter، بترجع لوين؟ للـ + +347 +00:35:33,130 --> 00:35:34,670 +main activity، بتنشئ my + +348 +00:35:43,890 --> 00:35:48,010 +والله اليوم أول مرة يعلق ليك، يمكن من شهرين ثلاثة، + +349 +00:35:48,010 --> 00:35:52,170 +في .. في حد هنا ضربه يعني .. اه .. اه .. اه .. اه + +350 +00:35:52,170 --> 00:35:53,550 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +351 +00:35:53,550 --> 00:35:55,430 +اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه + +352 +00:35:55,430 --> 00:35:56,330 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +353 +00:35:56,330 --> 00:35:56,690 +اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه + +354 +00:35:56,690 --> 00:35:56,950 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +355 +00:35:56,950 --> 00:36:02,970 +.. اه .. اه .. اه .. اه .. اه .. اه .. + +356 +00:36:02,970 --> 00:36:03,450 +اه .. + +357 +00:36:25,810 --> 00:36:29,010 +طيب، الـ mypager adapter، ايش بده يقول لنا؟ Fragment + +358 +00:36:29,010 --> 00:36:32,530 +manager. getSupportFragmentManager. مش هيك بنجيبه؟ + +359 +00:36:32,530 --> 00:36:34,830 +وبعدين fragments + +360 +00:36:37,760 --> 00:36:43,280 +وبعدين هنا بتقول له ايش؟ Pager.setAdapter. بتعطيه + +361 +00:36:43,280 --> 00:36:49,420 +adapter. ايه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +362 +00:36:49,420 --> 00:36:52,880 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +363 +00:36:52,880 --> 00:36:53,420 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +364 +00:36:53,420 --> 00:36:53,540 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +365 +00:36:53,540 --> 00:36:56,080 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ لي + +366 +00:37:28,780 --> 00:37:30,460 +في error + +367 +00:37:35,980 --> 00:37:43,240 +طيب، أشوف .. اه + +368 +00:37:43,240 --> 00:37:44,040 +ما هو أنا .. + +369 +00:37:47,370 --> 00:37:58,510 +طب أشوف، اه + +370 +00:37:58,510 --> 00:38:03,670 +طيب + +371 +00:38:03,670 --> 00:38:10,030 +هذا code كنت كاتبه فيه في red fragment، بس هذا أنا + +372 +00:38:10,030 --> 00:38:13,050 +أعمله ايش؟ comment، هيك + +373 +00:38:39,750 --> 00:38:46,010 +طيب يا جماعة، الآن أنت بمجرد ما تعمل slide، هي بغير + +374 +00:38:46,010 --> 00:38:53,060 +ايش؟ بغير الـ fragment. باقي المحاضرة الجاية هنشوف + +375 +00:38:53,060 --> 00:38:58,580 +حاجتين: كيف نربطه في tab، تمام؟ وبعدين كيف نعبيه + +376 +00:38:58,580 --> 00:39:01,140 +مثلًا ببيانات. افرض أن أنت بدأت تعمل fragment من صور + +377 +00:39:01,140 --> 00:39:05,860 +تمام. هذه هنشوفها المحاضرة الجاية. يعطيكم العافية. diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..2b63b448be2c9314f1093cfb7eabb4875d7c66b5 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/FbOTkIplVJE_postprocess.srt @@ -0,0 +1,1508 @@ +1 +00:00:21,510 --> 00:00:25,350 +طيب يا جماعة أخر تطبيق اشتغلنا عليه كان تطبيق ال + +2 +00:00:25,350 --> 00:00:28,830 +navigation + +3 +00:00:28,830 --> 00:00:33,550 +drawer طبعا عملنا navigation drawer وشوفنا كيف لما + +4 +00:00:33,550 --> 00:00:40,420 +نختار و ربطناه بال toolbarالان يا جماعة اللي + +5 +00:00:40,420 --> 00:00:44,460 +بنسويها ناخد اليهم فكرة تانية الفكرة الأولى كيف + +6 +00:00:44,460 --> 00:00:48,340 +نعمل او هنشوف كيف نستفيد من ال fragments عشان نعمل + +7 +00:00:48,340 --> 00:00:51,180 +responsive design ايش هي responsive design يعني + +8 +00:00:51,180 --> 00:00:56,660 +بدنا نخلط تصميم بتاع التطبيق يتلاقم مع تغيير + +9 +00:00:56,660 --> 00:01:00,120 +اعدادات التطبيق ايش يعني تغيير اعدادات التطبيق + +10 +00:01:00,120 --> 00:01:04,560 +يعني تغيير مثلا ال orientationأو تغيير حجم الشاشة + +11 +00:01:04,560 --> 00:01:09,200 +وهذا بدرج أكتر يعني في ناس بتشغل تطبيق يشتغل على + +12 +00:01:09,200 --> 00:01:13,080 +كل الشاشات زي بعض وفي ناس تشغل تطبيق بحيث أنه مثلا + +13 +00:01:13,080 --> 00:01:16,700 +على ال tablet يظهر بشكل وعلى الأجهزة الصغيرة يظهر + +14 +00:01:16,700 --> 00:01:21,780 +بشكل تاني تمام فيه بيشتغلوا شكلين لان + +15 +00:01:25,740 --> 00:01:31,380 +فعليا هنستفيد من ال fragments في إيش أنه بدون ال + +16 +00:01:31,380 --> 00:01:35,680 +fragments كنت أنت محتاج إنك تعمل لو بدك تعمل two + +17 +00:01:35,680 --> 00:01:38,480 +versions بالتطبيق واحد لل tablet واحد للأجهزة + +18 +00:01:38,480 --> 00:01:44,260 +العادية بدك تروح تعمل تصميمين لل activities تصممهم + +19 +00:01:44,260 --> 00:01:48,870 +بشكل كامل الآن بوجود ال fragmentsلازم تحتاج تعمل + +20 +00:01:48,870 --> 00:01:53,830 +تصميم لدى ال activities لكن هيكون الموضوع أسهل لان + +21 +00:01:53,830 --> 00:01:59,130 +انت هتعيد ترتيب ل fragmentsيعني شوف لمثلًا لما + +22 +00:01:59,130 --> 00:02:03,610 +حوّلنا من list view كانت معروضة ل navigation + +23 +00:02:03,610 --> 00:02:08,510 +drawer غيرنا بس فى تصميم ال main activity و قعدنا + +24 +00:02:08,510 --> 00:02:11,350 +ترتيب ال fragments نفس ال fragments و ال frame + +25 +00:02:11,350 --> 00:02:16,130 +layout بس غيرنا مكانهم طبعا انت بدك تعمل نفسك + +26 +00:02:16,130 --> 00:02:24,470 +تصميمين لل activity لكنالتصميم هتعملها بسهولة لأنه + +27 +00:02:24,470 --> 00:02:27,570 +فعليا هتستخدم ال fragments وهتعيد ترتيبها يعني + +28 +00:02:27,570 --> 00:02:32,310 +مثلا بنجي نقوله عسب المثال لو التطبيق انعرض على + +29 +00:02:32,310 --> 00:02:38,410 +تابلت روح يا ردما ال list view هنا وهنا مثلا ال + +30 +00:02:38,410 --> 00:02:43,190 +content هذا شكل التطبيق على التابلت لكن لو انعرض + +31 +00:02:43,190 --> 00:02:48,230 +في أجهزة صغيرة اقربني بس ال content وخلي ال list + +32 +00:02:48,230 --> 00:02:54,520 +view تظهر كإيشكإيش تظهر؟ كـ Navigation Drawer + +33 +00:02:54,520 --> 00:02:59,840 +مثلا، هذا شائع الموضوع إن في الأجهزة العادية اللي + +34 +00:02:59,840 --> 00:03:02,500 +صغيرة بظهر بس المحتوى و بيخلى هذا Navigation + +35 +00:03:02,500 --> 00:03:08,480 +Drawer في ال tablet بيظهر الأثنين جان بعض أو مثلا، + +36 +00:03:08,480 --> 00:03:11,100 +بدك أنت في ال tablet حط الأنصارين جان بعض و في + +37 +00:03:11,100 --> 00:03:15,280 +الأجهزة العادية حط كمين و بعدين واحد مثلا تحته أو + +38 +00:03:15,280 --> 00:03:19,440 +واحد و تحته اتنين مثلا فعليا انت عامل واحد لحالي و + +39 +00:03:19,440 --> 00:03:23,700 +عامل اتنين لحاليبتعمل قصمين من الوجهات بس بتغير + +40 +00:03:23,700 --> 00:03:27,780 +انه بتقول في تصميم التابلت حط اتنين جنب بعض في + +41 +00:03:27,780 --> 00:03:35,300 +تصميم الاجهزة العادية حط اتنين تحت بعض طيب كيف + +42 +00:03:35,300 --> 00:03:39,540 +مينعمل الان responsive design لأجهزة تابلت واجهزة + +43 +00:03:39,540 --> 00:03:44,640 +عادية عشان نعرف هذي لنتذكر موضوع أخدناه قبل هيك + +44 +00:03:44,640 --> 00:03:51,460 +اللي هو كيف احنانعمل .. أخلّي التطبيق يشتغل على + +45 +00:03:51,460 --> 00:03:54,580 +اللغة العربية وعلى اللغة العادية أيام ما إيش كنا + +46 +00:03:54,580 --> 00:03:59,060 +نعمل؟ كنا نقول إن في عندي مجلة values وفي عندي + +47 +00:03:59,060 --> 00:04:01,540 +مجلة values ar + +48 +00:04:04,400 --> 00:04:07,700 +وقلنا بتروح ال values ar بتحط في ملف ال string + +49 +00:04:07,700 --> 00:04:12,140 +نفسه نفس أسماء المتغيرات بس بالعربي وهنا نفس + +50 +00:04:12,140 --> 00:04:15,220 +المتغيرات بس بالإنجليزي لو اشتغل التطبيق وكانت + +51 +00:04:15,220 --> 00:04:17,700 +اللغة العربية بيروح ياخد من هنا أي لغة تانية بيروح + +52 +00:04:17,700 --> 00:04:22,460 +بياخد من values لأن تقريبا responsive design لو + +53 +00:04:22,460 --> 00:04:25,840 +بدي أنا الجهاز ياخد تصميم مختلف لو اختلف اعدادات + +54 +00:04:25,840 --> 00:04:31,060 +الجهاز هنشغل نفس الحاجة بس على مجلة layout كيف؟ + +55 +00:04:31,060 --> 00:04:36,520 +لأن احنا هنا في التطبيق مجلة layout واحدوبنحط فيه + +56 +00:04:36,520 --> 00:04:41,740 +تصميم ال activity اللى هو اسمه activity مثلا main + +57 +00:04:41,740 --> 00:04:45,060 +مش هاد اسم اللى هو مش شرط هيك نحفظه جامع ال + +58 +00:04:45,060 --> 00:04:50,020 +activity main هيك اسمه يعني من دلان ال activity + +59 +00:04:50,020 --> 00:04:53,200 +هذه تاخد تصميم مختلف لو اختلف ال orientation + +60 +00:04:56,320 --> 00:05:00,940 +حجم الشاشة خلينا نضع حجم الشاشة تابلت الآن بيقولك + +61 +00:05:00,940 --> 00:05:05,140 +في الاندرويد الطريقة المعتمدة انك بتحط تصميم لحجم + +62 +00:05:05,140 --> 00:05:13,160 +الشاشة بتروح تعمل layout مجمد تاني وبتحط باشر لأ + +63 +00:05:13,160 --> 00:05:17,040 +احنا بيقول حجم الشاشة لأن هنا بتكتب حجم الشاشة + +64 +00:05:17,040 --> 00:05:24,680 +اللي بدك هي مثلا بتكتب W ال width 820DP + +65 +00:05:25,890 --> 00:05:31,070 +شايفين هذه one بكتبها في نفس اسم المجلد هذا ايش + +66 +00:05:31,070 --> 00:05:35,190 +معناه؟ معناه ان التطبيق تبعي لو اشتغل على اجهزة + +67 +00:05:35,190 --> 00:05:41,490 +عرض الشاشة فيها اقل من 820 اقل من 820 بياخد من + +68 +00:05:41,490 --> 00:05:48,510 +اللي اخر اذا اشتغل على اجهزة عرضها 820 طالع بياخد + +69 +00:05:48,510 --> 00:05:56,380 +من اين؟ من هذهانا بس بكتبه الحجم هذا طبعا في موقع + +70 +00:05:56,380 --> 00:05:59,620 +الاندرويد هتلاقي ان هو يفصلك بيقولك مثلا ال + +71 +00:05:59,620 --> 00:06:05,460 +tablets بده من 820 ال TV بده من كذا كذا طبعا يعني + +72 +00:06:05,460 --> 00:06:10,300 +هو في عنده مقيص معين درج لأجهزة + +73 +00:06:10,300 --> 00:06:15,780 +وفي ناس على فكرة كنا زمان بدل ما نكتب الرقم كنا + +74 +00:06:15,780 --> 00:06:17,260 +نكتب اشي زي هيك large + +75 +00:06:20,450 --> 00:06:28,590 +تمام؟ و X large و لليوم مش راجع لهذه او بتكتب مثلا + +76 +00:06:28,590 --> 00:06:37,610 +XX large زي .. زي الملابس بس بيقولك حاليا يفضل انك + +77 +00:06:37,610 --> 00:06:43,230 +ماتحطش التقسيمات هذه لأ لأ مش مضموطة كتير هي + +78 +00:06:43,230 --> 00:06:44,590 +بتعتمد على ال DP + +79 +00:06:47,650 --> 00:06:50,870 +فيعني افضل تحط المقياس مثلا ال width و تقول مثلا + +80 +00:06:50,870 --> 00:07:01,650 +820DP ممكن تعمل مجلة تالت مثلا layout w1700DP + +81 +00:07:01,650 --> 00:07:07,710 +يعني هذا معناه انه يشتغل على جهاز ما بين 820 و1700 + +82 +00:07:07,710 --> 00:07:12,670 +بروح بياخد من وين؟ من 28 اكتر من 1700 طالع بروح + +83 +00:07:12,670 --> 00:07:15,790 +بياخد من هذا المجلة طبعا طيب لسه ايش المجلة اللي + +84 +00:07:15,790 --> 00:07:18,890 +بتحط فيه اصلا؟الان ال activity يا جماعة احنا + +85 +00:07:18,890 --> 00:07:22,510 +عارفين ال activity اول ما تشتغل من وين بتعمل + +86 +00:07:22,510 --> 00:07:27,910 +inflate لل layout set content view صح ولا يا جماعة + +87 +00:07:27,910 --> 00:07:30,650 +يعني هاي في ال activity في عندك set content view + +88 +00:07:30,650 --> 00:07:34,150 +ودائما لما تعمل set content view بتعمل inflation + +89 +00:07:34,150 --> 00:07:40,380 +لمين للملف اسمه activity مين فانت محتاجتنشأ مجلة + +90 +00:07:40,380 --> 00:07:44,800 +layout بالناس بنفس الاسم هذا لأن هو في الآخر يدور + +91 +00:07:44,800 --> 00:07:48,540 +على إيش على activity main بس الاختلاف إن منين + +92 +00:07:48,540 --> 00:07:53,060 +بيجيل ال activity main هو لحاله بناء على أعدادات + +93 +00:07:53,060 --> 00:07:57,640 +الجهاز بيروح بياخده من الملف layout المناسب يعني + +94 +00:07:57,640 --> 00:08:02,780 +أنت دايما هنا بدك تكرر برضه activity main وهنا + +95 +00:08:02,780 --> 00:08:07,440 +برضه activity mainيعني في الكود احنا مانغيرش و لا + +96 +00:08:07,440 --> 00:08:09,580 +حاجة مانغير في الكود هو دايما بروح مدورة اكتفي + +97 +00:08:09,580 --> 00:08:13,000 +تنين بس الفكرة ان الحالة اوتوماتيك بناء على + +98 +00:08:13,000 --> 00:08:17,040 +اعدادات الجهاز بروح بياخد مجلة للاي اوت المناسب + +99 +00:08:17,040 --> 00:08:22,760 +الان كتطبيق على الموضوع هذا بدنا نعمل المثال اللي + +100 +00:08:22,760 --> 00:08:27,180 +حكيته قبل شوية اني بدي ا في اجهزة ال tablet يعرض + +101 +00:08:27,180 --> 00:08:34,160 +ال list ثابتة و هنا المحتوى و في اجهزة الاديةهذا + +102 +00:08:34,160 --> 00:08:38,300 +واحد وهذا اتنين هنا يعرفنا المحتوى وهذا كيف أظهر + +103 +00:08:38,300 --> 00:08:46,740 +Caravigation اتراور تمام نعملها السرية يبقى + +104 +00:08:46,740 --> 00:08:51,000 +ال code احنا حاليا مش هنغير فيه حاليا تمام فهروح + +105 +00:08:51,000 --> 00:08:54,000 +الان بدي أنشق مجلد بدي أروح و أحط project عشان + +106 +00:08:54,000 --> 00:08:59,340 +أظهر كل المجلدات الموجودة وهي في عندي مجلد اسمه + +107 +00:08:59,340 --> 00:09:02,520 +layout تمام جوا ال resource بدي أعمل مجلد تاني + +108 +00:09:13,330 --> 00:09:22,950 +لحظة لسه بتجمع شوية طيب + +109 +00:09:22,950 --> 00:09:31,150 +جوا ال layout بنسميه ايش layout w820dp + +110 +00:09:59,390 --> 00:10:04,850 +ماذا نصيحتك؟ جهاز جديد؟ لأ ممتاز هذا الجهاز core + +111 +00:10:04,850 --> 00:10:10,110 +i7 SSD + +112 +00:10:10,110 --> 00:10:13,990 +و RAM 8 طيب + +113 +00:10:13,990 --> 00:10:19,090 +الان طب شوف ايش بدي أسوي بدي أخد ال main activity + +114 +00:10:20,660 --> 00:10:26,080 +لحالها أخدها و أحطها في layout 128dp نفس الاسم + +115 +00:10:26,080 --> 00:10:31,540 +احنا جولنا يعني قلي ساعة بجول بنفس الاسم و بتقوله + +116 +00:10:31,540 --> 00:10:40,020 +النام يعني عكس اللي أنا اندبحت و أنا بحكيه خلاص + +117 +00:10:40,020 --> 00:10:43,760 +عشان بيعملوا النام عشان تخلوا بنفس الاسم عشان أقول + +118 +00:10:43,760 --> 00:10:46,200 +عشان أشرح أحسن أحكي بالعكس شو بتفهموه + +119 +00:10:55,460 --> 00:10:58,480 +طبعا يا شباب هلجيت في ال activity main اللي موجودة + +120 +00:10:58,480 --> 00:11:05,060 +في layout 820 dp بدنا نروح بس نحط من ال .. نرجع زي + +121 +00:11:05,060 --> 00:11:08,880 +ما كان زمان ال guideline و list و كده يعني هذا + +122 +00:11:08,880 --> 00:11:13,980 +الآن كل ال .. ال tool bar خليه طبعا بدناش drawer + +123 +00:11:13,980 --> 00:11:19,400 +layout بدنا ال frame layout صح ولا لأ بدناش + +124 +00:11:19,400 --> 00:11:25,040 +navigation view و بدنا من ال .. ال fragment + +125 +00:11:28,700 --> 00:11:31,280 +هنقول بقى العناية بس إيش إعادة الترتيب و + +126 +00:11:31,280 --> 00:11:36,900 +constraints و الكلام هذا لأن نشوف ال constraints + +127 +00:11:36,900 --> 00:11:41,740 +بس ال toolbar زي ما هو الفرق المتبعناه بدي يكون + +128 +00:11:41,740 --> 00:11:51,860 +تحت ال toolbar و بدي يكون عندي .. لنشوف هنا طيب + +129 +00:11:51,860 --> 00:11:52,680 +في عندي guideline + +130 +00:12:09,610 --> 00:12:11,270 +في عيش .. + +131 +00:12:32,840 --> 00:12:43,060 +انشغلنا guideline الان ال fragment ال width 0dp و + +132 +00:12:43,060 --> 00:12:50,120 +هذا 0dp و بعدين ال top to + +133 +00:12:50,120 --> 00:13:01,260 +bottom of toolbar start to start of parent and + +134 +00:13:03,370 --> 00:13:10,130 +to end of او to start of + +135 +00:13:10,130 --> 00:13:14,010 +تمام + +136 +00:13:14,010 --> 00:13:21,450 +ال frame layout برضه ايش هدوله + +137 +00:13:21,450 --> 00:13:28,650 +وهات + +138 +00:13:28,650 --> 00:13:30,210 +برضه to start و to end + +139 +00:13:34,990 --> 00:13:42,610 +and start to start of أو to end of ال guide line + +140 +00:13:42,610 --> 00:13:53,850 +end to end of parent تمام + +141 +00:13:53,850 --> 00:14:00,970 +هي المفروض بس + +142 +00:14:00,970 --> 00:14:02,050 +unknown fragments + +143 +00:14:08,880 --> 00:14:24,820 +إيش هذا ال .. + +144 +00:14:24,820 --> 00:14:27,680 +طيب وين ال .. + +145 +00:14:57,000 --> 00:15:04,160 +type fragment هذا + +146 +00:15:04,160 --> 00:15:16,320 +بطل مربوط start to start end + +147 +00:15:16,320 --> 00:15:17,040 +to start of + +148 +00:15:30,180 --> 00:15:47,420 +طيب مفروض هال gate طيب + +149 +00:15:47,420 --> 00:15:50,140 +خليني الخطأ هذا اللي نشوف هال gate يمكن لما نشغل + +150 +00:15:50,140 --> 00:15:51,440 +يروح + +151 +00:15:57,060 --> 00:16:00,180 +طبعا جماعة بس هذا اللي أنا لازم اللي لازم اعمله + +152 +00:16:00,180 --> 00:16:07,220 +طبعا انت لو غيرت لشاشة الاندرويد هتلاقي + +153 +00:16:07,220 --> 00:16:11,240 +عندك ايش activity main فيه اتنين هذا اللي فيه + +154 +00:16:11,240 --> 00:16:17,680 +navigation drawer وهذا اللي بيشغل 220 DP طيب الان + +155 +00:16:17,680 --> 00:16:22,500 +لو شغلنا اول حاجة هذا مش هنعرف نجربه انه لو انا + +156 +00:16:22,500 --> 00:16:25,920 +اجيب tablet طبعا يعني عند هنا هياخد ال layout بتاع + +157 +00:16:25,920 --> 00:16:30,650 +اتنينأه العادية طبعا بيه 820 مش هياخدها فمش هنعرف + +158 +00:16:30,650 --> 00:16:35,350 +نجربها فكيف نجربها هالجهة مبدئيا بس أنه بدل ما هو + +159 +00:16:35,350 --> 00:16:43,690 +820 بدي أغير بس هذا عشان التجربة لأ بدي أخليه بدل + +160 +00:16:43,690 --> 00:16:51,920 +ما هو 820 220 ليش على أساس أن هذا أكيدأكتر من 220 + +161 +00:16:51,920 --> 00:16:56,520 +تمام هذا بس التجربة عشان انا بدي هذا ال layout + +162 +00:16:56,520 --> 00:17:03,120 +التاني يشتغل ماشي يا جماعة طيب الحاجة التانية انا + +163 +00:17:03,120 --> 00:17:10,920 +لو شغلت الآن لسه مش هيشتغل هيطلق error يعني احنا + +164 +00:17:10,920 --> 00:17:14,480 +عملنا two layouts كل واحد موجود في مجلة layout + +165 +00:17:14,480 --> 00:17:15,000 +مختلف + +166 +00:18:02,810 --> 00:18:04,770 +أحد أشمال + +167 +00:18:20,900 --> 00:18:26,920 +مش طلعت فاضية الشاشة اه + +168 +00:18:42,180 --> 00:18:51,360 +كيف هي تاني ال width + +169 +00:18:51,360 --> 00:19:08,370 +تامين هذاطيب هى end to end, start to end طب + +170 +00:19:08,370 --> 00:19:15,130 +هدا اكت تاني برضه مربوط في ال .. و هدا برضه بده + +171 +00:19:15,130 --> 00:19:15,350 +button + +172 +00:19:43,550 --> 00:19:49,130 +هو مش عارف ايه المفروض لايشتغلش كمان اصلا اه طيب + +173 +00:19:49,130 --> 00:19:54,070 +لان هنا اشتغل اه + +174 +00:19:54,070 --> 00:19:54,410 +تمام + +175 +00:19:58,650 --> 00:20:05,270 +الان جماعة خلينا نشوف كيف هيشتغل الان + +176 +00:20:05,270 --> 00:20:12,410 +اشتغل التطبيق خليه بس في ال orientationلأن هذا + +177 +00:20:12,410 --> 00:20:19,690 +ثابت شايفينه؟ بما أن هو مجلد اللاي اوت التالي يبجي + +178 +00:20:19,690 --> 00:20:23,210 +مش navigation drawer شغال لأن لو انا ضغطت زي هيك + +179 +00:20:23,210 --> 00:20:27,710 +طلع لي ايش؟ طلع لي arrows اكيد بتشوفوا كتير + +180 +00:20:27,710 --> 00:20:32,130 +الارواح هذه طيب ليش طلع ال arrows؟ مين يقول ليش + +181 +00:20:32,130 --> 00:20:36,930 +طلع ال arrows؟ اه ليش في ال code مشكلة؟ + +182 +00:20:39,960 --> 00:20:42,660 +الان انا بطلع معايا يا جماعة الان انا مش في ال + +183 +00:20:42,660 --> 00:20:46,000 +code بروح بجيب ال drawer و ال drawer بقوله open و + +184 +00:20:46,000 --> 00:20:51,580 +close الان ال gate فيش drawer كان فيه drawer لما + +185 +00:20:51,580 --> 00:20:54,740 +كان شغال على لو أخد ال layout الأولاني لكن لأنه + +186 +00:20:54,740 --> 00:20:58,860 +أخد ال layout التاني فيش drawer طب إيش الحل هذي؟ + +187 +00:20:58,860 --> 00:21:03,200 +لأن نزل في ال code تبعك تحتاط للحاجة هذي انك تقوله + +188 +00:21:03,200 --> 00:21:10,260 +لو اشتغل على ال tabletماتاخدش للدراور، ماتدورش على + +189 +00:21:10,260 --> 00:21:14,900 +الدراور، لو ماشتغلش على ال tablet، جيب للدراور، بس + +190 +00:21:14,900 --> 00:21:18,780 +هاي الفكرة اللي بدك تعملها، الكلام سهل، بس كيف بنا + +191 +00:21:18,780 --> 00:21:22,620 +نعمله، تمام؟ هرجعتي مثلا هنا، الشهيد قاعد بيجيبلي + +192 +00:21:22,620 --> 00:21:32,740 +الدراور، بدي أقوله مثلا هنا، if this tablet not، + +193 +00:21:32,740 --> 00:21:38,510 +صح ولا؟ إيش يعني not tablet؟هو يقول دراور ماطلعش + +194 +00:21:38,510 --> 00:21:43,490 +فى ال tablet اذا ما ات تابلت جيبلى دراور تمام هذا + +195 +00:21:43,490 --> 00:21:45,970 +ال code اللى هنا مافيش فيه تغيير هذا ايش toolbar + +196 +00:21:45,970 --> 00:21:50,390 +ال toolbar موجود فى الاتنين صح ولا الان تحت هنا + +197 +00:21:50,390 --> 00:21:53,510 +هذا ال code برضه مافيش فيه تغيير اللى بيشيل + +198 +00:21:53,510 --> 00:21:56,370 +fragment و بيحط fragment صح ولا هذا بقى زى ما هو + +199 +00:21:56,370 --> 00:21:58,910 +مش انا انا اضغط على list بدي اغير ال fragment + +200 +00:21:58,910 --> 00:22:02,890 +الاتنين فيهم list بس واحدة فيها drawer واحدة مافيه + +201 +00:22:02,890 --> 00:22:05,290 +دراور لأن هذا السطر لحاله + +202 +00:22:08,920 --> 00:22:14,320 +if not is tablet روح + +203 +00:22:14,320 --> 00:22:20,560 +أعمل close للدراوة إلى أن تحت برضه هذا كل الكود + +204 +00:22:20,560 --> 00:22:24,100 +للمش + +205 +00:22:24,100 --> 00:22:34,020 +tablet فهنا جابله هذا كله if not is tablet نفذ + +206 +00:22:34,020 --> 00:22:35,380 +لي الكود هذا + +207 +00:22:38,130 --> 00:22:42,790 +طب كيف نعرف انه تابلت او مش تابلت؟ ايش رايكوا من + +208 +00:22:42,790 --> 00:22:45,250 +انا اندي فكرة؟ كيف نعرف ان انا شغال على تابلت ولا + +209 +00:22:45,250 --> 00:22:49,310 +مش تابلت؟ كيف؟ + +210 +00:22:49,310 --> 00:22:58,290 +لأ في طريقة أسهل كيف + +211 +00:22:58,290 --> 00:23:03,730 +نعرف حجم الشاشة؟ لأ لأ أقولك طريقة trick سهلة جدا، + +212 +00:23:03,730 --> 00:23:07,130 +هلجيت مش قارن عندي values هنا؟ + +213 +00:23:11,200 --> 00:23:16,900 +تمام؟ لحظة شوية لأن ال values بيلا انه انا ممكن + +214 +00:23:16,900 --> 00:23:20,100 +يكون عندي اكتر من مجلة values لو كان values ar + +215 +00:23:20,100 --> 00:23:24,380 +بيروح بياخد من اين؟ من ar الان بدي اروح كمان هنا و + +216 +00:23:24,380 --> 00:23:35,020 +اروح انشئ مجلة values تاني واسميه values w 220dp + +217 +00:23:35,020 --> 00:23:39,940 +ايش يعني؟ يعني لما يكون اشتغل عن 220 اكتريعني + +218 +00:23:39,940 --> 00:23:44,360 +تابلت اعتبرناه بيصير ياخد القيام من وين؟ من ال + +219 +00:23:44,360 --> 00:23:47,860 +values طب وإيش استفد منه لما نعمل هيك؟ انك تطلع + +220 +00:23:47,860 --> 00:23:52,060 +معايا جوا انا اي ملف من هدولة زي مثلا ال string + +221 +00:23:52,060 --> 00:23:57,120 +روحت عرفت متغير انا الآن انشغال في ال string بتاع + +222 +00:23:57,120 --> 00:24:00,380 +ال values العادية هذا ال values العادية متى + +223 +00:24:00,380 --> 00:24:04,960 +هياخده؟ لو كان الجهاز مش tabletلو كان ايش مش + +224 +00:24:04,960 --> 00:24:09,000 +tablet روح اتعرفت بوليا اسمه ايه ايش ال tablet + +225 +00:24:09,000 --> 00:24:12,740 +قيمه قيمته ايش false هذا في مجلة ال values العادى + +226 +00:24:12,740 --> 00:24:15,940 +طبعا في مجلة ال values اللي هو مائتين و عشرين و + +227 +00:24:15,940 --> 00:24:20,640 +طالع dp يعني في ال tablet انسخ مجلة ال string لسه + +228 +00:24:20,640 --> 00:24:25,820 +فاضي هو وحطه فيه يعني مجلة ال string موجود من + +229 +00:24:25,820 --> 00:24:29,660 +المسختين بس لأ روح لل tablet وحطه ايش هنا ال true + +230 +00:24:29,660 --> 00:24:35,830 +يجعل عنديبوديو ال variable قيمته هتكون في الأجهزة + +231 +00:24:35,830 --> 00:24:41,470 +الصغيرة false إنه مش tablet وقيمته في ال tablet من + +232 +00:24:41,470 --> 00:24:45,710 +ال 223 هي true زي ما أنا لما قلت two layouts واحد + +233 +00:24:45,710 --> 00:24:48,130 +عادي وواحد مائة وعشرين دي بي عملت برضه two values + +234 +00:24:48,130 --> 00:24:51,570 +اللي أقام معايا عليا إن في ال code اللي أفحص قيمة + +235 +00:24:51,570 --> 00:24:56,390 +مين مع أول ما يشغل على التطبيق هيجرأ إن إيه tablet + +236 +00:24:56,390 --> 00:24:59,210 +يا هيجرأه من ال values يا هيجرأه من ال values مائة + +237 +00:24:59,210 --> 00:25:05,350 +وعشرين دي بيقرأها إذا قرأ false معناه هشتغل على + +238 +00:25:05,350 --> 00:25:10,550 +أجهزة صغيرة إذا قرأ على أجهزة true معناه أنه مشتغل + +239 +00:25:10,550 --> 00:25:18,090 +على تابلت فالأن عرف متغير فوق بوليان اسمه is + +240 +00:25:18,090 --> 00:25:22,630 +tablet كامته + +241 +00:25:22,630 --> 00:25:30,810 +مبدئيا falseأول true خليها الان اول ما يشتغل ال + +242 +00:25:30,810 --> 00:25:36,710 +main activity بقوله يروح يقرأ القيمة الموجودة في + +243 +00:25:36,710 --> 00:25:39,730 +ال values كيف؟ get resources عشان تصل ل resources + +244 +00:25:39,730 --> 00:25:43,570 +get Boolean شايفها؟ هاي + +245 +00:25:53,650 --> 00:26:00,290 +القيمة بتخزينها في اس tablet وخلص + +246 +00:26:00,290 --> 00:26:04,610 +ال code اللي تحت ماله يعني إذا مش tablet روح افتح + +247 +00:26:04,610 --> 00:26:10,490 +جيب لي drawer إذا مش tablet إيش هذي not as tablet + +248 +00:26:16,220 --> 00:26:23,180 +روح سكر لدراور او افتحه اذا مش tablet افتح لدراور + +249 +00:26:23,180 --> 00:26:29,220 +او افتحه بناء عليهم خلصنا هيك واضح الفكرة هذه يا + +250 +00:26:29,220 --> 00:26:34,360 +جماعة فكرة صغيرة ولا محتاج حتى انت روح روح على ال + +251 +00:26:34,360 --> 00:26:39,040 +configuration و تدور على نفس الفكرة يا جماعة ممكن + +252 +00:26:39,040 --> 00:26:41,460 +انت تشتغل احنا الان اشتغلنا على tablet واجهزة + +253 +00:26:41,460 --> 00:26:45,670 +عاديةبرضه ال orientation ممكن تعمل layout و layout + +254 +00:26:45,670 --> 00:26:49,550 +port ايش هي layout port؟ اللي ال portrait وفي + +255 +00:26:49,550 --> 00:26:56,250 +layout land يعني إذا إنت بدك تعمل وجهتين للعرض + +256 +00:26:56,250 --> 00:26:58,830 +ممكن تحط layout land و layout مافيش دلوقتي تعمل + +257 +00:26:58,830 --> 00:27:02,930 +layout land و port layout land و layout يعني إذا + +258 +00:27:02,930 --> 00:27:06,510 +كان landscape روح بياخد من layout land تمام؟ بس + +259 +00:27:06,510 --> 00:27:10,330 +هذا مش درجة كتير ان يعملوا لتغيير ال orientation + +260 +00:27:10,330 --> 00:27:16,420 +الدرج أكترع ال tablet طبعا فوانبس الان هاي اش اللي + +261 +00:27:16,420 --> 00:27:21,880 +معا التطبيق تبعي شغال انا بفترض ان هذا tablet طبعا + +262 +00:27:21,880 --> 00:27:27,400 +هاي شغال ايش ولان ال home بطل ايش شغال طبعا لانه + +263 +00:27:27,400 --> 00:27:34,640 +بفحص بنقل is tablet ايش مش مش tablet طبعا فبشغلش + +264 +00:27:34,640 --> 00:27:36,780 +ال code ممكن تخليه يشغل ال code تاني بناء على is + +265 +00:27:36,780 --> 00:27:41,200 +tabletواضحة هذه الفكرة يا جماعة و هيك بنقول خلصنا + +266 +00:27:41,200 --> 00:27:50,440 +فكرة ال responsive design او من عندي سؤال ببنسكر + +267 +00:27:50,440 --> 00:27:51,140 +هذه ال gate + +268 +00:28:16,850 --> 00:28:21,630 +الان يا جماعة احد التطبيقات الشائعة لاستخدام ال + +269 +00:28:21,630 --> 00:28:24,990 +fragments وهذا اخر تطبيق هناخده اللي هو استخدام + +270 +00:28:24,990 --> 00:28:29,470 +حاجة اسمها ال tab layout و ال view pager ال tab + +271 +00:28:29,470 --> 00:28:32,310 +layout ان انت تضغط على ال tab بيغير المحتوى + +272 +00:28:32,310 --> 00:28:36,590 +الموجود ال view pager اللي احيانا يستخدم مع ال tab + +273 +00:28:36,590 --> 00:28:40,290 +برضه اللي هو انت بتعمل slide ع الشاشة مثلا عشان + +274 +00:28:40,290 --> 00:28:45,130 +تغير مجموعة شاشات او صورفأخر تطبيق هناخده هو تطبيق + +275 +00:28:45,130 --> 00:28:49,690 +سهل ان كيف نعمل ال tab layout و ن view pager هذا + +276 +00:28:49,690 --> 00:28:54,910 +طبعا فالان بدنا + +277 +00:28:54,910 --> 00:29:05,970 +نروح يا جماعة ايش خليني افضل ال code اللي هنا و + +278 +00:29:05,970 --> 00:29:13,320 +بدنا نروح لل layout هي ال main activityأنا عام + +279 +00:29:13,320 --> 00:29:21,220 +طبعا بس يعني بدنا نبدأ من الصفر وهي ال design بتاع + +280 +00:29:21,220 --> 00:29:24,780 +ال main activity لأننا نعمل tab layout بحيث مثلا + +281 +00:29:24,780 --> 00:29:28,360 +نعرف تلت شاشات blue و green و red هذه أنا عامل هنا + +282 +00:29:28,360 --> 00:29:32,620 +تلت شاشات blue و green و red fragments مختلفة مثلا + +283 +00:29:32,620 --> 00:29:37,830 +نغير اللون انت لحالك بتكون فاهم تغير المحتوىالان + +284 +00:29:37,830 --> 00:29:41,630 +بنعمل تاب او تاب اول حاجة بنجرب ال view pager + +285 +00:29:41,630 --> 00:29:46,530 +بتيجي تبحث هنا تتلاقى فيكم على بتدور على حد اسمها + +286 +00:29:46,530 --> 00:29:54,790 +view pager شايفينه هاي انسخ وحط وخليه + +287 +00:29:54,790 --> 00:30:01,370 +ايش جد الشاشة وتعالى على ال code هاي وحط ايش حط ال + +288 +00:30:01,370 --> 00:30:07,400 +view view pager كل هدول ال constraintsتمام؟ خلصنا + +289 +00:30:07,400 --> 00:30:12,840 +هيك خلصنا ايش؟ شغل ال code لسه الشغل ال XML نرجع + +290 +00:30:12,840 --> 00:30:17,380 +ال gate على ال code تعالى + +291 +00:30:17,380 --> 00:30:20,340 +على ال code هال gate بدنا نجيب ال view pager تبعنا + +292 +00:30:20,340 --> 00:30:23,860 +زي ال list view يا جماعة ال view pager زي ال list + +293 +00:30:23,860 --> 00:30:27,980 +view هال gate انت مش في ال list view بدك تحط عناصر + +294 +00:30:27,980 --> 00:30:32,300 +ال list view بياخد عناصر كتير فبدو adapter ايش + +295 +00:30:32,300 --> 00:30:37,240 +وظيفة ال adapter؟ ياخد ال dataوينشئ لكل data view + +296 +00:30:37,240 --> 00:30:42,000 +ويعبّى ال data في ال view ويدّيها لمست view ال + +297 +00:30:42,000 --> 00:30:44,860 +view pager في حاجة برضه شبيهة بهذه بس أسهل كمان + +298 +00:30:44,860 --> 00:30:52,200 +تمام فهي ال pager وبتقول find view by id r.id + +299 +00:30:52,200 --> 00:30:57,660 +.viewpager لأن ال view pager بده adapter برضه هى + +300 +00:30:57,660 --> 00:30:59,920 +pager.set + +301 +00:31:01,380 --> 00:31:05,080 +ادابتر بده ادابتر بنعمله ايش؟ الادابتر تبعه كيف + +302 +00:31:05,080 --> 00:31:08,320 +الادابتر تبعه بيشغل؟ الادابتر بتاع ال view-pager + +303 +00:31:08,320 --> 00:31:11,160 +مش زي ال missed view بياخد ايه ما ياخد ال radius + +304 +00:31:11,160 --> 00:31:14,840 +او ال cursor صح و لا لأن هذا ايش بياخد؟ بياخد + +305 +00:31:14,840 --> 00:31:18,680 +fragments يعني بيقولك انت جهزلي ال fragments اللي + +306 +00:31:18,680 --> 00:31:23,000 +بدك اياهم و حطلي اياهم في ال radius اه و بعطلي + +307 +00:31:23,000 --> 00:31:27,240 +اياهم لمين؟ لل pager و خلاص بيصير ال adapter لحظة + +308 +00:31:27,240 --> 00:31:30,380 +بمجرد تعمل slide بشيل ال fragment و بحط fragment + +309 +00:31:32,010 --> 00:31:37,950 +يعني بسيط فالان احنا عشان نعمل adapter اول حاجة + +310 +00:31:37,950 --> 00:31:40,230 +قبل ان نجهز ال data مين ال data اللي بدي اتعامل + +311 +00:31:40,230 --> 00:31:43,870 +معها ال adapter ال fragments لان انا عامل عامل + +312 +00:31:43,870 --> 00:31:47,190 +مجموعة fragments اللي هما red و green و blue + +313 +00:31:47,190 --> 00:31:52,550 +فبنروح نعمل اول حاجة list of ايش منها fragments + +314 +00:31:52,550 --> 00:31:59,330 +سميها fragments يسمونه ال realist و + +315 +00:31:59,330 --> 00:32:06,180 +بعدين لنعمل red fragmentRF يسمى New Red Fragment + +316 +00:32:08,440 --> 00:32:16,080 +Green Fragment GF يسمى New Green Fragment Blue + +317 +00:32:16,080 --> 00:32:22,760 +Fragment BF يسمى New Blue Fragment وهدولة بتضيفهم + +318 +00:32:22,760 --> 00:32:28,800 +على الاريلة وشوف كيف هالجهة ال polymorphism كلهم + +319 +00:32:28,800 --> 00:32:32,660 +هدولة من اللوح اصلا ال parent بتبعهم مين فتقدر + +320 +00:32:32,660 --> 00:32:36,480 +تضيفهم فيه dot add RF + +321 +00:32:41,360 --> 00:32:51,800 +جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي + +322 +00:32:51,800 --> 00:32:52,240 +اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف + +323 +00:32:52,240 --> 00:32:52,440 +جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي + +324 +00:32:52,440 --> 00:32:52,560 +اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف جي اف + +325 +00:33:37,610 --> 00:33:39,010 +PagerAdapterExtendClassPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapterPagerAdapter + +326 +00:33:42,860 --> 00:33:45,580 +الان سيبنا الملف اللي تحتها ال gate ال constructor + +327 +00:33:45,580 --> 00:33:52,320 +إيش بياخد؟ fragment manager طبعا هو بالنيل هيستخدم + +328 +00:33:52,320 --> 00:33:55,680 +ال fragment manager ليش؟ عشان يشيل و يحط fragments + +329 +00:33:55,680 --> 00:33:58,300 +يعني مش احنا اللي هنشيل و نحط كل زمان احنا نعمل + +330 +00:33:58,300 --> 00:34:01,520 +begin transaction نشيل و نحط هو بيقولك انا بريحك + +331 +00:34:01,520 --> 00:34:04,760 +انت بعتلي ال fragments و انا هستخدم ال fragment + +332 +00:34:04,760 --> 00:34:07,600 +manager عشان يشيل واحد بس فهم يحتاجوا ال fragment + +333 +00:34:07,600 --> 00:34:10,280 +manager و هنبعتله كمان إيش اللي معاه؟ + +334 +00:34:19,070 --> 00:34:25,290 +وهنا بتعرفها فوق زي ما جاكوا في الانتحان سبتوها + +335 +00:34:25,290 --> 00:34:34,110 +فاضية this dot fragments يساوي fragments الان get + +336 +00:34:34,110 --> 00:34:39,910 +item I بيبني ال fragment رقم I من وين fragments + +337 +00:34:39,910 --> 00:34:47,310 +dot get ال I زي ال position يعني هذا ال Iببنى ال + +338 +00:34:47,310 --> 00:34:52,250 +count كده عدد ال fragments كلهم fragments dot size + +339 +00:34:52,250 --> 00:34:56,570 +و خلصنا مافيش فيها get view زي مين زلز أسهل يعنى + +340 +00:34:56,570 --> 00:35:02,010 +هي المشكلة كانت في ال get view صحيح او لا ليش + +341 +00:35:02,010 --> 00:35:06,750 +حريكة فيها و ادفش فيها ماهو مش تسهيل لأن هنا في ال + +342 +00:35:06,750 --> 00:35:12,050 +get ال تصميم الداخلي بختلف من item ل item الان هنا + +343 +00:35:12,050 --> 00:35:16,990 +بيقولك انت بعتلى ال fragment كله تمامأه مالكاش + +344 +00:35:16,990 --> 00:35:20,850 +دعوة انت هو ال fragment لحاله بنشئه يعني هنا بدوش + +345 +00:35:20,850 --> 00:35:25,970 +يعدف ال fragment هو الحاجة هنشوف + +346 +00:35:25,970 --> 00:35:33,130 +برضه طبعا طيب لإن خلصنا ال adapter بترجع لوين لل + +347 +00:35:33,130 --> 00:35:34,670 +main activity بتنشئ my + +348 +00:35:43,890 --> 00:35:48,010 +والله اليوم أول مرة يعلق ليك يمكن من شهرين تلات، + +349 +00:35:48,010 --> 00:35:52,170 +في .. في حد هنا ضربه يعنى .. اه .. اه .. اه .. اه + +350 +00:35:52,170 --> 00:35:53,550 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +351 +00:35:53,550 --> 00:35:55,430 +اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه + +352 +00:35:55,430 --> 00:35:56,330 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +353 +00:35:56,330 --> 00:35:56,690 +اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه + +354 +00:35:56,690 --> 00:35:56,950 +.. اه .. اه .. اه .. اه .. اه .. اه .. اه .. اه .. + +355 +00:35:56,950 --> 00:36:02,970 +.. اه .. اه .. اه .. اه .. اه .. اه .. + +356 +00:36:02,970 --> 00:36:03,450 +اه .. + +357 +00:36:25,810 --> 00:36:29,010 +طيب الـ mypager adapter إيش بده يقولنا fragment + +358 +00:36:29,010 --> 00:36:32,530 +manager get support fragment manager مش هيك بنجيبه + +359 +00:36:32,530 --> 00:36:34,830 +و بعدين fragments + +360 +00:36:37,760 --> 00:36:43,280 +وبعدين هنا بتقوله إيش Pager.set adapter بتعطيله + +361 +00:36:43,280 --> 00:36:49,420 +adapter إيه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +362 +00:36:49,420 --> 00:36:52,880 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +363 +00:36:52,880 --> 00:36:53,420 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +364 +00:36:53,420 --> 00:36:53,540 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ + +365 +00:36:53,540 --> 00:36:56,080 +ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ ليه؟ لي + +366 +00:37:28,780 --> 00:37:30,460 +في إيرو + +367 +00:37:35,980 --> 00:37:43,240 +طيب اشوف .. اه + +368 +00:37:43,240 --> 00:37:44,040 +ما هو انا .. + +369 +00:37:47,370 --> 00:37:58,510 +طب اشوف اه + +370 +00:37:58,510 --> 00:38:03,670 +طيب + +371 +00:38:03,670 --> 00:38:10,030 +هذا code كنت كاتبه فيه ف red fragment بس هذا انا + +372 +00:38:10,030 --> 00:38:13,050 +اعمله ايش comment هيك + +373 +00:38:39,750 --> 00:38:46,010 +طيب يا جماعة الآن انت بمجرد ما تعمل slide هي بغير + +374 +00:38:46,010 --> 00:38:53,060 +ايش بغير ال fragment باشيالمحاضرة الجاي هنشوف + +375 +00:38:53,060 --> 00:38:58,580 +حاجتين كيف نربطه في تاب تمام و بعدين كيف نعبيه + +376 +00:38:58,580 --> 00:39:01,140 +مثلا بيانات افرض ان انت بدأت تعمل fragment من صور + +377 +00:39:01,140 --> 00:39:05,860 +تمام هده هنشوف المحاضرة الجاي يعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY.srt new file mode 100644 index 0000000000000000000000000000000000000000..a263ecdb5557dd02ed32d57ca4f1568299883819 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY.srt @@ -0,0 +1,1581 @@ +1 +00:00:20,870 --> 00:00:26,570 +طيب بسم الله الرحمن الرحيم، في المحاضرة الماضية يا + +2 +00:00:26,570 --> 00:00:31,890 +جماعة، آخر حاجة أخذناها اللي هو عرض العناصر داخل ال + +3 +00:00:31,890 --> 00:00:36,590 +list view من الـ database، تمام؟ وحكينا المحاضرة + +4 +00:00:36,590 --> 00:00:39,090 +الماضية أن أنا ممكن أستخدم طريقتين عشان أعرض + +5 +00:00:39,090 --> 00:00:42,670 +البيانات داخل list view، بالطريقة هذه، الطريقة + +6 +00:00:42,670 --> 00:00:46,190 +الأولى، هذه طبعًا الـ activity اللي هي الشغل activity + +7 +00:00:46,190 --> 00:00:49,250 +أن أنا ممكن أعمل connection على الـ database، و + +8 +00:00:49,250 --> 00:00:53,100 +بعدين أعمل query وأجيب كل الموظفين زي ما أنا + +9 +00:00:53,100 --> 00:00:56,660 +عامل هنا، SELECT from employee، وبعدين ممكن أعمل + +10 +00:00:56,660 --> 00:00:59,620 +loop على الـ cursor، وأمرر البيانات الموجودة في ال + +11 +00:00:59,620 --> 00:01:03,380 +cursor، واحنا بنعرف أن كل سطر بيأشر عليه الـ cursor + +12 +00:01:03,380 --> 00:01:07,660 +يمثل بيانات موظف واحد، بجمع بيانات الموظف، بحطهم في + +13 +00:01:07,660 --> 00:01:10,950 +class employee، وبجمع الـ objects الـ employee في + +14 +00:01:10,950 --> 00:01:15,170 +array list من نوع employee، وبعدين بيستخدم adapter + +15 +00:01:15,170 --> 00:01:18,590 +اللي هو extend based adapter زي ما اشتغلنا قبل كده + +16 +00:01:18,590 --> 00:01:21,350 +على list view، بتمررله البيانات، أو recycler view + +17 +00:01:21,350 --> 00:01:25,430 +بيعرض لك إياها في الشاشة، الطريقة الثانية، الأسهل + +18 +00:01:25,430 --> 00:01:28,190 +بتقول لنا أن أنت مش محتاج تعمل loop على الـ cursor + +19 +00:01:28,190 --> 00:01:32,430 +احنا في الـ android وفرنا لك شيء جاهز اسمه cursor + +20 +00:01:32,430 --> 00:01:37,790 +adapter، اللي هو، بس أنت بدل ما تبعت له الـ ArrayList من + +21 +00:01:37,790 --> 00:01:41,490 +objects، تبعت له على طول cursor، وهذا اللي احنا + +22 +00:01:41,490 --> 00:01:45,640 +عملناه المحاضرة الماضية في الـ employee adapter + +23 +00:01:45,640 --> 00:01:49,360 +عملنا cursor، أو عفواً، adapter extend، مش base + +24 +00:01:49,360 --> 00:01:54,640 +adapter، أو list adapter extend cursor adapter، هلأ + +25 +00:01:54,640 --> 00:01:58,400 +طبعًا بيطلب في الـ constructor الـ cursor، بدل ما كان + +26 +00:01:58,400 --> 00:02:01,340 +بياخد ArrayList في الـ base adapter، وبعدين فيه two + +27 +00:02:01,340 --> 00:02:03,920 +methods، واحدة اسمها new view، واحدة اسمها bind view + +28 +00:02:03,920 --> 00:02:07,200 +الـ new view بس بتعمل inflate، و بترجع الـ view الـ + +29 +00:02:07,200 --> 00:02:11,220 +bind view بتاخد two parameters أساسيين اللي هم الـ + +30 +00:02:11,220 --> 00:02:16,190 +view والـ cursor، الـ cursor طبعًا، لأن إذا بتذكر + +31 +00:02:16,190 --> 00:02:20,510 +زمان، عملية الـ create view كان بياخد الـ view والـ + +32 +00:02:20,510 --> 00:02:23,650 +position، ومن الـ position بتجيب الـ object وتعب + +33 +00:02:23,650 --> 00:02:27,090 +بياناته، اللي قال لك، ادّاك على طول cursor، بتقشر على + +34 +00:02:27,090 --> 00:02:30,530 +الـ row ما كنت بتابعه، يعني أنت ما عليك إلا تقرأ + +35 +00:02:30,530 --> 00:02:34,800 +من الـ cursor من المكان اللي بأشر عليه، بتحركه، وتاخد + +36 +00:02:34,800 --> 00:02:36,900 +البيانات اللي في الـ cursor اللي بتقراها، وخزنها + +37 +00:02:36,900 --> 00:02:40,280 +في الـ view، فهذا اللي عمله هنا، عمل find view by ID + +38 +00:02:40,280 --> 00:02:42,860 +عشان يجيب الـ name والـ salary والـ date of birth + +39 +00:02:42,860 --> 00:02:47,220 +text views، وبعدين هنا قرأ البيانات من الـ cursor + +40 +00:02:47,220 --> 00:02:51,700 +قرأ الـ name والـ salary والـ date of birth، الـ name + +41 +00:02:51,700 --> 00:02:54,740 +والـ salary دي بتحط على طول، بس الـ date of birth بده + +42 +00:02:54,740 --> 00:02:59,480 +شوية شغل، إن أنت ترجع من الرقم ده لسنة وشهر ويوم + +43 +00:02:59,480 --> 00:03:01,720 +عشان هيك استخدمنا الـ calendar زي ما شفنا المحاضرة + +44 +00:03:01,720 --> 00:03:03,700 +الماضية، وفي الآخر حطينا التاريخ في الـ date of + +45 +00:03:03,700 --> 00:03:06,620 +birth text field، هذا ملخص الكلام اللي أخذناه + +46 +00:03:06,620 --> 00:03:10,900 +المحاضرة الماضية، الآن بدنا نكمل بعض الأمور + +47 +00:03:10,900 --> 00:03:14,980 +المتبقية في الـ database، في + +48 +00:03:14,980 --> 00:03:20,200 +شغل الـ activity، أنا حابب إنه لما أضغط على بيانات أي + +49 +00:03:20,200 --> 00:03:20,760 +موظف + +50 +00:03:24,780 --> 00:03:29,460 +بالشكل هذا، يفتح لي activity جديدة، يجيب لي فيها + +51 +00:03:29,460 --> 00:03:33,160 +تفاصيل بياناته، طبعًا هذه مهمة، لأن بكرة مثلاً أنت + +52 +00:03:33,160 --> 00:03:38,660 +بتعمل موقع إخباري، تمام؟ أو مثلاً موقع تسوق، المفروض + +53 +00:03:38,660 --> 00:03:42,300 +تضغط على الـ item يفتح لك شاشة فيها صورته، تفاصيله + +54 +00:03:42,300 --> 00:03:45,830 +الكلام هذا كله، الآن كيف ممكن نعمل هذه؟ أول حاجة + +55 +00:03:45,830 --> 00:03:48,910 +ممكن نعمل action على الـ list view، هذا متفق عليه + +56 +00:03:48,910 --> 00:03:52,070 +هاي، أنا روحت للـ list view، وقلت له set on item + +57 +00:03:52,070 --> 00:03:55,310 +click listener، وحكينا برضه لما عملنا action على + +58 +00:03:55,310 --> 00:03:58,770 +الـ list view، أن أنت بيعطيك هو الـ position اللي أنت + +59 +00:03:58,770 --> 00:04:02,850 +ضغطت عليه، بتروح للـ list view بتقول له get item at + +60 +00:04:02,850 --> 00:04:06,150 +position، وبتعمله cast لـ cursor، خلاص هذا الآن + +61 +00:04:06,150 --> 00:04:12,450 +cursor، بيقشر على المكان اللي أنت ضغطت عليه، الطريقة + +62 +00:04:12,450 --> 00:04:16,050 +الأولى، الآن، مدام وصلت للـ cursor، تقدر تقرأ كل + +63 +00:04:16,050 --> 00:04:19,390 +البيانات الموجودة في الـ row كله، تقرأها كلها، احنا + +64 +00:04:19,390 --> 00:04:24,150 +إيش هدفنا؟ أن نشغل activity جديدة، هاي أنا عملت + +65 +00:04:24,150 --> 00:04:28,530 +activity اسمها employee details activity، حتى الآن + +66 +00:04:28,530 --> 00:04:32,330 +هذه فاضية، إيش فايدتها؟ أن أبعت لها البيانات، فبتعرف + +67 +00:04:32,330 --> 00:04:34,210 +احنا عشان نشغل activity بنعمل intent + +68 +00:04:48,900 --> 00:04:53,480 +الآن ممكن تقرأ من الـ cursor البيانات، وتعبيهم في + +69 +00:04:53,480 --> 00:04:59,140 +الـ intent، وتعمل start activity، يعني بدل ما نكتبهم + +70 +00:04:59,140 --> 00:05:02,760 +هاي أنا مثلاً، اللي بيقرأ بيانات من الـ cursor، مش هذا + +71 +00:05:02,760 --> 00:05:08,480 +اللي جبته من الـ adapter، هاي + +72 +00:05:08,480 --> 00:05:12,340 +مثلاً هنا أنا قرأت البيانات من الـ cursor، اللي هو + +73 +00:05:12,340 --> 00:05:14,920 +مثلاً أنا محتاج الـ name والسري والـ date of birth، و + +74 +00:05:14,920 --> 00:05:17,860 +لو فيه تفاصيل ثانية، بتقرأها، وبعدين بتروح للـ + +75 +00:05:17,860 --> 00:05:23,960 +intent، وبتضيفها فيه، intent.putExtra، بتحط + +76 +00:05:23,960 --> 00:05:27,760 +البيانات، وبعدين بتقول له start activity intent، لكن + +77 +00:05:27,760 --> 00:05:30,820 +هذه الطريقة لا يفضل أنك تعملها، ليش؟ افرض أنت + +78 +00:05:30,820 --> 00:05:36,230 +البيانات كبيرة، فيه تفاصيل كتير، هل منطق أن أنت تبعت + +79 +00:05:36,230 --> 00:05:38,990 +كل البيانات هذه؟ لأ، الحل الصحيح في شغل الـ + +80 +00:05:38,990 --> 00:05:45,180 +databases إيش تعمل؟ الآن ابعت الـ primary key بس + +81 +00:05:45,180 --> 00:05:48,680 +ليه نبعت الـ primary key؟ لأن أنا عندي خبر إنه تفاصيل + +82 +00:05:48,680 --> 00:05:52,020 +كتير، وإنه ID، عارفين الـ ID هذا؟ لأن الـ ID معروف + +83 +00:05:52,020 --> 00:05:55,040 +إنه ما بيتكرر مع باقي العناصر، ابعت بس الـ ID للـ + +84 +00:05:55,040 --> 00:05:57,340 +activity الثانية، في الـ activity الثانية بتاعة الـ + +85 +00:05:57,340 --> 00:06:00,520 +details، مدام عرف الـ ID، بيقدر يرجع للـ database + +86 +00:06:00,520 --> 00:06:04,020 +عشان يجيب بقية التفاصيل، فهذا هو الأسلوب الصح، حتى + +87 +00:06:04,020 --> 00:06:08,890 +في الـ web بتلاقي مثلاً صفحة بيبعت أخبار وكذا، تضغط + +88 +00:06:08,890 --> 00:06:11,670 +بيبعت بس الـ ID، وفي الصفحة الثانية بيجي بالتفاصيل + +89 +00:06:11,670 --> 00:06:15,150 +يعني احنا هنروح فقط إيش هنعمل؟ مش محتاجين احنا كل + +90 +00:06:15,150 --> 00:06:18,710 +البيانات، اللي محتاجينه الـ ID، فبتقول integer emp + +91 +00:06:18,710 --> 00:06:27,330 +ID، بنجيبه من الـ cursor، cursor.getInt، cursor.get + +92 +00:06:27,330 --> 00:06:34,250 +ColumnIndex، اسم الـ column _ID، هذا جاب الـ + +93 +00:06:34,250 --> 00:06:38,350 +ID للموظف، لأن هذا الـ ID هو اللي بحطه في الـ + +94 +00:06:38,350 --> 00:06:48,470 +intent، باسم مثلاً empID، وبتحط القيمة empID، وبعدين + +95 +00:06:48,470 --> 00:06:55,230 +بتقول start activity intent، هيك أنا بعت الـ ID بتاع + +96 +00:06:55,230 --> 00:06:58,990 +الموظف، لمين؟ للـ details activity، نيجي الآن للـ + +97 +00:06:58,990 --> 00:07:02,750 +details activity، اللي هي مين؟ اللي هتستقبل الـ + +98 +00:07:02,750 --> 00:07:08,190 +intent، تمام؟ الآن عشان السرعة بس، getIntent + +99 +00:07:10,770 --> 00:07:15,470 +عن طريق البرنامج، getExtra، احنا، احنا empID، و + +100 +00:07:15,470 --> 00:07:21,870 +إذا ما لقيته، خليه يجيب إيش؟ ناقص واحد، هاي أنت empID + +101 +00:07:21,870 --> 00:07:27,850 +دي، لأن أنا استقبلت إيش؟ الـ employee ID من الـ + +102 +00:07:27,850 --> 00:07:33,790 +activity، الآن if empID لا يساوي ناقص واحد، الآن + +103 +00:07:33,790 --> 00:07:37,110 +إيش بده يعمل؟ بده يجيب باقي البيانات من الـ + +104 +00:07:37,110 --> 00:07:39,950 +database، مدام أنا الآن بده أجيب باقي البيانات من الـ + +105 +00:07:39,950 --> 00:07:44,090 +database، يجب ألجأ لمين؟ للـ myHelper بالضبط، ترجع + +106 +00:07:44,090 --> 00:07:46,590 +للسطر بتاع الـ myHelper + +107 +00:07:58,760 --> 00:08:03,940 +وهذا SQLite database + +108 +00:08:03,940 --> 00:08:13,840 +DB.getReadableDatabase()، والآن بتقول له DB.rawQuery + +109 +00:08:13,840 --> 00:08:19,640 +بننفذ الـ query اللي هي إيش؟ SELECT * FROM + +110 +00:08:19,640 --> 00:08:23,800 +employee employee + +111 +00:08:28,370 --> 00:08:35,090 +WHERE _ID يساوي علامة استفهام، لأن هنا في + +112 +00:08:35,090 --> 00:08:38,850 +parameter ثاني، كنا نحطه null، احنا المفروض هنا في + +113 +00:08:38,850 --> 00:08:44,910 +قيم علامات الاستفهام اللي هنا، new String[]، تمام؟ + +114 +00:08:44,910 --> 00:08:49,300 +وهنا بدنا نحط قيمة الـ empID، طبعًا مش هيرضى لأن هذا + +115 +00:08:49,300 --> 00:08:52,760 +ما لهوش integer، هون الـ string، يا إما بتعمل زي هيك + +116 +00:08:52,760 --> 00:08:56,720 +ما فيش فيها class هذا integer، تمام؟ أو إيش بتقول له + +117 +00:08:56,720 --> 00:09:01,180 +هنا String.valueOf، بتعطيله الـ integer هذا + +118 +00:09:01,180 --> 00:09:04,600 +method في الـ Java بتعطيله integer، بيحوله لإيش؟ لـ + +119 +00:09:04,600 --> 00:09:09,000 +string، أو بتعمل زائد string فاضية، الآن هينفذ الـ + +120 +00:09:09,000 --> 00:09:11,440 +query اللي هي SELECT * FROM employee WHERE الـ + +121 +00:09:11,440 --> 00:09:14,980 +_ID يساوي القيمة اللي استقبلها من الـ + +122 +00:09:14,980 --> 00:09:19,340 +activity، هنا، هذا إيش بترجع الـ rawQuery؟ إيش + +123 +00:09:19,340 --> 00:09:24,320 +بترجع؟ cursor، لأن الـ cursor هذا أنا مش محتاج أعمل + +124 +00:09:24,320 --> 00:09:29,040 +عليه loop، ليش؟ لأنه بيأشر على عنصر واحد، ما فيش فيه + +125 +00:09:29,040 --> 00:09:33,520 +يعني، بس احتياط، بدي أقول له moveToFirst، بأظن بيشتغل + +126 +00:09:33,520 --> 00:09:39,960 +من غيرها حتى، تمام؟ وبعدين خلاص، بتقرأ تفاصيل الـ get + +127 +00:09:39,960 --> 00:09:43,980 +String، ما + +128 +00:09:43,980 --> 00:09:48,600 +هو سطر واحد، آه، هو سطر، لأنه أنا ببحث بالـ primary + +129 +00:09:48,600 --> 00:09:52,860 +key، صح ولا لأ جماعة؟ مش محتاج، لو عملت له مش غلط + +130 +00:09:52,860 --> 00:09:56,400 +بتقول له while cursor.moveToNext()، بس مش هتفرق + +131 +00:09:56,400 --> 00:10:04,090 +كثير، تمام؟ get كل واحد من الـ index هذا الـ name مثلاً احنا + +132 +00:10:04,090 --> 00:10:07,550 +نجيبهم احنا كاتبينهم هدول، هاي التلاتة أسطر هدول + +133 +00:10:07,550 --> 00:10:11,790 +تمام + +134 +00:10:11,790 --> 00:10:15,110 +هاي جاب البيانات كلها، لأن المفروض إيش؟ إنك تعمل أنت + +135 +00:10:15,110 --> 00:10:18,270 +في الـ activity هذه text view، وتعرف البيانات بس + +136 +00:10:18,270 --> 00:10:19,470 +للسرعة احنا إيش من هنا نعمل + +137 +00:10:34,770 --> 00:10:37,730 +طيب، واضح كيف؟ أنا الفكرة أن أبعت الـ ID بس، وجبت + +138 +00:10:37,730 --> 00:10:39,750 +بقية البيانات من الـ activity + +139 +00:11:28,320 --> 00:11:34,880 +لأن هي show all، لأن لما تضغط على أي واحد، أنا عندي + +140 +00:11:34,880 --> 00:11:38,840 +زر هنا، مش عامل بتاعة الـ focus، لحظة شوية، مين + +141 +00:11:38,840 --> 00:11:40,040 +بتذكرها، بتاعة الـ focus + +142 +00:11:54,420 --> 00:12:01,260 +خليني أذكرها بس، كيف؟ + +143 +00:12:01,260 --> 00:12:07,940 +في الـ activity الرئيسية، screen، إيه بتاعة screen + +144 +00:12:07,940 --> 00:12:12,620 +blocks focus، وهذه + +145 +00:12:12,620 --> 00:12:16,340 +احتياطي، نحطها بتاعة الـ item كمان + +146 +00:12:23,310 --> 00:12:26,550 +هو يزير يعني، آه + +147 +00:12:49,400 --> 00:12:49,720 +العزيزة، يا ربي + +148 +00:13:24,170 --> 00:13:26,830 +أتمنى أن يكون هناك عملية تجارب، تجارب + +149 +00:13:30,490 --> 00:13:32,990 +مش تعرفش، طبعاً بلاش + +150 +00:14:04,830 --> 00:14:06,350 +لا إله إلا الله + +151 +00:14:28,170 --> 00:14:31,790 +طيب يا جماعة، لحد ما يشتغل، تبقوا معايا عشان نكسب + +152 +00:14:31,790 --> 00:14:37,810 +وقت، في عندي أنا الـ activity show all، احنا بنعرف أن + +153 +00:14:37,810 --> 00:14:41,670 +فيها list view، صح؟ اليوم جينا نشوف كيف نعمل filter + +154 +00:14:41,670 --> 00:14:43,170 +للبيانات الموجودة + +155 +00:14:46,980 --> 00:14:50,960 +هيجيب لي الـ filter اللي اشتغلت، اللي لما أضغط على + +156 +00:14:50,960 --> 00:14:53,640 +أي عنصر، عمر مثلاً، هيفتح لي الـ activity الجديدة + +157 +00:14:53,640 --> 00:14:57,420 +وهيطبع لي البيانات في إيش؟ في Toast، هذا معناه إنه + +158 +00:14:57,420 --> 00:15:01,500 +جاب البيانات من الـ activity الجديدة، طيب، حابين نعمل + +159 +00:15:01,500 --> 00:15:03,980 +في الـ database .. هذا مش لازم .. مش دائماً بتلزم + +160 +00:15:03,980 --> 00:15:07,140 +الحاجة اللي بتشرحها الـ gate، بس أحياناً أنت بتلزمك + +161 +00:15:07,140 --> 00:15:09,380 +تعمل filter للبيانات اللي في الـ database، أنت بتبقى + +162 +00:15:09,380 --> 00:15:14,700 +بتعمل بحث مثلاً، ممكن تحط text field، edit text + +163 +00:15:14,700 --> 00:15:17,900 +فوق أو تحت، أنك تبدأ تكتب في النص، وبناءً على اللي + +164 +00:15:17,900 --> 00:15:22,000 +بتكتبه، بتfilter البيانات الموجودة في الـ list view + +165 +00:15:22,000 --> 00:15:24,980 +فهذه هي هدفنا، نعملها الآن على الـ list view اللي احنا + +166 +00:15:24,980 --> 00:15:29,050 +شغالين عليه، إيش عملت عشان نكسب وقت؟ حطيت فوق editText + +167 +00:15:29,050 --> 00:15:35,130 +text فوق مين؟ فوق الـ list view، طيب، عشان نعمل الشغل هذه + +168 +00:15:35,130 --> 00:15:40,970 +بنرجع لـ show all الـ activity، وبنيجي على الـ + +169 +00:15:40,970 --> 00:15:46,410 +adapter، احنا هنا جبنا الـ adapter، صح؟ لما بتيجي للـ + +170 +00:15:46,410 --> 00:15:51,390 +adapter، وبتقول له setFilterQueryProvider + +171 +00:15:55,410 --> 00:16:02,010 +FilterQueryProvider هو اللي بيحدد كيف هيفلتر + +172 +00:16:02,010 --> 00:16:04,250 +البيانات اللي بتتعامل معها الـ adapter، في النهاية + +173 +00:16:04,250 --> 00:16:06,170 +هو الـ adapter اللي بتعامل مع الـ cursor والبيانات + +174 +00:16:06,170 --> 00:16:10,100 +صح؟ فبتقول له setFilterQueryProvider، إيش بياخد هو + +175 +00:16:10,100 --> 00:16:13,600 +parameter، FilterQueryProvider، فبتيجي بين القوسين + +176 +00:16:13,600 --> 00:16:19,240 +بتقول له إيش؟ new FilterQueryProvider، هنفصلهم عشان + +177 +0 + +223 +00:19:59,570 --> 00:20:04,220 +بس اللي بيبدأ بحرف الـ A لو أنت كتبت إيه يعني أنا + +224 +00:20:04,220 --> 00:20:08,700 +مش هيرضيك إيه يعني بس لسة الآن احنا حددنا كيف + +225 +00:20:08,700 --> 00:20:14,460 +هيتعامل الـ adapter مع الـ constraint بس لسة ما حددناش + +226 +00:20:14,460 --> 00:20:17,260 +من وين بده ييجي الـ constraint؟ ما ربطناش الـ adapter + +227 +00:20:17,260 --> 00:20:21,100 +في مين؟ في الـ edit text اللي عملناه فهالـ gate احنا + +228 +00:20:21,100 --> 00:20:26,050 +بدنا نروح للـ edit text و نعمل listener على مين؟ على الـ + +229 +00:20:26,050 --> 00:20:29,190 +edit text نقول لو انضغط أي حرف أو كتب أي حرف في الـ + +230 +00:20:29,190 --> 00:20:33,410 +edit text خذه و أدّه لمن؟ للـ adapter و الـ adapter + +231 +00:20:33,410 --> 00:20:36,950 +بيعتبر هو إيش؟ الـ constraint و بننفذ عليه يعني هنا + +232 +00:20:36,950 --> 00:20:40,090 +احنا حددنا كيف الـ adapter هيتعامل مع الـ constraint + +233 +00:20:40,090 --> 00:20:43,810 +بس من وين أتي الـ constraint؟ لسة تمام؟ من وين هيجي + +234 +00:20:43,810 --> 00:20:47,030 +الـ constraint؟ من الـ edit text فبنروح نجيب الـ edit + +235 +00:20:47,030 --> 00:20:55,420 +text الـ edit text سمّيناه احنا filtered، find view by id + +236 +00:20:55,420 --> 00:21:01,780 +r.id.filtered، هاي جيبنا الـ edit text، الآن بنعمل + +237 +00:21:01,780 --> 00:21:05,060 +listener على الـ edit text، هذي أول مرة ناخدها، كيف + +238 +00:21:05,060 --> 00:21:07,480 +احنا نستمع على الـ text اللي بنكتبه على الـ edit text + +239 +00:21:07,480 --> 00:21:11,940 +في method اسمها addTextChangedListener + +240 +00:21:11,940 --> 00:21:15,480 +هذي زي set on click listener، بتسمع على الـ action + +241 +00:21:15,480 --> 00:21:18,820 +على الزر، هذي بتسمع على الـ text اللي بتكتبه في + +242 +00:21:18,820 --> 00:21:22,400 +الـ edit text، هذي إيش بتاخد؟ object من نوع text watcher + +243 +00:21:22,400 --> 00:21:29,140 +فبتعملها و بتقوله new text watcher، لأن هنا مش زي + +244 +00:21:29,140 --> 00:21:32,280 +الزر، الـ button، الـ button كان بيجيب لك method واحدة، هنا + +245 +00:21:32,280 --> 00:21:35,940 +كام method؟ تلاتة، لحاجات مختلفة، يعني إيش بدك + +246 +00:21:35,940 --> 00:21:38,900 +تعمل قبل ما يضغط على الحرف، إيش بدك تعمل أثناء ما + +247 +00:21:38,900 --> 00:21:42,380 +بتضغط، إيش بدك تعمل بعد ما يضغط، احنا مش شرط + +248 +00:21:42,380 --> 00:21:45,400 +نستخدمهم كلهم، آه، زي case by case، بنستخدم واحدة اللي هي + +249 +00:21:45,400 --> 00:21:52,160 +إيش؟ afterTextChanged، بعد ما يضغط، الـ text المكتوب + +250 +00:21:52,160 --> 00:21:57,040 +الآن في الـ TextView هيجيب لك، هي في editable text هذه + +251 +00:21:57,040 --> 00:21:59,720 +برضه الـ editable text هذه بتشير لمين؟ للـ TextView، النص + +252 +00:21:59,720 --> 00:22:04,060 +الموجود جوا، فإحنا هذا هو هيكون يعني هاي الـ + +253 +00:22:04,060 --> 00:22:10,510 +constraint، هاي الـ string constraint هو الـ s.toString + +254 +00:22:10,510 --> 00:22:14,810 +string، يعني هذا اللي بده يفلتر على إيش؟ على أساسه + +255 +00:22:14,810 --> 00:22:19,470 +هاي تمام، هذا هنبعته لمن؟ هالـ gate، للـ adapter، روح للـ + +256 +00:22:19,470 --> 00:22:25,710 +adapter تبعك، تمام؟ و قول له getFilter().filter و ابعث له + +257 +00:22:25,710 --> 00:22:30,510 +إيش؟ الـ constraint، يعني هنا أنا عملت listener على + +258 +00:22:30,510 --> 00:22:34,950 +الـ edit text بحيث إنه لما يتغير محتواه ياخد محتواه + +259 +00:22:34,950 --> 00:22:39,870 +ويبعته للـ adapter يقول له getFilter().filter، طب كيف هي + +260 +00:22:39,870 --> 00:22:44,830 +filter الـ adapter؟ هيشتغل بناءً على الـ filter query + +261 +00:22:44,830 --> 00:22:47,670 +provider اللي أنت حددته فوق، يعني هياخد الـ + +262 +00:22:47,670 --> 00:22:51,100 +constraint، إيش هيعمل؟ هينفذ الـ ... الـ ... الـ ... الـ + +263 +00:22:51,100 --> 00:22:54,140 +query، هذه واضحة يا جماعة؟ يعني أنت لازم تعمل + +264 +00:22:54,140 --> 00:22:58,340 +حاجتين عشان تفلتر، بدك تربط الـ ... الـ ... الـ adapt + +265 +00:22:58,340 --> 00:23:02,380 +... الـ ... الـ edit text أو الـ input اللي بدك تـ + +266 +00:23:02,380 --> 00:23:06,650 +فلتر بناءً عليه، تمام؟ مع الـ adapter، تمام؟ هنا أنا + +267 +00:23:06,650 --> 00:23:08,890 +ربطت الـ Edit Text مع الـ Adapter بحيث إنه لو + +268 +00:23:08,890 --> 00:23:11,810 +اتغير النص في الـ Edit Text بروح بيعطيه الـ Adapter + +269 +00:23:11,810 --> 00:23:14,950 +الحاجة الثانية، بدك تحدد بالـ Adapter إيش بده يعمل + +270 +00:23:14,950 --> 00:23:18,130 +في البيانات اللي جايه عن طريق إنك تضيف للـ Adapter + +271 +00:23:18,130 --> 00:23:25,090 +FilterQueryProvider، دكتور، حجّزت الحالة هذه + +272 +00:23:25,090 --> 00:23:28,170 +بس يمكنك، على ما يكون عند الـ Adapter، تستند من الـ + +273 +00:23:28,170 --> 00:23:31,930 +... من الـ cursor، يعني لو بده أعمل أنا الـ Adapter + +274 +00:23:31,930 --> 00:23:33,570 +العادي اللي بنستخدمه + +275 +00:23:37,690 --> 00:23:46,620 +هيضبط برضه، يعني بدك أنك تكتب، آه، هذيك بدك تعمل ... لأ + +276 +00:23:46,620 --> 00:23:50,680 +شغل جوا الـ ... بيخطف شوية، هذيك بده شغل، آه، إنك تلف + +277 +00:23:50,680 --> 00:23:55,840 +على الـ list، تمام؟ و تشوف إيش اللي بيوافقه، نسيت هالـ + +278 +00:23:55,840 --> 00:23:58,840 +gate، أنا عملتها زمان، بس تنعمل يعني، اتفقدت هناك + +279 +00:23:58,840 --> 00:24:01,240 +عشان تكون الفلترة من نفس البيانات اللي وصلت و ما + +280 +00:24:01,240 --> 00:24:04,240 +بيرجعش على database، آه، هالـ ... بيرجعش، هذيك شغل مختلف + +281 +00:24:04,240 --> 00:24:08,050 +بيكون، طب لو قد بتعمل بتفلتر على شغل تاني، يعني مثلاً + +282 +00:24:08,050 --> 00:24:10,970 +بتقول له جيب لي اسمها، بتكتب و الـ gene ده عارف تبقى + +283 +00:24:10,970 --> 00:24:14,590 +مثلاً من الـ advance زي تبقى جوجل، هنستعمل التاني، + +284 +00:24:14,590 --> 00:24:16,750 +هذا مش هتفلتر صح؟ لأن هو هنا بياخد filter ... كيف؟ بده + +285 +00:24:16,750 --> 00:24:18,990 +تتفلتر أكثر من filter؟ طب اعمل هيك مثلاً + +286 +00:24:18,990 --> 00:24:22,650 +تلاقيه، بتقول له مثلاً أرجع لي الداتا اللي ... أو اللي + +287 +00:24:22,650 --> 00:24:26,280 +مثلاً الـ active، مثلاً لو عنده موظف، أو حاجة، هذا إيش + +288 +00:24:26,280 --> 00:24:30,100 +بتعمل أنت مثلاً، مثلاً عندك edit text و drop box و + +289 +00:24:30,100 --> 00:24:34,920 +drop down، تمام؟ تختار العناصر مثلاً بدك male أو female و + +290 +00:24:34,920 --> 00:24:37,380 +تقول له يبدأ بحرف الـ A، وبعدين تضغط، أكيد اللي بدّك إياه + +291 +00:24:37,380 --> 00:24:40,900 +يكون عندك زر تقول له go أو start، لما يضغط على start + +292 +00:24:40,900 --> 00:24:43,820 +بده يجيب البيانات اللي هنا و يجيب البيانات اللي + +293 +00:24:43,820 --> 00:24:49,420 +هنا و يبعثها بنفس الطريقة هذه، آه، هو يبعثها في + +294 +00:24:49,420 --> 00:24:53,280 +الـ constraint، بس كلهم مع بعض، هتجمعهم كـ إيش؟ آه، أنت + +295 +00:24:53,280 --> 00:24:56,640 +هنا في الشغل هنا بدك تفصلهم، تحط مثلاً بينهم إشارة + +296 +00:24:56,640 --> 00:25:00,360 +مميزة زي &، وبعدين بتجيب الـ split بيجيب هذه الحالة + +297 +00:25:00,360 --> 00:25:04,200 +و هذه الحالة و بتعمل query بناءً على اتنين، فهمت كيف؟ + +298 +00:25:14,410 --> 00:25:18,790 +طيب هاي مثلاً هنا كتبت بحرف الـ A، شايفين؟ عرض لي بس + +299 +00:25:18,790 --> 00:25:23,490 +اللي موجود بحرف الـ A، حرف الـ R، هاي عرض لي ريم، حرف + +300 +00:25:23,490 --> 00:25:27,990 +الـ O، هاي جاب لي عمر، أي حرف تاني مش موجود، ماشي؟ فيش + +301 +00:25:27,990 --> 00:25:32,150 +شيء، فيش بيانات، ماشي يا جماعة؟ يبقى هيك الـ filter شكله + +302 +00:25:32,150 --> 00:25:37,090 +بقى في جزئية الـ delete، احنا شفنا كيف نضيف و كيف + +303 +00:25:37,090 --> 00:25:42,310 +نعرض و الآن كيف نحكي الـ delete يا جماعة، روحت أنا + +304 +00:25:42,310 --> 00:25:43,410 +للـ employee + +305 +00:25:47,340 --> 00:25:55,780 +item، و ضفت زر button لـ delete في كل item، ماشي + +306 +00:25:55,780 --> 00:25:59,980 +يا جماعة هذا زر ... زر لـ delete، الآن بدنا ... بدنا + +307 +00:25:59,980 --> 00:26:04,880 +نحذف، طيب الحذف، الـ action بتاع الحذف وين المفروض + +308 +00:26:04,880 --> 00:26:10,200 +أعمله؟ جوا الـ adapter، لأنه مر علينا قبل الكلام هذا + +309 +00:26:10,200 --> 00:26:15,250 +تمام؟ لأن هي الـ bindView، كل ما تجي تعبّي العنصر بدك + +310 +00:26:15,250 --> 00:26:20,090 +تروحي تعملي action على الـ delete، لأن هنا جاب الـ name + +311 +00:26:20,090 --> 00:26:22,750 +TV و الـ salary و الـ date of birth و عبّاهم كلهم + +312 +00:26:22,750 --> 00:26:26,070 +هنا خلص التعبئة، اللي باقي علينا مين؟ الـ button، الـ + +313 +00:26:26,070 --> 00:26:31,510 +delete الموجود جديد، هاي button، delete button، بتروح + +314 +00:26:31,510 --> 00:26:37,530 +للـ view و بتقوله findViewByID r.id.delete + +315 +00:26:37,530 --> 00:26:41,470 +button، هاي جاب الـ delete button، بعدين الـ delete + +316 +00:26:41,470 --> 00:26:47,010 +button بتقول له setOnClickListener(new OnClickListener + +317 +00:26:47,010 --> 00:26:52,830 +{...}); المفروض الآن لما أضغط على الـ button + +318 +00:26:52,830 --> 00:27:00,370 +هذا يحذف الـ row كله من الـ database ويحدث الـ list + +319 +00:27:00,370 --> 00:27:06,430 +تمام؟ طيب عشان نحذف، احنا بالعادة الـ ID، الـ primary + +320 +00:27:06,430 --> 00:27:10,230 +key، أنت مش هتـ ... فيه أمر موجود في الـ SQL هو delete + +321 +00:27:10,230 --> 00:27:13,710 +from table، بس delete from table هيك لحالها بتحذف لك + +322 +00:27:13,710 --> 00:27:18,010 +إيش؟ كل حاجة، خطيرة هذه، فبنقوله delete from table + +323 +00:27:18,010 --> 00:27:23,030 +where الـ ID يساوي كذا، تمام؟ احنا لازم نجيب الـ ID + +324 +00:27:23,030 --> 00:27:25,570 +قبل ما أعمل action على الزر، مش أنا في عندي + +325 +00:27:25,570 --> 00:27:30,630 +cursor هنا؟ في الـ bindView هذا الـ cursor بيشير على + +326 +00:27:30,630 --> 00:27:35,750 +السطر اللي أنا بده أحذفه فعلياً، جيب الـ ID منه، احنا + +327 +00:27:35,750 --> 00:27:37,610 +هنا جيبنا الـ name و الـ salary و الـ date of birth + +328 +00:27:37,610 --> 00:27:44,250 +بدنا مين؟ الـ ID، روح لـ cursor و قول له getInt + +329 +00:27:44,250 --> 00:27:51,650 +cursor.getColumnIndex( "_id") + +330 +00:27:51,650 --> 00:27:56,150 +هيك جاب الـ ID، لأن احنا بدنا نحذف السطر اللي موجود + +331 +00:27:56,150 --> 00:28:03,490 +عند الـ ID هذا، تمام؟ فروحت على الـ button الآن و بده + +332 +00:28:03,490 --> 00:28:07,410 +الـ DB، يبقى بده connection على إيش؟ على الـ database + +333 +00:28:07,410 --> 00:28:11,090 +يبقى بده مين؟ الـ MyHelper، بدنا نروح نجيب الـ + +334 +00:28:11,090 --> 00:28:15,270 +MyHelper من أي مكان موجود، هاي الـ MyHelper و معاه + +335 +00:28:15,270 --> 00:28:19,750 +مين؟ الـ DB، بس بده يقول له الآن getWritableDatabase مش إيش؟ + +336 +00:28:19,750 --> 00:28:24,210 +مش getReadableDatabase، لأنه حدث، فروحت الآن على الـ adapter في + +337 +00:28:24,210 --> 00:28:26,670 +الـ button الآن، بالعادة connection على الـ database + +338 +00:28:27,610 --> 00:28:32,550 +هنا بكتب context، فلازم أجيب الـ myHelper، وهي جيبنا + +339 +00:28:32,550 --> 00:28:36,610 +الـ DB، بس بيقول له إيش؟ getWritableDatabase، لأن الـ delete + +340 +00:28:36,610 --> 00:28:40,830 +عبارة عن تغيير، زي كأنها عملية write، getWritableDatabase + +341 +00:28:40,830 --> 00:28:45,950 +database و بقول له الآن db.execSQL أو فيه method + +342 +00:28:45,950 --> 00:28:51,510 +جاهزة اسمها delete، تمام؟ الـ delete هذه بتاخد تلات + +343 +00:28:51,510 --> 00:28:55,930 +حاجات، اسم الـ table و الـ where و القيم بتاعة علامة + +344 +00:28:55,930 --> 00:29:00,370 +الاستفهام، يفضل استخدام الـ delete هذه، يفضل استخدام الـ + +345 +00:29:00,370 --> 00:29:03,890 +execSQL هذه، أو هذه، بس هذه الـ delete مالها + +346 +00:29:03,890 --> 00:29:10,080 +مفصّلة البيانات، وبعدين برجع لك integer بيبين لك رقم الـ + +347 +00:29:10,080 --> 00:29:14,680 +row المحذوف، يعني هذا مفيد أكثر إنها مش void، برجع لك + +348 +00:29:14,680 --> 00:29:18,360 +قيمة، بيبين لك إن الحذف تم أو لا، لو ما حذفش برجع لك ناقص + +349 +00:29:18,360 --> 00:29:21,300 +واحد، فبتعرف إن تمت عملية الحذف أو لا، المهم خلينا + +350 +00:29:21,300 --> 00:29:24,660 +نستخدم delete، بده اسم الـ table اللي هو employee + +351 +00:29:25,760 --> 00:29:29,000 +و بده الآن الـ where، الشرط الـ where، من غير ما نكتب + +352 +00:29:29,000 --> 00:29:32,040 +طبعاً كلمة where، لأن هو هنا مجزّئ لك الـ query اللي هو + +353 +00:29:32,040 --> 00:29:35,880 +إيش؟ الـ _id يساوي علامة استفهام، دلوقت قيم + +354 +00:29:35,880 --> 00:29:43,320 +علامة الاستفهام، new String[] و بتعطيله مين؟ String + +355 +00:29:43,320 --> 00:29:50,860 +[].valueOf(empID) هذا + +356 +00:29:50,860 --> 00:29:53,580 +بس بده تكون هنا final + +357 +00:29:59,630 --> 00:30:02,410 +يعني الآن أول ما يضغط على الـ button عمل + +358 +00:30:02,410 --> 00:30:06,810 +connection على الـ database، عمل delete، احذف من الـ + +359 +00:30:06,810 --> 00:30:13,950 +database فقط لما يكون الـ ID يساوي الـ empID، طيب + +360 +00:30:13,950 --> 00:30:18,750 +لسة ما خلصش، تمام؟ + +361 +00:30:18,750 --> 00:30:21,090 +الآن ما ينفعش أقوله برضه notifyDataSetChanged + +362 +00:30:21,090 --> 00:30:25,730 +لازم قبل ما نعمل notify، البيانات المعروضة اتغيرت + +363 +00:30:26,610 --> 00:30:30,890 +الآن الـ delete بيغيّر في الـ database لكن المعروض في + +364 +00:30:30,890 --> 00:30:34,350 +listView ما له، لسة، فشوف إيش بدّي أعمل، بدّي أروح للـ + +365 +00:30:34,350 --> 00:30:43,150 +DB تاني و أقول له rawQuery("SELECT * FROM + +366 +00:30:43,150 --> 00:30:47,250 +employee"); بدّي + +367 +00:30:47,250 --> 00:30:50,250 +أجيب البيانات كلها من أول وجديد، و هذا إيش بيرجع لي؟ + +368 +00:30:50,250 --> 00:30:53,310 +cursor، cursor + +369 +00:30:55,660 --> 00:30:59,720 +خليه هنا، نقول له new Cursor، هيك احنا جيبنا البيانات + +370 +00:30:59,720 --> 00:31:08,180 +الجديدة، وبعدين بنفذ method اسمها swapCursor، إيش + +371 +00:31:08,180 --> 00:31:12,480 +هي كلمة swap؟ swap، تبديل، هذه method موجودة في الـ + +372 +00:31:12,480 --> 00:31:15,280 +adapter نفسه، بدليل إن استدعيتها من غير ما أكتب أي + +373 +00:31:15,280 --> 00:31:18,520 +حاجة قبلها، inherited من وين؟ من الـ superclass + +374 +00:31:18,520 --> 00:31:21,860 +كأني بقول للـ adapter يا adapter، سيب الـ cursor اللي + +375 +00:31:21,860 --> 00:31:25,320 +أنت بتستخدمه عشان تعرض البيانات، وخذ cursor جديد + +376 +00:31:27,550 --> 00:31:30,170 +فهمتوا عليه ولا لأ يا جماعة؟ وبعدين بقوله في الآخر + +377 +00:31:30,170 --> 00:31:34,810 +notifyDataSetChanged، تشوف الـ delete كيف؟ أول + +378 +00:31:34,810 --> 00:31:37,310 +حاجة في الـ delete، بيلزمك تعمل connection على الـ + +379 +00:31:37,310 --> 00:31:40,470 +database عشان تعمل حاجتين، عشان تروح تعمل delete + +380 +00:31:40,470 --> 00:31:45,130 +للسطر، هيك أنت حذفته من الـ database، وبعدين تجيب + +381 +00:31:45,130 --> 00:31:48,720 +البيانات بعد الحذف، البيانات الجديدة، إنك تعمل query + +382 +00:31:48,720 --> 00:31:52,060 +من أول وجديد على كل البيانات، و جبت الـ cursor و + +383 +00:31:52,060 --> 00:31:54,740 +بعدين تروح للـ adapter تقول له سيب الكيرسر القديم و + +384 +00:31:54,740 --> 00:31:57,640 +خذ الكيرسر الجديد عشان يعرض البيانات، وبعدين تقول له + +385 +00:31:57,640 --> 00:32:00,880 +notifyDataSetChanged، وبعدين بتشغل + +386 +00:32:27,880 --> 00:32:33,380 +الآن غطينا في مثال الـ database هذا، الإضافة و العرض + +387 +00:32:33,380 --> 00:32:37,920 +و الحذف و الفلتر، ده العملية المهمة في الـ database + +388 +00:32:37,920 --> 00:32:41,680 +اللي هي الـ edit، هذه متروكة لكم، ما فيش فيها شيء جديد + +389 +00:32:41,680 --> 00:32:45,260 +تمام؟ بس بدك تشغل مخّك على أساس كل اللي أخذناه + +390 +00:32:45,260 --> 00:32:51,660 +اتواظبوا مع مين؟ مع التعديل، احنا + +391 +00:32:51,660 --> 00:32:53, + +445 +00:36:50,930 --> 00:36:58,390 +database و تعرف فوق public static string table + +446 +00:36:58,390 --> 00:37:05,910 +employee table جدول الـ employee تسميته ايش employee + +447 +00:37:08,120 --> 00:37:12,300 +يعني اسم الجدول عرفته في الـ helper فوق و كـ static + +448 +00:37:12,300 --> 00:37:16,660 +public static final كمان عشان ما حدش يغيره + +449 +00:37:16,660 --> 00:37:21,080 +تمام employee table لأن و اما تعمل query بدل ما + +450 +00:37:21,080 --> 00:37:25,820 +تكتب employee استخدم اسم المتغير هذا مثلا في show + +451 +00:37:25,820 --> 00:37:29,660 +all احنا عاملين select نجمة from employee بدل ما + +452 +00:37:29,660 --> 00:37:34,840 +تكتب هذه شيل هذه هيك from و اعمل my helper + +453 +00:37:39,130 --> 00:37:41,430 +.dbemployee table شايفين يعني هنا لما عملنا النص + +454 +00:37:41,430 --> 00:37:45,430 +select نجمة from مين في قيمة المتغير هذا + +455 +00:37:45,430 --> 00:37:50,110 +و في كل مكان تعمل query حط قيمة ايش المتغير على + +456 +00:37:50,110 --> 00:37:53,970 +أساس ايش أنه لو روحت قررت في لحظة ما تغير اسم ال + +457 +00:37:53,970 --> 00:37:58,770 +table تروح تغيره في الـ my helper فقط فتغير في كل + +458 +00:37:58,770 --> 00:38:01,770 +مكان أنت فعليا لو شوفت أي tutorial على database + +459 +00:38:02,950 --> 00:38:06,010 +هتلاقيه على طول من أول المثال بديلك في ايش معرفلك + +460 +00:38:06,010 --> 00:38:09,150 +فوق strings جديدة و لا المتغيرات و أسماء الـ + +461 +00:38:09,150 --> 00:38:12,890 +columns كمان تمام؟ بس أنا طبعا ما بديتش زي هيك لأن + +462 +00:38:12,890 --> 00:38:15,750 +لو بديت زي هيك هتقول ليش هذي هنا و ليش هذي هنا و + +463 +00:38:15,750 --> 00:38:19,010 +ايش هذيك هتتلخبط في مليون حاجة جديدة مع بعض تمام؟ + +464 +00:38:19,010 --> 00:38:21,670 +في الآخر أعطتك اياها كنوع من الـ refactoring ترتيب + +465 +00:38:21,670 --> 00:38:22,150 +الـ code + +466 +00:38:28,260 --> 00:38:32,380 +واضح يا جماعة؟ طبعا بس نقطة صغيرة لحظة ما أنشأنا + +467 +00:38:32,380 --> 00:38:36,180 +الجدول و حطينا اسم الـ primary key ايش underscore + +468 +00:38:36,180 --> 00:38:41,520 +ID هذه بالعمدة ليش underscore تحديدا بقولك الـ + +469 +00:38:41,520 --> 00:38:45,320 +cursor adapter بشكل عام عشان تتعامل معاه لازم هو + +470 +00:38:45,320 --> 00:38:49,640 +بيشبرك يكون فيه الـ primary key اسمه underscore ID + +471 +00:38:49,640 --> 00:38:54,040 +ليش ما عرفش هو بما هيك بدهم طبعا يعني لو حطيته ID + +472 +00:38:54,040 --> 00:38:58,150 +مش هيشتغل معاك هيطلع error ماشي هذا لو بتعامل انت + +473 +00:38:58,150 --> 00:39:01,350 +مع cursor adapter لكن لو بتعامل مع adapter عادي + +474 +00:39:01,350 --> 00:39:06,550 +مش مشكلة طبعا طيب هيك خلصنا من موضوع الـ database + +475 +00:39:06,550 --> 00:39:10,010 +المهم ضايل بس جزئية الـ update طبعا انت هاد ما تركت لك + +476 +00:39:10,010 --> 00:39:13,430 +لحالة ما فيش فيها اي حاجة جديدة هتنعمل اللهم ايش + +477 +00:39:13,430 --> 00:39:16,790 +اللي هو الـ query اللي بتغيرها اللي بتستخدم الـ + +478 +00:39:16,790 --> 00:39:19,650 +update طبعا جربوا اعملوها انا بطلب من المعيد انه + +479 +00:39:19,650 --> 00:39:23,050 +يخرجوا يشتغلوها في المعمل المحاضرة الجاية ضايلة + +480 +00:39:23,050 --> 00:39:25,230 +جزئية اللي هي علاقة بحفظ البيانات اللي هي shared + +481 +00:39:25,230 --> 00:39:29,690 +preferences هنغطيها في أول المحاضرة الجاية ان شاء الله + +482 +00:39:29,690 --> 00:39:34,440 +طبعا في حد عنده اي سؤال يا جماعة؟ ودلوقت احنا + +483 +00:39:34,440 --> 00:39:38,260 +حتى الان متعامل مع الـ table واحد تمام؟ ممكن يكون + +484 +00:39:38,260 --> 00:39:41,060 +فيه اكتر من الـ table و فيه علاقات بينهم هذا بده + +485 +00:39:41,060 --> 00:39:46,030 +شغل اضافي بس هذا مش شغلي أنا شغلي أن أفرجيك كيف + +486 +00:39:46,030 --> 00:39:49,730 +تربط مع الـ database وفرجيتك كيف تربط مع الـ table + +487 +00:39:49,730 --> 00:39:52,610 +تعقيدات الـ SQL و الكويل وكيف يجيب من اكتر من الـ + +488 +00:39:52,610 --> 00:39:56,310 +table هذه مطروحة لك تجربها عشان هي احنا لدينا + +489 +00:39:56,310 --> 00:40:00,470 +مادتين مادة database تتمكن فيها من SQL و + +490 +00:40:00,470 --> 00:40:02,990 +relational databases و ER diagram وكيف تعمل + +491 +00:40:02,990 --> 00:40:06,490 +structure لـ database صح تمام؟ وفي المادة هذه + +492 +00:40:06,490 --> 00:40:11,080 +بتتعامل كيف تربط مع database واضح ان الربط كله + +493 +00:40:11,080 --> 00:40:15,000 +عبارة عن queries إذا فهمت الـ queries صح الـ SQL + +494 +00:40:15,000 --> 00:40:18,720 +بشكل عام بتلعب فيها زي ما بدك ويعطيك الله عافية diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..60c845f16f3058d542816b181f25b941ba50dc17 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_postprocess.srt @@ -0,0 +1,1976 @@ +1 +00:00:20,870 --> 00:00:26,570 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية يا + +2 +00:00:26,570 --> 00:00:31,890 +جماعة أخر حاجة أخدناها اللي هو عرض العناصرداخل ال + +3 +00:00:31,890 --> 00:00:36,590 +list view من ال database تمام وحكينا المحاضرة + +4 +00:00:36,590 --> 00:00:39,090 +الماضية ان انا ممكن استخدم طريقتين عشان اعرض + +5 +00:00:39,090 --> 00:00:42,670 +البيانات داخل list view بالطريقة هذه الطريقة + +6 +00:00:42,670 --> 00:00:46,190 +الأولى هذه طبعا ال activity اللي هي الشغل activity + +7 +00:00:46,190 --> 00:00:49,250 +ان انا ممكن اعمل connection على ال database و + +8 +00:00:49,250 --> 00:00:53,100 +بعدين اعمل queryعلى أجيب كل الموظفين زي ما أنا + +9 +00:00:53,100 --> 00:00:56,660 +عامل هنا Selected from employee و بعدين ممكن أعمل + +10 +00:00:56,660 --> 00:00:59,620 +loop على ال cursor أمرع البيانات الموجودة في ال + +11 +00:00:59,620 --> 00:01:03,380 +cursor و احنا بنعرف ان كل سطر بيأشر عليه ال cursor + +12 +00:01:03,380 --> 00:01:07,660 +بيمثل بيانات موظف واحد بجمع بيانات الموظف بحطهم في + +13 +00:01:07,660 --> 00:01:10,950 +class employee و بجمعالـ objects ال employee في + +14 +00:01:10,950 --> 00:01:15,170 +array list من نوع employee و بعدين بيستخدم adapter + +15 +00:01:15,170 --> 00:01:18,590 +اللي هو extent based adapter زي ما اشتغلنا قبل هيك + +16 +00:01:18,590 --> 00:01:21,350 +على list view بتمررله بيانات او recyler view + +17 +00:01:21,350 --> 00:01:25,430 +بيعرضلك إياها في الشاشة الطريقة التانية الأسهل + +18 +00:01:25,430 --> 00:01:28,190 +بقولنا ان انت مش محتاج تعمل loop على ال cursor + +19 +00:01:28,190 --> 00:01:32,430 +احنا في الاندرويد وفرنا لك اشي جاهز اسمه cursor + +20 +00:01:32,430 --> 00:01:37,790 +adapterاللي هو بس انت بدل ما تبعتله ال realist من + +21 +00:01:37,790 --> 00:01:41,490 +objects تبعتله على طول cursor وهذا اللي احنا + +22 +00:01:41,490 --> 00:01:45,640 +عملناه المحاضرة الماضيةفي ال employee adapter + +23 +00:01:45,640 --> 00:01:49,360 +اعملنا cursor او عفوا adapter extend مش base + +24 +00:01:49,360 --> 00:01:54,640 +adapter او list adapter extend cursor adapter هلأ + +25 +00:01:54,640 --> 00:01:58,400 +طبعا بطلب في ال constructor الكيرسر بدل ما كان + +26 +00:01:58,400 --> 00:02:01,340 +ياخد array list في ال base adapter و بعدين فيه two + +27 +00:02:01,340 --> 00:02:03,920 +methods واحدة اسمها new view واحدة اسمها bind view + +28 +00:02:03,920 --> 00:02:07,200 +ال new view بس بتعمل inflate و بترجع ال view ال + +29 +00:02:07,200 --> 00:02:11,220 +bind view بتاخد two parameters أساسيين اللي هم ال + +30 +00:02:11,220 --> 00:02:16,190 +viewو ال cursor ال cursor طبعا لان اذا بتذكرين + +31 +00:02:16,190 --> 00:02:20,510 +زمان عملية ال creative view كان ياخد ال view و ال + +32 +00:02:20,510 --> 00:02:23,650 +position و من ال position تجيب ال object و تعب + +33 +00:02:23,650 --> 00:02:27,090 +بياناته اللي قال لأ ادّاك على طول cursor بقشر على + +34 +00:02:27,090 --> 00:02:30,530 +ال role ما كنتوا بتابعته يعني انت ماعليك إلا تقرأ + +35 +00:02:30,530 --> 00:02:34,800 +من ال cursorمن المكان اللي بأشهر عليه باتحركوش خد + +36 +00:02:34,800 --> 00:02:36,900 +البيانات اللي في ال cursor اللي بتقراها و خزينها + +37 +00:02:36,900 --> 00:02:40,280 +في ال view فهذا اللي عمله هنا عمل find view ب ID + +38 +00:02:40,280 --> 00:02:42,860 +عشان يجيب ال name و ال celery و ال date of birth + +39 +00:02:42,860 --> 00:02:47,220 +text views و بعدين هنا قرأ البيانات من ال cursor + +40 +00:02:47,220 --> 00:02:51,700 +قرأت ال name و ال celery و ال date of birthال name + +41 +00:02:51,700 --> 00:02:54,740 +والسنة دي بتحط على طول بس ال date of birth بده + +42 +00:02:54,740 --> 00:02:59,480 +شوية شغل انه انت ترجع من الرقم لها سنة و شهر و يوم + +43 +00:02:59,480 --> 00:03:01,720 +عشان هيك استخدمنا ال calendar زي ما شوفنا المحاضرة + +44 +00:03:01,720 --> 00:03:03,700 +الماضية و في الآخر حطينا التاريخ في ال date of + +45 +00:03:03,700 --> 00:03:06,620 +birth text field هذا ملخص الكلاب اللي أخدنا + +46 +00:03:06,620 --> 00:03:10,900 +المحاضرة الماضية الآن بدنا نكمل بعض الأمور + +47 +00:03:10,900 --> 00:03:14,980 +المتبقية في ال database في + +48 +00:03:14,980 --> 00:03:20,200 +شغل activity انا حابب انه لما اضغط على بيانات اي + +49 +00:03:20,200 --> 00:03:20,760 +موظف + +50 +00:03:24,780 --> 00:03:29,460 +بالشكل هذا يفتحلي activity جديدة يجيبلي فيها + +51 +00:03:29,460 --> 00:03:33,160 +تفاصيل بيانات طبعا هذه مهمة لان بكرا مثلا انت + +52 +00:03:33,160 --> 00:03:38,660 +بتعمل موقع اخباري تمام او مثلا موقع التسوق المفروض + +53 +00:03:38,660 --> 00:03:42,300 +تضغط على ال item يفتحلك شاشة فيها صورته تفاصيله + +54 +00:03:42,300 --> 00:03:45,830 +الكلام هذا كلهالان كيف ممكن نعمل هذه؟ اول حاجة + +55 +00:03:45,830 --> 00:03:48,910 +ممكن نعمل action على ال list view هذا متفق عليه + +56 +00:03:48,910 --> 00:03:52,070 +هاي انا روحت لل list view و قلت له sit on item + +57 +00:03:52,070 --> 00:03:55,310 +click this one و حكينا برضه لما عملنا action على + +58 +00:03:55,310 --> 00:03:58,770 +ال list view ان انت بيعطيك هو ال position اللي انت + +59 +00:03:58,770 --> 00:04:02,850 +تغطى عنده بتروح لل list view بتقوله get item at + +60 +00:04:02,850 --> 00:04:06,150 +position و بتعمله cast ل cursor خلاص هذا الان + +61 +00:04:06,150 --> 00:04:12,450 +cursor بقشر على المكان اللي انت تغطى عليهالطريقة + +62 +00:04:12,450 --> 00:04:16,050 +الأولى الآن مدام وصلت ل ال cursor تقدر تقرأ كل + +63 +00:04:16,050 --> 00:04:19,390 +البيانات الموجودة في الروح كلها تقرأها كلها احنا + +64 +00:04:19,390 --> 00:04:24,150 +ايش هدفنا ان نشغل activity جديدة هاي انا عملت + +65 +00:04:24,150 --> 00:04:28,530 +activity اسمها employee details activity حتى الان + +66 +00:04:28,530 --> 00:04:32,330 +هذه فاضية ايش فايديتها ان ابعتلها البيانات فبتعرف + +67 +00:04:32,330 --> 00:04:34,210 +احنا عشان نشغل activity بتعمل intent + +68 +00:04:48,900 --> 00:04:53,480 +الأن ممكن تقرأ من الـ cursor البيانات وتعبيهم في + +69 +00:04:53,480 --> 00:04:59,140 +الـ intent وتعمل start activity يعني بدل ما نكتبهم + +70 +00:04:59,140 --> 00:05:02,760 +هاي أنا مثلا اللي بيقرأ بيانات من ال cursor مش هذا + +71 +00:05:02,760 --> 00:05:08,480 +اللي جبته من ال adapter هاي + +72 +00:05:08,480 --> 00:05:12,340 +مثلا هنا أنا قرأت البيانات من ال cursorاللي هو + +73 +00:05:12,340 --> 00:05:14,920 +مثلا انا محتاج ال name والسلة و ال date of birth و + +74 +00:05:14,920 --> 00:05:17,860 +لو فيه تفاصيل تانية بتقرأها و بعدين بتروح ال + +75 +00:05:17,860 --> 00:05:23,960 +intent و بتضيفها فيه intent.put تمام extra بتحط + +76 +00:05:23,960 --> 00:05:27,760 +البيانات و بعدين بتقوله start activity intent لكن + +77 +00:05:27,760 --> 00:05:30,820 +هذه الطريقة لا يفضل انك تعملها ليش افرض انت + +78 +00:05:30,820 --> 00:05:36,230 +البيانات كبيرة فيه تفاصيل كتيرهل منطق ان انت تبعت + +79 +00:05:36,230 --> 00:05:38,990 +كل البيانات هذه؟ لأ الحل الصحيح في شغل ال + +80 +00:05:38,990 --> 00:05:45,180 +databases ايش تعمل؟ الان ابعت ال primary key بسليش + +81 +00:05:45,180 --> 00:05:48,680 +نبعت ال primary key؟ لأن أنا عند الخبر إنه تفاصيل + +82 +00:05:48,680 --> 00:05:52,020 +كتير و إنه ID، عارفين ال ID هذا؟ لأن ال ID معروف + +83 +00:05:52,020 --> 00:05:55,040 +إنه ما بتكررش مع به العناصر، ابعت بس ال ID لل + +84 +00:05:55,040 --> 00:05:57,340 +activity التانية، في ال activity التانية بتاعة ال + +85 +00:05:57,340 --> 00:06:00,520 +details، مدام عرف ال ID، بيقدر يرجع لل database + +86 +00:06:00,520 --> 00:06:04,020 +عشان يجيب بقية التفاصيل، فهذا هو الأسلوب الصح، حتى + +87 +00:06:04,020 --> 00:06:08,890 +في ال webبتلاقي مثلا صفحة بيبعت أخبار وكذا تضغط + +88 +00:06:08,890 --> 00:06:11,670 +بيبعت بس ال ID وفي الصفحة التانية بيجي بالتفاصيل + +89 +00:06:11,670 --> 00:06:15,150 +يعني احنا هنروح فقط اش هنعمل مش محتاجين احنا كل + +90 +00:06:15,150 --> 00:06:18,710 +البيانات اللي محتاجين ال ID فبتقولوا integer imp + +91 +00:06:18,710 --> 00:06:27,330 +ID بنجيهم ال cursor cursor.get integer cursor.get + +92 +00:06:27,330 --> 00:06:34,250 +column index اسم ال column underscoreID هذا جاب ال + +93 +00:06:34,250 --> 00:06:38,350 +ID للموظف لأن هذا الأحيان هو اللي بحطه في ال + +94 +00:06:38,350 --> 00:06:48,470 +intent باسم مثلا impid و بتحط القيمة impid و بعدين + +95 +00:06:48,470 --> 00:06:55,230 +بتقول start activity intentهك انا بعدت ال id بتاع + +96 +00:06:55,230 --> 00:06:58,990 +الموظف لمين ل ال details activity نيجي الان لل + +97 +00:06:58,990 --> 00:07:02,750 +details activity اللي هي مين اللي هتستقبل ال + +98 +00:07:02,750 --> 00:07:08,190 +intent تمام فالان عشان السرعة بس get intent + +99 +00:07:10,770 --> 00:07:15,470 +عن طريق البرنامج get-extra احنا احنا امب اي دي و + +100 +00:07:15,470 --> 00:07:21,870 +اذا مالجهوش خليه يجيب ايش ناقص واحد هاي انت امب اي + +101 +00:07:21,870 --> 00:07:27,850 +دي لان انا استقبلت ايشالـ employee id من ال + +102 +00:07:27,850 --> 00:07:33,790 +activity الان if emp id لا يساوي ناقص واحد الان + +103 +00:07:33,790 --> 00:07:37,110 +ايش بده يجب ان اعمل؟ بده اجيب باقية البيانات من ال + +104 +00:07:37,110 --> 00:07:39,950 +database مدام انا الان بده اجيب باقية البيانات من + +105 +00:07:39,950 --> 00:07:44,090 +ال database يجب لزمن مين؟ ال myhelper بالظبط ترجع + +106 +00:07:44,090 --> 00:07:46,590 +للسطر بتاع ال myhelper + +107 +00:07:58,760 --> 00:08:03,940 +وهذا SQLite database + +108 +00:08:03,940 --> 00:08:13,840 +DB get readable database والان بتقوله DB.proquery + +109 +00:08:13,840 --> 00:08:19,640 +ننفذ ال query اللي هي ايش select نجمة from + +110 +00:08:19,640 --> 00:08:23,800 +employee employee + +111 +00:08:28,370 --> 00:08:35,090 +where underscore ID يساوي علامة استفهام لأن هنا في + +112 +00:08:35,090 --> 00:08:38,850 +parameter تاني كنا نحطه null احنا المفروض هنا في + +113 +00:08:38,850 --> 00:08:44,910 +قيم علامات الاستفهام اللي هنا new string تمام؟ + +114 +00:08:44,910 --> 00:08:49,300 +وهنا بدنا نحط main ال impID طبعا مش هيرضع لإن هدى + +115 +00:08:49,300 --> 00:08:52,760 +مالها integer هون ال string يا إما بتعمل زي هيك + +116 +00:08:52,760 --> 00:08:56,720 +مافيش فيها class هدا integer تمام أو إيش بتقوله + +117 +00:08:56,720 --> 00:09:01,180 +هنا string dot value of بتعطيله ال integer هدى + +118 +00:09:01,180 --> 00:09:04,600 +method في ال Java بتعطيله integer بيحوله لإيش ل + +119 +00:09:04,600 --> 00:09:09,000 +string أو بتعمل زائد string فاضيفالان هينفذ ال + +120 +00:09:09,000 --> 00:09:11,440 +query اللى هى Selected from employee where ال + +121 +00:09:11,440 --> 00:09:14,980 +underscore ID يساوي القيمة اللى استقبلها من ال + +122 +00:09:14,980 --> 00:09:19,340 +activity هنا هذا ايش بترجع ال raw query؟ ايش + +123 +00:09:19,340 --> 00:09:24,320 +بترجع؟ cursor لأن ال cursor هذا انا مش محتاج اعمل + +124 +00:09:24,320 --> 00:09:29,040 +عليه loop ليش؟ لأن هو بأشر على أنصر واحد مافيش فيه + +125 +00:09:29,040 --> 00:09:33,520 +يعني بس احتياطابدي أقوله move to first أظن بيشتغل + +126 +00:09:33,520 --> 00:09:39,960 +من غيرها حتى تمام و بعدين خلاص بتقرأ تفاصيل ال get + +127 +00:09:39,960 --> 00:09:43,980 +string ما + +128 +00:09:43,980 --> 00:09:48,600 +هو سطر واحد اه هو سطر لأنه أنا ببحث بال primary + +129 +00:09:48,600 --> 00:09:52,860 +key صح ولا لأ جماعة مش محتاج لو عملتله مش غلط + +130 +00:09:52,860 --> 00:09:56,400 +بتقوله while cursor is not after last بس مش هاتلز + +131 +00:09:56,400 --> 00:10:04,090 +روك تمام get كوله من indexهذا ال name مثلا احنا + +132 +00:10:04,090 --> 00:10:07,550 +نجيبهم احنا كاتبينهم هدولة هاي التالتة أسطور هدول + +133 +00:10:07,550 --> 00:10:11,790 +تمام + +134 +00:10:11,790 --> 00:10:15,110 +هاي جاب البيانات كلها لإن المفروض ايش انه تعمل انت + +135 +00:10:15,110 --> 00:10:18,270 +في ال activity هذه text view و تعرض البيانات بس + +136 +00:10:18,270 --> 00:10:19,470 +للسرعة احنا اش من هنا نعمل + +137 +00:10:34,770 --> 00:10:37,730 +طيب واضح كيف انا الفكرة ان ابعت ال ID بس و جيبت + +138 +00:10:37,730 --> 00:10:39,750 +بجيهة البيانات من ال activity + +139 +00:11:28,320 --> 00:11:34,880 +لأن هي show all لأن لما تضغط على أي واحد انا عندي + +140 +00:11:34,880 --> 00:11:38,840 +زر هنا مش عامل بتاعة ال focus لحظة شوية مين + +141 +00:11:38,840 --> 00:11:40,040 +بتذكرها بتاعة ال focus + +142 +00:11:54,420 --> 00:12:01,260 +خليني أتذكرها بس كيف؟ + +143 +00:12:01,260 --> 00:12:07,940 +في ال activity الرئيسية screen ايه بتاعة screen + +144 +00:12:07,940 --> 00:12:12,620 +بلوكس focus وهذه + +145 +00:12:12,620 --> 00:12:16,340 +احتياطة نحطها بتاعة ال item كمان + +146 +00:12:23,310 --> 00:12:26,550 +هو يزير يعني، أه + +147 +00:12:49,400 --> 00:12:49,720 +العزيزة يا ربي + +148 +00:13:24,170 --> 00:13:26,830 +أتمنى أن يكون هناك عملية تجارب تجارب + +149 +00:13:30,490 --> 00:13:32,990 +مش تعرفش طبعا بلاش + +150 +00:14:04,830 --> 00:14:06,350 +لا إله إلا الله + +151 +00:14:28,170 --> 00:14:31,790 +طيب يا جماعة لحد ما يشتغل تبقوا معايا عشان نكسب + +152 +00:14:31,790 --> 00:14:37,810 +وقت في عندي انا ال activity show all احنا بنعرف ان + +153 +00:14:37,810 --> 00:14:41,670 +فيها list view صح؟ اليوم جيت نشوف كيف نعمل filter + +154 +00:14:41,670 --> 00:14:43,170 +للبيانات الموجودة + +155 +00:14:46,980 --> 00:14:50,960 +هيجيبلي ال filter هى اللى اشتغلت اللى لما اضغط على + +156 +00:14:50,960 --> 00:14:53,640 +اي انصر عمر مثلا هيفتحلي ال activity الجديدة + +157 +00:14:53,640 --> 00:14:57,420 +وهيطبعلي البيانات في ايش في toast هذو معناه انه + +158 +00:14:57,420 --> 00:15:01,500 +جاب البيانات من ال activity الجديدةطيب، حابين نعمل + +159 +00:15:01,500 --> 00:15:03,980 +في ال database .. هذا مش لازم .. مش دايما بتلزم + +160 +00:15:03,980 --> 00:15:07,140 +الحاجة اللي بتشرحها ال gate بس أحيانا أنت بلزمك + +161 +00:15:07,140 --> 00:15:09,380 +تعمل filter للبيانات اللي في ال database انت بتبقى + +162 +00:15:09,380 --> 00:15:14,700 +بتعمل بحث مثلا ممكن تحط text field .. edit text + +163 +00:15:14,700 --> 00:15:17,900 +فوق أو تحت انك تبدأ تكتب في النص وبناء على اللي + +164 +00:15:17,900 --> 00:15:22,000 +بتكتبه ب filter البيانات الموجودة في ال list view + +165 +00:15:22,000 --> 00:15:24,980 +فهدف ان نعملها الآن على ال list view اللي احنا + +166 +00:15:24,980 --> 00:15:29,050 +شغلين عليهأيش عملت عشان نكسب وقت؟ حطيت فوق ايدي ال + +167 +00:15:29,050 --> 00:15:35,130 +text فوق مين ال list view طيب عشان نعمل الشغل هذه + +168 +00:15:35,130 --> 00:15:40,970 +بترجع ل show all ال activity و بنيجي على ال + +169 +00:15:40,970 --> 00:15:46,410 +adapter احنا هنا جبنا ال adapter صح؟ لما بتيجي لل + +170 +00:15:46,410 --> 00:15:51,390 +adapter و بتقوله set filter query provider + +171 +00:15:55,410 --> 00:16:02,010 +Filter Query Provider هو اللي بيحدد كيف هيفلتر + +172 +00:16:02,010 --> 00:16:04,250 +البيانات اللي بتتعامل معها ال adapter في النهاية + +173 +00:16:04,250 --> 00:16:06,170 +هو ال adapter اللي بتتعامل مع ال cursor والبيانات + +174 +00:16:06,170 --> 00:16:10,100 +صح؟فبتقوله set filter query provider ايش بياخد هو + +175 +00:16:10,100 --> 00:16:13,600 +parameter filter query provider فبتيجي بين القصين + +176 +00:16:13,600 --> 00:16:19,240 +بتقوله ايش new filter query provider هتنفصلهم عشان + +177 +00:16:19,240 --> 00:16:25,220 +تبين طيب ال filter query provider في عنده method + +178 +00:16:25,220 --> 00:16:30,680 +اسمها run query فعليا هو ايش اللي هيسي يا جماعة ال + +179 +00:16:30,680 --> 00:16:33,260 +filter query provider بيقولك بعتلي انت البيانات + +180 +00:16:33,260 --> 00:16:37,250 +اللي بتكت filter علي أساسهااللي هي هتكون وين هذه + +181 +00:16:37,250 --> 00:16:40,230 +هي ال car sequence constraint car sequence زي ال + +182 +00:16:40,230 --> 00:16:43,150 +string هذا ال super class أصلا ال string اسمه car + +183 +00:16:43,150 --> 00:16:46,330 +sequence وهي constraint فاعتبر هذه إيش إنها string + +184 +00:16:46,330 --> 00:16:50,210 +تمام فبقولي الآن أنا هذا ال string اللي أنت بتفلتر + +185 +00:16:50,210 --> 00:16:55,170 +على أساسها تمام نفذلي اعمل عملية الفلترة هنا وإيش + +186 +00:16:55,170 --> 00:16:59,350 +بترجعلي في الآخر cursor هو ال adapter بتعامل مع + +187 +00:16:59,350 --> 00:17:04,590 +cursor أنت الآن أنا بديتك في القيبةاستخدمها من + +188 +00:17:04,590 --> 00:17:06,770 +الشكل اللي بدك إياه ونفذ الـ query اللي بدك إياه + +189 +00:17:06,770 --> 00:17:10,250 +المهم في الآخر ترجعلي cursor هذا ال cursor بياخد + +190 +00:17:10,250 --> 00:17:13,190 +ال adapter و بحدث البيانات اللي فيه بناء على ال + +191 +00:17:13,190 --> 00:17:17,010 +cursor اللي وصيه لأن مثلا أنا كتبت ال filter اللي + +192 +00:17:17,010 --> 00:17:20,330 +أنا بدي أعمله أنه بدي filter بناء على أسماء بدي + +193 +00:17:20,330 --> 00:17:25,310 +أكتب فوق مثلا أبدأ أكتب بالاسم A أو حرف الألف + +194 +00:17:25,310 --> 00:17:28,810 +يطلعلك بس الأسماء اللي بتبدأ بحرف الألففيه ناس + +195 +00:17:28,810 --> 00:17:32,070 +ممكن تفلتر ع رقم تمام تبدأ تحط رقم اتنين يجيب + +196 +00:17:32,070 --> 00:17:35,850 +تطلعله كل الأرقام اللي بتبدأ بحرف اتنين تمام انا + +197 +00:17:35,850 --> 00:17:39,570 +هنا حابب ايش انه بفترض انه هذا ال constraint هيكون + +198 +00:17:39,570 --> 00:17:44,210 +اول حرف في الاسم او جزء من الاسم بناء عليه بدي + +199 +00:17:44,210 --> 00:17:48,630 +يحدث ال cursor بناء على ال constraint يعني هيعمل + +200 +00:17:48,630 --> 00:17:54,570 +الان query جديدة هيستخدم مين ال my helper هاي ال + +201 +00:17:54,570 --> 00:18:01,470 +my helper تمام هذاالـ DB + +202 +00:18:01,470 --> 00:18:05,010 +هو + +203 +00:18:05,010 --> 00:18:10,310 +مش عن طريقه أنا بعمل query DB.RAWQuery بدنا نفّذ + +204 +00:18:10,310 --> 00:18:13,350 +query جديدة ايش الفيلتر اللي احنا حابب نعملها انه + +205 +00:18:13,350 --> 00:18:23,650 +select نجمة from employee where ال name لما بناشي + +206 +00:18:23,650 --> 00:18:29,610 +نقوله يساوي بنقوله likeعشان اقوله ان الاسم يبدأ + +207 +00:18:29,610 --> 00:18:34,510 +بحرف كذا خدتوها ال like هذه في ال .. طيب فالان + +208 +00:18:34,510 --> 00:18:44,910 +الاستفهام هتبقى نعطله قيم فبنقوله new string الان + +209 +00:18:44,910 --> 00:18:51,790 +الاسم كيف هيكون شكله انه يبدأ بإيش يبدأ بال + +210 +00:18:51,790 --> 00:18:55,670 +constraint بالمية صح يبدأ بال constraint فبتحطله + +211 +00:18:55,670 --> 00:19:01,220 +هنا ال constraintوبعدها تضع إشارة النسبة المقوية + +212 +00:19:01,220 --> 00:19:06,940 +إن الـ constraint بعدها أي حاجة مثلا نسبة المقوية + +213 +00:19:06,940 --> 00:19:12,810 +بعدها أي حاجة ممكن تشتي عمل لو حطيت زي هيكإيش + +214 +00:19:12,810 --> 00:19:16,410 +معناها؟ أي حاجة بيحتوي على ال constraint يعني أي + +215 +00:19:16,410 --> 00:19:18,710 +اسم بيحتوي على حرف ال A سواء في النص أو في الأول + +216 +00:19:18,710 --> 00:19:21,950 +أو في الآخر بتجيبه لكن إذا انت بدك تعمل فلترة بناء + +217 +00:19:21,950 --> 00:19:25,970 +على أول البداية بتقوله هتلي كل ال employees اللي + +218 +00:19:25,970 --> 00:19:30,870 +اسم تبعهم like constraint بعدين علم نسبة مقوية انه + +219 +00:19:30,870 --> 00:19:37,330 +يبدأ ب constraint هذا إيش برجع؟ + +220 +00:19:37,330 --> 00:19:42,210 +cursor cursor وانت بتعمل return لإيش؟ + +221 +00:19:50,010 --> 00:19:55,990 +أه أه صح بما هو بناء على اللي بتكتبه بحدث ال list + +222 +00:19:55,990 --> 00:19:59,570 +view لو كان عشرة لو كان عشرة ببدو بحرف ال A بيرضهم + +223 +00:19:59,570 --> 00:20:04,220 +بس اللي بيبدوش بحرف ال Aلو انت كتبت ايه يعني انا + +224 +00:20:04,220 --> 00:20:08,700 +مش هيرضلك ايه يعني بس لسه الآن احنا حددنا كيف + +225 +00:20:08,700 --> 00:20:14,460 +هيتعامل ال adapter مع ال constraint بس لسه محددناش + +226 +00:20:14,460 --> 00:20:17,260 +من وين بده ييجي ال constraint مربطناش ال adapter + +227 +00:20:17,260 --> 00:20:21,100 +في مين في ال edit text اللي عملناه فهال gate احنا + +228 +00:20:21,100 --> 00:20:26,050 +بدنا نروح لل edit textو نعمل listener ع مين على ال + +229 +00:20:26,050 --> 00:20:29,190 +edit text نقول لو انضغط اي حرف ان كتب اي حرف في ال + +230 +00:20:29,190 --> 00:20:33,410 +edit text خده و اديه لمن؟ لل adapter و ال adapter + +231 +00:20:33,410 --> 00:20:36,950 +بعتبر هو ايش؟ ال constraint و بنفذ عليه يعني هنا + +232 +00:20:36,950 --> 00:20:40,090 +احنا حددنا كيف ال adapter هيتعامل مع ال constraint + +233 +00:20:40,090 --> 00:20:43,810 +بس من وين اتي ال constraint؟ لسه تمام؟ من وين هيجي + +234 +00:20:43,810 --> 00:20:47,030 +ال constraint؟ من ال edit text فبنروح نجيب ال edit + +235 +00:20:47,030 --> 00:20:55,420 +text edit text سمنا احنا filtered find view by id + +236 +00:20:55,420 --> 00:21:01,780 +r.id.filtered هاي جيبنا ال edit text الأن بنعمل + +237 +00:21:01,780 --> 00:21:05,060 +listener على ال edit text هذي أول مرة ناخدها كيف + +238 +00:21:05,060 --> 00:21:07,480 +احنا نستمع على ال text اللي بنكتب على ال edit text + +239 +00:21:07,480 --> 00:21:11,940 +في method اسمها addTextChangedListener + +240 +00:21:11,940 --> 00:21:15,480 +هذي زي set on click listener بتسمع على ال action + +241 +00:21:15,480 --> 00:21:18,820 +على البطول هذي بتسمع على ال text اللي بتكتبه في + +242 +00:21:18,820 --> 00:21:22,400 +اللي هذي إيش بتاخد object من نوعtext watcher + +243 +00:21:22,400 --> 00:21:29,140 +فبتعملها و بتقوله new text watcher لأن هنا مش زي + +244 +00:21:29,140 --> 00:21:32,280 +الزر ال baton ال baton كان يجيبلك method واحدة هنا + +245 +00:21:32,280 --> 00:21:35,940 +كام method تلاتة لأ حاجات للفلسف يعني يعني إيش بدك + +246 +00:21:35,940 --> 00:21:38,900 +تعمل قبل ما يضغط على الحرف إيش بدك تعمل أثناء ما + +247 +00:21:38,900 --> 00:21:42,380 +بتضغط إيش بدك تعمل بعد إيش ما يضغط احنا مش شرط + +248 +00:21:42,380 --> 00:21:45,400 +نستخدمهم كلهم اه زي سيك ببنرج نستخدم واحدة اللي هي + +249 +00:21:45,400 --> 00:21:52,160 +إيش after text change بعد ما يضغطالـ Text المكتوب + +250 +00:21:52,160 --> 00:21:57,040 +الآن في الـ TextView هيجيب لك هي في editable S هذه + +251 +00:21:57,040 --> 00:21:59,720 +برضه ال editable S هذه بتشير لمين لTextView النص + +252 +00:21:59,720 --> 00:22:04,060 +الموجود جوا فانا هذا هو هيكون يعني هاي ال + +253 +00:22:04,060 --> 00:22:10,510 +constraint هاي ال string constraintهو ال S.to + +254 +00:22:10,510 --> 00:22:14,810 +string يعني هذا اللي بده filter على إيش على أساسه + +255 +00:22:14,810 --> 00:22:19,470 +هاي تمام هذا هنبعته لمن هال gate لل adapter روح لل + +256 +00:22:19,470 --> 00:22:25,710 +adapter تبعكتمام؟ وقوله getfilter.filter وابعتله + +257 +00:22:25,710 --> 00:22:30,510 +ايش ال constraint يعني هنا انا عملت listener على + +258 +00:22:30,510 --> 00:22:34,950 +ال edit text بحيث انه لما يتغير محتوى ياخد محتوى + +259 +00:22:34,950 --> 00:22:39,870 +ويبعته لل adapter يقوله getfilter.filter طب كيف هي + +260 +00:22:39,870 --> 00:22:44,830 +filter ال adapter؟ هيشتغل بناء على ال filter query + +261 +00:22:44,830 --> 00:22:47,670 +provider اللي انت حددته فوق يعني هياخد ال + +262 +00:22:47,670 --> 00:22:51,100 +constraint ايش هيعمل؟ هينفذ ال .. ال .. ال ..الـ + +263 +00:22:51,100 --> 00:22:54,140 +Query هذه واضحة يا جماعة؟ يعني انت لازم تعمل + +264 +00:22:54,140 --> 00:22:58,340 +حاجتين عشان ت filter بدك تربط ال .. ال .. ال adapt + +265 +00:22:58,340 --> 00:23:02,380 +.. ال .. ال edit text او ال input اللي بدك ت + +266 +00:23:02,380 --> 00:23:06,650 +filter بناء عليه تمام مع ال adapterتمام؟ هنا أنا + +267 +00:23:06,650 --> 00:23:08,890 +ربطت الـ Edit Text مع الـ Adapter بحيث إنه لو + +268 +00:23:08,890 --> 00:23:11,810 +اتغير النص الـ Edit Text بروح بيعطيله الـ Adapter + +269 +00:23:11,810 --> 00:23:14,950 +الحاجة التانية، بدك تحدد بالـ Adapter إيش بده يعمل + +270 +00:23:14,950 --> 00:23:18,130 +في البيانات اللي جاية عن طريق إنك اضيف للـ Adapter + +271 +00:23:18,130 --> 00:23:25,090 +Add Filter Query Provider دكتور، حجزت الحالة هذه + +272 +00:23:25,090 --> 00:23:28,170 +بس يمكنك على ما يكون عند الـ Adapter تستند من ال + +273 +00:23:28,170 --> 00:23:31,930 +.. من ال cursor يعني لو بده أعمل أنا الـ Adapter + +274 +00:23:31,930 --> 00:23:33,570 +العادي اللي بنستعمله + +275 +00:23:37,690 --> 00:23:46,620 +هيظبط برضه يعني بدك أنك تكتبأه هذيك بدك تعمل .. لأ + +276 +00:23:46,620 --> 00:23:50,680 +شغل جوه ال .. بخدف شوية هذيك بده شغل اه انك تلف + +277 +00:23:50,680 --> 00:23:55,840 +على ال list تمام؟ و تشوف ايش اللي بوافقه نسيت هال + +278 +00:23:55,840 --> 00:23:58,840 +gate انا عملتها زمان بس تنعمل يعني اتفقدت هناك + +279 +00:23:58,840 --> 00:24:01,240 +عشان تكون الفلكتره من نفس البيانات اللي وصلت و ما + +280 +00:24:01,240 --> 00:24:04,240 +بيرجعش على data base اه هال بيرجعش هذيك شغل مختلف + +281 +00:24:04,240 --> 00:24:08,050 +بيكونطب لو قد بتعمل بتفلتر على شغل تانى، يعني مثلا + +282 +00:24:08,050 --> 00:24:10,970 +بتقوله جيب ليه اسمها بتكتب و ال gene ده عارف تبقى + +283 +00:24:10,970 --> 00:24:14,590 +مثلا من ال advance زي تبقى جوجل، هنستعمل التاني، + +284 +00:24:14,590 --> 00:24:16,750 +هد مش هتفت صح؟ لإن هو هنا بياخد filter .. كيف؟ بده + +285 +00:24:16,750 --> 00:24:18,990 +تتفلتر أكتر من ال filter؟ طب أعمل هيك مثلا + +286 +00:24:18,990 --> 00:24:22,650 +تلاقيته، بتقوله مثلا اتحتلك الدكور اللي .. او اللي + +287 +00:24:22,650 --> 00:24:26,280 +مثلا ال active مثلا لو عنده موظفولا حاجة هذا ايش + +288 +00:24:26,280 --> 00:24:30,100 +بتعمل انت مثلا مثلا عندك edit text و drop box و + +289 +00:24:30,100 --> 00:24:34,920 +drop تمام تختار العناصر مثلا بدك male او female و + +290 +00:24:34,920 --> 00:24:37,380 +تقوله ببدأ بحرف ال a و بعدين تضغط اكيد اللي بديه + +291 +00:24:37,380 --> 00:24:40,900 +يكون عندك زر تقوله go او start لما يضغط على start + +292 +00:24:40,900 --> 00:24:43,820 +بده يجيب البيانات اللي هنا و يجيب البيانات اللي + +293 +00:24:43,820 --> 00:24:49,420 +هنا و يبعتها بنفس الطريقة هذهأه هو يبعتها في ال + +294 +00:24:49,420 --> 00:24:53,280 +constraint بس كلهم مع بعض هتتبعتهم كإيش؟ اه انت + +295 +00:24:53,280 --> 00:24:56,640 +هنا في الشغل هنا بدك تفصلهم تحط مثلا بينهم إشارة + +296 +00:24:56,640 --> 00:25:00,360 +مميزة زي سلم بعدين بتجيب ال split بيجيب هذه الحال + +297 +00:25:00,360 --> 00:25:04,200 +و هذه الحال و بتعمل query بناء على اتنين فهمت كيف؟ + +298 +00:25:14,410 --> 00:25:18,790 +طيب هاي مثلا هنا كتبت بحرف ال A شايفين عرضلي بس + +299 +00:25:18,790 --> 00:25:23,490 +اللي موجود بحرف ال A حرف ال R هاي عرضلي رعمي حرف + +300 +00:25:23,490 --> 00:25:27,990 +ال O هاي جابلي عمرو اي حرف تاني مش موجود ماشي فيش + +301 +00:25:27,990 --> 00:25:32,150 +شي فيش بيانة ماشي يا جماعة يبقى هيك ال filter شكل + +302 +00:25:32,150 --> 00:25:37,090 +بقى في جزئية ال delete احنا شفنا كيف نضيف و كيف + +303 +00:25:37,090 --> 00:25:42,310 +نعرض و الآن كيف نحكي ال delete يا جماعة روحت انا + +304 +00:25:42,310 --> 00:25:43,410 +لل employee + +305 +00:25:47,340 --> 00:25:55,780 +item وضفت زر button لت delete في كل item ماشي + +306 +00:25:55,780 --> 00:25:59,980 +يا جماعة هذا زر .. زر لت delete الآن بدنا .. بدنا + +307 +00:25:59,980 --> 00:26:04,880 +نحذف طيب الحذف ال action بتاع الحذف وين المفروض + +308 +00:26:04,880 --> 00:26:10,200 +أعمله جوا ال adapter لأنه مر علينا قبل الكلام هذا + +309 +00:26:10,200 --> 00:26:15,250 +تمام؟ لأن هي ال bind viewكل ما تجي تعب العنصر بدك + +310 +00:26:15,250 --> 00:26:20,090 +تروح تعمل action على ال delete لأن هنا جاب ال name + +311 +00:26:20,090 --> 00:26:22,750 +TV و ال salary و ال date of birth و عبّاهم كلهم + +312 +00:26:22,750 --> 00:26:26,070 +هنا خلص التعبير اللي انضايل علينا مين ال button ال + +313 +00:26:26,070 --> 00:26:31,510 +delete الموجود جديد هاي button delete button بتروح + +314 +00:26:31,510 --> 00:26:37,530 +لل view و بتقوله find view by id r.id.delete + +315 +00:26:37,530 --> 00:26:41,470 +button هاي جاب ال delete buttonبعدين ال delete + +316 +00:26:41,470 --> 00:26:47,010 +button بتقول ال set on click listener and new on + +317 +00:26:47,010 --> 00:26:52,830 +click listener المفروض الآن لما أضغط على ال button + +318 +00:26:52,830 --> 00:27:00,370 +هذا يحذف ال raw كله من ال database ويحدث ال list + +319 +00:27:00,370 --> 00:27:06,430 +تمام؟طيب عشان نحذف احنا بالزمن ال ID ال primary + +320 +00:27:06,430 --> 00:27:10,230 +key انت مش هت .. في أمر حدث في ال SQL هو delete + +321 +00:27:10,230 --> 00:27:13,710 +from table بس delete from table هيك لحالها بتحذفلك + +322 +00:27:13,710 --> 00:27:18,010 +ايش كل حاجة خطيرة هذه فبنقوله delete from table + +323 +00:27:18,010 --> 00:27:23,030 +where ال ID يساوي كده تمام؟ احنا لازم نجيب ال ID + +324 +00:27:23,030 --> 00:27:25,570 +قبل ما اعمل action على البطولة مش انا في عندي + +325 +00:27:25,570 --> 00:27:30,630 +cursor هنافي الـ bind view هذا ال cursor بقشر على + +326 +00:27:30,630 --> 00:27:35,750 +السطر اللي انا بده احذفه فعليا جيب ال ID منه احنا + +327 +00:27:35,750 --> 00:27:37,610 +هنا جيبنا ال name و ال salary و ال date of birth + +328 +00:27:37,610 --> 00:27:44,250 +بدنا مين ال ID روح ل cursor و قوله get integer + +329 +00:27:44,250 --> 00:27:51,650 +cursor dot get colon index اللي هو underscore ID + +330 +00:27:51,650 --> 00:27:56,150 +هيك جاب ال ID لأن احنا بدنا نحذف السطر اللي موجود + +331 +00:27:56,150 --> 00:28:03,490 +عند ال ID هذاتمام فروحت على ال button الآن و بده + +332 +00:28:03,490 --> 00:28:07,410 +ال DB يبقى بده connection على إيش؟ على ال database + +333 +00:28:07,410 --> 00:28:11,090 +يبقى بده مين؟ ال MyHelper بدنا نروح نجيب ال + +334 +00:28:11,090 --> 00:28:15,270 +MyHelper من أي مكان موجود، هاي ال MyHelper و معاه + +335 +00:28:15,270 --> 00:28:19,750 +مين؟ ال DB بس بده يقولوا الآن get writable مش إيش + +336 +00:28:19,750 --> 00:28:24,210 +مش readable لأنه حدث فروحت الآن على ال adapter في + +337 +00:28:24,210 --> 00:28:26,670 +ال button الآن بالزمن connection على ال database + +338 +00:28:27,610 --> 00:28:32,550 +هنا بكتب context فلازم أجيب ال my helper وهي جيبنا + +339 +00:28:32,550 --> 00:28:36,610 +ال DB بس بيقولوا إيش get writable لأن ال delete + +340 +00:28:36,610 --> 00:28:40,830 +عبارة عن تغيير زي كأنها عملية write get writable + +341 +00:28:40,830 --> 00:28:45,950 +database و بقولوا الآن DB.execute أو في method + +342 +00:28:45,950 --> 00:28:51,510 +جاهزة اسمها delete تمام ال delete هذه بتاخد تلت + +343 +00:28:51,510 --> 00:28:55,930 +حاجات اسم ال table و ال whereوالقيم بتاعة علامة + +344 +00:28:55,930 --> 00:29:00,370 +الاستفهام يبتستخدم ال delete هذه يبتستخدم ال + +345 +00:29:00,370 --> 00:29:03,890 +execute SQL هذه او هذه بس هذه ال delete مالها + +346 +00:29:03,890 --> 00:29:10,080 +مفصلك البيانات وبعدين برجّعلك integerببينك رقم ال + +347 +00:29:10,080 --> 00:29:14,680 +role الحذف يعني هذا مفيد اكتر انها مش void بترجحلك + +348 +00:29:14,680 --> 00:29:18,360 +قيمة بيبينك ان الحذف او لا لو ما حذفش برجحلك ناقص + +349 +00:29:18,360 --> 00:29:21,300 +واحد فبتعرف ان تمت عملية الحذف او لا المهم خلينا + +350 +00:29:21,300 --> 00:29:24,660 +نستخدم delete بده اسم ال table اللي هو employee + +351 +00:29:25,760 --> 00:29:29,000 +وبدّو الان ال where الشرط ال where من غير ما نكتب + +352 +00:29:29,000 --> 00:29:32,040 +طبعا كلمة where لإن هو هنا مجزقلك ال query اللي هو + +353 +00:29:32,040 --> 00:29:35,880 +إيش ال underscore ID يساوي علامة استفهام دلوقت قيم + +354 +00:29:35,880 --> 00:29:43,320 +علامة الاستفهام new string و بتعطيله مين string + +355 +00:29:43,320 --> 00:29:50,860 +dot value of ال imp ID هذا + +356 +00:29:50,860 --> 00:29:53,580 +بس بده تكون هنا final + +357 +00:29:59,630 --> 00:30:02,410 +يعني الآن أول ما يضغط على الـ button عمل + +358 +00:30:02,410 --> 00:30:06,810 +connection على ال database عمل delete احذف من ال + +359 +00:30:06,810 --> 00:30:13,950 +database فقط لما يكون ال ID يساوي ال imp ID طيب + +360 +00:30:13,950 --> 00:30:18,750 +لسه ماخلصش، تمام؟ + +361 +00:30:18,750 --> 00:30:21,090 +الآن مانفعش أقوله برضه notify data set changed + +362 +00:30:21,090 --> 00:30:25,730 +لازم قبل ما نعمل notify البيانات المعروضة اتغيرت + +363 +00:30:26,610 --> 00:30:30,890 +الان ال delete بتغير في ال database لكن المعروض في + +364 +00:30:30,890 --> 00:30:34,350 +list view ماله لسه فشوف ايش بدي اعمل بدي اروح لل + +365 +00:30:34,350 --> 00:30:43,150 +DB تاني و اقول له raw query select نجمة from + +366 +00:30:43,150 --> 00:30:47,250 +employee بدي + +367 +00:30:47,250 --> 00:30:50,250 +اجيب البيانات كلها من أول و جديد و هذا ايش برجع + +368 +00:30:50,250 --> 00:30:53,310 +ليه cursor cursor + +369 +00:30:55,660 --> 00:30:59,720 +خلّيه هنا نقوله new cursor هيك احنا جيبنا البيانات + +370 +00:30:59,720 --> 00:31:08,180 +الجديدة وبعدين بنفّذ method اسمها swap cursor ايش + +371 +00:31:08,180 --> 00:31:12,480 +هي كلمة swap swap تبديل هذه method موجودة في ال + +372 +00:31:12,480 --> 00:31:15,280 +adapter نفسه بدليل ان استدعاها بدون ما يكتب اي + +373 +00:31:15,280 --> 00:31:18,520 +حاجة قبلها inherited من وين؟ من ال super class + +374 +00:31:18,520 --> 00:31:21,860 +كأني بقول لل adapter يا adapter سيب ال cursor اللي + +375 +00:31:21,860 --> 00:31:25,320 +انت بتستخدمه عشان تعرض البيانات وخد cursor جديد + +376 +00:31:27,550 --> 00:31:30,170 +فهمتوا عليه ولا لأ يا جماعة؟ وبعدين بقوله في الآخر + +377 +00:31:30,170 --> 00:31:34,810 +notify dataset channel تشوف ال delete كيف؟ أول + +378 +00:31:34,810 --> 00:31:37,310 +حاجة في ال delete بلزمك تعمل connection على ال + +379 +00:31:37,310 --> 00:31:40,470 +database عشان تعمل حاجتين عشان تروح تعمل delete + +380 +00:31:40,470 --> 00:31:45,130 +للسطر هيك أنت حذفته من ال database وبعدين تجيب + +381 +00:31:45,130 --> 00:31:48,720 +البيانات بعد الحذف البيانات الجديدةإنك تعمل query + +382 +00:31:48,720 --> 00:31:52,060 +من أول و جديد على كل البيانات و جبت ال cursor و + +383 +00:31:52,060 --> 00:31:54,740 +بعدين تروح لل adapter تقوله سيب الكيرسر الجديد و + +384 +00:31:54,740 --> 00:31:57,640 +خد الكيرسر الجديد عشان يحدد البيانات و بعدين تقوله + +385 +00:31:57,640 --> 00:32:00,880 +notify dataset changed و بعدين بتشغل + +386 +00:32:27,880 --> 00:32:33,380 +الآن غطينا في مثال ال database هذا الإضافة والعرض + +387 +00:32:33,380 --> 00:32:37,920 +والحذف والفلتر ده العملية المهمة في ال database + +388 +00:32:37,920 --> 00:32:41,680 +اللي هي ال edit هذه متروكة لكوا مافيش فيها إش جديد + +389 +00:32:41,680 --> 00:32:45,260 +تمام بس بدك تشغل مخك على أساس كل اللي أخدناه + +390 +00:32:45,260 --> 00:32:51,660 +اتواقموا مع مين مع التعديل احنا + +391 +00:32:51,660 --> 00:32:53,760 +إيش بنجرب show all + +392 +00:32:57,650 --> 00:33:00,930 +اللي هو مثلا ده delete عليه هيضغط عليه عشان يعمل + +393 +00:33:00,930 --> 00:33:07,570 +حذفه تمام عمر هيحذفه من الجدول واضحة هذه الفكرة يا + +394 +00:33:07,570 --> 00:33:11,030 +جماعة أمر أخير عشان نرتب شغلنا انتبهوا معايا + +395 +00:33:11,030 --> 00:33:16,650 +للنقطة هذه في أمر سلبي احنا بنعمله انه انا في كل + +396 +00:33:16,650 --> 00:33:21,730 +activity مثلا في الاد employee activityكنا نروح يا + +397 +00:33:21,730 --> 00:33:27,270 +جماعة ايش نعمل؟ نروح نقوله استخدملي + +398 +00:33:27,270 --> 00:33:34,870 +او انشئلي ال my helper صح؟ زي هى و في ال show all + +399 +00:33:34,870 --> 00:33:42,470 +activity برضه بروح بقوله انشئليmyhelper هذا أمر + +400 +00:33:42,470 --> 00:33:46,790 +سلب شوية وفي ال adapter برضه بنشق myhelper كل شوية + +401 +00:33:46,790 --> 00:33:50,950 +بروح بنشق myhelper مش غلط تمام بس هذا بيعمل delay + +402 +00:33:50,950 --> 00:33:54,170 +فى البرنامج لأنه هذا كل ما تنشق انت ال object + +403 +00:33:54,170 --> 00:33:56,950 +myhelper بيروح بيشيك موجودة ال database ولا لأ + +404 +00:33:56,950 --> 00:34:00,150 +موجودة مش موجودة بنشقها موجودة بيعمل connection + +405 +00:34:00,150 --> 00:34:04,550 +عليها فالموضوع معلق يعني بياخد بيعمل delay الأصل + +406 +00:34:04,550 --> 00:34:10,410 +والصحان احنا بنحاول ان نعمل ال SQLite اللي هو + +407 +00:34:10,410 --> 00:34:14,970 +الميه البرهدين نعمله مرة واحدة و نستخدمها في كل + +408 +00:34:14,970 --> 00:34:16,250 +التطبيق + +409 +00:34:18,290 --> 00:34:21,090 +لأن طالما أنا معروف طبعا في ال object oriented أنه + +410 +00:34:21,090 --> 00:34:24,250 +انا لو أعملت ال object داخل ال .. أنشأت ال object + +411 +00:34:24,250 --> 00:34:27,330 +داخل ال class بتقدرش تقرأه من مكان تاني إلا لو + +412 +00:34:27,330 --> 00:34:31,810 +مررته من خلال methods أو parameter لمكان تاني، + +413 +00:34:31,810 --> 00:34:37,370 +تمام؟ لكن من الطرق اللي ممكن أنا أعمل object أعمل + +414 +00:34:37,370 --> 00:34:41,370 +فيه share أو مستخدم في كل مكان أن يكون staticلو + +415 +00:34:41,370 --> 00:34:45,110 +عملت انت object aesthetic بتقدر تستخدمه من أي مكان + +416 +00:34:45,110 --> 00:34:48,030 +فشوف انا ايش بده اعمل اول ما شغلت تطبيق ايش اول + +417 +00:34:48,030 --> 00:34:51,570 +activity بتشتغل ال main activity روحت على ال main + +418 +00:34:51,570 --> 00:34:55,530 +activity وعملت public aesthetic my helper ولاحظ ان + +419 +00:34:55,530 --> 00:34:59,450 +ال main activity بتضلها شغالة حتى لو شغلت ال show + +420 +00:34:59,450 --> 00:35:03,030 +all ال show all بتشتغل على ال main activity هذيك + +421 +00:35:03,030 --> 00:35:05,770 +بتضلها في ال memory يعني انت لما تعرف اي حاجة في + +422 +00:35:05,770 --> 00:35:10,410 +ال main activityبتبقى لها موجودة في الذاكرة تمام + +423 +00:35:10,410 --> 00:35:13,550 +فانا روحت في ال main activity مع ان مافيش فيها + +424 +00:35:13,550 --> 00:35:16,990 +database ال main activity فيها بس ايش زرين صح ولا + +425 +00:35:16,990 --> 00:35:20,490 +لأ روحت عملت reference اسمه my helper helper وفي + +426 +00:35:20,490 --> 00:35:24,050 +ال on create قلت له روح اعمل ل new my helper وهذا + +427 +00:35:24,050 --> 00:35:28,290 +خلته static ليش؟ عشان في كل اي activity تانية اوصل + +428 +00:35:28,290 --> 00:35:32,610 +ال helper اني اكتب كلمة main activity dot dot + +429 +00:35:32,610 --> 00:35:39,880 +helper الآن هيك في show all activityمش محتاج انك + +430 +00:35:39,880 --> 00:35:46,120 +تنشئ my helper جديد شايفينها بس بتكتب main + +431 +00:35:46,120 --> 00:35:50,940 +activity dot helper وفي الاد employee activity + +432 +00:35:50,940 --> 00:35:57,380 +برضه مش هتحتاج تنشئه بتقوله main activity dot + +433 +00:35:57,380 --> 00:36:04,020 +helper وفي ال adapter نفس الحاجة ماتنشئش تقوله + +434 +00:36:04,020 --> 00:36:04,740 +main activity + +435 +00:36:11,190 --> 00:36:14,070 +الـ SQLite Database ما تعمله الـ Share لأن هذا + +436 +00:36:14,070 --> 00:36:16,950 +أصلا يفضّل أنك بعد ما تخلص من ال activity تعمله + +437 +00:36:16,950 --> 00:36:21,270 +كلوز فانت محتاج في كل action تجيب، هذا مش costy + +438 +00:36:21,270 --> 00:36:24,730 +يعني مايكلفش أنك تجيبه، بس هو ال My Helper اللي + +439 +00:36:24,730 --> 00:36:29,130 +أنت ممكن تعمله مشترك حاجة تانية كمان عشان نرتب + +440 +00:36:29,130 --> 00:36:33,210 +شغلنا، لاحظ أنه احنا بنضلنا نعمل Select Nijma from + +441 +00:36:33,210 --> 00:36:35,630 +Employee Query صح ولا؟ + +442 +00:36:38,390 --> 00:36:44,010 +الان ممكن افرض ان انا غيرت اسم الجدول بتضطر ان وين + +443 +00:36:44,010 --> 00:36:48,370 +ال query موجودة في كل مكان اغيرها فبرضه انت ممكن + +444 +00:36:48,370 --> 00:36:50,930 +تروح في ال helper مثلا بما ان هو اللي علاقة بال + +445 +00:36:50,930 --> 00:36:58,390 +database و تعرف فوق public static string table + +446 +00:36:58,390 --> 00:37:05,910 +employee table جدول ال employee تسميه ايش employee + +447 +00:37:08,120 --> 00:37:12,300 +يعني اسم الجدول عرفته في الـ helper فوق و ك static + +448 +00:37:12,300 --> 00:37:16,660 +public public static final كمان عشان ماحدش يغيره + +449 +00:37:16,660 --> 00:37:21,080 +تمام employee table لأن و اما تعمل query بدل ما + +450 +00:37:21,080 --> 00:37:25,820 +تكتب employee استخدم اسم المتغير هذا مثلا في show + +451 +00:37:25,820 --> 00:37:29,660 +all احنا عاملين select نجمة from employee بدل ما + +452 +00:37:29,660 --> 00:37:34,840 +تكتب هذه شيل هذه هيك from و اعمل my helper + +453 +00:37:39,130 --> 00:37:41,430 +.dbemployee table شايفين يعني هنا لما عمل النص + +454 +00:37:41,430 --> 00:37:45,430 +select نجمة from robot of مين في قيمة المتغير هذا + +455 +00:37:45,430 --> 00:37:50,110 +و في كل مكان تعمل query حط قيمة إيش المتغير على + +456 +00:37:50,110 --> 00:37:53,970 +أساس إيش أنه لو روحت قررت في لحظة ما تغير اسم ال + +457 +00:37:53,970 --> 00:37:58,770 +table تروح تغيره في ال my helper فقط فتغير في كل + +458 +00:37:58,770 --> 00:38:01,770 +مكان أنت فعليا لو شوفت أي tutorial على database + +459 +00:38:02,950 --> 00:38:06,010 +هتلاقيه على طول من أول المثال بديلك في إيش معرفلك + +460 +00:38:06,010 --> 00:38:09,150 +فوق strings جديدة و لا المتغيرات و أسماء ال + +461 +00:38:09,150 --> 00:38:12,890 +columns كمان تمام؟ بس أنا طبعا مابديتش زي هيك لإن + +462 +00:38:12,890 --> 00:38:15,750 +لو بديت زي هيك هتقول ليش هذي هنا و ليش هذي هنا و + +463 +00:38:15,750 --> 00:38:19,010 +إيش هذيك هتتلخبط في مليون حاجة جديدة مع بعض تمام؟ + +464 +00:38:19,010 --> 00:38:21,670 +في الآخر أعطتك إيها كنوع من ال refactoring ترتيب + +465 +00:38:21,670 --> 00:38:22,150 +ال code + +466 +00:38:28,260 --> 00:38:32,380 +واضح يا جماعة؟ طبعا بس نقطة صغيرة لحظة ما انشأنا + +467 +00:38:32,380 --> 00:38:36,180 +الجدول و حطينا اسم ال primary key ايش underscore + +468 +00:38:36,180 --> 00:38:41,520 +ID هدى بالعمدة ليش underscore تحديدا بقولك ال + +469 +00:38:41,520 --> 00:38:45,320 +cursor adapter بشكل عام عشان تتعامل معاه لازم هو + +470 +00:38:45,320 --> 00:38:49,640 +بيشبرك يكون فيه ال primary key اسمه underscore ID + +471 +00:38:49,640 --> 00:38:54,040 +ليش ماعرفش هو بما هيك بدهم طبعا يعني لو حطيته ID + +472 +00:38:54,040 --> 00:38:58,150 +مش هيشتغل معاك هيطلع قرارماشي هذا لو بتتعامل انت + +473 +00:38:58,150 --> 00:39:01,350 +مع cursor adapter لكن لو بتتعامل مع adapter عادي + +474 +00:39:01,350 --> 00:39:06,550 +مش مشكلةطبعا طيب هيك خلصنا منكون موضوع ال database + +475 +00:39:06,550 --> 00:39:10,010 +مهم ضايل بس جزئية ال update طبعا انت هاد ماترك إلك + +476 +00:39:10,010 --> 00:39:13,430 +لحالة مافيش فيها اي حاجة جديدة هتنعمل اللهم ايش + +477 +00:39:13,430 --> 00:39:16,790 +اللي هو ال query اللي بتغيرها اللي بتستخدم ال + +478 +00:39:16,790 --> 00:39:19,650 +update طبعا جربوا اعملوها انا بطلب من المعيد انه + +479 +00:39:19,650 --> 00:39:23,050 +يخرجوا يشتغلوها في المعمل المحاضرة الجاية ضايلة + +480 +00:39:23,050 --> 00:39:25,230 +جزئية اللي هي علاقة بحفظ البيانات اللي هي shared + +481 +00:39:25,230 --> 00:39:29,690 +preferences هنغطيها في أول المحاضرة الجاية ان شاء + +482 +00:39:29,690 --> 00:39:34,440 +الله طبعا في حد عنده اي سؤال يا جماعةو دلوقت احنا + +483 +00:39:34,440 --> 00:39:38,260 +حتى الان متعامل مع ال table واحد تمام؟ ممكن يكون + +484 +00:39:38,260 --> 00:39:41,060 +فيه اكتر من ال table و فيه علاقات بينهم هذا بده + +485 +00:39:41,060 --> 00:39:46,030 +شغل اضافي بس هذا مش شغل اناأنا شغلتي أن أفرجيك كيف + +486 +00:39:46,030 --> 00:39:49,730 +تربط مع ال database وفرجيتك كيف تربط مع ال table + +487 +00:39:49,730 --> 00:39:52,610 +تعقيدات ال SQL و الكويل وكيف يجيب من أكتر من ال + +488 +00:39:52,610 --> 00:39:56,310 +table هذه مطروقة لك تجربها عشان هي احنا لدينا + +489 +00:39:56,310 --> 00:40:00,470 +مادتين مادة database تتمكن فيها من SQL و + +490 +00:40:00,470 --> 00:40:02,990 +relational databases و ER diagram وكيف تعمل + +491 +00:40:02,990 --> 00:40:06,490 +structure ل database صح تمام؟ وفي المادة هذه + +492 +00:40:06,490 --> 00:40:11,080 +بتتعامل كيف تربط مع databaseواضح ان الربط كله + +493 +00:40:11,080 --> 00:40:15,000 +عبارة عن queries إذا فهمت ال queries صح ال SQL + +494 +00:40:15,000 --> 00:40:18,720 +بشكل عام بتلعب فيها زي ما بدك ويعطيك الله عافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..da44a494681bf7adbf494201e19b772730233a00 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 2933, "start": 20.91, "end": 29.33, "text": " Okay, in the name of God, most Gracious, most Merciful. In the previous lecture, guys, the last thing we covered was the presentation of elements.", "tokens": [1033, 11, 294, 264, 1315, 295, 1265, 11, 881, 20586, 851, 11, 881, 18897, 2069, 13, 682, 264, 3894, 7991, 11, 1074, 11, 264, 1036, 551, 321, 5343, 390, 264, 5860, 295, 4959, 13], "avg_logprob": -0.49107140472957067, "compression_ratio": 1.2782608695652173, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 20.91, "end": 21.15, "word": " Okay,", "probability": 0.1534423828125}, {"start": 21.15, "end": 21.29, "word": " in", "probability": 0.433837890625}, {"start": 21.29, "end": 21.37, "word": " the", "probability": 0.91796875}, {"start": 21.37, "end": 21.37, "word": " name", "probability": 0.84716796875}, {"start": 21.37, "end": 21.43, "word": " of", "probability": 0.97900390625}, {"start": 21.43, "end": 21.55, "word": " God,", "probability": 0.64306640625}, {"start": 21.59, "end": 21.71, "word": " most", "probability": 0.47265625}, {"start": 21.71, "end": 21.83, "word": " Gracious,", "probability": 0.596435546875}, {"start": 21.89, "end": 21.97, "word": " most", "probability": 0.87890625}, {"start": 21.97, "end": 22.25, "word": " Merciful.", "probability": 0.93359375}, {"start": 25.47, "end": 25.71, "word": " In", "probability": 0.78955078125}, {"start": 25.71, "end": 25.81, "word": " the", "probability": 0.82373046875}, {"start": 25.81, "end": 25.85, "word": " previous", "probability": 0.436767578125}, {"start": 25.85, "end": 26.37, "word": " lecture,", "probability": 0.8408203125}, {"start": 26.55, "end": 26.77, "word": " guys,", "probability": 0.3720703125}, {"start": 26.87, "end": 26.95, "word": " the", "probability": 0.6484375}, {"start": 26.95, "end": 27.07, "word": " last", "probability": 0.81494140625}, {"start": 27.07, "end": 27.37, "word": " thing", "probability": 0.701171875}, {"start": 27.37, "end": 27.43, "word": " we", "probability": 0.72265625}, {"start": 27.43, "end": 27.71, "word": " covered", "probability": 0.1712646484375}, {"start": 27.71, "end": 28.61, "word": " was", "probability": 0.7607421875}, {"start": 28.61, "end": 28.71, "word": " the", "probability": 0.341064453125}, {"start": 28.71, "end": 28.91, "word": " presentation", "probability": 0.278076171875}, {"start": 28.91, "end": 28.99, "word": " of", "probability": 0.96728515625}, {"start": 28.99, "end": 29.33, "word": " elements.", "probability": 0.59326171875}], "temperature": 1.0}, {"id": 2, "seek": 5031, "start": 30.51, "end": 50.31, "text": " in the list view from the database, okay? And we talked in the previous lecture that I can use two ways to display the data in the list view in this way. The first way is of course the activity of the show all activity that I can make a connection to the database and then make a query", "tokens": [294, 264, 1329, 1910, 490, 264, 8149, 11, 1392, 30, 400, 321, 2825, 294, 264, 3894, 7991, 300, 286, 393, 764, 732, 2098, 281, 4674, 264, 1412, 294, 264, 1329, 1910, 294, 341, 636, 13, 440, 700, 636, 307, 295, 1164, 264, 5191, 295, 264, 855, 439, 5191, 300, 286, 393, 652, 257, 4984, 281, 264, 8149, 293, 550, 652, 257, 14581], "avg_logprob": -0.48586310848357184, "compression_ratio": 1.7023809523809523, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 30.51, "end": 30.99, "word": " in", "probability": 0.06719970703125}, {"start": 30.99, "end": 31.63, "word": " the", "probability": 0.5595703125}, {"start": 31.63, "end": 32.11, "word": " list", "probability": 0.40234375}, {"start": 32.11, "end": 32.43, "word": " view", "probability": 0.63134765625}, {"start": 32.43, "end": 32.75, "word": " from", "probability": 0.386962890625}, {"start": 32.75, "end": 32.87, "word": " the", "probability": 0.7265625}, {"start": 32.87, "end": 33.35, "word": " database,", "probability": 0.890625}, {"start": 33.51, "end": 34.07, "word": " okay?", "probability": 0.3203125}, {"start": 35.23, "end": 35.79, "word": " And", "probability": 0.373291015625}, {"start": 35.79, "end": 35.89, "word": " we", "probability": 0.69091796875}, {"start": 35.89, "end": 36.03, "word": " talked", "probability": 0.3193359375}, {"start": 36.03, "end": 36.21, "word": " in", "probability": 0.59716796875}, {"start": 36.21, "end": 36.27, "word": " the", "probability": 0.8173828125}, {"start": 36.27, "end": 36.27, "word": " previous", "probability": 0.4140625}, {"start": 36.27, "end": 36.83, "word": " lecture", "probability": 0.7431640625}, {"start": 36.83, "end": 37.05, "word": " that", "probability": 0.6826171875}, {"start": 37.05, "end": 37.43, "word": " I", "probability": 0.80224609375}, {"start": 37.43, "end": 37.67, "word": " can", "probability": 0.8525390625}, {"start": 37.67, "end": 37.99, "word": " use", "probability": 0.8505859375}, {"start": 37.99, "end": 38.49, "word": " two", "probability": 0.7412109375}, {"start": 38.49, "end": 38.49, "word": " ways", "probability": 0.69775390625}, {"start": 38.49, "end": 38.77, "word": " to", "probability": 0.89599609375}, {"start": 38.77, "end": 39.09, "word": " display", "probability": 0.5556640625}, {"start": 39.09, "end": 39.21, "word": " the", "probability": 0.3662109375}, {"start": 39.21, "end": 39.45, "word": " data", "probability": 0.7255859375}, {"start": 39.45, "end": 39.93, "word": " in", "probability": 0.794921875}, {"start": 39.93, "end": 40.43, "word": " the", "probability": 0.6494140625}, {"start": 40.43, "end": 40.65, "word": " list", "probability": 0.85400390625}, {"start": 40.65, "end": 41.03, "word": " view", "probability": 0.8583984375}, {"start": 41.03, "end": 41.17, "word": " in", "probability": 0.40185546875}, {"start": 41.17, "end": 41.23, "word": " this", "probability": 0.9169921875}, {"start": 41.23, "end": 41.77, "word": " way.", "probability": 0.9228515625}, {"start": 42.17, "end": 42.45, "word": " The", "probability": 0.79052734375}, {"start": 42.45, "end": 42.45, "word": " first", "probability": 0.87841796875}, {"start": 42.45, "end": 42.93, "word": " way", "probability": 0.8642578125}, {"start": 42.93, "end": 44.01, "word": " is", "probability": 0.58251953125}, {"start": 44.01, "end": 44.15, "word": " of", "probability": 0.285888671875}, {"start": 44.15, "end": 44.27, "word": " course", "probability": 0.96533203125}, {"start": 44.27, "end": 44.39, "word": " the", "probability": 0.62841796875}, {"start": 44.39, "end": 44.77, "word": " activity", "probability": 0.54833984375}, {"start": 44.77, "end": 45.15, "word": " of", "probability": 0.23828125}, {"start": 45.15, "end": 45.41, "word": " the", "probability": 0.638671875}, {"start": 45.41, "end": 45.57, "word": " show", "probability": 0.79345703125}, {"start": 45.57, "end": 45.71, "word": " all", "probability": 0.50634765625}, {"start": 45.71, "end": 46.21, "word": " activity", "probability": 0.87939453125}, {"start": 46.21, "end": 46.43, "word": " that", "probability": 0.322265625}, {"start": 46.43, "end": 46.61, "word": " I", "probability": 0.953125}, {"start": 46.61, "end": 46.99, "word": " can", "probability": 0.88720703125}, {"start": 46.99, "end": 47.27, "word": " make", "probability": 0.64794921875}, {"start": 47.27, "end": 47.39, "word": " a", "probability": 0.732421875}, {"start": 47.39, "end": 47.75, "word": " connection", "probability": 0.9052734375}, {"start": 47.75, "end": 47.89, "word": " to", "probability": 0.56494140625}, {"start": 47.89, "end": 47.99, "word": " the", "probability": 0.90234375}, {"start": 47.99, "end": 48.49, "word": " database", "probability": 0.9501953125}, {"start": 48.49, "end": 49.25, "word": " and", "probability": 0.7060546875}, {"start": 49.25, "end": 49.51, "word": " then", "probability": 0.83984375}, {"start": 49.51, "end": 49.79, "word": " make", "probability": 0.64794921875}, {"start": 49.79, "end": 49.95, "word": " a", "probability": 0.9169921875}, {"start": 49.95, "end": 50.31, "word": " query", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 3, "seek": 6914, "start": 51.34, "end": 69.14, "text": " I select all employees as I did here, select Digimap from employee, and then I can make a loop on the cursor, go through the data in the cursor, and we know that each line that I click on the cursor represents the data of one employee. I collect the data of the employee, put them in an employee class, and collect", "tokens": [286, 3048, 439, 6619, 382, 286, 630, 510, 11, 3048, 10976, 332, 569, 490, 10738, 11, 293, 550, 286, 393, 652, 257, 6367, 322, 264, 28169, 11, 352, 807, 264, 1412, 294, 264, 28169, 11, 293, 321, 458, 300, 1184, 1622, 300, 286, 2052, 322, 264, 28169, 8855, 264, 1412, 295, 472, 10738, 13, 286, 2500, 264, 1412, 295, 264, 10738, 11, 829, 552, 294, 364, 10738, 1508, 11, 293, 2500], "avg_logprob": -0.5989583051866956, "compression_ratio": 1.863905325443787, "no_speech_prob": 3.159046173095703e-06, "words": [{"start": 51.339999999999996, "end": 51.74, "word": " I", "probability": 0.2188720703125}, {"start": 51.74, "end": 52.02, "word": " select", "probability": 0.1456298828125}, {"start": 52.02, "end": 52.22, "word": " all", "probability": 0.390869140625}, {"start": 52.22, "end": 52.7, "word": " employees", "probability": 0.50537109375}, {"start": 52.7, "end": 52.88, "word": " as", "probability": 0.18701171875}, {"start": 52.88, "end": 53.04, "word": " I", "probability": 0.456298828125}, {"start": 53.04, "end": 53.32, "word": " did", "probability": 0.6884765625}, {"start": 53.32, "end": 53.56, "word": " here,", "probability": 0.58984375}, {"start": 53.64, "end": 53.86, "word": " select", "probability": 0.454345703125}, {"start": 53.86, "end": 54.22, "word": " Digimap", "probability": 0.4684244791666667}, {"start": 54.22, "end": 54.34, "word": " from", "probability": 0.71630859375}, {"start": 54.34, "end": 54.86, "word": " employee,", "probability": 0.560546875}, {"start": 55.4, "end": 55.66, "word": " and", "probability": 0.478759765625}, {"start": 55.66, "end": 55.88, "word": " then", "probability": 0.60107421875}, {"start": 55.88, "end": 56.04, "word": " I", "probability": 0.8671875}, {"start": 56.04, "end": 56.3, "word": " can", "probability": 0.5791015625}, {"start": 56.3, "end": 56.56, "word": " make", "probability": 0.28125}, {"start": 56.56, "end": 56.76, "word": " a", "probability": 0.7197265625}, {"start": 56.76, "end": 56.94, "word": " loop", "probability": 0.96630859375}, {"start": 56.94, "end": 57.1, "word": " on", "probability": 0.418701171875}, {"start": 57.1, "end": 57.18, "word": " the", "probability": 0.76953125}, {"start": 57.18, "end": 57.54, "word": " cursor,", "probability": 0.89794921875}, {"start": 58.2, "end": 58.36, "word": " go", "probability": 0.268310546875}, {"start": 58.36, "end": 58.58, "word": " through", "probability": 0.53369140625}, {"start": 58.58, "end": 58.68, "word": " the", "probability": 0.58642578125}, {"start": 58.68, "end": 58.9, "word": " data", "probability": 0.6416015625}, {"start": 58.9, "end": 59.38, "word": " in", "probability": 0.49365234375}, {"start": 59.38, "end": 59.6, "word": " the", "probability": 0.873046875}, {"start": 59.6, "end": 60.02, "word": " cursor,", "probability": 0.845703125}, {"start": 60.9, "end": 61.48, "word": " and", "probability": 0.71484375}, {"start": 61.48, "end": 61.58, "word": " we", "probability": 0.73291015625}, {"start": 61.58, "end": 61.88, "word": " know", "probability": 0.81787109375}, {"start": 61.88, "end": 62.08, "word": " that", "probability": 0.90966796875}, {"start": 62.08, "end": 62.26, "word": " each", "probability": 0.61474609375}, {"start": 62.26, "end": 62.56, "word": " line", "probability": 0.82275390625}, {"start": 62.56, "end": 62.64, "word": " that", "probability": 0.342041015625}, {"start": 62.64, "end": 62.68, "word": " I", "probability": 0.14794921875}, {"start": 62.68, "end": 62.86, "word": " click", "probability": 0.48046875}, {"start": 62.86, "end": 63.02, "word": " on", "probability": 0.869140625}, {"start": 63.02, "end": 63.12, "word": " the", "probability": 0.59326171875}, {"start": 63.12, "end": 63.38, "word": " cursor", "probability": 0.91259765625}, {"start": 63.38, "end": 64.26, "word": " represents", "probability": 0.51806640625}, {"start": 64.26, "end": 64.4, "word": " the", "probability": 0.370361328125}, {"start": 64.4, "end": 64.58, "word": " data", "probability": 0.83935546875}, {"start": 64.58, "end": 64.72, "word": " of", "probability": 0.87890625}, {"start": 64.72, "end": 65.38, "word": " one", "probability": 0.806640625}, {"start": 65.38, "end": 65.38, "word": " employee.", "probability": 0.82177734375}, {"start": 65.84, "end": 66.14, "word": " I", "probability": 0.9521484375}, {"start": 66.14, "end": 66.3, "word": " collect", "probability": 0.6845703125}, {"start": 66.3, "end": 66.44, "word": " the", "probability": 0.650390625}, {"start": 66.44, "end": 66.58, "word": " data", "probability": 0.427490234375}, {"start": 66.58, "end": 66.74, "word": " of", "probability": 0.87255859375}, {"start": 66.74, "end": 66.84, "word": " the", "probability": 0.681640625}, {"start": 66.84, "end": 67.1, "word": " employee,", "probability": 0.642578125}, {"start": 67.26, "end": 67.44, "word": " put", "probability": 0.421142578125}, {"start": 67.44, "end": 67.56, "word": " them", "probability": 0.76806640625}, {"start": 67.56, "end": 67.66, "word": " in", "probability": 0.8662109375}, {"start": 67.66, "end": 68.04, "word": " an", "probability": 0.2403564453125}, {"start": 68.04, "end": 68.24, "word": " employee", "probability": 0.7666015625}, {"start": 68.24, "end": 68.52, "word": " class,", "probability": 0.9736328125}, {"start": 68.64, "end": 68.7, "word": " and", "probability": 0.8935546875}, {"start": 68.7, "end": 69.14, "word": " collect", "probability": 0.444580078125}], "temperature": 1.0}, {"id": 4, "seek": 9357, "start": 69.45, "end": 93.57, "text": " the employee objects in ArrayList of type Employee. Then, it uses an adapter, which is an Extent-Based Adapter, as we worked before on ListView, it passes data to it, or RecyclerView, it shows it to you on the screen. The second easiest way, they tell us that you don't need to create a loop on the cursor. In Android, we provided you with something ready called Cursor Adapter.", "tokens": [264, 10738, 6565, 294, 1587, 3458, 43, 468, 295, 2010, 26878, 1653, 13, 1396, 11, 309, 4960, 364, 22860, 11, 597, 307, 364, 9881, 317, 12, 33, 1937, 1999, 5446, 11, 382, 321, 2732, 949, 322, 17668, 30203, 11, 309, 11335, 1412, 281, 309, 11, 420, 1300, 1344, 66, 1918, 30203, 11, 309, 3110, 309, 281, 291, 322, 264, 2568, 13, 440, 1150, 12889, 636, 11, 436, 980, 505, 300, 291, 500, 380, 643, 281, 1884, 257, 6367, 322, 264, 28169, 13, 682, 8853, 11, 321, 5649, 291, 365, 746, 1919, 1219, 383, 2156, 284, 1999, 5446, 13], "avg_logprob": -0.5331439285567312, "compression_ratio": 1.5726141078838174, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 69.45, "end": 69.85, "word": " the", "probability": 0.146728515625}, {"start": 69.85, "end": 70.73, "word": " employee", "probability": 0.42626953125}, {"start": 70.73, "end": 70.73, "word": " objects", "probability": 0.78955078125}, {"start": 70.73, "end": 70.95, "word": " in", "probability": 0.78857421875}, {"start": 70.95, "end": 71.45, "word": " ArrayList", "probability": 0.7496337890625}, {"start": 71.45, "end": 71.59, "word": " of", "probability": 0.3427734375}, {"start": 71.59, "end": 71.91, "word": " type", "probability": 0.201904296875}, {"start": 71.91, "end": 72.85, "word": " Employee.", "probability": 0.7379150390625}, {"start": 73.07, "end": 73.45, "word": " Then,", "probability": 0.5068359375}, {"start": 73.75, "end": 74.25, "word": " it", "probability": 0.41064453125}, {"start": 74.25, "end": 74.59, "word": " uses", "probability": 0.765625}, {"start": 74.59, "end": 74.75, "word": " an", "probability": 0.49365234375}, {"start": 74.75, "end": 75.13, "word": " adapter,", "probability": 0.67333984375}, {"start": 75.73, "end": 75.75, "word": " which", "probability": 0.599609375}, {"start": 75.75, "end": 75.89, "word": " is", "probability": 0.92333984375}, {"start": 75.89, "end": 75.99, "word": " an", "probability": 0.417236328125}, {"start": 75.99, "end": 76.33, "word": " Extent", "probability": 0.6962890625}, {"start": 76.33, "end": 76.57, "word": "-Based", "probability": 0.6083170572916666}, {"start": 76.57, "end": 77.09, "word": " Adapter,", "probability": 0.844970703125}, {"start": 77.47, "end": 77.61, "word": " as", "probability": 0.283203125}, {"start": 77.61, "end": 77.79, "word": " we", "probability": 0.63525390625}, {"start": 77.79, "end": 78.11, "word": " worked", "probability": 0.241455078125}, {"start": 78.11, "end": 78.51, "word": " before", "probability": 0.304931640625}, {"start": 78.51, "end": 78.73, "word": " on", "probability": 0.61328125}, {"start": 78.73, "end": 79.23, "word": " ListView,", "probability": 0.838623046875}, {"start": 79.33, "end": 79.41, "word": " it", "probability": 0.255126953125}, {"start": 79.41, "end": 79.65, "word": " passes", "probability": 0.169921875}, {"start": 79.65, "end": 80.05, "word": " data", "probability": 0.7216796875}, {"start": 80.05, "end": 80.35, "word": " to", "probability": 0.465087890625}, {"start": 80.35, "end": 80.35, "word": " it,", "probability": 0.7333984375}, {"start": 80.39, "end": 80.55, "word": " or", "probability": 0.935546875}, {"start": 80.55, "end": 81.31, "word": " RecyclerView,", "probability": 0.8263671875}, {"start": 81.79, "end": 81.89, "word": " it", "probability": 0.38623046875}, {"start": 81.89, "end": 82.07, "word": " shows", "probability": 0.27001953125}, {"start": 82.07, "end": 82.29, "word": " it", "probability": 0.41845703125}, {"start": 82.29, "end": 82.33, "word": " to", "probability": 0.828125}, {"start": 82.33, "end": 82.53, "word": " you", "probability": 0.9052734375}, {"start": 82.53, "end": 83.85, "word": " on", "probability": 0.69482421875}, {"start": 83.85, "end": 83.95, "word": " the", "probability": 0.72412109375}, {"start": 83.95, "end": 84.15, "word": " screen.", "probability": 0.884765625}, {"start": 84.25, "end": 84.33, "word": " The", "probability": 0.78466796875}, {"start": 84.33, "end": 84.81, "word": " second", "probability": 0.68212890625}, {"start": 84.81, "end": 85.23, "word": " easiest", "probability": 0.437255859375}, {"start": 85.23, "end": 85.29, "word": " way,", "probability": 0.7578125}, {"start": 85.75, "end": 86.09, "word": " they", "probability": 0.24609375}, {"start": 86.09, "end": 86.21, "word": " tell", "probability": 0.422119140625}, {"start": 86.21, "end": 86.35, "word": " us", "probability": 0.478515625}, {"start": 86.35, "end": 86.43, "word": " that", "probability": 0.669921875}, {"start": 86.43, "end": 86.59, "word": " you", "probability": 0.69775390625}, {"start": 86.59, "end": 86.73, "word": " don't", "probability": 0.822509765625}, {"start": 86.73, "end": 87.11, "word": " need", "probability": 0.76953125}, {"start": 87.11, "end": 87.27, "word": " to", "probability": 0.953125}, {"start": 87.27, "end": 87.47, "word": " create", "probability": 0.21875}, {"start": 87.47, "end": 87.55, "word": " a", "probability": 0.84716796875}, {"start": 87.55, "end": 87.67, "word": " loop", "probability": 0.9541015625}, {"start": 87.67, "end": 87.81, "word": " on", "probability": 0.8779296875}, {"start": 87.81, "end": 87.91, "word": " the", "probability": 0.791015625}, {"start": 87.91, "end": 88.17, "word": " cursor.", "probability": 0.92236328125}, {"start": 89.49, "end": 89.95, "word": " In", "probability": 0.2347412109375}, {"start": 89.95, "end": 90.33, "word": " Android,", "probability": 0.91943359375}, {"start": 90.39, "end": 90.39, "word": " we", "probability": 0.9111328125}, {"start": 90.39, "end": 90.69, "word": " provided", "probability": 0.54248046875}, {"start": 90.69, "end": 90.95, "word": " you", "probability": 0.634765625}, {"start": 90.95, "end": 90.99, "word": " with", "probability": 0.435791015625}, {"start": 90.99, "end": 91.13, "word": " something", "probability": 0.62451171875}, {"start": 91.13, "end": 91.55, "word": " ready", "probability": 0.412841796875}, {"start": 91.55, "end": 91.93, "word": " called", "probability": 0.419189453125}, {"start": 91.93, "end": 92.55, "word": " Cursor", "probability": 0.7742513020833334}, {"start": 92.55, "end": 93.57, "word": " Adapter.", "probability": 0.787841796875}], "temperature": 1.0}, {"id": 5, "seek": 10219, "start": 95.29, "end": 102.19, "text": " Instead of sending him a playlist of objects, you send him a cursor. This is what we did in the previous lecture", "tokens": [7156, 295, 7750, 796, 257, 16788, 295, 6565, 11, 291, 2845, 796, 257, 28169, 13, 639, 307, 437, 321, 630, 294, 264, 3894, 7991], "avg_logprob": -0.5262499809265136, "compression_ratio": 1.1770833333333333, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 95.29, "end": 95.81, "word": " Instead", "probability": 0.1800537109375}, {"start": 95.81, "end": 96.33, "word": " of", "probability": 0.94189453125}, {"start": 96.33, "end": 96.59, "word": " sending", "probability": 0.724609375}, {"start": 96.59, "end": 96.71, "word": " him", "probability": 0.381103515625}, {"start": 96.71, "end": 96.81, "word": " a", "probability": 0.7109375}, {"start": 96.81, "end": 97.15, "word": " playlist", "probability": 0.3115234375}, {"start": 97.15, "end": 97.79, "word": " of", "probability": 0.7509765625}, {"start": 97.79, "end": 98.27, "word": " objects,", "probability": 0.81103515625}, {"start": 98.41, "end": 98.85, "word": " you", "probability": 0.68212890625}, {"start": 98.85, "end": 99.03, "word": " send", "probability": 0.42333984375}, {"start": 99.03, "end": 99.65, "word": " him", "probability": 0.8671875}, {"start": 99.65, "end": 100.23, "word": " a", "probability": 0.66015625}, {"start": 100.23, "end": 100.59, "word": " cursor.", "probability": 0.9296875}, {"start": 100.77, "end": 101.25, "word": " This", "probability": 0.47509765625}, {"start": 101.25, "end": 101.29, "word": " is", "probability": 0.83203125}, {"start": 101.29, "end": 101.35, "word": " what", "probability": 0.8212890625}, {"start": 101.35, "end": 101.47, "word": " we", "probability": 0.85888671875}, {"start": 101.47, "end": 101.65, "word": " did", "probability": 0.6767578125}, {"start": 101.65, "end": 101.83, "word": " in", "probability": 0.71875}, {"start": 101.83, "end": 101.87, "word": " the", "probability": 0.6884765625}, {"start": 101.87, "end": 101.87, "word": " previous", "probability": 0.423095703125}, {"start": 101.87, "end": 102.19, "word": " lecture", "probability": 0.68115234375}], "temperature": 1.0}, {"id": 6, "seek": 13146, "start": 104.28, "end": 131.46, "text": " In the employee adapter, we made a cursor, sorry adapter, extend, not base adapter or list adapter, extend cursor adapter. Now, of course, in the constructor, I ask for the cursor, instead of taking the array list in the base adapter, and then there are two methods, one called new view and one called bind view. The new view only inflates and returns the view. The bind view takes two basic parameters, which are the view,", "tokens": [682, 264, 10738, 22860, 11, 321, 1027, 257, 28169, 11, 2597, 22860, 11, 10101, 11, 406, 3096, 22860, 420, 1329, 22860, 11, 10101, 28169, 22860, 13, 823, 11, 295, 1164, 11, 294, 264, 47479, 11, 286, 1029, 337, 264, 28169, 11, 2602, 295, 1940, 264, 10225, 1329, 294, 264, 3096, 22860, 11, 293, 550, 456, 366, 732, 7150, 11, 472, 1219, 777, 1910, 293, 472, 1219, 14786, 1910, 13, 440, 777, 1910, 787, 9922, 1024, 293, 11247, 264, 1910, 13, 440, 14786, 1910, 2516, 732, 3875, 9834, 11, 597, 366, 264, 1910, 11], "avg_logprob": -0.4055851028954729, "compression_ratio": 1.918552036199095, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 104.28, "end": 104.76, "word": " In", "probability": 0.298095703125}, {"start": 104.76, "end": 104.84, "word": " the", "probability": 0.408203125}, {"start": 104.84, "end": 105.16, "word": " employee", "probability": 0.54150390625}, {"start": 105.16, "end": 105.6, "word": " adapter,", "probability": 0.78466796875}, {"start": 105.86, "end": 105.86, "word": " we", "probability": 0.86767578125}, {"start": 105.86, "end": 106.02, "word": " made", "probability": 0.34765625}, {"start": 106.02, "end": 106.22, "word": " a", "probability": 0.68701171875}, {"start": 106.22, "end": 106.54, "word": " cursor,", "probability": 0.822265625}, {"start": 106.96, "end": 107.44, "word": " sorry", "probability": 0.3798828125}, {"start": 107.44, "end": 107.96, "word": " adapter,", "probability": 0.428466796875}, {"start": 108.1, "end": 108.6, "word": " extend,", "probability": 0.6171875}, {"start": 108.8, "end": 109.08, "word": " not", "probability": 0.86376953125}, {"start": 109.08, "end": 109.36, "word": " base", "probability": 0.5888671875}, {"start": 109.36, "end": 109.84, "word": " adapter", "probability": 0.89111328125}, {"start": 109.84, "end": 110.22, "word": " or", "probability": 0.57421875}, {"start": 110.22, "end": 111.82, "word": " list", "probability": 0.63134765625}, {"start": 111.82, "end": 112.2, "word": " adapter,", "probability": 0.8935546875}, {"start": 112.36, "end": 112.78, "word": " extend", "probability": 0.71826171875}, {"start": 112.78, "end": 113.24, "word": " cursor", "probability": 0.86083984375}, {"start": 113.24, "end": 113.68, "word": " adapter.", "probability": 0.89892578125}, {"start": 114.42, "end": 114.6, "word": " Now,", "probability": 0.68603515625}, {"start": 114.84, "end": 114.84, "word": " of", "probability": 0.55322265625}, {"start": 114.84, "end": 114.84, "word": " course,", "probability": 0.95654296875}, {"start": 114.96, "end": 115.68, "word": " in", "probability": 0.196044921875}, {"start": 115.68, "end": 116.16, "word": " the", "probability": 0.5732421875}, {"start": 116.16, "end": 116.6, "word": " constructor,", "probability": 0.76513671875}, {"start": 116.7, "end": 116.7, "word": " I", "probability": 0.7392578125}, {"start": 116.7, "end": 116.7, "word": " ask", "probability": 0.291748046875}, {"start": 116.7, "end": 116.74, "word": " for", "probability": 0.8017578125}, {"start": 116.74, "end": 116.78, "word": " the", "probability": 0.63720703125}, {"start": 116.78, "end": 117.14, "word": " cursor,", "probability": 0.91943359375}, {"start": 117.78, "end": 117.94, "word": " instead", "probability": 0.6806640625}, {"start": 117.94, "end": 118.1, "word": " of", "probability": 0.9658203125}, {"start": 118.1, "end": 118.64, "word": " taking", "probability": 0.59521484375}, {"start": 118.64, "end": 118.82, "word": " the", "probability": 0.7265625}, {"start": 118.82, "end": 118.98, "word": " array", "probability": 0.58740234375}, {"start": 118.98, "end": 119.2, "word": " list", "probability": 0.8232421875}, {"start": 119.2, "end": 119.38, "word": " in", "probability": 0.796875}, {"start": 119.38, "end": 119.46, "word": " the", "probability": 0.90283203125}, {"start": 119.46, "end": 119.62, "word": " base", "probability": 0.87255859375}, {"start": 119.62, "end": 120.0, "word": " adapter,", "probability": 0.8857421875}, {"start": 120.52, "end": 120.74, "word": " and", "probability": 0.76611328125}, {"start": 120.74, "end": 120.96, "word": " then", "probability": 0.75146484375}, {"start": 120.96, "end": 121.18, "word": " there", "probability": 0.75390625}, {"start": 121.18, "end": 121.18, "word": " are", "probability": 0.88623046875}, {"start": 121.18, "end": 121.34, "word": " two", "probability": 0.90185546875}, {"start": 121.34, "end": 121.66, "word": " methods,", "probability": 0.91455078125}, {"start": 121.74, "end": 121.86, "word": " one", "probability": 0.89501953125}, {"start": 121.86, "end": 122.16, "word": " called", "probability": 0.34521484375}, {"start": 122.16, "end": 122.4, "word": " new", "probability": 0.71728515625}, {"start": 122.4, "end": 122.68, "word": " view", "probability": 0.53515625}, {"start": 122.68, "end": 122.86, "word": " and", "probability": 0.61865234375}, {"start": 122.86, "end": 123.02, "word": " one", "probability": 0.6171875}, {"start": 123.02, "end": 123.32, "word": " called", "probability": 0.873046875}, {"start": 123.32, "end": 123.64, "word": " bind", "probability": 0.92822265625}, {"start": 123.64, "end": 123.92, "word": " view.", "probability": 0.8701171875}, {"start": 124.16, "end": 124.26, "word": " The", "probability": 0.68994140625}, {"start": 124.26, "end": 124.4, "word": " new", "probability": 0.8955078125}, {"start": 124.4, "end": 124.6, "word": " view", "probability": 0.9169921875}, {"start": 124.6, "end": 124.8, "word": " only", "probability": 0.2861328125}, {"start": 124.8, "end": 125.52, "word": " inflates", "probability": 0.7490234375}, {"start": 125.52, "end": 125.68, "word": " and", "probability": 0.859375}, {"start": 125.68, "end": 125.94, "word": " returns", "probability": 0.76171875}, {"start": 125.94, "end": 126.14, "word": " the", "probability": 0.783203125}, {"start": 126.14, "end": 126.36, "word": " view.", "probability": 0.8955078125}, {"start": 127.08, "end": 127.22, "word": " The", "probability": 0.86279296875}, {"start": 127.22, "end": 127.42, "word": " bind", "probability": 0.95751953125}, {"start": 127.42, "end": 127.82, "word": " view", "probability": 0.9169921875}, {"start": 127.82, "end": 128.96, "word": " takes", "probability": 0.7724609375}, {"start": 128.96, "end": 129.52, "word": " two", "probability": 0.89111328125}, {"start": 129.52, "end": 129.56, "word": " basic", "probability": 0.3564453125}, {"start": 129.56, "end": 130.5, "word": " parameters,", "probability": 0.96826171875}, {"start": 130.84, "end": 130.9, "word": " which", "probability": 0.8095703125}, {"start": 130.9, "end": 131.06, "word": " are", "probability": 0.7578125}, {"start": 131.06, "end": 131.22, "word": " the", "probability": 0.78662109375}, {"start": 131.22, "end": 131.46, "word": " view,", "probability": 0.88037109375}], "temperature": 1.0}, {"id": 7, "seek": 15116, "start": 132.45, "end": 151.17, "text": " And the cursor, if you remember the creative view process used to take the view and the position, and from the position it would take the object and fill in its data. Now it gives you a cursor that indicates the role that you have followed. So all you have to do is read from the cursor.", "tokens": [400, 264, 28169, 11, 498, 291, 1604, 264, 5880, 1910, 1399, 1143, 281, 747, 264, 1910, 293, 264, 2535, 11, 293, 490, 264, 2535, 309, 576, 747, 264, 2657, 293, 2836, 294, 1080, 1412, 13, 823, 309, 2709, 291, 257, 28169, 300, 16203, 264, 3090, 300, 291, 362, 6263, 13, 407, 439, 291, 362, 281, 360, 307, 1401, 490, 264, 28169, 13], "avg_logprob": -0.6294642573311215, "compression_ratio": 1.7041420118343196, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 132.45, "end": 132.61, "word": " And", "probability": 0.29736328125}, {"start": 132.61, "end": 132.71, "word": " the", "probability": 0.329345703125}, {"start": 132.71, "end": 132.97, "word": " cursor,", "probability": 0.85693359375}, {"start": 133.85, "end": 134.85, "word": " if", "probability": 0.312255859375}, {"start": 134.85, "end": 135.67, "word": " you", "probability": 0.943359375}, {"start": 135.67, "end": 136.03, "word": " remember", "probability": 0.77734375}, {"start": 136.03, "end": 136.43, "word": " the", "probability": 0.2147216796875}, {"start": 136.43, "end": 137.67, "word": " creative", "probability": 0.244384765625}, {"start": 137.67, "end": 138.19, "word": " view", "probability": 0.85986328125}, {"start": 138.19, "end": 138.19, "word": " process", "probability": 0.363037109375}, {"start": 138.19, "end": 138.43, "word": " used", "probability": 0.380615234375}, {"start": 138.43, "end": 138.51, "word": " to", "probability": 0.95068359375}, {"start": 138.51, "end": 138.89, "word": " take", "probability": 0.58984375}, {"start": 138.89, "end": 139.73, "word": " the", "probability": 0.4697265625}, {"start": 139.73, "end": 140.01, "word": " view", "probability": 0.796875}, {"start": 140.01, "end": 140.43, "word": " and", "probability": 0.86083984375}, {"start": 140.43, "end": 140.51, "word": " the", "probability": 0.322509765625}, {"start": 140.51, "end": 140.91, "word": " position,", "probability": 0.9111328125}, {"start": 141.41, "end": 141.57, "word": " and", "probability": 0.67529296875}, {"start": 141.57, "end": 141.63, "word": " from", "probability": 0.54541015625}, {"start": 141.63, "end": 141.81, "word": " the", "probability": 0.7314453125}, {"start": 141.81, "end": 142.09, "word": " position", "probability": 0.8994140625}, {"start": 142.09, "end": 142.25, "word": " it", "probability": 0.299560546875}, {"start": 142.25, "end": 142.31, "word": " would", "probability": 0.235595703125}, {"start": 142.31, "end": 142.39, "word": " take", "probability": 0.30224609375}, {"start": 142.39, "end": 142.53, "word": " the", "probability": 0.7744140625}, {"start": 142.53, "end": 142.95, "word": " object", "probability": 0.87890625}, {"start": 142.95, "end": 143.41, "word": " and", "probability": 0.77490234375}, {"start": 143.41, "end": 143.65, "word": " fill", "probability": 0.5244140625}, {"start": 143.65, "end": 143.73, "word": " in", "probability": 0.2626953125}, {"start": 143.73, "end": 144.11, "word": " its", "probability": 0.393798828125}, {"start": 144.11, "end": 144.11, "word": " data.", "probability": 0.5380859375}, {"start": 144.61, "end": 144.81, "word": " Now", "probability": 0.6767578125}, {"start": 144.81, "end": 145.13, "word": " it", "probability": 0.271240234375}, {"start": 145.13, "end": 145.33, "word": " gives", "probability": 0.439453125}, {"start": 145.33, "end": 145.49, "word": " you", "probability": 0.84912109375}, {"start": 145.49, "end": 145.81, "word": " a", "probability": 0.459716796875}, {"start": 145.81, "end": 146.11, "word": " cursor", "probability": 0.8974609375}, {"start": 146.11, "end": 146.31, "word": " that", "probability": 0.348388671875}, {"start": 146.31, "end": 146.75, "word": " indicates", "probability": 0.3037109375}, {"start": 146.75, "end": 147.87, "word": " the", "probability": 0.6767578125}, {"start": 147.87, "end": 148.07, "word": " role", "probability": 0.74169921875}, {"start": 148.07, "end": 148.23, "word": " that", "probability": 0.515625}, {"start": 148.23, "end": 148.31, "word": " you", "probability": 0.72216796875}, {"start": 148.31, "end": 148.43, "word": " have", "probability": 0.253173828125}, {"start": 148.43, "end": 148.71, "word": " followed.", "probability": 0.60595703125}, {"start": 149.07, "end": 149.41, "word": " So", "probability": 0.343505859375}, {"start": 149.41, "end": 149.67, "word": " all", "probability": 0.344482421875}, {"start": 149.67, "end": 149.67, "word": " you", "probability": 0.94873046875}, {"start": 149.67, "end": 149.73, "word": " have", "probability": 0.74609375}, {"start": 149.73, "end": 149.99, "word": " to", "probability": 0.9716796875}, {"start": 149.99, "end": 149.99, "word": " do", "probability": 0.94775390625}, {"start": 149.99, "end": 150.21, "word": " is", "probability": 0.9306640625}, {"start": 150.21, "end": 150.47, "word": " read", "probability": 0.60400390625}, {"start": 150.47, "end": 150.67, "word": " from", "probability": 0.7802734375}, {"start": 150.67, "end": 150.81, "word": " the", "probability": 0.90185546875}, {"start": 150.81, "end": 151.17, "word": " cursor.", "probability": 0.90234375}], "temperature": 1.0}, {"id": 8, "seek": 16992, "start": 151.96, "end": 169.92, "text": " Don't move from the place I'm pointing at. Take the data from the cursor and store it in the view. That's what I did here. I made a find view by ID to get the name, salary and date of birth text views. Then I read the data from the cursor. I read the name, salary and date of birth.", "tokens": [1468, 380, 1286, 490, 264, 1081, 286, 478, 12166, 412, 13, 3664, 264, 1412, 490, 264, 28169, 293, 3531, 309, 294, 264, 1910, 13, 663, 311, 437, 286, 630, 510, 13, 286, 1027, 257, 915, 1910, 538, 7348, 281, 483, 264, 1315, 11, 15360, 293, 4002, 295, 3965, 2487, 6809, 13, 1396, 286, 1401, 264, 1412, 490, 264, 28169, 13, 286, 1401, 264, 1315, 11, 15360, 293, 4002, 295, 3965, 13], "avg_logprob": -0.4574652906093333, "compression_ratio": 1.76875, "no_speech_prob": 0.0, "words": [{"start": 151.96, "end": 152.22, "word": " Don't", "probability": 0.5198211669921875}, {"start": 152.22, "end": 152.22, "word": " move", "probability": 0.52001953125}, {"start": 152.22, "end": 152.22, "word": " from", "probability": 0.6884765625}, {"start": 152.22, "end": 152.32, "word": " the", "probability": 0.483642578125}, {"start": 152.32, "end": 152.52, "word": " place", "probability": 0.255859375}, {"start": 152.52, "end": 152.74, "word": " I'm", "probability": 0.3592529296875}, {"start": 152.74, "end": 152.9, "word": " pointing", "probability": 0.541015625}, {"start": 152.9, "end": 153.76, "word": " at.", "probability": 0.353759765625}, {"start": 154.4, "end": 154.76, "word": " Take", "probability": 0.54345703125}, {"start": 154.76, "end": 154.9, "word": " the", "probability": 0.79345703125}, {"start": 154.9, "end": 155.1, "word": " data", "probability": 0.7587890625}, {"start": 155.1, "end": 155.4, "word": " from", "probability": 0.437255859375}, {"start": 155.4, "end": 155.56, "word": " the", "probability": 0.82470703125}, {"start": 155.56, "end": 155.8, "word": " cursor", "probability": 0.93115234375}, {"start": 155.8, "end": 156.34, "word": " and", "probability": 0.802734375}, {"start": 156.34, "end": 156.64, "word": " store", "probability": 0.64208984375}, {"start": 156.64, "end": 156.9, "word": " it", "probability": 0.7900390625}, {"start": 156.9, "end": 157.5, "word": " in", "probability": 0.84521484375}, {"start": 157.5, "end": 157.66, "word": " the", "probability": 0.74609375}, {"start": 157.66, "end": 157.78, "word": " view.", "probability": 0.68505859375}, {"start": 158.08, "end": 158.52, "word": " That's", "probability": 0.542236328125}, {"start": 158.52, "end": 158.58, "word": " what", "probability": 0.93505859375}, {"start": 158.58, "end": 158.66, "word": " I", "probability": 0.63427734375}, {"start": 158.66, "end": 158.8, "word": " did", "probability": 0.7119140625}, {"start": 158.8, "end": 159.06, "word": " here.", "probability": 0.697265625}, {"start": 159.12, "end": 159.14, "word": " I", "probability": 0.9541015625}, {"start": 159.14, "end": 159.26, "word": " made", "probability": 0.276123046875}, {"start": 159.26, "end": 159.38, "word": " a", "probability": 0.48291015625}, {"start": 159.38, "end": 159.58, "word": " find", "probability": 0.552734375}, {"start": 159.58, "end": 159.84, "word": " view", "probability": 0.61767578125}, {"start": 159.84, "end": 159.98, "word": " by", "probability": 0.2332763671875}, {"start": 159.98, "end": 160.32, "word": " ID", "probability": 0.5126953125}, {"start": 160.32, "end": 160.6, "word": " to", "probability": 0.67041015625}, {"start": 160.6, "end": 160.82, "word": " get", "probability": 0.3515625}, {"start": 160.82, "end": 160.98, "word": " the", "probability": 0.68212890625}, {"start": 160.98, "end": 161.18, "word": " name,", "probability": 0.7578125}, {"start": 161.32, "end": 161.64, "word": " salary", "probability": 0.50830078125}, {"start": 161.64, "end": 162.28, "word": " and", "probability": 0.50927734375}, {"start": 162.28, "end": 162.48, "word": " date", "probability": 0.80908203125}, {"start": 162.48, "end": 162.62, "word": " of", "probability": 0.96923828125}, {"start": 162.62, "end": 162.86, "word": " birth", "probability": 0.95751953125}, {"start": 162.86, "end": 163.32, "word": " text", "probability": 0.393798828125}, {"start": 163.32, "end": 164.4, "word": " views.", "probability": 0.3974609375}, {"start": 165.14, "end": 165.58, "word": " Then", "probability": 0.45458984375}, {"start": 165.58, "end": 165.9, "word": " I", "probability": 0.60888671875}, {"start": 165.9, "end": 166.1, "word": " read", "probability": 0.86474609375}, {"start": 166.1, "end": 166.22, "word": " the", "probability": 0.830078125}, {"start": 166.22, "end": 166.44, "word": " data", "probability": 0.88916015625}, {"start": 166.44, "end": 166.68, "word": " from", "probability": 0.8662109375}, {"start": 166.68, "end": 166.86, "word": " the", "probability": 0.90576171875}, {"start": 166.86, "end": 167.24, "word": " cursor.", "probability": 0.92333984375}, {"start": 167.48, "end": 167.58, "word": " I", "probability": 0.93701171875}, {"start": 167.58, "end": 167.8, "word": " read", "probability": 0.95703125}, {"start": 167.8, "end": 168.54, "word": " the", "probability": 0.8544921875}, {"start": 168.54, "end": 168.74, "word": " name,", "probability": 0.8583984375}, {"start": 168.86, "end": 169.14, "word": " salary", "probability": 0.97314453125}, {"start": 169.14, "end": 169.34, "word": " and", "probability": 0.87548828125}, {"start": 169.34, "end": 169.52, "word": " date", "probability": 0.8818359375}, {"start": 169.52, "end": 169.7, "word": " of", "probability": 0.97314453125}, {"start": 169.7, "end": 169.92, "word": " birth.", "probability": 0.9716796875}], "temperature": 1.0}, {"id": 9, "seek": 20074, "start": 171.18, "end": 200.74, "text": " The name and the year are always there, but the date of birth requires a bit of work. You have to go back from the number to the year, month and day. That's why we used the calendar, as we saw in the previous lecture. And in the end, we put the date in the date of birth text field. This is a summary of the words we took in the previous lecture. Now, we want to complete some of the remaining things in the database. In the show all activity, I want that when I click on any employee's data,", "tokens": [440, 1315, 293, 264, 1064, 366, 1009, 456, 11, 457, 264, 4002, 295, 3965, 7029, 257, 857, 295, 589, 13, 509, 362, 281, 352, 646, 490, 264, 1230, 281, 264, 1064, 11, 1618, 293, 786, 13, 663, 311, 983, 321, 1143, 264, 12183, 11, 382, 321, 1866, 294, 264, 3894, 7991, 13, 400, 294, 264, 917, 11, 321, 829, 264, 4002, 294, 264, 4002, 295, 3965, 2487, 2519, 13, 639, 307, 257, 12691, 295, 264, 2283, 321, 1890, 294, 264, 3894, 7991, 13, 823, 11, 321, 528, 281, 3566, 512, 295, 264, 8877, 721, 294, 264, 8149, 13, 682, 264, 855, 439, 5191, 11, 286, 528, 300, 562, 286, 2052, 322, 604, 10738, 311, 1412, 11], "avg_logprob": -0.48824785000238663, "compression_ratio": 1.779783393501805, "no_speech_prob": 0.0, "words": [{"start": 171.18, "end": 171.42, "word": " The", "probability": 0.359375}, {"start": 171.42, "end": 171.7, "word": " name", "probability": 0.634765625}, {"start": 171.7, "end": 172.48, "word": " and", "probability": 0.767578125}, {"start": 172.48, "end": 172.54, "word": " the", "probability": 0.322509765625}, {"start": 172.54, "end": 172.74, "word": " year", "probability": 0.467041015625}, {"start": 172.74, "end": 173.06, "word": " are", "probability": 0.47412109375}, {"start": 173.06, "end": 173.7, "word": " always", "probability": 0.295654296875}, {"start": 173.7, "end": 173.7, "word": " there,", "probability": 0.1683349609375}, {"start": 173.8, "end": 173.94, "word": " but", "probability": 0.85107421875}, {"start": 173.94, "end": 174.08, "word": " the", "probability": 0.61376953125}, {"start": 174.08, "end": 174.18, "word": " date", "probability": 0.58837890625}, {"start": 174.18, "end": 174.32, "word": " of", "probability": 0.96826171875}, {"start": 174.32, "end": 174.48, "word": " birth", "probability": 0.97021484375}, {"start": 174.48, "end": 174.72, "word": " requires", "probability": 0.284423828125}, {"start": 174.72, "end": 174.84, "word": " a", "probability": 0.309326171875}, {"start": 174.84, "end": 175.02, "word": " bit", "probability": 0.31787109375}, {"start": 175.02, "end": 175.1, "word": " of", "probability": 0.92529296875}, {"start": 175.1, "end": 175.4, "word": " work.", "probability": 0.78125}, {"start": 175.7, "end": 176.02, "word": " You", "probability": 0.308349609375}, {"start": 176.02, "end": 176.14, "word": " have", "probability": 0.1397705078125}, {"start": 176.14, "end": 176.18, "word": " to", "probability": 0.966796875}, {"start": 176.18, "end": 176.36, "word": " go", "probability": 0.265625}, {"start": 176.36, "end": 176.42, "word": " back", "probability": 0.67822265625}, {"start": 176.42, "end": 176.5, "word": " from", "probability": 0.54931640625}, {"start": 176.5, "end": 176.66, "word": " the", "probability": 0.311279296875}, {"start": 176.66, "end": 176.8, "word": " number", "probability": 0.412109375}, {"start": 176.8, "end": 177.12, "word": " to", "probability": 0.412109375}, {"start": 177.12, "end": 177.86, "word": " the", "probability": 0.237060546875}, {"start": 177.86, "end": 178.08, "word": " year,", "probability": 0.83447265625}, {"start": 178.2, "end": 178.48, "word": " month", "probability": 0.89697265625}, {"start": 178.48, "end": 179.2, "word": " and", "probability": 0.5751953125}, {"start": 179.2, "end": 179.44, "word": " day.", "probability": 0.9228515625}, {"start": 179.58, "end": 179.82, "word": " That's", "probability": 0.641357421875}, {"start": 179.82, "end": 179.96, "word": " why", "probability": 0.9150390625}, {"start": 179.96, "end": 180.44, "word": " we", "probability": 0.92919921875}, {"start": 180.44, "end": 180.44, "word": " used", "probability": 0.88525390625}, {"start": 180.44, "end": 180.56, "word": " the", "probability": 0.68408203125}, {"start": 180.56, "end": 180.84, "word": " calendar,", "probability": 0.869140625}, {"start": 180.94, "end": 181.02, "word": " as", "probability": 0.421630859375}, {"start": 181.02, "end": 181.12, "word": " we", "probability": 0.69482421875}, {"start": 181.12, "end": 181.26, "word": " saw", "probability": 0.7841796875}, {"start": 181.26, "end": 181.38, "word": " in", "probability": 0.81640625}, {"start": 181.38, "end": 181.4, "word": " the", "probability": 0.87744140625}, {"start": 181.4, "end": 181.42, "word": " previous", "probability": 0.525390625}, {"start": 181.42, "end": 181.7, "word": " lecture.", "probability": 0.8037109375}, {"start": 182.06, "end": 182.14, "word": " And", "probability": 0.6015625}, {"start": 182.14, "end": 182.18, "word": " in", "probability": 0.274658203125}, {"start": 182.18, "end": 182.26, "word": " the", "probability": 0.9208984375}, {"start": 182.26, "end": 182.42, "word": " end,", "probability": 0.87744140625}, {"start": 182.54, "end": 182.54, "word": " we", "probability": 0.919921875}, {"start": 182.54, "end": 182.74, "word": " put", "probability": 0.44970703125}, {"start": 182.74, "end": 183.0, "word": " the", "probability": 0.7666015625}, {"start": 183.0, "end": 183.2, "word": " date", "probability": 0.87109375}, {"start": 183.2, "end": 183.34, "word": " in", "probability": 0.62353515625}, {"start": 183.34, "end": 183.44, "word": " the", "probability": 0.80517578125}, {"start": 183.44, "end": 183.54, "word": " date", "probability": 0.6171875}, {"start": 183.54, "end": 183.68, "word": " of", "probability": 0.93017578125}, {"start": 183.68, "end": 183.94, "word": " birth", "probability": 0.9677734375}, {"start": 183.94, "end": 184.5, "word": " text", "probability": 0.59375}, {"start": 184.5, "end": 184.8, "word": " field.", "probability": 0.5498046875}, {"start": 185.16, "end": 185.48, "word": " This", "probability": 0.5546875}, {"start": 185.48, "end": 185.54, "word": " is", "probability": 0.5625}, {"start": 185.54, "end": 185.78, "word": " a", "probability": 0.853515625}, {"start": 185.78, "end": 185.78, "word": " summary", "probability": 0.70556640625}, {"start": 185.78, "end": 185.94, "word": " of", "probability": 0.96142578125}, {"start": 185.94, "end": 186.0, "word": " the", "probability": 0.591796875}, {"start": 186.0, "end": 186.18, "word": " words", "probability": 0.392578125}, {"start": 186.18, "end": 186.28, "word": " we", "probability": 0.51708984375}, {"start": 186.28, "end": 186.5, "word": " took", "probability": 0.67236328125}, {"start": 186.5, "end": 187.22, "word": " in", "probability": 0.473876953125}, {"start": 187.22, "end": 187.26, "word": " the", "probability": 0.8935546875}, {"start": 187.26, "end": 187.26, "word": " previous", "probability": 0.7041015625}, {"start": 187.26, "end": 187.68, "word": " lecture.", "probability": 0.9150390625}, {"start": 188.98, "end": 189.3, "word": " Now,", "probability": 0.9140625}, {"start": 189.4, "end": 189.42, "word": " we", "probability": 0.5732421875}, {"start": 189.42, "end": 189.54, "word": " want", "probability": 0.390869140625}, {"start": 189.54, "end": 189.62, "word": " to", "probability": 0.97021484375}, {"start": 189.62, "end": 189.88, "word": " complete", "probability": 0.4013671875}, {"start": 189.88, "end": 190.16, "word": " some", "probability": 0.79150390625}, {"start": 190.16, "end": 190.16, "word": " of", "probability": 0.55810546875}, {"start": 190.16, "end": 190.6, "word": " the", "probability": 0.90966796875}, {"start": 190.6, "end": 191.28, "word": " remaining", "probability": 0.833984375}, {"start": 191.28, "end": 191.3, "word": " things", "probability": 0.56396484375}, {"start": 191.3, "end": 191.54, "word": " in", "probability": 0.91015625}, {"start": 191.54, "end": 191.64, "word": " the", "probability": 0.923828125}, {"start": 191.64, "end": 191.96, "word": " database.", "probability": 0.8896484375}, {"start": 194.68, "end": 195.0, "word": " In", "probability": 0.859375}, {"start": 195.0, "end": 195.12, "word": " the", "probability": 0.74365234375}, {"start": 195.12, "end": 195.28, "word": " show", "probability": 0.1319580078125}, {"start": 195.28, "end": 195.44, "word": " all", "probability": 0.8701171875}, {"start": 195.44, "end": 195.92, "word": " activity,", "probability": 0.8583984375}, {"start": 196.04, "end": 196.2, "word": " I", "probability": 0.88232421875}, {"start": 196.2, "end": 196.56, "word": " want", "probability": 0.464599609375}, {"start": 196.56, "end": 197.36, "word": " that", "probability": 0.480224609375}, {"start": 197.36, "end": 197.54, "word": " when", "probability": 0.91162109375}, {"start": 197.54, "end": 197.68, "word": " I", "probability": 0.9921875}, {"start": 197.68, "end": 197.9, "word": " click", "probability": 0.560546875}, {"start": 197.9, "end": 198.26, "word": " on", "probability": 0.9248046875}, {"start": 198.26, "end": 200.16, "word": " any", "probability": 0.3291015625}, {"start": 200.16, "end": 200.74, "word": " employee's", "probability": 0.79638671875}, {"start": 200.74, "end": 200.74, "word": " data,", "probability": 0.7060546875}], "temperature": 1.0}, {"id": 10, "seek": 22268, "start": 204.78, "end": 222.68, "text": "In this way, it will open a new activity that contains data details. Of course, this is important because tomorrow, for example, you want to create a news website, right? Or for example, a shopping website. You should click on the item that will open a screen with its picture, details, etc.", "tokens": [4575, 341, 636, 11, 309, 486, 1269, 257, 777, 5191, 300, 8306, 1412, 4365, 13, 2720, 1164, 11, 341, 307, 1021, 570, 4153, 11, 337, 1365, 11, 291, 528, 281, 1884, 257, 2583, 3144, 11, 558, 30, 1610, 337, 1365, 11, 257, 8688, 3144, 13, 509, 820, 2052, 322, 264, 3174, 300, 486, 1269, 257, 2568, 365, 1080, 3036, 11, 4365, 11, 5183, 13], "avg_logprob": -0.5336538461538461, "compression_ratio": 1.547872340425532, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 204.78, "end": 205.0, "word": "In", "probability": 0.289306640625}, {"start": 205.0, "end": 205.08, "word": " this", "probability": 0.880859375}, {"start": 205.08, "end": 205.46, "word": " way,", "probability": 0.89306640625}, {"start": 206.12, "end": 207.52, "word": " it", "probability": 0.6513671875}, {"start": 207.52, "end": 207.56, "word": " will", "probability": 0.273193359375}, {"start": 207.56, "end": 207.78, "word": " open", "probability": 0.62548828125}, {"start": 207.78, "end": 207.94, "word": " a", "probability": 0.515625}, {"start": 207.94, "end": 207.94, "word": " new", "probability": 0.908203125}, {"start": 207.94, "end": 208.44, "word": " activity", "probability": 0.89013671875}, {"start": 208.44, "end": 209.02, "word": " that", "probability": 0.146240234375}, {"start": 209.02, "end": 209.38, "word": " contains", "probability": 0.332763671875}, {"start": 209.38, "end": 210.66, "word": " data", "probability": 0.194580078125}, {"start": 210.66, "end": 210.66, "word": " details.", "probability": 0.70166015625}, {"start": 211.22, "end": 211.7, "word": " Of", "probability": 0.3369140625}, {"start": 211.7, "end": 211.8, "word": " course,", "probability": 0.94140625}, {"start": 211.84, "end": 211.94, "word": " this", "probability": 0.7275390625}, {"start": 211.94, "end": 212.02, "word": " is", "probability": 0.91748046875}, {"start": 212.02, "end": 212.26, "word": " important", "probability": 0.755859375}, {"start": 212.26, "end": 212.44, "word": " because", "probability": 0.62890625}, {"start": 212.44, "end": 212.78, "word": " tomorrow,", "probability": 0.4169921875}, {"start": 212.82, "end": 212.94, "word": " for", "probability": 0.7900390625}, {"start": 212.94, "end": 213.0, "word": " example,", "probability": 0.91357421875}, {"start": 213.04, "end": 213.14, "word": " you", "probability": 0.81787109375}, {"start": 213.14, "end": 213.34, "word": " want", "probability": 0.7421875}, {"start": 213.34, "end": 213.34, "word": " to", "probability": 0.970703125}, {"start": 213.34, "end": 213.5, "word": " create", "probability": 0.409912109375}, {"start": 213.5, "end": 213.64, "word": " a", "probability": 0.72412109375}, {"start": 213.64, "end": 214.02, "word": " news", "probability": 0.57568359375}, {"start": 214.02, "end": 214.22, "word": " website,", "probability": 0.5751953125}, {"start": 214.94, "end": 215.1, "word": " right?", "probability": 0.227783203125}, {"start": 216.16, "end": 216.64, "word": " Or", "probability": 0.87548828125}, {"start": 216.64, "end": 216.72, "word": " for", "probability": 0.485595703125}, {"start": 216.72, "end": 216.9, "word": " example,", "probability": 0.90966796875}, {"start": 217.02, "end": 217.28, "word": " a", "probability": 0.85693359375}, {"start": 217.28, "end": 217.56, "word": " shopping", "probability": 0.552734375}, {"start": 217.56, "end": 217.7, "word": " website.", "probability": 0.7470703125}, {"start": 218.12, "end": 218.42, "word": " You", "probability": 0.84130859375}, {"start": 218.42, "end": 218.66, "word": " should", "probability": 0.56201171875}, {"start": 218.66, "end": 218.9, "word": " click", "probability": 0.69873046875}, {"start": 218.9, "end": 219.08, "word": " on", "probability": 0.9208984375}, {"start": 219.08, "end": 219.16, "word": " the", "probability": 0.59375}, {"start": 219.16, "end": 219.52, "word": " item", "probability": 0.90966796875}, {"start": 219.52, "end": 219.76, "word": " that", "probability": 0.5478515625}, {"start": 219.76, "end": 219.8, "word": " will", "probability": 0.4736328125}, {"start": 219.8, "end": 220.0, "word": " open", "probability": 0.88232421875}, {"start": 220.0, "end": 220.24, "word": " a", "probability": 0.77392578125}, {"start": 220.24, "end": 220.56, "word": " screen", "probability": 0.75146484375}, {"start": 220.56, "end": 220.82, "word": " with", "probability": 0.253662109375}, {"start": 220.82, "end": 220.98, "word": " its", "probability": 0.431640625}, {"start": 220.98, "end": 221.3, "word": " picture,", "probability": 0.36865234375}, {"start": 221.58, "end": 222.04, "word": " details,", "probability": 0.66748046875}, {"start": 222.34, "end": 222.68, "word": " etc.", "probability": 0.3525390625}], "temperature": 1.0}, {"id": 11, "seek": 24945, "start": 223.79, "end": 249.45, "text": " Now, how can we do this? The first thing is to do action on the list view. This is agreed upon. I went to the list view and told it to click on item. And we also talked about when we did action on the list view that it gives you the position that you clicked on. You go to the list view and tell it to get item at position and you cast it to cursor. That's it. Now cursor indicates the place that you clicked on.", "tokens": [823, 11, 577, 393, 321, 360, 341, 30, 440, 700, 551, 307, 281, 360, 3069, 322, 264, 1329, 1910, 13, 639, 307, 9166, 3564, 13, 286, 1437, 281, 264, 1329, 1910, 293, 1907, 309, 281, 2052, 322, 3174, 13, 400, 321, 611, 2825, 466, 562, 321, 630, 3069, 322, 264, 1329, 1910, 300, 309, 2709, 291, 264, 2535, 300, 291, 23370, 322, 13, 509, 352, 281, 264, 1329, 1910, 293, 980, 309, 281, 483, 3174, 412, 2535, 293, 291, 4193, 309, 281, 28169, 13, 663, 311, 309, 13, 823, 28169, 16203, 264, 1081, 300, 291, 23370, 322, 13], "avg_logprob": -0.41729797257317436, "compression_ratio": 1.8944954128440368, "no_speech_prob": 0.0, "words": [{"start": 223.79, "end": 224.07, "word": " Now,", "probability": 0.1971435546875}, {"start": 224.13, "end": 224.23, "word": " how", "probability": 0.8857421875}, {"start": 224.23, "end": 224.49, "word": " can", "probability": 0.7607421875}, {"start": 224.49, "end": 224.63, "word": " we", "probability": 0.9169921875}, {"start": 224.63, "end": 224.77, "word": " do", "probability": 0.8623046875}, {"start": 224.77, "end": 225.05, "word": " this?", "probability": 0.662109375}, {"start": 225.35, "end": 225.53, "word": " The", "probability": 0.324951171875}, {"start": 225.53, "end": 225.61, "word": " first", "probability": 0.87890625}, {"start": 225.61, "end": 225.81, "word": " thing", "probability": 0.82568359375}, {"start": 225.81, "end": 226.01, "word": " is", "probability": 0.5322265625}, {"start": 226.01, "end": 226.15, "word": " to", "probability": 0.68994140625}, {"start": 226.15, "end": 226.25, "word": " do", "probability": 0.37353515625}, {"start": 226.25, "end": 226.69, "word": " action", "probability": 0.488525390625}, {"start": 226.69, "end": 226.91, "word": " on", "probability": 0.84326171875}, {"start": 226.91, "end": 227.55, "word": " the", "probability": 0.67529296875}, {"start": 227.55, "end": 227.73, "word": " list", "probability": 0.712890625}, {"start": 227.73, "end": 227.95, "word": " view.", "probability": 0.70361328125}, {"start": 228.13, "end": 228.33, "word": " This", "probability": 0.381103515625}, {"start": 228.33, "end": 228.37, "word": " is", "probability": 0.84912109375}, {"start": 228.37, "end": 228.67, "word": " agreed", "probability": 0.6748046875}, {"start": 228.67, "end": 228.83, "word": " upon.", "probability": 0.6533203125}, {"start": 228.93, "end": 229.19, "word": " I", "probability": 0.470947265625}, {"start": 229.19, "end": 229.39, "word": " went", "probability": 0.72412109375}, {"start": 229.39, "end": 229.51, "word": " to", "probability": 0.94873046875}, {"start": 229.51, "end": 229.55, "word": " the", "probability": 0.8544921875}, {"start": 229.55, "end": 229.75, "word": " list", "probability": 0.8974609375}, {"start": 229.75, "end": 230.05, "word": " view", "probability": 0.88916015625}, {"start": 230.05, "end": 230.65, "word": " and", "probability": 0.751953125}, {"start": 230.65, "end": 230.79, "word": " told", "probability": 0.3916015625}, {"start": 230.79, "end": 230.97, "word": " it", "probability": 0.72509765625}, {"start": 230.97, "end": 230.99, "word": " to", "probability": 0.68701171875}, {"start": 230.99, "end": 231.59, "word": " click", "probability": 0.755859375}, {"start": 231.59, "end": 231.59, "word": " on", "probability": 0.7548828125}, {"start": 231.59, "end": 232.07, "word": " item.", "probability": 0.63720703125}, {"start": 233.15, "end": 233.55, "word": " And", "probability": 0.357177734375}, {"start": 233.55, "end": 233.91, "word": " we", "probability": 0.67626953125}, {"start": 233.91, "end": 233.91, "word": " also", "probability": 0.62451171875}, {"start": 233.91, "end": 233.91, "word": " talked", "probability": 0.443359375}, {"start": 233.91, "end": 234.33, "word": " about", "probability": 0.783203125}, {"start": 234.33, "end": 234.57, "word": " when", "probability": 0.357177734375}, {"start": 234.57, "end": 234.87, "word": " we", "probability": 0.75048828125}, {"start": 234.87, "end": 234.87, "word": " did", "probability": 0.72607421875}, {"start": 234.87, "end": 235.19, "word": " action", "probability": 0.8408203125}, {"start": 235.19, "end": 235.31, "word": " on", "probability": 0.93505859375}, {"start": 235.31, "end": 235.37, "word": " the", "probability": 0.75634765625}, {"start": 235.37, "end": 235.53, "word": " list", "probability": 0.89990234375}, {"start": 235.53, "end": 235.79, "word": " view", "probability": 0.88720703125}, {"start": 235.79, "end": 235.99, "word": " that", "probability": 0.332763671875}, {"start": 235.99, "end": 236.81, "word": " it", "probability": 0.59130859375}, {"start": 236.81, "end": 237.63, "word": " gives", "probability": 0.5576171875}, {"start": 237.63, "end": 237.79, "word": " you", "probability": 0.82080078125}, {"start": 237.79, "end": 237.95, "word": " the", "probability": 0.810546875}, {"start": 237.95, "end": 238.35, "word": " position", "probability": 0.8916015625}, {"start": 238.35, "end": 238.65, "word": " that", "probability": 0.60546875}, {"start": 238.65, "end": 238.79, "word": " you", "probability": 0.95166015625}, {"start": 238.79, "end": 239.05, "word": " clicked", "probability": 0.3828125}, {"start": 239.05, "end": 239.21, "word": " on.", "probability": 0.80126953125}, {"start": 240.75, "end": 241.15, "word": " You", "probability": 0.8671875}, {"start": 241.15, "end": 241.27, "word": " go", "probability": 0.9072265625}, {"start": 241.27, "end": 241.39, "word": " to", "probability": 0.96240234375}, {"start": 241.39, "end": 241.45, "word": " the", "probability": 0.888671875}, {"start": 241.45, "end": 241.61, "word": " list", "probability": 0.91552734375}, {"start": 241.61, "end": 241.81, "word": " view", "probability": 0.89599609375}, {"start": 241.81, "end": 241.93, "word": " and", "probability": 0.6748046875}, {"start": 241.93, "end": 242.09, "word": " tell", "probability": 0.393798828125}, {"start": 242.09, "end": 242.17, "word": " it", "probability": 0.9365234375}, {"start": 242.17, "end": 242.19, "word": " to", "probability": 0.60791015625}, {"start": 242.19, "end": 242.31, "word": " get", "probability": 0.56005859375}, {"start": 242.31, "end": 242.63, "word": " item", "probability": 0.94921875}, {"start": 242.63, "end": 242.85, "word": " at", "probability": 0.9228515625}, {"start": 242.85, "end": 243.21, "word": " position", "probability": 0.9453125}, {"start": 243.21, "end": 243.37, "word": " and", "probability": 0.72265625}, {"start": 243.37, "end": 243.49, "word": " you", "probability": 0.40283203125}, {"start": 243.49, "end": 244.41, "word": " cast", "probability": 0.35546875}, {"start": 244.41, "end": 244.63, "word": " it", "probability": 0.266845703125}, {"start": 244.63, "end": 244.73, "word": " to", "probability": 0.70556640625}, {"start": 244.73, "end": 245.37, "word": " cursor.", "probability": 0.8955078125}, {"start": 245.49, "end": 245.73, "word": " That's", "probability": 0.43353271484375}, {"start": 245.73, "end": 245.73, "word": " it.", "probability": 0.85400390625}, {"start": 245.81, "end": 246.13, "word": " Now", "probability": 0.70751953125}, {"start": 246.13, "end": 246.51, "word": " cursor", "probability": 0.48828125}, {"start": 246.51, "end": 246.93, "word": " indicates", "probability": 0.365234375}, {"start": 246.93, "end": 248.17, "word": " the", "probability": 0.78662109375}, {"start": 248.17, "end": 248.61, "word": " place", "probability": 0.6640625}, {"start": 248.61, "end": 248.87, "word": " that", "probability": 0.59033203125}, {"start": 248.87, "end": 249.05, "word": " you", "probability": 0.95849609375}, {"start": 249.05, "end": 249.27, "word": " clicked", "probability": 0.7412109375}, {"start": 249.27, "end": 249.45, "word": " on.", "probability": 0.88037109375}], "temperature": 1.0}, {"id": 12, "seek": 27419, "start": 252.69, "end": 274.19, "text": " As long as you reach the cursor, you can read all the data in the whole brain. What is our goal? To start a new activity. I created an activity called employee details activity. It is still empty. What is its purpose? To send data to it. To start an activity, you create an intent.", "tokens": [1018, 938, 382, 291, 2524, 264, 28169, 11, 291, 393, 1401, 439, 264, 1412, 294, 264, 1379, 3567, 13, 708, 307, 527, 3387, 30, 1407, 722, 257, 777, 5191, 13, 286, 2942, 364, 5191, 1219, 10738, 4365, 5191, 13, 467, 307, 920, 6707, 13, 708, 307, 1080, 4334, 30, 1407, 2845, 1412, 281, 309, 13, 1407, 722, 364, 5191, 11, 291, 1884, 364, 8446, 13], "avg_logprob": -0.4872159185734662, "compression_ratio": 1.6785714285714286, "no_speech_prob": 0.0, "words": [{"start": 252.68999999999997, "end": 253.20999999999998, "word": " As", "probability": 0.13916015625}, {"start": 253.20999999999998, "end": 253.73, "word": " long", "probability": 0.360107421875}, {"start": 253.73, "end": 253.73, "word": " as", "probability": 0.96923828125}, {"start": 253.73, "end": 253.83, "word": " you", "probability": 0.830078125}, {"start": 253.83, "end": 254.05, "word": " reach", "probability": 0.275634765625}, {"start": 254.05, "end": 254.23, "word": " the", "probability": 0.60107421875}, {"start": 254.23, "end": 254.47, "word": " cursor,", "probability": 0.9765625}, {"start": 254.47, "end": 255.09, "word": " you", "probability": 0.912109375}, {"start": 255.09, "end": 255.53, "word": " can", "probability": 0.8515625}, {"start": 255.53, "end": 255.83, "word": " read", "probability": 0.9306640625}, {"start": 255.83, "end": 256.09, "word": " all", "probability": 0.83056640625}, {"start": 256.09, "end": 256.15, "word": " the", "probability": 0.66015625}, {"start": 256.15, "end": 256.41, "word": " data", "probability": 0.7763671875}, {"start": 256.41, "end": 256.95, "word": " in", "probability": 0.60009765625}, {"start": 256.95, "end": 257.07, "word": " the", "probability": 0.7001953125}, {"start": 257.07, "end": 257.41, "word": " whole", "probability": 0.3994140625}, {"start": 257.41, "end": 257.41, "word": " brain.", "probability": 0.453125}, {"start": 258.79, "end": 259.31, "word": " What", "probability": 0.28076171875}, {"start": 259.31, "end": 259.53, "word": " is", "probability": 0.66259765625}, {"start": 259.53, "end": 259.57, "word": " our", "probability": 0.7958984375}, {"start": 259.57, "end": 259.83, "word": " goal?", "probability": 0.7978515625}, {"start": 259.97, "end": 260.19, "word": " To", "probability": 0.7236328125}, {"start": 260.19, "end": 260.47, "word": " start", "probability": 0.37451171875}, {"start": 260.47, "end": 260.59, "word": " a", "probability": 0.88427734375}, {"start": 260.59, "end": 262.41, "word": " new", "probability": 0.90380859375}, {"start": 262.41, "end": 262.43, "word": " activity.", "probability": 0.95458984375}, {"start": 263.27, "end": 263.79, "word": " I", "probability": 0.57763671875}, {"start": 263.79, "end": 264.11, "word": " created", "probability": 0.364013671875}, {"start": 264.11, "end": 264.73, "word": " an", "probability": 0.73486328125}, {"start": 264.73, "end": 264.73, "word": " activity", "probability": 0.9853515625}, {"start": 264.73, "end": 265.15, "word": " called", "probability": 0.59375}, {"start": 265.15, "end": 266.69, "word": " employee", "probability": 0.322021484375}, {"start": 266.69, "end": 267.17, "word": " details", "probability": 0.822265625}, {"start": 267.17, "end": 267.71, "word": " activity.", "probability": 0.94189453125}, {"start": 268.15, "end": 268.55, "word": " It", "probability": 0.31689453125}, {"start": 268.55, "end": 268.71, "word": " is", "probability": 0.76123046875}, {"start": 268.71, "end": 268.71, "word": " still", "probability": 0.271728515625}, {"start": 268.71, "end": 269.01, "word": " empty.", "probability": 0.548828125}, {"start": 269.09, "end": 269.23, "word": " What", "probability": 0.63671875}, {"start": 269.23, "end": 269.29, "word": " is", "probability": 0.58935546875}, {"start": 269.29, "end": 269.29, "word": " its", "probability": 0.3095703125}, {"start": 269.29, "end": 269.55, "word": " purpose?", "probability": 0.3525390625}, {"start": 269.81, "end": 269.99, "word": " To", "probability": 0.8544921875}, {"start": 269.99, "end": 270.23, "word": " send", "probability": 0.67578125}, {"start": 270.23, "end": 270.67, "word": " data", "probability": 0.49755859375}, {"start": 270.67, "end": 270.81, "word": " to", "probability": 0.60009765625}, {"start": 270.81, "end": 270.81, "word": " it.", "probability": 0.5224609375}, {"start": 272.07, "end": 272.59, "word": " To", "probability": 0.5009765625}, {"start": 272.59, "end": 272.99, "word": " start", "probability": 0.7978515625}, {"start": 272.99, "end": 273.15, "word": " an", "probability": 0.65625}, {"start": 273.15, "end": 273.39, "word": " activity,", "probability": 0.9814453125}, {"start": 273.47, "end": 273.57, "word": " you", "probability": 0.83740234375}, {"start": 273.57, "end": 273.73, "word": " create", "probability": 0.321044921875}, {"start": 273.73, "end": 273.87, "word": " an", "probability": 0.8330078125}, {"start": 273.87, "end": 274.19, "word": " intent.", "probability": 0.83740234375}], "temperature": 1.0}, {"id": 13, "seek": 31072, "start": 289.26, "end": 310.72, "text": " Now, you can read the data from the cursor and fill them with the intent and start the activity. Instead of writing them, for example, I read the data from the cursor. This is not what I got from the adapter. For example, here I read the data from the cursor.", "tokens": [823, 11, 291, 393, 1401, 264, 1412, 490, 264, 28169, 293, 2836, 552, 365, 264, 8446, 293, 722, 264, 5191, 13, 7156, 295, 3579, 552, 11, 337, 1365, 11, 286, 1401, 264, 1412, 490, 264, 28169, 13, 639, 307, 406, 437, 286, 658, 490, 264, 22860, 13, 1171, 1365, 11, 510, 286, 1401, 264, 1412, 490, 264, 28169, 13], "avg_logprob": -0.4333333378036817, "compression_ratio": 1.8055555555555556, "no_speech_prob": 0.0, "words": [{"start": 289.26, "end": 289.82, "word": " Now,", "probability": 0.465087890625}, {"start": 289.82, "end": 290.38, "word": " you", "probability": 0.84716796875}, {"start": 290.38, "end": 290.38, "word": " can", "probability": 0.87890625}, {"start": 290.38, "end": 290.7, "word": " read", "probability": 0.88037109375}, {"start": 290.7, "end": 291.48, "word": " the", "probability": 0.2269287109375}, {"start": 291.48, "end": 291.74, "word": " data", "probability": 0.79736328125}, {"start": 291.74, "end": 291.96, "word": " from", "probability": 0.8056640625}, {"start": 291.96, "end": 291.96, "word": " the", "probability": 0.78857421875}, {"start": 291.96, "end": 291.96, "word": " cursor", "probability": 0.88623046875}, {"start": 291.96, "end": 292.6, "word": " and", "probability": 0.54052734375}, {"start": 292.6, "end": 292.88, "word": " fill", "probability": 0.5390625}, {"start": 292.88, "end": 293.16, "word": " them", "probability": 0.5419921875}, {"start": 293.16, "end": 294.32, "word": " with", "probability": 0.468994140625}, {"start": 294.32, "end": 294.5, "word": " the", "probability": 0.55517578125}, {"start": 294.5, "end": 294.9, "word": " intent", "probability": 0.767578125}, {"start": 294.9, "end": 295.24, "word": " and", "probability": 0.63916015625}, {"start": 295.24, "end": 295.68, "word": " start", "probability": 0.4189453125}, {"start": 295.68, "end": 296.76, "word": " the", "probability": 0.263671875}, {"start": 296.76, "end": 297.2, "word": " activity.", "probability": 0.9404296875}, {"start": 297.58, "end": 298.14, "word": " Instead", "probability": 0.2252197265625}, {"start": 298.14, "end": 298.34, "word": " of", "probability": 0.9599609375}, {"start": 298.34, "end": 298.78, "word": " writing", "probability": 0.7060546875}, {"start": 298.78, "end": 299.1, "word": " them,", "probability": 0.409912109375}, {"start": 299.74, "end": 300.3, "word": " for", "probability": 0.35888671875}, {"start": 300.3, "end": 300.58, "word": " example,", "probability": 0.912109375}, {"start": 300.74, "end": 300.8, "word": " I", "probability": 0.50146484375}, {"start": 300.8, "end": 301.08, "word": " read", "probability": 0.47998046875}, {"start": 301.08, "end": 301.22, "word": " the", "probability": 0.62451171875}, {"start": 301.22, "end": 301.4, "word": " data", "probability": 0.9072265625}, {"start": 301.4, "end": 301.92, "word": " from", "probability": 0.8525390625}, {"start": 301.92, "end": 302.06, "word": " the", "probability": 0.8916015625}, {"start": 302.06, "end": 302.34, "word": " cursor.", "probability": 0.91259765625}, {"start": 302.46, "end": 302.62, "word": " This", "probability": 0.51220703125}, {"start": 302.62, "end": 302.62, "word": " is", "probability": 0.82568359375}, {"start": 302.62, "end": 302.62, "word": " not", "probability": 0.689453125}, {"start": 302.62, "end": 302.88, "word": " what", "probability": 0.66357421875}, {"start": 302.88, "end": 303.26, "word": " I", "probability": 0.77294921875}, {"start": 303.26, "end": 303.42, "word": " got", "probability": 0.37890625}, {"start": 303.42, "end": 303.6, "word": " from", "probability": 0.85205078125}, {"start": 303.6, "end": 303.66, "word": " the", "probability": 0.90185546875}, {"start": 303.66, "end": 304.08, "word": " adapter.", "probability": 0.77880859375}, {"start": 307.94, "end": 308.5, "word": " For", "probability": 0.5390625}, {"start": 308.5, "end": 308.8, "word": " example,", "probability": 0.9443359375}, {"start": 308.94, "end": 309.06, "word": " here", "probability": 0.52392578125}, {"start": 309.06, "end": 309.26, "word": " I", "probability": 0.85498046875}, {"start": 309.26, "end": 309.54, "word": " read", "probability": 0.9521484375}, {"start": 309.54, "end": 309.72, "word": " the", "probability": 0.880859375}, {"start": 309.72, "end": 309.98, "word": " data", "probability": 0.9384765625}, {"start": 309.98, "end": 310.24, "word": " from", "probability": 0.8798828125}, {"start": 310.24, "end": 310.4, "word": " the", "probability": 0.91748046875}, {"start": 310.4, "end": 310.72, "word": " cursor.", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 14, "seek": 33300, "start": 311.92, "end": 333.0, "text": " For example, I need the name of the banana and the date of birth, and if there are other details, you read them and then go to the intent and add them to it. Intent.put, okay? Extra, you put the data and then you tell it to start activity intent. But this method is not recommended to use. Why? Imagine that the data is big and there are many details.", "tokens": [1171, 1365, 11, 286, 643, 264, 1315, 295, 264, 14194, 293, 264, 4002, 295, 3965, 11, 293, 498, 456, 366, 661, 4365, 11, 291, 1401, 552, 293, 550, 352, 281, 264, 8446, 293, 909, 552, 281, 309, 13, 5681, 317, 13, 2582, 11, 1392, 30, 29429, 11, 291, 829, 264, 1412, 293, 550, 291, 980, 309, 281, 722, 5191, 8446, 13, 583, 341, 3170, 307, 406, 9628, 281, 764, 13, 1545, 30, 11739, 300, 264, 1412, 307, 955, 293, 456, 366, 867, 4365, 13], "avg_logprob": -0.5294117478763356, "compression_ratio": 1.7339901477832513, "no_speech_prob": 0.0, "words": [{"start": 311.92, "end": 312.26, "word": " For", "probability": 0.5009765625}, {"start": 312.26, "end": 312.62, "word": " example,", "probability": 0.9072265625}, {"start": 312.76, "end": 312.88, "word": " I", "probability": 0.6396484375}, {"start": 312.88, "end": 313.38, "word": " need", "probability": 0.6103515625}, {"start": 313.38, "end": 313.56, "word": " the", "probability": 0.404541015625}, {"start": 313.56, "end": 313.72, "word": " name", "probability": 0.775390625}, {"start": 313.72, "end": 313.86, "word": " of", "probability": 0.50537109375}, {"start": 313.86, "end": 313.9, "word": " the", "probability": 0.76318359375}, {"start": 313.9, "end": 314.08, "word": " banana", "probability": 0.1546630859375}, {"start": 314.08, "end": 314.24, "word": " and", "probability": 0.52294921875}, {"start": 314.24, "end": 314.3, "word": " the", "probability": 0.4638671875}, {"start": 314.3, "end": 314.42, "word": " date", "probability": 0.8779296875}, {"start": 314.42, "end": 314.6, "word": " of", "probability": 0.89697265625}, {"start": 314.6, "end": 314.8, "word": " birth,", "probability": 0.95556640625}, {"start": 314.84, "end": 314.92, "word": " and", "probability": 0.564453125}, {"start": 314.92, "end": 315.02, "word": " if", "probability": 0.53857421875}, {"start": 315.02, "end": 315.16, "word": " there", "probability": 0.72119140625}, {"start": 315.16, "end": 315.16, "word": " are", "probability": 0.69140625}, {"start": 315.16, "end": 315.22, "word": " other", "probability": 0.2247314453125}, {"start": 315.22, "end": 315.52, "word": " details,", "probability": 0.775390625}, {"start": 315.82, "end": 315.88, "word": " you", "probability": 0.66845703125}, {"start": 315.88, "end": 316.12, "word": " read", "probability": 0.6494140625}, {"start": 316.12, "end": 316.42, "word": " them", "probability": 0.68359375}, {"start": 316.42, "end": 317.16, "word": " and", "probability": 0.313232421875}, {"start": 317.16, "end": 317.44, "word": " then", "probability": 0.37646484375}, {"start": 317.44, "end": 317.7, "word": " go", "probability": 0.47607421875}, {"start": 317.7, "end": 317.82, "word": " to", "probability": 0.89794921875}, {"start": 317.82, "end": 317.9, "word": " the", "probability": 0.69482421875}, {"start": 317.9, "end": 318.2, "word": " intent", "probability": 0.7412109375}, {"start": 318.2, "end": 318.36, "word": " and", "probability": 0.67529296875}, {"start": 318.36, "end": 318.66, "word": " add", "probability": 0.69921875}, {"start": 318.66, "end": 318.8, "word": " them", "probability": 0.447509765625}, {"start": 318.8, "end": 318.96, "word": " to", "probability": 0.343994140625}, {"start": 318.96, "end": 319.56, "word": " it.", "probability": 0.52294921875}, {"start": 320.0, "end": 320.48, "word": " Intent", "probability": 0.6925048828125}, {"start": 320.48, "end": 321.38, "word": ".put,", "probability": 0.823486328125}, {"start": 322.32, "end": 322.56, "word": " okay?", "probability": 0.228759765625}, {"start": 322.8, "end": 323.22, "word": " Extra,", "probability": 0.66015625}, {"start": 323.56, "end": 323.74, "word": " you", "probability": 0.52734375}, {"start": 323.74, "end": 323.96, "word": " put", "probability": 0.462890625}, {"start": 323.96, "end": 324.1, "word": " the", "probability": 0.7763671875}, {"start": 324.1, "end": 324.28, "word": " data", "probability": 0.82861328125}, {"start": 324.28, "end": 324.58, "word": " and", "probability": 0.53125}, {"start": 324.58, "end": 324.82, "word": " then", "probability": 0.80224609375}, {"start": 324.82, "end": 324.98, "word": " you", "probability": 0.51904296875}, {"start": 324.98, "end": 325.16, "word": " tell", "probability": 0.435791015625}, {"start": 325.16, "end": 325.38, "word": " it", "probability": 0.81982421875}, {"start": 325.38, "end": 325.72, "word": " to", "probability": 0.439697265625}, {"start": 325.72, "end": 326.02, "word": " start", "probability": 0.875}, {"start": 326.02, "end": 326.44, "word": " activity", "probability": 0.80419921875}, {"start": 326.44, "end": 326.76, "word": " intent.", "probability": 0.51416015625}, {"start": 327.46, "end": 327.78, "word": " But", "probability": 0.86181640625}, {"start": 327.78, "end": 327.96, "word": " this", "probability": 0.76513671875}, {"start": 327.96, "end": 328.24, "word": " method", "probability": 0.712890625}, {"start": 328.24, "end": 328.38, "word": " is", "probability": 0.759765625}, {"start": 328.38, "end": 328.38, "word": " not", "probability": 0.7626953125}, {"start": 328.38, "end": 328.66, "word": " recommended", "probability": 0.300048828125}, {"start": 328.66, "end": 328.78, "word": " to", "probability": 0.450927734375}, {"start": 328.78, "end": 329.02, "word": " use.", "probability": 0.3916015625}, {"start": 329.68, "end": 330.08, "word": " Why?", "probability": 0.82861328125}, {"start": 330.26, "end": 330.6, "word": " Imagine", "probability": 0.280029296875}, {"start": 330.6, "end": 330.78, "word": " that", "probability": 0.62646484375}, {"start": 330.78, "end": 330.9, "word": " the", "probability": 0.70166015625}, {"start": 330.9, "end": 331.12, "word": " data", "probability": 0.84814453125}, {"start": 331.12, "end": 331.48, "word": " is", "probability": 0.7587890625}, {"start": 331.48, "end": 331.98, "word": " big", "probability": 0.421630859375}, {"start": 331.98, "end": 332.24, "word": " and", "probability": 0.421630859375}, {"start": 332.24, "end": 332.66, "word": " there", "probability": 0.51611328125}, {"start": 332.66, "end": 332.72, "word": " are", "probability": 0.90625}, {"start": 332.72, "end": 332.74, "word": " many", "probability": 0.71484375}, {"start": 332.74, "end": 333.0, "word": " details.", "probability": 0.8623046875}], "temperature": 1.0}, {"id": 15, "seek": 34259, "start": 334.17, "end": 342.59, "text": " Is it logical for you to send all these data? No. The correct solution in working with databases is to send the primary key only.", "tokens": [1119, 309, 14978, 337, 291, 281, 2845, 439, 613, 1412, 30, 883, 13, 440, 3006, 3827, 294, 1364, 365, 22380, 307, 281, 2845, 264, 6194, 2141, 787, 13], "avg_logprob": -0.5980603366062559, "compression_ratio": 1.2264150943396226, "no_speech_prob": 0.0, "words": [{"start": 334.17, "end": 334.53, "word": " Is", "probability": 0.343017578125}, {"start": 334.53, "end": 335.09, "word": " it", "probability": 0.59912109375}, {"start": 335.09, "end": 335.37, "word": " logical", "probability": 0.56640625}, {"start": 335.37, "end": 335.53, "word": " for", "probability": 0.1917724609375}, {"start": 335.53, "end": 335.77, "word": " you", "probability": 0.82568359375}, {"start": 335.77, "end": 336.07, "word": " to", "probability": 0.95166015625}, {"start": 336.07, "end": 336.19, "word": " send", "probability": 0.69287109375}, {"start": 336.19, "end": 336.41, "word": " all", "probability": 0.7099609375}, {"start": 336.41, "end": 336.51, "word": " these", "probability": 0.285400390625}, {"start": 336.51, "end": 336.71, "word": " data?", "probability": 0.49609375}, {"start": 337.31, "end": 337.69, "word": " No.", "probability": 0.703125}, {"start": 337.85, "end": 337.91, "word": " The", "probability": 0.70458984375}, {"start": 337.91, "end": 338.39, "word": " correct", "probability": 0.397216796875}, {"start": 338.39, "end": 338.47, "word": " solution", "probability": 0.5859375}, {"start": 338.47, "end": 338.65, "word": " in", "probability": 0.330078125}, {"start": 338.65, "end": 338.87, "word": " working", "probability": 0.258056640625}, {"start": 338.87, "end": 338.99, "word": " with", "probability": 0.53369140625}, {"start": 338.99, "end": 339.49, "word": " databases", "probability": 0.951171875}, {"start": 339.49, "end": 340.03, "word": " is", "probability": 0.76318359375}, {"start": 340.03, "end": 341.09, "word": " to", "probability": 0.55908203125}, {"start": 341.09, "end": 341.63, "word": " send", "probability": 0.53369140625}, {"start": 341.63, "end": 341.81, "word": " the", "probability": 0.361572265625}, {"start": 341.81, "end": 342.13, "word": " primary", "probability": 0.8427734375}, {"start": 342.13, "end": 342.39, "word": " key", "probability": 0.90576171875}, {"start": 342.39, "end": 342.59, "word": " only.", "probability": 0.471435546875}], "temperature": 1.0}, {"id": 16, "seek": 36444, "start": 344.8, "end": 364.44, "text": " Why should we send the primary key? Because I have the information that it has a lot of details and that it has an ID. Do you know what an ID is? An ID is known to not repeat itself. Send only the ID to the second activity. In the second activity of the details, as long as it knows the ID, it can reach the database to get the rest of the details. This is the correct method. Even in the web,", "tokens": [1545, 820, 321, 2845, 264, 6194, 2141, 30, 1436, 286, 362, 264, 1589, 300, 309, 575, 257, 688, 295, 4365, 293, 300, 309, 575, 364, 7348, 13, 1144, 291, 458, 437, 364, 7348, 307, 30, 1107, 7348, 307, 2570, 281, 406, 7149, 2564, 13, 17908, 787, 264, 7348, 281, 264, 1150, 5191, 13, 682, 264, 1150, 5191, 295, 264, 4365, 11, 382, 938, 382, 309, 3255, 264, 7348, 11, 309, 393, 2524, 264, 8149, 281, 483, 264, 1472, 295, 264, 4365, 13, 639, 307, 264, 3006, 3170, 13, 2754, 294, 264, 3670, 11], "avg_logprob": -0.4424866929333261, "compression_ratio": 1.7130434782608697, "no_speech_prob": 0.0, "words": [{"start": 344.8, "end": 345.12, "word": " Why", "probability": 0.52099609375}, {"start": 345.12, "end": 345.26, "word": " should", "probability": 0.4482421875}, {"start": 345.26, "end": 345.36, "word": " we", "probability": 0.68359375}, {"start": 345.36, "end": 345.46, "word": " send", "probability": 0.6728515625}, {"start": 345.46, "end": 345.6, "word": " the", "probability": 0.6123046875}, {"start": 345.6, "end": 345.86, "word": " primary", "probability": 0.666015625}, {"start": 345.86, "end": 346.12, "word": " key?", "probability": 0.93505859375}, {"start": 346.54, "end": 346.8, "word": " Because", "probability": 0.79736328125}, {"start": 346.8, "end": 347.0, "word": " I", "probability": 0.59326171875}, {"start": 347.0, "end": 347.2, "word": " have", "probability": 0.533203125}, {"start": 347.2, "end": 347.3, "word": " the", "probability": 0.330322265625}, {"start": 347.3, "end": 347.56, "word": " information", "probability": 0.615234375}, {"start": 347.56, "end": 348.2, "word": " that", "probability": 0.7138671875}, {"start": 348.2, "end": 348.32, "word": " it", "probability": 0.5390625}, {"start": 348.32, "end": 348.32, "word": " has", "probability": 0.5625}, {"start": 348.32, "end": 348.32, "word": " a", "probability": 0.1953125}, {"start": 348.32, "end": 348.32, "word": " lot", "probability": 0.8935546875}, {"start": 348.32, "end": 348.36, "word": " of", "probability": 0.96630859375}, {"start": 348.36, "end": 348.68, "word": " details", "probability": 0.79443359375}, {"start": 348.68, "end": 349.06, "word": " and", "probability": 0.73291015625}, {"start": 349.06, "end": 349.14, "word": " that", "probability": 0.16064453125}, {"start": 349.14, "end": 349.14, "word": " it", "probability": 0.82763671875}, {"start": 349.14, "end": 349.18, "word": " has", "probability": 0.83349609375}, {"start": 349.18, "end": 349.28, "word": " an", "probability": 0.78466796875}, {"start": 349.28, "end": 349.48, "word": " ID.", "probability": 0.8603515625}, {"start": 349.62, "end": 349.7, "word": " Do", "probability": 0.26611328125}, {"start": 349.7, "end": 349.7, "word": " you", "probability": 0.947265625}, {"start": 349.7, "end": 349.94, "word": " know", "probability": 0.857421875}, {"start": 349.94, "end": 350.08, "word": " what", "probability": 0.5517578125}, {"start": 350.08, "end": 350.16, "word": " an", "probability": 0.399658203125}, {"start": 350.16, "end": 350.32, "word": " ID", "probability": 0.95263671875}, {"start": 350.32, "end": 350.48, "word": " is?", "probability": 0.89697265625}, {"start": 351.06, "end": 351.38, "word": " An", "probability": 0.431640625}, {"start": 351.38, "end": 351.68, "word": " ID", "probability": 0.97900390625}, {"start": 351.68, "end": 351.8, "word": " is", "probability": 0.78125}, {"start": 351.8, "end": 351.96, "word": " known", "probability": 0.476806640625}, {"start": 351.96, "end": 352.12, "word": " to", "probability": 0.68798828125}, {"start": 352.12, "end": 352.22, "word": " not", "probability": 0.5849609375}, {"start": 352.22, "end": 352.44, "word": " repeat", "probability": 0.54150390625}, {"start": 352.44, "end": 352.68, "word": " itself.", "probability": 0.6123046875}, {"start": 353.16, "end": 353.46, "word": " Send", "probability": 0.369140625}, {"start": 353.46, "end": 353.78, "word": " only", "probability": 0.58984375}, {"start": 353.78, "end": 353.94, "word": " the", "probability": 0.82373046875}, {"start": 353.94, "end": 354.2, "word": " ID", "probability": 0.95458984375}, {"start": 354.2, "end": 355.0, "word": " to", "probability": 0.67041015625}, {"start": 355.0, "end": 355.08, "word": " the", "probability": 0.7822265625}, {"start": 355.08, "end": 355.72, "word": " second", "probability": 0.50927734375}, {"start": 355.72, "end": 355.72, "word": " activity.", "probability": 0.9033203125}, {"start": 355.88, "end": 355.98, "word": " In", "probability": 0.81591796875}, {"start": 355.98, "end": 356.06, "word": " the", "probability": 0.90576171875}, {"start": 356.06, "end": 356.08, "word": " second", "probability": 0.81201171875}, {"start": 356.08, "end": 356.62, "word": " activity", "probability": 0.9443359375}, {"start": 356.62, "end": 357.16, "word": " of", "probability": 0.255859375}, {"start": 357.16, "end": 357.32, "word": " the", "probability": 0.6494140625}, {"start": 357.32, "end": 357.62, "word": " details,", "probability": 0.7890625}, {"start": 357.76, "end": 357.84, "word": " as", "probability": 0.66845703125}, {"start": 357.84, "end": 357.96, "word": " long", "probability": 0.82421875}, {"start": 357.96, "end": 357.96, "word": " as", "probability": 0.96826171875}, {"start": 357.96, "end": 358.1, "word": " it", "probability": 0.347412109375}, {"start": 358.1, "end": 358.22, "word": " knows", "probability": 0.7822265625}, {"start": 358.22, "end": 358.36, "word": " the", "probability": 0.88720703125}, {"start": 358.36, "end": 358.66, "word": " ID,", "probability": 0.9501953125}, {"start": 359.28, "end": 359.34, "word": " it", "probability": 0.9140625}, {"start": 359.34, "end": 359.58, "word": " can", "probability": 0.69775390625}, {"start": 359.58, "end": 359.9, "word": " reach", "probability": 0.11163330078125}, {"start": 359.9, "end": 360.14, "word": " the", "probability": 0.849609375}, {"start": 360.14, "end": 360.62, "word": " database", "probability": 0.94287109375}, {"start": 360.62, "end": 360.86, "word": " to", "probability": 0.75439453125}, {"start": 360.86, "end": 361.04, "word": " get", "probability": 0.55615234375}, {"start": 361.04, "end": 361.16, "word": " the", "probability": 0.47265625}, {"start": 361.16, "end": 361.32, "word": " rest", "probability": 0.6513671875}, {"start": 361.32, "end": 362.04, "word": " of", "probability": 0.9697265625}, {"start": 362.04, "end": 362.1, "word": " the", "probability": 0.888671875}, {"start": 362.1, "end": 362.42, "word": " details.", "probability": 0.8642578125}, {"start": 362.82, "end": 363.04, "word": " This", "probability": 0.541015625}, {"start": 363.04, "end": 363.16, "word": " is", "probability": 0.9326171875}, {"start": 363.16, "end": 363.26, "word": " the", "probability": 0.80419921875}, {"start": 363.26, "end": 363.74, "word": " correct", "probability": 0.50439453125}, {"start": 363.74, "end": 363.74, "word": " method.", "probability": 0.319580078125}, {"start": 363.82, "end": 364.02, "word": " Even", "probability": 0.81591796875}, {"start": 364.02, "end": 364.16, "word": " in", "probability": 0.51123046875}, {"start": 364.16, "end": 364.24, "word": " the", "probability": 0.7998046875}, {"start": 364.24, "end": 364.44, "word": " web,", "probability": 0.748046875}], "temperature": 1.0}, {"id": 17, "seek": 39013, "start": 365.31, "end": 390.13, "text": " For example, if a page wants to send news and so on, you click on it and it sends only the ID. And in the second page, it comes with the details. That is, we will only go to what we will do. We do not need all the data. We need the ID. So you say integer imp id. We get it from the cursor. cursor.getinteger cursor.getcolumnindex name of the column underscore", "tokens": [1171, 1365, 11, 498, 257, 3028, 2738, 281, 2845, 2583, 293, 370, 322, 11, 291, 2052, 322, 309, 293, 309, 14790, 787, 264, 7348, 13, 400, 294, 264, 1150, 3028, 11, 309, 1487, 365, 264, 4365, 13, 663, 307, 11, 321, 486, 787, 352, 281, 437, 321, 486, 360, 13, 492, 360, 406, 643, 439, 264, 1412, 13, 492, 643, 264, 7348, 13, 407, 291, 584, 24922, 704, 4496, 13, 492, 483, 309, 490, 264, 28169, 13, 28169, 13, 847, 686, 30744, 28169, 13, 847, 8768, 16449, 471, 3121, 1315, 295, 264, 7738, 37556], "avg_logprob": -0.5407894460778487, "compression_ratio": 1.7061611374407584, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 365.31, "end": 365.63, "word": " For", "probability": 0.3408203125}, {"start": 365.63, "end": 365.95, "word": " example,", "probability": 0.859375}, {"start": 366.07, "end": 366.13, "word": " if", "probability": 0.268798828125}, {"start": 366.13, "end": 366.19, "word": " a", "probability": 0.25732421875}, {"start": 366.19, "end": 366.43, "word": " page", "probability": 0.7275390625}, {"start": 366.43, "end": 366.75, "word": " wants", "probability": 0.234375}, {"start": 366.75, "end": 366.97, "word": " to", "probability": 0.958984375}, {"start": 366.97, "end": 366.97, "word": " send", "probability": 0.49853515625}, {"start": 366.97, "end": 368.17, "word": " news", "probability": 0.3681640625}, {"start": 368.17, "end": 368.25, "word": " and", "probability": 0.2335205078125}, {"start": 368.25, "end": 368.41, "word": " so", "probability": 0.26123046875}, {"start": 368.41, "end": 368.45, "word": " on,", "probability": 0.79248046875}, {"start": 368.51, "end": 368.57, "word": " you", "probability": 0.39697265625}, {"start": 368.57, "end": 368.73, "word": " click", "probability": 0.388916015625}, {"start": 368.73, "end": 368.91, "word": " on", "probability": 0.3828125}, {"start": 368.91, "end": 368.91, "word": " it", "probability": 0.63916015625}, {"start": 368.91, "end": 368.99, "word": " and", "probability": 0.472412109375}, {"start": 368.99, "end": 369.03, "word": " it", "probability": 0.67578125}, {"start": 369.03, "end": 369.17, "word": " sends", "probability": 0.373291015625}, {"start": 369.17, "end": 369.45, "word": " only", "probability": 0.75146484375}, {"start": 369.45, "end": 369.57, "word": " the", "probability": 0.72900390625}, {"start": 369.57, "end": 369.75, "word": " ID.", "probability": 0.57080078125}, {"start": 370.23, "end": 370.33, "word": " And", "probability": 0.397216796875}, {"start": 370.33, "end": 370.41, "word": " in", "probability": 0.375244140625}, {"start": 370.41, "end": 370.47, "word": " the", "probability": 0.81689453125}, {"start": 370.47, "end": 370.49, "word": " second", "probability": 0.435791015625}, {"start": 370.49, "end": 370.71, "word": " page,", "probability": 0.9033203125}, {"start": 370.97, "end": 370.97, "word": " it", "probability": 0.6708984375}, {"start": 370.97, "end": 371.07, "word": " comes", "probability": 0.278076171875}, {"start": 371.07, "end": 371.15, "word": " with", "probability": 0.83203125}, {"start": 371.15, "end": 371.25, "word": " the", "probability": 0.634765625}, {"start": 371.25, "end": 371.51, "word": " details.", "probability": 0.80078125}, {"start": 371.93, "end": 372.21, "word": " That", "probability": 0.19287109375}, {"start": 372.21, "end": 372.21, "word": " is,", "probability": 0.5341796875}, {"start": 372.27, "end": 372.47, "word": " we", "probability": 0.82958984375}, {"start": 372.47, "end": 372.57, "word": " will", "probability": 0.4384765625}, {"start": 372.57, "end": 372.73, "word": " only", "probability": 0.35888671875}, {"start": 372.73, "end": 372.83, "word": " go", "probability": 0.52734375}, {"start": 372.83, "end": 373.29, "word": " to", "probability": 0.407470703125}, {"start": 373.29, "end": 373.39, "word": " what", "probability": 0.324951171875}, {"start": 373.39, "end": 373.53, "word": " we", "probability": 0.83056640625}, {"start": 373.53, "end": 373.53, "word": " will", "probability": 0.406982421875}, {"start": 373.53, "end": 373.81, "word": " do.", "probability": 0.92822265625}, {"start": 374.19, "end": 374.33, "word": " We", "probability": 0.88623046875}, {"start": 374.33, "end": 374.35, "word": " do", "probability": 0.55078125}, {"start": 374.35, "end": 374.35, "word": " not", "probability": 0.9423828125}, {"start": 374.35, "end": 374.73, "word": " need", "probability": 0.9169921875}, {"start": 374.73, "end": 375.15, "word": " all", "probability": 0.92529296875}, {"start": 375.15, "end": 375.25, "word": " the", "probability": 0.7685546875}, {"start": 375.25, "end": 375.45, "word": " data.", "probability": 0.84375}, {"start": 375.57, "end": 375.67, "word": " We", "probability": 0.85009765625}, {"start": 375.67, "end": 376.11, "word": " need", "probability": 0.66455078125}, {"start": 376.11, "end": 376.71, "word": " the", "probability": 0.568359375}, {"start": 376.71, "end": 376.95, "word": " ID.", "probability": 0.8916015625}, {"start": 377.33, "end": 377.49, "word": " So", "probability": 0.70947265625}, {"start": 377.49, "end": 377.61, "word": " you", "probability": 0.6025390625}, {"start": 377.61, "end": 377.77, "word": " say", "probability": 0.4013671875}, {"start": 377.77, "end": 378.23, "word": " integer", "probability": 0.35986328125}, {"start": 378.23, "end": 378.71, "word": " imp", "probability": 0.61376953125}, {"start": 378.71, "end": 380.09, "word": " id.", "probability": 0.47802734375}, {"start": 380.15, "end": 380.29, "word": " We", "probability": 0.7373046875}, {"start": 380.29, "end": 380.43, "word": " get", "probability": 0.6044921875}, {"start": 380.43, "end": 380.55, "word": " it", "probability": 0.78271484375}, {"start": 380.55, "end": 380.61, "word": " from", "probability": 0.88525390625}, {"start": 380.61, "end": 380.73, "word": " the", "probability": 0.876953125}, {"start": 380.73, "end": 381.07, "word": " cursor.", "probability": 0.91748046875}, {"start": 381.31, "end": 381.63, "word": " cursor", "probability": 0.53125}, {"start": 381.63, "end": 383.93, "word": ".getinteger", "probability": 0.723480224609375}, {"start": 383.93, "end": 385.85, "word": " cursor", "probability": 0.377685546875}, {"start": 385.85, "end": 388.87, "word": ".getcolumnindex", "probability": 0.81005859375}, {"start": 388.87, "end": 389.15, "word": " name", "probability": 0.256591796875}, {"start": 389.15, "end": 389.29, "word": " of", "probability": 0.67138671875}, {"start": 389.29, "end": 389.33, "word": " the", "probability": 0.4775390625}, {"start": 389.33, "end": 389.57, "word": " column", "probability": 0.82568359375}, {"start": 389.57, "end": 390.13, "word": " underscore", "probability": 0.6943359375}], "temperature": 1.0}, {"id": 18, "seek": 41159, "start": 393.17, "end": 411.59, "text": " This brings the ID to the employee. Now this is what I put in the intent. For example, the name is imp-id and you put the value imp-id and then you say start activity intent", "tokens": [639, 5607, 264, 7348, 281, 264, 846, 21132, 1200, 68, 13, 823, 341, 307, 437, 286, 829, 294, 264, 8446, 13, 1171, 1365, 11, 264, 1315, 307, 704, 12, 327, 293, 291, 829, 264, 2158, 704, 12, 327, 293, 550, 291, 584, 722, 5191, 8446], "avg_logprob": -0.6253396557724994, "compression_ratio": 1.3700787401574803, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 393.16999999999996, "end": 393.65, "word": " This", "probability": 0.1385498046875}, {"start": 393.65, "end": 394.13, "word": " brings", "probability": 0.118408203125}, {"start": 394.13, "end": 394.25, "word": " the", "probability": 0.544921875}, {"start": 394.25, "end": 394.43, "word": " ID", "probability": 0.327880859375}, {"start": 394.43, "end": 394.59, "word": " to", "probability": 0.677734375}, {"start": 394.59, "end": 394.69, "word": " the", "probability": 0.826171875}, {"start": 394.69, "end": 395.03, "word": " employee.", "probability": 0.597747802734375}, {"start": 395.15, "end": 395.35, "word": " Now", "probability": 0.2308349609375}, {"start": 395.35, "end": 395.55, "word": " this", "probability": 0.55322265625}, {"start": 395.55, "end": 395.71, "word": " is", "probability": 0.481201171875}, {"start": 395.71, "end": 395.77, "word": " what", "probability": 0.495849609375}, {"start": 395.77, "end": 396.23, "word": " I", "probability": 0.71923828125}, {"start": 396.23, "end": 396.49, "word": " put", "probability": 0.50390625}, {"start": 396.49, "end": 398.21, "word": " in", "probability": 0.75244140625}, {"start": 398.21, "end": 398.35, "word": " the", "probability": 0.79638671875}, {"start": 398.35, "end": 398.73, "word": " intent.", "probability": 0.73193359375}, {"start": 399.33, "end": 399.81, "word": " For", "probability": 0.3603515625}, {"start": 399.81, "end": 400.31, "word": " example,", "probability": 0.93408203125}, {"start": 400.31, "end": 400.31, "word": " the", "probability": 0.1610107421875}, {"start": 400.31, "end": 400.31, "word": " name", "probability": 0.71044921875}, {"start": 400.31, "end": 400.47, "word": " is", "probability": 0.7099609375}, {"start": 400.47, "end": 400.85, "word": " imp", "probability": 0.46435546875}, {"start": 400.85, "end": 402.41, "word": "-id", "probability": 0.54718017578125}, {"start": 402.41, "end": 404.31, "word": " and", "probability": 0.410888671875}, {"start": 404.31, "end": 404.43, "word": " you", "probability": 0.216796875}, {"start": 404.43, "end": 404.65, "word": " put", "probability": 0.6494140625}, {"start": 404.65, "end": 404.81, "word": " the", "probability": 0.74560546875}, {"start": 404.81, "end": 405.03, "word": " value", "probability": 0.93505859375}, {"start": 405.03, "end": 405.45, "word": " imp", "probability": 0.64697265625}, {"start": 405.45, "end": 407.97, "word": "-id", "probability": 0.968505859375}, {"start": 407.97, "end": 408.19, "word": " and", "probability": 0.6767578125}, {"start": 408.19, "end": 408.43, "word": " then", "probability": 0.64990234375}, {"start": 408.43, "end": 408.57, "word": " you", "probability": 0.7431640625}, {"start": 408.57, "end": 408.75, "word": " say", "probability": 0.62646484375}, {"start": 408.75, "end": 409.37, "word": " start", "probability": 0.796875}, {"start": 409.37, "end": 410.79, "word": " activity", "probability": 0.7685546875}, {"start": 410.79, "end": 411.59, "word": " intent", "probability": 0.92431640625}], "temperature": 1.0}, {"id": 19, "seek": 42819, "start": 413.45, "end": 428.19, "text": " So I sent my employee's ID to the details activity. Now let's go to the details activity, which will receive the intent. So now, to speed things up, click get intent.", "tokens": [407, 286, 2279, 452, 10738, 311, 7348, 281, 264, 4365, 5191, 13, 823, 718, 311, 352, 281, 264, 4365, 5191, 11, 597, 486, 4774, 264, 8446, 13, 407, 586, 11, 281, 3073, 721, 493, 11, 2052, 483, 8446, 13], "avg_logprob": -0.674218726158142, "compression_ratio": 1.403361344537815, "no_speech_prob": 0.0, "words": [{"start": 413.45, "end": 413.67, "word": " So", "probability": 0.1824951171875}, {"start": 413.67, "end": 413.87, "word": " I", "probability": 0.444091796875}, {"start": 413.87, "end": 414.29, "word": " sent", "probability": 0.52783203125}, {"start": 414.29, "end": 414.75, "word": " my", "probability": 0.4267578125}, {"start": 414.75, "end": 415.77, "word": " employee's", "probability": 0.4356689453125}, {"start": 415.77, "end": 415.77, "word": " ID", "probability": 0.56787109375}, {"start": 415.77, "end": 416.65, "word": " to", "probability": 0.86181640625}, {"start": 416.65, "end": 416.93, "word": " the", "probability": 0.43701171875}, {"start": 416.93, "end": 417.25, "word": " details", "probability": 0.638671875}, {"start": 417.25, "end": 417.69, "word": " activity.", "probability": 0.796875}, {"start": 417.93, "end": 418.59, "word": " Now", "probability": 0.422119140625}, {"start": 418.59, "end": 418.59, "word": " let's", "probability": 0.76123046875}, {"start": 418.59, "end": 418.73, "word": " go", "probability": 0.259765625}, {"start": 418.73, "end": 418.93, "word": " to", "probability": 0.8251953125}, {"start": 418.93, "end": 419.03, "word": " the", "probability": 0.775390625}, {"start": 419.03, "end": 419.29, "word": " details", "probability": 0.85302734375}, {"start": 419.29, "end": 419.71, "word": " activity,", "probability": 0.9248046875}, {"start": 419.81, "end": 419.87, "word": " which", "probability": 0.63623046875}, {"start": 419.87, "end": 421.03, "word": " will", "probability": 0.196533203125}, {"start": 421.03, "end": 421.55, "word": " receive", "probability": 0.6083984375}, {"start": 421.55, "end": 422.75, "word": " the", "probability": 0.65673828125}, {"start": 422.75, "end": 423.11, "word": " intent.", "probability": 0.9140625}, {"start": 424.53, "end": 424.73, "word": " So", "probability": 0.293212890625}, {"start": 424.73, "end": 425.07, "word": " now,", "probability": 0.60107421875}, {"start": 425.81, "end": 426.35, "word": " to", "probability": 0.2227783203125}, {"start": 426.35, "end": 426.73, "word": " speed", "probability": 0.3359375}, {"start": 426.73, "end": 426.85, "word": " things", "probability": 0.50439453125}, {"start": 426.85, "end": 426.85, "word": " up,", "probability": 0.97265625}, {"start": 427.29, "end": 427.47, "word": " click", "probability": 0.29248046875}, {"start": 427.47, "end": 427.61, "word": " get", "probability": 0.380126953125}, {"start": 427.61, "end": 428.19, "word": " intent.", "probability": 0.9677734375}], "temperature": 1.0}, {"id": 20, "seek": 44431, "start": 430.77, "end": 444.31, "text": "get int extra, what did we call it, imp id, and if it didn't work, let it get minus one, this is int imp id, because I received what?", "tokens": [847, 560, 2857, 11, 437, 630, 321, 818, 309, 11, 704, 4496, 11, 293, 498, 309, 994, 380, 589, 11, 718, 309, 483, 3175, 472, 11, 341, 307, 560, 704, 4496, 11, 570, 286, 4613, 437, 30], "avg_logprob": -0.6829769674100374, "compression_ratio": 1.2429906542056075, "no_speech_prob": 0.0, "words": [{"start": 430.77, "end": 431.23, "word": "get", "probability": 0.181640625}, {"start": 431.23, "end": 431.65, "word": " int", "probability": 0.42236328125}, {"start": 431.65, "end": 432.17, "word": " extra,", "probability": 0.669921875}, {"start": 432.63, "end": 433.01, "word": " what", "probability": 0.264892578125}, {"start": 433.01, "end": 433.25, "word": " did", "probability": 0.251708984375}, {"start": 433.25, "end": 433.37, "word": " we", "probability": 0.8857421875}, {"start": 433.37, "end": 433.37, "word": " call", "probability": 0.5283203125}, {"start": 433.37, "end": 433.75, "word": " it,", "probability": 0.8076171875}, {"start": 433.81, "end": 434.09, "word": " imp", "probability": 0.67919921875}, {"start": 434.09, "end": 435.27, "word": " id,", "probability": 0.224365234375}, {"start": 435.41, "end": 435.45, "word": " and", "probability": 0.58251953125}, {"start": 435.45, "end": 435.55, "word": " if", "probability": 0.80078125}, {"start": 435.55, "end": 435.67, "word": " it", "probability": 0.438720703125}, {"start": 435.67, "end": 435.67, "word": " didn't", "probability": 0.62213134765625}, {"start": 435.67, "end": 435.93, "word": " work,", "probability": 0.315673828125}, {"start": 436.71, "end": 436.95, "word": " let", "probability": 0.277099609375}, {"start": 436.95, "end": 437.07, "word": " it", "probability": 0.71142578125}, {"start": 437.07, "end": 437.27, "word": " get", "probability": 0.58935546875}, {"start": 437.27, "end": 438.51, "word": " minus", "probability": 0.2333984375}, {"start": 438.51, "end": 438.91, "word": " one,", "probability": 0.65380859375}, {"start": 439.35, "end": 439.63, "word": " this", "probability": 0.45849609375}, {"start": 439.63, "end": 439.67, "word": " is", "probability": 0.91259765625}, {"start": 439.67, "end": 440.03, "word": " int", "probability": 0.384033203125}, {"start": 440.03, "end": 440.49, "word": " imp", "probability": 0.84375}, {"start": 440.49, "end": 441.99, "word": " id,", "probability": 0.86865234375}, {"start": 442.47, "end": 442.73, "word": " because", "probability": 0.85888671875}, {"start": 442.73, "end": 443.09, "word": " I", "probability": 0.876953125}, {"start": 443.09, "end": 443.73, "word": " received", "probability": 0.57470703125}, {"start": 443.73, "end": 444.31, "word": " what?", "probability": 0.68310546875}], "temperature": 1.0}, {"id": 21, "seek": 46657, "start": 445.21, "end": 466.57, "text": " the employee id from the activity. For example, if emp id does not equal minus one. For example, what should I do? I want to get the rest of the data from the database. Since I now want to get the rest of the data from the database, who should I get it from? My helper. Exactly. You go back to the My helper line.", "tokens": [264, 10738, 4496, 490, 264, 5191, 13, 1171, 1365, 11, 498, 4012, 4496, 775, 406, 2681, 3175, 472, 13, 1171, 1365, 11, 437, 820, 286, 360, 30, 286, 528, 281, 483, 264, 1472, 295, 264, 1412, 490, 264, 8149, 13, 4162, 286, 586, 528, 281, 483, 264, 1472, 295, 264, 1412, 490, 264, 8149, 11, 567, 820, 286, 483, 309, 490, 30, 1222, 36133, 13, 7587, 13, 509, 352, 646, 281, 264, 1222, 36133, 1622, 13], "avg_logprob": -0.45089284320930384, "compression_ratio": 1.7942857142857143, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 445.21, "end": 445.53, "word": " the", "probability": 0.11090087890625}, {"start": 445.53, "end": 445.95, "word": " employee", "probability": 0.73681640625}, {"start": 445.95, "end": 446.95, "word": " id", "probability": 0.388916015625}, {"start": 446.95, "end": 447.33, "word": " from", "probability": 0.63232421875}, {"start": 447.33, "end": 447.83, "word": " the", "probability": 0.671875}, {"start": 447.83, "end": 448.21, "word": " activity.", "probability": 0.85693359375}, {"start": 448.61, "end": 448.73, "word": " For", "probability": 0.297607421875}, {"start": 448.73, "end": 448.83, "word": " example,", "probability": 0.86328125}, {"start": 448.93, "end": 449.13, "word": " if", "probability": 0.76025390625}, {"start": 449.13, "end": 450.47, "word": " emp", "probability": 0.259765625}, {"start": 450.47, "end": 451.53, "word": " id", "probability": 0.10589599609375}, {"start": 451.53, "end": 451.73, "word": " does", "probability": 0.2386474609375}, {"start": 451.73, "end": 451.81, "word": " not", "probability": 0.90185546875}, {"start": 451.81, "end": 452.21, "word": " equal", "probability": 0.900390625}, {"start": 452.21, "end": 452.47, "word": " minus", "probability": 0.337646484375}, {"start": 452.47, "end": 453.03, "word": " one.", "probability": 0.669921875}, {"start": 453.37, "end": 453.73, "word": " For", "probability": 0.34033203125}, {"start": 453.73, "end": 453.77, "word": " example,", "probability": 0.9482421875}, {"start": 453.83, "end": 453.95, "word": " what", "probability": 0.61669921875}, {"start": 453.95, "end": 454.05, "word": " should", "probability": 0.42333984375}, {"start": 454.05, "end": 454.67, "word": " I", "probability": 0.9501953125}, {"start": 454.67, "end": 454.91, "word": " do?", "probability": 0.9375}, {"start": 455.29, "end": 455.77, "word": " I", "probability": 0.9228515625}, {"start": 455.77, "end": 455.89, "word": " want", "probability": 0.468994140625}, {"start": 455.89, "end": 455.95, "word": " to", "probability": 0.94384765625}, {"start": 455.95, "end": 456.07, "word": " get", "probability": 0.5859375}, {"start": 456.07, "end": 456.25, "word": " the", "probability": 0.483154296875}, {"start": 456.25, "end": 456.25, "word": " rest", "probability": 0.54052734375}, {"start": 456.25, "end": 456.43, "word": " of", "probability": 0.970703125}, {"start": 456.43, "end": 456.47, "word": " the", "probability": 0.84375}, {"start": 456.47, "end": 456.65, "word": " data", "probability": 0.73046875}, {"start": 456.65, "end": 456.97, "word": " from", "probability": 0.85693359375}, {"start": 456.97, "end": 457.11, "word": " the", "probability": 0.8720703125}, {"start": 457.11, "end": 457.57, "word": " database.", "probability": 0.93798828125}, {"start": 458.03, "end": 458.29, "word": " Since", "probability": 0.3154296875}, {"start": 458.29, "end": 458.49, "word": " I", "probability": 0.8359375}, {"start": 458.49, "end": 458.83, "word": " now", "probability": 0.3642578125}, {"start": 458.83, "end": 459.13, "word": " want", "probability": 0.80712890625}, {"start": 459.13, "end": 459.19, "word": " to", "probability": 0.96044921875}, {"start": 459.19, "end": 459.31, "word": " get", "probability": 0.8564453125}, {"start": 459.31, "end": 459.39, "word": " the", "probability": 0.7978515625}, {"start": 459.39, "end": 459.45, "word": " rest", "probability": 0.775390625}, {"start": 459.45, "end": 459.59, "word": " of", "probability": 0.9697265625}, {"start": 459.59, "end": 459.61, "word": " the", "probability": 0.92041015625}, {"start": 459.61, "end": 459.75, "word": " data", "probability": 0.88427734375}, {"start": 459.75, "end": 459.93, "word": " from", "probability": 0.8642578125}, {"start": 459.93, "end": 460.07, "word": " the", "probability": 0.91845703125}, {"start": 460.07, "end": 460.37, "word": " database,", "probability": 0.94140625}, {"start": 460.55, "end": 460.71, "word": " who", "probability": 0.43505859375}, {"start": 460.71, "end": 460.71, "word": " should", "probability": 0.6826171875}, {"start": 460.71, "end": 460.71, "word": " I", "probability": 0.8583984375}, {"start": 460.71, "end": 460.71, "word": " get", "probability": 0.351806640625}, {"start": 460.71, "end": 461.05, "word": " it", "probability": 0.326416015625}, {"start": 461.05, "end": 461.43, "word": " from?", "probability": 0.86669921875}, {"start": 462.05, "end": 462.53, "word": " My", "probability": 0.61181640625}, {"start": 462.53, "end": 462.81, "word": " helper.", "probability": 0.8056640625}, {"start": 463.17, "end": 463.49, "word": " Exactly.", "probability": 0.67919921875}, {"start": 463.73, "end": 463.89, "word": " You", "probability": 0.415283203125}, {"start": 463.89, "end": 463.95, "word": " go", "probability": 0.50048828125}, {"start": 463.95, "end": 464.15, "word": " back", "probability": 0.8125}, {"start": 464.15, "end": 464.89, "word": " to", "probability": 0.95654296875}, {"start": 464.89, "end": 465.45, "word": " the", "probability": 0.68310546875}, {"start": 465.45, "end": 466.13, "word": " My", "probability": 0.466552734375}, {"start": 466.13, "end": 466.45, "word": " helper", "probability": 0.521484375}, {"start": 466.45, "end": 466.57, "word": " line.", "probability": 0.498291015625}], "temperature": 1.0}, {"id": 22, "seek": 50378, "start": 478.76, "end": 503.78, "text": " And this is SQLite Database db get readable database And now you say db.proquery To run the query, which is what? select star from employee employee", "tokens": [400, 341, 307, 19200, 642, 40461, 651, 274, 65, 483, 49857, 8149, 400, 586, 291, 584, 274, 65, 13, 4318, 358, 2109, 1407, 1190, 264, 14581, 11, 597, 307, 437, 30, 3048, 3543, 490, 10738, 10738], "avg_logprob": -0.540540566315522, "compression_ratio": 1.2735042735042734, "no_speech_prob": 0.0, "words": [{"start": 478.76, "end": 479.02, "word": " And", "probability": 0.235107421875}, {"start": 479.02, "end": 479.22, "word": " this", "probability": 0.703125}, {"start": 479.22, "end": 479.28, "word": " is", "probability": 0.8017578125}, {"start": 479.28, "end": 480.22, "word": " SQLite", "probability": 0.825927734375}, {"start": 480.22, "end": 484.0, "word": " Database", "probability": 0.7266845703125}, {"start": 484.0, "end": 484.76, "word": " db", "probability": 0.581298828125}, {"start": 484.76, "end": 487.42, "word": " get", "probability": 0.325439453125}, {"start": 487.42, "end": 488.12, "word": " readable", "probability": 0.88525390625}, {"start": 488.12, "end": 488.78, "word": " database", "probability": 0.92626953125}, {"start": 488.78, "end": 489.7, "word": " And", "probability": 0.3701171875}, {"start": 489.7, "end": 489.9, "word": " now", "probability": 0.78857421875}, {"start": 489.9, "end": 490.02, "word": " you", "probability": 0.55419921875}, {"start": 490.02, "end": 490.2, "word": " say", "probability": 0.4228515625}, {"start": 490.2, "end": 490.84, "word": " db", "probability": 0.810546875}, {"start": 490.84, "end": 493.82, "word": ".proquery", "probability": 0.6673583984375}, {"start": 493.82, "end": 495.4, "word": " To", "probability": 0.2734375}, {"start": 495.4, "end": 495.64, "word": " run", "probability": 0.354248046875}, {"start": 495.64, "end": 495.8, "word": " the", "probability": 0.67724609375}, {"start": 495.8, "end": 496.06, "word": " query,", "probability": 0.93310546875}, {"start": 496.24, "end": 496.34, "word": " which", "probability": 0.486083984375}, {"start": 496.34, "end": 496.48, "word": " is", "probability": 0.8671875}, {"start": 496.48, "end": 496.74, "word": " what?", "probability": 0.62841796875}, {"start": 497.16, "end": 497.7, "word": " select", "probability": 0.326904296875}, {"start": 497.7, "end": 498.58, "word": " star", "probability": 0.481201171875}, {"start": 498.58, "end": 499.66, "word": " from", "probability": 0.84326171875}, {"start": 499.66, "end": 501.06, "word": " employee", "probability": 0.78173828125}, {"start": 501.06, "end": 503.78, "word": " employee", "probability": 0.6015625}], "temperature": 1.0}, {"id": 23, "seek": 52669, "start": 508.83, "end": 526.69, "text": " where underscore id equals question mark Because here there is another parameter that we used to put null Yes, here there is supposed to be a value of the question mark that is here new string and here we want to put main imp", "tokens": [689, 37556, 4496, 6915, 1168, 1491, 1436, 510, 456, 307, 1071, 13075, 300, 321, 1143, 281, 829, 18184, 1079, 11, 510, 456, 307, 3442, 281, 312, 257, 2158, 295, 264, 1168, 1491, 300, 307, 510, 777, 6798, 293, 510, 321, 528, 281, 829, 2135, 704], "avg_logprob": -0.5444972929747208, "compression_ratio": 1.6376811594202898, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 508.83000000000004, "end": 509.29, "word": " where", "probability": 0.448486328125}, {"start": 509.29, "end": 509.75, "word": " underscore", "probability": 0.35888671875}, {"start": 509.75, "end": 510.45, "word": " id", "probability": 0.491943359375}, {"start": 510.45, "end": 511.73, "word": " equals", "probability": 0.48193359375}, {"start": 511.73, "end": 512.57, "word": " question", "probability": 0.64599609375}, {"start": 512.57, "end": 513.07, "word": " mark", "probability": 0.84375}, {"start": 513.07, "end": 514.61, "word": " Because", "probability": 0.2042236328125}, {"start": 514.61, "end": 514.87, "word": " here", "probability": 0.5478515625}, {"start": 514.87, "end": 515.05, "word": " there", "probability": 0.45947265625}, {"start": 515.05, "end": 515.11, "word": " is", "probability": 0.7490234375}, {"start": 515.11, "end": 515.25, "word": " another", "probability": 0.82177734375}, {"start": 515.25, "end": 515.65, "word": " parameter", "probability": 0.9462890625}, {"start": 515.65, "end": 516.05, "word": " that", "probability": 0.471435546875}, {"start": 516.05, "end": 516.17, "word": " we", "probability": 0.82275390625}, {"start": 516.17, "end": 516.23, "word": " used", "probability": 0.300537109375}, {"start": 516.23, "end": 516.25, "word": " to", "probability": 0.958984375}, {"start": 516.25, "end": 516.45, "word": " put", "probability": 0.53564453125}, {"start": 516.45, "end": 516.69, "word": " null", "probability": 0.486083984375}, {"start": 516.69, "end": 517.93, "word": " Yes,", "probability": 0.2335205078125}, {"start": 518.07, "end": 518.63, "word": " here", "probability": 0.3486328125}, {"start": 518.63, "end": 518.75, "word": " there", "probability": 0.53271484375}, {"start": 518.75, "end": 518.75, "word": " is", "probability": 0.468505859375}, {"start": 518.75, "end": 518.75, "word": " supposed", "probability": 0.360107421875}, {"start": 518.75, "end": 518.75, "word": " to", "probability": 0.96435546875}, {"start": 518.75, "end": 518.87, "word": " be", "probability": 0.9111328125}, {"start": 518.87, "end": 518.93, "word": " a", "probability": 0.66943359375}, {"start": 518.93, "end": 519.11, "word": " value", "probability": 0.447265625}, {"start": 519.11, "end": 519.41, "word": " of", "probability": 0.68701171875}, {"start": 519.41, "end": 519.59, "word": " the", "probability": 0.5908203125}, {"start": 519.59, "end": 519.81, "word": " question", "probability": 0.92041015625}, {"start": 519.81, "end": 519.97, "word": " mark", "probability": 0.85595703125}, {"start": 519.97, "end": 520.09, "word": " that", "probability": 0.1947021484375}, {"start": 520.09, "end": 520.23, "word": " is", "probability": 0.591796875}, {"start": 520.23, "end": 520.53, "word": " here", "probability": 0.7431640625}, {"start": 520.53, "end": 521.91, "word": " new", "probability": 0.5908203125}, {"start": 521.91, "end": 522.53, "word": " string", "probability": 0.70947265625}, {"start": 522.53, "end": 524.41, "word": " and", "probability": 0.16455078125}, {"start": 524.41, "end": 525.39, "word": " here", "probability": 0.77685546875}, {"start": 525.39, "end": 525.47, "word": " we", "probability": 0.90869140625}, {"start": 525.47, "end": 525.65, "word": " want", "probability": 0.37890625}, {"start": 525.65, "end": 525.69, "word": " to", "probability": 0.96826171875}, {"start": 525.69, "end": 525.89, "word": " put", "probability": 0.84326171875}, {"start": 525.89, "end": 526.17, "word": " main", "probability": 0.755859375}, {"start": 526.17, "end": 526.69, "word": " imp", "probability": 0.4931640625}], "temperature": 1.0}, {"id": 24, "seek": 54654, "start": 527.46, "end": 546.54, "text": " ID, of course it will not accept because it does not have integer or string, either you do like this, there is no case, this is integer, or you say here string.value of, you give it an integer, this is a method in Java, you give it an integer, it turns it into a string, or you add an empty string.", "tokens": [7348, 11, 295, 1164, 309, 486, 406, 3241, 570, 309, 775, 406, 362, 24922, 420, 6798, 11, 2139, 291, 360, 411, 341, 11, 456, 307, 572, 1389, 11, 341, 307, 24922, 11, 420, 291, 584, 510, 6798, 13, 29155, 295, 11, 291, 976, 309, 364, 24922, 11, 341, 307, 257, 3170, 294, 10745, 11, 291, 976, 309, 364, 24922, 11, 309, 4523, 309, 666, 257, 6798, 11, 420, 291, 909, 364, 6707, 6798, 13], "avg_logprob": -0.6104166428248088, "compression_ratio": 1.8012048192771084, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 527.46, "end": 527.86, "word": " ID,", "probability": 0.147705078125}, {"start": 528.14, "end": 528.3, "word": " of", "probability": 0.177001953125}, {"start": 528.3, "end": 528.38, "word": " course", "probability": 0.8486328125}, {"start": 528.38, "end": 528.52, "word": " it", "probability": 0.52734375}, {"start": 528.52, "end": 528.62, "word": " will", "probability": 0.35205078125}, {"start": 528.62, "end": 528.62, "word": " not", "probability": 0.90625}, {"start": 528.62, "end": 528.84, "word": " accept", "probability": 0.763671875}, {"start": 528.84, "end": 529.04, "word": " because", "probability": 0.38916015625}, {"start": 529.04, "end": 529.24, "word": " it", "probability": 0.496337890625}, {"start": 529.24, "end": 529.32, "word": " does", "probability": 0.261962890625}, {"start": 529.32, "end": 529.38, "word": " not", "probability": 0.90625}, {"start": 529.38, "end": 529.56, "word": " have", "probability": 0.89404296875}, {"start": 529.56, "end": 530.36, "word": " integer", "probability": 0.389404296875}, {"start": 530.36, "end": 530.54, "word": " or", "probability": 0.23046875}, {"start": 530.54, "end": 530.9, "word": " string,", "probability": 0.6904296875}, {"start": 531.06, "end": 531.7, "word": " either", "probability": 0.3720703125}, {"start": 531.7, "end": 531.96, "word": " you", "probability": 0.63720703125}, {"start": 531.96, "end": 532.16, "word": " do", "probability": 0.34423828125}, {"start": 532.16, "end": 532.34, "word": " like", "probability": 0.5390625}, {"start": 532.34, "end": 532.72, "word": " this,", "probability": 0.7119140625}, {"start": 533.04, "end": 533.12, "word": " there", "probability": 0.495361328125}, {"start": 533.12, "end": 533.16, "word": " is", "probability": 0.88916015625}, {"start": 533.16, "end": 533.3, "word": " no", "probability": 0.85205078125}, {"start": 533.3, "end": 533.64, "word": " case,", "probability": 0.2178955078125}, {"start": 533.74, "end": 533.78, "word": " this", "probability": 0.51708984375}, {"start": 533.78, "end": 533.82, "word": " is", "probability": 0.908203125}, {"start": 533.82, "end": 534.16, "word": " integer,", "probability": 0.69921875}, {"start": 534.32, "end": 535.02, "word": " or", "probability": 0.342041015625}, {"start": 535.02, "end": 536.3, "word": " you", "probability": 0.365966796875}, {"start": 536.3, "end": 536.66, "word": " say", "probability": 0.350341796875}, {"start": 536.66, "end": 536.86, "word": " here", "probability": 0.51416015625}, {"start": 536.86, "end": 537.32, "word": " string", "probability": 0.68408203125}, {"start": 537.32, "end": 539.1, "word": ".value", "probability": 0.818115234375}, {"start": 539.1, "end": 539.94, "word": " of,", "probability": 0.6787109375}, {"start": 540.18, "end": 540.28, "word": " you", "probability": 0.4814453125}, {"start": 540.28, "end": 540.46, "word": " give", "probability": 0.79248046875}, {"start": 540.46, "end": 540.56, "word": " it", "probability": 0.60302734375}, {"start": 540.56, "end": 540.64, "word": " an", "probability": 0.3701171875}, {"start": 540.64, "end": 540.88, "word": " integer,", "probability": 0.892578125}, {"start": 540.98, "end": 541.14, "word": " this", "probability": 0.86669921875}, {"start": 541.14, "end": 541.2, "word": " is", "probability": 0.6923828125}, {"start": 541.2, "end": 541.24, "word": " a", "probability": 0.72314453125}, {"start": 541.24, "end": 541.48, "word": " method", "probability": 0.92138671875}, {"start": 541.48, "end": 541.64, "word": " in", "probability": 0.896484375}, {"start": 541.64, "end": 541.98, "word": " Java,", "probability": 0.55908203125}, {"start": 542.6, "end": 542.74, "word": " you", "probability": 0.849609375}, {"start": 542.74, "end": 542.96, "word": " give", "probability": 0.869140625}, {"start": 542.96, "end": 543.18, "word": " it", "probability": 0.72216796875}, {"start": 543.18, "end": 543.44, "word": " an", "probability": 0.82177734375}, {"start": 543.44, "end": 543.68, "word": " integer,", "probability": 0.8955078125}, {"start": 543.82, "end": 543.88, "word": " it", "probability": 0.261474609375}, {"start": 543.88, "end": 544.08, "word": " turns", "probability": 0.498291015625}, {"start": 544.08, "end": 544.22, "word": " it", "probability": 0.61328125}, {"start": 544.22, "end": 544.26, "word": " into", "probability": 0.669921875}, {"start": 544.26, "end": 544.62, "word": " a", "probability": 0.53271484375}, {"start": 544.62, "end": 544.88, "word": " string,", "probability": 0.88134765625}, {"start": 544.98, "end": 545.1, "word": " or", "probability": 0.95458984375}, {"start": 545.1, "end": 545.24, "word": " you", "probability": 0.82080078125}, {"start": 545.24, "end": 545.68, "word": " add", "probability": 0.445068359375}, {"start": 545.68, "end": 546.24, "word": " an", "probability": 0.35693359375}, {"start": 546.24, "end": 546.24, "word": " empty", "probability": 0.75341796875}, {"start": 546.24, "end": 546.54, "word": " string.", "probability": 0.919921875}], "temperature": 1.0}, {"id": 25, "seek": 57005, "start": 548.0, "end": 570.06, "text": " So now it will execute the query which is selected from employee where underscore ID equals the value received from the activity. Here, what does the raw query return? What does it return? Cursor. Because this cursor, I don't need to make a loop on it. Why? Because it points to one element. There is none. But cautiously,", "tokens": [407, 586, 309, 486, 14483, 264, 14581, 597, 307, 8209, 490, 10738, 689, 37556, 7348, 6915, 264, 2158, 4613, 490, 264, 5191, 13, 1692, 11, 437, 775, 264, 8936, 14581, 2736, 30, 708, 775, 309, 2736, 30, 383, 2156, 284, 13, 1436, 341, 28169, 11, 286, 500, 380, 643, 281, 652, 257, 6367, 322, 309, 13, 1545, 30, 1436, 309, 2793, 281, 472, 4478, 13, 821, 307, 6022, 13, 583, 21130, 8994, 11], "avg_logprob": -0.5029561028287217, "compression_ratio": 1.5454545454545454, "no_speech_prob": 0.0, "words": [{"start": 548.0, "end": 548.2, "word": " So", "probability": 0.19384765625}, {"start": 548.2, "end": 548.42, "word": " now", "probability": 0.662109375}, {"start": 548.42, "end": 548.52, "word": " it", "probability": 0.611328125}, {"start": 548.52, "end": 548.6, "word": " will", "probability": 0.55908203125}, {"start": 548.6, "end": 548.84, "word": " execute", "probability": 0.638671875}, {"start": 548.84, "end": 548.98, "word": " the", "probability": 0.62158203125}, {"start": 548.98, "end": 549.18, "word": " query", "probability": 0.888671875}, {"start": 549.18, "end": 549.28, "word": " which", "probability": 0.2479248046875}, {"start": 549.28, "end": 549.4, "word": " is", "probability": 0.88916015625}, {"start": 549.4, "end": 549.64, "word": " selected", "probability": 0.261962890625}, {"start": 549.64, "end": 550.06, "word": " from", "probability": 0.51953125}, {"start": 550.06, "end": 550.74, "word": " employee", "probability": 0.81103515625}, {"start": 550.74, "end": 551.18, "word": " where", "probability": 0.7509765625}, {"start": 551.18, "end": 551.78, "word": " underscore", "probability": 0.15869140625}, {"start": 551.78, "end": 552.18, "word": " ID", "probability": 0.5712890625}, {"start": 552.18, "end": 552.7, "word": " equals", "probability": 0.73876953125}, {"start": 552.7, "end": 552.98, "word": " the", "probability": 0.556640625}, {"start": 552.98, "end": 553.22, "word": " value", "probability": 0.6220703125}, {"start": 553.22, "end": 553.64, "word": " received", "probability": 0.33935546875}, {"start": 553.64, "end": 554.88, "word": " from", "probability": 0.6943359375}, {"start": 554.88, "end": 554.98, "word": " the", "probability": 0.716796875}, {"start": 554.98, "end": 555.38, "word": " activity.", "probability": 0.89892578125}, {"start": 555.82, "end": 556.08, "word": " Here,", "probability": 0.29296875}, {"start": 556.34, "end": 556.5, "word": " what", "probability": 0.810546875}, {"start": 556.5, "end": 556.6, "word": " does", "probability": 0.50146484375}, {"start": 556.6, "end": 557.04, "word": " the", "probability": 0.478271484375}, {"start": 557.04, "end": 557.22, "word": " raw", "probability": 0.53125}, {"start": 557.22, "end": 557.52, "word": " query", "probability": 0.9384765625}, {"start": 557.52, "end": 557.52, "word": " return?", "probability": 0.364501953125}, {"start": 559.12, "end": 559.34, "word": " What", "probability": 0.638671875}, {"start": 559.34, "end": 559.46, "word": " does", "probability": 0.92041015625}, {"start": 559.46, "end": 559.5, "word": " it", "probability": 0.89453125}, {"start": 559.5, "end": 559.8, "word": " return?", "probability": 0.85986328125}, {"start": 560.56, "end": 561.06, "word": " Cursor.", "probability": 0.8369140625}, {"start": 562.48, "end": 562.66, "word": " Because", "probability": 0.66162109375}, {"start": 562.66, "end": 562.86, "word": " this", "probability": 0.369140625}, {"start": 562.86, "end": 563.18, "word": " cursor,", "probability": 0.93017578125}, {"start": 563.52, "end": 563.66, "word": " I", "probability": 0.96630859375}, {"start": 563.66, "end": 563.78, "word": " don't", "probability": 0.836669921875}, {"start": 563.78, "end": 564.06, "word": " need", "probability": 0.7041015625}, {"start": 564.06, "end": 564.18, "word": " to", "probability": 0.95263671875}, {"start": 564.18, "end": 564.28, "word": " make", "probability": 0.0816650390625}, {"start": 564.28, "end": 564.56, "word": " a", "probability": 0.72802734375}, {"start": 564.56, "end": 564.68, "word": " loop", "probability": 0.9736328125}, {"start": 564.68, "end": 564.74, "word": " on", "probability": 0.6376953125}, {"start": 564.74, "end": 564.74, "word": " it.", "probability": 0.90185546875}, {"start": 565.12, "end": 565.38, "word": " Why?", "probability": 0.8564453125}, {"start": 566.52, "end": 567.02, "word": " Because", "probability": 0.9169921875}, {"start": 567.02, "end": 567.2, "word": " it", "probability": 0.869140625}, {"start": 567.2, "end": 567.46, "word": " points", "probability": 0.0819091796875}, {"start": 567.46, "end": 567.6, "word": " to", "probability": 0.82763671875}, {"start": 567.6, "end": 568.14, "word": " one", "probability": 0.7412109375}, {"start": 568.14, "end": 568.14, "word": " element.", "probability": 0.7421875}, {"start": 568.5, "end": 568.62, "word": " There", "probability": 0.45361328125}, {"start": 568.62, "end": 568.7, "word": " is", "probability": 0.6865234375}, {"start": 568.7, "end": 568.78, "word": " none.", "probability": 0.36279296875}, {"start": 569.12, "end": 569.62, "word": " But", "probability": 0.328369140625}, {"start": 569.62, "end": 570.06, "word": " cautiously,", "probability": 0.611328125}], "temperature": 1.0}, {"id": 26, "seek": 59958, "start": 571.86, "end": 599.58, "text": " I want to tell him to move to first, I think it works for others as well And then you read the details of the getString It's line 1 Because I'm searching with the primary key, right or wrong guys, I don't need it, if I did it wrong You tell him while cursor is not after last, but not after zero GetColumnIndex", "tokens": [286, 528, 281, 980, 796, 281, 1286, 281, 700, 11, 286, 519, 309, 1985, 337, 2357, 382, 731, 400, 550, 291, 1401, 264, 4365, 295, 264, 483, 4520, 2937, 467, 311, 1622, 502, 1436, 286, 478, 10808, 365, 264, 6194, 2141, 11, 558, 420, 2085, 1074, 11, 286, 500, 380, 643, 309, 11, 498, 286, 630, 309, 2085, 509, 980, 796, 1339, 28169, 307, 406, 934, 1036, 11, 457, 406, 934, 4018, 3240, 34, 401, 16449, 21790, 3121], "avg_logprob": -0.6598101130014733, "compression_ratio": 1.5097087378640777, "no_speech_prob": 0.0, "words": [{"start": 571.86, "end": 572.06, "word": " I", "probability": 0.57568359375}, {"start": 572.06, "end": 572.14, "word": " want", "probability": 0.142578125}, {"start": 572.14, "end": 572.2, "word": " to", "probability": 0.9560546875}, {"start": 572.2, "end": 572.32, "word": " tell", "probability": 0.38916015625}, {"start": 572.32, "end": 572.4, "word": " him", "probability": 0.53515625}, {"start": 572.4, "end": 572.48, "word": " to", "probability": 0.324462890625}, {"start": 572.48, "end": 572.54, "word": " move", "probability": 0.8623046875}, {"start": 572.54, "end": 572.7, "word": " to", "probability": 0.810546875}, {"start": 572.7, "end": 572.96, "word": " first,", "probability": 0.888671875}, {"start": 573.02, "end": 573.12, "word": " I", "probability": 0.49755859375}, {"start": 573.12, "end": 573.24, "word": " think", "probability": 0.73974609375}, {"start": 573.24, "end": 573.36, "word": " it", "probability": 0.49755859375}, {"start": 573.36, "end": 573.48, "word": " works", "probability": 0.411376953125}, {"start": 573.48, "end": 573.62, "word": " for", "probability": 0.164306640625}, {"start": 573.62, "end": 573.82, "word": " others", "probability": 0.391845703125}, {"start": 573.82, "end": 574.04, "word": " as", "probability": 0.2451171875}, {"start": 574.04, "end": 574.18, "word": " well", "probability": 0.9384765625}, {"start": 574.18, "end": 575.56, "word": " And", "probability": 0.13525390625}, {"start": 575.56, "end": 575.88, "word": " then", "probability": 0.421630859375}, {"start": 575.88, "end": 576.2, "word": " you", "probability": 0.481689453125}, {"start": 576.2, "end": 576.48, "word": " read", "probability": 0.5546875}, {"start": 576.48, "end": 576.82, "word": " the", "probability": 0.5361328125}, {"start": 576.82, "end": 577.22, "word": " details", "probability": 0.6357421875}, {"start": 577.22, "end": 578.32, "word": " of", "probability": 0.583984375}, {"start": 578.32, "end": 578.7, "word": " the", "probability": 0.40869140625}, {"start": 578.7, "end": 580.54, "word": " getString", "probability": 0.6004231770833334}, {"start": 580.54, "end": 584.12, "word": " It's", "probability": 0.2763671875}, {"start": 584.12, "end": 584.38, "word": " line", "probability": 0.34716796875}, {"start": 584.38, "end": 584.8, "word": " 1", "probability": 0.5400390625}, {"start": 584.8, "end": 587.34, "word": " Because", "probability": 0.1885986328125}, {"start": 587.34, "end": 587.82, "word": " I'm", "probability": 0.6959228515625}, {"start": 587.82, "end": 588.02, "word": " searching", "probability": 0.64404296875}, {"start": 588.02, "end": 588.22, "word": " with", "probability": 0.56103515625}, {"start": 588.22, "end": 588.3, "word": " the", "probability": 0.5390625}, {"start": 588.3, "end": 588.62, "word": " primary", "probability": 0.8447265625}, {"start": 588.62, "end": 589.06, "word": " key,", "probability": 0.91748046875}, {"start": 589.44, "end": 589.62, "word": " right", "probability": 0.43115234375}, {"start": 589.62, "end": 589.76, "word": " or", "probability": 0.787109375}, {"start": 589.76, "end": 589.84, "word": " wrong", "probability": 0.6826171875}, {"start": 589.84, "end": 590.08, "word": " guys,", "probability": 0.403076171875}, {"start": 590.14, "end": 590.24, "word": " I", "probability": 0.41943359375}, {"start": 590.24, "end": 590.26, "word": " don't", "probability": 0.949462890625}, {"start": 590.26, "end": 590.64, "word": " need", "probability": 0.892578125}, {"start": 590.64, "end": 590.82, "word": " it,", "probability": 0.55419921875}, {"start": 590.88, "end": 591.08, "word": " if", "probability": 0.779296875}, {"start": 591.08, "end": 591.16, "word": " I", "probability": 0.818359375}, {"start": 591.16, "end": 591.32, "word": " did", "probability": 0.2408447265625}, {"start": 591.32, "end": 591.46, "word": " it", "probability": 0.70556640625}, {"start": 591.46, "end": 591.76, "word": " wrong", "probability": 0.491455078125}, {"start": 591.76, "end": 592.12, "word": " You", "probability": 0.330078125}, {"start": 592.12, "end": 593.16, "word": " tell", "probability": 0.46728515625}, {"start": 593.16, "end": 593.26, "word": " him", "probability": 0.8720703125}, {"start": 593.26, "end": 593.46, "word": " while", "probability": 0.51318359375}, {"start": 593.46, "end": 593.8, "word": " cursor", "probability": 0.89697265625}, {"start": 593.8, "end": 594.02, "word": " is", "probability": 0.8779296875}, {"start": 594.02, "end": 594.22, "word": " not", "probability": 0.9453125}, {"start": 594.22, "end": 594.52, "word": " after", "probability": 0.87841796875}, {"start": 594.52, "end": 594.86, "word": " last,", "probability": 0.84423828125}, {"start": 595.48, "end": 595.82, "word": " but", "probability": 0.662109375}, {"start": 595.82, "end": 596.02, "word": " not", "probability": 0.5146484375}, {"start": 596.02, "end": 596.22, "word": " after", "probability": 0.315185546875}, {"start": 596.22, "end": 596.48, "word": " zero", "probability": 0.448974609375}, {"start": 596.48, "end": 599.58, "word": " GetColumnIndex", "probability": 0.66143798828125}], "temperature": 1.0}, {"id": 27, "seek": 61937, "start": 601.63, "end": 619.37, "text": " This is the name, for example. We will bring them and write them down. This is the third line. These are all the data. What you are supposed to do in this activity is text view and display the data. But for speed, what do we do?", "tokens": [639, 307, 264, 1315, 11, 337, 1365, 13, 492, 486, 1565, 552, 293, 2464, 552, 760, 13, 639, 307, 264, 2636, 1622, 13, 1981, 366, 439, 264, 1412, 13, 708, 291, 366, 3442, 281, 360, 294, 341, 5191, 307, 2487, 1910, 293, 4674, 264, 1412, 13, 583, 337, 3073, 11, 437, 360, 321, 360, 30], "avg_logprob": -0.5959821598870414, "compression_ratio": 1.506578947368421, "no_speech_prob": 0.0, "words": [{"start": 601.63, "end": 601.93, "word": " This", "probability": 0.292236328125}, {"start": 601.93, "end": 601.93, "word": " is", "probability": 0.86767578125}, {"start": 601.93, "end": 602.05, "word": " the", "probability": 0.74267578125}, {"start": 602.05, "end": 602.27, "word": " name,", "probability": 0.72021484375}, {"start": 602.61, "end": 602.83, "word": " for", "probability": 0.6689453125}, {"start": 602.83, "end": 603.01, "word": " example.", "probability": 0.890625}, {"start": 603.91, "end": 604.13, "word": " We", "probability": 0.7548828125}, {"start": 604.13, "end": 604.15, "word": " will", "probability": 0.1070556640625}, {"start": 604.15, "end": 604.35, "word": " bring", "probability": 0.450927734375}, {"start": 604.35, "end": 604.53, "word": " them", "probability": 0.50830078125}, {"start": 604.53, "end": 604.67, "word": " and", "probability": 0.303955078125}, {"start": 604.67, "end": 604.97, "word": " write", "probability": 0.5908203125}, {"start": 604.97, "end": 605.31, "word": " them", "probability": 0.6015625}, {"start": 605.31, "end": 605.33, "word": " down.", "probability": 0.37353515625}, {"start": 605.85, "end": 606.29, "word": " This", "probability": 0.6826171875}, {"start": 606.29, "end": 606.29, "word": " is", "probability": 0.888671875}, {"start": 606.29, "end": 606.39, "word": " the", "probability": 0.72802734375}, {"start": 606.39, "end": 606.51, "word": " third", "probability": 0.8095703125}, {"start": 606.51, "end": 606.81, "word": " line.", "probability": 0.80029296875}, {"start": 607.75, "end": 607.75, "word": " These", "probability": 0.1826171875}, {"start": 607.75, "end": 611.73, "word": " are", "probability": 0.75732421875}, {"start": 611.73, "end": 612.17, "word": " all", "probability": 0.70556640625}, {"start": 612.17, "end": 612.27, "word": " the", "probability": 0.4990234375}, {"start": 612.27, "end": 612.47, "word": " data.", "probability": 0.6953125}, {"start": 613.03, "end": 613.47, "word": " What", "probability": 0.1715087890625}, {"start": 613.47, "end": 613.61, "word": " you", "probability": 0.2432861328125}, {"start": 613.61, "end": 613.61, "word": " are", "probability": 0.494384765625}, {"start": 613.61, "end": 613.83, "word": " supposed", "probability": 0.84912109375}, {"start": 613.83, "end": 614.47, "word": " to", "probability": 0.9658203125}, {"start": 614.47, "end": 614.83, "word": " do", "probability": 0.95703125}, {"start": 614.83, "end": 615.11, "word": " in", "probability": 0.64306640625}, {"start": 615.11, "end": 615.25, "word": " this", "probability": 0.693359375}, {"start": 615.25, "end": 615.61, "word": " activity", "probability": 0.94677734375}, {"start": 615.61, "end": 615.85, "word": " is", "probability": 0.787109375}, {"start": 615.85, "end": 616.11, "word": " text", "probability": 0.2330322265625}, {"start": 616.11, "end": 616.51, "word": " view", "probability": 0.7939453125}, {"start": 616.51, "end": 617.01, "word": " and", "probability": 0.5830078125}, {"start": 617.01, "end": 617.39, "word": " display", "probability": 0.62158203125}, {"start": 617.39, "end": 617.79, "word": " the", "probability": 0.6142578125}, {"start": 617.79, "end": 618.01, "word": " data.", "probability": 0.87939453125}, {"start": 618.15, "end": 618.27, "word": " But", "probability": 0.740234375}, {"start": 618.27, "end": 618.41, "word": " for", "probability": 0.16748046875}, {"start": 618.41, "end": 618.65, "word": " speed,", "probability": 0.442626953125}, {"start": 618.77, "end": 619.01, "word": " what", "probability": 0.490966796875}, {"start": 619.01, "end": 619.11, "word": " do", "probability": 0.3330078125}, {"start": 619.11, "end": 619.17, "word": " we", "probability": 0.8955078125}, {"start": 619.17, "end": 619.37, "word": " do?", "probability": 0.80224609375}], "temperature": 1.0}, {"id": 28, "seek": 63977, "start": 634.77, "end": 639.77, "text": " It is clear that I only sent the ID and collected all the data from the activity", "tokens": [467, 307, 1850, 300, 286, 787, 2279, 264, 7348, 293, 11087, 439, 264, 1412, 490, 264, 5191], "avg_logprob": -0.6597222321563296, "compression_ratio": 1.1095890410958904, "no_speech_prob": 0.0, "words": [{"start": 634.77, "end": 635.05, "word": " It", "probability": 0.2548828125}, {"start": 635.05, "end": 635.29, "word": " is", "probability": 0.461181640625}, {"start": 635.29, "end": 635.29, "word": " clear", "probability": 0.720703125}, {"start": 635.29, "end": 635.65, "word": " that", "probability": 0.40185546875}, {"start": 635.65, "end": 636.13, "word": " I", "probability": 0.8115234375}, {"start": 636.13, "end": 636.19, "word": " only", "probability": 0.2318115234375}, {"start": 636.19, "end": 636.51, "word": " sent", "probability": 0.5859375}, {"start": 636.51, "end": 636.65, "word": " the", "probability": 0.669921875}, {"start": 636.65, "end": 636.91, "word": " ID", "probability": 0.52099609375}, {"start": 636.91, "end": 637.53, "word": " and", "probability": 0.447265625}, {"start": 637.53, "end": 637.73, "word": " collected", "probability": 0.2359619140625}, {"start": 637.73, "end": 638.03, "word": " all", "probability": 0.5}, {"start": 638.03, "end": 638.13, "word": " the", "probability": 0.5146484375}, {"start": 638.13, "end": 638.37, "word": " data", "probability": 0.759765625}, {"start": 638.37, "end": 638.75, "word": " from", "probability": 0.82275390625}, {"start": 638.75, "end": 639.45, "word": " the", "probability": 0.6923828125}, {"start": 639.45, "end": 639.77, "word": " activity", "probability": 0.76904296875}], "temperature": 1.0}, {"id": 29, "seek": 70004, "start": 688.46, "end": 700.04, "text": " Because it shows all. Because when you click on anyone. Yes, I have a button here, not a function of focus. Wait a minute. Who remembers this function of focus?", "tokens": [1436, 309, 3110, 439, 13, 1436, 562, 291, 2052, 322, 2878, 13, 1079, 11, 286, 362, 257, 2960, 510, 11, 406, 257, 2445, 295, 1879, 13, 3802, 257, 3456, 13, 2102, 26228, 341, 2445, 295, 1879, 30], "avg_logprob": -0.6418585636113819, "compression_ratio": 1.3416666666666666, "no_speech_prob": 2.4437904357910156e-06, "words": [{"start": 688.46, "end": 688.82, "word": " Because", "probability": 0.1121826171875}, {"start": 688.82, "end": 689.0, "word": " it", "probability": 0.43115234375}, {"start": 689.0, "end": 689.18, "word": " shows", "probability": 0.385009765625}, {"start": 689.18, "end": 689.52, "word": " all.", "probability": 0.8369140625}, {"start": 692.02, "end": 692.32, "word": " Because", "probability": 0.63232421875}, {"start": 692.32, "end": 692.42, "word": " when", "probability": 0.744140625}, {"start": 692.42, "end": 692.56, "word": " you", "probability": 0.927734375}, {"start": 692.56, "end": 692.72, "word": " click", "probability": 0.384033203125}, {"start": 692.72, "end": 692.9, "word": " on", "probability": 0.830078125}, {"start": 692.9, "end": 693.32, "word": " anyone.", "probability": 0.5673828125}, {"start": 694.2, "end": 694.52, "word": " Yes,", "probability": 0.54248046875}, {"start": 694.58, "end": 694.7, "word": " I", "probability": 0.892578125}, {"start": 694.7, "end": 694.86, "word": " have", "probability": 0.90380859375}, {"start": 694.86, "end": 694.96, "word": " a", "probability": 0.74267578125}, {"start": 694.96, "end": 695.12, "word": " button", "probability": 0.75927734375}, {"start": 695.12, "end": 695.34, "word": " here,", "probability": 0.81298828125}, {"start": 695.44, "end": 695.54, "word": " not", "probability": 0.70849609375}, {"start": 695.54, "end": 695.64, "word": " a", "probability": 0.51025390625}, {"start": 695.64, "end": 695.78, "word": " function", "probability": 0.1177978515625}, {"start": 695.78, "end": 695.96, "word": " of", "probability": 0.271240234375}, {"start": 695.96, "end": 696.54, "word": " focus.", "probability": 0.466552734375}, {"start": 697.46, "end": 697.82, "word": " Wait", "probability": 0.3017578125}, {"start": 697.82, "end": 698.0, "word": " a", "probability": 0.93212890625}, {"start": 698.0, "end": 698.0, "word": " minute.", "probability": 0.5849609375}, {"start": 698.5, "end": 698.86, "word": " Who", "probability": 0.77001953125}, {"start": 698.86, "end": 699.22, "word": " remembers", "probability": 0.46875}, {"start": 699.22, "end": 699.44, "word": " this", "probability": 0.280029296875}, {"start": 699.44, "end": 699.48, "word": " function", "probability": 0.38720703125}, {"start": 699.48, "end": 699.56, "word": " of", "probability": 0.82177734375}, {"start": 699.56, "end": 700.04, "word": " focus?", "probability": 0.90966796875}], "temperature": 1.0}, {"id": 30, "seek": 73628, "start": 714.76, "end": 736.28, "text": " Let me remember it. How? In the main activity, screen. Yes, touch screen blocks focus. And what about the coverage? We put it under the item as well.", "tokens": [961, 385, 1604, 309, 13, 1012, 30, 682, 264, 2135, 5191, 11, 2568, 13, 1079, 11, 2557, 2568, 8474, 1879, 13, 400, 437, 466, 264, 9645, 30, 492, 829, 309, 833, 264, 3174, 382, 731, 13], "avg_logprob": -0.5857263642388422, "compression_ratio": 1.2195121951219512, "no_speech_prob": 0.0, "words": [{"start": 714.76, "end": 715.38, "word": " Let", "probability": 0.2071533203125}, {"start": 715.38, "end": 715.5, "word": " me", "probability": 0.51025390625}, {"start": 715.5, "end": 715.88, "word": " remember", "probability": 0.22021484375}, {"start": 715.88, "end": 716.06, "word": " it.", "probability": 0.490234375}, {"start": 720.26, "end": 720.88, "word": " How?", "probability": 0.220458984375}, {"start": 721.96, "end": 722.58, "word": " In", "probability": 0.7822265625}, {"start": 722.58, "end": 722.66, "word": " the", "probability": 0.86669921875}, {"start": 722.66, "end": 722.66, "word": " main", "probability": 0.70458984375}, {"start": 722.66, "end": 723.44, "word": " activity,", "probability": 0.8984375}, {"start": 723.94, "end": 724.46, "word": " screen.", "probability": 0.68408203125}, {"start": 726.64, "end": 727.26, "word": " Yes,", "probability": 0.273193359375}, {"start": 727.42, "end": 727.62, "word": " touch", "probability": 0.6142578125}, {"start": 727.62, "end": 727.94, "word": " screen", "probability": 0.464599609375}, {"start": 727.94, "end": 728.26, "word": " blocks", "probability": 0.7587890625}, {"start": 728.26, "end": 728.84, "word": " focus.", "probability": 0.91015625}, {"start": 732.36, "end": 732.48, "word": " And", "probability": 0.5654296875}, {"start": 732.48, "end": 732.7, "word": " what", "probability": 0.27392578125}, {"start": 732.7, "end": 732.76, "word": " about", "probability": 0.22900390625}, {"start": 732.76, "end": 732.76, "word": " the", "probability": 0.40185546875}, {"start": 732.76, "end": 732.96, "word": " coverage?", "probability": 0.2099609375}, {"start": 734.46, "end": 735.08, "word": " We", "probability": 0.568359375}, {"start": 735.08, "end": 735.24, "word": " put", "probability": 0.260498046875}, {"start": 735.24, "end": 735.32, "word": " it", "probability": 0.8642578125}, {"start": 735.32, "end": 735.46, "word": " under", "probability": 0.44873046875}, {"start": 735.46, "end": 735.7, "word": " the", "probability": 0.5234375}, {"start": 735.7, "end": 736.0, "word": " item", "probability": 0.93994140625}, {"start": 736.0, "end": 736.24, "word": " as", "probability": 0.4052734375}, {"start": 736.24, "end": 736.28, "word": " well.", "probability": 0.947265625}], "temperature": 1.0}, {"id": 31, "seek": 76375, "start": 762.35, "end": 763.75, "text": " It's like a job.", "tokens": [467, 311, 411, 257, 1691, 13], "avg_logprob": -1.5279018197740828, "compression_ratio": 0.68, "no_speech_prob": 2.4259090423583984e-05, "words": [{"start": 762.35, "end": 763.75, "word": " It's", "probability": 0.3441619873046875}, {"start": 763.75, "end": 763.75, "word": " like", "probability": 0.07598876953125}, {"start": 763.75, "end": 763.75, "word": " a", "probability": 0.55078125}, {"start": 763.75, "end": 763.75, "word": " job.", "probability": 0.172119140625}], "temperature": 1.0}, {"id": 32, "seek": 76990, "start": 769.4, "end": 769.9, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.1751302083333333, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0208587646484375, "words": [{"start": 769.4, "end": 769.62, "word": " Thank", "probability": 0.0120697021484375}, {"start": 769.62, "end": 769.62, "word": " you", "probability": 0.921875}, {"start": 769.62, "end": 769.62, "word": " very", "probability": 0.073486328125}, {"start": 769.62, "end": 769.9, "word": " much.", "probability": 0.927734375}], "temperature": 1.0}, {"id": 33, "seek": 79025, "start": 780.39, "end": 790.25, "text": " Okay. Yeah. Yeah.", "tokens": [1033, 13, 865, 13, 865, 13], "avg_logprob": -1.164062465940203, "compression_ratio": 0.9, "no_speech_prob": 0.0004754066467285156, "words": [{"start": 780.3900000000001, "end": 781.7900000000001, "word": " Okay.", "probability": 0.047637939453125}, {"start": 781.7900000000001, "end": 783.19, "word": " Yeah.", "probability": 0.251220703125}, {"start": 788.85, "end": 790.25, "word": " Yeah.", "probability": 0.363037109375}], "temperature": 1.0}, {"id": 34, "seek": 81275, "start": 810.49, "end": 812.75, "text": " I don't know. I don't understand.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 1223, 13], "avg_logprob": -0.5909090692346747, "compression_ratio": 0.9714285714285714, "no_speech_prob": 0.0, "words": [{"start": 810.49, "end": 810.73, "word": " I", "probability": 0.326904296875}, {"start": 810.73, "end": 810.83, "word": " don't", "probability": 0.775390625}, {"start": 810.83, "end": 811.05, "word": " know.", "probability": 0.65234375}, {"start": 812.07, "end": 812.53, "word": " I", "probability": 0.3212890625}, {"start": 812.53, "end": 812.55, "word": " don't", "probability": 0.812744140625}, {"start": 812.55, "end": 812.75, "word": " understand.", "probability": 0.1676025390625}], "temperature": 1.0}, {"id": 35, "seek": 84627, "start": 844.07, "end": 846.27, "text": " La ilaha illallah.", "tokens": [2369, 1930, 4408, 3171, 13492, 13], "avg_logprob": -0.6517857313156128, "compression_ratio": 0.8260869565217391, "no_speech_prob": 1.1742115020751953e-05, "words": [{"start": 844.07, "end": 845.47, "word": " La", "probability": 0.108642578125}, {"start": 845.47, "end": 845.87, "word": " ilaha", "probability": 0.8447265625}, {"start": 845.87, "end": 846.27, "word": " illallah.", "probability": 0.6492919921875}], "temperature": 1.0}, {"id": 36, "seek": 88255, "start": 868.17, "end": 882.55, "text": " Ok guys, if someone doesn't work, stay with me to earn time. I have an activity called Show All. We know that it has a list view, right? Today, we will see how to create a filter for the existing data.", "tokens": [3477, 1074, 11, 498, 1580, 1177, 380, 589, 11, 1754, 365, 385, 281, 6012, 565, 13, 286, 362, 364, 5191, 1219, 6895, 1057, 13, 492, 458, 300, 309, 575, 257, 1329, 1910, 11, 558, 30, 2692, 11, 321, 486, 536, 577, 281, 1884, 257, 6608, 337, 264, 6741, 1412, 13], "avg_logprob": -0.4770220494737812, "compression_ratio": 1.3202614379084967, "no_speech_prob": 0.0, "words": [{"start": 868.17, "end": 868.43, "word": " Ok", "probability": 0.2071533203125}, {"start": 868.43, "end": 868.65, "word": " guys,", "probability": 0.4833984375}, {"start": 868.73, "end": 868.81, "word": " if", "probability": 0.61474609375}, {"start": 868.81, "end": 868.95, "word": " someone", "probability": 0.53466796875}, {"start": 868.95, "end": 869.03, "word": " doesn't", "probability": 0.6943359375}, {"start": 869.03, "end": 869.37, "word": " work,", "probability": 0.5595703125}, {"start": 869.57, "end": 869.81, "word": " stay", "probability": 0.1060791015625}, {"start": 869.81, "end": 869.97, "word": " with", "probability": 0.80908203125}, {"start": 869.97, "end": 870.75, "word": " me", "probability": 0.9443359375}, {"start": 870.75, "end": 871.53, "word": " to", "probability": 0.51025390625}, {"start": 871.53, "end": 871.75, "word": " earn", "probability": 0.36865234375}, {"start": 871.75, "end": 872.05, "word": " time.", "probability": 0.74951171875}, {"start": 872.87, "end": 873.09, "word": " I", "probability": 0.6484375}, {"start": 873.09, "end": 873.29, "word": " have", "probability": 0.869140625}, {"start": 873.29, "end": 873.93, "word": " an", "probability": 0.31494140625}, {"start": 873.93, "end": 874.39, "word": " activity", "probability": 0.94921875}, {"start": 874.39, "end": 875.11, "word": " called", "probability": 0.27685546875}, {"start": 875.11, "end": 876.25, "word": " Show", "probability": 0.5029296875}, {"start": 876.25, "end": 876.55, "word": " All.", "probability": 0.716796875}, {"start": 877.11, "end": 877.41, "word": " We", "probability": 0.74609375}, {"start": 877.41, "end": 877.67, "word": " know", "probability": 0.74072265625}, {"start": 877.67, "end": 877.83, "word": " that", "probability": 0.4814453125}, {"start": 877.83, "end": 877.95, "word": " it", "probability": 0.70263671875}, {"start": 877.95, "end": 877.99, "word": " has", "probability": 0.6904296875}, {"start": 877.99, "end": 878.11, "word": " a", "probability": 0.7080078125}, {"start": 878.11, "end": 878.21, "word": " list", "probability": 0.64794921875}, {"start": 878.21, "end": 878.49, "word": " view,", "probability": 0.7216796875}, {"start": 878.63, "end": 878.87, "word": " right?", "probability": 0.8330078125}, {"start": 879.57, "end": 879.89, "word": " Today,", "probability": 0.69384765625}, {"start": 879.95, "end": 880.51, "word": " we", "probability": 0.6513671875}, {"start": 880.51, "end": 880.59, "word": " will", "probability": 0.42626953125}, {"start": 880.59, "end": 880.77, "word": " see", "probability": 0.73095703125}, {"start": 880.77, "end": 880.95, "word": " how", "probability": 0.9287109375}, {"start": 880.95, "end": 881.11, "word": " to", "probability": 0.88623046875}, {"start": 881.11, "end": 881.25, "word": " create", "probability": 0.541015625}, {"start": 881.25, "end": 881.37, "word": " a", "probability": 0.908203125}, {"start": 881.37, "end": 881.69, "word": " filter", "probability": 0.94873046875}, {"start": 881.69, "end": 882.17, "word": " for", "probability": 0.76904296875}, {"start": 882.17, "end": 882.27, "word": " the", "probability": 0.490966796875}, {"start": 882.27, "end": 882.27, "word": " existing", "probability": 0.61376953125}, {"start": 882.27, "end": 882.55, "word": " data.", "probability": 0.78662109375}], "temperature": 1.0}, {"id": 37, "seek": 89900, "start": 886.34, "end": 899.0, "text": " Yes, it will bring me the filter. When I click on any element, for example Omar, it will open a new activity for me and it will print data for me in TOS. This means that it brought data from the new activity.", "tokens": [1079, 11, 309, 486, 1565, 385, 264, 6608, 13, 1133, 286, 2052, 322, 604, 4478, 11, 337, 1365, 33784, 11, 309, 486, 1269, 257, 777, 5191, 337, 385, 293, 309, 486, 4482, 1412, 337, 385, 294, 314, 4367, 13, 639, 1355, 300, 309, 3038, 1412, 490, 264, 777, 5191, 13], "avg_logprob": -0.5928308940401265, "compression_ratio": 1.471830985915493, "no_speech_prob": 0.0, "words": [{"start": 886.34, "end": 886.72, "word": " Yes,", "probability": 0.124267578125}, {"start": 887.14, "end": 887.3, "word": " it", "probability": 0.38818359375}, {"start": 887.3, "end": 887.34, "word": " will", "probability": 0.403564453125}, {"start": 887.34, "end": 887.5, "word": " bring", "probability": 0.412109375}, {"start": 887.5, "end": 887.62, "word": " me", "probability": 0.1826171875}, {"start": 887.62, "end": 887.68, "word": " the", "probability": 0.77001953125}, {"start": 887.68, "end": 888.06, "word": " filter.", "probability": 0.8837890625}, {"start": 888.78, "end": 889.16, "word": " When", "probability": 0.302490234375}, {"start": 889.16, "end": 890.64, "word": " I", "probability": 0.8505859375}, {"start": 890.64, "end": 890.86, "word": " click", "probability": 0.244140625}, {"start": 890.86, "end": 890.96, "word": " on", "probability": 0.84033203125}, {"start": 890.96, "end": 891.14, "word": " any", "probability": 0.69970703125}, {"start": 891.14, "end": 891.5, "word": " element,", "probability": 0.60693359375}, {"start": 891.6, "end": 891.92, "word": " for", "probability": 0.4189453125}, {"start": 891.92, "end": 892.22, "word": " example", "probability": 0.908203125}, {"start": 892.22, "end": 892.22, "word": " Omar,", "probability": 0.31005859375}, {"start": 892.24, "end": 892.34, "word": " it", "probability": 0.7763671875}, {"start": 892.34, "end": 892.42, "word": " will", "probability": 0.7451171875}, {"start": 892.42, "end": 892.62, "word": " open", "probability": 0.67919921875}, {"start": 892.62, "end": 892.76, "word": " a", "probability": 0.5166015625}, {"start": 892.76, "end": 892.8, "word": " new", "probability": 0.91064453125}, {"start": 892.8, "end": 893.16, "word": " activity", "probability": 0.91845703125}, {"start": 893.16, "end": 893.64, "word": " for", "probability": 0.2117919921875}, {"start": 893.64, "end": 893.64, "word": " me", "probability": 0.95654296875}, {"start": 893.64, "end": 893.78, "word": " and", "probability": 0.67919921875}, {"start": 893.78, "end": 893.84, "word": " it", "probability": 0.2314453125}, {"start": 893.84, "end": 893.96, "word": " will", "probability": 0.767578125}, {"start": 893.96, "end": 894.14, "word": " print", "probability": 0.7841796875}, {"start": 894.14, "end": 894.56, "word": " data", "probability": 0.438720703125}, {"start": 894.56, "end": 894.74, "word": " for", "probability": 0.258056640625}, {"start": 894.74, "end": 895.64, "word": " me", "probability": 0.95751953125}, {"start": 895.64, "end": 895.78, "word": " in", "probability": 0.483154296875}, {"start": 895.78, "end": 896.2, "word": " TOS.", "probability": 0.4114990234375}, {"start": 896.28, "end": 896.42, "word": " This", "probability": 0.46826171875}, {"start": 896.42, "end": 896.7, "word": " means", "probability": 0.87353515625}, {"start": 896.7, "end": 897.32, "word": " that", "probability": 0.73486328125}, {"start": 897.32, "end": 897.56, "word": " it", "probability": 0.73486328125}, {"start": 897.56, "end": 897.76, "word": " brought", "probability": 0.373779296875}, {"start": 897.76, "end": 898.14, "word": " data", "probability": 0.50146484375}, {"start": 898.14, "end": 898.44, "word": " from", "probability": 0.830078125}, {"start": 898.44, "end": 898.62, "word": " the", "probability": 0.7548828125}, {"start": 898.62, "end": 898.62, "word": " new", "probability": 0.8974609375}, {"start": 898.62, "end": 899.0, "word": " activity.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 38, "seek": 92548, "start": 899.9, "end": 925.48, "text": " Okay, what we want to do in the database, this is not necessary, you don't always have to explain things to the gate, but sometimes you have to filter the data in the database, you have to search, for example. You can put text fields, edit text above or below to start writing in the text, and based on what you write, it filters the existing data in the list view. The goal is to do it now on the list view that we are working on.", "tokens": [1033, 11, 437, 321, 528, 281, 360, 294, 264, 8149, 11, 341, 307, 406, 4818, 11, 291, 500, 380, 1009, 362, 281, 2903, 721, 281, 264, 8539, 11, 457, 2171, 291, 362, 281, 6608, 264, 1412, 294, 264, 8149, 11, 291, 362, 281, 3164, 11, 337, 1365, 13, 509, 393, 829, 2487, 7909, 11, 8129, 2487, 3673, 420, 2507, 281, 722, 3579, 294, 264, 2487, 11, 293, 2361, 322, 437, 291, 2464, 11, 309, 15995, 264, 6741, 1412, 294, 264, 1329, 1910, 13, 440, 3387, 307, 281, 360, 309, 586, 322, 264, 1329, 1910, 300, 321, 366, 1364, 322, 13], "avg_logprob": -0.4517326850702267, "compression_ratio": 1.815126050420168, "no_speech_prob": 0.0, "words": [{"start": 899.9000000000001, "end": 900.34, "word": " Okay,", "probability": 0.15283203125}, {"start": 900.56, "end": 900.94, "word": " what", "probability": 0.200927734375}, {"start": 900.94, "end": 901.0, "word": " we", "probability": 0.76220703125}, {"start": 901.0, "end": 901.1, "word": " want", "probability": 0.4521484375}, {"start": 901.1, "end": 901.16, "word": " to", "probability": 0.970703125}, {"start": 901.16, "end": 901.44, "word": " do", "probability": 0.95068359375}, {"start": 901.44, "end": 901.96, "word": " in", "probability": 0.6826171875}, {"start": 901.96, "end": 902.08, "word": " the", "probability": 0.6630859375}, {"start": 902.08, "end": 902.36, "word": " database,", "probability": 0.91796875}, {"start": 902.48, "end": 902.62, "word": " this", "probability": 0.306640625}, {"start": 902.62, "end": 902.64, "word": " is", "probability": 0.317626953125}, {"start": 902.64, "end": 902.72, "word": " not", "probability": 0.8779296875}, {"start": 902.72, "end": 903.06, "word": " necessary,", "probability": 0.2154541015625}, {"start": 903.2, "end": 903.38, "word": " you", "probability": 0.2109375}, {"start": 903.38, "end": 903.42, "word": " don't", "probability": 0.843994140625}, {"start": 903.42, "end": 903.6, "word": " always", "probability": 0.53466796875}, {"start": 903.6, "end": 903.82, "word": " have", "probability": 0.578125}, {"start": 903.82, "end": 903.82, "word": " to", "probability": 0.970703125}, {"start": 903.82, "end": 904.64, "word": " explain", "probability": 0.4296875}, {"start": 904.64, "end": 904.64, "word": " things", "probability": 0.1822509765625}, {"start": 904.64, "end": 904.84, "word": " to", "probability": 0.291015625}, {"start": 904.84, "end": 904.88, "word": " the", "probability": 0.430419921875}, {"start": 904.88, "end": 905.1, "word": " gate,", "probability": 0.509765625}, {"start": 905.74, "end": 906.3, "word": " but", "probability": 0.8017578125}, {"start": 906.3, "end": 906.62, "word": " sometimes", "probability": 0.8818359375}, {"start": 906.62, "end": 906.84, "word": " you", "probability": 0.89599609375}, {"start": 906.84, "end": 906.94, "word": " have", "probability": 0.50830078125}, {"start": 906.94, "end": 907.06, "word": " to", "probability": 0.9677734375}, {"start": 907.06, "end": 907.76, "word": " filter", "probability": 0.479736328125}, {"start": 907.76, "end": 907.96, "word": " the", "probability": 0.732421875}, {"start": 907.96, "end": 908.18, "word": " data", "probability": 0.57568359375}, {"start": 908.18, "end": 908.4, "word": " in", "probability": 0.85205078125}, {"start": 908.4, "end": 908.5, "word": " the", "probability": 0.88623046875}, {"start": 908.5, "end": 908.86, "word": " database,", "probability": 0.94921875}, {"start": 909.12, "end": 909.14, "word": " you", "probability": 0.482177734375}, {"start": 909.14, "end": 909.32, "word": " have", "probability": 0.5283203125}, {"start": 909.32, "end": 909.32, "word": " to", "probability": 0.96533203125}, {"start": 909.32, "end": 909.92, "word": " search,", "probability": 0.61572265625}, {"start": 910.06, "end": 910.2, "word": " for", "probability": 0.90087890625}, {"start": 910.2, "end": 910.3, "word": " example.", "probability": 0.9228515625}, {"start": 911.32, "end": 911.76, "word": " You", "probability": 0.9462890625}, {"start": 911.76, "end": 911.98, "word": " can", "probability": 0.9072265625}, {"start": 911.98, "end": 912.34, "word": " put", "probability": 0.5390625}, {"start": 912.34, "end": 912.96, "word": " text", "probability": 0.6787109375}, {"start": 912.96, "end": 913.32, "word": " fields,", "probability": 0.77001953125}, {"start": 914.12, "end": 914.32, "word": " edit", "probability": 0.6572265625}, {"start": 914.32, "end": 914.74, "word": " text", "probability": 0.8994140625}, {"start": 914.74, "end": 915.08, "word": " above", "probability": 0.466796875}, {"start": 915.08, "end": 915.26, "word": " or", "probability": 0.9375}, {"start": 915.26, "end": 915.64, "word": " below", "probability": 0.8642578125}, {"start": 915.64, "end": 916.14, "word": " to", "probability": 0.193603515625}, {"start": 916.14, "end": 916.5, "word": " start", "probability": 0.58203125}, {"start": 916.5, "end": 916.76, "word": " writing", "probability": 0.72998046875}, {"start": 916.76, "end": 916.96, "word": " in", "probability": 0.62255859375}, {"start": 916.96, "end": 917.0, "word": " the", "probability": 0.6044921875}, {"start": 917.0, "end": 917.22, "word": " text,", "probability": 0.96240234375}, {"start": 917.32, "end": 917.4, "word": " and", "probability": 0.73291015625}, {"start": 917.4, "end": 917.58, "word": " based", "probability": 0.488037109375}, {"start": 917.58, "end": 917.72, "word": " on", "probability": 0.95166015625}, {"start": 917.72, "end": 917.9, "word": " what", "probability": 0.9150390625}, {"start": 917.9, "end": 918.06, "word": " you", "probability": 0.947265625}, {"start": 918.06, "end": 918.34, "word": " write,", "probability": 0.86572265625}, {"start": 918.88, "end": 919.4, "word": " it", "probability": 0.654296875}, {"start": 919.4, "end": 919.82, "word": " filters", "probability": 0.8232421875}, {"start": 919.82, "end": 920.02, "word": " the", "probability": 0.88916015625}, {"start": 920.02, "end": 920.74, "word": " existing", "probability": 0.325439453125}, {"start": 920.74, "end": 920.74, "word": " data", "probability": 0.86376953125}, {"start": 920.74, "end": 921.5, "word": " in", "probability": 0.8984375}, {"start": 921.5, "end": 921.6, "word": " the", "probability": 0.8935546875}, {"start": 921.6, "end": 921.76, "word": " list", "probability": 0.67041015625}, {"start": 921.76, "end": 921.98, "word": " view.", "probability": 0.7412109375}, {"start": 922.64, "end": 922.9, "word": " The", "probability": 0.263671875}, {"start": 922.9, "end": 922.96, "word": " goal", "probability": 0.6767578125}, {"start": 922.96, "end": 923.12, "word": " is", "probability": 0.8623046875}, {"start": 923.12, "end": 923.18, "word": " to", "probability": 0.86962890625}, {"start": 923.18, "end": 923.36, "word": " do", "probability": 0.8056640625}, {"start": 923.36, "end": 923.48, "word": " it", "probability": 0.475830078125}, {"start": 923.48, "end": 923.7, "word": " now", "probability": 0.82958984375}, {"start": 923.7, "end": 923.82, "word": " on", "probability": 0.716796875}, {"start": 923.82, "end": 923.9, "word": " the", "probability": 0.90283203125}, {"start": 923.9, "end": 924.06, "word": " list", "probability": 0.8681640625}, {"start": 924.06, "end": 924.36, "word": " view", "probability": 0.85498046875}, {"start": 924.36, "end": 924.68, "word": " that", "probability": 0.61181640625}, {"start": 924.68, "end": 924.98, "word": " we", "probability": 0.9580078125}, {"start": 924.98, "end": 925.06, "word": " are", "probability": 0.68017578125}, {"start": 925.06, "end": 925.22, "word": " working", "probability": 0.82177734375}, {"start": 925.22, "end": 925.48, "word": " on.", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 39, "seek": 95139, "start": 926.57, "end": 951.39, "text": " What did it do to earn time? It put the text above the list view To do this, you go back to show all activity and go to the adapter We brought the adapter here, right? When you come to the adapter, you say set filter query provider", "tokens": [708, 630, 309, 360, 281, 6012, 565, 30, 467, 829, 264, 2487, 3673, 264, 1329, 1910, 1407, 360, 341, 11, 291, 352, 646, 281, 855, 439, 5191, 293, 352, 281, 264, 22860, 492, 3038, 264, 22860, 510, 11, 558, 30, 1133, 291, 808, 281, 264, 22860, 11, 291, 584, 992, 6608, 14581, 12398], "avg_logprob": -0.5853587951925066, "compression_ratio": 1.5263157894736843, "no_speech_prob": 0.0, "words": [{"start": 926.57, "end": 926.85, "word": " What", "probability": 0.283203125}, {"start": 926.85, "end": 927.07, "word": " did", "probability": 0.64990234375}, {"start": 927.07, "end": 927.25, "word": " it", "probability": 0.5517578125}, {"start": 927.25, "end": 927.25, "word": " do", "probability": 0.9189453125}, {"start": 927.25, "end": 927.43, "word": " to", "probability": 0.465576171875}, {"start": 927.43, "end": 927.69, "word": " earn", "probability": 0.466552734375}, {"start": 927.69, "end": 927.99, "word": " time?", "probability": 0.5595703125}, {"start": 928.07, "end": 928.11, "word": " It", "probability": 0.64599609375}, {"start": 928.11, "end": 928.37, "word": " put", "probability": 0.492431640625}, {"start": 928.37, "end": 928.81, "word": " the", "probability": 0.1817626953125}, {"start": 928.81, "end": 929.19, "word": " text", "probability": 0.783203125}, {"start": 929.19, "end": 930.49, "word": " above", "probability": 0.4560546875}, {"start": 930.49, "end": 930.67, "word": " the", "probability": 0.4892578125}, {"start": 930.67, "end": 932.23, "word": " list", "probability": 0.329833984375}, {"start": 932.23, "end": 932.63, "word": " view", "probability": 0.5166015625}, {"start": 932.63, "end": 933.17, "word": " To", "probability": 0.1671142578125}, {"start": 933.17, "end": 934.47, "word": " do", "probability": 0.7958984375}, {"start": 934.47, "end": 935.11, "word": " this,", "probability": 0.8193359375}, {"start": 935.11, "end": 935.49, "word": " you", "probability": 0.4267578125}, {"start": 935.49, "end": 935.65, "word": " go", "probability": 0.52392578125}, {"start": 935.65, "end": 935.83, "word": " back", "probability": 0.356689453125}, {"start": 935.83, "end": 935.91, "word": " to", "probability": 0.95654296875}, {"start": 935.91, "end": 936.33, "word": " show", "probability": 0.379638671875}, {"start": 936.33, "end": 936.57, "word": " all", "probability": 0.8935546875}, {"start": 936.57, "end": 938.55, "word": " activity", "probability": 0.6337890625}, {"start": 938.55, "end": 939.51, "word": " and", "probability": 0.357177734375}, {"start": 939.51, "end": 939.75, "word": " go", "probability": 0.2342529296875}, {"start": 939.75, "end": 940.01, "word": " to", "probability": 0.93603515625}, {"start": 940.01, "end": 940.97, "word": " the", "probability": 0.3662109375}, {"start": 940.97, "end": 941.33, "word": " adapter", "probability": 0.802734375}, {"start": 941.33, "end": 942.95, "word": " We", "probability": 0.369140625}, {"start": 942.95, "end": 943.95, "word": " brought", "probability": 0.422607421875}, {"start": 943.95, "end": 944.13, "word": " the", "probability": 0.7802734375}, {"start": 944.13, "end": 944.45, "word": " adapter", "probability": 0.87060546875}, {"start": 944.45, "end": 944.49, "word": " here,", "probability": 0.388427734375}, {"start": 944.49, "end": 944.75, "word": " right?", "probability": 0.74755859375}, {"start": 945.79, "end": 946.07, "word": " When", "probability": 0.4619140625}, {"start": 946.07, "end": 946.19, "word": " you", "probability": 0.95068359375}, {"start": 946.19, "end": 946.29, "word": " come", "probability": 0.406005859375}, {"start": 946.29, "end": 946.37, "word": " to", "probability": 0.94775390625}, {"start": 946.37, "end": 946.47, "word": " the", "probability": 0.7509765625}, {"start": 946.47, "end": 946.83, "word": " adapter,", "probability": 0.8779296875}, {"start": 948.83, "end": 948.87, "word": " you", "probability": 0.62939453125}, {"start": 948.87, "end": 949.19, "word": " say", "probability": 0.413818359375}, {"start": 949.19, "end": 949.85, "word": " set", "probability": 0.75}, {"start": 949.85, "end": 950.39, "word": " filter", "probability": 0.81982421875}, {"start": 950.39, "end": 950.87, "word": " query", "probability": 0.89111328125}, {"start": 950.87, "end": 951.39, "word": " provider", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 40, "seek": 96643, "start": 955.61, "end": 966.43, "text": " Filter Query Provider. Filter Query Provider determines how data is filtered by the adapter. In the end, it is the adapter that deals with the cursor and the data, right?", "tokens": [39592, 2326, 2109, 15685, 1438, 13, 39592, 2326, 2109, 15685, 1438, 24799, 577, 1412, 307, 37111, 538, 264, 22860, 13, 682, 264, 917, 11, 309, 307, 264, 22860, 300, 11215, 365, 264, 28169, 293, 264, 1412, 11, 558, 30], "avg_logprob": -0.49101563841104506, "compression_ratio": 1.4491525423728813, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 955.61, "end": 956.01, "word": " Filter", "probability": 0.81005859375}, {"start": 956.01, "end": 956.41, "word": " Query", "probability": 0.75439453125}, {"start": 956.41, "end": 957.43, "word": " Provider.", "probability": 0.950927734375}, {"start": 958.37, "end": 958.77, "word": " Filter", "probability": 0.276123046875}, {"start": 958.77, "end": 959.17, "word": " Query", "probability": 0.875732421875}, {"start": 959.17, "end": 959.71, "word": " Provider", "probability": 0.917236328125}, {"start": 959.71, "end": 960.39, "word": " determines", "probability": 0.35595703125}, {"start": 960.39, "end": 961.49, "word": " how", "probability": 0.6865234375}, {"start": 961.49, "end": 961.67, "word": " data", "probability": 0.1435546875}, {"start": 961.67, "end": 961.67, "word": " is", "probability": 0.3349609375}, {"start": 961.67, "end": 962.49, "word": " filtered", "probability": 0.8271484375}, {"start": 962.49, "end": 963.43, "word": " by", "probability": 0.458251953125}, {"start": 963.43, "end": 963.59, "word": " the", "probability": 0.51416015625}, {"start": 963.59, "end": 963.89, "word": " adapter.", "probability": 0.6904296875}, {"start": 963.95, "end": 964.05, "word": " In", "probability": 0.359619140625}, {"start": 964.05, "end": 964.21, "word": " the", "probability": 0.65869140625}, {"start": 964.21, "end": 964.23, "word": " end,", "probability": 0.9072265625}, {"start": 964.35, "end": 964.35, "word": " it", "probability": 0.58740234375}, {"start": 964.35, "end": 964.39, "word": " is", "probability": 0.693359375}, {"start": 964.39, "end": 964.53, "word": " the", "probability": 0.8212890625}, {"start": 964.53, "end": 964.77, "word": " adapter", "probability": 0.89990234375}, {"start": 964.77, "end": 964.93, "word": " that", "probability": 0.7236328125}, {"start": 964.93, "end": 965.13, "word": " deals", "probability": 0.481201171875}, {"start": 965.13, "end": 965.33, "word": " with", "probability": 0.88818359375}, {"start": 965.33, "end": 965.43, "word": " the", "probability": 0.53125}, {"start": 965.43, "end": 965.65, "word": " cursor", "probability": 0.80419921875}, {"start": 965.65, "end": 965.87, "word": " and", "probability": 0.6591796875}, {"start": 965.87, "end": 965.89, "word": " the", "probability": 0.49072265625}, {"start": 965.89, "end": 966.09, "word": " data,", "probability": 0.87060546875}, {"start": 966.19, "end": 966.43, "word": " right?", "probability": 0.7626953125}], "temperature": 1.0}, {"id": 41, "seek": 99500, "start": 967.78, "end": 995.0, "text": " So you say setFilterQueryProvider, what does it take as parameter? FilterQueryProvider. So between the brackets you say what? new FilterQueryProvider. Let's separate them to make it clear. Okay. The FilterQueryProvider has a method called runQuery. Actually, what is going to happen guys? The FilterQueryProvider is going to tell you to send me the data that you want to filter on its basis.", "tokens": [407, 291, 584, 992, 39933, 391, 35550, 12681, 85, 1438, 11, 437, 775, 309, 747, 382, 13075, 30, 39592, 35550, 12681, 85, 1438, 13, 407, 1296, 264, 26179, 291, 584, 437, 30, 777, 39592, 35550, 12681, 85, 1438, 13, 961, 311, 4994, 552, 281, 652, 309, 1850, 13, 1033, 13, 440, 39592, 35550, 12681, 85, 1438, 575, 257, 3170, 1219, 1190, 35550, 13, 5135, 11, 437, 307, 516, 281, 1051, 1074, 30, 440, 39592, 35550, 12681, 85, 1438, 307, 516, 281, 980, 291, 281, 2845, 385, 264, 1412, 300, 291, 528, 281, 6608, 322, 1080, 5143, 13], "avg_logprob": -0.454400505946607, "compression_ratio": 1.8232558139534885, "no_speech_prob": 0.0, "words": [{"start": 967.78, "end": 967.96, "word": " So", "probability": 0.182373046875}, {"start": 967.96, "end": 968.08, "word": " you", "probability": 0.4599609375}, {"start": 968.08, "end": 968.22, "word": " say", "probability": 0.1666259765625}, {"start": 968.22, "end": 969.34, "word": " setFilterQueryProvider,", "probability": 0.8277413504464286}, {"start": 969.4, "end": 969.54, "word": " what", "probability": 0.447509765625}, {"start": 969.54, "end": 969.68, "word": " does", "probability": 0.271484375}, {"start": 969.68, "end": 969.68, "word": " it", "probability": 0.65869140625}, {"start": 969.68, "end": 969.92, "word": " take", "probability": 0.587890625}, {"start": 969.92, "end": 970.16, "word": " as", "probability": 0.36083984375}, {"start": 970.16, "end": 970.54, "word": " parameter?", "probability": 0.685546875}, {"start": 971.88, "end": 972.36, "word": " FilterQueryProvider.", "probability": 0.7861328125}, {"start": 972.52, "end": 972.84, "word": " So", "probability": 0.5078125}, {"start": 972.84, "end": 973.26, "word": " between", "probability": 0.183349609375}, {"start": 973.26, "end": 973.36, "word": " the", "probability": 0.4345703125}, {"start": 973.36, "end": 973.54, "word": " brackets", "probability": 0.297607421875}, {"start": 973.54, "end": 973.72, "word": " you", "probability": 0.59423828125}, {"start": 973.72, "end": 973.9, "word": " say", "probability": 0.6494140625}, {"start": 973.9, "end": 974.28, "word": " what?", "probability": 0.357421875}, {"start": 974.32, "end": 974.7, "word": " new", "probability": 0.62939453125}, {"start": 974.7, "end": 977.5, "word": " FilterQueryProvider.", "probability": 0.9072265625}, {"start": 978.34, "end": 978.64, "word": " Let's", "probability": 0.6143798828125}, {"start": 978.64, "end": 978.86, "word": " separate", "probability": 0.5234375}, {"start": 978.86, "end": 979.02, "word": " them", "probability": 0.74169921875}, {"start": 979.02, "end": 979.14, "word": " to", "probability": 0.39892578125}, {"start": 979.14, "end": 979.32, "word": " make", "probability": 0.60986328125}, {"start": 979.32, "end": 979.82, "word": " it", "probability": 0.80419921875}, {"start": 979.82, "end": 980.08, "word": " clear.", "probability": 0.381103515625}, {"start": 981.22, "end": 981.58, "word": " Okay.", "probability": 0.1988525390625}, {"start": 982.16, "end": 982.46, "word": " The", "probability": 0.6181640625}, {"start": 982.46, "end": 983.8, "word": " FilterQueryProvider", "probability": 0.95322265625}, {"start": 983.8, "end": 984.82, "word": " has", "probability": 0.83984375}, {"start": 984.82, "end": 985.02, "word": " a", "probability": 0.802734375}, {"start": 985.02, "end": 985.24, "word": " method", "probability": 0.96142578125}, {"start": 985.24, "end": 985.52, "word": " called", "probability": 0.64306640625}, {"start": 985.52, "end": 986.86, "word": " runQuery.", "probability": 0.741943359375}, {"start": 987.68, "end": 988.16, "word": " Actually,", "probability": 0.38525390625}, {"start": 988.5, "end": 988.72, "word": " what", "probability": 0.64697265625}, {"start": 988.72, "end": 988.72, "word": " is", "probability": 0.37353515625}, {"start": 988.72, "end": 988.92, "word": " going", "probability": 0.83642578125}, {"start": 988.92, "end": 988.92, "word": " to", "probability": 0.9638671875}, {"start": 988.92, "end": 989.1, "word": " happen", "probability": 0.8857421875}, {"start": 989.1, "end": 989.44, "word": " guys?", "probability": 0.333740234375}, {"start": 990.22, "end": 990.7, "word": " The", "probability": 0.72509765625}, {"start": 990.7, "end": 991.68, "word": " FilterQueryProvider", "probability": 0.97412109375}, {"start": 991.68, "end": 991.88, "word": " is", "probability": 0.251220703125}, {"start": 991.88, "end": 991.9, "word": " going", "probability": 0.8017578125}, {"start": 991.9, "end": 991.9, "word": " to", "probability": 0.96826171875}, {"start": 991.9, "end": 991.98, "word": " tell", "probability": 0.436767578125}, {"start": 991.98, "end": 992.14, "word": " you", "probability": 0.9287109375}, {"start": 992.14, "end": 992.18, "word": " to", "probability": 0.7294921875}, {"start": 992.18, "end": 992.32, "word": " send", "probability": 0.78076171875}, {"start": 992.32, "end": 992.62, "word": " me", "probability": 0.310791015625}, {"start": 992.62, "end": 992.74, "word": " the", "probability": 0.8447265625}, {"start": 992.74, "end": 993.02, "word": " data", "probability": 0.72119140625}, {"start": 993.02, "end": 993.82, "word": " that", "probability": 0.52685546875}, {"start": 993.82, "end": 994.0, "word": " you", "probability": 0.904296875}, {"start": 994.0, "end": 994.06, "word": " want", "probability": 0.64599609375}, {"start": 994.06, "end": 994.1, "word": " to", "probability": 0.927734375}, {"start": 994.1, "end": 994.42, "word": " filter", "probability": 0.9521484375}, {"start": 994.42, "end": 994.58, "word": " on", "probability": 0.458984375}, {"start": 994.58, "end": 995.0, "word": " its", "probability": 0.6328125}, {"start": 995.0, "end": 995.0, "word": " basis.", "probability": 0.5078125}], "temperature": 1.0}, {"id": 42, "seek": 102255, "start": 995.73, "end": 1022.55, "text": " Which is going to be where? Car Sequence Constraint Car Sequence is like a string This super class is actually a string, it is called Car Sequence, and it is a constraint So, consider this as a string, okay? So, this is the string that you want to filter on its basis, okay? Execute the filtering process here, and what do you want to return to me in the end? Cursor, the adapter is dealing with the cursor Now, if you start in QEBA", "tokens": [3013, 307, 516, 281, 312, 689, 30, 2741, 46859, 655, 8574, 424, 686, 2741, 46859, 655, 307, 411, 257, 6798, 639, 1687, 1508, 307, 767, 257, 6798, 11, 309, 307, 1219, 2741, 46859, 655, 11, 293, 309, 307, 257, 25534, 407, 11, 1949, 341, 382, 257, 6798, 11, 1392, 30, 407, 11, 341, 307, 264, 6798, 300, 291, 528, 281, 6608, 322, 1080, 5143, 11, 1392, 30, 17662, 1169, 264, 30822, 1399, 510, 11, 293, 437, 360, 291, 528, 281, 2736, 281, 385, 294, 264, 917, 30, 383, 2156, 284, 11, 264, 22860, 307, 6260, 365, 264, 28169, 823, 11, 498, 291, 722, 294, 1249, 36, 9295], "avg_logprob": -0.5804398131591303, "compression_ratio": 1.7892561983471074, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 995.73, "end": 996.13, "word": " Which", "probability": 0.237060546875}, {"start": 996.13, "end": 996.35, "word": " is", "probability": 0.3759765625}, {"start": 996.35, "end": 996.49, "word": " going", "probability": 0.2108154296875}, {"start": 996.49, "end": 996.49, "word": " to", "probability": 0.97216796875}, {"start": 996.49, "end": 996.69, "word": " be", "probability": 0.91455078125}, {"start": 996.69, "end": 996.91, "word": " where?", "probability": 0.316650390625}, {"start": 997.27, "end": 997.67, "word": " Car", "probability": 0.1927490234375}, {"start": 997.67, "end": 998.25, "word": " Sequence", "probability": 0.6441650390625}, {"start": 998.25, "end": 998.81, "word": " Constraint", "probability": 0.7667643229166666}, {"start": 998.81, "end": 999.53, "word": " Car", "probability": 0.666015625}, {"start": 999.53, "end": 999.91, "word": " Sequence", "probability": 0.901611328125}, {"start": 999.91, "end": 1000.01, "word": " is", "probability": 0.75244140625}, {"start": 1000.01, "end": 1000.11, "word": " like", "probability": 0.6611328125}, {"start": 1000.11, "end": 1000.25, "word": " a", "probability": 0.468994140625}, {"start": 1000.25, "end": 1000.53, "word": " string", "probability": 0.810546875}, {"start": 1000.53, "end": 1001.41, "word": " This", "probability": 0.3525390625}, {"start": 1001.41, "end": 1001.71, "word": " super", "probability": 0.419677734375}, {"start": 1001.71, "end": 1002.05, "word": " class", "probability": 0.55126953125}, {"start": 1002.05, "end": 1002.15, "word": " is", "probability": 0.57568359375}, {"start": 1002.15, "end": 1002.35, "word": " actually", "probability": 0.1993408203125}, {"start": 1002.35, "end": 1002.45, "word": " a", "probability": 0.73583984375}, {"start": 1002.45, "end": 1002.71, "word": " string,", "probability": 0.9296875}, {"start": 1002.81, "end": 1002.81, "word": " it", "probability": 0.3427734375}, {"start": 1002.81, "end": 1002.83, "word": " is", "probability": 0.453857421875}, {"start": 1002.83, "end": 1002.97, "word": " called", "probability": 0.7802734375}, {"start": 1002.97, "end": 1003.17, "word": " Car", "probability": 0.64990234375}, {"start": 1003.17, "end": 1003.61, "word": " Sequence,", "probability": 0.96142578125}, {"start": 1003.65, "end": 1003.79, "word": " and", "probability": 0.50244140625}, {"start": 1003.79, "end": 1003.85, "word": " it", "probability": 0.52294921875}, {"start": 1003.85, "end": 1003.91, "word": " is", "probability": 0.8759765625}, {"start": 1003.91, "end": 1003.97, "word": " a", "probability": 0.6708984375}, {"start": 1003.97, "end": 1004.25, "word": " constraint", "probability": 0.66943359375}, {"start": 1004.25, "end": 1004.41, "word": " So,", "probability": 0.53564453125}, {"start": 1004.53, "end": 1004.69, "word": " consider", "probability": 0.59765625}, {"start": 1004.69, "end": 1004.91, "word": " this", "probability": 0.72265625}, {"start": 1004.91, "end": 1005.23, "word": " as", "probability": 0.379638671875}, {"start": 1005.23, "end": 1005.97, "word": " a", "probability": 0.9404296875}, {"start": 1005.97, "end": 1006.35, "word": " string,", "probability": 0.93017578125}, {"start": 1006.35, "end": 1007.03, "word": " okay?", "probability": 0.3564453125}, {"start": 1007.67, "end": 1007.79, "word": " So,", "probability": 0.630859375}, {"start": 1007.83, "end": 1008.19, "word": " this", "probability": 0.1728515625}, {"start": 1008.19, "end": 1008.19, "word": " is", "probability": 0.4931640625}, {"start": 1008.19, "end": 1009.11, "word": " the", "probability": 0.66357421875}, {"start": 1009.11, "end": 1009.41, "word": " string", "probability": 0.8837890625}, {"start": 1009.41, "end": 1009.51, "word": " that", "probability": 0.57421875}, {"start": 1009.51, "end": 1009.65, "word": " you", "probability": 0.857421875}, {"start": 1009.65, "end": 1009.87, "word": " want", "probability": 0.4853515625}, {"start": 1009.87, "end": 1009.91, "word": " to", "probability": 0.94921875}, {"start": 1009.91, "end": 1010.21, "word": " filter", "probability": 0.92041015625}, {"start": 1010.21, "end": 1010.33, "word": " on", "probability": 0.354248046875}, {"start": 1010.33, "end": 1010.85, "word": " its", "probability": 0.65087890625}, {"start": 1010.85, "end": 1010.85, "word": " basis,", "probability": 0.62548828125}, {"start": 1010.89, "end": 1011.93, "word": " okay?", "probability": 0.689453125}, {"start": 1013.13, "end": 1013.49, "word": " Execute", "probability": 0.58209228515625}, {"start": 1013.49, "end": 1013.99, "word": " the", "probability": 0.5419921875}, {"start": 1013.99, "end": 1014.67, "word": " filtering", "probability": 0.6455078125}, {"start": 1014.67, "end": 1014.77, "word": " process", "probability": 0.77490234375}, {"start": 1014.77, "end": 1014.95, "word": " here,", "probability": 0.70703125}, {"start": 1014.99, "end": 1015.05, "word": " and", "probability": 0.7626953125}, {"start": 1015.05, "end": 1015.17, "word": " what", "probability": 0.89892578125}, {"start": 1015.17, "end": 1015.23, "word": " do", "probability": 0.73583984375}, {"start": 1015.23, "end": 1015.37, "word": " you", "probability": 0.94140625}, {"start": 1015.37, "end": 1015.49, "word": " want", "probability": 0.76025390625}, {"start": 1015.49, "end": 1015.49, "word": " to", "probability": 0.8984375}, {"start": 1015.49, "end": 1015.65, "word": " return", "probability": 0.583984375}, {"start": 1015.65, "end": 1015.83, "word": " to", "probability": 0.341064453125}, {"start": 1015.83, "end": 1015.89, "word": " me", "probability": 0.55322265625}, {"start": 1015.89, "end": 1015.89, "word": " in", "probability": 0.41845703125}, {"start": 1015.89, "end": 1015.95, "word": " the", "probability": 0.90283203125}, {"start": 1015.95, "end": 1016.17, "word": " end?", "probability": 0.70703125}, {"start": 1017.31, "end": 1017.71, "word": " Cursor,", "probability": 0.8675130208333334}, {"start": 1017.85, "end": 1018.39, "word": " the", "probability": 0.352783203125}, {"start": 1018.39, "end": 1018.77, "word": " adapter", "probability": 0.7548828125}, {"start": 1018.77, "end": 1018.95, "word": " is", "probability": 0.306884765625}, {"start": 1018.95, "end": 1019.17, "word": " dealing", "probability": 0.54541015625}, {"start": 1019.17, "end": 1019.35, "word": " with", "probability": 0.88916015625}, {"start": 1019.35, "end": 1019.45, "word": " the", "probability": 0.489501953125}, {"start": 1019.45, "end": 1019.73, "word": " cursor", "probability": 0.92138671875}, {"start": 1019.73, "end": 1020.91, "word": " Now,", "probability": 0.430419921875}, {"start": 1020.99, "end": 1021.09, "word": " if", "probability": 0.357177734375}, {"start": 1021.09, "end": 1021.11, "word": " you", "probability": 0.7646484375}, {"start": 1021.11, "end": 1021.31, "word": " start", "probability": 0.4765625}, {"start": 1021.31, "end": 1021.71, "word": " in", "probability": 0.211669921875}, {"start": 1021.71, "end": 1022.55, "word": " QEBA", "probability": 0.3209635416666667}], "temperature": 1.0}, {"id": 43, "seek": 104763, "start": 1023.87, "end": 1047.63, "text": " Use it in the way you want it to be and execute the query you want it to be. What's important in the end is that it returns me a cursor. This cursor takes the adapter and updates the data in it based on the cursor. Because, for example, I wrote the filter that I want to do. It needs a filter based on names. I want to write above, for example, I start writing with the name A or the letter Aleph. It will only show you the names that start with the letter Aleph.", "tokens": [8278, 309, 294, 264, 636, 291, 528, 309, 281, 312, 293, 14483, 264, 14581, 291, 528, 309, 281, 312, 13, 708, 311, 1021, 294, 264, 917, 307, 300, 309, 11247, 385, 257, 28169, 13, 639, 28169, 2516, 264, 22860, 293, 9205, 264, 1412, 294, 309, 2361, 322, 264, 28169, 13, 1436, 11, 337, 1365, 11, 286, 4114, 264, 6608, 300, 286, 528, 281, 360, 13, 467, 2203, 257, 6608, 2361, 322, 5288, 13, 286, 528, 281, 2464, 3673, 11, 337, 1365, 11, 286, 722, 3579, 365, 264, 1315, 316, 420, 264, 5063, 9366, 950, 13, 467, 486, 787, 855, 291, 264, 5288, 300, 722, 365, 264, 5063, 9366, 950, 13], "avg_logprob": -0.5047860124089696, "compression_ratio": 1.9173553719008265, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1023.87, "end": 1024.23, "word": " Use", "probability": 0.152099609375}, {"start": 1024.23, "end": 1024.51, "word": " it", "probability": 0.59423828125}, {"start": 1024.51, "end": 1024.59, "word": " in", "probability": 0.336181640625}, {"start": 1024.59, "end": 1024.67, "word": " the", "probability": 0.352783203125}, {"start": 1024.67, "end": 1024.89, "word": " way", "probability": 0.5185546875}, {"start": 1024.89, "end": 1024.99, "word": " you", "probability": 0.8095703125}, {"start": 1024.99, "end": 1025.27, "word": " want", "probability": 0.68994140625}, {"start": 1025.27, "end": 1025.45, "word": " it", "probability": 0.4033203125}, {"start": 1025.45, "end": 1025.45, "word": " to", "probability": 0.36328125}, {"start": 1025.45, "end": 1025.45, "word": " be", "probability": 0.68896484375}, {"start": 1025.45, "end": 1025.47, "word": " and", "probability": 0.32666015625}, {"start": 1025.47, "end": 1025.75, "word": " execute", "probability": 0.52734375}, {"start": 1025.75, "end": 1025.93, "word": " the", "probability": 0.796875}, {"start": 1025.93, "end": 1026.15, "word": " query", "probability": 0.83203125}, {"start": 1026.15, "end": 1026.27, "word": " you", "probability": 0.4501953125}, {"start": 1026.27, "end": 1026.41, "word": " want", "probability": 0.8349609375}, {"start": 1026.41, "end": 1026.53, "word": " it", "probability": 0.49072265625}, {"start": 1026.53, "end": 1026.53, "word": " to", "probability": 0.96044921875}, {"start": 1026.53, "end": 1026.73, "word": " be.", "probability": 0.6181640625}, {"start": 1026.87, "end": 1026.95, "word": " What's", "probability": 0.2972412109375}, {"start": 1026.95, "end": 1027.15, "word": " important", "probability": 0.8525390625}, {"start": 1027.15, "end": 1027.23, "word": " in", "probability": 0.345458984375}, {"start": 1027.23, "end": 1027.33, "word": " the", "probability": 0.91259765625}, {"start": 1027.33, "end": 1027.53, "word": " end", "probability": 0.88330078125}, {"start": 1027.53, "end": 1027.73, "word": " is", "probability": 0.724609375}, {"start": 1027.73, "end": 1027.73, "word": " that", "probability": 0.371826171875}, {"start": 1027.73, "end": 1027.73, "word": " it", "probability": 0.392333984375}, {"start": 1027.73, "end": 1027.95, "word": " returns", "probability": 0.5927734375}, {"start": 1027.95, "end": 1028.21, "word": " me", "probability": 0.265869140625}, {"start": 1028.21, "end": 1028.87, "word": " a", "probability": 0.63623046875}, {"start": 1028.87, "end": 1029.15, "word": " cursor.", "probability": 0.93115234375}, {"start": 1029.31, "end": 1029.49, "word": " This", "probability": 0.74560546875}, {"start": 1029.49, "end": 1029.87, "word": " cursor", "probability": 0.94873046875}, {"start": 1029.87, "end": 1030.21, "word": " takes", "probability": 0.52685546875}, {"start": 1030.21, "end": 1030.35, "word": " the", "probability": 0.8232421875}, {"start": 1030.35, "end": 1030.69, "word": " adapter", "probability": 0.82666015625}, {"start": 1030.69, "end": 1030.83, "word": " and", "probability": 0.9033203125}, {"start": 1030.83, "end": 1031.15, "word": " updates", "probability": 0.1566162109375}, {"start": 1031.15, "end": 1031.31, "word": " the", "probability": 0.83203125}, {"start": 1031.31, "end": 1031.55, "word": " data", "probability": 0.67578125}, {"start": 1031.55, "end": 1031.79, "word": " in", "probability": 0.26171875}, {"start": 1031.79, "end": 1031.95, "word": " it", "probability": 0.9091796875}, {"start": 1031.95, "end": 1032.19, "word": " based", "probability": 0.5517578125}, {"start": 1032.19, "end": 1032.49, "word": " on", "probability": 0.94580078125}, {"start": 1032.49, "end": 1033.17, "word": " the", "probability": 0.884765625}, {"start": 1033.17, "end": 1033.41, "word": " cursor.", "probability": 0.468505859375}, {"start": 1034.69, "end": 1035.05, "word": " Because,", "probability": 0.509765625}, {"start": 1035.19, "end": 1035.29, "word": " for", "probability": 0.92529296875}, {"start": 1035.29, "end": 1035.41, "word": " example,", "probability": 0.93017578125}, {"start": 1035.55, "end": 1035.75, "word": " I", "probability": 0.9404296875}, {"start": 1035.75, "end": 1036.09, "word": " wrote", "probability": 0.83154296875}, {"start": 1036.09, "end": 1036.61, "word": " the", "probability": 0.83935546875}, {"start": 1036.61, "end": 1036.89, "word": " filter", "probability": 0.94970703125}, {"start": 1036.89, "end": 1037.01, "word": " that", "probability": 0.69091796875}, {"start": 1037.01, "end": 1037.13, "word": " I", "probability": 0.99609375}, {"start": 1037.13, "end": 1037.29, "word": " want", "probability": 0.6865234375}, {"start": 1037.29, "end": 1037.39, "word": " to", "probability": 0.94140625}, {"start": 1037.39, "end": 1037.65, "word": " do.", "probability": 0.242431640625}, {"start": 1038.23, "end": 1038.59, "word": " It", "probability": 0.5244140625}, {"start": 1038.59, "end": 1038.75, "word": " needs", "probability": 0.303955078125}, {"start": 1038.75, "end": 1038.85, "word": " a", "probability": 0.7197265625}, {"start": 1038.85, "end": 1039.09, "word": " filter", "probability": 0.9443359375}, {"start": 1039.09, "end": 1039.29, "word": " based", "probability": 0.87158203125}, {"start": 1039.29, "end": 1039.47, "word": " on", "probability": 0.9443359375}, {"start": 1039.47, "end": 1039.77, "word": " names.", "probability": 0.414794921875}, {"start": 1040.07, "end": 1040.23, "word": " I", "probability": 0.380615234375}, {"start": 1040.23, "end": 1040.31, "word": " want", "probability": 0.41845703125}, {"start": 1040.31, "end": 1040.45, "word": " to", "probability": 0.96826171875}, {"start": 1040.45, "end": 1040.55, "word": " write", "probability": 0.82373046875}, {"start": 1040.55, "end": 1040.87, "word": " above,", "probability": 0.5341796875}, {"start": 1040.93, "end": 1041.07, "word": " for", "probability": 0.8662109375}, {"start": 1041.07, "end": 1041.21, "word": " example,", "probability": 0.96044921875}, {"start": 1041.35, "end": 1041.45, "word": " I", "probability": 0.515625}, {"start": 1041.45, "end": 1041.59, "word": " start", "probability": 0.56396484375}, {"start": 1041.59, "end": 1041.85, "word": " writing", "probability": 0.66748046875}, {"start": 1041.85, "end": 1041.97, "word": " with", "probability": 0.44873046875}, {"start": 1041.97, "end": 1042.03, "word": " the", "probability": 0.845703125}, {"start": 1042.03, "end": 1042.27, "word": " name", "probability": 0.81201171875}, {"start": 1042.27, "end": 1042.65, "word": " A", "probability": 0.57373046875}, {"start": 1042.65, "end": 1044.29, "word": " or", "probability": 0.54248046875}, {"start": 1044.29, "end": 1044.77, "word": " the", "probability": 0.6494140625}, {"start": 1044.77, "end": 1044.91, "word": " letter", "probability": 0.78466796875}, {"start": 1044.91, "end": 1045.35, "word": " Aleph.", "probability": 0.5450439453125}, {"start": 1045.51, "end": 1045.59, "word": " It", "probability": 0.86181640625}, {"start": 1045.59, "end": 1045.63, "word": " will", "probability": 0.387451171875}, {"start": 1045.63, "end": 1045.75, "word": " only", "probability": 0.39404296875}, {"start": 1045.75, "end": 1045.89, "word": " show", "probability": 0.32177734375}, {"start": 1045.89, "end": 1046.11, "word": " you", "probability": 0.669921875}, {"start": 1046.11, "end": 1046.37, "word": " the", "probability": 0.8662109375}, {"start": 1046.37, "end": 1046.63, "word": " names", "probability": 0.76513671875}, {"start": 1046.63, "end": 1046.81, "word": " that", "probability": 0.7998046875}, {"start": 1046.81, "end": 1047.03, "word": " start", "probability": 0.810546875}, {"start": 1047.03, "end": 1047.13, "word": " with", "probability": 0.8779296875}, {"start": 1047.13, "end": 1047.21, "word": " the", "probability": 0.7509765625}, {"start": 1047.21, "end": 1047.31, "word": " letter", "probability": 0.89599609375}, {"start": 1047.31, "end": 1047.63, "word": " Aleph.", "probability": 0.97509765625}], "temperature": 1.0}, {"id": 44, "seek": 107517, "start": 1048.37, "end": 1075.17, "text": " Some people can filter a number They can put number 2 and get all the numbers that start with letter 2 I want to assume that this constraint will be the first letter in the name Or part of the name Based on that, it will define the cursor based on the constraint It will create a new query It will use the main MyHelper This is the MyHelper", "tokens": [2188, 561, 393, 6608, 257, 1230, 814, 393, 829, 1230, 568, 293, 483, 439, 264, 3547, 300, 722, 365, 5063, 568, 286, 528, 281, 6552, 300, 341, 25534, 486, 312, 264, 700, 5063, 294, 264, 1315, 1610, 644, 295, 264, 1315, 18785, 322, 300, 11, 309, 486, 6964, 264, 28169, 2361, 322, 264, 25534, 467, 486, 1884, 257, 777, 14581, 467, 486, 764, 264, 2135, 1222, 39, 338, 610, 639, 307, 264, 1222, 39, 338, 610], "avg_logprob": -0.5641234013941381, "compression_ratio": 1.7487179487179487, "no_speech_prob": 0.0, "words": [{"start": 1048.37, "end": 1048.61, "word": " Some", "probability": 0.396484375}, {"start": 1048.61, "end": 1048.81, "word": " people", "probability": 0.7255859375}, {"start": 1048.81, "end": 1049.01, "word": " can", "probability": 0.33447265625}, {"start": 1049.01, "end": 1049.25, "word": " filter", "probability": 0.6201171875}, {"start": 1049.25, "end": 1049.39, "word": " a", "probability": 0.1856689453125}, {"start": 1049.39, "end": 1049.63, "word": " number", "probability": 0.8955078125}, {"start": 1049.63, "end": 1050.89, "word": " They", "probability": 0.059844970703125}, {"start": 1050.89, "end": 1051.13, "word": " can", "probability": 0.392822265625}, {"start": 1051.13, "end": 1051.23, "word": " put", "probability": 0.3671875}, {"start": 1051.23, "end": 1051.53, "word": " number", "probability": 0.35107421875}, {"start": 1051.53, "end": 1051.83, "word": " 2", "probability": 0.7783203125}, {"start": 1051.83, "end": 1051.95, "word": " and", "probability": 0.5302734375}, {"start": 1051.95, "end": 1052.09, "word": " get", "probability": 0.195068359375}, {"start": 1052.09, "end": 1052.61, "word": " all", "probability": 0.64404296875}, {"start": 1052.61, "end": 1052.67, "word": " the", "probability": 0.360595703125}, {"start": 1052.67, "end": 1052.97, "word": " numbers", "probability": 0.53515625}, {"start": 1052.97, "end": 1053.09, "word": " that", "probability": 0.2734375}, {"start": 1053.09, "end": 1053.37, "word": " start", "probability": 0.5048828125}, {"start": 1053.37, "end": 1053.93, "word": " with", "probability": 0.787109375}, {"start": 1053.93, "end": 1054.11, "word": " letter", "probability": 0.1990966796875}, {"start": 1054.11, "end": 1054.47, "word": " 2", "probability": 0.9091796875}, {"start": 1054.47, "end": 1055.81, "word": " I", "probability": 0.498779296875}, {"start": 1055.81, "end": 1056.31, "word": " want", "probability": 0.3876953125}, {"start": 1056.31, "end": 1056.77, "word": " to", "probability": 0.595703125}, {"start": 1056.77, "end": 1058.01, "word": " assume", "probability": 0.364990234375}, {"start": 1058.01, "end": 1058.31, "word": " that", "probability": 0.82763671875}, {"start": 1058.31, "end": 1058.59, "word": " this", "probability": 0.59619140625}, {"start": 1058.59, "end": 1059.11, "word": " constraint", "probability": 0.7275390625}, {"start": 1059.11, "end": 1059.31, "word": " will", "probability": 0.41796875}, {"start": 1059.31, "end": 1059.59, "word": " be", "probability": 0.88916015625}, {"start": 1059.59, "end": 1060.51, "word": " the", "probability": 0.69091796875}, {"start": 1060.51, "end": 1060.63, "word": " first", "probability": 0.85009765625}, {"start": 1060.63, "end": 1060.93, "word": " letter", "probability": 0.90283203125}, {"start": 1060.93, "end": 1061.05, "word": " in", "probability": 0.58251953125}, {"start": 1061.05, "end": 1061.11, "word": " the", "probability": 0.83251953125}, {"start": 1061.11, "end": 1061.37, "word": " name", "probability": 0.83837890625}, {"start": 1061.37, "end": 1062.07, "word": " Or", "probability": 0.55859375}, {"start": 1062.07, "end": 1062.29, "word": " part", "probability": 0.53173828125}, {"start": 1062.29, "end": 1062.47, "word": " of", "probability": 0.96875}, {"start": 1062.47, "end": 1062.61, "word": " the", "probability": 0.88427734375}, {"start": 1062.61, "end": 1062.85, "word": " name", "probability": 0.884765625}, {"start": 1062.85, "end": 1063.65, "word": " Based", "probability": 0.2349853515625}, {"start": 1063.65, "end": 1063.95, "word": " on", "probability": 0.9345703125}, {"start": 1063.95, "end": 1064.03, "word": " that,", "probability": 0.17578125}, {"start": 1064.03, "end": 1064.05, "word": " it", "probability": 0.356689453125}, {"start": 1064.05, "end": 1064.27, "word": " will", "probability": 0.51123046875}, {"start": 1064.27, "end": 1064.63, "word": " define", "probability": 0.341064453125}, {"start": 1064.63, "end": 1064.91, "word": " the", "probability": 0.80859375}, {"start": 1064.91, "end": 1065.69, "word": " cursor", "probability": 0.93408203125}, {"start": 1065.69, "end": 1065.97, "word": " based", "probability": 0.7880859375}, {"start": 1065.97, "end": 1066.33, "word": " on", "probability": 0.94873046875}, {"start": 1066.33, "end": 1067.19, "word": " the", "probability": 0.744140625}, {"start": 1067.19, "end": 1067.63, "word": " constraint", "probability": 0.92578125}, {"start": 1067.63, "end": 1068.27, "word": " It", "probability": 0.496337890625}, {"start": 1068.27, "end": 1068.41, "word": " will", "probability": 0.75927734375}, {"start": 1068.41, "end": 1068.61, "word": " create", "probability": 0.32861328125}, {"start": 1068.61, "end": 1068.87, "word": " a", "probability": 0.9365234375}, {"start": 1068.87, "end": 1068.87, "word": " new", "probability": 0.87353515625}, {"start": 1068.87, "end": 1069.71, "word": " query", "probability": 0.93505859375}, {"start": 1069.71, "end": 1071.01, "word": " It", "probability": 0.63037109375}, {"start": 1071.01, "end": 1071.15, "word": " will", "probability": 0.8388671875}, {"start": 1071.15, "end": 1071.47, "word": " use", "probability": 0.8837890625}, {"start": 1071.47, "end": 1071.73, "word": " the", "probability": 0.400390625}, {"start": 1071.73, "end": 1071.83, "word": " main", "probability": 0.423828125}, {"start": 1071.83, "end": 1073.65, "word": " MyHelper", "probability": 0.7818603515625}, {"start": 1073.65, "end": 1074.45, "word": " This", "probability": 0.458251953125}, {"start": 1074.45, "end": 1074.49, "word": " is", "probability": 0.583984375}, {"start": 1074.49, "end": 1074.59, "word": " the", "probability": 0.334716796875}, {"start": 1074.59, "end": 1075.17, "word": " MyHelper", "probability": 0.971435546875}], "temperature": 1.0}, {"id": 45, "seek": 110503, "start": 1077.47, "end": 1105.03, "text": " Right? This is what I want to put. Or we don't need it, we only need the DB. The DB is not through it that I create a query. DB.rawQuery. I want to run a new query. What is the filter that we want to do? It is select a star from employee where the name, we don't want to say equal, we want to say like.", "tokens": [1779, 30, 639, 307, 437, 286, 528, 281, 829, 13, 1610, 321, 500, 380, 643, 309, 11, 321, 787, 643, 264, 26754, 13, 440, 26754, 307, 406, 807, 309, 300, 286, 1884, 257, 14581, 13, 26754, 13, 5131, 35550, 13, 286, 528, 281, 1190, 257, 777, 14581, 13, 708, 307, 264, 6608, 300, 321, 528, 281, 360, 30, 467, 307, 3048, 257, 3543, 490, 10738, 689, 264, 1315, 11, 321, 500, 380, 528, 281, 584, 2681, 11, 321, 528, 281, 584, 411, 13], "avg_logprob": -0.45796131661960054, "compression_ratio": 1.6031746031746033, "no_speech_prob": 0.0, "words": [{"start": 1077.47, "end": 1077.83, "word": " Right?", "probability": 0.193603515625}, {"start": 1077.87, "end": 1078.01, "word": " This", "probability": 0.328857421875}, {"start": 1078.01, "end": 1078.09, "word": " is", "probability": 0.755859375}, {"start": 1078.09, "end": 1078.15, "word": " what", "probability": 0.74755859375}, {"start": 1078.15, "end": 1078.29, "word": " I", "probability": 0.8642578125}, {"start": 1078.29, "end": 1078.43, "word": " want", "probability": 0.467529296875}, {"start": 1078.43, "end": 1078.49, "word": " to", "probability": 0.953125}, {"start": 1078.49, "end": 1078.71, "word": " put.", "probability": 0.465087890625}, {"start": 1079.75, "end": 1080.11, "word": " Or", "probability": 0.7890625}, {"start": 1080.11, "end": 1080.29, "word": " we", "probability": 0.5361328125}, {"start": 1080.29, "end": 1080.37, "word": " don't", "probability": 0.725830078125}, {"start": 1080.37, "end": 1080.65, "word": " need", "probability": 0.8671875}, {"start": 1080.65, "end": 1080.77, "word": " it,", "probability": 0.53125}, {"start": 1080.77, "end": 1080.83, "word": " we", "probability": 0.82080078125}, {"start": 1080.83, "end": 1080.99, "word": " only", "probability": 0.322998046875}, {"start": 1080.99, "end": 1081.07, "word": " need", "probability": 0.91650390625}, {"start": 1081.07, "end": 1081.27, "word": " the", "probability": 0.63623046875}, {"start": 1081.27, "end": 1081.49, "word": " DB.", "probability": 0.5966796875}, {"start": 1084.17, "end": 1084.53, "word": " The", "probability": 0.52783203125}, {"start": 1084.53, "end": 1084.83, "word": " DB", "probability": 0.9248046875}, {"start": 1084.83, "end": 1085.05, "word": " is", "probability": 0.81103515625}, {"start": 1085.05, "end": 1085.33, "word": " not", "probability": 0.7138671875}, {"start": 1085.33, "end": 1085.59, "word": " through", "probability": 0.264404296875}, {"start": 1085.59, "end": 1085.73, "word": " it", "probability": 0.402587890625}, {"start": 1085.73, "end": 1085.75, "word": " that", "probability": 0.5654296875}, {"start": 1085.75, "end": 1085.85, "word": " I", "probability": 0.97119140625}, {"start": 1085.85, "end": 1086.05, "word": " create", "probability": 0.35205078125}, {"start": 1086.05, "end": 1086.15, "word": " a", "probability": 0.384033203125}, {"start": 1086.15, "end": 1086.41, "word": " query.", "probability": 0.9287109375}, {"start": 1087.03, "end": 1087.39, "word": " DB", "probability": 0.51513671875}, {"start": 1087.39, "end": 1089.89, "word": ".rawQuery.", "probability": 0.5901692708333334}, {"start": 1089.91, "end": 1089.99, "word": " I", "probability": 0.576171875}, {"start": 1089.99, "end": 1090.09, "word": " want", "probability": 0.7548828125}, {"start": 1090.09, "end": 1090.13, "word": " to", "probability": 0.9658203125}, {"start": 1090.13, "end": 1090.29, "word": " run", "probability": 0.229248046875}, {"start": 1090.29, "end": 1090.41, "word": " a", "probability": 0.8603515625}, {"start": 1090.41, "end": 1090.41, "word": " new", "probability": 0.8955078125}, {"start": 1090.41, "end": 1090.59, "word": " query.", "probability": 0.943359375}, {"start": 1091.37, "end": 1091.67, "word": " What", "probability": 0.73193359375}, {"start": 1091.67, "end": 1091.71, "word": " is", "probability": 0.79833984375}, {"start": 1091.71, "end": 1091.81, "word": " the", "probability": 0.912109375}, {"start": 1091.81, "end": 1092.07, "word": " filter", "probability": 0.95947265625}, {"start": 1092.07, "end": 1092.19, "word": " that", "probability": 0.74267578125}, {"start": 1092.19, "end": 1092.29, "word": " we", "probability": 0.9052734375}, {"start": 1092.29, "end": 1092.51, "word": " want", "probability": 0.80224609375}, {"start": 1092.51, "end": 1092.63, "word": " to", "probability": 0.95947265625}, {"start": 1092.63, "end": 1092.85, "word": " do?", "probability": 0.433349609375}, {"start": 1093.09, "end": 1093.27, "word": " It", "probability": 0.37158203125}, {"start": 1093.27, "end": 1093.27, "word": " is", "probability": 0.79248046875}, {"start": 1093.27, "end": 1093.83, "word": " select", "probability": 0.38916015625}, {"start": 1093.83, "end": 1095.31, "word": " a", "probability": 0.408203125}, {"start": 1095.31, "end": 1095.31, "word": " star", "probability": 0.90673828125}, {"start": 1095.31, "end": 1096.27, "word": " from", "probability": 0.859375}, {"start": 1096.27, "end": 1098.43, "word": " employee", "probability": 0.6416015625}, {"start": 1098.43, "end": 1100.21, "word": " where", "probability": 0.79638671875}, {"start": 1100.21, "end": 1101.31, "word": " the", "probability": 0.775390625}, {"start": 1101.31, "end": 1101.67, "word": " name,", "probability": 0.8994140625}, {"start": 1103.23, "end": 1103.39, "word": " we", "probability": 0.6357421875}, {"start": 1103.39, "end": 1103.57, "word": " don't", "probability": 0.857177734375}, {"start": 1103.57, "end": 1103.75, "word": " want", "probability": 0.26904296875}, {"start": 1103.75, "end": 1103.75, "word": " to", "probability": 0.9306640625}, {"start": 1103.75, "end": 1103.85, "word": " say", "probability": 0.45751953125}, {"start": 1103.85, "end": 1104.25, "word": " equal,", "probability": 0.3154296875}, {"start": 1104.33, "end": 1104.45, "word": " we", "probability": 0.78564453125}, {"start": 1104.45, "end": 1104.57, "word": " want", "probability": 0.59326171875}, {"start": 1104.57, "end": 1104.57, "word": " to", "probability": 0.9716796875}, {"start": 1104.57, "end": 1104.69, "word": " say", "probability": 0.9384765625}, {"start": 1104.69, "end": 1105.03, "word": " like.", "probability": 0.86572265625}], "temperature": 1.0}, {"id": 46, "seek": 113647, "start": 1107.71, "end": 1136.47, "text": " Yes, to tell him that the name starts with a letter like this Did you get this like? Yes, I got it Ok, now the question is to give him a value So, we say new string Now, how will the name look like? It starts with what? It starts with the constraint Right? It starts with the constraint So, you put here the constraint", "tokens": [1079, 11, 281, 980, 796, 300, 264, 1315, 3719, 365, 257, 5063, 411, 341, 2589, 291, 483, 341, 411, 30, 1079, 11, 286, 658, 309, 3477, 11, 586, 264, 1168, 307, 281, 976, 796, 257, 2158, 407, 11, 321, 584, 777, 6798, 823, 11, 577, 486, 264, 1315, 574, 411, 30, 467, 3719, 365, 437, 30, 467, 3719, 365, 264, 25534, 1779, 30, 467, 3719, 365, 264, 25534, 407, 11, 291, 829, 510, 264, 25534], "avg_logprob": -0.5172697140982276, "compression_ratio": 1.7921348314606742, "no_speech_prob": 0.0, "words": [{"start": 1107.71, "end": 1108.01, "word": " Yes,", "probability": 0.1993408203125}, {"start": 1108.11, "end": 1108.25, "word": " to", "probability": 0.3740234375}, {"start": 1108.25, "end": 1108.49, "word": " tell", "probability": 0.50048828125}, {"start": 1108.49, "end": 1108.59, "word": " him", "probability": 0.580078125}, {"start": 1108.59, "end": 1108.89, "word": " that", "probability": 0.65625}, {"start": 1108.89, "end": 1109.03, "word": " the", "probability": 0.638671875}, {"start": 1109.03, "end": 1109.25, "word": " name", "probability": 0.7587890625}, {"start": 1109.25, "end": 1109.57, "word": " starts", "probability": 0.483642578125}, {"start": 1109.57, "end": 1109.69, "word": " with", "probability": 0.87744140625}, {"start": 1109.69, "end": 1109.77, "word": " a", "probability": 0.1668701171875}, {"start": 1109.77, "end": 1109.91, "word": " letter", "probability": 0.732421875}, {"start": 1109.91, "end": 1110.11, "word": " like", "probability": 0.5478515625}, {"start": 1110.11, "end": 1110.23, "word": " this", "probability": 0.79833984375}, {"start": 1110.23, "end": 1110.69, "word": " Did", "probability": 0.338623046875}, {"start": 1110.69, "end": 1110.77, "word": " you", "probability": 0.94482421875}, {"start": 1110.77, "end": 1110.99, "word": " get", "probability": 0.53662109375}, {"start": 1110.99, "end": 1111.15, "word": " this", "probability": 0.34521484375}, {"start": 1111.15, "end": 1111.39, "word": " like?", "probability": 0.75439453125}, {"start": 1111.95, "end": 1111.95, "word": " Yes,", "probability": 0.52587890625}, {"start": 1112.05, "end": 1112.65, "word": " I", "probability": 0.203369140625}, {"start": 1112.65, "end": 1112.67, "word": " got", "probability": 0.57373046875}, {"start": 1112.67, "end": 1113.05, "word": " it", "probability": 0.7451171875}, {"start": 1113.05, "end": 1113.21, "word": " Ok,", "probability": 0.1905517578125}, {"start": 1113.89, "end": 1114.53, "word": " now", "probability": 0.66845703125}, {"start": 1114.53, "end": 1114.67, "word": " the", "probability": 0.404541015625}, {"start": 1114.67, "end": 1114.95, "word": " question", "probability": 0.8896484375}, {"start": 1114.95, "end": 1115.13, "word": " is", "probability": 0.7783203125}, {"start": 1115.13, "end": 1115.25, "word": " to", "probability": 0.20751953125}, {"start": 1115.25, "end": 1115.51, "word": " give", "probability": 0.6162109375}, {"start": 1115.51, "end": 1115.61, "word": " him", "probability": 0.59716796875}, {"start": 1115.61, "end": 1115.61, "word": " a", "probability": 0.43798828125}, {"start": 1115.61, "end": 1115.89, "word": " value", "probability": 0.8740234375}, {"start": 1115.89, "end": 1116.33, "word": " So,", "probability": 0.4541015625}, {"start": 1116.35, "end": 1116.47, "word": " we", "probability": 0.71484375}, {"start": 1116.47, "end": 1116.65, "word": " say", "probability": 0.280517578125}, {"start": 1116.65, "end": 1116.91, "word": " new", "probability": 0.66552734375}, {"start": 1116.91, "end": 1117.39, "word": " string", "probability": 0.70458984375}, {"start": 1117.39, "end": 1124.89, "word": " Now,", "probability": 0.7587890625}, {"start": 1125.39, "end": 1126.65, "word": " how", "probability": 0.48046875}, {"start": 1126.65, "end": 1126.65, "word": " will", "probability": 0.50537109375}, {"start": 1126.65, "end": 1126.65, "word": " the", "probability": 0.7822265625}, {"start": 1126.65, "end": 1126.89, "word": " name", "probability": 0.8857421875}, {"start": 1126.89, "end": 1127.61, "word": " look", "probability": 0.7685546875}, {"start": 1127.61, "end": 1128.01, "word": " like?", "probability": 0.7822265625}, {"start": 1128.47, "end": 1128.95, "word": " It", "probability": 0.414794921875}, {"start": 1128.95, "end": 1129.27, "word": " starts", "probability": 0.67333984375}, {"start": 1129.27, "end": 1129.41, "word": " with", "probability": 0.86328125}, {"start": 1129.41, "end": 1129.69, "word": " what?", "probability": 0.8349609375}, {"start": 1130.95, "end": 1131.43, "word": " It", "probability": 0.7451171875}, {"start": 1131.43, "end": 1131.65, "word": " starts", "probability": 0.86181640625}, {"start": 1131.65, "end": 1131.75, "word": " with", "probability": 0.869140625}, {"start": 1131.75, "end": 1131.83, "word": " the", "probability": 0.447998046875}, {"start": 1131.83, "end": 1132.31, "word": " constraint", "probability": 0.79931640625}, {"start": 1132.31, "end": 1133.39, "word": " Right?", "probability": 0.28515625}, {"start": 1133.49, "end": 1133.65, "word": " It", "probability": 0.830078125}, {"start": 1133.65, "end": 1133.91, "word": " starts", "probability": 0.8720703125}, {"start": 1133.91, "end": 1134.05, "word": " with", "probability": 0.88427734375}, {"start": 1134.05, "end": 1134.15, "word": " the", "probability": 0.79248046875}, {"start": 1134.15, "end": 1134.49, "word": " constraint", "probability": 0.9033203125}, {"start": 1134.49, "end": 1135.11, "word": " So,", "probability": 0.76025390625}, {"start": 1135.19, "end": 1135.25, "word": " you", "probability": 0.86962890625}, {"start": 1135.25, "end": 1135.47, "word": " put", "probability": 0.53369140625}, {"start": 1135.47, "end": 1135.83, "word": " here", "probability": 0.52587890625}, {"start": 1135.83, "end": 1136.01, "word": " the", "probability": 0.8115234375}, {"start": 1136.01, "end": 1136.47, "word": " constraint", "probability": 0.8828125}], "temperature": 1.0}, {"id": 47, "seek": 115118, "start": 1138.28, "end": 1151.18, "text": "and after that you put the power factor sign that the constraint and after that anything this is the power factor and after that what? anything you can also do if you put like this", "tokens": [474, 934, 300, 291, 829, 264, 1347, 5952, 1465, 300, 264, 25534, 293, 934, 300, 1340, 341, 307, 264, 1347, 5952, 293, 934, 300, 437, 30, 1340, 291, 393, 611, 360, 498, 291, 829, 411, 341], "avg_logprob": -0.7445101222476443, "compression_ratio": 1.7142857142857142, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1138.28, "end": 1138.82, "word": "and", "probability": 0.07073974609375}, {"start": 1138.82, "end": 1139.04, "word": " after", "probability": 0.367919921875}, {"start": 1139.04, "end": 1139.32, "word": " that", "probability": 0.7705078125}, {"start": 1139.32, "end": 1139.82, "word": " you", "probability": 0.40380859375}, {"start": 1139.82, "end": 1140.08, "word": " put", "probability": 0.346923828125}, {"start": 1140.08, "end": 1140.18, "word": " the", "probability": 0.56640625}, {"start": 1140.18, "end": 1140.6, "word": " power", "probability": 0.208251953125}, {"start": 1140.6, "end": 1141.14, "word": " factor", "probability": 0.513671875}, {"start": 1141.14, "end": 1141.14, "word": " sign", "probability": 0.256591796875}, {"start": 1141.14, "end": 1142.06, "word": " that", "probability": 0.237548828125}, {"start": 1142.06, "end": 1142.88, "word": " the", "probability": 0.25634765625}, {"start": 1142.88, "end": 1143.36, "word": " constraint", "probability": 0.84326171875}, {"start": 1143.36, "end": 1143.56, "word": " and", "probability": 0.268798828125}, {"start": 1143.56, "end": 1143.74, "word": " after", "probability": 0.69873046875}, {"start": 1143.74, "end": 1143.98, "word": " that", "probability": 0.50439453125}, {"start": 1143.98, "end": 1144.78, "word": " anything", "probability": 0.474609375}, {"start": 1144.78, "end": 1145.98, "word": " this", "probability": 0.07110595703125}, {"start": 1145.98, "end": 1146.0, "word": " is", "probability": 0.62060546875}, {"start": 1146.0, "end": 1146.62, "word": " the", "probability": 0.79541015625}, {"start": 1146.62, "end": 1146.74, "word": " power", "probability": 0.8232421875}, {"start": 1146.74, "end": 1146.9, "word": " factor", "probability": 0.9052734375}, {"start": 1146.9, "end": 1147.06, "word": " and", "probability": 0.640625}, {"start": 1147.06, "end": 1147.24, "word": " after", "probability": 0.724609375}, {"start": 1147.24, "end": 1147.38, "word": " that", "probability": 0.833984375}, {"start": 1147.38, "end": 1147.62, "word": " what?", "probability": 0.14501953125}, {"start": 1147.9, "end": 1148.4, "word": " anything", "probability": 0.7197265625}, {"start": 1148.4, "end": 1149.18, "word": " you", "probability": 0.59619140625}, {"start": 1149.18, "end": 1149.32, "word": " can", "probability": 0.80810546875}, {"start": 1149.32, "end": 1149.64, "word": " also", "probability": 0.466552734375}, {"start": 1149.64, "end": 1149.92, "word": " do", "probability": 0.7509765625}, {"start": 1149.92, "end": 1150.4, "word": " if", "probability": 0.50732421875}, {"start": 1150.4, "end": 1150.5, "word": " you", "probability": 0.9443359375}, {"start": 1150.5, "end": 1150.68, "word": " put", "probability": 0.65771484375}, {"start": 1150.68, "end": 1150.9, "word": " like", "probability": 0.471435546875}, {"start": 1150.9, "end": 1151.18, "word": " this", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 48, "seek": 118207, "start": 1152.53, "end": 1182.07, "text": " What does it mean? Anything that contains the constraint. Any name that contains the letter A whether it is in the middle or in the beginning or in the end, you get it. But if you want to make a filter based on the beginning, you say, give me all the employees whose name is like constraint, then I marked it with a power sign, to start with constraint. What does this return? Cursor, cursor. And you return to what?", "tokens": [708, 775, 309, 914, 30, 11998, 300, 8306, 264, 25534, 13, 2639, 1315, 300, 8306, 264, 5063, 316, 1968, 309, 307, 294, 264, 2808, 420, 294, 264, 2863, 420, 294, 264, 917, 11, 291, 483, 309, 13, 583, 498, 291, 528, 281, 652, 257, 6608, 2361, 322, 264, 2863, 11, 291, 584, 11, 976, 385, 439, 264, 6619, 6104, 1315, 307, 411, 25534, 11, 550, 286, 12658, 309, 365, 257, 1347, 1465, 11, 281, 722, 365, 25534, 13, 708, 775, 341, 2736, 30, 383, 2156, 284, 11, 28169, 13, 400, 291, 2736, 281, 437, 30], "avg_logprob": -0.5810547123352686, "compression_ratio": 1.8051948051948052, "no_speech_prob": 0.0, "words": [{"start": 1152.53, "end": 1152.77, "word": " What", "probability": 0.362548828125}, {"start": 1152.77, "end": 1152.97, "word": " does", "probability": 0.7890625}, {"start": 1152.97, "end": 1153.45, "word": " it", "probability": 0.67333984375}, {"start": 1153.45, "end": 1153.45, "word": " mean?", "probability": 0.955078125}, {"start": 1153.57, "end": 1153.89, "word": " Anything", "probability": 0.5126953125}, {"start": 1153.89, "end": 1154.25, "word": " that", "probability": 0.49072265625}, {"start": 1154.25, "end": 1154.61, "word": " contains", "probability": 0.360595703125}, {"start": 1154.61, "end": 1155.35, "word": " the", "probability": 0.27587890625}, {"start": 1155.35, "end": 1155.79, "word": " constraint.", "probability": 0.363037109375}, {"start": 1155.95, "end": 1156.39, "word": " Any", "probability": 0.216064453125}, {"start": 1156.39, "end": 1156.65, "word": " name", "probability": 0.50048828125}, {"start": 1156.65, "end": 1156.79, "word": " that", "probability": 0.41748046875}, {"start": 1156.79, "end": 1156.97, "word": " contains", "probability": 0.63623046875}, {"start": 1156.97, "end": 1157.17, "word": " the", "probability": 0.4833984375}, {"start": 1157.17, "end": 1157.33, "word": " letter", "probability": 0.80810546875}, {"start": 1157.33, "end": 1157.61, "word": " A", "probability": 0.5126953125}, {"start": 1157.61, "end": 1157.75, "word": " whether", "probability": 0.235595703125}, {"start": 1157.75, "end": 1157.85, "word": " it", "probability": 0.394775390625}, {"start": 1157.85, "end": 1157.85, "word": " is", "probability": 0.5751953125}, {"start": 1157.85, "end": 1157.95, "word": " in", "probability": 0.79736328125}, {"start": 1157.95, "end": 1158.05, "word": " the", "probability": 0.87109375}, {"start": 1158.05, "end": 1158.21, "word": " middle", "probability": 0.8798828125}, {"start": 1158.21, "end": 1158.39, "word": " or", "probability": 0.4541015625}, {"start": 1158.39, "end": 1158.47, "word": " in", "probability": 0.35205078125}, {"start": 1158.47, "end": 1158.53, "word": " the", "probability": 0.8837890625}, {"start": 1158.53, "end": 1158.71, "word": " beginning", "probability": 0.358154296875}, {"start": 1158.71, "end": 1158.85, "word": " or", "probability": 0.85400390625}, {"start": 1158.85, "end": 1158.93, "word": " in", "probability": 0.6513671875}, {"start": 1158.93, "end": 1158.99, "word": " the", "probability": 0.91845703125}, {"start": 1158.99, "end": 1159.19, "word": " end,", "probability": 0.81787109375}, {"start": 1159.29, "end": 1159.35, "word": " you", "probability": 0.638671875}, {"start": 1159.35, "end": 1159.49, "word": " get", "probability": 0.355224609375}, {"start": 1159.49, "end": 1159.63, "word": " it.", "probability": 0.8291015625}, {"start": 1159.93, "end": 1160.37, "word": " But", "probability": 0.79296875}, {"start": 1160.37, "end": 1160.57, "word": " if", "probability": 0.8642578125}, {"start": 1160.57, "end": 1160.79, "word": " you", "probability": 0.96484375}, {"start": 1160.79, "end": 1161.03, "word": " want", "probability": 0.8349609375}, {"start": 1161.03, "end": 1161.03, "word": " to", "probability": 0.9609375}, {"start": 1161.03, "end": 1161.23, "word": " make", "probability": 0.291259765625}, {"start": 1161.23, "end": 1161.33, "word": " a", "probability": 0.8818359375}, {"start": 1161.33, "end": 1161.65, "word": " filter", "probability": 0.962890625}, {"start": 1161.65, "end": 1161.91, "word": " based", "probability": 0.70654296875}, {"start": 1161.91, "end": 1162.17, "word": " on", "probability": 0.9482421875}, {"start": 1162.17, "end": 1162.91, "word": " the", "probability": 0.8955078125}, {"start": 1162.91, "end": 1162.91, "word": " beginning,", "probability": 0.68701171875}, {"start": 1163.43, "end": 1164.23, "word": " you", "probability": 0.84912109375}, {"start": 1164.23, "end": 1164.45, "word": " say,", "probability": 0.33349609375}, {"start": 1164.61, "end": 1164.79, "word": " give", "probability": 0.28955078125}, {"start": 1164.79, "end": 1164.95, "word": " me", "probability": 0.32275390625}, {"start": 1164.95, "end": 1165.23, "word": " all", "probability": 0.89892578125}, {"start": 1165.23, "end": 1165.35, "word": " the", "probability": 0.51416015625}, {"start": 1165.35, "end": 1165.79, "word": " employees", "probability": 0.859375}, {"start": 1165.79, "end": 1165.99, "word": " whose", "probability": 0.6796875}, {"start": 1165.99, "end": 1166.29, "word": " name", "probability": 0.625}, {"start": 1166.29, "end": 1167.47, "word": " is", "probability": 0.63818359375}, {"start": 1167.47, "end": 1167.87, "word": " like", "probability": 0.7392578125}, {"start": 1167.87, "end": 1168.53, "word": " constraint,", "probability": 0.61083984375}, {"start": 1168.93, "end": 1169.21, "word": " then", "probability": 0.6025390625}, {"start": 1169.21, "end": 1169.35, "word": " I", "probability": 0.18603515625}, {"start": 1169.35, "end": 1169.53, "word": " marked", "probability": 0.10736083984375}, {"start": 1169.53, "end": 1170.13, "word": " it", "probability": 0.290283203125}, {"start": 1170.13, "end": 1170.23, "word": " with", "probability": 0.479248046875}, {"start": 1170.23, "end": 1170.33, "word": " a", "probability": 0.55224609375}, {"start": 1170.33, "end": 1170.53, "word": " power", "probability": 0.1640625}, {"start": 1170.53, "end": 1170.65, "word": " sign,", "probability": 0.1552734375}, {"start": 1170.71, "end": 1170.87, "word": " to", "probability": 0.2099609375}, {"start": 1170.87, "end": 1171.19, "word": " start", "probability": 0.73046875}, {"start": 1171.19, "end": 1171.35, "word": " with", "probability": 0.8271484375}, {"start": 1171.35, "end": 1171.97, "word": " constraint.", "probability": 0.48046875}, {"start": 1173.65, "end": 1174.03, "word": " What", "probability": 0.80615234375}, {"start": 1174.03, "end": 1174.03, "word": " does", "probability": 0.7392578125}, {"start": 1174.03, "end": 1174.65, "word": " this", "probability": 0.6826171875}, {"start": 1174.65, "end": 1174.65, "word": " return?", "probability": 0.194091796875}, {"start": 1178.11, "end": 1178.55, "word": " Cursor,", "probability": 0.774169921875}, {"start": 1178.91, "end": 1179.47, "word": " cursor.", "probability": 0.87060546875}, {"start": 1180.43, "end": 1180.79, "word": " And", "probability": 0.79345703125}, {"start": 1180.79, "end": 1180.93, "word": " you", "probability": 0.720703125}, {"start": 1180.93, "end": 1181.49, "word": " return", "probability": 0.403076171875}, {"start": 1181.49, "end": 1181.81, "word": " to", "probability": 0.5087890625}, {"start": 1181.81, "end": 1182.07, "word": " what?", "probability": 0.91943359375}], "temperature": 1.0}, {"id": 49, "seek": 120139, "start": 1190.17, "end": 1201.39, "text": " Yes, that's right. It's based on what you write that triggers the list view. If it's 10, if it's 10 that look like the letter A, I'll print them. But if they don't look like the letter A,", "tokens": [1079, 11, 300, 311, 558, 13, 467, 311, 2361, 322, 437, 291, 2464, 300, 22827, 264, 1329, 1910, 13, 759, 309, 311, 1266, 11, 498, 309, 311, 1266, 300, 574, 411, 264, 5063, 316, 11, 286, 603, 4482, 552, 13, 583, 498, 436, 500, 380, 574, 411, 264, 5063, 316, 11], "avg_logprob": -0.5516826923076923, "compression_ratio": 1.492063492063492, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1190.1699999999998, "end": 1190.57, "word": " Yes,", "probability": 0.198486328125}, {"start": 1190.89, "end": 1190.89, "word": " that's", "probability": 0.45648193359375}, {"start": 1190.89, "end": 1191.69, "word": " right.", "probability": 0.5830078125}, {"start": 1191.91, "end": 1192.31, "word": " It's", "probability": 0.3160400390625}, {"start": 1192.31, "end": 1193.11, "word": " based", "probability": 0.6064453125}, {"start": 1193.11, "end": 1193.31, "word": " on", "probability": 0.94775390625}, {"start": 1193.31, "end": 1193.45, "word": " what", "probability": 0.806640625}, {"start": 1193.45, "end": 1193.55, "word": " you", "probability": 0.90478515625}, {"start": 1193.55, "end": 1193.87, "word": " write", "probability": 0.73681640625}, {"start": 1193.87, "end": 1194.23, "word": " that", "probability": 0.4228515625}, {"start": 1194.23, "end": 1194.75, "word": " triggers", "probability": 0.047332763671875}, {"start": 1194.75, "end": 1195.81, "word": " the", "probability": 0.53369140625}, {"start": 1195.81, "end": 1196.01, "word": " list", "probability": 0.39892578125}, {"start": 1196.01, "end": 1196.27, "word": " view.", "probability": 0.72998046875}, {"start": 1196.47, "end": 1196.73, "word": " If", "probability": 0.83447265625}, {"start": 1196.73, "end": 1196.95, "word": " it's", "probability": 0.4771728515625}, {"start": 1196.95, "end": 1197.25, "word": " 10,", "probability": 0.52099609375}, {"start": 1197.45, "end": 1197.89, "word": " if", "probability": 0.353759765625}, {"start": 1197.89, "end": 1198.11, "word": " it's", "probability": 0.880126953125}, {"start": 1198.11, "end": 1198.35, "word": " 10", "probability": 0.8974609375}, {"start": 1198.35, "end": 1198.45, "word": " that", "probability": 0.6259765625}, {"start": 1198.45, "end": 1198.59, "word": " look", "probability": 0.281005859375}, {"start": 1198.59, "end": 1198.69, "word": " like", "probability": 0.9208984375}, {"start": 1198.69, "end": 1198.75, "word": " the", "probability": 0.5546875}, {"start": 1198.75, "end": 1198.89, "word": " letter", "probability": 0.8515625}, {"start": 1198.89, "end": 1199.07, "word": " A,", "probability": 0.68310546875}, {"start": 1199.13, "end": 1199.21, "word": " I'll", "probability": 0.4127197265625}, {"start": 1199.21, "end": 1199.37, "word": " print", "probability": 0.273193359375}, {"start": 1199.37, "end": 1199.55, "word": " them.", "probability": 0.83251953125}, {"start": 1200.15, "end": 1200.39, "word": " But", "probability": 0.8681640625}, {"start": 1200.39, "end": 1200.47, "word": " if", "probability": 0.4775390625}, {"start": 1200.47, "end": 1200.55, "word": " they", "probability": 0.5625}, {"start": 1200.55, "end": 1200.57, "word": " don't", "probability": 0.9423828125}, {"start": 1200.57, "end": 1200.69, "word": " look", "probability": 0.93701171875}, {"start": 1200.69, "end": 1200.87, "word": " like", "probability": 0.94189453125}, {"start": 1200.87, "end": 1200.89, "word": " the", "probability": 0.82177734375}, {"start": 1200.89, "end": 1201.07, "word": " letter", "probability": 0.8974609375}, {"start": 1201.07, "end": 1201.39, "word": " A,", "probability": 0.98974609375}], "temperature": 1.0}, {"id": 50, "seek": 122233, "start": 1202.44, "end": 1222.34, "text": " If you wrote something, it won't ask you anything. But now, we have decided how the adapter will deal with the constraint. But we haven't decided yet where the constraint will come from. We haven't connected the adapter to the Edit Text yet. So, we need to go to Edit Text.", "tokens": [759, 291, 4114, 746, 11, 309, 1582, 380, 1029, 291, 1340, 13, 583, 586, 11, 321, 362, 3047, 577, 264, 22860, 486, 2028, 365, 264, 25534, 13, 583, 321, 2378, 380, 3047, 1939, 689, 264, 25534, 486, 808, 490, 13, 492, 2378, 380, 4582, 264, 22860, 281, 264, 33241, 18643, 1939, 13, 407, 11, 321, 643, 281, 352, 281, 33241, 18643, 13], "avg_logprob": -0.577380929674421, "compression_ratio": 1.6407185628742516, "no_speech_prob": 0.0, "words": [{"start": 1202.44, "end": 1202.68, "word": " If", "probability": 0.5}, {"start": 1202.68, "end": 1202.88, "word": " you", "probability": 0.83740234375}, {"start": 1202.88, "end": 1203.12, "word": " wrote", "probability": 0.66455078125}, {"start": 1203.12, "end": 1203.34, "word": " something,", "probability": 0.27587890625}, {"start": 1203.42, "end": 1203.74, "word": " it", "probability": 0.275634765625}, {"start": 1203.74, "end": 1204.36, "word": " won't", "probability": 0.607666015625}, {"start": 1204.36, "end": 1204.62, "word": " ask", "probability": 0.0814208984375}, {"start": 1204.62, "end": 1204.74, "word": " you", "probability": 0.58837890625}, {"start": 1204.74, "end": 1204.88, "word": " anything.", "probability": 0.54931640625}, {"start": 1205.44, "end": 1205.66, "word": " But", "probability": 0.46484375}, {"start": 1205.66, "end": 1205.94, "word": " now,", "probability": 0.32666015625}, {"start": 1206.6, "end": 1207.24, "word": " we", "probability": 0.92529296875}, {"start": 1207.24, "end": 1207.3, "word": " have", "probability": 0.328369140625}, {"start": 1207.3, "end": 1207.68, "word": " decided", "probability": 0.36279296875}, {"start": 1207.68, "end": 1208.62, "word": " how", "probability": 0.8701171875}, {"start": 1208.62, "end": 1211.26, "word": " the", "probability": 0.6982421875}, {"start": 1211.26, "end": 1211.7, "word": " adapter", "probability": 0.7578125}, {"start": 1211.7, "end": 1211.9, "word": " will", "probability": 0.75390625}, {"start": 1211.9, "end": 1211.9, "word": " deal", "probability": 0.289794921875}, {"start": 1211.9, "end": 1212.04, "word": " with", "probability": 0.904296875}, {"start": 1212.04, "end": 1212.2, "word": " the", "probability": 0.64453125}, {"start": 1212.2, "end": 1212.62, "word": " constraint.", "probability": 0.734375}, {"start": 1213.48, "end": 1213.66, "word": " But", "probability": 0.7939453125}, {"start": 1213.66, "end": 1213.88, "word": " we", "probability": 0.84228515625}, {"start": 1213.88, "end": 1213.98, "word": " haven't", "probability": 0.7374267578125}, {"start": 1213.98, "end": 1214.3, "word": " decided", "probability": 0.81982421875}, {"start": 1214.3, "end": 1214.5, "word": " yet", "probability": 0.4150390625}, {"start": 1214.5, "end": 1214.68, "word": " where", "probability": 0.55859375}, {"start": 1214.68, "end": 1215.66, "word": " the", "probability": 0.71630859375}, {"start": 1215.66, "end": 1216.08, "word": " constraint", "probability": 0.90380859375}, {"start": 1216.08, "end": 1216.08, "word": " will", "probability": 0.7353515625}, {"start": 1216.08, "end": 1216.08, "word": " come", "probability": 0.78662109375}, {"start": 1216.08, "end": 1216.08, "word": " from.", "probability": 0.83740234375}, {"start": 1216.2, "end": 1216.26, "word": " We", "probability": 0.7421875}, {"start": 1216.26, "end": 1216.28, "word": " haven't", "probability": 0.768798828125}, {"start": 1216.28, "end": 1216.52, "word": " connected", "probability": 0.336669921875}, {"start": 1216.52, "end": 1216.88, "word": " the", "probability": 0.84423828125}, {"start": 1216.88, "end": 1217.28, "word": " adapter", "probability": 0.85546875}, {"start": 1217.28, "end": 1217.48, "word": " to", "probability": 0.59716796875}, {"start": 1217.48, "end": 1218.54, "word": " the", "probability": 0.3291015625}, {"start": 1218.54, "end": 1218.74, "word": " Edit", "probability": 0.525390625}, {"start": 1218.74, "end": 1219.1, "word": " Text", "probability": 0.5986328125}, {"start": 1219.1, "end": 1219.26, "word": " yet.", "probability": 0.1810302734375}, {"start": 1219.92, "end": 1220.4, "word": " So,", "probability": 0.318359375}, {"start": 1220.44, "end": 1220.82, "word": " we", "probability": 0.258544921875}, {"start": 1220.82, "end": 1221.38, "word": " need", "probability": 0.186279296875}, {"start": 1221.38, "end": 1221.5, "word": " to", "probability": 0.96240234375}, {"start": 1221.5, "end": 1221.6, "word": " go", "probability": 0.8271484375}, {"start": 1221.6, "end": 1221.74, "word": " to", "probability": 0.90869140625}, {"start": 1221.74, "end": 1221.94, "word": " Edit", "probability": 0.60595703125}, {"start": 1221.94, "end": 1222.34, "word": " Text.", "probability": 0.96533203125}], "temperature": 1.0}, {"id": 51, "seek": 125113, "start": 1223.39, "end": 1251.13, "text": " And we create a listener for whom? For the edit text If any letter is written in the edit text Take and send it to whom? To the adapter And what does the adapter consider? The constraint and execute on it Here we have determined how the adapter will deal with the constraint But where did the constraint come from? Not yet Where did the constraint come from? From the edit text So we go and get the edit text Edit text, we called it filter", "tokens": [400, 321, 1884, 257, 31569, 337, 7101, 30, 1171, 264, 8129, 2487, 759, 604, 5063, 307, 3720, 294, 264, 8129, 2487, 3664, 293, 2845, 309, 281, 7101, 30, 1407, 264, 22860, 400, 437, 775, 264, 22860, 1949, 30, 440, 25534, 293, 14483, 322, 309, 1692, 321, 362, 9540, 577, 264, 22860, 486, 2028, 365, 264, 25534, 583, 689, 630, 264, 25534, 808, 490, 30, 1726, 1939, 2305, 630, 264, 25534, 808, 490, 30, 3358, 264, 8129, 2487, 407, 321, 352, 293, 483, 264, 8129, 2487, 33241, 2487, 11, 321, 1219, 309, 6608], "avg_logprob": -0.5043682975153769, "compression_ratio": 1.9642857142857142, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1223.39, "end": 1223.91, "word": " And", "probability": 0.30224609375}, {"start": 1223.91, "end": 1224.05, "word": " we", "probability": 0.426513671875}, {"start": 1224.05, "end": 1224.17, "word": " create", "probability": 0.1788330078125}, {"start": 1224.17, "end": 1224.31, "word": " a", "probability": 0.85009765625}, {"start": 1224.31, "end": 1224.59, "word": " listener", "probability": 0.6708984375}, {"start": 1224.59, "end": 1224.87, "word": " for", "probability": 0.266845703125}, {"start": 1224.87, "end": 1225.03, "word": " whom?", "probability": 0.1827392578125}, {"start": 1225.43, "end": 1225.95, "word": " For", "probability": 0.51806640625}, {"start": 1225.95, "end": 1226.01, "word": " the", "probability": 0.51953125}, {"start": 1226.01, "end": 1226.11, "word": " edit", "probability": 0.4619140625}, {"start": 1226.11, "end": 1226.45, "word": " text", "probability": 0.88916015625}, {"start": 1226.45, "end": 1226.69, "word": " If", "probability": 0.16015625}, {"start": 1226.69, "end": 1227.63, "word": " any", "probability": 0.32763671875}, {"start": 1227.63, "end": 1228.01, "word": " letter", "probability": 0.810546875}, {"start": 1228.01, "end": 1228.21, "word": " is", "probability": 0.52685546875}, {"start": 1228.21, "end": 1228.43, "word": " written", "probability": 0.344970703125}, {"start": 1228.43, "end": 1229.09, "word": " in", "probability": 0.59326171875}, {"start": 1229.09, "end": 1229.19, "word": " the", "probability": 0.791015625}, {"start": 1229.19, "end": 1229.31, "word": " edit", "probability": 0.931640625}, {"start": 1229.31, "end": 1229.75, "word": " text", "probability": 0.974609375}, {"start": 1229.75, "end": 1230.45, "word": " Take", "probability": 0.19580078125}, {"start": 1230.45, "end": 1230.65, "word": " and", "probability": 0.52197265625}, {"start": 1230.65, "end": 1230.81, "word": " send", "probability": 0.176513671875}, {"start": 1230.81, "end": 1230.99, "word": " it", "probability": 0.736328125}, {"start": 1230.99, "end": 1231.01, "word": " to", "probability": 0.919921875}, {"start": 1231.01, "end": 1231.15, "word": " whom?", "probability": 0.7392578125}, {"start": 1231.45, "end": 1231.51, "word": " To", "probability": 0.87646484375}, {"start": 1231.51, "end": 1231.83, "word": " the", "probability": 0.87060546875}, {"start": 1231.83, "end": 1232.19, "word": " adapter", "probability": 0.7119140625}, {"start": 1232.19, "end": 1232.91, "word": " And", "probability": 0.6767578125}, {"start": 1232.91, "end": 1233.01, "word": " what", "probability": 0.355712890625}, {"start": 1233.01, "end": 1233.01, "word": " does", "probability": 0.415283203125}, {"start": 1233.01, "end": 1233.01, "word": " the", "probability": 0.84765625}, {"start": 1233.01, "end": 1233.43, "word": " adapter", "probability": 0.86962890625}, {"start": 1233.43, "end": 1233.91, "word": " consider?", "probability": 0.78857421875}, {"start": 1234.69, "end": 1235.21, "word": " The", "probability": 0.5107421875}, {"start": 1235.21, "end": 1235.57, "word": " constraint", "probability": 0.86865234375}, {"start": 1235.57, "end": 1235.73, "word": " and", "probability": 0.62548828125}, {"start": 1235.73, "end": 1235.99, "word": " execute", "probability": 0.1446533203125}, {"start": 1235.99, "end": 1236.21, "word": " on", "probability": 0.360107421875}, {"start": 1236.21, "end": 1236.29, "word": " it", "probability": 0.85107421875}, {"start": 1236.29, "end": 1236.83, "word": " Here", "probability": 0.28076171875}, {"start": 1236.83, "end": 1237.17, "word": " we", "probability": 0.662109375}, {"start": 1237.17, "end": 1237.23, "word": " have", "probability": 0.35986328125}, {"start": 1237.23, "end": 1237.67, "word": " determined", "probability": 0.332763671875}, {"start": 1237.67, "end": 1238.63, "word": " how", "probability": 0.71533203125}, {"start": 1238.63, "end": 1238.77, "word": " the", "probability": 0.84326171875}, {"start": 1238.77, "end": 1239.07, "word": " adapter", "probability": 0.857421875}, {"start": 1239.07, "end": 1239.25, "word": " will", "probability": 0.72314453125}, {"start": 1239.25, "end": 1239.49, "word": " deal", "probability": 0.41552734375}, {"start": 1239.49, "end": 1239.63, "word": " with", "probability": 0.9013671875}, {"start": 1239.63, "end": 1239.73, "word": " the", "probability": 0.7724609375}, {"start": 1239.73, "end": 1240.11, "word": " constraint", "probability": 0.888671875}, {"start": 1240.11, "end": 1240.31, "word": " But", "probability": 0.77978515625}, {"start": 1240.31, "end": 1240.59, "word": " where", "probability": 0.58447265625}, {"start": 1240.59, "end": 1240.73, "word": " did", "probability": 0.65673828125}, {"start": 1240.73, "end": 1240.93, "word": " the", "probability": 0.88330078125}, {"start": 1240.93, "end": 1241.31, "word": " constraint", "probability": 0.9072265625}, {"start": 1241.31, "end": 1241.31, "word": " come", "probability": 0.80224609375}, {"start": 1241.31, "end": 1242.01, "word": " from?", "probability": 0.87451171875}, {"start": 1242.05, "end": 1242.31, "word": " Not", "probability": 0.286376953125}, {"start": 1242.31, "end": 1242.55, "word": " yet", "probability": 0.8994140625}, {"start": 1242.55, "end": 1243.37, "word": " Where", "probability": 0.362060546875}, {"start": 1243.37, "end": 1243.63, "word": " did", "probability": 0.56298828125}, {"start": 1243.63, "end": 1243.87, "word": " the", "probability": 0.8525390625}, {"start": 1243.87, "end": 1244.43, "word": " constraint", "probability": 0.912109375}, {"start": 1244.43, "end": 1244.43, "word": " come", "probability": 0.82568359375}, {"start": 1244.43, "end": 1244.49, "word": " from?", "probability": 0.8876953125}, {"start": 1244.75, "end": 1245.19, "word": " From", "probability": 0.78857421875}, {"start": 1245.19, "end": 1245.25, "word": " the", "probability": 0.89404296875}, {"start": 1245.25, "end": 1245.39, "word": " edit", "probability": 0.89208984375}, {"start": 1245.39, "end": 1245.71, "word": " text", "probability": 0.96533203125}, {"start": 1245.71, "end": 1246.11, "word": " So", "probability": 0.74755859375}, {"start": 1246.11, "end": 1246.33, "word": " we", "probability": 0.56298828125}, {"start": 1246.33, "end": 1246.43, "word": " go", "probability": 0.494384765625}, {"start": 1246.43, "end": 1246.59, "word": " and", "probability": 0.61767578125}, {"start": 1246.59, "end": 1246.73, "word": " get", "probability": 0.69580078125}, {"start": 1246.73, "end": 1246.89, "word": " the", "probability": 0.89599609375}, {"start": 1246.89, "end": 1247.03, "word": " edit", "probability": 0.9189453125}, {"start": 1247.03, "end": 1247.47, "word": " text", "probability": 0.966796875}, {"start": 1247.47, "end": 1248.49, "word": " Edit", "probability": 0.350341796875}, {"start": 1248.49, "end": 1248.93, "word": " text,", "probability": 0.9052734375}, {"start": 1249.03, "end": 1249.35, "word": " we", "probability": 0.82177734375}, {"start": 1249.35, "end": 1249.35, "word": " called", "probability": 0.273681640625}, {"start": 1249.35, "end": 1249.97, "word": " it", "probability": 0.8994140625}, {"start": 1249.97, "end": 1251.13, "word": " filter", "probability": 0.59423828125}], "temperature": 1.0}, {"id": 52, "seek": 128152, "start": 1253.22, "end": 1281.52, "text": " ed find view by id r.id.filter ed. This brings us to the edit text. Now let's make a listener to the edit text. This is the first time we take it. How do we listen to the text that is written on the edit text? There is a method called addTextChangedListener. This is like a sit and click listener. It listens to the action on the button. This listens to what? To the text that is written in it. What does it take? An object of what kind? Text.", "tokens": [1257, 915, 1910, 538, 4496, 367, 13, 327, 13, 19776, 391, 1257, 13, 639, 5607, 505, 281, 264, 8129, 2487, 13, 823, 718, 311, 652, 257, 31569, 281, 264, 8129, 2487, 13, 639, 307, 264, 700, 565, 321, 747, 309, 13, 1012, 360, 321, 2140, 281, 264, 2487, 300, 307, 3720, 322, 264, 8129, 2487, 30, 821, 307, 257, 3170, 1219, 909, 50198, 6546, 10296, 35819, 260, 13, 639, 307, 411, 257, 1394, 293, 2052, 31569, 13, 467, 35959, 281, 264, 3069, 322, 264, 2960, 13, 639, 35959, 281, 437, 30, 1407, 264, 2487, 300, 307, 3720, 294, 309, 13, 708, 775, 309, 747, 30, 1107, 2657, 295, 437, 733, 30, 18643, 13], "avg_logprob": -0.36321273236943963, "compression_ratio": 1.8577405857740585, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1253.2199999999998, "end": 1253.62, "word": " ed", "probability": 0.196533203125}, {"start": 1253.62, "end": 1254.02, "word": " find", "probability": 0.55615234375}, {"start": 1254.02, "end": 1254.72, "word": " view", "probability": 0.483154296875}, {"start": 1254.72, "end": 1254.98, "word": " by", "probability": 0.88232421875}, {"start": 1254.98, "end": 1255.4, "word": " id", "probability": 0.73828125}, {"start": 1255.4, "end": 1255.86, "word": " r", "probability": 0.75537109375}, {"start": 1255.86, "end": 1256.66, "word": ".id", "probability": 0.878662109375}, {"start": 1256.66, "end": 1258.52, "word": ".filter", "probability": 0.8792317708333334}, {"start": 1258.52, "end": 1259.2, "word": " ed.", "probability": 0.306396484375}, {"start": 1259.56, "end": 1259.96, "word": " This", "probability": 0.259765625}, {"start": 1259.96, "end": 1260.16, "word": " brings", "probability": 0.26708984375}, {"start": 1260.16, "end": 1260.3, "word": " us", "probability": 0.76806640625}, {"start": 1260.3, "end": 1260.54, "word": " to", "probability": 0.96044921875}, {"start": 1260.54, "end": 1260.58, "word": " the", "probability": 0.51171875}, {"start": 1260.58, "end": 1260.72, "word": " edit", "probability": 0.59716796875}, {"start": 1260.72, "end": 1261.02, "word": " text.", "probability": 0.83544921875}, {"start": 1261.18, "end": 1261.36, "word": " Now", "probability": 0.6962890625}, {"start": 1261.36, "end": 1261.56, "word": " let's", "probability": 0.58154296875}, {"start": 1261.56, "end": 1261.74, "word": " make", "probability": 0.298095703125}, {"start": 1261.74, "end": 1261.86, "word": " a", "probability": 0.90625}, {"start": 1261.86, "end": 1262.12, "word": " listener", "probability": 0.85986328125}, {"start": 1262.12, "end": 1262.32, "word": " to", "probability": 0.4697265625}, {"start": 1262.32, "end": 1262.36, "word": " the", "probability": 0.70068359375}, {"start": 1262.36, "end": 1262.54, "word": " edit", "probability": 0.90771484375}, {"start": 1262.54, "end": 1262.82, "word": " text.", "probability": 0.970703125}, {"start": 1263.18, "end": 1263.36, "word": " This", "probability": 0.74853515625}, {"start": 1263.36, "end": 1263.4, "word": " is", "probability": 0.9189453125}, {"start": 1263.4, "end": 1263.48, "word": " the", "probability": 0.8427734375}, {"start": 1263.48, "end": 1263.58, "word": " first", "probability": 0.87890625}, {"start": 1263.58, "end": 1263.78, "word": " time", "probability": 0.81005859375}, {"start": 1263.78, "end": 1263.9, "word": " we", "probability": 0.54736328125}, {"start": 1263.9, "end": 1264.04, "word": " take", "probability": 0.2200927734375}, {"start": 1264.04, "end": 1264.18, "word": " it.", "probability": 0.71923828125}, {"start": 1264.7, "end": 1265.06, "word": " How", "probability": 0.84130859375}, {"start": 1265.06, "end": 1265.12, "word": " do", "probability": 0.70751953125}, {"start": 1265.12, "end": 1265.26, "word": " we", "probability": 0.92431640625}, {"start": 1265.26, "end": 1265.6, "word": " listen", "probability": 0.69189453125}, {"start": 1265.6, "end": 1265.8, "word": " to", "probability": 0.9638671875}, {"start": 1265.8, "end": 1265.9, "word": " the", "probability": 0.7919921875}, {"start": 1265.9, "end": 1266.2, "word": " text", "probability": 0.9345703125}, {"start": 1266.2, "end": 1266.34, "word": " that", "probability": 0.6083984375}, {"start": 1266.34, "end": 1266.44, "word": " is", "probability": 0.8134765625}, {"start": 1266.44, "end": 1266.66, "word": " written", "probability": 0.693359375}, {"start": 1266.66, "end": 1266.86, "word": " on", "probability": 0.75341796875}, {"start": 1266.86, "end": 1266.96, "word": " the", "probability": 0.8994140625}, {"start": 1266.96, "end": 1267.14, "word": " edit", "probability": 0.908203125}, {"start": 1267.14, "end": 1267.46, "word": " text?", "probability": 0.96923828125}, {"start": 1267.92, "end": 1268.24, "word": " There", "probability": 0.7705078125}, {"start": 1268.24, "end": 1268.26, "word": " is", "probability": 0.771484375}, {"start": 1268.26, "end": 1268.32, "word": " a", "probability": 0.947265625}, {"start": 1268.32, "end": 1268.54, "word": " method", "probability": 0.9404296875}, {"start": 1268.54, "end": 1268.82, "word": " called", "probability": 0.7802734375}, {"start": 1268.82, "end": 1271.94, "word": " addTextChangedListener.", "probability": 0.86376953125}, {"start": 1272.12, "end": 1272.34, "word": " This", "probability": 0.61962890625}, {"start": 1272.34, "end": 1272.54, "word": " is", "probability": 0.84716796875}, {"start": 1272.54, "end": 1273.04, "word": " like", "probability": 0.81396484375}, {"start": 1273.04, "end": 1273.22, "word": " a", "probability": 0.3310546875}, {"start": 1273.22, "end": 1273.36, "word": " sit", "probability": 0.48193359375}, {"start": 1273.36, "end": 1273.48, "word": " and", "probability": 0.32763671875}, {"start": 1273.48, "end": 1273.74, "word": " click", "probability": 0.89990234375}, {"start": 1273.74, "end": 1274.16, "word": " listener.", "probability": 0.81201171875}, {"start": 1274.4, "end": 1274.54, "word": " It", "probability": 0.58447265625}, {"start": 1274.54, "end": 1274.84, "word": " listens", "probability": 0.7783203125}, {"start": 1274.84, "end": 1275.1, "word": " to", "probability": 0.9580078125}, {"start": 1275.1, "end": 1275.16, "word": " the", "probability": 0.708984375}, {"start": 1275.16, "end": 1275.48, "word": " action", "probability": 0.904296875}, {"start": 1275.48, "end": 1275.66, "word": " on", "probability": 0.70458984375}, {"start": 1275.66, "end": 1275.7, "word": " the", "probability": 0.9052734375}, {"start": 1275.7, "end": 1275.92, "word": " button.", "probability": 0.6337890625}, {"start": 1276.5, "end": 1276.78, "word": " This", "probability": 0.52001953125}, {"start": 1276.78, "end": 1277.1, "word": " listens", "probability": 0.54150390625}, {"start": 1277.1, "end": 1277.34, "word": " to", "probability": 0.95654296875}, {"start": 1277.34, "end": 1277.58, "word": " what?", "probability": 0.53955078125}, {"start": 1277.64, "end": 1277.8, "word": " To", "probability": 0.626953125}, {"start": 1277.8, "end": 1277.92, "word": " the", "probability": 0.86376953125}, {"start": 1277.92, "end": 1278.12, "word": " text", "probability": 0.9423828125}, {"start": 1278.12, "end": 1278.26, "word": " that", "probability": 0.6943359375}, {"start": 1278.26, "end": 1278.38, "word": " is", "probability": 0.4736328125}, {"start": 1278.38, "end": 1278.58, "word": " written", "probability": 0.84423828125}, {"start": 1278.58, "end": 1278.8, "word": " in", "probability": 0.4404296875}, {"start": 1278.8, "end": 1279.06, "word": " it.", "probability": 0.352783203125}, {"start": 1279.4, "end": 1279.74, "word": " What", "probability": 0.759765625}, {"start": 1279.74, "end": 1279.8, "word": " does", "probability": 0.64306640625}, {"start": 1279.8, "end": 1279.94, "word": " it", "probability": 0.80908203125}, {"start": 1279.94, "end": 1280.16, "word": " take?", "probability": 0.7255859375}, {"start": 1280.22, "end": 1280.28, "word": " An", "probability": 0.432861328125}, {"start": 1280.28, "end": 1280.5, "word": " object", "probability": 0.97216796875}, {"start": 1280.5, "end": 1280.62, "word": " of", "probability": 0.88330078125}, {"start": 1280.62, "end": 1280.76, "word": " what", "probability": 0.479736328125}, {"start": 1280.76, "end": 1280.86, "word": " kind?", "probability": 0.564453125}, {"start": 1281.16, "end": 1281.52, "word": " Text.", "probability": 0.9111328125}], "temperature": 1.0}, {"id": 53, "seek": 130859, "start": 1281.64, "end": 1308.6, "text": " Text Watcher. So you do it and say New Text Watcher. Because here it is not like the button. The button used to give you one method. How many methods are there? Three. No, these are things for philosophy. So what do you have to do before it is pressed on the letter? What do you have to do before it is pressed? What do you have to do after it is pressed? It is not necessary to use them all. Yes, just like that. You have to use one, which is After Text Change. After it is pressed.", "tokens": [18643, 7277, 260, 13, 407, 291, 360, 309, 293, 584, 1873, 18643, 7277, 260, 13, 1436, 510, 309, 307, 406, 411, 264, 2960, 13, 440, 2960, 1143, 281, 976, 291, 472, 3170, 13, 1012, 867, 7150, 366, 456, 30, 6244, 13, 883, 11, 613, 366, 721, 337, 10675, 13, 407, 437, 360, 291, 362, 281, 360, 949, 309, 307, 17355, 322, 264, 5063, 30, 708, 360, 291, 362, 281, 360, 949, 309, 307, 17355, 30, 708, 360, 291, 362, 281, 360, 934, 309, 307, 17355, 30, 467, 307, 406, 4818, 281, 764, 552, 439, 13, 1079, 11, 445, 411, 300, 13, 509, 362, 281, 764, 472, 11, 597, 307, 2381, 18643, 15060, 13, 2381, 309, 307, 17355, 13], "avg_logprob": -0.43933823579499703, "compression_ratio": 1.967479674796748, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1281.64, "end": 1281.92, "word": " Text", "probability": 0.3671875}, {"start": 1281.92, "end": 1282.38, "word": " Watcher.", "probability": 0.7626953125}, {"start": 1282.54, "end": 1282.78, "word": " So", "probability": 0.41455078125}, {"start": 1282.78, "end": 1282.9, "word": " you", "probability": 0.60302734375}, {"start": 1282.9, "end": 1283.12, "word": " do", "probability": 0.17919921875}, {"start": 1283.12, "end": 1283.26, "word": " it", "probability": 0.4599609375}, {"start": 1283.26, "end": 1283.3, "word": " and", "probability": 0.7685546875}, {"start": 1283.3, "end": 1283.54, "word": " say", "probability": 0.473876953125}, {"start": 1283.54, "end": 1283.9, "word": " New", "probability": 0.2039794921875}, {"start": 1283.9, "end": 1284.88, "word": " Text", "probability": 0.93017578125}, {"start": 1284.88, "end": 1287.72, "word": " Watcher.", "probability": 0.9423828125}, {"start": 1287.8, "end": 1288.16, "word": " Because", "probability": 0.802734375}, {"start": 1288.16, "end": 1288.44, "word": " here", "probability": 0.73876953125}, {"start": 1288.44, "end": 1288.56, "word": " it", "probability": 0.56494140625}, {"start": 1288.56, "end": 1288.82, "word": " is", "probability": 0.6201171875}, {"start": 1288.82, "end": 1288.92, "word": " not", "probability": 0.86328125}, {"start": 1288.92, "end": 1289.16, "word": " like", "probability": 0.865234375}, {"start": 1289.16, "end": 1289.56, "word": " the", "probability": 0.7509765625}, {"start": 1289.56, "end": 1289.7, "word": " button.", "probability": 0.5380859375}, {"start": 1290.7, "end": 1291.06, "word": " The", "probability": 0.70947265625}, {"start": 1291.06, "end": 1291.22, "word": " button", "probability": 0.85009765625}, {"start": 1291.22, "end": 1291.44, "word": " used", "probability": 0.12445068359375}, {"start": 1291.44, "end": 1291.46, "word": " to", "probability": 0.970703125}, {"start": 1291.46, "end": 1291.56, "word": " give", "probability": 0.53369140625}, {"start": 1291.56, "end": 1291.7, "word": " you", "probability": 0.89111328125}, {"start": 1291.7, "end": 1291.74, "word": " one", "probability": 0.57568359375}, {"start": 1291.74, "end": 1291.98, "word": " method.", "probability": 0.90380859375}, {"start": 1292.2, "end": 1292.36, "word": " How", "probability": 0.61669921875}, {"start": 1292.36, "end": 1292.48, "word": " many", "probability": 0.89453125}, {"start": 1292.48, "end": 1292.78, "word": " methods", "probability": 0.92724609375}, {"start": 1292.78, "end": 1292.92, "word": " are", "probability": 0.322509765625}, {"start": 1292.92, "end": 1292.92, "word": " there?", "probability": 0.65380859375}, {"start": 1293.28, "end": 1293.64, "word": " Three.", "probability": 0.79296875}, {"start": 1293.9, "end": 1294.06, "word": " No,", "probability": 0.497314453125}, {"start": 1294.16, "end": 1294.24, "word": " these", "probability": 0.21240234375}, {"start": 1294.24, "end": 1294.24, "word": " are", "probability": 0.8828125}, {"start": 1294.24, "end": 1294.32, "word": " things", "probability": 0.2064208984375}, {"start": 1294.32, "end": 1294.5, "word": " for", "probability": 0.7822265625}, {"start": 1294.5, "end": 1294.9, "word": " philosophy.", "probability": 0.615234375}, {"start": 1295.28, "end": 1295.54, "word": " So", "probability": 0.322998046875}, {"start": 1295.54, "end": 1295.7, "word": " what", "probability": 0.5439453125}, {"start": 1295.7, "end": 1295.82, "word": " do", "probability": 0.463623046875}, {"start": 1295.82, "end": 1295.98, "word": " you", "probability": 0.9482421875}, {"start": 1295.98, "end": 1295.98, "word": " have", "probability": 0.326904296875}, {"start": 1295.98, "end": 1295.98, "word": " to", "probability": 0.9677734375}, {"start": 1295.98, "end": 1296.28, "word": " do", "probability": 0.9599609375}, {"start": 1296.28, "end": 1296.78, "word": " before", "probability": 0.71142578125}, {"start": 1296.78, "end": 1296.96, "word": " it", "probability": 0.419189453125}, {"start": 1296.96, "end": 1297.0, "word": " is", "probability": 0.33056640625}, {"start": 1297.0, "end": 1297.12, "word": " pressed", "probability": 0.52490234375}, {"start": 1297.12, "end": 1297.32, "word": " on", "probability": 0.78466796875}, {"start": 1297.32, "end": 1297.42, "word": " the", "probability": 0.86083984375}, {"start": 1297.42, "end": 1297.6, "word": " letter?", "probability": 0.79736328125}, {"start": 1297.82, "end": 1298.0, "word": " What", "probability": 0.771484375}, {"start": 1298.0, "end": 1298.08, "word": " do", "probability": 0.7900390625}, {"start": 1298.08, "end": 1298.18, "word": " you", "probability": 0.96044921875}, {"start": 1298.18, "end": 1298.18, "word": " have", "probability": 0.841796875}, {"start": 1298.18, "end": 1298.18, "word": " to", "probability": 0.9697265625}, {"start": 1298.18, "end": 1298.42, "word": " do", "probability": 0.95751953125}, {"start": 1298.42, "end": 1298.7, "word": " before", "probability": 0.27880859375}, {"start": 1298.7, "end": 1298.98, "word": " it", "probability": 0.71923828125}, {"start": 1298.98, "end": 1299.04, "word": " is", "probability": 0.8232421875}, {"start": 1299.04, "end": 1299.26, "word": " pressed?", "probability": 0.705078125}, {"start": 1299.36, "end": 1299.5, "word": " What", "probability": 0.80810546875}, {"start": 1299.5, "end": 1299.62, "word": " do", "probability": 0.9091796875}, {"start": 1299.62, "end": 1299.7, "word": " you", "probability": 0.9658203125}, {"start": 1299.7, "end": 1299.7, "word": " have", "probability": 0.92236328125}, {"start": 1299.7, "end": 1299.7, "word": " to", "probability": 0.97021484375}, {"start": 1299.7, "end": 1299.96, "word": " do", "probability": 0.962890625}, {"start": 1299.96, "end": 1300.22, "word": " after", "probability": 0.81396484375}, {"start": 1300.22, "end": 1300.52, "word": " it", "probability": 0.350341796875}, {"start": 1300.52, "end": 1300.54, "word": " is", "probability": 0.90625}, {"start": 1300.54, "end": 1300.54, "word": " pressed?", "probability": 0.703125}, {"start": 1301.38, "end": 1301.74, "word": " It", "probability": 0.36376953125}, {"start": 1301.74, "end": 1301.78, "word": " is", "probability": 0.7880859375}, {"start": 1301.78, "end": 1301.86, "word": " not", "probability": 0.9384765625}, {"start": 1301.86, "end": 1302.34, "word": " necessary", "probability": 0.458251953125}, {"start": 1302.34, "end": 1302.48, "word": " to", "probability": 0.74853515625}, {"start": 1302.48, "end": 1302.74, "word": " use", "probability": 0.87060546875}, {"start": 1302.74, "end": 1302.9, "word": " them", "probability": 0.53955078125}, {"start": 1302.9, "end": 1303.12, "word": " all.", "probability": 0.94140625}, {"start": 1303.72, "end": 1303.92, "word": " Yes,", "probability": 0.52490234375}, {"start": 1304.02, "end": 1304.1, "word": " just", "probability": 0.2371826171875}, {"start": 1304.1, "end": 1304.12, "word": " like", "probability": 0.90576171875}, {"start": 1304.12, "end": 1304.32, "word": " that.", "probability": 0.49169921875}, {"start": 1304.36, "end": 1304.44, "word": " You", "probability": 0.576171875}, {"start": 1304.44, "end": 1304.54, "word": " have", "probability": 0.354736328125}, {"start": 1304.54, "end": 1304.6, "word": " to", "probability": 0.97265625}, {"start": 1304.6, "end": 1304.82, "word": " use", "probability": 0.87255859375}, {"start": 1304.82, "end": 1305.1, "word": " one,", "probability": 0.82177734375}, {"start": 1305.16, "end": 1305.22, "word": " which", "probability": 0.81982421875}, {"start": 1305.22, "end": 1305.4, "word": " is", "probability": 0.9296875}, {"start": 1305.4, "end": 1305.98, "word": " After", "probability": 0.462646484375}, {"start": 1305.98, "end": 1306.86, "word": " Text", "probability": 0.9091796875}, {"start": 1306.86, "end": 1307.22, "word": " Change.", "probability": 0.405029296875}, {"start": 1307.76, "end": 1308.12, "word": " After", "probability": 0.8837890625}, {"start": 1308.12, "end": 1308.32, "word": " it", "probability": 0.8623046875}, {"start": 1308.32, "end": 1308.36, "word": " is", "probability": 0.9091796875}, {"start": 1308.36, "end": 1308.6, "word": " pressed.", "probability": 0.685546875}], "temperature": 1.0}, {"id": 54, "seek": 132778, "start": 1309.88, "end": 1327.78, "text": " The text that is written now in the text view will bring it to you in the editable S. This is also the editable S. This indicates to whom? To the text view. This is the constraint. This is the string. Constraint.", "tokens": [440, 2487, 300, 307, 3720, 586, 294, 264, 2487, 1910, 486, 1565, 309, 281, 291, 294, 264, 8129, 712, 318, 13, 639, 307, 611, 264, 8129, 712, 318, 13, 639, 16203, 281, 7101, 30, 1407, 264, 2487, 1910, 13, 639, 307, 264, 25534, 13, 639, 307, 264, 6798, 13, 8574, 424, 686, 13], "avg_logprob": -0.5202546561205829, "compression_ratio": 1.717741935483871, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1309.8799999999999, "end": 1310.36, "word": " The", "probability": 0.44970703125}, {"start": 1310.36, "end": 1310.8, "word": " text", "probability": 0.828125}, {"start": 1310.8, "end": 1311.04, "word": " that", "probability": 0.45703125}, {"start": 1311.04, "end": 1311.76, "word": " is", "probability": 0.54150390625}, {"start": 1311.76, "end": 1312.14, "word": " written", "probability": 0.475341796875}, {"start": 1312.14, "end": 1312.56, "word": " now", "probability": 0.394287109375}, {"start": 1312.56, "end": 1313.26, "word": " in", "probability": 0.7236328125}, {"start": 1313.26, "end": 1313.4, "word": " the", "probability": 0.470703125}, {"start": 1313.4, "end": 1313.56, "word": " text", "probability": 0.484619140625}, {"start": 1313.56, "end": 1313.78, "word": " view", "probability": 0.7373046875}, {"start": 1313.78, "end": 1313.96, "word": " will", "probability": 0.53955078125}, {"start": 1313.96, "end": 1314.16, "word": " bring", "probability": 0.438720703125}, {"start": 1314.16, "end": 1314.4, "word": " it", "probability": 0.486572265625}, {"start": 1314.4, "end": 1314.4, "word": " to", "probability": 0.79931640625}, {"start": 1314.4, "end": 1314.4, "word": " you", "probability": 0.4833984375}, {"start": 1314.4, "end": 1314.58, "word": " in", "probability": 0.66162109375}, {"start": 1314.58, "end": 1314.64, "word": " the", "probability": 0.3046875}, {"start": 1314.64, "end": 1315.8, "word": " editable", "probability": 0.85107421875}, {"start": 1315.8, "end": 1316.12, "word": " S.", "probability": 0.51904296875}, {"start": 1316.72, "end": 1317.04, "word": " This", "probability": 0.58935546875}, {"start": 1317.04, "end": 1317.1, "word": " is", "probability": 0.51171875}, {"start": 1317.1, "end": 1317.28, "word": " also", "probability": 0.68896484375}, {"start": 1317.28, "end": 1317.36, "word": " the", "probability": 0.62939453125}, {"start": 1317.36, "end": 1317.68, "word": " editable", "probability": 0.914306640625}, {"start": 1317.68, "end": 1317.86, "word": " S.", "probability": 0.9814453125}, {"start": 1317.92, "end": 1318.04, "word": " This", "probability": 0.6611328125}, {"start": 1318.04, "end": 1318.5, "word": " indicates", "probability": 0.2169189453125}, {"start": 1318.5, "end": 1318.66, "word": " to", "probability": 0.3662109375}, {"start": 1318.66, "end": 1318.78, "word": " whom?", "probability": 0.943359375}, {"start": 1318.92, "end": 1318.94, "word": " To", "probability": 0.8232421875}, {"start": 1318.94, "end": 1319.02, "word": " the", "probability": 0.90185546875}, {"start": 1319.02, "end": 1319.18, "word": " text", "probability": 0.9423828125}, {"start": 1319.18, "end": 1320.14, "word": " view.", "probability": 0.81494140625}, {"start": 1321.5, "end": 1321.98, "word": " This", "probability": 0.2471923828125}, {"start": 1321.98, "end": 1323.1, "word": " is", "probability": 0.4560546875}, {"start": 1323.1, "end": 1324.04, "word": " the", "probability": 0.75830078125}, {"start": 1324.04, "end": 1324.54, "word": " constraint.", "probability": 0.78857421875}, {"start": 1325.28, "end": 1325.76, "word": " This", "probability": 0.78125}, {"start": 1325.76, "end": 1325.8, "word": " is", "probability": 0.9501953125}, {"start": 1325.8, "end": 1325.88, "word": " the", "probability": 0.46875}, {"start": 1325.88, "end": 1326.24, "word": " string.", "probability": 0.87841796875}, {"start": 1327.3, "end": 1327.78, "word": " Constraint.", "probability": 0.7853190104166666}], "temperature": 1.0}, {"id": 55, "seek": 133987, "start": 1329.09, "end": 1339.87, "text": " It's the S.toString. It's the one that needs to be filtered on what? On it's basis. That's it. Okay? Who are we going to send this gate to? To the adapter. Go to your adapter.", "tokens": [467, 311, 264, 318, 13, 1353, 4520, 2937, 13, 467, 311, 264, 472, 300, 2203, 281, 312, 37111, 322, 437, 30, 1282, 309, 311, 5143, 13, 663, 311, 309, 13, 1033, 30, 2102, 366, 321, 516, 281, 2845, 341, 8539, 281, 30, 1407, 264, 22860, 13, 1037, 281, 428, 22860, 13], "avg_logprob": -0.650240400662789, "compression_ratio": 1.353846153846154, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1329.09, "end": 1329.37, "word": " It's", "probability": 0.293731689453125}, {"start": 1329.37, "end": 1329.49, "word": " the", "probability": 0.39794921875}, {"start": 1329.49, "end": 1329.75, "word": " S", "probability": 0.48974609375}, {"start": 1329.75, "end": 1331.53, "word": ".toString.", "probability": 0.6414794921875}, {"start": 1331.71, "end": 1332.07, "word": " It's", "probability": 0.3673095703125}, {"start": 1332.07, "end": 1332.31, "word": " the", "probability": 0.326904296875}, {"start": 1332.31, "end": 1332.31, "word": " one", "probability": 0.646484375}, {"start": 1332.31, "end": 1332.37, "word": " that", "probability": 0.5546875}, {"start": 1332.37, "end": 1332.57, "word": " needs", "probability": 0.2440185546875}, {"start": 1332.57, "end": 1332.57, "word": " to", "probability": 0.703125}, {"start": 1332.57, "end": 1332.63, "word": " be", "probability": 0.54150390625}, {"start": 1332.63, "end": 1332.89, "word": " filtered", "probability": 0.86279296875}, {"start": 1332.89, "end": 1333.05, "word": " on", "probability": 0.177490234375}, {"start": 1333.05, "end": 1333.35, "word": " what?", "probability": 0.304443359375}, {"start": 1333.87, "end": 1334.27, "word": " On", "probability": 0.5908203125}, {"start": 1334.27, "end": 1334.41, "word": " it's", "probability": 0.6143798828125}, {"start": 1334.41, "end": 1334.65, "word": " basis.", "probability": 0.3134765625}, {"start": 1334.95, "end": 1335.13, "word": " That's", "probability": 0.4754638671875}, {"start": 1335.13, "end": 1335.23, "word": " it.", "probability": 0.77978515625}, {"start": 1336.01, "end": 1336.21, "word": " Okay?", "probability": 0.1815185546875}, {"start": 1336.37, "end": 1336.63, "word": " Who", "probability": 0.29736328125}, {"start": 1336.63, "end": 1336.63, "word": " are", "probability": 0.27587890625}, {"start": 1336.63, "end": 1336.71, "word": " we", "probability": 0.919921875}, {"start": 1336.71, "end": 1336.75, "word": " going", "probability": 0.52490234375}, {"start": 1336.75, "end": 1336.75, "word": " to", "probability": 0.966796875}, {"start": 1336.75, "end": 1336.87, "word": " send", "probability": 0.79638671875}, {"start": 1336.87, "end": 1337.31, "word": " this", "probability": 0.74365234375}, {"start": 1337.31, "end": 1337.55, "word": " gate", "probability": 0.257568359375}, {"start": 1337.55, "end": 1337.67, "word": " to?", "probability": 0.9306640625}, {"start": 1337.89, "end": 1338.29, "word": " To", "probability": 0.7685546875}, {"start": 1338.29, "end": 1338.35, "word": " the", "probability": 0.8671875}, {"start": 1338.35, "end": 1338.65, "word": " adapter.", "probability": 0.78466796875}, {"start": 1339.09, "end": 1339.29, "word": " Go", "probability": 0.7880859375}, {"start": 1339.29, "end": 1339.41, "word": " to", "probability": 0.94189453125}, {"start": 1339.41, "end": 1339.49, "word": " your", "probability": 0.712890625}, {"start": 1339.49, "end": 1339.87, "word": " adapter.", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 56, "seek": 136849, "start": 1341.43, "end": 1368.49, "text": " Okay? And tell him getfilter.filter And send him what? The constraint So here I made a listener on the edit text So that when the content changes, it takes the content and sends it to the adapter Tell him getfilter.filter So how will the adapter filter? It will work based on the query provider filter that you set above So it will take the constraint, what will it do?", "tokens": [1033, 30, 400, 980, 796, 483, 19776, 391, 13, 19776, 391, 400, 2845, 796, 437, 30, 440, 25534, 407, 510, 286, 1027, 257, 31569, 322, 264, 8129, 2487, 407, 300, 562, 264, 2701, 2962, 11, 309, 2516, 264, 2701, 293, 14790, 309, 281, 264, 22860, 5115, 796, 483, 19776, 391, 13, 19776, 391, 407, 577, 486, 264, 22860, 6608, 30, 467, 486, 589, 2361, 322, 264, 14581, 12398, 6608, 300, 291, 992, 3673, 407, 309, 486, 747, 264, 25534, 11, 437, 486, 309, 360, 30], "avg_logprob": -0.44585755917915076, "compression_ratio": 1.8592964824120604, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1341.43, "end": 1341.69, "word": " Okay?", "probability": 0.0770263671875}, {"start": 1342.19, "end": 1342.37, "word": " And", "probability": 0.638671875}, {"start": 1342.37, "end": 1342.53, "word": " tell", "probability": 0.431640625}, {"start": 1342.53, "end": 1342.63, "word": " him", "probability": 0.5615234375}, {"start": 1342.63, "end": 1343.39, "word": " getfilter", "probability": 0.6097819010416666}, {"start": 1343.39, "end": 1344.69, "word": ".filter", "probability": 0.8435872395833334}, {"start": 1344.69, "end": 1345.33, "word": " And", "probability": 0.484130859375}, {"start": 1345.33, "end": 1345.57, "word": " send", "probability": 0.2020263671875}, {"start": 1345.57, "end": 1345.73, "word": " him", "probability": 0.7978515625}, {"start": 1345.73, "end": 1346.03, "word": " what?", "probability": 0.5380859375}, {"start": 1346.85, "end": 1347.13, "word": " The", "probability": 0.68017578125}, {"start": 1347.13, "end": 1347.53, "word": " constraint", "probability": 0.884765625}, {"start": 1347.53, "end": 1348.33, "word": " So", "probability": 0.249755859375}, {"start": 1348.33, "end": 1348.57, "word": " here", "probability": 0.64453125}, {"start": 1348.57, "end": 1348.77, "word": " I", "probability": 0.79736328125}, {"start": 1348.77, "end": 1349.21, "word": " made", "probability": 0.4716796875}, {"start": 1349.21, "end": 1349.95, "word": " a", "probability": 0.83984375}, {"start": 1349.95, "end": 1350.25, "word": " listener", "probability": 0.5244140625}, {"start": 1350.25, "end": 1350.51, "word": " on", "probability": 0.61767578125}, {"start": 1350.51, "end": 1350.63, "word": " the", "probability": 0.404541015625}, {"start": 1350.63, "end": 1350.85, "word": " edit", "probability": 0.59521484375}, {"start": 1350.85, "end": 1351.25, "word": " text", "probability": 0.81005859375}, {"start": 1351.25, "end": 1351.63, "word": " So", "probability": 0.52099609375}, {"start": 1351.63, "end": 1351.91, "word": " that", "probability": 0.673828125}, {"start": 1351.91, "end": 1352.71, "word": " when", "probability": 0.8388671875}, {"start": 1352.71, "end": 1353.61, "word": " the", "probability": 0.469482421875}, {"start": 1353.61, "end": 1353.93, "word": " content", "probability": 0.84326171875}, {"start": 1353.93, "end": 1353.93, "word": " changes,", "probability": 0.5830078125}, {"start": 1354.07, "end": 1354.15, "word": " it", "probability": 0.7119140625}, {"start": 1354.15, "end": 1354.33, "word": " takes", "probability": 0.52783203125}, {"start": 1354.33, "end": 1354.47, "word": " the", "probability": 0.63427734375}, {"start": 1354.47, "end": 1354.79, "word": " content", "probability": 0.89599609375}, {"start": 1354.79, "end": 1355.57, "word": " and", "probability": 0.67333984375}, {"start": 1355.57, "end": 1355.85, "word": " sends", "probability": 0.669921875}, {"start": 1355.85, "end": 1356.01, "word": " it", "probability": 0.85498046875}, {"start": 1356.01, "end": 1356.09, "word": " to", "probability": 0.9609375}, {"start": 1356.09, "end": 1356.19, "word": " the", "probability": 0.89794921875}, {"start": 1356.19, "end": 1356.49, "word": " adapter", "probability": 0.76220703125}, {"start": 1356.49, "end": 1356.73, "word": " Tell", "probability": 0.29345703125}, {"start": 1356.73, "end": 1356.85, "word": " him", "probability": 0.5966796875}, {"start": 1356.85, "end": 1357.49, "word": " getfilter", "probability": 0.9443359375}, {"start": 1357.49, "end": 1359.09, "word": ".filter", "probability": 0.9640299479166666}, {"start": 1359.09, "end": 1359.49, "word": " So", "probability": 0.343017578125}, {"start": 1359.49, "end": 1359.71, "word": " how", "probability": 0.8486328125}, {"start": 1359.71, "end": 1359.81, "word": " will", "probability": 0.47607421875}, {"start": 1359.81, "end": 1360.41, "word": " the", "probability": 0.54638671875}, {"start": 1360.41, "end": 1361.33, "word": " adapter", "probability": 0.859375}, {"start": 1361.33, "end": 1361.33, "word": " filter?", "probability": 0.92578125}, {"start": 1361.99, "end": 1362.15, "word": " It", "probability": 0.81298828125}, {"start": 1362.15, "end": 1362.19, "word": " will", "probability": 0.80419921875}, {"start": 1362.19, "end": 1362.45, "word": " work", "probability": 0.8818359375}, {"start": 1362.45, "end": 1362.71, "word": " based", "probability": 0.6259765625}, {"start": 1362.71, "end": 1363.11, "word": " on", "probability": 0.9501953125}, {"start": 1363.11, "end": 1364.23, "word": " the", "probability": 0.6884765625}, {"start": 1364.23, "end": 1364.79, "word": " query", "probability": 0.81689453125}, {"start": 1364.79, "end": 1365.33, "word": " provider", "probability": 0.36962890625}, {"start": 1365.33, "end": 1365.33, "word": " filter", "probability": 0.9384765625}, {"start": 1365.33, "end": 1365.53, "word": " that", "probability": 0.6337890625}, {"start": 1365.53, "end": 1366.35, "word": " you", "probability": 0.94140625}, {"start": 1366.35, "end": 1366.71, "word": " set", "probability": 0.375244140625}, {"start": 1366.71, "end": 1367.05, "word": " above", "probability": 0.69873046875}, {"start": 1367.05, "end": 1367.23, "word": " So", "probability": 0.355712890625}, {"start": 1367.23, "end": 1367.35, "word": " it", "probability": 0.74560546875}, {"start": 1367.35, "end": 1367.39, "word": " will", "probability": 0.79150390625}, {"start": 1367.39, "end": 1367.57, "word": " take", "probability": 0.78076171875}, {"start": 1367.57, "end": 1367.69, "word": " the", "probability": 0.90087890625}, {"start": 1367.69, "end": 1368.01, "word": " constraint,", "probability": 0.92041015625}, {"start": 1368.11, "end": 1368.23, "word": " what", "probability": 0.36328125}, {"start": 1368.23, "end": 1368.33, "word": " will", "probability": 0.603515625}, {"start": 1368.33, "end": 1368.37, "word": " it", "probability": 0.91357421875}, {"start": 1368.37, "end": 1368.49, "word": " do?", "probability": 0.962890625}], "temperature": 1.0}, {"id": 57, "seek": 138494, "start": 1371.78, "end": 1384.94, "text": " You have to do two things to filter, you have to link the edit text or the input that you want to filter with the adapter", "tokens": [509, 362, 281, 360, 732, 721, 281, 6608, 11, 291, 362, 281, 2113, 264, 8129, 2487, 420, 264, 4846, 300, 291, 528, 281, 6608, 365, 264, 22860], "avg_logprob": -0.666294630084719, "compression_ratio": 1.3707865168539326, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1371.78, "end": 1372.26, "word": " You", "probability": 0.09814453125}, {"start": 1372.26, "end": 1372.34, "word": " have", "probability": 0.2314453125}, {"start": 1372.34, "end": 1373.84, "word": " to", "probability": 0.84619140625}, {"start": 1373.84, "end": 1374.08, "word": " do", "probability": 0.4482421875}, {"start": 1374.08, "end": 1374.26, "word": " two", "probability": 0.64794921875}, {"start": 1374.26, "end": 1374.36, "word": " things", "probability": 0.78515625}, {"start": 1374.36, "end": 1374.7, "word": " to", "probability": 0.77587890625}, {"start": 1374.7, "end": 1375.1, "word": " filter,", "probability": 0.62841796875}, {"start": 1375.24, "end": 1375.34, "word": " you", "probability": 0.38671875}, {"start": 1375.34, "end": 1375.58, "word": " have", "probability": 0.67724609375}, {"start": 1375.58, "end": 1375.64, "word": " to", "probability": 0.9638671875}, {"start": 1375.64, "end": 1375.86, "word": " link", "probability": 0.418701171875}, {"start": 1375.86, "end": 1380.5, "word": " the", "probability": 0.7138671875}, {"start": 1380.5, "end": 1380.68, "word": " edit", "probability": 0.2802734375}, {"start": 1380.68, "end": 1381.12, "word": " text", "probability": 0.90625}, {"start": 1381.12, "end": 1381.32, "word": " or", "probability": 0.286376953125}, {"start": 1381.32, "end": 1381.5, "word": " the", "probability": 0.491455078125}, {"start": 1381.5, "end": 1381.8, "word": " input", "probability": 0.70263671875}, {"start": 1381.8, "end": 1382.0, "word": " that", "probability": 0.348388671875}, {"start": 1382.0, "end": 1382.26, "word": " you", "probability": 0.8984375}, {"start": 1382.26, "end": 1382.26, "word": " want", "probability": 0.5869140625}, {"start": 1382.26, "end": 1382.36, "word": " to", "probability": 0.93212890625}, {"start": 1382.36, "end": 1382.66, "word": " filter", "probability": 0.92578125}, {"start": 1382.66, "end": 1383.14, "word": " with", "probability": 0.2493896484375}, {"start": 1383.14, "end": 1384.58, "word": " the", "probability": 0.70654296875}, {"start": 1384.58, "end": 1384.94, "word": " adapter", "probability": 0.69873046875}], "temperature": 1.0}, {"id": 58, "seek": 141317, "start": 1385.87, "end": 1413.17, "text": " Here, I linked the edit text with the adapter, so that if the text changes, the editor gives it the adapter. The other thing is that you have to specify in the adapter what it wants to do in the next data. By adding to the adapter, add filter query provider. Doctor? Yes. In this case, it depends on what the adapter has, depending on the cursor. If I want to do the normal adapter that we use.", "tokens": [1692, 11, 286, 9408, 264, 8129, 2487, 365, 264, 22860, 11, 370, 300, 498, 264, 2487, 2962, 11, 264, 9839, 2709, 309, 264, 22860, 13, 440, 661, 551, 307, 300, 291, 362, 281, 16500, 294, 264, 22860, 437, 309, 2738, 281, 360, 294, 264, 958, 1412, 13, 3146, 5127, 281, 264, 22860, 11, 909, 6608, 14581, 12398, 13, 10143, 30, 1079, 13, 682, 341, 1389, 11, 309, 5946, 322, 437, 264, 22860, 575, 11, 5413, 322, 264, 28169, 13, 759, 286, 528, 281, 360, 264, 2710, 22860, 300, 321, 764, 13], "avg_logprob": -0.5845788192489872, "compression_ratio": 1.7633928571428572, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1385.8700000000001, "end": 1386.39, "word": " Here,", "probability": 0.298095703125}, {"start": 1386.51, "end": 1386.67, "word": " I", "probability": 0.95361328125}, {"start": 1386.67, "end": 1386.95, "word": " linked", "probability": 0.285888671875}, {"start": 1386.95, "end": 1387.07, "word": " the", "probability": 0.7236328125}, {"start": 1387.07, "end": 1387.21, "word": " edit", "probability": 0.2015380859375}, {"start": 1387.21, "end": 1387.57, "word": " text", "probability": 0.896484375}, {"start": 1387.57, "end": 1387.77, "word": " with", "probability": 0.51513671875}, {"start": 1387.77, "end": 1387.95, "word": " the", "probability": 0.84033203125}, {"start": 1387.95, "end": 1388.23, "word": " adapter,", "probability": 0.74658203125}, {"start": 1388.33, "end": 1388.49, "word": " so", "probability": 0.481689453125}, {"start": 1388.49, "end": 1388.73, "word": " that", "probability": 0.515625}, {"start": 1388.73, "end": 1388.83, "word": " if", "probability": 0.75244140625}, {"start": 1388.83, "end": 1389.29, "word": " the", "probability": 0.492919921875}, {"start": 1389.29, "end": 1389.47, "word": " text", "probability": 0.83935546875}, {"start": 1389.47, "end": 1389.47, "word": " changes,", "probability": 0.337646484375}, {"start": 1389.61, "end": 1389.81, "word": " the", "probability": 0.385986328125}, {"start": 1389.81, "end": 1389.89, "word": " editor", "probability": 0.331298828125}, {"start": 1389.89, "end": 1390.59, "word": " gives", "probability": 0.302490234375}, {"start": 1390.59, "end": 1390.85, "word": " it", "probability": 0.7021484375}, {"start": 1390.85, "end": 1391.49, "word": " the", "probability": 0.521484375}, {"start": 1391.49, "end": 1391.81, "word": " adapter.", "probability": 0.79541015625}, {"start": 1391.91, "end": 1392.03, "word": " The", "probability": 0.5986328125}, {"start": 1392.03, "end": 1392.05, "word": " other", "probability": 0.350830078125}, {"start": 1392.05, "end": 1392.25, "word": " thing", "probability": 0.79833984375}, {"start": 1392.25, "end": 1392.63, "word": " is", "probability": 0.66748046875}, {"start": 1392.63, "end": 1392.65, "word": " that", "probability": 0.47412109375}, {"start": 1392.65, "end": 1392.77, "word": " you", "probability": 0.88720703125}, {"start": 1392.77, "end": 1392.85, "word": " have", "probability": 0.26513671875}, {"start": 1392.85, "end": 1392.85, "word": " to", "probability": 0.97119140625}, {"start": 1392.85, "end": 1393.11, "word": " specify", "probability": 0.3486328125}, {"start": 1393.11, "end": 1393.23, "word": " in", "probability": 0.39013671875}, {"start": 1393.23, "end": 1393.31, "word": " the", "probability": 0.90283203125}, {"start": 1393.31, "end": 1393.77, "word": " adapter", "probability": 0.76611328125}, {"start": 1393.77, "end": 1394.43, "word": " what", "probability": 0.6953125}, {"start": 1394.43, "end": 1394.49, "word": " it", "probability": 0.3447265625}, {"start": 1394.49, "end": 1394.71, "word": " wants", "probability": 0.434326171875}, {"start": 1394.71, "end": 1394.71, "word": " to", "probability": 0.962890625}, {"start": 1394.71, "end": 1394.93, "word": " do", "probability": 0.8935546875}, {"start": 1394.93, "end": 1395.05, "word": " in", "probability": 0.716796875}, {"start": 1395.05, "end": 1395.11, "word": " the", "probability": 0.8740234375}, {"start": 1395.11, "end": 1395.11, "word": " next", "probability": 0.363037109375}, {"start": 1395.11, "end": 1395.35, "word": " data.", "probability": 0.4453125}, {"start": 1396.49, "end": 1396.91, "word": " By", "probability": 0.67578125}, {"start": 1396.91, "end": 1397.49, "word": " adding", "probability": 0.83349609375}, {"start": 1397.49, "end": 1397.59, "word": " to", "probability": 0.4716796875}, {"start": 1397.59, "end": 1397.71, "word": " the", "probability": 0.8994140625}, {"start": 1397.71, "end": 1398.09, "word": " adapter,", "probability": 0.837890625}, {"start": 1398.29, "end": 1398.59, "word": " add", "probability": 0.318603515625}, {"start": 1398.59, "end": 1399.29, "word": " filter", "probability": 0.72021484375}, {"start": 1399.29, "end": 1399.69, "word": " query", "probability": 0.8408203125}, {"start": 1399.69, "end": 1400.63, "word": " provider.", "probability": 0.91943359375}, {"start": 1402.31, "end": 1402.83, "word": " Doctor?", "probability": 0.368896484375}, {"start": 1403.27, "end": 1403.55, "word": " Yes.", "probability": 0.8828125}, {"start": 1403.83, "end": 1404.07, "word": " In", "probability": 0.190673828125}, {"start": 1404.07, "end": 1404.73, "word": " this", "probability": 0.81689453125}, {"start": 1404.73, "end": 1404.85, "word": " case,", "probability": 0.81787109375}, {"start": 1405.11, "end": 1405.11, "word": " it", "probability": 0.2005615234375}, {"start": 1405.11, "end": 1405.65, "word": " depends", "probability": 0.4091796875}, {"start": 1405.65, "end": 1405.81, "word": " on", "probability": 0.83935546875}, {"start": 1405.81, "end": 1405.95, "word": " what", "probability": 0.54052734375}, {"start": 1405.95, "end": 1406.23, "word": " the", "probability": 0.44482421875}, {"start": 1406.23, "end": 1406.77, "word": " adapter", "probability": 0.7890625}, {"start": 1406.77, "end": 1406.77, "word": " has,", "probability": 0.85595703125}, {"start": 1406.85, "end": 1407.43, "word": " depending", "probability": 0.315185546875}, {"start": 1407.43, "end": 1407.71, "word": " on", "probability": 0.94580078125}, {"start": 1407.71, "end": 1409.77, "word": " the", "probability": 0.86181640625}, {"start": 1409.77, "end": 1410.09, "word": " cursor.", "probability": 0.88232421875}, {"start": 1410.51, "end": 1410.95, "word": " If", "probability": 0.40771484375}, {"start": 1410.95, "end": 1411.17, "word": " I", "probability": 0.95361328125}, {"start": 1411.17, "end": 1411.17, "word": " want", "probability": 0.66357421875}, {"start": 1411.17, "end": 1411.21, "word": " to", "probability": 0.9580078125}, {"start": 1411.21, "end": 1411.35, "word": " do", "probability": 0.276123046875}, {"start": 1411.35, "end": 1411.63, "word": " the", "probability": 0.7490234375}, {"start": 1411.63, "end": 1412.31, "word": " normal", "probability": 0.63427734375}, {"start": 1412.31, "end": 1412.31, "word": " adapter", "probability": 0.76904296875}, {"start": 1412.31, "end": 1412.71, "word": " that", "probability": 0.464599609375}, {"start": 1412.71, "end": 1412.87, "word": " we", "probability": 0.69189453125}, {"start": 1412.87, "end": 1413.17, "word": " use.", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 59, "seek": 142263, "start": 1417.39, "end": 1422.63, "text": " Will it work? It will work. You need to write", "tokens": [3099, 309, 589, 30, 467, 486, 589, 13, 509, 643, 281, 2464], "avg_logprob": -0.6460336721860446, "compression_ratio": 0.9583333333333334, "no_speech_prob": 0.0, "words": [{"start": 1417.3899999999999, "end": 1418.03, "word": " Will", "probability": 0.097900390625}, {"start": 1418.03, "end": 1418.67, "word": " it", "probability": 0.8173828125}, {"start": 1418.67, "end": 1418.77, "word": " work?", "probability": 0.7587890625}, {"start": 1419.35, "end": 1419.57, "word": " It", "probability": 0.6533203125}, {"start": 1419.57, "end": 1419.67, "word": " will", "probability": 0.833984375}, {"start": 1419.67, "end": 1419.89, "word": " work.", "probability": 0.798828125}, {"start": 1420.45, "end": 1421.09, "word": " You", "probability": 0.71142578125}, {"start": 1421.09, "end": 1421.33, "word": " need", "probability": 0.2398681640625}, {"start": 1421.33, "end": 1422.43, "word": " to", "probability": 0.97119140625}, {"start": 1422.43, "end": 1422.63, "word": " write", "probability": 0.6865234375}], "temperature": 1.0}, {"id": 60, "seek": 144414, "start": 1425.04, "end": 1444.14, "text": " Yes, you need to work on the list and see what suits you. I forgot if I did it before, but I did it. Yes, I don't go back, it's a different job.", "tokens": [1079, 11, 291, 643, 281, 589, 322, 264, 1329, 293, 536, 437, 15278, 291, 13, 286, 5298, 498, 286, 630, 309, 949, 11, 457, 286, 630, 309, 13, 1079, 11, 286, 500, 380, 352, 646, 11, 309, 311, 257, 819, 1691, 13], "avg_logprob": -0.7492732502693353, "compression_ratio": 1.2831858407079646, "no_speech_prob": 0.0, "words": [{"start": 1425.04, "end": 1425.3, "word": " Yes,", "probability": 0.23095703125}, {"start": 1425.38, "end": 1425.56, "word": " you", "probability": 0.302978515625}, {"start": 1425.56, "end": 1425.78, "word": " need", "probability": 0.339599609375}, {"start": 1425.78, "end": 1426.76, "word": " to", "probability": 0.9248046875}, {"start": 1426.76, "end": 1426.88, "word": " work", "probability": 0.2156982421875}, {"start": 1426.88, "end": 1427.22, "word": " on", "probability": 0.33984375}, {"start": 1427.22, "end": 1430.98, "word": " the", "probability": 0.29833984375}, {"start": 1430.98, "end": 1431.32, "word": " list", "probability": 0.62109375}, {"start": 1431.32, "end": 1432.18, "word": " and", "probability": 0.4033203125}, {"start": 1432.18, "end": 1433.64, "word": " see", "probability": 0.47119140625}, {"start": 1433.64, "end": 1433.92, "word": " what", "probability": 0.72314453125}, {"start": 1433.92, "end": 1434.16, "word": " suits", "probability": 0.1690673828125}, {"start": 1434.16, "end": 1434.8, "word": " you.", "probability": 0.837890625}, {"start": 1435.24, "end": 1435.48, "word": " I", "probability": 0.67626953125}, {"start": 1435.48, "end": 1435.62, "word": " forgot", "probability": 0.7578125}, {"start": 1435.62, "end": 1435.82, "word": " if", "probability": 0.34765625}, {"start": 1435.82, "end": 1435.96, "word": " I", "probability": 0.763671875}, {"start": 1435.96, "end": 1435.96, "word": " did", "probability": 0.30810546875}, {"start": 1435.96, "end": 1436.44, "word": " it", "probability": 0.56591796875}, {"start": 1436.44, "end": 1436.74, "word": " before,", "probability": 0.6455078125}, {"start": 1436.8, "end": 1437.06, "word": " but", "probability": 0.81494140625}, {"start": 1437.06, "end": 1437.34, "word": " I", "probability": 0.572265625}, {"start": 1437.34, "end": 1437.84, "word": " did", "probability": 0.2432861328125}, {"start": 1437.84, "end": 1438.0, "word": " it.", "probability": 0.77490234375}, {"start": 1438.96, "end": 1439.52, "word": " Yes,", "probability": 0.222900390625}, {"start": 1439.52, "end": 1439.52, "word": " I", "probability": 0.145751953125}, {"start": 1439.52, "end": 1439.52, "word": " don't", "probability": 0.59039306640625}, {"start": 1439.52, "end": 1439.52, "word": " go", "probability": 0.546875}, {"start": 1439.52, "end": 1443.0, "word": " back,", "probability": 0.87939453125}, {"start": 1443.16, "end": 1443.5, "word": " it's", "probability": 0.4947509765625}, {"start": 1443.5, "end": 1443.58, "word": " a", "probability": 0.63525390625}, {"start": 1443.58, "end": 1444.14, "word": " different", "probability": 0.86572265625}, {"start": 1444.14, "end": 1444.14, "word": " job.", "probability": 0.537109375}], "temperature": 1.0}, {"id": 61, "seek": 146135, "start": 1445.33, "end": 1461.35, "text": " If you want to work, you need to filter on something else. For example, I want to write my name and my gender should be male, advanced, like Google. I will use another filter. This one is not going to work, right? How? Do you need to filter more than one filter? For example, if you want to work, you need to filter on active jobs.", "tokens": [759, 291, 528, 281, 589, 11, 291, 643, 281, 6608, 322, 746, 1646, 13, 1171, 1365, 11, 286, 528, 281, 2464, 452, 1315, 293, 452, 7898, 820, 312, 7133, 11, 7339, 11, 411, 3329, 13, 286, 486, 764, 1071, 6608, 13, 639, 472, 307, 406, 516, 281, 589, 11, 558, 30, 1012, 30, 1144, 291, 643, 281, 6608, 544, 813, 472, 6608, 30, 1171, 1365, 11, 498, 291, 528, 281, 589, 11, 291, 643, 281, 6608, 322, 4967, 4782, 13], "avg_logprob": -0.7091049500453619, "compression_ratio": 1.7659574468085106, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1445.3300000000002, "end": 1445.6100000000001, "word": " If", "probability": 0.16064453125}, {"start": 1445.6100000000001, "end": 1445.89, "word": " you", "probability": 0.517578125}, {"start": 1445.89, "end": 1446.07, "word": " want", "probability": 0.56103515625}, {"start": 1446.07, "end": 1446.13, "word": " to", "probability": 0.93896484375}, {"start": 1446.13, "end": 1446.33, "word": " work,", "probability": 0.193115234375}, {"start": 1446.45, "end": 1446.47, "word": " you", "probability": 0.86865234375}, {"start": 1446.47, "end": 1446.71, "word": " need", "probability": 0.475341796875}, {"start": 1446.71, "end": 1446.73, "word": " to", "probability": 0.939453125}, {"start": 1446.73, "end": 1446.93, "word": " filter", "probability": 0.8896484375}, {"start": 1446.93, "end": 1447.17, "word": " on", "probability": 0.323486328125}, {"start": 1447.17, "end": 1447.43, "word": " something", "probability": 0.3544921875}, {"start": 1447.43, "end": 1447.75, "word": " else.", "probability": 0.83203125}, {"start": 1447.85, "end": 1447.97, "word": " For", "probability": 0.52099609375}, {"start": 1447.97, "end": 1448.07, "word": " example,", "probability": 0.89697265625}, {"start": 1448.09, "end": 1448.19, "word": " I", "probability": 0.32568359375}, {"start": 1448.19, "end": 1448.37, "word": " want", "probability": 0.11663818359375}, {"start": 1448.37, "end": 1448.49, "word": " to", "probability": 0.92626953125}, {"start": 1448.49, "end": 1448.49, "word": " write", "probability": 0.5087890625}, {"start": 1448.49, "end": 1448.49, "word": " my", "probability": 0.1181640625}, {"start": 1448.49, "end": 1449.33, "word": " name", "probability": 0.59619140625}, {"start": 1449.33, "end": 1450.23, "word": " and", "probability": 0.387451171875}, {"start": 1450.23, "end": 1450.37, "word": " my", "probability": 0.212890625}, {"start": 1450.37, "end": 1450.61, "word": " gender", "probability": 0.5576171875}, {"start": 1450.61, "end": 1451.09, "word": " should", "probability": 0.17333984375}, {"start": 1451.09, "end": 1451.51, "word": " be", "probability": 0.88623046875}, {"start": 1451.51, "end": 1451.85, "word": " male,", "probability": 0.6953125}, {"start": 1451.91, "end": 1452.31, "word": " advanced,", "probability": 0.76904296875}, {"start": 1452.41, "end": 1452.49, "word": " like", "probability": 0.5244140625}, {"start": 1452.49, "end": 1452.95, "word": " Google.", "probability": 0.57763671875}, {"start": 1453.63, "end": 1453.89, "word": " I", "probability": 0.37353515625}, {"start": 1453.89, "end": 1453.97, "word": " will", "probability": 0.458740234375}, {"start": 1453.97, "end": 1454.11, "word": " use", "probability": 0.712890625}, {"start": 1454.11, "end": 1454.51, "word": " another", "probability": 0.440673828125}, {"start": 1454.51, "end": 1454.59, "word": " filter.", "probability": 0.3994140625}, {"start": 1454.59, "end": 1454.73, "word": " This", "probability": 0.380126953125}, {"start": 1454.73, "end": 1454.81, "word": " one", "probability": 0.411865234375}, {"start": 1454.81, "end": 1454.83, "word": " is", "probability": 0.358154296875}, {"start": 1454.83, "end": 1454.91, "word": " not", "probability": 0.80859375}, {"start": 1454.91, "end": 1455.05, "word": " going", "probability": 0.2337646484375}, {"start": 1455.05, "end": 1455.05, "word": " to", "probability": 0.966796875}, {"start": 1455.05, "end": 1455.19, "word": " work,", "probability": 0.71337890625}, {"start": 1455.23, "end": 1455.37, "word": " right?", "probability": 0.552734375}, {"start": 1455.65, "end": 1455.79, "word": " How?", "probability": 0.2093505859375}, {"start": 1456.61, "end": 1456.71, "word": " Do", "probability": 0.53955078125}, {"start": 1456.71, "end": 1456.77, "word": " you", "probability": 0.8017578125}, {"start": 1456.77, "end": 1456.77, "word": " need", "probability": 0.67529296875}, {"start": 1456.77, "end": 1456.87, "word": " to", "probability": 0.939453125}, {"start": 1456.87, "end": 1457.15, "word": " filter", "probability": 0.951171875}, {"start": 1457.15, "end": 1457.79, "word": " more", "probability": 0.81396484375}, {"start": 1457.79, "end": 1457.97, "word": " than", "probability": 0.87744140625}, {"start": 1457.97, "end": 1457.99, "word": " one", "probability": 0.77294921875}, {"start": 1457.99, "end": 1458.29, "word": " filter?", "probability": 0.962890625}, {"start": 1458.35, "end": 1458.41, "word": " For", "probability": 0.38232421875}, {"start": 1458.41, "end": 1458.95, "word": " example,", "probability": 0.91455078125}, {"start": 1459.07, "end": 1459.19, "word": " if", "probability": 0.4189453125}, {"start": 1459.19, "end": 1459.51, "word": " you", "probability": 0.378173828125}, {"start": 1459.51, "end": 1459.53, "word": " want", "probability": 0.54248046875}, {"start": 1459.53, "end": 1459.67, "word": " to", "probability": 0.91064453125}, {"start": 1459.67, "end": 1459.83, "word": " work,", "probability": 0.30078125}, {"start": 1459.85, "end": 1460.23, "word": " you", "probability": 0.69384765625}, {"start": 1460.23, "end": 1460.35, "word": " need", "probability": 0.56787109375}, {"start": 1460.35, "end": 1460.35, "word": " to", "probability": 0.9423828125}, {"start": 1460.35, "end": 1460.61, "word": " filter", "probability": 0.09625244140625}, {"start": 1460.61, "end": 1460.79, "word": " on", "probability": 0.401611328125}, {"start": 1460.79, "end": 1461.05, "word": " active", "probability": 0.2008056640625}, {"start": 1461.05, "end": 1461.35, "word": " jobs.", "probability": 0.416259765625}], "temperature": 1.0}, {"id": 62, "seek": 148714, "start": 1465.34, "end": 1487.14, "text": "It's nothing. For example, you have edit text and drop box. You choose the elements. For example, you want male or female, and you tell him to start with the letter A. And then, of course, if you have a button, you tell him to go or start. When he presses start, he will bring the data here and bring the data here and send them in the same way.", "tokens": [3522, 311, 1825, 13, 1171, 1365, 11, 291, 362, 8129, 2487, 293, 3270, 2424, 13, 509, 2826, 264, 4959, 13, 1171, 1365, 11, 291, 528, 7133, 420, 6556, 11, 293, 291, 980, 796, 281, 722, 365, 264, 5063, 316, 13, 400, 550, 11, 295, 1164, 11, 498, 291, 362, 257, 2960, 11, 291, 980, 796, 281, 352, 420, 722, 13, 1133, 415, 40892, 722, 11, 415, 486, 1565, 264, 1412, 510, 293, 1565, 264, 1412, 510, 293, 2845, 552, 294, 264, 912, 636, 13], "avg_logprob": -0.5404411764705882, "compression_ratio": 1.7336683417085428, "no_speech_prob": 0.0, "words": [{"start": 1465.34, "end": 1465.54, "word": "It's", "probability": 0.385528564453125}, {"start": 1465.54, "end": 1465.7, "word": " nothing.", "probability": 0.58251953125}, {"start": 1466.4, "end": 1466.76, "word": " For", "probability": 0.326171875}, {"start": 1466.76, "end": 1467.62, "word": " example,", "probability": 0.90869140625}, {"start": 1467.7, "end": 1467.82, "word": " you", "probability": 0.70361328125}, {"start": 1467.82, "end": 1467.96, "word": " have", "probability": 0.84521484375}, {"start": 1467.96, "end": 1468.24, "word": " edit", "probability": 0.255859375}, {"start": 1468.24, "end": 1468.6, "word": " text", "probability": 0.9267578125}, {"start": 1468.6, "end": 1469.06, "word": " and", "probability": 0.8291015625}, {"start": 1469.06, "end": 1469.62, "word": " drop", "probability": 0.818359375}, {"start": 1469.62, "end": 1469.96, "word": " box.", "probability": 0.59423828125}, {"start": 1471.12, "end": 1471.48, "word": " You", "probability": 0.5087890625}, {"start": 1471.48, "end": 1471.82, "word": " choose", "probability": 0.5556640625}, {"start": 1471.82, "end": 1471.96, "word": " the", "probability": 0.288818359375}, {"start": 1471.96, "end": 1472.32, "word": " elements.", "probability": 0.71875}, {"start": 1472.84, "end": 1473.02, "word": " For", "probability": 0.74951171875}, {"start": 1473.02, "end": 1473.18, "word": " example,", "probability": 0.94287109375}, {"start": 1473.26, "end": 1473.26, "word": " you", "probability": 0.61328125}, {"start": 1473.26, "end": 1473.4, "word": " want", "probability": 0.580078125}, {"start": 1473.4, "end": 1473.82, "word": " male", "probability": 0.58154296875}, {"start": 1473.82, "end": 1473.98, "word": " or", "probability": 0.87353515625}, {"start": 1473.98, "end": 1474.42, "word": " female,", "probability": 0.859375}, {"start": 1474.8, "end": 1474.94, "word": " and", "probability": 0.5029296875}, {"start": 1474.94, "end": 1475.0, "word": " you", "probability": 0.52685546875}, {"start": 1475.0, "end": 1475.12, "word": " tell", "probability": 0.295166015625}, {"start": 1475.12, "end": 1475.2, "word": " him", "probability": 0.5205078125}, {"start": 1475.2, "end": 1475.3, "word": " to", "probability": 0.46875}, {"start": 1475.3, "end": 1475.46, "word": " start", "probability": 0.80810546875}, {"start": 1475.46, "end": 1475.46, "word": " with", "probability": 0.8203125}, {"start": 1475.46, "end": 1475.54, "word": " the", "probability": 0.28466796875}, {"start": 1475.54, "end": 1475.68, "word": " letter", "probability": 0.880859375}, {"start": 1475.68, "end": 1475.96, "word": " A.", "probability": 0.56640625}, {"start": 1476.14, "end": 1476.18, "word": " And", "probability": 0.414794921875}, {"start": 1476.18, "end": 1476.44, "word": " then,", "probability": 0.63623046875}, {"start": 1476.68, "end": 1476.86, "word": " of", "probability": 0.296142578125}, {"start": 1476.86, "end": 1477.04, "word": " course,", "probability": 0.96728515625}, {"start": 1477.14, "end": 1477.18, "word": " if", "probability": 0.10198974609375}, {"start": 1477.18, "end": 1477.28, "word": " you", "probability": 0.78125}, {"start": 1477.28, "end": 1477.64, "word": " have", "probability": 0.497802734375}, {"start": 1477.64, "end": 1477.74, "word": " a", "probability": 0.459228515625}, {"start": 1477.74, "end": 1477.9, "word": " button,", "probability": 0.7646484375}, {"start": 1477.94, "end": 1478.04, "word": " you", "probability": 0.8193359375}, {"start": 1478.04, "end": 1478.18, "word": " tell", "probability": 0.6279296875}, {"start": 1478.18, "end": 1478.38, "word": " him", "probability": 0.82177734375}, {"start": 1478.38, "end": 1478.68, "word": " to", "probability": 0.69482421875}, {"start": 1478.68, "end": 1478.86, "word": " go", "probability": 0.6162109375}, {"start": 1478.86, "end": 1479.06, "word": " or", "probability": 0.755859375}, {"start": 1479.06, "end": 1479.46, "word": " start.", "probability": 0.89013671875}, {"start": 1479.8, "end": 1480.16, "word": " When", "probability": 0.8447265625}, {"start": 1480.16, "end": 1480.26, "word": " he", "probability": 0.81640625}, {"start": 1480.26, "end": 1480.42, "word": " presses", "probability": 0.62353515625}, {"start": 1480.42, "end": 1480.86, "word": " start,", "probability": 0.740234375}, {"start": 1481.46, "end": 1481.6, "word": " he", "probability": 0.7021484375}, {"start": 1481.6, "end": 1481.76, "word": " will", "probability": 0.2149658203125}, {"start": 1481.76, "end": 1482.02, "word": " bring", "probability": 0.498291015625}, {"start": 1482.02, "end": 1482.14, "word": " the", "probability": 0.703125}, {"start": 1482.14, "end": 1482.36, "word": " data", "probability": 0.76806640625}, {"start": 1482.36, "end": 1482.82, "word": " here", "probability": 0.73388671875}, {"start": 1482.82, "end": 1483.08, "word": " and", "probability": 0.7060546875}, {"start": 1483.08, "end": 1483.26, "word": " bring", "probability": 0.2412109375}, {"start": 1483.26, "end": 1483.38, "word": " the", "probability": 0.84912109375}, {"start": 1483.38, "end": 1483.62, "word": " data", "probability": 0.93603515625}, {"start": 1483.62, "end": 1484.12, "word": " here", "probability": 0.66845703125}, {"start": 1484.12, "end": 1485.14, "word": " and", "probability": 0.50439453125}, {"start": 1485.14, "end": 1485.46, "word": " send", "probability": 0.5830078125}, {"start": 1485.46, "end": 1486.04, "word": " them", "probability": 0.455322265625}, {"start": 1486.04, "end": 1486.18, "word": " in", "probability": 0.57568359375}, {"start": 1486.18, "end": 1486.28, "word": " the", "probability": 0.72412109375}, {"start": 1486.28, "end": 1486.44, "word": " same", "probability": 0.9052734375}, {"start": 1486.44, "end": 1487.14, "word": " way.", "probability": 0.81103515625}], "temperature": 1.0}, {"id": 63, "seek": 150408, "start": 1488.58, "end": 1504.08, "text": " Yes, he sends them in the constraint, but all of them together, you send them as what? Yes, you are here at work, here you want to separate them, you put a special sign between them like a line, then you say split, he brings this case and this case, and you make a query based on both. Do you understand how?", "tokens": [1079, 11, 415, 14790, 552, 294, 264, 25534, 11, 457, 439, 295, 552, 1214, 11, 291, 2845, 552, 382, 437, 30, 1079, 11, 291, 366, 510, 412, 589, 11, 510, 291, 528, 281, 4994, 552, 11, 291, 829, 257, 2121, 1465, 1296, 552, 411, 257, 1622, 11, 550, 291, 584, 7472, 11, 415, 5607, 341, 1389, 293, 341, 1389, 11, 293, 291, 652, 257, 14581, 2361, 322, 1293, 13, 1144, 291, 1223, 577, 30], "avg_logprob": -0.5799999777475993, "compression_ratio": 1.6612903225806452, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1488.58, "end": 1488.84, "word": " Yes,", "probability": 0.3212890625}, {"start": 1488.9, "end": 1488.98, "word": " he", "probability": 0.271240234375}, {"start": 1488.98, "end": 1489.18, "word": " sends", "probability": 0.347900390625}, {"start": 1489.18, "end": 1489.26, "word": " them", "probability": 0.5634765625}, {"start": 1489.26, "end": 1489.34, "word": " in", "probability": 0.242919921875}, {"start": 1489.34, "end": 1489.42, "word": " the", "probability": 0.291015625}, {"start": 1489.42, "end": 1489.8, "word": " constraint,", "probability": 0.7939453125}, {"start": 1490.48, "end": 1490.72, "word": " but", "probability": 0.82763671875}, {"start": 1490.72, "end": 1490.9, "word": " all", "probability": 0.65771484375}, {"start": 1490.9, "end": 1490.96, "word": " of", "probability": 0.54052734375}, {"start": 1490.96, "end": 1491.0, "word": " them", "probability": 0.90185546875}, {"start": 1491.0, "end": 1491.34, "word": " together,", "probability": 0.67822265625}, {"start": 1491.4, "end": 1491.5, "word": " you", "probability": 0.4892578125}, {"start": 1491.5, "end": 1491.68, "word": " send", "probability": 0.23046875}, {"start": 1491.68, "end": 1491.92, "word": " them", "probability": 0.859375}, {"start": 1491.92, "end": 1492.04, "word": " as", "probability": 0.499267578125}, {"start": 1492.04, "end": 1492.22, "word": " what?", "probability": 0.66845703125}, {"start": 1492.66, "end": 1492.92, "word": " Yes,", "probability": 0.33203125}, {"start": 1493.08, "end": 1493.28, "word": " you", "probability": 0.4609375}, {"start": 1493.28, "end": 1493.3, "word": " are", "probability": 0.338623046875}, {"start": 1493.3, "end": 1493.44, "word": " here", "probability": 0.413330078125}, {"start": 1493.44, "end": 1493.56, "word": " at", "probability": 0.4833984375}, {"start": 1493.56, "end": 1493.82, "word": " work,", "probability": 0.91650390625}, {"start": 1493.9, "end": 1494.0, "word": " here", "probability": 0.50244140625}, {"start": 1494.0, "end": 1494.1, "word": " you", "probability": 0.88818359375}, {"start": 1494.1, "end": 1494.22, "word": " want", "probability": 0.373291015625}, {"start": 1494.22, "end": 1494.34, "word": " to", "probability": 0.9541015625}, {"start": 1494.34, "end": 1494.54, "word": " separate", "probability": 0.84033203125}, {"start": 1494.54, "end": 1494.78, "word": " them,", "probability": 0.9052734375}, {"start": 1495.18, "end": 1495.3, "word": " you", "probability": 0.413818359375}, {"start": 1495.3, "end": 1495.52, "word": " put", "probability": 0.72607421875}, {"start": 1495.52, "end": 1496.24, "word": " a", "probability": 0.364501953125}, {"start": 1496.24, "end": 1496.3, "word": " special", "probability": 0.54248046875}, {"start": 1496.3, "end": 1496.6, "word": " sign", "probability": 0.437255859375}, {"start": 1496.6, "end": 1496.94, "word": " between", "probability": 0.51318359375}, {"start": 1496.94, "end": 1496.94, "word": " them", "probability": 0.8974609375}, {"start": 1496.94, "end": 1497.18, "word": " like", "probability": 0.468505859375}, {"start": 1497.18, "end": 1497.36, "word": " a", "probability": 0.73095703125}, {"start": 1497.36, "end": 1497.5, "word": " line,", "probability": 0.479248046875}, {"start": 1498.16, "end": 1498.42, "word": " then", "probability": 0.7236328125}, {"start": 1498.42, "end": 1498.58, "word": " you", "probability": 0.83203125}, {"start": 1498.58, "end": 1498.7, "word": " say", "probability": 0.6015625}, {"start": 1498.7, "end": 1499.26, "word": " split,", "probability": 0.671875}, {"start": 1499.54, "end": 1499.74, "word": " he", "probability": 0.197265625}, {"start": 1499.74, "end": 1499.88, "word": " brings", "probability": 0.52685546875}, {"start": 1499.88, "end": 1500.08, "word": " this", "probability": 0.59912109375}, {"start": 1500.08, "end": 1500.32, "word": " case", "probability": 0.28857421875}, {"start": 1500.32, "end": 1500.42, "word": " and", "probability": 0.82080078125}, {"start": 1500.42, "end": 1500.6, "word": " this", "probability": 0.62158203125}, {"start": 1500.6, "end": 1501.02, "word": " case,", "probability": 0.91748046875}, {"start": 1501.14, "end": 1501.22, "word": " and", "probability": 0.86962890625}, {"start": 1501.22, "end": 1501.32, "word": " you", "probability": 0.66357421875}, {"start": 1501.32, "end": 1501.5, "word": " make", "probability": 0.466552734375}, {"start": 1501.5, "end": 1501.62, "word": " a", "probability": 0.79296875}, {"start": 1501.62, "end": 1501.86, "word": " query", "probability": 0.9228515625}, {"start": 1501.86, "end": 1502.06, "word": " based", "probability": 0.72705078125}, {"start": 1502.06, "end": 1502.22, "word": " on", "probability": 0.947265625}, {"start": 1502.22, "end": 1502.52, "word": " both.", "probability": 0.64404296875}, {"start": 1503.4, "end": 1503.66, "word": " Do", "probability": 0.3779296875}, {"start": 1503.66, "end": 1503.66, "word": " you", "probability": 0.9736328125}, {"start": 1503.66, "end": 1503.84, "word": " understand", "probability": 0.75048828125}, {"start": 1503.84, "end": 1504.08, "word": " how?", "probability": 0.75}], "temperature": 1.0}, {"id": 64, "seek": 154345, "start": 1514.41, "end": 1543.45, "text": " For example, here I wrote with the letter A You see, it only showed me what's in the letter A The letter R showed me my number The letter O showed me Omar Any other letter that's not there? You don't see it? You don't see it Ok guys, the filter is now running And there's a part called Delete We saw how to add and how to show and now how to delete Delete, guys, I went to the employee", "tokens": [1171, 1365, 11, 510, 286, 4114, 365, 264, 5063, 316, 509, 536, 11, 309, 787, 4712, 385, 437, 311, 294, 264, 5063, 316, 440, 5063, 497, 4712, 385, 452, 1230, 440, 5063, 422, 4712, 385, 33784, 2639, 661, 5063, 300, 311, 406, 456, 30, 509, 500, 380, 536, 309, 30, 509, 500, 380, 536, 309, 3477, 1074, 11, 264, 6608, 307, 586, 2614, 400, 456, 311, 257, 644, 1219, 49452, 492, 1866, 577, 281, 909, 293, 577, 281, 855, 293, 586, 577, 281, 12097, 49452, 11, 1074, 11, 286, 1437, 281, 264, 10738], "avg_logprob": -0.5837765697469103, "compression_ratio": 1.8037383177570094, "no_speech_prob": 0.0, "words": [{"start": 1514.41, "end": 1514.87, "word": " For", "probability": 0.278076171875}, {"start": 1514.87, "end": 1515.21, "word": " example,", "probability": 0.888671875}, {"start": 1515.37, "end": 1515.47, "word": " here", "probability": 0.347412109375}, {"start": 1515.47, "end": 1515.69, "word": " I", "probability": 0.8955078125}, {"start": 1515.69, "end": 1516.01, "word": " wrote", "probability": 0.60546875}, {"start": 1516.01, "end": 1516.25, "word": " with", "probability": 0.52734375}, {"start": 1516.25, "end": 1516.53, "word": " the", "probability": 0.25341796875}, {"start": 1516.53, "end": 1516.67, "word": " letter", "probability": 0.8876953125}, {"start": 1516.67, "end": 1517.03, "word": " A", "probability": 0.53515625}, {"start": 1517.03, "end": 1517.73, "word": " You", "probability": 0.0911865234375}, {"start": 1517.73, "end": 1517.97, "word": " see,", "probability": 0.68798828125}, {"start": 1518.19, "end": 1518.37, "word": " it", "probability": 0.69140625}, {"start": 1518.37, "end": 1518.37, "word": " only", "probability": 0.3291015625}, {"start": 1518.37, "end": 1518.49, "word": " showed", "probability": 0.66455078125}, {"start": 1518.49, "end": 1518.67, "word": " me", "probability": 0.712890625}, {"start": 1518.67, "end": 1518.99, "word": " what's", "probability": 0.5108642578125}, {"start": 1518.99, "end": 1519.23, "word": " in", "probability": 0.5068359375}, {"start": 1519.23, "end": 1519.35, "word": " the", "probability": 0.74462890625}, {"start": 1519.35, "end": 1519.51, "word": " letter", "probability": 0.86083984375}, {"start": 1519.51, "end": 1519.89, "word": " A", "probability": 0.67041015625}, {"start": 1519.89, "end": 1520.19, "word": " The", "probability": 0.50927734375}, {"start": 1520.19, "end": 1520.41, "word": " letter", "probability": 0.8740234375}, {"start": 1520.41, "end": 1520.87, "word": " R", "probability": 0.98046875}, {"start": 1520.87, "end": 1521.89, "word": " showed", "probability": 0.44091796875}, {"start": 1521.89, "end": 1522.19, "word": " me", "probability": 0.87353515625}, {"start": 1522.19, "end": 1523.03, "word": " my", "probability": 0.53466796875}, {"start": 1523.03, "end": 1523.03, "word": " number", "probability": 0.751953125}, {"start": 1523.03, "end": 1523.27, "word": " The", "probability": 0.57666015625}, {"start": 1523.27, "end": 1523.49, "word": " letter", "probability": 0.90087890625}, {"start": 1523.49, "end": 1523.91, "word": " O", "probability": 0.9853515625}, {"start": 1523.91, "end": 1524.55, "word": " showed", "probability": 0.63134765625}, {"start": 1524.55, "end": 1524.79, "word": " me", "probability": 0.9296875}, {"start": 1524.79, "end": 1525.07, "word": " Omar", "probability": 0.640625}, {"start": 1525.07, "end": 1525.31, "word": " Any", "probability": 0.40380859375}, {"start": 1525.31, "end": 1525.75, "word": " other", "probability": 0.84228515625}, {"start": 1525.75, "end": 1525.75, "word": " letter", "probability": 0.74365234375}, {"start": 1525.75, "end": 1525.99, "word": " that's", "probability": 0.3602294921875}, {"start": 1525.99, "end": 1525.99, "word": " not", "probability": 0.88623046875}, {"start": 1525.99, "end": 1526.37, "word": " there?", "probability": 0.37060546875}, {"start": 1527.11, "end": 1527.63, "word": " You", "probability": 0.187744140625}, {"start": 1527.63, "end": 1527.69, "word": " don't", "probability": 0.70849609375}, {"start": 1527.69, "end": 1527.83, "word": " see", "probability": 0.87646484375}, {"start": 1527.83, "end": 1528.19, "word": " it?", "probability": 0.310791015625}, {"start": 1528.45, "end": 1528.79, "word": " You", "probability": 0.21923828125}, {"start": 1528.79, "end": 1528.81, "word": " don't", "probability": 0.871826171875}, {"start": 1528.81, "end": 1528.83, "word": " see", "probability": 0.779296875}, {"start": 1528.83, "end": 1529.17, "word": " it", "probability": 0.7451171875}, {"start": 1529.17, "end": 1529.41, "word": " Ok", "probability": 0.177978515625}, {"start": 1529.41, "end": 1530.57, "word": " guys,", "probability": 0.6728515625}, {"start": 1530.65, "end": 1530.97, "word": " the", "probability": 0.3125}, {"start": 1530.97, "end": 1531.37, "word": " filter", "probability": 0.94189453125}, {"start": 1531.37, "end": 1531.77, "word": " is", "probability": 0.388916015625}, {"start": 1531.77, "end": 1531.79, "word": " now", "probability": 0.11767578125}, {"start": 1531.79, "end": 1532.05, "word": " running", "probability": 0.17138671875}, {"start": 1532.05, "end": 1533.09, "word": " And", "probability": 0.1641845703125}, {"start": 1533.09, "end": 1533.35, "word": " there's", "probability": 0.586669921875}, {"start": 1533.35, "end": 1533.49, "word": " a", "probability": 0.43017578125}, {"start": 1533.49, "end": 1533.61, "word": " part", "probability": 0.5048828125}, {"start": 1533.61, "end": 1534.05, "word": " called", "probability": 0.48828125}, {"start": 1534.05, "end": 1534.43, "word": " Delete", "probability": 0.38720703125}, {"start": 1534.43, "end": 1535.85, "word": " We", "probability": 0.87158203125}, {"start": 1535.85, "end": 1536.21, "word": " saw", "probability": 0.66748046875}, {"start": 1536.21, "end": 1536.43, "word": " how", "probability": 0.9267578125}, {"start": 1536.43, "end": 1536.55, "word": " to", "probability": 0.87158203125}, {"start": 1536.55, "end": 1536.75, "word": " add", "probability": 0.876953125}, {"start": 1536.75, "end": 1536.95, "word": " and", "probability": 0.6015625}, {"start": 1536.95, "end": 1537.09, "word": " how", "probability": 0.3447265625}, {"start": 1537.09, "end": 1537.25, "word": " to", "probability": 0.92041015625}, {"start": 1537.25, "end": 1537.43, "word": " show", "probability": 0.28271484375}, {"start": 1537.43, "end": 1537.53, "word": " and", "probability": 0.260498046875}, {"start": 1537.53, "end": 1537.71, "word": " now", "probability": 0.80615234375}, {"start": 1537.71, "end": 1538.03, "word": " how", "probability": 0.60400390625}, {"start": 1538.03, "end": 1538.63, "word": " to", "probability": 0.8447265625}, {"start": 1538.63, "end": 1539.01, "word": " delete", "probability": 0.44580078125}, {"start": 1539.01, "end": 1540.47, "word": " Delete,", "probability": 0.66162109375}, {"start": 1540.59, "end": 1540.89, "word": " guys,", "probability": 0.81689453125}, {"start": 1540.95, "end": 1541.05, "word": " I", "probability": 0.77001953125}, {"start": 1541.05, "end": 1541.21, "word": " went", "probability": 0.78564453125}, {"start": 1541.21, "end": 1542.45, "word": " to", "probability": 0.951171875}, {"start": 1542.45, "end": 1542.93, "word": " the", "probability": 0.75634765625}, {"start": 1542.93, "end": 1543.45, "word": " employee", "probability": 0.81640625}], "temperature": 1.0}, {"id": 65, "seek": 157224, "start": 1547.14, "end": 1572.24, "text": " item and added a button to delete in each item. Ok guys, this is the button to delete. Now we want to delete. Ok, the action of deleting, where should I do it? Inside the adapter. Because it was very difficult for us before. Ok, now this is the bind view.", "tokens": [3174, 293, 3869, 257, 2960, 281, 12097, 294, 1184, 3174, 13, 3477, 1074, 11, 341, 307, 264, 2960, 281, 12097, 13, 823, 321, 528, 281, 12097, 13, 3477, 11, 264, 3069, 295, 48946, 11, 689, 820, 286, 360, 309, 30, 15123, 264, 22860, 13, 1436, 309, 390, 588, 2252, 337, 505, 949, 13, 3477, 11, 586, 341, 307, 264, 14786, 1910, 13], "avg_logprob": -0.5213293518338885, "compression_ratio": 1.5515151515151515, "no_speech_prob": 0.0, "words": [{"start": 1547.14, "end": 1547.72, "word": " item", "probability": 0.234130859375}, {"start": 1547.72, "end": 1548.3, "word": " and", "probability": 0.472900390625}, {"start": 1548.3, "end": 1548.54, "word": " added", "probability": 0.59033203125}, {"start": 1548.54, "end": 1548.7, "word": " a", "probability": 0.67138671875}, {"start": 1548.7, "end": 1549.14, "word": " button", "probability": 0.73974609375}, {"start": 1549.14, "end": 1550.64, "word": " to", "probability": 0.34326171875}, {"start": 1550.64, "end": 1551.06, "word": " delete", "probability": 0.87646484375}, {"start": 1551.06, "end": 1552.14, "word": " in", "probability": 0.2376708984375}, {"start": 1552.14, "end": 1552.36, "word": " each", "probability": 0.7197265625}, {"start": 1552.36, "end": 1552.74, "word": " item.", "probability": 0.93017578125}, {"start": 1555.16, "end": 1555.74, "word": " Ok", "probability": 0.323486328125}, {"start": 1555.74, "end": 1556.12, "word": " guys,", "probability": 0.57763671875}, {"start": 1556.34, "end": 1556.56, "word": " this", "probability": 0.74462890625}, {"start": 1556.56, "end": 1556.72, "word": " is", "probability": 0.67626953125}, {"start": 1556.72, "end": 1557.04, "word": " the", "probability": 0.5712890625}, {"start": 1557.04, "end": 1557.04, "word": " button", "probability": 0.62255859375}, {"start": 1557.04, "end": 1557.74, "word": " to", "probability": 0.43603515625}, {"start": 1557.74, "end": 1558.06, "word": " delete.", "probability": 0.880859375}, {"start": 1558.66, "end": 1559.24, "word": " Now", "probability": 0.85498046875}, {"start": 1559.24, "end": 1559.74, "word": " we", "probability": 0.66015625}, {"start": 1559.74, "end": 1559.96, "word": " want", "probability": 0.5439453125}, {"start": 1559.96, "end": 1560.12, "word": " to", "probability": 0.9384765625}, {"start": 1560.12, "end": 1560.26, "word": " delete.", "probability": 0.86376953125}, {"start": 1561.64, "end": 1562.02, "word": " Ok,", "probability": 0.63134765625}, {"start": 1562.74, "end": 1563.38, "word": " the", "probability": 0.4140625}, {"start": 1563.38, "end": 1563.68, "word": " action", "probability": 0.9111328125}, {"start": 1563.68, "end": 1563.96, "word": " of", "probability": 0.54931640625}, {"start": 1563.96, "end": 1564.26, "word": " deleting,", "probability": 0.69921875}, {"start": 1564.4, "end": 1564.56, "word": " where", "probability": 0.849609375}, {"start": 1564.56, "end": 1564.86, "word": " should", "probability": 0.7314453125}, {"start": 1564.86, "end": 1564.98, "word": " I", "probability": 0.927734375}, {"start": 1564.98, "end": 1565.16, "word": " do", "probability": 0.71484375}, {"start": 1565.16, "end": 1565.34, "word": " it?", "probability": 0.8974609375}, {"start": 1567.08, "end": 1567.66, "word": " Inside", "probability": 0.6865234375}, {"start": 1567.66, "end": 1567.8, "word": " the", "probability": 0.76806640625}, {"start": 1567.8, "end": 1568.12, "word": " adapter.", "probability": 0.826171875}, {"start": 1568.42, "end": 1568.7, "word": " Because", "probability": 0.740234375}, {"start": 1568.7, "end": 1568.78, "word": " it", "probability": 0.357177734375}, {"start": 1568.78, "end": 1568.82, "word": " was", "probability": 0.228759765625}, {"start": 1568.82, "end": 1568.92, "word": " very", "probability": 0.2218017578125}, {"start": 1568.92, "end": 1569.08, "word": " difficult", "probability": 0.310302734375}, {"start": 1569.08, "end": 1569.08, "word": " for", "probability": 0.56787109375}, {"start": 1569.08, "end": 1569.2, "word": " us", "probability": 0.830078125}, {"start": 1569.2, "end": 1569.4, "word": " before.", "probability": 0.32373046875}, {"start": 1570.3, "end": 1570.88, "word": " Ok,", "probability": 0.52099609375}, {"start": 1571.1, "end": 1571.32, "word": " now", "probability": 0.51416015625}, {"start": 1571.32, "end": 1571.56, "word": " this", "probability": 0.666015625}, {"start": 1571.56, "end": 1571.66, "word": " is", "probability": 0.94091796875}, {"start": 1571.66, "end": 1571.7, "word": " the", "probability": 0.783203125}, {"start": 1571.7, "end": 1571.9, "word": " bind", "probability": 0.81103515625}, {"start": 1571.9, "end": 1572.24, "word": " view.", "probability": 0.83544921875}], "temperature": 1.0}, {"id": 66, "seek": 159949, "start": 1573.19, "end": 1599.49, "text": " Every time an element is filled, you have to do action on delete. Because here, it brought the name TV, salary, date of birth, and filled them all. Here, it finished filling. Because who is missing? The button delete, which is new. This is button delete button. You go to view and say find view by id r.id.delete button. It brought the delete button.", "tokens": [2048, 565, 364, 4478, 307, 6412, 11, 291, 362, 281, 360, 3069, 322, 12097, 13, 1436, 510, 11, 309, 3038, 264, 1315, 3558, 11, 15360, 11, 1137, 68, 295, 3965, 11, 293, 6412, 552, 439, 13, 1692, 11, 309, 4335, 10623, 13, 1436, 567, 307, 5361, 30, 440, 2960, 12097, 11, 597, 307, 777, 13, 639, 307, 2960, 12097, 2960, 13, 509, 352, 281, 1910, 293, 584, 915, 1910, 538, 4496, 367, 13, 327, 13, 18105, 3498, 2960, 13, 467, 3038, 264, 12097, 2960, 13], "avg_logprob": -0.5592296601727952, "compression_ratio": 1.729064039408867, "no_speech_prob": 0.0, "words": [{"start": 1573.19, "end": 1573.49, "word": " Every", "probability": 0.1900634765625}, {"start": 1573.49, "end": 1573.61, "word": " time", "probability": 0.51708984375}, {"start": 1573.61, "end": 1574.35, "word": " an", "probability": 0.2288818359375}, {"start": 1574.35, "end": 1574.61, "word": " element", "probability": 0.853515625}, {"start": 1574.61, "end": 1574.61, "word": " is", "probability": 0.6005859375}, {"start": 1574.61, "end": 1574.61, "word": " filled,", "probability": 0.8076171875}, {"start": 1574.87, "end": 1575.03, "word": " you", "probability": 0.314453125}, {"start": 1575.03, "end": 1575.21, "word": " have", "probability": 0.302001953125}, {"start": 1575.21, "end": 1575.33, "word": " to", "probability": 0.9658203125}, {"start": 1575.33, "end": 1575.59, "word": " do", "probability": 0.212646484375}, {"start": 1575.59, "end": 1576.09, "word": " action", "probability": 0.397216796875}, {"start": 1576.09, "end": 1576.29, "word": " on", "probability": 0.73583984375}, {"start": 1576.29, "end": 1577.39, "word": " delete.", "probability": 0.454345703125}, {"start": 1577.97, "end": 1578.47, "word": " Because", "probability": 0.75244140625}, {"start": 1578.47, "end": 1578.85, "word": " here,", "probability": 0.71728515625}, {"start": 1579.01, "end": 1579.65, "word": " it", "probability": 0.490966796875}, {"start": 1579.65, "end": 1579.85, "word": " brought", "probability": 0.5224609375}, {"start": 1579.85, "end": 1579.97, "word": " the", "probability": 0.265869140625}, {"start": 1579.97, "end": 1580.11, "word": " name", "probability": 0.75341796875}, {"start": 1580.11, "end": 1580.43, "word": " TV,", "probability": 0.4208984375}, {"start": 1580.59, "end": 1580.99, "word": " salary,", "probability": 0.4716796875}, {"start": 1581.13, "end": 1581.35, "word": " date", "probability": 0.5960693359375}, {"start": 1581.35, "end": 1581.47, "word": " of", "probability": 0.93408203125}, {"start": 1581.47, "end": 1581.71, "word": " birth,", "probability": 0.96630859375}, {"start": 1581.81, "end": 1581.93, "word": " and", "probability": 0.7275390625}, {"start": 1581.93, "end": 1582.09, "word": " filled", "probability": 0.7939453125}, {"start": 1582.09, "end": 1582.33, "word": " them", "probability": 0.6728515625}, {"start": 1582.33, "end": 1582.57, "word": " all.", "probability": 0.794921875}, {"start": 1582.81, "end": 1583.05, "word": " Here,", "probability": 0.322509765625}, {"start": 1583.27, "end": 1583.27, "word": " it", "probability": 0.60009765625}, {"start": 1583.27, "end": 1583.53, "word": " finished", "probability": 0.2357177734375}, {"start": 1583.53, "end": 1583.85, "word": " filling.", "probability": 0.487060546875}, {"start": 1584.03, "end": 1584.33, "word": " Because", "probability": 0.4462890625}, {"start": 1584.33, "end": 1584.41, "word": " who", "probability": 0.251953125}, {"start": 1584.41, "end": 1584.41, "word": " is", "probability": 0.299072265625}, {"start": 1584.41, "end": 1584.49, "word": " missing?", "probability": 0.296142578125}, {"start": 1585.17, "end": 1585.69, "word": " The", "probability": 0.77392578125}, {"start": 1585.69, "end": 1585.93, "word": " button", "probability": 0.458251953125}, {"start": 1585.93, "end": 1586.29, "word": " delete,", "probability": 0.5322265625}, {"start": 1586.75, "end": 1587.09, "word": " which", "probability": 0.58203125}, {"start": 1587.09, "end": 1587.23, "word": " is", "probability": 0.84912109375}, {"start": 1587.23, "end": 1587.53, "word": " new.", "probability": 0.5380859375}, {"start": 1587.75, "end": 1587.97, "word": " This", "probability": 0.6689453125}, {"start": 1587.97, "end": 1588.01, "word": " is", "probability": 0.82568359375}, {"start": 1588.01, "end": 1588.59, "word": " button", "probability": 0.404541015625}, {"start": 1588.59, "end": 1589.57, "word": " delete", "probability": 0.734375}, {"start": 1589.57, "end": 1590.03, "word": " button.", "probability": 0.8701171875}, {"start": 1590.75, "end": 1591.27, "word": " You", "probability": 0.4267578125}, {"start": 1591.27, "end": 1591.47, "word": " go", "probability": 0.9052734375}, {"start": 1591.47, "end": 1591.61, "word": " to", "probability": 0.96044921875}, {"start": 1591.61, "end": 1592.01, "word": " view", "probability": 0.615234375}, {"start": 1592.01, "end": 1592.65, "word": " and", "probability": 0.55029296875}, {"start": 1592.65, "end": 1592.93, "word": " say", "probability": 0.54296875}, {"start": 1592.93, "end": 1593.55, "word": " find", "probability": 0.60205078125}, {"start": 1593.55, "end": 1594.93, "word": " view", "probability": 0.8330078125}, {"start": 1594.93, "end": 1595.13, "word": " by", "probability": 0.81494140625}, {"start": 1595.13, "end": 1595.53, "word": " id", "probability": 0.64697265625}, {"start": 1595.53, "end": 1595.93, "word": " r", "probability": 0.50830078125}, {"start": 1595.93, "end": 1596.61, "word": ".id", "probability": 0.79638671875}, {"start": 1596.61, "end": 1597.47, "word": ".delete", "probability": 0.8811848958333334}, {"start": 1597.47, "end": 1598.43, "word": " button.", "probability": 0.7421875}, {"start": 1598.51, "end": 1598.65, "word": " It", "probability": 0.25146484375}, {"start": 1598.65, "end": 1598.85, "word": " brought", "probability": 0.74658203125}, {"start": 1598.85, "end": 1598.97, "word": " the", "probability": 0.58544921875}, {"start": 1598.97, "end": 1599.23, "word": " delete", "probability": 0.93359375}, {"start": 1599.23, "end": 1599.49, "word": " button.", "probability": 0.85546875}], "temperature": 1.0}, {"id": 67, "seek": 162035, "start": 1600.59, "end": 1620.35, "text": "Then, the delete button says set on click listener, new on click listener Now, when I press the button, it will delete the whole row from the database and delete the list", "tokens": [20371, 11, 264, 12097, 2960, 1619, 992, 322, 2052, 31569, 11, 777, 322, 2052, 31569, 823, 11, 562, 286, 1886, 264, 2960, 11, 309, 486, 12097, 264, 1379, 5386, 490, 264, 8149, 293, 12097, 264, 1329], "avg_logprob": -0.5489864800427411, "compression_ratio": 1.4912280701754386, "no_speech_prob": 0.0, "words": [{"start": 1600.59, "end": 1600.99, "word": "Then,", "probability": 0.3330078125}, {"start": 1601.07, "end": 1601.23, "word": " the", "probability": 0.336669921875}, {"start": 1601.23, "end": 1601.51, "word": " delete", "probability": 0.751953125}, {"start": 1601.51, "end": 1601.91, "word": " button", "probability": 0.88671875}, {"start": 1601.91, "end": 1602.81, "word": " says", "probability": 0.294677734375}, {"start": 1602.81, "end": 1603.33, "word": " set", "probability": 0.34521484375}, {"start": 1603.33, "end": 1604.45, "word": " on", "probability": 0.67333984375}, {"start": 1604.45, "end": 1605.41, "word": " click", "probability": 0.82861328125}, {"start": 1605.41, "end": 1605.81, "word": " listener,", "probability": 0.650390625}, {"start": 1606.07, "end": 1606.41, "word": " new", "probability": 0.82861328125}, {"start": 1606.41, "end": 1606.97, "word": " on", "probability": 0.95703125}, {"start": 1606.97, "end": 1609.33, "word": " click", "probability": 0.87646484375}, {"start": 1609.33, "end": 1609.71, "word": " listener", "probability": 0.830078125}, {"start": 1609.71, "end": 1611.21, "word": " Now,", "probability": 0.26806640625}, {"start": 1611.85, "end": 1611.95, "word": " when", "probability": 0.6806640625}, {"start": 1611.95, "end": 1612.09, "word": " I", "probability": 0.8515625}, {"start": 1612.09, "end": 1612.33, "word": " press", "probability": 0.4208984375}, {"start": 1612.33, "end": 1612.55, "word": " the", "probability": 0.60498046875}, {"start": 1612.55, "end": 1612.85, "word": " button,", "probability": 0.85009765625}, {"start": 1613.89, "end": 1614.25, "word": " it", "probability": 0.58837890625}, {"start": 1614.25, "end": 1614.45, "word": " will", "probability": 0.2392578125}, {"start": 1614.45, "end": 1614.81, "word": " delete", "probability": 0.77490234375}, {"start": 1614.81, "end": 1616.41, "word": " the", "probability": 0.38427734375}, {"start": 1616.41, "end": 1616.41, "word": " whole", "probability": 0.367431640625}, {"start": 1616.41, "end": 1616.77, "word": " row", "probability": 0.327392578125}, {"start": 1616.77, "end": 1617.31, "word": " from", "probability": 0.73779296875}, {"start": 1617.31, "end": 1618.05, "word": " the", "probability": 0.853515625}, {"start": 1618.05, "end": 1618.53, "word": " database", "probability": 0.9033203125}, {"start": 1618.53, "end": 1618.81, "word": " and", "probability": 0.64794921875}, {"start": 1618.81, "end": 1619.31, "word": " delete", "probability": 0.60400390625}, {"start": 1619.31, "end": 1620.09, "word": " the", "probability": 0.83056640625}, {"start": 1620.09, "end": 1620.35, "word": " list", "probability": 0.884765625}], "temperature": 1.0}, {"id": 68, "seek": 164627, "start": 1622.51, "end": 1646.27, "text": "Okay, in order to delete from the table, we need the ID, the primary key. There is a hidden command in SQL, which is delete from table. But deleting from table by itself will delete everything. This is dangerous. So we need to tell it to delete from table where the ID equals this. Okay? We need to get the ID. Before I do action, I have a cursor here.", "tokens": [8297, 11, 294, 1668, 281, 12097, 490, 264, 3199, 11, 321, 643, 264, 7348, 11, 264, 6194, 2141, 13, 821, 307, 257, 7633, 5622, 294, 19200, 11, 597, 307, 12097, 490, 3199, 13, 583, 48946, 490, 3199, 538, 2564, 486, 12097, 1203, 13, 639, 307, 5795, 13, 407, 321, 643, 281, 980, 309, 281, 12097, 490, 3199, 689, 264, 7348, 6915, 341, 13, 1033, 30, 492, 643, 281, 483, 264, 7348, 13, 4546, 286, 360, 3069, 11, 286, 362, 257, 28169, 510, 13], "avg_logprob": -0.5736607320251919, "compression_ratio": 1.6372093023255814, "no_speech_prob": 0.0, "words": [{"start": 1622.51, "end": 1622.85, "word": "Okay,", "probability": 0.11883544921875}, {"start": 1623.09, "end": 1623.37, "word": " in", "probability": 0.30078125}, {"start": 1623.37, "end": 1623.37, "word": " order", "probability": 0.8876953125}, {"start": 1623.37, "end": 1623.51, "word": " to", "probability": 0.91357421875}, {"start": 1623.51, "end": 1623.89, "word": " delete", "probability": 0.81884765625}, {"start": 1623.89, "end": 1624.27, "word": " from", "probability": 0.1943359375}, {"start": 1624.27, "end": 1624.27, "word": " the", "probability": 0.3876953125}, {"start": 1624.27, "end": 1624.27, "word": " table,", "probability": 0.70458984375}, {"start": 1624.27, "end": 1624.39, "word": " we", "probability": 0.5107421875}, {"start": 1624.39, "end": 1625.49, "word": " need", "probability": 0.6611328125}, {"start": 1625.49, "end": 1625.67, "word": " the", "probability": 0.396484375}, {"start": 1625.67, "end": 1625.91, "word": " ID,", "probability": 0.2449951171875}, {"start": 1626.07, "end": 1626.17, "word": " the", "probability": 0.7060546875}, {"start": 1626.17, "end": 1626.45, "word": " primary", "probability": 0.8349609375}, {"start": 1626.45, "end": 1626.71, "word": " key.", "probability": 0.947265625}, {"start": 1627.69, "end": 1628.23, "word": " There", "probability": 0.44970703125}, {"start": 1628.23, "end": 1628.31, "word": " is", "probability": 0.6572265625}, {"start": 1628.31, "end": 1628.53, "word": " a", "probability": 0.65380859375}, {"start": 1628.53, "end": 1628.77, "word": " hidden", "probability": 0.041259765625}, {"start": 1628.77, "end": 1628.83, "word": " command", "probability": 0.74658203125}, {"start": 1628.83, "end": 1629.19, "word": " in", "probability": 0.8466796875}, {"start": 1629.19, "end": 1629.61, "word": " SQL,", "probability": 0.783203125}, {"start": 1629.71, "end": 1629.97, "word": " which", "probability": 0.60400390625}, {"start": 1629.97, "end": 1629.97, "word": " is", "probability": 0.85302734375}, {"start": 1629.97, "end": 1630.21, "word": " delete", "probability": 0.53955078125}, {"start": 1630.21, "end": 1630.49, "word": " from", "probability": 0.8564453125}, {"start": 1630.49, "end": 1630.97, "word": " table.", "probability": 0.89013671875}, {"start": 1631.57, "end": 1631.85, "word": " But", "probability": 0.50390625}, {"start": 1631.85, "end": 1632.07, "word": " deleting", "probability": 0.3388671875}, {"start": 1632.07, "end": 1632.29, "word": " from", "probability": 0.87548828125}, {"start": 1632.29, "end": 1632.59, "word": " table", "probability": 0.857421875}, {"start": 1632.59, "end": 1632.81, "word": " by", "probability": 0.21630859375}, {"start": 1632.81, "end": 1633.09, "word": " itself", "probability": 0.791015625}, {"start": 1633.09, "end": 1633.33, "word": " will", "probability": 0.45068359375}, {"start": 1633.33, "end": 1633.49, "word": " delete", "probability": 0.82666015625}, {"start": 1633.49, "end": 1634.17, "word": " everything.", "probability": 0.71044921875}, {"start": 1635.23, "end": 1635.75, "word": " This", "probability": 0.47802734375}, {"start": 1635.75, "end": 1635.75, "word": " is", "probability": 0.923828125}, {"start": 1635.75, "end": 1636.09, "word": " dangerous.", "probability": 0.5390625}, {"start": 1636.53, "end": 1636.63, "word": " So", "probability": 0.818359375}, {"start": 1636.63, "end": 1636.71, "word": " we", "probability": 0.541015625}, {"start": 1636.71, "end": 1636.87, "word": " need", "probability": 0.225830078125}, {"start": 1636.87, "end": 1636.87, "word": " to", "probability": 0.9658203125}, {"start": 1636.87, "end": 1636.99, "word": " tell", "probability": 0.38525390625}, {"start": 1636.99, "end": 1637.07, "word": " it", "probability": 0.62060546875}, {"start": 1637.07, "end": 1637.13, "word": " to", "probability": 0.55224609375}, {"start": 1637.13, "end": 1637.31, "word": " delete", "probability": 0.92626953125}, {"start": 1637.31, "end": 1637.61, "word": " from", "probability": 0.88525390625}, {"start": 1637.61, "end": 1638.01, "word": " table", "probability": 0.8974609375}, {"start": 1638.01, "end": 1638.43, "word": " where", "probability": 0.7607421875}, {"start": 1638.43, "end": 1639.41, "word": " the", "probability": 0.65576171875}, {"start": 1639.41, "end": 1639.73, "word": " ID", "probability": 0.87158203125}, {"start": 1639.73, "end": 1640.11, "word": " equals", "probability": 0.64697265625}, {"start": 1640.11, "end": 1640.37, "word": " this.", "probability": 0.336181640625}, {"start": 1640.79, "end": 1640.99, "word": " Okay?", "probability": 0.427978515625}, {"start": 1641.13, "end": 1641.43, "word": " We", "probability": 0.611328125}, {"start": 1641.43, "end": 1641.69, "word": " need", "probability": 0.509765625}, {"start": 1641.69, "end": 1641.85, "word": " to", "probability": 0.95947265625}, {"start": 1641.85, "end": 1642.13, "word": " get", "probability": 0.74755859375}, {"start": 1642.13, "end": 1642.77, "word": " the", "probability": 0.8671875}, {"start": 1642.77, "end": 1643.01, "word": " ID.", "probability": 0.96142578125}, {"start": 1643.21, "end": 1643.47, "word": " Before", "probability": 0.70361328125}, {"start": 1643.47, "end": 1643.69, "word": " I", "probability": 0.458251953125}, {"start": 1643.69, "end": 1643.71, "word": " do", "probability": 0.494384765625}, {"start": 1643.71, "end": 1644.13, "word": " action,", "probability": 0.354736328125}, {"start": 1644.45, "end": 1644.75, "word": " I", "probability": 0.416748046875}, {"start": 1644.75, "end": 1645.19, "word": " have", "probability": 0.76953125}, {"start": 1645.19, "end": 1645.61, "word": " a", "probability": 0.60400390625}, {"start": 1645.61, "end": 1645.93, "word": " cursor", "probability": 0.96435546875}, {"start": 1645.93, "end": 1646.27, "word": " here.", "probability": 0.76611328125}], "temperature": 1.0}, {"id": 69, "seek": 167673, "start": 1647.79, "end": 1676.73, "text": "In the bind view, this cursor points to the line that I want to delete. Get the id from it. Here we got the name, the cellar and the date of birth. What do we want? The id. Go to cursor and say get integer cursor dot get column index underscore id. This is how it got the id. Because we want to delete the line that is present in this id.", "tokens": [4575, 264, 14786, 1910, 11, 341, 28169, 2793, 281, 264, 1622, 300, 286, 528, 281, 12097, 13, 3240, 264, 4496, 490, 309, 13, 1692, 321, 658, 264, 1315, 11, 264, 2815, 289, 293, 264, 4002, 295, 3965, 13, 708, 360, 321, 528, 30, 440, 4496, 13, 1037, 281, 28169, 293, 584, 483, 24922, 28169, 5893, 483, 7738, 8186, 37556, 4496, 13, 639, 307, 577, 309, 658, 264, 4496, 13, 1436, 321, 528, 281, 12097, 264, 1622, 300, 307, 1974, 294, 341, 4496, 13], "avg_logprob": -0.39248511017788024, "compression_ratio": 1.6732673267326732, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1647.79, "end": 1647.99, "word": "In", "probability": 0.36962890625}, {"start": 1647.99, "end": 1648.35, "word": " the", "probability": 0.58349609375}, {"start": 1648.35, "end": 1648.59, "word": " bind", "probability": 0.7646484375}, {"start": 1648.59, "end": 1648.91, "word": " view,", "probability": 0.7744140625}, {"start": 1649.13, "end": 1649.37, "word": " this", "probability": 0.72802734375}, {"start": 1649.37, "end": 1649.81, "word": " cursor", "probability": 0.9423828125}, {"start": 1649.81, "end": 1650.23, "word": " points", "probability": 0.183837890625}, {"start": 1650.23, "end": 1650.53, "word": " to", "probability": 0.81494140625}, {"start": 1650.53, "end": 1651.41, "word": " the", "probability": 0.7802734375}, {"start": 1651.41, "end": 1651.63, "word": " line", "probability": 0.6806640625}, {"start": 1651.63, "end": 1651.87, "word": " that", "probability": 0.473388671875}, {"start": 1651.87, "end": 1651.95, "word": " I", "probability": 0.86279296875}, {"start": 1651.95, "end": 1652.23, "word": " want", "probability": 0.73681640625}, {"start": 1652.23, "end": 1652.45, "word": " to", "probability": 0.908203125}, {"start": 1652.45, "end": 1652.45, "word": " delete.", "probability": 0.76953125}, {"start": 1653.11, "end": 1653.59, "word": " Get", "probability": 0.364013671875}, {"start": 1653.59, "end": 1653.77, "word": " the", "probability": 0.7783203125}, {"start": 1653.77, "end": 1654.01, "word": " id", "probability": 0.59619140625}, {"start": 1654.01, "end": 1654.19, "word": " from", "probability": 0.61376953125}, {"start": 1654.19, "end": 1654.35, "word": " it.", "probability": 0.71728515625}, {"start": 1655.53, "end": 1655.83, "word": " Here", "probability": 0.430419921875}, {"start": 1655.83, "end": 1655.93, "word": " we", "probability": 0.72705078125}, {"start": 1655.93, "end": 1656.09, "word": " got", "probability": 0.546875}, {"start": 1656.09, "end": 1656.27, "word": " the", "probability": 0.7880859375}, {"start": 1656.27, "end": 1656.49, "word": " name,", "probability": 0.8837890625}, {"start": 1656.65, "end": 1656.71, "word": " the", "probability": 0.388671875}, {"start": 1656.71, "end": 1656.95, "word": " cellar", "probability": 0.409912109375}, {"start": 1656.95, "end": 1657.07, "word": " and", "probability": 0.5224609375}, {"start": 1657.07, "end": 1657.15, "word": " the", "probability": 0.85546875}, {"start": 1657.15, "end": 1657.27, "word": " date", "probability": 0.83935546875}, {"start": 1657.27, "end": 1657.43, "word": " of", "probability": 0.95654296875}, {"start": 1657.43, "end": 1657.61, "word": " birth.", "probability": 0.96533203125}, {"start": 1657.71, "end": 1657.81, "word": " What", "probability": 0.441162109375}, {"start": 1657.81, "end": 1657.83, "word": " do", "probability": 0.8720703125}, {"start": 1657.83, "end": 1657.93, "word": " we", "probability": 0.9541015625}, {"start": 1657.93, "end": 1657.93, "word": " want?", "probability": 0.630859375}, {"start": 1659.27, "end": 1659.75, "word": " The", "probability": 0.7197265625}, {"start": 1659.75, "end": 1660.07, "word": " id.", "probability": 0.84326171875}, {"start": 1660.93, "end": 1661.41, "word": " Go", "probability": 0.8330078125}, {"start": 1661.41, "end": 1661.53, "word": " to", "probability": 0.96337890625}, {"start": 1661.53, "end": 1661.97, "word": " cursor", "probability": 0.69384765625}, {"start": 1661.97, "end": 1662.29, "word": " and", "probability": 0.8310546875}, {"start": 1662.29, "end": 1662.49, "word": " say", "probability": 0.400146484375}, {"start": 1662.49, "end": 1662.87, "word": " get", "probability": 0.791015625}, {"start": 1662.87, "end": 1664.25, "word": " integer", "probability": 0.60302734375}, {"start": 1664.25, "end": 1665.71, "word": " cursor", "probability": 0.8447265625}, {"start": 1665.71, "end": 1666.05, "word": " dot", "probability": 0.52392578125}, {"start": 1666.05, "end": 1666.41, "word": " get", "probability": 0.94873046875}, {"start": 1666.41, "end": 1667.61, "word": " column", "probability": 0.5048828125}, {"start": 1667.61, "end": 1668.23, "word": " index", "probability": 0.8818359375}, {"start": 1668.23, "end": 1670.43, "word": " underscore", "probability": 0.51904296875}, {"start": 1670.43, "end": 1671.65, "word": " id.", "probability": 0.85986328125}, {"start": 1671.75, "end": 1671.87, "word": " This", "probability": 0.38916015625}, {"start": 1671.87, "end": 1671.93, "word": " is", "probability": 0.705078125}, {"start": 1671.93, "end": 1671.99, "word": " how", "probability": 0.91650390625}, {"start": 1671.99, "end": 1672.25, "word": " it", "probability": 0.497314453125}, {"start": 1672.25, "end": 1672.25, "word": " got", "probability": 0.451171875}, {"start": 1672.25, "end": 1672.87, "word": " the", "probability": 0.90625}, {"start": 1672.87, "end": 1673.11, "word": " id.", "probability": 0.94384765625}, {"start": 1673.17, "end": 1673.35, "word": " Because", "probability": 0.603515625}, {"start": 1673.35, "end": 1673.59, "word": " we", "probability": 0.91845703125}, {"start": 1673.59, "end": 1673.77, "word": " want", "probability": 0.7109375}, {"start": 1673.77, "end": 1673.93, "word": " to", "probability": 0.96875}, {"start": 1673.93, "end": 1674.07, "word": " delete", "probability": 0.8662109375}, {"start": 1674.07, "end": 1675.39, "word": " the", "probability": 0.79736328125}, {"start": 1675.39, "end": 1675.61, "word": " line", "probability": 0.8603515625}, {"start": 1675.61, "end": 1675.83, "word": " that", "probability": 0.5966796875}, {"start": 1675.83, "end": 1675.91, "word": " is", "probability": 0.60888671875}, {"start": 1675.91, "end": 1676.17, "word": " present", "probability": 0.3232421875}, {"start": 1676.17, "end": 1676.35, "word": " in", "probability": 0.478515625}, {"start": 1676.35, "end": 1676.47, "word": " this", "probability": 0.56103515625}, {"start": 1676.47, "end": 1676.73, "word": " id.", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 70, "seek": 170667, "start": 1678.05, "end": 1706.67, "text": " All right? So I went to the button now. It wants the DB. So it wants a connection to what? To the database. So it wants who? The MyHelper. We want to go and get the MyHelper from anywhere. This is the MyHelper. And with whom? The DB. But it wants to say now, get writeable. Not what? Not readable, because it happened. So I went now to the adapter. In the button now, I need a connection to the database.", "tokens": [1057, 558, 30, 407, 286, 1437, 281, 264, 2960, 586, 13, 467, 2738, 264, 26754, 13, 407, 309, 2738, 257, 4984, 281, 437, 30, 1407, 264, 8149, 13, 407, 309, 2738, 567, 30, 440, 1222, 39, 338, 610, 13, 492, 528, 281, 352, 293, 483, 264, 1222, 39, 338, 610, 490, 4992, 13, 639, 307, 264, 1222, 39, 338, 610, 13, 400, 365, 7101, 30, 440, 26754, 13, 583, 309, 2738, 281, 584, 586, 11, 483, 2464, 712, 13, 1726, 437, 30, 1726, 49857, 11, 570, 309, 2011, 13, 407, 286, 1437, 586, 281, 264, 22860, 13, 682, 264, 2960, 586, 11, 286, 643, 257, 4984, 281, 264, 8149, 13], "avg_logprob": -0.37387387172595876, "compression_ratio": 1.8161434977578474, "no_speech_prob": 0.0, "words": [{"start": 1678.05, "end": 1678.29, "word": " All", "probability": 0.12457275390625}, {"start": 1678.29, "end": 1678.41, "word": " right?", "probability": 0.787109375}, {"start": 1678.61, "end": 1678.79, "word": " So", "probability": 0.72412109375}, {"start": 1678.79, "end": 1679.01, "word": " I", "probability": 0.666015625}, {"start": 1679.01, "end": 1679.01, "word": " went", "probability": 0.373291015625}, {"start": 1679.01, "end": 1679.11, "word": " to", "probability": 0.8662109375}, {"start": 1679.11, "end": 1679.21, "word": " the", "probability": 0.8408203125}, {"start": 1679.21, "end": 1679.45, "word": " button", "probability": 0.65576171875}, {"start": 1679.45, "end": 1679.83, "word": " now.", "probability": 0.69140625}, {"start": 1682.85, "end": 1683.25, "word": " It", "probability": 0.3984375}, {"start": 1683.25, "end": 1683.45, "word": " wants", "probability": 0.311279296875}, {"start": 1683.45, "end": 1683.57, "word": " the", "probability": 0.572265625}, {"start": 1683.57, "end": 1683.79, "word": " DB.", "probability": 0.67138671875}, {"start": 1684.41, "end": 1684.73, "word": " So", "probability": 0.200439453125}, {"start": 1684.73, "end": 1684.83, "word": " it", "probability": 0.70751953125}, {"start": 1684.83, "end": 1684.93, "word": " wants", "probability": 0.654296875}, {"start": 1684.93, "end": 1685.05, "word": " a", "probability": 0.378173828125}, {"start": 1685.05, "end": 1685.43, "word": " connection", "probability": 0.89599609375}, {"start": 1685.43, "end": 1685.59, "word": " to", "probability": 0.794921875}, {"start": 1685.59, "end": 1685.87, "word": " what?", "probability": 0.810546875}, {"start": 1686.51, "end": 1686.91, "word": " To", "probability": 0.66357421875}, {"start": 1686.91, "end": 1686.97, "word": " the", "probability": 0.89697265625}, {"start": 1686.97, "end": 1687.39, "word": " database.", "probability": 0.908203125}, {"start": 1687.73, "end": 1688.03, "word": " So", "probability": 0.82421875}, {"start": 1688.03, "end": 1688.19, "word": " it", "probability": 0.58984375}, {"start": 1688.19, "end": 1688.29, "word": " wants", "probability": 0.76904296875}, {"start": 1688.29, "end": 1688.57, "word": " who?", "probability": 0.5400390625}, {"start": 1689.15, "end": 1689.55, "word": " The", "probability": 0.297607421875}, {"start": 1689.55, "end": 1689.99, "word": " MyHelper.", "probability": 0.8265380859375}, {"start": 1690.13, "end": 1690.39, "word": " We", "probability": 0.73681640625}, {"start": 1690.39, "end": 1690.47, "word": " want", "probability": 0.265380859375}, {"start": 1690.47, "end": 1690.65, "word": " to", "probability": 0.96923828125}, {"start": 1690.65, "end": 1690.67, "word": " go", "probability": 0.54248046875}, {"start": 1690.67, "end": 1690.83, "word": " and", "probability": 0.494384765625}, {"start": 1690.83, "end": 1690.93, "word": " get", "probability": 0.810546875}, {"start": 1690.93, "end": 1691.09, "word": " the", "probability": 0.7978515625}, {"start": 1691.09, "end": 1691.61, "word": " MyHelper", "probability": 0.9918212890625}, {"start": 1691.61, "end": 1692.55, "word": " from", "probability": 0.7666015625}, {"start": 1692.55, "end": 1692.97, "word": " anywhere.", "probability": 0.466796875}, {"start": 1693.29, "end": 1693.49, "word": " This", "probability": 0.59765625}, {"start": 1693.49, "end": 1693.53, "word": " is", "probability": 0.9375}, {"start": 1693.53, "end": 1693.59, "word": " the", "probability": 0.861328125}, {"start": 1693.59, "end": 1694.01, "word": " MyHelper.", "probability": 0.9930419921875}, {"start": 1694.75, "end": 1695.03, "word": " And", "probability": 0.703125}, {"start": 1695.03, "end": 1695.11, "word": " with", "probability": 0.71630859375}, {"start": 1695.11, "end": 1695.37, "word": " whom?", "probability": 0.7353515625}, {"start": 1696.47, "end": 1696.87, "word": " The", "probability": 0.76953125}, {"start": 1696.87, "end": 1697.09, "word": " DB.", "probability": 0.96044921875}, {"start": 1697.77, "end": 1697.93, "word": " But", "probability": 0.81689453125}, {"start": 1697.93, "end": 1698.05, "word": " it", "probability": 0.297119140625}, {"start": 1698.05, "end": 1698.13, "word": " wants", "probability": 0.4599609375}, {"start": 1698.13, "end": 1698.13, "word": " to", "probability": 0.7392578125}, {"start": 1698.13, "end": 1698.29, "word": " say", "probability": 0.58935546875}, {"start": 1698.29, "end": 1698.53, "word": " now,", "probability": 0.266357421875}, {"start": 1698.57, "end": 1698.71, "word": " get", "probability": 0.338623046875}, {"start": 1698.71, "end": 1699.17, "word": " writeable.", "probability": 0.675048828125}, {"start": 1699.31, "end": 1699.41, "word": " Not", "probability": 0.9189453125}, {"start": 1699.41, "end": 1699.73, "word": " what?", "probability": 0.50390625}, {"start": 1699.85, "end": 1700.07, "word": " Not", "probability": 0.90771484375}, {"start": 1700.07, "end": 1700.37, "word": " readable,", "probability": 0.85791015625}, {"start": 1700.49, "end": 1700.61, "word": " because", "probability": 0.89697265625}, {"start": 1700.61, "end": 1700.75, "word": " it", "probability": 0.9111328125}, {"start": 1700.75, "end": 1700.91, "word": " happened.", "probability": 0.15966796875}, {"start": 1701.81, "end": 1702.21, "word": " So", "probability": 0.90478515625}, {"start": 1702.21, "end": 1702.41, "word": " I", "probability": 0.73291015625}, {"start": 1702.41, "end": 1702.41, "word": " went", "probability": 0.76318359375}, {"start": 1702.41, "end": 1702.63, "word": " now", "probability": 0.3623046875}, {"start": 1702.63, "end": 1702.73, "word": " to", "probability": 0.9521484375}, {"start": 1702.73, "end": 1702.81, "word": " the", "probability": 0.88671875}, {"start": 1702.81, "end": 1703.17, "word": " adapter.", "probability": 0.81298828125}, {"start": 1704.03, "end": 1704.19, "word": " In", "probability": 0.818359375}, {"start": 1704.19, "end": 1704.31, "word": " the", "probability": 0.916015625}, {"start": 1704.31, "end": 1704.57, "word": " button", "probability": 0.77392578125}, {"start": 1704.57, "end": 1704.87, "word": " now,", "probability": 0.892578125}, {"start": 1705.13, "end": 1705.31, "word": " I", "probability": 0.69775390625}, {"start": 1705.31, "end": 1705.49, "word": " need", "probability": 0.6357421875}, {"start": 1705.49, "end": 1705.69, "word": " a", "probability": 0.8876953125}, {"start": 1705.69, "end": 1706.05, "word": " connection", "probability": 0.9052734375}, {"start": 1706.05, "end": 1706.21, "word": " to", "probability": 0.91943359375}, {"start": 1706.21, "end": 1706.29, "word": " the", "probability": 0.923828125}, {"start": 1706.29, "end": 1706.67, "word": " database.", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 71, "seek": 173343, "start": 1707.61, "end": 1733.43, "text": " Here I write context. So I have to bring the MyHelper. And here we brought the DB, but what do we say? GetWritable. Because delete is a change, it's like a write process. GetWritableDatabase. And now I say DB.execute or there is a method ready called delete. Okay? This delete takes three things, the name of the table and where.", "tokens": [1692, 286, 2464, 4319, 13, 407, 286, 362, 281, 1565, 264, 1222, 39, 338, 610, 13, 400, 510, 321, 3038, 264, 26754, 11, 457, 437, 360, 321, 584, 30, 3240, 54, 3210, 712, 13, 1436, 12097, 307, 257, 1319, 11, 309, 311, 411, 257, 2464, 1399, 13, 3240, 54, 3210, 712, 35, 267, 455, 651, 13, 400, 586, 286, 584, 26754, 13, 3121, 3045, 1169, 420, 456, 307, 257, 3170, 1919, 1219, 12097, 13, 1033, 30, 639, 12097, 2516, 1045, 721, 11, 264, 1315, 295, 264, 3199, 293, 689, 13], "avg_logprob": -0.47527473378967455, "compression_ratio": 1.5068493150684932, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1707.61, "end": 1707.85, "word": " Here", "probability": 0.34814453125}, {"start": 1707.85, "end": 1707.95, "word": " I", "probability": 0.77392578125}, {"start": 1707.95, "end": 1708.13, "word": " write", "probability": 0.4658203125}, {"start": 1708.13, "end": 1708.65, "word": " context.", "probability": 0.53173828125}, {"start": 1709.23, "end": 1709.43, "word": " So", "probability": 0.408447265625}, {"start": 1709.43, "end": 1709.61, "word": " I", "probability": 0.828125}, {"start": 1709.61, "end": 1709.63, "word": " have", "probability": 0.441162109375}, {"start": 1709.63, "end": 1709.77, "word": " to", "probability": 0.9716796875}, {"start": 1709.77, "end": 1710.55, "word": " bring", "probability": 0.3515625}, {"start": 1710.55, "end": 1710.79, "word": " the", "probability": 0.1907958984375}, {"start": 1710.79, "end": 1711.79, "word": " MyHelper.", "probability": 0.779541015625}, {"start": 1711.95, "end": 1712.13, "word": " And", "probability": 0.533203125}, {"start": 1712.13, "end": 1712.27, "word": " here", "probability": 0.60107421875}, {"start": 1712.27, "end": 1712.51, "word": " we", "probability": 0.73779296875}, {"start": 1712.51, "end": 1712.51, "word": " brought", "probability": 0.3623046875}, {"start": 1712.51, "end": 1712.65, "word": " the", "probability": 0.79345703125}, {"start": 1712.65, "end": 1712.89, "word": " DB,", "probability": 0.7529296875}, {"start": 1713.01, "end": 1713.09, "word": " but", "probability": 0.64453125}, {"start": 1713.09, "end": 1713.23, "word": " what", "probability": 0.1622314453125}, {"start": 1713.23, "end": 1713.23, "word": " do", "probability": 0.482421875}, {"start": 1713.23, "end": 1713.27, "word": " we", "probability": 0.74462890625}, {"start": 1713.27, "end": 1713.41, "word": " say?", "probability": 0.48974609375}, {"start": 1713.89, "end": 1714.39, "word": " GetWritable.", "probability": 0.852783203125}, {"start": 1715.47, "end": 1715.97, "word": " Because", "probability": 0.892578125}, {"start": 1715.97, "end": 1716.57, "word": " delete", "probability": 0.60595703125}, {"start": 1716.57, "end": 1717.35, "word": " is", "probability": 0.888671875}, {"start": 1717.35, "end": 1717.75, "word": " a", "probability": 0.428955078125}, {"start": 1717.75, "end": 1718.13, "word": " change,", "probability": 0.748046875}, {"start": 1718.35, "end": 1718.53, "word": " it's", "probability": 0.4930419921875}, {"start": 1718.53, "end": 1718.59, "word": " like", "probability": 0.68359375}, {"start": 1718.59, "end": 1718.79, "word": " a", "probability": 0.274658203125}, {"start": 1718.79, "end": 1719.31, "word": " write", "probability": 0.5771484375}, {"start": 1719.31, "end": 1719.37, "word": " process.", "probability": 0.53173828125}, {"start": 1720.91, "end": 1721.41, "word": " GetWritableDatabase.", "probability": 0.883880615234375}, {"start": 1721.69, "end": 1721.97, "word": " And", "probability": 0.88134765625}, {"start": 1721.97, "end": 1722.09, "word": " now", "probability": 0.296630859375}, {"start": 1722.09, "end": 1722.09, "word": " I", "probability": 0.9560546875}, {"start": 1722.09, "end": 1722.25, "word": " say", "probability": 0.7470703125}, {"start": 1722.25, "end": 1722.93, "word": " DB", "probability": 0.5400390625}, {"start": 1722.93, "end": 1725.19, "word": ".execute", "probability": 0.7802734375}, {"start": 1725.19, "end": 1725.57, "word": " or", "probability": 0.2861328125}, {"start": 1725.57, "end": 1725.77, "word": " there", "probability": 0.80078125}, {"start": 1725.77, "end": 1725.77, "word": " is", "probability": 0.5341796875}, {"start": 1725.77, "end": 1726.01, "word": " a", "probability": 0.90087890625}, {"start": 1726.01, "end": 1726.01, "word": " method", "probability": 0.361572265625}, {"start": 1726.01, "end": 1726.37, "word": " ready", "probability": 0.413330078125}, {"start": 1726.37, "end": 1726.65, "word": " called", "probability": 0.45166015625}, {"start": 1726.65, "end": 1727.03, "word": " delete.", "probability": 0.8427734375}, {"start": 1728.35, "end": 1728.85, "word": " Okay?", "probability": 0.297607421875}, {"start": 1730.23, "end": 1730.53, "word": " This", "probability": 0.603515625}, {"start": 1730.53, "end": 1730.79, "word": " delete", "probability": 0.91455078125}, {"start": 1730.79, "end": 1731.25, "word": " takes", "probability": 0.7548828125}, {"start": 1731.25, "end": 1731.49, "word": " three", "probability": 0.7861328125}, {"start": 1731.49, "end": 1731.81, "word": " things,", "probability": 0.76171875}, {"start": 1731.89, "end": 1732.05, "word": " the", "probability": 0.3642578125}, {"start": 1732.05, "end": 1732.05, "word": " name", "probability": 0.73876953125}, {"start": 1732.05, "end": 1732.21, "word": " of", "probability": 0.89794921875}, {"start": 1732.21, "end": 1732.21, "word": " the", "probability": 0.84326171875}, {"start": 1732.21, "end": 1732.49, "word": " table", "probability": 0.8818359375}, {"start": 1732.49, "end": 1733.07, "word": " and", "probability": 0.783203125}, {"start": 1733.07, "end": 1733.43, "word": " where.", "probability": 0.4814453125}], "temperature": 1.0}, {"id": 72, "seek": 174759, "start": 1734.75, "end": 1747.59, "text": " and the values of the question mark either you use delete or execute SQL this one or this one, but delete will separate the data and return an integer", "tokens": [293, 264, 4190, 295, 264, 1168, 1491, 2139, 291, 764, 12097, 420, 14483, 19200, 341, 472, 420, 341, 472, 11, 457, 12097, 486, 4994, 264, 1412, 293, 2736, 364, 24922], "avg_logprob": -0.7585685676144015, "compression_ratio": 1.3727272727272728, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1734.75, "end": 1735.01, "word": " and", "probability": 0.1678466796875}, {"start": 1735.01, "end": 1735.15, "word": " the", "probability": 0.326171875}, {"start": 1735.15, "end": 1735.39, "word": " values", "probability": 0.54248046875}, {"start": 1735.39, "end": 1735.67, "word": " of", "probability": 0.6044921875}, {"start": 1735.67, "end": 1736.03, "word": " the", "probability": 0.787109375}, {"start": 1736.03, "end": 1736.27, "word": " question", "probability": 0.60205078125}, {"start": 1736.27, "end": 1736.43, "word": " mark", "probability": 0.8330078125}, {"start": 1736.43, "end": 1737.25, "word": " either", "probability": 0.1217041015625}, {"start": 1737.25, "end": 1737.43, "word": " you", "probability": 0.67236328125}, {"start": 1737.43, "end": 1737.75, "word": " use", "probability": 0.8056640625}, {"start": 1737.75, "end": 1738.11, "word": " delete", "probability": 0.42041015625}, {"start": 1738.11, "end": 1738.65, "word": " or", "probability": 0.771484375}, {"start": 1738.65, "end": 1740.77, "word": " execute", "probability": 0.82421875}, {"start": 1740.77, "end": 1741.33, "word": " SQL", "probability": 0.93017578125}, {"start": 1741.33, "end": 1742.45, "word": " this", "probability": 0.296875}, {"start": 1742.45, "end": 1742.51, "word": " one", "probability": 0.43408203125}, {"start": 1742.51, "end": 1742.65, "word": " or", "probability": 0.86083984375}, {"start": 1742.65, "end": 1742.83, "word": " this", "probability": 0.499267578125}, {"start": 1742.83, "end": 1742.91, "word": " one,", "probability": 0.8603515625}, {"start": 1742.93, "end": 1743.07, "word": " but", "probability": 0.5908203125}, {"start": 1743.07, "end": 1743.51, "word": " delete", "probability": 0.7568359375}, {"start": 1743.51, "end": 1743.81, "word": " will", "probability": 0.08538818359375}, {"start": 1743.81, "end": 1744.49, "word": " separate", "probability": 0.12213134765625}, {"start": 1744.49, "end": 1744.89, "word": " the", "probability": 0.53076171875}, {"start": 1744.89, "end": 1746.25, "word": " data", "probability": 0.69287109375}, {"start": 1746.25, "end": 1746.53, "word": " and", "probability": 0.52294921875}, {"start": 1746.53, "end": 1746.99, "word": " return", "probability": 0.240966796875}, {"start": 1746.99, "end": 1747.29, "word": " an", "probability": 0.283935546875}, {"start": 1747.29, "end": 1747.59, "word": " integer", "probability": 0.8603515625}], "temperature": 1.0}, {"id": 73, "seek": 176460, "start": 1748.6, "end": 1764.6, "text": "It shows you the number of the role that was deleted. This is more useful because it is not void. It shows you if it was deleted or not. If it was not deleted, it shows you minus one. So you know if it was deleted or not. Anyway, let's use delete. It needs the name of the table which is employee.", "tokens": [3522, 3110, 291, 264, 1230, 295, 264, 3090, 300, 390, 22981, 13, 639, 307, 544, 4420, 570, 309, 307, 406, 22009, 13, 467, 3110, 291, 498, 309, 390, 22981, 420, 406, 13, 759, 309, 390, 406, 22981, 11, 309, 3110, 291, 3175, 472, 13, 407, 291, 458, 498, 309, 390, 22981, 420, 406, 13, 5684, 11, 718, 311, 764, 12097, 13, 467, 2203, 264, 1315, 295, 264, 3199, 597, 307, 10738, 13], "avg_logprob": -0.5017123548951867, "compression_ratio": 1.7678571428571428, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1748.6, "end": 1748.76, "word": "It", "probability": 0.267822265625}, {"start": 1748.76, "end": 1749.02, "word": " shows", "probability": 0.53662109375}, {"start": 1749.02, "end": 1749.22, "word": " you", "probability": 0.64501953125}, {"start": 1749.22, "end": 1749.7, "word": " the", "probability": 0.5478515625}, {"start": 1749.7, "end": 1749.9, "word": " number", "probability": 0.50830078125}, {"start": 1749.9, "end": 1750.18, "word": " of", "probability": 0.8408203125}, {"start": 1750.18, "end": 1750.18, "word": " the", "probability": 0.1171875}, {"start": 1750.18, "end": 1750.22, "word": " role", "probability": 0.2056884765625}, {"start": 1750.22, "end": 1750.36, "word": " that", "probability": 0.43798828125}, {"start": 1750.36, "end": 1750.42, "word": " was", "probability": 0.5859375}, {"start": 1750.42, "end": 1750.56, "word": " deleted.", "probability": 0.51708984375}, {"start": 1751.28, "end": 1751.52, "word": " This", "probability": 0.2396240234375}, {"start": 1751.52, "end": 1751.78, "word": " is", "probability": 0.6171875}, {"start": 1751.78, "end": 1752.36, "word": " more", "probability": 0.44921875}, {"start": 1752.36, "end": 1752.6, "word": " useful", "probability": 0.5146484375}, {"start": 1752.6, "end": 1753.14, "word": " because", "probability": 0.260498046875}, {"start": 1753.14, "end": 1753.28, "word": " it", "probability": 0.82177734375}, {"start": 1753.28, "end": 1753.36, "word": " is", "probability": 0.509765625}, {"start": 1753.36, "end": 1753.64, "word": " not", "probability": 0.90380859375}, {"start": 1753.64, "end": 1753.98, "word": " void.", "probability": 0.60302734375}, {"start": 1754.12, "end": 1754.26, "word": " It", "probability": 0.65869140625}, {"start": 1754.26, "end": 1754.48, "word": " shows", "probability": 0.476806640625}, {"start": 1754.48, "end": 1755.3, "word": " you", "probability": 0.81494140625}, {"start": 1755.3, "end": 1755.42, "word": " if", "probability": 0.489501953125}, {"start": 1755.42, "end": 1755.5, "word": " it", "probability": 0.375244140625}, {"start": 1755.5, "end": 1755.5, "word": " was", "probability": 0.70556640625}, {"start": 1755.5, "end": 1755.72, "word": " deleted", "probability": 0.8779296875}, {"start": 1755.72, "end": 1755.86, "word": " or", "probability": 0.8876953125}, {"start": 1755.86, "end": 1755.98, "word": " not.", "probability": 0.90771484375}, {"start": 1756.34, "end": 1756.68, "word": " If", "probability": 0.86474609375}, {"start": 1756.68, "end": 1756.82, "word": " it", "probability": 0.76611328125}, {"start": 1756.82, "end": 1756.82, "word": " was", "probability": 0.36279296875}, {"start": 1756.82, "end": 1756.82, "word": " not", "probability": 0.884765625}, {"start": 1756.82, "end": 1757.08, "word": " deleted,", "probability": 0.82958984375}, {"start": 1757.66, "end": 1757.72, "word": " it", "probability": 0.7373046875}, {"start": 1757.72, "end": 1757.9, "word": " shows", "probability": 0.69970703125}, {"start": 1757.9, "end": 1758.06, "word": " you", "probability": 0.5615234375}, {"start": 1758.06, "end": 1758.26, "word": " minus", "probability": 0.1585693359375}, {"start": 1758.26, "end": 1758.56, "word": " one.", "probability": 0.57958984375}, {"start": 1758.62, "end": 1758.74, "word": " So", "probability": 0.5263671875}, {"start": 1758.74, "end": 1758.86, "word": " you", "probability": 0.60400390625}, {"start": 1758.86, "end": 1759.06, "word": " know", "probability": 0.71826171875}, {"start": 1759.06, "end": 1759.34, "word": " if", "probability": 0.69580078125}, {"start": 1759.34, "end": 1759.34, "word": " it", "probability": 0.50537109375}, {"start": 1759.34, "end": 1759.44, "word": " was", "probability": 0.87744140625}, {"start": 1759.44, "end": 1760.04, "word": " deleted", "probability": 0.90966796875}, {"start": 1760.04, "end": 1760.22, "word": " or", "probability": 0.89892578125}, {"start": 1760.22, "end": 1760.36, "word": " not.", "probability": 0.92919921875}, {"start": 1760.86, "end": 1761.08, "word": " Anyway,", "probability": 0.42236328125}, {"start": 1761.16, "end": 1761.38, "word": " let's", "probability": 0.90185546875}, {"start": 1761.38, "end": 1761.66, "word": " use", "probability": 0.841796875}, {"start": 1761.66, "end": 1761.96, "word": " delete.", "probability": 0.61376953125}, {"start": 1762.08, "end": 1762.12, "word": " It", "probability": 0.73095703125}, {"start": 1762.12, "end": 1762.24, "word": " needs", "probability": 0.315185546875}, {"start": 1762.24, "end": 1762.46, "word": " the", "probability": 0.451416015625}, {"start": 1762.46, "end": 1762.46, "word": " name", "probability": 0.77685546875}, {"start": 1762.46, "end": 1762.6, "word": " of", "probability": 0.83447265625}, {"start": 1762.6, "end": 1762.6, "word": " the", "probability": 0.83203125}, {"start": 1762.6, "end": 1762.92, "word": " table", "probability": 0.77880859375}, {"start": 1762.92, "end": 1763.46, "word": " which", "probability": 0.350830078125}, {"start": 1763.46, "end": 1763.82, "word": " is", "probability": 0.9111328125}, {"start": 1763.82, "end": 1764.6, "word": " employee.", "probability": 0.7216796875}], "temperature": 1.0}, {"id": 74, "seek": 179358, "start": 1765.76, "end": 1793.58, "text": "and now it needs the where condition without writing the word where because here the query is divided for you which is what? underscore id equals question mark which is the value of the question mark new string and you give it who? string dot value of imp id this has to be here final", "tokens": [474, 586, 309, 2203, 264, 689, 4188, 1553, 3579, 264, 1349, 689, 570, 510, 264, 14581, 307, 6666, 337, 291, 597, 307, 437, 30, 37556, 4496, 6915, 1168, 1491, 597, 307, 264, 2158, 295, 264, 1168, 1491, 777, 6798, 293, 291, 976, 309, 567, 30, 6798, 5893, 2158, 295, 704, 4496, 341, 575, 281, 312, 510, 2572], "avg_logprob": -0.5363685385934238, "compression_ratio": 1.7108433734939759, "no_speech_prob": 0.0, "words": [{"start": 1765.76, "end": 1765.96, "word": "and", "probability": 0.1973876953125}, {"start": 1765.96, "end": 1766.36, "word": " now", "probability": 0.47021484375}, {"start": 1766.36, "end": 1766.36, "word": " it", "probability": 0.501953125}, {"start": 1766.36, "end": 1766.38, "word": " needs", "probability": 0.413330078125}, {"start": 1766.38, "end": 1766.9, "word": " the", "probability": 0.517578125}, {"start": 1766.9, "end": 1767.14, "word": " where", "probability": 0.34912109375}, {"start": 1767.14, "end": 1767.84, "word": " condition", "probability": 0.5107421875}, {"start": 1767.84, "end": 1768.52, "word": " without", "probability": 0.40380859375}, {"start": 1768.52, "end": 1768.98, "word": " writing", "probability": 0.62353515625}, {"start": 1768.98, "end": 1769.34, "word": " the", "probability": 0.447509765625}, {"start": 1769.34, "end": 1769.52, "word": " word", "probability": 0.9150390625}, {"start": 1769.52, "end": 1769.76, "word": " where", "probability": 0.787109375}, {"start": 1769.76, "end": 1769.92, "word": " because", "probability": 0.66748046875}, {"start": 1769.92, "end": 1770.14, "word": " here", "probability": 0.5517578125}, {"start": 1770.14, "end": 1770.74, "word": " the", "probability": 0.392578125}, {"start": 1770.74, "end": 1771.12, "word": " query", "probability": 0.9365234375}, {"start": 1771.12, "end": 1771.12, "word": " is", "probability": 0.43017578125}, {"start": 1771.12, "end": 1771.12, "word": " divided", "probability": 0.23193359375}, {"start": 1771.12, "end": 1771.2, "word": " for", "probability": 0.36865234375}, {"start": 1771.2, "end": 1771.46, "word": " you", "probability": 0.9208984375}, {"start": 1771.46, "end": 1771.88, "word": " which", "probability": 0.440185546875}, {"start": 1771.88, "end": 1772.06, "word": " is", "probability": 0.88232421875}, {"start": 1772.06, "end": 1772.28, "word": " what?", "probability": 0.2076416015625}, {"start": 1772.28, "end": 1772.72, "word": " underscore", "probability": 0.190185546875}, {"start": 1772.72, "end": 1773.32, "word": " id", "probability": 0.67333984375}, {"start": 1773.32, "end": 1774.48, "word": " equals", "probability": 0.6103515625}, {"start": 1774.48, "end": 1775.14, "word": " question", "probability": 0.60400390625}, {"start": 1775.14, "end": 1775.26, "word": " mark", "probability": 0.87451171875}, {"start": 1775.26, "end": 1775.44, "word": " which", "probability": 0.1693115234375}, {"start": 1775.44, "end": 1775.58, "word": " is", "probability": 0.71923828125}, {"start": 1775.58, "end": 1775.64, "word": " the", "probability": 0.703125}, {"start": 1775.64, "end": 1775.8, "word": " value", "probability": 0.76904296875}, {"start": 1775.8, "end": 1776.16, "word": " of", "probability": 0.9453125}, {"start": 1776.16, "end": 1776.28, "word": " the", "probability": 0.7900390625}, {"start": 1776.28, "end": 1776.54, "word": " question", "probability": 0.93701171875}, {"start": 1776.54, "end": 1776.78, "word": " mark", "probability": 0.8984375}, {"start": 1776.78, "end": 1777.74, "word": " new", "probability": 0.64404296875}, {"start": 1777.74, "end": 1778.58, "word": " string", "probability": 0.80615234375}, {"start": 1778.58, "end": 1780.84, "word": " and", "probability": 0.5185546875}, {"start": 1780.84, "end": 1781.0, "word": " you", "probability": 0.465087890625}, {"start": 1781.0, "end": 1781.14, "word": " give", "probability": 0.7412109375}, {"start": 1781.14, "end": 1781.32, "word": " it", "probability": 0.85107421875}, {"start": 1781.32, "end": 1781.58, "word": " who?", "probability": 0.311279296875}, {"start": 1782.6, "end": 1783.32, "word": " string", "probability": 0.736328125}, {"start": 1783.32, "end": 1783.68, "word": " dot", "probability": 0.74658203125}, {"start": 1783.68, "end": 1784.06, "word": " value", "probability": 0.9677734375}, {"start": 1784.06, "end": 1784.48, "word": " of", "probability": 0.953125}, {"start": 1784.48, "end": 1785.88, "word": " imp", "probability": 0.71728515625}, {"start": 1785.88, "end": 1787.28, "word": " id", "probability": 0.73193359375}, {"start": 1787.28, "end": 1790.84, "word": " this", "probability": 0.46240234375}, {"start": 1790.84, "end": 1791.02, "word": " has", "probability": 0.1524658203125}, {"start": 1791.02, "end": 1791.24, "word": " to", "probability": 0.9541015625}, {"start": 1791.24, "end": 1791.6, "word": " be", "probability": 0.92578125}, {"start": 1791.6, "end": 1793.16, "word": " here", "probability": 0.71875}, {"start": 1793.16, "end": 1793.58, "word": " final", "probability": 0.29345703125}], "temperature": 1.0}, {"id": 75, "seek": 182551, "start": 1799.63, "end": 1825.51, "text": " So now, as soon as I click on the button, I make a connection to the database, I make a delete, delete from the database, only when the id is equal to the imp id. Why notify data set? Okay, I'm not done yet. Okay? Now, I can't say notify data set, it changed. Before I make notify, the data that was displayed changed.", "tokens": [407, 586, 11, 382, 2321, 382, 286, 2052, 322, 264, 2960, 11, 286, 652, 257, 4984, 281, 264, 8149, 11, 286, 652, 257, 12097, 11, 12097, 490, 264, 8149, 11, 787, 562, 264, 4496, 307, 2681, 281, 264, 704, 4496, 13, 1545, 36560, 1412, 992, 30, 1033, 11, 286, 478, 406, 1096, 1939, 13, 1033, 30, 823, 11, 286, 393, 380, 584, 36560, 1412, 992, 11, 309, 3105, 13, 4546, 286, 652, 36560, 11, 264, 1412, 300, 390, 16372, 3105, 13], "avg_logprob": -0.5316310713930827, "compression_ratio": 1.696808510638298, "no_speech_prob": 0.0, "words": [{"start": 1799.63, "end": 1799.89, "word": " So", "probability": 0.138916015625}, {"start": 1799.89, "end": 1800.29, "word": " now,", "probability": 0.479736328125}, {"start": 1800.43, "end": 1800.63, "word": " as", "probability": 0.276611328125}, {"start": 1800.63, "end": 1800.71, "word": " soon", "probability": 0.95068359375}, {"start": 1800.71, "end": 1800.71, "word": " as", "probability": 0.970703125}, {"start": 1800.71, "end": 1800.79, "word": " I", "probability": 0.368408203125}, {"start": 1800.79, "end": 1800.97, "word": " click", "probability": 0.50439453125}, {"start": 1800.97, "end": 1801.13, "word": " on", "probability": 0.78759765625}, {"start": 1801.13, "end": 1801.17, "word": " the", "probability": 0.86083984375}, {"start": 1801.17, "end": 1801.45, "word": " button,", "probability": 0.74853515625}, {"start": 1802.13, "end": 1802.25, "word": " I", "probability": 0.49755859375}, {"start": 1802.25, "end": 1802.39, "word": " make", "probability": 0.279296875}, {"start": 1802.39, "end": 1802.49, "word": " a", "probability": 0.79443359375}, {"start": 1802.49, "end": 1802.85, "word": " connection", "probability": 0.85546875}, {"start": 1802.85, "end": 1803.01, "word": " to", "probability": 0.869140625}, {"start": 1803.01, "end": 1803.09, "word": " the", "probability": 0.853515625}, {"start": 1803.09, "end": 1803.55, "word": " database,", "probability": 0.923828125}, {"start": 1803.81, "end": 1804.49, "word": " I", "probability": 0.392333984375}, {"start": 1804.49, "end": 1804.67, "word": " make", "probability": 0.11993408203125}, {"start": 1804.67, "end": 1804.73, "word": " a", "probability": 0.87451171875}, {"start": 1804.73, "end": 1805.09, "word": " delete,", "probability": 0.8115234375}, {"start": 1806.13, "end": 1806.45, "word": " delete", "probability": 0.50048828125}, {"start": 1806.45, "end": 1806.67, "word": " from", "probability": 0.79345703125}, {"start": 1806.67, "end": 1806.81, "word": " the", "probability": 0.88818359375}, {"start": 1806.81, "end": 1807.45, "word": " database,", "probability": 0.94384765625}, {"start": 1808.41, "end": 1809.03, "word": " only", "probability": 0.74462890625}, {"start": 1809.03, "end": 1809.65, "word": " when", "probability": 0.708984375}, {"start": 1809.65, "end": 1810.11, "word": " the", "probability": 0.76025390625}, {"start": 1810.11, "end": 1810.39, "word": " id", "probability": 0.350341796875}, {"start": 1810.39, "end": 1810.57, "word": " is", "probability": 0.45849609375}, {"start": 1810.57, "end": 1810.81, "word": " equal", "probability": 0.84033203125}, {"start": 1810.81, "end": 1810.89, "word": " to", "probability": 0.97509765625}, {"start": 1810.89, "end": 1810.95, "word": " the", "probability": 0.525390625}, {"start": 1810.95, "end": 1811.11, "word": " imp", "probability": 0.7841796875}, {"start": 1811.11, "end": 1811.45, "word": " id.", "probability": 0.3466796875}, {"start": 1812.15, "end": 1812.35, "word": " Why", "probability": 0.166015625}, {"start": 1812.35, "end": 1812.73, "word": " notify", "probability": 0.32763671875}, {"start": 1812.73, "end": 1813.03, "word": " data", "probability": 0.33935546875}, {"start": 1813.03, "end": 1813.33, "word": " set?", "probability": 0.7685546875}, {"start": 1813.57, "end": 1813.89, "word": " Okay,", "probability": 0.289794921875}, {"start": 1814.01, "end": 1814.37, "word": " I'm", "probability": 0.4761962890625}, {"start": 1814.37, "end": 1814.37, "word": " not", "probability": 0.720703125}, {"start": 1814.37, "end": 1814.63, "word": " done", "probability": 0.61962890625}, {"start": 1814.63, "end": 1814.91, "word": " yet.", "probability": 0.794921875}, {"start": 1815.35, "end": 1815.57, "word": " Okay?", "probability": 0.38525390625}, {"start": 1818.65, "end": 1819.03, "word": " Now,", "probability": 0.70556640625}, {"start": 1819.13, "end": 1819.13, "word": " I", "probability": 0.861328125}, {"start": 1819.13, "end": 1819.41, "word": " can't", "probability": 0.73095703125}, {"start": 1819.41, "end": 1819.61, "word": " say", "probability": 0.58935546875}, {"start": 1819.61, "end": 1820.13, "word": " notify", "probability": 0.74755859375}, {"start": 1820.13, "end": 1820.47, "word": " data", "probability": 0.89599609375}, {"start": 1820.47, "end": 1820.67, "word": " set,", "probability": 0.96044921875}, {"start": 1820.75, "end": 1820.81, "word": " it", "probability": 0.85595703125}, {"start": 1820.81, "end": 1821.05, "word": " changed.", "probability": 0.849609375}, {"start": 1822.25, "end": 1822.57, "word": " Before", "probability": 0.50830078125}, {"start": 1822.57, "end": 1822.83, "word": " I", "probability": 0.72998046875}, {"start": 1822.83, "end": 1822.91, "word": " make", "probability": 0.25439453125}, {"start": 1822.91, "end": 1823.21, "word": " notify,", "probability": 0.48681640625}, {"start": 1823.47, "end": 1823.61, "word": " the", "probability": 0.7958984375}, {"start": 1823.61, "end": 1823.89, "word": " data", "probability": 0.66064453125}, {"start": 1823.89, "end": 1824.27, "word": " that", "probability": 0.27392578125}, {"start": 1824.27, "end": 1824.35, "word": " was", "probability": 0.3583984375}, {"start": 1824.35, "end": 1824.81, "word": " displayed", "probability": 0.62646484375}, {"start": 1824.81, "end": 1825.51, "word": " changed.", "probability": 0.447509765625}], "temperature": 1.0}, {"id": 76, "seek": 185331, "start": 1826.91, "end": 1853.31, "text": "the delete tool will change where guys? in the database but what is shown in the list view is still there so see what I'm going to do, I'm going to go to the DB again and I'm going to say raw query select star from employee I'm going to get all the data again and what am I going to return this to? cursor cursor", "tokens": [3322, 12097, 2290, 486, 1319, 689, 1074, 30, 294, 264, 8149, 457, 437, 307, 4898, 294, 264, 1329, 1910, 307, 920, 456, 370, 536, 437, 286, 478, 516, 281, 360, 11, 286, 478, 516, 281, 352, 281, 264, 26754, 797, 293, 286, 478, 516, 281, 584, 8936, 14581, 3048, 3543, 490, 10738, 286, 478, 516, 281, 483, 439, 264, 1412, 797, 293, 437, 669, 286, 516, 281, 2736, 341, 281, 30, 28169, 28169], "avg_logprob": -0.5346283969041463, "compression_ratio": 1.752808988764045, "no_speech_prob": 0.0, "words": [{"start": 1826.9099999999999, "end": 1827.31, "word": "the", "probability": 0.04736328125}, {"start": 1827.31, "end": 1827.71, "word": " delete", "probability": 0.7021484375}, {"start": 1827.71, "end": 1827.75, "word": " tool", "probability": 0.6318359375}, {"start": 1827.75, "end": 1827.93, "word": " will", "probability": 0.333740234375}, {"start": 1827.93, "end": 1828.19, "word": " change", "probability": 0.62939453125}, {"start": 1828.19, "end": 1828.39, "word": " where", "probability": 0.2147216796875}, {"start": 1828.39, "end": 1828.81, "word": " guys?", "probability": 0.1944580078125}, {"start": 1829.11, "end": 1829.51, "word": " in", "probability": 0.46630859375}, {"start": 1829.51, "end": 1829.57, "word": " the", "probability": 0.685546875}, {"start": 1829.57, "end": 1829.93, "word": " database", "probability": 0.880859375}, {"start": 1829.93, "end": 1830.31, "word": " but", "probability": 0.5419921875}, {"start": 1830.31, "end": 1830.51, "word": " what", "probability": 0.47119140625}, {"start": 1830.51, "end": 1830.53, "word": " is", "probability": 0.52392578125}, {"start": 1830.53, "end": 1830.73, "word": " shown", "probability": 0.39453125}, {"start": 1830.73, "end": 1830.87, "word": " in", "probability": 0.79931640625}, {"start": 1830.87, "end": 1830.93, "word": " the", "probability": 0.75048828125}, {"start": 1830.93, "end": 1831.11, "word": " list", "probability": 0.6005859375}, {"start": 1831.11, "end": 1831.35, "word": " view", "probability": 0.6962890625}, {"start": 1831.35, "end": 1831.61, "word": " is", "probability": 0.472412109375}, {"start": 1831.61, "end": 1831.75, "word": " still", "probability": 0.5068359375}, {"start": 1831.75, "end": 1832.29, "word": " there", "probability": 0.5078125}, {"start": 1832.29, "end": 1833.15, "word": " so", "probability": 0.52099609375}, {"start": 1833.15, "end": 1833.33, "word": " see", "probability": 0.291015625}, {"start": 1833.33, "end": 1833.45, "word": " what", "probability": 0.9267578125}, {"start": 1833.45, "end": 1833.61, "word": " I'm", "probability": 0.4859619140625}, {"start": 1833.61, "end": 1833.63, "word": " going", "probability": 0.7587890625}, {"start": 1833.63, "end": 1833.63, "word": " to", "probability": 0.970703125}, {"start": 1833.63, "end": 1833.83, "word": " do,", "probability": 0.9599609375}, {"start": 1833.91, "end": 1834.01, "word": " I'm", "probability": 0.7548828125}, {"start": 1834.01, "end": 1834.09, "word": " going", "probability": 0.9375}, {"start": 1834.09, "end": 1834.19, "word": " to", "probability": 0.90185546875}, {"start": 1834.19, "end": 1834.19, "word": " go", "probability": 0.71044921875}, {"start": 1834.19, "end": 1834.29, "word": " to", "probability": 0.7958984375}, {"start": 1834.29, "end": 1834.37, "word": " the", "probability": 0.6806640625}, {"start": 1834.37, "end": 1834.55, "word": " DB", "probability": 0.62890625}, {"start": 1834.55, "end": 1834.99, "word": " again", "probability": 0.81298828125}, {"start": 1834.99, "end": 1836.79, "word": " and", "probability": 0.8291015625}, {"start": 1836.79, "end": 1836.89, "word": " I'm", "probability": 0.4464111328125}, {"start": 1836.89, "end": 1836.89, "word": " going", "probability": 0.87255859375}, {"start": 1836.89, "end": 1836.89, "word": " to", "probability": 0.97021484375}, {"start": 1836.89, "end": 1837.13, "word": " say", "probability": 0.329833984375}, {"start": 1837.13, "end": 1837.99, "word": " raw", "probability": 0.406005859375}, {"start": 1837.99, "end": 1838.43, "word": " query", "probability": 0.89990234375}, {"start": 1838.43, "end": 1841.17, "word": " select", "probability": 0.7001953125}, {"start": 1841.17, "end": 1841.95, "word": " star", "probability": 0.208740234375}, {"start": 1841.95, "end": 1843.29, "word": " from", "probability": 0.89111328125}, {"start": 1843.29, "end": 1843.95, "word": " employee", "probability": 0.83251953125}, {"start": 1843.95, "end": 1847.23, "word": " I'm", "probability": 0.679931640625}, {"start": 1847.23, "end": 1847.23, "word": " going", "probability": 0.875}, {"start": 1847.23, "end": 1847.31, "word": " to", "probability": 0.96435546875}, {"start": 1847.31, "end": 1847.41, "word": " get", "probability": 0.411376953125}, {"start": 1847.41, "end": 1847.53, "word": " all", "probability": 0.90380859375}, {"start": 1847.53, "end": 1847.55, "word": " the", "probability": 0.7607421875}, {"start": 1847.55, "end": 1847.79, "word": " data", "probability": 0.84033203125}, {"start": 1847.79, "end": 1849.27, "word": " again", "probability": 0.314453125}, {"start": 1849.27, "end": 1849.59, "word": " and", "probability": 0.61279296875}, {"start": 1849.59, "end": 1849.85, "word": " what", "probability": 0.48681640625}, {"start": 1849.85, "end": 1849.93, "word": " am", "probability": 0.382568359375}, {"start": 1849.93, "end": 1849.95, "word": " I", "probability": 0.974609375}, {"start": 1849.95, "end": 1850.05, "word": " going", "probability": 0.5048828125}, {"start": 1850.05, "end": 1850.05, "word": " to", "probability": 0.970703125}, {"start": 1850.05, "end": 1850.23, "word": " return", "probability": 0.615234375}, {"start": 1850.23, "end": 1850.41, "word": " this", "probability": 0.3154296875}, {"start": 1850.41, "end": 1850.41, "word": " to?", "probability": 0.72265625}, {"start": 1851.93, "end": 1852.33, "word": " cursor", "probability": 0.91796875}, {"start": 1852.33, "end": 1853.31, "word": " cursor", "probability": 0.441162109375}], "temperature": 1.0}, {"id": 77, "seek": 188496, "start": 1855.66, "end": 1884.96, "text": " Let's say here, new cursor. This way, we got the new data. And then, I implement a method called swap cursor. What is the word swap? Swapping. This method is present in the adapter itself. With the proof that it was created without writing anything before it. Inherited from where? From the super class. As if I say to the adapter, hey adapter, leave the cursor that you use to display the data, and take a new cursor.", "tokens": [961, 311, 584, 510, 11, 777, 28169, 13, 639, 636, 11, 321, 658, 264, 777, 1412, 13, 400, 550, 11, 286, 4445, 257, 3170, 1219, 18135, 28169, 13, 708, 307, 264, 1349, 18135, 30, 3926, 10534, 13, 639, 3170, 307, 1974, 294, 264, 22860, 2564, 13, 2022, 264, 8177, 300, 309, 390, 2942, 1553, 3579, 1340, 949, 309, 13, 682, 511, 1226, 490, 689, 30, 3358, 264, 1687, 1508, 13, 1018, 498, 286, 584, 281, 264, 22860, 11, 4177, 22860, 11, 1856, 264, 28169, 300, 291, 764, 281, 4674, 264, 1412, 11, 293, 747, 257, 777, 28169, 13], "avg_logprob": -0.41824496394456034, "compression_ratio": 1.6561264822134387, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1855.66, "end": 1856.1, "word": " Let's", "probability": 0.72216796875}, {"start": 1856.1, "end": 1856.46, "word": " say", "probability": 0.501953125}, {"start": 1856.46, "end": 1856.52, "word": " here,", "probability": 0.361572265625}, {"start": 1856.52, "end": 1856.84, "word": " new", "probability": 0.482421875}, {"start": 1856.84, "end": 1857.58, "word": " cursor.", "probability": 0.861328125}, {"start": 1858.4, "end": 1858.8, "word": " This", "probability": 0.208984375}, {"start": 1858.8, "end": 1858.8, "word": " way,", "probability": 0.66064453125}, {"start": 1858.84, "end": 1859.02, "word": " we", "probability": 0.875}, {"start": 1859.02, "end": 1859.2, "word": " got", "probability": 0.303466796875}, {"start": 1859.2, "end": 1859.38, "word": " the", "probability": 0.438720703125}, {"start": 1859.38, "end": 1859.4, "word": " new", "probability": 0.86279296875}, {"start": 1859.4, "end": 1859.66, "word": " data.", "probability": 0.78515625}, {"start": 1860.56, "end": 1861.0, "word": " And", "probability": 0.2479248046875}, {"start": 1861.0, "end": 1861.3, "word": " then,", "probability": 0.71875}, {"start": 1861.38, "end": 1861.6, "word": " I", "probability": 0.8623046875}, {"start": 1861.6, "end": 1861.84, "word": " implement", "probability": 0.31884765625}, {"start": 1861.84, "end": 1861.98, "word": " a", "probability": 0.8154296875}, {"start": 1861.98, "end": 1862.26, "word": " method", "probability": 0.9375}, {"start": 1862.26, "end": 1862.56, "word": " called", "probability": 0.7802734375}, {"start": 1862.56, "end": 1863.06, "word": " swap", "probability": 0.60693359375}, {"start": 1863.06, "end": 1864.66, "word": " cursor.", "probability": 0.55908203125}, {"start": 1867.64, "end": 1868.16, "word": " What", "probability": 0.8095703125}, {"start": 1868.16, "end": 1868.24, "word": " is", "probability": 0.59326171875}, {"start": 1868.24, "end": 1868.3, "word": " the", "probability": 0.468017578125}, {"start": 1868.3, "end": 1868.42, "word": " word", "probability": 0.67919921875}, {"start": 1868.42, "end": 1868.82, "word": " swap?", "probability": 0.63525390625}, {"start": 1869.42, "end": 1869.94, "word": " Swapping.", "probability": 0.79736328125}, {"start": 1870.98, "end": 1871.5, "word": " This", "probability": 0.52880859375}, {"start": 1871.5, "end": 1871.9, "word": " method", "probability": 0.87646484375}, {"start": 1871.9, "end": 1872.0, "word": " is", "probability": 0.775390625}, {"start": 1872.0, "end": 1872.28, "word": " present", "probability": 0.30615234375}, {"start": 1872.28, "end": 1872.38, "word": " in", "probability": 0.8740234375}, {"start": 1872.38, "end": 1872.48, "word": " the", "probability": 0.86181640625}, {"start": 1872.48, "end": 1872.78, "word": " adapter", "probability": 0.79052734375}, {"start": 1872.78, "end": 1873.44, "word": " itself.", "probability": 0.71826171875}, {"start": 1873.5, "end": 1873.62, "word": " With", "probability": 0.11627197265625}, {"start": 1873.62, "end": 1873.66, "word": " the", "probability": 0.341796875}, {"start": 1873.66, "end": 1873.8, "word": " proof", "probability": 0.77783203125}, {"start": 1873.8, "end": 1873.94, "word": " that", "probability": 0.89990234375}, {"start": 1873.94, "end": 1874.04, "word": " it", "probability": 0.53759765625}, {"start": 1874.04, "end": 1874.06, "word": " was", "probability": 0.54931640625}, {"start": 1874.06, "end": 1874.32, "word": " created", "probability": 0.245361328125}, {"start": 1874.32, "end": 1874.58, "word": " without", "probability": 0.8310546875}, {"start": 1874.58, "end": 1875.02, "word": " writing", "probability": 0.466552734375}, {"start": 1875.02, "end": 1875.4, "word": " anything", "probability": 0.796875}, {"start": 1875.4, "end": 1875.68, "word": " before", "probability": 0.65625}, {"start": 1875.68, "end": 1875.86, "word": " it.", "probability": 0.38037109375}, {"start": 1876.26, "end": 1876.7, "word": " Inherited", "probability": 0.7943522135416666}, {"start": 1876.7, "end": 1876.84, "word": " from", "probability": 0.7802734375}, {"start": 1876.84, "end": 1877.06, "word": " where?", "probability": 0.82958984375}, {"start": 1877.56, "end": 1877.82, "word": " From", "probability": 0.6884765625}, {"start": 1877.82, "end": 1877.94, "word": " the", "probability": 0.7236328125}, {"start": 1877.94, "end": 1878.12, "word": " super", "probability": 0.8984375}, {"start": 1878.12, "end": 1878.52, "word": " class.", "probability": 0.47265625}, {"start": 1879.0, "end": 1879.12, "word": " As", "probability": 0.493408203125}, {"start": 1879.12, "end": 1879.24, "word": " if", "probability": 0.8896484375}, {"start": 1879.24, "end": 1879.36, "word": " I", "probability": 0.92529296875}, {"start": 1879.36, "end": 1879.5, "word": " say", "probability": 0.314697265625}, {"start": 1879.5, "end": 1879.62, "word": " to", "probability": 0.92236328125}, {"start": 1879.62, "end": 1879.66, "word": " the", "probability": 0.88671875}, {"start": 1879.66, "end": 1880.0, "word": " adapter,", "probability": 0.8623046875}, {"start": 1880.08, "end": 1880.14, "word": " hey", "probability": 0.2236328125}, {"start": 1880.14, "end": 1880.62, "word": " adapter,", "probability": 0.787109375}, {"start": 1880.96, "end": 1881.18, "word": " leave", "probability": 0.66845703125}, {"start": 1881.18, "end": 1881.36, "word": " the", "probability": 0.88916015625}, {"start": 1881.36, "end": 1881.66, "word": " cursor", "probability": 0.9111328125}, {"start": 1881.66, "end": 1881.86, "word": " that", "probability": 0.59619140625}, {"start": 1881.86, "end": 1882.0, "word": " you", "probability": 0.96142578125}, {"start": 1882.0, "end": 1882.48, "word": " use", "probability": 0.7607421875}, {"start": 1882.48, "end": 1882.76, "word": " to", "probability": 0.951171875}, {"start": 1882.76, "end": 1883.08, "word": " display", "probability": 0.52392578125}, {"start": 1883.08, "end": 1883.2, "word": " the", "probability": 0.4892578125}, {"start": 1883.2, "end": 1883.52, "word": " data,", "probability": 0.91748046875}, {"start": 1884.32, "end": 1884.48, "word": " and", "probability": 0.8193359375}, {"start": 1884.48, "end": 1884.64, "word": " take", "probability": 0.63720703125}, {"start": 1884.64, "end": 1884.7, "word": " a", "probability": 0.9111328125}, {"start": 1884.7, "end": 1884.7, "word": " new", "probability": 0.9111328125}, {"start": 1884.7, "end": 1884.96, "word": " cursor.", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 78, "seek": 190707, "start": 1887.55, "end": 1907.07, "text": " Do you understand me or not? And then I say in the end, notify data set channel. See how to delete. The first thing to delete is to make a connection to the database. To do two things. To delete the line that you deleted from the database. And then bring the data after deleting the new data.", "tokens": [1144, 291, 1223, 385, 420, 406, 30, 400, 550, 286, 584, 294, 264, 917, 11, 36560, 1412, 992, 2269, 13, 3008, 577, 281, 12097, 13, 440, 700, 551, 281, 12097, 307, 281, 652, 257, 4984, 281, 264, 8149, 13, 1407, 360, 732, 721, 13, 1407, 12097, 264, 1622, 300, 291, 22981, 490, 264, 8149, 13, 400, 550, 1565, 264, 1412, 934, 48946, 264, 777, 1412, 13], "avg_logprob": -0.5830223898389446, "compression_ratio": 1.7034883720930232, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1887.55, "end": 1887.69, "word": " Do", "probability": 0.1961669921875}, {"start": 1887.69, "end": 1887.69, "word": " you", "probability": 0.96630859375}, {"start": 1887.69, "end": 1887.83, "word": " understand", "probability": 0.5458984375}, {"start": 1887.83, "end": 1888.09, "word": " me", "probability": 0.310546875}, {"start": 1888.09, "end": 1888.15, "word": " or", "probability": 0.46728515625}, {"start": 1888.15, "end": 1888.33, "word": " not?", "probability": 0.88916015625}, {"start": 1888.73, "end": 1889.21, "word": " And", "probability": 0.318359375}, {"start": 1889.21, "end": 1889.45, "word": " then", "probability": 0.55078125}, {"start": 1889.45, "end": 1889.57, "word": " I", "probability": 0.52587890625}, {"start": 1889.57, "end": 1889.73, "word": " say", "probability": 0.357421875}, {"start": 1889.73, "end": 1889.85, "word": " in", "probability": 0.29736328125}, {"start": 1889.85, "end": 1889.95, "word": " the", "probability": 0.89990234375}, {"start": 1889.95, "end": 1890.13, "word": " end,", "probability": 0.8779296875}, {"start": 1890.23, "end": 1890.81, "word": " notify", "probability": 0.611328125}, {"start": 1890.81, "end": 1892.39, "word": " data", "probability": 0.25537109375}, {"start": 1892.39, "end": 1892.69, "word": " set", "probability": 0.9384765625}, {"start": 1892.69, "end": 1893.07, "word": " channel.", "probability": 0.2210693359375}, {"start": 1893.55, "end": 1893.77, "word": " See", "probability": 0.301025390625}, {"start": 1893.77, "end": 1893.93, "word": " how", "probability": 0.82275390625}, {"start": 1893.93, "end": 1893.93, "word": " to", "probability": 0.2493896484375}, {"start": 1893.93, "end": 1894.11, "word": " delete.", "probability": 0.92236328125}, {"start": 1894.49, "end": 1894.69, "word": " The", "probability": 0.463134765625}, {"start": 1894.69, "end": 1894.81, "word": " first", "probability": 0.88037109375}, {"start": 1894.81, "end": 1895.03, "word": " thing", "probability": 0.8291015625}, {"start": 1895.03, "end": 1895.13, "word": " to", "probability": 0.4921875}, {"start": 1895.13, "end": 1895.55, "word": " delete", "probability": 0.7216796875}, {"start": 1895.55, "end": 1896.17, "word": " is", "probability": 0.62890625}, {"start": 1896.17, "end": 1896.45, "word": " to", "probability": 0.3994140625}, {"start": 1896.45, "end": 1896.61, "word": " make", "probability": 0.60302734375}, {"start": 1896.61, "end": 1896.73, "word": " a", "probability": 0.701171875}, {"start": 1896.73, "end": 1897.09, "word": " connection", "probability": 0.8681640625}, {"start": 1897.09, "end": 1897.25, "word": " to", "probability": 0.66650390625}, {"start": 1897.25, "end": 1897.33, "word": " the", "probability": 0.78662109375}, {"start": 1897.33, "end": 1897.67, "word": " database.", "probability": 0.92431640625}, {"start": 1897.77, "end": 1898.01, "word": " To", "probability": 0.5263671875}, {"start": 1898.01, "end": 1898.21, "word": " do", "probability": 0.625}, {"start": 1898.21, "end": 1898.61, "word": " two", "probability": 0.79931640625}, {"start": 1898.61, "end": 1898.61, "word": " things.", "probability": 0.84814453125}, {"start": 1899.35, "end": 1899.67, "word": " To", "probability": 0.401123046875}, {"start": 1899.67, "end": 1900.39, "word": " delete", "probability": 0.56787109375}, {"start": 1900.39, "end": 1900.69, "word": " the", "probability": 0.316162109375}, {"start": 1900.69, "end": 1900.97, "word": " line", "probability": 0.452392578125}, {"start": 1900.97, "end": 1902.09, "word": " that", "probability": 0.2271728515625}, {"start": 1902.09, "end": 1902.25, "word": " you", "probability": 0.88623046875}, {"start": 1902.25, "end": 1902.57, "word": " deleted", "probability": 0.415771484375}, {"start": 1902.57, "end": 1902.81, "word": " from", "probability": 0.826171875}, {"start": 1902.81, "end": 1903.15, "word": " the", "probability": 0.9140625}, {"start": 1903.15, "end": 1903.69, "word": " database.", "probability": 0.94580078125}, {"start": 1904.07, "end": 1904.55, "word": " And", "probability": 0.49560546875}, {"start": 1904.55, "end": 1904.83, "word": " then", "probability": 0.751953125}, {"start": 1904.83, "end": 1905.09, "word": " bring", "probability": 0.245361328125}, {"start": 1905.09, "end": 1905.21, "word": " the", "probability": 0.7587890625}, {"start": 1905.21, "end": 1905.49, "word": " data", "probability": 0.7216796875}, {"start": 1905.49, "end": 1905.97, "word": " after", "probability": 0.703125}, {"start": 1905.97, "end": 1906.39, "word": " deleting", "probability": 0.318115234375}, {"start": 1906.39, "end": 1906.77, "word": " the", "probability": 0.568359375}, {"start": 1906.77, "end": 1907.01, "word": " new", "probability": 0.7705078125}, {"start": 1907.01, "end": 1907.07, "word": " data.", "probability": 0.6884765625}], "temperature": 1.0}, {"id": 79, "seek": 192086, "start": 1907.84, "end": 1920.86, "text": " You make a query on all the data and you bring the cursor, and then you go to the adapter and tell it to leave the old cursor and take the new one to define the data. And then you tell it to notify that the data has been changed. And then you run it.", "tokens": [509, 652, 257, 14581, 322, 439, 264, 1412, 293, 291, 1565, 264, 28169, 11, 293, 550, 291, 352, 281, 264, 22860, 293, 980, 309, 281, 1856, 264, 1331, 28169, 293, 747, 264, 777, 472, 281, 6964, 264, 1412, 13, 400, 550, 291, 980, 309, 281, 36560, 300, 264, 1412, 575, 668, 3105, 13, 400, 550, 291, 1190, 309, 13], "avg_logprob": -0.577083338300387, "compression_ratio": 1.7430555555555556, "no_speech_prob": 0.0, "words": [{"start": 1907.84, "end": 1908.14, "word": " You", "probability": 0.3232421875}, {"start": 1908.14, "end": 1908.34, "word": " make", "probability": 0.1451416015625}, {"start": 1908.34, "end": 1908.46, "word": " a", "probability": 0.88671875}, {"start": 1908.46, "end": 1908.72, "word": " query", "probability": 0.81591796875}, {"start": 1908.72, "end": 1909.48, "word": " on", "probability": 0.2373046875}, {"start": 1909.48, "end": 1909.74, "word": " all", "probability": 0.7177734375}, {"start": 1909.74, "end": 1909.82, "word": " the", "probability": 0.415771484375}, {"start": 1909.82, "end": 1910.1, "word": " data", "probability": 0.6533203125}, {"start": 1910.1, "end": 1910.34, "word": " and", "probability": 0.301025390625}, {"start": 1910.34, "end": 1910.64, "word": " you", "probability": 0.1787109375}, {"start": 1910.64, "end": 1910.78, "word": " bring", "probability": 0.437744140625}, {"start": 1910.78, "end": 1910.94, "word": " the", "probability": 0.6630859375}, {"start": 1910.94, "end": 1911.3, "word": " cursor,", "probability": 0.94921875}, {"start": 1911.76, "end": 1912.08, "word": " and", "probability": 0.390380859375}, {"start": 1912.08, "end": 1912.3, "word": " then", "probability": 0.59228515625}, {"start": 1912.3, "end": 1912.46, "word": " you", "probability": 0.84619140625}, {"start": 1912.46, "end": 1912.6, "word": " go", "probability": 0.56103515625}, {"start": 1912.6, "end": 1912.74, "word": " to", "probability": 0.92822265625}, {"start": 1912.74, "end": 1912.82, "word": " the", "probability": 0.85693359375}, {"start": 1912.82, "end": 1913.18, "word": " adapter", "probability": 0.802734375}, {"start": 1913.18, "end": 1913.4, "word": " and", "probability": 0.76416015625}, {"start": 1913.4, "end": 1913.54, "word": " tell", "probability": 0.3994140625}, {"start": 1913.54, "end": 1913.72, "word": " it", "probability": 0.712890625}, {"start": 1913.72, "end": 1913.74, "word": " to", "probability": 0.74169921875}, {"start": 1913.74, "end": 1913.86, "word": " leave", "probability": 0.370849609375}, {"start": 1913.86, "end": 1914.0, "word": " the", "probability": 0.7861328125}, {"start": 1914.0, "end": 1914.24, "word": " old", "probability": 0.7109375}, {"start": 1914.24, "end": 1914.3, "word": " cursor", "probability": 0.87109375}, {"start": 1914.3, "end": 1914.76, "word": " and", "probability": 0.84228515625}, {"start": 1914.76, "end": 1914.92, "word": " take", "probability": 0.50390625}, {"start": 1914.92, "end": 1915.04, "word": " the", "probability": 0.798828125}, {"start": 1915.04, "end": 1915.06, "word": " new", "probability": 0.89892578125}, {"start": 1915.06, "end": 1915.66, "word": " one", "probability": 0.7587890625}, {"start": 1915.66, "end": 1915.86, "word": " to", "probability": 0.51220703125}, {"start": 1915.86, "end": 1916.16, "word": " define", "probability": 0.10260009765625}, {"start": 1916.16, "end": 1916.34, "word": " the", "probability": 0.85693359375}, {"start": 1916.34, "end": 1916.5, "word": " data.", "probability": 0.69970703125}, {"start": 1916.9, "end": 1917.14, "word": " And", "probability": 0.38525390625}, {"start": 1917.14, "end": 1917.32, "word": " then", "probability": 0.79296875}, {"start": 1917.32, "end": 1917.46, "word": " you", "probability": 0.9228515625}, {"start": 1917.46, "end": 1917.56, "word": " tell", "probability": 0.7421875}, {"start": 1917.56, "end": 1917.64, "word": " it", "probability": 0.40283203125}, {"start": 1917.64, "end": 1917.72, "word": " to", "probability": 0.7353515625}, {"start": 1917.72, "end": 1918.14, "word": " notify", "probability": 0.73779296875}, {"start": 1918.14, "end": 1918.98, "word": " that", "probability": 0.521484375}, {"start": 1918.98, "end": 1919.14, "word": " the", "probability": 0.444580078125}, {"start": 1919.14, "end": 1919.14, "word": " data", "probability": 0.71337890625}, {"start": 1919.14, "end": 1919.24, "word": " has", "probability": 0.2159423828125}, {"start": 1919.24, "end": 1919.34, "word": " been", "probability": 0.48828125}, {"start": 1919.34, "end": 1919.66, "word": " changed.", "probability": 0.86474609375}, {"start": 1919.88, "end": 1920.14, "word": " And", "probability": 0.7802734375}, {"start": 1920.14, "end": 1920.36, "word": " then", "probability": 0.767578125}, {"start": 1920.36, "end": 1920.5, "word": " you", "probability": 0.35107421875}, {"start": 1920.5, "end": 1920.76, "word": " run", "probability": 0.484130859375}, {"start": 1920.76, "end": 1920.86, "word": " it.", "probability": 0.6552734375}], "temperature": 1.0}, {"id": 80, "seek": 197378, "start": 1947.88, "end": 1973.78, "text": " Now, we covered in this database example, addition, width, elimination, and filter. This is an important process in the database, which is the edit. This is left to you. There is nothing new about it. Okay? You just have to use your brain, and everything you took, you put it with whom? With the edit. We will try Show All.", "tokens": [823, 11, 321, 5343, 294, 341, 8149, 1365, 11, 4500, 11, 11402, 11, 29224, 11, 293, 6608, 13, 639, 307, 364, 1021, 1399, 294, 264, 8149, 11, 597, 307, 264, 8129, 13, 639, 307, 1411, 281, 291, 13, 821, 307, 1825, 777, 466, 309, 13, 1033, 30, 509, 445, 362, 281, 764, 428, 3567, 11, 293, 1203, 291, 1890, 11, 291, 829, 309, 365, 7101, 30, 2022, 264, 8129, 13, 492, 486, 853, 6895, 1057, 13], "avg_logprob": -0.6217532281751756, "compression_ratio": 1.5576923076923077, "no_speech_prob": 0.0, "words": [{"start": 1947.88, "end": 1948.28, "word": " Now,", "probability": 0.61572265625}, {"start": 1948.5, "end": 1948.56, "word": " we", "probability": 0.51220703125}, {"start": 1948.56, "end": 1948.8, "word": " covered", "probability": 0.16162109375}, {"start": 1948.8, "end": 1949.38, "word": " in", "probability": 0.407958984375}, {"start": 1949.38, "end": 1949.6, "word": " this", "probability": 0.68310546875}, {"start": 1949.6, "end": 1950.18, "word": " database", "probability": 0.74462890625}, {"start": 1950.18, "end": 1950.52, "word": " example,", "probability": 0.92333984375}, {"start": 1951.16, "end": 1951.52, "word": " addition,", "probability": 0.30517578125}, {"start": 1953.02, "end": 1953.36, "word": " width,", "probability": 0.2548828125}, {"start": 1954.18, "end": 1954.52, "word": " elimination,", "probability": 0.1251220703125}, {"start": 1955.3, "end": 1955.34, "word": " and", "probability": 0.91552734375}, {"start": 1955.34, "end": 1955.74, "word": " filter.", "probability": 0.90478515625}, {"start": 1956.26, "end": 1956.5, "word": " This", "probability": 0.6904296875}, {"start": 1956.5, "end": 1956.5, "word": " is", "probability": 0.8642578125}, {"start": 1956.5, "end": 1956.64, "word": " an", "probability": 0.76904296875}, {"start": 1956.64, "end": 1956.64, "word": " important", "probability": 0.845703125}, {"start": 1956.64, "end": 1956.96, "word": " process", "probability": 0.79931640625}, {"start": 1956.96, "end": 1957.44, "word": " in", "probability": 0.90185546875}, {"start": 1957.44, "end": 1957.54, "word": " the", "probability": 0.51416015625}, {"start": 1957.54, "end": 1957.94, "word": " database,", "probability": 0.92919921875}, {"start": 1958.3, "end": 1958.66, "word": " which", "probability": 0.81787109375}, {"start": 1958.66, "end": 1958.8, "word": " is", "probability": 0.9326171875}, {"start": 1958.8, "end": 1958.86, "word": " the", "probability": 0.1956787109375}, {"start": 1958.86, "end": 1959.1, "word": " edit.", "probability": 0.794921875}, {"start": 1959.34, "end": 1959.56, "word": " This", "probability": 0.51220703125}, {"start": 1959.56, "end": 1959.6, "word": " is", "probability": 0.705078125}, {"start": 1959.6, "end": 1959.86, "word": " left", "probability": 0.1265869140625}, {"start": 1959.86, "end": 1959.98, "word": " to", "probability": 0.60205078125}, {"start": 1959.98, "end": 1960.24, "word": " you.", "probability": 0.943359375}, {"start": 1960.5, "end": 1960.82, "word": " There", "probability": 0.51171875}, {"start": 1960.82, "end": 1960.86, "word": " is", "probability": 0.76220703125}, {"start": 1960.86, "end": 1961.14, "word": " nothing", "probability": 0.7998046875}, {"start": 1961.14, "end": 1961.48, "word": " new", "probability": 0.9189453125}, {"start": 1961.48, "end": 1961.62, "word": " about", "probability": 0.3173828125}, {"start": 1961.62, "end": 1961.62, "word": " it.", "probability": 0.85107421875}, {"start": 1962.16, "end": 1962.34, "word": " Okay?", "probability": 0.337646484375}, {"start": 1962.4, "end": 1962.52, "word": " You", "probability": 0.51611328125}, {"start": 1962.52, "end": 1962.64, "word": " just", "probability": 0.5546875}, {"start": 1962.64, "end": 1962.66, "word": " have", "probability": 0.441650390625}, {"start": 1962.66, "end": 1962.78, "word": " to", "probability": 0.9658203125}, {"start": 1962.78, "end": 1963.06, "word": " use", "probability": 0.22607421875}, {"start": 1963.06, "end": 1963.18, "word": " your", "probability": 0.85693359375}, {"start": 1963.18, "end": 1963.48, "word": " brain,", "probability": 0.626953125}, {"start": 1964.08, "end": 1964.28, "word": " and", "probability": 0.261962890625}, {"start": 1964.28, "end": 1964.66, "word": " everything", "probability": 0.29541015625}, {"start": 1964.66, "end": 1964.84, "word": " you", "probability": 0.3544921875}, {"start": 1964.84, "end": 1965.12, "word": " took,", "probability": 0.33544921875}, {"start": 1965.34, "end": 1965.38, "word": " you", "probability": 0.299560546875}, {"start": 1965.38, "end": 1965.58, "word": " put", "probability": 0.053741455078125}, {"start": 1965.58, "end": 1965.68, "word": " it", "probability": 0.576171875}, {"start": 1965.68, "end": 1965.8, "word": " with", "probability": 0.3203125}, {"start": 1965.8, "end": 1966.0, "word": " whom?", "probability": 0.5927734375}, {"start": 1966.78, "end": 1967.12, "word": " With", "probability": 0.7783203125}, {"start": 1967.12, "end": 1967.84, "word": " the", "probability": 0.68212890625}, {"start": 1967.84, "end": 1968.22, "word": " edit.", "probability": 0.47265625}, {"start": 1971.14, "end": 1971.66, "word": " We", "probability": 0.66015625}, {"start": 1971.66, "end": 1971.92, "word": " will", "probability": 0.251220703125}, {"start": 1971.92, "end": 1972.26, "word": " try", "probability": 0.7333984375}, {"start": 1972.26, "end": 1973.42, "word": " Show", "probability": 0.4677734375}, {"start": 1973.42, "end": 1973.78, "word": " All.", "probability": 0.78759765625}], "temperature": 1.0}, {"id": 81, "seek": 199985, "start": 1977.65, "end": 1999.85, "text": " For example, if I click on delete, it will delete it. Omar will delete it from the schedule. Is this idea clear, guys? One last thing to organize our work. Pay attention to this point with me. There is a negative thing that we do. In every activity, for example, in the Ad Employee activity,", "tokens": [1171, 1365, 11, 498, 286, 2052, 322, 12097, 11, 309, 486, 12097, 309, 13, 33784, 486, 12097, 309, 490, 264, 7567, 13, 1119, 341, 1558, 1850, 11, 1074, 30, 1485, 1036, 551, 281, 13859, 527, 589, 13, 11431, 3202, 281, 341, 935, 365, 385, 13, 821, 307, 257, 3671, 551, 300, 321, 360, 13, 682, 633, 5191, 11, 337, 1365, 11, 294, 264, 1999, 26878, 1653, 5191, 11], "avg_logprob": -0.5335145169410153, "compression_ratio": 1.5449735449735449, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1977.65, "end": 1977.97, "word": " For", "probability": 0.52294921875}, {"start": 1977.97, "end": 1978.27, "word": " example,", "probability": 0.9033203125}, {"start": 1978.37, "end": 1978.67, "word": " if", "probability": 0.322509765625}, {"start": 1978.67, "end": 1978.67, "word": " I", "probability": 0.64111328125}, {"start": 1978.67, "end": 1979.05, "word": " click", "probability": 0.5107421875}, {"start": 1979.05, "end": 1979.05, "word": " on", "probability": 0.50634765625}, {"start": 1979.05, "end": 1979.23, "word": " delete,", "probability": 0.4189453125}, {"start": 1979.71, "end": 1979.99, "word": " it", "probability": 0.60986328125}, {"start": 1979.99, "end": 1980.01, "word": " will", "probability": 0.71484375}, {"start": 1980.01, "end": 1980.29, "word": " delete", "probability": 0.6787109375}, {"start": 1980.29, "end": 1981.75, "word": " it.", "probability": 0.35888671875}, {"start": 1982.57, "end": 1983.11, "word": " Omar", "probability": 0.349853515625}, {"start": 1983.11, "end": 1983.79, "word": " will", "probability": 0.37890625}, {"start": 1983.79, "end": 1984.11, "word": " delete", "probability": 0.79931640625}, {"start": 1984.11, "end": 1984.29, "word": " it", "probability": 0.6572265625}, {"start": 1984.29, "end": 1984.45, "word": " from", "probability": 0.7998046875}, {"start": 1984.45, "end": 1985.57, "word": " the", "probability": 0.5830078125}, {"start": 1985.57, "end": 1985.81, "word": " schedule.", "probability": 0.305908203125}, {"start": 1986.37, "end": 1986.91, "word": " Is", "probability": 0.400634765625}, {"start": 1986.91, "end": 1987.09, "word": " this", "probability": 0.49267578125}, {"start": 1987.09, "end": 1987.41, "word": " idea", "probability": 0.4462890625}, {"start": 1987.41, "end": 1987.41, "word": " clear,", "probability": 0.84716796875}, {"start": 1987.49, "end": 1987.73, "word": " guys?", "probability": 0.68212890625}, {"start": 1988.31, "end": 1988.53, "word": " One", "probability": 0.3779296875}, {"start": 1988.53, "end": 1988.89, "word": " last", "probability": 0.64306640625}, {"start": 1988.89, "end": 1988.89, "word": " thing", "probability": 0.7255859375}, {"start": 1988.89, "end": 1989.27, "word": " to", "probability": 0.61669921875}, {"start": 1989.27, "end": 1989.73, "word": " organize", "probability": 0.2059326171875}, {"start": 1989.73, "end": 1990.41, "word": " our", "probability": 0.79345703125}, {"start": 1990.41, "end": 1990.41, "word": " work.", "probability": 0.73876953125}, {"start": 1990.55, "end": 1990.73, "word": " Pay", "probability": 0.349853515625}, {"start": 1990.73, "end": 1990.79, "word": " attention", "probability": 0.9423828125}, {"start": 1990.79, "end": 1990.97, "word": " to", "probability": 0.892578125}, {"start": 1990.97, "end": 1991.13, "word": " this", "probability": 0.90966796875}, {"start": 1991.13, "end": 1991.39, "word": " point", "probability": 0.892578125}, {"start": 1991.39, "end": 1991.55, "word": " with", "probability": 0.400634765625}, {"start": 1991.55, "end": 1991.55, "word": " me.", "probability": 0.9287109375}, {"start": 1992.15, "end": 1992.67, "word": " There", "probability": 0.53759765625}, {"start": 1992.67, "end": 1992.71, "word": " is", "probability": 0.7265625}, {"start": 1992.71, "end": 1992.97, "word": " a", "probability": 0.81591796875}, {"start": 1992.97, "end": 1993.21, "word": " negative", "probability": 0.72705078125}, {"start": 1993.21, "end": 1993.21, "word": " thing", "probability": 0.6083984375}, {"start": 1993.21, "end": 1993.39, "word": " that", "probability": 0.41796875}, {"start": 1993.39, "end": 1993.45, "word": " we", "probability": 0.93212890625}, {"start": 1993.45, "end": 1993.81, "word": " do.", "probability": 0.8837890625}, {"start": 1995.69, "end": 1996.23, "word": " In", "probability": 0.346923828125}, {"start": 1996.23, "end": 1996.61, "word": " every", "probability": 0.587890625}, {"start": 1996.61, "end": 1997.45, "word": " activity,", "probability": 0.88720703125}, {"start": 1997.95, "end": 1998.17, "word": " for", "probability": 0.77490234375}, {"start": 1998.17, "end": 1998.37, "word": " example,", "probability": 0.9443359375}, {"start": 1998.63, "end": 1998.75, "word": " in", "probability": 0.66357421875}, {"start": 1998.75, "end": 1998.79, "word": " the", "probability": 0.5400390625}, {"start": 1998.79, "end": 1998.99, "word": " Ad", "probability": 0.33154296875}, {"start": 1998.99, "end": 1999.41, "word": " Employee", "probability": 0.769287109375}, {"start": 1999.41, "end": 1999.85, "word": " activity,", "probability": 0.681640625}], "temperature": 1.0}, {"id": 82, "seek": 201891, "start": 2000.73, "end": 2018.91, "text": "We used to go and tell him to use my helper, right? Like this. And in the show all activity, I used to go and tell him to create", "tokens": [4360, 1143, 281, 352, 293, 980, 796, 281, 764, 452, 36133, 11, 558, 30, 1743, 341, 13, 400, 294, 264, 855, 439, 5191, 11, 286, 1143, 281, 352, 293, 980, 796, 281, 1884], "avg_logprob": -0.6038602678214803, "compression_ratio": 1.3473684210526315, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2000.73, "end": 2001.13, "word": "We", "probability": 0.2139892578125}, {"start": 2001.13, "end": 2001.13, "word": " used", "probability": 0.452392578125}, {"start": 2001.13, "end": 2001.49, "word": " to", "probability": 0.970703125}, {"start": 2001.49, "end": 2001.59, "word": " go", "probability": 0.7880859375}, {"start": 2001.59, "end": 2002.09, "word": " and", "probability": 0.42431640625}, {"start": 2002.09, "end": 2003.39, "word": " tell", "probability": 0.324951171875}, {"start": 2003.39, "end": 2003.93, "word": " him", "probability": 0.62158203125}, {"start": 2003.93, "end": 2005.61, "word": " to", "probability": 0.50146484375}, {"start": 2005.61, "end": 2006.93, "word": " use", "probability": 0.30712890625}, {"start": 2006.93, "end": 2008.09, "word": " my", "probability": 0.356689453125}, {"start": 2008.09, "end": 2008.55, "word": " helper,", "probability": 0.78857421875}, {"start": 2008.83, "end": 2009.09, "word": " right?", "probability": 0.56787109375}, {"start": 2011.15, "end": 2011.39, "word": " Like", "probability": 0.35107421875}, {"start": 2011.39, "end": 2012.01, "word": " this.", "probability": 0.51904296875}, {"start": 2013.33, "end": 2013.39, "word": " And", "probability": 0.63720703125}, {"start": 2013.39, "end": 2013.55, "word": " in", "probability": 0.427978515625}, {"start": 2013.55, "end": 2014.47, "word": " the", "probability": 0.57666015625}, {"start": 2014.47, "end": 2014.69, "word": " show", "probability": 0.68212890625}, {"start": 2014.69, "end": 2014.87, "word": " all", "probability": 0.76123046875}, {"start": 2014.87, "end": 2015.41, "word": " activity,", "probability": 0.900390625}, {"start": 2016.49, "end": 2017.17, "word": " I", "probability": 0.90625}, {"start": 2017.17, "end": 2017.23, "word": " used", "probability": 0.225830078125}, {"start": 2017.23, "end": 2017.23, "word": " to", "probability": 0.9697265625}, {"start": 2017.23, "end": 2017.35, "word": " go", "probability": 0.5458984375}, {"start": 2017.35, "end": 2017.49, "word": " and", "probability": 0.75927734375}, {"start": 2017.49, "end": 2017.67, "word": " tell", "probability": 0.751953125}, {"start": 2017.67, "end": 2018.07, "word": " him", "probability": 0.93212890625}, {"start": 2018.07, "end": 2018.63, "word": " to", "probability": 0.853515625}, {"start": 2018.63, "end": 2018.91, "word": " create", "probability": 0.5146484375}], "temperature": 1.0}, {"id": 83, "seek": 204521, "start": 2020.75, "end": 2045.21, "text": " MyHelper. This is a little bit negative. And in the adapter, I also create MyHelper. I create MyHelper every now and then. It's not wrong, okay? But this creates a delay in the program. Because every time you create the MyHelper object, it checks if the database exists or not. If it exists or not, it creates it. If it exists, it makes a connection to it. So, it creates a delay. The original and the correct one.", "tokens": [1222, 39, 338, 610, 13, 639, 307, 257, 707, 857, 3671, 13, 400, 294, 264, 22860, 11, 286, 611, 1884, 1222, 39, 338, 610, 13, 286, 1884, 1222, 39, 338, 610, 633, 586, 293, 550, 13, 467, 311, 406, 2085, 11, 1392, 30, 583, 341, 7829, 257, 8577, 294, 264, 1461, 13, 1436, 633, 565, 291, 1884, 264, 1222, 39, 338, 610, 2657, 11, 309, 13834, 498, 264, 8149, 8198, 420, 406, 13, 759, 309, 8198, 420, 406, 11, 309, 7829, 309, 13, 759, 309, 8198, 11, 309, 1669, 257, 4984, 281, 309, 13, 407, 11, 309, 7829, 257, 8577, 13, 440, 3380, 293, 264, 3006, 472, 13], "avg_logprob": -0.43807340652570814, "compression_ratio": 1.7887931034482758, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2020.75, "end": 2021.15, "word": " MyHelper.", "probability": 0.6544189453125}, {"start": 2021.65, "end": 2022.05, "word": " This", "probability": 0.59130859375}, {"start": 2022.05, "end": 2022.23, "word": " is", "probability": 0.86328125}, {"start": 2022.23, "end": 2022.61, "word": " a", "probability": 0.46240234375}, {"start": 2022.61, "end": 2022.79, "word": " little", "probability": 0.251708984375}, {"start": 2022.79, "end": 2022.79, "word": " bit", "probability": 0.33544921875}, {"start": 2022.79, "end": 2022.79, "word": " negative.", "probability": 0.55224609375}, {"start": 2023.21, "end": 2023.37, "word": " And", "probability": 0.53759765625}, {"start": 2023.37, "end": 2023.45, "word": " in", "probability": 0.71484375}, {"start": 2023.45, "end": 2023.57, "word": " the", "probability": 0.5771484375}, {"start": 2023.57, "end": 2024.03, "word": " adapter,", "probability": 0.7509765625}, {"start": 2025.09, "end": 2025.47, "word": " I", "probability": 0.76513671875}, {"start": 2025.47, "end": 2025.49, "word": " also", "probability": 0.476318359375}, {"start": 2025.49, "end": 2025.57, "word": " create", "probability": 0.68896484375}, {"start": 2025.57, "end": 2026.13, "word": " MyHelper.", "probability": 0.8980712890625}, {"start": 2026.25, "end": 2026.59, "word": " I", "probability": 0.2415771484375}, {"start": 2026.59, "end": 2027.35, "word": " create", "probability": 0.5703125}, {"start": 2027.35, "end": 2028.41, "word": " MyHelper", "probability": 0.967529296875}, {"start": 2028.41, "end": 2028.41, "word": " every", "probability": 0.4306640625}, {"start": 2028.41, "end": 2028.41, "word": " now", "probability": 0.26025390625}, {"start": 2028.41, "end": 2028.41, "word": " and", "probability": 0.93701171875}, {"start": 2028.41, "end": 2028.41, "word": " then.", "probability": 0.82958984375}, {"start": 2028.47, "end": 2028.61, "word": " It's", "probability": 0.5069580078125}, {"start": 2028.61, "end": 2028.69, "word": " not", "probability": 0.89404296875}, {"start": 2028.69, "end": 2028.93, "word": " wrong,", "probability": 0.865234375}, {"start": 2029.37, "end": 2029.57, "word": " okay?", "probability": 0.25341796875}, {"start": 2029.75, "end": 2029.97, "word": " But", "probability": 0.88916015625}, {"start": 2029.97, "end": 2030.31, "word": " this", "probability": 0.62744140625}, {"start": 2030.31, "end": 2030.69, "word": " creates", "probability": 0.22607421875}, {"start": 2030.69, "end": 2030.79, "word": " a", "probability": 0.5322265625}, {"start": 2030.79, "end": 2030.95, "word": " delay", "probability": 0.9833984375}, {"start": 2030.95, "end": 2031.09, "word": " in", "probability": 0.87939453125}, {"start": 2031.09, "end": 2031.17, "word": " the", "probability": 0.892578125}, {"start": 2031.17, "end": 2031.49, "word": " program.", "probability": 0.80810546875}, {"start": 2032.11, "end": 2032.31, "word": " Because", "probability": 0.89892578125}, {"start": 2032.31, "end": 2032.73, "word": " every", "probability": 0.2310791015625}, {"start": 2032.73, "end": 2032.87, "word": " time", "probability": 0.873046875}, {"start": 2032.87, "end": 2033.31, "word": " you", "probability": 0.86376953125}, {"start": 2033.31, "end": 2033.63, "word": " create", "probability": 0.76806640625}, {"start": 2033.63, "end": 2033.93, "word": " the", "probability": 0.55224609375}, {"start": 2033.93, "end": 2034.73, "word": " MyHelper", "probability": 0.875}, {"start": 2034.73, "end": 2034.73, "word": " object,", "probability": 0.9140625}, {"start": 2034.81, "end": 2034.93, "word": " it", "probability": 0.841796875}, {"start": 2034.93, "end": 2035.43, "word": " checks", "probability": 0.615234375}, {"start": 2035.43, "end": 2035.79, "word": " if", "probability": 0.39306640625}, {"start": 2035.79, "end": 2036.09, "word": " the", "probability": 0.6220703125}, {"start": 2036.09, "end": 2036.49, "word": " database", "probability": 0.9296875}, {"start": 2036.49, "end": 2036.49, "word": " exists", "probability": 0.62060546875}, {"start": 2036.49, "end": 2036.67, "word": " or", "probability": 0.802734375}, {"start": 2036.67, "end": 2036.87, "word": " not.", "probability": 0.91064453125}, {"start": 2037.39, "end": 2037.79, "word": " If", "probability": 0.66455078125}, {"start": 2037.79, "end": 2037.95, "word": " it", "probability": 0.85205078125}, {"start": 2037.95, "end": 2037.95, "word": " exists", "probability": 0.78564453125}, {"start": 2037.95, "end": 2038.17, "word": " or", "probability": 0.72509765625}, {"start": 2038.17, "end": 2038.17, "word": " not,", "probability": 0.52880859375}, {"start": 2038.53, "end": 2038.55, "word": " it", "probability": 0.76953125}, {"start": 2038.55, "end": 2038.67, "word": " creates", "probability": 0.7392578125}, {"start": 2038.67, "end": 2038.99, "word": " it.", "probability": 0.38037109375}, {"start": 2039.05, "end": 2039.25, "word": " If", "probability": 0.76416015625}, {"start": 2039.25, "end": 2039.39, "word": " it", "probability": 0.919921875}, {"start": 2039.39, "end": 2039.39, "word": " exists,", "probability": 0.9189453125}, {"start": 2039.49, "end": 2039.59, "word": " it", "probability": 0.89794921875}, {"start": 2039.59, "end": 2039.67, "word": " makes", "probability": 0.427490234375}, {"start": 2039.67, "end": 2039.79, "word": " a", "probability": 0.705078125}, {"start": 2039.79, "end": 2040.19, "word": " connection", "probability": 0.916015625}, {"start": 2040.19, "end": 2040.39, "word": " to", "probability": 0.66064453125}, {"start": 2040.39, "end": 2040.55, "word": " it.", "probability": 0.94384765625}, {"start": 2041.05, "end": 2041.17, "word": " So,", "probability": 0.748046875}, {"start": 2041.17, "end": 2041.33, "word": " it", "probability": 0.348388671875}, {"start": 2041.33, "end": 2043.01, "word": " creates", "probability": 0.29638671875}, {"start": 2043.01, "end": 2043.71, "word": " a", "probability": 0.90625}, {"start": 2043.71, "end": 2043.85, "word": " delay.", "probability": 0.974609375}, {"start": 2044.03, "end": 2044.23, "word": " The", "probability": 0.46533203125}, {"start": 2044.23, "end": 2044.55, "word": " original", "probability": 0.634765625}, {"start": 2044.55, "end": 2044.77, "word": " and", "probability": 0.65478515625}, {"start": 2044.77, "end": 2044.89, "word": " the", "probability": 0.66015625}, {"start": 2044.89, "end": 2045.15, "word": " correct", "probability": 0.58837890625}, {"start": 2045.15, "end": 2045.21, "word": " one.", "probability": 0.45654296875}], "temperature": 1.0}, {"id": 84, "seek": 205611, "start": 2046.01, "end": 2056.11, "text": "is that we try to make the SQLite, which is the Parahardinic Water, one time and use it in all applications.", "tokens": [271, 300, 321, 853, 281, 652, 264, 318, 48, 43, 642, 11, 597, 307, 264, 3457, 545, 515, 259, 299, 8772, 11, 472, 565, 293, 764, 309, 294, 439, 5821, 13], "avg_logprob": -0.7456054650247097, "compression_ratio": 1.1134020618556701, "no_speech_prob": 0.0, "words": [{"start": 2046.01, "end": 2046.27, "word": "is", "probability": 0.1455078125}, {"start": 2046.27, "end": 2046.29, "word": " that", "probability": 0.5185546875}, {"start": 2046.29, "end": 2046.47, "word": " we", "probability": 0.9052734375}, {"start": 2046.47, "end": 2047.05, "word": " try", "probability": 0.247802734375}, {"start": 2047.05, "end": 2048.49, "word": " to", "probability": 0.93310546875}, {"start": 2048.49, "end": 2048.49, "word": " make", "probability": 0.288330078125}, {"start": 2048.49, "end": 2048.85, "word": " the", "probability": 0.451171875}, {"start": 2048.85, "end": 2049.79, "word": " SQLite,", "probability": 0.736968994140625}, {"start": 2049.85, "end": 2050.19, "word": " which", "probability": 0.5908203125}, {"start": 2050.19, "end": 2050.99, "word": " is", "probability": 0.8564453125}, {"start": 2050.99, "end": 2051.07, "word": " the", "probability": 0.453857421875}, {"start": 2051.07, "end": 2051.75, "word": " Parahardinic", "probability": 0.461865234375}, {"start": 2051.75, "end": 2051.75, "word": " Water,", "probability": 0.42333984375}, {"start": 2052.15, "end": 2052.15, "word": " one", "probability": 0.130126953125}, {"start": 2052.15, "end": 2052.35, "word": " time", "probability": 0.51513671875}, {"start": 2052.35, "end": 2053.83, "word": " and", "probability": 0.4423828125}, {"start": 2053.83, "end": 2054.29, "word": " use", "probability": 0.69287109375}, {"start": 2054.29, "end": 2054.51, "word": " it", "probability": 0.93212890625}, {"start": 2054.51, "end": 2054.65, "word": " in", "probability": 0.71826171875}, {"start": 2054.65, "end": 2054.97, "word": " all", "probability": 0.384033203125}, {"start": 2054.97, "end": 2056.11, "word": " applications.", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 85, "seek": 208009, "start": 2058.29, "end": 2080.09, "text": "Because as long as I'm known in object-oriented, if I created the object inside the class, you can't read it from another place unless you pass it through methods or parameters to another place, okay? But one of the ways I can create an object, create a share or a user in every place is to be static", "tokens": [21831, 382, 938, 382, 286, 478, 2570, 294, 2657, 12, 27414, 11, 498, 286, 2942, 264, 2657, 1854, 264, 1508, 11, 291, 393, 380, 1401, 309, 490, 1071, 1081, 5969, 291, 1320, 309, 807, 7150, 420, 9834, 281, 1071, 1081, 11, 1392, 30, 583, 472, 295, 264, 2098, 286, 393, 1884, 364, 2657, 11, 1884, 257, 2073, 420, 257, 4195, 294, 633, 1081, 307, 281, 312, 13437], "avg_logprob": -0.4829963279121062, "compression_ratio": 1.6042780748663101, "no_speech_prob": 0.0, "words": [{"start": 2058.29, "end": 2058.57, "word": "Because", "probability": 0.282470703125}, {"start": 2058.57, "end": 2058.83, "word": " as", "probability": 0.20361328125}, {"start": 2058.83, "end": 2058.87, "word": " long", "probability": 0.68603515625}, {"start": 2058.87, "end": 2058.93, "word": " as", "probability": 0.96630859375}, {"start": 2058.93, "end": 2059.31, "word": " I'm", "probability": 0.6826171875}, {"start": 2059.31, "end": 2059.69, "word": " known", "probability": 0.4638671875}, {"start": 2059.69, "end": 2060.17, "word": " in", "probability": 0.43505859375}, {"start": 2060.17, "end": 2060.47, "word": " object", "probability": 0.56396484375}, {"start": 2060.47, "end": 2060.91, "word": "-oriented,", "probability": 0.67236328125}, {"start": 2060.93, "end": 2061.09, "word": " if", "probability": 0.55126953125}, {"start": 2061.09, "end": 2061.37, "word": " I", "probability": 0.97021484375}, {"start": 2061.37, "end": 2061.63, "word": " created", "probability": 0.266357421875}, {"start": 2061.63, "end": 2061.75, "word": " the", "probability": 0.4384765625}, {"start": 2061.75, "end": 2062.19, "word": " object", "probability": 0.96630859375}, {"start": 2062.19, "end": 2062.69, "word": " inside", "probability": 0.410400390625}, {"start": 2062.69, "end": 2063.01, "word": " the", "probability": 0.74658203125}, {"start": 2063.01, "end": 2064.87, "word": " class,", "probability": 0.95654296875}, {"start": 2064.89, "end": 2064.99, "word": " you", "probability": 0.48583984375}, {"start": 2064.99, "end": 2065.33, "word": " can't", "probability": 0.78662109375}, {"start": 2065.33, "end": 2065.61, "word": " read", "probability": 0.95166015625}, {"start": 2065.61, "end": 2066.31, "word": " it", "probability": 0.92529296875}, {"start": 2066.31, "end": 2066.45, "word": " from", "probability": 0.580078125}, {"start": 2066.45, "end": 2066.89, "word": " another", "probability": 0.302001953125}, {"start": 2066.89, "end": 2066.89, "word": " place", "probability": 0.72607421875}, {"start": 2066.89, "end": 2067.15, "word": " unless", "probability": 0.24560546875}, {"start": 2067.15, "end": 2067.37, "word": " you", "probability": 0.87841796875}, {"start": 2067.37, "end": 2067.59, "word": " pass", "probability": 0.372802734375}, {"start": 2067.59, "end": 2068.15, "word": " it", "probability": 0.7607421875}, {"start": 2068.15, "end": 2068.39, "word": " through", "probability": 0.849609375}, {"start": 2068.39, "end": 2068.91, "word": " methods", "probability": 0.58203125}, {"start": 2068.91, "end": 2069.03, "word": " or", "probability": 0.92431640625}, {"start": 2069.03, "end": 2069.63, "word": " parameters", "probability": 0.86083984375}, {"start": 2069.63, "end": 2070.49, "word": " to", "probability": 0.88037109375}, {"start": 2070.49, "end": 2070.69, "word": " another", "probability": 0.89453125}, {"start": 2070.69, "end": 2071.03, "word": " place,", "probability": 0.8203125}, {"start": 2071.09, "end": 2072.05, "word": " okay?", "probability": 0.454345703125}, {"start": 2073.77, "end": 2074.29, "word": " But", "probability": 0.82958984375}, {"start": 2074.29, "end": 2074.45, "word": " one", "probability": 0.59619140625}, {"start": 2074.45, "end": 2074.53, "word": " of", "probability": 0.82763671875}, {"start": 2074.53, "end": 2074.59, "word": " the", "probability": 0.90771484375}, {"start": 2074.59, "end": 2074.81, "word": " ways", "probability": 0.865234375}, {"start": 2074.81, "end": 2074.99, "word": " I", "probability": 0.552734375}, {"start": 2074.99, "end": 2076.15, "word": " can", "probability": 0.8505859375}, {"start": 2076.15, "end": 2076.61, "word": " create", "probability": 0.556640625}, {"start": 2076.61, "end": 2076.71, "word": " an", "probability": 0.6025390625}, {"start": 2076.71, "end": 2076.99, "word": " object,", "probability": 0.97119140625}, {"start": 2077.11, "end": 2077.33, "word": " create", "probability": 0.537109375}, {"start": 2077.33, "end": 2077.57, "word": " a", "probability": 0.9287109375}, {"start": 2077.57, "end": 2077.91, "word": " share", "probability": 0.5693359375}, {"start": 2077.91, "end": 2078.19, "word": " or", "probability": 0.62744140625}, {"start": 2078.19, "end": 2078.31, "word": " a", "probability": 0.266357421875}, {"start": 2078.31, "end": 2078.63, "word": " user", "probability": 0.84423828125}, {"start": 2078.63, "end": 2078.85, "word": " in", "probability": 0.3779296875}, {"start": 2078.85, "end": 2079.07, "word": " every", "probability": 0.61376953125}, {"start": 2079.07, "end": 2079.43, "word": " place", "probability": 0.7783203125}, {"start": 2079.43, "end": 2079.59, "word": " is", "probability": 0.5390625}, {"start": 2079.59, "end": 2079.63, "word": " to", "probability": 0.603515625}, {"start": 2079.63, "end": 2079.77, "word": " be", "probability": 0.6220703125}, {"start": 2079.77, "end": 2080.09, "word": " static", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 86, "seek": 210641, "start": 2081.11, "end": 2106.41, "text": " If you create a static object, you can use it from anywhere So look what I'm going to do When the app is running, what's the first activity that starts? Main activity I go to the main activity and create a public static MyHelper And notice that the main activity keeps running Even if I turn on the show all, the show all keeps running on the main activity That's why it stays in the memory So when you define anything in the main activity", "tokens": [759, 291, 1884, 257, 13437, 2657, 11, 291, 393, 764, 309, 490, 4992, 407, 574, 437, 286, 478, 516, 281, 360, 1133, 264, 724, 307, 2614, 11, 437, 311, 264, 700, 5191, 300, 3719, 30, 12383, 5191, 286, 352, 281, 264, 2135, 5191, 293, 1884, 257, 1908, 13437, 1222, 39, 338, 610, 400, 3449, 300, 264, 2135, 5191, 5965, 2614, 2754, 498, 286, 1261, 322, 264, 855, 439, 11, 264, 855, 439, 5965, 2614, 322, 264, 2135, 5191, 663, 311, 983, 309, 10834, 294, 264, 4675, 407, 562, 291, 6964, 1340, 294, 264, 2135, 5191], "avg_logprob": -0.5074869779249033, "compression_ratio": 1.872340425531915, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2081.11, "end": 2081.35, "word": " If", "probability": 0.7001953125}, {"start": 2081.35, "end": 2081.59, "word": " you", "probability": 0.927734375}, {"start": 2081.59, "end": 2081.59, "word": " create", "probability": 0.1641845703125}, {"start": 2081.59, "end": 2081.79, "word": " a", "probability": 0.2171630859375}, {"start": 2081.79, "end": 2082.43, "word": " static", "probability": 0.8681640625}, {"start": 2082.43, "end": 2082.43, "word": " object,", "probability": 0.92578125}, {"start": 2082.79, "end": 2082.91, "word": " you", "probability": 0.869140625}, {"start": 2082.91, "end": 2083.11, "word": " can", "probability": 0.89306640625}, {"start": 2083.11, "end": 2083.85, "word": " use", "probability": 0.8408203125}, {"start": 2083.85, "end": 2084.51, "word": " it", "probability": 0.91552734375}, {"start": 2084.51, "end": 2084.69, "word": " from", "probability": 0.46630859375}, {"start": 2084.69, "end": 2085.05, "word": " anywhere", "probability": 0.6962890625}, {"start": 2085.05, "end": 2085.25, "word": " So", "probability": 0.343994140625}, {"start": 2085.25, "end": 2085.45, "word": " look", "probability": 0.200927734375}, {"start": 2085.45, "end": 2085.55, "word": " what", "probability": 0.560546875}, {"start": 2085.55, "end": 2085.89, "word": " I'm", "probability": 0.6168212890625}, {"start": 2085.89, "end": 2085.91, "word": " going", "probability": 0.74169921875}, {"start": 2085.91, "end": 2085.95, "word": " to", "probability": 0.97314453125}, {"start": 2085.95, "end": 2086.15, "word": " do", "probability": 0.95361328125}, {"start": 2086.15, "end": 2086.87, "word": " When", "probability": 0.14501953125}, {"start": 2086.87, "end": 2087.31, "word": " the", "probability": 0.479736328125}, {"start": 2087.31, "end": 2087.53, "word": " app", "probability": 0.40966796875}, {"start": 2087.53, "end": 2087.53, "word": " is", "probability": 0.377197265625}, {"start": 2087.53, "end": 2087.53, "word": " running,", "probability": 0.515625}, {"start": 2087.69, "end": 2087.79, "word": " what's", "probability": 0.4847412109375}, {"start": 2087.79, "end": 2087.87, "word": " the", "probability": 0.88623046875}, {"start": 2087.87, "end": 2088.01, "word": " first", "probability": 0.8876953125}, {"start": 2088.01, "end": 2088.41, "word": " activity", "probability": 0.87744140625}, {"start": 2088.41, "end": 2088.51, "word": " that", "probability": 0.3818359375}, {"start": 2088.51, "end": 2088.71, "word": " starts?", "probability": 0.1688232421875}, {"start": 2089.67, "end": 2090.11, "word": " Main", "probability": 0.52587890625}, {"start": 2090.11, "end": 2090.47, "word": " activity", "probability": 0.7255859375}, {"start": 2090.47, "end": 2091.07, "word": " I", "probability": 0.45068359375}, {"start": 2091.07, "end": 2091.21, "word": " go", "probability": 0.293701171875}, {"start": 2091.21, "end": 2091.37, "word": " to", "probability": 0.923828125}, {"start": 2091.37, "end": 2091.49, "word": " the", "probability": 0.4365234375}, {"start": 2091.49, "end": 2091.57, "word": " main", "probability": 0.83203125}, {"start": 2091.57, "end": 2092.05, "word": " activity", "probability": 0.9453125}, {"start": 2092.05, "end": 2092.33, "word": " and", "probability": 0.703125}, {"start": 2092.33, "end": 2092.57, "word": " create", "probability": 0.3671875}, {"start": 2092.57, "end": 2092.67, "word": " a", "probability": 0.5419921875}, {"start": 2092.67, "end": 2092.91, "word": " public", "probability": 0.88330078125}, {"start": 2092.91, "end": 2093.43, "word": " static", "probability": 0.97119140625}, {"start": 2093.43, "end": 2094.09, "word": " MyHelper", "probability": 0.6907958984375}, {"start": 2094.09, "end": 2094.97, "word": " And", "probability": 0.5341796875}, {"start": 2094.97, "end": 2095.33, "word": " notice", "probability": 0.70361328125}, {"start": 2095.33, "end": 2095.55, "word": " that", "probability": 0.86572265625}, {"start": 2095.55, "end": 2095.65, "word": " the", "probability": 0.68408203125}, {"start": 2095.65, "end": 2095.77, "word": " main", "probability": 0.8525390625}, {"start": 2095.77, "end": 2096.25, "word": " activity", "probability": 0.9296875}, {"start": 2096.25, "end": 2096.91, "word": " keeps", "probability": 0.2100830078125}, {"start": 2096.91, "end": 2097.39, "word": " running", "probability": 0.7568359375}, {"start": 2097.39, "end": 2098.65, "word": " Even", "probability": 0.69384765625}, {"start": 2098.65, "end": 2098.79, "word": " if", "probability": 0.79296875}, {"start": 2098.79, "end": 2098.87, "word": " I", "probability": 0.6396484375}, {"start": 2098.87, "end": 2099.09, "word": " turn", "probability": 0.31591796875}, {"start": 2099.09, "end": 2099.15, "word": " on", "probability": 0.8798828125}, {"start": 2099.15, "end": 2099.29, "word": " the", "probability": 0.46240234375}, {"start": 2099.29, "end": 2099.45, "word": " show", "probability": 0.7265625}, {"start": 2099.45, "end": 2099.77, "word": " all,", "probability": 0.72314453125}, {"start": 2100.19, "end": 2100.33, "word": " the", "probability": 0.435302734375}, {"start": 2100.33, "end": 2100.51, "word": " show", "probability": 0.92333984375}, {"start": 2100.51, "end": 2100.63, "word": " all", "probability": 0.9541015625}, {"start": 2100.63, "end": 2100.87, "word": " keeps", "probability": 0.251220703125}, {"start": 2100.87, "end": 2101.13, "word": " running", "probability": 0.732421875}, {"start": 2101.13, "end": 2101.31, "word": " on", "probability": 0.68359375}, {"start": 2101.31, "end": 2102.33, "word": " the", "probability": 0.79931640625}, {"start": 2102.33, "end": 2102.47, "word": " main", "probability": 0.93896484375}, {"start": 2102.47, "end": 2102.77, "word": " activity", "probability": 0.93212890625}, {"start": 2102.77, "end": 2103.05, "word": " That's", "probability": 0.41876220703125}, {"start": 2103.05, "end": 2103.05, "word": " why", "probability": 0.69140625}, {"start": 2103.05, "end": 2103.11, "word": " it", "probability": 0.85400390625}, {"start": 2103.11, "end": 2103.25, "word": " stays", "probability": 0.55126953125}, {"start": 2103.25, "end": 2103.43, "word": " in", "probability": 0.84033203125}, {"start": 2103.43, "end": 2103.53, "word": " the", "probability": 0.363037109375}, {"start": 2103.53, "end": 2103.75, "word": " memory", "probability": 0.9072265625}, {"start": 2103.75, "end": 2104.39, "word": " So", "probability": 0.459716796875}, {"start": 2104.39, "end": 2104.71, "word": " when", "probability": 0.61865234375}, {"start": 2104.71, "end": 2104.79, "word": " you", "probability": 0.95751953125}, {"start": 2104.79, "end": 2105.19, "word": " define", "probability": 0.2232666015625}, {"start": 2105.19, "end": 2105.55, "word": " anything", "probability": 0.67333984375}, {"start": 2105.55, "end": 2105.77, "word": " in", "probability": 0.85888671875}, {"start": 2105.77, "end": 2105.87, "word": " the", "probability": 0.8984375}, {"start": 2105.87, "end": 2105.99, "word": " main", "probability": 0.92333984375}, {"start": 2105.99, "end": 2106.41, "word": " activity", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 87, "seek": 213698, "start": 2107.79, "end": 2136.99, "text": " Yes, it stays in memory. Ok? So I went to the main activity, even though it doesn't have a database, it only has two buttons, right or wrong. I went and made a reference called myhelperhelper. And in onCreate, I told it to create a new MyHelper. And this made it static. Why? So that in any other activity, I can reach the helper by writing mainActivity.helper. Now, in showAllActivity,", "tokens": [1079, 11, 309, 10834, 294, 4675, 13, 3477, 30, 407, 286, 1437, 281, 264, 2135, 5191, 11, 754, 1673, 309, 1177, 380, 362, 257, 8149, 11, 309, 787, 575, 732, 9905, 11, 558, 420, 2085, 13, 286, 1437, 293, 1027, 257, 6408, 1219, 452, 18063, 610, 18063, 610, 13, 400, 294, 322, 44637, 473, 11, 286, 1907, 309, 281, 1884, 257, 777, 1222, 39, 338, 610, 13, 400, 341, 1027, 309, 13437, 13, 1545, 30, 407, 300, 294, 604, 661, 5191, 11, 286, 393, 2524, 264, 36133, 538, 3579, 2135, 30338, 4253, 13, 18063, 610, 13, 823, 11, 294, 855, 7868, 30338, 4253, 11], "avg_logprob": -0.4907738072531564, "compression_ratio": 1.6058091286307055, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2107.79, "end": 2108.15, "word": " Yes,", "probability": 0.1883544921875}, {"start": 2108.25, "end": 2108.33, "word": " it", "probability": 0.50146484375}, {"start": 2108.33, "end": 2108.45, "word": " stays", "probability": 0.2222900390625}, {"start": 2108.45, "end": 2109.03, "word": " in", "probability": 0.60595703125}, {"start": 2109.03, "end": 2109.47, "word": " memory.", "probability": 0.4609375}, {"start": 2109.89, "end": 2110.29, "word": " Ok?", "probability": 0.189208984375}, {"start": 2111.23, "end": 2111.57, "word": " So", "probability": 0.7412109375}, {"start": 2111.57, "end": 2111.73, "word": " I", "probability": 0.6220703125}, {"start": 2111.73, "end": 2111.91, "word": " went", "probability": 0.6240234375}, {"start": 2111.91, "end": 2112.03, "word": " to", "probability": 0.79296875}, {"start": 2112.03, "end": 2112.13, "word": " the", "probability": 0.34228515625}, {"start": 2112.13, "end": 2112.27, "word": " main", "probability": 0.5791015625}, {"start": 2112.27, "end": 2112.73, "word": " activity,", "probability": 0.9140625}, {"start": 2112.87, "end": 2113.01, "word": " even", "probability": 0.350830078125}, {"start": 2113.01, "end": 2113.13, "word": " though", "probability": 0.576171875}, {"start": 2113.13, "end": 2113.25, "word": " it", "probability": 0.51318359375}, {"start": 2113.25, "end": 2113.35, "word": " doesn't", "probability": 0.6959228515625}, {"start": 2113.35, "end": 2113.49, "word": " have", "probability": 0.900390625}, {"start": 2113.49, "end": 2113.57, "word": " a", "probability": 0.556640625}, {"start": 2113.57, "end": 2113.97, "word": " database,", "probability": 0.73046875}, {"start": 2114.37, "end": 2114.71, "word": " it", "probability": 0.470947265625}, {"start": 2114.71, "end": 2114.95, "word": " only", "probability": 0.5830078125}, {"start": 2114.95, "end": 2114.97, "word": " has", "probability": 0.916015625}, {"start": 2114.97, "end": 2115.83, "word": " two", "probability": 0.630859375}, {"start": 2115.83, "end": 2116.51, "word": " buttons,", "probability": 0.80615234375}, {"start": 2116.63, "end": 2116.85, "word": " right", "probability": 0.474365234375}, {"start": 2116.85, "end": 2117.05, "word": " or", "probability": 0.86181640625}, {"start": 2117.05, "end": 2117.09, "word": " wrong.", "probability": 0.65185546875}, {"start": 2117.49, "end": 2117.79, "word": " I", "probability": 0.81103515625}, {"start": 2117.79, "end": 2117.83, "word": " went", "probability": 0.34814453125}, {"start": 2117.83, "end": 2117.97, "word": " and", "probability": 0.74755859375}, {"start": 2117.97, "end": 2118.21, "word": " made", "probability": 0.4345703125}, {"start": 2118.21, "end": 2118.89, "word": " a", "probability": 0.857421875}, {"start": 2118.89, "end": 2119.27, "word": " reference", "probability": 0.85791015625}, {"start": 2119.27, "end": 2119.49, "word": " called", "probability": 0.2646484375}, {"start": 2119.49, "end": 2120.27, "word": " myhelperhelper.", "probability": 0.81826171875}, {"start": 2120.39, "end": 2120.43, "word": " And", "probability": 0.77001953125}, {"start": 2120.43, "end": 2120.49, "word": " in", "probability": 0.71875}, {"start": 2120.49, "end": 2121.23, "word": " onCreate,", "probability": 0.57421875}, {"start": 2121.29, "end": 2121.31, "word": " I", "probability": 0.9765625}, {"start": 2121.31, "end": 2121.47, "word": " told", "probability": 0.5068359375}, {"start": 2121.47, "end": 2121.63, "word": " it", "probability": 0.67919921875}, {"start": 2121.63, "end": 2121.79, "word": " to", "probability": 0.84521484375}, {"start": 2121.79, "end": 2121.97, "word": " create", "probability": 0.369873046875}, {"start": 2121.97, "end": 2122.09, "word": " a", "probability": 0.939453125}, {"start": 2122.09, "end": 2122.33, "word": " new", "probability": 0.89599609375}, {"start": 2122.33, "end": 2123.35, "word": " MyHelper.", "probability": 0.8660888671875}, {"start": 2123.67, "end": 2123.91, "word": " And", "probability": 0.74072265625}, {"start": 2123.91, "end": 2124.05, "word": " this", "probability": 0.317626953125}, {"start": 2124.05, "end": 2124.27, "word": " made", "probability": 0.61181640625}, {"start": 2124.27, "end": 2124.37, "word": " it", "probability": 0.91943359375}, {"start": 2124.37, "end": 2124.77, "word": " static.", "probability": 0.9267578125}, {"start": 2125.23, "end": 2125.55, "word": " Why?", "probability": 0.86083984375}, {"start": 2126.09, "end": 2126.49, "word": " So", "probability": 0.37158203125}, {"start": 2126.49, "end": 2126.57, "word": " that", "probability": 0.7607421875}, {"start": 2126.57, "end": 2126.65, "word": " in", "probability": 0.703125}, {"start": 2126.65, "end": 2127.09, "word": " any", "probability": 0.489990234375}, {"start": 2127.09, "end": 2127.79, "word": " other", "probability": 0.75732421875}, {"start": 2127.79, "end": 2127.79, "word": " activity,", "probability": 0.96044921875}, {"start": 2127.91, "end": 2128.07, "word": " I", "probability": 0.83984375}, {"start": 2128.07, "end": 2128.15, "word": " can", "probability": 0.3994140625}, {"start": 2128.15, "end": 2128.29, "word": " reach", "probability": 0.29443359375}, {"start": 2128.29, "end": 2128.45, "word": " the", "probability": 0.75830078125}, {"start": 2128.45, "end": 2128.65, "word": " helper", "probability": 0.91015625}, {"start": 2128.65, "end": 2128.89, "word": " by", "probability": 0.365966796875}, {"start": 2128.89, "end": 2129.19, "word": " writing", "probability": 0.434326171875}, {"start": 2129.19, "end": 2130.27, "word": " mainActivity", "probability": 0.6934407552083334}, {"start": 2130.27, "end": 2132.93, "word": ".helper.", "probability": 0.8318684895833334}, {"start": 2134.31, "end": 2134.71, "word": " Now,", "probability": 0.77490234375}, {"start": 2134.85, "end": 2135.93, "word": " in", "probability": 0.5224609375}, {"start": 2135.93, "end": 2136.99, "word": " showAllActivity,", "probability": 0.77197265625}], "temperature": 1.0}, {"id": 88, "seek": 216546, "start": 2139.02, "end": 2165.46, "text": " You don't need to create a new MyHelper. Do you see it? Just type MainActivity.helper And in the AddEmployeeActivity, you don't need to create it either. Type MainActivity.helper And in the Adapter, the same thing. Don't create it. Type MainActivity.helper", "tokens": [509, 500, 380, 643, 281, 1884, 257, 777, 1222, 39, 338, 610, 13, 1144, 291, 536, 309, 30, 1449, 2010, 12383, 30338, 4253, 13, 18063, 610, 400, 294, 264, 5349, 22285, 2384, 1653, 30338, 4253, 11, 291, 500, 380, 643, 281, 1884, 309, 2139, 13, 15576, 12383, 30338, 4253, 13, 18063, 610, 400, 294, 264, 1999, 5446, 11, 264, 912, 551, 13, 1468, 380, 1884, 309, 13, 15576, 12383, 30338, 4253, 13, 18063, 610], "avg_logprob": -0.3395833349227905, "compression_ratio": 1.8098591549295775, "no_speech_prob": 0.0, "words": [{"start": 2139.02, "end": 2139.2, "word": " You", "probability": 0.342529296875}, {"start": 2139.2, "end": 2139.28, "word": " don't", "probability": 0.885009765625}, {"start": 2139.28, "end": 2139.64, "word": " need", "probability": 0.71044921875}, {"start": 2139.64, "end": 2140.02, "word": " to", "probability": 0.92626953125}, {"start": 2140.02, "end": 2140.18, "word": " create", "probability": 0.8525390625}, {"start": 2140.18, "end": 2140.28, "word": " a", "probability": 0.8662109375}, {"start": 2140.28, "end": 2140.28, "word": " new", "probability": 0.8994140625}, {"start": 2140.28, "end": 2140.68, "word": " MyHelper.", "probability": 0.8299560546875}, {"start": 2141.62, "end": 2141.74, "word": " Do", "probability": 0.24853515625}, {"start": 2141.74, "end": 2141.74, "word": " you", "probability": 0.97119140625}, {"start": 2141.74, "end": 2141.98, "word": " see", "probability": 0.9169921875}, {"start": 2141.98, "end": 2142.26, "word": " it?", "probability": 0.85986328125}, {"start": 2143.06, "end": 2143.54, "word": " Just", "probability": 0.34521484375}, {"start": 2143.54, "end": 2143.96, "word": " type", "probability": 0.61865234375}, {"start": 2143.96, "end": 2146.62, "word": " MainActivity", "probability": 0.7682291666666666}, {"start": 2146.62, "end": 2148.84, "word": ".helper", "probability": 0.8190104166666666}, {"start": 2148.84, "end": 2149.52, "word": " And", "probability": 0.396240234375}, {"start": 2149.52, "end": 2149.64, "word": " in", "probability": 0.57958984375}, {"start": 2149.64, "end": 2149.76, "word": " the", "probability": 0.54638671875}, {"start": 2149.76, "end": 2150.94, "word": " AddEmployeeActivity,", "probability": 0.7768147786458334}, {"start": 2151.2, "end": 2152.2, "word": " you", "probability": 0.74267578125}, {"start": 2152.2, "end": 2152.3, "word": " don't", "probability": 0.841796875}, {"start": 2152.3, "end": 2152.72, "word": " need", "probability": 0.822265625}, {"start": 2152.72, "end": 2152.88, "word": " to", "probability": 0.9619140625}, {"start": 2152.88, "end": 2153.06, "word": " create", "probability": 0.8349609375}, {"start": 2153.06, "end": 2153.2, "word": " it", "probability": 0.49169921875}, {"start": 2153.2, "end": 2153.34, "word": " either.", "probability": 0.53125}, {"start": 2153.68, "end": 2153.92, "word": " Type", "probability": 0.45849609375}, {"start": 2153.92, "end": 2154.78, "word": " MainActivity", "probability": 0.9568684895833334}, {"start": 2154.78, "end": 2157.72, "word": ".helper", "probability": 0.9739583333333334}, {"start": 2157.72, "end": 2159.44, "word": " And", "probability": 0.72314453125}, {"start": 2159.44, "end": 2159.52, "word": " in", "probability": 0.79296875}, {"start": 2159.52, "end": 2159.62, "word": " the", "probability": 0.83447265625}, {"start": 2159.62, "end": 2160.16, "word": " Adapter,", "probability": 0.6614990234375}, {"start": 2161.28, "end": 2161.56, "word": " the", "probability": 0.3232421875}, {"start": 2161.56, "end": 2161.7, "word": " same", "probability": 0.90380859375}, {"start": 2161.7, "end": 2162.16, "word": " thing.", "probability": 0.81396484375}, {"start": 2162.74, "end": 2162.9, "word": " Don't", "probability": 0.69091796875}, {"start": 2162.9, "end": 2163.18, "word": " create", "probability": 0.8515625}, {"start": 2163.18, "end": 2163.46, "word": " it.", "probability": 0.56494140625}, {"start": 2163.78, "end": 2163.96, "word": " Type", "probability": 0.837890625}, {"start": 2163.96, "end": 2164.74, "word": " MainActivity", "probability": 0.9720052083333334}, {"start": 2164.74, "end": 2165.46, "word": ".helper", "probability": 0.8841145833333334}], "temperature": 1.0}, {"id": 89, "seek": 219525, "start": 2171.19, "end": 2195.25, "text": " The SQLite database is where you make the shares Because this is what is preferred, after you finish the activity, you make money So you need to get it in every action, this is not costly, it does not cost you to get it But it is the MyHelper that you can do jointly Another thing also to organize our work Notice that we keep doing Select Nijma from Employee Query, right or wrong?", "tokens": [440, 19200, 642, 8149, 307, 689, 291, 652, 264, 12182, 1436, 341, 307, 437, 307, 16494, 11, 934, 291, 2413, 264, 5191, 11, 291, 652, 1460, 407, 291, 643, 281, 483, 309, 294, 633, 3069, 11, 341, 307, 406, 28328, 11, 309, 775, 406, 2063, 291, 281, 483, 309, 583, 309, 307, 264, 1222, 39, 338, 610, 300, 291, 393, 360, 46557, 3996, 551, 611, 281, 13859, 527, 589, 13428, 300, 321, 1066, 884, 13638, 426, 1718, 1696, 490, 26878, 1653, 2326, 2109, 11, 558, 420, 2085, 30], "avg_logprob": -0.5790027982733222, "compression_ratio": 1.6092436974789917, "no_speech_prob": 0.0, "words": [{"start": 2171.19, "end": 2171.37, "word": " The", "probability": 0.39208984375}, {"start": 2171.37, "end": 2171.97, "word": " SQLite", "probability": 0.7080078125}, {"start": 2171.97, "end": 2172.29, "word": " database", "probability": 0.89453125}, {"start": 2172.29, "end": 2172.55, "word": " is", "probability": 0.48779296875}, {"start": 2172.55, "end": 2172.55, "word": " where", "probability": 0.375732421875}, {"start": 2172.55, "end": 2172.61, "word": " you", "probability": 0.93212890625}, {"start": 2172.61, "end": 2172.77, "word": " make", "probability": 0.160400390625}, {"start": 2172.77, "end": 2172.89, "word": " the", "probability": 0.42626953125}, {"start": 2172.89, "end": 2173.15, "word": " shares", "probability": 0.445556640625}, {"start": 2173.15, "end": 2173.87, "word": " Because", "probability": 0.26318359375}, {"start": 2173.87, "end": 2174.07, "word": " this", "probability": 0.345947265625}, {"start": 2174.07, "end": 2174.13, "word": " is", "probability": 0.6953125}, {"start": 2174.13, "end": 2174.49, "word": " what", "probability": 0.226806640625}, {"start": 2174.49, "end": 2174.79, "word": " is", "probability": 0.1964111328125}, {"start": 2174.79, "end": 2175.09, "word": " preferred,", "probability": 0.82177734375}, {"start": 2175.23, "end": 2175.57, "word": " after", "probability": 0.377685546875}, {"start": 2175.57, "end": 2175.89, "word": " you", "probability": 0.494384765625}, {"start": 2175.89, "end": 2176.21, "word": " finish", "probability": 0.62255859375}, {"start": 2176.21, "end": 2176.39, "word": " the", "probability": 0.49462890625}, {"start": 2176.39, "end": 2176.69, "word": " activity,", "probability": 0.90966796875}, {"start": 2176.71, "end": 2176.77, "word": " you", "probability": 0.87744140625}, {"start": 2176.77, "end": 2176.93, "word": " make", "probability": 0.70947265625}, {"start": 2176.93, "end": 2177.25, "word": " money", "probability": 0.80322265625}, {"start": 2177.25, "end": 2178.19, "word": " So", "probability": 0.271240234375}, {"start": 2178.19, "end": 2178.53, "word": " you", "probability": 0.5419921875}, {"start": 2178.53, "end": 2178.91, "word": " need", "probability": 0.8623046875}, {"start": 2178.91, "end": 2178.99, "word": " to", "probability": 0.84033203125}, {"start": 2178.99, "end": 2178.99, "word": " get", "probability": 0.3671875}, {"start": 2178.99, "end": 2178.99, "word": " it", "probability": 0.215576171875}, {"start": 2178.99, "end": 2179.03, "word": " in", "probability": 0.61328125}, {"start": 2179.03, "end": 2179.23, "word": " every", "probability": 0.568359375}, {"start": 2179.23, "end": 2179.75, "word": " action,", "probability": 0.93994140625}, {"start": 2180.09, "end": 2180.37, "word": " this", "probability": 0.417724609375}, {"start": 2180.37, "end": 2180.45, "word": " is", "probability": 0.8935546875}, {"start": 2180.45, "end": 2180.77, "word": " not", "probability": 0.92822265625}, {"start": 2180.77, "end": 2181.21, "word": " costly,", "probability": 0.6357421875}, {"start": 2181.55, "end": 2181.97, "word": " it", "probability": 0.53076171875}, {"start": 2181.97, "end": 2182.05, "word": " does", "probability": 0.6806640625}, {"start": 2182.05, "end": 2182.05, "word": " not", "probability": 0.9404296875}, {"start": 2182.05, "end": 2182.31, "word": " cost", "probability": 0.85205078125}, {"start": 2182.31, "end": 2182.63, "word": " you", "probability": 0.771484375}, {"start": 2182.63, "end": 2182.71, "word": " to", "probability": 0.8984375}, {"start": 2182.71, "end": 2182.93, "word": " get", "probability": 0.79833984375}, {"start": 2182.93, "end": 2183.09, "word": " it", "probability": 0.9189453125}, {"start": 2183.09, "end": 2183.61, "word": " But", "probability": 0.6162109375}, {"start": 2183.61, "end": 2183.79, "word": " it", "probability": 0.82666015625}, {"start": 2183.79, "end": 2183.79, "word": " is", "probability": 0.8408203125}, {"start": 2183.79, "end": 2183.87, "word": " the", "probability": 0.463623046875}, {"start": 2183.87, "end": 2184.31, "word": " MyHelper", "probability": 0.61669921875}, {"start": 2184.31, "end": 2184.67, "word": " that", "probability": 0.64111328125}, {"start": 2184.67, "end": 2185.11, "word": " you", "probability": 0.94482421875}, {"start": 2185.11, "end": 2185.37, "word": " can", "probability": 0.91064453125}, {"start": 2185.37, "end": 2185.71, "word": " do", "probability": 0.494384765625}, {"start": 2185.71, "end": 2186.39, "word": " jointly", "probability": 0.285888671875}, {"start": 2186.39, "end": 2187.75, "word": " Another", "probability": 0.60986328125}, {"start": 2187.75, "end": 2188.07, "word": " thing", "probability": 0.8759765625}, {"start": 2188.07, "end": 2188.51, "word": " also", "probability": 0.2322998046875}, {"start": 2188.51, "end": 2188.79, "word": " to", "probability": 0.7177734375}, {"start": 2188.79, "end": 2189.07, "word": " organize", "probability": 0.293701171875}, {"start": 2189.07, "end": 2189.57, "word": " our", "probability": 0.859375}, {"start": 2189.57, "end": 2189.85, "word": " work", "probability": 0.82275390625}, {"start": 2189.85, "end": 2190.33, "word": " Notice", "probability": 0.63720703125}, {"start": 2190.33, "end": 2190.55, "word": " that", "probability": 0.90625}, {"start": 2190.55, "end": 2191.13, "word": " we", "probability": 0.94580078125}, {"start": 2191.13, "end": 2191.51, "word": " keep", "probability": 0.428466796875}, {"start": 2191.51, "end": 2191.97, "word": " doing", "probability": 0.53125}, {"start": 2191.97, "end": 2192.67, "word": " Select", "probability": 0.403564453125}, {"start": 2192.67, "end": 2193.01, "word": " Nijma", "probability": 0.6171875}, {"start": 2193.01, "end": 2193.21, "word": " from", "probability": 0.59619140625}, {"start": 2193.21, "end": 2193.93, "word": " Employee", "probability": 0.74560546875}, {"start": 2193.93, "end": 2194.45, "word": " Query,", "probability": 0.5931396484375}, {"start": 2194.81, "end": 2194.99, "word": " right", "probability": 0.364013671875}, {"start": 2194.99, "end": 2195.13, "word": " or", "probability": 0.8681640625}, {"start": 2195.13, "end": 2195.25, "word": " wrong?", "probability": 0.515625}], "temperature": 1.0}, {"id": 90, "seek": 222723, "start": 2198.47, "end": 2227.23, "text": " Now I can assume that I changed the name of the table. I need to know where the query is located in every place. I change it. You can also go to the helper, for example, since it is related to the database, and look up public static string table employee table. The employee table, what do you call it? Employee", "tokens": [823, 286, 393, 6552, 300, 286, 3105, 264, 1315, 295, 264, 3199, 13, 286, 643, 281, 458, 689, 264, 14581, 307, 6870, 294, 633, 1081, 13, 286, 1319, 309, 13, 509, 393, 611, 352, 281, 264, 36133, 11, 337, 1365, 11, 1670, 309, 307, 4077, 281, 264, 8149, 11, 293, 574, 493, 1908, 13437, 6798, 3199, 10738, 3199, 13, 440, 10738, 3199, 11, 437, 360, 291, 818, 309, 30, 26878, 1653], "avg_logprob": -0.584635397626294, "compression_ratio": 1.6, "no_speech_prob": 0.0, "words": [{"start": 2198.4700000000003, "end": 2198.9900000000002, "word": " Now", "probability": 0.55615234375}, {"start": 2198.9900000000002, "end": 2199.51, "word": " I", "probability": 0.52490234375}, {"start": 2199.51, "end": 2199.51, "word": " can", "probability": 0.79345703125}, {"start": 2199.51, "end": 2199.77, "word": " assume", "probability": 0.1436767578125}, {"start": 2199.77, "end": 2199.91, "word": " that", "probability": 0.72998046875}, {"start": 2199.91, "end": 2200.19, "word": " I", "probability": 0.70361328125}, {"start": 2200.19, "end": 2200.51, "word": " changed", "probability": 0.609375}, {"start": 2200.51, "end": 2200.69, "word": " the", "probability": 0.8134765625}, {"start": 2200.69, "end": 2200.81, "word": " name", "probability": 0.74658203125}, {"start": 2200.81, "end": 2200.95, "word": " of", "probability": 0.955078125}, {"start": 2200.95, "end": 2200.95, "word": " the", "probability": 0.76318359375}, {"start": 2200.95, "end": 2201.15, "word": " table.", "probability": 0.30419921875}, {"start": 2202.73, "end": 2203.25, "word": " I", "probability": 0.1627197265625}, {"start": 2203.25, "end": 2203.33, "word": " need", "probability": 0.17431640625}, {"start": 2203.33, "end": 2203.53, "word": " to", "probability": 0.82958984375}, {"start": 2203.53, "end": 2203.75, "word": " know", "probability": 0.3935546875}, {"start": 2203.75, "end": 2203.97, "word": " where", "probability": 0.6748046875}, {"start": 2203.97, "end": 2204.35, "word": " the", "probability": 0.409912109375}, {"start": 2204.35, "end": 2204.59, "word": " query", "probability": 0.904296875}, {"start": 2204.59, "end": 2204.77, "word": " is", "probability": 0.8759765625}, {"start": 2204.77, "end": 2205.17, "word": " located", "probability": 0.305908203125}, {"start": 2205.17, "end": 2205.33, "word": " in", "probability": 0.25048828125}, {"start": 2205.33, "end": 2205.53, "word": " every", "probability": 0.384765625}, {"start": 2205.53, "end": 2205.87, "word": " place.", "probability": 0.6240234375}, {"start": 2206.31, "end": 2206.61, "word": " I", "probability": 0.66650390625}, {"start": 2206.61, "end": 2206.83, "word": " change", "probability": 0.5078125}, {"start": 2206.83, "end": 2207.01, "word": " it.", "probability": 0.890625}, {"start": 2207.57, "end": 2207.99, "word": " You", "probability": 0.364013671875}, {"start": 2207.99, "end": 2208.41, "word": " can", "probability": 0.88671875}, {"start": 2208.41, "end": 2208.41, "word": " also", "probability": 0.4365234375}, {"start": 2208.41, "end": 2208.67, "word": " go", "probability": 0.74658203125}, {"start": 2208.67, "end": 2208.87, "word": " to", "probability": 0.74169921875}, {"start": 2208.87, "end": 2208.99, "word": " the", "probability": 0.258544921875}, {"start": 2208.99, "end": 2209.27, "word": " helper,", "probability": 0.9443359375}, {"start": 2209.51, "end": 2209.57, "word": " for", "probability": 0.454833984375}, {"start": 2209.57, "end": 2209.73, "word": " example,", "probability": 0.9365234375}, {"start": 2209.83, "end": 2209.99, "word": " since", "probability": 0.51171875}, {"start": 2209.99, "end": 2210.29, "word": " it", "probability": 0.8837890625}, {"start": 2210.29, "end": 2210.53, "word": " is", "probability": 0.3173828125}, {"start": 2210.53, "end": 2210.71, "word": " related", "probability": 0.83642578125}, {"start": 2210.71, "end": 2210.89, "word": " to", "probability": 0.96435546875}, {"start": 2210.89, "end": 2210.97, "word": " the", "probability": 0.759765625}, {"start": 2210.97, "end": 2211.43, "word": " database,", "probability": 0.921875}, {"start": 2212.01, "end": 2212.09, "word": " and", "probability": 0.84375}, {"start": 2212.09, "end": 2212.35, "word": " look", "probability": 0.1710205078125}, {"start": 2212.35, "end": 2212.77, "word": " up", "probability": 0.41748046875}, {"start": 2212.77, "end": 2214.13, "word": " public", "probability": 0.48876953125}, {"start": 2214.13, "end": 2215.53, "word": " static", "probability": 0.9150390625}, {"start": 2215.53, "end": 2216.87, "word": " string", "probability": 0.79052734375}, {"start": 2216.87, "end": 2218.37, "word": " table", "probability": 0.70751953125}, {"start": 2218.37, "end": 2219.17, "word": " employee", "probability": 0.75537109375}, {"start": 2219.17, "end": 2219.79, "word": " table.", "probability": 0.90283203125}, {"start": 2222.47, "end": 2222.71, "word": " The", "probability": 0.357666015625}, {"start": 2222.71, "end": 2223.13, "word": " employee", "probability": 0.6376953125}, {"start": 2223.13, "end": 2223.13, "word": " table,", "probability": 0.6591796875}, {"start": 2223.29, "end": 2223.35, "word": " what", "probability": 0.296630859375}, {"start": 2223.35, "end": 2223.35, "word": " do", "probability": 0.75244140625}, {"start": 2223.35, "end": 2223.35, "word": " you", "probability": 0.96044921875}, {"start": 2223.35, "end": 2223.57, "word": " call", "probability": 0.8759765625}, {"start": 2223.57, "end": 2223.97, "word": " it?", "probability": 0.8857421875}, {"start": 2226.71, "end": 2227.23, "word": " Employee", "probability": 0.765625}], "temperature": 1.0}, {"id": 91, "seek": 225480, "start": 2228.12, "end": 2254.8, "text": " The name of the table that I showed you in the helper above And as a static, public static, final as well So that no one can change it Employee table Now, whenever you make a query Instead of writing employee, use this variable name For example, in show all, we are selecting a star from employee Instead of writing this, remove this from and make my helper", "tokens": [440, 1315, 295, 264, 3199, 300, 286, 4712, 291, 294, 264, 36133, 3673, 400, 382, 257, 13437, 11, 1908, 13437, 11, 2572, 382, 731, 407, 300, 572, 472, 393, 1319, 309, 26878, 1653, 3199, 823, 11, 5699, 291, 652, 257, 14581, 7156, 295, 3579, 10738, 11, 764, 341, 7006, 1315, 1171, 1365, 11, 294, 855, 439, 11, 321, 366, 18182, 257, 3543, 490, 10738, 7156, 295, 3579, 341, 11, 4159, 341, 490, 293, 652, 452, 36133], "avg_logprob": -0.5397727272727273, "compression_ratio": 1.6574074074074074, "no_speech_prob": 0.0, "words": [{"start": 2228.12, "end": 2228.48, "word": " The", "probability": 0.2049560546875}, {"start": 2228.48, "end": 2228.64, "word": " name", "probability": 0.5732421875}, {"start": 2228.64, "end": 2228.76, "word": " of", "probability": 0.9560546875}, {"start": 2228.76, "end": 2228.8, "word": " the", "probability": 0.84912109375}, {"start": 2228.8, "end": 2228.96, "word": " table", "probability": 0.41650390625}, {"start": 2228.96, "end": 2229.06, "word": " that", "probability": 0.19970703125}, {"start": 2229.06, "end": 2229.06, "word": " I", "probability": 0.6015625}, {"start": 2229.06, "end": 2229.34, "word": " showed", "probability": 0.2025146484375}, {"start": 2229.34, "end": 2230.72, "word": " you", "probability": 0.6005859375}, {"start": 2230.72, "end": 2230.72, "word": " in", "probability": 0.2432861328125}, {"start": 2230.72, "end": 2231.12, "word": " the", "probability": 0.75927734375}, {"start": 2231.12, "end": 2231.36, "word": " helper", "probability": 0.2430419921875}, {"start": 2231.36, "end": 2231.64, "word": " above", "probability": 0.492919921875}, {"start": 2231.64, "end": 2231.86, "word": " And", "probability": 0.2384033203125}, {"start": 2231.86, "end": 2232.02, "word": " as", "probability": 0.56103515625}, {"start": 2232.02, "end": 2232.08, "word": " a", "probability": 0.49365234375}, {"start": 2232.08, "end": 2232.34, "word": " static,", "probability": 0.59326171875}, {"start": 2232.42, "end": 2232.64, "word": " public", "probability": 0.58154296875}, {"start": 2232.64, "end": 2233.5, "word": " static,", "probability": 0.59716796875}, {"start": 2233.66, "end": 2233.92, "word": " final", "probability": 0.403076171875}, {"start": 2233.92, "end": 2234.14, "word": " as", "probability": 0.229248046875}, {"start": 2234.14, "end": 2234.34, "word": " well", "probability": 0.94775390625}, {"start": 2234.34, "end": 2235.18, "word": " So", "probability": 0.53466796875}, {"start": 2235.18, "end": 2235.36, "word": " that", "probability": 0.72900390625}, {"start": 2235.36, "end": 2235.5, "word": " no", "probability": 0.5185546875}, {"start": 2235.5, "end": 2235.56, "word": " one", "probability": 0.90234375}, {"start": 2235.56, "end": 2235.74, "word": " can", "probability": 0.36328125}, {"start": 2235.74, "end": 2235.94, "word": " change", "probability": 0.81982421875}, {"start": 2235.94, "end": 2236.88, "word": " it", "probability": 0.79296875}, {"start": 2236.88, "end": 2237.74, "word": " Employee", "probability": 0.65380859375}, {"start": 2237.74, "end": 2237.94, "word": " table", "probability": 0.708984375}, {"start": 2237.94, "end": 2238.74, "word": " Now,", "probability": 0.3232421875}, {"start": 2238.8, "end": 2239.02, "word": " whenever", "probability": 0.50732421875}, {"start": 2239.02, "end": 2239.6, "word": " you", "probability": 0.95263671875}, {"start": 2239.6, "end": 2239.74, "word": " make", "probability": 0.253173828125}, {"start": 2239.74, "end": 2239.88, "word": " a", "probability": 0.95703125}, {"start": 2239.88, "end": 2240.18, "word": " query", "probability": 0.953125}, {"start": 2240.18, "end": 2240.94, "word": " Instead", "probability": 0.51611328125}, {"start": 2240.94, "end": 2241.08, "word": " of", "probability": 0.97509765625}, {"start": 2241.08, "end": 2241.42, "word": " writing", "probability": 0.61181640625}, {"start": 2241.42, "end": 2241.94, "word": " employee,", "probability": 0.67822265625}, {"start": 2242.08, "end": 2242.48, "word": " use", "probability": 0.8271484375}, {"start": 2242.48, "end": 2243.26, "word": " this", "probability": 0.748046875}, {"start": 2243.26, "end": 2243.64, "word": " variable", "probability": 0.62890625}, {"start": 2243.64, "end": 2243.92, "word": " name", "probability": 0.662109375}, {"start": 2243.92, "end": 2244.92, "word": " For", "probability": 0.84912109375}, {"start": 2244.92, "end": 2245.16, "word": " example,", "probability": 0.93701171875}, {"start": 2245.5, "end": 2245.56, "word": " in", "probability": 0.85791015625}, {"start": 2245.56, "end": 2245.82, "word": " show", "probability": 0.5263671875}, {"start": 2245.82, "end": 2246.08, "word": " all,", "probability": 0.8046875}, {"start": 2246.16, "end": 2246.32, "word": " we", "probability": 0.89697265625}, {"start": 2246.32, "end": 2246.38, "word": " are", "probability": 0.2181396484375}, {"start": 2246.38, "end": 2246.86, "word": " selecting", "probability": 0.49560546875}, {"start": 2246.86, "end": 2247.26, "word": " a", "probability": 0.60693359375}, {"start": 2247.26, "end": 2247.26, "word": " star", "probability": 0.81005859375}, {"start": 2247.26, "end": 2247.64, "word": " from", "probability": 0.845703125}, {"start": 2247.64, "end": 2248.92, "word": " employee", "probability": 0.78271484375}, {"start": 2248.92, "end": 2249.56, "word": " Instead", "probability": 0.7373046875}, {"start": 2249.56, "end": 2249.72, "word": " of", "probability": 0.97265625}, {"start": 2249.72, "end": 2250.0, "word": " writing", "probability": 0.89697265625}, {"start": 2250.0, "end": 2250.28, "word": " this,", "probability": 0.697265625}, {"start": 2250.42, "end": 2250.68, "word": " remove", "probability": 0.6484375}, {"start": 2250.68, "end": 2250.94, "word": " this", "probability": 0.74658203125}, {"start": 2250.94, "end": 2251.76, "word": " from", "probability": 0.372802734375}, {"start": 2251.76, "end": 2252.64, "word": " and", "probability": 0.43603515625}, {"start": 2252.64, "end": 2253.0, "word": " make", "probability": 0.55810546875}, {"start": 2253.0, "end": 2254.46, "word": " my", "probability": 0.7578125}, {"start": 2254.46, "end": 2254.8, "word": " helper", "probability": 0.8251953125}], "temperature": 1.0}, {"id": 92, "seek": 228187, "start": 2259.53, "end": 2281.87, "text": " .dbEmployeeTable You see here, when I made the text, I selected a star from a robot of mine in the value of the variable. And in every place you make a query, you put the value of the variable. On the basis of what? That if you decide in a moment not to change the name of the table, you change it where? In MyHelper only, so it changes everywhere. Actually, if you see any tutorial on a database,", "tokens": [2411, 67, 65, 22285, 2384, 1653, 51, 712, 509, 536, 510, 11, 562, 286, 1027, 264, 2487, 11, 286, 8209, 257, 3543, 490, 257, 7881, 295, 3892, 294, 264, 2158, 295, 264, 7006, 13, 400, 294, 633, 1081, 291, 652, 257, 14581, 11, 291, 829, 264, 2158, 295, 264, 7006, 13, 1282, 264, 5143, 295, 437, 30, 663, 498, 291, 4536, 294, 257, 1623, 406, 281, 1319, 264, 1315, 295, 264, 3199, 11, 291, 1319, 309, 689, 30, 682, 1222, 39, 338, 610, 787, 11, 370, 309, 2962, 5315, 13, 5135, 11, 498, 291, 536, 604, 7073, 322, 257, 8149, 11], "avg_logprob": -0.4895833312880759, "compression_ratio": 1.6793248945147679, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2259.5299999999997, "end": 2259.93, "word": " .dbEmployeeTable", "probability": 0.717529296875}, {"start": 2259.93, "end": 2260.05, "word": " You", "probability": 0.197998046875}, {"start": 2260.05, "end": 2260.27, "word": " see", "probability": 0.7412109375}, {"start": 2260.27, "end": 2260.69, "word": " here,", "probability": 0.265625}, {"start": 2260.81, "end": 2260.87, "word": " when", "probability": 0.7626953125}, {"start": 2260.87, "end": 2260.91, "word": " I", "probability": 0.58837890625}, {"start": 2260.91, "end": 2261.11, "word": " made", "probability": 0.297119140625}, {"start": 2261.11, "end": 2261.25, "word": " the", "probability": 0.5810546875}, {"start": 2261.25, "end": 2261.43, "word": " text,", "probability": 0.6005859375}, {"start": 2261.49, "end": 2261.57, "word": " I", "probability": 0.43115234375}, {"start": 2261.57, "end": 2261.73, "word": " selected", "probability": 0.62646484375}, {"start": 2261.73, "end": 2262.01, "word": " a", "probability": 0.283447265625}, {"start": 2262.01, "end": 2262.01, "word": " star", "probability": 0.76318359375}, {"start": 2262.01, "end": 2262.37, "word": " from", "probability": 0.48291015625}, {"start": 2262.37, "end": 2263.15, "word": " a", "probability": 0.1552734375}, {"start": 2263.15, "end": 2263.35, "word": " robot", "probability": 0.413330078125}, {"start": 2263.35, "end": 2263.57, "word": " of", "probability": 0.74462890625}, {"start": 2263.57, "end": 2263.81, "word": " mine", "probability": 0.63330078125}, {"start": 2263.81, "end": 2264.43, "word": " in", "probability": 0.333251953125}, {"start": 2264.43, "end": 2264.51, "word": " the", "probability": 0.61328125}, {"start": 2264.51, "end": 2264.65, "word": " value", "probability": 0.52001953125}, {"start": 2264.65, "end": 2264.79, "word": " of", "probability": 0.89892578125}, {"start": 2264.79, "end": 2264.83, "word": " the", "probability": 0.46142578125}, {"start": 2264.83, "end": 2265.17, "word": " variable.", "probability": 0.79541015625}, {"start": 2266.03, "end": 2266.43, "word": " And", "probability": 0.6103515625}, {"start": 2266.43, "end": 2266.51, "word": " in", "probability": 0.4267578125}, {"start": 2266.51, "end": 2266.75, "word": " every", "probability": 0.6416015625}, {"start": 2266.75, "end": 2266.97, "word": " place", "probability": 0.7041015625}, {"start": 2266.97, "end": 2267.15, "word": " you", "probability": 0.3876953125}, {"start": 2267.15, "end": 2267.29, "word": " make", "probability": 0.419921875}, {"start": 2267.29, "end": 2267.43, "word": " a", "probability": 0.91845703125}, {"start": 2267.43, "end": 2267.75, "word": " query,", "probability": 0.94384765625}, {"start": 2268.09, "end": 2268.15, "word": " you", "probability": 0.376708984375}, {"start": 2268.15, "end": 2268.31, "word": " put", "probability": 0.4482421875}, {"start": 2268.31, "end": 2268.45, "word": " the", "probability": 0.80859375}, {"start": 2268.45, "end": 2268.61, "word": " value", "probability": 0.93994140625}, {"start": 2268.61, "end": 2268.73, "word": " of", "probability": 0.9609375}, {"start": 2268.73, "end": 2268.93, "word": " the", "probability": 0.58203125}, {"start": 2268.93, "end": 2269.37, "word": " variable.", "probability": 0.9619140625}, {"start": 2269.87, "end": 2270.11, "word": " On", "probability": 0.411376953125}, {"start": 2270.11, "end": 2270.21, "word": " the", "probability": 0.426025390625}, {"start": 2270.21, "end": 2270.45, "word": " basis", "probability": 0.87744140625}, {"start": 2270.45, "end": 2270.53, "word": " of", "probability": 0.814453125}, {"start": 2270.53, "end": 2270.77, "word": " what?", "probability": 0.85595703125}, {"start": 2271.15, "end": 2271.41, "word": " That", "probability": 0.382568359375}, {"start": 2271.41, "end": 2272.05, "word": " if", "probability": 0.869140625}, {"start": 2272.05, "end": 2272.35, "word": " you", "probability": 0.302978515625}, {"start": 2272.35, "end": 2272.65, "word": " decide", "probability": 0.474609375}, {"start": 2272.65, "end": 2272.89, "word": " in", "probability": 0.30078125}, {"start": 2272.89, "end": 2272.95, "word": " a", "probability": 0.865234375}, {"start": 2272.95, "end": 2273.13, "word": " moment", "probability": 0.8662109375}, {"start": 2273.13, "end": 2273.33, "word": " not", "probability": 0.2998046875}, {"start": 2273.33, "end": 2273.41, "word": " to", "probability": 0.96435546875}, {"start": 2273.41, "end": 2273.59, "word": " change", "probability": 0.8955078125}, {"start": 2273.59, "end": 2273.69, "word": " the", "probability": 0.9140625}, {"start": 2273.69, "end": 2273.83, "word": " name", "probability": 0.86669921875}, {"start": 2273.83, "end": 2273.93, "word": " of", "probability": 0.96875}, {"start": 2273.93, "end": 2273.97, "word": " the", "probability": 0.9013671875}, {"start": 2273.97, "end": 2274.29, "word": " table,", "probability": 0.94091796875}, {"start": 2275.35, "end": 2275.47, "word": " you", "probability": 0.5947265625}, {"start": 2275.47, "end": 2275.87, "word": " change", "probability": 0.39599609375}, {"start": 2275.87, "end": 2276.01, "word": " it", "probability": 0.83544921875}, {"start": 2276.01, "end": 2276.15, "word": " where?", "probability": 0.279052734375}, {"start": 2276.43, "end": 2276.65, "word": " In", "probability": 0.77685546875}, {"start": 2276.65, "end": 2277.13, "word": " MyHelper", "probability": 0.76165771484375}, {"start": 2277.13, "end": 2277.41, "word": " only,", "probability": 0.80859375}, {"start": 2277.65, "end": 2277.75, "word": " so", "probability": 0.63232421875}, {"start": 2277.75, "end": 2278.27, "word": " it", "probability": 0.689453125}, {"start": 2278.27, "end": 2278.45, "word": " changes", "probability": 0.59228515625}, {"start": 2278.45, "end": 2278.85, "word": " everywhere.", "probability": 0.5146484375}, {"start": 2279.63, "end": 2280.03, "word": " Actually,", "probability": 0.2061767578125}, {"start": 2280.17, "end": 2280.25, "word": " if", "probability": 0.9189453125}, {"start": 2280.25, "end": 2280.31, "word": " you", "probability": 0.9638671875}, {"start": 2280.31, "end": 2280.47, "word": " see", "probability": 0.61669921875}, {"start": 2280.47, "end": 2280.73, "word": " any", "probability": 0.8916015625}, {"start": 2280.73, "end": 2281.17, "word": " tutorial", "probability": 0.89990234375}, {"start": 2281.17, "end": 2281.39, "word": " on", "probability": 0.88916015625}, {"start": 2281.39, "end": 2281.49, "word": " a", "probability": 0.64599609375}, {"start": 2281.49, "end": 2281.87, "word": " database,", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 93, "seek": 230203, "start": 2282.93, "end": 2302.03, "text": "You will find right away from the first example, what is your alternative? Described above, new strings or variables, and the names of the columns as well. Okay? But of course I did not start like that, because if I started like that, you will say why this is here, and why this is here, and what is there. You will get confused, there are a lot of new things together. Okay? In the end, it gave you a kind of refactoring, arranging the code.", "tokens": [3223, 486, 915, 558, 1314, 490, 264, 700, 1365, 11, 437, 307, 428, 8535, 30, 3885, 18732, 3673, 11, 777, 13985, 420, 9102, 11, 293, 264, 5288, 295, 264, 13766, 382, 731, 13, 1033, 30, 583, 295, 1164, 286, 630, 406, 722, 411, 300, 11, 570, 498, 286, 1409, 411, 300, 11, 291, 486, 584, 983, 341, 307, 510, 11, 293, 983, 341, 307, 510, 11, 293, 437, 307, 456, 13, 509, 486, 483, 9019, 11, 456, 366, 257, 688, 295, 777, 721, 1214, 13, 1033, 30, 682, 264, 917, 11, 309, 2729, 291, 257, 733, 295, 1895, 578, 3662, 11, 5539, 9741, 264, 3089, 13], "avg_logprob": -0.5122663807646136, "compression_ratio": 1.7, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2282.93, "end": 2283.09, "word": "You", "probability": 0.6552734375}, {"start": 2283.09, "end": 2283.15, "word": " will", "probability": 0.646484375}, {"start": 2283.15, "end": 2283.33, "word": " find", "probability": 0.399169921875}, {"start": 2283.33, "end": 2283.51, "word": " right", "probability": 0.10137939453125}, {"start": 2283.51, "end": 2283.83, "word": " away", "probability": 0.461181640625}, {"start": 2283.83, "end": 2283.89, "word": " from", "probability": 0.29833984375}, {"start": 2283.89, "end": 2284.21, "word": " the", "probability": 0.896484375}, {"start": 2284.21, "end": 2284.21, "word": " first", "probability": 0.489501953125}, {"start": 2284.21, "end": 2284.61, "word": " example,", "probability": 0.8017578125}, {"start": 2284.73, "end": 2284.85, "word": " what", "probability": 0.216552734375}, {"start": 2284.85, "end": 2284.87, "word": " is", "probability": 0.41357421875}, {"start": 2284.87, "end": 2285.07, "word": " your", "probability": 0.70166015625}, {"start": 2285.07, "end": 2285.07, "word": " alternative?", "probability": 0.333984375}, {"start": 2285.49, "end": 2285.77, "word": " Described", "probability": 0.3392333984375}, {"start": 2285.77, "end": 2286.29, "word": " above,", "probability": 0.81494140625}, {"start": 2286.63, "end": 2286.63, "word": " new", "probability": 0.658203125}, {"start": 2286.63, "end": 2287.59, "word": " strings", "probability": 0.837890625}, {"start": 2287.59, "end": 2288.03, "word": " or", "probability": 0.1761474609375}, {"start": 2288.03, "end": 2288.47, "word": " variables,", "probability": 0.32763671875}, {"start": 2288.71, "end": 2288.77, "word": " and", "probability": 0.5771484375}, {"start": 2288.77, "end": 2288.77, "word": " the", "probability": 0.262451171875}, {"start": 2288.77, "end": 2288.97, "word": " names", "probability": 0.81640625}, {"start": 2288.97, "end": 2289.11, "word": " of", "probability": 0.96826171875}, {"start": 2289.11, "end": 2289.15, "word": " the", "probability": 0.5068359375}, {"start": 2289.15, "end": 2289.45, "word": " columns", "probability": 0.9580078125}, {"start": 2289.45, "end": 2289.67, "word": " as", "probability": 0.37841796875}, {"start": 2289.67, "end": 2289.81, "word": " well.", "probability": 0.9462890625}, {"start": 2290.81, "end": 2291.13, "word": " Okay?", "probability": 0.310302734375}, {"start": 2291.35, "end": 2291.55, "word": " But", "probability": 0.80810546875}, {"start": 2291.55, "end": 2291.87, "word": " of", "probability": 0.58740234375}, {"start": 2291.87, "end": 2291.87, "word": " course", "probability": 0.95703125}, {"start": 2291.87, "end": 2291.97, "word": " I", "probability": 0.67578125}, {"start": 2291.97, "end": 2292.03, "word": " did", "probability": 0.6015625}, {"start": 2292.03, "end": 2292.03, "word": " not", "probability": 0.9423828125}, {"start": 2292.03, "end": 2292.23, "word": " start", "probability": 0.83349609375}, {"start": 2292.23, "end": 2292.47, "word": " like", "probability": 0.82763671875}, {"start": 2292.47, "end": 2292.71, "word": " that,", "probability": 0.6435546875}, {"start": 2292.77, "end": 2292.89, "word": " because", "probability": 0.8798828125}, {"start": 2292.89, "end": 2293.01, "word": " if", "probability": 0.94091796875}, {"start": 2293.01, "end": 2293.07, "word": " I", "probability": 0.73095703125}, {"start": 2293.07, "end": 2293.25, "word": " started", "probability": 0.62255859375}, {"start": 2293.25, "end": 2293.41, "word": " like", "probability": 0.89892578125}, {"start": 2293.41, "end": 2293.59, "word": " that,", "probability": 0.86865234375}, {"start": 2293.65, "end": 2293.75, "word": " you", "probability": 0.86669921875}, {"start": 2293.75, "end": 2293.75, "word": " will", "probability": 0.66259765625}, {"start": 2293.75, "end": 2293.87, "word": " say", "probability": 0.80615234375}, {"start": 2293.87, "end": 2294.07, "word": " why", "probability": 0.49365234375}, {"start": 2294.07, "end": 2294.29, "word": " this", "probability": 0.5986328125}, {"start": 2294.29, "end": 2294.33, "word": " is", "probability": 0.35693359375}, {"start": 2294.33, "end": 2294.51, "word": " here,", "probability": 0.83251953125}, {"start": 2294.61, "end": 2294.65, "word": " and", "probability": 0.5419921875}, {"start": 2294.65, "end": 2294.79, "word": " why", "probability": 0.7861328125}, {"start": 2294.79, "end": 2294.97, "word": " this", "probability": 0.7470703125}, {"start": 2294.97, "end": 2295.01, "word": " is", "probability": 0.85400390625}, {"start": 2295.01, "end": 2295.25, "word": " here,", "probability": 0.82421875}, {"start": 2295.63, "end": 2295.75, "word": " and", "probability": 0.76123046875}, {"start": 2295.75, "end": 2295.89, "word": " what", "probability": 0.59130859375}, {"start": 2295.89, "end": 2295.91, "word": " is", "probability": 0.69091796875}, {"start": 2295.91, "end": 2296.13, "word": " there.", "probability": 0.58251953125}, {"start": 2296.27, "end": 2296.37, "word": " You", "probability": 0.841796875}, {"start": 2296.37, "end": 2296.49, "word": " will", "probability": 0.81005859375}, {"start": 2296.49, "end": 2296.55, "word": " get", "probability": 0.471923828125}, {"start": 2296.55, "end": 2296.77, "word": " confused,", "probability": 0.78271484375}, {"start": 2296.83, "end": 2296.97, "word": " there", "probability": 0.42822265625}, {"start": 2296.97, "end": 2296.99, "word": " are", "probability": 0.59326171875}, {"start": 2296.99, "end": 2297.15, "word": " a", "probability": 0.54833984375}, {"start": 2297.15, "end": 2297.15, "word": " lot", "probability": 0.52294921875}, {"start": 2297.15, "end": 2297.23, "word": " of", "probability": 0.96630859375}, {"start": 2297.23, "end": 2297.57, "word": " new", "probability": 0.81591796875}, {"start": 2297.57, "end": 2297.61, "word": " things", "probability": 0.84375}, {"start": 2297.61, "end": 2297.99, "word": " together.", "probability": 0.60791015625}, {"start": 2298.71, "end": 2298.91, "word": " Okay?", "probability": 0.60205078125}, {"start": 2298.99, "end": 2299.13, "word": " In", "probability": 0.72265625}, {"start": 2299.13, "end": 2299.19, "word": " the", "probability": 0.92724609375}, {"start": 2299.19, "end": 2299.39, "word": " end,", "probability": 0.90771484375}, {"start": 2299.45, "end": 2299.45, "word": " it", "probability": 0.56884765625}, {"start": 2299.45, "end": 2299.61, "word": " gave", "probability": 0.67578125}, {"start": 2299.61, "end": 2299.75, "word": " you", "probability": 0.634765625}, {"start": 2299.75, "end": 2299.93, "word": " a", "probability": 0.5498046875}, {"start": 2299.93, "end": 2300.11, "word": " kind", "probability": 0.86083984375}, {"start": 2300.11, "end": 2300.27, "word": " of", "probability": 0.97265625}, {"start": 2300.27, "end": 2300.95, "word": " refactoring,", "probability": 0.9549153645833334}, {"start": 2301.35, "end": 2301.61, "word": " arranging", "probability": 0.58184814453125}, {"start": 2301.61, "end": 2301.79, "word": " the", "probability": 0.7900390625}, {"start": 2301.79, "end": 2302.03, "word": " code.", "probability": 0.94189453125}], "temperature": 1.0}, {"id": 94, "seek": 233548, "start": 2308.26, "end": 2335.48, "text": " Is it clear, guys? Of course, but there is a small point Notice that when we created the table, we put the name of the primary key, what is it? Underscore ID This is on purpose, why underscore specifically? I'm telling you, the cursor adapter, in general, in order to deal with it, it must force you to have a primary key named underscore ID Why? I don't know, that's what they want, okay? So if you put ID, it won't work with you, you will have to make a decision", "tokens": [1119, 309, 1850, 11, 1074, 30, 2720, 1164, 11, 457, 456, 307, 257, 1359, 935, 13428, 300, 562, 321, 2942, 264, 3199, 11, 321, 829, 264, 1315, 295, 264, 6194, 2141, 11, 437, 307, 309, 30, 2719, 433, 12352, 7348, 639, 307, 322, 4334, 11, 983, 37556, 4682, 30, 286, 478, 3585, 291, 11, 264, 28169, 22860, 11, 294, 2674, 11, 294, 1668, 281, 2028, 365, 309, 11, 309, 1633, 3464, 291, 281, 362, 257, 6194, 2141, 4926, 37556, 7348, 1545, 30, 286, 500, 380, 458, 11, 300, 311, 437, 436, 528, 11, 1392, 30, 407, 498, 291, 829, 7348, 11, 309, 1582, 380, 589, 365, 291, 11, 291, 486, 362, 281, 652, 257, 3537], "avg_logprob": -0.49461207513151495, "compression_ratio": 1.648936170212766, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2308.26, "end": 2308.46, "word": " Is", "probability": 0.16259765625}, {"start": 2308.46, "end": 2308.46, "word": " it", "probability": 0.720703125}, {"start": 2308.46, "end": 2308.64, "word": " clear,", "probability": 0.826171875}, {"start": 2308.9, "end": 2309.02, "word": " guys?", "probability": 0.67041015625}, {"start": 2309.2, "end": 2309.38, "word": " Of", "probability": 0.28662109375}, {"start": 2309.38, "end": 2309.48, "word": " course,", "probability": 0.94775390625}, {"start": 2309.82, "end": 2310.26, "word": " but", "probability": 0.6123046875}, {"start": 2310.26, "end": 2310.48, "word": " there", "probability": 0.30712890625}, {"start": 2310.48, "end": 2310.48, "word": " is", "probability": 0.66455078125}, {"start": 2310.48, "end": 2310.58, "word": " a", "probability": 0.69580078125}, {"start": 2310.58, "end": 2310.8, "word": " small", "probability": 0.61474609375}, {"start": 2310.8, "end": 2310.8, "word": " point", "probability": 0.5791015625}, {"start": 2310.8, "end": 2311.8, "word": " Notice", "probability": 0.301025390625}, {"start": 2311.8, "end": 2311.96, "word": " that", "probability": 0.501953125}, {"start": 2311.96, "end": 2312.02, "word": " when", "probability": 0.70751953125}, {"start": 2312.02, "end": 2312.08, "word": " we", "probability": 0.87548828125}, {"start": 2312.08, "end": 2312.3, "word": " created", "probability": 0.40478515625}, {"start": 2312.3, "end": 2312.48, "word": " the", "probability": 0.72998046875}, {"start": 2312.48, "end": 2312.74, "word": " table,", "probability": 0.253173828125}, {"start": 2313.0, "end": 2313.06, "word": " we", "probability": 0.65087890625}, {"start": 2313.06, "end": 2313.26, "word": " put", "probability": 0.4580078125}, {"start": 2313.26, "end": 2313.5, "word": " the", "probability": 0.5966796875}, {"start": 2313.5, "end": 2313.66, "word": " name", "probability": 0.8271484375}, {"start": 2313.66, "end": 2313.9, "word": " of", "probability": 0.896484375}, {"start": 2313.9, "end": 2314.06, "word": " the", "probability": 0.7861328125}, {"start": 2314.06, "end": 2314.78, "word": " primary", "probability": 0.83056640625}, {"start": 2314.78, "end": 2315.0, "word": " key,", "probability": 0.96533203125}, {"start": 2315.18, "end": 2315.24, "word": " what", "probability": 0.320068359375}, {"start": 2315.24, "end": 2315.24, "word": " is", "probability": 0.517578125}, {"start": 2315.24, "end": 2315.72, "word": " it?", "probability": 0.875}, {"start": 2315.98, "end": 2316.36, "word": " Underscore", "probability": 0.6971028645833334}, {"start": 2316.36, "end": 2316.66, "word": " ID", "probability": 0.482421875}, {"start": 2316.66, "end": 2318.66, "word": " This", "probability": 0.372314453125}, {"start": 2318.66, "end": 2318.74, "word": " is", "probability": 0.84228515625}, {"start": 2318.74, "end": 2318.8, "word": " on", "probability": 0.058013916015625}, {"start": 2318.8, "end": 2319.06, "word": " purpose,", "probability": 0.7744140625}, {"start": 2319.48, "end": 2319.68, "word": " why", "probability": 0.82861328125}, {"start": 2319.68, "end": 2320.18, "word": " underscore", "probability": 0.73681640625}, {"start": 2320.18, "end": 2320.62, "word": " specifically?", "probability": 0.310791015625}, {"start": 2320.98, "end": 2321.18, "word": " I'm", "probability": 0.294677734375}, {"start": 2321.18, "end": 2321.28, "word": " telling", "probability": 0.8154296875}, {"start": 2321.28, "end": 2321.4, "word": " you,", "probability": 0.966796875}, {"start": 2321.46, "end": 2321.52, "word": " the", "probability": 0.57763671875}, {"start": 2321.52, "end": 2321.8, "word": " cursor", "probability": 0.9140625}, {"start": 2321.8, "end": 2322.34, "word": " adapter,", "probability": 0.71533203125}, {"start": 2322.56, "end": 2322.62, "word": " in", "probability": 0.51220703125}, {"start": 2322.62, "end": 2323.04, "word": " general,", "probability": 0.86865234375}, {"start": 2323.14, "end": 2323.22, "word": " in", "probability": 0.49267578125}, {"start": 2323.22, "end": 2323.28, "word": " order", "probability": 0.9033203125}, {"start": 2323.28, "end": 2323.36, "word": " to", "probability": 0.884765625}, {"start": 2323.36, "end": 2323.62, "word": " deal", "probability": 0.646484375}, {"start": 2323.62, "end": 2323.86, "word": " with", "probability": 0.900390625}, {"start": 2323.86, "end": 2324.56, "word": " it,", "probability": 0.921875}, {"start": 2324.66, "end": 2324.9, "word": " it", "probability": 0.37646484375}, {"start": 2324.9, "end": 2325.06, "word": " must", "probability": 0.45849609375}, {"start": 2325.06, "end": 2325.6, "word": " force", "probability": 0.63330078125}, {"start": 2325.6, "end": 2325.74, "word": " you", "probability": 0.9462890625}, {"start": 2325.74, "end": 2325.82, "word": " to", "probability": 0.8330078125}, {"start": 2325.82, "end": 2326.14, "word": " have", "probability": 0.6171875}, {"start": 2326.14, "end": 2326.48, "word": " a", "probability": 0.4169921875}, {"start": 2326.48, "end": 2326.88, "word": " primary", "probability": 0.9287109375}, {"start": 2326.88, "end": 2327.34, "word": " key", "probability": 0.95263671875}, {"start": 2327.34, "end": 2328.54, "word": " named", "probability": 0.233642578125}, {"start": 2328.54, "end": 2329.24, "word": " underscore", "probability": 0.60107421875}, {"start": 2329.24, "end": 2329.62, "word": " ID", "probability": 0.91455078125}, {"start": 2329.62, "end": 2330.2, "word": " Why?", "probability": 0.70361328125}, {"start": 2330.22, "end": 2330.32, "word": " I", "probability": 0.97314453125}, {"start": 2330.32, "end": 2330.34, "word": " don't", "probability": 0.862060546875}, {"start": 2330.34, "end": 2330.54, "word": " know,", "probability": 0.892578125}, {"start": 2330.72, "end": 2330.88, "word": " that's", "probability": 0.7265625}, {"start": 2330.88, "end": 2331.0, "word": " what", "probability": 0.77099609375}, {"start": 2331.0, "end": 2331.0, "word": " they", "probability": 0.7080078125}, {"start": 2331.0, "end": 2331.28, "word": " want,", "probability": 0.83935546875}, {"start": 2331.72, "end": 2332.44, "word": " okay?", "probability": 0.50390625}, {"start": 2332.9, "end": 2333.28, "word": " So", "probability": 0.56689453125}, {"start": 2333.28, "end": 2333.4, "word": " if", "probability": 0.52880859375}, {"start": 2333.4, "end": 2333.5, "word": " you", "probability": 0.857421875}, {"start": 2333.5, "end": 2333.68, "word": " put", "probability": 0.81396484375}, {"start": 2333.68, "end": 2334.04, "word": " ID,", "probability": 0.38818359375}, {"start": 2334.06, "end": 2334.12, "word": " it", "probability": 0.8740234375}, {"start": 2334.12, "end": 2334.28, "word": " won't", "probability": 0.71484375}, {"start": 2334.28, "end": 2334.58, "word": " work", "probability": 0.93017578125}, {"start": 2334.58, "end": 2334.72, "word": " with", "probability": 0.76611328125}, {"start": 2334.72, "end": 2334.84, "word": " you,", "probability": 0.9619140625}, {"start": 2334.92, "end": 2335.0, "word": " you", "probability": 0.625}, {"start": 2335.0, "end": 2335.04, "word": " will", "probability": 0.435546875}, {"start": 2335.04, "end": 2335.18, "word": " have", "probability": 0.7783203125}, {"start": 2335.18, "end": 2335.18, "word": " to", "probability": 0.970703125}, {"start": 2335.18, "end": 2335.36, "word": " make", "probability": 0.2802734375}, {"start": 2335.36, "end": 2335.36, "word": " a", "probability": 0.92822265625}, {"start": 2335.36, "end": 2335.48, "word": " decision", "probability": 0.8525390625}], "temperature": 1.0}, {"id": 95, "seek": 234242, "start": 2336.85, "end": 2342.43, "text": "Okay, if you deal with a cursor, it's an adapter. But if you deal with a normal adapter, it's not a problem.", "tokens": [8297, 11, 498, 291, 2028, 365, 257, 28169, 11, 309, 311, 364, 22860, 13, 583, 498, 291, 2028, 365, 257, 2710, 22860, 11, 309, 311, 406, 257, 1154, 13], "avg_logprob": -0.4130208343267441, "compression_ratio": 1.2857142857142858, "no_speech_prob": 0.0, "words": [{"start": 2336.85, "end": 2337.21, "word": "Okay,", "probability": 0.365234375}, {"start": 2337.31, "end": 2337.49, "word": " if", "probability": 0.444580078125}, {"start": 2337.49, "end": 2337.65, "word": " you", "probability": 0.8984375}, {"start": 2337.65, "end": 2337.91, "word": " deal", "probability": 0.253173828125}, {"start": 2337.91, "end": 2338.27, "word": " with", "probability": 0.87841796875}, {"start": 2338.27, "end": 2338.37, "word": " a", "probability": 0.5498046875}, {"start": 2338.37, "end": 2338.65, "word": " cursor,", "probability": 0.56689453125}, {"start": 2338.91, "end": 2339.33, "word": " it's", "probability": 0.527587890625}, {"start": 2339.33, "end": 2339.45, "word": " an", "probability": 0.62060546875}, {"start": 2339.45, "end": 2339.75, "word": " adapter.", "probability": 0.76220703125}, {"start": 2339.93, "end": 2340.13, "word": " But", "probability": 0.8515625}, {"start": 2340.13, "end": 2340.23, "word": " if", "probability": 0.88232421875}, {"start": 2340.23, "end": 2340.37, "word": " you", "probability": 0.91845703125}, {"start": 2340.37, "end": 2340.49, "word": " deal", "probability": 0.79150390625}, {"start": 2340.49, "end": 2340.63, "word": " with", "probability": 0.90771484375}, {"start": 2340.63, "end": 2340.71, "word": " a", "probability": 0.83203125}, {"start": 2340.71, "end": 2340.71, "word": " normal", "probability": 0.46533203125}, {"start": 2340.71, "end": 2341.03, "word": " adapter,", "probability": 0.74267578125}, {"start": 2341.61, "end": 2342.13, "word": " it's", "probability": 0.814453125}, {"start": 2342.13, "end": 2342.17, "word": " not", "probability": 0.6513671875}, {"start": 2342.17, "end": 2342.23, "word": " a", "probability": 0.94091796875}, {"start": 2342.23, "end": 2342.43, "word": " problem.", "probability": 0.84228515625}], "temperature": 1.0}, {"id": 96, "seek": 237181, "start": 2344.21, "end": 2371.81, "text": " That's how we solved the database issue. All that's left is the update part. It's up to you. There's nothing new to be done. Unless they change the query using the update. Try to do it. I ask my employer to hire you at the factory. The next lecture is related to data preservation, which is shared preferences. We will cover it in the first lecture, God willing. Does anyone have any questions?", "tokens": [663, 311, 577, 321, 13041, 264, 8149, 2734, 13, 1057, 300, 311, 1411, 307, 264, 5623, 644, 13, 467, 311, 493, 281, 291, 13, 821, 311, 1825, 777, 281, 312, 1096, 13, 16581, 436, 1319, 264, 14581, 1228, 264, 5623, 13, 6526, 281, 360, 309, 13, 286, 1029, 452, 16205, 281, 11158, 291, 412, 264, 9265, 13, 440, 958, 7991, 307, 4077, 281, 1412, 27257, 11, 597, 307, 5507, 21910, 13, 492, 486, 2060, 309, 294, 264, 700, 7991, 11, 1265, 4950, 13, 4402, 2878, 362, 604, 1651, 30], "avg_logprob": -0.5951388796170552, "compression_ratio": 1.592741935483871, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2344.21, "end": 2344.75, "word": " That's", "probability": 0.4029541015625}, {"start": 2344.75, "end": 2344.75, "word": " how", "probability": 0.80126953125}, {"start": 2344.75, "end": 2345.15, "word": " we", "probability": 0.88330078125}, {"start": 2345.15, "end": 2345.15, "word": " solved", "probability": 0.08380126953125}, {"start": 2345.15, "end": 2345.59, "word": " the", "probability": 0.7822265625}, {"start": 2345.59, "end": 2346.53, "word": " database", "probability": 0.638671875}, {"start": 2346.53, "end": 2346.57, "word": " issue.", "probability": 0.4736328125}, {"start": 2347.13, "end": 2347.13, "word": " All", "probability": 0.1436767578125}, {"start": 2347.13, "end": 2347.13, "word": " that's", "probability": 0.567626953125}, {"start": 2347.13, "end": 2347.13, "word": " left", "probability": 0.8974609375}, {"start": 2347.13, "end": 2347.35, "word": " is", "probability": 0.77978515625}, {"start": 2347.35, "end": 2347.43, "word": " the", "probability": 0.42724609375}, {"start": 2347.43, "end": 2348.25, "word": " update", "probability": 0.69189453125}, {"start": 2348.25, "end": 2348.27, "word": " part.", "probability": 0.463623046875}, {"start": 2348.99, "end": 2349.37, "word": " It's", "probability": 0.3289794921875}, {"start": 2349.37, "end": 2349.75, "word": " up", "probability": 0.5078125}, {"start": 2349.75, "end": 2349.75, "word": " to", "probability": 0.96826171875}, {"start": 2349.75, "end": 2349.87, "word": " you.", "probability": 0.953125}, {"start": 2350.27, "end": 2350.45, "word": " There's", "probability": 0.5404052734375}, {"start": 2350.45, "end": 2350.83, "word": " nothing", "probability": 0.73046875}, {"start": 2350.83, "end": 2351.81, "word": " new", "probability": 0.80419921875}, {"start": 2351.81, "end": 2352.01, "word": " to", "probability": 0.4052734375}, {"start": 2352.01, "end": 2352.15, "word": " be", "probability": 0.2900390625}, {"start": 2352.15, "end": 2352.27, "word": " done.", "probability": 0.88818359375}, {"start": 2352.59, "end": 2353.01, "word": " Unless", "probability": 0.1949462890625}, {"start": 2353.01, "end": 2353.19, "word": " they", "probability": 0.55908203125}, {"start": 2353.19, "end": 2353.51, "word": " change", "probability": 0.134033203125}, {"start": 2353.51, "end": 2354.23, "word": " the", "probability": 0.751953125}, {"start": 2354.23, "end": 2354.71, "word": " query", "probability": 0.82568359375}, {"start": 2354.71, "end": 2356.41, "word": " using", "probability": 0.2154541015625}, {"start": 2356.41, "end": 2356.89, "word": " the", "probability": 0.72607421875}, {"start": 2356.89, "end": 2357.29, "word": " update.", "probability": 0.84912109375}, {"start": 2357.57, "end": 2358.07, "word": " Try", "probability": 0.5556640625}, {"start": 2358.07, "end": 2358.19, "word": " to", "probability": 0.2293701171875}, {"start": 2358.19, "end": 2358.33, "word": " do", "probability": 0.76708984375}, {"start": 2358.33, "end": 2358.51, "word": " it.", "probability": 0.81787109375}, {"start": 2358.57, "end": 2358.71, "word": " I", "probability": 0.875}, {"start": 2358.71, "end": 2358.97, "word": " ask", "probability": 0.381103515625}, {"start": 2358.97, "end": 2359.13, "word": " my", "probability": 0.3115234375}, {"start": 2359.13, "end": 2359.37, "word": " employer", "probability": 0.08953857421875}, {"start": 2359.37, "end": 2359.65, "word": " to", "probability": 0.9453125}, {"start": 2359.65, "end": 2360.09, "word": " hire", "probability": 0.230712890625}, {"start": 2360.09, "end": 2360.31, "word": " you", "probability": 0.5693359375}, {"start": 2360.31, "end": 2360.63, "word": " at", "probability": 0.319091796875}, {"start": 2360.63, "end": 2360.73, "word": " the", "probability": 0.732421875}, {"start": 2360.73, "end": 2360.93, "word": " factory.", "probability": 0.63134765625}, {"start": 2361.77, "end": 2362.19, "word": " The", "probability": 0.8037109375}, {"start": 2362.19, "end": 2362.75, "word": " next", "probability": 0.92626953125}, {"start": 2362.75, "end": 2362.75, "word": " lecture", "probability": 0.68017578125}, {"start": 2362.75, "end": 2362.93, "word": " is", "probability": 0.5712890625}, {"start": 2362.93, "end": 2363.69, "word": " related", "probability": 0.319091796875}, {"start": 2363.69, "end": 2363.99, "word": " to", "probability": 0.96484375}, {"start": 2363.99, "end": 2364.45, "word": " data", "probability": 0.8115234375}, {"start": 2364.45, "end": 2364.47, "word": " preservation,", "probability": 0.462646484375}, {"start": 2364.75, "end": 2364.81, "word": " which", "probability": 0.67138671875}, {"start": 2364.81, "end": 2364.91, "word": " is", "probability": 0.912109375}, {"start": 2364.91, "end": 2365.21, "word": " shared", "probability": 0.4794921875}, {"start": 2365.21, "end": 2365.89, "word": " preferences.", "probability": 0.9384765625}, {"start": 2366.71, "end": 2366.83, "word": " We", "probability": 0.8623046875}, {"start": 2366.83, "end": 2366.89, "word": " will", "probability": 0.462890625}, {"start": 2366.89, "end": 2367.11, "word": " cover", "probability": 0.88525390625}, {"start": 2367.11, "end": 2367.21, "word": " it", "probability": 0.6083984375}, {"start": 2367.21, "end": 2367.31, "word": " in", "probability": 0.83203125}, {"start": 2367.31, "end": 2367.41, "word": " the", "probability": 0.88427734375}, {"start": 2367.41, "end": 2367.55, "word": " first", "probability": 0.56689453125}, {"start": 2367.55, "end": 2369.03, "word": " lecture,", "probability": 0.8779296875}, {"start": 2369.39, "end": 2369.55, "word": " God", "probability": 0.568359375}, {"start": 2369.55, "end": 2369.63, "word": " willing.", "probability": 0.77294921875}, {"start": 2370.51, "end": 2371.05, "word": " Does", "probability": 0.630859375}, {"start": 2371.05, "end": 2371.31, "word": " anyone", "probability": 0.85693359375}, {"start": 2371.31, "end": 2371.49, "word": " have", "probability": 0.92822265625}, {"start": 2371.49, "end": 2371.63, "word": " any", "probability": 0.68701171875}, {"start": 2371.63, "end": 2371.81, "word": " questions?", "probability": 0.8125}], "temperature": 1.0}, {"id": 97, "seek": 238238, "start": 2374.28, "end": 2382.38, "text": " Even now we are dealing with one table. There can be more than one table and relationships between them. This requires additional work. But this is not my job.", "tokens": [2754, 586, 321, 366, 6260, 365, 472, 3199, 13, 821, 393, 312, 544, 813, 472, 3199, 293, 6159, 1296, 552, 13, 639, 7029, 4497, 589, 13, 583, 341, 307, 406, 452, 1691, 13], "avg_logprob": -0.5533088165171006, "compression_ratio": 1.3114754098360655, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2374.2799999999997, "end": 2374.6, "word": " Even", "probability": 0.09234619140625}, {"start": 2374.6, "end": 2374.92, "word": " now", "probability": 0.8095703125}, {"start": 2374.92, "end": 2374.98, "word": " we", "probability": 0.6640625}, {"start": 2374.98, "end": 2375.04, "word": " are", "probability": 0.377197265625}, {"start": 2375.04, "end": 2375.22, "word": " dealing", "probability": 0.7099609375}, {"start": 2375.22, "end": 2375.36, "word": " with", "probability": 0.88037109375}, {"start": 2375.36, "end": 2375.48, "word": " one", "probability": 0.351318359375}, {"start": 2375.48, "end": 2375.66, "word": " table.", "probability": 0.9248046875}, {"start": 2377.52, "end": 2377.84, "word": " There", "probability": 0.340087890625}, {"start": 2377.84, "end": 2378.06, "word": " can", "probability": 0.275146484375}, {"start": 2378.06, "end": 2378.36, "word": " be", "probability": 0.94140625}, {"start": 2378.36, "end": 2378.66, "word": " more", "probability": 0.74853515625}, {"start": 2378.66, "end": 2378.8, "word": " than", "probability": 0.8310546875}, {"start": 2378.8, "end": 2379.04, "word": " one", "probability": 0.8984375}, {"start": 2379.04, "end": 2379.2, "word": " table", "probability": 0.80810546875}, {"start": 2379.2, "end": 2379.3, "word": " and", "probability": 0.455810546875}, {"start": 2379.3, "end": 2379.92, "word": " relationships", "probability": 0.256591796875}, {"start": 2379.92, "end": 2380.64, "word": " between", "probability": 0.6142578125}, {"start": 2380.64, "end": 2380.72, "word": " them.", "probability": 0.8134765625}, {"start": 2380.78, "end": 2380.84, "word": " This", "probability": 0.475341796875}, {"start": 2380.84, "end": 2381.04, "word": " requires", "probability": 0.456787109375}, {"start": 2381.04, "end": 2381.44, "word": " additional", "probability": 0.423828125}, {"start": 2381.44, "end": 2381.58, "word": " work.", "probability": 0.8427734375}, {"start": 2381.7, "end": 2381.82, "word": " But", "probability": 0.71728515625}, {"start": 2381.82, "end": 2381.96, "word": " this", "probability": 0.7421875}, {"start": 2381.96, "end": 2382.02, "word": " is", "probability": 0.89892578125}, {"start": 2382.02, "end": 2382.14, "word": " not", "probability": 0.9326171875}, {"start": 2382.14, "end": 2382.18, "word": " my", "probability": 0.8662109375}, {"start": 2382.18, "end": 2382.38, "word": " job.", "probability": 0.52099609375}], "temperature": 1.0}, {"id": 98, "seek": 240867, "start": 2383.79, "end": 2408.67, "text": "My job is to show you how to connect with the database and how to connect with the table The complications of SQL and how to get more than one table are left for you to try That's why we have two materials, the database material that enables the SQL and relational databases and the ER diagram and how to make the database structure right And in this material, how to connect with the database", "tokens": [8506, 1691, 307, 281, 855, 291, 577, 281, 1745, 365, 264, 8149, 293, 577, 281, 1745, 365, 264, 3199, 440, 26566, 295, 19200, 293, 577, 281, 483, 544, 813, 472, 3199, 366, 1411, 337, 291, 281, 853, 663, 311, 983, 321, 362, 732, 5319, 11, 264, 8149, 2527, 300, 17077, 264, 19200, 293, 38444, 22380, 293, 264, 14929, 10686, 293, 577, 281, 652, 264, 8149, 3877, 558, 400, 294, 341, 2527, 11, 577, 281, 1745, 365, 264, 8149], "avg_logprob": -0.5146360774583454, "compression_ratio": 1.9455445544554455, "no_speech_prob": 0.0, "words": [{"start": 2383.79, "end": 2384.29, "word": "My", "probability": 0.30908203125}, {"start": 2384.29, "end": 2384.55, "word": " job", "probability": 0.71240234375}, {"start": 2384.55, "end": 2385.39, "word": " is", "probability": 0.890625}, {"start": 2385.39, "end": 2385.43, "word": " to", "probability": 0.935546875}, {"start": 2385.43, "end": 2385.69, "word": " show", "probability": 0.75146484375}, {"start": 2385.69, "end": 2385.87, "word": " you", "probability": 0.876953125}, {"start": 2385.87, "end": 2386.03, "word": " how", "probability": 0.9296875}, {"start": 2386.03, "end": 2386.17, "word": " to", "probability": 0.71240234375}, {"start": 2386.17, "end": 2386.39, "word": " connect", "probability": 0.60791015625}, {"start": 2386.39, "end": 2386.65, "word": " with", "probability": 0.59716796875}, {"start": 2386.65, "end": 2386.97, "word": " the", "probability": 0.251220703125}, {"start": 2386.97, "end": 2387.39, "word": " database", "probability": 0.88720703125}, {"start": 2387.39, "end": 2388.19, "word": " and", "probability": 0.67138671875}, {"start": 2388.19, "end": 2388.41, "word": " how", "probability": 0.346923828125}, {"start": 2388.41, "end": 2389.05, "word": " to", "probability": 0.94775390625}, {"start": 2389.05, "end": 2389.29, "word": " connect", "probability": 0.88134765625}, {"start": 2389.29, "end": 2389.47, "word": " with", "probability": 0.77099609375}, {"start": 2389.47, "end": 2389.53, "word": " the", "probability": 0.497314453125}, {"start": 2389.53, "end": 2389.75, "word": " table", "probability": 0.80810546875}, {"start": 2389.75, "end": 2389.89, "word": " The", "probability": 0.138671875}, {"start": 2389.89, "end": 2390.21, "word": " complications", "probability": 0.31884765625}, {"start": 2390.21, "end": 2390.43, "word": " of", "probability": 0.869140625}, {"start": 2390.43, "end": 2390.81, "word": " SQL", "probability": 0.93115234375}, {"start": 2390.81, "end": 2391.03, "word": " and", "probability": 0.685546875}, {"start": 2391.03, "end": 2391.41, "word": " how", "probability": 0.158935546875}, {"start": 2391.41, "end": 2391.81, "word": " to", "probability": 0.93896484375}, {"start": 2391.81, "end": 2391.99, "word": " get", "probability": 0.35400390625}, {"start": 2391.99, "end": 2392.27, "word": " more", "probability": 0.78955078125}, {"start": 2392.27, "end": 2392.43, "word": " than", "probability": 0.7177734375}, {"start": 2392.43, "end": 2392.59, "word": " one", "probability": 0.75927734375}, {"start": 2392.59, "end": 2392.91, "word": " table", "probability": 0.8916015625}, {"start": 2392.91, "end": 2393.55, "word": " are", "probability": 0.35986328125}, {"start": 2393.55, "end": 2394.03, "word": " left", "probability": 0.355712890625}, {"start": 2394.03, "end": 2394.21, "word": " for", "probability": 0.4697265625}, {"start": 2394.21, "end": 2394.29, "word": " you", "probability": 0.955078125}, {"start": 2394.29, "end": 2394.39, "word": " to", "probability": 0.96044921875}, {"start": 2394.39, "end": 2394.65, "word": " try", "probability": 0.7841796875}, {"start": 2394.65, "end": 2395.79, "word": " That's", "probability": 0.431884765625}, {"start": 2395.79, "end": 2395.89, "word": " why", "probability": 0.92724609375}, {"start": 2395.89, "end": 2396.09, "word": " we", "probability": 0.91650390625}, {"start": 2396.09, "end": 2396.29, "word": " have", "probability": 0.73974609375}, {"start": 2396.29, "end": 2396.75, "word": " two", "probability": 0.83154296875}, {"start": 2396.75, "end": 2396.75, "word": " materials,", "probability": 0.2939453125}, {"start": 2396.83, "end": 2396.89, "word": " the", "probability": 0.284912109375}, {"start": 2396.89, "end": 2397.63, "word": " database", "probability": 0.87939453125}, {"start": 2397.63, "end": 2397.63, "word": " material", "probability": 0.69580078125}, {"start": 2397.63, "end": 2398.33, "word": " that", "probability": 0.27001953125}, {"start": 2398.33, "end": 2398.79, "word": " enables", "probability": 0.51171875}, {"start": 2398.79, "end": 2399.11, "word": " the", "probability": 0.2318115234375}, {"start": 2399.11, "end": 2399.51, "word": " SQL", "probability": 0.82080078125}, {"start": 2399.51, "end": 2400.45, "word": " and", "probability": 0.336181640625}, {"start": 2400.45, "end": 2400.81, "word": " relational", "probability": 0.7900390625}, {"start": 2400.81, "end": 2401.53, "word": " databases", "probability": 0.97216796875}, {"start": 2401.53, "end": 2401.73, "word": " and", "probability": 0.57080078125}, {"start": 2401.73, "end": 2401.79, "word": " the", "probability": 0.50244140625}, {"start": 2401.79, "end": 2401.97, "word": " ER", "probability": 0.82666015625}, {"start": 2401.97, "end": 2402.43, "word": " diagram", "probability": 0.80322265625}, {"start": 2402.43, "end": 2402.63, "word": " and", "probability": 0.46923828125}, {"start": 2402.63, "end": 2402.75, "word": " how", "probability": 0.8779296875}, {"start": 2402.75, "end": 2402.85, "word": " to", "probability": 0.95849609375}, {"start": 2402.85, "end": 2402.97, "word": " make", "probability": 0.541015625}, {"start": 2402.97, "end": 2403.09, "word": " the", "probability": 0.414306640625}, {"start": 2403.09, "end": 2403.85, "word": " database", "probability": 0.53466796875}, {"start": 2403.85, "end": 2403.91, "word": " structure", "probability": 0.83740234375}, {"start": 2403.91, "end": 2404.39, "word": " right", "probability": 0.378662109375}, {"start": 2404.39, "end": 2405.69, "word": " And", "probability": 0.336669921875}, {"start": 2405.69, "end": 2405.81, "word": " in", "probability": 0.5927734375}, {"start": 2405.81, "end": 2406.31, "word": " this", "probability": 0.82861328125}, {"start": 2406.31, "end": 2406.31, "word": " material,", "probability": 0.87548828125}, {"start": 2406.61, "end": 2407.05, "word": " how", "probability": 0.397705078125}, {"start": 2407.05, "end": 2407.19, "word": " to", "probability": 0.89404296875}, {"start": 2407.19, "end": 2407.37, "word": " connect", "probability": 0.8193359375}, {"start": 2407.37, "end": 2407.65, "word": " with", "probability": 0.74169921875}, {"start": 2407.65, "end": 2408.25, "word": " the", "probability": 0.51904296875}, {"start": 2408.25, "end": 2408.67, "word": " database", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 99, "seek": 241846, "start": 2409.66, "end": 2418.46, "text": " It is clear that all the links are queries. If you understand the queries correctly, the SQL in general, you can play with it as you like. God bless you all.", "tokens": [467, 307, 1850, 300, 439, 264, 6123, 366, 24109, 13, 759, 291, 1223, 264, 24109, 8944, 11, 264, 19200, 294, 2674, 11, 291, 393, 862, 365, 309, 382, 291, 411, 13, 1265, 5227, 291, 439, 13], "avg_logprob": -0.5494087902275292, "compression_ratio": 1.3057851239669422, "no_speech_prob": 0.0, "words": [{"start": 2409.66, "end": 2409.84, "word": " It", "probability": 0.27392578125}, {"start": 2409.84, "end": 2409.92, "word": " is", "probability": 0.487548828125}, {"start": 2409.92, "end": 2410.1, "word": " clear", "probability": 0.6259765625}, {"start": 2410.1, "end": 2410.3, "word": " that", "probability": 0.890625}, {"start": 2410.3, "end": 2410.36, "word": " all", "probability": 0.2529296875}, {"start": 2410.36, "end": 2410.38, "word": " the", "probability": 0.409912109375}, {"start": 2410.38, "end": 2410.6, "word": " links", "probability": 0.263671875}, {"start": 2410.6, "end": 2411.4, "word": " are", "probability": 0.7548828125}, {"start": 2411.4, "end": 2411.86, "word": " queries.", "probability": 0.865234375}, {"start": 2412.12, "end": 2412.22, "word": " If", "probability": 0.86767578125}, {"start": 2412.22, "end": 2412.62, "word": " you", "probability": 0.92431640625}, {"start": 2412.62, "end": 2413.82, "word": " understand", "probability": 0.35400390625}, {"start": 2413.82, "end": 2413.96, "word": " the", "probability": 0.42626953125}, {"start": 2413.96, "end": 2414.26, "word": " queries", "probability": 0.203857421875}, {"start": 2414.26, "end": 2414.56, "word": " correctly,", "probability": 0.392822265625}, {"start": 2414.64, "end": 2414.68, "word": " the", "probability": 0.447265625}, {"start": 2414.68, "end": 2414.98, "word": " SQL", "probability": 0.953125}, {"start": 2414.98, "end": 2415.22, "word": " in", "probability": 0.544921875}, {"start": 2415.22, "end": 2415.72, "word": " general,", "probability": 0.873046875}, {"start": 2416.5, "end": 2416.74, "word": " you", "probability": 0.73681640625}, {"start": 2416.74, "end": 2417.06, "word": " can", "probability": 0.81982421875}, {"start": 2417.06, "end": 2417.16, "word": " play", "probability": 0.67041015625}, {"start": 2417.16, "end": 2417.24, "word": " with", "probability": 0.66162109375}, {"start": 2417.24, "end": 2417.3, "word": " it", "probability": 0.71240234375}, {"start": 2417.3, "end": 2417.38, "word": " as", "probability": 0.58740234375}, {"start": 2417.38, "end": 2417.52, "word": " you", "probability": 0.73828125}, {"start": 2417.52, "end": 2417.78, "word": " like.", "probability": 0.33154296875}, {"start": 2418.06, "end": 2418.18, "word": " God", "probability": 0.52490234375}, {"start": 2418.18, "end": 2418.32, "word": " bless", "probability": 0.8876953125}, {"start": 2418.32, "end": 2418.42, "word": " you", "probability": 0.9208984375}, {"start": 2418.42, "end": 2418.46, "word": " all.", "probability": 0.67626953125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2418.962, "duration_after_vad": 2166.0837499999934} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..60c845f16f3058d542816b181f25b941ba50dc17 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Fvtv_1xZEyY_raw.srt @@ -0,0 +1,1976 @@ +1 +00:00:20,870 --> 00:00:26,570 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية يا + +2 +00:00:26,570 --> 00:00:31,890 +جماعة أخر حاجة أخدناها اللي هو عرض العناصرداخل ال + +3 +00:00:31,890 --> 00:00:36,590 +list view من ال database تمام وحكينا المحاضرة + +4 +00:00:36,590 --> 00:00:39,090 +الماضية ان انا ممكن استخدم طريقتين عشان اعرض + +5 +00:00:39,090 --> 00:00:42,670 +البيانات داخل list view بالطريقة هذه الطريقة + +6 +00:00:42,670 --> 00:00:46,190 +الأولى هذه طبعا ال activity اللي هي الشغل activity + +7 +00:00:46,190 --> 00:00:49,250 +ان انا ممكن اعمل connection على ال database و + +8 +00:00:49,250 --> 00:00:53,100 +بعدين اعمل queryعلى أجيب كل الموظفين زي ما أنا + +9 +00:00:53,100 --> 00:00:56,660 +عامل هنا Selected from employee و بعدين ممكن أعمل + +10 +00:00:56,660 --> 00:00:59,620 +loop على ال cursor أمرع البيانات الموجودة في ال + +11 +00:00:59,620 --> 00:01:03,380 +cursor و احنا بنعرف ان كل سطر بيأشر عليه ال cursor + +12 +00:01:03,380 --> 00:01:07,660 +بيمثل بيانات موظف واحد بجمع بيانات الموظف بحطهم في + +13 +00:01:07,660 --> 00:01:10,950 +class employee و بجمعالـ objects ال employee في + +14 +00:01:10,950 --> 00:01:15,170 +array list من نوع employee و بعدين بيستخدم adapter + +15 +00:01:15,170 --> 00:01:18,590 +اللي هو extent based adapter زي ما اشتغلنا قبل هيك + +16 +00:01:18,590 --> 00:01:21,350 +على list view بتمررله بيانات او recyler view + +17 +00:01:21,350 --> 00:01:25,430 +بيعرضلك إياها في الشاشة الطريقة التانية الأسهل + +18 +00:01:25,430 --> 00:01:28,190 +بقولنا ان انت مش محتاج تعمل loop على ال cursor + +19 +00:01:28,190 --> 00:01:32,430 +احنا في الاندرويد وفرنا لك اشي جاهز اسمه cursor + +20 +00:01:32,430 --> 00:01:37,790 +adapterاللي هو بس انت بدل ما تبعتله ال realist من + +21 +00:01:37,790 --> 00:01:41,490 +objects تبعتله على طول cursor وهذا اللي احنا + +22 +00:01:41,490 --> 00:01:45,640 +عملناه المحاضرة الماضيةفي ال employee adapter + +23 +00:01:45,640 --> 00:01:49,360 +اعملنا cursor او عفوا adapter extend مش base + +24 +00:01:49,360 --> 00:01:54,640 +adapter او list adapter extend cursor adapter هلأ + +25 +00:01:54,640 --> 00:01:58,400 +طبعا بطلب في ال constructor الكيرسر بدل ما كان + +26 +00:01:58,400 --> 00:02:01,340 +ياخد array list في ال base adapter و بعدين فيه two + +27 +00:02:01,340 --> 00:02:03,920 +methods واحدة اسمها new view واحدة اسمها bind view + +28 +00:02:03,920 --> 00:02:07,200 +ال new view بس بتعمل inflate و بترجع ال view ال + +29 +00:02:07,200 --> 00:02:11,220 +bind view بتاخد two parameters أساسيين اللي هم ال + +30 +00:02:11,220 --> 00:02:16,190 +viewو ال cursor ال cursor طبعا لان اذا بتذكرين + +31 +00:02:16,190 --> 00:02:20,510 +زمان عملية ال creative view كان ياخد ال view و ال + +32 +00:02:20,510 --> 00:02:23,650 +position و من ال position تجيب ال object و تعب + +33 +00:02:23,650 --> 00:02:27,090 +بياناته اللي قال لأ ادّاك على طول cursor بقشر على + +34 +00:02:27,090 --> 00:02:30,530 +ال role ما كنتوا بتابعته يعني انت ماعليك إلا تقرأ + +35 +00:02:30,530 --> 00:02:34,800 +من ال cursorمن المكان اللي بأشهر عليه باتحركوش خد + +36 +00:02:34,800 --> 00:02:36,900 +البيانات اللي في ال cursor اللي بتقراها و خزينها + +37 +00:02:36,900 --> 00:02:40,280 +في ال view فهذا اللي عمله هنا عمل find view ب ID + +38 +00:02:40,280 --> 00:02:42,860 +عشان يجيب ال name و ال celery و ال date of birth + +39 +00:02:42,860 --> 00:02:47,220 +text views و بعدين هنا قرأ البيانات من ال cursor + +40 +00:02:47,220 --> 00:02:51,700 +قرأت ال name و ال celery و ال date of birthال name + +41 +00:02:51,700 --> 00:02:54,740 +والسنة دي بتحط على طول بس ال date of birth بده + +42 +00:02:54,740 --> 00:02:59,480 +شوية شغل انه انت ترجع من الرقم لها سنة و شهر و يوم + +43 +00:02:59,480 --> 00:03:01,720 +عشان هيك استخدمنا ال calendar زي ما شوفنا المحاضرة + +44 +00:03:01,720 --> 00:03:03,700 +الماضية و في الآخر حطينا التاريخ في ال date of + +45 +00:03:03,700 --> 00:03:06,620 +birth text field هذا ملخص الكلاب اللي أخدنا + +46 +00:03:06,620 --> 00:03:10,900 +المحاضرة الماضية الآن بدنا نكمل بعض الأمور + +47 +00:03:10,900 --> 00:03:14,980 +المتبقية في ال database في + +48 +00:03:14,980 --> 00:03:20,200 +شغل activity انا حابب انه لما اضغط على بيانات اي + +49 +00:03:20,200 --> 00:03:20,760 +موظف + +50 +00:03:24,780 --> 00:03:29,460 +بالشكل هذا يفتحلي activity جديدة يجيبلي فيها + +51 +00:03:29,460 --> 00:03:33,160 +تفاصيل بيانات طبعا هذه مهمة لان بكرا مثلا انت + +52 +00:03:33,160 --> 00:03:38,660 +بتعمل موقع اخباري تمام او مثلا موقع التسوق المفروض + +53 +00:03:38,660 --> 00:03:42,300 +تضغط على ال item يفتحلك شاشة فيها صورته تفاصيله + +54 +00:03:42,300 --> 00:03:45,830 +الكلام هذا كلهالان كيف ممكن نعمل هذه؟ اول حاجة + +55 +00:03:45,830 --> 00:03:48,910 +ممكن نعمل action على ال list view هذا متفق عليه + +56 +00:03:48,910 --> 00:03:52,070 +هاي انا روحت لل list view و قلت له sit on item + +57 +00:03:52,070 --> 00:03:55,310 +click this one و حكينا برضه لما عملنا action على + +58 +00:03:55,310 --> 00:03:58,770 +ال list view ان انت بيعطيك هو ال position اللي انت + +59 +00:03:58,770 --> 00:04:02,850 +تغطى عنده بتروح لل list view بتقوله get item at + +60 +00:04:02,850 --> 00:04:06,150 +position و بتعمله cast ل cursor خلاص هذا الان + +61 +00:04:06,150 --> 00:04:12,450 +cursor بقشر على المكان اللي انت تغطى عليهالطريقة + +62 +00:04:12,450 --> 00:04:16,050 +الأولى الآن مدام وصلت ل ال cursor تقدر تقرأ كل + +63 +00:04:16,050 --> 00:04:19,390 +البيانات الموجودة في الروح كلها تقرأها كلها احنا + +64 +00:04:19,390 --> 00:04:24,150 +ايش هدفنا ان نشغل activity جديدة هاي انا عملت + +65 +00:04:24,150 --> 00:04:28,530 +activity اسمها employee details activity حتى الان + +66 +00:04:28,530 --> 00:04:32,330 +هذه فاضية ايش فايديتها ان ابعتلها البيانات فبتعرف + +67 +00:04:32,330 --> 00:04:34,210 +احنا عشان نشغل activity بتعمل intent + +68 +00:04:48,900 --> 00:04:53,480 +الأن ممكن تقرأ من الـ cursor البيانات وتعبيهم في + +69 +00:04:53,480 --> 00:04:59,140 +الـ intent وتعمل start activity يعني بدل ما نكتبهم + +70 +00:04:59,140 --> 00:05:02,760 +هاي أنا مثلا اللي بيقرأ بيانات من ال cursor مش هذا + +71 +00:05:02,760 --> 00:05:08,480 +اللي جبته من ال adapter هاي + +72 +00:05:08,480 --> 00:05:12,340 +مثلا هنا أنا قرأت البيانات من ال cursorاللي هو + +73 +00:05:12,340 --> 00:05:14,920 +مثلا انا محتاج ال name والسلة و ال date of birth و + +74 +00:05:14,920 --> 00:05:17,860 +لو فيه تفاصيل تانية بتقرأها و بعدين بتروح ال + +75 +00:05:17,860 --> 00:05:23,960 +intent و بتضيفها فيه intent.put تمام extra بتحط + +76 +00:05:23,960 --> 00:05:27,760 +البيانات و بعدين بتقوله start activity intent لكن + +77 +00:05:27,760 --> 00:05:30,820 +هذه الطريقة لا يفضل انك تعملها ليش افرض انت + +78 +00:05:30,820 --> 00:05:36,230 +البيانات كبيرة فيه تفاصيل كتيرهل منطق ان انت تبعت + +79 +00:05:36,230 --> 00:05:38,990 +كل البيانات هذه؟ لأ الحل الصحيح في شغل ال + +80 +00:05:38,990 --> 00:05:45,180 +databases ايش تعمل؟ الان ابعت ال primary key بسليش + +81 +00:05:45,180 --> 00:05:48,680 +نبعت ال primary key؟ لأن أنا عند الخبر إنه تفاصيل + +82 +00:05:48,680 --> 00:05:52,020 +كتير و إنه ID، عارفين ال ID هذا؟ لأن ال ID معروف + +83 +00:05:52,020 --> 00:05:55,040 +إنه ما بتكررش مع به العناصر، ابعت بس ال ID لل + +84 +00:05:55,040 --> 00:05:57,340 +activity التانية، في ال activity التانية بتاعة ال + +85 +00:05:57,340 --> 00:06:00,520 +details، مدام عرف ال ID، بيقدر يرجع لل database + +86 +00:06:00,520 --> 00:06:04,020 +عشان يجيب بقية التفاصيل، فهذا هو الأسلوب الصح، حتى + +87 +00:06:04,020 --> 00:06:08,890 +في ال webبتلاقي مثلا صفحة بيبعت أخبار وكذا تضغط + +88 +00:06:08,890 --> 00:06:11,670 +بيبعت بس ال ID وفي الصفحة التانية بيجي بالتفاصيل + +89 +00:06:11,670 --> 00:06:15,150 +يعني احنا هنروح فقط اش هنعمل مش محتاجين احنا كل + +90 +00:06:15,150 --> 00:06:18,710 +البيانات اللي محتاجين ال ID فبتقولوا integer imp + +91 +00:06:18,710 --> 00:06:27,330 +ID بنجيهم ال cursor cursor.get integer cursor.get + +92 +00:06:27,330 --> 00:06:34,250 +column index اسم ال column underscoreID هذا جاب ال + +93 +00:06:34,250 --> 00:06:38,350 +ID للموظف لأن هذا الأحيان هو اللي بحطه في ال + +94 +00:06:38,350 --> 00:06:48,470 +intent باسم مثلا impid و بتحط القيمة impid و بعدين + +95 +00:06:48,470 --> 00:06:55,230 +بتقول start activity intentهك انا بعدت ال id بتاع + +96 +00:06:55,230 --> 00:06:58,990 +الموظف لمين ل ال details activity نيجي الان لل + +97 +00:06:58,990 --> 00:07:02,750 +details activity اللي هي مين اللي هتستقبل ال + +98 +00:07:02,750 --> 00:07:08,190 +intent تمام فالان عشان السرعة بس get intent + +99 +00:07:10,770 --> 00:07:15,470 +عن طريق البرنامج get-extra احنا احنا امب اي دي و + +100 +00:07:15,470 --> 00:07:21,870 +اذا مالجهوش خليه يجيب ايش ناقص واحد هاي انت امب اي + +101 +00:07:21,870 --> 00:07:27,850 +دي لان انا استقبلت ايشالـ employee id من ال + +102 +00:07:27,850 --> 00:07:33,790 +activity الان if emp id لا يساوي ناقص واحد الان + +103 +00:07:33,790 --> 00:07:37,110 +ايش بده يجب ان اعمل؟ بده اجيب باقية البيانات من ال + +104 +00:07:37,110 --> 00:07:39,950 +database مدام انا الان بده اجيب باقية البيانات من + +105 +00:07:39,950 --> 00:07:44,090 +ال database يجب لزمن مين؟ ال myhelper بالظبط ترجع + +106 +00:07:44,090 --> 00:07:46,590 +للسطر بتاع ال myhelper + +107 +00:07:58,760 --> 00:08:03,940 +وهذا SQLite database + +108 +00:08:03,940 --> 00:08:13,840 +DB get readable database والان بتقوله DB.proquery + +109 +00:08:13,840 --> 00:08:19,640 +ننفذ ال query اللي هي ايش select نجمة from + +110 +00:08:19,640 --> 00:08:23,800 +employee employee + +111 +00:08:28,370 --> 00:08:35,090 +where underscore ID يساوي علامة استفهام لأن هنا في + +112 +00:08:35,090 --> 00:08:38,850 +parameter تاني كنا نحطه null احنا المفروض هنا في + +113 +00:08:38,850 --> 00:08:44,910 +قيم علامات الاستفهام اللي هنا new string تمام؟ + +114 +00:08:44,910 --> 00:08:49,300 +وهنا بدنا نحط main ال impID طبعا مش هيرضع لإن هدى + +115 +00:08:49,300 --> 00:08:52,760 +مالها integer هون ال string يا إما بتعمل زي هيك + +116 +00:08:52,760 --> 00:08:56,720 +مافيش فيها class هدا integer تمام أو إيش بتقوله + +117 +00:08:56,720 --> 00:09:01,180 +هنا string dot value of بتعطيله ال integer هدى + +118 +00:09:01,180 --> 00:09:04,600 +method في ال Java بتعطيله integer بيحوله لإيش ل + +119 +00:09:04,600 --> 00:09:09,000 +string أو بتعمل زائد string فاضيفالان هينفذ ال + +120 +00:09:09,000 --> 00:09:11,440 +query اللى هى Selected from employee where ال + +121 +00:09:11,440 --> 00:09:14,980 +underscore ID يساوي القيمة اللى استقبلها من ال + +122 +00:09:14,980 --> 00:09:19,340 +activity هنا هذا ايش بترجع ال raw query؟ ايش + +123 +00:09:19,340 --> 00:09:24,320 +بترجع؟ cursor لأن ال cursor هذا انا مش محتاج اعمل + +124 +00:09:24,320 --> 00:09:29,040 +عليه loop ليش؟ لأن هو بأشر على أنصر واحد مافيش فيه + +125 +00:09:29,040 --> 00:09:33,520 +يعني بس احتياطابدي أقوله move to first أظن بيشتغل + +126 +00:09:33,520 --> 00:09:39,960 +من غيرها حتى تمام و بعدين خلاص بتقرأ تفاصيل ال get + +127 +00:09:39,960 --> 00:09:43,980 +string ما + +128 +00:09:43,980 --> 00:09:48,600 +هو سطر واحد اه هو سطر لأنه أنا ببحث بال primary + +129 +00:09:48,600 --> 00:09:52,860 +key صح ولا لأ جماعة مش محتاج لو عملتله مش غلط + +130 +00:09:52,860 --> 00:09:56,400 +بتقوله while cursor is not after last بس مش هاتلز + +131 +00:09:56,400 --> 00:10:04,090 +روك تمام get كوله من indexهذا ال name مثلا احنا + +132 +00:10:04,090 --> 00:10:07,550 +نجيبهم احنا كاتبينهم هدولة هاي التالتة أسطور هدول + +133 +00:10:07,550 --> 00:10:11,790 +تمام + +134 +00:10:11,790 --> 00:10:15,110 +هاي جاب البيانات كلها لإن المفروض ايش انه تعمل انت + +135 +00:10:15,110 --> 00:10:18,270 +في ال activity هذه text view و تعرض البيانات بس + +136 +00:10:18,270 --> 00:10:19,470 +للسرعة احنا اش من هنا نعمل + +137 +00:10:34,770 --> 00:10:37,730 +طيب واضح كيف انا الفكرة ان ابعت ال ID بس و جيبت + +138 +00:10:37,730 --> 00:10:39,750 +بجيهة البيانات من ال activity + +139 +00:11:28,320 --> 00:11:34,880 +لأن هي show all لأن لما تضغط على أي واحد انا عندي + +140 +00:11:34,880 --> 00:11:38,840 +زر هنا مش عامل بتاعة ال focus لحظة شوية مين + +141 +00:11:38,840 --> 00:11:40,040 +بتذكرها بتاعة ال focus + +142 +00:11:54,420 --> 00:12:01,260 +خليني أتذكرها بس كيف؟ + +143 +00:12:01,260 --> 00:12:07,940 +في ال activity الرئيسية screen ايه بتاعة screen + +144 +00:12:07,940 --> 00:12:12,620 +بلوكس focus وهذه + +145 +00:12:12,620 --> 00:12:16,340 +احتياطة نحطها بتاعة ال item كمان + +146 +00:12:23,310 --> 00:12:26,550 +هو يزير يعني، أه + +147 +00:12:49,400 --> 00:12:49,720 +العزيزة يا ربي + +148 +00:13:24,170 --> 00:13:26,830 +أتمنى أن يكون هناك عملية تجارب تجارب + +149 +00:13:30,490 --> 00:13:32,990 +مش تعرفش طبعا بلاش + +150 +00:14:04,830 --> 00:14:06,350 +لا إله إلا الله + +151 +00:14:28,170 --> 00:14:31,790 +طيب يا جماعة لحد ما يشتغل تبقوا معايا عشان نكسب + +152 +00:14:31,790 --> 00:14:37,810 +وقت في عندي انا ال activity show all احنا بنعرف ان + +153 +00:14:37,810 --> 00:14:41,670 +فيها list view صح؟ اليوم جيت نشوف كيف نعمل filter + +154 +00:14:41,670 --> 00:14:43,170 +للبيانات الموجودة + +155 +00:14:46,980 --> 00:14:50,960 +هيجيبلي ال filter هى اللى اشتغلت اللى لما اضغط على + +156 +00:14:50,960 --> 00:14:53,640 +اي انصر عمر مثلا هيفتحلي ال activity الجديدة + +157 +00:14:53,640 --> 00:14:57,420 +وهيطبعلي البيانات في ايش في toast هذو معناه انه + +158 +00:14:57,420 --> 00:15:01,500 +جاب البيانات من ال activity الجديدةطيب، حابين نعمل + +159 +00:15:01,500 --> 00:15:03,980 +في ال database .. هذا مش لازم .. مش دايما بتلزم + +160 +00:15:03,980 --> 00:15:07,140 +الحاجة اللي بتشرحها ال gate بس أحيانا أنت بلزمك + +161 +00:15:07,140 --> 00:15:09,380 +تعمل filter للبيانات اللي في ال database انت بتبقى + +162 +00:15:09,380 --> 00:15:14,700 +بتعمل بحث مثلا ممكن تحط text field .. edit text + +163 +00:15:14,700 --> 00:15:17,900 +فوق أو تحت انك تبدأ تكتب في النص وبناء على اللي + +164 +00:15:17,900 --> 00:15:22,000 +بتكتبه ب filter البيانات الموجودة في ال list view + +165 +00:15:22,000 --> 00:15:24,980 +فهدف ان نعملها الآن على ال list view اللي احنا + +166 +00:15:24,980 --> 00:15:29,050 +شغلين عليهأيش عملت عشان نكسب وقت؟ حطيت فوق ايدي ال + +167 +00:15:29,050 --> 00:15:35,130 +text فوق مين ال list view طيب عشان نعمل الشغل هذه + +168 +00:15:35,130 --> 00:15:40,970 +بترجع ل show all ال activity و بنيجي على ال + +169 +00:15:40,970 --> 00:15:46,410 +adapter احنا هنا جبنا ال adapter صح؟ لما بتيجي لل + +170 +00:15:46,410 --> 00:15:51,390 +adapter و بتقوله set filter query provider + +171 +00:15:55,410 --> 00:16:02,010 +Filter Query Provider هو اللي بيحدد كيف هيفلتر + +172 +00:16:02,010 --> 00:16:04,250 +البيانات اللي بتتعامل معها ال adapter في النهاية + +173 +00:16:04,250 --> 00:16:06,170 +هو ال adapter اللي بتتعامل مع ال cursor والبيانات + +174 +00:16:06,170 --> 00:16:10,100 +صح؟فبتقوله set filter query provider ايش بياخد هو + +175 +00:16:10,100 --> 00:16:13,600 +parameter filter query provider فبتيجي بين القصين + +176 +00:16:13,600 --> 00:16:19,240 +بتقوله ايش new filter query provider هتنفصلهم عشان + +177 +00:16:19,240 --> 00:16:25,220 +تبين طيب ال filter query provider في عنده method + +178 +00:16:25,220 --> 00:16:30,680 +اسمها run query فعليا هو ايش اللي هيسي يا جماعة ال + +179 +00:16:30,680 --> 00:16:33,260 +filter query provider بيقولك بعتلي انت البيانات + +180 +00:16:33,260 --> 00:16:37,250 +اللي بتكت filter علي أساسهااللي هي هتكون وين هذه + +181 +00:16:37,250 --> 00:16:40,230 +هي ال car sequence constraint car sequence زي ال + +182 +00:16:40,230 --> 00:16:43,150 +string هذا ال super class أصلا ال string اسمه car + +183 +00:16:43,150 --> 00:16:46,330 +sequence وهي constraint فاعتبر هذه إيش إنها string + +184 +00:16:46,330 --> 00:16:50,210 +تمام فبقولي الآن أنا هذا ال string اللي أنت بتفلتر + +185 +00:16:50,210 --> 00:16:55,170 +على أساسها تمام نفذلي اعمل عملية الفلترة هنا وإيش + +186 +00:16:55,170 --> 00:16:59,350 +بترجعلي في الآخر cursor هو ال adapter بتعامل مع + +187 +00:16:59,350 --> 00:17:04,590 +cursor أنت الآن أنا بديتك في القيبةاستخدمها من + +188 +00:17:04,590 --> 00:17:06,770 +الشكل اللي بدك إياه ونفذ الـ query اللي بدك إياه + +189 +00:17:06,770 --> 00:17:10,250 +المهم في الآخر ترجعلي cursor هذا ال cursor بياخد + +190 +00:17:10,250 --> 00:17:13,190 +ال adapter و بحدث البيانات اللي فيه بناء على ال + +191 +00:17:13,190 --> 00:17:17,010 +cursor اللي وصيه لأن مثلا أنا كتبت ال filter اللي + +192 +00:17:17,010 --> 00:17:20,330 +أنا بدي أعمله أنه بدي filter بناء على أسماء بدي + +193 +00:17:20,330 --> 00:17:25,310 +أكتب فوق مثلا أبدأ أكتب بالاسم A أو حرف الألف + +194 +00:17:25,310 --> 00:17:28,810 +يطلعلك بس الأسماء اللي بتبدأ بحرف الألففيه ناس + +195 +00:17:28,810 --> 00:17:32,070 +ممكن تفلتر ع رقم تمام تبدأ تحط رقم اتنين يجيب + +196 +00:17:32,070 --> 00:17:35,850 +تطلعله كل الأرقام اللي بتبدأ بحرف اتنين تمام انا + +197 +00:17:35,850 --> 00:17:39,570 +هنا حابب ايش انه بفترض انه هذا ال constraint هيكون + +198 +00:17:39,570 --> 00:17:44,210 +اول حرف في الاسم او جزء من الاسم بناء عليه بدي + +199 +00:17:44,210 --> 00:17:48,630 +يحدث ال cursor بناء على ال constraint يعني هيعمل + +200 +00:17:48,630 --> 00:17:54,570 +الان query جديدة هيستخدم مين ال my helper هاي ال + +201 +00:17:54,570 --> 00:18:01,470 +my helper تمام هذاالـ DB + +202 +00:18:01,470 --> 00:18:05,010 +هو + +203 +00:18:05,010 --> 00:18:10,310 +مش عن طريقه أنا بعمل query DB.RAWQuery بدنا نفّذ + +204 +00:18:10,310 --> 00:18:13,350 +query جديدة ايش الفيلتر اللي احنا حابب نعملها انه + +205 +00:18:13,350 --> 00:18:23,650 +select نجمة from employee where ال name لما بناشي + +206 +00:18:23,650 --> 00:18:29,610 +نقوله يساوي بنقوله likeعشان اقوله ان الاسم يبدأ + +207 +00:18:29,610 --> 00:18:34,510 +بحرف كذا خدتوها ال like هذه في ال .. طيب فالان + +208 +00:18:34,510 --> 00:18:44,910 +الاستفهام هتبقى نعطله قيم فبنقوله new string الان + +209 +00:18:44,910 --> 00:18:51,790 +الاسم كيف هيكون شكله انه يبدأ بإيش يبدأ بال + +210 +00:18:51,790 --> 00:18:55,670 +constraint بالمية صح يبدأ بال constraint فبتحطله + +211 +00:18:55,670 --> 00:19:01,220 +هنا ال constraintوبعدها تضع إشارة النسبة المقوية + +212 +00:19:01,220 --> 00:19:06,940 +إن الـ constraint بعدها أي حاجة مثلا نسبة المقوية + +213 +00:19:06,940 --> 00:19:12,810 +بعدها أي حاجة ممكن تشتي عمل لو حطيت زي هيكإيش + +214 +00:19:12,810 --> 00:19:16,410 +معناها؟ أي حاجة بيحتوي على ال constraint يعني أي + +215 +00:19:16,410 --> 00:19:18,710 +اسم بيحتوي على حرف ال A سواء في النص أو في الأول + +216 +00:19:18,710 --> 00:19:21,950 +أو في الآخر بتجيبه لكن إذا انت بدك تعمل فلترة بناء + +217 +00:19:21,950 --> 00:19:25,970 +على أول البداية بتقوله هتلي كل ال employees اللي + +218 +00:19:25,970 --> 00:19:30,870 +اسم تبعهم like constraint بعدين علم نسبة مقوية انه + +219 +00:19:30,870 --> 00:19:37,330 +يبدأ ب constraint هذا إيش برجع؟ + +220 +00:19:37,330 --> 00:19:42,210 +cursor cursor وانت بتعمل return لإيش؟ + +221 +00:19:50,010 --> 00:19:55,990 +أه أه صح بما هو بناء على اللي بتكتبه بحدث ال list + +222 +00:19:55,990 --> 00:19:59,570 +view لو كان عشرة لو كان عشرة ببدو بحرف ال A بيرضهم + +223 +00:19:59,570 --> 00:20:04,220 +بس اللي بيبدوش بحرف ال Aلو انت كتبت ايه يعني انا + +224 +00:20:04,220 --> 00:20:08,700 +مش هيرضلك ايه يعني بس لسه الآن احنا حددنا كيف + +225 +00:20:08,700 --> 00:20:14,460 +هيتعامل ال adapter مع ال constraint بس لسه محددناش + +226 +00:20:14,460 --> 00:20:17,260 +من وين بده ييجي ال constraint مربطناش ال adapter + +227 +00:20:17,260 --> 00:20:21,100 +في مين في ال edit text اللي عملناه فهال gate احنا + +228 +00:20:21,100 --> 00:20:26,050 +بدنا نروح لل edit textو نعمل listener ع مين على ال + +229 +00:20:26,050 --> 00:20:29,190 +edit text نقول لو انضغط اي حرف ان كتب اي حرف في ال + +230 +00:20:29,190 --> 00:20:33,410 +edit text خده و اديه لمن؟ لل adapter و ال adapter + +231 +00:20:33,410 --> 00:20:36,950 +بعتبر هو ايش؟ ال constraint و بنفذ عليه يعني هنا + +232 +00:20:36,950 --> 00:20:40,090 +احنا حددنا كيف ال adapter هيتعامل مع ال constraint + +233 +00:20:40,090 --> 00:20:43,810 +بس من وين اتي ال constraint؟ لسه تمام؟ من وين هيجي + +234 +00:20:43,810 --> 00:20:47,030 +ال constraint؟ من ال edit text فبنروح نجيب ال edit + +235 +00:20:47,030 --> 00:20:55,420 +text edit text سمنا احنا filtered find view by id + +236 +00:20:55,420 --> 00:21:01,780 +r.id.filtered هاي جيبنا ال edit text الأن بنعمل + +237 +00:21:01,780 --> 00:21:05,060 +listener على ال edit text هذي أول مرة ناخدها كيف + +238 +00:21:05,060 --> 00:21:07,480 +احنا نستمع على ال text اللي بنكتب على ال edit text + +239 +00:21:07,480 --> 00:21:11,940 +في method اسمها addTextChangedListener + +240 +00:21:11,940 --> 00:21:15,480 +هذي زي set on click listener بتسمع على ال action + +241 +00:21:15,480 --> 00:21:18,820 +على البطول هذي بتسمع على ال text اللي بتكتبه في + +242 +00:21:18,820 --> 00:21:22,400 +اللي هذي إيش بتاخد object من نوعtext watcher + +243 +00:21:22,400 --> 00:21:29,140 +فبتعملها و بتقوله new text watcher لأن هنا مش زي + +244 +00:21:29,140 --> 00:21:32,280 +الزر ال baton ال baton كان يجيبلك method واحدة هنا + +245 +00:21:32,280 --> 00:21:35,940 +كام method تلاتة لأ حاجات للفلسف يعني يعني إيش بدك + +246 +00:21:35,940 --> 00:21:38,900 +تعمل قبل ما يضغط على الحرف إيش بدك تعمل أثناء ما + +247 +00:21:38,900 --> 00:21:42,380 +بتضغط إيش بدك تعمل بعد إيش ما يضغط احنا مش شرط + +248 +00:21:42,380 --> 00:21:45,400 +نستخدمهم كلهم اه زي سيك ببنرج نستخدم واحدة اللي هي + +249 +00:21:45,400 --> 00:21:52,160 +إيش after text change بعد ما يضغطالـ Text المكتوب + +250 +00:21:52,160 --> 00:21:57,040 +الآن في الـ TextView هيجيب لك هي في editable S هذه + +251 +00:21:57,040 --> 00:21:59,720 +برضه ال editable S هذه بتشير لمين لTextView النص + +252 +00:21:59,720 --> 00:22:04,060 +الموجود جوا فانا هذا هو هيكون يعني هاي ال + +253 +00:22:04,060 --> 00:22:10,510 +constraint هاي ال string constraintهو ال S.to + +254 +00:22:10,510 --> 00:22:14,810 +string يعني هذا اللي بده filter على إيش على أساسه + +255 +00:22:14,810 --> 00:22:19,470 +هاي تمام هذا هنبعته لمن هال gate لل adapter روح لل + +256 +00:22:19,470 --> 00:22:25,710 +adapter تبعكتمام؟ وقوله getfilter.filter وابعتله + +257 +00:22:25,710 --> 00:22:30,510 +ايش ال constraint يعني هنا انا عملت listener على + +258 +00:22:30,510 --> 00:22:34,950 +ال edit text بحيث انه لما يتغير محتوى ياخد محتوى + +259 +00:22:34,950 --> 00:22:39,870 +ويبعته لل adapter يقوله getfilter.filter طب كيف هي + +260 +00:22:39,870 --> 00:22:44,830 +filter ال adapter؟ هيشتغل بناء على ال filter query + +261 +00:22:44,830 --> 00:22:47,670 +provider اللي انت حددته فوق يعني هياخد ال + +262 +00:22:47,670 --> 00:22:51,100 +constraint ايش هيعمل؟ هينفذ ال .. ال .. ال ..الـ + +263 +00:22:51,100 --> 00:22:54,140 +Query هذه واضحة يا جماعة؟ يعني انت لازم تعمل + +264 +00:22:54,140 --> 00:22:58,340 +حاجتين عشان ت filter بدك تربط ال .. ال .. ال adapt + +265 +00:22:58,340 --> 00:23:02,380 +.. ال .. ال edit text او ال input اللي بدك ت + +266 +00:23:02,380 --> 00:23:06,650 +filter بناء عليه تمام مع ال adapterتمام؟ هنا أنا + +267 +00:23:06,650 --> 00:23:08,890 +ربطت الـ Edit Text مع الـ Adapter بحيث إنه لو + +268 +00:23:08,890 --> 00:23:11,810 +اتغير النص الـ Edit Text بروح بيعطيله الـ Adapter + +269 +00:23:11,810 --> 00:23:14,950 +الحاجة التانية، بدك تحدد بالـ Adapter إيش بده يعمل + +270 +00:23:14,950 --> 00:23:18,130 +في البيانات اللي جاية عن طريق إنك اضيف للـ Adapter + +271 +00:23:18,130 --> 00:23:25,090 +Add Filter Query Provider دكتور، حجزت الحالة هذه + +272 +00:23:25,090 --> 00:23:28,170 +بس يمكنك على ما يكون عند الـ Adapter تستند من ال + +273 +00:23:28,170 --> 00:23:31,930 +.. من ال cursor يعني لو بده أعمل أنا الـ Adapter + +274 +00:23:31,930 --> 00:23:33,570 +العادي اللي بنستعمله + +275 +00:23:37,690 --> 00:23:46,620 +هيظبط برضه يعني بدك أنك تكتبأه هذيك بدك تعمل .. لأ + +276 +00:23:46,620 --> 00:23:50,680 +شغل جوه ال .. بخدف شوية هذيك بده شغل اه انك تلف + +277 +00:23:50,680 --> 00:23:55,840 +على ال list تمام؟ و تشوف ايش اللي بوافقه نسيت هال + +278 +00:23:55,840 --> 00:23:58,840 +gate انا عملتها زمان بس تنعمل يعني اتفقدت هناك + +279 +00:23:58,840 --> 00:24:01,240 +عشان تكون الفلكتره من نفس البيانات اللي وصلت و ما + +280 +00:24:01,240 --> 00:24:04,240 +بيرجعش على data base اه هال بيرجعش هذيك شغل مختلف + +281 +00:24:04,240 --> 00:24:08,050 +بيكونطب لو قد بتعمل بتفلتر على شغل تانى، يعني مثلا + +282 +00:24:08,050 --> 00:24:10,970 +بتقوله جيب ليه اسمها بتكتب و ال gene ده عارف تبقى + +283 +00:24:10,970 --> 00:24:14,590 +مثلا من ال advance زي تبقى جوجل، هنستعمل التاني، + +284 +00:24:14,590 --> 00:24:16,750 +هد مش هتفت صح؟ لإن هو هنا بياخد filter .. كيف؟ بده + +285 +00:24:16,750 --> 00:24:18,990 +تتفلتر أكتر من ال filter؟ طب أعمل هيك مثلا + +286 +00:24:18,990 --> 00:24:22,650 +تلاقيته، بتقوله مثلا اتحتلك الدكور اللي .. او اللي + +287 +00:24:22,650 --> 00:24:26,280 +مثلا ال active مثلا لو عنده موظفولا حاجة هذا ايش + +288 +00:24:26,280 --> 00:24:30,100 +بتعمل انت مثلا مثلا عندك edit text و drop box و + +289 +00:24:30,100 --> 00:24:34,920 +drop تمام تختار العناصر مثلا بدك male او female و + +290 +00:24:34,920 --> 00:24:37,380 +تقوله ببدأ بحرف ال a و بعدين تضغط اكيد اللي بديه + +291 +00:24:37,380 --> 00:24:40,900 +يكون عندك زر تقوله go او start لما يضغط على start + +292 +00:24:40,900 --> 00:24:43,820 +بده يجيب البيانات اللي هنا و يجيب البيانات اللي + +293 +00:24:43,820 --> 00:24:49,420 +هنا و يبعتها بنفس الطريقة هذهأه هو يبعتها في ال + +294 +00:24:49,420 --> 00:24:53,280 +constraint بس كلهم مع بعض هتتبعتهم كإيش؟ اه انت + +295 +00:24:53,280 --> 00:24:56,640 +هنا في الشغل هنا بدك تفصلهم تحط مثلا بينهم إشارة + +296 +00:24:56,640 --> 00:25:00,360 +مميزة زي سلم بعدين بتجيب ال split بيجيب هذه الحال + +297 +00:25:00,360 --> 00:25:04,200 +و هذه الحال و بتعمل query بناء على اتنين فهمت كيف؟ + +298 +00:25:14,410 --> 00:25:18,790 +طيب هاي مثلا هنا كتبت بحرف ال A شايفين عرضلي بس + +299 +00:25:18,790 --> 00:25:23,490 +اللي موجود بحرف ال A حرف ال R هاي عرضلي رعمي حرف + +300 +00:25:23,490 --> 00:25:27,990 +ال O هاي جابلي عمرو اي حرف تاني مش موجود ماشي فيش + +301 +00:25:27,990 --> 00:25:32,150 +شي فيش بيانة ماشي يا جماعة يبقى هيك ال filter شكل + +302 +00:25:32,150 --> 00:25:37,090 +بقى في جزئية ال delete احنا شفنا كيف نضيف و كيف + +303 +00:25:37,090 --> 00:25:42,310 +نعرض و الآن كيف نحكي ال delete يا جماعة روحت انا + +304 +00:25:42,310 --> 00:25:43,410 +لل employee + +305 +00:25:47,340 --> 00:25:55,780 +item وضفت زر button لت delete في كل item ماشي + +306 +00:25:55,780 --> 00:25:59,980 +يا جماعة هذا زر .. زر لت delete الآن بدنا .. بدنا + +307 +00:25:59,980 --> 00:26:04,880 +نحذف طيب الحذف ال action بتاع الحذف وين المفروض + +308 +00:26:04,880 --> 00:26:10,200 +أعمله جوا ال adapter لأنه مر علينا قبل الكلام هذا + +309 +00:26:10,200 --> 00:26:15,250 +تمام؟ لأن هي ال bind viewكل ما تجي تعب العنصر بدك + +310 +00:26:15,250 --> 00:26:20,090 +تروح تعمل action على ال delete لأن هنا جاب ال name + +311 +00:26:20,090 --> 00:26:22,750 +TV و ال salary و ال date of birth و عبّاهم كلهم + +312 +00:26:22,750 --> 00:26:26,070 +هنا خلص التعبير اللي انضايل علينا مين ال button ال + +313 +00:26:26,070 --> 00:26:31,510 +delete الموجود جديد هاي button delete button بتروح + +314 +00:26:31,510 --> 00:26:37,530 +لل view و بتقوله find view by id r.id.delete + +315 +00:26:37,530 --> 00:26:41,470 +button هاي جاب ال delete buttonبعدين ال delete + +316 +00:26:41,470 --> 00:26:47,010 +button بتقول ال set on click listener and new on + +317 +00:26:47,010 --> 00:26:52,830 +click listener المفروض الآن لما أضغط على ال button + +318 +00:26:52,830 --> 00:27:00,370 +هذا يحذف ال raw كله من ال database ويحدث ال list + +319 +00:27:00,370 --> 00:27:06,430 +تمام؟طيب عشان نحذف احنا بالزمن ال ID ال primary + +320 +00:27:06,430 --> 00:27:10,230 +key انت مش هت .. في أمر حدث في ال SQL هو delete + +321 +00:27:10,230 --> 00:27:13,710 +from table بس delete from table هيك لحالها بتحذفلك + +322 +00:27:13,710 --> 00:27:18,010 +ايش كل حاجة خطيرة هذه فبنقوله delete from table + +323 +00:27:18,010 --> 00:27:23,030 +where ال ID يساوي كده تمام؟ احنا لازم نجيب ال ID + +324 +00:27:23,030 --> 00:27:25,570 +قبل ما اعمل action على البطولة مش انا في عندي + +325 +00:27:25,570 --> 00:27:30,630 +cursor هنافي الـ bind view هذا ال cursor بقشر على + +326 +00:27:30,630 --> 00:27:35,750 +السطر اللي انا بده احذفه فعليا جيب ال ID منه احنا + +327 +00:27:35,750 --> 00:27:37,610 +هنا جيبنا ال name و ال salary و ال date of birth + +328 +00:27:37,610 --> 00:27:44,250 +بدنا مين ال ID روح ل cursor و قوله get integer + +329 +00:27:44,250 --> 00:27:51,650 +cursor dot get colon index اللي هو underscore ID + +330 +00:27:51,650 --> 00:27:56,150 +هيك جاب ال ID لأن احنا بدنا نحذف السطر اللي موجود + +331 +00:27:56,150 --> 00:28:03,490 +عند ال ID هذاتمام فروحت على ال button الآن و بده + +332 +00:28:03,490 --> 00:28:07,410 +ال DB يبقى بده connection على إيش؟ على ال database + +333 +00:28:07,410 --> 00:28:11,090 +يبقى بده مين؟ ال MyHelper بدنا نروح نجيب ال + +334 +00:28:11,090 --> 00:28:15,270 +MyHelper من أي مكان موجود، هاي ال MyHelper و معاه + +335 +00:28:15,270 --> 00:28:19,750 +مين؟ ال DB بس بده يقولوا الآن get writable مش إيش + +336 +00:28:19,750 --> 00:28:24,210 +مش readable لأنه حدث فروحت الآن على ال adapter في + +337 +00:28:24,210 --> 00:28:26,670 +ال button الآن بالزمن connection على ال database + +338 +00:28:27,610 --> 00:28:32,550 +هنا بكتب context فلازم أجيب ال my helper وهي جيبنا + +339 +00:28:32,550 --> 00:28:36,610 +ال DB بس بيقولوا إيش get writable لأن ال delete + +340 +00:28:36,610 --> 00:28:40,830 +عبارة عن تغيير زي كأنها عملية write get writable + +341 +00:28:40,830 --> 00:28:45,950 +database و بقولوا الآن DB.execute أو في method + +342 +00:28:45,950 --> 00:28:51,510 +جاهزة اسمها delete تمام ال delete هذه بتاخد تلت + +343 +00:28:51,510 --> 00:28:55,930 +حاجات اسم ال table و ال whereوالقيم بتاعة علامة + +344 +00:28:55,930 --> 00:29:00,370 +الاستفهام يبتستخدم ال delete هذه يبتستخدم ال + +345 +00:29:00,370 --> 00:29:03,890 +execute SQL هذه او هذه بس هذه ال delete مالها + +346 +00:29:03,890 --> 00:29:10,080 +مفصلك البيانات وبعدين برجّعلك integerببينك رقم ال + +347 +00:29:10,080 --> 00:29:14,680 +role الحذف يعني هذا مفيد اكتر انها مش void بترجحلك + +348 +00:29:14,680 --> 00:29:18,360 +قيمة بيبينك ان الحذف او لا لو ما حذفش برجحلك ناقص + +349 +00:29:18,360 --> 00:29:21,300 +واحد فبتعرف ان تمت عملية الحذف او لا المهم خلينا + +350 +00:29:21,300 --> 00:29:24,660 +نستخدم delete بده اسم ال table اللي هو employee + +351 +00:29:25,760 --> 00:29:29,000 +وبدّو الان ال where الشرط ال where من غير ما نكتب + +352 +00:29:29,000 --> 00:29:32,040 +طبعا كلمة where لإن هو هنا مجزقلك ال query اللي هو + +353 +00:29:32,040 --> 00:29:35,880 +إيش ال underscore ID يساوي علامة استفهام دلوقت قيم + +354 +00:29:35,880 --> 00:29:43,320 +علامة الاستفهام new string و بتعطيله مين string + +355 +00:29:43,320 --> 00:29:50,860 +dot value of ال imp ID هذا + +356 +00:29:50,860 --> 00:29:53,580 +بس بده تكون هنا final + +357 +00:29:59,630 --> 00:30:02,410 +يعني الآن أول ما يضغط على الـ button عمل + +358 +00:30:02,410 --> 00:30:06,810 +connection على ال database عمل delete احذف من ال + +359 +00:30:06,810 --> 00:30:13,950 +database فقط لما يكون ال ID يساوي ال imp ID طيب + +360 +00:30:13,950 --> 00:30:18,750 +لسه ماخلصش، تمام؟ + +361 +00:30:18,750 --> 00:30:21,090 +الآن مانفعش أقوله برضه notify data set changed + +362 +00:30:21,090 --> 00:30:25,730 +لازم قبل ما نعمل notify البيانات المعروضة اتغيرت + +363 +00:30:26,610 --> 00:30:30,890 +الان ال delete بتغير في ال database لكن المعروض في + +364 +00:30:30,890 --> 00:30:34,350 +list view ماله لسه فشوف ايش بدي اعمل بدي اروح لل + +365 +00:30:34,350 --> 00:30:43,150 +DB تاني و اقول له raw query select نجمة from + +366 +00:30:43,150 --> 00:30:47,250 +employee بدي + +367 +00:30:47,250 --> 00:30:50,250 +اجيب البيانات كلها من أول و جديد و هذا ايش برجع + +368 +00:30:50,250 --> 00:30:53,310 +ليه cursor cursor + +369 +00:30:55,660 --> 00:30:59,720 +خلّيه هنا نقوله new cursor هيك احنا جيبنا البيانات + +370 +00:30:59,720 --> 00:31:08,180 +الجديدة وبعدين بنفّذ method اسمها swap cursor ايش + +371 +00:31:08,180 --> 00:31:12,480 +هي كلمة swap swap تبديل هذه method موجودة في ال + +372 +00:31:12,480 --> 00:31:15,280 +adapter نفسه بدليل ان استدعاها بدون ما يكتب اي + +373 +00:31:15,280 --> 00:31:18,520 +حاجة قبلها inherited من وين؟ من ال super class + +374 +00:31:18,520 --> 00:31:21,860 +كأني بقول لل adapter يا adapter سيب ال cursor اللي + +375 +00:31:21,860 --> 00:31:25,320 +انت بتستخدمه عشان تعرض البيانات وخد cursor جديد + +376 +00:31:27,550 --> 00:31:30,170 +فهمتوا عليه ولا لأ يا جماعة؟ وبعدين بقوله في الآخر + +377 +00:31:30,170 --> 00:31:34,810 +notify dataset channel تشوف ال delete كيف؟ أول + +378 +00:31:34,810 --> 00:31:37,310 +حاجة في ال delete بلزمك تعمل connection على ال + +379 +00:31:37,310 --> 00:31:40,470 +database عشان تعمل حاجتين عشان تروح تعمل delete + +380 +00:31:40,470 --> 00:31:45,130 +للسطر هيك أنت حذفته من ال database وبعدين تجيب + +381 +00:31:45,130 --> 00:31:48,720 +البيانات بعد الحذف البيانات الجديدةإنك تعمل query + +382 +00:31:48,720 --> 00:31:52,060 +من أول و جديد على كل البيانات و جبت ال cursor و + +383 +00:31:52,060 --> 00:31:54,740 +بعدين تروح لل adapter تقوله سيب الكيرسر الجديد و + +384 +00:31:54,740 --> 00:31:57,640 +خد الكيرسر الجديد عشان يحدد البيانات و بعدين تقوله + +385 +00:31:57,640 --> 00:32:00,880 +notify dataset changed و بعدين بتشغل + +386 +00:32:27,880 --> 00:32:33,380 +الآن غطينا في مثال ال database هذا الإضافة والعرض + +387 +00:32:33,380 --> 00:32:37,920 +والحذف والفلتر ده العملية المهمة في ال database + +388 +00:32:37,920 --> 00:32:41,680 +اللي هي ال edit هذه متروكة لكوا مافيش فيها إش جديد + +389 +00:32:41,680 --> 00:32:45,260 +تمام بس بدك تشغل مخك على أساس كل اللي أخدناه + +390 +00:32:45,260 --> 00:32:51,660 +اتواقموا مع مين مع التعديل احنا + +391 +00:32:51,660 --> 00:32:53,760 +إيش بنجرب show all + +392 +00:32:57,650 --> 00:33:00,930 +اللي هو مثلا ده delete عليه هيضغط عليه عشان يعمل + +393 +00:33:00,930 --> 00:33:07,570 +حذفه تمام عمر هيحذفه من الجدول واضحة هذه الفكرة يا + +394 +00:33:07,570 --> 00:33:11,030 +جماعة أمر أخير عشان نرتب شغلنا انتبهوا معايا + +395 +00:33:11,030 --> 00:33:16,650 +للنقطة هذه في أمر سلبي احنا بنعمله انه انا في كل + +396 +00:33:16,650 --> 00:33:21,730 +activity مثلا في الاد employee activityكنا نروح يا + +397 +00:33:21,730 --> 00:33:27,270 +جماعة ايش نعمل؟ نروح نقوله استخدملي + +398 +00:33:27,270 --> 00:33:34,870 +او انشئلي ال my helper صح؟ زي هى و في ال show all + +399 +00:33:34,870 --> 00:33:42,470 +activity برضه بروح بقوله انشئليmyhelper هذا أمر + +400 +00:33:42,470 --> 00:33:46,790 +سلب شوية وفي ال adapter برضه بنشق myhelper كل شوية + +401 +00:33:46,790 --> 00:33:50,950 +بروح بنشق myhelper مش غلط تمام بس هذا بيعمل delay + +402 +00:33:50,950 --> 00:33:54,170 +فى البرنامج لأنه هذا كل ما تنشق انت ال object + +403 +00:33:54,170 --> 00:33:56,950 +myhelper بيروح بيشيك موجودة ال database ولا لأ + +404 +00:33:56,950 --> 00:34:00,150 +موجودة مش موجودة بنشقها موجودة بيعمل connection + +405 +00:34:00,150 --> 00:34:04,550 +عليها فالموضوع معلق يعني بياخد بيعمل delay الأصل + +406 +00:34:04,550 --> 00:34:10,410 +والصحان احنا بنحاول ان نعمل ال SQLite اللي هو + +407 +00:34:10,410 --> 00:34:14,970 +الميه البرهدين نعمله مرة واحدة و نستخدمها في كل + +408 +00:34:14,970 --> 00:34:16,250 +التطبيق + +409 +00:34:18,290 --> 00:34:21,090 +لأن طالما أنا معروف طبعا في ال object oriented أنه + +410 +00:34:21,090 --> 00:34:24,250 +انا لو أعملت ال object داخل ال .. أنشأت ال object + +411 +00:34:24,250 --> 00:34:27,330 +داخل ال class بتقدرش تقرأه من مكان تاني إلا لو + +412 +00:34:27,330 --> 00:34:31,810 +مررته من خلال methods أو parameter لمكان تاني، + +413 +00:34:31,810 --> 00:34:37,370 +تمام؟ لكن من الطرق اللي ممكن أنا أعمل object أعمل + +414 +00:34:37,370 --> 00:34:41,370 +فيه share أو مستخدم في كل مكان أن يكون staticلو + +415 +00:34:41,370 --> 00:34:45,110 +عملت انت object aesthetic بتقدر تستخدمه من أي مكان + +416 +00:34:45,110 --> 00:34:48,030 +فشوف انا ايش بده اعمل اول ما شغلت تطبيق ايش اول + +417 +00:34:48,030 --> 00:34:51,570 +activity بتشتغل ال main activity روحت على ال main + +418 +00:34:51,570 --> 00:34:55,530 +activity وعملت public aesthetic my helper ولاحظ ان + +419 +00:34:55,530 --> 00:34:59,450 +ال main activity بتضلها شغالة حتى لو شغلت ال show + +420 +00:34:59,450 --> 00:35:03,030 +all ال show all بتشتغل على ال main activity هذيك + +421 +00:35:03,030 --> 00:35:05,770 +بتضلها في ال memory يعني انت لما تعرف اي حاجة في + +422 +00:35:05,770 --> 00:35:10,410 +ال main activityبتبقى لها موجودة في الذاكرة تمام + +423 +00:35:10,410 --> 00:35:13,550 +فانا روحت في ال main activity مع ان مافيش فيها + +424 +00:35:13,550 --> 00:35:16,990 +database ال main activity فيها بس ايش زرين صح ولا + +425 +00:35:16,990 --> 00:35:20,490 +لأ روحت عملت reference اسمه my helper helper وفي + +426 +00:35:20,490 --> 00:35:24,050 +ال on create قلت له روح اعمل ل new my helper وهذا + +427 +00:35:24,050 --> 00:35:28,290 +خلته static ليش؟ عشان في كل اي activity تانية اوصل + +428 +00:35:28,290 --> 00:35:32,610 +ال helper اني اكتب كلمة main activity dot dot + +429 +00:35:32,610 --> 00:35:39,880 +helper الآن هيك في show all activityمش محتاج انك + +430 +00:35:39,880 --> 00:35:46,120 +تنشئ my helper جديد شايفينها بس بتكتب main + +431 +00:35:46,120 --> 00:35:50,940 +activity dot helper وفي الاد employee activity + +432 +00:35:50,940 --> 00:35:57,380 +برضه مش هتحتاج تنشئه بتقوله main activity dot + +433 +00:35:57,380 --> 00:36:04,020 +helper وفي ال adapter نفس الحاجة ماتنشئش تقوله + +434 +00:36:04,020 --> 00:36:04,740 +main activity + +435 +00:36:11,190 --> 00:36:14,070 +الـ SQLite Database ما تعمله الـ Share لأن هذا + +436 +00:36:14,070 --> 00:36:16,950 +أصلا يفضّل أنك بعد ما تخلص من ال activity تعمله + +437 +00:36:16,950 --> 00:36:21,270 +كلوز فانت محتاج في كل action تجيب، هذا مش costy + +438 +00:36:21,270 --> 00:36:24,730 +يعني مايكلفش أنك تجيبه، بس هو ال My Helper اللي + +439 +00:36:24,730 --> 00:36:29,130 +أنت ممكن تعمله مشترك حاجة تانية كمان عشان نرتب + +440 +00:36:29,130 --> 00:36:33,210 +شغلنا، لاحظ أنه احنا بنضلنا نعمل Select Nijma from + +441 +00:36:33,210 --> 00:36:35,630 +Employee Query صح ولا؟ + +442 +00:36:38,390 --> 00:36:44,010 +الان ممكن افرض ان انا غيرت اسم الجدول بتضطر ان وين + +443 +00:36:44,010 --> 00:36:48,370 +ال query موجودة في كل مكان اغيرها فبرضه انت ممكن + +444 +00:36:48,370 --> 00:36:50,930 +تروح في ال helper مثلا بما ان هو اللي علاقة بال + +445 +00:36:50,930 --> 00:36:58,390 +database و تعرف فوق public static string table + +446 +00:36:58,390 --> 00:37:05,910 +employee table جدول ال employee تسميه ايش employee + +447 +00:37:08,120 --> 00:37:12,300 +يعني اسم الجدول عرفته في الـ helper فوق و ك static + +448 +00:37:12,300 --> 00:37:16,660 +public public static final كمان عشان ماحدش يغيره + +449 +00:37:16,660 --> 00:37:21,080 +تمام employee table لأن و اما تعمل query بدل ما + +450 +00:37:21,080 --> 00:37:25,820 +تكتب employee استخدم اسم المتغير هذا مثلا في show + +451 +00:37:25,820 --> 00:37:29,660 +all احنا عاملين select نجمة from employee بدل ما + +452 +00:37:29,660 --> 00:37:34,840 +تكتب هذه شيل هذه هيك from و اعمل my helper + +453 +00:37:39,130 --> 00:37:41,430 +.dbemployee table شايفين يعني هنا لما عمل النص + +454 +00:37:41,430 --> 00:37:45,430 +select نجمة from robot of مين في قيمة المتغير هذا + +455 +00:37:45,430 --> 00:37:50,110 +و في كل مكان تعمل query حط قيمة إيش المتغير على + +456 +00:37:50,110 --> 00:37:53,970 +أساس إيش أنه لو روحت قررت في لحظة ما تغير اسم ال + +457 +00:37:53,970 --> 00:37:58,770 +table تروح تغيره في ال my helper فقط فتغير في كل + +458 +00:37:58,770 --> 00:38:01,770 +مكان أنت فعليا لو شوفت أي tutorial على database + +459 +00:38:02,950 --> 00:38:06,010 +هتلاقيه على طول من أول المثال بديلك في إيش معرفلك + +460 +00:38:06,010 --> 00:38:09,150 +فوق strings جديدة و لا المتغيرات و أسماء ال + +461 +00:38:09,150 --> 00:38:12,890 +columns كمان تمام؟ بس أنا طبعا مابديتش زي هيك لإن + +462 +00:38:12,890 --> 00:38:15,750 +لو بديت زي هيك هتقول ليش هذي هنا و ليش هذي هنا و + +463 +00:38:15,750 --> 00:38:19,010 +إيش هذيك هتتلخبط في مليون حاجة جديدة مع بعض تمام؟ + +464 +00:38:19,010 --> 00:38:21,670 +في الآخر أعطتك إيها كنوع من ال refactoring ترتيب + +465 +00:38:21,670 --> 00:38:22,150 +ال code + +466 +00:38:28,260 --> 00:38:32,380 +واضح يا جماعة؟ طبعا بس نقطة صغيرة لحظة ما انشأنا + +467 +00:38:32,380 --> 00:38:36,180 +الجدول و حطينا اسم ال primary key ايش underscore + +468 +00:38:36,180 --> 00:38:41,520 +ID هدى بالعمدة ليش underscore تحديدا بقولك ال + +469 +00:38:41,520 --> 00:38:45,320 +cursor adapter بشكل عام عشان تتعامل معاه لازم هو + +470 +00:38:45,320 --> 00:38:49,640 +بيشبرك يكون فيه ال primary key اسمه underscore ID + +471 +00:38:49,640 --> 00:38:54,040 +ليش ماعرفش هو بما هيك بدهم طبعا يعني لو حطيته ID + +472 +00:38:54,040 --> 00:38:58,150 +مش هيشتغل معاك هيطلع قرارماشي هذا لو بتتعامل انت + +473 +00:38:58,150 --> 00:39:01,350 +مع cursor adapter لكن لو بتتعامل مع adapter عادي + +474 +00:39:01,350 --> 00:39:06,550 +مش مشكلةطبعا طيب هيك خلصنا منكون موضوع ال database + +475 +00:39:06,550 --> 00:39:10,010 +مهم ضايل بس جزئية ال update طبعا انت هاد ماترك إلك + +476 +00:39:10,010 --> 00:39:13,430 +لحالة مافيش فيها اي حاجة جديدة هتنعمل اللهم ايش + +477 +00:39:13,430 --> 00:39:16,790 +اللي هو ال query اللي بتغيرها اللي بتستخدم ال + +478 +00:39:16,790 --> 00:39:19,650 +update طبعا جربوا اعملوها انا بطلب من المعيد انه + +479 +00:39:19,650 --> 00:39:23,050 +يخرجوا يشتغلوها في المعمل المحاضرة الجاية ضايلة + +480 +00:39:23,050 --> 00:39:25,230 +جزئية اللي هي علاقة بحفظ البيانات اللي هي shared + +481 +00:39:25,230 --> 00:39:29,690 +preferences هنغطيها في أول المحاضرة الجاية ان شاء + +482 +00:39:29,690 --> 00:39:34,440 +الله طبعا في حد عنده اي سؤال يا جماعةو دلوقت احنا + +483 +00:39:34,440 --> 00:39:38,260 +حتى الان متعامل مع ال table واحد تمام؟ ممكن يكون + +484 +00:39:38,260 --> 00:39:41,060 +فيه اكتر من ال table و فيه علاقات بينهم هذا بده + +485 +00:39:41,060 --> 00:39:46,030 +شغل اضافي بس هذا مش شغل اناأنا شغلتي أن أفرجيك كيف + +486 +00:39:46,030 --> 00:39:49,730 +تربط مع ال database وفرجيتك كيف تربط مع ال table + +487 +00:39:49,730 --> 00:39:52,610 +تعقيدات ال SQL و الكويل وكيف يجيب من أكتر من ال + +488 +00:39:52,610 --> 00:39:56,310 +table هذه مطروقة لك تجربها عشان هي احنا لدينا + +489 +00:39:56,310 --> 00:40:00,470 +مادتين مادة database تتمكن فيها من SQL و + +490 +00:40:00,470 --> 00:40:02,990 +relational databases و ER diagram وكيف تعمل + +491 +00:40:02,990 --> 00:40:06,490 +structure ل database صح تمام؟ وفي المادة هذه + +492 +00:40:06,490 --> 00:40:11,080 +بتتعامل كيف تربط مع databaseواضح ان الربط كله + +493 +00:40:11,080 --> 00:40:15,000 +عبارة عن queries إذا فهمت ال queries صح ال SQL + +494 +00:40:15,000 --> 00:40:18,720 +بشكل عام بتلعب فيها زي ما بدك ويعطيك الله عافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM.srt new file mode 100644 index 0000000000000000000000000000000000000000..66bd89d8bd84caa86c15482bed8be7462ac28602 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM.srt @@ -0,0 +1,1686 @@ +1 +00:00:21,680 --> 00:00:26,080 +السلام عليكم، هنكمل إن شاء الله اليوم في نهاية + +2 +00:00:26,080 --> 00:00:30,580 +المحاضرة الماضية، إن هنا بعض الأمور المتعلقة بـ + +3 +00:00:30,580 --> 00:00:34,640 +XML، زي مثلًا كيف أنا من خلال تصميم الـ layout بقدر + +4 +00:00:34,640 --> 00:00:41,340 +أعرِف variables أستخدمها في التصميم، يعني مثلًا شفنا + +5 +00:00:41,340 --> 00:00:45,670 +كيف نعرِف color في ملف الـ colors الموجود في values + +6 +00:00:45,670 --> 00:00:49,890 +صح ولا يا جماعة؟ على أساس إن أنا مثلًا ممكن أكون + +7 +00:00:49,890 --> 00:00:55,870 +عندي عدد كبير من الـ activities، وبستخدم مثلًا فيهم + +8 +00:00:55,870 --> 00:01:01,390 +لون للـ text، فالآن بدل ما أنا أحتاج أن أعرِف الرقم + +9 +00:01:01,390 --> 00:01:04,910 +أكتبه hard coded داخل ملف الـ XML، بخليه يعمل + +10 +00:01:04,910 --> 00:01:07,750 +reference لـ variable موجود في الـ XML file، بحيث إن + +11 +00:01:07,750 --> 00:01:12,130 +أنا أحتاج في أي لحظة أغيّر لون الـ text، بروح بغيّر من + +12 +00:01:12,130 --> 00:01:15,130 +الـ XML file، فبتغيّر في كل الـ layout. شفنا كمان + +13 +00:01:15,130 --> 00:01:19,410 +موضوع ثاني اللي هو الـ strings، إنه أنا مثلًا بدي + +14 +00:01:19,410 --> 00:01:22,830 +أدعم اللغة العربية والإنجليزية، كل اللي عليّ أسويه + +15 +00:01:22,830 --> 00:01:27,310 +إن أروح أعمل مجلّد اسمه values-ar، تمام؟ الـ ar هذا هو + +16 +00:01:27,310 --> 00:01:30,070 +بيفهمها الـ computer لحاله إنه المفروض كل اللي + +17 +00:01:30,070 --> 00:01:34,000 +موجود داخلها خاص باللغة العربية، فأخد ملف الـ + +18 +00:01:34,000 --> 00:01:37,380 +strings اللي بحط فيه النصوص نفسها اللي موجودة في + +19 +00:01:37,380 --> 00:01:40,360 +ملف الـ strings اللي موجود في values، يعني بيكون + +20 +00:01:40,360 --> 00:01:43,500 +عندي كام ملف strings؟ مش واحد، في values، واحد + +21 +00:01:43,500 --> 00:01:46,460 +في values-ar، في نفس الأسماء للمتغيرات، لكن قيمهم + +22 +00:01:46,460 --> 00:01:50,260 +تختلف، واحد عربي، واحد إنجليزي. بيجرب تغيير لغة الجهاز + +23 +00:01:50,260 --> 00:01:54,180 +لحاله، هياخد اللغة المناسبة، إذا كان إنجليزي بياخد + +24 +00:01:54,180 --> 00:01:57,700 +الـ values، إذا كان عربي بياخد الـ values-ar. طب ما فيش + +25 +00:01:57,700 --> 00:02:03,560 +values-ar، برجع للـ values، تمام؟ طيب نيجي لإن نكمل + +26 +00:02:03,560 --> 00:02:06,920 +اللي بدأناه في آخر المحاضرة، اللي هو كيف تتعامل أو + +27 +00:02:06,920 --> 00:02:12,720 +تعمل actions من خلال الـ code، لأن أنا عندي مثلًا شاشة + +28 +00:02:12,720 --> 00:02:16,780 +بسيطة، فيها edit text، وفيها button. أول خطوة + +29 +00:02:16,780 --> 00:02:19,620 +أساسية للتعامل مع الـ code ده، أتأكد إن كل واحد فيهم + +30 +00:02:19,620 --> 00:02:23,160 +له ID، لازم يكون لكل واحد ID. ف أنا لو روحت على الـ + +31 +00:02:23,160 --> 00:02:23,420 +XML + +32 +00:02:26,390 --> 00:02:30,550 +اللي هو الـ button، هو ما بعطيله ID طبعًا، لسه الـ button بده + +33 +00:02:30,550 --> 00:02:34,690 +أربطه، هو مربوط، إيش المشكلة؟ + +34 +00:02:58,400 --> 00:02:58,700 +أه + +35 +00:03:15,770 --> 00:03:19,350 +طيب، بتأكد إن كل واحد له ID، طبعًا هو by default في + +36 +00:03:19,350 --> 00:03:22,090 +الـ ConstraintLayout، لما تاخد أي عنصر وتحطه + +37 +00:03:22,090 --> 00:03:25,470 +بيعمله ID، هو ليش بيعمل ID؟ عشان لما يربط عناصر + +38 +00:03:25,470 --> 00:03:28,710 +بعض، بيضيف له الـ ID تبعه، وقلنا إنه عامل الـ ID لازم + +39 +00:03:28,710 --> 00:03:33,010 +تكتب @+id، وتكتب اسم الـ ID اللي بدك إياه، طبعًا + +40 +00:03:33,010 --> 00:03:36,190 +أحيانًا إحنا بنضطر نغيّر الـ ID عشان نحط اسم يعني + +41 +00:03:36,190 --> 00:03:39,970 +اللي معناه، يعني هو إيش مسمّيه؟ Edit Text، تمام؟ أنا + +42 +00:03:39,970 --> 00:03:45,120 +بدي اسمه مثلًا username_ed، على أساس إنه أبين لإيش + +43 +00:03:45,120 --> 00:03:48,500 +فايدة الـ Edit Text هذا. عندي Button ثاني، بدي اسميه + +44 +00:03:48,500 --> 00:03:56,180 +button2، تمام؟ بدي اسميه مثلًا login_button، طيب + +45 +00:03:56,180 --> 00:04:01,960 +الآن بنروح للـ class، ملف الـ Java، حكينا + +46 +00:04:01,960 --> 00:04:04,140 +في المحاضرة الماضية، إنه أنا عندي في ملف الـ Java + +47 +00:04:04,140 --> 00:04:07,260 +method اسمها onCreate + +48 +00:04:11,050 --> 00:04:14,130 +هذا الـ method onCreate، هي أول method بتتم تنفيذه + +49 +00:04:14,130 --> 00:04:16,910 +لما تشغل الـ activity، أول ما تشغل الـ activity بتتم + +50 +00:04:16,910 --> 00:04:19,790 +تنفيذه. الـ method هذه، ولاحظ إن فيها سطرين لازم أنتَ + +51 +00:04:19,790 --> 00:04:23,130 +ما تشيلهمش، اللي هو الـ super.onCreate، بيستدعي الـ + +52 +00:04:23,130 --> 00:04:28,100 +super onCreate method، لأنه لو ما حطّيت هذا، صارت الـ all + +53 +00:04:28,100 --> 00:04:31,820 +created في الـ class هذه، لغى اللي في الـ parent، هو + +54 +00:04:31,820 --> 00:04:34,420 +بحتاج الـ code اللي في الـ parent، فبستدعي وبعدين + +55 +00:04:34,420 --> 00:04:37,960 +بينفذ method مهمة اللي هي setContentView، إيش بتعمل + +56 +00:04:37,960 --> 00:04:43,320 +هذه؟ بتجيب، هذا اسم الـ layout تبع الـ activity اللي + +57 +00:04:43,320 --> 00:04:46,100 +بيسوّيها هذه الـ setContentView، وبيحوّل الـ XML لـ Java + +58 +00:04:46,100 --> 00:04:50,060 +objects، تمام؟ زمان إحنا في الـ Java لما كنا ننشئ + +59 +00:04:50,060 --> 00:04:53,960 +Button، كنا نقول new JButton، new JTextField، new + +60 +00:04:53,960 --> 00:04:58,540 +كذا، الآن في الـ Android هو بيعمل نفس الشيء، بينشئ كل + +61 +00:04:58,540 --> 00:05:02,220 +حاجة XML، بينشئها Objects بس، وريحنا، بيقوله بدل ما + +62 +00:05:02,220 --> 00:05:07,060 +أنتَ تحتاج تنشئ العناصر برمجيًا، أنتَ عملتهم XML وأنا + +63 +00:05:07,060 --> 00:05:11,260 +بحوّلك إياهم Java، يعني في الآخر كله بيتحوّل لـ Java + +64 +00:05:11,260 --> 00:05:14,800 +هذه الـ method هي المهمة، عشان هي هذه الـ method اللي + +65 +00:05:14,800 --> 00:05:18,930 +عملت لها comment، شغلته، تطلع الشاشة بيضاء، هتشتغل، + +66 +00:05:18,930 --> 00:05:23,650 +بس هتطلع الشاشة بيضاء، ليش؟ ما أنشأش واجهة، تمام؟ + +67 +00:05:23,650 --> 00:05:27,390 +والمفروض كمان إن بعد الـ method هذه، إذا حاولت تعمل + +68 +00:05:27,390 --> 00:05:30,430 +actions أو تتعامل مع عناصر الواجهة، يكون كودك بعد + +69 +00:05:30,430 --> 00:05:34,330 +السطر هذا، في شباب الناس بتغلط، بتحط الـ code تبعها + +70 +00:05:34,330 --> 00:05:39,170 +هنا، بيحاولوا يدوّروا على الـ button، بيطلّع له هنا Error، ليش + +71 +00:05:39,170 --> 00:05:42,230 +بيطلّع Error؟ لأن الـ button لسه ما تمّ إنشاؤه، أنتَ بتن- + +72 +00:05:42,230 --> 00:05:46,230 +شأؤه أصلًا بعد السطر هذا. طب إن عملت السطر هذا، الآن + +73 +00:05:46,230 --> 00:05:49,950 +بدنا نجيب عناصر الشاشة، أبسط عنصر نتعامل معاه هو + +74 +00:05:49,950 --> 00:06:05,910 +الـ button. هاي الـ layout في + +75 +00:06:05,910 --> 00:06:06,890 +مشكلة في الزر هذا + +76 +00:06:27,320 --> 00:06:33,620 +عارفين ليش حصلت المشكلة؟ مش غيرنا الـ IDs، ما هو هذا + +77 +00:06:33,620 --> 00:06:38,340 +كان نقوله أنتَ مربوط بهذا، غيرنا الـ ID، فالربط اختلف + +78 +00:06:38,340 --> 00:06:41,920 +فعشان تغيّر الـ ID صح، تعالِ تغيّره من هنا، من الـ + +79 +00:06:41,920 --> 00:06:45,380 +attributes، لما تغيّره من هنا بضمن إنه إيش العلاقات + +80 +00:06:45,380 --> 00:06:50,460 +يضبطها لحاله، يعني هاي هنا بقى login_button، إذا + +81 +00:06:50,460 --> 00:06:57,860 +غيّرته من الـ XML، بدك تنتبه إن الربط يكون صح، تمام؟ + +82 +00:06:57,860 --> 00:07:01,260 +هاي هنا مثلًا هذا مربوط في username_ed، قم بتغيير + +83 +00:07:01,260 --> 00:07:05,640 +الربط لكي تضمن إنك لم تتغير في أكثر من مكان، فقط قم + +84 +00:07:05,640 --> 00:07:08,680 +بتغييره من الـ attribute، وهو لحاله بيضبطه، طيب + +85 +00:07:08,680 --> 00:07:13,480 +خلاص، هاي حطينا الـ button، نيجي + +86 +00:07:13,480 --> 00:07:17,180 +على الـ Java class، طيب الآن بدنا نجيب الـ button + +87 +00:07:17,180 --> 00:07:22,420 +تبعه، حكينا برضه المحاضرة الماضية، إن كل عنصر بتنشئه + +88 +00:07:22,420 --> 00:07:27,480 +الـ ID تبعه، بيحوّله لمتغير في الـ Java، وبيخزّنه في + +89 +00:07:27,480 --> 00:07:32,050 +class اسمها الـ R. إيش الفائدة من الـ class R هذه؟ هذه + +90 +00:07:32,050 --> 00:07:36,450 +الـ class R Java، بقدر أوصلها من الـ class هذه بتاعتها، + +91 +00:07:36,450 --> 00:07:41,570 +أقوله الآن، بدي أقوله هاتلي الـ view اللي الـ ID تبعه + +92 +00:07:41,570 --> 00:07:44,990 +كذا كذا، هيك إحنا بنجيب العنصر. الآن إحنا اتفقنا إن + +93 +00:07:44,990 --> 00:07:48,430 +الـ XML من الـ head ده كله بيتحوّل لـ Java objects، أي + +94 +00:07:48,430 --> 00:07:50,790 +button عندك، عندك عشرين button، كل واحد بيتحوّل لـ + +95 +00:07:50,790 --> 00:07:51,750 +objects من نوع button + +96 +00:07:54,570 --> 00:07:57,150 +الفكرة إنه راح يريحني، بدل ما أقوله new Button، هو اللي + +97 +00:07:57,150 --> 00:08:00,370 +هان عملهم، بس بضلّ عليّ خطوة إن أجيبهم، تمام؟ كل + +98 +00:08:00,370 --> 00:08:02,970 +عزيزي اللي معه، بده يجيبهم، كيف بده يجيبهم؟ لأن في + +99 +00:08:02,970 --> 00:08:09,540 +method اسمها findViewById، findViewById هذه + +100 +00:08:09,540 --> 00:08:12,640 +الـ findViewById بتطلب ID، اللي هو من نوع + +101 +00:08:12,640 --> 00:08:16,180 +integer، تمام؟ مين هو هذا الـ ID integer؟ شوفت + +102 +00:08:16,180 --> 00:08:20,360 +المتغير اللي أنتَ عملته؟ بيعمل رقم وبيخزّنه باسم + +103 +00:08:20,360 --> 00:08:23,560 +متغير بنفس الاسم اللي أنتَ حطيته، عشان توصل له، بتحط + +104 +00:08:23,560 --> 00:08:30,140 +R.id.، الآن إيش سمينا الـ button إحنا؟ سمّيناه login_ + +105 +00:08:30,140 --> 00:08:37,220 +button، اكتب أول حرفين، هي جابه، تمام؟ الآن هذا + +106 +00:08:37,220 --> 00:08:43,260 +الـ method، بترجع button، تمام؟ طيب، بتنشئ بس reference + +107 +00:08:43,260 --> 00:08:50,260 +لـ button واحد، خلاص هيك بيكفي بدون casting حتى. findView + +108 +00:08:50,260 --> 00:08:56,460 +ById بتحط R.id، تتلقى اسم الزر، أه وهنا أنا هعمل + +109 +00:08:56,460 --> 00:09:01,870 +متغير عشان القيمة اللي بترجع أحفظها هنا. إيش نوع + +110 +00:09:01,870 --> 00:09:05,110 +هذا الـ button؟ شوفت الأنواع اللي هنا موجودة؟ نفس النوع + +111 +00:09:05,110 --> 00:09:10,590 +اللي أنتَ كتبته هنا، فيه برضه مقابلة Java Class، وفيه + +112 +00:09:10,590 --> 00:09:14,910 +Java Class اسمها EditText، وفيه Java Class اسمها + +113 +00:09:14,910 --> 00:09:19,930 +ImageView، تمام؟ كل العناصر اللي بتضيفها هي أصلًا + +114 +00:09:19,930 --> 00:09:23,930 +عبارة عن Java Classes + +115 +00:09:23,930 --> 00:09:26,150 +بعدين نرجع للـ code طبعًا، هيك جبنا الـ button + +116 +00:09:29,140 --> 00:09:32,380 +الآن شوف إيش بده يصير، مادام جبنا الـ button تعالِ + +117 +00:09:32,380 --> 00:09:38,160 +تقول لي button1.، إيش هذول؟ methods موجودين + +118 +00:09:38,160 --> 00:09:41,700 +الآن انتبه معايا، كل الـ attributes اللي يمكننا + +119 +00:09:41,700 --> 00:09:46,660 +نغيّرها بالـ XML، ممكن نتحكم فيها هنا، يعني مثلًا في + +120 +00:09:46,660 --> 00:09:50,480 +attribute اسمها text، هذا إيش؟ للنص تبعه، الآن فيه + +121 +00:09:50,480 --> 00:09:55,480 +هنا برضه setText، أقوله + +122 +00:09:55,480 --> 00:09:57,760 +مثلًا "تسجيل دخول" + +123 +00:10:03,700 --> 00:10:08,660 +الآن الـ text اللي هنا إيش كان؟ هاي الـ button، طبعًا + +124 +00:10:08,660 --> 00:10:19,080 +الـ text كان button أو خلينا نقول login، هنا + +125 +00:10:19,080 --> 00:10:22,860 +في الـ class إيش حطيت؟ "تسجيل"، طب مين هياخد هادي ولا + +126 +00:10:22,860 --> 00:10:26,320 +هادي؟ إيش رأيكم؟ ليش الـ Java؟ + +127 +00:10:29,420 --> 00:10:32,260 +لأ لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +128 +00:10:32,260 --> 00:10:35,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +129 +00:10:35,060 --> 00:10:40,560 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +130 +00:10:40,560 --> 00:10:41,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +131 +00:10:41,060 --> 00:10:41,400 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +132 +00:10:41,400 --> 00:10:41,900 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +133 +00:10:41,900 --> 00:10:41,920 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +134 +00:10:41,920 --> 00:10:51,460 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +135 +00:10:51,460 --> 00:10:55,620 +لأ + +136 +00:10:56,820 --> 00:11:03,620 +هذه مثلًا، 24 اسم، من غير SP، بطول + +137 +00:11:03,620 --> 00:11:11,260 +واحد، ست تكست، color. الـ color هذه موجودة في class + +138 +00:11:11,260 --> 00:11:16,740 +اسمها Color. مثلًا blue، هذه + +139 +00:11:16,740 --> 00:11:19,120 +الموجودة في الـ Java، كنا نستخدمها في الـ Java + +140 +00:11:37,640 --> 00:11:48,680 +أو لحظة، أتذكرها موجودة، هي Color.rgb، rgb، rgb + +141 +00:11:48,680 --> 00:11:53,090 +اللي هي فيها هذه الشفافية، يعني، وفي rgb لحالها، هاي + +142 +00:11:53,090 --> 00:12:02,650 +أعطيله مثلًا، طبعًا هنا بده integer، 255، 0، 0، طبعًا هذا + +143 +00:12:02,650 --> 00:12:06,870 +لحاله هو بيحوّله integer في الآخر. لاحظ حتى هو + +144 +00:12:06,870 --> 00:12:11,290 +بيضيف حاجات عشان ينبّهك لها، يعني هذه red، هذه green، + +145 +00:12:11,290 --> 00:12:18,890 +هذه blue، وكذا. كل الخصائص اللي كنا نعملها XML + +146 +00:12:18,890 --> 00:12:25,210 +موجودة في code، طبعًا أنتَ بتستكشفها لحالك هذه الخصائص + +147 +00:12:25,210 --> 00:12:29,510 +أنا بفرّجك بعض... بعض منها، الآن حتى هي لو جربنا + +148 +00:12:29,510 --> 00:12:33,910 +نشغلها الآن + +149 +00:12:33,910 --> 00:12:38,750 +طبعًا أنتَ لو عملت preview مش هتشوف هذه الإعدادات، + +150 +00:12:38,750 --> 00:12:42,910 +هذه، إمتى بتظهر؟ بعد ما تشغلها، لأ، مش لما تضغط، ما عملناش + +151 +00:12:42,910 --> 00:12:46,810 +إحنا نضغط لسه. بعد ما تشغل، تطلع الإعدادات الجديدة، + +152 +00:12:46,810 --> 00:12:51,630 +حاليًا هذه الـ activity، الزر زي ما هو، لسه التنسيق + +153 +00:12:51,630 --> 00:12:55,910 +الأصلي، التنسيق الجديد إمتى بيصير؟ بعد ما الـ code + +154 +00:12:55,910 --> 00:13:00,370 +يشتغل. الآن السؤال قبل ما يشتغل، مين أفضل؟ إحنا نعمل + +155 +00:13:00,370 --> 00:13:04,210 +XML ولا نعمل code؟ إيش رأيكوا؟ + +156 +00:13:07,100 --> 00:13:11,680 +طيب، الأصل الأفضل إنك تعمل كل حاجة XML، خلاص، هي + +157 +00:13:11,680 --> 00:13:15,280 +الفكرة في الـ Android، ليش عاملك أصلًا التصميم XML + +158 +00:13:15,280 --> 00:13:19,840 +عشان يفصل التصميم عن الـ actions طبعًا، لكن إذا أنا + +159 +00:13:19,840 --> 00:13:23,920 +محتاج إنّي أغيّر الإعدادات أثناء الـ run-time، بحتاج + +160 +00:13:23,920 --> 00:13:27,740 +أعملها code، يعني بدي مثلًا إنه في اللحظة المعينة + +161 +00:13:27,740 --> 00:13:31,490 +لما الـ user يضغط على الزر، يضغط على الـ button، هذا مش في + +162 +00:13:31,490 --> 00:13:34,450 +البداية، أثناء ما هو البرنامج شغال، فبتلزّم تعملها في + +163 +00:13:34,450 --> 00:13:37,610 +الـ code، فالحاجات الثانية بتعملها XML، اللي بتلزّم + +164 +00:13:37,610 --> 00:13:40,410 +تغيّرها في الـ code، سوّيها أثناء الـ run time، عملها + +165 +00:13:40,410 --> 00:13:45,750 +بالـ code، طيب + +166 +00:13:45,750 --> 00:13:48,450 +الحاجات برضه ما بتشتغل، أه نيجي للـ button ونعمل عليه + +167 +00:13:48,450 --> 00:13:54,370 +action، أه، فبتيجي للـ button، هنيجي في الـ Java، كيف نكون + +168 +00:13:54,370 --> 00:14:00,290 +نعمل addActionListener؟ أه، لأن هاي شكل الواجهة + +169 +00:14:10,890 --> 00:14:13,310 +هذه الـ button، شَرَف كتب "تسجيل الدخول"، وحطّ لون النص + + +223 +00:18:39,970 --> 00:18:43,390 +Frame عشان يربط الرسالة في الـFrame لأن نفس + +224 +00:18:43,390 --> 00:18:46,810 +الحاجة .. حاجة .. شيء شبيه في الفكرة أن الرسالة + +225 +00:18:46,810 --> 00:18:50,730 +بتوصل هنا و بدك تربطها في التطبيق تبعك طبعًا؟ طيب + +226 +00:18:50,730 --> 00:18:56,450 +إيش نحط هنا؟ بدنا حاجة اسمها .. بيسميها Context اه + +227 +00:18:56,450 --> 00:19:01,330 +بدنا حاجة اسمها Context إيش هو الـContext؟ خلينا + +228 +00:19:01,330 --> 00:19:05,190 +نقول مبدئيًا أن الـContext هو التطبيق تبعك طبعًا؟ + +229 +00:19:05,190 --> 00:19:07,770 +كيف نجيب الـContext؟ في method اسمه Get + +230 +00:19:09,350 --> 00:19:14,270 +application context أي method بعد هيك بده context + +231 +00:19:14,270 --> 00:19:19,430 +بتستدعيه إيش get application context تمام؟ هذا + +232 +00:19:19,430 --> 00:19:23,090 +method جاهزة أنا كتبتها وما كتبتهاش كيف أتعرف + +233 +00:19:23,090 --> 00:19:27,290 +عليها لأنها موجودة في الـsuper class هو هذا يطلب + +234 +00:19:27,290 --> 00:19:29,670 +مني حاجة اسمها context على طول أي حاجة يطلب منك + +235 +00:19:29,670 --> 00:19:32,230 +context تديله get application context استدعي الـ + +236 +00:19:32,230 --> 00:19:37,690 +method الـparameter الثاني رسالة هاي مثلا هنا +237 +00:19:37,690 --> 00:19:38,090 +reward + +238 +00:19:42,130 --> 00:19:46,550 +تمام؟ لازم بالترتيب طبعًا؟ اه لازم بالترتيب طبعًا الـ + +239 +00:19:46,550 --> 00:19:51,110 +parameter الثالث اللي هو مدة الرسالة هل دي محددها + +240 +00:19:51,110 --> 00:19:54,990 +ثابت في الـclass toast؟ toast في عندي length long + +241 +00:19:54,990 --> 00:19:59,370 +و length short هل بدك فترة عرض الرسالة طويلة ولا + +242 +00:19:59,370 --> 00:20:03,990 +قصيرة؟ تمام؟ مثلا خلينا نقول long هنا + +243 +00:20:11,030 --> 00:20:18,090 +مش هو يتحكم لما تتبع كيف؟ هو يتحكم لما يتبع لا هي + +244 +00:20:18,090 --> 00:20:30,310 +ثابتة اللي هذا لحظة + +245 +00:20:30,310 --> 00:20:31,370 +ليش هو هيك؟ + +246 +00:20:59,670 --> 00:21:02,570 +طيب هاي اللي عملناها مش عارف إيش هي اللي اتغيرت + +247 +00:21:02,570 --> 00:21:08,490 +نفسها هي طيب الآن هذه يا جماعة الـmethod make + +248 +00:21:08,490 --> 00:21:12,730 +text بترجع بترجع toast وبعدين بتيجي الـtoast + +249 +00:21:12,730 --> 00:21:21,310 +بتقوله show تمام إيش + +250 +00:21:21,310 --> 00:21:24,130 +الـerror اللي طالع هنا + +251 +00:21:38,540 --> 00:21:42,020 +لأ فيش إيه لأ بس هو كان ضايع شوية + +252 +00:22:02,780 --> 00:22:16,660 +طيب هذا الرسالة هي الـtoast طبعًا طيب + +253 +00:22:16,660 --> 00:22:21,560 +تعالى نشوف مثال الآن بدي أنا أضغط على الـbutton + +254 +00:22:21,560 --> 00:22:25,120 +يقرأ + +255 +00:22:25,120 --> 00:22:30,340 +اللي بالـedit text المكتوب هنا هذا الـedit text عشان + +256 +00:22:30,340 --> 00:22:35,440 +أنا بكتب نص فيه يقرأه ويطبعه في الـtoast لأن + +257 +00:22:35,440 --> 00:22:42,380 +هذا الـedit text له ID برضه هي username ed طيب + +258 +00:22:42,380 --> 00:22:49,300 +تعالى هنا بدنا نقرأ قيمة الـtext view edit + +259 +00:22:49,300 --> 00:22:57,130 +text مش text view edit text ed1 find viewby id r + +260 +00:22:57,130 --> 00:23:01,410 +.id username + +261 +00:23:01,410 --> 00:23:07,550 +id طيب خلاص قرأنا الآن احنا بدنا نجيب النص اللي + +262 +00:23:07,550 --> 00:23:11,790 +فيه امتى لما أضغط على زر حاول تظبط الـlogic اللي + +263 +00:23:11,790 --> 00:23:15,230 +عندك أنا بدي أجيب النص تبعه امتى في اللحظة لما أضغط + +264 +00:23:15,230 --> 00:23:20,450 +على زر فابدأ آخذ بس هذا خليه final هنا ليش حطيته + +265 +00:23:20,450 --> 00:23:24,710 +final؟ عشان أستخدمه جوجل أكشن هنا لما أضغط على الزر + +266 +00:23:24,710 --> 00:23:29,470 +بدي أقوله ed1.gettext + +267 +00:23:29,470 --> 00:23:32,430 +هيجيب لك إياه من نوع حاجة اسمها editable dot to + +268 +00:23:32,430 --> 00:23:39,010 +string عشان أحوله لـstring وهيحطه في string مثلا + +269 +00:23:39,010 --> 00:23:43,750 +username تمام؟ + +270 +00:23:43,750 --> 00:23:48,740 +لأن هذا هو النص اللي بدي أطبعه بتحط بتحط مثلا hello + +271 +00:23:48,740 --> 00:23:54,460 +و بتحط slash username + +272 +00:23:54,460 --> 00:23:59,240 +تمام؟ + +273 +00:24:27,770 --> 00:24:34,230 +لسه أنا مش كاتب اللحظة أحمد أنا وأحمد اه عشان + +274 +00:24:34,230 --> 00:24:38,630 +أحوله لنص تمام + +275 +00:24:38,630 --> 00:24:44,590 +يا جماعة طيب تعالوا نعمل برنامج أساسية في + +276 +00:24:44,590 --> 00:24:52,590 +الوقت المتبقي بنعمل لجماعة برنامج مسبح + +277 +00:24:52,590 --> 00:25:03,430 +إلكترونية اه بس .. اه أنا قلت أكثر اه بس + +278 +00:25:03,430 --> 00:25:04,610 +أخليك عليها إني أتكلم + +279 +00:25:20,520 --> 00:25:24,600 +طيب برنامج المسبح الإلكترونية بدنا شاشة لعرض الرقم + +280 +00:25:24,600 --> 00:25:29,780 +صح؟ بدي أحط text view + +281 +00:25:29,780 --> 00:25:38,940 +هو + +282 +00:25:38,940 --> 00:25:42,140 +أنا أتعلم منها أشياء جديدة طيب هاي الـtext view + +283 +00:25:42,140 --> 00:25:50,490 +بدنا إيش؟ نسميها إيش الـID؟ count screen بتعرض لك + +284 +00:25:50,490 --> 00:25:57,570 +العدد يعني لسه ما ربطنا عشان فيش غيره على الشاشة + +285 +00:25:57,570 --> 00:26:03,270 +خليه يبدأ إيه عرض صفر background + +286 +00:26:10,570 --> 00:26:22,290 +طيب استنى شوية text-size 32 أو 36 sp gravity + +287 +00:26:22,290 --> 00:26:30,550 +center horizontal و central center vertical عشان + +288 +00:26:30,550 --> 00:26:34,450 +يجيب كل حاجة في النص تمام فجيتنا نحط هنا زرين + +289 +00:26:43,690 --> 00:26:51,010 +طيب هذا ربطناه هذول اثنين علمهم واعمل لهم إيش chain + +290 +00:26:51,010 --> 00:26:56,210 +اربط + +291 +00:26:56,210 --> 00:26:57,770 +هذا هيك + +292 +00:27:05,570 --> 00:27:10,430 +بدنا نظبط الـID بتاعهم هذا الأولاني إيش بنسميه + +293 +00:27:10,430 --> 00:27:15,910 +click button و + +294 +00:27:15,910 --> 00:27:22,250 +مكتوب فيه أنا + +295 +00:27:22,250 --> 00:27:25,990 +بغيرش النص غيرت الـID في الأول click button بغير + +296 +00:27:25,990 --> 00:27:33,790 +الـID هذا اللي جنبه الـID نسميه reset button و + +297 +00:27:33,790 --> 00:27:34,490 +مكتوب فيه + +298 +00:27:43,990 --> 00:27:47,790 +reset طيب خلصنا تصميم الـlayout بدنا نجي للـ + +299 +00:27:47,790 --> 00:27:52,410 +code لأن + +300 +00:27:52,410 --> 00:27:55,290 +الفكرة أن أنا عندي متغير counter بس كل ما أضغط على + +301 +00:27:55,290 --> 00:27:59,190 +الزر click يغير القيمة اللي موجودة فوق فابدأ أعرف + +302 +00:27:59,190 --> 00:28:04,750 +هنا متغير integer count يساوي صفر بنجيبه بالزرين + +303 +00:28:04,750 --> 00:28:06,410 +اللي عندي button + +304 +00:28:27,210 --> 00:28:29,650 +وبعدين عند الـtext view + +305 +00:28:49,210 --> 00:28:58,470 +الآن كليك بتول set on click listener new on click + +306 +00:28:58,470 --> 00:28:59,650 +listener + +307 +00:29:02,320 --> 00:29:07,100 +هيعمل count زائد زائد ويعدل القيمة الموجودة في الـ + +308 +00:29:07,100 --> 00:29:13,740 +text view بروح لـtv set text وبيحط count بس انتبه + +309 +00:29:13,740 --> 00:29:18,040 +معايا الـset text بتطلب أو حتى لو حطيت رقم تقبله + +310 +00:29:18,040 --> 00:29:22,980 +لكن لما تيجي تشتغل هيطلع لك error لازم تكون string + +311 +00:29:22,980 --> 00:29:27,600 +تمام ماشي + +312 +00:29:27,600 --> 00:29:30,180 +هيك يا جماعة الآن الزر الثاني + +313 +00:29:56,000 --> 00:29:59,720 +ماشي يا جماعة خلصنا خرجت أعمل run + +314 +00:30:31,770 --> 00:30:38,050 +تمام هاي العداد هيرجع بصفر تمام طيب تعالوا + +315 +00:30:38,050 --> 00:30:41,770 +نتعلم حاجات جديدة في التطبيق هالجماعة لو أنا + +316 +00:30:41,770 --> 00:30:49,130 +شغال زيك وبعمل click تمام ولفيت الجوال مش + +317 +00:30:49,130 --> 00:30:55,670 +راضٍ اللف الجوال أنا موقف الدوران شغال + +318 +00:31:03,760 --> 00:31:10,520 +لأ لأ لأ أقول لك ليش لأن أنا أصلاً أعمله مثبت الـ .. + +319 +00:31:10,520 --> 00:31:16,080 +اه رجعت يا جماعة أنت لو لفيت التطبيق هيرجع الـ + +320 +00:31:16,080 --> 00:31:23,030 +count بصفر ليش إيش الفكرة بأقول لك في الـAndroid أنت + +321 +00:31:23,030 --> 00:31:28,970 +لو تغير الـconfiguration اللي نسميه إعدادات + +322 +00:31:28,970 --> 00:31:33,650 +التطبيق مثلا تغيير الـorientation اتجاهه تغيير + +323 +00:31:33,650 --> 00:31:39,090 +النغم إذا صار فيه تغيير زي هيك بعمل كل الـactivity + +324 +00:31:39,090 --> 00:31:44,190 +وبنشئها من أول وجديد بعمل كل الـactivity يعني + +325 +00:31:44,190 --> 00:31:48,650 +كأنني سكّرت التطبيق وأنشأته مرة ثانية أنت ما تحسش فيه + +326 +00:31:48,650 --> 00:31:52,570 +لما تلف زي هيك تلاقي الشاشة أصبحت بالعرض، بس إيش + +327 +00:31:52,570 --> 00:31:58,430 +القيم؟ صفرت كيف؟ + +328 +00:31:58,430 --> 00:32:02,990 +لأ، + +329 +00:32:02,990 --> 00:32:07,190 +هذا بيبقى شغال، تمام؟ لو التطبيق عملته لـ + +330 +00:32:07,190 --> 00:32:10,730 +Minimize، لكن أنا بقول لو لفيته، تمام؟ لفيته هي + +331 +00:32:10,730 --> 00:32:13,270 +تغيير في الـConfiguration، تغيير الـOrientation، + +332 +00:32:13,270 --> 00:32:16,770 +بعمل كل الـActivity بنشئها من أول وجديد طيب وأصلًا + +333 +00:32:16,770 --> 00:32:19,990 +ليش بعمل هيك؟ ليش بعمل كل الـActivity؟ لأن أنت لو + +334 +00:32:19,990 --> 00:32:23,110 +تغير الـorientation تغير الإعدادات تبعها صح الـ + +335 +00:32:23,110 --> 00:32:27,470 +layout ممكن تتغير الأبعاد ممكن تتغير فبضطر أنشئها + +336 +00:32:27,470 --> 00:32:31,290 +من أول وجديد عشان يوزع العناصر ويعرضها على الشاشة + +337 +00:32:31,290 --> 00:32:36,950 +بشكل مختلف ممكن يكون الـlayout عرضه اختلف فبدي + +338 +00:32:36,950 --> 00:32:41,210 +يعرضها من أول وجديد فكأنه بيحتاج ينشئها من البداية + +339 +00:32:42,210 --> 00:32:45,670 +الفكرة أنه أنا ممكن حاليًا مبدئيًا هناخد إحنا كيف + +340 +00:32:45,670 --> 00:32:48,990 +نعمل management للـorientation changes أنه كيف لو + +341 +00:32:48,990 --> 00:32:51,990 +تغير الـorientation يحافظ على البيانات الموجودة في + +342 +00:32:51,990 --> 00:32:55,050 +التطبيق بس حاليًا في ناس بتريح راسها إيش بتعمل + +343 +00:32:55,050 --> 00:32:58,930 +بتثبت التطبيق على اتجاه معين بحيث أنه لو لفيته + +344 +00:32:58,930 --> 00:33:02,910 +ما ينفش معه كيف بتروح للـmanifest اه الـfile هذا + +345 +00:33:02,910 --> 00:33:05,810 +أول مرة روح عليه شفتوه مش قلنا التطبيق بيكون من + +346 +00:33:05,810 --> 00:33:09,700 +ثلاث مجلدات في الأول manifest java resources تمام + +347 +00:33:09,700 --> 00:33:11,940 +بتروح على الـmanifest الـmanifest هذا عبارة عن xml + +348 +00:33:11,940 --> 00:33:16,740 +file فيه بعض الإعدادات العامة الخاصة بالتطبيق تمام + +349 +00:33:16,740 --> 00:33:22,400 +اه الآن أول حاجة بنشوفها الآن لو طلعت على الـ + +350 +00:33:22,400 --> 00:33:26,580 +manifest هلاقي فيه tag اسمه application تمام و + +351 +00:33:26,580 --> 00:33:31,670 +هتلاقي فيه جوا tag اسمه activity الآن التطبيق تبعي + +352 +00:33:31,670 --> 00:33:34,670 +فيه activity واحدة بدليل أنه كان tag activity فيه + +353 +00:33:34,670 --> 00:33:38,690 +واحدة لو فيه activities ثانية هتلاقي كل واحدة لها + +354 +00:33:38,690 --> 00:33:43,750 +tag تمام هذول الإعدادات اللي هنا إعدادات خاصة + +355 +00:33:43,750 --> 00:33:47,090 +بالتطبيق ككل كل واحد جوا الـtag activity إعدادات + +356 +00:33:47,090 --> 00:33:53,440 +خاصة بالـactivity ف الآن مثلا أنا بدي أروح للـ + +357 +00:33:53,440 --> 00:33:57,360 +activity شايفين هذا الـtag بتاع الـactivity هذا الـ + +358 +00:33:57,360 --> 00:34:00,780 +opening tag بتاع الـactivity أجيت هنا وأقول مثلا + +359 +00:34:00,780 --> 00:34:06,860 +كلمة orientation scheme orientation مثلا طبعًا في + +360 +00:34:06,860 --> 00:34:11,640 +وضعين landscape إيش يعني؟ يعني هذا التطبيق بس + +361 +00:34:11,640 --> 00:34:14,480 +بيعرض لك إياه landscape portrait + +362 +00:34:17,130 --> 00:34:21,210 +يعني بيعرضه بس portrait لو ما حددتش طبعًا التطبيق + +363 +00:34:21,210 --> 00:34:25,750 +تبعك بنف portrait landscape هيك portrait يعني بس + +364 +00:34:25,750 --> 00:34:29,510 +بالعرض رأسيًا لفيت مش هينفع معك أنا عشان هيك هذا + +365 +00:34:29,510 --> 00:34:35,850 +ما رضيتش ينفع لأن كنت عامله في التطبيق تمام في + +366 +00:34:35,850 --> 00:34:39,070 +واحدة ثانية برضه كويسة اللي هي windows soft input + +367 +00:34:39,070 --> 00:34:39,490 +mode + +368 +00:34:42,150 --> 00:34:45,530 +لأ window soft input mode هذه هالجماعة لو أنت عندك + +369 +00:34:45,530 --> 00:34:49,370 +edit text في الشاشة edit text وشغّلت الـactivity + +370 +00:34:49,370 --> 00:34:54,490 +على طول بتطلع لك keyboard ليش؟ لأنه عمل focus على + +371 +00:34:54,490 --> 00:34:58,350 +الـedit text حط المؤشر عليه فعلى طول بتفتح الـ + +372 +00:34:58,350 --> 00:35:02,110 +keyboard فمضايق يا لما أنت تشغل التطبيق يطلع لك + +373 +00:35:02,110 --> 00:35:05,290 +keyboard فممكن تحط هذه اللي هي window soft input + +374 +00:35:05,290 --> 00:35:09,950 +mode تحطها state hidden action hidden مخفية على + +375 +00:35:09,950 --> 00:35:11,970 +أساس أنه أول ما تشغل ما تطلعش عندك الـkeyboard + +376 +00:35:11,970 --> 00:35:15,490 +بتطلع اه لما تعمل touch على الـedit text + +377 +00:35:15,490 --> 00:35:20,030 +بتطلع عليك الـkeyboard تمام هذول يعني مهمين هيك + +378 +00:35:20,030 --> 00:35:26,590 +طبعًا خلاص كان ثبت العرض الرأسي تمام طيب نيجي حاجة + +379 +00:35:26,590 --> 00:35:31,830 +ثانية هالجماعة في الـactivity بدنا + +380 +00:35:31,830 --> 00:35:32,650 +الـpart هذا + +381 +00:35:55,000 --> 00:35:59,160 +عشان ترسم أشكال في المسبح الإلكتروني + +382 +00:36:05,250 --> 00:36:09,310 +الاندرويد بيريح لك أن ترسم أشكال وبعدين تستخدم هذه + +383 +00:36:09,310 --> 00:36:14,280 +الأشكال مثلا كـbackground للعناصر البطون مثلا إحنا + +384 +00:36:14,280 --> 00:36:19,100 +بنخليه مدوّر فعليًا بنرسم الدائرة ونحدد قطرها وجداش + +385 +00:36:19,100 --> 00:36:22,520 +فيه جو .. إيه .. إيه في لونها وإيش لون الخط اللي + +386 +00:36:22,520 --> 00:36:27,740 +مرسوم فيه تمام؟ وبعدين نقول للـbuttons الـbackground + +387 +00:36:27,740 --> 00:36:32,140 +تبعها هتكون الشكل هذا رسمناه تمام؟ فنشوف + +388 +00:36:32,140 --> 00:36:35,850 +هالجهد كيف نرسم إحنا أشكال زي المطلوب في الواجب + +389 +00:36:35,850 --> 00:36:40,950 +الواجب ممكن ترسم مستطيل حواف مدورة طبعًا هالجماعة + +390 +00:36:40,950 --> 00:36:46,430 +كيف هتبنيها بدنا نروح على مجلد drawable بدنا + +391 +00:36:46,430 --> 00:36:49,330 +نروح على مجلد drawable في drawable فيه قلنا إيش + +392 +00:36:49,330 --> 00:36:52,870 +بنستخدمه الصور اللي بتحطها وأيضًا في drawable + +393 +00:36:52,870 --> 00:36:56,590 +بتقدر ترسم الأشكال اللي أنت بدك إياها فاجينا على + +394 +00:36:56,590 --> 00:37:00,610 +drawable بتعمل click يمين عليها وبتقوله new تمام + +395 +00:37:00,610 --> 00:37:05,420 +وفي عندك حاجة اسمها drawable resource file بترجع + +396 +00:37:05,420 --> 00:37:08,960 +لـdrawable وبتقول له new وفي drawable resource + +397 +00:37:08,960 --> 00:37:20,080 +file إيش بتسميه؟ click button shape أنا هيك + +398 +00:37:20,080 --> 00:37:22,100 +سميته click button shape + +399 +00:37:29,370 --> 00:37:32,670 +طيب هي فتح لك الملف الـXML اللي بدنا إياه إيش + +400 +00:37:32,670 --> 00:37:35,250 +جايب لك جوا حاجة اسمها الـselector بدنا إياها شهد الـ + +401 +00:37:35,250 --> 00:37:40,250 +selector تمام إحنا بدنا نرسم شكل تمام افتح هيك وفي + +402 +00:37:40,250 --> 00:37:47,510 +عندك حاجة اسمها إيش موجودة اسمها shape تمام طيب هو + +403 +00:37:47, + +445 +00:41:35,010 --> 00:41:41,490 +ال size الحجم طبعا إذا ما حددتش الحجم بياخد الحجم + +446 +00:41:41,490 --> 00:41:44,850 +بتاع الأنصر نفسه تمام، وال padding جدش ال content + +447 +00:41:44,850 --> 00:41:49,750 +بعيد عن حواف الشكل نفسه، خلصنا هيك الشكل، استخدمناها + +448 +00:41:49,750 --> 00:41:54,530 +لسه ما استخدمناش، ارجع على الزر هايه + +449 +00:42:05,170 --> 00:42:16,690 +لأن حكيله background أت دروبل أت دروبل أت دروبل + +450 +00:42:16,690 --> 00:42:24,590 +أت دروبل أت دروبل أت دروبل أت دروبل أت دروبل أت + +451 +00:42:24,590 --> 00:42:26,910 +دروبل أت دروبل أت دروبل أت دروبل أت دروبل أت دروبل + +452 +00:42:26,910 --> 00:42:27,830 +أت دروبل أت دروبل أت دروبل أت دروبل أت دروبل + +453 +00:42:27,830 --> 00:42:29,470 +دروبل أت دروبل أت دروبل أت دروبل أت دروبل أت دروبل + +454 +00:42:29,470 --> 00:42:32,610 +أت دروبل أت دروبل أت دروبل أت دروبل أت دروبل + +455 +00:42:32,610 --> 00:42:36,330 +دروبل أت دروبل أتلو لو يعني يبين فيه effect يعني + +456 +00:42:36,330 --> 00:42:42,130 +فكيف نعمل هذه؟ تعالوا عندنا هنا على نفس الشكل اللي + +457 +00:42:42,130 --> 00:42:46,570 +رسمناه، يعني حاليا خلاص رسمت أنا الشكل، لكن هذا + +458 +00:42:46,570 --> 00:42:51,830 +الشكل ثابت، يعني لو ضغطت مش هيصير حاجة، بتيجي فوج + +459 +00:42:51,830 --> 00:42:55,630 +هنا تبقوا معايا، شفته أول ما أنشأته طلع لي حاجة + +460 +00:42:55,630 --> 00:42:56,350 +اسمها ال selector + +461 +00:43:07,310 --> 00:43:11,430 +طيب السيلكتور اللي هالـ gate جوه أنشأنا item + +462 +00:43:11,430 --> 00:43:14,650 +وبيقول له state press 2 + +463 +00:43:18,730 --> 00:43:25,250 +كلمة سيلكتور معناها زي التحديد أو الاختيار، تمام؟ + +464 +00:43:25,250 --> 00:43:29,950 +جوا السيلكتور بدك تحدد، الفكرة بتاعة السيلكتور أنه + +465 +00:43:29,950 --> 00:43:33,710 +تحدد ال state وإيش بيصير عند كل state، إيش ال + +466 +00:43:33,710 --> 00:43:39,450 +state؟ الحالة، كل حالة، اللي قام السيلكتور تبقى فاضي + +467 +00:43:39,450 --> 00:43:44,590 +ما فيش في حاجة، لو أخدت ال shape هذا كله وحطيته جوا + +468 +00:43:44,590 --> 00:43:45,230 +السيلكتور + +469 +00:43:50,360 --> 00:43:56,680 +مش هيشتغل، ليش؟ اه لأ، أقول لك ليش ما اشتغلش، فيه غلط لازم + +470 +00:43:56,680 --> 00:44:14,480 +نحطه جوا item، تمام، هيك هاي item وخد ال shape تمام + +471 +00:44:14,480 --> 00:44:20,900 +هيك عرضه، طيب هذا إيش معناه؟ أن أنا سويته، الآن عملت + +472 +00:44:20,900 --> 00:44:25,720 +أنا selector، أنه عن تحديد العنصر item، هذا ال tag + +473 +00:44:25,720 --> 00:44:31,400 +المفروض أن أُحدد فيه متى يختار الشكل هذا، هل حددت + +474 +00:44:31,400 --> 00:44:35,840 +أنا state معينة؟ لأ، معناه أن by default أول ما يجي + +475 +00:44:35,840 --> 00:44:39,000 +يعرض الشكل هيختار ال item هذا، ليش؟ لأن ما فيش حالة + +476 +00:44:39,000 --> 00:44:42,300 +محددة فيه، شوفوا أنا إيش بدي أسوي، بدي أنسخ هذا ال + +477 +00:44:42,300 --> 00:44:49,680 +item وأعمل فوق هنا كمان item، عندي؟ اتنين، بدي آجي + +478 +00:44:49,680 --> 00:44:53,320 +على واحد منهم، هذا، وبدي أقول له state pressed + +479 +00:44:53,320 --> 00:45:01,100 +true، لأن هذا اللي هنا هينفذ امتى؟ لما يكون state + +480 +00:45:01,100 --> 00:45:05,160 +pressed true؟ هذا اللي هنا امتى هينفذه؟ في أي حالة + +481 +00:45:05,160 --> 00:45:11,040 +غيره، لأن أنا عندي مُعرف 2 items، واحد الأولاني + +482 +00:45:11,040 --> 00:45:14,700 +لما يكون state pressed to true، لما يكون مضغوط على + +483 +00:45:14,700 --> 00:45:18,000 +ال item، الثاني محدد له state؟ لأ، هذا بيكون + +484 +00:45:18,000 --> 00:45:21,100 +ال default، يعني لو ما ضغطتش أي حالة تانية هياخد + +485 +00:45:21,100 --> 00:45:24,160 +الشكل اللي تحت، واحد بيقول الشكلين زي بعض، ماشي زي + +486 +00:45:24,160 --> 00:45:28,300 +بعض، بس أنا باللعنة بيدروح للأولاني وبيقول له لما + +487 +00:45:28,300 --> 00:45:32,960 +ينضغط خلّيلي يا blue هذا + +488 +00:45:32,960 --> 00:45:38,670 +أزرق، وهذا إيش؟ أحمر، هذا أنت بتنفذ ال item لما يكون + +489 +00:45:38,670 --> 00:45:42,750 +true، هذا أنت بتنفذ أي حالة غيره، تعالوا نعمل run + +490 +00:45:42,750 --> 00:45:48,410 +نشوف كيف شكله، فاهمين؟ + +491 +00:45:48,410 --> 00:45:49,050 +حاجة يا جماعة + +492 +00:46:24,640 --> 00:46:27,440 +أتمنى أن لا يكون هناك مشكلة في مجتمعنا + +493 +00:46:36,190 --> 00:46:45,190 +شايفين كيف هو اتضغط عليها، بالسلولة إيش؟ أزرق، دور + +494 +00:46:45,190 --> 00:46:54,550 +عليها لحالك، دكتور + +495 +00:46:54,550 --> 00:47:00,200 +مضلات البعض مصر تضالب بيانة؟ هذا التغيير بتن.. بتن + +496 +00:47:00,200 --> 00:47:03,480 +.. الناس مالوش علاقة بالموضوع، يعني هذا بيغير ال + +497 +00:47:03,480 --> 00:47:06,780 +shape، ال background، إذا مضغوطه بياخد ال background + +498 +00:47:06,780 --> 00:47:17,140 +هادي، إذا مش مضغوطه بياخد هادي، تمام؟ + +499 +00:47:17,140 --> 00:47:22,140 +لأن + +500 +00:47:22,140 --> 00:47:26,020 +حاولوا يا شباب، هذا + +501 +00:47:26,020 --> 00:47:32,010 +المترك لكم، اللي أنتم ممكن إيش تعمله؟ تجيب صورة + +502 +00:47:32,010 --> 00:47:38,610 +مِسْبَح إلكترونية زي هذه مثلا، وحطها + +503 +00:47:38,610 --> 00:47:42,850 +background، وخلّي بس يضغط هنا يطلّع لك الرقم في + +504 +00:47:42,850 --> 00:47:49,110 +المصر، ويضغط هنا بيعمل reset، كيف بدك تعملها؟ اعمل + +505 +00:47:49,110 --> 00:47:52,090 +button، وخلّي لون ال background transparent + +506 +00:48:01,650 --> 00:48:04,170 +مفرغ، يعني transparent، ممكن تحط button وتخليه + +507 +00:48:04,170 --> 00:48:10,630 +transparent، طبعا لأ، احنا بدنا على الصورة نفسها، على + +508 +00:48:10,630 --> 00:48:14,190 +الصورة نفسها، بتدعم ال button، طبعا ال button مش + +509 +00:48:14,190 --> 00:48:18,490 +هيبين، فبتحط خلفية ال button transparent، اه روحوا + +510 +00:48:18,490 --> 00:48:23,030 +اشتغلوا، أمر بتطبقوه، شغّلوا المتجر، مش بدك في الآخر + +511 +00:48:23,030 --> 00:48:29,710 +أنت في ال.. في آخر المادة لما تروح تشتغل هيقول لك + +512 +00:48:29,710 --> 00:48:34,290 +فارْجيني أنت إيش عملت، طيب + +513 +00:48:34,290 --> 00:48:39,210 +كل واجب.. كل واجب أنت بتاخده أو كل تمرين احنا + +514 +00:48:39,210 --> 00:48:44,190 +بناخده، روح كمل عليه، وظبّطوا، وعملوا تطبيق متكامل + +515 +00:48:44,190 --> 00:48:46,910 +وارفعوا على المتجر، وآخر ما يقدروا يقولوا هاي ال + +516 +00:48:46,910 --> 00:48:48,310 +product السادس diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ab938aef5cf70951f08864b9e0678439bba0f005 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_postprocess.srt @@ -0,0 +1,2064 @@ +1 +00:00:21,680 --> 00:00:26,080 +السلام عليكم هنكمل ان شاء الله اليوم في نهاية + +2 +00:00:26,080 --> 00:00:30,580 +المحاضرة الماضية ان هنا بعض الأمور المتعلقة بال + +3 +00:00:30,580 --> 00:00:34,640 +XML زي مثلا كيف انا من خلال تصميم ال layout بقدر + +4 +00:00:34,640 --> 00:00:41,340 +اعرف variables استخدمها في التصميم يعني مثلا شفنا + +5 +00:00:41,340 --> 00:00:45,670 +كيف نعرف colorفي ملف ال colors الموجود في values + +6 +00:00:45,670 --> 00:00:49,890 +صح ولا يا جماعة على أساس ان انا مثلا ممكن اكون + +7 +00:00:49,890 --> 00:00:55,870 +عندي عدد كبير من ال activities و بستخدم مثلا فيهم + +8 +00:00:55,870 --> 00:01:01,390 +لون لل text فالان بدل ما انا احتاج ان اعرف الرقم + +9 +00:01:01,390 --> 00:01:04,910 +اكتبه hard coded داخل ملف ال XML بخليه يعمل + +10 +00:01:04,910 --> 00:01:07,750 +reference ل variable موجود في ال XML file بحيث ان + +11 +00:01:07,750 --> 00:01:12,130 +انااحتاج فى اى لحظة اغير لون ال text بروح بغير من + +12 +00:01:12,130 --> 00:01:15,130 +ال xml file فبتغير فى كل ال layout شوفنا كمان + +13 +00:01:15,130 --> 00:01:19,410 +موضوع تانى اللى هو ال strings انه انا مثلا بدي + +14 +00:01:19,410 --> 00:01:22,830 +ادعم اللغة العربية والانجليزية كل اللى عليا اسويه + +15 +00:01:22,830 --> 00:01:27,310 +ان اروح اعمل مجلة اسمه values AR تمام ال AR هدى هو + +16 +00:01:27,310 --> 00:01:30,070 +بيفهمها ال computer لحاله انه المفروض كل اللى + +17 +00:01:30,070 --> 00:01:34,000 +موجود داخلها خاص باللغة العربيةفبأخد ملف ال + +18 +00:01:34,000 --> 00:01:37,380 +strings اللي بحط فيه النصوص نفسها اللي موجودة في + +19 +00:01:37,380 --> 00:01:40,360 +ملف ال strings اللي موجود في values يعني بيكون + +20 +00:01:40,360 --> 00:01:43,500 +عندي كام ملف ال strings؟ ماني واحد في values واحد + +21 +00:01:43,500 --> 00:01:46,460 +في values ar في نفس الأسماء المتغيرات لكن قيمهم + +22 +00:01:46,460 --> 00:01:50,260 +تختلف واحد عرب واحد انجليزي بيجرب تغيير لغة الجهاز + +23 +00:01:50,260 --> 00:01:54,180 +لحاله هياخد اللغة المناسبة إذا كان انجليزي بياخد + +24 +00:01:54,180 --> 00:01:57,700 +ال values إذا كان عرب بياخد ال values ar طب مافيش + +25 +00:01:57,700 --> 00:02:03,560 +values ar برجع لل values تمام؟طيب نجي لان نكمل + +26 +00:02:03,560 --> 00:02:06,920 +اللى بدأناه في آخر المحاضرة اللى هو كيف تتعامل او + +27 +00:02:06,920 --> 00:02:12,720 +عمل actions من خلال ال code لان انا عندي مثلا لئة + +28 +00:02:12,720 --> 00:02:16,780 +بسيطة فيها ايد ال text وفيها pattern اول خطوة + +29 +00:02:16,780 --> 00:02:19,620 +جامعة لتعامل مع ال code ده اتأكد ان كل واحد فيهم + +30 +00:02:19,620 --> 00:02:23,160 +له ID لازم يكون لكل واحد ID فانا لو روحت على ال + +31 +00:02:23,160 --> 00:02:23,420 +XML + +32 +00:02:26,390 --> 00:02:30,550 +هي ال battle هو مابعطيله ID طبعا لسه ال battle بده + +33 +00:02:30,550 --> 00:02:34,690 +اربطه هي مربوط ايش المشكلة + +34 +00:02:58,400 --> 00:02:58,700 +أه + +35 +00:03:15,770 --> 00:03:19,350 +طيب بتتأكد ان كل واحد له ID طبعا هو by default في + +36 +00:03:19,350 --> 00:03:22,090 +ال constraint layout لما تاخد اي عنصر و تحطه + +37 +00:03:22,090 --> 00:03:25,470 +بيعمله ID هو ليش بيعمل ID عشان لما يربطوا عناصر + +38 +00:03:25,470 --> 00:03:28,710 +بعض بيشيله ال ID تبعه وقلنا انه عامل ال ID لازم + +39 +00:03:28,710 --> 00:03:33,010 +تكتب at plus ID و تكتب اسم ال ID اللي بدكيها طبعا + +40 +00:03:33,010 --> 00:03:36,190 +أحيانا احنا ملازم نغيّر ال ID عشان نحط اسم يعني + +41 +00:03:36,190 --> 00:03:39,970 +اللي معناه يعني هو ايش مسميه Edit Text تمام انا + +42 +00:03:39,970 --> 00:03:45,120 +بدي اسمه مثلا username edعلى أساس إنه أبين لإيش + +43 +00:03:45,120 --> 00:03:48,500 +فايدة الـ Edit Text هذا عندي Button تاني هدمسميه + +44 +00:03:48,500 --> 00:03:56,180 +Button 2 تمام؟ بدي أسميه مثلا Login Button طيب + +45 +00:03:56,180 --> 00:04:01,960 +الآن بناروح لل class ملف ال Java حكينا + +46 +00:04:01,960 --> 00:04:04,140 +المحاضرة الماضية إنه أنا عندى في ملف ال Java + +47 +00:04:04,140 --> 00:04:07,260 +method اسمها onCreate + +48 +00:04:11,050 --> 00:04:14,130 +هذا الـ method onCreate هي أول method بتتم تنفيذه + +49 +00:04:14,130 --> 00:04:16,910 +لما شغل ال activity اول ماتشغل ال activity بتتم + +50 +00:04:16,910 --> 00:04:19,790 +تنفيذه ال method هذه و لاحظ ان فيها سطريا لازم انت + +51 +00:04:19,790 --> 00:04:23,130 +ماتشيلهمش اللي هو ال super.onCreate بستدعي ال + +52 +00:04:23,130 --> 00:04:28,100 +super onCreate methodلأنه لو ماحطش هذه صارت ال all + +53 +00:04:28,100 --> 00:04:31,820 +created في ال class هذه لغت اللي في ال parallel هو + +54 +00:04:31,820 --> 00:04:34,420 +بحتاج ال code اللي في ال parallel فاستدعى و بعدين + +55 +00:04:34,420 --> 00:04:37,960 +نفذ method مهمة اللي هي set content view ايش بتعمل + +56 +00:04:37,960 --> 00:04:43,320 +هذه بتجيب هذا اسم layout تبع ال activity اللي + +57 +00:04:43,320 --> 00:04:46,100 +بيسويه هذه set content view و بيحور ال xml ل java + +58 +00:04:46,100 --> 00:04:50,060 +objectsتمام؟ زمان احنا في الـ Java لما كنا ننشئ + +59 +00:04:50,060 --> 00:04:53,960 +Button كنا نقوله New J Button New J Text Field New + +60 +00:04:53,960 --> 00:04:58,540 +كذا الآن في ال Android هو بيعمل نفس الشيء بنشئ كل + +61 +00:04:58,540 --> 00:05:02,220 +حاجة XML بنشئهم Objects بس وريحنا بيقوله بدل ما + +62 +00:05:02,220 --> 00:05:07,060 +أنت تحتاج تنشئ العناصر برمجيا انت عملهم XML وانا + +63 +00:05:07,060 --> 00:05:11,260 +بحولك إياهم Java يعني في الآخر كله بتحول ل Java + +64 +00:05:11,260 --> 00:05:14,800 +هذه ال method هي المهمة عشان هي هذه ال method اللي + +65 +00:05:14,800 --> 00:05:18,930 +وعملت لها comment شغلتهتطلع الشاشة بيضا، هتشتغل، + +66 +00:05:18,930 --> 00:05:23,650 +بس هتطلع الشاشة بيضا، ليش؟ ما أنشأش واجهة، تمام؟ + +67 +00:05:23,650 --> 00:05:27,390 +والمفروض كمان أن بعد ال method هذه، إذا حاولت تعمل + +68 +00:05:27,390 --> 00:05:30,430 +actions أو تتعامل مع عناصر الواجهة، يكون كودك بعد + +69 +00:05:30,430 --> 00:05:34,330 +السطر هذا، في شباب الناس بتغلط، بتحط ال code تبعه + +70 +00:05:34,330 --> 00:05:39,170 +هنا، بحاولوا يدوروا على البتم، بطلّوه هناError ليش + +71 +00:05:39,170 --> 00:05:42,230 +بطلع Error لأن البتن لسه ما تمش انشاءه انت بتن + +72 +00:05:42,230 --> 00:05:46,230 +انشاءه اصلا بعد السطر هذا طب ان عمل السطر هذا الآن + +73 +00:05:46,230 --> 00:05:49,950 +بدنا نجيب عناصر الشاشة أبسط عنصر نتعامل معاه هو + +74 +00:05:49,950 --> 00:06:05,910 +البتن هاي ال layout في + +75 +00:06:05,910 --> 00:06:06,890 +مشكلة في الذر هذا + +76 +00:06:27,320 --> 00:06:33,620 +عارفين ليش حصلت المشكلة؟مش غيرنا ال IDs ما هو هذا + +77 +00:06:33,620 --> 00:06:38,340 +كان نقوله انت مربوط بهذا غيرنا ال ID فالربط اختلف + +78 +00:06:38,340 --> 00:06:41,920 +فعشان تغير ال ID صح تعالي تغيره من هنا من ال + +79 +00:06:41,920 --> 00:06:45,380 +attributes لما تغيره من هنا بضمن انه ايش العلاقات + +80 +00:06:45,380 --> 00:06:50,460 +يظبطها لحاله يعني هاي هنا بقى login button اذا + +81 +00:06:50,460 --> 00:06:57,860 +غيرته من ال XML بدك تنتبه ان الربط يكون صح تمام؟ + +82 +00:06:57,860 --> 00:07:01,260 +هاي هنا مثلا هذا مربوط في username EDقم بتغيير + +83 +00:07:01,260 --> 00:07:05,640 +الربط لكي تضمن أنك لم تتغير في أكتر مكان فقط قم + +84 +00:07:05,640 --> 00:07:08,680 +بتغييره من ال attribute وهو لحاله و بيظبطه طيب + +85 +00:07:08,680 --> 00:07:13,480 +خلاص هاي حطينا ال button نيجي + +86 +00:07:13,480 --> 00:07:17,180 +على ال Java class طيب الآن بدنا نجيب ال button + +87 +00:07:17,180 --> 00:07:22,420 +تبعا حكينا برضه المحاضر الماضي أن كل عنصر بتنشأه + +88 +00:07:22,420 --> 00:07:27,480 +ال ID تبعه بيحوله لمتغير في ال Java و بيخزنه في + +89 +00:07:27,480 --> 00:07:32,050 +class اسمها ال Rأيش الفايدة من ال class R هذه؟ هذه + +90 +00:07:32,050 --> 00:07:36,450 +ال class R Java بقدر أوصلها من ال class هذه بتاعته + +91 +00:07:36,450 --> 00:07:41,570 +أقوله الآن بدي أقوله هاتلي ال view اللي ال ID تبعه + +92 +00:07:41,570 --> 00:07:44,990 +كذا كذا، هيك احنا بجيب العنصر، الآن احنا اتفجنا ان + +93 +00:07:44,990 --> 00:07:48,430 +ال X من الها ده كله بتتحول ل Java objects أي + +94 +00:07:48,430 --> 00:07:50,790 +button عندك، عندك عشرين button كل واحد بتتحول ل + +95 +00:07:50,790 --> 00:07:51,750 +objects من نوع button + +96 +00:07:54,570 --> 00:07:57,150 +الفكرة انه رايحني بدل ما اقوله new button هو اللي + +97 +00:07:57,150 --> 00:08:00,370 +هان عملهم بس بضال عليا خطوة ان اجيبهم تمام كل + +98 +00:08:00,370 --> 00:08:02,970 +عزيزي اللي معاه بده اجيبهم كيف بده اجيبهم لأن في + +99 +00:08:02,970 --> 00:08:09,540 +مثل جهاز اسمه find view by IDfind view by ID هذه + +100 +00:08:09,540 --> 00:08:12,640 +الـ find view by ID بتطلب ID اللي هو من نوع + +101 +00:08:12,640 --> 00:08:16,180 +integer تمام؟ مين هو هذا ال ID integer؟ شوفت + +102 +00:08:16,180 --> 00:08:20,360 +المتغير اللي انت عملته؟ بيعمله رقم و بخزنه اسم + +103 +00:08:20,360 --> 00:08:23,560 +متغير بنفس الاسم اللي انت حطيته عشان توصل لو بتحط + +104 +00:08:23,560 --> 00:08:30,140 +R.ID dot الان ايش سمنا ال button احنا؟ سمناه login + +105 +00:08:30,140 --> 00:08:37,220 +login button اكتب اول حرفين هي جابو تمام؟الان هذا + +106 +00:08:37,220 --> 00:08:43,260 +ال method بترجح بتن تمام طيب بتنشأ بس reference + +107 +00:08:43,260 --> 00:08:50,260 +بتن واحد خلاص هيك بيكفي بدون casting حتى find view + +108 +00:08:50,260 --> 00:08:56,460 +by ID بتحط R.ID تتلقى اسم الزر اه وهنا انا هعمل + +109 +00:08:56,460 --> 00:09:01,870 +متغير مش عشان القيمة اللي بترجع احفظها هناأيش نوع + +110 +00:09:01,870 --> 00:09:05,110 +هذا البتم؟ شوفت الأنواع اللي هنا موجودة؟ نفس النوع + +111 +00:09:05,110 --> 00:09:10,590 +اللي أنت كتبته هنا فيه برضه مقابله Java Class وفيه + +112 +00:09:10,590 --> 00:09:14,910 +Java Class اسمها Edit Text وفيه Java Class اسمها + +113 +00:09:14,910 --> 00:09:19,930 +Image View تمام؟ كل العلاوات اللي بتضيفها هي أصلا + +114 +00:09:19,930 --> 00:09:23,930 +عبارة عن Java Classes + +115 +00:09:23,930 --> 00:09:26,150 +بعدين نرجع لل code طبعا، هيك جاب البتم + +116 +00:09:29,140 --> 00:09:32,380 +الان شوف ايش بده اتساوي مادام جبت ال button تعالي + +117 +00:09:32,380 --> 00:09:38,160 +تقولي button واحد dot ايش هدوله؟ methods موجودين + +118 +00:09:38,160 --> 00:09:41,700 +الان انتبه معايا كل ال attributes اللي يمكننا + +119 +00:09:41,700 --> 00:09:46,660 +نغيّرها بال XML ممكن نتحكم فيها هنا يعني مثلا في + +120 +00:09:46,660 --> 00:09:50,480 +attribute اسمها text هدل ايش؟ للنص تبعه الان فيه + +121 +00:09:50,480 --> 00:09:55,480 +هنا برضه set text اقوله + +122 +00:09:55,480 --> 00:09:57,760 +مثلا تسجيل دخول + +123 +00:10:03,700 --> 00:10:08,660 +الان ال text اللي هنا ايش كان؟ هاي ال button طبعي + +124 +00:10:08,660 --> 00:10:19,080 +ال text كان button او خلينا نقول login هنا + +125 +00:10:19,080 --> 00:10:22,860 +في ال class ايش حطيت؟ تسجيل طب مين هياخد هادي ولا + +126 +00:10:22,860 --> 00:10:26,320 +هادي؟ ايش رأيكم؟ ليش ال Java؟ + +127 +00:10:29,420 --> 00:10:32,260 +لأ لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +128 +00:10:32,260 --> 00:10:35,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +129 +00:10:35,060 --> 00:10:40,560 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +130 +00:10:40,560 --> 00:10:41,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +131 +00:10:41,060 --> 00:10:41,400 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +132 +00:10:41,400 --> 00:10:41,900 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +133 +00:10:41,900 --> 00:10:41,920 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +134 +00:10:41,920 --> 00:10:51,460 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +135 +00:10:51,460 --> 00:10:55,620 +لأ + +136 +00:10:56,820 --> 00:11:03,620 +هذه مثلا 24 اسم من غير SP بطول + +137 +00:11:03,620 --> 00:11:11,260 +واحد ست تكست color ال color هذه موجودة في class + +138 +00:11:11,260 --> 00:11:16,740 +اسمها color dot مثلا blue هذه + +139 +00:11:16,740 --> 00:11:19,120 +الموجودة في الجافة كنا نستخدمها في الجافة + +140 +00:11:37,640 --> 00:11:48,680 +أو لحظة أتذكرها موجودة هي color dot RGB RGB RGB + +141 +00:11:48,680 --> 00:11:53,090 +اللي هي الفة هذا الشفافية يعنيوفي RGB لحالها هاي + +142 +00:11:53,090 --> 00:12:02,650 +اعطيله مثلا طبعا هنا بده integer 255000 طبعا هذا + +143 +00:12:02,650 --> 00:12:06,870 +لحاله هو بيحولله integer في الآخر لاحظ حتى هو + +144 +00:12:06,870 --> 00:12:11,290 +بيضيف حاجات عشان ينبهك الها يعني هذه red هذه green + +145 +00:12:11,290 --> 00:12:18,890 +هذه blue وها كذا كل الخصائص اللي كنا نعملها XML + +146 +00:12:18,890 --> 00:12:25,210 +موجودةك code طبعا انت بتستكشفها لحالك هذه الخصائص + +147 +00:12:25,210 --> 00:12:29,510 +انا بفرجل بعض .. بعض منها الان حتى هي لو جربنا + +148 +00:12:29,510 --> 00:12:33,910 +نشغل الان + +149 +00:12:33,910 --> 00:12:38,750 +طبعا انت لو عملت preview مش هتشوف هذه الاعدادات + +150 +00:12:38,750 --> 00:12:42,910 +هذه امت بتظهر بعد ما تشغل لأ مش لما تضغط ماعملناش + +151 +00:12:42,910 --> 00:12:46,810 +احنا اتضغط لسهبعد ما تشغل تطلع الأددات الجديدة + +152 +00:12:46,810 --> 00:12:51,630 +حاليا هذه ال activity الزر زي ما هو لسه التنسيق + +153 +00:12:51,630 --> 00:12:55,910 +الأصلي التنسيق الجديد امتى بيصير بعد ما ال code + +154 +00:12:55,910 --> 00:13:00,370 +يشتغل الان السؤال قبل ما يشتغل مين أفضل احنا نعمل + +155 +00:13:00,370 --> 00:13:04,210 +XML ولا نعمل ال code ايش رأيكوا + +156 +00:13:07,100 --> 00:13:11,680 +طيب الأصل الأفضل أنك تعمل كل حاجة XML خلاص هي + +157 +00:13:11,680 --> 00:13:15,280 +الفكرة في الاندرويد ليش عاملك أصلا التصميم XML + +158 +00:13:15,280 --> 00:13:19,840 +عشان يفسل التصميم عن ال actions طبعا لكن إذا أنا + +159 +00:13:19,840 --> 00:13:23,920 +محتاج أني أغير الإعدادات أثناء ال run-time بحتاج + +160 +00:13:23,920 --> 00:13:27,740 +أعملها code يعني بدي مثلا أنه في اللحظة المعينة + +161 +00:13:27,740 --> 00:13:31,490 +لما ال user يضغط على الزر يضغط على اللولةهذا مش في + +162 +00:13:31,490 --> 00:13:34,450 +البداية أثناء ما هو البرنامج شغال فبتلزم تعمله في + +163 +00:13:34,450 --> 00:13:37,610 +ال code فالحاجات الثانية بتعملها XML اللي بتلزم + +164 +00:13:37,610 --> 00:13:40,410 +تغيرها في ال code سويها أثناء ال run time عملها + +165 +00:13:40,410 --> 00:13:45,750 +بال code طيب + +166 +00:13:45,750 --> 00:13:48,450 +الحاجات برضه ما يشغل أه نجي للبطن و نعمل عليه + +167 +00:13:48,450 --> 00:13:54,370 +action أه فبتيجي للبطن هبجي في ال java كيف نكون + +168 +00:13:54,370 --> 00:14:00,290 +نعمل add action listener أه لأن هاي شكل الواجهة + +169 +00:14:10,890 --> 00:14:13,310 +هذه الزر شرف كتب تسجيل الدخول و حط اللون النص + +170 +00:14:13,310 --> 00:14:17,250 +بالأحمر و كبر حجم الخط يعني أعداد التسجيل أخدها + +171 +00:14:17,250 --> 00:14:21,290 +طيب الآن ال action في الجهاز اللي كنا نحط add + +172 +00:14:21,290 --> 00:14:23,670 +action listener لأن في حاجة شبيهة بس الأسماء + +173 +00:14:23,670 --> 00:14:31,330 +اختلفت في اسمها set on click listener set on click + +174 +00:14:31,330 --> 00:14:31,690 +listener + +175 +00:14:35,580 --> 00:14:38,640 +SitOnClickListener لأن هذه الـ OnClickListener كتب + +176 +00:14:38,640 --> 00:14:43,260 +لك بدي انا object منها OnClickListener هلجيك كيف + +177 +00:14:43,260 --> 00:14:45,760 +كنا نعملها في الجامعة لما كنا نعمل ActionListener + +178 +00:14:45,760 --> 00:14:50,160 +تلت طرق دلوقتي ممكن نعملها في class برا و نجيب ال + +179 +00:14:50,160 --> 00:14:54,780 +interface هذا ال interface زي ال action ال action + +180 +00:14:54,780 --> 00:14:56,580 +اللي كنا نعمل class برا و نقول implement + +181 +00:14:56,580 --> 00:15:00,600 +ActionListener أو ال class نفسها اللي أنا شغال + +182 +00:15:00,600 --> 00:15:03,770 +فيها implement ActionListener و نحط thisأو نعمل + +183 +00:15:03,770 --> 00:15:13,150 +اعلى class نفس + +184 +00:15:13,150 --> 00:15:18,330 +الشيء تماما هو لحاله هجيب مجرد ما تعملها هيضاف لك + +185 +00:15:18,330 --> 00:15:22,690 +method اسمهاon click اللي هي إيش كانت تقابل في ال + +186 +00:15:22,690 --> 00:15:28,470 +action performed تمام و هاد on click جابتلك object + +187 +00:15:28,470 --> 00:15:32,190 +من نوع view مين هو ال view هذا اللي هو انت ضغط + +188 +00:15:32,190 --> 00:15:36,010 +عليه هو ال button تمام بس جابلكيها من نوع view + +189 +00:15:36,010 --> 00:15:41,570 +اللي هو ال parent تبعه تمام طيب لأ أخد مش هحتاجه + +190 +00:15:41,570 --> 00:15:47,610 +أنا أصلا هال game أه الآن هنا بيعمل event معين طيب + +191 +00:15:47,610 --> 00:15:53,630 +أه مثلا بدي لما أضغط على الذرأريد أن أطبع رسالة + +192 +00:15:53,630 --> 00:16:04,030 +طبعا نطبع رسالة طبعا انت لازم تقدر تغيّر مانو مثلا + +193 +00:16:04,030 --> 00:16:10,350 +باطوم ست background color اللي هو لون الخلفية + +194 +00:16:10,350 --> 00:16:12,210 +color.blue + +195 +00:16:17,010 --> 00:16:20,670 +طبعا هنا طلع error ليش؟ بقول هذه يا بتحطها final + +196 +00:16:20,670 --> 00:16:24,910 +يا بتعرفها فوق تمام؟ زي ال action لسه ما برضه كانت + +197 +00:16:24,910 --> 00:16:30,130 +موجودة في الجابة هذه يا بتحط هذه final يا اما + +198 +00:16:30,130 --> 00:16:32,590 +بتاخدها بتعرفها فوق هنا + +199 +00:16:51,370 --> 00:16:55,130 +ماشا يا جماعة هي الـ sit on click listener طيب لان + +200 +00:16:55,130 --> 00:16:57,890 +نتعلم اشي جديد بدنا نشوف كيف في الاندرويد نطبع + +201 +00:16:57,890 --> 00:17:02,770 +رسائل تمام؟ في اكتر من طريقة نطبع رسالة ابسط واحدة + +202 +00:17:02,770 --> 00:17:07,370 +فيهم في حاجة اسمها toast في ال toast اللي بتاكل اه + +203 +00:17:07,370 --> 00:17:14,170 +في class في الاندرويد اسمها هاي الواجهةلأن تضغط + +204 +00:17:14,170 --> 00:17:17,350 +عليه زيك هي تتحول لإيش لأزرق لإن وجدت اللي هو on + +205 +00:17:17,350 --> 00:17:24,810 +click حوليها لأزرقها اه لما اضغط صار أزرق طب بس + +206 +00:17:24,810 --> 00:17:28,890 +احنا بدنا ال action هال جيت ان نطبع او نظهر رسالة + +207 +00:17:28,890 --> 00:17:33,130 +بالاضافة ان يطبع ليها باللون الأزرق لأن في static + +208 +00:17:33,130 --> 00:17:38,590 +method في class اسمها toast هي toast هو عامل class + +209 +00:17:38,590 --> 00:17:43,470 +اسمها toast اسمها make textهذه ال method static + +210 +00:17:43,470 --> 00:17:47,710 +كيف عرفت انها method static؟ لان استدعيتها باسم ال + +211 +00:17:47,710 --> 00:17:52,170 +class تمام؟ وهذا ال make text من اسمها make text + +212 +00:17:52,170 --> 00:17:55,430 +يعني بتعمل نص أو رسالة تمام؟ بتاخد parameters + +213 +00:17:55,430 --> 00:18:01,310 +معينة و في الآخر بترجح object منها toast يعني هي + +214 +00:18:01,310 --> 00:18:04,610 +class اسمها toast make text و هترجحلي في الآخر + +215 +00:18:04,610 --> 00:18:08,090 +object منها toast هو ال toast هذا الرسالة عشان + +216 +00:18:08,090 --> 00:18:13,580 +أظهر ال toast بتيجي هنا بتعمل T.showواحد بيقول + +217 +00:18:13,580 --> 00:18:17,040 +show إيش، لسه ماحطناش ال parameters احنا، تمام؟ + +218 +00:18:17,040 --> 00:18:21,360 +هذه ال make text عشان يعمل النص بده تلت حاجات، + +219 +00:18:21,360 --> 00:18:26,920 +تمام؟ الحاجة الأولى، لحظة، حاجة اسمها reference + +220 +00:18:26,920 --> 00:18:31,400 +للتطبيق، الآن فعليا الرسالة هذه بده يربطها في + +221 +00:18:31,400 --> 00:18:35,520 +تطبيق، شفتوا احنا لما كنا نطبع اللي هي j option + +222 +00:18:35,520 --> 00:18:39,970 +paint و show message، كنا نعطيله أول parameterالـ + +223 +00:18:39,970 --> 00:18:43,390 +Frame عشان يربط الرسالة في الـ Frame لأن نفس + +224 +00:18:43,390 --> 00:18:46,810 +الحاجة .. حاجة .. اشي شبيه في الفكرة ان الرسالة + +225 +00:18:46,810 --> 00:18:50,730 +بتوصل هنا و بدك تربطها في التطبيق تبعك طبعا؟ طيب + +226 +00:18:50,730 --> 00:18:56,450 +ايش نحط هنا؟ بدوا حاجة اسمها .. بيسميها Context اه + +227 +00:18:56,450 --> 00:19:01,330 +بدوا حاجة اسمها Context ايش هو ال Context؟ خلينا + +228 +00:19:01,330 --> 00:19:05,190 +نقول مبدئيا ان ال Context هو التطبيق تبعك طبعا؟ + +229 +00:19:05,190 --> 00:19:07,770 +كيف نجيب ال Context؟ في نفذ جهاز اسمه Get + +230 +00:19:09,350 --> 00:19:14,270 +application context أي method بعد هيك بده context + +231 +00:19:14,270 --> 00:19:19,430 +بتستدعيله إيش get application context تمام؟ هذا + +232 +00:19:19,430 --> 00:19:23,090 +method جاهزة أنا كتبتها وما كتبتهاش كيف اتعرف + +233 +00:19:23,090 --> 00:19:27,290 +عليها لأن أنا موجودة في ال super class هو هذا بطلب + +234 +00:19:27,290 --> 00:19:29,670 +مني حاجة اسمها context على طول أي حاجة بطلب منك + +235 +00:19:29,670 --> 00:19:32,230 +context تديله get application context استدعي ال + +236 +00:19:32,230 --> 00:19:37,690 +method ال parameter التاني رسالة هاي مثلا هنا + +237 +00:19:37,690 --> 00:19:38,090 +reward + +238 +00:19:42,130 --> 00:19:46,550 +تمام؟ لازم بالترتيب طبعا؟ اه لازم بالترتيب طبعا ال + +239 +00:19:46,550 --> 00:19:51,110 +parameter التالت اللي هو مدة الرسالة هل دي محددها + +240 +00:19:51,110 --> 00:19:54,990 +ثابت في ال class toast؟ toast في عندي length long + +241 +00:19:54,990 --> 00:19:59,370 +و length short هل بدك فترة عرض الرسالة طويلة ولا + +242 +00:19:59,370 --> 00:20:03,990 +قصيرة؟ تمام؟ مثلا خلينا نقول long هنا + +243 +00:20:11,030 --> 00:20:18,090 +مش هو يتحكم لما تتبع كيف؟ هو يتحكم لما يتبع لا هي + +244 +00:20:18,090 --> 00:20:30,310 +ثابت اللي هدا لحظة + +245 +00:20:30,310 --> 00:20:31,370 +ليش هو هيك؟ + +246 +00:20:59,670 --> 00:21:02,570 +طيب هاي اللي عملناها مش عارف اش هي اللي اتغير + +247 +00:21:02,570 --> 00:21:08,490 +نفسها هي طيب الانها دي يا جماعة ال method make + +248 +00:21:08,490 --> 00:21:12,730 +text بترجع بترجع toast و بعدين بتيجي ال toast + +249 +00:21:12,730 --> 00:21:21,310 +بتقوله show تمام ايش + +250 +00:21:21,310 --> 00:21:24,130 +ال error اللي مطلع هنا + +251 +00:21:38,540 --> 00:21:42,020 +لأ فيش ايه لأ بس هو كان ضيع شوية + +252 +00:22:02,780 --> 00:22:16,660 +طيب هذا الرسالة هي ال toast طبعا طيب + +253 +00:22:16,660 --> 00:22:21,560 +تعالى نشوف مثال الان بدى انا اضغط على ال button + +254 +00:22:21,560 --> 00:22:25,120 +يقرأ + +255 +00:22:25,120 --> 00:22:30,340 +ليالـ edit text المكتوب هنا هذا ال edit text عشان + +256 +00:22:30,340 --> 00:22:35,440 +انا بكتب نص فيه يقرأ ليه ويطبع ليه في ال toast لأن + +257 +00:22:35,440 --> 00:22:42,380 +هذا ال edit text له ID برضه هي username ed طيب + +258 +00:22:42,380 --> 00:22:49,300 +تعالى هنا بدنا نقرأ أهليات ال text view edit + +259 +00:22:49,300 --> 00:22:57,130 +text مش text view edit text ed1 find viewby id r + +260 +00:22:57,130 --> 00:23:01,410 +.id username + +261 +00:23:01,410 --> 00:23:07,550 +id طيب خلاص قرأنا الان احنا بدنا نجيب النص اللي + +262 +00:23:07,550 --> 00:23:11,790 +فيه امتى لما اضغط على زر حاول تظبط ال logic اللي + +263 +00:23:11,790 --> 00:23:15,230 +عندك انا بده اجيب النص تبعه امتى في لحظة لما اضغط + +264 +00:23:15,230 --> 00:23:20,450 +على زرفابدأ أخد بس هذا خلّيه final هنا ليش حطيته + +265 +00:23:20,450 --> 00:23:24,710 +final؟ عشان أستخدم جوجل أكشن هنا لما أضغط على الزر + +266 +00:23:24,710 --> 00:23:29,470 +بدي أقوله ed1.gettext + +267 +00:23:29,470 --> 00:23:32,430 +هيجيبلكيها من نوع حاجة اسمها editable dot to + +268 +00:23:32,430 --> 00:23:39,010 +string عشان يحوله لstring وهيحطه في string مثلا + +269 +00:23:39,010 --> 00:23:43,750 +username تمام؟ + +270 +00:23:43,750 --> 00:23:48,740 +لأن هذا هو اللص اللي بدي أطبعهبتحط بتحط مثلا hello + +271 +00:23:48,740 --> 00:23:54,460 +و بتحط slash username + +272 +00:23:54,460 --> 00:23:59,240 +تمام؟ + +273 +00:24:27,770 --> 00:24:34,230 +لسه أنا مش كاتب لحظة احمد انا و احمد اه عشان + +274 +00:24:34,230 --> 00:24:38,630 +احولها لنص تمام + +275 +00:24:38,630 --> 00:24:44,590 +يا جماعة طيب تعالوا نعمل برنامج أساسية في + +276 +00:24:44,590 --> 00:24:52,590 +الوقت المتبقي بنعمل لجماعة برنامج مسبح + +277 +00:24:52,590 --> 00:25:03,430 +إلكترونيةاه بس .. اه انا قلت اكتر اه بس + +278 +00:25:03,430 --> 00:25:04,610 +اخليك عليها اني اتكلم + +279 +00:25:20,520 --> 00:25:24,600 +طيب برنامج المسبح الإلكترونية بدنا شاشة لعرض الرقم + +280 +00:25:24,600 --> 00:25:29,780 +صح؟ بده أحط text view + +281 +00:25:29,780 --> 00:25:38,940 +هو + +282 +00:25:38,940 --> 00:25:42,140 +أنا أتعلم منها أشياء جديدة طيب هاي ال text view + +283 +00:25:42,140 --> 00:25:50,490 +بدنا إيش؟ نسميها إيش ال ID؟ count screenبتعرض لك + +284 +00:25:50,490 --> 00:25:57,570 +العدد يعني لسه ما رابطنا عشان فيش غيره على الشاشة + +285 +00:25:57,570 --> 00:26:03,270 +خليه يبدأ إيه عرض صفر background + +286 +00:26:10,570 --> 00:26:22,290 +طيب استنى شوية text-size 32 او 36 sp gravity + +287 +00:26:22,290 --> 00:26:30,550 +center horizontal و central center vertical عشان + +288 +00:26:30,550 --> 00:26:34,450 +يجيب كل حاجة في النص تمام فجيتنا نحط هنا زرين + +289 +00:26:43,690 --> 00:26:51,010 +طيب هذا ربطناه هذول اتنين علمهم و اعملهم ايش chain + +290 +00:26:51,010 --> 00:26:56,210 +اربط + +291 +00:26:56,210 --> 00:26:57,770 +هذا هيك + +292 +00:27:05,570 --> 00:27:10,430 +بدنا نظبط ال ID بتاعهم هذا الأولاني ايش بنسميه ا + +293 +00:27:10,430 --> 00:27:15,910 +click button و + +294 +00:27:15,910 --> 00:27:22,250 +مكتوب فيه انا + +295 +00:27:22,250 --> 00:27:25,990 +بغيرش النص غيرت ال ID في الأول ا click button بغير + +296 +00:27:25,990 --> 00:27:33,790 +ال ID هذا اللي جنبه ال ID نسميه reset button و + +297 +00:27:33,790 --> 00:27:34,490 +مكتوب فيه + +298 +00:27:43,990 --> 00:27:47,790 +reset طيب خلصنا تصميم ال layout بدنا نجيه ال gate + +299 +00:27:47,790 --> 00:27:52,410 +على ال code لأن + +300 +00:27:52,410 --> 00:27:55,290 +الفكرة ان انا عند متغير counter بس كل ما اضغط على + +301 +00:27:55,290 --> 00:27:59,190 +الذرد click يغير القيمة اللي موجودة فوق فابد أعرف + +302 +00:27:59,190 --> 00:28:04,750 +هنا متغير integer count يساوي صفر بنجيه بالذرين + +303 +00:28:04,750 --> 00:28:06,410 +اللي عندى button + +304 +00:28:27,210 --> 00:28:29,650 +و بعدين عند ال text view + +305 +00:28:49,210 --> 00:28:58,470 +الان كليك بتول set on click listener new on click + +306 +00:28:58,470 --> 00:28:59,650 +listener + +307 +00:29:02,320 --> 00:29:07,100 +هيعمل count زائد زائد ويعدل القيمة الموجودة في ال + +308 +00:29:07,100 --> 00:29:13,740 +text view بروح ل tv set text وبيحط count بس انتبه + +309 +00:29:13,740 --> 00:29:18,040 +معايا ال set text بتطلب او حتى لو حطت رقم تقبله + +310 +00:29:18,040 --> 00:29:22,980 +لكن لما تجي تشتغل هيطلعلك error لازم تكون string + +311 +00:29:22,980 --> 00:29:27,600 +تمام ماشي + +312 +00:29:27,600 --> 00:29:30,180 +هيك يا جماعة الآن الزر التاني + +313 +00:29:56,000 --> 00:29:59,720 +ماشي يا جماعة خلصنا خرجت اعمل run + +314 +00:30:31,770 --> 00:30:38,050 +تمام هاي العداد هدرست برجع بصفر تمام طيب تعالى + +315 +00:30:38,050 --> 00:30:41,770 +نتعلم حاجات جديدة فى التطبيق هلجيت جماعة لو انا + +316 +00:30:41,770 --> 00:30:49,130 +شغال زيك و بعمل click تمام و لفت الجوال مش + +317 +00:30:49,130 --> 00:30:55,670 +راضى اللف الجوال انا موقف الدوران شغال + +318 +00:31:03,760 --> 00:31:10,520 +لأ لأ لأ اقولك ليش لأن انا اصلا اعملها مثبت ال .. + +319 +00:31:10,520 --> 00:31:16,080 +اه هرجعت يا جماعة انت لو لفيت التطبيق هيرجع ال + +320 +00:31:16,080 --> 00:31:23,030 +count بصفر ليش ايش الفكرة بقولك في ال Androidانت + +321 +00:31:23,030 --> 00:31:28,970 +لو تغير ال configuration اللي نسميه اعدادات + +322 +00:31:28,970 --> 00:31:33,650 +التطبيق مثلا تغيير ال orientation اتجاهه تغيير + +323 +00:31:33,650 --> 00:31:39,090 +النغم اذا صار فيه تغيير زي هيك بعمل كل ال activity + +324 +00:31:39,090 --> 00:31:44,190 +و بنشيها من أول لجديد بعمل كل ال activity يعني + +325 +00:31:44,190 --> 00:31:48,650 +كأنني سكر التطبيق و أنشأه مرة تانية انت ماتحسش فيه + +326 +00:31:48,650 --> 00:31:52,570 +لما تلف زي هيكهتلاقي الشاشة اتت بالعرض، بس إيش + +327 +00:31:52,570 --> 00:31:58,430 +القيم؟ صفرت كيف؟ + +328 +00:31:58,430 --> 00:32:02,990 +لأ، + +329 +00:32:02,990 --> 00:32:07,190 +هذا بيبقى شغال، تمام؟ لو التطبيق عملته لـ + +330 +00:32:07,190 --> 00:32:10,730 +Minimize، لكن أنا بقول لو لفيته، تمام؟ لفيته هي + +331 +00:32:10,730 --> 00:32:13,270 +تغيير في الـ Configuration، تغيير الـ Orientation، + +332 +00:32:13,270 --> 00:32:16,770 +بعمل كل الـ Activity بنشيطه من أول و جديدطب و اصلا + +333 +00:32:16,770 --> 00:32:19,990 +ليش بعمل هيك؟ ليش بعمل كل ال activity؟ لأن انت لو + +334 +00:32:19,990 --> 00:32:23,110 +تغير ال orientation تغير الإعداد تبعها صح ال + +335 +00:32:23,110 --> 00:32:27,470 +layout ممكن يتغير الأبعاد ممكن تتغير فبضطر ينشئها + +336 +00:32:27,470 --> 00:32:31,290 +من أول و جديد عشان يوزل علاصر و يعرض على الشاشة + +337 +00:32:31,290 --> 00:32:36,950 +بشكل مختلف ممكن يكون ال layout عرضه اختلف فبديه + +338 +00:32:36,950 --> 00:32:41,210 +يعرض من أول و جديد فكأنه بحتاج ينشئها من البداية + +339 +00:32:42,210 --> 00:32:45,670 +الفكرة أنه أنا ممكن حاليًا مبدأيًا هناخد احنا كيف + +340 +00:32:45,670 --> 00:32:48,990 +نعمل management لل orientation changes أنه كيف لو + +341 +00:32:48,990 --> 00:32:51,990 +تغير ال orientation يحافظ على البيانات الموجودة في + +342 +00:32:51,990 --> 00:32:55,050 +التطبيق بس حاليًا في ناس بتريح راسها إيش بتعمل + +343 +00:32:55,050 --> 00:32:58,930 +بتثبت التطبيق على اتجاه معين بحيث أنه لو نفيته + +344 +00:32:58,930 --> 00:33:02,910 +ماينففش معاه كيف بتروح لل manifest اه ال gate هاد + +345 +00:33:02,910 --> 00:33:05,810 +أول مرة روح عليه شوفتوا مش قلنا التطبيق بيكون من + +346 +00:33:05,810 --> 00:33:09,700 +تلات مجندات في الأولmanifest java resources تمام + +347 +00:33:09,700 --> 00:33:11,940 +بتروح على ال manifest ال manifest هذا عبارة عن xml + +348 +00:33:11,940 --> 00:33:16,740 +file فيه بعض الأددات العامة الخاصة بالتطبيق تمام + +349 +00:33:16,740 --> 00:33:22,400 +اه الان اول حاجة بنشوفها الان لو طلعت على ال + +350 +00:33:22,400 --> 00:33:26,580 +manifest هلاقي فيه tag اسمه application تمام و + +351 +00:33:26,580 --> 00:33:31,670 +هتلاقي فيه جوا tag اسمه activityالان التطبيق تبعي + +352 +00:33:31,670 --> 00:33:34,670 +فيه activity واحدة بدليل انه كان tag activity فيه + +353 +00:33:34,670 --> 00:33:38,690 +واحدة لو فيه activities تانية هتلاقي كل واحدة لها + +354 +00:33:38,690 --> 00:33:43,750 +tag تمام هدول الأعدادات اللي هنا أعدادات خاصة + +355 +00:33:43,750 --> 00:33:47,090 +بالتطبيق ككل كل حد جوا ال tag activity أعدادات + +356 +00:33:47,090 --> 00:33:53,440 +خاصة بال activity فالان مثلاأنا بدى أروح للـ + +357 +00:33:53,440 --> 00:33:57,360 +activity شايفين هذا ال tag بتاع ال activity هذا ال + +358 +00:33:57,360 --> 00:34:00,780 +opening tag بتاع ال activity أجيت هنا و أقول مثلا + +359 +00:34:00,780 --> 00:34:06,860 +كلمة orientation scheme orientation مثلا طبعا في + +360 +00:34:06,860 --> 00:34:11,640 +وضعين landscape إيش يعني يعني هذا التطبيق بس + +361 +00:34:11,640 --> 00:34:14,480 +بيعرضلك إياه landscape portrait + +362 +00:34:17,130 --> 00:34:21,210 +يعني بيعرضه بس portrait لو ماحددتش طبعا التطبيق + +363 +00:34:21,210 --> 00:34:25,750 +تبعك بنف portrait landscape هيك portrait يعني بس + +364 +00:34:25,750 --> 00:34:29,510 +بالعرض رأسيا لفت مش هينف معاك أنا عشان هيك هذا + +365 +00:34:29,510 --> 00:34:35,850 +مارضوش هينف لإن كنت عاملها في التطبيق تمام في + +366 +00:34:35,850 --> 00:34:39,070 +واحدة تانية برضه كويسة اللي هي windows soft input + +367 +00:34:39,070 --> 00:34:39,490 +mode + +368 +00:34:42,150 --> 00:34:45,530 +لأ ويندو سوفت input mode هذه هالجيت لو انت عندك + +369 +00:34:45,530 --> 00:34:49,370 +edit text في الشاشة edit text وشغلت ال activity + +370 +00:34:49,370 --> 00:34:54,490 +على طول بتطلعلك keyboard ليش؟ لأنه عمل focus على + +371 +00:34:54,490 --> 00:34:58,350 +ال edit text حط المؤشر عليه فعطول بتفتح ال + +372 +00:34:58,350 --> 00:35:02,110 +keyboard فمزعج يا لما انت تشغل التطبيق يطلعلك + +373 +00:35:02,110 --> 00:35:05,290 +keyboard فممكن تحط هذه اللي هي ويندو سوفت input + +374 +00:35:05,290 --> 00:35:09,950 +mode تحطها state hiddenaction hidden مخفية على + +375 +00:35:09,950 --> 00:35:11,970 +أساس أنه أول ما تشاجر ما تطلعش عندك ال keyboard + +376 +00:35:11,970 --> 00:35:15,490 +نطلّك تطلع اه لما تعمل touch على ال edit text + +377 +00:35:15,490 --> 00:35:20,030 +بتطلع عليك ال keyboard تمام هدول يعني مهمين هيك + +378 +00:35:20,030 --> 00:35:26,590 +طبعا خلاص كان ثبت العرض الرأسي تمام طيب نيجي حاجة + +379 +00:35:26,590 --> 00:35:31,830 +تانية هل جيت في ال activity بدنا + +380 +00:35:31,830 --> 00:35:32,650 +ال battle هذا + +381 +00:35:55,000 --> 00:35:59,160 +عشان ترسم أشكال في المسبح الإلكتروني + +382 +00:36:05,250 --> 00:36:09,310 +الاندرويد بتريح لك ان ترسم أشكال وبعدين تستخدم هذه + +383 +00:36:09,310 --> 00:36:14,280 +الأشكال مثلا ك backgroundللعناصر البطون مثلا احنا + +384 +00:36:14,280 --> 00:36:19,100 +بنخليه مدور فعليا بنرسم الدائرة ونحدد قطرها وجداش + +385 +00:36:19,100 --> 00:36:22,520 +فيه جو .. ايه .. ايه في لونها واش لون الخط اللي + +386 +00:36:22,520 --> 00:36:27,740 +مرسوم فيه تمام؟ و بعدين نقول للبطون ال background + +387 +00:36:27,740 --> 00:36:32,140 +تبع تاك هتكون الشكل هذا الرسمنا تمام؟ فبنشوف + +388 +00:36:32,140 --> 00:36:35,850 +هالجهد كيف نرسم احنا أشكالزي المطلوب في الواجب + +389 +00:36:35,850 --> 00:36:40,950 +الواجب ممكن ترسم مستطيل حواف مدورة طبعا هال gate + +390 +00:36:40,950 --> 00:36:46,430 +كيف هتبنى اعملها بدنا نروح على مجلد drawable بدنا + +391 +00:36:46,430 --> 00:36:49,330 +نروح على مجلد drawable في drawable فيه قولنا ايش + +392 +00:36:49,330 --> 00:36:52,870 +بنستخدمه الصور اللى بتحطها و ايضا في drawable + +393 +00:36:52,870 --> 00:36:56,590 +بتقدر ترسم الأشكال اللى انت بدكيها فاجينا على + +394 +00:36:56,590 --> 00:37:00,610 +drawable بتعمل click يمين عليها و بتقوله new تمام + +395 +00:37:00,610 --> 00:37:05,420 +و في عندك حاجة اسمها drawable resource fileبترجع + +396 +00:37:05,420 --> 00:37:08,960 +لـ drawable و بتقول له new و فيه drawable resource + +397 +00:37:08,960 --> 00:37:20,080 +file ايش بتسميه؟ ا click button shape انا هيك + +398 +00:37:20,080 --> 00:37:22,100 +سميته click button shape + +399 +00:37:29,370 --> 00:37:32,670 +طيب هى فتح لك الملف ال XML اللى بدنا هيه ايش + +400 +00:37:32,670 --> 00:37:35,250 +جايبلك جوا حاجة اسمها ال selector بدناها شهد ال + +401 +00:37:35,250 --> 00:37:40,250 +selector تمام احنا بدنا نرسم شكل تمام افتح هيك وفي + +402 +00:37:40,250 --> 00:37:47,510 +عندك حاجة اسمها ايش موجودة اسمها shape تمام طيب هو + +403 +00:37:47,510 --> 00:37:51,910 +بيساعدك كمان فى الرسم كتير ال tag shape في برضه + +404 +00:37:51,910 --> 00:37:54,850 +attribute اسمها shape عشان تحدد نوع الشكل اللى + +405 +00:37:54,850 --> 00:37:56,990 +بدكيه هو بيدعملك + +406 +00:38:00,010 --> 00:38:04,990 +أربع أنواع oval هو شكل بيضاوي rectangle مستطيل + +407 +00:38:04,990 --> 00:38:08,890 +line خط ring مش عارف زي ال oval ماجربتاش قبل هيك + +408 +00:38:08,890 --> 00:38:13,550 +لأن احنا بنرسم دائرة طبعا فبنقوله ايش oval مافيش + +409 +00:38:13,550 --> 00:38:18,670 +circle بس في oval اللي هو شكل بيضاوي طبعا بس احنا + +410 +00:38:18,670 --> 00:38:23,210 +بنوحد ال width و ال height بيصير دائرة طبعا هاي + +411 +00:38:23,210 --> 00:38:23,530 +oval + +412 +00:38:26,820 --> 00:38:33,680 +طيب الان لاحظ ان اعرفت shape نوعه oval تمام بس هو + +413 +00:38:33,680 --> 00:38:36,600 +سكره هنا تمام و هيك خلص ال shape بس احنا ايش فهي + +414 +00:38:36,600 --> 00:38:42,660 +نعمل بيجي و نعمل التسكيه لتحت ليش عملت هيك انا + +415 +00:38:42,660 --> 00:38:47,640 +عشان بدك تكتب جوا خصائص ال shape الان اول خاصية + +416 +00:38:47,640 --> 00:38:52,220 +تمام + +417 +00:38:52,220 --> 00:38:56,140 +هذه كلها خصائص لل shape اللي انت عملتهفي عندنا + +418 +00:38:56,140 --> 00:39:04,060 +solid او قبل ال solid stroke stroke هو رسم الحفة + +419 +00:39:04,060 --> 00:39:08,740 +بتاعته مش التعبئة بتاعته الحفة تمام؟ stroke هذه + +420 +00:39:08,740 --> 00:39:11,520 +طيب ايش بتاك ال color بتاع ال stroke؟ مثلا أحمر + +421 +00:39:11,520 --> 00:39:16,260 +ممكن تكتب الرقم + +422 +00:39:16,260 --> 00:39:20,410 +على طول dash و تكتب الرقم او تخليه تجيبه منالـ + +423 +00:39:20,410 --> 00:39:25,510 +color مش عايزنا نعرف كيف نعرف color هاي يقوله مثلا + +424 +00:39:25,510 --> 00:39:30,790 +FF000 يعني هذا اللي هترسونه بخط أحمر أو خلينا نقول + +425 +00:39:30,790 --> 00:39:36,070 +أسود لأن + +426 +00:39:36,070 --> 00:39:38,950 +width إيش ال width بتاع ال stroke خمل الخط اللي + +427 +00:39:38,950 --> 00:39:43,530 +بدك ترسون فيه مثلا خلينا نقوله H2 DB + +428 +00:39:47,900 --> 00:39:55,040 +لأن لو جيت على preview تمام هاي يجيب لك شكل بيضاوي + +429 +00:39:55,040 --> 00:40:01,100 +مرسوم بخط أسود وخمل الخط اتنين شوف هذا مثلا عشرة + +430 +00:40:01,100 --> 00:40:08,800 +هذا preview هنا بس تشوف شكله يعني طب + +431 +00:40:08,800 --> 00:40:09,500 +استنى شوية + +432 +00:40:12,950 --> 00:40:17,090 +طيب يعني انت بتعمل ال shape جوا حطينه ال stroke + +433 +00:40:17,090 --> 00:40:21,410 +بتحدد اللون الخط اللي مرسوم فيه بعدين في عندنا + +434 +00:40:21,410 --> 00:40:26,950 +solid هذا ايش solid التعبية اه التعبية بتاعته مثلا + +435 +00:40:26,950 --> 00:40:36,170 +بدنا نعبيه أحمر تمام؟ + +436 +00:40:36,170 --> 00:40:43,200 +في عندنا ال size حجم اللي انت بدركيه ثابتsize + +437 +00:40:43,200 --> 00:40:53,600 +width مثلا مية دي بي و height بساطة + +438 +00:40:53,600 --> 00:40:59,180 +يعني طيب + +439 +00:40:59,180 --> 00:41:03,820 +ايش فيه كمان فيه هنا padding هذه padding لو انت + +440 +00:41:03,820 --> 00:41:11,250 +كنت عايز الحواف تاعتهيعني مثلا خلّي من العشرة دي + +441 +00:41:11,250 --> 00:41:19,990 +بي bottom و top عشرة دي بي و left هذا لازم تحددهم + +442 +00:41:19,990 --> 00:41:25,850 +واحدة واحدة و right سهل + +443 +00:41:25,850 --> 00:41:30,950 +ولا صعب يا جماعةمرة تانية بتحدد ال shape و جواها + +444 +00:41:30,950 --> 00:41:35,010 +انا حددت تلات attributes stroke الخط solid التعبية + +445 +00:41:35,010 --> 00:41:41,490 +ال size الحجم طبعا اذا ماحددتش الحجم بياخد الحجم + +446 +00:41:41,490 --> 00:41:44,850 +بتاع الأنصر نفسه تمام و ال padding جدش ال content + +447 +00:41:44,850 --> 00:41:49,750 +بعيد عن حواف الشكل نفسه خلصنا هيك الشكل استخدمناها + +448 +00:41:49,750 --> 00:41:54,530 +لسه مستخدماش ارجع على الزر هايه + +449 +00:42:05,170 --> 00:42:16,690 +لأن حكيله background ات دروبل ات دروبل ات دروبل + +450 +00:42:16,690 --> 00:42:24,590 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +451 +00:42:24,590 --> 00:42:26,910 +دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل + +452 +00:42:26,910 --> 00:42:27,830 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +453 +00:42:27,830 --> 00:42:29,470 +دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل + +454 +00:42:29,470 --> 00:42:32,610 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +455 +00:42:32,610 --> 00:42:36,330 +دروبل ات دروبل اتلو لو يعني يبين فيه effect يعني + +456 +00:42:36,330 --> 00:42:42,130 +فكيف نعمل هذه تعالوا عندنا هنا على نفس الشكل اللي + +457 +00:42:42,130 --> 00:42:46,570 +رسمناه يعني حاليا خلاص رسمت أنا الشكل لكن هذا + +458 +00:42:46,570 --> 00:42:51,830 +الشكل ثابت يعني لو ضغطت مش هيصير حاجة بتيجي فوج + +459 +00:42:51,830 --> 00:42:55,630 +هنا تبقوا معايا شفته أول ما انشأته طلعلي حاجة + +460 +00:42:55,630 --> 00:42:56,350 +اسمها ال selector + +461 +00:43:07,310 --> 00:43:11,430 +طيب السيلكتور هاللي هال gate جوه انشأنا item + +462 +00:43:11,430 --> 00:43:14,650 +وبيقوله state press 2 + +463 +00:43:18,730 --> 00:43:25,250 +كلمة سيلكتور معناها زي التحديد أو الاختيار تمام؟ + +464 +00:43:25,250 --> 00:43:29,950 +جوا السيلكتور بدك تحدد الفكرة بتاعة السيلكتور انه + +465 +00:43:29,950 --> 00:43:33,710 +تحدد ال state و إيش بيصير عند كل state إيش ال + +466 +00:43:33,710 --> 00:43:39,450 +state؟ الحالة كل حالة اللي قام السيلكتور تبقى فاضي + +467 +00:43:39,450 --> 00:43:44,590 +مافيش في حاجة لو أخدت ال shape هذا كله و حطيته جوا + +468 +00:43:44,590 --> 00:43:45,230 +السيلكتور + +469 +00:43:50,360 --> 00:43:56,680 +مش هيشتغل ليش اه لأ اقولك ليش ماشتغلش في غلط لازم + +470 +00:43:56,680 --> 00:44:14,480 +نحطه جوا item تمام هيك هاي item وخد ال shape تمام + +471 +00:44:14,480 --> 00:44:20,900 +هيك عرضه طيب هذا ايش معناه ان انا سويتهالان اعملت + +472 +00:44:20,900 --> 00:44:25,720 +انا selector انه عن تحديد العنصر item هذا ال tag + +473 +00:44:25,720 --> 00:44:31,400 +المفروض ان احدد فيه متى يختار الشكل هذا هل حددت + +474 +00:44:31,400 --> 00:44:35,840 +انا state معينة؟ لأ معناه ان by default اول ما يجي + +475 +00:44:35,840 --> 00:44:39,000 +يعرض الشكل هيختار ال item هذا ليش؟ لان مافيش حالة + +476 +00:44:39,000 --> 00:44:42,300 +محددة فيه شوفوا انا ايش بدي اسوي بدي انسخ هذا ال + +477 +00:44:42,300 --> 00:44:49,680 +item و اعمل فوق هناكم item عندي؟ اتنين، بدي اجي + +478 +00:44:49,680 --> 00:44:53,320 +على واحد منهم، هذا، و بدي اقول له state pressed + +479 +00:44:53,320 --> 00:45:01,100 +true لأن هذا اللي هنا هينفذ امتى لما يكون state + +480 +00:45:01,100 --> 00:45:05,160 +pressed true؟ هذا اللي هنا امتى هينفذه؟ في اي حالة + +481 +00:45:05,160 --> 00:45:11,040 +غير هيكلأن أنا عندى معرّف 2 items واحد الأولانى + +482 +00:45:11,040 --> 00:45:14,700 +لما يكون state pressed to true لما يكون مضغوط على + +483 +00:45:14,700 --> 00:45:18,000 +answer ال item التانى محدد له state لأ هذا بيكون + +484 +00:45:18,000 --> 00:45:21,100 +ال default يعني لو ماضغطتش أي حالة تانية هياخد + +485 +00:45:21,100 --> 00:45:24,160 +الشكل اللى تحت واحد بيقول الشكلين زي بعض ماشي زي + +486 +00:45:24,160 --> 00:45:28,300 +بعض بس أنا باللعنة بيدروح للأولانى وبيقوله لما + +487 +00:45:28,300 --> 00:45:32,960 +ينضغط خلّيلي يا blue هذا + +488 +00:45:32,960 --> 00:45:38,670 +أزرق وهذا أيش أحمرهذا انت بتنفذ ال item لما يكون + +489 +00:45:38,670 --> 00:45:42,750 +true هذا انت بتنفذ اي حالة غير هى تعالى نعمل run + +490 +00:45:42,750 --> 00:45:48,410 +نشوف كيف شكله فاهمين + +491 +00:45:48,410 --> 00:45:49,050 +حاجة يا جماعة + +492 +00:46:24,640 --> 00:46:27,440 +أتمنى أن لا يكون هناك مشكلة في مجتمعنا + +493 +00:46:36,190 --> 00:46:45,190 +شايفين كيف هو اتضغط عليها بالسلولة ايش ازرق دور + +494 +00:46:45,190 --> 00:46:54,550 +عليها لحالك دكتور + +495 +00:46:54,550 --> 00:47:00,200 +مضلات البعض مصر تضالب بيانة؟هذا التغيير بتن .. بتن + +496 +00:47:00,200 --> 00:47:03,480 +.. الناس مالوش علاقة بالموضوع يعني هذا بيغير ال + +497 +00:47:03,480 --> 00:47:06,780 +shape ال background إذا مضغوطه بياخد ال background + +498 +00:47:06,780 --> 00:47:17,140 +هادي إذا مش مضغوطه بياخد هادي تمام؟ + +499 +00:47:17,140 --> 00:47:22,140 +لأن + +500 +00:47:22,140 --> 00:47:26,020 +حاول يا شباب هذا + +501 +00:47:26,020 --> 00:47:32,010 +المتروك ألكوااللي انت ممكن ايش تعمله تجيب صورة + +502 +00:47:32,010 --> 00:47:38,610 +مسبح إلكترونية زي هذه مثلا وحطها + +503 +00:47:38,610 --> 00:47:42,850 +background وخلّي بس يضغط هنا يطلّالك الرقم في + +504 +00:47:42,850 --> 00:47:49,110 +المصر ويضغط هنا بيعمل reset كيف بدك تعملها اعمل + +505 +00:47:49,110 --> 00:47:52,090 +button وخلّي لون ال background transparent + +506 +00:48:01,650 --> 00:48:04,170 +مفرغ يعني transparent ممكن تحط button و تخليه + +507 +00:48:04,170 --> 00:48:10,630 +transparent طبعا لا احنا بدنا على الصورة نفسها على + +508 +00:48:10,630 --> 00:48:14,190 +الصورة نفسها بتدعم ال button طبعا ال button مش + +509 +00:48:14,190 --> 00:48:18,490 +هيبين فبتحط خلفية ال button transparentاه روحوا + +510 +00:48:18,490 --> 00:48:23,030 +اشتغلوا امر بتطبيقوه شرا المتجر مش بدك في الاخر + +511 +00:48:23,030 --> 00:48:29,710 +انت في ال .. في اخر المادة لما تروح تشتغل هيقولك + +512 +00:48:29,710 --> 00:48:34,290 +فارجيني انت ايش عملت طيب + +513 +00:48:34,290 --> 00:48:39,210 +كل واجب .. كل واجب انت بتاخده او كل تمرين احنا + +514 +00:48:39,210 --> 00:48:44,190 +بناخده روح كمل عليهوظبطوا وعملوا تطبيق متكامل + +515 +00:48:44,190 --> 00:48:46,910 +وارفعوا على المتجر واخر ما يقدروا يقولوا هاي ال + +516 +00:48:46,910 --> 00:48:48,310 +product السادس + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..88a1d9cc0cdee95d7cdddf4f72730ad5221d6ad1 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/HL2pyjuzUFM_raw.srt @@ -0,0 +1,2080 @@ +1 +00:00:21,680 --> 00:00:26,080 +السلام عليكم هنكمل ان شاء الله اليوم في نهاية + +2 +00:00:26,080 --> 00:00:30,580 +المحاضرة الماضية ان هنا بعض الأمور المتعلقة بال + +3 +00:00:30,580 --> 00:00:34,640 +XML زي مثلا كيف انا من خلال تصميم ال layout بقدر + +4 +00:00:34,640 --> 00:00:41,340 +اعرف variables استخدمها في التصميم يعني مثلا شفنا + +5 +00:00:41,340 --> 00:00:45,670 +كيف نعرف colorفي ملف ال colors الموجود في values + +6 +00:00:45,670 --> 00:00:49,890 +صح ولا يا جماعة على أساس ان انا مثلا ممكن اكون + +7 +00:00:49,890 --> 00:00:55,870 +عندي عدد كبير من ال activities و بستخدم مثلا فيهم + +8 +00:00:55,870 --> 00:01:01,390 +لون لل text فالان بدل ما انا احتاج ان اعرف الرقم + +9 +00:01:01,390 --> 00:01:04,910 +اكتبه hard coded داخل ملف ال XML بخليه يعمل + +10 +00:01:04,910 --> 00:01:07,750 +reference ل variable موجود في ال XML file بحيث ان + +11 +00:01:07,750 --> 00:01:12,130 +انااحتاج فى اى لحظة اغير لون ال text بروح بغير من + +12 +00:01:12,130 --> 00:01:15,130 +ال xml file فبتغير فى كل ال layout شوفنا كمان + +13 +00:01:15,130 --> 00:01:19,410 +موضوع تانى اللى هو ال strings انه انا مثلا بدي + +14 +00:01:19,410 --> 00:01:22,830 +ادعم اللغة العربية والانجليزية كل اللى عليا اسويه + +15 +00:01:22,830 --> 00:01:27,310 +ان اروح اعمل مجلة اسمه values AR تمام ال AR هدى هو + +16 +00:01:27,310 --> 00:01:30,070 +بيفهمها ال computer لحاله انه المفروض كل اللى + +17 +00:01:30,070 --> 00:01:34,000 +موجود داخلها خاص باللغة العربيةفبأخد ملف ال + +18 +00:01:34,000 --> 00:01:37,380 +strings اللي بحط فيه النصوص نفسها اللي موجودة في + +19 +00:01:37,380 --> 00:01:40,360 +ملف ال strings اللي موجود في values يعني بيكون + +20 +00:01:40,360 --> 00:01:43,500 +عندي كام ملف ال strings؟ ماني واحد في values واحد + +21 +00:01:43,500 --> 00:01:46,460 +في values ar في نفس الأسماء المتغيرات لكن قيمهم + +22 +00:01:46,460 --> 00:01:50,260 +تختلف واحد عرب واحد انجليزي بيجرب تغيير لغة الجهاز + +23 +00:01:50,260 --> 00:01:54,180 +لحاله هياخد اللغة المناسبة إذا كان انجليزي بياخد + +24 +00:01:54,180 --> 00:01:57,700 +ال values إذا كان عرب بياخد ال values ar طب مافيش + +25 +00:01:57,700 --> 00:02:03,560 +values ar برجع لل values تمام؟طيب نجي لان نكمل + +26 +00:02:03,560 --> 00:02:06,920 +اللى بدأناه في آخر المحاضرة اللى هو كيف تتعامل او + +27 +00:02:06,920 --> 00:02:12,720 +عمل actions من خلال ال code لان انا عندي مثلا لئة + +28 +00:02:12,720 --> 00:02:16,780 +بسيطة فيها ايد ال text وفيها pattern اول خطوة + +29 +00:02:16,780 --> 00:02:19,620 +جامعة لتعامل مع ال code ده اتأكد ان كل واحد فيهم + +30 +00:02:19,620 --> 00:02:23,160 +له ID لازم يكون لكل واحد ID فانا لو روحت على ال + +31 +00:02:23,160 --> 00:02:23,420 +XML + +32 +00:02:26,390 --> 00:02:30,550 +هي ال battle هو مابعطيله ID طبعا لسه ال battle بده + +33 +00:02:30,550 --> 00:02:34,690 +اربطه هي مربوط ايش المشكلة + +34 +00:02:58,400 --> 00:02:58,700 +أه + +35 +00:03:15,770 --> 00:03:19,350 +طيب بتتأكد ان كل واحد له ID طبعا هو by default في + +36 +00:03:19,350 --> 00:03:22,090 +ال constraint layout لما تاخد اي عنصر و تحطه + +37 +00:03:22,090 --> 00:03:25,470 +بيعمله ID هو ليش بيعمل ID عشان لما يربطوا عناصر + +38 +00:03:25,470 --> 00:03:28,710 +بعض بيشيله ال ID تبعه وقلنا انه عامل ال ID لازم + +39 +00:03:28,710 --> 00:03:33,010 +تكتب at plus ID و تكتب اسم ال ID اللي بدكيها طبعا + +40 +00:03:33,010 --> 00:03:36,190 +أحيانا احنا ملازم نغيّر ال ID عشان نحط اسم يعني + +41 +00:03:36,190 --> 00:03:39,970 +اللي معناه يعني هو ايش مسميه Edit Text تمام انا + +42 +00:03:39,970 --> 00:03:45,120 +بدي اسمه مثلا username edعلى أساس إنه أبين لإيش + +43 +00:03:45,120 --> 00:03:48,500 +فايدة الـ Edit Text هذا عندي Button تاني هدمسميه + +44 +00:03:48,500 --> 00:03:56,180 +Button 2 تمام؟ بدي أسميه مثلا Login Button طيب + +45 +00:03:56,180 --> 00:04:01,960 +الآن بناروح لل class ملف ال Java حكينا + +46 +00:04:01,960 --> 00:04:04,140 +المحاضرة الماضية إنه أنا عندى في ملف ال Java + +47 +00:04:04,140 --> 00:04:07,260 +method اسمها onCreate + +48 +00:04:11,050 --> 00:04:14,130 +هذا الـ method onCreate هي أول method بتتم تنفيذه + +49 +00:04:14,130 --> 00:04:16,910 +لما شغل ال activity اول ماتشغل ال activity بتتم + +50 +00:04:16,910 --> 00:04:19,790 +تنفيذه ال method هذه و لاحظ ان فيها سطريا لازم انت + +51 +00:04:19,790 --> 00:04:23,130 +ماتشيلهمش اللي هو ال super.onCreate بستدعي ال + +52 +00:04:23,130 --> 00:04:28,100 +super onCreate methodلأنه لو ماحطش هذه صارت ال all + +53 +00:04:28,100 --> 00:04:31,820 +created في ال class هذه لغت اللي في ال parallel هو + +54 +00:04:31,820 --> 00:04:34,420 +بحتاج ال code اللي في ال parallel فاستدعى و بعدين + +55 +00:04:34,420 --> 00:04:37,960 +نفذ method مهمة اللي هي set content view ايش بتعمل + +56 +00:04:37,960 --> 00:04:43,320 +هذه بتجيب هذا اسم layout تبع ال activity اللي + +57 +00:04:43,320 --> 00:04:46,100 +بيسويه هذه set content view و بيحور ال xml ل java + +58 +00:04:46,100 --> 00:04:50,060 +objectsتمام؟ زمان احنا في الـ Java لما كنا ننشئ + +59 +00:04:50,060 --> 00:04:53,960 +Button كنا نقوله New J Button New J Text Field New + +60 +00:04:53,960 --> 00:04:58,540 +كذا الآن في ال Android هو بيعمل نفس الشيء بنشئ كل + +61 +00:04:58,540 --> 00:05:02,220 +حاجة XML بنشئهم Objects بس وريحنا بيقوله بدل ما + +62 +00:05:02,220 --> 00:05:07,060 +أنت تحتاج تنشئ العناصر برمجيا انت عملهم XML وانا + +63 +00:05:07,060 --> 00:05:11,260 +بحولك إياهم Java يعني في الآخر كله بتحول ل Java + +64 +00:05:11,260 --> 00:05:14,800 +هذه ال method هي المهمة عشان هي هذه ال method اللي + +65 +00:05:14,800 --> 00:05:18,930 +وعملت لها comment شغلتهتطلع الشاشة بيضا، هتشتغل، + +66 +00:05:18,930 --> 00:05:23,650 +بس هتطلع الشاشة بيضا، ليش؟ ما أنشأش واجهة، تمام؟ + +67 +00:05:23,650 --> 00:05:27,390 +والمفروض كمان أن بعد ال method هذه، إذا حاولت تعمل + +68 +00:05:27,390 --> 00:05:30,430 +actions أو تتعامل مع عناصر الواجهة، يكون كودك بعد + +69 +00:05:30,430 --> 00:05:34,330 +السطر هذا، في شباب الناس بتغلط، بتحط ال code تبعه + +70 +00:05:34,330 --> 00:05:39,170 +هنا، بحاولوا يدوروا على البتم، بطلّوه هناError ليش + +71 +00:05:39,170 --> 00:05:42,230 +بطلع Error لأن البتن لسه ما تمش انشاءه انت بتن + +72 +00:05:42,230 --> 00:05:46,230 +انشاءه اصلا بعد السطر هذا طب ان عمل السطر هذا الآن + +73 +00:05:46,230 --> 00:05:49,950 +بدنا نجيب عناصر الشاشة أبسط عنصر نتعامل معاه هو + +74 +00:05:49,950 --> 00:06:05,910 +البتن هاي ال layout في + +75 +00:06:05,910 --> 00:06:06,890 +مشكلة في الذر هذا + +76 +00:06:27,320 --> 00:06:33,620 +عارفين ليش حصلت المشكلة؟مش غيرنا ال IDs ما هو هذا + +77 +00:06:33,620 --> 00:06:38,340 +كان نقوله انت مربوط بهذا غيرنا ال ID فالربط اختلف + +78 +00:06:38,340 --> 00:06:41,920 +فعشان تغير ال ID صح تعالي تغيره من هنا من ال + +79 +00:06:41,920 --> 00:06:45,380 +attributes لما تغيره من هنا بضمن انه ايش العلاقات + +80 +00:06:45,380 --> 00:06:50,460 +يظبطها لحاله يعني هاي هنا بقى login button اذا + +81 +00:06:50,460 --> 00:06:57,860 +غيرته من ال XML بدك تنتبه ان الربط يكون صح تمام؟ + +82 +00:06:57,860 --> 00:07:01,260 +هاي هنا مثلا هذا مربوط في username EDقم بتغيير + +83 +00:07:01,260 --> 00:07:05,640 +الربط لكي تضمن أنك لم تتغير في أكتر مكان فقط قم + +84 +00:07:05,640 --> 00:07:08,680 +بتغييره من ال attribute وهو لحاله و بيظبطه طيب + +85 +00:07:08,680 --> 00:07:13,480 +خلاص هاي حطينا ال button نيجي + +86 +00:07:13,480 --> 00:07:17,180 +على ال Java class طيب الآن بدنا نجيب ال button + +87 +00:07:17,180 --> 00:07:22,420 +تبعا حكينا برضه المحاضر الماضي أن كل عنصر بتنشأه + +88 +00:07:22,420 --> 00:07:27,480 +ال ID تبعه بيحوله لمتغير في ال Java و بيخزنه في + +89 +00:07:27,480 --> 00:07:32,050 +class اسمها ال Rأيش الفايدة من ال class R هذه؟ هذه + +90 +00:07:32,050 --> 00:07:36,450 +ال class R Java بقدر أوصلها من ال class هذه بتاعته + +91 +00:07:36,450 --> 00:07:41,570 +أقوله الآن بدي أقوله هاتلي ال view اللي ال ID تبعه + +92 +00:07:41,570 --> 00:07:44,990 +كذا كذا، هيك احنا بجيب العنصر، الآن احنا اتفجنا ان + +93 +00:07:44,990 --> 00:07:48,430 +ال X من الها ده كله بتتحول ل Java objects أي + +94 +00:07:48,430 --> 00:07:50,790 +button عندك، عندك عشرين button كل واحد بتتحول ل + +95 +00:07:50,790 --> 00:07:51,750 +objects من نوع button + +96 +00:07:54,570 --> 00:07:57,150 +الفكرة انه رايحني بدل ما اقوله new button هو اللي + +97 +00:07:57,150 --> 00:08:00,370 +هان عملهم بس بضال عليا خطوة ان اجيبهم تمام كل + +98 +00:08:00,370 --> 00:08:02,970 +عزيزي اللي معاه بده اجيبهم كيف بده اجيبهم لأن في + +99 +00:08:02,970 --> 00:08:09,540 +مثل جهاز اسمه find view by IDfind view by ID هذه + +100 +00:08:09,540 --> 00:08:12,640 +الـ find view by ID بتطلب ID اللي هو من نوع + +101 +00:08:12,640 --> 00:08:16,180 +integer تمام؟ مين هو هذا ال ID integer؟ شوفت + +102 +00:08:16,180 --> 00:08:20,360 +المتغير اللي انت عملته؟ بيعمله رقم و بخزنه اسم + +103 +00:08:20,360 --> 00:08:23,560 +متغير بنفس الاسم اللي انت حطيته عشان توصل لو بتحط + +104 +00:08:23,560 --> 00:08:30,140 +R.ID dot الان ايش سمنا ال button احنا؟ سمناه login + +105 +00:08:30,140 --> 00:08:37,220 +login button اكتب اول حرفين هي جابو تمام؟الان هذا + +106 +00:08:37,220 --> 00:08:43,260 +ال method بترجح بتن تمام طيب بتنشأ بس reference + +107 +00:08:43,260 --> 00:08:50,260 +بتن واحد خلاص هيك بيكفي بدون casting حتى find view + +108 +00:08:50,260 --> 00:08:56,460 +by ID بتحط R.ID تتلقى اسم الزر اه وهنا انا هعمل + +109 +00:08:56,460 --> 00:09:01,870 +متغير مش عشان القيمة اللي بترجع احفظها هناأيش نوع + +110 +00:09:01,870 --> 00:09:05,110 +هذا البتم؟ شوفت الأنواع اللي هنا موجودة؟ نفس النوع + +111 +00:09:05,110 --> 00:09:10,590 +اللي أنت كتبته هنا فيه برضه مقابله Java Class وفيه + +112 +00:09:10,590 --> 00:09:14,910 +Java Class اسمها Edit Text وفيه Java Class اسمها + +113 +00:09:14,910 --> 00:09:19,930 +Image View تمام؟ كل العلاوات اللي بتضيفها هي أصلا + +114 +00:09:19,930 --> 00:09:23,930 +عبارة عن Java Classes + +115 +00:09:23,930 --> 00:09:26,150 +بعدين نرجع لل code طبعا، هيك جاب البتم + +116 +00:09:29,140 --> 00:09:32,380 +الان شوف ايش بده اتساوي مادام جبت ال button تعالي + +117 +00:09:32,380 --> 00:09:38,160 +تقولي button واحد dot ايش هدوله؟ methods موجودين + +118 +00:09:38,160 --> 00:09:41,700 +الان انتبه معايا كل ال attributes اللي يمكننا + +119 +00:09:41,700 --> 00:09:46,660 +نغيّرها بال XML ممكن نتحكم فيها هنا يعني مثلا في + +120 +00:09:46,660 --> 00:09:50,480 +attribute اسمها text هدل ايش؟ للنص تبعه الان فيه + +121 +00:09:50,480 --> 00:09:55,480 +هنا برضه set text اقوله + +122 +00:09:55,480 --> 00:09:57,760 +مثلا تسجيل دخول + +123 +00:10:03,700 --> 00:10:08,660 +الان ال text اللي هنا ايش كان؟ هاي ال button طبعي + +124 +00:10:08,660 --> 00:10:19,080 +ال text كان button او خلينا نقول login هنا + +125 +00:10:19,080 --> 00:10:22,860 +في ال class ايش حطيت؟ تسجيل طب مين هياخد هادي ولا + +126 +00:10:22,860 --> 00:10:26,320 +هادي؟ ايش رأيكم؟ ليش ال Java؟ + +127 +00:10:29,420 --> 00:10:32,260 +لأ لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +128 +00:10:32,260 --> 00:10:35,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +129 +00:10:35,060 --> 00:10:40,560 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +130 +00:10:40,560 --> 00:10:41,060 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +131 +00:10:41,060 --> 00:10:41,060 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +132 +00:10:41,060 --> 00:10:41,400 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +133 +00:10:41,400 --> 00:10:41,400 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +134 +00:10:41,400 --> 00:10:41,900 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +135 +00:10:41,900 --> 00:10:41,920 +لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ + +136 +00:10:41,920 --> 00:10:51,460 +بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين لأ بعدين + +137 +00:10:51,460 --> 00:10:55,620 +لأ + +138 +00:10:56,820 --> 00:11:03,620 +هذه مثلا 24 اسم من غير SP بطول + +139 +00:11:03,620 --> 00:11:11,260 +واحد ست تكست color ال color هذه موجودة في class + +140 +00:11:11,260 --> 00:11:16,740 +اسمها color dot مثلا blue هذه + +141 +00:11:16,740 --> 00:11:19,120 +الموجودة في الجافة كنا نستخدمها في الجافة + +142 +00:11:37,640 --> 00:11:48,680 +أو لحظة أتذكرها موجودة هي color dot RGB RGB RGB + +143 +00:11:48,680 --> 00:11:53,090 +اللي هي الفة هذا الشفافية يعنيوفي RGB لحالها هاي + +144 +00:11:53,090 --> 00:12:02,650 +اعطيله مثلا طبعا هنا بده integer 255000 طبعا هذا + +145 +00:12:02,650 --> 00:12:06,870 +لحاله هو بيحولله integer في الآخر لاحظ حتى هو + +146 +00:12:06,870 --> 00:12:11,290 +بيضيف حاجات عشان ينبهك الها يعني هذه red هذه green + +147 +00:12:11,290 --> 00:12:18,890 +هذه blue وها كذا كل الخصائص اللي كنا نعملها XML + +148 +00:12:18,890 --> 00:12:25,210 +موجودةك code طبعا انت بتستكشفها لحالك هذه الخصائص + +149 +00:12:25,210 --> 00:12:29,510 +انا بفرجل بعض .. بعض منها الان حتى هي لو جربنا + +150 +00:12:29,510 --> 00:12:33,910 +نشغل الان + +151 +00:12:33,910 --> 00:12:38,750 +طبعا انت لو عملت preview مش هتشوف هذه الاعدادات + +152 +00:12:38,750 --> 00:12:42,910 +هذه امت بتظهر بعد ما تشغل لأ مش لما تضغط ماعملناش + +153 +00:12:42,910 --> 00:12:46,810 +احنا اتضغط لسهبعد ما تشغل تطلع الأددات الجديدة + +154 +00:12:46,810 --> 00:12:51,630 +حاليا هذه ال activity الزر زي ما هو لسه التنسيق + +155 +00:12:51,630 --> 00:12:55,910 +الأصلي التنسيق الجديد امتى بيصير بعد ما ال code + +156 +00:12:55,910 --> 00:13:00,370 +يشتغل الان السؤال قبل ما يشتغل مين أفضل احنا نعمل + +157 +00:13:00,370 --> 00:13:04,210 +XML ولا نعمل ال code ايش رأيكوا + +158 +00:13:07,100 --> 00:13:11,680 +طيب الأصل الأفضل أنك تعمل كل حاجة XML خلاص هي + +159 +00:13:11,680 --> 00:13:15,280 +الفكرة في الاندرويد ليش عاملك أصلا التصميم XML + +160 +00:13:15,280 --> 00:13:19,840 +عشان يفسل التصميم عن ال actions طبعا لكن إذا أنا + +161 +00:13:19,840 --> 00:13:23,920 +محتاج أني أغير الإعدادات أثناء ال run-time بحتاج + +162 +00:13:23,920 --> 00:13:27,740 +أعملها code يعني بدي مثلا أنه في اللحظة المعينة + +163 +00:13:27,740 --> 00:13:31,490 +لما ال user يضغط على الزر يضغط على اللولةهذا مش في + +164 +00:13:31,490 --> 00:13:34,450 +البداية أثناء ما هو البرنامج شغال فبتلزم تعمله في + +165 +00:13:34,450 --> 00:13:37,610 +ال code فالحاجات الثانية بتعملها XML اللي بتلزم + +166 +00:13:37,610 --> 00:13:40,410 +تغيرها في ال code سويها أثناء ال run time عملها + +167 +00:13:40,410 --> 00:13:45,750 +بال code طيب + +168 +00:13:45,750 --> 00:13:48,450 +الحاجات برضه ما يشغل أه نجي للبطن و نعمل عليه + +169 +00:13:48,450 --> 00:13:54,370 +action أه فبتيجي للبطن هبجي في ال java كيف نكون + +170 +00:13:54,370 --> 00:14:00,290 +نعمل add action listener أه لأن هاي شكل الواجهة + +171 +00:14:10,890 --> 00:14:13,310 +هذه الزر شرف كتب تسجيل الدخول و حط اللون النص + +172 +00:14:13,310 --> 00:14:17,250 +بالأحمر و كبر حجم الخط يعني أعداد التسجيل أخدها + +173 +00:14:17,250 --> 00:14:21,290 +طيب الآن ال action في الجهاز اللي كنا نحط add + +174 +00:14:21,290 --> 00:14:23,670 +action listener لأن في حاجة شبيهة بس الأسماء + +175 +00:14:23,670 --> 00:14:31,330 +اختلفت في اسمها set on click listener set on click + +176 +00:14:31,330 --> 00:14:31,690 +listener + +177 +00:14:35,580 --> 00:14:38,640 +SitOnClickListener لأن هذه الـ OnClickListener كتب + +178 +00:14:38,640 --> 00:14:43,260 +لك بدي انا object منها OnClickListener هلجيك كيف + +179 +00:14:43,260 --> 00:14:45,760 +كنا نعملها في الجامعة لما كنا نعمل ActionListener + +180 +00:14:45,760 --> 00:14:50,160 +تلت طرق دلوقتي ممكن نعملها في class برا و نجيب ال + +181 +00:14:50,160 --> 00:14:54,780 +interface هذا ال interface زي ال action ال action + +182 +00:14:54,780 --> 00:14:56,580 +اللي كنا نعمل class برا و نقول implement + +183 +00:14:56,580 --> 00:15:00,600 +ActionListener أو ال class نفسها اللي أنا شغال + +184 +00:15:00,600 --> 00:15:03,770 +فيها implement ActionListener و نحط thisأو نعمل + +185 +00:15:03,770 --> 00:15:13,150 +اعلى class نفس + +186 +00:15:13,150 --> 00:15:18,330 +الشيء تماما هو لحاله هجيب مجرد ما تعملها هيضاف لك + +187 +00:15:18,330 --> 00:15:22,690 +method اسمهاon click اللي هي إيش كانت تقابل في ال + +188 +00:15:22,690 --> 00:15:28,470 +action performed تمام و هاد on click جابتلك object + +189 +00:15:28,470 --> 00:15:32,190 +من نوع view مين هو ال view هذا اللي هو انت ضغط + +190 +00:15:32,190 --> 00:15:36,010 +عليه هو ال button تمام بس جابلكيها من نوع view + +191 +00:15:36,010 --> 00:15:41,570 +اللي هو ال parent تبعه تمام طيب لأ أخد مش هحتاجه + +192 +00:15:41,570 --> 00:15:47,610 +أنا أصلا هال game أه الآن هنا بيعمل event معين طيب + +193 +00:15:47,610 --> 00:15:53,630 +أه مثلا بدي لما أضغط على الذرأريد أن أطبع رسالة + +194 +00:15:53,630 --> 00:16:04,030 +طبعا نطبع رسالة طبعا انت لازم تقدر تغيّر مانو مثلا + +195 +00:16:04,030 --> 00:16:10,350 +باطوم ست background color اللي هو لون الخلفية + +196 +00:16:10,350 --> 00:16:12,210 +color.blue + +197 +00:16:17,010 --> 00:16:20,670 +طبعا هنا طلع error ليش؟ بقول هذه يا بتحطها final + +198 +00:16:20,670 --> 00:16:24,910 +يا بتعرفها فوق تمام؟ زي ال action لسه ما برضه كانت + +199 +00:16:24,910 --> 00:16:30,130 +موجودة في الجابة هذه يا بتحط هذه final يا اما + +200 +00:16:30,130 --> 00:16:32,590 +بتاخدها بتعرفها فوق هنا + +201 +00:16:51,370 --> 00:16:55,130 +ماشا يا جماعة هي الـ sit on click listener طيب لان + +202 +00:16:55,130 --> 00:16:57,890 +نتعلم اشي جديد بدنا نشوف كيف في الاندرويد نطبع + +203 +00:16:57,890 --> 00:17:02,770 +رسائل تمام؟ في اكتر من طريقة نطبع رسالة ابسط واحدة + +204 +00:17:02,770 --> 00:17:07,370 +فيهم في حاجة اسمها toast في ال toast اللي بتاكل اه + +205 +00:17:07,370 --> 00:17:14,170 +في class في الاندرويد اسمها هاي الواجهةلأن تضغط + +206 +00:17:14,170 --> 00:17:17,350 +عليه زيك هي تتحول لإيش لأزرق لإن وجدت اللي هو on + +207 +00:17:17,350 --> 00:17:24,810 +click حوليها لأزرقها اه لما اضغط صار أزرق طب بس + +208 +00:17:24,810 --> 00:17:28,890 +احنا بدنا ال action هال جيت ان نطبع او نظهر رسالة + +209 +00:17:28,890 --> 00:17:33,130 +بالاضافة ان يطبع ليها باللون الأزرق لأن في static + +210 +00:17:33,130 --> 00:17:38,590 +method في class اسمها toast هي toast هو عامل class + +211 +00:17:38,590 --> 00:17:43,470 +اسمها toast اسمها make textهذه ال method static + +212 +00:17:43,470 --> 00:17:47,710 +كيف عرفت انها method static؟ لان استدعيتها باسم ال + +213 +00:17:47,710 --> 00:17:52,170 +class تمام؟ وهذا ال make text من اسمها make text + +214 +00:17:52,170 --> 00:17:55,430 +يعني بتعمل نص أو رسالة تمام؟ بتاخد parameters + +215 +00:17:55,430 --> 00:18:01,310 +معينة و في الآخر بترجح object منها toast يعني هي + +216 +00:18:01,310 --> 00:18:04,610 +class اسمها toast make text و هترجحلي في الآخر + +217 +00:18:04,610 --> 00:18:08,090 +object منها toast هو ال toast هذا الرسالة عشان + +218 +00:18:08,090 --> 00:18:13,580 +أظهر ال toast بتيجي هنا بتعمل T.showواحد بيقول + +219 +00:18:13,580 --> 00:18:17,040 +show إيش، لسه ماحطناش ال parameters احنا، تمام؟ + +220 +00:18:17,040 --> 00:18:21,360 +هذه ال make text عشان يعمل النص بده تلت حاجات، + +221 +00:18:21,360 --> 00:18:26,920 +تمام؟ الحاجة الأولى، لحظة، حاجة اسمها reference + +222 +00:18:26,920 --> 00:18:31,400 +للتطبيق، الآن فعليا الرسالة هذه بده يربطها في + +223 +00:18:31,400 --> 00:18:35,520 +تطبيق، شفتوا احنا لما كنا نطبع اللي هي j option + +224 +00:18:35,520 --> 00:18:39,970 +paint و show message، كنا نعطيله أول parameterالـ + +225 +00:18:39,970 --> 00:18:43,390 +Frame عشان يربط الرسالة في الـ Frame لأن نفس + +226 +00:18:43,390 --> 00:18:46,810 +الحاجة .. حاجة .. اشي شبيه في الفكرة ان الرسالة + +227 +00:18:46,810 --> 00:18:50,730 +بتوصل هنا و بدك تربطها في التطبيق تبعك طبعا؟ طيب + +228 +00:18:50,730 --> 00:18:56,450 +ايش نحط هنا؟ بدوا حاجة اسمها .. بيسميها Context اه + +229 +00:18:56,450 --> 00:19:01,330 +بدوا حاجة اسمها Context ايش هو ال Context؟ خلينا + +230 +00:19:01,330 --> 00:19:05,190 +نقول مبدئيا ان ال Context هو التطبيق تبعك طبعا؟ + +231 +00:19:05,190 --> 00:19:07,770 +كيف نجيب ال Context؟ في نفذ جهاز اسمه Get + +232 +00:19:09,350 --> 00:19:14,270 +application context أي method بعد هيك بده context + +233 +00:19:14,270 --> 00:19:19,430 +بتستدعيله إيش get application context تمام؟ هذا + +234 +00:19:19,430 --> 00:19:23,090 +method جاهزة أنا كتبتها وما كتبتهاش كيف اتعرف + +235 +00:19:23,090 --> 00:19:27,290 +عليها لأن أنا موجودة في ال super class هو هذا بطلب + +236 +00:19:27,290 --> 00:19:29,670 +مني حاجة اسمها context على طول أي حاجة بطلب منك + +237 +00:19:29,670 --> 00:19:32,230 +context تديله get application context استدعي ال + +238 +00:19:32,230 --> 00:19:37,690 +method ال parameter التاني رسالة هاي مثلا هنا + +239 +00:19:37,690 --> 00:19:38,090 +reward + +240 +00:19:42,130 --> 00:19:46,550 +تمام؟ لازم بالترتيب طبعا؟ اه لازم بالترتيب طبعا ال + +241 +00:19:46,550 --> 00:19:51,110 +parameter التالت اللي هو مدة الرسالة هل دي محددها + +242 +00:19:51,110 --> 00:19:54,990 +ثابت في ال class toast؟ toast في عندي length long + +243 +00:19:54,990 --> 00:19:59,370 +و length short هل بدك فترة عرض الرسالة طويلة ولا + +244 +00:19:59,370 --> 00:20:03,990 +قصيرة؟ تمام؟ مثلا خلينا نقول long هنا + +245 +00:20:11,030 --> 00:20:18,090 +مش هو يتحكم لما تتبع كيف؟ هو يتحكم لما يتبع لا هي + +246 +00:20:18,090 --> 00:20:30,310 +ثابت اللي هدا لحظة + +247 +00:20:30,310 --> 00:20:31,370 +ليش هو هيك؟ + +248 +00:20:59,670 --> 00:21:02,570 +طيب هاي اللي عملناها مش عارف اش هي اللي اتغير + +249 +00:21:02,570 --> 00:21:08,490 +نفسها هي طيب الانها دي يا جماعة ال method make + +250 +00:21:08,490 --> 00:21:12,730 +text بترجع بترجع toast و بعدين بتيجي ال toast + +251 +00:21:12,730 --> 00:21:21,310 +بتقوله show تمام ايش + +252 +00:21:21,310 --> 00:21:24,130 +ال error اللي مطلع هنا + +253 +00:21:38,540 --> 00:21:42,020 +لأ فيش ايه لأ بس هو كان ضيع شوية + +254 +00:22:02,780 --> 00:22:16,660 +طيب هذا الرسالة هي ال toast طبعا طيب + +255 +00:22:16,660 --> 00:22:21,560 +تعالى نشوف مثال الان بدى انا اضغط على ال button + +256 +00:22:21,560 --> 00:22:25,120 +يقرأ + +257 +00:22:25,120 --> 00:22:30,340 +ليالـ edit text المكتوب هنا هذا ال edit text عشان + +258 +00:22:30,340 --> 00:22:35,440 +انا بكتب نص فيه يقرأ ليه ويطبع ليه في ال toast لأن + +259 +00:22:35,440 --> 00:22:42,380 +هذا ال edit text له ID برضه هي username ed طيب + +260 +00:22:42,380 --> 00:22:49,300 +تعالى هنا بدنا نقرأ أهليات ال text view edit + +261 +00:22:49,300 --> 00:22:57,130 +text مش text view edit text ed1 find viewby id r + +262 +00:22:57,130 --> 00:23:01,410 +.id username + +263 +00:23:01,410 --> 00:23:07,550 +id طيب خلاص قرأنا الان احنا بدنا نجيب النص اللي + +264 +00:23:07,550 --> 00:23:11,790 +فيه امتى لما اضغط على زر حاول تظبط ال logic اللي + +265 +00:23:11,790 --> 00:23:15,230 +عندك انا بده اجيب النص تبعه امتى في لحظة لما اضغط + +266 +00:23:15,230 --> 00:23:20,450 +على زرفابدأ أخد بس هذا خلّيه final هنا ليش حطيته + +267 +00:23:20,450 --> 00:23:24,710 +final؟ عشان أستخدم جوجل أكشن هنا لما أضغط على الزر + +268 +00:23:24,710 --> 00:23:29,470 +بدي أقوله ed1.gettext + +269 +00:23:29,470 --> 00:23:32,430 +هيجيبلكيها من نوع حاجة اسمها editable dot to + +270 +00:23:32,430 --> 00:23:39,010 +string عشان يحوله لstring وهيحطه في string مثلا + +271 +00:23:39,010 --> 00:23:43,750 +username تمام؟ + +272 +00:23:43,750 --> 00:23:48,740 +لأن هذا هو اللص اللي بدي أطبعهبتحط بتحط مثلا hello + +273 +00:23:48,740 --> 00:23:54,460 +و بتحط slash username + +274 +00:23:54,460 --> 00:23:59,240 +تمام؟ + +275 +00:24:27,770 --> 00:24:34,230 +لسه أنا مش كاتب لحظة احمد انا و احمد اه عشان + +276 +00:24:34,230 --> 00:24:38,630 +احولها لنص تمام + +277 +00:24:38,630 --> 00:24:44,590 +يا جماعة طيب تعالوا نعمل برنامج أساسية في + +278 +00:24:44,590 --> 00:24:52,590 +الوقت المتبقي بنعمل لجماعة برنامج مسبح + +279 +00:24:52,590 --> 00:25:03,430 +إلكترونيةاه بس .. اه انا قلت اكتر اه بس + +280 +00:25:03,430 --> 00:25:04,610 +اخليك عليها اني اتكلم + +281 +00:25:20,520 --> 00:25:24,600 +طيب برنامج المسبح الإلكترونية بدنا شاشة لعرض الرقم + +282 +00:25:24,600 --> 00:25:29,780 +صح؟ بده أحط text view + +283 +00:25:29,780 --> 00:25:38,940 +هو + +284 +00:25:38,940 --> 00:25:42,140 +أنا أتعلم منها أشياء جديدة طيب هاي ال text view + +285 +00:25:42,140 --> 00:25:50,490 +بدنا إيش؟ نسميها إيش ال ID؟ count screenبتعرض لك + +286 +00:25:50,490 --> 00:25:57,570 +العدد يعني لسه ما رابطنا عشان فيش غيره على الشاشة + +287 +00:25:57,570 --> 00:26:03,270 +خليه يبدأ إيه عرض صفر background + +288 +00:26:10,570 --> 00:26:22,290 +طيب استنى شوية text-size 32 او 36 sp gravity + +289 +00:26:22,290 --> 00:26:30,550 +center horizontal و central center vertical عشان + +290 +00:26:30,550 --> 00:26:34,450 +يجيب كل حاجة في النص تمام فجيتنا نحط هنا زرين + +291 +00:26:43,690 --> 00:26:51,010 +طيب هذا ربطناه هذول اتنين علمهم و اعملهم ايش chain + +292 +00:26:51,010 --> 00:26:56,210 +اربط + +293 +00:26:56,210 --> 00:26:57,770 +هذا هيك + +294 +00:27:05,570 --> 00:27:10,430 +بدنا نظبط ال ID بتاعهم هذا الأولاني ايش بنسميه ا + +295 +00:27:10,430 --> 00:27:15,910 +click button و + +296 +00:27:15,910 --> 00:27:22,250 +مكتوب فيه انا + +297 +00:27:22,250 --> 00:27:25,990 +بغيرش النص غيرت ال ID في الأول ا click button بغير + +298 +00:27:25,990 --> 00:27:33,790 +ال ID هذا اللي جنبه ال ID نسميه reset button و + +299 +00:27:33,790 --> 00:27:34,490 +مكتوب فيه + +300 +00:27:43,990 --> 00:27:47,790 +reset طيب خلصنا تصميم ال layout بدنا نجيه ال gate + +301 +00:27:47,790 --> 00:27:52,410 +على ال code لأن + +302 +00:27:52,410 --> 00:27:55,290 +الفكرة ان انا عند متغير counter بس كل ما اضغط على + +303 +00:27:55,290 --> 00:27:59,190 +الذرد click يغير القيمة اللي موجودة فوق فابد أعرف + +304 +00:27:59,190 --> 00:28:04,750 +هنا متغير integer count يساوي صفر بنجيه بالذرين + +305 +00:28:04,750 --> 00:28:06,410 +اللي عندى button + +306 +00:28:27,210 --> 00:28:29,650 +و بعدين عند ال text view + +307 +00:28:49,210 --> 00:28:58,470 +الان كليك بتول set on click listener new on click + +308 +00:28:58,470 --> 00:28:59,650 +listener + +309 +00:29:02,320 --> 00:29:07,100 +هيعمل count زائد زائد ويعدل القيمة الموجودة في ال + +310 +00:29:07,100 --> 00:29:13,740 +text view بروح ل tv set text وبيحط count بس انتبه + +311 +00:29:13,740 --> 00:29:18,040 +معايا ال set text بتطلب او حتى لو حطت رقم تقبله + +312 +00:29:18,040 --> 00:29:22,980 +لكن لما تجي تشتغل هيطلعلك error لازم تكون string + +313 +00:29:22,980 --> 00:29:27,600 +تمام ماشي + +314 +00:29:27,600 --> 00:29:30,180 +هيك يا جماعة الآن الزر التاني + +315 +00:29:56,000 --> 00:29:59,720 +ماشي يا جماعة خلصنا خرجت اعمل run + +316 +00:30:31,770 --> 00:30:38,050 +تمام هاي العداد هدرست برجع بصفر تمام طيب تعالى + +317 +00:30:38,050 --> 00:30:41,770 +نتعلم حاجات جديدة فى التطبيق هلجيت جماعة لو انا + +318 +00:30:41,770 --> 00:30:49,130 +شغال زيك و بعمل click تمام و لفت الجوال مش + +319 +00:30:49,130 --> 00:30:55,670 +راضى اللف الجوال انا موقف الدوران شغال + +320 +00:31:03,760 --> 00:31:10,520 +لأ لأ لأ اقولك ليش لأن انا اصلا اعملها مثبت ال .. + +321 +00:31:10,520 --> 00:31:16,080 +اه هرجعت يا جماعة انت لو لفيت التطبيق هيرجع ال + +322 +00:31:16,080 --> 00:31:23,030 +count بصفر ليش ايش الفكرة بقولك في ال Androidانت + +323 +00:31:23,030 --> 00:31:28,970 +لو تغير ال configuration اللي نسميه اعدادات + +324 +00:31:28,970 --> 00:31:33,650 +التطبيق مثلا تغيير ال orientation اتجاهه تغيير + +325 +00:31:33,650 --> 00:31:39,090 +النغم اذا صار فيه تغيير زي هيك بعمل كل ال activity + +326 +00:31:39,090 --> 00:31:44,190 +و بنشيها من أول لجديد بعمل كل ال activity يعني + +327 +00:31:44,190 --> 00:31:48,650 +كأنني سكر التطبيق و أنشأه مرة تانية انت ماتحسش فيه + +328 +00:31:48,650 --> 00:31:52,570 +لما تلف زي هيكهتلاقي الشاشة اتت بالعرض، بس إيش + +329 +00:31:52,570 --> 00:31:58,430 +القيم؟ صفرت كيف؟ + +330 +00:31:58,430 --> 00:32:02,990 +لأ، + +331 +00:32:02,990 --> 00:32:07,190 +هذا بيبقى شغال، تمام؟ لو التطبيق عملته لـ + +332 +00:32:07,190 --> 00:32:10,730 +Minimize، لكن أنا بقول لو لفيته، تمام؟ لفيته هي + +333 +00:32:10,730 --> 00:32:13,270 +تغيير في الـ Configuration، تغيير الـ Orientation، + +334 +00:32:13,270 --> 00:32:16,770 +بعمل كل الـ Activity بنشيطه من أول و جديدطب و اصلا + +335 +00:32:16,770 --> 00:32:19,990 +ليش بعمل هيك؟ ليش بعمل كل ال activity؟ لأن انت لو + +336 +00:32:19,990 --> 00:32:23,110 +تغير ال orientation تغير الإعداد تبعها صح ال + +337 +00:32:23,110 --> 00:32:27,470 +layout ممكن يتغير الأبعاد ممكن تتغير فبضطر ينشئها + +338 +00:32:27,470 --> 00:32:31,290 +من أول و جديد عشان يوزل علاصر و يعرض على الشاشة + +339 +00:32:31,290 --> 00:32:36,950 +بشكل مختلف ممكن يكون ال layout عرضه اختلف فبديه + +340 +00:32:36,950 --> 00:32:41,210 +يعرض من أول و جديد فكأنه بحتاج ينشئها من البداية + +341 +00:32:42,210 --> 00:32:45,670 +الفكرة أنه أنا ممكن حاليًا مبدأيًا هناخد احنا كيف + +342 +00:32:45,670 --> 00:32:48,990 +نعمل management لل orientation changes أنه كيف لو + +343 +00:32:48,990 --> 00:32:51,990 +تغير ال orientation يحافظ على البيانات الموجودة في + +344 +00:32:51,990 --> 00:32:55,050 +التطبيق بس حاليًا في ناس بتريح راسها إيش بتعمل + +345 +00:32:55,050 --> 00:32:58,930 +بتثبت التطبيق على اتجاه معين بحيث أنه لو نفيته + +346 +00:32:58,930 --> 00:33:02,910 +ماينففش معاه كيف بتروح لل manifest اه ال gate هاد + +347 +00:33:02,910 --> 00:33:05,810 +أول مرة روح عليه شوفتوا مش قلنا التطبيق بيكون من + +348 +00:33:05,810 --> 00:33:09,700 +تلات مجندات في الأولmanifest java resources تمام + +349 +00:33:09,700 --> 00:33:11,940 +بتروح على ال manifest ال manifest هذا عبارة عن xml + +350 +00:33:11,940 --> 00:33:16,740 +file فيه بعض الأددات العامة الخاصة بالتطبيق تمام + +351 +00:33:16,740 --> 00:33:22,400 +اه الان اول حاجة بنشوفها الان لو طلعت على ال + +352 +00:33:22,400 --> 00:33:26,580 +manifest هلاقي فيه tag اسمه application تمام و + +353 +00:33:26,580 --> 00:33:31,670 +هتلاقي فيه جوا tag اسمه activityالان التطبيق تبعي + +354 +00:33:31,670 --> 00:33:34,670 +فيه activity واحدة بدليل انه كان tag activity فيه + +355 +00:33:34,670 --> 00:33:38,690 +واحدة لو فيه activities تانية هتلاقي كل واحدة لها + +356 +00:33:38,690 --> 00:33:43,750 +tag تمام هدول الأعدادات اللي هنا أعدادات خاصة + +357 +00:33:43,750 --> 00:33:47,090 +بالتطبيق ككل كل حد جوا ال tag activity أعدادات + +358 +00:33:47,090 --> 00:33:53,440 +خاصة بال activity فالان مثلاأنا بدى أروح للـ + +359 +00:33:53,440 --> 00:33:57,360 +activity شايفين هذا ال tag بتاع ال activity هذا ال + +360 +00:33:57,360 --> 00:34:00,780 +opening tag بتاع ال activity أجيت هنا و أقول مثلا + +361 +00:34:00,780 --> 00:34:06,860 +كلمة orientation scheme orientation مثلا طبعا في + +362 +00:34:06,860 --> 00:34:11,640 +وضعين landscape إيش يعني يعني هذا التطبيق بس + +363 +00:34:11,640 --> 00:34:14,480 +بيعرضلك إياه landscape portrait + +364 +00:34:17,130 --> 00:34:21,210 +يعني بيعرضه بس portrait لو ماحددتش طبعا التطبيق + +365 +00:34:21,210 --> 00:34:25,750 +تبعك بنف portrait landscape هيك portrait يعني بس + +366 +00:34:25,750 --> 00:34:29,510 +بالعرض رأسيا لفت مش هينف معاك أنا عشان هيك هذا + +367 +00:34:29,510 --> 00:34:35,850 +مارضوش هينف لإن كنت عاملها في التطبيق تمام في + +368 +00:34:35,850 --> 00:34:39,070 +واحدة تانية برضه كويسة اللي هي windows soft input + +369 +00:34:39,070 --> 00:34:39,490 +mode + +370 +00:34:42,150 --> 00:34:45,530 +لأ ويندو سوفت input mode هذه هالجيت لو انت عندك + +371 +00:34:45,530 --> 00:34:49,370 +edit text في الشاشة edit text وشغلت ال activity + +372 +00:34:49,370 --> 00:34:54,490 +على طول بتطلعلك keyboard ليش؟ لأنه عمل focus على + +373 +00:34:54,490 --> 00:34:58,350 +ال edit text حط المؤشر عليه فعطول بتفتح ال + +374 +00:34:58,350 --> 00:35:02,110 +keyboard فمزعج يا لما انت تشغل التطبيق يطلعلك + +375 +00:35:02,110 --> 00:35:05,290 +keyboard فممكن تحط هذه اللي هي ويندو سوفت input + +376 +00:35:05,290 --> 00:35:09,950 +mode تحطها state hiddenaction hidden مخفية على + +377 +00:35:09,950 --> 00:35:11,970 +أساس أنه أول ما تشاجر ما تطلعش عندك ال keyboard + +378 +00:35:11,970 --> 00:35:15,490 +نطلّك تطلع اه لما تعمل touch على ال edit text + +379 +00:35:15,490 --> 00:35:20,030 +بتطلع عليك ال keyboard تمام هدول يعني مهمين هيك + +380 +00:35:20,030 --> 00:35:26,590 +طبعا خلاص كان ثبت العرض الرأسي تمام طيب نيجي حاجة + +381 +00:35:26,590 --> 00:35:31,830 +تانية هل جيت في ال activity بدنا + +382 +00:35:31,830 --> 00:35:32,650 +ال battle هذا + +383 +00:35:55,000 --> 00:35:59,160 +عشان ترسم أشكال في المسبح الإلكتروني + +384 +00:36:05,250 --> 00:36:09,310 +الاندرويد بتريح لك ان ترسم أشكال وبعدين تستخدم هذه + +385 +00:36:09,310 --> 00:36:14,280 +الأشكال مثلا ك backgroundللعناصر البطون مثلا احنا + +386 +00:36:14,280 --> 00:36:19,100 +بنخليه مدور فعليا بنرسم الدائرة ونحدد قطرها وجداش + +387 +00:36:19,100 --> 00:36:22,520 +فيه جو .. ايه .. ايه في لونها واش لون الخط اللي + +388 +00:36:22,520 --> 00:36:27,740 +مرسوم فيه تمام؟ و بعدين نقول للبطون ال background + +389 +00:36:27,740 --> 00:36:32,140 +تبع تاك هتكون الشكل هذا الرسمنا تمام؟ فبنشوف + +390 +00:36:32,140 --> 00:36:35,850 +هالجهد كيف نرسم احنا أشكالزي المطلوب في الواجب + +391 +00:36:35,850 --> 00:36:40,950 +الواجب ممكن ترسم مستطيل حواف مدورة طبعا هال gate + +392 +00:36:40,950 --> 00:36:46,430 +كيف هتبنى اعملها بدنا نروح على مجلد drawable بدنا + +393 +00:36:46,430 --> 00:36:49,330 +نروح على مجلد drawable في drawable فيه قولنا ايش + +394 +00:36:49,330 --> 00:36:52,870 +بنستخدمه الصور اللى بتحطها و ايضا في drawable + +395 +00:36:52,870 --> 00:36:56,590 +بتقدر ترسم الأشكال اللى انت بدكيها فاجينا على + +396 +00:36:56,590 --> 00:37:00,610 +drawable بتعمل click يمين عليها و بتقوله new تمام + +397 +00:37:00,610 --> 00:37:05,420 +و في عندك حاجة اسمها drawable resource fileبترجع + +398 +00:37:05,420 --> 00:37:08,960 +لـ drawable و بتقول له new و فيه drawable resource + +399 +00:37:08,960 --> 00:37:20,080 +file ايش بتسميه؟ ا click button shape انا هيك + +400 +00:37:20,080 --> 00:37:22,100 +سميته click button shape + +401 +00:37:29,370 --> 00:37:32,670 +طيب هى فتح لك الملف ال XML اللى بدنا هيه ايش + +402 +00:37:32,670 --> 00:37:35,250 +جايبلك جوا حاجة اسمها ال selector بدناها شهد ال + +403 +00:37:35,250 --> 00:37:40,250 +selector تمام احنا بدنا نرسم شكل تمام افتح هيك وفي + +404 +00:37:40,250 --> 00:37:47,510 +عندك حاجة اسمها ايش موجودة اسمها shape تمام طيب هو + +405 +00:37:47,510 --> 00:37:51,910 +بيساعدك كمان فى الرسم كتير ال tag shape في برضه + +406 +00:37:51,910 --> 00:37:54,850 +attribute اسمها shape عشان تحدد نوع الشكل اللى + +407 +00:37:54,850 --> 00:37:56,990 +بدكيه هو بيدعملك + +408 +00:38:00,010 --> 00:38:04,990 +أربع أنواع oval هو شكل بيضاوي rectangle مستطيل + +409 +00:38:04,990 --> 00:38:08,890 +line خط ring مش عارف زي ال oval ماجربتاش قبل هيك + +410 +00:38:08,890 --> 00:38:13,550 +لأن احنا بنرسم دائرة طبعا فبنقوله ايش oval مافيش + +411 +00:38:13,550 --> 00:38:18,670 +circle بس في oval اللي هو شكل بيضاوي طبعا بس احنا + +412 +00:38:18,670 --> 00:38:23,210 +بنوحد ال width و ال height بيصير دائرة طبعا هاي + +413 +00:38:23,210 --> 00:38:23,530 +oval + +414 +00:38:26,820 --> 00:38:33,680 +طيب الان لاحظ ان اعرفت shape نوعه oval تمام بس هو + +415 +00:38:33,680 --> 00:38:36,600 +سكره هنا تمام و هيك خلص ال shape بس احنا ايش فهي + +416 +00:38:36,600 --> 00:38:42,660 +نعمل بيجي و نعمل التسكيه لتحت ليش عملت هيك انا + +417 +00:38:42,660 --> 00:38:47,640 +عشان بدك تكتب جوا خصائص ال shape الان اول خاصية + +418 +00:38:47,640 --> 00:38:52,220 +تمام + +419 +00:38:52,220 --> 00:38:56,140 +هذه كلها خصائص لل shape اللي انت عملتهفي عندنا + +420 +00:38:56,140 --> 00:39:04,060 +solid او قبل ال solid stroke stroke هو رسم الحفة + +421 +00:39:04,060 --> 00:39:08,740 +بتاعته مش التعبئة بتاعته الحفة تمام؟ stroke هذه + +422 +00:39:08,740 --> 00:39:11,520 +طيب ايش بتاك ال color بتاع ال stroke؟ مثلا أحمر + +423 +00:39:11,520 --> 00:39:16,260 +ممكن تكتب الرقم + +424 +00:39:16,260 --> 00:39:20,410 +على طول dash و تكتب الرقم او تخليه تجيبه منالـ + +425 +00:39:20,410 --> 00:39:25,510 +color مش عايزنا نعرف كيف نعرف color هاي يقوله مثلا + +426 +00:39:25,510 --> 00:39:30,790 +FF000 يعني هذا اللي هترسونه بخط أحمر أو خلينا نقول + +427 +00:39:30,790 --> 00:39:36,070 +أسود لأن + +428 +00:39:36,070 --> 00:39:38,950 +width إيش ال width بتاع ال stroke خمل الخط اللي + +429 +00:39:38,950 --> 00:39:43,530 +بدك ترسون فيه مثلا خلينا نقوله H2 DB + +430 +00:39:47,900 --> 00:39:55,040 +لأن لو جيت على preview تمام هاي يجيب لك شكل بيضاوي + +431 +00:39:55,040 --> 00:40:01,100 +مرسوم بخط أسود وخمل الخط اتنين شوف هذا مثلا عشرة + +432 +00:40:01,100 --> 00:40:08,800 +هذا preview هنا بس تشوف شكله يعني طب + +433 +00:40:08,800 --> 00:40:09,500 +استنى شوية + +434 +00:40:12,950 --> 00:40:17,090 +طيب يعني انت بتعمل ال shape جوا حطينه ال stroke + +435 +00:40:17,090 --> 00:40:21,410 +بتحدد اللون الخط اللي مرسوم فيه بعدين في عندنا + +436 +00:40:21,410 --> 00:40:26,950 +solid هذا ايش solid التعبية اه التعبية بتاعته مثلا + +437 +00:40:26,950 --> 00:40:36,170 +بدنا نعبيه أحمر تمام؟ + +438 +00:40:36,170 --> 00:40:43,200 +في عندنا ال size حجم اللي انت بدركيه ثابتsize + +439 +00:40:43,200 --> 00:40:53,600 +width مثلا مية دي بي و height بساطة + +440 +00:40:53,600 --> 00:40:59,180 +يعني طيب + +441 +00:40:59,180 --> 00:41:03,820 +ايش فيه كمان فيه هنا padding هذه padding لو انت + +442 +00:41:03,820 --> 00:41:11,250 +كنت عايز الحواف تاعتهيعني مثلا خلّي من العشرة دي + +443 +00:41:11,250 --> 00:41:19,990 +بي bottom و top عشرة دي بي و left هذا لازم تحددهم + +444 +00:41:19,990 --> 00:41:25,850 +واحدة واحدة و right سهل + +445 +00:41:25,850 --> 00:41:30,950 +ولا صعب يا جماعةمرة تانية بتحدد ال shape و جواها + +446 +00:41:30,950 --> 00:41:35,010 +انا حددت تلات attributes stroke الخط solid التعبية + +447 +00:41:35,010 --> 00:41:41,490 +ال size الحجم طبعا اذا ماحددتش الحجم بياخد الحجم + +448 +00:41:41,490 --> 00:41:44,850 +بتاع الأنصر نفسه تمام و ال padding جدش ال content + +449 +00:41:44,850 --> 00:41:49,750 +بعيد عن حواف الشكل نفسه خلصنا هيك الشكل استخدمناها + +450 +00:41:49,750 --> 00:41:54,530 +لسه مستخدماش ارجع على الزر هايه + +451 +00:42:05,170 --> 00:42:16,690 +لأن حكيله background ات دروبل ات دروبل ات دروبل + +452 +00:42:16,690 --> 00:42:24,590 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +453 +00:42:24,590 --> 00:42:26,910 +دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل + +454 +00:42:26,910 --> 00:42:27,830 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +455 +00:42:27,830 --> 00:42:29,470 +دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل + +456 +00:42:29,470 --> 00:42:32,610 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +457 +00:42:32,610 --> 00:42:32,610 +دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل + +458 +00:42:32,610 --> 00:42:32,610 +ات دروبل ات دروبل ات دروبل ات دروبل ات دروبل ات + +459 +00:42:32,610 --> 00:42:36,330 +دروبل ات دروبل اتلو لو يعني يبين فيه effect يعني + +460 +00:42:36,330 --> 00:42:42,130 +فكيف نعمل هذه تعالوا عندنا هنا على نفس الشكل اللي + +461 +00:42:42,130 --> 00:42:46,570 +رسمناه يعني حاليا خلاص رسمت أنا الشكل لكن هذا + +462 +00:42:46,570 --> 00:42:51,830 +الشكل ثابت يعني لو ضغطت مش هيصير حاجة بتيجي فوج + +463 +00:42:51,830 --> 00:42:55,630 +هنا تبقوا معايا شفته أول ما انشأته طلعلي حاجة + +464 +00:42:55,630 --> 00:42:56,350 +اسمها ال selector + +465 +00:43:07,310 --> 00:43:11,430 +طيب السيلكتور هاللي هال gate جوه انشأنا item + +466 +00:43:11,430 --> 00:43:14,650 +وبيقوله state press 2 + +467 +00:43:18,730 --> 00:43:25,250 +كلمة سيلكتور معناها زي التحديد أو الاختيار تمام؟ + +468 +00:43:25,250 --> 00:43:29,950 +جوا السيلكتور بدك تحدد الفكرة بتاعة السيلكتور انه + +469 +00:43:29,950 --> 00:43:33,710 +تحدد ال state و إيش بيصير عند كل state إيش ال + +470 +00:43:33,710 --> 00:43:39,450 +state؟ الحالة كل حالة اللي قام السيلكتور تبقى فاضي + +471 +00:43:39,450 --> 00:43:44,590 +مافيش في حاجة لو أخدت ال shape هذا كله و حطيته جوا + +472 +00:43:44,590 --> 00:43:45,230 +السيلكتور + +473 +00:43:50,360 --> 00:43:56,680 +مش هيشتغل ليش اه لأ اقولك ليش ماشتغلش في غلط لازم + +474 +00:43:56,680 --> 00:44:14,480 +نحطه جوا item تمام هيك هاي item وخد ال shape تمام + +475 +00:44:14,480 --> 00:44:20,900 +هيك عرضه طيب هذا ايش معناه ان انا سويتهالان اعملت + +476 +00:44:20,900 --> 00:44:25,720 +انا selector انه عن تحديد العنصر item هذا ال tag + +477 +00:44:25,720 --> 00:44:31,400 +المفروض ان احدد فيه متى يختار الشكل هذا هل حددت + +478 +00:44:31,400 --> 00:44:35,840 +انا state معينة؟ لأ معناه ان by default اول ما يجي + +479 +00:44:35,840 --> 00:44:39,000 +يعرض الشكل هيختار ال item هذا ليش؟ لان مافيش حالة + +480 +00:44:39,000 --> 00:44:42,300 +محددة فيه شوفوا انا ايش بدي اسوي بدي انسخ هذا ال + +481 +00:44:42,300 --> 00:44:49,680 +item و اعمل فوق هناكم item عندي؟ اتنين، بدي اجي + +482 +00:44:49,680 --> 00:44:53,320 +على واحد منهم، هذا، و بدي اقول له state pressed + +483 +00:44:53,320 --> 00:45:01,100 +true لأن هذا اللي هنا هينفذ امتى لما يكون state + +484 +00:45:01,100 --> 00:45:05,160 +pressed true؟ هذا اللي هنا امتى هينفذه؟ في اي حالة + +485 +00:45:05,160 --> 00:45:11,040 +غير هيكلأن أنا عندى معرّف 2 items واحد الأولانى + +486 +00:45:11,040 --> 00:45:14,700 +لما يكون state pressed to true لما يكون مضغوط على + +487 +00:45:14,700 --> 00:45:18,000 +answer ال item التانى محدد له state لأ هذا بيكون + +488 +00:45:18,000 --> 00:45:21,100 +ال default يعني لو ماضغطتش أي حالة تانية هياخد + +489 +00:45:21,100 --> 00:45:24,160 +الشكل اللى تحت واحد بيقول الشكلين زي بعض ماشي زي + +490 +00:45:24,160 --> 00:45:28,300 +بعض بس أنا باللعنة بيدروح للأولانى وبيقوله لما + +491 +00:45:28,300 --> 00:45:32,960 +ينضغط خلّيلي يا blue هذا + +492 +00:45:32,960 --> 00:45:38,670 +أزرق وهذا أيش أحمرهذا انت بتنفذ ال item لما يكون + +493 +00:45:38,670 --> 00:45:42,750 +true هذا انت بتنفذ اي حالة غير هى تعالى نعمل run + +494 +00:45:42,750 --> 00:45:48,410 +نشوف كيف شكله فاهمين + +495 +00:45:48,410 --> 00:45:49,050 +حاجة يا جماعة + +496 +00:46:24,640 --> 00:46:27,440 +أتمنى أن لا يكون هناك مشكلة في مجتمعنا + +497 +00:46:36,190 --> 00:46:45,190 +شايفين كيف هو اتضغط عليها بالسلولة ايش ازرق دور + +498 +00:46:45,190 --> 00:46:54,550 +عليها لحالك دكتور + +499 +00:46:54,550 --> 00:47:00,200 +مضلات البعض مصر تضالب بيانة؟هذا التغيير بتن .. بتن + +500 +00:47:00,200 --> 00:47:03,480 +.. الناس مالوش علاقة بالموضوع يعني هذا بيغير ال + +501 +00:47:03,480 --> 00:47:06,780 +shape ال background إذا مضغوطه بياخد ال background + +502 +00:47:06,780 --> 00:47:17,140 +هادي إذا مش مضغوطه بياخد هادي تمام؟ + +503 +00:47:17,140 --> 00:47:22,140 +لأن + +504 +00:47:22,140 --> 00:47:26,020 +حاول يا شباب هذا + +505 +00:47:26,020 --> 00:47:32,010 +المتروك ألكوااللي انت ممكن ايش تعمله تجيب صورة + +506 +00:47:32,010 --> 00:47:38,610 +مسبح إلكترونية زي هذه مثلا وحطها + +507 +00:47:38,610 --> 00:47:42,850 +background وخلّي بس يضغط هنا يطلّالك الرقم في + +508 +00:47:42,850 --> 00:47:49,110 +المصر ويضغط هنا بيعمل reset كيف بدك تعملها اعمل + +509 +00:47:49,110 --> 00:47:52,090 +button وخلّي لون ال background transparent + +510 +00:48:01,650 --> 00:48:04,170 +مفرغ يعني transparent ممكن تحط button و تخليه + +511 +00:48:04,170 --> 00:48:10,630 +transparent طبعا لا احنا بدنا على الصورة نفسها على + +512 +00:48:10,630 --> 00:48:14,190 +الصورة نفسها بتدعم ال button طبعا ال button مش + +513 +00:48:14,190 --> 00:48:18,490 +هيبين فبتحط خلفية ال button transparentاه روحوا + +514 +00:48:18,490 --> 00:48:23,030 +اشتغلوا امر بتطبيقوه شرا المتجر مش بدك في الاخر + +515 +00:48:23,030 --> 00:48:29,710 +انت في ال .. في اخر المادة لما تروح تشتغل هيقولك + +516 +00:48:29,710 --> 00:48:34,290 +فارجيني انت ايش عملت طيب + +517 +00:48:34,290 --> 00:48:39,210 +كل واجب .. كل واجب انت بتاخده او كل تمرين احنا + +518 +00:48:39,210 --> 00:48:44,190 +بناخده روح كمل عليهوظبطوا وعملوا تطبيق متكامل + +519 +00:48:44,190 --> 00:48:46,910 +وارفعوا على المتجر واخر ما يقدروا يقولوا هاي ال + +520 +00:48:46,910 --> 00:48:48,310 +product السادس + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y.srt new file mode 100644 index 0000000000000000000000000000000000000000..99ceb35ed27cf41710fe870479f36eef0354dd82 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y.srt @@ -0,0 +1,1693 @@ +1 +00:00:20,810 --> 00:00:25,990 +طيب السلام عليكم، آخر موضوع غطيناه يا جماعة كان موضوع + +2 +00:00:25,990 --> 00:00:32,030 +الـ start activity for result، الـ start activity لحالها + +3 +00:00:32,030 --> 00:00:35,830 +إحنا بنبدأ activity، لكن الـ activity اللي شغّلتها + +4 +00:00:35,830 --> 00:00:40,380 +ما بتنتظر أي نتيجة من الـ activity اللي شغّلتها، لكن + +5 +00:00:40,380 --> 00:00:43,340 +إذا أنا بنتظر نتيجة من الـ activity اللي شغّلتها، + +6 +00:00:43,340 --> 00:00:47,000 +مثلاً أنا ممكن أشغّل activity أدخل من خلالها بيانات، + +7 +00:00:47,000 --> 00:00:51,000 +و البيانات لازم ترجع للـ activity الأولى، كتير هذا + +8 +00:00:51,000 --> 00:00:54,420 +بيحصل مرات، أنا بكون عندي نموذج، و من النموذج ده بيتفرّع + +9 +00:00:54,420 --> 00:00:58,180 +مثلاً بطلب من المستخدم يدخل بيانات، بعدين بقول له دخّل + +10 +00:00:58,180 --> 00:01:02,060 +مثلاً، أولاده مفيش وصف في البيانات الأساسية، ف بروح + +11 +00:01:02,060 --> 00:01:05,180 +أفتح له activity يدخل فيها تفاصيل إضافية، و المفروض + +12 +00:01:05,180 --> 00:01:08,020 +البيانات ترجع من الـ activity الثانية للـ .. للأولى + +13 +00:01:10,950 --> 00:01:13,550 +الآن المحاضرة اللي هبقى أشوفها هي الـ hobbies + +14 +00:01:13,550 --> 00:01:17,750 +الهوايات، كان عندنا result activity عبارة عن list + +15 +00:01:17,750 --> 00:01:20,450 +view فيها هوايات، باختار منها العناصر، و العناصر + +16 +00:01:20,450 --> 00:01:24,130 +اللي بختارها بدأت ترجع للـ activity الأولى، بطريقة + +17 +00:01:24,130 --> 00:01:29,440 +عمل start activity for result، لأن أنا في الـ main + +18 +00:01:29,440 --> 00:01:33,500 +activity عندي button، ضغطت عليه، عملت intent عشان + +19 +00:01:33,500 --> 00:01:36,980 +أشغّل الـ activity الثانية، و بعدين قلت له start + +20 +00:01:36,980 --> 00:01:41,380 +activity for result بدل start activity، هيك بيشغّل + +21 +00:01:41,380 --> 00:01:45,140 +الـ activity، و بيبقى يستنى بيانات توصل له، لأن + +22 +00:01:45,140 --> 00:01:47,860 +البيانات اللي هتوصل له، كيف هيعرف إنّها وصلت بيانات + +23 +00:01:47,860 --> 00:01:52,520 +أو رجعت بيانات؟ هيشغّل callback method اسمها on + +24 +00:01:52,520 --> 00:01:55,220 +activity result. + +25 +00:01:55,220 --> 00:02:02,180 + +26 +00:02:02,180 --> 00:02:06,860 + +27 +00:02:06,860 --> 00:02:09,760 + +28 +00:02:09,760 --> 00:02:10,120 + +29 +00:02:10,120 --> 00:02:11,320 + +30 +00:02:17,510 --> 00:02:20,530 +اللي هيرجعها للـ activity الأولى، كيف تجهيز البيانات؟ + +31 +00:02:20,530 --> 00:02:23,270 +في method موجود في الـ super class في الـ activity + +32 +00:02:23,270 --> 00:02:31,610 +اسمها set result، set result، هذه بيقول لك + +33 +00:02:31,610 --> 00:02:38,190 +لأن هذه الـ main activity، و هذه + +34 +00:02:38,190 --> 00:02:46,430 +بنسميها result activity، هنا أنا عملت start activity + +35 +00:02:49,920 --> 00:02:56,220 +for result، اشتغلت مين؟ هذه الخطوة الأولى، اشتغلت الـ + +36 +00:02:56,220 --> 00:02:59,300 +activity، هذه، لما أجمع البيانات من الـ activity هذه، + +37 +00:02:59,300 --> 00:03:04,460 +لازم أجهّز البيانات عن طريق set result، اللي هي الـ + +38 +00:03:04,460 --> 00:03:07,620 +method هذه، شايفينها؟ و هذه inherited من الـ super + +39 +00:03:07,620 --> 00:03:10,460 +class، هذه الـ set result بتاخد حُجتين فيها، اسمها + +40 +00:03:10,460 --> 00:03:15,480 +result code، و حاجة اسمها الـ data، هجيب و أحط أي رقم الـ + +41 +00:03:15,480 --> 00:03:17,700 +result code، مش هأعلّن كتير، هأحكي إيش فايدته + +42 +00:03:17,700 --> 00:03:22,380 +الآن الـ result code و الـ data، الـ data اللي بدأت + +43 +00:03:22,380 --> 00:03:24,640 +أعطيها لها في set result، لازم تكون على شكل + +44 +00:03:24,640 --> 00:03:28,920 +intent، إحنا اتعودنا الـ intent بنستخدمه لما + +45 +00:03:28,920 --> 00:03:32,400 +نشغّل activity، هذا استخدام آخر للـ intent، إنّه هنحط فيه + +46 +00:03:32,400 --> 00:03:36,640 +data، ليش؟ هو طالب منّي هيك، الـ method بدها + +47 +00:03:36,640 --> 00:03:42,040 +intent، ف بنعمل intent، هي عملت intent معنى فاضي، و + +48 +00:03:42,040 --> 00:03:45,560 +روحت حطّيت في الـ content الـ array list اللي اجت + +49 +00:03:45,560 --> 00:03:47,660 +عندي، ممكن تحط في الـ content أنواع كتير بيانات، + +50 +00:03:47,660 --> 00:03:51,420 +integer, float, double, string، و بعدين بقول له set + +51 +00:03:51,420 --> 00:03:54,460 +result، هيك ما بعطّيش البيانات، ما برجعش البيانات هيك، + +52 +00:03:54,460 --> 00:03:58,500 +جهّزت البيانات، ليش؟ لأنّي هأرجعها، يعني في اللحظة اللي بتعمل + +53 +00:03:58,500 --> 00:04:03,600 +فيها back أو finish أو بتسكر الـ activity، اللي موجود + +54 +00:04:03,600 --> 00:04:08,320 +في الـ result، هيرجع للـ main activity، فأول ما تسكر + +55 +00:04:08,320 --> 00:04:12,080 +هذه الـ activity، هي + +56 +00:04:12,080 --> 00:04:14,440 +الخطوة الثانية، set result، لما تسكر الـ activity هذه، + +57 +00:04:14,440 --> 00:04:19,740 +هترجع للبيانات، وهتشغّل الـ method اسمها on activity + +58 +00:04:19,740 --> 00:04:26,800 +result، اللي أنت بتستقبل من خلالها البيانات، وين هذه + +59 +00:04:26,800 --> 00:04:29,860 +الـ on activity result؟ في الـ main activity هذه + +60 +00:04:29,860 --> 00:04:34,860 +الـ main activity، وهي الـ on activity result، لأنّ + +61 +00:04:34,860 --> 00:04:40,060 +فعلياً في التطبيق بتاعي، في الحالة هذه أنا بس بستخدم + +62 +00:04:40,060 --> 00:04:43,220 +start activity for result واحدة، لكن ممكن التطبيق + +63 +00:04:43,220 --> 00:04:46,860 +يكون عندك أكتر من start activity for result، شغّل زر + +64 +00:04:46,860 --> 00:04:50,840 +بيشغّل فيديو، زر بيشغّل كاميرا، زر بيشغّل شاشة الهيئة + +65 +00:04:50,840 --> 00:04:55,140 +هيئة حدث، فعلياً أي واحد منهم بيرجع بيانات، هيستخدم + +66 +00:04:56,480 --> 00:04:59,620 +on activity result، كلهم هيستخدموا نفس الـ method، إنّك + +67 +00:04:59,620 --> 00:05:05,570 +لازم تحط حاجة تميّز بيها مين بيرجع البيانات، هذا عن + +68 +00:05:05,570 --> 00:05:08,270 +طريق مين؟ عن طريق الـ request code، يعني أنت هنا لما + +69 +00:05:08,270 --> 00:05:12,230 +استدعيت الـ activity هذه، حطّيت إيش؟ أربعة، وهجيب + +70 +00:05:12,230 --> 00:05:16,290 +لما نشتغل الكاميرا هنحط خمسة مثلاً، أو أي رقم ثاني + +71 +00:05:16,290 --> 00:05:20,410 +لما تيجي تستقبل النتيجة، تيجي تفحص الـ request code + +72 +00:05:20,410 --> 00:05:24,370 +اللي هو أنت بعته، إذا كان أربعة، تعرف إن هذه النتائج + +73 +00:05:24,370 --> 00:05:26,570 +جاية من وين؟ من الـ activity الـ result + +74 +00:05:26,570 --> 00:05:34,460 +activity، else if request code يساوي خمسة مثلاً، بتعرف + +75 +00:05:34,460 --> 00:05:37,800 +إنّه جاي من حاجة ثانية، و بتعالجه بطريقة مختلفة، فعلاً + +76 +00:05:37,800 --> 00:05:39,940 +بطريقة request code بنميّز الـ result code، إيش + +77 +00:05:39,940 --> 00:05:44,620 +فايدته؟ مالوش فايدة كبيرة، بس من فوائد الـ result code + +78 +00:05:44,620 --> 00:05:49,300 +إنّ الـ activity هذه رجعت مثلاً واحد أو صفر، إنّها تبين + +79 +00:05:49,300 --> 00:05:52,940 +إنّ العملية تمت بنجاح أو لأ، يعني مثلاً في برنامج + +80 +00:05:52,940 --> 00:05:56,620 +الكاميرا، بستفيد من result code، بعرف إنّه أخد الصورة + +81 +00:05:56,620 --> 00:06:01,500 +أو لأ، ما أخدها، مين اللي يبِلّغني فيها؟ الـ result الـ + +82 +00:06:01,500 --> 00:06:04,800 +activity أو اللي أنا بدي أشغّلها، request code لازم + +83 +00:06:04,800 --> 00:06:08,000 +عشان يميّز من وين .. لمين أنت بعت الطلب، و من وين + +84 +00:06:08,000 --> 00:06:11,520 +جاته، من وين جاته الـ result، result code ممكن يكون + +85 +00:06:11,520 --> 00:06:15,740 +مفيد، إيه؟ أنت عشان لما ترجع النتيجة يقول لك إنّه + +86 +00:06:15,740 --> 00:06:21,160 +رجعت بنجاح أو في خلل، أو أي تفاصيل، يعني الآن على + +87 +00:06:21,160 --> 00:06:24,640 +النمط هذا، تعالى نشوف كيف إحنا نعمل أو نشغّل كاميرا + +88 +00:06:25,910 --> 00:06:28,210 +شفنا في المحاضرة الماضية فيه زر اسمه camera، بدنا + +89 +00:06:28,210 --> 00:06:31,610 +نشغّله، يشغّل الـ camera، يأخد الصورة، يعرض لنا الصورة هنا + +90 +00:06:31,610 --> 00:06:35,090 +تعال الآن على الـ main activity، و نجيب الـ button + +91 +00:06:35,090 --> 00:06:35,590 +بتاع الـ camera + +92 +00:06:55,490 --> 00:06:58,730 +طيب، تشغيل الكاميرا ده واحد من طرق تشغيل الـ + +93 +00:06:58,730 --> 00:07:02,570 +implicit intent، اللي محدش حافظه، بس ممكن يجي على + +94 +00:07:02,570 --> 00:07:05,290 +الإمتحان، لو أنت فاهم كيف ينشغل الكاميرا، هتعرف إيش + +95 +00:07:05,290 --> 00:07:09,290 +الـ intent، الـ action بتاعها بالضبط، يعني عشان نشغّل + +96 +00:07:09,290 --> 00:07:14,410 +الكاميرا بنقول له intent، you saw on، you .. نسيت أسجل + +97 +00:07:14,410 --> 00:07:17,670 +media store + +98 +00:07:22,920 --> 00:07:32,100 +والله أنا اتسجّل، اتجهت، اتسجّل، اتجهت كده + +99 +00:07:32,100 --> 00:07:34,540 +شاشة جديدة، اتسجلت من الساعة تسعة ونصف، عامة إحنا ده عامة + +100 +00:07:34,540 --> 00:07:39,180 +إحنا ده عامة، إحنا ده عامة، إحنا ده عامة، إحنا ده + +101 +00:07:39,180 --> 00:07:50,460 +عامة إحنا + +102 +00:07:50,460 --> 00:07:50,940 +ده عامة + +103 +00:08:02,440 --> 00:08:06,340 +طيب يا جماعة، هنجيب زر الكاميرا، نعمل action عليه الآن + +104 +00:08:06,340 --> 00:08:11,960 +الـ action + +105 +00:08:11,960 --> 00:08:17,240 +بتاع الكاميرا اسمه media store.action image + +106 +00:08:17,240 --> 00:08:24,780 +capture، هذا اسم الـ action، الـ intent بتاع التشغيل + +107 +00:08:24,780 --> 00:08:28,020 +كمان بدك video، action video capture + +108 +00:08:32,050 --> 00:08:39,530 +بعدين بتقول له start activity for result، و بتبعت الـ + +109 +00:08:39,530 --> 00:08:44,210 +intent، بده + +110 +00:08:44,210 --> 00:08:49,770 +request code، بحط إيش؟ request + +111 +00:08:49,770 --> 00:08:53,130 +code، بعده + +112 +00:08:53,130 --> 00:08:56,990 +تمام + +113 +00:08:56,990 --> 00:09:02,780 +هيك المفروض يشغّل برنامج الكاميرا، تمام، هيفتح + +114 +00:09:02,780 --> 00:09:07,220 +برنامج الكاميرا، هتصوّر الصورة، بتقول له okay، تمام، أول + +115 +00:09:07,220 --> 00:09:11,940 +ما تضغط okay، النتيجة هترجع لمين؟ للـ main activity + +116 +00:09:11,940 --> 00:09:16,040 +هذه، الآن هذا الشغل أسهل من الشغل المرة الماضية، + +117 +00:09:16,040 --> 00:09:17,780 +لماذا؟ لأن المرة الماضية كنا نفكّر في الـ main + +118 +00:09:17,780 --> 00:09:21,140 +activity و result activity، طب و الـ result مفيش + +119 +00:09:21,140 --> 00:09:25,760 +result فيها؟ هتيجي result، بس هتيجي on activity، + +120 +00:09:25,760 --> 00:09:28,220 +يعني أنت الآن، هي شغّلت برنامج الكاميرا، اشتغلت، + +121 +00:09:28,220 --> 00:09:33,760 +و صوّرت، المفروض الـ result هي عبارة عن إيش؟ الصورة + +122 +00:09:33,760 --> 00:09:39,180 +وين هيستقبل النتيجة؟ في الـ on، لا، وين؟ في الـ main، في + +123 +00:09:39,180 --> 00:09:42,540 +الـ on activity result، زيها زي main، زي result + +124 +00:09:42,540 --> 00:09:45,420 +activity اللي إحنا عاملينه، بس هنرجع نستخدم الـ on + +125 +00:09:45,420 --> 00:09:47,840 +activity result، مو مستدعينها في التطبيق بتاعنا، في + +126 +00:09:47,840 --> 00:09:51,460 +two activities، ممكن نستخدم الـ on activity result + +127 +00:09:51,460 --> 00:09:54,120 +بتاعة الـ hobbies و بتاعة الكاميرا، الكلمة المميّزة + +128 +00:09:54,120 --> 00:09:58,900 +بينهم عن طريق request code، ف بنقول له else if + +129 +00:10:00,480 --> 00:10:04,460 +الـ request code يساوي خمسة، هيك بعرف إن النتيجة هذه + +130 +00:10:04,460 --> 00:10:09,820 +جاية من وين؟ من الكاميرا، و هألاقي النتيجة في الـ + +131 +00:10:09,820 --> 00:10:13,800 +intent اللي هو الـ data هذا، تمام، هي ما بتكونش + +132 +00:10:13,800 --> 00:10:18,360 +النتيجة كيف؟ هاد الاستقبال هي كالتالي، data.get + +133 +00:10:18,360 --> 00:10:27,310 +extras.get data، هيك هتبقى، عشان تجيب بيانات + +134 +00:10:27,310 --> 00:10:32,930 +الصورة، زي ما هي بتيجي + +135 +00:10:32,930 --> 00:10:37,950 +حاجة اسمها bitmap، بتيجي + +136 +00:10:37,950 --> 00:10:40,970 +لحاجة اسمها bitmap، إيش الـ bitmap؟ اللي إحنا بنعرف + +137 +00:10:40,970 --> 00:10:46,070 +الصورة، عدّة، عامة، صورة، و كل bit .. كل مكان فيه pixel + +138 +00:10:46,070 --> 00:10:49,450 +فيها عبارة عن قيم بالـ binary، هذه بنسميها الـ bitmap + +139 +00:10:49,450 --> 00:10:54,670 +يعني هذه الـ bitmap هي إيش؟ الصورة، الآن بنعرضها، بس + +140 +00:10:54,670 --> 00:10:57,690 +نعرِض الصورة، و نعرِض الصورة في الـ image view + +141 +00:10:57,690 --> 00:11:03,630 +بنجيب الـ image view، هاي image view، im find + +142 +00:11:03,630 --> 00:11:07,650 +view by id، لأن أنا فيه عندي image view، هاي الـ + +143 +00:11:07,650 --> 00:11:11,830 +image view، لأن الـ image view، إحنا كنا نحط set + +144 +00:11:11,830 --> 00:11:15,230 +image resource، صح؟ ولا لو جيت فيه عندك حاجة ثانية + +145 +00:11:15,230 --> 00:11:22,390 +اسمها set image bitmap، بتعطينا الـ bitmap، نحفظها عندي + +146 +00:11:22,390 --> 00:11:27,150 +في الـ resource، نحفظها كـ file مثلاً، آه، ممكن تحفظها كـ + +147 +00:11:27,150 --> 00:11:29,930 +file، آه، بس لحظة شوية، خلينا نجرب هذه أول + +148 +00:11:57,170 --> 00:12:01,310 +طيب، هلقيت لو ضغطت على كاميرا، مفروض إيش؟ الكاميرا تشتغل + +149 +00:12:01,310 --> 00:12:14,250 +اعملوا cheesy يا شباب، طيب، هاي تمام، هاي okay، و هي عرض + +150 +00:12:14,250 --> 00:12:20,250 +الصورة إيش؟ في الـ image view، طيب + +151 +00:12:20,250 --> 00:12:27,760 +لأن أنا فرجتك كيف تعرض الصورة في الـ image view، ممكن + +152 +00:12:27,760 --> 00:12:31,460 +الصورة دي تحفظها في ملف على الـ device، بس مش + +153 +00:12:31,460 --> 00:12:34,720 +هأفرجك دلوقتي طريقة حفظ الصورة في ملف، ليش؟ لأنّ + +154 +00:12:34,720 --> 00:12:37,620 +أنا بدي أفرجك كيف تحفظها في ملف، بدنا ندخل، لأ + +155 +00:12:37,620 --> 00:12:41,060 +بدنا ندخل في طريقة كيف أنا بدي أوصل للأنواع الـ + +156 +00:12:41,060 --> 00:12:44,240 +folders و الملفات في الـ device، و بعدين هندخل في + +157 +00:12:44,240 --> 00:12:47,460 +موضوع الـ security و الـ permissions، إذا دخلنا في الـ + +158 +00:12:47,460 --> 00:12:50,880 +permission، بدنا ندخل في الـ permission framework، + +159 +00:12:50,880 --> 00:12:53,400 +security framework بتاعة الأوريو، أنواع الـ + +160 +00:12:53,400 --> 00:12:55,640 +permissions، dangerous و مش dangerous، و كيف تعمل + +161 +00:12:55,640 --> 00:12:59,900 +request للـ permission، فحاجة طويلة، فخلي كل + +162 +00:12:59,900 --> 00:13:05,180 +حاجة تيجي، إيش أبو جتها، ماشي يا جماعة، وهيك خلصنا + +163 +00:13:05,180 --> 00:13:09,640 +موضوع الـ start activity for result، و كيف نشغّل + +164 +00:13:09,640 --> 00:13:14,260 +الكاميرا، نيجي على الجلسة، ننتقل لإيش؟ لموضوع ثاني، اللي + +165 +00:13:14,260 --> 00:13:14,920 +هو الـ fragments + +166 +00:13:32,660 --> 00:13:38,120 +لأ، ما قلتش، أنت + +167 +00:13:38,120 --> 00:13:41,640 +يا شباب، المشكلة بتلغوا الكلمة اللي بتعجبكم، و + +168 +00:13:41,640 --> 00:13:46,540 +بتسيبوا الكلمة اللي ما بتعجبكمش، يعني أنا ما كنتش قلت له + +169 +00:13:46,540 --> 00:13:52,530 +قلت له ممكن لو ما ضلش وقت، نأخذها الفصل الجاي، سبت + +170 +00:13:52,530 --> 00:13:53,090 +اللي جاي + +171 +00:14:25,520 --> 00:14:31,220 +طيب يا شباب .. يا شباب، اتبعوا معايا بالله الآن + +172 +00:14:31,220 --> 00:14:32,880 +بدنا ندخل في موضوع جديد + +173 +00:14:38,310 --> 00:14:43,530 +و الموضوع هذا مهم جداً، و .. و كل ما بعد الموضوع هذا + +174 +00:14:43,530 --> 00:14:47,610 +مختلف عن ما قبل الموضوع، تمام؟ يعني هذا الموضوع يعتبر + +175 +00:14:47,610 --> 00:14:52,690 +نقطة تحوّل في طريقة بناء التطبيقات، تمام؟ اللي هو + +176 +00:14:52,690 --> 00:14:57,450 +موضوع الـ fragments، هذا، فركزوا معايا، لأن + +223 +00:18:32,170 --> 00:18:37,630 +إذا اشتغل البرنامج نفسه على جهاز tablet جيب + +224 +00:18:37,630 --> 00:18:41,650 +القطعتين وجمعهم جنب بعض وحطهم في نفس الـ activity + +225 +00:18:41,650 --> 00:18:48,240 +يعني أنت فعلياً بتتعب في تصميم إيش؟ قطعتين هذه القطعة + +226 +00:18:48,240 --> 00:18:53,200 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +227 +00:18:53,200 --> 00:18:56,140 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +228 +00:18:56,140 --> 00:18:57,520 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +229 +00:18:57,520 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +230 +00:18:57,540 --> 00:18:57,700 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +231 +00:18:57,700 --> 00:18:59,680 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +232 +00:18:59,680 --> 00:19:03,980 +وهذه القطعة وهذه الق + +233 +00:19:14,160 --> 00:19:18,340 +لحتى الآن، باللي احنا عملناه، هذا تصميم مختلف عن هذا؟ + +234 +00:19:18,340 --> 00:19:22,220 +عن هذا، فهذا بدك تروح تصممه لحال، و تعمل layout، و + +235 +00:19:22,220 --> 00:19:25,120 +تصمم الـ elements، و تعمل الـ elements، و تعمل الـ elements، و تجمعهم + +236 +00:19:25,120 --> 00:19:29,490 +مع بعض، وبعدين تروح تصمم هذا من أول وجديد، لكن + +237 +00:19:29,490 --> 00:19:33,110 +باستخدام الـ fragment، أنت بتصمم واحد، واثنين، + +238 +00:19:33,110 --> 00:19:38,050 +وثلاثة لحال، كل جزء لحال، وبتجمعهم بطرق مختلفة + +239 +00:19:38,050 --> 00:19:41,670 +بتقول في الـ landscape حطهم جانب بعض، وفي الـ + +240 +00:19:41,670 --> 00:19:45,470 +portrait حطهم تحت بعض، يعني أنت بتشغل على مستوى + +241 +00:19:45,470 --> 00:19:48,650 +أصغر، اللي هو مستوى المحتوى الداخلي + +242 +00:19:50,850 --> 00:19:56,010 +هذه الفكرة، أن أنت تصمم قطعة، وتركبها بالطريقة اللي + +243 +00:19:56,010 --> 00:20:00,830 +بدك إياها، بتفتح لنا مجال كبير لتطبيقات، من ضمنها مثلاً + +244 +00:20:00,830 --> 00:20:05,830 +تطبيق الـ tabs، تابس، إيش هي الـ tabs؟ أن هو بيكون في + +245 +00:20:05,830 --> 00:20:11,990 +عندي تاب زي هيك، وتضغط هنا مفتاح لك شاشة، تضغط هنا + +246 +00:20:11,990 --> 00:20:17,270 +مفتاح لك شاشة، تضغط هنا مفتاح لك شاشة، وهكذا، فعلياً + +247 +00:20:17,270 --> 00:20:21,690 +الـ tabs إيش بيصير فيه؟ أنت لما تضغط على أي زر من + +248 +00:20:21,690 --> 00:20:29,430 +الأزرار هذه، هدول اللي جوا عبارة عن قطع مفصولة، واحد، + +249 +00:20:29,430 --> 00:20:33,110 +اثنين، ثلاثة، أربعة، أنت مصمم كل واحدة، ومشتغل كل واحدة + +250 +00:20:33,110 --> 00:20:39,150 +لحالها، تضغط هنا بيجيب القطع هذه بيحطها هنا، تضغط على + +251 +00:20:39,150 --> 00:20:43,330 +هذه بيجيب القطع هذه بيحطها هنا، واضح كيف؟ في كل شاشة + +252 +00:20:43,330 --> 00:20:49,450 +فيه إيش؟ في قطع مفصولة، فأنت زي اللي بركب Lego، عارفين + +253 +00:20:49,450 --> 00:20:53,010 +الـ Lego، التركيب بتاع الصغار هذا، زيك تصمم أنت قطع + +254 +00:20:53,010 --> 00:20:58,190 +مفصولة، وبتتركبها، الميزة كمان أنك أنت بتشغل كل قطعة + +255 +00:20:58,190 --> 00:21:02,610 +وكودها وشغلها لحال، ندهي الـ art design مش بتاخدوها + +256 +00:21:02,610 --> 00:21:06,070 +software engineering، وبتاخدوا أنه لازم كل ما + +257 +00:21:06,070 --> 00:21:08,890 +قسمنا الـ code لأجزاء صغيرة واشتغلنا كل جزء لحال + +258 +00:21:08,890 --> 00:21:11,590 +بيكون أفضل، هذا بتاخدوه نظرة وتحفظوه وتكتبوه في + +259 +00:21:11,590 --> 00:21:17,230 +ورقة، احنا إيش بنعمل؟ بنطبق العملية، هنا مثلاً فيه list + +260 +00:21:17,230 --> 00:21:21,250 +view، بروح بشغل list view وبعبيها وبعمل الـ + +261 +00:21:21,250 --> 00:21:24,870 +adapter تبعها، هون في القطعة هذه، لكن لو القطعة كلهم + +262 +00:21:24,870 --> 00:21:30,230 +مع بعض في activity واحدة، كلهم تصميمهم في نفس + +263 +00:21:30,230 --> 00:21:34,350 +المكان، والـ code كله في نفس الـ class، هنا الـ code كل + +264 +00:21:34,350 --> 00:21:39,170 +واحدة لها class خاص فيها، فبتروح تعدل على list view + +265 +00:21:39,170 --> 00:21:42,050 +بتروح على الـ fragment، بتعدل فيه + +266 +00:21:42,050 --> 00:21:47,470 +لحاله، فحتى في التصميم بيكون إيش؟ بيكون أفضل، يبدو + +267 +00:21:47,470 --> 00:21:52,430 +لحد الآن، الـ fragments هذه هي عبارة عن أن أنت تصمم + +268 +00:21:52,430 --> 00:21:56,620 +أجزاء تطبيق الـ user interface كأجزاء صغيرة، هذا + +269 +00:21:56,620 --> 00:22:01,780 +بيعطيك مرونة أو مميزات التالية، أول حاجة بتقدر أنت + +270 +00:22:01,780 --> 00:22:04,320 +الأجزاء الصغيرة تركبها وتجمعها بالطريقة اللي بدك + +271 +00:22:04,320 --> 00:22:08,820 +إياها، وتخلي التطبيق يتناسب مع شكل أو حجم الشاشة + +272 +00:22:08,820 --> 00:22:12,630 +اللي بتعرضها عليه، مش محتاج تصمم أنت أكتر من تصميم + +273 +00:22:12,630 --> 00:22:16,790 +لأكتر نوع شاشة، لأ، بتصمم الأجزاء الصغيرة وبتجمعها + +274 +00:22:16,790 --> 00:22:19,950 +على طرق مختلفة، هذه أول ميزة، الميزة الثانية مثلاً + +275 +00:22:19,950 --> 00:22:23,150 +عندك modular design، اللي هو تصميم مُقسّم + +276 +00:22:23,150 --> 00:22:27,430 +لأجزاء صغيرة، وكل جزء مسؤول عن دور معين أو شاشة + +277 +00:22:27,430 --> 00:22:31,870 +محددة، بنظام الـ fragments، احنا بنعمل هذا زي ما قلنا + +278 +00:22:31,870 --> 00:22:36,610 +مثال الـ tabs، هذا ما تقدر تطبقه إلا باستخدام الـ + +279 +00:22:36,610 --> 00:22:42,660 +fragments، مثال ثاني على الـ fragments، وهذا مشهور جداً + +280 +00:22:42,660 --> 00:22:47,460 +navigation + +281 +00:22:47,460 --> 00:22:50,140 +drawer، إيش الـ navigation drawer؟ اللي بيكون عندي + +282 +00:22:50,140 --> 00:22:54,260 +جوال زي أسحب زي هيك، يطلع لي شاشة اللي بتطلع على + +283 +00:22:54,260 --> 00:23:00,160 +الجانب، هذه الأزرار + +284 +00:23:00,160 --> 00:23:04,700 +التحكم، تمام، بتكون شاشة ظاهرة، بعمل slide بتطلع + +285 +00:23:04,700 --> 00:23:10,860 +فعلياً أنا هذه لحالها بصممها كقطعة، وبقول بس اعمل + +286 +00:23:10,860 --> 00:23:15,600 +slide، طلع لي القطعة هذه on top of everything، لأن + +287 +00:23:15,600 --> 00:23:20,020 +فعلياً أنا لما أصر اختار خيارات هنا مثلاً، بيجي يغير + +288 +00:23:20,020 --> 00:23:24,640 +وين المحتوى بتاع الشاشة الرئيسية؟ المحتوى الشاشة + +289 +00:23:24,640 --> 00:23:29,280 +الرئيسية برضه، إذاً هو الشاشات مختلفة، كل شاشة بصممها + +290 +00:23:29,280 --> 00:23:33,560 +كـ fragment، وبصير أستبدل، كل ما أضغط زر أستبدل + +291 +00:23:33,560 --> 00:23:38,450 +الموجود، أستبدل الموجود هنا، الآن التصميم الحديث + +292 +00:23:38,450 --> 00:23:41,750 +لتطبيقات الـ mobile بيقولوا بطلوا تستخدموا أكثر من + +293 +00:23:41,750 --> 00:23:46,090 +activity، و start activity بطلوها هذه، شوفتم ما احنا + +294 +00:23:46,090 --> 00:23:50,270 +قبل الفصل عليها هذا، بطلوا، الآن كله بيشغل single + +295 +00:23:50,270 --> 00:23:56,210 +activity و multiple fragments، يعني مثلاً أنت بدك تعمل + +296 +00:23:56,210 --> 00:24:01,730 +list، اضغط عليها يفتح لي محتوى، تمام، كله بيشغل في نفس + +297 +00:24:01,730 --> 00:24:07,150 +الـ activity، اضغط هنا بأستبدل هذا وبحط fragment جديد + +298 +00:24:07,150 --> 00:24:13,330 +يعني مثلاً شاشة زي هيك فيها زر ومحتوى هنا، بصير + +299 +00:24:13,330 --> 00:24:16,990 +أضغط، إيش بيعمل؟ بيستبدل المحتوى وبحط بداله إيش؟ محتوى + +300 +00:24:16,990 --> 00:24:21,250 +جديد، وهكذا، كله في نفس الـ activity، فالتطبيقات + +301 +00:24:21,250 --> 00:24:23,370 +الجديدة كلها بيقول لك احنا بنقلل استخدام الـ + +302 +00:24:23,370 --> 00:24:27,030 +activities قدر الإمكان، بيحاولوا استخدام activity + +303 +00:24:27,030 --> 00:24:33,350 +واحدة أو اثنين، ويصير يبدل إيش؟ يبدل fragments، واضح + +304 +00:24:33,350 --> 00:24:36,290 +يا جماعة هذه؟ يا دكتور، الـ single هذه بدلنا احنا + +305 +00:24:36,290 --> 00:24:39,250 +الوجهات، طيب الـ code، يعني الـ activity تتكون من XML + +306 +00:24:39,250 --> 00:24:42,530 +و code Java، الـ fragment فجأة مش هيصير فيه + +307 +00:24:42,530 --> 00:24:46,010 +عندي code Java، هيكون في عدة ملفات، ولا في ملف + +308 +00:24:46,010 --> 00:24:48,270 +واحد؟ كل fragment الـ code Java لحاله، الـ code Java + +309 +00:24:48,270 --> 00:24:51,890 +لحاله، اه طبعاً، وهذا .. وهذا مش ميمساوة، من + +310 +00:24:51,890 --> 00:24:57,800 +المميزات، يصير لأ، هذا ليه؟زال يكون عندك ملفات كتير + +311 +00:24:57,800 --> 00:25:04,340 +لأنه بمعنى أن كل ملف فيه code أقل، وكل ملف مسؤول عن + +312 +00:25:04,340 --> 00:25:08,020 +شيء معين، بكرا أنت في عندك غلطة كده بتعرف وين هذه + +313 +00:25:08,020 --> 00:25:12,560 +موجودة الغلطة، تمام، بدك تحسن في جزئية معينة تروح + +314 +00:25:12,560 --> 00:25:16,170 +الجزئية هذه بتحسنها، أول حاجة modular design + +315 +00:25:16,170 --> 00:25:19,890 +التقسيم لكل أجزاء صغيرة، سهل أن تتبعها وتعمل لها + +316 +00:25:19,890 --> 00:25:23,430 +maintenance وتحسنها، ثاني حاجة الـ cleaner code، + +317 +00:25:23,430 --> 00:25:26,290 +وضوح، responsive design اللي هو استبدال القطع و + +318 +00:25:26,290 --> 00:25:29,650 +ترتبيها بالطريقة اللي بدك إياها، وأخر ميزة وهذه ميزة مهمة + +319 +00:25:29,650 --> 00:25:34,660 +كمان أنك بتعمل reusable components، إيش هي reusable؟ + +320 +00:25:34,660 --> 00:25:38,260 +تعيد استخدامها، هذا الـ fragment اللي أنا تعبت عليه + +321 +00:25:38,260 --> 00:25:41,900 +وصممت الـ list وزبطتها وحددت ألوانها ومحتواها و + +322 +00:25:41,900 --> 00:25:44,820 +كذا، والـ adapter تبعها، شغال فيه وراضٍ يظبط + +323 +00:25:44,820 --> 00:25:47,820 +معايا، وفي الآخر زبط، هذا الـ list view اللي أنا + +324 +00:25:47,820 --> 00:25:52,020 +تعبت عليها وعملت fragment، ممكن أخدها زي ما هي و + +325 +00:25:52,020 --> 00:25:57,900 +أستخدمها في تطبيق جديد، زي ما هي، بأخذها بأستخدمها في + +326 +00:25:57,900 --> 00:26:03,980 +تطبيق جديد، الـ fragments ممكن تصير إيش؟ reusable، واضح + +327 +00:26:03,980 --> 00:26:06,880 +يا جماعة؟ طيب، بعد ما أعطيتكم المقدمة هذه، نبدأ + +328 +00:26:06,880 --> 00:26:14,320 +إيش؟ نشوف الكلام هذا، لأن + +329 +00:26:14,320 --> 00:26:26,040 +أول مثال أطرحه، أول + +330 +00:26:26,040 --> 00:26:29,540 +مثال أطرحه على fragment، ما عنده أهمية كبيرة، تمام؟ + +331 +00:26:29,540 --> 00:26:34,650 +إيش هو هيعمل؟ فقط هيعمل الشاشة بالشكل هذا، في وضع + +332 +00:26:34,650 --> 00:26:38,790 +الـ landscape، وبعدين هيقسمها ليها قسمين، هذا ماخذ + +333 +00:26:38,790 --> 00:26:45,070 +الثلث، وهذا ماخذ إيش؟ الثلثين، وهنا بده يحط شاشة + +334 +00:26:45,070 --> 00:26:50,370 +معينة، وأنت كل list view وهنا شاشة ثانية فيها text + +335 +00:26:52,890 --> 00:26:55,930 +view، طبعاً أنتم بتعرفوا تصمموا حاجة زي هيك + +336 +00:26:55,930 --> 00:26:59,210 +لحالكم، بتعمل activity وبتقسمها لقسمين، هنا بتحط + +337 +00:26:59,210 --> 00:27:03,190 +list view، هنا بتحط text view، بس أنا هذا ما بديش + +338 +00:27:03,190 --> 00:27:07,750 +أعمله في activity واحدة، بدي أروح أصمم fragment في + +339 +00:27:07,750 --> 00:27:15,530 +list view، وأصمم fragment في text view، وبعدين + +340 +00:27:15,530 --> 00:27:20,710 +آخذ الاثنين أجمعهم وأحطهم في activity واحدة + +341 +00:27:22,360 --> 00:27:26,660 +وأريد أن أعمل إيش؟ عشان يصبح الفائزة التطبيقية أن + +342 +00:27:26,660 --> 00:27:30,080 +في وضع الـ landscape يعرض الأيام جانب بعض، وفي وضع + +343 +00:27:30,080 --> 00:27:34,340 +الـ portrait يحط الأيام تحت بعض، شوفتوا كيف؟ أنا صممت + +344 +00:27:34,340 --> 00:27:40,420 +هم مفصولين، وهأجمعهم بطريقة مختلفة بناءً على الـ + +345 +00:27:40,420 --> 00:27:45,390 +orientation بتاع الشاشة، بدون استخدام الـ Fragment، + +346 +00:27:45,390 --> 00:27:50,490 +أنت مضطرة في حالة الـ Landscape تعمل Layout، وتصمم + +347 +00:27:50,490 --> 00:27:55,690 +هذه من الأول، وفي حالة الـ Portrait تعمل Layout + +348 +00:27:55,690 --> 00:27:59,290 +ثاني، وتصمم هذه من الأول، بطريقة مختلفة، لكن هنا + +349 +00:27:59,290 --> 00:28:03,550 +لأ، احنا هنا نتعرف على عنصرين، ونجمعهم بطريقة + +350 +00:28:03,550 --> 00:28:08,390 +مختلفة، خلّيني نشوف الكلام هنا، عشان نشوف الكلام + +351 +00:28:08,390 --> 00:28:11,470 +هذه يا جماعة، لسه هيبقى تطبيق جديد، أبيض، + +352 +00:28:11,470 --> 00:28:15,880 +تمام، Activity فاضية، بتيجي على التطبيق وبتعمل + +353 +00:28:15,880 --> 00:28:21,460 +click يمين، وبتقول له، طبعاً الـ activity هذه لسة فاضية + +354 +00:28:21,460 --> 00:28:25,400 +ماشي، ما فيش فيها ولا حاجة، هذه constraint layout + +355 +00:28:25,400 --> 00:28:29,900 +بتجي للتطبيق تبعك، كم fragment بدنا نعمل؟ اثنين + +356 +00:28:29,900 --> 00:28:34,020 +بتقول له click يمين على التطبيق، وبتروح هنا، مش + +357 +00:28:34,020 --> 00:28:39,050 +activity، في عندك حاجة اسمها fragment هنا، وبتقول لي + +358 +00:28:39,050 --> 00:28:42,130 +إيش؟ في الأول blank fragment، إيش الـ blank؟ فاضي + +359 +00:28:42,130 --> 00:28:50,050 +أختار blank fragment، وبدنا نسميه my list fragment + +360 +00:28:50,050 --> 00:28:55,410 +طبعاً انتبه معايا، زي الـ activity، كل fragment بعمله + +361 +00:28:55,410 --> 00:29:01,340 +ملف layout وملف java، زي الـ activity بالظبط، كل + +362 +00:29:01,340 --> 00:29:05,020 +fragment هو يعني إيش؟ هو قطعة من الـ activity، طبعاً + +363 +00:29:05,020 --> 00:29:10,740 +فأكيد لازم يكون له code ولازم يكون له تصميم، فهذا + +364 +00:29:10,740 --> 00:29:15,540 +اسم ملف الـ Java، وهذا هيكون ملف الـ XML، هدول الـ stubs + +365 +00:29:15,540 --> 00:29:19,880 +شيلهم، ليش الـ stubs هدول؟ بضيفوا code في الـ fragment + +366 +00:29:19,880 --> 00:29:23,120 +حاليا لو أنا بفرجيك الـ code هذا مش هتفهم منه حاجة + +367 +00:29:23,120 --> 00:29:29,010 +فبدنا نشيل الـ code كله، طبعاً، بعدين بعد ما تتعلم الـ + +368 +00:29:29,010 --> 00:29:39,770 +fragment، بتصير تفهم الـ stubs هدول، هتفهموا، طيب + +369 +00:29:39,770 --> 00:29:43,670 +زي + +370 +00:29:43,670 --> 00:29:46,570 +ما ضفنا الـ fragment هذا، لسه ما دخلناش في الـ code + +371 +00:29:46,570 --> 00:29:50,510 +ولا نقرأه، بدنا نعمل الـ fragment الثاني، هذا نعملهم + +372 +00:29:50,510 --> 00:29:54,470 +الاثنين، وبعدين راح نشغل فيهم، اعمل click يمين، الـ + +373 +00:29:57,340 --> 00:30:01,180 +وهاي fragment، blank fragment، إيش بتسميها هذه؟ + +374 +00:30:01,180 --> 00:30:05,700 +details fragment، ليش details؟ يعني كأنه لما أضغط + +375 +00:30:05,700 --> 00:30:11,020 +هنا يطلع التفاصيل، وشيل main صح، وقول له finish + +376 +00:30:19,160 --> 00:30:24,020 +طلع معايا كم class صار عندي؟ ثلاثة، اثنين للـ + +377 +00:30:24,020 --> 00:30:27,100 +fragments، واحدة للـ activity، كم layout صار + +378 +00:30:27,100 --> 00:30:31,940 +عندي؟ برضه ثلاثة، الآن روحنا الـ layout الأولى اللي + +379 +00:30:31,940 --> 00:30:36,660 +اسمها fragment_mylist_fragment، هتلاقي هو حاطط عندك + +380 +00:30:36,660 --> 00:30:38,520 +layout اسمها إيش؟ + +381 +00:30:51,300 --> 00:30:56,000 +عادي، اعتبر أن أنا شغال في الـ layout بتاعة الـ + +382 +00:30:56,000 --> 00:31:01,560 +fragment، أنا شغال في layout بتاعة الـ fragment، هو by + +383 +00:31:01,560 --> 00:31:05,760 +default لقيته حاطط لي حاجة اسمها frame layout، ما بدناش + +384 +00:31:05,760 --> 00:31:08,700 +الـ frame layout، روحت إيش؟ غيرتها خليتها constraint + +385 +00:31:08,700 --> 00:31:12,520 +layout اللي اتعودنا عليها احنا، تمام، وهو لقيته + +386 +00:31:12,520 --> 00:31:16,360 +حاطط فيه text view، عن اللي هي هنا، ما بدناش إياها برضه + +387 +00:31:16,360 --> 00:31:22,520 +تمام، احنا إيش بدنا؟ بدنا نحط list view + +388 +00:31:26,510 --> 00:31:36,170 +هذه هي list view، أسحبها هنا، وخلّيه يشبك هنا، طبعاً + +389 +00:31:36,170 --> 00:31:41,270 +لو شغّلت الـ list view بالشكل هذا، لن تظهر، هذا فاضي + +390 +00:31:41,270 --> 00:31:45,330 +تمام، احنا حالياً ما بنقدر نعبّيها، نضيف code بس + +391 +00:31:45 + +445 +00:37:17,480 --> 00:37:20,440 +أنا إيش بدي أسويه؟ بدي أقوله إذا كان الجهاز انعكس + +446 +00:37:20,440 --> 00:37:25,940 +في وضع ال landscape إيش هي؟ Landscape أفقية العرض + +447 +00:37:25,940 --> 00:37:30,520 +الـ two fragments جانب بعض إذا عرضته في وضع ال + +448 +00:37:30,520 --> 00:37:37,080 +portrait يعرضهم تحت بعض أو يعرض باسمين in a list + +449 +00:37:37,080 --> 00:37:39,540 +view هذا ما يعرضوش على أساس إنه يعرض في إيش في + +450 +00:37:39,540 --> 00:37:44,460 +activity ثانية كيف بنعملها هذه؟ كلمة معايا، في عندي + +451 +00:37:44,460 --> 00:37:50,140 +أنا مجلة layout تمام؟ بدنا نعمل مجلد ثاني + +452 +00:37:54,030 --> 00:38:00,750 +اسمه layout - + +453 +00:38:00,750 --> 00:38:04,670 +port إيش + +454 +00:38:04,670 --> 00:38:07,690 +معنى الكلام هذا وممكن يكون فيه مجلد اسمه layout + +455 +00:38:07,690 --> 00:38:09,130 +land + +456 +00:38:11,780 --> 00:38:16,800 +الآن متذكرين؟ أما نخدم الـ values والـ values-ar أيام + +457 +00:38:16,800 --> 00:38:20,180 +ها قلنا إذا كانت لغة الجهاز عربي بروح بدور على + +458 +00:38:20,180 --> 00:38:24,200 +values-ar إذا كانت لغة الجهاز أي حاجة ثانية بروح + +459 +00:38:24,200 --> 00:38:27,920 +بجيب البيانات من هنا من values نفس الحاجة مجلد الـ + +460 +00:38:27,920 --> 00:38:34,800 +layout إذا أنت عندك مجلد اسمه layout-port + +461 +00:38:34,800 --> 00:38:39,310 +اختصر لإيش؟ لـ portrait، وبيشتغل الجهاز إذا كان وضع + +462 +00:38:39,310 --> 00:38:42,610 +الجهاز portrait بيروح بيجيب الـ layout من وين؟ من + +463 +00:38:42,610 --> 00:38:47,710 +layout-port إذا كان عندك مجلد اسمه layout-land + +464 +00:38:47,710 --> 00:38:51,810 +-land وكان وضع الجهاز landscape بيروح + +465 +00:38:51,810 --> 00:38:56,490 +بيجيب الـ layout من وين؟ من layout-land كيف احنا + +466 +00:38:56,490 --> 00:39:02,770 +نعمل تصميم للجهاز في ما هو اختلف الـ orientation؟ + +467 +00:39:02,770 --> 00:39:08,780 +بتعمل مجلد layout واحد، المجلدين هدول إيش يعني؟ يعني + +468 +00:39:08,780 --> 00:39:11,920 +مثلاً الابن يعمل layout و layout-port هنا بنحط + +469 +00:39:11,920 --> 00:39:17,400 +تصميم واحد، وأنا بتحط تصميم اتنين الآن إذا اشتغل + +470 +00:39:17,400 --> 00:39:20,720 +الجهاز في وضع الـ portrait بياخد مين؟ تصميم اتنين + +471 +00:39:20,720 --> 00:39:23,380 +ما بيشتغلش في وضع الـ portrait إيش يعني ما بيشتغلش في + +472 +00:39:23,380 --> 00:39:26,300 +وضع الـ portrait؟ في وضع الـ landscape بتحط إيش؟ + +473 +00:39:26,300 --> 00:39:30,080 +بتحط واحد، الآن هذا التصميم اللي أنا عامله وحاططهم + +474 +00:39:30,080 --> 00:39:34,260 +جانب بعض، المفروض يشغل في وضع الـ landscape فعشان + +475 +00:39:34,260 --> 00:39:39,620 +هيك أنا حاطه في مجلد إيش؟ مجلد layout، الآن أنا بدي + +476 +00:39:39,620 --> 00:39:44,060 +أعمل مجلد ثاني، وأحط فيه تصميم ثاني بس إيش بيسمى + +477 +00:39:44,060 --> 00:39:52,640 +المجلد؟ layout-port، هتنعمل على السريع، بدي + +478 +00:39:52,640 --> 00:39:56,640 +أروح أنا بس للـ project هنا عشان أطلع المجلدات تمام + +479 +00:39:56,640 --> 00:40:00,540 +هاي أنا فيها عندي مجلد اسمه layout هذا، موجود + +480 +00:40:00,540 --> 00:40:04,720 +في الـ resources معروف، تعال على resources وقولنا + +481 +00:40:04,720 --> 00:40:05,000 +new + +482 +00:40:18,170 --> 00:40:30,930 +بتسميه layout-port إيش + +483 +00:40:30,930 --> 00:40:35,650 +بقول exist، اه طيب أنا عامله قبل هيك، هاي أنا أعمل + +484 +00:40:35,650 --> 00:40:39,190 +مجلد اسمه layout-port، إيش فيه حالياً؟ الـ layout-port + +485 +00:40:39,190 --> 00:40:42,630 +ما فيه ولا حاجة، الآن تعال اعمل لي activity + +486 +00:40:42,630 --> 00:40:51,670 +لحالها، انسخها وحطها وين؟ في layout-port، يعني الآن كم + +487 +00:40:51,670 --> 00:40:55,350 +تصميم عندك لـ الـ main activity؟ كم ملف layout؟ اتنين + +488 +00:40:55,350 --> 00:40:59,310 +واحد موجود في layout، واحد موجود في layout-port، و + +489 +00:40:59,310 --> 00:41:03,530 +لحتى الآن زي بعض، ليش أنا ناسخ من هدآك لهنا؟ الآن + +490 +00:41:03,530 --> 00:41:09,720 +برجع هذا لـ Android هلاقي برضه طلع عندي هنا كم ملف؟ + +491 +00:41:09,720 --> 00:41:13,480 +شايفين؟ اتنين، واحد كاتب عليه، مش مكتوب جانبه حاجة، واحد + +492 +00:41:13,480 --> 00:41:16,600 +إيش مكتوب؟ port، إيش معناه؟ معناه هذا بيشتغل في وضع + +493 +00:41:16,600 --> 00:41:19,820 +الـ portrait، لأن هذا اللي بيشتغل في وضع الـ portrait + +494 +00:41:19,820 --> 00:41:24,580 +في اتنين جانب بعض، المفروض في وضع الـ portrait أعرض + +495 +00:41:24,580 --> 00:41:28,780 +إيش؟ أعرض بس واحد، يعني أنا بدي أروح أشيل الـ + +496 +00:41:28,780 --> 00:41:33,200 +guideline، وبدي أقوله أن الـ fragment اللي موجود + +497 +00:41:33,200 --> 00:41:39,340 +هذا بدي أعرضه لآخر الشاشة، هاي الـ fragment بس أنا + +498 +00:41:39,340 --> 00:41:44,120 +بدي أعملها في الـ code، هاي الـ start to start of + +499 +00:41:44,120 --> 00:41:52,380 +parent هذه + +500 +00:41:52,380 --> 00:42:00,980 +to end of parent، تمام، هذا صار إيش؟ ماخذ الشاشة كلها + +501 +00:42:00,980 --> 00:42:03,300 +يبقى.. أنا كم عندك.. كم تصميم عندك للـ + +502 +00:42:03,300 --> 00:42:08,400 +activity؟ اتنين، هذا التصميم الأول وهذا التصميم + +503 +00:42:08,400 --> 00:42:12,220 +الثاني اللي هو المفروض في وضع الـ portrait، الاتنين + +504 +00:42:12,220 --> 00:42:16,720 +بيعتمدوا على إيش؟ على الـ fragment تمام؟ هذا بياخد + +505 +00:42:16,720 --> 00:42:19,920 +قطعة، ثاني بيحطهم جنب بعض، وهذا بياخد إيش؟ قطعة + +506 +00:42:19,920 --> 00:42:25,400 +واحدة بيحطها على جد الشاشة، ومرة ثانية كيف أخلي + +507 +00:42:25,400 --> 00:42:30,780 +لجهاز لو اختلف الـ orientation يعرض شاشة، بتعمل زي + +508 +00:42:30,780 --> 00:42:36,440 +ما قلنا؟ لـ layout مجلدين layout-port أو -land، ومجلد + +509 +00:42:36,440 --> 00:42:40,820 +layout، إيش معناه هذا الكلام؟ يعني لو اشتغل الجهاز + +510 +00:42:40,820 --> 00:42:43,140 +في وضع الـ portrait بروح بدور على layout-port + +511 +00:42:43,140 --> 00:42:47,740 +ما لاقاش، إيش بعمل؟ برجع لـ layout زي مدعم الـ values + +512 +00:42:47,740 --> 00:42:52,260 +والـ values-AR لأن أنا إذا شغلت + +513 +00:43:12,550 --> 00:43:23,350 +الآن أنا في وضع هدف + +514 +00:43:23,350 --> 00:43:30,130 +في وضع الـ portrait، لفّها هيك تمام، هدف هو وضع الـ + +515 +00:43:30,130 --> 00:43:37,370 +landscape، تمام، لما أسيف الـ portrait بيعرض وجهة + +516 +00:43:37,370 --> 00:43:40,610 +واحدة فقط، تمام، لما تلفه بيعرض لك هاتين ثانية + +517 +00:43:43,490 --> 00:43:47,030 +فهذه المحاضرة كانت مقدمة سريعة على موضوع الـ + +518 +00:43:47,030 --> 00:43:51,550 +fragments، لأن لو قدرت fragments بدك تشغل هذا هذا + +519 +00:43:51,550 --> 00:43:55,930 +rest view، بدك تضطر أنت تصممها بتفاصيلها هنا وهناك + +520 +00:43:55,930 --> 00:44:00,450 +لكن هنا أنا صممتها مرة واحدة كقطعة وجمعت القطعة + +521 +00:44:00,450 --> 00:44:04,850 +بطريقة مختلفة بناء على الـ layout، وضحت الجامعة هذه + +522 +00:44:04,850 --> 00:44:08,210 +ووصلت مفهوم إيش الـ fragment، تمام؟ هذه كانت لسه + +523 +00:44:08,210 --> 00:44:13,260 +بداية الموضوع، هنتعمق فيه، مكمل لمحاضرات الجاية، العطل + +524 +00:44:13,260 --> 00:44:13,660 +كلّه عافية diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..c01508e1c0b100aea612542346c9e65cb71f7061 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_postprocess.srt @@ -0,0 +1,2096 @@ +1 +00:00:20,810 --> 00:00:25,990 +طيب السلام عليكم آخر موضوع غطناه الجماعة كان موضوع + +2 +00:00:25,990 --> 00:00:32,030 +ال start activity for result start activity لحالها + +3 +00:00:32,030 --> 00:00:35,830 +احنا نبدأ activity لكن ال activity اللي شغلت + +4 +00:00:35,830 --> 00:00:40,380 +مابنتظرش اي نتيجة من ال activity اللي شغلناهالكن + +5 +00:00:40,380 --> 00:00:43,340 +إذا أنا بنتظر نتيجة من ال activity اللي شغلتها + +6 +00:00:43,340 --> 00:00:47,000 +مثلا أنا ممكن أشغل activity أدخل من خلالها بيانات + +7 +00:00:47,000 --> 00:00:51,000 +و البيانات لازم ترجع لل activity الأولى كثير هذا + +8 +00:00:51,000 --> 00:00:54,420 +بتحصل مرات انا بكون عندي لموذج و الموذج منه بتفرع + +9 +00:00:54,420 --> 00:00:58,180 +مثلا بطل المستخدم يدخل بيانات بعدين بقوله دخلي + +10 +00:00:58,180 --> 00:01:02,060 +مثلا أولادك مافيش وصع في الدانق الأساسي فبروح + +11 +00:01:02,060 --> 00:01:05,180 +أفتحله activity يدخل فيها تفاصيل إضافية و المفروض + +12 +00:01:05,180 --> 00:01:08,020 +البيانات ترجع من ال activity التاني ل .. للأولى + +13 +00:01:10,950 --> 00:01:13,550 +الان المحاضرة اللى هبقى اشوفها هي ال hobbies + +14 +00:01:13,550 --> 00:01:17,750 +الهوايات كان عنده result activity عبارة عن list + +15 +00:01:17,750 --> 00:01:20,450 +view فيها هوايات باختار منها العناصر و العناصر + +16 +00:01:20,450 --> 00:01:24,130 +اللى بختارها بدأت ترجع لل activity الأولى طريقة + +17 +00:01:24,130 --> 00:01:29,440 +عمل start activity for resultلأن انا في ال main + +18 +00:01:29,440 --> 00:01:33,500 +activity عندي battle ضغط عليه عملت intent عشان + +19 +00:01:33,500 --> 00:01:36,980 +اشغل ال activity التانية و بعدين قلتله start + +20 +00:01:36,980 --> 00:01:41,380 +activity for result بدل start activity هيك بيشغل + +21 +00:01:41,380 --> 00:01:45,140 +ال activity و بيبقى يستنى بيانات توصله لأن + +22 +00:01:45,140 --> 00:01:47,860 +البيانات اللي هتوصله كيف هيعرف انها وصلت لبيانات + +23 +00:01:47,860 --> 00:01:52,520 +او رجعت بيانات هتشغل callback method اسمها on + +24 +00:01:52,520 --> 00:01:55,220 +activity resultإذا عملت عملت عملت عملت عملت عملت + +25 +00:01:55,220 --> 00:02:02,180 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +26 +00:02:02,180 --> 00:02:06,860 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +27 +00:02:06,860 --> 00:02:09,760 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +28 +00:02:09,760 --> 00:02:10,120 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +29 +00:02:10,120 --> 00:02:11,320 +عملت عملت عملت عملت عملت عملت عملت عملت + +30 +00:02:17,510 --> 00:02:20,530 +اللي هيرجعها لل activity الأولى كيف تجهيز البيانات + +31 +00:02:20,530 --> 00:02:23,270 +في method موجود في ال super class في ال activity + +32 +00:02:23,270 --> 00:02:31,610 +اسمها set result set result هذه بيقول انت + +33 +00:02:31,610 --> 00:02:38,190 +لأن هذه ال main activity وهذه + +34 +00:02:38,190 --> 00:02:46,430 +يسميها result activity هنا انا عملت start activity + +35 +00:02:49,920 --> 00:02:56,220 +for result اشتغلت مين؟ هذه الخطوة الأولى اشتغلت ال + +36 +00:02:56,220 --> 00:02:59,300 +activity هذه لما اجمع البيانات من ال activity هذه + +37 +00:02:59,300 --> 00:03:04,460 +لازم اجهز البيانات عن طريق set result اللي هي ال + +38 +00:03:04,460 --> 00:03:07,620 +method هذه شايفينها؟ وهذه inherited من ال super + +39 +00:03:07,620 --> 00:03:10,460 +class هذه ال set result بتاخد حشتين فيها اسمها + +40 +00:03:10,460 --> 00:03:15,480 +result codeو حد اسمها ال data هجيت و حط أي رقم ال + +41 +00:03:15,480 --> 00:03:17,700 +result code مش مابيعلناش كتير هلحكي ايش فايدته + +42 +00:03:17,700 --> 00:03:22,380 +الان ال result code و ال data ال data اللي بدأت + +43 +00:03:22,380 --> 00:03:24,640 +تعطيرها ليها في set result لازم تكون على شكل + +44 +00:03:24,640 --> 00:03:28,920 +intent احنا اتعودنا ال intent امضم نستخدمه لما + +45 +00:03:28,920 --> 00:03:32,400 +نشغل activity هذا استخدام اخر لل intent انه هنخدم + +46 +00:03:32,400 --> 00:03:36,640 +فيه data ليش؟ هو طالب مني هيك ال method بدها + +47 +00:03:36,640 --> 00:03:42,040 +intent فبنعمل بديهفهي عملت content معنى فاضي و + +48 +00:03:42,040 --> 00:03:45,560 +روحت خذمت في ال content ال array list اللي اجت + +49 +00:03:45,560 --> 00:03:47,660 +عنده ممكن تحط في ال content أنواع كتير بيانات + +50 +00:03:47,660 --> 00:03:51,420 +integer, float, double, string و بعدين بقوله set + +51 +00:03:51,420 --> 00:03:54,460 +result هيك مابعادش البيانات مارجعش البيانات هيك + +52 +00:03:54,460 --> 00:03:58,500 +جهز البيانات ليش لن ارجع يعني في اللحظة اللي بتعمل + +53 +00:03:58,500 --> 00:04:03,600 +فيها back او finish او بتسكن ال activityاللي موجود + +54 +00:04:03,600 --> 00:04:08,320 +في ال result هيرجع ل ال main activity فأول ما تسكر + +55 +00:04:08,320 --> 00:04:12,080 +هذه ال activity هي + +56 +00:04:12,080 --> 00:04:14,440 +الخطوة التانية set result لما تسكر ال activity هذه + +57 +00:04:14,440 --> 00:04:19,740 +هترجع للبيانات وهتشغل ال method اسمها on activity + +58 +00:04:19,740 --> 00:04:26,800 +result اللي انت بتستقبل من خلالها البياناتوين هذه + +59 +00:04:26,800 --> 00:04:29,860 +الـ on activity result؟ في الـ main activity هذه + +60 +00:04:29,860 --> 00:04:34,860 +الـ main activity وهي ال on activity result لأن + +61 +00:04:34,860 --> 00:04:40,060 +فعليا في التطبيق تبعي في الحالة هذه أنا بس بستخدم + +62 +00:04:40,060 --> 00:04:43,220 +start activity for result واحدة لكن ممكن التطبيق + +63 +00:04:43,220 --> 00:04:46,860 +يكون عندك أكتر من start activity for result شغل زر + +64 +00:04:46,860 --> 00:04:50,840 +بيشغل فيديو زر بيشغل كاميرا زر بيشغل شاشة الهيئة + +65 +00:04:50,840 --> 00:04:55,140 +هيئة حدث فعليا أي واحد مني بتعجب بيانات هيستخدمهم + +66 +00:04:56,480 --> 00:04:59,620 +on activity result كلهم يستخدموا نفس المثل ان انت + +67 +00:04:59,620 --> 00:05:05,570 +لازم تحط حاجة تميز فيها من يرجع البياناتهذا عن + +68 +00:05:05,570 --> 00:05:08,270 +طريق مين؟ عن طريق ال request code يعني انت هنا لما + +69 +00:05:08,270 --> 00:05:12,230 +استدعيت ال activity هذه حطيت ايش؟ اربعة و هبجيت + +70 +00:05:12,230 --> 00:05:16,290 +لما نشتغل الكاميرا هنحط خمسة مثلا او اي رقم تاني + +71 +00:05:16,290 --> 00:05:20,410 +لما تيجي تستقبل النتيجة تيجي تفحص ال request code + +72 +00:05:20,410 --> 00:05:24,370 +اللي هو انت بعته اذا كان اربعة تعرف ان هذه النتائج + +73 +00:05:24,370 --> 00:05:26,570 +جاية من وين من وين من ال activity ال result + +74 +00:05:26,570 --> 00:05:34,460 +activity else ifrequest code يساوي خمسة مثلا بتعرف + +75 +00:05:34,460 --> 00:05:37,800 +انه جاي من حاجة تانية و بتعالجه بطريقة مختلفة فع + +76 +00:05:37,800 --> 00:05:39,940 +طريقة request code بتميز ال result code ايش + +77 +00:05:39,940 --> 00:05:44,620 +فايدته؟ مالش فايدة كبيرة بس من فائد ال result code + +78 +00:05:44,620 --> 00:05:49,300 +انه ال activity هذه تبعت مثلا واحد او صفر ان تبين + +79 +00:05:49,300 --> 00:05:52,940 +ان العميل تمت بنجاح او لأ يعني مثلا في البرنامج + +80 +00:05:52,940 --> 00:05:56,620 +الكاميرا بستفيد من result code بعرف انه اخد الصورة + +81 +00:05:56,620 --> 00:06:01,500 +او لا ماخدشما هو مين بدي يبلغني فيها ال result ال + +82 +00:06:01,500 --> 00:06:04,800 +activity او اللي انا بدي اشغلها request code لازم + +83 +00:06:04,800 --> 00:06:08,000 +عشان يتميز من وين .. لمين انت بعت الطلب و من وين + +84 +00:06:08,000 --> 00:06:11,520 +اتيه من وين اتيه ال result result code ممكن يكون + +85 +00:06:11,520 --> 00:06:15,740 +مفيد ايه انت عشان اللي لما ترجع النتيجة يقولك انه + +86 +00:06:15,740 --> 00:06:21,160 +رجعت بنجاح او في خلل او اي تفاصيل يعني الان على + +87 +00:06:21,160 --> 00:06:24,640 +النمط هذا تعالى نشوف كيف احنا نعمل او نشغل كاميرا + +88 +00:06:25,910 --> 00:06:28,210 +شوفنا المحاضرة المعدة فيها لزر اسمه camera بدنا + +89 +00:06:28,210 --> 00:06:31,610 +نشغلها يشغل ال camera أخد الصورة يعرضنا الصورة هنا + +90 +00:06:31,610 --> 00:06:35,090 +تعالي الآن على ال main activity و بنجيب ال button + +91 +00:06:35,090 --> 00:06:35,590 +بتاع ال camera + +92 +00:06:55,490 --> 00:06:58,730 +طيب تشغيل الكاميرا ده واحد من طرق تشغيل ال + +93 +00:06:58,730 --> 00:07:02,570 +implicit intent اللي لاحد محفظوش بس ممكن يجي على + +94 +00:07:02,570 --> 00:07:05,290 +انترنت لو انت فبحافظ كيف ينشغل الكاميرا هتعرف ايش + +95 +00:07:05,290 --> 00:07:09,290 +ال intent ال action تبعها بالظبط يعني عشان نشغل + +96 +00:07:09,290 --> 00:07:14,410 +الكاميرا بنقوله intent you saw on you نسيت أسجل + +97 +00:07:14,410 --> 00:07:17,670 +media store + +98 +00:07:22,920 --> 00:07:32,100 +و الله انا اتسجل اتجهت اتسجل اتجهت كده + +99 +00:07:32,100 --> 00:07:34,540 +شاشة جديدة اتسجلت من فتسعة و نصف عامة احنا ده عامة + +100 +00:07:34,540 --> 00:07:39,180 +احنا ده عامة احنا ده عامة احنا ده عامة احنا ده + +101 +00:07:39,180 --> 00:07:50,460 +عامة احنا + +102 +00:07:50,460 --> 00:07:50,940 +ده عامة + +103 +00:08:02,440 --> 00:08:06,340 +طيب جماعة هجيبنا زر الكاميرا نعمل action عليه الان + +104 +00:08:06,340 --> 00:08:11,960 +ال action + +105 +00:08:11,960 --> 00:08:17,240 +بتاع الكاميرا اسمه media store.action image + +106 +00:08:17,240 --> 00:08:24,780 +capture هذا اسم ال action ال intent بتاع التشغيل + +107 +00:08:24,780 --> 00:08:28,020 +كمان بدك video action video capture + +108 +00:08:32,050 --> 00:08:39,530 +بعدين بتقوله start activity for result وبتبعت ال + +109 +00:08:39,530 --> 00:08:44,210 +intent بده + +110 +00:08:44,210 --> 00:08:49,770 +request code بحط ايش request + +111 +00:08:49,770 --> 00:08:53,130 +code بعده + +112 +00:08:53,130 --> 00:08:56,990 +تمام + +113 +00:08:56,990 --> 00:09:02,780 +هيك المفروض يشغل البرنامجالكاميرا تمام هيفتح + +114 +00:09:02,780 --> 00:09:07,220 +برنامج الكاميرا هتصور الصورة بتقوله okay تمام اول + +115 +00:09:07,220 --> 00:09:11,940 +ما تضغط okay النتيجة هترجع لمين ل ال main activity + +116 +00:09:11,940 --> 00:09:16,040 +هذهالآن هذا الشغل أسهل من الشغل المرة الماضية، + +117 +00:09:16,040 --> 00:09:17,780 +لماذا؟ لأن المرة الماضية كنا نفكر في ال main + +118 +00:09:17,780 --> 00:09:21,140 +activity و result activity طب وال result مافيش + +119 +00:09:21,140 --> 00:09:25,760 +result فيها؟ هتيجي result، بس هتيجي on activity، + +120 +00:09:25,760 --> 00:09:28,220 +يعني أنت الآن هي شغلت برنامج الكاميرا، اشتغلت + +121 +00:09:28,220 --> 00:09:33,760 +وصورت، المفروض ال result هي عبارة عن إيش؟الصورة + +122 +00:09:33,760 --> 00:09:39,180 +وين هيستقبل النتيجة في ال all لا وين في ال main في + +123 +00:09:39,180 --> 00:09:42,540 +ال all activity result زيها زي main زي result + +124 +00:09:42,540 --> 00:09:45,420 +activity اللي احنا عاملينه بس هرجع تهدر ال all + +125 +00:09:45,420 --> 00:09:47,840 +activity result مو مستدعيها في التطبيق تبعنا في + +126 +00:09:47,840 --> 00:09:51,460 +two activities ممكن شغله ال all activity result + +127 +00:09:51,460 --> 00:09:54,120 +بتاعة ال hobbies و بتاعة الكاميرا كلمة المميز + +128 +00:09:54,120 --> 00:09:58,900 +بينهم عن طريق request code فبنقول له else if + +129 +00:10:00,480 --> 00:10:04,460 +الريكوست كود يساوي خمسة هيك بعرف ان النتيجة هذه + +130 +00:10:04,460 --> 00:10:09,820 +جاية من وين؟ من الكاميرا و انا هلاجي النتيجة في ال + +131 +00:10:09,820 --> 00:10:13,800 +intent اللي هو ال data هذا تمام، هى ما بتكون + +132 +00:10:13,800 --> 00:10:18,360 +النتيجة كيف هاد الاستقبال هى كتالي data dot get + +133 +00:10:18,360 --> 00:10:27,310 +extras dot get data هيك هوبتقول عشان تجيب بيانات + +134 +00:10:27,310 --> 00:10:32,930 +الصورة زي هي بتيجي + +135 +00:10:32,930 --> 00:10:37,950 +كحاجة اسمها bitmap بتيجي + +136 +00:10:37,950 --> 00:10:40,970 +لحاجة اسمها bitmap اش ال bitmap اللي مش بنعرف + +137 +00:10:40,970 --> 00:10:46,070 +الصورة عدالة عامة صوفةوكل bit ..كل مكان فيه pixel + +138 +00:10:46,070 --> 00:10:49,450 +فيها عبارة عن قيم بال binary هذه بيسميها ال bitmap + +139 +00:10:49,450 --> 00:10:54,670 +يعني هذه ال bitmap هي إيش الصورة الان بلعليها بس + +140 +00:10:54,670 --> 00:10:57,690 +نعرض الصورة one و نعرض الصورة في ال image of you + +141 +00:10:57,690 --> 00:11:03,630 +بنجيب ال image of you هاي image of you im find + +142 +00:11:03,630 --> 00:11:07,650 +view by id لإن أنا فيه عندي image of you هاي ال + +143 +00:11:07,650 --> 00:11:11,830 +image of youلأن ال image view احنا كنا نحط set + +144 +00:11:11,830 --> 00:11:15,230 +image resource صح ولا لو جيت فيه عندك حاجة تانية + +145 +00:11:15,230 --> 00:11:22,390 +اسمها set image bitmap بتعطينا ال BM نحفظها عندي + +146 +00:11:22,390 --> 00:11:27,150 +في ال resource نحفظها ك file مثلا اه ممكن تحفظها ك + +147 +00:11:27,150 --> 00:11:29,930 +file اه بس لحظة شوية خلينا نجرب هذه اول + +148 +00:11:57,170 --> 00:12:01,310 +طيب هلقيت لو ضغط ع كاميرا مفروض ايش كاميرا تشتغل + +149 +00:12:01,310 --> 00:12:14,250 +اعملوا cheesy شباب طيب هاي تمام هاي okay وهي عرض + +150 +00:12:14,250 --> 00:12:20,250 +الصورة ايش في ال image view طيب + +151 +00:12:20,250 --> 00:12:27,760 +لان انا فرجتك كيف تعرض الصورة في ال image viewممكن + +152 +00:12:27,760 --> 00:12:31,460 +الصورة دي تحفظها في ملف على ال device، بس مش + +153 +00:12:31,460 --> 00:12:34,720 +هفرجيك هل جيت طريقة حفظ الصورة في ملف، ليش؟ لإن + +154 +00:12:34,720 --> 00:12:37,620 +انا بده أفرجك كيف تحفظها في ملف، بدنا ندخل، لأ + +155 +00:12:37,620 --> 00:12:41,060 +بدنا ندخل في طريقة كيف أنا بده أوصل للأنواع ال + +156 +00:12:41,060 --> 00:12:44,240 +folders و الملفات في ال device، و بعدين هندخل في + +157 +00:12:44,240 --> 00:12:47,460 +موضوع ال security و ال permissionsاذا دخلنا فى ال + +158 +00:12:47,460 --> 00:12:50,880 +permission دم بدنا ندخل فى ال permission framework + +159 +00:12:50,880 --> 00:12:53,400 +security framework بتاعة الأوريو أنواع ال + +160 +00:12:53,400 --> 00:12:55,640 +permissions dangerous ومش dangerous وكيف تعمل + +161 +00:12:55,640 --> 00:12:59,900 +request لل permission فجسه عايش طويلة فخلّي كل + +162 +00:12:59,900 --> 00:13:05,180 +حاجة تيجي ايش أبو جتها ماشي يا جماعة وهك خلصنا + +163 +00:13:05,180 --> 00:13:09,640 +موضوع ل start activity for result وكيف نشغل + +164 +00:13:09,640 --> 00:13:14,260 +الكاميرا نيجي عالجتنا ننتقل لإيش لموضوع تاني اللى + +165 +00:13:14,260 --> 00:13:14,920 +هو ال fragments + +166 +00:13:32,660 --> 00:13:38,120 +لأ ما قلتش انت + +167 +00:13:38,120 --> 00:13:41,640 +يا شباب المشكلة بتلغطوا الكلمة اللي بتعجبكوا و + +168 +00:13:41,640 --> 00:13:46,540 +بتسيبوا الكلمة اللي بتعجبكوش يعني انا ماكنش قلتله + +169 +00:13:46,540 --> 00:13:52,530 +قلتله يمكن لو ماضلش وقتبناخدها الفصل الجاى ساب + +170 +00:13:52,530 --> 00:13:53,090 +اللى جبل + +171 +00:14:25,520 --> 00:14:31,220 +طيب شباب .. شباب اتبعوا معايا بالله الان + +172 +00:14:31,220 --> 00:14:32,880 +بدنا ندخل في موضوع جديد + +173 +00:14:38,310 --> 00:14:43,530 +والموضوع هذا مهم جدا و .. و كل ما بعد الموضوع هذا + +174 +00:14:43,530 --> 00:14:47,610 +غير ما قبل الموضوع تمام؟ يعني هذا الموضوع يعتبر + +175 +00:14:47,610 --> 00:14:52,690 +نقطة تحول في طريقة بناء الطبقات تمام؟ اللي هو + +176 +00:14:52,690 --> 00:14:57,450 +موضوع ال fragments هذا فبنتركز معايا لإن اللي بعد + +177 +00:14:57,450 --> 00:15:00,550 +هي كل هيكون شغل على .. على fragments نحكي إيش هي + +178 +00:15:00,550 --> 00:15:04,820 +ال fragments؟و ليش احنا الموضوع هذا مهم و مش مفرد + +179 +00:15:04,820 --> 00:15:08,700 +على الجبل و ليش هو نقطة تحول هذا الموضوع لازم نفهم + +180 +00:15:08,700 --> 00:15:13,580 +الان يا شباب احنا اتعودنا لو احنا لما نعمل مجهات + +181 +00:15:13,580 --> 00:15:18,110 +نستخدم activitiesولما بنقل تطبيق مكوّمن أكتر من + +182 +00:15:18,110 --> 00:15:21,270 +واجهة بنعمل أكتر من activity وكل activity بتفتح + +183 +00:15:21,270 --> 00:15:27,690 +activity تاني، تمام؟ لكن هذا التصميم بيحققش كل ال + +184 +00:15:27,690 --> 00:15:32,430 +flexibility أو المرونة أو الأهداف اللي أنا + +185 +00:15:32,430 --> 00:15:40,340 +بتطلعها، ليش؟ تخيل مثلاأنا عندي تطبيق إخباري طبعا + +186 +00:15:40,340 --> 00:15:45,620 +عندي مثلا list view وفيه عندي أخبار هكي طبعا و بدى + +187 +00:15:45,620 --> 00:15:51,960 +أضغط على كل خبر يفتحلي يعني صفحة جديدة لأن في + +188 +00:15:51,960 --> 00:15:56,900 +الحالة هذه يعني أنت عشان تقرا تفاصيل الخبر بلزم + +189 +00:15:56,900 --> 00:16:02,430 +تضغط هنا يروح يفتحلكactivity جديدة طب و ال list + +190 +00:16:02,430 --> 00:16:09,190 +view هذه اللي راحت بتختفي طبعا ممكن ايش تعمل انت + +191 +00:16:09,190 --> 00:16:12,230 +عندك عشر أخبار تعمل عشر activities و هذا تفكير غلط + +192 +00:16:12,230 --> 00:16:16,130 +صح لكن ايش ممكن تعمل لو هدول الأخبار في ال + +193 +00:16:16,130 --> 00:16:20,170 +database تبعت بس ال ID و هنا في ال activity هتقرع + +194 +00:16:20,170 --> 00:16:26,970 +ال ID و بتعرضه عندك ع الشاشةطيب الآن هذا التصميم + +195 +00:16:26,970 --> 00:16:30,630 +باستخدام ال activities فيه مشاكل اول مشكلة لما + +196 +00:16:30,630 --> 00:16:33,830 +تيجي تشتغل انت responsive design ايش هي responsive + +197 +00:16:33,830 --> 00:16:42,310 +يعني تصميم ال application يتناسب مع حجم الشاشة + +198 +00:16:42,310 --> 00:16:45,070 +التطبيق طبعك هذا ممكن انت تشتغل على جهاز شاشته + +199 +00:16:45,070 --> 00:16:48,670 +صغيرة في حالة ان اشتغل على شاشته صغيرة انت حابب ان + +200 +00:16:48,670 --> 00:16:52,510 +يكون على the list لحالها في الشاشةو لما تضغط يعرض + +201 +00:16:52,510 --> 00:16:58,030 +لك تفاصيل الخبر في شاشة تانية لكن انت ممكن تشغلوا + +202 +00:16:58,030 --> 00:17:01,990 +على تابلت لما تشغلوا على تابلت بدك ايش بدك يطلع + +203 +00:17:01,990 --> 00:17:06,570 +عندك ال list هنا و لما تضغط على اي خبر يفتح لك + +204 +00:17:06,570 --> 00:17:09,910 +تفاصيلة بالشكل هذا + +205 +00:17:12,710 --> 00:17:18,030 +نفس التطبيق هنا العرب شكل وهنا العرب شكل تاني لأن + +206 +00:17:18,030 --> 00:17:20,450 +هذا العملية ممكن تصمم باستخدام activities بس + +207 +00:17:20,450 --> 00:17:24,610 +العملية متعبة هتكون لماذا؟ لأنه بدأ كده يقول هذه + +208 +00:17:24,610 --> 00:17:31,410 +بده هتكون اشactivity وهذه تكون activity تانية وهذه + +209 +00:17:31,410 --> 00:17:35,230 +activity تاتية تصميمها لو مختلفة هي ال list view + +210 +00:17:35,230 --> 00:17:38,790 +مع المحتوى موجودين في نفس المكان يعني بدك أندك + +211 +00:17:38,790 --> 00:17:44,370 +تلاتة activities عشان تعمل التصميم هذا باستخدام ال + +212 +00:17:44,370 --> 00:17:49,470 +fragments الميزة فيها التالية اني انا اشهر كلمة + +213 +00:17:49,470 --> 00:17:55,140 +fragmentقطعة طب قطعة معناها ان انت لما تيجي تصمم + +214 +00:17:55,140 --> 00:17:59,540 +التطبيق تبعك بتصمم أجزاء ال user interface كقطعة و + +215 +00:17:59,540 --> 00:18:02,920 +بتاخد القطعة هذه و بتركبها بالطريقة اللي انت + +216 +00:18:02,920 --> 00:18:06,280 +بدكيها يعني لو انا بدي اصمم هذا التطبيق بدون + +217 +00:18:06,280 --> 00:18:10,040 +activities باستخدام fragments بنصير ايش نعمل؟ + +218 +00:18:10,040 --> 00:18:15,880 +بنصير هذا بنصممه ك fragment او قطعة و هذا بنصممه + +219 +00:18:15,880 --> 00:18:21,450 +كاش؟ كقطعة واحدةفبنصير يعني بيقولّه إذا اشتغل + +220 +00:18:21,450 --> 00:18:24,590 +البرنامج + +221 +00:18:24,590 --> 00:18:29,930 +على جهاز شاشته صغيرة اعمل two activities حط في ال + +222 +00:18:29,930 --> 00:18:32,170 +activity الأولى القطعة الأولى وهذه القطعة التانية + +223 +00:18:32,170 --> 00:18:37,630 +إذا اشتغل البرنامج نفسه على جهاز tablet جيب + +224 +00:18:37,630 --> 00:18:41,650 +القطعتين وجمعهم جنب بعض وحطهم في نفس ال activity + +225 +00:18:41,650 --> 00:18:48,240 +يعني أنت فعليا بتتعب في تصميم إيشقطعتين هذه القطعة + +226 +00:18:48,240 --> 00:18:53,200 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +227 +00:18:53,200 --> 00:18:56,140 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +228 +00:18:56,140 --> 00:18:57,520 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +229 +00:18:57,520 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +230 +00:18:57,540 --> 00:18:57,700 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +231 +00:18:57,700 --> 00:18:59,680 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +232 +00:18:59,680 --> 00:19:03,980 +وهذه القطعة وهذه الق + +233 +00:19:14,160 --> 00:19:18,340 +لحتى الآن باللي احنا أخدمها هذا تصميم مختلف عنين؟ + +234 +00:19:18,340 --> 00:19:22,220 +عن هذا فهذا بدك تروح تصممه لحال و تعمل layout و + +235 +00:19:22,220 --> 00:19:25,120 +تصمم المهان و اعمل المهان و اعمل المهان و تجمعهم + +236 +00:19:25,120 --> 00:19:29,490 +مع بعض و بعدين تروح تصمم هذا من أول و جديدلكن + +237 +00:19:29,490 --> 00:19:33,110 +باستخدام الـ fragment انت بتصمم باسمين واحد واثنين + +238 +00:19:33,110 --> 00:19:38,050 +وتلاتة لحال كل جزء لحال و بتجمعهم بطرق مختلفة + +239 +00:19:38,050 --> 00:19:41,670 +بتقول في ال landscape حطهم جانب بعض و في ال + +240 +00:19:41,670 --> 00:19:45,470 +portrait حطهم تحت بعض يعني انت بتشغل على مستوى + +241 +00:19:45,470 --> 00:19:48,650 +أصغر اللي هو مستوى مين المحتوى الداخلي + +242 +00:19:50,850 --> 00:19:56,010 +هذه الفكرة ان انت تصمم قطعة و تركبها بالطريقة اللى + +243 +00:19:56,010 --> 00:20:00,830 +بدكيها بتفتح لنا مجال كبير لتطبيقات من ضمنها مثلا + +244 +00:20:00,830 --> 00:20:05,830 +تطبيق ال tabs تابس ايش هي ال tabs ان هو بيكون في + +245 +00:20:05,830 --> 00:20:11,990 +عندي تاب زي هيك و تضغط هنا مفتاح لك شاشة تضغط هنا + +246 +00:20:11,990 --> 00:20:17,270 +مفتاح لك شاشة تضغط هنا مفتاح لك شاشة و هكذا فعليا + +247 +00:20:17,270 --> 00:20:21,690 +ال tabs ايش بيصير فيه انت لما تضغط على ايزر من + +248 +00:20:21,690 --> 00:20:29,430 +الأزرار هذه هدول اللي جوا عبارة عن قطع مفصولة واحد + +249 +00:20:29,430 --> 00:20:33,110 +اتنين تلاتة اربع انت مصمم كل واحدة ومشتغل كل واحدة + +250 +00:20:33,110 --> 00:20:39,150 +لحالة تضغط هنا بيجيب القطع هذه بيحطها هنا تضغط على + +251 +00:20:39,150 --> 00:20:43,330 +هذه بيجيب القطع هذه بيحطها هنا واضح كيف في كل شاشة + +252 +00:20:43,330 --> 00:20:49,450 +في ايش في قطع مفصولةفانت زي اللي بركب Lego عارفين + +253 +00:20:49,450 --> 00:20:53,010 +ال Lego التركيب بتاع الصغار هذا زيك تصمم انت قطع + +254 +00:20:53,010 --> 00:20:58,190 +مفصولة و بتركبها الميزة كمان انك انت بتشغل كل قطعة + +255 +00:20:58,190 --> 00:21:02,610 +و كودها و شغلها لحال ندهي ال art design مش بتاخدوا + +256 +00:21:02,610 --> 00:21:06,070 +software engineering و بتاخدوا انه لازم كل ما + +257 +00:21:06,070 --> 00:21:08,890 +قسمنا ال code لأجزاء صغيرة و اشتغلنا كل جزء لحال + +258 +00:21:08,890 --> 00:21:11,590 +بيكون أفضل هذا بتاخدوه نظرة و تحفظوه و تكتبوه في + +259 +00:21:11,590 --> 00:21:17,230 +ورقة احنا ايش بنعمل؟ بنطبقه عمليةهنا مثلا فيه list + +260 +00:21:17,230 --> 00:21:21,250 +view بروح بشغل list view و بعبيها و بعمل ال + +261 +00:21:21,250 --> 00:21:24,870 +adapter تبقى هوين في الجطعة هذه لكن لو الجطعة كلهم + +262 +00:21:24,870 --> 00:21:30,230 +مع بعض في activity واحدة كلهم تصميمهم في نفس + +263 +00:21:30,230 --> 00:21:34,350 +المكان و code هم في نفس ال class هنا لأ code كل + +264 +00:21:34,350 --> 00:21:39,170 +واحدة لها class خاص فيهافبتروح تعدّل على list view + +265 +00:21:39,170 --> 00:21:42,050 +بتروح على ال fragment تعالى list view بتعدّل فيه + +266 +00:21:42,050 --> 00:21:47,470 +لحاله فحتى في التصميم بيكون ايش؟ بيكون افضل يبدو + +267 +00:21:47,470 --> 00:21:52,430 +لحد الان ال fragments هذه هي عبارة عن ان انت تصمم + +268 +00:21:52,430 --> 00:21:56,620 +أجزاء تطبيق ال user interface كأجزاء صغيرةهذا + +269 +00:21:56,620 --> 00:22:01,780 +بيعطيك مرونة او مميزات التالية اول حاجة بتقدر انت + +270 +00:22:01,780 --> 00:22:04,320 +الأجزاء الصغيرة تركبها و تجمعها بالطريقة اللي بدك + +271 +00:22:04,320 --> 00:22:08,820 +اياها و تخلى التطبيق يتناسب مع شكل او حجم الشاشة + +272 +00:22:08,820 --> 00:22:12,630 +اللي تعرضها عليهمش محتاج تصمم انت اكتر من تصميم + +273 +00:22:12,630 --> 00:22:16,790 +لأكتر نوع شاشة لأ بتصمم الأجزاء الصغيرة وبتجمعها + +274 +00:22:16,790 --> 00:22:19,950 +على طرق مختلفة هذه اول ميزة الميزة التانية مثلا + +275 +00:22:19,950 --> 00:22:23,150 +عندك modular design اللي هو تصميم الكتر مقسم + +276 +00:22:23,150 --> 00:22:27,430 +لأجزاء صغيرة وكل جزء مسئول عن دور معين او شاشة + +277 +00:22:27,430 --> 00:22:31,870 +محددة بنظام ال fragments احنا بنعمل هذه زي ما قلنا + +278 +00:22:31,870 --> 00:22:36,610 +مثال ال tabs هذا ماقدرش اطلبكه الا باستخدام ال + +279 +00:22:36,610 --> 00:22:42,660 +fragments مثال تاني على ال fragmentsوهذا مشهور جدا + +280 +00:22:42,660 --> 00:22:47,460 +navigation + +281 +00:22:47,460 --> 00:22:50,140 +drawer ايش ال navigation drawer اللي بيكون عندي + +282 +00:22:50,140 --> 00:22:54,260 +جوال زي اسحب زي هيك يطلعلي شاشة اللي بتطلع على + +283 +00:22:54,260 --> 00:23:00,160 +الجانب هذا ازراء + +284 +00:23:00,160 --> 00:23:04,700 +التحكم تمام بتكون شجاعة ظاهرة بعمل slide بتطلع + +285 +00:23:04,700 --> 00:23:10,860 +فعليا انا هذه لحالها بصممها كقطعةوبقول بس اعمل + +286 +00:23:10,860 --> 00:23:15,600 +slide طلعني القطعة هذه on top of everything لأن + +287 +00:23:15,600 --> 00:23:20,020 +فعليا انا لما أصير اختار خيارات هنا مثلا بيجي يغير + +288 +00:23:20,020 --> 00:23:24,640 +وين المحتوى بتاع الشاشة الرئيسية المحتوى الشاشة + +289 +00:23:24,640 --> 00:23:29,280 +الرئيسية برضه اذا هو الشاشات مختلفة كل شاشة بصممها + +290 +00:23:29,280 --> 00:23:33,560 +ك fragment و بصير اشعمل كل ما اضغط زر استبدل + +291 +00:23:33,560 --> 00:23:38,450 +الموجود استبدل الموجود هناالان التصميم الحديث + +292 +00:23:38,450 --> 00:23:41,750 +لتطبيقات ال mobile بيقولوا بطلوا يستخدموا اكتر من + +293 +00:23:41,750 --> 00:23:46,090 +activity و start activity بطلوها هذه شوفتم ما احنا + +294 +00:23:46,090 --> 00:23:50,270 +قبل الفصل عليها هذا بطلوا الان كله بيشغل single + +295 +00:23:50,270 --> 00:23:56,210 +activity و multiple friends يعني مثلا انت بدك تعمل + +296 +00:23:56,210 --> 00:24:01,730 +list اضغط عليها يفتحلي محترم تمام كله بيشغل في نفس + +297 +00:24:01,730 --> 00:24:07,150 +ال activity اضغط هنابستبدل هذا و بحط fragment جديد + +298 +00:24:07,150 --> 00:24:13,330 +يعني مثلا شاشة زي هيك فيها زرار و محتوى هنا بصير + +299 +00:24:13,330 --> 00:24:16,990 +أضغط اش بيعمل بستبدل المحتوى و بحط بدله ايش محتوى + +300 +00:24:16,990 --> 00:24:21,250 +جديد و هكذا كله في نفس ال activity فالتطبيقات + +301 +00:24:21,250 --> 00:24:23,370 +الجديدة كلها بيقولك احنا بنقل استخدام ال + +302 +00:24:23,370 --> 00:24:27,030 +activities قدر الإمكان بيحاولوا استخدام activity + +303 +00:24:27,030 --> 00:24:33,350 +واحدة او اتنين و يصير يبدل ايش يبدل fragmentsواضح + +304 +00:24:33,350 --> 00:24:36,290 +يا جماعة هذي؟ يا دكتور ال single هذي بدلنا احنا + +305 +00:24:36,290 --> 00:24:39,250 +الوجهات، طب ال code يعني ال activity تتكون من XML + +306 +00:24:39,250 --> 00:24:42,530 +و code Java، حدث ال fragment فجأت مش هيصير فيه + +307 +00:24:42,530 --> 00:24:46,010 +عندي code Java، هيكون في عدة ملفات و لا في ملف + +308 +00:24:46,010 --> 00:24:48,270 +واحد كل fragment ال code Java لحد، ال code Java + +309 +00:24:48,270 --> 00:24:51,890 +لحد، اه طبعا، و هذا .. و هذا مش ميمساوة، من + +310 +00:24:51,890 --> 00:24:57,800 +المميزاتهيصير لأ هذا ليه زال يكون عندك ملفات كتير + +311 +00:24:57,800 --> 00:25:04,340 +لأنه بمعناه ان كل ملف في code اقل وكل ملف مسئول عن + +312 +00:25:04,340 --> 00:25:08,020 +شيء معين بكرا انت في عندك غلطة كده بتعرف وين هذه + +313 +00:25:08,020 --> 00:25:12,560 +موجودة الغلطة تمام بدك تحسن في جزئية معينة تروح + +314 +00:25:12,560 --> 00:25:16,170 +الجزئية ده بتحسنهاالأول حاجة modular design + +315 +00:25:16,170 --> 00:25:19,890 +التقسيم لكل أجزاء صغيرة سهل أن تتباعها وتعملها + +316 +00:25:19,890 --> 00:25:23,430 +maintenance و تحسنها تاني حاجة ال feeder clients + +317 +00:25:23,430 --> 00:25:26,290 +فوضوح responsive design اللي هو استبدال القطع و + +318 +00:25:26,290 --> 00:25:29,650 +ترتبيها بطريقة البدكية و أخر ميزة وهذه ميزة مهمة + +319 +00:25:29,650 --> 00:25:34,660 +كمان أنك بتعمل usable componentsإيش هي reusable؟ + +320 +00:25:34,660 --> 00:25:38,260 +تعيد استخدامها هذا ال fragment اللي أنا تعبت عليه + +321 +00:25:38,260 --> 00:25:41,900 +و صممت ال list و زبطها و حددت ألوانها و محتوىها و + +322 +00:25:41,900 --> 00:25:44,820 +كده و ال adapter تبعها اسمه بشغل فيه و شاد يظبط + +323 +00:25:44,820 --> 00:25:47,820 +معايا و في الآخر زبط هذا ال list view اللي أنا + +324 +00:25:47,820 --> 00:25:52,020 +تعبت عليها و عملت fragment ممكن أخدها زي ما هي و + +325 +00:25:52,020 --> 00:25:57,900 +أستخدمها في تطبيق جديد زي ما هي باخدها بستخدمها في + +326 +00:25:57,900 --> 00:26:03,980 +تطبيق جديد ال fragments ممكن تصير إيش reusableواضح + +327 +00:26:03,980 --> 00:26:06,880 +يا جماعة؟ طيب، بعد ما أعطاني المقدمة هذه، نبدأ + +328 +00:26:06,880 --> 00:26:14,320 +إيش؟ نشوف الكلام هذا لأن + +329 +00:26:14,320 --> 00:26:26,040 +أول مثال أعترحه أول + +330 +00:26:26,040 --> 00:26:29,540 +مثال أعترحه على fragment ماعنوش أهمية كبيرة تمام؟ + +331 +00:26:29,540 --> 00:26:34,650 +إيش هو هيعمل؟ فقطهيعملك الشاشة بالشكل هذا في وضع + +332 +00:26:34,650 --> 00:26:38,790 +ال landscape وبعدين هيقسملكيها قسمان هذا ماخد + +333 +00:26:38,790 --> 00:26:45,070 +التلت وهذا ماخد ايش التلتين وهنا بده يحط شاشة + +334 +00:26:45,070 --> 00:26:50,370 +معينة وانت كل list view وهنا شاشة تانية فيها text + +335 +00:26:52,890 --> 00:26:55,930 +text view طبعا انتوا بتعرفوا تصمموا حاجة زي هيك + +336 +00:26:55,930 --> 00:26:59,210 +لحالكوا بتعمل activity و بتقسمها كاسمين هنا بتحط + +337 +00:26:59,210 --> 00:27:03,190 +list view هنا بتحط text view بس أنا هذا مابديش + +338 +00:27:03,190 --> 00:27:07,750 +أعمله في activity واحدة بدي أروح أصمم fragment في + +339 +00:27:07,750 --> 00:27:15,530 +list view و أصمم fragment في text view و بعدين + +340 +00:27:15,530 --> 00:27:20,710 +أاخد الاثنين أجمعهم و أحطهم في activity واحدة + +341 +00:27:22,360 --> 00:27:26,660 +و اريد ان اعمل ايش عشان يصبح الفائزة التطبيقية ان + +342 +00:27:26,660 --> 00:27:30,080 +في وضع ال landscape يعرض الأيام جانب بعض و في وضع + +343 +00:27:30,080 --> 00:27:34,340 +ال portrait يحط الأيام تحت بعض شفتوا كيف انا صممت + +344 +00:27:34,340 --> 00:27:40,420 +هم الفصالين و هجمعهم بطريقة مختلفة بناء على ال + +345 +00:27:40,420 --> 00:27:45,390 +orientation بتاع الشاشةبدون استخدام الـ Fragment، + +346 +00:27:45,390 --> 00:27:50,490 +انت مضطرة في حالة الـ Landscape تعمل Layout وتصمم + +347 +00:27:50,490 --> 00:27:55,690 +هذه من الـ L لL، وفي حالة الـ Portrait تعمل Layout + +348 +00:27:55,690 --> 00:27:59,290 +تاني وتصمم هذه من الـ L لL، بطريقة مختلفة، لكن هنا + +349 +00:27:59,290 --> 00:28:03,550 +لأ، احنا هنتعرفين في عضوان اتنين، ونتجمعهم بطريقة + +350 +00:28:03,550 --> 00:28:08,390 +مختلفة، خلّيني نشوف الكلام هنا، عشان نشوف الكلام + +351 +00:28:08,390 --> 00:28:11,470 +هذه يا جماعة، لسه هيبقيت انه تطبيق جديد، أبيض، + +352 +00:28:11,470 --> 00:28:15,880 +تمام، Activity فاضية،بتجي على التطبيق و بتعمل + +353 +00:28:15,880 --> 00:28:21,460 +click يمين و بتقوله طبعا ال activity هذي لسه فاضية + +354 +00:28:21,460 --> 00:28:25,400 +ماشي مافيش فيها ولا حاجة هذي constraint layout + +355 +00:28:25,400 --> 00:28:29,900 +بتجي للتطبيق تبعك كام fragment بدنا نعمل اتنين + +356 +00:28:29,900 --> 00:28:34,020 +بتقوله click يمين على التطبيق و بتروح هنا مش + +357 +00:28:34,020 --> 00:28:39,050 +activity في عندك حاجة اسمها fragment هناو بتقولني + +358 +00:28:39,050 --> 00:28:42,130 +ايش في الأول blank fragment ايش ال blank فاضي + +359 +00:28:42,130 --> 00:28:50,050 +اختار blank fragment و بدنا نسميه my list fragment + +360 +00:28:50,050 --> 00:28:55,410 +طبعا انتبه معايا زي ال activity كل fragment بعمله + +361 +00:28:55,410 --> 00:29:01,340 +ملف layout و ملف java زي ال activity بالظبطكل + +362 +00:29:01,340 --> 00:29:05,020 +fragment هو يعني ايش .. هو قطع من ال activity طبعا + +363 +00:29:05,020 --> 00:29:10,740 +فأكيد لازم يكون ل code و لازم يكون ل تصميم فهذا + +364 +00:29:10,740 --> 00:29:15,540 +اسم ملف ال Java و هذا هيكون ملف ال XML هدول الصحات + +365 +00:29:15,540 --> 00:29:19,880 +شيلهم ليش الصحات هدول بضيفوا code في ال fragment + +366 +00:29:19,880 --> 00:29:23,120 +حاليا لو انا بفتلك ال code هذا مش هتفهم منه حاجة + +367 +00:29:23,120 --> 00:29:29,010 +فابدنا نشيه ال code كله طبعابعدين بعد ما تتعلم ال + +368 +00:29:29,010 --> 00:29:39,770 +fragment بتصير تخلص الصحات هدول هتفهموا طيب + +369 +00:29:39,770 --> 00:29:43,670 +زي + +370 +00:29:43,670 --> 00:29:46,570 +ما ضفنا ال fragment هذا لسه ما دخلناش في ال code + +371 +00:29:46,570 --> 00:29:50,510 +لاش نقراه بدنا نعمل ال fragment التاني هذا نعملهم + +372 +00:29:50,510 --> 00:29:54,470 +الأتنين و بعدين راح نشغل فيهم اعمل click يمين ال U + +373 +00:29:57,340 --> 00:30:01,180 +و هاي fragment blank fragment ايش بتسميها ده + +374 +00:30:01,180 --> 00:30:05,700 +details fragment ليش details يعني كأنه لما اضغط + +375 +00:30:05,700 --> 00:30:11,020 +هنا طلع التفاصيل وشيل main صح وقوله finish + +376 +00:30:19,160 --> 00:30:24,020 +طلع معايا كام class صار عندى؟ تلاتة اتنين لمين؟ + +377 +00:30:24,020 --> 00:30:27,100 +فال fragments واحدة لل activity كام layout صار + +378 +00:30:27,100 --> 00:30:31,940 +عندى؟ برضه تلاتة الان روحنا ال layout الاولى اللى + +379 +00:30:31,940 --> 00:30:36,660 +اسمها من لمين لل minus fragment هتلاقي هو حطت عندك + +380 +00:30:36,660 --> 00:30:38,520 +layout اسمها ايش؟ + +381 +00:30:51,300 --> 00:30:56,000 +عادى اعتبر ان انا شغال فى ال layout بتاعة ال + +382 +00:30:56,000 --> 00:31:01,560 +fragment انا شغال فى layout بتاعة ال fragmentهو by + +383 +00:31:01,560 --> 00:31:05,760 +default لقيته حاطط لي حد اسمها frame layout بدناش + +384 +00:31:05,760 --> 00:31:08,700 +ال frame layout روحت ايش غيرتها خلتها constraint + +385 +00:31:08,700 --> 00:31:12,520 +layout اللي اتعودنا عليها احنا تمام و هو لقيته + +386 +00:31:12,520 --> 00:31:16,360 +حاطط فيه text view عن اللي هي هنا بدناش هيه برضه + +387 +00:31:16,360 --> 00:31:22,520 +تمام احنا ايش بدنا .. بدنا نحط list view + +388 +00:31:26,510 --> 00:31:36,170 +هذه هي list view اسحبها هنا و خلّيه يشبك هنا طبعا + +389 +00:31:36,170 --> 00:31:41,270 +لو شغلت ال list view بالشكل هذا لن تظهرهذا فاضي + +390 +00:31:41,270 --> 00:31:45,330 +تمام احنا حاليا مابناش نقدر نعب فيها نعيد code بس + +391 +00:31:45,330 --> 00:31:51,870 +عشان نميزها او عشان نعطيه background لون معين مثلا + +392 +00:31:51,870 --> 00:31:56,350 +FF0000 يعني هالجيت مبدئيا هذي هتطلع ال activity + +393 +00:31:56,350 --> 00:32:00,990 +باللون ايش باللون الأحمر تمام و خلاص سيبقى هالجيت + +394 +00:32:00,990 --> 00:32:07,170 +هذا تصميم من ال fragment على ال list هالجيت في + +395 +00:32:07,170 --> 00:32:10,700 +عندي fragment تاني اللي هو details activityتمام + +396 +00:32:10,700 --> 00:32:20,460 +هذا برضه روح اخلي ايش constraint layout اه + +397 +00:32:20,460 --> 00:32:23,100 +هو فيه text view بس عامل ال text view ايش match + +398 +00:32:23,100 --> 00:32:26,100 +parent match parent خليه تمام بس بده روح اخلينا + +399 +00:32:26,100 --> 00:32:32,760 +ايش background هذا + +400 +00:32:32,760 --> 00:32:38,460 +باللون باللون الأخضر صممنا ال two fragments + +401 +00:32:41,030 --> 00:32:44,110 +خلصنا طوا fragments طبعا ماكتبناش code لسه فيهم + +402 +00:32:44,110 --> 00:32:49,090 +احنا لحد الان متجنبين ال code ارجع ل ال main + +403 +00:32:49,090 --> 00:32:54,230 +activity ال fragment مالوش قيمة يا جماعة إلا لو + +404 +00:32:54,230 --> 00:32:57,990 +انحط داخل activity اللي بنعرض في النهاية ايش + +405 +00:32:57,990 --> 00:33:01,310 +activity ال fragment مابنعرضش ال fragment عبارة عن + +406 +00:33:01,310 --> 00:33:06,810 +قطعة لازم تكون داخل ال activity طبعا لأن ال + +407 +00:33:06,810 --> 00:33:12,630 +activity بتاعتي هي ال layout تبقى مالهافاضي فاش + +408 +00:33:12,630 --> 00:33:15,350 +فيه حاجة الان احنا ليش عاملين ال activity عشان + +409 +00:33:15,350 --> 00:33:19,810 +نجمع فيها ال fragments تعال لفها ده بس عشان نتعامل + +410 +00:33:19,810 --> 00:33:25,630 +بال land scale حابب احط fragment هنا قطعة هنا تاخد + +411 +00:33:25,630 --> 00:33:29,910 +طولة المساحة والطولتين ياخدهم ال details مش هيك + +412 +00:33:29,910 --> 00:33:33,990 +احنا كنا ناويهم طيب كيف هنخليها تاخد طولة وطولتين؟ + +413 +00:33:33,990 --> 00:33:35,470 +بدك تحط ال guide + +414 +00:33:43,280 --> 00:33:52,820 +هي ال guideline vertical حط + +415 +00:33:52,820 --> 00:34:01,660 +هنا point تلاتة هنا بنحط fragment طبعا طيب تعالي + +416 +00:34:01,660 --> 00:34:06,200 +هلجيت على containers هلجيت فيه ان في ال containers + +417 +00:34:06,200 --> 00:34:13,490 +حاجة اسمها ايش شايفينها fragmentاسحب هذا و حطه هنا + +418 +00:34:13,490 --> 00:34:20,850 +حطه هنا لان اول ما تحطه بيقولني انا نجيت ان في انت + +419 +00:34:20,850 --> 00:34:25,010 +عمل ايش two fragments list و فيه details مين بدك + +420 +00:34:25,010 --> 00:34:28,610 +تحطه هنا انت اجذبك مين مش انا سحبت ال fragment و + +421 +00:34:28,610 --> 00:34:31,250 +حطيته لان بيطلب من مين ال fragment اللي بدك هيفر + +422 +00:34:31,250 --> 00:34:35,030 +بيقوله ايش list ال fragment هبقول ده اللي علينا + +423 +00:34:35,030 --> 00:34:37,810 +ايش يا جماعة الرابط تمام + +424 +00:34:48,250 --> 00:34:57,050 +وبنحط له 0db تمام؟ + +425 +00:34:57,050 --> 00:35:04,370 +وهي ال fragment أخد مساحة الشاشة طبعا هيطلع باللون + +426 +00:35:04,370 --> 00:35:08,550 +غمادي تمام؟ فيه هنا إشارة أحمر بالأحمر شايفينها؟ + +427 +00:35:08,550 --> 00:35:13,470 +أه بقولك يعني مش معروف من ال fragment هذا فبقوله + +428 +00:35:13,470 --> 00:35:18,160 +خليه أيش؟ خليه بين؟شايفين هى طلع هيك شايفين + +429 +00:35:18,160 --> 00:35:23,760 +الإشارة الحمرا بتصمح للخطأ اللى طلع لحتى لان أنا + +430 +00:35:23,760 --> 00:35:27,600 +مابفرجكوا call و مابفرجكوا xml صح ولا بس عملنا 2 + +431 +00:35:27,600 --> 00:35:32,500 +fragments و قاعد بجمع فيهم زى اللى بلعب لعبة هرجع + +432 +00:35:32,500 --> 00:35:35,580 +نحط هنا مين fragment تانى + +433 +00:35:41,720 --> 00:35:47,480 +تسحب هناك و حط هنا هجيت مين بديك بدي تديرز + +434 +00:35:47,480 --> 00:35:52,140 +fragment نفس الشيء + +435 +00:36:26,830 --> 00:36:30,990 +تمام؟ وهذه تعالى على الذرع الأحمر هذا unknown + +436 +00:36:30,990 --> 00:36:38,770 +fragments تمام؟ + +437 +00:36:38,770 --> 00:36:45,930 +الآن عربنا إياهم جان بعض فعليا كل واحد له class + +438 +00:36:45,930 --> 00:36:51,690 +لحاله no out لحاله روحت أنا علمين activity وجمعتهم + +439 +00:36:51,690 --> 00:36:53,170 +مع بعض + +440 +00:36:57,260 --> 00:37:02,320 +الان لحتى الان المثال اللى عملناه بيبينش اهمية ال + +441 +00:37:02,320 --> 00:37:05,380 +fragment اللى ممكن يجي واحد يقولك ايش طب انا بعمل + +442 +00:37:05,380 --> 00:37:08,780 +في ال main activity و بحط هدول اتنين جنب بعض طب + +443 +00:37:08,780 --> 00:37:13,920 +تعالي على ال gate معايا شوف + +444 +00:37:13,920 --> 00:37:17,480 +انا ايش بدي اسويه هاي الطلقه طبعا على الشاشة بس + +445 +00:37:17,480 --> 00:37:20,440 +انا ايش بدي اسويه بدي اقوله اذا كان الجهاز انعرض + +446 +00:37:20,440 --> 00:37:25,940 +في وضع ال landscapeأيش هيه؟ Landscape قفقية يعرض + +447 +00:37:25,940 --> 00:37:30,520 +الـ two fragments جانب بعض إذا عرضته في وضع ال + +448 +00:37:30,520 --> 00:37:37,080 +portrait يعرضهم تحت بعض أو يعرض باسمين in list + +449 +00:37:37,080 --> 00:37:39,540 +view هذا مايعرضوش على أساس إنه يعرض في إيش في + +450 +00:37:39,540 --> 00:37:44,460 +activity تاني كيف بنعملها هذه؟ كلمة معايا في عندى + +451 +00:37:44,460 --> 00:37:50,140 +أنا مجلة layout تمام؟ بدنا نعمل مجلة تاني + +452 +00:37:54,030 --> 00:38:00,750 +اسمه layout شحطة + +453 +00:38:00,750 --> 00:38:04,670 +port ايش + +454 +00:38:04,670 --> 00:38:07,690 +معنى الكلام هذا وممكن يكون فيه مجلة اسمه layout + +455 +00:38:07,690 --> 00:38:09,130 +land + +456 +00:38:11,780 --> 00:38:16,800 +الان متذكرين اما اخدم ال values و values ar ايام + +457 +00:38:16,800 --> 00:38:20,180 +ها قلنا اذا كانت لغة الجهاز عربي بروح بدور على + +458 +00:38:20,180 --> 00:38:24,200 +values ar اذا كانت لغة الجهاز اي حاجة تانية بروح + +459 +00:38:24,200 --> 00:38:27,920 +بجيب البيانات من هنا من values نفس الحاجة مجلد ال + +460 +00:38:27,920 --> 00:38:34,800 +layout اذا انت عندك مجلد اسمه layout port port + +461 +00:38:34,800 --> 00:38:39,310 +اختصر لإيش ل portraitوإشتغل الجهاز إذا كان وضع + +462 +00:38:39,310 --> 00:38:42,610 +الجهاز portrait بيروح بيجيب ال layout من وين؟ من + +463 +00:38:42,610 --> 00:38:47,710 +layout port إذا كان عندك مجلد اسمه land layout + +464 +00:38:47,710 --> 00:38:51,810 +land شحطة land وكان وضع الجهاز landscape بيروح + +465 +00:38:51,810 --> 00:38:56,490 +بيجيب ال layout من وين؟ من layout land كيف احنا + +466 +00:38:56,490 --> 00:39:02,770 +نعمل تصميم للجهاز في ما هو اختلف ال orientation؟ + +467 +00:39:02,770 --> 00:39:08,780 +بتعمل مجلد layout واحد المجلدين هدولإيش يعني؟ يعني + +468 +00:39:08,780 --> 00:39:11,920 +مثلا الابن يعمل layout و layout port هنا بنحط + +469 +00:39:11,920 --> 00:39:17,400 +تصميم واحد و أنا بتحط تصميم اتنين الان إذا اشتغل + +470 +00:39:17,400 --> 00:39:20,720 +الجهاز في وضع ال portrait بياخد مين؟ تصميم اتنين + +471 +00:39:20,720 --> 00:39:23,380 +مااشتغلش في وضع ال portrait إيش يعني مااشتغلش في + +472 +00:39:23,380 --> 00:39:26,300 +وضع ال portrait؟ في وضع ال landscape بتحط إيش؟ + +473 +00:39:26,300 --> 00:39:30,080 +بتحط واحد الان هذا التصميم اللي أنا عامل و حاططهم + +474 +00:39:30,080 --> 00:39:34,260 +جانب بعض المفروض يشغل في وضع ال landscape فعشان + +475 +00:39:34,260 --> 00:39:39,620 +هيك أنا حاطه في مجلة ايش؟مجلة layout الان انا بدي + +476 +00:39:39,620 --> 00:39:44,060 +اعمل مجلة تاني و احط فيه تصميم تاني بس ايش بيسمي + +477 +00:39:44,060 --> 00:39:52,640 +المجلة layout كورت هتنعمل على السريع بدي + +478 +00:39:52,640 --> 00:39:56,640 +اروح انا بس لل project هنا عشان اطلع المجلدات تمام + +479 +00:39:56,640 --> 00:40:00,540 +هاي انا فيها عندى مجلة اسمها layout هذا يوم موجود + +480 +00:40:00,540 --> 00:40:04,720 +في ال resources معروف تعالى على resources وقولنا + +481 +00:40:04,720 --> 00:40:05,000 +new + +482 +00:40:18,170 --> 00:40:30,930 +بتسميه layout port ايش + +483 +00:40:30,930 --> 00:40:35,650 +بقول exist اه طيب انا عامله قبل هيك هاي انا اعمل + +484 +00:40:35,650 --> 00:40:39,190 +مجلد اسمه layout port ايش فيه حاليا ال layout port + +485 +00:40:39,190 --> 00:40:42,630 +مافيش فيه ولا حاجة الان تعالى علمين activity + +486 +00:40:42,630 --> 00:40:51,670 +لحالها نسخها وحطها وينفي layout port يعني الان كام + +487 +00:40:51,670 --> 00:40:55,350 +تصميم عندك ل ال main activity كام ملف layout اتنين + +488 +00:40:55,350 --> 00:40:59,310 +واحد موجود في layout واحد موجود في layout port و + +489 +00:40:59,310 --> 00:41:03,530 +لحتى الان زي بعض ليش انا ناسخ من هداك لهنا الان + +490 +00:41:03,530 --> 00:41:09,720 +برجع هذا ل Androidهلاقي برضه طلع عندى هنا كام ملف + +491 +00:41:09,720 --> 00:41:13,480 +شايفين اتنين واحد كاتب مش مكتوب جانبه حاجة واحد + +492 +00:41:13,480 --> 00:41:16,600 +ايش مكتوب port ايش معناه؟ معناه هذا بيشتغل فى وضع + +493 +00:41:16,600 --> 00:41:19,820 +ال portrait لأن هذا اللى بيشتغل فى وضع ال portrait + +494 +00:41:19,820 --> 00:41:24,580 +فى اتنين جانب بعض المفروض فى وضع ال portrait اعرض + +495 +00:41:24,580 --> 00:41:28,780 +ايش؟ اعرض بس واحد يعني انا بدي اروح اشيل ال + +496 +00:41:28,780 --> 00:41:33,200 +guideline و بدي اقوله ان ال fragment اللى موجود + +497 +00:41:33,200 --> 00:41:39,340 +هذابدي أعرضه لآخر الشاشة هاي ال fragment بس أنا + +498 +00:41:39,340 --> 00:41:44,120 +بدي أعملها في ال code هاي ال start to start of + +499 +00:41:44,120 --> 00:41:52,380 +parent هذه + +500 +00:41:52,380 --> 00:42:00,980 +to end of parent تمامهذا صار ايش؟ ماخد الشاشة كلها + +501 +00:42:00,980 --> 00:42:03,300 +يبقى .. انا كام عندك .. كام تصميم عندك لل + +502 +00:42:03,300 --> 00:42:08,400 +activity؟ اتنين، هذا التصميم الأول وهذا التصميم + +503 +00:42:08,400 --> 00:42:12,220 +التاني اللي هو المفروض في وضع ال portrait الاتنين + +504 +00:42:12,220 --> 00:42:16,720 +بيعتمدوا على ايش؟ على ال fragment تمام؟ هذا بياخد + +505 +00:42:16,720 --> 00:42:19,920 +قطعة تاني بيحطهم جنب بعض وهذا بياخد ايش؟ قطعة + +506 +00:42:19,920 --> 00:42:25,400 +واحدة بيحطها على جد الشاشةو مرة تانية كيف اخلّي + +507 +00:42:25,400 --> 00:42:30,780 +لجهاز لو اختلف ال orientation يعرض شاشة بتعمل زي + +508 +00:42:30,780 --> 00:42:36,440 +ما قلنا ل layout مجلدين layout port او land و مجلد + +509 +00:42:36,440 --> 00:42:40,820 +layout ايش معناه هذا الكلام يعني لو اشتغل الجهاز + +510 +00:42:40,820 --> 00:42:43,140 +في وضع ال portrait بروح بدور على layout port + +511 +00:42:43,140 --> 00:42:47,740 +مالاجعوش ايش بعمل برجع ل layout زي مدعم ال values + +512 +00:42:47,740 --> 00:42:52,260 +و ال values AR لأن انا اذا شغلت + +513 +00:43:12,550 --> 00:43:23,350 +الان انا في وضع هدف + +514 +00:43:23,350 --> 00:43:30,130 +في وضع انالبرتريت لفه هك تمام هدف هو وضع ال + +515 +00:43:30,130 --> 00:43:37,370 +landscape تمام لما يسيف ال portrait بيعرض وجهة + +516 +00:43:37,370 --> 00:43:40,610 +واحدة فقط تمام لما تلفه بيعرض لك هاتين تاني + +517 +00:43:43,490 --> 00:43:47,030 +فهذه الجمعة كانت مقدمة سريعة على موضوع ال + +518 +00:43:47,030 --> 00:43:51,550 +fragments لأن لو قدوري fragments بدك تشغل هذا هذا + +519 +00:43:51,550 --> 00:43:55,930 +rest view بدك تضطر أنت تصممها بتفاصيلها هنا و هناك + +520 +00:43:55,930 --> 00:44:00,450 +لكن هنا أنا صممتها مرة واحدة كقطعة وجمعت القطعة + +521 +00:44:00,450 --> 00:44:04,850 +بطريقة مختلفة بناء على ال layout وضحت الجامعة هذه + +522 +00:44:04,850 --> 00:44:08,210 +ووصلت مفهوم إيش ال fragment تمام؟ هذه كانت لسه + +523 +00:44:08,210 --> 00:44:13,260 +بداية الموضوع هيتعمق فيه مكمل لمحاضرات الجايةالعطل + +524 +00:44:13,260 --> 00:44:13,660 +كله عافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..60d9426852de456fec9b0b8c6cfe18d666cf50a3 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/Pk5DIgRb16Y_raw.srt @@ -0,0 +1,2120 @@ +1 +00:00:20,810 --> 00:00:25,990 +طيب السلام عليكم آخر موضوع غطناه الجماعة كان موضوع + +2 +00:00:25,990 --> 00:00:32,030 +ال start activity for result start activity لحالها + +3 +00:00:32,030 --> 00:00:35,830 +احنا نبدأ activity لكن ال activity اللي شغلت + +4 +00:00:35,830 --> 00:00:40,380 +مابنتظرش اي نتيجة من ال activity اللي شغلناهالكن + +5 +00:00:40,380 --> 00:00:43,340 +إذا أنا بنتظر نتيجة من ال activity اللي شغلتها + +6 +00:00:43,340 --> 00:00:47,000 +مثلا أنا ممكن أشغل activity أدخل من خلالها بيانات + +7 +00:00:47,000 --> 00:00:51,000 +و البيانات لازم ترجع لل activity الأولى كثير هذا + +8 +00:00:51,000 --> 00:00:54,420 +بتحصل مرات انا بكون عندي لموذج و الموذج منه بتفرع + +9 +00:00:54,420 --> 00:00:58,180 +مثلا بطل المستخدم يدخل بيانات بعدين بقوله دخلي + +10 +00:00:58,180 --> 00:01:02,060 +مثلا أولادك مافيش وصع في الدانق الأساسي فبروح + +11 +00:01:02,060 --> 00:01:05,180 +أفتحله activity يدخل فيها تفاصيل إضافية و المفروض + +12 +00:01:05,180 --> 00:01:08,020 +البيانات ترجع من ال activity التاني ل .. للأولى + +13 +00:01:10,950 --> 00:01:13,550 +الان المحاضرة اللى هبقى اشوفها هي ال hobbies + +14 +00:01:13,550 --> 00:01:17,750 +الهوايات كان عنده result activity عبارة عن list + +15 +00:01:17,750 --> 00:01:20,450 +view فيها هوايات باختار منها العناصر و العناصر + +16 +00:01:20,450 --> 00:01:24,130 +اللى بختارها بدأت ترجع لل activity الأولى طريقة + +17 +00:01:24,130 --> 00:01:29,440 +عمل start activity for resultلأن انا في ال main + +18 +00:01:29,440 --> 00:01:33,500 +activity عندي battle ضغط عليه عملت intent عشان + +19 +00:01:33,500 --> 00:01:36,980 +اشغل ال activity التانية و بعدين قلتله start + +20 +00:01:36,980 --> 00:01:41,380 +activity for result بدل start activity هيك بيشغل + +21 +00:01:41,380 --> 00:01:45,140 +ال activity و بيبقى يستنى بيانات توصله لأن + +22 +00:01:45,140 --> 00:01:47,860 +البيانات اللي هتوصله كيف هيعرف انها وصلت لبيانات + +23 +00:01:47,860 --> 00:01:52,520 +او رجعت بيانات هتشغل callback method اسمها on + +24 +00:01:52,520 --> 00:01:55,220 +activity resultإذا عملت عملت عملت عملت عملت عملت + +25 +00:01:55,220 --> 00:02:02,180 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +26 +00:02:02,180 --> 00:02:06,860 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +27 +00:02:06,860 --> 00:02:09,760 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +28 +00:02:09,760 --> 00:02:10,120 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +29 +00:02:10,120 --> 00:02:10,120 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +30 +00:02:10,120 --> 00:02:10,120 +عملت عملت عملت عملت عملت عملت عملت عملت عملت عملت + +31 +00:02:10,120 --> 00:02:11,320 +عملت عملت عملت عملت عملت عملت عملت عملت + +32 +00:02:17,510 --> 00:02:20,530 +اللي هيرجعها لل activity الأولى كيف تجهيز البيانات + +33 +00:02:20,530 --> 00:02:23,270 +في method موجود في ال super class في ال activity + +34 +00:02:23,270 --> 00:02:31,610 +اسمها set result set result هذه بيقول انت + +35 +00:02:31,610 --> 00:02:38,190 +لأن هذه ال main activity وهذه + +36 +00:02:38,190 --> 00:02:46,430 +يسميها result activity هنا انا عملت start activity + +37 +00:02:49,920 --> 00:02:56,220 +for result اشتغلت مين؟ هذه الخطوة الأولى اشتغلت ال + +38 +00:02:56,220 --> 00:02:59,300 +activity هذه لما اجمع البيانات من ال activity هذه + +39 +00:02:59,300 --> 00:03:04,460 +لازم اجهز البيانات عن طريق set result اللي هي ال + +40 +00:03:04,460 --> 00:03:07,620 +method هذه شايفينها؟ وهذه inherited من ال super + +41 +00:03:07,620 --> 00:03:10,460 +class هذه ال set result بتاخد حشتين فيها اسمها + +42 +00:03:10,460 --> 00:03:15,480 +result codeو حد اسمها ال data هجيت و حط أي رقم ال + +43 +00:03:15,480 --> 00:03:17,700 +result code مش مابيعلناش كتير هلحكي ايش فايدته + +44 +00:03:17,700 --> 00:03:22,380 +الان ال result code و ال data ال data اللي بدأت + +45 +00:03:22,380 --> 00:03:24,640 +تعطيرها ليها في set result لازم تكون على شكل + +46 +00:03:24,640 --> 00:03:28,920 +intent احنا اتعودنا ال intent امضم نستخدمه لما + +47 +00:03:28,920 --> 00:03:32,400 +نشغل activity هذا استخدام اخر لل intent انه هنخدم + +48 +00:03:32,400 --> 00:03:36,640 +فيه data ليش؟ هو طالب مني هيك ال method بدها + +49 +00:03:36,640 --> 00:03:42,040 +intent فبنعمل بديهفهي عملت content معنى فاضي و + +50 +00:03:42,040 --> 00:03:45,560 +روحت خذمت في ال content ال array list اللي اجت + +51 +00:03:45,560 --> 00:03:47,660 +عنده ممكن تحط في ال content أنواع كتير بيانات + +52 +00:03:47,660 --> 00:03:51,420 +integer, float, double, string و بعدين بقوله set + +53 +00:03:51,420 --> 00:03:54,460 +result هيك مابعادش البيانات مارجعش البيانات هيك + +54 +00:03:54,460 --> 00:03:58,500 +جهز البيانات ليش لن ارجع يعني في اللحظة اللي بتعمل + +55 +00:03:58,500 --> 00:04:03,600 +فيها back او finish او بتسكن ال activityاللي موجود + +56 +00:04:03,600 --> 00:04:08,320 +في ال result هيرجع ل ال main activity فأول ما تسكر + +57 +00:04:08,320 --> 00:04:12,080 +هذه ال activity هي + +58 +00:04:12,080 --> 00:04:14,440 +الخطوة التانية set result لما تسكر ال activity هذه + +59 +00:04:14,440 --> 00:04:19,740 +هترجع للبيانات وهتشغل ال method اسمها on activity + +60 +00:04:19,740 --> 00:04:26,800 +result اللي انت بتستقبل من خلالها البياناتوين هذه + +61 +00:04:26,800 --> 00:04:29,860 +الـ on activity result؟ في الـ main activity هذه + +62 +00:04:29,860 --> 00:04:34,860 +الـ main activity وهي ال on activity result لأن + +63 +00:04:34,860 --> 00:04:40,060 +فعليا في التطبيق تبعي في الحالة هذه أنا بس بستخدم + +64 +00:04:40,060 --> 00:04:43,220 +start activity for result واحدة لكن ممكن التطبيق + +65 +00:04:43,220 --> 00:04:46,860 +يكون عندك أكتر من start activity for result شغل زر + +66 +00:04:46,860 --> 00:04:50,840 +بيشغل فيديو زر بيشغل كاميرا زر بيشغل شاشة الهيئة + +67 +00:04:50,840 --> 00:04:55,140 +هيئة حدث فعليا أي واحد مني بتعجب بيانات هيستخدمهم + +68 +00:04:56,480 --> 00:04:59,620 +on activity result كلهم يستخدموا نفس المثل ان انت + +69 +00:04:59,620 --> 00:05:05,570 +لازم تحط حاجة تميز فيها من يرجع البياناتهذا عن + +70 +00:05:05,570 --> 00:05:08,270 +طريق مين؟ عن طريق ال request code يعني انت هنا لما + +71 +00:05:08,270 --> 00:05:12,230 +استدعيت ال activity هذه حطيت ايش؟ اربعة و هبجيت + +72 +00:05:12,230 --> 00:05:16,290 +لما نشتغل الكاميرا هنحط خمسة مثلا او اي رقم تاني + +73 +00:05:16,290 --> 00:05:20,410 +لما تيجي تستقبل النتيجة تيجي تفحص ال request code + +74 +00:05:20,410 --> 00:05:24,370 +اللي هو انت بعته اذا كان اربعة تعرف ان هذه النتائج + +75 +00:05:24,370 --> 00:05:26,570 +جاية من وين من وين من ال activity ال result + +76 +00:05:26,570 --> 00:05:34,460 +activity else ifrequest code يساوي خمسة مثلا بتعرف + +77 +00:05:34,460 --> 00:05:37,800 +انه جاي من حاجة تانية و بتعالجه بطريقة مختلفة فع + +78 +00:05:37,800 --> 00:05:39,940 +طريقة request code بتميز ال result code ايش + +79 +00:05:39,940 --> 00:05:44,620 +فايدته؟ مالش فايدة كبيرة بس من فائد ال result code + +80 +00:05:44,620 --> 00:05:49,300 +انه ال activity هذه تبعت مثلا واحد او صفر ان تبين + +81 +00:05:49,300 --> 00:05:52,940 +ان العميل تمت بنجاح او لأ يعني مثلا في البرنامج + +82 +00:05:52,940 --> 00:05:56,620 +الكاميرا بستفيد من result code بعرف انه اخد الصورة + +83 +00:05:56,620 --> 00:06:01,500 +او لا ماخدشما هو مين بدي يبلغني فيها ال result ال + +84 +00:06:01,500 --> 00:06:04,800 +activity او اللي انا بدي اشغلها request code لازم + +85 +00:06:04,800 --> 00:06:08,000 +عشان يتميز من وين .. لمين انت بعت الطلب و من وين + +86 +00:06:08,000 --> 00:06:11,520 +اتيه من وين اتيه ال result result code ممكن يكون + +87 +00:06:11,520 --> 00:06:15,740 +مفيد ايه انت عشان اللي لما ترجع النتيجة يقولك انه + +88 +00:06:15,740 --> 00:06:21,160 +رجعت بنجاح او في خلل او اي تفاصيل يعني الان على + +89 +00:06:21,160 --> 00:06:24,640 +النمط هذا تعالى نشوف كيف احنا نعمل او نشغل كاميرا + +90 +00:06:25,910 --> 00:06:28,210 +شوفنا المحاضرة المعدة فيها لزر اسمه camera بدنا + +91 +00:06:28,210 --> 00:06:31,610 +نشغلها يشغل ال camera أخد الصورة يعرضنا الصورة هنا + +92 +00:06:31,610 --> 00:06:35,090 +تعالي الآن على ال main activity و بنجيب ال button + +93 +00:06:35,090 --> 00:06:35,590 +بتاع ال camera + +94 +00:06:55,490 --> 00:06:58,730 +طيب تشغيل الكاميرا ده واحد من طرق تشغيل ال + +95 +00:06:58,730 --> 00:07:02,570 +implicit intent اللي لاحد محفظوش بس ممكن يجي على + +96 +00:07:02,570 --> 00:07:05,290 +انترنت لو انت فبحافظ كيف ينشغل الكاميرا هتعرف ايش + +97 +00:07:05,290 --> 00:07:09,290 +ال intent ال action تبعها بالظبط يعني عشان نشغل + +98 +00:07:09,290 --> 00:07:14,410 +الكاميرا بنقوله intent you saw on you نسيت أسجل + +99 +00:07:14,410 --> 00:07:17,670 +media store + +100 +00:07:22,920 --> 00:07:32,100 +و الله انا اتسجل اتجهت اتسجل اتجهت كده + +101 +00:07:32,100 --> 00:07:34,540 +شاشة جديدة اتسجلت من فتسعة و نصف عامة احنا ده عامة + +102 +00:07:34,540 --> 00:07:39,180 +احنا ده عامة احنا ده عامة احنا ده عامة احنا ده + +103 +00:07:39,180 --> 00:07:50,460 +عامة احنا + +104 +00:07:50,460 --> 00:07:50,940 +ده عامة + +105 +00:08:02,440 --> 00:08:06,340 +طيب جماعة هجيبنا زر الكاميرا نعمل action عليه الان + +106 +00:08:06,340 --> 00:08:11,960 +ال action + +107 +00:08:11,960 --> 00:08:17,240 +بتاع الكاميرا اسمه media store.action image + +108 +00:08:17,240 --> 00:08:24,780 +capture هذا اسم ال action ال intent بتاع التشغيل + +109 +00:08:24,780 --> 00:08:28,020 +كمان بدك video action video capture + +110 +00:08:32,050 --> 00:08:39,530 +بعدين بتقوله start activity for result وبتبعت ال + +111 +00:08:39,530 --> 00:08:44,210 +intent بده + +112 +00:08:44,210 --> 00:08:49,770 +request code بحط ايش request + +113 +00:08:49,770 --> 00:08:53,130 +code بعده + +114 +00:08:53,130 --> 00:08:56,990 +تمام + +115 +00:08:56,990 --> 00:09:02,780 +هيك المفروض يشغل البرنامجالكاميرا تمام هيفتح + +116 +00:09:02,780 --> 00:09:07,220 +برنامج الكاميرا هتصور الصورة بتقوله okay تمام اول + +117 +00:09:07,220 --> 00:09:11,940 +ما تضغط okay النتيجة هترجع لمين ل ال main activity + +118 +00:09:11,940 --> 00:09:16,040 +هذهالآن هذا الشغل أسهل من الشغل المرة الماضية، + +119 +00:09:16,040 --> 00:09:17,780 +لماذا؟ لأن المرة الماضية كنا نفكر في ال main + +120 +00:09:17,780 --> 00:09:21,140 +activity و result activity طب وال result مافيش + +121 +00:09:21,140 --> 00:09:25,760 +result فيها؟ هتيجي result، بس هتيجي on activity، + +122 +00:09:25,760 --> 00:09:28,220 +يعني أنت الآن هي شغلت برنامج الكاميرا، اشتغلت + +123 +00:09:28,220 --> 00:09:33,760 +وصورت، المفروض ال result هي عبارة عن إيش؟الصورة + +124 +00:09:33,760 --> 00:09:39,180 +وين هيستقبل النتيجة في ال all لا وين في ال main في + +125 +00:09:39,180 --> 00:09:42,540 +ال all activity result زيها زي main زي result + +126 +00:09:42,540 --> 00:09:45,420 +activity اللي احنا عاملينه بس هرجع تهدر ال all + +127 +00:09:45,420 --> 00:09:47,840 +activity result مو مستدعيها في التطبيق تبعنا في + +128 +00:09:47,840 --> 00:09:51,460 +two activities ممكن شغله ال all activity result + +129 +00:09:51,460 --> 00:09:54,120 +بتاعة ال hobbies و بتاعة الكاميرا كلمة المميز + +130 +00:09:54,120 --> 00:09:58,900 +بينهم عن طريق request code فبنقول له else if + +131 +00:10:00,480 --> 00:10:04,460 +الريكوست كود يساوي خمسة هيك بعرف ان النتيجة هذه + +132 +00:10:04,460 --> 00:10:09,820 +جاية من وين؟ من الكاميرا و انا هلاجي النتيجة في ال + +133 +00:10:09,820 --> 00:10:13,800 +intent اللي هو ال data هذا تمام، هى ما بتكون + +134 +00:10:13,800 --> 00:10:18,360 +النتيجة كيف هاد الاستقبال هى كتالي data dot get + +135 +00:10:18,360 --> 00:10:27,310 +extras dot get data هيك هوبتقول عشان تجيب بيانات + +136 +00:10:27,310 --> 00:10:32,930 +الصورة زي هي بتيجي + +137 +00:10:32,930 --> 00:10:37,950 +كحاجة اسمها bitmap بتيجي + +138 +00:10:37,950 --> 00:10:40,970 +لحاجة اسمها bitmap اش ال bitmap اللي مش بنعرف + +139 +00:10:40,970 --> 00:10:46,070 +الصورة عدالة عامة صوفةوكل bit ..كل مكان فيه pixel + +140 +00:10:46,070 --> 00:10:49,450 +فيها عبارة عن قيم بال binary هذه بيسميها ال bitmap + +141 +00:10:49,450 --> 00:10:54,670 +يعني هذه ال bitmap هي إيش الصورة الان بلعليها بس + +142 +00:10:54,670 --> 00:10:57,690 +نعرض الصورة one و نعرض الصورة في ال image of you + +143 +00:10:57,690 --> 00:11:03,630 +بنجيب ال image of you هاي image of you im find + +144 +00:11:03,630 --> 00:11:07,650 +view by id لإن أنا فيه عندي image of you هاي ال + +145 +00:11:07,650 --> 00:11:11,830 +image of youلأن ال image view احنا كنا نحط set + +146 +00:11:11,830 --> 00:11:15,230 +image resource صح ولا لو جيت فيه عندك حاجة تانية + +147 +00:11:15,230 --> 00:11:22,390 +اسمها set image bitmap بتعطينا ال BM نحفظها عندي + +148 +00:11:22,390 --> 00:11:27,150 +في ال resource نحفظها ك file مثلا اه ممكن تحفظها ك + +149 +00:11:27,150 --> 00:11:29,930 +file اه بس لحظة شوية خلينا نجرب هذه اول + +150 +00:11:57,170 --> 00:12:01,310 +طيب هلقيت لو ضغط ع كاميرا مفروض ايش كاميرا تشتغل + +151 +00:12:01,310 --> 00:12:14,250 +اعملوا cheesy شباب طيب هاي تمام هاي okay وهي عرض + +152 +00:12:14,250 --> 00:12:20,250 +الصورة ايش في ال image view طيب + +153 +00:12:20,250 --> 00:12:27,760 +لان انا فرجتك كيف تعرض الصورة في ال image viewممكن + +154 +00:12:27,760 --> 00:12:31,460 +الصورة دي تحفظها في ملف على ال device، بس مش + +155 +00:12:31,460 --> 00:12:34,720 +هفرجيك هل جيت طريقة حفظ الصورة في ملف، ليش؟ لإن + +156 +00:12:34,720 --> 00:12:37,620 +انا بده أفرجك كيف تحفظها في ملف، بدنا ندخل، لأ + +157 +00:12:37,620 --> 00:12:41,060 +بدنا ندخل في طريقة كيف أنا بده أوصل للأنواع ال + +158 +00:12:41,060 --> 00:12:44,240 +folders و الملفات في ال device، و بعدين هندخل في + +159 +00:12:44,240 --> 00:12:47,460 +موضوع ال security و ال permissionsاذا دخلنا فى ال + +160 +00:12:47,460 --> 00:12:50,880 +permission دم بدنا ندخل فى ال permission framework + +161 +00:12:50,880 --> 00:12:53,400 +security framework بتاعة الأوريو أنواع ال + +162 +00:12:53,400 --> 00:12:55,640 +permissions dangerous ومش dangerous وكيف تعمل + +163 +00:12:55,640 --> 00:12:59,900 +request لل permission فجسه عايش طويلة فخلّي كل + +164 +00:12:59,900 --> 00:13:05,180 +حاجة تيجي ايش أبو جتها ماشي يا جماعة وهك خلصنا + +165 +00:13:05,180 --> 00:13:09,640 +موضوع ل start activity for result وكيف نشغل + +166 +00:13:09,640 --> 00:13:14,260 +الكاميرا نيجي عالجتنا ننتقل لإيش لموضوع تاني اللى + +167 +00:13:14,260 --> 00:13:14,920 +هو ال fragments + +168 +00:13:32,660 --> 00:13:38,120 +لأ ما قلتش انت + +169 +00:13:38,120 --> 00:13:41,640 +يا شباب المشكلة بتلغطوا الكلمة اللي بتعجبكوا و + +170 +00:13:41,640 --> 00:13:46,540 +بتسيبوا الكلمة اللي بتعجبكوش يعني انا ماكنش قلتله + +171 +00:13:46,540 --> 00:13:52,530 +قلتله يمكن لو ماضلش وقتبناخدها الفصل الجاى ساب + +172 +00:13:52,530 --> 00:13:53,090 +اللى جبل + +173 +00:14:25,520 --> 00:14:31,220 +طيب شباب .. شباب اتبعوا معايا بالله الان + +174 +00:14:31,220 --> 00:14:32,880 +بدنا ندخل في موضوع جديد + +175 +00:14:38,310 --> 00:14:43,530 +والموضوع هذا مهم جدا و .. و كل ما بعد الموضوع هذا + +176 +00:14:43,530 --> 00:14:47,610 +غير ما قبل الموضوع تمام؟ يعني هذا الموضوع يعتبر + +177 +00:14:47,610 --> 00:14:52,690 +نقطة تحول في طريقة بناء الطبقات تمام؟ اللي هو + +178 +00:14:52,690 --> 00:14:57,450 +موضوع ال fragments هذا فبنتركز معايا لإن اللي بعد + +179 +00:14:57,450 --> 00:15:00,550 +هي كل هيكون شغل على .. على fragments نحكي إيش هي + +180 +00:15:00,550 --> 00:15:04,820 +ال fragments؟و ليش احنا الموضوع هذا مهم و مش مفرد + +181 +00:15:04,820 --> 00:15:08,700 +على الجبل و ليش هو نقطة تحول هذا الموضوع لازم نفهم + +182 +00:15:08,700 --> 00:15:13,580 +الان يا شباب احنا اتعودنا لو احنا لما نعمل مجهات + +183 +00:15:13,580 --> 00:15:18,110 +نستخدم activitiesولما بنقل تطبيق مكوّمن أكتر من + +184 +00:15:18,110 --> 00:15:21,270 +واجهة بنعمل أكتر من activity وكل activity بتفتح + +185 +00:15:21,270 --> 00:15:27,690 +activity تاني، تمام؟ لكن هذا التصميم بيحققش كل ال + +186 +00:15:27,690 --> 00:15:32,430 +flexibility أو المرونة أو الأهداف اللي أنا + +187 +00:15:32,430 --> 00:15:40,340 +بتطلعها، ليش؟ تخيل مثلاأنا عندي تطبيق إخباري طبعا + +188 +00:15:40,340 --> 00:15:45,620 +عندي مثلا list view وفيه عندي أخبار هكي طبعا و بدى + +189 +00:15:45,620 --> 00:15:51,960 +أضغط على كل خبر يفتحلي يعني صفحة جديدة لأن في + +190 +00:15:51,960 --> 00:15:56,900 +الحالة هذه يعني أنت عشان تقرا تفاصيل الخبر بلزم + +191 +00:15:56,900 --> 00:16:02,430 +تضغط هنا يروح يفتحلكactivity جديدة طب و ال list + +192 +00:16:02,430 --> 00:16:09,190 +view هذه اللي راحت بتختفي طبعا ممكن ايش تعمل انت + +193 +00:16:09,190 --> 00:16:12,230 +عندك عشر أخبار تعمل عشر activities و هذا تفكير غلط + +194 +00:16:12,230 --> 00:16:16,130 +صح لكن ايش ممكن تعمل لو هدول الأخبار في ال + +195 +00:16:16,130 --> 00:16:20,170 +database تبعت بس ال ID و هنا في ال activity هتقرع + +196 +00:16:20,170 --> 00:16:26,970 +ال ID و بتعرضه عندك ع الشاشةطيب الآن هذا التصميم + +197 +00:16:26,970 --> 00:16:30,630 +باستخدام ال activities فيه مشاكل اول مشكلة لما + +198 +00:16:30,630 --> 00:16:33,830 +تيجي تشتغل انت responsive design ايش هي responsive + +199 +00:16:33,830 --> 00:16:42,310 +يعني تصميم ال application يتناسب مع حجم الشاشة + +200 +00:16:42,310 --> 00:16:45,070 +التطبيق طبعك هذا ممكن انت تشتغل على جهاز شاشته + +201 +00:16:45,070 --> 00:16:48,670 +صغيرة في حالة ان اشتغل على شاشته صغيرة انت حابب ان + +202 +00:16:48,670 --> 00:16:52,510 +يكون على the list لحالها في الشاشةو لما تضغط يعرض + +203 +00:16:52,510 --> 00:16:58,030 +لك تفاصيل الخبر في شاشة تانية لكن انت ممكن تشغلوا + +204 +00:16:58,030 --> 00:17:01,990 +على تابلت لما تشغلوا على تابلت بدك ايش بدك يطلع + +205 +00:17:01,990 --> 00:17:06,570 +عندك ال list هنا و لما تضغط على اي خبر يفتح لك + +206 +00:17:06,570 --> 00:17:09,910 +تفاصيلة بالشكل هذا + +207 +00:17:12,710 --> 00:17:18,030 +نفس التطبيق هنا العرب شكل وهنا العرب شكل تاني لأن + +208 +00:17:18,030 --> 00:17:20,450 +هذا العملية ممكن تصمم باستخدام activities بس + +209 +00:17:20,450 --> 00:17:24,610 +العملية متعبة هتكون لماذا؟ لأنه بدأ كده يقول هذه + +210 +00:17:24,610 --> 00:17:31,410 +بده هتكون اشactivity وهذه تكون activity تانية وهذه + +211 +00:17:31,410 --> 00:17:35,230 +activity تاتية تصميمها لو مختلفة هي ال list view + +212 +00:17:35,230 --> 00:17:38,790 +مع المحتوى موجودين في نفس المكان يعني بدك أندك + +213 +00:17:38,790 --> 00:17:44,370 +تلاتة activities عشان تعمل التصميم هذا باستخدام ال + +214 +00:17:44,370 --> 00:17:49,470 +fragments الميزة فيها التالية اني انا اشهر كلمة + +215 +00:17:49,470 --> 00:17:55,140 +fragmentقطعة طب قطعة معناها ان انت لما تيجي تصمم + +216 +00:17:55,140 --> 00:17:59,540 +التطبيق تبعك بتصمم أجزاء ال user interface كقطعة و + +217 +00:17:59,540 --> 00:18:02,920 +بتاخد القطعة هذه و بتركبها بالطريقة اللي انت + +218 +00:18:02,920 --> 00:18:06,280 +بدكيها يعني لو انا بدي اصمم هذا التطبيق بدون + +219 +00:18:06,280 --> 00:18:10,040 +activities باستخدام fragments بنصير ايش نعمل؟ + +220 +00:18:10,040 --> 00:18:15,880 +بنصير هذا بنصممه ك fragment او قطعة و هذا بنصممه + +221 +00:18:15,880 --> 00:18:21,450 +كاش؟ كقطعة واحدةفبنصير يعني بيقولّه إذا اشتغل + +222 +00:18:21,450 --> 00:18:24,590 +البرنامج + +223 +00:18:24,590 --> 00:18:29,930 +على جهاز شاشته صغيرة اعمل two activities حط في ال + +224 +00:18:29,930 --> 00:18:32,170 +activity الأولى القطعة الأولى وهذه القطعة التانية + +225 +00:18:32,170 --> 00:18:37,630 +إذا اشتغل البرنامج نفسه على جهاز tablet جيب + +226 +00:18:37,630 --> 00:18:41,650 +القطعتين وجمعهم جنب بعض وحطهم في نفس ال activity + +227 +00:18:41,650 --> 00:18:48,240 +يعني أنت فعليا بتتعب في تصميم إيشقطعتين هذه القطعة + +228 +00:18:48,240 --> 00:18:53,200 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +229 +00:18:53,200 --> 00:18:56,140 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +230 +00:18:56,140 --> 00:18:57,520 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +231 +00:18:57,520 --> 00:18:57,520 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +232 +00:18:57,520 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +233 +00:18:57,540 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +234 +00:18:57,540 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +235 +00:18:57,540 --> 00:18:57,540 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +236 +00:18:57,540 --> 00:18:57,700 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +237 +00:18:57,700 --> 00:18:59,680 +وهذه القطعة وهذه القطعة وهذه القطعة وهذه القطعة + +238 +00:18:59,680 --> 00:19:03,980 +وهذه القطعة وهذه الق + +239 +00:19:14,160 --> 00:19:18,340 +لحتى الآن باللي احنا أخدمها هذا تصميم مختلف عنين؟ + +240 +00:19:18,340 --> 00:19:22,220 +عن هذا فهذا بدك تروح تصممه لحال و تعمل layout و + +241 +00:19:22,220 --> 00:19:25,120 +تصمم المهان و اعمل المهان و اعمل المهان و تجمعهم + +242 +00:19:25,120 --> 00:19:29,490 +مع بعض و بعدين تروح تصمم هذا من أول و جديدلكن + +243 +00:19:29,490 --> 00:19:33,110 +باستخدام الـ fragment انت بتصمم باسمين واحد واثنين + +244 +00:19:33,110 --> 00:19:38,050 +وتلاتة لحال كل جزء لحال و بتجمعهم بطرق مختلفة + +245 +00:19:38,050 --> 00:19:41,670 +بتقول في ال landscape حطهم جانب بعض و في ال + +246 +00:19:41,670 --> 00:19:45,470 +portrait حطهم تحت بعض يعني انت بتشغل على مستوى + +247 +00:19:45,470 --> 00:19:48,650 +أصغر اللي هو مستوى مين المحتوى الداخلي + +248 +00:19:50,850 --> 00:19:56,010 +هذه الفكرة ان انت تصمم قطعة و تركبها بالطريقة اللى + +249 +00:19:56,010 --> 00:20:00,830 +بدكيها بتفتح لنا مجال كبير لتطبيقات من ضمنها مثلا + +250 +00:20:00,830 --> 00:20:05,830 +تطبيق ال tabs تابس ايش هي ال tabs ان هو بيكون في + +251 +00:20:05,830 --> 00:20:11,990 +عندي تاب زي هيك و تضغط هنا مفتاح لك شاشة تضغط هنا + +252 +00:20:11,990 --> 00:20:17,270 +مفتاح لك شاشة تضغط هنا مفتاح لك شاشة و هكذا فعليا + +253 +00:20:17,270 --> 00:20:21,690 +ال tabs ايش بيصير فيه انت لما تضغط على ايزر من + +254 +00:20:21,690 --> 00:20:29,430 +الأزرار هذه هدول اللي جوا عبارة عن قطع مفصولة واحد + +255 +00:20:29,430 --> 00:20:33,110 +اتنين تلاتة اربع انت مصمم كل واحدة ومشتغل كل واحدة + +256 +00:20:33,110 --> 00:20:39,150 +لحالة تضغط هنا بيجيب القطع هذه بيحطها هنا تضغط على + +257 +00:20:39,150 --> 00:20:43,330 +هذه بيجيب القطع هذه بيحطها هنا واضح كيف في كل شاشة + +258 +00:20:43,330 --> 00:20:49,450 +في ايش في قطع مفصولةفانت زي اللي بركب Lego عارفين + +259 +00:20:49,450 --> 00:20:53,010 +ال Lego التركيب بتاع الصغار هذا زيك تصمم انت قطع + +260 +00:20:53,010 --> 00:20:58,190 +مفصولة و بتركبها الميزة كمان انك انت بتشغل كل قطعة + +261 +00:20:58,190 --> 00:21:02,610 +و كودها و شغلها لحال ندهي ال art design مش بتاخدوا + +262 +00:21:02,610 --> 00:21:06,070 +software engineering و بتاخدوا انه لازم كل ما + +263 +00:21:06,070 --> 00:21:08,890 +قسمنا ال code لأجزاء صغيرة و اشتغلنا كل جزء لحال + +264 +00:21:08,890 --> 00:21:11,590 +بيكون أفضل هذا بتاخدوه نظرة و تحفظوه و تكتبوه في + +265 +00:21:11,590 --> 00:21:17,230 +ورقة احنا ايش بنعمل؟ بنطبقه عمليةهنا مثلا فيه list + +266 +00:21:17,230 --> 00:21:21,250 +view بروح بشغل list view و بعبيها و بعمل ال + +267 +00:21:21,250 --> 00:21:24,870 +adapter تبقى هوين في الجطعة هذه لكن لو الجطعة كلهم + +268 +00:21:24,870 --> 00:21:30,230 +مع بعض في activity واحدة كلهم تصميمهم في نفس + +269 +00:21:30,230 --> 00:21:34,350 +المكان و code هم في نفس ال class هنا لأ code كل + +270 +00:21:34,350 --> 00:21:39,170 +واحدة لها class خاص فيهافبتروح تعدّل على list view + +271 +00:21:39,170 --> 00:21:42,050 +بتروح على ال fragment تعالى list view بتعدّل فيه + +272 +00:21:42,050 --> 00:21:47,470 +لحاله فحتى في التصميم بيكون ايش؟ بيكون افضل يبدو + +273 +00:21:47,470 --> 00:21:52,430 +لحد الان ال fragments هذه هي عبارة عن ان انت تصمم + +274 +00:21:52,430 --> 00:21:56,620 +أجزاء تطبيق ال user interface كأجزاء صغيرةهذا + +275 +00:21:56,620 --> 00:22:01,780 +بيعطيك مرونة او مميزات التالية اول حاجة بتقدر انت + +276 +00:22:01,780 --> 00:22:04,320 +الأجزاء الصغيرة تركبها و تجمعها بالطريقة اللي بدك + +277 +00:22:04,320 --> 00:22:08,820 +اياها و تخلى التطبيق يتناسب مع شكل او حجم الشاشة + +278 +00:22:08,820 --> 00:22:12,630 +اللي تعرضها عليهمش محتاج تصمم انت اكتر من تصميم + +279 +00:22:12,630 --> 00:22:16,790 +لأكتر نوع شاشة لأ بتصمم الأجزاء الصغيرة وبتجمعها + +280 +00:22:16,790 --> 00:22:19,950 +على طرق مختلفة هذه اول ميزة الميزة التانية مثلا + +281 +00:22:19,950 --> 00:22:23,150 +عندك modular design اللي هو تصميم الكتر مقسم + +282 +00:22:23,150 --> 00:22:27,430 +لأجزاء صغيرة وكل جزء مسئول عن دور معين او شاشة + +283 +00:22:27,430 --> 00:22:31,870 +محددة بنظام ال fragments احنا بنعمل هذه زي ما قلنا + +284 +00:22:31,870 --> 00:22:36,610 +مثال ال tabs هذا ماقدرش اطلبكه الا باستخدام ال + +285 +00:22:36,610 --> 00:22:42,660 +fragments مثال تاني على ال fragmentsوهذا مشهور جدا + +286 +00:22:42,660 --> 00:22:47,460 +navigation + +287 +00:22:47,460 --> 00:22:50,140 +drawer ايش ال navigation drawer اللي بيكون عندي + +288 +00:22:50,140 --> 00:22:54,260 +جوال زي اسحب زي هيك يطلعلي شاشة اللي بتطلع على + +289 +00:22:54,260 --> 00:23:00,160 +الجانب هذا ازراء + +290 +00:23:00,160 --> 00:23:04,700 +التحكم تمام بتكون شجاعة ظاهرة بعمل slide بتطلع + +291 +00:23:04,700 --> 00:23:10,860 +فعليا انا هذه لحالها بصممها كقطعةوبقول بس اعمل + +292 +00:23:10,860 --> 00:23:15,600 +slide طلعني القطعة هذه on top of everything لأن + +293 +00:23:15,600 --> 00:23:20,020 +فعليا انا لما أصير اختار خيارات هنا مثلا بيجي يغير + +294 +00:23:20,020 --> 00:23:24,640 +وين المحتوى بتاع الشاشة الرئيسية المحتوى الشاشة + +295 +00:23:24,640 --> 00:23:29,280 +الرئيسية برضه اذا هو الشاشات مختلفة كل شاشة بصممها + +296 +00:23:29,280 --> 00:23:33,560 +ك fragment و بصير اشعمل كل ما اضغط زر استبدل + +297 +00:23:33,560 --> 00:23:38,450 +الموجود استبدل الموجود هناالان التصميم الحديث + +298 +00:23:38,450 --> 00:23:41,750 +لتطبيقات ال mobile بيقولوا بطلوا يستخدموا اكتر من + +299 +00:23:41,750 --> 00:23:46,090 +activity و start activity بطلوها هذه شوفتم ما احنا + +300 +00:23:46,090 --> 00:23:50,270 +قبل الفصل عليها هذا بطلوا الان كله بيشغل single + +301 +00:23:50,270 --> 00:23:56,210 +activity و multiple friends يعني مثلا انت بدك تعمل + +302 +00:23:56,210 --> 00:24:01,730 +list اضغط عليها يفتحلي محترم تمام كله بيشغل في نفس + +303 +00:24:01,730 --> 00:24:07,150 +ال activity اضغط هنابستبدل هذا و بحط fragment جديد + +304 +00:24:07,150 --> 00:24:13,330 +يعني مثلا شاشة زي هيك فيها زرار و محتوى هنا بصير + +305 +00:24:13,330 --> 00:24:16,990 +أضغط اش بيعمل بستبدل المحتوى و بحط بدله ايش محتوى + +306 +00:24:16,990 --> 00:24:21,250 +جديد و هكذا كله في نفس ال activity فالتطبيقات + +307 +00:24:21,250 --> 00:24:23,370 +الجديدة كلها بيقولك احنا بنقل استخدام ال + +308 +00:24:23,370 --> 00:24:27,030 +activities قدر الإمكان بيحاولوا استخدام activity + +309 +00:24:27,030 --> 00:24:33,350 +واحدة او اتنين و يصير يبدل ايش يبدل fragmentsواضح + +310 +00:24:33,350 --> 00:24:36,290 +يا جماعة هذي؟ يا دكتور ال single هذي بدلنا احنا + +311 +00:24:36,290 --> 00:24:39,250 +الوجهات، طب ال code يعني ال activity تتكون من XML + +312 +00:24:39,250 --> 00:24:42,530 +و code Java، حدث ال fragment فجأت مش هيصير فيه + +313 +00:24:42,530 --> 00:24:46,010 +عندي code Java، هيكون في عدة ملفات و لا في ملف + +314 +00:24:46,010 --> 00:24:48,270 +واحد كل fragment ال code Java لحد، ال code Java + +315 +00:24:48,270 --> 00:24:51,890 +لحد، اه طبعا، و هذا .. و هذا مش ميمساوة، من + +316 +00:24:51,890 --> 00:24:57,800 +المميزاتهيصير لأ هذا ليه زال يكون عندك ملفات كتير + +317 +00:24:57,800 --> 00:25:04,340 +لأنه بمعناه ان كل ملف في code اقل وكل ملف مسئول عن + +318 +00:25:04,340 --> 00:25:08,020 +شيء معين بكرا انت في عندك غلطة كده بتعرف وين هذه + +319 +00:25:08,020 --> 00:25:12,560 +موجودة الغلطة تمام بدك تحسن في جزئية معينة تروح + +320 +00:25:12,560 --> 00:25:16,170 +الجزئية ده بتحسنهاالأول حاجة modular design + +321 +00:25:16,170 --> 00:25:19,890 +التقسيم لكل أجزاء صغيرة سهل أن تتباعها وتعملها + +322 +00:25:19,890 --> 00:25:23,430 +maintenance و تحسنها تاني حاجة ال feeder clients + +323 +00:25:23,430 --> 00:25:26,290 +فوضوح responsive design اللي هو استبدال القطع و + +324 +00:25:26,290 --> 00:25:29,650 +ترتبيها بطريقة البدكية و أخر ميزة وهذه ميزة مهمة + +325 +00:25:29,650 --> 00:25:34,660 +كمان أنك بتعمل usable componentsإيش هي reusable؟ + +326 +00:25:34,660 --> 00:25:38,260 +تعيد استخدامها هذا ال fragment اللي أنا تعبت عليه + +327 +00:25:38,260 --> 00:25:41,900 +و صممت ال list و زبطها و حددت ألوانها و محتوىها و + +328 +00:25:41,900 --> 00:25:44,820 +كده و ال adapter تبعها اسمه بشغل فيه و شاد يظبط + +329 +00:25:44,820 --> 00:25:47,820 +معايا و في الآخر زبط هذا ال list view اللي أنا + +330 +00:25:47,820 --> 00:25:52,020 +تعبت عليها و عملت fragment ممكن أخدها زي ما هي و + +331 +00:25:52,020 --> 00:25:57,900 +أستخدمها في تطبيق جديد زي ما هي باخدها بستخدمها في + +332 +00:25:57,900 --> 00:26:03,980 +تطبيق جديد ال fragments ممكن تصير إيش reusableواضح + +333 +00:26:03,980 --> 00:26:06,880 +يا جماعة؟ طيب، بعد ما أعطاني المقدمة هذه، نبدأ + +334 +00:26:06,880 --> 00:26:14,320 +إيش؟ نشوف الكلام هذا لأن + +335 +00:26:14,320 --> 00:26:26,040 +أول مثال أعترحه أول + +336 +00:26:26,040 --> 00:26:29,540 +مثال أعترحه على fragment ماعنوش أهمية كبيرة تمام؟ + +337 +00:26:29,540 --> 00:26:34,650 +إيش هو هيعمل؟ فقطهيعملك الشاشة بالشكل هذا في وضع + +338 +00:26:34,650 --> 00:26:38,790 +ال landscape وبعدين هيقسملكيها قسمان هذا ماخد + +339 +00:26:38,790 --> 00:26:45,070 +التلت وهذا ماخد ايش التلتين وهنا بده يحط شاشة + +340 +00:26:45,070 --> 00:26:50,370 +معينة وانت كل list view وهنا شاشة تانية فيها text + +341 +00:26:52,890 --> 00:26:55,930 +text view طبعا انتوا بتعرفوا تصمموا حاجة زي هيك + +342 +00:26:55,930 --> 00:26:59,210 +لحالكوا بتعمل activity و بتقسمها كاسمين هنا بتحط + +343 +00:26:59,210 --> 00:27:03,190 +list view هنا بتحط text view بس أنا هذا مابديش + +344 +00:27:03,190 --> 00:27:07,750 +أعمله في activity واحدة بدي أروح أصمم fragment في + +345 +00:27:07,750 --> 00:27:15,530 +list view و أصمم fragment في text view و بعدين + +346 +00:27:15,530 --> 00:27:20,710 +أاخد الاثنين أجمعهم و أحطهم في activity واحدة + +347 +00:27:22,360 --> 00:27:26,660 +و اريد ان اعمل ايش عشان يصبح الفائزة التطبيقية ان + +348 +00:27:26,660 --> 00:27:30,080 +في وضع ال landscape يعرض الأيام جانب بعض و في وضع + +349 +00:27:30,080 --> 00:27:34,340 +ال portrait يحط الأيام تحت بعض شفتوا كيف انا صممت + +350 +00:27:34,340 --> 00:27:40,420 +هم الفصالين و هجمعهم بطريقة مختلفة بناء على ال + +351 +00:27:40,420 --> 00:27:45,390 +orientation بتاع الشاشةبدون استخدام الـ Fragment، + +352 +00:27:45,390 --> 00:27:50,490 +انت مضطرة في حالة الـ Landscape تعمل Layout وتصمم + +353 +00:27:50,490 --> 00:27:55,690 +هذه من الـ L لL، وفي حالة الـ Portrait تعمل Layout + +354 +00:27:55,690 --> 00:27:59,290 +تاني وتصمم هذه من الـ L لL، بطريقة مختلفة، لكن هنا + +355 +00:27:59,290 --> 00:28:03,550 +لأ، احنا هنتعرفين في عضوان اتنين، ونتجمعهم بطريقة + +356 +00:28:03,550 --> 00:28:08,390 +مختلفة، خلّيني نشوف الكلام هنا، عشان نشوف الكلام + +357 +00:28:08,390 --> 00:28:11,470 +هذه يا جماعة، لسه هيبقيت انه تطبيق جديد، أبيض، + +358 +00:28:11,470 --> 00:28:15,880 +تمام، Activity فاضية،بتجي على التطبيق و بتعمل + +359 +00:28:15,880 --> 00:28:21,460 +click يمين و بتقوله طبعا ال activity هذي لسه فاضية + +360 +00:28:21,460 --> 00:28:25,400 +ماشي مافيش فيها ولا حاجة هذي constraint layout + +361 +00:28:25,400 --> 00:28:29,900 +بتجي للتطبيق تبعك كام fragment بدنا نعمل اتنين + +362 +00:28:29,900 --> 00:28:34,020 +بتقوله click يمين على التطبيق و بتروح هنا مش + +363 +00:28:34,020 --> 00:28:39,050 +activity في عندك حاجة اسمها fragment هناو بتقولني + +364 +00:28:39,050 --> 00:28:42,130 +ايش في الأول blank fragment ايش ال blank فاضي + +365 +00:28:42,130 --> 00:28:50,050 +اختار blank fragment و بدنا نسميه my list fragment + +366 +00:28:50,050 --> 00:28:55,410 +طبعا انتبه معايا زي ال activity كل fragment بعمله + +367 +00:28:55,410 --> 00:29:01,340 +ملف layout و ملف java زي ال activity بالظبطكل + +368 +00:29:01,340 --> 00:29:05,020 +fragment هو يعني ايش .. هو قطع من ال activity طبعا + +369 +00:29:05,020 --> 00:29:10,740 +فأكيد لازم يكون ل code و لازم يكون ل تصميم فهذا + +370 +00:29:10,740 --> 00:29:15,540 +اسم ملف ال Java و هذا هيكون ملف ال XML هدول الصحات + +371 +00:29:15,540 --> 00:29:19,880 +شيلهم ليش الصحات هدول بضيفوا code في ال fragment + +372 +00:29:19,880 --> 00:29:23,120 +حاليا لو انا بفتلك ال code هذا مش هتفهم منه حاجة + +373 +00:29:23,120 --> 00:29:29,010 +فابدنا نشيه ال code كله طبعابعدين بعد ما تتعلم ال + +374 +00:29:29,010 --> 00:29:39,770 +fragment بتصير تخلص الصحات هدول هتفهموا طيب + +375 +00:29:39,770 --> 00:29:43,670 +زي + +376 +00:29:43,670 --> 00:29:46,570 +ما ضفنا ال fragment هذا لسه ما دخلناش في ال code + +377 +00:29:46,570 --> 00:29:50,510 +لاش نقراه بدنا نعمل ال fragment التاني هذا نعملهم + +378 +00:29:50,510 --> 00:29:54,470 +الأتنين و بعدين راح نشغل فيهم اعمل click يمين ال U + +379 +00:29:57,340 --> 00:30:01,180 +و هاي fragment blank fragment ايش بتسميها ده + +380 +00:30:01,180 --> 00:30:05,700 +details fragment ليش details يعني كأنه لما اضغط + +381 +00:30:05,700 --> 00:30:11,020 +هنا طلع التفاصيل وشيل main صح وقوله finish + +382 +00:30:19,160 --> 00:30:24,020 +طلع معايا كام class صار عندى؟ تلاتة اتنين لمين؟ + +383 +00:30:24,020 --> 00:30:27,100 +فال fragments واحدة لل activity كام layout صار + +384 +00:30:27,100 --> 00:30:31,940 +عندى؟ برضه تلاتة الان روحنا ال layout الاولى اللى + +385 +00:30:31,940 --> 00:30:36,660 +اسمها من لمين لل minus fragment هتلاقي هو حطت عندك + +386 +00:30:36,660 --> 00:30:38,520 +layout اسمها ايش؟ + +387 +00:30:51,300 --> 00:30:56,000 +عادى اعتبر ان انا شغال فى ال layout بتاعة ال + +388 +00:30:56,000 --> 00:31:01,560 +fragment انا شغال فى layout بتاعة ال fragmentهو by + +389 +00:31:01,560 --> 00:31:05,760 +default لقيته حاطط لي حد اسمها frame layout بدناش + +390 +00:31:05,760 --> 00:31:08,700 +ال frame layout روحت ايش غيرتها خلتها constraint + +391 +00:31:08,700 --> 00:31:12,520 +layout اللي اتعودنا عليها احنا تمام و هو لقيته + +392 +00:31:12,520 --> 00:31:16,360 +حاطط فيه text view عن اللي هي هنا بدناش هيه برضه + +393 +00:31:16,360 --> 00:31:22,520 +تمام احنا ايش بدنا .. بدنا نحط list view + +394 +00:31:26,510 --> 00:31:36,170 +هذه هي list view اسحبها هنا و خلّيه يشبك هنا طبعا + +395 +00:31:36,170 --> 00:31:41,270 +لو شغلت ال list view بالشكل هذا لن تظهرهذا فاضي + +396 +00:31:41,270 --> 00:31:45,330 +تمام احنا حاليا مابناش نقدر نعب فيها نعيد code بس + +397 +00:31:45,330 --> 00:31:51,870 +عشان نميزها او عشان نعطيه background لون معين مثلا + +398 +00:31:51,870 --> 00:31:56,350 +FF0000 يعني هالجيت مبدئيا هذي هتطلع ال activity + +399 +00:31:56,350 --> 00:32:00,990 +باللون ايش باللون الأحمر تمام و خلاص سيبقى هالجيت + +400 +00:32:00,990 --> 00:32:07,170 +هذا تصميم من ال fragment على ال list هالجيت في + +401 +00:32:07,170 --> 00:32:10,700 +عندي fragment تاني اللي هو details activityتمام + +402 +00:32:10,700 --> 00:32:20,460 +هذا برضه روح اخلي ايش constraint layout اه + +403 +00:32:20,460 --> 00:32:23,100 +هو فيه text view بس عامل ال text view ايش match + +404 +00:32:23,100 --> 00:32:26,100 +parent match parent خليه تمام بس بده روح اخلينا + +405 +00:32:26,100 --> 00:32:32,760 +ايش background هذا + +406 +00:32:32,760 --> 00:32:38,460 +باللون باللون الأخضر صممنا ال two fragments + +407 +00:32:41,030 --> 00:32:44,110 +خلصنا طوا fragments طبعا ماكتبناش code لسه فيهم + +408 +00:32:44,110 --> 00:32:49,090 +احنا لحد الان متجنبين ال code ارجع ل ال main + +409 +00:32:49,090 --> 00:32:54,230 +activity ال fragment مالوش قيمة يا جماعة إلا لو + +410 +00:32:54,230 --> 00:32:57,990 +انحط داخل activity اللي بنعرض في النهاية ايش + +411 +00:32:57,990 --> 00:33:01,310 +activity ال fragment مابنعرضش ال fragment عبارة عن + +412 +00:33:01,310 --> 00:33:06,810 +قطعة لازم تكون داخل ال activity طبعا لأن ال + +413 +00:33:06,810 --> 00:33:12,630 +activity بتاعتي هي ال layout تبقى مالهافاضي فاش + +414 +00:33:12,630 --> 00:33:15,350 +فيه حاجة الان احنا ليش عاملين ال activity عشان + +415 +00:33:15,350 --> 00:33:19,810 +نجمع فيها ال fragments تعال لفها ده بس عشان نتعامل + +416 +00:33:19,810 --> 00:33:25,630 +بال land scale حابب احط fragment هنا قطعة هنا تاخد + +417 +00:33:25,630 --> 00:33:29,910 +طولة المساحة والطولتين ياخدهم ال details مش هيك + +418 +00:33:29,910 --> 00:33:33,990 +احنا كنا ناويهم طيب كيف هنخليها تاخد طولة وطولتين؟ + +419 +00:33:33,990 --> 00:33:35,470 +بدك تحط ال guide + +420 +00:33:43,280 --> 00:33:52,820 +هي ال guideline vertical حط + +421 +00:33:52,820 --> 00:34:01,660 +هنا point تلاتة هنا بنحط fragment طبعا طيب تعالي + +422 +00:34:01,660 --> 00:34:06,200 +هلجيت على containers هلجيت فيه ان في ال containers + +423 +00:34:06,200 --> 00:34:13,490 +حاجة اسمها ايش شايفينها fragmentاسحب هذا و حطه هنا + +424 +00:34:13,490 --> 00:34:20,850 +حطه هنا لان اول ما تحطه بيقولني انا نجيت ان في انت + +425 +00:34:20,850 --> 00:34:25,010 +عمل ايش two fragments list و فيه details مين بدك + +426 +00:34:25,010 --> 00:34:28,610 +تحطه هنا انت اجذبك مين مش انا سحبت ال fragment و + +427 +00:34:28,610 --> 00:34:31,250 +حطيته لان بيطلب من مين ال fragment اللي بدك هيفر + +428 +00:34:31,250 --> 00:34:35,030 +بيقوله ايش list ال fragment هبقول ده اللي علينا + +429 +00:34:35,030 --> 00:34:37,810 +ايش يا جماعة الرابط تمام + +430 +00:34:48,250 --> 00:34:57,050 +وبنحط له 0db تمام؟ + +431 +00:34:57,050 --> 00:35:04,370 +وهي ال fragment أخد مساحة الشاشة طبعا هيطلع باللون + +432 +00:35:04,370 --> 00:35:08,550 +غمادي تمام؟ فيه هنا إشارة أحمر بالأحمر شايفينها؟ + +433 +00:35:08,550 --> 00:35:13,470 +أه بقولك يعني مش معروف من ال fragment هذا فبقوله + +434 +00:35:13,470 --> 00:35:18,160 +خليه أيش؟ خليه بين؟شايفين هى طلع هيك شايفين + +435 +00:35:18,160 --> 00:35:23,760 +الإشارة الحمرا بتصمح للخطأ اللى طلع لحتى لان أنا + +436 +00:35:23,760 --> 00:35:27,600 +مابفرجكوا call و مابفرجكوا xml صح ولا بس عملنا 2 + +437 +00:35:27,600 --> 00:35:32,500 +fragments و قاعد بجمع فيهم زى اللى بلعب لعبة هرجع + +438 +00:35:32,500 --> 00:35:35,580 +نحط هنا مين fragment تانى + +439 +00:35:41,720 --> 00:35:47,480 +تسحب هناك و حط هنا هجيت مين بديك بدي تديرز + +440 +00:35:47,480 --> 00:35:52,140 +fragment نفس الشيء + +441 +00:36:26,830 --> 00:36:30,990 +تمام؟ وهذه تعالى على الذرع الأحمر هذا unknown + +442 +00:36:30,990 --> 00:36:38,770 +fragments تمام؟ + +443 +00:36:38,770 --> 00:36:45,930 +الآن عربنا إياهم جان بعض فعليا كل واحد له class + +444 +00:36:45,930 --> 00:36:51,690 +لحاله no out لحاله روحت أنا علمين activity وجمعتهم + +445 +00:36:51,690 --> 00:36:53,170 +مع بعض + +446 +00:36:57,260 --> 00:37:02,320 +الان لحتى الان المثال اللى عملناه بيبينش اهمية ال + +447 +00:37:02,320 --> 00:37:05,380 +fragment اللى ممكن يجي واحد يقولك ايش طب انا بعمل + +448 +00:37:05,380 --> 00:37:08,780 +في ال main activity و بحط هدول اتنين جنب بعض طب + +449 +00:37:08,780 --> 00:37:13,920 +تعالي على ال gate معايا شوف + +450 +00:37:13,920 --> 00:37:17,480 +انا ايش بدي اسويه هاي الطلقه طبعا على الشاشة بس + +451 +00:37:17,480 --> 00:37:20,440 +انا ايش بدي اسويه بدي اقوله اذا كان الجهاز انعرض + +452 +00:37:20,440 --> 00:37:25,940 +في وضع ال landscapeأيش هيه؟ Landscape قفقية يعرض + +453 +00:37:25,940 --> 00:37:30,520 +الـ two fragments جانب بعض إذا عرضته في وضع ال + +454 +00:37:30,520 --> 00:37:37,080 +portrait يعرضهم تحت بعض أو يعرض باسمين in list + +455 +00:37:37,080 --> 00:37:39,540 +view هذا مايعرضوش على أساس إنه يعرض في إيش في + +456 +00:37:39,540 --> 00:37:44,460 +activity تاني كيف بنعملها هذه؟ كلمة معايا في عندى + +457 +00:37:44,460 --> 00:37:50,140 +أنا مجلة layout تمام؟ بدنا نعمل مجلة تاني + +458 +00:37:54,030 --> 00:38:00,750 +اسمه layout شحطة + +459 +00:38:00,750 --> 00:38:04,670 +port ايش + +460 +00:38:04,670 --> 00:38:07,690 +معنى الكلام هذا وممكن يكون فيه مجلة اسمه layout + +461 +00:38:07,690 --> 00:38:09,130 +land + +462 +00:38:11,780 --> 00:38:16,800 +الان متذكرين اما اخدم ال values و values ar ايام + +463 +00:38:16,800 --> 00:38:20,180 +ها قلنا اذا كانت لغة الجهاز عربي بروح بدور على + +464 +00:38:20,180 --> 00:38:24,200 +values ar اذا كانت لغة الجهاز اي حاجة تانية بروح + +465 +00:38:24,200 --> 00:38:27,920 +بجيب البيانات من هنا من values نفس الحاجة مجلد ال + +466 +00:38:27,920 --> 00:38:34,800 +layout اذا انت عندك مجلد اسمه layout port port + +467 +00:38:34,800 --> 00:38:39,310 +اختصر لإيش ل portraitوإشتغل الجهاز إذا كان وضع + +468 +00:38:39,310 --> 00:38:42,610 +الجهاز portrait بيروح بيجيب ال layout من وين؟ من + +469 +00:38:42,610 --> 00:38:47,710 +layout port إذا كان عندك مجلد اسمه land layout + +470 +00:38:47,710 --> 00:38:51,810 +land شحطة land وكان وضع الجهاز landscape بيروح + +471 +00:38:51,810 --> 00:38:56,490 +بيجيب ال layout من وين؟ من layout land كيف احنا + +472 +00:38:56,490 --> 00:39:02,770 +نعمل تصميم للجهاز في ما هو اختلف ال orientation؟ + +473 +00:39:02,770 --> 00:39:08,780 +بتعمل مجلد layout واحد المجلدين هدولإيش يعني؟ يعني + +474 +00:39:08,780 --> 00:39:11,920 +مثلا الابن يعمل layout و layout port هنا بنحط + +475 +00:39:11,920 --> 00:39:17,400 +تصميم واحد و أنا بتحط تصميم اتنين الان إذا اشتغل + +476 +00:39:17,400 --> 00:39:20,720 +الجهاز في وضع ال portrait بياخد مين؟ تصميم اتنين + +477 +00:39:20,720 --> 00:39:23,380 +مااشتغلش في وضع ال portrait إيش يعني مااشتغلش في + +478 +00:39:23,380 --> 00:39:26,300 +وضع ال portrait؟ في وضع ال landscape بتحط إيش؟ + +479 +00:39:26,300 --> 00:39:30,080 +بتحط واحد الان هذا التصميم اللي أنا عامل و حاططهم + +480 +00:39:30,080 --> 00:39:34,260 +جانب بعض المفروض يشغل في وضع ال landscape فعشان + +481 +00:39:34,260 --> 00:39:39,620 +هيك أنا حاطه في مجلة ايش؟مجلة layout الان انا بدي + +482 +00:39:39,620 --> 00:39:44,060 +اعمل مجلة تاني و احط فيه تصميم تاني بس ايش بيسمي + +483 +00:39:44,060 --> 00:39:52,640 +المجلة layout كورت هتنعمل على السريع بدي + +484 +00:39:52,640 --> 00:39:56,640 +اروح انا بس لل project هنا عشان اطلع المجلدات تمام + +485 +00:39:56,640 --> 00:40:00,540 +هاي انا فيها عندى مجلة اسمها layout هذا يوم موجود + +486 +00:40:00,540 --> 00:40:04,720 +في ال resources معروف تعالى على resources وقولنا + +487 +00:40:04,720 --> 00:40:05,000 +new + +488 +00:40:18,170 --> 00:40:30,930 +بتسميه layout port ايش + +489 +00:40:30,930 --> 00:40:35,650 +بقول exist اه طيب انا عامله قبل هيك هاي انا اعمل + +490 +00:40:35,650 --> 00:40:39,190 +مجلد اسمه layout port ايش فيه حاليا ال layout port + +491 +00:40:39,190 --> 00:40:42,630 +مافيش فيه ولا حاجة الان تعالى علمين activity + +492 +00:40:42,630 --> 00:40:51,670 +لحالها نسخها وحطها وينفي layout port يعني الان كام + +493 +00:40:51,670 --> 00:40:55,350 +تصميم عندك ل ال main activity كام ملف layout اتنين + +494 +00:40:55,350 --> 00:40:59,310 +واحد موجود في layout واحد موجود في layout port و + +495 +00:40:59,310 --> 00:41:03,530 +لحتى الان زي بعض ليش انا ناسخ من هداك لهنا الان + +496 +00:41:03,530 --> 00:41:09,720 +برجع هذا ل Androidهلاقي برضه طلع عندى هنا كام ملف + +497 +00:41:09,720 --> 00:41:13,480 +شايفين اتنين واحد كاتب مش مكتوب جانبه حاجة واحد + +498 +00:41:13,480 --> 00:41:16,600 +ايش مكتوب port ايش معناه؟ معناه هذا بيشتغل فى وضع + +499 +00:41:16,600 --> 00:41:19,820 +ال portrait لأن هذا اللى بيشتغل فى وضع ال portrait + +500 +00:41:19,820 --> 00:41:24,580 +فى اتنين جانب بعض المفروض فى وضع ال portrait اعرض + +501 +00:41:24,580 --> 00:41:28,780 +ايش؟ اعرض بس واحد يعني انا بدي اروح اشيل ال + +502 +00:41:28,780 --> 00:41:33,200 +guideline و بدي اقوله ان ال fragment اللى موجود + +503 +00:41:33,200 --> 00:41:39,340 +هذابدي أعرضه لآخر الشاشة هاي ال fragment بس أنا + +504 +00:41:39,340 --> 00:41:44,120 +بدي أعملها في ال code هاي ال start to start of + +505 +00:41:44,120 --> 00:41:52,380 +parent هذه + +506 +00:41:52,380 --> 00:42:00,980 +to end of parent تمامهذا صار ايش؟ ماخد الشاشة كلها + +507 +00:42:00,980 --> 00:42:03,300 +يبقى .. انا كام عندك .. كام تصميم عندك لل + +508 +00:42:03,300 --> 00:42:08,400 +activity؟ اتنين، هذا التصميم الأول وهذا التصميم + +509 +00:42:08,400 --> 00:42:12,220 +التاني اللي هو المفروض في وضع ال portrait الاتنين + +510 +00:42:12,220 --> 00:42:16,720 +بيعتمدوا على ايش؟ على ال fragment تمام؟ هذا بياخد + +511 +00:42:16,720 --> 00:42:19,920 +قطعة تاني بيحطهم جنب بعض وهذا بياخد ايش؟ قطعة + +512 +00:42:19,920 --> 00:42:25,400 +واحدة بيحطها على جد الشاشةو مرة تانية كيف اخلّي + +513 +00:42:25,400 --> 00:42:30,780 +لجهاز لو اختلف ال orientation يعرض شاشة بتعمل زي + +514 +00:42:30,780 --> 00:42:36,440 +ما قلنا ل layout مجلدين layout port او land و مجلد + +515 +00:42:36,440 --> 00:42:40,820 +layout ايش معناه هذا الكلام يعني لو اشتغل الجهاز + +516 +00:42:40,820 --> 00:42:43,140 +في وضع ال portrait بروح بدور على layout port + +517 +00:42:43,140 --> 00:42:47,740 +مالاجعوش ايش بعمل برجع ل layout زي مدعم ال values + +518 +00:42:47,740 --> 00:42:52,260 +و ال values AR لأن انا اذا شغلت + +519 +00:43:12,550 --> 00:43:23,350 +الان انا في وضع هدف + +520 +00:43:23,350 --> 00:43:30,130 +في وضع انالبرتريت لفه هك تمام هدف هو وضع ال + +521 +00:43:30,130 --> 00:43:37,370 +landscape تمام لما يسيف ال portrait بيعرض وجهة + +522 +00:43:37,370 --> 00:43:40,610 +واحدة فقط تمام لما تلفه بيعرض لك هاتين تاني + +523 +00:43:43,490 --> 00:43:47,030 +فهذه الجمعة كانت مقدمة سريعة على موضوع ال + +524 +00:43:47,030 --> 00:43:51,550 +fragments لأن لو قدوري fragments بدك تشغل هذا هذا + +525 +00:43:51,550 --> 00:43:55,930 +rest view بدك تضطر أنت تصممها بتفاصيلها هنا و هناك + +526 +00:43:55,930 --> 00:44:00,450 +لكن هنا أنا صممتها مرة واحدة كقطعة وجمعت القطعة + +527 +00:44:00,450 --> 00:44:04,850 +بطريقة مختلفة بناء على ال layout وضحت الجامعة هذه + +528 +00:44:04,850 --> 00:44:08,210 +ووصلت مفهوم إيش ال fragment تمام؟ هذه كانت لسه + +529 +00:44:08,210 --> 00:44:13,260 +بداية الموضوع هيتعمق فيه مكمل لمحاضرات الجايةالعطل + +530 +00:44:13,260 --> 00:44:13,660 +كله عافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk.srt new file mode 100644 index 0000000000000000000000000000000000000000..694b3505d677dee4bd2c4c1d1b544231d59fcca5 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk.srt @@ -0,0 +1,2596 @@ + +1 +00:00:20,790 --> 00:00:22,210 +As-Salamu Alaikum. + +2 +00:00:27,400 --> 00:00:31,340 +In the last lecture, we started talking about + +3 +00:00:31,340 --> 00:00:35,300 +RecyclerView. We said that RecyclerView is like the + +4 +00:00:35,300 --> 00:00:39,700 +next generation of ListView. We learned how to use + +5 +00:00:39,700 --> 00:00:42,420 +ListView and how to use ViewHolder to improve the + +6 +00:00:42,420 --> 00:00:45,820 +performance of ListView. But ListView has + +7 +00:00:45,820 --> 00:00:51,720 +limitations. And that's why they made RecyclerView. + +8 +00:00:53,120 --> 00:00:55,460 +The first rule is that the ListView does not force + +9 +00:00:55,460 --> 00:00:57,580 +you to use the ViewHolder. Do you remember the + +10 +00:00:57,580 --> 00:01:00,260 +ViewHolder that we used? Why? To reduce the use of + +11 +00:01:00,260 --> 00:01:03,660 +FindViewById. Because each view we create takes a + +12 +00:01:03,660 --> 00:01:05,960 +reference from the elements in it and stores it in + +13 +00:01:05,960 --> 00:01:08,240 +an object. And that object is put in the tag on + +14 +00:01:08,240 --> 00:01:10,720 +the view. When I return the view again, I bring it + +15 +00:01:10,720 --> 00:01:12,640 +from the tag and deliver the elements in it + +16 +00:01:12,640 --> 00:01:15,180 +directly without having to create FindViewById. + +17 +00:01:16,260 --> 00:01:18,780 +This does not force you to use it. Because you saw + +18 +00:01:18,780 --> 00:01:20,920 +that the first version we made from the adapter + +19 +00:01:20,920 --> 00:01:25,540 +did not have a view holder. Right or wrong? That's + +20 +00:01:25,540 --> 00:01:27,380 +why they said no. They said that if we want anyone + +21 +00:01:27,380 --> 00:01:30,560 +to design after that, any list must have a good + +22 +00:01:30,560 --> 00:01:35,360 +performance. So in the RecyclerView, they forced + +23 +00:01:35,360 --> 00:01:37,740 +the programmer, and we will see how they force him + +24 +00:01:37,740 --> 00:01:41,600 +now, that he must use a view holder. Not only + +25 +00:01:41,600 --> 00:01:46,470 +that, the ListView, it doesn't mean that you have + +26 +00:01:46,470 --> 00:01:48,550 +to adjust it. For example, you have to make the + +27 +00:01:48,550 --> 00:01:50,990 +list view horizontal. You have to make the + +28 +00:01:50,990 --> 00:01:54,550 +elements horizontal rather than vertical. Or you + +29 +00:01:54,550 --> 00:01:55,830 +have to make them grid-like. What does grid mean? + +30 +00:01:56,150 --> 00:01:57,810 +Two elements next to each other and below them two + +31 +00:01:57,810 --> 00:01:59,910 +elements and below them two elements. Or four + +32 +00:01:59,910 --> 00:02:00,310 +elements in a row. + +33 +00:02:04,250 --> 00:02:07,430 +Also, you can't use ListView to do this task, or + +34 +00:02:07,430 --> 00:02:08,310 +to do it in a big group. + +35 +00:02:11,070 --> 00:02:13,670 +But in RecycleView, there is a support that you + +36 +00:02:13,670 --> 00:02:15,890 +put it horizontally or vertically to make a grid. + +37 +00:02:16,370 --> 00:02:19,050 +A grid is like a network, you put elements, four + +38 +00:02:19,050 --> 00:02:20,790 +elements in the first row and four elements below + +39 +00:02:20,790 --> 00:02:22,590 +them, and so on. Not only elements under each + +40 +00:02:22,590 --> 00:02:22,650 +other. + +41 +00:02:26,110 --> 00:02:28,210 +For example, the applications that appear on the + +42 +00:02:28,210 --> 00:02:30,050 +mobile, on the main screen, they don't appear next + +43 +00:02:30,050 --> 00:02:32,350 +to each other. Like this, for example, this is + +44 +00:02:32,350 --> 00:02:37,790 +like a grid. Animation. For example, you want the + +45 +00:02:37,790 --> 00:02:41,090 +item to have a left and right slide. For example, + +46 +00:02:41,190 --> 00:02:43,570 +in contacts, you have a right slide that makes a + +47 +00:02:43,570 --> 00:02:47,110 +call, and a left slide that makes a message. This + +48 +00:02:47,110 --> 00:02:48,910 +is difficult to do in ListView. But in + +49 +00:02:48,910 --> 00:02:51,410 +RecyclerView, there is support that we can do + +50 +00:02:51,410 --> 00:02:54,450 +something like that. That is why we learned how to + +51 +00:02:54,450 --> 00:02:56,970 +do RecyclerView. In the last lecture, we started + +52 +00:02:56,970 --> 00:02:59,350 +doing a project, and there are many things that + +53 +00:02:59,350 --> 00:03:03,110 +need to be shared. The two must have item design. + +54 +00:03:04,530 --> 00:03:07,330 +In order to do that, we copied what was there in + +55 +00:03:07,330 --> 00:03:10,190 +the list view and put it here. You need to create a + +56 +00:03:10,190 --> 00:03:12,670 +class that represents the data and in the + +57 +00:03:12,670 --> 00:03:15,730 +activity, this is the activity of the project on + +58 +00:03:15,730 --> 00:03:18,330 +RecyclerView, we copied the same data and put it + +59 +00:03:18,330 --> 00:03:22,110 +here. The difference is that in the main activity, + +60 +00:03:23,170 --> 00:03:26,910 +I added ListView and here I added RecyclerView. It + +61 +00:03:26,910 --> 00:03:30,050 +is very similar and here I brought RecyclerView + +62 +00:03:30,050 --> 00:03:35,140 +and it is here. Now, the main difference between + +63 +00:03:35,140 --> 00:03:37,780 +them is in the way of writing the adapter. This + +64 +00:03:37,780 --> 00:03:39,140 +one needs an adapter and that one needs an adapter + +65 +00:03:39,140 --> 00:03:43,180 +as well. Okay? But the adapter is different. Why? + +66 +00:03:43,260 --> 00:03:45,880 +Because the view is a drone being used inside the + +67 +00:03:45,880 --> 00:03:48,460 +adapter. Okay, let's start from where we stopped + +68 +00:03:48,460 --> 00:03:50,520 +in the last lecture, which is to make an adapter + +69 +00:03:50,520 --> 00:03:53,260 +for the RecyclerView. All the previous steps are + +70 +00:03:53,260 --> 00:03:56,620 +the same under the ListView. Okay? So, I came to + +71 +00:03:56,620 --> 00:03:57,760 +the project and I want to make a new class. + +72 +00:04:02,290 --> 00:04:04,710 +I want to call it MyAdapter. + +73 +00:04:16,190 --> 00:04:19,330 +Okay, I will go back and see. Because the adapter, + +74 +00:04:19,710 --> 00:04:25,250 +we saw that it has to extend the class. Why? + +75 +00:04:25,330 --> 00:04:28,170 +Because the RecyclerView, when it comes to make + +76 +00:04:28,170 --> 00:04:28,950 +the SetAdapter, + +77 +00:04:32,380 --> 00:04:36,600 +it asks for an object of type adapter. Adapter is + +78 +00:04:36,600 --> 00:04:40,700 +an abstract class. It is an abstract class. We + +79 +00:04:40,700 --> 00:04:44,740 +cannot extract an object directly from it. We can + +80 +00:04:44,740 --> 00:04:46,100 +extract an object from it if we complete its + +81 +00:04:46,100 --> 00:04:48,880 +implementation. That is why I created a class + +82 +00:04:48,880 --> 00:04:52,740 +called MyAdapter and called it ExtendsAdapter. + +83 +00:04:54,220 --> 00:04:56,340 +When I called it ExtendsAdapter + +84 +00:05:05,260 --> 00:05:08,340 +Now, let's look here, if I tell him this is an + +85 +00:05:08,340 --> 00:05:11,380 +adapter, look at the adapter that asks me to + +86 +00:05:11,380 --> 00:05:13,840 +extend it, this is a class adapter, and between + +87 +00:05:13,840 --> 00:05:17,300 +the brackets, it says VH, do you see this VH? + +88 +00:05:18,460 --> 00:05:21,260 +These two brackets crossed on us before, these two + +89 +00:05:21,260 --> 00:05:24,000 +brackets, the thirty crossed on us, where? In the + +90 +00:05:24,000 --> 00:05:25,820 +ArrayList, right or wrong? Why was it necessary? + +91 +00:05:26,930 --> 00:05:30,010 +To determine the type of data that will be in the + +92 +00:05:30,010 --> 00:05:33,290 +ArrayList. If you put a string, the ArrayList will + +93 +00:05:33,290 --> 00:05:35,810 +return the string and take the string. If you put + +94 +00:05:35,810 --> 00:05:37,170 +an integer, the ArrayList will take the integer + +95 +00:05:37,170 --> 00:05:40,010 +and return the integer. Because here, when you + +96 +00:05:40,010 --> 00:05:43,710 +download the adapter, you have to determine the + +97 +00:05:43,710 --> 00:05:47,290 +type of ViewHolder. So here you have to determine + +98 +00:05:47,290 --> 00:05:51,120 +the type of ViewHolder class. In ArrayList, we + +99 +00:05:51,120 --> 00:05:55,600 +define a string, integer, student, right or wrong. + +100 +00:05:56,620 --> 00:06:00,660 +Of course, the string does not create a new class, + +101 +00:06:00,860 --> 00:06:03,220 +because the string is already there. But if we + +102 +00:06:03,220 --> 00:06:06,160 +build an ArrayList of students, it should have a + +103 +00:06:06,160 --> 00:06:09,800 +class, student. So here it says, I need to train + +104 +00:06:09,800 --> 00:06:14,810 +this VH, which class?ViewHolder. It means that the + +105 +00:06:14,810 --> 00:06:18,650 +adapter is dealing with ViewHolder. Okay? There is + +106 +00:06:18,650 --> 00:06:22,150 +no ViewHolder class. Okay? So, we want to make + +107 +00:06:22,150 --> 00:06:25,510 +one. Okay, where do we make this? You can make a + +108 +00:06:25,510 --> 00:06:28,670 +class outside, or you can make an inner class. + +109 +00:06:29,770 --> 00:06:32,510 +Let's make it outside. Let's make an order. Even + +110 +00:06:32,510 --> 00:06:34,030 +if you search on the internet, you will always + +111 +00:06:34,030 --> 00:06:36,750 +find that it is inside. I want to call it + +112 +00:06:36,750 --> 00:06:37,710 +MyViewHolder. + +113 +00:06:41,880 --> 00:06:45,020 +This is a class that I made for the ViewHolder. + +114 +00:06:45,120 --> 00:06:48,360 +Also in the RecyclerView, to make a ViewHolder, + +115 +00:06:48,840 --> 00:06:51,400 +notice that I stopped the adapter. Because the + +116 +00:06:51,400 --> 00:06:55,560 +adapter must have a ViewHolder. So I made a class + +117 +00:06:55,560 --> 00:06:57,380 +ViewHolder. In the previous lecture in the list, + +118 +00:06:57,460 --> 00:07:00,640 +we made a ViewHolder inside the adapter. I made it + +119 +00:07:00,640 --> 00:07:03,700 +outside. You can make it inside. No problem. But + +120 +00:07:03,700 --> 00:07:06,440 +here, to make a ViewHolder, you have to make + +121 +00:07:06,440 --> 00:07:08,820 +Extends to a class called + +122 +00:07:20,790 --> 00:07:23,810 +RecyclerViewHolder. It gives you an abstract class + +123 +00:07:23,810 --> 00:07:27,710 +called ViewHolder. But this is abstract, we can't + +124 +00:07:27,710 --> 00:07:32,230 +use it. Here, when you create an adapter, it asks + +125 +00:07:32,230 --> 00:07:38,400 +you for an adapter between these two brackets. This + +126 +00:07:38,400 --> 00:07:42,880 +is adapter, this is vh, anything from view holder + +127 +00:07:42,880 --> 00:07:45,400 +type. From view holder type, view holder is + +128 +00:07:45,400 --> 00:07:49,140 +abstract, we can't make it class. But that's why I + +129 +00:07:49,140 --> 00:07:52,280 +made a new class called my view holder, extend + +130 +00:07:52,280 --> 00:07:54,940 +view holder. But of course it will give you an + +131 +00:07:54,940 --> 00:07:58,040 +error, why the error? Two possibilities, either it + +132 +00:07:58,040 --> 00:08:01,340 +wants to implement abstract method or it wants + +133 +00:08:01,340 --> 00:08:04,180 +constructor. So now let's see what it wants, it + +134 +00:08:04,180 --> 00:08:07,870 +tells me that it wants constructor. The view holder + +135 +00:08:07,870 --> 00:08:15,290 +is a constructor that takes the item. Let's + +136 +00:08:15,290 --> 00:08:17,370 +remember from the list view lecture, what did we + +137 +00:08:17,370 --> 00:08:23,410 +do in the view holder? What did I do here? I + +138 +00:08:23,410 --> 00:08:26,810 +opened the adapter for whom? For the list view. + +139 +00:08:26,810 --> 00:08:29,330 +What did we put in the view holder? The attributes + +140 +00:08:29,330 --> 00:08:33,500 +of the elements. It will be indicators for the same + +141 +00:08:33,500 --> 00:08:35,780 +elements in the view. It is exactly the same + +142 +00:08:35,780 --> 00:08:39,460 +thing. You have to make these attributes. Okay? + +143 +00:08:40,000 --> 00:08:42,400 +The same thing that is in the item, we will do it + +144 +00:08:42,400 --> 00:08:46,280 +here. We will say image, view, or these. What are + +145 +00:08:46,280 --> 00:08:49,920 +these? We will copy them from here and put them + +146 +00:08:49,920 --> 00:08:50,120 +here. + +147 +00:08:54,740 --> 00:08:56,660 +Now, here I will bring a constructor. + +148 +00:08:59,410 --> 00:09:01,430 +When you create a view holder, what should be + +149 +00:09:01,430 --> 00:09:05,630 +passed to it? The view itself, the item itself. So + +150 +00:09:05,630 --> 00:09:08,130 +now in the constructor, we will put a code on the + +151 +00:09:08,130 --> 00:09:11,050 +basis that as soon as we pass the view to it, it + +152 +00:09:11,050 --> 00:09:14,850 +will search for it. It makes a find view by ID and + +153 +00:09:14,850 --> 00:09:17,550 +stores the references where? In the ones above. + +154 +00:09:17,670 --> 00:09:21,070 +The same steps that we used to do here. Do you see + +155 +00:09:21,070 --> 00:09:24,490 +these steps? It makes a find view by ID and puts + +156 +00:09:24,490 --> 00:09:28,030 +it in the photo IM. Where do we want to put it? In + +157 +00:09:28,030 --> 00:09:30,610 +the view holder of the recycler view. That is why + +158 +00:09:30,610 --> 00:09:35,630 +the constructor takes a view. It says I will give + +159 +00:09:35,630 --> 00:09:37,930 +you a view. You take whatever you want from it. + +160 +00:09:38,070 --> 00:09:41,110 +What do I want from this view? I want the elements + +161 +00:09:41,110 --> 00:09:44,420 +inside. I put the indications where they are. + +162 +00:09:44,880 --> 00:09:48,080 +Because after that, when I reach, I reach through + +163 +00:09:48,080 --> 00:09:53,620 +these. So here, I will say item view find view by + +164 +00:09:53,620 --> 00:09:58,380 +id r.id.photo. In the end, the picture will be + +165 +00:09:58,380 --> 00:10:01,400 +more complete. You will understand it better. + +166 +00:10:01,640 --> 00:10:06,780 +Okay, we took the picture. And then name, tv. item + +167 +00:10:06,780 --> 00:10:16,800 +view find view by id r.id.name tv age tv + +168 +00:10:37,700 --> 00:10:44,440 +This is how we made the ViewHolder class. Now we + +169 +00:10:44,440 --> 00:10:46,240 +made the ViewHolder before the Adapter, why? + +170 +00:10:46,300 --> 00:10:49,120 +Because the Adapter needs a ViewHolder. Now let's + +171 +00:10:49,120 --> 00:10:54,880 +go back to the Adapter and say extends Adapter + +172 +00:10:56,050 --> 00:10:57,790 +And between the brackets, I want to tell it that + +173 +00:10:57,790 --> 00:11:00,930 +my adapter is dealing with a class of type + +174 +00:11:00,930 --> 00:11:04,150 +MyViewHolder. You see, between the brackets, I put + +175 +00:11:04,150 --> 00:11:07,370 +MyViewHolder. So, the adapter takes MyViewHolder + +176 +00:11:07,370 --> 00:11:11,690 +and returns MyViewHolder. Ok. Now, this only needs + +177 +00:11:11,690 --> 00:11:16,650 +to import. Ok, now look at the error when I did + +178 +00:11:16,650 --> 00:11:19,390 +extend. Because it needs constructor implement. Come + +179 +00:11:19,390 --> 00:11:20,790 +here, it's implement method. + +180 +00:11:23,300 --> 00:11:27,160 +It will implement the methods. We will talk about + +181 +00:11:27,160 --> 00:11:29,680 +these methods. Of course, here it is different + +182 +00:11:29,680 --> 00:11:32,500 +from the list. The number of methods here is less + +183 +00:11:32,500 --> 00:11:35,940 +than 3. But we will leave them for a while. Why? + +184 +00:11:36,620 --> 00:11:39,880 +Because we will make a constructor. In the list + +185 +00:11:39,880 --> 00:11:41,720 +view, we made a constructor. Why? What did we send + +186 +00:11:41,720 --> 00:11:46,720 +to it? The data, the layout and the context. The + +187 +00:11:46,720 --> 00:11:49,500 +data, the layout and the context. Now I want to + +188 +00:11:49,500 --> 00:11:52,320 +say public MyAdapter. + +189 +00:11:56,210 --> 00:11:58,770 +The first thing is the context, we will not go + +190 +00:11:58,770 --> 00:12:01,350 +through it. Later we will see that we can do + +191 +00:12:01,350 --> 00:12:04,650 +inflate without the context in the recycler view. + +192 +00:12:05,070 --> 00:12:10,130 +But who do we go through? The array list of the + +193 +00:12:10,130 --> 00:12:18,550 +person, and int item layout + +194 +00:12:18,550 --> 00:12:18,970 +id. + +195 +00:12:22,430 --> 00:12:27,890 +and + +223 +00:14:18,530 --> 00:14:21,550 +elements. Now, when you scroll, it will not create + +224 +00:14:21,550 --> 00:14:25,990 +new views. Okay? It will use which ones? Yes, the + +225 +00:14:25,990 --> 00:14:29,990 +ones that came out of the screen. So, it will + +226 +00:14:29,990 --> 00:14:34,030 +start claiming what? Unbind view holder. Okay, + +227 +00:14:34,130 --> 00:14:38,850 +let's see how it works. Now, Uncreate View Holder, + +228 +00:14:38,930 --> 00:14:41,550 +we already said that this is what you call it to + +229 +00:14:41,550 --> 00:14:44,010 +create a view But what is it called? It is not + +230 +00:14:44,010 --> 00:14:48,730 +called Uncreate View, it is called Uncreate View + +231 +00:14:48,730 --> 00:14:51,590 +Holder Because here it forces you to create + +232 +00:14:53,060 --> 00:14:55,860 +ViewHolder Okay, we want to walk with him, not him + +233 +00:14:55,860 --> 00:14:58,900 +asking for a ViewHolder, what do we want to do? We + +234 +00:14:58,900 --> 00:15:00,740 +want to create a ViewHolder Who is the ViewHolder + +235 +00:15:00,740 --> 00:15:02,780 +that we want to create? The one that we made a + +236 +00:15:02,780 --> 00:15:05,260 +class from Since we made a class, we can say + +237 +00:15:05,260 --> 00:15:09,580 +myViewHolder vh for example equals new + +238 +00:15:09,580 --> 00:15:13,140 +myViewHolder I found that I still have an error, + +239 +00:15:13,360 --> 00:15:20,050 +why? What does the constructor take? The view, not + +240 +00:15:20,050 --> 00:15:22,890 +the constructor, what does it want? It wants a + +241 +00:15:22,890 --> 00:15:26,950 +view. Who is the view? It's the same item. We want + +242 +00:15:26,950 --> 00:15:30,570 +to make it inflate. See how? To force me to make a + +243 +00:15:30,570 --> 00:15:32,790 +view holder, I say, I demand a view holder from + +244 +00:15:32,790 --> 00:15:35,270 +you. But when you make a view holder, what does + +245 +00:15:35,270 --> 00:15:38,490 +the view holder want? It wants a view. See how it + +246 +00:15:38,490 --> 00:15:43,770 +rotates. In the end, what do you want to give it + +247 +00:15:43,770 --> 00:15:46,610 +back? A view holder. And to create a view holder, + +248 +00:15:47,550 --> 00:15:52,870 +You have to do what? View. Before this step, we + +249 +00:15:52,870 --> 00:15:55,930 +have to do the inflate process. To convert the + +250 +00:15:55,930 --> 00:16:00,690 +layout to view. And we pass the view to view here. + +251 +00:16:02,330 --> 00:16:07,050 +How can we make the layout inflater? Layout + +252 +00:16:07,050 --> 00:16:10,190 +inflater. We used to say from. And here we get the + +253 +00:16:10,190 --> 00:16:13,450 +context. Instead of getting the context, we pass + +254 +00:16:13,450 --> 00:16:17,510 +it. Do you see the parent here? I can say parent + +255 +00:16:17,510 --> 00:16:22,430 +.getContext + +256 +00:16:22,430 --> 00:16:26,010 +() method. The context itself is taken from the + +257 +00:16:26,010 --> 00:16:27,710 +parameter here. Instead of passing it through the + +258 +00:16:27,710 --> 00:16:29,990 +constructor and passing the size of the hash, it + +259 +00:16:29,990 --> 00:16:35,810 +is present here. Then we say inflate. Here we give + +260 +00:16:35,810 --> 00:16:41,530 +it R.layout.personItemDesign. + +261 +00:16:43,350 --> 00:16:46,550 +Now, in the list, we used to put the second + +262 +00:16:46,550 --> 00:16:48,150 +parameter as null, correct or not? But I found + +263 +00:16:48,150 --> 00:16:49,730 +that it is a bit different. If you put it as null, + +264 +00:16:50,670 --> 00:16:53,330 +you will find an element with a small size, which + +265 +00:16:53,330 --> 00:16:54,890 +you designed. Supposedly, we designed it according + +266 +00:16:54,890 --> 00:16:57,270 +to what? According to the screen. So, I want to + +267 +00:16:57,270 --> 00:17:00,230 +tell you that I found, put the second parameter as + +268 +00:17:00,230 --> 00:17:02,070 +parent. + +269 +00:17:04,110 --> 00:17:07,710 +Correct? And there is a third parameter. We want + +270 +00:17:07,710 --> 00:17:10,630 +to put false. What are these? Did you get it? The + +271 +00:17:10,630 --> 00:17:13,270 +first parameter is the layout, got it? Parent, + +272 +00:17:13,910 --> 00:17:19,790 +now, means tell me, your element, you want it to + +273 +00:17:19,790 --> 00:17:23,170 +take the property of whom? The parent, who is the + +274 +00:17:23,170 --> 00:17:26,170 +parent of the item? The list view, right or wrong? + +275 +00:17:26,430 --> 00:17:28,830 +Or the recycler view? The recycler view is the + +276 +00:17:28,830 --> 00:17:33,250 +width and the height of the screen So if you pass + +277 +00:17:33,250 --> 00:17:35,990 +the parent here, it means that the width and the + +278 +00:17:35,990 --> 00:17:38,090 +height of the element here will be the same width + +279 +00:17:38,090 --> 00:17:41,970 +and height of the parent So this is only, you pass + +280 +00:17:41,970 --> 00:17:45,390 +the parent here on the basis that the layout + +281 +00:17:45,390 --> 00:17:47,820 +properties of the parent are related to whom? For + +282 +00:17:47,820 --> 00:17:50,320 +the item, if I put here money, it will work + +283 +00:17:50,320 --> 00:17:52,200 +normally, but the element will have a small size + +284 +00:17:52,200 --> 00:17:54,840 +because it did not take the width and height of + +285 +00:17:54,840 --> 00:17:57,320 +the parent and tried it at home by itself. + +286 +00:18:01,280 --> 00:18:04,040 +But it was correct in the list view. Here it does + +287 +00:18:04,040 --> 00:18:06,760 +not work until you put the parent. Why don't you + +288 +00:18:06,760 --> 00:18:10,260 +tell me? They are like that, okay? Okay, the last + +289 +00:18:10,260 --> 00:18:13,900 +thing, what is written here? I put false. What is + +290 +00:18:13,900 --> 00:18:19,330 +false here? You told me that you want to make an + +291 +00:18:19,330 --> 00:18:21,570 +inflate for this layout and you want it to take + +292 +00:18:21,570 --> 00:18:23,510 +the parent's properties. Do you want to link it to + +293 +00:18:23,510 --> 00:18:25,350 +the parent? Do you want to add it to the parent? + +294 +00:18:25,950 --> 00:18:29,070 +What did I write here? False. I did not add it to + +295 +00:18:29,070 --> 00:18:31,410 +the parent because the adapter and the + +296 +00:18:31,410 --> 00:18:35,210 +RecyclerView at the right time link it. Okay? So I + +297 +00:18:35,210 --> 00:18:37,410 +told him that it is false. But I passed the parent + +298 +00:18:37,410 --> 00:18:39,970 +because the properties were given to whom? To the + +299 +00:18:39,970 --> 00:18:44,140 +item that we want to make it inflate. Ok, this is + +300 +00:18:44,140 --> 00:18:47,020 +the result of LayoutInflater.from.inflater What + +301 +00:18:47,020 --> 00:18:54,740 +does it return? Yes, it returns a view Here Now, + +302 +00:18:54,800 --> 00:18:57,280 +take this view and pass it to the view holder to + +303 +00:18:57,280 --> 00:19:01,100 +make it silent What is this? This is silent Now, + +304 +00:19:01,500 --> 00:19:06,520 +look at me, these two lines that are here, they + +305 +00:19:06,520 --> 00:19:12,400 +are equivalent to these lines What does it mean if + +306 +00:19:12,400 --> 00:19:15,660 +convertView is done at the beginning? Right? It + +307 +00:19:15,660 --> 00:19:19,200 +wasn't in the scroll yet. It will go and inflate, + +308 +00:19:19,680 --> 00:19:22,800 +right or not? And then it will do findViewById. + +309 +00:19:23,080 --> 00:19:26,280 +And then it will create a ViewHolder and put the + +310 +00:19:26,280 --> 00:19:28,780 +elements in it. And it will do setTag. All of + +311 +00:19:28,780 --> 00:19:32,320 +these are done by themselves. These two lines. + +312 +00:19:32,820 --> 00:19:38,020 +How? The inflate is what is here. Right? Well, + +313 +00:19:38,080 --> 00:19:41,930 +where are the findViewById? Instead of putting it + +314 +00:19:41,930 --> 00:19:45,450 +here, they put it in the view holder. They took + +315 +00:19:45,450 --> 00:19:48,070 +the view and what did they do? Find the view by + +316 +00:19:48,070 --> 00:19:54,090 +ID, and where did they put it? In the box. So all + +317 +00:19:54,090 --> 00:19:57,650 +this code that he brought and stored in the view + +318 +00:19:57,650 --> 00:20:00,710 +holder, where did they put it? In the constructor + +319 +00:20:00,710 --> 00:20:03,810 +of the view holder. Exactly the same steps. But + +320 +00:20:03,810 --> 00:20:05,350 +the difference is that the recycler of the view + +321 +00:20:05,350 --> 00:20:08,130 +does not force you to make a view holder because + +322 +00:20:08,130 --> 00:20:10,690 +it is not a request to be returned. It's not asking + +323 +00:20:10,690 --> 00:20:14,610 +for view, it's asking for what? It's asking for a + +324 +00:20:14,610 --> 00:20:20,490 +view holder, vh And the view holder, in order to + +325 +00:20:20,490 --> 00:20:24,710 +create it, what does it need? It needs view So in + +326 +00:20:24,710 --> 00:20:27,630 +this method, you need to create a view and a view + +327 +00:20:27,630 --> 00:20:29,590 +holder And the same steps that were done in the + +328 +00:20:29,590 --> 00:20:32,270 +lesson were done here But before the code was + +329 +00:20:32,270 --> 00:20:35,630 +written behind each other, the view holder + +330 +00:20:35,630 --> 00:20:35,850 +constructor was created + +331 +00:20:38,960 --> 00:20:41,580 +And now we are done with the onCreateViewHolder. + +332 +00:20:42,860 --> 00:20:49,660 +What is this bind? When the element is filled, + +333 +00:20:50,540 --> 00:20:52,940 +whether it is created for the first time or used + +334 +00:20:52,940 --> 00:20:56,900 +again, it will create the onBindViewHolder. And + +335 +00:20:56,900 --> 00:21:00,530 +what did it bring here? The view holder. Why? Just + +336 +00:21:00,530 --> 00:21:02,970 +to fill the element now, do I need the element + +337 +00:21:02,970 --> 00:21:06,690 +itself? No. But who do I fill it through? The view + +338 +00:21:06,690 --> 00:21:09,010 +holder. It brought the view holder and the + +339 +00:21:09,010 --> 00:21:12,050 +position and filled it. We know that the view + +340 +00:21:12,050 --> 00:21:15,650 +holder indicates everything in the view. Now, all + +341 +00:21:15,650 --> 00:21:23,430 +I have to do is say person p equals persons dot + +342 +00:21:23,430 --> 00:21:24,710 +get position. + +343 +00:21:26,990 --> 00:21:28,330 +And then we go to the holder. + +344 +00:21:31,090 --> 00:21:36,690 +Who do we want? Photoim.set image resource p + +345 +00:21:36,690 --> 00:21:40,750 +.getphotoid. And here I am filling it in. But I am + +346 +00:21:40,750 --> 00:21:42,930 +filling it through who? Through the holder. The + +347 +00:21:42,930 --> 00:21:46,750 +code that I am writing now is the same code that + +348 +00:21:46,750 --> 00:21:52,370 +is below. Can you see it? Here. And it is as if + +349 +00:21:52,370 --> 00:21:55,090 +this code that I got from VIEW was separated into + +350 +00:21:55,090 --> 00:21:55,650 +two methods. + +351 +00:21:58,270 --> 00:22:01,270 +onCreateViewHolder which is the first section and + +352 +00:22:01,270 --> 00:22:04,090 +onBindViewHolder which is the second section. But + +353 +00:22:04,090 --> 00:22:05,310 +let's do each one separately. + +354 +00:22:08,670 --> 00:22:12,270 +Holder.NameTV + +355 +00:22:12,270 --> 00:22:14,610 +.SetText. Of course, whoever wants to understand + +356 +00:22:14,610 --> 00:22:18,970 +the lecture today should try the ListView and try + +357 +00:22:18,970 --> 00:22:22,270 +to understand it. Okay? P. + +358 +00:22:26,120 --> 00:22:29,520 +Here, of course, all confidence that you are sure. + +359 +00:22:36,080 --> 00:22:43,440 +Of course, + +360 +00:22:43,700 --> 00:22:46,160 +what does the button want? It varies, it wants + +361 +00:22:46,160 --> 00:22:52,060 +action. Sit on click listener, new on click + +362 +00:22:52,060 --> 00:22:52,940 +listener. + +363 +00:22:57,250 --> 00:22:59,370 +Then, for example, we print toast with the element + +364 +00:22:59,370 --> 00:23:03,610 +that I ... + +365 +00:23:03,610 --> 00:23:06,950 +Of course, there is no getApplicationContext. + +366 +00:23:07,730 --> 00:23:09,830 +Right? No, because we did not get the context at + +367 +00:23:09,830 --> 00:23:14,970 +all. But we can go and say holder.itemView + +368 +00:23:14,970 --> 00:23:17,910 +.getContext. + +369 +00:23:20,250 --> 00:23:24,210 +The toast print needs context as well. Right or + +370 +00:23:24,210 --> 00:23:26,210 +wrong? But I didn't use context for the adapter. + +371 +00:23:26,330 --> 00:23:30,250 +You can get context from the holder itself. Holder + +372 +00:23:30,250 --> 00:23:35,530 +.itemview.getcontext It is the same get + +373 +00:23:35,530 --> 00:23:38,730 +application context. But this needs the holder to + +374 +00:23:38,730 --> 00:23:41,190 +be final. + +375 +00:23:46,670 --> 00:23:48,530 +Here p.getname + +376 +00:23:57,390 --> 00:24:02,490 +Ok, I'm done. Actually, the process is very + +377 +00:24:02,490 --> 00:24:04,330 +simple. The constructor is almost the same as the + +378 +00:24:04,330 --> 00:24:06,430 +constructor of the ListView, but I didn't make it + +379 +00:24:06,430 --> 00:24:09,710 +contextual. There are only two methods, + +380 +00:24:10,050 --> 00:24:12,890 +onCreateViewHolder and onBindViewHolder. + +381 +00:24:14,070 --> 00:24:18,350 +onCreateViewHolder actually asks for ViewHolder. I + +382 +00:24:18,350 --> 00:24:19,690 +went to check the ViewHolder, but what does the + +383 +00:24:19,690 --> 00:24:22,390 +ViewHolder need? The View itself. I went and told + +384 +00:24:22,390 --> 00:24:26,010 +it to inflate before. And then it returns to the + +385 +00:24:26,010 --> 00:24:29,050 +ViewHolder. The second method is to unbind the view + +386 +00:24:29,050 --> 00:24:31,030 +holder, which means that you have an answer that + +387 +00:24:31,030 --> 00:24:34,530 +you want to fill in. And to fill in the view + +388 +00:24:34,530 --> 00:24:38,530 +holder, you don't need the view. Because you don't + +389 +00:24:38,530 --> 00:24:43,110 +need to do the find view by id. You need the view + +390 +00:24:43,110 --> 00:24:45,670 +holder. This is the view holder. By filling in the + +391 +00:24:45,670 --> 00:24:49,690 +data. I brought the view holder and filled in the + +392 +00:24:49,690 --> 00:24:51,970 +data. And that's how we solved it. + +393 +00:24:56,070 --> 00:25:02,120 +Okay, there is an error. Where is it? Yes, the P. + +394 +00:25:02,240 --> 00:25:04,080 +Okay. I will put this as final. + +395 +00:25:07,980 --> 00:25:10,380 +I will go back to the main activity. This is the + +396 +00:25:10,380 --> 00:25:13,120 +difference between the recycler view and the list + +397 +00:25:13,120 --> 00:25:15,360 +view which is in the adapter. Now I will tell it + +398 +00:25:15,360 --> 00:25:16,100 +to set adapter. + +399 +00:25:21,740 --> 00:25:23,480 +No, I did not create it at all. + +400 +00:25:26,580 --> 00:25:34,120 +MyAdapter.new MyAdapter Persons + +401 +00:25:34,120 --> 00:25:37,500 +Layout + +402 +00:25:37,500 --> 00:25:49,240 +Inflate + +403 +00:25:49,240 --> 00:25:53,640 +Layout + +404 +00:25:54,680 --> 00:25:56,740 +No one paid attention to it, guys. When I do + +405 +00:25:56,740 --> 00:25:59,720 +inflate, I don't pass through the layout. Right or + +406 +00:25:59,720 --> 00:26:06,160 +wrong? Ok, I use the item that I passed through. + +407 +00:26:07,620 --> 00:26:10,820 +Ok, here I created the adapter, and then I say set + +408 +00:26:10,820 --> 00:26:11,820 +adapter adapter. + +409 +00:26:16,040 --> 00:26:19,380 +Ok, we don't want to install it yet. Did you find + +410 +00:26:19,380 --> 00:26:22,700 +it? Until now, the adapter is almost the same as + +411 +00:26:22,700 --> 00:26:24,840 +the ListView, but it's a bit different in the + +412 +00:26:24,840 --> 00:26:28,580 +adapter. And in order to make an adapter, you have + +413 +00:26:28,580 --> 00:26:34,880 +to make + +445 +00:28:24,900 --> 00:28:26,560 +Of course, here when I say set layout manager, what + +446 +00:28:26,560 --> 00:28:30,520 +will happen? It will be destroyed. What is main? + +447 +00:28:30,580 --> 00:28:34,170 +What is element? It's not right what I did. And + +448 +00:28:34,170 --> 00:28:37,550 +leave this gate alone. And come here. Let's work. + +449 +00:29:54,480 --> 00:29:58,560 +Okay. Why do you play with phones guys? Yes? + +450 +00:30:01,710 --> 00:30:08,130 +This is how it looks. Ok guys, + +451 +00:30:08,490 --> 00:30:13,730 +this is how RecyclerView looks after we show it. + +452 +00:30:15,190 --> 00:30:18,790 +Of course, + +453 +00:30:18,910 --> 00:30:21,250 +I'm not deleting it yet. What I'm doing is when + +454 +00:30:21,250 --> 00:30:23,710 +you click on delete, it shows up. And there is no + +455 +00:30:23,710 --> 00:30:27,180 +action yet. on the item itself, on the + +456 +00:30:27,180 --> 00:30:29,340 +RecyclerView. Okay, before we do the action, now + +457 +00:30:29,340 --> 00:30:31,640 +we are exposed to the vertical elements. Let's see + +458 +00:30:31,640 --> 00:30:36,900 +if I put it horizontally. See how it looks. + +459 +00:30:45,700 --> 00:30:53,460 +Okay, now you see how? I am drawing horizontally. + +460 +00:30:55,000 --> 00:31:01,380 +What happened horizontally? Sometimes you + +461 +00:31:01,380 --> 00:31:05,060 +have to do something horizontal like this Not only + +462 +00:31:05,060 --> 00:31:11,240 +this, we also have grid, instead of linear layout + +463 +00:31:11,240 --> 00:31:15,040 +manager We + +464 +00:31:15,040 --> 00:31:15,380 +have + +465 +00:31:35,280 --> 00:31:38,260 +GridLayoutManager GridLayoutManager takes two + +466 +00:31:38,260 --> 00:31:41,040 +things one is getApplicationContext and the other + +467 +00:31:41,040 --> 00:31:42,600 +is spanCount + +468 +00:31:47,230 --> 00:31:51,110 +Sometimes you want to display 5, 10, 20 lines in a + +469 +00:31:51,110 --> 00:31:53,610 +row. Here, for example, I want to display 2 lines + +470 +00:31:53,610 --> 00:31:58,470 +in a row. Depending on the number of elements. Of + +471 +00:31:58,470 --> 00:32:00,810 +course, you should go to the list view and type + +472 +00:32:00,810 --> 00:32:07,170 +set layout manager and give it the grid layout + +473 +00:32:07,170 --> 00:32:07,590 +manager. + +474 +00:32:10,970 --> 00:32:12,550 +RecyclerView does not only need an adapter, it + +475 +00:32:12,550 --> 00:32:16,930 +needs an adapter and a layout manager. Okay, this + +476 +00:32:16,930 --> 00:32:21,010 +is how it looks when we show this. The problem + +477 +00:32:21,010 --> 00:32:23,610 +here is in our design. What did we really do to + +478 +00:32:23,610 --> 00:32:26,250 +our design? To the screen. So, when we cut it in + +479 +00:32:26,250 --> 00:32:28,410 +half, half of the design fell down, which is what? + +480 +00:32:28,830 --> 00:32:31,070 +The image. The image. Okay? So, if you design it + +481 +00:32:31,070 --> 00:32:32,950 +correctly, it will look right. How many elements + +482 +00:32:32,950 --> 00:32:36,250 +did it show in the line? Two. Yes, two. These are + +483 +00:32:36,250 --> 00:32:38,570 +still running, the plants. Of course, if there are + +484 +00:32:38,570 --> 00:32:41,790 +more, what happens? It gets messy. This is called + +485 +00:32:41,790 --> 00:32:43,390 +Grid Layout Manager. + +486 +00:33:02,520 --> 00:33:04,500 +Ok, there are some small issues, let me put this + +487 +00:33:04,500 --> 00:33:08,920 +back vertically Layout + +488 +00:33:08,920 --> 00:33:14,520 +manager can say set reverse layout through, what + +489 +00:33:14,520 --> 00:33:18,940 +does reverse mean? Reverse it, sometimes guys have + +490 +00:33:18,940 --> 00:33:23,220 +to do what? For example, you want to create a news + +491 +00:33:23,220 --> 00:33:28,020 +website, all the news that are added to the list + +492 +00:33:28,020 --> 00:33:32,210 +view now When you add new elements and do notify + +493 +00:33:32,210 --> 00:33:34,990 +data set changed, where do the new elements + +494 +00:33:34,990 --> 00:33:39,350 +appear? No, below Not when you add to the array + +495 +00:33:39,350 --> 00:33:40,830 +list, where does it add? Does it add in the first + +496 +00:33:40,830 --> 00:33:43,210 +place? Yes, it adds in the second place So, the + +497 +00:33:43,210 --> 00:33:44,870 +elements will appear in the second place If you + +498 +00:33:44,870 --> 00:33:48,350 +want it to be opposite, there are two solutions + +499 +00:33:48,350 --> 00:33:51,070 +There is a solution without RecyclerView That is, + +500 +00:33:52,670 --> 00:33:54,450 +when you add to the array list in the first place, + +501 +00:33:54,490 --> 00:33:58,310 +or vice versa Right or not? Because this always + +502 +00:33:58,310 --> 00:34:03,350 +matches with the order of places in the list, in + +503 +00:34:03,350 --> 00:34:05,950 +the array list, matches with the order of places + +504 +00:34:05,950 --> 00:34:08,310 +in the list view. Okay? So if you reverse the + +505 +00:34:08,310 --> 00:34:11,270 +array list, you will reverse with the recycler + +506 +00:34:11,270 --> 00:34:13,770 +view or the list view. The recycler view gives you + +507 +00:34:13,770 --> 00:34:16,070 +the option, it tells you, do not worry, you put + +508 +00:34:16,070 --> 00:34:19,590 +the array as it is, you can put a choice to show + +509 +00:34:19,590 --> 00:34:21,810 +them what. On the contrary, this is another + +510 +00:34:21,810 --> 00:34:25,730 +option, which is what we did, set reverse, layout. + +511 +00:34:26,550 --> 00:34:29,530 +But of course, what did reverse layout do? It did + +512 +00:34:29,530 --> 00:34:31,730 +reverse correctly. This is the last one to be + +513 +00:34:31,730 --> 00:34:33,510 +added, which is this hope. It used to go down. + +514 +00:34:34,290 --> 00:34:36,990 +Yes, but what else? It started from where? From + +515 +00:34:36,990 --> 00:34:39,510 +below. So this can be solved by saying to it, what + +516 +00:34:39,510 --> 00:34:43,550 +is the security? Set stack from end, tell it to + +517 +00:34:43,550 --> 00:34:46,830 +roll. Because it found that as long as I reflected + +518 +00:34:46,830 --> 00:34:48,790 +it, it considers the start from below and the end + +519 +00:34:48,790 --> 00:34:51,510 +from above. So I told it to start working from + +520 +00:34:51,510 --> 00:34:55,900 +above. From the end. The end came from above. So, + +521 +00:34:55,940 --> 00:34:57,580 +I turned it on again. + +522 +00:35:04,420 --> 00:35:06,140 +Okay, this is what happened, but the elements are + +523 +00:35:06,140 --> 00:35:08,520 +reversed. The hope was shown in the end. This is + +524 +00:35:08,520 --> 00:35:10,540 +the proof that I added hope when I added it to the + +525 +00:35:10,540 --> 00:35:14,400 +array. Yes, in the end. This is P3. But now it + +526 +00:35:14,400 --> 00:35:18,160 +appeared in the beginning. Okay, another thing. + +527 +00:35:21,140 --> 00:35:23,440 +I also found out in the RecyclerView that I don't + +528 +00:35:23,440 --> 00:35:23,660 +have + +529 +00:35:26,490 --> 00:35:30,230 +In the list view, there was a line. But why didn't + +530 +00:35:30,230 --> 00:35:32,370 +I put a line here? Because it tells you that you + +531 +00:35:32,370 --> 00:35:34,230 +are allowed to put whatever you want. + +532 +00:35:37,910 --> 00:35:42,210 +To add a line, you can do the following. Go to the + +533 +00:35:42,210 --> 00:35:46,430 +list view, and you have something called add item + +534 +00:35:46,430 --> 00:35:52,280 +decoration. add item decoration this is to define + +535 +00:35:52,280 --> 00:35:55,080 +the shape or design of the item this is a big deal + +536 +00:35:55,080 --> 00:35:58,480 +how to make decoration for the item but now he + +537 +00:35:58,480 --> 00:36:03,260 +made a decoration ready called divider item + +538 +00:36:03,260 --> 00:36:07,360 +decoration divider item decoration which is like + +539 +00:36:07,360 --> 00:36:10,060 +decoration or design for whom? for the divider + +540 +00:36:10,060 --> 00:36:13,040 +what is divider? it is the division between + +541 +00:36:13,040 --> 00:36:17,460 +elements divider item decoration is equal to new + +542 +00:36:18,380 --> 00:36:22,320 +Divider item decoration. What does this context + +543 +00:36:22,320 --> 00:36:22,460 +want? + +544 +00:36:56,040 --> 00:36:57,800 +By the context and integer. + +545 +00:37:15,740 --> 00:37:20,240 +They need two things, context and divider. You + +546 +00:37:20,240 --> 00:37:22,660 +need to specify if your list is horizontal or + +547 +00:37:22,660 --> 00:37:25,960 +vertical. Right now it is vertical. So that they + +548 +00:37:25,960 --> 00:37:28,200 +know where to put the divider. So I told him + +549 +00:37:28,200 --> 00:37:33,360 +vertical. That's it. When I created the divider + +550 +00:37:33,360 --> 00:37:36,900 +item decoration, this is the ready design. Then + +551 +00:37:36,900 --> 00:37:40,580 +you go to the list view and you say add item + +552 +00:37:40,580 --> 00:37:44,660 +decoration and you say did. Ok, let's see how it + +553 +00:37:44,660 --> 00:37:44,860 +looks + +554 +00:38:09,090 --> 00:38:12,470 +Ok, this is the divider item decoration. Now look + +555 +00:38:12,470 --> 00:38:16,470 +at the advantage of having everything in the list + +556 +00:38:16,470 --> 00:38:17,030 +view ready. + +557 +00:38:22,790 --> 00:38:26,610 +Modification is hard. It's easy, but it's not + +558 +00:38:26,610 --> 00:38:29,650 +customized for the image you want. Things that you + +559 +00:38:29,650 --> 00:38:33,510 +want to modify a lot or modify your mood, you have + +560 +00:38:33,510 --> 00:38:35,390 +to work a lot on them. That's how it is. Nothing + +561 +00:38:35,390 --> 00:38:38,050 +comes easy. If you want something easy, it won't + +562 +00:38:38,050 --> 00:38:42,490 +be perfect. If you want to change something, you + +563 +00:38:42,490 --> 00:38:48,630 +need to work hard on it. For example, + +564 +00:38:50,110 --> 00:38:53,270 +I want to add a divider in the shape that I want. + +565 +00:38:53,390 --> 00:38:55,570 +I brought a picture as a divider, or I drew a + +566 +00:38:55,570 --> 00:38:59,050 +specific divider and I want to add it. Come to the + +567 +00:38:59,050 --> 00:39:01,670 +RecyclerView, for example, I brought a picture as + +568 +00:39:01,670 --> 00:39:05,910 +a divider, and I put it in the drawable. Okay? A + +569 +00:39:05,910 --> 00:39:09,470 +picture, a new picture as a divider. Instead of + +570 +00:39:09,470 --> 00:39:12,730 +using the divider default This is one of the + +571 +00:39:12,730 --> 00:39:14,770 +features of RecyclerView, which is not present in + +572 +00:39:14,770 --> 00:39:16,030 +ListView In ListView, it brings you a fixed + +573 +00:39:16,030 --> 00:39:19,850 +divider Because its editing is difficult Here, go + +574 +00:39:19,850 --> 00:39:22,670 +to the divider item decoration that I made And + +575 +00:39:22,670 --> 00:39:24,790 +tell it set drawable Do you see this set drawable? + +576 +00:39:25,550 --> 00:39:29,670 +Yes, what does it take? It takes drawable Yes, + +577 +00:39:29,730 --> 00:39:32,130 +this is a little problem here Notice that it does + +578 +00:39:32,130 --> 00:39:36,570 +not take ID if it takes id, we would put r + +579 +00:39:36,570 --> 00:39:40,410 +.drawable.name of the image but this doesn't need + +580 +00:39:40,410 --> 00:39:45,410 +id, it needs drawable itself to get the drawable + +581 +00:39:45,410 --> 00:39:49,750 +itself, you bring it in a line this drawable, for + +582 +00:39:49,750 --> 00:39:56,430 +example, you make get resources get + +583 +00:39:56,430 --> 00:39:59,770 +resources to reach the resources and from it get + +584 +00:39:59,770 --> 00:40:02,330 +drawable + +585 +00:40:03,790 --> 00:40:06,170 +And here you get the drawable, you give it the id + +586 +00:40:06,170 --> 00:40:08,590 +of the drawable to return the drawable So + +587 +00:40:08,590 --> 00:40:11,730 +getDrawable is taking the id and returning the + +588 +00:40:11,730 --> 00:40:13,590 +drawable itself Why do we need the drawable + +589 +00:40:13,590 --> 00:40:18,890 +itself? Because this method needs the drawable So + +590 +00:40:18,890 --> 00:40:25,510 +now r.drawable.divider And here what do I give it? + +591 +00:40:26,130 --> 00:40:29,190 +The d There are a lot of things in resources like + +592 +00:40:29,190 --> 00:40:31,750 +this, sometimes the ID is an integer and sometimes + +593 +00:40:31,750 --> 00:40:35,070 +the resource itself is an integer. If the integer + +594 +00:40:35,070 --> 00:40:37,230 +is an integer, you put R dot drawable dot + +595 +00:40:37,230 --> 00:40:40,370 +something like that. If the resource itself is an + +596 +00:40:40,370 --> 00:40:43,710 +integer, you put getresources dot get something + +597 +00:40:43,710 --> 00:40:52,790 +like that. Okay? Okay, based on this talk, now I + +598 +00:40:52,790 --> 00:40:55,850 +want to make the divider the image that I chose. + +599 +00:41:02,850 --> 00:41:16,070 +I'm still updating it + +600 +00:41:16,070 --> 00:41:21,090 +Ok, it's adding the image that I want in the + +601 +00:41:21,090 --> 00:41:24,970 +dividers Ok, + +602 +00:41:25,130 --> 00:41:29,410 +let's come to another point, action Now in the + +603 +00:41:29,410 --> 00:41:32,070 +list view, we used to go to the list view and say + +604 +00:41:32,070 --> 00:41:40,930 +setSit on click listener. Now, sit on item click + +605 +00:41:40,930 --> 00:41:43,310 +listener, not on click listener on the list view, + +606 +00:41:43,370 --> 00:41:46,330 +on the recycler view. But I want on a specific + +607 +00:41:46,330 --> 00:41:48,770 +item, there is no sit on item click listener. It + +608 +00:41:48,770 --> 00:41:51,110 +does not exist. They removed it. Why did they + +609 +00:41:51,110 --> 00:41:55,290 +remove it? They said that you are free to do it in + +610 +00:41:55,290 --> 00:41:59,190 +the adapter. You can't do it from here. This has + +611 +00:41:59,190 --> 00:42:03,750 +more than the lift view. Where do we do it? Go + +612 +00:42:03,750 --> 00:42:08,310 +back to the adapter. Where did we create the view? + +613 +00:42:10,410 --> 00:42:14,270 +Here, here, not in the inflate. This is the + +614 +00:42:14,270 --> 00:42:17,130 +inflater that creates the view. Come to the view, + +615 +00:42:17,210 --> 00:42:19,350 +here inside the adapter that I am using now. Come + +616 +00:42:19,350 --> 00:42:22,930 +to the adapter and tell it to sit on, click, + +617 +00:42:23,710 --> 00:42:26,670 +listen up. So when I create the view, what do I + +618 +00:42:26,670 --> 00:42:36,910 +do? I click on it. Or it is better to go to the + +619 +00:42:36,910 --> 00:42:38,890 +holder instead of putting it here. So when you + +620 +00:42:38,890 --> 00:42:45,760 +come and bind, This is holder.sitonholder + +621 +00:42:45,760 --> 00:42:52,500 +.itemview.sitonclicklistener + +622 +00:42:52,500 --> 00:42:56,000 +.newonclicklistener. Why did I put it in the + +623 +00:42:56,000 --> 00:42:57,900 +holder? Because it depends on the position. + +624 +00:43:00,920 --> 00:43:03,460 +In the onbind view, when it fills the data, it + +625 +00:43:03,460 --> 00:43:04,920 +goes to the view itself and makes it + +626 +00:43:04,920 --> 00:43:08,340 +sitonclicklistener. For example, what should we do + +627 +00:43:08,340 --> 00:43:10,160 +when we click on view? We should find the data of + +628 +00:43:10,160 --> 00:43:12,700 +the person in what? Yes, in toast. Of course, we + +629 +00:43:12,700 --> 00:43:14,480 +will change the gate. Delete, what should it do? + +630 +00:43:15,700 --> 00:43:20,340 +It should delete. Right or wrong? Delete. Let's + +631 +00:43:20,340 --> 00:43:22,100 +follow the message. The gate should delete. How to + +632 +00:43:22,100 --> 00:43:24,420 +delete? We took how to delete. You go to persons + +633 +00:43:24,420 --> 00:43:29,360 +and you say remove position. Okay? And then you + +634 +00:43:29,360 --> 00:43:33,340 +say what? Notify dataset changing. The goal is to + +635 +00:43:33,340 --> 00:43 + +667 +00:45:49,110 --> 00:45:52,710 +this line mean? It means that when I press the + +668 +00:45:52,710 --> 00:45:59,380 +breast, it will take from the drawable here Or I + +669 +00:45:59,380 --> 00:46:04,140 +can call it color, simply color, color, accent Go + +670 +00:46:04,140 --> 00:46:08,640 +get the color So when the state becomes pressed, it + +671 +00:46:08,640 --> 00:46:13,060 +will execute the meme to draw with guidance Are + +672 +00:46:13,060 --> 00:46:15,260 +you with me or not? In the past, we used to make + +673 +00:46:15,260 --> 00:46:18,560 +the state pressed and inside the item we used to + +674 +00:46:18,560 --> 00:46:24,180 +design a shape Okay? Now we can say, let's make an + +675 +00:46:24,180 --> 00:46:26,120 +arrangement, I can design the shape in an external + +676 +00:46:26,120 --> 00:46:29,600 +file And I tell him here, at drawable, I bring my + +677 +00:46:29,600 --> 00:46:34,760 +shape. So that there is not too much work here. Or + +678 +00:46:34,760 --> 00:46:37,480 +I tell him to simply take a different color. + +679 +00:46:38,320 --> 00:46:40,100 +Because when it is pressed, it takes the color. + +680 +00:46:42,000 --> 00:46:44,900 +Okay, but this still has a problem. Because if it + +681 +00:46:44,900 --> 00:46:47,760 +was not pressed, what will it do? The element will + +682 +00:46:47,760 --> 00:46:50,540 +disappear. So I want to tell him, did you find an + +683 +00:46:50,540 --> 00:46:54,880 +item in the normal state? Notice that I did not + +684 +00:46:54,880 --> 00:46:59,330 +put a state. What does not have a state? There is + +685 +00:46:59,330 --> 00:47:05,530 +no specific action. Go and fill the Android color + +686 +00:47:05,530 --> 00:47:11,410 +transparent. This is a small trick. What is + +687 +00:47:11,410 --> 00:47:14,910 +transparent? Transparent. It does not cover + +688 +00:47:14,910 --> 00:47:18,210 +anything. Put a transparent color on it. When he + +689 +00:47:18,210 --> 00:47:19,290 +puts a transparent color on it, what will you get? + +690 +00:47:19,990 --> 00:47:23,710 +You will get the same element. When there is + +691 +00:47:23,710 --> 00:47:28,300 +nothing on it, it will cover it with transparent + +692 +00:47:28,300 --> 00:47:31,620 +color it will show the same element when you click + +693 +00:47:31,620 --> 00:47:35,480 +on it, it will take the background color as what? + +694 +00:47:36,300 --> 00:47:41,020 +yes, the accent okay? now, this thing that I did, + +695 +00:47:41,180 --> 00:47:43,760 +I did not benefit from it yet, right or not? go to + +696 +00:47:43,760 --> 00:47:48,360 +the adapter go to the adapter now, I did not + +697 +00:47:48,360 --> 00:47:52,940 +create the view here go to the view and say set + +698 +00:47:52,940 --> 00:47:57,980 +backgroundI have a background resource that takes + +699 +00:47:57,980 --> 00:48:00,880 +an integer. Or there is a drawable background that + +700 +00:48:00,880 --> 00:48:04,440 +takes a drawable. You can use any one of them. But + +701 +00:48:04,440 --> 00:48:06,120 +if you want to take a drawable, you have to go and + +702 +00:48:06,120 --> 00:48:10,480 +say getresources.getdrawable. But if you use this, + +703 +00:48:11,020 --> 00:48:18,880 +you always say R.drawable.recyclerviewselector. + +704 +00:48:21,110 --> 00:48:23,390 +Of course, I put this one in oncreate, which is + +705 +00:48:23,390 --> 00:48:25,790 +the same element, if the content changes, but the + +706 +00:48:25,790 --> 00:48:31,650 +selector remains the same. Even if I reuse it, the + +707 +00:48:31,650 --> 00:48:34,950 +selector remains the same. Okay? Let's try this + +708 +00:48:34,950 --> 00:48:34,990 +one. + +709 +00:49:06,900 --> 00:49:08,540 +Of course this divider is separate, there is no + +710 +00:49:08,540 --> 00:49:11,380 +action on it, okay? So notice that when you click + +711 +00:49:11,380 --> 00:49:13,920 +on it, it brings you the selector that you want. + +712 +00:49:16,940 --> 00:49:22,460 +Okay guys, there are some things that need coding + +713 +00:49:22,460 --> 00:49:25,500 +more than list view, but it is normal, you will do + +714 +00:49:25,500 --> 00:49:29,200 +coding more to specialize as you want. There are + +715 +00:49:29,200 --> 00:49:31,580 +things that we could not do in the list view, such + +716 +00:49:31,580 --> 00:49:34,920 +as horizontally, vertically and grid. Or you can + +717 +00:49:34,920 --> 00:49:39,400 +change in the divider or in the effect when you + +718 +00:49:39,400 --> 00:49:42,780 +click on an element, you will find that in the + +719 +00:49:42,780 --> 00:49:45,700 +recycler view you can control these elements. We + +720 +00:49:45,700 --> 00:49:49,020 +have not finished the recycler view yet. In the + +721 +00:49:49,020 --> 00:49:51,480 +next lecture, we will see how to make animation on + +722 +00:49:51,480 --> 00:49:53,820 +elements. You can make them slide like this and + +723 +00:49:53,820 --> 00:49:56,460 +like this. And change the action based on it. And + +724 +00:49:56,460 --> 00:49:58,780 +we will talk about something that improves the + +725 +00:49:58,780 --> 00:50:00,440 +design and is used a lot. It is called the card + +726 +00:50:00,440 --> 00:50:03,840 +view. And how to use it with the recycler view. So, + +727 +00:50:03,900 --> 00:50:05,360 +next lecture, God willing, we will finish the + +728 +00:50:05,360 --> 00:50:08,780 +topic of RecyclerView. And after that, we will + +729 +00:50:08,780 --> 00:50:10,680 +enter into the topic of Database Did you take a + +730 +00:50:10,680 --> 00:50:13,920 +database, guys? Practically, practically Did you + +731 +00:50:13,920 --> 00:50:17,500 +take it? How to create a query? Select? Yes Yes + +732 +00:50:17,500 --> 00:50:24,340 +Did it start with it again? Yes Yes How + +733 +00:50:24,340 --> 00:50:28,520 +to insert and create a table? Yes Yes Yes Yes Yes + +734 +00:50:28,520 --> 00:50:28,640 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +735 +00:50:28,640 --> 00:50:29,180 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +736 +00:50:29,180 --> 00:50:29,580 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +737 +00:50:29,580 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +738 +00:50:32,560 --> 00:50:32,620 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ed170ce0b87a18bcf2705df547058fe37974cc73 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_postprocess.srt @@ -0,0 +1,2952 @@ +1 +00:00:20,790 --> 00:00:22,210 +As-Salamu Alaikum. + +2 +00:00:27,400 --> 00:00:31,340 +In the last lecture, we started talking about + +3 +00:00:31,340 --> 00:00:35,300 +RecyclerView We said that RecyclerView is like the + +4 +00:00:35,300 --> 00:00:39,700 +next generation of ListView We learned how to use + +5 +00:00:39,700 --> 00:00:42,420 +ListView and how to use ViewHolder to improve the + +6 +00:00:42,420 --> 00:00:45,820 +performance of ListView But ListView has + +7 +00:00:45,820 --> 00:00:51,720 +limitations And that's why they made RecyclerView + +8 +00:00:53,120 --> 00:00:55,460 +The first rule is that the ListView does not force + +9 +00:00:55,460 --> 00:00:57,580 +you to use the ViewHolder. Do you remember the + +10 +00:00:57,580 --> 00:01:00,260 +ViewHolder that we used? Why? To reduce the use of + +11 +00:01:00,260 --> 00:01:03,660 +FindViewById. Because each view we create takes a + +12 +00:01:03,660 --> 00:01:05,960 +reference from the elements in it and stores it in + +13 +00:01:05,960 --> 00:01:08,240 +an object. And that object is put in the tag on + +14 +00:01:08,240 --> 00:01:10,720 +the view. When I return the view again, I bring it + +15 +00:01:10,720 --> 00:01:12,640 +from the tag and deliver the elements in it + +16 +00:01:12,640 --> 00:01:15,180 +directly without having to create FindViewById. + +17 +00:01:16,260 --> 00:01:18,780 +This does not force you to use it. Because you saw + +18 +00:01:18,780 --> 00:01:20,920 +that the first version we made from the adapter + +19 +00:01:20,920 --> 00:01:25,540 +did not have a view holder. Right or wrong? That's + +20 +00:01:25,540 --> 00:01:27,380 +why they said no. They said that if we want anyone + +21 +00:01:27,380 --> 00:01:30,560 +to design after that, any list must have a good + +22 +00:01:30,560 --> 00:01:35,360 +performance. So in the RecyclerView, they forced + +23 +00:01:35,360 --> 00:01:37,740 +the programmer, and we will see how they force him + +24 +00:01:37,740 --> 00:01:41,600 +now, that he must use a view holder. Not only + +25 +00:01:41,600 --> 00:01:46,470 +that, the ListView It doesn't mean that you have + +26 +00:01:46,470 --> 00:01:48,550 +to adjust it. For example, you have to make the + +27 +00:01:48,550 --> 00:01:50,990 +list view horizontal. You have to make the + +28 +00:01:50,990 --> 00:01:54,550 +elements horizontal rather than vertical. Or you + +29 +00:01:54,550 --> 00:01:55,830 +have to make them grid-like. What does grid mean? + +30 +00:01:56,150 --> 00:01:57,810 +Two elements next to each other and below them two + +31 +00:01:57,810 --> 00:01:59,910 +elements and below them two elements. Or four + +32 +00:01:59,910 --> 00:02:00,310 +elements in a row. + +33 +00:02:04,250 --> 00:02:07,430 +Also, you can't use ListView to do this task, or + +34 +00:02:07,430 --> 00:02:08,310 +to do it in a big group. + +35 +00:02:11,070 --> 00:02:13,670 +But in RecycleView, there is a support that you + +36 +00:02:13,670 --> 00:02:15,890 +put it horizontally or vertically to make a grid. + +37 +00:02:16,370 --> 00:02:19,050 +A grid is like a network, you put elements, four + +38 +00:02:19,050 --> 00:02:20,790 +elements in the first row and four elements below + +39 +00:02:20,790 --> 00:02:22,590 +them, and so on. Not only elements under each + +40 +00:02:22,590 --> 00:02:22,650 +other. + +41 +00:02:26,110 --> 00:02:28,210 +For example, the applications that appear on the + +42 +00:02:28,210 --> 00:02:30,050 +mobile, on the main screen, they don't appear next + +43 +00:02:30,050 --> 00:02:32,350 +to each other. Like this, for example, this is + +44 +00:02:32,350 --> 00:02:37,790 +like a grid. Animation. For example, you want the + +45 +00:02:37,790 --> 00:02:41,090 +item to have a left and right slide. For example, + +46 +00:02:41,190 --> 00:02:43,570 +in contacts, you have a right slide that makes a + +47 +00:02:43,570 --> 00:02:47,110 +call, and a left slide that makes a message. This + +48 +00:02:47,110 --> 00:02:48,910 +is difficult to do in ListView. But in + +49 +00:02:48,910 --> 00:02:51,410 +RecyclerView, there is support that we can do + +50 +00:02:51,410 --> 00:02:54,450 +something like that. That is why we learned how to + +51 +00:02:54,450 --> 00:02:56,970 +do RecyclerView. In the last lecture, we started + +52 +00:02:56,970 --> 00:02:59,350 +doing a project, and there are many things that + +53 +00:02:59,350 --> 00:03:03,110 +need to be shared. The two must have item design. + +54 +00:03:04,530 --> 00:03:07,330 +In order to do that, we copied what was there in + +55 +00:03:07,330 --> 00:03:10,190 +the list view and put it here You need to create a + +56 +00:03:10,190 --> 00:03:12,670 +class that represents the data and in the + +57 +00:03:12,670 --> 00:03:15,730 +activity, this is the activity of the project on + +58 +00:03:15,730 --> 00:03:18,330 +RecyclerView, we copied the same data and put it + +59 +00:03:18,330 --> 00:03:22,110 +here The difference is that in the main activity, + +60 +00:03:23,170 --> 00:03:26,910 +I added ListView and here I added RecyclerView It + +61 +00:03:26,910 --> 00:03:30,050 +is very similar and here I brought RecyclerView + +62 +00:03:30,050 --> 00:03:35,140 +and it is here Now, the main difference between + +63 +00:03:35,140 --> 00:03:37,780 +them is in the way of writing the adapter. This + +64 +00:03:37,780 --> 00:03:39,140 +one needs an adapter and that one needs an adapter + +65 +00:03:39,140 --> 00:03:43,180 +as well. Okay? But the adapter is different. Why? + +66 +00:03:43,260 --> 00:03:45,880 +Because the view is a drone being used inside the + +67 +00:03:45,880 --> 00:03:48,460 +adapter. Okay, let's start from where we stopped + +68 +00:03:48,460 --> 00:03:50,520 +in the last lecture, which is to make an adapter + +69 +00:03:50,520 --> 00:03:53,260 +for the RecyclerView. All the previous steps are + +70 +00:03:53,260 --> 00:03:56,620 +the same under the ListView. Okay? So, I came to + +71 +00:03:56,620 --> 00:03:57,760 +the project and I want to make a new class. + +72 +00:04:02,290 --> 00:04:04,710 +I want to call it MyAdapter. + +73 +00:04:16,190 --> 00:04:19,330 +Okay, I will go back and see. Because the adapter, + +74 +00:04:19,710 --> 00:04:25,250 +we saw that it has to extend the class. Why? + +75 +00:04:25,330 --> 00:04:28,170 +Because the RecyclerView, when it comes to make + +76 +00:04:28,170 --> 00:04:28,950 +the SetAdapter, + +77 +00:04:32,380 --> 00:04:36,600 +It asks for an object of type adapter. Adapter is + +78 +00:04:36,600 --> 00:04:40,700 +an abstract class. It is an abstract class. We + +79 +00:04:40,700 --> 00:04:44,740 +cannot extract an object directly from it. We can + +80 +00:04:44,740 --> 00:04:46,100 +extract an object from it if we complete its + +81 +00:04:46,100 --> 00:04:48,880 +implementation. That is why I created a class + +82 +00:04:48,880 --> 00:04:52,740 +called MyAdapter and called it ExtendsAdapter. + +83 +00:04:54,220 --> 00:04:56,340 +When I called it ExtendsAdapter + +84 +00:05:05,260 --> 00:05:08,340 +Now, let's look here, if I tell him this is an + +85 +00:05:08,340 --> 00:05:11,380 +adapter, look at the adapter that asks me to + +86 +00:05:11,380 --> 00:05:13,840 +extend it, this is a class adapter, and between + +87 +00:05:13,840 --> 00:05:17,300 +the brackets, it says VH, do you see this VH? + +88 +00:05:18,460 --> 00:05:21,260 +These two brackets crossed on us before, these two + +89 +00:05:21,260 --> 00:05:24,000 +brackets, the thirty crossed on us, where? In the + +90 +00:05:24,000 --> 00:05:25,820 +array list, right or wrong? Why was it necessary? + +91 +00:05:26,930 --> 00:05:30,010 +To determine the type of data that will be in the + +92 +00:05:30,010 --> 00:05:33,290 +ArrayList If you put a string, the ArrayList will + +93 +00:05:33,290 --> 00:05:35,810 +return the string and take the string If you put + +94 +00:05:35,810 --> 00:05:37,170 +an integer, the ArrayList will take the integer + +95 +00:05:37,170 --> 00:05:40,010 +and return the integer Because here, when you + +96 +00:05:40,010 --> 00:05:43,710 +download the adapter, you have to determine the + +97 +00:05:43,710 --> 00:05:47,290 +type of ViewHolder So here you have to determine + +98 +00:05:47,290 --> 00:05:51,120 +the type of ViewHolder classIn ArrayList, we + +99 +00:05:51,120 --> 00:05:55,600 +define a string, integer, student, right or wrong. + +100 +00:05:56,620 --> 00:06:00,660 +Of course, the string does not create a new class, + +101 +00:06:00,860 --> 00:06:03,220 +because the string is already there. But if we + +102 +00:06:03,220 --> 00:06:06,160 +build an ArrayList of students, it should have a + +103 +00:06:06,160 --> 00:06:09,800 +class, student. So here it says, I need to train + +104 +00:06:09,800 --> 00:06:14,810 +this VH, which class?ViewHolder. It means that the + +105 +00:06:14,810 --> 00:06:18,650 +adapter is dealing with ViewHolder. Okay? There is + +106 +00:06:18,650 --> 00:06:22,150 +no ViewHolder class. Okay? So, we want to make + +107 +00:06:22,150 --> 00:06:25,510 +one. Okay, where do we make this? You can make a + +108 +00:06:25,510 --> 00:06:28,670 +class outside, or you can make an inner class. + +109 +00:06:29,770 --> 00:06:32,510 +Let's make it outside. Let's make an order. Even + +110 +00:06:32,510 --> 00:06:34,030 +if you search on the internet, you will always + +111 +00:06:34,030 --> 00:06:36,750 +find that it is inside. I want to call it + +112 +00:06:36,750 --> 00:06:37,710 +MyViewHolder. + +113 +00:06:41,880 --> 00:06:45,020 +This is a class that I made for the ViewHolder. + +114 +00:06:45,120 --> 00:06:48,360 +Also in the RecyclerView, to make a ViewHolder, + +115 +00:06:48,840 --> 00:06:51,400 +notice that I stopped the adapter. Because the + +116 +00:06:51,400 --> 00:06:55,560 +adapter must have a ViewHolder. So I made a class + +117 +00:06:55,560 --> 00:06:57,380 +ViewHolder. In the previous lecture in the list, + +118 +00:06:57,460 --> 00:07:00,640 +we made a ViewHolder inside the adapter. I made it + +119 +00:07:00,640 --> 00:07:03,700 +outside. You can make it inside. No problem. But + +120 +00:07:03,700 --> 00:07:06,440 +here, to make a ViewHolder, you have to make + +121 +00:07:06,440 --> 00:07:08,820 +Extends to a class called + +122 +00:07:20,790 --> 00:07:23,810 +RecyclerViewHolder It gives you an abstract class + +123 +00:07:23,810 --> 00:07:27,710 +called ViewHolder But this is abstract, we can't + +124 +00:07:27,710 --> 00:07:32,230 +use it Here, when you create an adapter, it asks + +125 +00:07:32,230 --> 00:07:38,400 +you for an adapter between these two brackets This + +126 +00:07:38,400 --> 00:07:42,880 +is adapter, this is vh, anything from view holder + +127 +00:07:42,880 --> 00:07:45,400 +type From view holder type, view holder is + +128 +00:07:45,400 --> 00:07:49,140 +abstract, we can't make it class But that's why I + +129 +00:07:49,140 --> 00:07:52,280 +made a new class called my view holder, extend + +130 +00:07:52,280 --> 00:07:54,940 +view holder But of course it will give you an + +131 +00:07:54,940 --> 00:07:58,040 +error, why the error? Two possibilities, either it + +132 +00:07:58,040 --> 00:08:01,340 +wants to implement abstract method or it wants + +133 +00:08:01,340 --> 00:08:04,180 +constructor So now let's see what it wants, it + +134 +00:08:04,180 --> 00:08:07,870 +tells me that it wants constructor The view holder + +135 +00:08:07,870 --> 00:08:15,290 +is a constructor that takes the item Let's + +136 +00:08:15,290 --> 00:08:17,370 +remember from the list view lecture, what did we + +137 +00:08:17,370 --> 00:08:23,410 +do in the view holder? What did I do here? I + +138 +00:08:23,410 --> 00:08:26,810 +opened the adapter for whom? For the list view + +139 +00:08:26,810 --> 00:08:29,330 +What did we put in the view holder? The attributes + +140 +00:08:29,330 --> 00:08:33,500 +of the elements It will be indicators for the same + +141 +00:08:33,500 --> 00:08:35,780 +elements in the view. It is exactly the same + +142 +00:08:35,780 --> 00:08:39,460 +thing. You have to make these attributes. Okay? + +143 +00:08:40,000 --> 00:08:42,400 +The same thing that is in the item, we will do it + +144 +00:08:42,400 --> 00:08:46,280 +here. We will say image, view, or these. What are + +145 +00:08:46,280 --> 00:08:49,920 +these? We will copy them from here and put them + +146 +00:08:49,920 --> 00:08:50,120 +here. + +147 +00:08:54,740 --> 00:08:56,660 +Now, here I will bring a constructor. + +148 +00:08:59,410 --> 00:09:01,430 +When you create a view holder, what should be + +149 +00:09:01,430 --> 00:09:05,630 +passed to it? The view itself, the item itself So + +150 +00:09:05,630 --> 00:09:08,130 +now in the constructor, we will put a code on the + +151 +00:09:08,130 --> 00:09:11,050 +basis that as soon as we pass the view to it, it + +152 +00:09:11,050 --> 00:09:14,850 +will search for it It makes a find view by ID and + +153 +00:09:14,850 --> 00:09:17,550 +stores the references where? In the ones above. + +154 +00:09:17,670 --> 00:09:21,070 +The same steps that we used to do here. Do you see + +155 +00:09:21,070 --> 00:09:24,490 +these steps? It makes a find view by ID and puts + +156 +00:09:24,490 --> 00:09:28,030 +it in the photo IM. Where do we want to put it? In + +157 +00:09:28,030 --> 00:09:30,610 +the view holder of the recycler view. That is why + +158 +00:09:30,610 --> 00:09:35,630 +the constructor takes a view. It says I will give + +159 +00:09:35,630 --> 00:09:37,930 +you a view. You take whatever you want from it. + +160 +00:09:38,070 --> 00:09:41,110 +What do I want from this view? I want the elements + +161 +00:09:41,110 --> 00:09:44,420 +inside. I put the indications where they are. + +162 +00:09:44,880 --> 00:09:48,080 +Because after that, when I reach, I reach through + +163 +00:09:48,080 --> 00:09:53,620 +these. So here, I will say item view find view by + +164 +00:09:53,620 --> 00:09:58,380 +id r.id.photo. In the end, the picture will be + +165 +00:09:58,380 --> 00:10:01,400 +more complete. You will understand it better. + +166 +00:10:01,640 --> 00:10:06,780 +Okay, we took the picture. And then name, tv. item + +167 +00:10:06,780 --> 00:10:16,800 +view find view by id r.id.name tv age tv + +168 +00:10:37,700 --> 00:10:44,440 +This is how we made the ViewHolder class Now we + +169 +00:10:44,440 --> 00:10:46,240 +made the ViewHolder before the Adapter, why? + +170 +00:10:46,300 --> 00:10:49,120 +Because the Adapter needs a ViewHolder Now let's + +171 +00:10:49,120 --> 00:10:54,880 +go back to the Adapter and say extends Adapter + +172 +00:10:56,050 --> 00:10:57,790 +And between the brackets, I want to tell it that + +173 +00:10:57,790 --> 00:11:00,930 +my adapter is dealing with a class of type + +174 +00:11:00,930 --> 00:11:04,150 +MyViewHolder You see, between the brackets, I put + +175 +00:11:04,150 --> 00:11:07,370 +MyViewHolder So, the adapter takes MyViewHolder + +176 +00:11:07,370 --> 00:11:11,690 +and returns MyViewHolder Ok Now, this only needs + +177 +00:11:11,690 --> 00:11:16,650 +to import Ok, now look at the error when I did + +178 +00:11:16,650 --> 00:11:19,390 +extend Because it needs constructor implement Come + +179 +00:11:19,390 --> 00:11:20,790 +here, it's implement method + +180 +00:11:23,300 --> 00:11:27,160 +It will implement the methods. We will talk about + +181 +00:11:27,160 --> 00:11:29,680 +these methods. Of course, here it is different + +182 +00:11:29,680 --> 00:11:32,500 +from the list. The number of methods here is less + +183 +00:11:32,500 --> 00:11:35,940 +than 3. But we will leave them for a while. Why? + +184 +00:11:36,620 --> 00:11:39,880 +Because we will make a constructor. In the list + +185 +00:11:39,880 --> 00:11:41,720 +view, we made a constructor. Why? What did we send + +186 +00:11:41,720 --> 00:11:46,720 +to it? The data, the layout and the context. The + +187 +00:11:46,720 --> 00:11:49,500 +data, the layout and the context. Now I want to + +188 +00:11:49,500 --> 00:11:52,320 +say public MyAdapter. + +189 +00:11:56,210 --> 00:11:58,770 +The first thing is the context, we will not go + +190 +00:11:58,770 --> 00:12:01,350 +through it. Later we will see that we can do + +191 +00:12:01,350 --> 00:12:04,650 +inflate without the context in the recycler view. + +192 +00:12:05,070 --> 00:12:10,130 +But who do we go through? The array list of the + +193 +00:12:10,130 --> 00:12:18,550 +person, and int item layout + +194 +00:12:18,550 --> 00:12:18,970 +id. + +195 +00:12:22,430 --> 00:12:27,890 +and the concept here is arraylist person persons + +196 +00:12:27,890 --> 00:12:47,630 +int item layout id this.persons above + +197 +00:12:47,630 --> 00:12:51,570 +this is the same thing we did In the ListView Ok, + +198 +00:12:51,650 --> 00:12:53,770 +let's go down There is a method called + +199 +00:12:53,770 --> 00:12:57,970 +GetItemCount Which is like the GetCount in the + +200 +00:12:57,970 --> 00:13:00,950 +ListView What should be returned? Number of + +201 +00:13:00,950 --> 00:13:07,550 +elements Which is persons.size Now, it brought you + +202 +00:13:07,550 --> 00:13:10,470 +two methods One method is called + +203 +00:13:10,470 --> 00:13:14,390 +OnCreateViewHolder What does it return? + +204 +00:13:17,300 --> 00:13:19,460 +MyViewHolder. Of course, how does it determine the + +205 +00:13:19,460 --> 00:13:20,980 +type that it wants to return, myViewHolder? + +206 +00:13:21,100 --> 00:13:25,960 +Through the above method. And there is a method + +207 +00:13:25,960 --> 00:13:29,160 +called onBindViewHolder. This does not return + +208 +00:13:29,160 --> 00:13:31,040 +anything. Let's understand what these two methods + +209 +00:13:31,040 --> 00:13:35,160 +are. What will happen next is that the + +210 +00:13:35,160 --> 00:13:38,660 +RecyclerView works like a ListView. As soon as the + +211 +00:13:38,660 --> 00:13:41,260 +cycler view works, it will create elements based + +212 +00:13:41,260 --> 00:13:45,660 +on what is on the screen For example, I have 100 + +213 +00:13:45,660 --> 00:13:48,840 +elements in persons, but they are displayed in 10 + +214 +00:13:49,980 --> 00:13:53,860 +So what will it do? It will execute + +215 +00:13:53,860 --> 00:13:57,420 +onCreateViewHolder() to create the view. It will + +216 +00:13:57,420 --> 00:14:00,160 +make them inflate. So the process of inflating + +217 +00:14:00,160 --> 00:14:04,580 +will be here in this method. For each element that + +218 +00:14:04,580 --> 00:14:06,080 +is created for the first time, it will call + +219 +00:14:06,080 --> 00:14:08,860 +onCreateViewHolder() to create it and + +220 +00:14:08,860 --> 00:14:13,030 +onBindViewHolder() to fill it. So now, it + +221 +00:14:13,030 --> 00:14:15,190 +separated the creation from what? From the + +222 +00:14:15,190 --> 00:14:18,530 +filling. Okay? Okay, this is with the first 10 + +223 +00:14:18,530 --> 00:14:21,550 +elements. Now, when you scroll, it will not create + +224 +00:14:21,550 --> 00:14:25,990 +new views. Okay? It will use which ones? Yes, the + +225 +00:14:25,990 --> 00:14:29,990 +ones that came out of the screen. So, it will + +226 +00:14:29,990 --> 00:14:34,030 +start claiming what? Unbind view holder. Okay, + +227 +00:14:34,130 --> 00:14:38,850 +let's see how it works. Now, Uncreate View Holder, + +228 +00:14:38,930 --> 00:14:41,550 +we already said that this is what you call it to + +229 +00:14:41,550 --> 00:14:44,010 +create a view But what is it called? It is not + +230 +00:14:44,010 --> 00:14:48,730 +called Uncreate View, it is called Uncreate View + +231 +00:14:48,730 --> 00:14:51,590 +Holder Because here it forces you to create + +232 +00:14:53,060 --> 00:14:55,860 +ViewHolder Okay, we want to walk with him, not him + +233 +00:14:55,860 --> 00:14:58,900 +asking for a ViewHolder, what do we want to do? We + +234 +00:14:58,900 --> 00:15:00,740 +want to create a ViewHolder Who is the ViewHolder + +235 +00:15:00,740 --> 00:15:02,780 +that we want to create? The one that we made a + +236 +00:15:02,780 --> 00:15:05,260 +class from Since we made a class, we can say + +237 +00:15:05,260 --> 00:15:09,580 +myViewHolder vh for example equals new + +238 +00:15:09,580 --> 00:15:13,140 +myViewHolder I found that I still have an error, + +239 +00:15:13,360 --> 00:15:20,050 +why? What does the constructor take? The view, not + +240 +00:15:20,050 --> 00:15:22,890 +the constructor, what does it want? It wants a + +241 +00:15:22,890 --> 00:15:26,950 +view. Who is the view? It's the same item. We want + +242 +00:15:26,950 --> 00:15:30,570 +to make it inflate. See how? To force me to make a + +243 +00:15:30,570 --> 00:15:32,790 +view holder, I say, I demand a view holder from + +244 +00:15:32,790 --> 00:15:35,270 +you. But when you make a view holder, what does + +245 +00:15:35,270 --> 00:15:38,490 +the view holder want? It wants a view. See how it + +246 +00:15:38,490 --> 00:15:43,770 +rotates. In the end, what do you want to give it + +247 +00:15:43,770 --> 00:15:46,610 +back? A view holder. And to create a view holder, + +248 +00:15:47,550 --> 00:15:52,870 +You have to do what? View. Before this step, we + +249 +00:15:52,870 --> 00:15:55,930 +have to do the inflate process. To convert the + +250 +00:15:55,930 --> 00:16:00,690 +layout to view. And we pass the view to view here. + +251 +00:16:02,330 --> 00:16:07,050 +How can we make the layout inflater? Layout + +252 +00:16:07,050 --> 00:16:10,190 +inflater. We used to say from. And here we get the + +253 +00:16:10,190 --> 00:16:13,450 +context. Instead of getting the context, we pass + +254 +00:16:13,450 --> 00:16:17,510 +it. Do you see the parent here?I can say parent + +255 +00:16:17,510 --> 00:16:22,430 +.getContext + +256 +00:16:22,430 --> 00:16:26,010 +() method. The context itself is taken from the + +257 +00:16:26,010 --> 00:16:27,710 +parameter here. Instead of passing it through the + +258 +00:16:27,710 --> 00:16:29,990 +constructor and passing the size of the hash, it + +259 +00:16:29,990 --> 00:16:35,810 +is present here. Then we say inflate. Here we give + +260 +00:16:35,810 --> 00:16:41,530 +it R.layout.personItemDesign. + +261 +00:16:43,350 --> 00:16:46,550 +Now, in the list, we used to put the second + +262 +00:16:46,550 --> 00:16:48,150 +parameter as null, correct or not? But I found + +263 +00:16:48,150 --> 00:16:49,730 +that it is a bit different. If you put it as null, + +264 +00:16:50,670 --> 00:16:53,330 +you will find an element with a small size, which + +265 +00:16:53,330 --> 00:16:54,890 +you designed. Supposedly, we designed it according + +266 +00:16:54,890 --> 00:16:57,270 +to what? According to the screen. So, I want to + +267 +00:16:57,270 --> 00:17:00,230 +tell you that I found, put the second parameter as + +268 +00:17:00,230 --> 00:17:02,070 +parent. + +269 +00:17:04,110 --> 00:17:07,710 +Correct? And there is a third parameter. We want + +270 +00:17:07,710 --> 00:17:10,630 +to put false. What are these? Did you get it? The + +271 +00:17:10,630 --> 00:17:13,270 +first parameter is the layout, got it? Parent, + +272 +00:17:13,910 --> 00:17:19,790 +now, means tell me, your element, you want it to + +273 +00:17:19,790 --> 00:17:23,170 +take the property of whom? The parent, who is the + +274 +00:17:23,170 --> 00:17:26,170 +parent of the item? The list view, right or wrong? + +275 +00:17:26,430 --> 00:17:28,830 +Or the recycler view? The recycler view is the + +276 +00:17:28,830 --> 00:17:33,250 +width and the height of the screen So if you pass + +277 +00:17:33,250 --> 00:17:35,990 +the parent here, it means that the width and the + +278 +00:17:35,990 --> 00:17:38,090 +height of the element here will be the same width + +279 +00:17:38,090 --> 00:17:41,970 +and height of the parent So this is only, you pass + +280 +00:17:41,970 --> 00:17:45,390 +the parent here on the basis that the layout + +281 +00:17:45,390 --> 00:17:47,820 +properties of the parent are related to whom? For + +282 +00:17:47,820 --> 00:17:50,320 +the item, if I put here money, it will work + +283 +00:17:50,320 --> 00:17:52,200 +normally, but the element will have a small size + +284 +00:17:52,200 --> 00:17:54,840 +because it did not take the width and height of + +285 +00:17:54,840 --> 00:17:57,320 +the parent and tried it at home by itself. + +286 +00:18:01,280 --> 00:18:04,040 +But it was correct in the list view. Here it does + +287 +00:18:04,040 --> 00:18:06,760 +not work until you put the parent. Why don't you + +288 +00:18:06,760 --> 00:18:10,260 +tell me? They are like that, okay? Okay, the last + +289 +00:18:10,260 --> 00:18:13,900 +thing, what is written here? I put false. What is + +290 +00:18:13,900 --> 00:18:19,330 +false here? You told me that you want to make an + +291 +00:18:19,330 --> 00:18:21,570 +inflate for this layout and you want it to take + +292 +00:18:21,570 --> 00:18:23,510 +the parent's properties. Do you want to link it to + +293 +00:18:23,510 --> 00:18:25,350 +the parent? Do you want to add it to the parent? + +294 +00:18:25,950 --> 00:18:29,070 +What did I write here? False. I did not add it to + +295 +00:18:29,070 --> 00:18:31,410 +the parent because the adapter and the + +296 +00:18:31,410 --> 00:18:35,210 +RecyclerView at the right time link it. Okay? So I + +297 +00:18:35,210 --> 00:18:37,410 +told him that it is false. But I passed the parent + +298 +00:18:37,410 --> 00:18:39,970 +because the properties were given to whom? To the + +299 +00:18:39,970 --> 00:18:44,140 +item that we want to make it inflate. Ok, this is + +300 +00:18:44,140 --> 00:18:47,020 +the result of LayoutInflater.from.inflater What + +301 +00:18:47,020 --> 00:18:54,740 +does it return? Yes, it returns a view Here Now, + +302 +00:18:54,800 --> 00:18:57,280 +take this view and pass it to the view holder to + +303 +00:18:57,280 --> 00:19:01,100 +make it silent What is this? This is silent Now, + +304 +00:19:01,500 --> 00:19:06,520 +look at me, these two lines that are here, they + +305 +00:19:06,520 --> 00:19:12,400 +are equivalent to these lines What does it mean if + +306 +00:19:12,400 --> 00:19:15,660 +convertView is done at the beginning? Right? It + +307 +00:19:15,660 --> 00:19:19,200 +wasn't in the scroll yet. It will go and inflate, + +308 +00:19:19,680 --> 00:19:22,800 +right or not? And then it will do findViewById. + +309 +00:19:23,080 --> 00:19:26,280 +And then it will create a ViewHolder and put the + +310 +00:19:26,280 --> 00:19:28,780 +elements in it. And it will do setTag. All of + +311 +00:19:28,780 --> 00:19:32,320 +these are done by themselves. These two lines. + +312 +00:19:32,820 --> 00:19:38,020 +How? The inflate is what is here. Right? Well, + +313 +00:19:38,080 --> 00:19:41,930 +where are the findViewById? Instead of putting it + +314 +00:19:41,930 --> 00:19:45,450 +here, they put it in the view holder. They took + +315 +00:19:45,450 --> 00:19:48,070 +the view and what did they do? Find the view by + +316 +00:19:48,070 --> 00:19:54,090 +ID, and where did they put it? In the box. So all + +317 +00:19:54,090 --> 00:19:57,650 +this code that he brought and stored in the view + +318 +00:19:57,650 --> 00:20:00,710 +holder, where did they put it? In the constructor + +319 +00:20:00,710 --> 00:20:03,810 +of the view holder. Exactly the same steps. But + +320 +00:20:03,810 --> 00:20:05,350 +the difference is that the recycler of the view + +321 +00:20:05,350 --> 00:20:08,130 +does not force you to make a view holder because + +322 +00:20:08,130 --> 00:20:10,690 +it is not a request to be returned.It's not asking + +323 +00:20:10,690 --> 00:20:14,610 +for view, it's asking for what? It's asking for a + +324 +00:20:14,610 --> 00:20:20,490 +view holder, vh And the view holder, in order to + +325 +00:20:20,490 --> 00:20:24,710 +create it, what does it need? It needs view So in + +326 +00:20:24,710 --> 00:20:27,630 +this method, you need to create a view and a view + +327 +00:20:27,630 --> 00:20:29,590 +holder And the same steps that were done in the + +328 +00:20:29,590 --> 00:20:32,270 +lesson were done here But before the code was + +329 +00:20:32,270 --> 00:20:35,630 +written behind each other, the view holder + +330 +00:20:35,630 --> 00:20:35,850 +constructor was created + +331 +00:20:38,960 --> 00:20:41,580 +And now we are done with the onCreateViewHolder. + +332 +00:20:42,860 --> 00:20:49,660 +What is this bind? When the element is filled, + +333 +00:20:50,540 --> 00:20:52,940 +whether it is created for the first time or used + +334 +00:20:52,940 --> 00:20:56,900 +again, it will create the onBindViewHolder. And + +335 +00:20:56,900 --> 00:21:00,530 +what did it bring here?The view holder. Why? Just + +336 +00:21:00,530 --> 00:21:02,970 +to fill the element now, do I need the element + +337 +00:21:02,970 --> 00:21:06,690 +itself? No. But who do I fill it through? The view + +338 +00:21:06,690 --> 00:21:09,010 +holder. It brought the view holder and the + +339 +00:21:09,010 --> 00:21:12,050 +position and filled it. We know that the view + +340 +00:21:12,050 --> 00:21:15,650 +holder indicates everything in the view. Now, all + +341 +00:21:15,650 --> 00:21:23,430 +I have to do is say person p equals persons dot + +342 +00:21:23,430 --> 00:21:24,710 +get position. + +343 +00:21:26,990 --> 00:21:28,330 +And then we go to the holder. + +344 +00:21:31,090 --> 00:21:36,690 +Who do we want? Photoim.set image resource p + +345 +00:21:36,690 --> 00:21:40,750 +.getphotoid. And here I am filling it in. But I am + +346 +00:21:40,750 --> 00:21:42,930 +filling it through who? Through the holder. The + +347 +00:21:42,930 --> 00:21:46,750 +code that I am writing now is the same code that + +348 +00:21:46,750 --> 00:21:52,370 +is below. Can you see it? Here. And it is as if + +349 +00:21:52,370 --> 00:21:55,090 +this code that I got from VIEW was separated into + +350 +00:21:55,090 --> 00:21:55,650 +two methods. + +351 +00:21:58,270 --> 00:22:01,270 +onCreateViewHolder which is the first section and + +352 +00:22:01,270 --> 00:22:04,090 +onBindViewHolder which is the second section. But + +353 +00:22:04,090 --> 00:22:05,310 +let's do each one separately. + +354 +00:22:08,670 --> 00:22:12,270 +Holder.NameTV + +355 +00:22:12,270 --> 00:22:14,610 +.SetText. Of course, whoever wants to understand + +356 +00:22:14,610 --> 00:22:18,970 +the lecture today should try the ListView and try + +357 +00:22:18,970 --> 00:22:22,270 +to understand it. Okay? P. + +358 +00:22:26,120 --> 00:22:29,520 +Here, of course, all confidence that you are sure. + +359 +00:22:36,080 --> 00:22:43,440 +Of course, + +360 +00:22:43,700 --> 00:22:46,160 +what does the button want? It varies, it wants + +361 +00:22:46,160 --> 00:22:52,060 +action. Sit on click listener, new on click + +362 +00:22:52,060 --> 00:22:52,940 +listener. + +363 +00:22:57,250 --> 00:22:59,370 +Then, for example, we print toast with the element + +364 +00:22:59,370 --> 00:23:03,610 +that I ... + +365 +00:23:03,610 --> 00:23:06,950 +Of course, there is no getApplicationContext. + +366 +00:23:07,730 --> 00:23:09,830 +Right? No, because we did not get the context at + +367 +00:23:09,830 --> 00:23:14,970 +all. But we can go and say holder.itemView + +368 +00:23:14,970 --> 00:23:17,910 +.getContext. + +369 +00:23:20,250 --> 00:23:24,210 +The toast print needs context as well. Right or + +370 +00:23:24,210 --> 00:23:26,210 +wrong? But I didn't use context for the adapter. + +371 +00:23:26,330 --> 00:23:30,250 +You can get context from the holder itself. Holder + +372 +00:23:30,250 --> 00:23:35,530 +.itemview.getcontext It is the same get + +373 +00:23:35,530 --> 00:23:38,730 +application context. But this needs the holder to + +374 +00:23:38,730 --> 00:23:41,190 +be final. + +375 +00:23:46,670 --> 00:23:48,530 +Here p.getname + +376 +00:23:57,390 --> 00:24:02,490 +Ok, I'm done. Actually, the process is very + +377 +00:24:02,490 --> 00:24:04,330 +simple. The constructor is almost the same as the + +378 +00:24:04,330 --> 00:24:06,430 +constructor of the ListView, but I didn't make it + +379 +00:24:06,430 --> 00:24:09,710 +contextual. There are only two methods, + +380 +00:24:10,050 --> 00:24:12,890 +onCreateViewHolder and onBindViewHolder. + +381 +00:24:14,070 --> 00:24:18,350 +onCreateViewHolder actually asks for ViewHolder. I + +382 +00:24:18,350 --> 00:24:19,690 +went to check the ViewHolder, but what does the + +383 +00:24:19,690 --> 00:24:22,390 +ViewHolder need? The View itself. I went and told + +384 +00:24:22,390 --> 00:24:26,010 +it to inflate before. And then it returns to the + +385 +00:24:26,010 --> 00:24:29,050 +ViewHolder.The second method is to unbind the view + +386 +00:24:29,050 --> 00:24:31,030 +holder, which means that you have an answer that + +387 +00:24:31,030 --> 00:24:34,530 +you want to fill in. And to fill in the view + +388 +00:24:34,530 --> 00:24:38,530 +holder, you don't need the view. Because you don't + +389 +00:24:38,530 --> 00:24:43,110 +need to do the find view by id. You need the view + +390 +00:24:43,110 --> 00:24:45,670 +holder. This is the view holder. By filling in the + +391 +00:24:45,670 --> 00:24:49,690 +data. I brought the view holder and filled in the + +392 +00:24:49,690 --> 00:24:51,970 +data. And that's how we solved it. + +393 +00:24:56,070 --> 00:25:02,120 +Okay, there is an error. Where is it? Yes, the P. + +394 +00:25:02,240 --> 00:25:04,080 +Okay. I will put this as final. + +395 +00:25:07,980 --> 00:25:10,380 +I will go back to the main activity. This is the + +396 +00:25:10,380 --> 00:25:13,120 +difference between the recycler view and the list + +397 +00:25:13,120 --> 00:25:15,360 +view which is in the adapter. Now I will tell it + +398 +00:25:15,360 --> 00:25:16,100 +to set adapter. + +399 +00:25:21,740 --> 00:25:23,480 +No, I did not create it at all. + +400 +00:25:26,580 --> 00:25:34,120 +MyAdapter.new MyAdapter Persons + +401 +00:25:34,120 --> 00:25:37,500 +Layout + +402 +00:25:37,500 --> 00:25:49,240 +Inflate + +403 +00:25:49,240 --> 00:25:53,640 +Layout + +404 +00:25:54,680 --> 00:25:56,740 +No one paid attention to it, guys. When I do + +405 +00:25:56,740 --> 00:25:59,720 +inflate, I don't pass through the layout. Right or + +406 +00:25:59,720 --> 00:26:06,160 +wrong? Ok, I use the item that I passed through. + +407 +00:26:07,620 --> 00:26:10,820 +Ok, here I created the adapter, and then I say set + +408 +00:26:10,820 --> 00:26:11,820 +adapter adapter. + +409 +00:26:16,040 --> 00:26:19,380 +Ok, we don't want to install it yet. Did you find + +410 +00:26:19,380 --> 00:26:22,700 +it? Until now, the adapter is almost the same as + +411 +00:26:22,700 --> 00:26:24,840 +the ListView, but it's a bit different in the + +412 +00:26:24,840 --> 00:26:28,580 +adapter. And in order to make an adapter, you have + +413 +00:26:28,580 --> 00:26:34,880 +to make the class extendViewHolder before it. Now, + +414 +00:26:35,000 --> 00:26:36,700 +in the ListView, we used to do like this, set + +415 +00:26:36,700 --> 00:26:39,160 +adapter and turn it on, and the ListView will + +416 +00:26:39,160 --> 00:26:41,490 +work. Now, in the RecyclerView, it doesn't work. I + +417 +00:26:41,490 --> 00:26:43,390 +say, wait, we are different from ListView. + +418 +00:26:43,510 --> 00:26:47,770 +ListView used to show you what? Heads. Now here, + +419 +00:26:48,230 --> 00:26:50,370 +you need to determine how the shape of the objects + +420 +00:26:50,370 --> 00:26:54,310 +is. Do you want it to be head, or horizontal, or + +421 +00:26:54,310 --> 00:26:57,130 +grid, or what exactly do you want? So, you need + +422 +00:26:57,130 --> 00:27:00,670 +the ListView to ask for something else now. You + +423 +00:27:00,670 --> 00:27:04,270 +must give it. Its name is SetLayoutManager. + +424 +00:27:08,150 --> 00:27:10,850 +This list view was not required, but the recycler + +425 +00:27:10,850 --> 00:27:13,390 +view is necessary, because the recycler view is + +426 +00:27:13,390 --> 00:27:15,690 +different from the list view because it can + +427 +00:27:15,690 --> 00:27:18,710 +display different shapes and angles. So, you have + +428 +00:27:18,710 --> 00:27:20,850 +to specify the way of display. To specify the way + +429 +00:27:20,850 --> 00:27:23,670 +of display, what does it need? Layout manager. + +430 +00:27:25,090 --> 00:27:28,810 +Now, to create a layout manager, I need to create + +431 +00:27:28,810 --> 00:27:34,450 +something called linear layout manager. is equal + +432 +00:27:34,450 --> 00:27:38,430 +to a new linear layout manager and this linear + +433 +00:27:38,430 --> 00:27:42,950 +layout manager needs get application context what + +434 +00:27:42,950 --> 00:27:46,850 +is a linear layout manager? linear means either + +435 +00:27:46,850 --> 00:27:51,630 +arranged horizontally or vertically so I will say + +436 +00:27:51,630 --> 00:27:56,850 +now linear layout manager by default linear layout + +437 +00:27:56,850 --> 00:28:01,150 +manager is vertical I can say linear layout + +438 +00:28:01,150 --> 00:28:04,720 +manager set Orientation, what does orientation + +439 +00:28:04,720 --> 00:28:09,900 +mean? The direction is known as fixed. For + +440 +00:28:09,900 --> 00:28:13,480 +example, what is this here? Linear layout manager + +441 +00:28:13,480 --> 00:28:16,220 +dot vertical. This is integer. It is fixed and + +442 +00:28:16,220 --> 00:28:19,080 +known in this class. It is by default to be + +443 +00:28:19,080 --> 00:28:23,280 +vertical, guys. Okay, if you don't do this, it is + +444 +00:28:23,280 --> 00:28:24,900 +not a problem. Okay, I will put it here. Of + +445 +00:28:24,900 --> 00:28:26,560 +course, here when I say set layout manager, what + +446 +00:28:26,560 --> 00:28:30,520 +will happen? It will be destroyed. What is main? + +447 +00:28:30,580 --> 00:28:34,170 +What is element? It's not right what I did. And + +448 +00:28:34,170 --> 00:28:37,550 +leave this gate alone. And come here. Let's work. + +449 +00:29:54,480 --> 00:29:58,560 +Okay. Why do you play with phones guys? Yes? + +450 +00:30:01,710 --> 00:30:08,130 +This is how it looks. Ok guys, + +451 +00:30:08,490 --> 00:30:13,730 +this is how RecyclerView looks after we show it. + +452 +00:30:15,190 --> 00:30:18,790 +Of course, + +453 +00:30:18,910 --> 00:30:21,250 +I'm not deleting it yet. What I'm doing is when + +454 +00:30:21,250 --> 00:30:23,710 +you click on delete, it shows up. And there is no + +455 +00:30:23,710 --> 00:30:27,180 +action yet. on the item itself, on the + +456 +00:30:27,180 --> 00:30:29,340 +RecyclerView. Okay, before we do the action, now + +457 +00:30:29,340 --> 00:30:31,640 +we are exposed to the vertical elements. Let's see + +458 +00:30:31,640 --> 00:30:36,900 +if I put it horizontally. See how it looks. + +459 +00:30:45,700 --> 00:30:53,460 +Okay, now you see how? I am drawing horizontally. + +460 +00:30:55,000 --> 00:31:01,380 +What happened horizontally? Sometimes you + +461 +00:31:01,380 --> 00:31:05,060 +have to do something horizontal like this Not only + +462 +00:31:05,060 --> 00:31:11,240 +this, we also have grid, instead of linear layout + +463 +00:31:11,240 --> 00:31:15,040 +manager We + +464 +00:31:15,040 --> 00:31:15,380 +have + +465 +00:31:35,280 --> 00:31:38,260 +GridLayoutManager GridLayoutManager takes two + +466 +00:31:38,260 --> 00:31:41,040 +things one is getApplicationContext and the other + +467 +00:31:41,040 --> 00:31:42,600 +is spanCount + +468 +00:31:47,230 --> 00:31:51,110 +Sometimes you want to display 5, 10, 20 lines in a + +469 +00:31:51,110 --> 00:31:53,610 +row. Here, for example, I want to display 2 lines + +470 +00:31:53,610 --> 00:31:58,470 +in a row. Depending on the number of elements. Of + +471 +00:31:58,470 --> 00:32:00,810 +course, you should go to the list view and type + +472 +00:32:00,810 --> 00:32:07,170 +set layout manager and give it the grid layout + +473 +00:32:07,170 --> 00:32:07,590 +manager. + +474 +00:32:10,970 --> 00:32:12,550 +RecyclerView does not only need an adapter, it + +475 +00:32:12,550 --> 00:32:16,930 +needs an adapter and a layout manager. Okay, this + +476 +00:32:16,930 --> 00:32:21,010 +is how it looks when we show this. The problem + +477 +00:32:21,010 --> 00:32:23,610 +here is in our design. What did we really do to + +478 +00:32:23,610 --> 00:32:26,250 +our design? To the screen. So, when we cut it in + +479 +00:32:26,250 --> 00:32:28,410 +half, half of the design fell down, which is what? + +480 +00:32:28,830 --> 00:32:31,070 +The image. The image. Okay? So, if you design it + +481 +00:32:31,070 --> 00:32:32,950 +correctly, it will look right. How many elements + +482 +00:32:32,950 --> 00:32:36,250 +did it show in the line? Two. Yes, two. These are + +483 +00:32:36,250 --> 00:32:38,570 +still running, the plants. Of course, if there are + +484 +00:32:38,570 --> 00:32:41,790 +more, what happens? It gets messy. This is called + +485 +00:32:41,790 --> 00:32:43,390 +Grid Layout Manager. + +486 +00:33:02,520 --> 00:33:04,500 +Ok, there are some small issues, let me put this + +487 +00:33:04,500 --> 00:33:08,920 +back vertically Layout + +488 +00:33:08,920 --> 00:33:14,520 +manager can say set reverse layout through, what + +489 +00:33:14,520 --> 00:33:18,940 +does reverse mean? Reverse it, sometimes guys have + +490 +00:33:18,940 --> 00:33:23,220 +to do what? For example, you want to create a news + +491 +00:33:23,220 --> 00:33:28,020 +website, all the news that are added to the list + +492 +00:33:28,020 --> 00:33:32,210 +view now When you add new elements and do notify + +493 +00:33:32,210 --> 00:33:34,990 +data set changed, where do the new elements + +494 +00:33:34,990 --> 00:33:39,350 +appear? No, below Not when you add to the array + +495 +00:33:39,350 --> 00:33:40,830 +list, where does it add? Does it add in the first + +496 +00:33:40,830 --> 00:33:43,210 +place? Yes, it adds in the second place So, the + +497 +00:33:43,210 --> 00:33:44,870 +elements will appear in the second place If you + +498 +00:33:44,870 --> 00:33:48,350 +want it to be opposite, there are two solutions + +499 +00:33:48,350 --> 00:33:51,070 +There is a solution without RecyclerView That is, + +500 +00:33:52,670 --> 00:33:54,450 +when you add to the array list in the first place, + +501 +00:33:54,490 --> 00:33:58,310 +or vice versa Right or not? Because this always + +502 +00:33:58,310 --> 00:34:03,350 +matches with the order of places in the list, in + +503 +00:34:03,350 --> 00:34:05,950 +the array list, matches with the order of places + +504 +00:34:05,950 --> 00:34:08,310 +in the list view. Okay? So if you reverse the + +505 +00:34:08,310 --> 00:34:11,270 +array list, you will reverse with the recycler + +506 +00:34:11,270 --> 00:34:13,770 +view or the list view. The recycler view gives you + +507 +00:34:13,770 --> 00:34:16,070 +the option, it tells you, do not worry, you put + +508 +00:34:16,070 --> 00:34:19,590 +the array as it is, you can put a choice to show + +509 +00:34:19,590 --> 00:34:21,810 +them what. On the contrary, this is another + +510 +00:34:21,810 --> 00:34:25,730 +option, which is what we did, set reverse, layout. + +511 +00:34:26,550 --> 00:34:29,530 +But of course, what did reverse layout do? It did + +512 +00:34:29,530 --> 00:34:31,730 +reverse correctly. This is the last one to be + +513 +00:34:31,730 --> 00:34:33,510 +added, which is this hope. It used to go down. + +514 +00:34:34,290 --> 00:34:36,990 +Yes, but what else? It started from where? From + +515 +00:34:36,990 --> 00:34:39,510 +below. So this can be solved by saying to it, what + +516 +00:34:39,510 --> 00:34:43,550 +is the security? Set stack from end, tell it to + +517 +00:34:43,550 --> 00:34:46,830 +roll. Because it found that as long as I reflected + +518 +00:34:46,830 --> 00:34:48,790 +it, it considers the start from below and the end + +519 +00:34:48,790 --> 00:34:51,510 +from above. So I told it to start working from + +520 +00:34:51,510 --> 00:34:55,900 +above. From the end. The end came from above. So, + +521 +00:34:55,940 --> 00:34:57,580 +I turned it on again. + +522 +00:35:04,420 --> 00:35:06,140 +Okay, this is what happened, but the elements are + +523 +00:35:06,140 --> 00:35:08,520 +reversed. The hope was shown in the end. This is + +524 +00:35:08,520 --> 00:35:10,540 +the proof that I added hope when I added it to the + +525 +00:35:10,540 --> 00:35:14,400 +array. Yes, in the end. This is P3. But now it + +526 +00:35:14,400 --> 00:35:18,160 +appeared in the beginning. Okay, another thing. + +527 +00:35:21,140 --> 00:35:23,440 +I also found out in the RecyclerView that I don't + +528 +00:35:23,440 --> 00:35:23,660 +have + +529 +00:35:26,490 --> 00:35:30,230 +In the list view, there was a line. But why didn't + +530 +00:35:30,230 --> 00:35:32,370 +I put a line here? Because it tells you that you + +531 +00:35:32,370 --> 00:35:34,230 +are allowed to put whatever you want. + +532 +00:35:37,910 --> 00:35:42,210 +To add a line, you can do the following. Go to the + +533 +00:35:42,210 --> 00:35:46,430 +list view, and you have something called add item + +534 +00:35:46,430 --> 00:35:52,280 +decoration. add item decoration this is to define + +535 +00:35:52,280 --> 00:35:55,080 +the shape or design of the item this is a big deal + +536 +00:35:55,080 --> 00:35:58,480 +how to make decoration for the item but now he + +537 +00:35:58,480 --> 00:36:03,260 +made a decoration ready called divider item + +538 +00:36:03,260 --> 00:36:07,360 +decoration divider item decoration which is like + +539 +00:36:07,360 --> 00:36:10,060 +decoration or design for whom? for the divider + +540 +00:36:10,060 --> 00:36:13,040 +what is divider? it is the division between + +541 +00:36:13,040 --> 00:36:17,460 +elements divider item decoration is equal to new + +542 +00:36:18,380 --> 00:36:22,320 +Divider item decoration. What does this context + +543 +00:36:22,320 --> 00:36:22,460 +want? + +544 +00:36:56,040 --> 00:36:57,800 +By the context and integer. + +545 +00:37:15,740 --> 00:37:20,240 +They need two things, context and divider. You + +546 +00:37:20,240 --> 00:37:22,660 +need to specify if your list is horizontal or + +547 +00:37:22,660 --> 00:37:25,960 +vertical. Right now it is vertical. So that they + +548 +00:37:25,960 --> 00:37:28,200 +know where to put the divider. So I told him + +549 +00:37:28,200 --> 00:37:33,360 +vertical. That's it. When I created the divider + +550 +00:37:33,360 --> 00:37:36,900 +item decoration, this is the ready design. Then + +551 +00:37:36,900 --> 00:37:40,580 +you go to the list view and you say add item + +552 +00:37:40,580 --> 00:37:44,660 +decoration and you say did. Ok, let's see how it + +553 +00:37:44,660 --> 00:37:44,860 +looks + +554 +00:38:09,090 --> 00:38:12,470 +Ok, this is the divider item decoration. Now look + +555 +00:38:12,470 --> 00:38:16,470 +at the advantage of having everything in the list + +556 +00:38:16,470 --> 00:38:17,030 +view ready. + +557 +00:38:22,790 --> 00:38:26,610 +Modification is hard. It's easy, but it's not + +558 +00:38:26,610 --> 00:38:29,650 +customized for the image you want. Things that you + +559 +00:38:29,650 --> 00:38:33,510 +want to modify a lot or modify your mood, you have + +560 +00:38:33,510 --> 00:38:35,390 +to work a lot on them. That's how it is. Nothing + +561 +00:38:35,390 --> 00:38:38,050 +comes easy. If you want something easy, it won't + +562 +00:38:38,050 --> 00:38:42,490 +be perfect. If you want to change something, you + +563 +00:38:42,490 --> 00:38:48,630 +need to work hard on it. For example, + +564 +00:38:50,110 --> 00:38:53,270 +I want to add a divider in the shape that I want. + +565 +00:38:53,390 --> 00:38:55,570 +I brought a picture as a divider, or I drew a + +566 +00:38:55,570 --> 00:38:59,050 +specific divider and I want to add it. Come to the + +567 +00:38:59,050 --> 00:39:01,670 +RecyclerView, for example, I brought a picture as + +568 +00:39:01,670 --> 00:39:05,910 +a divider, and I put it in the drawable. Okay? A + +569 +00:39:05,910 --> 00:39:09,470 +picture, a new picture as a divider. Instead of + +570 +00:39:09,470 --> 00:39:12,730 +using the divider default This is one of the + +571 +00:39:12,730 --> 00:39:14,770 +features of RecyclerView, which is not present in + +572 +00:39:14,770 --> 00:39:16,030 +ListView In ListView, it brings you a fixed + +573 +00:39:16,030 --> 00:39:19,850 +divider Because its editing is difficult Here, go + +574 +00:39:19,850 --> 00:39:22,670 +to the divider item decoration that I made And + +575 +00:39:22,670 --> 00:39:24,790 +tell it set drawable Do you see this set drawable? + +576 +00:39:25,550 --> 00:39:29,670 +Yes, what does it take? It takes drawable Yes, + +577 +00:39:29,730 --> 00:39:32,130 +this is a little problem here Notice that it does + +578 +00:39:32,130 --> 00:39:36,570 +not take ID if it takes id, we would put r + +579 +00:39:36,570 --> 00:39:40,410 +.drawable.name of the image but this doesn't need + +580 +00:39:40,410 --> 00:39:45,410 +id, it needs drawable itself to get the drawable + +581 +00:39:45,410 --> 00:39:49,750 +itself, you bring it in a line this drawable, for + +582 +00:39:49,750 --> 00:39:56,430 +example, you make get resources get + +583 +00:39:56,430 --> 00:39:59,770 +resources to reach the resources and from it get + +584 +00:39:59,770 --> 00:40:02,330 +drawable + +585 +00:40:03,790 --> 00:40:06,170 +And here you get the drawable, you give it the id + +586 +00:40:06,170 --> 00:40:08,590 +of the drawable to return the drawable So + +587 +00:40:08,590 --> 00:40:11,730 +getDrawable is taking the id and returning the + +588 +00:40:11,730 --> 00:40:13,590 +drawable itself Why do we need the drawable + +589 +00:40:13,590 --> 00:40:18,890 +itself? Because this method needs the drawable So + +590 +00:40:18,890 --> 00:40:25,510 +now r.drawable.divider And here what do I give it? + +591 +00:40:26,130 --> 00:40:29,190 +The d There are a lot of things in resources like + +592 +00:40:29,190 --> 00:40:31,750 +this, sometimes the ID is an integer and sometimes + +593 +00:40:31,750 --> 00:40:35,070 +the resource itself is an integer. If the integer + +594 +00:40:35,070 --> 00:40:37,230 +is an integer, you put R dot drawable dot + +595 +00:40:37,230 --> 00:40:40,370 +something like that. If the resource itself is an + +596 +00:40:40,370 --> 00:40:43,710 +integer, you put getresources dot get something + +597 +00:40:43,710 --> 00:40:52,790 +like that. Okay? Okay, based on this talk, now I + +598 +00:40:52,790 --> 00:40:55,850 +want to make the divider the image that I chose. + +599 +00:41:02,850 --> 00:41:16,070 +I'm still updating it + +600 +00:41:16,070 --> 00:41:21,090 +Ok, it's adding the image that I want in the + +601 +00:41:21,090 --> 00:41:24,970 +dividers Ok, + +602 +00:41:25,130 --> 00:41:29,410 +let's come to another point, action Now in the + +603 +00:41:29,410 --> 00:41:32,070 +list view, we used to go to the list view and say + +604 +00:41:32,070 --> 00:41:40,930 +setSit on click listener. Now, sit on item click + +605 +00:41:40,930 --> 00:41:43,310 +listener, not on click listener on the list view, + +606 +00:41:43,370 --> 00:41:46,330 +on the recycler view. But I want on a specific + +607 +00:41:46,330 --> 00:41:48,770 +item, there is no sit on item click listener. It + +608 +00:41:48,770 --> 00:41:51,110 +does not exist. They removed it. Why did they + +609 +00:41:51,110 --> 00:41:55,290 +remove it? They said that you are free to do it in + +610 +00:41:55,290 --> 00:41:59,190 +the adapter. You can't do it from here. This has + +611 +00:41:59,190 --> 00:42:03,750 +more than the lift view. Where do we do it? Go + +612 +00:42:03,750 --> 00:42:08,310 +back to the adapter. Where did we create the view? + +613 +00:42:10,410 --> 00:42:14,270 +Here, here, not in the inflate. This is the + +614 +00:42:14,270 --> 00:42:17,130 +inflater that creates the view. Come to the view, + +615 +00:42:17,210 --> 00:42:19,350 +here inside the adapter that I am using now. Come + +616 +00:42:19,350 --> 00:42:22,930 +to the adapter and tell it to sit on, click, + +617 +00:42:23,710 --> 00:42:26,670 +listen up. So when I create the view, what do I + +618 +00:42:26,670 --> 00:42:36,910 +do? I click on it. Or it is better to go to the + +619 +00:42:36,910 --> 00:42:38,890 +holder instead of putting it here. So when you + +620 +00:42:38,890 --> 00:42:45,760 +come and bind, This is holder.sitonholder + +621 +00:42:45,760 --> 00:42:52,500 +.itemview.sitonclicklistener + +622 +00:42:52,500 --> 00:42:56,000 +.newonclicklistener. Why did I put it in the + +623 +00:42:56,000 --> 00:42:57,900 +holder? Because it depends on the position. + +624 +00:43:00,920 --> 00:43:03,460 +In the onbind view, when it fills the data, it + +625 +00:43:03,460 --> 00:43:04,920 +goes to the view itself and makes it + +626 +00:43:04,920 --> 00:43:08,340 +sitonclicklistener. For example, what should we do + +627 +00:43:08,340 --> 00:43:10,160 +when we click on view? We should find the data of + +628 +00:43:10,160 --> 00:43:12,700 +the person in what? Yes, in toast. Of course, we + +629 +00:43:12,700 --> 00:43:14,480 +will change the gate. Delete, what should it do? + +630 +00:43:15,700 --> 00:43:20,340 +It should delete. Right or wrong? Delete. Let's + +631 +00:43:20,340 --> 00:43:22,100 +follow the message. The gate should delete. How to + +632 +00:43:22,100 --> 00:43:24,420 +delete? We took how to delete. You go to persons + +633 +00:43:24,420 --> 00:43:29,360 +and you say remove position. Okay? And then you + +634 +00:43:29,360 --> 00:43:33,340 +say what? Notify dataset changing. The goal is to + +635 +00:43:33,340 --> 00:43:37,490 +delete. But when I click on the item itself, All + +636 +00:43:37,490 --> 00:43:41,550 +of it. Who is the item in view? All of it. All of + +637 +00:43:41,550 --> 00:43:44,210 +the elements. When I click on it, it will give me + +638 +00:43:44,210 --> 00:43:47,570 +a toast and print data with the name of the + +639 +00:43:47,570 --> 00:43:51,170 +person. We stopped working outside. Sit on item, + +640 +00:43:51,330 --> 00:43:54,870 +click listener. We started working inside the + +641 +00:43:54,870 --> 00:43:55,270 +adapter. + +642 +00:44:20,350 --> 00:44:23,950 +The action here is running. Then it will delete + +643 +00:44:23,950 --> 00:44:28,790 +whatever happened in the element. Yes, I found + +644 +00:44:28,790 --> 00:44:32,040 +what I wanted to say. Even the focus What should I + +645 +00:44:32,040 --> 00:44:34,440 +do? Shallow. In the past, when we were looking at + +646 +00:44:34,440 --> 00:44:37,440 +an item, you would feel that there is an effect + +647 +00:44:37,440 --> 00:44:39,540 +here. Okay? You will find that the focus is + +648 +00:44:39,540 --> 00:44:42,000 +shallow. It is shallow in many ways. Why? Because + +649 +00:44:42,000 --> 00:44:43,720 +it tells you that I will remove it and you can + +650 +00:44:43,720 --> 00:44:46,780 +customize it as you want. Okay, let's make our own + +651 +00:44:46,780 --> 00:44:53,600 +focus. Come here to end this lecture. This is the + +652 +00:44:53,600 --> 00:44:57,780 +project. I want to go to the focus. How do I + +653 +00:44:57,780 --> 00:44:59,600 +design it? Through a selector. We took the + +654 +00:44:59,600 --> 00:45:02,260 +selector. Do you remember? When we press the + +655 +00:45:02,260 --> 00:45:04,840 +button, it turns blue and when we press it again, + +656 +00:45:05,220 --> 00:45:08,300 +it turns blue again. So where does this go? We + +657 +00:45:08,300 --> 00:45:11,500 +used to do it inside drawable. We used to do the + +658 +00:45:11,500 --> 00:45:14,900 +new drawable resource. What do we call it for + +659 +00:45:14,900 --> 00:45:17,240 +example? Recycler view selector. + +660 +00:45:20,720 --> 00:45:24,740 +Okay? This is the selector. Now, we want to give + +661 +00:45:24,740 --> 00:45:30,100 +it an item. We used to call it state breast. Which + +662 +00:45:30,100 --> 00:45:34,970 +means when I press it.In the past, when we were + +663 +00:45:34,970 --> 00:45:37,010 +doing a steady breast, we would go inside the item + +664 +00:45:37,010 --> 00:45:40,810 +and type shape, right? Isn't that how we used to + +665 +00:45:40,810 --> 00:45:43,690 +do it? Did you get it? When I tell him, if it's a + +666 +00:45:43,690 --> 00:45:49,110 +breast, come here and do what? Drawable, what does + +667 +00:45:49,110 --> 00:45:52,710 +this line mean? It means that when I press the + +668 +00:45:52,710 --> 00:45:59,380 +breast, it will take from the drawable here Or I + +669 +00:45:59,380 --> 00:46:04,140 +can call it color, simply color, color, accent Go + +670 +00:46:04,140 --> 00:46:08,640 +get the color So when the state becomes breast, it + +671 +00:46:08,640 --> 00:46:13,060 +will execute the meme to draw with guidance Are + +672 +00:46:13,060 --> 00:46:15,260 +you with me or not? In the past, we used to make + +673 +00:46:15,260 --> 00:46:18,560 +the state breast and inside the item we used to + +674 +00:46:18,560 --> 00:46:24,180 +design a shape Okay? Now we can say, let's make an + +675 +00:46:24,180 --> 00:46:26,120 +arrangement, I can design the shape in an external + +676 +00:46:26,120 --> 00:46:29,600 +file And I tell him here, at drawable, I bring my + +677 +00:46:29,600 --> 00:46:34,760 +shape. So that there is not too much work here. Or + +678 +00:46:34,760 --> 00:46:37,480 +I tell him to simply take a different color. + +679 +00:46:38,320 --> 00:46:40,100 +Because when it is pressed, it takes the color. + +680 +00:46:42,000 --> 00:46:44,900 +Okay, but this still has a problem. Because if it + +681 +00:46:44,900 --> 00:46:47,760 +was not pressed, what will it do? The element will + +682 +00:46:47,760 --> 00:46:50,540 +disappear. So I want to tell him, did you find an + +683 +00:46:50,540 --> 00:46:54,880 +item in the normal state? Notice that I did not + +684 +00:46:54,880 --> 00:46:59,330 +put a state. What does not have a state? There is + +685 +00:46:59,330 --> 00:47:05,530 +no specific action. Go and fill the Android color + +686 +00:47:05,530 --> 00:47:11,410 +transparent. This is a small trick. What is + +687 +00:47:11,410 --> 00:47:14,910 +transparent? Transparent. It does not cover + +688 +00:47:14,910 --> 00:47:18,210 +anything. Put a transparent color on it. When he + +689 +00:47:18,210 --> 00:47:19,290 +puts a transparent color on it, what will you get? + +690 +00:47:19,990 --> 00:47:23,710 +You will get the same element. When there is + +691 +00:47:23,710 --> 00:47:28,300 +nothing on it, it will cover it with transparent + +692 +00:47:28,300 --> 00:47:31,620 +color it will show the same element when you click + +693 +00:47:31,620 --> 00:47:35,480 +on it, it will take the background color as what? + +694 +00:47:36,300 --> 00:47:41,020 +yes, the accent okay? now, this thing that I did, + +695 +00:47:41,180 --> 00:47:43,760 +I did not benefit from it yet, right or not? go to + +696 +00:47:43,760 --> 00:47:48,360 +the adapter go to the adapter now, I did not + +697 +00:47:48,360 --> 00:47:52,940 +create the view here go to the view and say set + +698 +00:47:52,940 --> 00:47:57,980 +backgroundI have a background resource that takes + +699 +00:47:57,980 --> 00:48:00,880 +an integer. Or there is a drawable background that + +700 +00:48:00,880 --> 00:48:04,440 +takes a drawable. You can use any one of them. But + +701 +00:48:04,440 --> 00:48:06,120 +if you want to take a drawable, you have to go and + +702 +00:48:06,120 --> 00:48:10,480 +say getresources.getdrawable. But if you use this, + +703 +00:48:11,020 --> 00:48:18,880 +you always say R.drawable.recyclerviewselector. + +704 +00:48:21,110 --> 00:48:23,390 +Of course, I put this one in uncreate, which is + +705 +00:48:23,390 --> 00:48:25,790 +the same element, if the content changes, but the + +706 +00:48:25,790 --> 00:48:31,650 +selector remains the same. Even if I reuse it, the + +707 +00:48:31,650 --> 00:48:34,950 +selector remains the same. Okay? Let's try this + +708 +00:48:34,950 --> 00:48:34,990 +one. + +709 +00:49:06,900 --> 00:49:08,540 +Of course this divide is separate, there is no + +710 +00:49:08,540 --> 00:49:11,380 +action on it, okay? So notice that when you click + +711 +00:49:11,380 --> 00:49:13,920 +on it, it brings you the selector that you want. + +712 +00:49:16,940 --> 00:49:22,460 +Okay guys, there are some things that need coding + +713 +00:49:22,460 --> 00:49:25,500 +more than list view, but it is normal, you will do + +714 +00:49:25,500 --> 00:49:29,200 +coding more to specialize as you want. There are + +715 +00:49:29,200 --> 00:49:31,580 +things that we could not do in the list view, such + +716 +00:49:31,580 --> 00:49:34,920 +as horizontally, vertically and grid. Or you can + +717 +00:49:34,920 --> 00:49:39,400 +change in the divider or in the effect when you + +718 +00:49:39,400 --> 00:49:42,780 +click on an element, you will find that in the + +719 +00:49:42,780 --> 00:49:45,700 +recycler view you can control these elements. We + +720 +00:49:45,700 --> 00:49:49,020 +have not finished the recycler view yet. In the + +721 +00:49:49,020 --> 00:49:51,480 +next lecture, we will see how to make animation on + +722 +00:49:51,480 --> 00:49:53,820 +elements. You can make them slide like this and + +723 +00:49:53,820 --> 00:49:56,460 +like this. And change the action based on it. And + +724 +00:49:56,460 --> 00:49:58,780 +we will talk about something that improves the + +725 +00:49:58,780 --> 00:50:00,440 +design and is used a lot. It is called the card + +726 +00:50:00,440 --> 00:50:03,840 +view. And how to use it with the recycler view.So, + +727 +00:50:03,900 --> 00:50:05,360 +next lecture, God willing, we will finish the + +728 +00:50:05,360 --> 00:50:08,780 +topic of Recycling Fuel And after that, we will + +729 +00:50:08,780 --> 00:50:10,680 +enter into the topic of Database Did you take a + +730 +00:50:10,680 --> 00:50:13,920 +database, guys? Practically, practically Did you + +731 +00:50:13,920 --> 00:50:17,500 +take it? How to create a query? Select? Yes Yes + +732 +00:50:17,500 --> 00:50:24,340 +Did it start with it again? Yes Yes How + +733 +00:50:24,340 --> 00:50:28,520 +to insert and create a table? Yes Yes Yes Yes Yes + +734 +00:50:28,520 --> 00:50:28,640 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +735 +00:50:28,640 --> 00:50:29,180 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +736 +00:50:29,180 --> 00:50:29,580 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +737 +00:50:29,580 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +738 +00:50:32,560 --> 00:50:32,620 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..ec761ec75a90a28e9c4a1b4cad010c3350177e62 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 2221, "start": 20.79, "end": 22.21, "text": " As-Salamu Alaikum.", "tokens": [1018, 12, 50, 23819, 84, 46289, 35518, 13], "avg_logprob": -0.6180555555555556, "compression_ratio": 0.7037037037037037, "no_speech_prob": 0.0, "words": [{"start": 20.79, "end": 21.21, "word": " As", "probability": 0.1644287109375}, {"start": 21.21, "end": 21.83, "word": "-Salamu", "probability": 0.62042236328125}, {"start": 21.83, "end": 22.21, "word": " Alaikum.", "probability": 0.755859375}], "temperature": 1.0}, {"id": 2, "seek": 5172, "start": 27.4, "end": 51.72, "text": "In the last lecture, we started talking about RecyclerView We said that RecyclerView is like the next generation of ListView We learned how to use ListView and how to use ViewHolder to improve the performance of ListView But ListView has limitations And that's why they made RecyclerView", "tokens": [4575, 264, 1036, 7991, 11, 321, 1409, 1417, 466, 1300, 1344, 66, 1918, 30203, 492, 848, 300, 1300, 1344, 66, 1918, 30203, 307, 411, 264, 958, 5125, 295, 17668, 30203, 492, 3264, 577, 281, 764, 17668, 30203, 293, 577, 281, 764, 13909, 42347, 260, 281, 3470, 264, 3389, 295, 17668, 30203, 583, 17668, 30203, 575, 15705, 400, 300, 311, 983, 436, 1027, 1300, 1344, 66, 1918, 30203], "avg_logprob": -0.439568009446649, "compression_ratio": 1.6686046511627908, "no_speech_prob": 0.0, "words": [{"start": 27.4, "end": 27.62, "word": "In", "probability": 0.53369140625}, {"start": 27.62, "end": 27.72, "word": " the", "probability": 0.767578125}, {"start": 27.72, "end": 27.86, "word": " last", "probability": 0.74755859375}, {"start": 27.86, "end": 28.32, "word": " lecture,", "probability": 0.833984375}, {"start": 28.76, "end": 29.98, "word": " we", "probability": 0.912109375}, {"start": 29.98, "end": 30.18, "word": " started", "probability": 0.455078125}, {"start": 30.18, "end": 30.64, "word": " talking", "probability": 0.4453125}, {"start": 30.64, "end": 31.34, "word": " about", "probability": 0.896484375}, {"start": 31.34, "end": 32.46, "word": " RecyclerView", "probability": 0.69404296875}, {"start": 32.46, "end": 32.94, "word": " We", "probability": 0.1915283203125}, {"start": 32.94, "end": 33.14, "word": " said", "probability": 0.748046875}, {"start": 33.14, "end": 33.54, "word": " that", "probability": 0.87060546875}, {"start": 33.54, "end": 34.46, "word": " RecyclerView", "probability": 0.90390625}, {"start": 34.46, "end": 34.86, "word": " is", "probability": 0.8369140625}, {"start": 34.86, "end": 35.2, "word": " like", "probability": 0.63525390625}, {"start": 35.2, "end": 35.3, "word": " the", "probability": 0.529296875}, {"start": 35.3, "end": 35.5, "word": " next", "probability": 0.8544921875}, {"start": 35.5, "end": 36.08, "word": " generation", "probability": 0.84130859375}, {"start": 36.08, "end": 36.22, "word": " of", "probability": 0.5732421875}, {"start": 36.22, "end": 36.72, "word": " ListView", "probability": 0.896484375}, {"start": 36.72, "end": 39.14, "word": " We", "probability": 0.64599609375}, {"start": 39.14, "end": 39.46, "word": " learned", "probability": 0.57958984375}, {"start": 39.46, "end": 39.7, "word": " how", "probability": 0.225341796875}, {"start": 39.7, "end": 39.7, "word": " to", "probability": 0.95703125}, {"start": 39.7, "end": 39.7, "word": " use", "probability": 0.7490234375}, {"start": 39.7, "end": 39.7, "word": " ListView", "probability": 0.790771484375}, {"start": 39.7, "end": 40.08, "word": " and", "probability": 0.1588134765625}, {"start": 40.08, "end": 40.42, "word": " how", "probability": 0.390625}, {"start": 40.42, "end": 40.76, "word": " to", "probability": 0.9482421875}, {"start": 40.76, "end": 41.02, "word": " use", "probability": 0.73779296875}, {"start": 41.02, "end": 41.76, "word": " ViewHolder", "probability": 0.7338053385416666}, {"start": 41.76, "end": 41.96, "word": " to", "probability": 0.7744140625}, {"start": 41.96, "end": 42.28, "word": " improve", "probability": 0.59716796875}, {"start": 42.28, "end": 42.42, "word": " the", "probability": 0.321533203125}, {"start": 42.42, "end": 42.98, "word": " performance", "probability": 0.73876953125}, {"start": 42.98, "end": 43.1, "word": " of", "probability": 0.8798828125}, {"start": 43.1, "end": 43.68, "word": " ListView", "probability": 0.86572265625}, {"start": 43.68, "end": 43.96, "word": " But", "probability": 0.2442626953125}, {"start": 43.96, "end": 45.6, "word": " ListView", "probability": 0.847900390625}, {"start": 45.6, "end": 45.82, "word": " has", "probability": 0.8115234375}, {"start": 45.82, "end": 46.52, "word": " limitations", "probability": 0.445556640625}, {"start": 46.52, "end": 47.94, "word": " And", "probability": 0.2410888671875}, {"start": 47.94, "end": 48.1, "word": " that's", "probability": 0.3968505859375}, {"start": 48.1, "end": 49.66, "word": " why", "probability": 0.56591796875}, {"start": 49.66, "end": 50.44, "word": " they", "probability": 0.3779296875}, {"start": 50.44, "end": 50.6, "word": " made", "probability": 0.3388671875}, {"start": 50.6, "end": 51.72, "word": " RecyclerView", "probability": 0.93486328125}], "temperature": 1.0}, {"id": 3, "seek": 7518, "start": 53.12, "end": 75.18, "text": "The first rule is that the ListView does not force you to use the ViewHolder. Do you remember the ViewHolder that we used? Why? To reduce the use of FindViewById. Because each view we create takes a reference from the elements in it and stores it in an object. And that object is put in the tag on the view. When I return the view again, I bring it from the tag and deliver the elements in it directly without having to create FindViewById.", "tokens": [2278, 700, 4978, 307, 300, 264, 17668, 30203, 775, 406, 3464, 291, 281, 764, 264, 13909, 42347, 260, 13, 1144, 291, 1604, 264, 13909, 42347, 260, 300, 321, 1143, 30, 1545, 30, 1407, 5407, 264, 764, 295, 11809, 30203, 27690, 42739, 13, 1436, 1184, 1910, 321, 1884, 2516, 257, 6408, 490, 264, 4959, 294, 309, 293, 9512, 309, 294, 364, 2657, 13, 400, 300, 2657, 307, 829, 294, 264, 6162, 322, 264, 1910, 13, 1133, 286, 2736, 264, 1910, 797, 11, 286, 1565, 309, 490, 264, 6162, 293, 4239, 264, 4959, 294, 309, 3838, 1553, 1419, 281, 1884, 11809, 30203, 27690, 42739, 13], "avg_logprob": -0.4152644222172407, "compression_ratio": 1.7322834645669292, "no_speech_prob": 0.0, "words": [{"start": 53.12, "end": 53.36, "word": "The", "probability": 0.356689453125}, {"start": 53.36, "end": 53.5, "word": " first", "probability": 0.82373046875}, {"start": 53.5, "end": 53.8, "word": " rule", "probability": 0.728515625}, {"start": 53.8, "end": 54.02, "word": " is", "probability": 0.77294921875}, {"start": 54.02, "end": 54.28, "word": " that", "probability": 0.72265625}, {"start": 54.28, "end": 54.4, "word": " the", "probability": 0.232421875}, {"start": 54.4, "end": 54.86, "word": " ListView", "probability": 0.6600341796875}, {"start": 54.86, "end": 55.08, "word": " does", "probability": 0.355224609375}, {"start": 55.08, "end": 55.08, "word": " not", "probability": 0.931640625}, {"start": 55.08, "end": 55.46, "word": " force", "probability": 0.79052734375}, {"start": 55.46, "end": 55.58, "word": " you", "probability": 0.88818359375}, {"start": 55.58, "end": 55.7, "word": " to", "probability": 0.96533203125}, {"start": 55.7, "end": 55.98, "word": " use", "probability": 0.86474609375}, {"start": 55.98, "end": 56.16, "word": " the", "probability": 0.685546875}, {"start": 56.16, "end": 56.76, "word": " ViewHolder.", "probability": 0.8387044270833334}, {"start": 57.0, "end": 57.16, "word": " Do", "probability": 0.456787109375}, {"start": 57.16, "end": 57.16, "word": " you", "probability": 0.9638671875}, {"start": 57.16, "end": 57.42, "word": " remember", "probability": 0.83837890625}, {"start": 57.42, "end": 57.58, "word": " the", "probability": 0.5126953125}, {"start": 57.58, "end": 58.06, "word": " ViewHolder", "probability": 0.8570963541666666}, {"start": 58.06, "end": 58.14, "word": " that", "probability": 0.482666015625}, {"start": 58.14, "end": 58.3, "word": " we", "probability": 0.8779296875}, {"start": 58.3, "end": 58.6, "word": " used?", "probability": 0.88818359375}, {"start": 58.78, "end": 59.0, "word": " Why?", "probability": 0.65576171875}, {"start": 59.06, "end": 59.3, "word": " To", "probability": 0.58349609375}, {"start": 59.3, "end": 59.64, "word": " reduce", "probability": 0.6484375}, {"start": 59.64, "end": 59.78, "word": " the", "probability": 0.736328125}, {"start": 59.78, "end": 60.06, "word": " use", "probability": 0.80126953125}, {"start": 60.06, "end": 60.26, "word": " of", "probability": 0.97216796875}, {"start": 60.26, "end": 61.16, "word": " FindViewById.", "probability": 0.714111328125}, {"start": 61.38, "end": 61.54, "word": " Because", "probability": 0.326416015625}, {"start": 61.54, "end": 61.8, "word": " each", "probability": 0.42919921875}, {"start": 61.8, "end": 62.0, "word": " view", "probability": 0.478271484375}, {"start": 62.0, "end": 62.12, "word": " we", "probability": 0.40185546875}, {"start": 62.12, "end": 62.42, "word": " create", "probability": 0.447998046875}, {"start": 62.42, "end": 63.46, "word": " takes", "probability": 0.3828125}, {"start": 63.46, "end": 63.66, "word": " a", "probability": 0.4912109375}, {"start": 63.66, "end": 64.12, "word": " reference", "probability": 0.8740234375}, {"start": 64.12, "end": 64.54, "word": " from", "probability": 0.84423828125}, {"start": 64.54, "end": 64.66, "word": " the", "probability": 0.75537109375}, {"start": 64.66, "end": 64.94, "word": " elements", "probability": 0.56005859375}, {"start": 64.94, "end": 65.38, "word": " in", "probability": 0.45751953125}, {"start": 65.38, "end": 65.52, "word": " it", "probability": 0.8974609375}, {"start": 65.52, "end": 65.62, "word": " and", "probability": 0.685546875}, {"start": 65.62, "end": 65.76, "word": " stores", "probability": 0.39990234375}, {"start": 65.76, "end": 65.88, "word": " it", "probability": 0.58935546875}, {"start": 65.88, "end": 65.96, "word": " in", "probability": 0.8486328125}, {"start": 65.96, "end": 66.06, "word": " an", "probability": 0.52001953125}, {"start": 66.06, "end": 66.26, "word": " object.", "probability": 0.94775390625}, {"start": 66.82, "end": 66.94, "word": " And", "probability": 0.80322265625}, {"start": 66.94, "end": 66.96, "word": " that", "probability": 0.2291259765625}, {"start": 66.96, "end": 67.18, "word": " object", "probability": 0.958984375}, {"start": 67.18, "end": 67.42, "word": " is", "probability": 0.544921875}, {"start": 67.42, "end": 67.62, "word": " put", "probability": 0.18603515625}, {"start": 67.62, "end": 67.72, "word": " in", "probability": 0.84814453125}, {"start": 67.72, "end": 67.86, "word": " the", "probability": 0.82421875}, {"start": 67.86, "end": 68.04, "word": " tag", "probability": 0.5234375}, {"start": 68.04, "end": 68.24, "word": " on", "probability": 0.7119140625}, {"start": 68.24, "end": 68.36, "word": " the", "probability": 0.826171875}, {"start": 68.36, "end": 68.52, "word": " view.", "probability": 0.78076171875}, {"start": 69.04, "end": 69.36, "word": " When", "probability": 0.86376953125}, {"start": 69.36, "end": 69.5, "word": " I", "probability": 0.96875}, {"start": 69.5, "end": 69.68, "word": " return", "probability": 0.57666015625}, {"start": 69.68, "end": 69.88, "word": " the", "probability": 0.76806640625}, {"start": 69.88, "end": 70.08, "word": " view", "probability": 0.81787109375}, {"start": 70.08, "end": 70.38, "word": " again,", "probability": 0.7548828125}, {"start": 70.44, "end": 70.54, "word": " I", "probability": 0.93310546875}, {"start": 70.54, "end": 70.62, "word": " bring", "probability": 0.3955078125}, {"start": 70.62, "end": 70.72, "word": " it", "probability": 0.9189453125}, {"start": 70.72, "end": 70.82, "word": " from", "probability": 0.67236328125}, {"start": 70.82, "end": 71.0, "word": " the", "probability": 0.90673828125}, {"start": 71.0, "end": 71.22, "word": " tag", "probability": 0.94287109375}, {"start": 71.22, "end": 71.36, "word": " and", "probability": 0.85009765625}, {"start": 71.36, "end": 71.58, "word": " deliver", "probability": 0.353271484375}, {"start": 71.58, "end": 71.74, "word": " the", "probability": 0.404052734375}, {"start": 71.74, "end": 72.06, "word": " elements", "probability": 0.79931640625}, {"start": 72.06, "end": 72.3, "word": " in", "probability": 0.2626953125}, {"start": 72.3, "end": 72.64, "word": " it", "probability": 0.93115234375}, {"start": 72.64, "end": 73.1, "word": " directly", "probability": 0.80224609375}, {"start": 73.1, "end": 73.72, "word": " without", "probability": 0.7275390625}, {"start": 73.72, "end": 74.04, "word": " having", "probability": 0.63427734375}, {"start": 74.04, "end": 74.18, "word": " to", "probability": 0.97216796875}, {"start": 74.18, "end": 74.28, "word": " create", "probability": 0.47021484375}, {"start": 74.28, "end": 75.18, "word": " FindViewById.", "probability": 0.867919921875}], "temperature": 1.0}, {"id": 4, "seek": 10468, "start": 76.26, "end": 104.68, "text": " This does not force you to use it. Because you saw that the first version we made from the adapter did not have a view holder. Right or wrong? That's why they said no. They said that if we want anyone to design after that, any list must have a good performance. So in the RecyclerView, they forced the programmer, and we will see how they force him now, that he must use a view holder. Not only that, the ListView", "tokens": [639, 775, 406, 3464, 291, 281, 764, 309, 13, 1436, 291, 1866, 300, 264, 700, 3037, 321, 1027, 490, 264, 22860, 630, 406, 362, 257, 1910, 20349, 13, 1779, 420, 2085, 30, 663, 311, 983, 436, 848, 572, 13, 814, 848, 300, 498, 321, 528, 2878, 281, 1715, 934, 300, 11, 604, 1329, 1633, 362, 257, 665, 3389, 13, 407, 294, 264, 1300, 1344, 66, 1918, 30203, 11, 436, 7579, 264, 32116, 11, 293, 321, 486, 536, 577, 436, 3464, 796, 586, 11, 300, 415, 1633, 764, 257, 1910, 20349, 13, 1726, 787, 300, 11, 264, 17668, 30203], "avg_logprob": -0.41982322389429266, "compression_ratio": 1.6761133603238867, "no_speech_prob": 0.0, "words": [{"start": 76.26, "end": 76.6, "word": " This", "probability": 0.24267578125}, {"start": 76.6, "end": 76.8, "word": " does", "probability": 0.41845703125}, {"start": 76.8, "end": 76.8, "word": " not", "probability": 0.9189453125}, {"start": 76.8, "end": 77.06, "word": " force", "probability": 0.82958984375}, {"start": 77.06, "end": 77.44, "word": " you", "probability": 0.841796875}, {"start": 77.44, "end": 77.54, "word": " to", "probability": 0.96337890625}, {"start": 77.54, "end": 77.88, "word": " use", "probability": 0.8623046875}, {"start": 77.88, "end": 78.06, "word": " it.", "probability": 0.7001953125}, {"start": 78.34, "end": 78.54, "word": " Because", "probability": 0.320556640625}, {"start": 78.54, "end": 78.7, "word": " you", "probability": 0.275390625}, {"start": 78.7, "end": 78.78, "word": " saw", "probability": 0.443115234375}, {"start": 78.78, "end": 79.02, "word": " that", "probability": 0.461669921875}, {"start": 79.02, "end": 79.18, "word": " the", "probability": 0.69482421875}, {"start": 79.18, "end": 79.52, "word": " first", "probability": 0.83837890625}, {"start": 79.52, "end": 79.88, "word": " version", "probability": 0.7861328125}, {"start": 79.88, "end": 79.98, "word": " we", "probability": 0.578125}, {"start": 79.98, "end": 80.26, "word": " made", "probability": 0.62158203125}, {"start": 80.26, "end": 80.46, "word": " from", "probability": 0.4677734375}, {"start": 80.46, "end": 80.56, "word": " the", "probability": 0.71533203125}, {"start": 80.56, "end": 80.92, "word": " adapter", "probability": 0.76806640625}, {"start": 80.92, "end": 81.16, "word": " did", "probability": 0.47265625}, {"start": 81.16, "end": 81.16, "word": " not", "probability": 0.9423828125}, {"start": 81.16, "end": 81.62, "word": " have", "probability": 0.84814453125}, {"start": 81.62, "end": 82.54, "word": " a", "probability": 0.68701171875}, {"start": 82.54, "end": 82.7, "word": " view", "probability": 0.8046875}, {"start": 82.7, "end": 82.98, "word": " holder.", "probability": 0.71728515625}, {"start": 83.32, "end": 83.56, "word": " Right", "probability": 0.51123046875}, {"start": 83.56, "end": 83.74, "word": " or", "probability": 0.693359375}, {"start": 83.74, "end": 83.84, "word": " wrong?", "probability": 0.394775390625}, {"start": 85.06, "end": 85.54, "word": " That's", "probability": 0.4022216796875}, {"start": 85.54, "end": 85.64, "word": " why", "probability": 0.92236328125}, {"start": 85.64, "end": 85.76, "word": " they", "probability": 0.81396484375}, {"start": 85.76, "end": 85.92, "word": " said", "probability": 0.68310546875}, {"start": 85.92, "end": 86.1, "word": " no.", "probability": 0.437744140625}, {"start": 86.26, "end": 86.28, "word": " They", "probability": 0.72900390625}, {"start": 86.28, "end": 86.44, "word": " said", "probability": 0.85205078125}, {"start": 86.44, "end": 86.64, "word": " that", "probability": 0.394775390625}, {"start": 86.64, "end": 86.64, "word": " if", "probability": 0.33349609375}, {"start": 86.64, "end": 86.72, "word": " we", "probability": 0.60986328125}, {"start": 86.72, "end": 87.0, "word": " want", "probability": 0.8369140625}, {"start": 87.0, "end": 87.38, "word": " anyone", "probability": 0.6845703125}, {"start": 87.38, "end": 87.54, "word": " to", "probability": 0.93359375}, {"start": 87.54, "end": 87.84, "word": " design", "probability": 0.94970703125}, {"start": 87.84, "end": 88.12, "word": " after", "probability": 0.1702880859375}, {"start": 88.12, "end": 88.44, "word": " that,", "probability": 0.7705078125}, {"start": 88.68, "end": 88.86, "word": " any", "probability": 0.7109375}, {"start": 88.86, "end": 89.12, "word": " list", "probability": 0.88525390625}, {"start": 89.12, "end": 89.64, "word": " must", "probability": 0.54736328125}, {"start": 89.64, "end": 90.56, "word": " have", "probability": 0.9052734375}, {"start": 90.56, "end": 90.56, "word": " a", "probability": 0.5791015625}, {"start": 90.56, "end": 90.56, "word": " good", "probability": 0.91552734375}, {"start": 90.56, "end": 91.04, "word": " performance.", "probability": 0.87353515625}, {"start": 92.18, "end": 92.66, "word": " So", "probability": 0.587890625}, {"start": 92.66, "end": 92.88, "word": " in", "probability": 0.63818359375}, {"start": 92.88, "end": 93.12, "word": " the", "probability": 0.67626953125}, {"start": 93.12, "end": 94.0, "word": " RecyclerView,", "probability": 0.80703125}, {"start": 94.84, "end": 94.84, "word": " they", "probability": 0.3583984375}, {"start": 94.84, "end": 95.36, "word": " forced", "probability": 0.5166015625}, {"start": 95.36, "end": 95.6, "word": " the", "probability": 0.79736328125}, {"start": 95.6, "end": 95.9, "word": " programmer,", "probability": 0.93408203125}, {"start": 96.34, "end": 96.5, "word": " and", "probability": 0.810546875}, {"start": 96.5, "end": 96.62, "word": " we", "probability": 0.7744140625}, {"start": 96.62, "end": 96.64, "word": " will", "probability": 0.5732421875}, {"start": 96.64, "end": 96.82, "word": " see", "probability": 0.85791015625}, {"start": 96.82, "end": 97.02, "word": " how", "probability": 0.62353515625}, {"start": 97.02, "end": 97.34, "word": " they", "probability": 0.70166015625}, {"start": 97.34, "end": 97.54, "word": " force", "probability": 0.71044921875}, {"start": 97.54, "end": 97.74, "word": " him", "probability": 0.70458984375}, {"start": 97.74, "end": 97.74, "word": " now,", "probability": 0.7587890625}, {"start": 97.84, "end": 97.96, "word": " that", "probability": 0.55322265625}, {"start": 97.96, "end": 98.12, "word": " he", "probability": 0.82421875}, {"start": 98.12, "end": 98.38, "word": " must", "probability": 0.716796875}, {"start": 98.38, "end": 98.78, "word": " use", "probability": 0.88623046875}, {"start": 98.78, "end": 98.9, "word": " a", "probability": 0.5419921875}, {"start": 98.9, "end": 99.04, "word": " view", "probability": 0.82470703125}, {"start": 99.04, "end": 99.32, "word": " holder.", "probability": 0.8134765625}, {"start": 100.9, "end": 101.38, "word": " Not", "probability": 0.90478515625}, {"start": 101.38, "end": 101.6, "word": " only", "probability": 0.845703125}, {"start": 101.6, "end": 101.86, "word": " that,", "probability": 0.85546875}, {"start": 102.96, "end": 103.38, "word": " the", "probability": 0.4951171875}, {"start": 103.38, "end": 104.68, "word": " ListView", "probability": 0.90966796875}], "temperature": 1.0}, {"id": 5, "seek": 12031, "start": 105.67, "end": 120.31, "text": " It doesn't mean that you have to adjust it. For example, you have to make the list view horizontal. You have to make the elements horizontal rather than vertical. Or you have to make them grid-like. What does grid mean? Two elements next to each other and below them two elements and below them two elements. Or four elements in a row.", "tokens": [467, 1177, 380, 914, 300, 291, 362, 281, 4369, 309, 13, 1171, 1365, 11, 291, 362, 281, 652, 264, 1329, 1910, 12750, 13, 509, 362, 281, 652, 264, 4959, 12750, 2831, 813, 9429, 13, 1610, 291, 362, 281, 652, 552, 10748, 12, 4092, 13, 708, 775, 10748, 914, 30, 4453, 4959, 958, 281, 1184, 661, 293, 2507, 552, 732, 4959, 293, 2507, 552, 732, 4959, 13, 1610, 1451, 4959, 294, 257, 5386, 13], "avg_logprob": -0.5637669168614052, "compression_ratio": 1.8876404494382022, "no_speech_prob": 0.0, "words": [{"start": 105.67, "end": 105.91, "word": " It", "probability": 0.305908203125}, {"start": 105.91, "end": 106.03, "word": " doesn't", "probability": 0.65234375}, {"start": 106.03, "end": 106.21, "word": " mean", "probability": 0.6064453125}, {"start": 106.21, "end": 106.31, "word": " that", "probability": 0.28955078125}, {"start": 106.31, "end": 106.39, "word": " you", "probability": 0.52978515625}, {"start": 106.39, "end": 106.47, "word": " have", "probability": 0.383544921875}, {"start": 106.47, "end": 106.61, "word": " to", "probability": 0.962890625}, {"start": 106.61, "end": 106.97, "word": " adjust", "probability": 0.1744384765625}, {"start": 106.97, "end": 107.31, "word": " it.", "probability": 0.533203125}, {"start": 107.45, "end": 107.75, "word": " For", "probability": 0.72265625}, {"start": 107.75, "end": 107.93, "word": " example,", "probability": 0.89794921875}, {"start": 108.01, "end": 108.05, "word": " you", "probability": 0.78271484375}, {"start": 108.05, "end": 108.17, "word": " have", "probability": 0.249267578125}, {"start": 108.17, "end": 108.23, "word": " to", "probability": 0.96728515625}, {"start": 108.23, "end": 108.39, "word": " make", "probability": 0.7138671875}, {"start": 108.39, "end": 108.55, "word": " the", "probability": 0.245361328125}, {"start": 108.55, "end": 108.71, "word": " list", "probability": 0.75537109375}, {"start": 108.71, "end": 109.03, "word": " view", "probability": 0.7060546875}, {"start": 109.03, "end": 109.81, "word": " horizontal.", "probability": 0.60302734375}, {"start": 110.55, "end": 110.67, "word": " You", "probability": 0.340576171875}, {"start": 110.67, "end": 110.83, "word": " have", "probability": 0.47509765625}, {"start": 110.83, "end": 110.89, "word": " to", "probability": 0.9423828125}, {"start": 110.89, "end": 110.95, "word": " make", "probability": 0.73193359375}, {"start": 110.95, "end": 110.99, "word": " the", "probability": 0.59716796875}, {"start": 110.99, "end": 111.31, "word": " elements", "probability": 0.7236328125}, {"start": 111.31, "end": 111.51, "word": " horizontal", "probability": 0.2822265625}, {"start": 111.51, "end": 111.51, "word": " rather", "probability": 0.326416015625}, {"start": 111.51, "end": 111.73, "word": " than", "probability": 0.95068359375}, {"start": 111.73, "end": 112.37, "word": " vertical.", "probability": 0.87451171875}, {"start": 114.03, "end": 114.37, "word": " Or", "probability": 0.7529296875}, {"start": 114.37, "end": 114.55, "word": " you", "probability": 0.24560546875}, {"start": 114.55, "end": 114.55, "word": " have", "probability": 0.3564453125}, {"start": 114.55, "end": 114.73, "word": " to", "probability": 0.962890625}, {"start": 114.73, "end": 114.73, "word": " make", "probability": 0.728515625}, {"start": 114.73, "end": 114.79, "word": " them", "probability": 0.480224609375}, {"start": 114.79, "end": 115.13, "word": " grid", "probability": 0.66015625}, {"start": 115.13, "end": 115.21, "word": "-like.", "probability": 0.346435546875}, {"start": 115.21, "end": 115.39, "word": " What", "probability": 0.61376953125}, {"start": 115.39, "end": 115.51, "word": " does", "probability": 0.52880859375}, {"start": 115.51, "end": 115.77, "word": " grid", "probability": 0.80224609375}, {"start": 115.77, "end": 115.83, "word": " mean?", "probability": 0.8798828125}, {"start": 116.15, "end": 116.37, "word": " Two", "probability": 0.268798828125}, {"start": 116.37, "end": 116.67, "word": " elements", "probability": 0.40869140625}, {"start": 116.67, "end": 116.97, "word": " next", "probability": 0.673828125}, {"start": 116.97, "end": 117.07, "word": " to", "probability": 0.9638671875}, {"start": 117.07, "end": 117.27, "word": " each", "probability": 0.923828125}, {"start": 117.27, "end": 117.27, "word": " other", "probability": 0.892578125}, {"start": 117.27, "end": 117.39, "word": " and", "probability": 0.45458984375}, {"start": 117.39, "end": 117.53, "word": " below", "probability": 0.3515625}, {"start": 117.53, "end": 117.71, "word": " them", "probability": 0.79052734375}, {"start": 117.71, "end": 117.81, "word": " two", "probability": 0.6103515625}, {"start": 117.81, "end": 118.01, "word": " elements", "probability": 0.7880859375}, {"start": 118.01, "end": 118.29, "word": " and", "probability": 0.61328125}, {"start": 118.29, "end": 118.43, "word": " below", "probability": 0.91259765625}, {"start": 118.43, "end": 118.57, "word": " them", "probability": 0.90234375}, {"start": 118.57, "end": 118.93, "word": " two", "probability": 0.796875}, {"start": 118.93, "end": 118.93, "word": " elements.", "probability": 0.8759765625}, {"start": 119.07, "end": 119.17, "word": " Or", "probability": 0.92041015625}, {"start": 119.17, "end": 119.91, "word": " four", "probability": 0.486083984375}, {"start": 119.91, "end": 120.05, "word": " elements", "probability": 0.398193359375}, {"start": 120.05, "end": 120.13, "word": " in", "probability": 0.58251953125}, {"start": 120.13, "end": 120.31, "word": " a", "probability": 0.47265625}, {"start": 120.31, "end": 120.31, "word": " row.", "probability": 0.59765625}], "temperature": 1.0}, {"id": 6, "seek": 15271, "start": 124.25, "end": 152.71, "text": " Also, you can't use ListView to do this task, or to do it in a big group. But in RecycleView, there is a support that you put it horizontally or vertically to make a grid. A grid is like a network, you put elements, four elements in the first row and four elements below them, and so on. Not only elements under each other. For example, the applications that appear on the mobile, on the main screen, they don't appear next to each other. Like this, for example, this is like a grid.", "tokens": [2743, 11, 291, 393, 380, 764, 17668, 30203, 281, 360, 341, 5633, 11, 420, 281, 360, 309, 294, 257, 955, 1594, 13, 583, 294, 1300, 14796, 30203, 11, 456, 307, 257, 1406, 300, 291, 829, 309, 33796, 420, 28450, 281, 652, 257, 10748, 13, 316, 10748, 307, 411, 257, 3209, 11, 291, 829, 4959, 11, 1451, 4959, 294, 264, 700, 5386, 293, 1451, 4959, 2507, 552, 11, 293, 370, 322, 13, 1726, 787, 4959, 833, 1184, 661, 13, 1171, 1365, 11, 264, 5821, 300, 4204, 322, 264, 6013, 11, 322, 264, 2135, 2568, 11, 436, 500, 380, 4204, 958, 281, 1184, 661, 13, 1743, 341, 11, 337, 1365, 11, 341, 307, 411, 257, 10748, 13], "avg_logprob": -0.5145474240697664, "compression_ratio": 1.7794117647058822, "no_speech_prob": 0.0, "words": [{"start": 124.25, "end": 124.65, "word": " Also,", "probability": 0.420166015625}, {"start": 124.65, "end": 125.05, "word": " you", "probability": 0.428466796875}, {"start": 125.05, "end": 125.51, "word": " can't", "probability": 0.5693359375}, {"start": 125.51, "end": 125.83, "word": " use", "probability": 0.2489013671875}, {"start": 125.83, "end": 125.83, "word": " ListView", "probability": 0.638671875}, {"start": 125.83, "end": 125.83, "word": " to", "probability": 0.372314453125}, {"start": 125.83, "end": 125.83, "word": " do", "probability": 0.3681640625}, {"start": 125.83, "end": 126.75, "word": " this", "probability": 0.277587890625}, {"start": 126.75, "end": 127.05, "word": " task,", "probability": 0.38134765625}, {"start": 127.25, "end": 127.43, "word": " or", "probability": 0.72509765625}, {"start": 127.43, "end": 127.55, "word": " to", "probability": 0.2626953125}, {"start": 127.55, "end": 127.71, "word": " do", "probability": 0.4541015625}, {"start": 127.71, "end": 127.81, "word": " it", "probability": 0.8115234375}, {"start": 127.81, "end": 127.87, "word": " in", "probability": 0.5771484375}, {"start": 127.87, "end": 127.93, "word": " a", "probability": 0.560546875}, {"start": 127.93, "end": 127.93, "word": " big", "probability": 0.49560546875}, {"start": 127.93, "end": 128.31, "word": " group.", "probability": 0.1549072265625}, {"start": 131.07, "end": 131.47, "word": " But", "probability": 0.6826171875}, {"start": 131.47, "end": 131.63, "word": " in", "probability": 0.57958984375}, {"start": 131.63, "end": 132.37, "word": " RecycleView,", "probability": 0.6997884114583334}, {"start": 132.59, "end": 132.77, "word": " there", "probability": 0.6337890625}, {"start": 132.77, "end": 132.81, "word": " is", "probability": 0.80322265625}, {"start": 132.81, "end": 132.97, "word": " a", "probability": 0.30908203125}, {"start": 132.97, "end": 133.19, "word": " support", "probability": 0.8955078125}, {"start": 133.19, "end": 133.45, "word": " that", "probability": 0.306884765625}, {"start": 133.45, "end": 133.67, "word": " you", "probability": 0.56689453125}, {"start": 133.67, "end": 134.03, "word": " put", "probability": 0.34716796875}, {"start": 134.03, "end": 134.17, "word": " it", "probability": 0.234130859375}, {"start": 134.17, "end": 134.51, "word": " horizontally", "probability": 0.5703125}, {"start": 134.51, "end": 134.75, "word": " or", "probability": 0.51025390625}, {"start": 134.75, "end": 135.11, "word": " vertically", "probability": 0.95166015625}, {"start": 135.11, "end": 135.35, "word": " to", "probability": 0.31884765625}, {"start": 135.35, "end": 135.49, "word": " make", "probability": 0.53369140625}, {"start": 135.49, "end": 135.61, "word": " a", "probability": 0.66357421875}, {"start": 135.61, "end": 135.89, "word": " grid.", "probability": 0.904296875}, {"start": 136.37, "end": 136.63, "word": " A", "probability": 0.290283203125}, {"start": 136.63, "end": 136.85, "word": " grid", "probability": 0.91357421875}, {"start": 136.85, "end": 137.01, "word": " is", "probability": 0.6962890625}, {"start": 137.01, "end": 137.31, "word": " like", "probability": 0.65869140625}, {"start": 137.31, "end": 137.49, "word": " a", "probability": 0.95947265625}, {"start": 137.49, "end": 137.73, "word": " network,", "probability": 0.81494140625}, {"start": 137.89, "end": 137.95, "word": " you", "probability": 0.5029296875}, {"start": 137.95, "end": 138.09, "word": " put", "probability": 0.77978515625}, {"start": 138.09, "end": 138.51, "word": " elements,", "probability": 0.60546875}, {"start": 138.77, "end": 139.05, "word": " four", "probability": 0.5458984375}, {"start": 139.05, "end": 139.35, "word": " elements", "probability": 0.93359375}, {"start": 139.35, "end": 139.47, "word": " in", "probability": 0.744140625}, {"start": 139.47, "end": 139.85, "word": " the", "probability": 0.83837890625}, {"start": 139.85, "end": 140.01, "word": " first", "probability": 0.826171875}, {"start": 140.01, "end": 140.01, "word": " row", "probability": 0.49072265625}, {"start": 140.01, "end": 140.17, "word": " and", "probability": 0.64697265625}, {"start": 140.17, "end": 140.69, "word": " four", "probability": 0.640625}, {"start": 140.69, "end": 140.79, "word": " elements", "probability": 0.440185546875}, {"start": 140.79, "end": 140.79, "word": " below", "probability": 0.60693359375}, {"start": 140.79, "end": 140.79, "word": " them,", "probability": 0.556640625}, {"start": 140.87, "end": 140.91, "word": " and", "probability": 0.7314453125}, {"start": 140.91, "end": 141.13, "word": " so", "probability": 0.9306640625}, {"start": 141.13, "end": 141.19, "word": " on.", "probability": 0.90478515625}, {"start": 141.27, "end": 141.35, "word": " Not", "probability": 0.82666015625}, {"start": 141.35, "end": 141.53, "word": " only", "probability": 0.452392578125}, {"start": 141.53, "end": 141.81, "word": " elements", "probability": 0.82958984375}, {"start": 141.81, "end": 142.27, "word": " under", "probability": 0.310546875}, {"start": 142.27, "end": 142.59, "word": " each", "probability": 0.888671875}, {"start": 142.59, "end": 142.65, "word": " other.", "probability": 0.892578125}, {"start": 146.11, "end": 146.51, "word": " For", "probability": 0.390625}, {"start": 146.51, "end": 146.79, "word": " example,", "probability": 0.95556640625}, {"start": 146.91, "end": 147.01, "word": " the", "probability": 0.328125}, {"start": 147.01, "end": 147.39, "word": " applications", "probability": 0.55322265625}, {"start": 147.39, "end": 147.59, "word": " that", "probability": 0.837890625}, {"start": 147.59, "end": 147.79, "word": " appear", "probability": 0.495849609375}, {"start": 147.79, "end": 147.99, "word": " on", "probability": 0.91748046875}, {"start": 147.99, "end": 148.21, "word": " the", "probability": 0.5283203125}, {"start": 148.21, "end": 148.41, "word": " mobile,", "probability": 0.85009765625}, {"start": 148.57, "end": 148.73, "word": " on", "probability": 0.83935546875}, {"start": 148.73, "end": 148.81, "word": " the", "probability": 0.91796875}, {"start": 148.81, "end": 148.81, "word": " main", "probability": 0.796875}, {"start": 148.81, "end": 149.35, "word": " screen,", "probability": 0.86328125}, {"start": 149.45, "end": 149.57, "word": " they", "probability": 0.5361328125}, {"start": 149.57, "end": 149.65, "word": " don't", "probability": 0.790283203125}, {"start": 149.65, "end": 149.85, "word": " appear", "probability": 0.6796875}, {"start": 149.85, "end": 150.05, "word": " next", "probability": 0.814453125}, {"start": 150.05, "end": 150.09, "word": " to", "probability": 0.9765625}, {"start": 150.09, "end": 150.41, "word": " each", "probability": 0.9453125}, {"start": 150.41, "end": 150.41, "word": " other.", "probability": 0.90283203125}, {"start": 151.05, "end": 151.45, "word": " Like", "probability": 0.24755859375}, {"start": 151.45, "end": 151.71, "word": " this,", "probability": 0.638671875}, {"start": 151.79, "end": 151.83, "word": " for", "probability": 0.65380859375}, {"start": 151.83, "end": 152.01, "word": " example,", "probability": 0.95654296875}, {"start": 152.07, "end": 152.27, "word": " this", "probability": 0.76806640625}, {"start": 152.27, "end": 152.35, "word": " is", "probability": 0.85400390625}, {"start": 152.35, "end": 152.49, "word": " like", "probability": 0.64990234375}, {"start": 152.49, "end": 152.57, "word": " a", "probability": 0.9462890625}, {"start": 152.57, "end": 152.71, "word": " grid.", "probability": 0.94287109375}], "temperature": 1.0}, {"id": 7, "seek": 18311, "start": 154.31, "end": 183.11, "text": " Animation. For example, you want the item to have a left and right slide. For example, in contacts, you have a right slide that makes a call, and a left slide that makes a message. This is difficult to do in ListView. But in RecyclerView, there is support that we can do something like that. That is why we learned how to do RecyclerView. In the last lecture, we started doing a project, and there are many things that need to be shared. The two must have item design.", "tokens": [44635, 13, 1171, 1365, 11, 291, 528, 264, 3174, 281, 362, 257, 1411, 293, 558, 4137, 13, 1171, 1365, 11, 294, 15836, 11, 291, 362, 257, 558, 4137, 300, 1669, 257, 818, 11, 293, 257, 1411, 4137, 300, 1669, 257, 3636, 13, 639, 307, 2252, 281, 360, 294, 17668, 30203, 13, 583, 294, 1300, 1344, 66, 1918, 30203, 11, 456, 307, 1406, 300, 321, 393, 360, 746, 411, 300, 13, 663, 307, 983, 321, 3264, 577, 281, 360, 1300, 1344, 66, 1918, 30203, 13, 682, 264, 1036, 7991, 11, 321, 1409, 884, 257, 1716, 11, 293, 456, 366, 867, 721, 300, 643, 281, 312, 5507, 13, 440, 732, 1633, 362, 3174, 1715, 13], "avg_logprob": -0.4813596357901891, "compression_ratio": 1.756554307116105, "no_speech_prob": 0.0, "words": [{"start": 154.31, "end": 154.91, "word": " Animation.", "probability": 0.71435546875}, {"start": 156.85, "end": 157.45, "word": " For", "probability": 0.27099609375}, {"start": 157.45, "end": 157.45, "word": " example,", "probability": 0.85400390625}, {"start": 157.45, "end": 157.45, "word": " you", "probability": 0.59130859375}, {"start": 157.45, "end": 157.61, "word": " want", "probability": 0.6171875}, {"start": 157.61, "end": 157.79, "word": " the", "probability": 0.4853515625}, {"start": 157.79, "end": 158.09, "word": " item", "probability": 0.84423828125}, {"start": 158.09, "end": 158.61, "word": " to", "probability": 0.71923828125}, {"start": 158.61, "end": 159.15, "word": " have", "probability": 0.5146484375}, {"start": 159.15, "end": 159.23, "word": " a", "probability": 0.63671875}, {"start": 159.23, "end": 159.53, "word": " left", "probability": 0.151611328125}, {"start": 159.53, "end": 159.93, "word": " and", "probability": 0.6435546875}, {"start": 159.93, "end": 160.03, "word": " right", "probability": 0.81884765625}, {"start": 160.03, "end": 160.03, "word": " slide.", "probability": 0.876953125}, {"start": 160.33, "end": 160.85, "word": " For", "probability": 0.1954345703125}, {"start": 160.85, "end": 161.09, "word": " example,", "probability": 0.84814453125}, {"start": 161.19, "end": 161.21, "word": " in", "probability": 0.42529296875}, {"start": 161.21, "end": 161.75, "word": " contacts,", "probability": 0.7412109375}, {"start": 161.91, "end": 161.91, "word": " you", "probability": 0.6923828125}, {"start": 161.91, "end": 162.05, "word": " have", "probability": 0.423583984375}, {"start": 162.05, "end": 162.37, "word": " a", "probability": 0.669921875}, {"start": 162.37, "end": 162.91, "word": " right", "probability": 0.41796875}, {"start": 162.91, "end": 163.07, "word": " slide", "probability": 0.83251953125}, {"start": 163.07, "end": 163.27, "word": " that", "probability": 0.478759765625}, {"start": 163.27, "end": 163.43, "word": " makes", "probability": 0.1688232421875}, {"start": 163.43, "end": 163.57, "word": " a", "probability": 0.62060546875}, {"start": 163.57, "end": 164.05, "word": " call,", "probability": 0.5537109375}, {"start": 164.39, "end": 164.77, "word": " and", "probability": 0.6953125}, {"start": 164.77, "end": 164.77, "word": " a", "probability": 0.79638671875}, {"start": 164.77, "end": 164.97, "word": " left", "probability": 0.7587890625}, {"start": 164.97, "end": 165.07, "word": " slide", "probability": 0.8427734375}, {"start": 165.07, "end": 165.13, "word": " that", "probability": 0.8564453125}, {"start": 165.13, "end": 165.31, "word": " makes", "probability": 0.6884765625}, {"start": 165.31, "end": 165.41, "word": " a", "probability": 0.96923828125}, {"start": 165.41, "end": 165.65, "word": " message.", "probability": 0.88134765625}, {"start": 166.51, "end": 167.11, "word": " This", "probability": 0.5361328125}, {"start": 167.11, "end": 167.19, "word": " is", "probability": 0.80615234375}, {"start": 167.19, "end": 167.19, "word": " difficult", "probability": 0.50244140625}, {"start": 167.19, "end": 167.19, "word": " to", "probability": 0.87548828125}, {"start": 167.19, "end": 167.19, "word": " do", "probability": 0.7607421875}, {"start": 167.19, "end": 167.23, "word": " in", "probability": 0.81787109375}, {"start": 167.23, "end": 167.67, "word": " ListView.", "probability": 0.6805419921875}, {"start": 168.49, "end": 168.79, "word": " But", "probability": 0.77978515625}, {"start": 168.79, "end": 168.91, "word": " in", "probability": 0.6279296875}, {"start": 168.91, "end": 169.51, "word": " RecyclerView,", "probability": 0.777294921875}, {"start": 169.71, "end": 169.71, "word": " there", "probability": 0.53466796875}, {"start": 169.71, "end": 170.23, "word": " is", "probability": 0.8017578125}, {"start": 170.23, "end": 170.55, "word": " support", "probability": 0.8154296875}, {"start": 170.55, "end": 170.73, "word": " that", "probability": 0.44873046875}, {"start": 170.73, "end": 170.93, "word": " we", "probability": 0.354248046875}, {"start": 170.93, "end": 171.17, "word": " can", "probability": 0.88671875}, {"start": 171.17, "end": 171.41, "word": " do", "probability": 0.73046875}, {"start": 171.41, "end": 171.61, "word": " something", "probability": 0.5078125}, {"start": 171.61, "end": 171.73, "word": " like", "probability": 0.59619140625}, {"start": 171.73, "end": 172.53, "word": " that.", "probability": 0.483642578125}, {"start": 172.93, "end": 173.23, "word": " That", "probability": 0.312255859375}, {"start": 173.23, "end": 173.23, "word": " is", "probability": 0.57275390625}, {"start": 173.23, "end": 173.35, "word": " why", "probability": 0.8984375}, {"start": 173.35, "end": 173.53, "word": " we", "probability": 0.9248046875}, {"start": 173.53, "end": 173.99, "word": " learned", "probability": 0.58935546875}, {"start": 173.99, "end": 174.35, "word": " how", "probability": 0.89794921875}, {"start": 174.35, "end": 174.45, "word": " to", "probability": 0.96923828125}, {"start": 174.45, "end": 174.55, "word": " do", "probability": 0.42724609375}, {"start": 174.55, "end": 175.33, "word": " RecyclerView.", "probability": 0.9318359375}, {"start": 175.85, "end": 175.97, "word": " In", "probability": 0.36572265625}, {"start": 175.97, "end": 176.01, "word": " the", "probability": 0.79150390625}, {"start": 176.01, "end": 176.01, "word": " last", "probability": 0.4716796875}, {"start": 176.01, "end": 176.35, "word": " lecture,", "probability": 0.82958984375}, {"start": 176.67, "end": 176.97, "word": " we", "probability": 0.9560546875}, {"start": 176.97, "end": 176.97, "word": " started", "probability": 0.80029296875}, {"start": 176.97, "end": 177.27, "word": " doing", "probability": 0.28662109375}, {"start": 177.27, "end": 177.41, "word": " a", "probability": 0.4609375}, {"start": 177.41, "end": 177.79, "word": " project,", "probability": 0.96240234375}, {"start": 178.21, "end": 178.59, "word": " and", "probability": 0.6396484375}, {"start": 178.59, "end": 178.73, "word": " there", "probability": 0.72021484375}, {"start": 178.73, "end": 178.73, "word": " are", "probability": 0.66650390625}, {"start": 178.73, "end": 179.19, "word": " many", "probability": 0.7734375}, {"start": 179.19, "end": 179.19, "word": " things", "probability": 0.57373046875}, {"start": 179.19, "end": 179.35, "word": " that", "probability": 0.58935546875}, {"start": 179.35, "end": 179.37, "word": " need", "probability": 0.18505859375}, {"start": 179.37, "end": 179.47, "word": " to", "probability": 0.89306640625}, {"start": 179.47, "end": 179.69, "word": " be", "probability": 0.94384765625}, {"start": 179.69, "end": 179.69, "word": " shared.", "probability": 0.356201171875}, {"start": 180.79, "end": 181.19, "word": " The", "probability": 0.214599609375}, {"start": 181.19, "end": 181.51, "word": " two", "probability": 0.78076171875}, {"start": 181.51, "end": 181.79, "word": " must", "probability": 0.3466796875}, {"start": 181.79, "end": 182.27, "word": " have", "probability": 0.1868896484375}, {"start": 182.27, "end": 182.65, "word": " item", "probability": 0.82666015625}, {"start": 182.65, "end": 183.11, "word": " design.", "probability": 0.95849609375}], "temperature": 1.0}, {"id": 8, "seek": 21091, "start": 184.53, "end": 210.91, "text": " In order to do that, we copied what was there in the list view and put it here You need to create a class that represents the data and in the activity, this is the activity of the project on RecyclerView, we copied the same data and put it here The difference is that in the main activity, I added ListView and here I added RecyclerView It is very similar and here I brought RecyclerView and it is here", "tokens": [682, 1668, 281, 360, 300, 11, 321, 25365, 437, 390, 456, 294, 264, 1329, 1910, 293, 829, 309, 510, 509, 643, 281, 1884, 257, 1508, 300, 8855, 264, 1412, 293, 294, 264, 5191, 11, 341, 307, 264, 5191, 295, 264, 1716, 322, 1300, 1344, 66, 1918, 30203, 11, 321, 25365, 264, 912, 1412, 293, 829, 309, 510, 440, 2649, 307, 300, 294, 264, 2135, 5191, 11, 286, 3869, 17668, 30203, 293, 510, 286, 3869, 1300, 1344, 66, 1918, 30203, 467, 307, 588, 2531, 293, 510, 286, 3038, 1300, 1344, 66, 1918, 30203, 293, 309, 307, 510], "avg_logprob": -0.49452318604459466, "compression_ratio": 1.9190476190476191, "no_speech_prob": 0.0, "words": [{"start": 184.53, "end": 184.93, "word": " In", "probability": 0.088134765625}, {"start": 184.93, "end": 184.99, "word": " order", "probability": 0.8603515625}, {"start": 184.99, "end": 185.13, "word": " to", "probability": 0.951171875}, {"start": 185.13, "end": 185.25, "word": " do", "probability": 0.48046875}, {"start": 185.25, "end": 185.27, "word": " that,", "probability": 0.53759765625}, {"start": 185.35, "end": 185.95, "word": " we", "probability": 0.6533203125}, {"start": 185.95, "end": 186.17, "word": " copied", "probability": 0.640625}, {"start": 186.17, "end": 186.55, "word": " what", "probability": 0.1416015625}, {"start": 186.55, "end": 186.61, "word": " was", "probability": 0.57470703125}, {"start": 186.61, "end": 187.07, "word": " there", "probability": 0.34228515625}, {"start": 187.07, "end": 187.33, "word": " in", "probability": 0.4306640625}, {"start": 187.33, "end": 187.37, "word": " the", "probability": 0.5517578125}, {"start": 187.37, "end": 187.51, "word": " list", "probability": 0.57568359375}, {"start": 187.51, "end": 187.67, "word": " view", "probability": 0.56787109375}, {"start": 187.67, "end": 187.75, "word": " and", "probability": 0.7734375}, {"start": 187.75, "end": 187.93, "word": " put", "probability": 0.30419921875}, {"start": 187.93, "end": 188.11, "word": " it", "probability": 0.87158203125}, {"start": 188.11, "end": 188.33, "word": " here", "probability": 0.65185546875}, {"start": 188.33, "end": 189.41, "word": " You", "probability": 0.184326171875}, {"start": 189.41, "end": 189.71, "word": " need", "probability": 0.254638671875}, {"start": 189.71, "end": 189.83, "word": " to", "probability": 0.93798828125}, {"start": 189.83, "end": 190.01, "word": " create", "probability": 0.2279052734375}, {"start": 190.01, "end": 190.19, "word": " a", "probability": 0.69677734375}, {"start": 190.19, "end": 190.53, "word": " class", "probability": 0.923828125}, {"start": 190.53, "end": 190.59, "word": " that", "probability": 0.2354736328125}, {"start": 190.59, "end": 190.97, "word": " represents", "probability": 0.4970703125}, {"start": 190.97, "end": 191.13, "word": " the", "probability": 0.455078125}, {"start": 191.13, "end": 191.45, "word": " data", "probability": 0.91162109375}, {"start": 191.45, "end": 192.49, "word": " and", "probability": 0.328369140625}, {"start": 192.49, "end": 192.59, "word": " in", "probability": 0.53857421875}, {"start": 192.59, "end": 192.67, "word": " the", "probability": 0.62548828125}, {"start": 192.67, "end": 193.15, "word": " activity,", "probability": 0.8916015625}, {"start": 193.57, "end": 194.33, "word": " this", "probability": 0.470947265625}, {"start": 194.33, "end": 194.39, "word": " is", "probability": 0.8515625}, {"start": 194.39, "end": 194.43, "word": " the", "probability": 0.76953125}, {"start": 194.43, "end": 194.79, "word": " activity", "probability": 0.62060546875}, {"start": 194.79, "end": 195.03, "word": " of", "probability": 0.6630859375}, {"start": 195.03, "end": 195.25, "word": " the", "probability": 0.572265625}, {"start": 195.25, "end": 195.57, "word": " project", "probability": 0.9521484375}, {"start": 195.57, "end": 195.73, "word": " on", "probability": 0.36328125}, {"start": 195.73, "end": 196.39, "word": " RecyclerView,", "probability": 0.825244140625}, {"start": 196.59, "end": 197.19, "word": " we", "probability": 0.7568359375}, {"start": 197.19, "end": 197.37, "word": " copied", "probability": 0.92041015625}, {"start": 197.37, "end": 197.65, "word": " the", "probability": 0.7744140625}, {"start": 197.65, "end": 197.65, "word": " same", "probability": 0.5830078125}, {"start": 197.65, "end": 197.97, "word": " data", "probability": 0.9130859375}, {"start": 197.97, "end": 198.03, "word": " and", "probability": 0.8056640625}, {"start": 198.03, "end": 198.21, "word": " put", "probability": 0.7255859375}, {"start": 198.21, "end": 198.33, "word": " it", "probability": 0.93310546875}, {"start": 198.33, "end": 199.93, "word": " here", "probability": 0.6806640625}, {"start": 199.93, "end": 200.69, "word": " The", "probability": 0.73583984375}, {"start": 200.69, "end": 200.93, "word": " difference", "probability": 0.81689453125}, {"start": 200.93, "end": 201.07, "word": " is", "probability": 0.88427734375}, {"start": 201.07, "end": 201.17, "word": " that", "probability": 0.8310546875}, {"start": 201.17, "end": 201.39, "word": " in", "probability": 0.755859375}, {"start": 201.39, "end": 201.51, "word": " the", "probability": 0.8115234375}, {"start": 201.51, "end": 201.67, "word": " main", "probability": 0.69091796875}, {"start": 201.67, "end": 202.11, "word": " activity,", "probability": 0.92822265625}, {"start": 203.17, "end": 203.81, "word": " I", "probability": 0.78564453125}, {"start": 203.81, "end": 204.05, "word": " added", "probability": 0.85595703125}, {"start": 204.05, "end": 204.57, "word": " ListView", "probability": 0.64208984375}, {"start": 204.57, "end": 204.69, "word": " and", "probability": 0.6484375}, {"start": 204.69, "end": 204.81, "word": " here", "probability": 0.69677734375}, {"start": 204.81, "end": 204.85, "word": " I", "probability": 0.8408203125}, {"start": 204.85, "end": 205.07, "word": " added", "probability": 0.853515625}, {"start": 205.07, "end": 206.73, "word": " RecyclerView", "probability": 0.94189453125}, {"start": 206.73, "end": 206.91, "word": " It", "probability": 0.25439453125}, {"start": 206.91, "end": 207.01, "word": " is", "probability": 0.58837890625}, {"start": 207.01, "end": 207.01, "word": " very", "probability": 0.67431640625}, {"start": 207.01, "end": 207.21, "word": " similar", "probability": 0.935546875}, {"start": 207.21, "end": 208.13, "word": " and", "probability": 0.145751953125}, {"start": 208.13, "end": 208.83, "word": " here", "probability": 0.62255859375}, {"start": 208.83, "end": 208.91, "word": " I", "probability": 0.7021484375}, {"start": 208.91, "end": 209.11, "word": " brought", "probability": 0.306884765625}, {"start": 209.11, "end": 210.05, "word": " RecyclerView", "probability": 0.8755859375}, {"start": 210.05, "end": 210.15, "word": " and", "probability": 0.673828125}, {"start": 210.15, "end": 210.33, "word": " it", "probability": 0.70751953125}, {"start": 210.33, "end": 210.33, "word": " is", "probability": 0.52587890625}, {"start": 210.33, "end": 210.91, "word": " here", "probability": 0.383544921875}], "temperature": 1.0}, {"id": 9, "seek": 23776, "start": 213.24, "end": 237.76, "text": " Now, the main difference between them is in the way of writing the adapter. This one needs an adapter and that one needs an adapter as well. Okay? But the adapter is different. Why? Because the view is a drone being used inside the adapter. Okay, let's start from where we stopped in the last lecture, which is to make an adapter for the RecyclerView. All the previous steps are the same under the ListView. Okay? So, I came to the project and I want to make a new class.", "tokens": [823, 11, 264, 2135, 2649, 1296, 552, 307, 294, 264, 636, 295, 3579, 264, 22860, 13, 639, 472, 2203, 364, 22860, 293, 300, 472, 2203, 364, 22860, 382, 731, 13, 1033, 30, 583, 264, 22860, 307, 819, 13, 1545, 30, 1436, 264, 1910, 307, 257, 13852, 885, 1143, 1854, 264, 22860, 13, 1033, 11, 718, 311, 722, 490, 689, 321, 5936, 294, 264, 1036, 7991, 11, 597, 307, 281, 652, 364, 22860, 337, 264, 1300, 1344, 66, 1918, 30203, 13, 1057, 264, 3894, 4439, 366, 264, 912, 833, 264, 17668, 30203, 13, 1033, 30, 407, 11, 286, 1361, 281, 264, 1716, 293, 286, 528, 281, 652, 257, 777, 1508, 13], "avg_logprob": -0.3682432464651159, "compression_ratio": 1.7744360902255638, "no_speech_prob": 0.0, "words": [{"start": 213.23999999999998, "end": 213.64, "word": " Now,", "probability": 0.338134765625}, {"start": 213.78, "end": 214.06, "word": " the", "probability": 0.806640625}, {"start": 214.06, "end": 214.22, "word": " main", "probability": 0.69921875}, {"start": 214.22, "end": 214.5, "word": " difference", "probability": 0.79052734375}, {"start": 214.5, "end": 215.14, "word": " between", "probability": 0.65185546875}, {"start": 215.14, "end": 215.34, "word": " them", "probability": 0.8330078125}, {"start": 215.34, "end": 215.56, "word": " is", "probability": 0.7587890625}, {"start": 215.56, "end": 215.56, "word": " in", "probability": 0.394287109375}, {"start": 215.56, "end": 215.66, "word": " the", "probability": 0.45947265625}, {"start": 215.66, "end": 215.66, "word": " way", "probability": 0.68115234375}, {"start": 215.66, "end": 215.92, "word": " of", "probability": 0.5}, {"start": 215.92, "end": 216.2, "word": " writing", "probability": 0.734375}, {"start": 216.2, "end": 216.36, "word": " the", "probability": 0.64404296875}, {"start": 216.36, "end": 216.7, "word": " adapter.", "probability": 0.68701171875}, {"start": 217.52, "end": 217.78, "word": " This", "probability": 0.52099609375}, {"start": 217.78, "end": 217.82, "word": " one", "probability": 0.455322265625}, {"start": 217.82, "end": 217.94, "word": " needs", "probability": 0.51904296875}, {"start": 217.94, "end": 218.1, "word": " an", "probability": 0.75439453125}, {"start": 218.1, "end": 218.32, "word": " adapter", "probability": 0.8818359375}, {"start": 218.32, "end": 218.44, "word": " and", "probability": 0.5205078125}, {"start": 218.44, "end": 218.6, "word": " that", "probability": 0.607421875}, {"start": 218.6, "end": 218.64, "word": " one", "probability": 0.88671875}, {"start": 218.64, "end": 218.82, "word": " needs", "probability": 0.437744140625}, {"start": 218.82, "end": 218.92, "word": " an", "probability": 0.55029296875}, {"start": 218.92, "end": 219.14, "word": " adapter", "probability": 0.87744140625}, {"start": 219.14, "end": 219.48, "word": " as", "probability": 0.382568359375}, {"start": 219.48, "end": 219.48, "word": " well.", "probability": 0.94921875}, {"start": 220.1, "end": 220.3, "word": " Okay?", "probability": 0.2587890625}, {"start": 220.5, "end": 220.72, "word": " But", "probability": 0.8681640625}, {"start": 220.72, "end": 220.9, "word": " the", "probability": 0.8095703125}, {"start": 220.9, "end": 221.26, "word": " adapter", "probability": 0.83447265625}, {"start": 221.26, "end": 221.5, "word": " is", "probability": 0.91748046875}, {"start": 221.5, "end": 221.98, "word": " different.", "probability": 0.70068359375}, {"start": 222.96, "end": 223.18, "word": " Why?", "probability": 0.841796875}, {"start": 223.26, "end": 223.4, "word": " Because", "probability": 0.91845703125}, {"start": 223.4, "end": 223.56, "word": " the", "probability": 0.6884765625}, {"start": 223.56, "end": 223.68, "word": " view", "probability": 0.83447265625}, {"start": 223.68, "end": 223.86, "word": " is", "probability": 0.78564453125}, {"start": 223.86, "end": 224.04, "word": " a", "probability": 0.367431640625}, {"start": 224.04, "end": 224.04, "word": " drone", "probability": 0.833984375}, {"start": 224.04, "end": 224.24, "word": " being", "probability": 0.1922607421875}, {"start": 224.24, "end": 224.74, "word": " used", "probability": 0.92041015625}, {"start": 224.74, "end": 225.72, "word": " inside", "probability": 0.68115234375}, {"start": 225.72, "end": 225.88, "word": " the", "probability": 0.8583984375}, {"start": 225.88, "end": 226.16, "word": " adapter.", "probability": 0.87255859375}, {"start": 226.3, "end": 226.5, "word": " Okay,", "probability": 0.5966796875}, {"start": 226.62, "end": 226.9, "word": " let's", "probability": 0.88720703125}, {"start": 226.9, "end": 227.12, "word": " start", "probability": 0.85693359375}, {"start": 227.12, "end": 227.3, "word": " from", "probability": 0.73681640625}, {"start": 227.3, "end": 228.08, "word": " where", "probability": 0.71044921875}, {"start": 228.08, "end": 228.32, "word": " we", "probability": 0.95947265625}, {"start": 228.32, "end": 228.46, "word": " stopped", "probability": 0.66650390625}, {"start": 228.46, "end": 228.68, "word": " in", "probability": 0.71923828125}, {"start": 228.68, "end": 228.7, "word": " the", "probability": 0.82177734375}, {"start": 228.7, "end": 228.72, "word": " last", "probability": 0.45166015625}, {"start": 228.72, "end": 229.24, "word": " lecture,", "probability": 0.77490234375}, {"start": 229.42, "end": 229.46, "word": " which", "probability": 0.75244140625}, {"start": 229.46, "end": 229.6, "word": " is", "probability": 0.7646484375}, {"start": 229.6, "end": 229.74, "word": " to", "probability": 0.348876953125}, {"start": 229.74, "end": 229.92, "word": " make", "probability": 0.5341796875}, {"start": 229.92, "end": 230.1, "word": " an", "probability": 0.84228515625}, {"start": 230.1, "end": 230.52, "word": " adapter", "probability": 0.89453125}, {"start": 230.52, "end": 231.26, "word": " for", "probability": 0.75244140625}, {"start": 231.26, "end": 231.28, "word": " the", "probability": 0.72021484375}, {"start": 231.28, "end": 231.9, "word": " RecyclerView.", "probability": 0.724755859375}, {"start": 232.0, "end": 232.16, "word": " All", "probability": 0.943359375}, {"start": 232.16, "end": 232.24, "word": " the", "probability": 0.60400390625}, {"start": 232.24, "end": 232.94, "word": " previous", "probability": 0.83251953125}, {"start": 232.94, "end": 232.94, "word": " steps", "probability": 0.6767578125}, {"start": 232.94, "end": 233.26, "word": " are", "probability": 0.89404296875}, {"start": 233.26, "end": 233.5, "word": " the", "probability": 0.61083984375}, {"start": 233.5, "end": 233.5, "word": " same", "probability": 0.8955078125}, {"start": 233.5, "end": 233.7, "word": " under", "probability": 0.454345703125}, {"start": 233.7, "end": 233.8, "word": " the", "probability": 0.8232421875}, {"start": 233.8, "end": 234.22, "word": " ListView.", "probability": 0.85693359375}, {"start": 234.62, "end": 234.9, "word": " Okay?", "probability": 0.74560546875}, {"start": 235.74, "end": 236.14, "word": " So,", "probability": 0.8115234375}, {"start": 236.3, "end": 236.36, "word": " I", "probability": 0.88525390625}, {"start": 236.36, "end": 236.46, "word": " came", "probability": 0.66455078125}, {"start": 236.46, "end": 236.62, "word": " to", "probability": 0.87646484375}, {"start": 236.62, "end": 236.72, "word": " the", "probability": 0.66259765625}, {"start": 236.72, "end": 236.98, "word": " project", "probability": 0.93310546875}, {"start": 236.98, "end": 237.1, "word": " and", "probability": 0.58056640625}, {"start": 237.1, "end": 237.18, "word": " I", "probability": 0.501953125}, {"start": 237.18, "end": 237.26, "word": " want", "probability": 0.66259765625}, {"start": 237.26, "end": 237.28, "word": " to", "probability": 0.970703125}, {"start": 237.28, "end": 237.4, "word": " make", "probability": 0.438232421875}, {"start": 237.4, "end": 237.46, "word": " a", "probability": 0.98779296875}, {"start": 237.46, "end": 237.46, "word": " new", "probability": 0.908203125}, {"start": 237.46, "end": 237.76, "word": " class.", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 10, "seek": 26895, "start": 242.29, "end": 268.95, "text": " I want to call it MyAdapter. Okay, I will go back and see. Because the adapter, we saw that it has to extend the class. Why? Because the RecyclerView, when it comes to make the SetAdapter,", "tokens": [286, 528, 281, 818, 309, 1222, 15830, 5446, 13, 1033, 11, 286, 486, 352, 646, 293, 536, 13, 1436, 264, 22860, 11, 321, 1866, 300, 309, 575, 281, 10101, 264, 1508, 13, 1545, 30, 1436, 264, 1300, 1344, 66, 1918, 30203, 11, 562, 309, 1487, 281, 652, 264, 8928, 15830, 5446, 11], "avg_logprob": -0.5044221788082482, "compression_ratio": 1.3795620437956204, "no_speech_prob": 0.0, "words": [{"start": 242.29, "end": 242.47, "word": " I", "probability": 0.77685546875}, {"start": 242.47, "end": 242.57, "word": " want", "probability": 0.27001953125}, {"start": 242.57, "end": 242.69, "word": " to", "probability": 0.96484375}, {"start": 242.69, "end": 242.87, "word": " call", "probability": 0.64453125}, {"start": 242.87, "end": 243.17, "word": " it", "probability": 0.8583984375}, {"start": 243.17, "end": 244.71, "word": " MyAdapter.", "probability": 0.628662109375}, {"start": 256.19, "end": 256.47, "word": " Okay,", "probability": 0.1302490234375}, {"start": 256.59, "end": 256.69, "word": " I", "probability": 0.7919921875}, {"start": 256.69, "end": 256.73, "word": " will", "probability": 0.2117919921875}, {"start": 256.73, "end": 256.79, "word": " go", "probability": 0.251708984375}, {"start": 256.79, "end": 256.95, "word": " back", "probability": 0.8642578125}, {"start": 256.95, "end": 257.19, "word": " and", "probability": 0.74658203125}, {"start": 257.19, "end": 257.63, "word": " see.", "probability": 0.481689453125}, {"start": 258.39, "end": 258.83, "word": " Because", "probability": 0.6455078125}, {"start": 258.83, "end": 258.97, "word": " the", "probability": 0.40478515625}, {"start": 258.97, "end": 259.33, "word": " adapter,", "probability": 0.75634765625}, {"start": 259.71, "end": 260.21, "word": " we", "probability": 0.77490234375}, {"start": 260.21, "end": 260.41, "word": " saw", "probability": 0.70849609375}, {"start": 260.41, "end": 260.93, "word": " that", "probability": 0.73828125}, {"start": 260.93, "end": 261.19, "word": " it", "probability": 0.5927734375}, {"start": 261.19, "end": 261.29, "word": " has", "probability": 0.2298583984375}, {"start": 261.29, "end": 261.45, "word": " to", "probability": 0.97021484375}, {"start": 261.45, "end": 262.25, "word": " extend", "probability": 0.8125}, {"start": 262.25, "end": 263.25, "word": " the", "probability": 0.43115234375}, {"start": 263.25, "end": 263.63, "word": " class.", "probability": 0.94921875}, {"start": 264.77, "end": 265.25, "word": " Why?", "probability": 0.8623046875}, {"start": 265.33, "end": 265.57, "word": " Because", "probability": 0.919921875}, {"start": 265.57, "end": 265.93, "word": " the", "probability": 0.319091796875}, {"start": 265.93, "end": 266.73, "word": " RecyclerView,", "probability": 0.820703125}, {"start": 267.35, "end": 267.57, "word": " when", "probability": 0.9130859375}, {"start": 267.57, "end": 267.73, "word": " it", "probability": 0.59716796875}, {"start": 267.73, "end": 267.85, "word": " comes", "probability": 0.252685546875}, {"start": 267.85, "end": 267.97, "word": " to", "probability": 0.83447265625}, {"start": 267.97, "end": 268.17, "word": " make", "probability": 0.309326171875}, {"start": 268.17, "end": 268.33, "word": " the", "probability": 0.427734375}, {"start": 268.33, "end": 268.95, "word": " SetAdapter,", "probability": 0.7569173177083334}], "temperature": 1.0}, {"id": 11, "seek": 29633, "start": 272.38, "end": 296.34, "text": " It asks for an object of type adapter. Adapter is an abstract class. It is an abstract class. We cannot extract an object directly from it. We can extract an object from it if we complete its implementation. That is why I created a class called MyAdapter and called it ExtendsAdapter. When I called it ExtendsAdapter", "tokens": [467, 8962, 337, 364, 2657, 295, 2010, 22860, 13, 1999, 5446, 307, 364, 12649, 1508, 13, 467, 307, 364, 12649, 1508, 13, 492, 2644, 8947, 364, 2657, 3838, 490, 309, 13, 492, 393, 8947, 364, 2657, 490, 309, 498, 321, 3566, 1080, 11420, 13, 663, 307, 983, 286, 2942, 257, 1508, 1219, 1222, 15830, 5446, 293, 1219, 309, 9881, 2581, 15830, 5446, 13, 1133, 286, 1219, 309, 9881, 2581, 15830, 5446], "avg_logprob": -0.4500868034859498, "compression_ratio": 1.8647058823529412, "no_speech_prob": 0.0, "words": [{"start": 272.38, "end": 272.62, "word": " It", "probability": 0.29443359375}, {"start": 272.62, "end": 272.84, "word": " asks", "probability": 0.338623046875}, {"start": 272.84, "end": 273.04, "word": " for", "probability": 0.6865234375}, {"start": 273.04, "end": 273.28, "word": " an", "probability": 0.6416015625}, {"start": 273.28, "end": 273.28, "word": " object", "probability": 0.658203125}, {"start": 273.28, "end": 273.36, "word": " of", "probability": 0.61083984375}, {"start": 273.36, "end": 274.64, "word": " type", "probability": 0.358154296875}, {"start": 274.64, "end": 276.0, "word": " adapter.", "probability": 0.609375}, {"start": 276.1, "end": 276.4, "word": " Adapter", "probability": 0.848388671875}, {"start": 276.4, "end": 276.6, "word": " is", "probability": 0.904296875}, {"start": 276.6, "end": 276.72, "word": " an", "probability": 0.77685546875}, {"start": 276.72, "end": 276.94, "word": " abstract", "probability": 0.873046875}, {"start": 276.94, "end": 277.4, "word": " class.", "probability": 0.9111328125}, {"start": 278.96, "end": 279.44, "word": " It", "probability": 0.297607421875}, {"start": 279.44, "end": 279.44, "word": " is", "probability": 0.58349609375}, {"start": 279.44, "end": 279.8, "word": " an", "probability": 0.85693359375}, {"start": 279.8, "end": 280.24, "word": " abstract", "probability": 0.8916015625}, {"start": 280.24, "end": 280.62, "word": " class.", "probability": 0.9501953125}, {"start": 280.7, "end": 280.7, "word": " We", "probability": 0.630859375}, {"start": 280.7, "end": 280.96, "word": " cannot", "probability": 0.4873046875}, {"start": 280.96, "end": 281.24, "word": " extract", "probability": 0.65869140625}, {"start": 281.24, "end": 281.5, "word": " an", "probability": 0.402587890625}, {"start": 281.5, "end": 281.7, "word": " object", "probability": 0.9658203125}, {"start": 281.7, "end": 282.24, "word": " directly", "probability": 0.5576171875}, {"start": 282.24, "end": 282.9, "word": " from", "probability": 0.74560546875}, {"start": 282.9, "end": 283.02, "word": " it.", "probability": 0.9052734375}, {"start": 283.52, "end": 283.94, "word": " We", "probability": 0.48681640625}, {"start": 283.94, "end": 284.74, "word": " can", "probability": 0.85107421875}, {"start": 284.74, "end": 285.02, "word": " extract", "probability": 0.90625}, {"start": 285.02, "end": 285.3, "word": " an", "probability": 0.74072265625}, {"start": 285.3, "end": 285.48, "word": " object", "probability": 0.97509765625}, {"start": 285.48, "end": 285.58, "word": " from", "probability": 0.31201171875}, {"start": 285.58, "end": 285.58, "word": " it", "probability": 0.88525390625}, {"start": 285.58, "end": 285.66, "word": " if", "probability": 0.66845703125}, {"start": 285.66, "end": 285.74, "word": " we", "probability": 0.91064453125}, {"start": 285.74, "end": 285.98, "word": " complete", "probability": 0.51708984375}, {"start": 285.98, "end": 286.1, "word": " its", "probability": 0.60986328125}, {"start": 286.1, "end": 286.7, "word": " implementation.", "probability": 0.89990234375}, {"start": 287.4, "end": 287.82, "word": " That", "probability": 0.39892578125}, {"start": 287.82, "end": 287.82, "word": " is", "probability": 0.64453125}, {"start": 287.82, "end": 287.94, "word": " why", "probability": 0.92333984375}, {"start": 287.94, "end": 288.16, "word": " I", "probability": 0.96337890625}, {"start": 288.16, "end": 288.54, "word": " created", "probability": 0.35693359375}, {"start": 288.54, "end": 288.66, "word": " a", "probability": 0.85693359375}, {"start": 288.66, "end": 288.88, "word": " class", "probability": 0.759765625}, {"start": 288.88, "end": 289.04, "word": " called", "probability": 0.50537109375}, {"start": 289.04, "end": 289.78, "word": " MyAdapter", "probability": 0.6844889322916666}, {"start": 289.78, "end": 289.88, "word": " and", "probability": 0.61669921875}, {"start": 289.88, "end": 290.02, "word": " called", "probability": 0.302978515625}, {"start": 290.02, "end": 290.14, "word": " it", "probability": 0.94921875}, {"start": 290.14, "end": 292.74, "word": " ExtendsAdapter.", "probability": 0.78985595703125}, {"start": 294.22, "end": 294.7, "word": " When", "probability": 0.32763671875}, {"start": 294.7, "end": 294.92, "word": " I", "probability": 0.70654296875}, {"start": 294.92, "end": 295.08, "word": " called", "probability": 0.467041015625}, {"start": 295.08, "end": 295.24, "word": " it", "probability": 0.66943359375}, {"start": 295.24, "end": 296.34, "word": " ExtendsAdapter", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 12, "seek": 32582, "start": 305.26, "end": 325.82, "text": " Now, let's look here, if I tell him this is an adapter, look at the adapter that asks me to extend it, this is a class adapter, and between the brackets, it says VH, do you see this VH? These two brackets crossed on us before, these two brackets, the thirty crossed on us, where? In the array list, right or wrong? Why was it necessary?", "tokens": [823, 11, 718, 311, 574, 510, 11, 498, 286, 980, 796, 341, 307, 364, 22860, 11, 574, 412, 264, 22860, 300, 8962, 385, 281, 10101, 309, 11, 341, 307, 257, 1508, 22860, 11, 293, 1296, 264, 26179, 11, 309, 1619, 691, 39, 11, 360, 291, 536, 341, 691, 39, 30, 1981, 732, 26179, 14622, 322, 505, 949, 11, 613, 732, 26179, 11, 264, 11790, 14622, 322, 505, 11, 689, 30, 682, 264, 10225, 1329, 11, 558, 420, 2085, 30, 1545, 390, 309, 4818, 30], "avg_logprob": -0.6069853053373448, "compression_ratio": 1.6600985221674878, "no_speech_prob": 0.0, "words": [{"start": 305.26000000000005, "end": 305.66, "word": " Now,", "probability": 0.48486328125}, {"start": 305.66, "end": 306.06, "word": " let's", "probability": 0.578369140625}, {"start": 306.06, "end": 306.32, "word": " look", "probability": 0.49853515625}, {"start": 306.32, "end": 306.68, "word": " here,", "probability": 0.352294921875}, {"start": 307.2, "end": 307.38, "word": " if", "probability": 0.422119140625}, {"start": 307.38, "end": 307.42, "word": " I", "probability": 0.70556640625}, {"start": 307.42, "end": 307.56, "word": " tell", "probability": 0.313720703125}, {"start": 307.56, "end": 307.68, "word": " him", "probability": 0.671875}, {"start": 307.68, "end": 307.8, "word": " this", "probability": 0.496826171875}, {"start": 307.8, "end": 307.82, "word": " is", "probability": 0.87158203125}, {"start": 307.82, "end": 308.34, "word": " an", "probability": 0.44921875}, {"start": 308.34, "end": 308.34, "word": " adapter,", "probability": 0.74609375}, {"start": 309.14, "end": 309.42, "word": " look", "probability": 0.65185546875}, {"start": 309.42, "end": 309.58, "word": " at", "probability": 0.7421875}, {"start": 309.58, "end": 309.64, "word": " the", "probability": 0.7119140625}, {"start": 309.64, "end": 310.12, "word": " adapter", "probability": 0.83154296875}, {"start": 310.12, "end": 310.62, "word": " that", "probability": 0.4931640625}, {"start": 310.62, "end": 311.12, "word": " asks", "probability": 0.297119140625}, {"start": 311.12, "end": 311.34, "word": " me", "probability": 0.68994140625}, {"start": 311.34, "end": 311.38, "word": " to", "probability": 0.96044921875}, {"start": 311.38, "end": 311.94, "word": " extend", "probability": 0.61572265625}, {"start": 311.94, "end": 312.3, "word": " it,", "probability": 0.54345703125}, {"start": 312.32, "end": 312.46, "word": " this", "probability": 0.4072265625}, {"start": 312.46, "end": 312.5, "word": " is", "probability": 0.86767578125}, {"start": 312.5, "end": 312.74, "word": " a", "probability": 0.8037109375}, {"start": 312.74, "end": 312.94, "word": " class", "probability": 0.67529296875}, {"start": 312.94, "end": 313.42, "word": " adapter,", "probability": 0.90185546875}, {"start": 313.62, "end": 313.64, "word": " and", "probability": 0.71630859375}, {"start": 313.64, "end": 313.84, "word": " between", "probability": 0.6875}, {"start": 313.84, "end": 313.94, "word": " the", "probability": 0.269287109375}, {"start": 313.94, "end": 314.12, "word": " brackets,", "probability": 0.296630859375}, {"start": 314.84, "end": 314.94, "word": " it", "probability": 0.326904296875}, {"start": 314.94, "end": 315.14, "word": " says", "probability": 0.3115234375}, {"start": 315.14, "end": 315.72, "word": " VH,", "probability": 0.588623046875}, {"start": 316.0, "end": 316.5, "word": " do", "probability": 0.458740234375}, {"start": 316.5, "end": 316.5, "word": " you", "probability": 0.97314453125}, {"start": 316.5, "end": 316.74, "word": " see", "probability": 0.9248046875}, {"start": 316.74, "end": 316.92, "word": " this", "probability": 0.88427734375}, {"start": 316.92, "end": 317.3, "word": " VH?", "probability": 0.968505859375}, {"start": 318.46, "end": 318.72, "word": " These", "probability": 0.3369140625}, {"start": 318.72, "end": 318.98, "word": " two", "probability": 0.277099609375}, {"start": 318.98, "end": 319.28, "word": " brackets", "probability": 0.90185546875}, {"start": 319.28, "end": 319.56, "word": " crossed", "probability": 0.0887451171875}, {"start": 319.56, "end": 319.7, "word": " on", "probability": 0.2408447265625}, {"start": 319.7, "end": 319.84, "word": " us", "probability": 0.8017578125}, {"start": 319.84, "end": 319.96, "word": " before,", "probability": 0.60986328125}, {"start": 320.34, "end": 321.14, "word": " these", "probability": 0.491455078125}, {"start": 321.14, "end": 321.26, "word": " two", "probability": 0.5947265625}, {"start": 321.26, "end": 321.26, "word": " brackets,", "probability": 0.5126953125}, {"start": 321.26, "end": 321.44, "word": " the", "probability": 0.489501953125}, {"start": 321.44, "end": 321.78, "word": " thirty", "probability": 0.212890625}, {"start": 321.78, "end": 322.02, "word": " crossed", "probability": 0.26123046875}, {"start": 322.02, "end": 322.24, "word": " on", "probability": 0.681640625}, {"start": 322.24, "end": 322.38, "word": " us,", "probability": 0.9248046875}, {"start": 322.5, "end": 322.56, "word": " where?", "probability": 0.85009765625}, {"start": 323.5, "end": 323.9, "word": " In", "probability": 0.7861328125}, {"start": 323.9, "end": 324.0, "word": " the", "probability": 0.74560546875}, {"start": 324.0, "end": 324.14, "word": " array", "probability": 0.67919921875}, {"start": 324.14, "end": 324.48, "word": " list,", "probability": 0.798828125}, {"start": 324.64, "end": 324.82, "word": " right", "probability": 0.4892578125}, {"start": 324.82, "end": 324.96, "word": " or", "probability": 0.57421875}, {"start": 324.96, "end": 325.04, "word": " wrong?", "probability": 0.74462890625}, {"start": 325.1, "end": 325.34, "word": " Why", "probability": 0.8271484375}, {"start": 325.34, "end": 325.52, "word": " was", "probability": 0.31591796875}, {"start": 325.52, "end": 325.62, "word": " it", "probability": 0.607421875}, {"start": 325.62, "end": 325.82, "word": " necessary?", "probability": 0.38525390625}], "temperature": 1.0}, {"id": 13, "seek": 34881, "start": 326.93, "end": 348.81, "text": " To determine the type of data that will be in the ArrayList If you put a string, the ArrayList will return the string and take the string If you put an integer, the ArrayList will take the integer and return the integer Because here, when you download the adapter, you have to determine the type of ViewHolder So here you have to determine the type of ViewHolder class", "tokens": [1407, 6997, 264, 2010, 295, 1412, 300, 486, 312, 294, 264, 1587, 3458, 43, 468, 759, 291, 829, 257, 6798, 11, 264, 1587, 3458, 43, 468, 486, 2736, 264, 6798, 293, 747, 264, 6798, 759, 291, 829, 364, 24922, 11, 264, 1587, 3458, 43, 468, 486, 747, 264, 24922, 293, 2736, 264, 24922, 1436, 510, 11, 562, 291, 5484, 264, 22860, 11, 291, 362, 281, 6997, 264, 2010, 295, 13909, 42347, 260, 407, 510, 291, 362, 281, 6997, 264, 2010, 295, 13909, 42347, 260, 1508], "avg_logprob": -0.44404069698134135, "compression_ratio": 2.145348837209302, "no_speech_prob": 0.0, "words": [{"start": 326.93, "end": 327.35, "word": " To", "probability": 0.304443359375}, {"start": 327.35, "end": 327.79, "word": " determine", "probability": 0.28271484375}, {"start": 327.79, "end": 327.97, "word": " the", "probability": 0.5224609375}, {"start": 327.97, "end": 328.13, "word": " type", "probability": 0.599609375}, {"start": 328.13, "end": 328.93, "word": " of", "probability": 0.94970703125}, {"start": 328.93, "end": 329.33, "word": " data", "probability": 0.7373046875}, {"start": 329.33, "end": 329.55, "word": " that", "probability": 0.374267578125}, {"start": 329.55, "end": 329.67, "word": " will", "probability": 0.58837890625}, {"start": 329.67, "end": 329.83, "word": " be", "probability": 0.8935546875}, {"start": 329.83, "end": 329.95, "word": " in", "probability": 0.71728515625}, {"start": 329.95, "end": 330.01, "word": " the", "probability": 0.7587890625}, {"start": 330.01, "end": 330.45, "word": " ArrayList", "probability": 0.7603759765625}, {"start": 330.45, "end": 331.13, "word": " If", "probability": 0.237060546875}, {"start": 331.13, "end": 331.55, "word": " you", "probability": 0.94091796875}, {"start": 331.55, "end": 331.75, "word": " put", "probability": 0.449462890625}, {"start": 331.75, "end": 331.93, "word": " a", "probability": 0.70068359375}, {"start": 331.93, "end": 332.15, "word": " string,", "probability": 0.77294921875}, {"start": 332.25, "end": 332.59, "word": " the", "probability": 0.46875}, {"start": 332.59, "end": 333.07, "word": " ArrayList", "probability": 0.94384765625}, {"start": 333.07, "end": 333.29, "word": " will", "probability": 0.58251953125}, {"start": 333.29, "end": 333.57, "word": " return", "probability": 0.27978515625}, {"start": 333.57, "end": 333.75, "word": " the", "probability": 0.58251953125}, {"start": 333.75, "end": 334.01, "word": " string", "probability": 0.80517578125}, {"start": 334.01, "end": 334.11, "word": " and", "probability": 0.80615234375}, {"start": 334.11, "end": 334.33, "word": " take", "probability": 0.47607421875}, {"start": 334.33, "end": 334.51, "word": " the", "probability": 0.484619140625}, {"start": 334.51, "end": 334.81, "word": " string", "probability": 0.810546875}, {"start": 334.81, "end": 335.51, "word": " If", "probability": 0.5712890625}, {"start": 335.51, "end": 335.81, "word": " you", "probability": 0.9541015625}, {"start": 335.81, "end": 335.81, "word": " put", "probability": 0.87841796875}, {"start": 335.81, "end": 335.97, "word": " an", "probability": 0.77294921875}, {"start": 335.97, "end": 336.23, "word": " integer,", "probability": 0.8603515625}, {"start": 336.31, "end": 336.41, "word": " the", "probability": 0.29931640625}, {"start": 336.41, "end": 336.41, "word": " ArrayList", "probability": 0.95166015625}, {"start": 336.41, "end": 336.59, "word": " will", "probability": 0.80078125}, {"start": 336.59, "end": 336.81, "word": " take", "probability": 0.501953125}, {"start": 336.81, "end": 336.91, "word": " the", "probability": 0.56298828125}, {"start": 336.91, "end": 337.17, "word": " integer", "probability": 0.85400390625}, {"start": 337.17, "end": 337.29, "word": " and", "probability": 0.92138671875}, {"start": 337.29, "end": 337.53, "word": " return", "probability": 0.6328125}, {"start": 337.53, "end": 337.65, "word": " the", "probability": 0.65673828125}, {"start": 337.65, "end": 337.99, "word": " integer", "probability": 0.86474609375}, {"start": 337.99, "end": 338.75, "word": " Because", "probability": 0.428466796875}, {"start": 338.75, "end": 339.09, "word": " here,", "probability": 0.57861328125}, {"start": 339.59, "end": 339.81, "word": " when", "probability": 0.58935546875}, {"start": 339.81, "end": 340.01, "word": " you", "probability": 0.9228515625}, {"start": 340.01, "end": 340.17, "word": " download", "probability": 0.1510009765625}, {"start": 340.17, "end": 340.31, "word": " the", "probability": 0.85888671875}, {"start": 340.31, "end": 340.71, "word": " adapter,", "probability": 0.76416015625}, {"start": 341.49, "end": 341.49, "word": " you", "probability": 0.76611328125}, {"start": 341.49, "end": 341.67, "word": " have", "probability": 0.317626953125}, {"start": 341.67, "end": 341.83, "word": " to", "probability": 0.97021484375}, {"start": 341.83, "end": 342.35, "word": " determine", "probability": 0.3974609375}, {"start": 342.35, "end": 343.71, "word": " the", "probability": 0.71630859375}, {"start": 343.71, "end": 344.01, "word": " type", "probability": 0.80810546875}, {"start": 344.01, "end": 344.31, "word": " of", "probability": 0.88330078125}, {"start": 344.31, "end": 344.93, "word": " ViewHolder", "probability": 0.7146809895833334}, {"start": 344.93, "end": 345.91, "word": " So", "probability": 0.226318359375}, {"start": 345.91, "end": 346.55, "word": " here", "probability": 0.53564453125}, {"start": 346.55, "end": 346.73, "word": " you", "probability": 0.66357421875}, {"start": 346.73, "end": 346.91, "word": " have", "probability": 0.529296875}, {"start": 346.91, "end": 346.93, "word": " to", "probability": 0.96826171875}, {"start": 346.93, "end": 347.29, "word": " determine", "probability": 0.7216796875}, {"start": 347.29, "end": 347.51, "word": " the", "probability": 0.313232421875}, {"start": 347.51, "end": 347.75, "word": " type", "probability": 0.56787109375}, {"start": 347.75, "end": 347.97, "word": " of", "probability": 0.94189453125}, {"start": 347.97, "end": 348.43, "word": " ViewHolder", "probability": 0.8844401041666666}, {"start": 348.43, "end": 348.81, "word": " class", "probability": 0.83642578125}], "temperature": 1.0}, {"id": 14, "seek": 37166, "start": 349.9, "end": 371.66, "text": "In ArrayList, we define a string, integer, student, right or wrong. Of course, the string does not create a new class, because the string is already there. But if we build an ArrayList of students, it should have a class, student. So here it says, I need to train this VH, which class?", "tokens": [4575, 1587, 3458, 43, 468, 11, 321, 6964, 257, 6798, 11, 24922, 11, 3107, 11, 558, 420, 2085, 13, 2720, 1164, 11, 264, 6798, 775, 406, 1884, 257, 777, 1508, 11, 570, 264, 6798, 307, 1217, 456, 13, 583, 498, 321, 1322, 364, 1587, 3458, 43, 468, 295, 1731, 11, 309, 820, 362, 257, 1508, 11, 3107, 13, 407, 510, 309, 1619, 11, 286, 643, 281, 3847, 341, 691, 39, 11, 597, 1508, 30], "avg_logprob": -0.5683333253860474, "compression_ratio": 1.548913043478261, "no_speech_prob": 0.0, "words": [{"start": 349.9, "end": 350.38, "word": "In", "probability": 0.452880859375}, {"start": 350.38, "end": 350.86, "word": " ArrayList,", "probability": 0.766357421875}, {"start": 351.06, "end": 351.12, "word": " we", "probability": 0.6240234375}, {"start": 351.12, "end": 351.48, "word": " define", "probability": 0.252685546875}, {"start": 351.48, "end": 351.72, "word": " a", "probability": 0.411865234375}, {"start": 351.72, "end": 352.12, "word": " string,", "probability": 0.66455078125}, {"start": 352.46, "end": 353.14, "word": " integer,", "probability": 0.7578125}, {"start": 354.12, "end": 354.86, "word": " student,", "probability": 0.79296875}, {"start": 355.08, "end": 355.3, "word": " right", "probability": 0.2349853515625}, {"start": 355.3, "end": 355.44, "word": " or", "probability": 0.888671875}, {"start": 355.44, "end": 355.6, "word": " wrong.", "probability": 0.81201171875}, {"start": 356.62, "end": 356.76, "word": " Of", "probability": 0.68310546875}, {"start": 356.76, "end": 356.86, "word": " course,", "probability": 0.947265625}, {"start": 357.32, "end": 359.12, "word": " the", "probability": 0.263671875}, {"start": 359.12, "end": 359.52, "word": " string", "probability": 0.78125}, {"start": 359.52, "end": 359.72, "word": " does", "probability": 0.342529296875}, {"start": 359.72, "end": 359.72, "word": " not", "probability": 0.93212890625}, {"start": 359.72, "end": 360.1, "word": " create", "probability": 0.58642578125}, {"start": 360.1, "end": 360.26, "word": " a", "probability": 0.826171875}, {"start": 360.26, "end": 360.66, "word": " new", "probability": 0.89990234375}, {"start": 360.66, "end": 360.66, "word": " class,", "probability": 0.92919921875}, {"start": 360.86, "end": 360.98, "word": " because", "probability": 0.60009765625}, {"start": 360.98, "end": 361.1, "word": " the", "probability": 0.5439453125}, {"start": 361.1, "end": 361.32, "word": " string", "probability": 0.77490234375}, {"start": 361.32, "end": 361.52, "word": " is", "probability": 0.392333984375}, {"start": 361.52, "end": 361.72, "word": " already", "probability": 0.1783447265625}, {"start": 361.72, "end": 362.24, "word": " there.", "probability": 0.556640625}, {"start": 362.48, "end": 362.86, "word": " But", "probability": 0.7939453125}, {"start": 362.86, "end": 363.08, "word": " if", "probability": 0.68115234375}, {"start": 363.08, "end": 363.22, "word": " we", "probability": 0.315673828125}, {"start": 363.22, "end": 363.32, "word": " build", "probability": 0.33203125}, {"start": 363.32, "end": 363.62, "word": " an", "probability": 0.71044921875}, {"start": 363.62, "end": 364.12, "word": " ArrayList", "probability": 0.8642578125}, {"start": 364.12, "end": 364.3, "word": " of", "probability": 0.9189453125}, {"start": 364.3, "end": 364.82, "word": " students,", "probability": 0.86474609375}, {"start": 365.42, "end": 365.42, "word": " it", "probability": 0.370849609375}, {"start": 365.42, "end": 365.66, "word": " should", "probability": 0.3564453125}, {"start": 365.66, "end": 365.92, "word": " have", "probability": 0.5556640625}, {"start": 365.92, "end": 366.16, "word": " a", "probability": 0.71337890625}, {"start": 366.16, "end": 366.56, "word": " class,", "probability": 0.876953125}, {"start": 366.64, "end": 367.64, "word": " student.", "probability": 0.5888671875}, {"start": 368.18, "end": 368.5, "word": " So", "probability": 0.521484375}, {"start": 368.5, "end": 368.68, "word": " here", "probability": 0.6318359375}, {"start": 368.68, "end": 368.8, "word": " it", "probability": 0.51611328125}, {"start": 368.8, "end": 369.0, "word": " says,", "probability": 0.61328125}, {"start": 369.16, "end": 369.16, "word": " I", "probability": 0.31201171875}, {"start": 369.16, "end": 369.36, "word": " need", "probability": 0.4482421875}, {"start": 369.36, "end": 369.5, "word": " to", "probability": 0.7705078125}, {"start": 369.5, "end": 369.8, "word": " train", "probability": 0.13671875}, {"start": 369.8, "end": 370.24, "word": " this", "probability": 0.70947265625}, {"start": 370.24, "end": 370.66, "word": " VH,", "probability": 0.652587890625}, {"start": 371.16, "end": 371.56, "word": " which", "probability": 0.281494140625}, {"start": 371.56, "end": 371.66, "word": " class?", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 15, "seek": 39771, "start": 373.33, "end": 397.71, "text": "ViewHolder. It means that the adapter is dealing with ViewHolder. Okay? There is no ViewHolder class. Okay? So, we want to make one. Okay, where do we make this? You can make a class outside, or you can make an inner class. Let's make it outside. Let's make an order. Even if you search on the internet, you will always find that it is inside. I want to call it MyViewHolder.", "tokens": [30203, 42347, 260, 13, 467, 1355, 300, 264, 22860, 307, 6260, 365, 13909, 42347, 260, 13, 1033, 30, 821, 307, 572, 13909, 42347, 260, 1508, 13, 1033, 30, 407, 11, 321, 528, 281, 652, 472, 13, 1033, 11, 689, 360, 321, 652, 341, 30, 509, 393, 652, 257, 1508, 2380, 11, 420, 291, 393, 652, 364, 7284, 1508, 13, 961, 311, 652, 309, 2380, 13, 961, 311, 652, 364, 1668, 13, 2754, 498, 291, 3164, 322, 264, 4705, 11, 291, 486, 1009, 915, 300, 309, 307, 1854, 13, 286, 528, 281, 818, 309, 1222, 30203, 42347, 260, 13], "avg_logprob": -0.47916665944186126, "compression_ratio": 1.7772511848341233, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 373.33000000000004, "end": 373.73, "word": "ViewHolder.", "probability": 0.5970865885416666}, {"start": 373.93, "end": 374.31, "word": " It", "probability": 0.1319580078125}, {"start": 374.31, "end": 374.43, "word": " means", "probability": 0.49462890625}, {"start": 374.43, "end": 374.63, "word": " that", "probability": 0.469970703125}, {"start": 374.63, "end": 374.81, "word": " the", "probability": 0.58154296875}, {"start": 374.81, "end": 375.19, "word": " adapter", "probability": 0.7763671875}, {"start": 375.19, "end": 375.53, "word": " is", "probability": 0.1954345703125}, {"start": 375.53, "end": 375.83, "word": " dealing", "probability": 0.496337890625}, {"start": 375.83, "end": 376.11, "word": " with", "probability": 0.89404296875}, {"start": 376.11, "end": 377.45, "word": " ViewHolder.", "probability": 0.719482421875}, {"start": 377.81, "end": 378.21, "word": " Okay?", "probability": 0.152099609375}, {"start": 378.39, "end": 378.65, "word": " There", "probability": 0.68896484375}, {"start": 378.65, "end": 378.65, "word": " is", "probability": 0.75244140625}, {"start": 378.65, "end": 378.73, "word": " no", "probability": 0.8857421875}, {"start": 378.73, "end": 379.29, "word": " ViewHolder", "probability": 0.8274739583333334}, {"start": 379.29, "end": 379.61, "word": " class.", "probability": 0.91162109375}, {"start": 380.67, "end": 381.07, "word": " Okay?", "probability": 0.6708984375}, {"start": 381.27, "end": 381.41, "word": " So,", "probability": 0.763671875}, {"start": 381.49, "end": 381.59, "word": " we", "probability": 0.8623046875}, {"start": 381.59, "end": 381.79, "word": " want", "probability": 0.41455078125}, {"start": 381.79, "end": 381.91, "word": " to", "probability": 0.96728515625}, {"start": 381.91, "end": 382.15, "word": " make", "probability": 0.33984375}, {"start": 382.15, "end": 383.23, "word": " one.", "probability": 0.6796875}, {"start": 383.71, "end": 384.11, "word": " Okay,", "probability": 0.28125}, {"start": 384.13, "end": 384.27, "word": " where", "probability": 0.67041015625}, {"start": 384.27, "end": 384.37, "word": " do", "probability": 0.449951171875}, {"start": 384.37, "end": 384.37, "word": " we", "probability": 0.8076171875}, {"start": 384.37, "end": 384.55, "word": " make", "probability": 0.59716796875}, {"start": 384.55, "end": 384.79, "word": " this?", "probability": 0.55126953125}, {"start": 384.83, "end": 384.97, "word": " You", "probability": 0.72607421875}, {"start": 384.97, "end": 385.15, "word": " can", "probability": 0.91162109375}, {"start": 385.15, "end": 385.39, "word": " make", "probability": 0.8994140625}, {"start": 385.39, "end": 385.51, "word": " a", "probability": 0.388671875}, {"start": 385.51, "end": 385.79, "word": " class", "probability": 0.951171875}, {"start": 385.79, "end": 386.05, "word": " outside,", "probability": 0.71484375}, {"start": 386.57, "end": 387.35, "word": " or", "probability": 0.60498046875}, {"start": 387.35, "end": 387.41, "word": " you", "probability": 0.69775390625}, {"start": 387.41, "end": 387.65, "word": " can", "probability": 0.94384765625}, {"start": 387.65, "end": 387.89, "word": " make", "probability": 0.912109375}, {"start": 387.89, "end": 388.07, "word": " an", "probability": 0.56103515625}, {"start": 388.07, "end": 388.27, "word": " inner", "probability": 0.90185546875}, {"start": 388.27, "end": 388.67, "word": " class.", "probability": 0.93212890625}, {"start": 389.77, "end": 390.17, "word": " Let's", "probability": 0.8984375}, {"start": 390.17, "end": 390.31, "word": " make", "probability": 0.88330078125}, {"start": 390.31, "end": 390.47, "word": " it", "probability": 0.73828125}, {"start": 390.47, "end": 390.63, "word": " outside.", "probability": 0.85107421875}, {"start": 390.73, "end": 390.85, "word": " Let's", "probability": 0.732177734375}, {"start": 390.85, "end": 391.03, "word": " make", "probability": 0.54296875}, {"start": 391.03, "end": 391.17, "word": " an", "probability": 0.2313232421875}, {"start": 391.17, "end": 391.37, "word": " order.", "probability": 0.537109375}, {"start": 392.23, "end": 392.51, "word": " Even", "probability": 0.43115234375}, {"start": 392.51, "end": 392.71, "word": " if", "probability": 0.654296875}, {"start": 392.71, "end": 392.95, "word": " you", "probability": 0.91455078125}, {"start": 392.95, "end": 393.29, "word": " search", "probability": 0.73828125}, {"start": 393.29, "end": 393.47, "word": " on", "probability": 0.67236328125}, {"start": 393.47, "end": 393.57, "word": " the", "probability": 0.771484375}, {"start": 393.57, "end": 393.69, "word": " internet,", "probability": 0.51953125}, {"start": 393.75, "end": 393.81, "word": " you", "probability": 0.94775390625}, {"start": 393.81, "end": 393.85, "word": " will", "probability": 0.689453125}, {"start": 393.85, "end": 394.03, "word": " always", "probability": 0.501953125}, {"start": 394.03, "end": 394.03, "word": " find", "probability": 0.78955078125}, {"start": 394.03, "end": 394.85, "word": " that", "probability": 0.2374267578125}, {"start": 394.85, "end": 394.95, "word": " it", "probability": 0.2275390625}, {"start": 394.95, "end": 394.95, "word": " is", "probability": 0.77490234375}, {"start": 394.95, "end": 394.97, "word": " inside.", "probability": 0.666015625}, {"start": 395.87, "end": 396.27, "word": " I", "probability": 0.400146484375}, {"start": 396.27, "end": 396.33, "word": " want", "probability": 0.50537109375}, {"start": 396.33, "end": 396.43, "word": " to", "probability": 0.96728515625}, {"start": 396.43, "end": 396.57, "word": " call", "probability": 0.51611328125}, {"start": 396.57, "end": 396.75, "word": " it", "probability": 0.88720703125}, {"start": 396.75, "end": 397.71, "word": " MyViewHolder.", "probability": 0.8040771484375}], "temperature": 1.0}, {"id": 16, "seek": 42882, "start": 401.88, "end": 428.82, "text": "This is a class that I made for the ViewHolder. Also in the RecyclerView, to make a ViewHolder, notice that I stopped the adapter. Because the adapter must have a ViewHolder. So I made a class ViewHolder. In the previous lecture in the list, we made a ViewHolder inside the adapter. I made it outside. You can make it inside. No problem. But here, to make a ViewHolder, you have to make Extends to a class called", "tokens": [5723, 307, 257, 1508, 300, 286, 1027, 337, 264, 13909, 42347, 260, 13, 2743, 294, 264, 1300, 1344, 66, 1918, 30203, 11, 281, 652, 257, 13909, 42347, 260, 11, 3449, 300, 286, 5936, 264, 22860, 13, 1436, 264, 22860, 1633, 362, 257, 13909, 42347, 260, 13, 407, 286, 1027, 257, 1508, 13909, 42347, 260, 13, 682, 264, 3894, 7991, 294, 264, 1329, 11, 321, 1027, 257, 13909, 42347, 260, 1854, 264, 22860, 13, 286, 1027, 309, 2380, 13, 509, 393, 652, 309, 1854, 13, 883, 1154, 13, 583, 510, 11, 281, 652, 257, 13909, 42347, 260, 11, 291, 362, 281, 652, 9881, 2581, 281, 257, 1508, 1219], "avg_logprob": -0.4484953604362629, "compression_ratio": 1.916279069767442, "no_speech_prob": 0.0, "words": [{"start": 401.88, "end": 402.36, "word": "This", "probability": 0.243408203125}, {"start": 402.36, "end": 402.44, "word": " is", "probability": 0.6552734375}, {"start": 402.44, "end": 402.74, "word": " a", "probability": 0.60546875}, {"start": 402.74, "end": 402.88, "word": " class", "probability": 0.91552734375}, {"start": 402.88, "end": 403.96, "word": " that", "probability": 0.29248046875}, {"start": 403.96, "end": 404.08, "word": " I", "probability": 0.86962890625}, {"start": 404.08, "end": 404.3, "word": " made", "probability": 0.38720703125}, {"start": 404.3, "end": 404.44, "word": " for", "probability": 0.830078125}, {"start": 404.44, "end": 404.56, "word": " the", "probability": 0.448486328125}, {"start": 404.56, "end": 405.02, "word": " ViewHolder.", "probability": 0.6085611979166666}, {"start": 405.12, "end": 405.34, "word": " Also", "probability": 0.2216796875}, {"start": 405.34, "end": 405.78, "word": " in", "probability": 0.56201171875}, {"start": 405.78, "end": 405.86, "word": " the", "probability": 0.44677734375}, {"start": 405.86, "end": 406.58, "word": " RecyclerView,", "probability": 0.81708984375}, {"start": 406.74, "end": 407.14, "word": " to", "probability": 0.2120361328125}, {"start": 407.14, "end": 407.54, "word": " make", "probability": 0.5947265625}, {"start": 407.54, "end": 407.68, "word": " a", "probability": 0.72021484375}, {"start": 407.68, "end": 408.36, "word": " ViewHolder,", "probability": 0.8590494791666666}, {"start": 408.84, "end": 409.3, "word": " notice", "probability": 0.4208984375}, {"start": 409.3, "end": 409.56, "word": " that", "probability": 0.7880859375}, {"start": 409.56, "end": 409.88, "word": " I", "probability": 0.88037109375}, {"start": 409.88, "end": 410.18, "word": " stopped", "probability": 0.6005859375}, {"start": 410.18, "end": 410.36, "word": " the", "probability": 0.708984375}, {"start": 410.36, "end": 410.76, "word": " adapter.", "probability": 0.68212890625}, {"start": 411.0, "end": 411.3, "word": " Because", "probability": 0.67724609375}, {"start": 411.3, "end": 411.4, "word": " the", "probability": 0.441162109375}, {"start": 411.4, "end": 411.72, "word": " adapter", "probability": 0.93701171875}, {"start": 411.72, "end": 412.2, "word": " must", "probability": 0.2210693359375}, {"start": 412.2, "end": 413.56, "word": " have", "probability": 0.4765625}, {"start": 413.56, "end": 413.58, "word": " a", "probability": 0.845703125}, {"start": 413.58, "end": 414.08, "word": " ViewHolder.", "probability": 0.89208984375}, {"start": 414.16, "end": 414.64, "word": " So", "probability": 0.755859375}, {"start": 414.64, "end": 414.9, "word": " I", "probability": 0.76123046875}, {"start": 414.9, "end": 415.06, "word": " made", "probability": 0.56591796875}, {"start": 415.06, "end": 415.22, "word": " a", "probability": 0.921875}, {"start": 415.22, "end": 415.56, "word": " class", "probability": 0.82421875}, {"start": 415.56, "end": 416.1, "word": " ViewHolder.", "probability": 0.75830078125}, {"start": 416.16, "end": 416.24, "word": " In", "probability": 0.376953125}, {"start": 416.24, "end": 416.28, "word": " the", "probability": 0.876953125}, {"start": 416.28, "end": 416.84, "word": " previous", "probability": 0.64501953125}, {"start": 416.84, "end": 416.84, "word": " lecture", "probability": 0.69287109375}, {"start": 416.84, "end": 417.04, "word": " in", "probability": 0.414306640625}, {"start": 417.04, "end": 417.1, "word": " the", "probability": 0.7646484375}, {"start": 417.1, "end": 417.38, "word": " list,", "probability": 0.73974609375}, {"start": 417.46, "end": 417.68, "word": " we", "probability": 0.314453125}, {"start": 417.68, "end": 417.68, "word": " made", "probability": 0.69091796875}, {"start": 417.68, "end": 417.82, "word": " a", "probability": 0.68310546875}, {"start": 417.82, "end": 418.3, "word": " ViewHolder", "probability": 0.8497721354166666}, {"start": 418.3, "end": 418.98, "word": " inside", "probability": 0.58935546875}, {"start": 418.98, "end": 419.6, "word": " the", "probability": 0.80810546875}, {"start": 419.6, "end": 419.92, "word": " adapter.", "probability": 0.8837890625}, {"start": 419.98, "end": 420.22, "word": " I", "probability": 0.290283203125}, {"start": 420.22, "end": 420.52, "word": " made", "probability": 0.64208984375}, {"start": 420.52, "end": 420.64, "word": " it", "probability": 0.8349609375}, {"start": 420.64, "end": 420.8, "word": " outside.", "probability": 0.8095703125}, {"start": 420.86, "end": 420.92, "word": " You", "probability": 0.90625}, {"start": 420.92, "end": 421.12, "word": " can", "probability": 0.9267578125}, {"start": 421.12, "end": 421.3, "word": " make", "probability": 0.76123046875}, {"start": 421.3, "end": 421.4, "word": " it", "probability": 0.91162109375}, {"start": 421.4, "end": 421.58, "word": " inside.", "probability": 0.90771484375}, {"start": 421.9, "end": 422.08, "word": " No", "probability": 0.424072265625}, {"start": 422.08, "end": 422.54, "word": " problem.", "probability": 0.859375}, {"start": 423.38, "end": 423.7, "word": " But", "probability": 0.646484375}, {"start": 423.7, "end": 423.96, "word": " here,", "probability": 0.7548828125}, {"start": 424.12, "end": 424.6, "word": " to", "probability": 0.59130859375}, {"start": 424.6, "end": 425.0, "word": " make", "probability": 0.9228515625}, {"start": 425.0, "end": 425.12, "word": " a", "probability": 0.93505859375}, {"start": 425.12, "end": 425.68, "word": " ViewHolder,", "probability": 0.9363606770833334}, {"start": 425.78, "end": 425.86, "word": " you", "probability": 0.92138671875}, {"start": 425.86, "end": 425.94, "word": " have", "probability": 0.344482421875}, {"start": 425.94, "end": 426.14, "word": " to", "probability": 0.97021484375}, {"start": 426.14, "end": 426.44, "word": " make", "probability": 0.63037109375}, {"start": 426.44, "end": 427.16, "word": " Extends", "probability": 0.5811767578125}, {"start": 427.16, "end": 427.34, "word": " to", "probability": 0.78173828125}, {"start": 427.34, "end": 427.4, "word": " a", "probability": 0.75}, {"start": 427.4, "end": 427.86, "word": " class", "probability": 0.94921875}, {"start": 427.86, "end": 428.82, "word": " called", "probability": 0.4296875}], "temperature": 1.0}, {"id": 17, "seek": 45659, "start": 440.79, "end": 456.59, "text": "RecyclerViewHolder It gives you an abstract class called ViewHolder But this is abstract, we can't use it Here, when you create an adapter, it asks you for an adapter between these two brackets", "tokens": [8524, 1344, 66, 1918, 30203, 42347, 260, 467, 2709, 291, 364, 12649, 1508, 1219, 13909, 42347, 260, 583, 341, 307, 12649, 11, 321, 393, 380, 764, 309, 1692, 11, 562, 291, 1884, 364, 22860, 11, 309, 8962, 291, 337, 364, 22860, 1296, 613, 732, 26179], "avg_logprob": -0.5838994681835175, "compression_ratio": 1.4402985074626866, "no_speech_prob": 0.0, "words": [{"start": 440.78999999999996, "end": 441.39, "word": "RecyclerViewHolder", "probability": 0.7717633928571429}, {"start": 441.39, "end": 441.99, "word": " It", "probability": 0.149169921875}, {"start": 441.99, "end": 442.77, "word": " gives", "probability": 0.62744140625}, {"start": 442.77, "end": 442.89, "word": " you", "probability": 0.50341796875}, {"start": 442.89, "end": 443.01, "word": " an", "probability": 0.46533203125}, {"start": 443.01, "end": 443.23, "word": " abstract", "probability": 0.86181640625}, {"start": 443.23, "end": 443.81, "word": " class", "probability": 0.94970703125}, {"start": 443.81, "end": 444.11, "word": " called", "probability": 0.318359375}, {"start": 444.11, "end": 446.23, "word": " ViewHolder", "probability": 0.71728515625}, {"start": 446.23, "end": 446.39, "word": " But", "probability": 0.384765625}, {"start": 446.39, "end": 446.55, "word": " this", "probability": 0.348876953125}, {"start": 446.55, "end": 446.57, "word": " is", "probability": 0.77392578125}, {"start": 446.57, "end": 447.01, "word": " abstract,", "probability": 0.72998046875}, {"start": 447.13, "end": 447.23, "word": " we", "probability": 0.379638671875}, {"start": 447.23, "end": 447.71, "word": " can't", "probability": 0.5751953125}, {"start": 447.71, "end": 448.85, "word": " use", "probability": 0.87158203125}, {"start": 448.85, "end": 449.23, "word": " it", "probability": 0.8486328125}, {"start": 449.23, "end": 450.41, "word": " Here,", "probability": 0.2327880859375}, {"start": 450.83, "end": 451.05, "word": " when", "probability": 0.767578125}, {"start": 451.05, "end": 451.23, "word": " you", "probability": 0.91455078125}, {"start": 451.23, "end": 451.39, "word": " create", "probability": 0.3544921875}, {"start": 451.39, "end": 451.49, "word": " an", "probability": 0.77685546875}, {"start": 451.49, "end": 451.85, "word": " adapter,", "probability": 0.84521484375}, {"start": 451.95, "end": 452.03, "word": " it", "probability": 0.791015625}, {"start": 452.03, "end": 452.23, "word": " asks", "probability": 0.488525390625}, {"start": 452.23, "end": 452.75, "word": " you", "probability": 0.5595703125}, {"start": 452.75, "end": 452.97, "word": " for", "probability": 0.4921875}, {"start": 452.97, "end": 454.27, "word": " an", "probability": 0.255615234375}, {"start": 454.27, "end": 454.67, "word": " adapter", "probability": 0.9375}, {"start": 454.67, "end": 456.09, "word": " between", "probability": 0.5625}, {"start": 456.09, "end": 456.27, "word": " these", "probability": 0.63427734375}, {"start": 456.27, "end": 456.59, "word": " two", "probability": 0.52294921875}, {"start": 456.59, "end": 456.59, "word": " brackets", "probability": 0.11181640625}], "temperature": 1.0}, {"id": 18, "seek": 48608, "start": 458.14, "end": 486.08, "text": " This is adapter, this is vh, anything from view holder type From view holder type, view holder is abstract, we can't make it class But that's why I made a new class called my view holder, extend view holder But of course it will give you an error, why the error? Two possibilities, either it wants to implement abstract method or it wants constructor So now let's see what it wants, it tells me that it wants constructor", "tokens": [639, 307, 22860, 11, 341, 307, 371, 71, 11, 1340, 490, 1910, 20349, 2010, 3358, 1910, 20349, 2010, 11, 1910, 20349, 307, 12649, 11, 321, 393, 380, 652, 309, 1508, 583, 300, 311, 983, 286, 1027, 257, 777, 1508, 1219, 452, 1910, 20349, 11, 10101, 1910, 20349, 583, 295, 1164, 309, 486, 976, 291, 364, 6713, 11, 983, 264, 6713, 30, 4453, 12178, 11, 2139, 309, 2738, 281, 4445, 12649, 3170, 420, 309, 2738, 47479, 407, 586, 718, 311, 536, 437, 309, 2738, 11, 309, 5112, 385, 300, 309, 2738, 47479], "avg_logprob": -0.6008831366248752, "compression_ratio": 1.8225108225108224, "no_speech_prob": 0.0, "words": [{"start": 458.14, "end": 458.4, "word": " This", "probability": 0.148681640625}, {"start": 458.4, "end": 458.5, "word": " is", "probability": 0.60498046875}, {"start": 458.5, "end": 459.02, "word": " adapter,", "probability": 0.443603515625}, {"start": 459.54, "end": 460.16, "word": " this", "probability": 0.473388671875}, {"start": 460.16, "end": 460.16, "word": " is", "probability": 0.78857421875}, {"start": 460.16, "end": 460.58, "word": " vh,", "probability": 0.624755859375}, {"start": 460.96, "end": 461.24, "word": " anything", "probability": 0.468505859375}, {"start": 461.24, "end": 462.06, "word": " from", "probability": 0.2462158203125}, {"start": 462.06, "end": 462.56, "word": " view", "probability": 0.3642578125}, {"start": 462.56, "end": 462.88, "word": " holder", "probability": 0.529296875}, {"start": 462.88, "end": 462.88, "word": " type", "probability": 0.296142578125}, {"start": 462.88, "end": 463.56, "word": " From", "probability": 0.1767578125}, {"start": 463.56, "end": 464.38, "word": " view", "probability": 0.68017578125}, {"start": 464.38, "end": 464.62, "word": " holder", "probability": 0.8056640625}, {"start": 464.62, "end": 464.62, "word": " type,", "probability": 0.6787109375}, {"start": 464.66, "end": 464.94, "word": " view", "probability": 0.24609375}, {"start": 464.94, "end": 465.22, "word": " holder", "probability": 0.76416015625}, {"start": 465.22, "end": 465.4, "word": " is", "probability": 0.381591796875}, {"start": 465.4, "end": 465.92, "word": " abstract,", "probability": 0.56103515625}, {"start": 466.24, "end": 466.32, "word": " we", "probability": 0.5078125}, {"start": 466.32, "end": 466.6, "word": " can't", "probability": 0.6259765625}, {"start": 466.6, "end": 467.3, "word": " make", "probability": 0.2354736328125}, {"start": 467.3, "end": 467.48, "word": " it", "probability": 0.70751953125}, {"start": 467.48, "end": 467.8, "word": " class", "probability": 0.6044921875}, {"start": 467.8, "end": 468.54, "word": " But", "probability": 0.3310546875}, {"start": 468.54, "end": 468.96, "word": " that's", "probability": 0.6214599609375}, {"start": 468.96, "end": 469.0, "word": " why", "probability": 0.8974609375}, {"start": 469.0, "end": 469.14, "word": " I", "probability": 0.82421875}, {"start": 469.14, "end": 469.3, "word": " made", "probability": 0.61865234375}, {"start": 469.3, "end": 469.42, "word": " a", "probability": 0.7724609375}, {"start": 469.42, "end": 469.88, "word": " new", "probability": 0.83056640625}, {"start": 469.88, "end": 469.88, "word": " class", "probability": 0.966796875}, {"start": 469.88, "end": 470.2, "word": " called", "probability": 0.22607421875}, {"start": 470.2, "end": 470.58, "word": " my", "probability": 0.6142578125}, {"start": 470.58, "end": 471.5, "word": " view", "probability": 0.388427734375}, {"start": 471.5, "end": 471.76, "word": " holder,", "probability": 0.6884765625}, {"start": 471.86, "end": 472.28, "word": " extend", "probability": 0.8466796875}, {"start": 472.28, "end": 473.2, "word": " view", "probability": 0.873046875}, {"start": 473.2, "end": 473.5, "word": " holder", "probability": 0.8740234375}, {"start": 473.5, "end": 474.18, "word": " But", "probability": 0.1785888671875}, {"start": 474.18, "end": 474.42, "word": " of", "probability": 0.353759765625}, {"start": 474.42, "end": 474.42, "word": " course", "probability": 0.916015625}, {"start": 474.42, "end": 474.52, "word": " it", "probability": 0.533203125}, {"start": 474.52, "end": 474.56, "word": " will", "probability": 0.28759765625}, {"start": 474.56, "end": 474.68, "word": " give", "probability": 0.433349609375}, {"start": 474.68, "end": 474.88, "word": " you", "probability": 0.76806640625}, {"start": 474.88, "end": 474.94, "word": " an", "probability": 0.472412109375}, {"start": 474.94, "end": 475.16, "word": " error,", "probability": 0.91064453125}, {"start": 475.6, "end": 475.84, "word": " why", "probability": 0.80078125}, {"start": 475.84, "end": 475.96, "word": " the", "probability": 0.3310546875}, {"start": 475.96, "end": 476.2, "word": " error?", "probability": 0.91650390625}, {"start": 476.6, "end": 476.7, "word": " Two", "probability": 0.2056884765625}, {"start": 476.7, "end": 477.04, "word": " possibilities,", "probability": 0.716796875}, {"start": 477.66, "end": 477.82, "word": " either", "probability": 0.640625}, {"start": 477.82, "end": 478.04, "word": " it", "probability": 0.5830078125}, {"start": 478.04, "end": 478.26, "word": " wants", "probability": 0.53515625}, {"start": 478.26, "end": 478.46, "word": " to", "probability": 0.94970703125}, {"start": 478.46, "end": 479.34, "word": " implement", "probability": 0.79296875}, {"start": 479.34, "end": 479.78, "word": " abstract", "probability": 0.44189453125}, {"start": 479.78, "end": 480.38, "word": " method", "probability": 0.91455078125}, {"start": 480.38, "end": 480.72, "word": " or", "probability": 0.6396484375}, {"start": 480.72, "end": 481.3, "word": " it", "probability": 0.59326171875}, {"start": 481.3, "end": 481.34, "word": " wants", "probability": 0.73828125}, {"start": 481.34, "end": 481.88, "word": " constructor", "probability": 0.7197265625}, {"start": 481.88, "end": 482.42, "word": " So", "probability": 0.7041015625}, {"start": 482.42, "end": 482.58, "word": " now", "probability": 0.3798828125}, {"start": 482.58, "end": 482.86, "word": " let's", "probability": 0.85546875}, {"start": 482.86, "end": 483.0, "word": " see", "probability": 0.85888671875}, {"start": 483.0, "end": 483.16, "word": " what", "probability": 0.93017578125}, {"start": 483.16, "end": 483.48, "word": " it", "probability": 0.66162109375}, {"start": 483.48, "end": 483.48, "word": " wants,", "probability": 0.755859375}, {"start": 483.96, "end": 484.18, "word": " it", "probability": 0.447021484375}, {"start": 484.18, "end": 484.38, "word": " tells", "probability": 0.262451171875}, {"start": 484.38, "end": 484.58, "word": " me", "probability": 0.8603515625}, {"start": 484.58, "end": 484.76, "word": " that", "probability": 0.49658203125}, {"start": 484.76, "end": 484.86, "word": " it", "probability": 0.91015625}, {"start": 484.86, "end": 485.16, "word": " wants", "probability": 0.779296875}, {"start": 485.16, "end": 486.08, "word": " constructor", "probability": 0.7880859375}], "temperature": 1.0}, {"id": 19, "seek": 50993, "start": 486.77, "end": 509.93, "text": " The view holder is a constructor that takes the item Let's remember from the list view lecture, what did we do in the view holder? What did I do here? I opened the adapter for whom? For the list view What did we put in the view holder? The attributes of the elements", "tokens": [440, 1910, 20349, 307, 257, 47479, 300, 2516, 264, 3174, 961, 311, 1604, 490, 264, 1329, 1910, 7991, 11, 437, 630, 321, 360, 294, 264, 1910, 20349, 30, 708, 630, 286, 360, 510, 30, 286, 5625, 264, 22860, 337, 7101, 30, 1171, 264, 1329, 1910, 708, 630, 321, 829, 294, 264, 1910, 20349, 30, 440, 17212, 295, 264, 4959], "avg_logprob": -0.5026041676600774, "compression_ratio": 1.6583850931677018, "no_speech_prob": 0.0, "words": [{"start": 486.77, "end": 487.27, "word": " The", "probability": 0.07391357421875}, {"start": 487.27, "end": 487.51, "word": " view", "probability": 0.552734375}, {"start": 487.51, "end": 487.87, "word": " holder", "probability": 0.6416015625}, {"start": 487.87, "end": 488.17, "word": " is", "probability": 0.6328125}, {"start": 488.17, "end": 488.37, "word": " a", "probability": 0.3955078125}, {"start": 488.37, "end": 488.85, "word": " constructor", "probability": 0.4501953125}, {"start": 488.85, "end": 490.33, "word": " that", "probability": 0.30078125}, {"start": 490.33, "end": 490.73, "word": " takes", "probability": 0.5361328125}, {"start": 490.73, "end": 493.01, "word": " the", "probability": 0.499755859375}, {"start": 493.01, "end": 493.35, "word": " item", "probability": 0.73193359375}, {"start": 493.35, "end": 495.29, "word": " Let's", "probability": 0.521728515625}, {"start": 495.29, "end": 495.69, "word": " remember", "probability": 0.369873046875}, {"start": 495.69, "end": 495.85, "word": " from", "probability": 0.5546875}, {"start": 495.85, "end": 496.41, "word": " the", "probability": 0.67236328125}, {"start": 496.41, "end": 496.55, "word": " list", "probability": 0.240966796875}, {"start": 496.55, "end": 496.87, "word": " view", "probability": 0.77197265625}, {"start": 496.87, "end": 496.87, "word": " lecture,", "probability": 0.420654296875}, {"start": 496.99, "end": 497.13, "word": " what", "probability": 0.771484375}, {"start": 497.13, "end": 497.27, "word": " did", "probability": 0.373779296875}, {"start": 497.27, "end": 497.37, "word": " we", "probability": 0.91650390625}, {"start": 497.37, "end": 497.55, "word": " do", "probability": 0.76171875}, {"start": 497.55, "end": 497.75, "word": " in", "probability": 0.78515625}, {"start": 497.75, "end": 498.29, "word": " the", "probability": 0.7080078125}, {"start": 498.29, "end": 498.49, "word": " view", "probability": 0.8369140625}, {"start": 498.49, "end": 498.83, "word": " holder?", "probability": 0.7646484375}, {"start": 501.21, "end": 501.73, "word": " What", "probability": 0.37646484375}, {"start": 501.73, "end": 501.73, "word": " did", "probability": 0.87841796875}, {"start": 501.73, "end": 501.99, "word": " I", "probability": 0.48779296875}, {"start": 501.99, "end": 502.63, "word": " do", "probability": 0.87353515625}, {"start": 502.63, "end": 502.89, "word": " here?", "probability": 0.62158203125}, {"start": 502.99, "end": 503.41, "word": " I", "probability": 0.88916015625}, {"start": 503.41, "end": 504.57, "word": " opened", "probability": 0.64111328125}, {"start": 504.57, "end": 504.81, "word": " the", "probability": 0.7958984375}, {"start": 504.81, "end": 505.19, "word": " adapter", "probability": 0.751953125}, {"start": 505.19, "end": 505.45, "word": " for", "probability": 0.33056640625}, {"start": 505.45, "end": 505.67, "word": " whom?", "probability": 0.2294921875}, {"start": 506.13, "end": 506.27, "word": " For", "probability": 0.55908203125}, {"start": 506.27, "end": 506.37, "word": " the", "probability": 0.79736328125}, {"start": 506.37, "end": 506.55, "word": " list", "probability": 0.8271484375}, {"start": 506.55, "end": 506.81, "word": " view", "probability": 0.80712890625}, {"start": 506.81, "end": 507.05, "word": " What", "probability": 0.62109375}, {"start": 507.05, "end": 507.21, "word": " did", "probability": 0.8740234375}, {"start": 507.21, "end": 507.35, "word": " we", "probability": 0.646484375}, {"start": 507.35, "end": 507.57, "word": " put", "probability": 0.767578125}, {"start": 507.57, "end": 507.71, "word": " in", "probability": 0.90966796875}, {"start": 507.71, "end": 507.81, "word": " the", "probability": 0.86962890625}, {"start": 507.81, "end": 507.99, "word": " view", "probability": 0.8603515625}, {"start": 507.99, "end": 508.29, "word": " holder?", "probability": 0.83154296875}, {"start": 508.73, "end": 508.99, "word": " The", "probability": 0.552734375}, {"start": 508.99, "end": 509.33, "word": " attributes", "probability": 0.859375}, {"start": 509.33, "end": 509.53, "word": " of", "probability": 0.70751953125}, {"start": 509.53, "end": 509.59, "word": " the", "probability": 0.6533203125}, {"start": 509.59, "end": 509.93, "word": " elements", "probability": 0.8515625}], "temperature": 1.0}, {"id": 20, "seek": 53666, "start": 510.78, "end": 536.66, "text": " It will be indicators for the same elements in the view. It is exactly the same thing. You have to make these attributes. Okay? The same thing that is in the item, we will do it here. We will say image, view, or these. What are these? We will copy them from here and put them here. Now, here I will bring a constructor.", "tokens": [467, 486, 312, 22176, 337, 264, 912, 4959, 294, 264, 1910, 13, 467, 307, 2293, 264, 912, 551, 13, 509, 362, 281, 652, 613, 17212, 13, 1033, 30, 440, 912, 551, 300, 307, 294, 264, 3174, 11, 321, 486, 360, 309, 510, 13, 492, 486, 584, 3256, 11, 1910, 11, 420, 613, 13, 708, 366, 613, 30, 492, 486, 5055, 552, 490, 510, 293, 829, 552, 510, 13, 823, 11, 510, 286, 486, 1565, 257, 47479, 13], "avg_logprob": -0.47435896748151535, "compression_ratio": 1.6666666666666667, "no_speech_prob": 0.0, "words": [{"start": 510.78000000000003, "end": 511.24, "word": " It", "probability": 0.1806640625}, {"start": 511.24, "end": 511.5, "word": " will", "probability": 0.5400390625}, {"start": 511.5, "end": 511.68, "word": " be", "probability": 0.75048828125}, {"start": 511.68, "end": 512.14, "word": " indicators", "probability": 0.72314453125}, {"start": 512.14, "end": 512.5, "word": " for", "probability": 0.425537109375}, {"start": 512.5, "end": 513.5, "word": " the", "probability": 0.63671875}, {"start": 513.5, "end": 513.5, "word": " same", "probability": 0.5283203125}, {"start": 513.5, "end": 513.92, "word": " elements", "probability": 0.8388671875}, {"start": 513.92, "end": 514.44, "word": " in", "probability": 0.4521484375}, {"start": 514.44, "end": 514.56, "word": " the", "probability": 0.74169921875}, {"start": 514.56, "end": 514.76, "word": " view.", "probability": 0.7470703125}, {"start": 515.28, "end": 515.74, "word": " It", "probability": 0.403564453125}, {"start": 515.74, "end": 515.76, "word": " is", "probability": 0.75390625}, {"start": 515.76, "end": 515.78, "word": " exactly", "probability": 0.54052734375}, {"start": 515.78, "end": 515.78, "word": " the", "probability": 0.876953125}, {"start": 515.78, "end": 515.78, "word": " same", "probability": 0.9052734375}, {"start": 515.78, "end": 516.16, "word": " thing.", "probability": 0.51904296875}, {"start": 517.02, "end": 517.22, "word": " You", "probability": 0.755859375}, {"start": 517.22, "end": 517.36, "word": " have", "probability": 0.294677734375}, {"start": 517.36, "end": 517.52, "word": " to", "probability": 0.97021484375}, {"start": 517.52, "end": 517.72, "word": " make", "probability": 0.45849609375}, {"start": 517.72, "end": 517.8, "word": " these", "probability": 0.52685546875}, {"start": 517.8, "end": 518.24, "word": " attributes.", "probability": 0.8623046875}, {"start": 519.22, "end": 519.46, "word": " Okay?", "probability": 0.378662109375}, {"start": 520.0, "end": 520.4, "word": " The", "probability": 0.246337890625}, {"start": 520.4, "end": 521.02, "word": " same", "probability": 0.87060546875}, {"start": 521.02, "end": 521.14, "word": " thing", "probability": 0.5830078125}, {"start": 521.14, "end": 521.2, "word": " that", "probability": 0.32373046875}, {"start": 521.2, "end": 521.2, "word": " is", "probability": 0.6044921875}, {"start": 521.2, "end": 521.44, "word": " in", "probability": 0.492919921875}, {"start": 521.44, "end": 521.56, "word": " the", "probability": 0.79150390625}, {"start": 521.56, "end": 521.9, "word": " item,", "probability": 0.94189453125}, {"start": 521.98, "end": 522.04, "word": " we", "probability": 0.7919921875}, {"start": 522.04, "end": 522.08, "word": " will", "probability": 0.379638671875}, {"start": 522.08, "end": 522.28, "word": " do", "probability": 0.56396484375}, {"start": 522.28, "end": 522.4, "word": " it", "probability": 0.6201171875}, {"start": 522.4, "end": 522.5, "word": " here.", "probability": 0.84033203125}, {"start": 522.56, "end": 522.72, "word": " We", "probability": 0.564453125}, {"start": 522.72, "end": 522.84, "word": " will", "probability": 0.54150390625}, {"start": 522.84, "end": 523.02, "word": " say", "probability": 0.5693359375}, {"start": 523.02, "end": 523.44, "word": " image,", "probability": 0.75634765625}, {"start": 524.22, "end": 524.74, "word": " view,", "probability": 0.86669921875}, {"start": 524.98, "end": 525.28, "word": " or", "probability": 0.71728515625}, {"start": 525.28, "end": 525.6, "word": " these.", "probability": 0.40185546875}, {"start": 525.9, "end": 526.18, "word": " What", "probability": 0.4873046875}, {"start": 526.18, "end": 526.28, "word": " are", "probability": 0.91943359375}, {"start": 526.28, "end": 526.56, "word": " these?", "probability": 0.806640625}, {"start": 526.84, "end": 527.26, "word": " We", "probability": 0.87451171875}, {"start": 527.26, "end": 527.4, "word": " will", "probability": 0.6767578125}, {"start": 527.4, "end": 527.68, "word": " copy", "probability": 0.86083984375}, {"start": 527.68, "end": 527.82, "word": " them", "probability": 0.76220703125}, {"start": 527.82, "end": 527.94, "word": " from", "probability": 0.66357421875}, {"start": 527.94, "end": 528.24, "word": " here", "probability": 0.85400390625}, {"start": 528.24, "end": 529.58, "word": " and", "probability": 0.6728515625}, {"start": 529.58, "end": 529.8, "word": " put", "probability": 0.448974609375}, {"start": 529.8, "end": 529.92, "word": " them", "probability": 0.88037109375}, {"start": 529.92, "end": 530.12, "word": " here.", "probability": 0.8330078125}, {"start": 534.74, "end": 535.2, "word": " Now,", "probability": 0.748046875}, {"start": 535.34, "end": 535.54, "word": " here", "probability": 0.703125}, {"start": 535.54, "end": 535.72, "word": " I", "probability": 0.5732421875}, {"start": 535.72, "end": 535.74, "word": " will", "probability": 0.39892578125}, {"start": 535.74, "end": 535.88, "word": " bring", "probability": 0.765625}, {"start": 535.88, "end": 536.08, "word": " a", "probability": 0.416259765625}, {"start": 536.08, "end": 536.66, "word": " constructor.", "probability": 0.8662109375}], "temperature": 1.0}, {"id": 21, "seek": 55189, "start": 539.41, "end": 551.89, "text": " When you create a view holder, what should be passed to it? The view itself, the item itself So now in the constructor, we will put a code on the basis that as soon as we pass the view to it, it will search for it", "tokens": [1133, 291, 1884, 257, 1910, 20349, 11, 437, 820, 312, 4678, 281, 309, 30, 440, 1910, 2564, 11, 264, 3174, 2564, 407, 586, 294, 264, 47479, 11, 321, 486, 829, 257, 3089, 322, 264, 5143, 300, 382, 2321, 382, 321, 1320, 264, 1910, 281, 309, 11, 309, 486, 3164, 337, 309], "avg_logprob": -0.5366586492611811, "compression_ratio": 1.5070422535211268, "no_speech_prob": 0.0, "words": [{"start": 539.41, "end": 539.77, "word": " When", "probability": 0.08197021484375}, {"start": 539.77, "end": 540.11, "word": " you", "probability": 0.86181640625}, {"start": 540.11, "end": 540.27, "word": " create", "probability": 0.810546875}, {"start": 540.27, "end": 540.43, "word": " a", "probability": 0.826171875}, {"start": 540.43, "end": 540.57, "word": " view", "probability": 0.62890625}, {"start": 540.57, "end": 540.87, "word": " holder,", "probability": 0.54833984375}, {"start": 540.93, "end": 541.07, "word": " what", "probability": 0.58447265625}, {"start": 541.07, "end": 541.27, "word": " should", "probability": 0.4267578125}, {"start": 541.27, "end": 541.43, "word": " be", "probability": 0.32373046875}, {"start": 541.43, "end": 541.63, "word": " passed", "probability": 0.19140625}, {"start": 541.63, "end": 541.81, "word": " to", "probability": 0.72412109375}, {"start": 541.81, "end": 541.97, "word": " it?", "probability": 0.578125}, {"start": 543.05, "end": 543.41, "word": " The", "probability": 0.450439453125}, {"start": 543.41, "end": 543.59, "word": " view", "probability": 0.394775390625}, {"start": 543.59, "end": 544.01, "word": " itself,", "probability": 0.5810546875}, {"start": 544.11, "end": 544.55, "word": " the", "probability": 0.78076171875}, {"start": 544.55, "end": 544.81, "word": " item", "probability": 0.9169921875}, {"start": 544.81, "end": 545.19, "word": " itself", "probability": 0.763671875}, {"start": 545.19, "end": 545.63, "word": " So", "probability": 0.181884765625}, {"start": 545.63, "end": 545.87, "word": " now", "probability": 0.51416015625}, {"start": 545.87, "end": 545.99, "word": " in", "probability": 0.54833984375}, {"start": 545.99, "end": 546.11, "word": " the", "probability": 0.5283203125}, {"start": 546.11, "end": 546.65, "word": " constructor,", "probability": 0.890625}, {"start": 547.21, "end": 547.31, "word": " we", "probability": 0.7119140625}, {"start": 547.31, "end": 547.37, "word": " will", "probability": 0.478515625}, {"start": 547.37, "end": 547.57, "word": " put", "probability": 0.5029296875}, {"start": 547.57, "end": 547.67, "word": " a", "probability": 0.6845703125}, {"start": 547.67, "end": 547.87, "word": " code", "probability": 0.9189453125}, {"start": 547.87, "end": 548.01, "word": " on", "probability": 0.2005615234375}, {"start": 548.01, "end": 548.13, "word": " the", "probability": 0.8359375}, {"start": 548.13, "end": 548.35, "word": " basis", "probability": 0.89453125}, {"start": 548.35, "end": 548.67, "word": " that", "probability": 0.8359375}, {"start": 548.67, "end": 549.09, "word": " as", "probability": 0.20654296875}, {"start": 549.09, "end": 549.21, "word": " soon", "probability": 0.94091796875}, {"start": 549.21, "end": 549.27, "word": " as", "probability": 0.96826171875}, {"start": 549.27, "end": 549.39, "word": " we", "probability": 0.59521484375}, {"start": 549.39, "end": 549.61, "word": " pass", "probability": 0.7236328125}, {"start": 549.61, "end": 549.89, "word": " the", "probability": 0.4130859375}, {"start": 549.89, "end": 550.17, "word": " view", "probability": 0.87548828125}, {"start": 550.17, "end": 550.23, "word": " to", "probability": 0.50537109375}, {"start": 550.23, "end": 550.25, "word": " it,", "probability": 0.890625}, {"start": 550.99, "end": 551.05, "word": " it", "probability": 0.890625}, {"start": 551.05, "end": 551.19, "word": " will", "probability": 0.62890625}, {"start": 551.19, "end": 551.55, "word": " search", "probability": 0.6845703125}, {"start": 551.55, "end": 551.73, "word": " for", "probability": 0.6630859375}, {"start": 551.73, "end": 551.89, "word": " it", "probability": 0.7744140625}], "temperature": 1.0}, {"id": 22, "seek": 58154, "start": 552.77, "end": 581.55, "text": " It makes a find view by ID and stores the references where? In the ones above. The same steps that we used to do here. Do you see these steps? It makes a find view by ID and puts it in the photo IM. Where do we want to put it? In the view holder of the recycler view. That is why the constructor takes a view. It says I will give you a view. You take whatever you want from it. What do I want from this view? I want the elements inside.", "tokens": [467, 1669, 257, 915, 1910, 538, 7348, 293, 9512, 264, 15400, 689, 30, 682, 264, 2306, 3673, 13, 440, 912, 4439, 300, 321, 1143, 281, 360, 510, 13, 1144, 291, 536, 613, 4439, 30, 467, 1669, 257, 915, 1910, 538, 7348, 293, 8137, 309, 294, 264, 5052, 21463, 13, 2305, 360, 321, 528, 281, 829, 309, 30, 682, 264, 1910, 20349, 295, 264, 12036, 66, 1918, 1910, 13, 663, 307, 983, 264, 47479, 2516, 257, 1910, 13, 467, 1619, 286, 486, 976, 291, 257, 1910, 13, 509, 747, 2035, 291, 528, 490, 309, 13, 708, 360, 286, 528, 490, 341, 1910, 30, 286, 528, 264, 4959, 1854, 13], "avg_logprob": -0.4670298066707926, "compression_ratio": 1.7983539094650205, "no_speech_prob": 0.0, "words": [{"start": 552.77, "end": 553.01, "word": " It", "probability": 0.2421875}, {"start": 553.01, "end": 553.17, "word": " makes", "probability": 0.17724609375}, {"start": 553.17, "end": 553.27, "word": " a", "probability": 0.380859375}, {"start": 553.27, "end": 553.45, "word": " find", "probability": 0.425537109375}, {"start": 553.45, "end": 553.67, "word": " view", "probability": 0.7783203125}, {"start": 553.67, "end": 554.03, "word": " by", "probability": 0.56005859375}, {"start": 554.03, "end": 554.49, "word": " ID", "probability": 0.65673828125}, {"start": 554.49, "end": 554.85, "word": " and", "probability": 0.67724609375}, {"start": 554.85, "end": 555.15, "word": " stores", "probability": 0.52197265625}, {"start": 555.15, "end": 555.33, "word": " the", "probability": 0.437255859375}, {"start": 555.33, "end": 555.79, "word": " references", "probability": 0.73828125}, {"start": 555.79, "end": 556.09, "word": " where?", "probability": 0.2763671875}, {"start": 556.45, "end": 556.69, "word": " In", "probability": 0.496337890625}, {"start": 556.69, "end": 557.05, "word": " the", "probability": 0.69189453125}, {"start": 557.05, "end": 557.19, "word": " ones", "probability": 0.0738525390625}, {"start": 557.19, "end": 557.55, "word": " above.", "probability": 0.474853515625}, {"start": 557.67, "end": 557.93, "word": " The", "probability": 0.309814453125}, {"start": 557.93, "end": 558.11, "word": " same", "probability": 0.744140625}, {"start": 558.11, "end": 558.63, "word": " steps", "probability": 0.81689453125}, {"start": 558.63, "end": 558.83, "word": " that", "probability": 0.496337890625}, {"start": 558.83, "end": 559.11, "word": " we", "probability": 0.888671875}, {"start": 559.11, "end": 559.13, "word": " used", "probability": 0.374755859375}, {"start": 559.13, "end": 559.15, "word": " to", "probability": 0.96240234375}, {"start": 559.15, "end": 559.49, "word": " do", "probability": 0.82177734375}, {"start": 559.49, "end": 560.65, "word": " here.", "probability": 0.58154296875}, {"start": 560.75, "end": 560.87, "word": " Do", "probability": 0.2734375}, {"start": 560.87, "end": 560.87, "word": " you", "probability": 0.9697265625}, {"start": 560.87, "end": 561.07, "word": " see", "probability": 0.919921875}, {"start": 561.07, "end": 561.35, "word": " these", "probability": 0.62939453125}, {"start": 561.35, "end": 561.71, "word": " steps?", "probability": 0.86279296875}, {"start": 561.99, "end": 562.43, "word": " It", "probability": 0.399169921875}, {"start": 562.43, "end": 563.05, "word": " makes", "probability": 0.77685546875}, {"start": 563.05, "end": 563.15, "word": " a", "probability": 0.935546875}, {"start": 563.15, "end": 563.35, "word": " find", "probability": 0.880859375}, {"start": 563.35, "end": 563.63, "word": " view", "probability": 0.8671875}, {"start": 563.63, "end": 563.79, "word": " by", "probability": 0.92333984375}, {"start": 563.79, "end": 564.03, "word": " ID", "probability": 0.96826171875}, {"start": 564.03, "end": 564.19, "word": " and", "probability": 0.873046875}, {"start": 564.19, "end": 564.49, "word": " puts", "probability": 0.369140625}, {"start": 564.49, "end": 564.63, "word": " it", "probability": 0.7353515625}, {"start": 564.63, "end": 564.75, "word": " in", "probability": 0.85888671875}, {"start": 564.75, "end": 564.87, "word": " the", "probability": 0.77197265625}, {"start": 564.87, "end": 565.19, "word": " photo", "probability": 0.73291015625}, {"start": 565.19, "end": 566.25, "word": " IM.", "probability": 0.638671875}, {"start": 566.33, "end": 566.47, "word": " Where", "probability": 0.365966796875}, {"start": 566.47, "end": 566.47, "word": " do", "probability": 0.6728515625}, {"start": 566.47, "end": 566.57, "word": " we", "probability": 0.91015625}, {"start": 566.57, "end": 566.57, "word": " want", "probability": 0.6328125}, {"start": 566.57, "end": 566.63, "word": " to", "probability": 0.857421875}, {"start": 566.63, "end": 566.81, "word": " put", "probability": 0.338134765625}, {"start": 566.81, "end": 566.89, "word": " it?", "probability": 0.88720703125}, {"start": 567.71, "end": 568.03, "word": " In", "probability": 0.91650390625}, {"start": 568.03, "end": 568.71, "word": " the", "probability": 0.85595703125}, {"start": 568.71, "end": 568.91, "word": " view", "probability": 0.77001953125}, {"start": 568.91, "end": 569.25, "word": " holder", "probability": 0.59423828125}, {"start": 569.25, "end": 569.39, "word": " of", "probability": 0.6806640625}, {"start": 569.39, "end": 569.47, "word": " the", "probability": 0.58251953125}, {"start": 569.47, "end": 569.85, "word": " recycler", "probability": 0.672119140625}, {"start": 569.85, "end": 570.09, "word": " view.", "probability": 0.79931640625}, {"start": 570.23, "end": 570.47, "word": " That", "probability": 0.6376953125}, {"start": 570.47, "end": 570.47, "word": " is", "probability": 0.48779296875}, {"start": 570.47, "end": 570.61, "word": " why", "probability": 0.90673828125}, {"start": 570.61, "end": 572.51, "word": " the", "probability": 0.66845703125}, {"start": 572.51, "end": 572.99, "word": " constructor", "probability": 0.88818359375}, {"start": 572.99, "end": 573.39, "word": " takes", "probability": 0.60595703125}, {"start": 573.39, "end": 574.07, "word": " a", "probability": 0.58154296875}, {"start": 574.07, "end": 574.27, "word": " view.", "probability": 0.884765625}, {"start": 574.65, "end": 574.95, "word": " It", "probability": 0.615234375}, {"start": 574.95, "end": 575.09, "word": " says", "probability": 0.423095703125}, {"start": 575.09, "end": 575.27, "word": " I", "probability": 0.467529296875}, {"start": 575.27, "end": 575.43, "word": " will", "probability": 0.72607421875}, {"start": 575.43, "end": 575.63, "word": " give", "probability": 0.372802734375}, {"start": 575.63, "end": 575.87, "word": " you", "probability": 0.9501953125}, {"start": 575.87, "end": 575.97, "word": " a", "probability": 0.94287109375}, {"start": 575.97, "end": 576.25, "word": " view.", "probability": 0.8740234375}, {"start": 576.85, "end": 576.95, "word": " You", "probability": 0.82958984375}, {"start": 576.95, "end": 577.21, "word": " take", "probability": 0.5263671875}, {"start": 577.21, "end": 577.45, "word": " whatever", "probability": 0.332275390625}, {"start": 577.45, "end": 577.55, "word": " you", "probability": 0.87255859375}, {"start": 577.55, "end": 577.71, "word": " want", "probability": 0.8076171875}, {"start": 577.71, "end": 577.93, "word": " from", "probability": 0.72314453125}, {"start": 577.93, "end": 577.93, "word": " it.", "probability": 0.89990234375}, {"start": 578.07, "end": 578.25, "word": " What", "probability": 0.8154296875}, {"start": 578.25, "end": 578.31, "word": " do", "probability": 0.87744140625}, {"start": 578.31, "end": 578.43, "word": " I", "probability": 0.9765625}, {"start": 578.43, "end": 578.61, "word": " want", "probability": 0.8349609375}, {"start": 578.61, "end": 578.83, "word": " from", "probability": 0.46826171875}, {"start": 578.83, "end": 578.95, "word": " this", "probability": 0.84130859375}, {"start": 578.95, "end": 579.17, "word": " view?", "probability": 0.89599609375}, {"start": 579.89, "end": 580.15, "word": " I", "probability": 0.9287109375}, {"start": 580.15, "end": 580.43, "word": " want", "probability": 0.81103515625}, {"start": 580.43, "end": 580.83, "word": " the", "probability": 0.79638671875}, {"start": 580.83, "end": 581.11, "word": " elements", "probability": 0.50732421875}, {"start": 581.11, "end": 581.55, "word": " inside.", "probability": 0.76123046875}], "temperature": 1.0}, {"id": 23, "seek": 60538, "start": 582.4, "end": 605.38, "text": " I put the indications where they are. Because after that, when I reach, I reach through these. So here, I will say item view find view by id r.id.photo. In the end, the picture will be more complete. You will understand it better. Okay, we took the picture. And then name, tv.", "tokens": [286, 829, 264, 4694, 267, 626, 689, 436, 366, 13, 1436, 934, 300, 11, 562, 286, 2524, 11, 286, 2524, 807, 613, 13, 407, 510, 11, 286, 486, 584, 3174, 1910, 915, 1910, 538, 4496, 367, 13, 327, 13, 950, 6738, 13, 682, 264, 917, 11, 264, 3036, 486, 312, 544, 3566, 13, 509, 486, 1223, 309, 1101, 13, 1033, 11, 321, 1890, 264, 3036, 13, 400, 550, 1315, 11, 16364, 13], "avg_logprob": -0.6065924592214088, "compression_ratio": 1.5136612021857923, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 582.4, "end": 582.54, "word": " I", "probability": 0.264892578125}, {"start": 582.54, "end": 582.76, "word": " put", "probability": 0.244384765625}, {"start": 582.76, "end": 582.9, "word": " the", "probability": 0.47900390625}, {"start": 582.9, "end": 583.42, "word": " indications", "probability": 0.464599609375}, {"start": 583.42, "end": 583.76, "word": " where", "probability": 0.4833984375}, {"start": 583.76, "end": 584.38, "word": " they", "probability": 0.1348876953125}, {"start": 584.38, "end": 584.42, "word": " are.", "probability": 0.591796875}, {"start": 584.88, "end": 585.16, "word": " Because", "probability": 0.21533203125}, {"start": 585.16, "end": 585.52, "word": " after", "probability": 0.341552734375}, {"start": 585.52, "end": 585.86, "word": " that,", "probability": 0.748046875}, {"start": 586.28, "end": 587.06, "word": " when", "probability": 0.72900390625}, {"start": 587.06, "end": 587.22, "word": " I", "probability": 0.95068359375}, {"start": 587.22, "end": 587.44, "word": " reach,", "probability": 0.424560546875}, {"start": 587.56, "end": 587.64, "word": " I", "probability": 0.935546875}, {"start": 587.64, "end": 587.78, "word": " reach", "probability": 0.7216796875}, {"start": 587.78, "end": 588.08, "word": " through", "probability": 0.48974609375}, {"start": 588.08, "end": 588.46, "word": " these.", "probability": 0.433349609375}, {"start": 588.62, "end": 589.1, "word": " So", "probability": 0.3310546875}, {"start": 589.1, "end": 589.42, "word": " here,", "probability": 0.7197265625}, {"start": 589.94, "end": 590.14, "word": " I", "probability": 0.96826171875}, {"start": 590.14, "end": 590.22, "word": " will", "probability": 0.466064453125}, {"start": 590.22, "end": 590.38, "word": " say", "probability": 0.42919921875}, {"start": 590.38, "end": 590.76, "word": " item", "probability": 0.77880859375}, {"start": 590.76, "end": 591.2, "word": " view", "probability": 0.5341796875}, {"start": 591.2, "end": 592.48, "word": " find", "probability": 0.43408203125}, {"start": 592.48, "end": 593.4, "word": " view", "probability": 0.7490234375}, {"start": 593.4, "end": 593.62, "word": " by", "probability": 0.92041015625}, {"start": 593.62, "end": 594.04, "word": " id", "probability": 0.56982421875}, {"start": 594.04, "end": 594.52, "word": " r", "probability": 0.62451171875}, {"start": 594.52, "end": 595.26, "word": ".id", "probability": 0.767333984375}, {"start": 595.26, "end": 596.24, "word": ".photo.", "probability": 0.93505859375}, {"start": 596.94, "end": 597.16, "word": " In", "probability": 0.6064453125}, {"start": 597.16, "end": 597.64, "word": " the", "probability": 0.90380859375}, {"start": 597.64, "end": 597.86, "word": " end,", "probability": 0.9013671875}, {"start": 597.96, "end": 598.02, "word": " the", "probability": 0.8076171875}, {"start": 598.02, "end": 598.12, "word": " picture", "probability": 0.381591796875}, {"start": 598.12, "end": 598.26, "word": " will", "probability": 0.46630859375}, {"start": 598.26, "end": 598.38, "word": " be", "probability": 0.5205078125}, {"start": 598.38, "end": 598.7, "word": " more", "probability": 0.59228515625}, {"start": 598.7, "end": 598.76, "word": " complete.", "probability": 0.689453125}, {"start": 599.38, "end": 599.76, "word": " You", "probability": 0.4208984375}, {"start": 599.76, "end": 600.04, "word": " will", "probability": 0.76611328125}, {"start": 600.04, "end": 600.8, "word": " understand", "probability": 0.66259765625}, {"start": 600.8, "end": 600.96, "word": " it", "probability": 0.81884765625}, {"start": 600.96, "end": 601.4, "word": " better.", "probability": 0.8583984375}, {"start": 601.64, "end": 601.86, "word": " Okay,", "probability": 0.334228515625}, {"start": 602.02, "end": 602.32, "word": " we", "probability": 0.400146484375}, {"start": 602.32, "end": 602.62, "word": " took", "probability": 0.658203125}, {"start": 602.62, "end": 603.02, "word": " the", "probability": 0.875}, {"start": 603.02, "end": 603.26, "word": " picture.", "probability": 0.65576171875}, {"start": 603.96, "end": 604.08, "word": " And", "probability": 0.417236328125}, {"start": 604.08, "end": 604.28, "word": " then", "probability": 0.8095703125}, {"start": 604.28, "end": 604.74, "word": " name,", "probability": 0.65625}, {"start": 604.96, "end": 605.38, "word": " tv.", "probability": 0.56396484375}], "temperature": 1.0}, {"id": 24, "seek": 61679, "start": 606.28, "end": 616.8, "text": " item view find view by id r.id.name tv age tv", "tokens": [3174, 1910, 915, 1910, 538, 4496, 367, 13, 327, 13, 16344, 16364, 3205, 16364], "avg_logprob": -0.37812500397364296, "compression_ratio": 0.9787234042553191, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 606.28, "end": 606.78, "word": " item", "probability": 0.2156982421875}, {"start": 606.78, "end": 607.18, "word": " view", "probability": 0.45166015625}, {"start": 607.18, "end": 608.64, "word": " find", "probability": 0.68798828125}, {"start": 608.64, "end": 609.24, "word": " view", "probability": 0.75732421875}, {"start": 609.24, "end": 609.46, "word": " by", "probability": 0.92431640625}, {"start": 609.46, "end": 609.88, "word": " id", "probability": 0.55615234375}, {"start": 609.88, "end": 610.34, "word": " r", "probability": 0.5380859375}, {"start": 610.34, "end": 611.24, "word": ".id", "probability": 0.884521484375}, {"start": 611.24, "end": 613.08, "word": ".name", "probability": 0.76806640625}, {"start": 613.08, "end": 614.22, "word": " tv", "probability": 0.78759765625}, {"start": 614.22, "end": 616.2, "word": " age", "probability": 0.720703125}, {"start": 616.2, "end": 616.8, "word": " tv", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 25, "seek": 65488, "start": 637.7, "end": 654.88, "text": " This is how we made the ViewHolder class Now we made the ViewHolder before the Adapter, why? Because the Adapter needs a ViewHolder Now let's go back to the Adapter and say extends Adapter", "tokens": [639, 307, 577, 321, 1027, 264, 13909, 42347, 260, 1508, 823, 321, 1027, 264, 13909, 42347, 260, 949, 264, 1999, 5446, 11, 983, 30, 1436, 264, 1999, 5446, 2203, 257, 13909, 42347, 260, 823, 718, 311, 352, 646, 281, 264, 1999, 5446, 293, 584, 26448, 1999, 5446], "avg_logprob": -0.47330729725460213, "compression_ratio": 1.6153846153846154, "no_speech_prob": 0.0, "words": [{"start": 637.7, "end": 638.22, "word": " This", "probability": 0.0673828125}, {"start": 638.22, "end": 638.3, "word": " is", "probability": 0.65478515625}, {"start": 638.3, "end": 638.3, "word": " how", "probability": 0.63818359375}, {"start": 638.3, "end": 638.32, "word": " we", "probability": 0.86669921875}, {"start": 638.32, "end": 638.54, "word": " made", "probability": 0.2646484375}, {"start": 638.54, "end": 639.66, "word": " the", "probability": 0.64111328125}, {"start": 639.66, "end": 640.74, "word": " ViewHolder", "probability": 0.7030436197916666}, {"start": 640.74, "end": 641.14, "word": " class", "probability": 0.86669921875}, {"start": 641.14, "end": 643.08, "word": " Now", "probability": 0.365966796875}, {"start": 643.08, "end": 644.44, "word": " we", "probability": 0.482666015625}, {"start": 644.44, "end": 644.64, "word": " made", "probability": 0.5869140625}, {"start": 644.64, "end": 644.82, "word": " the", "probability": 0.69677734375}, {"start": 644.82, "end": 645.26, "word": " ViewHolder", "probability": 0.82275390625}, {"start": 645.26, "end": 645.48, "word": " before", "probability": 0.485107421875}, {"start": 645.48, "end": 645.66, "word": " the", "probability": 0.705078125}, {"start": 645.66, "end": 645.96, "word": " Adapter,", "probability": 0.7044677734375}, {"start": 646.12, "end": 646.24, "word": " why?", "probability": 0.411865234375}, {"start": 646.3, "end": 646.46, "word": " Because", "probability": 0.7841796875}, {"start": 646.46, "end": 646.6, "word": " the", "probability": 0.7177734375}, {"start": 646.6, "end": 646.9, "word": " Adapter", "probability": 0.859375}, {"start": 646.9, "end": 647.26, "word": " needs", "probability": 0.495361328125}, {"start": 647.26, "end": 648.02, "word": " a", "probability": 0.481689453125}, {"start": 648.02, "end": 648.54, "word": " ViewHolder", "probability": 0.8953450520833334}, {"start": 648.54, "end": 648.8, "word": " Now", "probability": 0.58984375}, {"start": 648.8, "end": 649.12, "word": " let's", "probability": 0.6365966796875}, {"start": 649.12, "end": 649.22, "word": " go", "probability": 0.7744140625}, {"start": 649.22, "end": 649.34, "word": " back", "probability": 0.83544921875}, {"start": 649.34, "end": 649.44, "word": " to", "probability": 0.95849609375}, {"start": 649.44, "end": 649.54, "word": " the", "probability": 0.865234375}, {"start": 649.54, "end": 649.94, "word": " Adapter", "probability": 0.92431640625}, {"start": 649.94, "end": 650.74, "word": " and", "probability": 0.55859375}, {"start": 650.74, "end": 650.92, "word": " say", "probability": 0.3173828125}, {"start": 650.92, "end": 651.68, "word": " extends", "probability": 0.587890625}, {"start": 651.68, "end": 654.88, "word": " Adapter", "probability": 0.6671142578125}], "temperature": 1.0}, {"id": 26, "seek": 68079, "start": 656.05, "end": 680.79, "text": " And between the brackets, I want to tell it that my adapter is dealing with a class of type MyViewHolder You see, between the brackets, I put MyViewHolder So, the adapter takes MyViewHolder and returns MyViewHolder Ok Now, this only needs to import Ok, now look at the error when I did extend Because it needs constructor implement Come here, it's implement method", "tokens": [400, 1296, 264, 26179, 11, 286, 528, 281, 980, 309, 300, 452, 22860, 307, 6260, 365, 257, 1508, 295, 2010, 1222, 30203, 42347, 260, 509, 536, 11, 1296, 264, 26179, 11, 286, 829, 1222, 30203, 42347, 260, 407, 11, 264, 22860, 2516, 1222, 30203, 42347, 260, 293, 11247, 1222, 30203, 42347, 260, 3477, 823, 11, 341, 787, 2203, 281, 974, 3477, 11, 586, 574, 412, 264, 6713, 562, 286, 630, 10101, 1436, 309, 2203, 47479, 4445, 2492, 510, 11, 309, 311, 4445, 3170], "avg_logprob": -0.5219493919894809, "compression_ratio": 1.6898148148148149, "no_speech_prob": 0.0, "words": [{"start": 656.05, "end": 656.31, "word": " And", "probability": 0.1153564453125}, {"start": 656.31, "end": 656.51, "word": " between", "probability": 0.64599609375}, {"start": 656.51, "end": 656.65, "word": " the", "probability": 0.396240234375}, {"start": 656.65, "end": 656.95, "word": " brackets,", "probability": 0.292724609375}, {"start": 657.15, "end": 657.15, "word": " I", "probability": 0.7109375}, {"start": 657.15, "end": 657.25, "word": " want", "probability": 0.4072265625}, {"start": 657.25, "end": 657.31, "word": " to", "probability": 0.9619140625}, {"start": 657.31, "end": 657.51, "word": " tell", "probability": 0.4755859375}, {"start": 657.51, "end": 657.61, "word": " it", "probability": 0.442626953125}, {"start": 657.61, "end": 657.79, "word": " that", "probability": 0.859375}, {"start": 657.79, "end": 658.55, "word": " my", "probability": 0.33544921875}, {"start": 658.55, "end": 658.93, "word": " adapter", "probability": 0.85888671875}, {"start": 658.93, "end": 659.41, "word": " is", "probability": 0.386962890625}, {"start": 659.41, "end": 659.73, "word": " dealing", "probability": 0.43603515625}, {"start": 659.73, "end": 659.99, "word": " with", "probability": 0.89306640625}, {"start": 659.99, "end": 660.09, "word": " a", "probability": 0.66259765625}, {"start": 660.09, "end": 660.39, "word": " class", "probability": 0.8369140625}, {"start": 660.39, "end": 660.53, "word": " of", "probability": 0.44970703125}, {"start": 660.53, "end": 660.93, "word": " type", "probability": 0.37353515625}, {"start": 660.93, "end": 662.85, "word": " MyViewHolder", "probability": 0.8321533203125}, {"start": 662.85, "end": 662.95, "word": " You", "probability": 0.1988525390625}, {"start": 662.95, "end": 663.19, "word": " see,", "probability": 0.8408203125}, {"start": 663.29, "end": 663.37, "word": " between", "probability": 0.7451171875}, {"start": 663.37, "end": 663.47, "word": " the", "probability": 0.4423828125}, {"start": 663.47, "end": 663.75, "word": " brackets,", "probability": 0.93701171875}, {"start": 663.89, "end": 663.91, "word": " I", "probability": 0.923828125}, {"start": 663.91, "end": 664.15, "word": " put", "probability": 0.61279296875}, {"start": 664.15, "end": 665.57, "word": " MyViewHolder", "probability": 0.91015625}, {"start": 665.57, "end": 665.73, "word": " So,", "probability": 0.452392578125}, {"start": 665.79, "end": 666.09, "word": " the", "probability": 0.64306640625}, {"start": 666.09, "end": 666.43, "word": " adapter", "probability": 0.9228515625}, {"start": 666.43, "end": 666.75, "word": " takes", "probability": 0.4248046875}, {"start": 666.75, "end": 667.37, "word": " MyViewHolder", "probability": 0.7645263671875}, {"start": 667.37, "end": 667.49, "word": " and", "probability": 0.7939453125}, {"start": 667.49, "end": 667.79, "word": " returns", "probability": 0.68798828125}, {"start": 667.79, "end": 669.21, "word": " MyViewHolder", "probability": 0.9124755859375}, {"start": 669.21, "end": 669.73, "word": " Ok", "probability": 0.234375}, {"start": 669.73, "end": 671.33, "word": " Now,", "probability": 0.4482421875}, {"start": 671.37, "end": 671.53, "word": " this", "probability": 0.4560546875}, {"start": 671.53, "end": 671.61, "word": " only", "probability": 0.2216796875}, {"start": 671.61, "end": 671.69, "word": " needs", "probability": 0.59814453125}, {"start": 671.69, "end": 671.95, "word": " to", "probability": 0.87939453125}, {"start": 671.95, "end": 672.39, "word": " import", "probability": 0.75}, {"start": 672.39, "end": 674.51, "word": " Ok,", "probability": 0.51171875}, {"start": 674.65, "end": 674.95, "word": " now", "probability": 0.73486328125}, {"start": 674.95, "end": 675.31, "word": " look", "probability": 0.1849365234375}, {"start": 675.31, "end": 675.79, "word": " at", "probability": 0.755859375}, {"start": 675.79, "end": 675.97, "word": " the", "probability": 0.403076171875}, {"start": 675.97, "end": 676.03, "word": " error", "probability": 0.82958984375}, {"start": 676.03, "end": 676.37, "word": " when", "probability": 0.43212890625}, {"start": 676.37, "end": 676.49, "word": " I", "probability": 0.8955078125}, {"start": 676.49, "end": 676.65, "word": " did", "probability": 0.45361328125}, {"start": 676.65, "end": 677.09, "word": " extend", "probability": 0.423828125}, {"start": 677.09, "end": 677.79, "word": " Because", "probability": 0.599609375}, {"start": 677.79, "end": 677.91, "word": " it", "probability": 0.78271484375}, {"start": 677.91, "end": 678.05, "word": " needs", "probability": 0.58837890625}, {"start": 678.05, "end": 678.61, "word": " constructor", "probability": 0.7177734375}, {"start": 678.61, "end": 679.05, "word": " implement", "probability": 0.78564453125}, {"start": 679.05, "end": 679.39, "word": " Come", "probability": 0.72265625}, {"start": 679.39, "end": 679.69, "word": " here,", "probability": 0.8193359375}, {"start": 679.77, "end": 679.85, "word": " it's", "probability": 0.460693359375}, {"start": 679.85, "end": 680.21, "word": " implement", "probability": 0.487060546875}, {"start": 680.21, "end": 680.79, "word": " method", "probability": 0.935546875}], "temperature": 1.0}, {"id": 27, "seek": 71232, "start": 683.3, "end": 712.32, "text": " It will implement the methods. We will talk about these methods. Of course, here it is different from the list. The number of methods here is less than 3. But we will leave them for a while. Why? Because we will make a constructor. In the list view, we made a constructor. Why? What did we send to it? The data, the layout and the context. The data, the layout and the context. Now I want to say public MyAdapter.", "tokens": [467, 486, 4445, 264, 7150, 13, 492, 486, 751, 466, 613, 7150, 13, 2720, 1164, 11, 510, 309, 307, 819, 490, 264, 1329, 13, 440, 1230, 295, 7150, 510, 307, 1570, 813, 805, 13, 583, 321, 486, 1856, 552, 337, 257, 1339, 13, 1545, 30, 1436, 321, 486, 652, 257, 47479, 13, 682, 264, 1329, 1910, 11, 321, 1027, 257, 47479, 13, 1545, 30, 708, 630, 321, 2845, 281, 309, 30, 440, 1412, 11, 264, 13333, 293, 264, 4319, 13, 440, 1412, 11, 264, 13333, 293, 264, 4319, 13, 823, 286, 528, 281, 584, 1908, 1222, 15830, 5446, 13], "avg_logprob": -0.46062501311302184, "compression_ratio": 1.7468354430379747, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 683.3, "end": 683.74, "word": " It", "probability": 0.211669921875}, {"start": 683.74, "end": 683.84, "word": " will", "probability": 0.6875}, {"start": 683.84, "end": 685.12, "word": " implement", "probability": 0.42333984375}, {"start": 685.12, "end": 686.1, "word": " the", "probability": 0.227294921875}, {"start": 686.1, "end": 686.4, "word": " methods.", "probability": 0.625}, {"start": 686.52, "end": 686.7, "word": " We", "probability": 0.62646484375}, {"start": 686.7, "end": 686.7, "word": " will", "probability": 0.798828125}, {"start": 686.7, "end": 686.94, "word": " talk", "probability": 0.63916015625}, {"start": 686.94, "end": 687.16, "word": " about", "probability": 0.90380859375}, {"start": 687.16, "end": 687.26, "word": " these", "probability": 0.4921875}, {"start": 687.26, "end": 687.52, "word": " methods.", "probability": 0.92578125}, {"start": 687.86, "end": 688.3, "word": " Of", "probability": 0.2042236328125}, {"start": 688.3, "end": 688.52, "word": " course,", "probability": 0.92529296875}, {"start": 688.74, "end": 688.74, "word": " here", "probability": 0.279296875}, {"start": 688.74, "end": 689.4, "word": " it", "probability": 0.330078125}, {"start": 689.4, "end": 689.42, "word": " is", "probability": 0.61767578125}, {"start": 689.42, "end": 689.68, "word": " different", "probability": 0.88330078125}, {"start": 689.68, "end": 690.02, "word": " from", "probability": 0.6982421875}, {"start": 690.02, "end": 690.66, "word": " the", "probability": 0.72265625}, {"start": 690.66, "end": 691.0, "word": " list.", "probability": 0.79833984375}, {"start": 691.42, "end": 691.6, "word": " The", "probability": 0.6884765625}, {"start": 691.6, "end": 691.66, "word": " number", "probability": 0.8701171875}, {"start": 691.66, "end": 691.76, "word": " of", "probability": 0.96923828125}, {"start": 691.76, "end": 692.02, "word": " methods", "probability": 0.912109375}, {"start": 692.02, "end": 692.2, "word": " here", "probability": 0.37109375}, {"start": 692.2, "end": 692.24, "word": " is", "probability": 0.88671875}, {"start": 692.24, "end": 692.5, "word": " less", "probability": 0.71484375}, {"start": 692.5, "end": 692.56, "word": " than", "probability": 0.366943359375}, {"start": 692.56, "end": 692.86, "word": " 3.", "probability": 0.521484375}, {"start": 693.88, "end": 694.32, "word": " But", "probability": 0.41064453125}, {"start": 694.32, "end": 694.54, "word": " we", "probability": 0.74365234375}, {"start": 694.54, "end": 694.62, "word": " will", "probability": 0.384765625}, {"start": 694.62, "end": 694.86, "word": " leave", "probability": 0.6171875}, {"start": 694.86, "end": 694.98, "word": " them", "probability": 0.80126953125}, {"start": 694.98, "end": 695.12, "word": " for", "probability": 0.3203125}, {"start": 695.12, "end": 695.14, "word": " a", "probability": 0.75390625}, {"start": 695.14, "end": 695.28, "word": " while.", "probability": 0.77587890625}, {"start": 695.6, "end": 695.94, "word": " Why?", "probability": 0.8203125}, {"start": 696.62, "end": 697.06, "word": " Because", "probability": 0.64208984375}, {"start": 697.06, "end": 697.22, "word": " we", "probability": 0.68359375}, {"start": 697.22, "end": 697.28, "word": " will", "probability": 0.3935546875}, {"start": 697.28, "end": 697.36, "word": " make", "probability": 0.458984375}, {"start": 697.36, "end": 697.5, "word": " a", "probability": 0.81201171875}, {"start": 697.5, "end": 697.96, "word": " constructor.", "probability": 0.908203125}, {"start": 699.14, "end": 699.58, "word": " In", "probability": 0.3056640625}, {"start": 699.58, "end": 699.72, "word": " the", "probability": 0.428466796875}, {"start": 699.72, "end": 699.88, "word": " list", "probability": 0.441650390625}, {"start": 699.88, "end": 700.08, "word": " view,", "probability": 0.705078125}, {"start": 700.16, "end": 700.16, "word": " we", "probability": 0.93896484375}, {"start": 700.16, "end": 700.3, "word": " made", "probability": 0.325927734375}, {"start": 700.3, "end": 700.44, "word": " a", "probability": 0.9228515625}, {"start": 700.44, "end": 700.86, "word": " constructor.", "probability": 0.91064453125}, {"start": 700.94, "end": 701.12, "word": " Why?", "probability": 0.69580078125}, {"start": 701.16, "end": 701.32, "word": " What", "probability": 0.80322265625}, {"start": 701.32, "end": 701.36, "word": " did", "probability": 0.7060546875}, {"start": 701.36, "end": 701.52, "word": " we", "probability": 0.9501953125}, {"start": 701.52, "end": 701.72, "word": " send", "probability": 0.7158203125}, {"start": 701.72, "end": 701.88, "word": " to", "probability": 0.242431640625}, {"start": 701.88, "end": 701.94, "word": " it?", "probability": 0.84619140625}, {"start": 702.22, "end": 702.58, "word": " The", "probability": 0.488525390625}, {"start": 702.58, "end": 702.88, "word": " data,", "probability": 0.7412109375}, {"start": 703.86, "end": 704.0, "word": " the", "probability": 0.64990234375}, {"start": 704.0, "end": 704.36, "word": " layout", "probability": 0.95361328125}, {"start": 704.36, "end": 704.8, "word": " and", "probability": 0.55078125}, {"start": 704.8, "end": 704.92, "word": " the", "probability": 0.751953125}, {"start": 704.92, "end": 705.34, "word": " context.", "probability": 0.90478515625}, {"start": 706.28, "end": 706.72, "word": " The", "probability": 0.2432861328125}, {"start": 706.72, "end": 706.98, "word": " data,", "probability": 0.92626953125}, {"start": 707.28, "end": 707.4, "word": " the", "probability": 0.90576171875}, {"start": 707.4, "end": 707.76, "word": " layout", "probability": 0.97900390625}, {"start": 707.76, "end": 707.96, "word": " and", "probability": 0.89111328125}, {"start": 707.96, "end": 708.04, "word": " the", "probability": 0.8935546875}, {"start": 708.04, "end": 708.46, "word": " context.", "probability": 0.90380859375}, {"start": 708.96, "end": 709.24, "word": " Now", "probability": 0.35498046875}, {"start": 709.24, "end": 709.36, "word": " I", "probability": 0.64501953125}, {"start": 709.36, "end": 709.46, "word": " want", "probability": 0.365478515625}, {"start": 709.46, "end": 709.5, "word": " to", "probability": 0.97265625}, {"start": 709.5, "end": 709.62, "word": " say", "probability": 0.497802734375}, {"start": 709.62, "end": 710.2, "word": " public", "probability": 0.484619140625}, {"start": 710.2, "end": 712.32, "word": " MyAdapter.", "probability": 0.7276204427083334}], "temperature": 1.0}, {"id": 28, "seek": 73897, "start": 716.21, "end": 738.97, "text": "The first thing is the context, we will not go through it. Later we will see that we can do inflate without the context in the recycler view. But who do we go through? The array list of the person, and int item layout id.", "tokens": [2278, 700, 551, 307, 264, 4319, 11, 321, 486, 406, 352, 807, 309, 13, 11965, 321, 486, 536, 300, 321, 393, 360, 9922, 473, 1553, 264, 4319, 294, 264, 12036, 66, 1918, 1910, 13, 583, 567, 360, 321, 352, 807, 30, 440, 10225, 1329, 295, 264, 954, 11, 293, 560, 3174, 13333, 4496, 13], "avg_logprob": -0.5960227359424938, "compression_ratio": 1.483221476510067, "no_speech_prob": 0.0, "words": [{"start": 716.21, "end": 716.47, "word": "The", "probability": 0.1456298828125}, {"start": 716.47, "end": 716.51, "word": " first", "probability": 0.26171875}, {"start": 716.51, "end": 716.73, "word": " thing", "probability": 0.7685546875}, {"start": 716.73, "end": 717.39, "word": " is", "probability": 0.449462890625}, {"start": 717.39, "end": 717.71, "word": " the", "probability": 0.1170654296875}, {"start": 717.71, "end": 718.25, "word": " context,", "probability": 0.85107421875}, {"start": 718.69, "end": 718.69, "word": " we", "probability": 0.2783203125}, {"start": 718.69, "end": 718.69, "word": " will", "probability": 0.401123046875}, {"start": 718.69, "end": 718.69, "word": " not", "probability": 0.271484375}, {"start": 718.69, "end": 718.77, "word": " go", "probability": 0.55419921875}, {"start": 718.77, "end": 718.95, "word": " through", "probability": 0.83935546875}, {"start": 718.95, "end": 719.13, "word": " it.", "probability": 0.7294921875}, {"start": 719.49, "end": 719.81, "word": " Later", "probability": 0.160888671875}, {"start": 719.81, "end": 719.95, "word": " we", "probability": 0.5126953125}, {"start": 719.95, "end": 719.97, "word": " will", "probability": 0.79638671875}, {"start": 719.97, "end": 720.17, "word": " see", "probability": 0.75244140625}, {"start": 720.17, "end": 720.39, "word": " that", "probability": 0.8037109375}, {"start": 720.39, "end": 720.51, "word": " we", "probability": 0.890625}, {"start": 720.51, "end": 720.79, "word": " can", "probability": 0.8408203125}, {"start": 720.79, "end": 721.35, "word": " do", "probability": 0.318115234375}, {"start": 721.35, "end": 721.81, "word": " inflate", "probability": 0.7169189453125}, {"start": 721.81, "end": 722.15, "word": " without", "probability": 0.78515625}, {"start": 722.15, "end": 722.79, "word": " the", "probability": 0.51318359375}, {"start": 722.79, "end": 723.13, "word": " context", "probability": 0.86376953125}, {"start": 723.13, "end": 723.35, "word": " in", "probability": 0.82763671875}, {"start": 723.35, "end": 723.77, "word": " the", "probability": 0.71142578125}, {"start": 723.77, "end": 724.37, "word": " recycler", "probability": 0.759765625}, {"start": 724.37, "end": 724.65, "word": " view.", "probability": 0.8837890625}, {"start": 725.07, "end": 725.35, "word": " But", "probability": 0.8046875}, {"start": 725.35, "end": 725.57, "word": " who", "probability": 0.377197265625}, {"start": 725.57, "end": 725.57, "word": " do", "probability": 0.5166015625}, {"start": 725.57, "end": 725.61, "word": " we", "probability": 0.962890625}, {"start": 725.61, "end": 725.75, "word": " go", "probability": 0.439697265625}, {"start": 725.75, "end": 725.93, "word": " through?", "probability": 0.8984375}, {"start": 726.49, "end": 726.79, "word": " The", "probability": 0.51953125}, {"start": 726.79, "end": 727.05, "word": " array", "probability": 0.7041015625}, {"start": 727.05, "end": 727.43, "word": " list", "probability": 0.62548828125}, {"start": 727.43, "end": 729.93, "word": " of", "probability": 0.47412109375}, {"start": 729.93, "end": 730.13, "word": " the", "probability": 0.51708984375}, {"start": 730.13, "end": 730.61, "word": " person,", "probability": 0.67822265625}, {"start": 731.03, "end": 732.05, "word": " and", "probability": 0.2626953125}, {"start": 732.05, "end": 733.55, "word": " int", "probability": 0.404296875}, {"start": 733.55, "end": 735.09, "word": " item", "probability": 0.88427734375}, {"start": 735.09, "end": 738.55, "word": " layout", "probability": 0.91357421875}, {"start": 738.55, "end": 738.97, "word": " id.", "probability": 0.62646484375}], "temperature": 1.0}, {"id": 29, "seek": 76851, "start": 742.43, "end": 768.51, "text": " and the concept here is arraylist person persons int item layout id this.persons above this is the same thing we did", "tokens": [293, 264, 3410, 510, 307, 10225, 8264, 954, 14453, 560, 3174, 13333, 4496, 341, 13, 21819, 892, 3673, 341, 307, 264, 912, 551, 321, 630], "avg_logprob": -0.647235604432913, "compression_ratio": 1.3295454545454546, "no_speech_prob": 0.0, "words": [{"start": 742.43, "end": 742.65, "word": " and", "probability": 0.2054443359375}, {"start": 742.65, "end": 742.77, "word": " the", "probability": 0.37255859375}, {"start": 742.77, "end": 742.95, "word": " concept", "probability": 0.48046875}, {"start": 742.95, "end": 743.19, "word": " here", "probability": 0.4072265625}, {"start": 743.19, "end": 743.33, "word": " is", "probability": 0.552734375}, {"start": 743.33, "end": 744.23, "word": " arraylist", "probability": 0.437744140625}, {"start": 744.23, "end": 746.11, "word": " person", "probability": 0.52392578125}, {"start": 746.11, "end": 747.89, "word": " persons", "probability": 0.8134765625}, {"start": 747.89, "end": 749.75, "word": " int", "probability": 0.62353515625}, {"start": 749.75, "end": 750.69, "word": " item", "probability": 0.962890625}, {"start": 750.69, "end": 752.35, "word": " layout", "probability": 0.94775390625}, {"start": 752.35, "end": 754.43, "word": " id", "probability": 0.87744140625}, {"start": 754.43, "end": 755.59, "word": " this", "probability": 0.64794921875}, {"start": 755.59, "end": 756.67, "word": ".persons", "probability": 0.8214518229166666}, {"start": 756.67, "end": 767.63, "word": " above", "probability": 0.1375732421875}, {"start": 767.63, "end": 767.95, "word": " this", "probability": 0.392822265625}, {"start": 767.95, "end": 768.03, "word": " is", "probability": 0.299072265625}, {"start": 768.03, "end": 768.05, "word": " the", "probability": 0.61279296875}, {"start": 768.05, "end": 768.19, "word": " same", "probability": 0.82470703125}, {"start": 768.19, "end": 768.25, "word": " thing", "probability": 0.364013671875}, {"start": 768.25, "end": 768.33, "word": " we", "probability": 0.5888671875}, {"start": 768.33, "end": 768.51, "word": " did", "probability": 0.615234375}], "temperature": 1.0}, {"id": 30, "seek": 79439, "start": 769.57, "end": 794.39, "text": " In the ListView Ok, let's go down There is a method called GetItemCount Which is like the GetCount in the ListView What should be returned? Number of elements Which is persons.size Now, it brought you two methods One method is called OnCreateViewHolder What does it return?", "tokens": [682, 264, 17668, 30203, 3477, 11, 718, 311, 352, 760, 821, 307, 257, 3170, 1219, 3240, 3522, 443, 34, 792, 3013, 307, 411, 264, 3240, 34, 792, 294, 264, 17668, 30203, 708, 820, 312, 8752, 30, 5118, 295, 4959, 3013, 307, 14453, 13, 27553, 823, 11, 309, 3038, 291, 732, 7150, 1485, 3170, 307, 1219, 1282, 44637, 473, 30203, 42347, 260, 708, 775, 309, 2736, 30], "avg_logprob": -0.42374068587573605, "compression_ratio": 1.5138121546961325, "no_speech_prob": 0.0, "words": [{"start": 769.57, "end": 769.95, "word": " In", "probability": 0.471923828125}, {"start": 769.95, "end": 770.51, "word": " the", "probability": 0.394287109375}, {"start": 770.51, "end": 770.93, "word": " ListView", "probability": 0.5751953125}, {"start": 770.93, "end": 771.57, "word": " Ok,", "probability": 0.2783203125}, {"start": 771.65, "end": 771.83, "word": " let's", "probability": 0.74072265625}, {"start": 771.83, "end": 771.95, "word": " go", "probability": 0.62353515625}, {"start": 771.95, "end": 772.19, "word": " down", "probability": 0.62158203125}, {"start": 772.19, "end": 773.09, "word": " There", "probability": 0.2393798828125}, {"start": 773.09, "end": 773.25, "word": " is", "probability": 0.6728515625}, {"start": 773.25, "end": 773.35, "word": " a", "probability": 0.91650390625}, {"start": 773.35, "end": 773.51, "word": " method", "probability": 0.921875}, {"start": 773.51, "end": 773.77, "word": " called", "probability": 0.52294921875}, {"start": 773.77, "end": 774.71, "word": " GetItemCount", "probability": 0.8419921875}, {"start": 774.71, "end": 776.15, "word": " Which", "probability": 0.51416015625}, {"start": 776.15, "end": 776.33, "word": " is", "probability": 0.88916015625}, {"start": 776.33, "end": 776.47, "word": " like", "probability": 0.65576171875}, {"start": 776.47, "end": 776.61, "word": " the", "probability": 0.63916015625}, {"start": 776.61, "end": 777.37, "word": " GetCount", "probability": 0.8173828125}, {"start": 777.37, "end": 777.83, "word": " in", "probability": 0.338134765625}, {"start": 777.83, "end": 777.97, "word": " the", "probability": 0.5244140625}, {"start": 777.97, "end": 778.33, "word": " ListView", "probability": 0.92626953125}, {"start": 778.33, "end": 778.53, "word": " What", "probability": 0.7119140625}, {"start": 778.53, "end": 778.73, "word": " should", "probability": 0.64697265625}, {"start": 778.73, "end": 778.87, "word": " be", "probability": 0.59765625}, {"start": 778.87, "end": 779.13, "word": " returned?", "probability": 0.75439453125}, {"start": 779.65, "end": 780.17, "word": " Number", "probability": 0.473876953125}, {"start": 780.17, "end": 780.95, "word": " of", "probability": 0.80029296875}, {"start": 780.95, "end": 781.33, "word": " elements", "probability": 0.64111328125}, {"start": 781.33, "end": 781.83, "word": " Which", "probability": 0.1787109375}, {"start": 781.83, "end": 781.95, "word": " is", "probability": 0.8310546875}, {"start": 781.95, "end": 782.57, "word": " persons", "probability": 0.73193359375}, {"start": 782.57, "end": 784.17, "word": ".size", "probability": 0.814453125}, {"start": 784.17, "end": 786.97, "word": " Now,", "probability": 0.5771484375}, {"start": 787.09, "end": 787.33, "word": " it", "probability": 0.556640625}, {"start": 787.33, "end": 787.33, "word": " brought", "probability": 0.44287109375}, {"start": 787.33, "end": 787.55, "word": " you", "probability": 0.4716796875}, {"start": 787.55, "end": 787.71, "word": " two", "probability": 0.82958984375}, {"start": 787.71, "end": 788.17, "word": " methods", "probability": 0.9248046875}, {"start": 788.17, "end": 789.31, "word": " One", "probability": 0.5556640625}, {"start": 789.31, "end": 789.87, "word": " method", "probability": 0.77001953125}, {"start": 789.87, "end": 790.25, "word": " is", "probability": 0.5380859375}, {"start": 790.25, "end": 790.47, "word": " called", "probability": 0.7265625}, {"start": 790.47, "end": 792.97, "word": " OnCreateViewHolder", "probability": 0.8486328125}, {"start": 792.97, "end": 794.05, "word": " What", "probability": 0.77197265625}, {"start": 794.05, "end": 794.09, "word": " does", "probability": 0.327880859375}, {"start": 794.09, "end": 794.19, "word": " it", "probability": 0.87353515625}, {"start": 794.19, "end": 794.39, "word": " return?", "probability": 0.67724609375}], "temperature": 1.0}, {"id": 31, "seek": 81686, "start": 797.3, "end": 816.86, "text": "MyViewHolder. Of course, how does it determine the type that it wants to return, myViewHolder? Through the above method. And there is a method called onBindViewHolder. This does not return anything. Let's understand what these two methods are. What will happen next is that the RecyclerView works like a ListView.", "tokens": [8506, 30203, 42347, 260, 13, 2720, 1164, 11, 577, 775, 309, 6997, 264, 2010, 300, 309, 2738, 281, 2736, 11, 452, 30203, 42347, 260, 30, 8927, 264, 3673, 3170, 13, 400, 456, 307, 257, 3170, 1219, 322, 33, 471, 30203, 42347, 260, 13, 639, 775, 406, 2736, 1340, 13, 961, 311, 1223, 437, 613, 732, 7150, 366, 13, 708, 486, 1051, 958, 307, 300, 264, 1300, 1344, 66, 1918, 30203, 1985, 411, 257, 17668, 30203, 13], "avg_logprob": -0.5040584601365127, "compression_ratio": 1.5194174757281553, "no_speech_prob": 0.0, "words": [{"start": 797.3, "end": 797.78, "word": "MyViewHolder.", "probability": 0.7286376953125}, {"start": 798.2, "end": 798.68, "word": " Of", "probability": 0.2342529296875}, {"start": 798.68, "end": 798.68, "word": " course,", "probability": 0.9462890625}, {"start": 798.74, "end": 798.92, "word": " how", "probability": 0.5107421875}, {"start": 798.92, "end": 799.0, "word": " does", "probability": 0.18017578125}, {"start": 799.0, "end": 799.0, "word": " it", "probability": 0.76904296875}, {"start": 799.0, "end": 799.24, "word": " determine", "probability": 0.353515625}, {"start": 799.24, "end": 799.46, "word": " the", "probability": 0.50341796875}, {"start": 799.46, "end": 799.54, "word": " type", "probability": 0.58642578125}, {"start": 799.54, "end": 799.64, "word": " that", "probability": 0.3701171875}, {"start": 799.64, "end": 799.78, "word": " it", "probability": 0.3232421875}, {"start": 799.78, "end": 799.88, "word": " wants", "probability": 0.45556640625}, {"start": 799.88, "end": 799.92, "word": " to", "probability": 0.95361328125}, {"start": 799.92, "end": 800.04, "word": " return,", "probability": 0.49609375}, {"start": 800.18, "end": 800.98, "word": " myViewHolder?", "probability": 0.707275390625}, {"start": 801.1, "end": 801.4, "word": " Through", "probability": 0.2666015625}, {"start": 801.4, "end": 802.6, "word": " the", "probability": 0.52392578125}, {"start": 802.6, "end": 802.84, "word": " above", "probability": 0.335205078125}, {"start": 802.84, "end": 803.08, "word": " method.", "probability": 0.493896484375}, {"start": 804.1, "end": 804.58, "word": " And", "probability": 0.2230224609375}, {"start": 804.58, "end": 805.66, "word": " there", "probability": 0.8701171875}, {"start": 805.66, "end": 805.66, "word": " is", "probability": 0.77490234375}, {"start": 805.66, "end": 805.74, "word": " a", "probability": 0.4501953125}, {"start": 805.74, "end": 805.96, "word": " method", "probability": 0.94091796875}, {"start": 805.96, "end": 806.28, "word": " called", "probability": 0.74560546875}, {"start": 806.28, "end": 807.68, "word": " onBindViewHolder.", "probability": 0.8445638020833334}, {"start": 808.34, "end": 808.78, "word": " This", "probability": 0.580078125}, {"start": 808.78, "end": 808.88, "word": " does", "probability": 0.424072265625}, {"start": 808.88, "end": 809.16, "word": " not", "probability": 0.93212890625}, {"start": 809.16, "end": 809.16, "word": " return", "probability": 0.72802734375}, {"start": 809.16, "end": 809.36, "word": " anything.", "probability": 0.79833984375}, {"start": 809.46, "end": 809.64, "word": " Let's", "probability": 0.697021484375}, {"start": 809.64, "end": 809.86, "word": " understand", "probability": 0.64453125}, {"start": 809.86, "end": 810.1, "word": " what", "probability": 0.61181640625}, {"start": 810.1, "end": 810.32, "word": " these", "probability": 0.6240234375}, {"start": 810.32, "end": 810.76, "word": " two", "probability": 0.83984375}, {"start": 810.76, "end": 811.04, "word": " methods", "probability": 0.92578125}, {"start": 811.04, "end": 811.04, "word": " are.", "probability": 0.748046875}, {"start": 811.98, "end": 812.46, "word": " What", "probability": 0.20751953125}, {"start": 812.46, "end": 813.44, "word": " will", "probability": 0.454345703125}, {"start": 813.44, "end": 813.7, "word": " happen", "probability": 0.86083984375}, {"start": 813.7, "end": 814.16, "word": " next", "probability": 0.72021484375}, {"start": 814.16, "end": 814.74, "word": " is", "probability": 0.59130859375}, {"start": 814.74, "end": 815.02, "word": " that", "probability": 0.59521484375}, {"start": 815.02, "end": 815.16, "word": " the", "probability": 0.61181640625}, {"start": 815.16, "end": 815.84, "word": " RecyclerView", "probability": 0.8279296875}, {"start": 815.84, "end": 816.08, "word": " works", "probability": 0.53564453125}, {"start": 816.08, "end": 816.34, "word": " like", "probability": 0.78466796875}, {"start": 816.34, "end": 816.46, "word": " a", "probability": 0.423828125}, {"start": 816.46, "end": 816.86, "word": " ListView.", "probability": 0.874755859375}], "temperature": 1.0}, {"id": 32, "seek": 82884, "start": 817.86, "end": 828.84, "text": " As soon as the cycler view works, it will create elements based on what is on the screen For example, I have 100 elements in persons, but they are displayed in 10", "tokens": [1018, 2321, 382, 264, 38154, 1918, 1910, 1985, 11, 309, 486, 1884, 4959, 2361, 322, 437, 307, 322, 264, 2568, 1171, 1365, 11, 286, 362, 2319, 4959, 294, 14453, 11, 457, 436, 366, 16372, 294, 1266], "avg_logprob": -0.6203547555047113, "compression_ratio": 1.314516129032258, "no_speech_prob": 0.0, "words": [{"start": 817.86, "end": 818.04, "word": " As", "probability": 0.20361328125}, {"start": 818.04, "end": 818.2, "word": " soon", "probability": 0.95361328125}, {"start": 818.2, "end": 818.34, "word": " as", "probability": 0.9677734375}, {"start": 818.34, "end": 818.66, "word": " the", "probability": 0.334716796875}, {"start": 818.66, "end": 819.0, "word": " cycler", "probability": 0.40869140625}, {"start": 819.0, "end": 819.3, "word": " view", "probability": 0.662109375}, {"start": 819.3, "end": 819.3, "word": " works,", "probability": 0.1295166015625}, {"start": 819.8, "end": 819.8, "word": " it", "probability": 0.59619140625}, {"start": 819.8, "end": 820.18, "word": " will", "probability": 0.396484375}, {"start": 820.18, "end": 820.46, "word": " create", "probability": 0.6748046875}, {"start": 820.46, "end": 821.0, "word": " elements", "probability": 0.75244140625}, {"start": 821.0, "end": 821.26, "word": " based", "probability": 0.422119140625}, {"start": 821.26, "end": 821.68, "word": " on", "probability": 0.94140625}, {"start": 821.68, "end": 821.98, "word": " what", "probability": 0.6484375}, {"start": 821.98, "end": 822.82, "word": " is", "probability": 0.483154296875}, {"start": 822.82, "end": 823.34, "word": " on", "probability": 0.25439453125}, {"start": 823.34, "end": 823.72, "word": " the", "probability": 0.79296875}, {"start": 823.72, "end": 824.0, "word": " screen", "probability": 0.85546875}, {"start": 824.0, "end": 824.66, "word": " For", "probability": 0.63037109375}, {"start": 824.66, "end": 825.02, "word": " example,", "probability": 0.90478515625}, {"start": 825.16, "end": 825.22, "word": " I", "probability": 0.81689453125}, {"start": 825.22, "end": 825.42, "word": " have", "probability": 0.92919921875}, {"start": 825.42, "end": 825.66, "word": " 100", "probability": 0.51025390625}, {"start": 825.66, "end": 825.98, "word": " elements", "probability": 0.50732421875}, {"start": 825.98, "end": 826.14, "word": " in", "probability": 0.65625}, {"start": 826.14, "end": 826.66, "word": " persons,", "probability": 0.38037109375}, {"start": 827.1, "end": 827.36, "word": " but", "probability": 0.8447265625}, {"start": 827.36, "end": 827.56, "word": " they", "probability": 0.2254638671875}, {"start": 827.56, "end": 827.64, "word": " are", "probability": 0.77197265625}, {"start": 827.64, "end": 827.82, "word": " displayed", "probability": 0.385498046875}, {"start": 827.82, "end": 827.92, "word": " in", "probability": 0.3857421875}, {"start": 827.92, "end": 828.84, "word": " 10", "probability": 0.56689453125}], "temperature": 1.0}, {"id": 33, "seek": 85094, "start": 829.98, "end": 850.94, "text": "So what will it do? It will execute onCreateViewHolder() to create the view. It will make them inflate. So the process of inflating will be here in this method. For each element that is created for the first time, it will call onCreateViewHolder() to create it and onBindViewHolder() to fill it.", "tokens": [6455, 437, 486, 309, 360, 30, 467, 486, 14483, 322, 44637, 473, 30203, 42347, 260, 45191, 281, 1884, 264, 1910, 13, 467, 486, 652, 552, 9922, 473, 13, 407, 264, 1399, 295, 9922, 990, 486, 312, 510, 294, 341, 3170, 13, 1171, 1184, 4478, 300, 307, 2942, 337, 264, 700, 565, 11, 309, 486, 818, 322, 44637, 473, 30203, 42347, 260, 45191, 281, 1884, 309, 293, 322, 33, 471, 30203, 42347, 260, 45191, 281, 2836, 309, 13], "avg_logprob": -0.4391025740366716, "compression_ratio": 1.6857142857142857, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 829.98, "end": 830.16, "word": "So", "probability": 0.1748046875}, {"start": 830.16, "end": 830.3, "word": " what", "probability": 0.413818359375}, {"start": 830.3, "end": 830.4, "word": " will", "probability": 0.26708984375}, {"start": 830.4, "end": 830.46, "word": " it", "probability": 0.462158203125}, {"start": 830.46, "end": 830.66, "word": " do?", "probability": 0.9541015625}, {"start": 831.78, "end": 832.22, "word": " It", "probability": 0.6318359375}, {"start": 832.22, "end": 833.54, "word": " will", "probability": 0.810546875}, {"start": 833.54, "end": 833.86, "word": " execute", "probability": 0.1923828125}, {"start": 833.86, "end": 835.3, "word": " onCreateViewHolder", "probability": 0.8565266927083334}, {"start": 835.3, "end": 835.52, "word": "()", "probability": 0.308837890625}, {"start": 835.52, "end": 835.52, "word": " to", "probability": 0.626953125}, {"start": 835.52, "end": 835.94, "word": " create", "probability": 0.6767578125}, {"start": 835.94, "end": 836.66, "word": " the", "probability": 0.310302734375}, {"start": 836.66, "end": 836.88, "word": " view.", "probability": 0.6650390625}, {"start": 837.16, "end": 837.34, "word": " It", "probability": 0.3125}, {"start": 837.34, "end": 837.42, "word": " will", "probability": 0.7177734375}, {"start": 837.42, "end": 837.54, "word": " make", "probability": 0.358154296875}, {"start": 837.54, "end": 837.7, "word": " them", "probability": 0.4296875}, {"start": 837.7, "end": 838.2, "word": " inflate.", "probability": 0.9228515625}, {"start": 838.86, "end": 839.3, "word": " So", "probability": 0.1881103515625}, {"start": 839.3, "end": 839.44, "word": " the", "probability": 0.459716796875}, {"start": 839.44, "end": 839.64, "word": " process", "probability": 0.41552734375}, {"start": 839.64, "end": 839.78, "word": " of", "probability": 0.90087890625}, {"start": 839.78, "end": 840.16, "word": " inflating", "probability": 0.706298828125}, {"start": 840.16, "end": 840.3, "word": " will", "probability": 0.362548828125}, {"start": 840.3, "end": 840.74, "word": " be", "probability": 0.34033203125}, {"start": 840.74, "end": 841.62, "word": " here", "probability": 0.3994140625}, {"start": 841.62, "end": 841.88, "word": " in", "probability": 0.51513671875}, {"start": 841.88, "end": 841.98, "word": " this", "probability": 0.87548828125}, {"start": 841.98, "end": 842.26, "word": " method.", "probability": 0.9384765625}, {"start": 843.12, "end": 843.26, "word": " For", "probability": 0.658203125}, {"start": 843.26, "end": 843.5, "word": " each", "probability": 0.580078125}, {"start": 843.5, "end": 843.92, "word": " element", "probability": 0.89306640625}, {"start": 843.92, "end": 844.58, "word": " that", "probability": 0.38232421875}, {"start": 844.58, "end": 844.64, "word": " is", "probability": 0.31640625}, {"start": 844.64, "end": 844.82, "word": " created", "probability": 0.751953125}, {"start": 844.82, "end": 844.98, "word": " for", "probability": 0.42626953125}, {"start": 844.98, "end": 845.1, "word": " the", "probability": 0.92138671875}, {"start": 845.1, "end": 845.24, "word": " first", "probability": 0.880859375}, {"start": 845.24, "end": 845.6, "word": " time,", "probability": 0.8916015625}, {"start": 845.74, "end": 845.82, "word": " it", "probability": 0.8388671875}, {"start": 845.82, "end": 845.84, "word": " will", "probability": 0.6630859375}, {"start": 845.84, "end": 846.08, "word": " call", "probability": 0.58447265625}, {"start": 846.08, "end": 847.34, "word": " onCreateViewHolder", "probability": 0.93896484375}, {"start": 847.34, "end": 847.4, "word": "()", "probability": 0.93994140625}, {"start": 847.4, "end": 847.56, "word": " to", "probability": 0.90234375}, {"start": 847.56, "end": 847.98, "word": " create", "probability": 0.8623046875}, {"start": 847.98, "end": 848.52, "word": " it", "probability": 0.68701171875}, {"start": 848.52, "end": 848.86, "word": " and", "probability": 0.6689453125}, {"start": 848.86, "end": 850.28, "word": " onBindViewHolder", "probability": 0.9434407552083334}, {"start": 850.28, "end": 850.28, "word": "()", "probability": 0.89599609375}, {"start": 850.28, "end": 850.5, "word": " to", "probability": 0.970703125}, {"start": 850.5, "end": 850.78, "word": " fill", "probability": 0.7578125}, {"start": 850.78, "end": 850.94, "word": " it.", "probability": 0.892578125}], "temperature": 1.0}, {"id": 34, "seek": 87619, "start": 852.27, "end": 876.19, "text": " So now, it separated the creation from what? From the filling. Okay? Okay, this is with the first 10 elements. Now, when you scroll, it will not create new views. Okay? It will use which ones? Yes, the ones that came out of the screen. So, it will start claiming what? Unbind view holder. Okay, let's see how it works. Now,", "tokens": [407, 586, 11, 309, 12005, 264, 8016, 490, 437, 30, 3358, 264, 10623, 13, 1033, 30, 1033, 11, 341, 307, 365, 264, 700, 1266, 4959, 13, 823, 11, 562, 291, 11369, 11, 309, 486, 406, 1884, 777, 6809, 13, 1033, 30, 467, 486, 764, 597, 2306, 30, 1079, 11, 264, 2306, 300, 1361, 484, 295, 264, 2568, 13, 407, 11, 309, 486, 722, 19232, 437, 30, 1156, 65, 471, 1910, 20349, 13, 1033, 11, 718, 311, 536, 577, 309, 1985, 13, 823, 11], "avg_logprob": -0.5889136706079755, "compression_ratio": 1.5576923076923077, "no_speech_prob": 0.0, "words": [{"start": 852.27, "end": 852.51, "word": " So", "probability": 0.1153564453125}, {"start": 852.51, "end": 852.83, "word": " now,", "probability": 0.52001953125}, {"start": 852.91, "end": 853.03, "word": " it", "probability": 0.255859375}, {"start": 853.03, "end": 853.33, "word": " separated", "probability": 0.54443359375}, {"start": 853.33, "end": 853.49, "word": " the", "probability": 0.386962890625}, {"start": 853.49, "end": 853.79, "word": " creation", "probability": 0.2005615234375}, {"start": 853.79, "end": 854.17, "word": " from", "probability": 0.748046875}, {"start": 854.17, "end": 854.27, "word": " what?", "probability": 0.2225341796875}, {"start": 854.91, "end": 855.05, "word": " From", "probability": 0.533203125}, {"start": 855.05, "end": 855.19, "word": " the", "probability": 0.5234375}, {"start": 855.19, "end": 855.39, "word": " filling.", "probability": 0.061492919921875}, {"start": 856.15, "end": 856.33, "word": " Okay?", "probability": 0.1697998046875}, {"start": 856.79, "end": 857.11, "word": " Okay,", "probability": 0.2242431640625}, {"start": 857.25, "end": 857.75, "word": " this", "probability": 0.6611328125}, {"start": 857.75, "end": 857.77, "word": " is", "probability": 0.62158203125}, {"start": 857.77, "end": 857.95, "word": " with", "probability": 0.252685546875}, {"start": 857.95, "end": 858.25, "word": " the", "probability": 0.8984375}, {"start": 858.25, "end": 858.25, "word": " first", "probability": 0.873046875}, {"start": 858.25, "end": 858.53, "word": " 10", "probability": 0.603515625}, {"start": 858.53, "end": 858.85, "word": " elements.", "probability": 0.86962890625}, {"start": 858.97, "end": 859.13, "word": " Now,", "probability": 0.414794921875}, {"start": 859.17, "end": 859.31, "word": " when", "probability": 0.87060546875}, {"start": 859.31, "end": 859.41, "word": " you", "probability": 0.61767578125}, {"start": 859.41, "end": 860.05, "word": " scroll,", "probability": 0.40283203125}, {"start": 860.83, "end": 861.13, "word": " it", "probability": 0.85986328125}, {"start": 861.13, "end": 861.29, "word": " will", "probability": 0.461669921875}, {"start": 861.29, "end": 861.29, "word": " not", "probability": 0.89892578125}, {"start": 861.29, "end": 861.55, "word": " create", "probability": 0.83740234375}, {"start": 861.55, "end": 861.61, "word": " new", "probability": 0.74267578125}, {"start": 861.61, "end": 861.89, "word": " views.", "probability": 0.8447265625}, {"start": 863.05, "end": 863.49, "word": " Okay?", "probability": 0.3525390625}, {"start": 863.87, "end": 863.91, "word": " It", "probability": 0.78125}, {"start": 863.91, "end": 864.07, "word": " will", "probability": 0.86376953125}, {"start": 864.07, "end": 864.41, "word": " use", "probability": 0.82763671875}, {"start": 864.41, "end": 864.75, "word": " which", "probability": 0.28857421875}, {"start": 864.75, "end": 864.87, "word": " ones?", "probability": 0.41259765625}, {"start": 865.35, "end": 865.79, "word": " Yes,", "probability": 0.28466796875}, {"start": 865.87, "end": 865.99, "word": " the", "probability": 0.353759765625}, {"start": 865.99, "end": 866.05, "word": " ones", "probability": 0.72900390625}, {"start": 866.05, "end": 866.75, "word": " that", "probability": 0.498046875}, {"start": 866.75, "end": 866.75, "word": " came", "probability": 0.237060546875}, {"start": 866.75, "end": 868.43, "word": " out", "probability": 0.69775390625}, {"start": 868.43, "end": 868.61, "word": " of", "probability": 0.796875}, {"start": 868.61, "end": 868.71, "word": " the", "probability": 0.91357421875}, {"start": 868.71, "end": 869.01, "word": " screen.", "probability": 0.8076171875}, {"start": 869.19, "end": 869.61, "word": " So,", "probability": 0.8134765625}, {"start": 869.81, "end": 869.99, "word": " it", "probability": 0.7900390625}, {"start": 869.99, "end": 869.99, "word": " will", "probability": 0.74267578125}, {"start": 869.99, "end": 870.15, "word": " start", "probability": 0.2454833984375}, {"start": 870.15, "end": 870.35, "word": " claiming", "probability": 0.13525390625}, {"start": 870.35, "end": 870.87, "word": " what?", "probability": 0.392333984375}, {"start": 871.43, "end": 871.87, "word": " Unbind", "probability": 0.8629557291666666}, {"start": 871.87, "end": 872.13, "word": " view", "probability": 0.56787109375}, {"start": 872.13, "end": 872.47, "word": " holder.", "probability": 0.52099609375}, {"start": 873.73, "end": 874.03, "word": " Okay,", "probability": 0.779296875}, {"start": 874.13, "end": 874.37, "word": " let's", "probability": 0.821533203125}, {"start": 874.37, "end": 874.53, "word": " see", "probability": 0.9052734375}, {"start": 874.53, "end": 874.73, "word": " how", "probability": 0.92333984375}, {"start": 874.73, "end": 874.83, "word": " it", "probability": 0.77099609375}, {"start": 874.83, "end": 875.03, "word": " works.", "probability": 0.83154296875}, {"start": 875.83, "end": 876.19, "word": " Now,", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 35, "seek": 89159, "start": 877.71, "end": 891.59, "text": " Uncreate View Holder, we already said that this is what you call it to create a view But what is it called? It is not called Uncreate View, it is called Uncreate View Holder Because here it forces you to create", "tokens": [1156, 14066, 473, 13909, 6962, 260, 11, 321, 1217, 848, 300, 341, 307, 437, 291, 818, 309, 281, 1884, 257, 1910, 583, 437, 307, 309, 1219, 30, 467, 307, 406, 1219, 1156, 14066, 473, 13909, 11, 309, 307, 1219, 1156, 14066, 473, 13909, 6962, 260, 1436, 510, 309, 5874, 291, 281, 1884], "avg_logprob": -0.49262973947345085, "compression_ratio": 1.6484375, "no_speech_prob": 0.0, "words": [{"start": 877.71, "end": 878.27, "word": " Uncreate", "probability": 0.6507975260416666}, {"start": 878.27, "end": 878.49, "word": " View", "probability": 0.49072265625}, {"start": 878.49, "end": 878.85, "word": " Holder,", "probability": 0.6513671875}, {"start": 878.93, "end": 879.09, "word": " we", "probability": 0.51220703125}, {"start": 879.09, "end": 879.29, "word": " already", "probability": 0.1844482421875}, {"start": 879.29, "end": 879.65, "word": " said", "probability": 0.361328125}, {"start": 879.65, "end": 880.03, "word": " that", "probability": 0.4931640625}, {"start": 880.03, "end": 880.41, "word": " this", "probability": 0.2373046875}, {"start": 880.41, "end": 880.51, "word": " is", "probability": 0.67431640625}, {"start": 880.51, "end": 880.69, "word": " what", "probability": 0.673828125}, {"start": 880.69, "end": 880.79, "word": " you", "probability": 0.82373046875}, {"start": 880.79, "end": 881.11, "word": " call", "probability": 0.139404296875}, {"start": 881.11, "end": 881.29, "word": " it", "probability": 0.5615234375}, {"start": 881.29, "end": 881.55, "word": " to", "probability": 0.68359375}, {"start": 881.55, "end": 881.83, "word": " create", "probability": 0.72021484375}, {"start": 881.83, "end": 881.99, "word": " a", "probability": 0.482421875}, {"start": 881.99, "end": 882.15, "word": " view", "probability": 0.74267578125}, {"start": 882.15, "end": 883.11, "word": " But", "probability": 0.26220703125}, {"start": 883.11, "end": 883.29, "word": " what", "probability": 0.40869140625}, {"start": 883.29, "end": 883.29, "word": " is", "probability": 0.6083984375}, {"start": 883.29, "end": 883.63, "word": " it", "probability": 0.331298828125}, {"start": 883.63, "end": 883.63, "word": " called?", "probability": 0.84814453125}, {"start": 883.91, "end": 884.01, "word": " It", "probability": 0.67333984375}, {"start": 884.01, "end": 884.01, "word": " is", "probability": 0.70458984375}, {"start": 884.01, "end": 884.01, "word": " not", "probability": 0.90283203125}, {"start": 884.01, "end": 884.45, "word": " called", "probability": 0.7822265625}, {"start": 884.45, "end": 884.95, "word": " Uncreate", "probability": 0.8857421875}, {"start": 884.95, "end": 885.25, "word": " View,", "probability": 0.83154296875}, {"start": 885.47, "end": 885.93, "word": " it", "probability": 0.607421875}, {"start": 885.93, "end": 885.93, "word": " is", "probability": 0.91650390625}, {"start": 885.93, "end": 886.37, "word": " called", "probability": 0.8369140625}, {"start": 886.37, "end": 887.87, "word": " Uncreate", "probability": 0.9459635416666666}, {"start": 887.87, "end": 888.73, "word": " View", "probability": 0.9091796875}, {"start": 888.73, "end": 889.43, "word": " Holder", "probability": 0.955322265625}, {"start": 889.43, "end": 890.15, "word": " Because", "probability": 0.638671875}, {"start": 890.15, "end": 890.55, "word": " here", "probability": 0.5810546875}, {"start": 890.55, "end": 890.63, "word": " it", "probability": 0.43359375}, {"start": 890.63, "end": 891.01, "word": " forces", "probability": 0.4287109375}, {"start": 891.01, "end": 891.29, "word": " you", "probability": 0.94775390625}, {"start": 891.29, "end": 891.37, "word": " to", "probability": 0.96533203125}, {"start": 891.37, "end": 891.59, "word": " create", "probability": 0.8515625}], "temperature": 1.0}, {"id": 36, "seek": 91604, "start": 893.06, "end": 916.04, "text": "ViewHolder Okay, we want to walk with him, not him asking for a ViewHolder, what do we want to do? We want to create a ViewHolder Who is the ViewHolder that we want to create? The one that we made a class from Since we made a class, we can say myViewHolder vh for example equals new myViewHolder I found that I still have an error, why? What does the constructor take?", "tokens": [30203, 42347, 260, 1033, 11, 321, 528, 281, 1792, 365, 796, 11, 406, 796, 3365, 337, 257, 13909, 42347, 260, 11, 437, 360, 321, 528, 281, 360, 30, 492, 528, 281, 1884, 257, 13909, 42347, 260, 2102, 307, 264, 13909, 42347, 260, 300, 321, 528, 281, 1884, 30, 440, 472, 300, 321, 1027, 257, 1508, 490, 4162, 321, 1027, 257, 1508, 11, 321, 393, 584, 452, 30203, 42347, 260, 371, 71, 337, 1365, 6915, 777, 452, 30203, 42347, 260, 286, 1352, 300, 286, 920, 362, 364, 6713, 11, 983, 30, 708, 775, 264, 47479, 747, 30], "avg_logprob": -0.4262242268041237, "compression_ratio": 1.8585858585858586, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 893.0600000000001, "end": 893.46, "word": "ViewHolder", "probability": 0.6276041666666666}, {"start": 893.46, "end": 893.86, "word": " Okay,", "probability": 0.044708251953125}, {"start": 894.02, "end": 894.7, "word": " we", "probability": 0.71923828125}, {"start": 894.7, "end": 894.9, "word": " want", "probability": 0.54931640625}, {"start": 894.9, "end": 894.98, "word": " to", "probability": 0.95263671875}, {"start": 894.98, "end": 895.12, "word": " walk", "probability": 0.264892578125}, {"start": 895.12, "end": 895.3, "word": " with", "probability": 0.76171875}, {"start": 895.3, "end": 895.4, "word": " him,", "probability": 0.2666015625}, {"start": 895.5, "end": 895.66, "word": " not", "probability": 0.689453125}, {"start": 895.66, "end": 895.86, "word": " him", "probability": 0.2498779296875}, {"start": 895.86, "end": 896.1, "word": " asking", "probability": 0.419189453125}, {"start": 896.1, "end": 896.26, "word": " for", "probability": 0.7890625}, {"start": 896.26, "end": 896.28, "word": " a", "probability": 0.6591796875}, {"start": 896.28, "end": 896.78, "word": " ViewHolder,", "probability": 0.72216796875}, {"start": 897.28, "end": 897.54, "word": " what", "probability": 0.30029296875}, {"start": 897.54, "end": 897.54, "word": " do", "probability": 0.407958984375}, {"start": 897.54, "end": 897.78, "word": " we", "probability": 0.94091796875}, {"start": 897.78, "end": 897.94, "word": " want", "probability": 0.374267578125}, {"start": 897.94, "end": 897.98, "word": " to", "probability": 0.9658203125}, {"start": 897.98, "end": 898.22, "word": " do?", "probability": 0.96142578125}, {"start": 898.5, "end": 898.9, "word": " We", "probability": 0.76953125}, {"start": 898.9, "end": 899.04, "word": " want", "probability": 0.72998046875}, {"start": 899.04, "end": 899.1, "word": " to", "probability": 0.9580078125}, {"start": 899.1, "end": 899.18, "word": " create", "probability": 0.82421875}, {"start": 899.18, "end": 899.32, "word": " a", "probability": 0.93505859375}, {"start": 899.32, "end": 899.8, "word": " ViewHolder", "probability": 0.9029947916666666}, {"start": 899.8, "end": 900.14, "word": " Who", "probability": 0.4345703125}, {"start": 900.14, "end": 900.3, "word": " is", "probability": 0.8720703125}, {"start": 900.3, "end": 900.4, "word": " the", "probability": 0.84619140625}, {"start": 900.4, "end": 900.74, "word": " ViewHolder", "probability": 0.91015625}, {"start": 900.74, "end": 900.8, "word": " that", "probability": 0.537109375}, {"start": 900.8, "end": 900.92, "word": " we", "probability": 0.93994140625}, {"start": 900.92, "end": 901.0, "word": " want", "probability": 0.8046875}, {"start": 901.0, "end": 901.0, "word": " to", "probability": 0.9619140625}, {"start": 901.0, "end": 901.18, "word": " create?", "probability": 0.84814453125}, {"start": 901.84, "end": 902.24, "word": " The", "probability": 0.60400390625}, {"start": 902.24, "end": 902.28, "word": " one", "probability": 0.66552734375}, {"start": 902.28, "end": 902.3, "word": " that", "probability": 0.335205078125}, {"start": 902.3, "end": 902.52, "word": " we", "probability": 0.7607421875}, {"start": 902.52, "end": 902.52, "word": " made", "probability": 0.317138671875}, {"start": 902.52, "end": 902.78, "word": " a", "probability": 0.318603515625}, {"start": 902.78, "end": 903.1, "word": " class", "probability": 0.927734375}, {"start": 903.1, "end": 903.7, "word": " from", "probability": 0.468017578125}, {"start": 903.7, "end": 903.94, "word": " Since", "probability": 0.295166015625}, {"start": 903.94, "end": 904.14, "word": " we", "probability": 0.91357421875}, {"start": 904.14, "end": 904.26, "word": " made", "probability": 0.69970703125}, {"start": 904.26, "end": 904.4, "word": " a", "probability": 0.97265625}, {"start": 904.4, "end": 904.56, "word": " class,", "probability": 0.955078125}, {"start": 904.66, "end": 904.74, "word": " we", "probability": 0.87451171875}, {"start": 904.74, "end": 904.94, "word": " can", "probability": 0.78125}, {"start": 904.94, "end": 905.26, "word": " say", "probability": 0.69287109375}, {"start": 905.26, "end": 907.12, "word": " myViewHolder", "probability": 0.8251953125}, {"start": 907.12, "end": 908.04, "word": " vh", "probability": 0.574462890625}, {"start": 908.04, "end": 908.2, "word": " for", "probability": 0.1358642578125}, {"start": 908.2, "end": 908.5, "word": " example", "probability": 0.9560546875}, {"start": 908.5, "end": 909.08, "word": " equals", "probability": 0.170166015625}, {"start": 909.08, "end": 909.58, "word": " new", "probability": 0.66357421875}, {"start": 909.58, "end": 911.96, "word": " myViewHolder", "probability": 0.914306640625}, {"start": 911.96, "end": 912.18, "word": " I", "probability": 0.4931640625}, {"start": 912.18, "end": 912.34, "word": " found", "probability": 0.2423095703125}, {"start": 912.34, "end": 912.44, "word": " that", "probability": 0.474609375}, {"start": 912.44, "end": 912.66, "word": " I", "probability": 0.85888671875}, {"start": 912.66, "end": 912.66, "word": " still", "probability": 0.6279296875}, {"start": 912.66, "end": 912.84, "word": " have", "probability": 0.8369140625}, {"start": 912.84, "end": 912.98, "word": " an", "probability": 0.7890625}, {"start": 912.98, "end": 913.14, "word": " error,", "probability": 0.89501953125}, {"start": 913.36, "end": 913.68, "word": " why?", "probability": 0.888671875}, {"start": 914.48, "end": 914.88, "word": " What", "probability": 0.7783203125}, {"start": 914.88, "end": 914.88, "word": " does", "probability": 0.83056640625}, {"start": 914.88, "end": 914.94, "word": " the", "probability": 0.84765625}, {"start": 914.94, "end": 915.4, "word": " constructor", "probability": 0.87451171875}, {"start": 915.4, "end": 916.04, "word": " take?", "probability": 0.65673828125}], "temperature": 1.0}, {"id": 37, "seek": 94661, "start": 918.25, "end": 946.61, "text": " The view, not the constructor, what does it want? It wants a view. Who is the view? It's the same item. We want to make it inflate. See how? To force me to make a view holder, I say, I demand a view holder from you. But when you make a view holder, what does the view holder want? It wants a view. See how it rotates. In the end, what do you want to give it back? A view holder. And to create a view holder,", "tokens": [440, 1910, 11, 406, 264, 47479, 11, 437, 775, 309, 528, 30, 467, 2738, 257, 1910, 13, 2102, 307, 264, 1910, 30, 467, 311, 264, 912, 3174, 13, 492, 528, 281, 652, 309, 9922, 473, 13, 3008, 577, 30, 1407, 3464, 385, 281, 652, 257, 1910, 20349, 11, 286, 584, 11, 286, 4733, 257, 1910, 20349, 490, 291, 13, 583, 562, 291, 652, 257, 1910, 20349, 11, 437, 775, 264, 1910, 20349, 528, 30, 467, 2738, 257, 1910, 13, 3008, 577, 309, 42133, 13, 682, 264, 917, 11, 437, 360, 291, 528, 281, 976, 309, 646, 30, 316, 1910, 20349, 13, 400, 281, 1884, 257, 1910, 20349, 11], "avg_logprob": -0.42861237438446886, "compression_ratio": 1.9615384615384615, "no_speech_prob": 0.0, "words": [{"start": 918.25, "end": 918.51, "word": " The", "probability": 0.487060546875}, {"start": 918.51, "end": 918.71, "word": " view,", "probability": 0.40576171875}, {"start": 919.21, "end": 920.05, "word": " not", "probability": 0.1932373046875}, {"start": 920.05, "end": 920.23, "word": " the", "probability": 0.5751953125}, {"start": 920.23, "end": 921.45, "word": " constructor,", "probability": 0.44970703125}, {"start": 921.69, "end": 921.69, "word": " what", "probability": 0.27783203125}, {"start": 921.69, "end": 921.73, "word": " does", "probability": 0.677734375}, {"start": 921.73, "end": 921.87, "word": " it", "probability": 0.76025390625}, {"start": 921.87, "end": 921.87, "word": " want?", "probability": 0.599609375}, {"start": 922.33, "end": 922.65, "word": " It", "probability": 0.61083984375}, {"start": 922.65, "end": 922.69, "word": " wants", "probability": 0.65625}, {"start": 922.69, "end": 922.89, "word": " a", "probability": 0.57177734375}, {"start": 922.89, "end": 922.91, "word": " view.", "probability": 0.8466796875}, {"start": 922.99, "end": 923.13, "word": " Who", "probability": 0.43798828125}, {"start": 923.13, "end": 923.25, "word": " is", "probability": 0.79638671875}, {"start": 923.25, "end": 923.35, "word": " the", "probability": 0.84716796875}, {"start": 923.35, "end": 923.59, "word": " view?", "probability": 0.84130859375}, {"start": 923.89, "end": 924.21, "word": " It's", "probability": 0.3697509765625}, {"start": 924.21, "end": 925.03, "word": " the", "probability": 0.85205078125}, {"start": 925.03, "end": 925.25, "word": " same", "probability": 0.6728515625}, {"start": 925.25, "end": 926.03, "word": " item.", "probability": 0.90625}, {"start": 926.53, "end": 926.85, "word": " We", "probability": 0.328125}, {"start": 926.85, "end": 926.95, "word": " want", "probability": 0.378662109375}, {"start": 926.95, "end": 927.01, "word": " to", "probability": 0.9130859375}, {"start": 927.01, "end": 927.15, "word": " make", "probability": 0.716796875}, {"start": 927.15, "end": 927.25, "word": " it", "probability": 0.87939453125}, {"start": 927.25, "end": 927.71, "word": " inflate.", "probability": 0.78369140625}, {"start": 928.23, "end": 928.59, "word": " See", "probability": 0.427978515625}, {"start": 928.59, "end": 928.97, "word": " how?", "probability": 0.84814453125}, {"start": 929.19, "end": 929.47, "word": " To", "probability": 0.483154296875}, {"start": 929.47, "end": 929.75, "word": " force", "probability": 0.61181640625}, {"start": 929.75, "end": 930.01, "word": " me", "probability": 0.90087890625}, {"start": 930.01, "end": 930.17, "word": " to", "probability": 0.9619140625}, {"start": 930.17, "end": 930.41, "word": " make", "probability": 0.72998046875}, {"start": 930.41, "end": 930.57, "word": " a", "probability": 0.75244140625}, {"start": 930.57, "end": 930.71, "word": " view", "probability": 0.76416015625}, {"start": 930.71, "end": 931.01, "word": " holder,", "probability": 0.5361328125}, {"start": 931.33, "end": 931.47, "word": " I", "probability": 0.56298828125}, {"start": 931.47, "end": 931.55, "word": " say,", "probability": 0.182373046875}, {"start": 931.65, "end": 931.75, "word": " I", "probability": 0.39697265625}, {"start": 931.75, "end": 932.01, "word": " demand", "probability": 0.371337890625}, {"start": 932.01, "end": 932.33, "word": " a", "probability": 0.5029296875}, {"start": 932.33, "end": 932.49, "word": " view", "probability": 0.88232421875}, {"start": 932.49, "end": 932.79, "word": " holder", "probability": 0.8271484375}, {"start": 932.79, "end": 932.79, "word": " from", "probability": 0.76904296875}, {"start": 932.79, "end": 932.79, "word": " you.", "probability": 0.96728515625}, {"start": 932.91, "end": 933.09, "word": " But", "probability": 0.79638671875}, {"start": 933.09, "end": 933.23, "word": " when", "probability": 0.86865234375}, {"start": 933.23, "end": 933.35, "word": " you", "probability": 0.95263671875}, {"start": 933.35, "end": 933.51, "word": " make", "probability": 0.84228515625}, {"start": 933.51, "end": 933.63, "word": " a", "probability": 0.95263671875}, {"start": 933.63, "end": 933.79, "word": " view", "probability": 0.87841796875}, {"start": 933.79, "end": 934.67, "word": " holder,", "probability": 0.84228515625}, {"start": 935.17, "end": 935.27, "word": " what", "probability": 0.74951171875}, {"start": 935.27, "end": 935.27, "word": " does", "probability": 0.9462890625}, {"start": 935.27, "end": 935.37, "word": " the", "probability": 0.76318359375}, {"start": 935.37, "end": 935.51, "word": " view", "probability": 0.8798828125}, {"start": 935.51, "end": 935.79, "word": " holder", "probability": 0.8681640625}, {"start": 935.79, "end": 936.15, "word": " want?", "probability": 0.84375}, {"start": 936.93, "end": 937.29, "word": " It", "probability": 0.7822265625}, {"start": 937.29, "end": 937.41, "word": " wants", "probability": 0.79541015625}, {"start": 937.41, "end": 937.53, "word": " a", "probability": 0.85009765625}, {"start": 937.53, "end": 937.65, "word": " view.", "probability": 0.8818359375}, {"start": 937.97, "end": 938.33, "word": " See", "probability": 0.71728515625}, {"start": 938.33, "end": 938.45, "word": " how", "probability": 0.76904296875}, {"start": 938.45, "end": 938.49, "word": " it", "probability": 0.66943359375}, {"start": 938.49, "end": 938.67, "word": " rotates.", "probability": 0.12493896484375}, {"start": 940.39, "end": 940.75, "word": " In", "probability": 0.269775390625}, {"start": 940.75, "end": 940.93, "word": " the", "probability": 0.890625}, {"start": 940.93, "end": 940.93, "word": " end,", "probability": 0.923828125}, {"start": 940.95, "end": 943.01, "word": " what", "probability": 0.9111328125}, {"start": 943.01, "end": 943.13, "word": " do", "probability": 0.267333984375}, {"start": 943.13, "end": 943.19, "word": " you", "probability": 0.9326171875}, {"start": 943.19, "end": 943.19, "word": " want", "probability": 0.59423828125}, {"start": 943.19, "end": 943.25, "word": " to", "probability": 0.9404296875}, {"start": 943.25, "end": 943.49, "word": " give", "probability": 0.345947265625}, {"start": 943.49, "end": 943.77, "word": " it", "probability": 0.72607421875}, {"start": 943.77, "end": 943.77, "word": " back?", "probability": 0.45703125}, {"start": 944.09, "end": 944.45, "word": " A", "probability": 0.42431640625}, {"start": 944.45, "end": 944.59, "word": " view", "probability": 0.8828125}, {"start": 944.59, "end": 944.77, "word": " holder.", "probability": 0.86328125}, {"start": 944.87, "end": 944.97, "word": " And", "probability": 0.353515625}, {"start": 944.97, "end": 945.51, "word": " to", "probability": 0.358154296875}, {"start": 945.51, "end": 945.93, "word": " create", "probability": 0.74609375}, {"start": 945.93, "end": 946.09, "word": " a", "probability": 0.724609375}, {"start": 946.09, "end": 946.25, "word": " view", "probability": 0.8935546875}, {"start": 946.25, "end": 946.61, "word": " holder,", "probability": 0.8486328125}], "temperature": 1.0}, {"id": 38, "seek": 97523, "start": 947.55, "end": 975.23, "text": " You have to do what? View. Before this step, we have to do the inflate process. To convert the layout to view. And we pass the view to view here. How can we make the layout inflater? Layout inflater. We used to say from. And here we get the context. Instead of getting the context, we pass it. Do you see the parent here?", "tokens": [509, 362, 281, 360, 437, 30, 13909, 13, 4546, 341, 1823, 11, 321, 362, 281, 360, 264, 9922, 473, 1399, 13, 1407, 7620, 264, 13333, 281, 1910, 13, 400, 321, 1320, 264, 1910, 281, 1910, 510, 13, 1012, 393, 321, 652, 264, 13333, 9922, 771, 30, 20084, 346, 9922, 771, 13, 492, 1143, 281, 584, 490, 13, 400, 510, 321, 483, 264, 4319, 13, 7156, 295, 1242, 264, 4319, 11, 321, 1320, 309, 13, 1144, 291, 536, 264, 2596, 510, 30], "avg_logprob": -0.46608231525595595, "compression_ratio": 1.694736842105263, "no_speech_prob": 0.0, "words": [{"start": 947.55, "end": 948.15, "word": " You", "probability": 0.2607421875}, {"start": 948.15, "end": 948.27, "word": " have", "probability": 0.345947265625}, {"start": 948.27, "end": 948.43, "word": " to", "probability": 0.96923828125}, {"start": 948.43, "end": 948.73, "word": " do", "probability": 0.63330078125}, {"start": 948.73, "end": 949.03, "word": " what?", "probability": 0.68701171875}, {"start": 949.19, "end": 949.79, "word": " View.", "probability": 0.471923828125}, {"start": 950.33, "end": 950.85, "word": " Before", "probability": 0.576171875}, {"start": 950.85, "end": 951.01, "word": " this", "probability": 0.5419921875}, {"start": 951.01, "end": 951.27, "word": " step,", "probability": 0.90478515625}, {"start": 952.43, "end": 952.87, "word": " we", "probability": 0.7265625}, {"start": 952.87, "end": 953.03, "word": " have", "probability": 0.5126953125}, {"start": 953.03, "end": 953.09, "word": " to", "probability": 0.96630859375}, {"start": 953.09, "end": 953.41, "word": " do", "probability": 0.5634765625}, {"start": 953.41, "end": 953.83, "word": " the", "probability": 0.390625}, {"start": 953.83, "end": 954.35, "word": " inflate", "probability": 0.674072265625}, {"start": 954.35, "end": 954.39, "word": " process.", "probability": 0.47900390625}, {"start": 955.07, "end": 955.41, "word": " To", "probability": 0.402587890625}, {"start": 955.41, "end": 955.77, "word": " convert", "probability": 0.27490234375}, {"start": 955.77, "end": 955.93, "word": " the", "probability": 0.65234375}, {"start": 955.93, "end": 956.29, "word": " layout", "probability": 0.9033203125}, {"start": 956.29, "end": 956.97, "word": " to", "probability": 0.73486328125}, {"start": 956.97, "end": 958.05, "word": " view.", "probability": 0.7626953125}, {"start": 958.55, "end": 958.67, "word": " And", "probability": 0.408935546875}, {"start": 958.67, "end": 958.81, "word": " we", "probability": 0.456298828125}, {"start": 958.81, "end": 958.95, "word": " pass", "probability": 0.386474609375}, {"start": 958.95, "end": 959.15, "word": " the", "probability": 0.75732421875}, {"start": 959.15, "end": 959.47, "word": " view", "probability": 0.9013671875}, {"start": 959.47, "end": 960.21, "word": " to", "probability": 0.59521484375}, {"start": 960.21, "end": 960.43, "word": " view", "probability": 0.56689453125}, {"start": 960.43, "end": 960.69, "word": " here.", "probability": 0.67578125}, {"start": 962.33, "end": 962.93, "word": " How", "probability": 0.385986328125}, {"start": 962.93, "end": 963.15, "word": " can", "probability": 0.370361328125}, {"start": 963.15, "end": 963.45, "word": " we", "probability": 0.93505859375}, {"start": 963.45, "end": 963.63, "word": " make", "probability": 0.349365234375}, {"start": 963.63, "end": 964.17, "word": " the", "probability": 0.4453125}, {"start": 964.17, "end": 964.67, "word": " layout", "probability": 0.9609375}, {"start": 964.67, "end": 965.23, "word": " inflater?", "probability": 0.86279296875}, {"start": 966.45, "end": 967.05, "word": " Layout", "probability": 0.89453125}, {"start": 967.05, "end": 967.65, "word": " inflater.", "probability": 0.88623046875}, {"start": 967.97, "end": 968.23, "word": " We", "probability": 0.51708984375}, {"start": 968.23, "end": 968.23, "word": " used", "probability": 0.233154296875}, {"start": 968.23, "end": 968.31, "word": " to", "probability": 0.9697265625}, {"start": 968.31, "end": 968.49, "word": " say", "probability": 0.68408203125}, {"start": 968.49, "end": 968.87, "word": " from.", "probability": 0.73779296875}, {"start": 969.13, "end": 969.43, "word": " And", "probability": 0.71044921875}, {"start": 969.43, "end": 969.53, "word": " here", "probability": 0.481689453125}, {"start": 969.53, "end": 969.69, "word": " we", "probability": 0.72705078125}, {"start": 969.69, "end": 969.83, "word": " get", "probability": 0.3251953125}, {"start": 969.83, "end": 970.19, "word": " the", "probability": 0.5810546875}, {"start": 970.19, "end": 970.99, "word": " context.", "probability": 0.74462890625}, {"start": 971.15, "end": 971.71, "word": " Instead", "probability": 0.51611328125}, {"start": 971.71, "end": 971.87, "word": " of", "probability": 0.95947265625}, {"start": 971.87, "end": 972.03, "word": " getting", "probability": 0.61279296875}, {"start": 972.03, "end": 972.17, "word": " the", "probability": 0.78076171875}, {"start": 972.17, "end": 972.59, "word": " context,", "probability": 0.81787109375}, {"start": 973.13, "end": 973.25, "word": " we", "probability": 0.8046875}, {"start": 973.25, "end": 973.45, "word": " pass", "probability": 0.7421875}, {"start": 973.45, "end": 973.71, "word": " it.", "probability": 0.904296875}, {"start": 974.01, "end": 974.23, "word": " Do", "probability": 0.435791015625}, {"start": 974.23, "end": 974.23, "word": " you", "probability": 0.97265625}, {"start": 974.23, "end": 974.43, "word": " see", "probability": 0.931640625}, {"start": 974.43, "end": 974.63, "word": " the", "probability": 0.7314453125}, {"start": 974.63, "end": 974.89, "word": " parent", "probability": 0.91552734375}, {"start": 974.89, "end": 975.23, "word": " here?", "probability": 0.8134765625}], "temperature": 1.0}, {"id": 39, "seek": 100153, "start": 976.05, "end": 1001.53, "text": "I can say parent.getContext() method. The context itself is taken from the parameter here. Instead of passing it through the constructor and passing the size of the hash, it is present here. Then we say inflate. Here we give it R.layout.personItemDesign.", "tokens": [40, 393, 584, 2596, 13, 847, 29821, 3828, 45191, 3170, 13, 440, 4319, 2564, 307, 2726, 490, 264, 13075, 510, 13, 7156, 295, 8437, 309, 807, 264, 47479, 293, 8437, 264, 2744, 295, 264, 22019, 11, 309, 307, 1974, 510, 13, 1396, 321, 584, 9922, 473, 13, 1692, 321, 976, 309, 497, 13, 8376, 346, 13, 10813, 3522, 443, 29543, 788, 13], "avg_logprob": -0.5629960374226646, "compression_ratio": 1.4350282485875707, "no_speech_prob": 0.0, "words": [{"start": 976.05, "end": 976.25, "word": "I", "probability": 0.339599609375}, {"start": 976.25, "end": 976.63, "word": " can", "probability": 0.75146484375}, {"start": 976.63, "end": 976.89, "word": " say", "probability": 0.4775390625}, {"start": 976.89, "end": 977.51, "word": " parent", "probability": 0.440185546875}, {"start": 977.51, "end": 982.43, "word": ".getContext", "probability": 0.6768798828125}, {"start": 982.43, "end": 982.45, "word": "()", "probability": 0.443603515625}, {"start": 982.45, "end": 982.45, "word": " method.", "probability": 0.392822265625}, {"start": 983.37, "end": 983.79, "word": " The", "probability": 0.23583984375}, {"start": 983.79, "end": 984.19, "word": " context", "probability": 0.66455078125}, {"start": 984.19, "end": 984.63, "word": " itself", "probability": 0.35546875}, {"start": 984.63, "end": 984.81, "word": " is", "probability": 0.63037109375}, {"start": 984.81, "end": 985.01, "word": " taken", "probability": 0.1947021484375}, {"start": 985.01, "end": 985.15, "word": " from", "probability": 0.83056640625}, {"start": 985.15, "end": 986.01, "word": " the", "probability": 0.4482421875}, {"start": 986.01, "end": 986.39, "word": " parameter", "probability": 0.5341796875}, {"start": 986.39, "end": 986.67, "word": " here.", "probability": 0.484619140625}, {"start": 986.77, "end": 986.93, "word": " Instead", "probability": 0.4775390625}, {"start": 986.93, "end": 987.07, "word": " of", "probability": 0.9560546875}, {"start": 987.07, "end": 987.37, "word": " passing", "probability": 0.285888671875}, {"start": 987.37, "end": 987.53, "word": " it", "probability": 0.6748046875}, {"start": 987.53, "end": 987.63, "word": " through", "probability": 0.30029296875}, {"start": 987.63, "end": 987.71, "word": " the", "probability": 0.6474609375}, {"start": 987.71, "end": 988.25, "word": " constructor", "probability": 0.89501953125}, {"start": 988.25, "end": 988.91, "word": " and", "probability": 0.54248046875}, {"start": 988.91, "end": 989.11, "word": " passing", "probability": 0.38916015625}, {"start": 989.11, "end": 989.23, "word": " the", "probability": 0.499755859375}, {"start": 989.23, "end": 989.39, "word": " size", "probability": 0.384521484375}, {"start": 989.39, "end": 989.53, "word": " of", "probability": 0.71240234375}, {"start": 989.53, "end": 989.55, "word": " the", "probability": 0.560546875}, {"start": 989.55, "end": 989.69, "word": " hash,", "probability": 0.7646484375}, {"start": 989.85, "end": 989.99, "word": " it", "probability": 0.81982421875}, {"start": 989.99, "end": 990.07, "word": " is", "probability": 0.68359375}, {"start": 990.07, "end": 990.33, "word": " present", "probability": 0.280517578125}, {"start": 990.33, "end": 990.57, "word": " here.", "probability": 0.80078125}, {"start": 991.49, "end": 991.91, "word": " Then", "probability": 0.1875}, {"start": 991.91, "end": 992.09, "word": " we", "probability": 0.453125}, {"start": 992.09, "end": 992.31, "word": " say", "probability": 0.69677734375}, {"start": 992.31, "end": 994.45, "word": " inflate.", "probability": 0.836181640625}, {"start": 994.87, "end": 995.29, "word": " Here", "probability": 0.63916015625}, {"start": 995.29, "end": 995.57, "word": " we", "probability": 0.767578125}, {"start": 995.57, "end": 995.81, "word": " give", "probability": 0.39599609375}, {"start": 995.81, "end": 995.93, "word": " it", "probability": 0.74462890625}, {"start": 995.93, "end": 996.31, "word": " R", "probability": 0.471923828125}, {"start": 996.31, "end": 998.57, "word": ".layout", "probability": 0.8972981770833334}, {"start": 998.57, "end": 1001.53, "word": ".personItemDesign.", "probability": 0.867431640625}], "temperature": 1.0}, {"id": 40, "seek": 102605, "start": 1003.35, "end": 1026.05, "text": " Now, in the list, we used to put the second parameter as null, correct or not? But I found that it is a bit different. If you put it as null, you will find an element with a small size, which you designed. Supposedly, we designed it according to what? According to the screen. So, I want to tell you that I found, put the second parameter as parent. Correct? And there is a third parameter.", "tokens": [823, 11, 294, 264, 1329, 11, 321, 1143, 281, 829, 264, 1150, 13075, 382, 18184, 11, 3006, 420, 406, 30, 583, 286, 1352, 300, 309, 307, 257, 857, 819, 13, 759, 291, 829, 309, 382, 18184, 11, 291, 486, 915, 364, 4478, 365, 257, 1359, 2744, 11, 597, 291, 4761, 13, 9391, 1744, 356, 11, 321, 4761, 309, 4650, 281, 437, 30, 7328, 281, 264, 2568, 13, 407, 11, 286, 528, 281, 980, 291, 300, 286, 1352, 11, 829, 264, 1150, 13075, 382, 2596, 13, 12753, 30, 400, 456, 307, 257, 2636, 13075, 13], "avg_logprob": -0.4476973721855565, "compression_ratio": 1.7533632286995515, "no_speech_prob": 0.0, "words": [{"start": 1003.35, "end": 1003.71, "word": " Now,", "probability": 0.354248046875}, {"start": 1003.71, "end": 1004.07, "word": " in", "probability": 0.6728515625}, {"start": 1004.07, "end": 1004.43, "word": " the", "probability": 0.857421875}, {"start": 1004.43, "end": 1005.23, "word": " list,", "probability": 0.7861328125}, {"start": 1005.39, "end": 1005.53, "word": " we", "probability": 0.75}, {"start": 1005.53, "end": 1005.55, "word": " used", "probability": 0.373291015625}, {"start": 1005.55, "end": 1005.55, "word": " to", "probability": 0.96923828125}, {"start": 1005.55, "end": 1005.75, "word": " put", "probability": 0.5625}, {"start": 1005.75, "end": 1005.87, "word": " the", "probability": 0.6953125}, {"start": 1005.87, "end": 1006.55, "word": " second", "probability": 0.68798828125}, {"start": 1006.55, "end": 1006.55, "word": " parameter", "probability": 0.9228515625}, {"start": 1006.55, "end": 1006.69, "word": " as", "probability": 0.4755859375}, {"start": 1006.69, "end": 1006.85, "word": " null,", "probability": 0.56787109375}, {"start": 1007.25, "end": 1007.47, "word": " correct", "probability": 0.251953125}, {"start": 1007.47, "end": 1007.67, "word": " or", "probability": 0.5830078125}, {"start": 1007.67, "end": 1007.71, "word": " not?", "probability": 0.83544921875}, {"start": 1007.79, "end": 1007.95, "word": " But", "probability": 0.80322265625}, {"start": 1007.95, "end": 1008.11, "word": " I", "probability": 0.180908203125}, {"start": 1008.11, "end": 1008.15, "word": " found", "probability": 0.67724609375}, {"start": 1008.15, "end": 1008.21, "word": " that", "probability": 0.42236328125}, {"start": 1008.21, "end": 1008.31, "word": " it", "probability": 0.77392578125}, {"start": 1008.31, "end": 1008.35, "word": " is", "probability": 0.385498046875}, {"start": 1008.35, "end": 1008.59, "word": " a", "probability": 0.398681640625}, {"start": 1008.59, "end": 1008.71, "word": " bit", "probability": 0.45849609375}, {"start": 1008.71, "end": 1008.71, "word": " different.", "probability": 0.79541015625}, {"start": 1008.93, "end": 1009.05, "word": " If", "probability": 0.91748046875}, {"start": 1009.05, "end": 1009.11, "word": " you", "probability": 0.8369140625}, {"start": 1009.11, "end": 1009.37, "word": " put", "probability": 0.7958984375}, {"start": 1009.37, "end": 1009.51, "word": " it", "probability": 0.86328125}, {"start": 1009.51, "end": 1009.55, "word": " as", "probability": 0.86328125}, {"start": 1009.55, "end": 1009.73, "word": " null,", "probability": 0.96630859375}, {"start": 1010.67, "end": 1010.85, "word": " you", "probability": 0.87841796875}, {"start": 1010.85, "end": 1010.95, "word": " will", "probability": 0.775390625}, {"start": 1010.95, "end": 1011.17, "word": " find", "probability": 0.73095703125}, {"start": 1011.17, "end": 1011.31, "word": " an", "probability": 0.1343994140625}, {"start": 1011.31, "end": 1011.55, "word": " element", "probability": 0.8525390625}, {"start": 1011.55, "end": 1011.79, "word": " with", "probability": 0.4287109375}, {"start": 1011.79, "end": 1011.79, "word": " a", "probability": 0.7705078125}, {"start": 1011.79, "end": 1012.19, "word": " small", "probability": 0.8310546875}, {"start": 1012.19, "end": 1012.19, "word": " size,", "probability": 0.79833984375}, {"start": 1012.47, "end": 1013.33, "word": " which", "probability": 0.62158203125}, {"start": 1013.33, "end": 1013.53, "word": " you", "probability": 0.8681640625}, {"start": 1013.53, "end": 1013.85, "word": " designed.", "probability": 0.61474609375}, {"start": 1013.97, "end": 1014.27, "word": " Supposedly,", "probability": 0.6797688802083334}, {"start": 1014.45, "end": 1014.63, "word": " we", "probability": 0.68115234375}, {"start": 1014.63, "end": 1014.63, "word": " designed", "probability": 0.89013671875}, {"start": 1014.63, "end": 1014.75, "word": " it", "probability": 0.8759765625}, {"start": 1014.75, "end": 1014.89, "word": " according", "probability": 0.2161865234375}, {"start": 1014.89, "end": 1014.99, "word": " to", "probability": 0.96142578125}, {"start": 1014.99, "end": 1015.23, "word": " what?", "probability": 0.671875}, {"start": 1015.57, "end": 1015.93, "word": " According", "probability": 0.6748046875}, {"start": 1015.93, "end": 1016.05, "word": " to", "probability": 0.966796875}, {"start": 1016.05, "end": 1016.19, "word": " the", "probability": 0.89794921875}, {"start": 1016.19, "end": 1016.41, "word": " screen.", "probability": 0.78369140625}, {"start": 1016.85, "end": 1017.03, "word": " So,", "probability": 0.71044921875}, {"start": 1017.09, "end": 1017.13, "word": " I", "probability": 0.94287109375}, {"start": 1017.13, "end": 1017.19, "word": " want", "probability": 0.45654296875}, {"start": 1017.19, "end": 1017.27, "word": " to", "probability": 0.9658203125}, {"start": 1017.27, "end": 1017.37, "word": " tell", "probability": 0.501953125}, {"start": 1017.37, "end": 1017.49, "word": " you", "probability": 0.88330078125}, {"start": 1017.49, "end": 1017.59, "word": " that", "probability": 0.445068359375}, {"start": 1017.59, "end": 1017.89, "word": " I", "probability": 0.9638671875}, {"start": 1017.89, "end": 1017.89, "word": " found,", "probability": 0.82470703125}, {"start": 1018.07, "end": 1018.39, "word": " put", "probability": 0.73193359375}, {"start": 1018.39, "end": 1018.51, "word": " the", "probability": 0.91015625}, {"start": 1018.51, "end": 1018.51, "word": " second", "probability": 0.884765625}, {"start": 1018.51, "end": 1019.41, "word": " parameter", "probability": 0.974609375}, {"start": 1019.41, "end": 1020.23, "word": " as", "probability": 0.63037109375}, {"start": 1020.23, "end": 1022.07, "word": " parent.", "probability": 0.90380859375}, {"start": 1024.11, "end": 1024.31, "word": " Correct?", "probability": 0.283447265625}, {"start": 1024.93, "end": 1025.29, "word": " And", "probability": 0.87451171875}, {"start": 1025.29, "end": 1025.47, "word": " there", "probability": 0.81640625}, {"start": 1025.47, "end": 1025.47, "word": " is", "probability": 0.90625}, {"start": 1025.47, "end": 1025.55, "word": " a", "probability": 0.9111328125}, {"start": 1025.55, "end": 1025.55, "word": " third", "probability": 0.95166015625}, {"start": 1025.55, "end": 1026.05, "word": " parameter.", "probability": 0.9765625}], "temperature": 1.0}, {"id": 41, "seek": 104075, "start": 1027.37, "end": 1040.75, "text": " We want to put false. What are these? Did you get it? The first parameter is the layout, got it? Parent, now, means tell me, your element, you want it to take the property of whom?", "tokens": [492, 528, 281, 829, 7908, 13, 708, 366, 613, 30, 2589, 291, 483, 309, 30, 440, 700, 13075, 307, 264, 13333, 11, 658, 309, 30, 44717, 11, 586, 11, 1355, 980, 385, 11, 428, 4478, 11, 291, 528, 309, 281, 747, 264, 4707, 295, 7101, 30], "avg_logprob": -0.7819149113715963, "compression_ratio": 1.3507462686567164, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1027.37, "end": 1027.55, "word": " We", "probability": 0.164306640625}, {"start": 1027.55, "end": 1027.71, "word": " want", "probability": 0.1448974609375}, {"start": 1027.71, "end": 1027.75, "word": " to", "probability": 0.95166015625}, {"start": 1027.75, "end": 1027.99, "word": " put", "probability": 0.332763671875}, {"start": 1027.99, "end": 1028.53, "word": " false.", "probability": 0.3115234375}, {"start": 1028.83, "end": 1029.11, "word": " What", "probability": 0.5068359375}, {"start": 1029.11, "end": 1029.17, "word": " are", "probability": 0.61767578125}, {"start": 1029.17, "end": 1029.35, "word": " these?", "probability": 0.63330078125}, {"start": 1029.93, "end": 1030.23, "word": " Did", "probability": 0.1474609375}, {"start": 1030.23, "end": 1030.29, "word": " you", "probability": 0.95556640625}, {"start": 1030.29, "end": 1030.39, "word": " get", "probability": 0.302734375}, {"start": 1030.39, "end": 1030.47, "word": " it?", "probability": 0.830078125}, {"start": 1030.49, "end": 1030.63, "word": " The", "probability": 0.70068359375}, {"start": 1030.63, "end": 1030.75, "word": " first", "probability": 0.83642578125}, {"start": 1030.75, "end": 1031.01, "word": " parameter", "probability": 0.9580078125}, {"start": 1031.01, "end": 1031.49, "word": " is", "probability": 0.74267578125}, {"start": 1031.49, "end": 1031.49, "word": " the", "probability": 0.3330078125}, {"start": 1031.49, "end": 1031.79, "word": " layout,", "probability": 0.876953125}, {"start": 1031.85, "end": 1032.05, "word": " got", "probability": 0.21875}, {"start": 1032.05, "end": 1032.31, "word": " it?", "probability": 0.9541015625}, {"start": 1032.91, "end": 1033.27, "word": " Parent,", "probability": 0.48583984375}, {"start": 1033.91, "end": 1034.33, "word": " now,", "probability": 0.46337890625}, {"start": 1034.89, "end": 1035.17, "word": " means", "probability": 0.3544921875}, {"start": 1035.17, "end": 1035.49, "word": " tell", "probability": 0.1318359375}, {"start": 1035.49, "end": 1035.75, "word": " me,", "probability": 0.64404296875}, {"start": 1036.55, "end": 1037.33, "word": " your", "probability": 0.35400390625}, {"start": 1037.33, "end": 1037.77, "word": " element,", "probability": 0.33251953125}, {"start": 1039.05, "end": 1039.23, "word": " you", "probability": 0.32568359375}, {"start": 1039.23, "end": 1039.43, "word": " want", "probability": 0.8369140625}, {"start": 1039.43, "end": 1039.61, "word": " it", "probability": 0.70703125}, {"start": 1039.61, "end": 1039.79, "word": " to", "probability": 0.92236328125}, {"start": 1039.79, "end": 1039.97, "word": " take", "probability": 0.67333984375}, {"start": 1039.97, "end": 1040.03, "word": " the", "probability": 0.1448974609375}, {"start": 1040.03, "end": 1040.33, "word": " property", "probability": 0.390380859375}, {"start": 1040.33, "end": 1040.59, "word": " of", "probability": 0.94287109375}, {"start": 1040.59, "end": 1040.75, "word": " whom?", "probability": 0.52978515625}], "temperature": 1.0}, {"id": 42, "seek": 106699, "start": 1041.89, "end": 1066.99, "text": " The parent, who is the parent of the item? The list view, right or wrong? Or the recycler view? The recycler view is the width and the height of the screen So if you pass the parent here, it means that the width and the height of the element here will be the same width and height of the parent So this is only, you pass the parent here on the basis that the layout properties of the parent are related to whom?", "tokens": [440, 2596, 11, 567, 307, 264, 2596, 295, 264, 3174, 30, 440, 1329, 1910, 11, 558, 420, 2085, 30, 1610, 264, 12036, 66, 1918, 1910, 30, 440, 12036, 66, 1918, 1910, 307, 264, 11402, 293, 264, 6681, 295, 264, 2568, 407, 498, 291, 1320, 264, 2596, 510, 11, 309, 1355, 300, 264, 11402, 293, 264, 6681, 295, 264, 4478, 510, 486, 312, 264, 912, 11402, 293, 6681, 295, 264, 2596, 407, 341, 307, 787, 11, 291, 1320, 264, 2596, 510, 322, 264, 5143, 300, 264, 13333, 7221, 295, 264, 2596, 366, 4077, 281, 7101, 30], "avg_logprob": -0.4479166803260644, "compression_ratio": 2.134715025906736, "no_speech_prob": 0.0, "words": [{"start": 1041.8899999999999, "end": 1042.37, "word": " The", "probability": 0.1787109375}, {"start": 1042.37, "end": 1042.65, "word": " parent,", "probability": 0.76513671875}, {"start": 1042.73, "end": 1042.89, "word": " who", "probability": 0.736328125}, {"start": 1042.89, "end": 1043.05, "word": " is", "probability": 0.8779296875}, {"start": 1043.05, "end": 1043.17, "word": " the", "probability": 0.802734375}, {"start": 1043.17, "end": 1043.47, "word": " parent", "probability": 0.94384765625}, {"start": 1043.47, "end": 1043.67, "word": " of", "probability": 0.892578125}, {"start": 1043.67, "end": 1043.77, "word": " the", "probability": 0.8193359375}, {"start": 1043.77, "end": 1044.17, "word": " item?", "probability": 0.93896484375}, {"start": 1044.51, "end": 1044.63, "word": " The", "probability": 0.4111328125}, {"start": 1044.63, "end": 1044.83, "word": " list", "probability": 0.7197265625}, {"start": 1044.83, "end": 1045.17, "word": " view,", "probability": 0.64404296875}, {"start": 1045.65, "end": 1045.89, "word": " right", "probability": 0.52294921875}, {"start": 1045.89, "end": 1046.13, "word": " or", "probability": 0.548828125}, {"start": 1046.13, "end": 1046.17, "word": " wrong?", "probability": 0.63623046875}, {"start": 1046.43, "end": 1046.59, "word": " Or", "probability": 0.7705078125}, {"start": 1046.59, "end": 1046.67, "word": " the", "probability": 0.496337890625}, {"start": 1046.67, "end": 1047.09, "word": " recycler", "probability": 0.82080078125}, {"start": 1047.09, "end": 1047.35, "word": " view?", "probability": 0.884765625}, {"start": 1047.57, "end": 1047.87, "word": " The", "probability": 0.59228515625}, {"start": 1047.87, "end": 1048.29, "word": " recycler", "probability": 0.8185221354166666}, {"start": 1048.29, "end": 1048.59, "word": " view", "probability": 0.88671875}, {"start": 1048.59, "end": 1048.79, "word": " is", "probability": 0.44189453125}, {"start": 1048.79, "end": 1048.83, "word": " the", "probability": 0.5986328125}, {"start": 1048.83, "end": 1049.05, "word": " width", "probability": 0.7763671875}, {"start": 1049.05, "end": 1049.27, "word": " and", "probability": 0.921875}, {"start": 1049.27, "end": 1049.31, "word": " the", "probability": 0.38916015625}, {"start": 1049.31, "end": 1049.53, "word": " height", "probability": 0.9453125}, {"start": 1049.53, "end": 1049.75, "word": " of", "probability": 0.7060546875}, {"start": 1049.75, "end": 1050.59, "word": " the", "probability": 0.58740234375}, {"start": 1050.59, "end": 1050.71, "word": " screen", "probability": 0.4111328125}, {"start": 1050.71, "end": 1052.25, "word": " So", "probability": 0.382568359375}, {"start": 1052.25, "end": 1052.59, "word": " if", "probability": 0.63916015625}, {"start": 1052.59, "end": 1053.09, "word": " you", "probability": 0.93310546875}, {"start": 1053.09, "end": 1053.25, "word": " pass", "probability": 0.276611328125}, {"start": 1053.25, "end": 1053.71, "word": " the", "probability": 0.60302734375}, {"start": 1053.71, "end": 1054.29, "word": " parent", "probability": 0.83935546875}, {"start": 1054.29, "end": 1054.43, "word": " here,", "probability": 0.7421875}, {"start": 1054.51, "end": 1054.77, "word": " it", "probability": 0.415283203125}, {"start": 1054.77, "end": 1055.11, "word": " means", "probability": 0.89453125}, {"start": 1055.11, "end": 1055.41, "word": " that", "probability": 0.8388671875}, {"start": 1055.41, "end": 1055.51, "word": " the", "probability": 0.861328125}, {"start": 1055.51, "end": 1055.69, "word": " width", "probability": 0.8974609375}, {"start": 1055.69, "end": 1055.91, "word": " and", "probability": 0.93017578125}, {"start": 1055.91, "end": 1055.99, "word": " the", "probability": 0.72314453125}, {"start": 1055.99, "end": 1056.21, "word": " height", "probability": 0.94921875}, {"start": 1056.21, "end": 1056.35, "word": " of", "probability": 0.89306640625}, {"start": 1056.35, "end": 1056.43, "word": " the", "probability": 0.66845703125}, {"start": 1056.43, "end": 1056.67, "word": " element", "probability": 0.378662109375}, {"start": 1056.67, "end": 1057.09, "word": " here", "probability": 0.64501953125}, {"start": 1057.09, "end": 1057.29, "word": " will", "probability": 0.326904296875}, {"start": 1057.29, "end": 1057.79, "word": " be", "probability": 0.8193359375}, {"start": 1057.79, "end": 1057.91, "word": " the", "probability": 0.82080078125}, {"start": 1057.91, "end": 1058.09, "word": " same", "probability": 0.5810546875}, {"start": 1058.09, "end": 1058.09, "word": " width", "probability": 0.5966796875}, {"start": 1058.09, "end": 1058.27, "word": " and", "probability": 0.9267578125}, {"start": 1058.27, "end": 1058.53, "word": " height", "probability": 0.75927734375}, {"start": 1058.53, "end": 1058.71, "word": " of", "probability": 0.90087890625}, {"start": 1058.71, "end": 1059.01, "word": " the", "probability": 0.50390625}, {"start": 1059.01, "end": 1060.05, "word": " parent", "probability": 0.9013671875}, {"start": 1060.05, "end": 1060.81, "word": " So", "probability": 0.390380859375}, {"start": 1060.81, "end": 1061.07, "word": " this", "probability": 0.302490234375}, {"start": 1061.07, "end": 1061.15, "word": " is", "probability": 0.82763671875}, {"start": 1061.15, "end": 1061.41, "word": " only,", "probability": 0.282470703125}, {"start": 1061.51, "end": 1061.67, "word": " you", "probability": 0.890625}, {"start": 1061.67, "end": 1061.97, "word": " pass", "probability": 0.70849609375}, {"start": 1061.97, "end": 1062.17, "word": " the", "probability": 0.8759765625}, {"start": 1062.17, "end": 1062.47, "word": " parent", "probability": 0.927734375}, {"start": 1062.47, "end": 1062.87, "word": " here", "probability": 0.8369140625}, {"start": 1062.87, "end": 1063.39, "word": " on", "probability": 0.277099609375}, {"start": 1063.39, "end": 1063.55, "word": " the", "probability": 0.85400390625}, {"start": 1063.55, "end": 1063.87, "word": " basis", "probability": 0.85302734375}, {"start": 1063.87, "end": 1064.31, "word": " that", "probability": 0.8505859375}, {"start": 1064.31, "end": 1064.63, "word": " the", "probability": 0.82275390625}, {"start": 1064.63, "end": 1065.39, "word": " layout", "probability": 0.7529296875}, {"start": 1065.39, "end": 1065.39, "word": " properties", "probability": 0.39111328125}, {"start": 1065.39, "end": 1065.73, "word": " of", "probability": 0.93115234375}, {"start": 1065.73, "end": 1065.93, "word": " the", "probability": 0.89990234375}, {"start": 1065.93, "end": 1066.19, "word": " parent", "probability": 0.9345703125}, {"start": 1066.19, "end": 1066.37, "word": " are", "probability": 0.52001953125}, {"start": 1066.37, "end": 1066.61, "word": " related", "probability": 0.039886474609375}, {"start": 1066.61, "end": 1066.75, "word": " to", "probability": 0.966796875}, {"start": 1066.75, "end": 1066.99, "word": " whom?", "probability": 0.6396484375}], "temperature": 1.0}, {"id": 43, "seek": 109426, "start": 1067.64, "end": 1094.26, "text": " For the item, if I put here money, it will work normally, but the element will have a small size because it did not take the width and height of the parent and tried it at home by itself. But it was correct in the list view. Here it does not work until you put the parent. Why don't you tell me? They are like that, okay? Okay, the last thing, what is written here? I put false. What is false here?", "tokens": [1171, 264, 3174, 11, 498, 286, 829, 510, 1460, 11, 309, 486, 589, 5646, 11, 457, 264, 4478, 486, 362, 257, 1359, 2744, 570, 309, 630, 406, 747, 264, 11402, 293, 6681, 295, 264, 2596, 293, 3031, 309, 412, 1280, 538, 2564, 13, 583, 309, 390, 3006, 294, 264, 1329, 1910, 13, 1692, 309, 775, 406, 589, 1826, 291, 829, 264, 2596, 13, 1545, 500, 380, 291, 980, 385, 30, 814, 366, 411, 300, 11, 1392, 30, 1033, 11, 264, 1036, 551, 11, 437, 307, 3720, 510, 30, 286, 829, 7908, 13, 708, 307, 7908, 510, 30], "avg_logprob": -0.5127551178542935, "compression_ratio": 1.6352459016393444, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1067.64, "end": 1067.82, "word": " For", "probability": 0.1912841796875}, {"start": 1067.82, "end": 1067.94, "word": " the", "probability": 0.64794921875}, {"start": 1067.94, "end": 1068.24, "word": " item,", "probability": 0.869140625}, {"start": 1068.7, "end": 1068.96, "word": " if", "probability": 0.82373046875}, {"start": 1068.96, "end": 1069.06, "word": " I", "probability": 0.4951171875}, {"start": 1069.06, "end": 1069.34, "word": " put", "probability": 0.56494140625}, {"start": 1069.34, "end": 1069.58, "word": " here", "probability": 0.468017578125}, {"start": 1069.58, "end": 1069.76, "word": " money,", "probability": 0.190673828125}, {"start": 1069.84, "end": 1069.9, "word": " it", "probability": 0.86328125}, {"start": 1069.9, "end": 1069.98, "word": " will", "probability": 0.429443359375}, {"start": 1069.98, "end": 1070.32, "word": " work", "probability": 0.81201171875}, {"start": 1070.32, "end": 1070.84, "word": " normally,", "probability": 0.307861328125}, {"start": 1071.16, "end": 1071.24, "word": " but", "probability": 0.88525390625}, {"start": 1071.24, "end": 1071.4, "word": " the", "probability": 0.693359375}, {"start": 1071.4, "end": 1071.6, "word": " element", "probability": 0.1689453125}, {"start": 1071.6, "end": 1071.76, "word": " will", "probability": 0.76171875}, {"start": 1071.76, "end": 1071.92, "word": " have", "probability": 0.421630859375}, {"start": 1071.92, "end": 1071.98, "word": " a", "probability": 0.81201171875}, {"start": 1071.98, "end": 1071.98, "word": " small", "probability": 0.67138671875}, {"start": 1071.98, "end": 1072.2, "word": " size", "probability": 0.78857421875}, {"start": 1072.2, "end": 1073.26, "word": " because", "probability": 0.3623046875}, {"start": 1073.26, "end": 1073.4, "word": " it", "probability": 0.849609375}, {"start": 1073.4, "end": 1073.46, "word": " did", "probability": 0.425537109375}, {"start": 1073.46, "end": 1073.46, "word": " not", "probability": 0.94384765625}, {"start": 1073.46, "end": 1073.78, "word": " take", "probability": 0.5244140625}, {"start": 1073.78, "end": 1073.94, "word": " the", "probability": 0.78662109375}, {"start": 1073.94, "end": 1074.14, "word": " width", "probability": 0.64697265625}, {"start": 1074.14, "end": 1074.32, "word": " and", "probability": 0.90625}, {"start": 1074.32, "end": 1074.58, "word": " height", "probability": 0.75634765625}, {"start": 1074.58, "end": 1074.84, "word": " of", "probability": 0.90869140625}, {"start": 1074.84, "end": 1075.86, "word": " the", "probability": 0.8564453125}, {"start": 1075.86, "end": 1076.14, "word": " parent", "probability": 0.85107421875}, {"start": 1076.14, "end": 1076.3, "word": " and", "probability": 0.56103515625}, {"start": 1076.3, "end": 1076.52, "word": " tried", "probability": 0.177734375}, {"start": 1076.52, "end": 1076.64, "word": " it", "probability": 0.82958984375}, {"start": 1076.64, "end": 1076.72, "word": " at", "probability": 0.440185546875}, {"start": 1076.72, "end": 1076.94, "word": " home", "probability": 0.8720703125}, {"start": 1076.94, "end": 1077.04, "word": " by", "probability": 0.42138671875}, {"start": 1077.04, "end": 1077.32, "word": " itself.", "probability": 0.802734375}, {"start": 1081.28, "end": 1081.68, "word": " But", "probability": 0.2646484375}, {"start": 1081.68, "end": 1082.74, "word": " it", "probability": 0.72509765625}, {"start": 1082.74, "end": 1082.76, "word": " was", "probability": 0.57080078125}, {"start": 1082.76, "end": 1083.02, "word": " correct", "probability": 0.4619140625}, {"start": 1083.02, "end": 1083.18, "word": " in", "probability": 0.79541015625}, {"start": 1083.18, "end": 1083.26, "word": " the", "probability": 0.900390625}, {"start": 1083.26, "end": 1083.42, "word": " list", "probability": 0.63037109375}, {"start": 1083.42, "end": 1083.6, "word": " view.", "probability": 0.56005859375}, {"start": 1083.66, "end": 1083.9, "word": " Here", "probability": 0.5205078125}, {"start": 1083.9, "end": 1083.96, "word": " it", "probability": 0.6318359375}, {"start": 1083.96, "end": 1084.04, "word": " does", "probability": 0.55615234375}, {"start": 1084.04, "end": 1084.3, "word": " not", "probability": 0.94677734375}, {"start": 1084.3, "end": 1084.3, "word": " work", "probability": 0.76806640625}, {"start": 1084.3, "end": 1084.5, "word": " until", "probability": 0.416748046875}, {"start": 1084.5, "end": 1084.7, "word": " you", "probability": 0.56982421875}, {"start": 1084.7, "end": 1084.94, "word": " put", "probability": 0.69775390625}, {"start": 1084.94, "end": 1085.78, "word": " the", "probability": 0.60009765625}, {"start": 1085.78, "end": 1086.06, "word": " parent.", "probability": 0.89794921875}, {"start": 1086.16, "end": 1086.54, "word": " Why", "probability": 0.7822265625}, {"start": 1086.54, "end": 1086.64, "word": " don't", "probability": 0.6961669921875}, {"start": 1086.64, "end": 1086.76, "word": " you", "probability": 0.9296875}, {"start": 1086.76, "end": 1086.9, "word": " tell", "probability": 0.462890625}, {"start": 1086.9, "end": 1087.12, "word": " me?", "probability": 0.78125}, {"start": 1087.5, "end": 1087.88, "word": " They", "probability": 0.42626953125}, {"start": 1087.88, "end": 1087.98, "word": " are", "probability": 0.79052734375}, {"start": 1087.98, "end": 1088.1, "word": " like", "probability": 0.81640625}, {"start": 1088.1, "end": 1088.36, "word": " that,", "probability": 0.751953125}, {"start": 1088.4, "end": 1088.64, "word": " okay?", "probability": 0.595703125}, {"start": 1089.36, "end": 1089.6, "word": " Okay,", "probability": 0.51318359375}, {"start": 1089.96, "end": 1090.12, "word": " the", "probability": 0.501953125}, {"start": 1090.12, "end": 1090.26, "word": " last", "probability": 0.86181640625}, {"start": 1090.26, "end": 1090.58, "word": " thing,", "probability": 0.8564453125}, {"start": 1090.6, "end": 1090.76, "word": " what", "probability": 0.83837890625}, {"start": 1090.76, "end": 1090.8, "word": " is", "probability": 0.76806640625}, {"start": 1090.8, "end": 1091.02, "word": " written", "probability": 0.90283203125}, {"start": 1091.02, "end": 1091.22, "word": " here?", "probability": 0.84814453125}, {"start": 1091.28, "end": 1091.3, "word": " I", "probability": 0.97802734375}, {"start": 1091.3, "end": 1091.6, "word": " put", "probability": 0.87109375}, {"start": 1091.6, "end": 1092.78, "word": " false.", "probability": 0.61328125}, {"start": 1093.42, "end": 1093.82, "word": " What", "probability": 0.884765625}, {"start": 1093.82, "end": 1093.9, "word": " is", "probability": 0.81201171875}, {"start": 1093.9, "end": 1094.08, "word": " false", "probability": 0.88134765625}, {"start": 1094.08, "end": 1094.26, "word": " here?", "probability": 0.62841796875}], "temperature": 1.0}, {"id": 44, "seek": 112186, "start": 1096.33, "end": 1121.87, "text": " You told me that you want to make an inflate for this layout and you want it to take the parent's properties. Do you want to link it to the parent? Do you want to add it to the parent? What did I write here? False. I did not add it to the parent because the adapter and the RecyclerView at the right time link it. Okay? So I told him that it is false. But I passed the parent because the properties were given to whom? To the item that we want to make it inflate.", "tokens": [509, 1907, 385, 300, 291, 528, 281, 652, 364, 9922, 473, 337, 341, 13333, 293, 291, 528, 309, 281, 747, 264, 2596, 311, 7221, 13, 1144, 291, 528, 281, 2113, 309, 281, 264, 2596, 30, 1144, 291, 528, 281, 909, 309, 281, 264, 2596, 30, 708, 630, 286, 2464, 510, 30, 50040, 13, 286, 630, 406, 909, 309, 281, 264, 2596, 570, 264, 22860, 293, 264, 1300, 14796, 81, 30203, 412, 264, 558, 565, 2113, 309, 13, 1033, 30, 407, 286, 1907, 796, 300, 309, 307, 7908, 13, 583, 286, 4678, 264, 2596, 570, 264, 7221, 645, 2212, 281, 7101, 30, 1407, 264, 3174, 300, 321, 528, 281, 652, 309, 9922, 473, 13], "avg_logprob": -0.5150767606601381, "compression_ratio": 1.9414225941422594, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1096.33, "end": 1096.73, "word": " You", "probability": 0.0909423828125}, {"start": 1096.73, "end": 1097.13, "word": " told", "probability": 0.2548828125}, {"start": 1097.13, "end": 1097.41, "word": " me", "probability": 0.87841796875}, {"start": 1097.41, "end": 1097.61, "word": " that", "probability": 0.271728515625}, {"start": 1097.61, "end": 1098.37, "word": " you", "probability": 0.68310546875}, {"start": 1098.37, "end": 1098.49, "word": " want", "probability": 0.55810546875}, {"start": 1098.49, "end": 1099.03, "word": " to", "probability": 0.7978515625}, {"start": 1099.03, "end": 1099.19, "word": " make", "probability": 0.335205078125}, {"start": 1099.19, "end": 1099.33, "word": " an", "probability": 0.44970703125}, {"start": 1099.33, "end": 1099.67, "word": " inflate", "probability": 0.80078125}, {"start": 1099.67, "end": 1099.77, "word": " for", "probability": 0.517578125}, {"start": 1099.77, "end": 1099.85, "word": " this", "probability": 0.395751953125}, {"start": 1099.85, "end": 1100.21, "word": " layout", "probability": 0.92626953125}, {"start": 1100.21, "end": 1100.85, "word": " and", "probability": 0.48095703125}, {"start": 1100.85, "end": 1100.87, "word": " you", "probability": 0.60595703125}, {"start": 1100.87, "end": 1101.03, "word": " want", "probability": 0.783203125}, {"start": 1101.03, "end": 1101.35, "word": " it", "probability": 0.217529296875}, {"start": 1101.35, "end": 1101.41, "word": " to", "probability": 0.90283203125}, {"start": 1101.41, "end": 1101.57, "word": " take", "probability": 0.51220703125}, {"start": 1101.57, "end": 1102.05, "word": " the", "probability": 0.48583984375}, {"start": 1102.05, "end": 1102.23, "word": " parent's", "probability": 0.524169921875}, {"start": 1102.23, "end": 1102.23, "word": " properties.", "probability": 0.52001953125}, {"start": 1102.25, "end": 1102.57, "word": " Do", "probability": 0.489990234375}, {"start": 1102.57, "end": 1102.73, "word": " you", "probability": 0.95654296875}, {"start": 1102.73, "end": 1102.83, "word": " want", "probability": 0.79736328125}, {"start": 1102.83, "end": 1103.11, "word": " to", "probability": 0.90380859375}, {"start": 1103.11, "end": 1103.29, "word": " link", "probability": 0.29931640625}, {"start": 1103.29, "end": 1103.45, "word": " it", "probability": 0.640625}, {"start": 1103.45, "end": 1103.51, "word": " to", "probability": 0.67724609375}, {"start": 1103.51, "end": 1103.61, "word": " the", "probability": 0.8466796875}, {"start": 1103.61, "end": 1103.83, "word": " parent?", "probability": 0.93603515625}, {"start": 1103.95, "end": 1104.03, "word": " Do", "probability": 0.84228515625}, {"start": 1104.03, "end": 1104.07, "word": " you", "probability": 0.9609375}, {"start": 1104.07, "end": 1104.43, "word": " want", "probability": 0.8662109375}, {"start": 1104.43, "end": 1104.59, "word": " to", "probability": 0.796875}, {"start": 1104.59, "end": 1104.77, "word": " add", "probability": 0.59619140625}, {"start": 1104.77, "end": 1104.87, "word": " it", "probability": 0.79931640625}, {"start": 1104.87, "end": 1104.97, "word": " to", "probability": 0.84912109375}, {"start": 1104.97, "end": 1105.07, "word": " the", "probability": 0.8798828125}, {"start": 1105.07, "end": 1105.35, "word": " parent?", "probability": 0.9404296875}, {"start": 1105.95, "end": 1106.35, "word": " What", "probability": 0.269287109375}, {"start": 1106.35, "end": 1106.35, "word": " did", "probability": 0.7568359375}, {"start": 1106.35, "end": 1106.49, "word": " I", "probability": 0.939453125}, {"start": 1106.49, "end": 1106.73, "word": " write", "probability": 0.7841796875}, {"start": 1106.73, "end": 1107.07, "word": " here?", "probability": 0.79931640625}, {"start": 1107.49, "end": 1107.89, "word": " False.", "probability": 0.91162109375}, {"start": 1108.37, "end": 1108.55, "word": " I", "probability": 0.416259765625}, {"start": 1108.55, "end": 1108.61, "word": " did", "probability": 0.3857421875}, {"start": 1108.61, "end": 1108.61, "word": " not", "probability": 0.9443359375}, {"start": 1108.61, "end": 1108.79, "word": " add", "probability": 0.748046875}, {"start": 1108.79, "end": 1108.95, "word": " it", "probability": 0.83154296875}, {"start": 1108.95, "end": 1109.07, "word": " to", "probability": 0.89453125}, {"start": 1109.07, "end": 1109.19, "word": " the", "probability": 0.88134765625}, {"start": 1109.19, "end": 1109.45, "word": " parent", "probability": 0.93017578125}, {"start": 1109.45, "end": 1109.87, "word": " because", "probability": 0.73291015625}, {"start": 1109.87, "end": 1110.59, "word": " the", "probability": 0.515625}, {"start": 1110.59, "end": 1110.99, "word": " adapter", "probability": 0.6904296875}, {"start": 1110.99, "end": 1111.25, "word": " and", "probability": 0.63037109375}, {"start": 1111.25, "end": 1111.41, "word": " the", "probability": 0.449951171875}, {"start": 1111.41, "end": 1112.07, "word": " RecyclerView", "probability": 0.573760986328125}, {"start": 1112.07, "end": 1112.17, "word": " at", "probability": 0.2030029296875}, {"start": 1112.17, "end": 1112.59, "word": " the", "probability": 0.88134765625}, {"start": 1112.59, "end": 1112.83, "word": " right", "probability": 0.58544921875}, {"start": 1112.83, "end": 1112.87, "word": " time", "probability": 0.85498046875}, {"start": 1112.87, "end": 1113.21, "word": " link", "probability": 0.291748046875}, {"start": 1113.21, "end": 1113.51, "word": " it.", "probability": 0.638671875}, {"start": 1114.13, "end": 1114.37, "word": " Okay?", "probability": 0.2183837890625}, {"start": 1114.87, "end": 1115.03, "word": " So", "probability": 0.701171875}, {"start": 1115.03, "end": 1115.21, "word": " I", "probability": 0.396240234375}, {"start": 1115.21, "end": 1115.39, "word": " told", "probability": 0.6328125}, {"start": 1115.39, "end": 1115.53, "word": " him", "probability": 0.6220703125}, {"start": 1115.53, "end": 1115.73, "word": " that", "probability": 0.274169921875}, {"start": 1115.73, "end": 1115.79, "word": " it", "probability": 0.455078125}, {"start": 1115.79, "end": 1115.79, "word": " is", "probability": 0.568359375}, {"start": 1115.79, "end": 1116.03, "word": " false.", "probability": 0.6806640625}, {"start": 1116.11, "end": 1116.37, "word": " But", "probability": 0.623046875}, {"start": 1116.37, "end": 1116.65, "word": " I", "probability": 0.89892578125}, {"start": 1116.65, "end": 1116.87, "word": " passed", "probability": 0.370849609375}, {"start": 1116.87, "end": 1117.11, "word": " the", "probability": 0.7138671875}, {"start": 1117.11, "end": 1117.41, "word": " parent", "probability": 0.91552734375}, {"start": 1117.41, "end": 1118.05, "word": " because", "probability": 0.4853515625}, {"start": 1118.05, "end": 1118.25, "word": " the", "probability": 0.36083984375}, {"start": 1118.25, "end": 1118.57, "word": " properties", "probability": 0.6162109375}, {"start": 1118.57, "end": 1118.79, "word": " were", "probability": 0.56689453125}, {"start": 1118.79, "end": 1119.05, "word": " given", "probability": 0.7275390625}, {"start": 1119.05, "end": 1119.17, "word": " to", "probability": 0.92333984375}, {"start": 1119.17, "end": 1119.37, "word": " whom?", "probability": 0.257080078125}, {"start": 1119.67, "end": 1119.91, "word": " To", "probability": 0.68115234375}, {"start": 1119.91, "end": 1119.97, "word": " the", "probability": 0.87451171875}, {"start": 1119.97, "end": 1120.25, "word": " item", "probability": 0.9345703125}, {"start": 1120.25, "end": 1120.39, "word": " that", "probability": 0.2344970703125}, {"start": 1120.39, "end": 1120.49, "word": " we", "probability": 0.6357421875}, {"start": 1120.49, "end": 1120.55, "word": " want", "probability": 0.43994140625}, {"start": 1120.55, "end": 1120.55, "word": " to", "probability": 0.95166015625}, {"start": 1120.55, "end": 1120.73, "word": " make", "probability": 0.73779296875}, {"start": 1120.73, "end": 1120.97, "word": " it", "probability": 0.52392578125}, {"start": 1120.97, "end": 1121.87, "word": " inflate.", "probability": 0.80126953125}], "temperature": 1.0}, {"id": 45, "seek": 114978, "start": 1123.28, "end": 1149.78, "text": " Ok, this is the result of LayoutInflater.from.inflater What does it return? Yes, it returns a view Here Now, take this view and pass it to the view holder to make it silent What is this? This is silent Now, look at me, these two lines that are here, they are equivalent to these lines", "tokens": [3477, 11, 341, 307, 264, 1874, 295, 20084, 346, 4575, 3423, 771, 13, 20579, 13, 259, 3423, 771, 708, 775, 309, 2736, 30, 1079, 11, 309, 11247, 257, 1910, 1692, 823, 11, 747, 341, 1910, 293, 1320, 309, 281, 264, 1910, 20349, 281, 652, 309, 12784, 708, 307, 341, 30, 639, 307, 12784, 823, 11, 574, 412, 385, 11, 613, 732, 3876, 300, 366, 510, 11, 436, 366, 10344, 281, 613, 3876], "avg_logprob": -0.5937500130640317, "compression_ratio": 1.6101694915254237, "no_speech_prob": 0.0, "words": [{"start": 1123.28, "end": 1123.58, "word": " Ok,", "probability": 0.1944580078125}, {"start": 1123.7, "end": 1124.0, "word": " this", "probability": 0.57373046875}, {"start": 1124.0, "end": 1124.14, "word": " is", "probability": 0.884765625}, {"start": 1124.14, "end": 1124.22, "word": " the", "probability": 0.79443359375}, {"start": 1124.22, "end": 1124.46, "word": " result", "probability": 0.8681640625}, {"start": 1124.46, "end": 1124.94, "word": " of", "probability": 0.84033203125}, {"start": 1124.94, "end": 1125.76, "word": " LayoutInflater", "probability": 0.78046875}, {"start": 1125.76, "end": 1126.28, "word": ".from", "probability": 0.63427734375}, {"start": 1126.28, "end": 1126.86, "word": ".inflater", "probability": 0.66680908203125}, {"start": 1126.86, "end": 1127.02, "word": " What", "probability": 0.1617431640625}, {"start": 1127.02, "end": 1127.1, "word": " does", "probability": 0.49609375}, {"start": 1127.1, "end": 1127.16, "word": " it", "probability": 0.7138671875}, {"start": 1127.16, "end": 1127.4, "word": " return?", "probability": 0.4326171875}, {"start": 1128.02, "end": 1128.26, "word": " Yes,", "probability": 0.343017578125}, {"start": 1128.38, "end": 1128.46, "word": " it", "probability": 0.86767578125}, {"start": 1128.46, "end": 1128.86, "word": " returns", "probability": 0.80908203125}, {"start": 1128.86, "end": 1129.44, "word": " a", "probability": 0.434814453125}, {"start": 1129.44, "end": 1129.62, "word": " view", "probability": 0.7265625}, {"start": 1129.62, "end": 1130.54, "word": " Here", "probability": 0.185791015625}, {"start": 1130.54, "end": 1134.74, "word": " Now,", "probability": 0.54443359375}, {"start": 1134.8, "end": 1135.08, "word": " take", "probability": 0.4853515625}, {"start": 1135.08, "end": 1135.28, "word": " this", "probability": 0.91015625}, {"start": 1135.28, "end": 1135.68, "word": " view", "probability": 0.84716796875}, {"start": 1135.68, "end": 1135.94, "word": " and", "probability": 0.71728515625}, {"start": 1135.94, "end": 1136.1, "word": " pass", "probability": 0.23681640625}, {"start": 1136.1, "end": 1136.24, "word": " it", "probability": 0.673828125}, {"start": 1136.24, "end": 1136.36, "word": " to", "probability": 0.828125}, {"start": 1136.36, "end": 1136.72, "word": " the", "probability": 0.57275390625}, {"start": 1136.72, "end": 1136.88, "word": " view", "probability": 0.67333984375}, {"start": 1136.88, "end": 1137.14, "word": " holder", "probability": 0.3466796875}, {"start": 1137.14, "end": 1137.28, "word": " to", "probability": 0.52783203125}, {"start": 1137.28, "end": 1137.56, "word": " make", "probability": 0.384033203125}, {"start": 1137.56, "end": 1137.56, "word": " it", "probability": 0.7021484375}, {"start": 1137.56, "end": 1137.78, "word": " silent", "probability": 0.293212890625}, {"start": 1137.78, "end": 1137.98, "word": " What", "probability": 0.131591796875}, {"start": 1137.98, "end": 1137.98, "word": " is", "probability": 0.395263671875}, {"start": 1137.98, "end": 1138.8, "word": " this?", "probability": 0.5185546875}, {"start": 1139.16, "end": 1139.72, "word": " This", "probability": 0.65478515625}, {"start": 1139.72, "end": 1139.72, "word": " is", "probability": 0.931640625}, {"start": 1139.72, "end": 1140.0, "word": " silent", "probability": 0.4521484375}, {"start": 1140.0, "end": 1141.1, "word": " Now,", "probability": 0.82421875}, {"start": 1141.5, "end": 1141.72, "word": " look", "probability": 0.85009765625}, {"start": 1141.72, "end": 1141.82, "word": " at", "probability": 0.6083984375}, {"start": 1141.82, "end": 1142.12, "word": " me,", "probability": 0.69091796875}, {"start": 1142.56, "end": 1142.92, "word": " these", "probability": 0.71923828125}, {"start": 1142.92, "end": 1143.4, "word": " two", "probability": 0.7158203125}, {"start": 1143.4, "end": 1143.4, "word": " lines", "probability": 0.8603515625}, {"start": 1143.4, "end": 1145.02, "word": " that", "probability": 0.261962890625}, {"start": 1145.02, "end": 1145.14, "word": " are", "probability": 0.8515625}, {"start": 1145.14, "end": 1145.74, "word": " here,", "probability": 0.63134765625}, {"start": 1146.3, "end": 1146.52, "word": " they", "probability": 0.490234375}, {"start": 1146.52, "end": 1146.98, "word": " are", "probability": 0.13427734375}, {"start": 1146.98, "end": 1147.44, "word": " equivalent", "probability": 0.14453125}, {"start": 1147.44, "end": 1149.14, "word": " to", "probability": 0.88818359375}, {"start": 1149.14, "end": 1149.42, "word": " these", "probability": 0.77294921875}, {"start": 1149.42, "end": 1149.78, "word": " lines", "probability": 0.822265625}], "temperature": 1.0}, {"id": 46, "seek": 117924, "start": 1150.94, "end": 1179.24, "text": " What does it mean if convertView is done at the beginning? Right? It wasn't in the scroll yet. It will go and inflate, right or not? And then it will do findViewById. And then it will create a ViewHolder and put the elements in it. And it will do setTag. All of these are done by themselves. These two lines. How? The inflate is what is here. Right? Well, where are the findViewById?", "tokens": [708, 775, 309, 914, 498, 7620, 30203, 307, 1096, 412, 264, 2863, 30, 1779, 30, 467, 2067, 380, 294, 264, 11369, 1939, 13, 467, 486, 352, 293, 9922, 473, 11, 558, 420, 406, 30, 400, 550, 309, 486, 360, 915, 30203, 27690, 42739, 13, 400, 550, 309, 486, 1884, 257, 13909, 42347, 260, 293, 829, 264, 4959, 294, 309, 13, 400, 309, 486, 360, 992, 51, 559, 13, 1057, 295, 613, 366, 1096, 538, 552, 405, 75, 977, 13, 1981, 732, 3876, 13, 1012, 30, 440, 9922, 473, 307, 437, 307, 510, 13, 1779, 30, 1042, 11, 689, 366, 264, 915, 30203, 27690, 42739, 30], "avg_logprob": -0.5557193452457212, "compression_ratio": 1.6991150442477876, "no_speech_prob": 0.0, "words": [{"start": 1150.94, "end": 1151.44, "word": " What", "probability": 0.222412109375}, {"start": 1151.44, "end": 1151.74, "word": " does", "probability": 0.71923828125}, {"start": 1151.74, "end": 1151.78, "word": " it", "probability": 0.495849609375}, {"start": 1151.78, "end": 1151.78, "word": " mean", "probability": 0.951171875}, {"start": 1151.78, "end": 1152.4, "word": " if", "probability": 0.438720703125}, {"start": 1152.4, "end": 1153.12, "word": " convertView", "probability": 0.62841796875}, {"start": 1153.12, "end": 1153.3, "word": " is", "probability": 0.3935546875}, {"start": 1153.3, "end": 1153.48, "word": " done", "probability": 0.1629638671875}, {"start": 1153.48, "end": 1154.24, "word": " at", "probability": 0.28515625}, {"start": 1154.24, "end": 1154.4, "word": " the", "probability": 0.83447265625}, {"start": 1154.4, "end": 1154.76, "word": " beginning?", "probability": 0.71728515625}, {"start": 1154.98, "end": 1155.2, "word": " Right?", "probability": 0.185791015625}, {"start": 1155.34, "end": 1155.66, "word": " It", "probability": 0.35302734375}, {"start": 1155.66, "end": 1155.7, "word": " wasn't", "probability": 0.5921630859375}, {"start": 1155.7, "end": 1156.46, "word": " in", "probability": 0.46142578125}, {"start": 1156.46, "end": 1157.08, "word": " the", "probability": 0.529296875}, {"start": 1157.08, "end": 1157.44, "word": " scroll", "probability": 0.708984375}, {"start": 1157.44, "end": 1157.54, "word": " yet.", "probability": 0.7265625}, {"start": 1157.78, "end": 1158.12, "word": " It", "probability": 0.525390625}, {"start": 1158.12, "end": 1158.2, "word": " will", "probability": 0.6357421875}, {"start": 1158.2, "end": 1158.34, "word": " go", "probability": 0.333740234375}, {"start": 1158.34, "end": 1158.44, "word": " and", "probability": 0.70556640625}, {"start": 1158.44, "end": 1159.2, "word": " inflate,", "probability": 0.7208251953125}, {"start": 1159.68, "end": 1160.3, "word": " right", "probability": 0.662109375}, {"start": 1160.3, "end": 1160.5, "word": " or", "probability": 0.69677734375}, {"start": 1160.5, "end": 1160.6, "word": " not?", "probability": 0.33251953125}, {"start": 1160.76, "end": 1161.16, "word": " And", "probability": 0.50244140625}, {"start": 1161.16, "end": 1161.38, "word": " then", "probability": 0.7724609375}, {"start": 1161.38, "end": 1161.48, "word": " it", "probability": 0.67578125}, {"start": 1161.48, "end": 1161.54, "word": " will", "probability": 0.6357421875}, {"start": 1161.54, "end": 1161.72, "word": " do", "probability": 0.223388671875}, {"start": 1161.72, "end": 1162.8, "word": " findViewById.", "probability": 0.7261962890625}, {"start": 1163.08, "end": 1163.44, "word": " And", "probability": 0.76416015625}, {"start": 1163.44, "end": 1163.7, "word": " then", "probability": 0.779296875}, {"start": 1163.7, "end": 1163.82, "word": " it", "probability": 0.806640625}, {"start": 1163.82, "end": 1163.82, "word": " will", "probability": 0.59375}, {"start": 1163.82, "end": 1164.0, "word": " create", "probability": 0.748046875}, {"start": 1164.0, "end": 1164.16, "word": " a", "probability": 0.89990234375}, {"start": 1164.16, "end": 1164.7, "word": " ViewHolder", "probability": 0.6983235677083334}, {"start": 1164.7, "end": 1164.8, "word": " and", "probability": 0.70068359375}, {"start": 1164.8, "end": 1165.04, "word": " put", "probability": 0.473388671875}, {"start": 1165.04, "end": 1166.28, "word": " the", "probability": 0.359619140625}, {"start": 1166.28, "end": 1166.68, "word": " elements", "probability": 0.68359375}, {"start": 1166.68, "end": 1166.74, "word": " in", "probability": 0.64306640625}, {"start": 1166.74, "end": 1166.74, "word": " it.", "probability": 0.8583984375}, {"start": 1166.84, "end": 1166.86, "word": " And", "probability": 0.74365234375}, {"start": 1166.86, "end": 1166.96, "word": " it", "probability": 0.6533203125}, {"start": 1166.96, "end": 1166.96, "word": " will", "probability": 0.7529296875}, {"start": 1166.96, "end": 1167.26, "word": " do", "probability": 0.267822265625}, {"start": 1167.26, "end": 1167.92, "word": " setTag.", "probability": 0.7145182291666666}, {"start": 1168.1, "end": 1168.5, "word": " All", "probability": 0.591796875}, {"start": 1168.5, "end": 1168.78, "word": " of", "probability": 0.68212890625}, {"start": 1168.78, "end": 1168.78, "word": " these", "probability": 0.5859375}, {"start": 1168.78, "end": 1169.62, "word": " are", "probability": 0.224609375}, {"start": 1169.62, "end": 1170.96, "word": " done", "probability": 0.38134765625}, {"start": 1170.96, "end": 1171.12, "word": " by", "probability": 0.91064453125}, {"start": 1171.12, "end": 1171.12, "word": " themselves.", "probability": 0.600738525390625}, {"start": 1171.58, "end": 1171.68, "word": " These", "probability": 0.1593017578125}, {"start": 1171.68, "end": 1172.3, "word": " two", "probability": 0.830078125}, {"start": 1172.3, "end": 1172.32, "word": " lines.", "probability": 0.8037109375}, {"start": 1172.82, "end": 1173.26, "word": " How?", "probability": 0.92333984375}, {"start": 1173.76, "end": 1174.2, "word": " The", "probability": 0.505859375}, {"start": 1174.2, "end": 1174.84, "word": " inflate", "probability": 0.832763671875}, {"start": 1174.84, "end": 1175.36, "word": " is", "probability": 0.759765625}, {"start": 1175.36, "end": 1175.48, "word": " what", "probability": 0.56640625}, {"start": 1175.48, "end": 1175.5, "word": " is", "probability": 0.60693359375}, {"start": 1175.5, "end": 1175.9, "word": " here.", "probability": 0.393798828125}, {"start": 1176.4, "end": 1176.66, "word": " Right?", "probability": 0.8505859375}, {"start": 1177.66, "end": 1178.02, "word": " Well,", "probability": 0.1446533203125}, {"start": 1178.08, "end": 1178.32, "word": " where", "probability": 0.63330078125}, {"start": 1178.32, "end": 1178.32, "word": " are", "probability": 0.54150390625}, {"start": 1178.32, "end": 1178.4, "word": " the", "probability": 0.466552734375}, {"start": 1178.4, "end": 1179.24, "word": " findViewById?", "probability": 0.8514404296875}], "temperature": 1.0}, {"id": 47, "seek": 120919, "start": 1181.01, "end": 1209.19, "text": " Instead of putting it here, they put it in the view holder. They took the view and what did they do? Find the view by ID, and where did they put it? In the box. So all this code that he brought and stored in the view holder, where did they put it? In the constructor of the view holder. Exactly the same steps. But the difference is that the recycler of the view does not force you to make a view holder because it is not a request to be returned.", "tokens": [7156, 295, 3372, 309, 510, 11, 436, 829, 309, 294, 264, 1910, 20349, 13, 814, 1890, 264, 1910, 293, 437, 630, 436, 360, 30, 11809, 264, 1910, 538, 7348, 11, 293, 689, 630, 436, 829, 309, 30, 682, 264, 2424, 13, 407, 439, 341, 3089, 300, 415, 3038, 293, 12187, 294, 264, 1910, 20349, 11, 689, 630, 436, 829, 309, 30, 682, 264, 47479, 295, 264, 1910, 20349, 13, 7587, 264, 912, 4439, 13, 583, 264, 2649, 307, 300, 264, 12036, 66, 1918, 295, 264, 1910, 775, 406, 3464, 291, 281, 652, 257, 1910, 20349, 570, 309, 307, 406, 257, 5308, 281, 312, 8752, 13], "avg_logprob": -0.5079598809188267, "compression_ratio": 1.9063829787234043, "no_speech_prob": 0.0, "words": [{"start": 1181.01, "end": 1181.35, "word": " Instead", "probability": 0.58935546875}, {"start": 1181.35, "end": 1181.43, "word": " of", "probability": 0.9638671875}, {"start": 1181.43, "end": 1181.81, "word": " putting", "probability": 0.261962890625}, {"start": 1181.81, "end": 1181.93, "word": " it", "probability": 0.646484375}, {"start": 1181.93, "end": 1182.07, "word": " here,", "probability": 0.76416015625}, {"start": 1182.15, "end": 1182.21, "word": " they", "probability": 0.23876953125}, {"start": 1182.21, "end": 1182.41, "word": " put", "probability": 0.64794921875}, {"start": 1182.41, "end": 1182.55, "word": " it", "probability": 0.92041015625}, {"start": 1182.55, "end": 1182.87, "word": " in", "probability": 0.541015625}, {"start": 1182.87, "end": 1184.19, "word": " the", "probability": 0.7939453125}, {"start": 1184.19, "end": 1184.37, "word": " view", "probability": 0.5615234375}, {"start": 1184.37, "end": 1184.69, "word": " holder.", "probability": 0.6279296875}, {"start": 1184.87, "end": 1185.17, "word": " They", "probability": 0.5595703125}, {"start": 1185.17, "end": 1185.45, "word": " took", "probability": 0.62548828125}, {"start": 1185.45, "end": 1185.63, "word": " the", "probability": 0.84033203125}, {"start": 1185.63, "end": 1185.87, "word": " view", "probability": 0.87060546875}, {"start": 1185.87, "end": 1186.13, "word": " and", "probability": 0.8125}, {"start": 1186.13, "end": 1186.31, "word": " what", "probability": 0.1153564453125}, {"start": 1186.31, "end": 1186.31, "word": " did", "probability": 0.8544921875}, {"start": 1186.31, "end": 1186.57, "word": " they", "probability": 0.90087890625}, {"start": 1186.57, "end": 1186.57, "word": " do?", "probability": 0.95556640625}, {"start": 1187.21, "end": 1187.61, "word": " Find", "probability": 0.374755859375}, {"start": 1187.61, "end": 1187.75, "word": " the", "probability": 0.34765625}, {"start": 1187.75, "end": 1187.87, "word": " view", "probability": 0.81494140625}, {"start": 1187.87, "end": 1188.07, "word": " by", "probability": 0.94775390625}, {"start": 1188.07, "end": 1188.45, "word": " ID,", "probability": 0.7509765625}, {"start": 1188.69, "end": 1188.69, "word": " and", "probability": 0.81591796875}, {"start": 1188.69, "end": 1188.85, "word": " where", "probability": 0.382080078125}, {"start": 1188.85, "end": 1188.85, "word": " did", "probability": 0.7861328125}, {"start": 1188.85, "end": 1190.49, "word": " they", "probability": 0.802734375}, {"start": 1190.49, "end": 1190.77, "word": " put", "probability": 0.79150390625}, {"start": 1190.77, "end": 1190.87, "word": " it?", "probability": 0.271484375}, {"start": 1192.91, "end": 1193.31, "word": " In", "probability": 0.78759765625}, {"start": 1193.31, "end": 1193.37, "word": " the", "probability": 0.822265625}, {"start": 1193.37, "end": 1193.55, "word": " box.", "probability": 0.061431884765625}, {"start": 1193.63, "end": 1193.83, "word": " So", "probability": 0.2498779296875}, {"start": 1193.83, "end": 1194.09, "word": " all", "probability": 0.394775390625}, {"start": 1194.09, "end": 1194.21, "word": " this", "probability": 0.51513671875}, {"start": 1194.21, "end": 1194.51, "word": " code", "probability": 0.9365234375}, {"start": 1194.51, "end": 1195.41, "word": " that", "probability": 0.5068359375}, {"start": 1195.41, "end": 1195.85, "word": " he", "probability": 0.54052734375}, {"start": 1195.85, "end": 1195.89, "word": " brought", "probability": 0.5595703125}, {"start": 1195.89, "end": 1196.71, "word": " and", "probability": 0.505859375}, {"start": 1196.71, "end": 1197.03, "word": " stored", "probability": 0.71337890625}, {"start": 1197.03, "end": 1197.31, "word": " in", "probability": 0.56591796875}, {"start": 1197.31, "end": 1197.45, "word": " the", "probability": 0.87353515625}, {"start": 1197.45, "end": 1197.65, "word": " view", "probability": 0.87060546875}, {"start": 1197.65, "end": 1198.07, "word": " holder,", "probability": 0.84423828125}, {"start": 1198.91, "end": 1199.03, "word": " where", "probability": 0.197021484375}, {"start": 1199.03, "end": 1199.03, "word": " did", "probability": 0.908203125}, {"start": 1199.03, "end": 1199.03, "word": " they", "probability": 0.54443359375}, {"start": 1199.03, "end": 1199.27, "word": " put", "probability": 0.67138671875}, {"start": 1199.27, "end": 1199.29, "word": " it?", "probability": 0.9326171875}, {"start": 1199.75, "end": 1200.15, "word": " In", "probability": 0.94482421875}, {"start": 1200.15, "end": 1200.21, "word": " the", "probability": 0.9013671875}, {"start": 1200.21, "end": 1200.71, "word": " constructor", "probability": 0.492431640625}, {"start": 1200.71, "end": 1200.89, "word": " of", "probability": 0.7646484375}, {"start": 1200.89, "end": 1201.01, "word": " the", "probability": 0.88525390625}, {"start": 1201.01, "end": 1201.17, "word": " view", "probability": 0.85400390625}, {"start": 1201.17, "end": 1201.41, "word": " holder.", "probability": 0.80615234375}, {"start": 1202.11, "end": 1202.19, "word": " Exactly", "probability": 0.143798828125}, {"start": 1202.19, "end": 1202.37, "word": " the", "probability": 0.90087890625}, {"start": 1202.37, "end": 1202.37, "word": " same", "probability": 0.90478515625}, {"start": 1202.37, "end": 1202.77, "word": " steps.", "probability": 0.78759765625}, {"start": 1203.49, "end": 1203.81, "word": " But", "probability": 0.78955078125}, {"start": 1203.81, "end": 1203.93, "word": " the", "probability": 0.880859375}, {"start": 1203.93, "end": 1204.21, "word": " difference", "probability": 0.82666015625}, {"start": 1204.21, "end": 1204.47, "word": " is", "probability": 0.9150390625}, {"start": 1204.47, "end": 1204.61, "word": " that", "probability": 0.841796875}, {"start": 1204.61, "end": 1204.67, "word": " the", "probability": 0.344970703125}, {"start": 1204.67, "end": 1205.07, "word": " recycler", "probability": 0.6509195963541666}, {"start": 1205.07, "end": 1205.21, "word": " of", "probability": 0.697265625}, {"start": 1205.21, "end": 1205.25, "word": " the", "probability": 0.40234375}, {"start": 1205.25, "end": 1205.35, "word": " view", "probability": 0.85546875}, {"start": 1205.35, "end": 1205.51, "word": " does", "probability": 0.07305908203125}, {"start": 1205.51, "end": 1205.71, "word": " not", "probability": 0.935546875}, {"start": 1205.71, "end": 1205.71, "word": " force", "probability": 0.78173828125}, {"start": 1205.71, "end": 1206.05, "word": " you", "probability": 0.92919921875}, {"start": 1206.05, "end": 1207.37, "word": " to", "probability": 0.92822265625}, {"start": 1207.37, "end": 1207.59, "word": " make", "probability": 0.471435546875}, {"start": 1207.59, "end": 1207.71, "word": " a", "probability": 0.65478515625}, {"start": 1207.71, "end": 1207.83, "word": " view", "probability": 0.806640625}, {"start": 1207.83, "end": 1207.99, "word": " holder", "probability": 0.78515625}, {"start": 1207.99, "end": 1208.13, "word": " because", "probability": 0.40869140625}, {"start": 1208.13, "end": 1208.39, "word": " it", "probability": 0.1951904296875}, {"start": 1208.39, "end": 1208.39, "word": " is", "probability": 0.447509765625}, {"start": 1208.39, "end": 1208.49, "word": " not", "probability": 0.708984375}, {"start": 1208.49, "end": 1208.63, "word": " a", "probability": 0.299560546875}, {"start": 1208.63, "end": 1208.73, "word": " request", "probability": 0.46484375}, {"start": 1208.73, "end": 1208.87, "word": " to", "probability": 0.4794921875}, {"start": 1208.87, "end": 1209.07, "word": " be", "probability": 0.486328125}, {"start": 1209.07, "end": 1209.19, "word": " returned.", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 48, "seek": 123584, "start": 1210.17, "end": 1235.85, "text": "It's not asking for view, it's asking for what? It's asking for a view holder, vh And the view holder, in order to create it, what does it need? It needs view So in this method, you need to create a view and a view holder And the same steps that were done in the lesson were done here But before the code was written behind each other, the view holder constructor was created", "tokens": [3522, 311, 406, 3365, 337, 1910, 11, 309, 311, 3365, 337, 437, 30, 467, 311, 3365, 337, 257, 1910, 20349, 11, 371, 71, 400, 264, 1910, 20349, 11, 294, 1668, 281, 1884, 309, 11, 437, 775, 309, 643, 30, 467, 2203, 1910, 407, 294, 341, 3170, 11, 291, 643, 281, 1884, 257, 1910, 293, 257, 1910, 20349, 400, 264, 912, 4439, 300, 645, 1096, 294, 264, 6898, 645, 1096, 510, 583, 949, 264, 3089, 390, 3720, 2261, 1184, 661, 11, 264, 1910, 20349, 47479, 390, 2942], "avg_logprob": -0.46012930143838643, "compression_ratio": 1.8844221105527639, "no_speech_prob": 0.0, "words": [{"start": 1210.17, "end": 1210.35, "word": "It's", "probability": 0.25115966796875}, {"start": 1210.35, "end": 1210.45, "word": " not", "probability": 0.8623046875}, {"start": 1210.45, "end": 1210.69, "word": " asking", "probability": 0.2479248046875}, {"start": 1210.69, "end": 1210.81, "word": " for", "probability": 0.7841796875}, {"start": 1210.81, "end": 1211.05, "word": " view,", "probability": 0.46630859375}, {"start": 1211.23, "end": 1211.43, "word": " it's", "probability": 0.711669921875}, {"start": 1211.43, "end": 1211.57, "word": " asking", "probability": 0.876953125}, {"start": 1211.57, "end": 1211.65, "word": " for", "probability": 0.859375}, {"start": 1211.65, "end": 1211.85, "word": " what?", "probability": 0.322265625}, {"start": 1213.87, "end": 1214.31, "word": " It's", "probability": 0.6683349609375}, {"start": 1214.31, "end": 1214.45, "word": " asking", "probability": 0.869140625}, {"start": 1214.45, "end": 1214.59, "word": " for", "probability": 0.94580078125}, {"start": 1214.59, "end": 1214.61, "word": " a", "probability": 0.249267578125}, {"start": 1214.61, "end": 1214.73, "word": " view", "probability": 0.7109375}, {"start": 1214.73, "end": 1215.03, "word": " holder,", "probability": 0.488525390625}, {"start": 1215.85, "end": 1216.63, "word": " vh", "probability": 0.594970703125}, {"start": 1216.63, "end": 1219.45, "word": " And", "probability": 0.54443359375}, {"start": 1219.45, "end": 1219.57, "word": " the", "probability": 0.349365234375}, {"start": 1219.57, "end": 1219.79, "word": " view", "probability": 0.8974609375}, {"start": 1219.79, "end": 1220.11, "word": " holder,", "probability": 0.85009765625}, {"start": 1220.23, "end": 1220.29, "word": " in", "probability": 0.50048828125}, {"start": 1220.29, "end": 1220.41, "word": " order", "probability": 0.8818359375}, {"start": 1220.41, "end": 1220.49, "word": " to", "probability": 0.84375}, {"start": 1220.49, "end": 1220.83, "word": " create", "probability": 0.21875}, {"start": 1220.83, "end": 1220.97, "word": " it,", "probability": 0.765625}, {"start": 1221.73, "end": 1222.07, "word": " what", "probability": 0.60888671875}, {"start": 1222.07, "end": 1222.15, "word": " does", "probability": 0.9052734375}, {"start": 1222.15, "end": 1222.15, "word": " it", "probability": 0.931640625}, {"start": 1222.15, "end": 1222.33, "word": " need?", "probability": 0.72802734375}, {"start": 1222.91, "end": 1223.35, "word": " It", "probability": 0.8388671875}, {"start": 1223.35, "end": 1223.45, "word": " needs", "probability": 0.8623046875}, {"start": 1223.45, "end": 1223.73, "word": " view", "probability": 0.6025390625}, {"start": 1223.73, "end": 1224.35, "word": " So", "probability": 0.448974609375}, {"start": 1224.35, "end": 1224.71, "word": " in", "probability": 0.41796875}, {"start": 1224.71, "end": 1224.81, "word": " this", "probability": 0.912109375}, {"start": 1224.81, "end": 1225.07, "word": " method,", "probability": 0.93603515625}, {"start": 1225.25, "end": 1225.29, "word": " you", "probability": 0.91552734375}, {"start": 1225.29, "end": 1225.41, "word": " need", "probability": 0.6005859375}, {"start": 1225.41, "end": 1225.55, "word": " to", "probability": 0.94482421875}, {"start": 1225.55, "end": 1225.71, "word": " create", "probability": 0.50927734375}, {"start": 1225.71, "end": 1225.83, "word": " a", "probability": 0.482177734375}, {"start": 1225.83, "end": 1226.05, "word": " view", "probability": 0.91015625}, {"start": 1226.05, "end": 1226.21, "word": " and", "probability": 0.7958984375}, {"start": 1226.21, "end": 1227.01, "word": " a", "probability": 0.42333984375}, {"start": 1227.01, "end": 1227.63, "word": " view", "probability": 0.88427734375}, {"start": 1227.63, "end": 1227.87, "word": " holder", "probability": 0.82470703125}, {"start": 1227.87, "end": 1228.09, "word": " And", "probability": 0.5556640625}, {"start": 1228.09, "end": 1228.37, "word": " the", "probability": 0.82958984375}, {"start": 1228.37, "end": 1228.37, "word": " same", "probability": 0.80419921875}, {"start": 1228.37, "end": 1228.77, "word": " steps", "probability": 0.78076171875}, {"start": 1228.77, "end": 1228.93, "word": " that", "probability": 0.58203125}, {"start": 1228.93, "end": 1229.17, "word": " were", "probability": 0.68408203125}, {"start": 1229.17, "end": 1229.41, "word": " done", "probability": 0.469482421875}, {"start": 1229.41, "end": 1229.53, "word": " in", "probability": 0.86767578125}, {"start": 1229.53, "end": 1229.59, "word": " the", "probability": 0.76318359375}, {"start": 1229.59, "end": 1229.81, "word": " lesson", "probability": 0.677734375}, {"start": 1229.81, "end": 1229.89, "word": " were", "probability": 0.572265625}, {"start": 1229.89, "end": 1230.13, "word": " done", "probability": 0.71484375}, {"start": 1230.13, "end": 1230.47, "word": " here", "probability": 0.8125}, {"start": 1230.47, "end": 1231.31, "word": " But", "probability": 0.8095703125}, {"start": 1231.31, "end": 1231.57, "word": " before", "probability": 0.77880859375}, {"start": 1231.57, "end": 1232.01, "word": " the", "probability": 0.362548828125}, {"start": 1232.01, "end": 1232.25, "word": " code", "probability": 0.9140625}, {"start": 1232.25, "end": 1232.27, "word": " was", "probability": 0.439697265625}, {"start": 1232.27, "end": 1232.27, "word": " written", "probability": 0.86962890625}, {"start": 1232.27, "end": 1232.41, "word": " behind", "probability": 0.29296875}, {"start": 1232.41, "end": 1232.73, "word": " each", "probability": 0.82666015625}, {"start": 1232.73, "end": 1232.73, "word": " other,", "probability": 0.86865234375}, {"start": 1232.83, "end": 1233.95, "word": " the", "probability": 0.3369140625}, {"start": 1233.95, "end": 1235.07, "word": " view", "probability": 0.708984375}, {"start": 1235.07, "end": 1235.63, "word": " holder", "probability": 0.6484375}, {"start": 1235.63, "end": 1235.69, "word": " constructor", "probability": 0.5859375}, {"start": 1235.69, "end": 1235.85, "word": " was", "probability": 0.82666015625}, {"start": 1235.85, "end": 1235.85, "word": " created", "probability": 0.5107421875}], "temperature": 1.0}, {"id": 49, "seek": 125772, "start": 1238.96, "end": 1257.72, "text": " And now we are done with the onCreateViewHolder. What is this bind? When the element is filled, whether it is created for the first time or used again, it will create the onBindViewHolder. And what did it bring here?", "tokens": [400, 586, 321, 366, 1096, 365, 264, 322, 44637, 473, 30203, 42347, 260, 13, 708, 307, 341, 14786, 30, 1133, 264, 4478, 307, 6412, 11, 1968, 309, 307, 2942, 337, 264, 700, 565, 420, 1143, 797, 11, 309, 486, 1884, 264, 322, 33, 471, 30203, 42347, 260, 13, 400, 437, 630, 309, 1565, 510, 30], "avg_logprob": -0.6344866167221751, "compression_ratio": 1.4965517241379311, "no_speech_prob": 0.0, "words": [{"start": 1238.96, "end": 1239.14, "word": " And", "probability": 0.335693359375}, {"start": 1239.14, "end": 1239.3, "word": " now", "probability": 0.1805419921875}, {"start": 1239.3, "end": 1240.12, "word": " we", "probability": 0.58837890625}, {"start": 1240.12, "end": 1240.18, "word": " are", "probability": 0.1851806640625}, {"start": 1240.18, "end": 1240.4, "word": " done", "probability": 0.76904296875}, {"start": 1240.4, "end": 1240.54, "word": " with", "probability": 0.779296875}, {"start": 1240.54, "end": 1240.54, "word": " the", "probability": 0.3935546875}, {"start": 1240.54, "end": 1241.58, "word": " onCreateViewHolder.", "probability": 0.7056884765625}, {"start": 1242.86, "end": 1243.42, "word": " What", "probability": 0.1341552734375}, {"start": 1243.42, "end": 1245.84, "word": " is", "probability": 0.36083984375}, {"start": 1245.84, "end": 1246.78, "word": " this", "probability": 0.333251953125}, {"start": 1246.78, "end": 1247.68, "word": " bind?", "probability": 0.7001953125}, {"start": 1248.12, "end": 1248.68, "word": " When", "probability": 0.6015625}, {"start": 1248.68, "end": 1249.32, "word": " the", "probability": 0.389892578125}, {"start": 1249.32, "end": 1249.66, "word": " element", "probability": 0.41650390625}, {"start": 1249.66, "end": 1249.66, "word": " is", "probability": 0.5244140625}, {"start": 1249.66, "end": 1249.66, "word": " filled,", "probability": 0.3408203125}, {"start": 1250.54, "end": 1250.8, "word": " whether", "probability": 0.34521484375}, {"start": 1250.8, "end": 1251.02, "word": " it", "probability": 0.505859375}, {"start": 1251.02, "end": 1251.02, "word": " is", "probability": 0.626953125}, {"start": 1251.02, "end": 1251.24, "word": " created", "probability": 0.1947021484375}, {"start": 1251.24, "end": 1251.4, "word": " for", "probability": 0.689453125}, {"start": 1251.4, "end": 1251.56, "word": " the", "probability": 0.91943359375}, {"start": 1251.56, "end": 1251.56, "word": " first", "probability": 0.884765625}, {"start": 1251.56, "end": 1251.84, "word": " time", "probability": 0.87109375}, {"start": 1251.84, "end": 1252.58, "word": " or", "probability": 0.74658203125}, {"start": 1252.58, "end": 1252.94, "word": " used", "probability": 0.1993408203125}, {"start": 1252.94, "end": 1253.64, "word": " again,", "probability": 0.69873046875}, {"start": 1254.5, "end": 1255.38, "word": " it", "probability": 0.59326171875}, {"start": 1255.38, "end": 1255.46, "word": " will", "probability": 0.4140625}, {"start": 1255.46, "end": 1255.7, "word": " create", "probability": 0.451904296875}, {"start": 1255.7, "end": 1255.82, "word": " the", "probability": 0.51220703125}, {"start": 1255.82, "end": 1256.78, "word": " onBindViewHolder.", "probability": 0.9160970052083334}, {"start": 1256.78, "end": 1256.9, "word": " And", "probability": 0.5126953125}, {"start": 1256.9, "end": 1257.06, "word": " what", "probability": 0.89013671875}, {"start": 1257.06, "end": 1257.1, "word": " did", "probability": 0.39501953125}, {"start": 1257.1, "end": 1257.14, "word": " it", "probability": 0.517578125}, {"start": 1257.14, "end": 1257.34, "word": " bring", "probability": 0.6015625}, {"start": 1257.34, "end": 1257.72, "word": " here?", "probability": 0.352294921875}], "temperature": 1.0}, {"id": 50, "seek": 128471, "start": 1258.69, "end": 1284.71, "text": "The view holder. Why? Just to fill the element now, do I need the element itself? No. But who do I fill it through? The view holder. It brought the view holder and the position and filled it. We know that the view holder indicates everything in the view. Now, all I have to do is say person p equals persons dot get position.", "tokens": [2278, 1910, 20349, 13, 1545, 30, 1449, 281, 2836, 264, 4478, 586, 11, 360, 286, 643, 264, 4478, 2564, 30, 883, 13, 583, 567, 360, 286, 2836, 309, 807, 30, 440, 1910, 20349, 13, 467, 3038, 264, 1910, 20349, 293, 264, 2535, 293, 6412, 309, 13, 492, 458, 300, 264, 1910, 20349, 16203, 1203, 294, 264, 1910, 13, 823, 11, 439, 286, 362, 281, 360, 307, 584, 954, 280, 6915, 14453, 5893, 483, 2535, 13], "avg_logprob": -0.4222861932296502, "compression_ratio": 1.7015706806282722, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1258.69, "end": 1258.95, "word": "The", "probability": 0.2489013671875}, {"start": 1258.95, "end": 1259.09, "word": " view", "probability": 0.488525390625}, {"start": 1259.09, "end": 1259.39, "word": " holder.", "probability": 0.66650390625}, {"start": 1259.77, "end": 1260.17, "word": " Why?", "probability": 0.52294921875}, {"start": 1260.23, "end": 1260.53, "word": " Just", "probability": 0.3876953125}, {"start": 1260.53, "end": 1260.89, "word": " to", "probability": 0.72021484375}, {"start": 1260.89, "end": 1261.09, "word": " fill", "probability": 0.708984375}, {"start": 1261.09, "end": 1261.21, "word": " the", "probability": 0.384765625}, {"start": 1261.21, "end": 1261.45, "word": " element", "probability": 0.72998046875}, {"start": 1261.45, "end": 1261.95, "word": " now,", "probability": 0.6162109375}, {"start": 1262.19, "end": 1262.35, "word": " do", "probability": 0.27294921875}, {"start": 1262.35, "end": 1262.35, "word": " I", "probability": 0.94970703125}, {"start": 1262.35, "end": 1262.63, "word": " need", "probability": 0.916015625}, {"start": 1262.63, "end": 1262.75, "word": " the", "probability": 0.85693359375}, {"start": 1262.75, "end": 1262.97, "word": " element", "probability": 0.84716796875}, {"start": 1262.97, "end": 1263.37, "word": " itself?", "probability": 0.7041015625}, {"start": 1263.83, "end": 1264.09, "word": " No.", "probability": 0.92919921875}, {"start": 1264.49, "end": 1264.75, "word": " But", "probability": 0.8291015625}, {"start": 1264.75, "end": 1264.91, "word": " who", "probability": 0.280517578125}, {"start": 1264.91, "end": 1264.91, "word": " do", "probability": 0.420654296875}, {"start": 1264.91, "end": 1264.91, "word": " I", "probability": 0.9892578125}, {"start": 1264.91, "end": 1265.09, "word": " fill", "probability": 0.74365234375}, {"start": 1265.09, "end": 1265.19, "word": " it", "probability": 0.72705078125}, {"start": 1265.19, "end": 1265.45, "word": " through?", "probability": 0.421142578125}, {"start": 1265.99, "end": 1266.53, "word": " The", "probability": 0.7998046875}, {"start": 1266.53, "end": 1266.69, "word": " view", "probability": 0.85205078125}, {"start": 1266.69, "end": 1266.99, "word": " holder.", "probability": 0.859375}, {"start": 1267.27, "end": 1267.67, "word": " It", "probability": 0.249267578125}, {"start": 1267.67, "end": 1267.87, "word": " brought", "probability": 0.352294921875}, {"start": 1267.87, "end": 1268.07, "word": " the", "probability": 0.473876953125}, {"start": 1268.07, "end": 1268.29, "word": " view", "probability": 0.89208984375}, {"start": 1268.29, "end": 1268.57, "word": " holder", "probability": 0.8564453125}, {"start": 1268.57, "end": 1268.73, "word": " and", "probability": 0.7529296875}, {"start": 1268.73, "end": 1269.01, "word": " the", "probability": 0.496826171875}, {"start": 1269.01, "end": 1269.31, "word": " position", "probability": 0.96142578125}, {"start": 1269.31, "end": 1269.51, "word": " and", "probability": 0.6259765625}, {"start": 1269.51, "end": 1269.67, "word": " filled", "probability": 0.34912109375}, {"start": 1269.67, "end": 1270.05, "word": " it.", "probability": 0.830078125}, {"start": 1270.81, "end": 1271.21, "word": " We", "probability": 0.52587890625}, {"start": 1271.21, "end": 1271.59, "word": " know", "probability": 0.86865234375}, {"start": 1271.59, "end": 1271.77, "word": " that", "probability": 0.91162109375}, {"start": 1271.77, "end": 1271.91, "word": " the", "probability": 0.791015625}, {"start": 1271.91, "end": 1272.05, "word": " view", "probability": 0.9013671875}, {"start": 1272.05, "end": 1272.33, "word": " holder", "probability": 0.853515625}, {"start": 1272.33, "end": 1272.69, "word": " indicates", "probability": 0.300048828125}, {"start": 1272.69, "end": 1273.13, "word": " everything", "probability": 0.8037109375}, {"start": 1273.13, "end": 1273.63, "word": " in", "probability": 0.5517578125}, {"start": 1273.63, "end": 1273.85, "word": " the", "probability": 0.84228515625}, {"start": 1273.85, "end": 1274.01, "word": " view.", "probability": 0.87744140625}, {"start": 1274.79, "end": 1275.29, "word": " Now,", "probability": 0.56005859375}, {"start": 1275.47, "end": 1275.65, "word": " all", "probability": 0.7509765625}, {"start": 1275.65, "end": 1275.77, "word": " I", "probability": 0.95263671875}, {"start": 1275.77, "end": 1275.85, "word": " have", "probability": 0.421142578125}, {"start": 1275.85, "end": 1275.93, "word": " to", "probability": 0.97412109375}, {"start": 1275.93, "end": 1276.19, "word": " do", "probability": 0.92919921875}, {"start": 1276.19, "end": 1276.39, "word": " is", "probability": 0.92138671875}, {"start": 1276.39, "end": 1276.73, "word": " say", "probability": 0.45068359375}, {"start": 1276.73, "end": 1277.33, "word": " person", "probability": 0.8095703125}, {"start": 1277.33, "end": 1279.19, "word": " p", "probability": 0.429443359375}, {"start": 1279.19, "end": 1280.17, "word": " equals", "probability": 0.2236328125}, {"start": 1280.17, "end": 1281.03, "word": " persons", "probability": 0.8310546875}, {"start": 1281.03, "end": 1283.43, "word": " dot", "probability": 0.6201171875}, {"start": 1283.43, "end": 1283.81, "word": " get", "probability": 0.9541015625}, {"start": 1283.81, "end": 1284.71, "word": " position.", "probability": 0.90185546875}], "temperature": 1.0}, {"id": 51, "seek": 131565, "start": 1286.99, "end": 1315.65, "text": " And then we go to the holder. Who do we want? Photoim.set image resource p.getphotoid. And here I am filling it in. But I am filling it through who? Through the holder. The code that I am writing now is the same code that is below. Can you see it? Here. And it is as if this code that I got from VIEW was separated into two methods.", "tokens": [400, 550, 321, 352, 281, 264, 20349, 13, 2102, 360, 321, 528, 30, 39175, 332, 13, 3854, 3256, 7684, 280, 13, 847, 950, 6738, 327, 13, 400, 510, 286, 669, 10623, 309, 294, 13, 583, 286, 669, 10623, 309, 807, 567, 30, 8927, 264, 20349, 13, 440, 3089, 300, 286, 669, 3579, 586, 307, 264, 912, 3089, 300, 307, 2507, 13, 1664, 291, 536, 309, 30, 1692, 13, 400, 309, 307, 382, 498, 341, 3089, 300, 286, 658, 490, 691, 6550, 54, 390, 12005, 666, 732, 7150, 13], "avg_logprob": -0.4666432664635476, "compression_ratio": 1.6323529411764706, "no_speech_prob": 0.0, "words": [{"start": 1286.99, "end": 1287.17, "word": " And", "probability": 0.29638671875}, {"start": 1287.17, "end": 1287.47, "word": " then", "probability": 0.70263671875}, {"start": 1287.47, "end": 1287.61, "word": " we", "probability": 0.2105712890625}, {"start": 1287.61, "end": 1287.73, "word": " go", "probability": 0.77978515625}, {"start": 1287.73, "end": 1287.87, "word": " to", "probability": 0.9443359375}, {"start": 1287.87, "end": 1287.95, "word": " the", "probability": 0.80322265625}, {"start": 1287.95, "end": 1288.33, "word": " holder.", "probability": 0.471435546875}, {"start": 1291.09, "end": 1291.55, "word": " Who", "probability": 0.201171875}, {"start": 1291.55, "end": 1291.69, "word": " do", "probability": 0.65771484375}, {"start": 1291.69, "end": 1291.77, "word": " we", "probability": 0.93603515625}, {"start": 1291.77, "end": 1291.77, "word": " want?", "probability": 0.66845703125}, {"start": 1292.21, "end": 1292.67, "word": " Photoim", "probability": 0.3809814453125}, {"start": 1292.67, "end": 1294.09, "word": ".set", "probability": 0.8701171875}, {"start": 1294.09, "end": 1295.03, "word": " image", "probability": 0.346435546875}, {"start": 1295.03, "end": 1295.63, "word": " resource", "probability": 0.705078125}, {"start": 1295.63, "end": 1296.69, "word": " p", "probability": 0.6220703125}, {"start": 1296.69, "end": 1298.35, "word": ".getphotoid.", "probability": 0.863671875}, {"start": 1298.63, "end": 1298.87, "word": " And", "probability": 0.3515625}, {"start": 1298.87, "end": 1298.97, "word": " here", "probability": 0.59326171875}, {"start": 1298.97, "end": 1299.27, "word": " I", "probability": 0.837890625}, {"start": 1299.27, "end": 1299.27, "word": " am", "probability": 0.447998046875}, {"start": 1299.27, "end": 1299.49, "word": " filling", "probability": 0.63623046875}, {"start": 1299.49, "end": 1299.77, "word": " it", "probability": 0.4150390625}, {"start": 1299.77, "end": 1299.77, "word": " in.", "probability": 0.330322265625}, {"start": 1300.29, "end": 1300.61, "word": " But", "probability": 0.87744140625}, {"start": 1300.61, "end": 1300.71, "word": " I", "probability": 0.394775390625}, {"start": 1300.71, "end": 1300.75, "word": " am", "probability": 0.3720703125}, {"start": 1300.75, "end": 1300.89, "word": " filling", "probability": 0.72412109375}, {"start": 1300.89, "end": 1300.99, "word": " it", "probability": 0.58349609375}, {"start": 1300.99, "end": 1301.21, "word": " through", "probability": 0.40380859375}, {"start": 1301.21, "end": 1301.47, "word": " who?", "probability": 0.38037109375}, {"start": 1301.91, "end": 1302.29, "word": " Through", "probability": 0.5830078125}, {"start": 1302.29, "end": 1302.49, "word": " the", "probability": 0.89990234375}, {"start": 1302.49, "end": 1302.69, "word": " holder.", "probability": 0.7626953125}, {"start": 1302.75, "end": 1302.93, "word": " The", "probability": 0.86669921875}, {"start": 1302.93, "end": 1303.13, "word": " code", "probability": 0.92236328125}, {"start": 1303.13, "end": 1303.25, "word": " that", "probability": 0.6318359375}, {"start": 1303.25, "end": 1303.37, "word": " I", "probability": 0.98779296875}, {"start": 1303.37, "end": 1303.59, "word": " am", "probability": 0.7841796875}, {"start": 1303.59, "end": 1303.59, "word": " writing", "probability": 0.8681640625}, {"start": 1303.59, "end": 1304.07, "word": " now", "probability": 0.74853515625}, {"start": 1304.07, "end": 1304.69, "word": " is", "probability": 0.82666015625}, {"start": 1304.69, "end": 1304.85, "word": " the", "probability": 0.90283203125}, {"start": 1304.85, "end": 1304.99, "word": " same", "probability": 0.9013671875}, {"start": 1304.99, "end": 1305.65, "word": " code", "probability": 0.9189453125}, {"start": 1305.65, "end": 1306.75, "word": " that", "probability": 0.2490234375}, {"start": 1306.75, "end": 1306.79, "word": " is", "probability": 0.779296875}, {"start": 1306.79, "end": 1307.07, "word": " below.", "probability": 0.64111328125}, {"start": 1307.83, "end": 1308.29, "word": " Can", "probability": 0.301025390625}, {"start": 1308.29, "end": 1308.29, "word": " you", "probability": 0.97119140625}, {"start": 1308.29, "end": 1308.51, "word": " see", "probability": 0.93310546875}, {"start": 1308.51, "end": 1308.77, "word": " it?", "probability": 0.86669921875}, {"start": 1309.21, "end": 1309.51, "word": " Here.", "probability": 0.2200927734375}, {"start": 1311.53, "end": 1311.99, "word": " And", "probability": 0.63232421875}, {"start": 1311.99, "end": 1312.09, "word": " it", "probability": 0.7783203125}, {"start": 1312.09, "end": 1312.09, "word": " is", "probability": 0.6533203125}, {"start": 1312.09, "end": 1312.17, "word": " as", "probability": 0.5712890625}, {"start": 1312.17, "end": 1312.37, "word": " if", "probability": 0.92333984375}, {"start": 1312.37, "end": 1313.01, "word": " this", "probability": 0.8369140625}, {"start": 1313.01, "end": 1313.41, "word": " code", "probability": 0.82177734375}, {"start": 1313.41, "end": 1313.57, "word": " that", "probability": 0.67626953125}, {"start": 1313.57, "end": 1313.67, "word": " I", "probability": 0.7021484375}, {"start": 1313.67, "end": 1313.81, "word": " got", "probability": 0.5732421875}, {"start": 1313.81, "end": 1313.97, "word": " from", "probability": 0.529296875}, {"start": 1313.97, "end": 1314.27, "word": " VIEW", "probability": 0.577392578125}, {"start": 1314.27, "end": 1314.67, "word": " was", "probability": 0.402587890625}, {"start": 1314.67, "end": 1314.93, "word": " separated", "probability": 0.60888671875}, {"start": 1314.93, "end": 1315.09, "word": " into", "probability": 0.5556640625}, {"start": 1315.09, "end": 1315.27, "word": " two", "probability": 0.85009765625}, {"start": 1315.27, "end": 1315.65, "word": " methods.", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 52, "seek": 134227, "start": 1318.27, "end": 1342.27, "text": "onCreateViewHolder which is the first section and onBindViewHolder which is the second section. But let's do each one separately. Holder.NameTV.SetText. Of course, whoever wants to understand the lecture today should try the ListView and try to understand it. Okay? P.", "tokens": [266, 44637, 473, 30203, 42347, 260, 597, 307, 264, 700, 3541, 293, 322, 33, 471, 30203, 42347, 260, 597, 307, 264, 1150, 3541, 13, 583, 718, 311, 360, 1184, 472, 14759, 13, 6962, 260, 13, 45, 529, 12586, 13, 42718, 50198, 13, 2720, 1164, 11, 11387, 2738, 281, 1223, 264, 7991, 965, 820, 853, 264, 17668, 30203, 293, 853, 281, 1223, 309, 13, 1033, 30, 430, 13], "avg_logprob": -0.5197610031155979, "compression_ratio": 1.5491329479768785, "no_speech_prob": 0.0, "words": [{"start": 1318.2700000000002, "end": 1318.8300000000002, "word": "onCreateViewHolder", "probability": 0.77154541015625}, {"start": 1318.8300000000002, "end": 1319.39, "word": " which", "probability": 0.265869140625}, {"start": 1319.39, "end": 1319.51, "word": " is", "probability": 0.9228515625}, {"start": 1319.51, "end": 1319.61, "word": " the", "probability": 0.7890625}, {"start": 1319.61, "end": 1320.09, "word": " first", "probability": 0.81787109375}, {"start": 1320.09, "end": 1320.09, "word": " section", "probability": 0.2425537109375}, {"start": 1320.09, "end": 1321.27, "word": " and", "probability": 0.5283203125}, {"start": 1321.27, "end": 1322.71, "word": " onBindViewHolder", "probability": 0.952392578125}, {"start": 1322.71, "end": 1322.95, "word": " which", "probability": 0.354736328125}, {"start": 1322.95, "end": 1323.09, "word": " is", "probability": 0.93408203125}, {"start": 1323.09, "end": 1323.51, "word": " the", "probability": 0.8662109375}, {"start": 1323.51, "end": 1323.89, "word": " second", "probability": 0.8525390625}, {"start": 1323.89, "end": 1323.89, "word": " section.", "probability": 0.763671875}, {"start": 1324.03, "end": 1324.09, "word": " But", "probability": 0.45458984375}, {"start": 1324.09, "end": 1324.21, "word": " let's", "probability": 0.5526123046875}, {"start": 1324.21, "end": 1324.27, "word": " do", "probability": 0.303466796875}, {"start": 1324.27, "end": 1324.51, "word": " each", "probability": 0.43017578125}, {"start": 1324.51, "end": 1324.67, "word": " one", "probability": 0.65576171875}, {"start": 1324.67, "end": 1325.31, "word": " separately.", "probability": 0.263916015625}, {"start": 1328.67, "end": 1329.23, "word": " Holder", "probability": 0.6373291015625}, {"start": 1329.23, "end": 1332.27, "word": ".NameTV", "probability": 0.56121826171875}, {"start": 1332.27, "end": 1333.55, "word": ".SetText.", "probability": 0.7279459635416666}, {"start": 1333.65, "end": 1333.81, "word": " Of", "probability": 0.5400390625}, {"start": 1333.81, "end": 1333.89, "word": " course,", "probability": 0.95556640625}, {"start": 1334.11, "end": 1334.21, "word": " whoever", "probability": 0.23388671875}, {"start": 1334.21, "end": 1334.39, "word": " wants", "probability": 0.71240234375}, {"start": 1334.39, "end": 1334.43, "word": " to", "probability": 0.96826171875}, {"start": 1334.43, "end": 1334.61, "word": " understand", "probability": 0.701171875}, {"start": 1334.61, "end": 1334.75, "word": " the", "probability": 0.470947265625}, {"start": 1334.75, "end": 1335.05, "word": " lecture", "probability": 0.69482421875}, {"start": 1335.05, "end": 1335.37, "word": " today", "probability": 0.6318359375}, {"start": 1335.37, "end": 1335.73, "word": " should", "probability": 0.296875}, {"start": 1335.73, "end": 1337.33, "word": " try", "probability": 0.6357421875}, {"start": 1337.33, "end": 1337.47, "word": " the", "probability": 0.427734375}, {"start": 1337.47, "end": 1338.11, "word": " ListView", "probability": 0.681396484375}, {"start": 1338.11, "end": 1338.69, "word": " and", "probability": 0.65576171875}, {"start": 1338.69, "end": 1338.97, "word": " try", "probability": 0.529296875}, {"start": 1338.97, "end": 1339.13, "word": " to", "probability": 0.693359375}, {"start": 1339.13, "end": 1339.55, "word": " understand", "probability": 0.73291015625}, {"start": 1339.55, "end": 1340.13, "word": " it.", "probability": 0.8779296875}, {"start": 1340.27, "end": 1340.53, "word": " Okay?", "probability": 0.1971435546875}, {"start": 1341.93, "end": 1342.27, "word": " P.", "probability": 0.72265625}], "temperature": 1.0}, {"id": 53, "seek": 137294, "start": 1346.12, "end": 1372.94, "text": " Here, of course, all confidence that you are sure. Of course, what does the button want? It varies, it wants action. Sit on click listener, new on click listener.", "tokens": [1692, 11, 295, 1164, 11, 439, 6687, 300, 291, 366, 988, 13, 2720, 1164, 11, 437, 775, 264, 2960, 528, 30, 467, 21716, 11, 309, 2738, 3069, 13, 14523, 322, 2052, 31569, 11, 777, 322, 2052, 31569, 13], "avg_logprob": -0.6422275824424548, "compression_ratio": 1.4051724137931034, "no_speech_prob": 0.0, "words": [{"start": 1346.12, "end": 1346.42, "word": " Here,", "probability": 0.03912353515625}, {"start": 1346.52, "end": 1346.6, "word": " of", "probability": 0.2452392578125}, {"start": 1346.6, "end": 1346.64, "word": " course,", "probability": 0.9462890625}, {"start": 1346.84, "end": 1347.16, "word": " all", "probability": 0.0887451171875}, {"start": 1347.16, "end": 1347.48, "word": " confidence", "probability": 0.2196044921875}, {"start": 1347.48, "end": 1347.8, "word": " that", "probability": 0.418701171875}, {"start": 1347.8, "end": 1348.1, "word": " you", "probability": 0.93212890625}, {"start": 1348.1, "end": 1349.1, "word": " are", "probability": 0.54736328125}, {"start": 1349.1, "end": 1349.52, "word": " sure.", "probability": 0.480712890625}, {"start": 1356.08, "end": 1356.08, "word": " Of", "probability": 0.66259765625}, {"start": 1356.08, "end": 1363.44, "word": " course,", "probability": 0.9541015625}, {"start": 1363.7, "end": 1363.9, "word": " what", "probability": 0.424072265625}, {"start": 1363.9, "end": 1363.9, "word": " does", "probability": 0.8837890625}, {"start": 1363.9, "end": 1363.98, "word": " the", "probability": 0.75537109375}, {"start": 1363.98, "end": 1364.2, "word": " button", "probability": 0.468505859375}, {"start": 1364.2, "end": 1364.52, "word": " want?", "probability": 0.69384765625}, {"start": 1365.4, "end": 1365.72, "word": " It", "probability": 0.295654296875}, {"start": 1365.72, "end": 1365.98, "word": " varies,", "probability": 0.379638671875}, {"start": 1366.02, "end": 1366.08, "word": " it", "probability": 0.783203125}, {"start": 1366.08, "end": 1366.16, "word": " wants", "probability": 0.51953125}, {"start": 1366.16, "end": 1366.56, "word": " action.", "probability": 0.89599609375}, {"start": 1367.48, "end": 1368.12, "word": " Sit", "probability": 0.443115234375}, {"start": 1368.12, "end": 1368.78, "word": " on", "probability": 0.55712890625}, {"start": 1368.78, "end": 1369.42, "word": " click", "probability": 0.7861328125}, {"start": 1369.42, "end": 1369.88, "word": " listener,", "probability": 0.7666015625}, {"start": 1370.16, "end": 1370.44, "word": " new", "probability": 0.76171875}, {"start": 1370.44, "end": 1370.98, "word": " on", "probability": 0.9443359375}, {"start": 1370.98, "end": 1372.06, "word": " click", "probability": 0.88037109375}, {"start": 1372.06, "end": 1372.94, "word": " listener.", "probability": 0.80078125}], "temperature": 1.0}, {"id": 54, "seek": 139791, "start": 1377.25, "end": 1397.91, "text": " Then, for example, we print toast with the element that I ... Of course, there is no getApplicationContext. Right? No, because we did not get the context at all. But we can go and say holder.itemView.getContext.", "tokens": [1396, 11, 337, 1365, 11, 321, 4482, 15354, 365, 264, 4478, 300, 286, 1097, 2720, 1164, 11, 456, 307, 572, 483, 9132, 1050, 399, 29821, 3828, 13, 1779, 30, 883, 11, 570, 321, 630, 406, 483, 264, 4319, 412, 439, 13, 583, 321, 393, 352, 293, 584, 20349, 13, 270, 443, 30203, 13, 847, 29821, 3828, 13], "avg_logprob": -0.43157326969607124, "compression_ratio": 1.367741935483871, "no_speech_prob": 0.0, "words": [{"start": 1377.25, "end": 1377.59, "word": " Then,", "probability": 0.34033203125}, {"start": 1377.65, "end": 1377.83, "word": " for", "probability": 0.54833984375}, {"start": 1377.83, "end": 1377.89, "word": " example,", "probability": 0.9013671875}, {"start": 1377.99, "end": 1378.11, "word": " we", "probability": 0.3994140625}, {"start": 1378.11, "end": 1378.17, "word": " print", "probability": 0.62939453125}, {"start": 1378.17, "end": 1378.67, "word": " toast", "probability": 0.794921875}, {"start": 1378.67, "end": 1379.03, "word": " with", "probability": 0.544921875}, {"start": 1379.03, "end": 1379.11, "word": " the", "probability": 0.568359375}, {"start": 1379.11, "end": 1379.37, "word": " element", "probability": 0.356689453125}, {"start": 1379.37, "end": 1379.63, "word": " that", "probability": 0.44775390625}, {"start": 1379.63, "end": 1379.81, "word": " I", "probability": 0.7333984375}, {"start": 1379.81, "end": 1383.61, "word": " ...", "probability": 0.11212158203125}, {"start": 1383.61, "end": 1385.25, "word": " Of", "probability": 0.7177734375}, {"start": 1385.25, "end": 1385.31, "word": " course,", "probability": 0.95703125}, {"start": 1385.39, "end": 1385.51, "word": " there", "probability": 0.666015625}, {"start": 1385.51, "end": 1385.63, "word": " is", "probability": 0.83837890625}, {"start": 1385.63, "end": 1385.75, "word": " no", "probability": 0.84716796875}, {"start": 1385.75, "end": 1386.95, "word": " getApplicationContext.", "probability": 0.77587890625}, {"start": 1387.73, "end": 1388.07, "word": " Right?", "probability": 0.365234375}, {"start": 1388.25, "end": 1388.29, "word": " No,", "probability": 0.640625}, {"start": 1388.35, "end": 1388.49, "word": " because", "probability": 0.8818359375}, {"start": 1388.49, "end": 1389.19, "word": " we", "probability": 0.8935546875}, {"start": 1389.19, "end": 1389.31, "word": " did", "probability": 0.463623046875}, {"start": 1389.31, "end": 1389.31, "word": " not", "probability": 0.94287109375}, {"start": 1389.31, "end": 1389.45, "word": " get", "probability": 0.457763671875}, {"start": 1389.45, "end": 1389.59, "word": " the", "probability": 0.63427734375}, {"start": 1389.59, "end": 1389.59, "word": " context", "probability": 0.9130859375}, {"start": 1389.59, "end": 1389.83, "word": " at", "probability": 0.37646484375}, {"start": 1389.83, "end": 1389.97, "word": " all.", "probability": 0.9404296875}, {"start": 1390.51, "end": 1390.75, "word": " But", "probability": 0.8984375}, {"start": 1390.75, "end": 1390.91, "word": " we", "probability": 0.740234375}, {"start": 1390.91, "end": 1391.07, "word": " can", "probability": 0.8916015625}, {"start": 1391.07, "end": 1391.25, "word": " go", "probability": 0.492431640625}, {"start": 1391.25, "end": 1391.43, "word": " and", "probability": 0.71875}, {"start": 1391.43, "end": 1391.55, "word": " say", "probability": 0.50439453125}, {"start": 1391.55, "end": 1391.93, "word": " holder", "probability": 0.6376953125}, {"start": 1391.93, "end": 1394.97, "word": ".itemView", "probability": 0.8131103515625}, {"start": 1394.97, "end": 1397.91, "word": ".getContext.", "probability": 0.958740234375}], "temperature": 1.0}, {"id": 55, "seek": 142853, "start": 1400.25, "end": 1428.53, "text": " The toast print needs context as well. Right or wrong? But I didn't use context for the adapter. You can get context from the holder itself. Holder.itemview.getcontext It is the same get application context. But this needs the holder to be final. Here p.getname", "tokens": [440, 15354, 4482, 2203, 4319, 382, 731, 13, 1779, 420, 2085, 30, 583, 286, 994, 380, 764, 4319, 337, 264, 22860, 13, 509, 393, 483, 4319, 490, 264, 20349, 2564, 13, 6962, 260, 13, 270, 443, 1759, 13, 847, 9000, 3828, 467, 307, 264, 912, 483, 3861, 4319, 13, 583, 341, 2203, 264, 20349, 281, 312, 2572, 13, 1692, 280, 13, 847, 16344], "avg_logprob": -0.5957031408324838, "compression_ratio": 1.5595238095238095, "no_speech_prob": 0.0, "words": [{"start": 1400.25, "end": 1400.81, "word": " The", "probability": 0.1943359375}, {"start": 1400.81, "end": 1401.37, "word": " toast", "probability": 0.119873046875}, {"start": 1401.37, "end": 1401.37, "word": " print", "probability": 0.44482421875}, {"start": 1401.37, "end": 1401.87, "word": " needs", "probability": 0.450439453125}, {"start": 1401.87, "end": 1403.05, "word": " context", "probability": 0.65283203125}, {"start": 1403.05, "end": 1403.29, "word": " as", "probability": 0.260498046875}, {"start": 1403.29, "end": 1403.35, "word": " well.", "probability": 0.9453125}, {"start": 1403.79, "end": 1404.05, "word": " Right", "probability": 0.2437744140625}, {"start": 1404.05, "end": 1404.21, "word": " or", "probability": 0.568359375}, {"start": 1404.21, "end": 1404.29, "word": " wrong?", "probability": 0.456787109375}, {"start": 1404.39, "end": 1404.65, "word": " But", "probability": 0.56103515625}, {"start": 1404.65, "end": 1404.83, "word": " I", "probability": 0.6884765625}, {"start": 1404.83, "end": 1404.91, "word": " didn't", "probability": 0.679443359375}, {"start": 1404.91, "end": 1405.21, "word": " use", "probability": 0.1126708984375}, {"start": 1405.21, "end": 1405.69, "word": " context", "probability": 0.7099609375}, {"start": 1405.69, "end": 1405.85, "word": " for", "probability": 0.5283203125}, {"start": 1405.85, "end": 1405.93, "word": " the", "probability": 0.67626953125}, {"start": 1405.93, "end": 1406.21, "word": " adapter.", "probability": 0.7685546875}, {"start": 1406.33, "end": 1406.59, "word": " You", "probability": 0.186279296875}, {"start": 1406.59, "end": 1406.87, "word": " can", "probability": 0.8271484375}, {"start": 1406.87, "end": 1407.19, "word": " get", "probability": 0.51708984375}, {"start": 1407.19, "end": 1407.73, "word": " context", "probability": 0.60205078125}, {"start": 1407.73, "end": 1407.93, "word": " from", "probability": 0.8525390625}, {"start": 1407.93, "end": 1409.17, "word": " the", "probability": 0.5859375}, {"start": 1409.17, "end": 1409.47, "word": " holder", "probability": 0.5498046875}, {"start": 1409.47, "end": 1409.81, "word": " itself.", "probability": 0.49755859375}, {"start": 1409.87, "end": 1410.25, "word": " Holder", "probability": 0.745849609375}, {"start": 1410.25, "end": 1411.13, "word": ".itemview", "probability": 0.7694091796875}, {"start": 1411.13, "end": 1413.41, "word": ".getcontext", "probability": 0.8895263671875}, {"start": 1413.41, "end": 1414.37, "word": " It", "probability": 0.387451171875}, {"start": 1414.37, "end": 1415.07, "word": " is", "probability": 0.57568359375}, {"start": 1415.07, "end": 1415.33, "word": " the", "probability": 0.6025390625}, {"start": 1415.33, "end": 1415.33, "word": " same", "probability": 0.6064453125}, {"start": 1415.33, "end": 1415.53, "word": " get", "probability": 0.2464599609375}, {"start": 1415.53, "end": 1415.95, "word": " application", "probability": 0.767578125}, {"start": 1415.95, "end": 1416.51, "word": " context.", "probability": 0.91162109375}, {"start": 1417.29, "end": 1417.69, "word": " But", "probability": 0.75048828125}, {"start": 1417.69, "end": 1417.91, "word": " this", "probability": 0.4912109375}, {"start": 1417.91, "end": 1418.11, "word": " needs", "probability": 0.2222900390625}, {"start": 1418.11, "end": 1418.27, "word": " the", "probability": 0.54150390625}, {"start": 1418.27, "end": 1418.55, "word": " holder", "probability": 0.7978515625}, {"start": 1418.55, "end": 1418.73, "word": " to", "probability": 0.86474609375}, {"start": 1418.73, "end": 1418.87, "word": " be", "probability": 0.6201171875}, {"start": 1418.87, "end": 1421.19, "word": " final.", "probability": 0.39013671875}, {"start": 1426.67, "end": 1427.23, "word": " Here", "probability": 0.55322265625}, {"start": 1427.23, "end": 1427.51, "word": " p", "probability": 0.2109375}, {"start": 1427.51, "end": 1428.53, "word": ".getname", "probability": 0.8712565104166666}], "temperature": 1.0}, {"id": 56, "seek": 146649, "start": 1437.39, "end": 1466.49, "text": " Ok, I'm done. Actually, the process is very simple. The constructor is almost the same as the constructor of the ListView, but I didn't make it contextual. There are only two methods, onCreateViewHolder and onBindViewHolder. onCreateViewHolder actually asks for ViewHolder. I went to check the ViewHolder, but what does the ViewHolder need? The View itself. I went and told it to inflate before. And then it returns to the ViewHolder.", "tokens": [3477, 11, 286, 478, 1096, 13, 5135, 11, 264, 1399, 307, 588, 2199, 13, 440, 47479, 307, 1920, 264, 912, 382, 264, 47479, 295, 264, 17668, 30203, 11, 457, 286, 994, 380, 652, 309, 35526, 13, 821, 366, 787, 732, 7150, 11, 322, 44637, 473, 30203, 42347, 260, 293, 322, 33, 471, 30203, 42347, 260, 13, 322, 44637, 473, 30203, 42347, 260, 767, 8962, 337, 13909, 42347, 260, 13, 286, 1437, 281, 1520, 264, 13909, 42347, 260, 11, 457, 437, 775, 264, 13909, 42347, 260, 643, 30, 440, 13909, 2564, 13, 286, 1437, 293, 1907, 309, 281, 9922, 473, 949, 13, 400, 550, 309, 11247, 281, 264, 13909, 42347, 260, 13], "avg_logprob": -0.45089285421584335, "compression_ratio": 1.7975206611570247, "no_speech_prob": 0.0, "words": [{"start": 1437.39, "end": 1437.77, "word": " Ok,", "probability": 0.16259765625}, {"start": 1437.87, "end": 1438.27, "word": " I'm", "probability": 0.3267822265625}, {"start": 1438.27, "end": 1438.27, "word": " done.", "probability": 0.81787109375}, {"start": 1440.11, "end": 1440.71, "word": " Actually,", "probability": 0.294189453125}, {"start": 1441.15, "end": 1441.67, "word": " the", "probability": 0.434814453125}, {"start": 1441.67, "end": 1441.87, "word": " process", "probability": 0.8125}, {"start": 1441.87, "end": 1441.97, "word": " is", "probability": 0.9296875}, {"start": 1441.97, "end": 1442.49, "word": " very", "probability": 0.59228515625}, {"start": 1442.49, "end": 1442.49, "word": " simple.", "probability": 0.82763671875}, {"start": 1442.83, "end": 1442.93, "word": " The", "probability": 0.6103515625}, {"start": 1442.93, "end": 1443.51, "word": " constructor", "probability": 0.93994140625}, {"start": 1443.51, "end": 1443.75, "word": " is", "probability": 0.83251953125}, {"start": 1443.75, "end": 1444.05, "word": " almost", "probability": 0.333740234375}, {"start": 1444.05, "end": 1444.23, "word": " the", "probability": 0.3310546875}, {"start": 1444.23, "end": 1444.33, "word": " same", "probability": 0.7802734375}, {"start": 1444.33, "end": 1444.33, "word": " as", "probability": 0.85498046875}, {"start": 1444.33, "end": 1444.33, "word": " the", "probability": 0.67724609375}, {"start": 1444.33, "end": 1444.75, "word": " constructor", "probability": 0.89306640625}, {"start": 1444.75, "end": 1445.05, "word": " of", "probability": 0.5849609375}, {"start": 1445.05, "end": 1445.17, "word": " the", "probability": 0.415283203125}, {"start": 1445.17, "end": 1445.57, "word": " ListView,", "probability": 0.72265625}, {"start": 1445.61, "end": 1445.75, "word": " but", "probability": 0.78955078125}, {"start": 1445.75, "end": 1445.87, "word": " I", "probability": 0.32861328125}, {"start": 1445.87, "end": 1445.87, "word": " didn't", "probability": 0.7435302734375}, {"start": 1445.87, "end": 1446.11, "word": " make", "probability": 0.11187744140625}, {"start": 1446.11, "end": 1446.43, "word": " it", "probability": 0.81787109375}, {"start": 1446.43, "end": 1447.39, "word": " contextual.", "probability": 0.2109375}, {"start": 1448.45, "end": 1449.05, "word": " There", "probability": 0.625}, {"start": 1449.05, "end": 1449.13, "word": " are", "probability": 0.884765625}, {"start": 1449.13, "end": 1449.25, "word": " only", "probability": 0.36669921875}, {"start": 1449.25, "end": 1449.35, "word": " two", "probability": 0.78857421875}, {"start": 1449.35, "end": 1449.71, "word": " methods,", "probability": 0.9189453125}, {"start": 1450.05, "end": 1451.29, "word": " onCreateViewHolder", "probability": 0.8624674479166666}, {"start": 1451.29, "end": 1451.75, "word": " and", "probability": 0.638671875}, {"start": 1451.75, "end": 1452.89, "word": " onBindViewHolder.", "probability": 0.9642740885416666}, {"start": 1454.07, "end": 1454.67, "word": " onCreateViewHolder", "probability": 0.875244140625}, {"start": 1454.67, "end": 1455.77, "word": " actually", "probability": 0.298095703125}, {"start": 1455.77, "end": 1456.79, "word": " asks", "probability": 0.449951171875}, {"start": 1456.79, "end": 1457.55, "word": " for", "probability": 0.74169921875}, {"start": 1457.55, "end": 1458.17, "word": " ViewHolder.", "probability": 0.763427734375}, {"start": 1458.23, "end": 1458.35, "word": " I", "probability": 0.383056640625}, {"start": 1458.35, "end": 1458.49, "word": " went", "probability": 0.20556640625}, {"start": 1458.49, "end": 1458.59, "word": " to", "probability": 0.57958984375}, {"start": 1458.59, "end": 1458.77, "word": " check", "probability": 0.1622314453125}, {"start": 1458.77, "end": 1458.87, "word": " the", "probability": 0.3212890625}, {"start": 1458.87, "end": 1459.33, "word": " ViewHolder,", "probability": 0.9078776041666666}, {"start": 1459.39, "end": 1459.53, "word": " but", "probability": 0.84912109375}, {"start": 1459.53, "end": 1459.69, "word": " what", "probability": 0.60498046875}, {"start": 1459.69, "end": 1459.69, "word": " does", "probability": 0.8125}, {"start": 1459.69, "end": 1459.69, "word": " the", "probability": 0.65576171875}, {"start": 1459.69, "end": 1460.15, "word": " ViewHolder", "probability": 0.9391276041666666}, {"start": 1460.15, "end": 1460.69, "word": " need?", "probability": 0.853515625}, {"start": 1461.09, "end": 1461.49, "word": " The", "probability": 0.69677734375}, {"start": 1461.49, "end": 1461.65, "word": " View", "probability": 0.390869140625}, {"start": 1461.65, "end": 1461.89, "word": " itself.", "probability": 0.69189453125}, {"start": 1461.97, "end": 1462.01, "word": " I", "probability": 0.923828125}, {"start": 1462.01, "end": 1462.11, "word": " went", "probability": 0.673828125}, {"start": 1462.11, "end": 1462.27, "word": " and", "probability": 0.38134765625}, {"start": 1462.27, "end": 1462.39, "word": " told", "probability": 0.59765625}, {"start": 1462.39, "end": 1462.55, "word": " it", "probability": 0.71337890625}, {"start": 1462.55, "end": 1462.59, "word": " to", "probability": 0.7177734375}, {"start": 1462.59, "end": 1463.09, "word": " inflate", "probability": 0.869384765625}, {"start": 1463.09, "end": 1463.91, "word": " before.", "probability": 0.279296875}, {"start": 1464.67, "end": 1464.99, "word": " And", "probability": 0.50244140625}, {"start": 1464.99, "end": 1465.17, "word": " then", "probability": 0.73779296875}, {"start": 1465.17, "end": 1465.33, "word": " it", "probability": 0.61572265625}, {"start": 1465.33, "end": 1465.79, "word": " returns", "probability": 0.7236328125}, {"start": 1465.79, "end": 1465.95, "word": " to", "probability": 0.58251953125}, {"start": 1465.95, "end": 1466.01, "word": " the", "probability": 0.73388671875}, {"start": 1466.01, "end": 1466.49, "word": " ViewHolder.", "probability": 0.9508463541666666}], "temperature": 1.0}, {"id": 57, "seek": 149705, "start": 1467.53, "end": 1497.05, "text": "The second method is to unbind the view holder, which means that you have an answer that you want to fill in. And to fill in the view holder, you don't need the view. Because you don't need to do the find view by id. You need the view holder. This is the view holder. By filling in the data. I brought the view holder and filled in the data. And that's how we solved it. Okay, there is an error.", "tokens": [2278, 1150, 3170, 307, 281, 517, 65, 471, 264, 1910, 20349, 11, 597, 1355, 300, 291, 362, 364, 1867, 300, 291, 528, 281, 2836, 294, 13, 400, 281, 2836, 294, 264, 1910, 20349, 11, 291, 500, 380, 643, 264, 1910, 13, 1436, 291, 500, 380, 643, 281, 360, 264, 915, 1910, 538, 4496, 13, 509, 643, 264, 1910, 20349, 13, 639, 307, 264, 1910, 20349, 13, 3146, 10623, 294, 264, 1412, 13, 286, 3038, 264, 1910, 20349, 293, 6412, 294, 264, 1412, 13, 400, 300, 311, 577, 321, 13041, 309, 13, 1033, 11, 456, 307, 364, 6713, 13], "avg_logprob": -0.541982337681934, "compression_ratio": 1.8899521531100478, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1467.53, "end": 1467.71, "word": "The", "probability": 0.296875}, {"start": 1467.71, "end": 1468.21, "word": " second", "probability": 0.662109375}, {"start": 1468.21, "end": 1468.21, "word": " method", "probability": 0.81689453125}, {"start": 1468.21, "end": 1468.35, "word": " is", "probability": 0.6728515625}, {"start": 1468.35, "end": 1468.39, "word": " to", "probability": 0.3798828125}, {"start": 1468.39, "end": 1468.77, "word": " unbind", "probability": 0.6944986979166666}, {"start": 1468.77, "end": 1468.93, "word": " the", "probability": 0.4453125}, {"start": 1468.93, "end": 1469.05, "word": " view", "probability": 0.70654296875}, {"start": 1469.05, "end": 1469.35, "word": " holder,", "probability": 0.34716796875}, {"start": 1469.51, "end": 1469.63, "word": " which", "probability": 0.234130859375}, {"start": 1469.63, "end": 1469.63, "word": " means", "probability": 0.85888671875}, {"start": 1469.63, "end": 1469.91, "word": " that", "probability": 0.422607421875}, {"start": 1469.91, "end": 1470.01, "word": " you", "probability": 0.578125}, {"start": 1470.01, "end": 1470.13, "word": " have", "probability": 0.56103515625}, {"start": 1470.13, "end": 1470.37, "word": " an", "probability": 0.2379150390625}, {"start": 1470.37, "end": 1470.83, "word": " answer", "probability": 0.72314453125}, {"start": 1470.83, "end": 1471.03, "word": " that", "probability": 0.5625}, {"start": 1471.03, "end": 1471.15, "word": " you", "probability": 0.609375}, {"start": 1471.15, "end": 1471.15, "word": " want", "probability": 0.73193359375}, {"start": 1471.15, "end": 1471.17, "word": " to", "probability": 0.89306640625}, {"start": 1471.17, "end": 1471.37, "word": " fill", "probability": 0.6123046875}, {"start": 1471.37, "end": 1471.51, "word": " in.", "probability": 0.4140625}, {"start": 1472.29, "end": 1472.47, "word": " And", "probability": 0.41162109375}, {"start": 1472.47, "end": 1472.75, "word": " to", "probability": 0.6591796875}, {"start": 1472.75, "end": 1473.01, "word": " fill", "probability": 0.740234375}, {"start": 1473.01, "end": 1473.09, "word": " in", "probability": 0.55419921875}, {"start": 1473.09, "end": 1473.31, "word": " the", "probability": 0.322509765625}, {"start": 1473.31, "end": 1474.53, "word": " view", "probability": 0.421630859375}, {"start": 1474.53, "end": 1474.79, "word": " holder,", "probability": 0.69970703125}, {"start": 1474.85, "end": 1475.81, "word": " you", "probability": 0.3583984375}, {"start": 1475.81, "end": 1475.81, "word": " don't", "probability": 0.7205810546875}, {"start": 1475.81, "end": 1476.19, "word": " need", "probability": 0.87353515625}, {"start": 1476.19, "end": 1476.39, "word": " the", "probability": 0.5439453125}, {"start": 1476.39, "end": 1476.61, "word": " view.", "probability": 0.78759765625}, {"start": 1477.55, "end": 1477.99, "word": " Because", "probability": 0.7041015625}, {"start": 1477.99, "end": 1478.41, "word": " you", "probability": 0.92529296875}, {"start": 1478.41, "end": 1478.53, "word": " don't", "probability": 0.832763671875}, {"start": 1478.53, "end": 1478.93, "word": " need", "probability": 0.82666015625}, {"start": 1478.93, "end": 1479.07, "word": " to", "probability": 0.9365234375}, {"start": 1479.07, "end": 1479.17, "word": " do", "probability": 0.346435546875}, {"start": 1479.17, "end": 1479.27, "word": " the", "probability": 0.603515625}, {"start": 1479.27, "end": 1479.57, "word": " find", "probability": 0.2198486328125}, {"start": 1479.57, "end": 1480.73, "word": " view", "probability": 0.459716796875}, {"start": 1480.73, "end": 1480.97, "word": " by", "probability": 0.884765625}, {"start": 1480.97, "end": 1481.27, "word": " id.", "probability": 0.49951171875}, {"start": 1481.37, "end": 1481.53, "word": " You", "probability": 0.650390625}, {"start": 1481.53, "end": 1481.85, "word": " need", "probability": 0.611328125}, {"start": 1481.85, "end": 1482.85, "word": " the", "probability": 0.41357421875}, {"start": 1482.85, "end": 1483.11, "word": " view", "probability": 0.859375}, {"start": 1483.11, "end": 1483.69, "word": " holder.", "probability": 0.315673828125}, {"start": 1483.75, "end": 1483.75, "word": " This", "probability": 0.1253662109375}, {"start": 1483.75, "end": 1483.83, "word": " is", "probability": 0.8017578125}, {"start": 1483.83, "end": 1483.95, "word": " the", "probability": 0.79833984375}, {"start": 1483.95, "end": 1484.13, "word": " view", "probability": 0.87255859375}, {"start": 1484.13, "end": 1484.41, "word": " holder.", "probability": 0.8095703125}, {"start": 1484.87, "end": 1485.09, "word": " By", "probability": 0.345458984375}, {"start": 1485.09, "end": 1485.55, "word": " filling", "probability": 0.5224609375}, {"start": 1485.55, "end": 1485.65, "word": " in", "probability": 0.59326171875}, {"start": 1485.65, "end": 1485.67, "word": " the", "probability": 0.85986328125}, {"start": 1485.67, "end": 1485.87, "word": " data.", "probability": 0.6865234375}, {"start": 1486.11, "end": 1486.51, "word": " I", "probability": 0.407958984375}, {"start": 1486.51, "end": 1486.65, "word": " brought", "probability": 0.389404296875}, {"start": 1486.65, "end": 1486.81, "word": " the", "probability": 0.75341796875}, {"start": 1486.81, "end": 1486.99, "word": " view", "probability": 0.8896484375}, {"start": 1486.99, "end": 1487.23, "word": " holder", "probability": 0.81103515625}, {"start": 1487.23, "end": 1487.35, "word": " and", "probability": 0.78466796875}, {"start": 1487.35, "end": 1487.59, "word": " filled", "probability": 0.8232421875}, {"start": 1487.59, "end": 1487.83, "word": " in", "probability": 0.52783203125}, {"start": 1487.83, "end": 1489.69, "word": " the", "probability": 0.86865234375}, {"start": 1489.69, "end": 1489.95, "word": " data.", "probability": 0.91162109375}, {"start": 1490.51, "end": 1490.91, "word": " And", "probability": 0.73486328125}, {"start": 1490.91, "end": 1491.05, "word": " that's", "probability": 0.57958984375}, {"start": 1491.05, "end": 1491.05, "word": " how", "probability": 0.712890625}, {"start": 1491.05, "end": 1491.41, "word": " we", "probability": 0.67578125}, {"start": 1491.41, "end": 1491.41, "word": " solved", "probability": 0.2255859375}, {"start": 1491.41, "end": 1491.97, "word": " it.", "probability": 0.8310546875}, {"start": 1496.07, "end": 1496.51, "word": " Okay,", "probability": 0.43359375}, {"start": 1496.63, "end": 1496.73, "word": " there", "probability": 0.69921875}, {"start": 1496.73, "end": 1496.73, "word": " is", "probability": 0.49609375}, {"start": 1496.73, "end": 1496.83, "word": " an", "probability": 0.8251953125}, {"start": 1496.83, "end": 1497.05, "word": " error.", "probability": 0.90234375}], "temperature": 1.0}, {"id": 58, "seek": 152348, "start": 1499.26, "end": 1523.48, "text": " Where is it? Yes, the P. Okay. I will put this as final. I will go back to the main activity. This is the difference between the recycler view and the list view which is in the adapter. Now I will tell it to set adapter. No, I did not create it at all.", "tokens": [2305, 307, 309, 30, 1079, 11, 264, 430, 13, 1033, 13, 286, 486, 829, 341, 382, 2572, 13, 286, 486, 352, 646, 281, 264, 2135, 5191, 13, 639, 307, 264, 2649, 1296, 264, 12036, 66, 1918, 1910, 293, 264, 1329, 1910, 597, 307, 294, 264, 22860, 13, 823, 286, 486, 980, 309, 281, 992, 22860, 13, 883, 11, 286, 630, 406, 1884, 309, 412, 439, 13], "avg_logprob": -0.45825560769038415, "compression_ratio": 1.5149700598802396, "no_speech_prob": 0.0, "words": [{"start": 1499.26, "end": 1499.58, "word": " Where", "probability": 0.146484375}, {"start": 1499.58, "end": 1499.84, "word": " is", "probability": 0.69775390625}, {"start": 1499.84, "end": 1499.84, "word": " it?", "probability": 0.9169921875}, {"start": 1501.42, "end": 1501.8, "word": " Yes,", "probability": 0.451416015625}, {"start": 1501.84, "end": 1501.92, "word": " the", "probability": 0.2666015625}, {"start": 1501.92, "end": 1502.12, "word": " P.", "probability": 0.6572265625}, {"start": 1502.24, "end": 1502.54, "word": " Okay.", "probability": 0.3271484375}, {"start": 1503.28, "end": 1503.4, "word": " I", "probability": 0.475830078125}, {"start": 1503.4, "end": 1503.44, "word": " will", "probability": 0.2493896484375}, {"start": 1503.44, "end": 1503.56, "word": " put", "probability": 0.62890625}, {"start": 1503.56, "end": 1503.78, "word": " this", "probability": 0.63818359375}, {"start": 1503.78, "end": 1503.82, "word": " as", "probability": 0.427734375}, {"start": 1503.82, "end": 1504.08, "word": " final.", "probability": 0.64501953125}, {"start": 1507.98, "end": 1508.36, "word": " I", "probability": 0.309326171875}, {"start": 1508.36, "end": 1508.48, "word": " will", "probability": 0.7958984375}, {"start": 1508.48, "end": 1508.48, "word": " go", "probability": 0.52685546875}, {"start": 1508.48, "end": 1508.74, "word": " back", "probability": 0.85888671875}, {"start": 1508.74, "end": 1509.46, "word": " to", "probability": 0.94580078125}, {"start": 1509.46, "end": 1509.68, "word": " the", "probability": 0.6044921875}, {"start": 1509.68, "end": 1509.8, "word": " main", "probability": 0.681640625}, {"start": 1509.8, "end": 1510.0, "word": " activity.", "probability": 0.5673828125}, {"start": 1510.06, "end": 1510.24, "word": " This", "probability": 0.642578125}, {"start": 1510.24, "end": 1510.26, "word": " is", "probability": 0.89892578125}, {"start": 1510.26, "end": 1510.38, "word": " the", "probability": 0.90380859375}, {"start": 1510.38, "end": 1510.6, "word": " difference", "probability": 0.82275390625}, {"start": 1510.6, "end": 1511.68, "word": " between", "probability": 0.87109375}, {"start": 1511.68, "end": 1511.92, "word": " the", "probability": 0.62890625}, {"start": 1511.92, "end": 1512.36, "word": " recycler", "probability": 0.7939453125}, {"start": 1512.36, "end": 1512.64, "word": " view", "probability": 0.93115234375}, {"start": 1512.64, "end": 1512.82, "word": " and", "probability": 0.9248046875}, {"start": 1512.82, "end": 1512.94, "word": " the", "probability": 0.75732421875}, {"start": 1512.94, "end": 1513.12, "word": " list", "probability": 0.91015625}, {"start": 1513.12, "end": 1513.34, "word": " view", "probability": 0.88427734375}, {"start": 1513.34, "end": 1513.44, "word": " which", "probability": 0.255859375}, {"start": 1513.44, "end": 1513.58, "word": " is", "probability": 0.89404296875}, {"start": 1513.58, "end": 1513.68, "word": " in", "probability": 0.68505859375}, {"start": 1513.68, "end": 1513.78, "word": " the", "probability": 0.86181640625}, {"start": 1513.78, "end": 1514.08, "word": " adapter.", "probability": 0.7666015625}, {"start": 1514.56, "end": 1514.9, "word": " Now", "probability": 0.64404296875}, {"start": 1514.9, "end": 1515.02, "word": " I", "probability": 0.6748046875}, {"start": 1515.02, "end": 1515.04, "word": " will", "probability": 0.5087890625}, {"start": 1515.04, "end": 1515.2, "word": " tell", "probability": 0.3837890625}, {"start": 1515.2, "end": 1515.36, "word": " it", "probability": 0.56884765625}, {"start": 1515.36, "end": 1515.38, "word": " to", "probability": 0.2073974609375}, {"start": 1515.38, "end": 1515.54, "word": " set", "probability": 0.82177734375}, {"start": 1515.54, "end": 1516.1, "word": " adapter.", "probability": 0.84716796875}, {"start": 1521.74, "end": 1521.88, "word": " No,", "probability": 0.85107421875}, {"start": 1522.46, "end": 1522.74, "word": " I", "probability": 0.8388671875}, {"start": 1522.74, "end": 1522.74, "word": " did", "probability": 0.5546875}, {"start": 1522.74, "end": 1522.74, "word": " not", "probability": 0.939453125}, {"start": 1522.74, "end": 1522.98, "word": " create", "probability": 0.304931640625}, {"start": 1522.98, "end": 1523.2, "word": " it", "probability": 0.79150390625}, {"start": 1523.2, "end": 1523.36, "word": " at", "probability": 0.255859375}, {"start": 1523.36, "end": 1523.48, "word": " all.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 59, "seek": 155364, "start": 1526.58, "end": 1553.64, "text": " MyAdapter.new MyAdapter Persons Layout Inflate Layout", "tokens": [1222, 15830, 5446, 13, 7686, 1222, 15830, 5446, 14006, 892, 20084, 346, 682, 3423, 473, 20084, 346], "avg_logprob": -0.8107639021343656, "compression_ratio": 1.1020408163265305, "no_speech_prob": 0.0, "words": [{"start": 1526.58, "end": 1527.98, "word": " MyAdapter", "probability": 0.4333292643229167}, {"start": 1527.98, "end": 1529.38, "word": ".new", "probability": 0.15707015991210938}, {"start": 1529.38, "end": 1531.0, "word": " MyAdapter", "probability": 0.737548828125}, {"start": 1531.0, "end": 1534.12, "word": " Persons", "probability": 0.610107421875}, {"start": 1534.12, "end": 1537.5, "word": " Layout", "probability": 0.530029296875}, {"start": 1537.5, "end": 1549.24, "word": " Inflate", "probability": 0.6579386393229166}, {"start": 1549.24, "end": 1553.64, "word": " Layout", "probability": 0.7227783203125}], "temperature": 1.0}, {"id": 60, "seek": 157950, "start": 1554.68, "end": 1579.5, "text": " No one paid attention to it, guys. When I do inflate, I don't pass through the layout. Right or wrong? Ok, I use the item that I passed through. Ok, here I created the adapter, and then I say set adapter adapter. Ok, we don't want to install it yet. Did you find it?", "tokens": [883, 472, 4835, 3202, 281, 309, 11, 1074, 13, 1133, 286, 360, 9922, 473, 11, 286, 500, 380, 1320, 807, 264, 13333, 13, 1779, 420, 2085, 30, 3477, 11, 286, 764, 264, 3174, 300, 286, 4678, 807, 13, 3477, 11, 510, 286, 2942, 264, 22860, 11, 293, 550, 286, 584, 992, 22860, 22860, 13, 3477, 11, 321, 500, 380, 528, 281, 3625, 309, 1939, 13, 2589, 291, 915, 309, 30], "avg_logprob": -0.5470950754595475, "compression_ratio": 1.5433526011560694, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1554.68, "end": 1554.92, "word": " No", "probability": 0.1539306640625}, {"start": 1554.92, "end": 1555.14, "word": " one", "probability": 0.896484375}, {"start": 1555.14, "end": 1555.34, "word": " paid", "probability": 0.1702880859375}, {"start": 1555.34, "end": 1555.48, "word": " attention", "probability": 0.90087890625}, {"start": 1555.48, "end": 1555.6, "word": " to", "probability": 0.51513671875}, {"start": 1555.6, "end": 1555.6, "word": " it,", "probability": 0.53369140625}, {"start": 1555.66, "end": 1556.12, "word": " guys.", "probability": 0.6435546875}, {"start": 1556.22, "end": 1556.54, "word": " When", "probability": 0.66796875}, {"start": 1556.54, "end": 1556.66, "word": " I", "probability": 0.875}, {"start": 1556.66, "end": 1556.74, "word": " do", "probability": 0.177734375}, {"start": 1556.74, "end": 1557.26, "word": " inflate,", "probability": 0.770751953125}, {"start": 1557.32, "end": 1557.58, "word": " I", "probability": 0.67138671875}, {"start": 1557.58, "end": 1557.6, "word": " don't", "probability": 0.7095947265625}, {"start": 1557.6, "end": 1557.76, "word": " pass", "probability": 0.2030029296875}, {"start": 1557.76, "end": 1557.9, "word": " through", "probability": 0.34765625}, {"start": 1557.9, "end": 1557.96, "word": " the", "probability": 0.62255859375}, {"start": 1557.96, "end": 1558.38, "word": " layout.", "probability": 0.919921875}, {"start": 1559.12, "end": 1559.56, "word": " Right", "probability": 0.525390625}, {"start": 1559.56, "end": 1559.72, "word": " or", "probability": 0.7802734375}, {"start": 1559.72, "end": 1559.88, "word": " wrong?", "probability": 0.42919921875}, {"start": 1560.98, "end": 1561.42, "word": " Ok,", "probability": 0.193603515625}, {"start": 1561.48, "end": 1561.66, "word": " I", "probability": 0.9267578125}, {"start": 1561.66, "end": 1562.16, "word": " use", "probability": 0.477783203125}, {"start": 1562.16, "end": 1562.64, "word": " the", "probability": 0.86083984375}, {"start": 1562.64, "end": 1562.92, "word": " item", "probability": 0.90185546875}, {"start": 1562.92, "end": 1563.04, "word": " that", "probability": 0.439208984375}, {"start": 1563.04, "end": 1563.12, "word": " I", "probability": 0.9072265625}, {"start": 1563.12, "end": 1563.28, "word": " passed", "probability": 0.572265625}, {"start": 1563.28, "end": 1566.16, "word": " through.", "probability": 0.6083984375}, {"start": 1567.62, "end": 1568.06, "word": " Ok,", "probability": 0.6591796875}, {"start": 1568.1, "end": 1568.26, "word": " here", "probability": 0.392333984375}, {"start": 1568.26, "end": 1568.32, "word": " I", "probability": 0.9423828125}, {"start": 1568.32, "end": 1568.62, "word": " created", "probability": 0.458984375}, {"start": 1568.62, "end": 1568.8, "word": " the", "probability": 0.77685546875}, {"start": 1568.8, "end": 1569.16, "word": " adapter,", "probability": 0.83837890625}, {"start": 1569.72, "end": 1570.06, "word": " and", "probability": 0.5048828125}, {"start": 1570.06, "end": 1570.26, "word": " then", "probability": 0.7001953125}, {"start": 1570.26, "end": 1570.4, "word": " I", "probability": 0.9462890625}, {"start": 1570.4, "end": 1570.56, "word": " say", "probability": 0.6025390625}, {"start": 1570.56, "end": 1570.82, "word": " set", "probability": 0.7802734375}, {"start": 1570.82, "end": 1571.34, "word": " adapter", "probability": 0.8359375}, {"start": 1571.34, "end": 1571.82, "word": " adapter.", "probability": 0.67724609375}, {"start": 1576.04, "end": 1576.48, "word": " Ok,", "probability": 0.794921875}, {"start": 1576.58, "end": 1576.84, "word": " we", "probability": 0.6328125}, {"start": 1576.84, "end": 1577.1, "word": " don't", "probability": 0.68212890625}, {"start": 1577.1, "end": 1577.36, "word": " want", "probability": 0.48388671875}, {"start": 1577.36, "end": 1577.56, "word": " to", "probability": 0.7412109375}, {"start": 1577.56, "end": 1577.78, "word": " install", "probability": 0.12152099609375}, {"start": 1577.78, "end": 1578.0, "word": " it", "probability": 0.62353515625}, {"start": 1578.0, "end": 1578.0, "word": " yet.", "probability": 0.875}, {"start": 1578.76, "end": 1579.2, "word": " Did", "probability": 0.50341796875}, {"start": 1579.2, "end": 1579.2, "word": " you", "probability": 0.95703125}, {"start": 1579.2, "end": 1579.38, "word": " find", "probability": 0.5107421875}, {"start": 1579.38, "end": 1579.5, "word": " it?", "probability": 0.84765625}], "temperature": 1.0}, {"id": 61, "seek": 160048, "start": 1580.46, "end": 1600.48, "text": " Until now, the adapter is almost the same as the ListView, but it's a bit different in the adapter. And in order to make an adapter, you have to make the class extendViewHolder before it. Now, in the ListView, we used to do like this, set adapter and turn it on, and the ListView will work. Now, in the RecyclerView, it doesn't work.", "tokens": [9088, 586, 11, 264, 22860, 307, 1920, 264, 912, 382, 264, 17668, 30203, 11, 457, 309, 311, 257, 857, 819, 294, 264, 22860, 13, 400, 294, 1668, 281, 652, 364, 22860, 11, 291, 362, 281, 652, 264, 1508, 10101, 30203, 42347, 260, 949, 309, 13, 823, 11, 294, 264, 17668, 30203, 11, 321, 1143, 281, 360, 411, 341, 11, 992, 22860, 293, 1261, 309, 322, 11, 293, 264, 17668, 30203, 486, 589, 13, 823, 11, 294, 264, 1300, 1344, 66, 1918, 30203, 11, 309, 1177, 380, 589, 13], "avg_logprob": -0.49719103802455944, "compression_ratio": 1.6954314720812182, "no_speech_prob": 0.0, "words": [{"start": 1580.46, "end": 1580.82, "word": " Until", "probability": 0.2061767578125}, {"start": 1580.82, "end": 1581.16, "word": " now,", "probability": 0.90966796875}, {"start": 1581.38, "end": 1581.48, "word": " the", "probability": 0.501953125}, {"start": 1581.48, "end": 1581.84, "word": " adapter", "probability": 0.7431640625}, {"start": 1581.84, "end": 1582.04, "word": " is", "probability": 0.59375}, {"start": 1582.04, "end": 1582.44, "word": " almost", "probability": 0.332763671875}, {"start": 1582.44, "end": 1582.64, "word": " the", "probability": 0.481201171875}, {"start": 1582.64, "end": 1582.7, "word": " same", "probability": 0.8828125}, {"start": 1582.7, "end": 1582.7, "word": " as", "probability": 0.869140625}, {"start": 1582.7, "end": 1582.8, "word": " the", "probability": 0.439208984375}, {"start": 1582.8, "end": 1583.12, "word": " ListView,", "probability": 0.683349609375}, {"start": 1583.26, "end": 1583.4, "word": " but", "probability": 0.70849609375}, {"start": 1583.4, "end": 1583.54, "word": " it's", "probability": 0.32470703125}, {"start": 1583.54, "end": 1583.8, "word": " a", "probability": 0.392822265625}, {"start": 1583.8, "end": 1583.8, "word": " bit", "probability": 0.39111328125}, {"start": 1583.8, "end": 1583.8, "word": " different", "probability": 0.861328125}, {"start": 1583.8, "end": 1584.74, "word": " in", "probability": 0.440185546875}, {"start": 1584.74, "end": 1584.84, "word": " the", "probability": 0.6474609375}, {"start": 1584.84, "end": 1585.18, "word": " adapter.", "probability": 0.84033203125}, {"start": 1586.98, "end": 1587.34, "word": " And", "probability": 0.4326171875}, {"start": 1587.34, "end": 1587.52, "word": " in", "probability": 0.365478515625}, {"start": 1587.52, "end": 1587.52, "word": " order", "probability": 0.90966796875}, {"start": 1587.52, "end": 1587.64, "word": " to", "probability": 0.9443359375}, {"start": 1587.64, "end": 1587.82, "word": " make", "probability": 0.53564453125}, {"start": 1587.82, "end": 1587.96, "word": " an", "probability": 0.81201171875}, {"start": 1587.96, "end": 1588.28, "word": " adapter,", "probability": 0.89453125}, {"start": 1588.46, "end": 1588.46, "word": " you", "probability": 0.76220703125}, {"start": 1588.46, "end": 1588.58, "word": " have", "probability": 0.2783203125}, {"start": 1588.58, "end": 1588.7, "word": " to", "probability": 0.97021484375}, {"start": 1588.7, "end": 1588.88, "word": " make", "probability": 0.45263671875}, {"start": 1588.88, "end": 1590.06, "word": " the", "probability": 0.298583984375}, {"start": 1590.06, "end": 1591.56, "word": " class", "probability": 0.52294921875}, {"start": 1591.56, "end": 1593.26, "word": " extendViewHolder", "probability": 0.71783447265625}, {"start": 1593.26, "end": 1593.26, "word": " before", "probability": 0.479736328125}, {"start": 1593.26, "end": 1593.26, "word": " it.", "probability": 0.65185546875}, {"start": 1594.52, "end": 1594.88, "word": " Now,", "probability": 0.6513671875}, {"start": 1595.0, "end": 1595.22, "word": " in", "probability": 0.7998046875}, {"start": 1595.22, "end": 1595.32, "word": " the", "probability": 0.5888671875}, {"start": 1595.32, "end": 1595.72, "word": " ListView,", "probability": 0.927978515625}, {"start": 1595.8, "end": 1595.96, "word": " we", "probability": 0.8017578125}, {"start": 1595.96, "end": 1595.98, "word": " used", "probability": 0.64599609375}, {"start": 1595.98, "end": 1596.06, "word": " to", "probability": 0.97119140625}, {"start": 1596.06, "end": 1596.2, "word": " do", "probability": 0.364501953125}, {"start": 1596.2, "end": 1596.34, "word": " like", "probability": 0.2113037109375}, {"start": 1596.34, "end": 1596.48, "word": " this,", "probability": 0.85498046875}, {"start": 1596.5, "end": 1596.7, "word": " set", "probability": 0.705078125}, {"start": 1596.7, "end": 1597.06, "word": " adapter", "probability": 0.5146484375}, {"start": 1597.06, "end": 1597.24, "word": " and", "probability": 0.6513671875}, {"start": 1597.24, "end": 1597.34, "word": " turn", "probability": 0.27880859375}, {"start": 1597.34, "end": 1597.34, "word": " it", "probability": 0.79345703125}, {"start": 1597.34, "end": 1597.74, "word": " on,", "probability": 0.93994140625}, {"start": 1598.28, "end": 1598.38, "word": " and", "probability": 0.791015625}, {"start": 1598.38, "end": 1598.7, "word": " the", "probability": 0.62890625}, {"start": 1598.7, "end": 1599.16, "word": " ListView", "probability": 0.92822265625}, {"start": 1599.16, "end": 1599.16, "word": " will", "probability": 0.33203125}, {"start": 1599.16, "end": 1599.16, "word": " work.", "probability": 0.55078125}, {"start": 1599.32, "end": 1599.48, "word": " Now,", "probability": 0.57275390625}, {"start": 1599.64, "end": 1599.7, "word": " in", "probability": 0.2249755859375}, {"start": 1599.7, "end": 1599.78, "word": " the", "probability": 0.525390625}, {"start": 1599.78, "end": 1600.36, "word": " RecyclerView,", "probability": 0.87392578125}, {"start": 1600.42, "end": 1600.48, "word": " it", "probability": 0.6923828125}, {"start": 1600.48, "end": 1600.48, "word": " doesn't", "probability": 0.747314453125}, {"start": 1600.48, "end": 1600.48, "word": " work.", "probability": 0.580078125}], "temperature": 1.0}, {"id": 62, "seek": 162427, "start": 1601.33, "end": 1624.27, "text": " I say, wait, we are different from ListView. ListView used to show you what? Heads. Now here, you need to determine how the shape of the objects is. Do you want it to be head, or horizontal, or grid, or what exactly do you want? So, you need the ListView to ask for something else now. You must give it. Its name is SetLayoutManager.", "tokens": [286, 584, 11, 1699, 11, 321, 366, 819, 490, 17668, 30203, 13, 17668, 30203, 1143, 281, 855, 291, 437, 30, 634, 5834, 13, 823, 510, 11, 291, 643, 281, 6997, 577, 264, 3909, 295, 264, 6565, 307, 13, 1144, 291, 528, 309, 281, 312, 1378, 11, 420, 12750, 11, 420, 10748, 11, 420, 437, 2293, 360, 291, 528, 30, 407, 11, 291, 643, 264, 17668, 30203, 281, 1029, 337, 746, 1646, 586, 13, 509, 1633, 976, 309, 13, 6953, 1315, 307, 8928, 43, 320, 346, 6652, 3557, 13], "avg_logprob": -0.5319522739796156, "compression_ratio": 1.5534883720930233, "no_speech_prob": 0.0, "words": [{"start": 1601.33, "end": 1601.49, "word": " I", "probability": 0.126953125}, {"start": 1601.49, "end": 1601.65, "word": " say,", "probability": 0.31201171875}, {"start": 1601.75, "end": 1601.99, "word": " wait,", "probability": 0.487548828125}, {"start": 1602.11, "end": 1602.29, "word": " we", "probability": 0.79736328125}, {"start": 1602.29, "end": 1602.43, "word": " are", "probability": 0.65283203125}, {"start": 1602.43, "end": 1602.73, "word": " different", "probability": 0.81201171875}, {"start": 1602.73, "end": 1602.95, "word": " from", "probability": 0.6748046875}, {"start": 1602.95, "end": 1603.39, "word": " ListView.", "probability": 0.65966796875}, {"start": 1603.51, "end": 1603.97, "word": " ListView", "probability": 0.82275390625}, {"start": 1603.97, "end": 1604.21, "word": " used", "probability": 0.1756591796875}, {"start": 1604.21, "end": 1604.27, "word": " to", "probability": 0.97412109375}, {"start": 1604.27, "end": 1604.51, "word": " show", "probability": 0.533203125}, {"start": 1604.51, "end": 1604.69, "word": " you", "probability": 0.62646484375}, {"start": 1604.69, "end": 1604.69, "word": " what?", "probability": 0.07666015625}, {"start": 1605.85, "end": 1606.33, "word": " Heads.", "probability": 0.739501953125}, {"start": 1607.09, "end": 1607.45, "word": " Now", "probability": 0.78125}, {"start": 1607.45, "end": 1607.77, "word": " here,", "probability": 0.53564453125}, {"start": 1608.23, "end": 1608.85, "word": " you", "probability": 0.93212890625}, {"start": 1608.85, "end": 1609.05, "word": " need", "probability": 0.342529296875}, {"start": 1609.05, "end": 1609.19, "word": " to", "probability": 0.96435546875}, {"start": 1609.19, "end": 1609.47, "word": " determine", "probability": 0.51513671875}, {"start": 1609.47, "end": 1609.71, "word": " how", "probability": 0.6904296875}, {"start": 1609.71, "end": 1609.99, "word": " the", "probability": 0.5751953125}, {"start": 1609.99, "end": 1609.99, "word": " shape", "probability": 0.1905517578125}, {"start": 1609.99, "end": 1610.09, "word": " of", "probability": 0.88134765625}, {"start": 1610.09, "end": 1610.11, "word": " the", "probability": 0.771484375}, {"start": 1610.11, "end": 1610.37, "word": " objects", "probability": 0.09869384765625}, {"start": 1610.37, "end": 1610.75, "word": " is.", "probability": 0.447265625}, {"start": 1611.77, "end": 1612.25, "word": " Do", "probability": 0.6826171875}, {"start": 1612.25, "end": 1612.35, "word": " you", "probability": 0.9638671875}, {"start": 1612.35, "end": 1612.49, "word": " want", "probability": 0.779296875}, {"start": 1612.49, "end": 1612.69, "word": " it", "probability": 0.48828125}, {"start": 1612.69, "end": 1612.73, "word": " to", "probability": 0.5185546875}, {"start": 1612.73, "end": 1612.73, "word": " be", "probability": 0.9072265625}, {"start": 1612.73, "end": 1612.99, "word": " head,", "probability": 0.1451416015625}, {"start": 1613.35, "end": 1613.45, "word": " or", "probability": 0.455322265625}, {"start": 1613.45, "end": 1613.81, "word": " horizontal,", "probability": 0.300537109375}, {"start": 1614.11, "end": 1614.31, "word": " or", "probability": 0.95703125}, {"start": 1614.31, "end": 1614.71, "word": " grid,", "probability": 0.8681640625}, {"start": 1614.99, "end": 1615.13, "word": " or", "probability": 0.9443359375}, {"start": 1615.13, "end": 1615.27, "word": " what", "probability": 0.70849609375}, {"start": 1615.27, "end": 1615.39, "word": " exactly", "probability": 0.6826171875}, {"start": 1615.39, "end": 1615.39, "word": " do", "probability": 0.64892578125}, {"start": 1615.39, "end": 1615.53, "word": " you", "probability": 0.96923828125}, {"start": 1615.53, "end": 1615.53, "word": " want?", "probability": 0.78076171875}, {"start": 1616.45, "end": 1616.87, "word": " So,", "probability": 0.70703125}, {"start": 1617.01, "end": 1617.01, "word": " you", "probability": 0.394287109375}, {"start": 1617.01, "end": 1617.13, "word": " need", "probability": 0.6943359375}, {"start": 1617.13, "end": 1617.31, "word": " the", "probability": 0.255615234375}, {"start": 1617.31, "end": 1617.77, "word": " ListView", "probability": 0.919189453125}, {"start": 1617.77, "end": 1617.95, "word": " to", "probability": 0.8193359375}, {"start": 1617.95, "end": 1618.15, "word": " ask", "probability": 0.69677734375}, {"start": 1618.15, "end": 1618.25, "word": " for", "probability": 0.5517578125}, {"start": 1618.25, "end": 1618.91, "word": " something", "probability": 0.5859375}, {"start": 1618.91, "end": 1619.23, "word": " else", "probability": 0.75634765625}, {"start": 1619.23, "end": 1619.57, "word": " now.", "probability": 0.7490234375}, {"start": 1620.43, "end": 1620.67, "word": " You", "probability": 0.86962890625}, {"start": 1620.67, "end": 1620.89, "word": " must", "probability": 0.483642578125}, {"start": 1620.89, "end": 1621.17, "word": " give", "probability": 0.8173828125}, {"start": 1621.17, "end": 1621.35, "word": " it.", "probability": 0.84228515625}, {"start": 1621.89, "end": 1622.05, "word": " Its", "probability": 0.33447265625}, {"start": 1622.05, "end": 1622.31, "word": " name", "probability": 0.85986328125}, {"start": 1622.31, "end": 1622.91, "word": " is", "probability": 0.953125}, {"start": 1622.91, "end": 1624.27, "word": " SetLayoutManager.", "probability": 0.9117838541666666}], "temperature": 1.0}, {"id": 63, "seek": 165239, "start": 1628.15, "end": 1652.39, "text": " This list view was not required, but the recycler view is necessary, because the recycler view is different from the list view because it can display different shapes and angles. So, you have to specify the way of display. To specify the way of display, what does it need? Layout manager. Now, to create a layout manager, I need to create something called linear layout manager.", "tokens": [639, 1329, 1910, 390, 406, 1724, 347, 292, 11, 457, 264, 12036, 66, 1918, 1910, 307, 4818, 11, 570, 264, 12036, 66, 1918, 1910, 307, 819, 490, 264, 1329, 1910, 570, 309, 393, 4674, 819, 10854, 293, 14708, 13, 407, 11, 291, 362, 281, 16500, 264, 636, 295, 4674, 13, 1407, 16500, 264, 636, 295, 4674, 11, 437, 775, 309, 643, 30, 20084, 346, 6598, 13, 823, 11, 281, 1884, 257, 13333, 6598, 11, 286, 643, 281, 1884, 746, 1219, 8213, 13333, 6598, 13], "avg_logprob": -0.6283088123097139, "compression_ratio": 1.8487804878048781, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1628.1499999999999, "end": 1628.59, "word": " This", "probability": 0.331298828125}, {"start": 1628.59, "end": 1629.03, "word": " list", "probability": 0.51904296875}, {"start": 1629.03, "end": 1629.25, "word": " view", "probability": 0.7568359375}, {"start": 1629.25, "end": 1629.51, "word": " was", "probability": 0.328857421875}, {"start": 1629.51, "end": 1629.51, "word": " not", "probability": 0.90869140625}, {"start": 1629.51, "end": 1630.01, "word": " required,", "probability": 0.6084391276041666}, {"start": 1630.19, "end": 1630.27, "word": " but", "probability": 0.80859375}, {"start": 1630.27, "end": 1630.39, "word": " the", "probability": 0.3427734375}, {"start": 1630.39, "end": 1630.85, "word": " recycler", "probability": 0.6052652994791666}, {"start": 1630.85, "end": 1631.19, "word": " view", "probability": 0.8857421875}, {"start": 1631.19, "end": 1631.75, "word": " is", "probability": 0.55126953125}, {"start": 1631.75, "end": 1632.07, "word": " necessary,", "probability": 0.31787109375}, {"start": 1632.11, "end": 1632.25, "word": " because", "probability": 0.79443359375}, {"start": 1632.25, "end": 1632.57, "word": " the", "probability": 0.2415771484375}, {"start": 1632.57, "end": 1632.95, "word": " recycler", "probability": 0.7413736979166666}, {"start": 1632.95, "end": 1633.29, "word": " view", "probability": 0.88720703125}, {"start": 1633.29, "end": 1633.39, "word": " is", "probability": 0.291748046875}, {"start": 1633.39, "end": 1633.67, "word": " different", "probability": 0.5146484375}, {"start": 1633.67, "end": 1633.77, "word": " from", "probability": 0.58154296875}, {"start": 1633.77, "end": 1633.87, "word": " the", "probability": 0.6513671875}, {"start": 1633.87, "end": 1634.07, "word": " list", "probability": 0.90625}, {"start": 1634.07, "end": 1634.35, "word": " view", "probability": 0.86767578125}, {"start": 1634.35, "end": 1635.41, "word": " because", "probability": 0.1851806640625}, {"start": 1635.41, "end": 1635.53, "word": " it", "probability": 0.68505859375}, {"start": 1635.53, "end": 1635.69, "word": " can", "probability": 0.63134765625}, {"start": 1635.69, "end": 1635.93, "word": " display", "probability": 0.1517333984375}, {"start": 1635.93, "end": 1636.09, "word": " different", "probability": 0.261962890625}, {"start": 1636.09, "end": 1636.27, "word": " shapes", "probability": 0.333251953125}, {"start": 1636.27, "end": 1636.37, "word": " and", "probability": 0.298095703125}, {"start": 1636.37, "end": 1636.69, "word": " angles.", "probability": 0.2347412109375}, {"start": 1638.11, "end": 1638.55, "word": " So,", "probability": 0.521484375}, {"start": 1638.57, "end": 1638.57, "word": " you", "probability": 0.1917724609375}, {"start": 1638.57, "end": 1638.71, "word": " have", "probability": 0.35546875}, {"start": 1638.71, "end": 1638.79, "word": " to", "probability": 0.966796875}, {"start": 1638.79, "end": 1639.01, "word": " specify", "probability": 0.341552734375}, {"start": 1639.01, "end": 1639.17, "word": " the", "probability": 0.6953125}, {"start": 1639.17, "end": 1639.31, "word": " way", "probability": 0.255126953125}, {"start": 1639.31, "end": 1639.47, "word": " of", "probability": 0.50927734375}, {"start": 1639.47, "end": 1639.63, "word": " display.", "probability": 0.293212890625}, {"start": 1640.01, "end": 1640.31, "word": " To", "probability": 0.59375}, {"start": 1640.31, "end": 1640.59, "word": " specify", "probability": 0.841796875}, {"start": 1640.59, "end": 1640.71, "word": " the", "probability": 0.84130859375}, {"start": 1640.71, "end": 1640.85, "word": " way", "probability": 0.83154296875}, {"start": 1640.85, "end": 1640.99, "word": " of", "probability": 0.93603515625}, {"start": 1640.99, "end": 1641.15, "word": " display,", "probability": 0.88671875}, {"start": 1641.23, "end": 1641.35, "word": " what", "probability": 0.58447265625}, {"start": 1641.35, "end": 1641.39, "word": " does", "probability": 0.496826171875}, {"start": 1641.39, "end": 1641.39, "word": " it", "probability": 0.587890625}, {"start": 1641.39, "end": 1641.67, "word": " need?", "probability": 0.73388671875}, {"start": 1642.83, "end": 1643.27, "word": " Layout", "probability": 0.95263671875}, {"start": 1643.27, "end": 1643.67, "word": " manager.", "probability": 0.6826171875}, {"start": 1645.09, "end": 1645.53, "word": " Now,", "probability": 0.133056640625}, {"start": 1646.15, "end": 1646.51, "word": " to", "probability": 0.63623046875}, {"start": 1646.51, "end": 1647.43, "word": " create", "probability": 0.2459716796875}, {"start": 1647.43, "end": 1647.63, "word": " a", "probability": 0.5205078125}, {"start": 1647.63, "end": 1647.77, "word": " layout", "probability": 0.78173828125}, {"start": 1647.77, "end": 1648.27, "word": " manager,", "probability": 0.9482421875}, {"start": 1648.27, "end": 1648.39, "word": " I", "probability": 0.8994140625}, {"start": 1648.39, "end": 1648.53, "word": " need", "probability": 0.433349609375}, {"start": 1648.53, "end": 1648.61, "word": " to", "probability": 0.85986328125}, {"start": 1648.61, "end": 1648.81, "word": " create", "probability": 0.8515625}, {"start": 1648.81, "end": 1649.05, "word": " something", "probability": 0.39697265625}, {"start": 1649.05, "end": 1649.33, "word": " called", "probability": 0.74462890625}, {"start": 1649.33, "end": 1649.93, "word": " linear", "probability": 0.5224609375}, {"start": 1649.93, "end": 1651.97, "word": " layout", "probability": 0.93701171875}, {"start": 1651.97, "end": 1652.39, "word": " manager.", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 64, "seek": 168225, "start": 1653.85, "end": 1682.25, "text": " is equal to a new linear layout manager and this linear layout manager needs get application context what is a linear layout manager? linear means either arranged horizontally or vertically so I will say now linear layout manager by default linear layout manager is vertical I can say linear layout manager set", "tokens": [307, 2681, 281, 257, 777, 8213, 13333, 6598, 293, 341, 8213, 13333, 6598, 2203, 483, 3861, 4319, 437, 307, 257, 8213, 13333, 6598, 30, 8213, 1355, 2139, 18721, 33796, 420, 28450, 370, 286, 486, 584, 586, 8213, 13333, 6598, 538, 7576, 8213, 13333, 6598, 307, 9429, 286, 393, 584, 8213, 13333, 6598, 992], "avg_logprob": -0.49884258265848513, "compression_ratio": 2.087248322147651, "no_speech_prob": 0.0, "words": [{"start": 1653.85, "end": 1654.11, "word": " is", "probability": 0.041534423828125}, {"start": 1654.11, "end": 1654.45, "word": " equal", "probability": 0.5224609375}, {"start": 1654.45, "end": 1654.57, "word": " to", "probability": 0.9521484375}, {"start": 1654.57, "end": 1654.75, "word": " a", "probability": 0.37255859375}, {"start": 1654.75, "end": 1655.01, "word": " new", "probability": 0.654296875}, {"start": 1655.01, "end": 1656.13, "word": " linear", "probability": 0.7568359375}, {"start": 1656.13, "end": 1657.11, "word": " layout", "probability": 0.96044921875}, {"start": 1657.11, "end": 1657.43, "word": " manager", "probability": 0.9443359375}, {"start": 1657.43, "end": 1657.83, "word": " and", "probability": 0.412353515625}, {"start": 1657.83, "end": 1658.09, "word": " this", "probability": 0.80517578125}, {"start": 1658.09, "end": 1658.43, "word": " linear", "probability": 0.85400390625}, {"start": 1658.43, "end": 1658.77, "word": " layout", "probability": 0.9775390625}, {"start": 1658.77, "end": 1659.11, "word": " manager", "probability": 0.9326171875}, {"start": 1659.11, "end": 1659.35, "word": " needs", "probability": 0.4541015625}, {"start": 1659.35, "end": 1659.59, "word": " get", "probability": 0.478271484375}, {"start": 1659.59, "end": 1660.25, "word": " application", "probability": 0.607421875}, {"start": 1660.25, "end": 1661.19, "word": " context", "probability": 0.8984375}, {"start": 1661.19, "end": 1662.95, "word": " what", "probability": 0.41064453125}, {"start": 1662.95, "end": 1663.09, "word": " is", "probability": 0.88134765625}, {"start": 1663.09, "end": 1663.21, "word": " a", "probability": 0.4052734375}, {"start": 1663.21, "end": 1663.39, "word": " linear", "probability": 0.90576171875}, {"start": 1663.39, "end": 1663.83, "word": " layout", "probability": 0.98681640625}, {"start": 1663.83, "end": 1664.19, "word": " manager?", "probability": 0.94189453125}, {"start": 1665.45, "end": 1666.21, "word": " linear", "probability": 0.491943359375}, {"start": 1666.21, "end": 1666.55, "word": " means", "probability": 0.55322265625}, {"start": 1666.55, "end": 1666.85, "word": " either", "probability": 0.52099609375}, {"start": 1666.85, "end": 1667.13, "word": " arranged", "probability": 0.08563232421875}, {"start": 1667.13, "end": 1667.79, "word": " horizontally", "probability": 0.57861328125}, {"start": 1667.79, "end": 1668.29, "word": " or", "probability": 0.87841796875}, {"start": 1668.29, "end": 1669.63, "word": " vertically", "probability": 0.60546875}, {"start": 1669.63, "end": 1671.25, "word": " so", "probability": 0.397705078125}, {"start": 1671.25, "end": 1671.45, "word": " I", "probability": 0.51708984375}, {"start": 1671.45, "end": 1671.47, "word": " will", "probability": 0.341064453125}, {"start": 1671.47, "end": 1671.63, "word": " say", "probability": 0.3583984375}, {"start": 1671.63, "end": 1671.91, "word": " now", "probability": 0.59765625}, {"start": 1671.91, "end": 1672.57, "word": " linear", "probability": 0.59375}, {"start": 1672.57, "end": 1673.03, "word": " layout", "probability": 0.9912109375}, {"start": 1673.03, "end": 1673.51, "word": " manager", "probability": 0.93896484375}, {"start": 1673.51, "end": 1675.51, "word": " by", "probability": 0.91064453125}, {"start": 1675.51, "end": 1675.97, "word": " default", "probability": 0.98388671875}, {"start": 1675.97, "end": 1676.43, "word": " linear", "probability": 0.36181640625}, {"start": 1676.43, "end": 1676.85, "word": " layout", "probability": 0.990234375}, {"start": 1676.85, "end": 1677.25, "word": " manager", "probability": 0.9287109375}, {"start": 1677.25, "end": 1677.49, "word": " is", "probability": 0.479736328125}, {"start": 1677.49, "end": 1678.09, "word": " vertical", "probability": 0.755859375}, {"start": 1678.09, "end": 1679.45, "word": " I", "probability": 0.44677734375}, {"start": 1679.45, "end": 1680.23, "word": " can", "probability": 0.779296875}, {"start": 1680.23, "end": 1680.45, "word": " say", "probability": 0.404541015625}, {"start": 1680.45, "end": 1680.71, "word": " linear", "probability": 0.6787109375}, {"start": 1680.71, "end": 1681.15, "word": " layout", "probability": 0.99169921875}, {"start": 1681.15, "end": 1681.53, "word": " manager", "probability": 0.9404296875}, {"start": 1681.53, "end": 1682.25, "word": " set", "probability": 0.455322265625}], "temperature": 1.0}, {"id": 65, "seek": 171112, "start": 1683.58, "end": 1711.12, "text": " Orientation, what does orientation mean? The direction is known as fixed. For example, what is this here? Linear layout manager dot vertical. This is integer. It is fixed and known in this class. It is by default to be vertical, guys. Okay, if you don't do this, it is not a problem. Okay, I will put it here. Of course, here when I say set layout manager, what will happen? It will be destroyed. What is main? What is element?", "tokens": [49544, 399, 11, 437, 775, 14764, 914, 30, 440, 3513, 307, 2570, 382, 6806, 13, 1171, 1365, 11, 437, 307, 341, 510, 30, 14670, 289, 13333, 6598, 5893, 9429, 13, 639, 307, 24922, 13, 467, 307, 6806, 293, 2570, 294, 341, 1508, 13, 467, 307, 538, 7576, 281, 312, 9429, 11, 1074, 13, 1033, 11, 498, 291, 500, 380, 360, 341, 11, 309, 307, 406, 257, 1154, 13, 1033, 11, 286, 486, 829, 309, 510, 13, 2720, 1164, 11, 510, 562, 286, 584, 992, 13333, 6598, 11, 437, 486, 1051, 30, 467, 486, 312, 8937, 13, 708, 307, 2135, 30, 708, 307, 4478, 30], "avg_logprob": -0.5541666848318917, "compression_ratio": 1.6984126984126984, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1683.5800000000002, "end": 1683.94, "word": " Orientation,", "probability": 0.865478515625}, {"start": 1684.06, "end": 1684.22, "word": " what", "probability": 0.5791015625}, {"start": 1684.22, "end": 1684.32, "word": " does", "probability": 0.5341796875}, {"start": 1684.32, "end": 1684.72, "word": " orientation", "probability": 0.69140625}, {"start": 1684.72, "end": 1685.04, "word": " mean?", "probability": 0.83349609375}, {"start": 1686.1, "end": 1686.46, "word": " The", "probability": 0.1317138671875}, {"start": 1686.46, "end": 1686.78, "word": " direction", "probability": 0.61328125}, {"start": 1686.78, "end": 1688.6, "word": " is", "probability": 0.37109375}, {"start": 1688.6, "end": 1688.96, "word": " known", "probability": 0.4951171875}, {"start": 1688.96, "end": 1689.2, "word": " as", "probability": 0.912109375}, {"start": 1689.2, "end": 1689.52, "word": " fixed.", "probability": 0.471435546875}, {"start": 1689.64, "end": 1689.9, "word": " For", "probability": 0.336669921875}, {"start": 1689.9, "end": 1690.26, "word": " example,", "probability": 0.93212890625}, {"start": 1690.36, "end": 1690.48, "word": " what", "probability": 0.228515625}, {"start": 1690.48, "end": 1690.48, "word": " is", "probability": 0.78076171875}, {"start": 1690.48, "end": 1690.58, "word": " this", "probability": 0.5439453125}, {"start": 1690.58, "end": 1691.44, "word": " here?", "probability": 0.364990234375}, {"start": 1692.48, "end": 1692.84, "word": " Linear", "probability": 0.908447265625}, {"start": 1692.84, "end": 1693.06, "word": " layout", "probability": 0.81298828125}, {"start": 1693.06, "end": 1693.48, "word": " manager", "probability": 0.91845703125}, {"start": 1693.48, "end": 1693.66, "word": " dot", "probability": 0.83203125}, {"start": 1693.66, "end": 1694.12, "word": " vertical.", "probability": 0.873046875}, {"start": 1694.46, "end": 1694.82, "word": " This", "probability": 0.75927734375}, {"start": 1694.82, "end": 1694.86, "word": " is", "probability": 0.91796875}, {"start": 1694.86, "end": 1695.3, "word": " integer.", "probability": 0.634765625}, {"start": 1695.7, "end": 1695.88, "word": " It", "probability": 0.2188720703125}, {"start": 1695.88, "end": 1695.88, "word": " is", "probability": 0.81884765625}, {"start": 1695.88, "end": 1696.08, "word": " fixed", "probability": 0.599609375}, {"start": 1696.08, "end": 1696.22, "word": " and", "probability": 0.384521484375}, {"start": 1696.22, "end": 1696.46, "word": " known", "probability": 0.52001953125}, {"start": 1696.46, "end": 1696.62, "word": " in", "probability": 0.80615234375}, {"start": 1696.62, "end": 1696.7, "word": " this", "probability": 0.66162109375}, {"start": 1696.7, "end": 1697.02, "word": " class.", "probability": 0.9521484375}, {"start": 1698.14, "end": 1698.32, "word": " It", "probability": 0.4091796875}, {"start": 1698.32, "end": 1698.48, "word": " is", "probability": 0.623046875}, {"start": 1698.48, "end": 1698.52, "word": " by", "probability": 0.4443359375}, {"start": 1698.52, "end": 1698.82, "word": " default", "probability": 0.98779296875}, {"start": 1698.82, "end": 1698.96, "word": " to", "probability": 0.19873046875}, {"start": 1698.96, "end": 1699.08, "word": " be", "probability": 0.90771484375}, {"start": 1699.08, "end": 1699.52, "word": " vertical,", "probability": 0.90283203125}, {"start": 1699.66, "end": 1699.86, "word": " guys.", "probability": 0.67626953125}, {"start": 1700.4, "end": 1700.6, "word": " Okay,", "probability": 0.3017578125}, {"start": 1700.74, "end": 1700.9, "word": " if", "probability": 0.463623046875}, {"start": 1700.9, "end": 1701.16, "word": " you", "probability": 0.45166015625}, {"start": 1701.16, "end": 1701.22, "word": " don't", "probability": 0.759765625}, {"start": 1701.22, "end": 1701.4, "word": " do", "probability": 0.84423828125}, {"start": 1701.4, "end": 1701.78, "word": " this,", "probability": 0.75390625}, {"start": 1702.94, "end": 1703.24, "word": " it", "probability": 0.6015625}, {"start": 1703.24, "end": 1703.28, "word": " is", "probability": 0.67724609375}, {"start": 1703.28, "end": 1703.38, "word": " not", "probability": 0.458251953125}, {"start": 1703.38, "end": 1703.46, "word": " a", "probability": 0.92822265625}, {"start": 1703.46, "end": 1703.66, "word": " problem.", "probability": 0.8564453125}, {"start": 1703.76, "end": 1703.9, "word": " Okay,", "probability": 0.13330078125}, {"start": 1704.0, "end": 1704.1, "word": " I", "probability": 0.71142578125}, {"start": 1704.1, "end": 1704.14, "word": " will", "probability": 0.420166015625}, {"start": 1704.14, "end": 1704.36, "word": " put", "probability": 0.65576171875}, {"start": 1704.36, "end": 1704.58, "word": " it", "probability": 0.74560546875}, {"start": 1704.58, "end": 1704.68, "word": " here.", "probability": 0.3671875}, {"start": 1704.8, "end": 1704.9, "word": " Of", "probability": 0.454833984375}, {"start": 1704.9, "end": 1704.98, "word": " course,", "probability": 0.96630859375}, {"start": 1705.04, "end": 1705.16, "word": " here", "probability": 0.371826171875}, {"start": 1705.16, "end": 1705.34, "word": " when", "probability": 0.291748046875}, {"start": 1705.34, "end": 1705.38, "word": " I", "probability": 0.509765625}, {"start": 1705.38, "end": 1705.52, "word": " say", "probability": 0.7314453125}, {"start": 1705.52, "end": 1705.78, "word": " set", "probability": 0.83837890625}, {"start": 1705.78, "end": 1706.02, "word": " layout", "probability": 0.98095703125}, {"start": 1706.02, "end": 1706.38, "word": " manager,", "probability": 0.943359375}, {"start": 1706.5, "end": 1706.56, "word": " what", "probability": 0.43212890625}, {"start": 1706.56, "end": 1706.68, "word": " will", "probability": 0.2098388671875}, {"start": 1706.68, "end": 1706.78, "word": " happen?", "probability": 0.458984375}, {"start": 1706.78, "end": 1706.78, "word": " It", "probability": 0.364501953125}, {"start": 1706.78, "end": 1706.78, "word": " will", "probability": 0.66064453125}, {"start": 1706.78, "end": 1706.94, "word": " be", "probability": 0.362060546875}, {"start": 1706.94, "end": 1706.94, "word": " destroyed.", "probability": 0.61376953125}, {"start": 1709.78, "end": 1710.14, "word": " What", "probability": 0.210205078125}, {"start": 1710.14, "end": 1710.22, "word": " is", "probability": 0.818359375}, {"start": 1710.22, "end": 1710.52, "word": " main?", "probability": 0.52197265625}, {"start": 1710.58, "end": 1710.84, "word": " What", "probability": 0.55810546875}, {"start": 1710.84, "end": 1710.86, "word": " is", "probability": 0.8134765625}, {"start": 1710.86, "end": 1711.12, "word": " element?", "probability": 0.84423828125}], "temperature": 1.0}, {"id": 66, "seek": 171755, "start": 1712.09, "end": 1717.55, "text": " It's not right what I did. And leave this gate alone. And come here. Let's work.", "tokens": [467, 311, 406, 558, 437, 286, 630, 13, 400, 1856, 341, 8539, 3312, 13, 400, 808, 510, 13, 961, 311, 589, 13], "avg_logprob": -0.9055706366248752, "compression_ratio": 1.0253164556962024, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1712.09, "end": 1712.29, "word": " It's", "probability": 0.3273468017578125}, {"start": 1712.29, "end": 1712.39, "word": " not", "probability": 0.327392578125}, {"start": 1712.39, "end": 1712.41, "word": " right", "probability": 0.2476806640625}, {"start": 1712.41, "end": 1712.53, "word": " what", "probability": 0.552734375}, {"start": 1712.53, "end": 1712.69, "word": " I", "probability": 0.94091796875}, {"start": 1712.69, "end": 1713.01, "word": " did.", "probability": 0.62744140625}, {"start": 1713.99, "end": 1714.17, "word": " And", "probability": 0.2188720703125}, {"start": 1714.17, "end": 1714.37, "word": " leave", "probability": 0.44482421875}, {"start": 1714.37, "end": 1714.67, "word": " this", "probability": 0.3525390625}, {"start": 1714.67, "end": 1715.07, "word": " gate", "probability": 0.728515625}, {"start": 1715.07, "end": 1715.07, "word": " alone.", "probability": 0.40673828125}, {"start": 1715.53, "end": 1715.53, "word": " And", "probability": 0.541015625}, {"start": 1715.53, "end": 1715.77, "word": " come", "probability": 0.65576171875}, {"start": 1715.77, "end": 1715.85, "word": " here.", "probability": 0.1873779296875}, {"start": 1716.79, "end": 1717.29, "word": " Let's", "probability": 0.64794921875}, {"start": 1717.29, "end": 1717.55, "word": " work.", "probability": 0.56201171875}], "temperature": 1.0}, {"id": 67, "seek": 179856, "start": 1794.48, "end": 1798.56, "text": " Okay. Why do you play with phones guys? Yes?", "tokens": [1033, 13, 1545, 360, 291, 862, 365, 10216, 1074, 30, 1079, 30], "avg_logprob": -0.6340144047370324, "compression_ratio": 0.8490566037735849, "no_speech_prob": 0.0, "words": [{"start": 1794.4799999999998, "end": 1795.12, "word": " Okay.", "probability": 0.2998046875}, {"start": 1795.12, "end": 1795.76, "word": " Why", "probability": 0.6201171875}, {"start": 1795.76, "end": 1795.88, "word": " do", "probability": 0.59912109375}, {"start": 1795.88, "end": 1795.92, "word": " you", "probability": 0.9521484375}, {"start": 1795.92, "end": 1796.04, "word": " play", "probability": 0.70458984375}, {"start": 1796.04, "end": 1796.18, "word": " with", "probability": 0.28369140625}, {"start": 1796.18, "end": 1796.46, "word": " phones", "probability": 0.431640625}, {"start": 1796.46, "end": 1796.82, "word": " guys?", "probability": 0.265869140625}, {"start": 1797.92, "end": 1798.56, "word": " Yes?", "probability": 0.252685546875}], "temperature": 1.0}, {"id": 68, "seek": 182413, "start": 1801.71, "end": 1824.13, "text": " This is how it looks. Ok guys, this is how RecyclerView looks after we show it. Of course, I'm not deleting it yet. What I'm doing is when you click on delete, it shows up. And there is no action yet.", "tokens": [639, 307, 577, 309, 1542, 13, 3477, 1074, 11, 341, 307, 577, 1300, 1344, 66, 1918, 30203, 1542, 934, 321, 855, 309, 13, 2720, 1164, 11, 286, 478, 406, 48946, 309, 1939, 13, 708, 286, 478, 884, 307, 562, 291, 2052, 322, 12097, 11, 309, 3110, 493, 13, 400, 456, 307, 572, 3069, 1939, 13], "avg_logprob": -0.6808035661067281, "compression_ratio": 1.4055944055944056, "no_speech_prob": 0.0, "words": [{"start": 1801.71, "end": 1802.21, "word": " This", "probability": 0.0927734375}, {"start": 1802.21, "end": 1802.21, "word": " is", "probability": 0.79931640625}, {"start": 1802.21, "end": 1802.21, "word": " how", "probability": 0.495361328125}, {"start": 1802.21, "end": 1802.57, "word": " it", "probability": 0.60107421875}, {"start": 1802.57, "end": 1802.79, "word": " looks.", "probability": 0.407958984375}, {"start": 1804.71, "end": 1804.71, "word": " Ok", "probability": 0.28466796875}, {"start": 1804.71, "end": 1808.13, "word": " guys,", "probability": 0.4951171875}, {"start": 1808.49, "end": 1808.73, "word": " this", "probability": 0.84814453125}, {"start": 1808.73, "end": 1809.11, "word": " is", "probability": 0.92822265625}, {"start": 1809.11, "end": 1809.43, "word": " how", "probability": 0.4990234375}, {"start": 1809.43, "end": 1810.27, "word": " RecyclerView", "probability": 0.761181640625}, {"start": 1810.27, "end": 1810.37, "word": " looks", "probability": 0.68798828125}, {"start": 1810.37, "end": 1810.65, "word": " after", "probability": 0.355712890625}, {"start": 1810.65, "end": 1813.23, "word": " we", "probability": 0.353759765625}, {"start": 1813.23, "end": 1813.43, "word": " show", "probability": 0.1480712890625}, {"start": 1813.43, "end": 1813.73, "word": " it.", "probability": 0.708984375}, {"start": 1815.19, "end": 1815.69, "word": " Of", "probability": 0.289306640625}, {"start": 1815.69, "end": 1818.79, "word": " course,", "probability": 0.9013671875}, {"start": 1818.91, "end": 1819.73, "word": " I'm", "probability": 0.39593505859375}, {"start": 1819.73, "end": 1819.73, "word": " not", "probability": 0.853515625}, {"start": 1819.73, "end": 1820.13, "word": " deleting", "probability": 0.295166015625}, {"start": 1820.13, "end": 1820.21, "word": " it", "probability": 0.34619140625}, {"start": 1820.21, "end": 1820.21, "word": " yet.", "probability": 0.64697265625}, {"start": 1820.29, "end": 1820.57, "word": " What", "probability": 0.268798828125}, {"start": 1820.57, "end": 1820.85, "word": " I'm", "probability": 0.476806640625}, {"start": 1820.85, "end": 1820.87, "word": " doing", "probability": 0.794921875}, {"start": 1820.87, "end": 1821.07, "word": " is", "probability": 0.74755859375}, {"start": 1821.07, "end": 1821.25, "word": " when", "probability": 0.1937255859375}, {"start": 1821.25, "end": 1821.41, "word": " you", "probability": 0.6962890625}, {"start": 1821.41, "end": 1821.59, "word": " click", "probability": 0.6162109375}, {"start": 1821.59, "end": 1821.69, "word": " on", "probability": 0.4521484375}, {"start": 1821.69, "end": 1821.95, "word": " delete,", "probability": 0.560546875}, {"start": 1822.19, "end": 1822.27, "word": " it", "probability": 0.8115234375}, {"start": 1822.27, "end": 1822.47, "word": " shows", "probability": 0.4794921875}, {"start": 1822.47, "end": 1822.67, "word": " up.", "probability": 0.29638671875}, {"start": 1822.87, "end": 1823.05, "word": " And", "probability": 0.3759765625}, {"start": 1823.05, "end": 1823.23, "word": " there", "probability": 0.73828125}, {"start": 1823.23, "end": 1823.65, "word": " is", "probability": 0.57861328125}, {"start": 1823.65, "end": 1823.71, "word": " no", "probability": 0.75634765625}, {"start": 1823.71, "end": 1824.09, "word": " action", "probability": 0.90576171875}, {"start": 1824.09, "end": 1824.13, "word": " yet.", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 69, "seek": 185346, "start": 1825.62, "end": 1853.46, "text": " on the item itself, on the RecyclerView. Okay, before we do the action, now we are exposed to the vertical elements. Let's see if I put it horizontally. See how it looks. Okay, now you see how? I am drawing horizontally.", "tokens": [322, 264, 3174, 2564, 11, 322, 264, 1300, 1344, 66, 1918, 30203, 13, 1033, 11, 949, 321, 360, 264, 3069, 11, 586, 321, 366, 9495, 281, 264, 9429, 4959, 13, 961, 311, 536, 498, 286, 829, 309, 33796, 13, 3008, 577, 309, 1542, 13, 1033, 11, 586, 291, 536, 577, 30, 286, 669, 6316, 33796, 13], "avg_logprob": -0.533168868014687, "compression_ratio": 1.4166666666666667, "no_speech_prob": 0.0, "words": [{"start": 1825.62, "end": 1825.96, "word": " on", "probability": 0.2181396484375}, {"start": 1825.96, "end": 1826.1, "word": " the", "probability": 0.8251953125}, {"start": 1826.1, "end": 1826.4, "word": " item", "probability": 0.85009765625}, {"start": 1826.4, "end": 1826.78, "word": " itself,", "probability": 0.69921875}, {"start": 1826.84, "end": 1826.92, "word": " on", "probability": 0.810546875}, {"start": 1826.92, "end": 1827.18, "word": " the", "probability": 0.828125}, {"start": 1827.18, "end": 1827.86, "word": " RecyclerView.", "probability": 0.64033203125}, {"start": 1828.04, "end": 1828.18, "word": " Okay,", "probability": 0.28466796875}, {"start": 1828.2, "end": 1828.42, "word": " before", "probability": 0.31396484375}, {"start": 1828.42, "end": 1828.6, "word": " we", "probability": 0.69580078125}, {"start": 1828.6, "end": 1828.62, "word": " do", "probability": 0.40234375}, {"start": 1828.62, "end": 1828.76, "word": " the", "probability": 0.499755859375}, {"start": 1828.76, "end": 1829.0, "word": " action,", "probability": 0.80078125}, {"start": 1829.08, "end": 1829.34, "word": " now", "probability": 0.576171875}, {"start": 1829.34, "end": 1829.88, "word": " we", "probability": 0.541015625}, {"start": 1829.88, "end": 1829.92, "word": " are", "probability": 0.468994140625}, {"start": 1829.92, "end": 1830.1, "word": " exposed", "probability": 0.1651611328125}, {"start": 1830.1, "end": 1830.2, "word": " to", "probability": 0.93896484375}, {"start": 1830.2, "end": 1830.22, "word": " the", "probability": 0.426513671875}, {"start": 1830.22, "end": 1830.74, "word": " vertical", "probability": 0.65234375}, {"start": 1830.74, "end": 1830.74, "word": " elements.", "probability": 0.912109375}, {"start": 1831.02, "end": 1831.22, "word": " Let's", "probability": 0.779296875}, {"start": 1831.22, "end": 1831.64, "word": " see", "probability": 0.779296875}, {"start": 1831.64, "end": 1832.28, "word": " if", "probability": 0.75537109375}, {"start": 1832.28, "end": 1832.44, "word": " I", "probability": 0.9423828125}, {"start": 1832.44, "end": 1832.78, "word": " put", "probability": 0.388916015625}, {"start": 1832.78, "end": 1834.44, "word": " it", "probability": 0.85009765625}, {"start": 1834.44, "end": 1835.0, "word": " horizontally.", "probability": 0.65576171875}, {"start": 1835.8, "end": 1836.36, "word": " See", "probability": 0.40380859375}, {"start": 1836.36, "end": 1836.54, "word": " how", "probability": 0.6591796875}, {"start": 1836.54, "end": 1836.9, "word": " it", "probability": 0.86474609375}, {"start": 1836.9, "end": 1836.9, "word": " looks.", "probability": 0.83349609375}, {"start": 1845.7, "end": 1846.26, "word": " Okay,", "probability": 0.71435546875}, {"start": 1846.98, "end": 1847.56, "word": " now", "probability": 0.90625}, {"start": 1847.56, "end": 1848.44, "word": " you", "probability": 0.114013671875}, {"start": 1848.44, "end": 1850.96, "word": " see", "probability": 0.900390625}, {"start": 1850.96, "end": 1851.34, "word": " how?", "probability": 0.845703125}, {"start": 1852.16, "end": 1852.72, "word": " I", "probability": 0.974609375}, {"start": 1852.72, "end": 1852.86, "word": " am", "probability": 0.360595703125}, {"start": 1852.86, "end": 1853.12, "word": " drawing", "probability": 0.282470703125}, {"start": 1853.12, "end": 1853.46, "word": " horizontally.", "probability": 0.65478515625}], "temperature": 1.0}, {"id": 70, "seek": 187538, "start": 1855.0, "end": 1875.38, "text": " What happened horizontally? Sometimes you have to do something horizontal like this Not only this, we also have grid, instead of linear layout manager We have", "tokens": [708, 2011, 33796, 30, 4803, 291, 362, 281, 360, 746, 12750, 411, 341, 1726, 787, 341, 11, 321, 611, 362, 10748, 11, 2602, 295, 8213, 13333, 6598, 492, 362], "avg_logprob": -0.6937499940395355, "compression_ratio": 1.3140495867768596, "no_speech_prob": 0.0, "words": [{"start": 1855.0, "end": 1855.28, "word": " What", "probability": 0.37451171875}, {"start": 1855.28, "end": 1855.5, "word": " happened", "probability": 0.28125}, {"start": 1855.5, "end": 1855.96, "word": " horizontally?", "probability": 0.41552734375}, {"start": 1857.18, "end": 1857.98, "word": " Sometimes", "probability": 0.277099609375}, {"start": 1857.98, "end": 1861.38, "word": " you", "probability": 0.468505859375}, {"start": 1861.38, "end": 1861.52, "word": " have", "probability": 0.47265625}, {"start": 1861.52, "end": 1861.64, "word": " to", "probability": 0.95361328125}, {"start": 1861.64, "end": 1861.96, "word": " do", "probability": 0.5185546875}, {"start": 1861.96, "end": 1862.48, "word": " something", "probability": 0.30029296875}, {"start": 1862.48, "end": 1862.88, "word": " horizontal", "probability": 0.34912109375}, {"start": 1862.88, "end": 1863.06, "word": " like", "probability": 0.383056640625}, {"start": 1863.06, "end": 1863.9, "word": " this", "probability": 0.5859375}, {"start": 1863.9, "end": 1864.86, "word": " Not", "probability": 0.2210693359375}, {"start": 1864.86, "end": 1865.06, "word": " only", "probability": 0.81591796875}, {"start": 1865.06, "end": 1865.34, "word": " this,", "probability": 0.68603515625}, {"start": 1865.44, "end": 1865.56, "word": " we", "probability": 0.50537109375}, {"start": 1865.56, "end": 1865.96, "word": " also", "probability": 0.37841796875}, {"start": 1865.96, "end": 1867.2, "word": " have", "probability": 0.92626953125}, {"start": 1867.2, "end": 1868.2, "word": " grid,", "probability": 0.3837890625}, {"start": 1869.04, "end": 1869.82, "word": " instead", "probability": 0.4951171875}, {"start": 1869.82, "end": 1869.94, "word": " of", "probability": 0.96142578125}, {"start": 1869.94, "end": 1870.26, "word": " linear", "probability": 0.81494140625}, {"start": 1870.26, "end": 1871.24, "word": " layout", "probability": 0.9599609375}, {"start": 1871.24, "end": 1871.74, "word": " manager", "probability": 0.94287109375}, {"start": 1871.74, "end": 1875.04, "word": " We", "probability": 0.35595703125}, {"start": 1875.04, "end": 1875.38, "word": " have", "probability": 0.8017578125}], "temperature": 1.0}, {"id": 71, "seek": 190260, "start": 1895.28, "end": 1902.6, "text": " GridLayoutManager GridLayoutManager takes two things one is getApplicationContext and the other is spanCount", "tokens": [42905, 43, 320, 346, 6652, 3557, 42905, 43, 320, 346, 6652, 3557, 2516, 732, 721, 472, 307, 483, 9132, 1050, 399, 29821, 3828, 293, 264, 661, 307, 16174, 34, 792], "avg_logprob": -0.42061493281395207, "compression_ratio": 1.2528735632183907, "no_speech_prob": 0.0, "words": [{"start": 1895.28, "end": 1896.32, "word": " GridLayoutManager", "probability": 0.8101806640625}, {"start": 1896.32, "end": 1897.36, "word": " GridLayoutManager", "probability": 0.9345703125}, {"start": 1897.36, "end": 1897.8, "word": " takes", "probability": 0.57421875}, {"start": 1897.8, "end": 1898.26, "word": " two", "probability": 0.74072265625}, {"start": 1898.26, "end": 1898.26, "word": " things", "probability": 0.41845703125}, {"start": 1898.26, "end": 1898.48, "word": " one", "probability": 0.0911865234375}, {"start": 1898.48, "end": 1899.56, "word": " is", "probability": 0.77392578125}, {"start": 1899.56, "end": 1900.84, "word": " getApplicationContext", "probability": 0.7894287109375}, {"start": 1900.84, "end": 1900.96, "word": " and", "probability": 0.7392578125}, {"start": 1900.96, "end": 1901.04, "word": " the", "probability": 0.2958984375}, {"start": 1901.04, "end": 1901.04, "word": " other", "probability": 0.62646484375}, {"start": 1901.04, "end": 1901.56, "word": " is", "probability": 0.634765625}, {"start": 1901.56, "end": 1902.6, "word": " spanCount", "probability": 0.74560546875}], "temperature": 1.0}, {"id": 72, "seek": 193455, "start": 1907.23, "end": 1934.55, "text": " Sometimes you want to display 5, 10, 20 lines in a row. Here, for example, I want to display 2 lines in a row. Depending on the number of elements. Of course, you should go to the list view and type set layout manager and give it the grid layout manager. RecyclerView does not only need an adapter, it needs an adapter and a layout manager.", "tokens": [4803, 291, 528, 281, 4674, 1025, 11, 1266, 11, 945, 3876, 294, 257, 5386, 13, 1692, 11, 337, 1365, 11, 286, 528, 281, 4674, 568, 3876, 294, 257, 5386, 13, 22539, 322, 264, 1230, 295, 4959, 13, 2720, 1164, 11, 291, 820, 352, 281, 264, 1329, 1910, 293, 2010, 992, 13333, 6598, 293, 976, 309, 264, 10748, 13333, 6598, 13, 1300, 1344, 66, 1918, 30203, 775, 406, 787, 643, 364, 22860, 11, 309, 2203, 364, 22860, 293, 257, 13333, 6598, 13], "avg_logprob": -0.5926067036826436, "compression_ratio": 1.6715686274509804, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1907.23, "end": 1907.71, "word": " Sometimes", "probability": 0.251953125}, {"start": 1907.71, "end": 1907.91, "word": " you", "probability": 0.583984375}, {"start": 1907.91, "end": 1908.09, "word": " want", "probability": 0.469970703125}, {"start": 1908.09, "end": 1908.47, "word": " to", "probability": 0.33447265625}, {"start": 1908.47, "end": 1908.85, "word": " display", "probability": 0.279296875}, {"start": 1908.85, "end": 1909.23, "word": " 5,", "probability": 0.61474609375}, {"start": 1909.55, "end": 1910.05, "word": " 10,", "probability": 0.80029296875}, {"start": 1910.49, "end": 1911.05, "word": " 20", "probability": 0.81787109375}, {"start": 1911.05, "end": 1911.11, "word": " lines", "probability": 0.4697265625}, {"start": 1911.11, "end": 1911.11, "word": " in", "probability": 0.131103515625}, {"start": 1911.11, "end": 1911.11, "word": " a", "probability": 0.62158203125}, {"start": 1911.11, "end": 1911.11, "word": " row.", "probability": 0.60302734375}, {"start": 1911.23, "end": 1911.71, "word": " Here,", "probability": 0.265380859375}, {"start": 1911.81, "end": 1911.87, "word": " for", "probability": 0.40771484375}, {"start": 1911.87, "end": 1912.01, "word": " example,", "probability": 0.92236328125}, {"start": 1912.13, "end": 1912.17, "word": " I", "probability": 0.58447265625}, {"start": 1912.17, "end": 1912.41, "word": " want", "probability": 0.12548828125}, {"start": 1912.41, "end": 1913.27, "word": " to", "probability": 0.515625}, {"start": 1913.27, "end": 1913.27, "word": " display", "probability": 0.740234375}, {"start": 1913.27, "end": 1913.51, "word": " 2", "probability": 0.74462890625}, {"start": 1913.51, "end": 1913.61, "word": " lines", "probability": 0.7109375}, {"start": 1913.61, "end": 1913.77, "word": " in", "probability": 0.501953125}, {"start": 1913.77, "end": 1914.01, "word": " a", "probability": 0.427978515625}, {"start": 1914.01, "end": 1914.23, "word": " row.", "probability": 0.92822265625}, {"start": 1916.35, "end": 1916.83, "word": " Depending", "probability": 0.25048828125}, {"start": 1916.83, "end": 1916.95, "word": " on", "probability": 0.93408203125}, {"start": 1916.95, "end": 1917.13, "word": " the", "probability": 0.76318359375}, {"start": 1917.13, "end": 1917.13, "word": " number", "probability": 0.238037109375}, {"start": 1917.13, "end": 1917.21, "word": " of", "probability": 0.97314453125}, {"start": 1917.21, "end": 1917.47, "word": " elements.", "probability": 0.236328125}, {"start": 1918.05, "end": 1918.47, "word": " Of", "probability": 0.39306640625}, {"start": 1918.47, "end": 1918.47, "word": " course,", "probability": 0.958984375}, {"start": 1918.49, "end": 1918.81, "word": " you", "probability": 0.83349609375}, {"start": 1918.81, "end": 1919.05, "word": " should", "probability": 0.3125}, {"start": 1919.05, "end": 1919.13, "word": " go", "probability": 0.56298828125}, {"start": 1919.13, "end": 1919.25, "word": " to", "probability": 0.94921875}, {"start": 1919.25, "end": 1919.31, "word": " the", "probability": 0.401611328125}, {"start": 1919.31, "end": 1919.49, "word": " list", "probability": 0.59765625}, {"start": 1919.49, "end": 1919.85, "word": " view", "probability": 0.732421875}, {"start": 1919.85, "end": 1920.63, "word": " and", "probability": 0.51904296875}, {"start": 1920.63, "end": 1920.81, "word": " type", "probability": 0.2783203125}, {"start": 1920.81, "end": 1921.27, "word": " set", "probability": 0.7451171875}, {"start": 1921.27, "end": 1921.97, "word": " layout", "probability": 0.82177734375}, {"start": 1921.97, "end": 1923.19, "word": " manager", "probability": 0.93505859375}, {"start": 1923.19, "end": 1923.37, "word": " and", "probability": 0.5068359375}, {"start": 1923.37, "end": 1923.59, "word": " give", "probability": 0.2373046875}, {"start": 1923.59, "end": 1926.41, "word": " it", "probability": 0.76611328125}, {"start": 1926.41, "end": 1926.69, "word": " the", "probability": 0.487060546875}, {"start": 1926.69, "end": 1926.89, "word": " grid", "probability": 0.85546875}, {"start": 1926.89, "end": 1927.17, "word": " layout", "probability": 0.97900390625}, {"start": 1927.17, "end": 1927.59, "word": " manager.", "probability": 0.9462890625}, {"start": 1930.97, "end": 1931.45, "word": " RecyclerView", "probability": 0.5288330078125}, {"start": 1931.45, "end": 1931.67, "word": " does", "probability": 0.4716796875}, {"start": 1931.67, "end": 1931.67, "word": " not", "probability": 0.94384765625}, {"start": 1931.67, "end": 1931.95, "word": " only", "probability": 0.3447265625}, {"start": 1931.95, "end": 1931.95, "word": " need", "probability": 0.58544921875}, {"start": 1931.95, "end": 1932.19, "word": " an", "probability": 0.497802734375}, {"start": 1932.19, "end": 1932.43, "word": " adapter,", "probability": 0.83447265625}, {"start": 1932.53, "end": 1932.55, "word": " it", "probability": 0.611328125}, {"start": 1932.55, "end": 1932.69, "word": " needs", "probability": 0.4345703125}, {"start": 1932.69, "end": 1932.83, "word": " an", "probability": 0.79833984375}, {"start": 1932.83, "end": 1933.11, "word": " adapter", "probability": 0.8740234375}, {"start": 1933.11, "end": 1933.29, "word": " and", "probability": 0.9013671875}, {"start": 1933.29, "end": 1933.31, "word": " a", "probability": 0.454345703125}, {"start": 1933.31, "end": 1933.73, "word": " layout", "probability": 0.9521484375}, {"start": 1933.73, "end": 1934.55, "word": " manager.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 73, "seek": 196339, "start": 1936.47, "end": 1963.39, "text": " Okay, this is how it looks when we show this. The problem here is in our design. What did we really do to our design? To the screen. So, when we cut it in half, half of the design fell down, which is what? The image. The image. Okay? So, if you design it correctly, it will look right. How many elements did it show in the line? Two. Yes, two. These are still running, the plants. Of course, if there are more, what happens? It gets messy. This is called Grid Layout Manager.", "tokens": [1033, 11, 341, 307, 577, 309, 1542, 562, 321, 855, 341, 13, 440, 1154, 510, 307, 294, 527, 1715, 13, 708, 630, 321, 534, 360, 281, 527, 1715, 30, 1407, 264, 2568, 13, 407, 11, 562, 321, 1723, 309, 294, 1922, 11, 1922, 295, 264, 1715, 5696, 760, 11, 597, 307, 437, 30, 440, 3256, 13, 440, 3256, 13, 1033, 30, 407, 11, 498, 291, 1715, 309, 8944, 11, 309, 486, 574, 558, 13, 1012, 867, 4959, 630, 309, 855, 294, 264, 1622, 30, 4453, 13, 1079, 11, 732, 13, 1981, 366, 920, 2614, 11, 264, 5972, 13, 2720, 1164, 11, 498, 456, 366, 544, 11, 437, 2314, 30, 467, 2170, 16191, 13, 639, 307, 1219, 42905, 20084, 346, 13821, 13], "avg_logprob": -0.5327868823145256, "compression_ratio": 1.676056338028169, "no_speech_prob": 0.0, "words": [{"start": 1936.47, "end": 1936.75, "word": " Okay,", "probability": 0.08807373046875}, {"start": 1936.77, "end": 1936.93, "word": " this", "probability": 0.6171875}, {"start": 1936.93, "end": 1937.01, "word": " is", "probability": 0.8994140625}, {"start": 1937.01, "end": 1937.31, "word": " how", "probability": 0.4794921875}, {"start": 1937.31, "end": 1937.37, "word": " it", "probability": 0.865234375}, {"start": 1937.37, "end": 1937.37, "word": " looks", "probability": 0.7197265625}, {"start": 1937.37, "end": 1937.63, "word": " when", "probability": 0.61083984375}, {"start": 1937.63, "end": 1937.75, "word": " we", "probability": 0.7529296875}, {"start": 1937.75, "end": 1937.97, "word": " show", "probability": 0.270263671875}, {"start": 1937.97, "end": 1938.73, "word": " this.", "probability": 0.51220703125}, {"start": 1940.25, "end": 1940.65, "word": " The", "probability": 0.484130859375}, {"start": 1940.65, "end": 1941.01, "word": " problem", "probability": 0.81982421875}, {"start": 1941.01, "end": 1941.23, "word": " here", "probability": 0.568359375}, {"start": 1941.23, "end": 1941.49, "word": " is", "probability": 0.87060546875}, {"start": 1941.49, "end": 1941.63, "word": " in", "probability": 0.308837890625}, {"start": 1941.63, "end": 1941.67, "word": " our", "probability": 0.6767578125}, {"start": 1941.67, "end": 1941.95, "word": " design.", "probability": 0.890625}, {"start": 1942.43, "end": 1942.83, "word": " What", "probability": 0.30029296875}, {"start": 1942.83, "end": 1942.83, "word": " did", "probability": 0.441162109375}, {"start": 1942.83, "end": 1943.33, "word": " we", "probability": 0.94873046875}, {"start": 1943.33, "end": 1943.53, "word": " really", "probability": 0.2171630859375}, {"start": 1943.53, "end": 1943.61, "word": " do", "probability": 0.45068359375}, {"start": 1943.61, "end": 1943.61, "word": " to", "probability": 0.332763671875}, {"start": 1943.61, "end": 1943.61, "word": " our", "probability": 0.52197265625}, {"start": 1943.61, "end": 1943.61, "word": " design?", "probability": 0.859375}, {"start": 1944.17, "end": 1944.55, "word": " To", "probability": 0.2362060546875}, {"start": 1944.55, "end": 1944.81, "word": " the", "probability": 0.51904296875}, {"start": 1944.81, "end": 1945.09, "word": " screen.", "probability": 0.458251953125}, {"start": 1945.13, "end": 1945.43, "word": " So,", "probability": 0.345703125}, {"start": 1945.55, "end": 1945.59, "word": " when", "probability": 0.83935546875}, {"start": 1945.59, "end": 1945.79, "word": " we", "probability": 0.11883544921875}, {"start": 1945.79, "end": 1945.99, "word": " cut", "probability": 0.1737060546875}, {"start": 1945.99, "end": 1946.17, "word": " it", "probability": 0.497314453125}, {"start": 1946.17, "end": 1946.25, "word": " in", "probability": 0.83935546875}, {"start": 1946.25, "end": 1946.61, "word": " half,", "probability": 0.712890625}, {"start": 1947.05, "end": 1947.53, "word": " half", "probability": 0.65966796875}, {"start": 1947.53, "end": 1947.65, "word": " of", "probability": 0.8193359375}, {"start": 1947.65, "end": 1947.69, "word": " the", "probability": 0.78759765625}, {"start": 1947.69, "end": 1947.91, "word": " design", "probability": 0.919921875}, {"start": 1947.91, "end": 1947.91, "word": " fell", "probability": 0.448486328125}, {"start": 1947.91, "end": 1947.95, "word": " down,", "probability": 0.2393798828125}, {"start": 1948.01, "end": 1948.07, "word": " which", "probability": 0.77197265625}, {"start": 1948.07, "end": 1948.25, "word": " is", "probability": 0.73876953125}, {"start": 1948.25, "end": 1948.41, "word": " what?", "probability": 0.52685546875}, {"start": 1948.83, "end": 1949.23, "word": " The", "probability": 0.72705078125}, {"start": 1949.23, "end": 1949.47, "word": " image.", "probability": 0.44287109375}, {"start": 1949.55, "end": 1949.55, "word": " The", "probability": 0.44091796875}, {"start": 1949.55, "end": 1949.55, "word": " image.", "probability": 0.90869140625}, {"start": 1949.95, "end": 1950.15, "word": " Okay?", "probability": 0.6171875}, {"start": 1950.25, "end": 1950.35, "word": " So,", "probability": 0.78173828125}, {"start": 1950.43, "end": 1950.53, "word": " if", "probability": 0.9140625}, {"start": 1950.53, "end": 1950.65, "word": " you", "probability": 0.95849609375}, {"start": 1950.65, "end": 1950.83, "word": " design", "probability": 0.26806640625}, {"start": 1950.83, "end": 1951.07, "word": " it", "probability": 0.88330078125}, {"start": 1951.07, "end": 1951.17, "word": " correctly,", "probability": 0.449951171875}, {"start": 1951.27, "end": 1951.31, "word": " it", "probability": 0.728515625}, {"start": 1951.31, "end": 1951.41, "word": " will", "probability": 0.60107421875}, {"start": 1951.41, "end": 1951.47, "word": " look", "probability": 0.344482421875}, {"start": 1951.47, "end": 1951.87, "word": " right.", "probability": 0.377685546875}, {"start": 1952.17, "end": 1952.57, "word": " How", "probability": 0.85107421875}, {"start": 1952.57, "end": 1952.73, "word": " many", "probability": 0.8818359375}, {"start": 1952.73, "end": 1952.95, "word": " elements", "probability": 0.382568359375}, {"start": 1952.95, "end": 1952.95, "word": " did", "probability": 0.352783203125}, {"start": 1952.95, "end": 1953.09, "word": " it", "probability": 0.322998046875}, {"start": 1953.09, "end": 1953.23, "word": " show", "probability": 0.67138671875}, {"start": 1953.23, "end": 1953.41, "word": " in", "probability": 0.65625}, {"start": 1953.41, "end": 1953.57, "word": " the", "probability": 0.71142578125}, {"start": 1953.57, "end": 1953.79, "word": " line?", "probability": 0.6396484375}, {"start": 1954.15, "end": 1954.41, "word": " Two.", "probability": 0.81640625}, {"start": 1954.61, "end": 1954.85, "word": " Yes,", "probability": 0.6376953125}, {"start": 1954.89, "end": 1955.23, "word": " two.", "probability": 0.90771484375}, {"start": 1955.91, "end": 1956.19, "word": " These", "probability": 0.29248046875}, {"start": 1956.19, "end": 1956.25, "word": " are", "probability": 0.55419921875}, {"start": 1956.25, "end": 1956.43, "word": " still", "probability": 0.88720703125}, {"start": 1956.43, "end": 1956.83, "word": " running,", "probability": 0.58740234375}, {"start": 1957.01, "end": 1957.53, "word": " the", "probability": 0.80517578125}, {"start": 1957.53, "end": 1957.71, "word": " plants.", "probability": 0.4814453125}, {"start": 1958.07, "end": 1958.29, "word": " Of", "probability": 0.53564453125}, {"start": 1958.29, "end": 1958.29, "word": " course,", "probability": 0.96435546875}, {"start": 1958.35, "end": 1958.43, "word": " if", "probability": 0.89990234375}, {"start": 1958.43, "end": 1958.57, "word": " there", "probability": 0.83056640625}, {"start": 1958.57, "end": 1958.57, "word": " are", "probability": 0.6513671875}, {"start": 1958.57, "end": 1958.85, "word": " more,", "probability": 0.92529296875}, {"start": 1958.99, "end": 1959.05, "word": " what", "probability": 0.8544921875}, {"start": 1959.05, "end": 1959.19, "word": " happens?", "probability": 0.81884765625}, {"start": 1960.23, "end": 1960.63, "word": " It", "probability": 0.31005859375}, {"start": 1960.63, "end": 1960.65, "word": " gets", "probability": 0.4013671875}, {"start": 1960.65, "end": 1960.89, "word": " messy.", "probability": 0.35791015625}, {"start": 1961.23, "end": 1961.43, "word": " This", "probability": 0.525390625}, {"start": 1961.43, "end": 1961.51, "word": " is", "probability": 0.8857421875}, {"start": 1961.51, "end": 1961.79, "word": " called", "probability": 0.71728515625}, {"start": 1961.79, "end": 1962.23, "word": " Grid", "probability": 0.279052734375}, {"start": 1962.23, "end": 1963.07, "word": " Layout", "probability": 0.968505859375}, {"start": 1963.07, "end": 1963.39, "word": " Manager.", "probability": 0.9306640625}], "temperature": 1.0}, {"id": 74, "seek": 200860, "start": 1982.52, "end": 2008.6, "text": " Ok, there are some small issues, let me put this back vertically Layout manager can say set reverse layout through, what does reverse mean? Reverse it, sometimes guys have to do what? For example, you want to create a news website, all the news that are added to the list view now", "tokens": [3477, 11, 456, 366, 512, 1359, 2663, 11, 718, 385, 829, 341, 646, 28450, 20084, 346, 6598, 393, 584, 992, 9943, 13333, 807, 11, 437, 775, 9943, 914, 30, 26314, 405, 309, 11, 2171, 1074, 362, 281, 360, 437, 30, 1171, 1365, 11, 291, 528, 281, 1884, 257, 2583, 3144, 11, 439, 264, 2583, 300, 366, 3869, 281, 264, 1329, 1910, 586], "avg_logprob": -0.6904761772307139, "compression_ratio": 1.510752688172043, "no_speech_prob": 0.0, "words": [{"start": 1982.52, "end": 1982.78, "word": " Ok,", "probability": 0.1143798828125}, {"start": 1982.88, "end": 1982.98, "word": " there", "probability": 0.65673828125}, {"start": 1982.98, "end": 1983.02, "word": " are", "probability": 0.837890625}, {"start": 1983.02, "end": 1983.22, "word": " some", "probability": 0.71728515625}, {"start": 1983.22, "end": 1983.8, "word": " small", "probability": 0.373046875}, {"start": 1983.8, "end": 1983.8, "word": " issues,", "probability": 0.359375}, {"start": 1983.94, "end": 1984.1, "word": " let", "probability": 0.68408203125}, {"start": 1984.1, "end": 1984.38, "word": " me", "probability": 0.85888671875}, {"start": 1984.38, "end": 1984.5, "word": " put", "probability": 0.1739501953125}, {"start": 1984.5, "end": 1984.5, "word": " this", "probability": 0.46875}, {"start": 1984.5, "end": 1984.58, "word": " back", "probability": 0.20703125}, {"start": 1984.58, "end": 1985.16, "word": " vertically", "probability": 0.475341796875}, {"start": 1985.16, "end": 1988.92, "word": " Layout", "probability": 0.6666259765625}, {"start": 1988.92, "end": 1989.32, "word": " manager", "probability": 0.62255859375}, {"start": 1989.32, "end": 1989.58, "word": " can", "probability": 0.6201171875}, {"start": 1989.58, "end": 1990.08, "word": " say", "probability": 0.4404296875}, {"start": 1990.08, "end": 1992.12, "word": " set", "probability": 0.423828125}, {"start": 1992.12, "end": 1992.56, "word": " reverse", "probability": 0.7001953125}, {"start": 1992.56, "end": 1993.22, "word": " layout", "probability": 0.96826171875}, {"start": 1993.22, "end": 1994.26, "word": " through,", "probability": 0.314208984375}, {"start": 1994.38, "end": 1994.52, "word": " what", "probability": 0.859375}, {"start": 1994.52, "end": 1994.64, "word": " does", "probability": 0.495361328125}, {"start": 1994.64, "end": 1995.16, "word": " reverse", "probability": 0.826171875}, {"start": 1995.16, "end": 1995.64, "word": " mean?", "probability": 0.900390625}, {"start": 1996.66, "end": 1997.22, "word": " Reverse", "probability": 0.548736572265625}, {"start": 1997.22, "end": 1997.5, "word": " it,", "probability": 0.361328125}, {"start": 1997.84, "end": 1998.24, "word": " sometimes", "probability": 0.86083984375}, {"start": 1998.24, "end": 1998.7, "word": " guys", "probability": 0.36767578125}, {"start": 1998.7, "end": 1998.94, "word": " have", "probability": 0.283447265625}, {"start": 1998.94, "end": 1999.26, "word": " to", "probability": 0.9443359375}, {"start": 1999.26, "end": 1999.58, "word": " do", "probability": 0.378662109375}, {"start": 1999.58, "end": 1999.58, "word": " what?", "probability": 0.2080078125}, {"start": 2000.42, "end": 2000.44, "word": " For", "probability": 0.5791015625}, {"start": 2000.44, "end": 2002.32, "word": " example,", "probability": 0.92431640625}, {"start": 2002.38, "end": 2002.44, "word": " you", "probability": 0.474365234375}, {"start": 2002.44, "end": 2002.56, "word": " want", "probability": 0.521484375}, {"start": 2002.56, "end": 2002.56, "word": " to", "probability": 0.9658203125}, {"start": 2002.56, "end": 2002.72, "word": " create", "probability": 0.488525390625}, {"start": 2002.72, "end": 2003.04, "word": " a", "probability": 0.83984375}, {"start": 2003.04, "end": 2003.22, "word": " news", "probability": 0.77587890625}, {"start": 2003.22, "end": 2003.44, "word": " website,", "probability": 0.59033203125}, {"start": 2004.06, "end": 2004.8, "word": " all", "probability": 0.62158203125}, {"start": 2004.8, "end": 2005.06, "word": " the", "probability": 0.3994140625}, {"start": 2005.06, "end": 2005.34, "word": " news", "probability": 0.7197265625}, {"start": 2005.34, "end": 2005.52, "word": " that", "probability": 0.611328125}, {"start": 2005.52, "end": 2005.64, "word": " are", "probability": 0.28271484375}, {"start": 2005.64, "end": 2005.84, "word": " added", "probability": 0.432861328125}, {"start": 2005.84, "end": 2005.98, "word": " to", "probability": 0.316650390625}, {"start": 2005.98, "end": 2007.76, "word": " the", "probability": 0.49951171875}, {"start": 2007.76, "end": 2008.02, "word": " list", "probability": 0.70166015625}, {"start": 2008.02, "end": 2008.3, "word": " view", "probability": 0.6904296875}, {"start": 2008.3, "end": 2008.6, "word": " now", "probability": 0.1861572265625}], "temperature": 1.0}, {"id": 75, "seek": 203487, "start": 2009.83, "end": 2034.87, "text": " When you add new elements and do notify data set changed, where do the new elements appear? No, below Not when you add to the array list, where does it add? Does it add in the first place? Yes, it adds in the second place So, the elements will appear in the second place If you want it to be opposite, there are two solutions There is a solution without RecyclerView That is, when you add to the array list in the first place, or vice versa", "tokens": [1133, 291, 909, 777, 4959, 293, 360, 36560, 1412, 992, 3105, 11, 689, 360, 264, 777, 4959, 4204, 30, 883, 11, 2507, 1726, 562, 291, 909, 281, 264, 10225, 1329, 11, 689, 775, 309, 909, 30, 4402, 309, 909, 294, 264, 700, 1081, 30, 1079, 11, 309, 10860, 294, 264, 1150, 1081, 407, 11, 264, 4959, 486, 4204, 294, 264, 1150, 1081, 759, 291, 528, 309, 281, 312, 6182, 11, 456, 366, 732, 6547, 821, 307, 257, 3827, 1553, 1300, 1344, 66, 1918, 30203, 663, 307, 11, 562, 291, 909, 281, 264, 10225, 1329, 294, 264, 700, 1081, 11, 420, 11964, 25650], "avg_logprob": -0.4836165036969972, "compression_ratio": 1.9342105263157894, "no_speech_prob": 0.0, "words": [{"start": 2009.83, "end": 2010.11, "word": " When", "probability": 0.4462890625}, {"start": 2010.11, "end": 2010.27, "word": " you", "probability": 0.90625}, {"start": 2010.27, "end": 2010.37, "word": " add", "probability": 0.87646484375}, {"start": 2010.37, "end": 2011.17, "word": " new", "probability": 0.82958984375}, {"start": 2011.17, "end": 2011.17, "word": " elements", "probability": 0.8046875}, {"start": 2011.17, "end": 2011.65, "word": " and", "probability": 0.59521484375}, {"start": 2011.65, "end": 2011.89, "word": " do", "probability": 0.1051025390625}, {"start": 2011.89, "end": 2012.21, "word": " notify", "probability": 0.63525390625}, {"start": 2012.21, "end": 2012.51, "word": " data", "probability": 0.1964111328125}, {"start": 2012.51, "end": 2012.79, "word": " set", "probability": 0.93017578125}, {"start": 2012.79, "end": 2013.21, "word": " changed,", "probability": 0.416259765625}, {"start": 2013.87, "end": 2014.01, "word": " where", "probability": 0.693359375}, {"start": 2014.01, "end": 2014.13, "word": " do", "probability": 0.46240234375}, {"start": 2014.13, "end": 2014.41, "word": " the", "probability": 0.47900390625}, {"start": 2014.41, "end": 2014.99, "word": " new", "probability": 0.84130859375}, {"start": 2014.99, "end": 2014.99, "word": " elements", "probability": 0.89501953125}, {"start": 2014.99, "end": 2014.99, "word": " appear?", "probability": 0.462890625}, {"start": 2015.91, "end": 2016.27, "word": " No,", "probability": 0.2467041015625}, {"start": 2016.39, "end": 2017.13, "word": " below", "probability": 0.248779296875}, {"start": 2017.13, "end": 2018.07, "word": " Not", "probability": 0.2135009765625}, {"start": 2018.07, "end": 2018.39, "word": " when", "probability": 0.60888671875}, {"start": 2018.39, "end": 2018.51, "word": " you", "probability": 0.93701171875}, {"start": 2018.51, "end": 2018.67, "word": " add", "probability": 0.85693359375}, {"start": 2018.67, "end": 2018.97, "word": " to", "probability": 0.2607421875}, {"start": 2018.97, "end": 2019.19, "word": " the", "probability": 0.70361328125}, {"start": 2019.19, "end": 2019.35, "word": " array", "probability": 0.80322265625}, {"start": 2019.35, "end": 2019.63, "word": " list,", "probability": 0.72412109375}, {"start": 2019.69, "end": 2019.81, "word": " where", "probability": 0.7294921875}, {"start": 2019.81, "end": 2019.89, "word": " does", "probability": 0.282958984375}, {"start": 2019.89, "end": 2019.89, "word": " it", "probability": 0.8779296875}, {"start": 2019.89, "end": 2020.15, "word": " add?", "probability": 0.67138671875}, {"start": 2020.21, "end": 2020.31, "word": " Does", "probability": 0.322509765625}, {"start": 2020.31, "end": 2020.31, "word": " it", "probability": 0.9384765625}, {"start": 2020.31, "end": 2020.43, "word": " add", "probability": 0.9169921875}, {"start": 2020.43, "end": 2020.53, "word": " in", "probability": 0.488037109375}, {"start": 2020.53, "end": 2020.59, "word": " the", "probability": 0.87451171875}, {"start": 2020.59, "end": 2020.83, "word": " first", "probability": 0.81591796875}, {"start": 2020.83, "end": 2020.83, "word": " place?", "probability": 0.387451171875}, {"start": 2021.43, "end": 2021.55, "word": " Yes,", "probability": 0.74169921875}, {"start": 2021.57, "end": 2021.67, "word": " it", "probability": 0.8681640625}, {"start": 2021.67, "end": 2021.79, "word": " adds", "probability": 0.72998046875}, {"start": 2021.79, "end": 2021.91, "word": " in", "probability": 0.79736328125}, {"start": 2021.91, "end": 2021.99, "word": " the", "probability": 0.90869140625}, {"start": 2021.99, "end": 2022.17, "word": " second", "probability": 0.57568359375}, {"start": 2022.17, "end": 2022.37, "word": " place", "probability": 0.62109375}, {"start": 2022.37, "end": 2023.05, "word": " So,", "probability": 0.468017578125}, {"start": 2023.21, "end": 2023.21, "word": " the", "probability": 0.560546875}, {"start": 2023.21, "end": 2023.45, "word": " elements", "probability": 0.8349609375}, {"start": 2023.45, "end": 2023.65, "word": " will", "probability": 0.52880859375}, {"start": 2023.65, "end": 2024.07, "word": " appear", "probability": 0.60302734375}, {"start": 2024.07, "end": 2024.21, "word": " in", "probability": 0.8515625}, {"start": 2024.21, "end": 2024.31, "word": " the", "probability": 0.8740234375}, {"start": 2024.31, "end": 2024.49, "word": " second", "probability": 0.7578125}, {"start": 2024.49, "end": 2024.55, "word": " place", "probability": 0.8701171875}, {"start": 2024.55, "end": 2024.73, "word": " If", "probability": 0.15673828125}, {"start": 2024.73, "end": 2024.87, "word": " you", "probability": 0.94384765625}, {"start": 2024.87, "end": 2025.41, "word": " want", "probability": 0.64794921875}, {"start": 2025.41, "end": 2025.67, "word": " it", "probability": 0.35791015625}, {"start": 2025.67, "end": 2025.77, "word": " to", "probability": 0.9072265625}, {"start": 2025.77, "end": 2025.93, "word": " be", "probability": 0.8466796875}, {"start": 2025.93, "end": 2026.65, "word": " opposite,", "probability": 0.1710205078125}, {"start": 2027.77, "end": 2027.91, "word": " there", "probability": 0.80810546875}, {"start": 2027.91, "end": 2027.97, "word": " are", "probability": 0.90185546875}, {"start": 2027.97, "end": 2028.35, "word": " two", "probability": 0.86767578125}, {"start": 2028.35, "end": 2028.35, "word": " solutions", "probability": 0.85302734375}, {"start": 2028.35, "end": 2028.51, "word": " There", "probability": 0.26611328125}, {"start": 2028.51, "end": 2028.65, "word": " is", "probability": 0.82177734375}, {"start": 2028.65, "end": 2028.73, "word": " a", "probability": 0.85693359375}, {"start": 2028.73, "end": 2028.95, "word": " solution", "probability": 0.95556640625}, {"start": 2028.95, "end": 2029.55, "word": " without", "probability": 0.8388671875}, {"start": 2029.55, "end": 2030.61, "word": " RecyclerView", "probability": 0.7517578125}, {"start": 2030.61, "end": 2030.79, "word": " That", "probability": 0.2149658203125}, {"start": 2030.79, "end": 2031.07, "word": " is,", "probability": 0.58154296875}, {"start": 2032.67, "end": 2032.79, "word": " when", "probability": 0.73828125}, {"start": 2032.79, "end": 2033.03, "word": " you", "probability": 0.95458984375}, {"start": 2033.03, "end": 2033.37, "word": " add", "probability": 0.93603515625}, {"start": 2033.37, "end": 2033.65, "word": " to", "probability": 0.42431640625}, {"start": 2033.65, "end": 2033.71, "word": " the", "probability": 0.8212890625}, {"start": 2033.71, "end": 2033.87, "word": " array", "probability": 0.8759765625}, {"start": 2033.87, "end": 2034.03, "word": " list", "probability": 0.92333984375}, {"start": 2034.03, "end": 2034.13, "word": " in", "probability": 0.6533203125}, {"start": 2034.13, "end": 2034.23, "word": " the", "probability": 0.9052734375}, {"start": 2034.23, "end": 2034.39, "word": " first", "probability": 0.87646484375}, {"start": 2034.39, "end": 2034.45, "word": " place,", "probability": 0.82861328125}, {"start": 2034.49, "end": 2034.61, "word": " or", "probability": 0.88623046875}, {"start": 2034.61, "end": 2034.87, "word": " vice", "probability": 0.350830078125}, {"start": 2034.87, "end": 2034.87, "word": " versa", "probability": 0.7958984375}], "temperature": 1.0}, {"id": 76, "seek": 206405, "start": 2036.27, "end": 2064.05, "text": " Right or not? Because this always matches with the order of places in the list, in the array list, matches with the order of places in the list view. Okay? So if you reverse the array list, you will reverse with the recycler view or the list view. The recycler view gives you the option, it tells you, do not worry, you put the array as it is, you can put a choice to show them what. On the contrary, this is another option, which is what we did, set reverse,", "tokens": [1779, 420, 406, 30, 1436, 341, 1009, 10676, 365, 264, 1668, 295, 3190, 294, 264, 1329, 11, 294, 264, 10225, 1329, 11, 10676, 365, 264, 1668, 295, 3190, 294, 264, 1329, 1910, 13, 1033, 30, 407, 498, 291, 9943, 264, 10225, 1329, 11, 291, 486, 9943, 365, 264, 12036, 66, 1918, 1910, 420, 264, 1329, 1910, 13, 440, 12036, 66, 1918, 1910, 2709, 291, 264, 3614, 11, 309, 5112, 291, 11, 360, 406, 3292, 11, 291, 829, 264, 10225, 382, 309, 307, 11, 291, 393, 829, 257, 3922, 281, 855, 552, 437, 13, 1282, 264, 19506, 11, 341, 307, 1071, 3614, 11, 597, 307, 437, 321, 630, 11, 992, 9943, 11], "avg_logprob": -0.45507813803851604, "compression_ratio": 2.017543859649123, "no_speech_prob": 0.0, "words": [{"start": 2036.27, "end": 2036.55, "word": " Right", "probability": 0.202392578125}, {"start": 2036.55, "end": 2036.73, "word": " or", "probability": 0.8984375}, {"start": 2036.73, "end": 2036.83, "word": " not?", "probability": 0.3818359375}, {"start": 2037.49, "end": 2037.77, "word": " Because", "probability": 0.340087890625}, {"start": 2037.77, "end": 2038.09, "word": " this", "probability": 0.343505859375}, {"start": 2038.09, "end": 2038.31, "word": " always", "probability": 0.251708984375}, {"start": 2038.31, "end": 2039.53, "word": " matches", "probability": 0.443359375}, {"start": 2039.53, "end": 2040.63, "word": " with", "probability": 0.61279296875}, {"start": 2040.63, "end": 2040.87, "word": " the", "probability": 0.5185546875}, {"start": 2040.87, "end": 2041.73, "word": " order", "probability": 0.2020263671875}, {"start": 2041.73, "end": 2041.89, "word": " of", "probability": 0.93896484375}, {"start": 2041.89, "end": 2042.21, "word": " places", "probability": 0.62451171875}, {"start": 2042.21, "end": 2042.43, "word": " in", "probability": 0.8037109375}, {"start": 2042.43, "end": 2042.57, "word": " the", "probability": 0.80224609375}, {"start": 2042.57, "end": 2042.81, "word": " list,", "probability": 0.5283203125}, {"start": 2042.99, "end": 2043.35, "word": " in", "probability": 0.66015625}, {"start": 2043.35, "end": 2043.55, "word": " the", "probability": 0.8330078125}, {"start": 2043.55, "end": 2043.83, "word": " array", "probability": 0.74755859375}, {"start": 2043.83, "end": 2044.31, "word": " list,", "probability": 0.66943359375}, {"start": 2044.39, "end": 2044.63, "word": " matches", "probability": 0.4013671875}, {"start": 2044.63, "end": 2044.99, "word": " with", "probability": 0.85302734375}, {"start": 2044.99, "end": 2045.09, "word": " the", "probability": 0.8994140625}, {"start": 2045.09, "end": 2045.27, "word": " order", "probability": 0.9150390625}, {"start": 2045.27, "end": 2045.45, "word": " of", "probability": 0.96337890625}, {"start": 2045.45, "end": 2045.95, "word": " places", "probability": 0.888671875}, {"start": 2045.95, "end": 2046.15, "word": " in", "probability": 0.9072265625}, {"start": 2046.15, "end": 2046.21, "word": " the", "probability": 0.82373046875}, {"start": 2046.21, "end": 2046.37, "word": " list", "probability": 0.740234375}, {"start": 2046.37, "end": 2046.59, "word": " view.", "probability": 0.8759765625}, {"start": 2047.09, "end": 2047.27, "word": " Okay?", "probability": 0.263916015625}, {"start": 2047.41, "end": 2047.55, "word": " So", "probability": 0.78076171875}, {"start": 2047.55, "end": 2047.79, "word": " if", "probability": 0.66162109375}, {"start": 2047.79, "end": 2047.85, "word": " you", "probability": 0.9619140625}, {"start": 2047.85, "end": 2048.11, "word": " reverse", "probability": 0.1591796875}, {"start": 2048.11, "end": 2048.31, "word": " the", "probability": 0.84765625}, {"start": 2048.31, "end": 2048.49, "word": " array", "probability": 0.818359375}, {"start": 2048.49, "end": 2048.75, "word": " list,", "probability": 0.90283203125}, {"start": 2048.79, "end": 2048.89, "word": " you", "probability": 0.6982421875}, {"start": 2048.89, "end": 2048.93, "word": " will", "probability": 0.61328125}, {"start": 2048.93, "end": 2049.23, "word": " reverse", "probability": 0.6982421875}, {"start": 2049.23, "end": 2049.49, "word": " with", "probability": 0.48828125}, {"start": 2049.49, "end": 2050.73, "word": " the", "probability": 0.7265625}, {"start": 2050.73, "end": 2051.27, "word": " recycler", "probability": 0.7369791666666666}, {"start": 2051.27, "end": 2051.43, "word": " view", "probability": 0.8984375}, {"start": 2051.43, "end": 2051.59, "word": " or", "probability": 0.904296875}, {"start": 2051.59, "end": 2051.67, "word": " the", "probability": 0.5595703125}, {"start": 2051.67, "end": 2051.83, "word": " list", "probability": 0.9228515625}, {"start": 2051.83, "end": 2052.11, "word": " view.", "probability": 0.89013671875}, {"start": 2052.85, "end": 2052.95, "word": " The", "probability": 0.345947265625}, {"start": 2052.95, "end": 2053.33, "word": " recycler", "probability": 0.8487955729166666}, {"start": 2053.33, "end": 2053.47, "word": " view", "probability": 0.83984375}, {"start": 2053.47, "end": 2053.67, "word": " gives", "probability": 0.716796875}, {"start": 2053.67, "end": 2053.77, "word": " you", "probability": 0.93505859375}, {"start": 2053.77, "end": 2053.85, "word": " the", "probability": 0.324462890625}, {"start": 2053.85, "end": 2054.07, "word": " option,", "probability": 0.461669921875}, {"start": 2054.15, "end": 2054.23, "word": " it", "probability": 0.71728515625}, {"start": 2054.23, "end": 2054.39, "word": " tells", "probability": 0.493896484375}, {"start": 2054.39, "end": 2054.85, "word": " you,", "probability": 0.96728515625}, {"start": 2054.91, "end": 2055.03, "word": " do", "probability": 0.264892578125}, {"start": 2055.03, "end": 2055.13, "word": " not", "probability": 0.9443359375}, {"start": 2055.13, "end": 2055.43, "word": " worry,", "probability": 0.7724609375}, {"start": 2055.65, "end": 2055.77, "word": " you", "probability": 0.591796875}, {"start": 2055.77, "end": 2056.07, "word": " put", "probability": 0.6220703125}, {"start": 2056.07, "end": 2056.19, "word": " the", "probability": 0.87939453125}, {"start": 2056.19, "end": 2056.39, "word": " array", "probability": 0.71240234375}, {"start": 2056.39, "end": 2056.57, "word": " as", "probability": 0.865234375}, {"start": 2056.57, "end": 2056.77, "word": " it", "probability": 0.92578125}, {"start": 2056.77, "end": 2057.77, "word": " is,", "probability": 0.94189453125}, {"start": 2058.13, "end": 2058.25, "word": " you", "probability": 0.4873046875}, {"start": 2058.25, "end": 2058.43, "word": " can", "probability": 0.69775390625}, {"start": 2058.43, "end": 2058.87, "word": " put", "probability": 0.75048828125}, {"start": 2058.87, "end": 2058.95, "word": " a", "probability": 0.43310546875}, {"start": 2058.95, "end": 2059.15, "word": " choice", "probability": 0.78466796875}, {"start": 2059.15, "end": 2059.33, "word": " to", "probability": 0.428466796875}, {"start": 2059.33, "end": 2059.59, "word": " show", "probability": 0.44287109375}, {"start": 2059.59, "end": 2059.95, "word": " them", "probability": 0.59326171875}, {"start": 2059.95, "end": 2060.27, "word": " what.", "probability": 0.64697265625}, {"start": 2060.65, "end": 2060.85, "word": " On", "probability": 0.49658203125}, {"start": 2060.85, "end": 2060.95, "word": " the", "probability": 0.91015625}, {"start": 2060.95, "end": 2061.11, "word": " contrary,", "probability": 0.8984375}, {"start": 2061.53, "end": 2061.73, "word": " this", "probability": 0.86767578125}, {"start": 2061.73, "end": 2061.79, "word": " is", "probability": 0.92822265625}, {"start": 2061.79, "end": 2061.81, "word": " another", "probability": 0.8427734375}, {"start": 2061.81, "end": 2062.13, "word": " option,", "probability": 0.61962890625}, {"start": 2062.71, "end": 2062.81, "word": " which", "probability": 0.7490234375}, {"start": 2062.81, "end": 2062.91, "word": " is", "probability": 0.83251953125}, {"start": 2062.91, "end": 2063.09, "word": " what", "probability": 0.5087890625}, {"start": 2063.09, "end": 2063.31, "word": " we", "probability": 0.63427734375}, {"start": 2063.31, "end": 2063.31, "word": " did,", "probability": 0.84228515625}, {"start": 2063.45, "end": 2063.61, "word": " set", "probability": 0.8251953125}, {"start": 2063.61, "end": 2064.05, "word": " reverse,", "probability": 0.74365234375}], "temperature": 1.0}, {"id": 77, "seek": 209435, "start": 2065.33, "end": 2094.35, "text": " layout. But of course, what did reverse layout do? It did reverse correctly. This is the last one to be added, which is this hope. It used to go down. Yes, but what else? It started from where? From below. So this can be solved by saying to it, what is the security? Set stack from end, tell it to roll. Because it found that as long as I reflected it, it considers the start from below and the end from above. So I told it to start working from above. From the end. The end came from above.", "tokens": [13333, 13, 583, 295, 1164, 11, 437, 630, 9943, 13333, 360, 30, 467, 630, 9943, 8944, 13, 639, 307, 264, 1036, 472, 281, 312, 3869, 11, 597, 307, 341, 1454, 13, 467, 1143, 281, 352, 760, 13, 1079, 11, 457, 437, 1646, 30, 467, 1409, 490, 689, 30, 3358, 2507, 13, 407, 341, 393, 312, 13041, 538, 1566, 281, 309, 11, 437, 307, 264, 3825, 30, 8928, 8630, 490, 917, 11, 980, 309, 281, 3373, 13, 1436, 309, 1352, 300, 382, 938, 382, 286, 15502, 309, 11, 309, 33095, 264, 722, 490, 2507, 293, 264, 917, 490, 3673, 13, 407, 286, 1907, 309, 281, 722, 1364, 490, 3673, 13, 3358, 264, 917, 13, 440, 917, 1361, 490, 3673, 13], "avg_logprob": -0.5070312733451525, "compression_ratio": 1.789090909090909, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2065.33, "end": 2065.73, "word": " layout.", "probability": 0.177001953125}, {"start": 2066.55, "end": 2066.75, "word": " But", "probability": 0.701171875}, {"start": 2066.75, "end": 2067.01, "word": " of", "probability": 0.47021484375}, {"start": 2067.01, "end": 2067.01, "word": " course,", "probability": 0.94873046875}, {"start": 2067.15, "end": 2067.17, "word": " what", "probability": 0.86181640625}, {"start": 2067.17, "end": 2067.39, "word": " did", "probability": 0.63427734375}, {"start": 2067.39, "end": 2067.77, "word": " reverse", "probability": 0.20947265625}, {"start": 2067.77, "end": 2068.39, "word": " layout", "probability": 0.96875}, {"start": 2068.39, "end": 2068.41, "word": " do?", "probability": 0.740234375}, {"start": 2069.05, "end": 2069.37, "word": " It", "probability": 0.6826171875}, {"start": 2069.37, "end": 2069.53, "word": " did", "probability": 0.6728515625}, {"start": 2069.53, "end": 2069.95, "word": " reverse", "probability": 0.50244140625}, {"start": 2069.95, "end": 2070.27, "word": " correctly.", "probability": 0.461181640625}, {"start": 2070.87, "end": 2071.03, "word": " This", "probability": 0.37890625}, {"start": 2071.03, "end": 2071.03, "word": " is", "probability": 0.313232421875}, {"start": 2071.03, "end": 2071.15, "word": " the", "probability": 0.8359375}, {"start": 2071.15, "end": 2071.27, "word": " last", "probability": 0.80029296875}, {"start": 2071.27, "end": 2071.55, "word": " one", "probability": 0.497314453125}, {"start": 2071.55, "end": 2071.65, "word": " to", "probability": 0.08709716796875}, {"start": 2071.65, "end": 2071.73, "word": " be", "probability": 0.342529296875}, {"start": 2071.73, "end": 2071.79, "word": " added,", "probability": 0.2489013671875}, {"start": 2071.97, "end": 2071.99, "word": " which", "probability": 0.80029296875}, {"start": 2071.99, "end": 2072.05, "word": " is", "probability": 0.87109375}, {"start": 2072.05, "end": 2072.13, "word": " this", "probability": 0.373046875}, {"start": 2072.13, "end": 2072.29, "word": " hope.", "probability": 0.468017578125}, {"start": 2072.61, "end": 2072.71, "word": " It", "probability": 0.625}, {"start": 2072.71, "end": 2072.93, "word": " used", "probability": 0.44091796875}, {"start": 2072.93, "end": 2073.01, "word": " to", "probability": 0.96923828125}, {"start": 2073.01, "end": 2073.29, "word": " go", "probability": 0.481201171875}, {"start": 2073.29, "end": 2073.51, "word": " down.", "probability": 0.72802734375}, {"start": 2074.29, "end": 2074.69, "word": " Yes,", "probability": 0.30908203125}, {"start": 2074.73, "end": 2074.87, "word": " but", "probability": 0.9130859375}, {"start": 2074.87, "end": 2075.07, "word": " what", "probability": 0.84619140625}, {"start": 2075.07, "end": 2075.27, "word": " else?", "probability": 0.77392578125}, {"start": 2075.33, "end": 2075.43, "word": " It", "probability": 0.302001953125}, {"start": 2075.43, "end": 2075.81, "word": " started", "probability": 0.58203125}, {"start": 2075.81, "end": 2075.97, "word": " from", "probability": 0.6240234375}, {"start": 2075.97, "end": 2076.23, "word": " where?", "probability": 0.71435546875}, {"start": 2076.59, "end": 2076.99, "word": " From", "probability": 0.6943359375}, {"start": 2076.99, "end": 2077.27, "word": " below.", "probability": 0.76123046875}, {"start": 2077.59, "end": 2077.95, "word": " So", "probability": 0.693359375}, {"start": 2077.95, "end": 2078.15, "word": " this", "probability": 0.353515625}, {"start": 2078.15, "end": 2078.35, "word": " can", "probability": 0.485107421875}, {"start": 2078.35, "end": 2078.53, "word": " be", "probability": 0.93408203125}, {"start": 2078.53, "end": 2078.79, "word": " solved", "probability": 0.63818359375}, {"start": 2078.79, "end": 2079.03, "word": " by", "probability": 0.552734375}, {"start": 2079.03, "end": 2079.27, "word": " saying", "probability": 0.6572265625}, {"start": 2079.27, "end": 2079.45, "word": " to", "probability": 0.2369384765625}, {"start": 2079.45, "end": 2079.45, "word": " it,", "probability": 0.29296875}, {"start": 2079.45, "end": 2079.51, "word": " what", "probability": 0.1484375}, {"start": 2079.51, "end": 2079.55, "word": " is", "probability": 0.403564453125}, {"start": 2079.55, "end": 2079.65, "word": " the", "probability": 0.49658203125}, {"start": 2079.65, "end": 2079.87, "word": " security?", "probability": 0.43701171875}, {"start": 2081.07, "end": 2081.47, "word": " Set", "probability": 0.5712890625}, {"start": 2081.47, "end": 2082.63, "word": " stack", "probability": 0.92236328125}, {"start": 2082.63, "end": 2082.91, "word": " from", "probability": 0.8984375}, {"start": 2082.91, "end": 2083.19, "word": " end,", "probability": 0.890625}, {"start": 2083.27, "end": 2083.41, "word": " tell", "probability": 0.253662109375}, {"start": 2083.41, "end": 2083.51, "word": " it", "probability": 0.67578125}, {"start": 2083.51, "end": 2083.55, "word": " to", "probability": 0.451171875}, {"start": 2083.55, "end": 2083.73, "word": " roll.", "probability": 0.615234375}, {"start": 2084.71, "end": 2084.95, "word": " Because", "probability": 0.81689453125}, {"start": 2084.95, "end": 2085.09, "word": " it", "probability": 0.28857421875}, {"start": 2085.09, "end": 2085.35, "word": " found", "probability": 0.3076171875}, {"start": 2085.35, "end": 2085.51, "word": " that", "probability": 0.52197265625}, {"start": 2085.51, "end": 2086.17, "word": " as", "probability": 0.26416015625}, {"start": 2086.17, "end": 2086.35, "word": " long", "probability": 0.76708984375}, {"start": 2086.35, "end": 2086.35, "word": " as", "probability": 0.9697265625}, {"start": 2086.35, "end": 2086.51, "word": " I", "probability": 0.8759765625}, {"start": 2086.51, "end": 2086.83, "word": " reflected", "probability": 0.468505859375}, {"start": 2086.83, "end": 2086.95, "word": " it,", "probability": 0.86962890625}, {"start": 2086.99, "end": 2087.05, "word": " it", "probability": 0.75830078125}, {"start": 2087.05, "end": 2087.29, "word": " considers", "probability": 0.394775390625}, {"start": 2087.29, "end": 2087.49, "word": " the", "probability": 0.71826171875}, {"start": 2087.49, "end": 2087.77, "word": " start", "probability": 0.9267578125}, {"start": 2087.77, "end": 2087.99, "word": " from", "probability": 0.69482421875}, {"start": 2087.99, "end": 2088.27, "word": " below", "probability": 0.88720703125}, {"start": 2088.27, "end": 2088.47, "word": " and", "probability": 0.78955078125}, {"start": 2088.47, "end": 2088.57, "word": " the", "probability": 0.740234375}, {"start": 2088.57, "end": 2088.79, "word": " end", "probability": 0.923828125}, {"start": 2088.79, "end": 2088.95, "word": " from", "probability": 0.479248046875}, {"start": 2088.95, "end": 2089.27, "word": " above.", "probability": 0.69580078125}, {"start": 2089.71, "end": 2090.11, "word": " So", "probability": 0.93115234375}, {"start": 2090.11, "end": 2090.19, "word": " I", "probability": 0.95947265625}, {"start": 2090.19, "end": 2090.33, "word": " told", "probability": 0.81884765625}, {"start": 2090.33, "end": 2090.57, "word": " it", "probability": 0.8359375}, {"start": 2090.57, "end": 2091.01, "word": " to", "probability": 0.76708984375}, {"start": 2091.01, "end": 2091.15, "word": " start", "probability": 0.83544921875}, {"start": 2091.15, "end": 2091.35, "word": " working", "probability": 0.438720703125}, {"start": 2091.35, "end": 2091.51, "word": " from", "probability": 0.8837890625}, {"start": 2091.51, "end": 2091.77, "word": " above.", "probability": 0.95361328125}, {"start": 2092.37, "end": 2092.77, "word": " From", "probability": 0.74365234375}, {"start": 2092.77, "end": 2092.91, "word": " the", "probability": 0.8359375}, {"start": 2092.91, "end": 2093.15, "word": " end.", "probability": 0.92333984375}, {"start": 2093.23, "end": 2093.33, "word": " The", "probability": 0.75634765625}, {"start": 2093.33, "end": 2093.57, "word": " end", "probability": 0.92236328125}, {"start": 2093.57, "end": 2093.97, "word": " came", "probability": 0.1837158203125}, {"start": 2093.97, "end": 2094.11, "word": " from", "probability": 0.74853515625}, {"start": 2094.11, "end": 2094.35, "word": " above.", "probability": 0.95751953125}], "temperature": 1.0}, {"id": 78, "seek": 212366, "start": 2095.7, "end": 2123.66, "text": " So, I turned it on again. Okay, this is what happened, but the elements are reversed. The hope was shown in the end. This is the proof that I added hope when I added it to the array. Yes, in the end. This is P3. But now it appeared in the beginning. Okay, another thing. I also found out in the RecyclerView that I don't have", "tokens": [407, 11, 286, 3574, 309, 322, 797, 13, 1033, 11, 341, 307, 437, 2011, 11, 457, 264, 4959, 366, 30563, 13, 440, 1454, 390, 4898, 294, 264, 917, 13, 639, 307, 264, 8177, 300, 286, 3869, 1454, 562, 286, 3869, 309, 281, 264, 10225, 13, 1079, 11, 294, 264, 917, 13, 639, 307, 430, 18, 13, 583, 586, 309, 8516, 294, 264, 2863, 13, 1033, 11, 1071, 551, 13, 286, 611, 1352, 484, 294, 264, 1300, 1344, 66, 1918, 30203, 300, 286, 500, 380, 362], "avg_logprob": -0.5319767566614373, "compression_ratio": 1.5980392156862746, "no_speech_prob": 0.0, "words": [{"start": 2095.7, "end": 2095.9, "word": " So,", "probability": 0.448974609375}, {"start": 2095.94, "end": 2096.12, "word": " I", "probability": 0.74267578125}, {"start": 2096.12, "end": 2096.12, "word": " turned", "probability": 0.08697509765625}, {"start": 2096.12, "end": 2096.64, "word": " it", "probability": 0.72412109375}, {"start": 2096.64, "end": 2096.64, "word": " on", "probability": 0.7744140625}, {"start": 2096.64, "end": 2097.58, "word": " again.", "probability": 0.86669921875}, {"start": 2104.42, "end": 2104.82, "word": " Okay,", "probability": 0.0821533203125}, {"start": 2104.86, "end": 2105.06, "word": " this", "probability": 0.2646484375}, {"start": 2105.06, "end": 2105.08, "word": " is", "probability": 0.6298828125}, {"start": 2105.08, "end": 2105.24, "word": " what", "probability": 0.5634765625}, {"start": 2105.24, "end": 2105.3, "word": " happened,", "probability": 0.75537109375}, {"start": 2105.44, "end": 2105.6, "word": " but", "probability": 0.82763671875}, {"start": 2105.6, "end": 2105.7, "word": " the", "probability": 0.6123046875}, {"start": 2105.7, "end": 2105.96, "word": " elements", "probability": 0.59716796875}, {"start": 2105.96, "end": 2106.14, "word": " are", "probability": 0.56689453125}, {"start": 2106.14, "end": 2106.4, "word": " reversed.", "probability": 0.4169921875}, {"start": 2106.96, "end": 2107.2, "word": " The", "probability": 0.273193359375}, {"start": 2107.2, "end": 2107.2, "word": " hope", "probability": 0.467529296875}, {"start": 2107.2, "end": 2107.48, "word": " was", "probability": 0.3720703125}, {"start": 2107.48, "end": 2107.84, "word": " shown", "probability": 0.2939453125}, {"start": 2107.84, "end": 2107.96, "word": " in", "probability": 0.4814453125}, {"start": 2107.96, "end": 2108.06, "word": " the", "probability": 0.89697265625}, {"start": 2108.06, "end": 2108.28, "word": " end.", "probability": 0.51904296875}, {"start": 2108.36, "end": 2108.5, "word": " This", "probability": 0.7578125}, {"start": 2108.5, "end": 2108.52, "word": " is", "probability": 0.8798828125}, {"start": 2108.52, "end": 2108.6, "word": " the", "probability": 0.7421875}, {"start": 2108.6, "end": 2108.82, "word": " proof", "probability": 0.64892578125}, {"start": 2108.82, "end": 2109.04, "word": " that", "probability": 0.82275390625}, {"start": 2109.04, "end": 2109.26, "word": " I", "probability": 0.50244140625}, {"start": 2109.26, "end": 2109.56, "word": " added", "probability": 0.3330078125}, {"start": 2109.56, "end": 2109.64, "word": " hope", "probability": 0.583984375}, {"start": 2109.64, "end": 2109.78, "word": " when", "probability": 0.316162109375}, {"start": 2109.78, "end": 2109.96, "word": " I", "probability": 0.92236328125}, {"start": 2109.96, "end": 2110.18, "word": " added", "probability": 0.55615234375}, {"start": 2110.18, "end": 2110.3, "word": " it", "probability": 0.728515625}, {"start": 2110.3, "end": 2110.42, "word": " to", "probability": 0.7109375}, {"start": 2110.42, "end": 2110.54, "word": " the", "probability": 0.79638671875}, {"start": 2110.54, "end": 2110.84, "word": " array.", "probability": 0.83935546875}, {"start": 2111.62, "end": 2111.82, "word": " Yes,", "probability": 0.465087890625}, {"start": 2111.92, "end": 2111.96, "word": " in", "probability": 0.666015625}, {"start": 2111.96, "end": 2112.06, "word": " the", "probability": 0.92333984375}, {"start": 2112.06, "end": 2112.22, "word": " end.", "probability": 0.912109375}, {"start": 2112.32, "end": 2112.44, "word": " This", "probability": 0.47998046875}, {"start": 2112.44, "end": 2112.84, "word": " is", "probability": 0.8935546875}, {"start": 2112.84, "end": 2113.36, "word": " P3.", "probability": 0.8681640625}, {"start": 2113.86, "end": 2114.12, "word": " But", "probability": 0.84814453125}, {"start": 2114.12, "end": 2114.32, "word": " now", "probability": 0.65478515625}, {"start": 2114.32, "end": 2114.4, "word": " it", "probability": 0.716796875}, {"start": 2114.4, "end": 2114.62, "word": " appeared", "probability": 0.1363525390625}, {"start": 2114.62, "end": 2114.72, "word": " in", "probability": 0.76318359375}, {"start": 2114.72, "end": 2114.8, "word": " the", "probability": 0.91943359375}, {"start": 2114.8, "end": 2114.98, "word": " beginning.", "probability": 0.70166015625}, {"start": 2117.24, "end": 2117.64, "word": " Okay,", "probability": 0.63720703125}, {"start": 2117.74, "end": 2118.06, "word": " another", "probability": 0.50048828125}, {"start": 2118.06, "end": 2118.16, "word": " thing.", "probability": 0.8779296875}, {"start": 2121.14, "end": 2121.54, "word": " I", "probability": 0.3369140625}, {"start": 2121.54, "end": 2121.54, "word": " also", "probability": 0.489501953125}, {"start": 2121.54, "end": 2121.54, "word": " found", "probability": 0.372802734375}, {"start": 2121.54, "end": 2121.76, "word": " out", "probability": 0.311767578125}, {"start": 2121.76, "end": 2121.96, "word": " in", "probability": 0.483154296875}, {"start": 2121.96, "end": 2122.1, "word": " the", "probability": 0.7255859375}, {"start": 2122.1, "end": 2122.96, "word": " RecyclerView", "probability": 0.7857421875}, {"start": 2122.96, "end": 2123.2, "word": " that", "probability": 0.490478515625}, {"start": 2123.2, "end": 2123.44, "word": " I", "probability": 0.82861328125}, {"start": 2123.44, "end": 2123.44, "word": " don't", "probability": 0.8125}, {"start": 2123.44, "end": 2123.66, "word": " have", "probability": 0.94189453125}], "temperature": 1.0}, {"id": 79, "seek": 214698, "start": 2126.49, "end": 2146.99, "text": " In the list view, there was a line. But why didn't I put a line here? Because it tells you that you are allowed to put whatever you want. To add a line, you can do the following. Go to the list view, and you have something called add item decoration.", "tokens": [682, 264, 1329, 1910, 11, 456, 390, 257, 1622, 13, 583, 983, 994, 380, 286, 829, 257, 1622, 510, 30, 1436, 309, 5112, 291, 300, 291, 366, 4350, 281, 829, 2035, 291, 528, 13, 1407, 909, 257, 1622, 11, 291, 393, 360, 264, 3480, 13, 1037, 281, 264, 1329, 1910, 11, 293, 291, 362, 746, 1219, 909, 3174, 26538, 13], "avg_logprob": -0.48642417446511693, "compression_ratio": 1.5304878048780488, "no_speech_prob": 0.0, "words": [{"start": 2126.49, "end": 2126.93, "word": " In", "probability": 0.10821533203125}, {"start": 2126.93, "end": 2127.37, "word": " the", "probability": 0.4921875}, {"start": 2127.37, "end": 2127.53, "word": " list", "probability": 0.64501953125}, {"start": 2127.53, "end": 2127.75, "word": " view,", "probability": 0.76806640625}, {"start": 2127.89, "end": 2128.01, "word": " there", "probability": 0.56298828125}, {"start": 2128.01, "end": 2128.03, "word": " was", "probability": 0.6083984375}, {"start": 2128.03, "end": 2128.23, "word": " a", "probability": 0.86572265625}, {"start": 2128.23, "end": 2128.39, "word": " line.", "probability": 0.80615234375}, {"start": 2128.95, "end": 2129.39, "word": " But", "probability": 0.325439453125}, {"start": 2129.39, "end": 2130.09, "word": " why", "probability": 0.677734375}, {"start": 2130.09, "end": 2130.23, "word": " didn't", "probability": 0.58636474609375}, {"start": 2130.23, "end": 2130.41, "word": " I", "probability": 0.29833984375}, {"start": 2130.41, "end": 2130.63, "word": " put", "probability": 0.626953125}, {"start": 2130.63, "end": 2130.83, "word": " a", "probability": 0.74365234375}, {"start": 2130.83, "end": 2130.99, "word": " line", "probability": 0.90771484375}, {"start": 2130.99, "end": 2130.99, "word": " here?", "probability": 0.669921875}, {"start": 2131.27, "end": 2131.69, "word": " Because", "probability": 0.79736328125}, {"start": 2131.69, "end": 2131.79, "word": " it", "probability": 0.50634765625}, {"start": 2131.79, "end": 2131.93, "word": " tells", "probability": 0.35791015625}, {"start": 2131.93, "end": 2132.07, "word": " you", "probability": 0.8505859375}, {"start": 2132.07, "end": 2132.37, "word": " that", "probability": 0.460205078125}, {"start": 2132.37, "end": 2132.37, "word": " you", "probability": 0.52685546875}, {"start": 2132.37, "end": 2132.47, "word": " are", "probability": 0.708984375}, {"start": 2132.47, "end": 2132.69, "word": " allowed", "probability": 0.382080078125}, {"start": 2132.69, "end": 2133.01, "word": " to", "probability": 0.91259765625}, {"start": 2133.01, "end": 2133.65, "word": " put", "probability": 0.5078125}, {"start": 2133.65, "end": 2133.87, "word": " whatever", "probability": 0.5859375}, {"start": 2133.87, "end": 2134.01, "word": " you", "probability": 0.86083984375}, {"start": 2134.01, "end": 2134.23, "word": " want.", "probability": 0.80810546875}, {"start": 2137.91, "end": 2138.35, "word": " To", "probability": 0.1839599609375}, {"start": 2138.35, "end": 2138.75, "word": " add", "probability": 0.86279296875}, {"start": 2138.75, "end": 2138.95, "word": " a", "probability": 0.89453125}, {"start": 2138.95, "end": 2139.13, "word": " line,", "probability": 0.90283203125}, {"start": 2139.91, "end": 2140.09, "word": " you", "probability": 0.8291015625}, {"start": 2140.09, "end": 2140.25, "word": " can", "probability": 0.79638671875}, {"start": 2140.25, "end": 2140.49, "word": " do", "probability": 0.7060546875}, {"start": 2140.49, "end": 2140.69, "word": " the", "probability": 0.716796875}, {"start": 2140.69, "end": 2140.89, "word": " following.", "probability": 0.85009765625}, {"start": 2141.57, "end": 2142.01, "word": " Go", "probability": 0.74169921875}, {"start": 2142.01, "end": 2142.15, "word": " to", "probability": 0.96435546875}, {"start": 2142.15, "end": 2142.21, "word": " the", "probability": 0.82470703125}, {"start": 2142.21, "end": 2142.41, "word": " list", "probability": 0.8828125}, {"start": 2142.41, "end": 2142.77, "word": " view,", "probability": 0.86328125}, {"start": 2143.79, "end": 2143.89, "word": " and", "probability": 0.6318359375}, {"start": 2143.89, "end": 2144.03, "word": " you", "probability": 0.3076171875}, {"start": 2144.03, "end": 2144.31, "word": " have", "probability": 0.69091796875}, {"start": 2144.31, "end": 2144.53, "word": " something", "probability": 0.5810546875}, {"start": 2144.53, "end": 2144.89, "word": " called", "probability": 0.84228515625}, {"start": 2144.89, "end": 2145.77, "word": " add", "probability": 0.477294921875}, {"start": 2145.77, "end": 2146.43, "word": " item", "probability": 0.91455078125}, {"start": 2146.43, "end": 2146.99, "word": " decoration.", "probability": 0.9287109375}], "temperature": 1.0}, {"id": 80, "seek": 217746, "start": 2148.14, "end": 2177.46, "text": " add item decoration this is to define the shape or design of the item this is a big deal how to make decoration for the item but now he made a decoration ready called divider item decoration divider item decoration which is like decoration or design for whom? for the divider what is divider? it is the division between elements divider item decoration is equal to new", "tokens": [909, 3174, 26538, 341, 307, 281, 6964, 264, 3909, 420, 1715, 295, 264, 3174, 341, 307, 257, 955, 2028, 577, 281, 652, 26538, 337, 264, 3174, 457, 586, 415, 1027, 257, 26538, 1919, 1219, 3414, 1438, 3174, 26538, 3414, 1438, 3174, 26538, 597, 307, 411, 26538, 420, 1715, 337, 7101, 30, 337, 264, 3414, 1438, 437, 307, 3414, 1438, 30, 309, 307, 264, 10044, 1296, 4959, 3414, 1438, 3174, 26538, 307, 2681, 281, 777], "avg_logprob": -0.45666667381922404, "compression_ratio": 2.132947976878613, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 2148.14, "end": 2148.54, "word": " add", "probability": 0.2626953125}, {"start": 2148.54, "end": 2149.06, "word": " item", "probability": 0.8173828125}, {"start": 2149.06, "end": 2150.08, "word": " decoration", "probability": 0.935546875}, {"start": 2150.08, "end": 2150.34, "word": " this", "probability": 0.279296875}, {"start": 2150.34, "end": 2150.4, "word": " is", "probability": 0.5966796875}, {"start": 2150.4, "end": 2150.54, "word": " to", "probability": 0.415771484375}, {"start": 2150.54, "end": 2152.28, "word": " define", "probability": 0.40380859375}, {"start": 2152.28, "end": 2152.62, "word": " the", "probability": 0.331298828125}, {"start": 2152.62, "end": 2152.86, "word": " shape", "probability": 0.560546875}, {"start": 2152.86, "end": 2153.06, "word": " or", "probability": 0.580078125}, {"start": 2153.06, "end": 2153.38, "word": " design", "probability": 0.87255859375}, {"start": 2153.38, "end": 2153.62, "word": " of", "probability": 0.880859375}, {"start": 2153.62, "end": 2153.7, "word": " the", "probability": 0.7724609375}, {"start": 2153.7, "end": 2154.0, "word": " item", "probability": 0.92041015625}, {"start": 2154.0, "end": 2154.62, "word": " this", "probability": 0.59814453125}, {"start": 2154.62, "end": 2154.66, "word": " is", "probability": 0.8916015625}, {"start": 2154.66, "end": 2154.98, "word": " a", "probability": 0.405517578125}, {"start": 2154.98, "end": 2155.08, "word": " big", "probability": 0.6328125}, {"start": 2155.08, "end": 2155.08, "word": " deal", "probability": 0.658203125}, {"start": 2155.08, "end": 2155.5, "word": " how", "probability": 0.330810546875}, {"start": 2155.5, "end": 2155.62, "word": " to", "probability": 0.66015625}, {"start": 2155.62, "end": 2155.8, "word": " make", "probability": 0.481201171875}, {"start": 2155.8, "end": 2156.22, "word": " decoration", "probability": 0.74072265625}, {"start": 2156.22, "end": 2156.38, "word": " for", "probability": 0.62890625}, {"start": 2156.38, "end": 2156.44, "word": " the", "probability": 0.51611328125}, {"start": 2156.44, "end": 2156.7, "word": " item", "probability": 0.9375}, {"start": 2156.7, "end": 2157.96, "word": " but", "probability": 0.6796875}, {"start": 2157.96, "end": 2158.36, "word": " now", "probability": 0.6015625}, {"start": 2158.36, "end": 2158.48, "word": " he", "probability": 0.68017578125}, {"start": 2158.48, "end": 2158.72, "word": " made", "probability": 0.59326171875}, {"start": 2158.72, "end": 2158.9, "word": " a", "probability": 0.72314453125}, {"start": 2158.9, "end": 2159.34, "word": " decoration", "probability": 0.572265625}, {"start": 2159.34, "end": 2159.8, "word": " ready", "probability": 0.275390625}, {"start": 2159.8, "end": 2160.76, "word": " called", "probability": 0.324951171875}, {"start": 2160.76, "end": 2161.6, "word": " divider", "probability": 0.864990234375}, {"start": 2161.6, "end": 2163.26, "word": " item", "probability": 0.939453125}, {"start": 2163.26, "end": 2163.86, "word": " decoration", "probability": 0.94189453125}, {"start": 2163.86, "end": 2165.26, "word": " divider", "probability": 0.91259765625}, {"start": 2165.26, "end": 2165.66, "word": " item", "probability": 0.9599609375}, {"start": 2165.66, "end": 2166.46, "word": " decoration", "probability": 0.9345703125}, {"start": 2166.46, "end": 2166.7, "word": " which", "probability": 0.55517578125}, {"start": 2166.7, "end": 2166.94, "word": " is", "probability": 0.88720703125}, {"start": 2166.94, "end": 2167.36, "word": " like", "probability": 0.6650390625}, {"start": 2167.36, "end": 2167.88, "word": " decoration", "probability": 0.6953125}, {"start": 2167.88, "end": 2168.1, "word": " or", "probability": 0.841796875}, {"start": 2168.1, "end": 2168.42, "word": " design", "probability": 0.9208984375}, {"start": 2168.42, "end": 2168.7, "word": " for", "probability": 0.8134765625}, {"start": 2168.7, "end": 2168.88, "word": " whom?", "probability": 0.394775390625}, {"start": 2169.34, "end": 2169.62, "word": " for", "probability": 0.7568359375}, {"start": 2169.62, "end": 2169.72, "word": " the", "probability": 0.31982421875}, {"start": 2169.72, "end": 2170.06, "word": " divider", "probability": 0.910400390625}, {"start": 2170.06, "end": 2170.22, "word": " what", "probability": 0.56640625}, {"start": 2170.22, "end": 2170.28, "word": " is", "probability": 0.89208984375}, {"start": 2170.28, "end": 2170.76, "word": " divider?", "probability": 0.782470703125}, {"start": 2171.52, "end": 2172.14, "word": " it", "probability": 0.187255859375}, {"start": 2172.14, "end": 2172.3, "word": " is", "probability": 0.7294921875}, {"start": 2172.3, "end": 2172.54, "word": " the", "probability": 0.4130859375}, {"start": 2172.54, "end": 2172.84, "word": " division", "probability": 0.15087890625}, {"start": 2172.84, "end": 2173.04, "word": " between", "probability": 0.66259765625}, {"start": 2173.04, "end": 2173.52, "word": " elements", "probability": 0.70849609375}, {"start": 2173.52, "end": 2175.82, "word": " divider", "probability": 0.91796875}, {"start": 2175.82, "end": 2176.16, "word": " item", "probability": 0.95458984375}, {"start": 2176.16, "end": 2176.7, "word": " decoration", "probability": 0.9375}, {"start": 2176.7, "end": 2176.88, "word": " is", "probability": 0.16259765625}, {"start": 2176.88, "end": 2177.08, "word": " equal", "probability": 0.72509765625}, {"start": 2177.08, "end": 2177.12, "word": " to", "probability": 0.96142578125}, {"start": 2177.12, "end": 2177.46, "word": " new", "probability": 0.83984375}], "temperature": 1.0}, {"id": 81, "seek": 218246, "start": 2178.38, "end": 2182.46, "text": " Divider item decoration. What does this context want?", "tokens": [9886, 1438, 3174, 26538, 13, 708, 775, 341, 4319, 528, 30], "avg_logprob": -0.6617838342984518, "compression_ratio": 0.8709677419354839, "no_speech_prob": 0.0, "words": [{"start": 2178.38, "end": 2178.98, "word": " Divider", "probability": 0.6903076171875}, {"start": 2178.98, "end": 2179.46, "word": " item", "probability": 0.73193359375}, {"start": 2179.46, "end": 2180.4, "word": " decoration.", "probability": 0.89501953125}, {"start": 2180.72, "end": 2181.42, "word": " What", "probability": 0.70458984375}, {"start": 2181.42, "end": 2181.62, "word": " does", "probability": 0.60546875}, {"start": 2181.62, "end": 2181.84, "word": " this", "probability": 0.62939453125}, {"start": 2181.84, "end": 2182.32, "word": " context", "probability": 0.5625}, {"start": 2182.32, "end": 2182.46, "word": " want?", "probability": 0.28125}], "temperature": 1.0}, {"id": 82, "seek": 221780, "start": 2216.04, "end": 2217.8, "text": " By the context and integer.", "tokens": [3146, 264, 4319, 293, 24922, 13], "avg_logprob": -0.7712053401129586, "compression_ratio": 0.8235294117647058, "no_speech_prob": 0.0, "words": [{"start": 2216.04, "end": 2216.56, "word": " By", "probability": 0.041290283203125}, {"start": 2216.56, "end": 2216.64, "word": " the", "probability": 0.7490234375}, {"start": 2216.64, "end": 2217.12, "word": " context", "probability": 0.72119140625}, {"start": 2217.12, "end": 2217.32, "word": " and", "probability": 0.6591796875}, {"start": 2217.32, "end": 2217.8, "word": " integer.", "probability": 0.73583984375}], "temperature": 1.0}, {"id": 83, "seek": 226210, "start": 2235.74, "end": 2262.1, "text": " They need two things, context and divider. You need to specify if your list is horizontal or vertical. Right now it is vertical. So that they know where to put the divider. So I told him vertical. That's it. When I created the divider item decoration, this is the ready design. Then you go to the list view and you say add item decoration and you say did.", "tokens": [814, 643, 732, 721, 11, 4319, 293, 3414, 1438, 13, 509, 643, 281, 16500, 498, 428, 1329, 307, 12750, 420, 9429, 13, 1779, 586, 309, 307, 9429, 13, 407, 300, 436, 458, 689, 281, 829, 264, 3414, 1438, 13, 407, 286, 1907, 796, 9429, 13, 663, 311, 309, 13, 1133, 286, 2942, 264, 3414, 1438, 3174, 26538, 11, 341, 307, 264, 1919, 1715, 13, 1396, 291, 352, 281, 264, 1329, 1910, 293, 291, 584, 909, 3174, 26538, 293, 291, 584, 630, 13], "avg_logprob": -0.5086596098290869, "compression_ratio": 1.7115384615384615, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2235.7400000000002, "end": 2236.3, "word": " They", "probability": 0.1640625}, {"start": 2236.3, "end": 2236.86, "word": " need", "probability": 0.392578125}, {"start": 2236.86, "end": 2237.2, "word": " two", "probability": 0.501953125}, {"start": 2237.2, "end": 2237.2, "word": " things,", "probability": 0.7255859375}, {"start": 2237.36, "end": 2238.04, "word": " context", "probability": 0.6591796875}, {"start": 2238.04, "end": 2239.02, "word": " and", "probability": 0.8330078125}, {"start": 2239.02, "end": 2239.72, "word": " divider.", "probability": 0.732177734375}, {"start": 2239.96, "end": 2240.24, "word": " You", "probability": 0.42578125}, {"start": 2240.24, "end": 2240.78, "word": " need", "probability": 0.329833984375}, {"start": 2240.78, "end": 2240.8, "word": " to", "probability": 0.9609375}, {"start": 2240.8, "end": 2241.1, "word": " specify", "probability": 0.35888671875}, {"start": 2241.1, "end": 2241.26, "word": " if", "probability": 0.478759765625}, {"start": 2241.26, "end": 2241.28, "word": " your", "probability": 0.6630859375}, {"start": 2241.28, "end": 2241.5, "word": " list", "probability": 0.90625}, {"start": 2241.5, "end": 2242.0, "word": " is", "probability": 0.8984375}, {"start": 2242.0, "end": 2242.4, "word": " horizontal", "probability": 0.487548828125}, {"start": 2242.4, "end": 2242.66, "word": " or", "probability": 0.95361328125}, {"start": 2242.66, "end": 2243.16, "word": " vertical.", "probability": 0.90966796875}, {"start": 2243.46, "end": 2243.94, "word": " Right", "probability": 0.231689453125}, {"start": 2243.94, "end": 2244.04, "word": " now", "probability": 0.89208984375}, {"start": 2244.04, "end": 2244.18, "word": " it", "probability": 0.60302734375}, {"start": 2244.18, "end": 2244.2, "word": " is", "probability": 0.60791015625}, {"start": 2244.2, "end": 2244.64, "word": " vertical.", "probability": 0.912109375}, {"start": 2245.1, "end": 2245.66, "word": " So", "probability": 0.272705078125}, {"start": 2245.66, "end": 2245.9, "word": " that", "probability": 0.41943359375}, {"start": 2245.9, "end": 2245.96, "word": " they", "probability": 0.498046875}, {"start": 2245.96, "end": 2246.14, "word": " know", "probability": 0.53369140625}, {"start": 2246.14, "end": 2246.3, "word": " where", "probability": 0.814453125}, {"start": 2246.3, "end": 2246.36, "word": " to", "probability": 0.85009765625}, {"start": 2246.36, "end": 2246.56, "word": " put", "probability": 0.64990234375}, {"start": 2246.56, "end": 2246.68, "word": " the", "probability": 0.79638671875}, {"start": 2246.68, "end": 2247.02, "word": " divider.", "probability": 0.921142578125}, {"start": 2247.64, "end": 2247.76, "word": " So", "probability": 0.355712890625}, {"start": 2247.76, "end": 2247.86, "word": " I", "probability": 0.81396484375}, {"start": 2247.86, "end": 2248.04, "word": " told", "probability": 0.15673828125}, {"start": 2248.04, "end": 2248.2, "word": " him", "probability": 0.59130859375}, {"start": 2248.2, "end": 2248.5, "word": " vertical.", "probability": 0.50048828125}, {"start": 2249.78, "end": 2250.24, "word": " That's", "probability": 0.5867919921875}, {"start": 2250.24, "end": 2250.28, "word": " it.", "probability": 0.765625}, {"start": 2251.16, "end": 2251.6, "word": " When", "probability": 0.2442626953125}, {"start": 2251.6, "end": 2252.56, "word": " I", "probability": 0.80419921875}, {"start": 2252.56, "end": 2252.9, "word": " created", "probability": 0.5126953125}, {"start": 2252.9, "end": 2253.02, "word": " the", "probability": 0.499755859375}, {"start": 2253.02, "end": 2253.36, "word": " divider", "probability": 0.91650390625}, {"start": 2253.36, "end": 2253.62, "word": " item", "probability": 0.71484375}, {"start": 2253.62, "end": 2254.08, "word": " decoration,", "probability": 0.904296875}, {"start": 2254.3, "end": 2254.34, "word": " this", "probability": 0.482421875}, {"start": 2254.34, "end": 2254.56, "word": " is", "probability": 0.7666015625}, {"start": 2254.56, "end": 2254.92, "word": " the", "probability": 0.767578125}, {"start": 2254.92, "end": 2255.84, "word": " ready", "probability": 0.452880859375}, {"start": 2255.84, "end": 2255.92, "word": " design.", "probability": 0.6220703125}, {"start": 2256.6, "end": 2256.9, "word": " Then", "probability": 0.7119140625}, {"start": 2256.9, "end": 2257.1, "word": " you", "probability": 0.74560546875}, {"start": 2257.1, "end": 2257.26, "word": " go", "probability": 0.85498046875}, {"start": 2257.26, "end": 2257.42, "word": " to", "probability": 0.951171875}, {"start": 2257.42, "end": 2257.52, "word": " the", "probability": 0.49365234375}, {"start": 2257.52, "end": 2257.72, "word": " list", "probability": 0.90576171875}, {"start": 2257.72, "end": 2258.02, "word": " view", "probability": 0.8525390625}, {"start": 2258.02, "end": 2258.16, "word": " and", "probability": 0.5126953125}, {"start": 2258.16, "end": 2258.22, "word": " you", "probability": 0.16796875}, {"start": 2258.22, "end": 2258.38, "word": " say", "probability": 0.443359375}, {"start": 2258.38, "end": 2258.88, "word": " add", "probability": 0.77001953125}, {"start": 2258.88, "end": 2260.58, "word": " item", "probability": 0.92236328125}, {"start": 2260.58, "end": 2261.18, "word": " decoration", "probability": 0.9296875}, {"start": 2261.18, "end": 2261.46, "word": " and", "probability": 0.73876953125}, {"start": 2261.46, "end": 2261.62, "word": " you", "probability": 0.5771484375}, {"start": 2261.62, "end": 2261.8, "word": " say", "probability": 0.51806640625}, {"start": 2261.8, "end": 2262.1, "word": " did.", "probability": 0.228759765625}], "temperature": 1.0}, {"id": 84, "seek": 226486, "start": 2263.76, "end": 2264.86, "text": " Ok, let's see how it looks", "tokens": [3477, 11, 718, 311, 536, 577, 309, 1542], "avg_logprob": -0.5755208333333334, "compression_ratio": 0.7714285714285715, "no_speech_prob": 0.0, "words": [{"start": 2263.76, "end": 2263.98, "word": " Ok,", "probability": 0.1697998046875}, {"start": 2264.18, "end": 2264.4, "word": " let's", "probability": 0.753662109375}, {"start": 2264.4, "end": 2264.54, "word": " see", "probability": 0.61083984375}, {"start": 2264.54, "end": 2264.66, "word": " how", "probability": 0.46484375}, {"start": 2264.66, "end": 2264.66, "word": " it", "probability": 0.890625}, {"start": 2264.66, "end": 2264.86, "word": " looks", "probability": 0.7705078125}], "temperature": 1.0}, {"id": 85, "seek": 229703, "start": 2289.09, "end": 2297.03, "text": " Ok, this is the divider item decoration. Now look at the advantage of having everything in the list view ready.", "tokens": [3477, 11, 341, 307, 264, 3414, 1438, 3174, 26538, 13, 823, 574, 412, 264, 5002, 295, 1419, 1203, 294, 264, 1329, 1910, 1919, 13], "avg_logprob": -0.8012500190734864, "compression_ratio": 1.1789473684210525, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2289.09, "end": 2289.35, "word": " Ok,", "probability": 0.11444091796875}, {"start": 2289.47, "end": 2289.57, "word": " this", "probability": 0.353759765625}, {"start": 2289.57, "end": 2289.67, "word": " is", "probability": 0.7880859375}, {"start": 2289.67, "end": 2290.29, "word": " the", "probability": 0.385498046875}, {"start": 2290.29, "end": 2290.67, "word": " divider", "probability": 0.812255859375}, {"start": 2290.67, "end": 2291.09, "word": " item", "probability": 0.9013671875}, {"start": 2291.09, "end": 2291.69, "word": " decoration.", "probability": 0.92236328125}, {"start": 2292.29, "end": 2292.47, "word": " Now", "probability": 0.2486572265625}, {"start": 2292.47, "end": 2292.47, "word": " look", "probability": 0.357421875}, {"start": 2292.47, "end": 2293.17, "word": " at", "probability": 0.78564453125}, {"start": 2293.17, "end": 2293.35, "word": " the", "probability": 0.5625}, {"start": 2293.35, "end": 2293.65, "word": " advantage", "probability": 0.27392578125}, {"start": 2293.65, "end": 2294.37, "word": " of", "probability": 0.317138671875}, {"start": 2294.37, "end": 2294.57, "word": " having", "probability": 0.27880859375}, {"start": 2294.57, "end": 2295.29, "word": " everything", "probability": 0.33544921875}, {"start": 2295.29, "end": 2295.67, "word": " in", "probability": 0.391357421875}, {"start": 2295.67, "end": 2296.31, "word": " the", "probability": 0.363525390625}, {"start": 2296.31, "end": 2296.47, "word": " list", "probability": 0.7568359375}, {"start": 2296.47, "end": 2296.71, "word": " view", "probability": 0.830078125}, {"start": 2296.71, "end": 2297.03, "word": " ready.", "probability": 0.478515625}], "temperature": 1.0}, {"id": 86, "seek": 231873, "start": 2302.79, "end": 2318.73, "text": " Modification is hard. It's easy, but it's not customized for the image you want. Things that you want to modify a lot or modify your mood, you have to work a lot on them. That's how it is. Nothing comes easy. If you want something easy, it won't be perfect.", "tokens": [6583, 3774, 307, 1152, 13, 467, 311, 1858, 11, 457, 309, 311, 406, 30581, 337, 264, 3256, 291, 528, 13, 9514, 300, 291, 528, 281, 16927, 257, 688, 420, 16927, 428, 9268, 11, 291, 362, 281, 589, 257, 688, 322, 552, 13, 663, 311, 577, 309, 307, 13, 6693, 1487, 1858, 13, 759, 291, 528, 746, 1858, 11, 309, 1582, 380, 312, 2176, 13], "avg_logprob": -0.49375, "compression_ratio": 1.5449101796407185, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2302.79, "end": 2303.23, "word": " Modification", "probability": 0.3553466796875}, {"start": 2303.23, "end": 2303.51, "word": " is", "probability": 0.75244140625}, {"start": 2303.51, "end": 2303.77, "word": " hard.", "probability": 0.412353515625}, {"start": 2304.27, "end": 2304.61, "word": " It's", "probability": 0.4180908203125}, {"start": 2304.61, "end": 2304.71, "word": " easy,", "probability": 0.341064453125}, {"start": 2304.93, "end": 2305.59, "word": " but", "probability": 0.8935546875}, {"start": 2305.59, "end": 2306.15, "word": " it's", "probability": 0.703857421875}, {"start": 2306.15, "end": 2306.61, "word": " not", "probability": 0.90673828125}, {"start": 2306.61, "end": 2307.15, "word": " customized", "probability": 0.70458984375}, {"start": 2307.15, "end": 2307.35, "word": " for", "probability": 0.316650390625}, {"start": 2307.35, "end": 2307.51, "word": " the", "probability": 0.56494140625}, {"start": 2307.51, "end": 2307.67, "word": " image", "probability": 0.5771484375}, {"start": 2307.67, "end": 2307.85, "word": " you", "probability": 0.7568359375}, {"start": 2307.85, "end": 2308.11, "word": " want.", "probability": 0.796875}, {"start": 2308.83, "end": 2309.27, "word": " Things", "probability": 0.42724609375}, {"start": 2309.27, "end": 2309.53, "word": " that", "probability": 0.5478515625}, {"start": 2309.53, "end": 2309.65, "word": " you", "probability": 0.7216796875}, {"start": 2309.65, "end": 2309.81, "word": " want", "probability": 0.548828125}, {"start": 2309.81, "end": 2309.89, "word": " to", "probability": 0.94189453125}, {"start": 2309.89, "end": 2310.27, "word": " modify", "probability": 0.62744140625}, {"start": 2310.27, "end": 2310.31, "word": " a", "probability": 0.62255859375}, {"start": 2310.31, "end": 2310.71, "word": " lot", "probability": 0.958984375}, {"start": 2310.71, "end": 2311.11, "word": " or", "probability": 0.5439453125}, {"start": 2311.11, "end": 2311.63, "word": " modify", "probability": 0.24609375}, {"start": 2311.63, "end": 2311.79, "word": " your", "probability": 0.5498046875}, {"start": 2311.79, "end": 2312.11, "word": " mood,", "probability": 0.74072265625}, {"start": 2312.99, "end": 2313.15, "word": " you", "probability": 0.87548828125}, {"start": 2313.15, "end": 2313.51, "word": " have", "probability": 0.46337890625}, {"start": 2313.51, "end": 2313.51, "word": " to", "probability": 0.96533203125}, {"start": 2313.51, "end": 2313.79, "word": " work", "probability": 0.80078125}, {"start": 2313.79, "end": 2313.99, "word": " a", "probability": 0.373291015625}, {"start": 2313.99, "end": 2314.25, "word": " lot", "probability": 0.95849609375}, {"start": 2314.25, "end": 2314.29, "word": " on", "probability": 0.6494140625}, {"start": 2314.29, "end": 2314.41, "word": " them.", "probability": 0.615234375}, {"start": 2314.51, "end": 2314.79, "word": " That's", "probability": 0.628662109375}, {"start": 2314.79, "end": 2314.81, "word": " how", "probability": 0.6455078125}, {"start": 2314.81, "end": 2315.01, "word": " it", "probability": 0.57177734375}, {"start": 2315.01, "end": 2315.01, "word": " is.", "probability": 0.63671875}, {"start": 2315.19, "end": 2315.39, "word": " Nothing", "probability": 0.422607421875}, {"start": 2315.39, "end": 2315.71, "word": " comes", "probability": 0.6474609375}, {"start": 2315.71, "end": 2316.15, "word": " easy.", "probability": 0.376708984375}, {"start": 2316.91, "end": 2316.95, "word": " If", "probability": 0.6123046875}, {"start": 2316.95, "end": 2317.01, "word": " you", "probability": 0.5322265625}, {"start": 2317.01, "end": 2317.13, "word": " want", "probability": 0.76025390625}, {"start": 2317.13, "end": 2317.35, "word": " something", "probability": 0.818359375}, {"start": 2317.35, "end": 2317.79, "word": " easy,", "probability": 0.80810546875}, {"start": 2317.93, "end": 2317.95, "word": " it", "probability": 0.87841796875}, {"start": 2317.95, "end": 2318.05, "word": " won't", "probability": 0.732421875}, {"start": 2318.05, "end": 2318.25, "word": " be", "probability": 0.92431640625}, {"start": 2318.25, "end": 2318.73, "word": " perfect.", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 87, "seek": 234725, "start": 2319.45, "end": 2347.25, "text": " If you want to change something, you need to work hard on it. For example, I want to add a divider in the shape that I want. I brought a picture as a divider, or I drew a specific divider and I want to add it. Come to the RecyclerView, for example, I brought a picture as a divider, and I put it in the drawable. Okay? A picture, a new picture as a divider.", "tokens": [759, 291, 528, 281, 1319, 746, 11, 291, 643, 281, 589, 1152, 322, 309, 13, 1171, 1365, 11, 286, 528, 281, 909, 257, 3414, 1438, 294, 264, 3909, 300, 286, 528, 13, 286, 3038, 257, 3036, 382, 257, 3414, 1438, 11, 420, 286, 12804, 257, 2685, 3414, 1438, 293, 286, 528, 281, 909, 309, 13, 2492, 281, 264, 1300, 1344, 66, 1918, 30203, 11, 337, 1365, 11, 286, 3038, 257, 3036, 382, 257, 3414, 1438, 11, 293, 286, 829, 309, 294, 264, 2642, 712, 13, 1033, 30, 316, 3036, 11, 257, 777, 3036, 382, 257, 3414, 1438, 13], "avg_logprob": -0.512626254197323, "compression_ratio": 1.7989949748743719, "no_speech_prob": 0.0, "words": [{"start": 2319.45, "end": 2319.61, "word": " If", "probability": 0.08929443359375}, {"start": 2319.61, "end": 2319.61, "word": " you", "probability": 0.9169921875}, {"start": 2319.61, "end": 2319.73, "word": " want", "probability": 0.63525390625}, {"start": 2319.73, "end": 2320.03, "word": " to", "probability": 0.497314453125}, {"start": 2320.03, "end": 2320.31, "word": " change", "probability": 0.1790771484375}, {"start": 2320.31, "end": 2320.77, "word": " something,", "probability": 0.260498046875}, {"start": 2321.03, "end": 2322.49, "word": " you", "probability": 0.6083984375}, {"start": 2322.49, "end": 2322.65, "word": " need", "probability": 0.34912109375}, {"start": 2322.65, "end": 2322.77, "word": " to", "probability": 0.79150390625}, {"start": 2322.77, "end": 2323.05, "word": " work", "probability": 0.49267578125}, {"start": 2323.05, "end": 2324.03, "word": " hard", "probability": 0.366455078125}, {"start": 2324.03, "end": 2324.77, "word": " on", "probability": 0.243896484375}, {"start": 2324.77, "end": 2324.77, "word": " it.", "probability": 0.7958984375}, {"start": 2325.69, "end": 2326.09, "word": " For", "probability": 0.170166015625}, {"start": 2326.09, "end": 2328.63, "word": " example,", "probability": 0.87060546875}, {"start": 2330.11, "end": 2330.29, "word": " I", "probability": 0.47705078125}, {"start": 2330.29, "end": 2330.51, "word": " want", "probability": 0.6533203125}, {"start": 2330.51, "end": 2331.27, "word": " to", "probability": 0.96240234375}, {"start": 2331.27, "end": 2331.47, "word": " add", "probability": 0.75341796875}, {"start": 2331.47, "end": 2332.01, "word": " a", "probability": 0.59228515625}, {"start": 2332.01, "end": 2332.41, "word": " divider", "probability": 0.89306640625}, {"start": 2332.41, "end": 2332.55, "word": " in", "probability": 0.245361328125}, {"start": 2332.55, "end": 2332.63, "word": " the", "probability": 0.546875}, {"start": 2332.63, "end": 2332.81, "word": " shape", "probability": 0.323486328125}, {"start": 2332.81, "end": 2332.95, "word": " that", "probability": 0.39111328125}, {"start": 2332.95, "end": 2333.01, "word": " I", "probability": 0.9697265625}, {"start": 2333.01, "end": 2333.27, "word": " want.", "probability": 0.759765625}, {"start": 2333.39, "end": 2333.47, "word": " I", "probability": 0.68603515625}, {"start": 2333.47, "end": 2333.59, "word": " brought", "probability": 0.196533203125}, {"start": 2333.59, "end": 2333.71, "word": " a", "probability": 0.8203125}, {"start": 2333.71, "end": 2333.89, "word": " picture", "probability": 0.6728515625}, {"start": 2333.89, "end": 2334.01, "word": " as", "probability": 0.2122802734375}, {"start": 2334.01, "end": 2334.07, "word": " a", "probability": 0.75146484375}, {"start": 2334.07, "end": 2334.47, "word": " divider,", "probability": 0.9423828125}, {"start": 2334.91, "end": 2335.09, "word": " or", "probability": 0.85546875}, {"start": 2335.09, "end": 2335.21, "word": " I", "probability": 0.7568359375}, {"start": 2335.21, "end": 2335.41, "word": " drew", "probability": 0.779296875}, {"start": 2335.41, "end": 2335.57, "word": " a", "probability": 0.89990234375}, {"start": 2335.57, "end": 2335.63, "word": " specific", "probability": 0.292724609375}, {"start": 2335.63, "end": 2335.91, "word": " divider", "probability": 0.9619140625}, {"start": 2335.91, "end": 2336.31, "word": " and", "probability": 0.371337890625}, {"start": 2336.31, "end": 2336.35, "word": " I", "probability": 0.69677734375}, {"start": 2336.35, "end": 2336.43, "word": " want", "probability": 0.8203125}, {"start": 2336.43, "end": 2336.43, "word": " to", "probability": 0.9677734375}, {"start": 2336.43, "end": 2336.63, "word": " add", "probability": 0.91064453125}, {"start": 2336.63, "end": 2336.83, "word": " it.", "probability": 0.92138671875}, {"start": 2337.99, "end": 2338.39, "word": " Come", "probability": 0.3369140625}, {"start": 2338.39, "end": 2338.69, "word": " to", "probability": 0.79345703125}, {"start": 2338.69, "end": 2339.05, "word": " the", "probability": 0.63671875}, {"start": 2339.05, "end": 2339.83, "word": " RecyclerView,", "probability": 0.76181640625}, {"start": 2339.97, "end": 2340.05, "word": " for", "probability": 0.28662109375}, {"start": 2340.05, "end": 2340.25, "word": " example,", "probability": 0.95703125}, {"start": 2340.31, "end": 2340.45, "word": " I", "probability": 0.90771484375}, {"start": 2340.45, "end": 2341.29, "word": " brought", "probability": 0.7265625}, {"start": 2341.29, "end": 2341.43, "word": " a", "probability": 0.3701171875}, {"start": 2341.43, "end": 2341.57, "word": " picture", "probability": 0.734375}, {"start": 2341.57, "end": 2341.67, "word": " as", "probability": 0.376953125}, {"start": 2341.67, "end": 2341.71, "word": " a", "probability": 0.92333984375}, {"start": 2341.71, "end": 2342.13, "word": " divider,", "probability": 0.93994140625}, {"start": 2342.47, "end": 2342.69, "word": " and", "probability": 0.626953125}, {"start": 2342.69, "end": 2342.69, "word": " I", "probability": 0.7451171875}, {"start": 2342.69, "end": 2342.85, "word": " put", "probability": 0.3271484375}, {"start": 2342.85, "end": 2342.93, "word": " it", "probability": 0.93505859375}, {"start": 2342.93, "end": 2343.03, "word": " in", "probability": 0.853515625}, {"start": 2343.03, "end": 2343.09, "word": " the", "probability": 0.44482421875}, {"start": 2343.09, "end": 2343.43, "word": " drawable.", "probability": 0.869873046875}, {"start": 2344.89, "end": 2345.13, "word": " Okay?", "probability": 0.316162109375}, {"start": 2345.73, "end": 2345.91, "word": " A", "probability": 0.396240234375}, {"start": 2345.91, "end": 2346.13, "word": " picture,", "probability": 0.62646484375}, {"start": 2346.13, "end": 2346.23, "word": " a", "probability": 0.9267578125}, {"start": 2346.23, "end": 2346.55, "word": " new", "probability": 0.8486328125}, {"start": 2346.55, "end": 2346.55, "word": " picture", "probability": 0.84130859375}, {"start": 2346.55, "end": 2346.79, "word": " as", "probability": 0.69921875}, {"start": 2346.79, "end": 2346.87, "word": " a", "probability": 0.9755859375}, {"start": 2346.87, "end": 2347.25, "word": " divider.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 88, "seek": 237273, "start": 2348.59, "end": 2372.73, "text": " Instead of using the divider default This is one of the features of RecyclerView, which is not present in ListView In ListView, it brings you a fixed divider Because its editing is difficult Here, go to the divider item decoration that I made And tell it set drawable Do you see this set drawable? Yes, what does it take? It takes drawable Yes, this is a little problem here Notice that it does not take ID", "tokens": [7156, 295, 1228, 264, 3414, 1438, 7576, 639, 307, 472, 295, 264, 4122, 295, 1300, 1344, 66, 1918, 30203, 11, 597, 307, 406, 1974, 294, 17668, 30203, 682, 17668, 30203, 11, 309, 5607, 291, 257, 6806, 3414, 1438, 1436, 1080, 10000, 307, 2252, 1692, 11, 352, 281, 264, 3414, 1438, 3174, 26538, 300, 286, 1027, 400, 980, 309, 992, 2642, 712, 1144, 291, 536, 341, 992, 2642, 712, 30, 1079, 11, 437, 775, 309, 747, 30, 467, 2516, 2642, 712, 1079, 11, 341, 307, 257, 707, 1154, 510, 13428, 300, 309, 775, 406, 747, 7348], "avg_logprob": -0.4947916666666667, "compression_ratio": 1.6612244897959183, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2348.5899999999997, "end": 2349.0299999999997, "word": " Instead", "probability": 0.5205078125}, {"start": 2349.0299999999997, "end": 2349.47, "word": " of", "probability": 0.9609375}, {"start": 2349.47, "end": 2349.77, "word": " using", "probability": 0.7607421875}, {"start": 2349.77, "end": 2349.93, "word": " the", "probability": 0.390625}, {"start": 2349.93, "end": 2350.25, "word": " divider", "probability": 0.708251953125}, {"start": 2350.25, "end": 2350.75, "word": " default", "probability": 0.5673828125}, {"start": 2350.75, "end": 2352.07, "word": " This", "probability": 0.322021484375}, {"start": 2352.07, "end": 2352.19, "word": " is", "probability": 0.85107421875}, {"start": 2352.19, "end": 2352.27, "word": " one", "probability": 0.60498046875}, {"start": 2352.27, "end": 2352.65, "word": " of", "probability": 0.91748046875}, {"start": 2352.65, "end": 2352.73, "word": " the", "probability": 0.84814453125}, {"start": 2352.73, "end": 2353.13, "word": " features", "probability": 0.260498046875}, {"start": 2353.13, "end": 2353.49, "word": " of", "probability": 0.4638671875}, {"start": 2353.49, "end": 2354.27, "word": " RecyclerView,", "probability": 0.719287109375}, {"start": 2354.31, "end": 2354.37, "word": " which", "probability": 0.5859375}, {"start": 2354.37, "end": 2354.43, "word": " is", "probability": 0.609375}, {"start": 2354.43, "end": 2354.47, "word": " not", "probability": 0.92333984375}, {"start": 2354.47, "end": 2354.67, "word": " present", "probability": 0.26611328125}, {"start": 2354.67, "end": 2354.77, "word": " in", "probability": 0.88671875}, {"start": 2354.77, "end": 2355.17, "word": " ListView", "probability": 0.840576171875}, {"start": 2355.17, "end": 2355.29, "word": " In", "probability": 0.6572265625}, {"start": 2355.29, "end": 2355.63, "word": " ListView,", "probability": 0.9013671875}, {"start": 2355.71, "end": 2355.71, "word": " it", "probability": 0.6904296875}, {"start": 2355.71, "end": 2355.85, "word": " brings", "probability": 0.326904296875}, {"start": 2355.85, "end": 2355.99, "word": " you", "probability": 0.75927734375}, {"start": 2355.99, "end": 2356.03, "word": " a", "probability": 0.87744140625}, {"start": 2356.03, "end": 2356.03, "word": " fixed", "probability": 0.61669921875}, {"start": 2356.03, "end": 2356.75, "word": " divider", "probability": 0.929931640625}, {"start": 2356.75, "end": 2357.61, "word": " Because", "probability": 0.1578369140625}, {"start": 2357.61, "end": 2357.73, "word": " its", "probability": 0.328369140625}, {"start": 2357.73, "end": 2357.93, "word": " editing", "probability": 0.24267578125}, {"start": 2357.93, "end": 2358.03, "word": " is", "probability": 0.88330078125}, {"start": 2358.03, "end": 2358.29, "word": " difficult", "probability": 0.62109375}, {"start": 2358.29, "end": 2359.03, "word": " Here,", "probability": 0.484619140625}, {"start": 2359.23, "end": 2359.85, "word": " go", "probability": 0.3740234375}, {"start": 2359.85, "end": 2360.07, "word": " to", "probability": 0.95361328125}, {"start": 2360.07, "end": 2360.29, "word": " the", "probability": 0.64013671875}, {"start": 2360.29, "end": 2360.73, "word": " divider", "probability": 0.810302734375}, {"start": 2360.73, "end": 2360.97, "word": " item", "probability": 0.89208984375}, {"start": 2360.97, "end": 2361.47, "word": " decoration", "probability": 0.92431640625}, {"start": 2361.47, "end": 2361.57, "word": " that", "probability": 0.477294921875}, {"start": 2361.57, "end": 2361.63, "word": " I", "probability": 0.59765625}, {"start": 2361.63, "end": 2361.91, "word": " made", "probability": 0.43115234375}, {"start": 2361.91, "end": 2362.67, "word": " And", "probability": 0.7841796875}, {"start": 2362.67, "end": 2362.85, "word": " tell", "probability": 0.450927734375}, {"start": 2362.85, "end": 2362.93, "word": " it", "probability": 0.85498046875}, {"start": 2362.93, "end": 2363.15, "word": " set", "probability": 0.279052734375}, {"start": 2363.15, "end": 2363.59, "word": " drawable", "probability": 0.802001953125}, {"start": 2363.59, "end": 2363.81, "word": " Do", "probability": 0.2607421875}, {"start": 2363.81, "end": 2363.81, "word": " you", "probability": 0.97216796875}, {"start": 2363.81, "end": 2364.05, "word": " see", "probability": 0.9150390625}, {"start": 2364.05, "end": 2364.21, "word": " this", "probability": 0.287109375}, {"start": 2364.21, "end": 2364.37, "word": " set", "probability": 0.83251953125}, {"start": 2364.37, "end": 2364.79, "word": " drawable?", "probability": 0.93701171875}, {"start": 2365.55, "end": 2365.71, "word": " Yes,", "probability": 0.2236328125}, {"start": 2365.71, "end": 2365.89, "word": " what", "probability": 0.80712890625}, {"start": 2365.89, "end": 2365.95, "word": " does", "probability": 0.662109375}, {"start": 2365.95, "end": 2366.05, "word": " it", "probability": 0.896484375}, {"start": 2366.05, "end": 2366.35, "word": " take?", "probability": 0.67529296875}, {"start": 2368.01, "end": 2368.45, "word": " It", "probability": 0.460205078125}, {"start": 2368.45, "end": 2368.63, "word": " takes", "probability": 0.78564453125}, {"start": 2368.63, "end": 2369.09, "word": " drawable", "probability": 0.7022705078125}, {"start": 2369.09, "end": 2369.67, "word": " Yes,", "probability": 0.42431640625}, {"start": 2369.73, "end": 2369.95, "word": " this", "probability": 0.63818359375}, {"start": 2369.95, "end": 2370.09, "word": " is", "probability": 0.6611328125}, {"start": 2370.09, "end": 2370.21, "word": " a", "probability": 0.8701171875}, {"start": 2370.21, "end": 2370.27, "word": " little", "probability": 0.32373046875}, {"start": 2370.27, "end": 2370.51, "word": " problem", "probability": 0.7255859375}, {"start": 2370.51, "end": 2371.11, "word": " here", "probability": 0.5703125}, {"start": 2371.11, "end": 2371.75, "word": " Notice", "probability": 0.11126708984375}, {"start": 2371.75, "end": 2371.93, "word": " that", "probability": 0.72802734375}, {"start": 2371.93, "end": 2371.99, "word": " it", "probability": 0.806640625}, {"start": 2371.99, "end": 2372.13, "word": " does", "probability": 0.6962890625}, {"start": 2372.13, "end": 2372.13, "word": " not", "probability": 0.9462890625}, {"start": 2372.13, "end": 2372.33, "word": " take", "probability": 0.79296875}, {"start": 2372.33, "end": 2372.73, "word": " ID", "probability": 0.4521484375}], "temperature": 1.0}, {"id": 89, "seek": 240233, "start": 2373.79, "end": 2402.33, "text": " if it takes id, we would put r.drawable.name of the image but this doesn't need id, it needs drawable itself to get the drawable itself, you bring it in a line this drawable, for example, you make get resources get resources to reach the resources and from it get drawable", "tokens": [498, 309, 2516, 4496, 11, 321, 576, 829, 367, 13, 48848, 712, 13, 16344, 295, 264, 3256, 457, 341, 1177, 380, 643, 4496, 11, 309, 2203, 2642, 712, 2564, 281, 483, 264, 2642, 712, 2564, 11, 291, 1565, 309, 294, 257, 1622, 341, 2642, 712, 11, 337, 1365, 11, 291, 652, 483, 3593, 483, 3593, 281, 2524, 264, 3593, 293, 490, 309, 483, 2642, 712], "avg_logprob": -0.5890151677709637, "compression_ratio": 1.7388535031847134, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2373.79, "end": 2374.05, "word": " if", "probability": 0.340087890625}, {"start": 2374.05, "end": 2374.17, "word": " it", "probability": 0.4365234375}, {"start": 2374.17, "end": 2374.37, "word": " takes", "probability": 0.401611328125}, {"start": 2374.37, "end": 2374.81, "word": " id,", "probability": 0.5517578125}, {"start": 2375.03, "end": 2375.37, "word": " we", "probability": 0.728515625}, {"start": 2375.37, "end": 2375.45, "word": " would", "probability": 0.26416015625}, {"start": 2375.45, "end": 2375.77, "word": " put", "probability": 0.35986328125}, {"start": 2375.77, "end": 2376.57, "word": " r", "probability": 0.182861328125}, {"start": 2376.57, "end": 2377.43, "word": ".drawable", "probability": 0.96484375}, {"start": 2377.43, "end": 2377.95, "word": ".name", "probability": 0.5406494140625}, {"start": 2377.95, "end": 2378.05, "word": " of", "probability": 0.8369140625}, {"start": 2378.05, "end": 2378.09, "word": " the", "probability": 0.60888671875}, {"start": 2378.09, "end": 2378.29, "word": " image", "probability": 0.3828125}, {"start": 2378.29, "end": 2379.35, "word": " but", "probability": 0.2481689453125}, {"start": 2379.35, "end": 2380.11, "word": " this", "probability": 0.57177734375}, {"start": 2380.11, "end": 2380.23, "word": " doesn't", "probability": 0.624755859375}, {"start": 2380.23, "end": 2380.41, "word": " need", "probability": 0.7216796875}, {"start": 2380.41, "end": 2380.91, "word": " id,", "probability": 0.5302734375}, {"start": 2381.15, "end": 2381.55, "word": " it", "probability": 0.517578125}, {"start": 2381.55, "end": 2381.71, "word": " needs", "probability": 0.71875}, {"start": 2381.71, "end": 2383.43, "word": " drawable", "probability": 0.72900390625}, {"start": 2383.43, "end": 2383.81, "word": " itself", "probability": 0.4853515625}, {"start": 2383.81, "end": 2384.61, "word": " to", "probability": 0.439697265625}, {"start": 2384.61, "end": 2384.91, "word": " get", "probability": 0.77734375}, {"start": 2384.91, "end": 2385.05, "word": " the", "probability": 0.5634765625}, {"start": 2385.05, "end": 2385.41, "word": " drawable", "probability": 0.945556640625}, {"start": 2385.41, "end": 2385.91, "word": " itself,", "probability": 0.52197265625}, {"start": 2386.53, "end": 2386.61, "word": " you", "probability": 0.37109375}, {"start": 2386.61, "end": 2386.95, "word": " bring", "probability": 0.15185546875}, {"start": 2386.95, "end": 2387.13, "word": " it", "probability": 0.85546875}, {"start": 2387.13, "end": 2387.19, "word": " in", "probability": 0.4677734375}, {"start": 2387.19, "end": 2387.27, "word": " a", "probability": 0.5966796875}, {"start": 2387.27, "end": 2387.53, "word": " line", "probability": 0.79052734375}, {"start": 2387.53, "end": 2388.49, "word": " this", "probability": 0.50732421875}, {"start": 2388.49, "end": 2388.99, "word": " drawable,", "probability": 0.808349609375}, {"start": 2389.51, "end": 2389.75, "word": " for", "probability": 0.8037109375}, {"start": 2389.75, "end": 2389.99, "word": " example,", "probability": 0.94384765625}, {"start": 2390.81, "end": 2390.83, "word": " you", "probability": 0.38671875}, {"start": 2390.83, "end": 2391.01, "word": " make", "probability": 0.2489013671875}, {"start": 2391.01, "end": 2391.25, "word": " get", "probability": 0.82275390625}, {"start": 2391.25, "end": 2391.89, "word": " resources", "probability": 0.8271484375}, {"start": 2391.89, "end": 2396.43, "word": " get", "probability": 0.65283203125}, {"start": 2396.43, "end": 2396.97, "word": " resources", "probability": 0.890625}, {"start": 2396.97, "end": 2397.21, "word": " to", "probability": 0.6845703125}, {"start": 2397.21, "end": 2397.49, "word": " reach", "probability": 0.5947265625}, {"start": 2397.49, "end": 2397.69, "word": " the", "probability": 0.552734375}, {"start": 2397.69, "end": 2398.19, "word": " resources", "probability": 0.8720703125}, {"start": 2398.19, "end": 2398.39, "word": " and", "probability": 0.54931640625}, {"start": 2398.39, "end": 2398.45, "word": " from", "probability": 0.6318359375}, {"start": 2398.45, "end": 2398.75, "word": " it", "probability": 0.3193359375}, {"start": 2398.75, "end": 2399.77, "word": " get", "probability": 0.60791015625}, {"start": 2399.77, "end": 2402.33, "word": " drawable", "probability": 0.922607421875}], "temperature": 1.0}, {"id": 90, "seek": 242673, "start": 2403.79, "end": 2426.73, "text": " And here you get the drawable, you give it the id of the drawable to return the drawable So getDrawable is taking the id and returning the drawable itself Why do we need the drawable itself? Because this method needs the drawable So now r.drawable.divider And here what do I give it? The d", "tokens": [400, 510, 291, 483, 264, 2642, 712, 11, 291, 976, 309, 264, 4496, 295, 264, 2642, 712, 281, 2736, 264, 2642, 712, 407, 483, 35, 5131, 712, 307, 1940, 264, 4496, 293, 12678, 264, 2642, 712, 2564, 1545, 360, 321, 643, 264, 2642, 712, 2564, 30, 1436, 341, 3170, 2203, 264, 2642, 712, 407, 586, 367, 13, 48848, 712, 13, 67, 592, 1438, 400, 510, 437, 360, 286, 976, 309, 30, 440, 274], "avg_logprob": -0.5071790596923312, "compression_ratio": 1.9078947368421053, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2403.79, "end": 2404.27, "word": " And", "probability": 0.1470947265625}, {"start": 2404.27, "end": 2404.51, "word": " here", "probability": 0.4775390625}, {"start": 2404.51, "end": 2404.61, "word": " you", "probability": 0.41064453125}, {"start": 2404.61, "end": 2404.75, "word": " get", "probability": 0.359619140625}, {"start": 2404.75, "end": 2404.85, "word": " the", "probability": 0.2359619140625}, {"start": 2404.85, "end": 2405.17, "word": " drawable,", "probability": 0.8310546875}, {"start": 2405.25, "end": 2405.41, "word": " you", "probability": 0.488037109375}, {"start": 2405.41, "end": 2405.65, "word": " give", "probability": 0.615234375}, {"start": 2405.65, "end": 2405.79, "word": " it", "probability": 0.5009765625}, {"start": 2405.79, "end": 2405.85, "word": " the", "probability": 0.623046875}, {"start": 2405.85, "end": 2406.17, "word": " id", "probability": 0.4326171875}, {"start": 2406.17, "end": 2406.89, "word": " of", "probability": 0.227783203125}, {"start": 2406.89, "end": 2407.03, "word": " the", "probability": 0.736328125}, {"start": 2407.03, "end": 2407.35, "word": " drawable", "probability": 0.96337890625}, {"start": 2407.35, "end": 2407.55, "word": " to", "probability": 0.409912109375}, {"start": 2407.55, "end": 2407.85, "word": " return", "probability": 0.372314453125}, {"start": 2407.85, "end": 2408.13, "word": " the", "probability": 0.31689453125}, {"start": 2408.13, "end": 2408.43, "word": " drawable", "probability": 0.966552734375}, {"start": 2408.43, "end": 2408.59, "word": " So", "probability": 0.203857421875}, {"start": 2408.59, "end": 2409.27, "word": " getDrawable", "probability": 0.78057861328125}, {"start": 2409.27, "end": 2409.45, "word": " is", "probability": 0.42333984375}, {"start": 2409.45, "end": 2410.05, "word": " taking", "probability": 0.197509765625}, {"start": 2410.05, "end": 2410.93, "word": " the", "probability": 0.8466796875}, {"start": 2410.93, "end": 2411.19, "word": " id", "probability": 0.89111328125}, {"start": 2411.19, "end": 2411.35, "word": " and", "probability": 0.65576171875}, {"start": 2411.35, "end": 2411.59, "word": " returning", "probability": 0.59375}, {"start": 2411.59, "end": 2411.73, "word": " the", "probability": 0.6845703125}, {"start": 2411.73, "end": 2412.03, "word": " drawable", "probability": 0.9501953125}, {"start": 2412.03, "end": 2412.41, "word": " itself", "probability": 0.316162109375}, {"start": 2412.41, "end": 2412.99, "word": " Why", "probability": 0.5556640625}, {"start": 2412.99, "end": 2413.15, "word": " do", "probability": 0.40185546875}, {"start": 2413.15, "end": 2413.23, "word": " we", "probability": 0.7353515625}, {"start": 2413.23, "end": 2413.23, "word": " need", "probability": 0.72607421875}, {"start": 2413.23, "end": 2413.31, "word": " the", "probability": 0.68701171875}, {"start": 2413.31, "end": 2413.59, "word": " drawable", "probability": 0.972412109375}, {"start": 2413.59, "end": 2413.89, "word": " itself?", "probability": 0.67138671875}, {"start": 2413.97, "end": 2414.11, "word": " Because", "probability": 0.8681640625}, {"start": 2414.11, "end": 2414.23, "word": " this", "probability": 0.77294921875}, {"start": 2414.23, "end": 2414.51, "word": " method", "probability": 0.93994140625}, {"start": 2414.51, "end": 2414.99, "word": " needs", "probability": 0.56201171875}, {"start": 2414.99, "end": 2415.85, "word": " the", "probability": 0.67041015625}, {"start": 2415.85, "end": 2416.23, "word": " drawable", "probability": 0.9755859375}, {"start": 2416.23, "end": 2418.89, "word": " So", "probability": 0.63818359375}, {"start": 2418.89, "end": 2419.11, "word": " now", "probability": 0.69482421875}, {"start": 2419.11, "end": 2419.55, "word": " r", "probability": 0.252197265625}, {"start": 2419.55, "end": 2420.65, "word": ".drawable", "probability": 0.8728841145833334}, {"start": 2420.65, "end": 2422.99, "word": ".divider", "probability": 0.869140625}, {"start": 2422.99, "end": 2424.63, "word": " And", "probability": 0.456787109375}, {"start": 2424.63, "end": 2424.81, "word": " here", "probability": 0.6123046875}, {"start": 2424.81, "end": 2424.97, "word": " what", "probability": 0.6640625}, {"start": 2424.97, "end": 2425.03, "word": " do", "probability": 0.763671875}, {"start": 2425.03, "end": 2425.03, "word": " I", "probability": 0.859375}, {"start": 2425.03, "end": 2425.27, "word": " give", "probability": 0.2734375}, {"start": 2425.27, "end": 2425.51, "word": " it?", "probability": 0.67822265625}, {"start": 2426.13, "end": 2426.61, "word": " The", "probability": 0.25146484375}, {"start": 2426.61, "end": 2426.73, "word": " d", "probability": 0.51318359375}], "temperature": 1.0}, {"id": 91, "seek": 245585, "start": 2427.77, "end": 2455.85, "text": " There are a lot of things in resources like this, sometimes the ID is an integer and sometimes the resource itself is an integer. If the integer is an integer, you put R dot drawable dot something like that. If the resource itself is an integer, you put getresources dot get something like that. Okay? Okay, based on this talk, now I want to make the divider the image that I chose.", "tokens": [821, 366, 257, 688, 295, 721, 294, 3593, 411, 341, 11, 2171, 264, 7348, 307, 364, 24922, 293, 2171, 264, 7684, 2564, 307, 364, 24922, 13, 759, 264, 24922, 307, 364, 24922, 11, 291, 829, 497, 5893, 2642, 712, 5893, 746, 411, 300, 13, 759, 264, 7684, 2564, 307, 364, 24922, 11, 291, 829, 483, 495, 2749, 5893, 483, 746, 411, 300, 13, 1033, 30, 1033, 11, 2361, 322, 341, 751, 11, 586, 286, 528, 281, 652, 264, 3414, 1438, 264, 3256, 300, 286, 5111, 13], "avg_logprob": -0.5844108962464607, "compression_ratio": 1.9742268041237114, "no_speech_prob": 0.0, "words": [{"start": 2427.77, "end": 2427.97, "word": " There", "probability": 0.385009765625}, {"start": 2427.97, "end": 2428.03, "word": " are", "probability": 0.79150390625}, {"start": 2428.03, "end": 2428.07, "word": " a", "probability": 0.0863037109375}, {"start": 2428.07, "end": 2428.07, "word": " lot", "probability": 0.92041015625}, {"start": 2428.07, "end": 2428.07, "word": " of", "probability": 0.9560546875}, {"start": 2428.07, "end": 2428.23, "word": " things", "probability": 0.38525390625}, {"start": 2428.23, "end": 2428.61, "word": " in", "probability": 0.64599609375}, {"start": 2428.61, "end": 2429.05, "word": " resources", "probability": 0.6826171875}, {"start": 2429.05, "end": 2429.19, "word": " like", "probability": 0.51513671875}, {"start": 2429.19, "end": 2429.35, "word": " this,", "probability": 0.5341796875}, {"start": 2429.39, "end": 2429.63, "word": " sometimes", "probability": 0.81396484375}, {"start": 2429.63, "end": 2430.03, "word": " the", "probability": 0.1265869140625}, {"start": 2430.03, "end": 2430.39, "word": " ID", "probability": 0.296142578125}, {"start": 2430.39, "end": 2430.61, "word": " is", "probability": 0.51611328125}, {"start": 2430.61, "end": 2430.79, "word": " an", "probability": 0.21240234375}, {"start": 2430.79, "end": 2431.17, "word": " integer", "probability": 0.81201171875}, {"start": 2431.17, "end": 2431.49, "word": " and", "probability": 0.58056640625}, {"start": 2431.49, "end": 2431.75, "word": " sometimes", "probability": 0.82861328125}, {"start": 2431.75, "end": 2432.35, "word": " the", "probability": 0.62890625}, {"start": 2432.35, "end": 2432.71, "word": " resource", "probability": 0.8720703125}, {"start": 2432.71, "end": 2433.05, "word": " itself", "probability": 0.52734375}, {"start": 2433.05, "end": 2433.11, "word": " is", "probability": 0.521484375}, {"start": 2433.11, "end": 2433.11, "word": " an", "probability": 0.50048828125}, {"start": 2433.11, "end": 2433.37, "word": " integer.", "probability": 0.837890625}, {"start": 2433.81, "end": 2434.07, "word": " If", "probability": 0.83740234375}, {"start": 2434.07, "end": 2434.75, "word": " the", "probability": 0.34716796875}, {"start": 2434.75, "end": 2435.07, "word": " integer", "probability": 0.576171875}, {"start": 2435.07, "end": 2435.07, "word": " is", "probability": 0.8037109375}, {"start": 2435.07, "end": 2435.07, "word": " an", "probability": 0.63427734375}, {"start": 2435.07, "end": 2435.07, "word": " integer,", "probability": 0.9580078125}, {"start": 2435.77, "end": 2435.99, "word": " you", "probability": 0.58154296875}, {"start": 2435.99, "end": 2436.19, "word": " put", "probability": 0.286865234375}, {"start": 2436.19, "end": 2436.45, "word": " R", "probability": 0.398193359375}, {"start": 2436.45, "end": 2436.61, "word": " dot", "probability": 0.312255859375}, {"start": 2436.61, "end": 2437.05, "word": " drawable", "probability": 0.51849365234375}, {"start": 2437.05, "end": 2437.23, "word": " dot", "probability": 0.9423828125}, {"start": 2437.23, "end": 2437.45, "word": " something", "probability": 0.1646728515625}, {"start": 2437.45, "end": 2437.45, "word": " like", "probability": 0.428466796875}, {"start": 2437.45, "end": 2437.51, "word": " that.", "probability": 0.65869140625}, {"start": 2438.11, "end": 2438.37, "word": " If", "probability": 0.89794921875}, {"start": 2438.37, "end": 2439.23, "word": " the", "probability": 0.72607421875}, {"start": 2439.23, "end": 2439.97, "word": " resource", "probability": 0.890625}, {"start": 2439.97, "end": 2440.37, "word": " itself", "probability": 0.488525390625}, {"start": 2440.37, "end": 2440.37, "word": " is", "probability": 0.783203125}, {"start": 2440.37, "end": 2440.37, "word": " an", "probability": 0.81591796875}, {"start": 2440.37, "end": 2440.37, "word": " integer,", "probability": 0.88671875}, {"start": 2440.91, "end": 2441.03, "word": " you", "probability": 0.84716796875}, {"start": 2441.03, "end": 2441.31, "word": " put", "probability": 0.2333984375}, {"start": 2441.31, "end": 2442.29, "word": " getresources", "probability": 0.612060546875}, {"start": 2442.29, "end": 2442.61, "word": " dot", "probability": 0.88818359375}, {"start": 2442.61, "end": 2442.99, "word": " get", "probability": 0.92578125}, {"start": 2442.99, "end": 2443.71, "word": " something", "probability": 0.599609375}, {"start": 2443.71, "end": 2443.71, "word": " like", "probability": 0.90966796875}, {"start": 2443.71, "end": 2444.45, "word": " that.", "probability": 0.86279296875}, {"start": 2444.47, "end": 2444.83, "word": " Okay?", "probability": 0.28466796875}, {"start": 2447.17, "end": 2447.77, "word": " Okay,", "probability": 0.444580078125}, {"start": 2448.07, "end": 2448.27, "word": " based", "probability": 0.75341796875}, {"start": 2448.27, "end": 2448.43, "word": " on", "probability": 0.94970703125}, {"start": 2448.43, "end": 2449.01, "word": " this", "probability": 0.48779296875}, {"start": 2449.01, "end": 2449.01, "word": " talk,", "probability": 0.375732421875}, {"start": 2451.13, "end": 2452.39, "word": " now", "probability": 0.374267578125}, {"start": 2452.39, "end": 2452.79, "word": " I", "probability": 0.33740234375}, {"start": 2452.79, "end": 2453.09, "word": " want", "probability": 0.373291015625}, {"start": 2453.09, "end": 2453.13, "word": " to", "probability": 0.9267578125}, {"start": 2453.13, "end": 2453.27, "word": " make", "probability": 0.51318359375}, {"start": 2453.27, "end": 2453.43, "word": " the", "probability": 0.8046875}, {"start": 2453.43, "end": 2453.91, "word": " divider", "probability": 0.8447265625}, {"start": 2453.91, "end": 2454.45, "word": " the", "probability": 0.401123046875}, {"start": 2454.45, "end": 2455.33, "word": " image", "probability": 0.6533203125}, {"start": 2455.33, "end": 2455.43, "word": " that", "probability": 0.486328125}, {"start": 2455.43, "end": 2455.55, "word": " I", "probability": 0.99365234375}, {"start": 2455.55, "end": 2455.85, "word": " chose.", "probability": 0.4189453125}], "temperature": 1.0}, {"id": 92, "seek": 249253, "start": 2462.85, "end": 2492.53, "text": " I'm still updating it Ok, it's adding the image that I want in the dividers Ok, let's come to another point, action Now in the list view, we used to go to the list view and say set", "tokens": [286, 478, 920, 25113, 309, 3477, 11, 309, 311, 5127, 264, 3256, 300, 286, 528, 294, 264, 4996, 433, 3477, 11, 718, 311, 808, 281, 1071, 935, 11, 3069, 823, 294, 264, 1329, 1910, 11, 321, 1143, 281, 352, 281, 264, 1329, 1910, 293, 584, 992], "avg_logprob": -0.6645611448490873, "compression_ratio": 1.4251968503937007, "no_speech_prob": 0.0, "words": [{"start": 2462.85, "end": 2463.23, "word": " I'm", "probability": 0.1815185546875}, {"start": 2463.23, "end": 2463.23, "word": " still", "probability": 0.50146484375}, {"start": 2463.23, "end": 2464.49, "word": " updating", "probability": 0.55224609375}, {"start": 2464.49, "end": 2476.07, "word": " it", "probability": 0.38427734375}, {"start": 2476.07, "end": 2477.73, "word": " Ok,", "probability": 0.119873046875}, {"start": 2477.81, "end": 2478.15, "word": " it's", "probability": 0.304931640625}, {"start": 2478.15, "end": 2478.19, "word": " adding", "probability": 0.4091796875}, {"start": 2478.19, "end": 2478.37, "word": " the", "probability": 0.61083984375}, {"start": 2478.37, "end": 2479.15, "word": " image", "probability": 0.5400390625}, {"start": 2479.15, "end": 2479.41, "word": " that", "probability": 0.190673828125}, {"start": 2479.41, "end": 2479.51, "word": " I", "probability": 0.8466796875}, {"start": 2479.51, "end": 2479.85, "word": " want", "probability": 0.7021484375}, {"start": 2479.85, "end": 2481.05, "word": " in", "probability": 0.278076171875}, {"start": 2481.05, "end": 2481.09, "word": " the", "probability": 0.568359375}, {"start": 2481.09, "end": 2481.17, "word": " dividers", "probability": 0.688232421875}, {"start": 2481.17, "end": 2484.97, "word": " Ok,", "probability": 0.427490234375}, {"start": 2485.13, "end": 2485.29, "word": " let's", "probability": 0.779052734375}, {"start": 2485.29, "end": 2485.39, "word": " come", "probability": 0.236328125}, {"start": 2485.39, "end": 2485.55, "word": " to", "probability": 0.708984375}, {"start": 2485.55, "end": 2485.65, "word": " another", "probability": 0.59423828125}, {"start": 2485.65, "end": 2485.99, "word": " point,", "probability": 0.90380859375}, {"start": 2486.37, "end": 2486.83, "word": " action", "probability": 0.47705078125}, {"start": 2486.83, "end": 2488.95, "word": " Now", "probability": 0.53662109375}, {"start": 2488.95, "end": 2489.33, "word": " in", "probability": 0.447998046875}, {"start": 2489.33, "end": 2489.41, "word": " the", "probability": 0.480224609375}, {"start": 2489.41, "end": 2489.59, "word": " list", "probability": 0.814453125}, {"start": 2489.59, "end": 2489.91, "word": " view,", "probability": 0.71240234375}, {"start": 2490.13, "end": 2490.35, "word": " we", "probability": 0.6337890625}, {"start": 2490.35, "end": 2490.35, "word": " used", "probability": 0.2012939453125}, {"start": 2490.35, "end": 2490.67, "word": " to", "probability": 0.9609375}, {"start": 2490.67, "end": 2490.85, "word": " go", "probability": 0.68310546875}, {"start": 2490.85, "end": 2490.95, "word": " to", "probability": 0.85400390625}, {"start": 2490.95, "end": 2491.01, "word": " the", "probability": 0.66357421875}, {"start": 2491.01, "end": 2491.21, "word": " list", "probability": 0.8916015625}, {"start": 2491.21, "end": 2491.63, "word": " view", "probability": 0.857421875}, {"start": 2491.63, "end": 2491.85, "word": " and", "probability": 0.70361328125}, {"start": 2491.85, "end": 2492.07, "word": " say", "probability": 0.46923828125}, {"start": 2492.07, "end": 2492.53, "word": " set", "probability": 0.87890625}], "temperature": 1.0}, {"id": 93, "seek": 250957, "start": 2494.77, "end": 2509.57, "text": "Sit on click listener. Now, sit on item click listener, not on click listener on the list view, on the recycler view. But I want on a specific item, there is no sit on item click listener. It does not exist. They removed it.", "tokens": [50, 270, 322, 2052, 31569, 13, 823, 11, 1394, 322, 3174, 2052, 31569, 11, 406, 322, 2052, 31569, 322, 264, 1329, 1910, 11, 322, 264, 12036, 66, 1918, 1910, 13, 583, 286, 528, 322, 257, 2685, 3174, 11, 456, 307, 572, 1394, 322, 3174, 2052, 31569, 13, 467, 775, 406, 2514, 13, 814, 7261, 309, 13], "avg_logprob": -0.5433113951432077, "compression_ratio": 1.7099236641221374, "no_speech_prob": 0.0, "words": [{"start": 2494.77, "end": 2495.17, "word": "Sit", "probability": 0.586669921875}, {"start": 2495.17, "end": 2495.57, "word": " on", "probability": 0.68994140625}, {"start": 2495.57, "end": 2496.17, "word": " click", "probability": 0.68505859375}, {"start": 2496.17, "end": 2497.49, "word": " listener.", "probability": 0.5205078125}, {"start": 2498.91, "end": 2499.31, "word": " Now,", "probability": 0.416015625}, {"start": 2499.51, "end": 2500.15, "word": " sit", "probability": 0.492919921875}, {"start": 2500.15, "end": 2500.33, "word": " on", "probability": 0.94580078125}, {"start": 2500.33, "end": 2500.63, "word": " item", "probability": 0.87841796875}, {"start": 2500.63, "end": 2500.93, "word": " click", "probability": 0.7412109375}, {"start": 2500.93, "end": 2501.19, "word": " listener,", "probability": 0.7958984375}, {"start": 2501.31, "end": 2501.39, "word": " not", "probability": 0.8310546875}, {"start": 2501.39, "end": 2501.55, "word": " on", "probability": 0.60595703125}, {"start": 2501.55, "end": 2502.15, "word": " click", "probability": 0.17919921875}, {"start": 2502.15, "end": 2502.61, "word": " listener", "probability": 0.77880859375}, {"start": 2502.61, "end": 2502.81, "word": " on", "probability": 0.64453125}, {"start": 2502.81, "end": 2502.89, "word": " the", "probability": 0.257568359375}, {"start": 2502.89, "end": 2503.03, "word": " list", "probability": 0.70654296875}, {"start": 2503.03, "end": 2503.31, "word": " view,", "probability": 0.7041015625}, {"start": 2503.37, "end": 2503.47, "word": " on", "probability": 0.72900390625}, {"start": 2503.47, "end": 2503.53, "word": " the", "probability": 0.8232421875}, {"start": 2503.53, "end": 2503.91, "word": " recycler", "probability": 0.6691487630208334}, {"start": 2503.91, "end": 2504.11, "word": " view.", "probability": 0.880859375}, {"start": 2504.69, "end": 2505.09, "word": " But", "probability": 0.58349609375}, {"start": 2505.09, "end": 2505.29, "word": " I", "probability": 0.517578125}, {"start": 2505.29, "end": 2505.47, "word": " want", "probability": 0.6748046875}, {"start": 2505.47, "end": 2505.65, "word": " on", "probability": 0.279541015625}, {"start": 2505.65, "end": 2505.75, "word": " a", "probability": 0.79150390625}, {"start": 2505.75, "end": 2506.33, "word": " specific", "probability": 0.3212890625}, {"start": 2506.33, "end": 2506.37, "word": " item,", "probability": 0.9541015625}, {"start": 2506.73, "end": 2506.95, "word": " there", "probability": 0.693359375}, {"start": 2506.95, "end": 2506.97, "word": " is", "probability": 0.8037109375}, {"start": 2506.97, "end": 2507.13, "word": " no", "probability": 0.80078125}, {"start": 2507.13, "end": 2507.37, "word": " sit", "probability": 0.80322265625}, {"start": 2507.37, "end": 2507.69, "word": " on", "probability": 0.921875}, {"start": 2507.69, "end": 2507.97, "word": " item", "probability": 0.92236328125}, {"start": 2507.97, "end": 2508.23, "word": " click", "probability": 0.87548828125}, {"start": 2508.23, "end": 2508.55, "word": " listener.", "probability": 0.82666015625}, {"start": 2508.65, "end": 2508.77, "word": " It", "probability": 0.69287109375}, {"start": 2508.77, "end": 2508.79, "word": " does", "probability": 0.311767578125}, {"start": 2508.79, "end": 2508.79, "word": " not", "probability": 0.9140625}, {"start": 2508.79, "end": 2509.05, "word": " exist.", "probability": 0.9248046875}, {"start": 2509.17, "end": 2509.23, "word": " They", "probability": 0.44287109375}, {"start": 2509.23, "end": 2509.39, "word": " removed", "probability": 0.305419921875}, {"start": 2509.39, "end": 2509.57, "word": " it.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 94, "seek": 252831, "start": 2510.49, "end": 2528.31, "text": " Why did they remove it? They said that you are free to do it in the adapter. You can't do it from here. This has more than the lift view. Where do we do it? Go back to the adapter. Where did we create the view?", "tokens": [1545, 630, 436, 4159, 309, 30, 814, 848, 300, 291, 366, 1737, 281, 360, 309, 294, 264, 22860, 13, 509, 393, 380, 360, 309, 490, 510, 13, 639, 575, 544, 813, 264, 5533, 1910, 13, 2305, 360, 321, 360, 309, 30, 1037, 646, 281, 264, 22860, 13, 2305, 630, 321, 1884, 264, 1910, 30], "avg_logprob": -0.5593750021674416, "compression_ratio": 1.5071428571428571, "no_speech_prob": 0.0, "words": [{"start": 2510.49, "end": 2510.87, "word": " Why", "probability": 0.296630859375}, {"start": 2510.87, "end": 2511.11, "word": " did", "probability": 0.517578125}, {"start": 2511.11, "end": 2511.11, "word": " they", "probability": 0.796875}, {"start": 2511.11, "end": 2511.11, "word": " remove", "probability": 0.57470703125}, {"start": 2511.11, "end": 2511.29, "word": " it?", "probability": 0.79931640625}, {"start": 2511.55, "end": 2511.71, "word": " They", "probability": 0.256591796875}, {"start": 2511.71, "end": 2511.87, "word": " said", "probability": 0.54150390625}, {"start": 2511.87, "end": 2512.13, "word": " that", "probability": 0.2083740234375}, {"start": 2512.13, "end": 2512.81, "word": " you", "probability": 0.39453125}, {"start": 2512.81, "end": 2513.55, "word": " are", "probability": 0.263427734375}, {"start": 2513.55, "end": 2514.05, "word": " free", "probability": 0.71923828125}, {"start": 2514.05, "end": 2514.33, "word": " to", "probability": 0.9404296875}, {"start": 2514.33, "end": 2514.65, "word": " do", "probability": 0.1695556640625}, {"start": 2514.65, "end": 2514.89, "word": " it", "probability": 0.59130859375}, {"start": 2514.89, "end": 2515.29, "word": " in", "probability": 0.28662109375}, {"start": 2515.29, "end": 2516.03, "word": " the", "probability": 0.68896484375}, {"start": 2516.03, "end": 2516.41, "word": " adapter.", "probability": 0.76025390625}, {"start": 2516.83, "end": 2517.29, "word": " You", "probability": 0.214111328125}, {"start": 2517.29, "end": 2517.59, "word": " can't", "probability": 0.5135498046875}, {"start": 2517.59, "end": 2517.59, "word": " do", "probability": 0.81884765625}, {"start": 2517.59, "end": 2517.71, "word": " it", "probability": 0.7978515625}, {"start": 2517.71, "end": 2517.85, "word": " from", "probability": 0.51513671875}, {"start": 2517.85, "end": 2518.07, "word": " here.", "probability": 0.72509765625}, {"start": 2518.69, "end": 2518.97, "word": " This", "probability": 0.1864013671875}, {"start": 2518.97, "end": 2519.19, "word": " has", "probability": 0.453857421875}, {"start": 2519.19, "end": 2519.39, "word": " more", "probability": 0.6220703125}, {"start": 2519.39, "end": 2520.35, "word": " than", "probability": 0.73486328125}, {"start": 2520.35, "end": 2521.57, "word": " the", "probability": 0.2340087890625}, {"start": 2521.57, "end": 2521.93, "word": " lift", "probability": 0.7021484375}, {"start": 2521.93, "end": 2522.23, "word": " view.", "probability": 0.81201171875}, {"start": 2522.43, "end": 2522.89, "word": " Where", "probability": 0.388427734375}, {"start": 2522.89, "end": 2523.07, "word": " do", "probability": 0.36376953125}, {"start": 2523.07, "end": 2523.09, "word": " we", "probability": 0.6396484375}, {"start": 2523.09, "end": 2523.31, "word": " do", "probability": 0.60400390625}, {"start": 2523.31, "end": 2523.49, "word": " it?", "probability": 0.89794921875}, {"start": 2523.55, "end": 2523.75, "word": " Go", "probability": 0.55712890625}, {"start": 2523.75, "end": 2523.91, "word": " back", "probability": 0.8330078125}, {"start": 2523.91, "end": 2524.13, "word": " to", "probability": 0.85986328125}, {"start": 2524.13, "end": 2524.35, "word": " the", "probability": 0.83349609375}, {"start": 2524.35, "end": 2524.71, "word": " adapter.", "probability": 0.86767578125}, {"start": 2526.97, "end": 2527.43, "word": " Where", "probability": 0.7763671875}, {"start": 2527.43, "end": 2527.55, "word": " did", "probability": 0.79052734375}, {"start": 2527.55, "end": 2527.69, "word": " we", "probability": 0.77197265625}, {"start": 2527.69, "end": 2527.91, "word": " create", "probability": 0.61865234375}, {"start": 2527.91, "end": 2528.11, "word": " the", "probability": 0.755859375}, {"start": 2528.11, "end": 2528.31, "word": " view?", "probability": 0.83056640625}], "temperature": 1.0}, {"id": 95, "seek": 255959, "start": 2530.41, "end": 2559.59, "text": " Here, here, not in the inflate. This is the inflater that creates the view. Come to the view, here inside the adapter that I am using now. Come to the adapter and tell it to sit on, click, listen up. So when I create the view, what do I do? I click on it. Or it is better to go to the holder instead of putting it here. So when you come and bind,", "tokens": [1692, 11, 510, 11, 406, 294, 264, 9922, 473, 13, 639, 307, 264, 9922, 771, 300, 7829, 264, 1910, 13, 2492, 281, 264, 1910, 11, 510, 1854, 264, 22860, 300, 286, 669, 1228, 586, 13, 2492, 281, 264, 22860, 293, 980, 309, 281, 1394, 322, 11, 2052, 11, 2140, 493, 13, 407, 562, 286, 1884, 264, 1910, 11, 437, 360, 286, 360, 30, 286, 2052, 322, 309, 13, 1610, 309, 307, 1101, 281, 352, 281, 264, 20349, 2602, 295, 3372, 309, 510, 13, 407, 562, 291, 808, 293, 14786, 11], "avg_logprob": -0.4491758379307422, "compression_ratio": 1.7614213197969544, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2530.41, "end": 2530.85, "word": " Here,", "probability": 0.48046875}, {"start": 2531.11, "end": 2531.35, "word": " here,", "probability": 0.332275390625}, {"start": 2531.71, "end": 2531.89, "word": " not", "probability": 0.8759765625}, {"start": 2531.89, "end": 2532.01, "word": " in", "probability": 0.72705078125}, {"start": 2532.01, "end": 2532.07, "word": " the", "probability": 0.6181640625}, {"start": 2532.07, "end": 2532.63, "word": " inflate.", "probability": 0.72509765625}, {"start": 2533.83, "end": 2534.17, "word": " This", "probability": 0.334228515625}, {"start": 2534.17, "end": 2534.19, "word": " is", "probability": 0.814453125}, {"start": 2534.19, "end": 2534.27, "word": " the", "probability": 0.7763671875}, {"start": 2534.27, "end": 2534.73, "word": " inflater", "probability": 0.857177734375}, {"start": 2534.73, "end": 2535.11, "word": " that", "probability": 0.3251953125}, {"start": 2535.11, "end": 2535.31, "word": " creates", "probability": 0.40234375}, {"start": 2535.31, "end": 2535.47, "word": " the", "probability": 0.83935546875}, {"start": 2535.47, "end": 2535.73, "word": " view.", "probability": 0.90283203125}, {"start": 2536.55, "end": 2536.77, "word": " Come", "probability": 0.383056640625}, {"start": 2536.77, "end": 2536.93, "word": " to", "probability": 0.81494140625}, {"start": 2536.93, "end": 2537.01, "word": " the", "probability": 0.81494140625}, {"start": 2537.01, "end": 2537.13, "word": " view,", "probability": 0.84619140625}, {"start": 2537.21, "end": 2537.29, "word": " here", "probability": 0.288330078125}, {"start": 2537.29, "end": 2537.49, "word": " inside", "probability": 0.5712890625}, {"start": 2537.49, "end": 2537.63, "word": " the", "probability": 0.80517578125}, {"start": 2537.63, "end": 2537.99, "word": " adapter", "probability": 0.81103515625}, {"start": 2537.99, "end": 2538.07, "word": " that", "probability": 0.380859375}, {"start": 2538.07, "end": 2538.19, "word": " I", "probability": 0.9453125}, {"start": 2538.19, "end": 2538.29, "word": " am", "probability": 0.433837890625}, {"start": 2538.29, "end": 2538.45, "word": " using", "probability": 0.43359375}, {"start": 2538.45, "end": 2538.89, "word": " now.", "probability": 0.5849609375}, {"start": 2539.09, "end": 2539.35, "word": " Come", "probability": 0.77880859375}, {"start": 2539.35, "end": 2539.47, "word": " to", "probability": 0.92236328125}, {"start": 2539.47, "end": 2539.57, "word": " the", "probability": 0.89892578125}, {"start": 2539.57, "end": 2539.93, "word": " adapter", "probability": 0.90234375}, {"start": 2539.93, "end": 2540.61, "word": " and", "probability": 0.64404296875}, {"start": 2540.61, "end": 2540.75, "word": " tell", "probability": 0.2431640625}, {"start": 2540.75, "end": 2540.87, "word": " it", "probability": 0.87255859375}, {"start": 2540.87, "end": 2540.89, "word": " to", "probability": 0.56494140625}, {"start": 2540.89, "end": 2541.17, "word": " sit", "probability": 0.595703125}, {"start": 2541.17, "end": 2541.59, "word": " on,", "probability": 0.810546875}, {"start": 2542.39, "end": 2542.93, "word": " click,", "probability": 0.869140625}, {"start": 2543.71, "end": 2543.91, "word": " listen", "probability": 0.66259765625}, {"start": 2543.91, "end": 2544.23, "word": " up.", "probability": 0.95703125}, {"start": 2544.71, "end": 2544.97, "word": " So", "probability": 0.260986328125}, {"start": 2544.97, "end": 2545.11, "word": " when", "probability": 0.479248046875}, {"start": 2545.11, "end": 2545.29, "word": " I", "probability": 0.96142578125}, {"start": 2545.29, "end": 2545.49, "word": " create", "probability": 0.369384765625}, {"start": 2545.49, "end": 2545.69, "word": " the", "probability": 0.75439453125}, {"start": 2545.69, "end": 2545.99, "word": " view,", "probability": 0.88623046875}, {"start": 2546.37, "end": 2546.49, "word": " what", "probability": 0.68505859375}, {"start": 2546.49, "end": 2546.49, "word": " do", "probability": 0.791015625}, {"start": 2546.49, "end": 2546.67, "word": " I", "probability": 0.99267578125}, {"start": 2546.67, "end": 2546.67, "word": " do?", "probability": 0.88720703125}, {"start": 2547.55, "end": 2547.99, "word": " I", "probability": 0.9287109375}, {"start": 2547.99, "end": 2548.17, "word": " click", "probability": 0.58544921875}, {"start": 2548.17, "end": 2548.29, "word": " on", "probability": 0.73876953125}, {"start": 2548.29, "end": 2548.53, "word": " it.", "probability": 0.93798828125}, {"start": 2550.73, "end": 2551.17, "word": " Or", "probability": 0.9140625}, {"start": 2551.17, "end": 2551.25, "word": " it", "probability": 0.288330078125}, {"start": 2551.25, "end": 2551.27, "word": " is", "probability": 0.62109375}, {"start": 2551.27, "end": 2551.65, "word": " better", "probability": 0.8291015625}, {"start": 2551.65, "end": 2552.57, "word": " to", "probability": 0.416259765625}, {"start": 2552.57, "end": 2553.27, "word": " go", "probability": 0.302490234375}, {"start": 2553.27, "end": 2556.17, "word": " to", "probability": 0.69873046875}, {"start": 2556.17, "end": 2556.91, "word": " the", "probability": 0.85595703125}, {"start": 2556.91, "end": 2557.29, "word": " holder", "probability": 0.69482421875}, {"start": 2557.29, "end": 2557.29, "word": " instead", "probability": 0.4765625}, {"start": 2557.29, "end": 2557.29, "word": " of", "probability": 0.9521484375}, {"start": 2557.29, "end": 2557.29, "word": " putting", "probability": 0.458251953125}, {"start": 2557.29, "end": 2557.29, "word": " it", "probability": 0.8955078125}, {"start": 2557.29, "end": 2557.29, "word": " here.", "probability": 0.79833984375}, {"start": 2558.17, "end": 2558.61, "word": " So", "probability": 0.70361328125}, {"start": 2558.61, "end": 2558.75, "word": " when", "probability": 0.80615234375}, {"start": 2558.75, "end": 2558.89, "word": " you", "probability": 0.890625}, {"start": 2558.89, "end": 2558.99, "word": " come", "probability": 0.420166015625}, {"start": 2558.99, "end": 2559.05, "word": " and", "probability": 0.443115234375}, {"start": 2559.05, "end": 2559.59, "word": " bind,", "probability": 0.7802734375}], "temperature": 1.0}, {"id": 96, "seek": 258669, "start": 2561.18, "end": 2586.7, "text": " This is holder.sitonholder.itemview.sitonclicklistener.newonclicklistener. Why did I put it in the holder? Because it depends on the position. In the onbind view, when it fills the data, it goes to the view itself and makes it sitonclicklistener.", "tokens": [639, 307, 20349, 13, 82, 270, 266, 20480, 13, 270, 443, 1759, 13, 82, 270, 266, 18548, 75, 4821, 260, 13, 7686, 266, 18548, 75, 4821, 260, 13, 1545, 630, 286, 829, 309, 294, 264, 20349, 30, 1436, 309, 5946, 322, 264, 2535, 13, 682, 264, 322, 65, 471, 1910, 11, 562, 309, 22498, 264, 1412, 11, 309, 1709, 281, 264, 1910, 2564, 293, 1669, 309, 1394, 266, 18548, 75, 4821, 260, 13], "avg_logprob": -0.41575169080012553, "compression_ratio": 1.625, "no_speech_prob": 0.0, "words": [{"start": 2561.18, "end": 2561.5, "word": " This", "probability": 0.11932373046875}, {"start": 2561.5, "end": 2561.66, "word": " is", "probability": 0.73388671875}, {"start": 2561.66, "end": 2562.4, "word": " holder", "probability": 0.2235107421875}, {"start": 2562.4, "end": 2565.76, "word": ".sitonholder", "probability": 0.617529296875}, {"start": 2565.76, "end": 2568.34, "word": ".itemview", "probability": 0.71441650390625}, {"start": 2568.34, "end": 2572.5, "word": ".sitonclicklistener", "probability": 0.92822265625}, {"start": 2572.5, "end": 2575.28, "word": ".newonclicklistener.", "probability": 0.8167550223214286}, {"start": 2575.34, "end": 2575.44, "word": " Why", "probability": 0.478759765625}, {"start": 2575.44, "end": 2575.5, "word": " did", "probability": 0.323486328125}, {"start": 2575.5, "end": 2575.5, "word": " I", "probability": 0.537109375}, {"start": 2575.5, "end": 2575.7, "word": " put", "probability": 0.65087890625}, {"start": 2575.7, "end": 2575.82, "word": " it", "probability": 0.50732421875}, {"start": 2575.82, "end": 2575.92, "word": " in", "probability": 0.7724609375}, {"start": 2575.92, "end": 2576.0, "word": " the", "probability": 0.6552734375}, {"start": 2576.0, "end": 2576.28, "word": " holder?", "probability": 0.73876953125}, {"start": 2576.4, "end": 2576.6, "word": " Because", "probability": 0.482666015625}, {"start": 2576.6, "end": 2576.82, "word": " it", "probability": 0.78271484375}, {"start": 2576.82, "end": 2577.12, "word": " depends", "probability": 0.544921875}, {"start": 2577.12, "end": 2577.34, "word": " on", "probability": 0.9375}, {"start": 2577.34, "end": 2577.46, "word": " the", "probability": 0.76416015625}, {"start": 2577.46, "end": 2577.9, "word": " position.", "probability": 0.88720703125}, {"start": 2580.92, "end": 2581.32, "word": " In", "probability": 0.697265625}, {"start": 2581.32, "end": 2581.42, "word": " the", "probability": 0.6201171875}, {"start": 2581.42, "end": 2581.86, "word": " onbind", "probability": 0.6682942708333334}, {"start": 2581.86, "end": 2582.12, "word": " view,", "probability": 0.732421875}, {"start": 2582.24, "end": 2582.32, "word": " when", "probability": 0.75390625}, {"start": 2582.32, "end": 2582.48, "word": " it", "probability": 0.7060546875}, {"start": 2582.48, "end": 2582.7, "word": " fills", "probability": 0.5048828125}, {"start": 2582.7, "end": 2582.86, "word": " the", "probability": 0.4580078125}, {"start": 2582.86, "end": 2583.12, "word": " data,", "probability": 0.6552734375}, {"start": 2583.34, "end": 2583.46, "word": " it", "probability": 0.80322265625}, {"start": 2583.46, "end": 2583.58, "word": " goes", "probability": 0.765625}, {"start": 2583.58, "end": 2583.7, "word": " to", "probability": 0.92919921875}, {"start": 2583.7, "end": 2583.84, "word": " the", "probability": 0.83544921875}, {"start": 2583.84, "end": 2584.0, "word": " view", "probability": 0.642578125}, {"start": 2584.0, "end": 2584.32, "word": " itself", "probability": 0.445068359375}, {"start": 2584.32, "end": 2584.5, "word": " and", "probability": 0.72607421875}, {"start": 2584.5, "end": 2584.64, "word": " makes", "probability": 0.2132568359375}, {"start": 2584.64, "end": 2584.92, "word": " it", "probability": 0.6435546875}, {"start": 2584.92, "end": 2586.7, "word": " sitonclicklistener.", "probability": 0.8186848958333334}], "temperature": 1.0}, {"id": 97, "seek": 261610, "start": 2587.36, "end": 2616.1, "text": " For example, what should we do when we click on view? We should find the data of the person in what? Yes, in toast. Of course, we will change the gate. Delete, what should it do? It should delete. Right or wrong? Delete. Let's follow the message. The gate should delete. How to delete? We took how to delete. You go to persons and you say remove position. Okay? And then you say what? Notify dataset changing. The goal is to delete. But when I click on the item itself,", "tokens": [1171, 1365, 11, 437, 820, 321, 360, 562, 321, 2052, 322, 1910, 30, 492, 820, 915, 264, 1412, 295, 264, 954, 294, 437, 30, 1079, 11, 294, 15354, 13, 2720, 1164, 11, 321, 486, 1319, 264, 8539, 13, 49452, 11, 437, 820, 309, 360, 30, 467, 820, 12097, 13, 1779, 420, 2085, 30, 49452, 13, 961, 311, 1524, 264, 3636, 13, 440, 8539, 820, 12097, 13, 1012, 281, 12097, 30, 492, 1890, 577, 281, 12097, 13, 509, 352, 281, 14453, 293, 291, 584, 4159, 2535, 13, 1033, 30, 400, 550, 291, 584, 437, 30, 1726, 2505, 28872, 4473, 13, 440, 3387, 307, 281, 12097, 13, 583, 562, 286, 2052, 322, 264, 3174, 2564, 11], "avg_logprob": -0.4404891340628914, "compression_ratio": 1.7735849056603774, "no_speech_prob": 0.0, "words": [{"start": 2587.36, "end": 2587.64, "word": " For", "probability": 0.3994140625}, {"start": 2587.64, "end": 2587.8, "word": " example,", "probability": 0.88671875}, {"start": 2587.88, "end": 2587.98, "word": " what", "probability": 0.54931640625}, {"start": 2587.98, "end": 2588.1, "word": " should", "probability": 0.209716796875}, {"start": 2588.1, "end": 2588.2, "word": " we", "probability": 0.81787109375}, {"start": 2588.2, "end": 2588.34, "word": " do", "probability": 0.9482421875}, {"start": 2588.34, "end": 2588.5, "word": " when", "probability": 0.397705078125}, {"start": 2588.5, "end": 2588.62, "word": " we", "probability": 0.80810546875}, {"start": 2588.62, "end": 2588.76, "word": " click", "probability": 0.51513671875}, {"start": 2588.76, "end": 2588.92, "word": " on", "probability": 0.82275390625}, {"start": 2588.92, "end": 2589.16, "word": " view?", "probability": 0.269775390625}, {"start": 2589.24, "end": 2589.32, "word": " We", "probability": 0.64697265625}, {"start": 2589.32, "end": 2589.44, "word": " should", "probability": 0.42333984375}, {"start": 2589.44, "end": 2589.6, "word": " find", "probability": 0.26025390625}, {"start": 2589.6, "end": 2589.74, "word": " the", "probability": 0.456787109375}, {"start": 2589.74, "end": 2589.88, "word": " data", "probability": 0.29052734375}, {"start": 2589.88, "end": 2590.16, "word": " of", "probability": 0.712890625}, {"start": 2590.16, "end": 2590.22, "word": " the", "probability": 0.5810546875}, {"start": 2590.22, "end": 2590.4, "word": " person", "probability": 0.6806640625}, {"start": 2590.4, "end": 2590.58, "word": " in", "probability": 0.5615234375}, {"start": 2590.58, "end": 2590.84, "word": " what?", "probability": 0.287353515625}, {"start": 2591.4, "end": 2591.68, "word": " Yes,", "probability": 0.5625}, {"start": 2591.74, "end": 2591.8, "word": " in", "probability": 0.82470703125}, {"start": 2591.8, "end": 2592.04, "word": " toast.", "probability": 0.587890625}, {"start": 2592.28, "end": 2592.54, "word": " Of", "probability": 0.66162109375}, {"start": 2592.54, "end": 2592.54, "word": " course,", "probability": 0.95166015625}, {"start": 2592.58, "end": 2592.7, "word": " we", "probability": 0.7978515625}, {"start": 2592.7, "end": 2592.7, "word": " will", "probability": 0.41943359375}, {"start": 2592.7, "end": 2592.94, "word": " change", "probability": 0.8701171875}, {"start": 2592.94, "end": 2593.1, "word": " the", "probability": 0.357666015625}, {"start": 2593.1, "end": 2593.3, "word": " gate.", "probability": 0.353759765625}, {"start": 2593.4, "end": 2593.66, "word": " Delete,", "probability": 0.783203125}, {"start": 2593.8, "end": 2593.92, "word": " what", "probability": 0.88232421875}, {"start": 2593.92, "end": 2594.1, "word": " should", "probability": 0.7705078125}, {"start": 2594.1, "end": 2594.26, "word": " it", "probability": 0.712890625}, {"start": 2594.26, "end": 2594.48, "word": " do?", "probability": 0.96044921875}, {"start": 2595.7, "end": 2595.98, "word": " It", "probability": 0.78857421875}, {"start": 2595.98, "end": 2596.16, "word": " should", "probability": 0.80078125}, {"start": 2596.16, "end": 2596.46, "word": " delete.", "probability": 0.87109375}, {"start": 2597.0, "end": 2597.32, "word": " Right", "probability": 0.490966796875}, {"start": 2597.32, "end": 2597.5, "word": " or", "probability": 0.892578125}, {"start": 2597.5, "end": 2597.6, "word": " wrong?", "probability": 0.57421875}, {"start": 2598.26, "end": 2598.58, "word": " Delete.", "probability": 0.7314453125}, {"start": 2600.02, "end": 2600.34, "word": " Let's", "probability": 0.5067138671875}, {"start": 2600.34, "end": 2600.5, "word": " follow", "probability": 0.1092529296875}, {"start": 2600.5, "end": 2600.8, "word": " the", "probability": 0.74072265625}, {"start": 2600.8, "end": 2600.8, "word": " message.", "probability": 0.81005859375}, {"start": 2600.94, "end": 2601.02, "word": " The", "probability": 0.5341796875}, {"start": 2601.02, "end": 2601.14, "word": " gate", "probability": 0.93408203125}, {"start": 2601.14, "end": 2601.36, "word": " should", "probability": 0.8046875}, {"start": 2601.36, "end": 2601.66, "word": " delete.", "probability": 0.91845703125}, {"start": 2601.8, "end": 2601.96, "word": " How", "probability": 0.91748046875}, {"start": 2601.96, "end": 2602.1, "word": " to", "probability": 0.274658203125}, {"start": 2602.1, "end": 2602.24, "word": " delete?", "probability": 0.9609375}, {"start": 2602.32, "end": 2602.4, "word": " We", "probability": 0.552734375}, {"start": 2602.4, "end": 2602.52, "word": " took", "probability": 0.3203125}, {"start": 2602.52, "end": 2602.8, "word": " how", "probability": 0.76708984375}, {"start": 2602.8, "end": 2602.9, "word": " to", "probability": 0.9375}, {"start": 2602.9, "end": 2603.08, "word": " delete.", "probability": 0.94677734375}, {"start": 2603.44, "end": 2603.58, "word": " You", "probability": 0.69775390625}, {"start": 2603.58, "end": 2603.74, "word": " go", "probability": 0.77001953125}, {"start": 2603.74, "end": 2603.86, "word": " to", "probability": 0.966796875}, {"start": 2603.86, "end": 2604.42, "word": " persons", "probability": 0.767578125}, {"start": 2604.42, "end": 2605.14, "word": " and", "probability": 0.449462890625}, {"start": 2605.14, "end": 2605.24, "word": " you", "probability": 0.434326171875}, {"start": 2605.24, "end": 2605.38, "word": " say", "probability": 0.58447265625}, {"start": 2605.38, "end": 2605.9, "word": " remove", "probability": 0.7802734375}, {"start": 2605.9, "end": 2607.64, "word": " position.", "probability": 0.90869140625}, {"start": 2608.56, "end": 2608.8, "word": " Okay?", "probability": 0.35546875}, {"start": 2608.94, "end": 2609.02, "word": " And", "probability": 0.609375}, {"start": 2609.02, "end": 2609.2, "word": " then", "probability": 0.76318359375}, {"start": 2609.2, "end": 2609.36, "word": " you", "probability": 0.6923828125}, {"start": 2609.36, "end": 2609.52, "word": " say", "probability": 0.76611328125}, {"start": 2609.52, "end": 2609.72, "word": " what?", "probability": 0.4599609375}, {"start": 2610.1, "end": 2610.42, "word": " Notify", "probability": 0.81005859375}, {"start": 2610.42, "end": 2611.74, "word": " dataset", "probability": 0.371826171875}, {"start": 2611.74, "end": 2612.8, "word": " changing.", "probability": 0.464599609375}, {"start": 2612.96, "end": 2613.1, "word": " The", "probability": 0.75146484375}, {"start": 2613.1, "end": 2613.14, "word": " goal", "probability": 0.7119140625}, {"start": 2613.14, "end": 2613.3, "word": " is", "probability": 0.83056640625}, {"start": 2613.3, "end": 2613.34, "word": " to", "probability": 0.78466796875}, {"start": 2613.34, "end": 2613.58, "word": " delete.", "probability": 0.94482421875}, {"start": 2614.36, "end": 2614.68, "word": " But", "probability": 0.92822265625}, {"start": 2614.68, "end": 2614.84, "word": " when", "probability": 0.69580078125}, {"start": 2614.84, "end": 2614.94, "word": " I", "probability": 0.90966796875}, {"start": 2614.94, "end": 2615.12, "word": " click", "probability": 0.7236328125}, {"start": 2615.12, "end": 2615.26, "word": " on", "probability": 0.9365234375}, {"start": 2615.26, "end": 2615.36, "word": " the", "probability": 0.89794921875}, {"start": 2615.36, "end": 2615.68, "word": " item", "probability": 0.85595703125}, {"start": 2615.68, "end": 2616.1, "word": " itself,", "probability": 0.78125}], "temperature": 1.0}, {"id": 98, "seek": 263527, "start": 2617.11, "end": 2635.27, "text": " All of it. Who is the item in view? All of it. All of the elements. When I click on it, it will give me a toast and print data with the name of the person. We stopped working outside. Sit on item, click listener. We started working inside the adapter.", "tokens": [1057, 295, 309, 13, 2102, 307, 264, 3174, 294, 1910, 30, 1057, 295, 309, 13, 1057, 295, 264, 4959, 13, 1133, 286, 2052, 322, 309, 11, 309, 486, 976, 385, 257, 15354, 293, 4482, 1412, 365, 264, 1315, 295, 264, 954, 13, 492, 5936, 1364, 2380, 13, 14523, 322, 3174, 11, 2052, 31569, 13, 492, 1409, 1364, 1854, 264, 22860, 13], "avg_logprob": -0.5231854906005244, "compression_ratio": 1.605095541401274, "no_speech_prob": 0.0, "words": [{"start": 2617.11, "end": 2617.49, "word": " All", "probability": 0.345458984375}, {"start": 2617.49, "end": 2617.53, "word": " of", "probability": 0.6572265625}, {"start": 2617.53, "end": 2617.63, "word": " it.", "probability": 0.489501953125}, {"start": 2617.95, "end": 2618.21, "word": " Who", "probability": 0.395751953125}, {"start": 2618.21, "end": 2618.27, "word": " is", "probability": 0.286376953125}, {"start": 2618.27, "end": 2618.31, "word": " the", "probability": 0.59521484375}, {"start": 2618.31, "end": 2618.55, "word": " item", "probability": 0.81787109375}, {"start": 2618.55, "end": 2618.71, "word": " in", "probability": 0.2264404296875}, {"start": 2618.71, "end": 2618.89, "word": " view?", "probability": 0.68017578125}, {"start": 2620.67, "end": 2621.07, "word": " All", "probability": 0.79248046875}, {"start": 2621.07, "end": 2621.17, "word": " of", "probability": 0.7607421875}, {"start": 2621.17, "end": 2621.17, "word": " it.", "probability": 0.64208984375}, {"start": 2621.29, "end": 2621.49, "word": " All", "probability": 0.46533203125}, {"start": 2621.49, "end": 2621.55, "word": " of", "probability": 0.6337890625}, {"start": 2621.55, "end": 2621.63, "word": " the", "probability": 0.63916015625}, {"start": 2621.63, "end": 2621.83, "word": " elements.", "probability": 0.6484375}, {"start": 2621.97, "end": 2622.07, "word": " When", "probability": 0.77099609375}, {"start": 2622.07, "end": 2622.19, "word": " I", "probability": 0.94140625}, {"start": 2622.19, "end": 2622.39, "word": " click", "probability": 0.487060546875}, {"start": 2622.39, "end": 2622.59, "word": " on", "probability": 0.892578125}, {"start": 2622.59, "end": 2622.79, "word": " it,", "probability": 0.87060546875}, {"start": 2623.13, "end": 2623.25, "word": " it", "probability": 0.876953125}, {"start": 2623.25, "end": 2623.35, "word": " will", "probability": 0.326416015625}, {"start": 2623.35, "end": 2623.59, "word": " give", "probability": 0.2142333984375}, {"start": 2623.59, "end": 2624.21, "word": " me", "probability": 0.9404296875}, {"start": 2624.21, "end": 2624.31, "word": " a", "probability": 0.85302734375}, {"start": 2624.31, "end": 2624.67, "word": " toast", "probability": 0.401123046875}, {"start": 2624.67, "end": 2625.31, "word": " and", "probability": 0.68017578125}, {"start": 2625.31, "end": 2625.59, "word": " print", "probability": 0.441162109375}, {"start": 2625.59, "end": 2626.11, "word": " data", "probability": 0.333984375}, {"start": 2626.11, "end": 2626.49, "word": " with", "probability": 0.1419677734375}, {"start": 2626.49, "end": 2627.29, "word": " the", "probability": 0.64208984375}, {"start": 2627.29, "end": 2627.45, "word": " name", "probability": 0.56787109375}, {"start": 2627.45, "end": 2627.49, "word": " of", "probability": 0.953125}, {"start": 2627.49, "end": 2627.57, "word": " the", "probability": 0.8408203125}, {"start": 2627.57, "end": 2627.77, "word": " person.", "probability": 0.7705078125}, {"start": 2629.03, "end": 2629.43, "word": " We", "probability": 0.69677734375}, {"start": 2629.43, "end": 2629.67, "word": " stopped", "probability": 0.59033203125}, {"start": 2629.67, "end": 2630.01, "word": " working", "probability": 0.2724609375}, {"start": 2630.01, "end": 2630.29, "word": " outside.", "probability": 0.517578125}, {"start": 2630.47, "end": 2630.65, "word": " Sit", "probability": 0.301513671875}, {"start": 2630.65, "end": 2630.87, "word": " on", "probability": 0.73583984375}, {"start": 2630.87, "end": 2631.17, "word": " item,", "probability": 0.85986328125}, {"start": 2631.33, "end": 2631.47, "word": " click", "probability": 0.90283203125}, {"start": 2631.47, "end": 2631.77, "word": " listener.", "probability": 0.65087890625}, {"start": 2631.91, "end": 2632.09, "word": " We", "probability": 0.86474609375}, {"start": 2632.09, "end": 2632.09, "word": " started", "probability": 0.461669921875}, {"start": 2632.09, "end": 2632.41, "word": " working", "probability": 0.8330078125}, {"start": 2632.41, "end": 2633.25, "word": " inside", "probability": 0.64794921875}, {"start": 2633.25, "end": 2634.87, "word": " the", "probability": 0.8408203125}, {"start": 2634.87, "end": 2635.27, "word": " adapter.", "probability": 0.798828125}], "temperature": 1.0}, {"id": 99, "seek": 267027, "start": 2660.35, "end": 2670.27, "text": " The action here is running. Then it will delete whatever happened in the element. Yes, I found what I wanted to say. Even the focus", "tokens": [440, 3069, 510, 307, 2614, 13, 1396, 309, 486, 12097, 2035, 2011, 294, 264, 4478, 13, 1079, 11, 286, 1352, 437, 286, 1415, 281, 584, 13, 2754, 264, 1879], "avg_logprob": -0.8380208174387614, "compression_ratio": 1.2110091743119267, "no_speech_prob": 0.0, "words": [{"start": 2660.35, "end": 2660.87, "word": " The", "probability": 0.07586669921875}, {"start": 2660.87, "end": 2661.23, "word": " action", "probability": 0.64892578125}, {"start": 2661.23, "end": 2661.67, "word": " here", "probability": 0.455322265625}, {"start": 2661.67, "end": 2661.99, "word": " is", "probability": 0.38623046875}, {"start": 2661.99, "end": 2662.31, "word": " running.", "probability": 0.171142578125}, {"start": 2662.89, "end": 2663.15, "word": " Then", "probability": 0.417724609375}, {"start": 2663.15, "end": 2663.29, "word": " it", "probability": 0.332763671875}, {"start": 2663.29, "end": 2663.53, "word": " will", "probability": 0.200927734375}, {"start": 2663.53, "end": 2663.95, "word": " delete", "probability": 0.56494140625}, {"start": 2663.95, "end": 2664.57, "word": " whatever", "probability": 0.2181396484375}, {"start": 2664.57, "end": 2664.79, "word": " happened", "probability": 0.29248046875}, {"start": 2664.79, "end": 2666.15, "word": " in", "probability": 0.376220703125}, {"start": 2666.15, "end": 2666.21, "word": " the", "probability": 0.677734375}, {"start": 2666.21, "end": 2666.47, "word": " element.", "probability": 0.572265625}, {"start": 2668.19, "end": 2668.41, "word": " Yes,", "probability": 0.359375}, {"start": 2668.49, "end": 2668.61, "word": " I", "probability": 0.67138671875}, {"start": 2668.61, "end": 2668.79, "word": " found", "probability": 0.30859375}, {"start": 2668.79, "end": 2668.91, "word": " what", "probability": 0.2227783203125}, {"start": 2668.91, "end": 2669.01, "word": " I", "probability": 0.84375}, {"start": 2669.01, "end": 2669.01, "word": " wanted", "probability": 0.32861328125}, {"start": 2669.01, "end": 2669.01, "word": " to", "probability": 0.974609375}, {"start": 2669.01, "end": 2669.17, "word": " say.", "probability": 0.884765625}, {"start": 2669.31, "end": 2669.63, "word": " Even", "probability": 0.7978515625}, {"start": 2669.63, "end": 2669.81, "word": " the", "probability": 0.6884765625}, {"start": 2669.81, "end": 2670.27, "word": " focus", "probability": 0.90087890625}], "temperature": 1.0}, {"id": 100, "seek": 270028, "start": 2671.46, "end": 2700.28, "text": " What should I do? Shallow. In the past, when we were looking at an item, you would feel that there is an effect here. Okay? You will find that the focus is shallow. It is shallow in many ways. Why? Because it tells you that I will remove it and you can customize it as you want. Okay, let's make our own focus. Come here to end this lecture. This is the project. I want to go to the focus. How do I design it? Through a selector. We took the selector. Do you remember?", "tokens": [708, 820, 286, 360, 30, 12128, 305, 13, 682, 264, 1791, 11, 562, 321, 645, 1237, 412, 364, 3174, 11, 291, 576, 841, 300, 456, 307, 364, 1802, 510, 13, 1033, 30, 509, 486, 915, 300, 264, 1879, 307, 20488, 13, 467, 307, 20488, 294, 867, 2098, 13, 1545, 30, 1436, 309, 5112, 291, 300, 286, 486, 4159, 309, 293, 291, 393, 19734, 309, 382, 291, 528, 13, 1033, 11, 718, 311, 652, 527, 1065, 1879, 13, 2492, 510, 281, 917, 341, 7991, 13, 639, 307, 264, 1716, 13, 286, 528, 281, 352, 281, 264, 1879, 13, 1012, 360, 286, 1715, 309, 30, 8927, 257, 23264, 1672, 13, 492, 1890, 264, 23264, 1672, 13, 1144, 291, 1604, 30], "avg_logprob": -0.4558823549446939, "compression_ratio": 1.7054545454545456, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2671.46, "end": 2671.8, "word": " What", "probability": 0.385498046875}, {"start": 2671.8, "end": 2672.0, "word": " should", "probability": 0.407470703125}, {"start": 2672.0, "end": 2672.04, "word": " I", "probability": 0.87646484375}, {"start": 2672.04, "end": 2672.18, "word": " do?", "probability": 0.751953125}, {"start": 2672.5, "end": 2672.86, "word": " Shallow.", "probability": 0.902099609375}, {"start": 2673.26, "end": 2673.56, "word": " In", "probability": 0.27294921875}, {"start": 2673.56, "end": 2673.68, "word": " the", "probability": 0.79833984375}, {"start": 2673.68, "end": 2673.86, "word": " past,", "probability": 0.7109375}, {"start": 2673.98, "end": 2674.08, "word": " when", "probability": 0.472412109375}, {"start": 2674.08, "end": 2674.2, "word": " we", "probability": 0.52587890625}, {"start": 2674.2, "end": 2674.22, "word": " were", "probability": 0.09161376953125}, {"start": 2674.22, "end": 2674.34, "word": " looking", "probability": 0.33251953125}, {"start": 2674.34, "end": 2674.44, "word": " at", "probability": 0.669921875}, {"start": 2674.44, "end": 2674.56, "word": " an", "probability": 0.44921875}, {"start": 2674.56, "end": 2674.94, "word": " item,", "probability": 0.91650390625}, {"start": 2675.16, "end": 2675.44, "word": " you", "probability": 0.36279296875}, {"start": 2675.44, "end": 2675.48, "word": " would", "probability": 0.343994140625}, {"start": 2675.48, "end": 2675.7, "word": " feel", "probability": 0.64990234375}, {"start": 2675.7, "end": 2675.94, "word": " that", "probability": 0.454833984375}, {"start": 2675.94, "end": 2676.94, "word": " there", "probability": 0.72802734375}, {"start": 2676.94, "end": 2676.96, "word": " is", "probability": 0.57763671875}, {"start": 2676.96, "end": 2677.14, "word": " an", "probability": 0.72119140625}, {"start": 2677.14, "end": 2677.44, "word": " effect", "probability": 0.88134765625}, {"start": 2677.44, "end": 2677.88, "word": " here.", "probability": 0.5546875}, {"start": 2678.24, "end": 2678.44, "word": " Okay?", "probability": 0.2314453125}, {"start": 2678.54, "end": 2678.6, "word": " You", "probability": 0.11474609375}, {"start": 2678.6, "end": 2678.64, "word": " will", "probability": 0.41162109375}, {"start": 2678.64, "end": 2678.78, "word": " find", "probability": 0.76318359375}, {"start": 2678.78, "end": 2678.84, "word": " that", "probability": 0.3134765625}, {"start": 2678.84, "end": 2679.14, "word": " the", "probability": 0.5986328125}, {"start": 2679.14, "end": 2679.54, "word": " focus", "probability": 0.92626953125}, {"start": 2679.54, "end": 2679.54, "word": " is", "probability": 0.88037109375}, {"start": 2679.54, "end": 2679.54, "word": " shallow.", "probability": 0.85107421875}, {"start": 2680.2, "end": 2680.28, "word": " It", "probability": 0.401123046875}, {"start": 2680.28, "end": 2680.32, "word": " is", "probability": 0.591796875}, {"start": 2680.32, "end": 2680.44, "word": " shallow", "probability": 0.90087890625}, {"start": 2680.44, "end": 2680.56, "word": " in", "probability": 0.5546875}, {"start": 2680.56, "end": 2680.96, "word": " many", "probability": 0.79150390625}, {"start": 2680.96, "end": 2680.98, "word": " ways.", "probability": 0.45361328125}, {"start": 2681.56, "end": 2681.78, "word": " Why?", "probability": 0.8095703125}, {"start": 2681.88, "end": 2682.0, "word": " Because", "probability": 0.88525390625}, {"start": 2682.0, "end": 2682.24, "word": " it", "probability": 0.4697265625}, {"start": 2682.24, "end": 2682.38, "word": " tells", "probability": 0.42578125}, {"start": 2682.38, "end": 2682.5, "word": " you", "probability": 0.9052734375}, {"start": 2682.5, "end": 2682.56, "word": " that", "probability": 0.65869140625}, {"start": 2682.56, "end": 2682.7, "word": " I", "probability": 0.304443359375}, {"start": 2682.7, "end": 2682.84, "word": " will", "probability": 0.708984375}, {"start": 2682.84, "end": 2683.02, "word": " remove", "probability": 0.4111328125}, {"start": 2683.02, "end": 2683.26, "word": " it", "probability": 0.77490234375}, {"start": 2683.26, "end": 2683.46, "word": " and", "probability": 0.59375}, {"start": 2683.46, "end": 2683.62, "word": " you", "probability": 0.91943359375}, {"start": 2683.62, "end": 2683.72, "word": " can", "probability": 0.375732421875}, {"start": 2683.72, "end": 2684.32, "word": " customize", "probability": 0.7646484375}, {"start": 2684.32, "end": 2684.84, "word": " it", "probability": 0.89501953125}, {"start": 2684.84, "end": 2685.22, "word": " as", "probability": 0.58642578125}, {"start": 2685.22, "end": 2685.38, "word": " you", "probability": 0.935546875}, {"start": 2685.38, "end": 2685.56, "word": " want.", "probability": 0.328369140625}, {"start": 2686.0, "end": 2686.28, "word": " Okay,", "probability": 0.5830078125}, {"start": 2686.28, "end": 2686.48, "word": " let's", "probability": 0.803955078125}, {"start": 2686.48, "end": 2686.64, "word": " make", "probability": 0.51123046875}, {"start": 2686.64, "end": 2686.78, "word": " our", "probability": 0.482666015625}, {"start": 2686.78, "end": 2686.78, "word": " own", "probability": 0.60400390625}, {"start": 2686.78, "end": 2687.08, "word": " focus.", "probability": 0.9521484375}, {"start": 2688.54, "end": 2688.9, "word": " Come", "probability": 0.81689453125}, {"start": 2688.9, "end": 2689.28, "word": " here", "probability": 0.79248046875}, {"start": 2689.28, "end": 2689.64, "word": " to", "probability": 0.416259765625}, {"start": 2689.64, "end": 2689.9, "word": " end", "probability": 0.373779296875}, {"start": 2689.9, "end": 2690.12, "word": " this", "probability": 0.8681640625}, {"start": 2690.12, "end": 2690.54, "word": " lecture.", "probability": 0.83837890625}, {"start": 2693.12, "end": 2693.48, "word": " This", "probability": 0.6953125}, {"start": 2693.48, "end": 2693.48, "word": " is", "probability": 0.9423828125}, {"start": 2693.48, "end": 2693.6, "word": " the", "probability": 0.89013671875}, {"start": 2693.6, "end": 2694.1, "word": " project.", "probability": 0.93701171875}, {"start": 2696.32, "end": 2696.68, "word": " I", "probability": 0.398681640625}, {"start": 2696.68, "end": 2696.82, "word": " want", "probability": 0.37109375}, {"start": 2696.82, "end": 2696.9, "word": " to", "probability": 0.95947265625}, {"start": 2696.9, "end": 2696.98, "word": " go", "probability": 0.80224609375}, {"start": 2696.98, "end": 2697.08, "word": " to", "probability": 0.912109375}, {"start": 2697.08, "end": 2697.14, "word": " the", "probability": 0.5703125}, {"start": 2697.14, "end": 2697.4, "word": " focus.", "probability": 0.90087890625}, {"start": 2697.58, "end": 2697.58, "word": " How", "probability": 0.9482421875}, {"start": 2697.58, "end": 2697.7, "word": " do", "probability": 0.6728515625}, {"start": 2697.7, "end": 2697.78, "word": " I", "probability": 0.9482421875}, {"start": 2697.78, "end": 2698.04, "word": " design", "probability": 0.9130859375}, {"start": 2698.04, "end": 2698.26, "word": " it?", "probability": 0.93359375}, {"start": 2698.28, "end": 2698.58, "word": " Through", "probability": 0.39111328125}, {"start": 2698.58, "end": 2698.76, "word": " a", "probability": 0.3759765625}, {"start": 2698.76, "end": 2699.1, "word": " selector.", "probability": 0.905029296875}, {"start": 2699.16, "end": 2699.24, "word": " We", "probability": 0.91259765625}, {"start": 2699.24, "end": 2699.4, "word": " took", "probability": 0.69140625}, {"start": 2699.4, "end": 2699.6, "word": " the", "probability": 0.8193359375}, {"start": 2699.6, "end": 2699.92, "word": " selector.", "probability": 0.909912109375}, {"start": 2699.96, "end": 2700.02, "word": " Do", "probability": 0.82275390625}, {"start": 2700.02, "end": 2700.02, "word": " you", "probability": 0.97314453125}, {"start": 2700.02, "end": 2700.28, "word": " remember?", "probability": 0.8779296875}], "temperature": 1.0}, {"id": 101, "seek": 273104, "start": 2701.64, "end": 2731.04, "text": " When we press the button, it turns blue and when we press it again, it turns blue again. So where does this go? We used to do it inside drawable. We used to do the new drawable resource. What do we call it for example? Recycler view selector. Okay? This is the selector. Now, we want to give it an item. We used to call it state breast. Which means when I press it.", "tokens": [1133, 321, 1886, 264, 2960, 11, 309, 4523, 3344, 293, 562, 321, 1886, 309, 797, 11, 309, 4523, 3344, 797, 13, 407, 689, 775, 341, 352, 30, 492, 1143, 281, 360, 309, 1854, 2642, 712, 13, 492, 1143, 281, 360, 264, 777, 2642, 712, 7684, 13, 708, 360, 321, 818, 309, 337, 1365, 30, 1300, 1344, 66, 1918, 1910, 23264, 1672, 13, 1033, 30, 639, 307, 264, 23264, 1672, 13, 823, 11, 321, 528, 281, 976, 309, 364, 3174, 13, 492, 1143, 281, 818, 309, 1785, 9934, 13, 3013, 1355, 562, 286, 1886, 309, 13], "avg_logprob": -0.5097656386593977, "compression_ratio": 1.7345971563981042, "no_speech_prob": 0.0, "words": [{"start": 2701.64, "end": 2701.9, "word": " When", "probability": 0.263427734375}, {"start": 2701.9, "end": 2702.24, "word": " we", "probability": 0.61865234375}, {"start": 2702.24, "end": 2702.24, "word": " press", "probability": 0.215087890625}, {"start": 2702.24, "end": 2702.26, "word": " the", "probability": 0.461181640625}, {"start": 2702.26, "end": 2702.58, "word": " button,", "probability": 0.8037109375}, {"start": 2703.34, "end": 2703.42, "word": " it", "probability": 0.66796875}, {"start": 2703.42, "end": 2703.54, "word": " turns", "probability": 0.10955810546875}, {"start": 2703.54, "end": 2703.86, "word": " blue", "probability": 0.2578125}, {"start": 2703.86, "end": 2704.32, "word": " and", "probability": 0.397216796875}, {"start": 2704.32, "end": 2704.46, "word": " when", "probability": 0.32763671875}, {"start": 2704.46, "end": 2704.48, "word": " we", "probability": 0.837890625}, {"start": 2704.48, "end": 2704.64, "word": " press", "probability": 0.25634765625}, {"start": 2704.64, "end": 2704.84, "word": " it", "probability": 0.517578125}, {"start": 2704.84, "end": 2704.84, "word": " again,", "probability": 0.5087890625}, {"start": 2705.22, "end": 2705.22, "word": " it", "probability": 0.89306640625}, {"start": 2705.22, "end": 2705.22, "word": " turns", "probability": 0.6767578125}, {"start": 2705.22, "end": 2705.38, "word": " blue", "probability": 0.57861328125}, {"start": 2705.38, "end": 2706.1, "word": " again.", "probability": 0.468017578125}, {"start": 2706.78, "end": 2707.34, "word": " So", "probability": 0.3974609375}, {"start": 2707.34, "end": 2707.62, "word": " where", "probability": 0.1883544921875}, {"start": 2707.62, "end": 2707.74, "word": " does", "probability": 0.18212890625}, {"start": 2707.74, "end": 2707.76, "word": " this", "probability": 0.63037109375}, {"start": 2707.76, "end": 2707.76, "word": " go?", "probability": 0.583984375}, {"start": 2708.06, "end": 2708.3, "word": " We", "probability": 0.482666015625}, {"start": 2708.3, "end": 2708.3, "word": " used", "probability": 0.4560546875}, {"start": 2708.3, "end": 2708.38, "word": " to", "probability": 0.97021484375}, {"start": 2708.38, "end": 2708.52, "word": " do", "probability": 0.33349609375}, {"start": 2708.52, "end": 2708.64, "word": " it", "probability": 0.46533203125}, {"start": 2708.64, "end": 2708.8, "word": " inside", "probability": 0.429931640625}, {"start": 2708.8, "end": 2709.3, "word": " drawable.", "probability": 0.599609375}, {"start": 2710.3, "end": 2710.86, "word": " We", "probability": 0.81396484375}, {"start": 2710.86, "end": 2710.86, "word": " used", "probability": 0.81005859375}, {"start": 2710.86, "end": 2710.98, "word": " to", "probability": 0.96875}, {"start": 2710.98, "end": 2711.22, "word": " do", "probability": 0.69775390625}, {"start": 2711.22, "end": 2711.5, "word": " the", "probability": 0.564453125}, {"start": 2711.5, "end": 2712.12, "word": " new", "probability": 0.80078125}, {"start": 2712.12, "end": 2712.52, "word": " drawable", "probability": 0.913330078125}, {"start": 2712.52, "end": 2713.04, "word": " resource.", "probability": 0.9501953125}, {"start": 2714.02, "end": 2714.3, "word": " What", "probability": 0.6875}, {"start": 2714.3, "end": 2714.4, "word": " do", "probability": 0.52685546875}, {"start": 2714.4, "end": 2714.46, "word": " we", "probability": 0.87548828125}, {"start": 2714.46, "end": 2714.66, "word": " call", "probability": 0.77392578125}, {"start": 2714.66, "end": 2714.8, "word": " it", "probability": 0.82080078125}, {"start": 2714.8, "end": 2714.9, "word": " for", "probability": 0.4697265625}, {"start": 2714.9, "end": 2715.08, "word": " example?", "probability": 0.95068359375}, {"start": 2715.64, "end": 2716.2, "word": " Recycler", "probability": 0.8399658203125}, {"start": 2716.2, "end": 2716.54, "word": " view", "probability": 0.486572265625}, {"start": 2716.54, "end": 2717.24, "word": " selector.", "probability": 0.910888671875}, {"start": 2720.72, "end": 2721.28, "word": " Okay?", "probability": 0.32568359375}, {"start": 2721.66, "end": 2722.1, "word": " This", "probability": 0.74951171875}, {"start": 2722.1, "end": 2722.2, "word": " is", "probability": 0.93896484375}, {"start": 2722.2, "end": 2722.36, "word": " the", "probability": 0.8935546875}, {"start": 2722.36, "end": 2722.72, "word": " selector.", "probability": 0.90771484375}, {"start": 2723.16, "end": 2723.56, "word": " Now,", "probability": 0.93408203125}, {"start": 2724.12, "end": 2724.36, "word": " we", "probability": 0.66943359375}, {"start": 2724.36, "end": 2724.48, "word": " want", "probability": 0.51171875}, {"start": 2724.48, "end": 2724.54, "word": " to", "probability": 0.96435546875}, {"start": 2724.54, "end": 2724.74, "word": " give", "probability": 0.7607421875}, {"start": 2724.74, "end": 2724.94, "word": " it", "probability": 0.231689453125}, {"start": 2724.94, "end": 2725.46, "word": " an", "probability": 0.5322265625}, {"start": 2725.46, "end": 2725.94, "word": " item.", "probability": 0.9228515625}, {"start": 2727.1, "end": 2727.66, "word": " We", "probability": 0.69384765625}, {"start": 2727.66, "end": 2727.82, "word": " used", "probability": 0.68408203125}, {"start": 2727.82, "end": 2727.9, "word": " to", "probability": 0.9736328125}, {"start": 2727.9, "end": 2728.1, "word": " call", "probability": 0.67431640625}, {"start": 2728.1, "end": 2728.42, "word": " it", "probability": 0.91748046875}, {"start": 2728.42, "end": 2728.92, "word": " state", "probability": 0.77880859375}, {"start": 2728.92, "end": 2729.36, "word": " breast.", "probability": 0.52001953125}, {"start": 2729.86, "end": 2730.1, "word": " Which", "probability": 0.1787109375}, {"start": 2730.1, "end": 2730.1, "word": " means", "probability": 0.82958984375}, {"start": 2730.1, "end": 2730.22, "word": " when", "probability": 0.4404296875}, {"start": 2730.22, "end": 2730.42, "word": " I", "probability": 0.87255859375}, {"start": 2730.42, "end": 2730.66, "word": " press", "probability": 0.5166015625}, {"start": 2730.66, "end": 2731.04, "word": " it.", "probability": 0.76953125}], "temperature": 1.0}, {"id": 102, "seek": 275601, "start": 2733.07, "end": 2756.01, "text": "In the past, when we were doing a steady breast, we would go inside the item and type shape, right? Isn't that how we used to do it? Did you get it? When I tell him, if it's a breast, come here and do what? Drawable, what does this line mean? It means that when I press the breast, it will take from the drawable here", "tokens": [4575, 264, 1791, 11, 562, 321, 645, 884, 257, 13211, 9934, 11, 321, 576, 352, 1854, 264, 3174, 293, 2010, 3909, 11, 558, 30, 6998, 380, 300, 577, 321, 1143, 281, 360, 309, 30, 2589, 291, 483, 309, 30, 1133, 286, 980, 796, 11, 498, 309, 311, 257, 9934, 11, 808, 510, 293, 360, 437, 30, 20386, 712, 11, 437, 775, 341, 1622, 914, 30, 467, 1355, 300, 562, 286, 1886, 264, 9934, 11, 309, 486, 747, 490, 264, 2642, 712, 510], "avg_logprob": -0.5636295252535717, "compression_ratio": 1.601010101010101, "no_speech_prob": 0.0, "words": [{"start": 2733.0699999999997, "end": 2733.47, "word": "In", "probability": 0.059112548828125}, {"start": 2733.47, "end": 2733.63, "word": " the", "probability": 0.78466796875}, {"start": 2733.63, "end": 2733.79, "word": " past,", "probability": 0.68798828125}, {"start": 2734.45, "end": 2734.61, "word": " when", "probability": 0.51513671875}, {"start": 2734.61, "end": 2734.97, "word": " we", "probability": 0.75390625}, {"start": 2734.97, "end": 2734.97, "word": " were", "probability": 0.1639404296875}, {"start": 2734.97, "end": 2735.11, "word": " doing", "probability": 0.3212890625}, {"start": 2735.11, "end": 2735.29, "word": " a", "probability": 0.2091064453125}, {"start": 2735.29, "end": 2735.43, "word": " steady", "probability": 0.6796875}, {"start": 2735.43, "end": 2735.73, "word": " breast,", "probability": 0.7470703125}, {"start": 2735.87, "end": 2736.09, "word": " we", "probability": 0.75439453125}, {"start": 2736.09, "end": 2736.27, "word": " would", "probability": 0.35205078125}, {"start": 2736.27, "end": 2736.27, "word": " go", "probability": 0.1512451171875}, {"start": 2736.27, "end": 2736.55, "word": " inside", "probability": 0.4931640625}, {"start": 2736.55, "end": 2736.69, "word": " the", "probability": 0.73828125}, {"start": 2736.69, "end": 2737.01, "word": " item", "probability": 0.9072265625}, {"start": 2737.01, "end": 2737.15, "word": " and", "probability": 0.8349609375}, {"start": 2737.15, "end": 2737.45, "word": " type", "probability": 0.253662109375}, {"start": 2737.45, "end": 2739.67, "word": " shape,", "probability": 0.68359375}, {"start": 2739.77, "end": 2740.25, "word": " right?", "probability": 0.5810546875}, {"start": 2740.35, "end": 2740.43, "word": " Isn't", "probability": 0.5645751953125}, {"start": 2740.43, "end": 2740.55, "word": " that", "probability": 0.5244140625}, {"start": 2740.55, "end": 2740.61, "word": " how", "probability": 0.52978515625}, {"start": 2740.61, "end": 2740.79, "word": " we", "probability": 0.85400390625}, {"start": 2740.79, "end": 2740.79, "word": " used", "probability": 0.358642578125}, {"start": 2740.79, "end": 2740.81, "word": " to", "probability": 0.9755859375}, {"start": 2740.81, "end": 2741.01, "word": " do", "probability": 0.94140625}, {"start": 2741.01, "end": 2741.09, "word": " it?", "probability": 0.76806640625}, {"start": 2741.53, "end": 2741.69, "word": " Did", "probability": 0.27294921875}, {"start": 2741.69, "end": 2741.69, "word": " you", "probability": 0.90380859375}, {"start": 2741.69, "end": 2742.01, "word": " get", "probability": 0.2529296875}, {"start": 2742.01, "end": 2742.07, "word": " it?", "probability": 0.896484375}, {"start": 2742.43, "end": 2742.83, "word": " When", "probability": 0.76123046875}, {"start": 2742.83, "end": 2742.93, "word": " I", "probability": 0.79638671875}, {"start": 2742.93, "end": 2743.05, "word": " tell", "probability": 0.433349609375}, {"start": 2743.05, "end": 2743.15, "word": " him,", "probability": 0.63720703125}, {"start": 2743.17, "end": 2743.27, "word": " if", "probability": 0.55517578125}, {"start": 2743.27, "end": 2743.55, "word": " it's", "probability": 0.404296875}, {"start": 2743.55, "end": 2743.69, "word": " a", "probability": 0.62841796875}, {"start": 2743.69, "end": 2744.01, "word": " breast,", "probability": 0.935546875}, {"start": 2744.37, "end": 2744.53, "word": " come", "probability": 0.72509765625}, {"start": 2744.53, "end": 2744.95, "word": " here", "probability": 0.72802734375}, {"start": 2744.95, "end": 2745.09, "word": " and", "probability": 0.91845703125}, {"start": 2745.09, "end": 2745.39, "word": " do", "probability": 0.62158203125}, {"start": 2745.39, "end": 2745.73, "word": " what?", "probability": 0.453369140625}, {"start": 2748.11, "end": 2748.51, "word": " Drawable,", "probability": 0.6585693359375}, {"start": 2748.63, "end": 2749.11, "word": " what", "probability": 0.309326171875}, {"start": 2749.11, "end": 2749.11, "word": " does", "probability": 0.4189453125}, {"start": 2749.11, "end": 2749.75, "word": " this", "probability": 0.68310546875}, {"start": 2749.75, "end": 2749.93, "word": " line", "probability": 0.75732421875}, {"start": 2749.93, "end": 2750.13, "word": " mean?", "probability": 0.77099609375}, {"start": 2750.67, "end": 2751.07, "word": " It", "probability": 0.54638671875}, {"start": 2751.07, "end": 2751.31, "word": " means", "probability": 0.93896484375}, {"start": 2751.31, "end": 2751.99, "word": " that", "probability": 0.49365234375}, {"start": 2751.99, "end": 2752.15, "word": " when", "probability": 0.876953125}, {"start": 2752.15, "end": 2752.33, "word": " I", "probability": 0.96533203125}, {"start": 2752.33, "end": 2752.51, "word": " press", "probability": 0.66796875}, {"start": 2752.51, "end": 2752.71, "word": " the", "probability": 0.341064453125}, {"start": 2752.71, "end": 2753.09, "word": " breast,", "probability": 0.9248046875}, {"start": 2753.59, "end": 2753.81, "word": " it", "probability": 0.75439453125}, {"start": 2753.81, "end": 2753.83, "word": " will", "probability": 0.64501953125}, {"start": 2753.83, "end": 2754.13, "word": " take", "probability": 0.6591796875}, {"start": 2754.13, "end": 2754.45, "word": " from", "probability": 0.365478515625}, {"start": 2754.45, "end": 2755.35, "word": " the", "probability": 0.6689453125}, {"start": 2755.35, "end": 2755.73, "word": " drawable", "probability": 0.951904296875}, {"start": 2755.73, "end": 2756.01, "word": " here", "probability": 0.451171875}], "temperature": 1.0}, {"id": 103, "seek": 278612, "start": 2758.34, "end": 2786.12, "text": " Or I can call it color, simply color, color, accent Go get the color So when the state becomes breast, it will execute the meme to draw with guidance Are you with me or not? In the past, we used to make the state breast and inside the item we used to design a shape Okay? Now we can say, let's make an arrangement, I can design the shape in an external file", "tokens": [1610, 286, 393, 818, 309, 2017, 11, 2935, 2017, 11, 2017, 11, 11982, 1037, 483, 264, 2017, 407, 562, 264, 1785, 3643, 9934, 11, 309, 486, 14483, 264, 21701, 281, 2642, 365, 10056, 2014, 291, 365, 385, 420, 406, 30, 682, 264, 1791, 11, 321, 1143, 281, 652, 264, 1785, 9934, 293, 1854, 264, 3174, 321, 1143, 281, 1715, 257, 3909, 1033, 30, 823, 321, 393, 584, 11, 718, 311, 652, 364, 17620, 11, 286, 393, 1715, 264, 3909, 294, 364, 8320, 3991], "avg_logprob": -0.6086309729587465, "compression_ratio": 1.6651162790697673, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2758.34, "end": 2758.86, "word": " Or", "probability": 0.345458984375}, {"start": 2758.86, "end": 2759.38, "word": " I", "probability": 0.71826171875}, {"start": 2759.38, "end": 2759.54, "word": " can", "probability": 0.74267578125}, {"start": 2759.54, "end": 2759.74, "word": " call", "probability": 0.1466064453125}, {"start": 2759.74, "end": 2759.8, "word": " it", "probability": 0.8525390625}, {"start": 2759.8, "end": 2760.14, "word": " color,", "probability": 0.488525390625}, {"start": 2760.5, "end": 2760.84, "word": " simply", "probability": 0.47216796875}, {"start": 2760.84, "end": 2761.96, "word": " color,", "probability": 0.219482421875}, {"start": 2762.14, "end": 2762.32, "word": " color,", "probability": 0.814453125}, {"start": 2762.46, "end": 2762.94, "word": " accent", "probability": 0.9052734375}, {"start": 2762.94, "end": 2764.14, "word": " Go", "probability": 0.2939453125}, {"start": 2764.14, "end": 2764.32, "word": " get", "probability": 0.47509765625}, {"start": 2764.32, "end": 2764.52, "word": " the", "probability": 0.278564453125}, {"start": 2764.52, "end": 2764.56, "word": " color", "probability": 0.84130859375}, {"start": 2764.56, "end": 2765.52, "word": " So", "probability": 0.2880859375}, {"start": 2765.52, "end": 2765.88, "word": " when", "probability": 0.671875}, {"start": 2765.88, "end": 2766.38, "word": " the", "probability": 0.431640625}, {"start": 2766.38, "end": 2766.82, "word": " state", "probability": 0.92822265625}, {"start": 2766.82, "end": 2766.94, "word": " becomes", "probability": 0.40966796875}, {"start": 2766.94, "end": 2767.32, "word": " breast,", "probability": 0.2264404296875}, {"start": 2768.46, "end": 2768.64, "word": " it", "probability": 0.4033203125}, {"start": 2768.64, "end": 2768.68, "word": " will", "probability": 0.591796875}, {"start": 2768.68, "end": 2769.04, "word": " execute", "probability": 0.1473388671875}, {"start": 2769.04, "end": 2769.76, "word": " the", "probability": 0.58251953125}, {"start": 2769.76, "end": 2769.76, "word": " meme", "probability": 0.385009765625}, {"start": 2769.76, "end": 2770.12, "word": " to", "probability": 0.2130126953125}, {"start": 2770.12, "end": 2770.3, "word": " draw", "probability": 0.48828125}, {"start": 2770.3, "end": 2771.52, "word": " with", "probability": 0.352783203125}, {"start": 2771.52, "end": 2771.82, "word": " guidance", "probability": 0.68798828125}, {"start": 2771.82, "end": 2773.06, "word": " Are", "probability": 0.345458984375}, {"start": 2773.06, "end": 2773.12, "word": " you", "probability": 0.93505859375}, {"start": 2773.12, "end": 2773.28, "word": " with", "probability": 0.7470703125}, {"start": 2773.28, "end": 2773.36, "word": " me", "probability": 0.95556640625}, {"start": 2773.36, "end": 2773.44, "word": " or", "probability": 0.71533203125}, {"start": 2773.44, "end": 2773.56, "word": " not?", "probability": 0.90673828125}, {"start": 2774.0, "end": 2774.4, "word": " In", "probability": 0.3798828125}, {"start": 2774.4, "end": 2774.54, "word": " the", "probability": 0.87060546875}, {"start": 2774.54, "end": 2774.68, "word": " past,", "probability": 0.7900390625}, {"start": 2774.78, "end": 2774.98, "word": " we", "probability": 0.80615234375}, {"start": 2774.98, "end": 2775.0, "word": " used", "probability": 0.70263671875}, {"start": 2775.0, "end": 2775.0, "word": " to", "probability": 0.96875}, {"start": 2775.0, "end": 2775.26, "word": " make", "probability": 0.50537109375}, {"start": 2775.26, "end": 2775.62, "word": " the", "probability": 0.3212890625}, {"start": 2775.62, "end": 2775.9, "word": " state", "probability": 0.9384765625}, {"start": 2775.9, "end": 2776.26, "word": " breast", "probability": 0.7470703125}, {"start": 2776.26, "end": 2777.56, "word": " and", "probability": 0.468994140625}, {"start": 2777.56, "end": 2777.74, "word": " inside", "probability": 0.76953125}, {"start": 2777.74, "end": 2777.92, "word": " the", "probability": 0.85107421875}, {"start": 2777.92, "end": 2778.28, "word": " item", "probability": 0.92041015625}, {"start": 2778.28, "end": 2778.5, "word": " we", "probability": 0.56396484375}, {"start": 2778.5, "end": 2778.56, "word": " used", "probability": 0.25927734375}, {"start": 2778.56, "end": 2778.56, "word": " to", "probability": 0.95458984375}, {"start": 2778.56, "end": 2778.82, "word": " design", "probability": 0.7998046875}, {"start": 2778.82, "end": 2779.58, "word": " a", "probability": 0.258056640625}, {"start": 2779.58, "end": 2779.94, "word": " shape", "probability": 0.91845703125}, {"start": 2779.94, "end": 2781.44, "word": " Okay?", "probability": 0.1634521484375}, {"start": 2782.12, "end": 2782.4, "word": " Now", "probability": 0.7685546875}, {"start": 2782.4, "end": 2782.56, "word": " we", "probability": 0.362548828125}, {"start": 2782.56, "end": 2782.72, "word": " can", "probability": 0.9189453125}, {"start": 2782.72, "end": 2783.0, "word": " say,", "probability": 0.5078125}, {"start": 2783.28, "end": 2783.82, "word": " let's", "probability": 0.881591796875}, {"start": 2783.82, "end": 2783.98, "word": " make", "probability": 0.58203125}, {"start": 2783.98, "end": 2784.18, "word": " an", "probability": 0.360107421875}, {"start": 2784.18, "end": 2784.4, "word": " arrangement,", "probability": 0.61962890625}, {"start": 2784.52, "end": 2785.02, "word": " I", "probability": 0.76708984375}, {"start": 2785.02, "end": 2785.12, "word": " can", "probability": 0.89697265625}, {"start": 2785.12, "end": 2785.34, "word": " design", "probability": 0.95654296875}, {"start": 2785.34, "end": 2785.34, "word": " the", "probability": 0.7734375}, {"start": 2785.34, "end": 2785.34, "word": " shape", "probability": 0.921875}, {"start": 2785.34, "end": 2785.6, "word": " in", "probability": 0.54052734375}, {"start": 2785.6, "end": 2786.06, "word": " an", "probability": 0.58837890625}, {"start": 2786.06, "end": 2786.12, "word": " external", "probability": 0.6318359375}, {"start": 2786.12, "end": 2786.12, "word": " file", "probability": 0.837890625}], "temperature": 1.0}, {"id": 104, "seek": 281566, "start": 2787.04, "end": 2815.66, "text": " And I tell him here, at drawable, I bring my shape. So that there is not too much work here. Or I tell him to simply take a different color. Because when it is pressed, it takes the color. Okay, but this still has a problem. Because if it was not pressed, what will it do? The element will disappear. So I want to tell him, did you find an item in the normal state? Notice that I did not put a state.", "tokens": [400, 286, 980, 796, 510, 11, 412, 2642, 712, 11, 286, 1565, 452, 3909, 13, 407, 300, 456, 307, 406, 886, 709, 589, 510, 13, 1610, 286, 980, 796, 281, 2935, 747, 257, 819, 2017, 13, 1436, 562, 309, 307, 17355, 11, 309, 2516, 264, 2017, 13, 1033, 11, 457, 341, 920, 575, 257, 1154, 13, 1436, 498, 309, 390, 406, 17355, 11, 437, 486, 309, 360, 30, 440, 4478, 486, 11596, 13, 407, 286, 528, 281, 980, 796, 11, 630, 291, 915, 364, 3174, 294, 264, 2710, 1785, 30, 13428, 300, 286, 630, 406, 829, 257, 1785, 13], "avg_logprob": -0.45937500447034835, "compression_ratio": 1.6708333333333334, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2787.04, "end": 2787.26, "word": " And", "probability": 0.26513671875}, {"start": 2787.26, "end": 2787.32, "word": " I", "probability": 0.5556640625}, {"start": 2787.32, "end": 2787.46, "word": " tell", "probability": 0.172119140625}, {"start": 2787.46, "end": 2787.54, "word": " him", "probability": 0.4775390625}, {"start": 2787.54, "end": 2788.24, "word": " here,", "probability": 0.56494140625}, {"start": 2788.34, "end": 2788.6, "word": " at", "probability": 0.802734375}, {"start": 2788.6, "end": 2789.2, "word": " drawable,", "probability": 0.863037109375}, {"start": 2789.3, "end": 2789.36, "word": " I", "probability": 0.6083984375}, {"start": 2789.36, "end": 2789.46, "word": " bring", "probability": 0.38818359375}, {"start": 2789.46, "end": 2789.6, "word": " my", "probability": 0.7236328125}, {"start": 2789.6, "end": 2789.82, "word": " shape.", "probability": 0.86181640625}, {"start": 2791.1, "end": 2791.46, "word": " So", "probability": 0.215087890625}, {"start": 2791.46, "end": 2791.78, "word": " that", "probability": 0.4892578125}, {"start": 2791.78, "end": 2791.96, "word": " there", "probability": 0.66796875}, {"start": 2791.96, "end": 2792.08, "word": " is", "probability": 0.486083984375}, {"start": 2792.08, "end": 2792.08, "word": " not", "probability": 0.71044921875}, {"start": 2792.08, "end": 2792.72, "word": " too", "probability": 0.354736328125}, {"start": 2792.72, "end": 2792.72, "word": " much", "probability": 0.8720703125}, {"start": 2792.72, "end": 2793.28, "word": " work", "probability": 0.8447265625}, {"start": 2793.28, "end": 2793.78, "word": " here.", "probability": 0.490478515625}, {"start": 2794.4, "end": 2794.76, "word": " Or", "probability": 0.9287109375}, {"start": 2794.76, "end": 2795.62, "word": " I", "probability": 0.7333984375}, {"start": 2795.62, "end": 2795.82, "word": " tell", "probability": 0.48779296875}, {"start": 2795.82, "end": 2795.92, "word": " him", "probability": 0.92724609375}, {"start": 2795.92, "end": 2796.3, "word": " to", "probability": 0.449951171875}, {"start": 2796.3, "end": 2796.68, "word": " simply", "probability": 0.43115234375}, {"start": 2796.68, "end": 2796.72, "word": " take", "probability": 0.457763671875}, {"start": 2796.72, "end": 2797.28, "word": " a", "probability": 0.76953125}, {"start": 2797.28, "end": 2797.48, "word": " different", "probability": 0.64599609375}, {"start": 2797.48, "end": 2797.48, "word": " color.", "probability": 0.80908203125}, {"start": 2798.32, "end": 2798.46, "word": " Because", "probability": 0.2169189453125}, {"start": 2798.46, "end": 2798.6, "word": " when", "probability": 0.85400390625}, {"start": 2798.6, "end": 2798.72, "word": " it", "probability": 0.44189453125}, {"start": 2798.72, "end": 2798.76, "word": " is", "probability": 0.435546875}, {"start": 2798.76, "end": 2799.08, "word": " pressed,", "probability": 0.463134765625}, {"start": 2799.42, "end": 2799.68, "word": " it", "probability": 0.55322265625}, {"start": 2799.68, "end": 2799.76, "word": " takes", "probability": 0.38671875}, {"start": 2799.76, "end": 2799.92, "word": " the", "probability": 0.499267578125}, {"start": 2799.92, "end": 2800.1, "word": " color.", "probability": 0.77490234375}, {"start": 2802.0, "end": 2802.36, "word": " Okay,", "probability": 0.366455078125}, {"start": 2802.44, "end": 2802.58, "word": " but", "probability": 0.8994140625}, {"start": 2802.58, "end": 2802.76, "word": " this", "probability": 0.33349609375}, {"start": 2802.76, "end": 2802.96, "word": " still", "probability": 0.6279296875}, {"start": 2802.96, "end": 2803.1, "word": " has", "probability": 0.93212890625}, {"start": 2803.1, "end": 2803.2, "word": " a", "probability": 0.962890625}, {"start": 2803.2, "end": 2803.46, "word": " problem.", "probability": 0.8388671875}, {"start": 2804.3, "end": 2804.46, "word": " Because", "probability": 0.71875}, {"start": 2804.46, "end": 2804.74, "word": " if", "probability": 0.8115234375}, {"start": 2804.74, "end": 2804.9, "word": " it", "probability": 0.8671875}, {"start": 2804.9, "end": 2805.06, "word": " was", "probability": 0.443359375}, {"start": 2805.06, "end": 2805.12, "word": " not", "probability": 0.94873046875}, {"start": 2805.12, "end": 2805.44, "word": " pressed,", "probability": 0.84619140625}, {"start": 2805.56, "end": 2805.68, "word": " what", "probability": 0.88134765625}, {"start": 2805.68, "end": 2805.76, "word": " will", "probability": 0.460205078125}, {"start": 2805.76, "end": 2805.84, "word": " it", "probability": 0.73974609375}, {"start": 2805.84, "end": 2806.04, "word": " do?", "probability": 0.96484375}, {"start": 2807.12, "end": 2807.48, "word": " The", "probability": 0.69091796875}, {"start": 2807.48, "end": 2807.76, "word": " element", "probability": 0.71630859375}, {"start": 2807.76, "end": 2807.76, "word": " will", "probability": 0.748046875}, {"start": 2807.76, "end": 2807.76, "word": " disappear.", "probability": 0.67431640625}, {"start": 2809.3, "end": 2809.66, "word": " So", "probability": 0.69775390625}, {"start": 2809.66, "end": 2809.78, "word": " I", "probability": 0.8095703125}, {"start": 2809.78, "end": 2809.86, "word": " want", "probability": 0.309326171875}, {"start": 2809.86, "end": 2809.9, "word": " to", "probability": 0.97216796875}, {"start": 2809.9, "end": 2810.0, "word": " tell", "probability": 0.8251953125}, {"start": 2810.0, "end": 2810.08, "word": " him,", "probability": 0.81787109375}, {"start": 2810.1, "end": 2810.2, "word": " did", "probability": 0.416259765625}, {"start": 2810.2, "end": 2810.38, "word": " you", "probability": 0.9052734375}, {"start": 2810.38, "end": 2810.38, "word": " find", "probability": 0.873046875}, {"start": 2810.38, "end": 2810.54, "word": " an", "probability": 0.71484375}, {"start": 2810.54, "end": 2810.9, "word": " item", "probability": 0.96484375}, {"start": 2810.9, "end": 2812.78, "word": " in", "probability": 0.5205078125}, {"start": 2812.78, "end": 2812.86, "word": " the", "probability": 0.515625}, {"start": 2812.86, "end": 2813.44, "word": " normal", "probability": 0.66259765625}, {"start": 2813.44, "end": 2813.44, "word": " state?", "probability": 0.7216796875}, {"start": 2814.38, "end": 2814.7, "word": " Notice", "probability": 0.8076171875}, {"start": 2814.7, "end": 2814.82, "word": " that", "probability": 0.484130859375}, {"start": 2814.82, "end": 2814.84, "word": " I", "probability": 0.796875}, {"start": 2814.84, "end": 2814.88, "word": " did", "probability": 0.77783203125}, {"start": 2814.88, "end": 2814.88, "word": " not", "probability": 0.9453125}, {"start": 2814.88, "end": 2815.16, "word": " put", "probability": 0.7177734375}, {"start": 2815.16, "end": 2815.36, "word": " a", "probability": 0.402587890625}, {"start": 2815.36, "end": 2815.66, "word": " state.", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 105, "seek": 284441, "start": 2816.47, "end": 2844.41, "text": " What does not have a state? There is no specific action. Go and fill the Android color transparent. This is a small trick. What is transparent? Transparent. It does not cover anything. Put a transparent color on it. When he puts a transparent color on it, what will you get? You will get the same element. When there is nothing on it,", "tokens": [708, 775, 406, 362, 257, 1785, 30, 821, 307, 572, 2685, 3069, 13, 1037, 293, 2836, 264, 8853, 2017, 12737, 13, 639, 307, 257, 1359, 4282, 13, 708, 307, 12737, 30, 6531, 38321, 13, 467, 775, 406, 2060, 1340, 13, 4935, 257, 12737, 2017, 322, 309, 13, 1133, 415, 8137, 257, 12737, 2017, 322, 309, 11, 437, 486, 291, 483, 30, 509, 486, 483, 264, 912, 4478, 13, 1133, 456, 307, 1825, 322, 309, 11], "avg_logprob": -0.5213815522821326, "compression_ratio": 1.7447916666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2816.47, "end": 2816.75, "word": " What", "probability": 0.2242431640625}, {"start": 2816.75, "end": 2816.83, "word": " does", "probability": 0.20849609375}, {"start": 2816.83, "end": 2816.87, "word": " not", "probability": 0.576171875}, {"start": 2816.87, "end": 2817.09, "word": " have", "probability": 0.2509765625}, {"start": 2817.09, "end": 2817.27, "word": " a", "probability": 0.6943359375}, {"start": 2817.27, "end": 2817.63, "word": " state?", "probability": 0.86279296875}, {"start": 2818.43, "end": 2818.99, "word": " There", "probability": 0.239013671875}, {"start": 2818.99, "end": 2819.33, "word": " is", "probability": 0.85986328125}, {"start": 2819.33, "end": 2819.41, "word": " no", "probability": 0.8056640625}, {"start": 2819.41, "end": 2819.55, "word": " specific", "probability": 0.34619140625}, {"start": 2819.55, "end": 2820.75, "word": " action.", "probability": 0.953125}, {"start": 2821.15, "end": 2821.71, "word": " Go", "probability": 0.67431640625}, {"start": 2821.71, "end": 2821.85, "word": " and", "probability": 0.513671875}, {"start": 2821.85, "end": 2822.13, "word": " fill", "probability": 0.53173828125}, {"start": 2822.13, "end": 2822.49, "word": " the", "probability": 0.5185546875}, {"start": 2822.49, "end": 2824.79, "word": " Android", "probability": 0.31201171875}, {"start": 2824.79, "end": 2825.53, "word": " color", "probability": 0.599609375}, {"start": 2825.53, "end": 2827.51, "word": " transparent.", "probability": 0.25390625}, {"start": 2828.45, "end": 2829.01, "word": " This", "probability": 0.603515625}, {"start": 2829.01, "end": 2829.09, "word": " is", "probability": 0.92236328125}, {"start": 2829.09, "end": 2829.13, "word": " a", "probability": 0.94189453125}, {"start": 2829.13, "end": 2829.13, "word": " small", "probability": 0.61962890625}, {"start": 2829.13, "end": 2829.53, "word": " trick.", "probability": 0.85888671875}, {"start": 2831.01, "end": 2831.33, "word": " What", "probability": 0.79345703125}, {"start": 2831.33, "end": 2831.41, "word": " is", "probability": 0.72607421875}, {"start": 2831.41, "end": 2831.87, "word": " transparent?", "probability": 0.7451171875}, {"start": 2832.97, "end": 2833.41, "word": " Transparent.", "probability": 0.802490234375}, {"start": 2834.17, "end": 2834.55, "word": " It", "probability": 0.26416015625}, {"start": 2834.55, "end": 2834.65, "word": " does", "probability": 0.353759765625}, {"start": 2834.65, "end": 2834.65, "word": " not", "probability": 0.9443359375}, {"start": 2834.65, "end": 2834.91, "word": " cover", "probability": 0.65869140625}, {"start": 2834.91, "end": 2835.41, "word": " anything.", "probability": 0.5400390625}, {"start": 2835.77, "end": 2836.33, "word": " Put", "probability": 0.264892578125}, {"start": 2836.33, "end": 2836.65, "word": " a", "probability": 0.53515625}, {"start": 2836.65, "end": 2837.79, "word": " transparent", "probability": 0.77587890625}, {"start": 2837.79, "end": 2837.79, "word": " color", "probability": 0.8603515625}, {"start": 2837.79, "end": 2837.89, "word": " on", "probability": 0.74462890625}, {"start": 2837.89, "end": 2837.89, "word": " it.", "probability": 0.8837890625}, {"start": 2838.01, "end": 2838.11, "word": " When", "probability": 0.490234375}, {"start": 2838.11, "end": 2838.21, "word": " he", "probability": 0.293701171875}, {"start": 2838.21, "end": 2838.37, "word": " puts", "probability": 0.67578125}, {"start": 2838.37, "end": 2838.53, "word": " a", "probability": 0.70556640625}, {"start": 2838.53, "end": 2838.79, "word": " transparent", "probability": 0.86181640625}, {"start": 2838.79, "end": 2838.79, "word": " color", "probability": 0.8408203125}, {"start": 2838.79, "end": 2838.85, "word": " on", "probability": 0.46435546875}, {"start": 2838.85, "end": 2838.85, "word": " it,", "probability": 0.81591796875}, {"start": 2838.93, "end": 2839.01, "word": " what", "probability": 0.84619140625}, {"start": 2839.01, "end": 2839.17, "word": " will", "probability": 0.52783203125}, {"start": 2839.17, "end": 2839.29, "word": " you", "probability": 0.263427734375}, {"start": 2839.29, "end": 2839.29, "word": " get?", "probability": 0.72216796875}, {"start": 2839.99, "end": 2840.55, "word": " You", "probability": 0.386474609375}, {"start": 2840.55, "end": 2840.65, "word": " will", "probability": 0.80615234375}, {"start": 2840.65, "end": 2840.77, "word": " get", "probability": 0.73095703125}, {"start": 2840.77, "end": 2840.91, "word": " the", "probability": 0.84326171875}, {"start": 2840.91, "end": 2840.95, "word": " same", "probability": 0.7060546875}, {"start": 2840.95, "end": 2841.13, "word": " element.", "probability": 0.67041015625}, {"start": 2842.11, "end": 2842.67, "word": " When", "probability": 0.2392578125}, {"start": 2842.67, "end": 2843.47, "word": " there", "probability": 0.81787109375}, {"start": 2843.47, "end": 2843.71, "word": " is", "probability": 0.923828125}, {"start": 2843.71, "end": 2843.73, "word": " nothing", "probability": 0.52197265625}, {"start": 2843.73, "end": 2844.33, "word": " on", "probability": 0.71923828125}, {"start": 2844.33, "end": 2844.41, "word": " it,", "probability": 0.8486328125}], "temperature": 1.0}, {"id": 106, "seek": 287384, "start": 2847.3, "end": 2873.84, "text": " it will cover it with transparent color it will show the same element when you click on it, it will take the background color as what? yes, the accent okay? now, this thing that I did, I did not benefit from it yet, right or not? go to the adapter go to the adapter now, I did not create the view here go to the view and say set background", "tokens": [309, 486, 2060, 309, 365, 12737, 2017, 309, 486, 855, 264, 912, 4478, 562, 291, 2052, 322, 309, 11, 309, 486, 747, 264, 3678, 2017, 382, 437, 30, 2086, 11, 264, 11982, 1392, 30, 586, 11, 341, 551, 300, 286, 630, 11, 286, 630, 406, 5121, 490, 309, 1939, 11, 558, 420, 406, 30, 352, 281, 264, 22860, 352, 281, 264, 22860, 586, 11, 286, 630, 406, 1884, 264, 1910, 510, 352, 281, 264, 1910, 293, 584, 992, 3678], "avg_logprob": -0.5734375223517418, "compression_ratio": 1.780104712041885, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2847.3, "end": 2847.54, "word": " it", "probability": 0.12213134765625}, {"start": 2847.54, "end": 2847.56, "word": " will", "probability": 0.69091796875}, {"start": 2847.56, "end": 2847.78, "word": " cover", "probability": 0.515625}, {"start": 2847.78, "end": 2847.88, "word": " it", "probability": 0.27294921875}, {"start": 2847.88, "end": 2847.94, "word": " with", "probability": 0.7705078125}, {"start": 2847.94, "end": 2848.3, "word": " transparent", "probability": 0.380859375}, {"start": 2848.3, "end": 2848.4, "word": " color", "probability": 0.62353515625}, {"start": 2848.4, "end": 2849.2, "word": " it", "probability": 0.26953125}, {"start": 2849.2, "end": 2849.28, "word": " will", "probability": 0.62255859375}, {"start": 2849.28, "end": 2849.5, "word": " show", "probability": 0.407470703125}, {"start": 2849.5, "end": 2849.64, "word": " the", "probability": 0.70751953125}, {"start": 2849.64, "end": 2849.78, "word": " same", "probability": 0.81787109375}, {"start": 2849.78, "end": 2850.18, "word": " element", "probability": 0.53271484375}, {"start": 2850.18, "end": 2851.24, "word": " when", "probability": 0.70068359375}, {"start": 2851.24, "end": 2851.42, "word": " you", "probability": 0.9228515625}, {"start": 2851.42, "end": 2851.62, "word": " click", "probability": 0.299560546875}, {"start": 2851.62, "end": 2851.82, "word": " on", "probability": 0.84619140625}, {"start": 2851.82, "end": 2852.08, "word": " it,", "probability": 0.91455078125}, {"start": 2852.62, "end": 2853.04, "word": " it", "probability": 0.1448974609375}, {"start": 2853.04, "end": 2854.1, "word": " will", "probability": 0.72802734375}, {"start": 2854.1, "end": 2854.32, "word": " take", "probability": 0.28369140625}, {"start": 2854.32, "end": 2854.64, "word": " the", "probability": 0.449951171875}, {"start": 2854.64, "end": 2854.96, "word": " background", "probability": 0.84521484375}, {"start": 2854.96, "end": 2855.42, "word": " color", "probability": 0.6064453125}, {"start": 2855.42, "end": 2855.42, "word": " as", "probability": 0.269775390625}, {"start": 2855.42, "end": 2855.48, "word": " what?", "probability": 0.2196044921875}, {"start": 2856.3, "end": 2856.74, "word": " yes,", "probability": 0.189697265625}, {"start": 2856.9, "end": 2857.0, "word": " the", "probability": 0.402099609375}, {"start": 2857.0, "end": 2857.36, "word": " accent", "probability": 0.87890625}, {"start": 2857.36, "end": 2858.68, "word": " okay?", "probability": 0.1439208984375}, {"start": 2859.8, "end": 2860.24, "word": " now,", "probability": 0.57177734375}, {"start": 2860.4, "end": 2860.68, "word": " this", "probability": 0.37890625}, {"start": 2860.68, "end": 2860.72, "word": " thing", "probability": 0.29833984375}, {"start": 2860.72, "end": 2860.76, "word": " that", "probability": 0.369384765625}, {"start": 2860.76, "end": 2860.82, "word": " I", "probability": 0.6455078125}, {"start": 2860.82, "end": 2861.02, "word": " did,", "probability": 0.57470703125}, {"start": 2861.18, "end": 2861.3, "word": " I", "probability": 0.88037109375}, {"start": 2861.3, "end": 2861.36, "word": " did", "probability": 0.22314453125}, {"start": 2861.36, "end": 2861.36, "word": " not", "probability": 0.919921875}, {"start": 2861.36, "end": 2861.64, "word": " benefit", "probability": 0.35693359375}, {"start": 2861.64, "end": 2861.88, "word": " from", "probability": 0.81640625}, {"start": 2861.88, "end": 2862.16, "word": " it", "probability": 0.87158203125}, {"start": 2862.16, "end": 2862.18, "word": " yet,", "probability": 0.4794921875}, {"start": 2862.18, "end": 2862.38, "word": " right", "probability": 0.61328125}, {"start": 2862.38, "end": 2862.56, "word": " or", "probability": 0.66064453125}, {"start": 2862.56, "end": 2862.7, "word": " not?", "probability": 0.67333984375}, {"start": 2863.32, "end": 2863.58, "word": " go", "probability": 0.84521484375}, {"start": 2863.58, "end": 2863.76, "word": " to", "probability": 0.93310546875}, {"start": 2863.76, "end": 2863.86, "word": " the", "probability": 0.63916015625}, {"start": 2863.86, "end": 2864.26, "word": " adapter", "probability": 0.71240234375}, {"start": 2864.26, "end": 2866.36, "word": " go", "probability": 0.6689453125}, {"start": 2866.36, "end": 2866.44, "word": " to", "probability": 0.9599609375}, {"start": 2866.44, "end": 2866.54, "word": " the", "probability": 0.8740234375}, {"start": 2866.54, "end": 2866.92, "word": " adapter", "probability": 0.88818359375}, {"start": 2866.92, "end": 2867.54, "word": " now,", "probability": 0.60498046875}, {"start": 2867.62, "end": 2868.0, "word": " I", "probability": 0.529296875}, {"start": 2868.0, "end": 2868.16, "word": " did", "probability": 0.53857421875}, {"start": 2868.16, "end": 2868.36, "word": " not", "probability": 0.93408203125}, {"start": 2868.36, "end": 2868.36, "word": " create", "probability": 0.79150390625}, {"start": 2868.36, "end": 2868.56, "word": " the", "probability": 0.52880859375}, {"start": 2868.56, "end": 2868.78, "word": " view", "probability": 0.85595703125}, {"start": 2868.78, "end": 2869.08, "word": " here", "probability": 0.75537109375}, {"start": 2869.08, "end": 2870.18, "word": " go", "probability": 0.433349609375}, {"start": 2870.18, "end": 2870.38, "word": " to", "probability": 0.9658203125}, {"start": 2870.38, "end": 2870.52, "word": " the", "probability": 0.7470703125}, {"start": 2870.52, "end": 2870.82, "word": " view", "probability": 0.88232421875}, {"start": 2870.82, "end": 2871.7, "word": " and", "probability": 0.78955078125}, {"start": 2871.7, "end": 2872.0, "word": " say", "probability": 0.426513671875}, {"start": 2872.0, "end": 2872.94, "word": " set", "probability": 0.76318359375}, {"start": 2872.94, "end": 2873.84, "word": " background", "probability": 0.90966796875}], "temperature": 1.0}, {"id": 107, "seek": 289888, "start": 2875.4, "end": 2898.88, "text": "I have a background resource that takes an integer. Or there is a drawable background that takes a drawable. You can use any one of them. But if you want to take a drawable, you have to go and say getresources.getdrawable. But if you use this, you always say R.drawable.recyclerviewselector.", "tokens": [40, 362, 257, 3678, 7684, 300, 2516, 364, 24922, 13, 1610, 456, 307, 257, 2642, 712, 3678, 300, 2516, 257, 2642, 712, 13, 509, 393, 764, 604, 472, 295, 552, 13, 583, 498, 291, 528, 281, 747, 257, 2642, 712, 11, 291, 362, 281, 352, 293, 584, 483, 495, 2749, 13, 847, 48848, 712, 13, 583, 498, 291, 764, 341, 11, 291, 1009, 584, 497, 13, 48848, 712, 13, 265, 1344, 66, 1918, 1759, 405, 306, 1672, 13], "avg_logprob": -0.41455697409714326, "compression_ratio": 1.7218934911242603, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2875.4, "end": 2875.88, "word": "I", "probability": 0.1131591796875}, {"start": 2875.88, "end": 2876.28, "word": " have", "probability": 0.69921875}, {"start": 2876.28, "end": 2876.52, "word": " a", "probability": 0.62890625}, {"start": 2876.52, "end": 2876.82, "word": " background", "probability": 0.8232421875}, {"start": 2876.82, "end": 2877.32, "word": " resource", "probability": 0.1683349609375}, {"start": 2877.32, "end": 2877.62, "word": " that", "probability": 0.255859375}, {"start": 2877.62, "end": 2877.98, "word": " takes", "probability": 0.55908203125}, {"start": 2877.98, "end": 2878.7, "word": " an", "probability": 0.1861572265625}, {"start": 2878.7, "end": 2879.48, "word": " integer.", "probability": 0.89013671875}, {"start": 2879.62, "end": 2879.68, "word": " Or", "probability": 0.2431640625}, {"start": 2879.68, "end": 2879.82, "word": " there", "probability": 0.2626953125}, {"start": 2879.82, "end": 2879.82, "word": " is", "probability": 0.73095703125}, {"start": 2879.82, "end": 2880.36, "word": " a", "probability": 0.939453125}, {"start": 2880.36, "end": 2880.76, "word": " drawable", "probability": 0.801025390625}, {"start": 2880.76, "end": 2880.76, "word": " background", "probability": 0.8671875}, {"start": 2880.76, "end": 2880.88, "word": " that", "probability": 0.80908203125}, {"start": 2880.88, "end": 2881.1, "word": " takes", "probability": 0.791015625}, {"start": 2881.1, "end": 2881.52, "word": " a", "probability": 0.51416015625}, {"start": 2881.52, "end": 2882.28, "word": " drawable.", "probability": 0.956298828125}, {"start": 2882.28, "end": 2882.34, "word": " You", "probability": 0.90185546875}, {"start": 2882.34, "end": 2882.5, "word": " can", "probability": 0.91796875}, {"start": 2882.5, "end": 2882.88, "word": " use", "probability": 0.80078125}, {"start": 2882.88, "end": 2883.06, "word": " any", "probability": 0.748046875}, {"start": 2883.06, "end": 2883.24, "word": " one", "probability": 0.61376953125}, {"start": 2883.24, "end": 2883.38, "word": " of", "probability": 0.8349609375}, {"start": 2883.38, "end": 2883.54, "word": " them.", "probability": 0.78564453125}, {"start": 2884.1, "end": 2884.44, "word": " But", "probability": 0.8173828125}, {"start": 2884.44, "end": 2884.6, "word": " if", "probability": 0.85400390625}, {"start": 2884.6, "end": 2884.84, "word": " you", "probability": 0.96484375}, {"start": 2884.84, "end": 2884.84, "word": " want", "probability": 0.77587890625}, {"start": 2884.84, "end": 2884.92, "word": " to", "probability": 0.89599609375}, {"start": 2884.92, "end": 2885.08, "word": " take", "probability": 0.40087890625}, {"start": 2885.08, "end": 2885.16, "word": " a", "probability": 0.72119140625}, {"start": 2885.16, "end": 2885.54, "word": " drawable,", "probability": 0.961669921875}, {"start": 2885.62, "end": 2885.7, "word": " you", "probability": 0.783203125}, {"start": 2885.7, "end": 2885.76, "word": " have", "probability": 0.35791015625}, {"start": 2885.76, "end": 2885.98, "word": " to", "probability": 0.9716796875}, {"start": 2885.98, "end": 2886.0, "word": " go", "probability": 0.392822265625}, {"start": 2886.0, "end": 2886.12, "word": " and", "probability": 0.4658203125}, {"start": 2886.12, "end": 2886.3, "word": " say", "probability": 0.666015625}, {"start": 2886.3, "end": 2888.18, "word": " getresources", "probability": 0.6077473958333334}, {"start": 2888.18, "end": 2889.0, "word": ".getdrawable.", "probability": 0.9078369140625}, {"start": 2889.02, "end": 2889.5, "word": " But", "probability": 0.8291015625}, {"start": 2889.5, "end": 2889.66, "word": " if", "probability": 0.92822265625}, {"start": 2889.66, "end": 2889.74, "word": " you", "probability": 0.8466796875}, {"start": 2889.74, "end": 2890.1, "word": " use", "probability": 0.74462890625}, {"start": 2890.1, "end": 2890.48, "word": " this,", "probability": 0.6962890625}, {"start": 2891.02, "end": 2891.82, "word": " you", "probability": 0.8408203125}, {"start": 2891.82, "end": 2891.88, "word": " always", "probability": 0.1580810546875}, {"start": 2891.88, "end": 2892.24, "word": " say", "probability": 0.7607421875}, {"start": 2892.24, "end": 2892.66, "word": " R", "probability": 0.595703125}, {"start": 2892.66, "end": 2894.22, "word": ".drawable", "probability": 0.8880208333333334}, {"start": 2894.22, "end": 2898.88, "word": ".recyclerviewselector.", "probability": 0.8556857638888888}], "temperature": 1.0}, {"id": 108, "seek": 291499, "start": 2901.11, "end": 2914.99, "text": " Of course, I put this one in uncreate, which is the same element, if the content changes, but the selector remains the same. Even if I reuse it, the selector remains the same. Okay? Let's try this one.", "tokens": [2720, 1164, 11, 286, 829, 341, 472, 294, 6219, 265, 473, 11, 597, 307, 264, 912, 4478, 11, 498, 264, 2701, 2962, 11, 457, 264, 23264, 1672, 7023, 264, 912, 13, 2754, 498, 286, 26225, 309, 11, 264, 23264, 1672, 7023, 264, 912, 13, 1033, 30, 961, 311, 853, 341, 472, 13], "avg_logprob": -0.6126179515190844, "compression_ratio": 1.5303030303030303, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2901.11, "end": 2901.27, "word": " Of", "probability": 0.040252685546875}, {"start": 2901.27, "end": 2901.43, "word": " course,", "probability": 0.8359375}, {"start": 2901.45, "end": 2901.67, "word": " I", "probability": 0.29296875}, {"start": 2901.67, "end": 2902.05, "word": " put", "probability": 0.3740234375}, {"start": 2902.05, "end": 2902.05, "word": " this", "probability": 0.46923828125}, {"start": 2902.05, "end": 2902.05, "word": " one", "probability": 0.252197265625}, {"start": 2902.05, "end": 2902.33, "word": " in", "probability": 0.6318359375}, {"start": 2902.33, "end": 2902.93, "word": " uncreate,", "probability": 0.679443359375}, {"start": 2902.99, "end": 2903.11, "word": " which", "probability": 0.392333984375}, {"start": 2903.11, "end": 2903.39, "word": " is", "probability": 0.74658203125}, {"start": 2903.39, "end": 2903.69, "word": " the", "probability": 0.73876953125}, {"start": 2903.69, "end": 2903.85, "word": " same", "probability": 0.85693359375}, {"start": 2903.85, "end": 2904.27, "word": " element,", "probability": 0.703125}, {"start": 2904.47, "end": 2904.73, "word": " if", "probability": 0.69775390625}, {"start": 2904.73, "end": 2905.13, "word": " the", "probability": 0.364013671875}, {"start": 2905.13, "end": 2905.43, "word": " content", "probability": 0.9189453125}, {"start": 2905.43, "end": 2905.45, "word": " changes,", "probability": 0.368896484375}, {"start": 2905.59, "end": 2905.67, "word": " but", "probability": 0.861328125}, {"start": 2905.67, "end": 2905.79, "word": " the", "probability": 0.446533203125}, {"start": 2905.79, "end": 2906.11, "word": " selector", "probability": 0.732177734375}, {"start": 2906.11, "end": 2906.53, "word": " remains", "probability": 0.322998046875}, {"start": 2906.53, "end": 2907.65, "word": " the", "probability": 0.5380859375}, {"start": 2907.65, "end": 2907.83, "word": " same.", "probability": 0.88134765625}, {"start": 2909.03, "end": 2909.55, "word": " Even", "probability": 0.41748046875}, {"start": 2909.55, "end": 2909.77, "word": " if", "probability": 0.92431640625}, {"start": 2909.77, "end": 2909.83, "word": " I", "probability": 0.79296875}, {"start": 2909.83, "end": 2910.05, "word": " reuse", "probability": 0.26123046875}, {"start": 2910.05, "end": 2910.63, "word": " it,", "probability": 0.81201171875}, {"start": 2911.37, "end": 2911.65, "word": " the", "probability": 0.810546875}, {"start": 2911.65, "end": 2911.97, "word": " selector", "probability": 0.912109375}, {"start": 2911.97, "end": 2912.21, "word": " remains", "probability": 0.405029296875}, {"start": 2912.21, "end": 2912.73, "word": " the", "probability": 0.47216796875}, {"start": 2912.73, "end": 2912.73, "word": " same.", "probability": 0.88671875}, {"start": 2912.95, "end": 2913.07, "word": " Okay?", "probability": 0.283203125}, {"start": 2913.91, "end": 2914.35, "word": " Let's", "probability": 0.624267578125}, {"start": 2914.35, "end": 2914.61, "word": " try", "probability": 0.9140625}, {"start": 2914.61, "end": 2914.95, "word": " this", "probability": 0.81494140625}, {"start": 2914.95, "end": 2914.99, "word": " one.", "probability": 0.671875}], "temperature": 1.0}, {"id": 109, "seek": 297336, "start": 2946.9, "end": 2973.36, "text": " Of course this divide is separate, there is no action on it, okay? So notice that when you click on it, it brings you the selector that you want. Okay guys, there are some things that need coding more than list view, but it is normal, you will do coding more to specialize as you want. There are things that we could not do in the list view, such as horizontally, vertically and grid.", "tokens": [2720, 1164, 341, 9845, 307, 4994, 11, 456, 307, 572, 3069, 322, 309, 11, 1392, 30, 407, 3449, 300, 562, 291, 2052, 322, 309, 11, 309, 5607, 291, 264, 23264, 1672, 300, 291, 528, 13, 1033, 1074, 11, 456, 366, 512, 721, 300, 643, 17720, 544, 813, 1329, 1910, 11, 457, 309, 307, 2710, 11, 291, 486, 360, 17720, 544, 281, 37938, 382, 291, 528, 13, 821, 366, 721, 300, 321, 727, 406, 360, 294, 264, 1329, 1910, 11, 1270, 382, 33796, 11, 28450, 293, 10748, 13], "avg_logprob": -0.4953835288232023, "compression_ratio": 1.7342342342342343, "no_speech_prob": 0.0, "words": [{"start": 2946.9, "end": 2947.12, "word": " Of", "probability": 0.05291748046875}, {"start": 2947.12, "end": 2947.18, "word": " course", "probability": 0.84912109375}, {"start": 2947.18, "end": 2947.3, "word": " this", "probability": 0.316162109375}, {"start": 2947.3, "end": 2947.6, "word": " divide", "probability": 0.413818359375}, {"start": 2947.6, "end": 2947.76, "word": " is", "probability": 0.59375}, {"start": 2947.76, "end": 2948.14, "word": " separate,", "probability": 0.199462890625}, {"start": 2948.26, "end": 2948.34, "word": " there", "probability": 0.265869140625}, {"start": 2948.34, "end": 2948.46, "word": " is", "probability": 0.7548828125}, {"start": 2948.46, "end": 2948.54, "word": " no", "probability": 0.79736328125}, {"start": 2948.54, "end": 2949.44, "word": " action", "probability": 0.91845703125}, {"start": 2949.44, "end": 2949.44, "word": " on", "probability": 0.59228515625}, {"start": 2949.44, "end": 2949.44, "word": " it,", "probability": 0.90625}, {"start": 2949.46, "end": 2949.78, "word": " okay?", "probability": 0.278564453125}, {"start": 2950.32, "end": 2950.5, "word": " So", "probability": 0.57421875}, {"start": 2950.5, "end": 2950.66, "word": " notice", "probability": 0.3544921875}, {"start": 2950.66, "end": 2950.88, "word": " that", "probability": 0.43359375}, {"start": 2950.88, "end": 2951.08, "word": " when", "probability": 0.8427734375}, {"start": 2951.08, "end": 2951.22, "word": " you", "probability": 0.9453125}, {"start": 2951.22, "end": 2951.38, "word": " click", "probability": 0.45263671875}, {"start": 2951.38, "end": 2951.5, "word": " on", "probability": 0.6611328125}, {"start": 2951.5, "end": 2951.64, "word": " it,", "probability": 0.58642578125}, {"start": 2951.72, "end": 2951.76, "word": " it", "probability": 0.6953125}, {"start": 2951.76, "end": 2951.92, "word": " brings", "probability": 0.55029296875}, {"start": 2951.92, "end": 2952.08, "word": " you", "probability": 0.7705078125}, {"start": 2952.08, "end": 2952.34, "word": " the", "probability": 0.473388671875}, {"start": 2952.34, "end": 2952.86, "word": " selector", "probability": 0.81396484375}, {"start": 2952.86, "end": 2953.52, "word": " that", "probability": 0.52685546875}, {"start": 2953.52, "end": 2953.68, "word": " you", "probability": 0.96875}, {"start": 2953.68, "end": 2953.92, "word": " want.", "probability": 0.7734375}, {"start": 2956.94, "end": 2957.38, "word": " Okay", "probability": 0.576171875}, {"start": 2957.38, "end": 2957.8, "word": " guys,", "probability": 0.61572265625}, {"start": 2959.14, "end": 2960.76, "word": " there", "probability": 0.73486328125}, {"start": 2960.76, "end": 2960.9, "word": " are", "probability": 0.90087890625}, {"start": 2960.9, "end": 2961.12, "word": " some", "probability": 0.81103515625}, {"start": 2961.12, "end": 2961.56, "word": " things", "probability": 0.78515625}, {"start": 2961.56, "end": 2961.86, "word": " that", "probability": 0.91064453125}, {"start": 2961.86, "end": 2962.08, "word": " need", "probability": 0.59130859375}, {"start": 2962.08, "end": 2962.46, "word": " coding", "probability": 0.55419921875}, {"start": 2962.46, "end": 2962.8, "word": " more", "probability": 0.92236328125}, {"start": 2962.8, "end": 2963.02, "word": " than", "probability": 0.9423828125}, {"start": 2963.02, "end": 2963.32, "word": " list", "probability": 0.450439453125}, {"start": 2963.32, "end": 2963.58, "word": " view,", "probability": 0.7119140625}, {"start": 2963.8, "end": 2964.0, "word": " but", "probability": 0.8642578125}, {"start": 2964.0, "end": 2964.2, "word": " it", "probability": 0.3662109375}, {"start": 2964.2, "end": 2964.38, "word": " is", "probability": 0.482177734375}, {"start": 2964.38, "end": 2964.38, "word": " normal,", "probability": 0.625}, {"start": 2964.88, "end": 2965.02, "word": " you", "probability": 0.92041015625}, {"start": 2965.02, "end": 2965.32, "word": " will", "probability": 0.65771484375}, {"start": 2965.32, "end": 2965.5, "word": " do", "probability": 0.3837890625}, {"start": 2965.5, "end": 2965.88, "word": " coding", "probability": 0.55517578125}, {"start": 2965.88, "end": 2966.2, "word": " more", "probability": 0.8837890625}, {"start": 2966.2, "end": 2966.44, "word": " to", "probability": 0.79541015625}, {"start": 2966.44, "end": 2967.02, "word": " specialize", "probability": 0.497802734375}, {"start": 2967.02, "end": 2967.8, "word": " as", "probability": 0.716796875}, {"start": 2967.8, "end": 2968.06, "word": " you", "probability": 0.916015625}, {"start": 2968.06, "end": 2968.34, "word": " want.", "probability": 0.677734375}, {"start": 2968.78, "end": 2969.14, "word": " There", "probability": 0.75439453125}, {"start": 2969.14, "end": 2969.2, "word": " are", "probability": 0.92236328125}, {"start": 2969.2, "end": 2969.46, "word": " things", "probability": 0.75390625}, {"start": 2969.46, "end": 2969.6, "word": " that", "probability": 0.62451171875}, {"start": 2969.6, "end": 2969.78, "word": " we", "probability": 0.9111328125}, {"start": 2969.78, "end": 2969.88, "word": " could", "probability": 0.481201171875}, {"start": 2969.88, "end": 2969.88, "word": " not", "probability": 0.935546875}, {"start": 2969.88, "end": 2970.42, "word": " do", "probability": 0.9365234375}, {"start": 2970.42, "end": 2970.68, "word": " in", "probability": 0.8603515625}, {"start": 2970.68, "end": 2970.76, "word": " the", "probability": 0.474853515625}, {"start": 2970.76, "end": 2970.94, "word": " list", "probability": 0.90625}, {"start": 2970.94, "end": 2971.2, "word": " view,", "probability": 0.88427734375}, {"start": 2971.48, "end": 2971.58, "word": " such", "probability": 0.423095703125}, {"start": 2971.58, "end": 2971.66, "word": " as", "probability": 0.9765625}, {"start": 2971.66, "end": 2972.08, "word": " horizontally,", "probability": 0.171630859375}, {"start": 2972.52, "end": 2972.88, "word": " vertically", "probability": 0.9375}, {"start": 2972.88, "end": 2973.04, "word": " and", "probability": 0.58935546875}, {"start": 2973.04, "end": 2973.36, "word": " grid.", "probability": 0.90625}], "temperature": 1.0}, {"id": 110, "seek": 300290, "start": 2974.3, "end": 3002.9, "text": " Or you can change in the divider or in the effect when you click on an element, you will find that in the recycler view you can control these elements. We have not finished the recycler view yet. In the next lecture, we will see how to make animation on elements. You can make them slide like this and like this. And change the action based on it. And we will talk about something that improves the design and is used a lot. It is called the card view. And how to use it with the recycler view.", "tokens": [1610, 291, 393, 1319, 294, 264, 3414, 1438, 420, 294, 264, 1802, 562, 291, 2052, 322, 364, 4478, 11, 291, 486, 915, 300, 294, 264, 12036, 66, 1918, 1910, 291, 393, 1969, 613, 4959, 13, 492, 362, 406, 4335, 264, 12036, 66, 1918, 1910, 1939, 13, 682, 264, 958, 7991, 11, 321, 486, 536, 577, 281, 652, 9603, 322, 4959, 13, 509, 393, 652, 552, 4137, 411, 341, 293, 411, 341, 13, 400, 1319, 264, 3069, 2361, 322, 309, 13, 400, 321, 486, 751, 466, 746, 300, 24771, 264, 1715, 293, 307, 1143, 257, 688, 13, 467, 307, 1219, 264, 2920, 1910, 13, 400, 577, 281, 764, 309, 365, 264, 12036, 66, 1918, 1910, 13], "avg_logprob": -0.4404633530768855, "compression_ratio": 1.9111969111969112, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2974.3, "end": 2974.58, "word": " Or", "probability": 0.658203125}, {"start": 2974.58, "end": 2974.76, "word": " you", "probability": 0.2120361328125}, {"start": 2974.76, "end": 2974.92, "word": " can", "probability": 0.6494140625}, {"start": 2974.92, "end": 2975.18, "word": " change", "probability": 0.64013671875}, {"start": 2975.18, "end": 2975.82, "word": " in", "probability": 0.1473388671875}, {"start": 2975.82, "end": 2976.14, "word": " the", "probability": 0.541015625}, {"start": 2976.14, "end": 2976.78, "word": " divider", "probability": 0.6910400390625}, {"start": 2976.78, "end": 2976.98, "word": " or", "probability": 0.44384765625}, {"start": 2976.98, "end": 2977.5, "word": " in", "probability": 0.23876953125}, {"start": 2977.5, "end": 2978.72, "word": " the", "probability": 0.74755859375}, {"start": 2978.72, "end": 2979.08, "word": " effect", "probability": 0.74658203125}, {"start": 2979.08, "end": 2979.26, "word": " when", "probability": 0.60791015625}, {"start": 2979.26, "end": 2979.4, "word": " you", "probability": 0.93798828125}, {"start": 2979.4, "end": 2979.58, "word": " click", "probability": 0.73388671875}, {"start": 2979.58, "end": 2979.74, "word": " on", "probability": 0.744140625}, {"start": 2979.74, "end": 2979.88, "word": " an", "probability": 0.5986328125}, {"start": 2979.88, "end": 2980.1, "word": " element,", "probability": 0.65966796875}, {"start": 2980.54, "end": 2980.64, "word": " you", "probability": 0.343017578125}, {"start": 2980.64, "end": 2980.64, "word": " will", "probability": 0.396240234375}, {"start": 2980.64, "end": 2980.74, "word": " find", "probability": 0.43994140625}, {"start": 2980.74, "end": 2980.88, "word": " that", "probability": 0.72314453125}, {"start": 2980.88, "end": 2981.14, "word": " in", "probability": 0.5234375}, {"start": 2981.14, "end": 2982.78, "word": " the", "probability": 0.75048828125}, {"start": 2982.78, "end": 2983.16, "word": " recycler", "probability": 0.7119954427083334}, {"start": 2983.16, "end": 2983.32, "word": " view", "probability": 0.9375}, {"start": 2983.32, "end": 2983.46, "word": " you", "probability": 0.6455078125}, {"start": 2983.46, "end": 2983.68, "word": " can", "probability": 0.90234375}, {"start": 2983.68, "end": 2984.12, "word": " control", "probability": 0.64697265625}, {"start": 2984.12, "end": 2984.46, "word": " these", "probability": 0.2493896484375}, {"start": 2984.46, "end": 2984.78, "word": " elements.", "probability": 0.93212890625}, {"start": 2985.4, "end": 2985.7, "word": " We", "probability": 0.78173828125}, {"start": 2985.7, "end": 2985.76, "word": " have", "probability": 0.265869140625}, {"start": 2985.76, "end": 2985.8, "word": " not", "probability": 0.91357421875}, {"start": 2985.8, "end": 2986.14, "word": " finished", "probability": 0.46875}, {"start": 2986.14, "end": 2986.58, "word": " the", "probability": 0.55810546875}, {"start": 2986.58, "end": 2988.1, "word": " recycler", "probability": 0.84521484375}, {"start": 2988.1, "end": 2988.36, "word": " view", "probability": 0.9130859375}, {"start": 2988.36, "end": 2988.36, "word": " yet.", "probability": 0.74951171875}, {"start": 2988.66, "end": 2989.0, "word": " In", "probability": 0.822265625}, {"start": 2989.0, "end": 2989.02, "word": " the", "probability": 0.88671875}, {"start": 2989.02, "end": 2989.02, "word": " next", "probability": 0.83984375}, {"start": 2989.02, "end": 2989.38, "word": " lecture,", "probability": 0.7216796875}, {"start": 2989.72, "end": 2989.82, "word": " we", "probability": 0.92822265625}, {"start": 2989.82, "end": 2989.84, "word": " will", "probability": 0.8173828125}, {"start": 2989.84, "end": 2990.2, "word": " see", "probability": 0.78125}, {"start": 2990.2, "end": 2990.52, "word": " how", "probability": 0.93310546875}, {"start": 2990.52, "end": 2990.66, "word": " to", "probability": 0.86181640625}, {"start": 2990.66, "end": 2990.76, "word": " make", "probability": 0.320068359375}, {"start": 2990.76, "end": 2991.28, "word": " animation", "probability": 0.69921875}, {"start": 2991.28, "end": 2991.48, "word": " on", "probability": 0.80419921875}, {"start": 2991.48, "end": 2991.86, "word": " elements.", "probability": 0.7119140625}, {"start": 2992.46, "end": 2992.58, "word": " You", "probability": 0.76318359375}, {"start": 2992.58, "end": 2992.7, "word": " can", "probability": 0.5146484375}, {"start": 2992.7, "end": 2992.86, "word": " make", "probability": 0.37890625}, {"start": 2992.86, "end": 2993.02, "word": " them", "probability": 0.32373046875}, {"start": 2993.02, "end": 2993.4, "word": " slide", "probability": 0.75634765625}, {"start": 2993.4, "end": 2993.62, "word": " like", "probability": 0.55029296875}, {"start": 2993.62, "end": 2993.72, "word": " this", "probability": 0.89208984375}, {"start": 2993.72, "end": 2993.82, "word": " and", "probability": 0.56298828125}, {"start": 2993.82, "end": 2993.98, "word": " like", "probability": 0.48291015625}, {"start": 2993.98, "end": 2994.1, "word": " this.", "probability": 0.48486328125}, {"start": 2994.56, "end": 2994.66, "word": " And", "probability": 0.58203125}, {"start": 2994.66, "end": 2994.86, "word": " change", "probability": 0.462890625}, {"start": 2994.86, "end": 2994.98, "word": " the", "probability": 0.7958984375}, {"start": 2994.98, "end": 2995.26, "word": " action", "probability": 0.896484375}, {"start": 2995.26, "end": 2995.44, "word": " based", "probability": 0.499267578125}, {"start": 2995.44, "end": 2995.64, "word": " on", "probability": 0.94921875}, {"start": 2995.64, "end": 2995.78, "word": " it.", "probability": 0.61669921875}, {"start": 2996.32, "end": 2996.46, "word": " And", "probability": 0.58251953125}, {"start": 2996.46, "end": 2996.58, "word": " we", "probability": 0.927734375}, {"start": 2996.58, "end": 2996.58, "word": " will", "probability": 0.82568359375}, {"start": 2996.58, "end": 2996.86, "word": " talk", "probability": 0.810546875}, {"start": 2996.86, "end": 2997.1, "word": " about", "probability": 0.9013671875}, {"start": 2997.1, "end": 2997.52, "word": " something", "probability": 0.6767578125}, {"start": 2997.52, "end": 2998.2, "word": " that", "probability": 0.7373046875}, {"start": 2998.2, "end": 2998.58, "word": " improves", "probability": 0.41259765625}, {"start": 2998.58, "end": 2998.78, "word": " the", "probability": 0.43603515625}, {"start": 2998.78, "end": 2999.12, "word": " design", "probability": 0.9541015625}, {"start": 2999.12, "end": 2999.28, "word": " and", "probability": 0.6396484375}, {"start": 2999.28, "end": 2999.38, "word": " is", "probability": 0.7587890625}, {"start": 2999.38, "end": 2999.6, "word": " used", "probability": 0.662109375}, {"start": 2999.6, "end": 2999.74, "word": " a", "probability": 0.857421875}, {"start": 2999.74, "end": 2999.84, "word": " lot.", "probability": 0.95263671875}, {"start": 2999.94, "end": 2999.94, "word": " It", "probability": 0.76708984375}, {"start": 2999.94, "end": 2999.94, "word": " is", "probability": 0.6611328125}, {"start": 2999.94, "end": 3000.12, "word": " called", "probability": 0.8701171875}, {"start": 3000.12, "end": 3000.22, "word": " the", "probability": 0.35302734375}, {"start": 3000.22, "end": 3000.44, "word": " card", "probability": 0.5380859375}, {"start": 3000.44, "end": 3000.7, "word": " view.", "probability": 0.88623046875}, {"start": 3001.32, "end": 3001.48, "word": " And", "probability": 0.448486328125}, {"start": 3001.48, "end": 3001.56, "word": " how", "probability": 0.93115234375}, {"start": 3001.56, "end": 3001.64, "word": " to", "probability": 0.603515625}, {"start": 3001.64, "end": 3001.96, "word": " use", "probability": 0.8857421875}, {"start": 3001.96, "end": 3002.04, "word": " it", "probability": 0.89013671875}, {"start": 3002.04, "end": 3002.16, "word": " with", "probability": 0.80859375}, {"start": 3002.16, "end": 3002.24, "word": " the", "probability": 0.83740234375}, {"start": 3002.24, "end": 3002.62, "word": " recycler", "probability": 0.8935546875}, {"start": 3002.62, "end": 3002.9, "word": " view.", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 111, "seek": 303262, "start": 3003.58, "end": 3032.62, "text": "So, next lecture, God willing, we will finish the topic of Recycling Fuel And after that, we will enter into the topic of Database Did you take a database, guys? Practically, practically Did you take it? How to create a query? Select? Yes Yes Did it start with it again? Yes Yes How to insert and create a table? Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes", "tokens": [6455, 11, 958, 7991, 11, 1265, 4950, 11, 321, 486, 2413, 264, 4829, 295, 1300, 1344, 12455, 46837, 400, 934, 300, 11, 321, 486, 3242, 666, 264, 4829, 295, 40461, 651, 2589, 291, 747, 257, 8149, 11, 1074, 30, 19170, 984, 11, 15667, 2589, 291, 747, 309, 30, 1012, 281, 1884, 257, 14581, 30, 13638, 30, 1079, 1079, 2589, 309, 722, 365, 309, 797, 30, 1079, 1079, 1012, 281, 8969, 293, 1884, 257, 3199, 30, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079], "avg_logprob": -0.242777771419949, "compression_ratio": 4.6091370558375635, "no_speech_prob": 0.0, "words": [{"start": 3003.58, "end": 3003.84, "word": "So,", "probability": 0.1947021484375}, {"start": 3003.9, "end": 3003.9, "word": " next", "probability": 0.53466796875}, {"start": 3003.9, "end": 3004.2, "word": " lecture,", "probability": 0.771484375}, {"start": 3004.44, "end": 3004.78, "word": " God", "probability": 0.2646484375}, {"start": 3004.78, "end": 3004.78, "word": " willing,", "probability": 0.74169921875}, {"start": 3004.8, "end": 3004.92, "word": " we", "probability": 0.83544921875}, {"start": 3004.92, "end": 3004.96, "word": " will", "probability": 0.6337890625}, {"start": 3004.96, "end": 3005.26, "word": " finish", "probability": 0.66357421875}, {"start": 3005.26, "end": 3005.36, "word": " the", "probability": 0.38916015625}, {"start": 3005.36, "end": 3005.62, "word": " topic", "probability": 0.8154296875}, {"start": 3005.62, "end": 3006.74, "word": " of", "probability": 0.8291015625}, {"start": 3006.74, "end": 3007.18, "word": " Recycling", "probability": 0.673583984375}, {"start": 3007.18, "end": 3007.48, "word": " Fuel", "probability": 0.12298583984375}, {"start": 3007.48, "end": 3008.36, "word": " And", "probability": 0.255615234375}, {"start": 3008.36, "end": 3008.58, "word": " after", "probability": 0.379638671875}, {"start": 3008.58, "end": 3008.68, "word": " that,", "probability": 0.83984375}, {"start": 3008.68, "end": 3008.74, "word": " we", "probability": 0.93994140625}, {"start": 3008.74, "end": 3008.78, "word": " will", "probability": 0.76171875}, {"start": 3008.78, "end": 3008.96, "word": " enter", "probability": 0.1312255859375}, {"start": 3008.96, "end": 3009.06, "word": " into", "probability": 0.3974609375}, {"start": 3009.06, "end": 3009.12, "word": " the", "probability": 0.81494140625}, {"start": 3009.12, "end": 3009.28, "word": " topic", "probability": 0.64013671875}, {"start": 3009.28, "end": 3009.36, "word": " of", "probability": 0.962890625}, {"start": 3009.36, "end": 3009.88, "word": " Database", "probability": 0.5828857421875}, {"start": 3009.88, "end": 3010.16, "word": " Did", "probability": 0.36181640625}, {"start": 3010.16, "end": 3010.16, "word": " you", "probability": 0.9609375}, {"start": 3010.16, "end": 3010.38, "word": " take", "probability": 0.364990234375}, {"start": 3010.38, "end": 3010.68, "word": " a", "probability": 0.55224609375}, {"start": 3010.68, "end": 3010.98, "word": " database,", "probability": 0.71044921875}, {"start": 3011.06, "end": 3011.42, "word": " guys?", "probability": 0.75830078125}, {"start": 3012.62, "end": 3013.14, "word": " Practically,", "probability": 0.45416259765625}, {"start": 3013.18, "end": 3013.54, "word": " practically", "probability": 0.76708984375}, {"start": 3013.54, "end": 3013.62, "word": " Did", "probability": 0.5166015625}, {"start": 3013.62, "end": 3013.92, "word": " you", "probability": 0.96923828125}, {"start": 3013.92, "end": 3014.12, "word": " take", "probability": 0.62353515625}, {"start": 3014.12, "end": 3014.22, "word": " it?", "probability": 0.366943359375}, {"start": 3014.22, "end": 3014.34, "word": " How", "probability": 0.8505859375}, {"start": 3014.34, "end": 3014.42, "word": " to", "probability": 0.475830078125}, {"start": 3014.42, "end": 3014.58, "word": " create", "probability": 0.2978515625}, {"start": 3014.58, "end": 3014.66, "word": " a", "probability": 0.80029296875}, {"start": 3014.66, "end": 3014.94, "word": " query?", "probability": 0.85498046875}, {"start": 3015.1, "end": 3015.48, "word": " Select?", "probability": 0.76513671875}, {"start": 3017.18, "end": 3017.44, "word": " Yes", "probability": 0.57861328125}, {"start": 3017.44, "end": 3017.5, "word": " Yes", "probability": 0.1258544921875}, {"start": 3017.5, "end": 3018.38, "word": " Did", "probability": 0.30224609375}, {"start": 3018.38, "end": 3018.92, "word": " it", "probability": 0.5390625}, {"start": 3018.92, "end": 3018.92, "word": " start", "probability": 0.77880859375}, {"start": 3018.92, "end": 3019.0, "word": " with", "probability": 0.2041015625}, {"start": 3019.0, "end": 3019.2, "word": " it", "probability": 0.7666015625}, {"start": 3019.2, "end": 3019.38, "word": " again?", "probability": 0.72509765625}, {"start": 3019.98, "end": 3020.5, "word": " Yes", "probability": 0.9208984375}, {"start": 3020.5, "end": 3020.6, "word": " Yes", "probability": 0.71142578125}, {"start": 3020.6, "end": 3024.34, "word": " How", "probability": 0.54443359375}, {"start": 3024.34, "end": 3024.54, "word": " to", "probability": 0.77587890625}, {"start": 3024.54, "end": 3024.98, "word": " insert", "probability": 0.6572265625}, {"start": 3024.98, "end": 3025.36, "word": " and", "probability": 0.410888671875}, {"start": 3025.36, "end": 3025.64, "word": " create", "probability": 0.86279296875}, {"start": 3025.64, "end": 3025.78, "word": " a", "probability": 0.60107421875}, {"start": 3025.78, "end": 3026.06, "word": " table?", "probability": 0.8857421875}, {"start": 3026.34, "end": 3026.84, "word": " Yes", "probability": 0.515625}, {"start": 3026.84, "end": 3027.08, "word": " Yes", "probability": 0.425537109375}, {"start": 3027.08, "end": 3027.4, "word": " Yes", "probability": 0.52978515625}, {"start": 3027.4, "end": 3028.52, "word": " Yes", "probability": 0.313232421875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.41748046875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.59716796875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.7421875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.828125}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.8759765625}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.90283203125}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.91943359375}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.93017578125}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.9365234375}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.94140625}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.9453125}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.9482421875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.95068359375}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.95263671875}, {"start": 3028.52, "end": 3028.52, "word": " Yes", "probability": 0.9541015625}, {"start": 3028.52, "end": 3028.64, "word": " Yes", "probability": 0.9560546875}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.95751953125}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.95947265625}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.96044921875}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.9609375}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.962890625}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.96435546875}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.96484375}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.9658203125}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.966796875}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.9677734375}, {"start": 3028.64, "end": 3028.64, "word": " Yes", "probability": 0.96923828125}, {"start": 3028.64, "end": 3028.9, "word": " Yes", "probability": 0.97021484375}, {"start": 3028.9, "end": 3028.9, "word": " Yes", "probability": 0.970703125}, {"start": 3028.9, "end": 3028.9, "word": " Yes", "probability": 0.97119140625}, {"start": 3028.9, "end": 3028.9, "word": " Yes", "probability": 0.9716796875}, {"start": 3028.9, "end": 3028.9, "word": " Yes", "probability": 0.97216796875}, {"start": 3028.9, "end": 3029.18, "word": " Yes", "probability": 0.97314453125}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.9736328125}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.97412109375}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.974609375}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.97509765625}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.9755859375}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.97607421875}, {"start": 3029.18, "end": 3029.18, "word": " Yes", "probability": 0.9765625}, {"start": 3029.18, "end": 3029.58, "word": " Yes", "probability": 0.97705078125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97705078125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97802734375}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97802734375}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.978515625}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97900390625}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97900390625}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97998046875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97998046875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.97998046875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98046875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98046875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98095703125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98095703125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98095703125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.9814453125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.9814453125}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98193359375}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.98193359375}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.982421875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.982421875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.982421875}, {"start": 3029.58, "end": 3029.58, "word": " Yes", "probability": 0.982421875}, {"start": 3029.58, "end": 3029.64, "word": " Yes", "probability": 0.98291015625}, {"start": 3029.64, "end": 3029.64, "word": " Yes", "probability": 0.98291015625}, {"start": 3029.64, "end": 3029.64, "word": " Yes", "probability": 0.9833984375}, {"start": 3029.64, "end": 3029.64, "word": " Yes", "probability": 0.98291015625}, {"start": 3029.64, "end": 3029.64, "word": " Yes", "probability": 0.9833984375}, {"start": 3029.64, "end": 3029.66, "word": " Yes", "probability": 0.9833984375}, {"start": 3029.66, "end": 3032.56, "word": " Yes", "probability": 0.9833984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98486328125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98388671875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9833984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9833984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9833984375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98291015625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98291015625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98291015625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.982421875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.982421875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.982421875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98193359375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9814453125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9814453125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98095703125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98095703125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.98046875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97998046875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9794921875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9794921875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97900390625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97900390625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97900390625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97802734375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97802734375}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9775390625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9775390625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9765625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97607421875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97607421875}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97509765625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97509765625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97509765625}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.97705078125}, {"start": 3032.56, "end": 3032.56, "word": " Yes", "probability": 0.9716796875}, {"start": 3032.56, "end": 3032.62, "word": " Yes", "probability": 0.96923828125}, {"start": 3032.62, "end": 3032.62, "word": " Yes", "probability": 0.96728515625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 3032.526, "duration_after_vad": 2726.3037499999905} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..3b1dad06413d363ac3c445ccb148a17f9aecc849 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/PrGsuUYmyXk_raw.srt @@ -0,0 +1,2980 @@ +1 +00:00:20,790 --> 00:00:22,210 +As-Salamu Alaikum. + +2 +00:00:27,400 --> 00:00:31,340 +In the last lecture, we started talking about + +3 +00:00:31,340 --> 00:00:35,300 +RecyclerView We said that RecyclerView is like the + +4 +00:00:35,300 --> 00:00:39,700 +next generation of ListView We learned how to use + +5 +00:00:39,700 --> 00:00:42,420 +ListView and how to use ViewHolder to improve the + +6 +00:00:42,420 --> 00:00:45,820 +performance of ListView But ListView has + +7 +00:00:45,820 --> 00:00:51,720 +limitations And that's why they made RecyclerView + +8 +00:00:53,120 --> 00:00:55,460 +The first rule is that the ListView does not force + +9 +00:00:55,460 --> 00:00:57,580 +you to use the ViewHolder. Do you remember the + +10 +00:00:57,580 --> 00:01:00,260 +ViewHolder that we used? Why? To reduce the use of + +11 +00:01:00,260 --> 00:01:03,660 +FindViewById. Because each view we create takes a + +12 +00:01:03,660 --> 00:01:05,960 +reference from the elements in it and stores it in + +13 +00:01:05,960 --> 00:01:08,240 +an object. And that object is put in the tag on + +14 +00:01:08,240 --> 00:01:10,720 +the view. When I return the view again, I bring it + +15 +00:01:10,720 --> 00:01:12,640 +from the tag and deliver the elements in it + +16 +00:01:12,640 --> 00:01:15,180 +directly without having to create FindViewById. + +17 +00:01:16,260 --> 00:01:18,780 +This does not force you to use it. Because you saw + +18 +00:01:18,780 --> 00:01:20,920 +that the first version we made from the adapter + +19 +00:01:20,920 --> 00:01:25,540 +did not have a view holder. Right or wrong? That's + +20 +00:01:25,540 --> 00:01:27,380 +why they said no. They said that if we want anyone + +21 +00:01:27,380 --> 00:01:30,560 +to design after that, any list must have a good + +22 +00:01:30,560 --> 00:01:35,360 +performance. So in the RecyclerView, they forced + +23 +00:01:35,360 --> 00:01:37,740 +the programmer, and we will see how they force him + +24 +00:01:37,740 --> 00:01:41,600 +now, that he must use a view holder. Not only + +25 +00:01:41,600 --> 00:01:46,470 +that, the ListView It doesn't mean that you have + +26 +00:01:46,470 --> 00:01:48,550 +to adjust it. For example, you have to make the + +27 +00:01:48,550 --> 00:01:50,990 +list view horizontal. You have to make the + +28 +00:01:50,990 --> 00:01:54,550 +elements horizontal rather than vertical. Or you + +29 +00:01:54,550 --> 00:01:55,830 +have to make them grid-like. What does grid mean? + +30 +00:01:56,150 --> 00:01:57,810 +Two elements next to each other and below them two + +31 +00:01:57,810 --> 00:01:59,910 +elements and below them two elements. Or four + +32 +00:01:59,910 --> 00:02:00,310 +elements in a row. + +33 +00:02:04,250 --> 00:02:07,430 +Also, you can't use ListView to do this task, or + +34 +00:02:07,430 --> 00:02:08,310 +to do it in a big group. + +35 +00:02:11,070 --> 00:02:13,670 +But in RecycleView, there is a support that you + +36 +00:02:13,670 --> 00:02:15,890 +put it horizontally or vertically to make a grid. + +37 +00:02:16,370 --> 00:02:19,050 +A grid is like a network, you put elements, four + +38 +00:02:19,050 --> 00:02:20,790 +elements in the first row and four elements below + +39 +00:02:20,790 --> 00:02:22,590 +them, and so on. Not only elements under each + +40 +00:02:22,590 --> 00:02:22,650 +other. + +41 +00:02:26,110 --> 00:02:28,210 +For example, the applications that appear on the + +42 +00:02:28,210 --> 00:02:30,050 +mobile, on the main screen, they don't appear next + +43 +00:02:30,050 --> 00:02:32,350 +to each other. Like this, for example, this is + +44 +00:02:32,350 --> 00:02:37,790 +like a grid. Animation. For example, you want the + +45 +00:02:37,790 --> 00:02:41,090 +item to have a left and right slide. For example, + +46 +00:02:41,190 --> 00:02:43,570 +in contacts, you have a right slide that makes a + +47 +00:02:43,570 --> 00:02:47,110 +call, and a left slide that makes a message. This + +48 +00:02:47,110 --> 00:02:48,910 +is difficult to do in ListView. But in + +49 +00:02:48,910 --> 00:02:51,410 +RecyclerView, there is support that we can do + +50 +00:02:51,410 --> 00:02:54,450 +something like that. That is why we learned how to + +51 +00:02:54,450 --> 00:02:56,970 +do RecyclerView. In the last lecture, we started + +52 +00:02:56,970 --> 00:02:59,350 +doing a project, and there are many things that + +53 +00:02:59,350 --> 00:03:03,110 +need to be shared. The two must have item design. + +54 +00:03:04,530 --> 00:03:07,330 +In order to do that, we copied what was there in + +55 +00:03:07,330 --> 00:03:10,190 +the list view and put it here You need to create a + +56 +00:03:10,190 --> 00:03:12,670 +class that represents the data and in the + +57 +00:03:12,670 --> 00:03:15,730 +activity, this is the activity of the project on + +58 +00:03:15,730 --> 00:03:18,330 +RecyclerView, we copied the same data and put it + +59 +00:03:18,330 --> 00:03:22,110 +here The difference is that in the main activity, + +60 +00:03:23,170 --> 00:03:26,910 +I added ListView and here I added RecyclerView It + +61 +00:03:26,910 --> 00:03:30,050 +is very similar and here I brought RecyclerView + +62 +00:03:30,050 --> 00:03:35,140 +and it is here Now, the main difference between + +63 +00:03:35,140 --> 00:03:37,780 +them is in the way of writing the adapter. This + +64 +00:03:37,780 --> 00:03:39,140 +one needs an adapter and that one needs an adapter + +65 +00:03:39,140 --> 00:03:43,180 +as well. Okay? But the adapter is different. Why? + +66 +00:03:43,260 --> 00:03:45,880 +Because the view is a drone being used inside the + +67 +00:03:45,880 --> 00:03:48,460 +adapter. Okay, let's start from where we stopped + +68 +00:03:48,460 --> 00:03:50,520 +in the last lecture, which is to make an adapter + +69 +00:03:50,520 --> 00:03:53,260 +for the RecyclerView. All the previous steps are + +70 +00:03:53,260 --> 00:03:56,620 +the same under the ListView. Okay? So, I came to + +71 +00:03:56,620 --> 00:03:57,760 +the project and I want to make a new class. + +72 +00:04:02,290 --> 00:04:04,710 +I want to call it MyAdapter. + +73 +00:04:16,190 --> 00:04:19,330 +Okay, I will go back and see. Because the adapter, + +74 +00:04:19,710 --> 00:04:25,250 +we saw that it has to extend the class. Why? + +75 +00:04:25,330 --> 00:04:28,170 +Because the RecyclerView, when it comes to make + +76 +00:04:28,170 --> 00:04:28,950 +the SetAdapter, + +77 +00:04:32,380 --> 00:04:36,600 +It asks for an object of type adapter. Adapter is + +78 +00:04:36,600 --> 00:04:40,700 +an abstract class. It is an abstract class. We + +79 +00:04:40,700 --> 00:04:44,740 +cannot extract an object directly from it. We can + +80 +00:04:44,740 --> 00:04:46,100 +extract an object from it if we complete its + +81 +00:04:46,100 --> 00:04:48,880 +implementation. That is why I created a class + +82 +00:04:48,880 --> 00:04:52,740 +called MyAdapter and called it ExtendsAdapter. + +83 +00:04:54,220 --> 00:04:56,340 +When I called it ExtendsAdapter + +84 +00:05:05,260 --> 00:05:08,340 +Now, let's look here, if I tell him this is an + +85 +00:05:08,340 --> 00:05:11,380 +adapter, look at the adapter that asks me to + +86 +00:05:11,380 --> 00:05:13,840 +extend it, this is a class adapter, and between + +87 +00:05:13,840 --> 00:05:17,300 +the brackets, it says VH, do you see this VH? + +88 +00:05:18,460 --> 00:05:21,260 +These two brackets crossed on us before, these two + +89 +00:05:21,260 --> 00:05:24,000 +brackets, the thirty crossed on us, where? In the + +90 +00:05:24,000 --> 00:05:25,820 +array list, right or wrong? Why was it necessary? + +91 +00:05:26,930 --> 00:05:30,010 +To determine the type of data that will be in the + +92 +00:05:30,010 --> 00:05:33,290 +ArrayList If you put a string, the ArrayList will + +93 +00:05:33,290 --> 00:05:35,810 +return the string and take the string If you put + +94 +00:05:35,810 --> 00:05:37,170 +an integer, the ArrayList will take the integer + +95 +00:05:37,170 --> 00:05:40,010 +and return the integer Because here, when you + +96 +00:05:40,010 --> 00:05:43,710 +download the adapter, you have to determine the + +97 +00:05:43,710 --> 00:05:47,290 +type of ViewHolder So here you have to determine + +98 +00:05:47,290 --> 00:05:51,120 +the type of ViewHolder classIn ArrayList, we + +99 +00:05:51,120 --> 00:05:55,600 +define a string, integer, student, right or wrong. + +100 +00:05:56,620 --> 00:06:00,660 +Of course, the string does not create a new class, + +101 +00:06:00,860 --> 00:06:03,220 +because the string is already there. But if we + +102 +00:06:03,220 --> 00:06:06,160 +build an ArrayList of students, it should have a + +103 +00:06:06,160 --> 00:06:09,800 +class, student. So here it says, I need to train + +104 +00:06:09,800 --> 00:06:14,810 +this VH, which class?ViewHolder. It means that the + +105 +00:06:14,810 --> 00:06:18,650 +adapter is dealing with ViewHolder. Okay? There is + +106 +00:06:18,650 --> 00:06:22,150 +no ViewHolder class. Okay? So, we want to make + +107 +00:06:22,150 --> 00:06:25,510 +one. Okay, where do we make this? You can make a + +108 +00:06:25,510 --> 00:06:28,670 +class outside, or you can make an inner class. + +109 +00:06:29,770 --> 00:06:32,510 +Let's make it outside. Let's make an order. Even + +110 +00:06:32,510 --> 00:06:34,030 +if you search on the internet, you will always + +111 +00:06:34,030 --> 00:06:36,750 +find that it is inside. I want to call it + +112 +00:06:36,750 --> 00:06:37,710 +MyViewHolder. + +113 +00:06:41,880 --> 00:06:45,020 +This is a class that I made for the ViewHolder. + +114 +00:06:45,120 --> 00:06:48,360 +Also in the RecyclerView, to make a ViewHolder, + +115 +00:06:48,840 --> 00:06:51,400 +notice that I stopped the adapter. Because the + +116 +00:06:51,400 --> 00:06:55,560 +adapter must have a ViewHolder. So I made a class + +117 +00:06:55,560 --> 00:06:57,380 +ViewHolder. In the previous lecture in the list, + +118 +00:06:57,460 --> 00:07:00,640 +we made a ViewHolder inside the adapter. I made it + +119 +00:07:00,640 --> 00:07:03,700 +outside. You can make it inside. No problem. But + +120 +00:07:03,700 --> 00:07:06,440 +here, to make a ViewHolder, you have to make + +121 +00:07:06,440 --> 00:07:08,820 +Extends to a class called + +122 +00:07:20,790 --> 00:07:23,810 +RecyclerViewHolder It gives you an abstract class + +123 +00:07:23,810 --> 00:07:27,710 +called ViewHolder But this is abstract, we can't + +124 +00:07:27,710 --> 00:07:32,230 +use it Here, when you create an adapter, it asks + +125 +00:07:32,230 --> 00:07:38,400 +you for an adapter between these two brackets This + +126 +00:07:38,400 --> 00:07:42,880 +is adapter, this is vh, anything from view holder + +127 +00:07:42,880 --> 00:07:45,400 +type From view holder type, view holder is + +128 +00:07:45,400 --> 00:07:49,140 +abstract, we can't make it class But that's why I + +129 +00:07:49,140 --> 00:07:52,280 +made a new class called my view holder, extend + +130 +00:07:52,280 --> 00:07:54,940 +view holder But of course it will give you an + +131 +00:07:54,940 --> 00:07:58,040 +error, why the error? Two possibilities, either it + +132 +00:07:58,040 --> 00:08:01,340 +wants to implement abstract method or it wants + +133 +00:08:01,340 --> 00:08:04,180 +constructor So now let's see what it wants, it + +134 +00:08:04,180 --> 00:08:07,870 +tells me that it wants constructor The view holder + +135 +00:08:07,870 --> 00:08:15,290 +is a constructor that takes the item Let's + +136 +00:08:15,290 --> 00:08:17,370 +remember from the list view lecture, what did we + +137 +00:08:17,370 --> 00:08:23,410 +do in the view holder? What did I do here? I + +138 +00:08:23,410 --> 00:08:26,810 +opened the adapter for whom? For the list view + +139 +00:08:26,810 --> 00:08:29,330 +What did we put in the view holder? The attributes + +140 +00:08:29,330 --> 00:08:33,500 +of the elements It will be indicators for the same + +141 +00:08:33,500 --> 00:08:35,780 +elements in the view. It is exactly the same + +142 +00:08:35,780 --> 00:08:39,460 +thing. You have to make these attributes. Okay? + +143 +00:08:40,000 --> 00:08:42,400 +The same thing that is in the item, we will do it + +144 +00:08:42,400 --> 00:08:46,280 +here. We will say image, view, or these. What are + +145 +00:08:46,280 --> 00:08:49,920 +these? We will copy them from here and put them + +146 +00:08:49,920 --> 00:08:50,120 +here. + +147 +00:08:54,740 --> 00:08:56,660 +Now, here I will bring a constructor. + +148 +00:08:59,410 --> 00:09:01,430 +When you create a view holder, what should be + +149 +00:09:01,430 --> 00:09:05,630 +passed to it? The view itself, the item itself So + +150 +00:09:05,630 --> 00:09:08,130 +now in the constructor, we will put a code on the + +151 +00:09:08,130 --> 00:09:11,050 +basis that as soon as we pass the view to it, it + +152 +00:09:11,050 --> 00:09:14,850 +will search for it It makes a find view by ID and + +153 +00:09:14,850 --> 00:09:17,550 +stores the references where? In the ones above. + +154 +00:09:17,670 --> 00:09:21,070 +The same steps that we used to do here. Do you see + +155 +00:09:21,070 --> 00:09:24,490 +these steps? It makes a find view by ID and puts + +156 +00:09:24,490 --> 00:09:28,030 +it in the photo IM. Where do we want to put it? In + +157 +00:09:28,030 --> 00:09:30,610 +the view holder of the recycler view. That is why + +158 +00:09:30,610 --> 00:09:35,630 +the constructor takes a view. It says I will give + +159 +00:09:35,630 --> 00:09:37,930 +you a view. You take whatever you want from it. + +160 +00:09:38,070 --> 00:09:41,110 +What do I want from this view? I want the elements + +161 +00:09:41,110 --> 00:09:44,420 +inside. I put the indications where they are. + +162 +00:09:44,880 --> 00:09:48,080 +Because after that, when I reach, I reach through + +163 +00:09:48,080 --> 00:09:53,620 +these. So here, I will say item view find view by + +164 +00:09:53,620 --> 00:09:58,380 +id r.id.photo. In the end, the picture will be + +165 +00:09:58,380 --> 00:10:01,400 +more complete. You will understand it better. + +166 +00:10:01,640 --> 00:10:06,780 +Okay, we took the picture. And then name, tv. item + +167 +00:10:06,780 --> 00:10:16,800 +view find view by id r.id.name tv age tv + +168 +00:10:37,700 --> 00:10:44,440 +This is how we made the ViewHolder class Now we + +169 +00:10:44,440 --> 00:10:46,240 +made the ViewHolder before the Adapter, why? + +170 +00:10:46,300 --> 00:10:49,120 +Because the Adapter needs a ViewHolder Now let's + +171 +00:10:49,120 --> 00:10:54,880 +go back to the Adapter and say extends Adapter + +172 +00:10:56,050 --> 00:10:57,790 +And between the brackets, I want to tell it that + +173 +00:10:57,790 --> 00:11:00,930 +my adapter is dealing with a class of type + +174 +00:11:00,930 --> 00:11:04,150 +MyViewHolder You see, between the brackets, I put + +175 +00:11:04,150 --> 00:11:07,370 +MyViewHolder So, the adapter takes MyViewHolder + +176 +00:11:07,370 --> 00:11:11,690 +and returns MyViewHolder Ok Now, this only needs + +177 +00:11:11,690 --> 00:11:16,650 +to import Ok, now look at the error when I did + +178 +00:11:16,650 --> 00:11:19,390 +extend Because it needs constructor implement Come + +179 +00:11:19,390 --> 00:11:20,790 +here, it's implement method + +180 +00:11:23,300 --> 00:11:27,160 +It will implement the methods. We will talk about + +181 +00:11:27,160 --> 00:11:29,680 +these methods. Of course, here it is different + +182 +00:11:29,680 --> 00:11:32,500 +from the list. The number of methods here is less + +183 +00:11:32,500 --> 00:11:35,940 +than 3. But we will leave them for a while. Why? + +184 +00:11:36,620 --> 00:11:39,880 +Because we will make a constructor. In the list + +185 +00:11:39,880 --> 00:11:41,720 +view, we made a constructor. Why? What did we send + +186 +00:11:41,720 --> 00:11:46,720 +to it? The data, the layout and the context. The + +187 +00:11:46,720 --> 00:11:49,500 +data, the layout and the context. Now I want to + +188 +00:11:49,500 --> 00:11:52,320 +say public MyAdapter. + +189 +00:11:56,210 --> 00:11:58,770 +The first thing is the context, we will not go + +190 +00:11:58,770 --> 00:12:01,350 +through it. Later we will see that we can do + +191 +00:12:01,350 --> 00:12:04,650 +inflate without the context in the recycler view. + +192 +00:12:05,070 --> 00:12:10,130 +But who do we go through? The array list of the + +193 +00:12:10,130 --> 00:12:18,550 +person, and int item layout + +194 +00:12:18,550 --> 00:12:18,970 +id. + +195 +00:12:22,430 --> 00:12:27,890 +and the concept here is arraylist person persons + +196 +00:12:27,890 --> 00:12:47,630 +int item layout id this.persons above + +197 +00:12:47,630 --> 00:12:51,570 +this is the same thing we did In the ListView Ok, + +198 +00:12:51,650 --> 00:12:53,770 +let's go down There is a method called + +199 +00:12:53,770 --> 00:12:57,970 +GetItemCount Which is like the GetCount in the + +200 +00:12:57,970 --> 00:13:00,950 +ListView What should be returned? Number of + +201 +00:13:00,950 --> 00:13:07,550 +elements Which is persons.size Now, it brought you + +202 +00:13:07,550 --> 00:13:10,470 +two methods One method is called + +203 +00:13:10,470 --> 00:13:14,390 +OnCreateViewHolder What does it return? + +204 +00:13:17,300 --> 00:13:19,460 +MyViewHolder. Of course, how does it determine the + +205 +00:13:19,460 --> 00:13:20,980 +type that it wants to return, myViewHolder? + +206 +00:13:21,100 --> 00:13:25,960 +Through the above method. And there is a method + +207 +00:13:25,960 --> 00:13:29,160 +called onBindViewHolder. This does not return + +208 +00:13:29,160 --> 00:13:31,040 +anything. Let's understand what these two methods + +209 +00:13:31,040 --> 00:13:35,160 +are. What will happen next is that the + +210 +00:13:35,160 --> 00:13:38,660 +RecyclerView works like a ListView. As soon as the + +211 +00:13:38,660 --> 00:13:41,260 +cycler view works, it will create elements based + +212 +00:13:41,260 --> 00:13:45,660 +on what is on the screen For example, I have 100 + +213 +00:13:45,660 --> 00:13:48,840 +elements in persons, but they are displayed in 10 + +214 +00:13:49,980 --> 00:13:53,860 +So what will it do? It will execute + +215 +00:13:53,860 --> 00:13:57,420 +onCreateViewHolder() to create the view. It will + +216 +00:13:57,420 --> 00:14:00,160 +make them inflate. So the process of inflating + +217 +00:14:00,160 --> 00:14:04,580 +will be here in this method. For each element that + +218 +00:14:04,580 --> 00:14:06,080 +is created for the first time, it will call + +219 +00:14:06,080 --> 00:14:08,860 +onCreateViewHolder() to create it and + +220 +00:14:08,860 --> 00:14:13,030 +onBindViewHolder() to fill it. So now, it + +221 +00:14:13,030 --> 00:14:15,190 +separated the creation from what? From the + +222 +00:14:15,190 --> 00:14:18,530 +filling. Okay? Okay, this is with the first 10 + +223 +00:14:18,530 --> 00:14:21,550 +elements. Now, when you scroll, it will not create + +224 +00:14:21,550 --> 00:14:25,990 +new views. Okay? It will use which ones? Yes, the + +225 +00:14:25,990 --> 00:14:29,990 +ones that came out of the screen. So, it will + +226 +00:14:29,990 --> 00:14:34,030 +start claiming what? Unbind view holder. Okay, + +227 +00:14:34,130 --> 00:14:38,850 +let's see how it works. Now, Uncreate View Holder, + +228 +00:14:38,930 --> 00:14:41,550 +we already said that this is what you call it to + +229 +00:14:41,550 --> 00:14:44,010 +create a view But what is it called? It is not + +230 +00:14:44,010 --> 00:14:48,730 +called Uncreate View, it is called Uncreate View + +231 +00:14:48,730 --> 00:14:51,590 +Holder Because here it forces you to create + +232 +00:14:53,060 --> 00:14:55,860 +ViewHolder Okay, we want to walk with him, not him + +233 +00:14:55,860 --> 00:14:58,900 +asking for a ViewHolder, what do we want to do? We + +234 +00:14:58,900 --> 00:15:00,740 +want to create a ViewHolder Who is the ViewHolder + +235 +00:15:00,740 --> 00:15:02,780 +that we want to create? The one that we made a + +236 +00:15:02,780 --> 00:15:05,260 +class from Since we made a class, we can say + +237 +00:15:05,260 --> 00:15:09,580 +myViewHolder vh for example equals new + +238 +00:15:09,580 --> 00:15:13,140 +myViewHolder I found that I still have an error, + +239 +00:15:13,360 --> 00:15:20,050 +why? What does the constructor take? The view, not + +240 +00:15:20,050 --> 00:15:22,890 +the constructor, what does it want? It wants a + +241 +00:15:22,890 --> 00:15:26,950 +view. Who is the view? It's the same item. We want + +242 +00:15:26,950 --> 00:15:30,570 +to make it inflate. See how? To force me to make a + +243 +00:15:30,570 --> 00:15:32,790 +view holder, I say, I demand a view holder from + +244 +00:15:32,790 --> 00:15:35,270 +you. But when you make a view holder, what does + +245 +00:15:35,270 --> 00:15:38,490 +the view holder want? It wants a view. See how it + +246 +00:15:38,490 --> 00:15:43,770 +rotates. In the end, what do you want to give it + +247 +00:15:43,770 --> 00:15:46,610 +back? A view holder. And to create a view holder, + +248 +00:15:47,550 --> 00:15:52,870 +You have to do what? View. Before this step, we + +249 +00:15:52,870 --> 00:15:55,930 +have to do the inflate process. To convert the + +250 +00:15:55,930 --> 00:16:00,690 +layout to view. And we pass the view to view here. + +251 +00:16:02,330 --> 00:16:07,050 +How can we make the layout inflater? Layout + +252 +00:16:07,050 --> 00:16:10,190 +inflater. We used to say from. And here we get the + +253 +00:16:10,190 --> 00:16:13,450 +context. Instead of getting the context, we pass + +254 +00:16:13,450 --> 00:16:17,510 +it. Do you see the parent here?I can say parent + +255 +00:16:17,510 --> 00:16:22,430 +.getContext + +256 +00:16:22,430 --> 00:16:26,010 +() method. The context itself is taken from the + +257 +00:16:26,010 --> 00:16:27,710 +parameter here. Instead of passing it through the + +258 +00:16:27,710 --> 00:16:29,990 +constructor and passing the size of the hash, it + +259 +00:16:29,990 --> 00:16:35,810 +is present here. Then we say inflate. Here we give + +260 +00:16:35,810 --> 00:16:41,530 +it R.layout.personItemDesign. + +261 +00:16:43,350 --> 00:16:46,550 +Now, in the list, we used to put the second + +262 +00:16:46,550 --> 00:16:48,150 +parameter as null, correct or not? But I found + +263 +00:16:48,150 --> 00:16:49,730 +that it is a bit different. If you put it as null, + +264 +00:16:50,670 --> 00:16:53,330 +you will find an element with a small size, which + +265 +00:16:53,330 --> 00:16:54,890 +you designed. Supposedly, we designed it according + +266 +00:16:54,890 --> 00:16:57,270 +to what? According to the screen. So, I want to + +267 +00:16:57,270 --> 00:17:00,230 +tell you that I found, put the second parameter as + +268 +00:17:00,230 --> 00:17:02,070 +parent. + +269 +00:17:04,110 --> 00:17:07,710 +Correct? And there is a third parameter. We want + +270 +00:17:07,710 --> 00:17:10,630 +to put false. What are these? Did you get it? The + +271 +00:17:10,630 --> 00:17:13,270 +first parameter is the layout, got it? Parent, + +272 +00:17:13,910 --> 00:17:19,790 +now, means tell me, your element, you want it to + +273 +00:17:19,790 --> 00:17:23,170 +take the property of whom? The parent, who is the + +274 +00:17:23,170 --> 00:17:26,170 +parent of the item? The list view, right or wrong? + +275 +00:17:26,430 --> 00:17:28,830 +Or the recycler view? The recycler view is the + +276 +00:17:28,830 --> 00:17:33,250 +width and the height of the screen So if you pass + +277 +00:17:33,250 --> 00:17:35,990 +the parent here, it means that the width and the + +278 +00:17:35,990 --> 00:17:38,090 +height of the element here will be the same width + +279 +00:17:38,090 --> 00:17:41,970 +and height of the parent So this is only, you pass + +280 +00:17:41,970 --> 00:17:45,390 +the parent here on the basis that the layout + +281 +00:17:45,390 --> 00:17:47,820 +properties of the parent are related to whom? For + +282 +00:17:47,820 --> 00:17:50,320 +the item, if I put here money, it will work + +283 +00:17:50,320 --> 00:17:52,200 +normally, but the element will have a small size + +284 +00:17:52,200 --> 00:17:54,840 +because it did not take the width and height of + +285 +00:17:54,840 --> 00:17:57,320 +the parent and tried it at home by itself. + +286 +00:18:01,280 --> 00:18:04,040 +But it was correct in the list view. Here it does + +287 +00:18:04,040 --> 00:18:06,760 +not work until you put the parent. Why don't you + +288 +00:18:06,760 --> 00:18:10,260 +tell me? They are like that, okay? Okay, the last + +289 +00:18:10,260 --> 00:18:13,900 +thing, what is written here? I put false. What is + +290 +00:18:13,900 --> 00:18:19,330 +false here? You told me that you want to make an + +291 +00:18:19,330 --> 00:18:21,570 +inflate for this layout and you want it to take + +292 +00:18:21,570 --> 00:18:23,510 +the parent's properties. Do you want to link it to + +293 +00:18:23,510 --> 00:18:25,350 +the parent? Do you want to add it to the parent? + +294 +00:18:25,950 --> 00:18:29,070 +What did I write here? False. I did not add it to + +295 +00:18:29,070 --> 00:18:31,410 +the parent because the adapter and the + +296 +00:18:31,410 --> 00:18:35,210 +RecyclerView at the right time link it. Okay? So I + +297 +00:18:35,210 --> 00:18:37,410 +told him that it is false. But I passed the parent + +298 +00:18:37,410 --> 00:18:39,970 +because the properties were given to whom? To the + +299 +00:18:39,970 --> 00:18:44,140 +item that we want to make it inflate. Ok, this is + +300 +00:18:44,140 --> 00:18:47,020 +the result of LayoutInflater.from.inflater What + +301 +00:18:47,020 --> 00:18:54,740 +does it return? Yes, it returns a view Here Now, + +302 +00:18:54,800 --> 00:18:57,280 +take this view and pass it to the view holder to + +303 +00:18:57,280 --> 00:19:01,100 +make it silent What is this? This is silent Now, + +304 +00:19:01,500 --> 00:19:06,520 +look at me, these two lines that are here, they + +305 +00:19:06,520 --> 00:19:12,400 +are equivalent to these lines What does it mean if + +306 +00:19:12,400 --> 00:19:15,660 +convertView is done at the beginning? Right? It + +307 +00:19:15,660 --> 00:19:19,200 +wasn't in the scroll yet. It will go and inflate, + +308 +00:19:19,680 --> 00:19:22,800 +right or not? And then it will do findViewById. + +309 +00:19:23,080 --> 00:19:26,280 +And then it will create a ViewHolder and put the + +310 +00:19:26,280 --> 00:19:28,780 +elements in it. And it will do setTag. All of + +311 +00:19:28,780 --> 00:19:32,320 +these are done by themselves. These two lines. + +312 +00:19:32,820 --> 00:19:38,020 +How? The inflate is what is here. Right? Well, + +313 +00:19:38,080 --> 00:19:41,930 +where are the findViewById? Instead of putting it + +314 +00:19:41,930 --> 00:19:45,450 +here, they put it in the view holder. They took + +315 +00:19:45,450 --> 00:19:48,070 +the view and what did they do? Find the view by + +316 +00:19:48,070 --> 00:19:54,090 +ID, and where did they put it? In the box. So all + +317 +00:19:54,090 --> 00:19:57,650 +this code that he brought and stored in the view + +318 +00:19:57,650 --> 00:20:00,710 +holder, where did they put it? In the constructor + +319 +00:20:00,710 --> 00:20:03,810 +of the view holder. Exactly the same steps. But + +320 +00:20:03,810 --> 00:20:05,350 +the difference is that the recycler of the view + +321 +00:20:05,350 --> 00:20:08,130 +does not force you to make a view holder because + +322 +00:20:08,130 --> 00:20:10,690 +it is not a request to be returned.It's not asking + +323 +00:20:10,690 --> 00:20:14,610 +for view, it's asking for what? It's asking for a + +324 +00:20:14,610 --> 00:20:20,490 +view holder, vh And the view holder, in order to + +325 +00:20:20,490 --> 00:20:24,710 +create it, what does it need? It needs view So in + +326 +00:20:24,710 --> 00:20:27,630 +this method, you need to create a view and a view + +327 +00:20:27,630 --> 00:20:29,590 +holder And the same steps that were done in the + +328 +00:20:29,590 --> 00:20:32,270 +lesson were done here But before the code was + +329 +00:20:32,270 --> 00:20:35,630 +written behind each other, the view holder + +330 +00:20:35,630 --> 00:20:35,850 +constructor was created + +331 +00:20:38,960 --> 00:20:41,580 +And now we are done with the onCreateViewHolder. + +332 +00:20:42,860 --> 00:20:49,660 +What is this bind? When the element is filled, + +333 +00:20:50,540 --> 00:20:52,940 +whether it is created for the first time or used + +334 +00:20:52,940 --> 00:20:56,900 +again, it will create the onBindViewHolder. And + +335 +00:20:56,900 --> 00:21:00,530 +what did it bring here?The view holder. Why? Just + +336 +00:21:00,530 --> 00:21:02,970 +to fill the element now, do I need the element + +337 +00:21:02,970 --> 00:21:06,690 +itself? No. But who do I fill it through? The view + +338 +00:21:06,690 --> 00:21:09,010 +holder. It brought the view holder and the + +339 +00:21:09,010 --> 00:21:12,050 +position and filled it. We know that the view + +340 +00:21:12,050 --> 00:21:15,650 +holder indicates everything in the view. Now, all + +341 +00:21:15,650 --> 00:21:23,430 +I have to do is say person p equals persons dot + +342 +00:21:23,430 --> 00:21:24,710 +get position. + +343 +00:21:26,990 --> 00:21:28,330 +And then we go to the holder. + +344 +00:21:31,090 --> 00:21:36,690 +Who do we want? Photoim.set image resource p + +345 +00:21:36,690 --> 00:21:40,750 +.getphotoid. And here I am filling it in. But I am + +346 +00:21:40,750 --> 00:21:42,930 +filling it through who? Through the holder. The + +347 +00:21:42,930 --> 00:21:46,750 +code that I am writing now is the same code that + +348 +00:21:46,750 --> 00:21:52,370 +is below. Can you see it? Here. And it is as if + +349 +00:21:52,370 --> 00:21:55,090 +this code that I got from VIEW was separated into + +350 +00:21:55,090 --> 00:21:55,650 +two methods. + +351 +00:21:58,270 --> 00:22:01,270 +onCreateViewHolder which is the first section and + +352 +00:22:01,270 --> 00:22:04,090 +onBindViewHolder which is the second section. But + +353 +00:22:04,090 --> 00:22:05,310 +let's do each one separately. + +354 +00:22:08,670 --> 00:22:12,270 +Holder.NameTV + +355 +00:22:12,270 --> 00:22:14,610 +.SetText. Of course, whoever wants to understand + +356 +00:22:14,610 --> 00:22:18,970 +the lecture today should try the ListView and try + +357 +00:22:18,970 --> 00:22:22,270 +to understand it. Okay? P. + +358 +00:22:26,120 --> 00:22:29,520 +Here, of course, all confidence that you are sure. + +359 +00:22:36,080 --> 00:22:43,440 +Of course, + +360 +00:22:43,700 --> 00:22:46,160 +what does the button want? It varies, it wants + +361 +00:22:46,160 --> 00:22:52,060 +action. Sit on click listener, new on click + +362 +00:22:52,060 --> 00:22:52,940 +listener. + +363 +00:22:57,250 --> 00:22:59,370 +Then, for example, we print toast with the element + +364 +00:22:59,370 --> 00:23:03,610 +that I ... + +365 +00:23:03,610 --> 00:23:06,950 +Of course, there is no getApplicationContext. + +366 +00:23:07,730 --> 00:23:09,830 +Right? No, because we did not get the context at + +367 +00:23:09,830 --> 00:23:14,970 +all. But we can go and say holder.itemView + +368 +00:23:14,970 --> 00:23:17,910 +.getContext. + +369 +00:23:20,250 --> 00:23:24,210 +The toast print needs context as well. Right or + +370 +00:23:24,210 --> 00:23:26,210 +wrong? But I didn't use context for the adapter. + +371 +00:23:26,330 --> 00:23:30,250 +You can get context from the holder itself. Holder + +372 +00:23:30,250 --> 00:23:35,530 +.itemview.getcontext It is the same get + +373 +00:23:35,530 --> 00:23:38,730 +application context. But this needs the holder to + +374 +00:23:38,730 --> 00:23:41,190 +be final. + +375 +00:23:46,670 --> 00:23:48,530 +Here p.getname + +376 +00:23:57,390 --> 00:24:02,490 +Ok, I'm done. Actually, the process is very + +377 +00:24:02,490 --> 00:24:04,330 +simple. The constructor is almost the same as the + +378 +00:24:04,330 --> 00:24:06,430 +constructor of the ListView, but I didn't make it + +379 +00:24:06,430 --> 00:24:09,710 +contextual. There are only two methods, + +380 +00:24:10,050 --> 00:24:12,890 +onCreateViewHolder and onBindViewHolder. + +381 +00:24:14,070 --> 00:24:18,350 +onCreateViewHolder actually asks for ViewHolder. I + +382 +00:24:18,350 --> 00:24:19,690 +went to check the ViewHolder, but what does the + +383 +00:24:19,690 --> 00:24:22,390 +ViewHolder need? The View itself. I went and told + +384 +00:24:22,390 --> 00:24:26,010 +it to inflate before. And then it returns to the + +385 +00:24:26,010 --> 00:24:29,050 +ViewHolder.The second method is to unbind the view + +386 +00:24:29,050 --> 00:24:31,030 +holder, which means that you have an answer that + +387 +00:24:31,030 --> 00:24:34,530 +you want to fill in. And to fill in the view + +388 +00:24:34,530 --> 00:24:38,530 +holder, you don't need the view. Because you don't + +389 +00:24:38,530 --> 00:24:43,110 +need to do the find view by id. You need the view + +390 +00:24:43,110 --> 00:24:45,670 +holder. This is the view holder. By filling in the + +391 +00:24:45,670 --> 00:24:49,690 +data. I brought the view holder and filled in the + +392 +00:24:49,690 --> 00:24:51,970 +data. And that's how we solved it. + +393 +00:24:56,070 --> 00:25:02,120 +Okay, there is an error. Where is it? Yes, the P. + +394 +00:25:02,240 --> 00:25:04,080 +Okay. I will put this as final. + +395 +00:25:07,980 --> 00:25:10,380 +I will go back to the main activity. This is the + +396 +00:25:10,380 --> 00:25:13,120 +difference between the recycler view and the list + +397 +00:25:13,120 --> 00:25:15,360 +view which is in the adapter. Now I will tell it + +398 +00:25:15,360 --> 00:25:16,100 +to set adapter. + +399 +00:25:21,740 --> 00:25:23,480 +No, I did not create it at all. + +400 +00:25:26,580 --> 00:25:34,120 +MyAdapter.new MyAdapter Persons + +401 +00:25:34,120 --> 00:25:37,500 +Layout + +402 +00:25:37,500 --> 00:25:49,240 +Inflate + +403 +00:25:49,240 --> 00:25:53,640 +Layout + +404 +00:25:54,680 --> 00:25:56,740 +No one paid attention to it, guys. When I do + +405 +00:25:56,740 --> 00:25:59,720 +inflate, I don't pass through the layout. Right or + +406 +00:25:59,720 --> 00:26:06,160 +wrong? Ok, I use the item that I passed through. + +407 +00:26:07,620 --> 00:26:10,820 +Ok, here I created the adapter, and then I say set + +408 +00:26:10,820 --> 00:26:11,820 +adapter adapter. + +409 +00:26:16,040 --> 00:26:19,380 +Ok, we don't want to install it yet. Did you find + +410 +00:26:19,380 --> 00:26:22,700 +it? Until now, the adapter is almost the same as + +411 +00:26:22,700 --> 00:26:24,840 +the ListView, but it's a bit different in the + +412 +00:26:24,840 --> 00:26:28,580 +adapter. And in order to make an adapter, you have + +413 +00:26:28,580 --> 00:26:34,880 +to make the class extendViewHolder before it. Now, + +414 +00:26:35,000 --> 00:26:36,700 +in the ListView, we used to do like this, set + +415 +00:26:36,700 --> 00:26:39,160 +adapter and turn it on, and the ListView will + +416 +00:26:39,160 --> 00:26:41,490 +work. Now, in the RecyclerView, it doesn't work. I + +417 +00:26:41,490 --> 00:26:43,390 +say, wait, we are different from ListView. + +418 +00:26:43,510 --> 00:26:47,770 +ListView used to show you what? Heads. Now here, + +419 +00:26:48,230 --> 00:26:50,370 +you need to determine how the shape of the objects + +420 +00:26:50,370 --> 00:26:54,310 +is. Do you want it to be head, or horizontal, or + +421 +00:26:54,310 --> 00:26:57,130 +grid, or what exactly do you want? So, you need + +422 +00:26:57,130 --> 00:27:00,670 +the ListView to ask for something else now. You + +423 +00:27:00,670 --> 00:27:04,270 +must give it. Its name is SetLayoutManager. + +424 +00:27:08,150 --> 00:27:10,850 +This list view was not required, but the recycler + +425 +00:27:10,850 --> 00:27:13,390 +view is necessary, because the recycler view is + +426 +00:27:13,390 --> 00:27:15,690 +different from the list view because it can + +427 +00:27:15,690 --> 00:27:18,710 +display different shapes and angles. So, you have + +428 +00:27:18,710 --> 00:27:20,850 +to specify the way of display. To specify the way + +429 +00:27:20,850 --> 00:27:23,670 +of display, what does it need? Layout manager. + +430 +00:27:25,090 --> 00:27:28,810 +Now, to create a layout manager, I need to create + +431 +00:27:28,810 --> 00:27:34,450 +something called linear layout manager. is equal + +432 +00:27:34,450 --> 00:27:38,430 +to a new linear layout manager and this linear + +433 +00:27:38,430 --> 00:27:42,950 +layout manager needs get application context what + +434 +00:27:42,950 --> 00:27:46,850 +is a linear layout manager? linear means either + +435 +00:27:46,850 --> 00:27:51,630 +arranged horizontally or vertically so I will say + +436 +00:27:51,630 --> 00:27:56,850 +now linear layout manager by default linear layout + +437 +00:27:56,850 --> 00:28:01,150 +manager is vertical I can say linear layout + +438 +00:28:01,150 --> 00:28:04,720 +manager set Orientation, what does orientation + +439 +00:28:04,720 --> 00:28:09,900 +mean? The direction is known as fixed. For + +440 +00:28:09,900 --> 00:28:13,480 +example, what is this here? Linear layout manager + +441 +00:28:13,480 --> 00:28:16,220 +dot vertical. This is integer. It is fixed and + +442 +00:28:16,220 --> 00:28:19,080 +known in this class. It is by default to be + +443 +00:28:19,080 --> 00:28:23,280 +vertical, guys. Okay, if you don't do this, it is + +444 +00:28:23,280 --> 00:28:24,900 +not a problem. Okay, I will put it here. Of + +445 +00:28:24,900 --> 00:28:26,560 +course, here when I say set layout manager, what + +446 +00:28:26,560 --> 00:28:30,520 +will happen? It will be destroyed. What is main? + +447 +00:28:30,580 --> 00:28:34,170 +What is element? It's not right what I did. And + +448 +00:28:34,170 --> 00:28:37,550 +leave this gate alone. And come here. Let's work. + +449 +00:29:54,480 --> 00:29:58,560 +Okay. Why do you play with phones guys? Yes? + +450 +00:30:01,710 --> 00:30:08,130 +This is how it looks. Ok guys, + +451 +00:30:08,490 --> 00:30:13,730 +this is how RecyclerView looks after we show it. + +452 +00:30:15,190 --> 00:30:18,790 +Of course, + +453 +00:30:18,910 --> 00:30:21,250 +I'm not deleting it yet. What I'm doing is when + +454 +00:30:21,250 --> 00:30:23,710 +you click on delete, it shows up. And there is no + +455 +00:30:23,710 --> 00:30:27,180 +action yet. on the item itself, on the + +456 +00:30:27,180 --> 00:30:29,340 +RecyclerView. Okay, before we do the action, now + +457 +00:30:29,340 --> 00:30:31,640 +we are exposed to the vertical elements. Let's see + +458 +00:30:31,640 --> 00:30:36,900 +if I put it horizontally. See how it looks. + +459 +00:30:45,700 --> 00:30:53,460 +Okay, now you see how? I am drawing horizontally. + +460 +00:30:55,000 --> 00:31:01,380 +What happened horizontally? Sometimes you + +461 +00:31:01,380 --> 00:31:05,060 +have to do something horizontal like this Not only + +462 +00:31:05,060 --> 00:31:11,240 +this, we also have grid, instead of linear layout + +463 +00:31:11,240 --> 00:31:15,040 +manager We + +464 +00:31:15,040 --> 00:31:15,380 +have + +465 +00:31:35,280 --> 00:31:38,260 +GridLayoutManager GridLayoutManager takes two + +466 +00:31:38,260 --> 00:31:41,040 +things one is getApplicationContext and the other + +467 +00:31:41,040 --> 00:31:42,600 +is spanCount + +468 +00:31:47,230 --> 00:31:51,110 +Sometimes you want to display 5, 10, 20 lines in a + +469 +00:31:51,110 --> 00:31:53,610 +row. Here, for example, I want to display 2 lines + +470 +00:31:53,610 --> 00:31:58,470 +in a row. Depending on the number of elements. Of + +471 +00:31:58,470 --> 00:32:00,810 +course, you should go to the list view and type + +472 +00:32:00,810 --> 00:32:07,170 +set layout manager and give it the grid layout + +473 +00:32:07,170 --> 00:32:07,590 +manager. + +474 +00:32:10,970 --> 00:32:12,550 +RecyclerView does not only need an adapter, it + +475 +00:32:12,550 --> 00:32:16,930 +needs an adapter and a layout manager. Okay, this + +476 +00:32:16,930 --> 00:32:21,010 +is how it looks when we show this. The problem + +477 +00:32:21,010 --> 00:32:23,610 +here is in our design. What did we really do to + +478 +00:32:23,610 --> 00:32:26,250 +our design? To the screen. So, when we cut it in + +479 +00:32:26,250 --> 00:32:28,410 +half, half of the design fell down, which is what? + +480 +00:32:28,830 --> 00:32:31,070 +The image. The image. Okay? So, if you design it + +481 +00:32:31,070 --> 00:32:32,950 +correctly, it will look right. How many elements + +482 +00:32:32,950 --> 00:32:36,250 +did it show in the line? Two. Yes, two. These are + +483 +00:32:36,250 --> 00:32:38,570 +still running, the plants. Of course, if there are + +484 +00:32:38,570 --> 00:32:41,790 +more, what happens? It gets messy. This is called + +485 +00:32:41,790 --> 00:32:43,390 +Grid Layout Manager. + +486 +00:33:02,520 --> 00:33:04,500 +Ok, there are some small issues, let me put this + +487 +00:33:04,500 --> 00:33:08,920 +back vertically Layout + +488 +00:33:08,920 --> 00:33:14,520 +manager can say set reverse layout through, what + +489 +00:33:14,520 --> 00:33:18,940 +does reverse mean? Reverse it, sometimes guys have + +490 +00:33:18,940 --> 00:33:23,220 +to do what? For example, you want to create a news + +491 +00:33:23,220 --> 00:33:28,020 +website, all the news that are added to the list + +492 +00:33:28,020 --> 00:33:32,210 +view now When you add new elements and do notify + +493 +00:33:32,210 --> 00:33:34,990 +data set changed, where do the new elements + +494 +00:33:34,990 --> 00:33:39,350 +appear? No, below Not when you add to the array + +495 +00:33:39,350 --> 00:33:40,830 +list, where does it add? Does it add in the first + +496 +00:33:40,830 --> 00:33:43,210 +place? Yes, it adds in the second place So, the + +497 +00:33:43,210 --> 00:33:44,870 +elements will appear in the second place If you + +498 +00:33:44,870 --> 00:33:48,350 +want it to be opposite, there are two solutions + +499 +00:33:48,350 --> 00:33:51,070 +There is a solution without RecyclerView That is, + +500 +00:33:52,670 --> 00:33:54,450 +when you add to the array list in the first place, + +501 +00:33:54,490 --> 00:33:58,310 +or vice versa Right or not? Because this always + +502 +00:33:58,310 --> 00:34:03,350 +matches with the order of places in the list, in + +503 +00:34:03,350 --> 00:34:05,950 +the array list, matches with the order of places + +504 +00:34:05,950 --> 00:34:08,310 +in the list view. Okay? So if you reverse the + +505 +00:34:08,310 --> 00:34:11,270 +array list, you will reverse with the recycler + +506 +00:34:11,270 --> 00:34:13,770 +view or the list view. The recycler view gives you + +507 +00:34:13,770 --> 00:34:16,070 +the option, it tells you, do not worry, you put + +508 +00:34:16,070 --> 00:34:19,590 +the array as it is, you can put a choice to show + +509 +00:34:19,590 --> 00:34:21,810 +them what. On the contrary, this is another + +510 +00:34:21,810 --> 00:34:25,730 +option, which is what we did, set reverse, layout. + +511 +00:34:26,550 --> 00:34:29,530 +But of course, what did reverse layout do? It did + +512 +00:34:29,530 --> 00:34:31,730 +reverse correctly. This is the last one to be + +513 +00:34:31,730 --> 00:34:33,510 +added, which is this hope. It used to go down. + +514 +00:34:34,290 --> 00:34:36,990 +Yes, but what else? It started from where? From + +515 +00:34:36,990 --> 00:34:39,510 +below. So this can be solved by saying to it, what + +516 +00:34:39,510 --> 00:34:43,550 +is the security? Set stack from end, tell it to + +517 +00:34:43,550 --> 00:34:46,830 +roll. Because it found that as long as I reflected + +518 +00:34:46,830 --> 00:34:48,790 +it, it considers the start from below and the end + +519 +00:34:48,790 --> 00:34:51,510 +from above. So I told it to start working from + +520 +00:34:51,510 --> 00:34:55,900 +above. From the end. The end came from above. So, + +521 +00:34:55,940 --> 00:34:57,580 +I turned it on again. + +522 +00:35:04,420 --> 00:35:06,140 +Okay, this is what happened, but the elements are + +523 +00:35:06,140 --> 00:35:08,520 +reversed. The hope was shown in the end. This is + +524 +00:35:08,520 --> 00:35:10,540 +the proof that I added hope when I added it to the + +525 +00:35:10,540 --> 00:35:14,400 +array. Yes, in the end. This is P3. But now it + +526 +00:35:14,400 --> 00:35:18,160 +appeared in the beginning. Okay, another thing. + +527 +00:35:21,140 --> 00:35:23,440 +I also found out in the RecyclerView that I don't + +528 +00:35:23,440 --> 00:35:23,660 +have + +529 +00:35:26,490 --> 00:35:30,230 +In the list view, there was a line. But why didn't + +530 +00:35:30,230 --> 00:35:32,370 +I put a line here? Because it tells you that you + +531 +00:35:32,370 --> 00:35:34,230 +are allowed to put whatever you want. + +532 +00:35:37,910 --> 00:35:42,210 +To add a line, you can do the following. Go to the + +533 +00:35:42,210 --> 00:35:46,430 +list view, and you have something called add item + +534 +00:35:46,430 --> 00:35:52,280 +decoration. add item decoration this is to define + +535 +00:35:52,280 --> 00:35:55,080 +the shape or design of the item this is a big deal + +536 +00:35:55,080 --> 00:35:58,480 +how to make decoration for the item but now he + +537 +00:35:58,480 --> 00:36:03,260 +made a decoration ready called divider item + +538 +00:36:03,260 --> 00:36:07,360 +decoration divider item decoration which is like + +539 +00:36:07,360 --> 00:36:10,060 +decoration or design for whom? for the divider + +540 +00:36:10,060 --> 00:36:13,040 +what is divider? it is the division between + +541 +00:36:13,040 --> 00:36:17,460 +elements divider item decoration is equal to new + +542 +00:36:18,380 --> 00:36:22,320 +Divider item decoration. What does this context + +543 +00:36:22,320 --> 00:36:22,460 +want? + +544 +00:36:56,040 --> 00:36:57,800 +By the context and integer. + +545 +00:37:15,740 --> 00:37:20,240 +They need two things, context and divider. You + +546 +00:37:20,240 --> 00:37:22,660 +need to specify if your list is horizontal or + +547 +00:37:22,660 --> 00:37:25,960 +vertical. Right now it is vertical. So that they + +548 +00:37:25,960 --> 00:37:28,200 +know where to put the divider. So I told him + +549 +00:37:28,200 --> 00:37:33,360 +vertical. That's it. When I created the divider + +550 +00:37:33,360 --> 00:37:36,900 +item decoration, this is the ready design. Then + +551 +00:37:36,900 --> 00:37:40,580 +you go to the list view and you say add item + +552 +00:37:40,580 --> 00:37:44,660 +decoration and you say did. Ok, let's see how it + +553 +00:37:44,660 --> 00:37:44,860 +looks + +554 +00:38:09,090 --> 00:38:12,470 +Ok, this is the divider item decoration. Now look + +555 +00:38:12,470 --> 00:38:16,470 +at the advantage of having everything in the list + +556 +00:38:16,470 --> 00:38:17,030 +view ready. + +557 +00:38:22,790 --> 00:38:26,610 +Modification is hard. It's easy, but it's not + +558 +00:38:26,610 --> 00:38:29,650 +customized for the image you want. Things that you + +559 +00:38:29,650 --> 00:38:33,510 +want to modify a lot or modify your mood, you have + +560 +00:38:33,510 --> 00:38:35,390 +to work a lot on them. That's how it is. Nothing + +561 +00:38:35,390 --> 00:38:38,050 +comes easy. If you want something easy, it won't + +562 +00:38:38,050 --> 00:38:42,490 +be perfect. If you want to change something, you + +563 +00:38:42,490 --> 00:38:48,630 +need to work hard on it. For example, + +564 +00:38:50,110 --> 00:38:53,270 +I want to add a divider in the shape that I want. + +565 +00:38:53,390 --> 00:38:55,570 +I brought a picture as a divider, or I drew a + +566 +00:38:55,570 --> 00:38:59,050 +specific divider and I want to add it. Come to the + +567 +00:38:59,050 --> 00:39:01,670 +RecyclerView, for example, I brought a picture as + +568 +00:39:01,670 --> 00:39:05,910 +a divider, and I put it in the drawable. Okay? A + +569 +00:39:05,910 --> 00:39:09,470 +picture, a new picture as a divider. Instead of + +570 +00:39:09,470 --> 00:39:12,730 +using the divider default This is one of the + +571 +00:39:12,730 --> 00:39:14,770 +features of RecyclerView, which is not present in + +572 +00:39:14,770 --> 00:39:16,030 +ListView In ListView, it brings you a fixed + +573 +00:39:16,030 --> 00:39:19,850 +divider Because its editing is difficult Here, go + +574 +00:39:19,850 --> 00:39:22,670 +to the divider item decoration that I made And + +575 +00:39:22,670 --> 00:39:24,790 +tell it set drawable Do you see this set drawable? + +576 +00:39:25,550 --> 00:39:29,670 +Yes, what does it take? It takes drawable Yes, + +577 +00:39:29,730 --> 00:39:32,130 +this is a little problem here Notice that it does + +578 +00:39:32,130 --> 00:39:36,570 +not take ID if it takes id, we would put r + +579 +00:39:36,570 --> 00:39:40,410 +.drawable.name of the image but this doesn't need + +580 +00:39:40,410 --> 00:39:45,410 +id, it needs drawable itself to get the drawable + +581 +00:39:45,410 --> 00:39:49,750 +itself, you bring it in a line this drawable, for + +582 +00:39:49,750 --> 00:39:56,430 +example, you make get resources get + +583 +00:39:56,430 --> 00:39:59,770 +resources to reach the resources and from it get + +584 +00:39:59,770 --> 00:40:02,330 +drawable + +585 +00:40:03,790 --> 00:40:06,170 +And here you get the drawable, you give it the id + +586 +00:40:06,170 --> 00:40:08,590 +of the drawable to return the drawable So + +587 +00:40:08,590 --> 00:40:11,730 +getDrawable is taking the id and returning the + +588 +00:40:11,730 --> 00:40:13,590 +drawable itself Why do we need the drawable + +589 +00:40:13,590 --> 00:40:18,890 +itself? Because this method needs the drawable So + +590 +00:40:18,890 --> 00:40:25,510 +now r.drawable.divider And here what do I give it? + +591 +00:40:26,130 --> 00:40:29,190 +The d There are a lot of things in resources like + +592 +00:40:29,190 --> 00:40:31,750 +this, sometimes the ID is an integer and sometimes + +593 +00:40:31,750 --> 00:40:35,070 +the resource itself is an integer. If the integer + +594 +00:40:35,070 --> 00:40:37,230 +is an integer, you put R dot drawable dot + +595 +00:40:37,230 --> 00:40:40,370 +something like that. If the resource itself is an + +596 +00:40:40,370 --> 00:40:43,710 +integer, you put getresources dot get something + +597 +00:40:43,710 --> 00:40:52,790 +like that. Okay? Okay, based on this talk, now I + +598 +00:40:52,790 --> 00:40:55,850 +want to make the divider the image that I chose. + +599 +00:41:02,850 --> 00:41:16,070 +I'm still updating it + +600 +00:41:16,070 --> 00:41:21,090 +Ok, it's adding the image that I want in the + +601 +00:41:21,090 --> 00:41:24,970 +dividers Ok, + +602 +00:41:25,130 --> 00:41:29,410 +let's come to another point, action Now in the + +603 +00:41:29,410 --> 00:41:32,070 +list view, we used to go to the list view and say + +604 +00:41:32,070 --> 00:41:40,930 +setSit on click listener. Now, sit on item click + +605 +00:41:40,930 --> 00:41:43,310 +listener, not on click listener on the list view, + +606 +00:41:43,370 --> 00:41:46,330 +on the recycler view. But I want on a specific + +607 +00:41:46,330 --> 00:41:48,770 +item, there is no sit on item click listener. It + +608 +00:41:48,770 --> 00:41:51,110 +does not exist. They removed it. Why did they + +609 +00:41:51,110 --> 00:41:55,290 +remove it? They said that you are free to do it in + +610 +00:41:55,290 --> 00:41:59,190 +the adapter. You can't do it from here. This has + +611 +00:41:59,190 --> 00:42:03,750 +more than the lift view. Where do we do it? Go + +612 +00:42:03,750 --> 00:42:08,310 +back to the adapter. Where did we create the view? + +613 +00:42:10,410 --> 00:42:14,270 +Here, here, not in the inflate. This is the + +614 +00:42:14,270 --> 00:42:17,130 +inflater that creates the view. Come to the view, + +615 +00:42:17,210 --> 00:42:19,350 +here inside the adapter that I am using now. Come + +616 +00:42:19,350 --> 00:42:22,930 +to the adapter and tell it to sit on, click, + +617 +00:42:23,710 --> 00:42:26,670 +listen up. So when I create the view, what do I + +618 +00:42:26,670 --> 00:42:36,910 +do? I click on it. Or it is better to go to the + +619 +00:42:36,910 --> 00:42:38,890 +holder instead of putting it here. So when you + +620 +00:42:38,890 --> 00:42:45,760 +come and bind, This is holder.sitonholder + +621 +00:42:45,760 --> 00:42:52,500 +.itemview.sitonclicklistener + +622 +00:42:52,500 --> 00:42:56,000 +.newonclicklistener. Why did I put it in the + +623 +00:42:56,000 --> 00:42:57,900 +holder? Because it depends on the position. + +624 +00:43:00,920 --> 00:43:03,460 +In the onbind view, when it fills the data, it + +625 +00:43:03,460 --> 00:43:04,920 +goes to the view itself and makes it + +626 +00:43:04,920 --> 00:43:08,340 +sitonclicklistener. For example, what should we do + +627 +00:43:08,340 --> 00:43:10,160 +when we click on view? We should find the data of + +628 +00:43:10,160 --> 00:43:12,700 +the person in what? Yes, in toast. Of course, we + +629 +00:43:12,700 --> 00:43:14,480 +will change the gate. Delete, what should it do? + +630 +00:43:15,700 --> 00:43:20,340 +It should delete. Right or wrong? Delete. Let's + +631 +00:43:20,340 --> 00:43:22,100 +follow the message. The gate should delete. How to + +632 +00:43:22,100 --> 00:43:24,420 +delete? We took how to delete. You go to persons + +633 +00:43:24,420 --> 00:43:29,360 +and you say remove position. Okay? And then you + +634 +00:43:29,360 --> 00:43:33,340 +say what? Notify dataset changing. The goal is to + +635 +00:43:33,340 --> 00:43:37,490 +delete. But when I click on the item itself, All + +636 +00:43:37,490 --> 00:43:41,550 +of it. Who is the item in view? All of it. All of + +637 +00:43:41,550 --> 00:43:44,210 +the elements. When I click on it, it will give me + +638 +00:43:44,210 --> 00:43:47,570 +a toast and print data with the name of the + +639 +00:43:47,570 --> 00:43:51,170 +person. We stopped working outside. Sit on item, + +640 +00:43:51,330 --> 00:43:54,870 +click listener. We started working inside the + +641 +00:43:54,870 --> 00:43:55,270 +adapter. + +642 +00:44:20,350 --> 00:44:23,950 +The action here is running. Then it will delete + +643 +00:44:23,950 --> 00:44:28,790 +whatever happened in the element. Yes, I found + +644 +00:44:28,790 --> 00:44:32,040 +what I wanted to say. Even the focus What should I + +645 +00:44:32,040 --> 00:44:34,440 +do? Shallow. In the past, when we were looking at + +646 +00:44:34,440 --> 00:44:37,440 +an item, you would feel that there is an effect + +647 +00:44:37,440 --> 00:44:39,540 +here. Okay? You will find that the focus is + +648 +00:44:39,540 --> 00:44:42,000 +shallow. It is shallow in many ways. Why? Because + +649 +00:44:42,000 --> 00:44:43,720 +it tells you that I will remove it and you can + +650 +00:44:43,720 --> 00:44:46,780 +customize it as you want. Okay, let's make our own + +651 +00:44:46,780 --> 00:44:53,600 +focus. Come here to end this lecture. This is the + +652 +00:44:53,600 --> 00:44:57,780 +project. I want to go to the focus. How do I + +653 +00:44:57,780 --> 00:44:59,600 +design it? Through a selector. We took the + +654 +00:44:59,600 --> 00:45:02,260 +selector. Do you remember? When we press the + +655 +00:45:02,260 --> 00:45:04,840 +button, it turns blue and when we press it again, + +656 +00:45:05,220 --> 00:45:08,300 +it turns blue again. So where does this go? We + +657 +00:45:08,300 --> 00:45:11,500 +used to do it inside drawable. We used to do the + +658 +00:45:11,500 --> 00:45:14,900 +new drawable resource. What do we call it for + +659 +00:45:14,900 --> 00:45:17,240 +example? Recycler view selector. + +660 +00:45:20,720 --> 00:45:24,740 +Okay? This is the selector. Now, we want to give + +661 +00:45:24,740 --> 00:45:30,100 +it an item. We used to call it state breast. Which + +662 +00:45:30,100 --> 00:45:34,970 +means when I press it.In the past, when we were + +663 +00:45:34,970 --> 00:45:37,010 +doing a steady breast, we would go inside the item + +664 +00:45:37,010 --> 00:45:40,810 +and type shape, right? Isn't that how we used to + +665 +00:45:40,810 --> 00:45:43,690 +do it? Did you get it? When I tell him, if it's a + +666 +00:45:43,690 --> 00:45:49,110 +breast, come here and do what? Drawable, what does + +667 +00:45:49,110 --> 00:45:52,710 +this line mean? It means that when I press the + +668 +00:45:52,710 --> 00:45:59,380 +breast, it will take from the drawable here Or I + +669 +00:45:59,380 --> 00:46:04,140 +can call it color, simply color, color, accent Go + +670 +00:46:04,140 --> 00:46:08,640 +get the color So when the state becomes breast, it + +671 +00:46:08,640 --> 00:46:13,060 +will execute the meme to draw with guidance Are + +672 +00:46:13,060 --> 00:46:15,260 +you with me or not? In the past, we used to make + +673 +00:46:15,260 --> 00:46:18,560 +the state breast and inside the item we used to + +674 +00:46:18,560 --> 00:46:24,180 +design a shape Okay? Now we can say, let's make an + +675 +00:46:24,180 --> 00:46:26,120 +arrangement, I can design the shape in an external + +676 +00:46:26,120 --> 00:46:29,600 +file And I tell him here, at drawable, I bring my + +677 +00:46:29,600 --> 00:46:34,760 +shape. So that there is not too much work here. Or + +678 +00:46:34,760 --> 00:46:37,480 +I tell him to simply take a different color. + +679 +00:46:38,320 --> 00:46:40,100 +Because when it is pressed, it takes the color. + +680 +00:46:42,000 --> 00:46:44,900 +Okay, but this still has a problem. Because if it + +681 +00:46:44,900 --> 00:46:47,760 +was not pressed, what will it do? The element will + +682 +00:46:47,760 --> 00:46:50,540 +disappear. So I want to tell him, did you find an + +683 +00:46:50,540 --> 00:46:54,880 +item in the normal state? Notice that I did not + +684 +00:46:54,880 --> 00:46:59,330 +put a state. What does not have a state? There is + +685 +00:46:59,330 --> 00:47:05,530 +no specific action. Go and fill the Android color + +686 +00:47:05,530 --> 00:47:11,410 +transparent. This is a small trick. What is + +687 +00:47:11,410 --> 00:47:14,910 +transparent? Transparent. It does not cover + +688 +00:47:14,910 --> 00:47:18,210 +anything. Put a transparent color on it. When he + +689 +00:47:18,210 --> 00:47:19,290 +puts a transparent color on it, what will you get? + +690 +00:47:19,990 --> 00:47:23,710 +You will get the same element. When there is + +691 +00:47:23,710 --> 00:47:28,300 +nothing on it, it will cover it with transparent + +692 +00:47:28,300 --> 00:47:31,620 +color it will show the same element when you click + +693 +00:47:31,620 --> 00:47:35,480 +on it, it will take the background color as what? + +694 +00:47:36,300 --> 00:47:41,020 +yes, the accent okay? now, this thing that I did, + +695 +00:47:41,180 --> 00:47:43,760 +I did not benefit from it yet, right or not? go to + +696 +00:47:43,760 --> 00:47:48,360 +the adapter go to the adapter now, I did not + +697 +00:47:48,360 --> 00:47:52,940 +create the view here go to the view and say set + +698 +00:47:52,940 --> 00:47:57,980 +backgroundI have a background resource that takes + +699 +00:47:57,980 --> 00:48:00,880 +an integer. Or there is a drawable background that + +700 +00:48:00,880 --> 00:48:04,440 +takes a drawable. You can use any one of them. But + +701 +00:48:04,440 --> 00:48:06,120 +if you want to take a drawable, you have to go and + +702 +00:48:06,120 --> 00:48:10,480 +say getresources.getdrawable. But if you use this, + +703 +00:48:11,020 --> 00:48:18,880 +you always say R.drawable.recyclerviewselector. + +704 +00:48:21,110 --> 00:48:23,390 +Of course, I put this one in uncreate, which is + +705 +00:48:23,390 --> 00:48:25,790 +the same element, if the content changes, but the + +706 +00:48:25,790 --> 00:48:31,650 +selector remains the same. Even if I reuse it, the + +707 +00:48:31,650 --> 00:48:34,950 +selector remains the same. Okay? Let's try this + +708 +00:48:34,950 --> 00:48:34,990 +one. + +709 +00:49:06,900 --> 00:49:08,540 +Of course this divide is separate, there is no + +710 +00:49:08,540 --> 00:49:11,380 +action on it, okay? So notice that when you click + +711 +00:49:11,380 --> 00:49:13,920 +on it, it brings you the selector that you want. + +712 +00:49:16,940 --> 00:49:22,460 +Okay guys, there are some things that need coding + +713 +00:49:22,460 --> 00:49:25,500 +more than list view, but it is normal, you will do + +714 +00:49:25,500 --> 00:49:29,200 +coding more to specialize as you want. There are + +715 +00:49:29,200 --> 00:49:31,580 +things that we could not do in the list view, such + +716 +00:49:31,580 --> 00:49:34,920 +as horizontally, vertically and grid. Or you can + +717 +00:49:34,920 --> 00:49:39,400 +change in the divider or in the effect when you + +718 +00:49:39,400 --> 00:49:42,780 +click on an element, you will find that in the + +719 +00:49:42,780 --> 00:49:45,700 +recycler view you can control these elements. We + +720 +00:49:45,700 --> 00:49:49,020 +have not finished the recycler view yet. In the + +721 +00:49:49,020 --> 00:49:51,480 +next lecture, we will see how to make animation on + +722 +00:49:51,480 --> 00:49:53,820 +elements. You can make them slide like this and + +723 +00:49:53,820 --> 00:49:56,460 +like this. And change the action based on it. And + +724 +00:49:56,460 --> 00:49:58,780 +we will talk about something that improves the + +725 +00:49:58,780 --> 00:50:00,440 +design and is used a lot. It is called the card + +726 +00:50:00,440 --> 00:50:03,840 +view. And how to use it with the recycler view.So, + +727 +00:50:03,900 --> 00:50:05,360 +next lecture, God willing, we will finish the + +728 +00:50:05,360 --> 00:50:08,780 +topic of Recycling Fuel And after that, we will + +729 +00:50:08,780 --> 00:50:10,680 +enter into the topic of Database Did you take a + +730 +00:50:10,680 --> 00:50:13,920 +database, guys? Practically, practically Did you + +731 +00:50:13,920 --> 00:50:17,500 +take it? How to create a query? Select? Yes Yes + +732 +00:50:17,500 --> 00:50:24,340 +Did it start with it again? Yes Yes How + +733 +00:50:24,340 --> 00:50:28,520 +to insert and create a table? Yes Yes Yes Yes Yes + +734 +00:50:28,520 --> 00:50:28,520 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +735 +00:50:28,520 --> 00:50:28,640 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +736 +00:50:28,640 --> 00:50:29,180 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +737 +00:50:29,180 --> 00:50:29,580 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +738 +00:50:29,580 --> 00:50:29,580 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +739 +00:50:29,580 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +740 +00:50:32,560 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +741 +00:50:32,560 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +742 +00:50:32,560 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +743 +00:50:32,560 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +744 +00:50:32,560 --> 00:50:32,560 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + +745 +00:50:32,560 --> 00:50:32,620 +Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..99d6aa790a6ed4d41127efe24ebb434a6900a254 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_postprocess.srt @@ -0,0 +1,2056 @@ +1 +00:00:20,990 --> 00:00:25,210 +طيب يا جماعة يعطي كله عافية في المحاضرة الماضية + +2 +00:00:25,210 --> 00:00:29,370 +بدأنا في موضوع ال database و إشتغلنا الشق الأول + +3 +00:00:29,370 --> 00:00:34,450 +اللي هو إضافة الموظف صح ولا لأ و إشتغلنا بتفاصيله + +4 +00:00:34,450 --> 00:00:38,050 +و شوفنا كيف حتى نتعامل مع الإسم و التاريخ تمام و + +5 +00:00:38,050 --> 00:00:42,090 +كيف نعمل insert على ال databaseوشوفنا كيف نعمل + +6 +00:00:42,090 --> 00:00:49,150 +insert بطرقتين يا اما ان انا اروح انافذ raw SQL او + +7 +00:00:49,150 --> 00:00:54,070 +تستخدم ال method insert تمام اللي هي بتحطلها اسم + +8 +00:00:54,070 --> 00:00:57,750 +الجدول بتحط القيم في حاجة اسمها content values + +9 +00:00:57,750 --> 00:01:01,610 +وشوفنا التعاون مع التاريخإن التاريخ في النهاية + +10 +00:01:01,610 --> 00:01:05,190 +بدأت تتحول إلى رقم وتعملنا مع class اسمها الـ + +11 +00:01:05,190 --> 00:01:07,930 +Calendar في الـ Java اللي عن طريقها أنت بتجيب مثلا + +12 +00:01:07,930 --> 00:01:11,650 +التاريخ الحالي وممكن استفادنا منها كمان أنه بعد ما + +13 +00:01:11,650 --> 00:01:15,170 +نجيب السنة والشهر واليوم تحولهم كلهم لرقم برضه + +14 +00:01:15,170 --> 00:01:17,990 +باستخدام ال class Calendar وهذا ال class calendar + +15 +00:01:17,990 --> 00:01:21,290 +جزء من ال Java يعني حتى إن أنت مشتغلت Netbeans + +16 +00:01:21,290 --> 00:01:26,420 +وclipse برضه ال calendar هذه موجودةسنذهب الآن + +17 +00:01:26,420 --> 00:01:30,140 +للشقة التانية وهي عملية عرض البيانات عملية عرض + +18 +00:01:30,140 --> 00:01:33,240 +البيانات يجب أن تستخرج البيانات من ال database + +19 +00:01:33,240 --> 00:01:38,360 +كيف؟ عن طريق ال query أنا الآن داخل ال class بتاعة + +20 +00:01:38,360 --> 00:01:41,160 +show all activity اللي هي المفروض تجيب البيانات + +21 +00:01:41,160 --> 00:01:45,120 +وتعرضها في list view لسه احنا بنشوف العرض الآن كيف + +22 +00:01:45,120 --> 00:01:49,870 +تجيب البيانات هذه لأن عشان تجيب البياناتنفس الشيء + +23 +00:01:49,870 --> 00:01:52,210 +اول حاجة بدي انشئ object من ال helper عارفين اللي + +24 +00:01:52,210 --> 00:01:55,350 +بيعمل extend SQLite هذا يقول ان لو ال database مش + +25 +00:01:55,350 --> 00:01:59,250 +موجودة بنشئها لو موجودة بيعمل connect عليها تمام؟ + +26 +00:01:59,250 --> 00:02:05,060 +ومن ال helper بقول له جيت read بال databaseعشان + +27 +00:02:05,060 --> 00:02:07,700 +انا بدأ اقرأ لان لو قلت له writeable مش غلط + +28 +00:02:07,700 --> 00:02:11,480 +writeable بتقرأ و بتكتب تمام؟ و هذا بيجيب .. + +29 +00:02:11,480 --> 00:02:14,300 +بيجيبلك مين ال SQLite database هذا ال object + +30 +00:02:14,300 --> 00:02:17,240 +تقولنا هذا هو الكل في الكل اللي عن طريقه بتنفذ + +31 +00:02:17,240 --> 00:02:20,080 +التعليمات كيف نفذنا ال insert احنا؟ عن طريق هذا + +32 +00:02:20,080 --> 00:02:23,820 +اللي قبل اناش نعمل insert بدنا نعمل ايش؟ query + +33 +00:02:23,820 --> 00:02:29,000 +تمام؟ ممكن تقوله DB dot في عندك method هنا اسمها + +34 +00:02:29,000 --> 00:02:35,240 +raw queryraw query هذه لأن أبسط query في الدنيا + +35 +00:02:35,240 --> 00:02:40,240 +تعمل select لكل حاجة تقول select نجمة from + +36 +00:02:40,240 --> 00:02:46,800 +employee الحقل التاني مبدئيا ممكن تحطه null ليش + +37 +00:02:46,800 --> 00:02:51,140 +الحقل التاني بنستخدمه؟ لو أنت عندك parameters تخصص + +38 +00:02:51,140 --> 00:02:54,120 +ال query يعني مثلا هنا أنا بجيب كل ال employees + +39 +00:02:54,120 --> 00:03:01,590 +ممكن تقوله where salary أكبر من ألفهيجيب كل + +40 +00:03:01,590 --> 00:03:08,170 +الموظفين اللي راتبهم أكتر من ألف and مثلا + +41 +00:03:08,170 --> 00:03:15,030 +is married يساوي واحد والمتزوجين هكذا احنا خط ال + +42 +00:03:15,030 --> 00:03:16,410 +where في ال data التي بدأتوا تاخدوها في ال data + +43 +00:03:16,410 --> 00:03:21,030 +بها زي filter بيخصص البيانات select نجمة بيجيب كل + +44 +00:03:21,030 --> 00:03:26,550 +حاجة هذا القيام ألف واحد ممكن تحط بدلها إيش علامات + +45 +00:03:26,550 --> 00:03:32,240 +استفهاملازم تضعهم في الـ Parameter التاني اللي .. + +46 +00:03:32,240 --> 00:03:37,200 +اللي .. اللي .. اللي .. + +47 +00:03:37,200 --> 00:03:39,700 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +48 +00:03:39,700 --> 00:03:39,720 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +49 +00:03:39,720 --> 00:03:40,300 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +50 +00:03:40,300 --> 00:03:40,340 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +51 +00:03:40,340 --> 00:03:41,160 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +52 +00:03:41,160 --> 00:03:41,200 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +53 +00:03:41,200 --> 00:03:44,490 +اللي .. اللي .. اللي .. اللي .. اللي .. الليممكن + +54 +00:03:44,490 --> 00:03:47,130 +تعمل array قبل ممكن تعملها في نفس السطر in u + +55 +00:03:47,130 --> 00:03:50,570 +string ايش انا بعمل هنا قاعد array في نفس السطر + +56 +00:03:50,570 --> 00:03:55,130 +بالترتيب علامة الاستفهام اولى عبارة عن ايش السلري + +57 +00:03:55,130 --> 00:03:58,930 +بما انها array في ال string ممكن تعملها زي هيك الف + +58 +00:03:58,930 --> 00:04:03,570 +و ال is married تحطها ايش مثلا واحد هو ببساطة لما + +59 +00:04:03,570 --> 00:04:07,110 +يجي ينفذ التعليمة بيحط ال الف مكان مين علامة + +60 +00:04:07,110 --> 00:04:13,030 +الاستفهام هذا ال parameter التاني is married رقم + +61 +00:04:13,030 --> 00:04:16,790 +برضهبس هنا لازم تحط كل حاجة string لإن وش بده هو + +62 +00:04:16,790 --> 00:04:21,830 +array of ايش ال array of string احنا لان انت بتجرب + +63 +00:04:21,830 --> 00:04:26,970 +براحتك لما تتعمق في ال SQL مفروض تجرب انه تختار + +64 +00:04:26,970 --> 00:04:30,110 +كيف تجيب العناصر لكذا كيف تجيب يعني هتاخدوا كتير + +65 +00:04:30,110 --> 00:04:33,650 +في ال SQL كيف ترتب العناصر كيف تعملهم grouping كيف + +66 +00:04:33,650 --> 00:04:37,350 +تختار الحاجات المختلفة تمام ال SQL هتتعمقوا فيها + +67 +00:04:37,350 --> 00:04:42,380 +كتير انا وظيفتي هو مش اعلمك SQLوظيفتي ان اربط ال + +68 +00:04:42,380 --> 00:04:46,260 +database في ال user interface يعني احنا بنجيب + +69 +00:04:46,260 --> 00:04:50,180 +البيانات ونعرضها نجيب البيانات عن طريق ايش؟ عن + +70 +00:04:50,180 --> 00:04:54,240 +طريق ال query اسهل ال query انا هستخدمها هي ايش؟ + +71 +00:04:54,240 --> 00:04:59,180 +select نجمة from employee لما تاخد التخصيص و تتعمق + +72 +00:04:59,180 --> 00:05:06,030 +في ال SQL بتجرب الأمور هذه لحالك طيب الآنالـ Raw + +73 +00:05:06,030 --> 00:05:09,850 +Query هذه بترجح حاجة أكيد لازم نرجح حاجة و لا احنا + +74 +00:05:09,850 --> 00:05:14,090 +مش مطلب بيانات لازم ترجح بيانات Raw Query تعالى + +75 +00:05:14,090 --> 00:05:21,290 +شوف ايش بترجح بترجح حاجة اسمها ايش cursor ايش + +76 +00:05:21,290 --> 00:05:26,990 +يعني cursor بالانجليزي مؤشر هو فعلا مؤشر الان + +77 +00:05:26,990 --> 00:05:32,490 +نتيجة اي تعليمة اي query اي استعلان نتيجة عبارة عن + +78 +00:05:32,490 --> 00:05:37,280 +ايشالنتيجة تاعة IESTLM جدول يعني هو لما أقوله + +79 +00:05:37,280 --> 00:05:39,940 +select نجمة from employee إيش هيرجعليه؟ هيرجعلي + +80 +00:05:39,940 --> 00:05:45,780 +جدول زي هيك إيش الحقول اللي في ID و name صح و + +81 +00:05:45,780 --> 00:05:51,980 +salary و is marriedو date of birth صح مش هذه + +82 +00:05:51,980 --> 00:05:56,360 +الحقول الموجودة تمام و أنا قلتله select نجمة يعني + +83 +00:05:56,360 --> 00:05:59,980 +جابلي كل الأعمدة from employee يعني كل حاجة في ال + +84 +00:05:59,980 --> 00:06:03,260 +employee يعني هيجيبلك الأول مثلا هياسمه ال salary + +85 +00:06:03,260 --> 00:06:09,320 +تبعه و ال name تمام هدولة بيانات من الموظفين لأن + +86 +00:06:09,320 --> 00:06:13,920 +طبعا لو خصص ال query أكترهيطلع الجدول أصغر من هكذا + +87 +00:06:13,920 --> 00:06:19,520 +المهم أن نتيجة الاستعلام عبارة عن جدول كل سطر في + +88 +00:06:19,520 --> 00:06:29,780 +الجدول بمثل بيانات موظف واحد هو رجعلك جدول بس كيف + +89 +00:06:29,780 --> 00:06:33,480 +نقرأ الجدول هو رجعلك مؤشر على الجدول يعني رجعلك + +90 +00:06:33,480 --> 00:06:38,460 +الجدول وقال لك انا عملك ايش مين مؤشر دي أشر على ما + +91 +00:06:38,460 --> 00:06:39,760 +قبل الجدول مباشرة + +92 +00:06:42,100 --> 00:06:45,600 +تمام؟ مؤشر بأشهر .. هو طبعا ليش جابلك المؤشر .. + +93 +00:06:45,600 --> 00:06:49,540 +يعني هو بيقدرش يأشرلك على كل حاجة جابلك إيش؟ مؤشر + +94 +00:06:49,540 --> 00:06:54,020 +بأشهر على بداية الجدول أو قبل الجدول بسطر لأن هو + +95 +00:06:54,020 --> 00:06:57,180 +بيقولك باختصار أنت عشان تقرأ البيانات بيدرك تروح + +96 +00:06:57,180 --> 00:07:00,860 +لل cursor هذا و تسير تقدمه خطوة خطوة يعني تجيب ال + +97 +00:07:00,860 --> 00:07:03,900 +.. أنت نفسك المبرمج بدي يعمل العملية هذه بدي يحط + +98 +00:07:03,900 --> 00:07:09,500 +ال cursor المبرمج ع مين؟ على أول سطروعن طريق .. + +99 +00:07:09,500 --> 00:07:12,300 +لما ينحط على أول سطر بتقدر عن طريق ال cursor تقرأ + +100 +00:07:12,300 --> 00:07:17,140 +مين البيانات الموجودة في أول سطر ابتخدهم هدولة + +101 +00:07:17,140 --> 00:07:21,560 +بمثل مين بيانات موظف بما أن هدولة كلهم بمثل بيانات + +102 +00:07:21,560 --> 00:07:24,700 +موظف بدك تشغل مخك هال gate وال object oriented انك + +103 +00:07:24,700 --> 00:07:29,930 +تعمل classemployee بتمثل بيانات الموظف تمام و + +104 +00:07:29,930 --> 00:07:33,190 +تاخدها و تخزينها في array list ليش ان احنا معلوم + +105 +00:07:33,190 --> 00:07:36,590 +في الآخر ان كل البيانات موجودة في array list و + +106 +00:07:36,590 --> 00:07:39,710 +بعدين تاخد ال cursor و تقدمه عنين على سطل البعد و + +107 +00:07:39,710 --> 00:07:43,230 +نفس العملية تقرأها بما ان في عملية بتتكرر ايش هي + +108 +00:07:43,230 --> 00:07:47,650 +تقدم ال cursor و تقرأ بدأنا نستخدم loop و بنعرفش + +109 +00:07:47,650 --> 00:07:52,960 +for loop ولا while loopالـ 4 بتعملها لو انت عارف + +110 +00:07:52,960 --> 00:07:56,020 +كم سطر بدك تقرأ لكن هنا بنقول الـ while طالما + +111 +00:07:56,020 --> 00:08:01,760 +الكيرسر ما اتعداش السطر الأخير بلّك جد و يقرألاحظ + +112 +00:08:01,760 --> 00:08:05,120 +انش بقول ماتعداش السطر الأخير لأن السطر الأخير + +113 +00:08:05,120 --> 00:08:09,940 +ماله فيه بيانات لكن البعد الأخير مافيش فيه بيانات + +114 +00:08:09,940 --> 00:08:13,060 +هذا اللي هنعمله ال gate تمام؟ بما أنه احنا بنقول + +115 +00:08:13,060 --> 00:08:16,540 +انه ان كل سطر فيه بيانات موظف بدنا نعمل class + +116 +00:08:16,540 --> 00:08:20,640 +اتجمع بيانات الموظف صح ولا لأ؟ أنا قاعدين بنفكر + +117 +00:08:20,640 --> 00:08:24,860 +تفكير منطق يا جماعة ولاحظة كل حاجة مبنية على إيش؟ + +118 +00:08:24,860 --> 00:08:28,410 +على ال object oriented اللي كنا متنشيناو نقوله + +119 +00:08:28,410 --> 00:08:32,150 +ممكنش هناخد user interface؟ ممكنش هنصمم مش عارف + +120 +00:08:32,150 --> 00:08:35,570 +مين؟ ليش ما نبدأ بال أندرويد على طول؟ بتذكرين + +121 +00:08:35,570 --> 00:08:39,610 +الأسئلة اللي كنتوا بتسألوها؟ بتذكرينها؟ هل جيت + +122 +00:08:39,610 --> 00:08:44,970 +فهمت أنه الأصل أنك تتعلم صح؟ و إذا بتعرف صح بتشتغل + +123 +00:08:44,970 --> 00:08:50,770 +على أي لغة برمجة بعد هيك؟ طيب + +124 +00:08:50,770 --> 00:08:56,230 +هيا عملت employee إيش بياناته؟ بدنا نحط له ID هذا + +125 +00:08:56,230 --> 00:08:57,370 +integer صح ولا لأ؟ + +126 +00:09:03,450 --> 00:09:11,950 +name double salary long + +127 +00:09:11,950 --> 00:09:17,350 +date of birth boolean is married مش هيبيانات يا + +128 +00:09:17,350 --> 00:09:17,670 +جماعة + +129 +00:09:34,710 --> 00:09:39,710 +لأن نجي .. و بدنا نجي قبل ال cursor بدنا نعمل list + +130 +00:09:39,710 --> 00:09:50,950 +of ايش عشان + +131 +00:09:50,950 --> 00:09:56,900 +البيانات نخزنهافي ال list of employees صح؟ الآن + +132 +00:09:56,900 --> 00:10:00,540 +بدنا نجري الكيرسر أول حاجة اتفقنا عليها أن الكيرسر + +133 +00:10:00,540 --> 00:10:06,160 +بدنا نحطه في السطر الأول تمام؟ فبنقوله كيرسر في + +134 +00:10:06,160 --> 00:10:10,960 +method اسمها move to .. to أيش بالك؟ next ولا + +135 +00:10:10,960 --> 00:10:14,980 +first ولا last ولا position معين to first حطه على + +136 +00:10:14,980 --> 00:10:19,700 +أول .. على أول سطر تمام؟ الآن بدنا نعمل loop بدنا + +137 +00:10:19,700 --> 00:10:25,240 +نقوله while while أيش؟ برمى الكيرسرماتعداش السطر + +138 +00:10:25,240 --> 00:10:28,020 +الأخير، إيش هي ال method؟ في method جاهزة في ال + +139 +00:10:28,020 --> 00:10:33,420 +cursor is .. في عندك method اسمها is after last + +140 +00:10:33,420 --> 00:10:37,100 +إيش يعني is after last؟ بعد السطر الأخير بالمنام + +141 +00:10:37,100 --> 00:10:43,000 +فيها بالمنام فيها، ممتاز is not after last إيش + +142 +00:10:43,000 --> 00:10:46,980 +يعني؟ يعني ماتعداش السطر الأخيرهنا الـ Logic هطول + +143 +00:10:46,980 --> 00:10:50,740 +جلّي لحاله إيش، بدلن فيه، بيبين اللي .. اللي عنده + +144 +00:10:50,740 --> 00:10:54,460 +Logic صح و ال .. is after last معناه هل هو اتجاوز + +145 +00:10:54,460 --> 00:10:56,840 +السطر الأخير ولا لا، أنا بقوله طالما أنه ماتجوزش + +146 +00:10:56,840 --> 00:10:59,380 +السطر الأخير، is not after last + +147 +00:11:03,810 --> 00:11:08,090 +برضه فيه يعني نقطة كويسة أحكيلكوا إياها مبارح + +148 +00:11:08,090 --> 00:11:15,510 +تواصلت معانا شركة جوجل ممثلها في إسرائيل بدوره على + +149 +00:11:15,510 --> 00:11:22,570 +مبرمجين من غزة يشغلوهم في شركة جوجل، تمام؟ فلمّا + +150 +00:11:22,570 --> 00:11:25,470 +اتناقشت معاه اللي بتحكي هذا، بقولها إيش مواصفات + +151 +00:11:25,470 --> 00:11:28,310 +الخدمة اللي بتكلمهم يفهموا؟ جالت أهم حاجة عنده + +152 +00:11:28,310 --> 00:11:34,310 +logicواضحش .. جاي دلوقت احنا .. يعني لازم .. يعني + +153 +00:11:34,310 --> 00:11:37,990 +ايش الاختبار اللي بيعطولهيا؟ بيقولولكاش سمع ما هو + +154 +00:11:37,990 --> 00:11:41,010 +ال waterfall ولا ما هي ال software engineering + +155 +00:11:41,010 --> 00:11:44,630 +بيقول لأ احنا بنعطله سؤال برمجي تمام؟ algorithm + +156 +00:11:44,630 --> 00:11:49,330 +معينة تمام؟ هو بده يستخدم لغة البرمجة اللي بيعرفها + +157 +00:11:49,330 --> 00:11:55,540 +عشان يحلها كيف بيخلوه يحلها؟ بيعطوله ملف wordالحل + +158 +00:11:55,540 --> 00:11:58,120 +فيه google document يعني حتى مافيش عندك + +159 +00:11:58,120 --> 00:12:00,340 +autocomplete اللي بيقوللي على ال face وين هذا اللي + +160 +00:12:00,340 --> 00:12:02,400 +بيقوللي مافيش عندنا autocomplete على الورقة يعني + +161 +00:12:02,400 --> 00:12:06,600 +اه و بيقولك بده يكتب code برمج صحيح يعني بده + +162 +00:12:06,600 --> 00:12:11,460 +ياخدوا ال code و يحطوله يعملوله compile طبعا + +163 +00:12:11,460 --> 00:12:14,380 +هو مابسألوش في ال libraries معينة بس أهم اشي يكون + +164 +00:12:14,380 --> 00:12:18,320 +ان ده logic .. logic التفكير واضح كيف؟ هذا ال + +165 +00:12:18,320 --> 00:12:23,290 +logic طبعا احنا بنعاني فيه منه كتير يعنيفشوف كيف + +166 +00:12:23,290 --> 00:12:27,070 +هم تقييمهم للأشخاص، بيقولك أنا حتى بيعلناش إيش لغة + +167 +00:12:27,070 --> 00:12:30,570 +البرمجة، مدام عنده logic صح، يكتب لأي لغة برمجة، + +168 +00:12:30,570 --> 00:12:35,210 +بيجي علناها وبعدين، بنعلمه إحنا لغة البرمجة، بس + +169 +00:12:35,210 --> 00:12:42,150 +عشان تاخدوا فكرة كيف ال .. كيف؟لأ عرقيت هم طالبين + +170 +00:12:42,150 --> 00:12:46,230 +مننا خلال أسبوعين الرشح أشخاص بيقولك بدنا منهم + +171 +00:12:46,230 --> 00:12:50,210 +إنجازات و يكونوا مثلا فائزين في مسابقات برامج زي + +172 +00:12:50,210 --> 00:12:54,210 +الـ hash code وغيره عندهم مشاريع متميزة مثلا أو + +173 +00:12:54,210 --> 00:13:00,170 +برامج طيب المهم نرجع لموضوعنا طالما ال cursor is + +174 +00:13:00,170 --> 00:13:03,890 +not after last طبعا الان احنا ال cursor يوما موجود + +175 +00:13:03,890 --> 00:13:08,940 +على السطر الأول صح ولاشوف ال get ال cursor وين + +176 +00:13:08,940 --> 00:13:12,540 +بقشر يا جماعة؟ على أول سطر بتروح ل .. الآن لنقرأ + +177 +00:13:12,540 --> 00:13:17,300 +البيانات من أول سطر بتروح ل ال cursor و بتقول له + +178 +00:13:17,300 --> 00:13:22,360 +أكيد في method اسمها get تمام؟ في get string, get + +179 +00:13:22,360 --> 00:13:27,580 +blob, get double, get float, get int, get long + +180 +00:13:27,580 --> 00:13:33,210 +طبعا انت لازم تكون عارف ال columnإيش نوعه؟ طيب + +181 +00:13:33,210 --> 00:13:40,750 +مثلا ال ID نوعه integer فلازم أقوله getInt و هنا + +182 +00:13:40,750 --> 00:13:44,390 +في مشكلة موجودة أن ال getInt هذي يعني ماينفعش + +183 +00:13:44,390 --> 00:13:47,930 +أقوله getInt لحالها لأنه ممكن يكون في عندي أكتر من + +184 +00:13:47,930 --> 00:13:51,590 +Int يعني في عندي الأزمرد عبارة عن Int و ال ID + +185 +00:13:51,590 --> 00:13:54,570 +عبارة عن Integer طبعا ماشي هنحاول أن هو ال Int + +186 +00:13:54,570 --> 00:14:01,640 +بتتخذم في ال long صح أو لا؟ماشي مش خلاف بقوله get + +187 +00:14:01,640 --> 00:14:05,520 +long مش هنا المشكلة المقطة اللي جيت بين قوسين بده + +188 +00:14:05,520 --> 00:14:11,620 +من أي عمود تجيبه طبعا يعني احنا طبعا هنا في مشكلة + +189 +00:14:11,620 --> 00:14:15,040 +ان انت لازم تكون متذكر ترتيب الأعمدة طبعا هنا بده + +190 +00:14:15,040 --> 00:14:18,810 +رقم العمود يعني لو جيتوله العمود رقم واحديعني مين + +191 +00:14:18,810 --> 00:14:22,770 +العمود الرقم واحد هنا ال ID بيقرأ اللي هنا لو + +192 +00:14:22,770 --> 00:14:26,730 +جيتولي عمود رقم اتنين هيقرأ هذه تمام؟ تلاتة صعب + +193 +00:14:26,730 --> 00:14:30,750 +الواحد يبقى متذكر اسم العمود أو ترتيب الأعمد + +194 +00:14:30,750 --> 00:14:34,930 +فبقولك أنت هنا بدل ما تمرد رقم في مفهو التاني في + +195 +00:14:34,930 --> 00:14:39,510 +ال cursor بتعطيله + +196 +00:14:39,510 --> 00:14:44,790 +get column index يعني بتعطيله الاسموبيجيبلك رقمه + +197 +00:14:44,790 --> 00:14:48,450 +يعني مثلا احنا عارفين ان اول عمود اسمه underscore + +198 +00:14:48,450 --> 00:14:55,370 +ID تمام هذا بيديك رقم العمود get column index تمام + +199 +00:14:55,370 --> 00:14:59,530 +و بعدين بقوله get long و بيعطيه مين ال index هذا + +200 +00:14:59,530 --> 00:15:05,870 +هيرجعلي ال long ID بتاع الموظفيعني أنت في الأول + +201 +00:15:05,870 --> 00:15:11,270 +لازم تجيب اسم الرقم العمود عن طريق مين اسمه و + +202 +00:15:11,270 --> 00:15:14,670 +بعدين بنقوله get her و ممكن نختصرها بخطوة واحدة + +203 +00:15:14,670 --> 00:15:19,690 +انه get long جواها بتقوله cursor dot get column + +204 +00:15:19,690 --> 00:15:25,190 +index وتعطيله underscore ID يعني في الأول هينفذ + +205 +00:15:25,190 --> 00:15:28,930 +هذه عشان يجيب رقم العمود ومنه بيجيب مين القيمة + +206 +00:15:28,930 --> 00:15:33,430 +اللي مخزن فيه أنا الآن قاعد بقرأ مين يا جماعة لسه + +207 +00:15:33,430 --> 00:15:38,560 +هذابدي اروح هالجت اقرأ مين ال name ال name عبارة + +208 +00:15:38,560 --> 00:15:42,860 +عن مين ال string هاي ال cursor لسه مينقدمش ال + +209 +00:15:42,860 --> 00:15:47,680 +cursor لأنه لازم اقرأ ايش السطر كله جيت ال string + +210 +00:15:47,680 --> 00:15:52,040 +بدوا رقم العمود مش عارفينه لكن عارفين اسمه cursor + +211 +00:15:52,040 --> 00:16:01,040 +جت colon index و اعطيله ايش name ايش + +212 +00:16:01,040 --> 00:16:01,480 +البعده + +213 +00:16:11,780 --> 00:16:15,280 +السنة اللي احنا خذلناها كريال لما تقوله get double + +214 +00:16:15,280 --> 00:16:19,560 +لحاله بيحوله لاش ل double لأن الريال متوافق مع ال + +215 +00:16:19,560 --> 00:16:31,980 +double صح ولا cursor get column index ايش + +216 +00:16:31,980 --> 00:16:32,940 +فيه كمان؟ + +217 +00:16:44,630 --> 00:16:49,650 +طبعا هذا integer ليس هناك get Boolean كيرسر.get + +218 +00:16:49,650 --> 00:16:50,570 +column index + +219 +00:17:08,340 --> 00:17:12,580 +أنا قرأته كإيش؟ ك Integer، بنفع أحط ال integer في + +220 +00:17:12,580 --> 00:17:16,600 +ال boolean؟ بنفعش، عشان هيك أنا في الآخر هنا قلتله + +221 +00:17:16,600 --> 00:17:21,200 +فحصل مين، اللي قرأته كله هذا، هالقيمة واحد ولا لأ؟ + +222 +00:17:22,030 --> 00:17:26,330 +إذا قيمته واحد هيحط في الـ Boolean إيش true إذا مش + +223 +00:17:26,330 --> 00:17:29,990 +واحد بيحط إيش false شوف كيف باختصر أسطور بدل ما + +224 +00:17:29,990 --> 00:17:33,870 +أقراها كائن تجارب أقوله F هذي ساوي واحد اما كذا F + +225 +00:17:33,870 --> 00:17:41,890 +ال .. طيب بلعلن مين ال date of birth طبعا long + +226 +00:17:41,890 --> 00:17:47,650 +date of birth cursor + +227 +00:17:51,600 --> 00:17:56,240 +get real .. get double برضه او get long بتخليه + +228 +00:17:56,240 --> 00:18:01,460 +يقرأها ك long cursor + +229 +00:18:01,460 --> 00:18:11,400 +get column index اللي هو اسمه ايش date of birthو + +230 +00:18:11,400 --> 00:18:16,160 +هذا كله بدي اعمله casting لأ هو اصلا نوعه موجود + +231 +00:18:16,160 --> 00:18:18,900 +real في ال database صح؟ اذا متذكرين ال day of + +232 +00:18:18,900 --> 00:18:22,400 +birth هي في ال my helper هي ال day of birth + +233 +00:18:22,400 --> 00:18:27,300 +خزرناها كإيش؟ ك real فمنفعش اقوله اقرأه ك long بدي + +234 +00:18:27,300 --> 00:18:31,740 +اقوله اقرأه ك double تمام؟ + +235 +00:18:31,740 --> 00:18:35,040 +و بعدين اعمله casting لإيش؟ ل long هو اصلا بدون + +236 +00:18:35,040 --> 00:18:35,720 +كسور بطلع + +237 +00:18:38,700 --> 00:18:45,460 +تمام؟ هذه البيانات الخمسة دا عاد كل موظف تمام؟ هيك + +238 +00:18:45,460 --> 00:18:49,320 +احنا قرأنا مين السطر الواحد اللي انا بده يرجع يكمل + +239 +00:18:49,320 --> 00:18:52,920 +وين علّو بس في خطوة بدك تعملها مهمة جدا لو + +240 +00:18:52,920 --> 00:19:00,440 +ماعملتاش هيعلج انه تقدم مين move to next اه في + +241 +00:19:00,440 --> 00:19:04,380 +الأول حطناه على أول سطر و بعدين جينا له طالما + +242 +00:19:04,380 --> 00:19:09,690 +المؤشر ماتعداشالسطر الأخير مش بعد السطر الأخير + +243 +00:19:09,690 --> 00:19:13,250 +اقرأ البيانات الموجودة اللى بيأشر عليها ال cursor + +244 +00:19:13,250 --> 00:19:17,930 +و بعدين اعمله move to next طبعا احنا لسه فيه ان + +245 +00:19:17,930 --> 00:19:21,830 +البيانات هذه مخزنهاش في object فبداك تروح تعمل + +246 +00:19:21,830 --> 00:19:29,810 +employee E يساوي new employee و تقوله E.sit name + +247 +00:19:29,810 --> 00:19:36,330 +name E.sit ID ID + +248 +00:19:59,300 --> 00:20:02,960 +و بعدين ناخد الـ E ده كله و نحطه في القرية + +249 +00:20:02,960 --> 00:20:09,580 +employees.add ال E و هيك البيانات كلها بتصير وين؟ + +250 +00:20:09,580 --> 00:20:13,600 +في ال employees بعد ما نخلص شغل ال database أفضل + +251 +00:20:13,600 --> 00:20:18,840 +أنك تروح لل cursor و تقوله close الان بتقوله for + +252 +00:20:18,840 --> 00:20:27,840 +.. نتأكد بس أن البيانات قرأها لكل employee E موجود + +253 +00:20:27,840 --> 00:20:28,740 +في employees + +254 +00:20:31,030 --> 00:20:38,030 +بطبع ليه system .. مش system log معلش خشت تمام + +255 +00:20:38,030 --> 00:20:49,790 +ايه؟ ع فكرة system.auditprintln بطبعلك يعني بس + +256 +00:20:49,790 --> 00:20:54,150 +ال log أفضل عشان تقدر تعمل فلترة للرسائل تقول مثلا + +257 +00:20:54,150 --> 00:20:56,030 +أطبع لكل الرسائل بتبدأ بإيش + +258 +00:20:58,940 --> 00:21:02,160 +هذا الميزة يعني الموجودة طيب بسم الله خلّيني أشغّل + +259 +00:21:02,160 --> 00:21:19,540 +ونشوف هذا شغّال ولا مش شغّال الآن + +260 +00:21:19,540 --> 00:21:23,760 +طالما اقدرت تقرأ البيانات وتحطها في array list من + +261 +00:21:23,760 --> 00:21:29,220 +نوع employeeخلصت تقدر تعمل list view تقرأ البيانات + +262 +00:21:29,220 --> 00:21:32,060 +فيها ايه بتقدر أخدناها و فصلناها و بدل ما هي + +263 +00:21:32,060 --> 00:21:34,600 +محاضرة شرحناها في محاضرتين ال list view و ال + +264 +00:21:34,600 --> 00:21:37,960 +adapter تبقى شرحناها في محاضرتين في محاضرة و اللي + +265 +00:21:37,960 --> 00:21:40,280 +بعدها قلنا هنعيده عشان التكرار بعلم الشطار + +266 +00:21:40,280 --> 00:21:43,600 +بتذكرين؟ و بعدين بعد ما خلصنا كملنا عليه ال view + +267 +00:21:43,600 --> 00:21:48,820 +holder تمام و يجي في الامتحان و سبته فاضي برضه هل + +268 +00:21:48,820 --> 00:21:53,590 +جيت انا مش هعمله طبعا ليش لأن خلاص عندك القرارأه + +269 +00:21:53,590 --> 00:21:56,550 +لحالك هاطلب من المعيد إنه يتعملوا في العمل هذه + +270 +00:22:24,180 --> 00:22:42,260 +الآن المفروض طيب، + +271 +00:22:42,260 --> 00:22:50,050 +هي أول ما شتغل طبعاً إيش هدولة؟ list الأسماءهدول + +272 +00:22:50,050 --> 00:22:53,650 +اللي احنا كنا نضيفهم طبعا اكتر هم ليش ان انا في كل + +273 +00:22:53,650 --> 00:22:57,030 +محاضرة اضيف اضيف اضيف اضيف اضيف اضيف اضيف اضيف + +274 +00:22:57,030 --> 00:23:01,250 +اضيف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +275 +00:23:01,250 --> 00:23:01,310 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +276 +00:23:01,310 --> 00:23:01,750 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +277 +00:23:01,750 --> 00:23:10,790 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +278 +00:23:10,790 --> 00:23:17,450 +اضفف + +279 +00:23:17,450 --> 00:23:22,710 +اضلكن في الاندرويد كمان عشان يسهلوا علينا قالولنا + +280 +00:23:22,710 --> 00:23:26,850 +احنا عملنا اليك adapter خاص بدل ما انت تعمل loop + +281 +00:23:26,850 --> 00:23:30,150 +على ال cursor وتجمع البيانات في array list اعملنا + +282 +00:23:30,150 --> 00:23:34,490 +adapter جاهز او مش جاهز 100% يعني تقدر انت تبعتله + +283 +00:23:34,490 --> 00:23:38,230 +بدل ما تبعتله ال array تبعتله ال cursor نفسه + +284 +00:23:38,230 --> 00:23:42,930 +تبعتله ايش ال cursor وانا لحالي بنفلف على الشباب و + +285 +00:23:42,930 --> 00:23:47,730 +بعرضهم في ال list دي تمام؟يعني الآن هذه الطريقة + +286 +00:23:47,730 --> 00:23:51,130 +أنت بتقدر تكمل عليها صح؟ بتاخد ال listView بتعمل + +287 +00:23:51,130 --> 00:23:54,210 +adapter و بتبعتها للهاد و بتقرضها فلان تمام؟ هذه + +288 +00:23:54,210 --> 00:23:58,350 +أخدناها كيف نتعامل مع array من object لكن أنا الآن + +289 +00:23:58,350 --> 00:24:06,970 +هعد في الكود شوية أنه أنا كل الكود تقلوب هذا تمام؟ + +290 +00:24:06,970 --> 00:24:13,950 +ماله؟ مش لازمني هالجد ليش؟ لأنه هنشوف طريقةجاهزة + +291 +00:24:13,950 --> 00:24:20,690 +انك تدّي لل adapter cursor وهو الحلو يعرضه طيب هذا + +292 +00:24:20,690 --> 00:24:26,590 +كيف بنعملها اول حاجة بدك تصمم شكل العنصر في ال + +293 +00:24:26,590 --> 00:24:29,210 +list view زي ما كنا نعمل في ال list view العادى + +294 +00:24:29,210 --> 00:24:32,310 +يعني بدك تروح تعمل layout + +295 +00:24:39,160 --> 00:24:44,280 +موجود هنا شكل أنا عامل .. هاي أنا عامل عسرية حاجة + +296 +00:24:44,280 --> 00:24:48,140 +هيك أي كلام يعني حاطط + +297 +00:24:48,140 --> 00:24:52,540 +فيها كام text view على العنصر؟ تلاتة خلينا نشوف + +298 +00:24:52,540 --> 00:25:00,360 +أسميهم هذا لل name و هذا لل salary و الأخير date + +299 +00:25:00,360 --> 00:25:05,790 +of birth البجيه بدش عرضهمخلاص انت عرضت تلاتة + +300 +00:25:05,790 --> 00:25:08,130 +بيانات الباقية بس انا بالعمد انا حطيت الـ digit + +301 +00:25:08,130 --> 00:25:11,910 +birth ليش لانه بدنا نرجع الرقم لتاريخ نارضه على + +302 +00:25:11,910 --> 00:25:15,870 +الشاشة تمام هذا شكل ال item كل سطر هيعرف للبيانات + +303 +00:25:15,870 --> 00:25:19,390 +هذه طبعا هنشوف انه تضغط على كل واحد بيكملك بيانات + +304 +00:25:19,390 --> 00:25:26,420 +وين في activity جديدة ماشي يا جماعة طيب الآنماذا + +305 +00:25:26,420 --> 00:25:29,280 +كنا نعمل في list view؟ روحنا نعمل adapter صح ولا + +306 +00:25:29,280 --> 00:25:32,780 +.. طبعا انا عامل في list view موجودة في ال + +307 +00:25:32,780 --> 00:25:36,000 +activity بتاعتي هذه اللي هي show all هيها موجودة + +308 +00:25:36,000 --> 00:25:39,460 +in list view فبدنا نجيبها احنا في النهاية بدنا + +309 +00:25:39,460 --> 00:25:46,420 +نعرض بيانات هذه show all احنا اول ما اشتغل جاب كل + +310 +00:25:46,420 --> 00:25:50,660 +البيانات و جابهم كإيش؟ ك cursor ماشي يا جماعة الان + +311 +00:25:50,660 --> 00:26:00,320 +بقوله list viewالـ v find view by id r.id.employee + +312 +00:26:00,320 --> 00:26:03,020 +list view هاي جيبناها list view و ال list view + +313 +00:26:03,020 --> 00:26:08,060 +أكيد عشان تشتغل بدها مين بدها adapter زمان إيش كنا + +314 +00:26:08,060 --> 00:26:14,240 +نعمل كنا نروح نعمل class جديدة مثلا نسميها imp + +315 +00:26:14,240 --> 00:26:21,770 +adapterتمام ونقوله extend base adapter تمام الآن + +316 +00:26:21,770 --> 00:26:28,410 +لأ نقوله extend cursor adapter ال base adapter + +317 +00:26:28,410 --> 00:26:32,730 +بطلب array list من البيانات ال cursor adapter إيش + +318 +00:26:32,730 --> 00:26:36,310 +بطلب بطلب cursor برايحك من عملية ال loop لكن هذا + +319 +00:26:36,310 --> 00:26:39,130 +مش معناه أن عملية ال loop مش لازمة ممكن تلزم + +320 +00:26:39,130 --> 00:26:44,310 +لاستخدامات أخرى يعني تماميعني هذا .. هذا بيفيدني + +321 +00:26:44,310 --> 00:26:46,710 +لو أنا بدي أعرض البيانات في list view لكن افرض لو + +322 +00:26:46,710 --> 00:26:49,650 +أنا بدي أبحث محتاج أجيبهم ك array list و أدور فيهم + +323 +00:26:49,650 --> 00:26:53,230 +تمام؟ مش كل عرض البيانات ده من ال list view واضح + +324 +00:26:53,230 --> 00:26:57,170 +يا جماعة؟ طيب الآن نفس الحاجة هذا abstract class + +325 +00:26:57,170 --> 00:27:00,270 +في method نعملها implement ال method هذا بدها + +326 +00:27:00,270 --> 00:27:03,070 +constructor و بدها two methods ال constructor + +327 +00:27:03,070 --> 00:27:06,910 +الأول بطلب منك بس اتمر الحاجتين context to mean و + +328 +00:27:06,910 --> 00:27:09,310 +cursor تمام؟ + +329 +00:27:13,650 --> 00:27:16,870 +هذا ب .. نشوف constructor تاني فيه إيه أكتر من + +330 +00:27:16,870 --> 00:27:20,190 +constructor أنا بتستخدم التالت هذا عشان .. لأن هذا + +331 +00:27:20,190 --> 00:27:24,690 +بطلب منك context و cursor و flag بدنا نشيل ال flag + +332 +00:27:24,690 --> 00:27:28,510 +هذا بعرفش لاقاش و بنحطه هنا قيمة واحد ما تسألنيش + +333 +00:27:28,510 --> 00:27:32,470 +ليش هو دور عليه عن متر المهم بنرسمه إيش context و + +334 +00:27:32,470 --> 00:27:37,150 +main و cursor لأن في two methods هو جيبلك إياهم + +335 +00:27:37,150 --> 00:27:42,210 +أول method فيه حد اسمها new viewماذا يجب أن ترجع؟ + +336 +00:27:42,210 --> 00:27:46,790 +يجب أن ترجع الـView وفيه method اسمها الـBindView + +337 +00:27:46,790 --> 00:27:52,830 +الـBindView هذه بتجلبك الـView والـCursor على أساس + +338 +00:27:52,830 --> 00:27:57,210 +أعدي البيانات في الـView باختصار شديد الـNewView + +339 +00:27:57,210 --> 00:28:02,170 +لازم تنشئ الـView من مين؟ من الـLayout اللي عملناه + +340 +00:28:02,170 --> 00:28:06,890 +يعني بس بدأت تعمل عملية Inflate وترجع الـView يعني + +341 +00:28:06,890 --> 00:28:15,290 +هنا انت بدأت تعمل بس سطر واحدLayoutInflater.from + +342 +00:28:15,290 --> 00:28:22,190 +هي هو جايبك ال context تمام InflateR.Layout + +343 +00:28:22,190 --> 00:28:25,550 +.EmployeeItem + +344 +00:28:25,550 --> 00:28:33,450 +و بدنا نربطه مع ال parent وهنا falseهنا عامل زي + +345 +00:28:33,450 --> 00:28:38,830 +ايام ال view holder او ال recyler view بدك تربطه + +346 +00:28:38,830 --> 00:28:43,170 +في البنت عشان ياخد خصائصه و حجمه تمام من غير ما + +347 +00:28:43,170 --> 00:28:49,950 +ياخد خصائص الرصيف يعني بياخد حجمه اه مابياخد بس ما + +348 +00:28:49,950 --> 00:28:54,290 +فعليا بربطوش فيه يعني هذا بدأت تحط force المهم هذه + +349 +00:28:54,290 --> 00:29:00,300 +كلها ايش بترجع ليه view vوهنا بتقوله return v بس + +350 +00:29:00,300 --> 00:29:05,140 +هاد ال new view عشان أول ما يشغل ينشئ من ال views + +351 +00:29:05,140 --> 00:29:09,320 +by the view إجت لحظة اتعبئت ال view احنا بنعرف + +352 +00:29:09,320 --> 00:29:11,760 +برضه هاد ال list view اللي بقى أنصر اللي بطلع إيش + +353 +00:29:11,760 --> 00:29:15,400 +بده يجيبه ويعبيه تمام أو اللي بنعرض من أول مرة + +354 +00:29:15,400 --> 00:29:20,620 +برضه بده يعبيه فهو عند بداية التشغيلبشوف جداش + +355 +00:29:20,620 --> 00:29:22,700 +بيعرض في ال list view مثلا ال list view بتسعة عشرة + +356 +00:29:22,700 --> 00:29:26,240 +بنفذ ال new view عشر مرات و لكل واحد بنفذله ايش + +357 +00:29:26,240 --> 00:29:30,600 +bind view عشان يعبيه طبعا يعني عند أول عشرة + +358 +00:29:30,600 --> 00:29:34,860 +بيعرضهم اذا كانت بتسعة عشرة لكل واحد بنفذ ال new + +359 +00:29:34,860 --> 00:29:39,760 +view و ايش و bind view عشان يعبيه طبعا لما تصير + +360 +00:29:39,760 --> 00:29:44,560 +تعمل school خلاص اللي بطلع بستدعيله مين؟ bind view + +361 +00:29:44,560 --> 00:29:49,670 +طبعا لأن ال bind view هذاجيبلك الـ View وجيبلك الـ + +362 +00:29:49,670 --> 00:29:54,090 +Cursor الفكرة هي أنك تجيب البيانات من وين من الـ + +363 +00:29:54,090 --> 00:29:59,610 +Cursor و تحطها وين؟ في الـ View وهو مريحة كمان أنه + +364 +00:29:59,610 --> 00:30:04,590 +بيجيبلك الـ Cursor بيخليه يقشر عنين على العنصر + +365 +00:30:04,590 --> 00:30:08,970 +مباشرة اللي بده يعبيه في الـ View يعني انت مافيش + +366 +00:30:08,970 --> 00:30:13,950 +داعي تتحرك لـ Cursor فعليا هو لما يجي مثلا ال list + +367 +00:30:13,950 --> 00:30:20,250 +viewفيها مثلا تسع سبع عناصر بدي أعب الأنصار الخامس + +368 +00:30:20,250 --> 00:30:24,630 +تمام لحاله لما يستدعي الـBind View بديك الأنصار + +369 +00:30:24,630 --> 00:30:28,990 +الخامس و بيخليلك الكيرسر بأشهر ع مين على سطر + +370 +00:30:28,990 --> 00:30:33,910 +الخامس فانت مش محتاج تحرك الكيرسر بس اقرأ منه + +371 +00:30:33,910 --> 00:30:38,990 +البيانات مباشرة و عبيها فيه الـView أول حاجة + +372 +00:30:38,990 --> 00:30:42,210 +الـView بنجيب اللي فيه مش فيه Text Views بنجيبهم + +373 +00:30:42,210 --> 00:30:48,180 +عن طريق مينfind view by ID R.ID وفيها name TV زي + +374 +00:30:48,180 --> 00:30:51,160 +ما كنا نعمل في list view وإذا أنت شاطر فتفكر كيف + +375 +00:30:51,160 --> 00:30:55,360 +تستخدم ال view holder petal عشان تقلل استخدام find + +376 +00:30:55,360 --> 00:31:00,560 +view by ID المهم هذا إيش هيجيبلك text view name TV + +377 +00:31:00,560 --> 00:31:04,260 +أنا جاعد يا جماعة الآن إيش بعمل بدخل جوا ال view + +378 +00:31:04,260 --> 00:31:06,660 +عشان أجيب العناصر اللي فيه ليش لأن هو اللي بيدعب + +379 +00:31:06,660 --> 00:31:10,280 +بيها تمام؟ و بعدين text view + +380 +00:31:15,090 --> 00:31:21,230 +SalaryTVView.findviewbyid r.id.salaryTV + +381 +00:31:35,430 --> 00:31:39,330 +تمام؟ جيبنا الحاجات اللي بدنا نعبيها الان بدك تجيب + +382 +00:31:39,330 --> 00:31:43,710 +البيانات زمان كنا نجيب البيانات من ال list هجيبنا + +383 +00:31:43,710 --> 00:31:46,930 +نجيبها من وين؟ من ال cursor بدل ما نكتب ال code + +384 +00:31:46,930 --> 00:31:52,390 +تاني احنا قنا ال code تعلوبها ده صح ولا لأ؟ فمافيش + +385 +00:31:52,390 --> 00:31:55,010 +ده هنحرك ال cursor ولا نقوله while ولا حاجة عارفين + +386 +00:31:55,010 --> 00:31:58,370 +الآن ال cursor بأشر على الأنصر اللي بدك تحط فيه + +387 +00:31:58,370 --> 00:32:03,150 +مباشرة فماعليك إلا إيش تاخد البيانات المطلوبة + +388 +00:32:08,050 --> 00:32:11,850 +أنا بديش أعب ال ID أنا عمله text view؟ اه يبقى مش + +389 +00:32:11,850 --> 00:32:17,930 +لازم تجيبه هاي ال adapter اللي أنا روحت لل cursor + +390 +00:32:17,930 --> 00:32:22,270 +و قلتله هتلي ال column اسمه نامي و روحت لل cursor + +391 +00:32:22,270 --> 00:32:26,390 +و قلتله هتلي مين ال salary اللي اذا ماردت ناشية صح + +392 +00:32:26,390 --> 00:32:30,270 +ولا لأ اه و قد مين ال date of birth هاي البيانات + +393 +00:32:30,270 --> 00:32:34,910 +التلاتة اللي بدنا نعبيها وين فهدوله هل لازمني أعمل + +394 +00:32:34,910 --> 00:32:38,960 +class employee؟لأ هذي كلزمة في إيش؟ في طريقة لما + +395 +00:32:38,960 --> 00:32:43,060 +بتخزينهم في RA تمام؟ هذي لأ جبت البيانات بقى علينا + +396 +00:32:43,060 --> 00:32:46,940 +إيش نعمل؟ نعبي هدولة وين؟ فوق ال name TV بتعبى زي + +397 +00:32:46,940 --> 00:32:53,080 +ما هو بيت set text name + +398 +00:32:53,080 --> 00:33:00,800 +ال salary TV set text salary + +399 +00:33:00,800 --> 00:33:04,720 +اه + +400 +00:33:04,720 --> 00:33:11,250 +ال data البيت بده شغلطبعا هذا ال text هذا + +401 +00:33:11,250 --> 00:33:15,650 +ال date of birth بيجي ك إيش ك long من حوله لإيش + +402 +00:33:15,650 --> 00:33:21,290 +بدي أحطه في صيغة شهر slash يوم شهر سنة هنستخدم مين + +403 +00:33:21,290 --> 00:33:28,210 +صاحبتنا ال calendar calendar c يساوي calendar dot + +404 +00:33:28,210 --> 00:33:32,250 +date instance هذه يقول إنها تجيب object من معه + +405 +00:33:32,250 --> 00:33:38,560 +calendar فيه تاريخ اليومصح ولا انا مابديش تاريخ + +406 +00:33:38,560 --> 00:33:43,960 +اليوم اروح لل calendar هذا وقوله set time in + +407 +00:33:43,960 --> 00:33:49,000 +milliseconds يعني اعطيني الرقم الكبير هذا اعطيني + +408 +00:33:49,000 --> 00:33:55,160 +الرقم ال long اول ما تعطيني هو لحالة هيحاول لشهر و + +409 +00:33:55,160 --> 00:34:01,420 +سنةو يوم يعني بعد ما تعطيل الوقت زي بالظبط العملية + +410 +00:34:01,420 --> 00:34:05,200 +العكسية لما كان عندنا اليوم الشهر والسنة وجيبنا + +411 +00:34:05,200 --> 00:34:08,600 +رقم روحنا ال calendar أعطاناها اليوم الشهر والسنة + +412 +00:34:08,600 --> 00:34:11,840 +و جيبنا له get ال time هال get بتديله ال time in + +413 +00:34:11,840 --> 00:34:16,540 +milliseconds و بتجيبنيه السنة و اليوم الشهر عملية + +414 +00:34:16,540 --> 00:34:23,680 +عكسية c.get calendar.year + +415 +00:34:25,700 --> 00:34:38,080 +هذا هيرجعلك مين انتجر Y السنة انت م c.get calendar + +416 +00:34:38,080 --> 00:34:51,280 +.month انت دي c.get calendar.day of month هاي + +417 +00:34:51,280 --> 00:34:53,720 +جيبني التلات بيانات هدول أولا من أن أعرضهم التلاتة + +418 +00:34:55,670 --> 00:34:59,030 +في ال text view واحد هذا صح تعالى على ال text view + +419 +00:34:59,030 --> 00:35:07,410 +هذا وقولله set text بنحط ال D و بعدها بنحط إيش + +420 +00:35:07,410 --> 00:35:16,070 +Slash و بعدين ال M و بعدها كمان Slash و بعدها مين + +421 +00:35:16,070 --> 00:35:20,570 +ال Y إيش + +422 +00:35:20,570 --> 00:35:24,440 +هذه بترجعى ال method ولا حاجة في ويترقلنا هذا الـ + +423 +00:35:24,440 --> 00:35:27,260 +method للتعبية جبت الـ view جبت الحاجات اللي جوا + +424 +00:35:27,260 --> 00:35:30,140 +الـ view وبعدين روحت لل cursor قرأت البيانات اللي + +425 +00:35:30,140 --> 00:35:34,180 +بديها منها واخدت البيانات وعبيتها جوا العناصر بس + +426 +00:35:34,180 --> 00:35:39,460 +ال cursor adapter أسهل حتى من ال base adapter هذا + +427 +00:35:39,460 --> 00:35:42,500 +بس ال method بتعمل inflate و ال method التاني + +428 +00:35:42,500 --> 00:35:50,580 +بتعبي وهيك صار إيش صار جاهز نقطة بس صغيرة جدا ال + +429 +00:35:50,580 --> 00:35:57,040 +calendar لما تقرأ التاريخبتبدأ عد الأشهر من الصفر + +430 +00:35:57,040 --> 00:36:05,760 +يعني شهر واحد بيكون رقمه ايش صفر شهر اتنين لأ شهر + +431 +00:36:05,760 --> 00:36:11,000 +شهر واحد بيكون صفر اه شهر اتنين واحد فالرقم اللي + +432 +00:36:11,000 --> 00:36:15,500 +هنا دايما بيطلع ناجس H واحد فبس لما تيجي تقرب بدك + +433 +00:36:15,500 --> 00:36:20,100 +تخلي ال M H زائد واحد بس للعرض يعنيتمام واضحة هذه + +434 +00:36:20,100 --> 00:36:24,360 +مافيش مشكلة في السنة و اليوم بس في الشهر بتعمل هيك + +435 +00:36:24,360 --> 00:36:29,560 +ليش ما تسألنيش هم هيك عملوها تمام طيب نرجع لأقل + +436 +00:36:29,560 --> 00:36:33,660 +لسه ماخلصماش رجعنا where على ال activity مش احنا + +437 +00:36:33,660 --> 00:36:38,000 +جيبنا list of you هجيبنا نعمل adapter قبلها نسميه + +438 +00:36:38,000 --> 00:36:45,060 +ايش اسمه employee adapter يساوي new employee + +439 +00:36:45,060 --> 00:36:49,700 +adapter هذا بياخد get application contextوبياخد + +440 +00:36:49,700 --> 00:36:56,640 +منين؟ الـ cursor و بعدين set adapter adapter و هيك + +441 +00:36:56,640 --> 00:37:02,600 +إيش عملنا؟ خلصنا أظن أسهل ما تعمل base adapter صح + +442 +00:37:02,600 --> 00:37:06,100 +ولا؟ و تجمعهم في قرية الآن تعالنا مرة نتأكد إن + +443 +00:37:06,100 --> 00:37:06,920 +الشغل شغال + +444 +00:37:55,950 --> 00:37:57,350 +ههههههه + +445 +00:38:10,560 --> 00:38:17,360 +طيب يا جماعة طلع معايا لما عملت show ات جاب ليه + +446 +00:38:17,360 --> 00:38:27,280 +بيانات لاحظ يعني في تواريخ صحيح زي هذه 28200 بس في + +447 +00:38:27,280 --> 00:38:35,080 +تواريخ 11970 11970 هذا ليش طلعوا زي هيكالـ date of + +448 +00:38:35,080 --> 00:38:37,780 +birth لو إجا صفر هو فعليا إحنا لما نقرأ من ال + +449 +00:38:37,780 --> 00:38:44,800 +database في ال cursor هاي ال adapter مش إحنا قرأنا + +450 +00:38:44,800 --> 00:38:48,580 +ال date of birth لو مش موجود في ال database برجع + +451 +00:38:48,580 --> 00:38:54,340 +صفر بعينته برجع صفر لأ برجع صفر فبيقولك أنت ال + +452 +00:38:54,340 --> 00:38:58,420 +calendar لو عطيتها صفر ال default بترجّلك التاريخ + +453 +00:38:58,420 --> 00:39:00,620 +هذا 111970 + +454 +00:39:02,320 --> 00:39:05,100 +فانت المفروض يكون عندك في ال code ان اذا كان ال + +455 +00:39:05,100 --> 00:39:09,420 +date of birth صفر مثلا ما .. ما تستخدمش اه .. اه + +456 +00:39:09,420 --> 00:39:12,100 +read file اه بدك انت تعمل ال validation هذا شغلك + +457 +00:39:12,100 --> 00:39:15,580 +انت بس واضح ليش طلع هدول احنا لما كنا نجرب في + +458 +00:39:15,580 --> 00:39:18,560 +الأول ماكناش ندخل تاريخ مش قلتلكوا خلينا نجرب بدون + +459 +00:39:18,560 --> 00:39:22,760 +تاريخ فهذا تفسير ليش طلع 11177 بس التوريخ التاني + +460 +00:39:22,760 --> 00:39:28,040 +اللي دخلناها صح طلعت صح زي هذا مثلا تمام هذي كلها + +461 +00:39:28,040 --> 00:39:44,640 +توريخ احنا دخلناهاوهي عرض البيانات بشكل صحيح اذا + +462 +00:39:44,640 --> 00:39:47,020 +انت كtable لما انشأت ال table not null + +463 +00:39:52,230 --> 00:39:55,070 +هيرجعلك الـ String null و هيرضلك null على الشاشة + +464 +00:39:55,070 --> 00:39:57,490 +هيرض null على الشاشة مش هيطلع لك ال .. لأ مش هيطلع + +465 +00:39:57,490 --> 00:40:01,010 +بضال عليك انت تعمل ال validation تمام لسه يا جماعة + +466 +00:40:01,010 --> 00:40:09,110 +بدك تعمل action على ال list هاي ال list view set + +467 +00:40:09,110 --> 00:40:17,650 +on item click listener new on item click listener + +468 +00:40:17,650 --> 00:40:31,780 +set on item click listenerNew on item click طيب + +469 +00:40:31,780 --> 00:40:36,960 +لحظة شويه اشوف parent اه لان كبنا نجيب العنصر اللي + +470 +00:40:36,960 --> 00:40:44,780 +ضغطنا اللي ضغطنا عنده لان عشان نجيب العنصر اخدنا + +471 +00:40:44,780 --> 00:40:51,300 +احنا انه بتروح لل list view و بتقوله get item at + +472 +00:40:51,300 --> 00:40:54,600 +positionهل جاتكوا في الامتحان هذي ولا لأ؟ و لا + +473 +00:40:54,600 --> 00:40:59,160 +ماجهاش ضغط على ال .. كان زر .. اه طيب كان زر اه + +474 +00:40:59,160 --> 00:41:04,420 +المهم هذي عشان نجيب العنصر اللي ضغطنا عليه فبتقوله + +475 +00:41:04,420 --> 00:41:09,180 +get item at position مين ال position اللي جابلكيه؟ + +476 +00:41:09,180 --> 00:41:14,500 +هيه يعني هو لحاله بيجيب ال position طيب أيام ما + +477 +00:41:14,500 --> 00:41:18,220 +كنا نعمل adapter باستخدام ال realist كنا هذا نعمله + +478 +00:41:18,220 --> 00:41:23,730 +casting لإيش؟لإيش كنا نعمله casting ل employee صح + +479 +00:41:23,730 --> 00:41:28,450 +ولا لأن كنت ندخنهم أنا employee الآن هذا مقدرش + +480 +00:41:28,450 --> 00:41:31,050 +أعمله casting ل employee صح ولا لأن أنا استخدمت + +481 +00:41:31,050 --> 00:41:36,970 +مين كيرسر بقوله ببساطة أعمله casting ل كيرسر يعني + +482 +00:41:36,970 --> 00:41:40,250 +أنت هذا العنصر اللي جبته أعمله بس casting ل كيرسر + +483 +00:41:41,230 --> 00:41:45,050 +فعليًا جاب لك كيرسر بقشر على مين على عنصر هذا في + +484 +00:41:45,050 --> 00:41:48,790 +ال database بضل عليك تقرأ البيانات منه اللي هو + +485 +00:41:48,790 --> 00:41:57,550 +action تقرأ البيانات منه يعني هدولة تلت أسطور يعني + +486 +00:41:57,550 --> 00:42:00,610 +العنصر اللي أنت ضغط عليه اعمله بس casting لمين + +487 +00:42:00,610 --> 00:42:05,230 +لكيرسر يقرأ البيانات الموجودة عنده ويقوله هنا مثلا + +488 +00:42:05,230 --> 00:42:07,310 +toast نطبعهم عشان نعرف أنه احنا + +489 +00:42:11,520 --> 00:42:21,020 +الان نطبع ال name و جنبه ال salary بكفي و بعدين + +490 +00:42:21,020 --> 00:42:27,160 +toast.short.show عشان نتأكد ان احنا قرأنا البيانات + +491 +00:42:27,160 --> 00:42:32,780 +خلينا + +492 +00:42:32,780 --> 00:42:34,280 +نجرب هذه و ننهي المحاضرة + +493 +00:43:00,540 --> 00:43:03,580 +أحنا غطينا الآن موضوع الادخال على ال database + +494 +00:43:03,580 --> 00:43:10,120 +وغطينا القراءة المرة الجاهزة نشوف موضوع ال list + +495 +00:43:10,120 --> 00:43:12,700 +تضغط على عناصر يفتح لك في activity هذه المفروض + +496 +00:43:12,700 --> 00:43:17,280 +سهلة نشوف ال deleteبدنا نشوف ال filter، إيش ال + +497 +00:43:17,280 --> 00:43:21,460 +filter يعني؟ مرات أنت بتحط فوق ال .. في البحث تكتب + +498 +00:43:21,460 --> 00:43:25,680 +أول حرف من الكلمة بيفلترلك إيش؟ الأسام المكتوبة، + +499 +00:43:25,680 --> 00:43:28,600 +أحمد مثلا A بتكتب، بيطلقلك بس الموجود اللي بحرف ال + +500 +00:43:28,600 --> 00:43:37,140 +A، لإنه أنا بستخدمه كتير في التطبيقات، + +501 +00:43:37,140 --> 00:43:39,580 +ان شاء الله + +502 +00:43:50,900 --> 00:43:54,780 +طبعاً هذه بداية صغيرة يعني أنا مثلا ال database + +503 +00:43:54,780 --> 00:44:09,040 +اتعملت مع كام جدول جدول واحد فحظة + +504 +00:44:09,040 --> 00:44:18,420 +جهازي معلق طيب + +505 +00:44:18,420 --> 00:44:21,640 +هاني اشتغل معانا يا جماعةاللي هي لما تضغط على أي + +506 +00:44:21,640 --> 00:44:30,240 +عنصر هاي مثلا أنس طبعلك أنس أمل طبعلك أمل يعني + +507 +00:44:30,240 --> 00:44:35,020 +معناه أنه جدر يقرأ عنصر الضغط عليه هالجد ببساطة + +508 +00:44:35,020 --> 00:44:39,180 +أنت ممكن إيش تعمل تفتح شاشة تانية تقرأ من ال + +509 +00:44:39,180 --> 00:44:41,780 +cursor و تفتح شاشة تانية و تبعت البيانات على + +510 +00:44:41,780 --> 00:44:44,880 +الشاشة التانية أو ممكن أنت تقرأ ال .. هذا الحل + +511 +00:44:44,880 --> 00:44:49,100 +أفضل تقرأ ال ID بسو تبعده على الشاشة التانية و في + +512 +00:44:49,100 --> 00:44:51,420 +الشاشة التانية تعمل query تقول له اتل بيانات + +513 +00:44:51,420 --> 00:44:55,340 +الموظف لل ID تبعه زيك تمام هذه هتشوفها المحاضرة + +514 +00:44:55,340 --> 00:44:56,900 +اللي جاي يعطيك الله عفو + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..7207ff33aac7cf4a7e9af068eee2fe2705f02601 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/WQXqhz5SrUI_raw.srt @@ -0,0 +1,2072 @@ +1 +00:00:20,990 --> 00:00:25,210 +طيب يا جماعة يعطي كله عافية في المحاضرة الماضية + +2 +00:00:25,210 --> 00:00:29,370 +بدأنا في موضوع ال database و إشتغلنا الشق الأول + +3 +00:00:29,370 --> 00:00:34,450 +اللي هو إضافة الموظف صح ولا لأ و إشتغلنا بتفاصيله + +4 +00:00:34,450 --> 00:00:38,050 +و شوفنا كيف حتى نتعامل مع الإسم و التاريخ تمام و + +5 +00:00:38,050 --> 00:00:42,090 +كيف نعمل insert على ال databaseوشوفنا كيف نعمل + +6 +00:00:42,090 --> 00:00:49,150 +insert بطرقتين يا اما ان انا اروح انافذ raw SQL او + +7 +00:00:49,150 --> 00:00:54,070 +تستخدم ال method insert تمام اللي هي بتحطلها اسم + +8 +00:00:54,070 --> 00:00:57,750 +الجدول بتحط القيم في حاجة اسمها content values + +9 +00:00:57,750 --> 00:01:01,610 +وشوفنا التعاون مع التاريخإن التاريخ في النهاية + +10 +00:01:01,610 --> 00:01:05,190 +بدأت تتحول إلى رقم وتعملنا مع class اسمها الـ + +11 +00:01:05,190 --> 00:01:07,930 +Calendar في الـ Java اللي عن طريقها أنت بتجيب مثلا + +12 +00:01:07,930 --> 00:01:11,650 +التاريخ الحالي وممكن استفادنا منها كمان أنه بعد ما + +13 +00:01:11,650 --> 00:01:15,170 +نجيب السنة والشهر واليوم تحولهم كلهم لرقم برضه + +14 +00:01:15,170 --> 00:01:17,990 +باستخدام ال class Calendar وهذا ال class calendar + +15 +00:01:17,990 --> 00:01:21,290 +جزء من ال Java يعني حتى إن أنت مشتغلت Netbeans + +16 +00:01:21,290 --> 00:01:26,420 +وclipse برضه ال calendar هذه موجودةسنذهب الآن + +17 +00:01:26,420 --> 00:01:30,140 +للشقة التانية وهي عملية عرض البيانات عملية عرض + +18 +00:01:30,140 --> 00:01:33,240 +البيانات يجب أن تستخرج البيانات من ال database + +19 +00:01:33,240 --> 00:01:38,360 +كيف؟ عن طريق ال query أنا الآن داخل ال class بتاعة + +20 +00:01:38,360 --> 00:01:41,160 +show all activity اللي هي المفروض تجيب البيانات + +21 +00:01:41,160 --> 00:01:45,120 +وتعرضها في list view لسه احنا بنشوف العرض الآن كيف + +22 +00:01:45,120 --> 00:01:49,870 +تجيب البيانات هذه لأن عشان تجيب البياناتنفس الشيء + +23 +00:01:49,870 --> 00:01:52,210 +اول حاجة بدي انشئ object من ال helper عارفين اللي + +24 +00:01:52,210 --> 00:01:55,350 +بيعمل extend SQLite هذا يقول ان لو ال database مش + +25 +00:01:55,350 --> 00:01:59,250 +موجودة بنشئها لو موجودة بيعمل connect عليها تمام؟ + +26 +00:01:59,250 --> 00:02:05,060 +ومن ال helper بقول له جيت read بال databaseعشان + +27 +00:02:05,060 --> 00:02:07,700 +انا بدأ اقرأ لان لو قلت له writeable مش غلط + +28 +00:02:07,700 --> 00:02:11,480 +writeable بتقرأ و بتكتب تمام؟ و هذا بيجيب .. + +29 +00:02:11,480 --> 00:02:14,300 +بيجيبلك مين ال SQLite database هذا ال object + +30 +00:02:14,300 --> 00:02:17,240 +تقولنا هذا هو الكل في الكل اللي عن طريقه بتنفذ + +31 +00:02:17,240 --> 00:02:20,080 +التعليمات كيف نفذنا ال insert احنا؟ عن طريق هذا + +32 +00:02:20,080 --> 00:02:23,820 +اللي قبل اناش نعمل insert بدنا نعمل ايش؟ query + +33 +00:02:23,820 --> 00:02:29,000 +تمام؟ ممكن تقوله DB dot في عندك method هنا اسمها + +34 +00:02:29,000 --> 00:02:35,240 +raw queryraw query هذه لأن أبسط query في الدنيا + +35 +00:02:35,240 --> 00:02:40,240 +تعمل select لكل حاجة تقول select نجمة from + +36 +00:02:40,240 --> 00:02:46,800 +employee الحقل التاني مبدئيا ممكن تحطه null ليش + +37 +00:02:46,800 --> 00:02:51,140 +الحقل التاني بنستخدمه؟ لو أنت عندك parameters تخصص + +38 +00:02:51,140 --> 00:02:54,120 +ال query يعني مثلا هنا أنا بجيب كل ال employees + +39 +00:02:54,120 --> 00:03:01,590 +ممكن تقوله where salary أكبر من ألفهيجيب كل + +40 +00:03:01,590 --> 00:03:08,170 +الموظفين اللي راتبهم أكتر من ألف and مثلا + +41 +00:03:08,170 --> 00:03:15,030 +is married يساوي واحد والمتزوجين هكذا احنا خط ال + +42 +00:03:15,030 --> 00:03:16,410 +where في ال data التي بدأتوا تاخدوها في ال data + +43 +00:03:16,410 --> 00:03:21,030 +بها زي filter بيخصص البيانات select نجمة بيجيب كل + +44 +00:03:21,030 --> 00:03:26,550 +حاجة هذا القيام ألف واحد ممكن تحط بدلها إيش علامات + +45 +00:03:26,550 --> 00:03:32,240 +استفهاملازم تضعهم في الـ Parameter التاني اللي .. + +46 +00:03:32,240 --> 00:03:37,200 +اللي .. اللي .. اللي .. + +47 +00:03:37,200 --> 00:03:39,700 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +48 +00:03:39,700 --> 00:03:39,700 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +49 +00:03:39,700 --> 00:03:39,720 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +50 +00:03:39,720 --> 00:03:40,300 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +51 +00:03:40,300 --> 00:03:40,340 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +52 +00:03:40,340 --> 00:03:41,160 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +53 +00:03:41,160 --> 00:03:41,160 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +54 +00:03:41,160 --> 00:03:41,200 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +55 +00:03:41,200 --> 00:03:41,200 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +56 +00:03:41,200 --> 00:03:41,200 +اللي .. اللي .. اللي .. اللي .. اللي .. اللي .. + +57 +00:03:41,200 --> 00:03:44,490 +اللي .. اللي .. اللي .. اللي .. اللي .. الليممكن + +58 +00:03:44,490 --> 00:03:47,130 +تعمل array قبل ممكن تعملها في نفس السطر in u + +59 +00:03:47,130 --> 00:03:50,570 +string ايش انا بعمل هنا قاعد array في نفس السطر + +60 +00:03:50,570 --> 00:03:55,130 +بالترتيب علامة الاستفهام اولى عبارة عن ايش السلري + +61 +00:03:55,130 --> 00:03:58,930 +بما انها array في ال string ممكن تعملها زي هيك الف + +62 +00:03:58,930 --> 00:04:03,570 +و ال is married تحطها ايش مثلا واحد هو ببساطة لما + +63 +00:04:03,570 --> 00:04:07,110 +يجي ينفذ التعليمة بيحط ال الف مكان مين علامة + +64 +00:04:07,110 --> 00:04:13,030 +الاستفهام هذا ال parameter التاني is married رقم + +65 +00:04:13,030 --> 00:04:16,790 +برضهبس هنا لازم تحط كل حاجة string لإن وش بده هو + +66 +00:04:16,790 --> 00:04:21,830 +array of ايش ال array of string احنا لان انت بتجرب + +67 +00:04:21,830 --> 00:04:26,970 +براحتك لما تتعمق في ال SQL مفروض تجرب انه تختار + +68 +00:04:26,970 --> 00:04:30,110 +كيف تجيب العناصر لكذا كيف تجيب يعني هتاخدوا كتير + +69 +00:04:30,110 --> 00:04:33,650 +في ال SQL كيف ترتب العناصر كيف تعملهم grouping كيف + +70 +00:04:33,650 --> 00:04:37,350 +تختار الحاجات المختلفة تمام ال SQL هتتعمقوا فيها + +71 +00:04:37,350 --> 00:04:42,380 +كتير انا وظيفتي هو مش اعلمك SQLوظيفتي ان اربط ال + +72 +00:04:42,380 --> 00:04:46,260 +database في ال user interface يعني احنا بنجيب + +73 +00:04:46,260 --> 00:04:50,180 +البيانات ونعرضها نجيب البيانات عن طريق ايش؟ عن + +74 +00:04:50,180 --> 00:04:54,240 +طريق ال query اسهل ال query انا هستخدمها هي ايش؟ + +75 +00:04:54,240 --> 00:04:59,180 +select نجمة from employee لما تاخد التخصيص و تتعمق + +76 +00:04:59,180 --> 00:05:06,030 +في ال SQL بتجرب الأمور هذه لحالك طيب الآنالـ Raw + +77 +00:05:06,030 --> 00:05:09,850 +Query هذه بترجح حاجة أكيد لازم نرجح حاجة و لا احنا + +78 +00:05:09,850 --> 00:05:14,090 +مش مطلب بيانات لازم ترجح بيانات Raw Query تعالى + +79 +00:05:14,090 --> 00:05:21,290 +شوف ايش بترجح بترجح حاجة اسمها ايش cursor ايش + +80 +00:05:21,290 --> 00:05:26,990 +يعني cursor بالانجليزي مؤشر هو فعلا مؤشر الان + +81 +00:05:26,990 --> 00:05:32,490 +نتيجة اي تعليمة اي query اي استعلان نتيجة عبارة عن + +82 +00:05:32,490 --> 00:05:37,280 +ايشالنتيجة تاعة IESTLM جدول يعني هو لما أقوله + +83 +00:05:37,280 --> 00:05:39,940 +select نجمة from employee إيش هيرجعليه؟ هيرجعلي + +84 +00:05:39,940 --> 00:05:45,780 +جدول زي هيك إيش الحقول اللي في ID و name صح و + +85 +00:05:45,780 --> 00:05:51,980 +salary و is marriedو date of birth صح مش هذه + +86 +00:05:51,980 --> 00:05:56,360 +الحقول الموجودة تمام و أنا قلتله select نجمة يعني + +87 +00:05:56,360 --> 00:05:59,980 +جابلي كل الأعمدة from employee يعني كل حاجة في ال + +88 +00:05:59,980 --> 00:06:03,260 +employee يعني هيجيبلك الأول مثلا هياسمه ال salary + +89 +00:06:03,260 --> 00:06:09,320 +تبعه و ال name تمام هدولة بيانات من الموظفين لأن + +90 +00:06:09,320 --> 00:06:13,920 +طبعا لو خصص ال query أكترهيطلع الجدول أصغر من هكذا + +91 +00:06:13,920 --> 00:06:19,520 +المهم أن نتيجة الاستعلام عبارة عن جدول كل سطر في + +92 +00:06:19,520 --> 00:06:29,780 +الجدول بمثل بيانات موظف واحد هو رجعلك جدول بس كيف + +93 +00:06:29,780 --> 00:06:33,480 +نقرأ الجدول هو رجعلك مؤشر على الجدول يعني رجعلك + +94 +00:06:33,480 --> 00:06:38,460 +الجدول وقال لك انا عملك ايش مين مؤشر دي أشر على ما + +95 +00:06:38,460 --> 00:06:39,760 +قبل الجدول مباشرة + +96 +00:06:42,100 --> 00:06:45,600 +تمام؟ مؤشر بأشهر .. هو طبعا ليش جابلك المؤشر .. + +97 +00:06:45,600 --> 00:06:49,540 +يعني هو بيقدرش يأشرلك على كل حاجة جابلك إيش؟ مؤشر + +98 +00:06:49,540 --> 00:06:54,020 +بأشهر على بداية الجدول أو قبل الجدول بسطر لأن هو + +99 +00:06:54,020 --> 00:06:57,180 +بيقولك باختصار أنت عشان تقرأ البيانات بيدرك تروح + +100 +00:06:57,180 --> 00:07:00,860 +لل cursor هذا و تسير تقدمه خطوة خطوة يعني تجيب ال + +101 +00:07:00,860 --> 00:07:03,900 +.. أنت نفسك المبرمج بدي يعمل العملية هذه بدي يحط + +102 +00:07:03,900 --> 00:07:09,500 +ال cursor المبرمج ع مين؟ على أول سطروعن طريق .. + +103 +00:07:09,500 --> 00:07:12,300 +لما ينحط على أول سطر بتقدر عن طريق ال cursor تقرأ + +104 +00:07:12,300 --> 00:07:17,140 +مين البيانات الموجودة في أول سطر ابتخدهم هدولة + +105 +00:07:17,140 --> 00:07:21,560 +بمثل مين بيانات موظف بما أن هدولة كلهم بمثل بيانات + +106 +00:07:21,560 --> 00:07:24,700 +موظف بدك تشغل مخك هال gate وال object oriented انك + +107 +00:07:24,700 --> 00:07:29,930 +تعمل classemployee بتمثل بيانات الموظف تمام و + +108 +00:07:29,930 --> 00:07:33,190 +تاخدها و تخزينها في array list ليش ان احنا معلوم + +109 +00:07:33,190 --> 00:07:36,590 +في الآخر ان كل البيانات موجودة في array list و + +110 +00:07:36,590 --> 00:07:39,710 +بعدين تاخد ال cursor و تقدمه عنين على سطل البعد و + +111 +00:07:39,710 --> 00:07:43,230 +نفس العملية تقرأها بما ان في عملية بتتكرر ايش هي + +112 +00:07:43,230 --> 00:07:47,650 +تقدم ال cursor و تقرأ بدأنا نستخدم loop و بنعرفش + +113 +00:07:47,650 --> 00:07:52,960 +for loop ولا while loopالـ 4 بتعملها لو انت عارف + +114 +00:07:52,960 --> 00:07:56,020 +كم سطر بدك تقرأ لكن هنا بنقول الـ while طالما + +115 +00:07:56,020 --> 00:08:01,760 +الكيرسر ما اتعداش السطر الأخير بلّك جد و يقرألاحظ + +116 +00:08:01,760 --> 00:08:05,120 +انش بقول ماتعداش السطر الأخير لأن السطر الأخير + +117 +00:08:05,120 --> 00:08:09,940 +ماله فيه بيانات لكن البعد الأخير مافيش فيه بيانات + +118 +00:08:09,940 --> 00:08:13,060 +هذا اللي هنعمله ال gate تمام؟ بما أنه احنا بنقول + +119 +00:08:13,060 --> 00:08:16,540 +انه ان كل سطر فيه بيانات موظف بدنا نعمل class + +120 +00:08:16,540 --> 00:08:20,640 +اتجمع بيانات الموظف صح ولا لأ؟ أنا قاعدين بنفكر + +121 +00:08:20,640 --> 00:08:24,860 +تفكير منطق يا جماعة ولاحظة كل حاجة مبنية على إيش؟ + +122 +00:08:24,860 --> 00:08:28,410 +على ال object oriented اللي كنا متنشيناو نقوله + +123 +00:08:28,410 --> 00:08:32,150 +ممكنش هناخد user interface؟ ممكنش هنصمم مش عارف + +124 +00:08:32,150 --> 00:08:35,570 +مين؟ ليش ما نبدأ بال أندرويد على طول؟ بتذكرين + +125 +00:08:35,570 --> 00:08:39,610 +الأسئلة اللي كنتوا بتسألوها؟ بتذكرينها؟ هل جيت + +126 +00:08:39,610 --> 00:08:44,970 +فهمت أنه الأصل أنك تتعلم صح؟ و إذا بتعرف صح بتشتغل + +127 +00:08:44,970 --> 00:08:50,770 +على أي لغة برمجة بعد هيك؟ طيب + +128 +00:08:50,770 --> 00:08:56,230 +هيا عملت employee إيش بياناته؟ بدنا نحط له ID هذا + +129 +00:08:56,230 --> 00:08:57,370 +integer صح ولا لأ؟ + +130 +00:09:03,450 --> 00:09:11,950 +name double salary long + +131 +00:09:11,950 --> 00:09:17,350 +date of birth boolean is married مش هيبيانات يا + +132 +00:09:17,350 --> 00:09:17,670 +جماعة + +133 +00:09:34,710 --> 00:09:39,710 +لأن نجي .. و بدنا نجي قبل ال cursor بدنا نعمل list + +134 +00:09:39,710 --> 00:09:50,950 +of ايش عشان + +135 +00:09:50,950 --> 00:09:56,900 +البيانات نخزنهافي ال list of employees صح؟ الآن + +136 +00:09:56,900 --> 00:10:00,540 +بدنا نجري الكيرسر أول حاجة اتفقنا عليها أن الكيرسر + +137 +00:10:00,540 --> 00:10:06,160 +بدنا نحطه في السطر الأول تمام؟ فبنقوله كيرسر في + +138 +00:10:06,160 --> 00:10:10,960 +method اسمها move to .. to أيش بالك؟ next ولا + +139 +00:10:10,960 --> 00:10:14,980 +first ولا last ولا position معين to first حطه على + +140 +00:10:14,980 --> 00:10:19,700 +أول .. على أول سطر تمام؟ الآن بدنا نعمل loop بدنا + +141 +00:10:19,700 --> 00:10:25,240 +نقوله while while أيش؟ برمى الكيرسرماتعداش السطر + +142 +00:10:25,240 --> 00:10:28,020 +الأخير، إيش هي ال method؟ في method جاهزة في ال + +143 +00:10:28,020 --> 00:10:33,420 +cursor is .. في عندك method اسمها is after last + +144 +00:10:33,420 --> 00:10:37,100 +إيش يعني is after last؟ بعد السطر الأخير بالمنام + +145 +00:10:37,100 --> 00:10:43,000 +فيها بالمنام فيها، ممتاز is not after last إيش + +146 +00:10:43,000 --> 00:10:46,980 +يعني؟ يعني ماتعداش السطر الأخيرهنا الـ Logic هطول + +147 +00:10:46,980 --> 00:10:50,740 +جلّي لحاله إيش، بدلن فيه، بيبين اللي .. اللي عنده + +148 +00:10:50,740 --> 00:10:54,460 +Logic صح و ال .. is after last معناه هل هو اتجاوز + +149 +00:10:54,460 --> 00:10:56,840 +السطر الأخير ولا لا، أنا بقوله طالما أنه ماتجوزش + +150 +00:10:56,840 --> 00:10:59,380 +السطر الأخير، is not after last + +151 +00:11:03,810 --> 00:11:08,090 +برضه فيه يعني نقطة كويسة أحكيلكوا إياها مبارح + +152 +00:11:08,090 --> 00:11:15,510 +تواصلت معانا شركة جوجل ممثلها في إسرائيل بدوره على + +153 +00:11:15,510 --> 00:11:22,570 +مبرمجين من غزة يشغلوهم في شركة جوجل، تمام؟ فلمّا + +154 +00:11:22,570 --> 00:11:25,470 +اتناقشت معاه اللي بتحكي هذا، بقولها إيش مواصفات + +155 +00:11:25,470 --> 00:11:28,310 +الخدمة اللي بتكلمهم يفهموا؟ جالت أهم حاجة عنده + +156 +00:11:28,310 --> 00:11:34,310 +logicواضحش .. جاي دلوقت احنا .. يعني لازم .. يعني + +157 +00:11:34,310 --> 00:11:37,990 +ايش الاختبار اللي بيعطولهيا؟ بيقولولكاش سمع ما هو + +158 +00:11:37,990 --> 00:11:41,010 +ال waterfall ولا ما هي ال software engineering + +159 +00:11:41,010 --> 00:11:44,630 +بيقول لأ احنا بنعطله سؤال برمجي تمام؟ algorithm + +160 +00:11:44,630 --> 00:11:49,330 +معينة تمام؟ هو بده يستخدم لغة البرمجة اللي بيعرفها + +161 +00:11:49,330 --> 00:11:55,540 +عشان يحلها كيف بيخلوه يحلها؟ بيعطوله ملف wordالحل + +162 +00:11:55,540 --> 00:11:58,120 +فيه google document يعني حتى مافيش عندك + +163 +00:11:58,120 --> 00:12:00,340 +autocomplete اللي بيقوللي على ال face وين هذا اللي + +164 +00:12:00,340 --> 00:12:02,400 +بيقوللي مافيش عندنا autocomplete على الورقة يعني + +165 +00:12:02,400 --> 00:12:06,600 +اه و بيقولك بده يكتب code برمج صحيح يعني بده + +166 +00:12:06,600 --> 00:12:11,460 +ياخدوا ال code و يحطوله يعملوله compile طبعا + +167 +00:12:11,460 --> 00:12:14,380 +هو مابسألوش في ال libraries معينة بس أهم اشي يكون + +168 +00:12:14,380 --> 00:12:18,320 +ان ده logic .. logic التفكير واضح كيف؟ هذا ال + +169 +00:12:18,320 --> 00:12:23,290 +logic طبعا احنا بنعاني فيه منه كتير يعنيفشوف كيف + +170 +00:12:23,290 --> 00:12:27,070 +هم تقييمهم للأشخاص، بيقولك أنا حتى بيعلناش إيش لغة + +171 +00:12:27,070 --> 00:12:30,570 +البرمجة، مدام عنده logic صح، يكتب لأي لغة برمجة، + +172 +00:12:30,570 --> 00:12:35,210 +بيجي علناها وبعدين، بنعلمه إحنا لغة البرمجة، بس + +173 +00:12:35,210 --> 00:12:42,150 +عشان تاخدوا فكرة كيف ال .. كيف؟لأ عرقيت هم طالبين + +174 +00:12:42,150 --> 00:12:46,230 +مننا خلال أسبوعين الرشح أشخاص بيقولك بدنا منهم + +175 +00:12:46,230 --> 00:12:50,210 +إنجازات و يكونوا مثلا فائزين في مسابقات برامج زي + +176 +00:12:50,210 --> 00:12:54,210 +الـ hash code وغيره عندهم مشاريع متميزة مثلا أو + +177 +00:12:54,210 --> 00:13:00,170 +برامج طيب المهم نرجع لموضوعنا طالما ال cursor is + +178 +00:13:00,170 --> 00:13:03,890 +not after last طبعا الان احنا ال cursor يوما موجود + +179 +00:13:03,890 --> 00:13:08,940 +على السطر الأول صح ولاشوف ال get ال cursor وين + +180 +00:13:08,940 --> 00:13:12,540 +بقشر يا جماعة؟ على أول سطر بتروح ل .. الآن لنقرأ + +181 +00:13:12,540 --> 00:13:17,300 +البيانات من أول سطر بتروح ل ال cursor و بتقول له + +182 +00:13:17,300 --> 00:13:22,360 +أكيد في method اسمها get تمام؟ في get string, get + +183 +00:13:22,360 --> 00:13:27,580 +blob, get double, get float, get int, get long + +184 +00:13:27,580 --> 00:13:33,210 +طبعا انت لازم تكون عارف ال columnإيش نوعه؟ طيب + +185 +00:13:33,210 --> 00:13:40,750 +مثلا ال ID نوعه integer فلازم أقوله getInt و هنا + +186 +00:13:40,750 --> 00:13:44,390 +في مشكلة موجودة أن ال getInt هذي يعني ماينفعش + +187 +00:13:44,390 --> 00:13:47,930 +أقوله getInt لحالها لأنه ممكن يكون في عندي أكتر من + +188 +00:13:47,930 --> 00:13:51,590 +Int يعني في عندي الأزمرد عبارة عن Int و ال ID + +189 +00:13:51,590 --> 00:13:54,570 +عبارة عن Integer طبعا ماشي هنحاول أن هو ال Int + +190 +00:13:54,570 --> 00:14:01,640 +بتتخذم في ال long صح أو لا؟ماشي مش خلاف بقوله get + +191 +00:14:01,640 --> 00:14:05,520 +long مش هنا المشكلة المقطة اللي جيت بين قوسين بده + +192 +00:14:05,520 --> 00:14:11,620 +من أي عمود تجيبه طبعا يعني احنا طبعا هنا في مشكلة + +193 +00:14:11,620 --> 00:14:15,040 +ان انت لازم تكون متذكر ترتيب الأعمدة طبعا هنا بده + +194 +00:14:15,040 --> 00:14:18,810 +رقم العمود يعني لو جيتوله العمود رقم واحديعني مين + +195 +00:14:18,810 --> 00:14:22,770 +العمود الرقم واحد هنا ال ID بيقرأ اللي هنا لو + +196 +00:14:22,770 --> 00:14:26,730 +جيتولي عمود رقم اتنين هيقرأ هذه تمام؟ تلاتة صعب + +197 +00:14:26,730 --> 00:14:30,750 +الواحد يبقى متذكر اسم العمود أو ترتيب الأعمد + +198 +00:14:30,750 --> 00:14:34,930 +فبقولك أنت هنا بدل ما تمرد رقم في مفهو التاني في + +199 +00:14:34,930 --> 00:14:39,510 +ال cursor بتعطيله + +200 +00:14:39,510 --> 00:14:44,790 +get column index يعني بتعطيله الاسموبيجيبلك رقمه + +201 +00:14:44,790 --> 00:14:48,450 +يعني مثلا احنا عارفين ان اول عمود اسمه underscore + +202 +00:14:48,450 --> 00:14:55,370 +ID تمام هذا بيديك رقم العمود get column index تمام + +203 +00:14:55,370 --> 00:14:59,530 +و بعدين بقوله get long و بيعطيه مين ال index هذا + +204 +00:14:59,530 --> 00:15:05,870 +هيرجعلي ال long ID بتاع الموظفيعني أنت في الأول + +205 +00:15:05,870 --> 00:15:11,270 +لازم تجيب اسم الرقم العمود عن طريق مين اسمه و + +206 +00:15:11,270 --> 00:15:14,670 +بعدين بنقوله get her و ممكن نختصرها بخطوة واحدة + +207 +00:15:14,670 --> 00:15:19,690 +انه get long جواها بتقوله cursor dot get column + +208 +00:15:19,690 --> 00:15:25,190 +index وتعطيله underscore ID يعني في الأول هينفذ + +209 +00:15:25,190 --> 00:15:28,930 +هذه عشان يجيب رقم العمود ومنه بيجيب مين القيمة + +210 +00:15:28,930 --> 00:15:33,430 +اللي مخزن فيه أنا الآن قاعد بقرأ مين يا جماعة لسه + +211 +00:15:33,430 --> 00:15:38,560 +هذابدي اروح هالجت اقرأ مين ال name ال name عبارة + +212 +00:15:38,560 --> 00:15:42,860 +عن مين ال string هاي ال cursor لسه مينقدمش ال + +213 +00:15:42,860 --> 00:15:47,680 +cursor لأنه لازم اقرأ ايش السطر كله جيت ال string + +214 +00:15:47,680 --> 00:15:52,040 +بدوا رقم العمود مش عارفينه لكن عارفين اسمه cursor + +215 +00:15:52,040 --> 00:16:01,040 +جت colon index و اعطيله ايش name ايش + +216 +00:16:01,040 --> 00:16:01,480 +البعده + +217 +00:16:11,780 --> 00:16:15,280 +السنة اللي احنا خذلناها كريال لما تقوله get double + +218 +00:16:15,280 --> 00:16:19,560 +لحاله بيحوله لاش ل double لأن الريال متوافق مع ال + +219 +00:16:19,560 --> 00:16:31,980 +double صح ولا cursor get column index ايش + +220 +00:16:31,980 --> 00:16:32,940 +فيه كمان؟ + +221 +00:16:44,630 --> 00:16:49,650 +طبعا هذا integer ليس هناك get Boolean كيرسر.get + +222 +00:16:49,650 --> 00:16:50,570 +column index + +223 +00:17:08,340 --> 00:17:12,580 +أنا قرأته كإيش؟ ك Integer، بنفع أحط ال integer في + +224 +00:17:12,580 --> 00:17:16,600 +ال boolean؟ بنفعش، عشان هيك أنا في الآخر هنا قلتله + +225 +00:17:16,600 --> 00:17:21,200 +فحصل مين، اللي قرأته كله هذا، هالقيمة واحد ولا لأ؟ + +226 +00:17:22,030 --> 00:17:26,330 +إذا قيمته واحد هيحط في الـ Boolean إيش true إذا مش + +227 +00:17:26,330 --> 00:17:29,990 +واحد بيحط إيش false شوف كيف باختصر أسطور بدل ما + +228 +00:17:29,990 --> 00:17:33,870 +أقراها كائن تجارب أقوله F هذي ساوي واحد اما كذا F + +229 +00:17:33,870 --> 00:17:41,890 +ال .. طيب بلعلن مين ال date of birth طبعا long + +230 +00:17:41,890 --> 00:17:47,650 +date of birth cursor + +231 +00:17:51,600 --> 00:17:56,240 +get real .. get double برضه او get long بتخليه + +232 +00:17:56,240 --> 00:18:01,460 +يقرأها ك long cursor + +233 +00:18:01,460 --> 00:18:11,400 +get column index اللي هو اسمه ايش date of birthو + +234 +00:18:11,400 --> 00:18:16,160 +هذا كله بدي اعمله casting لأ هو اصلا نوعه موجود + +235 +00:18:16,160 --> 00:18:18,900 +real في ال database صح؟ اذا متذكرين ال day of + +236 +00:18:18,900 --> 00:18:22,400 +birth هي في ال my helper هي ال day of birth + +237 +00:18:22,400 --> 00:18:27,300 +خزرناها كإيش؟ ك real فمنفعش اقوله اقرأه ك long بدي + +238 +00:18:27,300 --> 00:18:31,740 +اقوله اقرأه ك double تمام؟ + +239 +00:18:31,740 --> 00:18:35,040 +و بعدين اعمله casting لإيش؟ ل long هو اصلا بدون + +240 +00:18:35,040 --> 00:18:35,720 +كسور بطلع + +241 +00:18:38,700 --> 00:18:45,460 +تمام؟ هذه البيانات الخمسة دا عاد كل موظف تمام؟ هيك + +242 +00:18:45,460 --> 00:18:49,320 +احنا قرأنا مين السطر الواحد اللي انا بده يرجع يكمل + +243 +00:18:49,320 --> 00:18:52,920 +وين علّو بس في خطوة بدك تعملها مهمة جدا لو + +244 +00:18:52,920 --> 00:19:00,440 +ماعملتاش هيعلج انه تقدم مين move to next اه في + +245 +00:19:00,440 --> 00:19:04,380 +الأول حطناه على أول سطر و بعدين جينا له طالما + +246 +00:19:04,380 --> 00:19:09,690 +المؤشر ماتعداشالسطر الأخير مش بعد السطر الأخير + +247 +00:19:09,690 --> 00:19:13,250 +اقرأ البيانات الموجودة اللى بيأشر عليها ال cursor + +248 +00:19:13,250 --> 00:19:17,930 +و بعدين اعمله move to next طبعا احنا لسه فيه ان + +249 +00:19:17,930 --> 00:19:21,830 +البيانات هذه مخزنهاش في object فبداك تروح تعمل + +250 +00:19:21,830 --> 00:19:29,810 +employee E يساوي new employee و تقوله E.sit name + +251 +00:19:29,810 --> 00:19:36,330 +name E.sit ID ID + +252 +00:19:59,300 --> 00:20:02,960 +و بعدين ناخد الـ E ده كله و نحطه في القرية + +253 +00:20:02,960 --> 00:20:09,580 +employees.add ال E و هيك البيانات كلها بتصير وين؟ + +254 +00:20:09,580 --> 00:20:13,600 +في ال employees بعد ما نخلص شغل ال database أفضل + +255 +00:20:13,600 --> 00:20:18,840 +أنك تروح لل cursor و تقوله close الان بتقوله for + +256 +00:20:18,840 --> 00:20:27,840 +.. نتأكد بس أن البيانات قرأها لكل employee E موجود + +257 +00:20:27,840 --> 00:20:28,740 +في employees + +258 +00:20:31,030 --> 00:20:38,030 +بطبع ليه system .. مش system log معلش خشت تمام + +259 +00:20:38,030 --> 00:20:49,790 +ايه؟ ع فكرة system.auditprintln بطبعلك يعني بس + +260 +00:20:49,790 --> 00:20:54,150 +ال log أفضل عشان تقدر تعمل فلترة للرسائل تقول مثلا + +261 +00:20:54,150 --> 00:20:56,030 +أطبع لكل الرسائل بتبدأ بإيش + +262 +00:20:58,940 --> 00:21:02,160 +هذا الميزة يعني الموجودة طيب بسم الله خلّيني أشغّل + +263 +00:21:02,160 --> 00:21:19,540 +ونشوف هذا شغّال ولا مش شغّال الآن + +264 +00:21:19,540 --> 00:21:23,760 +طالما اقدرت تقرأ البيانات وتحطها في array list من + +265 +00:21:23,760 --> 00:21:29,220 +نوع employeeخلصت تقدر تعمل list view تقرأ البيانات + +266 +00:21:29,220 --> 00:21:32,060 +فيها ايه بتقدر أخدناها و فصلناها و بدل ما هي + +267 +00:21:32,060 --> 00:21:34,600 +محاضرة شرحناها في محاضرتين ال list view و ال + +268 +00:21:34,600 --> 00:21:37,960 +adapter تبقى شرحناها في محاضرتين في محاضرة و اللي + +269 +00:21:37,960 --> 00:21:40,280 +بعدها قلنا هنعيده عشان التكرار بعلم الشطار + +270 +00:21:40,280 --> 00:21:43,600 +بتذكرين؟ و بعدين بعد ما خلصنا كملنا عليه ال view + +271 +00:21:43,600 --> 00:21:48,820 +holder تمام و يجي في الامتحان و سبته فاضي برضه هل + +272 +00:21:48,820 --> 00:21:53,590 +جيت انا مش هعمله طبعا ليش لأن خلاص عندك القرارأه + +273 +00:21:53,590 --> 00:21:56,550 +لحالك هاطلب من المعيد إنه يتعملوا في العمل هذه + +274 +00:22:24,180 --> 00:22:42,260 +الآن المفروض طيب، + +275 +00:22:42,260 --> 00:22:50,050 +هي أول ما شتغل طبعاً إيش هدولة؟ list الأسماءهدول + +276 +00:22:50,050 --> 00:22:53,650 +اللي احنا كنا نضيفهم طبعا اكتر هم ليش ان انا في كل + +277 +00:22:53,650 --> 00:22:57,030 +محاضرة اضيف اضيف اضيف اضيف اضيف اضيف اضيف اضيف + +278 +00:22:57,030 --> 00:23:01,250 +اضيف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +279 +00:23:01,250 --> 00:23:01,310 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +280 +00:23:01,310 --> 00:23:01,750 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +281 +00:23:01,750 --> 00:23:10,790 +اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف اضفف + +282 +00:23:10,790 --> 00:23:17,450 +اضفف + +283 +00:23:17,450 --> 00:23:22,710 +اضلكن في الاندرويد كمان عشان يسهلوا علينا قالولنا + +284 +00:23:22,710 --> 00:23:26,850 +احنا عملنا اليك adapter خاص بدل ما انت تعمل loop + +285 +00:23:26,850 --> 00:23:30,150 +على ال cursor وتجمع البيانات في array list اعملنا + +286 +00:23:30,150 --> 00:23:34,490 +adapter جاهز او مش جاهز 100% يعني تقدر انت تبعتله + +287 +00:23:34,490 --> 00:23:38,230 +بدل ما تبعتله ال array تبعتله ال cursor نفسه + +288 +00:23:38,230 --> 00:23:42,930 +تبعتله ايش ال cursor وانا لحالي بنفلف على الشباب و + +289 +00:23:42,930 --> 00:23:47,730 +بعرضهم في ال list دي تمام؟يعني الآن هذه الطريقة + +290 +00:23:47,730 --> 00:23:51,130 +أنت بتقدر تكمل عليها صح؟ بتاخد ال listView بتعمل + +291 +00:23:51,130 --> 00:23:54,210 +adapter و بتبعتها للهاد و بتقرضها فلان تمام؟ هذه + +292 +00:23:54,210 --> 00:23:58,350 +أخدناها كيف نتعامل مع array من object لكن أنا الآن + +293 +00:23:58,350 --> 00:24:06,970 +هعد في الكود شوية أنه أنا كل الكود تقلوب هذا تمام؟ + +294 +00:24:06,970 --> 00:24:13,950 +ماله؟ مش لازمني هالجد ليش؟ لأنه هنشوف طريقةجاهزة + +295 +00:24:13,950 --> 00:24:20,690 +انك تدّي لل adapter cursor وهو الحلو يعرضه طيب هذا + +296 +00:24:20,690 --> 00:24:26,590 +كيف بنعملها اول حاجة بدك تصمم شكل العنصر في ال + +297 +00:24:26,590 --> 00:24:29,210 +list view زي ما كنا نعمل في ال list view العادى + +298 +00:24:29,210 --> 00:24:32,310 +يعني بدك تروح تعمل layout + +299 +00:24:39,160 --> 00:24:44,280 +موجود هنا شكل أنا عامل .. هاي أنا عامل عسرية حاجة + +300 +00:24:44,280 --> 00:24:48,140 +هيك أي كلام يعني حاطط + +301 +00:24:48,140 --> 00:24:52,540 +فيها كام text view على العنصر؟ تلاتة خلينا نشوف + +302 +00:24:52,540 --> 00:25:00,360 +أسميهم هذا لل name و هذا لل salary و الأخير date + +303 +00:25:00,360 --> 00:25:05,790 +of birth البجيه بدش عرضهمخلاص انت عرضت تلاتة + +304 +00:25:05,790 --> 00:25:08,130 +بيانات الباقية بس انا بالعمد انا حطيت الـ digit + +305 +00:25:08,130 --> 00:25:11,910 +birth ليش لانه بدنا نرجع الرقم لتاريخ نارضه على + +306 +00:25:11,910 --> 00:25:15,870 +الشاشة تمام هذا شكل ال item كل سطر هيعرف للبيانات + +307 +00:25:15,870 --> 00:25:19,390 +هذه طبعا هنشوف انه تضغط على كل واحد بيكملك بيانات + +308 +00:25:19,390 --> 00:25:26,420 +وين في activity جديدة ماشي يا جماعة طيب الآنماذا + +309 +00:25:26,420 --> 00:25:29,280 +كنا نعمل في list view؟ روحنا نعمل adapter صح ولا + +310 +00:25:29,280 --> 00:25:32,780 +.. طبعا انا عامل في list view موجودة في ال + +311 +00:25:32,780 --> 00:25:36,000 +activity بتاعتي هذه اللي هي show all هيها موجودة + +312 +00:25:36,000 --> 00:25:39,460 +in list view فبدنا نجيبها احنا في النهاية بدنا + +313 +00:25:39,460 --> 00:25:46,420 +نعرض بيانات هذه show all احنا اول ما اشتغل جاب كل + +314 +00:25:46,420 --> 00:25:50,660 +البيانات و جابهم كإيش؟ ك cursor ماشي يا جماعة الان + +315 +00:25:50,660 --> 00:26:00,320 +بقوله list viewالـ v find view by id r.id.employee + +316 +00:26:00,320 --> 00:26:03,020 +list view هاي جيبناها list view و ال list view + +317 +00:26:03,020 --> 00:26:08,060 +أكيد عشان تشتغل بدها مين بدها adapter زمان إيش كنا + +318 +00:26:08,060 --> 00:26:14,240 +نعمل كنا نروح نعمل class جديدة مثلا نسميها imp + +319 +00:26:14,240 --> 00:26:21,770 +adapterتمام ونقوله extend base adapter تمام الآن + +320 +00:26:21,770 --> 00:26:28,410 +لأ نقوله extend cursor adapter ال base adapter + +321 +00:26:28,410 --> 00:26:32,730 +بطلب array list من البيانات ال cursor adapter إيش + +322 +00:26:32,730 --> 00:26:36,310 +بطلب بطلب cursor برايحك من عملية ال loop لكن هذا + +323 +00:26:36,310 --> 00:26:39,130 +مش معناه أن عملية ال loop مش لازمة ممكن تلزم + +324 +00:26:39,130 --> 00:26:44,310 +لاستخدامات أخرى يعني تماميعني هذا .. هذا بيفيدني + +325 +00:26:44,310 --> 00:26:46,710 +لو أنا بدي أعرض البيانات في list view لكن افرض لو + +326 +00:26:46,710 --> 00:26:49,650 +أنا بدي أبحث محتاج أجيبهم ك array list و أدور فيهم + +327 +00:26:49,650 --> 00:26:53,230 +تمام؟ مش كل عرض البيانات ده من ال list view واضح + +328 +00:26:53,230 --> 00:26:57,170 +يا جماعة؟ طيب الآن نفس الحاجة هذا abstract class + +329 +00:26:57,170 --> 00:27:00,270 +في method نعملها implement ال method هذا بدها + +330 +00:27:00,270 --> 00:27:03,070 +constructor و بدها two methods ال constructor + +331 +00:27:03,070 --> 00:27:06,910 +الأول بطلب منك بس اتمر الحاجتين context to mean و + +332 +00:27:06,910 --> 00:27:09,310 +cursor تمام؟ + +333 +00:27:13,650 --> 00:27:16,870 +هذا ب .. نشوف constructor تاني فيه إيه أكتر من + +334 +00:27:16,870 --> 00:27:20,190 +constructor أنا بتستخدم التالت هذا عشان .. لأن هذا + +335 +00:27:20,190 --> 00:27:24,690 +بطلب منك context و cursor و flag بدنا نشيل ال flag + +336 +00:27:24,690 --> 00:27:28,510 +هذا بعرفش لاقاش و بنحطه هنا قيمة واحد ما تسألنيش + +337 +00:27:28,510 --> 00:27:32,470 +ليش هو دور عليه عن متر المهم بنرسمه إيش context و + +338 +00:27:32,470 --> 00:27:37,150 +main و cursor لأن في two methods هو جيبلك إياهم + +339 +00:27:37,150 --> 00:27:42,210 +أول method فيه حد اسمها new viewماذا يجب أن ترجع؟ + +340 +00:27:42,210 --> 00:27:46,790 +يجب أن ترجع الـView وفيه method اسمها الـBindView + +341 +00:27:46,790 --> 00:27:52,830 +الـBindView هذه بتجلبك الـView والـCursor على أساس + +342 +00:27:52,830 --> 00:27:57,210 +أعدي البيانات في الـView باختصار شديد الـNewView + +343 +00:27:57,210 --> 00:28:02,170 +لازم تنشئ الـView من مين؟ من الـLayout اللي عملناه + +344 +00:28:02,170 --> 00:28:06,890 +يعني بس بدأت تعمل عملية Inflate وترجع الـView يعني + +345 +00:28:06,890 --> 00:28:15,290 +هنا انت بدأت تعمل بس سطر واحدLayoutInflater.from + +346 +00:28:15,290 --> 00:28:22,190 +هي هو جايبك ال context تمام InflateR.Layout + +347 +00:28:22,190 --> 00:28:25,550 +.EmployeeItem + +348 +00:28:25,550 --> 00:28:33,450 +و بدنا نربطه مع ال parent وهنا falseهنا عامل زي + +349 +00:28:33,450 --> 00:28:38,830 +ايام ال view holder او ال recyler view بدك تربطه + +350 +00:28:38,830 --> 00:28:43,170 +في البنت عشان ياخد خصائصه و حجمه تمام من غير ما + +351 +00:28:43,170 --> 00:28:49,950 +ياخد خصائص الرصيف يعني بياخد حجمه اه مابياخد بس ما + +352 +00:28:49,950 --> 00:28:54,290 +فعليا بربطوش فيه يعني هذا بدأت تحط force المهم هذه + +353 +00:28:54,290 --> 00:29:00,300 +كلها ايش بترجع ليه view vوهنا بتقوله return v بس + +354 +00:29:00,300 --> 00:29:05,140 +هاد ال new view عشان أول ما يشغل ينشئ من ال views + +355 +00:29:05,140 --> 00:29:09,320 +by the view إجت لحظة اتعبئت ال view احنا بنعرف + +356 +00:29:09,320 --> 00:29:11,760 +برضه هاد ال list view اللي بقى أنصر اللي بطلع إيش + +357 +00:29:11,760 --> 00:29:15,400 +بده يجيبه ويعبيه تمام أو اللي بنعرض من أول مرة + +358 +00:29:15,400 --> 00:29:20,620 +برضه بده يعبيه فهو عند بداية التشغيلبشوف جداش + +359 +00:29:20,620 --> 00:29:22,700 +بيعرض في ال list view مثلا ال list view بتسعة عشرة + +360 +00:29:22,700 --> 00:29:26,240 +بنفذ ال new view عشر مرات و لكل واحد بنفذله ايش + +361 +00:29:26,240 --> 00:29:30,600 +bind view عشان يعبيه طبعا يعني عند أول عشرة + +362 +00:29:30,600 --> 00:29:34,860 +بيعرضهم اذا كانت بتسعة عشرة لكل واحد بنفذ ال new + +363 +00:29:34,860 --> 00:29:39,760 +view و ايش و bind view عشان يعبيه طبعا لما تصير + +364 +00:29:39,760 --> 00:29:44,560 +تعمل school خلاص اللي بطلع بستدعيله مين؟ bind view + +365 +00:29:44,560 --> 00:29:49,670 +طبعا لأن ال bind view هذاجيبلك الـ View وجيبلك الـ + +366 +00:29:49,670 --> 00:29:54,090 +Cursor الفكرة هي أنك تجيب البيانات من وين من الـ + +367 +00:29:54,090 --> 00:29:59,610 +Cursor و تحطها وين؟ في الـ View وهو مريحة كمان أنه + +368 +00:29:59,610 --> 00:30:04,590 +بيجيبلك الـ Cursor بيخليه يقشر عنين على العنصر + +369 +00:30:04,590 --> 00:30:08,970 +مباشرة اللي بده يعبيه في الـ View يعني انت مافيش + +370 +00:30:08,970 --> 00:30:13,950 +داعي تتحرك لـ Cursor فعليا هو لما يجي مثلا ال list + +371 +00:30:13,950 --> 00:30:20,250 +viewفيها مثلا تسع سبع عناصر بدي أعب الأنصار الخامس + +372 +00:30:20,250 --> 00:30:24,630 +تمام لحاله لما يستدعي الـBind View بديك الأنصار + +373 +00:30:24,630 --> 00:30:28,990 +الخامس و بيخليلك الكيرسر بأشهر ع مين على سطر + +374 +00:30:28,990 --> 00:30:33,910 +الخامس فانت مش محتاج تحرك الكيرسر بس اقرأ منه + +375 +00:30:33,910 --> 00:30:38,990 +البيانات مباشرة و عبيها فيه الـView أول حاجة + +376 +00:30:38,990 --> 00:30:42,210 +الـView بنجيب اللي فيه مش فيه Text Views بنجيبهم + +377 +00:30:42,210 --> 00:30:48,180 +عن طريق مينfind view by ID R.ID وفيها name TV زي + +378 +00:30:48,180 --> 00:30:51,160 +ما كنا نعمل في list view وإذا أنت شاطر فتفكر كيف + +379 +00:30:51,160 --> 00:30:55,360 +تستخدم ال view holder petal عشان تقلل استخدام find + +380 +00:30:55,360 --> 00:31:00,560 +view by ID المهم هذا إيش هيجيبلك text view name TV + +381 +00:31:00,560 --> 00:31:04,260 +أنا جاعد يا جماعة الآن إيش بعمل بدخل جوا ال view + +382 +00:31:04,260 --> 00:31:06,660 +عشان أجيب العناصر اللي فيه ليش لأن هو اللي بيدعب + +383 +00:31:06,660 --> 00:31:10,280 +بيها تمام؟ و بعدين text view + +384 +00:31:15,090 --> 00:31:21,230 +SalaryTVView.findviewbyid r.id.salaryTV + +385 +00:31:35,430 --> 00:31:39,330 +تمام؟ جيبنا الحاجات اللي بدنا نعبيها الان بدك تجيب + +386 +00:31:39,330 --> 00:31:43,710 +البيانات زمان كنا نجيب البيانات من ال list هجيبنا + +387 +00:31:43,710 --> 00:31:46,930 +نجيبها من وين؟ من ال cursor بدل ما نكتب ال code + +388 +00:31:46,930 --> 00:31:52,390 +تاني احنا قنا ال code تعلوبها ده صح ولا لأ؟ فمافيش + +389 +00:31:52,390 --> 00:31:55,010 +ده هنحرك ال cursor ولا نقوله while ولا حاجة عارفين + +390 +00:31:55,010 --> 00:31:58,370 +الآن ال cursor بأشر على الأنصر اللي بدك تحط فيه + +391 +00:31:58,370 --> 00:32:03,150 +مباشرة فماعليك إلا إيش تاخد البيانات المطلوبة + +392 +00:32:08,050 --> 00:32:11,850 +أنا بديش أعب ال ID أنا عمله text view؟ اه يبقى مش + +393 +00:32:11,850 --> 00:32:17,930 +لازم تجيبه هاي ال adapter اللي أنا روحت لل cursor + +394 +00:32:17,930 --> 00:32:22,270 +و قلتله هتلي ال column اسمه نامي و روحت لل cursor + +395 +00:32:22,270 --> 00:32:26,390 +و قلتله هتلي مين ال salary اللي اذا ماردت ناشية صح + +396 +00:32:26,390 --> 00:32:30,270 +ولا لأ اه و قد مين ال date of birth هاي البيانات + +397 +00:32:30,270 --> 00:32:34,910 +التلاتة اللي بدنا نعبيها وين فهدوله هل لازمني أعمل + +398 +00:32:34,910 --> 00:32:38,960 +class employee؟لأ هذي كلزمة في إيش؟ في طريقة لما + +399 +00:32:38,960 --> 00:32:43,060 +بتخزينهم في RA تمام؟ هذي لأ جبت البيانات بقى علينا + +400 +00:32:43,060 --> 00:32:46,940 +إيش نعمل؟ نعبي هدولة وين؟ فوق ال name TV بتعبى زي + +401 +00:32:46,940 --> 00:32:53,080 +ما هو بيت set text name + +402 +00:32:53,080 --> 00:33:00,800 +ال salary TV set text salary + +403 +00:33:00,800 --> 00:33:04,720 +اه + +404 +00:33:04,720 --> 00:33:11,250 +ال data البيت بده شغلطبعا هذا ال text هذا + +405 +00:33:11,250 --> 00:33:15,650 +ال date of birth بيجي ك إيش ك long من حوله لإيش + +406 +00:33:15,650 --> 00:33:21,290 +بدي أحطه في صيغة شهر slash يوم شهر سنة هنستخدم مين + +407 +00:33:21,290 --> 00:33:28,210 +صاحبتنا ال calendar calendar c يساوي calendar dot + +408 +00:33:28,210 --> 00:33:32,250 +date instance هذه يقول إنها تجيب object من معه + +409 +00:33:32,250 --> 00:33:38,560 +calendar فيه تاريخ اليومصح ولا انا مابديش تاريخ + +410 +00:33:38,560 --> 00:33:43,960 +اليوم اروح لل calendar هذا وقوله set time in + +411 +00:33:43,960 --> 00:33:49,000 +milliseconds يعني اعطيني الرقم الكبير هذا اعطيني + +412 +00:33:49,000 --> 00:33:55,160 +الرقم ال long اول ما تعطيني هو لحالة هيحاول لشهر و + +413 +00:33:55,160 --> 00:34:01,420 +سنةو يوم يعني بعد ما تعطيل الوقت زي بالظبط العملية + +414 +00:34:01,420 --> 00:34:05,200 +العكسية لما كان عندنا اليوم الشهر والسنة وجيبنا + +415 +00:34:05,200 --> 00:34:08,600 +رقم روحنا ال calendar أعطاناها اليوم الشهر والسنة + +416 +00:34:08,600 --> 00:34:11,840 +و جيبنا له get ال time هال get بتديله ال time in + +417 +00:34:11,840 --> 00:34:16,540 +milliseconds و بتجيبنيه السنة و اليوم الشهر عملية + +418 +00:34:16,540 --> 00:34:23,680 +عكسية c.get calendar.year + +419 +00:34:25,700 --> 00:34:38,080 +هذا هيرجعلك مين انتجر Y السنة انت م c.get calendar + +420 +00:34:38,080 --> 00:34:51,280 +.month انت دي c.get calendar.day of month هاي + +421 +00:34:51,280 --> 00:34:53,720 +جيبني التلات بيانات هدول أولا من أن أعرضهم التلاتة + +422 +00:34:55,670 --> 00:34:59,030 +في ال text view واحد هذا صح تعالى على ال text view + +423 +00:34:59,030 --> 00:35:07,410 +هذا وقولله set text بنحط ال D و بعدها بنحط إيش + +424 +00:35:07,410 --> 00:35:16,070 +Slash و بعدين ال M و بعدها كمان Slash و بعدها مين + +425 +00:35:16,070 --> 00:35:20,570 +ال Y إيش + +426 +00:35:20,570 --> 00:35:24,440 +هذه بترجعى ال method ولا حاجة في ويترقلنا هذا الـ + +427 +00:35:24,440 --> 00:35:27,260 +method للتعبية جبت الـ view جبت الحاجات اللي جوا + +428 +00:35:27,260 --> 00:35:30,140 +الـ view وبعدين روحت لل cursor قرأت البيانات اللي + +429 +00:35:30,140 --> 00:35:34,180 +بديها منها واخدت البيانات وعبيتها جوا العناصر بس + +430 +00:35:34,180 --> 00:35:39,460 +ال cursor adapter أسهل حتى من ال base adapter هذا + +431 +00:35:39,460 --> 00:35:42,500 +بس ال method بتعمل inflate و ال method التاني + +432 +00:35:42,500 --> 00:35:50,580 +بتعبي وهيك صار إيش صار جاهز نقطة بس صغيرة جدا ال + +433 +00:35:50,580 --> 00:35:57,040 +calendar لما تقرأ التاريخبتبدأ عد الأشهر من الصفر + +434 +00:35:57,040 --> 00:36:05,760 +يعني شهر واحد بيكون رقمه ايش صفر شهر اتنين لأ شهر + +435 +00:36:05,760 --> 00:36:11,000 +شهر واحد بيكون صفر اه شهر اتنين واحد فالرقم اللي + +436 +00:36:11,000 --> 00:36:15,500 +هنا دايما بيطلع ناجس H واحد فبس لما تيجي تقرب بدك + +437 +00:36:15,500 --> 00:36:20,100 +تخلي ال M H زائد واحد بس للعرض يعنيتمام واضحة هذه + +438 +00:36:20,100 --> 00:36:24,360 +مافيش مشكلة في السنة و اليوم بس في الشهر بتعمل هيك + +439 +00:36:24,360 --> 00:36:29,560 +ليش ما تسألنيش هم هيك عملوها تمام طيب نرجع لأقل + +440 +00:36:29,560 --> 00:36:33,660 +لسه ماخلصماش رجعنا where على ال activity مش احنا + +441 +00:36:33,660 --> 00:36:38,000 +جيبنا list of you هجيبنا نعمل adapter قبلها نسميه + +442 +00:36:38,000 --> 00:36:45,060 +ايش اسمه employee adapter يساوي new employee + +443 +00:36:45,060 --> 00:36:49,700 +adapter هذا بياخد get application contextوبياخد + +444 +00:36:49,700 --> 00:36:56,640 +منين؟ الـ cursor و بعدين set adapter adapter و هيك + +445 +00:36:56,640 --> 00:37:02,600 +إيش عملنا؟ خلصنا أظن أسهل ما تعمل base adapter صح + +446 +00:37:02,600 --> 00:37:06,100 +ولا؟ و تجمعهم في قرية الآن تعالنا مرة نتأكد إن + +447 +00:37:06,100 --> 00:37:06,920 +الشغل شغال + +448 +00:37:55,950 --> 00:37:57,350 +ههههههه + +449 +00:38:10,560 --> 00:38:17,360 +طيب يا جماعة طلع معايا لما عملت show ات جاب ليه + +450 +00:38:17,360 --> 00:38:27,280 +بيانات لاحظ يعني في تواريخ صحيح زي هذه 28200 بس في + +451 +00:38:27,280 --> 00:38:35,080 +تواريخ 11970 11970 هذا ليش طلعوا زي هيكالـ date of + +452 +00:38:35,080 --> 00:38:37,780 +birth لو إجا صفر هو فعليا إحنا لما نقرأ من ال + +453 +00:38:37,780 --> 00:38:44,800 +database في ال cursor هاي ال adapter مش إحنا قرأنا + +454 +00:38:44,800 --> 00:38:48,580 +ال date of birth لو مش موجود في ال database برجع + +455 +00:38:48,580 --> 00:38:54,340 +صفر بعينته برجع صفر لأ برجع صفر فبيقولك أنت ال + +456 +00:38:54,340 --> 00:38:58,420 +calendar لو عطيتها صفر ال default بترجّلك التاريخ + +457 +00:38:58,420 --> 00:39:00,620 +هذا 111970 + +458 +00:39:02,320 --> 00:39:05,100 +فانت المفروض يكون عندك في ال code ان اذا كان ال + +459 +00:39:05,100 --> 00:39:09,420 +date of birth صفر مثلا ما .. ما تستخدمش اه .. اه + +460 +00:39:09,420 --> 00:39:12,100 +read file اه بدك انت تعمل ال validation هذا شغلك + +461 +00:39:12,100 --> 00:39:15,580 +انت بس واضح ليش طلع هدول احنا لما كنا نجرب في + +462 +00:39:15,580 --> 00:39:18,560 +الأول ماكناش ندخل تاريخ مش قلتلكوا خلينا نجرب بدون + +463 +00:39:18,560 --> 00:39:22,760 +تاريخ فهذا تفسير ليش طلع 11177 بس التوريخ التاني + +464 +00:39:22,760 --> 00:39:28,040 +اللي دخلناها صح طلعت صح زي هذا مثلا تمام هذي كلها + +465 +00:39:28,040 --> 00:39:44,640 +توريخ احنا دخلناهاوهي عرض البيانات بشكل صحيح اذا + +466 +00:39:44,640 --> 00:39:47,020 +انت كtable لما انشأت ال table not null + +467 +00:39:52,230 --> 00:39:55,070 +هيرجعلك الـ String null و هيرضلك null على الشاشة + +468 +00:39:55,070 --> 00:39:57,490 +هيرض null على الشاشة مش هيطلع لك ال .. لأ مش هيطلع + +469 +00:39:57,490 --> 00:40:01,010 +بضال عليك انت تعمل ال validation تمام لسه يا جماعة + +470 +00:40:01,010 --> 00:40:09,110 +بدك تعمل action على ال list هاي ال list view set + +471 +00:40:09,110 --> 00:40:17,650 +on item click listener new on item click listener + +472 +00:40:17,650 --> 00:40:31,780 +set on item click listenerNew on item click طيب + +473 +00:40:31,780 --> 00:40:36,960 +لحظة شويه اشوف parent اه لان كبنا نجيب العنصر اللي + +474 +00:40:36,960 --> 00:40:44,780 +ضغطنا اللي ضغطنا عنده لان عشان نجيب العنصر اخدنا + +475 +00:40:44,780 --> 00:40:51,300 +احنا انه بتروح لل list view و بتقوله get item at + +476 +00:40:51,300 --> 00:40:54,600 +positionهل جاتكوا في الامتحان هذي ولا لأ؟ و لا + +477 +00:40:54,600 --> 00:40:59,160 +ماجهاش ضغط على ال .. كان زر .. اه طيب كان زر اه + +478 +00:40:59,160 --> 00:41:04,420 +المهم هذي عشان نجيب العنصر اللي ضغطنا عليه فبتقوله + +479 +00:41:04,420 --> 00:41:09,180 +get item at position مين ال position اللي جابلكيه؟ + +480 +00:41:09,180 --> 00:41:14,500 +هيه يعني هو لحاله بيجيب ال position طيب أيام ما + +481 +00:41:14,500 --> 00:41:18,220 +كنا نعمل adapter باستخدام ال realist كنا هذا نعمله + +482 +00:41:18,220 --> 00:41:23,730 +casting لإيش؟لإيش كنا نعمله casting ل employee صح + +483 +00:41:23,730 --> 00:41:28,450 +ولا لأن كنت ندخنهم أنا employee الآن هذا مقدرش + +484 +00:41:28,450 --> 00:41:31,050 +أعمله casting ل employee صح ولا لأن أنا استخدمت + +485 +00:41:31,050 --> 00:41:36,970 +مين كيرسر بقوله ببساطة أعمله casting ل كيرسر يعني + +486 +00:41:36,970 --> 00:41:40,250 +أنت هذا العنصر اللي جبته أعمله بس casting ل كيرسر + +487 +00:41:41,230 --> 00:41:45,050 +فعليًا جاب لك كيرسر بقشر على مين على عنصر هذا في + +488 +00:41:45,050 --> 00:41:48,790 +ال database بضل عليك تقرأ البيانات منه اللي هو + +489 +00:41:48,790 --> 00:41:57,550 +action تقرأ البيانات منه يعني هدولة تلت أسطور يعني + +490 +00:41:57,550 --> 00:42:00,610 +العنصر اللي أنت ضغط عليه اعمله بس casting لمين + +491 +00:42:00,610 --> 00:42:05,230 +لكيرسر يقرأ البيانات الموجودة عنده ويقوله هنا مثلا + +492 +00:42:05,230 --> 00:42:07,310 +toast نطبعهم عشان نعرف أنه احنا + +493 +00:42:11,520 --> 00:42:21,020 +الان نطبع ال name و جنبه ال salary بكفي و بعدين + +494 +00:42:21,020 --> 00:42:27,160 +toast.short.show عشان نتأكد ان احنا قرأنا البيانات + +495 +00:42:27,160 --> 00:42:32,780 +خلينا + +496 +00:42:32,780 --> 00:42:34,280 +نجرب هذه و ننهي المحاضرة + +497 +00:43:00,540 --> 00:43:03,580 +أحنا غطينا الآن موضوع الادخال على ال database + +498 +00:43:03,580 --> 00:43:10,120 +وغطينا القراءة المرة الجاهزة نشوف موضوع ال list + +499 +00:43:10,120 --> 00:43:12,700 +تضغط على عناصر يفتح لك في activity هذه المفروض + +500 +00:43:12,700 --> 00:43:17,280 +سهلة نشوف ال deleteبدنا نشوف ال filter، إيش ال + +501 +00:43:17,280 --> 00:43:21,460 +filter يعني؟ مرات أنت بتحط فوق ال .. في البحث تكتب + +502 +00:43:21,460 --> 00:43:25,680 +أول حرف من الكلمة بيفلترلك إيش؟ الأسام المكتوبة، + +503 +00:43:25,680 --> 00:43:28,600 +أحمد مثلا A بتكتب، بيطلقلك بس الموجود اللي بحرف ال + +504 +00:43:28,600 --> 00:43:37,140 +A، لإنه أنا بستخدمه كتير في التطبيقات، + +505 +00:43:37,140 --> 00:43:39,580 +ان شاء الله + +506 +00:43:50,900 --> 00:43:54,780 +طبعاً هذه بداية صغيرة يعني أنا مثلا ال database + +507 +00:43:54,780 --> 00:44:09,040 +اتعملت مع كام جدول جدول واحد فحظة + +508 +00:44:09,040 --> 00:44:18,420 +جهازي معلق طيب + +509 +00:44:18,420 --> 00:44:21,640 +هاني اشتغل معانا يا جماعةاللي هي لما تضغط على أي + +510 +00:44:21,640 --> 00:44:30,240 +عنصر هاي مثلا أنس طبعلك أنس أمل طبعلك أمل يعني + +511 +00:44:30,240 --> 00:44:35,020 +معناه أنه جدر يقرأ عنصر الضغط عليه هالجد ببساطة + +512 +00:44:35,020 --> 00:44:39,180 +أنت ممكن إيش تعمل تفتح شاشة تانية تقرأ من ال + +513 +00:44:39,180 --> 00:44:41,780 +cursor و تفتح شاشة تانية و تبعت البيانات على + +514 +00:44:41,780 --> 00:44:44,880 +الشاشة التانية أو ممكن أنت تقرأ ال .. هذا الحل + +515 +00:44:44,880 --> 00:44:49,100 +أفضل تقرأ ال ID بسو تبعده على الشاشة التانية و في + +516 +00:44:49,100 --> 00:44:51,420 +الشاشة التانية تعمل query تقول له اتل بيانات + +517 +00:44:51,420 --> 00:44:55,340 +الموظف لل ID تبعه زيك تمام هذه هتشوفها المحاضرة + +518 +00:44:55,340 --> 00:44:56,900 +اللي جاي يعطيك الله عفو + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YDNNaxKELJY_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YDNNaxKELJY_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..fa038a2ebc429af17aeeed9ab4e56fdefe46df82 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YDNNaxKELJY_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4736, "start": 21.38, "end": 47.36, "text": " Ok guys, Assalamu Alaikum Assalam, Assalam We will continue today the topic that we did not finish in the last lecture, which is how to design an internet navigation driver Of course, I am still explaining the topic of fragments, and I am walking in a well-planned plan What is it? One example, I am cycling in it, I started with two fragments and collected them in an activity Right or wrong? And then we will see from the fragments how to send data to change the content", "tokens": [3477, 1074, 11, 6281, 23819, 84, 46289, 35518, 6281, 23819, 11, 6281, 23819, 492, 486, 2354, 965, 264, 4829, 300, 321, 630, 406, 2413, 294, 264, 1036, 7991, 11, 597, 307, 577, 281, 1715, 364, 4705, 17346, 6787, 2720, 1164, 11, 286, 669, 920, 13468, 264, 4829, 295, 29197, 11, 293, 286, 669, 4494, 294, 257, 731, 12, 564, 5943, 1393, 708, 307, 309, 30, 1485, 1365, 11, 286, 669, 22425, 294, 309, 11, 286, 1409, 365, 732, 29197, 293, 11087, 552, 294, 364, 5191, 1779, 420, 2085, 30, 400, 550, 321, 486, 536, 490, 264, 29197, 577, 281, 2845, 1412, 281, 1319, 264, 2701], "avg_logprob": -0.5589622455947804, "compression_ratio": 1.7075812274368232, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 21.38, "end": 21.68, "word": " Ok", "probability": 0.1524658203125}, {"start": 21.68, "end": 21.86, "word": " guys,", "probability": 0.40966796875}, {"start": 21.94, "end": 22.28, "word": " Assalamu", "probability": 0.5756022135416666}, {"start": 22.28, "end": 22.56, "word": " Alaikum", "probability": 0.73583984375}, {"start": 22.56, "end": 23.52, "word": " Assalam,", "probability": 0.6922607421875}, {"start": 23.94, "end": 24.16, "word": " Assalam", "probability": 0.8896484375}, {"start": 24.16, "end": 24.66, "word": " We", "probability": 0.4501953125}, {"start": 24.66, "end": 24.8, "word": " will", "probability": 0.6513671875}, {"start": 24.8, "end": 25.08, "word": " continue", "probability": 0.810546875}, {"start": 25.08, "end": 25.46, "word": " today", "probability": 0.415771484375}, {"start": 25.46, "end": 25.74, "word": " the", "probability": 0.39892578125}, {"start": 25.74, "end": 26.04, "word": " topic", "probability": 0.69482421875}, {"start": 26.04, "end": 26.4, "word": " that", "probability": 0.53271484375}, {"start": 26.4, "end": 26.8, "word": " we", "probability": 0.8095703125}, {"start": 26.8, "end": 26.86, "word": " did", "probability": 0.2154541015625}, {"start": 26.86, "end": 26.86, "word": " not", "probability": 0.9140625}, {"start": 26.86, "end": 27.2, "word": " finish", "probability": 0.75146484375}, {"start": 27.2, "end": 27.54, "word": " in", "probability": 0.6201171875}, {"start": 27.54, "end": 27.58, "word": " the", "probability": 0.75537109375}, {"start": 27.58, "end": 27.62, "word": " last", "probability": 0.471923828125}, {"start": 27.62, "end": 28.2, "word": " lecture,", "probability": 0.80078125}, {"start": 28.52, "end": 28.56, "word": " which", "probability": 0.6923828125}, {"start": 28.56, "end": 28.76, "word": " is", "probability": 0.9091796875}, {"start": 28.76, "end": 28.94, "word": " how", "probability": 0.63818359375}, {"start": 28.94, "end": 29.08, "word": " to", "probability": 0.60595703125}, {"start": 29.08, "end": 29.36, "word": " design", "probability": 0.96533203125}, {"start": 29.36, "end": 29.5, "word": " an", "probability": 0.39013671875}, {"start": 29.5, "end": 29.64, "word": " internet", "probability": 0.48486328125}, {"start": 29.64, "end": 30.1, "word": " navigation", "probability": 0.81005859375}, {"start": 30.1, "end": 30.4, "word": " driver", "probability": 0.2237548828125}, {"start": 30.4, "end": 31.62, "word": " Of", "probability": 0.45068359375}, {"start": 31.62, "end": 31.7, "word": " course,", "probability": 0.943359375}, {"start": 31.74, "end": 31.94, "word": " I", "probability": 0.8291015625}, {"start": 31.94, "end": 32.14, "word": " am", "probability": 0.59130859375}, {"start": 32.14, "end": 32.22, "word": " still", "probability": 0.2340087890625}, {"start": 32.22, "end": 32.4, "word": " explaining", "probability": 0.75439453125}, {"start": 32.4, "end": 32.58, "word": " the", "probability": 0.39404296875}, {"start": 32.58, "end": 32.82, "word": " topic", "probability": 0.5537109375}, {"start": 32.82, "end": 33.22, "word": " of", "probability": 0.90185546875}, {"start": 33.22, "end": 33.66, "word": " fragments,", "probability": 0.5693359375}, {"start": 34.16, "end": 34.3, "word": " and", "probability": 0.84423828125}, {"start": 34.3, "end": 34.36, "word": " I", "probability": 0.51123046875}, {"start": 34.36, "end": 34.54, "word": " am", "probability": 0.75634765625}, {"start": 34.54, "end": 34.54, "word": " walking", "probability": 0.1749267578125}, {"start": 34.54, "end": 34.72, "word": " in", "probability": 0.31689453125}, {"start": 34.72, "end": 34.92, "word": " a", "probability": 0.77685546875}, {"start": 34.92, "end": 35.66, "word": " well", "probability": 0.1898193359375}, {"start": 35.66, "end": 36.38, "word": "-planned", "probability": 0.7332356770833334}, {"start": 36.38, "end": 36.38, "word": " plan", "probability": 0.81201171875}, {"start": 36.38, "end": 37.16, "word": " What", "probability": 0.2249755859375}, {"start": 37.16, "end": 37.3, "word": " is", "probability": 0.84814453125}, {"start": 37.3, "end": 37.4, "word": " it?", "probability": 0.66650390625}, {"start": 38.12, "end": 38.56, "word": " One", "probability": 0.34423828125}, {"start": 38.56, "end": 38.9, "word": " example,", "probability": 0.93359375}, {"start": 39.06, "end": 39.22, "word": " I", "probability": 0.82275390625}, {"start": 39.22, "end": 39.38, "word": " am", "probability": 0.395263671875}, {"start": 39.38, "end": 39.78, "word": " cycling", "probability": 0.6123046875}, {"start": 39.78, "end": 40.02, "word": " in", "probability": 0.39892578125}, {"start": 40.02, "end": 40.36, "word": " it,", "probability": 0.8916015625}, {"start": 40.6, "end": 40.72, "word": " I", "probability": 0.873046875}, {"start": 40.72, "end": 40.94, "word": " started", "probability": 0.814453125}, {"start": 40.94, "end": 41.1, "word": " with", "probability": 0.8515625}, {"start": 41.1, "end": 41.52, "word": " two", "probability": 0.67041015625}, {"start": 41.52, "end": 41.98, "word": " fragments", "probability": 0.7880859375}, {"start": 41.98, "end": 42.08, "word": " and", "probability": 0.421875}, {"start": 42.08, "end": 42.36, "word": " collected", "probability": 0.253173828125}, {"start": 42.36, "end": 42.5, "word": " them", "probability": 0.8779296875}, {"start": 42.5, "end": 42.58, "word": " in", "probability": 0.88330078125}, {"start": 42.58, "end": 42.7, "word": " an", "probability": 0.304443359375}, {"start": 42.7, "end": 43.0, "word": " activity", "probability": 0.96728515625}, {"start": 43.0, "end": 43.72, "word": " Right", "probability": 0.438232421875}, {"start": 43.72, "end": 43.9, "word": " or", "probability": 0.8798828125}, {"start": 43.9, "end": 44.0, "word": " wrong?", "probability": 0.62158203125}, {"start": 44.12, "end": 44.22, "word": " And", "probability": 0.5673828125}, {"start": 44.22, "end": 44.44, "word": " then", "probability": 0.78125}, {"start": 44.44, "end": 44.54, "word": " we", "probability": 0.64892578125}, {"start": 44.54, "end": 44.56, "word": " will", "probability": 0.400634765625}, {"start": 44.56, "end": 44.68, "word": " see", "probability": 0.86962890625}, {"start": 44.68, "end": 44.9, "word": " from", "probability": 0.51025390625}, {"start": 44.9, "end": 45.1, "word": " the", "probability": 0.7236328125}, {"start": 45.1, "end": 45.38, "word": " fragments", "probability": 0.4580078125}, {"start": 45.38, "end": 45.66, "word": " how", "probability": 0.734375}, {"start": 45.66, "end": 45.76, "word": " to", "probability": 0.67529296875}, {"start": 45.76, "end": 45.94, "word": " send", "probability": 0.73779296875}, {"start": 45.94, "end": 46.3, "word": " data", "probability": 0.73681640625}, {"start": 46.3, "end": 46.56, "word": " to", "probability": 0.7822265625}, {"start": 46.56, "end": 46.92, "word": " change", "probability": 0.89599609375}, {"start": 46.92, "end": 47.04, "word": " the", "probability": 0.399658203125}, {"start": 47.04, "end": 47.36, "word": " content", "probability": 0.9296875}], "temperature": 1.0}, {"id": 2, "seek": 7429, "start": 48.01, "end": 74.29, "text": " Fragment again. And then we improved more by sending data from the fragment to change the fragment itself. We change the fragment and get the fragment again. And then the same method, we advanced more by making one of the fragments disappear. Which is by applying the navigation drawer, which we started in the previous lecture, which we have not finished yet. The last thing we reached, which is this navigation drawer,", "tokens": [479, 3731, 518, 797, 13, 400, 550, 321, 9689, 544, 538, 7750, 1412, 490, 264, 26424, 281, 1319, 264, 26424, 2564, 13, 492, 1319, 264, 26424, 293, 483, 264, 26424, 797, 13, 400, 550, 264, 912, 3170, 11, 321, 7339, 544, 538, 1455, 472, 295, 264, 29197, 11596, 13, 3013, 307, 538, 9275, 264, 17346, 24039, 11, 597, 321, 1409, 294, 264, 3894, 7991, 11, 597, 321, 362, 406, 4335, 1939, 13, 440, 1036, 551, 321, 6488, 11, 597, 307, 341, 17346, 24039, 11], "avg_logprob": -0.6470588291392607, "compression_ratio": 1.9223744292237444, "no_speech_prob": 2.384185791015625e-06, "words": [{"start": 48.01, "end": 48.45, "word": " Fragment", "probability": 0.6475728352864584}, {"start": 48.45, "end": 48.71, "word": " again.", "probability": 0.343505859375}, {"start": 49.51, "end": 49.57, "word": " And", "probability": 0.446533203125}, {"start": 49.57, "end": 49.83, "word": " then", "probability": 0.642578125}, {"start": 49.83, "end": 49.97, "word": " we", "probability": 0.673828125}, {"start": 49.97, "end": 50.21, "word": " improved", "probability": 0.09722900390625}, {"start": 50.21, "end": 50.71, "word": " more", "probability": 0.306640625}, {"start": 50.71, "end": 50.93, "word": " by", "probability": 0.23828125}, {"start": 50.93, "end": 51.11, "word": " sending", "probability": 0.51416015625}, {"start": 51.11, "end": 51.11, "word": " data", "probability": 0.3818359375}, {"start": 51.11, "end": 51.11, "word": " from", "probability": 0.68310546875}, {"start": 51.11, "end": 51.97, "word": " the", "probability": 0.5126953125}, {"start": 51.97, "end": 52.45, "word": " fragment", "probability": 0.5087890625}, {"start": 52.45, "end": 53.61, "word": " to", "probability": 0.74267578125}, {"start": 53.61, "end": 54.07, "word": " change", "probability": 0.73291015625}, {"start": 54.07, "end": 55.11, "word": " the", "probability": 0.57177734375}, {"start": 55.11, "end": 55.51, "word": " fragment", "probability": 0.289306640625}, {"start": 55.51, "end": 55.99, "word": " itself.", "probability": 0.47802734375}, {"start": 56.11, "end": 56.15, "word": " We", "probability": 0.35498046875}, {"start": 56.15, "end": 56.33, "word": " change", "probability": 0.363525390625}, {"start": 56.33, "end": 56.49, "word": " the", "probability": 0.76220703125}, {"start": 56.49, "end": 56.87, "word": " fragment", "probability": 0.87109375}, {"start": 56.87, "end": 57.05, "word": " and", "probability": 0.724609375}, {"start": 57.05, "end": 57.17, "word": " get", "probability": 0.394775390625}, {"start": 57.17, "end": 57.31, "word": " the", "probability": 0.260009765625}, {"start": 57.31, "end": 57.81, "word": " fragment", "probability": 0.67333984375}, {"start": 57.81, "end": 58.65, "word": " again.", "probability": 0.87646484375}, {"start": 59.37, "end": 59.55, "word": " And", "probability": 0.76171875}, {"start": 59.55, "end": 59.83, "word": " then", "probability": 0.71240234375}, {"start": 59.83, "end": 60.01, "word": " the", "probability": 0.325439453125}, {"start": 60.01, "end": 60.15, "word": " same", "probability": 0.880859375}, {"start": 60.15, "end": 60.57, "word": " method,", "probability": 0.74609375}, {"start": 60.73, "end": 60.75, "word": " we", "probability": 0.84521484375}, {"start": 60.75, "end": 61.05, "word": " advanced", "probability": 0.357177734375}, {"start": 61.05, "end": 61.55, "word": " more", "probability": 0.443359375}, {"start": 61.55, "end": 61.81, "word": " by", "probability": 0.492919921875}, {"start": 61.81, "end": 62.21, "word": " making", "probability": 0.383544921875}, {"start": 62.21, "end": 62.91, "word": " one", "probability": 0.8564453125}, {"start": 62.91, "end": 63.11, "word": " of", "probability": 0.89794921875}, {"start": 63.11, "end": 63.23, "word": " the", "probability": 0.87158203125}, {"start": 63.23, "end": 63.59, "word": " fragments", "probability": 0.80615234375}, {"start": 63.59, "end": 64.03, "word": " disappear.", "probability": 0.70166015625}, {"start": 64.89, "end": 65.13, "word": " Which", "probability": 0.357421875}, {"start": 65.13, "end": 65.43, "word": " is", "probability": 0.81591796875}, {"start": 65.43, "end": 65.61, "word": " by", "probability": 0.5654296875}, {"start": 65.61, "end": 66.05, "word": " applying", "probability": 0.474609375}, {"start": 66.05, "end": 66.43, "word": " the", "probability": 0.2509765625}, {"start": 66.43, "end": 66.73, "word": " navigation", "probability": 0.8046875}, {"start": 66.73, "end": 67.97, "word": " drawer,", "probability": 0.8427734375}, {"start": 68.21, "end": 68.49, "word": " which", "probability": 0.76611328125}, {"start": 68.49, "end": 68.57, "word": " we", "probability": 0.904296875}, {"start": 68.57, "end": 68.77, "word": " started", "probability": 0.7900390625}, {"start": 68.77, "end": 68.99, "word": " in", "probability": 0.56005859375}, {"start": 68.99, "end": 69.11, "word": " the", "probability": 0.85791015625}, {"start": 69.11, "end": 69.13, "word": " previous", "probability": 0.424560546875}, {"start": 69.13, "end": 69.45, "word": " lecture,", "probability": 0.775390625}, {"start": 69.77, "end": 69.85, "word": " which", "probability": 0.328857421875}, {"start": 69.85, "end": 69.97, "word": " we", "probability": 0.79150390625}, {"start": 69.97, "end": 70.03, "word": " have", "probability": 0.387451171875}, {"start": 70.03, "end": 70.03, "word": " not", "probability": 0.8974609375}, {"start": 70.03, "end": 70.35, "word": " finished", "probability": 0.26025390625}, {"start": 70.35, "end": 70.65, "word": " yet.", "probability": 0.87890625}, {"start": 71.11, "end": 71.57, "word": " The", "probability": 0.7158203125}, {"start": 71.57, "end": 71.71, "word": " last", "probability": 0.86572265625}, {"start": 71.71, "end": 71.89, "word": " thing", "probability": 0.87451171875}, {"start": 71.89, "end": 71.97, "word": " we", "probability": 0.72021484375}, {"start": 71.97, "end": 72.17, "word": " reached,", "probability": 0.38916015625}, {"start": 72.65, "end": 72.83, "word": " which", "probability": 0.78662109375}, {"start": 72.83, "end": 73.03, "word": " is", "probability": 0.9130859375}, {"start": 73.03, "end": 73.47, "word": " this", "probability": 0.6162109375}, {"start": 73.47, "end": 73.93, "word": " navigation", "probability": 0.8232421875}, {"start": 73.93, "end": 74.29, "word": " drawer,", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 3, "seek": 9992, "start": 76.88, "end": 99.92, "text": " When I make a slide from the left side, and when I choose any element, what does it do? It changes the content of the activity. Not the color. It does not change the color. It changes the whole fragment. This is a mirror that changes a whole fragment. A screen that is different from another screen. Okay? Okay. Let's remember how we designed the face.", "tokens": [1133, 286, 652, 257, 4137, 490, 264, 1411, 1252, 11, 293, 562, 286, 2826, 604, 4478, 11, 437, 775, 309, 360, 30, 467, 2962, 264, 2701, 295, 264, 5191, 13, 1726, 264, 2017, 13, 467, 775, 406, 1319, 264, 2017, 13, 467, 2962, 264, 1379, 26424, 13, 639, 307, 257, 8013, 300, 2962, 257, 1379, 26424, 13, 316, 2568, 300, 307, 819, 490, 1071, 2568, 13, 1033, 30, 1033, 13, 961, 311, 1604, 577, 321, 4761, 264, 1851, 13], "avg_logprob": -0.3925781104713678, "compression_ratio": 1.6971153846153846, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 76.88, "end": 77.12, "word": " When", "probability": 0.2041015625}, {"start": 77.12, "end": 77.22, "word": " I", "probability": 0.89990234375}, {"start": 77.22, "end": 77.36, "word": " make", "probability": 0.302978515625}, {"start": 77.36, "end": 77.48, "word": " a", "probability": 0.869140625}, {"start": 77.48, "end": 77.9, "word": " slide", "probability": 0.931640625}, {"start": 77.9, "end": 78.82, "word": " from", "probability": 0.42529296875}, {"start": 78.82, "end": 78.92, "word": " the", "probability": 0.77783203125}, {"start": 78.92, "end": 79.32, "word": " left", "probability": 0.88916015625}, {"start": 79.32, "end": 79.36, "word": " side,", "probability": 0.42041015625}, {"start": 79.66, "end": 79.74, "word": " and", "probability": 0.73583984375}, {"start": 79.74, "end": 79.86, "word": " when", "probability": 0.55419921875}, {"start": 79.86, "end": 79.98, "word": " I", "probability": 0.9873046875}, {"start": 79.98, "end": 80.28, "word": " choose", "probability": 0.52490234375}, {"start": 80.28, "end": 80.7, "word": " any", "probability": 0.72802734375}, {"start": 80.7, "end": 81.04, "word": " element,", "probability": 0.7109375}, {"start": 81.72, "end": 81.98, "word": " what", "probability": 0.5810546875}, {"start": 81.98, "end": 82.08, "word": " does", "probability": 0.76416015625}, {"start": 82.08, "end": 82.08, "word": " it", "probability": 0.90380859375}, {"start": 82.08, "end": 82.32, "word": " do?", "probability": 0.95068359375}, {"start": 82.4, "end": 82.48, "word": " It", "probability": 0.8623046875}, {"start": 82.48, "end": 82.88, "word": " changes", "probability": 0.83935546875}, {"start": 82.88, "end": 83.52, "word": " the", "probability": 0.8583984375}, {"start": 83.52, "end": 83.86, "word": " content", "probability": 0.56787109375}, {"start": 83.86, "end": 84.82, "word": " of", "probability": 0.86181640625}, {"start": 84.82, "end": 84.84, "word": " the", "probability": 0.74365234375}, {"start": 84.84, "end": 85.14, "word": " activity.", "probability": 0.8779296875}, {"start": 85.26, "end": 85.4, "word": " Not", "probability": 0.7314453125}, {"start": 85.4, "end": 85.54, "word": " the", "probability": 0.86669921875}, {"start": 85.54, "end": 85.78, "word": " color.", "probability": 0.76025390625}, {"start": 86.18, "end": 86.3, "word": " It", "probability": 0.87939453125}, {"start": 86.3, "end": 86.32, "word": " does", "probability": 0.47412109375}, {"start": 86.32, "end": 86.32, "word": " not", "probability": 0.94482421875}, {"start": 86.32, "end": 86.54, "word": " change", "probability": 0.90625}, {"start": 86.54, "end": 86.74, "word": " the", "probability": 0.88037109375}, {"start": 86.74, "end": 86.96, "word": " color.", "probability": 0.8740234375}, {"start": 87.16, "end": 87.44, "word": " It", "probability": 0.91357421875}, {"start": 87.44, "end": 87.64, "word": " changes", "probability": 0.86181640625}, {"start": 87.64, "end": 87.78, "word": " the", "probability": 0.90771484375}, {"start": 87.78, "end": 88.44, "word": " whole", "probability": 0.56396484375}, {"start": 88.44, "end": 88.44, "word": " fragment.", "probability": 0.75}, {"start": 89.22, "end": 89.52, "word": " This", "probability": 0.7666015625}, {"start": 89.52, "end": 89.52, "word": " is", "probability": 0.228759765625}, {"start": 89.52, "end": 89.66, "word": " a", "probability": 0.346923828125}, {"start": 89.66, "end": 89.78, "word": " mirror", "probability": 0.7275390625}, {"start": 89.78, "end": 89.96, "word": " that", "probability": 0.71630859375}, {"start": 89.96, "end": 90.2, "word": " changes", "probability": 0.7255859375}, {"start": 90.2, "end": 90.56, "word": " a", "probability": 0.364501953125}, {"start": 90.56, "end": 90.56, "word": " whole", "probability": 0.5390625}, {"start": 90.56, "end": 91.14, "word": " fragment.", "probability": 0.73095703125}, {"start": 91.5, "end": 91.64, "word": " A", "probability": 0.81396484375}, {"start": 91.64, "end": 91.86, "word": " screen", "probability": 0.8623046875}, {"start": 91.86, "end": 91.98, "word": " that", "probability": 0.5185546875}, {"start": 91.98, "end": 91.98, "word": " is", "probability": 0.7392578125}, {"start": 91.98, "end": 92.26, "word": " different", "probability": 0.8369140625}, {"start": 92.26, "end": 92.48, "word": " from", "probability": 0.8037109375}, {"start": 92.48, "end": 93.08, "word": " another", "probability": 0.85400390625}, {"start": 93.08, "end": 93.08, "word": " screen.", "probability": 0.79541015625}, {"start": 93.54, "end": 93.84, "word": " Okay?", "probability": 0.392822265625}, {"start": 95.32, "end": 95.8, "word": " Okay.", "probability": 0.421630859375}, {"start": 96.88, "end": 97.36, "word": " Let's", "probability": 0.774169921875}, {"start": 97.36, "end": 97.76, "word": " remember", "probability": 0.384521484375}, {"start": 97.76, "end": 98.76, "word": " how", "probability": 0.76806640625}, {"start": 98.76, "end": 99.1, "word": " we", "probability": 0.943359375}, {"start": 99.1, "end": 99.42, "word": " designed", "probability": 0.82421875}, {"start": 99.42, "end": 99.7, "word": " the", "probability": 0.80078125}, {"start": 99.7, "end": 99.92, "word": " face.", "probability": 0.50390625}], "temperature": 1.0}, {"id": 4, "seek": 12943, "start": 101.23, "end": 129.43, "text": "In the beginning, before I started working in the navigation drawer, I had two fragments. Or a fragment and a frame layout. That's right. Why do I use the frame layout? So that I can change the fragment in it. Then we changed it. So that we can work in the navigation drawer, the shape of the layout should be like this. They say that if you want to make a navigation drawer, you have to go inside your layout to make something called a drawer layout. Inside the drawer layout,", "tokens": [4575, 264, 2863, 11, 949, 286, 1409, 1364, 294, 264, 17346, 24039, 11, 286, 632, 732, 29197, 13, 1610, 257, 26424, 293, 257, 3920, 13333, 13, 663, 311, 558, 13, 1545, 360, 286, 764, 264, 3920, 13333, 30, 407, 300, 286, 393, 1319, 264, 26424, 294, 309, 13, 1396, 321, 3105, 309, 13, 407, 300, 321, 393, 589, 294, 264, 17346, 24039, 11, 264, 3909, 295, 264, 13333, 820, 312, 411, 341, 13, 814, 584, 300, 498, 291, 528, 281, 652, 257, 17346, 24039, 11, 291, 362, 281, 352, 1854, 428, 13333, 281, 652, 746, 1219, 257, 24039, 13333, 13, 15123, 264, 24039, 13333, 11], "avg_logprob": -0.4433962295077882, "compression_ratio": 1.9469387755102041, "no_speech_prob": 0.0, "words": [{"start": 101.23, "end": 101.41, "word": "In", "probability": 0.356201171875}, {"start": 101.41, "end": 101.53, "word": " the", "probability": 0.89599609375}, {"start": 101.53, "end": 101.79, "word": " beginning,", "probability": 0.802734375}, {"start": 102.49, "end": 102.73, "word": " before", "probability": 0.81103515625}, {"start": 102.73, "end": 102.91, "word": " I", "probability": 0.53662109375}, {"start": 102.91, "end": 103.11, "word": " started", "probability": 0.41357421875}, {"start": 103.11, "end": 103.15, "word": " working", "probability": 0.546875}, {"start": 103.15, "end": 103.25, "word": " in", "probability": 0.4140625}, {"start": 103.25, "end": 103.31, "word": " the", "probability": 0.4560546875}, {"start": 103.31, "end": 103.59, "word": " navigation", "probability": 0.5068359375}, {"start": 103.59, "end": 103.91, "word": " drawer,", "probability": 0.916015625}, {"start": 104.09, "end": 104.23, "word": " I", "probability": 0.953125}, {"start": 104.23, "end": 104.41, "word": " had", "probability": 0.54638671875}, {"start": 104.41, "end": 104.99, "word": " two", "probability": 0.34619140625}, {"start": 104.99, "end": 105.55, "word": " fragments.", "probability": 0.73193359375}, {"start": 105.97, "end": 106.15, "word": " Or", "probability": 0.54248046875}, {"start": 106.15, "end": 106.53, "word": " a", "probability": 0.20703125}, {"start": 106.53, "end": 106.89, "word": " fragment", "probability": 0.64501953125}, {"start": 106.89, "end": 107.13, "word": " and", "probability": 0.84814453125}, {"start": 107.13, "end": 107.19, "word": " a", "probability": 0.7861328125}, {"start": 107.19, "end": 107.43, "word": " frame", "probability": 0.77099609375}, {"start": 107.43, "end": 107.67, "word": " layout.", "probability": 0.966796875}, {"start": 108.25, "end": 108.59, "word": " That's", "probability": 0.46112060546875}, {"start": 108.59, "end": 108.67, "word": " right.", "probability": 0.72998046875}, {"start": 108.89, "end": 109.07, "word": " Why", "probability": 0.448486328125}, {"start": 109.07, "end": 109.17, "word": " do", "probability": 0.416015625}, {"start": 109.17, "end": 109.17, "word": " I", "probability": 0.85498046875}, {"start": 109.17, "end": 109.41, "word": " use", "probability": 0.8212890625}, {"start": 109.41, "end": 109.59, "word": " the", "probability": 0.497314453125}, {"start": 109.59, "end": 109.77, "word": " frame", "probability": 0.76025390625}, {"start": 109.77, "end": 109.99, "word": " layout?", "probability": 0.9765625}, {"start": 110.11, "end": 110.21, "word": " So", "probability": 0.208740234375}, {"start": 110.21, "end": 110.27, "word": " that", "probability": 0.529296875}, {"start": 110.27, "end": 110.33, "word": " I", "probability": 0.9794921875}, {"start": 110.33, "end": 110.39, "word": " can", "probability": 0.78369140625}, {"start": 110.39, "end": 110.57, "word": " change", "probability": 0.44189453125}, {"start": 110.57, "end": 111.59, "word": " the", "probability": 0.5771484375}, {"start": 111.59, "end": 111.95, "word": " fragment", "probability": 0.48828125}, {"start": 111.95, "end": 111.95, "word": " in", "probability": 0.447021484375}, {"start": 111.95, "end": 111.95, "word": " it.", "probability": 0.90966796875}, {"start": 112.47, "end": 112.77, "word": " Then", "probability": 0.728515625}, {"start": 112.77, "end": 112.85, "word": " we", "probability": 0.60205078125}, {"start": 112.85, "end": 113.13, "word": " changed", "probability": 0.8388671875}, {"start": 113.13, "end": 113.29, "word": " it.", "probability": 0.78271484375}, {"start": 113.33, "end": 113.47, "word": " So", "probability": 0.337158203125}, {"start": 113.47, "end": 113.63, "word": " that", "probability": 0.90478515625}, {"start": 113.63, "end": 113.79, "word": " we", "probability": 0.71728515625}, {"start": 113.79, "end": 113.95, "word": " can", "probability": 0.5546875}, {"start": 113.95, "end": 114.27, "word": " work", "probability": 0.73681640625}, {"start": 114.27, "end": 114.81, "word": " in", "probability": 0.58251953125}, {"start": 114.81, "end": 114.87, "word": " the", "probability": 0.77685546875}, {"start": 114.87, "end": 115.23, "word": " navigation", "probability": 0.7802734375}, {"start": 115.23, "end": 115.63, "word": " drawer,", "probability": 0.9384765625}, {"start": 116.25, "end": 116.63, "word": " the", "probability": 0.74560546875}, {"start": 116.63, "end": 116.63, "word": " shape", "probability": 0.38525390625}, {"start": 116.63, "end": 116.79, "word": " of", "probability": 0.9560546875}, {"start": 116.79, "end": 116.85, "word": " the", "probability": 0.89208984375}, {"start": 116.85, "end": 117.17, "word": " layout", "probability": 0.97509765625}, {"start": 117.17, "end": 117.41, "word": " should", "probability": 0.57080078125}, {"start": 117.41, "end": 117.61, "word": " be", "probability": 0.8984375}, {"start": 117.61, "end": 117.77, "word": " like", "probability": 0.6103515625}, {"start": 117.77, "end": 117.95, "word": " this.", "probability": 0.378173828125}, {"start": 118.05, "end": 118.13, "word": " They", "probability": 0.37744140625}, {"start": 118.13, "end": 118.27, "word": " say", "probability": 0.68212890625}, {"start": 118.27, "end": 118.39, "word": " that", "probability": 0.60107421875}, {"start": 118.39, "end": 118.39, "word": " if", "probability": 0.2149658203125}, {"start": 118.39, "end": 118.63, "word": " you", "probability": 0.9541015625}, {"start": 118.63, "end": 118.79, "word": " want", "probability": 0.802734375}, {"start": 118.79, "end": 119.09, "word": " to", "probability": 0.9677734375}, {"start": 119.09, "end": 119.27, "word": " make", "probability": 0.51904296875}, {"start": 119.27, "end": 119.37, "word": " a", "probability": 0.91259765625}, {"start": 119.37, "end": 119.71, "word": " navigation", "probability": 0.77685546875}, {"start": 119.71, "end": 120.09, "word": " drawer,", "probability": 0.943359375}, {"start": 120.43, "end": 120.73, "word": " you", "probability": 0.8232421875}, {"start": 120.73, "end": 120.85, "word": " have", "probability": 0.45361328125}, {"start": 120.85, "end": 120.99, "word": " to", "probability": 0.970703125}, {"start": 120.99, "end": 121.15, "word": " go", "probability": 0.88525390625}, {"start": 121.15, "end": 121.37, "word": " inside", "probability": 0.66845703125}, {"start": 121.37, "end": 121.53, "word": " your", "probability": 0.70751953125}, {"start": 121.53, "end": 121.87, "word": " layout", "probability": 0.95849609375}, {"start": 121.87, "end": 122.45, "word": " to", "probability": 0.345947265625}, {"start": 122.45, "end": 122.67, "word": " make", "probability": 0.6806640625}, {"start": 122.67, "end": 122.85, "word": " something", "probability": 0.7236328125}, {"start": 122.85, "end": 123.11, "word": " called", "probability": 0.87109375}, {"start": 123.11, "end": 123.21, "word": " a", "probability": 0.412353515625}, {"start": 123.21, "end": 123.47, "word": " drawer", "probability": 0.8603515625}, {"start": 123.47, "end": 125.53, "word": " layout.", "probability": 0.96142578125}, {"start": 128.29, "end": 128.69, "word": " Inside", "probability": 0.7060546875}, {"start": 128.69, "end": 128.89, "word": " the", "probability": 0.85205078125}, {"start": 128.89, "end": 129.07, "word": " drawer", "probability": 0.91259765625}, {"start": 129.07, "end": 129.43, "word": " layout,", "probability": 0.98486328125}], "temperature": 1.0}, {"id": 5, "seek": 14822, "start": 130.37, "end": 148.23, "text": " You need to put two things, two things exactly, okay? The first thing is the content, the content, okay? For example, in my example here, the content is what I put, frame layout", "tokens": [509, 643, 281, 829, 732, 721, 11, 732, 721, 2293, 11, 1392, 30, 440, 700, 551, 307, 264, 2701, 11, 264, 2701, 11, 1392, 30, 1171, 1365, 11, 294, 452, 1365, 510, 11, 264, 2701, 307, 437, 286, 829, 11, 3920, 13333], "avg_logprob": -0.5559592773747999, "compression_ratio": 1.495798319327731, "no_speech_prob": 0.0, "words": [{"start": 130.37, "end": 130.49, "word": " You", "probability": 0.50439453125}, {"start": 130.49, "end": 130.63, "word": " need", "probability": 0.299072265625}, {"start": 130.63, "end": 130.73, "word": " to", "probability": 0.90234375}, {"start": 130.73, "end": 130.89, "word": " put", "probability": 0.441650390625}, {"start": 130.89, "end": 131.35, "word": " two", "probability": 0.482666015625}, {"start": 131.35, "end": 131.35, "word": " things,", "probability": 0.6806640625}, {"start": 131.55, "end": 131.67, "word": " two", "probability": 0.53125}, {"start": 131.67, "end": 131.97, "word": " things", "probability": 0.56005859375}, {"start": 131.97, "end": 132.39, "word": " exactly,", "probability": 0.72705078125}, {"start": 133.01, "end": 133.31, "word": " okay?", "probability": 0.3203125}, {"start": 133.99, "end": 134.39, "word": " The", "probability": 0.80517578125}, {"start": 134.39, "end": 134.43, "word": " first", "probability": 0.8916015625}, {"start": 134.43, "end": 134.71, "word": " thing", "probability": 0.8544921875}, {"start": 134.71, "end": 135.37, "word": " is", "probability": 0.755859375}, {"start": 135.37, "end": 135.57, "word": " the", "probability": 0.64013671875}, {"start": 135.57, "end": 136.09, "word": " content,", "probability": 0.86181640625}, {"start": 137.63, "end": 138.55, "word": " the", "probability": 0.1806640625}, {"start": 138.55, "end": 138.93, "word": " content,", "probability": 0.8603515625}, {"start": 141.13, "end": 141.51, "word": " okay?", "probability": 0.7998046875}, {"start": 142.19, "end": 142.37, "word": " For", "probability": 0.53759765625}, {"start": 142.37, "end": 142.73, "word": " example,", "probability": 0.94189453125}, {"start": 143.05, "end": 143.11, "word": " in", "probability": 0.5166015625}, {"start": 143.11, "end": 143.23, "word": " my", "probability": 0.53515625}, {"start": 143.23, "end": 143.49, "word": " example", "probability": 0.52490234375}, {"start": 143.49, "end": 144.13, "word": " here,", "probability": 0.74462890625}, {"start": 144.47, "end": 144.59, "word": " the", "probability": 0.33544921875}, {"start": 144.59, "end": 144.97, "word": " content", "probability": 0.9404296875}, {"start": 144.97, "end": 145.19, "word": " is", "probability": 0.426513671875}, {"start": 145.19, "end": 145.21, "word": " what", "probability": 0.2374267578125}, {"start": 145.21, "end": 145.21, "word": " I", "probability": 0.96337890625}, {"start": 145.21, "end": 145.59, "word": " put,", "probability": 0.57177734375}, {"start": 146.37, "end": 146.89, "word": " frame", "probability": 0.77685546875}, {"start": 146.89, "end": 148.23, "word": " layout", "probability": 0.6640625}], "temperature": 1.0}, {"id": 6, "seek": 17338, "start": 150.64, "end": 173.38, "text": " You can put it as a fragment. If it is a fixed content, you can put it as a fragment. If it is changed, you can put it as a frame layout to change the fragments together. The important thing is that this content takes the entire screen size because it will be visible. The second part, you need to add a component called navigation view.", "tokens": [509, 393, 829, 309, 382, 257, 26424, 13, 759, 309, 307, 257, 6806, 2701, 11, 291, 393, 829, 309, 382, 257, 26424, 13, 759, 309, 307, 3105, 11, 291, 393, 829, 309, 382, 257, 3920, 13333, 281, 1319, 264, 29197, 1214, 13, 440, 1021, 551, 307, 300, 341, 2701, 2516, 264, 2302, 2568, 2744, 570, 309, 486, 312, 8974, 13, 440, 1150, 644, 11, 291, 643, 281, 909, 257, 6542, 1219, 17346, 1910, 13], "avg_logprob": -0.5645833110809326, "compression_ratio": 1.8469945355191257, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 150.64, "end": 151.08, "word": " You", "probability": 0.495361328125}, {"start": 151.08, "end": 151.22, "word": " can", "probability": 0.87646484375}, {"start": 151.22, "end": 151.52, "word": " put", "probability": 0.39306640625}, {"start": 151.52, "end": 151.56, "word": " it", "probability": 0.53173828125}, {"start": 151.56, "end": 151.72, "word": " as", "probability": 0.5439453125}, {"start": 151.72, "end": 151.86, "word": " a", "probability": 0.54345703125}, {"start": 151.86, "end": 152.16, "word": " fragment.", "probability": 0.78662109375}, {"start": 154.38, "end": 154.86, "word": " If", "probability": 0.416015625}, {"start": 154.86, "end": 156.0, "word": " it", "probability": 0.42529296875}, {"start": 156.0, "end": 156.02, "word": " is", "probability": 0.5}, {"start": 156.02, "end": 156.08, "word": " a", "probability": 0.58935546875}, {"start": 156.08, "end": 156.34, "word": " fixed", "probability": 0.59716796875}, {"start": 156.34, "end": 156.34, "word": " content,", "probability": 0.763671875}, {"start": 156.54, "end": 156.58, "word": " you", "probability": 0.552734375}, {"start": 156.58, "end": 156.7, "word": " can", "probability": 0.40771484375}, {"start": 156.7, "end": 156.82, "word": " put", "probability": 0.393310546875}, {"start": 156.82, "end": 156.92, "word": " it", "probability": 0.79345703125}, {"start": 156.92, "end": 156.92, "word": " as", "probability": 0.88916015625}, {"start": 156.92, "end": 157.0, "word": " a", "probability": 0.927734375}, {"start": 157.0, "end": 157.26, "word": " fragment.", "probability": 0.84130859375}, {"start": 157.54, "end": 157.92, "word": " If", "probability": 0.86083984375}, {"start": 157.92, "end": 158.14, "word": " it", "probability": 0.91064453125}, {"start": 158.14, "end": 158.14, "word": " is", "probability": 0.818359375}, {"start": 158.14, "end": 158.52, "word": " changed,", "probability": 0.1065673828125}, {"start": 158.64, "end": 158.72, "word": " you", "probability": 0.8564453125}, {"start": 158.72, "end": 158.84, "word": " can", "probability": 0.814453125}, {"start": 158.84, "end": 158.98, "word": " put", "probability": 0.787109375}, {"start": 158.98, "end": 159.06, "word": " it", "probability": 0.3125}, {"start": 159.06, "end": 159.1, "word": " as", "probability": 0.85791015625}, {"start": 159.1, "end": 159.14, "word": " a", "probability": 0.6328125}, {"start": 159.14, "end": 159.26, "word": " frame", "probability": 0.219482421875}, {"start": 159.26, "end": 159.5, "word": " layout", "probability": 0.6298828125}, {"start": 159.5, "end": 159.7, "word": " to", "probability": 0.6435546875}, {"start": 159.7, "end": 160.08, "word": " change", "probability": 0.2474365234375}, {"start": 160.08, "end": 160.78, "word": " the", "probability": 0.3857421875}, {"start": 160.78, "end": 161.12, "word": " fragments", "probability": 0.349609375}, {"start": 161.12, "end": 161.52, "word": " together.", "probability": 0.411865234375}, {"start": 161.84, "end": 162.0, "word": " The", "probability": 0.112060546875}, {"start": 162.0, "end": 162.06, "word": " important", "probability": 0.5615234375}, {"start": 162.06, "end": 162.06, "word": " thing", "probability": 0.6748046875}, {"start": 162.06, "end": 162.18, "word": " is", "probability": 0.892578125}, {"start": 162.18, "end": 162.36, "word": " that", "probability": 0.6083984375}, {"start": 162.36, "end": 162.36, "word": " this", "probability": 0.68310546875}, {"start": 162.36, "end": 162.68, "word": " content", "probability": 0.837890625}, {"start": 162.68, "end": 163.18, "word": " takes", "probability": 0.33056640625}, {"start": 163.18, "end": 163.42, "word": " the", "probability": 0.51806640625}, {"start": 163.42, "end": 163.7, "word": " entire", "probability": 0.253173828125}, {"start": 163.7, "end": 164.12, "word": " screen", "probability": 0.74951171875}, {"start": 164.12, "end": 164.4, "word": " size", "probability": 0.69189453125}, {"start": 164.4, "end": 165.88, "word": " because", "probability": 0.42578125}, {"start": 165.88, "end": 166.1, "word": " it", "probability": 0.76806640625}, {"start": 166.1, "end": 166.24, "word": " will", "probability": 0.6171875}, {"start": 166.24, "end": 166.42, "word": " be", "probability": 0.79345703125}, {"start": 166.42, "end": 166.76, "word": " visible.", "probability": 0.57470703125}, {"start": 167.3, "end": 167.48, "word": " The", "probability": 0.71826171875}, {"start": 167.48, "end": 167.48, "word": " second", "probability": 0.8291015625}, {"start": 167.48, "end": 167.92, "word": " part,", "probability": 0.6796875}, {"start": 168.48, "end": 168.92, "word": " you", "probability": 0.705078125}, {"start": 168.92, "end": 169.02, "word": " need", "probability": 0.33251953125}, {"start": 169.02, "end": 169.02, "word": " to", "probability": 0.94873046875}, {"start": 169.02, "end": 169.26, "word": " add", "probability": 0.6357421875}, {"start": 169.26, "end": 169.38, "word": " a", "probability": 0.9111328125}, {"start": 169.38, "end": 169.98, "word": " component", "probability": 0.81640625}, {"start": 169.98, "end": 170.22, "word": " called", "probability": 0.708984375}, {"start": 170.22, "end": 170.58, "word": " navigation", "probability": 0.7158203125}, {"start": 170.58, "end": 173.38, "word": " view.", "probability": 0.6357421875}], "temperature": 1.0}, {"id": 7, "seek": 19688, "start": 175.92, "end": 196.88, "text": "And here, to use it, you need to add a library called support-design, which is not available by default in Android. You saw how I added it last time. Because this navigation view, of course, its height is the height of the screen. Its width, you need to give it a width less than the screen. Because it is this that enters the screen, it discovers the full screen, right or not? Okay, but it does not use the gate line in this case?", "tokens": [5289, 510, 11, 281, 764, 309, 11, 291, 643, 281, 909, 257, 6405, 1219, 1406, 12, 14792, 788, 11, 597, 307, 406, 2435, 538, 7576, 294, 8853, 13, 509, 1866, 577, 286, 3869, 309, 1036, 565, 13, 1436, 341, 17346, 1910, 11, 295, 1164, 11, 1080, 6681, 307, 264, 6681, 295, 264, 2568, 13, 6953, 11402, 11, 291, 643, 281, 976, 309, 257, 11402, 1570, 813, 264, 2568, 13, 1436, 309, 307, 341, 300, 18780, 264, 2568, 11, 309, 44522, 264, 1577, 2568, 11, 558, 420, 406, 30, 1033, 11, 457, 309, 775, 406, 764, 264, 8539, 1622, 294, 341, 1389, 30], "avg_logprob": -0.5097087517525386, "compression_ratio": 1.7349397590361446, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 175.92, "end": 176.12, "word": "And", "probability": 0.2403564453125}, {"start": 176.12, "end": 176.38, "word": " here,", "probability": 0.501953125}, {"start": 176.94, "end": 177.34, "word": " to", "probability": 0.482666015625}, {"start": 177.34, "end": 177.8, "word": " use", "probability": 0.71630859375}, {"start": 177.8, "end": 177.92, "word": " it,", "probability": 0.84765625}, {"start": 177.96, "end": 177.98, "word": " you", "probability": 0.9140625}, {"start": 177.98, "end": 178.06, "word": " need", "probability": 0.499267578125}, {"start": 178.06, "end": 178.06, "word": " to", "probability": 0.9482421875}, {"start": 178.06, "end": 178.2, "word": " add", "probability": 0.82373046875}, {"start": 178.2, "end": 178.32, "word": " a", "probability": 0.51123046875}, {"start": 178.32, "end": 178.62, "word": " library", "probability": 0.1939697265625}, {"start": 178.62, "end": 178.8, "word": " called", "probability": 0.380126953125}, {"start": 178.8, "end": 179.24, "word": " support", "probability": 0.55078125}, {"start": 179.24, "end": 179.78, "word": "-design,", "probability": 0.7705078125}, {"start": 180.36, "end": 180.54, "word": " which", "probability": 0.6005859375}, {"start": 180.54, "end": 180.82, "word": " is", "probability": 0.43212890625}, {"start": 180.82, "end": 180.86, "word": " not", "probability": 0.8349609375}, {"start": 180.86, "end": 181.18, "word": " available", "probability": 0.290771484375}, {"start": 181.18, "end": 181.34, "word": " by", "probability": 0.654296875}, {"start": 181.34, "end": 181.64, "word": " default", "probability": 0.982421875}, {"start": 181.64, "end": 181.74, "word": " in", "probability": 0.65869140625}, {"start": 181.74, "end": 182.14, "word": " Android.", "probability": 0.7705078125}, {"start": 182.26, "end": 182.28, "word": " You", "probability": 0.2734375}, {"start": 182.28, "end": 182.34, "word": " saw", "probability": 0.57470703125}, {"start": 182.34, "end": 182.62, "word": " how", "probability": 0.73583984375}, {"start": 182.62, "end": 182.66, "word": " I", "probability": 0.705078125}, {"start": 182.66, "end": 182.84, "word": " added", "probability": 0.845703125}, {"start": 182.84, "end": 182.9, "word": " it", "probability": 0.888671875}, {"start": 182.9, "end": 183.04, "word": " last", "probability": 0.78173828125}, {"start": 183.04, "end": 183.58, "word": " time.", "probability": 0.8662109375}, {"start": 184.28, "end": 184.5, "word": " Because", "probability": 0.6650390625}, {"start": 184.5, "end": 184.84, "word": " this", "probability": 0.55126953125}, {"start": 184.84, "end": 185.2, "word": " navigation", "probability": 0.6474609375}, {"start": 185.2, "end": 185.74, "word": " view,", "probability": 0.75341796875}, {"start": 186.28, "end": 186.48, "word": " of", "probability": 0.74169921875}, {"start": 186.48, "end": 186.66, "word": " course,", "probability": 0.96044921875}, {"start": 186.92, "end": 186.94, "word": " its", "probability": 0.326416015625}, {"start": 186.94, "end": 187.32, "word": " height", "probability": 0.8544921875}, {"start": 187.32, "end": 187.78, "word": " is", "probability": 0.87939453125}, {"start": 187.78, "end": 187.9, "word": " the", "probability": 0.744140625}, {"start": 187.9, "end": 188.04, "word": " height", "probability": 0.6806640625}, {"start": 188.04, "end": 188.18, "word": " of", "probability": 0.96728515625}, {"start": 188.18, "end": 188.24, "word": " the", "probability": 0.91943359375}, {"start": 188.24, "end": 188.5, "word": " screen.", "probability": 0.849609375}, {"start": 189.18, "end": 189.52, "word": " Its", "probability": 0.38916015625}, {"start": 189.52, "end": 189.52, "word": " width,", "probability": 0.93994140625}, {"start": 189.62, "end": 189.64, "word": " you", "probability": 0.9140625}, {"start": 189.64, "end": 189.88, "word": " need", "probability": 0.56982421875}, {"start": 189.88, "end": 189.88, "word": " to", "probability": 0.9638671875}, {"start": 189.88, "end": 190.02, "word": " give", "probability": 0.744140625}, {"start": 190.02, "end": 190.12, "word": " it", "probability": 0.91064453125}, {"start": 190.12, "end": 190.14, "word": " a", "probability": 0.6845703125}, {"start": 190.14, "end": 190.3, "word": " width", "probability": 0.626953125}, {"start": 190.3, "end": 190.46, "word": " less", "probability": 0.6728515625}, {"start": 190.46, "end": 190.7, "word": " than", "probability": 0.9375}, {"start": 190.7, "end": 190.82, "word": " the", "probability": 0.8916015625}, {"start": 190.82, "end": 191.1, "word": " screen.", "probability": 0.85888671875}, {"start": 191.46, "end": 191.8, "word": " Because", "probability": 0.84765625}, {"start": 191.8, "end": 191.96, "word": " it", "probability": 0.54736328125}, {"start": 191.96, "end": 192.0, "word": " is", "probability": 0.68896484375}, {"start": 192.0, "end": 192.22, "word": " this", "probability": 0.6318359375}, {"start": 192.22, "end": 192.32, "word": " that", "probability": 0.28125}, {"start": 192.32, "end": 192.58, "word": " enters", "probability": 0.6640625}, {"start": 192.58, "end": 192.82, "word": " the", "probability": 0.76171875}, {"start": 192.82, "end": 193.04, "word": " screen,", "probability": 0.90185546875}, {"start": 193.1, "end": 193.16, "word": " it", "probability": 0.51513671875}, {"start": 193.16, "end": 193.36, "word": " discovers", "probability": 0.2174072265625}, {"start": 193.36, "end": 193.52, "word": " the", "probability": 0.52880859375}, {"start": 193.52, "end": 193.6, "word": " full", "probability": 0.21044921875}, {"start": 193.6, "end": 194.04, "word": " screen,", "probability": 0.7958984375}, {"start": 194.1, "end": 194.32, "word": " right", "probability": 0.69189453125}, {"start": 194.32, "end": 194.46, "word": " or", "probability": 0.88916015625}, {"start": 194.46, "end": 194.6, "word": " not?", "probability": 0.64404296875}, {"start": 194.82, "end": 194.96, "word": " Okay,", "probability": 0.1522216796875}, {"start": 195.12, "end": 195.12, "word": " but", "probability": 0.49267578125}, {"start": 195.12, "end": 195.24, "word": " it", "probability": 0.21875}, {"start": 195.24, "end": 195.3, "word": " does", "probability": 0.275634765625}, {"start": 195.3, "end": 195.44, "word": " not", "probability": 0.9267578125}, {"start": 195.44, "end": 195.44, "word": " use", "probability": 0.86767578125}, {"start": 195.44, "end": 195.62, "word": " the", "probability": 0.6767578125}, {"start": 195.62, "end": 195.78, "word": " gate", "probability": 0.1378173828125}, {"start": 195.78, "end": 196.14, "word": " line", "probability": 0.73681640625}, {"start": 196.14, "end": 196.42, "word": " in", "probability": 0.78173828125}, {"start": 196.42, "end": 196.58, "word": " this", "probability": 0.92431640625}, {"start": 196.58, "end": 196.88, "word": " case?", "probability": 0.892578125}], "temperature": 1.0}, {"id": 8, "seek": 22501, "start": 197.49, "end": 225.01, "text": " Why? You separate this from this. They don't even have to be next to each other. It's a guideline you use when you have two people next to each other. But really, this one takes up the whole screen. And this one is outside. Because how do we keep it outside? The most important attribute you have to assign to it is the layout. Gravity, you put start or end.", "tokens": [1545, 30, 509, 4994, 341, 490, 341, 13, 814, 500, 380, 754, 362, 281, 312, 958, 281, 1184, 661, 13, 467, 311, 257, 41653, 291, 764, 562, 291, 362, 732, 561, 958, 281, 1184, 661, 13, 583, 534, 11, 341, 472, 2516, 493, 264, 1379, 2568, 13, 400, 341, 472, 307, 2380, 13, 1436, 577, 360, 321, 1066, 309, 2380, 30, 440, 881, 1021, 19667, 291, 362, 281, 6269, 281, 309, 307, 264, 13333, 13, 49478, 11, 291, 829, 722, 420, 917, 13], "avg_logprob": -0.5405505739507221, "compression_ratio": 1.617117117117117, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 197.49, "end": 197.77, "word": " Why?", "probability": 0.1715087890625}, {"start": 198.81, "end": 199.25, "word": " You", "probability": 0.14013671875}, {"start": 199.25, "end": 199.51, "word": " separate", "probability": 0.72509765625}, {"start": 199.51, "end": 201.11, "word": " this", "probability": 0.64013671875}, {"start": 201.11, "end": 201.25, "word": " from", "probability": 0.6474609375}, {"start": 201.25, "end": 201.57, "word": " this.", "probability": 0.72119140625}, {"start": 201.99, "end": 202.19, "word": " They", "probability": 0.470703125}, {"start": 202.19, "end": 202.63, "word": " don't", "probability": 0.67431640625}, {"start": 202.63, "end": 202.63, "word": " even", "probability": 0.147216796875}, {"start": 202.63, "end": 202.97, "word": " have", "probability": 0.400390625}, {"start": 202.97, "end": 203.63, "word": " to", "probability": 0.51318359375}, {"start": 203.63, "end": 203.85, "word": " be", "probability": 0.32568359375}, {"start": 203.85, "end": 204.05, "word": " next", "probability": 0.33935546875}, {"start": 204.05, "end": 204.11, "word": " to", "probability": 0.9716796875}, {"start": 204.11, "end": 204.23, "word": " each", "probability": 0.94482421875}, {"start": 204.23, "end": 204.23, "word": " other.", "probability": 0.88720703125}, {"start": 204.25, "end": 204.35, "word": " It's", "probability": 0.5404052734375}, {"start": 204.35, "end": 204.43, "word": " a", "probability": 0.81787109375}, {"start": 204.43, "end": 204.67, "word": " guideline", "probability": 0.88232421875}, {"start": 204.67, "end": 204.87, "word": " you", "probability": 0.4814453125}, {"start": 204.87, "end": 205.31, "word": " use", "probability": 0.76416015625}, {"start": 205.31, "end": 205.97, "word": " when", "probability": 0.7685546875}, {"start": 205.97, "end": 206.41, "word": " you", "probability": 0.90625}, {"start": 206.41, "end": 206.65, "word": " have", "probability": 0.2056884765625}, {"start": 206.65, "end": 207.07, "word": " two", "probability": 0.59375}, {"start": 207.07, "end": 207.73, "word": " people", "probability": 0.402587890625}, {"start": 207.73, "end": 207.91, "word": " next", "probability": 0.7431640625}, {"start": 207.91, "end": 208.05, "word": " to", "probability": 0.9677734375}, {"start": 208.05, "end": 208.23, "word": " each", "probability": 0.92041015625}, {"start": 208.23, "end": 208.47, "word": " other.", "probability": 0.90185546875}, {"start": 208.57, "end": 208.93, "word": " But", "probability": 0.8896484375}, {"start": 208.93, "end": 209.33, "word": " really,", "probability": 0.30224609375}, {"start": 209.49, "end": 209.75, "word": " this", "probability": 0.841796875}, {"start": 209.75, "end": 209.79, "word": " one", "probability": 0.3115234375}, {"start": 209.79, "end": 210.05, "word": " takes", "probability": 0.442626953125}, {"start": 210.05, "end": 210.11, "word": " up", "probability": 0.484130859375}, {"start": 210.11, "end": 210.19, "word": " the", "probability": 0.68310546875}, {"start": 210.19, "end": 210.21, "word": " whole", "probability": 0.52978515625}, {"start": 210.21, "end": 210.41, "word": " screen.", "probability": 0.87548828125}, {"start": 211.57, "end": 211.91, "word": " And", "probability": 0.30029296875}, {"start": 211.91, "end": 212.79, "word": " this", "probability": 0.8701171875}, {"start": 212.79, "end": 212.85, "word": " one", "probability": 0.67919921875}, {"start": 212.85, "end": 212.85, "word": " is", "probability": 0.303955078125}, {"start": 212.85, "end": 213.07, "word": " outside.", "probability": 0.5693359375}, {"start": 213.59, "end": 213.79, "word": " Because", "probability": 0.72607421875}, {"start": 213.79, "end": 214.07, "word": " how", "probability": 0.369140625}, {"start": 214.07, "end": 214.15, "word": " do", "probability": 0.6123046875}, {"start": 214.15, "end": 214.19, "word": " we", "probability": 0.74951171875}, {"start": 214.19, "end": 214.39, "word": " keep", "probability": 0.462646484375}, {"start": 214.39, "end": 214.51, "word": " it", "probability": 0.50439453125}, {"start": 214.51, "end": 214.71, "word": " outside?", "probability": 0.68603515625}, {"start": 215.25, "end": 215.53, "word": " The", "probability": 0.79736328125}, {"start": 215.53, "end": 215.61, "word": " most", "probability": 0.8349609375}, {"start": 215.61, "end": 215.81, "word": " important", "probability": 0.884765625}, {"start": 215.81, "end": 216.39, "word": " attribute", "probability": 0.9365234375}, {"start": 216.39, "end": 216.63, "word": " you", "probability": 0.580078125}, {"start": 216.63, "end": 216.79, "word": " have", "probability": 0.2568359375}, {"start": 216.79, "end": 217.03, "word": " to", "probability": 0.89892578125}, {"start": 217.03, "end": 217.03, "word": " assign", "probability": 0.33544921875}, {"start": 217.03, "end": 217.31, "word": " to", "probability": 0.68994140625}, {"start": 217.31, "end": 217.59, "word": " it", "probability": 0.88623046875}, {"start": 217.59, "end": 218.07, "word": " is", "probability": 0.5771484375}, {"start": 218.07, "end": 218.23, "word": " the", "probability": 0.402587890625}, {"start": 218.23, "end": 218.75, "word": " layout.", "probability": 0.88916015625}, {"start": 223.09, "end": 223.57, "word": " Gravity,", "probability": 0.818359375}, {"start": 223.83, "end": 223.83, "word": " you", "probability": 0.87353515625}, {"start": 223.83, "end": 224.05, "word": " put", "probability": 0.281494140625}, {"start": 224.05, "end": 224.53, "word": " start", "probability": 0.53515625}, {"start": 224.53, "end": 224.73, "word": " or", "probability": 0.93310546875}, {"start": 224.73, "end": 225.01, "word": " end.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 9, "seek": 25651, "start": 228.49, "end": 256.51, "text": "Yes, because when you put start, it will hide from the left, okay? Okay, because the navigation view should have content inside it too List for example, yes or no, or anything you want So actually, what did I do here? I put a fragment inside the navigation view Actually, I used the same fragment that we used before, but I rearranged it", "tokens": [6054, 11, 570, 562, 291, 829, 722, 11, 309, 486, 6479, 490, 264, 1411, 11, 1392, 30, 1033, 11, 570, 264, 17346, 1910, 820, 362, 2701, 1854, 309, 886, 17668, 337, 1365, 11, 2086, 420, 572, 11, 420, 1340, 291, 528, 407, 767, 11, 437, 630, 286, 360, 510, 30, 286, 829, 257, 26424, 1854, 264, 17346, 1910, 5135, 11, 286, 1143, 264, 912, 26424, 300, 321, 1143, 949, 11, 457, 286, 29875, 10296, 309], "avg_logprob": -0.5460526402059355, "compression_ratio": 1.61244019138756, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 228.49, "end": 228.71, "word": "Yes,", "probability": 0.07122802734375}, {"start": 228.79, "end": 228.99, "word": " because", "probability": 0.630859375}, {"start": 228.99, "end": 229.15, "word": " when", "probability": 0.583984375}, {"start": 229.15, "end": 229.29, "word": " you", "probability": 0.94677734375}, {"start": 229.29, "end": 229.47, "word": " put", "probability": 0.26708984375}, {"start": 229.47, "end": 230.05, "word": " start,", "probability": 0.5927734375}, {"start": 230.21, "end": 230.37, "word": " it", "probability": 0.85986328125}, {"start": 230.37, "end": 230.45, "word": " will", "probability": 0.66748046875}, {"start": 230.45, "end": 230.69, "word": " hide", "probability": 0.6943359375}, {"start": 230.69, "end": 231.61, "word": " from", "probability": 0.1011962890625}, {"start": 231.61, "end": 231.63, "word": " the", "probability": 0.40869140625}, {"start": 231.63, "end": 232.71, "word": " left,", "probability": 0.787109375}, {"start": 232.77, "end": 233.49, "word": " okay?", "probability": 0.2431640625}, {"start": 235.35, "end": 235.83, "word": " Okay,", "probability": 0.3896484375}, {"start": 235.93, "end": 236.07, "word": " because", "probability": 0.798828125}, {"start": 236.07, "end": 236.21, "word": " the", "probability": 0.290771484375}, {"start": 236.21, "end": 236.51, "word": " navigation", "probability": 0.77978515625}, {"start": 236.51, "end": 236.89, "word": " view", "probability": 0.83056640625}, {"start": 236.89, "end": 237.21, "word": " should", "probability": 0.2509765625}, {"start": 237.21, "end": 237.59, "word": " have", "probability": 0.460205078125}, {"start": 237.59, "end": 238.11, "word": " content", "probability": 0.6669921875}, {"start": 238.11, "end": 238.27, "word": " inside", "probability": 0.50537109375}, {"start": 238.27, "end": 239.27, "word": " it", "probability": 0.428955078125}, {"start": 239.27, "end": 239.27, "word": " too", "probability": 0.470703125}, {"start": 239.27, "end": 239.93, "word": " List", "probability": 0.326416015625}, {"start": 239.93, "end": 240.13, "word": " for", "probability": 0.61181640625}, {"start": 240.13, "end": 240.31, "word": " example,", "probability": 0.92626953125}, {"start": 240.55, "end": 240.69, "word": " yes", "probability": 0.293212890625}, {"start": 240.69, "end": 240.85, "word": " or", "probability": 0.912109375}, {"start": 240.85, "end": 240.99, "word": " no,", "probability": 0.96533203125}, {"start": 241.39, "end": 241.69, "word": " or", "probability": 0.927734375}, {"start": 241.69, "end": 241.91, "word": " anything", "probability": 0.51318359375}, {"start": 241.91, "end": 242.21, "word": " you", "probability": 0.787109375}, {"start": 242.21, "end": 242.43, "word": " want", "probability": 0.736328125}, {"start": 242.43, "end": 243.03, "word": " So", "probability": 0.27392578125}, {"start": 243.03, "end": 243.77, "word": " actually,", "probability": 0.27978515625}, {"start": 243.97, "end": 244.19, "word": " what", "probability": 0.671875}, {"start": 244.19, "end": 244.19, "word": " did", "probability": 0.76318359375}, {"start": 244.19, "end": 244.31, "word": " I", "probability": 0.95068359375}, {"start": 244.31, "end": 244.55, "word": " do", "probability": 0.4267578125}, {"start": 244.55, "end": 244.97, "word": " here?", "probability": 0.689453125}, {"start": 245.07, "end": 245.23, "word": " I", "probability": 0.73779296875}, {"start": 245.23, "end": 245.47, "word": " put", "probability": 0.302490234375}, {"start": 245.47, "end": 247.21, "word": " a", "probability": 0.41162109375}, {"start": 247.21, "end": 248.55, "word": " fragment", "probability": 0.818359375}, {"start": 248.55, "end": 248.61, "word": " inside", "probability": 0.693359375}, {"start": 248.61, "end": 248.61, "word": " the", "probability": 0.802734375}, {"start": 248.61, "end": 248.61, "word": " navigation", "probability": 0.75146484375}, {"start": 248.61, "end": 248.61, "word": " view", "probability": 0.828125}, {"start": 248.61, "end": 251.65, "word": " Actually,", "probability": 0.599609375}, {"start": 251.97, "end": 252.17, "word": " I", "probability": 0.990234375}, {"start": 252.17, "end": 252.67, "word": " used", "probability": 0.908203125}, {"start": 252.67, "end": 252.85, "word": " the", "probability": 0.921875}, {"start": 252.85, "end": 253.05, "word": " same", "probability": 0.830078125}, {"start": 253.05, "end": 253.57, "word": " fragment", "probability": 0.88330078125}, {"start": 253.57, "end": 253.75, "word": " that", "probability": 0.53076171875}, {"start": 253.75, "end": 253.95, "word": " we", "probability": 0.91162109375}, {"start": 253.95, "end": 254.37, "word": " used", "probability": 0.8310546875}, {"start": 254.37, "end": 254.77, "word": " before,", "probability": 0.75439453125}, {"start": 254.77, "end": 255.03, "word": " but", "probability": 0.908203125}, {"start": 255.03, "end": 255.31, "word": " I", "probability": 0.8046875}, {"start": 255.31, "end": 255.87, "word": " rearranged", "probability": 0.657958984375}, {"start": 255.87, "end": 256.51, "word": " it", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 10, "seek": 28327, "start": 257.26, "end": 283.28, "text": " Before, we used to put the fragment next to the frame layout. Now, because I saw the lecture, it doesn't change anything in the design of MainActivity. Okay? This is the design that we made. Of course, the fragment is bigger than the navigation view. This is the design that we made in the previous lecture. Let's see it. I have ConstraintLayout. Inside, I have a drawer layout that fills the screen.", "tokens": [879, 2994, 68, 11, 321, 1143, 281, 829, 264, 26424, 958, 281, 264, 3920, 13333, 13, 823, 11, 570, 286, 1866, 264, 7991, 11, 309, 1177, 380, 1319, 1340, 294, 264, 1715, 295, 12383, 30338, 4253, 13, 1033, 30, 639, 307, 264, 1715, 300, 321, 1027, 13, 2720, 1164, 11, 264, 26424, 307, 3801, 813, 264, 17346, 1910, 13, 639, 307, 264, 1715, 300, 321, 1027, 294, 264, 3894, 7991, 13, 961, 311, 536, 309, 13, 286, 362, 8574, 424, 686, 43, 320, 346, 13, 15123, 11, 286, 362, 257, 24039, 13333, 300, 22498, 264, 2568, 13], "avg_logprob": -0.4926658290989545, "compression_ratio": 1.6991525423728813, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 257.26, "end": 257.58, "word": " Before,", "probability": 0.5999348958333334}, {"start": 257.66, "end": 257.8, "word": " we", "probability": 0.77001953125}, {"start": 257.8, "end": 257.82, "word": " used", "probability": 0.439208984375}, {"start": 257.82, "end": 257.82, "word": " to", "probability": 0.85009765625}, {"start": 257.82, "end": 258.12, "word": " put", "probability": 0.278076171875}, {"start": 258.12, "end": 258.46, "word": " the", "probability": 0.309814453125}, {"start": 258.46, "end": 259.76, "word": " fragment", "probability": 0.36181640625}, {"start": 259.76, "end": 260.08, "word": " next", "probability": 0.625}, {"start": 260.08, "end": 260.14, "word": " to", "probability": 0.96484375}, {"start": 260.14, "end": 260.22, "word": " the", "probability": 0.5244140625}, {"start": 260.22, "end": 260.42, "word": " frame", "probability": 0.5634765625}, {"start": 260.42, "end": 260.64, "word": " layout.", "probability": 0.931640625}, {"start": 261.34, "end": 261.5, "word": " Now,", "probability": 0.67333984375}, {"start": 261.78, "end": 262.02, "word": " because", "probability": 0.2427978515625}, {"start": 262.02, "end": 262.78, "word": " I", "probability": 0.57568359375}, {"start": 262.78, "end": 262.96, "word": " saw", "probability": 0.509765625}, {"start": 262.96, "end": 263.1, "word": " the", "probability": 0.78076171875}, {"start": 263.1, "end": 263.36, "word": " lecture,", "probability": 0.7294921875}, {"start": 263.5, "end": 263.62, "word": " it", "probability": 0.323486328125}, {"start": 263.62, "end": 263.68, "word": " doesn't", "probability": 0.6651611328125}, {"start": 263.68, "end": 263.88, "word": " change", "probability": 0.79345703125}, {"start": 263.88, "end": 264.12, "word": " anything", "probability": 0.175537109375}, {"start": 264.12, "end": 264.72, "word": " in", "probability": 0.1849365234375}, {"start": 264.72, "end": 265.4, "word": " the", "probability": 0.7138671875}, {"start": 265.4, "end": 265.68, "word": " design", "probability": 0.366943359375}, {"start": 265.68, "end": 265.84, "word": " of", "probability": 0.8486328125}, {"start": 265.84, "end": 266.46, "word": " MainActivity.", "probability": 0.6986490885416666}, {"start": 266.8, "end": 267.08, "word": " Okay?", "probability": 0.25830078125}, {"start": 267.14, "end": 267.34, "word": " This", "probability": 0.73388671875}, {"start": 267.34, "end": 267.36, "word": " is", "probability": 0.9248046875}, {"start": 267.36, "end": 267.46, "word": " the", "probability": 0.873046875}, {"start": 267.46, "end": 267.78, "word": " design", "probability": 0.95068359375}, {"start": 267.78, "end": 268.52, "word": " that", "probability": 0.55810546875}, {"start": 268.52, "end": 268.72, "word": " we", "probability": 0.92138671875}, {"start": 268.72, "end": 268.98, "word": " made.", "probability": 0.407470703125}, {"start": 269.5, "end": 269.98, "word": " Of", "probability": 0.693359375}, {"start": 269.98, "end": 269.98, "word": " course,", "probability": 0.962890625}, {"start": 270.04, "end": 270.16, "word": " the", "probability": 0.810546875}, {"start": 270.16, "end": 270.52, "word": " fragment", "probability": 0.81689453125}, {"start": 270.52, "end": 270.8, "word": " is", "probability": 0.2166748046875}, {"start": 270.8, "end": 271.26, "word": " bigger", "probability": 0.48486328125}, {"start": 271.26, "end": 271.56, "word": " than", "probability": 0.93603515625}, {"start": 271.56, "end": 273.28, "word": " the", "probability": 0.85791015625}, {"start": 273.28, "end": 273.56, "word": " navigation", "probability": 0.74853515625}, {"start": 273.56, "end": 273.96, "word": " view.", "probability": 0.84326171875}, {"start": 275.08, "end": 275.56, "word": " This", "probability": 0.70263671875}, {"start": 275.56, "end": 275.56, "word": " is", "probability": 0.4990234375}, {"start": 275.56, "end": 275.7, "word": " the", "probability": 0.90625}, {"start": 275.7, "end": 275.98, "word": " design", "probability": 0.873046875}, {"start": 275.98, "end": 276.14, "word": " that", "probability": 0.57373046875}, {"start": 276.14, "end": 276.14, "word": " we", "probability": 0.869140625}, {"start": 276.14, "end": 276.32, "word": " made", "probability": 0.703125}, {"start": 276.32, "end": 276.48, "word": " in", "probability": 0.53955078125}, {"start": 276.48, "end": 276.5, "word": " the", "probability": 0.8291015625}, {"start": 276.5, "end": 276.52, "word": " previous", "probability": 0.419189453125}, {"start": 276.52, "end": 276.78, "word": " lecture.", "probability": 0.9150390625}, {"start": 277.4, "end": 277.72, "word": " Let's", "probability": 0.845947265625}, {"start": 277.72, "end": 277.98, "word": " see", "probability": 0.7529296875}, {"start": 277.98, "end": 278.72, "word": " it.", "probability": 0.72509765625}, {"start": 280.12, "end": 280.6, "word": " I", "probability": 0.734375}, {"start": 280.6, "end": 280.68, "word": " have", "probability": 0.91162109375}, {"start": 280.68, "end": 281.42, "word": " ConstraintLayout.", "probability": 0.7567138671875}, {"start": 281.5, "end": 281.7, "word": " Inside,", "probability": 0.396484375}, {"start": 281.94, "end": 282.0, "word": " I", "probability": 0.56982421875}, {"start": 282.0, "end": 282.0, "word": " have", "probability": 0.60986328125}, {"start": 282.0, "end": 282.08, "word": " a", "probability": 0.5732421875}, {"start": 282.08, "end": 282.26, "word": " drawer", "probability": 0.178466796875}, {"start": 282.26, "end": 282.54, "word": " layout", "probability": 0.9091796875}, {"start": 282.54, "end": 282.74, "word": " that", "probability": 0.60400390625}, {"start": 282.74, "end": 282.88, "word": " fills", "probability": 0.7919921875}, {"start": 282.88, "end": 283.04, "word": " the", "probability": 0.65283203125}, {"start": 283.04, "end": 283.28, "word": " screen.", "probability": 0.79052734375}], "temperature": 1.0}, {"id": 11, "seek": 30770, "start": 284.41, "end": 307.71, "text": " Inside the drawer layout, there is a frame layout to fill the fragments. Then there is a navigation view. The navigation view also has a fragment inside it. That's it. Now, the most important thing about the navigation view is to set it to 300 or 250, so that it does not take up the entire screen. Then the height matches parent and gravity starts. And inside it, what do I have?", "tokens": [15123, 264, 24039, 13333, 11, 456, 307, 257, 3920, 13333, 281, 2836, 264, 29197, 13, 1396, 456, 307, 257, 17346, 1910, 13, 440, 17346, 1910, 611, 575, 257, 26424, 1854, 309, 13, 663, 311, 309, 13, 823, 11, 264, 881, 1021, 551, 466, 264, 17346, 1910, 307, 281, 992, 309, 281, 6641, 420, 11650, 11, 370, 300, 309, 775, 406, 747, 493, 264, 2302, 2568, 13, 1396, 264, 6681, 10676, 2596, 293, 12110, 3719, 13, 400, 1854, 309, 11, 437, 360, 286, 362, 30], "avg_logprob": -0.5621323585510254, "compression_ratio": 1.7162162162162162, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 284.40999999999997, "end": 284.89, "word": " Inside", "probability": 0.05316162109375}, {"start": 284.89, "end": 285.09, "word": " the", "probability": 0.346435546875}, {"start": 285.09, "end": 285.27, "word": " drawer", "probability": 0.1903076171875}, {"start": 285.27, "end": 285.63, "word": " layout,", "probability": 0.460693359375}, {"start": 285.73, "end": 285.79, "word": " there", "probability": 0.34619140625}, {"start": 285.79, "end": 285.79, "word": " is", "probability": 0.71826171875}, {"start": 285.79, "end": 286.01, "word": " a", "probability": 0.7802734375}, {"start": 286.01, "end": 286.25, "word": " frame", "probability": 0.71728515625}, {"start": 286.25, "end": 286.57, "word": " layout", "probability": 0.9404296875}, {"start": 286.57, "end": 286.79, "word": " to", "probability": 0.474853515625}, {"start": 286.79, "end": 287.07, "word": " fill", "probability": 0.44873046875}, {"start": 287.07, "end": 287.33, "word": " the", "probability": 0.47412109375}, {"start": 287.33, "end": 287.81, "word": " fragments.", "probability": 0.5048828125}, {"start": 289.53, "end": 290.01, "word": " Then", "probability": 0.433837890625}, {"start": 290.01, "end": 290.21, "word": " there", "probability": 0.6025390625}, {"start": 290.21, "end": 290.21, "word": " is", "probability": 0.8916015625}, {"start": 290.21, "end": 290.41, "word": " a", "probability": 0.51416015625}, {"start": 290.41, "end": 290.75, "word": " navigation", "probability": 0.830078125}, {"start": 290.75, "end": 291.27, "word": " view.", "probability": 0.87451171875}, {"start": 292.19, "end": 292.67, "word": " The", "probability": 0.414794921875}, {"start": 292.67, "end": 293.01, "word": " navigation", "probability": 0.7666015625}, {"start": 293.01, "end": 293.35, "word": " view", "probability": 0.8544921875}, {"start": 293.35, "end": 293.55, "word": " also", "probability": 0.358154296875}, {"start": 293.55, "end": 293.61, "word": " has", "probability": 0.357421875}, {"start": 293.61, "end": 294.65, "word": " a", "probability": 0.67431640625}, {"start": 294.65, "end": 294.95, "word": " fragment", "probability": 0.5654296875}, {"start": 294.95, "end": 294.95, "word": " inside", "probability": 0.55126953125}, {"start": 294.95, "end": 295.07, "word": " it.", "probability": 0.34130859375}, {"start": 295.13, "end": 295.27, "word": " That's", "probability": 0.6644287109375}, {"start": 295.27, "end": 295.41, "word": " it.", "probability": 0.6884765625}, {"start": 296.25, "end": 296.49, "word": " Now,", "probability": 0.373779296875}, {"start": 296.61, "end": 296.77, "word": " the", "probability": 0.755859375}, {"start": 296.77, "end": 296.87, "word": " most", "probability": 0.83251953125}, {"start": 296.87, "end": 296.97, "word": " important", "probability": 0.86962890625}, {"start": 296.97, "end": 297.13, "word": " thing", "probability": 0.77490234375}, {"start": 297.13, "end": 297.25, "word": " about", "probability": 0.277587890625}, {"start": 297.25, "end": 297.29, "word": " the", "probability": 0.71240234375}, {"start": 297.29, "end": 297.57, "word": " navigation", "probability": 0.849609375}, {"start": 297.57, "end": 298.01, "word": " view", "probability": 0.8720703125}, {"start": 298.01, "end": 298.25, "word": " is", "probability": 0.66748046875}, {"start": 298.25, "end": 298.65, "word": " to", "probability": 0.30224609375}, {"start": 298.65, "end": 298.69, "word": " set", "probability": 0.515625}, {"start": 298.69, "end": 299.55, "word": " it", "probability": 0.66748046875}, {"start": 299.55, "end": 299.55, "word": " to", "probability": 0.5693359375}, {"start": 299.55, "end": 299.91, "word": " 300", "probability": 0.681640625}, {"start": 299.91, "end": 300.09, "word": " or", "probability": 0.8408203125}, {"start": 300.09, "end": 300.45, "word": " 250,", "probability": 0.92138671875}, {"start": 300.75, "end": 300.83, "word": " so", "probability": 0.53271484375}, {"start": 300.83, "end": 300.95, "word": " that", "probability": 0.6904296875}, {"start": 300.95, "end": 300.95, "word": " it", "probability": 0.7568359375}, {"start": 300.95, "end": 301.01, "word": " does", "probability": 0.390869140625}, {"start": 301.01, "end": 301.01, "word": " not", "probability": 0.94287109375}, {"start": 301.01, "end": 301.19, "word": " take", "probability": 0.33984375}, {"start": 301.19, "end": 301.29, "word": " up", "probability": 0.7509765625}, {"start": 301.29, "end": 301.59, "word": " the", "probability": 0.63232421875}, {"start": 301.59, "end": 301.59, "word": " entire", "probability": 0.51611328125}, {"start": 301.59, "end": 301.73, "word": " screen.", "probability": 0.80078125}, {"start": 302.69, "end": 303.17, "word": " Then", "probability": 0.73583984375}, {"start": 303.17, "end": 303.51, "word": " the", "probability": 0.33544921875}, {"start": 303.51, "end": 303.79, "word": " height", "probability": 0.8740234375}, {"start": 303.79, "end": 304.09, "word": " matches", "probability": 0.55712890625}, {"start": 304.09, "end": 304.49, "word": " parent", "probability": 0.60986328125}, {"start": 304.49, "end": 304.63, "word": " and", "probability": 0.485595703125}, {"start": 304.63, "end": 305.05, "word": " gravity", "probability": 0.498779296875}, {"start": 305.05, "end": 305.69, "word": " starts.", "probability": 0.58837890625}, {"start": 306.63, "end": 306.91, "word": " And", "probability": 0.495361328125}, {"start": 306.91, "end": 307.19, "word": " inside", "probability": 0.56201171875}, {"start": 307.19, "end": 307.43, "word": " it,", "probability": 0.73193359375}, {"start": 307.51, "end": 307.51, "word": " what", "probability": 0.485595703125}, {"start": 307.51, "end": 307.51, "word": " do", "probability": 0.580078125}, {"start": 307.51, "end": 307.51, "word": " I", "probability": 0.89697265625}, {"start": 307.51, "end": 307.71, "word": " have?", "probability": 0.9423828125}], "temperature": 1.0}, {"id": 12, "seek": 32769, "start": 309.65, "end": 327.69, "text": " Fragment means any fragment, list fragment. I named it drawer fragment. This design is actually in list view. This drawer fragment is only in list view.", "tokens": [479, 3731, 518, 1355, 604, 26424, 11, 1329, 26424, 13, 286, 4926, 309, 24039, 26424, 13, 639, 1715, 307, 767, 294, 1329, 1910, 13, 639, 24039, 26424, 307, 787, 294, 1329, 1910, 13], "avg_logprob": -0.6594669047523948, "compression_ratio": 1.59375, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 309.65, "end": 310.25, "word": " Fragment", "probability": 0.7306315104166666}, {"start": 310.25, "end": 310.57, "word": " means", "probability": 0.154052734375}, {"start": 310.57, "end": 311.41, "word": " any", "probability": 0.449462890625}, {"start": 311.41, "end": 311.89, "word": " fragment,", "probability": 0.49462890625}, {"start": 312.03, "end": 313.77, "word": " list", "probability": 0.298828125}, {"start": 313.77, "end": 314.17, "word": " fragment.", "probability": 0.5380859375}, {"start": 314.21, "end": 314.33, "word": " I", "probability": 0.7373046875}, {"start": 314.33, "end": 314.69, "word": " named", "probability": 0.46923828125}, {"start": 314.69, "end": 314.83, "word": " it", "probability": 0.70166015625}, {"start": 314.83, "end": 315.55, "word": " drawer", "probability": 0.1839599609375}, {"start": 315.55, "end": 317.27, "word": " fragment.", "probability": 0.720703125}, {"start": 317.81, "end": 318.33, "word": " This", "probability": 0.3662109375}, {"start": 318.33, "end": 318.75, "word": " design", "probability": 0.39306640625}, {"start": 318.75, "end": 319.15, "word": " is", "probability": 0.619140625}, {"start": 319.15, "end": 319.65, "word": " actually", "probability": 0.312744140625}, {"start": 319.65, "end": 320.73, "word": " in", "probability": 0.6396484375}, {"start": 320.73, "end": 320.99, "word": " list", "probability": 0.61328125}, {"start": 320.99, "end": 321.29, "word": " view.", "probability": 0.89013671875}, {"start": 323.53, "end": 324.05, "word": " This", "probability": 0.34814453125}, {"start": 324.05, "end": 324.43, "word": " drawer", "probability": 0.6357421875}, {"start": 324.43, "end": 325.03, "word": " fragment", "probability": 0.77783203125}, {"start": 325.03, "end": 325.09, "word": " is", "probability": 0.30712890625}, {"start": 325.09, "end": 326.17, "word": " only", "probability": 0.357177734375}, {"start": 326.17, "end": 326.17, "word": " in", "probability": 0.8115234375}, {"start": 326.17, "end": 327.45, "word": " list", "probability": 0.82958984375}, {"start": 327.45, "end": 327.69, "word": " view.", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 13, "seek": 35722, "start": 331.66, "end": 357.22, "text": " Ok, if I'm just like you, working, it will work. And notice that I'm working without changing anything on the code. That is, when you choose an element in the navigation driver, where does it change? It changes in the frame layout. Why? Because in the code, I'm not changing anything. I just used the same previous content, but rearranged it.", "tokens": [3477, 11, 498, 286, 478, 445, 411, 291, 11, 1364, 11, 309, 486, 589, 13, 400, 3449, 300, 286, 478, 1364, 1553, 4473, 1340, 322, 264, 3089, 13, 663, 307, 11, 562, 291, 2826, 364, 4478, 294, 264, 17346, 6787, 11, 689, 775, 309, 1319, 30, 467, 2962, 294, 264, 3920, 13333, 13, 1545, 30, 1436, 294, 264, 3089, 11, 286, 478, 406, 4473, 1340, 13, 286, 445, 1143, 264, 912, 3894, 2701, 11, 457, 29875, 10296, 309, 13], "avg_logprob": -0.41367188543081285, "compression_ratio": 1.6179245283018868, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 331.66, "end": 331.96, "word": " Ok,", "probability": 0.2310791015625}, {"start": 332.18, "end": 332.34, "word": " if", "probability": 0.6181640625}, {"start": 332.34, "end": 332.64, "word": " I'm", "probability": 0.43548583984375}, {"start": 332.64, "end": 332.82, "word": " just", "probability": 0.38134765625}, {"start": 332.82, "end": 333.46, "word": " like", "probability": 0.78515625}, {"start": 333.46, "end": 333.74, "word": " you,", "probability": 0.9462890625}, {"start": 333.74, "end": 334.0, "word": " working,", "probability": 0.3642578125}, {"start": 334.54, "end": 335.0, "word": " it", "probability": 0.43115234375}, {"start": 335.0, "end": 335.0, "word": " will", "probability": 0.6708984375}, {"start": 335.0, "end": 335.26, "word": " work.", "probability": 0.8671875}, {"start": 335.5, "end": 335.58, "word": " And", "probability": 0.3828125}, {"start": 335.58, "end": 335.84, "word": " notice", "probability": 0.69970703125}, {"start": 335.84, "end": 335.98, "word": " that", "probability": 0.802734375}, {"start": 335.98, "end": 336.46, "word": " I'm", "probability": 0.70361328125}, {"start": 336.46, "end": 336.7, "word": " working", "probability": 0.853515625}, {"start": 336.7, "end": 336.96, "word": " without", "probability": 0.8046875}, {"start": 336.96, "end": 337.36, "word": " changing", "probability": 0.79296875}, {"start": 337.36, "end": 337.84, "word": " anything", "probability": 0.81298828125}, {"start": 337.84, "end": 338.56, "word": " on", "probability": 0.434326171875}, {"start": 338.56, "end": 338.66, "word": " the", "probability": 0.8447265625}, {"start": 338.66, "end": 338.9, "word": " code.", "probability": 0.92333984375}, {"start": 339.24, "end": 339.58, "word": " That", "probability": 0.1783447265625}, {"start": 339.58, "end": 339.6, "word": " is,", "probability": 0.51953125}, {"start": 339.78, "end": 339.86, "word": " when", "probability": 0.77880859375}, {"start": 339.86, "end": 340.0, "word": " you", "probability": 0.95654296875}, {"start": 340.0, "end": 340.22, "word": " choose", "probability": 0.51953125}, {"start": 340.22, "end": 340.38, "word": " an", "probability": 0.77880859375}, {"start": 340.38, "end": 340.58, "word": " element", "probability": 0.91015625}, {"start": 340.58, "end": 340.82, "word": " in", "probability": 0.8525390625}, {"start": 340.82, "end": 342.06, "word": " the", "probability": 0.76953125}, {"start": 342.06, "end": 342.34, "word": " navigation", "probability": 0.8203125}, {"start": 342.34, "end": 342.82, "word": " driver,", "probability": 0.3095703125}, {"start": 343.28, "end": 343.44, "word": " where", "probability": 0.494873046875}, {"start": 343.44, "end": 343.44, "word": " does", "probability": 0.822265625}, {"start": 343.44, "end": 343.44, "word": " it", "probability": 0.9267578125}, {"start": 343.44, "end": 343.7, "word": " change?", "probability": 0.87109375}, {"start": 344.6, "end": 345.12, "word": " It", "probability": 0.8046875}, {"start": 345.12, "end": 345.32, "word": " changes", "probability": 0.83154296875}, {"start": 345.32, "end": 345.54, "word": " in", "probability": 0.7802734375}, {"start": 345.54, "end": 346.14, "word": " the", "probability": 0.88818359375}, {"start": 346.14, "end": 346.58, "word": " frame", "probability": 0.78125}, {"start": 346.58, "end": 346.9, "word": " layout.", "probability": 0.98388671875}, {"start": 347.8, "end": 348.06, "word": " Why?", "probability": 0.85302734375}, {"start": 348.14, "end": 348.4, "word": " Because", "probability": 0.912109375}, {"start": 348.4, "end": 350.0, "word": " in", "probability": 0.380859375}, {"start": 350.0, "end": 350.08, "word": " the", "probability": 0.85107421875}, {"start": 350.08, "end": 350.46, "word": " code,", "probability": 0.9423828125}, {"start": 350.68, "end": 351.62, "word": " I'm", "probability": 0.6322021484375}, {"start": 351.62, "end": 351.72, "word": " not", "probability": 0.904296875}, {"start": 351.72, "end": 351.82, "word": " changing", "probability": 0.7451171875}, {"start": 351.82, "end": 352.18, "word": " anything.", "probability": 0.8349609375}, {"start": 352.44, "end": 352.58, "word": " I", "probability": 0.97607421875}, {"start": 352.58, "end": 352.82, "word": " just", "probability": 0.5732421875}, {"start": 352.82, "end": 353.48, "word": " used", "probability": 0.8740234375}, {"start": 353.48, "end": 353.98, "word": " the", "probability": 0.91552734375}, {"start": 353.98, "end": 353.98, "word": " same", "probability": 0.7529296875}, {"start": 353.98, "end": 354.5, "word": " previous", "probability": 0.364013671875}, {"start": 354.5, "end": 355.4, "word": " content,", "probability": 0.471923828125}, {"start": 355.88, "end": 356.12, "word": " but", "probability": 0.8525390625}, {"start": 356.12, "end": 356.54, "word": " rearranged", "probability": 0.7384033203125}, {"start": 356.54, "end": 357.22, "word": " it.", "probability": 0.830078125}], "temperature": 1.0}, {"id": 14, "seek": 38354, "start": 361.68, "end": 383.54, "text": "This is the first layout, for example, when I click on a certain element, it selects the element, a string for example, and brings the main activity. Of course, here I did not use the listener method, and I used set choice. It will send the data to whom? To the activity. The activity now has received the data in the method set choice. It will go to what to do based on the existing value.", "tokens": [5723, 307, 264, 700, 13333, 11, 337, 1365, 11, 562, 286, 2052, 322, 257, 1629, 4478, 11, 309, 3048, 82, 264, 4478, 11, 257, 6798, 337, 1365, 11, 293, 5607, 264, 2135, 5191, 13, 2720, 1164, 11, 510, 286, 630, 406, 764, 264, 1329, 7971, 3170, 11, 293, 286, 1143, 992, 3922, 13, 467, 486, 2845, 264, 1412, 281, 7101, 30, 1407, 264, 5191, 13, 440, 5191, 586, 575, 4613, 264, 1412, 294, 264, 3170, 992, 3922, 13, 467, 486, 352, 281, 437, 281, 360, 2361, 322, 264, 6741, 2158, 13], "avg_logprob": -0.49694294385288074, "compression_ratio": 1.7808219178082192, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 361.68, "end": 361.94, "word": "This", "probability": 0.193359375}, {"start": 361.94, "end": 361.98, "word": " is", "probability": 0.7109375}, {"start": 361.98, "end": 362.1, "word": " the", "probability": 0.188232421875}, {"start": 362.1, "end": 362.28, "word": " first", "probability": 0.4775390625}, {"start": 362.28, "end": 362.76, "word": " layout,", "probability": 0.71728515625}, {"start": 362.92, "end": 363.1, "word": " for", "probability": 0.6142578125}, {"start": 363.1, "end": 363.26, "word": " example,", "probability": 0.88330078125}, {"start": 363.4, "end": 363.54, "word": " when", "probability": 0.7978515625}, {"start": 363.54, "end": 363.84, "word": " I", "probability": 0.80615234375}, {"start": 363.84, "end": 364.04, "word": " click", "probability": 0.429443359375}, {"start": 364.04, "end": 364.94, "word": " on", "probability": 0.9033203125}, {"start": 364.94, "end": 365.9, "word": " a", "probability": 0.7353515625}, {"start": 365.9, "end": 366.54, "word": " certain", "probability": 0.4033203125}, {"start": 366.54, "end": 366.54, "word": " element,", "probability": 0.66650390625}, {"start": 367.34, "end": 367.66, "word": " it", "probability": 0.697265625}, {"start": 367.66, "end": 367.94, "word": " selects", "probability": 0.6043701171875}, {"start": 367.94, "end": 368.14, "word": " the", "probability": 0.3876953125}, {"start": 368.14, "end": 368.36, "word": " element,", "probability": 0.78515625}, {"start": 368.52, "end": 368.58, "word": " a", "probability": 0.202880859375}, {"start": 368.58, "end": 368.82, "word": " string", "probability": 0.8017578125}, {"start": 368.82, "end": 369.06, "word": " for", "probability": 0.650390625}, {"start": 369.06, "end": 369.22, "word": " example,", "probability": 0.93359375}, {"start": 369.3, "end": 369.4, "word": " and", "probability": 0.7626953125}, {"start": 369.4, "end": 369.56, "word": " brings", "probability": 0.3125}, {"start": 369.56, "end": 369.72, "word": " the", "probability": 0.58984375}, {"start": 369.72, "end": 369.88, "word": " main", "probability": 0.65673828125}, {"start": 369.88, "end": 370.34, "word": " activity.", "probability": 0.93017578125}, {"start": 371.14, "end": 371.34, "word": " Of", "probability": 0.65087890625}, {"start": 371.34, "end": 371.42, "word": " course,", "probability": 0.95849609375}, {"start": 371.52, "end": 371.58, "word": " here", "probability": 0.53466796875}, {"start": 371.58, "end": 371.68, "word": " I", "probability": 0.79541015625}, {"start": 371.68, "end": 371.94, "word": " did", "probability": 0.501953125}, {"start": 371.94, "end": 372.06, "word": " not", "probability": 0.9404296875}, {"start": 372.06, "end": 372.06, "word": " use", "probability": 0.34326171875}, {"start": 372.06, "end": 372.58, "word": " the", "probability": 0.69091796875}, {"start": 372.58, "end": 372.98, "word": " listener", "probability": 0.5655517578125}, {"start": 372.98, "end": 372.98, "word": " method,", "probability": 0.751953125}, {"start": 373.12, "end": 373.2, "word": " and", "probability": 0.319091796875}, {"start": 373.2, "end": 373.44, "word": " I", "probability": 0.86962890625}, {"start": 373.44, "end": 373.44, "word": " used", "probability": 0.38623046875}, {"start": 373.44, "end": 373.7, "word": " set", "probability": 0.455078125}, {"start": 373.7, "end": 374.08, "word": " choice.", "probability": 0.52490234375}, {"start": 374.22, "end": 374.42, "word": " It", "probability": 0.6591796875}, {"start": 374.42, "end": 374.48, "word": " will", "probability": 0.67578125}, {"start": 374.48, "end": 374.84, "word": " send", "probability": 0.5048828125}, {"start": 374.84, "end": 375.0, "word": " the", "probability": 0.63427734375}, {"start": 375.0, "end": 375.26, "word": " data", "probability": 0.8310546875}, {"start": 375.26, "end": 375.54, "word": " to", "probability": 0.90673828125}, {"start": 375.54, "end": 375.66, "word": " whom?", "probability": 0.62353515625}, {"start": 375.86, "end": 376.16, "word": " To", "probability": 0.74658203125}, {"start": 376.16, "end": 376.22, "word": " the", "probability": 0.8173828125}, {"start": 376.22, "end": 376.62, "word": " activity.", "probability": 0.92822265625}, {"start": 377.2, "end": 377.38, "word": " The", "probability": 0.7333984375}, {"start": 377.38, "end": 377.74, "word": " activity", "probability": 0.90771484375}, {"start": 377.74, "end": 378.08, "word": " now", "probability": 0.533203125}, {"start": 378.08, "end": 378.26, "word": " has", "probability": 0.52294921875}, {"start": 378.26, "end": 378.5, "word": " received", "probability": 0.268310546875}, {"start": 378.5, "end": 378.68, "word": " the", "probability": 0.7724609375}, {"start": 378.68, "end": 378.94, "word": " data", "probability": 0.91943359375}, {"start": 378.94, "end": 379.5, "word": " in", "probability": 0.62158203125}, {"start": 379.5, "end": 379.6, "word": " the", "probability": 0.7802734375}, {"start": 379.6, "end": 379.8, "word": " method", "probability": 0.71875}, {"start": 379.8, "end": 380.04, "word": " set", "probability": 0.8857421875}, {"start": 380.04, "end": 380.44, "word": " choice.", "probability": 0.91552734375}, {"start": 381.3, "end": 381.52, "word": " It", "probability": 0.64111328125}, {"start": 381.52, "end": 381.58, "word": " will", "probability": 0.7578125}, {"start": 381.58, "end": 381.78, "word": " go", "probability": 0.48095703125}, {"start": 381.78, "end": 381.9, "word": " to", "probability": 0.4033203125}, {"start": 381.9, "end": 382.06, "word": " what", "probability": 0.6875}, {"start": 382.06, "end": 382.18, "word": " to", "probability": 0.450439453125}, {"start": 382.18, "end": 382.3, "word": " do", "probability": 0.94384765625}, {"start": 382.3, "end": 382.6, "word": " based", "probability": 0.61474609375}, {"start": 382.6, "end": 382.88, "word": " on", "probability": 0.9462890625}, {"start": 382.88, "end": 383.02, "word": " the", "probability": 0.89892578125}, {"start": 383.02, "end": 383.54, "word": " existing", "probability": 0.326904296875}, {"start": 383.54, "end": 383.54, "word": " value.", "probability": 0.6943359375}], "temperature": 1.0}, {"id": 15, "seek": 41228, "start": 385.54, "end": 412.28, "text": " You make a transaction and add it to the fragment. This is the shortcut. If there is only one choice, you get support, fragment manager, begin the transaction, replace, add the green fragment, add to back stack, and then commit. This code works. We did not change anything in it. Okay, now navigation.", "tokens": [509, 652, 257, 14425, 293, 909, 309, 281, 264, 26424, 13, 639, 307, 264, 24822, 13, 759, 456, 307, 787, 472, 3922, 11, 291, 483, 1406, 11, 26424, 6598, 11, 1841, 264, 14425, 11, 7406, 11, 909, 264, 3092, 26424, 11, 909, 281, 646, 8630, 11, 293, 550, 5599, 13, 639, 3089, 1985, 13, 492, 630, 406, 1319, 1340, 294, 309, 13, 1033, 11, 586, 17346, 13], "avg_logprob": -0.6737132089979508, "compression_ratio": 1.5647668393782384, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 385.53999999999996, "end": 386.08, "word": " You", "probability": 0.08740234375}, {"start": 386.08, "end": 386.42, "word": " make", "probability": 0.1083984375}, {"start": 386.42, "end": 386.6, "word": " a", "probability": 0.7119140625}, {"start": 386.6, "end": 386.88, "word": " transaction", "probability": 0.76904296875}, {"start": 386.88, "end": 387.22, "word": " and", "probability": 0.7001953125}, {"start": 387.22, "end": 387.4, "word": " add", "probability": 0.46337890625}, {"start": 387.4, "end": 387.5, "word": " it", "probability": 0.17529296875}, {"start": 387.5, "end": 387.58, "word": " to", "probability": 0.8515625}, {"start": 387.58, "end": 387.6, "word": " the", "probability": 0.58740234375}, {"start": 387.6, "end": 387.82, "word": " fragment.", "probability": 0.72705078125}, {"start": 387.96, "end": 388.1, "word": " This", "probability": 0.5146484375}, {"start": 388.1, "end": 388.14, "word": " is", "probability": 0.9033203125}, {"start": 388.14, "end": 388.52, "word": " the", "probability": 0.619140625}, {"start": 388.52, "end": 388.88, "word": " shortcut.", "probability": 0.4228515625}, {"start": 390.12, "end": 390.66, "word": " If", "probability": 0.595703125}, {"start": 390.66, "end": 391.1, "word": " there", "probability": 0.305419921875}, {"start": 391.1, "end": 391.1, "word": " is", "probability": 0.61669921875}, {"start": 391.1, "end": 391.18, "word": " only", "probability": 0.56201171875}, {"start": 391.18, "end": 391.78, "word": " one", "probability": 0.88671875}, {"start": 391.78, "end": 391.78, "word": " choice,", "probability": 0.66650390625}, {"start": 392.56, "end": 392.96, "word": " you", "probability": 0.29833984375}, {"start": 392.96, "end": 393.08, "word": " get", "probability": 0.208251953125}, {"start": 393.08, "end": 393.58, "word": " support,", "probability": 0.65087890625}, {"start": 393.7, "end": 393.92, "word": " fragment", "probability": 0.60986328125}, {"start": 393.92, "end": 394.4, "word": " manager,", "probability": 0.95166015625}, {"start": 394.54, "end": 394.78, "word": " begin", "probability": 0.294921875}, {"start": 394.78, "end": 394.92, "word": " the", "probability": 0.525390625}, {"start": 394.92, "end": 395.44, "word": " transaction,", "probability": 0.84765625}, {"start": 395.68, "end": 396.24, "word": " replace,", "probability": 0.8642578125}, {"start": 398.34, "end": 398.64, "word": " add", "probability": 0.295654296875}, {"start": 398.64, "end": 398.84, "word": " the", "probability": 0.2298583984375}, {"start": 398.84, "end": 399.04, "word": " green", "probability": 0.72216796875}, {"start": 399.04, "end": 399.74, "word": " fragment,", "probability": 0.85205078125}, {"start": 400.2, "end": 400.66, "word": " add", "probability": 0.35986328125}, {"start": 400.66, "end": 400.88, "word": " to", "probability": 0.85009765625}, {"start": 400.88, "end": 401.1, "word": " back", "probability": 0.5009765625}, {"start": 401.1, "end": 401.42, "word": " stack,", "probability": 0.87109375}, {"start": 401.52, "end": 401.58, "word": " and", "probability": 0.7177734375}, {"start": 401.58, "end": 401.76, "word": " then", "probability": 0.5546875}, {"start": 401.76, "end": 402.84, "word": " commit.", "probability": 0.489990234375}, {"start": 404.74, "end": 405.28, "word": " This", "probability": 0.56005859375}, {"start": 405.28, "end": 405.52, "word": " code", "probability": 0.81494140625}, {"start": 405.52, "end": 405.9, "word": " works.", "probability": 0.2352294921875}, {"start": 406.16, "end": 406.18, "word": " We", "probability": 0.3330078125}, {"start": 406.18, "end": 406.24, "word": " did", "probability": 0.350830078125}, {"start": 406.24, "end": 406.24, "word": " not", "probability": 0.92919921875}, {"start": 406.24, "end": 406.5, "word": " change", "probability": 0.83544921875}, {"start": 406.5, "end": 407.98, "word": " anything", "probability": 0.6767578125}, {"start": 407.98, "end": 408.38, "word": " in", "probability": 0.169677734375}, {"start": 408.38, "end": 408.58, "word": " it.", "probability": 0.896484375}, {"start": 410.6, "end": 411.14, "word": " Okay,", "probability": 0.2242431640625}, {"start": 411.38, "end": 411.84, "word": " now", "probability": 0.763671875}, {"start": 411.84, "end": 412.28, "word": " navigation.", "probability": 0.394775390625}], "temperature": 1.0}, {"id": 16, "seek": 43892, "start": 413.44, "end": 438.92, "text": " The drawer that we made has some problems. First of all, when I open it, when I choose any element, what does it do? It hides the navigation view. And the second thing is that we want to make a toolbar. Why? To fix the navigation view.", "tokens": [440, 24039, 300, 321, 1027, 575, 512, 2740, 13, 2386, 295, 439, 11, 562, 286, 1269, 309, 11, 562, 286, 2826, 604, 4478, 11, 437, 775, 309, 360, 30, 467, 35953, 264, 17346, 1910, 13, 400, 264, 1150, 551, 307, 300, 321, 528, 281, 652, 257, 47715, 13, 1545, 30, 1407, 3191, 264, 17346, 1910, 13], "avg_logprob": -0.5216557101199502, "compression_ratio": 1.5225806451612902, "no_speech_prob": 2.5033950805664062e-06, "words": [{"start": 413.44, "end": 413.8, "word": " The", "probability": 0.148681640625}, {"start": 413.8, "end": 414.12, "word": " drawer", "probability": 0.2052001953125}, {"start": 414.12, "end": 414.3, "word": " that", "probability": 0.382080078125}, {"start": 414.3, "end": 414.36, "word": " we", "probability": 0.85888671875}, {"start": 414.36, "end": 414.58, "word": " made", "probability": 0.337646484375}, {"start": 414.58, "end": 415.76, "word": " has", "probability": 0.399658203125}, {"start": 415.76, "end": 416.18, "word": " some", "probability": 0.63232421875}, {"start": 416.18, "end": 417.1, "word": " problems.", "probability": 0.59814453125}, {"start": 421.1, "end": 421.76, "word": " First", "probability": 0.5498046875}, {"start": 421.76, "end": 422.12, "word": " of", "probability": 0.2197265625}, {"start": 422.12, "end": 422.24, "word": " all,", "probability": 0.9453125}, {"start": 422.98, "end": 423.1, "word": " when", "probability": 0.7255859375}, {"start": 423.1, "end": 423.2, "word": " I", "probability": 0.89453125}, {"start": 423.2, "end": 423.4, "word": " open", "probability": 0.342041015625}, {"start": 423.4, "end": 424.04, "word": " it,", "probability": 0.87255859375}, {"start": 424.34, "end": 424.86, "word": " when", "probability": 0.2008056640625}, {"start": 424.86, "end": 425.2, "word": " I", "probability": 0.96826171875}, {"start": 425.2, "end": 425.44, "word": " choose", "probability": 0.52734375}, {"start": 425.44, "end": 425.64, "word": " any", "probability": 0.60302734375}, {"start": 425.64, "end": 425.9, "word": " element,", "probability": 0.486572265625}, {"start": 426.06, "end": 426.16, "word": " what", "probability": 0.47607421875}, {"start": 426.16, "end": 426.24, "word": " does", "probability": 0.26416015625}, {"start": 426.24, "end": 426.24, "word": " it", "probability": 0.9013671875}, {"start": 426.24, "end": 426.5, "word": " do?", "probability": 0.935546875}, {"start": 426.86, "end": 427.48, "word": " It", "probability": 0.71337890625}, {"start": 427.48, "end": 427.7, "word": " hides", "probability": 0.8564453125}, {"start": 427.7, "end": 428.5, "word": " the", "probability": 0.8017578125}, {"start": 428.5, "end": 428.86, "word": " navigation", "probability": 0.81787109375}, {"start": 428.86, "end": 429.28, "word": " view.", "probability": 0.84765625}, {"start": 430.8, "end": 431.46, "word": " And", "probability": 0.43310546875}, {"start": 431.46, "end": 431.58, "word": " the", "probability": 0.464599609375}, {"start": 431.58, "end": 432.12, "word": " second", "probability": 0.7958984375}, {"start": 432.12, "end": 432.12, "word": " thing", "probability": 0.73193359375}, {"start": 432.12, "end": 432.84, "word": " is", "probability": 0.724609375}, {"start": 432.84, "end": 432.96, "word": " that", "probability": 0.7099609375}, {"start": 432.96, "end": 433.26, "word": " we", "probability": 0.9130859375}, {"start": 433.26, "end": 433.54, "word": " want", "probability": 0.41748046875}, {"start": 433.54, "end": 433.64, "word": " to", "probability": 0.970703125}, {"start": 433.64, "end": 433.82, "word": " make", "probability": 0.60693359375}, {"start": 433.82, "end": 434.0, "word": " a", "probability": 0.859375}, {"start": 434.0, "end": 434.4, "word": " toolbar.", "probability": 0.92529296875}, {"start": 436.42, "end": 437.08, "word": " Why?", "probability": 0.53125}, {"start": 437.18, "end": 437.54, "word": " To", "probability": 0.4580078125}, {"start": 437.54, "end": 437.9, "word": " fix", "probability": 0.29736328125}, {"start": 437.9, "end": 438.1, "word": " the", "probability": 0.8916015625}, {"start": 438.1, "end": 438.44, "word": " navigation", "probability": 0.84716796875}, {"start": 438.44, "end": 438.92, "word": " view.", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 17, "seek": 46589, "start": 439.61, "end": 465.89, "text": "In the tool bar, there should be a button to hide the navigation view. Like the menu? Like the menu. Or a button. A button that I click on. Ok. Because when are we supposed to hide the drawer? When I choose an element, it is supposed to hide the drawer. Ok. So to hide the drawer, I go back to the main activity.", "tokens": [4575, 264, 2290, 2159, 11, 456, 820, 312, 257, 2960, 281, 6479, 264, 17346, 1910, 13, 1743, 264, 6510, 30, 1743, 264, 6510, 13, 1610, 257, 2960, 13, 316, 2960, 300, 286, 2052, 322, 13, 3477, 13, 1436, 562, 366, 321, 3442, 281, 6479, 264, 24039, 30, 1133, 286, 2826, 364, 4478, 11, 309, 307, 3442, 281, 6479, 264, 24039, 13, 3477, 13, 407, 281, 6479, 264, 24039, 11, 286, 352, 646, 281, 264, 2135, 5191, 13], "avg_logprob": -0.5512820719144284, "compression_ratio": 1.7430167597765363, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 439.61, "end": 439.83, "word": "In", "probability": 0.223876953125}, {"start": 439.83, "end": 439.95, "word": " the", "probability": 0.425537109375}, {"start": 439.95, "end": 440.09, "word": " tool", "probability": 0.384521484375}, {"start": 440.09, "end": 440.37, "word": " bar,", "probability": 0.61865234375}, {"start": 440.43, "end": 440.95, "word": " there", "probability": 0.2308349609375}, {"start": 440.95, "end": 441.13, "word": " should", "probability": 0.499755859375}, {"start": 441.13, "end": 441.39, "word": " be", "probability": 0.91259765625}, {"start": 441.39, "end": 441.57, "word": " a", "probability": 0.61279296875}, {"start": 441.57, "end": 441.77, "word": " button", "probability": 0.796875}, {"start": 441.77, "end": 442.15, "word": " to", "probability": 0.1497802734375}, {"start": 442.15, "end": 443.19, "word": " hide", "probability": 0.623046875}, {"start": 443.19, "end": 444.45, "word": " the", "probability": 0.374267578125}, {"start": 444.45, "end": 444.69, "word": " navigation", "probability": 0.82861328125}, {"start": 444.69, "end": 445.23, "word": " view.", "probability": 0.7001953125}, {"start": 445.69, "end": 446.09, "word": " Like", "probability": 0.407470703125}, {"start": 446.09, "end": 446.29, "word": " the", "probability": 0.640625}, {"start": 446.29, "end": 446.47, "word": " menu?", "probability": 0.7685546875}, {"start": 446.87, "end": 447.27, "word": " Like", "probability": 0.46484375}, {"start": 447.27, "end": 447.43, "word": " the", "probability": 0.892578125}, {"start": 447.43, "end": 447.95, "word": " menu.", "probability": 0.95556640625}, {"start": 448.15, "end": 448.29, "word": " Or", "probability": 0.740234375}, {"start": 448.29, "end": 448.47, "word": " a", "probability": 0.57568359375}, {"start": 448.47, "end": 448.65, "word": " button.", "probability": 0.82177734375}, {"start": 448.75, "end": 448.81, "word": " A", "probability": 0.31103515625}, {"start": 448.81, "end": 449.15, "word": " button", "probability": 0.87841796875}, {"start": 449.15, "end": 449.91, "word": " that", "probability": 0.305908203125}, {"start": 449.91, "end": 449.91, "word": " I", "probability": 0.51416015625}, {"start": 449.91, "end": 450.11, "word": " click", "probability": 0.1416015625}, {"start": 450.11, "end": 450.53, "word": " on.", "probability": 0.78271484375}, {"start": 451.69, "end": 452.09, "word": " Ok.", "probability": 0.1920166015625}, {"start": 454.59, "end": 454.99, "word": " Because", "probability": 0.26123046875}, {"start": 454.99, "end": 455.53, "word": " when", "probability": 0.466064453125}, {"start": 455.53, "end": 455.67, "word": " are", "probability": 0.462890625}, {"start": 455.67, "end": 455.79, "word": " we", "probability": 0.94873046875}, {"start": 455.79, "end": 456.09, "word": " supposed", "probability": 0.86181640625}, {"start": 456.09, "end": 456.25, "word": " to", "probability": 0.9697265625}, {"start": 456.25, "end": 456.35, "word": " hide", "probability": 0.8544921875}, {"start": 456.35, "end": 456.49, "word": " the", "probability": 0.73583984375}, {"start": 456.49, "end": 456.69, "word": " drawer?", "probability": 0.8564453125}, {"start": 458.51, "end": 458.91, "word": " When", "probability": 0.41259765625}, {"start": 458.91, "end": 459.09, "word": " I", "probability": 0.6591796875}, {"start": 459.09, "end": 459.27, "word": " choose", "probability": 0.51220703125}, {"start": 459.27, "end": 459.77, "word": " an", "probability": 0.7587890625}, {"start": 459.77, "end": 459.77, "word": " element,", "probability": 0.703125}, {"start": 460.43, "end": 460.43, "word": " it", "probability": 0.50146484375}, {"start": 460.43, "end": 460.47, "word": " is", "probability": 0.353271484375}, {"start": 460.47, "end": 460.67, "word": " supposed", "probability": 0.86328125}, {"start": 460.67, "end": 460.81, "word": " to", "probability": 0.97021484375}, {"start": 460.81, "end": 460.93, "word": " hide", "probability": 0.896484375}, {"start": 460.93, "end": 461.07, "word": " the", "probability": 0.86767578125}, {"start": 461.07, "end": 461.29, "word": " drawer.", "probability": 0.92724609375}, {"start": 461.75, "end": 461.93, "word": " Ok.", "probability": 0.7255859375}, {"start": 462.67, "end": 462.99, "word": " So", "probability": 0.453125}, {"start": 462.99, "end": 463.25, "word": " to", "probability": 0.430908203125}, {"start": 463.25, "end": 463.49, "word": " hide", "probability": 0.88330078125}, {"start": 463.49, "end": 463.67, "word": " the", "probability": 0.9033203125}, {"start": 463.67, "end": 463.89, "word": " drawer,", "probability": 0.9248046875}, {"start": 464.55, "end": 464.73, "word": " I", "probability": 0.8759765625}, {"start": 464.73, "end": 464.75, "word": " go", "probability": 0.68359375}, {"start": 464.75, "end": 464.87, "word": " back", "probability": 0.80615234375}, {"start": 464.87, "end": 465.05, "word": " to", "probability": 0.96728515625}, {"start": 465.05, "end": 465.27, "word": " the", "probability": 0.763671875}, {"start": 465.27, "end": 465.43, "word": " main", "probability": 0.80615234375}, {"start": 465.43, "end": 465.89, "word": " activity.", "probability": 0.9287109375}], "temperature": 1.0}, {"id": 18, "seek": 49677, "start": 468.79, "end": 496.77, "text": " The layout of it And I go and give it a drawer layout Not this one, the drawer layout, I give it an id Ok, this is the id of it, which is the drawer layout And then I go to the main activity I made the drawer here, and in uncreate I say drawer.findviewbyid r.id.drawerlayout", "tokens": [440, 13333, 295, 309, 400, 286, 352, 293, 976, 309, 257, 24039, 13333, 1726, 341, 472, 11, 264, 24039, 13333, 11, 286, 976, 309, 364, 4496, 3477, 11, 341, 307, 264, 4496, 295, 309, 11, 597, 307, 264, 24039, 13333, 400, 550, 286, 352, 281, 264, 2135, 5191, 286, 1027, 264, 24039, 510, 11, 293, 294, 6219, 265, 473, 286, 584, 24039, 13, 35072, 1759, 2322, 327, 367, 13, 327, 13, 67, 424, 1554, 8376, 346], "avg_logprob": -0.465097393308367, "compression_ratio": 1.71875, "no_speech_prob": 1.4483928680419922e-05, "words": [{"start": 468.79, "end": 469.01, "word": " The", "probability": 0.09588623046875}, {"start": 469.01, "end": 469.31, "word": " layout", "probability": 0.80078125}, {"start": 469.31, "end": 469.73, "word": " of", "probability": 0.53759765625}, {"start": 469.73, "end": 469.73, "word": " it", "probability": 0.34228515625}, {"start": 469.73, "end": 470.77, "word": " And", "probability": 0.341796875}, {"start": 470.77, "end": 470.91, "word": " I", "probability": 0.434326171875}, {"start": 470.91, "end": 471.05, "word": " go", "probability": 0.284912109375}, {"start": 471.05, "end": 471.31, "word": " and", "probability": 0.439208984375}, {"start": 471.31, "end": 471.45, "word": " give", "probability": 0.46337890625}, {"start": 471.45, "end": 471.69, "word": " it", "probability": 0.7255859375}, {"start": 471.69, "end": 471.77, "word": " a", "probability": 0.499267578125}, {"start": 471.77, "end": 471.99, "word": " drawer", "probability": 0.73876953125}, {"start": 471.99, "end": 472.45, "word": " layout", "probability": 0.95947265625}, {"start": 472.45, "end": 474.63, "word": " Not", "probability": 0.329345703125}, {"start": 474.63, "end": 474.85, "word": " this", "probability": 0.422119140625}, {"start": 474.85, "end": 475.07, "word": " one,", "probability": 0.498046875}, {"start": 475.09, "end": 475.23, "word": " the", "probability": 0.27978515625}, {"start": 475.23, "end": 475.47, "word": " drawer", "probability": 0.89453125}, {"start": 475.47, "end": 475.89, "word": " layout,", "probability": 0.9814453125}, {"start": 476.03, "end": 476.09, "word": " I", "probability": 0.59375}, {"start": 476.09, "end": 476.25, "word": " give", "probability": 0.787109375}, {"start": 476.25, "end": 476.37, "word": " it", "probability": 0.91357421875}, {"start": 476.37, "end": 476.43, "word": " an", "probability": 0.603515625}, {"start": 476.43, "end": 476.67, "word": " id", "probability": 0.5986328125}, {"start": 476.67, "end": 478.15, "word": " Ok,", "probability": 0.221923828125}, {"start": 478.29, "end": 478.47, "word": " this", "probability": 0.76611328125}, {"start": 478.47, "end": 478.47, "word": " is", "probability": 0.9287109375}, {"start": 478.47, "end": 478.55, "word": " the", "probability": 0.41552734375}, {"start": 478.55, "end": 478.89, "word": " id", "probability": 0.88330078125}, {"start": 478.89, "end": 479.59, "word": " of", "probability": 0.6572265625}, {"start": 479.59, "end": 479.73, "word": " it,", "probability": 0.5576171875}, {"start": 479.87, "end": 479.87, "word": " which", "probability": 0.65283203125}, {"start": 479.87, "end": 479.97, "word": " is", "probability": 0.94140625}, {"start": 479.97, "end": 480.07, "word": " the", "probability": 0.493896484375}, {"start": 480.07, "end": 480.27, "word": " drawer", "probability": 0.93310546875}, {"start": 480.27, "end": 480.61, "word": " layout", "probability": 0.98046875}, {"start": 480.61, "end": 481.89, "word": " And", "probability": 0.63134765625}, {"start": 481.89, "end": 482.15, "word": " then", "probability": 0.7470703125}, {"start": 482.15, "end": 482.31, "word": " I", "probability": 0.82861328125}, {"start": 482.31, "end": 482.45, "word": " go", "probability": 0.92529296875}, {"start": 482.45, "end": 482.61, "word": " to", "probability": 0.71337890625}, {"start": 482.61, "end": 482.71, "word": " the", "probability": 0.82177734375}, {"start": 482.71, "end": 482.85, "word": " main", "probability": 0.8388671875}, {"start": 482.85, "end": 483.39, "word": " activity", "probability": 0.919921875}, {"start": 483.39, "end": 486.11, "word": " I", "probability": 0.46875}, {"start": 486.11, "end": 486.37, "word": " made", "probability": 0.56494140625}, {"start": 486.37, "end": 486.49, "word": " the", "probability": 0.59423828125}, {"start": 486.49, "end": 486.71, "word": " drawer", "probability": 0.9580078125}, {"start": 486.71, "end": 487.05, "word": " here,", "probability": 0.814453125}, {"start": 487.19, "end": 487.31, "word": " and", "probability": 0.83154296875}, {"start": 487.31, "end": 487.39, "word": " in", "probability": 0.8017578125}, {"start": 487.39, "end": 488.21, "word": " uncreate", "probability": 0.6729329427083334}, {"start": 488.21, "end": 489.17, "word": " I", "probability": 0.8134765625}, {"start": 489.17, "end": 489.37, "word": " say", "probability": 0.44873046875}, {"start": 489.37, "end": 489.73, "word": " drawer", "probability": 0.83544921875}, {"start": 489.73, "end": 494.59, "word": ".findviewbyid", "probability": 0.811328125}, {"start": 494.59, "end": 494.95, "word": " r", "probability": 0.330322265625}, {"start": 494.95, "end": 495.69, "word": ".id", "probability": 0.97607421875}, {"start": 495.69, "end": 496.77, "word": ".drawerlayout", "probability": 0.889892578125}], "temperature": 1.0}, {"id": 19, "seek": 52645, "start": 500.53, "end": 526.45, "text": " It means that after the selection process is completed, we need to go to the drawer and execute a command called close drawers. Do you see it? Close drawers. It means to close. In short, when any choice is made, in the end, it does not want to make a choice, but to close.", "tokens": [467, 1355, 300, 934, 264, 9450, 1399, 307, 7365, 11, 321, 643, 281, 352, 281, 264, 24039, 293, 14483, 257, 5622, 1219, 1998, 38302, 13, 1144, 291, 536, 309, 30, 16346, 38302, 13, 467, 1355, 281, 1998, 13, 682, 2099, 11, 562, 604, 3922, 307, 1027, 11, 294, 264, 917, 11, 309, 775, 406, 528, 281, 652, 257, 3922, 11, 457, 281, 1998, 13], "avg_logprob": -0.7509615384615385, "compression_ratio": 1.6153846153846154, "no_speech_prob": 0.0, "words": [{"start": 500.53000000000003, "end": 501.05, "word": " It", "probability": 0.0654296875}, {"start": 501.05, "end": 501.57, "word": " means", "probability": 0.5595703125}, {"start": 501.57, "end": 501.57, "word": " that", "probability": 0.3427734375}, {"start": 501.57, "end": 502.65, "word": " after", "probability": 0.2330322265625}, {"start": 502.65, "end": 503.41, "word": " the", "probability": 0.303466796875}, {"start": 503.41, "end": 504.29, "word": " selection", "probability": 0.404541015625}, {"start": 504.29, "end": 504.47, "word": " process", "probability": 0.81591796875}, {"start": 504.47, "end": 504.47, "word": " is", "probability": 0.410400390625}, {"start": 504.47, "end": 504.47, "word": " completed,", "probability": 0.30859375}, {"start": 505.29, "end": 505.31, "word": " we", "probability": 0.1217041015625}, {"start": 505.31, "end": 505.47, "word": " need", "probability": 0.279296875}, {"start": 505.47, "end": 505.67, "word": " to", "probability": 0.919921875}, {"start": 505.67, "end": 505.83, "word": " go", "probability": 0.78076171875}, {"start": 505.83, "end": 506.01, "word": " to", "probability": 0.93505859375}, {"start": 506.01, "end": 506.11, "word": " the", "probability": 0.82958984375}, {"start": 506.11, "end": 506.39, "word": " drawer", "probability": 0.83935546875}, {"start": 506.39, "end": 510.11, "word": " and", "probability": 0.603515625}, {"start": 510.11, "end": 510.41, "word": " execute", "probability": 0.2213134765625}, {"start": 510.41, "end": 510.59, "word": " a", "probability": 0.460205078125}, {"start": 510.59, "end": 510.75, "word": " command", "probability": 0.261474609375}, {"start": 510.75, "end": 511.11, "word": " called", "probability": 0.67822265625}, {"start": 511.11, "end": 511.67, "word": " close", "probability": 0.30029296875}, {"start": 511.67, "end": 512.61, "word": " drawers.", "probability": 0.529296875}, {"start": 512.85, "end": 512.85, "word": " Do", "probability": 0.1278076171875}, {"start": 512.85, "end": 515.05, "word": " you", "probability": 0.97119140625}, {"start": 515.05, "end": 515.31, "word": " see", "probability": 0.9033203125}, {"start": 515.31, "end": 515.51, "word": " it?", "probability": 0.640625}, {"start": 515.53, "end": 515.87, "word": " Close", "probability": 0.60595703125}, {"start": 515.87, "end": 516.19, "word": " drawers.", "probability": 0.869140625}, {"start": 516.37, "end": 516.37, "word": " It", "probability": 0.478271484375}, {"start": 516.37, "end": 516.37, "word": " means", "probability": 0.57861328125}, {"start": 516.37, "end": 516.45, "word": " to", "probability": 0.415771484375}, {"start": 516.45, "end": 516.71, "word": " close.", "probability": 0.796875}, {"start": 519.65, "end": 520.17, "word": " In", "probability": 0.205078125}, {"start": 520.17, "end": 520.63, "word": " short,", "probability": 0.314697265625}, {"start": 520.91, "end": 521.09, "word": " when", "probability": 0.703125}, {"start": 521.09, "end": 521.83, "word": " any", "probability": 0.2440185546875}, {"start": 521.83, "end": 522.61, "word": " choice", "probability": 0.3994140625}, {"start": 522.61, "end": 522.61, "word": " is", "probability": 0.9033203125}, {"start": 522.61, "end": 522.61, "word": " made,", "probability": 0.87890625}, {"start": 523.85, "end": 524.27, "word": " in", "probability": 0.3076171875}, {"start": 524.27, "end": 524.43, "word": " the", "probability": 0.86572265625}, {"start": 524.43, "end": 524.53, "word": " end,", "probability": 0.90869140625}, {"start": 524.65, "end": 524.71, "word": " it", "probability": 0.259765625}, {"start": 524.71, "end": 524.71, "word": " does", "probability": 0.22412109375}, {"start": 524.71, "end": 524.71, "word": " not", "probability": 0.9384765625}, {"start": 524.71, "end": 524.89, "word": " want", "probability": 0.2548828125}, {"start": 524.89, "end": 524.89, "word": " to", "probability": 0.96484375}, {"start": 524.89, "end": 525.13, "word": " make", "probability": 0.395751953125}, {"start": 525.13, "end": 525.31, "word": " a", "probability": 0.251220703125}, {"start": 525.31, "end": 525.31, "word": " choice,", "probability": 0.5888671875}, {"start": 525.85, "end": 526.15, "word": " but", "probability": 0.250732421875}, {"start": 526.15, "end": 526.27, "word": " to", "probability": 0.335693359375}, {"start": 526.27, "end": 526.45, "word": " close.", "probability": 0.75537109375}], "temperature": 1.0}, {"id": 20, "seek": 56115, "start": 534.13, "end": 561.15, "text": " Because if I make any choice, it will close the drawer. Ok, now we will make the toolbar. To make the toolbar, we go back to the design. Because here the drawer is located. Where do we put the toolbar? Above. Of course, there are more than one option. There are people who do this. You go to its application, and this is important, pay attention to it. You can put a toolbar", "tokens": [1436, 498, 286, 652, 604, 3922, 11, 309, 486, 1998, 264, 24039, 13, 3477, 11, 586, 321, 486, 652, 264, 47715, 13, 1407, 652, 264, 47715, 11, 321, 352, 646, 281, 264, 1715, 13, 1436, 510, 264, 24039, 307, 6870, 13, 2305, 360, 321, 829, 264, 47715, 30, 32691, 13, 2720, 1164, 11, 456, 366, 544, 813, 472, 3614, 13, 821, 366, 561, 567, 360, 341, 13, 509, 352, 281, 1080, 3861, 11, 293, 341, 307, 1021, 11, 1689, 3202, 281, 309, 13, 509, 393, 829, 257, 47715], "avg_logprob": -0.5119382076049119, "compression_ratio": 1.7045454545454546, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 534.13, "end": 534.47, "word": " Because", "probability": 0.14453125}, {"start": 534.47, "end": 534.65, "word": " if", "probability": 0.324462890625}, {"start": 534.65, "end": 534.85, "word": " I", "probability": 0.77587890625}, {"start": 534.85, "end": 535.15, "word": " make", "probability": 0.43408203125}, {"start": 535.15, "end": 535.37, "word": " any", "probability": 0.7568359375}, {"start": 535.37, "end": 535.85, "word": " choice,", "probability": 0.83251953125}, {"start": 536.37, "end": 536.55, "word": " it", "probability": 0.6962890625}, {"start": 536.55, "end": 536.55, "word": " will", "probability": 0.34130859375}, {"start": 536.55, "end": 536.83, "word": " close", "probability": 0.65234375}, {"start": 536.83, "end": 537.53, "word": " the", "probability": 0.5673828125}, {"start": 537.53, "end": 537.71, "word": " drawer.", "probability": 0.7001953125}, {"start": 538.79, "end": 539.19, "word": " Ok,", "probability": 0.2783203125}, {"start": 539.27, "end": 539.47, "word": " now", "probability": 0.833984375}, {"start": 539.47, "end": 539.65, "word": " we", "probability": 0.65966796875}, {"start": 539.65, "end": 539.67, "word": " will", "probability": 0.3369140625}, {"start": 539.67, "end": 539.91, "word": " make", "probability": 0.6025390625}, {"start": 539.91, "end": 540.19, "word": " the", "probability": 0.66650390625}, {"start": 540.19, "end": 540.45, "word": " toolbar.", "probability": 0.82763671875}, {"start": 541.09, "end": 541.35, "word": " To", "probability": 0.4833984375}, {"start": 541.35, "end": 542.07, "word": " make", "probability": 0.841796875}, {"start": 542.07, "end": 542.21, "word": " the", "probability": 0.7373046875}, {"start": 542.21, "end": 542.21, "word": " toolbar,", "probability": 0.8701171875}, {"start": 542.21, "end": 542.47, "word": " we", "probability": 0.6259765625}, {"start": 542.47, "end": 542.61, "word": " go", "probability": 0.2398681640625}, {"start": 542.61, "end": 542.77, "word": " back", "probability": 0.728515625}, {"start": 542.77, "end": 544.91, "word": " to", "probability": 0.91357421875}, {"start": 544.91, "end": 545.05, "word": " the", "probability": 0.5654296875}, {"start": 545.05, "end": 545.73, "word": " design.", "probability": 0.66455078125}, {"start": 548.37, "end": 548.77, "word": " Because", "probability": 0.71875}, {"start": 548.77, "end": 548.97, "word": " here", "probability": 0.60693359375}, {"start": 548.97, "end": 549.07, "word": " the", "probability": 0.227783203125}, {"start": 549.07, "end": 549.25, "word": " drawer", "probability": 0.8154296875}, {"start": 549.25, "end": 549.43, "word": " is", "probability": 0.59716796875}, {"start": 549.43, "end": 549.55, "word": " located.", "probability": 0.2359619140625}, {"start": 549.67, "end": 549.83, "word": " Where", "probability": 0.7021484375}, {"start": 549.83, "end": 549.95, "word": " do", "probability": 0.418212890625}, {"start": 549.95, "end": 549.97, "word": " we", "probability": 0.771484375}, {"start": 549.97, "end": 550.15, "word": " put", "probability": 0.7763671875}, {"start": 550.15, "end": 550.31, "word": " the", "probability": 0.87890625}, {"start": 550.31, "end": 550.51, "word": " toolbar?", "probability": 0.94091796875}, {"start": 551.61, "end": 552.01, "word": " Above.", "probability": 0.5107421875}, {"start": 552.09, "end": 552.33, "word": " Of", "probability": 0.35546875}, {"start": 552.33, "end": 552.33, "word": " course,", "probability": 0.95263671875}, {"start": 552.33, "end": 552.33, "word": " there", "probability": 0.7939453125}, {"start": 552.33, "end": 552.35, "word": " are", "probability": 0.81298828125}, {"start": 552.35, "end": 552.81, "word": " more", "probability": 0.70166015625}, {"start": 552.81, "end": 552.97, "word": " than", "probability": 0.466552734375}, {"start": 552.97, "end": 553.05, "word": " one", "probability": 0.87451171875}, {"start": 553.05, "end": 553.27, "word": " option.", "probability": 0.359130859375}, {"start": 553.37, "end": 553.47, "word": " There", "probability": 0.360595703125}, {"start": 553.47, "end": 553.49, "word": " are", "probability": 0.92822265625}, {"start": 553.49, "end": 553.67, "word": " people", "probability": 0.80029296875}, {"start": 553.67, "end": 553.83, "word": " who", "probability": 0.56005859375}, {"start": 553.83, "end": 554.13, "word": " do", "probability": 0.3095703125}, {"start": 554.13, "end": 555.83, "word": " this.", "probability": 0.38671875}, {"start": 556.47, "end": 556.87, "word": " You", "probability": 0.55224609375}, {"start": 556.87, "end": 557.05, "word": " go", "probability": 0.736328125}, {"start": 557.05, "end": 557.15, "word": " to", "probability": 0.77392578125}, {"start": 557.15, "end": 557.27, "word": " its", "probability": 0.28173828125}, {"start": 557.27, "end": 557.67, "word": " application,", "probability": 0.86376953125}, {"start": 558.11, "end": 558.19, "word": " and", "probability": 0.55517578125}, {"start": 558.19, "end": 558.31, "word": " this", "probability": 0.7294921875}, {"start": 558.31, "end": 558.35, "word": " is", "probability": 0.92431640625}, {"start": 558.35, "end": 558.63, "word": " important,", "probability": 0.81689453125}, {"start": 558.73, "end": 558.87, "word": " pay", "probability": 0.5517578125}, {"start": 558.87, "end": 559.09, "word": " attention", "probability": 0.94580078125}, {"start": 559.09, "end": 559.23, "word": " to", "probability": 0.91357421875}, {"start": 559.23, "end": 559.41, "word": " it.", "probability": 0.81787109375}, {"start": 559.93, "end": 560.23, "word": " You", "probability": 0.9365234375}, {"start": 560.23, "end": 560.47, "word": " can", "probability": 0.93017578125}, {"start": 560.47, "end": 560.79, "word": " put", "probability": 0.8017578125}, {"start": 560.79, "end": 560.89, "word": " a", "probability": 0.68115234375}, {"start": 560.89, "end": 561.15, "word": " toolbar", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 21, "seek": 59192, "start": 563.79, "end": 591.93, "text": " This is how it works. Then when you pull it, the drawer comes out under the toolbar. Like this. So that there is a button here. You press it, it hides and the toolbar appears. In other applications, you can cover the toolbar like this. Okay? In this case, there is no control in the toolbar.", "tokens": [639, 307, 577, 309, 1985, 13, 1396, 562, 291, 2235, 309, 11, 264, 24039, 1487, 484, 833, 264, 47715, 13, 1743, 341, 13, 407, 300, 456, 307, 257, 2960, 510, 13, 509, 1886, 309, 11, 309, 35953, 293, 264, 47715, 7038, 13, 682, 661, 5821, 11, 291, 393, 2060, 264, 47715, 411, 341, 13, 1033, 30, 682, 341, 1389, 11, 456, 307, 572, 1969, 294, 264, 47715, 13], "avg_logprob": -0.5783514354539954, "compression_ratio": 1.6404494382022472, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 563.79, "end": 564.05, "word": " This", "probability": 0.056732177734375}, {"start": 564.05, "end": 564.09, "word": " is", "probability": 0.8056640625}, {"start": 564.09, "end": 564.53, "word": " how", "probability": 0.1280517578125}, {"start": 564.53, "end": 564.53, "word": " it", "probability": 0.80078125}, {"start": 564.53, "end": 564.53, "word": " works.", "probability": 0.48876953125}, {"start": 565.51, "end": 566.01, "word": " Then", "probability": 0.274658203125}, {"start": 566.01, "end": 566.55, "word": " when", "probability": 0.60009765625}, {"start": 566.55, "end": 566.75, "word": " you", "probability": 0.84033203125}, {"start": 566.75, "end": 566.99, "word": " pull", "probability": 0.424560546875}, {"start": 566.99, "end": 567.23, "word": " it,", "probability": 0.2330322265625}, {"start": 567.93, "end": 568.47, "word": " the", "probability": 0.64453125}, {"start": 568.47, "end": 568.75, "word": " drawer", "probability": 0.83154296875}, {"start": 568.75, "end": 568.97, "word": " comes", "probability": 0.1202392578125}, {"start": 568.97, "end": 569.23, "word": " out", "probability": 0.8173828125}, {"start": 569.23, "end": 569.63, "word": " under", "probability": 0.277587890625}, {"start": 569.63, "end": 570.93, "word": " the", "probability": 0.6357421875}, {"start": 570.93, "end": 571.23, "word": " toolbar.", "probability": 0.775390625}, {"start": 571.33, "end": 571.41, "word": " Like", "probability": 0.50390625}, {"start": 571.41, "end": 571.75, "word": " this.", "probability": 0.8583984375}, {"start": 572.51, "end": 572.77, "word": " So", "probability": 0.43505859375}, {"start": 572.77, "end": 572.97, "word": " that", "probability": 0.623046875}, {"start": 572.97, "end": 573.09, "word": " there", "probability": 0.57861328125}, {"start": 573.09, "end": 573.25, "word": " is", "probability": 0.85595703125}, {"start": 573.25, "end": 573.41, "word": " a", "probability": 0.75732421875}, {"start": 573.41, "end": 573.61, "word": " button", "probability": 0.83154296875}, {"start": 573.61, "end": 573.61, "word": " here.", "probability": 0.389404296875}, {"start": 574.03, "end": 574.13, "word": " You", "probability": 0.693359375}, {"start": 574.13, "end": 574.29, "word": " press", "probability": 0.439208984375}, {"start": 574.29, "end": 574.63, "word": " it,", "probability": 0.7607421875}, {"start": 574.69, "end": 574.81, "word": " it", "probability": 0.54443359375}, {"start": 574.81, "end": 574.97, "word": " hides", "probability": 0.60400390625}, {"start": 574.97, "end": 575.81, "word": " and", "probability": 0.68212890625}, {"start": 575.81, "end": 575.83, "word": " the", "probability": 0.214599609375}, {"start": 575.83, "end": 576.51, "word": " toolbar", "probability": 0.9306640625}, {"start": 576.51, "end": 576.51, "word": " appears.", "probability": 0.50341796875}, {"start": 577.15, "end": 577.57, "word": " In", "probability": 0.666015625}, {"start": 577.57, "end": 578.39, "word": " other", "probability": 0.85107421875}, {"start": 578.39, "end": 578.39, "word": " applications,", "probability": 0.76025390625}, {"start": 579.25, "end": 579.25, "word": " you", "probability": 0.42919921875}, {"start": 579.25, "end": 582.21, "word": " can", "probability": 0.88623046875}, {"start": 582.21, "end": 584.81, "word": " cover", "probability": 0.252197265625}, {"start": 584.81, "end": 585.47, "word": " the", "probability": 0.77392578125}, {"start": 585.47, "end": 585.79, "word": " toolbar", "probability": 0.91064453125}, {"start": 585.79, "end": 585.97, "word": " like", "probability": 0.44482421875}, {"start": 585.97, "end": 586.35, "word": " this.", "probability": 0.9248046875}, {"start": 587.27, "end": 587.69, "word": " Okay?", "probability": 0.282470703125}, {"start": 588.25, "end": 588.73, "word": " In", "probability": 0.343017578125}, {"start": 588.73, "end": 588.83, "word": " this", "probability": 0.90234375}, {"start": 588.83, "end": 589.01, "word": " case,", "probability": 0.8671875}, {"start": 589.19, "end": 589.23, "word": " there", "probability": 0.67431640625}, {"start": 589.23, "end": 589.33, "word": " is", "probability": 0.88134765625}, {"start": 589.33, "end": 589.39, "word": " no", "probability": 0.93212890625}, {"start": 589.39, "end": 589.73, "word": " control", "probability": 0.60205078125}, {"start": 589.73, "end": 589.97, "word": " in", "probability": 0.496337890625}, {"start": 589.97, "end": 591.67, "word": " the", "probability": 0.904296875}, {"start": 591.67, "end": 591.93, "word": " toolbar.", "probability": 0.966796875}], "temperature": 1.0}, {"id": 22, "seek": 60979, "start": 598.79, "end": 609.79, "text": " For example, if I want the toolbar to go up and go down, you go to the constraint layout and make the toolbar wheel here and under it the driver layout.", "tokens": [1171, 1365, 11, 498, 286, 528, 264, 47715, 281, 352, 493, 293, 352, 760, 11, 291, 352, 281, 264, 25534, 13333, 293, 652, 264, 47715, 5589, 510, 293, 833, 309, 264, 6787, 13333, 13], "avg_logprob": -0.704910727909633, "compression_ratio": 1.3660714285714286, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 598.79, "end": 599.29, "word": " For", "probability": 0.052276611328125}, {"start": 599.29, "end": 599.79, "word": " example,", "probability": 0.77392578125}, {"start": 600.01, "end": 600.07, "word": " if", "probability": 0.7333984375}, {"start": 600.07, "end": 600.27, "word": " I", "probability": 0.57080078125}, {"start": 600.27, "end": 600.47, "word": " want", "probability": 0.734375}, {"start": 600.47, "end": 600.61, "word": " the", "probability": 0.6376953125}, {"start": 600.61, "end": 600.89, "word": " toolbar", "probability": 0.63720703125}, {"start": 600.89, "end": 602.47, "word": " to", "probability": 0.7978515625}, {"start": 602.47, "end": 602.65, "word": " go", "probability": 0.23779296875}, {"start": 602.65, "end": 603.03, "word": " up", "probability": 0.85986328125}, {"start": 603.03, "end": 603.25, "word": " and", "probability": 0.82763671875}, {"start": 603.25, "end": 603.45, "word": " go", "probability": 0.07244873046875}, {"start": 603.45, "end": 603.71, "word": " down,", "probability": 0.494384765625}, {"start": 604.21, "end": 605.01, "word": " you", "probability": 0.2352294921875}, {"start": 605.01, "end": 605.15, "word": " go", "probability": 0.39990234375}, {"start": 605.15, "end": 605.33, "word": " to", "probability": 0.78271484375}, {"start": 605.33, "end": 605.63, "word": " the", "probability": 0.39453125}, {"start": 605.63, "end": 606.07, "word": " constraint", "probability": 0.70263671875}, {"start": 606.07, "end": 606.39, "word": " layout", "probability": 0.93310546875}, {"start": 606.39, "end": 606.63, "word": " and", "probability": 0.6875}, {"start": 606.63, "end": 606.87, "word": " make", "probability": 0.25537109375}, {"start": 606.87, "end": 607.03, "word": " the", "probability": 0.53466796875}, {"start": 607.03, "end": 607.31, "word": " toolbar", "probability": 0.93798828125}, {"start": 607.31, "end": 607.61, "word": " wheel", "probability": 0.446533203125}, {"start": 607.61, "end": 608.17, "word": " here", "probability": 0.5556640625}, {"start": 608.17, "end": 608.79, "word": " and", "probability": 0.39892578125}, {"start": 608.79, "end": 609.01, "word": " under", "probability": 0.2705078125}, {"start": 609.01, "end": 609.15, "word": " it", "probability": 0.6435546875}, {"start": 609.15, "end": 609.23, "word": " the", "probability": 0.445068359375}, {"start": 609.23, "end": 609.45, "word": " driver", "probability": 0.43115234375}, {"start": 609.45, "end": 609.79, "word": " layout.", "probability": 0.9873046875}], "temperature": 1.0}, {"id": 23, "seek": 62924, "start": 612.12, "end": 629.24, "text": " The navigation view will go to the toolbar and will be in the middle of the drawer layout. Then the drawer layout will come. Here it will create a layout and inside it will put the toolbar and the frame layout. Because we said that the drawer layout will have exactly two things. You can't put three things in it.", "tokens": [440, 5947, 21494, 1910, 486, 352, 281, 264, 47715, 293, 486, 312, 294, 264, 2808, 295, 264, 24039, 13333, 13, 1396, 264, 24039, 13333, 486, 808, 13, 1692, 309, 486, 1884, 257, 13333, 293, 1854, 309, 486, 829, 264, 47715, 293, 264, 3920, 13333, 13, 1436, 321, 848, 300, 264, 24039, 13333, 486, 362, 2293, 732, 721, 13, 509, 393, 380, 829, 1045, 721, 294, 309, 13], "avg_logprob": -0.6043198441757875, "compression_ratio": 1.8470588235294119, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 612.12, "end": 612.38, "word": " The", "probability": 0.258544921875}, {"start": 612.38, "end": 612.8, "word": " navigation", "probability": 0.595947265625}, {"start": 612.8, "end": 613.2, "word": " view", "probability": 0.342041015625}, {"start": 613.2, "end": 613.42, "word": " will", "probability": 0.1103515625}, {"start": 613.42, "end": 613.6, "word": " go", "probability": 0.306884765625}, {"start": 613.6, "end": 613.74, "word": " to", "probability": 0.6875}, {"start": 613.74, "end": 613.88, "word": " the", "probability": 0.53857421875}, {"start": 613.88, "end": 614.16, "word": " toolbar", "probability": 0.859375}, {"start": 614.16, "end": 615.06, "word": " and", "probability": 0.436767578125}, {"start": 615.06, "end": 615.16, "word": " will", "probability": 0.40869140625}, {"start": 615.16, "end": 616.02, "word": " be", "probability": 0.8046875}, {"start": 616.02, "end": 616.22, "word": " in", "probability": 0.28466796875}, {"start": 616.22, "end": 616.4, "word": " the", "probability": 0.650390625}, {"start": 616.4, "end": 616.62, "word": " middle", "probability": 0.2496337890625}, {"start": 616.62, "end": 617.36, "word": " of", "probability": 0.83349609375}, {"start": 617.36, "end": 617.4, "word": " the", "probability": 0.77197265625}, {"start": 617.4, "end": 617.62, "word": " drawer", "probability": 0.806640625}, {"start": 617.62, "end": 617.9, "word": " layout.", "probability": 0.96337890625}, {"start": 618.0, "end": 618.12, "word": " Then", "probability": 0.1876220703125}, {"start": 618.12, "end": 618.36, "word": " the", "probability": 0.2467041015625}, {"start": 618.36, "end": 618.64, "word": " drawer", "probability": 0.91015625}, {"start": 618.64, "end": 619.08, "word": " layout", "probability": 0.9599609375}, {"start": 619.08, "end": 619.12, "word": " will", "probability": 0.443115234375}, {"start": 619.12, "end": 619.12, "word": " come.", "probability": 0.31103515625}, {"start": 619.16, "end": 619.36, "word": " Here", "probability": 0.432861328125}, {"start": 619.36, "end": 619.48, "word": " it", "probability": 0.27734375}, {"start": 619.48, "end": 619.54, "word": " will", "probability": 0.316650390625}, {"start": 619.54, "end": 619.82, "word": " create", "probability": 0.4619140625}, {"start": 619.82, "end": 619.98, "word": " a", "probability": 0.59033203125}, {"start": 619.98, "end": 620.42, "word": " layout", "probability": 0.8203125}, {"start": 620.42, "end": 621.3, "word": " and", "probability": 0.53857421875}, {"start": 621.3, "end": 621.54, "word": " inside", "probability": 0.552734375}, {"start": 621.54, "end": 621.86, "word": " it", "probability": 0.6533203125}, {"start": 621.86, "end": 622.0, "word": " will", "probability": 0.483642578125}, {"start": 622.0, "end": 622.24, "word": " put", "probability": 0.447265625}, {"start": 622.24, "end": 622.4, "word": " the", "probability": 0.7392578125}, {"start": 622.4, "end": 622.68, "word": " toolbar", "probability": 0.8330078125}, {"start": 622.68, "end": 622.96, "word": " and", "probability": 0.91845703125}, {"start": 622.96, "end": 623.06, "word": " the", "probability": 0.43896484375}, {"start": 623.06, "end": 623.24, "word": " frame", "probability": 0.8115234375}, {"start": 623.24, "end": 623.62, "word": " layout.", "probability": 0.98681640625}, {"start": 624.56, "end": 624.8, "word": " Because", "probability": 0.486572265625}, {"start": 624.8, "end": 624.96, "word": " we", "probability": 0.61376953125}, {"start": 624.96, "end": 625.24, "word": " said", "probability": 0.84228515625}, {"start": 625.24, "end": 625.74, "word": " that", "probability": 0.79833984375}, {"start": 625.74, "end": 625.82, "word": " the", "probability": 0.564453125}, {"start": 625.82, "end": 626.0, "word": " drawer", "probability": 0.95068359375}, {"start": 626.0, "end": 626.26, "word": " layout", "probability": 0.97802734375}, {"start": 626.26, "end": 626.42, "word": " will", "probability": 0.310302734375}, {"start": 626.42, "end": 626.7, "word": " have", "probability": 0.7177734375}, {"start": 626.7, "end": 626.74, "word": " exactly", "probability": 0.290771484375}, {"start": 626.74, "end": 627.2, "word": " two", "probability": 0.74560546875}, {"start": 627.2, "end": 627.2, "word": " things.", "probability": 0.370361328125}, {"start": 628.2, "end": 628.34, "word": " You", "probability": 0.54150390625}, {"start": 628.34, "end": 628.58, "word": " can't", "probability": 0.665283203125}, {"start": 628.58, "end": 628.72, "word": " put", "probability": 0.83056640625}, {"start": 628.72, "end": 629.2, "word": " three", "probability": 0.85205078125}, {"start": 629.2, "end": 629.24, "word": " things", "probability": 0.59912109375}, {"start": 629.24, "end": 629.24, "word": " in", "probability": 0.501953125}, {"start": 629.24, "end": 629.24, "word": " it.", "probability": 0.86474609375}], "temperature": 1.0}, {"id": 24, "seek": 65880, "start": 630.08, "end": 658.8, "text": " If you put the toolbar on the left and right, it becomes three So to do it right, you put layout like constraint or linear You put the toolbar and under it, the frame layout They fill the screen And the navigation view is the second part Do you understand this idea guys? Because I don't understand Yes, here I want to put the toolbar outside So I want to put it in front of what? In front of the lower layout Dodge here, I write what?", "tokens": [759, 291, 829, 264, 47715, 322, 264, 1411, 293, 558, 11, 309, 3643, 1045, 407, 281, 360, 309, 558, 11, 291, 829, 13333, 411, 25534, 420, 8213, 509, 829, 264, 47715, 293, 833, 309, 11, 264, 3920, 13333, 814, 2836, 264, 2568, 400, 264, 17346, 1910, 307, 264, 1150, 644, 1144, 291, 1223, 341, 1558, 1074, 30, 1436, 286, 500, 380, 1223, 1079, 11, 510, 286, 528, 281, 829, 264, 47715, 2380, 407, 286, 528, 281, 829, 309, 294, 1868, 295, 437, 30, 682, 1868, 295, 264, 3126, 13333, 41883, 510, 11, 286, 2464, 437, 30], "avg_logprob": -0.5824742464675117, "compression_ratio": 1.8091286307053942, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 630.08, "end": 630.34, "word": " If", "probability": 0.541015625}, {"start": 630.34, "end": 630.54, "word": " you", "probability": 0.9140625}, {"start": 630.54, "end": 630.76, "word": " put", "probability": 0.4580078125}, {"start": 630.76, "end": 630.9, "word": " the", "probability": 0.145263671875}, {"start": 630.9, "end": 631.14, "word": " toolbar", "probability": 0.84423828125}, {"start": 631.14, "end": 631.34, "word": " on", "probability": 0.302490234375}, {"start": 631.34, "end": 631.46, "word": " the", "probability": 0.447998046875}, {"start": 631.46, "end": 631.62, "word": " left", "probability": 0.69287109375}, {"start": 631.62, "end": 631.76, "word": " and", "probability": 0.73193359375}, {"start": 631.76, "end": 631.76, "word": " right,", "probability": 0.64306640625}, {"start": 631.76, "end": 631.78, "word": " it", "probability": 0.1990966796875}, {"start": 631.78, "end": 631.78, "word": " becomes", "probability": 0.21337890625}, {"start": 631.78, "end": 632.16, "word": " three", "probability": 0.46875}, {"start": 632.16, "end": 633.36, "word": " So", "probability": 0.1689453125}, {"start": 633.36, "end": 633.98, "word": " to", "probability": 0.4326171875}, {"start": 633.98, "end": 634.22, "word": " do", "probability": 0.50439453125}, {"start": 634.22, "end": 634.58, "word": " it", "probability": 0.65966796875}, {"start": 634.58, "end": 634.58, "word": " right,", "probability": 0.40234375}, {"start": 634.68, "end": 634.84, "word": " you", "probability": 0.4677734375}, {"start": 634.84, "end": 635.08, "word": " put", "probability": 0.3857421875}, {"start": 635.08, "end": 635.48, "word": " layout", "probability": 0.480224609375}, {"start": 635.48, "end": 635.82, "word": " like", "probability": 0.274658203125}, {"start": 635.82, "end": 636.46, "word": " constraint", "probability": 0.72314453125}, {"start": 636.46, "end": 636.64, "word": " or", "probability": 0.8662109375}, {"start": 636.64, "end": 637.06, "word": " linear", "probability": 0.93310546875}, {"start": 637.06, "end": 637.62, "word": " You", "probability": 0.220947265625}, {"start": 637.62, "end": 637.92, "word": " put", "probability": 0.7763671875}, {"start": 637.92, "end": 638.28, "word": " the", "probability": 0.4296875}, {"start": 638.28, "end": 638.58, "word": " toolbar", "probability": 0.9345703125}, {"start": 638.58, "end": 638.8, "word": " and", "probability": 0.45703125}, {"start": 638.8, "end": 639.0, "word": " under", "probability": 0.263671875}, {"start": 639.0, "end": 639.46, "word": " it,", "probability": 0.77880859375}, {"start": 639.82, "end": 639.96, "word": " the", "probability": 0.61962890625}, {"start": 639.96, "end": 640.2, "word": " frame", "probability": 0.826171875}, {"start": 640.2, "end": 640.54, "word": " layout", "probability": 0.9833984375}, {"start": 640.54, "end": 641.48, "word": " They", "probability": 0.2744140625}, {"start": 641.48, "end": 641.78, "word": " fill", "probability": 0.59912109375}, {"start": 641.78, "end": 641.94, "word": " the", "probability": 0.56787109375}, {"start": 641.94, "end": 642.2, "word": " screen", "probability": 0.80517578125}, {"start": 642.2, "end": 643.44, "word": " And", "probability": 0.724609375}, {"start": 643.44, "end": 643.92, "word": " the", "probability": 0.397216796875}, {"start": 643.92, "end": 644.2, "word": " navigation", "probability": 0.87890625}, {"start": 644.2, "end": 644.72, "word": " view", "probability": 0.880859375}, {"start": 644.72, "end": 645.04, "word": " is", "probability": 0.576171875}, {"start": 645.04, "end": 645.18, "word": " the", "probability": 0.837890625}, {"start": 645.18, "end": 645.68, "word": " second", "probability": 0.53173828125}, {"start": 645.68, "end": 645.74, "word": " part", "probability": 0.828125}, {"start": 645.74, "end": 646.88, "word": " Do", "probability": 0.19580078125}, {"start": 646.88, "end": 646.9, "word": " you", "probability": 0.9365234375}, {"start": 646.9, "end": 647.12, "word": " understand", "probability": 0.388427734375}, {"start": 647.12, "end": 647.36, "word": " this", "probability": 0.78466796875}, {"start": 647.36, "end": 647.6, "word": " idea", "probability": 0.7373046875}, {"start": 647.6, "end": 648.08, "word": " guys?", "probability": 0.4677734375}, {"start": 648.6, "end": 648.8, "word": " Because", "probability": 0.71337890625}, {"start": 648.8, "end": 649.14, "word": " I", "probability": 0.80126953125}, {"start": 649.14, "end": 649.48, "word": " don't", "probability": 0.56494140625}, {"start": 649.48, "end": 650.06, "word": " understand", "probability": 0.5556640625}, {"start": 650.06, "end": 650.76, "word": " Yes,", "probability": 0.12646484375}, {"start": 651.1, "end": 651.24, "word": " here", "probability": 0.474365234375}, {"start": 651.24, "end": 651.32, "word": " I", "probability": 0.9033203125}, {"start": 651.32, "end": 651.46, "word": " want", "probability": 0.720703125}, {"start": 651.46, "end": 651.52, "word": " to", "probability": 0.95654296875}, {"start": 651.52, "end": 651.66, "word": " put", "probability": 0.892578125}, {"start": 651.66, "end": 651.8, "word": " the", "probability": 0.658203125}, {"start": 651.8, "end": 652.1, "word": " toolbar", "probability": 0.92578125}, {"start": 652.1, "end": 653.16, "word": " outside", "probability": 0.55908203125}, {"start": 653.16, "end": 653.94, "word": " So", "probability": 0.59228515625}, {"start": 653.94, "end": 654.04, "word": " I", "probability": 0.58203125}, {"start": 654.04, "end": 654.16, "word": " want", "probability": 0.480712890625}, {"start": 654.16, "end": 654.2, "word": " to", "probability": 0.9423828125}, {"start": 654.2, "end": 654.34, "word": " put", "probability": 0.88720703125}, {"start": 654.34, "end": 654.48, "word": " it", "probability": 0.8974609375}, {"start": 654.48, "end": 654.52, "word": " in", "probability": 0.140380859375}, {"start": 654.52, "end": 654.64, "word": " front", "probability": 0.91796875}, {"start": 654.64, "end": 654.72, "word": " of", "probability": 0.95751953125}, {"start": 654.72, "end": 654.94, "word": " what?", "probability": 0.35205078125}, {"start": 655.68, "end": 656.12, "word": " In", "probability": 0.6064453125}, {"start": 656.12, "end": 656.3, "word": " front", "probability": 0.962890625}, {"start": 656.3, "end": 656.44, "word": " of", "probability": 0.9697265625}, {"start": 656.44, "end": 656.5, "word": " the", "probability": 0.814453125}, {"start": 656.5, "end": 656.74, "word": " lower", "probability": 0.265380859375}, {"start": 656.74, "end": 657.14, "word": " layout", "probability": 0.97705078125}, {"start": 657.14, "end": 657.72, "word": " Dodge", "probability": 0.1837158203125}, {"start": 657.72, "end": 658.02, "word": " here,", "probability": 0.73828125}, {"start": 658.18, "end": 658.28, "word": " I", "probability": 0.50927734375}, {"start": 658.28, "end": 658.48, "word": " write", "probability": 0.7578125}, {"start": 658.48, "end": 658.8, "word": " what?", "probability": 0.65380859375}], "temperature": 1.0}, {"id": 25, "seek": 67485, "start": 663.21, "end": 674.85, "text": " I'm again constrained, I'm going to put 0db to tell it to top of parent", "tokens": [286, 478, 797, 38901, 11, 286, 478, 516, 281, 829, 1958, 67, 65, 281, 980, 309, 281, 1192, 295, 2596], "avg_logprob": -0.7589285714285714, "compression_ratio": 1.0434782608695652, "no_speech_prob": 7.569789886474609e-06, "words": [{"start": 663.2099999999999, "end": 664.03, "word": " I'm", "probability": 0.142852783203125}, {"start": 664.03, "end": 664.27, "word": " again", "probability": 0.3310546875}, {"start": 664.27, "end": 664.99, "word": " constrained,", "probability": 0.5849609375}, {"start": 665.63, "end": 665.83, "word": " I'm", "probability": 0.42413330078125}, {"start": 665.83, "end": 665.85, "word": " going", "probability": 0.7119140625}, {"start": 665.85, "end": 665.87, "word": " to", "probability": 0.96484375}, {"start": 665.87, "end": 666.19, "word": " put", "probability": 0.440673828125}, {"start": 666.19, "end": 668.85, "word": " 0db", "probability": 0.6904296875}, {"start": 668.85, "end": 669.07, "word": " to", "probability": 0.52001953125}, {"start": 669.07, "end": 669.45, "word": " tell", "probability": 0.37890625}, {"start": 669.45, "end": 670.11, "word": " it", "probability": 0.56201171875}, {"start": 670.11, "end": 670.55, "word": " to", "probability": 0.6787109375}, {"start": 670.55, "end": 670.65, "word": " top", "probability": 0.498046875}, {"start": 670.65, "end": 674.29, "word": " of", "probability": 0.75732421875}, {"start": 674.29, "end": 674.85, "word": " parent", "probability": 0.92333984375}], "temperature": 1.0}, {"id": 26, "seek": 71246, "start": 693.16, "end": 712.46, "text": " Give it an id Give it a default attribute AndroidAttribute", "tokens": [5303, 309, 364, 4496, 5303, 309, 257, 7576, 19667, 8853, 38151, 2024, 1169], "avg_logprob": -0.8833705570016589, "compression_ratio": 1.1346153846153846, "no_speech_prob": 0.0, "words": [{"start": 693.16, "end": 693.5, "word": " Give", "probability": 0.28515625}, {"start": 693.5, "end": 693.66, "word": " it", "probability": 0.55322265625}, {"start": 693.66, "end": 695.38, "word": " an", "probability": 0.478271484375}, {"start": 695.38, "end": 696.24, "word": " id", "probability": 0.42626953125}, {"start": 696.24, "end": 700.74, "word": " Give", "probability": 0.04461669921875}, {"start": 700.74, "end": 700.76, "word": " it", "probability": 0.81298828125}, {"start": 700.76, "end": 700.92, "word": " a", "probability": 0.6826171875}, {"start": 700.92, "end": 704.78, "word": " default", "probability": 0.41162109375}, {"start": 704.78, "end": 706.68, "word": " attribute", "probability": 0.2274169921875}, {"start": 706.68, "end": 712.46, "word": " AndroidAttribute", "probability": 0.628173828125}], "temperature": 1.0}, {"id": 27, "seek": 75286, "start": 724.74, "end": 752.86, "text": " background-color-primary for example ok, this is the toolbar now if we change the layout, it will come below the toolbar so now the top is the bottom of toolbar ok, this is the change we made", "tokens": [3678, 12, 23851, 12, 1424, 332, 822, 337, 1365, 3133, 11, 341, 307, 264, 47715, 586, 498, 321, 1319, 264, 13333, 11, 309, 486, 808, 2507, 264, 47715, 370, 586, 264, 1192, 307, 264, 2767, 295, 47715, 3133, 11, 341, 307, 264, 1319, 321, 1027], "avg_logprob": -0.5835597605808921, "compression_ratio": 1.6, "no_speech_prob": 0.0, "words": [{"start": 724.74, "end": 725.38, "word": " background", "probability": 0.324951171875}, {"start": 725.38, "end": 726.02, "word": "-color", "probability": 0.701904296875}, {"start": 726.02, "end": 727.02, "word": "-primary", "probability": 0.8883056640625}, {"start": 727.02, "end": 727.18, "word": " for", "probability": 0.2666015625}, {"start": 727.18, "end": 727.4, "word": " example", "probability": 0.9267578125}, {"start": 727.4, "end": 733.3, "word": " ok,", "probability": 0.1842041015625}, {"start": 733.44, "end": 733.78, "word": " this", "probability": 0.6962890625}, {"start": 733.78, "end": 733.84, "word": " is", "probability": 0.90576171875}, {"start": 733.84, "end": 733.92, "word": " the", "probability": 0.34326171875}, {"start": 733.92, "end": 734.24, "word": " toolbar", "probability": 0.947265625}, {"start": 734.24, "end": 735.58, "word": " now", "probability": 0.2305908203125}, {"start": 735.58, "end": 735.74, "word": " if", "probability": 0.263427734375}, {"start": 735.74, "end": 736.38, "word": " we", "probability": 0.431884765625}, {"start": 736.38, "end": 736.58, "word": " change", "probability": 0.5107421875}, {"start": 736.58, "end": 736.88, "word": " the", "probability": 0.450927734375}, {"start": 736.88, "end": 737.4, "word": " layout,", "probability": 0.71875}, {"start": 737.4, "end": 737.54, "word": " it", "probability": 0.48779296875}, {"start": 737.54, "end": 737.62, "word": " will", "probability": 0.68994140625}, {"start": 737.62, "end": 737.74, "word": " come", "probability": 0.338623046875}, {"start": 737.74, "end": 738.12, "word": " below", "probability": 0.2432861328125}, {"start": 738.12, "end": 738.96, "word": " the", "probability": 0.61083984375}, {"start": 738.96, "end": 739.28, "word": " toolbar", "probability": 0.91015625}, {"start": 739.28, "end": 739.82, "word": " so", "probability": 0.5048828125}, {"start": 739.82, "end": 740.04, "word": " now", "probability": 0.71728515625}, {"start": 740.04, "end": 740.2, "word": " the", "probability": 0.53759765625}, {"start": 740.2, "end": 740.4, "word": " top", "probability": 0.88232421875}, {"start": 740.4, "end": 740.86, "word": " is", "probability": 0.284912109375}, {"start": 740.86, "end": 742.1, "word": " the", "probability": 0.287353515625}, {"start": 742.1, "end": 742.44, "word": " bottom", "probability": 0.58740234375}, {"start": 742.44, "end": 743.94, "word": " of", "probability": 0.91357421875}, {"start": 743.94, "end": 746.0, "word": " toolbar", "probability": 0.62646484375}, {"start": 746.0, "end": 750.52, "word": " ok,", "probability": 0.80126953125}, {"start": 750.7, "end": 750.92, "word": " this", "probability": 0.495361328125}, {"start": 750.92, "end": 751.1, "word": " is", "probability": 0.89013671875}, {"start": 751.1, "end": 751.2, "word": " the", "probability": 0.7568359375}, {"start": 751.2, "end": 751.52, "word": " change", "probability": 0.82958984375}, {"start": 751.52, "end": 752.66, "word": " we", "probability": 0.607421875}, {"start": 752.66, "end": 752.86, "word": " made", "probability": 0.58203125}], "temperature": 1.0}, {"id": 28, "seek": 78541, "start": 758.33, "end": 785.41, "text": " Now, before we start working, we need to activate the toolbar How to activate it? In the main activity, now I need to get toolbar You say find view by id r.id.toolbar then set support action bar", "tokens": [823, 11, 949, 321, 722, 1364, 11, 321, 643, 281, 13615, 264, 47715, 1012, 281, 13615, 309, 30, 682, 264, 2135, 5191, 11, 586, 286, 643, 281, 483, 47715, 509, 584, 915, 1910, 538, 4496, 367, 13, 327, 13, 83, 1092, 5356, 550, 992, 1406, 3069, 2159], "avg_logprob": -0.5208333296080431, "compression_ratio": 1.455223880597015, "no_speech_prob": 0.0, "words": [{"start": 758.33, "end": 758.69, "word": " Now,", "probability": 0.2373046875}, {"start": 758.79, "end": 758.89, "word": " before", "probability": 0.66455078125}, {"start": 758.89, "end": 759.05, "word": " we", "probability": 0.2587890625}, {"start": 759.05, "end": 759.23, "word": " start", "probability": 0.53173828125}, {"start": 759.23, "end": 759.49, "word": " working,", "probability": 0.408447265625}, {"start": 759.81, "end": 759.93, "word": " we", "probability": 0.84765625}, {"start": 759.93, "end": 760.09, "word": " need", "probability": 0.7001953125}, {"start": 760.09, "end": 761.31, "word": " to", "probability": 0.490478515625}, {"start": 761.31, "end": 761.91, "word": " activate", "probability": 0.329345703125}, {"start": 761.91, "end": 761.91, "word": " the", "probability": 0.5126953125}, {"start": 761.91, "end": 761.91, "word": " toolbar", "probability": 0.7216796875}, {"start": 761.91, "end": 762.99, "word": " How", "probability": 0.442138671875}, {"start": 762.99, "end": 763.11, "word": " to", "probability": 0.48828125}, {"start": 763.11, "end": 763.37, "word": " activate", "probability": 0.6884765625}, {"start": 763.37, "end": 763.55, "word": " it?", "probability": 0.83740234375}, {"start": 763.81, "end": 764.11, "word": " In", "probability": 0.59033203125}, {"start": 764.11, "end": 764.21, "word": " the", "probability": 0.53515625}, {"start": 764.21, "end": 764.35, "word": " main", "probability": 0.5732421875}, {"start": 764.35, "end": 764.87, "word": " activity,", "probability": 0.89501953125}, {"start": 765.19, "end": 765.49, "word": " now", "probability": 0.413818359375}, {"start": 765.49, "end": 768.57, "word": " I", "probability": 0.69775390625}, {"start": 768.57, "end": 768.71, "word": " need", "probability": 0.3193359375}, {"start": 768.71, "end": 768.81, "word": " to", "probability": 0.93408203125}, {"start": 768.81, "end": 769.01, "word": " get", "probability": 0.349853515625}, {"start": 769.01, "end": 769.75, "word": " toolbar", "probability": 0.458984375}, {"start": 769.75, "end": 776.73, "word": " You", "probability": 0.50146484375}, {"start": 776.73, "end": 777.05, "word": " say", "probability": 0.74951171875}, {"start": 777.05, "end": 777.61, "word": " find", "probability": 0.6513671875}, {"start": 777.61, "end": 778.93, "word": " view", "probability": 0.3984375}, {"start": 778.93, "end": 779.17, "word": " by", "probability": 0.93310546875}, {"start": 779.17, "end": 779.59, "word": " id", "probability": 0.8857421875}, {"start": 779.59, "end": 780.03, "word": " r", "probability": 0.498291015625}, {"start": 780.03, "end": 780.69, "word": ".id", "probability": 0.818603515625}, {"start": 780.69, "end": 781.61, "word": ".toolbar", "probability": 0.8631591796875}, {"start": 781.61, "end": 783.51, "word": " then", "probability": 0.275390625}, {"start": 783.51, "end": 783.89, "word": " set", "probability": 0.89013671875}, {"start": 783.89, "end": 784.51, "word": " support", "probability": 0.89794921875}, {"start": 784.51, "end": 784.99, "word": " action", "probability": 0.94482421875}, {"start": 784.99, "end": 785.41, "word": " bar", "probability": 0.8984375}], "temperature": 1.0}, {"id": 29, "seek": 81400, "start": 786.9, "end": 814.0, "text": " which is the toolbar. Now this toolbar has appeared. It is supposed to show the name of the application. How?", "tokens": [597, 307, 264, 47715, 13, 823, 341, 47715, 575, 8516, 13, 467, 307, 3442, 281, 855, 264, 1315, 295, 264, 3861, 13, 1012, 30], "avg_logprob": -0.5534374809265137, "compression_ratio": 1.2087912087912087, "no_speech_prob": 0.0, "words": [{"start": 786.9, "end": 787.16, "word": " which", "probability": 0.323974609375}, {"start": 787.16, "end": 787.54, "word": " is", "probability": 0.9228515625}, {"start": 787.54, "end": 789.0, "word": " the", "probability": 0.35009765625}, {"start": 789.0, "end": 789.38, "word": " toolbar.", "probability": 0.814453125}, {"start": 797.32, "end": 797.82, "word": " Now", "probability": 0.44287109375}, {"start": 797.82, "end": 798.04, "word": " this", "probability": 0.56640625}, {"start": 798.04, "end": 798.42, "word": " toolbar", "probability": 0.86181640625}, {"start": 798.42, "end": 798.66, "word": " has", "probability": 0.271240234375}, {"start": 798.66, "end": 798.84, "word": " appeared.", "probability": 0.6142578125}, {"start": 806.56, "end": 807.06, "word": " It", "probability": 0.420654296875}, {"start": 807.06, "end": 807.14, "word": " is", "probability": 0.4111328125}, {"start": 807.14, "end": 807.3, "word": " supposed", "probability": 0.8388671875}, {"start": 807.3, "end": 807.38, "word": " to", "probability": 0.96826171875}, {"start": 807.38, "end": 807.58, "word": " show", "probability": 0.24365234375}, {"start": 807.58, "end": 807.66, "word": " the", "probability": 0.82861328125}, {"start": 807.66, "end": 807.78, "word": " name", "probability": 0.6455078125}, {"start": 807.78, "end": 807.9, "word": " of", "probability": 0.96728515625}, {"start": 807.9, "end": 807.94, "word": " the", "probability": 0.8515625}, {"start": 807.94, "end": 808.3, "word": " application.", "probability": 0.65087890625}, {"start": 813.5, "end": 814.0, "word": " How?", "probability": 0.57421875}], "temperature": 1.0}, {"id": 30, "seek": 84133, "start": 815.53, "end": 841.33, "text": " No, he was supposed to say that he took the name in the manifest. Ok, let's go back and see why. No, he showed up. He showed up on the screen. He showed up on the screen. Now, let's connect the toolbar.", "tokens": [883, 11, 415, 390, 3442, 281, 584, 300, 415, 1890, 264, 1315, 294, 264, 10067, 13, 3477, 11, 718, 311, 352, 646, 293, 536, 983, 13, 883, 11, 415, 4712, 493, 13, 634, 4712, 493, 322, 264, 2568, 13, 634, 4712, 493, 322, 264, 2568, 13, 823, 11, 718, 311, 1745, 264, 47715, 13], "avg_logprob": -0.6670454263687133, "compression_ratio": 1.5859375, "no_speech_prob": 0.0, "words": [{"start": 815.53, "end": 815.85, "word": " No,", "probability": 0.333740234375}, {"start": 815.95, "end": 816.05, "word": " he", "probability": 0.239501953125}, {"start": 816.05, "end": 816.11, "word": " was", "probability": 0.37255859375}, {"start": 816.11, "end": 816.33, "word": " supposed", "probability": 0.80322265625}, {"start": 816.33, "end": 816.45, "word": " to", "probability": 0.939453125}, {"start": 816.45, "end": 816.81, "word": " say", "probability": 0.21435546875}, {"start": 816.81, "end": 817.19, "word": " that", "probability": 0.260986328125}, {"start": 817.19, "end": 818.99, "word": " he", "probability": 0.640625}, {"start": 818.99, "end": 819.11, "word": " took", "probability": 0.67431640625}, {"start": 819.11, "end": 819.27, "word": " the", "probability": 0.78857421875}, {"start": 819.27, "end": 819.49, "word": " name", "probability": 0.8515625}, {"start": 819.49, "end": 819.93, "word": " in", "probability": 0.37060546875}, {"start": 819.93, "end": 820.03, "word": " the", "probability": 0.802734375}, {"start": 820.03, "end": 820.35, "word": " manifest.", "probability": 0.7880859375}, {"start": 823.83, "end": 824.29, "word": " Ok,", "probability": 0.344482421875}, {"start": 824.31, "end": 824.47, "word": " let's", "probability": 0.716064453125}, {"start": 824.47, "end": 824.47, "word": " go", "probability": 0.36328125}, {"start": 824.47, "end": 824.59, "word": " back", "probability": 0.8466796875}, {"start": 824.59, "end": 824.69, "word": " and", "probability": 0.689453125}, {"start": 824.69, "end": 824.89, "word": " see", "probability": 0.7880859375}, {"start": 824.89, "end": 825.23, "word": " why.", "probability": 0.85400390625}, {"start": 830.49, "end": 830.95, "word": " No,", "probability": 0.316162109375}, {"start": 831.89, "end": 832.05, "word": " he", "probability": 0.21875}, {"start": 832.05, "end": 832.27, "word": " showed", "probability": 0.203369140625}, {"start": 832.27, "end": 832.41, "word": " up.", "probability": 0.76416015625}, {"start": 833.11, "end": 833.27, "word": " He", "probability": 0.8037109375}, {"start": 833.27, "end": 833.41, "word": " showed", "probability": 0.626953125}, {"start": 833.41, "end": 833.49, "word": " up", "probability": 0.9560546875}, {"start": 833.49, "end": 833.61, "word": " on", "probability": 0.362060546875}, {"start": 833.61, "end": 833.95, "word": " the", "probability": 0.73095703125}, {"start": 833.95, "end": 834.21, "word": " screen.", "probability": 0.061279296875}, {"start": 834.25, "end": 834.39, "word": " He", "probability": 0.361328125}, {"start": 834.39, "end": 834.39, "word": " showed", "probability": 0.41650390625}, {"start": 834.39, "end": 834.39, "word": " up", "probability": 0.947265625}, {"start": 834.39, "end": 834.39, "word": " on", "probability": 0.1036376953125}, {"start": 834.39, "end": 834.69, "word": " the", "probability": 0.70849609375}, {"start": 834.69, "end": 834.93, "word": " screen.", "probability": 0.701171875}, {"start": 836.63, "end": 837.09, "word": " Now,", "probability": 0.195556640625}, {"start": 839.97, "end": 840.55, "word": " let's", "probability": 0.8798828125}, {"start": 840.55, "end": 840.87, "word": " connect", "probability": 0.5185546875}, {"start": 840.87, "end": 841.11, "word": " the", "probability": 0.654296875}, {"start": 841.11, "end": 841.33, "word": " toolbar.", "probability": 0.88916015625}], "temperature": 1.0}, {"id": 31, "seek": 86771, "start": 842.79, "end": 867.71, "text": " In the navigation view So I went to the main activity, to the code Now action bar, which I made like this Now I did not put the tool bar as action bar", "tokens": [682, 264, 17346, 1910, 407, 286, 1437, 281, 264, 2135, 5191, 11, 281, 264, 3089, 823, 3069, 2159, 11, 597, 286, 1027, 411, 341, 823, 286, 630, 406, 829, 264, 2290, 2159, 382, 3069, 2159], "avg_logprob": -0.5269097288449606, "compression_ratio": 1.3727272727272728, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 842.79, "end": 843.09, "word": " In", "probability": 0.29638671875}, {"start": 843.09, "end": 843.45, "word": " the", "probability": 0.39404296875}, {"start": 843.45, "end": 845.23, "word": " navigation", "probability": 0.7646484375}, {"start": 845.23, "end": 845.67, "word": " view", "probability": 0.8427734375}, {"start": 845.67, "end": 846.77, "word": " So", "probability": 0.458251953125}, {"start": 846.77, "end": 847.09, "word": " I", "probability": 0.59521484375}, {"start": 847.09, "end": 847.09, "word": " went", "probability": 0.464111328125}, {"start": 847.09, "end": 847.23, "word": " to", "probability": 0.9267578125}, {"start": 847.23, "end": 847.31, "word": " the", "probability": 0.68798828125}, {"start": 847.31, "end": 847.45, "word": " main", "probability": 0.810546875}, {"start": 847.45, "end": 847.91, "word": " activity,", "probability": 0.93994140625}, {"start": 848.01, "end": 848.07, "word": " to", "probability": 0.54541015625}, {"start": 848.07, "end": 848.15, "word": " the", "probability": 0.7880859375}, {"start": 848.15, "end": 848.53, "word": " code", "probability": 0.9404296875}, {"start": 848.53, "end": 850.75, "word": " Now", "probability": 0.65673828125}, {"start": 850.75, "end": 851.13, "word": " action", "probability": 0.73046875}, {"start": 851.13, "end": 851.55, "word": " bar,", "probability": 0.70166015625}, {"start": 851.65, "end": 851.87, "word": " which", "probability": 0.30859375}, {"start": 851.87, "end": 851.95, "word": " I", "probability": 0.9306640625}, {"start": 851.95, "end": 852.15, "word": " made", "probability": 0.332763671875}, {"start": 852.15, "end": 852.29, "word": " like", "probability": 0.77197265625}, {"start": 852.29, "end": 858.93, "word": " this", "probability": 0.7724609375}, {"start": 858.93, "end": 865.49, "word": " Now", "probability": 0.325927734375}, {"start": 865.49, "end": 866.25, "word": " I", "probability": 0.6552734375}, {"start": 866.25, "end": 866.63, "word": " did", "probability": 0.287353515625}, {"start": 866.63, "end": 866.63, "word": " not", "probability": 0.9228515625}, {"start": 866.63, "end": 866.63, "word": " put", "probability": 0.572265625}, {"start": 866.63, "end": 866.77, "word": " the", "probability": 0.2291259765625}, {"start": 866.77, "end": 866.91, "word": " tool", "probability": 0.83154296875}, {"start": 866.91, "end": 867.11, "word": " bar", "probability": 0.732421875}, {"start": 867.11, "end": 867.21, "word": " as", "probability": 0.22021484375}, {"start": 867.21, "end": 867.43, "word": " action", "probability": 0.73974609375}, {"start": 867.43, "end": 867.71, "word": " bar", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 32, "seek": 88536, "start": 868.54, "end": 885.36, "text": " No, when I brought it, it brought the tool bar, but it wanted to bring some kind of action bar, because there is a method here that we need. It is the same thing, but now the tool bar brought some kind of action bar, because these methods are necessary to show the button.", "tokens": [883, 11, 562, 286, 3038, 309, 11, 309, 3038, 264, 2290, 2159, 11, 457, 309, 1415, 281, 1565, 512, 733, 295, 3069, 2159, 11, 570, 456, 307, 257, 3170, 510, 300, 321, 643, 13, 467, 307, 264, 912, 551, 11, 457, 586, 264, 2290, 2159, 3038, 512, 733, 295, 3069, 2159, 11, 570, 613, 7150, 366, 4818, 281, 855, 264, 2960, 13], "avg_logprob": -0.510912709765964, "compression_ratio": 1.82, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 868.54, "end": 868.78, "word": " No,", "probability": 0.1912841796875}, {"start": 868.88, "end": 868.98, "word": " when", "probability": 0.44921875}, {"start": 868.98, "end": 869.16, "word": " I", "probability": 0.72509765625}, {"start": 869.16, "end": 869.34, "word": " brought", "probability": 0.52734375}, {"start": 869.34, "end": 869.64, "word": " it,", "probability": 0.416259765625}, {"start": 870.16, "end": 870.62, "word": " it", "probability": 0.435302734375}, {"start": 870.62, "end": 870.82, "word": " brought", "probability": 0.7236328125}, {"start": 870.82, "end": 870.98, "word": " the", "probability": 0.355224609375}, {"start": 870.98, "end": 871.1, "word": " tool", "probability": 0.6201171875}, {"start": 871.1, "end": 871.32, "word": " bar,", "probability": 0.86083984375}, {"start": 871.38, "end": 871.52, "word": " but", "probability": 0.880859375}, {"start": 871.52, "end": 871.66, "word": " it", "probability": 0.482666015625}, {"start": 871.66, "end": 871.72, "word": " wanted", "probability": 0.35595703125}, {"start": 871.72, "end": 871.76, "word": " to", "probability": 0.87451171875}, {"start": 871.76, "end": 871.92, "word": " bring", "probability": 0.8818359375}, {"start": 871.92, "end": 872.1, "word": " some", "probability": 0.15234375}, {"start": 872.1, "end": 872.24, "word": " kind", "probability": 0.434814453125}, {"start": 872.24, "end": 872.8, "word": " of", "probability": 0.9677734375}, {"start": 872.8, "end": 873.7, "word": " action", "probability": 0.78564453125}, {"start": 873.7, "end": 873.94, "word": " bar,", "probability": 0.94482421875}, {"start": 873.96, "end": 874.14, "word": " because", "probability": 0.8154296875}, {"start": 874.14, "end": 874.36, "word": " there", "probability": 0.78515625}, {"start": 874.36, "end": 874.36, "word": " is", "probability": 0.607421875}, {"start": 874.36, "end": 874.48, "word": " a", "probability": 0.7490234375}, {"start": 874.48, "end": 874.64, "word": " method", "probability": 0.73046875}, {"start": 874.64, "end": 874.92, "word": " here", "probability": 0.53955078125}, {"start": 874.92, "end": 875.24, "word": " that", "probability": 0.6513671875}, {"start": 875.24, "end": 875.24, "word": " we", "probability": 0.787109375}, {"start": 875.24, "end": 875.48, "word": " need.", "probability": 0.378173828125}, {"start": 876.78, "end": 877.2, "word": " It", "probability": 0.265869140625}, {"start": 877.2, "end": 877.36, "word": " is", "probability": 0.642578125}, {"start": 877.36, "end": 877.6, "word": " the", "probability": 0.452392578125}, {"start": 877.6, "end": 877.74, "word": " same", "probability": 0.77197265625}, {"start": 877.74, "end": 877.94, "word": " thing,", "probability": 0.389404296875}, {"start": 878.22, "end": 878.6, "word": " but", "probability": 0.89794921875}, {"start": 878.6, "end": 878.86, "word": " now", "probability": 0.72412109375}, {"start": 878.86, "end": 879.0, "word": " the", "probability": 0.76025390625}, {"start": 879.0, "end": 879.16, "word": " tool", "probability": 0.943359375}, {"start": 879.16, "end": 879.46, "word": " bar", "probability": 0.92431640625}, {"start": 879.46, "end": 880.42, "word": " brought", "probability": 0.407470703125}, {"start": 880.42, "end": 880.64, "word": " some", "probability": 0.46484375}, {"start": 880.64, "end": 880.76, "word": " kind", "probability": 0.7314453125}, {"start": 880.76, "end": 880.84, "word": " of", "probability": 0.96728515625}, {"start": 880.84, "end": 881.08, "word": " action", "probability": 0.9345703125}, {"start": 881.08, "end": 881.38, "word": " bar,", "probability": 0.95166015625}, {"start": 881.8, "end": 882.06, "word": " because", "probability": 0.865234375}, {"start": 882.06, "end": 882.3, "word": " these", "probability": 0.34228515625}, {"start": 882.3, "end": 884.12, "word": " methods", "probability": 0.75390625}, {"start": 884.12, "end": 884.26, "word": " are", "probability": 0.68212890625}, {"start": 884.26, "end": 884.46, "word": " necessary", "probability": 0.44482421875}, {"start": 884.46, "end": 884.7, "word": " to", "probability": 0.8154296875}, {"start": 884.7, "end": 885.0, "word": " show", "probability": 0.366943359375}, {"start": 885.0, "end": 885.2, "word": " the", "probability": 0.86328125}, {"start": 885.2, "end": 885.36, "word": " button.", "probability": 0.71728515625}], "temperature": 1.0}, {"id": 33, "seek": 91526, "start": 886.36, "end": 915.26, "text": " there is a home button on the left that is hidden by default to show it there are two methods that I have to execute which is set display home as up enabled true and action bar this is for the icon set home as up indicator which is its image are.drawable", "tokens": [456, 307, 257, 1280, 2960, 322, 264, 1411, 300, 307, 7633, 538, 7576, 281, 855, 309, 456, 366, 732, 7150, 300, 286, 362, 281, 14483, 597, 307, 992, 4674, 1280, 382, 493, 15172, 2074, 293, 3069, 2159, 341, 307, 337, 264, 6528, 992, 1280, 382, 493, 16961, 597, 307, 1080, 3256, 366, 13, 48848, 712], "avg_logprob": -0.4787946545651981, "compression_ratio": 1.6139240506329113, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 886.3599999999999, "end": 886.92, "word": " there", "probability": 0.195556640625}, {"start": 886.92, "end": 887.0, "word": " is", "probability": 0.83544921875}, {"start": 887.0, "end": 887.28, "word": " a", "probability": 0.724609375}, {"start": 887.28, "end": 887.52, "word": " home", "probability": 0.372314453125}, {"start": 887.52, "end": 887.78, "word": " button", "probability": 0.818359375}, {"start": 887.78, "end": 888.66, "word": " on", "probability": 0.33349609375}, {"start": 888.66, "end": 888.84, "word": " the", "probability": 0.7646484375}, {"start": 888.84, "end": 888.94, "word": " left", "probability": 0.83642578125}, {"start": 888.94, "end": 889.14, "word": " that", "probability": 0.2440185546875}, {"start": 889.14, "end": 889.36, "word": " is", "probability": 0.498779296875}, {"start": 889.36, "end": 889.62, "word": " hidden", "probability": 0.701171875}, {"start": 889.62, "end": 889.82, "word": " by", "probability": 0.8720703125}, {"start": 889.82, "end": 890.22, "word": " default", "probability": 0.9736328125}, {"start": 890.22, "end": 891.0, "word": " to", "probability": 0.412109375}, {"start": 891.0, "end": 891.38, "word": " show", "probability": 0.73486328125}, {"start": 891.38, "end": 891.52, "word": " it", "probability": 0.55322265625}, {"start": 891.52, "end": 891.76, "word": " there", "probability": 0.358154296875}, {"start": 891.76, "end": 891.78, "word": " are", "probability": 0.833984375}, {"start": 891.78, "end": 891.96, "word": " two", "probability": 0.7392578125}, {"start": 891.96, "end": 892.18, "word": " methods", "probability": 0.71337890625}, {"start": 892.18, "end": 892.32, "word": " that", "probability": 0.51953125}, {"start": 892.32, "end": 892.38, "word": " I", "probability": 0.65283203125}, {"start": 892.38, "end": 892.46, "word": " have", "probability": 0.397705078125}, {"start": 892.46, "end": 892.54, "word": " to", "probability": 0.96630859375}, {"start": 892.54, "end": 892.86, "word": " execute", "probability": 0.2763671875}, {"start": 892.86, "end": 893.92, "word": " which", "probability": 0.50244140625}, {"start": 893.92, "end": 894.24, "word": " is", "probability": 0.46142578125}, {"start": 894.24, "end": 894.92, "word": " set", "probability": 0.80712890625}, {"start": 894.92, "end": 897.3, "word": " display", "probability": 0.3212890625}, {"start": 897.3, "end": 897.66, "word": " home", "probability": 0.69921875}, {"start": 897.66, "end": 897.98, "word": " as", "probability": 0.943359375}, {"start": 897.98, "end": 898.22, "word": " up", "probability": 0.77783203125}, {"start": 898.22, "end": 898.78, "word": " enabled", "probability": 0.8447265625}, {"start": 898.78, "end": 899.76, "word": " true", "probability": 0.748046875}, {"start": 899.76, "end": 901.98, "word": " and", "probability": 0.6103515625}, {"start": 901.98, "end": 902.3, "word": " action", "probability": 0.9091796875}, {"start": 902.3, "end": 902.74, "word": " bar", "probability": 0.8330078125}, {"start": 902.74, "end": 903.82, "word": " this", "probability": 0.236328125}, {"start": 903.82, "end": 903.88, "word": " is", "probability": 0.72119140625}, {"start": 903.88, "end": 904.04, "word": " for", "probability": 0.5078125}, {"start": 904.04, "end": 904.2, "word": " the", "probability": 0.7734375}, {"start": 904.2, "end": 904.62, "word": " icon", "probability": 0.91845703125}, {"start": 904.62, "end": 905.78, "word": " set", "probability": 0.7294921875}, {"start": 905.78, "end": 910.18, "word": " home", "probability": 0.58642578125}, {"start": 910.18, "end": 910.48, "word": " as", "probability": 0.94384765625}, {"start": 910.48, "end": 910.74, "word": " up", "probability": 0.96240234375}, {"start": 910.74, "end": 911.4, "word": " indicator", "probability": 0.95947265625}, {"start": 911.4, "end": 911.7, "word": " which", "probability": 0.72509765625}, {"start": 911.7, "end": 911.82, "word": " is", "probability": 0.90478515625}, {"start": 911.82, "end": 911.92, "word": " its", "probability": 0.283203125}, {"start": 911.92, "end": 912.2, "word": " image", "probability": 0.49853515625}, {"start": 912.2, "end": 914.32, "word": " are", "probability": 0.49365234375}, {"start": 914.32, "end": 915.26, "word": ".drawable", "probability": 0.7615559895833334}], "temperature": 1.0}, {"id": 34, "seek": 94469, "start": 917.19, "end": 944.69, "text": " I choose the picture that I want and it will show up. You see these three lines? I get the picture from android.icmenu I don't know which one is which. The important thing is that it is anything. This is icview. These are the third line.", "tokens": [286, 2826, 264, 3036, 300, 286, 528, 293, 309, 486, 855, 493, 13, 509, 536, 613, 1045, 3876, 30, 286, 483, 264, 3036, 490, 36157, 13, 299, 2558, 84, 286, 500, 380, 458, 597, 472, 307, 597, 13, 440, 1021, 551, 307, 300, 309, 307, 1340, 13, 639, 307, 4376, 1759, 13, 1981, 366, 264, 2636, 1622, 13], "avg_logprob": -0.8564618724887654, "compression_ratio": 1.5256410256410255, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 917.19, "end": 917.51, "word": " I", "probability": 0.1680908203125}, {"start": 917.51, "end": 917.87, "word": " choose", "probability": 0.34619140625}, {"start": 917.87, "end": 918.09, "word": " the", "probability": 0.61669921875}, {"start": 918.09, "end": 918.27, "word": " picture", "probability": 0.28515625}, {"start": 918.27, "end": 918.39, "word": " that", "probability": 0.292236328125}, {"start": 918.39, "end": 918.63, "word": " I", "probability": 0.5048828125}, {"start": 918.63, "end": 918.63, "word": " want", "probability": 0.74169921875}, {"start": 918.63, "end": 918.73, "word": " and", "probability": 0.0955810546875}, {"start": 918.73, "end": 918.87, "word": " it", "probability": 0.294921875}, {"start": 918.87, "end": 918.87, "word": " will", "probability": 0.4599609375}, {"start": 918.87, "end": 919.03, "word": " show", "probability": 0.194580078125}, {"start": 919.03, "end": 919.09, "word": " up.", "probability": 0.58056640625}, {"start": 919.09, "end": 919.17, "word": " You", "probability": 0.212646484375}, {"start": 919.17, "end": 919.29, "word": " see", "probability": 0.6201171875}, {"start": 919.29, "end": 919.49, "word": " these", "probability": 0.38671875}, {"start": 919.49, "end": 919.67, "word": " three", "probability": 0.6630859375}, {"start": 919.67, "end": 919.97, "word": " lines?", "probability": 0.08367919921875}, {"start": 920.89, "end": 921.21, "word": " I", "probability": 0.34716796875}, {"start": 921.21, "end": 922.29, "word": " get", "probability": 0.16064453125}, {"start": 922.29, "end": 922.41, "word": " the", "probability": 0.60791015625}, {"start": 922.41, "end": 922.59, "word": " picture", "probability": 0.7216796875}, {"start": 922.59, "end": 922.71, "word": " from", "probability": 0.6904296875}, {"start": 922.71, "end": 923.37, "word": " android", "probability": 0.427001953125}, {"start": 923.37, "end": 929.05, "word": ".icmenu", "probability": 0.446685791015625}, {"start": 929.05, "end": 932.11, "word": " I", "probability": 0.3623046875}, {"start": 932.11, "end": 932.39, "word": " don't", "probability": 0.836181640625}, {"start": 932.39, "end": 932.69, "word": " know", "probability": 0.88720703125}, {"start": 932.69, "end": 932.89, "word": " which", "probability": 0.529296875}, {"start": 932.89, "end": 933.15, "word": " one", "probability": 0.72021484375}, {"start": 933.15, "end": 933.27, "word": " is", "probability": 0.2109375}, {"start": 933.27, "end": 934.75, "word": " which.", "probability": 0.2442626953125}, {"start": 938.11, "end": 938.31, "word": " The", "probability": 0.10919189453125}, {"start": 938.31, "end": 938.49, "word": " important", "probability": 0.56591796875}, {"start": 938.49, "end": 938.51, "word": " thing", "probability": 0.6728515625}, {"start": 938.51, "end": 938.71, "word": " is", "probability": 0.88818359375}, {"start": 938.71, "end": 938.79, "word": " that", "probability": 0.290283203125}, {"start": 938.79, "end": 938.79, "word": " it", "probability": 0.405517578125}, {"start": 938.79, "end": 938.79, "word": " is", "probability": 0.365478515625}, {"start": 938.79, "end": 939.11, "word": " anything.", "probability": 0.307373046875}, {"start": 939.45, "end": 939.69, "word": " This", "probability": 0.391845703125}, {"start": 939.69, "end": 939.71, "word": " is", "probability": 0.82177734375}, {"start": 939.71, "end": 940.59, "word": " icview.", "probability": 0.72119140625}, {"start": 941.67, "end": 942.09, "word": " These", "probability": 0.1788330078125}, {"start": 942.09, "end": 943.95, "word": " are", "probability": 0.85693359375}, {"start": 943.95, "end": 944.07, "word": " the", "probability": 0.78515625}, {"start": 944.07, "end": 944.27, "word": " third", "probability": 0.59814453125}, {"start": 944.27, "end": 944.69, "word": " line.", "probability": 0.5927734375}], "temperature": 1.0}, {"id": 35, "seek": 96302, "start": 946.22, "end": 963.02, "text": " to activate the home button or to show that we haven't done action yet and there is no action on it. So make sure that it should come up. It came up. Yes, it came up to work. This is the button.", "tokens": [281, 13615, 264, 1280, 2960, 420, 281, 855, 300, 321, 2378, 380, 1096, 3069, 1939, 293, 456, 307, 572, 3069, 322, 309, 13, 407, 652, 988, 300, 309, 820, 808, 493, 13, 467, 1361, 493, 13, 1079, 11, 309, 1361, 493, 281, 589, 13, 639, 307, 264, 2960, 13], "avg_logprob": -0.6856249797344208, "compression_ratio": 1.455223880597015, "no_speech_prob": 8.106231689453125e-06, "words": [{"start": 946.22, "end": 946.62, "word": " to", "probability": 0.0538330078125}, {"start": 946.62, "end": 947.02, "word": " activate", "probability": 0.5048828125}, {"start": 947.02, "end": 947.18, "word": " the", "probability": 0.400634765625}, {"start": 947.18, "end": 947.62, "word": " home", "probability": 0.34228515625}, {"start": 947.62, "end": 947.64, "word": " button", "probability": 0.8505859375}, {"start": 947.64, "end": 948.16, "word": " or", "probability": 0.344482421875}, {"start": 948.16, "end": 948.3, "word": " to", "probability": 0.3095703125}, {"start": 948.3, "end": 948.48, "word": " show", "probability": 0.484130859375}, {"start": 948.48, "end": 948.68, "word": " that", "probability": 0.4853515625}, {"start": 948.68, "end": 949.26, "word": " we", "probability": 0.4375}, {"start": 949.26, "end": 949.56, "word": " haven't", "probability": 0.657958984375}, {"start": 949.56, "end": 949.76, "word": " done", "probability": 0.407958984375}, {"start": 949.76, "end": 950.38, "word": " action", "probability": 0.39404296875}, {"start": 950.38, "end": 950.58, "word": " yet", "probability": 0.41162109375}, {"start": 950.58, "end": 950.96, "word": " and", "probability": 0.50244140625}, {"start": 950.96, "end": 951.02, "word": " there", "probability": 0.6962890625}, {"start": 951.02, "end": 951.08, "word": " is", "probability": 0.5888671875}, {"start": 951.08, "end": 951.18, "word": " no", "probability": 0.89892578125}, {"start": 951.18, "end": 951.42, "word": " action", "probability": 0.93310546875}, {"start": 951.42, "end": 951.64, "word": " on", "probability": 0.408447265625}, {"start": 951.64, "end": 951.94, "word": " it.", "probability": 0.82177734375}, {"start": 953.98, "end": 954.14, "word": " So", "probability": 0.386474609375}, {"start": 954.14, "end": 954.32, "word": " make", "probability": 0.269287109375}, {"start": 954.32, "end": 954.68, "word": " sure", "probability": 0.93701171875}, {"start": 954.68, "end": 954.82, "word": " that", "probability": 0.50732421875}, {"start": 954.82, "end": 954.94, "word": " it", "probability": 0.45703125}, {"start": 954.94, "end": 955.26, "word": " should", "probability": 0.38330078125}, {"start": 955.26, "end": 955.52, "word": " come", "probability": 0.308349609375}, {"start": 955.52, "end": 955.56, "word": " up.", "probability": 0.6484375}, {"start": 955.7, "end": 955.7, "word": " It", "probability": 0.43505859375}, {"start": 955.7, "end": 955.9, "word": " came", "probability": 0.615234375}, {"start": 955.9, "end": 960.92, "word": " up.", "probability": 0.66943359375}, {"start": 961.4, "end": 961.8, "word": " Yes,", "probability": 0.56982421875}, {"start": 961.88, "end": 962.16, "word": " it", "probability": 0.87451171875}, {"start": 962.16, "end": 962.16, "word": " came", "probability": 0.50146484375}, {"start": 962.16, "end": 962.16, "word": " up", "probability": 0.7353515625}, {"start": 962.16, "end": 962.24, "word": " to", "probability": 0.471923828125}, {"start": 962.24, "end": 962.46, "word": " work.", "probability": 0.88525390625}, {"start": 962.58, "end": 962.72, "word": " This", "probability": 0.26171875}, {"start": 962.72, "end": 962.88, "word": " is", "probability": 0.8857421875}, {"start": 962.88, "end": 962.88, "word": " the", "probability": 0.90087890625}, {"start": 962.88, "end": 963.02, "word": " button.", "probability": 0.435546875}], "temperature": 1.0}, {"id": 36, "seek": 98378, "start": 971.52, "end": 983.78, "text": " The important thing is that it shows that this is the button. See this one here? Yes, this is the button. So, the gate shows us to connect this button to what? To the toolbar. So, when we click on the button, it shows us to connect to the toolbar.", "tokens": [440, 1021, 551, 307, 300, 309, 3110, 300, 341, 307, 264, 2960, 13, 3008, 341, 472, 510, 30, 1079, 11, 341, 307, 264, 2960, 13, 407, 11, 264, 8539, 3110, 505, 281, 1745, 341, 2960, 281, 437, 30, 1407, 264, 47715, 13, 407, 11, 562, 321, 2052, 322, 264, 2960, 11, 309, 3110, 505, 281, 1745, 281, 264, 47715, 13], "avg_logprob": -0.7100409953320612, "compression_ratio": 1.8507462686567164, "no_speech_prob": 1.7404556274414062e-05, "words": [{"start": 971.52, "end": 971.9, "word": " The", "probability": 0.037628173828125}, {"start": 971.9, "end": 972.04, "word": " important", "probability": 0.32373046875}, {"start": 972.04, "end": 972.98, "word": " thing", "probability": 0.7333984375}, {"start": 972.98, "end": 973.06, "word": " is", "probability": 0.6748046875}, {"start": 973.06, "end": 973.08, "word": " that", "probability": 0.34716796875}, {"start": 973.08, "end": 973.1, "word": " it", "probability": 0.2237548828125}, {"start": 973.1, "end": 973.34, "word": " shows", "probability": 0.1920166015625}, {"start": 973.34, "end": 973.5, "word": " that", "probability": 0.339111328125}, {"start": 973.5, "end": 973.6, "word": " this", "probability": 0.6015625}, {"start": 973.6, "end": 973.62, "word": " is", "probability": 0.75390625}, {"start": 973.62, "end": 973.72, "word": " the", "probability": 0.4033203125}, {"start": 973.72, "end": 973.88, "word": " button.", "probability": 0.6376953125}, {"start": 974.02, "end": 974.2, "word": " See", "probability": 0.1396484375}, {"start": 974.2, "end": 974.48, "word": " this", "probability": 0.62890625}, {"start": 974.48, "end": 974.6, "word": " one", "probability": 0.269775390625}, {"start": 974.6, "end": 974.84, "word": " here?", "probability": 0.576171875}, {"start": 975.74, "end": 975.96, "word": " Yes,", "probability": 0.51611328125}, {"start": 975.98, "end": 976.18, "word": " this", "probability": 0.71240234375}, {"start": 976.18, "end": 976.26, "word": " is", "probability": 0.89599609375}, {"start": 976.26, "end": 976.58, "word": " the", "probability": 0.87451171875}, {"start": 976.58, "end": 976.58, "word": " button.", "probability": 0.84326171875}, {"start": 977.04, "end": 977.16, "word": " So,", "probability": 0.5693359375}, {"start": 977.26, "end": 977.28, "word": " the", "probability": 0.351318359375}, {"start": 977.28, "end": 977.54, "word": " gate", "probability": 0.295166015625}, {"start": 977.54, "end": 977.96, "word": " shows", "probability": 0.1517333984375}, {"start": 977.96, "end": 978.28, "word": " us", "probability": 0.47607421875}, {"start": 978.28, "end": 978.5, "word": " to", "probability": 0.37451171875}, {"start": 978.5, "end": 978.72, "word": " connect", "probability": 0.70458984375}, {"start": 978.72, "end": 978.98, "word": " this", "probability": 0.82958984375}, {"start": 978.98, "end": 979.22, "word": " button", "probability": 0.81201171875}, {"start": 979.22, "end": 979.6, "word": " to", "probability": 0.6396484375}, {"start": 979.6, "end": 979.86, "word": " what?", "probability": 0.57763671875}, {"start": 980.48, "end": 980.86, "word": " To", "probability": 0.49658203125}, {"start": 980.86, "end": 981.46, "word": " the", "probability": 0.87451171875}, {"start": 981.46, "end": 981.82, "word": " toolbar.", "probability": 0.6630859375}, {"start": 982.0, "end": 982.12, "word": " So,", "probability": 0.56103515625}, {"start": 982.24, "end": 982.3, "word": " when", "probability": 0.82080078125}, {"start": 982.3, "end": 982.44, "word": " we", "probability": 0.63818359375}, {"start": 982.44, "end": 982.6, "word": " click", "probability": 0.468505859375}, {"start": 982.6, "end": 982.8, "word": " on", "probability": 0.8662109375}, {"start": 982.8, "end": 982.9, "word": " the", "probability": 0.79443359375}, {"start": 982.9, "end": 983.1, "word": " button,", "probability": 0.8212890625}, {"start": 983.34, "end": 983.6, "word": " it", "probability": 0.34228515625}, {"start": 983.6, "end": 983.74, "word": " shows", "probability": 0.436279296875}, {"start": 983.74, "end": 983.74, "word": " us", "probability": 0.5576171875}, {"start": 983.74, "end": 983.74, "word": " to", "probability": 0.2137451171875}, {"start": 983.74, "end": 983.78, "word": " connect", "probability": 0.495361328125}, {"start": 983.78, "end": 983.78, "word": " to", "probability": 0.26611328125}, {"start": 983.78, "end": 983.78, "word": " the", "probability": 0.5244140625}, {"start": 983.78, "end": 983.78, "word": " toolbar.", "probability": 0.783203125}], "temperature": 1.0}, {"id": 37, "seek": 100758, "start": 984.2, "end": 1007.58, "text": " Now, how can I get the action of this button? Like the menu. Do you remember the menu? What is the action of the menu? How can we get it? C2, of course. C2. How can we get the action of the menu? Because when he presses any button in the menu, it turns on a callback from above. It's called on options item selected. Right or wrong? You didn't memorize it. I memorized it.", "tokens": [823, 11, 577, 393, 286, 483, 264, 3069, 295, 341, 2960, 30, 1743, 264, 6510, 13, 1144, 291, 1604, 264, 6510, 30, 708, 307, 264, 3069, 295, 264, 6510, 30, 1012, 393, 321, 483, 309, 30, 383, 17, 11, 295, 1164, 13, 383, 17, 13, 1012, 393, 321, 483, 264, 3069, 295, 264, 6510, 30, 1436, 562, 415, 40892, 604, 2960, 294, 264, 6510, 11, 309, 4523, 322, 257, 818, 3207, 490, 3673, 13, 467, 311, 1219, 322, 3956, 3174, 8209, 13, 1779, 420, 2085, 30, 509, 994, 380, 27478, 309, 13, 286, 46677, 309, 13], "avg_logprob": -0.47841494845360827, "compression_ratio": 1.7031963470319635, "no_speech_prob": 0.0, "words": [{"start": 984.2, "end": 984.6, "word": " Now,", "probability": 0.11944580078125}, {"start": 985.82, "end": 985.82, "word": " how", "probability": 0.58984375}, {"start": 985.82, "end": 986.2, "word": " can", "probability": 0.371337890625}, {"start": 986.2, "end": 986.24, "word": " I", "probability": 0.724609375}, {"start": 986.24, "end": 986.38, "word": " get", "probability": 0.258056640625}, {"start": 986.38, "end": 986.48, "word": " the", "probability": 0.444091796875}, {"start": 986.48, "end": 986.8, "word": " action", "probability": 0.748046875}, {"start": 986.8, "end": 986.96, "word": " of", "probability": 0.392333984375}, {"start": 986.96, "end": 986.96, "word": " this", "probability": 0.7451171875}, {"start": 986.96, "end": 986.96, "word": " button?", "probability": 0.6962890625}, {"start": 987.66, "end": 988.06, "word": " Like", "probability": 0.199951171875}, {"start": 988.06, "end": 988.18, "word": " the", "probability": 0.5888671875}, {"start": 988.18, "end": 988.38, "word": " menu.", "probability": 0.7470703125}, {"start": 988.98, "end": 989.22, "word": " Do", "probability": 0.673828125}, {"start": 989.22, "end": 989.22, "word": " you", "probability": 0.9599609375}, {"start": 989.22, "end": 989.52, "word": " remember", "probability": 0.822265625}, {"start": 989.52, "end": 989.68, "word": " the", "probability": 0.78955078125}, {"start": 989.68, "end": 989.88, "word": " menu?", "probability": 0.90869140625}, {"start": 991.42, "end": 991.82, "word": " What", "probability": 0.425537109375}, {"start": 991.82, "end": 991.9, "word": " is", "probability": 0.63525390625}, {"start": 991.9, "end": 991.94, "word": " the", "probability": 0.875}, {"start": 991.94, "end": 992.26, "word": " action", "probability": 0.90625}, {"start": 992.26, "end": 992.38, "word": " of", "probability": 0.748046875}, {"start": 992.38, "end": 992.52, "word": " the", "probability": 0.69873046875}, {"start": 992.52, "end": 992.68, "word": " menu?", "probability": 0.95263671875}, {"start": 992.74, "end": 992.86, "word": " How", "probability": 0.76318359375}, {"start": 992.86, "end": 993.0, "word": " can", "probability": 0.482177734375}, {"start": 993.0, "end": 993.12, "word": " we", "probability": 0.7900390625}, {"start": 993.12, "end": 993.32, "word": " get", "probability": 0.7265625}, {"start": 993.32, "end": 993.48, "word": " it?", "probability": 0.888671875}, {"start": 993.92, "end": 994.32, "word": " C2,", "probability": 0.68017578125}, {"start": 994.5, "end": 994.52, "word": " of", "probability": 0.779296875}, {"start": 994.52, "end": 994.6, "word": " course.", "probability": 0.9443359375}, {"start": 994.78, "end": 995.12, "word": " C2.", "probability": 0.6837158203125}, {"start": 995.48, "end": 995.76, "word": " How", "probability": 0.90869140625}, {"start": 995.76, "end": 995.88, "word": " can", "probability": 0.662109375}, {"start": 995.88, "end": 996.18, "word": " we", "probability": 0.90966796875}, {"start": 996.18, "end": 996.32, "word": " get", "probability": 0.89990234375}, {"start": 996.32, "end": 996.4, "word": " the", "probability": 0.88916015625}, {"start": 996.4, "end": 996.62, "word": " action", "probability": 0.92919921875}, {"start": 996.62, "end": 996.78, "word": " of", "probability": 0.89794921875}, {"start": 996.78, "end": 996.88, "word": " the", "probability": 0.8447265625}, {"start": 996.88, "end": 997.08, "word": " menu?", "probability": 0.9619140625}, {"start": 997.46, "end": 997.86, "word": " Because", "probability": 0.30419921875}, {"start": 997.86, "end": 998.04, "word": " when", "probability": 0.5546875}, {"start": 998.04, "end": 998.26, "word": " he", "probability": 0.330322265625}, {"start": 998.26, "end": 998.56, "word": " presses", "probability": 0.292724609375}, {"start": 998.56, "end": 998.96, "word": " any", "probability": 0.65966796875}, {"start": 998.96, "end": 999.16, "word": " button", "probability": 0.79443359375}, {"start": 999.16, "end": 999.26, "word": " in", "probability": 0.495849609375}, {"start": 999.26, "end": 999.38, "word": " the", "probability": 0.90087890625}, {"start": 999.38, "end": 999.58, "word": " menu,", "probability": 0.94921875}, {"start": 999.7, "end": 999.86, "word": " it", "probability": 0.6044921875}, {"start": 999.86, "end": 1000.12, "word": " turns", "probability": 0.178466796875}, {"start": 1000.12, "end": 1000.3, "word": " on", "probability": 0.86083984375}, {"start": 1000.3, "end": 1000.42, "word": " a", "probability": 0.3544921875}, {"start": 1000.42, "end": 1000.82, "word": " callback", "probability": 0.83837890625}, {"start": 1000.82, "end": 1001.04, "word": " from", "probability": 0.452392578125}, {"start": 1001.04, "end": 1001.22, "word": " above.", "probability": 0.70361328125}, {"start": 1001.92, "end": 1002.24, "word": " It's", "probability": 0.457763671875}, {"start": 1002.24, "end": 1002.4, "word": " called", "probability": 0.81201171875}, {"start": 1002.4, "end": 1002.66, "word": " on", "probability": 0.303466796875}, {"start": 1002.66, "end": 1003.18, "word": " options", "probability": 0.71728515625}, {"start": 1003.18, "end": 1003.52, "word": " item", "probability": 0.83056640625}, {"start": 1003.52, "end": 1004.06, "word": " selected.", "probability": 0.876953125}, {"start": 1004.74, "end": 1005.14, "word": " Right", "probability": 0.33544921875}, {"start": 1005.14, "end": 1005.32, "word": " or", "probability": 0.88427734375}, {"start": 1005.32, "end": 1005.42, "word": " wrong?", "probability": 0.654296875}, {"start": 1006.24, "end": 1006.54, "word": " You", "probability": 0.423095703125}, {"start": 1006.54, "end": 1006.62, "word": " didn't", "probability": 0.603271484375}, {"start": 1006.62, "end": 1006.84, "word": " memorize", "probability": 0.72216796875}, {"start": 1006.84, "end": 1006.98, "word": " it.", "probability": 0.70263671875}, {"start": 1007.02, "end": 1007.12, "word": " I", "probability": 0.888671875}, {"start": 1007.12, "end": 1007.46, "word": " memorized", "probability": 0.712890625}, {"start": 1007.46, "end": 1007.58, "word": " it.", "probability": 0.8779296875}], "temperature": 1.0}, {"id": 38, "seek": 103127, "start": 1009.83, "end": 1031.27, "text": " So you have to implement the callback method on options item selected. The same method that worked when I pressed the button in the menu that we added. Ok? And what did we do back then? We took this item and checked its ID.", "tokens": [407, 291, 362, 281, 4445, 264, 818, 3207, 3170, 322, 3956, 3174, 8209, 13, 440, 912, 3170, 300, 2732, 562, 286, 17355, 264, 2960, 294, 264, 6510, 300, 321, 3869, 13, 3477, 30, 400, 437, 630, 321, 360, 646, 550, 30, 492, 1890, 341, 3174, 293, 10033, 1080, 7348, 13], "avg_logprob": -0.5594362815221151, "compression_ratio": 1.4451612903225806, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1009.83, "end": 1010.09, "word": " So", "probability": 0.412109375}, {"start": 1010.09, "end": 1010.43, "word": " you", "probability": 0.1993408203125}, {"start": 1010.43, "end": 1010.51, "word": " have", "probability": 0.1326904296875}, {"start": 1010.51, "end": 1010.83, "word": " to", "probability": 0.93212890625}, {"start": 1010.83, "end": 1012.15, "word": " implement", "probability": 0.62353515625}, {"start": 1012.15, "end": 1012.47, "word": " the", "probability": 0.2269287109375}, {"start": 1012.47, "end": 1014.19, "word": " callback", "probability": 0.730712890625}, {"start": 1014.19, "end": 1014.57, "word": " method", "probability": 0.916015625}, {"start": 1014.57, "end": 1014.77, "word": " on", "probability": 0.65771484375}, {"start": 1014.77, "end": 1015.49, "word": " options", "probability": 0.62548828125}, {"start": 1015.49, "end": 1016.63, "word": " item", "probability": 0.58154296875}, {"start": 1016.63, "end": 1017.21, "word": " selected.", "probability": 0.83544921875}, {"start": 1020.33, "end": 1020.93, "word": " The", "probability": 0.455078125}, {"start": 1020.93, "end": 1021.13, "word": " same", "probability": 0.8251953125}, {"start": 1021.13, "end": 1021.95, "word": " method", "probability": 0.87353515625}, {"start": 1021.95, "end": 1022.23, "word": " that", "probability": 0.533203125}, {"start": 1022.23, "end": 1022.85, "word": " worked", "probability": 0.33984375}, {"start": 1022.85, "end": 1023.05, "word": " when", "probability": 0.78857421875}, {"start": 1023.05, "end": 1023.37, "word": " I", "probability": 0.61083984375}, {"start": 1023.37, "end": 1023.61, "word": " pressed", "probability": 0.2418212890625}, {"start": 1023.61, "end": 1023.87, "word": " the", "probability": 0.67919921875}, {"start": 1023.87, "end": 1024.07, "word": " button", "probability": 0.65966796875}, {"start": 1024.07, "end": 1024.17, "word": " in", "probability": 0.5859375}, {"start": 1024.17, "end": 1024.25, "word": " the", "probability": 0.8701171875}, {"start": 1024.25, "end": 1024.51, "word": " menu", "probability": 0.8623046875}, {"start": 1024.51, "end": 1024.69, "word": " that", "probability": 0.417236328125}, {"start": 1024.69, "end": 1024.93, "word": " we", "probability": 0.603515625}, {"start": 1024.93, "end": 1025.21, "word": " added.", "probability": 0.56103515625}, {"start": 1025.83, "end": 1026.05, "word": " Ok?", "probability": 0.195068359375}, {"start": 1026.69, "end": 1027.03, "word": " And", "probability": 0.49853515625}, {"start": 1027.03, "end": 1027.37, "word": " what", "probability": 0.77880859375}, {"start": 1027.37, "end": 1027.45, "word": " did", "probability": 0.7412109375}, {"start": 1027.45, "end": 1027.49, "word": " we", "probability": 0.96142578125}, {"start": 1027.49, "end": 1027.63, "word": " do", "probability": 0.9111328125}, {"start": 1027.63, "end": 1028.07, "word": " back", "probability": 0.3134765625}, {"start": 1028.07, "end": 1028.07, "word": " then?", "probability": 0.76025390625}, {"start": 1028.27, "end": 1028.59, "word": " We", "probability": 0.921875}, {"start": 1028.59, "end": 1029.05, "word": " took", "probability": 0.3681640625}, {"start": 1029.05, "end": 1029.21, "word": " this", "probability": 0.69384765625}, {"start": 1029.21, "end": 1029.57, "word": " item", "probability": 0.96826171875}, {"start": 1029.57, "end": 1030.59, "word": " and", "probability": 0.85205078125}, {"start": 1030.59, "end": 1030.87, "word": " checked", "probability": 0.42431640625}, {"start": 1030.87, "end": 1031.01, "word": " its", "probability": 0.62353515625}, {"start": 1031.01, "end": 1031.27, "word": " ID.", "probability": 0.7705078125}], "temperature": 1.0}, {"id": 39, "seek": 104081, "start": 1032.89, "end": 1040.81, "text": " Switch or stop the statement. If the ID is this or that, then it is Home Because this Home is a fixed ID in Android, it is called Home", "tokens": [13893, 420, 1590, 264, 5629, 13, 759, 264, 7348, 307, 341, 420, 300, 11, 550, 309, 307, 8719, 1436, 341, 8719, 307, 257, 6806, 7348, 294, 8853, 11, 309, 307, 1219, 8719], "avg_logprob": -0.7130681818181818, "compression_ratio": 1.2980769230769231, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1032.8899999999999, "end": 1033.35, "word": " Switch", "probability": 0.11920166015625}, {"start": 1033.35, "end": 1033.57, "word": " or", "probability": 0.57421875}, {"start": 1033.57, "end": 1033.73, "word": " stop", "probability": 0.44970703125}, {"start": 1033.73, "end": 1033.85, "word": " the", "probability": 0.50830078125}, {"start": 1033.85, "end": 1034.19, "word": " statement.", "probability": 0.81787109375}, {"start": 1034.33, "end": 1034.45, "word": " If", "probability": 0.82666015625}, {"start": 1034.45, "end": 1034.85, "word": " the", "probability": 0.2099609375}, {"start": 1034.85, "end": 1035.17, "word": " ID", "probability": 0.381591796875}, {"start": 1035.17, "end": 1035.41, "word": " is", "probability": 0.5634765625}, {"start": 1035.41, "end": 1035.49, "word": " this", "probability": 0.25732421875}, {"start": 1035.49, "end": 1035.49, "word": " or", "probability": 0.36328125}, {"start": 1035.49, "end": 1035.91, "word": " that,", "probability": 0.82275390625}, {"start": 1035.97, "end": 1036.11, "word": " then", "probability": 0.2021484375}, {"start": 1036.11, "end": 1036.15, "word": " it", "probability": 0.5673828125}, {"start": 1036.15, "end": 1036.33, "word": " is", "probability": 0.396484375}, {"start": 1036.33, "end": 1036.59, "word": " Home", "probability": 0.29248046875}, {"start": 1036.59, "end": 1037.43, "word": " Because", "probability": 0.40771484375}, {"start": 1037.43, "end": 1037.77, "word": " this", "probability": 0.59814453125}, {"start": 1037.77, "end": 1038.25, "word": " Home", "probability": 0.74853515625}, {"start": 1038.25, "end": 1038.89, "word": " is", "probability": 0.65478515625}, {"start": 1038.89, "end": 1038.97, "word": " a", "probability": 0.59912109375}, {"start": 1038.97, "end": 1038.97, "word": " fixed", "probability": 0.408203125}, {"start": 1038.97, "end": 1039.21, "word": " ID", "probability": 0.60009765625}, {"start": 1039.21, "end": 1039.63, "word": " in", "probability": 0.7099609375}, {"start": 1039.63, "end": 1040.01, "word": " Android,", "probability": 0.78466796875}, {"start": 1040.29, "end": 1040.41, "word": " it", "probability": 0.362060546875}, {"start": 1040.41, "end": 1040.47, "word": " is", "probability": 0.609375}, {"start": 1040.47, "end": 1040.59, "word": " called", "probability": 0.5927734375}, {"start": 1040.59, "end": 1040.81, "word": " Home", "probability": 0.876953125}], "temperature": 1.0}, {"id": 40, "seek": 106304, "start": 1043.4, "end": 1063.04, "text": " How? I will tell him if this item dot getid because I want to make sure that they are the buttons, because it can be on the other side, it can be on the other side, there can be what guys? Menu, menu and buttons. I want to know which one of these buttons is pressed, one of these or this button. If it is equal.", "tokens": [1012, 30, 286, 486, 980, 796, 498, 341, 3174, 5893, 483, 327, 570, 286, 528, 281, 652, 988, 300, 436, 366, 264, 9905, 11, 570, 309, 393, 312, 322, 264, 661, 1252, 11, 309, 393, 312, 322, 264, 661, 1252, 11, 456, 393, 312, 437, 1074, 30, 43343, 11, 6510, 293, 9905, 13, 286, 528, 281, 458, 597, 472, 295, 613, 9905, 307, 17355, 11, 472, 295, 613, 420, 341, 2960, 13, 759, 309, 307, 2681, 13], "avg_logprob": -0.624599372729277, "compression_ratio": 1.782857142857143, "no_speech_prob": 4.708766937255859e-06, "words": [{"start": 1043.3999999999999, "end": 1043.84, "word": " How?", "probability": 0.110107421875}, {"start": 1044.12, "end": 1044.36, "word": " I", "probability": 0.61572265625}, {"start": 1044.36, "end": 1044.38, "word": " will", "probability": 0.290771484375}, {"start": 1044.38, "end": 1044.54, "word": " tell", "probability": 0.2430419921875}, {"start": 1044.54, "end": 1044.64, "word": " him", "probability": 0.6015625}, {"start": 1044.64, "end": 1044.92, "word": " if", "probability": 0.59814453125}, {"start": 1044.92, "end": 1046.06, "word": " this", "probability": 0.35595703125}, {"start": 1046.06, "end": 1046.48, "word": " item", "probability": 0.94580078125}, {"start": 1046.48, "end": 1047.44, "word": " dot", "probability": 0.26123046875}, {"start": 1047.44, "end": 1048.52, "word": " getid", "probability": 0.5933837890625}, {"start": 1048.52, "end": 1048.9, "word": " because", "probability": 0.2783203125}, {"start": 1048.9, "end": 1049.06, "word": " I", "probability": 0.8583984375}, {"start": 1049.06, "end": 1049.28, "word": " want", "probability": 0.638671875}, {"start": 1049.28, "end": 1049.46, "word": " to", "probability": 0.95849609375}, {"start": 1049.46, "end": 1049.62, "word": " make", "probability": 0.634765625}, {"start": 1049.62, "end": 1049.76, "word": " sure", "probability": 0.927734375}, {"start": 1049.76, "end": 1049.94, "word": " that", "probability": 0.55859375}, {"start": 1049.94, "end": 1050.26, "word": " they", "probability": 0.4970703125}, {"start": 1050.26, "end": 1050.3, "word": " are", "probability": 0.82763671875}, {"start": 1050.3, "end": 1050.4, "word": " the", "probability": 0.53857421875}, {"start": 1050.4, "end": 1050.6, "word": " buttons,", "probability": 0.421630859375}, {"start": 1050.8, "end": 1050.92, "word": " because", "probability": 0.322998046875}, {"start": 1050.92, "end": 1051.04, "word": " it", "probability": 0.314208984375}, {"start": 1051.04, "end": 1051.22, "word": " can", "probability": 0.402099609375}, {"start": 1051.22, "end": 1051.52, "word": " be", "probability": 0.74658203125}, {"start": 1051.52, "end": 1051.72, "word": " on", "probability": 0.791015625}, {"start": 1051.72, "end": 1051.82, "word": " the", "probability": 0.6708984375}, {"start": 1051.82, "end": 1052.26, "word": " other", "probability": 0.83447265625}, {"start": 1052.26, "end": 1052.26, "word": " side,", "probability": 0.83203125}, {"start": 1053.5, "end": 1053.88, "word": " it", "probability": 0.362548828125}, {"start": 1053.88, "end": 1054.1, "word": " can", "probability": 0.89990234375}, {"start": 1054.1, "end": 1054.16, "word": " be", "probability": 0.90234375}, {"start": 1054.16, "end": 1054.2, "word": " on", "probability": 0.87841796875}, {"start": 1054.2, "end": 1054.28, "word": " the", "probability": 0.82177734375}, {"start": 1054.28, "end": 1054.32, "word": " other", "probability": 0.84765625}, {"start": 1054.32, "end": 1054.64, "word": " side,", "probability": 0.84716796875}, {"start": 1054.74, "end": 1054.84, "word": " there", "probability": 0.394775390625}, {"start": 1054.84, "end": 1054.86, "word": " can", "probability": 0.462890625}, {"start": 1054.86, "end": 1054.96, "word": " be", "probability": 0.9365234375}, {"start": 1054.96, "end": 1055.1, "word": " what", "probability": 0.479248046875}, {"start": 1055.1, "end": 1055.54, "word": " guys?", "probability": 0.6337890625}, {"start": 1056.0, "end": 1056.44, "word": " Menu,", "probability": 0.51171875}, {"start": 1056.44, "end": 1056.44, "word": " menu", "probability": 0.490966796875}, {"start": 1056.44, "end": 1056.64, "word": " and", "probability": 0.46826171875}, {"start": 1056.64, "end": 1056.86, "word": " buttons.", "probability": 0.89404296875}, {"start": 1057.32, "end": 1057.5, "word": " I", "probability": 0.68212890625}, {"start": 1057.5, "end": 1057.5, "word": " want", "probability": 0.732421875}, {"start": 1057.5, "end": 1057.6, "word": " to", "probability": 0.953125}, {"start": 1057.6, "end": 1057.7, "word": " know", "probability": 0.86474609375}, {"start": 1057.7, "end": 1057.98, "word": " which", "probability": 0.429443359375}, {"start": 1057.98, "end": 1058.24, "word": " one", "probability": 0.342529296875}, {"start": 1058.24, "end": 1058.3, "word": " of", "probability": 0.6767578125}, {"start": 1058.3, "end": 1058.3, "word": " these", "probability": 0.51611328125}, {"start": 1058.3, "end": 1058.3, "word": " buttons", "probability": 0.578125}, {"start": 1058.3, "end": 1058.34, "word": " is", "probability": 0.438720703125}, {"start": 1058.34, "end": 1058.6, "word": " pressed,", "probability": 0.35107421875}, {"start": 1058.68, "end": 1058.88, "word": " one", "probability": 0.344970703125}, {"start": 1058.88, "end": 1059.26, "word": " of", "probability": 0.92919921875}, {"start": 1059.26, "end": 1059.52, "word": " these", "probability": 0.459228515625}, {"start": 1059.52, "end": 1060.42, "word": " or", "probability": 0.44287109375}, {"start": 1060.42, "end": 1060.74, "word": " this", "probability": 0.80615234375}, {"start": 1060.74, "end": 1061.0, "word": " button.", "probability": 0.826171875}, {"start": 1061.86, "end": 1062.3, "word": " If", "probability": 0.87451171875}, {"start": 1062.3, "end": 1062.62, "word": " it", "probability": 0.78466796875}, {"start": 1062.62, "end": 1062.62, "word": " is", "probability": 0.489501953125}, {"start": 1062.62, "end": 1063.04, "word": " equal.", "probability": 0.87158203125}], "temperature": 1.0}, {"id": 41, "seek": 109219, "start": 1064.35, "end": 1092.19, "text": " For example, android.r, notice that the things we know are r. But the things in android are android.r.id.home This is a permanent name for whom? For the home button So if the id of the button is this, it means that I press the home button So what should we do? First, if the button is pressed, go to the drawer, if it is open", "tokens": [1171, 1365, 11, 36157, 13, 81, 11, 3449, 300, 264, 721, 321, 458, 366, 367, 13, 583, 264, 721, 294, 36157, 366, 36157, 13, 81, 13, 327, 13, 25336, 639, 307, 257, 10996, 1315, 337, 7101, 30, 1171, 264, 1280, 2960, 407, 498, 264, 4496, 295, 264, 2960, 307, 341, 11, 309, 1355, 300, 286, 1886, 264, 1280, 2960, 407, 437, 820, 321, 360, 30, 2386, 11, 498, 264, 2960, 307, 17355, 11, 352, 281, 264, 24039, 11, 498, 309, 307, 1269], "avg_logprob": -0.5485692986522812, "compression_ratio": 1.7433155080213905, "no_speech_prob": 3.039836883544922e-06, "words": [{"start": 1064.35, "end": 1064.83, "word": " For", "probability": 0.13818359375}, {"start": 1064.83, "end": 1064.83, "word": " example,", "probability": 0.7685546875}, {"start": 1064.93, "end": 1065.31, "word": " android", "probability": 0.59814453125}, {"start": 1065.31, "end": 1066.49, "word": ".r,", "probability": 0.8291015625}, {"start": 1066.73, "end": 1067.03, "word": " notice", "probability": 0.437255859375}, {"start": 1067.03, "end": 1067.41, "word": " that", "probability": 0.75244140625}, {"start": 1067.41, "end": 1068.39, "word": " the", "probability": 0.509765625}, {"start": 1068.39, "end": 1068.63, "word": " things", "probability": 0.47998046875}, {"start": 1068.63, "end": 1068.89, "word": " we", "probability": 0.54052734375}, {"start": 1068.89, "end": 1069.15, "word": " know", "probability": 0.09002685546875}, {"start": 1069.15, "end": 1069.43, "word": " are", "probability": 0.53759765625}, {"start": 1069.43, "end": 1069.75, "word": " r.", "probability": 0.354736328125}, {"start": 1070.23, "end": 1070.75, "word": " But", "probability": 0.2127685546875}, {"start": 1070.75, "end": 1071.13, "word": " the", "probability": 0.61376953125}, {"start": 1071.13, "end": 1071.27, "word": " things", "probability": 0.74169921875}, {"start": 1071.27, "end": 1071.49, "word": " in", "probability": 0.623046875}, {"start": 1071.49, "end": 1072.03, "word": " android", "probability": 0.748046875}, {"start": 1072.03, "end": 1072.15, "word": " are", "probability": 0.361328125}, {"start": 1072.15, "end": 1073.21, "word": " android", "probability": 0.9140625}, {"start": 1073.21, "end": 1073.81, "word": ".r", "probability": 0.9892578125}, {"start": 1073.81, "end": 1074.69, "word": ".id", "probability": 0.9658203125}, {"start": 1074.69, "end": 1075.85, "word": ".home", "probability": 0.97216796875}, {"start": 1075.85, "end": 1076.93, "word": " This", "probability": 0.43359375}, {"start": 1076.93, "end": 1077.27, "word": " is", "probability": 0.80078125}, {"start": 1077.27, "end": 1077.99, "word": " a", "probability": 0.705078125}, {"start": 1077.99, "end": 1078.33, "word": " permanent", "probability": 0.360595703125}, {"start": 1078.33, "end": 1078.33, "word": " name", "probability": 0.85986328125}, {"start": 1078.33, "end": 1078.53, "word": " for", "probability": 0.462646484375}, {"start": 1078.53, "end": 1078.95, "word": " whom?", "probability": 0.322265625}, {"start": 1079.31, "end": 1079.83, "word": " For", "probability": 0.5283203125}, {"start": 1079.83, "end": 1079.95, "word": " the", "probability": 0.60986328125}, {"start": 1079.95, "end": 1080.43, "word": " home", "probability": 0.56787109375}, {"start": 1080.43, "end": 1080.43, "word": " button", "probability": 0.81640625}, {"start": 1080.43, "end": 1081.35, "word": " So", "probability": 0.406005859375}, {"start": 1081.35, "end": 1082.19, "word": " if", "probability": 0.65478515625}, {"start": 1082.19, "end": 1082.41, "word": " the", "probability": 0.75244140625}, {"start": 1082.41, "end": 1082.71, "word": " id", "probability": 0.732421875}, {"start": 1082.71, "end": 1082.91, "word": " of", "probability": 0.37353515625}, {"start": 1082.91, "end": 1082.99, "word": " the", "probability": 0.85888671875}, {"start": 1082.99, "end": 1083.19, "word": " button", "probability": 0.75341796875}, {"start": 1083.19, "end": 1083.39, "word": " is", "probability": 0.5263671875}, {"start": 1083.39, "end": 1084.39, "word": " this,", "probability": 0.470458984375}, {"start": 1084.55, "end": 1085.13, "word": " it", "probability": 0.62353515625}, {"start": 1085.13, "end": 1085.29, "word": " means", "probability": 0.8955078125}, {"start": 1085.29, "end": 1085.47, "word": " that", "probability": 0.544921875}, {"start": 1085.47, "end": 1085.65, "word": " I", "probability": 0.91064453125}, {"start": 1085.65, "end": 1085.93, "word": " press", "probability": 0.1201171875}, {"start": 1085.93, "end": 1086.13, "word": " the", "probability": 0.58544921875}, {"start": 1086.13, "end": 1086.59, "word": " home", "probability": 0.70654296875}, {"start": 1086.59, "end": 1086.91, "word": " button", "probability": 0.890625}, {"start": 1086.91, "end": 1087.81, "word": " So", "probability": 0.30517578125}, {"start": 1087.81, "end": 1088.07, "word": " what", "probability": 0.5791015625}, {"start": 1088.07, "end": 1088.29, "word": " should", "probability": 0.3642578125}, {"start": 1088.29, "end": 1088.41, "word": " we", "probability": 0.62060546875}, {"start": 1088.41, "end": 1088.63, "word": " do?", "probability": 0.95361328125}, {"start": 1088.91, "end": 1089.43, "word": " First,", "probability": 0.474609375}, {"start": 1089.61, "end": 1089.73, "word": " if", "probability": 0.732421875}, {"start": 1089.73, "end": 1090.17, "word": " the", "probability": 0.64990234375}, {"start": 1090.17, "end": 1090.45, "word": " button", "probability": 0.82958984375}, {"start": 1090.45, "end": 1090.45, "word": " is", "probability": 0.8759765625}, {"start": 1090.45, "end": 1090.45, "word": " pressed,", "probability": 0.63330078125}, {"start": 1090.57, "end": 1090.77, "word": " go", "probability": 0.358642578125}, {"start": 1090.77, "end": 1090.87, "word": " to", "probability": 0.5087890625}, {"start": 1090.87, "end": 1091.03, "word": " the", "probability": 0.80322265625}, {"start": 1091.03, "end": 1091.33, "word": " drawer,", "probability": 0.59716796875}, {"start": 1091.39, "end": 1091.61, "word": " if", "probability": 0.79150390625}, {"start": 1091.61, "end": 1091.81, "word": " it", "probability": 0.91650390625}, {"start": 1091.81, "end": 1091.89, "word": " is", "probability": 0.66064453125}, {"start": 1091.89, "end": 1092.19, "word": " open", "probability": 0.84814453125}], "temperature": 1.0}, {"id": 42, "seek": 111128, "start": 1093.2, "end": 1111.28, "text": " Close it. If it is closed, open it. Am I right or not guys? So you can say on gate F, drawer, which is the drawer layout. So how do we know if it is open or closed? For yourself, type z.", "tokens": [16346, 309, 13, 759, 309, 307, 5395, 11, 1269, 309, 13, 2012, 286, 558, 420, 406, 1074, 30, 407, 291, 393, 584, 322, 8539, 479, 11, 24039, 11, 597, 307, 264, 24039, 13333, 13, 407, 577, 360, 321, 458, 498, 309, 307, 1269, 420, 5395, 30, 1171, 1803, 11, 2010, 710, 13], "avg_logprob": -0.6005306558788948, "compression_ratio": 1.355072463768116, "no_speech_prob": 4.231929779052734e-06, "words": [{"start": 1093.2, "end": 1093.64, "word": " Close", "probability": 0.09576416015625}, {"start": 1093.64, "end": 1093.84, "word": " it.", "probability": 0.77880859375}, {"start": 1093.86, "end": 1094.02, "word": " If", "probability": 0.8388671875}, {"start": 1094.02, "end": 1094.34, "word": " it", "probability": 0.8623046875}, {"start": 1094.34, "end": 1094.34, "word": " is", "probability": 0.354736328125}, {"start": 1094.34, "end": 1094.7, "word": " closed,", "probability": 0.76171875}, {"start": 1095.34, "end": 1095.62, "word": " open", "probability": 0.58935546875}, {"start": 1095.62, "end": 1096.02, "word": " it.", "probability": 0.89453125}, {"start": 1096.14, "end": 1096.32, "word": " Am", "probability": 0.16064453125}, {"start": 1096.32, "end": 1096.36, "word": " I", "probability": 0.9287109375}, {"start": 1096.36, "end": 1096.36, "word": " right", "probability": 0.86181640625}, {"start": 1096.36, "end": 1096.58, "word": " or", "probability": 0.56103515625}, {"start": 1096.58, "end": 1096.58, "word": " not", "probability": 0.81103515625}, {"start": 1096.58, "end": 1096.86, "word": " guys?", "probability": 0.447265625}, {"start": 1097.52, "end": 1097.66, "word": " So", "probability": 0.56298828125}, {"start": 1097.66, "end": 1097.76, "word": " you", "probability": 0.2066650390625}, {"start": 1097.76, "end": 1097.84, "word": " can", "probability": 0.2271728515625}, {"start": 1097.84, "end": 1098.0, "word": " say", "probability": 0.71337890625}, {"start": 1098.0, "end": 1098.18, "word": " on", "probability": 0.498291015625}, {"start": 1098.18, "end": 1098.36, "word": " gate", "probability": 0.44189453125}, {"start": 1098.36, "end": 1098.7, "word": " F,", "probability": 0.5751953125}, {"start": 1100.7, "end": 1101.08, "word": " drawer,", "probability": 0.64990234375}, {"start": 1102.0, "end": 1104.92, "word": " which", "probability": 0.859375}, {"start": 1104.92, "end": 1105.06, "word": " is", "probability": 0.90234375}, {"start": 1105.06, "end": 1105.16, "word": " the", "probability": 0.5517578125}, {"start": 1105.16, "end": 1105.36, "word": " drawer", "probability": 0.70068359375}, {"start": 1105.36, "end": 1105.8, "word": " layout.", "probability": 0.94384765625}, {"start": 1107.08, "end": 1107.26, "word": " So", "probability": 0.60986328125}, {"start": 1107.26, "end": 1107.5, "word": " how", "probability": 0.779296875}, {"start": 1107.5, "end": 1107.6, "word": " do", "probability": 0.463623046875}, {"start": 1107.6, "end": 1107.6, "word": " we", "probability": 0.3876953125}, {"start": 1107.6, "end": 1107.7, "word": " know", "probability": 0.349853515625}, {"start": 1107.7, "end": 1107.82, "word": " if", "probability": 0.4619140625}, {"start": 1107.82, "end": 1107.9, "word": " it", "probability": 0.80712890625}, {"start": 1107.9, "end": 1107.9, "word": " is", "probability": 0.77685546875}, {"start": 1107.9, "end": 1108.02, "word": " open", "probability": 0.76220703125}, {"start": 1108.02, "end": 1108.22, "word": " or", "probability": 0.892578125}, {"start": 1108.22, "end": 1108.48, "word": " closed?", "probability": 0.880859375}, {"start": 1109.06, "end": 1109.24, "word": " For", "probability": 0.2088623046875}, {"start": 1109.24, "end": 1109.6, "word": " yourself,", "probability": 0.6875}, {"start": 1110.72, "end": 1111.02, "word": " type", "probability": 0.51806640625}, {"start": 1111.02, "end": 1111.28, "word": " z.", "probability": 0.156005859375}], "temperature": 1.0}, {"id": 43, "seek": 114195, "start": 1112.45, "end": 1141.95, "text": " Ok? You will find something here. Is the drawer open? Is the drawer open? No. Here you have to put something. Gravity. Gravity. Yes. When you ask him if the drawer is open, you have to tell him to open it from any side. You can leave the drawer open.", "tokens": [3477, 30, 509, 486, 915, 746, 510, 13, 1119, 264, 24039, 1269, 30, 1119, 264, 24039, 1269, 30, 883, 13, 1692, 291, 362, 281, 829, 746, 13, 49478, 13, 49478, 13, 1079, 13, 1133, 291, 1029, 796, 498, 264, 24039, 307, 1269, 11, 291, 362, 281, 980, 796, 281, 1269, 309, 490, 604, 1252, 13, 509, 393, 1856, 264, 24039, 1269, 13], "avg_logprob": -0.5858135053089687, "compression_ratio": 1.6733333333333333, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1112.45, "end": 1112.73, "word": " Ok?", "probability": 0.096435546875}, {"start": 1113.07, "end": 1113.37, "word": " You", "probability": 0.494140625}, {"start": 1113.37, "end": 1113.37, "word": " will", "probability": 0.6181640625}, {"start": 1113.37, "end": 1113.55, "word": " find", "probability": 0.59326171875}, {"start": 1113.55, "end": 1113.75, "word": " something", "probability": 0.2666015625}, {"start": 1113.75, "end": 1114.23, "word": " here.", "probability": 0.669921875}, {"start": 1114.33, "end": 1114.51, "word": " Is", "probability": 0.61328125}, {"start": 1114.51, "end": 1114.61, "word": " the", "probability": 0.74951171875}, {"start": 1114.61, "end": 1114.81, "word": " drawer", "probability": 0.912109375}, {"start": 1114.81, "end": 1116.09, "word": " open?", "probability": 0.76220703125}, {"start": 1116.41, "end": 1116.41, "word": " Is", "probability": 0.34765625}, {"start": 1116.41, "end": 1116.69, "word": " the", "probability": 0.8037109375}, {"start": 1116.69, "end": 1117.01, "word": " drawer", "probability": 0.94970703125}, {"start": 1117.01, "end": 1117.67, "word": " open?", "probability": 0.85595703125}, {"start": 1118.39, "end": 1118.69, "word": " No.", "probability": 0.787109375}, {"start": 1118.77, "end": 1119.09, "word": " Here", "probability": 0.498291015625}, {"start": 1119.09, "end": 1119.19, "word": " you", "probability": 0.68408203125}, {"start": 1119.19, "end": 1119.39, "word": " have", "probability": 0.34423828125}, {"start": 1119.39, "end": 1119.45, "word": " to", "probability": 0.9638671875}, {"start": 1119.45, "end": 1119.69, "word": " put", "probability": 0.3408203125}, {"start": 1119.69, "end": 1120.15, "word": " something.", "probability": 0.5341796875}, {"start": 1123.95, "end": 1124.51, "word": " Gravity.", "probability": 0.64599609375}, {"start": 1125.39, "end": 1125.77, "word": " Gravity.", "probability": 0.5703125}, {"start": 1132.45, "end": 1133.01, "word": " Yes.", "probability": 0.441162109375}, {"start": 1133.11, "end": 1133.53, "word": " When", "probability": 0.2154541015625}, {"start": 1133.53, "end": 1134.05, "word": " you", "probability": 0.94482421875}, {"start": 1134.05, "end": 1134.23, "word": " ask", "probability": 0.61083984375}, {"start": 1134.23, "end": 1134.97, "word": " him", "probability": 0.43603515625}, {"start": 1134.97, "end": 1135.29, "word": " if", "probability": 0.2919921875}, {"start": 1135.29, "end": 1135.55, "word": " the", "probability": 0.8837890625}, {"start": 1135.55, "end": 1135.71, "word": " drawer", "probability": 0.9453125}, {"start": 1135.71, "end": 1135.85, "word": " is", "probability": 0.93408203125}, {"start": 1135.85, "end": 1136.23, "word": " open,", "probability": 0.90283203125}, {"start": 1136.77, "end": 1137.03, "word": " you", "probability": 0.78173828125}, {"start": 1137.03, "end": 1137.09, "word": " have", "probability": 0.64599609375}, {"start": 1137.09, "end": 1137.11, "word": " to", "probability": 0.96728515625}, {"start": 1137.11, "end": 1137.27, "word": " tell", "probability": 0.343994140625}, {"start": 1137.27, "end": 1137.45, "word": " him", "probability": 0.90966796875}, {"start": 1137.45, "end": 1137.95, "word": " to", "probability": 0.51513671875}, {"start": 1137.95, "end": 1138.21, "word": " open", "probability": 0.05584716796875}, {"start": 1138.21, "end": 1138.35, "word": " it", "probability": 0.66845703125}, {"start": 1138.35, "end": 1138.39, "word": " from", "probability": 0.6005859375}, {"start": 1138.39, "end": 1138.61, "word": " any", "probability": 0.6298828125}, {"start": 1138.61, "end": 1138.79, "word": " side.", "probability": 0.6650390625}, {"start": 1139.57, "end": 1140.09, "word": " You", "probability": 0.34765625}, {"start": 1140.09, "end": 1140.47, "word": " can", "probability": 0.81005859375}, {"start": 1140.47, "end": 1140.73, "word": " leave", "probability": 0.458984375}, {"start": 1140.73, "end": 1140.87, "word": " the", "probability": 0.81103515625}, {"start": 1140.87, "end": 1141.13, "word": " drawer", "probability": 0.9423828125}, {"start": 1141.13, "end": 1141.95, "word": " open.", "probability": 0.69775390625}], "temperature": 1.0}, {"id": 44, "seek": 116950, "start": 1142.0, "end": 1169.5, "text": " Or you have more than one drawer. The drawer opens from the right and the drawer opens from the left. So you want to say, is the drawer that is present on the start open? Yes, so to answer this question, is the drawer open, here you have to specify what? The direction. Which is, of course this is defined as a constant. It is called gravity compact dot start. So it is as if I say, is the drawer open on the start side? If it is not open, what do we do? Close it. Drawer dot start.", "tokens": [1610, 291, 362, 544, 813, 472, 24039, 13, 440, 24039, 9870, 490, 264, 558, 293, 264, 24039, 9870, 490, 264, 1411, 13, 407, 291, 528, 281, 584, 11, 307, 264, 24039, 300, 307, 1974, 322, 264, 722, 1269, 30, 1079, 11, 370, 281, 1867, 341, 1168, 11, 307, 264, 24039, 1269, 11, 510, 291, 362, 281, 16500, 437, 30, 440, 3513, 13, 3013, 307, 11, 295, 1164, 341, 307, 7642, 382, 257, 5754, 13, 467, 307, 1219, 12110, 14679, 5893, 722, 13, 407, 309, 307, 382, 498, 286, 584, 11, 307, 264, 24039, 1269, 322, 264, 722, 1252, 30, 759, 309, 307, 406, 1269, 11, 437, 360, 321, 360, 30, 16346, 309, 13, 15971, 1554, 5893, 722, 13], "avg_logprob": -0.49422270159761444, "compression_ratio": 1.9015748031496063, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 1142.0, "end": 1142.26, "word": " Or", "probability": 0.630859375}, {"start": 1142.26, "end": 1142.42, "word": " you", "probability": 0.465576171875}, {"start": 1142.42, "end": 1142.58, "word": " have", "probability": 0.86181640625}, {"start": 1142.58, "end": 1142.88, "word": " more", "probability": 0.8076171875}, {"start": 1142.88, "end": 1143.0, "word": " than", "probability": 0.79638671875}, {"start": 1143.0, "end": 1143.18, "word": " one", "probability": 0.783203125}, {"start": 1143.18, "end": 1143.3, "word": " drawer.", "probability": 0.9306640625}, {"start": 1143.4, "end": 1143.48, "word": " The", "probability": 0.34130859375}, {"start": 1143.48, "end": 1143.7, "word": " drawer", "probability": 0.8037109375}, {"start": 1143.7, "end": 1143.98, "word": " opens", "probability": 0.78759765625}, {"start": 1143.98, "end": 1144.14, "word": " from", "probability": 0.6484375}, {"start": 1144.14, "end": 1144.26, "word": " the", "probability": 0.61865234375}, {"start": 1144.26, "end": 1144.42, "word": " right", "probability": 0.8173828125}, {"start": 1144.42, "end": 1144.56, "word": " and", "probability": 0.68505859375}, {"start": 1144.56, "end": 1144.66, "word": " the", "probability": 0.6416015625}, {"start": 1144.66, "end": 1144.8, "word": " drawer", "probability": 0.6611328125}, {"start": 1144.8, "end": 1145.22, "word": " opens", "probability": 0.80615234375}, {"start": 1145.22, "end": 1146.1, "word": " from", "probability": 0.8759765625}, {"start": 1146.1, "end": 1146.24, "word": " the", "probability": 0.89404296875}, {"start": 1146.24, "end": 1146.5, "word": " left.", "probability": 0.9423828125}, {"start": 1146.74, "end": 1147.06, "word": " So", "probability": 0.6435546875}, {"start": 1147.06, "end": 1147.26, "word": " you", "probability": 0.7392578125}, {"start": 1147.26, "end": 1147.44, "word": " want", "probability": 0.128662109375}, {"start": 1147.44, "end": 1147.48, "word": " to", "probability": 0.9716796875}, {"start": 1147.48, "end": 1147.68, "word": " say,", "probability": 0.51611328125}, {"start": 1147.96, "end": 1148.3, "word": " is", "probability": 0.53125}, {"start": 1148.3, "end": 1148.44, "word": " the", "probability": 0.8447265625}, {"start": 1148.44, "end": 1148.68, "word": " drawer", "probability": 0.93994140625}, {"start": 1148.68, "end": 1148.82, "word": " that", "probability": 0.3974609375}, {"start": 1148.82, "end": 1148.96, "word": " is", "probability": 0.57568359375}, {"start": 1148.96, "end": 1149.24, "word": " present", "probability": 0.1424560546875}, {"start": 1149.24, "end": 1149.4, "word": " on", "probability": 0.5087890625}, {"start": 1149.4, "end": 1149.78, "word": " the", "probability": 0.87060546875}, {"start": 1149.78, "end": 1150.34, "word": " start", "probability": 0.41748046875}, {"start": 1150.34, "end": 1150.88, "word": " open?", "probability": 0.5361328125}, {"start": 1151.52, "end": 1151.88, "word": " Yes,", "probability": 0.4228515625}, {"start": 1152.02, "end": 1152.06, "word": " so", "probability": 0.53515625}, {"start": 1152.06, "end": 1152.28, "word": " to", "probability": 0.1983642578125}, {"start": 1152.28, "end": 1152.46, "word": " answer", "probability": 0.44775390625}, {"start": 1152.46, "end": 1152.72, "word": " this", "probability": 0.2449951171875}, {"start": 1152.72, "end": 1152.72, "word": " question,", "probability": 0.69140625}, {"start": 1152.76, "end": 1152.92, "word": " is", "probability": 0.74365234375}, {"start": 1152.92, "end": 1153.1, "word": " the", "probability": 0.880859375}, {"start": 1153.1, "end": 1153.24, "word": " drawer", "probability": 0.95751953125}, {"start": 1153.24, "end": 1153.62, "word": " open,", "probability": 0.91162109375}, {"start": 1153.72, "end": 1153.9, "word": " here", "probability": 0.406494140625}, {"start": 1153.9, "end": 1153.98, "word": " you", "probability": 0.85986328125}, {"start": 1153.98, "end": 1154.1, "word": " have", "probability": 0.270751953125}, {"start": 1154.1, "end": 1154.14, "word": " to", "probability": 0.9599609375}, {"start": 1154.14, "end": 1154.44, "word": " specify", "probability": 0.097412109375}, {"start": 1154.44, "end": 1154.88, "word": " what?", "probability": 0.244873046875}, {"start": 1155.64, "end": 1156.0, "word": " The", "probability": 0.79345703125}, {"start": 1156.0, "end": 1156.2, "word": " direction.", "probability": 0.423095703125}, {"start": 1156.92, "end": 1157.1, "word": " Which", "probability": 0.407958984375}, {"start": 1157.1, "end": 1157.26, "word": " is,", "probability": 0.83349609375}, {"start": 1157.5, "end": 1157.76, "word": " of", "probability": 0.517578125}, {"start": 1157.76, "end": 1158.32, "word": " course", "probability": 0.9599609375}, {"start": 1158.32, "end": 1158.5, "word": " this", "probability": 0.43115234375}, {"start": 1158.5, "end": 1158.58, "word": " is", "probability": 0.6494140625}, {"start": 1158.58, "end": 1158.8, "word": " defined", "probability": 0.2471923828125}, {"start": 1158.8, "end": 1159.02, "word": " as", "probability": 0.9326171875}, {"start": 1159.02, "end": 1159.02, "word": " a", "probability": 0.78369140625}, {"start": 1159.02, "end": 1159.3, "word": " constant.", "probability": 0.4716796875}, {"start": 1159.4, "end": 1159.42, "word": " It", "probability": 0.62890625}, {"start": 1159.42, "end": 1159.5, "word": " is", "probability": 0.69970703125}, {"start": 1159.5, "end": 1159.68, "word": " called", "probability": 0.7744140625}, {"start": 1159.68, "end": 1160.0, "word": " gravity", "probability": 0.6708984375}, {"start": 1160.0, "end": 1160.58, "word": " compact", "probability": 0.270751953125}, {"start": 1160.58, "end": 1160.92, "word": " dot", "probability": 0.93505859375}, {"start": 1160.92, "end": 1161.3, "word": " start.", "probability": 0.93408203125}, {"start": 1161.84, "end": 1162.02, "word": " So", "probability": 0.40283203125}, {"start": 1162.02, "end": 1162.16, "word": " it", "probability": 0.5595703125}, {"start": 1162.16, "end": 1162.16, "word": " is", "probability": 0.65234375}, {"start": 1162.16, "end": 1162.18, "word": " as", "probability": 0.393310546875}, {"start": 1162.18, "end": 1162.24, "word": " if", "probability": 0.92333984375}, {"start": 1162.24, "end": 1162.38, "word": " I", "probability": 0.95166015625}, {"start": 1162.38, "end": 1162.54, "word": " say,", "probability": 0.466064453125}, {"start": 1162.66, "end": 1162.8, "word": " is", "probability": 0.919921875}, {"start": 1162.8, "end": 1162.92, "word": " the", "probability": 0.91796875}, {"start": 1162.92, "end": 1163.14, "word": " drawer", "probability": 0.9638671875}, {"start": 1163.14, "end": 1163.52, "word": " open", "probability": 0.8623046875}, {"start": 1163.52, "end": 1163.68, "word": " on", "probability": 0.5517578125}, {"start": 1163.68, "end": 1164.3, "word": " the", "probability": 0.91455078125}, {"start": 1164.3, "end": 1164.74, "word": " start", "probability": 0.81640625}, {"start": 1164.74, "end": 1164.74, "word": " side?", "probability": 0.451904296875}, {"start": 1165.5, "end": 1165.72, "word": " If", "probability": 0.90283203125}, {"start": 1165.72, "end": 1165.84, "word": " it", "probability": 0.80810546875}, {"start": 1165.84, "end": 1165.86, "word": " is", "probability": 0.7822265625}, {"start": 1165.86, "end": 1165.92, "word": " not", "probability": 0.88330078125}, {"start": 1165.92, "end": 1166.08, "word": " open,", "probability": 0.87939453125}, {"start": 1166.24, "end": 1166.32, "word": " what", "probability": 0.40869140625}, {"start": 1166.32, "end": 1166.38, "word": " do", "probability": 0.6025390625}, {"start": 1166.38, "end": 1166.4, "word": " we", "probability": 0.66748046875}, {"start": 1166.4, "end": 1166.48, "word": " do?", "probability": 0.9560546875}, {"start": 1167.08, "end": 1167.44, "word": " Close", "probability": 0.685546875}, {"start": 1167.44, "end": 1167.6, "word": " it.", "probability": 0.83251953125}, {"start": 1167.68, "end": 1168.04, "word": " Drawer", "probability": 0.864990234375}, {"start": 1168.04, "end": 1169.06, "word": " dot", "probability": 0.63916015625}, {"start": 1169.06, "end": 1169.5, "word": " start.", "probability": 0.6142578125}], "temperature": 1.0}, {"id": 45, "seek": 119767, "start": 1171.17, "end": 1197.67, "text": "Close the drawer means if you put closed drawers, it will close them all or if it is the same thing, close the drawer, gravity compact dot start means close from what side? the start else what does it mean? if it is open, close it if it is closed, the opposite means take this and write what? open the drawer", "tokens": [9966, 541, 264, 24039, 1355, 498, 291, 829, 5395, 38302, 11, 309, 486, 1998, 552, 439, 420, 498, 309, 307, 264, 912, 551, 11, 1998, 264, 24039, 11, 12110, 14679, 5893, 722, 1355, 1998, 490, 437, 1252, 30, 264, 722, 1646, 437, 775, 309, 914, 30, 498, 309, 307, 1269, 11, 1998, 309, 498, 309, 307, 5395, 11, 264, 6182, 1355, 747, 341, 293, 2464, 437, 30, 1269, 264, 24039], "avg_logprob": -0.6016725553593165, "compression_ratio": 1.855421686746988, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1171.17, "end": 1171.59, "word": "Close", "probability": 0.54876708984375}, {"start": 1171.59, "end": 1171.73, "word": " the", "probability": 0.2119140625}, {"start": 1171.73, "end": 1171.99, "word": " drawer", "probability": 0.82958984375}, {"start": 1171.99, "end": 1172.97, "word": " means", "probability": 0.143798828125}, {"start": 1172.97, "end": 1173.11, "word": " if", "probability": 0.1434326171875}, {"start": 1173.11, "end": 1173.19, "word": " you", "probability": 0.919921875}, {"start": 1173.19, "end": 1173.33, "word": " put", "probability": 0.4912109375}, {"start": 1173.33, "end": 1173.61, "word": " closed", "probability": 0.343505859375}, {"start": 1173.61, "end": 1174.01, "word": " drawers,", "probability": 0.763671875}, {"start": 1174.17, "end": 1174.17, "word": " it", "probability": 0.57763671875}, {"start": 1174.17, "end": 1174.23, "word": " will", "probability": 0.52880859375}, {"start": 1174.23, "end": 1174.41, "word": " close", "probability": 0.796875}, {"start": 1174.41, "end": 1174.57, "word": " them", "probability": 0.60107421875}, {"start": 1174.57, "end": 1175.05, "word": " all", "probability": 0.830078125}, {"start": 1175.05, "end": 1175.61, "word": " or", "probability": 0.28369140625}, {"start": 1175.61, "end": 1175.79, "word": " if", "probability": 0.2200927734375}, {"start": 1175.79, "end": 1175.91, "word": " it", "probability": 0.63916015625}, {"start": 1175.91, "end": 1175.99, "word": " is", "probability": 0.6806640625}, {"start": 1175.99, "end": 1176.11, "word": " the", "probability": 0.211181640625}, {"start": 1176.11, "end": 1176.23, "word": " same", "probability": 0.88525390625}, {"start": 1176.23, "end": 1176.39, "word": " thing,", "probability": 0.35302734375}, {"start": 1176.39, "end": 1176.59, "word": " close", "probability": 0.341796875}, {"start": 1176.59, "end": 1176.75, "word": " the", "probability": 0.80859375}, {"start": 1176.75, "end": 1176.93, "word": " drawer,", "probability": 0.83984375}, {"start": 1176.99, "end": 1177.33, "word": " gravity", "probability": 0.7119140625}, {"start": 1177.33, "end": 1177.87, "word": " compact", "probability": 0.15625}, {"start": 1177.87, "end": 1178.11, "word": " dot", "probability": 0.54931640625}, {"start": 1178.11, "end": 1178.51, "word": " start", "probability": 0.93115234375}, {"start": 1178.51, "end": 1179.47, "word": " means", "probability": 0.2213134765625}, {"start": 1179.47, "end": 1179.73, "word": " close", "probability": 0.5107421875}, {"start": 1179.73, "end": 1179.91, "word": " from", "probability": 0.5947265625}, {"start": 1179.91, "end": 1180.47, "word": " what", "probability": 0.344482421875}, {"start": 1180.47, "end": 1180.47, "word": " side?", "probability": 0.65380859375}, {"start": 1180.83, "end": 1181.35, "word": " the", "probability": 0.1668701171875}, {"start": 1181.35, "end": 1181.75, "word": " start", "probability": 0.921875}, {"start": 1181.75, "end": 1182.69, "word": " else", "probability": 0.5205078125}, {"start": 1182.69, "end": 1182.91, "word": " what", "probability": 0.469970703125}, {"start": 1182.91, "end": 1183.09, "word": " does", "probability": 0.410400390625}, {"start": 1183.09, "end": 1183.09, "word": " it", "probability": 0.67919921875}, {"start": 1183.09, "end": 1183.17, "word": " mean?", "probability": 0.92431640625}, {"start": 1184.89, "end": 1185.41, "word": " if", "probability": 0.84814453125}, {"start": 1185.41, "end": 1185.59, "word": " it", "probability": 0.9052734375}, {"start": 1185.59, "end": 1185.67, "word": " is", "probability": 0.67041015625}, {"start": 1185.67, "end": 1185.95, "word": " open,", "probability": 0.88671875}, {"start": 1186.65, "end": 1186.97, "word": " close", "probability": 0.80322265625}, {"start": 1186.97, "end": 1187.23, "word": " it", "probability": 0.66650390625}, {"start": 1187.23, "end": 1187.89, "word": " if", "probability": 0.57275390625}, {"start": 1187.89, "end": 1188.15, "word": " it", "probability": 0.9189453125}, {"start": 1188.15, "end": 1188.15, "word": " is", "probability": 0.8876953125}, {"start": 1188.15, "end": 1188.63, "word": " closed,", "probability": 0.8896484375}, {"start": 1189.01, "end": 1189.31, "word": " the", "probability": 0.30126953125}, {"start": 1189.31, "end": 1189.59, "word": " opposite", "probability": 0.67919921875}, {"start": 1189.59, "end": 1190.53, "word": " means", "probability": 0.424072265625}, {"start": 1190.53, "end": 1190.81, "word": " take", "probability": 0.70263671875}, {"start": 1190.81, "end": 1191.21, "word": " this", "probability": 0.87060546875}, {"start": 1191.21, "end": 1194.61, "word": " and", "probability": 0.755859375}, {"start": 1194.61, "end": 1194.83, "word": " write", "probability": 0.75927734375}, {"start": 1194.83, "end": 1195.15, "word": " what?", "probability": 0.60009765625}, {"start": 1195.23, "end": 1195.67, "word": " open", "probability": 0.86328125}, {"start": 1195.67, "end": 1197.47, "word": " the", "probability": 0.68505859375}, {"start": 1197.47, "end": 1197.67, "word": " drawer", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 46, "seek": 120263, "start": 1201.13, "end": 1202.63, "text": " Okay guys, that's it.", "tokens": [1033, 1074, 11, 300, 311, 309, 13], "avg_logprob": -0.6718749925494194, "compression_ratio": 0.7333333333333333, "no_speech_prob": 0.0, "words": [{"start": 1201.13, "end": 1201.51, "word": " Okay", "probability": 0.15869140625}, {"start": 1201.51, "end": 1201.95, "word": " guys,", "probability": 0.7060546875}, {"start": 1202.31, "end": 1202.45, "word": " that's", "probability": 0.576904296875}, {"start": 1202.45, "end": 1202.63, "word": " it.", "probability": 0.4267578125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 1203.142, "duration_after_vad": 1101.0731250000001} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YO1CSeIiROI_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YO1CSeIiROI_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..130a69cd7398b5af7a963bc391a7481b1133a440 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/YO1CSeIiROI_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4901, "start": 20.99, "end": 49.01, "text": " Okay guys, Assalamu Alaikum. Okay, let's continue from what we started in the previous lecture, which is that we took an example of the view pager, okay? And we saw that the view pager is a simple component present in the palette or the screen of the components. I can drag and drop it on the screen. This is one component called view pager. It does not have any settings or attributes specific to XML. But in the code,", "tokens": [1033, 1074, 11, 6281, 23819, 84, 46289, 35518, 13, 1033, 11, 718, 311, 2354, 490, 437, 321, 1409, 294, 264, 3894, 7991, 11, 597, 307, 300, 321, 1890, 364, 1365, 295, 264, 1910, 280, 3557, 11, 1392, 30, 400, 321, 1866, 300, 264, 1910, 280, 3557, 307, 257, 2199, 6542, 1974, 294, 264, 15851, 420, 264, 2568, 295, 264, 6677, 13, 286, 393, 5286, 293, 3270, 309, 322, 264, 2568, 13, 639, 307, 472, 6542, 1219, 1910, 280, 3557, 13, 467, 775, 406, 362, 604, 6257, 420, 17212, 2685, 281, 43484, 13, 583, 294, 264, 3089, 11], "avg_logprob": -0.4575892927087083, "compression_ratio": 1.6733067729083666, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 20.99, "end": 21.27, "word": " Okay", "probability": 0.10479736328125}, {"start": 21.27, "end": 21.47, "word": " guys,", "probability": 0.384521484375}, {"start": 21.51, "end": 21.93, "word": " Assalamu", "probability": 0.5222574869791666}, {"start": 21.93, "end": 22.19, "word": " Alaikum.", "probability": 0.7548828125}, {"start": 23.57, "end": 23.83, "word": " Okay,", "probability": 0.433837890625}, {"start": 23.91, "end": 24.05, "word": " let's", "probability": 0.6624755859375}, {"start": 24.05, "end": 24.23, "word": " continue", "probability": 0.666015625}, {"start": 24.23, "end": 24.77, "word": " from", "probability": 0.264404296875}, {"start": 24.77, "end": 24.77, "word": " what", "probability": 0.38525390625}, {"start": 24.77, "end": 25.03, "word": " we", "probability": 0.939453125}, {"start": 25.03, "end": 25.23, "word": " started", "probability": 0.599609375}, {"start": 25.23, "end": 25.41, "word": " in", "probability": 0.385986328125}, {"start": 25.41, "end": 25.45, "word": " the", "probability": 0.76318359375}, {"start": 25.45, "end": 26.07, "word": " previous", "probability": 0.464599609375}, {"start": 26.07, "end": 26.07, "word": " lecture,", "probability": 0.78564453125}, {"start": 26.29, "end": 26.31, "word": " which", "probability": 0.61865234375}, {"start": 26.31, "end": 26.53, "word": " is", "probability": 0.6865234375}, {"start": 26.53, "end": 26.53, "word": " that", "probability": 0.2666015625}, {"start": 26.53, "end": 26.95, "word": " we", "probability": 0.9150390625}, {"start": 26.95, "end": 26.95, "word": " took", "probability": 0.6767578125}, {"start": 26.95, "end": 27.35, "word": " an", "probability": 0.406494140625}, {"start": 27.35, "end": 27.77, "word": " example", "probability": 0.96533203125}, {"start": 27.77, "end": 28.35, "word": " of", "probability": 0.7626953125}, {"start": 28.35, "end": 28.45, "word": " the", "probability": 0.327392578125}, {"start": 28.45, "end": 28.59, "word": " view", "probability": 0.5302734375}, {"start": 28.59, "end": 28.93, "word": " pager,", "probability": 0.767822265625}, {"start": 29.37, "end": 29.61, "word": " okay?", "probability": 0.66748046875}, {"start": 31.33, "end": 31.81, "word": " And", "probability": 0.424560546875}, {"start": 31.81, "end": 31.87, "word": " we", "probability": 0.9140625}, {"start": 31.87, "end": 31.99, "word": " saw", "probability": 0.80419921875}, {"start": 31.99, "end": 32.17, "word": " that", "probability": 0.93701171875}, {"start": 32.17, "end": 32.33, "word": " the", "probability": 0.810546875}, {"start": 32.33, "end": 32.53, "word": " view", "probability": 0.90576171875}, {"start": 32.53, "end": 32.81, "word": " pager", "probability": 0.907470703125}, {"start": 32.81, "end": 32.95, "word": " is", "probability": 0.91162109375}, {"start": 32.95, "end": 33.37, "word": " a", "probability": 0.693359375}, {"start": 33.37, "end": 33.73, "word": " simple", "probability": 0.9267578125}, {"start": 33.73, "end": 34.79, "word": " component", "probability": 0.869140625}, {"start": 34.79, "end": 35.27, "word": " present", "probability": 0.21728515625}, {"start": 35.27, "end": 35.67, "word": " in", "probability": 0.8857421875}, {"start": 35.67, "end": 36.69, "word": " the", "probability": 0.88330078125}, {"start": 36.69, "end": 37.01, "word": " palette", "probability": 0.78271484375}, {"start": 37.01, "end": 37.39, "word": " or", "probability": 0.7763671875}, {"start": 37.39, "end": 39.35, "word": " the", "probability": 0.373291015625}, {"start": 39.35, "end": 39.59, "word": " screen", "probability": 0.48193359375}, {"start": 39.59, "end": 39.81, "word": " of", "probability": 0.859375}, {"start": 39.81, "end": 39.95, "word": " the", "probability": 0.81005859375}, {"start": 39.95, "end": 40.33, "word": " components.", "probability": 0.6591796875}, {"start": 40.33, "end": 40.49, "word": " I", "probability": 0.861328125}, {"start": 40.49, "end": 40.61, "word": " can", "probability": 0.91455078125}, {"start": 40.61, "end": 41.05, "word": " drag", "probability": 0.73193359375}, {"start": 41.05, "end": 41.21, "word": " and", "probability": 0.8984375}, {"start": 41.21, "end": 41.35, "word": " drop", "probability": 0.91650390625}, {"start": 41.35, "end": 41.45, "word": " it", "probability": 0.42236328125}, {"start": 41.45, "end": 41.47, "word": " on", "probability": 0.33935546875}, {"start": 41.47, "end": 41.57, "word": " the", "probability": 0.8779296875}, {"start": 41.57, "end": 41.89, "word": " screen.", "probability": 0.85693359375}, {"start": 42.49, "end": 42.65, "word": " This", "probability": 0.59521484375}, {"start": 42.65, "end": 42.71, "word": " is", "probability": 0.64306640625}, {"start": 42.71, "end": 43.33, "word": " one", "probability": 0.42236328125}, {"start": 43.33, "end": 43.73, "word": " component", "probability": 0.8486328125}, {"start": 43.73, "end": 43.97, "word": " called", "probability": 0.492431640625}, {"start": 43.97, "end": 44.25, "word": " view", "probability": 0.60986328125}, {"start": 44.25, "end": 44.65, "word": " pager.", "probability": 0.905029296875}, {"start": 44.91, "end": 44.99, "word": " It", "probability": 0.8505859375}, {"start": 44.99, "end": 45.03, "word": " does", "probability": 0.42333984375}, {"start": 45.03, "end": 45.07, "word": " not", "probability": 0.94189453125}, {"start": 45.07, "end": 45.23, "word": " have", "probability": 0.92236328125}, {"start": 45.23, "end": 45.43, "word": " any", "probability": 0.9208984375}, {"start": 45.43, "end": 45.75, "word": " settings", "probability": 0.54736328125}, {"start": 45.75, "end": 46.15, "word": " or", "probability": 0.9404296875}, {"start": 46.15, "end": 46.67, "word": " attributes", "probability": 0.65380859375}, {"start": 46.67, "end": 46.91, "word": " specific", "probability": 0.37109375}, {"start": 46.91, "end": 47.03, "word": " to", "probability": 0.84423828125}, {"start": 47.03, "end": 47.41, "word": " XML.", "probability": 0.8095703125}, {"start": 48.17, "end": 48.37, "word": " But", "probability": 0.8486328125}, {"start": 48.37, "end": 48.55, "word": " in", "probability": 0.796875}, {"start": 48.55, "end": 48.65, "word": " the", "probability": 0.81640625}, {"start": 48.65, "end": 49.01, "word": " code,", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 2, "seek": 6953, "start": 50.49, "end": 69.53, "text": "I have to bring the adapter or the view pager and make it an adapter. The adapter of the view pager's function, as we said, it takes a list of fragments and it fills these fragments inside the view pager, which leads to the transition from one fragment to another.", "tokens": [40, 362, 281, 1565, 264, 22860, 420, 264, 1910, 280, 3557, 293, 652, 309, 364, 22860, 13, 440, 22860, 295, 264, 1910, 280, 3557, 311, 2445, 11, 382, 321, 848, 11, 309, 2516, 257, 1329, 295, 29197, 293, 309, 22498, 613, 29197, 1854, 264, 1910, 280, 3557, 11, 597, 6689, 281, 264, 6034, 490, 472, 26424, 281, 1071, 13], "avg_logprob": -0.48020834624767306, "compression_ratio": 1.7254901960784315, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 50.49, "end": 50.83, "word": "I", "probability": 0.62744140625}, {"start": 50.83, "end": 50.89, "word": " have", "probability": 0.246337890625}, {"start": 50.89, "end": 51.31, "word": " to", "probability": 0.9541015625}, {"start": 51.31, "end": 52.13, "word": " bring", "probability": 0.480712890625}, {"start": 52.13, "end": 52.31, "word": " the", "probability": 0.5439453125}, {"start": 52.31, "end": 52.75, "word": " adapter", "probability": 0.86083984375}, {"start": 52.75, "end": 54.45, "word": " or", "probability": 0.623046875}, {"start": 54.45, "end": 54.65, "word": " the", "probability": 0.2113037109375}, {"start": 54.65, "end": 54.79, "word": " view", "probability": 0.7568359375}, {"start": 54.79, "end": 55.19, "word": " pager", "probability": 0.7103271484375}, {"start": 55.19, "end": 56.33, "word": " and", "probability": 0.7578125}, {"start": 56.33, "end": 56.59, "word": " make", "probability": 0.6357421875}, {"start": 56.59, "end": 56.73, "word": " it", "probability": 0.7060546875}, {"start": 56.73, "end": 56.77, "word": " an", "probability": 0.669921875}, {"start": 56.77, "end": 57.13, "word": " adapter.", "probability": 0.873046875}, {"start": 58.23, "end": 58.45, "word": " The", "probability": 0.58544921875}, {"start": 58.45, "end": 58.81, "word": " adapter", "probability": 0.708984375}, {"start": 58.81, "end": 59.05, "word": " of", "probability": 0.459716796875}, {"start": 59.05, "end": 59.15, "word": " the", "probability": 0.8232421875}, {"start": 59.15, "end": 59.31, "word": " view", "probability": 0.876953125}, {"start": 59.31, "end": 59.93, "word": " pager's", "probability": 0.7315266927083334}, {"start": 59.93, "end": 60.15, "word": " function,", "probability": 0.68603515625}, {"start": 60.43, "end": 60.47, "word": " as", "probability": 0.73681640625}, {"start": 60.47, "end": 60.69, "word": " we", "probability": 0.77099609375}, {"start": 60.69, "end": 60.89, "word": " said,", "probability": 0.76220703125}, {"start": 61.11, "end": 61.21, "word": " it", "probability": 0.198974609375}, {"start": 61.21, "end": 61.71, "word": " takes", "probability": 0.70751953125}, {"start": 61.71, "end": 61.87, "word": " a", "probability": 0.814453125}, {"start": 61.87, "end": 62.07, "word": " list", "probability": 0.91259765625}, {"start": 62.07, "end": 62.27, "word": " of", "probability": 0.97265625}, {"start": 62.27, "end": 62.87, "word": " fragments", "probability": 0.77880859375}, {"start": 62.87, "end": 64.11, "word": " and", "probability": 0.662109375}, {"start": 64.11, "end": 64.31, "word": " it", "probability": 0.4814453125}, {"start": 64.31, "end": 64.63, "word": " fills", "probability": 0.36328125}, {"start": 64.63, "end": 64.81, "word": " these", "probability": 0.42431640625}, {"start": 64.81, "end": 65.21, "word": " fragments", "probability": 0.78955078125}, {"start": 65.21, "end": 65.63, "word": " inside", "probability": 0.33349609375}, {"start": 65.63, "end": 65.83, "word": " the", "probability": 0.88818359375}, {"start": 65.83, "end": 65.95, "word": " view", "probability": 0.853515625}, {"start": 65.95, "end": 66.27, "word": " pager,", "probability": 0.8955078125}, {"start": 66.37, "end": 66.55, "word": " which", "probability": 0.5146484375}, {"start": 66.55, "end": 66.97, "word": " leads", "probability": 0.174072265625}, {"start": 66.97, "end": 68.15, "word": " to", "probability": 0.9365234375}, {"start": 68.15, "end": 68.29, "word": " the", "probability": 0.79931640625}, {"start": 68.29, "end": 68.57, "word": " transition", "probability": 0.254638671875}, {"start": 68.57, "end": 68.89, "word": " from", "probability": 0.77001953125}, {"start": 68.89, "end": 69.11, "word": " one", "probability": 0.58203125}, {"start": 69.11, "end": 69.33, "word": " fragment", "probability": 0.8623046875}, {"start": 69.33, "end": 69.49, "word": " to", "probability": 0.97509765625}, {"start": 69.49, "end": 69.53, "word": " another.", "probability": 0.6904296875}], "temperature": 1.0}, {"id": 3, "seek": 9756, "start": 71.16, "end": 97.56, "text": " You don't need to remove the fragment and put it back. It will do this job by itself. How did we make this adapter? We made a class ExtendFragmentPagerAdapter We made a constructor in the FragmentPagerAdapter Wait a minute, I don't know how to use this. We made a constructor that asks to send a major fragment.", "tokens": [509, 500, 380, 643, 281, 4159, 264, 26424, 293, 829, 309, 646, 13, 467, 486, 360, 341, 1691, 538, 2564, 13, 1012, 630, 321, 652, 341, 22860, 30, 492, 1027, 257, 1508, 9881, 521, 37, 3731, 518, 47, 3557, 15830, 5446, 492, 1027, 257, 47479, 294, 264, 479, 3731, 518, 47, 3557, 15830, 5446, 3802, 257, 3456, 11, 286, 500, 380, 458, 577, 281, 764, 341, 13, 492, 1027, 257, 47479, 300, 8962, 281, 2845, 257, 2563, 26424, 13], "avg_logprob": -0.5613281041383743, "compression_ratio": 1.6421052631578947, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 71.16, "end": 71.56, "word": " You", "probability": 0.1806640625}, {"start": 71.56, "end": 71.82, "word": " don't", "probability": 0.815673828125}, {"start": 71.82, "end": 72.26, "word": " need", "probability": 0.59765625}, {"start": 72.26, "end": 72.56, "word": " to", "probability": 0.92724609375}, {"start": 72.56, "end": 72.84, "word": " remove", "probability": 0.509765625}, {"start": 72.84, "end": 72.98, "word": " the", "probability": 0.578125}, {"start": 72.98, "end": 73.28, "word": " fragment", "probability": 0.8359375}, {"start": 73.28, "end": 73.46, "word": " and", "probability": 0.7822265625}, {"start": 73.46, "end": 73.78, "word": " put", "probability": 0.21044921875}, {"start": 73.78, "end": 73.94, "word": " it", "probability": 0.775390625}, {"start": 73.94, "end": 74.02, "word": " back.", "probability": 0.467041015625}, {"start": 74.52, "end": 74.82, "word": " It", "probability": 0.49560546875}, {"start": 74.82, "end": 74.96, "word": " will", "probability": 0.35791015625}, {"start": 74.96, "end": 75.46, "word": " do", "probability": 0.646484375}, {"start": 75.46, "end": 76.16, "word": " this", "probability": 0.2454833984375}, {"start": 76.16, "end": 76.16, "word": " job", "probability": 0.7099609375}, {"start": 76.16, "end": 76.36, "word": " by", "probability": 0.23046875}, {"start": 76.36, "end": 76.62, "word": " itself.", "probability": 0.77294921875}, {"start": 77.76, "end": 78.32, "word": " How", "probability": 0.2998046875}, {"start": 78.32, "end": 78.52, "word": " did", "probability": 0.7060546875}, {"start": 78.52, "end": 78.64, "word": " we", "probability": 0.716796875}, {"start": 78.64, "end": 78.64, "word": " make", "probability": 0.494140625}, {"start": 78.64, "end": 78.74, "word": " this", "probability": 0.89208984375}, {"start": 78.74, "end": 79.1, "word": " adapter?", "probability": 0.8623046875}, {"start": 79.34, "end": 79.62, "word": " We", "probability": 0.89501953125}, {"start": 79.62, "end": 79.98, "word": " made", "probability": 0.5224609375}, {"start": 79.98, "end": 80.16, "word": " a", "probability": 0.8662109375}, {"start": 80.16, "end": 80.56, "word": " class", "probability": 0.9638671875}, {"start": 80.56, "end": 83.46, "word": " ExtendFragmentPagerAdapter", "probability": 0.8399115668402778}, {"start": 83.46, "end": 85.66, "word": " We", "probability": 0.150146484375}, {"start": 85.66, "end": 85.66, "word": " made", "probability": 0.6611328125}, {"start": 85.66, "end": 85.66, "word": " a", "probability": 0.8115234375}, {"start": 85.66, "end": 85.66, "word": " constructor", "probability": 0.91015625}, {"start": 85.66, "end": 85.66, "word": " in", "probability": 0.35546875}, {"start": 85.66, "end": 85.72, "word": " the", "probability": 0.317626953125}, {"start": 85.72, "end": 86.74, "word": " FragmentPagerAdapter", "probability": 0.8495221819196429}, {"start": 86.74, "end": 88.3, "word": " Wait", "probability": 0.202392578125}, {"start": 88.3, "end": 88.3, "word": " a", "probability": 0.52392578125}, {"start": 88.3, "end": 89.44, "word": " minute,", "probability": 0.497314453125}, {"start": 89.56, "end": 89.74, "word": " I", "probability": 0.366455078125}, {"start": 89.74, "end": 89.86, "word": " don't", "probability": 0.59429931640625}, {"start": 89.86, "end": 90.02, "word": " know", "probability": 0.7763671875}, {"start": 90.02, "end": 90.18, "word": " how", "probability": 0.6474609375}, {"start": 90.18, "end": 90.18, "word": " to", "probability": 0.82275390625}, {"start": 90.18, "end": 90.18, "word": " use", "probability": 0.3349609375}, {"start": 90.18, "end": 90.4, "word": " this.", "probability": 0.822265625}, {"start": 91.74, "end": 92.02, "word": " We", "probability": 0.740234375}, {"start": 92.02, "end": 92.2, "word": " made", "probability": 0.80712890625}, {"start": 92.2, "end": 92.42, "word": " a", "probability": 0.9326171875}, {"start": 92.42, "end": 93.0, "word": " constructor", "probability": 0.9296875}, {"start": 93.0, "end": 93.58, "word": " that", "probability": 0.329345703125}, {"start": 93.58, "end": 95.1, "word": " asks", "probability": 0.131103515625}, {"start": 95.1, "end": 96.52, "word": " to", "probability": 0.361572265625}, {"start": 96.52, "end": 96.68, "word": " send", "probability": 0.57177734375}, {"start": 96.68, "end": 96.92, "word": " a", "probability": 0.412109375}, {"start": 96.92, "end": 97.56, "word": " major", "probability": 0.5927734375}, {"start": 97.56, "end": 97.56, "word": " fragment.", "probability": 0.86962890625}], "temperature": 1.0}, {"id": 4, "seek": 11652, "start": 98.5, "end": 116.52, "text": " Of course, why does he need the fragment manager? Because he is the one who is going to make the change. The change is made by the fragment manager, not us who are going to make a transaction, remove the fragment and put it back. You also need to send him the fragments that you want to deal with. You prepare the fragments, put them in a list and send them to him.", "tokens": [2720, 1164, 11, 983, 775, 415, 643, 264, 26424, 6598, 30, 1436, 415, 307, 264, 472, 567, 307, 516, 281, 652, 264, 1319, 13, 440, 1319, 307, 1027, 538, 264, 26424, 6598, 11, 406, 505, 567, 366, 516, 281, 652, 257, 14425, 11, 4159, 264, 26424, 293, 829, 309, 646, 13, 509, 611, 643, 281, 2845, 796, 264, 29197, 300, 291, 528, 281, 2028, 365, 13, 509, 5940, 264, 29197, 11, 829, 552, 294, 257, 1329, 293, 2845, 552, 281, 796, 13], "avg_logprob": -0.5173192842897162, "compression_ratio": 1.8029556650246306, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 98.5, "end": 98.76, "word": " Of", "probability": 0.37939453125}, {"start": 98.76, "end": 98.94, "word": " course,", "probability": 0.9462890625}, {"start": 99.06, "end": 99.36, "word": " why", "probability": 0.6904296875}, {"start": 99.36, "end": 99.4, "word": " does", "probability": 0.51318359375}, {"start": 99.4, "end": 99.4, "word": " he", "probability": 0.262451171875}, {"start": 99.4, "end": 99.62, "word": " need", "probability": 0.435546875}, {"start": 99.62, "end": 99.78, "word": " the", "probability": 0.52880859375}, {"start": 99.78, "end": 100.02, "word": " fragment", "probability": 0.5400390625}, {"start": 100.02, "end": 100.38, "word": " manager?", "probability": 0.95458984375}, {"start": 101.28, "end": 101.64, "word": " Because", "probability": 0.85986328125}, {"start": 101.64, "end": 101.82, "word": " he", "probability": 0.89599609375}, {"start": 101.82, "end": 101.92, "word": " is", "probability": 0.422119140625}, {"start": 101.92, "end": 101.92, "word": " the", "probability": 0.6748046875}, {"start": 101.92, "end": 101.92, "word": " one", "probability": 0.8818359375}, {"start": 101.92, "end": 101.92, "word": " who", "probability": 0.58837890625}, {"start": 101.92, "end": 102.02, "word": " is", "probability": 0.1358642578125}, {"start": 102.02, "end": 102.04, "word": " going", "probability": 0.7412109375}, {"start": 102.04, "end": 102.1, "word": " to", "probability": 0.9677734375}, {"start": 102.1, "end": 102.18, "word": " make", "probability": 0.41552734375}, {"start": 102.18, "end": 102.36, "word": " the", "probability": 0.69921875}, {"start": 102.36, "end": 102.58, "word": " change.", "probability": 0.327880859375}, {"start": 103.0, "end": 103.36, "word": " The", "probability": 0.5322265625}, {"start": 103.36, "end": 103.54, "word": " change", "probability": 0.86181640625}, {"start": 103.54, "end": 103.94, "word": " is", "probability": 0.53515625}, {"start": 103.94, "end": 104.32, "word": " made", "probability": 0.346435546875}, {"start": 104.32, "end": 104.92, "word": " by", "probability": 0.7470703125}, {"start": 104.92, "end": 105.22, "word": " the", "probability": 0.347412109375}, {"start": 105.22, "end": 105.48, "word": " fragment", "probability": 0.83544921875}, {"start": 105.48, "end": 105.86, "word": " manager,", "probability": 0.94677734375}, {"start": 105.86, "end": 106.04, "word": " not", "probability": 0.6845703125}, {"start": 106.04, "end": 106.28, "word": " us", "probability": 0.325927734375}, {"start": 106.28, "end": 106.38, "word": " who", "probability": 0.642578125}, {"start": 106.38, "end": 106.48, "word": " are", "probability": 0.30078125}, {"start": 106.48, "end": 106.62, "word": " going", "probability": 0.91796875}, {"start": 106.62, "end": 106.82, "word": " to", "probability": 0.95751953125}, {"start": 106.82, "end": 106.92, "word": " make", "probability": 0.322509765625}, {"start": 106.92, "end": 107.06, "word": " a", "probability": 0.46337890625}, {"start": 107.06, "end": 107.58, "word": " transaction,", "probability": 0.896484375}, {"start": 107.76, "end": 107.96, "word": " remove", "probability": 0.43505859375}, {"start": 107.96, "end": 108.12, "word": " the", "probability": 0.8427734375}, {"start": 108.12, "end": 108.4, "word": " fragment", "probability": 0.751953125}, {"start": 108.4, "end": 108.58, "word": " and", "probability": 0.79541015625}, {"start": 108.58, "end": 108.72, "word": " put", "probability": 0.358154296875}, {"start": 108.72, "end": 108.96, "word": " it", "probability": 0.89404296875}, {"start": 108.96, "end": 108.98, "word": " back.", "probability": 0.4951171875}, {"start": 109.62, "end": 109.82, "word": " You", "probability": 0.44775390625}, {"start": 109.82, "end": 109.86, "word": " also", "probability": 0.52783203125}, {"start": 109.86, "end": 109.96, "word": " need", "probability": 0.482421875}, {"start": 109.96, "end": 110.08, "word": " to", "probability": 0.9609375}, {"start": 110.08, "end": 110.2, "word": " send", "probability": 0.7119140625}, {"start": 110.2, "end": 110.38, "word": " him", "probability": 0.54541015625}, {"start": 110.38, "end": 112.4, "word": " the", "probability": 0.748046875}, {"start": 112.4, "end": 112.82, "word": " fragments", "probability": 0.7685546875}, {"start": 112.82, "end": 112.92, "word": " that", "probability": 0.548828125}, {"start": 112.92, "end": 113.02, "word": " you", "probability": 0.53515625}, {"start": 113.02, "end": 113.08, "word": " want", "probability": 0.348388671875}, {"start": 113.08, "end": 113.08, "word": " to", "probability": 0.90576171875}, {"start": 113.08, "end": 113.24, "word": " deal", "probability": 0.318359375}, {"start": 113.24, "end": 113.42, "word": " with.", "probability": 0.9013671875}, {"start": 113.58, "end": 113.76, "word": " You", "probability": 0.740234375}, {"start": 113.76, "end": 114.32, "word": " prepare", "probability": 0.34375}, {"start": 114.32, "end": 114.58, "word": " the", "probability": 0.7841796875}, {"start": 114.58, "end": 114.98, "word": " fragments,", "probability": 0.56201171875}, {"start": 115.14, "end": 115.44, "word": " put", "probability": 0.63818359375}, {"start": 115.44, "end": 115.66, "word": " them", "probability": 0.8857421875}, {"start": 115.66, "end": 115.76, "word": " in", "probability": 0.473876953125}, {"start": 115.76, "end": 115.82, "word": " a", "probability": 0.6630859375}, {"start": 115.82, "end": 116.0, "word": " list", "probability": 0.9208984375}, {"start": 116.0, "end": 116.08, "word": " and", "probability": 0.7919921875}, {"start": 116.08, "end": 116.24, "word": " send", "probability": 0.7265625}, {"start": 116.24, "end": 116.38, "word": " them", "probability": 0.67333984375}, {"start": 116.38, "end": 116.52, "word": " to", "probability": 0.861328125}, {"start": 116.52, "end": 116.52, "word": " him.", "probability": 0.91943359375}], "temperature": 1.0}, {"id": 5, "seek": 13813, "start": 118.31, "end": 138.13, "text": " Because there is not much work to do, but you have to implement it. For example, if you get item, it gives you the position and you have to return the fragment that has this position from the array. If you get count, it gives you the number of fragments. It's not like in list fragments, you get view and you inflate it. No, because you gave me the fragment and the view is ready. Okay?", "tokens": [1436, 456, 307, 406, 709, 589, 281, 360, 11, 457, 291, 362, 281, 4445, 309, 13, 1171, 1365, 11, 498, 291, 483, 3174, 11, 309, 2709, 291, 264, 2535, 293, 291, 362, 281, 2736, 264, 26424, 300, 575, 341, 2535, 490, 264, 10225, 13, 759, 291, 483, 1207, 11, 309, 2709, 291, 264, 1230, 295, 29197, 13, 467, 311, 406, 411, 294, 1329, 29197, 11, 291, 483, 1910, 293, 291, 9922, 473, 309, 13, 883, 11, 570, 291, 2729, 385, 264, 26424, 293, 264, 1910, 307, 1919, 13, 1033, 30], "avg_logprob": -0.5484203126404311, "compression_ratio": 1.8169014084507042, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 118.31, "end": 118.67, "word": " Because", "probability": 0.11749267578125}, {"start": 118.67, "end": 119.03, "word": " there", "probability": 0.396484375}, {"start": 119.03, "end": 119.07, "word": " is", "probability": 0.59130859375}, {"start": 119.07, "end": 119.13, "word": " not", "probability": 0.716796875}, {"start": 119.13, "end": 119.27, "word": " much", "probability": 0.634765625}, {"start": 119.27, "end": 119.43, "word": " work", "probability": 0.77001953125}, {"start": 119.43, "end": 119.89, "word": " to", "probability": 0.34716796875}, {"start": 119.89, "end": 119.89, "word": " do,", "probability": 0.86376953125}, {"start": 120.57, "end": 121.07, "word": " but", "probability": 0.7255859375}, {"start": 121.07, "end": 121.25, "word": " you", "probability": 0.86962890625}, {"start": 121.25, "end": 121.39, "word": " have", "probability": 0.312744140625}, {"start": 121.39, "end": 121.43, "word": " to", "probability": 0.96630859375}, {"start": 121.43, "end": 122.11, "word": " implement", "probability": 0.393798828125}, {"start": 122.11, "end": 122.37, "word": " it.", "probability": 0.322509765625}, {"start": 122.59, "end": 122.59, "word": " For", "probability": 0.51220703125}, {"start": 122.59, "end": 122.73, "word": " example,", "probability": 0.888671875}, {"start": 122.81, "end": 122.85, "word": " if", "probability": 0.19775390625}, {"start": 122.85, "end": 122.99, "word": " you", "probability": 0.81787109375}, {"start": 122.99, "end": 122.99, "word": " get", "probability": 0.274658203125}, {"start": 122.99, "end": 123.41, "word": " item,", "probability": 0.59765625}, {"start": 123.57, "end": 123.71, "word": " it", "probability": 0.68359375}, {"start": 123.71, "end": 123.93, "word": " gives", "probability": 0.615234375}, {"start": 123.93, "end": 124.07, "word": " you", "probability": 0.88916015625}, {"start": 124.07, "end": 124.17, "word": " the", "probability": 0.53076171875}, {"start": 124.17, "end": 124.47, "word": " position", "probability": 0.86474609375}, {"start": 124.47, "end": 124.61, "word": " and", "probability": 0.564453125}, {"start": 124.61, "end": 124.73, "word": " you", "probability": 0.6572265625}, {"start": 124.73, "end": 124.81, "word": " have", "probability": 0.5146484375}, {"start": 124.81, "end": 125.13, "word": " to", "probability": 0.9658203125}, {"start": 125.13, "end": 125.13, "word": " return", "probability": 0.587890625}, {"start": 125.13, "end": 125.55, "word": " the", "probability": 0.70166015625}, {"start": 125.55, "end": 125.97, "word": " fragment", "probability": 0.58203125}, {"start": 125.97, "end": 126.27, "word": " that", "probability": 0.3017578125}, {"start": 126.27, "end": 126.43, "word": " has", "probability": 0.275390625}, {"start": 126.43, "end": 126.53, "word": " this", "probability": 0.65478515625}, {"start": 126.53, "end": 126.99, "word": " position", "probability": 0.923828125}, {"start": 126.99, "end": 128.29, "word": " from", "probability": 0.2318115234375}, {"start": 128.29, "end": 128.43, "word": " the", "probability": 0.775390625}, {"start": 128.43, "end": 128.69, "word": " array.", "probability": 0.71044921875}, {"start": 129.05, "end": 129.41, "word": " If", "probability": 0.6171875}, {"start": 129.41, "end": 129.45, "word": " you", "probability": 0.94384765625}, {"start": 129.45, "end": 129.45, "word": " get", "probability": 0.82666015625}, {"start": 129.45, "end": 129.71, "word": " count,", "probability": 0.90966796875}, {"start": 129.81, "end": 129.85, "word": " it", "probability": 0.84912109375}, {"start": 129.85, "end": 129.99, "word": " gives", "probability": 0.29931640625}, {"start": 129.99, "end": 130.19, "word": " you", "probability": 0.90283203125}, {"start": 130.19, "end": 130.23, "word": " the", "probability": 0.65185546875}, {"start": 130.23, "end": 130.35, "word": " number", "probability": 0.84716796875}, {"start": 130.35, "end": 130.51, "word": " of", "probability": 0.97021484375}, {"start": 130.51, "end": 130.85, "word": " fragments.", "probability": 0.689453125}, {"start": 130.93, "end": 131.11, "word": " It's", "probability": 0.3341064453125}, {"start": 131.11, "end": 131.17, "word": " not", "probability": 0.9189453125}, {"start": 131.17, "end": 131.61, "word": " like", "probability": 0.85595703125}, {"start": 131.61, "end": 131.93, "word": " in", "probability": 0.1697998046875}, {"start": 131.93, "end": 132.05, "word": " list", "probability": 0.44140625}, {"start": 132.05, "end": 132.43, "word": " fragments,", "probability": 0.444580078125}, {"start": 132.53, "end": 132.55, "word": " you", "probability": 0.7646484375}, {"start": 132.55, "end": 132.69, "word": " get", "probability": 0.69287109375}, {"start": 132.69, "end": 133.05, "word": " view", "probability": 0.61376953125}, {"start": 133.05, "end": 133.59, "word": " and", "probability": 0.67431640625}, {"start": 133.59, "end": 133.71, "word": " you", "probability": 0.345947265625}, {"start": 133.71, "end": 134.37, "word": " inflate", "probability": 0.64599609375}, {"start": 134.37, "end": 134.69, "word": " it.", "probability": 0.405029296875}, {"start": 134.87, "end": 135.05, "word": " No,", "probability": 0.73486328125}, {"start": 135.09, "end": 135.27, "word": " because", "probability": 0.8330078125}, {"start": 135.27, "end": 135.49, "word": " you", "probability": 0.8359375}, {"start": 135.49, "end": 135.91, "word": " gave", "probability": 0.1796875}, {"start": 135.91, "end": 136.07, "word": " me", "probability": 0.374267578125}, {"start": 136.07, "end": 136.17, "word": " the", "probability": 0.859375}, {"start": 136.17, "end": 136.51, "word": " fragment", "probability": 0.84716796875}, {"start": 136.51, "end": 136.67, "word": " and", "probability": 0.8515625}, {"start": 136.67, "end": 136.75, "word": " the", "probability": 0.75732421875}, {"start": 136.75, "end": 136.91, "word": " view", "probability": 0.90625}, {"start": 136.91, "end": 137.03, "word": " is", "probability": 0.90380859375}, {"start": 137.03, "end": 137.31, "word": " ready.", "probability": 0.76953125}, {"start": 137.93, "end": 138.13, "word": " Okay?", "probability": 0.44580078125}], "temperature": 1.0}, {"id": 6, "seek": 16573, "start": 140.67, "end": 165.73, "text": " So in the main activity, we created an object from the adapter and then we went to the pager and said set adapter and the result was that this is my face and this is me moving between the existing screens. Of course, this screen has an image view. Of course, you are supposed to use screens that change color. Of course, you can put whatever you want in it.", "tokens": [407, 294, 264, 2135, 5191, 11, 321, 2942, 364, 2657, 490, 264, 22860, 293, 550, 321, 1437, 281, 264, 280, 3557, 293, 848, 992, 22860, 293, 264, 1874, 390, 300, 341, 307, 452, 1851, 293, 341, 307, 385, 2684, 1296, 264, 6741, 11171, 13, 2720, 1164, 11, 341, 2568, 575, 364, 3256, 1910, 13, 2720, 1164, 11, 291, 366, 3442, 281, 764, 11171, 300, 1319, 2017, 13, 2720, 1164, 11, 291, 393, 829, 2035, 291, 528, 294, 309, 13], "avg_logprob": -0.4085937451571226, "compression_ratio": 1.7549019607843137, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 140.67, "end": 140.87, "word": " So", "probability": 0.39208984375}, {"start": 140.87, "end": 141.09, "word": " in", "probability": 0.426025390625}, {"start": 141.09, "end": 141.23, "word": " the", "probability": 0.54248046875}, {"start": 141.23, "end": 141.35, "word": " main", "probability": 0.6318359375}, {"start": 141.35, "end": 141.79, "word": " activity,", "probability": 0.90234375}, {"start": 142.13, "end": 142.45, "word": " we", "probability": 0.88037109375}, {"start": 142.45, "end": 142.75, "word": " created", "probability": 0.60400390625}, {"start": 142.75, "end": 143.49, "word": " an", "probability": 0.78955078125}, {"start": 143.49, "end": 143.71, "word": " object", "probability": 0.9453125}, {"start": 143.71, "end": 143.89, "word": " from", "probability": 0.71044921875}, {"start": 143.89, "end": 143.97, "word": " the", "probability": 0.68798828125}, {"start": 143.97, "end": 144.37, "word": " adapter", "probability": 0.75341796875}, {"start": 144.37, "end": 144.55, "word": " and", "probability": 0.47412109375}, {"start": 144.55, "end": 144.75, "word": " then", "probability": 0.5546875}, {"start": 144.75, "end": 144.93, "word": " we", "probability": 0.53662109375}, {"start": 144.93, "end": 144.93, "word": " went", "probability": 0.55029296875}, {"start": 144.93, "end": 145.09, "word": " to", "probability": 0.92919921875}, {"start": 145.09, "end": 145.19, "word": " the", "probability": 0.83984375}, {"start": 145.19, "end": 145.43, "word": " pager", "probability": 0.61187744140625}, {"start": 145.43, "end": 145.59, "word": " and", "probability": 0.77734375}, {"start": 145.59, "end": 145.67, "word": " said", "probability": 0.183349609375}, {"start": 145.67, "end": 146.01, "word": " set", "probability": 0.5634765625}, {"start": 146.01, "end": 146.49, "word": " adapter", "probability": 0.82421875}, {"start": 146.49, "end": 147.07, "word": " and", "probability": 0.413818359375}, {"start": 147.07, "end": 147.17, "word": " the", "probability": 0.87158203125}, {"start": 147.17, "end": 147.47, "word": " result", "probability": 0.92236328125}, {"start": 147.47, "end": 148.37, "word": " was", "probability": 0.90625}, {"start": 148.37, "end": 151.63, "word": " that", "probability": 0.45263671875}, {"start": 151.63, "end": 151.89, "word": " this", "probability": 0.78759765625}, {"start": 151.89, "end": 151.95, "word": " is", "probability": 0.82861328125}, {"start": 151.95, "end": 151.99, "word": " my", "probability": 0.8203125}, {"start": 151.99, "end": 152.25, "word": " face", "probability": 0.87109375}, {"start": 152.25, "end": 153.41, "word": " and", "probability": 0.81689453125}, {"start": 153.41, "end": 153.57, "word": " this", "probability": 0.59716796875}, {"start": 153.57, "end": 153.63, "word": " is", "probability": 0.86083984375}, {"start": 153.63, "end": 153.97, "word": " me", "probability": 0.77294921875}, {"start": 153.97, "end": 154.51, "word": " moving", "probability": 0.77197265625}, {"start": 154.51, "end": 154.89, "word": " between", "probability": 0.297119140625}, {"start": 154.89, "end": 155.37, "word": " the", "probability": 0.43896484375}, {"start": 155.37, "end": 156.67, "word": " existing", "probability": 0.269287109375}, {"start": 156.67, "end": 156.67, "word": " screens.", "probability": 0.81005859375}, {"start": 157.27, "end": 157.51, "word": " Of", "probability": 0.64990234375}, {"start": 157.51, "end": 157.51, "word": " course,", "probability": 0.958984375}, {"start": 157.57, "end": 157.75, "word": " this", "probability": 0.78271484375}, {"start": 157.75, "end": 157.97, "word": " screen", "probability": 0.80859375}, {"start": 157.97, "end": 158.19, "word": " has", "probability": 0.875}, {"start": 158.19, "end": 158.27, "word": " an", "probability": 0.42724609375}, {"start": 158.27, "end": 158.41, "word": " image", "probability": 0.8212890625}, {"start": 158.41, "end": 158.67, "word": " view.", "probability": 0.869140625}, {"start": 159.27, "end": 159.55, "word": " Of", "probability": 0.6083984375}, {"start": 159.55, "end": 161.25, "word": " course,", "probability": 0.9599609375}, {"start": 161.37, "end": 161.53, "word": " you", "probability": 0.7607421875}, {"start": 161.53, "end": 161.59, "word": " are", "probability": 0.68017578125}, {"start": 161.59, "end": 161.85, "word": " supposed", "probability": 0.88134765625}, {"start": 161.85, "end": 162.15, "word": " to", "probability": 0.96484375}, {"start": 162.15, "end": 162.79, "word": " use", "probability": 0.71630859375}, {"start": 162.79, "end": 163.17, "word": " screens", "probability": 0.82421875}, {"start": 163.17, "end": 163.31, "word": " that", "probability": 0.454345703125}, {"start": 163.31, "end": 163.57, "word": " change", "probability": 0.7294921875}, {"start": 163.57, "end": 164.03, "word": " color.", "probability": 0.50830078125}, {"start": 164.21, "end": 164.61, "word": " Of", "probability": 0.3369140625}, {"start": 164.61, "end": 164.61, "word": " course,", "probability": 0.9580078125}, {"start": 164.71, "end": 164.71, "word": " you", "probability": 0.95654296875}, {"start": 164.71, "end": 164.93, "word": " can", "probability": 0.9365234375}, {"start": 164.93, "end": 165.13, "word": " put", "probability": 0.6943359375}, {"start": 165.13, "end": 165.39, "word": " whatever", "probability": 0.69482421875}, {"start": 165.39, "end": 165.61, "word": " you", "probability": 0.85009765625}, {"start": 165.61, "end": 165.67, "word": " want", "probability": 0.81494140625}, {"start": 165.67, "end": 165.73, "word": " in", "probability": 0.5673828125}, {"start": 165.73, "end": 165.73, "word": " it.", "probability": 0.61376953125}], "temperature": 1.0}, {"id": 7, "seek": 18648, "start": 166.88, "end": 186.48, "text": "Let's move forward in this topic. Let's say we want to make pictures. I want to make an image gallery and put pictures and show them. How can we improve in order to make pictures? When you come to make pictures, first of all, you don't need more than a frame.", "tokens": [8373, 311, 1286, 2128, 294, 341, 4829, 13, 961, 311, 584, 321, 528, 281, 652, 5242, 13, 286, 528, 281, 652, 364, 3256, 18378, 293, 829, 5242, 293, 855, 552, 13, 1012, 393, 321, 3470, 294, 1668, 281, 652, 5242, 30, 1133, 291, 808, 281, 652, 5242, 11, 700, 295, 439, 11, 291, 500, 380, 643, 544, 813, 257, 3920, 13], "avg_logprob": -0.5022681365090031, "compression_ratio": 1.608695652173913, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 166.88, "end": 167.36, "word": "Let's", "probability": 0.49212646484375}, {"start": 167.36, "end": 167.36, "word": " move", "probability": 0.1451416015625}, {"start": 167.36, "end": 168.16, "word": " forward", "probability": 0.6396484375}, {"start": 168.16, "end": 168.46, "word": " in", "probability": 0.240478515625}, {"start": 168.46, "end": 168.54, "word": " this", "probability": 0.876953125}, {"start": 168.54, "end": 168.9, "word": " topic.", "probability": 0.43505859375}, {"start": 169.32, "end": 169.64, "word": " Let's", "probability": 0.821044921875}, {"start": 169.64, "end": 169.88, "word": " say", "probability": 0.8837890625}, {"start": 169.88, "end": 170.04, "word": " we", "probability": 0.50927734375}, {"start": 170.04, "end": 170.28, "word": " want", "probability": 0.6806640625}, {"start": 170.28, "end": 170.3, "word": " to", "probability": 0.96630859375}, {"start": 170.3, "end": 170.46, "word": " make", "probability": 0.5029296875}, {"start": 170.46, "end": 170.86, "word": " pictures.", "probability": 0.37744140625}, {"start": 172.04, "end": 172.52, "word": " I", "probability": 0.75244140625}, {"start": 172.52, "end": 172.72, "word": " want", "probability": 0.80419921875}, {"start": 172.72, "end": 172.82, "word": " to", "probability": 0.96484375}, {"start": 172.82, "end": 173.02, "word": " make", "probability": 0.7939453125}, {"start": 173.02, "end": 173.46, "word": " an", "probability": 0.75830078125}, {"start": 173.46, "end": 173.68, "word": " image", "probability": 0.8564453125}, {"start": 173.68, "end": 174.02, "word": " gallery", "probability": 0.982421875}, {"start": 174.02, "end": 174.22, "word": " and", "probability": 0.537109375}, {"start": 174.22, "end": 174.4, "word": " put", "probability": 0.334228515625}, {"start": 174.4, "end": 174.72, "word": " pictures", "probability": 0.6767578125}, {"start": 174.72, "end": 174.9, "word": " and", "probability": 0.6435546875}, {"start": 174.9, "end": 175.14, "word": " show", "probability": 0.439453125}, {"start": 175.14, "end": 175.62, "word": " them.", "probability": 0.8779296875}, {"start": 175.9, "end": 176.38, "word": " How", "probability": 0.54443359375}, {"start": 176.38, "end": 176.54, "word": " can", "probability": 0.3701171875}, {"start": 176.54, "end": 176.6, "word": " we", "probability": 0.8125}, {"start": 176.6, "end": 176.9, "word": " improve", "probability": 0.469482421875}, {"start": 176.9, "end": 177.24, "word": " in", "probability": 0.164794921875}, {"start": 177.24, "end": 177.38, "word": " order", "probability": 0.69384765625}, {"start": 177.38, "end": 178.38, "word": " to", "probability": 0.9677734375}, {"start": 178.38, "end": 178.6, "word": " make", "probability": 0.8408203125}, {"start": 178.6, "end": 178.94, "word": " pictures?", "probability": 0.6630859375}, {"start": 181.32, "end": 181.8, "word": " When", "probability": 0.62353515625}, {"start": 181.8, "end": 182.04, "word": " you", "probability": 0.908203125}, {"start": 182.04, "end": 182.16, "word": " come", "probability": 0.262939453125}, {"start": 182.16, "end": 182.24, "word": " to", "probability": 0.8330078125}, {"start": 182.24, "end": 182.42, "word": " make", "probability": 0.74267578125}, {"start": 182.42, "end": 182.8, "word": " pictures,", "probability": 0.70361328125}, {"start": 183.06, "end": 183.22, "word": " first", "probability": 0.381103515625}, {"start": 183.22, "end": 183.66, "word": " of", "probability": 0.497314453125}, {"start": 183.66, "end": 183.66, "word": " all,", "probability": 0.951171875}, {"start": 183.96, "end": 183.96, "word": " you", "probability": 0.91943359375}, {"start": 183.96, "end": 184.2, "word": " don't", "probability": 0.804931640625}, {"start": 184.2, "end": 184.46, "word": " need", "probability": 0.85302734375}, {"start": 184.46, "end": 185.84, "word": " more", "probability": 0.8115234375}, {"start": 185.84, "end": 186.04, "word": " than", "probability": 0.8427734375}, {"start": 186.04, "end": 186.26, "word": " a", "probability": 0.371826171875}, {"start": 186.26, "end": 186.48, "word": " frame.", "probability": 0.478515625}], "temperature": 1.0}, {"id": 8, "seek": 20411, "start": 188.69, "end": 204.11, "text": "For example, how many fragments do I have? Blue, green and red. On what basis? Because each one is different from the other. Why did I make this mistake? Yes, the context is wrong.", "tokens": [12587, 1365, 11, 577, 867, 29197, 360, 286, 362, 30, 8510, 11, 3092, 293, 2182, 13, 1282, 437, 5143, 30, 1436, 1184, 472, 307, 819, 490, 264, 661, 13, 1545, 630, 286, 652, 341, 6146, 30, 1079, 11, 264, 4319, 307, 2085, 13], "avg_logprob": -0.49964491345665674, "compression_ratio": 1.267605633802817, "no_speech_prob": 0.0, "words": [{"start": 188.69, "end": 188.95, "word": "For", "probability": 0.391845703125}, {"start": 188.95, "end": 189.13, "word": " example,", "probability": 0.92236328125}, {"start": 189.85, "end": 190.19, "word": " how", "probability": 0.1710205078125}, {"start": 190.19, "end": 190.29, "word": " many", "probability": 0.8720703125}, {"start": 190.29, "end": 190.69, "word": " fragments", "probability": 0.49169921875}, {"start": 190.69, "end": 190.69, "word": " do", "probability": 0.62548828125}, {"start": 190.69, "end": 190.69, "word": " I", "probability": 0.9609375}, {"start": 190.69, "end": 190.69, "word": " have?", "probability": 0.943359375}, {"start": 190.83, "end": 191.05, "word": " Blue,", "probability": 0.82373046875}, {"start": 191.19, "end": 191.53, "word": " green", "probability": 0.6943359375}, {"start": 191.53, "end": 192.25, "word": " and", "probability": 0.65087890625}, {"start": 192.25, "end": 192.57, "word": " red.", "probability": 0.9443359375}, {"start": 192.81, "end": 193.05, "word": " On", "probability": 0.28955078125}, {"start": 193.05, "end": 193.41, "word": " what", "probability": 0.7529296875}, {"start": 193.41, "end": 193.41, "word": " basis?", "probability": 0.912109375}, {"start": 193.65, "end": 193.83, "word": " Because", "probability": 0.85693359375}, {"start": 193.83, "end": 194.07, "word": " each", "probability": 0.70947265625}, {"start": 194.07, "end": 194.37, "word": " one", "probability": 0.64697265625}, {"start": 194.37, "end": 194.49, "word": " is", "probability": 0.84912109375}, {"start": 194.49, "end": 194.79, "word": " different", "probability": 0.888671875}, {"start": 194.79, "end": 195.03, "word": " from", "probability": 0.73486328125}, {"start": 195.03, "end": 196.07, "word": " the", "probability": 0.75830078125}, {"start": 196.07, "end": 196.33, "word": " other.", "probability": 0.7421875}, {"start": 196.99, "end": 197.39, "word": " Why", "probability": 0.63916015625}, {"start": 197.39, "end": 197.39, "word": " did", "probability": 0.296875}, {"start": 197.39, "end": 197.61, "word": " I", "probability": 0.6630859375}, {"start": 197.61, "end": 197.81, "word": " make", "probability": 0.6767578125}, {"start": 197.81, "end": 197.93, "word": " this", "probability": 0.284912109375}, {"start": 197.93, "end": 198.09, "word": " mistake?", "probability": 0.5546875}, {"start": 202.67, "end": 203.15, "word": " Yes,", "probability": 0.33154296875}, {"start": 203.39, "end": 203.45, "word": " the", "probability": 0.1856689453125}, {"start": 203.45, "end": 203.81, "word": " context", "probability": 0.8857421875}, {"start": 203.81, "end": 203.89, "word": " is", "probability": 0.343994140625}, {"start": 203.89, "end": 204.11, "word": " wrong.", "probability": 0.51220703125}], "temperature": 1.0}, {"id": 9, "seek": 23323, "start": 209.37, "end": 233.23, "text": " You don't have to ... We put three fragments on the basis that there are three different screens. Now, when I want to work on an image gallery, I really want to go to fragment 1, okay? This is the red fragment. And I put this in the image view, which will show me the image. So even this one, for example, I put 0db, on the basis of what?", "tokens": [509, 500, 380, 362, 281, 1097, 492, 829, 1045, 29197, 322, 264, 5143, 300, 456, 366, 1045, 819, 11171, 13, 823, 11, 562, 286, 528, 281, 589, 322, 364, 3256, 18378, 11, 286, 534, 528, 281, 352, 281, 26424, 502, 11, 1392, 30, 639, 307, 264, 2182, 26424, 13, 400, 286, 829, 341, 294, 264, 3256, 1910, 11, 597, 486, 855, 385, 264, 3256, 13, 407, 754, 341, 472, 11, 337, 1365, 11, 286, 829, 1958, 67, 65, 11, 322, 264, 5143, 295, 437, 30], "avg_logprob": -0.4360465150932933, "compression_ratio": 1.599056603773585, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 209.37, "end": 209.65, "word": " You", "probability": 0.138671875}, {"start": 209.65, "end": 209.81, "word": " don't", "probability": 0.8515625}, {"start": 209.81, "end": 210.01, "word": " have", "probability": 0.59765625}, {"start": 210.01, "end": 210.11, "word": " to", "probability": 0.96435546875}, {"start": 210.11, "end": 210.41, "word": " ...", "probability": 0.14111328125}, {"start": 210.41, "end": 210.99, "word": " We", "probability": 0.424072265625}, {"start": 210.99, "end": 211.29, "word": " put", "probability": 0.50830078125}, {"start": 211.29, "end": 211.71, "word": " three", "probability": 0.5927734375}, {"start": 211.71, "end": 212.07, "word": " fragments", "probability": 0.6669921875}, {"start": 212.07, "end": 212.23, "word": " on", "probability": 0.255615234375}, {"start": 212.23, "end": 212.31, "word": " the", "probability": 0.4638671875}, {"start": 212.31, "end": 212.43, "word": " basis", "probability": 0.462890625}, {"start": 212.43, "end": 212.49, "word": " that", "probability": 0.63134765625}, {"start": 212.49, "end": 212.67, "word": " there", "probability": 0.284423828125}, {"start": 212.67, "end": 212.69, "word": " are", "probability": 0.75244140625}, {"start": 212.69, "end": 212.99, "word": " three", "probability": 0.8134765625}, {"start": 212.99, "end": 214.37, "word": " different", "probability": 0.69482421875}, {"start": 214.37, "end": 214.37, "word": " screens.", "probability": 0.82421875}, {"start": 214.99, "end": 215.41, "word": " Now,", "probability": 0.7158203125}, {"start": 215.57, "end": 216.03, "word": " when", "probability": 0.85302734375}, {"start": 216.03, "end": 216.11, "word": " I", "probability": 0.984375}, {"start": 216.11, "end": 216.27, "word": " want", "probability": 0.76904296875}, {"start": 216.27, "end": 216.35, "word": " to", "probability": 0.96875}, {"start": 216.35, "end": 216.55, "word": " work", "probability": 0.7607421875}, {"start": 216.55, "end": 216.77, "word": " on", "probability": 0.86767578125}, {"start": 216.77, "end": 217.07, "word": " an", "probability": 0.5068359375}, {"start": 217.07, "end": 217.27, "word": " image", "probability": 0.8564453125}, {"start": 217.27, "end": 217.59, "word": " gallery,", "probability": 0.99169921875}, {"start": 217.73, "end": 217.89, "word": " I", "probability": 0.892578125}, {"start": 217.89, "end": 218.07, "word": " really", "probability": 0.270263671875}, {"start": 218.07, "end": 218.43, "word": " want", "probability": 0.5576171875}, {"start": 218.43, "end": 218.51, "word": " to", "probability": 0.96826171875}, {"start": 218.51, "end": 218.67, "word": " go", "probability": 0.90380859375}, {"start": 218.67, "end": 218.85, "word": " to", "probability": 0.951171875}, {"start": 218.85, "end": 219.25, "word": " fragment", "probability": 0.43505859375}, {"start": 219.25, "end": 219.83, "word": " 1,", "probability": 0.64697265625}, {"start": 220.69, "end": 220.89, "word": " okay?", "probability": 0.406494140625}, {"start": 221.31, "end": 221.73, "word": " This", "probability": 0.37060546875}, {"start": 221.73, "end": 221.97, "word": " is", "probability": 0.826171875}, {"start": 221.97, "end": 222.53, "word": " the", "probability": 0.57861328125}, {"start": 222.53, "end": 222.75, "word": " red", "probability": 0.66650390625}, {"start": 222.75, "end": 223.31, "word": " fragment.", "probability": 0.9111328125}, {"start": 224.81, "end": 225.23, "word": " And", "probability": 0.8056640625}, {"start": 225.23, "end": 225.45, "word": " I", "probability": 0.44921875}, {"start": 225.45, "end": 225.95, "word": " put", "probability": 0.8310546875}, {"start": 225.95, "end": 225.95, "word": " this", "probability": 0.7392578125}, {"start": 225.95, "end": 226.05, "word": " in", "probability": 0.75}, {"start": 226.05, "end": 226.31, "word": " the", "probability": 0.78564453125}, {"start": 226.31, "end": 226.49, "word": " image", "probability": 0.791015625}, {"start": 226.49, "end": 226.77, "word": " view,", "probability": 0.86328125}, {"start": 226.87, "end": 226.95, "word": " which", "probability": 0.875}, {"start": 226.95, "end": 227.07, "word": " will", "probability": 0.5341796875}, {"start": 227.07, "end": 227.33, "word": " show", "probability": 0.5986328125}, {"start": 227.33, "end": 227.61, "word": " me", "probability": 0.83544921875}, {"start": 227.61, "end": 228.13, "word": " the", "probability": 0.91552734375}, {"start": 228.13, "end": 228.37, "word": " image.", "probability": 0.626953125}, {"start": 229.85, "end": 230.27, "word": " So", "probability": 0.279541015625}, {"start": 230.27, "end": 230.51, "word": " even", "probability": 0.396728515625}, {"start": 230.51, "end": 230.71, "word": " this", "probability": 0.88232421875}, {"start": 230.71, "end": 230.77, "word": " one,", "probability": 0.365234375}, {"start": 230.79, "end": 230.87, "word": " for", "probability": 0.86767578125}, {"start": 230.87, "end": 230.97, "word": " example,", "probability": 0.9638671875}, {"start": 231.03, "end": 231.13, "word": " I", "probability": 0.89697265625}, {"start": 231.13, "end": 231.29, "word": " put", "probability": 0.8271484375}, {"start": 231.29, "end": 232.19, "word": " 0db,", "probability": 0.6328125}, {"start": 232.49, "end": 232.65, "word": " on", "probability": 0.61376953125}, {"start": 232.65, "end": 232.81, "word": " the", "probability": 0.7099609375}, {"start": 232.81, "end": 232.91, "word": " basis", "probability": 0.90673828125}, {"start": 232.91, "end": 232.97, "word": " of", "probability": 0.794921875}, {"start": 232.97, "end": 233.23, "word": " what?", "probability": 0.90185546875}], "temperature": 1.0}, {"id": 10, "seek": 26556, "start": 241.04, "end": 265.56, "text": "Okay? This is the image of you on the back of the picture. Actually, I want to use this fragment, but when I come to make a slide, it will change the content. Right or not? So, actually there will be a number of these fragments, but each fragment contains a different image. Are you with me or not, guys? So, in the activity here, I don't want to make a blue fragment and a green fragment.", "tokens": [8297, 30, 639, 307, 264, 3256, 295, 291, 322, 264, 646, 295, 264, 3036, 13, 5135, 11, 286, 528, 281, 764, 341, 26424, 11, 457, 562, 286, 808, 281, 652, 257, 4137, 11, 309, 486, 1319, 264, 2701, 13, 1779, 420, 406, 30, 407, 11, 767, 456, 486, 312, 257, 1230, 295, 613, 29197, 11, 457, 1184, 26424, 8306, 257, 819, 3256, 13, 2014, 291, 365, 385, 420, 406, 11, 1074, 30, 407, 11, 294, 264, 5191, 510, 11, 286, 500, 380, 528, 281, 652, 257, 3344, 26424, 293, 257, 3092, 26424, 13], "avg_logprob": -0.4561170285686533, "compression_ratio": 1.6623931623931625, "no_speech_prob": 5.781650543212891e-06, "words": [{"start": 241.04, "end": 241.44, "word": "Okay?", "probability": 0.12469482421875}, {"start": 241.44, "end": 241.84, "word": " This", "probability": 0.5224609375}, {"start": 241.84, "end": 241.9, "word": " is", "probability": 0.8095703125}, {"start": 241.9, "end": 241.96, "word": " the", "probability": 0.60302734375}, {"start": 241.96, "end": 242.14, "word": " image", "probability": 0.76513671875}, {"start": 242.14, "end": 242.3, "word": " of", "probability": 0.541015625}, {"start": 242.3, "end": 242.46, "word": " you", "probability": 0.93408203125}, {"start": 242.46, "end": 242.68, "word": " on", "probability": 0.39208984375}, {"start": 242.68, "end": 242.98, "word": " the", "probability": 0.6533203125}, {"start": 242.98, "end": 243.14, "word": " back", "probability": 0.132568359375}, {"start": 243.14, "end": 243.2, "word": " of", "probability": 0.7861328125}, {"start": 243.2, "end": 243.32, "word": " the", "probability": 0.83544921875}, {"start": 243.32, "end": 243.52, "word": " picture.", "probability": 0.415771484375}, {"start": 244.04, "end": 244.36, "word": " Actually,", "probability": 0.46435546875}, {"start": 244.54, "end": 244.68, "word": " I", "probability": 0.5458984375}, {"start": 244.68, "end": 244.84, "word": " want", "probability": 0.5654296875}, {"start": 244.84, "end": 244.84, "word": " to", "probability": 0.9375}, {"start": 244.84, "end": 244.84, "word": " use", "probability": 0.8837890625}, {"start": 244.84, "end": 244.9, "word": " this", "probability": 0.8271484375}, {"start": 244.9, "end": 245.4, "word": " fragment,", "probability": 0.60302734375}, {"start": 245.6, "end": 247.94, "word": " but", "probability": 0.78515625}, {"start": 247.94, "end": 248.28, "word": " when", "probability": 0.837890625}, {"start": 248.28, "end": 248.48, "word": " I", "probability": 0.96240234375}, {"start": 248.48, "end": 248.6, "word": " come", "probability": 0.2135009765625}, {"start": 248.6, "end": 248.68, "word": " to", "probability": 0.490234375}, {"start": 248.68, "end": 248.82, "word": " make", "probability": 0.4619140625}, {"start": 248.82, "end": 248.96, "word": " a", "probability": 0.47705078125}, {"start": 248.96, "end": 249.36, "word": " slide,", "probability": 0.974609375}, {"start": 249.9, "end": 250.1, "word": " it", "probability": 0.74755859375}, {"start": 250.1, "end": 250.24, "word": " will", "probability": 0.27001953125}, {"start": 250.24, "end": 250.48, "word": " change", "probability": 0.8583984375}, {"start": 250.48, "end": 250.58, "word": " the", "probability": 0.63623046875}, {"start": 250.58, "end": 250.9, "word": " content.", "probability": 0.90869140625}, {"start": 251.2, "end": 251.36, "word": " Right", "probability": 0.52001953125}, {"start": 251.36, "end": 251.54, "word": " or", "probability": 0.81298828125}, {"start": 251.54, "end": 251.58, "word": " not?", "probability": 0.41552734375}, {"start": 251.96, "end": 252.28, "word": " So,", "probability": 0.438720703125}, {"start": 252.38, "end": 252.6, "word": " actually", "probability": 0.397216796875}, {"start": 252.6, "end": 252.8, "word": " there", "probability": 0.48193359375}, {"start": 252.8, "end": 252.82, "word": " will", "probability": 0.75830078125}, {"start": 252.82, "end": 253.04, "word": " be", "probability": 0.94970703125}, {"start": 253.04, "end": 253.22, "word": " a", "probability": 0.5361328125}, {"start": 253.22, "end": 253.44, "word": " number", "probability": 0.857421875}, {"start": 253.44, "end": 253.68, "word": " of", "probability": 0.96630859375}, {"start": 253.68, "end": 253.76, "word": " these", "probability": 0.50244140625}, {"start": 253.76, "end": 254.1, "word": " fragments,", "probability": 0.81591796875}, {"start": 254.36, "end": 254.52, "word": " but", "probability": 0.89990234375}, {"start": 254.52, "end": 254.76, "word": " each", "probability": 0.90234375}, {"start": 254.76, "end": 255.22, "word": " fragment", "probability": 0.5654296875}, {"start": 255.22, "end": 255.58, "word": " contains", "probability": 0.344482421875}, {"start": 255.58, "end": 255.8, "word": " a", "probability": 0.95703125}, {"start": 255.8, "end": 257.42, "word": " different", "probability": 0.833984375}, {"start": 257.42, "end": 257.42, "word": " image.", "probability": 0.50634765625}, {"start": 257.88, "end": 258.28, "word": " Are", "probability": 0.6220703125}, {"start": 258.28, "end": 258.36, "word": " you", "probability": 0.96435546875}, {"start": 258.36, "end": 258.5, "word": " with", "probability": 0.79638671875}, {"start": 258.5, "end": 258.62, "word": " me", "probability": 0.96484375}, {"start": 258.62, "end": 258.74, "word": " or", "probability": 0.7353515625}, {"start": 258.74, "end": 258.76, "word": " not,", "probability": 0.9208984375}, {"start": 258.86, "end": 259.02, "word": " guys?", "probability": 0.76611328125}, {"start": 259.66, "end": 259.88, "word": " So,", "probability": 0.6025390625}, {"start": 259.98, "end": 260.02, "word": " in", "probability": 0.257568359375}, {"start": 260.02, "end": 261.62, "word": " the", "probability": 0.446044921875}, {"start": 261.62, "end": 262.04, "word": " activity", "probability": 0.85791015625}, {"start": 262.04, "end": 262.4, "word": " here,", "probability": 0.75830078125}, {"start": 262.6, "end": 263.08, "word": " I", "probability": 0.9384765625}, {"start": 263.08, "end": 263.12, "word": " don't", "probability": 0.78125}, {"start": 263.12, "end": 263.28, "word": " want", "probability": 0.8486328125}, {"start": 263.28, "end": 263.4, "word": " to", "probability": 0.9580078125}, {"start": 263.4, "end": 263.52, "word": " make", "probability": 0.78759765625}, {"start": 263.52, "end": 263.9, "word": " a", "probability": 0.8046875}, {"start": 263.9, "end": 264.1, "word": " blue", "probability": 0.96142578125}, {"start": 264.1, "end": 264.56, "word": " fragment", "probability": 0.70849609375}, {"start": 264.56, "end": 264.78, "word": " and", "probability": 0.59765625}, {"start": 264.78, "end": 264.84, "word": " a", "probability": 0.5849609375}, {"start": 264.84, "end": 265.0, "word": " green", "probability": 0.96337890625}, {"start": 265.0, "end": 265.56, "word": " fragment.", "probability": 0.78564453125}], "temperature": 1.0}, {"id": 11, "seek": 28502, "start": 266.52, "end": 285.02, "text": "Fragment one. Yes, I will make more than one fragment and each one will have a different picture. Ok, this is what I want to do. Ok. If you make the second fragment a mirror, will each one have a picture? It works, but what is the point of making a new class?", "tokens": [37, 3731, 518, 472, 13, 1079, 11, 286, 486, 652, 544, 813, 472, 26424, 293, 1184, 472, 486, 362, 257, 819, 3036, 13, 3477, 11, 341, 307, 437, 286, 528, 281, 360, 13, 3477, 13, 759, 291, 652, 264, 1150, 26424, 257, 8013, 11, 486, 1184, 472, 362, 257, 3036, 30, 467, 1985, 11, 457, 437, 307, 264, 935, 295, 1455, 257, 777, 1508, 30], "avg_logprob": -0.5719697069038044, "compression_ratio": 1.5602409638554218, "no_speech_prob": 4.827976226806641e-06, "words": [{"start": 266.52, "end": 266.96, "word": "Fragment", "probability": 0.6458536783854166}, {"start": 266.96, "end": 267.14, "word": " one.", "probability": 0.412841796875}, {"start": 267.32, "end": 267.58, "word": " Yes,", "probability": 0.52880859375}, {"start": 267.62, "end": 267.86, "word": " I", "probability": 0.6240234375}, {"start": 267.86, "end": 267.86, "word": " will", "probability": 0.429931640625}, {"start": 267.86, "end": 268.12, "word": " make", "probability": 0.59814453125}, {"start": 268.12, "end": 268.48, "word": " more", "probability": 0.873046875}, {"start": 268.48, "end": 268.62, "word": " than", "probability": 0.80712890625}, {"start": 268.62, "end": 268.82, "word": " one", "probability": 0.82568359375}, {"start": 268.82, "end": 269.24, "word": " fragment", "probability": 0.5859375}, {"start": 269.24, "end": 269.5, "word": " and", "probability": 0.450927734375}, {"start": 269.5, "end": 269.74, "word": " each", "probability": 0.82177734375}, {"start": 269.74, "end": 270.24, "word": " one", "probability": 0.72998046875}, {"start": 270.24, "end": 272.14, "word": " will", "probability": 0.411376953125}, {"start": 272.14, "end": 272.42, "word": " have", "probability": 0.85009765625}, {"start": 272.42, "end": 272.54, "word": " a", "probability": 0.75830078125}, {"start": 272.54, "end": 273.06, "word": " different", "probability": 0.8291015625}, {"start": 273.06, "end": 273.06, "word": " picture.", "probability": 0.430908203125}, {"start": 273.5, "end": 273.98, "word": " Ok,", "probability": 0.186767578125}, {"start": 274.08, "end": 274.26, "word": " this", "probability": 0.47412109375}, {"start": 274.26, "end": 274.28, "word": " is", "probability": 0.92578125}, {"start": 274.28, "end": 274.4, "word": " what", "probability": 0.9052734375}, {"start": 274.4, "end": 274.52, "word": " I", "probability": 0.98583984375}, {"start": 274.52, "end": 274.52, "word": " want", "probability": 0.1986083984375}, {"start": 274.52, "end": 274.54, "word": " to", "probability": 0.95849609375}, {"start": 274.54, "end": 274.76, "word": " do.", "probability": 0.453857421875}, {"start": 275.36, "end": 275.68, "word": " Ok.", "probability": 0.433837890625}, {"start": 276.02, "end": 276.18, "word": " If", "probability": 0.48388671875}, {"start": 276.18, "end": 276.4, "word": " you", "probability": 0.67626953125}, {"start": 276.4, "end": 276.68, "word": " make", "probability": 0.406005859375}, {"start": 276.68, "end": 276.84, "word": " the", "probability": 0.40966796875}, {"start": 276.84, "end": 277.56, "word": " second", "probability": 0.490478515625}, {"start": 277.56, "end": 277.58, "word": " fragment", "probability": 0.6201171875}, {"start": 277.58, "end": 277.98, "word": " a", "probability": 0.295166015625}, {"start": 277.98, "end": 278.22, "word": " mirror,", "probability": 0.75537109375}, {"start": 278.56, "end": 278.72, "word": " will", "probability": 0.298828125}, {"start": 278.72, "end": 279.2, "word": " each", "probability": 0.4296875}, {"start": 279.2, "end": 279.4, "word": " one", "probability": 0.515625}, {"start": 279.4, "end": 279.4, "word": " have", "probability": 0.716796875}, {"start": 279.4, "end": 279.52, "word": " a", "probability": 0.6279296875}, {"start": 279.52, "end": 279.68, "word": " picture?", "probability": 0.56982421875}, {"start": 281.88, "end": 282.36, "word": " It", "probability": 0.70458984375}, {"start": 282.36, "end": 282.54, "word": " works,", "probability": 0.3017578125}, {"start": 282.78, "end": 282.96, "word": " but", "probability": 0.81103515625}, {"start": 282.96, "end": 283.18, "word": " what", "probability": 0.8798828125}, {"start": 283.18, "end": 283.2, "word": " is", "probability": 0.62744140625}, {"start": 283.2, "end": 283.32, "word": " the", "probability": 0.890625}, {"start": 283.32, "end": 283.58, "word": " point", "probability": 0.5869140625}, {"start": 283.58, "end": 283.76, "word": " of", "probability": 0.537109375}, {"start": 283.76, "end": 284.08, "word": " making", "probability": 0.49951171875}, {"start": 284.08, "end": 284.62, "word": " a", "probability": 0.830078125}, {"start": 284.62, "end": 284.64, "word": " new", "probability": 0.873046875}, {"start": 284.64, "end": 285.02, "word": " class?", "probability": 0.904296875}], "temperature": 1.0}, {"id": 12, "seek": 31658, "start": 287.02, "end": 316.58, "text": " For example, if you want to make a class for students, you make a class for each student, student 1, student 2, student 3, student 4, student 5, student 6, student 7, student 8, student 9, student 10, student 11, student 12, student 13, student 14, student 15, student 16, student 17, student 18, student 19, student 20, student 21, student 22, student 23, student 24, student 25, student 26, student 27, student 28, student 29, student 30, student 30, student 31, student 32, student 33, student 34, student 35, student 34, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35, student 35", "tokens": [1171, 1365, 11, 498, 291, 528, 281, 652, 257, 1508, 337, 1731, 11, 291, 652, 257, 1508, 337, 1184, 3107, 11, 3107, 502, 11, 3107, 568, 11, 3107, 805, 11, 3107, 1017, 11, 3107, 1025, 11, 3107, 1386, 11, 3107, 1614, 11, 3107, 1649, 11, 3107, 1722, 11, 3107, 1266, 11, 3107, 2975, 11, 3107, 2272, 11, 3107, 3705, 11, 3107, 3499, 11, 3107, 2119, 11, 3107, 3165, 11, 3107, 3282, 11, 3107, 2443, 11, 3107, 1294, 11, 3107, 945, 11, 3107, 5080, 11, 3107, 5853, 11, 3107, 6673, 11, 3107, 4022, 11, 3107, 3552, 11, 3107, 7551, 11, 3107, 7634, 11, 3107, 7562, 11, 3107, 9413, 11, 3107, 2217, 11, 3107, 2217, 11, 3107, 10353, 11, 3107, 8858, 11, 3107, 11816, 11, 3107, 12790, 11, 3107, 6976, 11, 3107, 12790, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976, 11, 3107, 6976], "avg_logprob": -0.1912499936421712, "compression_ratio": 5.463414634146342, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 287.02000000000004, "end": 287.42, "word": " For", "probability": 0.2822265625}, {"start": 287.42, "end": 287.68, "word": " example,", "probability": 0.8642578125}, {"start": 287.8, "end": 287.8, "word": " if", "probability": 0.54150390625}, {"start": 287.8, "end": 287.88, "word": " you", "probability": 0.94140625}, {"start": 287.88, "end": 288.0, "word": " want", "probability": 0.59326171875}, {"start": 288.0, "end": 288.16, "word": " to", "probability": 0.95263671875}, {"start": 288.16, "end": 288.32, "word": " make", "probability": 0.418212890625}, {"start": 288.32, "end": 288.76, "word": " a", "probability": 0.38134765625}, {"start": 288.76, "end": 288.76, "word": " class", "probability": 0.58984375}, {"start": 288.76, "end": 288.76, "word": " for", "probability": 0.76708984375}, {"start": 288.76, "end": 289.28, "word": " students,", "probability": 0.587890625}, {"start": 289.52, "end": 289.84, "word": " you", "probability": 0.26171875}, {"start": 289.84, "end": 289.94, "word": " make", "probability": 0.436279296875}, {"start": 289.94, "end": 290.04, "word": " a", "probability": 0.3955078125}, {"start": 290.04, "end": 290.04, "word": " class", "probability": 0.7822265625}, {"start": 290.04, "end": 290.04, "word": " for", "probability": 0.796875}, {"start": 290.04, "end": 290.24, "word": " each", "probability": 0.75830078125}, {"start": 290.24, "end": 291.02, "word": " student,", "probability": 0.5078125}, {"start": 291.24, "end": 291.76, "word": " student", "probability": 0.329833984375}, {"start": 291.76, "end": 292.04, "word": " 1,", "probability": 0.5400390625}, {"start": 292.14, "end": 292.3, "word": " student", "probability": 0.9208984375}, {"start": 292.3, "end": 292.54, "word": " 2,", "probability": 0.9716796875}, {"start": 292.6, "end": 292.66, "word": " student", "probability": 0.8154296875}, {"start": 292.66, "end": 292.86, "word": " 3,", "probability": 0.9931640625}, {"start": 292.94, "end": 293.08, "word": " student", "probability": 0.17529296875}, {"start": 293.08, "end": 293.84, "word": " 4,", "probability": 0.84765625}, {"start": 294.54, "end": 294.54, "word": " student", "probability": 0.7333984375}, {"start": 294.54, "end": 294.54, "word": " 5,", "probability": 0.8525390625}, {"start": 294.6, "end": 294.6, "word": " student", "probability": 0.82666015625}, {"start": 294.6, "end": 294.6, "word": " 6,", "probability": 0.94873046875}, {"start": 294.6, "end": 294.6, "word": " student", "probability": 0.876953125}, {"start": 294.6, "end": 294.6, "word": " 7,", "probability": 0.65771484375}, {"start": 294.6, "end": 294.6, "word": " student", "probability": 0.90625}, {"start": 294.6, "end": 294.6, "word": " 8,", "probability": 0.74169921875}, {"start": 295.56, "end": 295.56, "word": " student", "probability": 0.92041015625}, {"start": 295.56, "end": 295.56, "word": " 9,", "probability": 0.82763671875}, {"start": 295.98, "end": 295.98, "word": " student", "probability": 0.92333984375}, {"start": 295.98, "end": 295.98, "word": " 10,", "probability": 0.9189453125}, {"start": 296.28, "end": 296.28, "word": " student", "probability": 0.935546875}, {"start": 296.28, "end": 296.28, "word": " 11,", "probability": 0.249267578125}, {"start": 296.28, "end": 296.28, "word": " student", "probability": 0.95458984375}, {"start": 296.28, "end": 296.28, "word": " 12,", "probability": 0.9658203125}, {"start": 296.28, "end": 296.28, "word": " student", "probability": 0.96337890625}, {"start": 296.28, "end": 296.28, "word": " 13,", "probability": 0.9111328125}, {"start": 296.28, "end": 296.28, "word": " student", "probability": 0.9638671875}, {"start": 296.28, "end": 296.28, "word": " 14,", "probability": 0.703125}, {"start": 296.28, "end": 296.28, "word": " student", "probability": 0.96728515625}, {"start": 296.28, "end": 296.28, "word": " 15,", "probability": 0.92578125}, {"start": 297.8, "end": 297.8, "word": " student", "probability": 0.96533203125}, {"start": 297.8, "end": 297.8, "word": " 16,", "probability": 0.93408203125}, {"start": 297.8, "end": 299.82, "word": " student", "probability": 0.96826171875}, {"start": 299.82, "end": 299.82, "word": " 17,", "probability": 0.89111328125}, {"start": 299.88, "end": 299.96, "word": " student", "probability": 0.96484375}, {"start": 299.96, "end": 299.96, "word": " 18,", "probability": 0.94287109375}, {"start": 299.96, "end": 300.12, "word": " student", "probability": 0.96533203125}, {"start": 300.12, "end": 300.12, "word": " 19,", "probability": 0.95361328125}, {"start": 300.12, "end": 300.12, "word": " student", "probability": 0.96142578125}, {"start": 300.12, "end": 300.12, "word": " 20,", "probability": 0.90869140625}, {"start": 300.12, "end": 300.12, "word": " student", "probability": 0.96044921875}, {"start": 300.12, "end": 300.12, "word": " 21,", "probability": 0.447021484375}, {"start": 300.12, "end": 300.64, "word": " student", "probability": 0.95947265625}, {"start": 300.64, "end": 300.86, "word": " 22,", "probability": 0.97021484375}, {"start": 301.06, "end": 301.06, "word": " student", "probability": 0.9638671875}, {"start": 301.06, "end": 301.06, "word": " 23,", "probability": 0.75634765625}, {"start": 301.98, "end": 301.98, "word": " student", "probability": 0.96044921875}, {"start": 301.98, "end": 301.98, "word": " 24,", "probability": 0.52392578125}, {"start": 302.6, "end": 302.6, "word": " student", "probability": 0.96240234375}, {"start": 302.6, "end": 302.6, "word": " 25,", "probability": 0.81201171875}, {"start": 302.72, "end": 302.72, "word": " student", "probability": 0.9638671875}, {"start": 302.72, "end": 302.74, "word": " 26,", "probability": 0.56787109375}, {"start": 302.74, "end": 302.74, "word": " student", "probability": 0.966796875}, {"start": 302.74, "end": 302.74, "word": " 27,", "probability": 0.430908203125}, {"start": 302.74, "end": 302.74, "word": " student", "probability": 0.96337890625}, {"start": 302.74, "end": 302.74, "word": " 28,", "probability": 0.86181640625}, {"start": 302.74, "end": 302.74, "word": " student", "probability": 0.9658203125}, {"start": 302.74, "end": 302.74, "word": " 29,", "probability": 0.6708984375}, {"start": 302.74, "end": 302.74, "word": " student", "probability": 0.96728515625}, {"start": 302.74, "end": 302.74, "word": " 30,", "probability": 0.7294921875}, {"start": 302.74, "end": 302.74, "word": " student", "probability": 0.96923828125}, {"start": 302.74, "end": 302.86, "word": " 30,", "probability": 0.70263671875}, {"start": 302.86, "end": 302.86, "word": " student", "probability": 0.96630859375}, {"start": 302.86, "end": 302.86, "word": " 31,", "probability": 0.257080078125}, {"start": 305.16, "end": 306.24, "word": " student", "probability": 0.96484375}, {"start": 306.24, "end": 306.26, "word": " 32,", "probability": 0.6943359375}, {"start": 306.52, "end": 306.54, "word": " student", "probability": 0.97021484375}, {"start": 306.54, "end": 306.54, "word": " 33,", "probability": 0.5029296875}, {"start": 306.54, "end": 306.54, "word": " student", "probability": 0.96826171875}, {"start": 306.54, "end": 306.54, "word": " 34,", "probability": 0.295166015625}, {"start": 306.54, "end": 306.54, "word": " student", "probability": 0.97021484375}, {"start": 306.54, "end": 306.54, "word": " 35,", "probability": 0.59765625}, {"start": 306.54, "end": 306.66, "word": " student", "probability": 0.97119140625}, {"start": 306.66, "end": 306.68, "word": " 34,", "probability": 0.2376708984375}, {"start": 307.0, "end": 307.0, "word": " student", "probability": 0.97021484375}, {"start": 307.0, "end": 307.02, "word": " 35,", "probability": 0.77734375}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.9697265625}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.66162109375}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.96728515625}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.64404296875}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.96630859375}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.69482421875}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.9658203125}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.7685546875}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.96533203125}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.84326171875}, {"start": 307.02, "end": 307.02, "word": " student", "probability": 0.96533203125}, {"start": 307.02, "end": 307.02, "word": " 35,", "probability": 0.89208984375}, {"start": 307.06, "end": 307.38, "word": " student", "probability": 0.9658203125}, {"start": 307.38, "end": 307.42, "word": " 35,", "probability": 0.92431640625}, {"start": 307.42, "end": 308.84, "word": " student", "probability": 0.966796875}, {"start": 308.84, "end": 309.28, "word": " 35,", "probability": 0.94140625}, {"start": 309.28, "end": 309.28, "word": " student", "probability": 0.9677734375}, {"start": 309.28, "end": 309.28, "word": " 35,", "probability": 0.9521484375}, {"start": 309.28, "end": 309.28, "word": " student", "probability": 0.96875}, {"start": 309.28, "end": 312.74, "word": " 35,", "probability": 0.95751953125}, {"start": 312.74, "end": 313.02, "word": " student", "probability": 0.97021484375}, {"start": 313.02, "end": 314.26, "word": " 35,", "probability": 0.96142578125}, {"start": 314.26, "end": 314.26, "word": " student", "probability": 0.97119140625}, {"start": 314.26, "end": 314.26, "word": " 35,", "probability": 0.9638671875}, {"start": 314.26, "end": 314.26, "word": " student", "probability": 0.97216796875}, {"start": 314.26, "end": 316.36, "word": " 35,", "probability": 0.966796875}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.97265625}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.96728515625}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.9736328125}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.96875}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.974609375}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.9697265625}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.97509765625}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.9697265625}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.9755859375}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.97021484375}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.97607421875}, {"start": 316.36, "end": 316.36, "word": " 35,", "probability": 0.97119140625}, {"start": 316.36, "end": 316.36, "word": " student", "probability": 0.9765625}, {"start": 316.36, "end": 316.42, "word": " 35,", "probability": 0.97119140625}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.97705078125}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.97216796875}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.97705078125}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.97265625}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.9775390625}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.97265625}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.9775390625}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.97314453125}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.9775390625}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.9736328125}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.97802734375}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.9736328125}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.97802734375}, {"start": 316.42, "end": 316.42, "word": " 35,", "probability": 0.9736328125}, {"start": 316.42, "end": 316.42, "word": " student", "probability": 0.9775390625}, {"start": 316.42, "end": 316.44, "word": " 35,", "probability": 0.974609375}, {"start": 316.46, "end": 316.48, "word": " student", "probability": 0.97705078125}, {"start": 316.48, "end": 316.52, "word": " 35,", "probability": 0.97412109375}, {"start": 316.54, "end": 316.56, "word": " student", "probability": 0.97900390625}, {"start": 316.56, "end": 316.58, "word": " 35", "probability": 0.9736328125}], "temperature": 1.0}, {"id": 13, "seek": 33516, "start": 317.16, "end": 335.16, "text": " It has the drawable and I put a group of pictures. Photo 1, 2, 3, 4. Red Fragment, how can we send him a picture? If I go to any Red Fragment, remove this so you don't say anything. Yes, let's see.", "tokens": [467, 575, 264, 2642, 712, 293, 286, 829, 257, 1594, 295, 5242, 13, 39175, 502, 11, 568, 11, 805, 11, 1017, 13, 4477, 479, 3731, 518, 11, 577, 393, 321, 2845, 796, 257, 3036, 30, 759, 286, 352, 281, 604, 4477, 479, 3731, 518, 11, 4159, 341, 370, 291, 500, 380, 584, 1340, 13, 1079, 11, 718, 311, 536, 13], "avg_logprob": -0.6680327947022485, "compression_ratio": 1.3288590604026846, "no_speech_prob": 1.2993812561035156e-05, "words": [{"start": 317.16, "end": 317.36, "word": " It", "probability": 0.2069091796875}, {"start": 317.36, "end": 317.48, "word": " has", "probability": 0.428955078125}, {"start": 317.48, "end": 317.64, "word": " the", "probability": 0.1767578125}, {"start": 317.64, "end": 318.16, "word": " drawable", "probability": 0.6761474609375}, {"start": 318.16, "end": 318.44, "word": " and", "probability": 0.18359375}, {"start": 318.44, "end": 318.58, "word": " I", "probability": 0.1104736328125}, {"start": 318.58, "end": 318.8, "word": " put", "probability": 0.55078125}, {"start": 318.8, "end": 319.0, "word": " a", "probability": 0.47412109375}, {"start": 319.0, "end": 319.2, "word": " group", "probability": 0.3994140625}, {"start": 319.2, "end": 319.36, "word": " of", "probability": 0.95068359375}, {"start": 319.36, "end": 319.56, "word": " pictures.", "probability": 0.404052734375}, {"start": 319.76, "end": 320.16, "word": " Photo", "probability": 0.341552734375}, {"start": 320.16, "end": 320.44, "word": " 1,", "probability": 0.57763671875}, {"start": 320.54, "end": 320.8, "word": " 2,", "probability": 0.66357421875}, {"start": 320.94, "end": 321.26, "word": " 3,", "probability": 0.921875}, {"start": 321.8, "end": 322.4, "word": " 4.", "probability": 0.90087890625}, {"start": 323.74, "end": 324.22, "word": " Red", "probability": 0.2489013671875}, {"start": 324.22, "end": 324.76, "word": " Fragment,", "probability": 0.6788736979166666}, {"start": 324.82, "end": 324.94, "word": " how", "probability": 0.58544921875}, {"start": 324.94, "end": 325.18, "word": " can", "probability": 0.341064453125}, {"start": 325.18, "end": 325.2, "word": " we", "probability": 0.68408203125}, {"start": 325.2, "end": 325.5, "word": " send", "probability": 0.763671875}, {"start": 325.5, "end": 325.74, "word": " him", "probability": 0.369384765625}, {"start": 325.74, "end": 325.96, "word": " a", "probability": 0.8076171875}, {"start": 325.96, "end": 326.2, "word": " picture?", "probability": 0.69580078125}, {"start": 328.0, "end": 328.42, "word": " If", "probability": 0.85791015625}, {"start": 328.42, "end": 328.6, "word": " I", "probability": 0.962890625}, {"start": 328.6, "end": 328.78, "word": " go", "probability": 0.400634765625}, {"start": 328.78, "end": 329.06, "word": " to", "probability": 0.826171875}, {"start": 329.06, "end": 329.92, "word": " any", "probability": 0.83544921875}, {"start": 329.92, "end": 331.04, "word": " Red", "probability": 0.23779296875}, {"start": 331.04, "end": 331.98, "word": " Fragment,", "probability": 0.95361328125}, {"start": 332.0, "end": 332.5, "word": " remove", "probability": 0.29833984375}, {"start": 332.5, "end": 332.84, "word": " this", "probability": 0.54541015625}, {"start": 332.84, "end": 333.18, "word": " so", "probability": 0.184814453125}, {"start": 333.18, "end": 333.34, "word": " you", "probability": 0.33740234375}, {"start": 333.34, "end": 333.4, "word": " don't", "probability": 0.774169921875}, {"start": 333.4, "end": 333.6, "word": " say", "probability": 0.483154296875}, {"start": 333.6, "end": 333.94, "word": " anything.", "probability": 0.49462890625}, {"start": 334.44, "end": 334.6, "word": " Yes,", "probability": 0.346923828125}, {"start": 334.7, "end": 334.96, "word": " let's", "probability": 0.767578125}, {"start": 334.96, "end": 335.16, "word": " see.", "probability": 0.73828125}], "temperature": 1.0}, {"id": 14, "seek": 35168, "start": 336.86, "end": 351.68, "text": "How can we send it? The problem is that when you create a fragment, you say red fragment equals no red fragment, and its constructor doesn't take anything from it. It is the red fragment and its constructor is empty.", "tokens": [6462, 393, 321, 2845, 309, 30, 440, 1154, 307, 300, 562, 291, 1884, 257, 26424, 11, 291, 584, 2182, 26424, 6915, 572, 2182, 26424, 11, 293, 1080, 47479, 1177, 380, 747, 1340, 490, 309, 13, 467, 307, 264, 2182, 26424, 293, 1080, 47479, 307, 6707, 13], "avg_logprob": -0.5781250025363679, "compression_ratio": 1.5766423357664234, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 336.86, "end": 337.14, "word": "How", "probability": 0.4208984375}, {"start": 337.14, "end": 337.46, "word": " can", "probability": 0.65771484375}, {"start": 337.46, "end": 337.74, "word": " we", "probability": 0.8896484375}, {"start": 337.74, "end": 338.0, "word": " send", "probability": 0.191650390625}, {"start": 338.0, "end": 338.12, "word": " it?", "probability": 0.313720703125}, {"start": 338.22, "end": 338.66, "word": " The", "probability": 0.351806640625}, {"start": 338.66, "end": 338.94, "word": " problem", "probability": 0.80029296875}, {"start": 338.94, "end": 339.18, "word": " is", "probability": 0.8212890625}, {"start": 339.18, "end": 339.32, "word": " that", "probability": 0.37744140625}, {"start": 339.32, "end": 339.9, "word": " when", "probability": 0.68115234375}, {"start": 339.9, "end": 340.08, "word": " you", "probability": 0.8779296875}, {"start": 340.08, "end": 340.26, "word": " create", "probability": 0.6025390625}, {"start": 340.26, "end": 340.44, "word": " a", "probability": 0.90966796875}, {"start": 340.44, "end": 340.76, "word": " fragment,", "probability": 0.853515625}, {"start": 340.98, "end": 341.06, "word": " you", "probability": 0.837890625}, {"start": 341.06, "end": 341.28, "word": " say", "probability": 0.3837890625}, {"start": 341.28, "end": 342.5, "word": " red", "probability": 0.157470703125}, {"start": 342.5, "end": 343.0, "word": " fragment", "probability": 0.62255859375}, {"start": 343.0, "end": 343.44, "word": " equals", "probability": 0.429931640625}, {"start": 343.44, "end": 343.68, "word": " no", "probability": 0.2119140625}, {"start": 343.68, "end": 343.86, "word": " red", "probability": 0.9140625}, {"start": 343.86, "end": 344.34, "word": " fragment,", "probability": 0.88037109375}, {"start": 344.5, "end": 344.58, "word": " and", "probability": 0.6904296875}, {"start": 344.58, "end": 344.64, "word": " its", "probability": 0.37939453125}, {"start": 344.64, "end": 345.24, "word": " constructor", "probability": 0.900390625}, {"start": 345.24, "end": 346.58, "word": " doesn't", "probability": 0.6630859375}, {"start": 346.58, "end": 346.82, "word": " take", "probability": 0.438720703125}, {"start": 346.82, "end": 347.22, "word": " anything", "probability": 0.77685546875}, {"start": 347.22, "end": 347.86, "word": " from", "probability": 0.2978515625}, {"start": 347.86, "end": 347.86, "word": " it.", "probability": 0.8427734375}, {"start": 347.88, "end": 348.16, "word": " It", "probability": 0.3212890625}, {"start": 348.16, "end": 348.32, "word": " is", "probability": 0.456787109375}, {"start": 348.32, "end": 348.42, "word": " the", "probability": 0.3955078125}, {"start": 348.42, "end": 348.56, "word": " red", "probability": 0.8369140625}, {"start": 348.56, "end": 349.02, "word": " fragment", "probability": 0.92333984375}, {"start": 349.02, "end": 349.26, "word": " and", "probability": 0.76708984375}, {"start": 349.26, "end": 349.4, "word": " its", "probability": 0.72509765625}, {"start": 349.4, "end": 350.58, "word": " constructor", "probability": 0.869140625}, {"start": 350.58, "end": 351.46, "word": " is", "probability": 0.53466796875}, {"start": 351.46, "end": 351.68, "word": " empty.", "probability": 0.18408203125}], "temperature": 1.0}, {"id": 15, "seek": 38244, "start": 354.22, "end": 382.44, "text": " Because you can't send a file to the constructor You can make another constructor, you are free You can make another constructor here and make it take a picture But it's not the problem here Now this picture, when do you want to display it? Or it's not supposed to display it inside the image view? So you can say, okay I want to send a picture to the fragment I say I want a fragment, okay? And here, int photo id on the basis that you send the picture to where?", "tokens": [1436, 291, 393, 380, 2845, 257, 3991, 281, 264, 47479, 509, 393, 652, 1071, 47479, 11, 291, 366, 1737, 509, 393, 652, 1071, 47479, 510, 293, 652, 309, 747, 257, 3036, 583, 309, 311, 406, 264, 1154, 510, 823, 341, 3036, 11, 562, 360, 291, 528, 281, 4674, 309, 30, 1610, 309, 311, 406, 3442, 281, 4674, 309, 1854, 264, 3256, 1910, 30, 407, 291, 393, 584, 11, 1392, 286, 528, 281, 2845, 257, 3036, 281, 264, 26424, 286, 584, 286, 528, 257, 26424, 11, 1392, 30, 400, 510, 11, 560, 5052, 4496, 322, 264, 5143, 300, 291, 2845, 264, 3036, 281, 689, 30], "avg_logprob": -0.5485118865966797, "compression_ratio": 1.9414225941422594, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 354.22, "end": 354.5, "word": " Because", "probability": 0.3271484375}, {"start": 354.5, "end": 354.72, "word": " you", "probability": 0.880859375}, {"start": 354.72, "end": 355.2, "word": " can't", "probability": 0.535400390625}, {"start": 355.2, "end": 355.46, "word": " send", "probability": 0.4833984375}, {"start": 355.46, "end": 355.68, "word": " a", "probability": 0.1514892578125}, {"start": 355.68, "end": 355.86, "word": " file", "probability": 0.213623046875}, {"start": 355.86, "end": 356.02, "word": " to", "probability": 0.6591796875}, {"start": 356.02, "end": 356.12, "word": " the", "probability": 0.6220703125}, {"start": 356.12, "end": 356.54, "word": " constructor", "probability": 0.84912109375}, {"start": 356.54, "end": 356.74, "word": " You", "probability": 0.27783203125}, {"start": 356.74, "end": 356.98, "word": " can", "probability": 0.8818359375}, {"start": 356.98, "end": 357.2, "word": " make", "probability": 0.264404296875}, {"start": 357.2, "end": 357.32, "word": " another", "probability": 0.64892578125}, {"start": 357.32, "end": 357.76, "word": " constructor,", "probability": 0.86376953125}, {"start": 358.1, "end": 358.26, "word": " you", "probability": 0.59814453125}, {"start": 358.26, "end": 358.3, "word": " are", "probability": 0.54296875}, {"start": 358.3, "end": 358.46, "word": " free", "probability": 0.8642578125}, {"start": 358.46, "end": 359.28, "word": " You", "probability": 0.3984375}, {"start": 359.28, "end": 359.7, "word": " can", "probability": 0.76611328125}, {"start": 359.7, "end": 360.58, "word": " make", "probability": 0.73876953125}, {"start": 360.58, "end": 360.7, "word": " another", "probability": 0.70556640625}, {"start": 360.7, "end": 361.14, "word": " constructor", "probability": 0.892578125}, {"start": 361.14, "end": 361.56, "word": " here", "probability": 0.39599609375}, {"start": 361.56, "end": 361.74, "word": " and", "probability": 0.27978515625}, {"start": 361.74, "end": 361.92, "word": " make", "probability": 0.36474609375}, {"start": 361.92, "end": 362.08, "word": " it", "probability": 0.80126953125}, {"start": 362.08, "end": 363.08, "word": " take", "probability": 0.67529296875}, {"start": 363.08, "end": 363.2, "word": " a", "probability": 0.71240234375}, {"start": 363.2, "end": 363.38, "word": " picture", "probability": 0.47265625}, {"start": 363.38, "end": 365.02, "word": " But", "probability": 0.7724609375}, {"start": 365.02, "end": 365.24, "word": " it's", "probability": 0.453125}, {"start": 365.24, "end": 365.32, "word": " not", "probability": 0.93603515625}, {"start": 365.32, "end": 365.46, "word": " the", "probability": 0.2054443359375}, {"start": 365.46, "end": 365.86, "word": " problem", "probability": 0.6767578125}, {"start": 365.86, "end": 365.92, "word": " here", "probability": 0.72900390625}, {"start": 365.92, "end": 366.4, "word": " Now", "probability": 0.1678466796875}, {"start": 366.4, "end": 366.54, "word": " this", "probability": 0.424072265625}, {"start": 366.54, "end": 366.78, "word": " picture,", "probability": 0.72607421875}, {"start": 367.06, "end": 367.2, "word": " when", "probability": 0.82568359375}, {"start": 367.2, "end": 367.28, "word": " do", "probability": 0.5908203125}, {"start": 367.28, "end": 367.28, "word": " you", "probability": 0.74267578125}, {"start": 367.28, "end": 367.42, "word": " want", "probability": 0.85498046875}, {"start": 367.42, "end": 367.46, "word": " to", "probability": 0.6513671875}, {"start": 367.46, "end": 367.64, "word": " display", "probability": 0.465087890625}, {"start": 367.64, "end": 367.94, "word": " it?", "probability": 0.931640625}, {"start": 368.02, "end": 368.18, "word": " Or", "probability": 0.63427734375}, {"start": 368.18, "end": 368.38, "word": " it's", "probability": 0.3978271484375}, {"start": 368.38, "end": 368.44, "word": " not", "probability": 0.91796875}, {"start": 368.44, "end": 368.72, "word": " supposed", "probability": 0.8408203125}, {"start": 368.72, "end": 368.8, "word": " to", "probability": 0.96533203125}, {"start": 368.8, "end": 368.98, "word": " display", "probability": 0.70361328125}, {"start": 368.98, "end": 369.12, "word": " it", "probability": 0.8427734375}, {"start": 369.12, "end": 369.36, "word": " inside", "probability": 0.63818359375}, {"start": 369.36, "end": 369.46, "word": " the", "probability": 0.19384765625}, {"start": 369.46, "end": 369.6, "word": " image", "probability": 0.869140625}, {"start": 369.6, "end": 369.92, "word": " view?", "probability": 0.5693359375}, {"start": 370.3, "end": 370.44, "word": " So", "probability": 0.3251953125}, {"start": 370.44, "end": 370.64, "word": " you", "probability": 0.5615234375}, {"start": 370.64, "end": 371.08, "word": " can", "probability": 0.7265625}, {"start": 371.08, "end": 371.98, "word": " say,", "probability": 0.60986328125}, {"start": 372.1, "end": 372.26, "word": " okay", "probability": 0.4140625}, {"start": 372.26, "end": 372.46, "word": " I", "probability": 0.5126953125}, {"start": 372.46, "end": 372.64, "word": " want", "probability": 0.82177734375}, {"start": 372.64, "end": 372.86, "word": " to", "probability": 0.9619140625}, {"start": 372.86, "end": 372.86, "word": " send", "probability": 0.8154296875}, {"start": 372.86, "end": 372.96, "word": " a", "probability": 0.837890625}, {"start": 372.96, "end": 373.12, "word": " picture", "probability": 0.70458984375}, {"start": 373.12, "end": 373.28, "word": " to", "probability": 0.728515625}, {"start": 373.28, "end": 373.42, "word": " the", "probability": 0.77685546875}, {"start": 373.42, "end": 374.08, "word": " fragment", "probability": 0.8291015625}, {"start": 374.08, "end": 374.78, "word": " I", "probability": 0.7041015625}, {"start": 374.78, "end": 374.94, "word": " say", "probability": 0.62158203125}, {"start": 374.94, "end": 375.1, "word": " I", "probability": 0.41845703125}, {"start": 375.1, "end": 375.12, "word": " want", "probability": 0.8515625}, {"start": 375.12, "end": 375.3, "word": " a", "probability": 0.37548828125}, {"start": 375.3, "end": 375.88, "word": " fragment,", "probability": 0.9345703125}, {"start": 376.18, "end": 376.74, "word": " okay?", "probability": 0.6044921875}, {"start": 376.88, "end": 377.06, "word": " And", "probability": 0.89501953125}, {"start": 377.06, "end": 377.4, "word": " here,", "probability": 0.84423828125}, {"start": 377.72, "end": 378.46, "word": " int", "probability": 0.35546875}, {"start": 378.46, "end": 379.34, "word": " photo", "probability": 0.79443359375}, {"start": 379.34, "end": 380.72, "word": " id", "probability": 0.51171875}, {"start": 380.72, "end": 381.02, "word": " on", "probability": 0.144287109375}, {"start": 381.02, "end": 381.12, "word": " the", "probability": 0.90185546875}, {"start": 381.12, "end": 381.24, "word": " basis", "probability": 0.8349609375}, {"start": 381.24, "end": 381.38, "word": " that", "probability": 0.75244140625}, {"start": 381.38, "end": 381.58, "word": " you", "probability": 0.94189453125}, {"start": 381.58, "end": 381.76, "word": " send", "probability": 0.72802734375}, {"start": 381.76, "end": 381.92, "word": " the", "probability": 0.8662109375}, {"start": 381.92, "end": 382.18, "word": " picture", "probability": 0.6103515625}, {"start": 382.18, "end": 382.3, "word": " to", "probability": 0.5146484375}, {"start": 382.3, "end": 382.44, "word": " where?", "probability": 0.79296875}], "temperature": 1.0}, {"id": 16, "seek": 40724, "start": 383.58, "end": 407.24, "text": " for the constructor because it avoids from the default constructor if I use a default constructor plus set argument now he himself is also not happy that I made another constructor we got used in the class that you can make more than one constructor but he doesn't like it, he says what did you put for him? red here, he says you can't put another constructor and send him values", "tokens": [337, 264, 47479, 570, 309, 3641, 3742, 490, 264, 7576, 47479, 498, 286, 764, 257, 7576, 47479, 1804, 992, 6770, 586, 415, 3647, 307, 611, 406, 2055, 300, 286, 1027, 1071, 47479, 321, 658, 1143, 294, 264, 1508, 300, 291, 393, 652, 544, 813, 472, 47479, 457, 415, 1177, 380, 411, 309, 11, 415, 1619, 437, 630, 291, 829, 337, 796, 30, 2182, 510, 11, 415, 1619, 291, 393, 380, 829, 1071, 47479, 293, 2845, 796, 4190], "avg_logprob": -0.5901442101368537, "compression_ratio": 1.853658536585366, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 383.58, "end": 384.02, "word": " for", "probability": 0.1473388671875}, {"start": 384.02, "end": 384.2, "word": " the", "probability": 0.533203125}, {"start": 384.2, "end": 385.32, "word": " constructor", "probability": 0.92724609375}, {"start": 385.32, "end": 386.04, "word": " because", "probability": 0.2059326171875}, {"start": 386.04, "end": 386.24, "word": " it", "probability": 0.34619140625}, {"start": 386.24, "end": 387.52, "word": " avoids", "probability": 0.798828125}, {"start": 387.52, "end": 387.8, "word": " from", "probability": 0.3857421875}, {"start": 387.8, "end": 388.5, "word": " the", "probability": 0.371826171875}, {"start": 388.5, "end": 388.74, "word": " default", "probability": 0.8759765625}, {"start": 388.74, "end": 389.14, "word": " constructor", "probability": 0.7744140625}, {"start": 389.14, "end": 389.36, "word": " if", "probability": 0.462890625}, {"start": 389.36, "end": 389.54, "word": " I", "probability": 0.42529296875}, {"start": 389.54, "end": 389.74, "word": " use", "probability": 0.84619140625}, {"start": 389.74, "end": 389.86, "word": " a", "probability": 0.8115234375}, {"start": 389.86, "end": 390.06, "word": " default", "probability": 0.923828125}, {"start": 390.06, "end": 390.38, "word": " constructor", "probability": 0.63525390625}, {"start": 390.38, "end": 390.8, "word": " plus", "probability": 0.599609375}, {"start": 390.8, "end": 391.14, "word": " set", "probability": 0.8359375}, {"start": 391.14, "end": 391.54, "word": " argument", "probability": 0.72216796875}, {"start": 391.54, "end": 392.62, "word": " now", "probability": 0.2071533203125}, {"start": 392.62, "end": 393.12, "word": " he", "probability": 0.37255859375}, {"start": 393.12, "end": 393.54, "word": " himself", "probability": 0.404052734375}, {"start": 393.54, "end": 393.76, "word": " is", "probability": 0.358154296875}, {"start": 393.76, "end": 393.94, "word": " also", "probability": 0.3447265625}, {"start": 393.94, "end": 395.04, "word": " not", "probability": 0.87646484375}, {"start": 395.04, "end": 395.28, "word": " happy", "probability": 0.35009765625}, {"start": 395.28, "end": 395.5, "word": " that", "probability": 0.474609375}, {"start": 395.5, "end": 395.68, "word": " I", "probability": 0.94873046875}, {"start": 395.68, "end": 395.9, "word": " made", "probability": 0.2030029296875}, {"start": 395.9, "end": 396.1, "word": " another", "probability": 0.70068359375}, {"start": 396.1, "end": 396.84, "word": " constructor", "probability": 0.908203125}, {"start": 396.84, "end": 397.28, "word": " we", "probability": 0.32958984375}, {"start": 397.28, "end": 397.38, "word": " got", "probability": 0.55908203125}, {"start": 397.38, "end": 397.62, "word": " used", "probability": 0.876953125}, {"start": 397.62, "end": 397.82, "word": " in", "probability": 0.25244140625}, {"start": 397.82, "end": 397.92, "word": " the", "probability": 0.46630859375}, {"start": 397.92, "end": 398.14, "word": " class", "probability": 0.91845703125}, {"start": 398.14, "end": 398.22, "word": " that", "probability": 0.492919921875}, {"start": 398.22, "end": 398.32, "word": " you", "probability": 0.56640625}, {"start": 398.32, "end": 398.42, "word": " can", "probability": 0.71044921875}, {"start": 398.42, "end": 398.66, "word": " make", "probability": 0.6923828125}, {"start": 398.66, "end": 398.86, "word": " more", "probability": 0.90283203125}, {"start": 398.86, "end": 398.98, "word": " than", "probability": 0.728515625}, {"start": 398.98, "end": 399.06, "word": " one", "probability": 0.681640625}, {"start": 399.06, "end": 399.48, "word": " constructor", "probability": 0.89306640625}, {"start": 399.48, "end": 399.72, "word": " but", "probability": 0.73974609375}, {"start": 399.72, "end": 399.88, "word": " he", "probability": 0.75732421875}, {"start": 399.88, "end": 400.1, "word": " doesn't", "probability": 0.54241943359375}, {"start": 400.1, "end": 400.36, "word": " like", "probability": 0.34130859375}, {"start": 400.36, "end": 400.4, "word": " it,", "probability": 0.53173828125}, {"start": 400.48, "end": 400.48, "word": " he", "probability": 0.599609375}, {"start": 400.48, "end": 400.6, "word": " says", "probability": 0.615234375}, {"start": 400.6, "end": 400.76, "word": " what", "probability": 0.1275634765625}, {"start": 400.76, "end": 400.76, "word": " did", "probability": 0.59033203125}, {"start": 400.76, "end": 400.9, "word": " you", "probability": 0.452392578125}, {"start": 400.9, "end": 400.9, "word": " put", "probability": 0.57421875}, {"start": 400.9, "end": 401.04, "word": " for", "probability": 0.6533203125}, {"start": 401.04, "end": 401.66, "word": " him?", "probability": 0.6279296875}, {"start": 401.72, "end": 402.04, "word": " red", "probability": 0.62548828125}, {"start": 402.04, "end": 402.32, "word": " here,", "probability": 0.556640625}, {"start": 402.4, "end": 402.44, "word": " he", "probability": 0.71728515625}, {"start": 402.44, "end": 402.56, "word": " says", "probability": 0.8837890625}, {"start": 402.56, "end": 402.74, "word": " you", "probability": 0.5615234375}, {"start": 402.74, "end": 403.06, "word": " can't", "probability": 0.79345703125}, {"start": 403.06, "end": 403.72, "word": " put", "probability": 0.81982421875}, {"start": 403.72, "end": 404.96, "word": " another", "probability": 0.82275390625}, {"start": 404.96, "end": 406.18, "word": " constructor", "probability": 0.8896484375}, {"start": 406.18, "end": 406.66, "word": " and", "probability": 0.90576171875}, {"start": 406.66, "end": 406.9, "word": " send", "probability": 0.460693359375}, {"start": 406.9, "end": 407.02, "word": " him", "probability": 0.368408203125}, {"start": 407.02, "end": 407.24, "word": " values", "probability": 0.689453125}], "temperature": 1.0}, {"id": 17, "seek": 43191, "start": 409.13, "end": 431.91, "text": "Let's come to the important point. How do I send a picture to the fragment to return it to the image view? Which is located where in the image view? In the fragment. Ok. They say that if you want to send a value to the fragment to use it when it is created, you need to use an expression in the fragment called set arguments", "tokens": [8373, 311, 808, 281, 264, 1021, 935, 13, 1012, 360, 286, 2845, 257, 3036, 281, 264, 26424, 281, 2736, 309, 281, 264, 3256, 1910, 30, 3013, 307, 6870, 689, 294, 264, 3256, 1910, 30, 682, 264, 26424, 13, 3477, 13, 814, 584, 300, 498, 291, 528, 281, 2845, 257, 2158, 281, 264, 26424, 281, 764, 309, 562, 309, 307, 2942, 11, 291, 643, 281, 764, 364, 6114, 294, 264, 26424, 1219, 992, 12869], "avg_logprob": -0.49239865187052134, "compression_ratio": 1.7234042553191489, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 409.13, "end": 409.45, "word": "Let's", "probability": 0.451507568359375}, {"start": 409.45, "end": 409.63, "word": " come", "probability": 0.20751953125}, {"start": 409.63, "end": 409.73, "word": " to", "probability": 0.89453125}, {"start": 409.73, "end": 410.01, "word": " the", "probability": 0.75048828125}, {"start": 410.01, "end": 410.43, "word": " important", "probability": 0.32373046875}, {"start": 410.43, "end": 410.45, "word": " point.", "probability": 0.8984375}, {"start": 410.63, "end": 410.85, "word": " How", "probability": 0.7783203125}, {"start": 410.85, "end": 410.97, "word": " do", "probability": 0.469970703125}, {"start": 410.97, "end": 411.09, "word": " I", "probability": 0.79736328125}, {"start": 411.09, "end": 411.43, "word": " send", "probability": 0.6474609375}, {"start": 411.43, "end": 412.31, "word": " a", "probability": 0.65283203125}, {"start": 412.31, "end": 412.61, "word": " picture", "probability": 0.51416015625}, {"start": 412.61, "end": 413.63, "word": " to", "probability": 0.7763671875}, {"start": 413.63, "end": 414.25, "word": " the", "probability": 0.7568359375}, {"start": 414.25, "end": 414.53, "word": " fragment", "probability": 0.73388671875}, {"start": 414.53, "end": 414.95, "word": " to", "probability": 0.469482421875}, {"start": 414.95, "end": 415.27, "word": " return", "probability": 0.2783203125}, {"start": 415.27, "end": 415.47, "word": " it", "probability": 0.8935546875}, {"start": 415.47, "end": 415.93, "word": " to", "probability": 0.37646484375}, {"start": 415.93, "end": 416.67, "word": " the", "probability": 0.66162109375}, {"start": 416.67, "end": 416.91, "word": " image", "probability": 0.8125}, {"start": 416.91, "end": 417.25, "word": " view?", "probability": 0.751953125}, {"start": 417.47, "end": 417.53, "word": " Which", "probability": 0.1983642578125}, {"start": 417.53, "end": 417.71, "word": " is", "probability": 0.72607421875}, {"start": 417.71, "end": 417.99, "word": " located", "probability": 0.285888671875}, {"start": 417.99, "end": 418.15, "word": " where", "probability": 0.5322265625}, {"start": 418.15, "end": 418.23, "word": " in", "probability": 0.6123046875}, {"start": 418.23, "end": 418.29, "word": " the", "probability": 0.86474609375}, {"start": 418.29, "end": 418.43, "word": " image", "probability": 0.87841796875}, {"start": 418.43, "end": 418.71, "word": " view?", "probability": 0.85986328125}, {"start": 419.79, "end": 420.23, "word": " In", "probability": 0.62255859375}, {"start": 420.23, "end": 420.39, "word": " the", "probability": 0.89404296875}, {"start": 420.39, "end": 420.87, "word": " fragment.", "probability": 0.80908203125}, {"start": 421.43, "end": 421.61, "word": " Ok.", "probability": 0.29541015625}, {"start": 422.65, "end": 422.93, "word": " They", "probability": 0.36962890625}, {"start": 422.93, "end": 423.11, "word": " say", "probability": 0.428466796875}, {"start": 423.11, "end": 423.33, "word": " that", "probability": 0.44482421875}, {"start": 423.33, "end": 423.39, "word": " if", "probability": 0.90576171875}, {"start": 423.39, "end": 423.65, "word": " you", "probability": 0.95654296875}, {"start": 423.65, "end": 423.87, "word": " want", "probability": 0.82568359375}, {"start": 423.87, "end": 423.99, "word": " to", "probability": 0.96142578125}, {"start": 423.99, "end": 424.19, "word": " send", "probability": 0.802734375}, {"start": 424.19, "end": 424.31, "word": " a", "probability": 0.390625}, {"start": 424.31, "end": 424.51, "word": " value", "probability": 0.6484375}, {"start": 424.51, "end": 424.67, "word": " to", "probability": 0.95068359375}, {"start": 424.67, "end": 424.81, "word": " the", "probability": 0.84228515625}, {"start": 424.81, "end": 425.19, "word": " fragment", "probability": 0.86279296875}, {"start": 425.19, "end": 425.43, "word": " to", "probability": 0.74462890625}, {"start": 425.43, "end": 425.93, "word": " use", "probability": 0.64501953125}, {"start": 425.93, "end": 426.13, "word": " it", "probability": 0.79248046875}, {"start": 426.13, "end": 426.25, "word": " when", "probability": 0.80224609375}, {"start": 426.25, "end": 426.37, "word": " it", "probability": 0.71875}, {"start": 426.37, "end": 426.53, "word": " is", "probability": 0.82958984375}, {"start": 426.53, "end": 426.97, "word": " created,", "probability": 0.5537109375}, {"start": 427.61, "end": 427.73, "word": " you", "probability": 0.86962890625}, {"start": 427.73, "end": 427.89, "word": " need", "probability": 0.62060546875}, {"start": 427.89, "end": 427.99, "word": " to", "probability": 0.94921875}, {"start": 427.99, "end": 428.31, "word": " use", "probability": 0.88525390625}, {"start": 428.31, "end": 428.49, "word": " an", "probability": 0.71533203125}, {"start": 428.49, "end": 428.69, "word": " expression", "probability": 0.2171630859375}, {"start": 428.69, "end": 428.83, "word": " in", "probability": 0.90966796875}, {"start": 428.83, "end": 428.97, "word": " the", "probability": 0.9140625}, {"start": 428.97, "end": 429.41, "word": " fragment", "probability": 0.89306640625}, {"start": 429.41, "end": 429.91, "word": " called", "probability": 0.7353515625}, {"start": 429.91, "end": 431.29, "word": " set", "probability": 0.66943359375}, {"start": 431.29, "end": 431.91, "word": " arguments", "probability": 0.71337890625}], "temperature": 1.0}, {"id": 18, "seek": 45242, "start": 433.1, "end": 452.42, "text": "Do you see it? These are six arguments that they made to send data to the constructor. Now, why do I want to send data to the constructor? In the first example that we worked on, which was red, green and blue, each one has a different design and does not have to be data. But now I am using the same fragment, but each one has a different image.", "tokens": [7653, 291, 536, 309, 30, 1981, 366, 2309, 12869, 300, 436, 1027, 281, 2845, 1412, 281, 264, 47479, 13, 823, 11, 983, 360, 286, 528, 281, 2845, 1412, 281, 264, 47479, 30, 682, 264, 700, 1365, 300, 321, 2732, 322, 11, 597, 390, 2182, 11, 3092, 293, 3344, 11, 1184, 472, 575, 257, 819, 1715, 293, 775, 406, 362, 281, 312, 1412, 13, 583, 586, 286, 669, 1228, 264, 912, 26424, 11, 457, 1184, 472, 575, 257, 819, 3256, 13], "avg_logprob": -0.404320999428078, "compression_ratio": 1.6911764705882353, "no_speech_prob": 4.231929779052734e-06, "words": [{"start": 433.1, "end": 433.22, "word": "Do", "probability": 0.06365966796875}, {"start": 433.22, "end": 433.22, "word": " you", "probability": 0.9609375}, {"start": 433.22, "end": 433.46, "word": " see", "probability": 0.9013671875}, {"start": 433.46, "end": 433.68, "word": " it?", "probability": 0.51123046875}, {"start": 433.92, "end": 434.26, "word": " These", "probability": 0.5634765625}, {"start": 434.26, "end": 434.36, "word": " are", "probability": 0.84375}, {"start": 434.36, "end": 434.52, "word": " six", "probability": 0.177490234375}, {"start": 434.52, "end": 435.08, "word": " arguments", "probability": 0.85693359375}, {"start": 435.08, "end": 435.44, "word": " that", "probability": 0.307373046875}, {"start": 435.44, "end": 435.62, "word": " they", "probability": 0.491943359375}, {"start": 435.62, "end": 435.92, "word": " made", "probability": 0.4248046875}, {"start": 435.92, "end": 436.46, "word": " to", "probability": 0.4326171875}, {"start": 436.46, "end": 437.04, "word": " send", "probability": 0.67431640625}, {"start": 437.04, "end": 437.5, "word": " data", "probability": 0.67626953125}, {"start": 437.5, "end": 438.68, "word": " to", "probability": 0.9521484375}, {"start": 438.68, "end": 438.8, "word": " the", "probability": 0.673828125}, {"start": 438.8, "end": 439.2, "word": " constructor.", "probability": 0.8876953125}, {"start": 439.48, "end": 439.76, "word": " Now,", "probability": 0.50732421875}, {"start": 439.98, "end": 440.28, "word": " why", "probability": 0.8447265625}, {"start": 440.28, "end": 440.34, "word": " do", "probability": 0.51025390625}, {"start": 440.34, "end": 440.34, "word": " I", "probability": 0.96484375}, {"start": 440.34, "end": 440.52, "word": " want", "probability": 0.491455078125}, {"start": 440.52, "end": 440.52, "word": " to", "probability": 0.96826171875}, {"start": 440.52, "end": 440.64, "word": " send", "probability": 0.822265625}, {"start": 440.64, "end": 440.9, "word": " data", "probability": 0.853515625}, {"start": 440.9, "end": 441.08, "word": " to", "probability": 0.9658203125}, {"start": 441.08, "end": 441.16, "word": " the", "probability": 0.8466796875}, {"start": 441.16, "end": 441.6, "word": " constructor?", "probability": 0.89990234375}, {"start": 442.18, "end": 442.56, "word": " In", "probability": 0.8134765625}, {"start": 442.56, "end": 442.64, "word": " the", "probability": 0.9013671875}, {"start": 442.64, "end": 443.22, "word": " first", "probability": 0.82568359375}, {"start": 443.22, "end": 443.22, "word": " example", "probability": 0.9619140625}, {"start": 443.22, "end": 443.38, "word": " that", "probability": 0.309326171875}, {"start": 443.38, "end": 443.4, "word": " we", "probability": 0.9013671875}, {"start": 443.4, "end": 443.64, "word": " worked", "probability": 0.7099609375}, {"start": 443.64, "end": 443.86, "word": " on,", "probability": 0.90673828125}, {"start": 444.16, "end": 444.18, "word": " which", "probability": 0.34033203125}, {"start": 444.18, "end": 444.18, "word": " was", "probability": 0.79833984375}, {"start": 444.18, "end": 444.34, "word": " red,", "probability": 0.50341796875}, {"start": 444.42, "end": 444.58, "word": " green", "probability": 0.923828125}, {"start": 444.58, "end": 444.74, "word": " and", "probability": 0.59375}, {"start": 444.74, "end": 445.02, "word": " blue,", "probability": 0.97705078125}, {"start": 445.26, "end": 445.46, "word": " each", "probability": 0.69482421875}, {"start": 445.46, "end": 445.64, "word": " one", "probability": 0.438720703125}, {"start": 445.64, "end": 445.84, "word": " has", "probability": 0.331298828125}, {"start": 445.84, "end": 445.86, "word": " a", "probability": 0.8310546875}, {"start": 445.86, "end": 445.86, "word": " different", "probability": 0.876953125}, {"start": 445.86, "end": 446.14, "word": " design", "probability": 0.9462890625}, {"start": 446.14, "end": 446.84, "word": " and", "probability": 0.50341796875}, {"start": 446.84, "end": 446.98, "word": " does", "probability": 0.361328125}, {"start": 446.98, "end": 446.98, "word": " not", "probability": 0.94580078125}, {"start": 446.98, "end": 447.22, "word": " have", "probability": 0.433349609375}, {"start": 447.22, "end": 447.26, "word": " to", "probability": 0.962890625}, {"start": 447.26, "end": 447.5, "word": " be", "probability": 0.7431640625}, {"start": 447.5, "end": 448.0, "word": " data.", "probability": 0.60986328125}, {"start": 448.44, "end": 448.86, "word": " But", "probability": 0.791015625}, {"start": 448.86, "end": 449.12, "word": " now", "probability": 0.89892578125}, {"start": 449.12, "end": 449.32, "word": " I", "probability": 0.82080078125}, {"start": 449.32, "end": 449.4, "word": " am", "probability": 0.40478515625}, {"start": 449.4, "end": 449.64, "word": " using", "probability": 0.94384765625}, {"start": 449.64, "end": 449.82, "word": " the", "probability": 0.92236328125}, {"start": 449.82, "end": 450.0, "word": " same", "probability": 0.89501953125}, {"start": 450.0, "end": 450.44, "word": " fragment,", "probability": 0.767578125}, {"start": 450.56, "end": 450.72, "word": " but", "probability": 0.8291015625}, {"start": 450.72, "end": 450.92, "word": " each", "probability": 0.9482421875}, {"start": 450.92, "end": 451.18, "word": " one", "probability": 0.81298828125}, {"start": 451.18, "end": 451.36, "word": " has", "probability": 0.24755859375}, {"start": 451.36, "end": 451.8, "word": " a", "probability": 0.84765625}, {"start": 451.8, "end": 451.8, "word": " different", "probability": 0.87158203125}, {"start": 451.8, "end": 452.42, "word": " image.", "probability": 0.56201171875}], "temperature": 1.0}, {"id": 19, "seek": 48098, "start": 453.38, "end": 480.98, "text": " So you need to create more than one red fragment and each one sends a different image. In this case, I need to send data to each constructor so that when it is created, it uses the data it sends to get the image it wants. Because each one is a different image. So I use set arguments to send it. What does set arguments do? It takes a bundle. It takes something called bundle.", "tokens": [407, 291, 643, 281, 1884, 544, 813, 472, 2182, 26424, 293, 1184, 472, 14790, 257, 819, 3256, 13, 682, 341, 1389, 11, 286, 643, 281, 2845, 1412, 281, 1184, 47479, 370, 300, 562, 309, 307, 2942, 11, 309, 4960, 264, 1412, 309, 14790, 281, 483, 264, 3256, 309, 2738, 13, 1436, 1184, 472, 307, 257, 819, 3256, 13, 407, 286, 764, 992, 12869, 281, 2845, 309, 13, 708, 775, 992, 12869, 360, 30, 467, 2516, 257, 24438, 13, 467, 2516, 746, 1219, 24438, 13], "avg_logprob": -0.5139705714057473, "compression_ratio": 1.778301886792453, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 453.38, "end": 453.58, "word": " So", "probability": 0.200927734375}, {"start": 453.58, "end": 453.88, "word": " you", "probability": 0.67138671875}, {"start": 453.88, "end": 454.26, "word": " need", "probability": 0.3681640625}, {"start": 454.26, "end": 454.66, "word": " to", "probability": 0.88232421875}, {"start": 454.66, "end": 454.66, "word": " create", "probability": 0.6357421875}, {"start": 454.66, "end": 455.02, "word": " more", "probability": 0.83740234375}, {"start": 455.02, "end": 455.22, "word": " than", "probability": 0.56982421875}, {"start": 455.22, "end": 456.02, "word": " one", "probability": 0.73095703125}, {"start": 456.02, "end": 456.02, "word": " red", "probability": 0.1591796875}, {"start": 456.02, "end": 456.44, "word": " fragment", "probability": 0.5888671875}, {"start": 456.44, "end": 456.62, "word": " and", "probability": 0.300537109375}, {"start": 456.62, "end": 456.8, "word": " each", "probability": 0.66943359375}, {"start": 456.8, "end": 457.0, "word": " one", "probability": 0.4736328125}, {"start": 457.0, "end": 457.26, "word": " sends", "probability": 0.195556640625}, {"start": 457.26, "end": 458.02, "word": " a", "probability": 0.433837890625}, {"start": 458.02, "end": 458.62, "word": " different", "probability": 0.8056640625}, {"start": 458.62, "end": 458.62, "word": " image.", "probability": 0.323486328125}, {"start": 459.54, "end": 460.06, "word": " In", "probability": 0.50390625}, {"start": 460.06, "end": 460.16, "word": " this", "probability": 0.861328125}, {"start": 460.16, "end": 460.44, "word": " case,", "probability": 0.8115234375}, {"start": 460.74, "end": 460.82, "word": " I", "probability": 0.9375}, {"start": 460.82, "end": 461.08, "word": " need", "probability": 0.42138671875}, {"start": 461.08, "end": 461.26, "word": " to", "probability": 0.96533203125}, {"start": 461.26, "end": 461.44, "word": " send", "probability": 0.76708984375}, {"start": 461.44, "end": 461.7, "word": " data", "probability": 0.53076171875}, {"start": 461.7, "end": 461.9, "word": " to", "probability": 0.9287109375}, {"start": 461.9, "end": 462.04, "word": " each", "probability": 0.83740234375}, {"start": 462.04, "end": 462.42, "word": " constructor", "probability": 0.7626953125}, {"start": 462.42, "end": 463.32, "word": " so", "probability": 0.343994140625}, {"start": 463.32, "end": 463.56, "word": " that", "probability": 0.58837890625}, {"start": 463.56, "end": 463.62, "word": " when", "probability": 0.6279296875}, {"start": 463.62, "end": 463.78, "word": " it", "probability": 0.578125}, {"start": 463.78, "end": 464.08, "word": " is", "probability": 0.63525390625}, {"start": 464.08, "end": 464.54, "word": " created,", "probability": 0.6025390625}, {"start": 464.96, "end": 465.48, "word": " it", "probability": 0.70068359375}, {"start": 465.48, "end": 465.88, "word": " uses", "probability": 0.44189453125}, {"start": 465.88, "end": 466.06, "word": " the", "probability": 0.8525390625}, {"start": 466.06, "end": 466.42, "word": " data", "probability": 0.833984375}, {"start": 466.42, "end": 466.6, "word": " it", "probability": 0.493408203125}, {"start": 466.6, "end": 466.82, "word": " sends", "probability": 0.421630859375}, {"start": 466.82, "end": 467.62, "word": " to", "probability": 0.79052734375}, {"start": 467.62, "end": 468.08, "word": " get", "probability": 0.373291015625}, {"start": 468.08, "end": 468.26, "word": " the", "probability": 0.8544921875}, {"start": 468.26, "end": 468.46, "word": " image", "probability": 0.517578125}, {"start": 468.46, "end": 468.6, "word": " it", "probability": 0.71826171875}, {"start": 468.6, "end": 468.82, "word": " wants.", "probability": 0.70263671875}, {"start": 469.18, "end": 469.46, "word": " Because", "probability": 0.763671875}, {"start": 469.46, "end": 469.66, "word": " each", "probability": 0.5068359375}, {"start": 469.66, "end": 469.72, "word": " one", "probability": 0.56005859375}, {"start": 469.72, "end": 469.98, "word": " is", "probability": 0.8125}, {"start": 469.98, "end": 470.0, "word": " a", "probability": 0.7275390625}, {"start": 470.0, "end": 470.04, "word": " different", "probability": 0.85595703125}, {"start": 470.04, "end": 470.18, "word": " image.", "probability": 0.845703125}, {"start": 471.08, "end": 471.34, "word": " So", "probability": 0.65087890625}, {"start": 471.34, "end": 471.44, "word": " I", "probability": 0.6064453125}, {"start": 471.44, "end": 471.58, "word": " use", "probability": 0.2666015625}, {"start": 471.58, "end": 472.22, "word": " set", "probability": 0.71630859375}, {"start": 472.22, "end": 472.58, "word": " arguments", "probability": 0.67578125}, {"start": 472.58, "end": 472.84, "word": " to", "probability": 0.8046875}, {"start": 472.84, "end": 473.44, "word": " send", "probability": 0.71826171875}, {"start": 473.44, "end": 473.6, "word": " it.", "probability": 0.322265625}, {"start": 473.66, "end": 473.86, "word": " What", "probability": 0.266357421875}, {"start": 473.86, "end": 473.86, "word": " does", "probability": 0.7763671875}, {"start": 473.86, "end": 473.92, "word": " set", "probability": 0.79248046875}, {"start": 473.92, "end": 474.46, "word": " arguments", "probability": 0.90234375}, {"start": 474.46, "end": 475.9, "word": " do?", "probability": 0.4287109375}, {"start": 476.12, "end": 476.3, "word": " It", "probability": 0.7568359375}, {"start": 476.3, "end": 476.46, "word": " takes", "probability": 0.6494140625}, {"start": 476.46, "end": 476.58, "word": " a", "probability": 0.8525390625}, {"start": 476.58, "end": 476.84, "word": " bundle.", "probability": 0.93994140625}, {"start": 477.94, "end": 478.46, "word": " It", "probability": 0.224609375}, {"start": 478.46, "end": 479.42, "word": " takes", "probability": 0.625}, {"start": 479.42, "end": 479.7, "word": " something", "probability": 0.57666015625}, {"start": 479.7, "end": 480.06, "word": " called", "probability": 0.78076171875}, {"start": 480.06, "end": 480.98, "word": " bundle.", "probability": 0.6689453125}], "temperature": 1.0}, {"id": 20, "seek": 51155, "start": 483.37, "end": 511.55, "text": " For example, it will return a fragment of 1. And what do we do here? Before we put arguments, we create a bundle. B1 equals new bundle. Because what is this bundle? It is something similar to the intent. Did you see the intent that you put in it? It is very similar to it. Okay? So let's say B1. And let's see the method. You will find the method put.", "tokens": [1171, 1365, 11, 309, 486, 2736, 257, 26424, 295, 502, 13, 400, 437, 360, 321, 360, 510, 30, 4546, 321, 829, 12869, 11, 321, 1884, 257, 24438, 13, 363, 16, 6915, 777, 24438, 13, 1436, 437, 307, 341, 24438, 30, 467, 307, 746, 2531, 281, 264, 8446, 13, 2589, 291, 536, 264, 8446, 300, 291, 829, 294, 309, 30, 467, 307, 588, 2531, 281, 309, 13, 1033, 30, 407, 718, 311, 584, 363, 16, 13, 400, 718, 311, 536, 264, 3170, 13, 509, 486, 915, 264, 3170, 829, 13], "avg_logprob": -0.5020833167764875, "compression_ratio": 1.6221198156682028, "no_speech_prob": 0.0, "words": [{"start": 483.37, "end": 483.65, "word": " For", "probability": 0.40380859375}, {"start": 483.65, "end": 483.75, "word": " example,", "probability": 0.8837890625}, {"start": 483.81, "end": 484.05, "word": " it", "probability": 0.1981201171875}, {"start": 484.05, "end": 484.05, "word": " will", "probability": 0.5498046875}, {"start": 484.05, "end": 484.21, "word": " return", "probability": 0.279052734375}, {"start": 484.21, "end": 484.35, "word": " a", "probability": 0.2220458984375}, {"start": 484.35, "end": 484.61, "word": " fragment", "probability": 0.63720703125}, {"start": 484.61, "end": 484.75, "word": " of", "probability": 0.427978515625}, {"start": 484.75, "end": 485.01, "word": " 1.", "probability": 0.7021484375}, {"start": 485.73, "end": 485.99, "word": " And", "probability": 0.38720703125}, {"start": 485.99, "end": 486.17, "word": " what", "probability": 0.288818359375}, {"start": 486.17, "end": 486.17, "word": " do", "probability": 0.42138671875}, {"start": 486.17, "end": 486.31, "word": " we", "probability": 0.923828125}, {"start": 486.31, "end": 486.39, "word": " do", "probability": 0.5234375}, {"start": 486.39, "end": 486.69, "word": " here?", "probability": 0.6845703125}, {"start": 487.03, "end": 487.35, "word": " Before", "probability": 0.8291015625}, {"start": 487.35, "end": 487.55, "word": " we", "probability": 0.413330078125}, {"start": 487.55, "end": 487.69, "word": " put", "probability": 0.369140625}, {"start": 487.69, "end": 488.25, "word": " arguments,", "probability": 0.572265625}, {"start": 488.53, "end": 488.65, "word": " we", "probability": 0.87646484375}, {"start": 488.65, "end": 489.11, "word": " create", "probability": 0.1241455078125}, {"start": 489.11, "end": 489.81, "word": " a", "probability": 0.884765625}, {"start": 489.81, "end": 490.11, "word": " bundle.", "probability": 0.90478515625}, {"start": 490.87, "end": 491.39, "word": " B1", "probability": 0.669677734375}, {"start": 491.39, "end": 492.23, "word": " equals", "probability": 0.157958984375}, {"start": 492.23, "end": 493.41, "word": " new", "probability": 0.8046875}, {"start": 493.41, "end": 496.23, "word": " bundle.", "probability": 0.8037109375}, {"start": 498.77, "end": 499.05, "word": " Because", "probability": 0.320068359375}, {"start": 499.05, "end": 499.31, "word": " what", "probability": 0.73876953125}, {"start": 499.31, "end": 499.39, "word": " is", "probability": 0.86572265625}, {"start": 499.39, "end": 499.51, "word": " this", "probability": 0.85888671875}, {"start": 499.51, "end": 499.77, "word": " bundle?", "probability": 0.9267578125}, {"start": 500.21, "end": 500.65, "word": " It", "probability": 0.3974609375}, {"start": 500.65, "end": 500.69, "word": " is", "probability": 0.7080078125}, {"start": 500.69, "end": 500.69, "word": " something", "probability": 0.55810546875}, {"start": 500.69, "end": 501.09, "word": " similar", "probability": 0.44287109375}, {"start": 501.09, "end": 502.37, "word": " to", "probability": 0.91845703125}, {"start": 502.37, "end": 502.87, "word": " the", "probability": 0.5380859375}, {"start": 502.87, "end": 503.27, "word": " intent.", "probability": 0.55615234375}, {"start": 503.43, "end": 503.61, "word": " Did", "probability": 0.3818359375}, {"start": 503.61, "end": 503.65, "word": " you", "probability": 0.9716796875}, {"start": 503.65, "end": 503.65, "word": " see", "probability": 0.8388671875}, {"start": 503.65, "end": 503.77, "word": " the", "probability": 0.7861328125}, {"start": 503.77, "end": 504.07, "word": " intent", "probability": 0.6083984375}, {"start": 504.07, "end": 504.17, "word": " that", "probability": 0.41162109375}, {"start": 504.17, "end": 504.29, "word": " you", "probability": 0.39111328125}, {"start": 504.29, "end": 504.43, "word": " put", "probability": 0.693359375}, {"start": 504.43, "end": 504.53, "word": " in", "probability": 0.677734375}, {"start": 504.53, "end": 504.61, "word": " it?", "probability": 0.47412109375}, {"start": 505.01, "end": 505.33, "word": " It", "probability": 0.56884765625}, {"start": 505.33, "end": 505.35, "word": " is", "probability": 0.845703125}, {"start": 505.35, "end": 505.35, "word": " very", "probability": 0.7431640625}, {"start": 505.35, "end": 505.51, "word": " similar", "probability": 0.931640625}, {"start": 505.51, "end": 505.51, "word": " to", "probability": 0.78125}, {"start": 505.51, "end": 505.95, "word": " it.", "probability": 0.78173828125}, {"start": 506.55, "end": 506.77, "word": " Okay?", "probability": 0.268798828125}, {"start": 507.51, "end": 507.79, "word": " So", "probability": 0.84912109375}, {"start": 507.79, "end": 508.17, "word": " let's", "probability": 0.789794921875}, {"start": 508.17, "end": 508.31, "word": " say", "probability": 0.3564453125}, {"start": 508.31, "end": 508.79, "word": " B1.", "probability": 0.786865234375}, {"start": 509.05, "end": 509.19, "word": " And", "probability": 0.65234375}, {"start": 509.19, "end": 509.47, "word": " let's", "probability": 0.85888671875}, {"start": 509.47, "end": 509.65, "word": " see", "probability": 0.662109375}, {"start": 509.65, "end": 509.81, "word": " the", "probability": 0.85009765625}, {"start": 509.81, "end": 510.07, "word": " method.", "probability": 0.958984375}, {"start": 510.13, "end": 510.23, "word": " You", "probability": 0.8427734375}, {"start": 510.23, "end": 510.27, "word": " will", "probability": 0.810546875}, {"start": 510.27, "end": 510.47, "word": " find", "probability": 0.82861328125}, {"start": 510.47, "end": 510.71, "word": " the", "probability": 0.287109375}, {"start": 510.71, "end": 510.99, "word": " method", "probability": 0.94140625}, {"start": 510.99, "end": 511.55, "word": " put.", "probability": 0.56005859375}], "temperature": 1.0}, {"id": 21, "seek": 53902, "start": 513.82, "end": 539.02, "text": "putByte, putByteArray, putCharacter, putFloat, putIntegerArrayList, putShort, putString, putStringArray, and putIntent. So you really need to work in the bundle, and the bundle has six arguments. Because what do we put in the bundle right now? The image. You put its ID. So we write putInt.", "tokens": [2582, 27690, 975, 11, 829, 27690, 975, 10683, 3458, 11, 829, 25291, 14125, 11, 829, 37, 752, 267, 11, 829, 25597, 30744, 10683, 3458, 43, 468, 11, 829, 7774, 477, 11, 829, 4520, 2937, 11, 829, 4520, 2937, 10683, 3458, 11, 293, 829, 25597, 317, 13, 407, 291, 534, 643, 281, 589, 294, 264, 24438, 11, 293, 264, 24438, 575, 2309, 12869, 13, 1436, 437, 360, 321, 829, 294, 264, 24438, 558, 586, 30, 440, 3256, 13, 509, 829, 1080, 7348, 13, 407, 321, 2464, 829, 25597, 13], "avg_logprob": -0.3753511155589243, "compression_ratio": 1.6384180790960452, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 513.8199999999999, "end": 514.42, "word": "putByte,", "probability": 0.5938313802083334}, {"start": 514.42, "end": 515.02, "word": " putByteArray,", "probability": 0.8873046875}, {"start": 515.14, "end": 515.86, "word": " putCharacter,", "probability": 0.9195963541666666}, {"start": 516.52, "end": 517.96, "word": " putFloat,", "probability": 0.9287109375}, {"start": 518.58, "end": 520.18, "word": " putIntegerArrayList,", "probability": 0.9507533482142857}, {"start": 520.6, "end": 521.3, "word": " putShort,", "probability": 0.9124348958333334}, {"start": 522.08, "end": 522.9, "word": " putString,", "probability": 0.9451497395833334}, {"start": 523.24, "end": 524.3, "word": " putStringArray,", "probability": 0.96083984375}, {"start": 524.56, "end": 524.74, "word": " and", "probability": 0.2052001953125}, {"start": 524.74, "end": 526.38, "word": " putIntent.", "probability": 0.6103515625}, {"start": 526.42, "end": 527.02, "word": " So", "probability": 0.48046875}, {"start": 527.02, "end": 527.44, "word": " you", "probability": 0.626953125}, {"start": 527.44, "end": 527.44, "word": " really", "probability": 0.1409912109375}, {"start": 527.44, "end": 527.66, "word": " need", "probability": 0.305908203125}, {"start": 527.66, "end": 527.76, "word": " to", "probability": 0.9501953125}, {"start": 527.76, "end": 527.98, "word": " work", "probability": 0.2283935546875}, {"start": 527.98, "end": 528.14, "word": " in", "probability": 0.49658203125}, {"start": 528.14, "end": 528.28, "word": " the", "probability": 0.568359375}, {"start": 528.28, "end": 528.58, "word": " bundle,", "probability": 0.84423828125}, {"start": 529.0, "end": 529.12, "word": " and", "probability": 0.60595703125}, {"start": 529.12, "end": 529.22, "word": " the", "probability": 0.56689453125}, {"start": 529.22, "end": 529.46, "word": " bundle", "probability": 0.9296875}, {"start": 529.46, "end": 529.98, "word": " has", "probability": 0.60546875}, {"start": 529.98, "end": 530.26, "word": " six", "probability": 0.466796875}, {"start": 530.26, "end": 530.74, "word": " arguments.", "probability": 0.84765625}, {"start": 531.44, "end": 531.66, "word": " Because", "probability": 0.28271484375}, {"start": 531.66, "end": 531.96, "word": " what", "probability": 0.564453125}, {"start": 531.96, "end": 531.96, "word": " do", "probability": 0.72802734375}, {"start": 531.96, "end": 532.5, "word": " we", "probability": 0.93017578125}, {"start": 532.5, "end": 532.76, "word": " put", "probability": 0.591796875}, {"start": 532.76, "end": 533.08, "word": " in", "probability": 0.88818359375}, {"start": 533.08, "end": 533.22, "word": " the", "probability": 0.88037109375}, {"start": 533.22, "end": 533.54, "word": " bundle", "probability": 0.95751953125}, {"start": 533.54, "end": 534.0, "word": " right", "probability": 0.275146484375}, {"start": 534.0, "end": 534.28, "word": " now?", "probability": 0.93798828125}, {"start": 534.44, "end": 534.6, "word": " The", "probability": 0.75830078125}, {"start": 534.6, "end": 534.84, "word": " image.", "probability": 0.58056640625}, {"start": 535.14, "end": 535.74, "word": " You", "probability": 0.1934814453125}, {"start": 535.74, "end": 536.26, "word": " put", "probability": 0.50244140625}, {"start": 536.26, "end": 536.38, "word": " its", "probability": 0.455078125}, {"start": 536.38, "end": 536.66, "word": " ID.", "probability": 0.81640625}, {"start": 537.28, "end": 537.48, "word": " So", "probability": 0.814453125}, {"start": 537.48, "end": 537.58, "word": " we", "probability": 0.349853515625}, {"start": 537.58, "end": 537.68, "word": " write", "probability": 0.410888671875}, {"start": 537.68, "end": 539.02, "word": " putInt.", "probability": 0.608642578125}], "temperature": 1.0}, {"id": 22, "seek": 56777, "start": 540.43, "end": 567.77, "text": "and key and value key means picture what do you call the key of the picture? photo its id is r.drawable.photo1 this is how I put the first picture in the bundle and then we say set arguments b1 and this is how we made the first fragment and filled the first fragment we fill the second fragment same thing, you repeat the code that we copied and then you put", "tokens": [474, 2141, 293, 2158, 2141, 1355, 3036, 437, 360, 291, 818, 264, 2141, 295, 264, 3036, 30, 5052, 1080, 4496, 307, 367, 13, 67, 424, 86, 712, 13, 950, 6738, 16, 341, 307, 577, 286, 829, 264, 700, 3036, 294, 264, 24438, 293, 550, 321, 584, 992, 12869, 272, 16, 293, 341, 307, 577, 321, 1027, 264, 700, 26424, 293, 6412, 264, 700, 26424, 321, 2836, 264, 1150, 26424, 912, 551, 11, 291, 7149, 264, 3089, 300, 321, 25365, 293, 550, 291, 829], "avg_logprob": -0.5777529967682702, "compression_ratio": 1.8080808080808082, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 540.4300000000001, "end": 540.83, "word": "and", "probability": 0.154541015625}, {"start": 540.83, "end": 541.01, "word": " key", "probability": 0.7412109375}, {"start": 541.01, "end": 541.15, "word": " and", "probability": 0.425048828125}, {"start": 541.15, "end": 541.47, "word": " value", "probability": 0.9677734375}, {"start": 541.47, "end": 542.49, "word": " key", "probability": 0.210693359375}, {"start": 542.49, "end": 542.67, "word": " means", "probability": 0.27001953125}, {"start": 542.67, "end": 542.85, "word": " picture", "probability": 0.30322265625}, {"start": 542.85, "end": 544.13, "word": " what", "probability": 0.450439453125}, {"start": 544.13, "end": 544.33, "word": " do", "probability": 0.1890869140625}, {"start": 544.33, "end": 544.37, "word": " you", "probability": 0.734375}, {"start": 544.37, "end": 544.61, "word": " call", "probability": 0.73828125}, {"start": 544.61, "end": 544.73, "word": " the", "probability": 0.47705078125}, {"start": 544.73, "end": 544.87, "word": " key", "probability": 0.440673828125}, {"start": 544.87, "end": 544.99, "word": " of", "probability": 0.767578125}, {"start": 544.99, "end": 545.13, "word": " the", "probability": 0.6318359375}, {"start": 545.13, "end": 545.31, "word": " picture?", "probability": 0.849609375}, {"start": 545.39, "end": 545.77, "word": " photo", "probability": 0.744140625}, {"start": 545.77, "end": 547.55, "word": " its", "probability": 0.14306640625}, {"start": 547.55, "end": 547.89, "word": " id", "probability": 0.5224609375}, {"start": 547.89, "end": 548.21, "word": " is", "probability": 0.662109375}, {"start": 548.21, "end": 548.63, "word": " r", "probability": 0.66943359375}, {"start": 548.63, "end": 549.93, "word": ".drawable", "probability": 0.6533203125}, {"start": 549.93, "end": 551.65, "word": ".photo1", "probability": 0.87158203125}, {"start": 551.65, "end": 553.03, "word": " this", "probability": 0.1756591796875}, {"start": 553.03, "end": 553.03, "word": " is", "probability": 0.5615234375}, {"start": 553.03, "end": 553.07, "word": " how", "probability": 0.873046875}, {"start": 553.07, "end": 553.19, "word": " I", "probability": 0.6142578125}, {"start": 553.19, "end": 553.39, "word": " put", "probability": 0.50634765625}, {"start": 553.39, "end": 553.57, "word": " the", "probability": 0.8525390625}, {"start": 553.57, "end": 553.99, "word": " first", "probability": 0.8046875}, {"start": 553.99, "end": 553.99, "word": " picture", "probability": 0.72802734375}, {"start": 553.99, "end": 554.63, "word": " in", "probability": 0.75732421875}, {"start": 554.63, "end": 554.73, "word": " the", "probability": 0.73779296875}, {"start": 554.73, "end": 554.99, "word": " bundle", "probability": 0.7890625}, {"start": 554.99, "end": 555.11, "word": " and", "probability": 0.57275390625}, {"start": 555.11, "end": 555.25, "word": " then", "probability": 0.54345703125}, {"start": 555.25, "end": 555.41, "word": " we", "probability": 0.256591796875}, {"start": 555.41, "end": 555.55, "word": " say", "probability": 0.44384765625}, {"start": 555.55, "end": 555.81, "word": " set", "probability": 0.94384765625}, {"start": 555.81, "end": 556.27, "word": " arguments", "probability": 0.79345703125}, {"start": 556.27, "end": 556.89, "word": " b1", "probability": 0.51470947265625}, {"start": 556.89, "end": 558.25, "word": " and", "probability": 0.64990234375}, {"start": 558.25, "end": 558.39, "word": " this", "probability": 0.53271484375}, {"start": 558.39, "end": 558.39, "word": " is", "probability": 0.75390625}, {"start": 558.39, "end": 558.41, "word": " how", "probability": 0.9404296875}, {"start": 558.41, "end": 558.63, "word": " we", "probability": 0.912109375}, {"start": 558.63, "end": 558.79, "word": " made", "probability": 0.289306640625}, {"start": 558.79, "end": 558.97, "word": " the", "probability": 0.896484375}, {"start": 558.97, "end": 559.01, "word": " first", "probability": 0.87548828125}, {"start": 559.01, "end": 559.33, "word": " fragment", "probability": 0.80810546875}, {"start": 559.33, "end": 559.77, "word": " and", "probability": 0.87109375}, {"start": 559.77, "end": 560.01, "word": " filled", "probability": 0.7861328125}, {"start": 560.01, "end": 560.27, "word": " the", "probability": 0.65234375}, {"start": 560.27, "end": 560.33, "word": " first", "probability": 0.328125}, {"start": 560.33, "end": 561.51, "word": " fragment", "probability": 0.6259765625}, {"start": 561.51, "end": 562.17, "word": " we", "probability": 0.338623046875}, {"start": 562.17, "end": 562.41, "word": " fill", "probability": 0.6640625}, {"start": 562.41, "end": 562.57, "word": " the", "probability": 0.8642578125}, {"start": 562.57, "end": 563.27, "word": " second", "probability": 0.810546875}, {"start": 563.27, "end": 563.35, "word": " fragment", "probability": 0.7548828125}, {"start": 563.35, "end": 564.43, "word": " same", "probability": 0.51611328125}, {"start": 564.43, "end": 564.75, "word": " thing,", "probability": 0.8515625}, {"start": 564.85, "end": 564.91, "word": " you", "probability": 0.615234375}, {"start": 564.91, "end": 565.05, "word": " repeat", "probability": 0.274658203125}, {"start": 565.05, "end": 565.21, "word": " the", "probability": 0.77001953125}, {"start": 565.21, "end": 565.39, "word": " code", "probability": 0.796875}, {"start": 565.39, "end": 565.61, "word": " that", "probability": 0.2327880859375}, {"start": 565.61, "end": 565.71, "word": " we", "probability": 0.80322265625}, {"start": 565.71, "end": 565.95, "word": " copied", "probability": 0.70947265625}, {"start": 565.95, "end": 566.75, "word": " and", "probability": 0.73193359375}, {"start": 566.75, "end": 566.93, "word": " then", "probability": 0.4912109375}, {"start": 566.93, "end": 567.11, "word": " you", "probability": 0.2366943359375}, {"start": 567.11, "end": 567.77, "word": " put", "probability": 0.444580078125}], "temperature": 1.0}, {"id": 23, "seek": 56969, "start": 569.39, "end": 569.69, "text": " Two.", "tokens": [4453, 13], "avg_logprob": -0.8248697916666666, "compression_ratio": 0.38461538461538464, "no_speech_prob": 0.0, "words": [{"start": 569.39, "end": 569.69, "word": " Two.", "probability": 0.1290283203125}], "temperature": 1.0}, {"id": 24, "seek": 60180, "start": 575.49, "end": 601.81, "text": " Now, just because someone doesn't ask me because he knows I'm going to ask him the question, he's going to say, if I have a hundred pictures, do I have to make a copy and paste of them? How many people are there in your mind when you ask me this question? I'm going to answer you. I'm going to do it. I'm going to do it. I'm going to do it. But I'm going to do it gradually. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it slowly. I'm going to do it", "tokens": [823, 11, 445, 570, 1580, 1177, 380, 1029, 385, 570, 415, 3255, 286, 478, 516, 281, 1029, 796, 264, 1168, 11, 415, 311, 516, 281, 584, 11, 498, 286, 362, 257, 3262, 5242, 11, 360, 286, 362, 281, 652, 257, 5055, 293, 9163, 295, 552, 30, 1012, 867, 561, 366, 456, 294, 428, 1575, 562, 291, 1029, 385, 341, 1168, 30, 286, 478, 516, 281, 1867, 291, 13, 286, 478, 516, 281, 360, 309, 13, 286, 478, 516, 281, 360, 309, 13, 286, 478, 516, 281, 360, 309, 13, 583, 286, 478, 516, 281, 360, 309, 13145, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309, 5692, 13, 286, 478, 516, 281, 360, 309], "avg_logprob": -0.37277776506212024, "compression_ratio": 3.786729857819905, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 575.49, "end": 575.83, "word": " Now,", "probability": 0.27099609375}, {"start": 575.89, "end": 576.01, "word": " just", "probability": 0.2724609375}, {"start": 576.01, "end": 576.11, "word": " because", "probability": 0.279296875}, {"start": 576.11, "end": 576.41, "word": " someone", "probability": 0.6142578125}, {"start": 576.41, "end": 576.69, "word": " doesn't", "probability": 0.654052734375}, {"start": 576.69, "end": 576.89, "word": " ask", "probability": 0.7314453125}, {"start": 576.89, "end": 577.03, "word": " me", "probability": 0.20458984375}, {"start": 577.03, "end": 577.19, "word": " because", "probability": 0.443115234375}, {"start": 577.19, "end": 577.31, "word": " he", "probability": 0.70068359375}, {"start": 577.31, "end": 577.51, "word": " knows", "probability": 0.71044921875}, {"start": 577.51, "end": 577.77, "word": " I'm", "probability": 0.464111328125}, {"start": 577.77, "end": 577.77, "word": " going", "probability": 0.716796875}, {"start": 577.77, "end": 577.77, "word": " to", "probability": 0.962890625}, {"start": 577.77, "end": 577.91, "word": " ask", "probability": 0.92822265625}, {"start": 577.91, "end": 578.05, "word": " him", "probability": 0.48095703125}, {"start": 578.05, "end": 578.07, "word": " the", "probability": 0.410400390625}, {"start": 578.07, "end": 578.27, "word": " question,", "probability": 0.84326171875}, {"start": 578.69, "end": 578.87, "word": " he's", "probability": 0.555419921875}, {"start": 578.87, "end": 578.87, "word": " going", "probability": 0.84814453125}, {"start": 578.87, "end": 578.87, "word": " to", "probability": 0.97119140625}, {"start": 578.87, "end": 578.99, "word": " say,", "probability": 0.5302734375}, {"start": 579.11, "end": 579.21, "word": " if", "probability": 0.144287109375}, {"start": 579.21, "end": 579.57, "word": " I", "probability": 0.81982421875}, {"start": 579.57, "end": 579.75, "word": " have", "probability": 0.469970703125}, {"start": 579.75, "end": 579.87, "word": " a", "probability": 0.31982421875}, {"start": 579.87, "end": 580.11, "word": " hundred", "probability": 0.74267578125}, {"start": 580.11, "end": 580.45, "word": " pictures,", "probability": 0.4443359375}, {"start": 580.81, "end": 580.99, "word": " do", "probability": 0.2491455078125}, {"start": 580.99, "end": 581.31, "word": " I", "probability": 0.84619140625}, {"start": 581.31, "end": 581.31, "word": " have", "probability": 0.3369140625}, {"start": 581.31, "end": 581.31, "word": " to", "probability": 0.96875}, {"start": 581.31, "end": 581.55, "word": " make", "probability": 0.339599609375}, {"start": 581.55, "end": 581.69, "word": " a", "probability": 0.408447265625}, {"start": 581.69, "end": 581.87, "word": " copy", "probability": 0.3427734375}, {"start": 581.87, "end": 582.07, "word": " and", "probability": 0.67919921875}, {"start": 582.07, "end": 582.27, "word": " paste", "probability": 0.92578125}, {"start": 582.27, "end": 582.51, "word": " of", "probability": 0.18994140625}, {"start": 582.51, "end": 582.51, "word": " them?", "probability": 0.43212890625}, {"start": 583.03, "end": 583.43, "word": " How", "probability": 0.168701171875}, {"start": 583.43, "end": 584.05, "word": " many", "probability": 0.70361328125}, {"start": 584.05, "end": 584.25, "word": " people", "probability": 0.56201171875}, {"start": 584.25, "end": 584.35, "word": " are", "probability": 0.188720703125}, {"start": 584.35, "end": 584.35, "word": " there", "probability": 0.50048828125}, {"start": 584.35, "end": 584.35, "word": " in", "probability": 0.810546875}, {"start": 584.35, "end": 584.43, "word": " your", "probability": 0.6220703125}, {"start": 584.43, "end": 584.57, "word": " mind", "probability": 0.60107421875}, {"start": 584.57, "end": 584.83, "word": " when", "probability": 0.313720703125}, {"start": 584.83, "end": 584.85, "word": " you", "probability": 0.54541015625}, {"start": 584.85, "end": 584.99, "word": " ask", "probability": 0.414306640625}, {"start": 584.99, "end": 585.23, "word": " me", "probability": 0.478515625}, {"start": 585.23, "end": 585.29, "word": " this", "probability": 0.64501953125}, {"start": 585.29, "end": 585.29, "word": " question?", "probability": 0.81298828125}, {"start": 586.01, "end": 586.41, "word": " I'm", "probability": 0.45489501953125}, {"start": 586.41, "end": 586.41, "word": " going", "probability": 0.87353515625}, {"start": 586.41, "end": 586.41, "word": " to", "probability": 0.96630859375}, {"start": 586.41, "end": 586.63, "word": " answer", "probability": 0.8134765625}, {"start": 586.63, "end": 586.75, "word": " you.", "probability": 0.6533203125}, {"start": 587.01, "end": 587.21, "word": " I'm", "probability": 0.581298828125}, {"start": 587.21, "end": 587.21, "word": " going", "probability": 0.880859375}, {"start": 587.21, "end": 587.23, "word": " to", "probability": 0.96630859375}, {"start": 587.23, "end": 587.37, "word": " do", "probability": 0.2183837890625}, {"start": 587.37, "end": 587.47, "word": " it.", "probability": 0.740234375}, {"start": 587.51, "end": 587.61, "word": " I'm", "probability": 0.4547119140625}, {"start": 587.61, "end": 587.61, "word": " going", "probability": 0.73046875}, {"start": 587.61, "end": 587.61, "word": " to", "probability": 0.95849609375}, {"start": 587.61, "end": 587.71, "word": " do", "probability": 0.1646728515625}, {"start": 587.71, "end": 587.83, "word": " it.", "probability": 0.85595703125}, {"start": 588.39, "end": 588.39, "word": " I'm", "probability": 0.319091796875}, {"start": 588.39, "end": 588.39, "word": " going", "probability": 0.79931640625}, {"start": 588.39, "end": 588.39, "word": " to", "probability": 0.9599609375}, {"start": 588.39, "end": 588.39, "word": " do", "probability": 0.4013671875}, {"start": 588.39, "end": 588.39, "word": " it.", "probability": 0.90185546875}, {"start": 588.43, "end": 588.83, "word": " But", "probability": 0.52734375}, {"start": 588.83, "end": 589.03, "word": " I'm", "probability": 0.597412109375}, {"start": 589.03, "end": 589.11, "word": " going", "probability": 0.439208984375}, {"start": 589.11, "end": 589.11, "word": " to", "probability": 0.95556640625}, {"start": 589.11, "end": 589.11, "word": " do", "probability": 0.62548828125}, {"start": 589.11, "end": 589.57, "word": " it", "probability": 0.93408203125}, {"start": 589.57, "end": 589.57, "word": " gradually.", "probability": 0.59033203125}, {"start": 590.03, "end": 590.43, "word": " I'm", "probability": 0.4005126953125}, {"start": 590.43, "end": 590.43, "word": " going", "probability": 0.6875}, {"start": 590.43, "end": 590.43, "word": " to", "probability": 0.9658203125}, {"start": 590.43, "end": 590.43, "word": " do", "probability": 0.47119140625}, {"start": 590.43, "end": 590.53, "word": " it", "probability": 0.93603515625}, {"start": 590.53, "end": 591.29, "word": " slowly.", "probability": 0.2249755859375}, {"start": 592.35, "end": 592.35, "word": " I'm", "probability": 0.40826416015625}, {"start": 592.35, "end": 592.35, "word": " going", "probability": 0.7548828125}, {"start": 592.35, "end": 592.73, "word": " to", "probability": 0.96484375}, {"start": 592.73, "end": 592.73, "word": " do", "probability": 0.55078125}, {"start": 592.73, "end": 592.73, "word": " it", "probability": 0.943359375}, {"start": 592.73, "end": 592.73, "word": " slowly.", "probability": 0.5888671875}, {"start": 593.09, "end": 593.21, "word": " I'm", "probability": 0.45025634765625}, {"start": 593.21, "end": 593.21, "word": " going", "probability": 0.8525390625}, {"start": 593.21, "end": 593.21, "word": " to", "probability": 0.96630859375}, {"start": 593.21, "end": 593.21, "word": " do", "probability": 0.76611328125}, {"start": 593.21, "end": 593.21, "word": " it", "probability": 0.9521484375}, {"start": 593.21, "end": 593.21, "word": " slowly.", "probability": 0.74658203125}, {"start": 593.21, "end": 593.21, "word": " I'm", "probability": 0.51373291015625}, {"start": 593.21, "end": 593.21, "word": " going", "probability": 0.88720703125}, {"start": 593.21, "end": 593.21, "word": " to", "probability": 0.96875}, {"start": 593.21, "end": 593.21, "word": " do", "probability": 0.84765625}, {"start": 593.21, "end": 593.21, "word": " it", "probability": 0.95703125}, {"start": 593.21, "end": 593.21, "word": " slowly.", "probability": 0.85693359375}, {"start": 593.21, "end": 593.21, "word": " I'm", "probability": 0.591064453125}, {"start": 593.21, "end": 593.21, "word": " going", "probability": 0.9130859375}, {"start": 593.21, "end": 593.21, "word": " to", "probability": 0.96875}, {"start": 593.21, "end": 593.21, "word": " do", "probability": 0.89306640625}, {"start": 593.21, "end": 593.21, "word": " it", "probability": 0.9599609375}, {"start": 593.21, "end": 593.21, "word": " slowly.", "probability": 0.919921875}, {"start": 593.21, "end": 593.21, "word": " I'm", "probability": 0.6768798828125}, {"start": 593.21, "end": 593.21, "word": " going", "probability": 0.9306640625}, {"start": 593.21, "end": 593.21, "word": " to", "probability": 0.97021484375}, {"start": 593.21, "end": 593.21, "word": " do", "probability": 0.923828125}, {"start": 593.21, "end": 593.21, "word": " it", "probability": 0.9619140625}, {"start": 593.21, "end": 593.21, "word": " slowly.", "probability": 0.9365234375}, {"start": 593.21, "end": 593.21, "word": " I'm", "probability": 0.757568359375}, {"start": 593.21, "end": 593.21, "word": " going", "probability": 0.9375}, {"start": 593.21, "end": 593.21, "word": " to", "probability": 0.97119140625}, {"start": 593.21, "end": 593.21, "word": " do", "probability": 0.94189453125}, {"start": 593.21, "end": 593.21, "word": " it", "probability": 0.9619140625}, {"start": 593.21, "end": 593.21, "word": " slowly.", "probability": 0.9384765625}, {"start": 593.21, "end": 593.23, "word": " I'm", "probability": 0.826171875}, {"start": 593.23, "end": 593.23, "word": " going", "probability": 0.94189453125}, {"start": 593.23, "end": 593.23, "word": " to", "probability": 0.97119140625}, {"start": 593.23, "end": 593.23, "word": " do", "probability": 0.95166015625}, {"start": 593.23, "end": 593.23, "word": " it", "probability": 0.96240234375}, {"start": 593.23, "end": 593.23, "word": " slowly.", "probability": 0.93603515625}, {"start": 593.23, "end": 593.31, "word": " I'm", "probability": 0.87548828125}, {"start": 593.31, "end": 593.31, "word": " going", "probability": 0.9443359375}, {"start": 593.31, "end": 593.31, "word": " to", "probability": 0.97216796875}, {"start": 593.31, "end": 593.31, "word": " do", "probability": 0.9580078125}, {"start": 593.31, "end": 593.31, "word": " it", "probability": 0.962890625}, {"start": 593.31, "end": 593.31, "word": " slowly.", "probability": 0.9345703125}, {"start": 593.31, "end": 593.41, "word": " I'm", "probability": 0.907470703125}, {"start": 593.41, "end": 593.41, "word": " going", "probability": 0.94384765625}, {"start": 593.41, "end": 593.41, "word": " to", "probability": 0.97265625}, {"start": 593.41, "end": 593.41, "word": " do", "probability": 0.9609375}, {"start": 593.41, "end": 593.41, "word": " it", "probability": 0.9619140625}, {"start": 593.41, "end": 593.41, "word": " slowly.", "probability": 0.93212890625}, {"start": 593.41, "end": 593.41, "word": " I'm", "probability": 0.93359375}, {"start": 593.41, "end": 593.41, "word": " going", "probability": 0.9453125}, {"start": 593.41, "end": 593.41, "word": " to", "probability": 0.9736328125}, {"start": 593.41, "end": 593.41, "word": " do", "probability": 0.96240234375}, {"start": 593.41, "end": 593.43, "word": " it", "probability": 0.962890625}, {"start": 593.43, "end": 594.15, "word": " slowly.", "probability": 0.9296875}, {"start": 595.17, "end": 595.25, "word": " I'm", "probability": 0.951416015625}, {"start": 595.25, "end": 595.25, "word": " going", "probability": 0.94580078125}, {"start": 595.25, "end": 595.25, "word": " to", "probability": 0.9736328125}, {"start": 595.25, "end": 595.25, "word": " do", "probability": 0.9638671875}, {"start": 595.25, "end": 595.25, "word": " it", "probability": 0.9619140625}, {"start": 595.25, "end": 595.57, "word": " slowly.", "probability": 0.9287109375}, {"start": 595.63, "end": 596.03, "word": " I'm", "probability": 0.962158203125}, {"start": 596.03, "end": 596.03, "word": " going", "probability": 0.94580078125}, {"start": 596.03, "end": 596.03, "word": " to", "probability": 0.974609375}, {"start": 596.03, "end": 596.05, "word": " do", "probability": 0.9658203125}, {"start": 596.05, "end": 596.29, "word": " it", "probability": 0.9619140625}, {"start": 596.29, "end": 597.31, "word": " slowly.", "probability": 0.92724609375}, {"start": 597.79, "end": 598.19, "word": " I'm", "probability": 0.969970703125}, {"start": 598.19, "end": 598.19, "word": " going", "probability": 0.94580078125}, {"start": 598.19, "end": 598.19, "word": " to", "probability": 0.97412109375}, {"start": 598.19, "end": 598.43, "word": " do", "probability": 0.9658203125}, {"start": 598.43, "end": 599.53, "word": " it", "probability": 0.96240234375}, {"start": 599.53, "end": 599.73, "word": " slowly.", "probability": 0.9267578125}, {"start": 599.83, "end": 600.11, "word": " I'm", "probability": 0.97509765625}, {"start": 600.11, "end": 600.11, "word": " going", "probability": 0.94677734375}, {"start": 600.11, "end": 600.15, "word": " to", "probability": 0.97509765625}, {"start": 600.15, "end": 600.37, "word": " do", "probability": 0.96630859375}, {"start": 600.37, "end": 600.51, "word": " it", "probability": 0.96240234375}, {"start": 600.51, "end": 600.71, "word": " slowly.", "probability": 0.92529296875}, {"start": 601.73, "end": 601.81, "word": " I'm", "probability": 0.976318359375}, {"start": 601.81, "end": 601.81, "word": " going", "probability": 0.9462890625}, {"start": 601.81, "end": 601.81, "word": " to", "probability": 0.97412109375}, {"start": 601.81, "end": 601.81, "word": " do", "probability": 0.9677734375}, {"start": 601.81, "end": 601.81, "word": " it", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 25, "seek": 63774, "start": 611.78, "end": 637.74, "text": " And this photo is three. So now I made three fragments and I sent each one a different picture. Ok, we finished like this. And then of course, where did we put all the fragments guys? In the array list. Yes, in the array list. We didn't put them yet, right? Fragments dot add red fragment one and two and three.", "tokens": [400, 341, 5052, 307, 1045, 13, 407, 586, 286, 1027, 1045, 29197, 293, 286, 2279, 1184, 472, 257, 819, 3036, 13, 3477, 11, 321, 4335, 411, 341, 13, 400, 550, 295, 1164, 11, 689, 630, 321, 829, 439, 264, 29197, 1074, 30, 682, 264, 10225, 1329, 13, 1079, 11, 294, 264, 10225, 1329, 13, 492, 994, 380, 829, 552, 1939, 11, 558, 30, 479, 3731, 1117, 5893, 909, 2182, 26424, 472, 293, 732, 293, 1045, 13], "avg_logprob": -0.6055194650377546, "compression_ratio": 1.6082474226804124, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 611.78, "end": 612.02, "word": " And", "probability": 0.276123046875}, {"start": 612.02, "end": 612.24, "word": " this", "probability": 0.6640625}, {"start": 612.24, "end": 612.68, "word": " photo", "probability": 0.44970703125}, {"start": 612.68, "end": 613.02, "word": " is", "probability": 0.250732421875}, {"start": 613.02, "end": 613.32, "word": " three.", "probability": 0.328125}, {"start": 613.36, "end": 613.52, "word": " So", "probability": 0.302490234375}, {"start": 613.52, "end": 613.72, "word": " now", "probability": 0.330810546875}, {"start": 613.72, "end": 613.94, "word": " I", "probability": 0.7529296875}, {"start": 613.94, "end": 614.12, "word": " made", "probability": 0.3798828125}, {"start": 614.12, "end": 614.5, "word": " three", "probability": 0.85009765625}, {"start": 614.5, "end": 615.18, "word": " fragments", "probability": 0.65576171875}, {"start": 615.18, "end": 616.24, "word": " and", "probability": 0.312744140625}, {"start": 616.24, "end": 616.38, "word": " I", "probability": 0.29833984375}, {"start": 616.38, "end": 617.68, "word": " sent", "probability": 0.28955078125}, {"start": 617.68, "end": 618.02, "word": " each", "probability": 0.405029296875}, {"start": 618.02, "end": 618.32, "word": " one", "probability": 0.64990234375}, {"start": 618.32, "end": 618.48, "word": " a", "probability": 0.57373046875}, {"start": 618.48, "end": 619.68, "word": " different", "probability": 0.71630859375}, {"start": 619.68, "end": 619.68, "word": " picture.", "probability": 0.3212890625}, {"start": 620.52, "end": 620.76, "word": " Ok,", "probability": 0.248779296875}, {"start": 621.04, "end": 621.28, "word": " we", "probability": 0.28857421875}, {"start": 621.28, "end": 621.5, "word": " finished", "probability": 0.325927734375}, {"start": 621.5, "end": 621.72, "word": " like", "probability": 0.53125}, {"start": 621.72, "end": 621.82, "word": " this.", "probability": 0.5498046875}, {"start": 622.14, "end": 622.24, "word": " And", "probability": 0.41357421875}, {"start": 622.24, "end": 622.46, "word": " then", "probability": 0.37646484375}, {"start": 622.46, "end": 622.68, "word": " of", "probability": 0.38427734375}, {"start": 622.68, "end": 622.86, "word": " course,", "probability": 0.93701171875}, {"start": 623.44, "end": 624.02, "word": " where", "probability": 0.1954345703125}, {"start": 624.02, "end": 624.02, "word": " did", "probability": 0.78466796875}, {"start": 624.02, "end": 624.54, "word": " we", "probability": 0.759765625}, {"start": 624.54, "end": 624.72, "word": " put", "probability": 0.74951171875}, {"start": 624.72, "end": 624.88, "word": " all", "probability": 0.80078125}, {"start": 624.88, "end": 624.94, "word": " the", "probability": 0.765625}, {"start": 624.94, "end": 625.3, "word": " fragments", "probability": 0.68994140625}, {"start": 625.3, "end": 626.2, "word": " guys?", "probability": 0.48095703125}, {"start": 626.8, "end": 627.36, "word": " In", "probability": 0.54052734375}, {"start": 627.36, "end": 627.46, "word": " the", "probability": 0.6728515625}, {"start": 627.46, "end": 627.62, "word": " array", "probability": 0.6767578125}, {"start": 627.62, "end": 628.02, "word": " list.", "probability": 0.654296875}, {"start": 628.34, "end": 628.34, "word": " Yes,", "probability": 0.378173828125}, {"start": 628.34, "end": 628.34, "word": " in", "probability": 0.84814453125}, {"start": 628.34, "end": 628.34, "word": " the", "probability": 0.85693359375}, {"start": 628.34, "end": 628.34, "word": " array", "probability": 0.90087890625}, {"start": 628.34, "end": 628.34, "word": " list.", "probability": 0.923828125}, {"start": 628.36, "end": 628.8, "word": " We", "probability": 0.4130859375}, {"start": 628.8, "end": 629.02, "word": " didn't", "probability": 0.6282958984375}, {"start": 629.02, "end": 629.26, "word": " put", "probability": 0.796875}, {"start": 629.26, "end": 629.44, "word": " them", "probability": 0.8203125}, {"start": 629.44, "end": 629.62, "word": " yet,", "probability": 0.65869140625}, {"start": 629.72, "end": 630.0, "word": " right?", "probability": 0.80908203125}, {"start": 630.74, "end": 631.3, "word": " Fragments", "probability": 0.777587890625}, {"start": 631.3, "end": 632.34, "word": " dot", "probability": 0.367431640625}, {"start": 632.34, "end": 633.28, "word": " add", "probability": 0.80859375}, {"start": 633.28, "end": 634.86, "word": " red", "probability": 0.55126953125}, {"start": 634.86, "end": 636.0, "word": " fragment", "probability": 0.81689453125}, {"start": 636.0, "end": 636.38, "word": " one", "probability": 0.65869140625}, {"start": 636.38, "end": 636.68, "word": " and", "probability": 0.446044921875}, {"start": 636.68, "end": 637.1, "word": " two", "probability": 0.93408203125}, {"start": 637.1, "end": 637.44, "word": " and", "probability": 0.83349609375}, {"start": 637.44, "end": 637.74, "word": " three.", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 26, "seek": 67102, "start": 651.44, "end": 671.02, "text": " Okay, let's take a look at each one of them. Did he show the picture in the image view? No. Okay, go to the fragment. Now, we talked about a very important knowledge. When you change the content of a fragment, from which method do you change?", "tokens": [1033, 11, 718, 311, 747, 257, 574, 412, 1184, 472, 295, 552, 13, 2589, 415, 855, 264, 3036, 294, 264, 3256, 1910, 30, 883, 13, 1033, 11, 352, 281, 264, 26424, 13, 823, 11, 321, 2825, 466, 257, 588, 566, 2707, 394, 3601, 13, 1133, 291, 1319, 264, 2701, 295, 257, 26424, 11, 490, 597, 3170, 360, 291, 1319, 30], "avg_logprob": -0.6921106479207023, "compression_ratio": 1.4464285714285714, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 651.4399999999999, "end": 651.92, "word": " Okay,", "probability": 0.2022705078125}, {"start": 652.76, "end": 652.92, "word": " let's", "probability": 0.51458740234375}, {"start": 652.92, "end": 653.18, "word": " take", "probability": 0.09686279296875}, {"start": 653.18, "end": 653.18, "word": " a", "probability": 0.373291015625}, {"start": 653.18, "end": 653.18, "word": " look", "probability": 0.436279296875}, {"start": 653.18, "end": 653.2, "word": " at", "probability": 0.853515625}, {"start": 653.2, "end": 653.38, "word": " each", "probability": 0.65576171875}, {"start": 653.38, "end": 653.56, "word": " one", "probability": 0.358642578125}, {"start": 653.56, "end": 653.68, "word": " of", "probability": 0.55224609375}, {"start": 653.68, "end": 653.94, "word": " them.", "probability": 0.76416015625}, {"start": 653.96, "end": 654.22, "word": " Did", "probability": 0.208251953125}, {"start": 654.22, "end": 654.4, "word": " he", "probability": 0.5732421875}, {"start": 654.4, "end": 654.58, "word": " show", "probability": 0.459716796875}, {"start": 654.58, "end": 654.76, "word": " the", "probability": 0.415283203125}, {"start": 654.76, "end": 654.98, "word": " picture", "probability": 0.331298828125}, {"start": 654.98, "end": 655.32, "word": " in", "probability": 0.433349609375}, {"start": 655.32, "end": 656.98, "word": " the", "probability": 0.60888671875}, {"start": 656.98, "end": 657.18, "word": " image", "probability": 0.74658203125}, {"start": 657.18, "end": 657.48, "word": " view?", "probability": 0.78173828125}, {"start": 657.9, "end": 658.16, "word": " No.", "probability": 0.76953125}, {"start": 658.92, "end": 659.2, "word": " Okay,", "probability": 0.5654296875}, {"start": 659.4, "end": 659.54, "word": " go", "probability": 0.65966796875}, {"start": 659.54, "end": 659.7, "word": " to", "probability": 0.7783203125}, {"start": 659.7, "end": 660.2, "word": " the", "probability": 0.81884765625}, {"start": 660.2, "end": 660.58, "word": " fragment.", "probability": 0.54931640625}, {"start": 665.06, "end": 665.54, "word": " Now,", "probability": 0.52490234375}, {"start": 665.72, "end": 665.92, "word": " we", "probability": 0.81005859375}, {"start": 665.92, "end": 666.44, "word": " talked", "probability": 0.28955078125}, {"start": 666.44, "end": 666.62, "word": " about", "probability": 0.796875}, {"start": 666.62, "end": 666.88, "word": " a", "probability": 0.281982421875}, {"start": 666.88, "end": 667.16, "word": " very", "probability": 0.7158203125}, {"start": 667.16, "end": 667.54, "word": " important", "probability": 0.6855672200520834}, {"start": 667.54, "end": 667.54, "word": " knowledge.", "probability": 0.1046142578125}, {"start": 667.84, "end": 668.32, "word": " When", "probability": 0.74853515625}, {"start": 668.32, "end": 668.48, "word": " you", "probability": 0.59814453125}, {"start": 668.48, "end": 668.88, "word": " change", "probability": 0.55517578125}, {"start": 668.88, "end": 669.06, "word": " the", "probability": 0.2271728515625}, {"start": 669.06, "end": 669.38, "word": " content", "probability": 0.7236328125}, {"start": 669.38, "end": 669.62, "word": " of", "probability": 0.90673828125}, {"start": 669.62, "end": 669.7, "word": " a", "probability": 0.496337890625}, {"start": 669.7, "end": 670.04, "word": " fragment,", "probability": 0.884765625}, {"start": 670.18, "end": 670.28, "word": " from", "probability": 0.335205078125}, {"start": 670.28, "end": 670.4, "word": " which", "probability": 0.301025390625}, {"start": 670.4, "end": 670.66, "word": " method", "probability": 0.947265625}, {"start": 670.66, "end": 670.78, "word": " do", "probability": 0.364990234375}, {"start": 670.78, "end": 670.78, "word": " you", "probability": 0.96533203125}, {"start": 670.78, "end": 671.02, "word": " change?", "probability": 0.85498046875}], "temperature": 1.0}, {"id": 27, "seek": 69912, "start": 674.04, "end": 699.12, "text": "OnActivityCreated. The fragment is ready, and the view is ready, so you can do findViewById and fill it with data. Because the image we sent to the fragment, we want to fill it with ImageView, we want to make a setImage resource. This code does not go anywhere except in the OnActivityCreated. So you have to override the OnActivityCreated. I'm in the fragment now running.", "tokens": [11747, 30338, 4253, 34, 26559, 13, 440, 26424, 307, 1919, 11, 293, 264, 1910, 307, 1919, 11, 370, 291, 393, 360, 915, 30203, 27690, 42739, 293, 2836, 309, 365, 1412, 13, 1436, 264, 3256, 321, 2279, 281, 264, 26424, 11, 321, 528, 281, 2836, 309, 365, 29903, 30203, 11, 321, 528, 281, 652, 257, 992, 31128, 609, 7684, 13, 639, 3089, 775, 406, 352, 4992, 3993, 294, 264, 1282, 30338, 4253, 34, 26559, 13, 407, 291, 362, 281, 42321, 264, 1282, 30338, 4253, 34, 26559, 13, 286, 478, 294, 264, 26424, 586, 2614, 13], "avg_logprob": -0.4749999949806615, "compression_ratio": 1.784688995215311, "no_speech_prob": 1.5497207641601562e-06, "words": [{"start": 674.04, "end": 674.52, "word": "OnActivityCreated.", "probability": 0.706103515625}, {"start": 674.52, "end": 675.0, "word": " The", "probability": 0.32666015625}, {"start": 675.0, "end": 675.32, "word": " fragment", "probability": 0.3623046875}, {"start": 675.32, "end": 675.48, "word": " is", "probability": 0.50341796875}, {"start": 675.48, "end": 675.82, "word": " ready,", "probability": 0.483642578125}, {"start": 676.04, "end": 676.12, "word": " and", "probability": 0.351318359375}, {"start": 676.12, "end": 676.18, "word": " the", "probability": 0.4970703125}, {"start": 676.18, "end": 677.52, "word": " view", "probability": 0.8076171875}, {"start": 677.52, "end": 677.98, "word": " is", "probability": 0.76806640625}, {"start": 677.98, "end": 678.2, "word": " ready,", "probability": 0.591796875}, {"start": 678.52, "end": 679.0, "word": " so", "probability": 0.52197265625}, {"start": 679.0, "end": 679.16, "word": " you", "probability": 0.7412109375}, {"start": 679.16, "end": 679.36, "word": " can", "probability": 0.91650390625}, {"start": 679.36, "end": 679.62, "word": " do", "probability": 0.1182861328125}, {"start": 679.62, "end": 680.5, "word": " findViewById", "probability": 0.6103515625}, {"start": 680.5, "end": 680.62, "word": " and", "probability": 0.6650390625}, {"start": 680.62, "end": 680.86, "word": " fill", "probability": 0.53076171875}, {"start": 680.86, "end": 681.16, "word": " it", "probability": 0.72998046875}, {"start": 681.16, "end": 681.3, "word": " with", "probability": 0.70849609375}, {"start": 681.3, "end": 681.64, "word": " data.", "probability": 0.79541015625}, {"start": 681.78, "end": 681.94, "word": " Because", "probability": 0.2607421875}, {"start": 681.94, "end": 682.24, "word": " the", "probability": 0.576171875}, {"start": 682.24, "end": 682.5, "word": " image", "probability": 0.640625}, {"start": 682.5, "end": 682.74, "word": " we", "probability": 0.466552734375}, {"start": 682.74, "end": 683.06, "word": " sent", "probability": 0.54296875}, {"start": 683.06, "end": 683.38, "word": " to", "probability": 0.88427734375}, {"start": 683.38, "end": 683.52, "word": " the", "probability": 0.8974609375}, {"start": 683.52, "end": 683.92, "word": " fragment,", "probability": 0.86767578125}, {"start": 684.22, "end": 684.78, "word": " we", "probability": 0.87548828125}, {"start": 684.78, "end": 684.92, "word": " want", "probability": 0.402099609375}, {"start": 684.92, "end": 684.96, "word": " to", "probability": 0.94189453125}, {"start": 684.96, "end": 685.12, "word": " fill", "probability": 0.77978515625}, {"start": 685.12, "end": 685.24, "word": " it", "probability": 0.8896484375}, {"start": 685.24, "end": 685.3, "word": " with", "probability": 0.7490234375}, {"start": 685.3, "end": 685.7, "word": " ImageView,", "probability": 0.68896484375}, {"start": 685.8, "end": 685.9, "word": " we", "probability": 0.806640625}, {"start": 685.9, "end": 685.98, "word": " want", "probability": 0.798828125}, {"start": 685.98, "end": 686.0, "word": " to", "probability": 0.947265625}, {"start": 686.0, "end": 686.16, "word": " make", "probability": 0.525390625}, {"start": 686.16, "end": 686.26, "word": " a", "probability": 0.228515625}, {"start": 686.26, "end": 686.8, "word": " setImage", "probability": 0.73486328125}, {"start": 686.8, "end": 687.54, "word": " resource.", "probability": 0.60595703125}, {"start": 688.28, "end": 688.5, "word": " This", "probability": 0.53955078125}, {"start": 688.5, "end": 688.74, "word": " code", "probability": 0.92724609375}, {"start": 688.74, "end": 688.9, "word": " does", "probability": 0.175537109375}, {"start": 688.9, "end": 689.24, "word": " not", "probability": 0.93359375}, {"start": 689.24, "end": 689.24, "word": " go", "probability": 0.22998046875}, {"start": 689.24, "end": 689.68, "word": " anywhere", "probability": 0.7265625}, {"start": 689.68, "end": 690.6, "word": " except", "probability": 0.400390625}, {"start": 690.6, "end": 690.76, "word": " in", "probability": 0.71337890625}, {"start": 690.76, "end": 690.8, "word": " the", "probability": 0.517578125}, {"start": 690.8, "end": 691.66, "word": " OnActivityCreated.", "probability": 0.91416015625}, {"start": 691.78, "end": 692.02, "word": " So", "probability": 0.73046875}, {"start": 692.02, "end": 692.1, "word": " you", "probability": 0.826171875}, {"start": 692.1, "end": 692.24, "word": " have", "probability": 0.41455078125}, {"start": 692.24, "end": 692.34, "word": " to", "probability": 0.96875}, {"start": 692.34, "end": 693.02, "word": " override", "probability": 0.84912109375}, {"start": 693.02, "end": 693.42, "word": " the", "probability": 0.418701171875}, {"start": 693.42, "end": 695.9, "word": " OnActivityCreated.", "probability": 0.926953125}, {"start": 697.58, "end": 698.06, "word": " I'm", "probability": 0.82958984375}, {"start": 698.06, "end": 698.14, "word": " in", "probability": 0.703125}, {"start": 698.14, "end": 698.28, "word": " the", "probability": 0.8984375}, {"start": 698.28, "end": 698.6, "word": " fragment", "probability": 0.85302734375}, {"start": 698.6, "end": 698.88, "word": " now", "probability": 0.677734375}, {"start": 698.88, "end": 699.12, "word": " running.", "probability": 0.33056640625}], "temperature": 1.0}, {"id": 28, "seek": 72676, "start": 716.98, "end": 726.76, "text": " find get view find view by id r.id.image", "tokens": [915, 483, 1910, 915, 1910, 538, 4496, 367, 13, 327, 13, 26624], "avg_logprob": -0.5805288461538461, "compression_ratio": 0.9761904761904762, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 716.98, "end": 718.38, "word": " find", "probability": 0.059967041015625}, {"start": 718.38, "end": 719.78, "word": " get", "probability": 0.33544921875}, {"start": 719.78, "end": 720.26, "word": " view", "probability": 0.316162109375}, {"start": 720.26, "end": 723.14, "word": " find", "probability": 0.744140625}, {"start": 723.14, "end": 723.62, "word": " view", "probability": 0.75927734375}, {"start": 723.62, "end": 723.86, "word": " by", "probability": 0.93310546875}, {"start": 723.86, "end": 724.34, "word": " id", "probability": 0.70068359375}, {"start": 724.34, "end": 725.16, "word": " r", "probability": 0.517578125}, {"start": 725.16, "end": 725.78, "word": ".id", "probability": 0.796630859375}, {"start": 725.78, "end": 726.76, "word": ".image", "probability": 0.83642578125}], "temperature": 1.0}, {"id": 29, "seek": 74899, "start": 728.95, "end": 748.99, "text": " Image of you. We got the image of you. We want to put it in the photo. So where is the photo? We did not send it with 6 arguments. To get it, we say get arguments. It brings you a bundle. And from the bundle, I say get int. And what is the name of the photo? We put it with the name photo.", "tokens": [29903, 295, 291, 13, 492, 658, 264, 3256, 295, 291, 13, 492, 528, 281, 829, 309, 294, 264, 5052, 13, 407, 689, 307, 264, 5052, 30, 492, 630, 406, 2845, 309, 365, 1386, 12869, 13, 1407, 483, 309, 11, 321, 584, 483, 12869, 13, 467, 5607, 291, 257, 24438, 13, 400, 490, 264, 24438, 11, 286, 584, 483, 560, 13, 400, 437, 307, 264, 1315, 295, 264, 5052, 30, 492, 829, 309, 365, 264, 1315, 5052, 13], "avg_logprob": -0.38661859929561615, "compression_ratio": 1.7575757575757576, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 728.95, "end": 729.29, "word": " Image", "probability": 0.445556640625}, {"start": 729.29, "end": 729.45, "word": " of", "probability": 0.295166015625}, {"start": 729.45, "end": 729.57, "word": " you.", "probability": 0.84912109375}, {"start": 730.29, "end": 730.53, "word": " We", "probability": 0.378662109375}, {"start": 730.53, "end": 730.53, "word": " got", "probability": 0.404296875}, {"start": 730.53, "end": 730.69, "word": " the", "probability": 0.45361328125}, {"start": 730.69, "end": 730.83, "word": " image", "probability": 0.86572265625}, {"start": 730.83, "end": 731.01, "word": " of", "probability": 0.95703125}, {"start": 731.01, "end": 731.15, "word": " you.", "probability": 0.962890625}, {"start": 731.33, "end": 731.67, "word": " We", "probability": 0.66748046875}, {"start": 731.67, "end": 731.77, "word": " want", "probability": 0.299560546875}, {"start": 731.77, "end": 731.85, "word": " to", "probability": 0.95654296875}, {"start": 731.85, "end": 731.99, "word": " put", "probability": 0.68310546875}, {"start": 731.99, "end": 732.03, "word": " it", "probability": 0.732421875}, {"start": 732.03, "end": 732.09, "word": " in", "probability": 0.779296875}, {"start": 732.09, "end": 732.25, "word": " the", "probability": 0.76123046875}, {"start": 732.25, "end": 732.43, "word": " photo.", "probability": 0.287353515625}, {"start": 732.53, "end": 732.63, "word": " So", "probability": 0.20654296875}, {"start": 732.63, "end": 732.77, "word": " where", "probability": 0.72412109375}, {"start": 732.77, "end": 732.81, "word": " is", "probability": 0.798828125}, {"start": 732.81, "end": 732.95, "word": " the", "probability": 0.86865234375}, {"start": 732.95, "end": 733.11, "word": " photo?", "probability": 0.76904296875}, {"start": 733.37, "end": 733.73, "word": " We", "probability": 0.91015625}, {"start": 733.73, "end": 733.83, "word": " did", "probability": 0.486572265625}, {"start": 733.83, "end": 733.85, "word": " not", "probability": 0.94482421875}, {"start": 733.85, "end": 734.11, "word": " send", "probability": 0.7412109375}, {"start": 734.11, "end": 734.37, "word": " it", "probability": 0.86572265625}, {"start": 734.37, "end": 734.49, "word": " with", "probability": 0.33349609375}, {"start": 734.49, "end": 734.67, "word": " 6", "probability": 0.48095703125}, {"start": 734.67, "end": 735.21, "word": " arguments.", "probability": 0.86669921875}, {"start": 735.65, "end": 736.01, "word": " To", "probability": 0.71533203125}, {"start": 736.01, "end": 736.33, "word": " get", "probability": 0.853515625}, {"start": 736.33, "end": 736.41, "word": " it,", "probability": 0.861328125}, {"start": 736.47, "end": 736.61, "word": " we", "probability": 0.92626953125}, {"start": 736.61, "end": 736.89, "word": " say", "probability": 0.48388671875}, {"start": 736.89, "end": 737.59, "word": " get", "probability": 0.72607421875}, {"start": 737.59, "end": 738.75, "word": " arguments.", "probability": 0.7666015625}, {"start": 739.05, "end": 739.39, "word": " It", "probability": 0.802734375}, {"start": 739.39, "end": 739.55, "word": " brings", "probability": 0.45556640625}, {"start": 739.55, "end": 739.73, "word": " you", "probability": 0.491455078125}, {"start": 739.73, "end": 739.81, "word": " a", "probability": 0.92822265625}, {"start": 739.81, "end": 740.07, "word": " bundle.", "probability": 0.9462890625}, {"start": 740.81, "end": 740.97, "word": " And", "probability": 0.57568359375}, {"start": 740.97, "end": 741.05, "word": " from", "probability": 0.7861328125}, {"start": 741.05, "end": 741.19, "word": " the", "probability": 0.63525390625}, {"start": 741.19, "end": 741.53, "word": " bundle,", "probability": 0.9423828125}, {"start": 741.85, "end": 742.41, "word": " I", "probability": 0.8623046875}, {"start": 742.41, "end": 742.59, "word": " say", "probability": 0.87158203125}, {"start": 742.59, "end": 742.93, "word": " get", "probability": 0.8388671875}, {"start": 742.93, "end": 743.43, "word": " int.", "probability": 0.54541015625}, {"start": 745.23, "end": 745.53, "word": " And", "probability": 0.693359375}, {"start": 745.53, "end": 745.55, "word": " what", "probability": 0.80126953125}, {"start": 745.55, "end": 745.55, "word": " is", "probability": 0.82568359375}, {"start": 745.55, "end": 745.67, "word": " the", "probability": 0.908203125}, {"start": 745.67, "end": 745.67, "word": " name", "probability": 0.67138671875}, {"start": 745.67, "end": 745.71, "word": " of", "probability": 0.97119140625}, {"start": 745.71, "end": 745.75, "word": " the", "probability": 0.91064453125}, {"start": 745.75, "end": 745.93, "word": " photo?", "probability": 0.6953125}, {"start": 747.05, "end": 747.41, "word": " We", "probability": 0.87890625}, {"start": 747.41, "end": 747.59, "word": " put", "probability": 0.55029296875}, {"start": 747.59, "end": 747.79, "word": " it", "probability": 0.74072265625}, {"start": 747.79, "end": 747.85, "word": " with", "probability": 0.5}, {"start": 747.85, "end": 748.21, "word": " the", "probability": 0.54345703125}, {"start": 748.21, "end": 748.21, "word": " name", "probability": 0.89697265625}, {"start": 748.21, "end": 748.99, "word": " photo.", "probability": 0.68310546875}], "temperature": 1.0}, {"id": 30, "seek": 77786, "start": 750.6, "end": 777.86, "text": " Because every fragment of the red fragments that I made here, as soon as it shows up, it follows all activity created. It brings the image that was sent to it. Okay? This is int photo ID. And this shows it to us, guys, in the image view. Set image resource photo ID. We're done.", "tokens": [1436, 633, 26424, 295, 264, 2182, 29197, 300, 286, 1027, 510, 11, 382, 2321, 382, 309, 3110, 493, 11, 309, 10002, 439, 5191, 2942, 13, 467, 5607, 264, 3256, 300, 390, 2279, 281, 309, 13, 1033, 30, 639, 307, 560, 5052, 7348, 13, 400, 341, 3110, 309, 281, 505, 11, 1074, 11, 294, 264, 3256, 1910, 13, 8928, 3256, 7684, 5052, 7348, 13, 492, 434, 1096, 13], "avg_logprob": -0.5560661896186716, "compression_ratio": 1.4919786096256684, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 750.6, "end": 750.96, "word": " Because", "probability": 0.289794921875}, {"start": 750.96, "end": 751.32, "word": " every", "probability": 0.396240234375}, {"start": 751.32, "end": 751.82, "word": " fragment", "probability": 0.443115234375}, {"start": 751.82, "end": 752.1, "word": " of", "probability": 0.54296875}, {"start": 752.1, "end": 752.22, "word": " the", "probability": 0.4208984375}, {"start": 752.22, "end": 752.42, "word": " red", "probability": 0.1923828125}, {"start": 752.42, "end": 752.96, "word": " fragments", "probability": 0.84765625}, {"start": 752.96, "end": 753.1, "word": " that", "probability": 0.40185546875}, {"start": 753.1, "end": 753.16, "word": " I", "probability": 0.796875}, {"start": 753.16, "end": 753.34, "word": " made", "probability": 0.375732421875}, {"start": 753.34, "end": 753.64, "word": " here,", "probability": 0.65283203125}, {"start": 753.78, "end": 754.02, "word": " as", "probability": 0.34130859375}, {"start": 754.02, "end": 754.12, "word": " soon", "probability": 0.943359375}, {"start": 754.12, "end": 754.2, "word": " as", "probability": 0.9638671875}, {"start": 754.2, "end": 754.6, "word": " it", "probability": 0.7431640625}, {"start": 754.6, "end": 754.72, "word": " shows", "probability": 0.1763916015625}, {"start": 754.72, "end": 754.96, "word": " up,", "probability": 0.7734375}, {"start": 755.34, "end": 755.92, "word": " it", "probability": 0.7646484375}, {"start": 755.92, "end": 756.22, "word": " follows", "probability": 0.323974609375}, {"start": 756.22, "end": 756.4, "word": " all", "probability": 0.6103515625}, {"start": 756.4, "end": 756.72, "word": " activity", "probability": 0.68603515625}, {"start": 756.72, "end": 757.24, "word": " created.", "probability": 0.84033203125}, {"start": 757.26, "end": 757.38, "word": " It", "probability": 0.7890625}, {"start": 757.38, "end": 757.52, "word": " brings", "probability": 0.52392578125}, {"start": 757.52, "end": 757.7, "word": " the", "probability": 0.61083984375}, {"start": 757.7, "end": 758.02, "word": " image", "probability": 0.440185546875}, {"start": 758.02, "end": 758.62, "word": " that", "probability": 0.5537109375}, {"start": 758.62, "end": 758.74, "word": " was", "probability": 0.283447265625}, {"start": 758.74, "end": 758.96, "word": " sent", "probability": 0.5771484375}, {"start": 758.96, "end": 759.16, "word": " to", "probability": 0.87744140625}, {"start": 759.16, "end": 759.34, "word": " it.", "probability": 0.83251953125}, {"start": 760.2, "end": 760.6, "word": " Okay?", "probability": 0.1900634765625}, {"start": 760.9, "end": 761.12, "word": " This", "probability": 0.5498046875}, {"start": 761.12, "end": 761.2, "word": " is", "probability": 0.90283203125}, {"start": 761.2, "end": 761.6, "word": " int", "probability": 0.280029296875}, {"start": 761.6, "end": 762.48, "word": " photo", "probability": 0.76171875}, {"start": 762.48, "end": 765.2, "word": " ID.", "probability": 0.367431640625}, {"start": 765.64, "end": 765.94, "word": " And", "probability": 0.794921875}, {"start": 765.94, "end": 766.12, "word": " this", "probability": 0.6826171875}, {"start": 766.12, "end": 766.4, "word": " shows", "probability": 0.3759765625}, {"start": 766.4, "end": 766.6, "word": " it", "probability": 0.388671875}, {"start": 766.6, "end": 766.68, "word": " to", "probability": 0.4775390625}, {"start": 766.68, "end": 767.14, "word": " us,", "probability": 0.363037109375}, {"start": 767.14, "end": 767.14, "word": " guys,", "probability": 0.814453125}, {"start": 767.5, "end": 767.84, "word": " in", "probability": 0.88427734375}, {"start": 767.84, "end": 767.9, "word": " the", "probability": 0.68017578125}, {"start": 767.9, "end": 768.1, "word": " image", "probability": 0.89404296875}, {"start": 768.1, "end": 768.34, "word": " view.", "probability": 0.86962890625}, {"start": 769.2, "end": 769.6, "word": " Set", "probability": 0.7802734375}, {"start": 769.6, "end": 770.08, "word": " image", "probability": 0.880859375}, {"start": 770.08, "end": 771.4, "word": " resource", "probability": 0.89892578125}, {"start": 771.4, "end": 772.32, "word": " photo", "probability": 0.833984375}, {"start": 772.32, "end": 775.96, "word": " ID.", "probability": 0.91748046875}, {"start": 777.08, "end": 777.68, "word": " We're", "probability": 0.5228271484375}, {"start": 777.68, "end": 777.86, "word": " done.", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 31, "seek": 80072, "start": 783.08, "end": 800.72, "text": " Ok guys, I made a fragment, I sent it data through set arguments, when it comes to run it in onActivityCreated and run it, I get arguments to get the data that I sent to it. There is no constructor for the fragment to send data to it, but I can send and receive data through set and get arguments, and let's see", "tokens": [3477, 1074, 11, 286, 1027, 257, 26424, 11, 286, 2279, 309, 1412, 807, 992, 12869, 11, 562, 309, 1487, 281, 1190, 309, 294, 322, 30338, 4253, 34, 26559, 293, 1190, 309, 11, 286, 483, 12869, 281, 483, 264, 1412, 300, 286, 2279, 281, 309, 13, 821, 307, 572, 47479, 337, 264, 26424, 281, 2845, 1412, 281, 309, 11, 457, 286, 393, 2845, 293, 4774, 1412, 807, 992, 293, 483, 12869, 11, 293, 718, 311, 536], "avg_logprob": -0.5308388095153006, "compression_ratio": 1.7727272727272727, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 783.08, "end": 783.4, "word": " Ok", "probability": 0.2025146484375}, {"start": 783.4, "end": 783.84, "word": " guys,", "probability": 0.6201171875}, {"start": 784.36, "end": 784.5, "word": " I", "probability": 0.87841796875}, {"start": 784.5, "end": 784.64, "word": " made", "probability": 0.453857421875}, {"start": 784.64, "end": 784.78, "word": " a", "probability": 0.79345703125}, {"start": 784.78, "end": 785.04, "word": " fragment,", "probability": 0.826171875}, {"start": 785.18, "end": 785.22, "word": " I", "probability": 0.36279296875}, {"start": 785.22, "end": 785.38, "word": " sent", "probability": 0.58642578125}, {"start": 785.38, "end": 785.52, "word": " it", "probability": 0.369873046875}, {"start": 785.52, "end": 785.72, "word": " data", "probability": 0.42626953125}, {"start": 785.72, "end": 786.02, "word": " through", "probability": 0.486572265625}, {"start": 786.02, "end": 786.28, "word": " set", "probability": 0.352783203125}, {"start": 786.28, "end": 786.78, "word": " arguments,", "probability": 0.63037109375}, {"start": 787.02, "end": 787.64, "word": " when", "probability": 0.5048828125}, {"start": 787.64, "end": 787.78, "word": " it", "probability": 0.5224609375}, {"start": 787.78, "end": 787.92, "word": " comes", "probability": 0.3310546875}, {"start": 787.92, "end": 787.98, "word": " to", "probability": 0.493408203125}, {"start": 787.98, "end": 788.22, "word": " run", "probability": 0.4599609375}, {"start": 788.22, "end": 788.42, "word": " it", "probability": 0.17138671875}, {"start": 788.42, "end": 788.5, "word": " in", "probability": 0.66357421875}, {"start": 788.5, "end": 789.54, "word": " onActivityCreated", "probability": 0.65078125}, {"start": 789.54, "end": 789.68, "word": " and", "probability": 0.61962890625}, {"start": 789.68, "end": 789.96, "word": " run", "probability": 0.2484130859375}, {"start": 789.96, "end": 790.68, "word": " it,", "probability": 0.90673828125}, {"start": 790.8, "end": 790.98, "word": " I", "probability": 0.810546875}, {"start": 790.98, "end": 791.18, "word": " get", "probability": 0.333740234375}, {"start": 791.18, "end": 791.9, "word": " arguments", "probability": 0.75830078125}, {"start": 791.9, "end": 792.22, "word": " to", "probability": 0.83984375}, {"start": 792.22, "end": 792.46, "word": " get", "probability": 0.65234375}, {"start": 792.46, "end": 792.6, "word": " the", "probability": 0.8310546875}, {"start": 792.6, "end": 792.88, "word": " data", "probability": 0.8603515625}, {"start": 792.88, "end": 793.02, "word": " that", "probability": 0.33642578125}, {"start": 793.02, "end": 793.06, "word": " I", "probability": 0.72021484375}, {"start": 793.06, "end": 793.24, "word": " sent", "probability": 0.70458984375}, {"start": 793.24, "end": 793.3, "word": " to", "probability": 0.395751953125}, {"start": 793.3, "end": 793.54, "word": " it.", "probability": 0.92578125}, {"start": 793.78, "end": 794.18, "word": " There", "probability": 0.213623046875}, {"start": 794.18, "end": 794.34, "word": " is", "probability": 0.78857421875}, {"start": 794.34, "end": 794.46, "word": " no", "probability": 0.89599609375}, {"start": 794.46, "end": 794.98, "word": " constructor", "probability": 0.94091796875}, {"start": 794.98, "end": 795.2, "word": " for", "probability": 0.69677734375}, {"start": 795.2, "end": 795.28, "word": " the", "probability": 0.5048828125}, {"start": 795.28, "end": 795.58, "word": " fragment", "probability": 0.8447265625}, {"start": 795.58, "end": 795.76, "word": " to", "probability": 0.47216796875}, {"start": 795.76, "end": 795.92, "word": " send", "probability": 0.75390625}, {"start": 795.92, "end": 796.32, "word": " data", "probability": 0.740234375}, {"start": 796.32, "end": 796.4, "word": " to", "probability": 0.60009765625}, {"start": 796.4, "end": 796.4, "word": " it,", "probability": 0.50439453125}, {"start": 796.44, "end": 796.58, "word": " but", "probability": 0.90966796875}, {"start": 796.58, "end": 796.72, "word": " I", "probability": 0.96630859375}, {"start": 796.72, "end": 796.82, "word": " can", "probability": 0.90673828125}, {"start": 796.82, "end": 797.08, "word": " send", "probability": 0.70947265625}, {"start": 797.08, "end": 797.3, "word": " and", "probability": 0.62451171875}, {"start": 797.3, "end": 797.68, "word": " receive", "probability": 0.91064453125}, {"start": 797.68, "end": 798.18, "word": " data", "probability": 0.65966796875}, {"start": 798.18, "end": 798.54, "word": " through", "probability": 0.798828125}, {"start": 798.54, "end": 798.86, "word": " set", "probability": 0.73095703125}, {"start": 798.86, "end": 798.98, "word": " and", "probability": 0.7529296875}, {"start": 798.98, "end": 799.14, "word": " get", "probability": 0.95947265625}, {"start": 799.14, "end": 800.12, "word": " arguments,", "probability": 0.8818359375}, {"start": 800.24, "end": 800.32, "word": " and", "probability": 0.62158203125}, {"start": 800.32, "end": 800.56, "word": " let's", "probability": 0.79931640625}, {"start": 800.56, "end": 800.72, "word": " see", "probability": 0.8818359375}], "temperature": 1.0}, {"id": 32, "seek": 83542, "start": 814.94, "end": 835.42, "text": " Ok, until I work, another important point in the case of showing photos. Now, when we make an image gallery like this, we don't show one or two photos, we can show 50 photos. Now, if I make a fragment for each photo, this is the size of the photo,", "tokens": [3477, 11, 1826, 286, 589, 11, 1071, 1021, 935, 294, 264, 1389, 295, 4099, 5787, 13, 823, 11, 562, 321, 652, 364, 3256, 18378, 411, 341, 11, 321, 500, 380, 855, 472, 420, 732, 5787, 11, 321, 393, 855, 2625, 5787, 13, 823, 11, 498, 286, 652, 257, 26424, 337, 1184, 5052, 11, 341, 307, 264, 2744, 295, 264, 5052, 11], "avg_logprob": -0.596270146869844, "compression_ratio": 1.521472392638037, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 814.94, "end": 815.2, "word": " Ok,", "probability": 0.1436767578125}, {"start": 815.32, "end": 815.44, "word": " until", "probability": 0.24267578125}, {"start": 815.44, "end": 815.72, "word": " I", "probability": 0.6865234375}, {"start": 815.72, "end": 816.04, "word": " work,", "probability": 0.29296875}, {"start": 816.18, "end": 817.02, "word": " another", "probability": 0.29296875}, {"start": 817.02, "end": 817.38, "word": " important", "probability": 0.56689453125}, {"start": 817.38, "end": 817.38, "word": " point", "probability": 0.7958984375}, {"start": 817.38, "end": 817.88, "word": " in", "probability": 0.255859375}, {"start": 817.88, "end": 818.0, "word": " the", "probability": 0.537109375}, {"start": 818.0, "end": 818.16, "word": " case", "probability": 0.4384765625}, {"start": 818.16, "end": 818.32, "word": " of", "probability": 0.966796875}, {"start": 818.32, "end": 818.46, "word": " showing", "probability": 0.2244873046875}, {"start": 818.46, "end": 818.76, "word": " photos.", "probability": 0.419189453125}, {"start": 818.9, "end": 819.06, "word": " Now,", "probability": 0.34912109375}, {"start": 819.28, "end": 819.88, "word": " when", "probability": 0.53369140625}, {"start": 819.88, "end": 820.6, "word": " we", "probability": 0.875}, {"start": 820.6, "end": 820.7, "word": " make", "probability": 0.26708984375}, {"start": 820.7, "end": 821.0, "word": " an", "probability": 0.64794921875}, {"start": 821.0, "end": 821.24, "word": " image", "probability": 0.857421875}, {"start": 821.24, "end": 823.78, "word": " gallery", "probability": 0.9677734375}, {"start": 823.78, "end": 823.92, "word": " like", "probability": 0.6728515625}, {"start": 823.92, "end": 824.2, "word": " this,", "probability": 0.62890625}, {"start": 824.26, "end": 824.36, "word": " we", "probability": 0.728515625}, {"start": 824.36, "end": 824.4, "word": " don't", "probability": 0.7841796875}, {"start": 824.4, "end": 824.52, "word": " show", "probability": 0.76611328125}, {"start": 824.52, "end": 824.92, "word": " one", "probability": 0.3720703125}, {"start": 824.92, "end": 825.1, "word": " or", "probability": 0.5556640625}, {"start": 825.1, "end": 825.56, "word": " two", "probability": 0.94580078125}, {"start": 825.56, "end": 825.56, "word": " photos,", "probability": 0.5361328125}, {"start": 825.74, "end": 825.88, "word": " we", "probability": 0.68701171875}, {"start": 825.88, "end": 826.02, "word": " can", "probability": 0.80419921875}, {"start": 826.02, "end": 826.38, "word": " show", "probability": 0.751953125}, {"start": 826.38, "end": 826.78, "word": " 50", "probability": 0.446533203125}, {"start": 826.78, "end": 827.12, "word": " photos.", "probability": 0.88134765625}, {"start": 828.14, "end": 828.42, "word": " Now,", "probability": 0.51025390625}, {"start": 828.5, "end": 828.64, "word": " if", "probability": 0.89306640625}, {"start": 828.64, "end": 828.9, "word": " I", "probability": 0.97314453125}, {"start": 828.9, "end": 829.16, "word": " make", "probability": 0.7724609375}, {"start": 829.16, "end": 829.6, "word": " a", "probability": 0.517578125}, {"start": 829.6, "end": 830.56, "word": " fragment", "probability": 0.78564453125}, {"start": 830.56, "end": 832.0, "word": " for", "probability": 0.493408203125}, {"start": 832.0, "end": 832.0, "word": " each", "probability": 0.87255859375}, {"start": 832.0, "end": 832.0, "word": " photo,", "probability": 0.75439453125}, {"start": 834.0, "end": 834.34, "word": " this", "probability": 0.219970703125}, {"start": 834.34, "end": 834.42, "word": " is", "probability": 0.86767578125}, {"start": 834.42, "end": 834.48, "word": " the", "probability": 0.70068359375}, {"start": 834.48, "end": 834.58, "word": " size", "probability": 0.1422119140625}, {"start": 834.58, "end": 834.72, "word": " of", "probability": 0.96044921875}, {"start": 834.72, "end": 835.16, "word": " the", "probability": 0.79443359375}, {"start": 835.16, "end": 835.42, "word": " photo,", "probability": 0.439697265625}], "temperature": 1.0}, {"id": 33, "seek": 86274, "start": 838.94, "end": 862.74, "text": " All right? So far, we have three pictures. It means that each picture has a fragment. The fragment, the pager adapter that we have, what is its problem? It is stored in each of these fragments in the memory. So if you have 200 pictures, it will remain stored in the 200 pictures in the memory. All right? And this destroys the memory.", "tokens": [1057, 558, 30, 407, 1400, 11, 321, 362, 1045, 5242, 13, 467, 1355, 300, 1184, 3036, 575, 257, 26424, 13, 440, 26424, 11, 264, 280, 3557, 22860, 300, 321, 362, 11, 437, 307, 1080, 1154, 30, 467, 307, 12187, 294, 1184, 295, 613, 29197, 294, 264, 4675, 13, 407, 498, 291, 362, 2331, 5242, 11, 309, 486, 6222, 12187, 294, 264, 2331, 5242, 294, 264, 4675, 13, 1057, 558, 30, 400, 341, 36714, 264, 4675, 13], "avg_logprob": -0.5219155937046199, "compression_ratio": 1.7914438502673797, "no_speech_prob": 5.364418029785156e-06, "words": [{"start": 838.94, "end": 839.28, "word": " All", "probability": 0.0526123046875}, {"start": 839.28, "end": 839.28, "word": " right?", "probability": 0.68994140625}, {"start": 839.8, "end": 840.16, "word": " So", "probability": 0.1368408203125}, {"start": 840.16, "end": 840.4, "word": " far,", "probability": 0.79833984375}, {"start": 840.56, "end": 840.72, "word": " we", "probability": 0.646484375}, {"start": 840.72, "end": 840.76, "word": " have", "probability": 0.5791015625}, {"start": 840.76, "end": 841.04, "word": " three", "probability": 0.329833984375}, {"start": 841.04, "end": 841.26, "word": " pictures.", "probability": 0.265380859375}, {"start": 841.8, "end": 842.4, "word": " It", "probability": 0.1614990234375}, {"start": 842.4, "end": 843.64, "word": " means", "probability": 0.85302734375}, {"start": 843.64, "end": 843.98, "word": " that", "probability": 0.6416015625}, {"start": 843.98, "end": 844.18, "word": " each", "probability": 0.64013671875}, {"start": 844.18, "end": 844.42, "word": " picture", "probability": 0.65234375}, {"start": 844.42, "end": 844.8, "word": " has", "probability": 0.36572265625}, {"start": 844.8, "end": 845.16, "word": " a", "probability": 0.71875}, {"start": 845.16, "end": 845.52, "word": " fragment.", "probability": 0.734375}, {"start": 846.16, "end": 846.58, "word": " The", "probability": 0.630859375}, {"start": 846.58, "end": 846.94, "word": " fragment,", "probability": 0.44970703125}, {"start": 847.78, "end": 848.38, "word": " the", "probability": 0.7724609375}, {"start": 848.38, "end": 848.7, "word": " pager", "probability": 0.79833984375}, {"start": 848.7, "end": 849.18, "word": " adapter", "probability": 0.65283203125}, {"start": 849.18, "end": 849.54, "word": " that", "probability": 0.455322265625}, {"start": 849.54, "end": 849.56, "word": " we", "probability": 0.6572265625}, {"start": 849.56, "end": 850.02, "word": " have,", "probability": 0.90771484375}, {"start": 850.34, "end": 850.58, "word": " what", "probability": 0.80810546875}, {"start": 850.58, "end": 850.66, "word": " is", "probability": 0.66259765625}, {"start": 850.66, "end": 850.84, "word": " its", "probability": 0.41650390625}, {"start": 850.84, "end": 851.2, "word": " problem?", "probability": 0.8017578125}, {"start": 851.8, "end": 852.06, "word": " It", "probability": 0.6689453125}, {"start": 852.06, "end": 852.14, "word": " is", "probability": 0.17578125}, {"start": 852.14, "end": 852.42, "word": " stored", "probability": 0.3994140625}, {"start": 852.42, "end": 852.72, "word": " in", "probability": 0.85693359375}, {"start": 852.72, "end": 852.96, "word": " each", "probability": 0.366455078125}, {"start": 852.96, "end": 853.36, "word": " of", "probability": 0.477783203125}, {"start": 853.36, "end": 853.46, "word": " these", "probability": 0.6640625}, {"start": 853.46, "end": 853.46, "word": " fragments", "probability": 0.7333984375}, {"start": 853.46, "end": 853.78, "word": " in", "probability": 0.7392578125}, {"start": 853.78, "end": 853.86, "word": " the", "probability": 0.68115234375}, {"start": 853.86, "end": 854.12, "word": " memory.", "probability": 0.88134765625}, {"start": 855.2, "end": 855.8, "word": " So", "probability": 0.4189453125}, {"start": 855.8, "end": 855.92, "word": " if", "probability": 0.64111328125}, {"start": 855.92, "end": 856.02, "word": " you", "probability": 0.94775390625}, {"start": 856.02, "end": 856.38, "word": " have", "probability": 0.91357421875}, {"start": 856.38, "end": 856.82, "word": " 200", "probability": 0.71728515625}, {"start": 856.82, "end": 857.2, "word": " pictures,", "probability": 0.453857421875}, {"start": 857.44, "end": 857.54, "word": " it", "probability": 0.59716796875}, {"start": 857.54, "end": 857.58, "word": " will", "probability": 0.73486328125}, {"start": 857.58, "end": 857.78, "word": " remain", "probability": 0.3056640625}, {"start": 857.78, "end": 858.2, "word": " stored", "probability": 0.69677734375}, {"start": 858.2, "end": 858.4, "word": " in", "probability": 0.9130859375}, {"start": 858.4, "end": 858.5, "word": " the", "probability": 0.364501953125}, {"start": 858.5, "end": 858.74, "word": " 200", "probability": 0.876953125}, {"start": 858.74, "end": 859.18, "word": " pictures", "probability": 0.576171875}, {"start": 859.18, "end": 860.04, "word": " in", "probability": 0.87060546875}, {"start": 860.04, "end": 860.16, "word": " the", "probability": 0.79931640625}, {"start": 860.16, "end": 860.38, "word": " memory.", "probability": 0.90283203125}, {"start": 860.82, "end": 861.02, "word": " All", "probability": 0.4951171875}, {"start": 861.02, "end": 861.16, "word": " right?", "probability": 0.91162109375}, {"start": 861.4, "end": 861.54, "word": " And", "probability": 0.82177734375}, {"start": 861.54, "end": 861.74, "word": " this", "probability": 0.71875}, {"start": 861.74, "end": 862.14, "word": " destroys", "probability": 0.91455078125}, {"start": 862.14, "end": 862.5, "word": " the", "probability": 0.5693359375}, {"start": 862.5, "end": 862.74, "word": " memory.", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 34, "seek": 89130, "start": 863.64, "end": 891.3, "text": "If you have three screens and you move between them, there is no problem. But if you have an image gallery like this, there is a big problem. What is the only change? They say that instead of using or doing Extend to Fragment, Pager, Adapter, use another adapter called Fragment, State, Pager, Adapter. That's it. What did we change it to? State. They say that by itself. What is the difference between these two? The fragment that comes out removes the memory.", "tokens": [8031, 291, 362, 1045, 11171, 293, 291, 1286, 1296, 552, 11, 456, 307, 572, 1154, 13, 583, 498, 291, 362, 364, 3256, 18378, 411, 341, 11, 456, 307, 257, 955, 1154, 13, 708, 307, 264, 787, 1319, 30, 814, 584, 300, 2602, 295, 1228, 420, 884, 9881, 521, 281, 479, 3731, 518, 11, 430, 3557, 11, 1999, 5446, 11, 764, 1071, 22860, 1219, 479, 3731, 518, 11, 4533, 11, 430, 3557, 11, 1999, 5446, 13, 663, 311, 309, 13, 708, 630, 321, 1319, 309, 281, 30, 4533, 13, 814, 584, 300, 538, 2564, 13, 708, 307, 264, 2649, 1296, 613, 732, 30, 440, 26424, 300, 1487, 484, 30445, 264, 4675, 13], "avg_logprob": -0.4587053643273456, "compression_ratio": 1.807843137254902, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 863.64, "end": 863.98, "word": "If", "probability": 0.431396484375}, {"start": 863.98, "end": 864.14, "word": " you", "probability": 0.94189453125}, {"start": 864.14, "end": 864.3, "word": " have", "probability": 0.8984375}, {"start": 864.3, "end": 864.6, "word": " three", "probability": 0.53857421875}, {"start": 864.6, "end": 864.92, "word": " screens", "probability": 0.69189453125}, {"start": 864.92, "end": 865.22, "word": " and", "probability": 0.7041015625}, {"start": 865.22, "end": 865.34, "word": " you", "probability": 0.74072265625}, {"start": 865.34, "end": 865.6, "word": " move", "probability": 0.07757568359375}, {"start": 865.6, "end": 865.86, "word": " between", "probability": 0.71142578125}, {"start": 865.86, "end": 866.72, "word": " them,", "probability": 0.88916015625}, {"start": 866.84, "end": 866.96, "word": " there", "probability": 0.59326171875}, {"start": 866.96, "end": 867.0, "word": " is", "probability": 0.65234375}, {"start": 867.0, "end": 867.1, "word": " no", "probability": 0.9189453125}, {"start": 867.1, "end": 867.4, "word": " problem.", "probability": 0.83349609375}, {"start": 867.84, "end": 868.22, "word": " But", "probability": 0.7490234375}, {"start": 868.22, "end": 868.36, "word": " if", "probability": 0.75}, {"start": 868.36, "end": 868.7, "word": " you", "probability": 0.9091796875}, {"start": 868.7, "end": 868.94, "word": " have", "probability": 0.90625}, {"start": 868.94, "end": 869.04, "word": " an", "probability": 0.3154296875}, {"start": 869.04, "end": 869.64, "word": " image", "probability": 0.9443359375}, {"start": 869.64, "end": 869.96, "word": " gallery", "probability": 0.984375}, {"start": 869.96, "end": 869.96, "word": " like", "probability": 0.5771484375}, {"start": 869.96, "end": 869.96, "word": " this,", "probability": 0.78076171875}, {"start": 870.14, "end": 870.42, "word": " there", "probability": 0.677734375}, {"start": 870.42, "end": 870.46, "word": " is", "probability": 0.41162109375}, {"start": 870.46, "end": 870.76, "word": " a", "probability": 0.8251953125}, {"start": 870.76, "end": 870.8, "word": " big", "probability": 0.497802734375}, {"start": 870.8, "end": 871.22, "word": " problem.", "probability": 0.80224609375}, {"start": 872.06, "end": 872.38, "word": " What", "probability": 0.2435302734375}, {"start": 872.38, "end": 872.38, "word": " is", "probability": 0.5185546875}, {"start": 872.38, "end": 872.4, "word": " the", "probability": 0.65771484375}, {"start": 872.4, "end": 872.76, "word": " only", "probability": 0.387451171875}, {"start": 872.76, "end": 872.76, "word": " change?", "probability": 0.7861328125}, {"start": 873.18, "end": 873.3, "word": " They", "probability": 0.2529296875}, {"start": 873.3, "end": 873.42, "word": " say", "probability": 0.8369140625}, {"start": 873.42, "end": 873.52, "word": " that", "probability": 0.591796875}, {"start": 873.52, "end": 873.68, "word": " instead", "probability": 0.77490234375}, {"start": 873.68, "end": 873.78, "word": " of", "probability": 0.966796875}, {"start": 873.78, "end": 874.24, "word": " using", "probability": 0.74560546875}, {"start": 874.24, "end": 874.4, "word": " or", "probability": 0.5546875}, {"start": 874.4, "end": 874.66, "word": " doing", "probability": 0.1865234375}, {"start": 874.66, "end": 875.16, "word": " Extend", "probability": 0.435546875}, {"start": 875.16, "end": 875.36, "word": " to", "probability": 0.7451171875}, {"start": 875.36, "end": 875.94, "word": " Fragment,", "probability": 0.8196614583333334}, {"start": 876.2, "end": 876.54, "word": " Pager,", "probability": 0.90185546875}, {"start": 876.8, "end": 877.36, "word": " Adapter,", "probability": 0.87890625}, {"start": 877.92, "end": 878.82, "word": " use", "probability": 0.58203125}, {"start": 878.82, "end": 879.64, "word": " another", "probability": 0.8486328125}, {"start": 879.64, "end": 880.06, "word": " adapter", "probability": 0.80419921875}, {"start": 880.06, "end": 880.64, "word": " called", "probability": 0.463623046875}, {"start": 880.64, "end": 881.16, "word": " Fragment,", "probability": 0.9554036458333334}, {"start": 881.28, "end": 881.48, "word": " State,", "probability": 0.91015625}, {"start": 881.62, "end": 881.88, "word": " Pager,", "probability": 0.962890625}, {"start": 881.96, "end": 882.3, "word": " Adapter.", "probability": 0.943115234375}, {"start": 882.54, "end": 882.82, "word": " That's", "probability": 0.76904296875}, {"start": 882.82, "end": 882.88, "word": " it.", "probability": 0.78076171875}, {"start": 883.06, "end": 883.2, "word": " What", "probability": 0.247314453125}, {"start": 883.2, "end": 883.2, "word": " did", "probability": 0.7294921875}, {"start": 883.2, "end": 883.46, "word": " we", "probability": 0.61328125}, {"start": 883.46, "end": 883.46, "word": " change", "probability": 0.86474609375}, {"start": 883.46, "end": 883.66, "word": " it", "probability": 0.2010498046875}, {"start": 883.66, "end": 883.66, "word": " to?", "probability": 0.7080078125}, {"start": 884.22, "end": 884.74, "word": " State.", "probability": 0.83154296875}, {"start": 885.3, "end": 885.72, "word": " They", "probability": 0.39111328125}, {"start": 885.72, "end": 885.9, "word": " say", "probability": 0.791015625}, {"start": 885.9, "end": 886.08, "word": " that", "probability": 0.450927734375}, {"start": 886.08, "end": 886.22, "word": " by", "probability": 0.2337646484375}, {"start": 886.22, "end": 886.46, "word": " itself.", "probability": 0.76220703125}, {"start": 886.58, "end": 886.66, "word": " What", "probability": 0.77001953125}, {"start": 886.66, "end": 886.72, "word": " is", "probability": 0.392578125}, {"start": 886.72, "end": 886.92, "word": " the", "probability": 0.5927734375}, {"start": 886.92, "end": 886.92, "word": " difference", "probability": 0.79296875}, {"start": 886.92, "end": 887.06, "word": " between", "probability": 0.578125}, {"start": 887.06, "end": 887.18, "word": " these", "probability": 0.437255859375}, {"start": 887.18, "end": 887.4, "word": " two?", "probability": 0.41259765625}, {"start": 887.68, "end": 888.08, "word": " The", "probability": 0.449951171875}, {"start": 888.08, "end": 888.46, "word": " fragment", "probability": 0.481689453125}, {"start": 888.46, "end": 888.82, "word": " that", "probability": 0.76416015625}, {"start": 888.82, "end": 889.0, "word": " comes", "probability": 0.31201171875}, {"start": 889.0, "end": 889.68, "word": " out", "probability": 0.52978515625}, {"start": 889.68, "end": 890.82, "word": " removes", "probability": 0.3466796875}, {"start": 890.82, "end": 891.02, "word": " the", "probability": 0.6953125}, {"start": 891.02, "end": 891.3, "word": " memory.", "probability": 0.83056640625}], "temperature": 1.0}, {"id": 35, "seek": 92092, "start": 892.68, "end": 920.92, "text": " Okay? This is the difference between this and this. So when you use a lot of fragments in the view pager, use this. When you use a small number, use the normal pager adapter. Okay? So this saves resources more than this. Okay. So now, welcome my Arab friends. There is no worker. Now we come to the question that I asked. If I have twenty images, how do I display them?", "tokens": [1033, 30, 639, 307, 264, 2649, 1296, 341, 293, 341, 13, 407, 562, 291, 764, 257, 688, 295, 29197, 294, 264, 1910, 280, 3557, 11, 764, 341, 13, 1133, 291, 764, 257, 1359, 1230, 11, 764, 264, 2710, 280, 3557, 22860, 13, 1033, 30, 407, 341, 19155, 3593, 544, 813, 341, 13, 1033, 13, 407, 586, 11, 2928, 452, 8625, 1855, 13, 821, 307, 572, 11346, 13, 823, 321, 808, 281, 264, 1168, 300, 286, 2351, 13, 759, 286, 362, 7699, 5267, 11, 577, 360, 286, 4674, 552, 30], "avg_logprob": -0.47361111607816486, "compression_ratio": 1.5879828326180256, "no_speech_prob": 3.2782554626464844e-06, "words": [{"start": 892.68, "end": 893.14, "word": " Okay?", "probability": 0.11273193359375}, {"start": 894.32, "end": 894.78, "word": " This", "probability": 0.354736328125}, {"start": 894.78, "end": 894.88, "word": " is", "probability": 0.80615234375}, {"start": 894.88, "end": 894.9, "word": " the", "probability": 0.8671875}, {"start": 894.9, "end": 895.12, "word": " difference", "probability": 0.81591796875}, {"start": 895.12, "end": 895.34, "word": " between", "probability": 0.388427734375}, {"start": 895.34, "end": 895.66, "word": " this", "probability": 0.456787109375}, {"start": 895.66, "end": 895.76, "word": " and", "probability": 0.603515625}, {"start": 895.76, "end": 895.76, "word": " this.", "probability": 0.490966796875}, {"start": 895.88, "end": 896.0, "word": " So", "probability": 0.5439453125}, {"start": 896.0, "end": 896.28, "word": " when", "probability": 0.465087890625}, {"start": 896.28, "end": 896.42, "word": " you", "probability": 0.93798828125}, {"start": 896.42, "end": 896.82, "word": " use", "probability": 0.7900390625}, {"start": 896.82, "end": 896.94, "word": " a", "probability": 0.393310546875}, {"start": 896.94, "end": 896.94, "word": " lot", "probability": 0.89453125}, {"start": 896.94, "end": 896.98, "word": " of", "probability": 0.9658203125}, {"start": 896.98, "end": 897.36, "word": " fragments", "probability": 0.80810546875}, {"start": 897.36, "end": 898.02, "word": " in", "probability": 0.8466796875}, {"start": 898.02, "end": 898.1, "word": " the", "probability": 0.56591796875}, {"start": 898.1, "end": 898.26, "word": " view", "probability": 0.4560546875}, {"start": 898.26, "end": 898.7, "word": " pager,", "probability": 0.76416015625}, {"start": 899.4, "end": 900.34, "word": " use", "probability": 0.450439453125}, {"start": 900.34, "end": 900.78, "word": " this.", "probability": 0.876953125}, {"start": 900.82, "end": 900.96, "word": " When", "probability": 0.7607421875}, {"start": 900.96, "end": 901.1, "word": " you", "probability": 0.94677734375}, {"start": 901.1, "end": 901.34, "word": " use", "probability": 0.7958984375}, {"start": 901.34, "end": 901.68, "word": " a", "probability": 0.75}, {"start": 901.68, "end": 901.88, "word": " small", "probability": 0.6357421875}, {"start": 901.88, "end": 901.88, "word": " number,", "probability": 0.67724609375}, {"start": 902.08, "end": 902.5, "word": " use", "probability": 0.83642578125}, {"start": 902.5, "end": 902.66, "word": " the", "probability": 0.8251953125}, {"start": 902.66, "end": 902.76, "word": " normal", "probability": 0.2490234375}, {"start": 902.76, "end": 902.9, "word": " pager", "probability": 0.908447265625}, {"start": 902.9, "end": 903.46, "word": " adapter.", "probability": 0.77978515625}, {"start": 905.18, "end": 905.38, "word": " Okay?", "probability": 0.68505859375}, {"start": 905.76, "end": 906.06, "word": " So", "probability": 0.5791015625}, {"start": 906.06, "end": 906.38, "word": " this", "probability": 0.84326171875}, {"start": 906.38, "end": 906.8, "word": " saves", "probability": 0.255126953125}, {"start": 906.8, "end": 907.38, "word": " resources", "probability": 0.72509765625}, {"start": 907.38, "end": 907.64, "word": " more", "probability": 0.8154296875}, {"start": 907.64, "end": 907.82, "word": " than", "probability": 0.9248046875}, {"start": 907.82, "end": 908.0, "word": " this.", "probability": 0.63525390625}, {"start": 910.6, "end": 911.06, "word": " Okay.", "probability": 0.5947265625}, {"start": 911.66, "end": 912.04, "word": " So", "probability": 0.61083984375}, {"start": 912.04, "end": 912.34, "word": " now,", "probability": 0.79931640625}, {"start": 912.54, "end": 912.76, "word": " welcome", "probability": 0.1988525390625}, {"start": 912.76, "end": 913.0, "word": " my", "probability": 0.24560546875}, {"start": 913.0, "end": 913.02, "word": " Arab", "probability": 0.355712890625}, {"start": 913.02, "end": 913.5, "word": " friends.", "probability": 0.53076171875}, {"start": 913.66, "end": 913.72, "word": " There", "probability": 0.33447265625}, {"start": 913.72, "end": 913.82, "word": " is", "probability": 0.65576171875}, {"start": 913.82, "end": 913.92, "word": " no", "probability": 0.8369140625}, {"start": 913.92, "end": 914.78, "word": " worker.", "probability": 0.10577392578125}, {"start": 915.38, "end": 915.64, "word": " Now", "probability": 0.6611328125}, {"start": 915.64, "end": 915.86, "word": " we", "probability": 0.28564453125}, {"start": 915.86, "end": 915.98, "word": " come", "probability": 0.677734375}, {"start": 915.98, "end": 916.12, "word": " to", "probability": 0.95947265625}, {"start": 916.12, "end": 916.64, "word": " the", "probability": 0.9072265625}, {"start": 916.64, "end": 916.88, "word": " question", "probability": 0.90771484375}, {"start": 916.88, "end": 916.98, "word": " that", "probability": 0.50341796875}, {"start": 916.98, "end": 917.12, "word": " I", "probability": 0.99365234375}, {"start": 917.12, "end": 917.42, "word": " asked.", "probability": 0.81005859375}, {"start": 918.46, "end": 918.7, "word": " If", "probability": 0.62109375}, {"start": 918.7, "end": 919.06, "word": " I", "probability": 0.99072265625}, {"start": 919.06, "end": 919.26, "word": " have", "probability": 0.89501953125}, {"start": 919.26, "end": 919.58, "word": " twenty", "probability": 0.50927734375}, {"start": 919.58, "end": 919.92, "word": " images,", "probability": 0.48193359375}, {"start": 920.2, "end": 920.38, "word": " how", "probability": 0.88330078125}, {"start": 920.38, "end": 920.44, "word": " do", "probability": 0.67626953125}, {"start": 920.44, "end": 920.52, "word": " I", "probability": 0.9892578125}, {"start": 920.52, "end": 920.74, "word": " display", "probability": 0.427001953125}, {"start": 920.74, "end": 920.92, "word": " them?", "probability": 0.892578125}], "temperature": 1.0}, {"id": 36, "seek": 94417, "start": 921.91, "end": 944.17, "text": " Because if you have 20 photos, all of this is what? Now, where are the photos located? In the drawer. First of all, the photos must have a certain pattern or start with a certain name. For example, we want to get or read all the photos whose name is photo. Unfortunately, there is no possibility in Android that you create subfolders.", "tokens": [1436, 498, 291, 362, 945, 5787, 11, 439, 295, 341, 307, 437, 30, 823, 11, 689, 366, 264, 5787, 6870, 30, 682, 264, 24039, 13, 2386, 295, 439, 11, 264, 5787, 1633, 362, 257, 1629, 5102, 420, 722, 365, 257, 1629, 1315, 13, 1171, 1365, 11, 321, 528, 281, 483, 420, 1401, 439, 264, 5787, 6104, 1315, 307, 5052, 13, 8590, 11, 456, 307, 572, 7959, 294, 8853, 300, 291, 1884, 1422, 18353, 433, 13], "avg_logprob": -0.5431743240670154, "compression_ratio": 1.5727699530516432, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 921.91, "end": 922.23, "word": " Because", "probability": 0.2135009765625}, {"start": 922.23, "end": 922.33, "word": " if", "probability": 0.82666015625}, {"start": 922.33, "end": 922.53, "word": " you", "probability": 0.94482421875}, {"start": 922.53, "end": 922.73, "word": " have", "probability": 0.89111328125}, {"start": 922.73, "end": 923.11, "word": " 20", "probability": 0.53076171875}, {"start": 923.11, "end": 923.49, "word": " photos,", "probability": 0.309326171875}, {"start": 924.13, "end": 925.33, "word": " all", "probability": 0.1826171875}, {"start": 925.33, "end": 925.61, "word": " of", "probability": 0.560546875}, {"start": 925.61, "end": 925.65, "word": " this", "probability": 0.27197265625}, {"start": 925.65, "end": 925.71, "word": " is", "probability": 0.427734375}, {"start": 925.71, "end": 925.93, "word": " what?", "probability": 0.255126953125}, {"start": 927.55, "end": 928.03, "word": " Now,", "probability": 0.09051513671875}, {"start": 929.67, "end": 930.13, "word": " where", "probability": 0.34765625}, {"start": 930.13, "end": 930.29, "word": " are", "probability": 0.5087890625}, {"start": 930.29, "end": 930.29, "word": " the", "probability": 0.7109375}, {"start": 930.29, "end": 930.29, "word": " photos", "probability": 0.60595703125}, {"start": 930.29, "end": 930.73, "word": " located?", "probability": 0.11309814453125}, {"start": 931.31, "end": 931.75, "word": " In", "probability": 0.468994140625}, {"start": 931.75, "end": 931.83, "word": " the", "probability": 0.56591796875}, {"start": 931.83, "end": 931.99, "word": " drawer.", "probability": 0.1488037109375}, {"start": 932.47, "end": 932.75, "word": " First", "probability": 0.533203125}, {"start": 932.75, "end": 932.91, "word": " of", "probability": 0.64013671875}, {"start": 932.91, "end": 932.95, "word": " all,", "probability": 0.94287109375}, {"start": 932.99, "end": 933.07, "word": " the", "probability": 0.6103515625}, {"start": 933.07, "end": 933.33, "word": " photos", "probability": 0.822265625}, {"start": 933.33, "end": 933.91, "word": " must", "probability": 0.40478515625}, {"start": 933.91, "end": 934.27, "word": " have", "probability": 0.70166015625}, {"start": 934.27, "end": 934.45, "word": " a", "probability": 0.91015625}, {"start": 934.45, "end": 934.45, "word": " certain", "probability": 0.388671875}, {"start": 934.45, "end": 934.95, "word": " pattern", "probability": 0.7685546875}, {"start": 934.95, "end": 935.25, "word": " or", "probability": 0.78271484375}, {"start": 935.25, "end": 935.61, "word": " start", "probability": 0.38134765625}, {"start": 935.61, "end": 935.73, "word": " with", "probability": 0.865234375}, {"start": 935.73, "end": 935.79, "word": " a", "probability": 0.9755859375}, {"start": 935.79, "end": 936.21, "word": " certain", "probability": 0.54248046875}, {"start": 936.21, "end": 936.21, "word": " name.", "probability": 0.76220703125}, {"start": 936.43, "end": 936.65, "word": " For", "probability": 0.7431640625}, {"start": 936.65, "end": 936.79, "word": " example,", "probability": 0.93994140625}, {"start": 936.89, "end": 937.05, "word": " we", "probability": 0.5771484375}, {"start": 937.05, "end": 937.27, "word": " want", "probability": 0.5654296875}, {"start": 937.27, "end": 937.57, "word": " to", "probability": 0.94482421875}, {"start": 937.57, "end": 937.57, "word": " get", "probability": 0.388916015625}, {"start": 937.57, "end": 938.27, "word": " or", "probability": 0.6728515625}, {"start": 938.27, "end": 938.59, "word": " read", "probability": 0.9658203125}, {"start": 938.59, "end": 938.85, "word": " all", "probability": 0.9169921875}, {"start": 938.85, "end": 938.93, "word": " the", "probability": 0.748046875}, {"start": 938.93, "end": 939.13, "word": " photos", "probability": 0.791015625}, {"start": 939.13, "end": 939.25, "word": " whose", "probability": 0.352783203125}, {"start": 939.25, "end": 939.49, "word": " name", "probability": 0.72998046875}, {"start": 939.49, "end": 940.05, "word": " is", "probability": 0.90576171875}, {"start": 940.05, "end": 940.69, "word": " photo.", "probability": 0.53466796875}, {"start": 940.81, "end": 941.17, "word": " Unfortunately,", "probability": 0.84033203125}, {"start": 941.63, "end": 941.69, "word": " there", "probability": 0.72607421875}, {"start": 941.69, "end": 941.69, "word": " is", "probability": 0.89404296875}, {"start": 941.69, "end": 941.85, "word": " no", "probability": 0.923828125}, {"start": 941.85, "end": 942.15, "word": " possibility", "probability": 0.8681640625}, {"start": 942.15, "end": 942.29, "word": " in", "probability": 0.67529296875}, {"start": 942.29, "end": 942.73, "word": " Android", "probability": 0.802734375}, {"start": 942.73, "end": 942.91, "word": " that", "probability": 0.48583984375}, {"start": 942.91, "end": 943.15, "word": " you", "probability": 0.95458984375}, {"start": 943.15, "end": 943.35, "word": " create", "probability": 0.39306640625}, {"start": 943.35, "end": 944.17, "word": " subfolders.", "probability": 0.8147786458333334}], "temperature": 1.0}, {"id": 37, "seek": 96021, "start": 945.05, "end": 960.21, "text": " Inside Drupal, ok? On the basis that I tell him to download the photos in the folder in Drupal. In Drupal there are usually a lot of photos that you want to show them, and icons photos, and I don't know what photos. So I just want to take photos that start with", "tokens": [15123, 413, 11976, 304, 11, 3133, 30, 1282, 264, 5143, 300, 286, 980, 796, 281, 5484, 264, 5787, 294, 264, 10820, 294, 413, 11976, 304, 13, 682, 413, 11976, 304, 456, 366, 2673, 257, 688, 295, 5787, 300, 291, 528, 281, 855, 552, 11, 293, 23308, 5787, 11, 293, 286, 500, 380, 458, 437, 5787, 13, 407, 286, 445, 528, 281, 747, 5787, 300, 722, 365], "avg_logprob": -0.7014925141832722, "compression_ratio": 1.5975609756097562, "no_speech_prob": 3.0875205993652344e-05, "words": [{"start": 945.05, "end": 945.43, "word": " Inside", "probability": 0.041168212890625}, {"start": 945.43, "end": 945.91, "word": " Drupal,", "probability": 0.6463216145833334}, {"start": 946.49, "end": 946.67, "word": " ok?", "probability": 0.1439208984375}, {"start": 946.83, "end": 946.93, "word": " On", "probability": 0.1063232421875}, {"start": 946.93, "end": 947.01, "word": " the", "probability": 0.767578125}, {"start": 947.01, "end": 947.15, "word": " basis", "probability": 0.76220703125}, {"start": 947.15, "end": 947.25, "word": " that", "probability": 0.37841796875}, {"start": 947.25, "end": 947.25, "word": " I", "probability": 0.477294921875}, {"start": 947.25, "end": 947.41, "word": " tell", "probability": 0.287841796875}, {"start": 947.41, "end": 947.49, "word": " him", "probability": 0.61865234375}, {"start": 947.49, "end": 947.51, "word": " to", "probability": 0.447998046875}, {"start": 947.51, "end": 947.77, "word": " download", "probability": 0.330810546875}, {"start": 947.77, "end": 948.51, "word": " the", "probability": 0.5322265625}, {"start": 948.51, "end": 948.81, "word": " photos", "probability": 0.320068359375}, {"start": 948.81, "end": 949.07, "word": " in", "probability": 0.2025146484375}, {"start": 949.07, "end": 949.19, "word": " the", "probability": 0.65771484375}, {"start": 949.19, "end": 949.41, "word": " folder", "probability": 0.33837890625}, {"start": 949.41, "end": 949.69, "word": " in", "probability": 0.1729736328125}, {"start": 949.69, "end": 950.13, "word": " Drupal.", "probability": 0.8727213541666666}, {"start": 950.29, "end": 950.57, "word": " In", "probability": 0.60205078125}, {"start": 950.57, "end": 951.03, "word": " Drupal", "probability": 0.9319661458333334}, {"start": 951.03, "end": 951.41, "word": " there", "probability": 0.280517578125}, {"start": 951.41, "end": 951.69, "word": " are", "probability": 0.78125}, {"start": 951.69, "end": 951.69, "word": " usually", "probability": 0.755859375}, {"start": 951.69, "end": 952.05, "word": " a", "probability": 0.304931640625}, {"start": 952.05, "end": 953.23, "word": " lot", "probability": 0.94873046875}, {"start": 953.23, "end": 953.23, "word": " of", "probability": 0.966796875}, {"start": 953.23, "end": 953.23, "word": " photos", "probability": 0.7578125}, {"start": 953.23, "end": 953.91, "word": " that", "probability": 0.478271484375}, {"start": 953.91, "end": 954.03, "word": " you", "probability": 0.830078125}, {"start": 954.03, "end": 954.15, "word": " want", "probability": 0.3125}, {"start": 954.15, "end": 954.25, "word": " to", "probability": 0.95556640625}, {"start": 954.25, "end": 954.51, "word": " show", "probability": 0.640625}, {"start": 954.51, "end": 954.85, "word": " them,", "probability": 0.45849609375}, {"start": 955.05, "end": 955.05, "word": " and", "probability": 0.384765625}, {"start": 955.05, "end": 955.69, "word": " icons", "probability": 0.70947265625}, {"start": 955.69, "end": 955.81, "word": " photos,", "probability": 0.490478515625}, {"start": 955.99, "end": 956.07, "word": " and", "probability": 0.85595703125}, {"start": 956.07, "end": 956.35, "word": " I", "probability": 0.084228515625}, {"start": 956.35, "end": 956.37, "word": " don't", "probability": 0.942626953125}, {"start": 956.37, "end": 956.67, "word": " know", "probability": 0.88623046875}, {"start": 956.67, "end": 956.97, "word": " what", "probability": 0.92822265625}, {"start": 956.97, "end": 956.97, "word": " photos.", "probability": 0.48828125}, {"start": 957.31, "end": 957.45, "word": " So", "probability": 0.65771484375}, {"start": 957.45, "end": 957.69, "word": " I", "probability": 0.348876953125}, {"start": 957.69, "end": 957.95, "word": " just", "probability": 0.705078125}, {"start": 957.95, "end": 958.13, "word": " want", "probability": 0.73046875}, {"start": 958.13, "end": 958.25, "word": " to", "probability": 0.94677734375}, {"start": 958.25, "end": 958.41, "word": " take", "probability": 0.60693359375}, {"start": 958.41, "end": 958.73, "word": " photos", "probability": 0.185546875}, {"start": 958.73, "end": 959.53, "word": " that", "probability": 0.476806640625}, {"start": 959.53, "end": 959.87, "word": " start", "probability": 0.5224609375}, {"start": 959.87, "end": 960.21, "word": " with", "probability": 0.4619140625}], "temperature": 1.0}, {"id": 38, "seek": 98701, "start": 960.57, "end": 987.01, "text": " Photo, okay? So, how do we get it? Do you see how many photos I have? Do you see how I counted them? Photo, one, two, three, four. If you have a hundred, count them from one to a hundred. Then I do for loop, for integer I. Where do I start counting? From one. Where do I finish? Four, I, plus plus. Okay? Then I say get resources.", "tokens": [39175, 11, 1392, 30, 407, 11, 577, 360, 321, 483, 309, 30, 1144, 291, 536, 577, 867, 5787, 286, 362, 30, 1144, 291, 536, 577, 286, 20150, 552, 30, 39175, 11, 472, 11, 732, 11, 1045, 11, 1451, 13, 759, 291, 362, 257, 3262, 11, 1207, 552, 490, 472, 281, 257, 3262, 13, 1396, 286, 360, 337, 6367, 11, 337, 24922, 286, 13, 2305, 360, 286, 722, 13251, 30, 3358, 472, 13, 2305, 360, 286, 2413, 30, 7451, 11, 286, 11, 1804, 1804, 13, 1033, 30, 1396, 286, 584, 483, 3593, 13], "avg_logprob": -0.4774865540125037, "compression_ratio": 1.6467661691542288, "no_speech_prob": 4.827976226806641e-06, "words": [{"start": 960.57, "end": 961.25, "word": " Photo,", "probability": 0.273681640625}, {"start": 961.61, "end": 961.85, "word": " okay?", "probability": 0.12237548828125}, {"start": 962.53, "end": 962.87, "word": " So,", "probability": 0.58642578125}, {"start": 963.09, "end": 963.23, "word": " how", "probability": 0.8515625}, {"start": 963.23, "end": 963.33, "word": " do", "probability": 0.430419921875}, {"start": 963.33, "end": 963.35, "word": " we", "probability": 0.56005859375}, {"start": 963.35, "end": 963.55, "word": " get", "probability": 0.73095703125}, {"start": 963.55, "end": 963.67, "word": " it?", "probability": 0.465087890625}, {"start": 964.09, "end": 964.41, "word": " Do", "probability": 0.08868408203125}, {"start": 964.41, "end": 964.41, "word": " you", "probability": 0.96435546875}, {"start": 964.41, "end": 964.41, "word": " see", "probability": 0.7138671875}, {"start": 964.41, "end": 964.59, "word": " how", "probability": 0.65283203125}, {"start": 964.59, "end": 964.61, "word": " many", "probability": 0.4296875}, {"start": 964.61, "end": 964.87, "word": " photos", "probability": 0.357666015625}, {"start": 964.87, "end": 964.99, "word": " I", "probability": 0.84228515625}, {"start": 964.99, "end": 965.17, "word": " have?", "probability": 0.88525390625}, {"start": 965.59, "end": 965.85, "word": " Do", "probability": 0.212646484375}, {"start": 965.85, "end": 966.05, "word": " you", "probability": 0.96484375}, {"start": 966.05, "end": 966.39, "word": " see", "probability": 0.88134765625}, {"start": 966.39, "end": 966.61, "word": " how", "probability": 0.85595703125}, {"start": 966.61, "end": 966.69, "word": " I", "probability": 0.92041015625}, {"start": 966.69, "end": 966.95, "word": " counted", "probability": 0.2978515625}, {"start": 966.95, "end": 967.23, "word": " them?", "probability": 0.875}, {"start": 967.51, "end": 968.01, "word": " Photo,", "probability": 0.78125}, {"start": 968.19, "end": 968.41, "word": " one,", "probability": 0.736328125}, {"start": 968.55, "end": 968.79, "word": " two,", "probability": 0.94189453125}, {"start": 968.95, "end": 969.25, "word": " three,", "probability": 0.939453125}, {"start": 969.39, "end": 969.71, "word": " four.", "probability": 0.93115234375}, {"start": 970.09, "end": 970.41, "word": " If", "probability": 0.86669921875}, {"start": 970.41, "end": 970.69, "word": " you", "probability": 0.94677734375}, {"start": 970.69, "end": 970.69, "word": " have", "probability": 0.86376953125}, {"start": 970.69, "end": 970.83, "word": " a", "probability": 0.280517578125}, {"start": 970.83, "end": 971.21, "word": " hundred,", "probability": 0.6640625}, {"start": 971.41, "end": 971.73, "word": " count", "probability": 0.69921875}, {"start": 971.73, "end": 971.95, "word": " them", "probability": 0.78759765625}, {"start": 971.95, "end": 972.03, "word": " from", "probability": 0.8095703125}, {"start": 972.03, "end": 972.79, "word": " one", "probability": 0.576171875}, {"start": 972.79, "end": 973.45, "word": " to", "probability": 0.962890625}, {"start": 973.45, "end": 973.53, "word": " a", "probability": 0.59423828125}, {"start": 973.53, "end": 973.67, "word": " hundred.", "probability": 0.916015625}, {"start": 974.23, "end": 974.53, "word": " Then", "probability": 0.623046875}, {"start": 974.53, "end": 974.77, "word": " I", "probability": 0.5419921875}, {"start": 974.77, "end": 975.03, "word": " do", "probability": 0.330322265625}, {"start": 975.03, "end": 975.33, "word": " for", "probability": 0.410888671875}, {"start": 975.33, "end": 975.65, "word": " loop,", "probability": 0.94580078125}, {"start": 975.89, "end": 976.13, "word": " for", "probability": 0.75634765625}, {"start": 976.13, "end": 976.49, "word": " integer", "probability": 0.8505859375}, {"start": 976.49, "end": 976.81, "word": " I.", "probability": 0.263427734375}, {"start": 976.89, "end": 977.07, "word": " Where", "probability": 0.5078125}, {"start": 977.07, "end": 977.15, "word": " do", "probability": 0.84765625}, {"start": 977.15, "end": 977.23, "word": " I", "probability": 0.7626953125}, {"start": 977.23, "end": 977.37, "word": " start", "probability": 0.8916015625}, {"start": 977.37, "end": 977.65, "word": " counting?", "probability": 0.54248046875}, {"start": 978.47, "end": 978.83, "word": " From", "probability": 0.61767578125}, {"start": 978.83, "end": 979.11, "word": " one.", "probability": 0.8994140625}, {"start": 979.27, "end": 979.47, "word": " Where", "probability": 0.59521484375}, {"start": 979.47, "end": 979.47, "word": " do", "probability": 0.90673828125}, {"start": 979.47, "end": 979.75, "word": " I", "probability": 0.990234375}, {"start": 979.75, "end": 980.01, "word": " finish?", "probability": 0.5302734375}, {"start": 981.17, "end": 981.73, "word": " Four,", "probability": 0.77099609375}, {"start": 982.23, "end": 982.77, "word": " I,", "probability": 0.572265625}, {"start": 983.15, "end": 983.43, "word": " plus", "probability": 0.83544921875}, {"start": 983.43, "end": 983.79, "word": " plus.", "probability": 0.67578125}, {"start": 984.59, "end": 984.83, "word": " Okay?", "probability": 0.625}, {"start": 985.23, "end": 985.55, "word": " Then", "probability": 0.77099609375}, {"start": 985.55, "end": 985.83, "word": " I", "probability": 0.79736328125}, {"start": 985.83, "end": 986.09, "word": " say", "probability": 0.5869140625}, {"start": 986.09, "end": 986.41, "word": " get", "probability": 0.4765625}, {"start": 986.41, "end": 987.01, "word": " resources.", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 39, "seek": 101646, "start": 989.8, "end": 1016.46, "text": " get identifier, we took this method which gives you the name of the variable that gives you its id. So here what I want to give him, I want to tell him to give me photo underscore I. This is I. Do you remember the for loop that we took in the first class? First semester, not first. And this is a type of Drabble, I will give it to them, and here they want get package name.", "tokens": [483, 4496, 317, 9902, 11, 321, 1890, 341, 3170, 597, 2709, 291, 264, 1315, 295, 264, 7006, 300, 2709, 291, 1080, 4496, 13, 407, 510, 437, 286, 528, 281, 976, 796, 11, 286, 528, 281, 980, 796, 281, 976, 385, 5052, 37556, 286, 13, 639, 307, 286, 13, 1144, 291, 1604, 264, 337, 6367, 300, 321, 1890, 294, 264, 700, 1508, 30, 2386, 11894, 11, 406, 700, 13, 400, 341, 307, 257, 2010, 295, 413, 5305, 638, 11, 286, 486, 976, 309, 281, 552, 11, 293, 510, 436, 528, 483, 7372, 1315, 13], "avg_logprob": -0.592087761518803, "compression_ratio": 1.6891891891891893, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 989.8000000000001, "end": 990.2, "word": " get", "probability": 0.1990966796875}, {"start": 990.2, "end": 990.6, "word": " identifier,", "probability": 0.5188802083333334}, {"start": 990.68, "end": 990.94, "word": " we", "probability": 0.56787109375}, {"start": 990.94, "end": 990.94, "word": " took", "probability": 0.4130859375}, {"start": 990.94, "end": 991.14, "word": " this", "probability": 0.51123046875}, {"start": 991.14, "end": 991.42, "word": " method", "probability": 0.923828125}, {"start": 991.42, "end": 992.24, "word": " which", "probability": 0.329833984375}, {"start": 992.24, "end": 992.68, "word": " gives", "probability": 0.5859375}, {"start": 992.68, "end": 993.18, "word": " you", "probability": 0.24853515625}, {"start": 993.18, "end": 993.18, "word": " the", "probability": 0.546875}, {"start": 993.18, "end": 993.18, "word": " name", "probability": 0.323486328125}, {"start": 993.18, "end": 993.54, "word": " of", "probability": 0.90283203125}, {"start": 993.54, "end": 993.78, "word": " the", "probability": 0.74755859375}, {"start": 993.78, "end": 994.22, "word": " variable", "probability": 0.46484375}, {"start": 994.22, "end": 994.5, "word": " that", "probability": 0.1566162109375}, {"start": 994.5, "end": 994.62, "word": " gives", "probability": 0.521484375}, {"start": 994.62, "end": 994.84, "word": " you", "probability": 0.8369140625}, {"start": 994.84, "end": 994.9, "word": " its", "probability": 0.35498046875}, {"start": 994.9, "end": 995.12, "word": " id.", "probability": 0.6962890625}, {"start": 995.74, "end": 996.08, "word": " So", "probability": 0.49853515625}, {"start": 996.08, "end": 996.3, "word": " here", "probability": 0.390869140625}, {"start": 996.3, "end": 996.5, "word": " what", "probability": 0.41162109375}, {"start": 996.5, "end": 996.5, "word": " I", "probability": 0.78857421875}, {"start": 996.5, "end": 996.7, "word": " want", "probability": 0.587890625}, {"start": 996.7, "end": 996.74, "word": " to", "probability": 0.96923828125}, {"start": 996.74, "end": 996.94, "word": " give", "probability": 0.63671875}, {"start": 996.94, "end": 997.16, "word": " him,", "probability": 0.328125}, {"start": 997.46, "end": 997.54, "word": " I", "probability": 0.91064453125}, {"start": 997.54, "end": 997.64, "word": " want", "probability": 0.6806640625}, {"start": 997.64, "end": 997.7, "word": " to", "probability": 0.9541015625}, {"start": 997.7, "end": 997.82, "word": " tell", "probability": 0.37158203125}, {"start": 997.82, "end": 997.98, "word": " him", "probability": 0.939453125}, {"start": 997.98, "end": 998.1, "word": " to", "probability": 0.293701171875}, {"start": 998.1, "end": 998.22, "word": " give", "probability": 0.62939453125}, {"start": 998.22, "end": 998.58, "word": " me", "probability": 0.8876953125}, {"start": 998.58, "end": 999.18, "word": " photo", "probability": 0.755859375}, {"start": 999.18, "end": 999.88, "word": " underscore", "probability": 0.1903076171875}, {"start": 999.88, "end": 1001.52, "word": " I.", "probability": 0.49755859375}, {"start": 1002.92, "end": 1003.26, "word": " This", "probability": 0.436279296875}, {"start": 1003.26, "end": 1003.34, "word": " is", "probability": 0.8076171875}, {"start": 1003.34, "end": 1003.54, "word": " I.", "probability": 0.953125}, {"start": 1003.7, "end": 1003.86, "word": " Do", "probability": 0.68505859375}, {"start": 1003.86, "end": 1003.86, "word": " you", "probability": 0.96533203125}, {"start": 1003.86, "end": 1004.08, "word": " remember", "probability": 0.88037109375}, {"start": 1004.08, "end": 1004.28, "word": " the", "probability": 0.8271484375}, {"start": 1004.28, "end": 1004.44, "word": " for", "probability": 0.76708984375}, {"start": 1004.44, "end": 1004.6, "word": " loop", "probability": 0.9697265625}, {"start": 1004.6, "end": 1004.72, "word": " that", "probability": 0.53857421875}, {"start": 1004.72, "end": 1004.78, "word": " we", "probability": 0.88818359375}, {"start": 1004.78, "end": 1004.96, "word": " took", "probability": 0.83154296875}, {"start": 1004.96, "end": 1005.48, "word": " in", "probability": 0.544921875}, {"start": 1005.48, "end": 1005.6, "word": " the", "probability": 0.40869140625}, {"start": 1005.6, "end": 1005.88, "word": " first", "probability": 0.876953125}, {"start": 1005.88, "end": 1005.88, "word": " class?", "probability": 0.771484375}, {"start": 1006.38, "end": 1006.74, "word": " First", "probability": 0.443115234375}, {"start": 1006.74, "end": 1007.02, "word": " semester,", "probability": 0.429931640625}, {"start": 1007.12, "end": 1007.24, "word": " not", "probability": 0.88037109375}, {"start": 1007.24, "end": 1007.44, "word": " first.", "probability": 0.7578125}, {"start": 1009.28, "end": 1009.68, "word": " And", "probability": 0.41845703125}, {"start": 1009.68, "end": 1009.98, "word": " this", "probability": 0.84716796875}, {"start": 1009.98, "end": 1010.36, "word": " is", "probability": 0.869140625}, {"start": 1010.36, "end": 1012.38, "word": " a", "probability": 0.1964111328125}, {"start": 1012.38, "end": 1012.64, "word": " type", "probability": 0.271728515625}, {"start": 1012.64, "end": 1013.52, "word": " of", "probability": 0.74267578125}, {"start": 1013.52, "end": 1014.02, "word": " Drabble,", "probability": 0.4261067708333333}, {"start": 1014.2, "end": 1014.32, "word": " I", "probability": 0.60693359375}, {"start": 1014.32, "end": 1014.38, "word": " will", "probability": 0.51416015625}, {"start": 1014.38, "end": 1014.56, "word": " give", "probability": 0.6337890625}, {"start": 1014.56, "end": 1014.6, "word": " it", "probability": 0.361572265625}, {"start": 1014.6, "end": 1014.7, "word": " to", "probability": 0.91455078125}, {"start": 1014.7, "end": 1014.9, "word": " them,", "probability": 0.71337890625}, {"start": 1015.06, "end": 1015.18, "word": " and", "probability": 0.89404296875}, {"start": 1015.18, "end": 1015.36, "word": " here", "probability": 0.79833984375}, {"start": 1015.36, "end": 1015.48, "word": " they", "probability": 0.50390625}, {"start": 1015.48, "end": 1015.6, "word": " want", "probability": 0.55810546875}, {"start": 1015.6, "end": 1015.84, "word": " get", "probability": 0.5302734375}, {"start": 1015.84, "end": 1016.18, "word": " package", "probability": 0.87353515625}, {"start": 1016.18, "end": 1016.46, "word": " name.", "probability": 0.89111328125}], "temperature": 1.0}, {"id": 40, "seek": 104566, "start": 1031.98, "end": 1045.66, "text": " Bundle B is equal to new bundle B.putint photo", "tokens": [363, 997, 306, 363, 307, 2681, 281, 777, 24438, 363, 13, 2582, 686, 5052], "avg_logprob": -0.8947916746139526, "compression_ratio": 0.94, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1031.98, "end": 1033.38, "word": " Bundle", "probability": 0.4570719401041667}, {"start": 1033.38, "end": 1034.3, "word": " B", "probability": 0.427490234375}, {"start": 1034.3, "end": 1035.24, "word": " is", "probability": 0.0180816650390625}, {"start": 1035.24, "end": 1035.48, "word": " equal", "probability": 0.2998046875}, {"start": 1035.48, "end": 1035.5, "word": " to", "probability": 0.9609375}, {"start": 1035.5, "end": 1035.88, "word": " new", "probability": 0.67529296875}, {"start": 1035.88, "end": 1036.82, "word": " bundle", "probability": 0.7412109375}, {"start": 1036.82, "end": 1039.38, "word": " B", "probability": 0.3955078125}, {"start": 1039.38, "end": 1042.28, "word": ".putint", "probability": 0.5211181640625}, {"start": 1042.28, "end": 1045.66, "word": " photo", "probability": 0.65283203125}], "temperature": 1.0}, {"id": 41, "seek": 107019, "start": 1048.41, "end": 1070.19, "text": " photo id and then red fragment rf new red fragment rf set arguments bundle array add rf", "tokens": [5052, 4496, 293, 550, 2182, 26424, 367, 69, 777, 2182, 26424, 367, 69, 992, 12869, 24438, 10225, 909, 367, 69], "avg_logprob": -0.6566220238095238, "compression_ratio": 1.2571428571428571, "no_speech_prob": 4.351139068603516e-06, "words": [{"start": 1048.41, "end": 1048.97, "word": " photo", "probability": 0.294189453125}, {"start": 1048.97, "end": 1050.85, "word": " id", "probability": 0.4365234375}, {"start": 1050.85, "end": 1052.17, "word": " and", "probability": 0.37744140625}, {"start": 1052.17, "end": 1052.39, "word": " then", "probability": 0.54052734375}, {"start": 1052.39, "end": 1052.93, "word": " red", "probability": 0.215576171875}, {"start": 1052.93, "end": 1053.55, "word": " fragment", "probability": 0.8125}, {"start": 1053.55, "end": 1056.31, "word": " rf", "probability": 0.56451416015625}, {"start": 1056.31, "end": 1057.09, "word": " new", "probability": 0.03192138671875}, {"start": 1057.09, "end": 1058.41, "word": " red", "probability": 0.8095703125}, {"start": 1058.41, "end": 1058.99, "word": " fragment", "probability": 0.77392578125}, {"start": 1058.99, "end": 1060.97, "word": " rf", "probability": 0.59759521484375}, {"start": 1060.97, "end": 1061.67, "word": " set", "probability": 0.7939453125}, {"start": 1061.67, "end": 1062.41, "word": " arguments", "probability": 0.77294921875}, {"start": 1062.41, "end": 1064.21, "word": " bundle", "probability": 0.517578125}, {"start": 1064.21, "end": 1066.35, "word": " array", "probability": 0.2861328125}, {"start": 1066.35, "end": 1068.19, "word": " add", "probability": 0.7978515625}, {"start": 1068.19, "end": 1070.19, "word": " rf", "probability": 0.81494140625}], "temperature": 1.0}, {"id": 42, "seek": 109388, "start": 1089.04, "end": 1093.88, "text": " Of course, it's the same result. But what? You don't need to repeat the code for each image.", "tokens": [2720, 1164, 11, 309, 311, 264, 912, 1874, 13, 583, 437, 30, 509, 500, 380, 643, 281, 7149, 264, 3089, 337, 1184, 3256, 13], "avg_logprob": -0.6090625190734863, "compression_ratio": 1.0689655172413792, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1089.04, "end": 1089.46, "word": " Of", "probability": 0.173095703125}, {"start": 1089.46, "end": 1089.58, "word": " course,", "probability": 0.92919921875}, {"start": 1089.66, "end": 1089.68, "word": " it's", "probability": 0.489013671875}, {"start": 1089.68, "end": 1089.82, "word": " the", "probability": 0.79150390625}, {"start": 1089.82, "end": 1089.82, "word": " same", "probability": 0.88037109375}, {"start": 1089.82, "end": 1090.24, "word": " result.", "probability": 0.8291015625}, {"start": 1090.44, "end": 1090.58, "word": " But", "probability": 0.76318359375}, {"start": 1090.58, "end": 1090.9, "word": " what?", "probability": 0.470458984375}, {"start": 1091.72, "end": 1092.14, "word": " You", "probability": 0.339599609375}, {"start": 1092.14, "end": 1092.5, "word": " don't", "probability": 0.72705078125}, {"start": 1092.5, "end": 1093.18, "word": " need", "probability": 0.32373046875}, {"start": 1093.18, "end": 1093.24, "word": " to", "probability": 0.9150390625}, {"start": 1093.24, "end": 1093.42, "word": " repeat", "probability": 0.3681640625}, {"start": 1093.42, "end": 1093.56, "word": " the", "probability": 0.62939453125}, {"start": 1093.56, "end": 1093.88, "word": " code", "probability": 0.744140625}, {"start": 1093.88, "end": 1093.88, "word": " for", "probability": 0.59375}, {"start": 1093.88, "end": 1093.88, "word": " each", "probability": 0.36279296875}, {"start": 1093.88, "end": 1093.88, "word": " image.", "probability": 0.46337890625}], "temperature": 1.0}, {"id": 43, "seek": 112376, "start": 1100.7, "end": 1123.76, "text": " Sir, you gave a lecture yesterday. When we look at the data, fragment by fragment, each part of the book has a fragment, one after another. Yes. It doesn't make any difference. Here, when I look at a fragment, I give it data. I am in the same activity. These are the two fragments that are present, and they start sending data to each other.", "tokens": [6144, 11, 291, 2729, 257, 7991, 5186, 13, 1133, 321, 574, 412, 264, 1412, 11, 26424, 538, 26424, 11, 1184, 644, 295, 264, 1446, 575, 257, 26424, 11, 472, 934, 1071, 13, 1079, 13, 467, 1177, 380, 652, 604, 2649, 13, 1692, 11, 562, 286, 574, 412, 257, 26424, 11, 286, 976, 309, 1412, 13, 286, 669, 294, 264, 912, 5191, 13, 1981, 366, 264, 732, 29197, 300, 366, 1974, 11, 293, 436, 722, 7750, 1412, 281, 1184, 661, 13], "avg_logprob": -0.675925914152169, "compression_ratio": 1.6442307692307692, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 1100.7, "end": 1101.22, "word": " Sir,", "probability": 0.05987548828125}, {"start": 1101.42, "end": 1101.7, "word": " you", "probability": 0.2841796875}, {"start": 1101.7, "end": 1101.7, "word": " gave", "probability": 0.446044921875}, {"start": 1101.7, "end": 1101.88, "word": " a", "probability": 0.68212890625}, {"start": 1101.88, "end": 1102.18, "word": " lecture", "probability": 0.5341796875}, {"start": 1102.18, "end": 1102.68, "word": " yesterday.", "probability": 0.229248046875}, {"start": 1103.34, "end": 1103.48, "word": " When", "probability": 0.59228515625}, {"start": 1103.48, "end": 1103.6, "word": " we", "probability": 0.6728515625}, {"start": 1103.6, "end": 1103.82, "word": " look", "probability": 0.56591796875}, {"start": 1103.82, "end": 1104.04, "word": " at", "probability": 0.92431640625}, {"start": 1104.04, "end": 1104.14, "word": " the", "probability": 0.4208984375}, {"start": 1104.14, "end": 1104.46, "word": " data,", "probability": 0.50390625}, {"start": 1104.72, "end": 1105.6, "word": " fragment", "probability": 0.24658203125}, {"start": 1105.6, "end": 1105.84, "word": " by", "probability": 0.8603515625}, {"start": 1105.84, "end": 1106.42, "word": " fragment,", "probability": 0.92138671875}, {"start": 1106.7, "end": 1107.04, "word": " each", "probability": 0.165283203125}, {"start": 1107.04, "end": 1107.2, "word": " part", "probability": 0.207275390625}, {"start": 1107.2, "end": 1107.34, "word": " of", "probability": 0.3125}, {"start": 1107.34, "end": 1107.68, "word": " the", "probability": 0.299072265625}, {"start": 1107.68, "end": 1107.96, "word": " book", "probability": 0.5341796875}, {"start": 1107.96, "end": 1108.32, "word": " has", "probability": 0.1434326171875}, {"start": 1108.32, "end": 1108.68, "word": " a", "probability": 0.477783203125}, {"start": 1108.68, "end": 1109.04, "word": " fragment,", "probability": 0.677734375}, {"start": 1109.24, "end": 1109.44, "word": " one", "probability": 0.3408203125}, {"start": 1109.44, "end": 1109.76, "word": " after", "probability": 0.572265625}, {"start": 1109.76, "end": 1110.38, "word": " another.", "probability": 0.70068359375}, {"start": 1110.38, "end": 1110.64, "word": " Yes.", "probability": 0.40234375}, {"start": 1110.94, "end": 1111.16, "word": " It", "probability": 0.11370849609375}, {"start": 1111.16, "end": 1112.08, "word": " doesn't", "probability": 0.6295166015625}, {"start": 1112.08, "end": 1112.34, "word": " make", "probability": 0.2169189453125}, {"start": 1112.34, "end": 1112.38, "word": " any", "probability": 0.52001953125}, {"start": 1112.38, "end": 1112.48, "word": " difference.", "probability": 0.78515625}, {"start": 1113.6, "end": 1114.12, "word": " Here,", "probability": 0.31689453125}, {"start": 1114.74, "end": 1115.14, "word": " when", "probability": 0.77099609375}, {"start": 1115.14, "end": 1115.3, "word": " I", "probability": 0.56494140625}, {"start": 1115.3, "end": 1115.48, "word": " look", "probability": 0.234130859375}, {"start": 1115.48, "end": 1115.56, "word": " at", "probability": 0.94775390625}, {"start": 1115.56, "end": 1115.7, "word": " a", "probability": 0.398193359375}, {"start": 1115.7, "end": 1116.06, "word": " fragment,", "probability": 0.70068359375}, {"start": 1116.52, "end": 1117.08, "word": " I", "probability": 0.759765625}, {"start": 1117.08, "end": 1117.24, "word": " give", "probability": 0.36572265625}, {"start": 1117.24, "end": 1117.38, "word": " it", "probability": 0.75146484375}, {"start": 1117.38, "end": 1117.62, "word": " data.", "probability": 0.74853515625}, {"start": 1118.08, "end": 1118.44, "word": " I", "probability": 0.50927734375}, {"start": 1118.44, "end": 1118.52, "word": " am", "probability": 0.5400390625}, {"start": 1118.52, "end": 1118.66, "word": " in", "probability": 0.80615234375}, {"start": 1118.66, "end": 1118.72, "word": " the", "probability": 0.91943359375}, {"start": 1118.72, "end": 1118.9, "word": " same", "probability": 0.89990234375}, {"start": 1118.9, "end": 1119.62, "word": " activity.", "probability": 0.96044921875}, {"start": 1119.78, "end": 1120.06, "word": " These", "probability": 0.19384765625}, {"start": 1120.06, "end": 1120.34, "word": " are", "probability": 0.60595703125}, {"start": 1120.34, "end": 1120.98, "word": " the", "probability": 0.78759765625}, {"start": 1120.98, "end": 1121.14, "word": " two", "probability": 0.890625}, {"start": 1121.14, "end": 1121.52, "word": " fragments", "probability": 0.7744140625}, {"start": 1121.52, "end": 1121.66, "word": " that", "probability": 0.1787109375}, {"start": 1121.66, "end": 1121.66, "word": " are", "probability": 0.533203125}, {"start": 1121.66, "end": 1122.0, "word": " present,", "probability": 0.52099609375}, {"start": 1122.52, "end": 1122.6, "word": " and", "probability": 0.86328125}, {"start": 1122.6, "end": 1122.68, "word": " they", "probability": 0.7763671875}, {"start": 1122.68, "end": 1122.8, "word": " start", "probability": 0.28125}, {"start": 1122.8, "end": 1123.02, "word": " sending", "probability": 0.53076171875}, {"start": 1123.02, "end": 1123.34, "word": " data", "probability": 0.88427734375}, {"start": 1123.34, "end": 1123.48, "word": " to", "probability": 0.939453125}, {"start": 1123.48, "end": 1123.74, "word": " each", "probability": 0.93408203125}, {"start": 1123.74, "end": 1123.76, "word": " other.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 44, "seek": 113625, "start": 1125.07, "end": 1136.25, "text": " So the first fragment is a set of arguments. You send data to the fragment before it is created, so that after it is created, it can be used.", "tokens": [407, 264, 700, 26424, 307, 257, 992, 295, 12869, 13, 509, 2845, 1412, 281, 264, 26424, 949, 309, 307, 2942, 11, 370, 300, 934, 309, 307, 2942, 11, 309, 393, 312, 1143, 13], "avg_logprob": -0.5482536887421328, "compression_ratio": 1.4489795918367347, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1125.07, "end": 1125.53, "word": " So", "probability": 0.0987548828125}, {"start": 1125.53, "end": 1125.83, "word": " the", "probability": 0.1707763671875}, {"start": 1125.83, "end": 1125.83, "word": " first", "probability": 0.60302734375}, {"start": 1125.83, "end": 1126.25, "word": " fragment", "probability": 0.6259765625}, {"start": 1126.25, "end": 1127.33, "word": " is", "probability": 0.339111328125}, {"start": 1127.33, "end": 1129.29, "word": " a", "probability": 0.1595458984375}, {"start": 1129.29, "end": 1129.85, "word": " set", "probability": 0.91845703125}, {"start": 1129.85, "end": 1130.01, "word": " of", "probability": 0.9521484375}, {"start": 1130.01, "end": 1130.31, "word": " arguments.", "probability": 0.90380859375}, {"start": 1130.43, "end": 1130.55, "word": " You", "probability": 0.734375}, {"start": 1130.55, "end": 1130.89, "word": " send", "probability": 0.63427734375}, {"start": 1130.89, "end": 1131.31, "word": " data", "probability": 0.53955078125}, {"start": 1131.31, "end": 1131.97, "word": " to", "probability": 0.83544921875}, {"start": 1131.97, "end": 1132.09, "word": " the", "probability": 0.7529296875}, {"start": 1132.09, "end": 1132.51, "word": " fragment", "probability": 0.62646484375}, {"start": 1132.51, "end": 1132.89, "word": " before", "probability": 0.8359375}, {"start": 1132.89, "end": 1133.07, "word": " it", "probability": 0.7802734375}, {"start": 1133.07, "end": 1133.23, "word": " is", "probability": 0.6982421875}, {"start": 1133.23, "end": 1133.57, "word": " created,", "probability": 0.396484375}, {"start": 1134.49, "end": 1134.71, "word": " so", "probability": 0.62353515625}, {"start": 1134.71, "end": 1134.89, "word": " that", "probability": 0.609375}, {"start": 1134.89, "end": 1135.07, "word": " after", "probability": 0.367431640625}, {"start": 1135.07, "end": 1135.25, "word": " it", "probability": 0.7255859375}, {"start": 1135.25, "end": 1135.41, "word": " is", "probability": 0.87451171875}, {"start": 1135.41, "end": 1135.71, "word": " created,", "probability": 0.81396484375}, {"start": 1135.83, "end": 1135.89, "word": " it", "probability": 0.7529296875}, {"start": 1135.89, "end": 1135.95, "word": " can", "probability": 0.5732421875}, {"start": 1135.95, "end": 1136.03, "word": " be", "probability": 0.74462890625}, {"start": 1136.03, "end": 1136.25, "word": " used.", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 45, "seek": 115996, "start": 1137.02, "end": 1159.96, "text": " So this red fragment, I created it with code, okay? And I send it data after it is created, after it understands that activity is created, it goes and gets the arguments and repeats them. But these two fragments were already there, already displayed on the screen, and this one sends data to this one. So it cannot be sent to the set of arguments.", "tokens": [407, 341, 2182, 26424, 11, 286, 2942, 309, 365, 3089, 11, 1392, 30, 400, 286, 2845, 309, 1412, 934, 309, 307, 2942, 11, 934, 309, 15146, 300, 5191, 307, 2942, 11, 309, 1709, 293, 2170, 264, 12869, 293, 1085, 68, 1720, 552, 13, 583, 613, 732, 29197, 645, 1217, 456, 11, 1217, 16372, 322, 264, 2568, 11, 293, 341, 472, 14790, 1412, 281, 341, 472, 13, 407, 309, 2644, 312, 2279, 281, 264, 992, 295, 12869, 13], "avg_logprob": -0.6129807898631463, "compression_ratio": 1.7487437185929648, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1137.02, "end": 1137.34, "word": " So", "probability": 0.09063720703125}, {"start": 1137.34, "end": 1137.72, "word": " this", "probability": 0.3271484375}, {"start": 1137.72, "end": 1138.38, "word": " red", "probability": 0.7392578125}, {"start": 1138.38, "end": 1138.94, "word": " fragment,", "probability": 0.8359375}, {"start": 1139.04, "end": 1139.2, "word": " I", "probability": 0.87353515625}, {"start": 1139.2, "end": 1139.52, "word": " created", "probability": 0.52783203125}, {"start": 1139.52, "end": 1139.8, "word": " it", "probability": 0.5771484375}, {"start": 1139.8, "end": 1139.8, "word": " with", "probability": 0.49267578125}, {"start": 1139.8, "end": 1140.44, "word": " code,", "probability": 0.61279296875}, {"start": 1141.1, "end": 1141.32, "word": " okay?", "probability": 0.1915283203125}, {"start": 1142.02, "end": 1142.24, "word": " And", "probability": 0.68505859375}, {"start": 1142.24, "end": 1142.28, "word": " I", "probability": 0.4111328125}, {"start": 1142.28, "end": 1142.5, "word": " send", "probability": 0.400390625}, {"start": 1142.5, "end": 1142.68, "word": " it", "probability": 0.673828125}, {"start": 1142.68, "end": 1143.02, "word": " data", "probability": 0.64794921875}, {"start": 1143.02, "end": 1143.8, "word": " after", "probability": 0.234375}, {"start": 1143.8, "end": 1144.0, "word": " it", "probability": 0.720703125}, {"start": 1144.0, "end": 1144.18, "word": " is", "probability": 0.329833984375}, {"start": 1144.18, "end": 1144.6, "word": " created,", "probability": 0.69921875}, {"start": 1144.7, "end": 1144.94, "word": " after", "probability": 0.68798828125}, {"start": 1144.94, "end": 1145.08, "word": " it", "probability": 0.8173828125}, {"start": 1145.08, "end": 1145.34, "word": " understands", "probability": 0.13330078125}, {"start": 1145.34, "end": 1145.56, "word": " that", "probability": 0.615234375}, {"start": 1145.56, "end": 1145.9, "word": " activity", "probability": 0.36376953125}, {"start": 1145.9, "end": 1146.08, "word": " is", "probability": 0.57421875}, {"start": 1146.08, "end": 1146.62, "word": " created,", "probability": 0.81494140625}, {"start": 1146.8, "end": 1146.9, "word": " it", "probability": 0.65771484375}, {"start": 1146.9, "end": 1147.1, "word": " goes", "probability": 0.275146484375}, {"start": 1147.1, "end": 1147.94, "word": " and", "probability": 0.50732421875}, {"start": 1147.94, "end": 1148.78, "word": " gets", "probability": 0.2154541015625}, {"start": 1148.78, "end": 1148.98, "word": " the", "probability": 0.50341796875}, {"start": 1148.98, "end": 1149.22, "word": " arguments", "probability": 0.55078125}, {"start": 1149.22, "end": 1149.42, "word": " and", "probability": 0.85693359375}, {"start": 1149.42, "end": 1149.7, "word": " repeats", "probability": 0.467437744140625}, {"start": 1149.7, "end": 1149.86, "word": " them.", "probability": 0.732421875}, {"start": 1150.34, "end": 1150.6, "word": " But", "probability": 0.8740234375}, {"start": 1150.6, "end": 1150.88, "word": " these", "probability": 0.2200927734375}, {"start": 1150.88, "end": 1152.26, "word": " two", "probability": 0.7236328125}, {"start": 1152.26, "end": 1152.72, "word": " fragments", "probability": 0.8583984375}, {"start": 1152.72, "end": 1152.86, "word": " were", "probability": 0.364013671875}, {"start": 1152.86, "end": 1153.06, "word": " already", "probability": 0.9130859375}, {"start": 1153.06, "end": 1153.54, "word": " there,", "probability": 0.25439453125}, {"start": 1153.78, "end": 1154.14, "word": " already", "probability": 0.82958984375}, {"start": 1154.14, "end": 1154.46, "word": " displayed", "probability": 0.490234375}, {"start": 1154.46, "end": 1155.38, "word": " on", "probability": 0.91943359375}, {"start": 1155.38, "end": 1155.48, "word": " the", "probability": 0.8369140625}, {"start": 1155.48, "end": 1155.76, "word": " screen,", "probability": 0.87548828125}, {"start": 1156.38, "end": 1156.56, "word": " and", "probability": 0.89990234375}, {"start": 1156.56, "end": 1156.76, "word": " this", "probability": 0.350830078125}, {"start": 1156.76, "end": 1156.82, "word": " one", "probability": 0.517578125}, {"start": 1156.82, "end": 1157.1, "word": " sends", "probability": 0.5458984375}, {"start": 1157.1, "end": 1157.44, "word": " data", "probability": 0.79150390625}, {"start": 1157.44, "end": 1157.6, "word": " to", "probability": 0.93603515625}, {"start": 1157.6, "end": 1157.8, "word": " this", "probability": 0.83740234375}, {"start": 1157.8, "end": 1158.1, "word": " one.", "probability": 0.81103515625}, {"start": 1158.1, "end": 1158.28, "word": " So", "probability": 0.83154296875}, {"start": 1158.28, "end": 1158.32, "word": " it", "probability": 0.501953125}, {"start": 1158.32, "end": 1158.58, "word": " cannot", "probability": 0.53125}, {"start": 1158.58, "end": 1158.78, "word": " be", "probability": 0.82470703125}, {"start": 1158.78, "end": 1158.94, "word": " sent", "probability": 0.72119140625}, {"start": 1158.94, "end": 1159.16, "word": " to", "probability": 0.46923828125}, {"start": 1159.16, "end": 1159.28, "word": " the", "probability": 0.51123046875}, {"start": 1159.28, "end": 1159.6, "word": " set", "probability": 0.73828125}, {"start": 1159.6, "end": 1159.72, "word": " of", "probability": 0.439453125}, {"start": 1159.72, "end": 1159.96, "word": " arguments.", "probability": 0.76611328125}], "temperature": 1.0}, {"id": 46, "seek": 118367, "start": 1160.47, "end": 1183.67, "text": "The right way is that it sends to the activity, and the activity is sent to it. The setArguments only sends before it is created, and when it is created, it brings it to the getArguments. For example, it sends instead of the constructor. The constructor is only executed in the beginning. The setArguments and getArguments are only used in the beginning. Okay? Well, because the power is more, we make tabs.", "tokens": [2278, 558, 636, 307, 300, 309, 14790, 281, 264, 5191, 11, 293, 264, 5191, 307, 2279, 281, 309, 13, 440, 992, 10683, 70, 4697, 787, 14790, 949, 309, 307, 2942, 11, 293, 562, 309, 307, 2942, 11, 309, 5607, 309, 281, 264, 483, 10683, 70, 4697, 13, 1171, 1365, 11, 309, 14790, 2602, 295, 264, 47479, 13, 440, 47479, 307, 787, 17577, 294, 264, 2863, 13, 440, 992, 10683, 70, 4697, 293, 483, 10683, 70, 4697, 366, 787, 1143, 294, 264, 2863, 13, 1033, 30, 1042, 11, 570, 264, 1347, 307, 544, 11, 321, 652, 20743, 13], "avg_logprob": -0.5573979555344095, "compression_ratio": 1.919811320754717, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1160.47, "end": 1160.83, "word": "The", "probability": 0.1566162109375}, {"start": 1160.83, "end": 1161.11, "word": " right", "probability": 0.338623046875}, {"start": 1161.11, "end": 1161.51, "word": " way", "probability": 0.8291015625}, {"start": 1161.51, "end": 1161.75, "word": " is", "probability": 0.603515625}, {"start": 1161.75, "end": 1161.79, "word": " that", "probability": 0.2459716796875}, {"start": 1161.79, "end": 1162.07, "word": " it", "probability": 0.306884765625}, {"start": 1162.07, "end": 1162.27, "word": " sends", "probability": 0.685546875}, {"start": 1162.27, "end": 1162.43, "word": " to", "probability": 0.322509765625}, {"start": 1162.43, "end": 1162.51, "word": " the", "probability": 0.444580078125}, {"start": 1162.51, "end": 1162.87, "word": " activity,", "probability": 0.81591796875}, {"start": 1162.99, "end": 1163.05, "word": " and", "probability": 0.80615234375}, {"start": 1163.05, "end": 1163.11, "word": " the", "probability": 0.60009765625}, {"start": 1163.11, "end": 1163.31, "word": " activity", "probability": 0.921875}, {"start": 1163.31, "end": 1163.45, "word": " is", "probability": 0.1773681640625}, {"start": 1163.45, "end": 1163.65, "word": " sent", "probability": 0.223388671875}, {"start": 1163.65, "end": 1163.81, "word": " to", "probability": 0.86181640625}, {"start": 1163.81, "end": 1164.01, "word": " it.", "probability": 0.5908203125}, {"start": 1164.49, "end": 1164.59, "word": " The", "probability": 0.352783203125}, {"start": 1164.59, "end": 1165.17, "word": " setArguments", "probability": 0.4894866943359375}, {"start": 1165.17, "end": 1165.47, "word": " only", "probability": 0.41064453125}, {"start": 1165.47, "end": 1165.77, "word": " sends", "probability": 0.7548828125}, {"start": 1165.77, "end": 1166.15, "word": " before", "probability": 0.50634765625}, {"start": 1166.15, "end": 1166.31, "word": " it", "probability": 0.453857421875}, {"start": 1166.31, "end": 1166.51, "word": " is", "probability": 0.62255859375}, {"start": 1166.51, "end": 1166.69, "word": " created,", "probability": 0.29541015625}, {"start": 1166.93, "end": 1166.93, "word": " and", "probability": 0.76416015625}, {"start": 1166.93, "end": 1166.99, "word": " when", "probability": 0.54345703125}, {"start": 1166.99, "end": 1167.09, "word": " it", "probability": 0.82763671875}, {"start": 1167.09, "end": 1167.09, "word": " is", "probability": 0.289794921875}, {"start": 1167.09, "end": 1167.23, "word": " created,", "probability": 0.630859375}, {"start": 1167.37, "end": 1167.59, "word": " it", "probability": 0.8544921875}, {"start": 1167.59, "end": 1167.79, "word": " brings", "probability": 0.2335205078125}, {"start": 1167.79, "end": 1167.91, "word": " it", "probability": 0.6640625}, {"start": 1167.91, "end": 1168.17, "word": " to", "probability": 0.9111328125}, {"start": 1168.17, "end": 1169.15, "word": " the", "probability": 0.65869140625}, {"start": 1169.15, "end": 1169.65, "word": " getArguments.", "probability": 0.9002685546875}, {"start": 1169.69, "end": 1169.95, "word": " For", "probability": 0.350830078125}, {"start": 1169.95, "end": 1170.37, "word": " example,", "probability": 0.9130859375}, {"start": 1171.45, "end": 1171.45, "word": " it", "probability": 0.5244140625}, {"start": 1171.45, "end": 1171.45, "word": " sends", "probability": 0.2479248046875}, {"start": 1171.45, "end": 1172.27, "word": " instead", "probability": 0.2529296875}, {"start": 1172.27, "end": 1172.67, "word": " of", "probability": 0.9677734375}, {"start": 1172.67, "end": 1172.83, "word": " the", "probability": 0.41796875}, {"start": 1172.83, "end": 1173.21, "word": " constructor.", "probability": 0.951171875}, {"start": 1173.37, "end": 1173.49, "word": " The", "probability": 0.712890625}, {"start": 1173.49, "end": 1173.85, "word": " constructor", "probability": 0.92236328125}, {"start": 1173.85, "end": 1174.05, "word": " is", "probability": 0.740234375}, {"start": 1174.05, "end": 1174.47, "word": " only", "probability": 0.303955078125}, {"start": 1174.47, "end": 1174.89, "word": " executed", "probability": 0.60546875}, {"start": 1174.89, "end": 1174.89, "word": " in", "probability": 0.63134765625}, {"start": 1174.89, "end": 1174.89, "word": " the", "probability": 0.90673828125}, {"start": 1174.89, "end": 1174.89, "word": " beginning.", "probability": 0.65380859375}, {"start": 1175.47, "end": 1175.87, "word": " The", "probability": 0.396484375}, {"start": 1175.87, "end": 1176.47, "word": " setArguments", "probability": 0.966796875}, {"start": 1176.47, "end": 1176.61, "word": " and", "probability": 0.92333984375}, {"start": 1176.61, "end": 1177.23, "word": " getArguments", "probability": 0.8883056640625}, {"start": 1177.23, "end": 1177.57, "word": " are", "probability": 0.7724609375}, {"start": 1177.57, "end": 1178.39, "word": " only", "probability": 0.70849609375}, {"start": 1178.39, "end": 1178.39, "word": " used", "probability": 0.8369140625}, {"start": 1178.39, "end": 1178.55, "word": " in", "probability": 0.86767578125}, {"start": 1178.55, "end": 1178.61, "word": " the", "probability": 0.92138671875}, {"start": 1178.61, "end": 1178.83, "word": " beginning.", "probability": 0.9267578125}, {"start": 1180.05, "end": 1180.19, "word": " Okay?", "probability": 0.177734375}, {"start": 1181.91, "end": 1182.11, "word": " Well,", "probability": 0.13916015625}, {"start": 1182.17, "end": 1182.41, "word": " because", "probability": 0.53271484375}, {"start": 1182.41, "end": 1182.55, "word": " the", "probability": 0.201416015625}, {"start": 1182.55, "end": 1182.75, "word": " power", "probability": 0.1575927734375}, {"start": 1182.75, "end": 1182.83, "word": " is", "probability": 0.82861328125}, {"start": 1182.83, "end": 1183.03, "word": " more,", "probability": 0.5146484375}, {"start": 1183.15, "end": 1183.17, "word": " we", "probability": 0.779296875}, {"start": 1183.17, "end": 1183.29, "word": " make", "probability": 0.3759765625}, {"start": 1183.29, "end": 1183.67, "word": " tabs.", "probability": 0.82080078125}], "temperature": 1.0}, {"id": 47, "seek": 121194, "start": 1185.06, "end": 1211.94, "text": " Ok guys, to create a tab, the tab is also very simple, you go to the main activity, where do we put the tab? Usually the tab comes up, so it comes before the view pager, and by the way it is available in direct drop, it comes here and adds what? tab, tab layout, do you see it? tab layout, because the word that follows", "tokens": [3477, 1074, 11, 281, 1884, 257, 4421, 11, 264, 4421, 307, 611, 588, 2199, 11, 291, 352, 281, 264, 2135, 5191, 11, 689, 360, 321, 829, 264, 4421, 30, 11419, 264, 4421, 1487, 493, 11, 370, 309, 1487, 949, 264, 1910, 280, 3557, 11, 293, 538, 264, 636, 309, 307, 2435, 294, 2047, 3270, 11, 309, 1487, 510, 293, 10860, 437, 30, 4421, 11, 4421, 13333, 11, 360, 291, 536, 309, 30, 4421, 13333, 11, 570, 264, 1349, 300, 10002], "avg_logprob": -0.6176697766339337, "compression_ratio": 1.6494845360824741, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1185.06, "end": 1185.38, "word": " Ok", "probability": 0.298583984375}, {"start": 1185.38, "end": 1186.04, "word": " guys,", "probability": 0.59033203125}, {"start": 1186.06, "end": 1186.92, "word": " to", "probability": 0.4931640625}, {"start": 1186.92, "end": 1187.22, "word": " create", "probability": 0.475341796875}, {"start": 1187.22, "end": 1187.38, "word": " a", "probability": 0.68359375}, {"start": 1187.38, "end": 1187.64, "word": " tab,", "probability": 0.8798828125}, {"start": 1187.74, "end": 1187.98, "word": " the", "probability": 0.2081298828125}, {"start": 1187.98, "end": 1188.14, "word": " tab", "probability": 0.8740234375}, {"start": 1188.14, "end": 1188.38, "word": " is", "probability": 0.83154296875}, {"start": 1188.38, "end": 1188.4, "word": " also", "probability": 0.308349609375}, {"start": 1188.4, "end": 1188.4, "word": " very", "probability": 0.6884765625}, {"start": 1188.4, "end": 1188.68, "word": " simple,", "probability": 0.57666015625}, {"start": 1189.64, "end": 1189.7, "word": " you", "probability": 0.40234375}, {"start": 1189.7, "end": 1189.88, "word": " go", "probability": 0.75341796875}, {"start": 1189.88, "end": 1190.0, "word": " to", "probability": 0.939453125}, {"start": 1190.0, "end": 1190.12, "word": " the", "probability": 0.498779296875}, {"start": 1190.12, "end": 1190.2, "word": " main", "probability": 0.62890625}, {"start": 1190.2, "end": 1190.74, "word": " activity,", "probability": 0.89013671875}, {"start": 1190.98, "end": 1191.16, "word": " where", "probability": 0.62255859375}, {"start": 1191.16, "end": 1191.26, "word": " do", "probability": 0.41552734375}, {"start": 1191.26, "end": 1191.3, "word": " we", "probability": 0.34521484375}, {"start": 1191.3, "end": 1191.5, "word": " put", "probability": 0.68896484375}, {"start": 1191.5, "end": 1191.66, "word": " the", "probability": 0.83203125}, {"start": 1191.66, "end": 1191.9, "word": " tab?", "probability": 0.91845703125}, {"start": 1193.06, "end": 1193.5, "word": " Usually", "probability": 0.477294921875}, {"start": 1193.5, "end": 1193.92, "word": " the", "probability": 0.48828125}, {"start": 1193.92, "end": 1194.1, "word": " tab", "probability": 0.9189453125}, {"start": 1194.1, "end": 1194.1, "word": " comes", "probability": 0.3271484375}, {"start": 1194.1, "end": 1194.38, "word": " up,", "probability": 0.44482421875}, {"start": 1194.88, "end": 1195.42, "word": " so", "probability": 0.316650390625}, {"start": 1195.42, "end": 1195.86, "word": " it", "probability": 0.365234375}, {"start": 1195.86, "end": 1196.02, "word": " comes", "probability": 0.68310546875}, {"start": 1196.02, "end": 1196.28, "word": " before", "probability": 0.4033203125}, {"start": 1196.28, "end": 1196.44, "word": " the", "probability": 0.69140625}, {"start": 1196.44, "end": 1196.6, "word": " view", "probability": 0.78125}, {"start": 1196.6, "end": 1197.02, "word": " pager,", "probability": 0.6353759765625}, {"start": 1198.04, "end": 1198.42, "word": " and", "probability": 0.271240234375}, {"start": 1198.42, "end": 1198.8, "word": " by", "probability": 0.362548828125}, {"start": 1198.8, "end": 1198.98, "word": " the", "probability": 0.93310546875}, {"start": 1198.98, "end": 1199.0, "word": " way", "probability": 0.95654296875}, {"start": 1199.0, "end": 1199.0, "word": " it", "probability": 0.5068359375}, {"start": 1199.0, "end": 1199.0, "word": " is", "probability": 0.68212890625}, {"start": 1199.0, "end": 1199.0, "word": " available", "probability": 0.27978515625}, {"start": 1199.0, "end": 1199.18, "word": " in", "probability": 0.498779296875}, {"start": 1199.18, "end": 1199.32, "word": " direct", "probability": 0.11920166015625}, {"start": 1199.32, "end": 1199.64, "word": " drop,", "probability": 0.484130859375}, {"start": 1200.86, "end": 1201.22, "word": " it", "probability": 0.669921875}, {"start": 1201.22, "end": 1201.42, "word": " comes", "probability": 0.802734375}, {"start": 1201.42, "end": 1201.8, "word": " here", "probability": 0.8330078125}, {"start": 1201.8, "end": 1202.16, "word": " and", "probability": 0.7451171875}, {"start": 1202.16, "end": 1202.76, "word": " adds", "probability": 0.56103515625}, {"start": 1202.76, "end": 1203.14, "word": " what?", "probability": 0.273193359375}, {"start": 1203.44, "end": 1203.6, "word": " tab,", "probability": 0.49755859375}, {"start": 1203.76, "end": 1205.92, "word": " tab", "probability": 0.78564453125}, {"start": 1205.92, "end": 1206.8, "word": " layout,", "probability": 0.94140625}, {"start": 1206.98, "end": 1207.14, "word": " do", "probability": 0.201416015625}, {"start": 1207.14, "end": 1207.18, "word": " you", "probability": 0.9716796875}, {"start": 1207.18, "end": 1207.46, "word": " see", "probability": 0.9287109375}, {"start": 1207.46, "end": 1207.68, "word": " it?", "probability": 0.51806640625}, {"start": 1208.08, "end": 1208.42, "word": " tab", "probability": 0.642578125}, {"start": 1208.42, "end": 1208.88, "word": " layout,", "probability": 0.98388671875}, {"start": 1210.32, "end": 1210.52, "word": " because", "probability": 0.52685546875}, {"start": 1210.52, "end": 1211.36, "word": " the", "probability": 0.71533203125}, {"start": 1211.36, "end": 1211.58, "word": " word", "probability": 0.357666015625}, {"start": 1211.58, "end": 1211.68, "word": " that", "probability": 0.4501953125}, {"start": 1211.68, "end": 1211.94, "word": " follows", "probability": 0.44140625}], "temperature": 1.0}, {"id": 48, "seek": 122552, "start": 1213.56, "end": 1225.52, "text": " I don't know, I want to say constraint, height, wrap, content, according to the existing text. Now, of course, you need to complete the constraints, top,", "tokens": [286, 500, 380, 458, 11, 286, 528, 281, 584, 25534, 11, 6681, 11, 7019, 11, 2701, 11, 4650, 281, 264, 6741, 2487, 13, 823, 11, 295, 1164, 11, 291, 643, 281, 3566, 264, 18491, 11, 1192, 11], "avg_logprob": -0.8071546084002444, "compression_ratio": 1.3162393162393162, "no_speech_prob": 2.7418136596679688e-06, "words": [{"start": 1213.56, "end": 1213.76, "word": " I", "probability": 0.2391357421875}, {"start": 1213.76, "end": 1213.76, "word": " don't", "probability": 0.58819580078125}, {"start": 1213.76, "end": 1213.96, "word": " know,", "probability": 0.84814453125}, {"start": 1214.14, "end": 1214.3, "word": " I", "probability": 0.53564453125}, {"start": 1214.3, "end": 1214.44, "word": " want", "probability": 0.1734619140625}, {"start": 1214.44, "end": 1214.46, "word": " to", "probability": 0.9521484375}, {"start": 1214.46, "end": 1214.64, "word": " say", "probability": 0.56005859375}, {"start": 1214.64, "end": 1215.26, "word": " constraint,", "probability": 0.1971435546875}, {"start": 1215.42, "end": 1216.14, "word": " height,", "probability": 0.493896484375}, {"start": 1217.2, "end": 1217.52, "word": " wrap,", "probability": 0.45947265625}, {"start": 1217.82, "end": 1218.24, "word": " content,", "probability": 0.94677734375}, {"start": 1218.32, "end": 1218.5, "word": " according", "probability": 0.5126953125}, {"start": 1218.5, "end": 1218.74, "word": " to", "probability": 0.9580078125}, {"start": 1218.74, "end": 1218.78, "word": " the", "probability": 0.69970703125}, {"start": 1218.78, "end": 1219.48, "word": " existing", "probability": 0.14990234375}, {"start": 1219.48, "end": 1220.04, "word": " text.", "probability": 0.60400390625}, {"start": 1221.82, "end": 1222.22, "word": " Now,", "probability": 0.435791015625}, {"start": 1222.34, "end": 1222.44, "word": " of", "probability": 0.445068359375}, {"start": 1222.44, "end": 1222.5, "word": " course,", "probability": 0.94482421875}, {"start": 1222.72, "end": 1222.8, "word": " you", "probability": 0.4072265625}, {"start": 1222.8, "end": 1222.96, "word": " need", "probability": 0.33984375}, {"start": 1222.96, "end": 1223.06, "word": " to", "probability": 0.9658203125}, {"start": 1223.06, "end": 1223.34, "word": " complete", "probability": 0.4150390625}, {"start": 1223.34, "end": 1223.46, "word": " the", "probability": 0.479736328125}, {"start": 1223.46, "end": 1224.02, "word": " constraints,", "probability": 0.491943359375}, {"start": 1224.62, "end": 1225.52, "word": " top,", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 49, "seek": 124920, "start": 1242.42, "end": 1249.2, "text": " The view pager should be at the bottom. Top to bottom off.", "tokens": [440, 1910, 280, 3557, 820, 312, 412, 264, 2767, 13, 8840, 281, 2767, 766, 13], "avg_logprob": -0.7768554612994194, "compression_ratio": 0.9833333333333333, "no_speech_prob": 0.0, "words": [{"start": 1242.42, "end": 1242.9, "word": " The", "probability": 0.408203125}, {"start": 1242.9, "end": 1243.04, "word": " view", "probability": 0.50537109375}, {"start": 1243.04, "end": 1243.46, "word": " pager", "probability": 0.5338134765625}, {"start": 1243.46, "end": 1243.64, "word": " should", "probability": 0.400390625}, {"start": 1243.64, "end": 1243.8, "word": " be", "probability": 0.7255859375}, {"start": 1243.8, "end": 1243.98, "word": " at", "probability": 0.1749267578125}, {"start": 1243.98, "end": 1244.1, "word": " the", "probability": 0.85595703125}, {"start": 1244.1, "end": 1244.1, "word": " bottom.", "probability": 0.7470703125}, {"start": 1247.44, "end": 1248.04, "word": " Top", "probability": 0.5009765625}, {"start": 1248.04, "end": 1248.52, "word": " to", "probability": 0.84765625}, {"start": 1248.52, "end": 1248.82, "word": " bottom", "probability": 0.83349609375}, {"start": 1248.82, "end": 1249.2, "word": " off.", "probability": 0.658203125}], "temperature": 1.0}, {"id": 50, "seek": 129455, "start": 1267.77, "end": 1294.55, "text": " Ok, we finished the tab, but as you can see guys, it added a tab layout above the viewpager Now from the code, who asked me about it in the previous lecture, he said it didn't work with him, did it work or not yet? Ok, now let's bring the tab layout, this is the tab, and then find view by id r.id.tab", "tokens": [3477, 11, 321, 4335, 264, 4421, 11, 457, 382, 291, 393, 536, 1074, 11, 309, 3869, 257, 4421, 13333, 3673, 264, 1910, 79, 3557, 823, 490, 264, 3089, 11, 567, 2351, 385, 466, 309, 294, 264, 3894, 7991, 11, 415, 848, 309, 994, 380, 589, 365, 796, 11, 630, 309, 589, 420, 406, 1939, 30, 3477, 11, 586, 718, 311, 1565, 264, 4421, 13333, 11, 341, 307, 264, 4421, 11, 293, 550, 915, 1910, 538, 4496, 367, 13, 327, 13, 83, 455], "avg_logprob": -0.5173192842897162, "compression_ratio": 1.556701030927835, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1267.77, "end": 1268.05, "word": " Ok,", "probability": 0.26904296875}, {"start": 1268.27, "end": 1268.43, "word": " we", "probability": 0.611328125}, {"start": 1268.43, "end": 1268.67, "word": " finished", "probability": 0.294677734375}, {"start": 1268.67, "end": 1268.89, "word": " the", "probability": 0.55859375}, {"start": 1268.89, "end": 1269.11, "word": " tab,", "probability": 0.88623046875}, {"start": 1269.53, "end": 1269.89, "word": " but", "probability": 0.703125}, {"start": 1269.89, "end": 1269.99, "word": " as", "probability": 0.09912109375}, {"start": 1269.99, "end": 1269.99, "word": " you", "probability": 0.95654296875}, {"start": 1269.99, "end": 1270.17, "word": " can", "probability": 0.63818359375}, {"start": 1270.17, "end": 1270.23, "word": " see", "probability": 0.935546875}, {"start": 1270.23, "end": 1270.83, "word": " guys,", "probability": 0.51953125}, {"start": 1271.05, "end": 1271.05, "word": " it", "probability": 0.59375}, {"start": 1271.05, "end": 1271.31, "word": " added", "probability": 0.6572265625}, {"start": 1271.31, "end": 1272.09, "word": " a", "probability": 0.51611328125}, {"start": 1272.09, "end": 1272.29, "word": " tab", "probability": 0.81787109375}, {"start": 1272.29, "end": 1272.67, "word": " layout", "probability": 0.96533203125}, {"start": 1272.67, "end": 1273.05, "word": " above", "probability": 0.385009765625}, {"start": 1273.05, "end": 1273.21, "word": " the", "probability": 0.763671875}, {"start": 1273.21, "end": 1273.71, "word": " viewpager", "probability": 0.701904296875}, {"start": 1273.71, "end": 1274.99, "word": " Now", "probability": 0.358154296875}, {"start": 1274.99, "end": 1275.15, "word": " from", "probability": 0.470458984375}, {"start": 1275.15, "end": 1275.29, "word": " the", "probability": 0.87841796875}, {"start": 1275.29, "end": 1275.65, "word": " code,", "probability": 0.94189453125}, {"start": 1278.07, "end": 1278.27, "word": " who", "probability": 0.5732421875}, {"start": 1278.27, "end": 1278.43, "word": " asked", "probability": 0.85595703125}, {"start": 1278.43, "end": 1278.61, "word": " me", "probability": 0.8505859375}, {"start": 1278.61, "end": 1278.71, "word": " about", "probability": 0.34326171875}, {"start": 1278.71, "end": 1278.77, "word": " it", "probability": 0.380126953125}, {"start": 1278.77, "end": 1278.85, "word": " in", "probability": 0.452392578125}, {"start": 1278.85, "end": 1278.89, "word": " the", "probability": 0.775390625}, {"start": 1278.89, "end": 1278.91, "word": " previous", "probability": 0.435302734375}, {"start": 1278.91, "end": 1279.13, "word": " lecture,", "probability": 0.83251953125}, {"start": 1279.41, "end": 1279.55, "word": " he", "probability": 0.3056640625}, {"start": 1279.55, "end": 1279.55, "word": " said", "probability": 0.72607421875}, {"start": 1279.55, "end": 1279.69, "word": " it", "probability": 0.61474609375}, {"start": 1279.69, "end": 1279.71, "word": " didn't", "probability": 0.6309814453125}, {"start": 1279.71, "end": 1279.89, "word": " work", "probability": 0.57861328125}, {"start": 1279.89, "end": 1280.03, "word": " with", "probability": 0.357177734375}, {"start": 1280.03, "end": 1280.23, "word": " him,", "probability": 0.61083984375}, {"start": 1280.31, "end": 1280.49, "word": " did", "probability": 0.44482421875}, {"start": 1280.49, "end": 1280.69, "word": " it", "probability": 0.92919921875}, {"start": 1280.69, "end": 1280.69, "word": " work", "probability": 0.81494140625}, {"start": 1280.69, "end": 1280.85, "word": " or", "probability": 0.66357421875}, {"start": 1280.85, "end": 1281.09, "word": " not", "probability": 0.65966796875}, {"start": 1281.09, "end": 1281.09, "word": " yet?", "probability": 0.395263671875}, {"start": 1282.13, "end": 1282.59, "word": " Ok,", "probability": 0.4375}, {"start": 1283.51, "end": 1284.35, "word": " now", "probability": 0.85693359375}, {"start": 1284.35, "end": 1284.93, "word": " let's", "probability": 0.6435546875}, {"start": 1284.93, "end": 1285.39, "word": " bring", "probability": 0.4755859375}, {"start": 1285.39, "end": 1285.59, "word": " the", "probability": 0.68798828125}, {"start": 1285.59, "end": 1285.81, "word": " tab", "probability": 0.943359375}, {"start": 1285.81, "end": 1286.25, "word": " layout,", "probability": 0.98828125}, {"start": 1287.03, "end": 1288.35, "word": " this", "probability": 0.6455078125}, {"start": 1288.35, "end": 1288.39, "word": " is", "probability": 0.92919921875}, {"start": 1288.39, "end": 1288.47, "word": " the", "probability": 0.407958984375}, {"start": 1288.47, "end": 1288.75, "word": " tab,", "probability": 0.96240234375}, {"start": 1289.69, "end": 1290.91, "word": " and", "probability": 0.6220703125}, {"start": 1290.91, "end": 1291.15, "word": " then", "probability": 0.72900390625}, {"start": 1291.15, "end": 1291.57, "word": " find", "probability": 0.857421875}, {"start": 1291.57, "end": 1291.95, "word": " view", "probability": 0.262939453125}, {"start": 1291.95, "end": 1292.19, "word": " by", "probability": 0.921875}, {"start": 1292.19, "end": 1292.63, "word": " id", "probability": 0.60595703125}, {"start": 1292.63, "end": 1293.29, "word": " r", "probability": 0.495361328125}, {"start": 1293.29, "end": 1293.91, "word": ".id", "probability": 0.8974609375}, {"start": 1293.91, "end": 1294.55, "word": ".tab", "probability": 0.9430338541666666}], "temperature": 1.0}, {"id": 51, "seek": 132682, "start": 1303.76, "end": 1326.82, "text": " Now, there are two things in the tab. The first thing is that you add elements to it. The first thing is that you add elements to the view pager. You create a view pager, you put fragments in it, three or four screens or whatever. Then you say tab.setupwithviewpager. Do you see it? Setup with view pager. What does it give us?", "tokens": [823, 11, 456, 366, 732, 721, 294, 264, 4421, 13, 440, 700, 551, 307, 300, 291, 909, 4959, 281, 309, 13, 440, 700, 551, 307, 300, 291, 909, 4959, 281, 264, 1910, 280, 3557, 13, 509, 1884, 257, 1910, 280, 3557, 11, 291, 829, 29197, 294, 309, 11, 1045, 420, 1451, 11171, 420, 2035, 13, 1396, 291, 584, 4421, 13, 3854, 1010, 11820, 1759, 79, 3557, 13, 1144, 291, 536, 309, 30, 8928, 1010, 365, 1910, 280, 3557, 13, 708, 775, 309, 976, 505, 30], "avg_logprob": -0.5250726744186046, "compression_ratio": 1.8324022346368716, "no_speech_prob": 0.0, "words": [{"start": 1303.7600000000002, "end": 1304.1200000000001, "word": " Now,", "probability": 0.56591796875}, {"start": 1304.1200000000001, "end": 1304.48, "word": " there", "probability": 0.050323486328125}, {"start": 1304.48, "end": 1305.1, "word": " are", "probability": 0.79638671875}, {"start": 1305.1, "end": 1305.44, "word": " two", "probability": 0.80419921875}, {"start": 1305.44, "end": 1305.44, "word": " things", "probability": 0.64111328125}, {"start": 1305.44, "end": 1305.6, "word": " in", "probability": 0.57080078125}, {"start": 1305.6, "end": 1305.7, "word": " the", "probability": 0.480712890625}, {"start": 1305.7, "end": 1305.82, "word": " tab.", "probability": 0.79541015625}, {"start": 1305.88, "end": 1306.08, "word": " The", "probability": 0.337646484375}, {"start": 1306.08, "end": 1306.08, "word": " first", "probability": 0.8701171875}, {"start": 1306.08, "end": 1306.24, "word": " thing", "probability": 0.736328125}, {"start": 1306.24, "end": 1306.38, "word": " is", "probability": 0.59716796875}, {"start": 1306.38, "end": 1306.38, "word": " that", "probability": 0.314208984375}, {"start": 1306.38, "end": 1306.54, "word": " you", "probability": 0.8447265625}, {"start": 1306.54, "end": 1306.9, "word": " add", "probability": 0.52099609375}, {"start": 1306.9, "end": 1308.76, "word": " elements", "probability": 0.654296875}, {"start": 1308.76, "end": 1309.2, "word": " to", "probability": 0.57080078125}, {"start": 1309.2, "end": 1309.28, "word": " it.", "probability": 0.8369140625}, {"start": 1310.0, "end": 1310.36, "word": " The", "probability": 0.498046875}, {"start": 1310.36, "end": 1310.54, "word": " first", "probability": 0.79736328125}, {"start": 1310.54, "end": 1310.68, "word": " thing", "probability": 0.85986328125}, {"start": 1310.68, "end": 1310.8, "word": " is", "probability": 0.252197265625}, {"start": 1310.8, "end": 1310.8, "word": " that", "probability": 0.5947265625}, {"start": 1310.8, "end": 1310.94, "word": " you", "probability": 0.57861328125}, {"start": 1310.94, "end": 1311.18, "word": " add", "probability": 0.23046875}, {"start": 1311.18, "end": 1311.32, "word": " elements", "probability": 0.366455078125}, {"start": 1311.32, "end": 1311.42, "word": " to", "probability": 0.7568359375}, {"start": 1311.42, "end": 1311.5, "word": " the", "probability": 0.57421875}, {"start": 1311.5, "end": 1311.66, "word": " view", "probability": 0.716796875}, {"start": 1311.66, "end": 1311.96, "word": " pager.", "probability": 0.77001953125}, {"start": 1312.08, "end": 1312.22, "word": " You", "probability": 0.63720703125}, {"start": 1312.22, "end": 1312.52, "word": " create", "probability": 0.07781982421875}, {"start": 1312.52, "end": 1312.64, "word": " a", "probability": 0.943359375}, {"start": 1312.64, "end": 1312.8, "word": " view", "probability": 0.845703125}, {"start": 1312.8, "end": 1313.06, "word": " pager,", "probability": 0.924072265625}, {"start": 1313.14, "end": 1313.18, "word": " you", "probability": 0.34423828125}, {"start": 1313.18, "end": 1313.34, "word": " put", "probability": 0.3681640625}, {"start": 1313.34, "end": 1314.0, "word": " fragments", "probability": 0.495361328125}, {"start": 1314.0, "end": 1314.18, "word": " in", "probability": 0.409423828125}, {"start": 1314.18, "end": 1314.28, "word": " it,", "probability": 0.90087890625}, {"start": 1314.76, "end": 1315.1, "word": " three", "probability": 0.6494140625}, {"start": 1315.1, "end": 1315.28, "word": " or", "probability": 0.471435546875}, {"start": 1315.28, "end": 1315.9, "word": " four", "probability": 0.92626953125}, {"start": 1315.9, "end": 1315.9, "word": " screens", "probability": 0.75830078125}, {"start": 1315.9, "end": 1316.06, "word": " or", "probability": 0.477783203125}, {"start": 1316.06, "end": 1316.26, "word": " whatever.", "probability": 0.395751953125}, {"start": 1316.34, "end": 1316.52, "word": " Then", "probability": 0.7373046875}, {"start": 1316.52, "end": 1316.68, "word": " you", "probability": 0.77734375}, {"start": 1316.68, "end": 1316.84, "word": " say", "probability": 0.69189453125}, {"start": 1316.84, "end": 1318.28, "word": " tab", "probability": 0.46630859375}, {"start": 1318.28, "end": 1322.6, "word": ".setupwithviewpager.", "probability": 0.7532435825892857}, {"start": 1322.78, "end": 1322.78, "word": " Do", "probability": 0.3193359375}, {"start": 1322.78, "end": 1322.78, "word": " you", "probability": 0.970703125}, {"start": 1322.78, "end": 1322.98, "word": " see", "probability": 0.8359375}, {"start": 1322.98, "end": 1323.44, "word": " it?", "probability": 0.50390625}, {"start": 1323.7, "end": 1324.06, "word": " Setup", "probability": 0.599853515625}, {"start": 1324.06, "end": 1324.92, "word": " with", "probability": 0.77001953125}, {"start": 1324.92, "end": 1325.46, "word": " view", "probability": 0.82861328125}, {"start": 1325.46, "end": 1325.82, "word": " pager.", "probability": 0.7587890625}, {"start": 1326.34, "end": 1326.52, "word": " What", "probability": 0.4169921875}, {"start": 1326.52, "end": 1326.52, "word": " does", "probability": 0.646484375}, {"start": 1326.52, "end": 1326.52, "word": " it", "probability": 0.857421875}, {"start": 1326.52, "end": 1326.66, "word": " give", "probability": 0.7998046875}, {"start": 1326.66, "end": 1326.82, "word": " us?", "probability": 0.826171875}], "temperature": 1.0}, {"id": 52, "seek": 135215, "start": 1332.91, "end": 1352.15, "text": " So if the pager has 5 screens, it will show you how many tabs you have. If you click on the tab, it will open the screen for you. That's it, we're done. Let's run it. Update, don't be sad. Of course, keep in mind that there is a small thing, which is the tabs.", "tokens": [407, 498, 264, 280, 3557, 575, 1025, 11171, 11, 309, 486, 855, 291, 577, 867, 20743, 291, 362, 13, 759, 291, 2052, 322, 264, 4421, 11, 309, 486, 1269, 264, 2568, 337, 291, 13, 663, 311, 309, 11, 321, 434, 1096, 13, 961, 311, 1190, 309, 13, 28923, 11, 500, 380, 312, 4227, 13, 2720, 1164, 11, 1066, 294, 1575, 300, 456, 307, 257, 1359, 551, 11, 597, 307, 264, 20743, 13], "avg_logprob": -0.5916095955731118, "compression_ratio": 1.4745762711864407, "no_speech_prob": 3.4570693969726562e-06, "words": [{"start": 1332.9099999999999, "end": 1333.33, "word": " So", "probability": 0.08160400390625}, {"start": 1333.33, "end": 1333.75, "word": " if", "probability": 0.31103515625}, {"start": 1333.75, "end": 1333.97, "word": " the", "probability": 0.408935546875}, {"start": 1333.97, "end": 1334.23, "word": " pager", "probability": 0.705078125}, {"start": 1334.23, "end": 1334.55, "word": " has", "probability": 0.841796875}, {"start": 1334.55, "end": 1334.95, "word": " 5", "probability": 0.66357421875}, {"start": 1334.95, "end": 1335.27, "word": " screens,", "probability": 0.8271484375}, {"start": 1335.93, "end": 1336.25, "word": " it", "probability": 0.4931640625}, {"start": 1336.25, "end": 1336.29, "word": " will", "probability": 0.5576171875}, {"start": 1336.29, "end": 1336.47, "word": " show", "probability": 0.64306640625}, {"start": 1336.47, "end": 1336.69, "word": " you", "probability": 0.5595703125}, {"start": 1336.69, "end": 1336.87, "word": " how", "probability": 0.61669921875}, {"start": 1336.87, "end": 1336.99, "word": " many", "probability": 0.89501953125}, {"start": 1336.99, "end": 1337.25, "word": " tabs", "probability": 0.60546875}, {"start": 1337.25, "end": 1337.63, "word": " you", "probability": 0.4912109375}, {"start": 1337.63, "end": 1337.63, "word": " have.", "probability": 0.8984375}, {"start": 1338.23, "end": 1338.65, "word": " If", "probability": 0.11431884765625}, {"start": 1338.65, "end": 1339.41, "word": " you", "probability": 0.93896484375}, {"start": 1339.41, "end": 1339.53, "word": " click", "probability": 0.5283203125}, {"start": 1339.53, "end": 1339.69, "word": " on", "probability": 0.80712890625}, {"start": 1339.69, "end": 1339.83, "word": " the", "probability": 0.6953125}, {"start": 1339.83, "end": 1340.05, "word": " tab,", "probability": 0.755859375}, {"start": 1340.17, "end": 1340.17, "word": " it", "probability": 0.640625}, {"start": 1340.17, "end": 1340.21, "word": " will", "probability": 0.7421875}, {"start": 1340.21, "end": 1340.39, "word": " open", "probability": 0.440673828125}, {"start": 1340.39, "end": 1340.75, "word": " the", "probability": 0.488525390625}, {"start": 1340.75, "end": 1341.15, "word": " screen", "probability": 0.6142578125}, {"start": 1341.15, "end": 1341.27, "word": " for", "probability": 0.367431640625}, {"start": 1341.27, "end": 1341.47, "word": " you.", "probability": 0.9638671875}, {"start": 1343.39, "end": 1343.81, "word": " That's", "probability": 0.54913330078125}, {"start": 1343.81, "end": 1343.87, "word": " it,", "probability": 0.81689453125}, {"start": 1344.35, "end": 1344.35, "word": " we're", "probability": 0.524169921875}, {"start": 1344.35, "end": 1344.65, "word": " done.", "probability": 0.87353515625}, {"start": 1345.13, "end": 1345.33, "word": " Let's", "probability": 0.57574462890625}, {"start": 1345.33, "end": 1345.71, "word": " run", "probability": 0.5888671875}, {"start": 1345.71, "end": 1347.13, "word": " it.", "probability": 0.492919921875}, {"start": 1347.31, "end": 1347.31, "word": " Update,", "probability": 0.29248046875}, {"start": 1349.11, "end": 1349.31, "word": " don't", "probability": 0.763427734375}, {"start": 1349.31, "end": 1349.53, "word": " be", "probability": 0.583984375}, {"start": 1349.53, "end": 1349.61, "word": " sad.", "probability": 0.466064453125}, {"start": 1350.05, "end": 1350.19, "word": " Of", "probability": 0.3974609375}, {"start": 1350.19, "end": 1350.25, "word": " course,", "probability": 0.94921875}, {"start": 1350.43, "end": 1350.55, "word": " keep", "probability": 0.2423095703125}, {"start": 1350.55, "end": 1350.73, "word": " in", "probability": 0.90771484375}, {"start": 1350.73, "end": 1350.73, "word": " mind", "probability": 0.89599609375}, {"start": 1350.73, "end": 1350.87, "word": " that", "probability": 0.45751953125}, {"start": 1350.87, "end": 1350.87, "word": " there", "probability": 0.85302734375}, {"start": 1350.87, "end": 1350.89, "word": " is", "probability": 0.7548828125}, {"start": 1350.89, "end": 1351.11, "word": " a", "probability": 0.5419921875}, {"start": 1351.11, "end": 1351.37, "word": " small", "probability": 0.7197265625}, {"start": 1351.37, "end": 1351.37, "word": " thing,", "probability": 0.55126953125}, {"start": 1351.69, "end": 1351.85, "word": " which", "probability": 0.771484375}, {"start": 1351.85, "end": 1351.95, "word": " is", "probability": 0.67041015625}, {"start": 1351.95, "end": 1352.03, "word": " the", "probability": 0.86474609375}, {"start": 1352.03, "end": 1352.15, "word": " tabs.", "probability": 0.302490234375}], "temperature": 1.0}, {"id": 53, "seek": 137444, "start": 1357.58, "end": 1374.44, "text": " By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty. By default it turns out to be empty", "tokens": [3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707, 13, 3146, 7576, 309, 4523, 484, 281, 312, 6707], "avg_logprob": -0.14819444656372072, "compression_ratio": 17.433962264150942, "no_speech_prob": 2.4199485778808594e-05, "words": [{"start": 1357.58, "end": 1357.86, "word": " By", "probability": 0.5859375}, {"start": 1357.86, "end": 1358.1, "word": " default", "probability": 0.9794921875}, {"start": 1358.1, "end": 1358.26, "word": " it", "probability": 0.57275390625}, {"start": 1358.26, "end": 1358.44, "word": " turns", "probability": 0.2109375}, {"start": 1358.44, "end": 1358.46, "word": " out", "probability": 0.79638671875}, {"start": 1358.46, "end": 1358.5, "word": " to", "probability": 0.57421875}, {"start": 1358.5, "end": 1358.5, "word": " be", "probability": 0.95263671875}, {"start": 1358.5, "end": 1358.78, "word": " empty.", "probability": 0.53173828125}, {"start": 1362.08, "end": 1362.36, "word": " By", "probability": 0.56689453125}, {"start": 1362.36, "end": 1362.68, "word": " default", "probability": 0.9794921875}, {"start": 1362.68, "end": 1362.86, "word": " it", "probability": 0.486083984375}, {"start": 1362.86, "end": 1362.94, "word": " turns", "probability": 0.64404296875}, {"start": 1362.94, "end": 1363.0, "word": " out", "probability": 0.8642578125}, {"start": 1363.0, "end": 1363.02, "word": " to", "probability": 0.8974609375}, {"start": 1363.02, "end": 1363.02, "word": " be", "probability": 0.94482421875}, {"start": 1363.02, "end": 1363.32, "word": " empty.", "probability": 0.447265625}, {"start": 1363.36, "end": 1363.36, "word": " By", "probability": 0.297119140625}, {"start": 1363.36, "end": 1363.36, "word": " default", "probability": 0.98583984375}, {"start": 1363.36, "end": 1363.36, "word": " it", "probability": 0.64208984375}, {"start": 1363.36, "end": 1363.36, "word": " turns", "probability": 0.7685546875}, {"start": 1363.36, "end": 1363.36, "word": " out", "probability": 0.8818359375}, {"start": 1363.36, "end": 1363.36, "word": " to", "probability": 0.947265625}, {"start": 1363.36, "end": 1363.36, "word": " be", "probability": 0.9521484375}, {"start": 1363.36, "end": 1363.36, "word": " empty.", "probability": 0.55126953125}, {"start": 1363.46, "end": 1363.46, "word": " By", "probability": 0.315185546875}, {"start": 1363.46, "end": 1363.46, "word": " default", "probability": 0.98779296875}, {"start": 1363.46, "end": 1363.46, "word": " it", "probability": 0.8056640625}, {"start": 1363.46, "end": 1363.46, "word": " turns", "probability": 0.84423828125}, {"start": 1363.46, "end": 1363.46, "word": " out", "probability": 0.89208984375}, {"start": 1363.46, "end": 1363.46, "word": " to", "probability": 0.9619140625}, {"start": 1363.46, "end": 1363.46, "word": " be", "probability": 0.958984375}, {"start": 1363.46, "end": 1363.46, "word": " empty.", "probability": 0.78857421875}, {"start": 1363.48, "end": 1363.48, "word": " By", "probability": 0.42626953125}, {"start": 1363.48, "end": 1363.48, "word": " default", "probability": 0.98876953125}, {"start": 1363.48, "end": 1363.48, "word": " it", "probability": 0.8388671875}, {"start": 1363.48, "end": 1363.48, "word": " turns", "probability": 0.85498046875}, {"start": 1363.48, "end": 1363.48, "word": " out", "probability": 0.89794921875}, {"start": 1363.48, "end": 1363.48, "word": " to", "probability": 0.96630859375}, {"start": 1363.48, "end": 1363.48, "word": " be", "probability": 0.96044921875}, {"start": 1363.48, "end": 1363.48, "word": " empty.", "probability": 0.8408203125}, {"start": 1363.48, "end": 1363.48, "word": " By", "probability": 0.497314453125}, {"start": 1363.48, "end": 1363.48, "word": " default", "probability": 0.98974609375}, {"start": 1363.48, "end": 1363.48, "word": " it", "probability": 0.8837890625}, {"start": 1363.48, "end": 1363.48, "word": " turns", "probability": 0.85595703125}, {"start": 1363.48, "end": 1363.48, "word": " out", "probability": 0.8984375}, {"start": 1363.48, "end": 1363.48, "word": " to", "probability": 0.96923828125}, {"start": 1363.48, "end": 1363.48, "word": " be", "probability": 0.9619140625}, {"start": 1363.48, "end": 1363.48, "word": " empty.", "probability": 0.84375}, {"start": 1363.64, "end": 1363.92, "word": " By", "probability": 0.548828125}, {"start": 1363.92, "end": 1364.02, "word": " default", "probability": 0.990234375}, {"start": 1364.02, "end": 1364.02, "word": " it", "probability": 0.91552734375}, {"start": 1364.02, "end": 1364.02, "word": " turns", "probability": 0.857421875}, {"start": 1364.02, "end": 1364.02, "word": " out", "probability": 0.8974609375}, {"start": 1364.02, "end": 1364.02, "word": " to", "probability": 0.970703125}, {"start": 1364.02, "end": 1364.02, "word": " be", "probability": 0.96240234375}, {"start": 1364.02, "end": 1364.02, "word": " empty.", "probability": 0.8447265625}, {"start": 1364.02, "end": 1364.18, "word": " By", "probability": 0.595703125}, {"start": 1364.18, "end": 1364.36, "word": " default", "probability": 0.99072265625}, {"start": 1364.36, "end": 1364.42, "word": " it", "probability": 0.93310546875}, {"start": 1364.42, "end": 1364.42, "word": " turns", "probability": 0.8564453125}, {"start": 1364.42, "end": 1364.42, "word": " out", "probability": 0.900390625}, {"start": 1364.42, "end": 1364.42, "word": " to", "probability": 0.97119140625}, {"start": 1364.42, "end": 1364.42, "word": " be", "probability": 0.96240234375}, {"start": 1364.42, "end": 1364.42, "word": " empty.", "probability": 0.84619140625}, {"start": 1364.42, "end": 1364.42, "word": " By", "probability": 0.63623046875}, {"start": 1364.42, "end": 1364.42, "word": " default", "probability": 0.99072265625}, {"start": 1364.42, "end": 1364.42, "word": " it", "probability": 0.94287109375}, {"start": 1364.42, "end": 1364.42, "word": " turns", "probability": 0.857421875}, {"start": 1364.42, "end": 1364.42, "word": " out", "probability": 0.8974609375}, {"start": 1364.42, "end": 1364.42, "word": " to", "probability": 0.9716796875}, {"start": 1364.42, "end": 1364.42, "word": " be", "probability": 0.96337890625}, {"start": 1364.42, "end": 1364.42, "word": " empty.", "probability": 0.8447265625}, {"start": 1364.42, "end": 1364.42, "word": " By", "probability": 0.67138671875}, {"start": 1364.42, "end": 1364.42, "word": " default", "probability": 0.9912109375}, {"start": 1364.42, "end": 1364.44, "word": " it", "probability": 0.94873046875}, {"start": 1364.44, "end": 1364.44, "word": " turns", "probability": 0.8564453125}, {"start": 1364.44, "end": 1364.44, "word": " out", "probability": 0.8974609375}, {"start": 1364.44, "end": 1364.44, "word": " to", "probability": 0.97265625}, {"start": 1364.44, "end": 1364.44, "word": " be", "probability": 0.96337890625}, {"start": 1364.44, "end": 1364.44, "word": " empty.", "probability": 0.8447265625}, {"start": 1364.44, "end": 1364.44, "word": " By", "probability": 0.70654296875}, {"start": 1364.44, "end": 1364.44, "word": " default", "probability": 0.99072265625}, {"start": 1364.44, "end": 1364.66, "word": " it", "probability": 0.95263671875}, {"start": 1364.66, "end": 1364.66, "word": " turns", "probability": 0.85791015625}, {"start": 1364.66, "end": 1364.66, "word": " out", "probability": 0.89892578125}, {"start": 1364.66, "end": 1364.66, "word": " to", "probability": 0.97216796875}, {"start": 1364.66, "end": 1364.66, "word": " be", "probability": 0.96484375}, {"start": 1364.66, "end": 1364.66, "word": " empty.", "probability": 0.84619140625}, {"start": 1364.66, "end": 1364.66, "word": " By", "probability": 0.73388671875}, {"start": 1364.66, "end": 1364.66, "word": " default", "probability": 0.99072265625}, {"start": 1364.66, "end": 1364.76, "word": " it", "probability": 0.95458984375}, {"start": 1364.76, "end": 1364.76, "word": " turns", "probability": 0.85888671875}, {"start": 1364.76, "end": 1364.76, "word": " out", "probability": 0.89892578125}, {"start": 1364.76, "end": 1364.76, "word": " to", "probability": 0.97216796875}, {"start": 1364.76, "end": 1364.76, "word": " be", "probability": 0.96484375}, {"start": 1364.76, "end": 1364.76, "word": " empty.", "probability": 0.84619140625}, {"start": 1364.76, "end": 1364.86, "word": " By", "probability": 0.75634765625}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.99072265625}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.9560546875}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.8603515625}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.97314453125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96337890625}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.84765625}, {"start": 1364.86, "end": 1364.86, "word": " By", "probability": 0.77978515625}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.9912109375}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.95556640625}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.861328125}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.97314453125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96337890625}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.849609375}, {"start": 1364.86, "end": 1364.86, "word": " By", "probability": 0.79296875}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.9912109375}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.95703125}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.86181640625}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.9736328125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96484375}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.85107421875}, {"start": 1364.86, "end": 1364.86, "word": " By", "probability": 0.80859375}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.9912109375}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.95751953125}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.8642578125}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.97314453125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96484375}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.8525390625}, {"start": 1364.86, "end": 1364.86, "word": " By", "probability": 0.82177734375}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.9912109375}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.95654296875}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.8642578125}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.97314453125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96484375}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.8525390625}, {"start": 1364.86, "end": 1364.86, "word": " By", "probability": 0.828125}, {"start": 1364.86, "end": 1364.86, "word": " default", "probability": 0.9912109375}, {"start": 1364.86, "end": 1364.86, "word": " it", "probability": 0.95703125}, {"start": 1364.86, "end": 1364.86, "word": " turns", "probability": 0.8662109375}, {"start": 1364.86, "end": 1364.86, "word": " out", "probability": 0.896484375}, {"start": 1364.86, "end": 1364.86, "word": " to", "probability": 0.97314453125}, {"start": 1364.86, "end": 1364.86, "word": " be", "probability": 0.96484375}, {"start": 1364.86, "end": 1364.86, "word": " empty.", "probability": 0.85595703125}, {"start": 1364.86, "end": 1364.88, "word": " By", "probability": 0.83447265625}, {"start": 1364.88, "end": 1365.0, "word": " default", "probability": 0.99169921875}, {"start": 1365.0, "end": 1365.1, "word": " it", "probability": 0.95703125}, {"start": 1365.1, "end": 1365.1, "word": " turns", "probability": 0.86767578125}, {"start": 1365.1, "end": 1365.1, "word": " out", "probability": 0.896484375}, {"start": 1365.1, "end": 1365.1, "word": " to", "probability": 0.9736328125}, {"start": 1365.1, "end": 1365.1, "word": " be", "probability": 0.96484375}, {"start": 1365.1, "end": 1365.1, "word": " empty.", "probability": 0.85595703125}, {"start": 1365.1, "end": 1365.34, "word": " By", "probability": 0.8388671875}, {"start": 1365.34, "end": 1365.34, "word": " default", "probability": 0.99169921875}, {"start": 1365.34, "end": 1365.34, "word": " it", "probability": 0.95849609375}, {"start": 1365.34, "end": 1365.34, "word": " turns", "probability": 0.8681640625}, {"start": 1365.34, "end": 1365.34, "word": " out", "probability": 0.896484375}, {"start": 1365.34, "end": 1365.34, "word": " to", "probability": 0.9736328125}, {"start": 1365.34, "end": 1365.44, "word": " be", "probability": 0.96484375}, {"start": 1365.44, "end": 1365.44, "word": " empty.", "probability": 0.85693359375}, {"start": 1365.78, "end": 1365.78, "word": " By", "probability": 0.84130859375}, {"start": 1365.78, "end": 1365.78, "word": " default", "probability": 0.99169921875}, {"start": 1365.78, "end": 1365.78, "word": " it", "probability": 0.95703125}, {"start": 1365.78, "end": 1365.78, "word": " turns", "probability": 0.86865234375}, {"start": 1365.78, "end": 1365.78, "word": " out", "probability": 0.896484375}, {"start": 1365.78, "end": 1365.78, "word": " to", "probability": 0.9736328125}, {"start": 1365.78, "end": 1365.78, "word": " be", "probability": 0.96484375}, {"start": 1365.78, "end": 1365.78, "word": " empty.", "probability": 0.857421875}, {"start": 1365.82, "end": 1365.82, "word": " By", "probability": 0.84228515625}, {"start": 1365.82, "end": 1365.82, "word": " default", "probability": 0.9921875}, {"start": 1365.82, "end": 1365.82, "word": " it", "probability": 0.95703125}, {"start": 1365.82, "end": 1365.82, "word": " turns", "probability": 0.87060546875}, {"start": 1365.82, "end": 1365.82, "word": " out", "probability": 0.896484375}, {"start": 1365.82, "end": 1365.82, "word": " to", "probability": 0.974609375}, {"start": 1365.82, "end": 1365.82, "word": " be", "probability": 0.96435546875}, {"start": 1365.82, "end": 1365.82, "word": " empty.", "probability": 0.85498046875}, {"start": 1366.08, "end": 1366.36, "word": " By", "probability": 0.84326171875}, {"start": 1366.36, "end": 1366.36, "word": " default", "probability": 0.9921875}, {"start": 1366.36, "end": 1366.36, "word": " it", "probability": 0.95654296875}, {"start": 1366.36, "end": 1366.36, "word": " turns", "probability": 0.87060546875}, {"start": 1366.36, "end": 1366.36, "word": " out", "probability": 0.8935546875}, {"start": 1366.36, "end": 1366.36, "word": " to", "probability": 0.974609375}, {"start": 1366.36, "end": 1366.36, "word": " be", "probability": 0.96337890625}, {"start": 1366.36, "end": 1366.36, "word": " empty.", "probability": 0.85205078125}, {"start": 1366.52, "end": 1366.8, "word": " By", "probability": 0.84228515625}, {"start": 1366.8, "end": 1366.94, "word": " default", "probability": 0.9921875}, {"start": 1366.94, "end": 1367.16, "word": " it", "probability": 0.95703125}, {"start": 1367.16, "end": 1367.3, "word": " turns", "probability": 0.87158203125}, {"start": 1367.3, "end": 1367.3, "word": " out", "probability": 0.89599609375}, {"start": 1367.3, "end": 1367.3, "word": " to", "probability": 0.974609375}, {"start": 1367.3, "end": 1367.3, "word": " be", "probability": 0.96435546875}, {"start": 1367.3, "end": 1367.3, "word": " empty.", "probability": 0.85009765625}, {"start": 1368.24, "end": 1368.52, "word": " By", "probability": 0.8408203125}, {"start": 1368.52, "end": 1371.62, "word": " default", "probability": 0.9921875}, {"start": 1371.62, "end": 1371.74, "word": " it", "probability": 0.9560546875}, {"start": 1371.74, "end": 1371.84, "word": " turns", "probability": 0.8701171875}, {"start": 1371.84, "end": 1371.98, "word": " out", "probability": 0.89453125}, {"start": 1371.98, "end": 1372.08, "word": " to", "probability": 0.97509765625}, {"start": 1372.08, "end": 1373.98, "word": " be", "probability": 0.96435546875}, {"start": 1373.98, "end": 1374.44, "word": " empty", "probability": 0.8486328125}], "temperature": 1.0}, {"id": 54, "seek": 140445, "start": 1381.45, "end": 1404.45, "text": " Ok guys, this tab is visible to me. Can you see this one up there? Because when you move, there is an indicator in red. And when you press like this, the tab is there, but there is no speech on it. So you either control the slide or the tab.", "tokens": [3477, 1074, 11, 341, 4421, 307, 8974, 281, 385, 13, 1664, 291, 536, 341, 472, 493, 456, 30, 1436, 562, 291, 1286, 11, 456, 307, 364, 16961, 294, 2182, 13, 400, 562, 291, 1886, 411, 341, 11, 264, 4421, 307, 456, 11, 457, 456, 307, 572, 6218, 322, 309, 13, 407, 291, 2139, 1969, 264, 4137, 420, 264, 4421, 13], "avg_logprob": -0.5655737587662993, "compression_ratio": 1.5612903225806452, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1381.45, "end": 1381.73, "word": " Ok", "probability": 0.376708984375}, {"start": 1381.73, "end": 1382.11, "word": " guys,", "probability": 0.66357421875}, {"start": 1382.41, "end": 1382.67, "word": " this", "probability": 0.56298828125}, {"start": 1382.67, "end": 1382.91, "word": " tab", "probability": 0.75341796875}, {"start": 1382.91, "end": 1383.01, "word": " is", "probability": 0.20361328125}, {"start": 1383.01, "end": 1383.25, "word": " visible", "probability": 0.22705078125}, {"start": 1383.25, "end": 1383.35, "word": " to", "probability": 0.355712890625}, {"start": 1383.35, "end": 1383.57, "word": " me.", "probability": 0.85595703125}, {"start": 1384.19, "end": 1384.73, "word": " Can", "probability": 0.2359619140625}, {"start": 1384.73, "end": 1385.43, "word": " you", "probability": 0.96875}, {"start": 1385.43, "end": 1385.71, "word": " see", "probability": 0.91552734375}, {"start": 1385.71, "end": 1385.99, "word": " this", "probability": 0.495849609375}, {"start": 1385.99, "end": 1386.13, "word": " one", "probability": 0.30419921875}, {"start": 1386.13, "end": 1386.25, "word": " up", "probability": 0.314697265625}, {"start": 1386.25, "end": 1386.77, "word": " there?", "probability": 0.5537109375}, {"start": 1386.93, "end": 1387.13, "word": " Because", "probability": 0.341552734375}, {"start": 1387.13, "end": 1387.35, "word": " when", "probability": 0.468017578125}, {"start": 1387.35, "end": 1387.73, "word": " you", "probability": 0.93701171875}, {"start": 1387.73, "end": 1388.07, "word": " move,", "probability": 0.93115234375}, {"start": 1388.43, "end": 1389.45, "word": " there", "probability": 0.7197265625}, {"start": 1389.45, "end": 1389.47, "word": " is", "probability": 0.7265625}, {"start": 1389.47, "end": 1389.59, "word": " an", "probability": 0.77099609375}, {"start": 1389.59, "end": 1390.01, "word": " indicator", "probability": 0.96240234375}, {"start": 1390.01, "end": 1390.51, "word": " in", "probability": 0.180908203125}, {"start": 1390.51, "end": 1391.47, "word": " red.", "probability": 0.689453125}, {"start": 1391.91, "end": 1392.25, "word": " And", "probability": 0.5537109375}, {"start": 1392.25, "end": 1392.53, "word": " when", "probability": 0.7177734375}, {"start": 1392.53, "end": 1392.99, "word": " you", "probability": 0.96240234375}, {"start": 1392.99, "end": 1393.19, "word": " press", "probability": 0.177001953125}, {"start": 1393.19, "end": 1393.49, "word": " like", "probability": 0.31884765625}, {"start": 1393.49, "end": 1393.57, "word": " this,", "probability": 0.69873046875}, {"start": 1393.65, "end": 1394.03, "word": " the", "probability": 0.344482421875}, {"start": 1394.03, "end": 1394.25, "word": " tab", "probability": 0.83154296875}, {"start": 1394.25, "end": 1394.35, "word": " is", "probability": 0.84912109375}, {"start": 1394.35, "end": 1394.61, "word": " there,", "probability": 0.279296875}, {"start": 1394.79, "end": 1394.97, "word": " but", "probability": 0.88916015625}, {"start": 1394.97, "end": 1395.45, "word": " there", "probability": 0.77783203125}, {"start": 1395.45, "end": 1395.49, "word": " is", "probability": 0.80908203125}, {"start": 1395.49, "end": 1395.59, "word": " no", "probability": 0.865234375}, {"start": 1395.59, "end": 1397.05, "word": " speech", "probability": 0.52392578125}, {"start": 1397.05, "end": 1397.25, "word": " on", "probability": 0.390625}, {"start": 1397.25, "end": 1397.45, "word": " it.", "probability": 0.9169921875}, {"start": 1400.73, "end": 1401.11, "word": " So", "probability": 0.6962890625}, {"start": 1401.11, "end": 1401.31, "word": " you", "probability": 0.400634765625}, {"start": 1401.31, "end": 1401.43, "word": " either", "probability": 0.8427734375}, {"start": 1401.43, "end": 1401.85, "word": " control", "probability": 0.576171875}, {"start": 1401.85, "end": 1402.05, "word": " the", "probability": 0.6396484375}, {"start": 1402.05, "end": 1402.47, "word": " slide", "probability": 0.921875}, {"start": 1402.47, "end": 1403.61, "word": " or", "probability": 0.73974609375}, {"start": 1403.61, "end": 1404.17, "word": " the", "probability": 0.364013671875}, {"start": 1404.17, "end": 1404.45, "word": " tab.", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 55, "seek": 143295, "start": 1405.97, "end": 1432.95, "text": " They tell us how to put the text in the tab. Put it in the top or the bottom. I put it in front of you. Okay, to put the title, guys, there are more ways. You can put them manually, but we prefer the smarter way, which is to put them programmatically. To put the title, pay attention to me. Because we don't have a fragment.", "tokens": [814, 980, 505, 577, 281, 829, 264, 2487, 294, 264, 4421, 13, 4935, 309, 294, 264, 1192, 420, 264, 2767, 13, 286, 829, 309, 294, 1868, 295, 291, 13, 1033, 11, 281, 829, 264, 4876, 11, 1074, 11, 456, 366, 544, 2098, 13, 509, 393, 829, 552, 16945, 11, 457, 321, 4382, 264, 20294, 636, 11, 597, 307, 281, 829, 552, 37648, 5030, 13, 1407, 829, 264, 4876, 11, 1689, 3202, 281, 385, 13, 1436, 321, 500, 380, 362, 257, 26424, 13], "avg_logprob": -0.44540662866040887, "compression_ratio": 1.649746192893401, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1405.97, "end": 1406.21, "word": " They", "probability": 0.23095703125}, {"start": 1406.21, "end": 1406.33, "word": " tell", "probability": 0.35498046875}, {"start": 1406.33, "end": 1406.73, "word": " us", "probability": 0.93896484375}, {"start": 1406.73, "end": 1407.17, "word": " how", "probability": 0.775390625}, {"start": 1407.17, "end": 1407.91, "word": " to", "probability": 0.8720703125}, {"start": 1407.91, "end": 1408.15, "word": " put", "probability": 0.439453125}, {"start": 1408.15, "end": 1408.77, "word": " the", "probability": 0.48681640625}, {"start": 1408.77, "end": 1409.03, "word": " text", "probability": 0.52490234375}, {"start": 1409.03, "end": 1409.15, "word": " in", "probability": 0.6572265625}, {"start": 1409.15, "end": 1409.15, "word": " the", "probability": 0.74462890625}, {"start": 1409.15, "end": 1409.15, "word": " tab.", "probability": 0.75390625}, {"start": 1410.87, "end": 1411.27, "word": " Put", "probability": 0.4716796875}, {"start": 1411.27, "end": 1411.47, "word": " it", "probability": 0.81982421875}, {"start": 1411.47, "end": 1411.55, "word": " in", "probability": 0.69677734375}, {"start": 1411.55, "end": 1411.67, "word": " the", "probability": 0.677734375}, {"start": 1411.67, "end": 1411.77, "word": " top", "probability": 0.09417724609375}, {"start": 1411.77, "end": 1411.93, "word": " or", "probability": 0.90283203125}, {"start": 1411.93, "end": 1412.01, "word": " the", "probability": 0.36767578125}, {"start": 1412.01, "end": 1412.23, "word": " bottom.", "probability": 0.81103515625}, {"start": 1413.13, "end": 1413.53, "word": " I", "probability": 0.29296875}, {"start": 1413.53, "end": 1417.57, "word": " put", "probability": 0.58935546875}, {"start": 1417.57, "end": 1417.71, "word": " it", "probability": 0.87548828125}, {"start": 1417.71, "end": 1417.81, "word": " in", "probability": 0.7607421875}, {"start": 1417.81, "end": 1417.97, "word": " front", "probability": 0.92822265625}, {"start": 1417.97, "end": 1418.05, "word": " of", "probability": 0.9609375}, {"start": 1418.05, "end": 1418.17, "word": " you.", "probability": 0.94775390625}, {"start": 1419.01, "end": 1419.39, "word": " Okay,", "probability": 0.2548828125}, {"start": 1419.55, "end": 1419.75, "word": " to", "probability": 0.5263671875}, {"start": 1419.75, "end": 1420.01, "word": " put", "probability": 0.796875}, {"start": 1420.01, "end": 1420.19, "word": " the", "probability": 0.6953125}, {"start": 1420.19, "end": 1420.41, "word": " title,", "probability": 0.9658203125}, {"start": 1420.63, "end": 1420.89, "word": " guys,", "probability": 0.48486328125}, {"start": 1421.71, "end": 1421.83, "word": " there", "probability": 0.8427734375}, {"start": 1421.83, "end": 1421.89, "word": " are", "probability": 0.78564453125}, {"start": 1421.89, "end": 1422.15, "word": " more", "probability": 0.432861328125}, {"start": 1422.15, "end": 1422.53, "word": " ways.", "probability": 0.56787109375}, {"start": 1422.59, "end": 1422.63, "word": " You", "probability": 0.94677734375}, {"start": 1422.63, "end": 1422.81, "word": " can", "probability": 0.92822265625}, {"start": 1422.81, "end": 1423.09, "word": " put", "probability": 0.75927734375}, {"start": 1423.09, "end": 1423.23, "word": " them", "probability": 0.469970703125}, {"start": 1423.23, "end": 1423.57, "word": " manually,", "probability": 0.841796875}, {"start": 1423.75, "end": 1423.87, "word": " but", "probability": 0.90380859375}, {"start": 1423.87, "end": 1424.03, "word": " we", "probability": 0.43603515625}, {"start": 1424.03, "end": 1424.45, "word": " prefer", "probability": 0.65625}, {"start": 1424.45, "end": 1425.35, "word": " the", "probability": 0.3115234375}, {"start": 1425.35, "end": 1425.47, "word": " smarter", "probability": 0.26953125}, {"start": 1425.47, "end": 1425.47, "word": " way,", "probability": 0.81787109375}, {"start": 1425.73, "end": 1425.79, "word": " which", "probability": 0.58544921875}, {"start": 1425.79, "end": 1425.93, "word": " is", "probability": 0.65771484375}, {"start": 1425.93, "end": 1425.95, "word": " to", "probability": 0.53076171875}, {"start": 1425.95, "end": 1426.35, "word": " put", "probability": 0.302734375}, {"start": 1426.35, "end": 1426.43, "word": " them", "probability": 0.72998046875}, {"start": 1426.43, "end": 1426.93, "word": " programmatically.", "probability": 0.753173828125}, {"start": 1428.17, "end": 1428.57, "word": " To", "probability": 0.5166015625}, {"start": 1428.57, "end": 1428.93, "word": " put", "probability": 0.8818359375}, {"start": 1428.93, "end": 1429.09, "word": " the", "probability": 0.87939453125}, {"start": 1429.09, "end": 1429.43, "word": " title,", "probability": 0.978515625}, {"start": 1429.61, "end": 1429.77, "word": " pay", "probability": 0.36328125}, {"start": 1429.77, "end": 1429.83, "word": " attention", "probability": 0.93603515625}, {"start": 1429.83, "end": 1429.93, "word": " to", "probability": 0.58056640625}, {"start": 1429.93, "end": 1430.15, "word": " me.", "probability": 0.79736328125}, {"start": 1431.49, "end": 1431.89, "word": " Because", "probability": 0.7734375}, {"start": 1431.89, "end": 1432.19, "word": " we", "probability": 0.919921875}, {"start": 1432.19, "end": 1432.37, "word": " don't", "probability": 0.829833984375}, {"start": 1432.37, "end": 1432.57, "word": " have", "probability": 0.92822265625}, {"start": 1432.57, "end": 1432.67, "word": " a", "probability": 0.8544921875}, {"start": 1432.67, "end": 1432.95, "word": " fragment.", "probability": 0.6708984375}], "temperature": 1.0}, {"id": 56, "seek": 145311, "start": 1434.67, "end": 1453.11, "text": " We need to send a list of titles with the fragments For example, what does the adapter take? It does not take a list of fragments And you can send it a list of string titles", "tokens": [492, 643, 281, 2845, 257, 1329, 295, 12992, 365, 264, 29197, 1171, 1365, 11, 437, 775, 264, 22860, 747, 30, 467, 775, 406, 747, 257, 1329, 295, 29197, 400, 291, 393, 2845, 309, 257, 1329, 295, 6798, 12992], "avg_logprob": -0.5332532326380411, "compression_ratio": 1.4745762711864407, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1434.67, "end": 1435.39, "word": " We", "probability": 0.11407470703125}, {"start": 1435.39, "end": 1435.57, "word": " need", "probability": 0.328857421875}, {"start": 1435.57, "end": 1437.11, "word": " to", "probability": 0.921875}, {"start": 1437.11, "end": 1437.11, "word": " send", "probability": 0.720703125}, {"start": 1437.11, "end": 1437.69, "word": " a", "probability": 0.1932373046875}, {"start": 1437.69, "end": 1439.73, "word": " list", "probability": 0.70361328125}, {"start": 1439.73, "end": 1439.91, "word": " of", "probability": 0.9150390625}, {"start": 1439.91, "end": 1440.47, "word": " titles", "probability": 0.84619140625}, {"start": 1440.47, "end": 1440.81, "word": " with", "probability": 0.5693359375}, {"start": 1440.81, "end": 1440.97, "word": " the", "probability": 0.4501953125}, {"start": 1440.97, "end": 1441.31, "word": " fragments", "probability": 0.3173828125}, {"start": 1441.31, "end": 1441.47, "word": " For", "probability": 0.233154296875}, {"start": 1441.47, "end": 1442.57, "word": " example,", "probability": 0.93310546875}, {"start": 1442.85, "end": 1442.85, "word": " what", "probability": 0.484375}, {"start": 1442.85, "end": 1442.85, "word": " does", "probability": 0.689453125}, {"start": 1442.85, "end": 1443.27, "word": " the", "probability": 0.56982421875}, {"start": 1443.27, "end": 1443.71, "word": " adapter", "probability": 0.77490234375}, {"start": 1443.71, "end": 1444.49, "word": " take?", "probability": 0.56201171875}, {"start": 1444.65, "end": 1445.07, "word": " It", "probability": 0.69482421875}, {"start": 1445.07, "end": 1445.09, "word": " does", "probability": 0.375}, {"start": 1445.09, "end": 1445.09, "word": " not", "probability": 0.91943359375}, {"start": 1445.09, "end": 1445.33, "word": " take", "probability": 0.84375}, {"start": 1445.33, "end": 1445.43, "word": " a", "probability": 0.81640625}, {"start": 1445.43, "end": 1445.57, "word": " list", "probability": 0.87744140625}, {"start": 1445.57, "end": 1445.71, "word": " of", "probability": 0.9365234375}, {"start": 1445.71, "end": 1446.11, "word": " fragments", "probability": 0.748046875}, {"start": 1446.11, "end": 1447.19, "word": " And", "probability": 0.1947021484375}, {"start": 1447.19, "end": 1447.51, "word": " you", "probability": 0.623046875}, {"start": 1447.51, "end": 1447.51, "word": " can", "probability": 0.8125}, {"start": 1447.51, "end": 1447.95, "word": " send", "probability": 0.697265625}, {"start": 1447.95, "end": 1448.27, "word": " it", "probability": 0.4677734375}, {"start": 1448.27, "end": 1448.45, "word": " a", "probability": 0.63330078125}, {"start": 1448.45, "end": 1448.81, "word": " list", "probability": 0.83642578125}, {"start": 1448.81, "end": 1449.55, "word": " of", "probability": 0.370361328125}, {"start": 1449.55, "end": 1450.59, "word": " string", "probability": 0.5947265625}, {"start": 1450.59, "end": 1453.11, "word": " titles", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 57, "seek": 147068, "start": 1454.2, "end": 1470.68, "text": " On the basis that if I have four fragments here, there should be four titles here. And each title can be placed in the set argument in the fragment. It's up to you how you want to do it. But of course, we sent the titles from the storage above here. This is the constructor that I use.", "tokens": [1282, 264, 5143, 300, 498, 286, 362, 1451, 29197, 510, 11, 456, 820, 312, 1451, 12992, 510, 13, 400, 1184, 4876, 393, 312, 7074, 294, 264, 992, 6770, 294, 264, 26424, 13, 467, 311, 493, 281, 291, 577, 291, 528, 281, 360, 309, 13, 583, 295, 1164, 11, 321, 2279, 264, 12992, 490, 264, 6725, 3673, 510, 13, 639, 307, 264, 47479, 300, 286, 764, 13], "avg_logprob": -0.5974813165949352, "compression_ratio": 1.5977653631284916, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1454.2, "end": 1454.46, "word": " On", "probability": 0.10693359375}, {"start": 1454.46, "end": 1454.54, "word": " the", "probability": 0.80224609375}, {"start": 1454.54, "end": 1454.74, "word": " basis", "probability": 0.61181640625}, {"start": 1454.74, "end": 1454.92, "word": " that", "probability": 0.72314453125}, {"start": 1454.92, "end": 1455.04, "word": " if", "probability": 0.73974609375}, {"start": 1455.04, "end": 1455.28, "word": " I", "probability": 0.6513671875}, {"start": 1455.28, "end": 1455.48, "word": " have", "probability": 0.55126953125}, {"start": 1455.48, "end": 1455.9, "word": " four", "probability": 0.448974609375}, {"start": 1455.9, "end": 1456.54, "word": " fragments", "probability": 0.60546875}, {"start": 1456.54, "end": 1456.58, "word": " here,", "probability": 0.50390625}, {"start": 1456.72, "end": 1457.34, "word": " there", "probability": 0.399658203125}, {"start": 1457.34, "end": 1457.46, "word": " should", "probability": 0.43310546875}, {"start": 1457.46, "end": 1457.74, "word": " be", "probability": 0.89208984375}, {"start": 1457.74, "end": 1459.1, "word": " four", "probability": 0.84814453125}, {"start": 1459.1, "end": 1459.76, "word": " titles", "probability": 0.88916015625}, {"start": 1459.76, "end": 1459.76, "word": " here.", "probability": 0.405029296875}, {"start": 1460.04, "end": 1460.2, "word": " And", "probability": 0.609375}, {"start": 1460.2, "end": 1460.6, "word": " each", "probability": 0.44970703125}, {"start": 1460.6, "end": 1461.04, "word": " title", "probability": 0.966796875}, {"start": 1461.04, "end": 1461.16, "word": " can", "probability": 0.4921875}, {"start": 1461.16, "end": 1461.18, "word": " be", "probability": 0.85791015625}, {"start": 1461.18, "end": 1461.4, "word": " placed", "probability": 0.43115234375}, {"start": 1461.4, "end": 1461.54, "word": " in", "probability": 0.689453125}, {"start": 1461.54, "end": 1461.62, "word": " the", "probability": 0.54296875}, {"start": 1461.62, "end": 1461.74, "word": " set", "probability": 0.2235107421875}, {"start": 1461.74, "end": 1462.22, "word": " argument", "probability": 0.708984375}, {"start": 1462.22, "end": 1462.96, "word": " in", "probability": 0.35400390625}, {"start": 1462.96, "end": 1463.34, "word": " the", "probability": 0.55908203125}, {"start": 1463.34, "end": 1463.66, "word": " fragment.", "probability": 0.5205078125}, {"start": 1463.74, "end": 1463.9, "word": " It's", "probability": 0.4232177734375}, {"start": 1463.9, "end": 1464.08, "word": " up", "probability": 0.58935546875}, {"start": 1464.08, "end": 1464.16, "word": " to", "probability": 0.97314453125}, {"start": 1464.16, "end": 1464.36, "word": " you", "probability": 0.9560546875}, {"start": 1464.36, "end": 1464.36, "word": " how", "probability": 0.368408203125}, {"start": 1464.36, "end": 1464.52, "word": " you", "probability": 0.728515625}, {"start": 1464.52, "end": 1464.68, "word": " want", "probability": 0.68603515625}, {"start": 1464.68, "end": 1464.68, "word": " to", "probability": 0.82421875}, {"start": 1464.68, "end": 1464.88, "word": " do", "probability": 0.259033203125}, {"start": 1464.88, "end": 1465.02, "word": " it.", "probability": 0.81591796875}, {"start": 1465.68, "end": 1466.08, "word": " But", "probability": 0.482421875}, {"start": 1466.08, "end": 1466.28, "word": " of", "probability": 0.256103515625}, {"start": 1466.28, "end": 1466.36, "word": " course,", "probability": 0.95751953125}, {"start": 1466.42, "end": 1466.44, "word": " we", "probability": 0.626953125}, {"start": 1466.44, "end": 1466.66, "word": " sent", "probability": 0.308349609375}, {"start": 1466.66, "end": 1466.88, "word": " the", "probability": 0.78271484375}, {"start": 1466.88, "end": 1467.24, "word": " titles", "probability": 0.9052734375}, {"start": 1467.24, "end": 1467.42, "word": " from", "probability": 0.8310546875}, {"start": 1467.42, "end": 1467.54, "word": " the", "probability": 0.67431640625}, {"start": 1467.54, "end": 1467.74, "word": " storage", "probability": 0.1541748046875}, {"start": 1467.74, "end": 1468.12, "word": " above", "probability": 0.60009765625}, {"start": 1468.12, "end": 1468.38, "word": " here.", "probability": 0.447265625}, {"start": 1469.36, "end": 1469.76, "word": " This", "probability": 0.285888671875}, {"start": 1469.76, "end": 1469.8, "word": " is", "probability": 0.8662109375}, {"start": 1469.8, "end": 1469.88, "word": " the", "probability": 0.291259765625}, {"start": 1469.88, "end": 1470.3, "word": " constructor", "probability": 0.9228515625}, {"start": 1470.3, "end": 1470.46, "word": " that", "probability": 0.4189453125}, {"start": 1470.46, "end": 1470.56, "word": " I", "probability": 0.98388671875}, {"start": 1470.56, "end": 1470.68, "word": " use.", "probability": 0.318115234375}], "temperature": 1.0}, {"id": 58, "seek": 148747, "start": 1477.73, "end": 1487.47, "text": " This.titles=\"titles\"> So now I want to connect the titles to the adapter, right? So where does the adapter use it? It comes down here and makes an override for the new method", "tokens": [639, 13, 27689, 904, 13114, 27689, 904, 21732, 407, 586, 286, 528, 281, 1745, 264, 12992, 281, 264, 22860, 11, 558, 30, 407, 689, 775, 264, 22860, 764, 309, 30, 467, 1487, 760, 510, 293, 1669, 364, 42321, 337, 264, 777, 3170], "avg_logprob": -0.6835028903428898, "compression_ratio": 1.3888888888888888, "no_speech_prob": 2.3245811462402344e-06, "words": [{"start": 1477.73, "end": 1478.21, "word": " This", "probability": 0.3916015625}, {"start": 1478.21, "end": 1478.69, "word": ".titles=\"titles\">", "probability": 0.5965096609933036}, {"start": 1478.69, "end": 1478.89, "word": " So", "probability": 0.141845703125}, {"start": 1478.89, "end": 1479.13, "word": " now", "probability": 0.28466796875}, {"start": 1479.13, "end": 1479.75, "word": " I", "probability": 0.19287109375}, {"start": 1479.75, "end": 1479.99, "word": " want", "probability": 0.28759765625}, {"start": 1479.99, "end": 1480.03, "word": " to", "probability": 0.88330078125}, {"start": 1480.03, "end": 1480.31, "word": " connect", "probability": 0.3076171875}, {"start": 1480.31, "end": 1480.31, "word": " the", "probability": 0.39404296875}, {"start": 1480.31, "end": 1480.31, "word": " titles", "probability": 0.2269287109375}, {"start": 1480.31, "end": 1481.37, "word": " to", "probability": 0.87451171875}, {"start": 1481.37, "end": 1482.13, "word": " the", "probability": 0.428466796875}, {"start": 1482.13, "end": 1482.47, "word": " adapter,", "probability": 0.47412109375}, {"start": 1482.85, "end": 1483.03, "word": " right?", "probability": 0.2822265625}, {"start": 1483.51, "end": 1483.85, "word": " So", "probability": 0.275390625}, {"start": 1483.85, "end": 1483.95, "word": " where", "probability": 0.461669921875}, {"start": 1483.95, "end": 1483.95, "word": " does", "probability": 0.474853515625}, {"start": 1483.95, "end": 1484.01, "word": " the", "probability": 0.8603515625}, {"start": 1484.01, "end": 1484.31, "word": " adapter", "probability": 0.87744140625}, {"start": 1484.31, "end": 1484.85, "word": " use", "probability": 0.64501953125}, {"start": 1484.85, "end": 1485.09, "word": " it?", "probability": 0.67578125}, {"start": 1485.11, "end": 1485.25, "word": " It", "probability": 0.44189453125}, {"start": 1485.25, "end": 1485.41, "word": " comes", "probability": 0.2484130859375}, {"start": 1485.41, "end": 1485.65, "word": " down", "probability": 0.55810546875}, {"start": 1485.65, "end": 1486.01, "word": " here", "probability": 0.8046875}, {"start": 1486.01, "end": 1486.33, "word": " and", "probability": 0.681640625}, {"start": 1486.33, "end": 1486.53, "word": " makes", "probability": 0.283935546875}, {"start": 1486.53, "end": 1486.67, "word": " an", "probability": 0.69677734375}, {"start": 1486.67, "end": 1487.01, "word": " override", "probability": 0.94775390625}, {"start": 1487.01, "end": 1487.19, "word": " for", "probability": 0.458251953125}, {"start": 1487.19, "end": 1487.25, "word": " the", "probability": 0.810546875}, {"start": 1487.25, "end": 1487.25, "word": " new", "probability": 0.833984375}, {"start": 1487.25, "end": 1487.47, "word": " method", "probability": 0.83251953125}], "temperature": 1.0}, {"id": 59, "seek": 151323, "start": 1489.17, "end": 1513.23, "text": "It's name is getPageTitle. It's present in the parent. But you don't have to override it. Why? Because it will bind you to the tab. If you don't use the tab, it won't bind you. It's name is getPageTitle. Now what does it take? Position. And what does it return? CarSequence, which is a string.", "tokens": [3522, 311, 1315, 307, 483, 47, 609, 51, 270, 306, 13, 467, 311, 1974, 294, 264, 2596, 13, 583, 291, 500, 380, 362, 281, 42321, 309, 13, 1545, 30, 1436, 309, 486, 14786, 291, 281, 264, 4421, 13, 759, 291, 500, 380, 764, 264, 4421, 11, 309, 1582, 380, 14786, 291, 13, 467, 311, 1315, 307, 483, 47, 609, 51, 270, 306, 13, 823, 437, 775, 309, 747, 30, 29780, 13, 400, 437, 775, 309, 2736, 30, 2741, 10637, 358, 655, 11, 597, 307, 257, 6798, 13], "avg_logprob": -0.41583807089112024, "compression_ratio": 1.60989010989011, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1489.17, "end": 1489.65, "word": "It's", "probability": 0.4871826171875}, {"start": 1489.65, "end": 1489.81, "word": " name", "probability": 0.576171875}, {"start": 1489.81, "end": 1489.99, "word": " is", "probability": 0.93896484375}, {"start": 1489.99, "end": 1491.43, "word": " getPageTitle.", "probability": 0.7704060872395834}, {"start": 1491.55, "end": 1491.83, "word": " It's", "probability": 0.58154296875}, {"start": 1491.83, "end": 1492.19, "word": " present", "probability": 0.169921875}, {"start": 1492.19, "end": 1492.69, "word": " in", "probability": 0.393310546875}, {"start": 1492.69, "end": 1493.63, "word": " the", "probability": 0.4755859375}, {"start": 1493.63, "end": 1494.15, "word": " parent.", "probability": 0.8515625}, {"start": 1494.75, "end": 1495.23, "word": " But", "probability": 0.36279296875}, {"start": 1495.23, "end": 1497.23, "word": " you", "probability": 0.75439453125}, {"start": 1497.23, "end": 1497.43, "word": " don't", "probability": 0.76806640625}, {"start": 1497.43, "end": 1497.67, "word": " have", "probability": 0.73828125}, {"start": 1497.67, "end": 1497.87, "word": " to", "probability": 0.970703125}, {"start": 1497.87, "end": 1498.49, "word": " override", "probability": 0.91064453125}, {"start": 1498.49, "end": 1498.59, "word": " it.", "probability": 0.876953125}, {"start": 1498.71, "end": 1498.97, "word": " Why?", "probability": 0.6357421875}, {"start": 1499.03, "end": 1499.27, "word": " Because", "probability": 0.87744140625}, {"start": 1499.27, "end": 1499.43, "word": " it", "probability": 0.810546875}, {"start": 1499.43, "end": 1499.57, "word": " will", "probability": 0.1962890625}, {"start": 1499.57, "end": 1499.73, "word": " bind", "probability": 0.1953125}, {"start": 1499.73, "end": 1499.97, "word": " you", "probability": 0.62744140625}, {"start": 1499.97, "end": 1500.33, "word": " to", "probability": 0.91162109375}, {"start": 1500.33, "end": 1500.45, "word": " the", "probability": 0.76416015625}, {"start": 1500.45, "end": 1500.71, "word": " tab.", "probability": 0.84130859375}, {"start": 1501.05, "end": 1501.45, "word": " If", "probability": 0.8994140625}, {"start": 1501.45, "end": 1501.63, "word": " you", "probability": 0.94970703125}, {"start": 1501.63, "end": 1501.73, "word": " don't", "probability": 0.88525390625}, {"start": 1501.73, "end": 1502.09, "word": " use", "probability": 0.80029296875}, {"start": 1502.09, "end": 1502.27, "word": " the", "probability": 0.77685546875}, {"start": 1502.27, "end": 1502.49, "word": " tab,", "probability": 0.95458984375}, {"start": 1502.61, "end": 1502.77, "word": " it", "probability": 0.6865234375}, {"start": 1502.77, "end": 1502.93, "word": " won't", "probability": 0.740966796875}, {"start": 1502.93, "end": 1503.11, "word": " bind", "probability": 0.9521484375}, {"start": 1503.11, "end": 1503.35, "word": " you.", "probability": 0.93603515625}, {"start": 1504.03, "end": 1504.29, "word": " It's", "probability": 0.7303466796875}, {"start": 1504.29, "end": 1504.51, "word": " name", "probability": 0.873046875}, {"start": 1504.51, "end": 1504.59, "word": " is", "probability": 0.955078125}, {"start": 1504.59, "end": 1506.43, "word": " getPageTitle.", "probability": 0.9705403645833334}, {"start": 1507.99, "end": 1508.29, "word": " Now", "probability": 0.57958984375}, {"start": 1508.29, "end": 1508.55, "word": " what", "probability": 0.427001953125}, {"start": 1508.55, "end": 1508.89, "word": " does", "probability": 0.360107421875}, {"start": 1508.89, "end": 1508.95, "word": " it", "probability": 0.52294921875}, {"start": 1508.95, "end": 1509.25, "word": " take?", "probability": 0.6064453125}, {"start": 1509.45, "end": 1509.83, "word": " Position.", "probability": 0.81640625}, {"start": 1510.65, "end": 1510.75, "word": " And", "probability": 0.66162109375}, {"start": 1510.75, "end": 1510.89, "word": " what", "probability": 0.295654296875}, {"start": 1510.89, "end": 1510.89, "word": " does", "probability": 0.71826171875}, {"start": 1510.89, "end": 1511.01, "word": " it", "probability": 0.90771484375}, {"start": 1511.01, "end": 1511.29, "word": " return?", "probability": 0.384033203125}, {"start": 1512.27, "end": 1512.75, "word": " CarSequence,", "probability": 0.70135498046875}, {"start": 1512.87, "end": 1512.91, "word": " which", "probability": 0.64892578125}, {"start": 1512.91, "end": 1512.91, "word": " is", "probability": 0.8779296875}, {"start": 1512.91, "end": 1512.95, "word": " a", "probability": 0.591796875}, {"start": 1512.95, "end": 1513.23, "word": " string.", "probability": 0.9072265625}], "temperature": 1.0}, {"id": 60, "seek": 154326, "start": 1514.8, "end": 1543.26, "text": " Meaning, if I give you the title of the first page, what is the title of the second page? What is the title of the second page? Where do you get the Arabic from, guys? From the list of titles. Of course, the number of the list of titles is the same as the number of the individual. So, you have to say, titles that get position. Position. Okay? And we're done. I'll get to the main activity.", "tokens": [19948, 11, 498, 286, 976, 291, 264, 4876, 295, 264, 700, 3028, 11, 437, 307, 264, 4876, 295, 264, 1150, 3028, 30, 708, 307, 264, 4876, 295, 264, 1150, 3028, 30, 2305, 360, 291, 483, 264, 19938, 490, 11, 1074, 30, 3358, 264, 1329, 295, 12992, 13, 2720, 1164, 11, 264, 1230, 295, 264, 1329, 295, 12992, 307, 264, 912, 382, 264, 1230, 295, 264, 2609, 13, 407, 11, 291, 362, 281, 584, 11, 12992, 300, 483, 2535, 13, 29780, 13, 1033, 30, 400, 321, 434, 1096, 13, 286, 603, 483, 281, 264, 2135, 5191, 13], "avg_logprob": -0.5325386597938144, "compression_ratio": 1.8317757009345794, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1514.7999999999997, "end": 1515.1999999999998, "word": " Meaning,", "probability": 0.14501953125}, {"start": 1515.1999999999998, "end": 1515.6, "word": " if", "probability": 0.60107421875}, {"start": 1515.6, "end": 1515.96, "word": " I", "probability": 0.396240234375}, {"start": 1515.96, "end": 1516.2, "word": " give", "probability": 0.391357421875}, {"start": 1516.2, "end": 1516.32, "word": " you", "probability": 0.8974609375}, {"start": 1516.32, "end": 1516.48, "word": " the", "probability": 0.61474609375}, {"start": 1516.48, "end": 1516.62, "word": " title", "probability": 0.293701171875}, {"start": 1516.62, "end": 1516.62, "word": " of", "probability": 0.86083984375}, {"start": 1516.62, "end": 1516.84, "word": " the", "probability": 0.7919921875}, {"start": 1516.84, "end": 1516.96, "word": " first", "probability": 0.76904296875}, {"start": 1516.96, "end": 1517.0, "word": " page,", "probability": 0.8681640625}, {"start": 1517.14, "end": 1517.14, "word": " what", "probability": 0.492431640625}, {"start": 1517.14, "end": 1517.16, "word": " is", "probability": 0.5048828125}, {"start": 1517.16, "end": 1517.22, "word": " the", "probability": 0.7216796875}, {"start": 1517.22, "end": 1517.42, "word": " title", "probability": 0.73046875}, {"start": 1517.42, "end": 1518.04, "word": " of", "probability": 0.9267578125}, {"start": 1518.04, "end": 1518.5, "word": " the", "probability": 0.90869140625}, {"start": 1518.5, "end": 1518.58, "word": " second", "probability": 0.7939453125}, {"start": 1518.58, "end": 1518.58, "word": " page?", "probability": 0.890625}, {"start": 1518.74, "end": 1518.74, "word": " What", "probability": 0.230712890625}, {"start": 1518.74, "end": 1518.76, "word": " is", "probability": 0.830078125}, {"start": 1518.76, "end": 1518.86, "word": " the", "probability": 0.67138671875}, {"start": 1518.86, "end": 1519.02, "word": " title", "probability": 0.8759765625}, {"start": 1519.02, "end": 1519.22, "word": " of", "probability": 0.39794921875}, {"start": 1519.22, "end": 1519.22, "word": " the", "probability": 0.69091796875}, {"start": 1519.22, "end": 1519.22, "word": " second", "probability": 0.77978515625}, {"start": 1519.22, "end": 1519.22, "word": " page?", "probability": 0.91015625}, {"start": 1519.22, "end": 1519.42, "word": " Where", "probability": 0.40771484375}, {"start": 1519.42, "end": 1519.58, "word": " do", "probability": 0.666015625}, {"start": 1519.58, "end": 1519.62, "word": " you", "probability": 0.5107421875}, {"start": 1519.62, "end": 1519.76, "word": " get", "probability": 0.61376953125}, {"start": 1519.76, "end": 1519.86, "word": " the", "probability": 0.5380859375}, {"start": 1519.86, "end": 1520.06, "word": " Arabic", "probability": 0.5546875}, {"start": 1520.06, "end": 1520.2, "word": " from,", "probability": 0.254150390625}, {"start": 1520.26, "end": 1520.52, "word": " guys?", "probability": 0.79541015625}, {"start": 1520.92, "end": 1521.28, "word": " From", "probability": 0.65234375}, {"start": 1521.28, "end": 1522.14, "word": " the", "probability": 0.8515625}, {"start": 1522.14, "end": 1522.3, "word": " list", "probability": 0.71533203125}, {"start": 1522.3, "end": 1522.52, "word": " of", "probability": 0.85546875}, {"start": 1522.52, "end": 1522.92, "word": " titles.", "probability": 0.7998046875}, {"start": 1523.2, "end": 1523.46, "word": " Of", "probability": 0.139404296875}, {"start": 1523.46, "end": 1523.56, "word": " course,", "probability": 0.958984375}, {"start": 1524.1, "end": 1524.26, "word": " the", "probability": 0.80908203125}, {"start": 1524.26, "end": 1524.4, "word": " number", "probability": 0.82080078125}, {"start": 1524.4, "end": 1524.76, "word": " of", "probability": 0.7138671875}, {"start": 1524.76, "end": 1524.76, "word": " the", "probability": 0.188720703125}, {"start": 1524.76, "end": 1525.04, "word": " list", "probability": 0.73095703125}, {"start": 1525.04, "end": 1525.24, "word": " of", "probability": 0.9365234375}, {"start": 1525.24, "end": 1525.6, "word": " titles", "probability": 0.92236328125}, {"start": 1525.6, "end": 1525.82, "word": " is", "probability": 0.8310546875}, {"start": 1525.82, "end": 1525.98, "word": " the", "probability": 0.82666015625}, {"start": 1525.98, "end": 1526.0, "word": " same", "probability": 0.7431640625}, {"start": 1526.0, "end": 1526.26, "word": " as", "probability": 0.5087890625}, {"start": 1526.26, "end": 1527.3, "word": " the", "probability": 0.8623046875}, {"start": 1527.3, "end": 1527.3, "word": " number", "probability": 0.9033203125}, {"start": 1527.3, "end": 1527.48, "word": " of", "probability": 0.96337890625}, {"start": 1527.48, "end": 1527.58, "word": " the", "probability": 0.46435546875}, {"start": 1527.58, "end": 1527.86, "word": " individual.", "probability": 0.152099609375}, {"start": 1528.14, "end": 1528.34, "word": " So,", "probability": 0.69140625}, {"start": 1528.34, "end": 1528.44, "word": " you", "probability": 0.2449951171875}, {"start": 1528.44, "end": 1528.48, "word": " have", "probability": 0.1116943359375}, {"start": 1528.48, "end": 1528.52, "word": " to", "probability": 0.9462890625}, {"start": 1528.52, "end": 1528.62, "word": " say,", "probability": 0.296875}, {"start": 1528.7, "end": 1529.2, "word": " titles", "probability": 0.55810546875}, {"start": 1529.2, "end": 1529.48, "word": " that", "probability": 0.734375}, {"start": 1529.48, "end": 1529.8, "word": " get", "probability": 0.94482421875}, {"start": 1529.8, "end": 1532.86, "word": " position.", "probability": 0.77587890625}, {"start": 1533.58, "end": 1533.98, "word": " Position.", "probability": 0.337646484375}, {"start": 1537.5, "end": 1537.9, "word": " Okay?", "probability": 0.32958984375}, {"start": 1540.66, "end": 1541.06, "word": " And", "probability": 0.8154296875}, {"start": 1541.06, "end": 1541.18, "word": " we're", "probability": 0.5172119140625}, {"start": 1541.18, "end": 1541.44, "word": " done.", "probability": 0.89208984375}, {"start": 1542.08, "end": 1542.26, "word": " I'll", "probability": 0.2279052734375}, {"start": 1542.26, "end": 1542.38, "word": " get", "probability": 0.7353515625}, {"start": 1542.38, "end": 1542.5, "word": " to", "probability": 0.4091796875}, {"start": 1542.5, "end": 1542.6, "word": " the", "probability": 0.88916015625}, {"start": 1542.6, "end": 1542.78, "word": " main", "probability": 0.85498046875}, {"start": 1542.78, "end": 1543.26, "word": " activity.", "probability": 0.9189453125}], "temperature": 1.0}, {"id": 61, "seek": 156923, "start": 1544.31, "end": 1569.23, "text": " Yes, it will give you an error on the adapter, because what is missing now? You have to send me the title. Yes, so now I say list string titles arrays as list new string photo one photo two", "tokens": [1079, 11, 309, 486, 976, 291, 364, 6713, 322, 264, 22860, 11, 570, 437, 307, 5361, 586, 30, 509, 362, 281, 2845, 385, 264, 4876, 13, 1079, 11, 370, 586, 286, 584, 1329, 6798, 12992, 41011, 382, 1329, 777, 6798, 5052, 472, 5052, 732], "avg_logprob": -0.6767361323038737, "compression_ratio": 1.4285714285714286, "no_speech_prob": 0.0, "words": [{"start": 1544.31, "end": 1544.67, "word": " Yes,", "probability": 0.09130859375}, {"start": 1544.81, "end": 1544.91, "word": " it", "probability": 0.465087890625}, {"start": 1544.91, "end": 1544.91, "word": " will", "probability": 0.293701171875}, {"start": 1544.91, "end": 1545.01, "word": " give", "probability": 0.2308349609375}, {"start": 1545.01, "end": 1545.23, "word": " you", "probability": 0.8251953125}, {"start": 1545.23, "end": 1545.35, "word": " an", "probability": 0.47412109375}, {"start": 1545.35, "end": 1545.39, "word": " error", "probability": 0.89990234375}, {"start": 1545.39, "end": 1545.95, "word": " on", "probability": 0.53369140625}, {"start": 1545.95, "end": 1546.23, "word": " the", "probability": 0.572265625}, {"start": 1546.23, "end": 1546.55, "word": " adapter,", "probability": 0.638671875}, {"start": 1546.55, "end": 1546.81, "word": " because", "probability": 0.74462890625}, {"start": 1546.81, "end": 1547.15, "word": " what", "probability": 0.1988525390625}, {"start": 1547.15, "end": 1547.29, "word": " is", "probability": 0.36328125}, {"start": 1547.29, "end": 1547.69, "word": " missing", "probability": 0.65234375}, {"start": 1547.69, "end": 1547.69, "word": " now?", "probability": 0.344482421875}, {"start": 1548.23, "end": 1548.57, "word": " You", "probability": 0.1734619140625}, {"start": 1548.57, "end": 1548.61, "word": " have", "probability": 0.2117919921875}, {"start": 1548.61, "end": 1548.69, "word": " to", "probability": 0.58935546875}, {"start": 1548.69, "end": 1548.79, "word": " send", "probability": 0.53662109375}, {"start": 1548.79, "end": 1548.93, "word": " me", "probability": 0.1705322265625}, {"start": 1548.93, "end": 1549.07, "word": " the", "probability": 0.81982421875}, {"start": 1549.07, "end": 1549.35, "word": " title.", "probability": 0.94677734375}, {"start": 1550.13, "end": 1550.41, "word": " Yes,", "probability": 0.388427734375}, {"start": 1550.53, "end": 1550.69, "word": " so", "probability": 0.50634765625}, {"start": 1550.69, "end": 1550.89, "word": " now", "probability": 0.83056640625}, {"start": 1550.89, "end": 1551.05, "word": " I", "probability": 0.89306640625}, {"start": 1551.05, "end": 1551.29, "word": " say", "probability": 0.455810546875}, {"start": 1551.29, "end": 1552.03, "word": " list", "probability": 0.6005859375}, {"start": 1552.03, "end": 1553.53, "word": " string", "probability": 0.451416015625}, {"start": 1553.53, "end": 1554.89, "word": " titles", "probability": 0.75927734375}, {"start": 1554.89, "end": 1556.69, "word": " arrays", "probability": 0.2296142578125}, {"start": 1556.69, "end": 1557.35, "word": " as", "probability": 0.93408203125}, {"start": 1557.35, "end": 1557.85, "word": " list", "probability": 0.82080078125}, {"start": 1557.85, "end": 1559.33, "word": " new", "probability": 0.8310546875}, {"start": 1559.33, "end": 1560.03, "word": " string", "probability": 0.8232421875}, {"start": 1560.03, "end": 1564.21, "word": " photo", "probability": 0.845703125}, {"start": 1564.21, "end": 1565.71, "word": " one", "probability": 0.46435546875}, {"start": 1565.71, "end": 1568.95, "word": " photo", "probability": 0.8857421875}, {"start": 1568.95, "end": 1569.23, "word": " two", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 62, "seek": 160271, "start": 1574.01, "end": 1602.71, "text": " photo 3 and photo 4. Of course, this is a simplified way. Instead of making a array list and sending them an array list, I filled four or five rows and put them all in one row. No, I wrote an array list. Now, what did I put here? I sent the titles to the adapter. Okay? Let's update.", "tokens": [5052, 805, 293, 5052, 1017, 13, 2720, 1164, 11, 341, 307, 257, 26335, 636, 13, 7156, 295, 1455, 257, 10225, 1329, 293, 7750, 552, 364, 10225, 1329, 11, 286, 6412, 1451, 420, 1732, 13241, 293, 829, 552, 439, 294, 472, 5386, 13, 883, 11, 286, 4114, 364, 10225, 1329, 13, 823, 11, 437, 630, 286, 829, 510, 30, 286, 2279, 264, 12992, 281, 264, 22860, 13, 1033, 30, 961, 311, 5623, 13], "avg_logprob": -0.6078766862007037, "compression_ratio": 1.5268817204301075, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 1574.01, "end": 1574.49, "word": " photo", "probability": 0.35498046875}, {"start": 1574.49, "end": 1574.97, "word": " 3", "probability": 0.434326171875}, {"start": 1574.97, "end": 1577.47, "word": " and", "probability": 0.413330078125}, {"start": 1577.47, "end": 1577.97, "word": " photo", "probability": 0.8564453125}, {"start": 1577.97, "end": 1579.37, "word": " 4.", "probability": 0.95703125}, {"start": 1579.47, "end": 1579.71, "word": " Of", "probability": 0.38134765625}, {"start": 1579.71, "end": 1579.71, "word": " course,", "probability": 0.90185546875}, {"start": 1579.75, "end": 1579.95, "word": " this", "probability": 0.796875}, {"start": 1579.95, "end": 1580.19, "word": " is", "probability": 0.59814453125}, {"start": 1580.19, "end": 1580.33, "word": " a", "probability": 0.591796875}, {"start": 1580.33, "end": 1580.71, "word": " simplified", "probability": 0.250244140625}, {"start": 1580.71, "end": 1580.71, "word": " way.", "probability": 0.496337890625}, {"start": 1582.17, "end": 1582.65, "word": " Instead", "probability": 0.6201171875}, {"start": 1582.65, "end": 1582.77, "word": " of", "probability": 0.9619140625}, {"start": 1582.77, "end": 1583.03, "word": " making", "probability": 0.211669921875}, {"start": 1583.03, "end": 1583.55, "word": " a", "probability": 0.384765625}, {"start": 1583.55, "end": 1583.93, "word": " array", "probability": 0.732421875}, {"start": 1583.93, "end": 1584.29, "word": " list", "probability": 0.76220703125}, {"start": 1584.29, "end": 1584.51, "word": " and", "probability": 0.399169921875}, {"start": 1584.51, "end": 1584.71, "word": " sending", "probability": 0.1593017578125}, {"start": 1584.71, "end": 1584.91, "word": " them", "probability": 0.120849609375}, {"start": 1584.91, "end": 1585.01, "word": " an", "probability": 0.391845703125}, {"start": 1585.01, "end": 1585.17, "word": " array", "probability": 0.92333984375}, {"start": 1585.17, "end": 1585.47, "word": " list,", "probability": 0.9169921875}, {"start": 1585.53, "end": 1585.69, "word": " I", "probability": 0.326416015625}, {"start": 1585.69, "end": 1586.09, "word": " filled", "probability": 0.412353515625}, {"start": 1586.09, "end": 1586.51, "word": " four", "probability": 0.2039794921875}, {"start": 1586.51, "end": 1586.63, "word": " or", "probability": 0.75390625}, {"start": 1586.63, "end": 1586.83, "word": " five", "probability": 0.91455078125}, {"start": 1586.83, "end": 1587.15, "word": " rows", "probability": 0.6220703125}, {"start": 1587.15, "end": 1587.59, "word": " and", "probability": 0.728515625}, {"start": 1587.59, "end": 1587.79, "word": " put", "probability": 0.66064453125}, {"start": 1587.79, "end": 1587.95, "word": " them", "probability": 0.77978515625}, {"start": 1587.95, "end": 1588.11, "word": " all", "probability": 0.79638671875}, {"start": 1588.11, "end": 1588.21, "word": " in", "probability": 0.84228515625}, {"start": 1588.21, "end": 1588.27, "word": " one", "probability": 0.56591796875}, {"start": 1588.27, "end": 1588.45, "word": " row.", "probability": 0.45458984375}, {"start": 1588.99, "end": 1589.15, "word": " No,", "probability": 0.434814453125}, {"start": 1589.27, "end": 1589.47, "word": " I", "probability": 0.74755859375}, {"start": 1589.47, "end": 1589.63, "word": " wrote", "probability": 0.17431640625}, {"start": 1589.63, "end": 1589.71, "word": " an", "probability": 0.54248046875}, {"start": 1589.71, "end": 1589.83, "word": " array", "probability": 0.9150390625}, {"start": 1589.83, "end": 1590.15, "word": " list.", "probability": 0.91943359375}, {"start": 1592.23, "end": 1592.71, "word": " Now,", "probability": 0.36181640625}, {"start": 1594.17, "end": 1594.33, "word": " what", "probability": 0.39453125}, {"start": 1594.33, "end": 1594.33, "word": " did", "probability": 0.6376953125}, {"start": 1594.33, "end": 1595.43, "word": " I", "probability": 0.437255859375}, {"start": 1595.43, "end": 1595.67, "word": " put", "probability": 0.794921875}, {"start": 1595.67, "end": 1596.27, "word": " here?", "probability": 0.78466796875}, {"start": 1596.51, "end": 1596.89, "word": " I", "probability": 0.95703125}, {"start": 1596.89, "end": 1597.13, "word": " sent", "probability": 0.69921875}, {"start": 1597.13, "end": 1597.23, "word": " the", "probability": 0.6806640625}, {"start": 1597.23, "end": 1597.23, "word": " titles", "probability": 0.47607421875}, {"start": 1597.23, "end": 1597.23, "word": " to", "probability": 0.93994140625}, {"start": 1597.23, "end": 1597.35, "word": " the", "probability": 0.87744140625}, {"start": 1597.35, "end": 1597.71, "word": " adapter.", "probability": 0.7724609375}, {"start": 1599.71, "end": 1600.13, "word": " Okay?", "probability": 0.2347412109375}, {"start": 1602.03, "end": 1602.33, "word": " Let's", "probability": 0.7275390625}, {"start": 1602.33, "end": 1602.71, "word": " update.", "probability": 0.357177734375}], "temperature": 1.0}, {"id": 63, "seek": 163477, "start": 1611.97, "end": 1634.77, "text": " In this preparation, when I prepare it, do I put it in the xml file? Yes, exactly, it is better. Because if you put it in the xml file, it will give you hundreds of pictures. You put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml file, you put it in the xml", "tokens": [682, 341, 13081, 11, 562, 286, 5940, 309, 11, 360, 286, 829, 309, 294, 264, 2031, 15480, 3991, 30, 1079, 11, 2293, 11, 309, 307, 1101, 13, 1436, 498, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 309, 486, 976, 291, 6779, 295, 5242, 13, 509, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480, 3991, 11, 291, 829, 309, 294, 264, 2031, 15480], "avg_logprob": -0.27916666242811417, "compression_ratio": 5.440298507462686, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1611.97, "end": 1612.33, "word": " In", "probability": 0.245361328125}, {"start": 1612.33, "end": 1612.67, "word": " this", "probability": 0.73193359375}, {"start": 1612.67, "end": 1613.17, "word": " preparation,", "probability": 0.084228515625}, {"start": 1613.35, "end": 1613.51, "word": " when", "probability": 0.429443359375}, {"start": 1613.51, "end": 1614.11, "word": " I", "probability": 0.82080078125}, {"start": 1614.11, "end": 1614.43, "word": " prepare", "probability": 0.29296875}, {"start": 1614.43, "end": 1614.93, "word": " it,", "probability": 0.59521484375}, {"start": 1615.23, "end": 1615.41, "word": " do", "probability": 0.32373046875}, {"start": 1615.41, "end": 1615.45, "word": " I", "probability": 0.9130859375}, {"start": 1615.45, "end": 1615.63, "word": " put", "probability": 0.43359375}, {"start": 1615.63, "end": 1615.71, "word": " it", "probability": 0.29443359375}, {"start": 1615.71, "end": 1615.89, "word": " in", "probability": 0.48876953125}, {"start": 1615.89, "end": 1615.91, "word": " the", "probability": 0.371337890625}, {"start": 1615.91, "end": 1616.59, "word": " xml", "probability": 0.697998046875}, {"start": 1616.59, "end": 1616.67, "word": " file?", "probability": 0.175537109375}, {"start": 1617.19, "end": 1617.55, "word": " Yes,", "probability": 0.363037109375}, {"start": 1617.57, "end": 1617.93, "word": " exactly,", "probability": 0.267822265625}, {"start": 1618.05, "end": 1618.25, "word": " it", "probability": 0.2244873046875}, {"start": 1618.25, "end": 1618.25, "word": " is", "probability": 0.5126953125}, {"start": 1618.25, "end": 1618.25, "word": " better.", "probability": 0.8720703125}, {"start": 1618.75, "end": 1619.11, "word": " Because", "probability": 0.71728515625}, {"start": 1619.11, "end": 1619.31, "word": " if", "probability": 0.26123046875}, {"start": 1619.31, "end": 1619.47, "word": " you", "probability": 0.8876953125}, {"start": 1619.47, "end": 1619.65, "word": " put", "probability": 0.226806640625}, {"start": 1619.65, "end": 1619.65, "word": " it", "probability": 0.60107421875}, {"start": 1619.65, "end": 1619.83, "word": " in", "probability": 0.5859375}, {"start": 1619.83, "end": 1619.87, "word": " the", "probability": 0.186279296875}, {"start": 1619.87, "end": 1619.87, "word": " xml", "probability": 0.756591796875}, {"start": 1619.87, "end": 1619.87, "word": " file,", "probability": 0.49169921875}, {"start": 1619.87, "end": 1619.87, "word": " it", "probability": 0.68994140625}, {"start": 1619.87, "end": 1619.87, "word": " will", "probability": 0.53564453125}, {"start": 1619.87, "end": 1619.91, "word": " give", "probability": 0.1962890625}, {"start": 1619.91, "end": 1620.01, "word": " you", "probability": 0.93359375}, {"start": 1620.01, "end": 1620.19, "word": " hundreds", "probability": 0.09625244140625}, {"start": 1620.19, "end": 1620.27, "word": " of", "probability": 0.95263671875}, {"start": 1620.27, "end": 1620.49, "word": " pictures.", "probability": 0.32568359375}, {"start": 1620.75, "end": 1620.81, "word": " You", "probability": 0.2041015625}, {"start": 1620.81, "end": 1621.11, "word": " put", "probability": 0.56982421875}, {"start": 1621.11, "end": 1621.17, "word": " it", "probability": 0.6748046875}, {"start": 1621.17, "end": 1621.25, "word": " in", "probability": 0.492919921875}, {"start": 1621.25, "end": 1621.35, "word": " the", "probability": 0.74072265625}, {"start": 1621.35, "end": 1621.59, "word": " xml", "probability": 0.972412109375}, {"start": 1621.59, "end": 1621.85, "word": " file,", "probability": 0.77197265625}, {"start": 1621.87, "end": 1621.87, "word": " you", "probability": 0.209228515625}, {"start": 1621.87, "end": 1621.93, "word": " put", "probability": 0.2227783203125}, {"start": 1621.93, "end": 1622.15, "word": " it", "probability": 0.5830078125}, {"start": 1622.15, "end": 1624.61, "word": " in", "probability": 0.404052734375}, {"start": 1624.61, "end": 1624.95, "word": " the", "probability": 0.61474609375}, {"start": 1624.95, "end": 1629.33, "word": " xml", "probability": 0.76953125}, {"start": 1629.33, "end": 1629.33, "word": " file,", "probability": 0.84423828125}, {"start": 1629.33, "end": 1629.33, "word": " you", "probability": 0.11334228515625}, {"start": 1629.33, "end": 1629.33, "word": " put", "probability": 0.6123046875}, {"start": 1629.33, "end": 1629.33, "word": " it", "probability": 0.86328125}, {"start": 1629.33, "end": 1629.33, "word": " in", "probability": 0.7470703125}, {"start": 1629.33, "end": 1629.35, "word": " the", "probability": 0.8486328125}, {"start": 1629.35, "end": 1629.73, "word": " xml", "probability": 0.9443359375}, {"start": 1629.73, "end": 1629.73, "word": " file,", "probability": 0.89501953125}, {"start": 1629.73, "end": 1629.73, "word": " you", "probability": 0.312255859375}, {"start": 1629.73, "end": 1629.87, "word": " put", "probability": 0.85595703125}, {"start": 1629.87, "end": 1629.87, "word": " it", "probability": 0.9345703125}, {"start": 1629.87, "end": 1629.87, "word": " in", "probability": 0.85400390625}, {"start": 1629.87, "end": 1631.33, "word": " the", "probability": 0.9052734375}, {"start": 1631.33, "end": 1631.33, "word": " xml", "probability": 0.973388671875}, {"start": 1631.33, "end": 1631.33, "word": " file,", "probability": 0.90087890625}, {"start": 1631.33, "end": 1631.33, "word": " you", "probability": 0.62890625}, {"start": 1631.33, "end": 1631.33, "word": " put", "probability": 0.904296875}, {"start": 1631.33, "end": 1631.33, "word": " it", "probability": 0.9501953125}, {"start": 1631.33, "end": 1631.33, "word": " in", "probability": 0.89111328125}, {"start": 1631.33, "end": 1631.33, "word": " the", "probability": 0.916015625}, {"start": 1631.33, "end": 1631.53, "word": " xml", "probability": 0.981689453125}, {"start": 1631.53, "end": 1631.53, "word": " file,", "probability": 0.89990234375}, {"start": 1631.53, "end": 1631.53, "word": " you", "probability": 0.78955078125}, {"start": 1631.53, "end": 1631.53, "word": " put", "probability": 0.9169921875}, {"start": 1631.53, "end": 1631.53, "word": " it", "probability": 0.9560546875}, {"start": 1631.53, "end": 1631.53, "word": " in", "probability": 0.91162109375}, {"start": 1631.53, "end": 1631.53, "word": " the", "probability": 0.91943359375}, {"start": 1631.53, "end": 1631.53, "word": " xml", "probability": 0.9853515625}, {"start": 1631.53, "end": 1631.53, "word": " file,", "probability": 0.89794921875}, {"start": 1631.53, "end": 1631.53, "word": " you", "probability": 0.86669921875}, {"start": 1631.53, "end": 1631.53, "word": " put", "probability": 0.9248046875}, {"start": 1631.53, "end": 1631.53, "word": " it", "probability": 0.95703125}, {"start": 1631.53, "end": 1631.53, "word": " in", "probability": 0.92578125}, {"start": 1631.53, "end": 1631.53, "word": " the", "probability": 0.92333984375}, {"start": 1631.53, "end": 1631.61, "word": " xml", "probability": 0.988037109375}, {"start": 1631.61, "end": 1631.61, "word": " file,", "probability": 0.8955078125}, {"start": 1631.69, "end": 1631.75, "word": " you", "probability": 0.90771484375}, {"start": 1631.75, "end": 1631.81, "word": " put", "probability": 0.9306640625}, {"start": 1631.81, "end": 1631.85, "word": " it", "probability": 0.95849609375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.93359375}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92333984375}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.989990234375}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8935546875}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.93212890625}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.93359375}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.9580078125}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.93896484375}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92333984375}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.991455078125}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8916015625}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.94580078125}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.93603515625}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.94189453125}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92529296875}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.99267578125}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8896484375}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.95361328125}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.9384765625}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.9443359375}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92529296875}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.993408203125}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.88671875}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.95947265625}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.939453125}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.95849609375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.9443359375}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92626953125}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.993896484375}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8857421875}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.9619140625}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.9404296875}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.9599609375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.94580078125}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92626953125}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.99462890625}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8837890625}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.9638671875}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.9404296875}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.94677734375}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92578125}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.99462890625}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.88134765625}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.96533203125}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.94140625}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.947265625}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.9248046875}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.994873046875}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8798828125}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.96630859375}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.94091796875}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.94775390625}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92529296875}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.994873046875}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.87890625}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.96728515625}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.94189453125}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.94775390625}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92724609375}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.994873046875}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.87646484375}, {"start": 1631.85, "end": 1631.85, "word": " you", "probability": 0.96826171875}, {"start": 1631.85, "end": 1631.85, "word": " put", "probability": 0.94189453125}, {"start": 1631.85, "end": 1631.85, "word": " it", "probability": 0.958984375}, {"start": 1631.85, "end": 1631.85, "word": " in", "probability": 0.9482421875}, {"start": 1631.85, "end": 1631.85, "word": " the", "probability": 0.92626953125}, {"start": 1631.85, "end": 1631.85, "word": " xml", "probability": 0.99462890625}, {"start": 1631.85, "end": 1631.85, "word": " file,", "probability": 0.8740234375}, {"start": 1632.33, "end": 1632.39, "word": " you", "probability": 0.96875}, {"start": 1632.39, "end": 1633.01, "word": " put", "probability": 0.94091796875}, {"start": 1633.01, "end": 1633.05, "word": " it", "probability": 0.958984375}, {"start": 1633.05, "end": 1633.27, "word": " in", "probability": 0.9482421875}, {"start": 1633.27, "end": 1633.29, "word": " the", "probability": 0.92724609375}, {"start": 1633.29, "end": 1633.95, "word": " xml", "probability": 0.99462890625}, {"start": 1633.95, "end": 1633.95, "word": " file,", "probability": 0.87255859375}, {"start": 1634.41, "end": 1634.57, "word": " you", "probability": 0.96923828125}, {"start": 1634.57, "end": 1634.57, "word": " put", "probability": 0.9423828125}, {"start": 1634.57, "end": 1634.57, "word": " it", "probability": 0.958984375}, {"start": 1634.57, "end": 1634.57, "word": " in", "probability": 0.94677734375}, {"start": 1634.57, "end": 1634.63, "word": " the", "probability": 0.92578125}, {"start": 1634.63, "end": 1634.77, "word": " xml", "probability": 0.99462890625}], "temperature": 1.0}, {"id": 64, "seek": 166073, "start": 1635.29, "end": 1660.73, "text": " You see, I don't want to send titles. Okay, I want to do it again. These are the titles, we removed them. I want to let him take something, guys. The name of the picture itself. Not the picture in the drop-down menu. Yes, he removed the titles. You see, come here.", "tokens": [509, 536, 11, 286, 500, 380, 528, 281, 2845, 12992, 13, 1033, 11, 286, 528, 281, 360, 309, 797, 13, 1981, 366, 264, 12992, 11, 321, 7261, 552, 13, 286, 528, 281, 718, 796, 747, 746, 11, 1074, 13, 440, 1315, 295, 264, 3036, 2564, 13, 1726, 264, 3036, 294, 264, 3270, 12, 5093, 6510, 13, 1079, 11, 415, 7261, 264, 12992, 13, 509, 536, 11, 808, 510, 13], "avg_logprob": -0.5660714404923576, "compression_ratio": 1.65625, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1635.29, "end": 1635.55, "word": " You", "probability": 0.05450439453125}, {"start": 1635.55, "end": 1635.63, "word": " see,", "probability": 0.4013671875}, {"start": 1635.67, "end": 1635.77, "word": " I", "probability": 0.414794921875}, {"start": 1635.77, "end": 1635.77, "word": " don't", "probability": 0.864013671875}, {"start": 1635.77, "end": 1635.93, "word": " want", "probability": 0.77685546875}, {"start": 1635.93, "end": 1636.05, "word": " to", "probability": 0.90185546875}, {"start": 1636.05, "end": 1636.15, "word": " send", "probability": 0.49462890625}, {"start": 1636.15, "end": 1636.73, "word": " titles.", "probability": 0.68212890625}, {"start": 1643.11, "end": 1643.47, "word": " Okay,", "probability": 0.182373046875}, {"start": 1643.73, "end": 1643.87, "word": " I", "probability": 0.8408203125}, {"start": 1643.87, "end": 1643.97, "word": " want", "probability": 0.37255859375}, {"start": 1643.97, "end": 1644.09, "word": " to", "probability": 0.95654296875}, {"start": 1644.09, "end": 1644.21, "word": " do", "probability": 0.5146484375}, {"start": 1644.21, "end": 1644.39, "word": " it", "probability": 0.8427734375}, {"start": 1644.39, "end": 1644.43, "word": " again.", "probability": 0.52978515625}, {"start": 1647.97, "end": 1648.33, "word": " These", "probability": 0.36962890625}, {"start": 1648.33, "end": 1648.39, "word": " are", "probability": 0.78955078125}, {"start": 1648.39, "end": 1648.39, "word": " the", "probability": 0.568359375}, {"start": 1648.39, "end": 1648.99, "word": " titles,", "probability": 0.91845703125}, {"start": 1649.37, "end": 1649.77, "word": " we", "probability": 0.49365234375}, {"start": 1649.77, "end": 1649.77, "word": " removed", "probability": 0.391357421875}, {"start": 1649.77, "end": 1650.03, "word": " them.", "probability": 0.8291015625}, {"start": 1650.49, "end": 1650.85, "word": " I", "probability": 0.458740234375}, {"start": 1650.85, "end": 1650.95, "word": " want", "probability": 0.818359375}, {"start": 1650.95, "end": 1651.05, "word": " to", "probability": 0.75341796875}, {"start": 1651.05, "end": 1651.21, "word": " let", "probability": 0.2403564453125}, {"start": 1651.21, "end": 1651.35, "word": " him", "probability": 0.505859375}, {"start": 1651.35, "end": 1651.53, "word": " take", "probability": 0.63818359375}, {"start": 1651.53, "end": 1651.73, "word": " something,", "probability": 0.277099609375}, {"start": 1652.21, "end": 1652.21, "word": " guys.", "probability": 0.78369140625}, {"start": 1652.43, "end": 1652.65, "word": " The", "probability": 0.576171875}, {"start": 1652.65, "end": 1652.65, "word": " name", "probability": 0.391357421875}, {"start": 1652.65, "end": 1652.77, "word": " of", "probability": 0.9365234375}, {"start": 1652.77, "end": 1652.79, "word": " the", "probability": 0.8974609375}, {"start": 1652.79, "end": 1652.97, "word": " picture", "probability": 0.3115234375}, {"start": 1652.97, "end": 1653.27, "word": " itself.", "probability": 0.58984375}, {"start": 1654.19, "end": 1654.35, "word": " Not", "probability": 0.83642578125}, {"start": 1654.35, "end": 1654.49, "word": " the", "probability": 0.8369140625}, {"start": 1654.49, "end": 1654.73, "word": " picture", "probability": 0.74072265625}, {"start": 1654.73, "end": 1654.89, "word": " in", "probability": 0.720703125}, {"start": 1654.89, "end": 1654.97, "word": " the", "probability": 0.609375}, {"start": 1654.97, "end": 1655.13, "word": " drop", "probability": 0.485107421875}, {"start": 1655.13, "end": 1655.27, "word": "-down", "probability": 0.6732177734375}, {"start": 1655.27, "end": 1655.29, "word": " menu.", "probability": 0.297607421875}, {"start": 1655.65, "end": 1656.01, "word": " Yes,", "probability": 0.397705078125}, {"start": 1656.75, "end": 1656.97, "word": " he", "probability": 0.316162109375}, {"start": 1656.97, "end": 1657.15, "word": " removed", "probability": 0.705078125}, {"start": 1657.15, "end": 1657.31, "word": " the", "probability": 0.89208984375}, {"start": 1657.31, "end": 1657.71, "word": " titles.", "probability": 0.86328125}, {"start": 1659.71, "end": 1660.07, "word": " You", "probability": 0.72802734375}, {"start": 1660.07, "end": 1660.17, "word": " see,", "probability": 0.9287109375}, {"start": 1660.31, "end": 1660.45, "word": " come", "probability": 0.77099609375}, {"start": 1660.45, "end": 1660.73, "word": " here.", "probability": 0.83154296875}], "temperature": 1.0}, {"id": 65, "seek": 169047, "start": 1663.65, "end": 1690.47, "text": " Because every fragment is present, fragments, wait a minute, look at fragments.get I, what does it return to you? Not I, position, okay? It brings you the fragment. We don't send each fragment its picture, name, not its name, its picture, this I with it, okay? Get arguments, it brings us the arguments, and then the arguments, we say get int, okay? Photo", "tokens": [1436, 633, 26424, 307, 1974, 11, 29197, 11, 1699, 257, 3456, 11, 574, 412, 29197, 13, 847, 286, 11, 437, 775, 309, 2736, 281, 291, 30, 1726, 286, 11, 2535, 11, 1392, 30, 467, 5607, 291, 264, 26424, 13, 492, 500, 380, 2845, 1184, 6600, 10433, 1080, 3036, 11, 1315, 11, 406, 1080, 1315, 11, 1080, 3036, 11, 341, 286, 365, 309, 11, 1392, 30, 3240, 12869, 11, 309, 5607, 505, 264, 12869, 11, 293, 550, 264, 12869, 11, 321, 584, 483, 560, 11, 1392, 30, 39175], "avg_logprob": -0.5582386485554955, "compression_ratio": 1.771144278606965, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1663.65, "end": 1663.99, "word": " Because", "probability": 0.375732421875}, {"start": 1663.99, "end": 1664.29, "word": " every", "probability": 0.459228515625}, {"start": 1664.29, "end": 1664.71, "word": " fragment", "probability": 0.5869140625}, {"start": 1664.71, "end": 1664.89, "word": " is", "probability": 0.2171630859375}, {"start": 1664.89, "end": 1665.33, "word": " present,", "probability": 0.57666015625}, {"start": 1665.99, "end": 1666.41, "word": " fragments,", "probability": 0.1915283203125}, {"start": 1666.55, "end": 1666.67, "word": " wait", "probability": 0.45947265625}, {"start": 1666.67, "end": 1667.01, "word": " a", "probability": 0.748046875}, {"start": 1667.01, "end": 1667.01, "word": " minute,", "probability": 0.482666015625}, {"start": 1667.09, "end": 1667.33, "word": " look", "probability": 0.689453125}, {"start": 1667.33, "end": 1667.51, "word": " at", "probability": 0.470703125}, {"start": 1667.51, "end": 1668.25, "word": " fragments", "probability": 0.82080078125}, {"start": 1668.25, "end": 1669.37, "word": ".get", "probability": 0.797119140625}, {"start": 1669.37, "end": 1670.09, "word": " I,", "probability": 0.237060546875}, {"start": 1670.21, "end": 1670.47, "word": " what", "probability": 0.75}, {"start": 1670.47, "end": 1670.49, "word": " does", "probability": 0.1715087890625}, {"start": 1670.49, "end": 1670.79, "word": " it", "probability": 0.7216796875}, {"start": 1670.79, "end": 1670.79, "word": " return", "probability": 0.313232421875}, {"start": 1670.79, "end": 1670.91, "word": " to", "probability": 0.419921875}, {"start": 1670.91, "end": 1671.09, "word": " you?", "probability": 0.9345703125}, {"start": 1672.31, "end": 1672.87, "word": " Not", "probability": 0.57568359375}, {"start": 1672.87, "end": 1673.15, "word": " I,", "probability": 0.96826171875}, {"start": 1673.25, "end": 1673.65, "word": " position,", "probability": 0.8857421875}, {"start": 1674.47, "end": 1674.63, "word": " okay?", "probability": 0.275634765625}, {"start": 1674.73, "end": 1674.79, "word": " It", "probability": 0.8115234375}, {"start": 1674.79, "end": 1674.93, "word": " brings", "probability": 0.52783203125}, {"start": 1674.93, "end": 1675.05, "word": " you", "probability": 0.78955078125}, {"start": 1675.05, "end": 1675.17, "word": " the", "probability": 0.7919921875}, {"start": 1675.17, "end": 1675.47, "word": " fragment.", "probability": 0.7919921875}, {"start": 1675.95, "end": 1676.15, "word": " We", "probability": 0.599609375}, {"start": 1676.15, "end": 1676.27, "word": " don't", "probability": 0.755126953125}, {"start": 1676.27, "end": 1676.35, "word": " send", "probability": 0.63232421875}, {"start": 1676.35, "end": 1676.45, "word": " each", "probability": 0.27294921875}, {"start": 1676.45, "end": 1676.87, "word": " fragment", "probability": 0.59307861328125}, {"start": 1676.87, "end": 1677.33, "word": " its", "probability": 0.480224609375}, {"start": 1677.33, "end": 1677.55, "word": " picture,", "probability": 0.414306640625}, {"start": 1678.03, "end": 1678.33, "word": " name,", "probability": 0.435302734375}, {"start": 1678.47, "end": 1678.63, "word": " not", "probability": 0.88720703125}, {"start": 1678.63, "end": 1678.83, "word": " its", "probability": 0.51904296875}, {"start": 1678.83, "end": 1678.91, "word": " name,", "probability": 0.5810546875}, {"start": 1679.31, "end": 1679.31, "word": " its", "probability": 0.4990234375}, {"start": 1679.31, "end": 1679.31, "word": " picture,", "probability": 0.78466796875}, {"start": 1680.13, "end": 1680.29, "word": " this", "probability": 0.23876953125}, {"start": 1680.29, "end": 1680.51, "word": " I", "probability": 0.9326171875}, {"start": 1680.51, "end": 1680.83, "word": " with", "probability": 0.1943359375}, {"start": 1680.83, "end": 1681.23, "word": " it,", "probability": 0.8984375}, {"start": 1681.29, "end": 1681.79, "word": " okay?", "probability": 0.74853515625}, {"start": 1682.43, "end": 1682.81, "word": " Get", "probability": 0.7421875}, {"start": 1682.81, "end": 1684.83, "word": " arguments,", "probability": 0.8125}, {"start": 1685.23, "end": 1685.43, "word": " it", "probability": 0.288330078125}, {"start": 1685.43, "end": 1685.55, "word": " brings", "probability": 0.53369140625}, {"start": 1685.55, "end": 1685.67, "word": " us", "probability": 0.73681640625}, {"start": 1685.67, "end": 1685.73, "word": " the", "probability": 0.4306640625}, {"start": 1685.73, "end": 1686.19, "word": " arguments,", "probability": 0.79296875}, {"start": 1686.53, "end": 1686.65, "word": " and", "probability": 0.8193359375}, {"start": 1686.65, "end": 1686.85, "word": " then", "probability": 0.7724609375}, {"start": 1686.85, "end": 1687.39, "word": " the", "probability": 0.58740234375}, {"start": 1687.39, "end": 1687.75, "word": " arguments,", "probability": 0.83349609375}, {"start": 1687.85, "end": 1687.91, "word": " we", "probability": 0.7666015625}, {"start": 1687.91, "end": 1687.97, "word": " say", "probability": 0.50732421875}, {"start": 1687.97, "end": 1688.31, "word": " get", "probability": 0.7080078125}, {"start": 1688.31, "end": 1688.73, "word": " int,", "probability": 0.509765625}, {"start": 1689.43, "end": 1689.71, "word": " okay?", "probability": 0.78515625}, {"start": 1690.07, "end": 1690.47, "word": " Photo", "probability": 0.83935546875}], "temperature": 1.0}, {"id": 66, "seek": 172142, "start": 1692.68, "end": 1721.42, "text": " What does this return? Int photo ID. This photo ID is a number. I want the name of the photo. Okay? So we do the opposite of what we did a while ago. We gave him a name to get the number. We gave him the number to get the name. But this is what context does. Did you see the context that we sent? And this is this.context", "tokens": [708, 775, 341, 2736, 30, 5681, 5052, 7348, 13, 639, 5052, 7348, 307, 257, 1230, 13, 286, 528, 264, 1315, 295, 264, 5052, 13, 1033, 30, 407, 321, 360, 264, 6182, 295, 437, 321, 630, 257, 1339, 2057, 13, 492, 2729, 796, 257, 1315, 281, 483, 264, 1230, 13, 492, 2729, 796, 264, 1230, 281, 483, 264, 1315, 13, 583, 341, 307, 437, 4319, 775, 13, 2589, 291, 536, 264, 4319, 300, 321, 2279, 30, 400, 341, 307, 341, 13, 9000, 3828], "avg_logprob": -0.5101656913757324, "compression_ratio": 1.7405405405405405, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1692.68, "end": 1692.94, "word": " What", "probability": 0.1824951171875}, {"start": 1692.94, "end": 1692.94, "word": " does", "probability": 0.291259765625}, {"start": 1692.94, "end": 1693.14, "word": " this", "probability": 0.611328125}, {"start": 1693.14, "end": 1693.5, "word": " return?", "probability": 0.30712890625}, {"start": 1694.94, "end": 1695.38, "word": " Int", "probability": 0.0926513671875}, {"start": 1695.38, "end": 1696.42, "word": " photo", "probability": 0.70458984375}, {"start": 1696.42, "end": 1697.38, "word": " ID.", "probability": 0.38037109375}, {"start": 1698.04, "end": 1698.48, "word": " This", "probability": 0.64453125}, {"start": 1698.48, "end": 1698.78, "word": " photo", "probability": 0.77392578125}, {"start": 1698.78, "end": 1699.0, "word": " ID", "probability": 0.89697265625}, {"start": 1699.0, "end": 1699.14, "word": " is", "probability": 0.66748046875}, {"start": 1699.14, "end": 1699.32, "word": " a", "probability": 0.360595703125}, {"start": 1699.32, "end": 1699.58, "word": " number.", "probability": 0.85302734375}, {"start": 1699.78, "end": 1700.16, "word": " I", "probability": 0.8740234375}, {"start": 1700.16, "end": 1700.34, "word": " want", "probability": 0.791015625}, {"start": 1700.34, "end": 1700.58, "word": " the", "probability": 0.806640625}, {"start": 1700.58, "end": 1700.58, "word": " name", "probability": 0.55615234375}, {"start": 1700.58, "end": 1700.7, "word": " of", "probability": 0.9638671875}, {"start": 1700.7, "end": 1700.74, "word": " the", "probability": 0.8203125}, {"start": 1700.74, "end": 1700.96, "word": " photo.", "probability": 0.439453125}, {"start": 1701.46, "end": 1701.64, "word": " Okay?", "probability": 0.2484130859375}, {"start": 1702.34, "end": 1702.6, "word": " So", "probability": 0.6982421875}, {"start": 1702.6, "end": 1702.8, "word": " we", "probability": 0.468994140625}, {"start": 1702.8, "end": 1702.94, "word": " do", "probability": 0.37353515625}, {"start": 1702.94, "end": 1703.3, "word": " the", "probability": 0.69677734375}, {"start": 1703.3, "end": 1703.3, "word": " opposite", "probability": 0.81640625}, {"start": 1703.3, "end": 1703.48, "word": " of", "probability": 0.33740234375}, {"start": 1703.48, "end": 1703.72, "word": " what", "probability": 0.87451171875}, {"start": 1703.72, "end": 1704.8, "word": " we", "probability": 0.363037109375}, {"start": 1704.8, "end": 1704.88, "word": " did", "probability": 0.7412109375}, {"start": 1704.88, "end": 1705.06, "word": " a", "probability": 0.438232421875}, {"start": 1705.06, "end": 1705.18, "word": " while", "probability": 0.61181640625}, {"start": 1705.18, "end": 1705.22, "word": " ago.", "probability": 0.85546875}, {"start": 1705.34, "end": 1705.4, "word": " We", "probability": 0.6044921875}, {"start": 1705.4, "end": 1705.68, "word": " gave", "probability": 0.5244140625}, {"start": 1705.68, "end": 1705.8, "word": " him", "probability": 0.358154296875}, {"start": 1705.8, "end": 1705.82, "word": " a", "probability": 0.8544921875}, {"start": 1705.82, "end": 1706.1, "word": " name", "probability": 0.841796875}, {"start": 1706.1, "end": 1706.74, "word": " to", "probability": 0.1905517578125}, {"start": 1706.74, "end": 1706.86, "word": " get", "probability": 0.5791015625}, {"start": 1706.86, "end": 1707.04, "word": " the", "probability": 0.70263671875}, {"start": 1707.04, "end": 1707.24, "word": " number.", "probability": 0.89892578125}, {"start": 1707.36, "end": 1707.5, "word": " We", "probability": 0.327880859375}, {"start": 1707.5, "end": 1707.66, "word": " gave", "probability": 0.360595703125}, {"start": 1707.66, "end": 1708.06, "word": " him", "probability": 0.88134765625}, {"start": 1708.06, "end": 1708.1, "word": " the", "probability": 0.66748046875}, {"start": 1708.1, "end": 1708.28, "word": " number", "probability": 0.92626953125}, {"start": 1708.28, "end": 1709.96, "word": " to", "probability": 0.693359375}, {"start": 1709.96, "end": 1710.14, "word": " get", "probability": 0.859375}, {"start": 1710.14, "end": 1710.36, "word": " the", "probability": 0.7041015625}, {"start": 1710.36, "end": 1710.52, "word": " name.", "probability": 0.8505859375}, {"start": 1710.58, "end": 1710.74, "word": " But", "probability": 0.8251953125}, {"start": 1710.74, "end": 1710.9, "word": " this", "probability": 0.85205078125}, {"start": 1710.9, "end": 1710.94, "word": " is", "probability": 0.63427734375}, {"start": 1710.94, "end": 1711.18, "word": " what", "probability": 0.341064453125}, {"start": 1711.18, "end": 1711.66, "word": " context", "probability": 0.42529296875}, {"start": 1711.66, "end": 1711.66, "word": " does.", "probability": 0.54296875}, {"start": 1713.3, "end": 1713.74, "word": " Did", "probability": 0.38818359375}, {"start": 1713.74, "end": 1713.78, "word": " you", "probability": 0.97314453125}, {"start": 1713.78, "end": 1713.78, "word": " see", "probability": 0.892578125}, {"start": 1713.78, "end": 1713.9, "word": " the", "probability": 0.83203125}, {"start": 1713.9, "end": 1714.26, "word": " context", "probability": 0.88037109375}, {"start": 1714.26, "end": 1714.48, "word": " that", "probability": 0.481201171875}, {"start": 1714.48, "end": 1715.46, "word": " we", "probability": 0.92041015625}, {"start": 1715.46, "end": 1715.64, "word": " sent?", "probability": 0.54541015625}, {"start": 1718.82, "end": 1719.26, "word": " And", "probability": 0.650390625}, {"start": 1719.26, "end": 1719.48, "word": " this", "probability": 0.724609375}, {"start": 1719.48, "end": 1719.64, "word": " is", "probability": 0.76904296875}, {"start": 1719.64, "end": 1720.0, "word": " this", "probability": 0.81689453125}, {"start": 1720.0, "end": 1721.42, "word": ".context", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 67, "seek": 175387, "start": 1725.55, "end": 1753.87, "text": " And here, why do I need context? To say context dot get resources dot get resource name entity You give it an id, it gives you a photo, id, string, photo, name No, I want to say return photo name dot replace all", "tokens": [400, 510, 11, 983, 360, 286, 643, 4319, 30, 1407, 584, 4319, 5893, 483, 3593, 5893, 483, 7684, 1315, 13977, 509, 976, 309, 364, 4496, 11, 309, 2709, 291, 257, 5052, 11, 4496, 11, 6798, 11, 5052, 11, 1315, 883, 11, 286, 528, 281, 584, 2736, 5052, 1315, 5893, 7406, 439], "avg_logprob": -0.6024639274065311, "compression_ratio": 1.525179856115108, "no_speech_prob": 0.0, "words": [{"start": 1725.55, "end": 1725.81, "word": " And", "probability": 0.089599609375}, {"start": 1725.81, "end": 1726.09, "word": " here,", "probability": 0.7099609375}, {"start": 1726.35, "end": 1726.95, "word": " why", "probability": 0.82958984375}, {"start": 1726.95, "end": 1727.05, "word": " do", "probability": 0.302001953125}, {"start": 1727.05, "end": 1727.05, "word": " I", "probability": 0.54345703125}, {"start": 1727.05, "end": 1727.17, "word": " need", "probability": 0.79638671875}, {"start": 1727.17, "end": 1727.67, "word": " context?", "probability": 0.73388671875}, {"start": 1727.79, "end": 1727.93, "word": " To", "probability": 0.2198486328125}, {"start": 1727.93, "end": 1728.19, "word": " say", "probability": 0.4658203125}, {"start": 1728.19, "end": 1728.83, "word": " context", "probability": 0.802734375}, {"start": 1728.83, "end": 1729.55, "word": " dot", "probability": 0.30029296875}, {"start": 1729.55, "end": 1729.75, "word": " get", "probability": 0.9228515625}, {"start": 1729.75, "end": 1730.31, "word": " resources", "probability": 0.85546875}, {"start": 1730.31, "end": 1731.53, "word": " dot", "probability": 0.23779296875}, {"start": 1731.53, "end": 1732.61, "word": " get", "probability": 0.8291015625}, {"start": 1732.61, "end": 1734.65, "word": " resource", "probability": 0.859375}, {"start": 1734.65, "end": 1734.93, "word": " name", "probability": 0.8251953125}, {"start": 1734.93, "end": 1735.37, "word": " entity", "probability": 0.95751953125}, {"start": 1735.37, "end": 1735.63, "word": " You", "probability": 0.3720703125}, {"start": 1735.63, "end": 1735.81, "word": " give", "probability": 0.642578125}, {"start": 1735.81, "end": 1735.93, "word": " it", "probability": 0.3701171875}, {"start": 1735.93, "end": 1736.03, "word": " an", "probability": 0.420654296875}, {"start": 1736.03, "end": 1736.39, "word": " id,", "probability": 0.6708984375}, {"start": 1737.01, "end": 1737.01, "word": " it", "probability": 0.475341796875}, {"start": 1737.01, "end": 1737.89, "word": " gives", "probability": 0.44091796875}, {"start": 1737.89, "end": 1739.01, "word": " you", "probability": 0.548828125}, {"start": 1739.01, "end": 1739.01, "word": " a", "probability": 0.42236328125}, {"start": 1739.01, "end": 1739.39, "word": " photo,", "probability": 0.896484375}, {"start": 1739.95, "end": 1740.77, "word": " id,", "probability": 0.41015625}, {"start": 1741.59, "end": 1742.55, "word": " string,", "probability": 0.17578125}, {"start": 1743.51, "end": 1744.85, "word": " photo,", "probability": 0.87353515625}, {"start": 1745.29, "end": 1745.93, "word": " name", "probability": 0.86279296875}, {"start": 1745.93, "end": 1748.13, "word": " No,", "probability": 0.2066650390625}, {"start": 1748.67, "end": 1748.93, "word": " I", "probability": 0.4150390625}, {"start": 1748.93, "end": 1748.93, "word": " want", "probability": 0.33935546875}, {"start": 1748.93, "end": 1748.99, "word": " to", "probability": 0.92236328125}, {"start": 1748.99, "end": 1749.11, "word": " say", "probability": 0.83447265625}, {"start": 1749.11, "end": 1749.65, "word": " return", "probability": 0.86865234375}, {"start": 1749.65, "end": 1751.27, "word": " photo", "probability": 0.642578125}, {"start": 1751.27, "end": 1751.81, "word": " name", "probability": 0.71826171875}, {"start": 1751.81, "end": 1752.79, "word": " dot", "probability": 0.94921875}, {"start": 1752.79, "end": 1753.39, "word": " replace", "probability": 0.9140625}, {"start": 1753.39, "end": 1753.87, "word": " all", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 68, "seek": 177873, "start": 1758.89, "end": 1778.73, "text": " What did I do here? I need to remove the space, it's not good for the user to see it, right or not? We're done, but what do we need to send? Context, here we say get application context The order was correct Okay?", "tokens": [708, 630, 286, 360, 510, 30, 286, 643, 281, 4159, 264, 1901, 11, 309, 311, 406, 665, 337, 264, 4195, 281, 536, 309, 11, 558, 420, 406, 30, 492, 434, 1096, 11, 457, 437, 360, 321, 643, 281, 2845, 30, 4839, 3828, 11, 510, 321, 584, 483, 3861, 4319, 440, 1668, 390, 3006, 1033, 30], "avg_logprob": -0.659040164734636, "compression_ratio": 1.3986928104575163, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1758.8899999999999, "end": 1759.37, "word": " What", "probability": 0.345947265625}, {"start": 1759.37, "end": 1759.45, "word": " did", "probability": 0.73876953125}, {"start": 1759.45, "end": 1759.81, "word": " I", "probability": 0.9267578125}, {"start": 1759.81, "end": 1759.81, "word": " do", "probability": 0.93115234375}, {"start": 1759.81, "end": 1760.09, "word": " here?", "probability": 0.7451171875}, {"start": 1760.85, "end": 1761.33, "word": " I", "probability": 0.58544921875}, {"start": 1761.33, "end": 1761.45, "word": " need", "probability": 0.07635498046875}, {"start": 1761.45, "end": 1761.63, "word": " to", "probability": 0.54052734375}, {"start": 1761.63, "end": 1761.63, "word": " remove", "probability": 0.63623046875}, {"start": 1761.63, "end": 1761.73, "word": " the", "probability": 0.316650390625}, {"start": 1761.73, "end": 1761.95, "word": " space,", "probability": 0.85302734375}, {"start": 1762.01, "end": 1762.07, "word": " it's", "probability": 0.5751953125}, {"start": 1762.07, "end": 1762.15, "word": " not", "probability": 0.875}, {"start": 1762.15, "end": 1762.31, "word": " good", "probability": 0.375244140625}, {"start": 1762.31, "end": 1762.71, "word": " for", "probability": 0.489013671875}, {"start": 1762.71, "end": 1762.79, "word": " the", "probability": 0.75927734375}, {"start": 1762.79, "end": 1763.15, "word": " user", "probability": 0.90966796875}, {"start": 1763.15, "end": 1763.17, "word": " to", "probability": 0.385498046875}, {"start": 1763.17, "end": 1763.17, "word": " see", "probability": 0.548828125}, {"start": 1763.17, "end": 1763.41, "word": " it,", "probability": 0.439453125}, {"start": 1763.43, "end": 1763.61, "word": " right", "probability": 0.60107421875}, {"start": 1763.61, "end": 1763.79, "word": " or", "probability": 0.53076171875}, {"start": 1763.79, "end": 1763.89, "word": " not?", "probability": 0.5703125}, {"start": 1765.01, "end": 1765.49, "word": " We're", "probability": 0.412841796875}, {"start": 1765.49, "end": 1765.81, "word": " done,", "probability": 0.8447265625}, {"start": 1766.15, "end": 1766.83, "word": " but", "probability": 0.7783203125}, {"start": 1766.83, "end": 1767.01, "word": " what", "probability": 0.426025390625}, {"start": 1767.01, "end": 1767.01, "word": " do", "probability": 0.232177734375}, {"start": 1767.01, "end": 1767.11, "word": " we", "probability": 0.88037109375}, {"start": 1767.11, "end": 1767.11, "word": " need", "probability": 0.262451171875}, {"start": 1767.11, "end": 1767.37, "word": " to", "probability": 0.82275390625}, {"start": 1767.37, "end": 1767.65, "word": " send?", "probability": 0.25341796875}, {"start": 1768.87, "end": 1769.35, "word": " Context,", "probability": 0.7451171875}, {"start": 1769.45, "end": 1769.67, "word": " here", "probability": 0.6416015625}, {"start": 1769.67, "end": 1769.79, "word": " we", "probability": 0.85693359375}, {"start": 1769.79, "end": 1769.97, "word": " say", "probability": 0.56591796875}, {"start": 1769.97, "end": 1770.21, "word": " get", "probability": 0.79052734375}, {"start": 1770.21, "end": 1770.85, "word": " application", "probability": 0.80615234375}, {"start": 1770.85, "end": 1772.11, "word": " context", "probability": 0.8837890625}, {"start": 1772.11, "end": 1773.69, "word": " The", "probability": 0.2364501953125}, {"start": 1773.69, "end": 1773.99, "word": " order", "probability": 0.64599609375}, {"start": 1773.99, "end": 1774.43, "word": " was", "probability": 0.5205078125}, {"start": 1774.43, "end": 1774.71, "word": " correct", "probability": 0.22705078125}, {"start": 1774.71, "end": 1778.73, "word": " Okay?", "probability": 0.0804443359375}], "temperature": 1.0}, {"id": 69, "seek": 181802, "start": 1789.58, "end": 1818.02, "text": " Okay, the last thing before we start working on this, we can define the characteristics of the tab. The tab turned out to be white, right or not? So, for example, there is a background, a background tab, define its color, for example, I want to call it primary color, okay? The indicator, for example, in the tab, the indicator color, which is this color, for example, the color accent.", "tokens": [1033, 11, 264, 1036, 551, 949, 321, 722, 1364, 322, 341, 11, 321, 393, 6964, 264, 10891, 295, 264, 4421, 13, 440, 4421, 3574, 484, 281, 312, 2418, 11, 558, 420, 406, 30, 407, 11, 337, 1365, 11, 456, 307, 257, 3678, 11, 257, 3678, 4421, 11, 6964, 1080, 2017, 11, 337, 1365, 11, 286, 528, 281, 818, 309, 6194, 2017, 11, 1392, 30, 440, 16961, 11, 337, 1365, 11, 294, 264, 4421, 11, 264, 16961, 2017, 11, 597, 307, 341, 2017, 11, 337, 1365, 11, 264, 2017, 11982, 13], "avg_logprob": -0.4697802138852549, "compression_ratio": 1.8341232227488151, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1789.58, "end": 1789.86, "word": " Okay,", "probability": 0.06402587890625}, {"start": 1789.88, "end": 1790.04, "word": " the", "probability": 0.380859375}, {"start": 1790.04, "end": 1790.16, "word": " last", "probability": 0.86572265625}, {"start": 1790.16, "end": 1790.58, "word": " thing", "probability": 0.7939453125}, {"start": 1790.58, "end": 1790.86, "word": " before", "probability": 0.1622314453125}, {"start": 1790.86, "end": 1791.02, "word": " we", "probability": 0.59423828125}, {"start": 1791.02, "end": 1791.18, "word": " start", "probability": 0.439453125}, {"start": 1791.18, "end": 1791.3, "word": " working", "probability": 0.26611328125}, {"start": 1791.3, "end": 1791.38, "word": " on", "probability": 0.70263671875}, {"start": 1791.38, "end": 1791.6, "word": " this,", "probability": 0.79736328125}, {"start": 1792.1, "end": 1792.52, "word": " we", "probability": 0.71826171875}, {"start": 1792.52, "end": 1792.88, "word": " can", "probability": 0.7861328125}, {"start": 1792.88, "end": 1793.58, "word": " define", "probability": 0.3115234375}, {"start": 1793.58, "end": 1794.88, "word": " the", "probability": 0.818359375}, {"start": 1794.88, "end": 1795.4, "word": " characteristics", "probability": 0.1192626953125}, {"start": 1795.4, "end": 1795.6, "word": " of", "probability": 0.93701171875}, {"start": 1795.6, "end": 1795.72, "word": " the", "probability": 0.72216796875}, {"start": 1795.72, "end": 1795.92, "word": " tab.", "probability": 0.72705078125}, {"start": 1795.98, "end": 1796.14, "word": " The", "probability": 0.59130859375}, {"start": 1796.14, "end": 1796.3, "word": " tab", "probability": 0.90673828125}, {"start": 1796.3, "end": 1796.52, "word": " turned", "probability": 0.1402587890625}, {"start": 1796.52, "end": 1796.62, "word": " out", "probability": 0.8271484375}, {"start": 1796.62, "end": 1796.64, "word": " to", "probability": 0.9345703125}, {"start": 1796.64, "end": 1796.7, "word": " be", "probability": 0.9482421875}, {"start": 1796.7, "end": 1797.06, "word": " white,", "probability": 0.76953125}, {"start": 1797.18, "end": 1797.36, "word": " right", "probability": 0.56103515625}, {"start": 1797.36, "end": 1797.56, "word": " or", "probability": 0.46923828125}, {"start": 1797.56, "end": 1797.62, "word": " not?", "probability": 0.64453125}, {"start": 1798.32, "end": 1798.6, "word": " So,", "probability": 0.304443359375}, {"start": 1798.88, "end": 1799.12, "word": " for", "probability": 0.59912109375}, {"start": 1799.12, "end": 1799.26, "word": " example,", "probability": 0.95263671875}, {"start": 1799.32, "end": 1799.32, "word": " there", "probability": 0.60791015625}, {"start": 1799.32, "end": 1799.32, "word": " is", "probability": 0.77734375}, {"start": 1799.32, "end": 1799.44, "word": " a", "probability": 0.64453125}, {"start": 1799.44, "end": 1800.0, "word": " background,", "probability": 0.91357421875}, {"start": 1800.64, "end": 1801.18, "word": " a", "probability": 0.3525390625}, {"start": 1801.18, "end": 1801.78, "word": " background", "probability": 0.5830078125}, {"start": 1801.78, "end": 1801.96, "word": " tab,", "probability": 0.91796875}, {"start": 1802.3, "end": 1802.4, "word": " define", "probability": 0.215087890625}, {"start": 1802.4, "end": 1802.6, "word": " its", "probability": 0.60595703125}, {"start": 1802.6, "end": 1802.72, "word": " color,", "probability": 0.8369140625}, {"start": 1802.86, "end": 1802.94, "word": " for", "probability": 0.87548828125}, {"start": 1802.94, "end": 1803.06, "word": " example,", "probability": 0.96484375}, {"start": 1803.4, "end": 1803.66, "word": " I", "probability": 0.75244140625}, {"start": 1803.66, "end": 1803.72, "word": " want", "probability": 0.469970703125}, {"start": 1803.72, "end": 1803.78, "word": " to", "probability": 0.9609375}, {"start": 1803.78, "end": 1803.88, "word": " call", "probability": 0.6416015625}, {"start": 1803.88, "end": 1804.0, "word": " it", "probability": 0.92041015625}, {"start": 1804.0, "end": 1804.5, "word": " primary", "probability": 0.468505859375}, {"start": 1804.5, "end": 1804.6, "word": " color,", "probability": 0.81640625}, {"start": 1805.92, "end": 1806.18, "word": " okay?", "probability": 0.71435546875}, {"start": 1807.68, "end": 1808.08, "word": " The", "probability": 0.67822265625}, {"start": 1808.08, "end": 1808.62, "word": " indicator,", "probability": 0.97412109375}, {"start": 1808.78, "end": 1808.9, "word": " for", "probability": 0.94140625}, {"start": 1808.9, "end": 1809.08, "word": " example,", "probability": 0.974609375}, {"start": 1810.2, "end": 1810.4, "word": " in", "probability": 0.419921875}, {"start": 1810.4, "end": 1810.58, "word": " the", "probability": 0.892578125}, {"start": 1810.58, "end": 1810.96, "word": " tab,", "probability": 0.958984375}, {"start": 1812.42, "end": 1813.18, "word": " the", "probability": 0.74169921875}, {"start": 1813.18, "end": 1813.66, "word": " indicator", "probability": 0.87890625}, {"start": 1813.66, "end": 1814.06, "word": " color,", "probability": 0.845703125}, {"start": 1814.86, "end": 1814.88, "word": " which", "probability": 0.78955078125}, {"start": 1814.88, "end": 1815.84, "word": " is", "probability": 0.93115234375}, {"start": 1815.84, "end": 1815.94, "word": " this", "probability": 0.7890625}, {"start": 1815.94, "end": 1816.2, "word": " color,", "probability": 0.88330078125}, {"start": 1816.84, "end": 1817.06, "word": " for", "probability": 0.91015625}, {"start": 1817.06, "end": 1817.18, "word": " example,", "probability": 0.97119140625}, {"start": 1817.26, "end": 1817.36, "word": " the", "probability": 0.46142578125}, {"start": 1817.36, "end": 1817.56, "word": " color", "probability": 0.904296875}, {"start": 1817.56, "end": 1818.02, "word": " accent.", "probability": 0.890625}], "temperature": 1.0}, {"id": 70, "seek": 184143, "start": 1819.19, "end": 1841.43, "text": " Okay? So you can, there are some features. What else is there? Tab. There is an icon. Mode. Tab mode. Indicator height. Indicator height. The bar comes out small. So we can. Tab maximum mode.", "tokens": [1033, 30, 407, 291, 393, 11, 456, 366, 512, 4122, 13, 708, 1646, 307, 456, 30, 14106, 13, 821, 307, 364, 6528, 13, 20500, 13, 14106, 4391, 13, 2333, 299, 1639, 6681, 13, 2333, 299, 1639, 6681, 13, 440, 2159, 1487, 484, 1359, 13, 407, 321, 393, 13, 14106, 6674, 4391, 13], "avg_logprob": -0.5135613207547169, "compression_ratio": 1.411764705882353, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 1819.19, "end": 1819.55, "word": " Okay?", "probability": 0.06683349609375}, {"start": 1819.75, "end": 1819.93, "word": " So", "probability": 0.76806640625}, {"start": 1819.93, "end": 1820.11, "word": " you", "probability": 0.55810546875}, {"start": 1820.11, "end": 1820.27, "word": " can,", "probability": 0.908203125}, {"start": 1820.35, "end": 1820.57, "word": " there", "probability": 0.34521484375}, {"start": 1820.57, "end": 1820.65, "word": " are", "probability": 0.77099609375}, {"start": 1820.65, "end": 1820.87, "word": " some", "probability": 0.80224609375}, {"start": 1820.87, "end": 1821.35, "word": " features.", "probability": 0.33740234375}, {"start": 1821.87, "end": 1822.55, "word": " What", "probability": 0.61083984375}, {"start": 1822.55, "end": 1822.77, "word": " else", "probability": 0.6640625}, {"start": 1822.77, "end": 1822.77, "word": " is", "probability": 0.591796875}, {"start": 1822.77, "end": 1822.77, "word": " there?", "probability": 0.8857421875}, {"start": 1823.17, "end": 1823.75, "word": " Tab.", "probability": 0.76416015625}, {"start": 1826.17, "end": 1826.29, "word": " There", "probability": 0.607421875}, {"start": 1826.29, "end": 1826.39, "word": " is", "probability": 0.72998046875}, {"start": 1826.39, "end": 1826.51, "word": " an", "probability": 0.7197265625}, {"start": 1826.51, "end": 1826.89, "word": " icon.", "probability": 0.90234375}, {"start": 1827.61, "end": 1827.97, "word": " Mode.", "probability": 0.908203125}, {"start": 1828.47, "end": 1828.69, "word": " Tab", "probability": 0.94287109375}, {"start": 1828.69, "end": 1829.09, "word": " mode.", "probability": 0.615234375}, {"start": 1834.17, "end": 1834.85, "word": " Indicator", "probability": 0.92724609375}, {"start": 1834.85, "end": 1835.31, "word": " height.", "probability": 0.89013671875}, {"start": 1836.17, "end": 1836.85, "word": " Indicator", "probability": 0.7434895833333334}, {"start": 1836.85, "end": 1836.85, "word": " height.", "probability": 0.8046875}, {"start": 1837.21, "end": 1837.29, "word": " The", "probability": 0.40966796875}, {"start": 1837.29, "end": 1837.55, "word": " bar", "probability": 0.296630859375}, {"start": 1837.55, "end": 1837.55, "word": " comes", "probability": 0.1826171875}, {"start": 1837.55, "end": 1837.55, "word": " out", "probability": 0.67333984375}, {"start": 1837.55, "end": 1837.89, "word": " small.", "probability": 0.75439453125}, {"start": 1838.03, "end": 1838.37, "word": " So", "probability": 0.78515625}, {"start": 1838.37, "end": 1838.57, "word": " we", "probability": 0.5625}, {"start": 1838.57, "end": 1838.75, "word": " can.", "probability": 0.94384765625}, {"start": 1840.01, "end": 1840.69, "word": " Tab", "probability": 0.927734375}, {"start": 1840.69, "end": 1841.13, "word": " maximum", "probability": 0.7666015625}, {"start": 1841.13, "end": 1841.43, "word": " mode.", "probability": 0.869140625}], "temperature": 1.0}, {"id": 71, "seek": 187103, "start": 1842.87, "end": 1871.03, "text": " and padding and there is text color this is the text color this is for example yes try it yourself, it is ok to put an icon", "tokens": [293, 39562, 293, 456, 307, 2487, 2017, 341, 307, 264, 2487, 2017, 341, 307, 337, 1365, 2086, 853, 309, 1803, 11, 309, 307, 3133, 281, 829, 364, 6528], "avg_logprob": -0.6966594580946297, "compression_ratio": 1.4090909090909092, "no_speech_prob": 0.0, "words": [{"start": 1842.87, "end": 1843.17, "word": " and", "probability": 0.247802734375}, {"start": 1843.17, "end": 1843.63, "word": " padding", "probability": 0.6689453125}, {"start": 1843.63, "end": 1845.07, "word": " and", "probability": 0.5126953125}, {"start": 1845.07, "end": 1845.23, "word": " there", "probability": 0.42333984375}, {"start": 1845.23, "end": 1845.23, "word": " is", "probability": 0.716796875}, {"start": 1845.23, "end": 1845.61, "word": " text", "probability": 0.65478515625}, {"start": 1845.61, "end": 1846.01, "word": " color", "probability": 0.771484375}, {"start": 1846.01, "end": 1846.77, "word": " this", "probability": 0.37744140625}, {"start": 1846.77, "end": 1846.85, "word": " is", "probability": 0.822265625}, {"start": 1846.85, "end": 1846.89, "word": " the", "probability": 0.29541015625}, {"start": 1846.89, "end": 1847.11, "word": " text", "probability": 0.935546875}, {"start": 1847.11, "end": 1847.47, "word": " color", "probability": 0.89306640625}, {"start": 1847.47, "end": 1849.49, "word": " this", "probability": 0.1800537109375}, {"start": 1849.49, "end": 1851.47, "word": " is", "probability": 0.62353515625}, {"start": 1851.47, "end": 1851.55, "word": " for", "probability": 0.66455078125}, {"start": 1851.55, "end": 1852.01, "word": " example", "probability": 0.94580078125}, {"start": 1852.01, "end": 1868.81, "word": " yes", "probability": 0.1339111328125}, {"start": 1868.81, "end": 1869.11, "word": " try", "probability": 0.3994140625}, {"start": 1869.11, "end": 1869.25, "word": " it", "probability": 0.8876953125}, {"start": 1869.25, "end": 1869.65, "word": " yourself,", "probability": 0.419921875}, {"start": 1869.73, "end": 1869.83, "word": " it", "probability": 0.671875}, {"start": 1869.83, "end": 1869.83, "word": " is", "probability": 0.39697265625}, {"start": 1869.83, "end": 1870.05, "word": " ok", "probability": 0.283935546875}, {"start": 1870.05, "end": 1870.55, "word": " to", "probability": 0.2166748046875}, {"start": 1870.55, "end": 1870.73, "word": " put", "probability": 0.5185546875}, {"start": 1870.73, "end": 1870.83, "word": " an", "probability": 0.5791015625}, {"start": 1870.83, "end": 1871.03, "word": " icon", "probability": 0.9423828125}], "temperature": 1.0}, {"id": 72, "seek": 190241, "start": 1883.35, "end": 1902.41, "text": " Yes, guys, it will work, it will show you a photo. Of course, it will bring you the names of the photos that you put in it. Either you change from the tab or you change from the slide. Sometimes in some applications, you have to stop the slide and turn on the tab only.", "tokens": [1079, 11, 1074, 11, 309, 486, 589, 11, 309, 486, 855, 291, 257, 5052, 13, 2720, 1164, 11, 309, 486, 1565, 291, 264, 5288, 295, 264, 5787, 300, 291, 829, 294, 309, 13, 13746, 291, 1319, 490, 264, 4421, 420, 291, 1319, 490, 264, 4137, 13, 4803, 294, 512, 5821, 11, 291, 362, 281, 1590, 264, 4137, 293, 1261, 322, 264, 4421, 787, 13], "avg_logprob": -0.47451923076923075, "compression_ratio": 1.6770186335403727, "no_speech_prob": 3.039836883544922e-06, "words": [{"start": 1883.35, "end": 1883.79, "word": " Yes,", "probability": 0.1490478515625}, {"start": 1883.85, "end": 1884.15, "word": " guys,", "probability": 0.1754150390625}, {"start": 1884.73, "end": 1884.73, "word": " it", "probability": 0.266845703125}, {"start": 1884.73, "end": 1885.19, "word": " will", "probability": 0.5830078125}, {"start": 1885.19, "end": 1886.69, "word": " work,", "probability": 0.468017578125}, {"start": 1886.85, "end": 1886.89, "word": " it", "probability": 0.63720703125}, {"start": 1886.89, "end": 1886.97, "word": " will", "probability": 0.86181640625}, {"start": 1886.97, "end": 1887.19, "word": " show", "probability": 0.8505859375}, {"start": 1887.19, "end": 1887.33, "word": " you", "probability": 0.85986328125}, {"start": 1887.33, "end": 1887.45, "word": " a", "probability": 0.6474609375}, {"start": 1887.45, "end": 1887.71, "word": " photo.", "probability": 0.6767578125}, {"start": 1887.95, "end": 1888.33, "word": " Of", "probability": 0.65478515625}, {"start": 1888.33, "end": 1888.33, "word": " course,", "probability": 0.955078125}, {"start": 1888.39, "end": 1888.53, "word": " it", "probability": 0.552734375}, {"start": 1888.53, "end": 1888.57, "word": " will", "probability": 0.48681640625}, {"start": 1888.57, "end": 1888.77, "word": " bring", "probability": 0.45556640625}, {"start": 1888.77, "end": 1888.91, "word": " you", "probability": 0.64990234375}, {"start": 1888.91, "end": 1889.09, "word": " the", "probability": 0.5341796875}, {"start": 1889.09, "end": 1889.23, "word": " names", "probability": 0.1806640625}, {"start": 1889.23, "end": 1889.57, "word": " of", "probability": 0.86962890625}, {"start": 1889.57, "end": 1890.03, "word": " the", "probability": 0.810546875}, {"start": 1890.03, "end": 1890.29, "word": " photos", "probability": 0.381591796875}, {"start": 1890.29, "end": 1890.39, "word": " that", "probability": 0.51025390625}, {"start": 1890.39, "end": 1890.59, "word": " you", "probability": 0.9375}, {"start": 1890.59, "end": 1890.85, "word": " put", "probability": 0.5927734375}, {"start": 1890.85, "end": 1891.07, "word": " in", "probability": 0.68359375}, {"start": 1891.07, "end": 1891.83, "word": " it.", "probability": 0.25244140625}, {"start": 1894.47, "end": 1894.91, "word": " Either", "probability": 0.205078125}, {"start": 1894.91, "end": 1895.17, "word": " you", "probability": 0.439453125}, {"start": 1895.17, "end": 1895.37, "word": " change", "probability": 0.814453125}, {"start": 1895.37, "end": 1895.57, "word": " from", "probability": 0.65185546875}, {"start": 1895.57, "end": 1895.71, "word": " the", "probability": 0.837890625}, {"start": 1895.71, "end": 1896.03, "word": " tab", "probability": 0.8076171875}, {"start": 1896.03, "end": 1896.29, "word": " or", "probability": 0.69482421875}, {"start": 1896.29, "end": 1896.37, "word": " you", "probability": 0.57373046875}, {"start": 1896.37, "end": 1896.63, "word": " change", "probability": 0.8759765625}, {"start": 1896.63, "end": 1896.77, "word": " from", "probability": 0.83349609375}, {"start": 1896.77, "end": 1896.89, "word": " the", "probability": 0.88916015625}, {"start": 1896.89, "end": 1897.13, "word": " slide.", "probability": 0.947265625}, {"start": 1897.21, "end": 1897.53, "word": " Sometimes", "probability": 0.8828125}, {"start": 1897.53, "end": 1897.67, "word": " in", "probability": 0.7373046875}, {"start": 1897.67, "end": 1897.93, "word": " some", "probability": 0.8447265625}, {"start": 1897.93, "end": 1898.27, "word": " applications,", "probability": 0.68603515625}, {"start": 1898.53, "end": 1898.53, "word": " you", "probability": 0.94140625}, {"start": 1898.53, "end": 1898.63, "word": " have", "probability": 0.67822265625}, {"start": 1898.63, "end": 1899.15, "word": " to", "probability": 0.97412109375}, {"start": 1899.15, "end": 1899.49, "word": " stop", "probability": 0.810546875}, {"start": 1899.49, "end": 1899.85, "word": " the", "probability": 0.81494140625}, {"start": 1899.85, "end": 1900.27, "word": " slide", "probability": 0.95458984375}, {"start": 1900.27, "end": 1901.51, "word": " and", "probability": 0.8291015625}, {"start": 1901.51, "end": 1901.73, "word": " turn", "probability": 0.426025390625}, {"start": 1901.73, "end": 1901.83, "word": " on", "probability": 0.83837890625}, {"start": 1901.83, "end": 1902.01, "word": " the", "probability": 0.90625}, {"start": 1902.01, "end": 1902.19, "word": " tab", "probability": 0.92724609375}, {"start": 1902.19, "end": 1902.41, "word": " only.", "probability": 0.576171875}], "temperature": 1.0}, {"id": 73, "seek": 193051, "start": 1903.31, "end": 1930.51, "text": " Meaning that I will just change it through what? Through the tab. You can pause the slide. How do you pause the slide? You go to the pager. I think, sit on touch listener. New on touch.", "tokens": [19948, 300, 286, 486, 445, 1319, 309, 807, 437, 30, 8927, 264, 4421, 13, 509, 393, 10465, 264, 4137, 13, 1012, 360, 291, 10465, 264, 4137, 30, 509, 352, 281, 264, 280, 3557, 13, 286, 519, 11, 1394, 322, 2557, 31569, 13, 1873, 322, 2557, 13], "avg_logprob": -0.5099734321553656, "compression_ratio": 1.4198473282442747, "no_speech_prob": 0.0, "words": [{"start": 1903.31, "end": 1903.61, "word": " Meaning", "probability": 0.1912841796875}, {"start": 1903.61, "end": 1904.31, "word": " that", "probability": 0.40185546875}, {"start": 1904.31, "end": 1905.01, "word": " I", "probability": 0.57080078125}, {"start": 1905.01, "end": 1905.49, "word": " will", "probability": 0.408935546875}, {"start": 1905.49, "end": 1905.49, "word": " just", "probability": 0.181884765625}, {"start": 1905.49, "end": 1905.75, "word": " change", "probability": 0.72216796875}, {"start": 1905.75, "end": 1905.85, "word": " it", "probability": 0.2440185546875}, {"start": 1905.85, "end": 1906.15, "word": " through", "probability": 0.57568359375}, {"start": 1906.15, "end": 1906.49, "word": " what?", "probability": 0.51318359375}, {"start": 1907.01, "end": 1907.39, "word": " Through", "probability": 0.51025390625}, {"start": 1907.39, "end": 1907.61, "word": " the", "probability": 0.6455078125}, {"start": 1907.61, "end": 1907.71, "word": " tab.", "probability": 0.3505859375}, {"start": 1907.79, "end": 1908.39, "word": " You", "probability": 0.1390380859375}, {"start": 1908.39, "end": 1909.97, "word": " can", "probability": 0.892578125}, {"start": 1909.97, "end": 1910.85, "word": " pause", "probability": 0.599609375}, {"start": 1910.85, "end": 1910.97, "word": " the", "probability": 0.8271484375}, {"start": 1910.97, "end": 1910.97, "word": " slide.", "probability": 0.828125}, {"start": 1911.43, "end": 1912.11, "word": " How", "probability": 0.92041015625}, {"start": 1912.11, "end": 1912.21, "word": " do", "probability": 0.440185546875}, {"start": 1912.21, "end": 1912.25, "word": " you", "probability": 0.85986328125}, {"start": 1912.25, "end": 1912.43, "word": " pause", "probability": 0.8896484375}, {"start": 1912.43, "end": 1912.67, "word": " the", "probability": 0.7353515625}, {"start": 1912.67, "end": 1913.07, "word": " slide?", "probability": 0.92333984375}, {"start": 1914.21, "end": 1914.55, "word": " You", "probability": 0.7236328125}, {"start": 1914.55, "end": 1914.89, "word": " go", "probability": 0.81640625}, {"start": 1914.89, "end": 1915.01, "word": " to", "probability": 0.9580078125}, {"start": 1915.01, "end": 1915.13, "word": " the", "probability": 0.88330078125}, {"start": 1915.13, "end": 1915.51, "word": " pager.", "probability": 0.83984375}, {"start": 1925.19, "end": 1925.87, "word": " I", "probability": 0.86474609375}, {"start": 1925.87, "end": 1926.03, "word": " think,", "probability": 0.86328125}, {"start": 1926.09, "end": 1926.43, "word": " sit", "probability": 0.306640625}, {"start": 1926.43, "end": 1927.09, "word": " on", "probability": 0.76513671875}, {"start": 1927.09, "end": 1927.39, "word": " touch", "probability": 0.89208984375}, {"start": 1927.39, "end": 1927.87, "word": " listener.", "probability": 0.73974609375}, {"start": 1929.13, "end": 1929.45, "word": " New", "probability": 0.468505859375}, {"start": 1929.45, "end": 1929.99, "word": " on", "probability": 0.91796875}, {"start": 1929.99, "end": 1930.51, "word": " touch.", "probability": 0.900390625}], "temperature": 1.0}, {"id": 74, "seek": 195166, "start": 1934.38, "end": 1951.66, "text": " listener, and this one says return to true. That's it. Sit on touch listener, and this one says return to true. Basically, this means return to true means that the touch event is over. So, what does the process do?", "tokens": [31569, 11, 293, 341, 472, 1619, 2736, 281, 2074, 13, 663, 311, 309, 13, 14523, 322, 2557, 31569, 11, 293, 341, 472, 1619, 2736, 281, 2074, 13, 8537, 11, 341, 1355, 2736, 281, 2074, 1355, 300, 264, 2557, 2280, 307, 670, 13, 407, 11, 437, 775, 264, 1399, 360, 30], "avg_logprob": -0.5003063702115825, "compression_ratio": 1.7063492063492063, "no_speech_prob": 0.00011670589447021484, "words": [{"start": 1934.38, "end": 1934.9, "word": " listener,", "probability": 0.220703125}, {"start": 1935.12, "end": 1935.22, "word": " and", "probability": 0.716796875}, {"start": 1935.22, "end": 1935.36, "word": " this", "probability": 0.548828125}, {"start": 1935.36, "end": 1935.4, "word": " one", "probability": 0.271728515625}, {"start": 1935.4, "end": 1935.68, "word": " says", "probability": 0.333740234375}, {"start": 1935.68, "end": 1936.12, "word": " return", "probability": 0.48486328125}, {"start": 1936.12, "end": 1936.34, "word": " to", "probability": 0.4755859375}, {"start": 1936.34, "end": 1936.58, "word": " true.", "probability": 0.9345703125}, {"start": 1939.66, "end": 1940.18, "word": " That's", "probability": 0.7568359375}, {"start": 1940.18, "end": 1940.22, "word": " it.", "probability": 0.845703125}, {"start": 1940.84, "end": 1941.1, "word": " Sit", "probability": 0.3330078125}, {"start": 1941.1, "end": 1941.3, "word": " on", "probability": 0.71630859375}, {"start": 1941.3, "end": 1941.5, "word": " touch", "probability": 0.875}, {"start": 1941.5, "end": 1941.96, "word": " listener,", "probability": 0.8232421875}, {"start": 1942.22, "end": 1943.04, "word": " and", "probability": 0.7265625}, {"start": 1943.04, "end": 1943.22, "word": " this", "probability": 0.625}, {"start": 1943.22, "end": 1943.22, "word": " one", "probability": 0.66162109375}, {"start": 1943.22, "end": 1943.28, "word": " says", "probability": 0.685546875}, {"start": 1943.28, "end": 1943.8, "word": " return", "probability": 0.83349609375}, {"start": 1943.8, "end": 1943.98, "word": " to", "probability": 0.9287109375}, {"start": 1943.98, "end": 1944.12, "word": " true.", "probability": 0.9697265625}, {"start": 1944.16, "end": 1944.46, "word": " Basically,", "probability": 0.1510009765625}, {"start": 1945.1, "end": 1945.84, "word": " this", "probability": 0.56884765625}, {"start": 1945.84, "end": 1946.2, "word": " means", "probability": 0.6474609375}, {"start": 1946.2, "end": 1946.44, "word": " return", "probability": 0.57958984375}, {"start": 1946.44, "end": 1946.7, "word": " to", "probability": 0.95751953125}, {"start": 1946.7, "end": 1946.88, "word": " true", "probability": 0.96826171875}, {"start": 1946.88, "end": 1947.1, "word": " means", "probability": 0.29638671875}, {"start": 1947.1, "end": 1947.26, "word": " that", "probability": 0.49560546875}, {"start": 1947.26, "end": 1947.52, "word": " the", "probability": 0.76806640625}, {"start": 1947.52, "end": 1947.98, "word": " touch", "probability": 0.4921875}, {"start": 1947.98, "end": 1948.92, "word": " event", "probability": 0.8408203125}, {"start": 1948.92, "end": 1949.04, "word": " is", "probability": 0.7568359375}, {"start": 1949.04, "end": 1949.3, "word": " over.", "probability": 0.48193359375}, {"start": 1950.3, "end": 1950.64, "word": " So,", "probability": 0.70849609375}, {"start": 1950.74, "end": 1950.84, "word": " what", "probability": 0.6865234375}, {"start": 1950.84, "end": 1950.84, "word": " does", "probability": 0.4111328125}, {"start": 1950.84, "end": 1951.22, "word": " the", "probability": 0.54296875}, {"start": 1951.22, "end": 1951.66, "word": " process", "probability": 0.947265625}, {"start": 1951.66, "end": 1951.66, "word": " do?", "probability": 0.84912109375}], "temperature": 1.0}, {"id": 75, "seek": 198830, "start": 1965.22, "end": 1988.3, "text": " The touch is still there, but the tab is not working The last thing in the pager, sometimes you need to know if the user moved from one page to another or not Let's stop the on touch", "tokens": [440, 2557, 307, 920, 456, 11, 457, 264, 4421, 307, 406, 1364, 440, 1036, 551, 294, 264, 280, 3557, 11, 2171, 291, 643, 281, 458, 498, 264, 4195, 4259, 490, 472, 3028, 281, 1071, 420, 406, 961, 311, 1590, 264, 322, 2557], "avg_logprob": -0.6468023034029229, "compression_ratio": 1.4409448818897639, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1965.2200000000003, "end": 1965.8200000000002, "word": " The", "probability": 0.04058837890625}, {"start": 1965.8200000000002, "end": 1966.42, "word": " touch", "probability": 0.65185546875}, {"start": 1966.42, "end": 1967.4, "word": " is", "probability": 0.336181640625}, {"start": 1967.4, "end": 1967.54, "word": " still", "probability": 0.265625}, {"start": 1967.54, "end": 1967.66, "word": " there,", "probability": 0.2685546875}, {"start": 1967.74, "end": 1967.86, "word": " but", "probability": 0.86083984375}, {"start": 1967.86, "end": 1968.02, "word": " the", "probability": 0.822265625}, {"start": 1968.02, "end": 1968.32, "word": " tab", "probability": 0.615234375}, {"start": 1968.32, "end": 1971.04, "word": " is", "probability": 0.63134765625}, {"start": 1971.04, "end": 1971.04, "word": " not", "probability": 0.3017578125}, {"start": 1971.04, "end": 1971.3, "word": " working", "probability": 0.64794921875}, {"start": 1971.3, "end": 1976.72, "word": " The", "probability": 0.167236328125}, {"start": 1976.72, "end": 1977.12, "word": " last", "probability": 0.75244140625}, {"start": 1977.12, "end": 1977.42, "word": " thing", "probability": 0.76318359375}, {"start": 1977.42, "end": 1977.52, "word": " in", "probability": 0.2359619140625}, {"start": 1977.52, "end": 1977.62, "word": " the", "probability": 0.7421875}, {"start": 1977.62, "end": 1978.4, "word": " pager,", "probability": 0.787109375}, {"start": 1978.58, "end": 1978.94, "word": " sometimes", "probability": 0.496826171875}, {"start": 1978.94, "end": 1980.3, "word": " you", "probability": 0.59912109375}, {"start": 1980.3, "end": 1980.54, "word": " need", "probability": 0.285888671875}, {"start": 1980.54, "end": 1980.78, "word": " to", "probability": 0.96630859375}, {"start": 1980.78, "end": 1980.98, "word": " know", "probability": 0.75927734375}, {"start": 1980.98, "end": 1982.22, "word": " if", "probability": 0.63330078125}, {"start": 1982.22, "end": 1982.58, "word": " the", "probability": 0.77099609375}, {"start": 1982.58, "end": 1982.88, "word": " user", "probability": 0.89794921875}, {"start": 1982.88, "end": 1983.44, "word": " moved", "probability": 0.61474609375}, {"start": 1983.44, "end": 1983.64, "word": " from", "probability": 0.7958984375}, {"start": 1983.64, "end": 1984.08, "word": " one", "probability": 0.63916015625}, {"start": 1984.08, "end": 1984.08, "word": " page", "probability": 0.865234375}, {"start": 1984.08, "end": 1984.24, "word": " to", "probability": 0.96533203125}, {"start": 1984.24, "end": 1984.78, "word": " another", "probability": 0.82666015625}, {"start": 1984.78, "end": 1985.74, "word": " or", "probability": 0.250732421875}, {"start": 1985.74, "end": 1985.98, "word": " not", "probability": 0.89697265625}, {"start": 1985.98, "end": 1987.22, "word": " Let's", "probability": 0.558349609375}, {"start": 1987.22, "end": 1987.24, "word": " stop", "probability": 0.33056640625}, {"start": 1987.24, "end": 1987.7, "word": " the", "probability": 0.39794921875}, {"start": 1987.7, "end": 1987.94, "word": " on", "probability": 0.67578125}, {"start": 1987.94, "end": 1988.3, "word": " touch", "probability": 0.6611328125}], "temperature": 1.0}, {"id": 76, "seek": 201786, "start": 1997.12, "end": 2017.86, "text": " There is also another listener on the page called add on page change listener. For example, sometimes I want to move to a certain page, to a certain screen, so that as soon as I move to the screen, it performs a certain action or sends a message or something.", "tokens": [821, 307, 611, 1071, 31569, 322, 264, 3028, 1219, 909, 322, 3028, 1319, 31569, 13, 1171, 1365, 11, 2171, 286, 528, 281, 1286, 281, 257, 1629, 3028, 11, 281, 257, 1629, 2568, 11, 370, 300, 382, 2321, 382, 286, 1286, 281, 264, 2568, 11, 309, 26213, 257, 1629, 3069, 420, 14790, 257, 3636, 420, 746, 13], "avg_logprob": -0.565241253166868, "compression_ratio": 1.6883116883116882, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1997.12, "end": 1997.42, "word": " There", "probability": 0.1295166015625}, {"start": 1997.42, "end": 1997.58, "word": " is", "probability": 0.73291015625}, {"start": 1997.58, "end": 1997.8, "word": " also", "probability": 0.27685546875}, {"start": 1997.8, "end": 1997.96, "word": " another", "probability": 0.7548828125}, {"start": 1997.96, "end": 1998.18, "word": " listener", "probability": 0.58447265625}, {"start": 1998.18, "end": 1998.58, "word": " on", "probability": 0.59619140625}, {"start": 1998.58, "end": 1998.66, "word": " the", "probability": 0.7412109375}, {"start": 1998.66, "end": 1998.88, "word": " page", "probability": 0.65185546875}, {"start": 1998.88, "end": 1999.22, "word": " called", "probability": 0.303466796875}, {"start": 1999.22, "end": 1999.7, "word": " add", "probability": 0.43017578125}, {"start": 1999.7, "end": 2000.8, "word": " on", "probability": 0.435546875}, {"start": 2000.8, "end": 2001.14, "word": " page", "probability": 0.69140625}, {"start": 2001.14, "end": 2001.66, "word": " change", "probability": 0.884765625}, {"start": 2001.66, "end": 2005.9, "word": " listener.", "probability": 0.78515625}, {"start": 2007.6, "end": 2008.08, "word": " For", "probability": 0.168212890625}, {"start": 2008.08, "end": 2008.34, "word": " example,", "probability": 0.89599609375}, {"start": 2008.34, "end": 2008.34, "word": " sometimes", "probability": 0.415771484375}, {"start": 2008.34, "end": 2008.76, "word": " I", "probability": 0.465576171875}, {"start": 2008.76, "end": 2008.92, "word": " want", "probability": 0.70361328125}, {"start": 2008.92, "end": 2009.4, "word": " to", "probability": 0.919921875}, {"start": 2009.4, "end": 2009.62, "word": " move", "probability": 0.2318115234375}, {"start": 2009.62, "end": 2009.88, "word": " to", "probability": 0.8193359375}, {"start": 2009.88, "end": 2010.56, "word": " a", "probability": 0.7587890625}, {"start": 2010.56, "end": 2010.56, "word": " certain", "probability": 0.333251953125}, {"start": 2010.56, "end": 2010.56, "word": " page,", "probability": 0.79052734375}, {"start": 2010.82, "end": 2010.88, "word": " to", "probability": 0.42626953125}, {"start": 2010.88, "end": 2011.02, "word": " a", "probability": 0.8359375}, {"start": 2011.02, "end": 2011.64, "word": " certain", "probability": 0.59326171875}, {"start": 2011.64, "end": 2011.68, "word": " screen,", "probability": 0.75537109375}, {"start": 2012.26, "end": 2012.7, "word": " so", "probability": 0.455810546875}, {"start": 2012.7, "end": 2013.04, "word": " that", "probability": 0.85400390625}, {"start": 2013.04, "end": 2013.24, "word": " as", "probability": 0.464111328125}, {"start": 2013.24, "end": 2013.34, "word": " soon", "probability": 0.95458984375}, {"start": 2013.34, "end": 2013.34, "word": " as", "probability": 0.970703125}, {"start": 2013.34, "end": 2013.52, "word": " I", "probability": 0.6630859375}, {"start": 2013.52, "end": 2013.76, "word": " move", "probability": 0.8681640625}, {"start": 2013.76, "end": 2013.9, "word": " to", "probability": 0.93310546875}, {"start": 2013.9, "end": 2014.02, "word": " the", "probability": 0.4794921875}, {"start": 2014.02, "end": 2014.24, "word": " screen,", "probability": 0.89599609375}, {"start": 2014.28, "end": 2014.52, "word": " it", "probability": 0.6455078125}, {"start": 2014.52, "end": 2014.98, "word": " performs", "probability": 0.1806640625}, {"start": 2014.98, "end": 2015.84, "word": " a", "probability": 0.916015625}, {"start": 2015.84, "end": 2015.84, "word": " certain", "probability": 0.62255859375}, {"start": 2015.84, "end": 2016.48, "word": " action", "probability": 0.303955078125}, {"start": 2016.48, "end": 2016.78, "word": " or", "probability": 0.744140625}, {"start": 2016.78, "end": 2016.96, "word": " sends", "probability": 0.445068359375}, {"start": 2016.96, "end": 2017.5, "word": " a", "probability": 0.78564453125}, {"start": 2017.5, "end": 2017.5, "word": " message", "probability": 0.8896484375}, {"start": 2017.5, "end": 2017.66, "word": " or", "probability": 0.427001953125}, {"start": 2017.66, "end": 2017.86, "word": " something.", "probability": 0.69140625}], "temperature": 1.0}, {"id": 77, "seek": 204124, "start": 2020.66, "end": 2041.24, "text": " So, onPageChangedListener actually listens to what? To this slide. Of course, it gives you three methods. onPageSelected, this returns the page number that I moved to it. So, if you do log here, this is for example, the print of the message, the print of the I,", "tokens": [407, 11, 322, 47, 609, 6546, 10296, 35819, 260, 767, 35959, 281, 437, 30, 1407, 341, 4137, 13, 2720, 1164, 11, 309, 2709, 291, 1045, 7150, 13, 322, 47, 609, 10637, 1809, 292, 11, 341, 11247, 264, 3028, 1230, 300, 286, 4259, 281, 309, 13, 407, 11, 498, 291, 360, 3565, 510, 11, 341, 307, 337, 1365, 11, 264, 4482, 295, 264, 3636, 11, 264, 4482, 295, 264, 286, 11], "avg_logprob": -0.5664612457785808, "compression_ratio": 1.5057471264367817, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2020.6599999999999, "end": 2021.1399999999999, "word": " So,", "probability": 0.418701171875}, {"start": 2021.1399999999999, "end": 2021.62, "word": " onPageChangedListener", "probability": 0.7360491071428571}, {"start": 2021.62, "end": 2021.96, "word": " actually", "probability": 0.39111328125}, {"start": 2021.96, "end": 2022.38, "word": " listens", "probability": 0.65185546875}, {"start": 2022.38, "end": 2022.54, "word": " to", "probability": 0.90478515625}, {"start": 2022.54, "end": 2022.54, "word": " what?", "probability": 0.26513671875}, {"start": 2023.7, "end": 2024.18, "word": " To", "probability": 0.401123046875}, {"start": 2024.18, "end": 2024.2, "word": " this", "probability": 0.66162109375}, {"start": 2024.2, "end": 2024.54, "word": " slide.", "probability": 0.8896484375}, {"start": 2025.54, "end": 2025.9, "word": " Of", "probability": 0.495849609375}, {"start": 2025.9, "end": 2025.9, "word": " course,", "probability": 0.95166015625}, {"start": 2025.94, "end": 2026.04, "word": " it", "probability": 0.5869140625}, {"start": 2026.04, "end": 2026.24, "word": " gives", "probability": 0.2431640625}, {"start": 2026.24, "end": 2026.42, "word": " you", "probability": 0.92138671875}, {"start": 2026.42, "end": 2026.62, "word": " three", "probability": 0.72021484375}, {"start": 2026.62, "end": 2027.14, "word": " methods.", "probability": 0.85986328125}, {"start": 2028.06, "end": 2028.54, "word": " onPageSelected,", "probability": 0.8682454427083334}, {"start": 2028.56, "end": 2028.74, "word": " this", "probability": 0.5146484375}, {"start": 2028.74, "end": 2029.06, "word": " returns", "probability": 0.30810546875}, {"start": 2029.06, "end": 2030.96, "word": " the", "probability": 0.3662109375}, {"start": 2030.96, "end": 2031.72, "word": " page", "probability": 0.7119140625}, {"start": 2031.72, "end": 2031.76, "word": " number", "probability": 0.8876953125}, {"start": 2031.76, "end": 2032.8, "word": " that", "probability": 0.418701171875}, {"start": 2032.8, "end": 2033.2, "word": " I", "probability": 0.822265625}, {"start": 2033.2, "end": 2033.54, "word": " moved", "probability": 0.56201171875}, {"start": 2033.54, "end": 2033.74, "word": " to", "probability": 0.81494140625}, {"start": 2033.74, "end": 2033.84, "word": " it.", "probability": 0.46533203125}, {"start": 2033.94, "end": 2034.2, "word": " So,", "probability": 0.50341796875}, {"start": 2034.36, "end": 2034.46, "word": " if", "probability": 0.8359375}, {"start": 2034.46, "end": 2034.5, "word": " you", "probability": 0.703125}, {"start": 2034.5, "end": 2034.72, "word": " do", "probability": 0.222412109375}, {"start": 2034.72, "end": 2035.42, "word": " log", "probability": 0.364990234375}, {"start": 2035.42, "end": 2037.06, "word": " here,", "probability": 0.476318359375}, {"start": 2037.18, "end": 2037.46, "word": " this", "probability": 0.43359375}, {"start": 2037.46, "end": 2038.42, "word": " is", "probability": 0.759765625}, {"start": 2038.42, "end": 2038.5, "word": " for", "probability": 0.406494140625}, {"start": 2038.5, "end": 2038.62, "word": " example,", "probability": 0.8173828125}, {"start": 2038.94, "end": 2038.94, "word": " the", "probability": 0.43212890625}, {"start": 2038.94, "end": 2038.94, "word": " print", "probability": 0.123046875}, {"start": 2038.94, "end": 2039.0, "word": " of", "probability": 0.521484375}, {"start": 2039.0, "end": 2039.48, "word": " the", "probability": 0.373779296875}, {"start": 2039.48, "end": 2039.48, "word": " message,", "probability": 0.6240234375}, {"start": 2040.52, "end": 2040.64, "word": " the", "probability": 0.401611328125}, {"start": 2040.64, "end": 2040.76, "word": " print", "probability": 0.7919921875}, {"start": 2040.76, "end": 2040.94, "word": " of", "probability": 0.95263671875}, {"start": 2040.94, "end": 2041.04, "word": " the", "probability": 0.48291015625}, {"start": 2041.04, "end": 2041.24, "word": " I,", "probability": 0.371826171875}], "temperature": 1.0}, {"id": 78, "seek": 205242, "start": 2043.88, "end": 2052.42, "text": "For example, you are at the first page and it shows you zero. You move to the second page and it shows you one, two and so on. You go back and the number goes down. Go down from above.", "tokens": [12587, 1365, 11, 291, 366, 412, 264, 700, 3028, 293, 309, 3110, 291, 4018, 13, 509, 1286, 281, 264, 1150, 3028, 293, 309, 3110, 291, 472, 11, 732, 293, 370, 322, 13, 509, 352, 646, 293, 264, 1230, 1709, 760, 13, 1037, 760, 490, 3673, 13], "avg_logprob": -0.5794547821613069, "compression_ratio": 1.5081967213114753, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2043.88, "end": 2044.14, "word": "For", "probability": 0.390625}, {"start": 2044.14, "end": 2044.32, "word": " example,", "probability": 0.908203125}, {"start": 2044.58, "end": 2044.6, "word": " you", "probability": 0.380859375}, {"start": 2044.6, "end": 2044.66, "word": " are", "probability": 0.10223388671875}, {"start": 2044.66, "end": 2044.8, "word": " at", "probability": 0.55029296875}, {"start": 2044.8, "end": 2044.94, "word": " the", "probability": 0.491455078125}, {"start": 2044.94, "end": 2045.02, "word": " first", "probability": 0.70703125}, {"start": 2045.02, "end": 2045.18, "word": " page", "probability": 0.90380859375}, {"start": 2045.18, "end": 2045.52, "word": " and", "probability": 0.495849609375}, {"start": 2045.52, "end": 2045.52, "word": " it", "probability": 0.494873046875}, {"start": 2045.52, "end": 2045.66, "word": " shows", "probability": 0.6298828125}, {"start": 2045.66, "end": 2045.82, "word": " you", "probability": 0.4521484375}, {"start": 2045.82, "end": 2046.06, "word": " zero.", "probability": 0.307861328125}, {"start": 2046.14, "end": 2046.26, "word": " You", "probability": 0.432861328125}, {"start": 2046.26, "end": 2046.5, "word": " move", "probability": 0.5712890625}, {"start": 2046.5, "end": 2046.68, "word": " to", "probability": 0.85302734375}, {"start": 2046.68, "end": 2046.8, "word": " the", "probability": 0.85791015625}, {"start": 2046.8, "end": 2046.96, "word": " second", "probability": 0.7900390625}, {"start": 2046.96, "end": 2047.0, "word": " page", "probability": 0.6875}, {"start": 2047.0, "end": 2047.1, "word": " and", "probability": 0.8056640625}, {"start": 2047.1, "end": 2047.12, "word": " it", "probability": 0.70947265625}, {"start": 2047.12, "end": 2047.28, "word": " shows", "probability": 0.8154296875}, {"start": 2047.28, "end": 2047.44, "word": " you", "probability": 0.86474609375}, {"start": 2047.44, "end": 2047.7, "word": " one,", "probability": 0.66259765625}, {"start": 2047.84, "end": 2048.34, "word": " two", "probability": 0.904296875}, {"start": 2048.34, "end": 2048.82, "word": " and", "probability": 0.5869140625}, {"start": 2048.82, "end": 2049.02, "word": " so", "probability": 0.6923828125}, {"start": 2049.02, "end": 2049.14, "word": " on.", "probability": 0.83251953125}, {"start": 2049.2, "end": 2049.24, "word": " You", "probability": 0.57763671875}, {"start": 2049.24, "end": 2049.32, "word": " go", "probability": 0.447021484375}, {"start": 2049.32, "end": 2049.72, "word": " back", "probability": 0.8330078125}, {"start": 2049.72, "end": 2049.96, "word": " and", "probability": 0.65625}, {"start": 2049.96, "end": 2050.2, "word": " the", "probability": 0.2071533203125}, {"start": 2050.2, "end": 2050.24, "word": " number", "probability": 0.81103515625}, {"start": 2050.24, "end": 2050.24, "word": " goes", "probability": 0.2509765625}, {"start": 2050.24, "end": 2050.78, "word": " down.", "probability": 0.83447265625}, {"start": 2051.64, "end": 2051.84, "word": " Go", "probability": 0.249755859375}, {"start": 2051.84, "end": 2051.98, "word": " down", "probability": 0.52685546875}, {"start": 2051.98, "end": 2052.1, "word": " from", "probability": 0.35400390625}, {"start": 2052.1, "end": 2052.42, "word": " above.", "probability": 0.54736328125}], "temperature": 1.0}, {"id": 79, "seek": 207910, "start": 2053.8, "end": 2079.1, "text": " It's complicated in that it gives you a flow, you see when you make a slide, when it starts to move, it moves 2% or 3% until you know how much it is moving. You can use it on a selected page to know where the page with the user is currently.", "tokens": [467, 311, 6179, 294, 300, 309, 2709, 291, 257, 3095, 11, 291, 536, 562, 291, 652, 257, 4137, 11, 562, 309, 3719, 281, 1286, 11, 309, 6067, 568, 4, 420, 805, 4, 1826, 291, 458, 577, 709, 309, 307, 2684, 13, 509, 393, 764, 309, 322, 257, 8209, 3028, 281, 458, 689, 264, 3028, 365, 264, 4195, 307, 4362, 13], "avg_logprob": -0.6664958742798351, "compression_ratio": 1.4846625766871167, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 2053.8, "end": 2054.0, "word": " It's", "probability": 0.475830078125}, {"start": 2054.0, "end": 2054.3, "word": " complicated", "probability": 0.39404296875}, {"start": 2054.3, "end": 2054.76, "word": " in", "probability": 0.336181640625}, {"start": 2054.76, "end": 2055.16, "word": " that", "probability": 0.55224609375}, {"start": 2055.16, "end": 2055.82, "word": " it", "probability": 0.546875}, {"start": 2055.82, "end": 2056.04, "word": " gives", "probability": 0.35546875}, {"start": 2056.04, "end": 2056.22, "word": " you", "probability": 0.859375}, {"start": 2056.22, "end": 2056.26, "word": " a", "probability": 0.58154296875}, {"start": 2056.26, "end": 2056.56, "word": " flow,", "probability": 0.91357421875}, {"start": 2056.7, "end": 2056.86, "word": " you", "probability": 0.262939453125}, {"start": 2056.86, "end": 2056.96, "word": " see", "probability": 0.6240234375}, {"start": 2056.96, "end": 2057.34, "word": " when", "probability": 0.342041015625}, {"start": 2057.34, "end": 2057.9, "word": " you", "probability": 0.87646484375}, {"start": 2057.9, "end": 2057.98, "word": " make", "probability": 0.18505859375}, {"start": 2057.98, "end": 2058.82, "word": " a", "probability": 0.93115234375}, {"start": 2058.82, "end": 2059.22, "word": " slide,", "probability": 0.9462890625}, {"start": 2059.9, "end": 2060.74, "word": " when", "probability": 0.27197265625}, {"start": 2060.74, "end": 2061.62, "word": " it", "probability": 0.76318359375}, {"start": 2061.62, "end": 2061.76, "word": " starts", "probability": 0.5029296875}, {"start": 2061.76, "end": 2061.84, "word": " to", "probability": 0.394287109375}, {"start": 2061.84, "end": 2062.18, "word": " move,", "probability": 0.92529296875}, {"start": 2062.26, "end": 2062.34, "word": " it", "probability": 0.75927734375}, {"start": 2062.34, "end": 2062.84, "word": " moves", "probability": 0.31689453125}, {"start": 2062.84, "end": 2064.18, "word": " 2", "probability": 0.52490234375}, {"start": 2064.18, "end": 2064.62, "word": "%", "probability": 0.55029296875}, {"start": 2064.62, "end": 2064.76, "word": " or", "probability": 0.42822265625}, {"start": 2064.76, "end": 2065.4, "word": " 3", "probability": 0.96337890625}, {"start": 2065.4, "end": 2065.86, "word": "%", "probability": 0.79736328125}, {"start": 2065.86, "end": 2066.06, "word": " until", "probability": 0.15380859375}, {"start": 2066.06, "end": 2068.02, "word": " you", "probability": 0.51123046875}, {"start": 2068.02, "end": 2068.54, "word": " know", "probability": 0.5205078125}, {"start": 2068.54, "end": 2068.78, "word": " how", "probability": 0.8525390625}, {"start": 2068.78, "end": 2069.56, "word": " much", "probability": 0.60595703125}, {"start": 2069.56, "end": 2069.78, "word": " it", "probability": 0.458740234375}, {"start": 2069.78, "end": 2070.64, "word": " is", "probability": 0.2744140625}, {"start": 2070.64, "end": 2070.9, "word": " moving.", "probability": 0.76123046875}, {"start": 2071.3, "end": 2071.42, "word": " You", "probability": 0.398681640625}, {"start": 2071.42, "end": 2071.62, "word": " can", "probability": 0.8330078125}, {"start": 2071.62, "end": 2072.3, "word": " use", "probability": 0.7421875}, {"start": 2072.3, "end": 2072.68, "word": " it", "probability": 0.6669921875}, {"start": 2072.68, "end": 2074.58, "word": " on", "probability": 0.18603515625}, {"start": 2074.58, "end": 2075.2, "word": " a", "probability": 0.34619140625}, {"start": 2075.2, "end": 2075.52, "word": " selected", "probability": 0.70703125}, {"start": 2075.52, "end": 2075.52, "word": " page", "probability": 0.93115234375}, {"start": 2075.52, "end": 2075.74, "word": " to", "probability": 0.54833984375}, {"start": 2075.74, "end": 2075.96, "word": " know", "probability": 0.6650390625}, {"start": 2075.96, "end": 2077.16, "word": " where", "probability": 0.669921875}, {"start": 2077.16, "end": 2077.38, "word": " the", "probability": 0.334228515625}, {"start": 2077.38, "end": 2077.6, "word": " page", "probability": 0.5244140625}, {"start": 2077.6, "end": 2078.12, "word": " with", "probability": 0.24560546875}, {"start": 2078.12, "end": 2078.34, "word": " the", "probability": 0.65087890625}, {"start": 2078.34, "end": 2078.56, "word": " user", "probability": 0.67041015625}, {"start": 2078.56, "end": 2078.7, "word": " is", "probability": 0.79541015625}, {"start": 2078.7, "end": 2079.1, "word": " currently.", "probability": 0.359375}], "temperature": 1.0}, {"id": 80, "seek": 209592, "start": 2081.53, "end": 2095.93, "text": "Okay, let's say we're done with the tab and the viewpager. Doctor, can I make an action on the same image? Which image? The image, for example, if I click on it, will it load on my computer?", "tokens": [8297, 11, 718, 311, 584, 321, 434, 1096, 365, 264, 4421, 293, 264, 1910, 79, 3557, 13, 10143, 11, 393, 286, 652, 364, 3069, 322, 264, 912, 3256, 30, 3013, 3256, 30, 440, 3256, 11, 337, 1365, 11, 498, 286, 2052, 322, 309, 11, 486, 309, 3677, 322, 452, 3820, 30], "avg_logprob": -0.682692296229876, "compression_ratio": 1.3194444444444444, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2081.53, "end": 2081.83, "word": "Okay,", "probability": 0.1080322265625}, {"start": 2081.97, "end": 2082.19, "word": " let's", "probability": 0.56292724609375}, {"start": 2082.19, "end": 2082.31, "word": " say", "probability": 0.6396484375}, {"start": 2082.31, "end": 2082.45, "word": " we're", "probability": 0.47607421875}, {"start": 2082.45, "end": 2082.69, "word": " done", "probability": 0.8564453125}, {"start": 2082.69, "end": 2083.41, "word": " with", "probability": 0.81787109375}, {"start": 2083.41, "end": 2083.79, "word": " the", "probability": 0.625}, {"start": 2083.79, "end": 2084.55, "word": " tab", "probability": 0.323486328125}, {"start": 2084.55, "end": 2085.71, "word": " and", "probability": 0.72119140625}, {"start": 2085.71, "end": 2085.85, "word": " the", "probability": 0.3779296875}, {"start": 2085.85, "end": 2086.47, "word": " viewpager.", "probability": 0.6163330078125}, {"start": 2087.87, "end": 2088.35, "word": " Doctor,", "probability": 0.2137451171875}, {"start": 2089.03, "end": 2089.03, "word": " can", "probability": 0.2978515625}, {"start": 2089.03, "end": 2089.15, "word": " I", "probability": 0.53466796875}, {"start": 2089.15, "end": 2089.31, "word": " make", "probability": 0.34912109375}, {"start": 2089.31, "end": 2089.49, "word": " an", "probability": 0.393310546875}, {"start": 2089.49, "end": 2089.69, "word": " action", "probability": 0.95849609375}, {"start": 2089.69, "end": 2089.85, "word": " on", "probability": 0.79345703125}, {"start": 2089.85, "end": 2089.97, "word": " the", "probability": 0.75732421875}, {"start": 2089.97, "end": 2090.31, "word": " same", "probability": 0.3232421875}, {"start": 2090.31, "end": 2090.31, "word": " image?", "probability": 0.358642578125}, {"start": 2090.93, "end": 2091.15, "word": " Which", "probability": 0.6474609375}, {"start": 2091.15, "end": 2091.41, "word": " image?", "probability": 0.85009765625}, {"start": 2091.63, "end": 2091.89, "word": " The", "probability": 0.6796875}, {"start": 2091.89, "end": 2092.19, "word": " image,", "probability": 0.72802734375}, {"start": 2092.43, "end": 2092.63, "word": " for", "probability": 0.426513671875}, {"start": 2092.63, "end": 2092.63, "word": " example,", "probability": 0.88330078125}, {"start": 2092.75, "end": 2092.81, "word": " if", "probability": 0.2998046875}, {"start": 2092.81, "end": 2092.81, "word": " I", "probability": 0.916015625}, {"start": 2092.81, "end": 2093.01, "word": " click", "probability": 0.470458984375}, {"start": 2093.01, "end": 2093.19, "word": " on", "probability": 0.8359375}, {"start": 2093.19, "end": 2093.33, "word": " it,", "probability": 0.92626953125}, {"start": 2093.51, "end": 2093.51, "word": " will", "probability": 0.2509765625}, {"start": 2093.51, "end": 2094.05, "word": " it", "probability": 0.82080078125}, {"start": 2094.05, "end": 2094.39, "word": " load", "probability": 0.1627197265625}, {"start": 2094.39, "end": 2094.79, "word": " on", "probability": 0.379638671875}, {"start": 2094.79, "end": 2095.29, "word": " my", "probability": 0.2015380859375}, {"start": 2095.29, "end": 2095.93, "word": " computer?", "probability": 0.52294921875}], "temperature": 1.0}, {"id": 81, "seek": 211894, "start": 2096.19, "end": 2118.95, "text": "This picture. Now guys, this fragment is a screen where you can do whatever you want with it. Put buttons in it. Put the picture in it. Sit and click listener. Like this picture. Yes. And when it clicks on it, it does normal action. And just like you do in the activity, you put a full form, whatever you want in the fragment. I'm going to be red, green, blue for clarification, guys. Not that I'm going to be red, green, blue my whole life.", "tokens": [5723, 3036, 13, 823, 1074, 11, 341, 26424, 307, 257, 2568, 689, 291, 393, 360, 2035, 291, 528, 365, 309, 13, 4935, 9905, 294, 309, 13, 4935, 264, 3036, 294, 309, 13, 14523, 293, 2052, 31569, 13, 1743, 341, 3036, 13, 1079, 13, 400, 562, 309, 18521, 322, 309, 11, 309, 775, 2710, 3069, 13, 400, 445, 411, 291, 360, 294, 264, 5191, 11, 291, 829, 257, 1577, 1254, 11, 2035, 291, 528, 294, 264, 26424, 13, 286, 478, 516, 281, 312, 2182, 11, 3092, 11, 3344, 337, 34449, 11, 1074, 13, 1726, 300, 286, 478, 516, 281, 312, 2182, 11, 3092, 11, 3344, 452, 1379, 993, 13], "avg_logprob": -0.5690940213859628, "compression_ratio": 1.7926829268292683, "no_speech_prob": 1.1205673217773438e-05, "words": [{"start": 2096.19, "end": 2096.57, "word": "This", "probability": 0.2291259765625}, {"start": 2096.57, "end": 2096.91, "word": " picture.", "probability": 0.45703125}, {"start": 2097.75, "end": 2098.11, "word": " Now", "probability": 0.4775390625}, {"start": 2098.11, "end": 2098.51, "word": " guys,", "probability": 0.45458984375}, {"start": 2098.75, "end": 2098.97, "word": " this", "probability": 0.88720703125}, {"start": 2098.97, "end": 2099.45, "word": " fragment", "probability": 0.57861328125}, {"start": 2099.45, "end": 2099.73, "word": " is", "probability": 0.890625}, {"start": 2099.73, "end": 2100.05, "word": " a", "probability": 0.457763671875}, {"start": 2100.05, "end": 2100.37, "word": " screen", "probability": 0.81640625}, {"start": 2100.37, "end": 2100.51, "word": " where", "probability": 0.31787109375}, {"start": 2100.51, "end": 2100.65, "word": " you", "probability": 0.9521484375}, {"start": 2100.65, "end": 2100.79, "word": " can", "probability": 0.58837890625}, {"start": 2100.79, "end": 2100.95, "word": " do", "probability": 0.5595703125}, {"start": 2100.95, "end": 2101.21, "word": " whatever", "probability": 0.78173828125}, {"start": 2101.21, "end": 2101.47, "word": " you", "probability": 0.953125}, {"start": 2101.47, "end": 2101.47, "word": " want", "probability": 0.82275390625}, {"start": 2101.47, "end": 2101.55, "word": " with", "probability": 0.27294921875}, {"start": 2101.55, "end": 2102.03, "word": " it.", "probability": 0.9091796875}, {"start": 2102.25, "end": 2102.65, "word": " Put", "probability": 0.283447265625}, {"start": 2102.65, "end": 2103.15, "word": " buttons", "probability": 0.469970703125}, {"start": 2103.15, "end": 2103.15, "word": " in", "probability": 0.31640625}, {"start": 2103.15, "end": 2103.37, "word": " it.", "probability": 0.79736328125}, {"start": 2103.41, "end": 2103.69, "word": " Put", "probability": 0.6669921875}, {"start": 2103.69, "end": 2104.27, "word": " the", "probability": 0.2734375}, {"start": 2104.27, "end": 2104.63, "word": " picture", "probability": 0.6982421875}, {"start": 2104.63, "end": 2104.73, "word": " in", "probability": 0.3427734375}, {"start": 2104.73, "end": 2104.73, "word": " it.", "probability": 0.88623046875}, {"start": 2105.03, "end": 2105.43, "word": " Sit", "probability": 0.2626953125}, {"start": 2105.43, "end": 2105.59, "word": " and", "probability": 0.5029296875}, {"start": 2105.59, "end": 2105.83, "word": " click", "probability": 0.86669921875}, {"start": 2105.83, "end": 2106.25, "word": " listener.", "probability": 0.65478515625}, {"start": 2106.47, "end": 2106.63, "word": " Like", "probability": 0.299072265625}, {"start": 2106.63, "end": 2106.89, "word": " this", "probability": 0.34619140625}, {"start": 2106.89, "end": 2107.09, "word": " picture.", "probability": 0.5341796875}, {"start": 2107.27, "end": 2107.49, "word": " Yes.", "probability": 0.1962890625}, {"start": 2107.87, "end": 2108.23, "word": " And", "probability": 0.68359375}, {"start": 2108.23, "end": 2108.35, "word": " when", "probability": 0.87158203125}, {"start": 2108.35, "end": 2108.45, "word": " it", "probability": 0.55224609375}, {"start": 2108.45, "end": 2108.65, "word": " clicks", "probability": 0.2393798828125}, {"start": 2108.65, "end": 2108.81, "word": " on", "probability": 0.70849609375}, {"start": 2108.81, "end": 2108.89, "word": " it,", "probability": 0.91845703125}, {"start": 2108.95, "end": 2109.03, "word": " it", "probability": 0.8134765625}, {"start": 2109.03, "end": 2109.17, "word": " does", "probability": 0.55322265625}, {"start": 2109.17, "end": 2109.29, "word": " normal", "probability": 0.242431640625}, {"start": 2109.29, "end": 2109.65, "word": " action.", "probability": 0.826171875}, {"start": 2110.19, "end": 2110.31, "word": " And", "probability": 0.4140625}, {"start": 2110.31, "end": 2110.45, "word": " just", "probability": 0.335205078125}, {"start": 2110.45, "end": 2110.51, "word": " like", "probability": 0.7529296875}, {"start": 2110.51, "end": 2110.67, "word": " you", "probability": 0.65673828125}, {"start": 2110.67, "end": 2111.05, "word": " do", "probability": 0.359375}, {"start": 2111.05, "end": 2111.19, "word": " in", "probability": 0.7109375}, {"start": 2111.19, "end": 2111.27, "word": " the", "probability": 0.255126953125}, {"start": 2111.27, "end": 2111.71, "word": " activity,", "probability": 0.86181640625}, {"start": 2112.09, "end": 2112.27, "word": " you", "probability": 0.87158203125}, {"start": 2112.27, "end": 2112.49, "word": " put", "probability": 0.63720703125}, {"start": 2112.49, "end": 2112.57, "word": " a", "probability": 0.5830078125}, {"start": 2112.57, "end": 2112.57, "word": " full", "probability": 0.457763671875}, {"start": 2112.57, "end": 2113.11, "word": " form,", "probability": 0.92724609375}, {"start": 2113.23, "end": 2113.65, "word": " whatever", "probability": 0.395751953125}, {"start": 2113.65, "end": 2113.91, "word": " you", "probability": 0.962890625}, {"start": 2113.91, "end": 2113.91, "word": " want", "probability": 0.84375}, {"start": 2113.91, "end": 2114.17, "word": " in", "probability": 0.60400390625}, {"start": 2114.17, "end": 2114.41, "word": " the", "probability": 0.8203125}, {"start": 2114.41, "end": 2114.77, "word": " fragment.", "probability": 0.63427734375}, {"start": 2115.25, "end": 2115.65, "word": " I'm", "probability": 0.5775146484375}, {"start": 2115.65, "end": 2115.65, "word": " going", "probability": 0.453857421875}, {"start": 2115.65, "end": 2115.67, "word": " to", "probability": 0.9619140625}, {"start": 2115.67, "end": 2115.75, "word": " be", "probability": 0.0703125}, {"start": 2115.75, "end": 2115.77, "word": " red,", "probability": 0.234619140625}, {"start": 2115.85, "end": 2116.01, "word": " green,", "probability": 0.79638671875}, {"start": 2116.11, "end": 2116.27, "word": " blue", "probability": 0.7021484375}, {"start": 2116.27, "end": 2116.39, "word": " for", "probability": 0.309326171875}, {"start": 2116.39, "end": 2116.77, "word": " clarification,", "probability": 0.69140625}, {"start": 2117.05, "end": 2117.13, "word": " guys.", "probability": 0.837890625}, {"start": 2117.21, "end": 2117.37, "word": " Not", "probability": 0.6181640625}, {"start": 2117.37, "end": 2117.57, "word": " that", "probability": 0.75048828125}, {"start": 2117.57, "end": 2118.11, "word": " I'm", "probability": 0.51025390625}, {"start": 2118.11, "end": 2118.19, "word": " going", "probability": 0.8046875}, {"start": 2118.19, "end": 2118.29, "word": " to", "probability": 0.96923828125}, {"start": 2118.29, "end": 2118.43, "word": " be", "probability": 0.8427734375}, {"start": 2118.43, "end": 2118.43, "word": " red,", "probability": 0.888671875}, {"start": 2118.49, "end": 2118.59, "word": " green,", "probability": 0.95263671875}, {"start": 2118.69, "end": 2118.95, "word": " blue", "probability": 0.87451171875}, {"start": 2118.95, "end": 2118.95, "word": " my", "probability": 0.352783203125}, {"start": 2118.95, "end": 2118.95, "word": " whole", "probability": 0.74755859375}, {"start": 2118.95, "end": 2118.95, "word": " life.", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 82, "seek": 212896, "start": 2124.7, "end": 2128.96, "text": "طب يا جماعة مضلش وقت كتير مش عارف", "tokens": [9566, 3555, 35186, 10874, 15042, 27884, 3714, 11242, 1211, 8592, 4032, 38149, 9122, 2655, 13546, 37893, 6225, 9640, 5172], "avg_logprob": -0.16103515774011612, "compression_ratio": 0.9365079365079365, "no_speech_prob": 0.0, "words": [{"start": 2124.7, "end": 2125.0, "word": "طب", "probability": 0.76953125}, {"start": 2125.0, "end": 2125.08, "word": " يا", "probability": 0.7734375}, {"start": 2125.08, "end": 2125.64, "word": " جماعة", "probability": 0.99169921875}, {"start": 2125.64, "end": 2127.66, "word": " مضلش", "probability": 0.78125}, {"start": 2127.66, "end": 2127.86, "word": " وقت", "probability": 0.972900390625}, {"start": 2127.86, "end": 2128.26, "word": " كتير", "probability": 0.99072265625}, {"start": 2128.26, "end": 2128.5, "word": " مش", "probability": 0.79638671875}, {"start": 2128.5, "end": 2128.96, "word": " عارف", "probability": 0.9943033854166666}], "temperature": 1.0}, {"id": 83, "seek": 215512, "start": 2135.12, "end": 2155.12, "text": " There is a part of it that we will continue next time. No, we will continue it for a while. Because there is a part of it that has to do with activity. It can be important. It is called activity life cycle. What is activity life cycle? It is the cycle of activity life. There is a cycle of mosquito life. There is a cycle of worm life.", "tokens": [821, 307, 257, 644, 295, 309, 300, 321, 486, 2354, 958, 565, 13, 883, 11, 321, 486, 2354, 309, 337, 257, 1339, 13, 1436, 456, 307, 257, 644, 295, 309, 300, 575, 281, 360, 365, 5191, 13, 467, 393, 312, 1021, 13, 467, 307, 1219, 5191, 993, 6586, 13, 708, 307, 5191, 993, 6586, 30, 467, 307, 264, 6586, 295, 5191, 993, 13, 821, 307, 257, 6586, 295, 23970, 993, 13, 821, 307, 257, 6586, 295, 23835, 993, 13], "avg_logprob": -0.46406248994171617, "compression_ratio": 1.9764705882352942, "no_speech_prob": 3.3974647521972656e-06, "words": [{"start": 2135.12, "end": 2135.44, "word": " There", "probability": 0.2230224609375}, {"start": 2135.44, "end": 2135.52, "word": " is", "probability": 0.6005859375}, {"start": 2135.52, "end": 2135.7, "word": " a", "probability": 0.87890625}, {"start": 2135.7, "end": 2135.7, "word": " part", "probability": 0.421875}, {"start": 2135.7, "end": 2135.88, "word": " of", "probability": 0.3115234375}, {"start": 2135.88, "end": 2135.88, "word": " it", "probability": 0.55224609375}, {"start": 2135.88, "end": 2136.12, "word": " that", "probability": 0.440185546875}, {"start": 2136.12, "end": 2136.16, "word": " we", "probability": 0.74560546875}, {"start": 2136.16, "end": 2136.88, "word": " will", "probability": 0.63330078125}, {"start": 2136.88, "end": 2137.14, "word": " continue", "probability": 0.315673828125}, {"start": 2137.14, "end": 2137.36, "word": " next", "probability": 0.4951171875}, {"start": 2137.36, "end": 2137.84, "word": " time.", "probability": 0.791015625}, {"start": 2138.86, "end": 2139.24, "word": " No,", "probability": 0.340576171875}, {"start": 2139.78, "end": 2139.84, "word": " we", "probability": 0.6640625}, {"start": 2139.84, "end": 2139.94, "word": " will", "probability": 0.76416015625}, {"start": 2139.94, "end": 2140.16, "word": " continue", "probability": 0.7373046875}, {"start": 2140.16, "end": 2140.3, "word": " it", "probability": 0.6337890625}, {"start": 2140.3, "end": 2140.38, "word": " for", "probability": 0.320068359375}, {"start": 2140.38, "end": 2140.42, "word": " a", "probability": 0.83740234375}, {"start": 2140.42, "end": 2140.54, "word": " while.", "probability": 0.60546875}, {"start": 2142.08, "end": 2142.52, "word": " Because", "probability": 0.69677734375}, {"start": 2142.52, "end": 2142.7, "word": " there", "probability": 0.86328125}, {"start": 2142.7, "end": 2142.74, "word": " is", "probability": 0.93310546875}, {"start": 2142.74, "end": 2142.98, "word": " a", "probability": 0.9267578125}, {"start": 2142.98, "end": 2142.98, "word": " part", "probability": 0.8720703125}, {"start": 2142.98, "end": 2143.04, "word": " of", "probability": 0.40771484375}, {"start": 2143.04, "end": 2143.22, "word": " it", "probability": 0.88720703125}, {"start": 2143.22, "end": 2143.3, "word": " that", "probability": 0.402099609375}, {"start": 2143.3, "end": 2143.38, "word": " has", "probability": 0.56787109375}, {"start": 2143.38, "end": 2143.6, "word": " to", "probability": 0.57421875}, {"start": 2143.6, "end": 2143.66, "word": " do", "probability": 0.966796875}, {"start": 2143.66, "end": 2143.74, "word": " with", "probability": 0.89208984375}, {"start": 2143.74, "end": 2144.34, "word": " activity.", "probability": 0.69091796875}, {"start": 2144.84, "end": 2145.14, "word": " It", "probability": 0.76806640625}, {"start": 2145.14, "end": 2145.28, "word": " can", "probability": 0.408935546875}, {"start": 2145.28, "end": 2145.5, "word": " be", "probability": 0.9541015625}, {"start": 2145.5, "end": 2145.8, "word": " important.", "probability": 0.72412109375}, {"start": 2145.94, "end": 2146.02, "word": " It", "probability": 0.6025390625}, {"start": 2146.02, "end": 2146.02, "word": " is", "probability": 0.646484375}, {"start": 2146.02, "end": 2146.2, "word": " called", "probability": 0.8828125}, {"start": 2146.2, "end": 2146.68, "word": " activity", "probability": 0.300537109375}, {"start": 2146.68, "end": 2147.1, "word": " life", "probability": 0.74267578125}, {"start": 2147.1, "end": 2147.54, "word": " cycle.", "probability": 0.91015625}, {"start": 2147.98, "end": 2148.42, "word": " What", "probability": 0.732421875}, {"start": 2148.42, "end": 2148.5, "word": " is", "probability": 0.85693359375}, {"start": 2148.5, "end": 2148.82, "word": " activity", "probability": 0.86376953125}, {"start": 2148.82, "end": 2149.08, "word": " life", "probability": 0.92529296875}, {"start": 2149.08, "end": 2149.46, "word": " cycle?", "probability": 0.9541015625}, {"start": 2149.94, "end": 2150.38, "word": " It", "probability": 0.486083984375}, {"start": 2150.38, "end": 2150.38, "word": " is", "probability": 0.8212890625}, {"start": 2150.38, "end": 2150.38, "word": " the", "probability": 0.488037109375}, {"start": 2150.38, "end": 2150.5, "word": " cycle", "probability": 0.59765625}, {"start": 2150.5, "end": 2150.64, "word": " of", "probability": 0.94921875}, {"start": 2150.64, "end": 2150.84, "word": " activity", "probability": 0.2919921875}, {"start": 2150.84, "end": 2151.5, "word": " life.", "probability": 0.400146484375}, {"start": 2152.42, "end": 2152.64, "word": " There", "probability": 0.59423828125}, {"start": 2152.64, "end": 2152.72, "word": " is", "probability": 0.8505859375}, {"start": 2152.72, "end": 2152.74, "word": " a", "probability": 0.5419921875}, {"start": 2152.74, "end": 2152.88, "word": " cycle", "probability": 0.92236328125}, {"start": 2152.88, "end": 2153.02, "word": " of", "probability": 0.95068359375}, {"start": 2153.02, "end": 2153.5, "word": " mosquito", "probability": 0.495361328125}, {"start": 2153.5, "end": 2153.58, "word": " life.", "probability": 0.8525390625}, {"start": 2153.74, "end": 2153.84, "word": " There", "probability": 0.74072265625}, {"start": 2153.84, "end": 2153.9, "word": " is", "probability": 0.92041015625}, {"start": 2153.9, "end": 2154.1, "word": " a", "probability": 0.91748046875}, {"start": 2154.1, "end": 2154.1, "word": " cycle", "probability": 0.96630859375}, {"start": 2154.1, "end": 2154.46, "word": " of", "probability": 0.966796875}, {"start": 2154.46, "end": 2154.8, "word": " worm", "probability": 0.062103271484375}, {"start": 2154.8, "end": 2155.12, "word": " life.", "probability": 0.8125}], "temperature": 1.0}, {"id": 84, "seek": 217966, "start": 2158.48, "end": 2179.66, "text": "And there is also activity that has a life cycle, okay? And sometimes it is important that we understand the life cycle of activity in order to know how to maintain the activity state when there is a change in application settings. This topic, if you look in books, you will always find that as soon as he explains the activity, he explains it to you at the beginning, but I postponed it.", "tokens": [5289, 456, 307, 611, 5191, 300, 575, 257, 993, 6586, 11, 1392, 30, 400, 2171, 309, 307, 1021, 300, 321, 1223, 264, 993, 6586, 295, 5191, 294, 1668, 281, 458, 577, 281, 6909, 264, 5191, 1785, 562, 456, 307, 257, 1319, 294, 3861, 6257, 13, 639, 4829, 11, 498, 291, 574, 294, 3642, 11, 291, 486, 1009, 915, 300, 382, 2321, 382, 415, 13948, 264, 5191, 11, 415, 13948, 309, 281, 291, 412, 264, 2863, 11, 457, 286, 49023, 309, 13], "avg_logprob": -0.4531249985462282, "compression_ratio": 1.7092511013215859, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2158.48, "end": 2158.74, "word": "And", "probability": 0.264404296875}, {"start": 2158.74, "end": 2158.94, "word": " there", "probability": 0.603515625}, {"start": 2158.94, "end": 2158.94, "word": " is", "probability": 0.6591796875}, {"start": 2158.94, "end": 2159.1, "word": " also", "probability": 0.3388671875}, {"start": 2159.1, "end": 2159.4, "word": " activity", "probability": 0.42333984375}, {"start": 2159.4, "end": 2159.74, "word": " that", "probability": 0.411376953125}, {"start": 2159.74, "end": 2159.9, "word": " has", "probability": 0.366943359375}, {"start": 2159.9, "end": 2159.92, "word": " a", "probability": 0.76220703125}, {"start": 2159.92, "end": 2160.32, "word": " life", "probability": 0.70068359375}, {"start": 2160.32, "end": 2160.32, "word": " cycle,", "probability": 0.91064453125}, {"start": 2160.84, "end": 2161.06, "word": " okay?", "probability": 0.33056640625}, {"start": 2161.5, "end": 2161.6, "word": " And", "probability": 0.7509765625}, {"start": 2161.6, "end": 2162.48, "word": " sometimes", "probability": 0.77783203125}, {"start": 2162.48, "end": 2162.62, "word": " it", "probability": 0.83154296875}, {"start": 2162.62, "end": 2162.76, "word": " is", "probability": 0.6396484375}, {"start": 2162.76, "end": 2163.1, "word": " important", "probability": 0.8408203125}, {"start": 2163.1, "end": 2163.22, "word": " that", "probability": 0.23779296875}, {"start": 2163.22, "end": 2163.4, "word": " we", "probability": 0.91552734375}, {"start": 2163.4, "end": 2163.66, "word": " understand", "probability": 0.70263671875}, {"start": 2163.66, "end": 2163.8, "word": " the", "probability": 0.77978515625}, {"start": 2163.8, "end": 2164.1, "word": " life", "probability": 0.4609375}, {"start": 2164.1, "end": 2164.16, "word": " cycle", "probability": 0.95263671875}, {"start": 2164.16, "end": 2164.22, "word": " of", "probability": 0.9599609375}, {"start": 2164.22, "end": 2164.8, "word": " activity", "probability": 0.6845703125}, {"start": 2164.8, "end": 2167.16, "word": " in", "probability": 0.2734375}, {"start": 2167.16, "end": 2167.24, "word": " order", "probability": 0.90185546875}, {"start": 2167.24, "end": 2167.42, "word": " to", "probability": 0.9521484375}, {"start": 2167.42, "end": 2167.62, "word": " know", "probability": 0.77490234375}, {"start": 2167.62, "end": 2167.94, "word": " how", "probability": 0.92431640625}, {"start": 2167.94, "end": 2168.1, "word": " to", "probability": 0.8447265625}, {"start": 2168.1, "end": 2168.48, "word": " maintain", "probability": 0.28369140625}, {"start": 2168.48, "end": 2168.72, "word": " the", "probability": 0.59326171875}, {"start": 2168.72, "end": 2169.38, "word": " activity", "probability": 0.61669921875}, {"start": 2169.38, "end": 2169.46, "word": " state", "probability": 0.444091796875}, {"start": 2169.46, "end": 2169.68, "word": " when", "probability": 0.75}, {"start": 2169.68, "end": 2169.68, "word": " there", "probability": 0.499755859375}, {"start": 2169.68, "end": 2170.02, "word": " is", "probability": 0.8046875}, {"start": 2170.02, "end": 2170.12, "word": " a", "probability": 0.720703125}, {"start": 2170.12, "end": 2170.32, "word": " change", "probability": 0.89306640625}, {"start": 2170.32, "end": 2170.5, "word": " in", "probability": 0.9326171875}, {"start": 2170.5, "end": 2171.24, "word": " application", "probability": 0.5986328125}, {"start": 2171.24, "end": 2171.24, "word": " settings.", "probability": 0.55517578125}, {"start": 2172.66, "end": 2172.96, "word": " This", "probability": 0.441650390625}, {"start": 2172.96, "end": 2173.26, "word": " topic,", "probability": 0.50048828125}, {"start": 2173.58, "end": 2173.88, "word": " if", "probability": 0.90869140625}, {"start": 2173.88, "end": 2174.08, "word": " you", "probability": 0.96630859375}, {"start": 2174.08, "end": 2174.34, "word": " look", "probability": 0.460693359375}, {"start": 2174.34, "end": 2174.5, "word": " in", "probability": 0.410888671875}, {"start": 2174.5, "end": 2174.76, "word": " books,", "probability": 0.60107421875}, {"start": 2174.86, "end": 2174.92, "word": " you", "probability": 0.92724609375}, {"start": 2174.92, "end": 2175.0, "word": " will", "probability": 0.58251953125}, {"start": 2175.0, "end": 2175.16, "word": " always", "probability": 0.7548828125}, {"start": 2175.16, "end": 2175.3, "word": " find", "probability": 0.775390625}, {"start": 2175.3, "end": 2175.54, "word": " that", "probability": 0.763671875}, {"start": 2175.54, "end": 2175.64, "word": " as", "probability": 0.27685546875}, {"start": 2175.64, "end": 2175.76, "word": " soon", "probability": 0.96142578125}, {"start": 2175.76, "end": 2175.8, "word": " as", "probability": 0.9716796875}, {"start": 2175.8, "end": 2175.94, "word": " he", "probability": 0.2462158203125}, {"start": 2175.94, "end": 2176.1, "word": " explains", "probability": 0.6982421875}, {"start": 2176.1, "end": 2176.24, "word": " the", "probability": 0.6279296875}, {"start": 2176.24, "end": 2176.66, "word": " activity,", "probability": 0.94775390625}, {"start": 2177.34, "end": 2177.68, "word": " he", "probability": 0.8759765625}, {"start": 2177.68, "end": 2177.8, "word": " explains", "probability": 0.72998046875}, {"start": 2177.8, "end": 2178.08, "word": " it", "probability": 0.7392578125}, {"start": 2178.08, "end": 2178.08, "word": " to", "probability": 0.72607421875}, {"start": 2178.08, "end": 2178.08, "word": " you", "probability": 0.9453125}, {"start": 2178.08, "end": 2178.24, "word": " at", "probability": 0.57275390625}, {"start": 2178.24, "end": 2178.36, "word": " the", "probability": 0.72216796875}, {"start": 2178.36, "end": 2178.58, "word": " beginning,", "probability": 0.89892578125}, {"start": 2178.84, "end": 2179.04, "word": " but", "probability": 0.87353515625}, {"start": 2179.04, "end": 2179.2, "word": " I", "probability": 0.9765625}, {"start": 2179.2, "end": 2179.5, "word": " postponed", "probability": 0.337646484375}, {"start": 2179.5, "end": 2179.66, "word": " it.", "probability": 0.78515625}], "temperature": 1.0}, {"id": 85, "seek": 221023, "start": 2180.48, "end": 2210.24, "text": "It means that the student doesn't know what activity is and how to run it. No, let him know what it is and then give him the activity life cycle because if you give it to him in the beginning, he won't get involved in certain journeys and advanced. Okay? Well, I'm going to explain this gate to him later, so that the little kid doesn't have to endure it. So, it's a joke for the latter. So, let's look at the role of life in activity.", "tokens": [3522, 1355, 300, 264, 3107, 1177, 380, 458, 437, 5191, 307, 293, 577, 281, 1190, 309, 13, 883, 11, 718, 796, 458, 437, 309, 307, 293, 550, 976, 796, 264, 5191, 993, 6586, 570, 498, 291, 976, 309, 281, 796, 294, 264, 2863, 11, 415, 1582, 380, 483, 3288, 294, 1629, 36736, 293, 7339, 13, 1033, 30, 1042, 11, 286, 478, 516, 281, 2903, 341, 8539, 281, 796, 1780, 11, 370, 300, 264, 707, 1636, 1177, 380, 362, 281, 24732, 309, 13, 407, 11, 309, 311, 257, 361, 2949, 337, 264, 18481, 13, 407, 11, 718, 311, 574, 412, 264, 3090, 295, 993, 294, 5191, 13], "avg_logprob": -0.6699766533397068, "compression_ratio": 1.7193675889328064, "no_speech_prob": 0.83251953125, "words": [{"start": 2180.48, "end": 2180.74, "word": "It", "probability": 0.0220794677734375}, {"start": 2180.74, "end": 2180.86, "word": " means", "probability": 0.254150390625}, {"start": 2180.86, "end": 2181.36, "word": " that", "probability": 0.62841796875}, {"start": 2181.36, "end": 2181.7, "word": " the", "probability": 0.54248046875}, {"start": 2181.7, "end": 2181.94, "word": " student", "probability": 0.89892578125}, {"start": 2181.94, "end": 2182.42, "word": " doesn't", "probability": 0.6431884765625}, {"start": 2182.42, "end": 2182.74, "word": " know", "probability": 0.80517578125}, {"start": 2182.74, "end": 2183.0, "word": " what", "probability": 0.390625}, {"start": 2183.0, "end": 2183.48, "word": " activity", "probability": 0.382568359375}, {"start": 2183.48, "end": 2183.54, "word": " is", "probability": 0.74609375}, {"start": 2183.54, "end": 2183.62, "word": " and", "probability": 0.6513671875}, {"start": 2183.62, "end": 2183.76, "word": " how", "probability": 0.92431640625}, {"start": 2183.76, "end": 2183.84, "word": " to", "probability": 0.88134765625}, {"start": 2183.84, "end": 2184.2, "word": " run", "probability": 0.2374267578125}, {"start": 2184.2, "end": 2184.46, "word": " it.", "probability": 0.90478515625}, {"start": 2185.36, "end": 2185.68, "word": " No,", "probability": 0.486083984375}, {"start": 2185.82, "end": 2185.96, "word": " let", "probability": 0.78271484375}, {"start": 2185.96, "end": 2186.2, "word": " him", "probability": 0.81298828125}, {"start": 2186.2, "end": 2186.6, "word": " know", "probability": 0.7939453125}, {"start": 2186.6, "end": 2186.86, "word": " what", "probability": 0.89794921875}, {"start": 2186.86, "end": 2187.06, "word": " it", "probability": 0.61474609375}, {"start": 2187.06, "end": 2187.2, "word": " is", "probability": 0.9443359375}, {"start": 2187.2, "end": 2188.2, "word": " and", "probability": 0.3955078125}, {"start": 2188.2, "end": 2188.64, "word": " then", "probability": 0.70068359375}, {"start": 2188.64, "end": 2189.28, "word": " give", "probability": 0.43017578125}, {"start": 2189.28, "end": 2189.46, "word": " him", "probability": 0.77978515625}, {"start": 2189.46, "end": 2189.52, "word": " the", "probability": 0.7109375}, {"start": 2189.52, "end": 2189.92, "word": " activity", "probability": 0.95068359375}, {"start": 2189.92, "end": 2190.38, "word": " life", "probability": 0.61962890625}, {"start": 2190.38, "end": 2190.78, "word": " cycle", "probability": 0.93115234375}, {"start": 2190.78, "end": 2191.04, "word": " because", "probability": 0.430908203125}, {"start": 2191.04, "end": 2191.28, "word": " if", "probability": 0.86328125}, {"start": 2191.28, "end": 2191.3, "word": " you", "probability": 0.884765625}, {"start": 2191.3, "end": 2191.52, "word": " give", "probability": 0.203857421875}, {"start": 2191.52, "end": 2191.58, "word": " it", "probability": 0.49853515625}, {"start": 2191.58, "end": 2191.58, "word": " to", "probability": 0.69384765625}, {"start": 2191.58, "end": 2191.66, "word": " him", "probability": 0.787109375}, {"start": 2191.66, "end": 2191.78, "word": " in", "probability": 0.365478515625}, {"start": 2191.78, "end": 2191.86, "word": " the", "probability": 0.92529296875}, {"start": 2191.86, "end": 2192.06, "word": " beginning,", "probability": 0.6220703125}, {"start": 2192.68, "end": 2192.8, "word": " he", "probability": 0.537109375}, {"start": 2192.8, "end": 2193.54, "word": " won't", "probability": 0.7208251953125}, {"start": 2193.54, "end": 2193.78, "word": " get", "probability": 0.19970703125}, {"start": 2193.78, "end": 2194.12, "word": " involved", "probability": 0.263916015625}, {"start": 2194.12, "end": 2194.5, "word": " in", "probability": 0.60205078125}, {"start": 2194.5, "end": 2194.58, "word": " certain", "probability": 0.430908203125}, {"start": 2194.58, "end": 2194.94, "word": " journeys", "probability": 0.39794921875}, {"start": 2194.94, "end": 2196.44, "word": " and", "probability": 0.53173828125}, {"start": 2196.44, "end": 2197.76, "word": " advanced.", "probability": 0.4853515625}, {"start": 2198.04, "end": 2198.2, "word": " Okay?", "probability": 0.28125}, {"start": 2198.48, "end": 2198.66, "word": " Well,", "probability": 0.18701171875}, {"start": 2198.7, "end": 2198.9, "word": " I'm", "probability": 0.4334716796875}, {"start": 2198.9, "end": 2199.04, "word": " going", "probability": 0.515625}, {"start": 2199.04, "end": 2199.16, "word": " to", "probability": 0.9306640625}, {"start": 2199.16, "end": 2199.46, "word": " explain", "probability": 0.740234375}, {"start": 2199.46, "end": 2199.82, "word": " this", "probability": 0.33935546875}, {"start": 2199.82, "end": 2200.0, "word": " gate", "probability": 0.12347412109375}, {"start": 2200.0, "end": 2200.0, "word": " to", "probability": 0.62255859375}, {"start": 2200.0, "end": 2200.0, "word": " him", "probability": 0.57421875}, {"start": 2200.0, "end": 2200.48, "word": " later,", "probability": 0.7900390625}, {"start": 2200.7, "end": 2200.98, "word": " so", "probability": 0.52392578125}, {"start": 2200.98, "end": 2201.1, "word": " that", "probability": 0.67822265625}, {"start": 2201.1, "end": 2201.68, "word": " the", "probability": 0.73291015625}, {"start": 2201.68, "end": 2201.68, "word": " little", "probability": 0.488037109375}, {"start": 2201.68, "end": 2202.32, "word": " kid", "probability": 0.1395263671875}, {"start": 2202.32, "end": 2202.6, "word": " doesn't", "probability": 0.684326171875}, {"start": 2202.6, "end": 2202.72, "word": " have", "probability": 0.1649169921875}, {"start": 2202.72, "end": 2202.72, "word": " to", "probability": 0.796875}, {"start": 2202.72, "end": 2203.02, "word": " endure", "probability": 0.267333984375}, {"start": 2203.02, "end": 2203.44, "word": " it.", "probability": 0.7109375}, {"start": 2206.02, "end": 2206.5, "word": " So,", "probability": 0.35205078125}, {"start": 2206.56, "end": 2206.72, "word": " it's", "probability": 0.372802734375}, {"start": 2206.72, "end": 2206.72, "word": " a", "probability": 0.65478515625}, {"start": 2206.72, "end": 2206.84, "word": " joke", "probability": 0.325927734375}, {"start": 2206.84, "end": 2207.02, "word": " for", "probability": 0.299560546875}, {"start": 2207.02, "end": 2207.14, "word": " the", "probability": 0.57177734375}, {"start": 2207.14, "end": 2207.26, "word": " latter.", "probability": 0.1807861328125}, {"start": 2207.36, "end": 2207.48, "word": " So,", "probability": 0.501953125}, {"start": 2207.54, "end": 2207.76, "word": " let's", "probability": 0.9482421875}, {"start": 2207.76, "end": 2208.0, "word": " look", "probability": 0.45458984375}, {"start": 2208.0, "end": 2208.54, "word": " at", "probability": 0.74951171875}, {"start": 2208.54, "end": 2208.64, "word": " the", "probability": 0.8271484375}, {"start": 2208.64, "end": 2208.82, "word": " role", "probability": 0.7021484375}, {"start": 2208.82, "end": 2208.92, "word": " of", "probability": 0.93310546875}, {"start": 2208.92, "end": 2209.26, "word": " life", "probability": 0.54443359375}, {"start": 2209.26, "end": 2209.8, "word": " in", "probability": 0.529296875}, {"start": 2209.8, "end": 2210.24, "word": " activity.", "probability": 0.346923828125}], "temperature": 1.0}, {"id": 86, "seek": 222373, "start": 2210.97, "end": 2223.73, "text": " The meaning of Activity is that it goes through stages, and each stage requires a callback method. For example, when you start an activity, it starts with a method called onCreate.", "tokens": [440, 3620, 295, 3251, 4253, 307, 300, 309, 1709, 807, 10232, 11, 293, 1184, 3233, 7029, 257, 818, 3207, 3170, 13, 1171, 1365, 11, 562, 291, 722, 364, 5191, 11, 309, 3719, 365, 257, 3170, 1219, 322, 44637, 473, 13], "avg_logprob": -0.586890243902439, "compression_ratio": 1.3609022556390977, "no_speech_prob": 6.318092346191406e-06, "words": [{"start": 2210.9700000000003, "end": 2211.51, "word": " The", "probability": 0.271728515625}, {"start": 2211.51, "end": 2211.79, "word": " meaning", "probability": 0.10418701171875}, {"start": 2211.79, "end": 2211.85, "word": " of", "probability": 0.88232421875}, {"start": 2211.85, "end": 2212.51, "word": " Activity", "probability": 0.57080078125}, {"start": 2212.51, "end": 2212.65, "word": " is", "probability": 0.293701171875}, {"start": 2212.65, "end": 2213.23, "word": " that", "probability": 0.54150390625}, {"start": 2213.23, "end": 2213.37, "word": " it", "probability": 0.71240234375}, {"start": 2213.37, "end": 2213.59, "word": " goes", "probability": 0.55029296875}, {"start": 2213.59, "end": 2213.73, "word": " through", "probability": 0.8642578125}, {"start": 2213.73, "end": 2214.25, "word": " stages,", "probability": 0.4638671875}, {"start": 2214.89, "end": 2215.13, "word": " and", "probability": 0.689453125}, {"start": 2215.13, "end": 2215.35, "word": " each", "probability": 0.25244140625}, {"start": 2215.35, "end": 2216.09, "word": " stage", "probability": 0.76171875}, {"start": 2216.09, "end": 2217.37, "word": " requires", "probability": 0.49462890625}, {"start": 2217.37, "end": 2217.67, "word": " a", "probability": 0.9267578125}, {"start": 2217.67, "end": 2218.03, "word": " callback", "probability": 0.726318359375}, {"start": 2218.03, "end": 2218.41, "word": " method.", "probability": 0.93603515625}, {"start": 2220.01, "end": 2220.15, "word": " For", "probability": 0.77880859375}, {"start": 2220.15, "end": 2220.45, "word": " example,", "probability": 0.85693359375}, {"start": 2220.71, "end": 2221.13, "word": " when", "probability": 0.3876953125}, {"start": 2221.13, "end": 2221.39, "word": " you", "probability": 0.3701171875}, {"start": 2221.39, "end": 2221.55, "word": " start", "probability": 0.495361328125}, {"start": 2221.55, "end": 2221.71, "word": " an", "probability": 0.49609375}, {"start": 2221.71, "end": 2222.07, "word": " activity,", "probability": 0.93896484375}, {"start": 2222.17, "end": 2222.27, "word": " it", "probability": 0.449462890625}, {"start": 2222.27, "end": 2222.47, "word": " starts", "probability": 0.29296875}, {"start": 2222.47, "end": 2222.59, "word": " with", "probability": 0.486572265625}, {"start": 2222.59, "end": 2222.63, "word": " a", "probability": 0.69775390625}, {"start": 2222.63, "end": 2222.81, "word": " method", "probability": 0.89306640625}, {"start": 2222.81, "end": 2223.11, "word": " called", "probability": 0.82763671875}, {"start": 2223.11, "end": 2223.73, "word": " onCreate.", "probability": 0.7825520833333334}], "temperature": 1.0}, {"id": 87, "seek": 224671, "start": 2226.57, "end": 2246.71, "text": "Most of the work that I have done so far was in Uncreate, which is the moment when the activity starts to create a flow, and in Uncreate you put all the code that has to do with action, text view, fill them, read them, whatever you want, everything that we do in Uncreate, we did not do it with any of the tools that we have here", "tokens": [49101, 295, 264, 589, 300, 286, 362, 1096, 370, 1400, 390, 294, 1156, 35546, 68, 11, 597, 307, 264, 1623, 562, 264, 5191, 3719, 281, 1884, 257, 3095, 11, 293, 294, 1156, 14066, 473, 291, 829, 439, 264, 3089, 300, 575, 281, 360, 365, 3069, 11, 2487, 1910, 11, 2836, 552, 11, 1401, 552, 11, 2035, 291, 528, 11, 1203, 300, 321, 360, 294, 1156, 14066, 473, 11, 321, 630, 406, 360, 309, 365, 604, 295, 264, 3873, 300, 321, 362, 510], "avg_logprob": -0.7481174483356705, "compression_ratio": 1.75, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2226.57, "end": 2226.89, "word": "Most", "probability": 0.62451171875}, {"start": 2226.89, "end": 2227.09, "word": " of", "probability": 0.86669921875}, {"start": 2227.09, "end": 2227.27, "word": " the", "probability": 0.469970703125}, {"start": 2227.27, "end": 2227.39, "word": " work", "probability": 0.274169921875}, {"start": 2227.39, "end": 2227.55, "word": " that", "probability": 0.2288818359375}, {"start": 2227.55, "end": 2227.57, "word": " I", "probability": 0.54638671875}, {"start": 2227.57, "end": 2227.73, "word": " have", "probability": 0.2393798828125}, {"start": 2227.73, "end": 2227.81, "word": " done", "probability": 0.6962890625}, {"start": 2227.81, "end": 2228.25, "word": " so", "probability": 0.25146484375}, {"start": 2228.25, "end": 2228.25, "word": " far", "probability": 0.9462890625}, {"start": 2228.25, "end": 2228.87, "word": " was", "probability": 0.32421875}, {"start": 2228.87, "end": 2229.75, "word": " in", "probability": 0.42919921875}, {"start": 2229.75, "end": 2230.23, "word": " Uncreate,", "probability": 0.3574625651041667}, {"start": 2230.25, "end": 2230.45, "word": " which", "probability": 0.416015625}, {"start": 2230.45, "end": 2230.61, "word": " is", "probability": 0.55078125}, {"start": 2230.61, "end": 2230.85, "word": " the", "probability": 0.313232421875}, {"start": 2230.85, "end": 2231.09, "word": " moment", "probability": 0.7373046875}, {"start": 2231.09, "end": 2231.29, "word": " when", "probability": 0.3828125}, {"start": 2231.29, "end": 2231.47, "word": " the", "probability": 0.450439453125}, {"start": 2231.47, "end": 2231.85, "word": " activity", "probability": 0.7880859375}, {"start": 2231.85, "end": 2232.09, "word": " starts", "probability": 0.263427734375}, {"start": 2232.09, "end": 2232.35, "word": " to", "probability": 0.427490234375}, {"start": 2232.35, "end": 2233.11, "word": " create", "probability": 0.1646728515625}, {"start": 2233.11, "end": 2233.33, "word": " a", "probability": 0.437255859375}, {"start": 2233.33, "end": 2233.59, "word": " flow,", "probability": 0.572265625}, {"start": 2234.03, "end": 2234.31, "word": " and", "probability": 0.595703125}, {"start": 2234.31, "end": 2234.93, "word": " in", "probability": 0.2210693359375}, {"start": 2234.93, "end": 2235.41, "word": " Uncreate", "probability": 0.81884765625}, {"start": 2235.41, "end": 2235.59, "word": " you", "probability": 0.63330078125}, {"start": 2235.59, "end": 2236.11, "word": " put", "probability": 0.2108154296875}, {"start": 2236.11, "end": 2236.37, "word": " all", "probability": 0.7705078125}, {"start": 2236.37, "end": 2236.49, "word": " the", "probability": 0.72119140625}, {"start": 2236.49, "end": 2236.75, "word": " code", "probability": 0.578125}, {"start": 2236.75, "end": 2236.85, "word": " that", "probability": 0.32080078125}, {"start": 2236.85, "end": 2236.97, "word": " has", "probability": 0.60546875}, {"start": 2236.97, "end": 2237.17, "word": " to", "probability": 0.56884765625}, {"start": 2237.17, "end": 2237.25, "word": " do", "probability": 0.96484375}, {"start": 2237.25, "end": 2237.35, "word": " with", "probability": 0.8935546875}, {"start": 2237.35, "end": 2237.77, "word": " action,", "probability": 0.363037109375}, {"start": 2237.95, "end": 2238.39, "word": " text", "probability": 0.135986328125}, {"start": 2238.39, "end": 2238.95, "word": " view,", "probability": 0.60791015625}, {"start": 2239.13, "end": 2240.27, "word": " fill", "probability": 0.60791015625}, {"start": 2240.27, "end": 2240.61, "word": " them,", "probability": 0.52685546875}, {"start": 2240.73, "end": 2241.03, "word": " read", "probability": 0.65380859375}, {"start": 2241.03, "end": 2241.23, "word": " them,", "probability": 0.8037109375}, {"start": 2241.35, "end": 2241.57, "word": " whatever", "probability": 0.1683349609375}, {"start": 2241.57, "end": 2241.73, "word": " you", "probability": 0.8525390625}, {"start": 2241.73, "end": 2241.87, "word": " want,", "probability": 0.7646484375}, {"start": 2242.31, "end": 2242.63, "word": " everything", "probability": 0.358642578125}, {"start": 2242.63, "end": 2242.75, "word": " that", "probability": 0.2071533203125}, {"start": 2242.75, "end": 2242.85, "word": " we", "probability": 0.345703125}, {"start": 2242.85, "end": 2242.93, "word": " do", "probability": 0.85205078125}, {"start": 2242.93, "end": 2243.07, "word": " in", "probability": 0.8193359375}, {"start": 2243.07, "end": 2243.55, "word": " Uncreate,", "probability": 0.9000651041666666}, {"start": 2243.61, "end": 2243.67, "word": " we", "probability": 0.556640625}, {"start": 2243.67, "end": 2243.87, "word": " did", "probability": 0.32421875}, {"start": 2243.87, "end": 2244.15, "word": " not", "probability": 0.75927734375}, {"start": 2244.15, "end": 2244.15, "word": " do", "probability": 0.4755859375}, {"start": 2244.15, "end": 2244.19, "word": " it", "probability": 0.407470703125}, {"start": 2244.19, "end": 2245.45, "word": " with", "probability": 0.75927734375}, {"start": 2245.45, "end": 2245.73, "word": " any", "probability": 0.78271484375}, {"start": 2245.73, "end": 2245.83, "word": " of", "probability": 0.261962890625}, {"start": 2245.83, "end": 2245.83, "word": " the", "probability": 0.67822265625}, {"start": 2245.83, "end": 2246.03, "word": " tools", "probability": 0.1182861328125}, {"start": 2246.03, "end": 2246.17, "word": " that", "probability": 0.5166015625}, {"start": 2246.17, "end": 2246.37, "word": " we", "probability": 0.276611328125}, {"start": 2246.37, "end": 2246.37, "word": " have", "probability": 0.85888671875}, {"start": 2246.37, "end": 2246.71, "word": " here", "probability": 0.724609375}], "temperature": 1.0}, {"id": 88, "seek": 227927, "start": 2250.75, "end": 2279.27, "text": " Ok, after Uncreate, there is another method called Unstart. Ok? What is the difference between Unstart and Uncreate? In Uncreate, the activity is not visible yet. What does it mean by not visible? It is not clear. It is in front of the devices and it is not visible on the screen. In Unstart, the activity is visible. The activity is ready. Sometimes, sometimes", "tokens": [3477, 11, 934, 1156, 14066, 473, 11, 456, 307, 1071, 3170, 1219, 1156, 24419, 13, 3477, 30, 708, 307, 264, 2649, 1296, 1156, 24419, 293, 1156, 14066, 473, 30, 682, 1156, 14066, 473, 11, 264, 5191, 307, 406, 8974, 1939, 13, 708, 775, 309, 914, 538, 406, 8974, 30, 467, 307, 406, 1850, 13, 467, 307, 294, 1868, 295, 264, 5759, 293, 309, 307, 406, 8974, 322, 264, 2568, 13, 682, 1156, 24419, 11, 264, 5191, 307, 8974, 13, 440, 5191, 307, 1919, 13, 4803, 11, 2171], "avg_logprob": -0.4140625023706393, "compression_ratio": 1.8564102564102565, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2250.75, "end": 2251.39, "word": " Ok,", "probability": 0.28564453125}, {"start": 2252.17, "end": 2252.51, "word": " after", "probability": 0.77978515625}, {"start": 2252.51, "end": 2253.11, "word": " Uncreate,", "probability": 0.65234375}, {"start": 2253.61, "end": 2254.49, "word": " there", "probability": 0.7265625}, {"start": 2254.49, "end": 2254.61, "word": " is", "probability": 0.69775390625}, {"start": 2254.61, "end": 2255.11, "word": " another", "probability": 0.72119140625}, {"start": 2255.11, "end": 2255.11, "word": " method", "probability": 0.9130859375}, {"start": 2255.11, "end": 2255.55, "word": " called", "probability": 0.4541015625}, {"start": 2255.55, "end": 2257.27, "word": " Unstart.", "probability": 0.86474609375}, {"start": 2258.75, "end": 2259.39, "word": " Ok?", "probability": 0.34326171875}, {"start": 2260.33, "end": 2260.97, "word": " What", "probability": 0.73486328125}, {"start": 2260.97, "end": 2261.07, "word": " is", "probability": 0.6123046875}, {"start": 2261.07, "end": 2261.17, "word": " the", "probability": 0.83984375}, {"start": 2261.17, "end": 2261.31, "word": " difference", "probability": 0.81787109375}, {"start": 2261.31, "end": 2261.47, "word": " between", "probability": 0.85888671875}, {"start": 2261.47, "end": 2261.97, "word": " Unstart", "probability": 0.927978515625}, {"start": 2261.97, "end": 2262.09, "word": " and", "probability": 0.92529296875}, {"start": 2262.09, "end": 2262.71, "word": " Uncreate?", "probability": 0.9537760416666666}, {"start": 2263.31, "end": 2263.53, "word": " In", "probability": 0.472412109375}, {"start": 2263.53, "end": 2264.29, "word": " Uncreate,", "probability": 0.9365234375}, {"start": 2264.49, "end": 2264.79, "word": " the", "probability": 0.5595703125}, {"start": 2264.79, "end": 2265.19, "word": " activity", "probability": 0.92919921875}, {"start": 2265.19, "end": 2265.33, "word": " is", "probability": 0.814453125}, {"start": 2265.33, "end": 2265.39, "word": " not", "probability": 0.7958984375}, {"start": 2265.39, "end": 2265.77, "word": " visible", "probability": 0.67822265625}, {"start": 2265.77, "end": 2266.15, "word": " yet.", "probability": 0.49755859375}, {"start": 2266.15, "end": 2266.33, "word": " What", "probability": 0.5947265625}, {"start": 2266.33, "end": 2266.45, "word": " does", "probability": 0.42822265625}, {"start": 2266.45, "end": 2266.49, "word": " it", "probability": 0.59521484375}, {"start": 2266.49, "end": 2266.49, "word": " mean", "probability": 0.951171875}, {"start": 2266.49, "end": 2266.53, "word": " by", "probability": 0.348876953125}, {"start": 2266.53, "end": 2266.61, "word": " not", "probability": 0.7568359375}, {"start": 2266.61, "end": 2266.93, "word": " visible?", "probability": 0.9326171875}, {"start": 2267.25, "end": 2267.89, "word": " It", "probability": 0.48876953125}, {"start": 2267.89, "end": 2267.93, "word": " is", "probability": 0.50732421875}, {"start": 2267.93, "end": 2267.95, "word": " not", "probability": 0.8955078125}, {"start": 2267.95, "end": 2268.29, "word": " clear.", "probability": 0.191162109375}, {"start": 2268.65, "end": 2268.73, "word": " It", "probability": 0.43798828125}, {"start": 2268.73, "end": 2268.83, "word": " is", "probability": 0.681640625}, {"start": 2268.83, "end": 2269.01, "word": " in", "probability": 0.365234375}, {"start": 2269.01, "end": 2269.19, "word": " front", "probability": 0.94970703125}, {"start": 2269.19, "end": 2269.29, "word": " of", "probability": 0.970703125}, {"start": 2269.29, "end": 2269.35, "word": " the", "probability": 0.64697265625}, {"start": 2269.35, "end": 2269.63, "word": " devices", "probability": 0.31201171875}, {"start": 2269.63, "end": 2269.85, "word": " and", "probability": 0.322021484375}, {"start": 2269.85, "end": 2269.93, "word": " it", "probability": 0.490478515625}, {"start": 2269.93, "end": 2269.93, "word": " is", "probability": 0.47265625}, {"start": 2269.93, "end": 2270.27, "word": " not", "probability": 0.90478515625}, {"start": 2270.27, "end": 2270.63, "word": " visible", "probability": 0.37841796875}, {"start": 2270.63, "end": 2270.85, "word": " on", "probability": 0.7041015625}, {"start": 2270.85, "end": 2270.93, "word": " the", "probability": 0.83740234375}, {"start": 2270.93, "end": 2271.15, "word": " screen.", "probability": 0.84912109375}, {"start": 2272.17, "end": 2272.35, "word": " In", "probability": 0.83935546875}, {"start": 2272.35, "end": 2272.89, "word": " Unstart,", "probability": 0.95947265625}, {"start": 2273.09, "end": 2273.41, "word": " the", "probability": 0.83984375}, {"start": 2273.41, "end": 2273.83, "word": " activity", "probability": 0.94775390625}, {"start": 2273.83, "end": 2274.61, "word": " is", "probability": 0.41796875}, {"start": 2274.61, "end": 2275.33, "word": " visible.", "probability": 0.86767578125}, {"start": 2276.67, "end": 2277.17, "word": " The", "probability": 0.482421875}, {"start": 2277.17, "end": 2277.83, "word": " activity", "probability": 0.9140625}, {"start": 2277.83, "end": 2277.83, "word": " is", "probability": 0.83349609375}, {"start": 2277.83, "end": 2277.83, "word": " ready.", "probability": 0.673828125}, {"start": 2277.95, "end": 2278.49, "word": " Sometimes,", "probability": 0.77734375}, {"start": 2278.77, "end": 2279.27, "word": " sometimes", "probability": 0.9375}], "temperature": 1.0}, {"id": 89, "seek": 228923, "start": 2280.82, "end": 2289.24, "text": "Some methods and components tell you to put your code in onStart, not in onCreate. Why? Because it wants the activity to be active to work properly.", "tokens": [24882, 7150, 293, 6677, 980, 291, 281, 829, 428, 3089, 294, 322, 33996, 11, 406, 294, 322, 44637, 473, 13, 1545, 30, 1436, 309, 2738, 264, 5191, 281, 312, 4967, 281, 589, 6108, 13], "avg_logprob": -0.5933035509926933, "compression_ratio": 1.2758620689655173, "no_speech_prob": 0.0, "words": [{"start": 2280.8199999999997, "end": 2281.2599999999998, "word": "Some", "probability": 0.42333984375}, {"start": 2281.2599999999998, "end": 2281.7, "word": " methods", "probability": 0.734375}, {"start": 2281.7, "end": 2281.82, "word": " and", "probability": 0.450439453125}, {"start": 2281.82, "end": 2282.66, "word": " components", "probability": 0.75439453125}, {"start": 2282.66, "end": 2283.02, "word": " tell", "probability": 0.27001953125}, {"start": 2283.02, "end": 2283.2, "word": " you", "probability": 0.91748046875}, {"start": 2283.2, "end": 2283.42, "word": " to", "probability": 0.91650390625}, {"start": 2283.42, "end": 2283.42, "word": " put", "probability": 0.362060546875}, {"start": 2283.42, "end": 2283.6, "word": " your", "probability": 0.55126953125}, {"start": 2283.6, "end": 2283.82, "word": " code", "probability": 0.875}, {"start": 2283.82, "end": 2284.6, "word": " in", "probability": 0.7060546875}, {"start": 2284.6, "end": 2285.1, "word": " onStart,", "probability": 0.4327392578125}, {"start": 2285.34, "end": 2285.5, "word": " not", "probability": 0.8046875}, {"start": 2285.5, "end": 2285.62, "word": " in", "probability": 0.421875}, {"start": 2285.62, "end": 2286.08, "word": " onCreate.", "probability": 0.8507486979166666}, {"start": 2286.24, "end": 2286.46, "word": " Why?", "probability": 0.71142578125}, {"start": 2286.56, "end": 2286.8, "word": " Because", "probability": 0.87109375}, {"start": 2286.8, "end": 2286.98, "word": " it", "probability": 0.366943359375}, {"start": 2286.98, "end": 2287.34, "word": " wants", "probability": 0.398193359375}, {"start": 2287.34, "end": 2287.52, "word": " the", "probability": 0.406494140625}, {"start": 2287.52, "end": 2287.9, "word": " activity", "probability": 0.9208984375}, {"start": 2287.9, "end": 2288.1, "word": " to", "probability": 0.9248046875}, {"start": 2288.1, "end": 2288.2, "word": " be", "probability": 0.76708984375}, {"start": 2288.2, "end": 2288.44, "word": " active", "probability": 0.1661376953125}, {"start": 2288.44, "end": 2288.66, "word": " to", "probability": 0.347900390625}, {"start": 2288.66, "end": 2288.98, "word": " work", "probability": 0.489501953125}, {"start": 2288.98, "end": 2289.24, "word": " properly.", "probability": 0.420166015625}], "temperature": 1.0}, {"id": 90, "seek": 231375, "start": 2290.65, "end": 2313.75, "text": "So sometimes the manual of Google tells you that this code is better to put in the on start, it is better to work after the activity appears on the screen, because in the on create, the screen appears from the outside. Do we still need the on start? No, this on start is a method that exists in the activity. Now when I work in activity, not this program that I work in activity, every code that we put", "tokens": [6455, 2171, 264, 9688, 295, 3329, 5112, 291, 300, 341, 3089, 307, 1101, 281, 829, 294, 264, 322, 722, 11, 309, 307, 1101, 281, 589, 934, 264, 5191, 7038, 322, 264, 2568, 11, 570, 294, 264, 322, 1884, 11, 264, 2568, 7038, 490, 264, 2380, 13, 1144, 321, 920, 643, 264, 322, 722, 30, 883, 11, 341, 322, 722, 307, 257, 3170, 300, 8198, 294, 264, 5191, 13, 823, 562, 286, 589, 294, 5191, 11, 406, 341, 1461, 300, 286, 589, 294, 5191, 11, 633, 3089, 300, 321, 829], "avg_logprob": -0.5375000192059411, "compression_ratio": 1.8440366972477065, "no_speech_prob": 5.424022674560547e-06, "words": [{"start": 2290.65, "end": 2291.09, "word": "So", "probability": 0.2822265625}, {"start": 2291.09, "end": 2291.53, "word": " sometimes", "probability": 0.50732421875}, {"start": 2291.53, "end": 2291.75, "word": " the", "probability": 0.390869140625}, {"start": 2291.75, "end": 2292.03, "word": " manual", "probability": 0.90087890625}, {"start": 2292.03, "end": 2292.53, "word": " of", "probability": 0.54150390625}, {"start": 2292.53, "end": 2292.91, "word": " Google", "probability": 0.57275390625}, {"start": 2292.91, "end": 2293.25, "word": " tells", "probability": 0.302978515625}, {"start": 2293.25, "end": 2293.43, "word": " you", "probability": 0.904296875}, {"start": 2293.43, "end": 2293.61, "word": " that", "probability": 0.73681640625}, {"start": 2293.61, "end": 2293.87, "word": " this", "probability": 0.68994140625}, {"start": 2293.87, "end": 2294.17, "word": " code", "probability": 0.87646484375}, {"start": 2294.17, "end": 2294.25, "word": " is", "probability": 0.7412109375}, {"start": 2294.25, "end": 2294.47, "word": " better", "probability": 0.78759765625}, {"start": 2294.47, "end": 2294.63, "word": " to", "probability": 0.77734375}, {"start": 2294.63, "end": 2294.87, "word": " put", "probability": 0.482666015625}, {"start": 2294.87, "end": 2295.55, "word": " in", "probability": 0.46728515625}, {"start": 2295.55, "end": 2295.61, "word": " the", "probability": 0.4052734375}, {"start": 2295.61, "end": 2295.73, "word": " on", "probability": 0.607421875}, {"start": 2295.73, "end": 2296.05, "word": " start,", "probability": 0.5224609375}, {"start": 2296.45, "end": 2296.63, "word": " it", "probability": 0.2421875}, {"start": 2296.63, "end": 2296.63, "word": " is", "probability": 0.59326171875}, {"start": 2296.63, "end": 2296.85, "word": " better", "probability": 0.904296875}, {"start": 2296.85, "end": 2297.03, "word": " to", "probability": 0.76025390625}, {"start": 2297.03, "end": 2297.45, "word": " work", "probability": 0.45166015625}, {"start": 2297.45, "end": 2297.91, "word": " after", "probability": 0.78564453125}, {"start": 2297.91, "end": 2298.83, "word": " the", "probability": 0.79541015625}, {"start": 2298.83, "end": 2299.19, "word": " activity", "probability": 0.921875}, {"start": 2299.19, "end": 2299.59, "word": " appears", "probability": 0.66650390625}, {"start": 2299.59, "end": 2299.75, "word": " on", "probability": 0.77587890625}, {"start": 2299.75, "end": 2299.87, "word": " the", "probability": 0.849609375}, {"start": 2299.87, "end": 2300.17, "word": " screen,", "probability": 0.86962890625}, {"start": 2300.79, "end": 2301.13, "word": " because", "probability": 0.407958984375}, {"start": 2301.13, "end": 2301.35, "word": " in", "probability": 0.685546875}, {"start": 2301.35, "end": 2301.43, "word": " the", "probability": 0.6708984375}, {"start": 2301.43, "end": 2301.51, "word": " on", "probability": 0.7119140625}, {"start": 2301.51, "end": 2301.73, "word": " create,", "probability": 0.5595703125}, {"start": 2301.91, "end": 2302.11, "word": " the", "probability": 0.70458984375}, {"start": 2302.11, "end": 2302.29, "word": " screen", "probability": 0.82177734375}, {"start": 2302.29, "end": 2302.35, "word": " appears", "probability": 0.37646484375}, {"start": 2302.35, "end": 2302.43, "word": " from", "probability": 0.27392578125}, {"start": 2302.43, "end": 2302.49, "word": " the", "probability": 0.58740234375}, {"start": 2302.49, "end": 2302.69, "word": " outside.", "probability": 0.217041015625}, {"start": 2302.81, "end": 2303.01, "word": " Do", "probability": 0.2166748046875}, {"start": 2303.01, "end": 2303.01, "word": " we", "probability": 0.88818359375}, {"start": 2303.01, "end": 2303.31, "word": " still", "probability": 0.654296875}, {"start": 2303.31, "end": 2304.17, "word": " need", "probability": 0.302734375}, {"start": 2304.17, "end": 2304.43, "word": " the", "probability": 0.5400390625}, {"start": 2304.43, "end": 2304.55, "word": " on", "probability": 0.92724609375}, {"start": 2304.55, "end": 2304.91, "word": " start?", "probability": 0.92626953125}, {"start": 2305.65, "end": 2306.09, "word": " No,", "probability": 0.58056640625}, {"start": 2306.51, "end": 2306.75, "word": " this", "probability": 0.77490234375}, {"start": 2306.75, "end": 2306.97, "word": " on", "probability": 0.76953125}, {"start": 2306.97, "end": 2307.27, "word": " start", "probability": 0.93603515625}, {"start": 2307.27, "end": 2307.45, "word": " is", "probability": 0.65771484375}, {"start": 2307.45, "end": 2307.79, "word": " a", "probability": 0.79931640625}, {"start": 2307.79, "end": 2308.09, "word": " method", "probability": 0.91259765625}, {"start": 2308.09, "end": 2308.15, "word": " that", "probability": 0.377197265625}, {"start": 2308.15, "end": 2308.41, "word": " exists", "probability": 0.37255859375}, {"start": 2308.41, "end": 2308.67, "word": " in", "probability": 0.9072265625}, {"start": 2308.67, "end": 2308.85, "word": " the", "probability": 0.69921875}, {"start": 2308.85, "end": 2309.33, "word": " activity.", "probability": 0.9208984375}, {"start": 2309.45, "end": 2309.57, "word": " Now", "probability": 0.61572265625}, {"start": 2309.57, "end": 2309.67, "word": " when", "probability": 0.5166015625}, {"start": 2309.67, "end": 2309.81, "word": " I", "probability": 0.974609375}, {"start": 2309.81, "end": 2310.03, "word": " work", "probability": 0.52978515625}, {"start": 2310.03, "end": 2310.13, "word": " in", "probability": 0.89306640625}, {"start": 2310.13, "end": 2310.57, "word": " activity,", "probability": 0.37890625}, {"start": 2311.01, "end": 2311.11, "word": " not", "probability": 0.439697265625}, {"start": 2311.11, "end": 2311.33, "word": " this", "probability": 0.80810546875}, {"start": 2311.33, "end": 2311.63, "word": " program", "probability": 0.79541015625}, {"start": 2311.63, "end": 2311.75, "word": " that", "probability": 0.2451171875}, {"start": 2311.75, "end": 2311.83, "word": " I", "probability": 0.9599609375}, {"start": 2311.83, "end": 2312.07, "word": " work", "probability": 0.81494140625}, {"start": 2312.07, "end": 2312.17, "word": " in", "probability": 0.87353515625}, {"start": 2312.17, "end": 2312.63, "word": " activity,", "probability": 0.65576171875}, {"start": 2312.97, "end": 2313.13, "word": " every", "probability": 0.24951171875}, {"start": 2313.13, "end": 2313.33, "word": " code", "probability": 0.91552734375}, {"start": 2313.33, "end": 2313.43, "word": " that", "probability": 0.37841796875}, {"start": 2313.43, "end": 2313.55, "word": " we", "probability": 0.457763671875}, {"start": 2313.55, "end": 2313.75, "word": " put", "probability": 0.78125}], "temperature": 1.0}, {"id": 91, "seek": 232289, "start": 2314.79, "end": 2322.89, "text": "onCreate() method in superclass called onStart()", "tokens": [266, 44637, 473, 45191, 3170, 294, 1687, 11665, 1219, 322, 33996, 45191], "avg_logprob": -0.7451923260321984, "compression_ratio": 0.8571428571428571, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2314.79, "end": 2315.55, "word": "onCreate", "probability": 0.5505879720052084}, {"start": 2315.55, "end": 2315.97, "word": "()", "probability": 0.47021484375}, {"start": 2315.97, "end": 2316.75, "word": " method", "probability": 0.31494140625}, {"start": 2316.75, "end": 2318.01, "word": " in", "probability": 0.338134765625}, {"start": 2318.01, "end": 2318.79, "word": " superclass", "probability": 0.6240234375}, {"start": 2318.79, "end": 2319.67, "word": " called", "probability": 0.1929931640625}, {"start": 2319.67, "end": 2321.37, "word": " onStart", "probability": 0.782470703125}, {"start": 2321.37, "end": 2322.89, "word": "()", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 92, "seek": 234537, "start": 2326.79, "end": 2345.37, "text": " By the way, if you take all the code above and put it in any start, there is no problem. The program will work with you. As I said, the only difference is that the code was executed either before the activity became visible or after it became visible. Of course, I do it quickly, so you don't notice that", "tokens": [3146, 264, 636, 11, 498, 291, 747, 439, 264, 3089, 3673, 293, 829, 309, 294, 604, 722, 11, 456, 307, 572, 1154, 13, 440, 1461, 486, 589, 365, 291, 13, 1018, 286, 848, 11, 264, 787, 2649, 307, 300, 264, 3089, 390, 17577, 2139, 949, 264, 5191, 3062, 8974, 420, 934, 309, 3062, 8974, 13, 2720, 1164, 11, 286, 360, 309, 2661, 11, 370, 291, 500, 380, 3449, 300], "avg_logprob": -0.5026785543986729, "compression_ratio": 1.5174129353233832, "no_speech_prob": 2.104043960571289e-05, "words": [{"start": 2326.79, "end": 2327.19, "word": " By", "probability": 0.0411376953125}, {"start": 2327.19, "end": 2327.59, "word": " the", "probability": 0.90576171875}, {"start": 2327.59, "end": 2327.67, "word": " way,", "probability": 0.9580078125}, {"start": 2327.75, "end": 2327.77, "word": " if", "probability": 0.85107421875}, {"start": 2327.77, "end": 2327.85, "word": " you", "probability": 0.5126953125}, {"start": 2327.85, "end": 2328.05, "word": " take", "probability": 0.255126953125}, {"start": 2328.05, "end": 2328.29, "word": " all", "probability": 0.79443359375}, {"start": 2328.29, "end": 2328.41, "word": " the", "probability": 0.69921875}, {"start": 2328.41, "end": 2328.59, "word": " code", "probability": 0.79345703125}, {"start": 2328.59, "end": 2329.07, "word": " above", "probability": 0.268310546875}, {"start": 2329.07, "end": 2329.49, "word": " and", "probability": 0.6015625}, {"start": 2329.49, "end": 2330.21, "word": " put", "probability": 0.50048828125}, {"start": 2330.21, "end": 2330.33, "word": " it", "probability": 0.85595703125}, {"start": 2330.33, "end": 2330.41, "word": " in", "probability": 0.6767578125}, {"start": 2330.41, "end": 2330.55, "word": " any", "probability": 0.339599609375}, {"start": 2330.55, "end": 2330.85, "word": " start,", "probability": 0.666015625}, {"start": 2330.93, "end": 2331.03, "word": " there", "probability": 0.53955078125}, {"start": 2331.03, "end": 2331.03, "word": " is", "probability": 0.60107421875}, {"start": 2331.03, "end": 2331.11, "word": " no", "probability": 0.9091796875}, {"start": 2331.11, "end": 2331.39, "word": " problem.", "probability": 0.82958984375}, {"start": 2331.67, "end": 2331.79, "word": " The", "probability": 0.53857421875}, {"start": 2331.79, "end": 2331.79, "word": " program", "probability": 0.73876953125}, {"start": 2331.79, "end": 2331.83, "word": " will", "probability": 0.79443359375}, {"start": 2331.83, "end": 2332.09, "word": " work", "probability": 0.865234375}, {"start": 2332.09, "end": 2332.23, "word": " with", "probability": 0.67626953125}, {"start": 2332.23, "end": 2332.35, "word": " you.", "probability": 0.92578125}, {"start": 2334.03, "end": 2334.43, "word": " As", "probability": 0.41796875}, {"start": 2334.43, "end": 2335.37, "word": " I", "probability": 0.9560546875}, {"start": 2335.37, "end": 2335.55, "word": " said,", "probability": 0.83203125}, {"start": 2335.69, "end": 2335.73, "word": " the", "probability": 0.54541015625}, {"start": 2335.73, "end": 2335.81, "word": " only", "probability": 0.448486328125}, {"start": 2335.81, "end": 2336.17, "word": " difference", "probability": 0.81591796875}, {"start": 2336.17, "end": 2336.43, "word": " is", "probability": 0.87353515625}, {"start": 2336.43, "end": 2336.55, "word": " that", "probability": 0.72314453125}, {"start": 2336.55, "end": 2337.19, "word": " the", "probability": 0.39794921875}, {"start": 2337.19, "end": 2337.57, "word": " code", "probability": 0.62060546875}, {"start": 2337.57, "end": 2337.59, "word": " was", "probability": 0.2108154296875}, {"start": 2337.59, "end": 2337.59, "word": " executed", "probability": 0.307373046875}, {"start": 2337.59, "end": 2338.57, "word": " either", "probability": 0.6279296875}, {"start": 2338.57, "end": 2338.97, "word": " before", "probability": 0.85107421875}, {"start": 2338.97, "end": 2339.15, "word": " the", "probability": 0.48876953125}, {"start": 2339.15, "end": 2339.75, "word": " activity", "probability": 0.9189453125}, {"start": 2339.75, "end": 2339.85, "word": " became", "probability": 0.54736328125}, {"start": 2339.85, "end": 2340.27, "word": " visible", "probability": 0.9072265625}, {"start": 2340.27, "end": 2341.35, "word": " or", "probability": 0.7939453125}, {"start": 2341.35, "end": 2341.71, "word": " after", "probability": 0.8154296875}, {"start": 2341.71, "end": 2341.91, "word": " it", "probability": 0.7275390625}, {"start": 2341.91, "end": 2342.13, "word": " became", "probability": 0.75341796875}, {"start": 2342.13, "end": 2342.51, "word": " visible.", "probability": 0.931640625}, {"start": 2342.63, "end": 2342.87, "word": " Of", "probability": 0.343994140625}, {"start": 2342.87, "end": 2343.05, "word": " course,", "probability": 0.95703125}, {"start": 2343.15, "end": 2343.23, "word": " I", "probability": 0.48828125}, {"start": 2343.23, "end": 2343.45, "word": " do", "probability": 0.57080078125}, {"start": 2343.45, "end": 2343.53, "word": " it", "probability": 0.693359375}, {"start": 2343.53, "end": 2343.81, "word": " quickly,", "probability": 0.61572265625}, {"start": 2344.09, "end": 2344.19, "word": " so", "probability": 0.744140625}, {"start": 2344.19, "end": 2344.41, "word": " you", "probability": 0.904296875}, {"start": 2344.41, "end": 2344.53, "word": " don't", "probability": 0.7235107421875}, {"start": 2344.53, "end": 2345.01, "word": " notice", "probability": 0.81591796875}, {"start": 2345.01, "end": 2345.37, "word": " that", "probability": 0.71630859375}], "temperature": 1.0}, {"id": 93, "seek": 237148, "start": 2347.27, "end": 2371.49, "text": " It means that the first ones that show up in the second part of the video, will show up in the second part of the video. You will not have a big difference. But as I said before, we will see that some things will tell you to work better in on start. That's it. But other than that, you will not have to. All our work is done in on create. Okay. Now after on start,", "tokens": [467, 1355, 300, 264, 700, 2306, 300, 855, 493, 294, 264, 1150, 644, 295, 264, 960, 11, 486, 855, 493, 294, 264, 1150, 644, 295, 264, 960, 13, 509, 486, 406, 362, 257, 955, 2649, 13, 583, 382, 286, 848, 949, 11, 321, 486, 536, 300, 512, 721, 486, 980, 291, 281, 589, 1101, 294, 322, 722, 13, 663, 311, 309, 13, 583, 661, 813, 300, 11, 291, 486, 406, 362, 281, 13, 1057, 527, 589, 307, 1096, 294, 322, 1884, 13, 1033, 13, 823, 934, 322, 722, 11], "avg_logprob": -0.7059027936723498, "compression_ratio": 1.7804878048780488, "no_speech_prob": 3.039836883544922e-06, "words": [{"start": 2347.27, "end": 2347.75, "word": " It", "probability": 0.05950927734375}, {"start": 2347.75, "end": 2348.23, "word": " means", "probability": 0.54931640625}, {"start": 2348.23, "end": 2348.31, "word": " that", "probability": 0.5478515625}, {"start": 2348.31, "end": 2348.39, "word": " the", "probability": 0.456298828125}, {"start": 2348.39, "end": 2348.55, "word": " first", "probability": 0.76220703125}, {"start": 2348.55, "end": 2348.71, "word": " ones", "probability": 0.030975341796875}, {"start": 2348.71, "end": 2348.73, "word": " that", "probability": 0.2435302734375}, {"start": 2348.73, "end": 2348.99, "word": " show", "probability": 0.0958251953125}, {"start": 2348.99, "end": 2349.23, "word": " up", "probability": 0.5517578125}, {"start": 2349.23, "end": 2349.71, "word": " in", "probability": 0.330322265625}, {"start": 2349.71, "end": 2350.51, "word": " the", "probability": 0.433349609375}, {"start": 2350.51, "end": 2350.77, "word": " second", "probability": 0.403564453125}, {"start": 2350.77, "end": 2350.77, "word": " part", "probability": 0.198486328125}, {"start": 2350.77, "end": 2350.83, "word": " of", "probability": 0.2095947265625}, {"start": 2350.83, "end": 2350.83, "word": " the", "probability": 0.75146484375}, {"start": 2350.83, "end": 2350.83, "word": " video,", "probability": 0.383544921875}, {"start": 2351.07, "end": 2351.07, "word": " will", "probability": 0.18017578125}, {"start": 2351.07, "end": 2351.37, "word": " show", "probability": 0.12200927734375}, {"start": 2351.37, "end": 2351.75, "word": " up", "probability": 0.921875}, {"start": 2351.75, "end": 2351.93, "word": " in", "probability": 0.373046875}, {"start": 2351.93, "end": 2351.99, "word": " the", "probability": 0.7841796875}, {"start": 2351.99, "end": 2351.99, "word": " second", "probability": 0.315673828125}, {"start": 2351.99, "end": 2351.99, "word": " part", "probability": 0.6484375}, {"start": 2351.99, "end": 2351.99, "word": " of", "probability": 0.837890625}, {"start": 2351.99, "end": 2352.05, "word": " the", "probability": 0.8994140625}, {"start": 2352.05, "end": 2352.41, "word": " video.", "probability": 0.646484375}, {"start": 2352.65, "end": 2353.13, "word": " You", "probability": 0.31591796875}, {"start": 2353.13, "end": 2353.13, "word": " will", "probability": 0.4189453125}, {"start": 2353.13, "end": 2353.13, "word": " not", "probability": 0.88525390625}, {"start": 2353.13, "end": 2353.95, "word": " have", "probability": 0.28759765625}, {"start": 2353.95, "end": 2354.09, "word": " a", "probability": 0.449462890625}, {"start": 2354.09, "end": 2354.09, "word": " big", "probability": 0.64990234375}, {"start": 2354.09, "end": 2354.33, "word": " difference.", "probability": 0.822265625}, {"start": 2354.87, "end": 2355.09, "word": " But", "probability": 0.6591796875}, {"start": 2355.09, "end": 2355.19, "word": " as", "probability": 0.6708984375}, {"start": 2355.19, "end": 2355.37, "word": " I", "probability": 0.919921875}, {"start": 2355.37, "end": 2355.61, "word": " said", "probability": 0.8310546875}, {"start": 2355.61, "end": 2356.87, "word": " before,", "probability": 0.2861328125}, {"start": 2356.99, "end": 2357.03, "word": " we", "probability": 0.66748046875}, {"start": 2357.03, "end": 2357.11, "word": " will", "probability": 0.78125}, {"start": 2357.11, "end": 2357.29, "word": " see", "probability": 0.865234375}, {"start": 2357.29, "end": 2357.45, "word": " that", "probability": 0.8349609375}, {"start": 2357.45, "end": 2357.73, "word": " some", "probability": 0.77978515625}, {"start": 2357.73, "end": 2358.19, "word": " things", "probability": 0.5048828125}, {"start": 2358.19, "end": 2359.03, "word": " will", "probability": 0.4501953125}, {"start": 2359.03, "end": 2359.31, "word": " tell", "probability": 0.393798828125}, {"start": 2359.31, "end": 2359.61, "word": " you", "probability": 0.84814453125}, {"start": 2359.61, "end": 2360.11, "word": " to", "probability": 0.77099609375}, {"start": 2360.11, "end": 2360.27, "word": " work", "probability": 0.349365234375}, {"start": 2360.27, "end": 2360.75, "word": " better", "probability": 0.8642578125}, {"start": 2360.75, "end": 2360.89, "word": " in", "probability": 0.67626953125}, {"start": 2360.89, "end": 2361.03, "word": " on", "probability": 0.297119140625}, {"start": 2361.03, "end": 2361.27, "word": " start.", "probability": 0.44482421875}, {"start": 2361.43, "end": 2361.91, "word": " That's", "probability": 0.5933837890625}, {"start": 2361.91, "end": 2362.35, "word": " it.", "probability": 0.58203125}, {"start": 2362.83, "end": 2363.09, "word": " But", "probability": 0.341796875}, {"start": 2363.09, "end": 2363.29, "word": " other", "probability": 0.333984375}, {"start": 2363.29, "end": 2363.31, "word": " than", "probability": 0.904296875}, {"start": 2363.31, "end": 2363.69, "word": " that,", "probability": 0.8828125}, {"start": 2364.77, "end": 2364.83, "word": " you", "probability": 0.52099609375}, {"start": 2364.83, "end": 2364.93, "word": " will", "probability": 0.60546875}, {"start": 2364.93, "end": 2364.93, "word": " not", "probability": 0.92919921875}, {"start": 2364.93, "end": 2365.09, "word": " have", "probability": 0.1859130859375}, {"start": 2365.09, "end": 2365.21, "word": " to.", "probability": 0.88623046875}, {"start": 2365.39, "end": 2365.57, "word": " All", "probability": 0.5576171875}, {"start": 2365.57, "end": 2365.65, "word": " our", "probability": 0.63623046875}, {"start": 2365.65, "end": 2365.83, "word": " work", "probability": 0.8173828125}, {"start": 2365.83, "end": 2366.11, "word": " is", "probability": 0.476318359375}, {"start": 2366.11, "end": 2366.39, "word": " done", "probability": 0.278564453125}, {"start": 2366.39, "end": 2367.31, "word": " in", "probability": 0.75244140625}, {"start": 2367.31, "end": 2367.49, "word": " on", "probability": 0.75}, {"start": 2367.49, "end": 2367.83, "word": " create.", "probability": 0.779296875}, {"start": 2368.19, "end": 2368.45, "word": " Okay.", "probability": 0.296875}, {"start": 2370.01, "end": 2370.49, "word": " Now", "probability": 0.74609375}, {"start": 2370.49, "end": 2370.83, "word": " after", "probability": 0.544921875}, {"start": 2370.83, "end": 2371.07, "word": " on", "probability": 0.5556640625}, {"start": 2371.07, "end": 2371.49, "word": " start,", "probability": 0.93994140625}], "temperature": 1.0}, {"id": 94, "seek": 240153, "start": 2372.71, "end": 2401.53, "text": " The activity runs a method called onResume What is onResume? What is the benefit of this method? It has no benefit yet. The important thing is that when the activity runs, it runs all three methods in order. It follows onCreate, onStart, and onResume. This onResume is similar to onStart. It has a callback method called onResume.", "tokens": [440, 5191, 6676, 257, 3170, 1219, 322, 33274, 2540, 708, 307, 322, 33274, 2540, 30, 708, 307, 264, 5121, 295, 341, 3170, 30, 467, 575, 572, 5121, 1939, 13, 440, 1021, 551, 307, 300, 562, 264, 5191, 6676, 11, 309, 6676, 439, 1045, 7150, 294, 1668, 13, 467, 10002, 322, 44637, 473, 11, 322, 33996, 11, 293, 322, 33274, 2540, 13, 639, 322, 33274, 2540, 307, 2531, 281, 322, 33996, 13, 467, 575, 257, 818, 3207, 3170, 1219, 322, 33274, 2540, 13], "avg_logprob": -0.5192018273365067, "compression_ratio": 1.7891891891891891, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2372.71, "end": 2372.97, "word": " The", "probability": 0.210205078125}, {"start": 2372.97, "end": 2373.37, "word": " activity", "probability": 0.81103515625}, {"start": 2373.37, "end": 2373.99, "word": " runs", "probability": 0.2152099609375}, {"start": 2373.99, "end": 2374.15, "word": " a", "probability": 0.57470703125}, {"start": 2374.15, "end": 2374.35, "word": " method", "probability": 0.9423828125}, {"start": 2374.35, "end": 2374.65, "word": " called", "probability": 0.7041015625}, {"start": 2374.65, "end": 2375.19, "word": " onResume", "probability": 0.7571614583333334}, {"start": 2375.19, "end": 2375.79, "word": " What", "probability": 0.36083984375}, {"start": 2375.79, "end": 2375.89, "word": " is", "probability": 0.72900390625}, {"start": 2375.89, "end": 2376.51, "word": " onResume?", "probability": 0.8172200520833334}, {"start": 2379.49, "end": 2380.09, "word": " What", "probability": 0.2069091796875}, {"start": 2380.09, "end": 2380.15, "word": " is", "probability": 0.4609375}, {"start": 2380.15, "end": 2380.27, "word": " the", "probability": 0.6083984375}, {"start": 2380.27, "end": 2380.41, "word": " benefit", "probability": 0.32421875}, {"start": 2380.41, "end": 2380.63, "word": " of", "probability": 0.748046875}, {"start": 2380.63, "end": 2380.83, "word": " this", "probability": 0.5693359375}, {"start": 2380.83, "end": 2380.87, "word": " method?", "probability": 0.54150390625}, {"start": 2381.19, "end": 2381.39, "word": " It", "probability": 0.380615234375}, {"start": 2381.39, "end": 2381.51, "word": " has", "probability": 0.3427734375}, {"start": 2381.51, "end": 2381.59, "word": " no", "probability": 0.78759765625}, {"start": 2381.59, "end": 2381.85, "word": " benefit", "probability": 0.58056640625}, {"start": 2381.85, "end": 2381.93, "word": " yet.", "probability": 0.263916015625}, {"start": 2382.45, "end": 2382.99, "word": " The", "probability": 0.3896484375}, {"start": 2382.99, "end": 2383.13, "word": " important", "probability": 0.5859375}, {"start": 2383.13, "end": 2383.21, "word": " thing", "probability": 0.74560546875}, {"start": 2383.21, "end": 2383.29, "word": " is", "probability": 0.8896484375}, {"start": 2383.29, "end": 2383.33, "word": " that", "probability": 0.759765625}, {"start": 2383.33, "end": 2383.41, "word": " when", "probability": 0.2432861328125}, {"start": 2383.41, "end": 2383.41, "word": " the", "probability": 0.728515625}, {"start": 2383.41, "end": 2383.81, "word": " activity", "probability": 0.94580078125}, {"start": 2383.81, "end": 2384.67, "word": " runs,", "probability": 0.31494140625}, {"start": 2385.13, "end": 2385.45, "word": " it", "probability": 0.6337890625}, {"start": 2385.45, "end": 2385.75, "word": " runs", "probability": 0.71435546875}, {"start": 2385.75, "end": 2385.97, "word": " all", "probability": 0.254150390625}, {"start": 2385.97, "end": 2386.19, "word": " three", "probability": 0.63037109375}, {"start": 2386.19, "end": 2386.49, "word": " methods", "probability": 0.755859375}, {"start": 2386.49, "end": 2386.83, "word": " in", "probability": 0.6904296875}, {"start": 2386.83, "end": 2387.27, "word": " order.", "probability": 0.494384765625}, {"start": 2387.83, "end": 2387.99, "word": " It", "probability": 0.34912109375}, {"start": 2387.99, "end": 2388.25, "word": " follows", "probability": 0.3349609375}, {"start": 2388.25, "end": 2388.99, "word": " onCreate,", "probability": 0.74462890625}, {"start": 2389.43, "end": 2390.59, "word": " onStart,", "probability": 0.76171875}, {"start": 2391.23, "end": 2391.23, "word": " and", "probability": 0.61083984375}, {"start": 2391.23, "end": 2393.55, "word": " onResume.", "probability": 0.92529296875}, {"start": 2394.45, "end": 2395.05, "word": " This", "probability": 0.2373046875}, {"start": 2395.05, "end": 2395.71, "word": " onResume", "probability": 0.8857421875}, {"start": 2395.71, "end": 2395.83, "word": " is", "probability": 0.58740234375}, {"start": 2395.83, "end": 2396.05, "word": " similar", "probability": 0.354248046875}, {"start": 2396.05, "end": 2396.13, "word": " to", "probability": 0.96337890625}, {"start": 2396.13, "end": 2397.23, "word": " onStart.", "probability": 0.755126953125}, {"start": 2397.81, "end": 2398.17, "word": " It", "probability": 0.38916015625}, {"start": 2398.17, "end": 2398.25, "word": " has", "probability": 0.748046875}, {"start": 2398.25, "end": 2398.43, "word": " a", "probability": 0.9697265625}, {"start": 2398.43, "end": 2398.85, "word": " callback", "probability": 0.902099609375}, {"start": 2398.85, "end": 2399.19, "word": " method", "probability": 0.923828125}, {"start": 2399.19, "end": 2399.53, "word": " called", "probability": 0.75927734375}, {"start": 2399.53, "end": 2401.53, "word": " onResume.", "probability": 0.9552408854166666}], "temperature": 1.0}, {"id": 95, "seek": 243664, "start": 2408.52, "end": 2436.64, "text": " All right? It's here. And if you go to print toast, it's in uncreate, log dot D. Here I want to print on, on create. I'll leave it after the content view. And here we want to write on start.", "tokens": [1057, 558, 30, 467, 311, 510, 13, 400, 498, 291, 352, 281, 4482, 15354, 11, 309, 311, 294, 6219, 265, 473, 11, 3565, 5893, 413, 13, 1692, 286, 528, 281, 4482, 322, 11, 322, 1884, 13, 286, 603, 1856, 309, 934, 264, 2701, 1910, 13, 400, 510, 321, 528, 281, 2464, 322, 722, 13], "avg_logprob": -0.5553977446122603, "compression_ratio": 1.3840579710144927, "no_speech_prob": 0.0, "words": [{"start": 2408.52, "end": 2408.76, "word": " All", "probability": 0.0955810546875}, {"start": 2408.76, "end": 2408.94, "word": " right?", "probability": 0.6865234375}, {"start": 2409.0, "end": 2409.24, "word": " It's", "probability": 0.4268798828125}, {"start": 2409.24, "end": 2409.44, "word": " here.", "probability": 0.313232421875}, {"start": 2409.84, "end": 2410.22, "word": " And", "probability": 0.55517578125}, {"start": 2410.22, "end": 2410.34, "word": " if", "probability": 0.8564453125}, {"start": 2410.34, "end": 2410.6, "word": " you", "probability": 0.92626953125}, {"start": 2410.6, "end": 2410.6, "word": " go", "probability": 0.609375}, {"start": 2410.6, "end": 2411.16, "word": " to", "probability": 0.6943359375}, {"start": 2411.16, "end": 2411.36, "word": " print", "probability": 0.203369140625}, {"start": 2411.36, "end": 2411.98, "word": " toast,", "probability": 0.9453125}, {"start": 2412.52, "end": 2414.76, "word": " it's", "probability": 0.480712890625}, {"start": 2414.76, "end": 2414.88, "word": " in", "probability": 0.6484375}, {"start": 2414.88, "end": 2415.46, "word": " uncreate,", "probability": 0.6870930989583334}, {"start": 2415.64, "end": 2416.0, "word": " log", "probability": 0.72412109375}, {"start": 2416.0, "end": 2417.42, "word": " dot", "probability": 0.443359375}, {"start": 2417.42, "end": 2417.76, "word": " D.", "probability": 0.53662109375}, {"start": 2420.44, "end": 2420.94, "word": " Here", "probability": 0.52734375}, {"start": 2420.94, "end": 2421.02, "word": " I", "probability": 0.316162109375}, {"start": 2421.02, "end": 2421.14, "word": " want", "probability": 0.5712890625}, {"start": 2421.14, "end": 2421.18, "word": " to", "probability": 0.95947265625}, {"start": 2421.18, "end": 2421.36, "word": " print", "probability": 0.92578125}, {"start": 2421.36, "end": 2421.76, "word": " on,", "probability": 0.415283203125}, {"start": 2422.28, "end": 2424.4, "word": " on", "probability": 0.9013671875}, {"start": 2424.4, "end": 2424.82, "word": " create.", "probability": 0.81103515625}, {"start": 2427.8, "end": 2428.52, "word": " I'll", "probability": 0.3931884765625}, {"start": 2428.52, "end": 2428.72, "word": " leave", "probability": 0.6884765625}, {"start": 2428.72, "end": 2428.82, "word": " it", "probability": 0.90283203125}, {"start": 2428.82, "end": 2429.04, "word": " after", "probability": 0.62255859375}, {"start": 2429.04, "end": 2429.24, "word": " the", "probability": 0.55517578125}, {"start": 2429.24, "end": 2429.56, "word": " content", "probability": 0.67138671875}, {"start": 2429.56, "end": 2430.24, "word": " view.", "probability": 0.736328125}, {"start": 2433.5, "end": 2434.22, "word": " And", "probability": 0.88037109375}, {"start": 2434.22, "end": 2434.58, "word": " here", "probability": 0.84521484375}, {"start": 2434.58, "end": 2435.0, "word": " we", "probability": 0.44970703125}, {"start": 2435.0, "end": 2435.6, "word": " want", "probability": 0.360107421875}, {"start": 2435.6, "end": 2435.6, "word": " to", "probability": 0.97021484375}, {"start": 2435.6, "end": 2435.74, "word": " write", "probability": 0.62548828125}, {"start": 2435.74, "end": 2436.12, "word": " on", "probability": 0.70068359375}, {"start": 2436.12, "end": 2436.64, "word": " start.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 96, "seek": 246817, "start": 2442.86, "end": 2468.18, "text": " And here on resume. So if you put it like this and it runs, you will find them in order. Now let's go back to the picture. Now after the three executed, what happened to the activity? Running. It became active. Now the activity will not remain active forever. There are cases where the activity stops or it becomes paused. What does paused mean? It means stopped temporarily.", "tokens": [400, 510, 322, 15358, 13, 407, 498, 291, 829, 309, 411, 341, 293, 309, 6676, 11, 291, 486, 915, 552, 294, 1668, 13, 823, 718, 311, 352, 646, 281, 264, 3036, 13, 823, 934, 264, 1045, 17577, 11, 437, 2011, 281, 264, 5191, 30, 28136, 13, 467, 3062, 4967, 13, 823, 264, 5191, 486, 406, 6222, 4967, 5680, 13, 821, 366, 3331, 689, 264, 5191, 10094, 420, 309, 3643, 46860, 13, 708, 775, 46860, 914, 30, 467, 1355, 5936, 23750, 13], "avg_logprob": -0.5503048591497468, "compression_ratio": 1.6206896551724137, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2442.86, "end": 2443.14, "word": " And", "probability": 0.455322265625}, {"start": 2443.14, "end": 2443.34, "word": " here", "probability": 0.779296875}, {"start": 2443.34, "end": 2443.52, "word": " on", "probability": 0.54931640625}, {"start": 2443.52, "end": 2443.86, "word": " resume.", "probability": 0.810546875}, {"start": 2443.96, "end": 2444.12, "word": " So", "probability": 0.2373046875}, {"start": 2444.12, "end": 2444.46, "word": " if", "probability": 0.77197265625}, {"start": 2444.46, "end": 2444.8, "word": " you", "probability": 0.90966796875}, {"start": 2444.8, "end": 2445.04, "word": " put", "probability": 0.392822265625}, {"start": 2445.04, "end": 2445.22, "word": " it", "probability": 0.2320556640625}, {"start": 2445.22, "end": 2445.28, "word": " like", "probability": 0.75}, {"start": 2445.28, "end": 2445.68, "word": " this", "probability": 0.60986328125}, {"start": 2445.68, "end": 2446.42, "word": " and", "probability": 0.57861328125}, {"start": 2446.42, "end": 2446.6, "word": " it", "probability": 0.73095703125}, {"start": 2446.6, "end": 2446.66, "word": " runs,", "probability": 0.1402587890625}, {"start": 2447.12, "end": 2447.46, "word": " you", "probability": 0.89892578125}, {"start": 2447.46, "end": 2447.5, "word": " will", "probability": 0.58203125}, {"start": 2447.5, "end": 2447.66, "word": " find", "probability": 0.447021484375}, {"start": 2447.66, "end": 2447.82, "word": " them", "probability": 0.390625}, {"start": 2447.82, "end": 2447.9, "word": " in", "probability": 0.1341552734375}, {"start": 2447.9, "end": 2448.62, "word": " order.", "probability": 0.48583984375}, {"start": 2448.84, "end": 2449.1, "word": " Now", "probability": 0.2293701171875}, {"start": 2449.1, "end": 2449.22, "word": " let's", "probability": 0.6378173828125}, {"start": 2449.22, "end": 2449.4, "word": " go", "probability": 0.67919921875}, {"start": 2449.4, "end": 2449.48, "word": " back", "probability": 0.85888671875}, {"start": 2449.48, "end": 2449.84, "word": " to", "probability": 0.9560546875}, {"start": 2449.84, "end": 2449.96, "word": " the", "probability": 0.84130859375}, {"start": 2449.96, "end": 2450.24, "word": " picture.", "probability": 0.50048828125}, {"start": 2452.68, "end": 2453.04, "word": " Now", "probability": 0.57275390625}, {"start": 2453.04, "end": 2453.34, "word": " after", "probability": 0.669921875}, {"start": 2453.34, "end": 2453.78, "word": " the", "probability": 0.273193359375}, {"start": 2453.78, "end": 2454.06, "word": " three", "probability": 0.5908203125}, {"start": 2454.06, "end": 2454.08, "word": " executed,", "probability": 0.12396240234375}, {"start": 2454.18, "end": 2454.44, "word": " what", "probability": 0.289306640625}, {"start": 2454.44, "end": 2454.62, "word": " happened", "probability": 0.377685546875}, {"start": 2454.62, "end": 2454.76, "word": " to", "probability": 0.9345703125}, {"start": 2454.76, "end": 2454.8, "word": " the", "probability": 0.81884765625}, {"start": 2454.8, "end": 2455.16, "word": " activity?", "probability": 0.94677734375}, {"start": 2456.54, "end": 2457.02, "word": " Running.", "probability": 0.82958984375}, {"start": 2457.2, "end": 2457.28, "word": " It", "probability": 0.52685546875}, {"start": 2457.28, "end": 2457.42, "word": " became", "probability": 0.304443359375}, {"start": 2457.42, "end": 2457.76, "word": " active.", "probability": 0.32080078125}, {"start": 2459.64, "end": 2460.0, "word": " Now", "probability": 0.86083984375}, {"start": 2460.0, "end": 2461.38, "word": " the", "probability": 0.51513671875}, {"start": 2461.38, "end": 2461.86, "word": " activity", "probability": 0.943359375}, {"start": 2461.86, "end": 2462.62, "word": " will", "probability": 0.72509765625}, {"start": 2462.62, "end": 2462.62, "word": " not", "probability": 0.90283203125}, {"start": 2462.62, "end": 2462.82, "word": " remain", "probability": 0.4326171875}, {"start": 2462.82, "end": 2463.12, "word": " active", "probability": 0.83544921875}, {"start": 2463.12, "end": 2463.42, "word": " forever.", "probability": 0.47705078125}, {"start": 2463.52, "end": 2463.56, "word": " There", "probability": 0.6767578125}, {"start": 2463.56, "end": 2463.66, "word": " are", "probability": 0.92236328125}, {"start": 2463.66, "end": 2463.98, "word": " cases", "probability": 0.787109375}, {"start": 2463.98, "end": 2464.56, "word": " where", "probability": 0.62744140625}, {"start": 2464.56, "end": 2464.72, "word": " the", "probability": 0.75341796875}, {"start": 2464.72, "end": 2465.0, "word": " activity", "probability": 0.9462890625}, {"start": 2465.0, "end": 2465.0, "word": " stops", "probability": 0.658203125}, {"start": 2465.0, "end": 2465.18, "word": " or", "probability": 0.82666015625}, {"start": 2465.18, "end": 2465.24, "word": " it", "probability": 0.243408203125}, {"start": 2465.24, "end": 2465.46, "word": " becomes", "probability": 0.373046875}, {"start": 2465.46, "end": 2465.8, "word": " paused.", "probability": 0.9326171875}, {"start": 2465.9, "end": 2466.02, "word": " What", "probability": 0.83056640625}, {"start": 2466.02, "end": 2466.12, "word": " does", "probability": 0.6611328125}, {"start": 2466.12, "end": 2466.52, "word": " paused", "probability": 0.82568359375}, {"start": 2466.52, "end": 2466.58, "word": " mean?", "probability": 0.962890625}, {"start": 2467.2, "end": 2467.52, "word": " It", "probability": 0.399658203125}, {"start": 2467.52, "end": 2467.64, "word": " means", "probability": 0.45703125}, {"start": 2467.64, "end": 2467.64, "word": " stopped", "probability": 0.181640625}, {"start": 2467.64, "end": 2468.18, "word": " temporarily.", "probability": 0.60302734375}], "temperature": 1.0}, {"id": 97, "seek": 248325, "start": 2469.55, "end": 2483.25, "text": "So when does the activity move to the pause phase? I'm telling you, if you show a dialogue about the activity, you see the screen that pops up, but the activity is still visible behind the dialogue, then the activity is paused.", "tokens": [6455, 562, 775, 264, 5191, 1286, 281, 264, 10465, 5574, 30, 286, 478, 3585, 291, 11, 498, 291, 855, 257, 10221, 466, 264, 5191, 11, 291, 536, 264, 2568, 300, 16795, 493, 11, 457, 264, 5191, 307, 920, 8974, 2261, 264, 10221, 11, 550, 264, 5191, 307, 46860, 13], "avg_logprob": -0.4603124922513962, "compression_ratio": 1.6099290780141844, "no_speech_prob": 0.0, "words": [{"start": 2469.55, "end": 2469.83, "word": "So", "probability": 0.25}, {"start": 2469.83, "end": 2470.07, "word": " when", "probability": 0.65283203125}, {"start": 2470.07, "end": 2470.17, "word": " does", "probability": 0.70947265625}, {"start": 2470.17, "end": 2470.23, "word": " the", "probability": 0.6953125}, {"start": 2470.23, "end": 2470.61, "word": " activity", "probability": 0.8857421875}, {"start": 2470.61, "end": 2471.11, "word": " move", "probability": 0.46142578125}, {"start": 2471.11, "end": 2471.31, "word": " to", "probability": 0.77099609375}, {"start": 2471.31, "end": 2471.81, "word": " the", "probability": 0.5859375}, {"start": 2471.81, "end": 2472.11, "word": " pause", "probability": 0.470947265625}, {"start": 2472.11, "end": 2472.13, "word": " phase?", "probability": 0.429931640625}, {"start": 2472.65, "end": 2472.69, "word": " I'm", "probability": 0.3385009765625}, {"start": 2472.69, "end": 2472.81, "word": " telling", "probability": 0.56201171875}, {"start": 2472.81, "end": 2472.97, "word": " you,", "probability": 0.96240234375}, {"start": 2472.97, "end": 2473.05, "word": " if", "probability": 0.857421875}, {"start": 2473.05, "end": 2473.31, "word": " you", "probability": 0.93994140625}, {"start": 2473.31, "end": 2473.53, "word": " show", "probability": 0.2078857421875}, {"start": 2473.53, "end": 2473.65, "word": " a", "probability": 0.71484375}, {"start": 2473.65, "end": 2473.95, "word": " dialogue", "probability": 0.857421875}, {"start": 2473.95, "end": 2474.13, "word": " about", "probability": 0.61572265625}, {"start": 2474.13, "end": 2474.21, "word": " the", "probability": 0.65283203125}, {"start": 2474.21, "end": 2474.61, "word": " activity,", "probability": 0.9326171875}, {"start": 2475.23, "end": 2475.35, "word": " you", "probability": 0.459716796875}, {"start": 2475.35, "end": 2475.49, "word": " see", "probability": 0.7255859375}, {"start": 2475.49, "end": 2475.81, "word": " the", "probability": 0.76171875}, {"start": 2475.81, "end": 2476.07, "word": " screen", "probability": 0.7880859375}, {"start": 2476.07, "end": 2476.21, "word": " that", "probability": 0.5361328125}, {"start": 2476.21, "end": 2476.41, "word": " pops", "probability": 0.2459716796875}, {"start": 2476.41, "end": 2476.55, "word": " up,", "probability": 0.93896484375}, {"start": 2477.47, "end": 2478.07, "word": " but", "probability": 0.80517578125}, {"start": 2478.07, "end": 2478.47, "word": " the", "probability": 0.66162109375}, {"start": 2478.47, "end": 2478.91, "word": " activity", "probability": 0.92431640625}, {"start": 2478.91, "end": 2478.99, "word": " is", "probability": 0.873046875}, {"start": 2478.99, "end": 2478.99, "word": " still", "probability": 0.84130859375}, {"start": 2478.99, "end": 2479.37, "word": " visible", "probability": 0.93603515625}, {"start": 2479.37, "end": 2480.85, "word": " behind", "probability": 0.234619140625}, {"start": 2480.85, "end": 2481.21, "word": " the", "probability": 0.87939453125}, {"start": 2481.21, "end": 2481.59, "word": " dialogue,", "probability": 0.8837890625}, {"start": 2481.71, "end": 2482.01, "word": " then", "probability": 0.412841796875}, {"start": 2482.01, "end": 2482.29, "word": " the", "probability": 0.79541015625}, {"start": 2482.29, "end": 2482.61, "word": " activity", "probability": 0.91162109375}, {"start": 2482.61, "end": 2482.75, "word": " is", "probability": 0.783203125}, {"start": 2482.75, "end": 2483.25, "word": " paused.", "probability": 0.43310546875}], "temperature": 1.0}, {"id": 98, "seek": 251378, "start": 2485.64, "end": 2513.78, "text": " It didn't start a new activity. No. It presented a dialogue on the activity. The focus became on it and the activity was behind it. Because the activity was still present, the activity moved to what position? On pause. Now, when you turn off this activity, where do you go back? Here. Okay? This is what I wrote for you on the sword. Another activity comes in front of the activity.", "tokens": [467, 994, 380, 722, 257, 777, 5191, 13, 883, 13, 467, 8212, 257, 10221, 322, 264, 5191, 13, 440, 1879, 3062, 322, 309, 293, 264, 5191, 390, 2261, 309, 13, 1436, 264, 5191, 390, 920, 1974, 11, 264, 5191, 4259, 281, 437, 2535, 30, 1282, 10465, 13, 823, 11, 562, 291, 1261, 766, 341, 5191, 11, 689, 360, 291, 352, 646, 30, 1692, 13, 1033, 30, 639, 307, 437, 286, 4114, 337, 291, 322, 264, 10576, 13, 3996, 5191, 1487, 294, 1868, 295, 264, 5191, 13], "avg_logprob": -0.5280172427495321, "compression_ratio": 1.7488584474885844, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2485.64, "end": 2485.96, "word": " It", "probability": 0.26611328125}, {"start": 2485.96, "end": 2485.96, "word": " didn't", "probability": 0.6561279296875}, {"start": 2485.96, "end": 2486.22, "word": " start", "probability": 0.4501953125}, {"start": 2486.22, "end": 2486.4, "word": " a", "probability": 0.88623046875}, {"start": 2486.4, "end": 2487.02, "word": " new", "probability": 0.90625}, {"start": 2487.02, "end": 2487.02, "word": " activity.", "probability": 0.93994140625}, {"start": 2487.68, "end": 2487.88, "word": " No.", "probability": 0.54248046875}, {"start": 2487.94, "end": 2488.08, "word": " It", "probability": 0.7392578125}, {"start": 2488.08, "end": 2488.38, "word": " presented", "probability": 0.1495361328125}, {"start": 2488.38, "end": 2489.02, "word": " a", "probability": 0.8134765625}, {"start": 2489.02, "end": 2489.42, "word": " dialogue", "probability": 0.86083984375}, {"start": 2489.42, "end": 2490.32, "word": " on", "probability": 0.2744140625}, {"start": 2490.32, "end": 2490.4, "word": " the", "probability": 0.783203125}, {"start": 2490.4, "end": 2490.92, "word": " activity.", "probability": 0.8955078125}, {"start": 2491.86, "end": 2492.26, "word": " The", "probability": 0.28271484375}, {"start": 2492.26, "end": 2492.96, "word": " focus", "probability": 0.8701171875}, {"start": 2492.96, "end": 2492.96, "word": " became", "probability": 0.44287109375}, {"start": 2492.96, "end": 2492.96, "word": " on", "probability": 0.7431640625}, {"start": 2492.96, "end": 2492.96, "word": " it", "probability": 0.7548828125}, {"start": 2492.96, "end": 2493.12, "word": " and", "probability": 0.4501953125}, {"start": 2493.12, "end": 2493.2, "word": " the", "probability": 0.78759765625}, {"start": 2493.2, "end": 2493.54, "word": " activity", "probability": 0.91943359375}, {"start": 2493.54, "end": 2493.64, "word": " was", "probability": 0.408203125}, {"start": 2493.64, "end": 2494.06, "word": " behind", "probability": 0.5869140625}, {"start": 2494.06, "end": 2494.54, "word": " it.", "probability": 0.8857421875}, {"start": 2494.6, "end": 2495.0, "word": " Because", "probability": 0.447021484375}, {"start": 2495.0, "end": 2495.26, "word": " the", "probability": 0.83154296875}, {"start": 2495.26, "end": 2495.58, "word": " activity", "probability": 0.90966796875}, {"start": 2495.58, "end": 2495.88, "word": " was", "probability": 0.420654296875}, {"start": 2495.88, "end": 2496.1, "word": " still", "probability": 0.82861328125}, {"start": 2496.1, "end": 2496.46, "word": " present,", "probability": 0.21630859375}, {"start": 2496.88, "end": 2497.08, "word": " the", "probability": 0.6279296875}, {"start": 2497.08, "end": 2497.78, "word": " activity", "probability": 0.90234375}, {"start": 2497.78, "end": 2497.8, "word": " moved", "probability": 0.435546875}, {"start": 2497.8, "end": 2498.06, "word": " to", "probability": 0.64990234375}, {"start": 2498.06, "end": 2498.1, "word": " what", "probability": 0.14208984375}, {"start": 2498.1, "end": 2498.32, "word": " position?", "probability": 0.4755859375}, {"start": 2498.96, "end": 2499.56, "word": " On", "probability": 0.55712890625}, {"start": 2499.56, "end": 2499.84, "word": " pause.", "probability": 0.458740234375}, {"start": 2501.0, "end": 2501.26, "word": " Now,", "probability": 0.58642578125}, {"start": 2501.34, "end": 2501.5, "word": " when", "probability": 0.8046875}, {"start": 2501.5, "end": 2501.62, "word": " you", "probability": 0.296875}, {"start": 2501.62, "end": 2501.84, "word": " turn", "probability": 0.35791015625}, {"start": 2501.84, "end": 2501.88, "word": " off", "probability": 0.68359375}, {"start": 2501.88, "end": 2501.98, "word": " this", "probability": 0.7734375}, {"start": 2501.98, "end": 2502.38, "word": " activity,", "probability": 0.9228515625}, {"start": 2502.8, "end": 2502.98, "word": " where", "probability": 0.6005859375}, {"start": 2502.98, "end": 2502.98, "word": " do", "probability": 0.412841796875}, {"start": 2502.98, "end": 2502.98, "word": " you", "probability": 0.9599609375}, {"start": 2502.98, "end": 2503.1, "word": " go", "probability": 0.69482421875}, {"start": 2503.1, "end": 2503.4, "word": " back?", "probability": 0.482177734375}, {"start": 2504.88, "end": 2505.48, "word": " Here.", "probability": 0.276123046875}, {"start": 2505.82, "end": 2506.42, "word": " Okay?", "probability": 0.2008056640625}, {"start": 2507.78, "end": 2508.38, "word": " This", "probability": 0.187744140625}, {"start": 2508.38, "end": 2508.4, "word": " is", "probability": 0.60205078125}, {"start": 2508.4, "end": 2508.5, "word": " what", "probability": 0.76025390625}, {"start": 2508.5, "end": 2508.56, "word": " I", "probability": 0.61669921875}, {"start": 2508.56, "end": 2508.78, "word": " wrote", "probability": 0.576171875}, {"start": 2508.78, "end": 2508.96, "word": " for", "probability": 0.328125}, {"start": 2508.96, "end": 2508.96, "word": " you", "probability": 0.943359375}, {"start": 2508.96, "end": 2509.08, "word": " on", "probability": 0.77392578125}, {"start": 2509.08, "end": 2509.18, "word": " the", "probability": 0.78125}, {"start": 2509.18, "end": 2509.34, "word": " sword.", "probability": 0.0811767578125}, {"start": 2510.76, "end": 2511.36, "word": " Another", "probability": 0.79345703125}, {"start": 2511.36, "end": 2511.92, "word": " activity", "probability": 0.93505859375}, {"start": 2511.92, "end": 2512.34, "word": " comes", "probability": 0.8349609375}, {"start": 2512.34, "end": 2512.64, "word": " in", "probability": 0.93408203125}, {"start": 2512.64, "end": 2513.02, "word": " front", "probability": 0.9560546875}, {"start": 2513.02, "end": 2513.24, "word": " of", "probability": 0.9697265625}, {"start": 2513.24, "end": 2513.38, "word": " the", "probability": 0.865234375}, {"start": 2513.38, "end": 2513.78, "word": " activity.", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 99, "seek": 254448, "start": 2515.76, "end": 2544.48, "text": "Another activity came in front of, but it didn't cover it completely. It has details. Okay? I mean, there can be an activity that covers a part of another activity, but the original activity still shows parts of it. It is in a position of pause. Now, if you close the activity that covered the first activity, the activity comes to the foreground. What is the word foreground? The opposite of background. Okay? It turns on what? On review.", "tokens": [46028, 5191, 1361, 294, 1868, 295, 11, 457, 309, 994, 380, 2060, 309, 2584, 13, 467, 575, 4365, 13, 1033, 30, 286, 914, 11, 456, 393, 312, 364, 5191, 300, 10538, 257, 644, 295, 1071, 5191, 11, 457, 264, 3380, 5191, 920, 3110, 3166, 295, 309, 13, 467, 307, 294, 257, 2535, 295, 10465, 13, 823, 11, 498, 291, 1998, 264, 5191, 300, 5343, 264, 700, 5191, 11, 264, 5191, 1487, 281, 264, 32058, 13, 708, 307, 264, 1349, 32058, 30, 440, 6182, 295, 3678, 13, 1033, 30, 467, 4523, 322, 437, 30, 1282, 3131, 13], "avg_logprob": -0.4645618458384091, "compression_ratio": 1.777327935222672, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2515.7599999999998, "end": 2516.24, "word": "Another", "probability": 0.654296875}, {"start": 2516.24, "end": 2516.72, "word": " activity", "probability": 0.93408203125}, {"start": 2516.72, "end": 2517.44, "word": " came", "probability": 0.341552734375}, {"start": 2517.44, "end": 2517.84, "word": " in", "probability": 0.86083984375}, {"start": 2517.84, "end": 2518.18, "word": " front", "probability": 0.9462890625}, {"start": 2518.18, "end": 2518.44, "word": " of,", "probability": 0.96533203125}, {"start": 2518.64, "end": 2518.86, "word": " but", "probability": 0.81884765625}, {"start": 2518.86, "end": 2518.98, "word": " it", "probability": 0.55224609375}, {"start": 2518.98, "end": 2519.0, "word": " didn't", "probability": 0.7047119140625}, {"start": 2519.0, "end": 2519.26, "word": " cover", "probability": 0.75732421875}, {"start": 2519.26, "end": 2519.5, "word": " it", "probability": 0.318359375}, {"start": 2519.5, "end": 2519.84, "word": " completely.", "probability": 0.4375}, {"start": 2519.94, "end": 2520.06, "word": " It", "probability": 0.30908203125}, {"start": 2520.06, "end": 2520.94, "word": " has", "probability": 0.336669921875}, {"start": 2520.94, "end": 2521.44, "word": " details.", "probability": 0.459228515625}, {"start": 2521.98, "end": 2522.22, "word": " Okay?", "probability": 0.264892578125}, {"start": 2522.4, "end": 2522.48, "word": " I", "probability": 0.1796875}, {"start": 2522.48, "end": 2522.56, "word": " mean,", "probability": 0.87646484375}, {"start": 2522.66, "end": 2522.66, "word": " there", "probability": 0.2978515625}, {"start": 2522.66, "end": 2523.08, "word": " can", "probability": 0.18701171875}, {"start": 2523.08, "end": 2523.12, "word": " be", "probability": 0.94384765625}, {"start": 2523.12, "end": 2523.24, "word": " an", "probability": 0.6162109375}, {"start": 2523.24, "end": 2523.56, "word": " activity", "probability": 0.9619140625}, {"start": 2523.56, "end": 2523.78, "word": " that", "probability": 0.54248046875}, {"start": 2523.78, "end": 2524.0, "word": " covers", "probability": 0.7958984375}, {"start": 2524.0, "end": 2524.16, "word": " a", "probability": 0.218994140625}, {"start": 2524.16, "end": 2524.28, "word": " part", "probability": 0.81640625}, {"start": 2524.28, "end": 2524.4, "word": " of", "probability": 0.96142578125}, {"start": 2524.4, "end": 2524.5, "word": " another", "probability": 0.7568359375}, {"start": 2524.5, "end": 2524.94, "word": " activity,", "probability": 0.90771484375}, {"start": 2525.1, "end": 2525.26, "word": " but", "probability": 0.9052734375}, {"start": 2525.26, "end": 2525.48, "word": " the", "probability": 0.8291015625}, {"start": 2525.48, "end": 2525.5, "word": " original", "probability": 0.9013671875}, {"start": 2525.5, "end": 2526.56, "word": " activity", "probability": 0.9208984375}, {"start": 2526.56, "end": 2527.28, "word": " still", "probability": 0.58984375}, {"start": 2527.28, "end": 2527.62, "word": " shows", "probability": 0.364013671875}, {"start": 2527.62, "end": 2528.16, "word": " parts", "probability": 0.276611328125}, {"start": 2528.16, "end": 2528.18, "word": " of", "probability": 0.94482421875}, {"start": 2528.18, "end": 2528.18, "word": " it.", "probability": 0.92529296875}, {"start": 2528.4, "end": 2528.78, "word": " It", "probability": 0.66015625}, {"start": 2528.78, "end": 2528.96, "word": " is", "probability": 0.437255859375}, {"start": 2528.96, "end": 2529.1, "word": " in", "probability": 0.8466796875}, {"start": 2529.1, "end": 2530.18, "word": " a", "probability": 0.68798828125}, {"start": 2530.18, "end": 2530.22, "word": " position", "probability": 0.2491455078125}, {"start": 2530.22, "end": 2530.32, "word": " of", "probability": 0.560546875}, {"start": 2530.32, "end": 2530.76, "word": " pause.", "probability": 0.45849609375}, {"start": 2531.76, "end": 2532.12, "word": " Now,", "probability": 0.884765625}, {"start": 2532.32, "end": 2532.52, "word": " if", "probability": 0.9384765625}, {"start": 2532.52, "end": 2533.1, "word": " you", "probability": 0.67919921875}, {"start": 2533.1, "end": 2533.48, "word": " close", "probability": 0.59912109375}, {"start": 2533.48, "end": 2533.74, "word": " the", "probability": 0.86962890625}, {"start": 2533.74, "end": 2534.16, "word": " activity", "probability": 0.908203125}, {"start": 2534.16, "end": 2534.38, "word": " that", "probability": 0.88037109375}, {"start": 2534.38, "end": 2534.62, "word": " covered", "probability": 0.75}, {"start": 2534.62, "end": 2535.66, "word": " the", "probability": 0.91259765625}, {"start": 2535.66, "end": 2535.68, "word": " first", "probability": 0.7626953125}, {"start": 2535.68, "end": 2536.28, "word": " activity,", "probability": 0.89306640625}, {"start": 2536.58, "end": 2537.14, "word": " the", "probability": 0.7998046875}, {"start": 2537.14, "end": 2537.52, "word": " activity", "probability": 0.92919921875}, {"start": 2537.52, "end": 2537.9, "word": " comes", "probability": 0.8623046875}, {"start": 2537.9, "end": 2538.06, "word": " to", "probability": 0.955078125}, {"start": 2538.06, "end": 2538.2, "word": " the", "probability": 0.90625}, {"start": 2538.2, "end": 2538.58, "word": " foreground.", "probability": 0.94775390625}, {"start": 2539.26, "end": 2539.44, "word": " What", "probability": 0.76806640625}, {"start": 2539.44, "end": 2539.52, "word": " is", "probability": 0.393310546875}, {"start": 2539.52, "end": 2539.7, "word": " the", "probability": 0.51318359375}, {"start": 2539.7, "end": 2539.7, "word": " word", "probability": 0.74560546875}, {"start": 2539.7, "end": 2540.16, "word": " foreground?", "probability": 0.8076171875}, {"start": 2540.3, "end": 2540.46, "word": " The", "probability": 0.168701171875}, {"start": 2540.46, "end": 2540.52, "word": " opposite", "probability": 0.6474609375}, {"start": 2540.52, "end": 2540.6, "word": " of", "probability": 0.78076171875}, {"start": 2540.6, "end": 2540.86, "word": " background.", "probability": 0.64111328125}, {"start": 2541.52, "end": 2541.72, "word": " Okay?", "probability": 0.6650390625}, {"start": 2542.06, "end": 2542.54, "word": " It", "probability": 0.453369140625}, {"start": 2542.54, "end": 2542.54, "word": " turns", "probability": 0.12445068359375}, {"start": 2542.54, "end": 2543.24, "word": " on", "probability": 0.77685546875}, {"start": 2543.24, "end": 2543.54, "word": " what?", "probability": 0.51171875}, {"start": 2544.0, "end": 2544.2, "word": " On", "probability": 0.47509765625}, {"start": 2544.2, "end": 2544.48, "word": " review.", "probability": 0.376708984375}], "temperature": 1.0}, {"id": 100, "seek": 257137, "start": 2545.51, "end": 2571.37, "text": "It will run Unresume again. Now, this thing of running an activity, covering a part of it, hasn't happened to us many times. Most of the time, what does it say here? The activity is no longer visible. What does it mean by no longer visible? It stopped watching. Okay? This means, for example, when you go and run an activity, you send an intent, you say start activity, you run a new activity, the first activity stopped watching at all.", "tokens": [3522, 486, 1190, 1156, 495, 2540, 797, 13, 823, 11, 341, 551, 295, 2614, 364, 5191, 11, 10322, 257, 644, 295, 309, 11, 6132, 380, 2011, 281, 505, 867, 1413, 13, 4534, 295, 264, 565, 11, 437, 775, 309, 584, 510, 30, 440, 5191, 307, 572, 2854, 8974, 13, 708, 775, 309, 914, 538, 572, 2854, 8974, 30, 467, 5936, 1976, 13, 1033, 30, 639, 1355, 11, 337, 1365, 11, 562, 291, 352, 293, 1190, 364, 5191, 11, 291, 2845, 364, 8446, 11, 291, 584, 722, 5191, 11, 291, 1190, 257, 777, 5191, 11, 264, 700, 5191, 5936, 1976, 412, 439, 13], "avg_logprob": -0.5922330039218792, "compression_ratio": 1.8057851239669422, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2545.51, "end": 2545.73, "word": "It", "probability": 0.1207275390625}, {"start": 2545.73, "end": 2545.77, "word": " will", "probability": 0.1444091796875}, {"start": 2545.77, "end": 2545.99, "word": " run", "probability": 0.1767578125}, {"start": 2545.99, "end": 2546.61, "word": " Unresume", "probability": 0.68017578125}, {"start": 2546.61, "end": 2547.43, "word": " again.", "probability": 0.779296875}, {"start": 2548.57, "end": 2548.79, "word": " Now,", "probability": 0.477783203125}, {"start": 2549.23, "end": 2549.63, "word": " this", "probability": 0.56787109375}, {"start": 2549.63, "end": 2549.95, "word": " thing", "probability": 0.134033203125}, {"start": 2549.95, "end": 2550.19, "word": " of", "probability": 0.259033203125}, {"start": 2550.19, "end": 2550.71, "word": " running", "probability": 0.55908203125}, {"start": 2550.71, "end": 2550.83, "word": " an", "probability": 0.56884765625}, {"start": 2550.83, "end": 2551.15, "word": " activity,", "probability": 0.96728515625}, {"start": 2551.29, "end": 2551.53, "word": " covering", "probability": 0.207763671875}, {"start": 2551.53, "end": 2551.69, "word": " a", "probability": 0.50830078125}, {"start": 2551.69, "end": 2551.87, "word": " part", "probability": 0.44580078125}, {"start": 2551.87, "end": 2552.03, "word": " of", "probability": 0.3134765625}, {"start": 2552.03, "end": 2552.13, "word": " it,", "probability": 0.77197265625}, {"start": 2552.17, "end": 2552.27, "word": " hasn't", "probability": 0.57342529296875}, {"start": 2552.27, "end": 2552.53, "word": " happened", "probability": 0.68115234375}, {"start": 2552.53, "end": 2552.67, "word": " to", "probability": 0.319580078125}, {"start": 2552.67, "end": 2552.83, "word": " us", "probability": 0.8134765625}, {"start": 2552.83, "end": 2552.99, "word": " many", "probability": 0.287841796875}, {"start": 2552.99, "end": 2553.05, "word": " times.", "probability": 0.90185546875}, {"start": 2553.19, "end": 2553.43, "word": " Most", "probability": 0.193115234375}, {"start": 2553.43, "end": 2553.51, "word": " of", "probability": 0.63818359375}, {"start": 2553.51, "end": 2553.57, "word": " the", "probability": 0.76953125}, {"start": 2553.57, "end": 2553.57, "word": " time,", "probability": 0.6611328125}, {"start": 2554.03, "end": 2554.63, "word": " what", "probability": 0.63232421875}, {"start": 2554.63, "end": 2554.67, "word": " does", "probability": 0.323486328125}, {"start": 2554.67, "end": 2555.13, "word": " it", "probability": 0.8740234375}, {"start": 2555.13, "end": 2555.29, "word": " say", "probability": 0.908203125}, {"start": 2555.29, "end": 2555.55, "word": " here?", "probability": 0.78662109375}, {"start": 2555.65, "end": 2555.79, "word": " The", "probability": 0.7548828125}, {"start": 2555.79, "end": 2556.19, "word": " activity", "probability": 0.93505859375}, {"start": 2556.19, "end": 2556.43, "word": " is", "probability": 0.94580078125}, {"start": 2556.43, "end": 2556.67, "word": " no", "probability": 0.9150390625}, {"start": 2556.67, "end": 2556.97, "word": " longer", "probability": 0.93115234375}, {"start": 2556.97, "end": 2558.25, "word": " visible.", "probability": 0.90869140625}, {"start": 2558.47, "end": 2558.59, "word": " What", "probability": 0.71923828125}, {"start": 2558.59, "end": 2558.67, "word": " does", "probability": 0.728515625}, {"start": 2558.67, "end": 2558.75, "word": " it", "probability": 0.478759765625}, {"start": 2558.75, "end": 2558.75, "word": " mean", "probability": 0.96337890625}, {"start": 2558.75, "end": 2558.75, "word": " by", "probability": 0.3369140625}, {"start": 2558.75, "end": 2558.83, "word": " no", "probability": 0.728515625}, {"start": 2558.83, "end": 2559.11, "word": " longer", "probability": 0.93798828125}, {"start": 2559.11, "end": 2559.45, "word": " visible?", "probability": 0.9248046875}, {"start": 2560.29, "end": 2560.65, "word": " It", "probability": 0.53369140625}, {"start": 2560.65, "end": 2560.87, "word": " stopped", "probability": 0.3935546875}, {"start": 2560.87, "end": 2561.31, "word": " watching.", "probability": 0.372802734375}, {"start": 2562.17, "end": 2562.41, "word": " Okay?", "probability": 0.31103515625}, {"start": 2562.55, "end": 2562.73, "word": " This", "probability": 0.436279296875}, {"start": 2562.73, "end": 2562.97, "word": " means,", "probability": 0.3486328125}, {"start": 2563.07, "end": 2563.19, "word": " for", "probability": 0.91748046875}, {"start": 2563.19, "end": 2563.41, "word": " example,", "probability": 0.9326171875}, {"start": 2563.77, "end": 2563.93, "word": " when", "probability": 0.6552734375}, {"start": 2563.93, "end": 2564.09, "word": " you", "probability": 0.962890625}, {"start": 2564.09, "end": 2564.19, "word": " go", "probability": 0.38623046875}, {"start": 2564.19, "end": 2564.29, "word": " and", "probability": 0.44775390625}, {"start": 2564.29, "end": 2564.53, "word": " run", "probability": 0.332763671875}, {"start": 2564.53, "end": 2564.81, "word": " an", "probability": 0.2012939453125}, {"start": 2564.81, "end": 2564.81, "word": " activity,", "probability": 0.84521484375}, {"start": 2564.81, "end": 2564.95, "word": " you", "probability": 0.40380859375}, {"start": 2564.95, "end": 2565.07, "word": " send", "probability": 0.64501953125}, {"start": 2565.07, "end": 2565.27, "word": " an", "probability": 0.83935546875}, {"start": 2565.27, "end": 2565.55, "word": " intent,", "probability": 0.892578125}, {"start": 2565.85, "end": 2566.11, "word": " you", "probability": 0.385498046875}, {"start": 2566.11, "end": 2566.31, "word": " say", "probability": 0.5556640625}, {"start": 2566.31, "end": 2566.67, "word": " start", "probability": 0.5654296875}, {"start": 2566.67, "end": 2567.09, "word": " activity,", "probability": 0.6806640625}, {"start": 2567.15, "end": 2567.21, "word": " you", "probability": 0.418212890625}, {"start": 2567.21, "end": 2567.39, "word": " run", "probability": 0.55908203125}, {"start": 2567.39, "end": 2567.51, "word": " a", "probability": 0.9052734375}, {"start": 2567.51, "end": 2568.09, "word": " new", "probability": 0.912109375}, {"start": 2568.09, "end": 2568.09, "word": " activity,", "probability": 0.958984375}, {"start": 2568.55, "end": 2569.05, "word": " the", "probability": 0.7001953125}, {"start": 2569.05, "end": 2569.05, "word": " first", "probability": 0.80078125}, {"start": 2569.05, "end": 2569.45, "word": " activity", "probability": 0.9501953125}, {"start": 2569.45, "end": 2569.79, "word": " stopped", "probability": 0.2020263671875}, {"start": 2569.79, "end": 2570.39, "word": " watching", "probability": 0.59716796875}, {"start": 2570.39, "end": 2571.15, "word": " at", "probability": 0.1556396484375}, {"start": 2571.15, "end": 2571.37, "word": " all.", "probability": 0.482177734375}], "temperature": 1.0}, {"id": 101, "seek": 259809, "start": 2571.97, "end": 2598.09, "text": "Okay? In this case, it moves the activity that I put on stop. On stop means that the activity is stopped. For example, if there is a code running or something like that, it stops it so that it does not take resources from the device. Okay? But it is present in the memory. Okay? It is not removed from the memory. It means that if you do back, it goes back to it. Of course, when you do back and the activity comes to the foreground, it goes back to what? On start.", "tokens": [8297, 30, 682, 341, 1389, 11, 309, 6067, 264, 5191, 300, 286, 829, 322, 1590, 13, 1282, 1590, 1355, 300, 264, 5191, 307, 5936, 13, 1171, 1365, 11, 498, 456, 307, 257, 3089, 2614, 420, 746, 411, 300, 11, 309, 10094, 309, 370, 300, 309, 775, 406, 747, 3593, 490, 264, 4302, 13, 1033, 30, 583, 309, 307, 1974, 294, 264, 4675, 13, 1033, 30, 467, 307, 406, 7261, 490, 264, 4675, 13, 467, 1355, 300, 498, 291, 360, 646, 11, 309, 1709, 646, 281, 309, 13, 2720, 1164, 11, 562, 291, 360, 646, 293, 264, 5191, 1487, 281, 264, 32058, 11, 309, 1709, 646, 281, 437, 30, 1282, 722, 13], "avg_logprob": -0.4321986652378525, "compression_ratio": 1.86, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 2571.97, "end": 2572.29, "word": "Okay?", "probability": 0.1630859375}, {"start": 2572.53, "end": 2572.69, "word": " In", "probability": 0.77783203125}, {"start": 2572.69, "end": 2572.83, "word": " this", "probability": 0.74951171875}, {"start": 2572.83, "end": 2573.03, "word": " case,", "probability": 0.85693359375}, {"start": 2573.11, "end": 2573.31, "word": " it", "probability": 0.446533203125}, {"start": 2573.31, "end": 2573.75, "word": " moves", "probability": 0.31787109375}, {"start": 2573.75, "end": 2573.87, "word": " the", "probability": 0.630859375}, {"start": 2573.87, "end": 2574.25, "word": " activity", "probability": 0.89208984375}, {"start": 2574.25, "end": 2574.39, "word": " that", "probability": 0.263427734375}, {"start": 2574.39, "end": 2574.43, "word": " I", "probability": 0.65185546875}, {"start": 2574.43, "end": 2574.65, "word": " put", "probability": 0.1614990234375}, {"start": 2574.65, "end": 2575.33, "word": " on", "probability": 0.4326171875}, {"start": 2575.33, "end": 2575.71, "word": " stop.", "probability": 0.71630859375}, {"start": 2576.11, "end": 2576.39, "word": " On", "probability": 0.796875}, {"start": 2576.39, "end": 2576.71, "word": " stop", "probability": 0.873046875}, {"start": 2576.71, "end": 2577.11, "word": " means", "probability": 0.91796875}, {"start": 2577.11, "end": 2577.51, "word": " that", "probability": 0.52490234375}, {"start": 2577.51, "end": 2577.61, "word": " the", "probability": 0.62158203125}, {"start": 2577.61, "end": 2577.97, "word": " activity", "probability": 0.93701171875}, {"start": 2577.97, "end": 2578.07, "word": " is", "probability": 0.447998046875}, {"start": 2578.07, "end": 2578.31, "word": " stopped.", "probability": 0.498046875}, {"start": 2578.69, "end": 2579.03, "word": " For", "probability": 0.266845703125}, {"start": 2579.03, "end": 2579.63, "word": " example,", "probability": 0.90771484375}, {"start": 2579.63, "end": 2579.63, "word": " if", "probability": 0.89599609375}, {"start": 2579.63, "end": 2579.63, "word": " there", "probability": 0.6865234375}, {"start": 2579.63, "end": 2579.63, "word": " is", "probability": 0.8251953125}, {"start": 2579.63, "end": 2579.85, "word": " a", "probability": 0.64892578125}, {"start": 2579.85, "end": 2580.05, "word": " code", "probability": 0.708984375}, {"start": 2580.05, "end": 2580.43, "word": " running", "probability": 0.3154296875}, {"start": 2580.43, "end": 2580.65, "word": " or", "probability": 0.64208984375}, {"start": 2580.65, "end": 2580.87, "word": " something", "probability": 0.66552734375}, {"start": 2580.87, "end": 2580.87, "word": " like", "probability": 0.428955078125}, {"start": 2580.87, "end": 2580.99, "word": " that,", "probability": 0.84228515625}, {"start": 2581.47, "end": 2581.53, "word": " it", "probability": 0.7080078125}, {"start": 2581.53, "end": 2581.99, "word": " stops", "probability": 0.3232421875}, {"start": 2581.99, "end": 2582.13, "word": " it", "probability": 0.74072265625}, {"start": 2582.13, "end": 2582.29, "word": " so", "probability": 0.525390625}, {"start": 2582.29, "end": 2582.39, "word": " that", "probability": 0.7685546875}, {"start": 2582.39, "end": 2582.41, "word": " it", "probability": 0.84765625}, {"start": 2582.41, "end": 2582.45, "word": " does", "probability": 0.55322265625}, {"start": 2582.45, "end": 2582.45, "word": " not", "probability": 0.94921875}, {"start": 2582.45, "end": 2582.65, "word": " take", "probability": 0.599609375}, {"start": 2582.65, "end": 2583.71, "word": " resources", "probability": 0.397216796875}, {"start": 2583.71, "end": 2583.95, "word": " from", "probability": 0.71533203125}, {"start": 2583.95, "end": 2584.11, "word": " the", "probability": 0.85400390625}, {"start": 2584.11, "end": 2584.27, "word": " device.", "probability": 0.94091796875}, {"start": 2584.87, "end": 2585.15, "word": " Okay?", "probability": 0.62646484375}, {"start": 2585.21, "end": 2585.41, "word": " But", "probability": 0.89208984375}, {"start": 2585.41, "end": 2585.49, "word": " it", "probability": 0.751953125}, {"start": 2585.49, "end": 2585.49, "word": " is", "probability": 0.669921875}, {"start": 2585.49, "end": 2585.73, "word": " present", "probability": 0.359619140625}, {"start": 2585.73, "end": 2585.87, "word": " in", "probability": 0.927734375}, {"start": 2585.87, "end": 2585.95, "word": " the", "probability": 0.8056640625}, {"start": 2585.95, "end": 2586.19, "word": " memory.", "probability": 0.837890625}, {"start": 2587.43, "end": 2587.75, "word": " Okay?", "probability": 0.76318359375}, {"start": 2587.83, "end": 2587.87, "word": " It", "probability": 0.82421875}, {"start": 2587.87, "end": 2587.91, "word": " is", "probability": 0.362060546875}, {"start": 2587.91, "end": 2587.91, "word": " not", "probability": 0.92236328125}, {"start": 2587.91, "end": 2588.13, "word": " removed", "probability": 0.262451171875}, {"start": 2588.13, "end": 2588.29, "word": " from", "probability": 0.85986328125}, {"start": 2588.29, "end": 2588.33, "word": " the", "probability": 0.83349609375}, {"start": 2588.33, "end": 2588.51, "word": " memory.", "probability": 0.87890625}, {"start": 2588.63, "end": 2588.75, "word": " It", "probability": 0.27197265625}, {"start": 2588.75, "end": 2589.01, "word": " means", "probability": 0.406982421875}, {"start": 2589.01, "end": 2589.13, "word": " that", "probability": 0.87255859375}, {"start": 2589.13, "end": 2589.23, "word": " if", "probability": 0.6064453125}, {"start": 2589.23, "end": 2589.37, "word": " you", "probability": 0.78466796875}, {"start": 2589.37, "end": 2589.51, "word": " do", "probability": 0.53271484375}, {"start": 2589.51, "end": 2589.93, "word": " back,", "probability": 0.7138671875}, {"start": 2590.69, "end": 2590.93, "word": " it", "probability": 0.8759765625}, {"start": 2590.93, "end": 2590.99, "word": " goes", "probability": 0.1600341796875}, {"start": 2590.99, "end": 2591.17, "word": " back", "probability": 0.822265625}, {"start": 2591.17, "end": 2591.27, "word": " to", "probability": 0.69970703125}, {"start": 2591.27, "end": 2591.39, "word": " it.", "probability": 0.78466796875}, {"start": 2591.61, "end": 2591.89, "word": " Of", "probability": 0.88427734375}, {"start": 2591.89, "end": 2591.91, "word": " course,", "probability": 0.9580078125}, {"start": 2591.95, "end": 2592.09, "word": " when", "probability": 0.89208984375}, {"start": 2592.09, "end": 2592.21, "word": " you", "probability": 0.9013671875}, {"start": 2592.21, "end": 2592.49, "word": " do", "probability": 0.294189453125}, {"start": 2592.49, "end": 2592.89, "word": " back", "probability": 0.859375}, {"start": 2592.89, "end": 2592.99, "word": " and", "probability": 0.48095703125}, {"start": 2592.99, "end": 2593.09, "word": " the", "probability": 0.72705078125}, {"start": 2593.09, "end": 2593.41, "word": " activity", "probability": 0.93212890625}, {"start": 2593.41, "end": 2593.77, "word": " comes", "probability": 0.84814453125}, {"start": 2593.77, "end": 2593.93, "word": " to", "probability": 0.93701171875}, {"start": 2593.93, "end": 2594.07, "word": " the", "probability": 0.90380859375}, {"start": 2594.07, "end": 2594.49, "word": " foreground,", "probability": 0.96142578125}, {"start": 2595.09, "end": 2595.31, "word": " it", "probability": 0.68798828125}, {"start": 2595.31, "end": 2595.31, "word": " goes", "probability": 0.25927734375}, {"start": 2595.31, "end": 2595.43, "word": " back", "probability": 0.8330078125}, {"start": 2595.43, "end": 2595.59, "word": " to", "probability": 0.69970703125}, {"start": 2595.59, "end": 2596.23, "word": " what?", "probability": 0.33056640625}, {"start": 2597.39, "end": 2597.79, "word": " On", "probability": 0.9052734375}, {"start": 2597.79, "end": 2598.09, "word": " start.", "probability": 0.828125}], "temperature": 1.0}, {"id": 102, "seek": 261456, "start": 2599.96, "end": 2614.56, "text": "Okay, you have to understand this well. Why? If you have a code and you want it to run in the activity whenever you return it, whenever you do back, do you put it in onCreate or onStart? OnStart Okay, sometimes you want it to execute a certain code whenever it returns to the activity", "tokens": [8297, 11, 291, 362, 281, 1223, 341, 731, 13, 1545, 30, 759, 291, 362, 257, 3089, 293, 291, 528, 309, 281, 1190, 294, 264, 5191, 5699, 291, 2736, 309, 11, 5699, 291, 360, 646, 11, 360, 291, 829, 309, 294, 322, 44637, 473, 420, 322, 33996, 30, 1282, 33996, 1033, 11, 2171, 291, 528, 309, 281, 14483, 257, 1629, 3089, 5699, 309, 11247, 281, 264, 5191], "avg_logprob": -0.41674440921242556, "compression_ratio": 1.6608187134502923, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2599.96, "end": 2600.24, "word": "Okay,", "probability": 0.2430419921875}, {"start": 2600.26, "end": 2600.48, "word": " you", "probability": 0.73779296875}, {"start": 2600.48, "end": 2600.6, "word": " have", "probability": 0.299072265625}, {"start": 2600.6, "end": 2600.74, "word": " to", "probability": 0.97216796875}, {"start": 2600.74, "end": 2601.0, "word": " understand", "probability": 0.68701171875}, {"start": 2601.0, "end": 2601.04, "word": " this", "probability": 0.6826171875}, {"start": 2601.04, "end": 2601.36, "word": " well.", "probability": 0.391357421875}, {"start": 2601.5, "end": 2601.8, "word": " Why?", "probability": 0.75732421875}, {"start": 2602.16, "end": 2602.46, "word": " If", "probability": 0.84619140625}, {"start": 2602.46, "end": 2602.68, "word": " you", "probability": 0.958984375}, {"start": 2602.68, "end": 2602.92, "word": " have", "probability": 0.93408203125}, {"start": 2602.92, "end": 2603.08, "word": " a", "probability": 0.55078125}, {"start": 2603.08, "end": 2603.4, "word": " code", "probability": 0.9248046875}, {"start": 2603.4, "end": 2604.52, "word": " and", "probability": 0.2283935546875}, {"start": 2604.52, "end": 2604.76, "word": " you", "probability": 0.90185546875}, {"start": 2604.76, "end": 2604.94, "word": " want", "probability": 0.85302734375}, {"start": 2604.94, "end": 2605.12, "word": " it", "probability": 0.8525390625}, {"start": 2605.12, "end": 2605.2, "word": " to", "probability": 0.94921875}, {"start": 2605.2, "end": 2605.52, "word": " run", "probability": 0.422119140625}, {"start": 2605.52, "end": 2605.7, "word": " in", "probability": 0.52685546875}, {"start": 2605.7, "end": 2605.78, "word": " the", "probability": 0.59228515625}, {"start": 2605.78, "end": 2606.26, "word": " activity", "probability": 0.90478515625}, {"start": 2606.26, "end": 2606.52, "word": " whenever", "probability": 0.53271484375}, {"start": 2606.52, "end": 2606.64, "word": " you", "probability": 0.86669921875}, {"start": 2606.64, "end": 2606.92, "word": " return", "probability": 0.490234375}, {"start": 2606.92, "end": 2607.08, "word": " it,", "probability": 0.62841796875}, {"start": 2607.24, "end": 2607.46, "word": " whenever", "probability": 0.80859375}, {"start": 2607.46, "end": 2607.62, "word": " you", "probability": 0.8974609375}, {"start": 2607.62, "end": 2607.76, "word": " do", "probability": 0.29296875}, {"start": 2607.76, "end": 2608.06, "word": " back,", "probability": 0.5107421875}, {"start": 2608.14, "end": 2608.22, "word": " do", "probability": 0.6513671875}, {"start": 2608.22, "end": 2608.3, "word": " you", "probability": 0.96630859375}, {"start": 2608.3, "end": 2608.5, "word": " put", "probability": 0.6015625}, {"start": 2608.5, "end": 2608.56, "word": " it", "probability": 0.8203125}, {"start": 2608.56, "end": 2608.66, "word": " in", "probability": 0.84521484375}, {"start": 2608.66, "end": 2609.24, "word": " onCreate", "probability": 0.597900390625}, {"start": 2609.24, "end": 2609.34, "word": " or", "probability": 0.8896484375}, {"start": 2609.34, "end": 2609.9, "word": " onStart?", "probability": 0.685302734375}, {"start": 2610.58, "end": 2610.98, "word": " OnStart", "probability": 0.713623046875}, {"start": 2610.98, "end": 2612.12, "word": " Okay,", "probability": 0.2301025390625}, {"start": 2612.28, "end": 2612.66, "word": " sometimes", "probability": 0.87841796875}, {"start": 2612.66, "end": 2612.94, "word": " you", "probability": 0.787109375}, {"start": 2612.94, "end": 2613.22, "word": " want", "probability": 0.720703125}, {"start": 2613.22, "end": 2613.5, "word": " it", "probability": 0.525390625}, {"start": 2613.5, "end": 2613.5, "word": " to", "probability": 0.921875}, {"start": 2613.5, "end": 2613.5, "word": " execute", "probability": 0.58203125}, {"start": 2613.5, "end": 2613.5, "word": " a", "probability": 0.9013671875}, {"start": 2613.5, "end": 2613.5, "word": " certain", "probability": 0.425537109375}, {"start": 2613.5, "end": 2613.5, "word": " code", "probability": 0.94091796875}, {"start": 2613.5, "end": 2613.54, "word": " whenever", "probability": 0.76513671875}, {"start": 2613.54, "end": 2613.7, "word": " it", "probability": 0.86572265625}, {"start": 2613.7, "end": 2613.9, "word": " returns", "probability": 0.73876953125}, {"start": 2613.9, "end": 2614.02, "word": " to", "probability": 0.9443359375}, {"start": 2614.02, "end": 2614.08, "word": " the", "probability": 0.83740234375}, {"start": 2614.08, "end": 2614.56, "word": " activity", "probability": 0.9365234375}], "temperature": 1.0}, {"id": 103, "seek": 263684, "start": 2617.0, "end": 2636.84, "text": " So, based on this drawing, when it says on stop, what does it mean on stop? It means that you have turned on another activity and it is closed. And you came back from this activity and you want to go back to the first activity and you want to turn it on again. Yes, you put it in the end state. For example, I will show you an example that you will need it.", "tokens": [407, 11, 2361, 322, 341, 6316, 11, 562, 309, 1619, 322, 1590, 11, 437, 775, 309, 914, 322, 1590, 30, 467, 1355, 300, 291, 362, 3574, 322, 1071, 5191, 293, 309, 307, 5395, 13, 400, 291, 1361, 646, 490, 341, 5191, 293, 291, 528, 281, 352, 646, 281, 264, 700, 5191, 293, 291, 528, 281, 1261, 309, 322, 797, 13, 1079, 11, 291, 829, 309, 294, 264, 917, 1785, 13, 1171, 1365, 11, 286, 486, 855, 291, 364, 1365, 300, 291, 486, 643, 309, 13], "avg_logprob": -0.6061046518558679, "compression_ratio": 1.7463414634146341, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2616.9999999999995, "end": 2617.3599999999997, "word": " So,", "probability": 0.401123046875}, {"start": 2617.3599999999997, "end": 2617.72, "word": " based", "probability": 0.3642578125}, {"start": 2617.72, "end": 2617.98, "word": " on", "probability": 0.9521484375}, {"start": 2617.98, "end": 2618.48, "word": " this", "probability": 0.759765625}, {"start": 2618.48, "end": 2618.48, "word": " drawing,", "probability": 0.46533203125}, {"start": 2619.16, "end": 2619.38, "word": " when", "probability": 0.78173828125}, {"start": 2619.38, "end": 2619.5, "word": " it", "probability": 0.466552734375}, {"start": 2619.5, "end": 2619.66, "word": " says", "probability": 0.541015625}, {"start": 2619.66, "end": 2619.86, "word": " on", "probability": 0.398193359375}, {"start": 2619.86, "end": 2620.28, "word": " stop,", "probability": 0.49560546875}, {"start": 2621.04, "end": 2621.4, "word": " what", "probability": 0.53955078125}, {"start": 2621.4, "end": 2621.48, "word": " does", "probability": 0.5234375}, {"start": 2621.48, "end": 2621.58, "word": " it", "probability": 0.55517578125}, {"start": 2621.58, "end": 2621.58, "word": " mean", "probability": 0.927734375}, {"start": 2621.58, "end": 2621.58, "word": " on", "probability": 0.2459716796875}, {"start": 2621.58, "end": 2621.9, "word": " stop?", "probability": 0.91552734375}, {"start": 2621.92, "end": 2622.1, "word": " It", "probability": 0.459716796875}, {"start": 2622.1, "end": 2622.1, "word": " means", "probability": 0.876953125}, {"start": 2622.1, "end": 2622.14, "word": " that", "probability": 0.48291015625}, {"start": 2622.14, "end": 2622.38, "word": " you", "probability": 0.7216796875}, {"start": 2622.38, "end": 2622.44, "word": " have", "probability": 0.1868896484375}, {"start": 2622.44, "end": 2622.62, "word": " turned", "probability": 0.285888671875}, {"start": 2622.62, "end": 2622.7, "word": " on", "probability": 0.81982421875}, {"start": 2622.7, "end": 2622.78, "word": " another", "probability": 0.6279296875}, {"start": 2622.78, "end": 2623.14, "word": " activity", "probability": 0.9296875}, {"start": 2623.14, "end": 2623.48, "word": " and", "probability": 0.448974609375}, {"start": 2623.48, "end": 2623.5, "word": " it", "probability": 0.362548828125}, {"start": 2623.5, "end": 2623.52, "word": " is", "probability": 0.383056640625}, {"start": 2623.52, "end": 2623.7, "word": " closed.", "probability": 0.1578369140625}, {"start": 2624.6, "end": 2624.96, "word": " And", "probability": 0.3330078125}, {"start": 2624.96, "end": 2625.02, "word": " you", "probability": 0.481689453125}, {"start": 2625.02, "end": 2625.34, "word": " came", "probability": 0.1507568359375}, {"start": 2625.34, "end": 2625.36, "word": " back", "probability": 0.83349609375}, {"start": 2625.36, "end": 2625.42, "word": " from", "probability": 0.52587890625}, {"start": 2625.42, "end": 2625.54, "word": " this", "probability": 0.56787109375}, {"start": 2625.54, "end": 2625.94, "word": " activity", "probability": 0.9677734375}, {"start": 2625.94, "end": 2626.2, "word": " and", "probability": 0.489990234375}, {"start": 2626.2, "end": 2626.3, "word": " you", "probability": 0.474609375}, {"start": 2626.3, "end": 2626.36, "word": " want", "probability": 0.287841796875}, {"start": 2626.36, "end": 2626.6, "word": " to", "probability": 0.9580078125}, {"start": 2626.6, "end": 2626.68, "word": " go", "probability": 0.396240234375}, {"start": 2626.68, "end": 2626.86, "word": " back", "probability": 0.791015625}, {"start": 2626.86, "end": 2626.9, "word": " to", "probability": 0.8876953125}, {"start": 2626.9, "end": 2626.98, "word": " the", "probability": 0.59423828125}, {"start": 2626.98, "end": 2627.02, "word": " first", "probability": 0.52490234375}, {"start": 2627.02, "end": 2627.24, "word": " activity", "probability": 0.90771484375}, {"start": 2627.24, "end": 2627.6, "word": " and", "probability": 0.274169921875}, {"start": 2627.6, "end": 2627.6, "word": " you", "probability": 0.53173828125}, {"start": 2627.6, "end": 2627.64, "word": " want", "probability": 0.39306640625}, {"start": 2627.64, "end": 2627.98, "word": " to", "probability": 0.93994140625}, {"start": 2627.98, "end": 2628.1, "word": " turn", "probability": 0.55712890625}, {"start": 2628.1, "end": 2628.42, "word": " it", "probability": 0.287841796875}, {"start": 2628.42, "end": 2628.42, "word": " on", "probability": 0.6337890625}, {"start": 2628.42, "end": 2628.58, "word": " again.", "probability": 0.857421875}, {"start": 2629.3, "end": 2629.66, "word": " Yes,", "probability": 0.300537109375}, {"start": 2629.72, "end": 2629.84, "word": " you", "probability": 0.79541015625}, {"start": 2629.84, "end": 2630.0, "word": " put", "probability": 0.59228515625}, {"start": 2630.0, "end": 2630.12, "word": " it", "probability": 0.8076171875}, {"start": 2630.12, "end": 2630.14, "word": " in", "probability": 0.68994140625}, {"start": 2630.14, "end": 2630.2, "word": " the", "probability": 0.755859375}, {"start": 2630.2, "end": 2630.3, "word": " end", "probability": 0.1868896484375}, {"start": 2630.3, "end": 2630.48, "word": " state.", "probability": 0.29833984375}, {"start": 2632.22, "end": 2632.58, "word": " For", "probability": 0.467041015625}, {"start": 2632.58, "end": 2632.92, "word": " example,", "probability": 0.93505859375}, {"start": 2633.72, "end": 2634.48, "word": " I", "probability": 0.3623046875}, {"start": 2634.48, "end": 2635.42, "word": " will", "probability": 0.703125}, {"start": 2635.42, "end": 2635.56, "word": " show", "probability": 0.8203125}, {"start": 2635.56, "end": 2635.7, "word": " you", "probability": 0.931640625}, {"start": 2635.7, "end": 2635.94, "word": " an", "probability": 0.9091796875}, {"start": 2635.94, "end": 2636.06, "word": " example", "probability": 0.96826171875}, {"start": 2636.06, "end": 2636.24, "word": " that", "probability": 0.73095703125}, {"start": 2636.24, "end": 2636.32, "word": " you", "probability": 0.26171875}, {"start": 2636.32, "end": 2636.32, "word": " will", "probability": 0.556640625}, {"start": 2636.32, "end": 2636.5, "word": " need", "probability": 0.37353515625}, {"start": 2636.5, "end": 2636.84, "word": " it.", "probability": 0.4111328125}], "temperature": 1.0}, {"id": 104, "seek": 267123, "start": 2642.69, "end": 2671.23, "text": " You have an activity with the name of a student, right? And then you came here, in the same activity, there is an add button, student. And you went and opened a screen, which is what does it do? Addition, form. And you filled in the student's data, and in the end you told him what? Save, save it in the database. When you click back, if you click back and come back here, you will not find it updated yet.", "tokens": [509, 362, 364, 5191, 365, 264, 1315, 295, 257, 3107, 11, 558, 30, 400, 550, 291, 1361, 510, 11, 294, 264, 912, 5191, 11, 456, 307, 364, 909, 2960, 11, 3107, 13, 400, 291, 1437, 293, 5625, 257, 2568, 11, 597, 307, 437, 775, 309, 360, 30, 5349, 849, 11, 1254, 13, 400, 291, 6412, 294, 264, 3107, 311, 1412, 11, 293, 294, 264, 917, 291, 1907, 796, 437, 30, 15541, 11, 3155, 309, 294, 264, 8149, 13, 1133, 291, 2052, 646, 11, 498, 291, 2052, 646, 293, 808, 646, 510, 11, 291, 486, 406, 915, 309, 10588, 1939, 13], "avg_logprob": -0.4857673208312233, "compression_ratio": 1.7543103448275863, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2642.69, "end": 2642.93, "word": " You", "probability": 0.365234375}, {"start": 2642.93, "end": 2643.07, "word": " have", "probability": 0.85546875}, {"start": 2643.07, "end": 2643.71, "word": " an", "probability": 0.84716796875}, {"start": 2643.71, "end": 2643.71, "word": " activity", "probability": 0.9658203125}, {"start": 2643.71, "end": 2646.37, "word": " with", "probability": 0.467041015625}, {"start": 2646.37, "end": 2646.65, "word": " the", "probability": 0.270263671875}, {"start": 2646.65, "end": 2646.83, "word": " name", "probability": 0.372802734375}, {"start": 2646.83, "end": 2647.07, "word": " of", "probability": 0.810546875}, {"start": 2647.07, "end": 2647.07, "word": " a", "probability": 0.3369140625}, {"start": 2647.07, "end": 2647.35, "word": " student,", "probability": 0.9443359375}, {"start": 2647.61, "end": 2648.17, "word": " right?", "probability": 0.2900390625}, {"start": 2648.93, "end": 2649.41, "word": " And", "probability": 0.478515625}, {"start": 2649.41, "end": 2649.73, "word": " then", "probability": 0.6875}, {"start": 2649.73, "end": 2649.87, "word": " you", "probability": 0.57958984375}, {"start": 2649.87, "end": 2650.13, "word": " came", "probability": 0.4619140625}, {"start": 2650.13, "end": 2650.43, "word": " here,", "probability": 0.75830078125}, {"start": 2650.55, "end": 2650.85, "word": " in", "probability": 0.548828125}, {"start": 2650.85, "end": 2651.09, "word": " the", "probability": 0.70361328125}, {"start": 2651.09, "end": 2651.09, "word": " same", "probability": 0.89013671875}, {"start": 2651.09, "end": 2651.51, "word": " activity,", "probability": 0.9677734375}, {"start": 2651.63, "end": 2651.75, "word": " there", "probability": 0.486083984375}, {"start": 2651.75, "end": 2651.85, "word": " is", "probability": 0.59521484375}, {"start": 2651.85, "end": 2652.17, "word": " an", "probability": 0.351806640625}, {"start": 2652.17, "end": 2652.43, "word": " add", "probability": 0.427978515625}, {"start": 2652.43, "end": 2652.53, "word": " button,", "probability": 0.66455078125}, {"start": 2652.73, "end": 2653.07, "word": " student.", "probability": 0.837890625}, {"start": 2654.51, "end": 2654.99, "word": " And", "probability": 0.65625}, {"start": 2654.99, "end": 2655.17, "word": " you", "probability": 0.712890625}, {"start": 2655.17, "end": 2655.17, "word": " went", "probability": 0.394287109375}, {"start": 2655.17, "end": 2655.33, "word": " and", "probability": 0.693359375}, {"start": 2655.33, "end": 2655.51, "word": " opened", "probability": 0.68017578125}, {"start": 2655.51, "end": 2655.73, "word": " a", "probability": 0.89404296875}, {"start": 2655.73, "end": 2655.99, "word": " screen,", "probability": 0.7509765625}, {"start": 2656.79, "end": 2657.03, "word": " which", "probability": 0.67333984375}, {"start": 2657.03, "end": 2657.15, "word": " is", "probability": 0.6171875}, {"start": 2657.15, "end": 2657.27, "word": " what", "probability": 0.400146484375}, {"start": 2657.27, "end": 2657.43, "word": " does", "probability": 0.36962890625}, {"start": 2657.43, "end": 2657.47, "word": " it", "probability": 0.8828125}, {"start": 2657.47, "end": 2657.69, "word": " do?", "probability": 0.93701171875}, {"start": 2658.53, "end": 2659.01, "word": " Addition,", "probability": 0.34600830078125}, {"start": 2659.01, "end": 2659.41, "word": " form.", "probability": 0.67041015625}, {"start": 2659.85, "end": 2660.31, "word": " And", "probability": 0.7294921875}, {"start": 2660.31, "end": 2660.37, "word": " you", "probability": 0.83447265625}, {"start": 2660.37, "end": 2660.61, "word": " filled", "probability": 0.896484375}, {"start": 2660.61, "end": 2660.73, "word": " in", "probability": 0.489013671875}, {"start": 2660.73, "end": 2661.15, "word": " the", "probability": 0.8076171875}, {"start": 2661.15, "end": 2661.25, "word": " student's", "probability": 0.885009765625}, {"start": 2661.25, "end": 2661.25, "word": " data,", "probability": 0.59423828125}, {"start": 2661.55, "end": 2661.69, "word": " and", "probability": 0.873046875}, {"start": 2661.69, "end": 2661.75, "word": " in", "probability": 0.469482421875}, {"start": 2661.75, "end": 2661.83, "word": " the", "probability": 0.93115234375}, {"start": 2661.83, "end": 2661.97, "word": " end", "probability": 0.9248046875}, {"start": 2661.97, "end": 2662.07, "word": " you", "probability": 0.5830078125}, {"start": 2662.07, "end": 2662.23, "word": " told", "probability": 0.5458984375}, {"start": 2662.23, "end": 2662.39, "word": " him", "probability": 0.82470703125}, {"start": 2662.39, "end": 2662.69, "word": " what?", "probability": 0.53515625}, {"start": 2663.11, "end": 2663.57, "word": " Save,", "probability": 0.84033203125}, {"start": 2663.89, "end": 2664.15, "word": " save", "probability": 0.73974609375}, {"start": 2664.15, "end": 2664.31, "word": " it", "probability": 0.6513671875}, {"start": 2664.31, "end": 2664.35, "word": " in", "probability": 0.8740234375}, {"start": 2664.35, "end": 2664.43, "word": " the", "probability": 0.884765625}, {"start": 2664.43, "end": 2664.85, "word": " database.", "probability": 0.9228515625}, {"start": 2665.53, "end": 2665.71, "word": " When", "probability": 0.40234375}, {"start": 2665.71, "end": 2665.91, "word": " you", "probability": 0.9609375}, {"start": 2665.91, "end": 2665.97, "word": " click", "probability": 0.326904296875}, {"start": 2665.97, "end": 2666.57, "word": " back,", "probability": 0.56689453125}, {"start": 2667.03, "end": 2667.25, "word": " if", "probability": 0.7998046875}, {"start": 2667.25, "end": 2667.35, "word": " you", "probability": 0.80517578125}, {"start": 2667.35, "end": 2667.49, "word": " click", "probability": 0.65478515625}, {"start": 2667.49, "end": 2667.77, "word": " back", "probability": 0.8779296875}, {"start": 2667.77, "end": 2667.87, "word": " and", "probability": 0.77099609375}, {"start": 2667.87, "end": 2668.03, "word": " come", "probability": 0.258056640625}, {"start": 2668.03, "end": 2668.21, "word": " back", "probability": 0.82421875}, {"start": 2668.21, "end": 2668.61, "word": " here,", "probability": 0.79052734375}, {"start": 2669.49, "end": 2670.43, "word": " you", "probability": 0.23291015625}, {"start": 2670.43, "end": 2670.49, "word": " will", "probability": 0.404052734375}, {"start": 2670.49, "end": 2670.59, "word": " not", "probability": 0.728515625}, {"start": 2670.59, "end": 2670.81, "word": " find", "probability": 0.81787109375}, {"start": 2670.81, "end": 2670.93, "word": " it", "probability": 0.18017578125}, {"start": 2670.93, "end": 2671.23, "word": " updated", "probability": 0.56982421875}, {"start": 2671.23, "end": 2671.23, "word": " yet.", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 105, "seek": 268577, "start": 2672.37, "end": 2685.77, "text": "I want to find the new data when I click on back. So you go to all start, and you tell the adapter to notify data set to change it. Or you tell it to do the query again, and you make it show the update code.", "tokens": [40, 528, 281, 915, 264, 777, 1412, 562, 286, 2052, 322, 646, 13, 407, 291, 352, 281, 439, 722, 11, 293, 291, 980, 264, 22860, 281, 36560, 1412, 992, 281, 1319, 309, 13, 1610, 291, 980, 309, 281, 360, 264, 14581, 797, 11, 293, 291, 652, 309, 855, 264, 5623, 3089, 13], "avg_logprob": -0.6444575201790288, "compression_ratio": 1.5, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2672.37, "end": 2672.61, "word": "I", "probability": 0.2841796875}, {"start": 2672.61, "end": 2672.91, "word": " want", "probability": 0.6357421875}, {"start": 2672.91, "end": 2674.43, "word": " to", "probability": 0.70751953125}, {"start": 2674.43, "end": 2675.53, "word": " find", "probability": 0.387451171875}, {"start": 2675.53, "end": 2675.61, "word": " the", "probability": 0.541015625}, {"start": 2675.61, "end": 2676.13, "word": " new", "probability": 0.75244140625}, {"start": 2676.13, "end": 2676.19, "word": " data", "probability": 0.73486328125}, {"start": 2676.19, "end": 2676.29, "word": " when", "probability": 0.375244140625}, {"start": 2676.29, "end": 2676.29, "word": " I", "probability": 0.93896484375}, {"start": 2676.29, "end": 2676.29, "word": " click", "probability": 0.373779296875}, {"start": 2676.29, "end": 2676.29, "word": " on", "probability": 0.328369140625}, {"start": 2676.29, "end": 2676.29, "word": " back.", "probability": 0.207763671875}, {"start": 2677.51, "end": 2677.87, "word": " So", "probability": 0.236572265625}, {"start": 2677.87, "end": 2678.13, "word": " you", "probability": 0.56005859375}, {"start": 2678.13, "end": 2678.41, "word": " go", "probability": 0.339111328125}, {"start": 2678.41, "end": 2678.53, "word": " to", "probability": 0.83154296875}, {"start": 2678.53, "end": 2678.71, "word": " all", "probability": 0.2025146484375}, {"start": 2678.71, "end": 2679.35, "word": " start,", "probability": 0.7734375}, {"start": 2679.63, "end": 2679.75, "word": " and", "probability": 0.60546875}, {"start": 2679.75, "end": 2679.85, "word": " you", "probability": 0.34619140625}, {"start": 2679.85, "end": 2680.01, "word": " tell", "probability": 0.368896484375}, {"start": 2680.01, "end": 2680.15, "word": " the", "probability": 0.3154296875}, {"start": 2680.15, "end": 2680.47, "word": " adapter", "probability": 0.63720703125}, {"start": 2680.47, "end": 2680.59, "word": " to", "probability": 0.4033203125}, {"start": 2680.59, "end": 2681.03, "word": " notify", "probability": 0.95703125}, {"start": 2681.03, "end": 2681.27, "word": " data", "probability": 0.2274169921875}, {"start": 2681.27, "end": 2681.53, "word": " set", "probability": 0.8310546875}, {"start": 2681.53, "end": 2681.65, "word": " to", "probability": 0.393798828125}, {"start": 2681.65, "end": 2681.87, "word": " change", "probability": 0.86474609375}, {"start": 2681.87, "end": 2682.03, "word": " it.", "probability": 0.91943359375}, {"start": 2682.09, "end": 2682.27, "word": " Or", "probability": 0.892578125}, {"start": 2682.27, "end": 2682.45, "word": " you", "probability": 0.86279296875}, {"start": 2682.45, "end": 2682.57, "word": " tell", "probability": 0.646484375}, {"start": 2682.57, "end": 2682.65, "word": " it", "probability": 0.6982421875}, {"start": 2682.65, "end": 2682.73, "word": " to", "probability": 0.9443359375}, {"start": 2682.73, "end": 2682.89, "word": " do", "probability": 0.199462890625}, {"start": 2682.89, "end": 2683.01, "word": " the", "probability": 0.465576171875}, {"start": 2683.01, "end": 2683.29, "word": " query", "probability": 0.8779296875}, {"start": 2683.29, "end": 2683.61, "word": " again,", "probability": 0.8720703125}, {"start": 2683.71, "end": 2683.71, "word": " and", "probability": 0.81884765625}, {"start": 2683.71, "end": 2683.83, "word": " you", "probability": 0.491455078125}, {"start": 2683.83, "end": 2683.97, "word": " make", "probability": 0.354736328125}, {"start": 2683.97, "end": 2684.13, "word": " it", "probability": 0.86474609375}, {"start": 2684.13, "end": 2684.35, "word": " show", "probability": 0.32373046875}, {"start": 2684.35, "end": 2685.33, "word": " the", "probability": 0.58837890625}, {"start": 2685.33, "end": 2685.33, "word": " update", "probability": 0.405029296875}, {"start": 2685.33, "end": 2685.77, "word": " code.", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 106, "seek": 271046, "start": 2689.4, "end": 2710.46, "text": " No, in the database, you have to do another query and say, swap cursor. We did it here, didn't we? You have to do a new cursor and say, swap cursor and notify dataset that changed it. Remember, when we deleted it, we did its code. This is the same thing that adds. So where do you put this update code? In OnStar, for example. Okay?", "tokens": [883, 11, 294, 264, 8149, 11, 291, 362, 281, 360, 1071, 14581, 293, 584, 11, 18135, 28169, 13, 492, 630, 309, 510, 11, 994, 380, 321, 30, 509, 362, 281, 360, 257, 777, 28169, 293, 584, 11, 18135, 28169, 293, 36560, 1137, 651, 83, 300, 3105, 309, 13, 5459, 11, 562, 321, 22981, 309, 11, 321, 630, 1080, 3089, 13, 639, 307, 264, 912, 551, 300, 10860, 13, 407, 689, 360, 291, 829, 341, 5623, 3089, 30, 682, 1282, 24659, 11, 337, 1365, 13, 1033, 30], "avg_logprob": -0.4213362089518843, "compression_ratio": 1.5857142857142856, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2689.4, "end": 2689.68, "word": " No,", "probability": 0.1685791015625}, {"start": 2689.72, "end": 2689.8, "word": " in", "probability": 0.75830078125}, {"start": 2689.8, "end": 2689.9, "word": " the", "probability": 0.7099609375}, {"start": 2689.9, "end": 2690.34, "word": " database,", "probability": 0.90966796875}, {"start": 2690.56, "end": 2691.1, "word": " you", "probability": 0.8876953125}, {"start": 2691.1, "end": 2691.14, "word": " have", "probability": 0.39794921875}, {"start": 2691.14, "end": 2691.3, "word": " to", "probability": 0.966796875}, {"start": 2691.3, "end": 2691.56, "word": " do", "probability": 0.264404296875}, {"start": 2691.56, "end": 2691.66, "word": " another", "probability": 0.72216796875}, {"start": 2691.66, "end": 2691.92, "word": " query", "probability": 0.916015625}, {"start": 2691.92, "end": 2692.58, "word": " and", "probability": 0.5458984375}, {"start": 2692.58, "end": 2692.76, "word": " say,", "probability": 0.400146484375}, {"start": 2692.9, "end": 2693.18, "word": " swap", "probability": 0.2149658203125}, {"start": 2693.18, "end": 2694.24, "word": " cursor.", "probability": 0.935546875}, {"start": 2694.86, "end": 2695.02, "word": " We", "probability": 0.57373046875}, {"start": 2695.02, "end": 2695.2, "word": " did", "probability": 0.7919921875}, {"start": 2695.2, "end": 2695.42, "word": " it", "probability": 0.84716796875}, {"start": 2695.42, "end": 2695.6, "word": " here,", "probability": 0.8212890625}, {"start": 2695.72, "end": 2695.82, "word": " didn't", "probability": 0.7021484375}, {"start": 2695.82, "end": 2695.82, "word": " we?", "probability": 0.96044921875}, {"start": 2696.22, "end": 2696.7, "word": " You", "probability": 0.47216796875}, {"start": 2696.7, "end": 2697.0, "word": " have", "probability": 0.87109375}, {"start": 2697.0, "end": 2697.0, "word": " to", "probability": 0.96826171875}, {"start": 2697.0, "end": 2697.24, "word": " do", "probability": 0.348876953125}, {"start": 2697.24, "end": 2697.34, "word": " a", "probability": 0.67626953125}, {"start": 2697.34, "end": 2697.34, "word": " new", "probability": 0.9169921875}, {"start": 2697.34, "end": 2697.62, "word": " cursor", "probability": 0.90234375}, {"start": 2697.62, "end": 2697.98, "word": " and", "probability": 0.71923828125}, {"start": 2697.98, "end": 2698.1, "word": " say,", "probability": 0.89892578125}, {"start": 2698.18, "end": 2698.42, "word": " swap", "probability": 0.9111328125}, {"start": 2698.42, "end": 2698.86, "word": " cursor", "probability": 0.93505859375}, {"start": 2698.86, "end": 2699.0, "word": " and", "probability": 0.72021484375}, {"start": 2699.0, "end": 2699.24, "word": " notify", "probability": 0.98095703125}, {"start": 2699.24, "end": 2699.78, "word": " dataset", "probability": 0.671142578125}, {"start": 2699.78, "end": 2699.88, "word": " that", "probability": 0.377197265625}, {"start": 2699.88, "end": 2700.12, "word": " changed", "probability": 0.7890625}, {"start": 2700.12, "end": 2700.5, "word": " it.", "probability": 0.85302734375}, {"start": 2700.8, "end": 2701.08, "word": " Remember,", "probability": 0.282470703125}, {"start": 2701.14, "end": 2701.26, "word": " when", "probability": 0.9033203125}, {"start": 2701.26, "end": 2701.38, "word": " we", "probability": 0.9013671875}, {"start": 2701.38, "end": 2701.58, "word": " deleted", "probability": 0.53564453125}, {"start": 2701.58, "end": 2701.84, "word": " it,", "probability": 0.6083984375}, {"start": 2701.94, "end": 2702.02, "word": " we", "probability": 0.943359375}, {"start": 2702.02, "end": 2702.12, "word": " did", "probability": 0.2403564453125}, {"start": 2702.12, "end": 2702.34, "word": " its", "probability": 0.52099609375}, {"start": 2702.34, "end": 2702.52, "word": " code.", "probability": 0.88916015625}, {"start": 2703.0, "end": 2703.24, "word": " This", "probability": 0.625}, {"start": 2703.24, "end": 2703.3, "word": " is", "probability": 0.84326171875}, {"start": 2703.3, "end": 2703.48, "word": " the", "probability": 0.76416015625}, {"start": 2703.48, "end": 2703.48, "word": " same", "probability": 0.89404296875}, {"start": 2703.48, "end": 2703.64, "word": " thing", "probability": 0.68359375}, {"start": 2703.64, "end": 2703.64, "word": " that", "probability": 0.59912109375}, {"start": 2703.64, "end": 2703.88, "word": " adds.", "probability": 0.1585693359375}, {"start": 2704.42, "end": 2704.62, "word": " So", "probability": 0.56201171875}, {"start": 2704.62, "end": 2704.92, "word": " where", "probability": 0.440673828125}, {"start": 2704.92, "end": 2704.92, "word": " do", "probability": 0.74951171875}, {"start": 2704.92, "end": 2704.92, "word": " you", "probability": 0.95361328125}, {"start": 2704.92, "end": 2704.92, "word": " put", "probability": 0.53662109375}, {"start": 2704.92, "end": 2704.92, "word": " this", "probability": 0.85888671875}, {"start": 2704.92, "end": 2705.58, "word": " update", "probability": 0.59326171875}, {"start": 2705.58, "end": 2706.82, "word": " code?", "probability": 0.92138671875}, {"start": 2708.1, "end": 2708.58, "word": " In", "probability": 0.748046875}, {"start": 2708.58, "end": 2709.0, "word": " OnStar,", "probability": 0.45660400390625}, {"start": 2709.18, "end": 2709.48, "word": " for", "probability": 0.8974609375}, {"start": 2709.48, "end": 2709.88, "word": " example.", "probability": 0.95654296875}, {"start": 2710.24, "end": 2710.46, "word": " Okay?", "probability": 0.4736328125}], "temperature": 1.0}, {"id": 107, "seek": 273996, "start": 2711.84, "end": 2739.96, "text": "Any code you want it to apply when it returns to the activity, you put it where? In the onStar. Now, the last case, what do you have here? OnDestroy. OnDestroy means when it closes the activity completely. Of course, at the moment of onDestroy, it implements this method and then turns it off. So, these are really methods.", "tokens": [29647, 3089, 291, 528, 309, 281, 3079, 562, 309, 11247, 281, 264, 5191, 11, 291, 829, 309, 689, 30, 682, 264, 322, 24659, 13, 823, 11, 264, 1036, 1389, 11, 437, 360, 291, 362, 510, 30, 1282, 35, 377, 4460, 13, 1282, 35, 377, 4460, 1355, 562, 309, 24157, 264, 5191, 2584, 13, 2720, 1164, 11, 412, 264, 1623, 295, 322, 35, 377, 4460, 11, 309, 704, 17988, 341, 3170, 293, 550, 4523, 309, 766, 13, 407, 11, 613, 366, 534, 7150, 13], "avg_logprob": -0.40290179210049765, "compression_ratio": 1.6313131313131313, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2711.84, "end": 2712.4, "word": "Any", "probability": 0.2318115234375}, {"start": 2712.4, "end": 2712.84, "word": " code", "probability": 0.912109375}, {"start": 2712.84, "end": 2713.06, "word": " you", "probability": 0.53369140625}, {"start": 2713.06, "end": 2713.38, "word": " want", "probability": 0.81298828125}, {"start": 2713.38, "end": 2713.66, "word": " it", "probability": 0.587890625}, {"start": 2713.66, "end": 2713.94, "word": " to", "probability": 0.93896484375}, {"start": 2713.94, "end": 2714.28, "word": " apply", "probability": 0.5458984375}, {"start": 2714.28, "end": 2715.56, "word": " when", "probability": 0.5234375}, {"start": 2715.56, "end": 2715.98, "word": " it", "probability": 0.80615234375}, {"start": 2715.98, "end": 2716.24, "word": " returns", "probability": 0.54736328125}, {"start": 2716.24, "end": 2716.36, "word": " to", "probability": 0.93798828125}, {"start": 2716.36, "end": 2716.42, "word": " the", "probability": 0.5908203125}, {"start": 2716.42, "end": 2716.96, "word": " activity,", "probability": 0.86328125}, {"start": 2717.36, "end": 2717.4, "word": " you", "probability": 0.8291015625}, {"start": 2717.4, "end": 2717.64, "word": " put", "probability": 0.414306640625}, {"start": 2717.64, "end": 2717.76, "word": " it", "probability": 0.8330078125}, {"start": 2717.76, "end": 2717.92, "word": " where?", "probability": 0.578125}, {"start": 2718.78, "end": 2719.34, "word": " In", "probability": 0.5859375}, {"start": 2719.34, "end": 2719.42, "word": " the", "probability": 0.740234375}, {"start": 2719.42, "end": 2719.8, "word": " onStar.", "probability": 0.3685302734375}, {"start": 2721.98, "end": 2722.54, "word": " Now,", "probability": 0.5859375}, {"start": 2722.68, "end": 2722.86, "word": " the", "probability": 0.40625}, {"start": 2722.86, "end": 2723.0, "word": " last", "probability": 0.8193359375}, {"start": 2723.0, "end": 2723.36, "word": " case,", "probability": 0.73046875}, {"start": 2723.56, "end": 2723.7, "word": " what", "probability": 0.81689453125}, {"start": 2723.7, "end": 2723.7, "word": " do", "probability": 0.82666015625}, {"start": 2723.7, "end": 2723.72, "word": " you", "probability": 0.8642578125}, {"start": 2723.72, "end": 2724.1, "word": " have", "probability": 0.93359375}, {"start": 2724.1, "end": 2724.38, "word": " here?", "probability": 0.828125}, {"start": 2725.9, "end": 2726.46, "word": " OnDestroy.", "probability": 0.8531494140625}, {"start": 2728.12, "end": 2728.68, "word": " OnDestroy", "probability": 0.8787841796875}, {"start": 2728.68, "end": 2728.92, "word": " means", "probability": 0.85302734375}, {"start": 2728.92, "end": 2729.16, "word": " when", "probability": 0.60791015625}, {"start": 2729.16, "end": 2729.28, "word": " it", "probability": 0.75390625}, {"start": 2729.28, "end": 2729.58, "word": " closes", "probability": 0.43896484375}, {"start": 2729.58, "end": 2729.74, "word": " the", "probability": 0.84521484375}, {"start": 2729.74, "end": 2730.22, "word": " activity", "probability": 0.94287109375}, {"start": 2730.22, "end": 2730.88, "word": " completely.", "probability": 0.282958984375}, {"start": 2731.98, "end": 2732.52, "word": " Of", "probability": 0.252197265625}, {"start": 2732.52, "end": 2733.24, "word": " course,", "probability": 0.96044921875}, {"start": 2733.48, "end": 2733.56, "word": " at", "probability": 0.47412109375}, {"start": 2733.56, "end": 2733.66, "word": " the", "probability": 0.92041015625}, {"start": 2733.66, "end": 2734.0, "word": " moment", "probability": 0.91015625}, {"start": 2734.0, "end": 2734.24, "word": " of", "probability": 0.84375}, {"start": 2734.24, "end": 2734.88, "word": " onDestroy,", "probability": 0.8858642578125}, {"start": 2735.0, "end": 2735.06, "word": " it", "probability": 0.398681640625}, {"start": 2735.06, "end": 2735.34, "word": " implements", "probability": 0.643798828125}, {"start": 2735.34, "end": 2735.5, "word": " this", "probability": 0.8916015625}, {"start": 2735.5, "end": 2736.04, "word": " method", "probability": 0.92724609375}, {"start": 2736.04, "end": 2736.7, "word": " and", "probability": 0.343017578125}, {"start": 2736.7, "end": 2736.82, "word": " then", "probability": 0.7783203125}, {"start": 2736.82, "end": 2736.98, "word": " turns", "probability": 0.2529296875}, {"start": 2736.98, "end": 2737.16, "word": " it", "probability": 0.82080078125}, {"start": 2737.16, "end": 2737.16, "word": " off.", "probability": 0.9072265625}, {"start": 2738.32, "end": 2738.54, "word": " So,", "probability": 0.321044921875}, {"start": 2738.7, "end": 2739.0, "word": " these", "probability": 0.316162109375}, {"start": 2739.0, "end": 2739.42, "word": " are", "probability": 0.78857421875}, {"start": 2739.42, "end": 2739.42, "word": " really", "probability": 0.41357421875}, {"start": 2739.42, "end": 2739.96, "word": " methods.", "probability": 0.82568359375}], "temperature": 1.0}, {"id": 108, "seek": 275949, "start": 2740.87, "end": 2759.49, "text": " Every method is executed in a specific case of the activity. Now, why did I explain this topic? The applications that we made, some of them still have problems. Let me show you a problem in an existing application, which is", "tokens": [2048, 3170, 307, 17577, 294, 257, 2685, 1389, 295, 264, 5191, 13, 823, 11, 983, 630, 286, 2903, 341, 4829, 30, 440, 5821, 300, 321, 1027, 11, 512, 295, 552, 920, 362, 2740, 13, 961, 385, 855, 291, 257, 1154, 294, 364, 6741, 3861, 11, 597, 307], "avg_logprob": -0.514322891831398, "compression_ratio": 1.4, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2740.87, "end": 2741.21, "word": " Every", "probability": 0.1761474609375}, {"start": 2741.21, "end": 2741.55, "word": " method", "probability": 0.9140625}, {"start": 2741.55, "end": 2741.75, "word": " is", "probability": 0.471923828125}, {"start": 2741.75, "end": 2742.17, "word": " executed", "probability": 0.437744140625}, {"start": 2742.17, "end": 2742.57, "word": " in", "probability": 0.4755859375}, {"start": 2742.57, "end": 2744.51, "word": " a", "probability": 0.411376953125}, {"start": 2744.51, "end": 2745.15, "word": " specific", "probability": 0.30029296875}, {"start": 2745.15, "end": 2745.15, "word": " case", "probability": 0.5791015625}, {"start": 2745.15, "end": 2745.33, "word": " of", "probability": 0.35546875}, {"start": 2745.33, "end": 2746.73, "word": " the", "probability": 0.267333984375}, {"start": 2746.73, "end": 2747.09, "word": " activity.", "probability": 0.81787109375}, {"start": 2748.69, "end": 2749.25, "word": " Now,", "probability": 0.54736328125}, {"start": 2749.31, "end": 2749.55, "word": " why", "probability": 0.8466796875}, {"start": 2749.55, "end": 2749.55, "word": " did", "probability": 0.76953125}, {"start": 2749.55, "end": 2749.61, "word": " I", "probability": 0.99365234375}, {"start": 2749.61, "end": 2749.81, "word": " explain", "probability": 0.1314697265625}, {"start": 2749.81, "end": 2749.99, "word": " this", "probability": 0.8583984375}, {"start": 2749.99, "end": 2750.29, "word": " topic?", "probability": 0.43701171875}, {"start": 2751.65, "end": 2752.11, "word": " The", "probability": 0.6455078125}, {"start": 2752.11, "end": 2752.39, "word": " applications", "probability": 0.599609375}, {"start": 2752.39, "end": 2752.61, "word": " that", "probability": 0.63720703125}, {"start": 2752.61, "end": 2752.79, "word": " we", "probability": 0.93310546875}, {"start": 2752.79, "end": 2753.03, "word": " made,", "probability": 0.305419921875}, {"start": 2753.41, "end": 2753.73, "word": " some", "probability": 0.4921875}, {"start": 2753.73, "end": 2753.87, "word": " of", "probability": 0.88037109375}, {"start": 2753.87, "end": 2753.87, "word": " them", "probability": 0.88232421875}, {"start": 2753.87, "end": 2754.15, "word": " still", "probability": 0.7685546875}, {"start": 2754.15, "end": 2754.31, "word": " have", "probability": 0.78955078125}, {"start": 2754.31, "end": 2754.75, "word": " problems.", "probability": 0.69287109375}, {"start": 2755.59, "end": 2755.79, "word": " Let", "probability": 0.37646484375}, {"start": 2755.79, "end": 2755.79, "word": " me", "probability": 0.93017578125}, {"start": 2755.79, "end": 2755.97, "word": " show", "probability": 0.94091796875}, {"start": 2755.97, "end": 2756.13, "word": " you", "probability": 0.95556640625}, {"start": 2756.13, "end": 2756.33, "word": " a", "probability": 0.76171875}, {"start": 2756.33, "end": 2756.57, "word": " problem", "probability": 0.8388671875}, {"start": 2756.57, "end": 2757.31, "word": " in", "probability": 0.79150390625}, {"start": 2757.31, "end": 2757.75, "word": " an", "probability": 0.6455078125}, {"start": 2757.75, "end": 2758.03, "word": " existing", "probability": 0.8525390625}, {"start": 2758.03, "end": 2758.03, "word": " application,", "probability": 0.8701171875}, {"start": 2759.13, "end": 2759.27, "word": " which", "probability": 0.85888671875}, {"start": 2759.27, "end": 2759.49, "word": " is", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 109, "seek": 278934, "start": 2760.7, "end": 2789.34, "text": " The one we did for master detail Which has a list and fragments I will run it and show you a problem in it And we will see how we will benefit from this life cycle to solve this problem I will show you this only now When I run the application, the red and green fragments appeared And then when I chose what I put the blue here", "tokens": [440, 472, 321, 630, 337, 4505, 2607, 3013, 575, 257, 1329, 293, 29197, 286, 486, 1190, 309, 293, 855, 291, 257, 1154, 294, 309, 400, 321, 486, 536, 577, 321, 486, 5121, 490, 341, 993, 6586, 281, 5039, 341, 1154, 286, 486, 855, 291, 341, 787, 586, 1133, 286, 1190, 264, 3861, 11, 264, 2182, 293, 3092, 29197, 8516, 400, 550, 562, 286, 5111, 437, 286, 829, 264, 3344, 510], "avg_logprob": -0.661091577838844, "compression_ratio": 1.6734693877551021, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2760.7, "end": 2760.96, "word": " The", "probability": 0.1375732421875}, {"start": 2760.96, "end": 2760.96, "word": " one", "probability": 0.461669921875}, {"start": 2760.96, "end": 2761.26, "word": " we", "probability": 0.6376953125}, {"start": 2761.26, "end": 2761.26, "word": " did", "probability": 0.30810546875}, {"start": 2761.26, "end": 2761.72, "word": " for", "probability": 0.449951171875}, {"start": 2761.72, "end": 2762.34, "word": " master", "probability": 0.389404296875}, {"start": 2762.34, "end": 2762.78, "word": " detail", "probability": 0.76708984375}, {"start": 2762.78, "end": 2763.86, "word": " Which", "probability": 0.228759765625}, {"start": 2763.86, "end": 2764.12, "word": " has", "probability": 0.546875}, {"start": 2764.12, "end": 2764.22, "word": " a", "probability": 0.3720703125}, {"start": 2764.22, "end": 2764.54, "word": " list", "probability": 0.91015625}, {"start": 2764.54, "end": 2764.82, "word": " and", "probability": 0.67578125}, {"start": 2764.82, "end": 2766.06, "word": " fragments", "probability": 0.62548828125}, {"start": 2766.06, "end": 2766.84, "word": " I", "probability": 0.59130859375}, {"start": 2766.84, "end": 2767.02, "word": " will", "probability": 0.56640625}, {"start": 2767.02, "end": 2767.26, "word": " run", "probability": 0.343505859375}, {"start": 2767.26, "end": 2767.56, "word": " it", "probability": 0.75537109375}, {"start": 2767.56, "end": 2767.88, "word": " and", "probability": 0.352783203125}, {"start": 2767.88, "end": 2768.58, "word": " show", "probability": 0.82275390625}, {"start": 2768.58, "end": 2768.74, "word": " you", "probability": 0.8466796875}, {"start": 2768.74, "end": 2768.82, "word": " a", "probability": 0.52001953125}, {"start": 2768.82, "end": 2769.04, "word": " problem", "probability": 0.80126953125}, {"start": 2769.04, "end": 2769.42, "word": " in", "probability": 0.2293701171875}, {"start": 2769.42, "end": 2769.54, "word": " it", "probability": 0.85791015625}, {"start": 2769.54, "end": 2769.62, "word": " And", "probability": 0.50146484375}, {"start": 2769.62, "end": 2769.74, "word": " we", "probability": 0.3349609375}, {"start": 2769.74, "end": 2769.74, "word": " will", "probability": 0.60400390625}, {"start": 2769.74, "end": 2769.9, "word": " see", "probability": 0.7880859375}, {"start": 2769.9, "end": 2770.14, "word": " how", "probability": 0.8740234375}, {"start": 2770.14, "end": 2770.4, "word": " we", "probability": 0.6259765625}, {"start": 2770.4, "end": 2770.46, "word": " will", "probability": 0.359375}, {"start": 2770.46, "end": 2770.92, "word": " benefit", "probability": 0.52783203125}, {"start": 2770.92, "end": 2771.1, "word": " from", "probability": 0.84716796875}, {"start": 2771.1, "end": 2771.3, "word": " this", "probability": 0.414794921875}, {"start": 2771.3, "end": 2771.4, "word": " life", "probability": 0.2861328125}, {"start": 2771.4, "end": 2771.7, "word": " cycle", "probability": 0.95263671875}, {"start": 2771.7, "end": 2772.04, "word": " to", "probability": 0.642578125}, {"start": 2772.04, "end": 2772.44, "word": " solve", "probability": 0.78662109375}, {"start": 2772.44, "end": 2773.2, "word": " this", "probability": 0.83642578125}, {"start": 2773.2, "end": 2773.84, "word": " problem", "probability": 0.8662109375}, {"start": 2773.84, "end": 2777.9, "word": " I", "probability": 0.233154296875}, {"start": 2777.9, "end": 2780.36, "word": " will", "probability": 0.765625}, {"start": 2780.36, "end": 2780.52, "word": " show", "probability": 0.724609375}, {"start": 2780.52, "end": 2780.68, "word": " you", "probability": 0.8837890625}, {"start": 2780.68, "end": 2780.88, "word": " this", "probability": 0.66259765625}, {"start": 2780.88, "end": 2781.2, "word": " only", "probability": 0.25}, {"start": 2781.2, "end": 2781.96, "word": " now", "probability": 0.28857421875}, {"start": 2781.96, "end": 2782.46, "word": " When", "probability": 0.6015625}, {"start": 2782.46, "end": 2783.26, "word": " I", "probability": 0.93359375}, {"start": 2783.26, "end": 2783.46, "word": " run", "probability": 0.43115234375}, {"start": 2783.46, "end": 2783.64, "word": " the", "probability": 0.7578125}, {"start": 2783.64, "end": 2783.96, "word": " application,", "probability": 0.69580078125}, {"start": 2784.14, "end": 2784.68, "word": " the", "probability": 0.278076171875}, {"start": 2784.68, "end": 2785.04, "word": " red", "probability": 0.65185546875}, {"start": 2785.04, "end": 2785.2, "word": " and", "probability": 0.27392578125}, {"start": 2785.2, "end": 2785.4, "word": " green", "probability": 0.92236328125}, {"start": 2785.4, "end": 2785.86, "word": " fragments", "probability": 0.299560546875}, {"start": 2785.86, "end": 2785.86, "word": " appeared", "probability": 0.260986328125}, {"start": 2785.86, "end": 2786.7, "word": " And", "probability": 0.203369140625}, {"start": 2786.7, "end": 2786.96, "word": " then", "probability": 0.54052734375}, {"start": 2786.96, "end": 2787.12, "word": " when", "probability": 0.65283203125}, {"start": 2787.12, "end": 2787.24, "word": " I", "probability": 0.982421875}, {"start": 2787.24, "end": 2787.48, "word": " chose", "probability": 0.300048828125}, {"start": 2787.48, "end": 2787.96, "word": " what", "probability": 0.2138671875}, {"start": 2787.96, "end": 2788.3, "word": " I", "probability": 0.6376953125}, {"start": 2788.3, "end": 2788.68, "word": " put", "probability": 0.5556640625}, {"start": 2788.68, "end": 2788.88, "word": " the", "probability": 0.56787109375}, {"start": 2788.88, "end": 2789.14, "word": " blue", "probability": 0.89306640625}, {"start": 2789.14, "end": 2789.34, "word": " here", "probability": 0.275634765625}], "temperature": 1.0}, {"id": 110, "seek": 281008, "start": 2790.38, "end": 2810.08, "text": "Because if I rotate the application in this way, it will stay on the same screen that was open. Right or wrong? But here, what did it do? It removed it. The screen went away and showed me something green again. Why did it do that?", "tokens": [21831, 498, 286, 13121, 264, 3861, 294, 341, 636, 11, 309, 486, 1754, 322, 264, 912, 2568, 300, 390, 1269, 13, 1779, 420, 2085, 30, 583, 510, 11, 437, 630, 309, 360, 30, 467, 7261, 309, 13, 440, 2568, 1437, 1314, 293, 4712, 385, 746, 3092, 797, 13, 1545, 630, 309, 360, 300, 30], "avg_logprob": -0.5090908982537009, "compression_ratio": 1.4465408805031446, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2790.38, "end": 2790.68, "word": "Because", "probability": 0.2069091796875}, {"start": 2790.68, "end": 2790.94, "word": " if", "probability": 0.447509765625}, {"start": 2790.94, "end": 2791.38, "word": " I", "probability": 0.8779296875}, {"start": 2791.38, "end": 2791.82, "word": " rotate", "probability": 0.64794921875}, {"start": 2791.82, "end": 2792.18, "word": " the", "probability": 0.6064453125}, {"start": 2792.18, "end": 2792.7, "word": " application", "probability": 0.366455078125}, {"start": 2792.7, "end": 2793.28, "word": " in", "probability": 0.259765625}, {"start": 2793.28, "end": 2793.38, "word": " this", "probability": 0.8427734375}, {"start": 2793.38, "end": 2793.86, "word": " way,", "probability": 0.87060546875}, {"start": 2794.08, "end": 2795.12, "word": " it", "probability": 0.70703125}, {"start": 2795.12, "end": 2795.24, "word": " will", "probability": 0.367919921875}, {"start": 2795.24, "end": 2795.36, "word": " stay", "probability": 0.2152099609375}, {"start": 2795.36, "end": 2795.86, "word": " on", "probability": 0.64111328125}, {"start": 2795.86, "end": 2798.24, "word": " the", "probability": 0.75048828125}, {"start": 2798.24, "end": 2798.36, "word": " same", "probability": 0.73193359375}, {"start": 2798.36, "end": 2799.06, "word": " screen", "probability": 0.75048828125}, {"start": 2799.06, "end": 2799.3, "word": " that", "probability": 0.468017578125}, {"start": 2799.3, "end": 2799.56, "word": " was", "probability": 0.8125}, {"start": 2799.56, "end": 2800.0, "word": " open.", "probability": 0.611328125}, {"start": 2800.34, "end": 2800.72, "word": " Right", "probability": 0.4130859375}, {"start": 2800.72, "end": 2800.88, "word": " or", "probability": 0.7099609375}, {"start": 2800.88, "end": 2800.94, "word": " wrong?", "probability": 0.459228515625}, {"start": 2801.0, "end": 2801.18, "word": " But", "probability": 0.84228515625}, {"start": 2801.18, "end": 2801.36, "word": " here,", "probability": 0.47216796875}, {"start": 2801.42, "end": 2801.52, "word": " what", "probability": 0.77587890625}, {"start": 2801.52, "end": 2801.58, "word": " did", "probability": 0.84033203125}, {"start": 2801.58, "end": 2801.58, "word": " it", "probability": 0.63232421875}, {"start": 2801.58, "end": 2801.82, "word": " do?", "probability": 0.95361328125}, {"start": 2802.28, "end": 2802.4, "word": " It", "probability": 0.884765625}, {"start": 2802.4, "end": 2802.64, "word": " removed", "probability": 0.67236328125}, {"start": 2802.64, "end": 2802.92, "word": " it.", "probability": 0.73681640625}, {"start": 2804.34, "end": 2804.86, "word": " The", "probability": 0.798828125}, {"start": 2804.86, "end": 2805.26, "word": " screen", "probability": 0.86083984375}, {"start": 2805.26, "end": 2805.26, "word": " went", "probability": 0.2744140625}, {"start": 2805.26, "end": 2805.38, "word": " away", "probability": 0.52880859375}, {"start": 2805.38, "end": 2805.56, "word": " and", "probability": 0.74951171875}, {"start": 2805.56, "end": 2805.86, "word": " showed", "probability": 0.13427734375}, {"start": 2805.86, "end": 2806.04, "word": " me", "probability": 0.76318359375}, {"start": 2806.04, "end": 2806.32, "word": " something", "probability": 0.318115234375}, {"start": 2806.32, "end": 2806.6, "word": " green", "probability": 0.896484375}, {"start": 2806.6, "end": 2807.18, "word": " again.", "probability": 0.4873046875}, {"start": 2809.12, "end": 2809.64, "word": " Why", "probability": 0.361328125}, {"start": 2809.64, "end": 2809.74, "word": " did", "probability": 0.939453125}, {"start": 2809.74, "end": 2809.74, "word": " it", "probability": 0.85107421875}, {"start": 2809.74, "end": 2809.88, "word": " do", "probability": 0.94873046875}, {"start": 2809.88, "end": 2810.08, "word": " that?", "probability": 0.59375}], "temperature": 1.0}, {"id": 111, "seek": 283324, "start": 2812.88, "end": 2833.24, "text": "Yes, an important point, when there is a change in the configuration of the device, it does all the activity and creates it all over again. So, when the activity was running, when I rotated the device, what did it do? It executed on pause, on stop, on destroy and turned it off. And it went from start to finish and created.", "tokens": [6054, 11, 364, 1021, 935, 11, 562, 456, 307, 257, 1319, 294, 264, 11694, 295, 264, 4302, 11, 309, 775, 439, 264, 5191, 293, 7829, 309, 439, 670, 797, 13, 407, 11, 562, 264, 5191, 390, 2614, 11, 562, 286, 42146, 264, 4302, 11, 437, 630, 309, 360, 30, 467, 17577, 322, 10465, 11, 322, 1590, 11, 322, 5293, 293, 3574, 309, 766, 13, 400, 309, 1437, 490, 722, 281, 2413, 293, 2942, 13], "avg_logprob": -0.46833332618077594, "compression_ratio": 1.6615384615384616, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 2812.88, "end": 2813.32, "word": "Yes,", "probability": 0.2435302734375}, {"start": 2813.76, "end": 2814.16, "word": " an", "probability": 0.264892578125}, {"start": 2814.16, "end": 2814.26, "word": " important", "probability": 0.849609375}, {"start": 2814.26, "end": 2814.36, "word": " point,", "probability": 0.89892578125}, {"start": 2814.68, "end": 2814.86, "word": " when", "probability": 0.78662109375}, {"start": 2814.86, "end": 2815.02, "word": " there", "probability": 0.327880859375}, {"start": 2815.02, "end": 2815.2, "word": " is", "probability": 0.73974609375}, {"start": 2815.2, "end": 2815.4, "word": " a", "probability": 0.8232421875}, {"start": 2815.4, "end": 2815.62, "word": " change", "probability": 0.67822265625}, {"start": 2815.62, "end": 2815.86, "word": " in", "probability": 0.853515625}, {"start": 2815.86, "end": 2815.88, "word": " the", "probability": 0.56982421875}, {"start": 2815.88, "end": 2816.44, "word": " configuration", "probability": 0.7734375}, {"start": 2816.44, "end": 2816.7, "word": " of", "probability": 0.94677734375}, {"start": 2816.7, "end": 2816.84, "word": " the", "probability": 0.8046875}, {"start": 2816.84, "end": 2817.14, "word": " device,", "probability": 0.88916015625}, {"start": 2817.24, "end": 2817.32, "word": " it", "probability": 0.72509765625}, {"start": 2817.32, "end": 2817.54, "word": " does", "probability": 0.6591796875}, {"start": 2817.54, "end": 2817.9, "word": " all", "probability": 0.87255859375}, {"start": 2817.9, "end": 2818.0, "word": " the", "probability": 0.7119140625}, {"start": 2818.0, "end": 2818.5, "word": " activity", "probability": 0.76123046875}, {"start": 2818.5, "end": 2819.2, "word": " and", "probability": 0.69091796875}, {"start": 2819.2, "end": 2819.42, "word": " creates", "probability": 0.27392578125}, {"start": 2819.42, "end": 2819.56, "word": " it", "probability": 0.7646484375}, {"start": 2819.56, "end": 2819.72, "word": " all", "probability": 0.2396240234375}, {"start": 2819.72, "end": 2819.86, "word": " over", "probability": 0.8125}, {"start": 2819.86, "end": 2820.24, "word": " again.", "probability": 0.92529296875}, {"start": 2821.12, "end": 2821.34, "word": " So,", "probability": 0.282958984375}, {"start": 2821.46, "end": 2821.96, "word": " when", "probability": 0.480224609375}, {"start": 2821.96, "end": 2823.26, "word": " the", "probability": 0.71923828125}, {"start": 2823.26, "end": 2823.56, "word": " activity", "probability": 0.931640625}, {"start": 2823.56, "end": 2823.68, "word": " was", "probability": 0.736328125}, {"start": 2823.68, "end": 2823.92, "word": " running,", "probability": 0.91259765625}, {"start": 2824.04, "end": 2824.2, "word": " when", "probability": 0.64111328125}, {"start": 2824.2, "end": 2824.3, "word": " I", "probability": 0.81884765625}, {"start": 2824.3, "end": 2824.54, "word": " rotated", "probability": 0.375244140625}, {"start": 2824.54, "end": 2824.82, "word": " the", "probability": 0.88427734375}, {"start": 2824.82, "end": 2825.16, "word": " device,", "probability": 0.9462890625}, {"start": 2825.5, "end": 2825.84, "word": " what", "probability": 0.5380859375}, {"start": 2825.84, "end": 2825.92, "word": " did", "probability": 0.65283203125}, {"start": 2825.92, "end": 2825.92, "word": " it", "probability": 0.8876953125}, {"start": 2825.92, "end": 2826.1, "word": " do?", "probability": 0.95947265625}, {"start": 2826.34, "end": 2826.78, "word": " It", "probability": 0.84912109375}, {"start": 2826.78, "end": 2827.22, "word": " executed", "probability": 0.275634765625}, {"start": 2827.22, "end": 2827.52, "word": " on", "probability": 0.3876953125}, {"start": 2827.52, "end": 2827.9, "word": " pause,", "probability": 0.50439453125}, {"start": 2828.0, "end": 2828.2, "word": " on", "probability": 0.87890625}, {"start": 2828.2, "end": 2828.56, "word": " stop,", "probability": 0.91552734375}, {"start": 2828.64, "end": 2828.78, "word": " on", "probability": 0.9326171875}, {"start": 2828.78, "end": 2829.16, "word": " destroy", "probability": 0.79833984375}, {"start": 2829.16, "end": 2829.3, "word": " and", "probability": 0.393310546875}, {"start": 2829.3, "end": 2829.44, "word": " turned", "probability": 0.2098388671875}, {"start": 2829.44, "end": 2829.66, "word": " it", "probability": 0.86181640625}, {"start": 2829.66, "end": 2829.66, "word": " off.", "probability": 0.9111328125}, {"start": 2830.18, "end": 2830.32, "word": " And", "probability": 0.55810546875}, {"start": 2830.32, "end": 2830.4, "word": " it", "probability": 0.61328125}, {"start": 2830.4, "end": 2830.46, "word": " went", "probability": 0.225830078125}, {"start": 2830.46, "end": 2830.58, "word": " from", "probability": 0.53173828125}, {"start": 2830.58, "end": 2830.82, "word": " start", "probability": 0.5166015625}, {"start": 2830.82, "end": 2831.04, "word": " to", "probability": 0.9013671875}, {"start": 2831.04, "end": 2831.36, "word": " finish", "probability": 0.94970703125}, {"start": 2831.36, "end": 2832.86, "word": " and", "probability": 0.223876953125}, {"start": 2832.86, "end": 2833.24, "word": " created.", "probability": 0.5693359375}], "temperature": 1.0}, {"id": 112, "seek": 286296, "start": 2834.12, "end": 2862.96, "text": "And when he created from scratch, he added the fragments and the default is from the green. So I need before the activity stops, I need to memorize its state so that when I come back and run it again, it returns to its last state. Okay? This is what we will talk about, how to benefit from the activity life cycle in order to memorize the state of the activity. So that when we come back, its state will remain. And this will be necessary in many cases.", "tokens": [5289, 562, 415, 2942, 490, 8459, 11, 415, 3869, 264, 29197, 293, 264, 7576, 307, 490, 264, 3092, 13, 407, 286, 643, 949, 264, 5191, 10094, 11, 286, 643, 281, 27478, 1080, 1785, 370, 300, 562, 286, 808, 646, 293, 1190, 309, 797, 11, 309, 11247, 281, 1080, 1036, 1785, 13, 1033, 30, 639, 307, 437, 321, 486, 751, 466, 11, 577, 281, 5121, 490, 264, 5191, 993, 6586, 294, 1668, 281, 27478, 264, 1785, 295, 264, 5191, 13, 407, 300, 562, 321, 808, 646, 11, 1080, 1785, 486, 6222, 13, 400, 341, 486, 312, 4818, 294, 867, 3331, 13], "avg_logprob": -0.5457920603232809, "compression_ratio": 1.7626459143968871, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2834.12, "end": 2834.32, "word": "And", "probability": 0.18505859375}, {"start": 2834.32, "end": 2834.48, "word": " when", "probability": 0.83740234375}, {"start": 2834.48, "end": 2834.58, "word": " he", "probability": 0.34765625}, {"start": 2834.58, "end": 2834.74, "word": " created", "probability": 0.31103515625}, {"start": 2834.74, "end": 2835.22, "word": " from", "probability": 0.392333984375}, {"start": 2835.22, "end": 2835.5, "word": " scratch,", "probability": 0.60302734375}, {"start": 2835.82, "end": 2835.96, "word": " he", "probability": 0.75927734375}, {"start": 2835.96, "end": 2836.1, "word": " added", "probability": 0.84130859375}, {"start": 2836.1, "end": 2836.26, "word": " the", "probability": 0.447509765625}, {"start": 2836.26, "end": 2836.84, "word": " fragments", "probability": 0.5341796875}, {"start": 2836.84, "end": 2837.6, "word": " and", "probability": 0.53173828125}, {"start": 2837.6, "end": 2837.86, "word": " the", "probability": 0.7353515625}, {"start": 2837.86, "end": 2838.12, "word": " default", "probability": 0.96142578125}, {"start": 2838.12, "end": 2838.56, "word": " is", "probability": 0.46240234375}, {"start": 2838.56, "end": 2838.8, "word": " from", "probability": 0.1962890625}, {"start": 2838.8, "end": 2839.44, "word": " the", "probability": 0.5341796875}, {"start": 2839.44, "end": 2839.66, "word": " green.", "probability": 0.56298828125}, {"start": 2840.28, "end": 2840.6, "word": " So", "probability": 0.64990234375}, {"start": 2840.6, "end": 2840.78, "word": " I", "probability": 0.5185546875}, {"start": 2840.78, "end": 2841.4, "word": " need", "probability": 0.91357421875}, {"start": 2841.4, "end": 2842.78, "word": " before", "probability": 0.196044921875}, {"start": 2842.78, "end": 2844.16, "word": " the", "probability": 0.61767578125}, {"start": 2844.16, "end": 2844.74, "word": " activity", "probability": 0.9013671875}, {"start": 2844.74, "end": 2844.74, "word": " stops,", "probability": 0.1954345703125}, {"start": 2844.82, "end": 2844.92, "word": " I", "probability": 0.3173828125}, {"start": 2844.92, "end": 2845.04, "word": " need", "probability": 0.69921875}, {"start": 2845.04, "end": 2845.04, "word": " to", "probability": 0.9443359375}, {"start": 2845.04, "end": 2845.26, "word": " memorize", "probability": 0.288330078125}, {"start": 2845.26, "end": 2845.8, "word": " its", "probability": 0.53466796875}, {"start": 2845.8, "end": 2845.8, "word": " state", "probability": 0.78271484375}, {"start": 2845.8, "end": 2847.22, "word": " so", "probability": 0.292236328125}, {"start": 2847.22, "end": 2847.52, "word": " that", "probability": 0.52587890625}, {"start": 2847.52, "end": 2847.52, "word": " when", "probability": 0.83203125}, {"start": 2847.52, "end": 2848.4, "word": " I", "probability": 0.62353515625}, {"start": 2848.4, "end": 2848.6, "word": " come", "probability": 0.1380615234375}, {"start": 2848.6, "end": 2848.74, "word": " back", "probability": 0.86767578125}, {"start": 2848.74, "end": 2849.02, "word": " and", "probability": 0.40625}, {"start": 2849.02, "end": 2849.32, "word": " run", "probability": 0.71044921875}, {"start": 2849.32, "end": 2849.66, "word": " it", "probability": 0.89990234375}, {"start": 2849.66, "end": 2849.78, "word": " again,", "probability": 0.84765625}, {"start": 2850.1, "end": 2850.24, "word": " it", "probability": 0.8427734375}, {"start": 2850.24, "end": 2850.64, "word": " returns", "probability": 0.08905029296875}, {"start": 2850.64, "end": 2850.86, "word": " to", "probability": 0.87744140625}, {"start": 2850.86, "end": 2850.86, "word": " its", "probability": 0.62744140625}, {"start": 2850.86, "end": 2850.98, "word": " last", "probability": 0.273681640625}, {"start": 2850.98, "end": 2851.32, "word": " state.", "probability": 0.890625}, {"start": 2852.16, "end": 2852.36, "word": " Okay?", "probability": 0.259521484375}, {"start": 2852.66, "end": 2853.14, "word": " This", "probability": 0.642578125}, {"start": 2853.14, "end": 2853.2, "word": " is", "probability": 0.91455078125}, {"start": 2853.2, "end": 2853.24, "word": " what", "probability": 0.85546875}, {"start": 2853.24, "end": 2853.4, "word": " we", "probability": 0.9091796875}, {"start": 2853.4, "end": 2853.52, "word": " will", "probability": 0.402587890625}, {"start": 2853.52, "end": 2853.82, "word": " talk", "probability": 0.7490234375}, {"start": 2853.82, "end": 2854.22, "word": " about,", "probability": 0.89208984375}, {"start": 2854.66, "end": 2854.98, "word": " how", "probability": 0.74072265625}, {"start": 2854.98, "end": 2855.22, "word": " to", "probability": 0.47314453125}, {"start": 2855.22, "end": 2855.76, "word": " benefit", "probability": 0.638671875}, {"start": 2855.76, "end": 2855.9, "word": " from", "probability": 0.8916015625}, {"start": 2855.9, "end": 2856.0, "word": " the", "probability": 0.73046875}, {"start": 2856.0, "end": 2856.3, "word": " activity", "probability": 0.82958984375}, {"start": 2856.3, "end": 2856.6, "word": " life", "probability": 0.495361328125}, {"start": 2856.6, "end": 2856.96, "word": " cycle", "probability": 0.9423828125}, {"start": 2856.96, "end": 2857.22, "word": " in", "probability": 0.392822265625}, {"start": 2857.22, "end": 2857.22, "word": " order", "probability": 0.91162109375}, {"start": 2857.22, "end": 2857.38, "word": " to", "probability": 0.9736328125}, {"start": 2857.38, "end": 2857.66, "word": " memorize", "probability": 0.59521484375}, {"start": 2857.66, "end": 2857.86, "word": " the", "probability": 0.86083984375}, {"start": 2857.86, "end": 2858.4, "word": " state", "probability": 0.92041015625}, {"start": 2858.4, "end": 2859.32, "word": " of", "probability": 0.95849609375}, {"start": 2859.32, "end": 2859.46, "word": " the", "probability": 0.8125}, {"start": 2859.46, "end": 2859.88, "word": " activity.", "probability": 0.94140625}, {"start": 2860.3, "end": 2860.54, "word": " So", "probability": 0.419189453125}, {"start": 2860.54, "end": 2860.64, "word": " that", "probability": 0.7822265625}, {"start": 2860.64, "end": 2860.7, "word": " when", "probability": 0.921875}, {"start": 2860.7, "end": 2860.84, "word": " we", "probability": 0.76904296875}, {"start": 2860.84, "end": 2860.96, "word": " come", "probability": 0.49853515625}, {"start": 2860.96, "end": 2861.02, "word": " back,", "probability": 0.88037109375}, {"start": 2861.1, "end": 2861.42, "word": " its", "probability": 0.349365234375}, {"start": 2861.42, "end": 2861.66, "word": " state", "probability": 0.86767578125}, {"start": 2861.66, "end": 2861.72, "word": " will", "probability": 0.39404296875}, {"start": 2861.72, "end": 2861.72, "word": " remain.", "probability": 0.5087890625}, {"start": 2861.98, "end": 2862.08, "word": " And", "probability": 0.58984375}, {"start": 2862.08, "end": 2862.2, "word": " this", "probability": 0.85693359375}, {"start": 2862.2, "end": 2862.3, "word": " will", "probability": 0.63330078125}, {"start": 2862.3, "end": 2862.32, "word": " be", "probability": 0.366455078125}, {"start": 2862.32, "end": 2862.48, "word": " necessary", "probability": 0.50341796875}, {"start": 2862.48, "end": 2862.7, "word": " in", "probability": 0.81494140625}, {"start": 2862.7, "end": 2862.72, "word": " many", "probability": 0.86181640625}, {"start": 2862.72, "end": 2862.96, "word": " cases.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 113, "seek": 289281, "start": 2864.31, "end": 2892.81, "text": " For example, you have a code that does connect and gets data. When you scroll like this or this, you will find a lot of data. Okay? So you need to adapt to this command. I explained this command in the last video. Why? How can I explain to you the activity life cycle when you do not know what it means to preserve the state of the activity and its data? What is activity? How do you display data? Okay? In the next lecture, we will see how we can benefit from the activity life cycle that we explained to preserve the state of the activity.", "tokens": [1171, 1365, 11, 291, 362, 257, 3089, 300, 775, 1745, 293, 2170, 1412, 13, 1133, 291, 11369, 411, 341, 420, 341, 11, 291, 486, 915, 257, 688, 295, 1412, 13, 1033, 30, 407, 291, 643, 281, 6231, 281, 341, 5622, 13, 286, 8825, 341, 5622, 294, 264, 1036, 960, 13, 1545, 30, 1012, 393, 286, 2903, 281, 291, 264, 5191, 993, 6586, 562, 291, 360, 406, 458, 437, 309, 1355, 281, 15665, 264, 1785, 295, 264, 5191, 293, 1080, 1412, 30, 708, 307, 5191, 30, 1012, 360, 291, 4674, 1412, 30, 1033, 30, 682, 264, 958, 7991, 11, 321, 486, 536, 577, 321, 393, 5121, 490, 264, 5191, 993, 6586, 300, 321, 8825, 281, 15665, 264, 1785, 295, 264, 5191, 13], "avg_logprob": -0.42725409396359176, "compression_ratio": 1.9566787003610109, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 2864.31, "end": 2864.63, "word": " For", "probability": 0.5439453125}, {"start": 2864.63, "end": 2864.77, "word": " example,", "probability": 0.8916015625}, {"start": 2864.95, "end": 2865.07, "word": " you", "probability": 0.646484375}, {"start": 2865.07, "end": 2865.27, "word": " have", "probability": 0.861328125}, {"start": 2865.27, "end": 2865.43, "word": " a", "probability": 0.5947265625}, {"start": 2865.43, "end": 2865.65, "word": " code", "probability": 0.86767578125}, {"start": 2865.65, "end": 2865.79, "word": " that", "probability": 0.46630859375}, {"start": 2865.79, "end": 2865.85, "word": " does", "probability": 0.24365234375}, {"start": 2865.85, "end": 2866.33, "word": " connect", "probability": 0.59228515625}, {"start": 2866.33, "end": 2866.51, "word": " and", "probability": 0.65625}, {"start": 2866.51, "end": 2866.69, "word": " gets", "probability": 0.213623046875}, {"start": 2866.69, "end": 2867.05, "word": " data.", "probability": 0.7490234375}, {"start": 2867.81, "end": 2868.03, "word": " When", "probability": 0.7294921875}, {"start": 2868.03, "end": 2868.19, "word": " you", "probability": 0.94970703125}, {"start": 2868.19, "end": 2868.37, "word": " scroll", "probability": 0.3564453125}, {"start": 2868.37, "end": 2868.53, "word": " like", "probability": 0.546875}, {"start": 2868.53, "end": 2868.87, "word": " this", "probability": 0.65087890625}, {"start": 2868.87, "end": 2869.05, "word": " or", "probability": 0.57666015625}, {"start": 2869.05, "end": 2869.25, "word": " this,", "probability": 0.331787109375}, {"start": 2869.33, "end": 2869.35, "word": " you", "probability": 0.9453125}, {"start": 2869.35, "end": 2869.49, "word": " will", "probability": 0.59033203125}, {"start": 2869.49, "end": 2869.63, "word": " find", "probability": 0.767578125}, {"start": 2869.63, "end": 2869.69, "word": " a", "probability": 0.2208251953125}, {"start": 2869.69, "end": 2869.83, "word": " lot", "probability": 0.134033203125}, {"start": 2869.83, "end": 2869.89, "word": " of", "probability": 0.97119140625}, {"start": 2869.89, "end": 2870.11, "word": " data.", "probability": 0.91162109375}, {"start": 2870.77, "end": 2871.13, "word": " Okay?", "probability": 0.31787109375}, {"start": 2871.29, "end": 2871.45, "word": " So", "probability": 0.74755859375}, {"start": 2871.45, "end": 2871.49, "word": " you", "probability": 0.615234375}, {"start": 2871.49, "end": 2871.61, "word": " need", "probability": 0.38818359375}, {"start": 2871.61, "end": 2871.77, "word": " to", "probability": 0.96728515625}, {"start": 2871.77, "end": 2872.17, "word": " adapt", "probability": 0.448974609375}, {"start": 2872.17, "end": 2872.51, "word": " to", "probability": 0.8984375}, {"start": 2872.51, "end": 2872.63, "word": " this", "probability": 0.7958984375}, {"start": 2872.63, "end": 2872.83, "word": " command.", "probability": 0.454833984375}, {"start": 2874.43, "end": 2874.79, "word": " I", "probability": 0.460205078125}, {"start": 2874.79, "end": 2875.33, "word": " explained", "probability": 0.445068359375}, {"start": 2875.33, "end": 2875.41, "word": " this", "probability": 0.53369140625}, {"start": 2875.41, "end": 2875.41, "word": " command", "probability": 0.87109375}, {"start": 2875.41, "end": 2875.45, "word": " in", "probability": 0.461669921875}, {"start": 2875.45, "end": 2875.55, "word": " the", "probability": 0.82080078125}, {"start": 2875.55, "end": 2875.71, "word": " last", "probability": 0.3759765625}, {"start": 2875.71, "end": 2875.79, "word": " video.", "probability": 0.48095703125}, {"start": 2875.81, "end": 2876.07, "word": " Why?", "probability": 0.79443359375}, {"start": 2876.57, "end": 2876.87, "word": " How", "probability": 0.80859375}, {"start": 2876.87, "end": 2876.93, "word": " can", "probability": 0.373291015625}, {"start": 2876.93, "end": 2877.07, "word": " I", "probability": 0.98046875}, {"start": 2877.07, "end": 2877.41, "word": " explain", "probability": 0.84912109375}, {"start": 2877.41, "end": 2877.57, "word": " to", "probability": 0.470703125}, {"start": 2877.57, "end": 2877.73, "word": " you", "probability": 0.9482421875}, {"start": 2877.73, "end": 2877.83, "word": " the", "probability": 0.64697265625}, {"start": 2877.83, "end": 2878.13, "word": " activity", "probability": 0.86376953125}, {"start": 2878.13, "end": 2878.39, "word": " life", "probability": 0.3740234375}, {"start": 2878.39, "end": 2878.73, "word": " cycle", "probability": 0.89208984375}, {"start": 2878.73, "end": 2878.91, "word": " when", "probability": 0.34228515625}, {"start": 2878.91, "end": 2879.11, "word": " you", "probability": 0.8935546875}, {"start": 2879.11, "end": 2879.53, "word": " do", "probability": 0.423828125}, {"start": 2879.53, "end": 2879.53, "word": " not", "probability": 0.9404296875}, {"start": 2879.53, "end": 2879.89, "word": " know", "probability": 0.640625}, {"start": 2879.89, "end": 2880.09, "word": " what", "probability": 0.56396484375}, {"start": 2880.09, "end": 2880.09, "word": " it", "probability": 0.3466796875}, {"start": 2880.09, "end": 2880.25, "word": " means", "probability": 0.861328125}, {"start": 2880.25, "end": 2880.33, "word": " to", "probability": 0.95361328125}, {"start": 2880.33, "end": 2880.51, "word": " preserve", "probability": 0.350341796875}, {"start": 2880.51, "end": 2880.69, "word": " the", "probability": 0.7158203125}, {"start": 2880.69, "end": 2880.93, "word": " state", "probability": 0.80419921875}, {"start": 2880.93, "end": 2881.05, "word": " of", "probability": 0.86669921875}, {"start": 2881.05, "end": 2881.07, "word": " the", "probability": 0.58740234375}, {"start": 2881.07, "end": 2881.47, "word": " activity", "probability": 0.93017578125}, {"start": 2881.47, "end": 2881.61, "word": " and", "probability": 0.420654296875}, {"start": 2881.61, "end": 2881.67, "word": " its", "probability": 0.701171875}, {"start": 2881.67, "end": 2881.89, "word": " data?", "probability": 0.88916015625}, {"start": 2882.35, "end": 2882.69, "word": " What", "probability": 0.71435546875}, {"start": 2882.69, "end": 2882.83, "word": " is", "probability": 0.890625}, {"start": 2882.83, "end": 2883.25, "word": " activity?", "probability": 0.61279296875}, {"start": 2883.43, "end": 2883.63, "word": " How", "probability": 0.61669921875}, {"start": 2883.63, "end": 2883.73, "word": " do", "probability": 0.405517578125}, {"start": 2883.73, "end": 2883.75, "word": " you", "probability": 0.92236328125}, {"start": 2883.75, "end": 2883.97, "word": " display", "probability": 0.392578125}, {"start": 2883.97, "end": 2884.37, "word": " data?", "probability": 0.8984375}, {"start": 2885.17, "end": 2885.33, "word": " Okay?", "probability": 0.56884765625}, {"start": 2886.29, "end": 2886.63, "word": " In", "probability": 0.471435546875}, {"start": 2886.63, "end": 2886.67, "word": " the", "probability": 0.89892578125}, {"start": 2886.67, "end": 2886.69, "word": " next", "probability": 0.78759765625}, {"start": 2886.69, "end": 2887.09, "word": " lecture,", "probability": 0.8740234375}, {"start": 2887.49, "end": 2887.59, "word": " we", "probability": 0.888671875}, {"start": 2887.59, "end": 2887.59, "word": " will", "probability": 0.82177734375}, {"start": 2887.59, "end": 2887.79, "word": " see", "probability": 0.80419921875}, {"start": 2887.79, "end": 2887.97, "word": " how", "probability": 0.93310546875}, {"start": 2887.97, "end": 2888.39, "word": " we", "probability": 0.72021484375}, {"start": 2888.39, "end": 2888.63, "word": " can", "probability": 0.48388671875}, {"start": 2888.63, "end": 2889.01, "word": " benefit", "probability": 0.71044921875}, {"start": 2889.01, "end": 2889.11, "word": " from", "probability": 0.884765625}, {"start": 2889.11, "end": 2889.19, "word": " the", "probability": 0.89990234375}, {"start": 2889.19, "end": 2889.43, "word": " activity", "probability": 0.95751953125}, {"start": 2889.43, "end": 2889.67, "word": " life", "probability": 0.85546875}, {"start": 2889.67, "end": 2890.05, "word": " cycle", "probability": 0.95947265625}, {"start": 2890.05, "end": 2890.19, "word": " that", "probability": 0.6083984375}, {"start": 2890.19, "end": 2890.21, "word": " we", "probability": 0.9033203125}, {"start": 2890.21, "end": 2890.43, "word": " explained", "probability": 0.36767578125}, {"start": 2890.43, "end": 2890.83, "word": " to", "probability": 0.66552734375}, {"start": 2890.83, "end": 2891.15, "word": " preserve", "probability": 0.88232421875}, {"start": 2891.15, "end": 2891.31, "word": " the", "probability": 0.86376953125}, {"start": 2891.31, "end": 2891.59, "word": " state", "probability": 0.90087890625}, {"start": 2891.59, "end": 2891.79, "word": " of", "probability": 0.96826171875}, {"start": 2891.79, "end": 2892.45, "word": " the", "probability": 0.5849609375}, {"start": 2892.45, "end": 2892.81, "word": " activity.", "probability": 0.93505859375}], "temperature": 1.0}, {"id": 114, "seek": 291448, "start": 2896.42, "end": 2914.48, "text": " Of course, this is going to be the last part of the material, okay? But we are going to benefit from sharing in France because we are going to preserve this situation. How? We send data, what?", "tokens": [2720, 1164, 11, 341, 307, 516, 281, 312, 264, 1036, 644, 295, 264, 2527, 11, 1392, 30, 583, 321, 366, 516, 281, 5121, 490, 5414, 294, 6190, 570, 321, 366, 516, 281, 15665, 341, 2590, 13, 1012, 30, 492, 2845, 1412, 11, 437, 30], "avg_logprob": -0.6624999947018093, "compression_ratio": 1.4191176470588236, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 2896.42, "end": 2896.68, "word": " Of", "probability": 0.2191162109375}, {"start": 2896.68, "end": 2896.74, "word": " course,", "probability": 0.92822265625}, {"start": 2896.8, "end": 2896.92, "word": " this", "probability": 0.71630859375}, {"start": 2896.92, "end": 2896.96, "word": " is", "probability": 0.30078125}, {"start": 2896.96, "end": 2897.1, "word": " going", "probability": 0.475341796875}, {"start": 2897.1, "end": 2897.1, "word": " to", "probability": 0.9716796875}, {"start": 2897.1, "end": 2897.22, "word": " be", "probability": 0.951171875}, {"start": 2897.22, "end": 2897.42, "word": " the", "probability": 0.888671875}, {"start": 2897.42, "end": 2897.6, "word": " last", "probability": 0.81689453125}, {"start": 2897.6, "end": 2898.1, "word": " part", "probability": 0.533203125}, {"start": 2898.1, "end": 2899.96, "word": " of", "probability": 0.64599609375}, {"start": 2899.96, "end": 2900.06, "word": " the", "probability": 0.76904296875}, {"start": 2900.06, "end": 2900.28, "word": " material,", "probability": 0.1732177734375}, {"start": 2900.7, "end": 2901.04, "word": " okay?", "probability": 0.2470703125}, {"start": 2901.16, "end": 2901.3, "word": " But", "probability": 0.08349609375}, {"start": 2901.3, "end": 2905.38, "word": " we", "probability": 0.37158203125}, {"start": 2905.38, "end": 2905.5, "word": " are", "probability": 0.318359375}, {"start": 2905.5, "end": 2905.52, "word": " going", "probability": 0.935546875}, {"start": 2905.52, "end": 2905.6, "word": " to", "probability": 0.97509765625}, {"start": 2905.6, "end": 2905.88, "word": " benefit", "probability": 0.56005859375}, {"start": 2905.88, "end": 2906.04, "word": " from", "probability": 0.861328125}, {"start": 2906.04, "end": 2906.26, "word": " sharing", "probability": 0.6982421875}, {"start": 2906.26, "end": 2906.44, "word": " in", "probability": 0.6162109375}, {"start": 2906.44, "end": 2906.68, "word": " France", "probability": 0.953125}, {"start": 2906.68, "end": 2906.82, "word": " because", "probability": 0.24560546875}, {"start": 2906.82, "end": 2906.9, "word": " we", "probability": 0.256591796875}, {"start": 2906.9, "end": 2906.92, "word": " are", "probability": 0.5703125}, {"start": 2906.92, "end": 2906.98, "word": " going", "probability": 0.68994140625}, {"start": 2906.98, "end": 2906.98, "word": " to", "probability": 0.962890625}, {"start": 2906.98, "end": 2907.18, "word": " preserve", "probability": 0.55908203125}, {"start": 2907.18, "end": 2907.36, "word": " this", "probability": 0.51171875}, {"start": 2907.36, "end": 2907.7, "word": " situation.", "probability": 0.5302734375}, {"start": 2909.8, "end": 2910.18, "word": " How?", "probability": 0.2401123046875}, {"start": 2912.62, "end": 2912.84, "word": " We", "probability": 0.71435546875}, {"start": 2912.84, "end": 2912.92, "word": " send", "probability": 0.6396484375}, {"start": 2912.92, "end": 2913.34, "word": " data,", "probability": 0.5859375}, {"start": 2913.56, "end": 2914.48, "word": " what?", "probability": 0.48779296875}], "temperature": 1.0}, {"id": 115, "seek": 294121, "start": 2926.87, "end": 2941.21, "text": " If small data is possible. Yes, small data is possible. Yes, but I consider it wrong that you send from activity to activity without using Shared Preferences. This is not the reason why Shared Preferences exists. Okay? It is made to store data, not to share data.", "tokens": [759, 1359, 1412, 307, 1944, 13, 1079, 11, 1359, 1412, 307, 1944, 13, 1079, 11, 457, 286, 1949, 309, 2085, 300, 291, 2845, 490, 5191, 281, 5191, 1553, 1228, 1160, 1642, 48401, 2667, 13, 639, 307, 406, 264, 1778, 983, 1160, 1642, 48401, 2667, 8198, 13, 1033, 30, 467, 307, 1027, 281, 3531, 1412, 11, 406, 281, 2073, 1412, 13], "avg_logprob": -0.5166495628044253, "compression_ratio": 1.6097560975609757, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2926.87, "end": 2927.11, "word": " If", "probability": 0.144775390625}, {"start": 2927.11, "end": 2927.21, "word": " small", "probability": 0.20166015625}, {"start": 2927.21, "end": 2927.47, "word": " data", "probability": 0.53857421875}, {"start": 2927.47, "end": 2927.61, "word": " is", "probability": 0.52294921875}, {"start": 2927.61, "end": 2928.27, "word": " possible.", "probability": 0.70751953125}, {"start": 2928.53, "end": 2928.63, "word": " Yes,", "probability": 0.4599609375}, {"start": 2928.73, "end": 2928.93, "word": " small", "probability": 0.38232421875}, {"start": 2928.93, "end": 2929.01, "word": " data", "probability": 0.88916015625}, {"start": 2929.01, "end": 2929.21, "word": " is", "probability": 0.63525390625}, {"start": 2929.21, "end": 2929.41, "word": " possible.", "probability": 0.70068359375}, {"start": 2929.43, "end": 2929.63, "word": " Yes,", "probability": 0.50537109375}, {"start": 2929.71, "end": 2929.85, "word": " but", "probability": 0.82861328125}, {"start": 2929.85, "end": 2930.39, "word": " I", "probability": 0.93017578125}, {"start": 2930.39, "end": 2930.73, "word": " consider", "probability": 0.37744140625}, {"start": 2930.73, "end": 2930.81, "word": " it", "probability": 0.68115234375}, {"start": 2930.81, "end": 2931.03, "word": " wrong", "probability": 0.80224609375}, {"start": 2931.03, "end": 2931.23, "word": " that", "probability": 0.269775390625}, {"start": 2931.23, "end": 2931.43, "word": " you", "probability": 0.8974609375}, {"start": 2931.43, "end": 2931.65, "word": " send", "probability": 0.2646484375}, {"start": 2931.65, "end": 2931.87, "word": " from", "probability": 0.361572265625}, {"start": 2931.87, "end": 2932.29, "word": " activity", "probability": 0.8544921875}, {"start": 2932.29, "end": 2932.41, "word": " to", "probability": 0.97119140625}, {"start": 2932.41, "end": 2932.73, "word": " activity", "probability": 0.97314453125}, {"start": 2932.73, "end": 2932.95, "word": " without", "probability": 0.328369140625}, {"start": 2932.95, "end": 2933.21, "word": " using", "probability": 0.8310546875}, {"start": 2933.21, "end": 2933.43, "word": " Shared", "probability": 0.385406494140625}, {"start": 2933.43, "end": 2933.45, "word": " Preferences.", "probability": 0.6226806640625}, {"start": 2933.55, "end": 2933.65, "word": " This", "probability": 0.3564453125}, {"start": 2933.65, "end": 2933.67, "word": " is", "probability": 0.8837890625}, {"start": 2933.67, "end": 2933.67, "word": " not", "probability": 0.90771484375}, {"start": 2933.67, "end": 2934.05, "word": " the", "probability": 0.7841796875}, {"start": 2934.05, "end": 2934.31, "word": " reason", "probability": 0.85888671875}, {"start": 2934.31, "end": 2934.79, "word": " why", "probability": 0.374267578125}, {"start": 2934.79, "end": 2935.11, "word": " Shared", "probability": 0.6654052734375}, {"start": 2935.11, "end": 2935.61, "word": " Preferences", "probability": 0.884765625}, {"start": 2935.61, "end": 2935.61, "word": " exists.", "probability": 0.5205078125}, {"start": 2936.23, "end": 2936.47, "word": " Okay?", "probability": 0.3134765625}, {"start": 2936.97, "end": 2937.11, "word": " It", "probability": 0.8173828125}, {"start": 2937.11, "end": 2937.21, "word": " is", "probability": 0.64111328125}, {"start": 2937.21, "end": 2937.75, "word": " made", "probability": 0.59619140625}, {"start": 2937.75, "end": 2938.11, "word": " to", "probability": 0.74658203125}, {"start": 2938.11, "end": 2938.49, "word": " store", "probability": 0.476318359375}, {"start": 2938.49, "end": 2939.07, "word": " data,", "probability": 0.873046875}, {"start": 2939.19, "end": 2939.87, "word": " not", "probability": 0.8701171875}, {"start": 2939.87, "end": 2940.15, "word": " to", "probability": 0.79150390625}, {"start": 2940.15, "end": 2940.85, "word": " share", "probability": 0.74169921875}, {"start": 2940.85, "end": 2941.21, "word": " data.", "probability": 0.673828125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2943.61675, "duration_after_vad": 2663.840624999988} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY.srt new file mode 100644 index 0000000000000000000000000000000000000000..7ca221f4af6a762db60a87d70438c694e7c8dc51 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY.srt @@ -0,0 +1,1603 @@ +1 +00:00:22,410 --> 00:00:27,290 +طيب السلام عليكم يا جماعة، آخر + +2 +00:00:27,290 --> 00:00:29,770 +موضوع مررنا عليه في المحاضرة الماضية، واللي قبلها + +3 +00:00:29,770 --> 00:00:32,290 +اللي هو الموضوع: أن أشغل Activity من Activity ثاني. + +4 +00:00:32,290 --> 00:00:35,750 +عرفنا كيف نشغل Activity، كيف نبعت لها بيانات، وكيف + +5 +00:00:35,750 --> 00:00:38,650 +نستقبل البيانات في الـ Activity، وفهمنا إيش يعني + +6 +00:00:38,650 --> 00:00:41,570 +Explicit Intent و Implicit Intent، وكيف احنا + +7 +00:00:41,570 --> 00:00:46,070 +بنستفيد من الـ Implicit Intent عشان نشغل تطبيقات + +8 +00:00:46,070 --> 00:00:49,930 +موجودة على الجوال. حيث أن التطبيقات الموجودة على + +9 +00:00:49,930 --> 00:00:54,150 +الجوال، أي تطبيق يسمح لغيره يشغله، بيعمل في الـ + +10 +00:00:54,150 --> 00:00:56,950 +Activity حاجة اسمها الـ Intent Filter. هذا وين بنحط + +11 +00:00:56,950 --> 00:01:01,210 +الـ Intent Filter في الـ Manifest File، وفيدته يعمل + +12 +00:01:01,210 --> 00:01:05,650 +وصف للـ Activity، يحط لها Action معين، على أساس أن أي + +13 +00:01:05,650 --> 00:01:09,160 +Activity بتشغله، بتبعت اسم الـ Action. اللي بيفرق + +14 +00:01:09,160 --> 00:01:11,400 +بين الـ Implicit Intent والـ Explicit Intent، أن الـ + +15 +00:01:11,400 --> 00:01:15,160 +Explicit، أنت بتحط اسم الـ Class، وبنعمله لما تكون أن + +16 +00:01:15,160 --> 00:01:18,520 +أنت بدك تشغل Activity في نفس التطبيق. لكن في تطبيق + +17 +00:01:18,520 --> 00:01:22,720 +آخر، أنت بتحط اسم الـ Action. هذا بيصل للـ Android + +18 +00:01:22,720 --> 00:01:25,480 +System، وهو بدوره في الـ Manifest File لكل التطبيقات + +19 +00:01:25,480 --> 00:01:28,980 +على Activity توافق الـ Action هذا، تمام؟ وقلنا أن + +20 +00:01:28,980 --> 00:01:31,620 +التطبيقات اللي على الجوال فيها Actions مشهورة، و + +21 +00:01:31,620 --> 00:01:36,400 +معروفة، تمام؟ وفي Common Intents عشان تستخدمهم طبعًا. + +22 +00:01:36,400 --> 00:01:40,640 +بدك ترجع للـ Tutorial كيف أنت تستخدم الـ Intent، أو + +23 +00:01:40,640 --> 00:01:44,240 +كيف تشغل تطبيق معين، لأن أنت مش هتلاقي اسم الـ Action + +24 +00:01:44,240 --> 00:01:47,760 +صحيح ولا؟ ولا أنت بتعرف هذا مين حط اسم الـ Action + +25 +00:01:47,760 --> 00:01:51,540 +اللي قام بالتطبيق، تمام؟ في أسماء Actions ثابتة + +26 +00:01:51,540 --> 00:01:54,860 +بتعامل معها الاندرويد، عشان هيك معرفة كـ Static + +27 +00:01:54,860 --> 00:01:59,340 +Variables زي Intent.ACTION_VIEW، Intent.ACTION_SEND، صحيح + +28 +00:01:59,340 --> 00:02:03,280 +ولا؟ شوفنا هدول كلهم. هذه زي فوابط، يعني طبعًا هو + +29 +00:02:03,280 --> 00:02:06,200 +ما بيعتمدش بس على اسم الـ Action في التمييز بين الـ + +30 +00:02:06,200 --> 00:02:09,980 +Activities، بيعتمد أيضًا على نوع البيانات. يعني إذا + +31 +00:02:09,980 --> 00:02:13,880 +بعت أنا Action_VIEW، والبيانات اللي بعتها بتبدأ + +32 +00:02:13,880 --> 00:02:17,880 +بكلمة http، بفهم إنه أنا بدي Browser، تمام؟ وشوفوا + +33 +00:02:17,880 --> 00:02:20,400 +بعض الأمثلة المحاضرة الماضية، على تشغيل تطبيقات على + +34 +00:02:20,400 --> 00:02:25,800 +الجوال، زي مثلًا أفتح الـ Browser، أبعت SMS، أشغل الـ Map، + +35 +00:02:25,800 --> 00:02:29,760 +وهنشوف قدام تطبيقات أخرى، زي كيف نعمل اتصال، كيف + +36 +00:02:29,760 --> 00:02:33,320 +نشغل الكاميرا، كيف ندخل على الـ Contacts مثلًا. هذه + +37 +00:02:33,320 --> 00:02:36,440 +أمور مهمة، بس أنا ما هأعتمدهاش، لأنها لسة بدها أمور لها + +38 +00:02:36,440 --> 00:02:39,800 +علاقة بالـ Security، تمام؟ يعني بدها أمور متقدمة شوية. + +39 +00:02:39,800 --> 00:02:46,280 +المحاضرة عادة في جزئيتين أصغر، بدي أشرحهم، وبعدين + +40 +00:02:46,280 --> 00:02:52,910 +بدي أوقف شوية، خلال المحاضرة الجاية، وأعطي مشروع + +41 +00:02:52,910 --> 00:02:57,330 +كامل، نشتغله من الصفر، لحد ما يطلع عندنا تطبيق كبير + +42 +00:02:57,330 --> 00:03:02,230 +بنستخدم فيه كل اللي أخذناها، زائد بعض الأمور الصغيرة + +43 +00:03:02,230 --> 00:03:06,390 +اللي هتتعلمها من خلال المشروع، زائد برضه نطبق + +44 +00:03:06,390 --> 00:03:09,770 +الحاجات اللي أخذناها في الجلسة، نستفيدها مثلًا بنعمل + +45 +00:03:09,770 --> 00:03:15,830 +برنامج مسابقات، عندنا مجموعة أسئلة موجودة في ملف Text + +46 +00:03:15,830 --> 00:03:21,090 +بدنا البرنامج يشتغل، أول ما يشتغل بيجيب لك السؤال، و + +47 +00:03:21,090 --> 00:03:25,650 +بيجيب لك خيارات، وبعدين بيحط لك Timer. إذا جاوبت + +48 +00:03:25,650 --> 00:03:29,550 +بيشغلك صوت، مثلًا تصفيق، أو كذا تشجيع، وبننتقل على + +49 +00:03:29,550 --> 00:03:33,210 +السؤال الثاني، وهكذا. إذا خسرت، أو جاوبت سؤال غلط، + +50 +00:03:33,770 --> 00:03:37,490 +ممكن يطلع لك من المسابقة، يبدأ من البداية، أو ممكن + +51 +00:03:37,490 --> 00:03:43,310 +نضيف مبدأ الرصيد، أنه أي سؤال بتجاوبه، تأخذ علامات. + +52 +00:03:43,310 --> 00:03:48,610 +مثلًا. طيب، خلينا الآن نخلص الجزئيتين هدول، قبل ما + +53 +00:03:48,610 --> 00:03:52,870 +نبدأ في المشروع اللي هنشتغله. وبدأنا نتكلم في جزئية + +54 +00:03:52,870 --> 00:03:54,150 +اسمها الـ Themes. + +55 +00:04:05,430 --> 00:04:09,510 +لأن اسمها Themes. الجوال فيه إيه الـ + +56 +00:04:09,510 --> 00:04:14,190 +Themes، صح؟ واللي هو الـ Style، أو طريقة عرض + +57 +00:04:14,190 --> 00:04:20,250 +الأيقونات، الخلفية، الـ Dialogues، كيف يعرضها، يعني الـ + +58 +00:04:20,250 --> 00:04:26,950 +Theme بتحكم في شكل عرض عناصر الواجهة، صح؟ ولا الآن + +59 +00:04:26,950 --> 00:04:29,850 +احنا ما اضطريتاش نغير الـ Theme، لأننا استخدمنا الـ Theme + +60 +00:04:29,850 --> 00:04:33,350 +الـ Default اللي بيجي مع التطبيق، أول ما أنشئه. نتعرف + +61 +00:04:33,350 --> 00:04:39,200 +الآن كيف احنا نتعامل مع الـ Themes، وكيف بحيث أن + +62 +00:04:39,200 --> 00:04:44,200 +احنا نتوافق مع معايير جوجل اللي طرحتها لـ Material + +63 +00:04:44,200 --> 00:04:47,680 +Design، لتصميم الواجهة. دي الآن يا + +64 +00:04:47,680 --> 00:04:50,720 +جماعة، أنا لو رحت على الواجهة بتاعة التطبيق + +65 +00:04:50,720 --> 00:05:03,560 +الواجهة + +66 +00:05:03,560 --> 00:05:07,940 +دي فيها Theme، فيه Theme معين، اللي فوق مثلًا، بيعرض هذا + +67 +00:05:07,940 --> 00:05:10,620 +باللون أزرق غامق، وبعدين هذا باللون فاتح، والخلفية + +68 +00:05:10,620 --> 00:05:15,300 +باللون أبيض، أو الرمادي الخفيف. طبعًا إذا حاجة أنت + +69 +00:05:15,300 --> 00:05:21,460 +طبعًا إيش مكتوب هنا؟ مكتوب هنا، نستخدم حاجة اسمها الـ + +70 +00:05:21,460 --> 00:05:24,340 +App Theme. هنحكي إيش هو الـ App Theme، بس أنا لو فتحت + +71 +00:05:24,340 --> 00:05:29,160 +الشاشة هذه هنا، + +72 +00:05:29,160 --> 00:05:33,100 +بيجيب لي عدد كبير من الـ Themes اللي موجودة، اللي أنت + +73 +00:05:33,100 --> 00:05:39,330 +بتقدر تتفرج عليها. مثلًا، طبعًا هنا محطوط All، طبعًا في + +74 +00:05:39,330 --> 00:05:42,830 +تصنيفات للـ Themes. مثلًا، في عندنا Theme اسمه الـ + +75 +00:05:42,830 --> 00:05:47,270 +Holo.Light والـ Holo.Dark. تمام، الـ Holo.Light هاي + +76 +00:05:47,270 --> 00:05:51,830 +شايفينه من هنا، هذا هو. أنا رحت جماعة على الـ Theme + +77 +00:05:51,830 --> 00:05:56,770 +in Editor، تمام؟ تتفرج على الـ Theme. فَالآن رحت أنا + +78 +00:05:56,770 --> 00:05:59,510 +على الـ Holo.Light مثلًا، واخترت الـ Theme، الـ Theme + +79 +00:05:59,510 --> 00:05:59,830 +هذا. + +80 +00:06:02,790 --> 00:06:06,710 +طب، أطلع على هنا Night. كيف أنه حط الشريط فوق أسود، + +81 +00:06:06,710 --> 00:06:10,930 +وهنا رمادي غامق، وهذا رمادي فاتح، وشوية غير برضه + +82 +00:06:10,930 --> 00:06:15,750 +في الأبعاد. يعني الخط صغر مثلًا، هذا عرض الـ Action + +83 +00:06:15,750 --> 00:06:20,810 +Bar، صار أصغر. يعني هذا الـ Theme بتاع الشاشة + +84 +00:06:20,810 --> 00:06:26,790 +اتغير، ومش بس هيك، حتى ممكن تلاقي أشكال العناصر فيها + +85 +00:06:26,790 --> 00:06:33,020 +اتغيرت برضه. خلينا مثلًا، هاي Pattern موجودة هنا، طيب. + +86 +00:06:33,020 --> 00:06:37,320 +تعال نشوف Theme ثانية، في الـ Holo نفسه، فيه Holo + +87 +00:06:37,320 --> 00:06:44,360 +Dark، تمام؟ هذا إيش بيجيب لك؟ هي كلها أسود، أسود في أسود. + +88 +00:06:44,360 --> 00:06:52,260 +بيحط لك الخطوط أبيض. تعال نشوف مثلًا Themes ثانية. طب + +89 +00:06:52,260 --> 00:06:55,500 +خلينا على الـ Holo مثلًا Light. هذا كمان، طلع داخل الـ + +90 +00:06:55,500 --> 00:07:01,280 +Holo.Light، هيكون فيه تقسيمات، تمام؟ مثلًا الـ Holo + +91 +00:07:01,280 --> 00:07:07,660 +Light نفسه، بيجيب لك، يا للـ Action Bar رمادي، تمام؟ لو + +92 +00:07:07,660 --> 00:07:11,800 +أنا رحت على الـ Holo.Light نفسه، هذا الـ Holo.Light + +93 +00:07:11,800 --> 00:07:18,520 +فيه Holo.Light.Dark.ActionBar، إيش يعني؟ يعني غير لك + +94 +00:07:18,520 --> 00:07:20,000 +الـ Action Bar بس، خلىّها Dark. + +95 +00:07:23,070 --> 00:07:25,030 +الهولو لايت نفسه + +96 +00:07:28,420 --> 00:07:32,580 +Holo.Light.NoActionBar، شايفينه؟ Holo.Light.NoActionBar، الـ + +97 +00:07:32,580 --> 00:07:35,860 +NoActionBar يعني بيشيل لك مين؟ الـ Action Bar اللي + +98 +00:07:35,860 --> 00:07:41,020 +موجود فوق، هذا تمام؟ بيعرضه بالشكل هذا. في البداية + +99 +00:07:41,020 --> 00:07:44,740 +من Lollipop، صاروا ينصحوا بعدم استخدام الـ Action + +100 +00:07:44,740 --> 00:07:50,580 +Bar، فيه بديل هنتكلم عليه، اسمه ToolBar، تمام؟ طيب. + +101 +00:07:50,580 --> 00:07:56,770 +احنا هنحكي عن هذا، خلينا نتعرف على الـ Themes. في نفس + +102 +00:07:56,770 --> 00:08:00,190 +الـ Theme، در بالك هذا مثلًا، الـ Theme Holo.Light، تمام؟ + +103 +00:08:00,190 --> 00:08:03,450 +اللي له تقسيمات، تمام؟ في Themes اللي لها علاقة + +104 +00:08:03,450 --> 00:08:07,130 +بالعناصر اللي جوا، يعني مثلًا هذا Theme خاص بإيش؟ + +105 +00:08:07,130 --> 00:08:10,490 +Holo.Light.Dialog، هذا الـ Theme اللي بيطبقه + +106 +00:08:10,490 --> 00:08:17,190 +للشاشات الفرعية اللي بتفتح داخل الشاشة. طيب، هذا + +107 +00:08:17,190 --> 00:08:23,320 +مثلًا، نفس الحاجة Holo.Dark، مثلًا فيه Holo.Dark.NoAction + +108 +00:08:23,320 --> 00:08:29,040 +Bar، مثلًا، أن هو نفسه بيشيل لك الـ Action Bar في الـ .. + +109 +00:08:29,040 --> 00:08:31,900 +في الـ Lollipop، ظهرت مجموعة من الـ Themes، هي الـ + +110 +00:08:31,900 --> 00:08:39,920 +Material، تمام؟ فيه Material.Light، تمام؟ + +111 +00:08:39,920 --> 00:08:42,920 +هذه الـ Theme اللي هو الـ Material، يعني نوع الخط + +112 +00:08:42,920 --> 00:08:43,720 +شوية اتغير. + +113 +00:08:52,730 --> 00:08:55,170 +وفي الـ Material الـ Dark، يعني أنت بتقدر تتفرج على + +114 +00:08:55,170 --> 00:09:04,810 +الـ Themes الموجودة هنا. طيب، لو + +115 +00:09:04,810 --> 00:09:11,450 +روحنا على All هنا، + +116 +00:09:11,450 --> 00:09:17,750 +بيجيب لك كل أنواع الـ Themes. فيه مثلًا Theme اسمه الـ + +117 +00:09:17,750 --> 00:09:20,510 +Appcompat، تمام؟ + +118 +00:09:24,210 --> 00:09:27,730 +الـ Theme.AppCompat، هنا يا جماعة اللي بدك تنتبه + +119 +00:09:27,730 --> 00:09:31,710 +أنه مثلًا الـ Themes اللي لها علاقة بالـ Holo مثلًا، أو + +120 +00:09:31,710 --> 00:09:35,890 +الـ Material، ظهرت مع Versions معينة للاندرويد. يعني مثلًا الـ + +121 +00:09:35,890 --> 00:09:38,870 +الـ .. الـ .. الـ Material Themes ظهرت مع الـ Lollipop. + +122 +00:09:38,870 --> 00:09:44,270 +فأنت لو بدك تستخدم الـ Material Theme، معناها أنه + +123 +00:09:44,270 --> 00:09:47,670 +بدك تحتاط، أنه يا إما تحط Theme للأجهزة اللي قبل + +124 +00:09:47,670 --> 00:09:52,850 +الـ Lollipop، يعني لأن الـ Material بدعم بس إيش؟ بدعم + +125 +00:09:52,850 --> 00:09:57,910 +الـ Lollipop، تمام؟ ما بدعمش الـ Versions اللي قبل، فممكن + +126 +00:09:57,910 --> 00:10:00,950 +تستخدم الـ Material، بس بدك تحط إن الأجهزة القديمة + +127 +00:10:00,950 --> 00:10:04,190 +بيقولوا روحوا استخدموا Theme ثاني. هذا هنشوف كيف + +128 +00:10:04,190 --> 00:10:08,690 +نعمله، بس دائمًا أنا بنصح، إن في عندنا Theme موجود + +129 +00:10:08,690 --> 00:10:10,530 +اسمه الـ Appcompat. + +130 +00:10:16,580 --> 00:10:23,760 +هي الـ AppCompat. هذا يا جماعة، من اسمه أنه + +131 +00:10:23,760 --> 00:10:27,160 +Compatible مع كل الـ Versions بتاعة الاندرويد، تمام؟ + +132 +00:10:27,160 --> 00:10:30,980 +فأنت ممكن تستخدم الـ AppCompat، وبعدين تعمله تخصيص. + +133 +00:10:30,980 --> 00:10:35,660 +إيش يعني؟ تغير الألوان الموجودة فيه زي ما بدك، طبعًا. + +134 +00:10:35,660 --> 00:10:38,900 +هذا هو الأساس بتاع الـ AppCompat. طبعًا كلّه أسود في + +135 +00:10:38,900 --> 00:10:43,300 +أسود. في AppCompat ثاني، مثلًا Daylight. + +136 +00:10:49,410 --> 00:10:54,270 +هذا الـ AppCompat.DayNight، وفيه AppCompat.Light. + +137 +00:10:54,270 --> 00:11:00,590 +بيختلف عنه شوية، يعني ما فيش اختلاف كتير. فأنت فعليًا + +138 +00:11:00,590 --> 00:11:03,710 +ممكن تستخدم الـ AppCompat وتغير فيه زي ما بدك. طيب. + +139 +00:11:03,710 --> 00:11:07,210 +نقطة مهمة: أنا الـ Themes اللي بغيرها هنا، لو أنا + +140 +00:11:07,210 --> 00:11:11,850 +عملت Run، مش هتظهر على الشاشة. هذا بس أنت بتشوفه + +141 +00:11:11,850 --> 00:11:17,330 +هعّرضه على الـ Editor. طب ليش مش هيظهر على الشاشة؟ + +142 +00:11:17,330 --> 00:11:21,050 +لأن أنت فيه موقع بتحدده، أصلاً بتحدده في الـ + +143 +00:11:21,050 --> 00:11:25,830 +Manifest File. هنرجع ثانية نشوف الـ Manifest File. + +144 +00:11:25,830 --> 00:11:29,710 +نطلع + +145 +00:11:29,710 --> 00:11:34,520 +هنا على الـ Application الـ Tag، application attribute + +146 +00:11:34,520 --> 00:11:38,300 +اسمها Theme، وهنا هو مستخدم قيمة اسمها android:style + +147 +00:11:38,300 --> 00:11:44,560 +على App Theme. الآن احنا لو بدنا نغير، طبعًا لحد .. + +148 +00:11:44,560 --> 00:11:52,900 +شوف أنا هنا مستخدم الـ .. الـ Appcompat.Light، لكن + +149 +00:11:52,900 --> 00:11:56,420 +لما أشغل، لحظة شوية خلينا نشوف إيش هيطلع. + +150 +00:12:56,210 --> 00:13:00,830 +طيب، الـ Theme العربي يا جماعة، برجع للـ Theme + +151 +00:13:00,830 --> 00:13:04,410 +الأساسي، تمام؟ ما حطش، يعني أنت لما تغير من هنا، بس + +152 +00:13:04,410 --> 00:13:09,350 +بتشوف شكله، تمام؟ بس كيف نطبقه فعليًا؟ عشان نطبقه، + +153 +00:13:09,350 --> 00:13:14,210 +لازم يتغير حاجة في الـ Manifest، تمام؟ لأن ممكن أنت + +154 +00:13:14,210 --> 00:13:19,350 +تجي تقول له App Style، و + +155 +00:13:19,350 --> 00:13:24,430 +هنا بيجيب لك إيش؟ Themes الموجودة، أو مرات أنت بتحتاج + +156 +00:13:24,430 --> 00:13:26,790 +تحط، إذا بدك تستخدم من الـ Themes الموجودة في + +157 +00:13:26,790 --> 00:13:35,410 +الاندرويد، android:style على + +158 +00:13:35,410 --> 00:13:39,750 +مثلًا، هاي الـ Holo، هاي Theme Holo. + +159 +00:13:41,860 --> 00:13:47,100 +لاحظ، أنا حطيت إيش؟ @android:style، هذه إمتى بنحطها؟ + +160 +00:13:47,100 --> 00:13:52,160 +الـ @android: لما أنت تبدأ تستخدم Theme موجود في + +161 +00:13:52,160 --> 00:13:55,080 +الـ Android، زي الـ Holo، الـ Material، بتحط @android: + +162 +00:13:55,080 --> 00:13:59,940 +لما نحط Theme احنا مصممينه، غالبًا بتحط @style. + +163 +00:13:59,940 --> 00:14:04,860 +طبعًا زي بالضبط في @android:color بتستخدم + +164 +00:14:04,860 --> 00:14:09,140 +Color زي ما عرفنا في الـ Android. طيب، هلاّ جيت فعليًا لو + +165 +00:14:09,140 --> 00:14:13,100 +أنا شغلت، هلاّقي الـ Theme الـ Holo اتطبق. + +166 +00:14:24,830 --> 00:14:29,970 +هيك بطول. طيب، لو رجعنا على الهدف، طبعًا هنا ما حطش الـ + +167 +00:14:29,970 --> 00:14:33,290 +Holo، صح ولا لأ؟ يعني هنا لسة مطبق اللي، تعال على الـ App + +168 +00:14:33,290 --> 00:14:36,690 +compat. لو رجعنا على الـ Themes اللي هنا، بنقول له روح + +169 +00:14:36,690 --> 00:14:40,130 +طبق الموجود وين؟ في الـ Manifest. خلاص، هلاّ جيت أنت + +170 +00:14:40,130 --> 00:14:44,210 +اللي هيتطبق، كنا بنجيبه بس عشان نعرضه. هلاّ جيت أن + +171 +00:14:44,210 --> 00:14:48,210 +إذًا بنشوف اللي هيتطبق فع + +223 +00:19:19,010 --> 00:19:22,990 +أيّش الخصائص؟ هذه طبعاً في خصائص محددة بتقدر + +224 +00:19:22,990 --> 00:19:25,570 +تغيّرها، بدنا نعرفها أيش هي الخصائص هذه، أنتم لحدّ + +225 +00:19:25,570 --> 00:19:28,230 +تابعين معايا يا جماعة؟ يعني احنا بدنا نغيّر + +226 +00:19:28,230 --> 00:19:32,190 +الـtheme، بنغيّره من وين؟ من الـmanifest تمام؟ ممكن + +227 +00:19:32,190 --> 00:19:35,950 +تستخدم الـtheme من الموجودات، اللي هو تحط @android: + +228 +00:19:35,950 --> 00:19:38,490 +نقطتين style وتختار واحد من الـthemes اللي موجودين + +229 +00:19:38,490 --> 00:19:42,910 +اللي هو أشهرهم الـholo والـmaterial تمام بس تبقى + +230 +00:19:42,910 --> 00:19:48,230 +تنتبه لموضوع التوافق تمام، الـholo مثلاً موجود ممكن + +231 +00:19:48,230 --> 00:19:54,190 +من API 13 تمام، يعني بدعم الكل حالياً، الـmaterial لأ + +232 +00:19:54,190 --> 00:19:57,730 +موجود ممكن من إصدار واحد وعشرين تمام أو عشرين + +233 +00:19:57,730 --> 00:20:01,830 +فبدعمش الأجهزة والإصدارات القديمة، أنا شخصياً بفضل + +234 +00:20:01,830 --> 00:20:05,950 +استخدام الـapp compat theme لأنه بيشتغل على كل حاجة + +235 +00:20:05,950 --> 00:20:11,710 +مضمون، وخصصه زي ما أنت بدّك، كيف عملت style في ملف + +236 +00:20:11,710 --> 00:20:15,790 +styles theme باسم خاص فيه وخلّيته ياخد واحد من الـ + +237 +00:20:15,790 --> 00:20:18,210 +themes اللي موجودة في الـAppCompat اللي هو theme + +238 +00:20:18,210 --> 00:20:21,250 +AppCompat light dark action bar وبعدين هنا بدّي + +239 +00:20:21,250 --> 00:20:26,430 +أخصصه، كيف التخصيص طلع معايا هنا على الصورة هذه + +240 +00:20:30,440 --> 00:20:34,600 +الآن هنا جاب لي واجهة وجاب لي بعض الـattributes + +241 +00:20:34,600 --> 00:20:40,520 +أو أهمّ الـattributes اللي أنت بتقدر تخصصها تمام، في + +242 +00:20:40,520 --> 00:20:47,400 +عندنا color primary، الـcolor primary هو اللون اللي + +243 +00:20:47,400 --> 00:20:51,880 +هيظهر في الـaction bar، اللون الأساسي تمام، بيسمّوه + +244 +00:20:51,880 --> 00:20:56,900 +الاسم، بدّك تلتزم فيه، أيش اسمه color primary، فهذا + +245 +00:20:56,900 --> 00:21:02,820 +الآن، مين بده يخصصها؟ بدنا نيجي هنا ونقوله اعمل item + +246 +00:21:02,820 --> 00:21:10,330 +جديد، name، ونقوله colorprimary، وهي جاهزة تمام، وحطّ + +247 +00:21:10,330 --> 00:21:14,110 +اللون اللي أنت بدّك إياه، يُفضّل أن ألوانك تعرفها + +248 +00:21:14,110 --> 00:21:18,370 +وين؟ في ملف الـcolors، هو طبعاً طالع في ملف الـ + +249 +00:21:18,370 --> 00:21:24,010 +colors، معرف color primary، لون خاص هو فيه تمام، معرف + +250 +00:21:24,010 --> 00:21:27,170 +color primary dark، color accent، هلقّ مثلاً بدّي + +251 +00:21:27,170 --> 00:21:34,070 +أعرّف أنا لون جديد خاص فيّا تمام، بدّي أسمّيه Gaza + +252 +00:21:34,070 --> 00:21:36,870 +color primary + +253 +00:21:40,110 --> 00:21:46,390 +كيف؟ تعدّل على المكتوب، السداسي يعني تكتب الرقم، تعدّل + +254 +00:21:46,390 --> 00:21:50,370 +على هذا، ما بدّيش، عشان ما يؤثّر على الـtheme الثاني طبعاً + +255 +00:21:50,370 --> 00:21:54,710 +يعني خلّيني أعمل لون جديد، اه، ممكن تعدّل في هذا، و + +256 +00:21:54,710 --> 00:21:57,990 +تستخدم هذا عادي، المتغيّر، بس أنا هيك بدّي أعمل متغيّر + +257 +00:21:57,990 --> 00:22:03,750 +جديد، بتخلّي اللي موجود مثلاً هذا أقول له ff0000 هذا + +258 +00:22:03,750 --> 00:22:08,010 +اللون الأحمر مثلاً، color primary لسة ما استخدمته صحّ + +259 +00:22:08,010 --> 00:22:14,910 +لأنّ هنا بتقول له add color، هي Gaza color primary، أيش + +260 +00:22:14,910 --> 00:22:21,670 +كمان، ممكن نخصص في عندنا color primary dark تمام + +261 +00:22:21,670 --> 00:22:28,110 +color primary dark، اللي هو لون الـstatus bar + +262 +00:22:28,110 --> 00:22:32,590 +اللي فوق هذا تمام، هذا بيكون أغمق من اللون اللي + +263 +00:22:32,590 --> 00:22:36,770 +تحته، فبنّيجي هنا بنقول له item + +264 +00:22:39,730 --> 00:22:47,710 +color primary dark، والآن في الـstyle برضه أيش + +265 +00:22:47,710 --> 00:22:54,170 +بعمل متغيّر جديد، color primary dark Gaza color + +266 +00:22:54,170 --> 00:22:59,470 +primary dark، وبنخلّي هذا أيش؟ درجة أغمق، يعني مثلاً + +267 +00:22:59,470 --> 00:23:01,390 +هاي زي هيك + +268 +00:23:05,620 --> 00:23:09,520 +طيب، نرجع للصورة هذه، في كمان عندنا text color + +269 +00:23:09,520 --> 00:23:20,260 +primary، اللي هو الخط اللي بيطلع هنا تمام، أو + +270 +00:23:20,260 --> 00:23:23,400 +خلينا قبل الـtext، في عندنا حاجة اسمها الـcolor + +271 +00:23:23,400 --> 00:23:29,360 +accent تمام، من نصائح جوجل بقول لنا دائماً احنا لما + +272 +00:23:29,360 --> 00:23:33,820 +نُصمّم الواجهات، في ألوان متوافقة مع بعض، اللي هي الـ + +273 +00:23:33,820 --> 00:23:36,560 +color primary، والـcolor primary dark، ولون الـ + +274 +00:23:36,560 --> 00:23:40,400 +status bar، ولون الخلفية نوعاً ما بيكون متوافق، بس + +275 +00:23:40,400 --> 00:23:44,500 +في color بيكون نافر، مش نافر، يعني لون من فصيلة + +276 +00:23:44,500 --> 00:23:47,920 +مختلفة، اللي هو بيسمّيه لون الـaccent color، الـ + +277 +00:23:47,920 --> 00:23:51,520 +accent color هذا اللون بيطلع مع مثلاً الـprogress + +278 +00:23:51,520 --> 00:23:58,300 +bar، شفت الـprogress، بيطلع اللون، الـswitch تمام، الـ + +279 +00:23:58,300 --> 00:24:03,280 +toggle button لما يتغيّر لونه، يعني بيطلع في حالات + +280 +00:24:04,230 --> 00:24:11,170 +حالات محدّدة تمام، بتكون مميزة، أو باللون مختلفة + +281 +00:24:11,170 --> 00:24:14,430 +أو من فصيلة مختلفة عن الألوان، الدرجة هذه، أيش + +282 +00:24:14,430 --> 00:24:18,190 +بيسمّيه الـaccent color، هيك بتاعون الـUX والـUI + +283 +00:24:18,190 --> 00:24:23,050 +اخترعوا هذا الـaccent color، بقول لك أنّه يعني بيستخدم + +284 +00:24:23,050 --> 00:24:26,930 +لحالات محدّدة، مش حالات كثيرة، حالات قليلة، هي زي مثلاً + +285 +00:24:26,930 --> 00:24:31,310 +progress bar، switch، هيفضل الـswitch لما يتغيّر الـ + +286 +00:24:31,310 --> 00:24:35,450 +radio button، والـcheck box، لما يتغيّر، حالات محدودة + +287 +00:24:35,450 --> 00:24:39,330 +بقول لك هذه بتشدّ أو بتلفت الانتباه، وبتكون تنتمي + +288 +00:24:39,330 --> 00:24:45,980 +لفصيلة آه مختلفة تمام، فأنت بيقول لك ممكن تحدّد الـ + +289 +00:24:45,980 --> 00:24:48,920 +accent color هذا، اللي هو بيسمّوه color accent، و + +290 +00:24:48,920 --> 00:24:52,640 +لحاله بيطبّقه على العناصر هذه، زي ما قلنا في حلقة.. + +291 +00:24:52,640 --> 00:24:56,360 +يعني في أماكن معيّنة، زي الـswitch والـ..والـ + +292 +00:24:56,360 --> 00:25:05,560 +progress bar وغيره، الآن، حدّد أنت الـcolor، بدنا + +293 +00:25:05,560 --> 00:25:13,440 +نعمل color جديد اسمه Gaza color accent، وأحدّد مثلاً + +294 +00:25:13,440 --> 00:25:20,240 +اللون، يعني خلينا نأخذ لونه نغيّر، بدنا لون مختلف، أو + +295 +00:25:20,240 --> 00:25:31,680 +يبيّن، خلينا نأخذ لون أصفر مثلاً، هذا + +296 +00:25:31,680 --> 00:25:37,540 +الـaccent، نرجع للـstyle طبعاً + +297 +00:25:37,540 --> 00:25:42,270 +إذا ما حدّدت الـaccent، أيش هيعمل؟ هياخد الـaccent + +298 +00:25:42,270 --> 00:25:46,750 +اللي معرفه وين؟ في الـtheme app compatible، يعني + +299 +00:25:46,750 --> 00:25:52,690 +اللي أنت ما بتغيّرهوش، هياخد تبع الـparent، فهنا برضه + +300 +00:25:52,690 --> 00:26:01,950 +أعرّف item جديد، هذا + +301 +00:26:01,950 --> 00:26:03,730 +اللي أنا ما حطيتهوش color + +302 +00:26:15,700 --> 00:26:19,360 +طيب، أيش في أمور ثانية ممكن أغيّرها؟ اللي هو الـ + +303 +00:26:19,360 --> 00:26:24,080 +window background، وفي عندنا الـstatus bar color، وفي + +304 +00:26:24,080 --> 00:26:28,960 +عندنا الـtext، لأ، الـtext خلّصناه، اه، لأ، الـtext، لأ، الـ + +305 +00:26:28,960 --> 00:26:32,780 +text color primary، والـwindow background، طيب الـ + +306 +00:26:32,780 --> 00:26:36,900 +text color برضه بنعمل item، هي الـtext color + +307 +00:26:36,900 --> 00:26:40,260 +primary، بس بقول لك هذا لازم تحطّ قبله كلمة android + +308 +00:26:40,260 --> 00:26:46,310 +ما حدّ يقول لي ليش هو هيك، بدّه تمام، بتكسّر الـcolor الـ + +309 +00:26:46,310 --> 00:26:53,870 +primary، هتغيّر + +310 +00:26:53,870 --> 00:26:56,350 +اللون اللي في الـcolors + +311 +00:27:10,370 --> 00:27:13,730 +ما بدّي أحطّ أبيض، لأنّه بالفعل أبيض، نحن بنثبت أنّه + +312 +00:27:13,730 --> 00:27:18,190 +اتغيّر، يعني مش مهم الشكل النهائي، وفي عندنا كمان + +313 +00:27:18,190 --> 00:27:30,350 +بالمرة نعمل color لمن؟ للـwindow، اللون + +314 +00:27:30,350 --> 00:27:31,030 +الخلفية + +315 +00:27:44,670 --> 00:27:47,770 +مش المهم الشكل اللي جاي، يا جماعة، المهم أنّه يعني + +316 +00:27:47,770 --> 00:27:55,570 +يتغيّر، وين؟ + +317 +00:27:55,570 --> 00:27:57,850 +ماشي + +318 +00:28:17,530 --> 00:28:25,170 +text color primary، لأ، ليش حطّيت هناك؟ لأنّ + +319 +00:28:25,170 --> 00:28:30,790 +دول عندنا الـwindows بس + +320 +00:28:30,790 --> 00:28:34,070 +أعتقد + +321 +00:28:34,070 --> 00:28:39,830 +هذه برضه بدّها أيش؟ ما بعرفش + +322 +00:28:39,830 --> 00:28:42,470 +من غير Android، طلع، نقرّر + +323 +00:28:53,080 --> 00:28:58,060 +خلّينا نجرب هذا الـgate، خصّصنا فيه، ممكن طبعاً فيه + +324 +00:28:58,060 --> 00:29:00,920 +attributes ثانية، في مثلاً navigation bar color، إذا + +325 +00:29:00,920 --> 00:29:04,260 +عندك navigation bar، في كمان واحدة مش موجودة هنا + +326 +00:29:04,260 --> 00:29:09,170 +اللي هو text color secondary، اللي هو خط ثانوي هذا + +327 +00:29:09,170 --> 00:29:12,870 +اللي بيطلع وين؟ شايفين هذا الـmenu، الخط اللي فيه + +328 +00:29:12,870 --> 00:29:17,430 +بتحدّد عن text color secondary، خلينا نشوف شكل الـ + +329 +00:29:17,430 --> 00:29:21,030 +theme، بس هذا طبعاً عشان نطبّق الـtheme هذا لازم + +330 +00:29:21,030 --> 00:29:26,060 +تروح للـmanifest، وتقول له بدّي my Gaza theme، لأنّ هي + +331 +00:29:26,060 --> 00:29:30,000 +الـactivity بتاعتي، وهي أيش؟ تطبّق الـtheme، ماشي، خبيصة + +332 +00:29:30,000 --> 00:29:38,680 +بس تمام، الفكرة أنّك تطبّق الـtheme، يعني، طيب، تعالَ + +333 +00:29:38,680 --> 00:29:41,900 +نشوف، هطبّق على الصورة، هرفع لكم إياها، عشان أنت لازم + +334 +00:29:41,900 --> 00:29:46,840 +تكون عارف الـattributes اللي بتستخدمها + +335 +00:29:52,240 --> 00:29:56,560 +الـCommon Intents، تعالَ + +336 +00:29:56,560 --> 00:30:08,600 +يا جماعة، شوية، نشوف هذه الـGoogle، لأنّ + +337 +00:30:08,600 --> 00:30:15,400 +في مواقع ممكن تساعدك أنّك تختار اللي هو عائلات + +338 +00:30:15,400 --> 00:30:24,130 +الألوان الموجودة، مثلاً طبعاً هنا بيجيب لي أيش؟ بيسمّوها + +339 +00:30:24,130 --> 00:30:29,050 +الـcolor palettes، اللي هي العائلات أو فصائل + +340 +00:30:29,050 --> 00:30:34,270 +الألوان الموجودة، يعني مثلاً، هاي الألوان الأحمر + +341 +00:30:34,270 --> 00:30:39,430 +شايفين؟ هاي تدرّجاتها تمام، فأنت مثلاً ممكن تأخذ رقم + +342 +00:30:39,430 --> 00:30:45,630 +طبعاً هو كل درجة رقم معطى، مقسّم تمام، مثلاً ممكن + +343 +00:30:45,630 --> 00:30:52,960 +تختار هذا، اللي هو الـstatus bar، الـcolor primary + +344 +00:30:52,960 --> 00:31:03,980 +dark، هذا ليش ما اشتغلش؟ اه + +345 +00:31:03,980 --> 00:31:09,400 +تمام، هاي الـtheme، طلع هنا، عشان يطلع تصميمك مرتّب + +346 +00:31:09,400 --> 00:31:13,880 +حاول تلتزم بالـcolor palettes، يعني مثلاً إذا أنت + +347 +00:31:13,880 --> 00:31:17,760 +معوّي أنّ التطبيق تبعك يكون من درجات الأحمر، اختار + +348 +00:31:17,760 --> 00:31:23,060 +مثلاً الـcolor primal dark من رقم 800 وطالع طبعاً + +349 +00:31:23,060 --> 00:31:26,580 +هاي واضحة.. لأ مش واضحة هنا، ولا؟ لأ، طيب هاي مثلاً + +350 +00:31:26,580 --> 00:31:31,120 +اللي هو الأزرق هذا، الـ..الـindigo، وهاي بدّي أقول له + +351 +00:31:31,120 --> 00:31:39,220 +control plus، خليها تكبر شوية، هذه مثلاً اللون 900 + +352 +00:31:39,220 --> 00:31:43,640 +هذا، خلّينا أيش؟ لأ، وطبعاً الفكرة هنا هي ما تيجي تضغط + +353 +00:31:43,640 --> 00:31:48,140 +على هذه، بيقول لك اللون هذا الهيكسا، نسخة على الـ + +354 +00:31:48,140 --> 00:31:52,480 +clipboard، فبتروح بتحطه وين؟ في الـstyle، طبعاً، هي على + +355 +00:31:52,480 --> 00:31:56,040 +أساس أنت مش هتحفظ ألوان، أنت بتيجي تجرّب، تعالَ افتح + +356 +00:31:56,040 --> 00:31:59,120 +الـcolor palettes هدول، واتفرّج عليهم، واختار + +357 +00:31:59,120 --> 00:32:01,720 +بيقول هذا الـcolor الـprimary، درجة، اضغط هنا، نسخة + +358 +00:32:01,720 --> 00:32:04,800 +روح حطّه في الـ..أنت في مواقع تختار نفس اللون، و + +359 +00:32:04,800 --> 00:32:08,990 +هو بيعطيك اللون، وفي مواقع كمان بتختار العائلة، و + +360 +00:32:08,990 --> 00:32:12,930 +بيطلع لك XML file فيه أيش؟ الألوان، وكلّها، يعني في + +361 +00:32:12,930 --> 00:32:16,650 +مواقع كثيرة لهذا، هذا واحد منهم، بدّك مثلاً الـcolor + +362 +00:32:16,650 --> 00:32:19,230 +primary وdark، بتختار لهم أفتح مثلاً الـ500 أو الـ + +363 +00:32:19,230 --> 00:32:20,970 +600، درجات هو + +364 +00:32:24,740 --> 00:32:27,400 +الـbackground مثلاً ممكن تختاره 50 أو 100، لون + +365 +00:32:27,400 --> 00:32:31,680 +فاتح تمام؟ بس من نفس الـpalette، هذا الـaccent + +366 +00:32:31,680 --> 00:32:35,280 +بدّك تختار لون نافر مختلف خالص، يعني مثلاً إذا اخترت + +367 +00:32:35,280 --> 00:32:40,660 +أزرق، فكّر أيش فيه لون لو حطيته على الأزرق يبيّن فيه + +368 +00:32:40,660 --> 00:32:46,440 +contrast يعني تباين كبير، مثلاً أصفر ممكن تختاره + +369 +00:32:46,440 --> 00:32:51,700 +تمام؟ تختار مثلاً 500، هذا في الأصفر، فيه contrast + +370 +00:32:51,700 --> 00:32:55,400 +كبير بين وبين اللون الأساسي، هاي فكرة الـaccent + +371 +00:32:55,400 --> 00:33:01,140 +color يا جماعة، طيب هذا بالنسبة للـtheme، فهنا كيف + +372 +00:33:01,140 --> 00:33:06,440 +نغيّر الـtheme ونعمل لها تخصيص، ممكن كمان غير الـ + +373 +00:33:06,440 --> 00:33:12,120 +theme، الـtheme نفسه بيجي بمرفقات، يعني مثلاً الـtext + +374 +00:33:12,120 --> 00:33:17,540 +view اللي فيه، أنّه برضه style خاص فيه، أيش؟ عن الـ + +375 +00:33:17,540 --> 00:33:21,700 +style، لما نحكيه، لما نقول style هو مجموعة خصائص + +376 +00:33:21,700 --> 00:33:29,500 +للزر، منه حجم الخط، نوع الخط، تمام، مجموعة attributes + +377 +00:33:29,500 --> 00:33:36,100 +خاصة بالعنصر، استخدام الـstyles بريّحنا، كيف؟ أعطيك + +378 +00:33:36,100 --> 00:33:39,660 +مثال، عاملي، لو أنا روحت على الـactivity بتاعتي، و + +379 +00:33:39,660 --> 00:33:43,520 +قلت هاي text view، تمام، بدنا نغيّر خصائص الـtext + +380 +00:33:43,520 --> 00:33:51,370 +view هذا، أخذنا كيف نغيّر الخصائص؟ وبتروح للـtext هاي + +381 +00:33:51,370 --> 00:33:57,010 +الـtext view، وبتحطّ + +382 +00:33:57,010 --> 00:34:02,910 +الـattributes، بتقول مثلاً text color بدّك إياها مثلاً + +383 +00:34:07,640 --> 00:34:17,160 +text-size، بدّيها مثلاً 18 sp، text-style، اه، حطّ له + +384 +00:34:17,160 --> 00:34:23,780 +مثلاً bold تمام؟ padding، حطّ له مثلاً 5 dp من + +385 +00:34:23,780 --> 00:34:29,460 +كل النواحي، الآن، لو أنت عندك 10 text-view، بدّك + +386 +00:34:29,460 --> 00:34:36,690 +تروح لكل واحد تحطّ له أيش؟ التفصيلة دي كلّها، أنت عندك + +387 +00:34:36,690 --> 00:34:40,890 +text views كثيرة، وبدّك تطبّق عليهم الخصائص هذه، بدّك + +388 +00:34:40,890 --> 00:34:45,170 +تضطر تروح تنسخهم وتحطّهم كثيراً، وهبقى بيقول لي، طب ما + +389 +00:34:45,170 --> 00:34:48,650 +احنا بنعرف الـcolor، حتى لو أخذت color من الموجودين + +390 +00:34:48,650 --> 00:34:55,310 +في الـcolors، هي @color، قول له مثلاً Gaza primary، هي + +391 +00:34:55,310 --> 00:34:58,010 +هي، أنت عندك مجموعة خصائص وبد + +445 +00:40:25,810 --> 00:40:31,270 +على شاشة اسمها الـ logcat، الـ logcat هذه فعلياً عبارة + +446 +00:40:31,270 --> 00:40:35,950 +عن الرسائل التي ينفذها Android Operating System + +447 +00:40:35,950 --> 00:40:38,830 +أثناء ما أنتَ بتشغل، يعني كل ما تشغل التطبيق، هتلاقي + +448 +00:40:38,830 --> 00:40:45,750 +هنا إيش عامل؟ طبع لك حاجات كثيرة، تمام. احنا ممكن من + +449 +00:40:45,750 --> 00:40:50,270 +خلال الـ logcat هذا، الـ logcat نتبع الأخطاء الموجودة + +450 +00:40:50,270 --> 00:40:55,610 +كيفَ يطلع معايا؟ أول حاجة، لما أنتَ تيجي تشغل، بدك تحدد + +451 +00:40:55,610 --> 00:41:01,110 +التطبيق، الرسائل التي تيجي منهم من تطبيق واحد، يعني + +452 +00:41:01,110 --> 00:41:06,090 +مرات هذا بيكون غير مُعلم أو مُختار. الحاجة الثانية، + +453 +00:41:06,090 --> 00:41:11,730 +في عندك هنا أنواع الرسائل التي يعرضها، الرسائل فيها + +454 +00:41:11,730 --> 00:41:15,650 +أنواع كثيرة، مثلًا info، warning، هذه الرسائل التحذيرات، + +455 +00:41:15,650 --> 00:41:19,850 +في أخطاء، مثلًا أنتَ حابب بس تشوف الـ errors، بتعلم على + +456 +00:41:19,850 --> 00:41:24,590 +error، ففي الحالة دي بس الرسائل الخطأ هي التي تطلع + +457 +00:41:24,590 --> 00:41:25,590 +قدامك. + +458 +00:41:28,720 --> 00:41:32,240 +في أمر آخر، مرات احنا وإحنا كنا نشغل جافا كثيراً، + +459 +00:41:32,240 --> 00:41:35,140 +لما كنا نجرب، كنا نقوله عشان نشوف حاجة شغالة: system + +460 +00:41:35,140 --> 00:41:41,600 +.out.println، تمام؟ هلأ احنا، عَ فكرة، ممكن نستخدم + +461 +00:41:41,600 --> 00:41:44,760 +system.out.println، سيطبع لك برضه في الـ logcat، بس + +462 +00:41:44,760 --> 00:41:49,820 +الذي أفضل منها في التطبيقات أن تروح، عشان تطبع + +463 +00:41:49,820 --> 00:41:57,800 +رسالة تحت في الـ logcat، تمام؟ تكتب كلمة log، تمام؟ و + +464 +00:41:57,800 --> 00:42:01,080 +بتختار نوع الرسالة التي بدك إياها. طبعًا في رسالة + +465 +00:42:01,080 --> 00:42:04,060 +بتتمنع... في D، D يعني الرسالة هذه، التي هي الـ + +466 +00:42:04,060 --> 00:42:08,420 +debugging، تمام؟ E معناها أن الرسالة هذه إيش؟ error، + +467 +00:42:08,420 --> 00:42:13,400 +تمام؟ I معناها إيش؟ info، طبعًا هذه التي تؤثر إذا + +468 +00:42:13,400 --> 00:42:19,040 +أنتَ حاطط D، سيطلع تعون الـ debugging، تمام؟ إذا حاطط + +469 +00:42:19,040 --> 00:42:24,930 +E، error، سيطلع تعون الـ error، إذا حاطط verbose، سيطلع + +470 +00:42:24,930 --> 00:42:31,750 +كل حاجة، طيب. + +471 +00:42:31,750 --> 00:42:36,150 +فاحنا عادة لما نطبع، بنقوله دي مثلًا debug، لأن + +472 +00:42:36,150 --> 00:42:39,210 +الفكرة عالجت أن كل رسالة بتعطيها، بتطبعها، لازم + +473 +00:42:39,210 --> 00:42:43,390 +تعطيها اسم يُسمّى الـ filter، هذا الاسم، يعني مثلًا + +474 +00:42:43,390 --> 00:42:52,430 +سمّيها إيش هنا؟ test، this is a test message، + +475 +00:42:53,330 --> 00:42:56,550 +لأن ممكن أنتَ لما تشغل، يطبع لك... يطبع رسائل debug + +476 +00:42:56,550 --> 00:43:01,190 +كثيرة، ممكن تيجي تقوله هنا في الـ... في الشاشة + +477 +00:43:01,190 --> 00:43:05,250 +الأخيرة، أن تضيف أنتَ filter، تقوله فقط اطبع لي + +478 +00:43:05,250 --> 00:43:08,790 +الرسائل التي الـ tag تبعها، الـ tag، الذي هو + +479 +00:43:08,790 --> 00:43:13,690 +المُسمّى تبعها، التي هي رسائل الـ test، في الحالة دي، مش + +480 +00:43:13,690 --> 00:43:17,870 +سيطبع لك أي رسائل debug أخرى، تمام؟ سيطبع لك بس إيش؟ + +481 +00:43:17,870 --> 00:43:21,010 +بس رسائل الـ test، لأن فعلياً أنتَ لو لم تعمل filter، + +482 +00:43:22,070 --> 00:43:26,430 +ممكن يطبع Android System نفسه رسائل debug هو الذي + +483 +00:43:26,430 --> 00:43:29,330 +يظهر، بتطبعها، بس أنتَ عشان تقلل عدد الرسائل، ماهو + +484 +00:43:29,330 --> 00:43:33,710 +المشكلة أنتَ بتتوه في الرسائل كثيرة، بدك تقللها، بدك + +485 +00:43:33,710 --> 00:43:37,190 +تحط filter هنا، edit filter configuration، تقلل + +486 +00:43:37,190 --> 00:43:44,090 +وأرني بس الرسائل التي تبدأ بـ test، هذه جربها في + +487 +00:43:44,090 --> 00:43:47,490 +المنزل، ولا تستطيع أن تجربها في المنزل بسبب + +488 +00:43:47,490 --> 00:43:50,790 +مشاغلك، بسبب مشاغلك، بسبب مشاغلك، بسبب مشاغلك، + +489 +00:43:50,790 --> 00:43:51,130 +مشاغلك، بسبب مشاغلك، بسبب مشاغلك، بسبب مشاغلك، + +490 +00:43:51,130 --> 00:43:51,210 +بسبب مشاغلك، بسبب مشاغلك، بسبب مشاغلك، بسبب + +491 +00:43:51,210 --> 00:43:52,770 +مشاغلك، بسبب مشاغلك، بسبب مشاغلك، بسبب مشاغلك، + +492 +00:43:52,770 --> 00:43:59,730 +مشاغلك، بسبب مشاغلك، بسبب مشاغلك، بسبب مشاغلك + +493 +00:43:59,730 --> 00:44:04,150 +هنا بتختاره، وبعدين إذا حابب أنتَ تقرّر الرسائل + +494 +00:44:04,150 --> 00:44:08,450 +الخاصة فيك بس، بتحط + +495 +00:44:08,450 --> 00:44:13,110 +لك الرسالة tag مُعيّن، وبتقوله هنا، بتعمل filter، edit + +496 +00:44:13,110 --> 00:44:16,650 +filter configuration، وبتحكي له، اطبع لي بس الرسائل + +497 +00:44:16,650 --> 00:44:20,790 +التي تبدأ بـ test، بيصير وكأنك أنتَ شغال الـ system، + +498 +00:44:20,790 --> 00:44:26,730 +وطبع لك رسائلك الخاصة بس. حابب تقلل عدد الرسائل + +499 +00:44:26,730 --> 00:44:30,770 +التي تطلع، وتشوف بس رسائل الـ error والأخطاء، تختار + +500 +00:44:30,770 --> 00:44:34,410 +من هنا، بس عرض لي... عرض لي الـ error، تمام؟ هذا كله في + +501 +00:44:34,410 --> 00:44:37,610 +شاشة وين يا جماعة؟ شاشة الـ log... الـ logcat هذه، + +502 +00:44:37,610 --> 00:44:43,890 +تمام؟ مش الـ run، تمام؟ الـ log... الـ logcat، ماشي يا + +503 +00:44:43,890 --> 00:44:47,330 +جماعة، خلاص نكتفي بهذا القدر، المحاضرة القادمة، المرة + +504 +00:44:47,330 --> 00:44:51,130 +القادمة، ضروري تحضرها لأننا سنتشغل مشروعًا متكاملًا، ماشي + +505 +00:44:51,130 --> 00:44:51,530 +يا جماعة. diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..f185d5ca02a1122ff3d0d938862bdc484a4d396f --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_postprocess.srt @@ -0,0 +1,2020 @@ +1 +00:00:22,410 --> 00:00:27,290 +طيب السلام عليكم يا جماعة آخر + +2 +00:00:27,290 --> 00:00:29,770 +موضوع مررنا عليه في المحاضرة الماضي و اللي جابلها + +3 +00:00:29,770 --> 00:00:32,290 +اللي هو الموضوع ان اشغل activity من activity تاني + +4 +00:00:32,290 --> 00:00:35,750 +عرفنا كيف نشغل activity كيف نبعتلها بيانات و كيف + +5 +00:00:35,750 --> 00:00:38,650 +نستقبل البيانات في ال activity و فهمنا ايش يعني + +6 +00:00:38,650 --> 00:00:41,570 +explicit intent و implicit intent و كيف احنا + +7 +00:00:41,570 --> 00:00:46,070 +بنستفيد من ال implicit intent عشان نشغل تطبيقات + +8 +00:00:46,070 --> 00:00:49,930 +موجودة على الجوالحيث ان التطبيقات الموجودة على + +9 +00:00:49,930 --> 00:00:54,150 +الجوال اي تطبيق يسمح لغيره يشغله بيعمل في ال + +10 +00:00:54,150 --> 00:00:56,950 +activity حاجة اسمها ال intent filter هذا وين بنحط + +11 +00:00:56,950 --> 00:01:01,210 +ال intent filter في ال manifest file و فيديته يعمل + +12 +00:01:01,210 --> 00:01:05,650 +وصف لل activity يحط لها action معين على أساس ان اي + +13 +00:01:05,650 --> 00:01:09,160 +activity بتشغلها بتبعد اسم ال actionاللي بيفرق + +14 +00:01:09,160 --> 00:01:11,400 +بالـ implicit intent و ال explicit intent ان ال + +15 +00:01:11,400 --> 00:01:15,160 +explicit انت بتحط اسم ال class و بنفعل لما تكون ان + +16 +00:01:15,160 --> 00:01:18,520 +انت بدك تشغل activity في نفس التطبيق لكن في تطبيق + +17 +00:01:18,520 --> 00:01:22,720 +اخر انت بتحط اسم ال action هذا بيصل لل Android + +18 +00:01:22,720 --> 00:01:25,480 +system و هو بدور في ال manifest file لكل التطبيقات + +19 +00:01:25,480 --> 00:01:28,980 +على activity توافق ال action هذا تمام؟ و قلنا ان + +20 +00:01:28,980 --> 00:01:31,620 +التطبيقات اللي على الجوال فيها actions مشهورة و + +21 +00:01:31,620 --> 00:01:36,400 +معروفةتمام؟ وفي common intents عشان تستخدمهم طبعا + +22 +00:01:36,400 --> 00:01:40,640 +بدك ترجع لل tutorial كيف انت تستخدم ال intent او + +23 +00:01:40,640 --> 00:01:44,240 +كيف تشغل تطبيق معين لأن انت مش هتقلف اسم ال action + +24 +00:01:44,240 --> 00:01:47,760 +صحيح ولا؟ ولا انت بتعرف هذا مين حط اسم ال action + +25 +00:01:47,760 --> 00:01:51,540 +اللي قام للتطبيق تمام؟ في أسماء actions ثابتة + +26 +00:01:51,540 --> 00:01:54,860 +بتعامل معها الاندرويد عشان هيك معرفة ك static + +27 +00:01:54,860 --> 00:01:59,340 +variables زي intent action view action sent صحيح + +28 +00:01:59,340 --> 00:02:03,280 +ولا؟ شوفنا هدولة كلهمهذه زي فوابط يعني طبعا هو + +29 +00:02:03,280 --> 00:02:06,200 +باعتمدش بس على اسم ال action في التمييز من بين ال + +30 +00:02:06,200 --> 00:02:09,980 +activities باعتمد أيضا على نوع البيانات يعني إذا + +31 +00:02:09,980 --> 00:02:13,880 +بعت أنا action view والبيانات اللي بعتها بتبدأ + +32 +00:02:13,880 --> 00:02:17,880 +بكلمة http بفهم إنه أنا بدي browser تمام؟ وشوفوا + +33 +00:02:17,880 --> 00:02:20,400 +بعض الأمثل المحاضرة الماضية على أتشغيل تطبيقات على + +34 +00:02:20,400 --> 00:02:25,800 +الجوال زي مثلا أفتح ال browser أبعت SMSأشغل ال map + +35 +00:02:25,800 --> 00:02:29,760 +و هنشوف قدام تطبيقات أخرى زي كيف نعمل اتصال كيف + +36 +00:02:29,760 --> 00:02:33,320 +نشغل الكاميرا كيف ندخل على ال contacts مثلا هذه + +37 +00:02:33,320 --> 00:02:36,440 +أمور مهمة بس أنا ماعتدهاش لأنه لسه بدها أمور اللي + +38 +00:02:36,440 --> 00:02:39,800 +علاقة بال security تمام يعني بدها أمور متقدمة شوية + +39 +00:02:39,800 --> 00:02:46,280 +المحاضرة عادة في جزئيتين أصغر بدي أشرحهم و بعدين + +40 +00:02:46,280 --> 00:02:52,910 +بدي أوقف شوية خلال المحاضرة الجايةو اعطي مشروع + +41 +00:02:52,910 --> 00:02:57,330 +كامل اشتغله من الصفر لحد ما يطلع عندنا تطبيق كبير + +42 +00:02:57,330 --> 00:03:02,230 +بنستخدم في كل اللي أخدناها زائد بعض الأمور الصغيرة + +43 +00:03:02,230 --> 00:03:06,390 +اللي هتتعلمها من خلال المشروعزائد برضه منطبق + +44 +00:03:06,390 --> 00:03:09,770 +الحاجات اللي أخدناها في الجابة نستفيدها مثلا بنعمل + +45 +00:03:09,770 --> 00:03:15,830 +برنامج مسابقات عند مجموعة أسئلة موجودة في ملف text + +46 +00:03:15,830 --> 00:03:21,090 +بدنا البرنامج يشتغل أول ما يشتغل بيجيبلك السؤال و + +47 +00:03:21,090 --> 00:03:25,650 +بيجيبلك خيارات و بعدين بيحطلك timer إذا جاوبت + +48 +00:03:25,650 --> 00:03:29,550 +بيشغلك صوت مثلا تسجيف أو كذا تشجيع و بنتقل على + +49 +00:03:29,550 --> 00:03:33,210 +السؤال التاني و هكذا إذا خسرت أو جاوبت سؤال غلط + +50 +00:03:33,770 --> 00:03:37,490 +ممكن يطلع لك من المسابقة يبدأ من البداية او ممكن + +51 +00:03:37,490 --> 00:03:43,310 +تفيد مبدأ الرصيد انه اي سؤال بتجاوب تاخد علامات + +52 +00:03:43,310 --> 00:03:48,610 +مثلا طيب خلينا الان نخلص الجزئيتين هدولة قبل ما + +53 +00:03:48,610 --> 00:03:52,870 +نبدأ في المشروع اللي هنشتغله وبدأ اترق لجزئية + +54 +00:03:52,870 --> 00:03:54,150 +اسمها ال themes + +55 +00:04:05,430 --> 00:04:09,510 +لأن اسمها تعقب من ال themes الجوال فيه إيه ال + +56 +00:04:09,510 --> 00:04:14,190 +themes صح ولا اللي هو ال style أو الطريقة عرض + +57 +00:04:14,190 --> 00:04:20,250 +الأيقونات الخلفية ال dialogues كيف يعرضها يعني ال + +58 +00:04:20,250 --> 00:04:26,950 +theme بتحكم في شكل عرض عناصر الواجهة صح ولا الآن + +59 +00:04:26,950 --> 00:04:29,850 +احنا ما اضطرتماش لل theme لأنه استخدمنا ال theme + +60 +00:04:29,850 --> 00:04:33,350 +ال default اللي بيجي مع التطبيق أول ما أنشئه نتعرف + +61 +00:04:33,350 --> 00:04:39,200 +الآنكيف احنا نتعامل مع الـ Themes وكيف بحيث ان + +62 +00:04:39,200 --> 00:04:44,200 +احنا نتوافق مع معيير جوجل اللي طرحتها لـ في + +63 +00:04:44,200 --> 00:04:47,680 +المتينة الـ Design لمتينة صمم الواجهة دي الآن يا + +64 +00:04:47,680 --> 00:04:50,720 +جماعة انا لو روحت على الواجهة بتاعة التطبيق + +65 +00:04:50,720 --> 00:05:03,560 +الواجهة + +66 +00:05:03,560 --> 00:05:07,940 +دي فيها Themeفيه theme معين ان فوق مثلا بيعرض هذا + +67 +00:05:07,940 --> 00:05:10,620 +باللون أزرق غامق بعدين هذا باللون فاتح والخلفية + +68 +00:05:10,620 --> 00:05:15,300 +باللون أبيض أو الرماد الخفيف طبعا اذا حاجب انت + +69 +00:05:15,300 --> 00:05:21,460 +طبعا ايش مكتوب هنا مكتوب هنا استخدم حاجة اسمها ال + +70 +00:05:21,460 --> 00:05:24,340 +app theme هنحكي ايش هو ال app theme بس انا لو فتحت + +71 +00:05:24,340 --> 00:05:29,160 +الشاشة هذه هنا + +72 +00:05:29,160 --> 00:05:33,100 +بيجيبلي عدد كبير من ال themes اللي موجودة اللي انت + +73 +00:05:33,100 --> 00:05:39,330 +بتقدر تتفرج عليهمثلا طبعا هنا محطوط all طبعا في + +74 +00:05:39,330 --> 00:05:42,830 +تصنيفات لل themes مثلا في عندنا theme اسمه ال + +75 +00:05:42,830 --> 00:05:47,270 +hololight و ال holodark تمام ال hololight هاي + +76 +00:05:47,270 --> 00:05:51,830 +شايفينه من هنا هذا هو انا روحت جماعة على ال theme + +77 +00:05:51,830 --> 00:05:56,770 +in editor تمام تتفرج على ال theme فالان روحت انا + +78 +00:05:56,770 --> 00:05:59,510 +على ال hololight مثلا و اخترت ال theme ال theme + +79 +00:05:59,510 --> 00:05:59,830 +هذا + +80 +00:06:02,790 --> 00:06:06,710 +طب اطلع على هنا نايت كيف انه حط الشريط الفوق أسود + +81 +00:06:06,710 --> 00:06:10,930 +و هنا رمادي غامض و هذا رمادي فاتح و شوية غير برضه + +82 +00:06:10,930 --> 00:06:15,750 +في الأبعاد يعني الخط صغر مثلا هذا عرض ال action + +83 +00:06:15,750 --> 00:06:20,810 +بارماله صار أصغر يعني هذا ال theme بتاع الشاشة + +84 +00:06:20,810 --> 00:06:26,790 +تغير و مش بس هيك حتى ممكن تلاقي أشكال العناصر فيها + +85 +00:06:26,790 --> 00:06:33,020 +تغير برضهخلّينا مثلا هاي pattern موجود هنا طيب + +86 +00:06:33,020 --> 00:06:37,320 +تعالى نشوف theme تانية في ال hono نفسه في hono + +87 +00:06:37,320 --> 00:06:44,360 +dark تمام هذا ايش بيجيبلك هي كله أسود أسود في أسود + +88 +00:06:44,360 --> 00:06:52,260 +بيحطلك الخطوط أبيض تعالى نشوف مثلا themes تانيةطب + +89 +00:06:52,260 --> 00:06:55,500 +خلّيله على ال holo مثلا light هذا كمان طلع داخل ال + +90 +00:06:55,500 --> 00:07:01,280 +holo light هيكون فيه تقسيمات تمام مثلا ال holo + +91 +00:07:01,280 --> 00:07:07,660 +light نفسه بيجيبلكيا لل action bar رمادي تمام لو + +92 +00:07:07,660 --> 00:07:11,800 +أنا روحت على ال holo light نفسه هذا ال holo light + +93 +00:07:11,800 --> 00:07:18,520 +فيه holo light dark action bar ايش يعني يعني غيرلك + +94 +00:07:18,520 --> 00:07:20,000 +ال action bar بس خلّيها dark + +95 +00:07:23,070 --> 00:07:25,030 +الهولو لايت نفسه + +96 +00:07:28,420 --> 00:07:32,580 +no action bar شايفينه hololight no action bar ال + +97 +00:07:32,580 --> 00:07:35,860 +no action bar يعني بيشيلك مين ال action bar اللي + +98 +00:07:35,860 --> 00:07:41,020 +موجود فوق هذا تمام بيعرضه بالشكل هذا في الابتدائيه + +99 +00:07:41,020 --> 00:07:44,740 +من لوني بوب صاروا ينصحوا بعدم استخدام ال action + +100 +00:07:44,740 --> 00:07:50,580 +bar فيه بديل هنتكلم عليه اسمه tool bar تمام طيب + +101 +00:07:50,580 --> 00:07:56,770 +احنا هنحكي عن هذا خلينا نتعرف على ال themesفي نفس + +102 +00:07:56,770 --> 00:08:00,190 +ال theme در بالك هذا مثلا ال theme HoloLight تمام؟ + +103 +00:08:00,190 --> 00:08:03,450 +اللي له تقسيمات تمام؟ في themes اللي له علاقة + +104 +00:08:03,450 --> 00:08:07,130 +بالعناصر اللي جوا يعني مثلا هذا theme خاص بإيش + +105 +00:08:07,130 --> 00:08:10,490 +HoloLight Dialogue هذا ال theme اللي بيطبقه + +106 +00:08:10,490 --> 00:08:17,190 +للشاشات الفرعية اللي بتفتح داخل الشاشة طيب هذا + +107 +00:08:17,190 --> 00:08:23,320 +مثلا نفس الحاجة HoloDark مثلا في HoloDarkNo action + +108 +00:08:23,320 --> 00:08:29,040 +bar مثلا ان هو نفسه بث شالك ال action bar في ال .. + +109 +00:08:29,040 --> 00:08:31,900 +في ال lollipop ظهرت مجموعة من ال themes هي ال + +110 +00:08:31,900 --> 00:08:39,920 +material تمام في material light تمام + +111 +00:08:39,920 --> 00:08:42,920 +هذه ال theme اللي هو ال material يعني نوع الخط + +112 +00:08:42,920 --> 00:08:43,720 +شويه اتغير + +113 +00:08:52,730 --> 00:08:55,170 +و في ال material ال dark يعني انت بتقدر تتفرج على + +114 +00:08:55,170 --> 00:09:04,810 +ال themes الموجودة هنا طيب لو + +115 +00:09:04,810 --> 00:09:11,450 +روحنا على all هنا + +116 +00:09:11,450 --> 00:09:17,750 +بيجيبلك كل أنواع ال themes فيه مثلا theme اسمه ال + +117 +00:09:17,750 --> 00:09:20,510 +app compat تمام؟ + +118 +00:09:24,210 --> 00:09:27,730 +الـ Theme App Compat هنا يا جماعة اللي بدك تنتبه + +119 +00:09:27,730 --> 00:09:31,710 +انه مثلا ال themes اللي لها علاقة بالهونو مثلا او + +120 +00:09:31,710 --> 00:09:35,890 +ال material ظهرت مع versions لاندرويد يعني مثلا ال + +121 +00:09:35,890 --> 00:09:38,870 +.. ال .. ال material themes ظهرت مع اللوني بوب + +122 +00:09:38,870 --> 00:09:44,270 +فانت لو بدك تستخدم ال material theme معناها انه + +123 +00:09:44,270 --> 00:09:47,670 +بدك تحتاط انه يا اما تحط theme للأجهزة اللي قبل + +124 +00:09:47,670 --> 00:09:52,850 +اللوني بوبيعني لأن ال material بدعم بس إيش؟ بدعم + +125 +00:09:52,850 --> 00:09:57,910 +ال lollipop تمام؟ بدعمش ال virgins اللي أقدر فممكن + +126 +00:09:57,910 --> 00:10:00,950 +تستخدم ال material بس بدك تحطط ان الأجهزة القديمة + +127 +00:10:00,950 --> 00:10:04,190 +بيقولوا روحوا يستخدموا ال theme تاني هذا هنشوف كيف + +128 +00:10:04,190 --> 00:10:08,690 +نعمله بس دايما انا بنصح ان في عندنا theme موجود + +129 +00:10:08,690 --> 00:10:10,530 +اسمه ال app compat + +130 +00:10:16,580 --> 00:10:23,760 +هي ال AppCompat هذا يا جماعة من اسمه انه + +131 +00:10:23,760 --> 00:10:27,160 +compatible مع كل ال versions بتاعة الاندرويد تمام + +132 +00:10:27,160 --> 00:10:30,980 +فانت ممكن تستخدم ال AppCompat و بعدين تعمله تخصيص + +133 +00:10:30,980 --> 00:10:35,660 +ايش يعني تغير الألوان الموجودة فيه زي ما بدك طبعا + +134 +00:10:35,660 --> 00:10:38,900 +هذا هو الأساس بتاع ال AppCompat طبعا كله أسود في + +135 +00:10:38,900 --> 00:10:43,300 +أسود في AppCompat تاني مثلا Daylight + +136 +00:10:49,410 --> 00:10:54,270 +هذا الـ AppCompat Daylight وفيه AppCompat Light + +137 +00:10:54,270 --> 00:11:00,590 +بختلف عنه شوية يعني مافيش اختلاف كتير فانت فعليا + +138 +00:11:00,590 --> 00:11:03,710 +ممكن تستخدم ال AppCompat و تغير فيه زي ما بدك طيب + +139 +00:11:03,710 --> 00:11:07,210 +نقطة مهمة انا ال themes اللي بغيرها هنا لو انا + +140 +00:11:07,210 --> 00:11:11,850 +عملت run مش هطلبها على الشاشة هذا بس انت بتشوف + +141 +00:11:11,850 --> 00:11:17,330 +هجعدعلى الـ editor طب ليش مش هيشوف على الشاشة + +142 +00:11:17,330 --> 00:11:21,050 +الأقل انت فيه موقع بتحدده أصلا بتحدده في ال + +143 +00:11:21,050 --> 00:11:25,830 +manifest file هنرجع ال gate نشوف ال manifest file + +144 +00:11:25,830 --> 00:11:29,710 +نطلع + +145 +00:11:29,710 --> 00:11:34,520 +هنا على ال application ال tag applicationattribute + +146 +00:11:34,520 --> 00:11:38,300 +اسمها theme وهنا هو مستخدم محلي اسمها add style + +147 +00:11:38,300 --> 00:11:44,560 +على app theme الان احنا لو بدنا نغير طبعا لحد .. + +148 +00:11:44,560 --> 00:11:52,900 +شوف انا هنا مستخدم ال .. ال app compat lite لكن + +149 +00:11:52,900 --> 00:11:56,420 +لما اشغل لحظة شوية خلينا نشوف ايش هيطلع + +150 +00:12:56,210 --> 00:13:00,830 +طيب، ال theme العربي يا جماعة، رجع للtheme + +151 +00:13:00,830 --> 00:13:04,410 +الأساسي، تمام؟ ماحطش، يعني أنت لما تغير من هنا، بس + +152 +00:13:04,410 --> 00:13:09,350 +بتشوف شكله، تمام؟ بس كيف الطبق فعليا؟ عشان الطبق + +153 +00:13:09,350 --> 00:13:14,210 +لازم يتغير حاجة في ال manifest، تمام؟لأن ممكن انت + +154 +00:13:14,210 --> 00:13:19,350 +تيجي تقوله app style و + +155 +00:13:19,350 --> 00:13:24,430 +هنا بيجيبلك ايش themes الموجودة او مرات انت بلزمك + +156 +00:13:24,430 --> 00:13:26,790 +تحط اذا بدك تستخدم من ال themes الموجودة في + +157 +00:13:26,790 --> 00:13:35,410 +الاندرويد android style على + +158 +00:13:35,410 --> 00:13:39,750 +مثلا هاي ال holo تمام هاي theme holo + +159 +00:13:41,860 --> 00:13:47,100 +لاحظ انا حطيت ايش at android.style هدى امتى بنحطها + +160 +00:13:47,100 --> 00:13:52,160 +ال at android لما انت تبدأ تستخدم theme موجود في + +161 +00:13:52,160 --> 00:13:55,080 +ال Android لعبة اللى زى الهونو ال material بتحط at + +162 +00:13:55,080 --> 00:13:59,940 +android لما نحط theme احنا مصممينه غالبا بتحط at + +163 +00:13:59,940 --> 00:14:04,860 +style طبعا زى بالظبط في at android.color بتستخدم + +164 +00:14:04,860 --> 00:14:09,140 +color زى ما عرها في ال Android طيب هلجيت فعليا لو + +165 +00:14:09,140 --> 00:14:13,100 +انا شغلت هلاقى ال themeالـ Holo اتطبق + +166 +00:14:24,830 --> 00:14:29,970 +هك بطول طيب لو رجعنا على الهدف طبعا هنا محطش ال + +167 +00:14:29,970 --> 00:14:33,290 +Holo صح ولا لأ يعني هنا لسه مطبق اللي تعالى ال app + +168 +00:14:33,290 --> 00:14:36,690 +compat لو رجعنا على ال themes اللي هنا بنجوله روح + +169 +00:14:36,690 --> 00:14:40,130 +طبق الموجود وين في ال manifest خلاص هلجيت انت + +170 +00:14:40,130 --> 00:14:44,210 +التزم بالموجود هداك كنا بختاره بس عشان نعرض هلجيت + +171 +00:14:44,210 --> 00:14:48,210 +ان اذا بنشوف اللي هيتطبق فعلي بنجوله روح لمين على + +172 +00:14:48,210 --> 00:14:51,810 +ال manifest تمام هيتطبق ال Holo اللي هو هيتطبق + +173 +00:14:51,810 --> 00:14:55,870 +فعليا تمام قلتله خد اللي موجود في ال manifestطيب + +174 +00:14:55,870 --> 00:14:58,310 +إذا احنا نعمل manifest file بنقدر نغير ال theme + +175 +00:14:58,310 --> 00:15:04,490 +نرجع ل manifest file وفي ال editor قلت له طبق + +176 +00:15:04,490 --> 00:15:07,800 +الموجود في ال manifestالان احنا فعليا لما نطبق + +177 +00:15:07,800 --> 00:15:12,200 +theme يعني بدناش ناخده زي ما هو بدنا نعمله تخصيص + +178 +00:15:12,200 --> 00:15:15,180 +صح ولا نحط احنا باللون اللي بدناياه في ال action + +179 +00:15:15,180 --> 00:15:21,100 +bar في ال background في اللون الخطوط احنا بنحدد ال + +180 +00:15:21,100 --> 00:15:26,000 +theme طيب كيف احنا نحدد ال theme؟ الان ايضا قولنا + +181 +00:15:26,000 --> 00:15:30,100 +ان انت ممكن تستخدم ال app compat + +182 +00:15:36,070 --> 00:15:43,090 +هذا الـ AppCompat يحتاج الـ Add Style هذا + +183 +00:15:43,090 --> 00:15:48,630 +الـ + +184 +00:15:48,630 --> 00:15:59,310 +Theme + +185 +00:15:59,310 --> 00:16:02,370 +الـ + +186 +00:16:02,370 --> 00:16:08,100 +AppCompat اللي هو لو شفناه هناهو برضه لونه .. هذا + +187 +00:16:08,100 --> 00:16:13,300 +ايش هاله هوله خلي اخد ال manifest طيب هذا theme ال + +188 +00:16:13,300 --> 00:16:17,780 +app compatible الفكرة كيف نعمل تخصيص لل theme عشان + +189 +00:16:17,780 --> 00:16:22,400 +نعمل تخصيص لل theme خلينا نشوف هو ايش كان عامل قبل + +190 +00:16:22,400 --> 00:16:26,080 +ما انا اغير اي حاجة هو كان عامل اشي زي هيك يا + +191 +00:16:26,080 --> 00:16:30,040 +جماعة at style slash app theme هذا اللي كان موجود + +192 +00:16:30,040 --> 00:16:35,020 +مسبقا ايش ال app theme هذا لو انا روحت على ملف ال + +193 +00:16:35,020 --> 00:16:39,900 +valuesاسمه styles احنا حكينا عن ال colors حكينا عن + +194 +00:16:39,900 --> 00:16:43,260 +ال strings وماحكيناش عن ال styles طبعا بدنا نروح + +195 +00:16:43,260 --> 00:16:49,060 +على ال styles هلاج هنا موجود عند حد زي هيك معرف + +196 +00:16:49,060 --> 00:16:54,240 +style اسمه ايش ال theme هو معرفه زي ما بده ال + +197 +00:16:54,240 --> 00:17:01,380 +parent تبعه theme.addcompact.light.dark action bar + +198 +00:17:01,380 --> 00:17:08,450 +يعني عمل theme جديدوورث كل اللي موجود في ال theme + +199 +00:17:08,450 --> 00:17:13,490 +هذا زي كأنك بتعمل class جديدة و بتقوله extend + +200 +00:17:13,490 --> 00:17:18,870 +class تانية أكيد وورثة ايش وكل حاجة عنها وبعدين + +201 +00:17:18,870 --> 00:17:23,950 +بتغير فيها اللي انت بدك هي خلينا من هذا عشان هذا + +202 +00:17:23,950 --> 00:17:27,930 +معمول و جاهز بنعمل احنا theme خاص فينا الهدف ان + +203 +00:17:27,930 --> 00:17:31,110 +احنا ناخد واحد من ال themes اللي موجودين و نعدل + +204 +00:17:31,110 --> 00:17:37,340 +عليه فبنقول هنا بنعمل styleماذا نسمي ال theme؟ my + +205 +00:17:37,340 --> 00:17:40,880 +gaza + +206 +00:17:40,880 --> 00:17:48,900 +theme طبعا + +207 +00:17:48,900 --> 00:17:54,960 +هنا اختار ال theme الاساسي اللي انت بدكيه يعني انت + +208 +00:17:54,960 --> 00:18:00,620 +الان مثلا بيقول انه بدي theme.appcompat.light + +209 +00:18:00,620 --> 00:18:01,820 +.noactionbar + +210 +00:18:05,150 --> 00:18:09,210 +يعني الان اذا اكتفيني بالشكل هذا انا عملت theme + +211 +00:18:09,210 --> 00:18:14,810 +اسمه my Gaza theme اخد كل خصائص من ال light dot no + +212 +00:18:14,810 --> 00:18:20,150 +action bar عدلت عليه انا؟ لأ الان لو اكتفيني + +213 +00:18:20,150 --> 00:18:24,110 +بالقدر هذا و اجيت انا على ال manifest file و قلتله + +214 +00:18:24,110 --> 00:18:30,110 +خد theme اللي هو apt style وقوله my Gaza theme + +215 +00:18:32,940 --> 00:18:38,500 +الان لو اجينا هنا و قلتله روح على الملفز theme هاي + +216 +00:18:38,500 --> 00:18:42,420 +جابلي ايش my gaza theme تمام و طبقلي اخد ايش طبعا + +217 +00:18:42,420 --> 00:18:50,120 +جاب ال app compat اللي هو no action bar تمام طبق + +218 +00:18:50,120 --> 00:18:56,040 +هذا يعني طبق هذا فعليا هذا صار هو نفسه نسخة من من + +219 +00:18:56,040 --> 00:19:03,050 +هذا خلينا ناخد احنا ال dark action barو نرجع على + +220 +00:19:03,050 --> 00:19:07,370 +ال activity هاي و إيش حط ال dark action bar تبدأ + +221 +00:19:07,370 --> 00:19:12,830 +من هذا و هجيب نعمله تخصيص تمام كيف نعمله تخصيص من + +222 +00:19:12,830 --> 00:19:18,190 +داخل ال styles هنا بتضيف الخصائص اللي بدك تغيرها + +223 +00:19:19,010 --> 00:19:22,990 +أيش الخصائص؟ هذه طبعا في خصائص محددة بتقدر + +224 +00:19:22,990 --> 00:19:25,570 +تغيّرها، بدنا نعرفها أيش هي الخصائص هذه، انتوا لحد + +225 +00:19:25,570 --> 00:19:28,230 +تبعين معايا يا جماعة؟ يعني احنا بدنا نغيّر + +226 +00:19:28,230 --> 00:19:32,190 +الtheme، بنغيّره من وين؟ من ال manifest تمام؟ ممكن + +227 +00:19:32,190 --> 00:19:35,950 +تستخدم الtheme من الموجوديناللي هو تحط ات اندرويد + +228 +00:19:35,950 --> 00:19:38,490 +نقطتين style وتختار واحد من ال themes اللي موجودين + +229 +00:19:38,490 --> 00:19:42,910 +اللي هو أشهرهم ال holo وال material تمام بس تبقى + +230 +00:19:42,910 --> 00:19:48,230 +تنتبه لموضوع التوافق تمام ال holo مثلا موجود ممكن + +231 +00:19:48,230 --> 00:19:54,190 +من API 13 تمام يعني بدعم الكل حاليا ال material لأ + +232 +00:19:54,190 --> 00:19:57,730 +موجود ممكن من اظهر واحد وعشرين تمام او عشرين + +233 +00:19:57,730 --> 00:20:01,830 +فبدعمش الأجهزة الإصدارات القديمة انا شخصيا بفضل + +234 +00:20:01,830 --> 00:20:05,950 +استخدم ال app compat themeلأنه بيشتغل على كل حاجة + +235 +00:20:05,950 --> 00:20:11,710 +مضمون وخصصه زي ما انت بده كيف اعملت style في ملف + +236 +00:20:11,710 --> 00:20:15,790 +styles theme باسم خاص فيه وخلته ياخد واحد من ال + +237 +00:20:15,790 --> 00:20:18,210 +themes اللي موجودة في ال AppCompat اللي هو theme + +238 +00:20:18,210 --> 00:20:21,250 +AppCompat light dark action bar و بعدين هنا بده + +239 +00:20:21,250 --> 00:20:26,430 +اخصصه كيف التخصيص طلع معايا هنا على الصورة هذه + +240 +00:20:30,440 --> 00:20:34,600 +الان هنا جاب لي واجهة و جاب لي بعض ال attributes + +241 +00:20:34,600 --> 00:20:40,520 +او اهم ال attributes اللي انت بتقدر تخصصها تمام في + +242 +00:20:40,520 --> 00:20:47,400 +عنا color primary ال color primary هو اللون اللي + +243 +00:20:47,400 --> 00:20:51,880 +هيطلع في ال action bar اللون الأساسي تمام بيسموه + +244 +00:20:51,880 --> 00:20:56,900 +الاسم بدك تلتزم فيه ايش اسمه color primary فهذا + +245 +00:20:56,900 --> 00:21:02,820 +الان مين الخصصهابدنا نيجي هنا و نقوله تعمل item + +246 +00:21:02,820 --> 00:21:10,330 +جديد name و نقوله colorprimary وهي جابلية تمام وحط + +247 +00:21:10,330 --> 00:21:14,110 +اللون اللي انت بدكيه يفضل ان انت الألوان تعرفها + +248 +00:21:14,110 --> 00:21:18,370 +وين في ملف ال colors هى هو طبعا طلع في ملف ال + +249 +00:21:18,370 --> 00:21:24,010 +colors معرف color primary لون خاص هو فيه تمام معرف + +250 +00:21:24,010 --> 00:21:27,170 +color primary dark color accent هلجيت مثلا بدي + +251 +00:21:27,170 --> 00:21:34,070 +اعرف أنا لون جديد خاص فيا تمام بدي اسميه Gaza + +252 +00:21:34,070 --> 00:21:36,870 +color primary + +253 +00:21:40,110 --> 00:21:46,390 +كيف؟ تعدّل عالمكتكتب السلم يعني تكتب الرقم تعدل + +254 +00:21:46,390 --> 00:21:50,370 +على هذا بديش عشان ما يأثرش على الثيم التاني طبعا + +255 +00:21:50,370 --> 00:21:54,710 +يعني خليني اعمل لون جديد اه ممكن تعدل في هذا و + +256 +00:21:54,710 --> 00:21:57,990 +تستخدم هذا عادى المتغير بس انا كده بدي اعمل متغير + +257 +00:21:57,990 --> 00:22:03,750 +جديد بتخلي اللي موجود مثلا هذا اقوله ff0000 هذا + +258 +00:22:03,750 --> 00:22:08,010 +اللون الأحمر مثلا color primer لسه ما استخدمله صح + +259 +00:22:08,010 --> 00:22:14,910 +لأن هنا بتقوله add colorهي Gaza color primary ايش + +260 +00:22:14,910 --> 00:22:21,670 +كمان ممكن نخصص في عندنا color primary dark تمام + +261 +00:22:21,670 --> 00:22:28,110 +color primary dark اللي هو لون مين ال status باري + +262 +00:22:28,110 --> 00:22:32,590 +اللي فوق هذا تمام هذا بيكون أغمق من اللون اللي + +263 +00:22:32,590 --> 00:22:36,770 +تحته فبنيجي هنا بنقوله item + +264 +00:22:39,730 --> 00:22:47,710 +color primary dark و الآن في ال style برضه ايش + +265 +00:22:47,710 --> 00:22:54,170 +بعمل متغير جديد color primary dark Gaza color + +266 +00:22:54,170 --> 00:22:59,470 +primary dark و بنخلي هذا ايش درجة اغمق يعني مثلا + +267 +00:22:59,470 --> 00:23:01,390 +هاي زي هيك + +268 +00:23:05,620 --> 00:23:09,520 +طيب نرجع للصورة هذه في كمان عندنا text color + +269 +00:23:09,520 --> 00:23:20,260 +primary اللي هو الخط اللي بطلع هنا تمام او + +270 +00:23:20,260 --> 00:23:23,400 +خلينا قبل ال text في عندنا حاجة اسمها ال color + +271 +00:23:23,400 --> 00:23:29,360 +accent تمام من نصائح جوجل بقولنا دايما احنا لما + +272 +00:23:29,360 --> 00:23:33,820 +نصمم الوجهاتفي ألوان متوافقة مع بعض اللي هي ال + +273 +00:23:33,820 --> 00:23:36,560 +color primary و ال color primary dark و لون ال + +274 +00:23:36,560 --> 00:23:40,400 +status bar و لون الخلفية نوعا ما بيكون متوافق بس + +275 +00:23:40,400 --> 00:23:44,500 +في color بيكون نافر مش نافر يعني لون من فصيلة + +276 +00:23:44,500 --> 00:23:47,920 +مختلفة اللي هو بيسميه لون ال accent colorالـ + +277 +00:23:47,920 --> 00:23:51,520 +accent color هذا اللون بطلع مع مثلًا الـ progress + +278 +00:23:51,520 --> 00:23:58,300 +bar شفت ال progress بطلع اللون ال switch تمام ال + +279 +00:23:58,300 --> 00:24:03,280 +toggle button لما يتغير لونه يعني بطلع في حالات + +280 +00:24:04,230 --> 00:24:11,170 +حالات محددة تمام بتكون مميزة عن او باللون مختلفة + +281 +00:24:11,170 --> 00:24:14,430 +او من فصيلة مختلفة عن الألوان الدرجة هذا ايش + +282 +00:24:14,430 --> 00:24:18,190 +بيسميه ال accent color هيك بتاعون ال UX و ال UI + +283 +00:24:18,190 --> 00:24:23,050 +اخترعوا هذا ال accent colorبقولك انه يعني بيستخدم + +284 +00:24:23,050 --> 00:24:26,930 +لحالات محددة مش حالات كتيرة حالات قليلة هي زي مثلا + +285 +00:24:26,930 --> 00:24:31,310 +progress bar switch هيفيل ال switch لما اتغير ال + +286 +00:24:31,310 --> 00:24:35,450 +radio button و ال check box لما يتعلم حالات محدودة + +287 +00:24:35,450 --> 00:24:39,330 +بقولك هذه بتشد او بتلفت الانتباه و بتكون تنتمي + +288 +00:24:39,330 --> 00:24:45,980 +لفصيلةأه مختلفة تمام فانت بيقولك ممكن تحدد ال + +289 +00:24:45,980 --> 00:24:48,920 +accent color هذا اللي هو بيسموه color accent و + +290 +00:24:48,920 --> 00:24:52,640 +لحاله بيطبقه على العناصر هذه زي ما قلنا في حلق .. + +291 +00:24:52,640 --> 00:24:56,360 +يعني في أماكن معينة زي ال switch و ال .. و ال + +292 +00:24:56,360 --> 00:25:05,560 +progress bar و غيره فالآن حدد انت ال color بدنا + +293 +00:25:05,560 --> 00:25:13,440 +نعمل color جديد اسمه Gaza coloraccent و احدد مثلا + +294 +00:25:13,440 --> 00:25:20,240 +اللون يعني خلينا ناخد لونه نغير بدنا لون مختلف او + +295 +00:25:20,240 --> 00:25:31,680 +يبين خلينا ناخد لون أصفر مثلا هذا + +296 +00:25:31,680 --> 00:25:37,540 +ال accent نرجع لل style طبعا + +297 +00:25:37,540 --> 00:25:42,270 +اذا ماحددتش ال accent ايش هيعمل؟هياخد الـ accent + +298 +00:25:42,270 --> 00:25:46,750 +اللي ما معرفه وين في ال theme app compatible يعني + +299 +00:25:46,750 --> 00:25:52,690 +اللي انت مابتغيروهش هياخد تاع ال parent فهنا برضه + +300 +00:25:52,690 --> 00:26:01,950 +أعرفت item جديد هذا + +301 +00:26:01,950 --> 00:26:03,730 +انليش ماحطتهوش color + +302 +00:26:15,700 --> 00:26:19,360 +طيب إيش في أمور تانية ممكن أغيرها اللي هو ال + +303 +00:26:19,360 --> 00:26:24,080 +window background وفي عند ال status bar color وفي + +304 +00:26:24,080 --> 00:26:28,960 +عند ال text لأ ال text خلصناه أه لأ ال text لأ ال + +305 +00:26:28,960 --> 00:26:32,780 +text color primary و ال window background طيب ال + +306 +00:26:32,780 --> 00:26:36,900 +text color برضه بنعمل item هى ال text color + +307 +00:26:36,900 --> 00:26:40,260 +primary بس بقولك هذا لازم تحط قبله كلمة android + +308 +00:26:40,260 --> 00:26:46,310 +ماحدش يقوللي ليش هو هيك بدهتمام تكسر ال color ال + +309 +00:26:46,310 --> 00:26:53,870 +primary هتغير + +310 +00:26:53,870 --> 00:26:56,350 +اللون اللي في ال colors + +311 +00:27:10,370 --> 00:27:13,730 +بديش أضع أبيض لإن هو بالفعل أبيض نحن نثبت أنه + +312 +00:27:13,730 --> 00:27:18,190 +اتغير يعني مش مهم الشكل النهائي و في عندنا كمان + +313 +00:27:18,190 --> 00:27:30,350 +بالمرة نعمل color لمن؟ لل window اللون + +314 +00:27:30,350 --> 00:27:31,030 +الخلفية + +315 +00:27:44,670 --> 00:27:47,770 +مش المهم الشكل اللي جيته يا جماعة المهم انه يعني + +316 +00:27:47,770 --> 00:27:55,570 +يتغير وين؟ + +317 +00:27:55,570 --> 00:27:57,850 +ماشي + +318 +00:28:17,530 --> 00:28:25,170 +text color primary لأ ليش حطيت هناك لأن + +319 +00:28:25,170 --> 00:28:30,790 +دول عندنا ال windows بس + +320 +00:28:30,790 --> 00:28:34,070 +اعتقد + +321 +00:28:34,070 --> 00:28:39,830 +هذه برضه بدها ايش بعرفش + +322 +00:28:39,830 --> 00:28:42,470 +من غير Android طلع نقرر + +323 +00:28:53,080 --> 00:28:58,060 +خلّينا نجرب هذا ال gate خصّصنا فيه ممكن طبعا فيه + +324 +00:28:58,060 --> 00:29:00,920 +attributes تانية في مثلا navigation bar color إذا + +325 +00:29:00,920 --> 00:29:04,260 +عندك navigation bar في كمان واحدة مش موجودة هنا + +326 +00:29:04,260 --> 00:29:09,170 +اللي هوtext color secondary اللي هو خط ثانوه هذا + +327 +00:29:09,170 --> 00:29:12,870 +اللي بطلع وين شايفين هذا ال menu الخط اللي فيها + +328 +00:29:12,870 --> 00:29:17,430 +بتحدد عن text color secondary خلينا نشوف شكل ال + +329 +00:29:17,430 --> 00:29:21,030 +theme بس هذا طبعا عشان نتطبق ال theme هذا لازم + +330 +00:29:21,030 --> 00:29:26,060 +تروح ال manifest و تقوله بدي my Gaza themeلأن هى + +331 +00:29:26,060 --> 00:29:30,000 +ال activity بتاعتي وهى إيش طبق ال theme ماشي خبيصة + +332 +00:29:30,000 --> 00:29:38,680 +بس تمام الفكرة أنك تطبق ال theme يعني طيب تعالى + +333 +00:29:38,680 --> 00:29:41,900 +نشوف هطب على الصورة هرفعلكوا إياها عشان أنت لازم + +334 +00:29:41,900 --> 00:29:46,840 +تكون عارف ال attributes اللى تستخدمها + +335 +00:29:52,240 --> 00:29:56,560 +الـ Common Intents تعالى + +336 +00:29:56,560 --> 00:30:08,600 +يا جماعة شوية نشوف هذه الـ Google لأن + +337 +00:30:08,600 --> 00:30:15,400 +في مواقع ممكن تساعدك انك تختار اللي هو عائلات + +338 +00:30:15,400 --> 00:30:24,130 +الألوان الموجودةمثلا طبعا هنا بيجيبلي ايش بيسموها + +339 +00:30:24,130 --> 00:30:29,050 +ال color palettes اللي هي العائلات او فصائل + +340 +00:30:29,050 --> 00:30:34,270 +الألوان الموجودة يعني مثلا هاي الألوان الأحمر + +341 +00:30:34,270 --> 00:30:39,430 +شايفين هاي تدرجاتها تمام فانت مثلا ممكن تاخد رقم + +342 +00:30:39,430 --> 00:30:45,630 +طبعا هو كل درجة رقم معطول يقسم تمام مثلا ممكن + +343 +00:30:45,630 --> 00:30:52,960 +تختار هذااللي هو ال status bar ال color primary + +344 +00:30:52,960 --> 00:31:03,980 +dark هذا ليش ماشتغلش اه + +345 +00:31:03,980 --> 00:31:09,400 +تمام هاي ال theme طلع هنا عشان يطلع تصميمك مرتب + +346 +00:31:09,400 --> 00:31:13,880 +حاول تلتزمبال color palettes يعني مثلا اذا انت + +347 +00:31:13,880 --> 00:31:17,760 +معوي ان التطبيق تبعك يكون من درجات الأحمر اختار + +348 +00:31:17,760 --> 00:31:23,060 +مثلا ال color primal dark من رقم 800 و طالع طبعا + +349 +00:31:23,060 --> 00:31:26,580 +هاي واضحة .. لأ مش واضحة هنا و لا لأ طب هاي مثلا + +350 +00:31:26,580 --> 00:31:31,120 +اللي هو الأزرق هذا ال .. ال indigo و هاي بدي اقوله + +351 +00:31:31,120 --> 00:31:39,220 +control plus خليها تكبر شويةهذه مثلا اللون تسعمية + +352 +00:31:39,220 --> 00:31:43,640 +هذا خلّينا ايش لأ وطبعا الفكرة هنا هي ماتيجة تضغط + +353 +00:31:43,640 --> 00:31:48,140 +على هذه بيقولك اللون هذا الهكسا نسخه على ال + +354 +00:31:48,140 --> 00:31:52,480 +clipboard فبتروح بتحطه وين في ال style طبعا هي على + +355 +00:31:52,480 --> 00:31:56,040 +أساس انت مش هتحفظ ألوان انت بيجي تجرب تعالي افتح + +356 +00:31:56,040 --> 00:31:59,120 +ال color palettes هدولة و اتفرج عليهم و اختاره + +357 +00:31:59,120 --> 00:32:01,720 +بيقول هذا ال color ال primary درجة اضغط هنا نسخه + +358 +00:32:01,720 --> 00:32:04,800 +وروح حطه في ال .. انت في مواقع تختار نفس اللون و + +359 +00:32:04,800 --> 00:32:08,990 +هو بيعطيك اللونو في مواقع كمان بتختار العائلة و + +360 +00:32:08,990 --> 00:32:12,930 +بطلع لك xml file فيه ايش الألوان و كلها يعني في + +361 +00:32:12,930 --> 00:32:16,650 +مواقع كتير لهذا هذا واحد منهم بدك مثلا ال color + +362 +00:32:16,650 --> 00:32:19,230 +primary و dark بتختار لهم أفتح مثلا ال 500 او ال + +363 +00:32:19,230 --> 00:32:20,970 +600 درجات هو + +364 +00:32:24,740 --> 00:32:27,400 +الـ Background مثلا ممكن تختاره خمسين أو مية لون + +365 +00:32:27,400 --> 00:32:31,680 +فاتح تمام؟ بس لنا نفس الـ Palette هذا الـ Accent + +366 +00:32:31,680 --> 00:32:35,280 +بدك تختار لون نافر مختلف خالص يعني مثلا إذا اخترت + +367 +00:32:35,280 --> 00:32:40,660 +أزرق فكر إيش فيه لون لو حطيته على الأزرق يبين فيه + +368 +00:32:40,660 --> 00:32:46,440 +Contrast يعني تباين كبير مثلا أسفر ممكن تختاره + +369 +00:32:46,440 --> 00:32:51,700 +تمام؟ تختار مثلا خمسمية هدى في الأسفرفي Contrast + +370 +00:32:51,700 --> 00:32:55,400 +كبير بين و بين اللون الأساسي هاي فكرة الـ Accent + +371 +00:32:55,400 --> 00:33:01,140 +Color يا جماعة طيب هذا بالنسبة لل Theme فهنا كيف + +372 +00:33:01,140 --> 00:33:06,440 +نغير ال Theme و نعملها تخصيص ممكن كمان غير ال + +373 +00:33:06,440 --> 00:33:12,120 +Theme ال Theme نفسه بيجي بمرفقات يعني مثلا ال Text + +374 +00:33:12,120 --> 00:33:17,540 +View اللي فيهانه برضه style خاص فيه ايش عن ال + +375 +00:33:17,540 --> 00:33:21,700 +style لما نحكيه لما نقول style هو مجموعة خصائص + +376 +00:33:21,700 --> 00:33:29,500 +للزر منه حجم الخط نوع الخط تمام مجموعة attributes + +377 +00:33:29,500 --> 00:33:36,100 +خاصة بالعنصر استخدام ال styles بريحنا كيف اعطيك + +378 +00:33:36,100 --> 00:33:39,660 +مثال عاملي لو انا روحت على ال activity بتاعتي و + +379 +00:33:39,660 --> 00:33:43,520 +قلت هاي text view تمام بدنا نغير خصائص ال text + +380 +00:33:43,520 --> 00:33:51,370 +view هذاأخدنا كيف نغير الخصائص؟ وبتروح لل text هاي + +381 +00:33:51,370 --> 00:33:57,010 +ال text view وبتحط + +382 +00:33:57,010 --> 00:34:02,910 +ال attributes بتقول مثلا text color بدك إياها مثلا + +383 +00:34:07,640 --> 00:34:17,160 +text-size بديها مثلا 18 sp text-style اه حطليه + +384 +00:34:17,160 --> 00:34:23,780 +مثلا bold تمام؟ padding حطليه مثلا خمسة دي بي من + +385 +00:34:23,780 --> 00:34:29,460 +كل النواحي الان لو انت عندك عشرة text-view بدك + +386 +00:34:29,460 --> 00:34:36,690 +تروح لكل واحد تحطله ايش التفصيلة دي كلهاانت عندك + +387 +00:34:36,690 --> 00:34:40,890 +text views كتير و بدك تطبق عليهم الخصائص هذه بدك + +388 +00:34:40,890 --> 00:34:45,170 +تضطر تروح تنسخهم و تحطهم كتير و هبقى بيقولي طب ما + +389 +00:34:45,170 --> 00:34:48,650 +احنا بنعرف ال color حتى لو اخدت color من الموجودين + +390 +00:34:48,650 --> 00:34:55,310 +في ال colors هي ات color جولن مثلا Gaza primary هي + +391 +00:34:55,310 --> 00:34:58,010 +هي انت عندك مجموعة خصائص و بدك تكررها ال text view + +392 +00:34:58,010 --> 00:35:00,910 +و بدك تنسخهم بيقولي لأ ممكن في الحالة هذه ايش تعمل + +393 +00:35:00,910 --> 00:35:07,150 +انت تروح ل stylesوتشوف إيش ال style اللي خاص في ال + +394 +00:35:07,150 --> 00:35:12,710 +text view هذا روح نعملنا style جديد بدي أسميه name + +395 +00:35:12,710 --> 00:35:20,250 +my text view style هذا ال style الخاص فيه لازم + +396 +00:35:20,250 --> 00:35:24,210 +تحطه من ال parent مش هتبدأ أنت من الصفر ال parent + +397 +00:35:24,210 --> 00:35:30,810 +طبعا إنهم أسماء محددة text appearance.appcompat + +398 +00:35:31,480 --> 00:35:34,500 +مش أنا شغال في ال AppCompat و قلتله خد ال text + +399 +00:35:34,500 --> 00:35:40,220 +appearance في ال AppCompat وهو فعليا مثلا اه هاي + +400 +00:35:40,220 --> 00:35:49,680 +ال text appearance هذا + +401 +00:35:49,680 --> 00:35:53,220 +ال text appearance بت AppCompat style جاهز موجود + +402 +00:35:53,220 --> 00:35:57,100 +وين؟ في ال AppCompat بدي أاخده و أغير عليه + +403 +00:35:59,190 --> 00:36:02,270 +automatically هذا ال style هيث كل حاجة موجودة هنا + +404 +00:36:02,270 --> 00:36:06,690 +وباجي هنا جوا وبحط ايش يا جماعة شوفت الخصائص اللي + +405 +00:36:06,690 --> 00:36:15,130 +حطناها في ال .. هدولة تمام خدهم وحطهم في ال style + +406 +00:36:15,130 --> 00:36:26,270 +بس بدهم ايش بدهم كل واحدة item name قصة + +407 +00:36:26,270 --> 00:36:26,470 +هذه + +408 +00:36:39,080 --> 00:36:45,920 +بكتوبه أحسن text-size 18sp + +409 +00:36:45,920 --> 00:36:51,580 +text + +410 +00:36:51,580 --> 00:36:58,560 +-color style bold + +411 +00:37:06,710 --> 00:37:18,130 +Padding خلّيني اختار 10DP تمام + +412 +00:37:18,130 --> 00:37:22,010 +عرفنا ال style استخدمت انا ال style هذا لأ ارجع + +413 +00:37:22,010 --> 00:37:27,850 +وين على activity شيل هدوله و قوله ال text view + +414 +00:37:27,850 --> 00:37:34,470 +تبعي ال style تبعي هيكون مش Gaza theme بدي my + +415 +00:37:36,890 --> 00:37:42,030 +text view style يعني عرفت مجموعة attributes في ال + +416 +00:37:42,030 --> 00:37:46,450 +style و قلتله خد ال style تبعك من هذا الآن تعالى + +417 +00:37:46,450 --> 00:37:49,930 +أشوف كيف شكله صار شايفين كيف اتغير اللون اتغير و + +418 +00:37:49,930 --> 00:37:55,290 +زاد ال padding بس ايش ال text بطبقش ال text size + +419 +00:37:55,290 --> 00:37:59,390 +صح؟ بحط مثلا 24 او 30 + +420 +00:38:13,830 --> 00:38:19,310 +أه هذا بدها Android قبل ليش بعرفش تمام + +421 +00:38:19,310 --> 00:38:30,170 +شوف مثال أخير بده أروح أعمل style mybuttonstyle + +422 +00:38:30,170 --> 00:38:36,690 +ال parent هذا اسمه موجود في وجه AppCompatButton + +423 +00:38:36,690 --> 00:38:41,170 +هذا ال style الأساسي بتاع ال button في ال + +424 +00:38:41,170 --> 00:38:45,610 +AppCompat وخصص أنت زي ما بدكممكن ايش تجي تعمل حابب + +425 +00:38:45,610 --> 00:38:50,190 +انت كل ال buttons اللي تضيفهم يطلعوا بزوايا ايش + +426 +00:38:50,190 --> 00:38:55,070 +بتعمل بترسم المستطيل و بتقوله ال background ياخده + +427 +00:38:55,070 --> 00:38:58,270 +من ال drawable اخدناها دي كيف تحط background + +428 +00:38:58,270 --> 00:39:01,730 +فيقولنا مثلا item background انا ماعنده رسمها لجيت + +429 +00:39:01,730 --> 00:39:06,490 +مرسومها فحطله اللون ثابت مثلا واحد ياخد واحد من ال + +430 +00:39:06,490 --> 00:39:09,070 +colors الموجودين background ياخد ال accent مثلا + +431 +00:39:09,070 --> 00:39:16,090 +تمام و بتقولنا مثلا هى itemنجرب واحدة اللي هي text + +432 +00:39:16,090 --> 00:39:21,590 +-size هاي + +433 +00:39:21,590 --> 00:39:33,610 +24 SP ونحطه ال padding item هاي + +434 +00:39:33,610 --> 00:39:39,850 +10 DB وبتروح على ال activity هاي ال button تبعي + +435 +00:39:44,500 --> 00:39:52,820 +و بتحكيله style هاي my button style تمام هاي طبق + +436 +00:39:52,820 --> 00:39:56,760 +ال style على ال button واضحة يا جماعة مفهوم ال + +437 +00:39:56,760 --> 00:40:00,680 +styles طيب + +438 +00:40:00,680 --> 00:40:04,520 +أخر نقطة عشان ننهي المحاضرة إيه اللي علاقة بال + +439 +00:40:04,520 --> 00:40:07,240 +debugging بتاع التطبيقات بعض الشباب سألوني قالولي + +440 +00:40:07,240 --> 00:40:11,500 +احنا بنشغل التطبيق بقول ال application stop و مش + +441 +00:40:11,500 --> 00:40:16,030 +عارفين ليش تمامهنا بدنا نفرجك شويه كيف تعمل + +442 +00:40:16,030 --> 00:40:18,650 +debugging ايش هي ال debugging انك تتبع الأخطاء + +443 +00:40:18,650 --> 00:40:22,250 +اللي موجودة عندك لان عشان نعمل debugging بشكل صح + +444 +00:40:22,250 --> 00:40:25,810 +بدنا نطلع على الشاشات اللي تحت جماعة وبدنا نعتمد + +445 +00:40:25,810 --> 00:40:31,270 +على شاشة اسمها ال logcat ال logcat هذي فعليا عبارة + +446 +00:40:31,270 --> 00:40:35,950 +عن الرسائلاللي بنفذها ال Android Operating System + +447 +00:40:35,950 --> 00:40:38,830 +أثناء ما انت بتشغل يعني كل ما تشغل التطبيق هتلاقي + +448 +00:40:38,830 --> 00:40:45,750 +هنا إيش عامل طبع لك حاجات كتير تمام احنا ممكن من + +449 +00:40:45,750 --> 00:40:50,270 +خلال ال logcat هذا ال logcat نتبع الأخطاء الموجودة + +450 +00:40:50,270 --> 00:40:55,610 +كيف طالع معايا أول حاجة لما انت تيجي تشغل بدك تحدد + +451 +00:40:55,610 --> 00:41:01,110 +التطبيق الرسائل بس تيجي منهم من تطبيق واحديعني + +452 +00:41:01,110 --> 00:41:06,090 +مرات هدا بكونش معلم أو مختار حاجة الحاجة التانية + +453 +00:41:06,090 --> 00:41:11,730 +في عندك هنا أنواع الرسائل اللي يعرضها الرسائل فيها + +454 +00:41:11,730 --> 00:41:15,650 +أنواع كتير مثلا info warning هذه الرسائل التحذيرات + +455 +00:41:15,650 --> 00:41:19,850 +في أخطأ مثلا إنت حابب بس تشوف ال errors بتعلم على + +456 +00:41:19,850 --> 00:41:24,590 +error ففي الحالة دي بس الرسائل الخطأ هي اللي بتطلع + +457 +00:41:24,590 --> 00:41:25,590 +قدامك + +458 +00:41:28,720 --> 00:41:32,240 +في أمر تاني مرات احنا و احنا كنا نشغل جابا و كتير + +459 +00:41:32,240 --> 00:41:35,140 +لما كنا نجرب كنا نقوله عشان نشوف حاجة شغالة system + +460 +00:41:35,140 --> 00:41:41,600 +.out.println تمام هلجيت احنا ع فكرة ممكن تستخدم + +461 +00:41:41,600 --> 00:41:44,760 +system.out.println هيطبعلك برضه في ال logcat بس + +462 +00:41:44,760 --> 00:41:49,820 +اللي أفضل منها في التطبيقات ان تروح عشان تطبع + +463 +00:41:49,820 --> 00:41:57,800 +رسالة تحت في ال logcat تمام تكتب كلمة logتمام؟ و + +464 +00:41:57,800 --> 00:42:01,080 +بتختار نوع الرسالة اللي بدك إياها طبعا في رسالة + +465 +00:42:01,080 --> 00:42:04,060 +بتتمنع .. في D D يعني الرسالة هذه اللي هي ال + +466 +00:42:04,060 --> 00:42:08,420 +debugging تمام؟ E معناها أن الرسالة هذه إيش؟ error + +467 +00:42:08,420 --> 00:42:13,400 +تمام؟ I معناها إيش؟ info طبعا هذه اللي بتأثر إذا + +468 +00:42:13,400 --> 00:42:19,040 +أنت حاطط D هيطلع تعون ال debugging تمام؟ إذا حاطط + +469 +00:42:19,040 --> 00:42:24,930 +E error هيطلع تعون ال error إذا حاطط verbosهيطلع + +470 +00:42:24,930 --> 00:42:31,750 +كل حاجة طيب + +471 +00:42:31,750 --> 00:42:36,150 +فاحنا عادة لما نطبع بنقوله دي مثلا debug لأن + +472 +00:42:36,150 --> 00:42:39,210 +الفكرة عالجت أن كل رسالة بتعطيها بتطبعها لازم + +473 +00:42:39,210 --> 00:42:43,390 +تعطيها اسم بيسموه ال filter هذا الاسم يعني مثلا + +474 +00:42:43,390 --> 00:42:52,430 +سميها إيش هنا test this is a test message + +475 +00:42:53,330 --> 00:42:56,550 +لأن ممكن انت لما تشغل يطبع لك .. يطبع رسائل debug + +476 +00:42:56,550 --> 00:43:01,190 +كتير ممكن تيجي تقوله هنا في ال .. في الشاشة + +477 +00:43:01,190 --> 00:43:05,250 +الأخيرة ان اضيف انت filter تقوله فقط اطبعلي + +478 +00:43:05,250 --> 00:43:08,790 +الرسائل اللي ال tag تبعها tag ال tag اللي هو + +479 +00:43:08,790 --> 00:43:13,690 +المسمة تبعها اللي هي رسائل ال test في الحالة دي مش + +480 +00:43:13,690 --> 00:43:17,870 +هيطبعلك اي رسائل debug تانية تمام؟ هيطبعلك بس ايش؟ + +481 +00:43:17,870 --> 00:43:21,010 +بس رسائل ال test لأن فعليا انت لو ماعملتش filter + +482 +00:43:22,070 --> 00:43:26,430 +ممكن يطبع الاندرويد سيستم نفسه رسائل debug هو اللي + +483 +00:43:26,430 --> 00:43:29,330 +يظهر بتطبعها بس انت عشان تجلل عدد الرسائل ماهو + +484 +00:43:29,330 --> 00:43:33,710 +المشكلة انت بتتوه في الرسائل كتير بدك تجللها بدك + +485 +00:43:33,710 --> 00:43:37,190 +تحط filter هنا edit filter configuration تجلل + +486 +00:43:37,190 --> 00:43:44,090 +واردني بس الرسائل اللي بتبدأ باش testهذه تجربها في + +487 +00:43:44,090 --> 00:43:47,490 +المنزل و لا تستطيع أن تجربها في المنزل بسبب + +488 +00:43:47,490 --> 00:43:50,790 +مشواجاتك بسبب مشواجاتك بسبب مشواجاتك بسبب مشواجاتك + +489 +00:43:50,790 --> 00:43:51,130 +مشواجاتك بسبب مشواجاتك بسبب مشواجاتك بسبب مشواجاتك + +490 +00:43:51,130 --> 00:43:51,210 +بسبب مشواجاتك بسبب مشواجاتك بسبب مشواجاتك بسبب + +491 +00:43:51,210 --> 00:43:52,770 +مشواجاتك بسبب مشواجاتك بسبب مشواجاتك بسبب مشواجاتك + +492 +00:43:52,770 --> 00:43:59,730 +مشواجاتك بسبب مشواجاتك بسبب مشواجاتك بسبب مشومن + +493 +00:43:59,730 --> 00:44:04,150 +هنا بتختاره و بعدين اذا حاب انت تقرد الرسائل + +494 +00:44:04,150 --> 00:44:08,450 +الخاصة فيك بس بتحط + +495 +00:44:08,450 --> 00:44:13,110 +لك الرسالة tag معين و بتقوله هنا بتعمل filter edit + +496 +00:44:13,110 --> 00:44:16,650 +filter configuration و بتحكي لطبعه لبس الرسائل + +497 +00:44:16,650 --> 00:44:20,790 +اللي بتبدأ بت test بيصير و كأنك انت شغال ال system + +498 +00:44:20,790 --> 00:44:26,730 +و بطبع لك رسائلك الخاصة بس حاب تقلص عدد الرسال + +499 +00:44:26,730 --> 00:44:30,770 +اللي بتطلعو تشوف بس رسائل ال error و الأخطاء تختار + +500 +00:44:30,770 --> 00:44:34,410 +من هنا بس عرضلي .. عرضلي ال error تمام هذا كله في + +501 +00:44:34,410 --> 00:44:37,610 +شاشة وين يا جماعة شاشة ال log .. ال logcat هذه + +502 +00:44:37,610 --> 00:44:43,890 +تمام مش ال run تمام ال log .. ال logcat ماشي يا + +503 +00:44:43,890 --> 00:44:47,330 +جماعة خلاص نكتفي بالقدر هذا المحاضرة الجاي المرة + +504 +00:44:47,330 --> 00:44:51,130 +الجاية ضروري تحضره لإننا بنتشغل مشروع متكامل ماشي + +505 +00:44:51,130 --> 00:44:51,530 +يا جماعة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..5aebc43d1711b39b4fdee903fd49bb22e1385086 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/ZZxbaz6RlxY_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4757, "start": 22.41, "end": 47.57, "text": " Okay, peace be upon you guys. The last topic we talked about in the previous lecture was about how to run an activity from another activity. We learned how to run an activity, how to send data to it, and how to receive data in the activity, and we understood what explicit intent and implicit intent means, and how we can benefit from implicit intent to run applications on the phone.", "tokens": [1033, 11, 4336, 312, 3564, 291, 1074, 13, 440, 1036, 4829, 321, 2825, 466, 294, 264, 3894, 7991, 390, 466, 577, 281, 1190, 364, 5191, 490, 1071, 5191, 13, 492, 3264, 577, 281, 1190, 364, 5191, 11, 577, 281, 2845, 1412, 281, 309, 11, 293, 577, 281, 4774, 1412, 294, 264, 5191, 11, 293, 321, 7320, 437, 13691, 8446, 293, 26947, 8446, 1355, 11, 293, 577, 321, 393, 5121, 490, 26947, 8446, 281, 1190, 5821, 322, 264, 2593, 13], "avg_logprob": -0.4742187410593033, "compression_ratio": 1.8689320388349515, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 22.41, "end": 22.71, "word": " Okay,", "probability": 0.147705078125}, {"start": 22.71, "end": 22.97, "word": " peace", "probability": 0.17724609375}, {"start": 22.97, "end": 23.05, "word": " be", "probability": 0.80615234375}, {"start": 23.05, "end": 23.11, "word": " upon", "probability": 0.8837890625}, {"start": 23.11, "end": 23.27, "word": " you", "probability": 0.9453125}, {"start": 23.27, "end": 23.63, "word": " guys.", "probability": 0.38720703125}, {"start": 26.67, "end": 27.11, "word": " The", "probability": 0.68408203125}, {"start": 27.11, "end": 27.31, "word": " last", "probability": 0.78955078125}, {"start": 27.31, "end": 27.63, "word": " topic", "probability": 0.603515625}, {"start": 27.63, "end": 27.79, "word": " we", "probability": 0.473876953125}, {"start": 27.79, "end": 28.01, "word": " talked", "probability": 0.17578125}, {"start": 28.01, "end": 28.21, "word": " about", "probability": 0.88134765625}, {"start": 28.21, "end": 28.37, "word": " in", "probability": 0.82666015625}, {"start": 28.37, "end": 28.47, "word": " the", "probability": 0.75244140625}, {"start": 28.47, "end": 29.09, "word": " previous", "probability": 0.501953125}, {"start": 29.09, "end": 29.11, "word": " lecture", "probability": 0.74365234375}, {"start": 29.11, "end": 30.05, "word": " was", "probability": 0.270263671875}, {"start": 30.05, "end": 30.45, "word": " about", "probability": 0.25537109375}, {"start": 30.45, "end": 30.61, "word": " how", "probability": 0.43115234375}, {"start": 30.61, "end": 30.73, "word": " to", "probability": 0.89892578125}, {"start": 30.73, "end": 30.99, "word": " run", "probability": 0.337158203125}, {"start": 30.99, "end": 31.11, "word": " an", "probability": 0.3310546875}, {"start": 31.11, "end": 31.47, "word": " activity", "probability": 0.966796875}, {"start": 31.47, "end": 31.57, "word": " from", "probability": 0.80029296875}, {"start": 31.57, "end": 31.67, "word": " another", "probability": 0.9013671875}, {"start": 31.67, "end": 31.95, "word": " activity.", "probability": 0.97021484375}, {"start": 32.75, "end": 32.95, "word": " We", "probability": 0.91748046875}, {"start": 32.95, "end": 33.09, "word": " learned", "probability": 0.38427734375}, {"start": 33.09, "end": 33.33, "word": " how", "probability": 0.818359375}, {"start": 33.33, "end": 33.45, "word": " to", "probability": 0.95947265625}, {"start": 33.45, "end": 33.67, "word": " run", "probability": 0.7705078125}, {"start": 33.67, "end": 33.83, "word": " an", "probability": 0.64404296875}, {"start": 33.83, "end": 34.15, "word": " activity,", "probability": 0.96875}, {"start": 34.33, "end": 34.47, "word": " how", "probability": 0.87255859375}, {"start": 34.47, "end": 34.57, "word": " to", "probability": 0.95068359375}, {"start": 34.57, "end": 34.77, "word": " send", "probability": 0.63330078125}, {"start": 34.77, "end": 35.21, "word": " data", "probability": 0.44384765625}, {"start": 35.21, "end": 35.47, "word": " to", "probability": 0.6357421875}, {"start": 35.47, "end": 35.47, "word": " it,", "probability": 0.64599609375}, {"start": 35.59, "end": 35.65, "word": " and", "probability": 0.462158203125}, {"start": 35.65, "end": 35.75, "word": " how", "probability": 0.91064453125}, {"start": 35.75, "end": 35.85, "word": " to", "probability": 0.95947265625}, {"start": 35.85, "end": 36.15, "word": " receive", "probability": 0.8271484375}, {"start": 36.15, "end": 36.55, "word": " data", "probability": 0.79833984375}, {"start": 36.55, "end": 36.69, "word": " in", "probability": 0.450439453125}, {"start": 36.69, "end": 36.77, "word": " the", "probability": 0.62744140625}, {"start": 36.77, "end": 37.21, "word": " activity,", "probability": 0.96142578125}, {"start": 37.79, "end": 37.95, "word": " and", "probability": 0.802734375}, {"start": 37.95, "end": 38.03, "word": " we", "probability": 0.6015625}, {"start": 38.03, "end": 38.21, "word": " understood", "probability": 0.53125}, {"start": 38.21, "end": 38.45, "word": " what", "probability": 0.85693359375}, {"start": 38.45, "end": 39.19, "word": " explicit", "probability": 0.56298828125}, {"start": 39.19, "end": 39.81, "word": " intent", "probability": 0.90283203125}, {"start": 39.81, "end": 39.97, "word": " and", "probability": 0.87109375}, {"start": 39.97, "end": 40.33, "word": " implicit", "probability": 0.9296875}, {"start": 40.33, "end": 40.95, "word": " intent", "probability": 0.96435546875}, {"start": 40.95, "end": 40.95, "word": " means,", "probability": 0.419921875}, {"start": 41.09, "end": 41.25, "word": " and", "probability": 0.90673828125}, {"start": 41.25, "end": 41.37, "word": " how", "probability": 0.92626953125}, {"start": 41.37, "end": 41.59, "word": " we", "probability": 0.469970703125}, {"start": 41.59, "end": 41.75, "word": " can", "probability": 0.6640625}, {"start": 41.75, "end": 42.21, "word": " benefit", "probability": 0.474365234375}, {"start": 42.21, "end": 42.49, "word": " from", "probability": 0.88720703125}, {"start": 42.49, "end": 43.19, "word": " implicit", "probability": 0.673828125}, {"start": 43.19, "end": 43.75, "word": " intent", "probability": 0.9736328125}, {"start": 43.75, "end": 44.91, "word": " to", "probability": 0.572265625}, {"start": 44.91, "end": 45.41, "word": " run", "probability": 0.828125}, {"start": 45.41, "end": 46.03, "word": " applications", "probability": 0.517578125}, {"start": 46.03, "end": 47.15, "word": " on", "probability": 0.373779296875}, {"start": 47.15, "end": 47.33, "word": " the", "probability": 0.46923828125}, {"start": 47.33, "end": 47.57, "word": " phone.", "probability": 0.693359375}], "temperature": 1.0}, {"id": 2, "seek": 6753, "start": 48.35, "end": 67.53, "text": " where the apps on the phone, any application that allows others to run it, does something called an intent filter in the activity. Where do we put the intent filter? In the manifest file. And then it makes a description of the activity, puts a specific action on it, on the basis that any activity you want to run, you send the name of the action.", "tokens": [689, 264, 7733, 322, 264, 2593, 11, 604, 3861, 300, 4045, 2357, 281, 1190, 309, 11, 775, 746, 1219, 364, 8446, 6608, 294, 264, 5191, 13, 2305, 360, 321, 829, 264, 8446, 6608, 30, 682, 264, 10067, 3991, 13, 400, 550, 309, 1669, 257, 3855, 295, 264, 5191, 11, 8137, 257, 2685, 3069, 322, 309, 11, 322, 264, 5143, 300, 604, 5191, 291, 528, 281, 1190, 11, 291, 2845, 264, 1315, 295, 264, 3069, 13], "avg_logprob": -0.5703125149011612, "compression_ratio": 1.7846153846153847, "no_speech_prob": 0.0, "words": [{"start": 48.35, "end": 48.73, "word": " where", "probability": 0.10516357421875}, {"start": 48.73, "end": 49.05, "word": " the", "probability": 0.1575927734375}, {"start": 49.05, "end": 49.47, "word": " apps", "probability": 0.52685546875}, {"start": 49.47, "end": 49.89, "word": " on", "probability": 0.51708984375}, {"start": 49.89, "end": 50.03, "word": " the", "probability": 0.546875}, {"start": 50.03, "end": 50.27, "word": " phone,", "probability": 0.58544921875}, {"start": 50.57, "end": 50.79, "word": " any", "probability": 0.5380859375}, {"start": 50.79, "end": 51.17, "word": " application", "probability": 0.51806640625}, {"start": 51.17, "end": 51.33, "word": " that", "probability": 0.54296875}, {"start": 51.33, "end": 51.71, "word": " allows", "probability": 0.3935546875}, {"start": 51.71, "end": 52.23, "word": " others", "probability": 0.44189453125}, {"start": 52.23, "end": 52.65, "word": " to", "probability": 0.93359375}, {"start": 52.65, "end": 52.93, "word": " run", "probability": 0.37109375}, {"start": 52.93, "end": 53.21, "word": " it,", "probability": 0.59033203125}, {"start": 53.73, "end": 53.93, "word": " does", "probability": 0.11578369140625}, {"start": 53.93, "end": 54.69, "word": " something", "probability": 0.36865234375}, {"start": 54.69, "end": 55.21, "word": " called", "probability": 0.43359375}, {"start": 55.21, "end": 55.37, "word": " an", "probability": 0.341064453125}, {"start": 55.37, "end": 55.59, "word": " intent", "probability": 0.5966796875}, {"start": 55.59, "end": 56.07, "word": " filter", "probability": 0.97216796875}, {"start": 56.07, "end": 56.07, "word": " in", "probability": 0.54296875}, {"start": 56.07, "end": 56.07, "word": " the", "probability": 0.58056640625}, {"start": 56.07, "end": 56.07, "word": " activity.", "probability": 0.88525390625}, {"start": 56.25, "end": 56.53, "word": " Where", "probability": 0.3642578125}, {"start": 56.53, "end": 56.73, "word": " do", "probability": 0.71337890625}, {"start": 56.73, "end": 56.73, "word": " we", "probability": 0.86181640625}, {"start": 56.73, "end": 56.93, "word": " put", "probability": 0.7294921875}, {"start": 56.93, "end": 57.03, "word": " the", "probability": 0.51708984375}, {"start": 57.03, "end": 57.21, "word": " intent", "probability": 0.92626953125}, {"start": 57.21, "end": 57.65, "word": " filter?", "probability": 0.9580078125}, {"start": 57.65, "end": 57.83, "word": " In", "probability": 0.8720703125}, {"start": 57.83, "end": 57.91, "word": " the", "probability": 0.826171875}, {"start": 57.91, "end": 58.25, "word": " manifest", "probability": 0.89306640625}, {"start": 58.25, "end": 59.21, "word": " file.", "probability": 0.9140625}, {"start": 59.89, "end": 59.91, "word": " And", "probability": 0.411865234375}, {"start": 59.91, "end": 60.13, "word": " then", "probability": 0.10406494140625}, {"start": 60.13, "end": 60.53, "word": " it", "probability": 0.58740234375}, {"start": 60.53, "end": 61.15, "word": " makes", "probability": 0.458740234375}, {"start": 61.15, "end": 61.29, "word": " a", "probability": 0.95068359375}, {"start": 61.29, "end": 61.53, "word": " description", "probability": 0.86083984375}, {"start": 61.53, "end": 61.73, "word": " of", "probability": 0.6904296875}, {"start": 61.73, "end": 61.89, "word": " the", "probability": 0.90625}, {"start": 61.89, "end": 62.39, "word": " activity,", "probability": 0.94384765625}, {"start": 63.31, "end": 63.75, "word": " puts", "probability": 0.236083984375}, {"start": 63.75, "end": 63.95, "word": " a", "probability": 0.638671875}, {"start": 63.95, "end": 63.97, "word": " specific", "probability": 0.481689453125}, {"start": 63.97, "end": 64.29, "word": " action", "probability": 0.96142578125}, {"start": 64.29, "end": 64.47, "word": " on", "probability": 0.5361328125}, {"start": 64.47, "end": 64.67, "word": " it,", "probability": 0.8447265625}, {"start": 64.79, "end": 64.91, "word": " on", "probability": 0.347412109375}, {"start": 64.91, "end": 65.03, "word": " the", "probability": 0.9169921875}, {"start": 65.03, "end": 65.29, "word": " basis", "probability": 0.890625}, {"start": 65.29, "end": 65.49, "word": " that", "probability": 0.884765625}, {"start": 65.49, "end": 65.65, "word": " any", "probability": 0.80615234375}, {"start": 65.65, "end": 65.99, "word": " activity", "probability": 0.95263671875}, {"start": 65.99, "end": 66.13, "word": " you", "probability": 0.307373046875}, {"start": 66.13, "end": 66.25, "word": " want", "probability": 0.64453125}, {"start": 66.25, "end": 66.25, "word": " to", "probability": 0.93310546875}, {"start": 66.25, "end": 66.51, "word": " run,", "probability": 0.83349609375}, {"start": 66.63, "end": 66.71, "word": " you", "probability": 0.335205078125}, {"start": 66.71, "end": 66.91, "word": " send", "probability": 0.347900390625}, {"start": 66.91, "end": 67.03, "word": " the", "probability": 0.64599609375}, {"start": 67.03, "end": 67.13, "word": " name", "probability": 0.57177734375}, {"start": 67.13, "end": 67.23, "word": " of", "probability": 0.9365234375}, {"start": 67.23, "end": 67.27, "word": " the", "probability": 0.86767578125}, {"start": 67.27, "end": 67.53, "word": " action.", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 3, "seek": 9202, "start": 68.54, "end": 92.02, "text": "The difference between implicit intent and explicit intent is that in the implicit intent, you put the class name and it works when you want to run an activity in the same application. But in another application, you put the action name. This happens in the Android system and it runs in the manifest file for all applications on an activity that conforms to this action. And we said that the applications that have actions on their phones are famous and well-known.", "tokens": [2278, 2649, 1296, 26947, 8446, 293, 13691, 8446, 307, 300, 294, 264, 26947, 8446, 11, 291, 829, 264, 1508, 1315, 293, 309, 1985, 562, 291, 528, 281, 1190, 364, 5191, 294, 264, 912, 3861, 13, 583, 294, 1071, 3861, 11, 291, 829, 264, 3069, 1315, 13, 639, 2314, 294, 264, 8853, 1185, 293, 309, 6676, 294, 264, 10067, 3991, 337, 439, 5821, 322, 364, 5191, 300, 18975, 82, 281, 341, 3069, 13, 400, 321, 848, 300, 264, 5821, 300, 362, 5909, 322, 641, 10216, 366, 4618, 293, 731, 12, 6861, 13], "avg_logprob": -0.5298912875030352, "compression_ratio": 1.9829787234042553, "no_speech_prob": 0.0, "words": [{"start": 68.54, "end": 68.82, "word": "The", "probability": 0.15576171875}, {"start": 68.82, "end": 69.06, "word": " difference", "probability": 0.69970703125}, {"start": 69.06, "end": 69.26, "word": " between", "probability": 0.80224609375}, {"start": 69.26, "end": 69.62, "word": " implicit", "probability": 0.654296875}, {"start": 69.62, "end": 70.06, "word": " intent", "probability": 0.5771484375}, {"start": 70.06, "end": 70.16, "word": " and", "probability": 0.92236328125}, {"start": 70.16, "end": 70.56, "word": " explicit", "probability": 0.79150390625}, {"start": 70.56, "end": 71.12, "word": " intent", "probability": 0.97314453125}, {"start": 71.12, "end": 71.3, "word": " is", "probability": 0.81494140625}, {"start": 71.3, "end": 71.36, "word": " that", "probability": 0.7216796875}, {"start": 71.36, "end": 71.48, "word": " in", "probability": 0.16357421875}, {"start": 71.48, "end": 71.74, "word": " the", "probability": 0.46142578125}, {"start": 71.74, "end": 71.78, "word": " implicit", "probability": 0.73681640625}, {"start": 71.78, "end": 71.94, "word": " intent,", "probability": 0.71435546875}, {"start": 71.94, "end": 72.06, "word": " you", "probability": 0.826171875}, {"start": 72.06, "end": 72.3, "word": " put", "probability": 0.1373291015625}, {"start": 72.3, "end": 72.64, "word": " the", "probability": 0.685546875}, {"start": 72.64, "end": 73.08, "word": " class", "probability": 0.60546875}, {"start": 73.08, "end": 73.08, "word": " name", "probability": 0.7900390625}, {"start": 73.08, "end": 73.94, "word": " and", "probability": 0.533203125}, {"start": 73.94, "end": 74.14, "word": " it", "probability": 0.56103515625}, {"start": 74.14, "end": 74.24, "word": " works", "probability": 0.38916015625}, {"start": 74.24, "end": 74.42, "word": " when", "probability": 0.64013671875}, {"start": 74.42, "end": 75.24, "word": " you", "probability": 0.87255859375}, {"start": 75.24, "end": 75.44, "word": " want", "probability": 0.455810546875}, {"start": 75.44, "end": 75.5, "word": " to", "probability": 0.94921875}, {"start": 75.5, "end": 75.76, "word": " run", "probability": 0.62353515625}, {"start": 75.76, "end": 75.88, "word": " an", "probability": 0.51220703125}, {"start": 75.88, "end": 76.28, "word": " activity", "probability": 0.97216796875}, {"start": 76.28, "end": 76.5, "word": " in", "probability": 0.7626953125}, {"start": 76.5, "end": 76.6, "word": " the", "probability": 0.89501953125}, {"start": 76.6, "end": 76.74, "word": " same", "probability": 0.88427734375}, {"start": 76.74, "end": 77.26, "word": " application.", "probability": 0.5791015625}, {"start": 77.88, "end": 78.06, "word": " But", "probability": 0.5009765625}, {"start": 78.06, "end": 78.16, "word": " in", "probability": 0.85205078125}, {"start": 78.16, "end": 78.24, "word": " another", "probability": 0.70703125}, {"start": 78.24, "end": 78.62, "word": " application,", "probability": 0.90625}, {"start": 78.9, "end": 79.0, "word": " you", "probability": 0.83251953125}, {"start": 79.0, "end": 79.3, "word": " put", "probability": 0.69287109375}, {"start": 79.3, "end": 79.64, "word": " the", "probability": 0.80908203125}, {"start": 79.64, "end": 80.06, "word": " action", "probability": 0.84228515625}, {"start": 80.06, "end": 80.1, "word": " name.", "probability": 0.82177734375}, {"start": 81.78, "end": 82.04, "word": " This", "probability": 0.73193359375}, {"start": 82.04, "end": 82.24, "word": " happens", "probability": 0.0968017578125}, {"start": 82.24, "end": 82.38, "word": " in", "probability": 0.49560546875}, {"start": 82.38, "end": 82.44, "word": " the", "probability": 0.61572265625}, {"start": 82.44, "end": 82.68, "word": " Android", "probability": 0.86474609375}, {"start": 82.68, "end": 83.16, "word": " system", "probability": 0.91162109375}, {"start": 83.16, "end": 83.42, "word": " and", "probability": 0.53857421875}, {"start": 83.42, "end": 83.48, "word": " it", "probability": 0.5634765625}, {"start": 83.48, "end": 83.78, "word": " runs", "probability": 0.04974365234375}, {"start": 83.78, "end": 83.96, "word": " in", "probability": 0.53955078125}, {"start": 83.96, "end": 84.06, "word": " the", "probability": 0.66650390625}, {"start": 84.06, "end": 84.34, "word": " manifest", "probability": 0.96630859375}, {"start": 84.34, "end": 84.62, "word": " file", "probability": 0.84912109375}, {"start": 84.62, "end": 84.76, "word": " for", "probability": 0.34423828125}, {"start": 84.76, "end": 84.96, "word": " all", "probability": 0.91943359375}, {"start": 84.96, "end": 85.38, "word": " applications", "probability": 0.5107421875}, {"start": 85.38, "end": 85.64, "word": " on", "probability": 0.5791015625}, {"start": 85.64, "end": 85.82, "word": " an", "probability": 0.63916015625}, {"start": 85.82, "end": 86.28, "word": " activity", "probability": 0.96435546875}, {"start": 86.28, "end": 86.42, "word": " that", "probability": 0.63671875}, {"start": 86.42, "end": 86.74, "word": " conforms", "probability": 0.552734375}, {"start": 86.74, "end": 86.8, "word": " to", "probability": 0.837890625}, {"start": 86.8, "end": 86.86, "word": " this", "probability": 0.5986328125}, {"start": 86.86, "end": 87.12, "word": " action.", "probability": 0.9677734375}, {"start": 88.04, "end": 88.52, "word": " And", "probability": 0.135009765625}, {"start": 88.52, "end": 88.72, "word": " we", "probability": 0.6123046875}, {"start": 88.72, "end": 88.72, "word": " said", "probability": 0.75244140625}, {"start": 88.72, "end": 89.02, "word": " that", "probability": 0.818359375}, {"start": 89.02, "end": 89.12, "word": " the", "probability": 0.4521484375}, {"start": 89.12, "end": 89.44, "word": " applications", "probability": 0.5849609375}, {"start": 89.44, "end": 89.6, "word": " that", "probability": 0.37646484375}, {"start": 89.6, "end": 90.18, "word": " have", "probability": 0.46533203125}, {"start": 90.18, "end": 90.94, "word": " actions", "probability": 0.599609375}, {"start": 90.94, "end": 90.94, "word": " on", "probability": 0.642578125}, {"start": 90.94, "end": 90.94, "word": " their", "probability": 0.402099609375}, {"start": 90.94, "end": 90.94, "word": " phones", "probability": 0.53466796875}, {"start": 90.94, "end": 91.14, "word": " are", "probability": 0.9248046875}, {"start": 91.14, "end": 91.46, "word": " famous", "probability": 0.544921875}, {"start": 91.46, "end": 91.6, "word": " and", "probability": 0.8193359375}, {"start": 91.6, "end": 91.78, "word": " well", "probability": 0.64794921875}, {"start": 91.78, "end": 92.02, "word": "-known.", "probability": 0.77197265625}], "temperature": 1.0}, {"id": 4, "seek": 12016, "start": 92.8, "end": 120.16, "text": " And there are common intents. To use them, you need to go back to the tutorial on how to use the intent. Or how to run a specific application. Because you will not create an action name, right? And you don't even know who put the name of the action because of the application. There are fixed action names that Android deals with. That's why it defines them as static variables. Like intent, actionView, actionSend, right? We've seen all of them.", "tokens": [400, 456, 366, 2689, 560, 791, 13, 1407, 764, 552, 11, 291, 643, 281, 352, 646, 281, 264, 7073, 322, 577, 281, 764, 264, 8446, 13, 1610, 577, 281, 1190, 257, 2685, 3861, 13, 1436, 291, 486, 406, 1884, 364, 3069, 1315, 11, 558, 30, 400, 291, 500, 380, 754, 458, 567, 829, 264, 1315, 295, 264, 3069, 570, 295, 264, 3861, 13, 821, 366, 6806, 3069, 5288, 300, 8853, 11215, 365, 13, 663, 311, 983, 309, 23122, 552, 382, 13437, 9102, 13, 1743, 8446, 11, 3069, 30203, 11, 3069, 50, 521, 11, 558, 30, 492, 600, 1612, 439, 295, 552, 13], "avg_logprob": -0.493325240982389, "compression_ratio": 1.7392996108949417, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 92.8, "end": 93.34, "word": " And", "probability": 0.2373046875}, {"start": 93.34, "end": 93.86, "word": " there", "probability": 0.62890625}, {"start": 93.86, "end": 93.88, "word": " are", "probability": 0.462646484375}, {"start": 93.88, "end": 94.22, "word": " common", "probability": 0.73095703125}, {"start": 94.22, "end": 94.76, "word": " intents.", "probability": 0.830810546875}, {"start": 95.16, "end": 95.32, "word": " To", "probability": 0.5048828125}, {"start": 95.32, "end": 95.8, "word": " use", "probability": 0.84619140625}, {"start": 95.8, "end": 95.98, "word": " them,", "probability": 0.77783203125}, {"start": 96.24, "end": 96.56, "word": " you", "probability": 0.7666015625}, {"start": 96.56, "end": 96.68, "word": " need", "probability": 0.40087890625}, {"start": 96.68, "end": 96.9, "word": " to", "probability": 0.9453125}, {"start": 96.9, "end": 97.16, "word": " go", "probability": 0.466552734375}, {"start": 97.16, "end": 97.18, "word": " back", "probability": 0.69970703125}, {"start": 97.18, "end": 97.3, "word": " to", "probability": 0.9091796875}, {"start": 97.3, "end": 97.4, "word": " the", "probability": 0.64599609375}, {"start": 97.4, "end": 97.92, "word": " tutorial", "probability": 0.82470703125}, {"start": 97.92, "end": 98.3, "word": " on", "probability": 0.298095703125}, {"start": 98.3, "end": 98.34, "word": " how", "probability": 0.8388671875}, {"start": 98.34, "end": 98.58, "word": " to", "probability": 0.880859375}, {"start": 98.58, "end": 98.96, "word": " use", "probability": 0.8251953125}, {"start": 98.96, "end": 99.06, "word": " the", "probability": 0.3837890625}, {"start": 99.06, "end": 99.36, "word": " intent.", "probability": 0.62109375}, {"start": 100.1, "end": 100.64, "word": " Or", "probability": 0.7353515625}, {"start": 100.64, "end": 100.78, "word": " how", "probability": 0.76171875}, {"start": 100.78, "end": 100.88, "word": " to", "probability": 0.94873046875}, {"start": 100.88, "end": 101.1, "word": " run", "probability": 0.493896484375}, {"start": 101.1, "end": 101.22, "word": " a", "probability": 0.8310546875}, {"start": 101.22, "end": 101.76, "word": " specific", "probability": 0.421630859375}, {"start": 101.76, "end": 101.76, "word": " application.", "probability": 0.484375}, {"start": 101.96, "end": 102.1, "word": " Because", "probability": 0.82568359375}, {"start": 102.1, "end": 102.42, "word": " you", "probability": 0.91064453125}, {"start": 102.42, "end": 102.72, "word": " will", "probability": 0.35498046875}, {"start": 102.72, "end": 102.72, "word": " not", "probability": 0.87890625}, {"start": 102.72, "end": 103.22, "word": " create", "probability": 0.54833984375}, {"start": 103.22, "end": 103.88, "word": " an", "probability": 0.46728515625}, {"start": 103.88, "end": 104.18, "word": " action", "probability": 0.9208984375}, {"start": 104.18, "end": 104.32, "word": " name,", "probability": 0.451416015625}, {"start": 104.44, "end": 104.62, "word": " right?", "probability": 0.724609375}, {"start": 104.92, "end": 105.2, "word": " And", "probability": 0.270751953125}, {"start": 105.2, "end": 106.14, "word": " you", "probability": 0.904296875}, {"start": 106.14, "end": 106.16, "word": " don't", "probability": 0.7056884765625}, {"start": 106.16, "end": 106.16, "word": " even", "probability": 0.447509765625}, {"start": 106.16, "end": 106.5, "word": " know", "probability": 0.89013671875}, {"start": 106.5, "end": 106.78, "word": " who", "probability": 0.572265625}, {"start": 106.78, "end": 107.06, "word": " put", "probability": 0.317138671875}, {"start": 107.06, "end": 107.2, "word": " the", "probability": 0.44677734375}, {"start": 107.2, "end": 107.32, "word": " name", "probability": 0.33642578125}, {"start": 107.32, "end": 107.4, "word": " of", "probability": 0.60009765625}, {"start": 107.4, "end": 107.42, "word": " the", "probability": 0.755859375}, {"start": 107.42, "end": 107.76, "word": " action", "probability": 0.94580078125}, {"start": 107.76, "end": 108.3, "word": " because", "probability": 0.263671875}, {"start": 108.3, "end": 108.46, "word": " of", "probability": 0.95361328125}, {"start": 108.46, "end": 108.5, "word": " the", "probability": 0.8779296875}, {"start": 108.5, "end": 108.88, "word": " application.", "probability": 0.87451171875}, {"start": 109.42, "end": 109.96, "word": " There", "probability": 0.60205078125}, {"start": 109.96, "end": 110.12, "word": " are", "probability": 0.93701171875}, {"start": 110.12, "end": 110.46, "word": " fixed", "probability": 0.2958984375}, {"start": 110.46, "end": 110.82, "word": " action", "probability": 0.5546875}, {"start": 110.82, "end": 111.4, "word": " names", "probability": 0.7646484375}, {"start": 111.4, "end": 112.04, "word": " that", "probability": 0.615234375}, {"start": 112.04, "end": 112.96, "word": " Android", "probability": 0.654296875}, {"start": 112.96, "end": 112.96, "word": " deals", "probability": 0.208251953125}, {"start": 112.96, "end": 113.36, "word": " with.", "probability": 0.8984375}, {"start": 113.44, "end": 113.86, "word": " That's", "probability": 0.671142578125}, {"start": 113.86, "end": 113.94, "word": " why", "probability": 0.92578125}, {"start": 113.94, "end": 114.1, "word": " it", "probability": 0.56689453125}, {"start": 114.1, "end": 114.32, "word": " defines", "probability": 0.09954833984375}, {"start": 114.32, "end": 114.5, "word": " them", "probability": 0.71728515625}, {"start": 114.5, "end": 114.6, "word": " as", "probability": 0.9267578125}, {"start": 114.6, "end": 114.9, "word": " static", "probability": 0.91357421875}, {"start": 114.9, "end": 115.38, "word": " variables.", "probability": 0.9345703125}, {"start": 116.0, "end": 116.24, "word": " Like", "probability": 0.50927734375}, {"start": 116.24, "end": 116.58, "word": " intent,", "probability": 0.5673828125}, {"start": 116.76, "end": 117.34, "word": " actionView,", "probability": 0.5634765625}, {"start": 117.84, "end": 118.62, "word": " actionSend,", "probability": 0.8704427083333334}, {"start": 119.0, "end": 119.26, "word": " right?", "probability": 0.6318359375}, {"start": 119.44, "end": 119.7, "word": " We've", "probability": 0.5152587890625}, {"start": 119.7, "end": 119.82, "word": " seen", "probability": 0.7890625}, {"start": 119.82, "end": 120.02, "word": " all", "probability": 0.56201171875}, {"start": 120.02, "end": 120.16, "word": " of", "probability": 0.81884765625}, {"start": 120.16, "end": 120.16, "word": " them.", "probability": 0.51611328125}], "temperature": 1.0}, {"id": 5, "seek": 14369, "start": 121.28, "end": 143.7, "text": " This is like a reward. Of course, it does not only depend on the name of the action in distinguishing between activities. It also depends on the type of data. For example, if I send an action view, and the data I send starts with the word HTTP, it understands that I want a browser. Okay? And look at some examples of lectures on how to run applications on a mobile phone. For example, to open a browser and send SMS.", "tokens": [639, 307, 411, 257, 7782, 13, 2720, 1164, 11, 309, 775, 406, 787, 5672, 322, 264, 1315, 295, 264, 3069, 294, 11365, 3807, 1296, 5354, 13, 467, 611, 5946, 322, 264, 2010, 295, 1412, 13, 1171, 1365, 11, 498, 286, 2845, 364, 3069, 1910, 11, 293, 264, 1412, 286, 2845, 3719, 365, 264, 1349, 33283, 11, 309, 15146, 300, 286, 528, 257, 11185, 13, 1033, 30, 400, 574, 412, 512, 5110, 295, 16564, 322, 577, 281, 1190, 5821, 322, 257, 6013, 2593, 13, 1171, 1365, 11, 281, 1269, 257, 11185, 293, 2845, 38107, 13], "avg_logprob": -0.48519736402913144, "compression_ratio": 1.6587301587301588, "no_speech_prob": 0.0, "words": [{"start": 121.28, "end": 121.58, "word": " This", "probability": 0.1766357421875}, {"start": 121.58, "end": 121.84, "word": " is", "probability": 0.8359375}, {"start": 121.84, "end": 122.0, "word": " like", "probability": 0.5380859375}, {"start": 122.0, "end": 122.14, "word": " a", "probability": 0.356689453125}, {"start": 122.14, "end": 122.3, "word": " reward.", "probability": 0.34033203125}, {"start": 122.76, "end": 123.0, "word": " Of", "probability": 0.4140625}, {"start": 123.0, "end": 123.12, "word": " course,", "probability": 0.943359375}, {"start": 123.26, "end": 123.28, "word": " it", "probability": 0.79052734375}, {"start": 123.28, "end": 123.44, "word": " does", "probability": 0.40283203125}, {"start": 123.44, "end": 123.84, "word": " not", "probability": 0.9384765625}, {"start": 123.84, "end": 123.88, "word": " only", "probability": 0.5400390625}, {"start": 123.88, "end": 123.88, "word": " depend", "probability": 0.56982421875}, {"start": 123.88, "end": 124.18, "word": " on", "probability": 0.93115234375}, {"start": 124.18, "end": 124.28, "word": " the", "probability": 0.8154296875}, {"start": 124.28, "end": 124.4, "word": " name", "probability": 0.6396484375}, {"start": 124.4, "end": 124.54, "word": " of", "probability": 0.84521484375}, {"start": 124.54, "end": 124.54, "word": " the", "probability": 0.77880859375}, {"start": 124.54, "end": 124.78, "word": " action", "probability": 0.9189453125}, {"start": 124.78, "end": 125.0, "word": " in", "probability": 0.69384765625}, {"start": 125.0, "end": 125.54, "word": " distinguishing", "probability": 0.542633056640625}, {"start": 125.54, "end": 126.0, "word": " between", "probability": 0.5361328125}, {"start": 126.0, "end": 126.68, "word": " activities.", "probability": 0.87109375}, {"start": 127.06, "end": 127.46, "word": " It", "probability": 0.900390625}, {"start": 127.46, "end": 127.78, "word": " also", "probability": 0.77685546875}, {"start": 127.78, "end": 127.78, "word": " depends", "probability": 0.90771484375}, {"start": 127.78, "end": 128.12, "word": " on", "probability": 0.9453125}, {"start": 128.12, "end": 128.2, "word": " the", "probability": 0.8076171875}, {"start": 128.2, "end": 128.28, "word": " type", "probability": 0.765625}, {"start": 128.28, "end": 128.4, "word": " of", "probability": 0.97265625}, {"start": 128.4, "end": 128.64, "word": " data.", "probability": 0.8427734375}, {"start": 129.5, "end": 129.7, "word": " For", "probability": 0.215087890625}, {"start": 129.7, "end": 129.78, "word": " example,", "probability": 0.91162109375}, {"start": 129.8, "end": 129.88, "word": " if", "probability": 0.861328125}, {"start": 129.88, "end": 130.78, "word": " I", "probability": 0.94580078125}, {"start": 130.78, "end": 130.78, "word": " send", "probability": 0.5380859375}, {"start": 130.78, "end": 131.0, "word": " an", "probability": 0.51953125}, {"start": 131.0, "end": 131.24, "word": " action", "probability": 0.53173828125}, {"start": 131.24, "end": 131.62, "word": " view,", "probability": 0.31787109375}, {"start": 132.28, "end": 132.66, "word": " and", "probability": 0.63427734375}, {"start": 132.66, "end": 132.74, "word": " the", "probability": 0.833984375}, {"start": 132.74, "end": 133.02, "word": " data", "probability": 0.8291015625}, {"start": 133.02, "end": 133.22, "word": " I", "probability": 0.40673828125}, {"start": 133.22, "end": 133.42, "word": " send", "probability": 0.4482421875}, {"start": 133.42, "end": 133.78, "word": " starts", "probability": 0.5009765625}, {"start": 133.78, "end": 133.94, "word": " with", "probability": 0.857421875}, {"start": 133.94, "end": 134.0, "word": " the", "probability": 0.82275390625}, {"start": 134.0, "end": 134.2, "word": " word", "probability": 0.76611328125}, {"start": 134.2, "end": 134.72, "word": " HTTP,", "probability": 0.418212890625}, {"start": 134.88, "end": 134.88, "word": " it", "probability": 0.57177734375}, {"start": 134.88, "end": 135.08, "word": " understands", "probability": 0.5498046875}, {"start": 135.08, "end": 135.26, "word": " that", "probability": 0.896484375}, {"start": 135.26, "end": 135.36, "word": " I", "probability": 0.9482421875}, {"start": 135.36, "end": 135.6, "word": " want", "probability": 0.73583984375}, {"start": 135.6, "end": 136.52, "word": " a", "probability": 0.7958984375}, {"start": 136.52, "end": 136.84, "word": " browser.", "probability": 0.79541015625}, {"start": 137.14, "end": 137.38, "word": " Okay?", "probability": 0.21142578125}, {"start": 137.52, "end": 137.62, "word": " And", "probability": 0.5224609375}, {"start": 137.62, "end": 137.78, "word": " look", "probability": 0.4794921875}, {"start": 137.78, "end": 137.9, "word": " at", "probability": 0.94482421875}, {"start": 137.9, "end": 138.1, "word": " some", "probability": 0.80615234375}, {"start": 138.1, "end": 138.42, "word": " examples", "probability": 0.443359375}, {"start": 138.42, "end": 138.6, "word": " of", "probability": 0.334716796875}, {"start": 138.6, "end": 138.86, "word": " lectures", "probability": 0.27197265625}, {"start": 138.86, "end": 139.3, "word": " on", "probability": 0.4248046875}, {"start": 139.3, "end": 139.36, "word": " how", "probability": 0.67529296875}, {"start": 139.36, "end": 139.54, "word": " to", "probability": 0.94091796875}, {"start": 139.54, "end": 139.84, "word": " run", "probability": 0.77880859375}, {"start": 139.84, "end": 140.22, "word": " applications", "probability": 0.4501953125}, {"start": 140.22, "end": 140.4, "word": " on", "probability": 0.91796875}, {"start": 140.4, "end": 140.48, "word": " a", "probability": 0.377197265625}, {"start": 140.48, "end": 140.7, "word": " mobile", "probability": 0.55517578125}, {"start": 140.7, "end": 141.18, "word": " phone.", "probability": 0.8115234375}, {"start": 141.18, "end": 141.46, "word": " For", "probability": 0.77685546875}, {"start": 141.46, "end": 141.74, "word": " example,", "probability": 0.95166015625}, {"start": 141.8, "end": 141.9, "word": " to", "probability": 0.1826171875}, {"start": 141.9, "end": 142.06, "word": " open", "probability": 0.84130859375}, {"start": 142.06, "end": 142.2, "word": " a", "probability": 0.75048828125}, {"start": 142.2, "end": 142.54, "word": " browser", "probability": 0.81494140625}, {"start": 142.54, "end": 142.68, "word": " and", "probability": 0.74853515625}, {"start": 142.68, "end": 142.94, "word": " send", "probability": 0.65771484375}, {"start": 142.94, "end": 143.7, "word": " SMS.", "probability": 0.787109375}], "temperature": 1.0}, {"id": 6, "seek": 17116, "start": 144.92, "end": 171.16, "text": " turn on the map, and we will see in front of us other applications, like how to make a call, how to turn on the camera, how to access contacts, for example. These are important things, but I did not give them because I still need things related to security, okay? I mean, I need more advanced things. The lecture usually has two small parts, I want to explain them, and then I want to stop for a while during the next lecture.", "tokens": [1261, 322, 264, 4471, 11, 293, 321, 486, 536, 294, 1868, 295, 505, 661, 5821, 11, 411, 577, 281, 652, 257, 818, 11, 577, 281, 1261, 322, 264, 2799, 11, 577, 281, 2105, 15836, 11, 337, 1365, 13, 1981, 366, 1021, 721, 11, 457, 286, 630, 406, 976, 552, 570, 286, 920, 643, 721, 4077, 281, 3825, 11, 1392, 30, 286, 914, 11, 286, 643, 544, 7339, 721, 13, 440, 7991, 2673, 575, 732, 1359, 3166, 11, 286, 528, 281, 2903, 552, 11, 293, 550, 286, 528, 281, 1590, 337, 257, 1339, 1830, 264, 958, 7991, 13], "avg_logprob": -0.4148596798887058, "compression_ratio": 1.708, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 144.92, "end": 145.22, "word": " turn", "probability": 0.1861572265625}, {"start": 145.22, "end": 145.42, "word": " on", "probability": 0.84765625}, {"start": 145.42, "end": 145.54, "word": " the", "probability": 0.74951171875}, {"start": 145.54, "end": 145.82, "word": " map,", "probability": 0.66943359375}, {"start": 146.06, "end": 146.22, "word": " and", "probability": 0.8447265625}, {"start": 146.22, "end": 146.36, "word": " we", "probability": 0.62353515625}, {"start": 146.36, "end": 146.36, "word": " will", "probability": 0.6845703125}, {"start": 146.36, "end": 146.66, "word": " see", "probability": 0.78076171875}, {"start": 146.66, "end": 146.76, "word": " in", "probability": 0.3408203125}, {"start": 146.76, "end": 147.08, "word": " front", "probability": 0.90576171875}, {"start": 147.08, "end": 147.08, "word": " of", "probability": 0.73388671875}, {"start": 147.08, "end": 147.4, "word": " us", "probability": 0.66845703125}, {"start": 147.4, "end": 147.76, "word": " other", "probability": 0.587890625}, {"start": 147.76, "end": 148.18, "word": " applications,", "probability": 0.501953125}, {"start": 148.56, "end": 148.7, "word": " like", "probability": 0.5654296875}, {"start": 148.7, "end": 148.84, "word": " how", "probability": 0.8818359375}, {"start": 148.84, "end": 148.98, "word": " to", "probability": 0.6533203125}, {"start": 148.98, "end": 149.06, "word": " make", "probability": 0.76953125}, {"start": 149.06, "end": 149.16, "word": " a", "probability": 0.56591796875}, {"start": 149.16, "end": 149.46, "word": " call,", "probability": 0.58544921875}, {"start": 149.68, "end": 149.76, "word": " how", "probability": 0.82275390625}, {"start": 149.76, "end": 149.86, "word": " to", "probability": 0.94287109375}, {"start": 149.86, "end": 150.08, "word": " turn", "probability": 0.744140625}, {"start": 150.08, "end": 150.16, "word": " on", "probability": 0.873046875}, {"start": 150.16, "end": 150.28, "word": " the", "probability": 0.80126953125}, {"start": 150.28, "end": 150.6, "word": " camera,", "probability": 0.94580078125}, {"start": 151.2, "end": 151.34, "word": " how", "probability": 0.8603515625}, {"start": 151.34, "end": 151.46, "word": " to", "probability": 0.93310546875}, {"start": 151.46, "end": 151.7, "word": " access", "probability": 0.1976318359375}, {"start": 151.7, "end": 152.32, "word": " contacts,", "probability": 0.79345703125}, {"start": 152.54, "end": 152.56, "word": " for", "probability": 0.607421875}, {"start": 152.56, "end": 152.78, "word": " example.", "probability": 0.93896484375}, {"start": 153.14, "end": 153.32, "word": " These", "probability": 0.86083984375}, {"start": 153.32, "end": 153.42, "word": " are", "probability": 0.90966796875}, {"start": 153.42, "end": 153.76, "word": " important", "probability": 0.83642578125}, {"start": 153.76, "end": 153.78, "word": " things,", "probability": 0.411376953125}, {"start": 153.98, "end": 154.08, "word": " but", "probability": 0.89599609375}, {"start": 154.08, "end": 154.22, "word": " I", "probability": 0.970703125}, {"start": 154.22, "end": 154.3, "word": " did", "probability": 0.386962890625}, {"start": 154.3, "end": 154.3, "word": " not", "probability": 0.94091796875}, {"start": 154.3, "end": 154.48, "word": " give", "probability": 0.332763671875}, {"start": 154.48, "end": 154.58, "word": " them", "probability": 0.654296875}, {"start": 154.58, "end": 154.86, "word": " because", "probability": 0.331298828125}, {"start": 154.86, "end": 155.22, "word": " I", "probability": 0.77294921875}, {"start": 155.22, "end": 155.22, "word": " still", "probability": 0.9130859375}, {"start": 155.22, "end": 155.44, "word": " need", "probability": 0.34765625}, {"start": 155.44, "end": 155.84, "word": " things", "probability": 0.548828125}, {"start": 155.84, "end": 156.66, "word": " related", "probability": 0.73828125}, {"start": 156.66, "end": 156.8, "word": " to", "probability": 0.96142578125}, {"start": 156.8, "end": 157.28, "word": " security,", "probability": 0.96826171875}, {"start": 157.78, "end": 157.96, "word": " okay?", "probability": 0.619140625}, {"start": 158.14, "end": 158.2, "word": " I", "probability": 0.65478515625}, {"start": 158.2, "end": 158.26, "word": " mean,", "probability": 0.79736328125}, {"start": 158.28, "end": 158.34, "word": " I", "probability": 0.865234375}, {"start": 158.34, "end": 158.48, "word": " need", "probability": 0.75439453125}, {"start": 158.48, "end": 158.72, "word": " more", "probability": 0.1981201171875}, {"start": 158.72, "end": 159.1, "word": " advanced", "probability": 0.91015625}, {"start": 159.1, "end": 159.18, "word": " things.", "probability": 0.68408203125}, {"start": 161.34, "end": 161.78, "word": " The", "probability": 0.62548828125}, {"start": 161.78, "end": 162.06, "word": " lecture", "probability": 0.86767578125}, {"start": 162.06, "end": 162.32, "word": " usually", "probability": 0.2861328125}, {"start": 162.32, "end": 162.46, "word": " has", "probability": 0.75732421875}, {"start": 162.46, "end": 162.72, "word": " two", "probability": 0.8837890625}, {"start": 162.72, "end": 163.08, "word": " small", "probability": 0.63232421875}, {"start": 163.08, "end": 163.08, "word": " parts,", "probability": 0.8134765625}, {"start": 163.32, "end": 163.38, "word": " I", "probability": 0.7041015625}, {"start": 163.38, "end": 163.62, "word": " want", "probability": 0.412353515625}, {"start": 163.62, "end": 164.34, "word": " to", "probability": 0.9697265625}, {"start": 164.34, "end": 164.6, "word": " explain", "probability": 0.88818359375}, {"start": 164.6, "end": 164.9, "word": " them,", "probability": 0.876953125}, {"start": 165.62, "end": 165.78, "word": " and", "probability": 0.83984375}, {"start": 165.78, "end": 166.16, "word": " then", "probability": 0.84375}, {"start": 166.16, "end": 166.52, "word": " I", "probability": 0.94921875}, {"start": 166.52, "end": 166.68, "word": " want", "probability": 0.671875}, {"start": 166.68, "end": 166.78, "word": " to", "probability": 0.970703125}, {"start": 166.78, "end": 166.98, "word": " stop", "probability": 0.64501953125}, {"start": 166.98, "end": 167.1, "word": " for", "probability": 0.60205078125}, {"start": 167.1, "end": 167.22, "word": " a", "probability": 0.99169921875}, {"start": 167.22, "end": 167.48, "word": " while", "probability": 0.85107421875}, {"start": 167.48, "end": 169.12, "word": " during", "probability": 0.62255859375}, {"start": 169.12, "end": 169.34, "word": " the", "probability": 0.91064453125}, {"start": 169.34, "end": 171.16, "word": " next", "probability": 0.8408203125}, {"start": 171.16, "end": 171.16, "word": " lecture.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 7, "seek": 18387, "start": 172.07, "end": 183.87, "text": " and give them a complete project. I work from scratch until I get a big application. We use everything we took, plus some small things that you will learn through the project.", "tokens": [293, 976, 552, 257, 3566, 1716, 13, 286, 589, 490, 8459, 1826, 286, 483, 257, 955, 3861, 13, 492, 764, 1203, 321, 1890, 11, 1804, 512, 1359, 721, 300, 291, 486, 1466, 807, 264, 1716, 13], "avg_logprob": -0.6397803860741693, "compression_ratio": 1.3233082706766917, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 172.07, "end": 172.31, "word": " and", "probability": 0.239013671875}, {"start": 172.31, "end": 172.49, "word": " give", "probability": 0.421630859375}, {"start": 172.49, "end": 172.87, "word": " them", "probability": 0.254638671875}, {"start": 172.87, "end": 173.05, "word": " a", "probability": 0.76123046875}, {"start": 173.05, "end": 173.19, "word": " complete", "probability": 0.301025390625}, {"start": 173.19, "end": 173.19, "word": " project.", "probability": 0.859375}, {"start": 173.87, "end": 174.25, "word": " I", "probability": 0.283203125}, {"start": 174.25, "end": 175.07, "word": " work", "probability": 0.402587890625}, {"start": 175.07, "end": 175.29, "word": " from", "probability": 0.748046875}, {"start": 175.29, "end": 175.67, "word": " scratch", "probability": 0.517578125}, {"start": 175.67, "end": 175.99, "word": " until", "probability": 0.53662109375}, {"start": 175.99, "end": 176.21, "word": " I", "probability": 0.48828125}, {"start": 176.21, "end": 176.53, "word": " get", "probability": 0.465576171875}, {"start": 176.53, "end": 176.63, "word": " a", "probability": 0.73388671875}, {"start": 176.63, "end": 176.65, "word": " big", "probability": 0.59765625}, {"start": 176.65, "end": 176.99, "word": " application.", "probability": 0.66064453125}, {"start": 178.15, "end": 178.79, "word": " We", "probability": 0.50390625}, {"start": 178.79, "end": 179.15, "word": " use", "probability": 0.763671875}, {"start": 179.15, "end": 179.59, "word": " everything", "probability": 0.41552734375}, {"start": 179.59, "end": 179.75, "word": " we", "probability": 0.72412109375}, {"start": 179.75, "end": 180.05, "word": " took,", "probability": 0.19287109375}, {"start": 180.73, "end": 181.19, "word": " plus", "probability": 0.84765625}, {"start": 181.19, "end": 181.51, "word": " some", "probability": 0.76513671875}, {"start": 181.51, "end": 182.11, "word": " small", "probability": 0.419677734375}, {"start": 182.11, "end": 182.13, "word": " things", "probability": 0.62841796875}, {"start": 182.13, "end": 182.31, "word": " that", "probability": 0.5546875}, {"start": 182.31, "end": 182.47, "word": " you", "probability": 0.73779296875}, {"start": 182.47, "end": 182.47, "word": " will", "probability": 0.428955078125}, {"start": 182.47, "end": 182.83, "word": " learn", "probability": 0.94873046875}, {"start": 182.83, "end": 183.23, "word": " through", "probability": 0.6171875}, {"start": 183.23, "end": 183.45, "word": " the", "probability": 0.8251953125}, {"start": 183.45, "end": 183.87, "word": " project.", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 8, "seek": 21223, "start": 184.93, "end": 212.23, "text": " Also, we can apply things that we learned in Java and benefit from them For example, let's make a contest program I have a set of questions in a text file The program will start working When it starts working, it will ask you a question and give you options Then, it will give you a timer If you answer correctly, it will play a sound for you, like applause or something like that It will encourage you and move on to the next question And so on If you answer incorrectly", "tokens": [2743, 11, 321, 393, 3079, 721, 300, 321, 3264, 294, 10745, 293, 5121, 490, 552, 1171, 1365, 11, 718, 311, 652, 257, 10287, 1461, 286, 362, 257, 992, 295, 1651, 294, 257, 2487, 3991, 440, 1461, 486, 722, 1364, 1133, 309, 3719, 1364, 11, 309, 486, 1029, 291, 257, 1168, 293, 976, 291, 3956, 1396, 11, 309, 486, 976, 291, 257, 19247, 759, 291, 1867, 8944, 11, 309, 486, 862, 257, 1626, 337, 291, 11, 411, 9969, 420, 746, 411, 300, 467, 486, 5373, 291, 293, 1286, 322, 281, 264, 958, 1168, 400, 370, 322, 759, 291, 1867, 42892], "avg_logprob": -0.6606249797344208, "compression_ratio": 1.7946768060836502, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 184.93, "end": 185.37, "word": " Also,", "probability": 0.1458740234375}, {"start": 185.91, "end": 186.01, "word": " we", "probability": 0.583984375}, {"start": 186.01, "end": 186.07, "word": " can", "probability": 0.359375}, {"start": 186.07, "end": 186.33, "word": " apply", "probability": 0.32958984375}, {"start": 186.33, "end": 186.95, "word": " things", "probability": 0.2108154296875}, {"start": 186.95, "end": 187.07, "word": " that", "probability": 0.3720703125}, {"start": 187.07, "end": 187.11, "word": " we", "probability": 0.91845703125}, {"start": 187.11, "end": 187.33, "word": " learned", "probability": 0.26220703125}, {"start": 187.33, "end": 187.53, "word": " in", "probability": 0.67333984375}, {"start": 187.53, "end": 187.81, "word": " Java", "probability": 0.6669921875}, {"start": 187.81, "end": 187.93, "word": " and", "probability": 0.242919921875}, {"start": 187.93, "end": 188.23, "word": " benefit", "probability": 0.179443359375}, {"start": 188.23, "end": 188.59, "word": " from", "probability": 0.826171875}, {"start": 188.59, "end": 188.59, "word": " them", "probability": 0.59130859375}, {"start": 188.59, "end": 189.21, "word": " For", "probability": 0.5419921875}, {"start": 189.21, "end": 189.45, "word": " example,", "probability": 0.9052734375}, {"start": 189.47, "end": 189.63, "word": " let's", "probability": 0.55902099609375}, {"start": 189.63, "end": 189.75, "word": " make", "probability": 0.56640625}, {"start": 189.75, "end": 190.23, "word": " a", "probability": 0.9296875}, {"start": 190.23, "end": 190.49, "word": " contest", "probability": 0.329345703125}, {"start": 190.49, "end": 190.77, "word": " program", "probability": 0.6337890625}, {"start": 190.77, "end": 191.71, "word": " I", "probability": 0.491943359375}, {"start": 191.71, "end": 193.35, "word": " have", "probability": 0.8984375}, {"start": 193.35, "end": 193.45, "word": " a", "probability": 0.7041015625}, {"start": 193.45, "end": 193.63, "word": " set", "probability": 0.34765625}, {"start": 193.63, "end": 193.77, "word": " of", "probability": 0.9677734375}, {"start": 193.77, "end": 194.17, "word": " questions", "probability": 0.85107421875}, {"start": 194.17, "end": 194.79, "word": " in", "probability": 0.63427734375}, {"start": 194.79, "end": 195.31, "word": " a", "probability": 0.6826171875}, {"start": 195.31, "end": 195.79, "word": " text", "probability": 0.6796875}, {"start": 195.79, "end": 195.79, "word": " file", "probability": 0.82763671875}, {"start": 195.79, "end": 196.77, "word": " The", "probability": 0.344482421875}, {"start": 196.77, "end": 197.25, "word": " program", "probability": 0.890625}, {"start": 197.25, "end": 197.43, "word": " will", "probability": 0.35302734375}, {"start": 197.43, "end": 197.67, "word": " start", "probability": 0.56103515625}, {"start": 197.67, "end": 197.87, "word": " working", "probability": 0.50048828125}, {"start": 197.87, "end": 199.01, "word": " When", "probability": 0.14111328125}, {"start": 199.01, "end": 199.21, "word": " it", "probability": 0.86376953125}, {"start": 199.21, "end": 199.43, "word": " starts", "probability": 0.67333984375}, {"start": 199.43, "end": 199.71, "word": " working,", "probability": 0.69189453125}, {"start": 199.87, "end": 199.93, "word": " it", "probability": 0.79150390625}, {"start": 199.93, "end": 200.05, "word": " will", "probability": 0.45458984375}, {"start": 200.05, "end": 200.27, "word": " ask", "probability": 0.1854248046875}, {"start": 200.27, "end": 200.45, "word": " you", "probability": 0.77880859375}, {"start": 200.45, "end": 200.59, "word": " a", "probability": 0.46923828125}, {"start": 200.59, "end": 200.93, "word": " question", "probability": 0.93701171875}, {"start": 200.93, "end": 201.09, "word": " and", "probability": 0.49365234375}, {"start": 201.09, "end": 201.23, "word": " give", "probability": 0.369384765625}, {"start": 201.23, "end": 201.41, "word": " you", "probability": 0.92919921875}, {"start": 201.41, "end": 201.73, "word": " options", "probability": 0.48681640625}, {"start": 201.73, "end": 202.07, "word": " Then,", "probability": 0.2286376953125}, {"start": 202.21, "end": 202.23, "word": " it", "probability": 0.8095703125}, {"start": 202.23, "end": 202.25, "word": " will", "probability": 0.7060546875}, {"start": 202.25, "end": 202.45, "word": " give", "probability": 0.327392578125}, {"start": 202.45, "end": 202.65, "word": " you", "probability": 0.94189453125}, {"start": 202.65, "end": 202.67, "word": " a", "probability": 0.98291015625}, {"start": 202.67, "end": 203.05, "word": " timer", "probability": 0.9580078125}, {"start": 203.05, "end": 204.57, "word": " If", "probability": 0.759765625}, {"start": 204.57, "end": 205.17, "word": " you", "probability": 0.765625}, {"start": 205.17, "end": 205.39, "word": " answer", "probability": 0.58056640625}, {"start": 205.39, "end": 205.69, "word": " correctly,", "probability": 0.346923828125}, {"start": 205.85, "end": 205.85, "word": " it", "probability": 0.62109375}, {"start": 205.85, "end": 205.95, "word": " will", "probability": 0.80224609375}, {"start": 205.95, "end": 206.21, "word": " play", "probability": 0.364990234375}, {"start": 206.21, "end": 206.45, "word": " a", "probability": 0.45263671875}, {"start": 206.45, "end": 206.63, "word": " sound", "probability": 0.312255859375}, {"start": 206.63, "end": 206.77, "word": " for", "probability": 0.156982421875}, {"start": 206.77, "end": 207.01, "word": " you,", "probability": 0.66455078125}, {"start": 207.05, "end": 207.09, "word": " like", "probability": 0.3173828125}, {"start": 207.09, "end": 207.59, "word": " applause", "probability": 0.053802490234375}, {"start": 207.59, "end": 207.75, "word": " or", "probability": 0.383544921875}, {"start": 207.75, "end": 208.03, "word": " something", "probability": 0.42626953125}, {"start": 208.03, "end": 208.03, "word": " like", "probability": 0.57763671875}, {"start": 208.03, "end": 208.25, "word": " that", "probability": 0.90771484375}, {"start": 208.25, "end": 208.49, "word": " It", "probability": 0.1947021484375}, {"start": 208.49, "end": 208.49, "word": " will", "probability": 0.5927734375}, {"start": 208.49, "end": 208.69, "word": " encourage", "probability": 0.468994140625}, {"start": 208.69, "end": 208.93, "word": " you", "probability": 0.8271484375}, {"start": 208.93, "end": 209.01, "word": " and", "probability": 0.7275390625}, {"start": 209.01, "end": 209.29, "word": " move", "probability": 0.28466796875}, {"start": 209.29, "end": 209.53, "word": " on", "probability": 0.493408203125}, {"start": 209.53, "end": 209.55, "word": " to", "probability": 0.9541015625}, {"start": 209.55, "end": 209.83, "word": " the", "probability": 0.8427734375}, {"start": 209.83, "end": 210.39, "word": " next", "probability": 0.76025390625}, {"start": 210.39, "end": 210.47, "word": " question", "probability": 0.908203125}, {"start": 210.47, "end": 211.13, "word": " And", "probability": 0.321533203125}, {"start": 211.13, "end": 211.25, "word": " so", "probability": 0.8056640625}, {"start": 211.25, "end": 211.45, "word": " on", "probability": 0.92822265625}, {"start": 211.45, "end": 211.73, "word": " If", "probability": 0.5966796875}, {"start": 211.73, "end": 211.87, "word": " you", "probability": 0.95751953125}, {"start": 211.87, "end": 212.13, "word": " answer", "probability": 0.3818359375}, {"start": 212.13, "end": 212.23, "word": " incorrectly", "probability": 0.607421875}], "temperature": 1.0}, {"id": 9, "seek": 23415, "start": 213.77, "end": 234.15, "text": " It can come out from the competition or from the beginning or you can use the principle of credit, that any question you answer, you get marks for example, okay? Okay, let's finish these two parts before we start with the project that we are going to work on, and I want to divide it into parts called themes", "tokens": [467, 393, 808, 484, 490, 264, 6211, 420, 490, 264, 2863, 420, 291, 393, 764, 264, 8665, 295, 5397, 11, 300, 604, 1168, 291, 1867, 11, 291, 483, 10640, 337, 1365, 11, 1392, 30, 1033, 11, 718, 311, 2413, 613, 732, 3166, 949, 321, 722, 365, 264, 1716, 300, 321, 366, 516, 281, 589, 322, 11, 293, 286, 528, 281, 9845, 309, 666, 3166, 1219, 13544], "avg_logprob": -0.660447777207218, "compression_ratio": 1.5685279187817258, "no_speech_prob": 0.0, "words": [{"start": 213.77, "end": 214.07, "word": " It", "probability": 0.3994140625}, {"start": 214.07, "end": 214.31, "word": " can", "probability": 0.482177734375}, {"start": 214.31, "end": 214.51, "word": " come", "probability": 0.2030029296875}, {"start": 214.51, "end": 214.59, "word": " out", "probability": 0.326416015625}, {"start": 214.59, "end": 214.79, "word": " from", "probability": 0.43115234375}, {"start": 214.79, "end": 214.99, "word": " the", "probability": 0.57177734375}, {"start": 214.99, "end": 215.19, "word": " competition", "probability": 0.35595703125}, {"start": 215.19, "end": 215.85, "word": " or", "probability": 0.37841796875}, {"start": 215.85, "end": 215.85, "word": " from", "probability": 0.276611328125}, {"start": 215.85, "end": 216.23, "word": " the", "probability": 0.81982421875}, {"start": 216.23, "end": 216.51, "word": " beginning", "probability": 0.65478515625}, {"start": 216.51, "end": 216.87, "word": " or", "probability": 0.395263671875}, {"start": 216.87, "end": 217.35, "word": " you", "probability": 0.40283203125}, {"start": 217.35, "end": 217.53, "word": " can", "probability": 0.80517578125}, {"start": 217.53, "end": 217.83, "word": " use", "probability": 0.42041015625}, {"start": 217.83, "end": 217.95, "word": " the", "probability": 0.5400390625}, {"start": 217.95, "end": 218.03, "word": " principle", "probability": 0.38427734375}, {"start": 218.03, "end": 218.17, "word": " of", "probability": 0.9267578125}, {"start": 218.17, "end": 218.43, "word": " credit,", "probability": 0.05810546875}, {"start": 219.09, "end": 219.31, "word": " that", "probability": 0.400390625}, {"start": 219.31, "end": 220.35, "word": " any", "probability": 0.5361328125}, {"start": 220.35, "end": 220.59, "word": " question", "probability": 0.8349609375}, {"start": 220.59, "end": 220.87, "word": " you", "probability": 0.472900390625}, {"start": 220.87, "end": 221.13, "word": " answer,", "probability": 0.8916015625}, {"start": 221.23, "end": 221.31, "word": " you", "probability": 0.77587890625}, {"start": 221.31, "end": 221.67, "word": " get", "probability": 0.43212890625}, {"start": 221.67, "end": 223.25, "word": " marks", "probability": 0.398681640625}, {"start": 223.25, "end": 223.39, "word": " for", "probability": 0.251708984375}, {"start": 223.39, "end": 223.61, "word": " example,", "probability": 0.86279296875}, {"start": 223.65, "end": 223.93, "word": " okay?", "probability": 0.342041015625}, {"start": 225.45, "end": 225.91, "word": " Okay,", "probability": 0.442626953125}, {"start": 226.01, "end": 226.33, "word": " let's", "probability": 0.762939453125}, {"start": 226.33, "end": 227.37, "word": " finish", "probability": 0.5869140625}, {"start": 227.37, "end": 227.53, "word": " these", "probability": 0.6630859375}, {"start": 227.53, "end": 227.91, "word": " two", "probability": 0.74658203125}, {"start": 227.91, "end": 227.91, "word": " parts", "probability": 0.8515625}, {"start": 227.91, "end": 228.51, "word": " before", "probability": 0.634765625}, {"start": 228.51, "end": 228.71, "word": " we", "probability": 0.62548828125}, {"start": 228.71, "end": 228.85, "word": " start", "probability": 0.81396484375}, {"start": 228.85, "end": 229.05, "word": " with", "probability": 0.307373046875}, {"start": 229.05, "end": 229.49, "word": " the", "probability": 0.87548828125}, {"start": 229.49, "end": 229.73, "word": " project", "probability": 0.94873046875}, {"start": 229.73, "end": 229.85, "word": " that", "probability": 0.4560546875}, {"start": 229.85, "end": 229.95, "word": " we", "probability": 0.9404296875}, {"start": 229.95, "end": 229.95, "word": " are", "probability": 0.35205078125}, {"start": 229.95, "end": 230.03, "word": " going", "probability": 0.90283203125}, {"start": 230.03, "end": 230.03, "word": " to", "probability": 0.97119140625}, {"start": 230.03, "end": 230.23, "word": " work", "probability": 0.796875}, {"start": 230.23, "end": 231.47, "word": " on,", "probability": 0.8984375}, {"start": 231.53, "end": 231.65, "word": " and", "probability": 0.6259765625}, {"start": 231.65, "end": 231.77, "word": " I", "probability": 0.7314453125}, {"start": 231.77, "end": 231.77, "word": " want", "probability": 0.634765625}, {"start": 231.77, "end": 231.85, "word": " to", "probability": 0.9677734375}, {"start": 231.85, "end": 232.09, "word": " divide", "probability": 0.138427734375}, {"start": 232.09, "end": 232.29, "word": " it", "probability": 0.71826171875}, {"start": 232.29, "end": 232.39, "word": " into", "probability": 0.79345703125}, {"start": 232.39, "end": 232.83, "word": " parts", "probability": 0.61474609375}, {"start": 232.83, "end": 233.53, "word": " called", "probability": 0.576171875}, {"start": 233.53, "end": 234.15, "word": " themes", "probability": 0.62548828125}], "temperature": 1.0}, {"id": 10, "seek": 27379, "start": 245.43, "end": 273.79, "text": " Did you hear about the themes? The phone has themes, right? The style, the way icons are displayed, the dialogues, how to display them The theme is controlled by the shape of the face elements, right? Now, we did not need the theme because we used the default theme that comes with the application as soon as it is created Let's find out now", "tokens": [2589, 291, 1568, 466, 264, 13544, 30, 440, 2593, 575, 13544, 11, 558, 30, 440, 3758, 11, 264, 636, 23308, 366, 16372, 11, 264, 5502, 664, 1247, 11, 577, 281, 4674, 552, 440, 6314, 307, 10164, 538, 264, 3909, 295, 264, 1851, 4959, 11, 558, 30, 823, 11, 321, 630, 406, 643, 264, 6314, 570, 321, 1143, 264, 7576, 6314, 300, 1487, 365, 264, 3861, 382, 2321, 382, 309, 307, 2942, 961, 311, 915, 484, 586], "avg_logprob": -0.609172077922078, "compression_ratio": 1.6764705882352942, "no_speech_prob": 0.0, "words": [{"start": 245.43, "end": 245.89, "word": " Did", "probability": 0.10723876953125}, {"start": 245.89, "end": 246.03, "word": " you", "probability": 0.96240234375}, {"start": 246.03, "end": 246.03, "word": " hear", "probability": 0.7744140625}, {"start": 246.03, "end": 246.21, "word": " about", "probability": 0.67626953125}, {"start": 246.21, "end": 246.43, "word": " the", "probability": 0.40185546875}, {"start": 246.43, "end": 246.75, "word": " themes?", "probability": 0.359619140625}, {"start": 248.29, "end": 248.85, "word": " The", "probability": 0.2130126953125}, {"start": 248.85, "end": 249.07, "word": " phone", "probability": 0.4365234375}, {"start": 249.07, "end": 249.33, "word": " has", "probability": 0.849609375}, {"start": 249.33, "end": 249.87, "word": " themes,", "probability": 0.67041015625}, {"start": 249.99, "end": 250.19, "word": " right?", "probability": 0.487548828125}, {"start": 250.43, "end": 250.67, "word": " The", "probability": 0.1922607421875}, {"start": 250.67, "end": 251.53, "word": " style,", "probability": 0.630859375}, {"start": 252.63, "end": 252.73, "word": " the", "probability": 0.349609375}, {"start": 252.73, "end": 253.83, "word": " way", "probability": 0.3388671875}, {"start": 253.83, "end": 254.45, "word": " icons", "probability": 0.59912109375}, {"start": 254.45, "end": 254.73, "word": " are", "probability": 0.81689453125}, {"start": 254.73, "end": 254.73, "word": " displayed,", "probability": 0.7197265625}, {"start": 254.99, "end": 256.39, "word": " the", "probability": 0.5390625}, {"start": 256.39, "end": 257.97, "word": " dialogues,", "probability": 0.6687825520833334}, {"start": 258.03, "end": 258.11, "word": " how", "probability": 0.42626953125}, {"start": 258.11, "end": 258.45, "word": " to", "probability": 0.36474609375}, {"start": 258.45, "end": 258.79, "word": " display", "probability": 0.587890625}, {"start": 258.79, "end": 259.21, "word": " them", "probability": 0.69140625}, {"start": 259.21, "end": 260.15, "word": " The", "probability": 0.321044921875}, {"start": 260.15, "end": 260.47, "word": " theme", "probability": 0.7353515625}, {"start": 260.47, "end": 260.59, "word": " is", "probability": 0.300537109375}, {"start": 260.59, "end": 261.03, "word": " controlled", "probability": 0.6083984375}, {"start": 261.03, "end": 261.81, "word": " by", "probability": 0.7353515625}, {"start": 261.81, "end": 262.47, "word": " the", "probability": 0.7685546875}, {"start": 262.47, "end": 262.63, "word": " shape", "probability": 0.4130859375}, {"start": 262.63, "end": 262.89, "word": " of", "probability": 0.83544921875}, {"start": 262.89, "end": 262.91, "word": " the", "probability": 0.73876953125}, {"start": 262.91, "end": 263.21, "word": " face", "probability": 0.1876220703125}, {"start": 263.21, "end": 264.01, "word": " elements,", "probability": 0.385986328125}, {"start": 264.33, "end": 265.15, "word": " right?", "probability": 0.82568359375}, {"start": 266.39, "end": 266.95, "word": " Now,", "probability": 0.485107421875}, {"start": 267.37, "end": 267.57, "word": " we", "probability": 0.83544921875}, {"start": 267.57, "end": 267.77, "word": " did", "probability": 0.30419921875}, {"start": 267.77, "end": 267.77, "word": " not", "probability": 0.94287109375}, {"start": 267.77, "end": 268.07, "word": " need", "probability": 0.245849609375}, {"start": 268.07, "end": 268.53, "word": " the", "probability": 0.5400390625}, {"start": 268.53, "end": 268.77, "word": " theme", "probability": 0.7861328125}, {"start": 268.77, "end": 268.97, "word": " because", "probability": 0.4951171875}, {"start": 268.97, "end": 269.07, "word": " we", "probability": 0.92529296875}, {"start": 269.07, "end": 269.37, "word": " used", "probability": 0.8583984375}, {"start": 269.37, "end": 269.63, "word": " the", "probability": 0.8515625}, {"start": 269.63, "end": 270.51, "word": " default", "probability": 0.958984375}, {"start": 270.51, "end": 270.55, "word": " theme", "probability": 0.8720703125}, {"start": 270.55, "end": 270.75, "word": " that", "probability": 0.53662109375}, {"start": 270.75, "end": 270.97, "word": " comes", "probability": 0.60302734375}, {"start": 270.97, "end": 271.63, "word": " with", "probability": 0.81884765625}, {"start": 271.63, "end": 271.81, "word": " the", "probability": 0.87841796875}, {"start": 271.81, "end": 272.11, "word": " application", "probability": 0.55322265625}, {"start": 272.11, "end": 272.31, "word": " as", "probability": 0.31689453125}, {"start": 272.31, "end": 272.35, "word": " soon", "probability": 0.9541015625}, {"start": 272.35, "end": 272.39, "word": " as", "probability": 0.970703125}, {"start": 272.39, "end": 272.53, "word": " it", "probability": 0.732421875}, {"start": 272.53, "end": 272.53, "word": " is", "probability": 0.69580078125}, {"start": 272.53, "end": 272.71, "word": " created", "probability": 0.411376953125}, {"start": 272.71, "end": 272.99, "word": " Let's", "probability": 0.5291748046875}, {"start": 272.99, "end": 273.19, "word": " find", "probability": 0.149169921875}, {"start": 273.19, "end": 273.35, "word": " out", "probability": 0.88134765625}, {"start": 273.35, "end": 273.79, "word": " now", "probability": 0.86328125}], "temperature": 1.0}, {"id": 11, "seek": 30430, "start": 274.86, "end": 304.3, "text": " How do we deal with themes? And how do we agree with Google's standards in terms of design? In terms of design of these faces. Now, if I go to the application's face. Now, this face has a theme.", "tokens": [1012, 360, 321, 2028, 365, 13544, 30, 400, 577, 360, 321, 3986, 365, 3329, 311, 7787, 294, 2115, 295, 1715, 30, 682, 2115, 295, 1715, 295, 613, 8475, 13, 823, 11, 498, 286, 352, 281, 264, 3861, 311, 1851, 13, 823, 11, 341, 1851, 575, 257, 6314, 13], "avg_logprob": -0.545280612244898, "compression_ratio": 1.4772727272727273, "no_speech_prob": 0.0, "words": [{"start": 274.86, "end": 275.14, "word": " How", "probability": 0.38037109375}, {"start": 275.14, "end": 275.22, "word": " do", "probability": 0.41845703125}, {"start": 275.22, "end": 275.72, "word": " we", "probability": 0.888671875}, {"start": 275.72, "end": 276.32, "word": " deal", "probability": 0.677734375}, {"start": 276.32, "end": 276.56, "word": " with", "probability": 0.90185546875}, {"start": 276.56, "end": 277.12, "word": " themes?", "probability": 0.693359375}, {"start": 278.42, "end": 278.46, "word": " And", "probability": 0.433837890625}, {"start": 278.46, "end": 278.66, "word": " how", "probability": 0.79248046875}, {"start": 278.66, "end": 279.08, "word": " do", "probability": 0.5302734375}, {"start": 279.08, "end": 279.44, "word": " we", "probability": 0.94482421875}, {"start": 279.44, "end": 279.94, "word": " agree", "probability": 0.15673828125}, {"start": 279.94, "end": 280.36, "word": " with", "probability": 0.7900390625}, {"start": 280.36, "end": 281.28, "word": " Google's", "probability": 0.638916015625}, {"start": 281.28, "end": 281.28, "word": " standards", "probability": 0.66748046875}, {"start": 281.28, "end": 282.7, "word": " in", "probability": 0.18896484375}, {"start": 282.7, "end": 284.52, "word": " terms", "probability": 0.437744140625}, {"start": 284.52, "end": 284.56, "word": " of", "probability": 0.970703125}, {"start": 284.56, "end": 284.98, "word": " design?", "probability": 0.88818359375}, {"start": 285.08, "end": 285.1, "word": " In", "probability": 0.1995849609375}, {"start": 285.1, "end": 285.2, "word": " terms", "probability": 0.775390625}, {"start": 285.2, "end": 285.38, "word": " of", "probability": 0.9716796875}, {"start": 285.38, "end": 285.64, "word": " design", "probability": 0.302001953125}, {"start": 285.64, "end": 286.34, "word": " of", "probability": 0.537109375}, {"start": 286.34, "end": 286.64, "word": " these", "probability": 0.273681640625}, {"start": 286.64, "end": 286.64, "word": " faces.", "probability": 0.470703125}, {"start": 287.36, "end": 287.56, "word": " Now,", "probability": 0.5087890625}, {"start": 287.68, "end": 287.92, "word": " if", "probability": 0.421142578125}, {"start": 287.92, "end": 288.22, "word": " I", "probability": 0.927734375}, {"start": 288.22, "end": 288.38, "word": " go", "probability": 0.55908203125}, {"start": 288.38, "end": 288.66, "word": " to", "probability": 0.91259765625}, {"start": 288.66, "end": 289.1, "word": " the", "probability": 0.84423828125}, {"start": 289.1, "end": 289.98, "word": " application's", "probability": 0.4857177734375}, {"start": 289.98, "end": 289.98, "word": " face.", "probability": 0.61474609375}, {"start": 302.6, "end": 303.16, "word": " Now,", "probability": 0.72705078125}, {"start": 303.2, "end": 303.34, "word": " this", "probability": 0.869140625}, {"start": 303.34, "end": 303.54, "word": " face", "probability": 0.865234375}, {"start": 303.54, "end": 303.94, "word": " has", "probability": 0.88134765625}, {"start": 303.94, "end": 304.06, "word": " a", "probability": 0.90478515625}, {"start": 304.06, "end": 304.3, "word": " theme.", "probability": 0.86474609375}], "temperature": 1.0}, {"id": 12, "seek": 33384, "start": 305.76, "end": 333.84, "text": " There is a specific theme that shows up here in dark blue color, then this is in light blue, and the background is in white or light gray. If you want, of course, what is written here? It is written here, use something called the app theme. We will talk about what is the app theme. But if I open this screen, here it brings me a large number of existing themes that you can watch.", "tokens": [821, 307, 257, 2685, 6314, 300, 3110, 493, 510, 294, 2877, 3344, 2017, 11, 550, 341, 307, 294, 1442, 3344, 11, 293, 264, 3678, 307, 294, 2418, 420, 1442, 10855, 13, 759, 291, 528, 11, 295, 1164, 11, 437, 307, 3720, 510, 30, 467, 307, 3720, 510, 11, 764, 746, 1219, 264, 724, 6314, 13, 492, 486, 751, 466, 437, 307, 264, 724, 6314, 13, 583, 498, 286, 1269, 341, 2568, 11, 510, 309, 5607, 385, 257, 2416, 1230, 295, 6741, 13544, 300, 291, 393, 1159, 13], "avg_logprob": -0.5862925899299708, "compression_ratio": 1.6902654867256637, "no_speech_prob": 0.0, "words": [{"start": 305.76, "end": 305.94, "word": " There", "probability": 0.381103515625}, {"start": 305.94, "end": 306.0, "word": " is", "probability": 0.7255859375}, {"start": 306.0, "end": 306.1, "word": " a", "probability": 0.88037109375}, {"start": 306.1, "end": 306.48, "word": " specific", "probability": 0.212646484375}, {"start": 306.48, "end": 306.48, "word": " theme", "probability": 0.83203125}, {"start": 306.48, "end": 306.84, "word": " that", "probability": 0.289306640625}, {"start": 306.84, "end": 307.02, "word": " shows", "probability": 0.1732177734375}, {"start": 307.02, "end": 307.02, "word": " up", "probability": 0.288330078125}, {"start": 307.02, "end": 307.9, "word": " here", "probability": 0.2081298828125}, {"start": 307.9, "end": 308.04, "word": " in", "probability": 0.430419921875}, {"start": 308.04, "end": 308.34, "word": " dark", "probability": 0.347412109375}, {"start": 308.34, "end": 308.54, "word": " blue", "probability": 0.94189453125}, {"start": 308.54, "end": 308.82, "word": " color,", "probability": 0.28076171875}, {"start": 309.06, "end": 309.26, "word": " then", "probability": 0.31103515625}, {"start": 309.26, "end": 309.48, "word": " this", "probability": 0.286865234375}, {"start": 309.48, "end": 309.66, "word": " is", "probability": 0.235107421875}, {"start": 309.66, "end": 309.66, "word": " in", "probability": 0.4609375}, {"start": 309.66, "end": 310.0, "word": " light", "probability": 0.424072265625}, {"start": 310.0, "end": 310.1, "word": " blue,", "probability": 0.53369140625}, {"start": 310.14, "end": 310.24, "word": " and", "probability": 0.81787109375}, {"start": 310.24, "end": 310.32, "word": " the", "probability": 0.388427734375}, {"start": 310.32, "end": 310.54, "word": " background", "probability": 0.2257080078125}, {"start": 310.54, "end": 310.76, "word": " is", "probability": 0.70654296875}, {"start": 310.76, "end": 310.76, "word": " in", "probability": 0.68359375}, {"start": 310.76, "end": 312.18, "word": " white", "probability": 0.43017578125}, {"start": 312.18, "end": 312.4, "word": " or", "probability": 0.83837890625}, {"start": 312.4, "end": 312.52, "word": " light", "probability": 0.3193359375}, {"start": 312.52, "end": 312.8, "word": " gray.", "probability": 0.5302734375}, {"start": 314.1, "end": 314.54, "word": " If", "probability": 0.299072265625}, {"start": 314.54, "end": 314.88, "word": " you", "probability": 0.93212890625}, {"start": 314.88, "end": 314.88, "word": " want,", "probability": 0.55859375}, {"start": 316.22, "end": 316.82, "word": " of", "probability": 0.39697265625}, {"start": 316.82, "end": 316.94, "word": " course,", "probability": 0.95654296875}, {"start": 317.04, "end": 317.28, "word": " what", "probability": 0.7001953125}, {"start": 317.28, "end": 317.28, "word": " is", "probability": 0.82275390625}, {"start": 317.28, "end": 317.56, "word": " written", "probability": 0.89208984375}, {"start": 317.56, "end": 317.92, "word": " here?", "probability": 0.84375}, {"start": 318.72, "end": 319.16, "word": " It", "probability": 0.344482421875}, {"start": 319.16, "end": 319.18, "word": " is", "probability": 0.70361328125}, {"start": 319.18, "end": 319.38, "word": " written", "probability": 0.91796875}, {"start": 319.38, "end": 319.8, "word": " here,", "probability": 0.7763671875}, {"start": 320.02, "end": 320.36, "word": " use", "probability": 0.58154296875}, {"start": 320.36, "end": 320.68, "word": " something", "probability": 0.57958984375}, {"start": 320.68, "end": 321.06, "word": " called", "probability": 0.8349609375}, {"start": 321.06, "end": 321.46, "word": " the", "probability": 0.41259765625}, {"start": 321.46, "end": 321.62, "word": " app", "probability": 0.2685546875}, {"start": 321.62, "end": 321.88, "word": " theme.", "probability": 0.904296875}, {"start": 322.24, "end": 322.44, "word": " We", "probability": 0.476318359375}, {"start": 322.44, "end": 322.56, "word": " will", "probability": 0.75927734375}, {"start": 322.56, "end": 322.74, "word": " talk", "probability": 0.69287109375}, {"start": 322.74, "end": 322.96, "word": " about", "probability": 0.87255859375}, {"start": 322.96, "end": 323.0, "word": " what", "probability": 0.78857421875}, {"start": 323.0, "end": 323.12, "word": " is", "probability": 0.58984375}, {"start": 323.12, "end": 323.26, "word": " the", "probability": 0.77685546875}, {"start": 323.26, "end": 323.42, "word": " app", "probability": 0.8779296875}, {"start": 323.42, "end": 323.56, "word": " theme.", "probability": 0.88671875}, {"start": 323.64, "end": 323.76, "word": " But", "probability": 0.74560546875}, {"start": 323.76, "end": 323.94, "word": " if", "probability": 0.869140625}, {"start": 323.94, "end": 324.04, "word": " I", "probability": 0.9404296875}, {"start": 324.04, "end": 324.26, "word": " open", "probability": 0.86962890625}, {"start": 324.26, "end": 324.46, "word": " this", "probability": 0.8876953125}, {"start": 324.46, "end": 324.76, "word": " screen,", "probability": 0.82666015625}, {"start": 327.6, "end": 329.18, "word": " here", "probability": 0.4755859375}, {"start": 329.18, "end": 329.62, "word": " it", "probability": 0.4150390625}, {"start": 329.62, "end": 329.76, "word": " brings", "probability": 0.60498046875}, {"start": 329.76, "end": 329.96, "word": " me", "probability": 0.66845703125}, {"start": 329.96, "end": 330.04, "word": " a", "probability": 0.84814453125}, {"start": 330.04, "end": 330.04, "word": " large", "probability": 0.68359375}, {"start": 330.04, "end": 330.3, "word": " number", "probability": 0.89501953125}, {"start": 330.3, "end": 331.54, "word": " of", "probability": 0.96630859375}, {"start": 331.54, "end": 331.82, "word": " existing", "probability": 0.357421875}, {"start": 331.82, "end": 332.28, "word": " themes", "probability": 0.94140625}, {"start": 332.28, "end": 332.96, "word": " that", "probability": 0.67822265625}, {"start": 332.96, "end": 333.08, "word": " you", "probability": 0.95068359375}, {"start": 333.08, "end": 333.44, "word": " can", "probability": 0.93701171875}, {"start": 333.44, "end": 333.84, "word": " watch.", "probability": 0.349365234375}], "temperature": 1.0}, {"id": 13, "seek": 35951, "start": 336.29, "end": 359.51, "text": " For example, here I put all, of course there are categories for themes For example, we have a theme called hololight and holodark Hololight, you see it from here, this is where I went to the theme in editor You look at the theme So now I went to hololight and chose this theme", "tokens": [1171, 1365, 11, 510, 286, 829, 439, 11, 295, 1164, 456, 366, 10479, 337, 13544, 1171, 1365, 11, 321, 362, 257, 6314, 1219, 4091, 401, 397, 293, 4091, 378, 809, 11086, 401, 397, 11, 291, 536, 309, 490, 510, 11, 341, 307, 689, 286, 1437, 281, 264, 6314, 294, 9839, 509, 574, 412, 264, 6314, 407, 586, 286, 1437, 281, 4091, 401, 397, 293, 5111, 341, 6314], "avg_logprob": -0.4967831031364553, "compression_ratio": 1.6993865030674846, "no_speech_prob": 0.0, "words": [{"start": 336.29, "end": 336.85, "word": " For", "probability": 0.34228515625}, {"start": 336.85, "end": 337.07, "word": " example,", "probability": 0.88671875}, {"start": 337.23, "end": 337.53, "word": " here", "probability": 0.50341796875}, {"start": 337.53, "end": 337.63, "word": " I", "probability": 0.525390625}, {"start": 337.63, "end": 337.83, "word": " put", "probability": 0.16796875}, {"start": 337.83, "end": 338.31, "word": " all,", "probability": 0.50244140625}, {"start": 338.83, "end": 339.19, "word": " of", "probability": 0.243896484375}, {"start": 339.19, "end": 339.19, "word": " course", "probability": 0.93603515625}, {"start": 339.19, "end": 339.33, "word": " there", "probability": 0.7021484375}, {"start": 339.33, "end": 339.41, "word": " are", "probability": 0.81787109375}, {"start": 339.41, "end": 339.75, "word": " categories", "probability": 0.34326171875}, {"start": 339.75, "end": 340.05, "word": " for", "probability": 0.693359375}, {"start": 340.05, "end": 340.37, "word": " themes", "probability": 0.6201171875}, {"start": 340.37, "end": 340.71, "word": " For", "probability": 0.3896484375}, {"start": 340.71, "end": 340.97, "word": " example,", "probability": 0.9521484375}, {"start": 341.47, "end": 341.69, "word": " we", "probability": 0.53955078125}, {"start": 341.69, "end": 341.87, "word": " have", "probability": 0.93701171875}, {"start": 341.87, "end": 342.01, "word": " a", "probability": 0.68994140625}, {"start": 342.01, "end": 342.21, "word": " theme", "probability": 0.8828125}, {"start": 342.21, "end": 342.61, "word": " called", "probability": 0.74951171875}, {"start": 342.61, "end": 343.49, "word": " hololight", "probability": 0.6959635416666666}, {"start": 343.49, "end": 343.67, "word": " and", "probability": 0.91845703125}, {"start": 343.67, "end": 344.43, "word": " holodark", "probability": 0.9386393229166666}, {"start": 344.43, "end": 346.19, "word": " Hololight,", "probability": 0.7207845052083334}, {"start": 347.05, "end": 347.29, "word": " you", "probability": 0.404541015625}, {"start": 347.29, "end": 347.57, "word": " see", "probability": 0.55908203125}, {"start": 347.57, "end": 347.81, "word": " it", "probability": 0.56689453125}, {"start": 347.81, "end": 347.93, "word": " from", "probability": 0.4443359375}, {"start": 347.93, "end": 348.19, "word": " here,", "probability": 0.8427734375}, {"start": 348.25, "end": 348.37, "word": " this", "probability": 0.423095703125}, {"start": 348.37, "end": 348.57, "word": " is", "probability": 0.8564453125}, {"start": 348.57, "end": 348.77, "word": " where", "probability": 0.332275390625}, {"start": 348.77, "end": 348.97, "word": " I", "probability": 0.96240234375}, {"start": 348.97, "end": 349.19, "word": " went", "probability": 0.61572265625}, {"start": 349.19, "end": 349.81, "word": " to", "probability": 0.482421875}, {"start": 349.81, "end": 350.79, "word": " the", "probability": 0.444091796875}, {"start": 350.79, "end": 351.85, "word": " theme", "probability": 0.76513671875}, {"start": 351.85, "end": 352.01, "word": " in", "probability": 0.64599609375}, {"start": 352.01, "end": 352.35, "word": " editor", "probability": 0.84228515625}, {"start": 352.35, "end": 353.51, "word": " You", "probability": 0.1807861328125}, {"start": 353.51, "end": 353.81, "word": " look", "probability": 0.3525390625}, {"start": 353.81, "end": 353.99, "word": " at", "probability": 0.88671875}, {"start": 353.99, "end": 354.11, "word": " the", "probability": 0.88671875}, {"start": 354.11, "end": 354.33, "word": " theme", "probability": 0.82421875}, {"start": 354.33, "end": 356.15, "word": " So", "probability": 0.465576171875}, {"start": 356.15, "end": 356.33, "word": " now", "probability": 0.70947265625}, {"start": 356.33, "end": 356.61, "word": " I", "probability": 0.7685546875}, {"start": 356.61, "end": 356.61, "word": " went", "probability": 0.623046875}, {"start": 356.61, "end": 356.87, "word": " to", "probability": 0.9267578125}, {"start": 356.87, "end": 357.49, "word": " hololight", "probability": 0.8028971354166666}, {"start": 357.49, "end": 357.93, "word": " and", "probability": 0.50048828125}, {"start": 357.93, "end": 358.31, "word": " chose", "probability": 0.428466796875}, {"start": 358.31, "end": 359.11, "word": " this", "probability": 0.68896484375}, {"start": 359.11, "end": 359.51, "word": " theme", "probability": 0.88818359375}], "temperature": 1.0}, {"id": 14, "seek": 38709, "start": 363.05, "end": 387.09, "text": " Take a look here and you will see that the upper layer is black and the lower layer is dark grey and the upper layer is light grey. The dimensions are also slightly changed. For example, this line is smaller. The action bar is smaller. This means that the theme of the screen has changed. Not only that, you can also see that the shapes of the elements have changed.", "tokens": [3664, 257, 574, 510, 293, 291, 486, 536, 300, 264, 6597, 4583, 307, 2211, 293, 264, 3126, 4583, 307, 2877, 16578, 293, 264, 6597, 4583, 307, 1442, 16578, 13, 440, 12819, 366, 611, 4748, 3105, 13, 1171, 1365, 11, 341, 1622, 307, 4356, 13, 440, 3069, 2159, 307, 4356, 13, 639, 1355, 300, 264, 6314, 295, 264, 2568, 575, 3105, 13, 1726, 787, 300, 11, 291, 393, 611, 536, 300, 264, 10854, 295, 264, 4959, 362, 3105, 13], "avg_logprob": -0.6515031781377671, "compression_ratio": 1.835, "no_speech_prob": 0.0, "words": [{"start": 363.04999999999995, "end": 363.53, "word": " Take", "probability": 0.056976318359375}, {"start": 363.53, "end": 363.83, "word": " a", "probability": 0.9716796875}, {"start": 363.83, "end": 363.83, "word": " look", "probability": 0.9619140625}, {"start": 363.83, "end": 363.95, "word": " here", "probability": 0.20458984375}, {"start": 363.95, "end": 364.07, "word": " and", "probability": 0.406982421875}, {"start": 364.07, "end": 364.11, "word": " you", "probability": 0.294189453125}, {"start": 364.11, "end": 364.23, "word": " will", "probability": 0.55908203125}, {"start": 364.23, "end": 364.25, "word": " see", "probability": 0.485107421875}, {"start": 364.25, "end": 364.67, "word": " that", "probability": 0.3642578125}, {"start": 364.67, "end": 365.51, "word": " the", "probability": 0.405517578125}, {"start": 365.51, "end": 365.95, "word": " upper", "probability": 0.188232421875}, {"start": 365.95, "end": 365.95, "word": " layer", "probability": 0.40966796875}, {"start": 365.95, "end": 366.31, "word": " is", "probability": 0.73681640625}, {"start": 366.31, "end": 366.67, "word": " black", "probability": 0.70458984375}, {"start": 366.67, "end": 366.81, "word": " and", "probability": 0.491943359375}, {"start": 366.81, "end": 367.01, "word": " the", "probability": 0.5234375}, {"start": 367.01, "end": 367.01, "word": " lower", "probability": 0.490966796875}, {"start": 367.01, "end": 367.01, "word": " layer", "probability": 0.740234375}, {"start": 367.01, "end": 367.61, "word": " is", "probability": 0.83154296875}, {"start": 367.61, "end": 367.85, "word": " dark", "probability": 0.3134765625}, {"start": 367.85, "end": 367.85, "word": " grey", "probability": 0.421630859375}, {"start": 367.85, "end": 367.99, "word": " and", "probability": 0.385009765625}, {"start": 367.99, "end": 368.15, "word": " the", "probability": 0.2315673828125}, {"start": 368.15, "end": 368.15, "word": " upper", "probability": 0.428955078125}, {"start": 368.15, "end": 368.15, "word": " layer", "probability": 0.8837890625}, {"start": 368.15, "end": 368.21, "word": " is", "probability": 0.85009765625}, {"start": 368.21, "end": 369.43, "word": " light", "probability": 0.548828125}, {"start": 369.43, "end": 369.53, "word": " grey.", "probability": 0.89697265625}, {"start": 369.95, "end": 370.43, "word": " The", "probability": 0.277099609375}, {"start": 370.43, "end": 371.31, "word": " dimensions", "probability": 0.73193359375}, {"start": 371.31, "end": 371.43, "word": " are", "probability": 0.2137451171875}, {"start": 371.43, "end": 371.43, "word": " also", "probability": 0.456298828125}, {"start": 371.43, "end": 371.43, "word": " slightly", "probability": 0.2890625}, {"start": 371.43, "end": 371.43, "word": " changed.", "probability": 0.42236328125}, {"start": 372.11, "end": 372.59, "word": " For", "probability": 0.58056640625}, {"start": 372.59, "end": 372.89, "word": " example,", "probability": 0.888671875}, {"start": 373.11, "end": 373.21, "word": " this", "probability": 0.3896484375}, {"start": 373.21, "end": 373.21, "word": " line", "probability": 0.43212890625}, {"start": 373.21, "end": 373.21, "word": " is", "probability": 0.63330078125}, {"start": 373.21, "end": 373.21, "word": " smaller.", "probability": 0.7236328125}, {"start": 374.61, "end": 375.09, "word": " The", "probability": 0.7099609375}, {"start": 375.09, "end": 375.73, "word": " action", "probability": 0.37353515625}, {"start": 375.73, "end": 375.97, "word": " bar", "probability": 0.310302734375}, {"start": 375.97, "end": 376.33, "word": " is", "probability": 0.56396484375}, {"start": 376.33, "end": 376.35, "word": " smaller.", "probability": 0.701171875}, {"start": 378.27, "end": 378.75, "word": " This", "probability": 0.1436767578125}, {"start": 378.75, "end": 378.75, "word": " means", "probability": 0.70947265625}, {"start": 378.75, "end": 379.93, "word": " that", "probability": 0.86865234375}, {"start": 379.93, "end": 380.19, "word": " the", "probability": 0.85595703125}, {"start": 380.19, "end": 380.37, "word": " theme", "probability": 0.60888671875}, {"start": 380.37, "end": 380.51, "word": " of", "probability": 0.9111328125}, {"start": 380.51, "end": 380.63, "word": " the", "probability": 0.8564453125}, {"start": 380.63, "end": 380.75, "word": " screen", "probability": 0.8134765625}, {"start": 380.75, "end": 380.89, "word": " has", "probability": 0.529296875}, {"start": 380.89, "end": 381.13, "word": " changed.", "probability": 0.77783203125}, {"start": 381.81, "end": 382.01, "word": " Not", "probability": 0.400634765625}, {"start": 382.01, "end": 382.25, "word": " only", "probability": 0.90478515625}, {"start": 382.25, "end": 382.47, "word": " that,", "probability": 0.76904296875}, {"start": 382.75, "end": 382.77, "word": " you", "probability": 0.48681640625}, {"start": 382.77, "end": 383.05, "word": " can", "probability": 0.79150390625}, {"start": 383.05, "end": 383.15, "word": " also", "probability": 0.409423828125}, {"start": 383.15, "end": 383.35, "word": " see", "probability": 0.322265625}, {"start": 383.35, "end": 383.49, "word": " that", "probability": 0.454833984375}, {"start": 383.49, "end": 383.77, "word": " the", "probability": 0.80712890625}, {"start": 383.77, "end": 384.01, "word": " shapes", "probability": 0.5458984375}, {"start": 384.01, "end": 384.17, "word": " of", "probability": 0.93115234375}, {"start": 384.17, "end": 384.21, "word": " the", "probability": 0.642578125}, {"start": 384.21, "end": 384.61, "word": " elements", "probability": 0.7822265625}, {"start": 384.61, "end": 386.73, "word": " have", "probability": 0.49072265625}, {"start": 386.73, "end": 387.09, "word": " changed.", "probability": 0.64501953125}], "temperature": 1.0}, {"id": 15, "seek": 41038, "start": 392.84, "end": 410.38, "text": " Let's see another theme, in HONO itself, there is HONO dark. What does this bring you? Everything is black, black in black, and the lines are white. Let's see other themes.", "tokens": [961, 311, 536, 1071, 6314, 11, 294, 389, 1928, 46, 2564, 11, 456, 307, 389, 1928, 46, 2877, 13, 708, 775, 341, 1565, 291, 30, 5471, 307, 2211, 11, 2211, 294, 2211, 11, 293, 264, 3876, 366, 2418, 13, 961, 311, 536, 661, 13544, 13], "avg_logprob": -0.6256793633751248, "compression_ratio": 1.373015873015873, "no_speech_prob": 0.0, "words": [{"start": 392.84, "end": 393.52, "word": " Let's", "probability": 0.51104736328125}, {"start": 393.52, "end": 394.2, "word": " see", "probability": 0.431640625}, {"start": 394.2, "end": 394.3, "word": " another", "probability": 0.66015625}, {"start": 394.3, "end": 394.54, "word": " theme,", "probability": 0.6787109375}, {"start": 395.08, "end": 395.86, "word": " in", "probability": 0.205078125}, {"start": 395.86, "end": 396.46, "word": " HONO", "probability": 0.6200358072916666}, {"start": 396.46, "end": 396.8, "word": " itself,", "probability": 0.361572265625}, {"start": 396.92, "end": 397.02, "word": " there", "probability": 0.623046875}, {"start": 397.02, "end": 397.02, "word": " is", "probability": 0.80859375}, {"start": 397.02, "end": 397.32, "word": " HONO", "probability": 0.8564453125}, {"start": 397.32, "end": 397.66, "word": " dark.", "probability": 0.36279296875}, {"start": 398.86, "end": 399.26, "word": " What", "probability": 0.1982421875}, {"start": 399.26, "end": 401.54, "word": " does", "probability": 0.55322265625}, {"start": 401.54, "end": 401.86, "word": " this", "probability": 0.466552734375}, {"start": 401.86, "end": 402.16, "word": " bring", "probability": 0.426025390625}, {"start": 402.16, "end": 402.3, "word": " you?", "probability": 0.42333984375}, {"start": 402.46, "end": 402.72, "word": " Everything", "probability": 0.430908203125}, {"start": 402.72, "end": 402.82, "word": " is", "probability": 0.77685546875}, {"start": 402.82, "end": 403.16, "word": " black,", "probability": 0.8359375}, {"start": 403.54, "end": 403.9, "word": " black", "probability": 0.65087890625}, {"start": 403.9, "end": 404.02, "word": " in", "probability": 0.26171875}, {"start": 404.02, "end": 404.32, "word": " black,", "probability": 0.88037109375}, {"start": 404.44, "end": 404.48, "word": " and", "probability": 0.3154296875}, {"start": 404.48, "end": 404.88, "word": " the", "probability": 0.2685546875}, {"start": 404.88, "end": 405.62, "word": " lines", "probability": 0.82666015625}, {"start": 405.62, "end": 406.28, "word": " are", "probability": 0.78076171875}, {"start": 406.28, "end": 407.16, "word": " white.", "probability": 0.83056640625}, {"start": 408.56, "end": 409.24, "word": " Let's", "probability": 0.92626953125}, {"start": 409.24, "end": 409.46, "word": " see", "probability": 0.73974609375}, {"start": 409.46, "end": 410.0, "word": " other", "probability": 0.360595703125}, {"start": 410.0, "end": 410.38, "word": " themes.", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 16, "seek": 44000, "start": 412.04, "end": 440.0, "text": " Ok leave it on holo for example, this light, also look inside holo light, there will be divisions, ok? For example, holo light itself brings you to the gray action bar, ok? If I go to holo light itself, this is holo light, there is holo light dark action bar What does it mean? It means it changes the action bar, but makes it dark", "tokens": [3477, 1856, 309, 322, 4091, 78, 337, 1365, 11, 341, 1442, 11, 611, 574, 1854, 4091, 78, 1442, 11, 456, 486, 312, 24328, 11, 3133, 30, 1171, 1365, 11, 4091, 78, 1442, 2564, 5607, 291, 281, 264, 10855, 3069, 2159, 11, 3133, 30, 759, 286, 352, 281, 4091, 78, 1442, 2564, 11, 341, 307, 4091, 78, 1442, 11, 456, 307, 4091, 78, 1442, 2877, 3069, 2159, 708, 775, 309, 914, 30, 467, 1355, 309, 2962, 264, 3069, 2159, 11, 457, 1669, 309, 2877], "avg_logprob": -0.4300595142302059, "compression_ratio": 1.8547486033519553, "no_speech_prob": 0.0, "words": [{"start": 412.04, "end": 412.3, "word": " Ok", "probability": 0.280517578125}, {"start": 412.3, "end": 412.5, "word": " leave", "probability": 0.1619873046875}, {"start": 412.5, "end": 412.58, "word": " it", "probability": 0.453125}, {"start": 412.58, "end": 412.7, "word": " on", "probability": 0.460693359375}, {"start": 412.7, "end": 413.0, "word": " holo", "probability": 0.6187744140625}, {"start": 413.0, "end": 413.12, "word": " for", "probability": 0.59375}, {"start": 413.12, "end": 413.34, "word": " example,", "probability": 0.8974609375}, {"start": 413.44, "end": 413.48, "word": " this", "probability": 0.1805419921875}, {"start": 413.48, "end": 413.7, "word": " light,", "probability": 0.78955078125}, {"start": 414.04, "end": 414.4, "word": " also", "probability": 0.4228515625}, {"start": 414.4, "end": 414.94, "word": " look", "probability": 0.5087890625}, {"start": 414.94, "end": 415.36, "word": " inside", "probability": 0.7958984375}, {"start": 415.36, "end": 415.78, "word": " holo", "probability": 0.64306640625}, {"start": 415.78, "end": 416.12, "word": " light,", "probability": 0.896484375}, {"start": 416.8, "end": 417.06, "word": " there", "probability": 0.74267578125}, {"start": 417.06, "end": 417.12, "word": " will", "probability": 0.70849609375}, {"start": 417.12, "end": 417.5, "word": " be", "probability": 0.9189453125}, {"start": 417.5, "end": 418.5, "word": " divisions,", "probability": 0.50439453125}, {"start": 419.38, "end": 419.8, "word": " ok?", "probability": 0.45654296875}, {"start": 420.38, "end": 420.7, "word": " For", "probability": 0.67919921875}, {"start": 420.7, "end": 420.82, "word": " example,", "probability": 0.9482421875}, {"start": 420.96, "end": 421.26, "word": " holo", "probability": 0.821044921875}, {"start": 421.26, "end": 421.66, "word": " light", "probability": 0.89892578125}, {"start": 421.66, "end": 422.34, "word": " itself", "probability": 0.5615234375}, {"start": 422.34, "end": 423.1, "word": " brings", "probability": 0.51025390625}, {"start": 423.1, "end": 423.32, "word": " you", "probability": 0.71533203125}, {"start": 423.32, "end": 424.06, "word": " to", "probability": 0.81884765625}, {"start": 424.06, "end": 424.24, "word": " the", "probability": 0.65771484375}, {"start": 424.24, "end": 424.34, "word": " gray", "probability": 0.2254638671875}, {"start": 424.34, "end": 424.6, "word": " action", "probability": 0.9033203125}, {"start": 424.6, "end": 425.28, "word": " bar,", "probability": 0.94677734375}, {"start": 426.38, "end": 426.84, "word": " ok?", "probability": 0.64404296875}, {"start": 427.46, "end": 427.66, "word": " If", "probability": 0.826171875}, {"start": 427.66, "end": 427.96, "word": " I", "probability": 0.939453125}, {"start": 427.96, "end": 428.24, "word": " go", "probability": 0.6357421875}, {"start": 428.24, "end": 428.5, "word": " to", "probability": 0.8349609375}, {"start": 428.5, "end": 428.84, "word": " holo", "probability": 0.816650390625}, {"start": 428.84, "end": 429.1, "word": " light", "probability": 0.900390625}, {"start": 429.1, "end": 429.46, "word": " itself,", "probability": 0.82421875}, {"start": 430.06, "end": 430.34, "word": " this", "probability": 0.6435546875}, {"start": 430.34, "end": 430.86, "word": " is", "probability": 0.55810546875}, {"start": 430.86, "end": 431.38, "word": " holo", "probability": 0.89794921875}, {"start": 431.38, "end": 431.8, "word": " light,", "probability": 0.9033203125}, {"start": 432.08, "end": 432.44, "word": " there", "probability": 0.859375}, {"start": 432.44, "end": 432.5, "word": " is", "probability": 0.89892578125}, {"start": 432.5, "end": 432.86, "word": " holo", "probability": 0.81494140625}, {"start": 432.86, "end": 433.26, "word": " light", "probability": 0.89013671875}, {"start": 433.26, "end": 433.76, "word": " dark", "probability": 0.59765625}, {"start": 433.76, "end": 434.14, "word": " action", "probability": 0.92529296875}, {"start": 434.14, "end": 434.44, "word": " bar", "probability": 0.96337890625}, {"start": 434.44, "end": 436.08, "word": " What", "probability": 0.335693359375}, {"start": 436.08, "end": 436.28, "word": " does", "probability": 0.81884765625}, {"start": 436.28, "end": 436.66, "word": " it", "probability": 0.5185546875}, {"start": 436.66, "end": 436.66, "word": " mean?", "probability": 0.96142578125}, {"start": 436.74, "end": 437.18, "word": " It", "probability": 0.591796875}, {"start": 437.18, "end": 437.18, "word": " means", "probability": 0.7255859375}, {"start": 437.18, "end": 438.06, "word": " it", "probability": 0.400634765625}, {"start": 438.06, "end": 438.3, "word": " changes", "probability": 0.6474609375}, {"start": 438.3, "end": 438.6, "word": " the", "probability": 0.76611328125}, {"start": 438.6, "end": 438.9, "word": " action", "probability": 0.91748046875}, {"start": 438.9, "end": 439.08, "word": " bar,", "probability": 0.93701171875}, {"start": 439.1, "end": 439.26, "word": " but", "probability": 0.875}, {"start": 439.26, "end": 439.44, "word": " makes", "probability": 0.5634765625}, {"start": 439.44, "end": 439.56, "word": " it", "probability": 0.9443359375}, {"start": 439.56, "end": 440.0, "word": " dark", "probability": 0.7509765625}], "temperature": 1.0}, {"id": 17, "seek": 44669, "start": 441.91, "end": 446.69, "text": " In the hololight itself we have hololight", "tokens": [682, 264, 4091, 401, 397, 2564, 321, 362, 4091, 401, 397], "avg_logprob": -0.8821614434321722, "compression_ratio": 1.05, "no_speech_prob": 0.0, "words": [{"start": 441.91, "end": 443.31, "word": " In", "probability": 0.068115234375}, {"start": 443.31, "end": 443.57, "word": " the", "probability": 0.3876953125}, {"start": 443.57, "end": 444.47, "word": " hololight", "probability": 0.609375}, {"start": 444.47, "end": 444.85, "word": " itself", "probability": 0.287109375}, {"start": 444.85, "end": 445.63, "word": " we", "probability": 0.18408203125}, {"start": 445.63, "end": 445.87, "word": " have", "probability": 0.8759765625}, {"start": 445.87, "end": 446.69, "word": " hololight", "probability": 0.712890625}], "temperature": 1.0}, {"id": 18, "seek": 47408, "start": 448.42, "end": 474.08, "text": " No action bar. Do you see it? Holo light, no action bar. The no action bar means that it removes the action bar that is above it. In the beginning of the lollipop, they started advising against using the action bar. There is an alternative to it. We will talk about it later. It is called the tool bar. Okay. We will talk about this. Let's get to know the themes.", "tokens": [883, 3069, 2159, 13, 1144, 291, 536, 309, 30, 24298, 1442, 11, 572, 3069, 2159, 13, 440, 572, 3069, 2159, 1355, 300, 309, 30445, 264, 3069, 2159, 300, 307, 3673, 309, 13, 682, 264, 2863, 295, 264, 450, 285, 647, 404, 11, 436, 1409, 35598, 1970, 1228, 264, 3069, 2159, 13, 821, 307, 364, 8535, 281, 309, 13, 492, 486, 751, 466, 309, 1780, 13, 467, 307, 1219, 264, 2290, 2159, 13, 1033, 13, 492, 486, 751, 466, 341, 13, 961, 311, 483, 281, 458, 264, 13544, 13], "avg_logprob": -0.5635533600710751, "compression_ratio": 1.775609756097561, "no_speech_prob": 0.0, "words": [{"start": 448.42, "end": 448.72, "word": " No", "probability": 0.5009765625}, {"start": 448.72, "end": 449.08, "word": " action", "probability": 0.5966796875}, {"start": 449.08, "end": 449.32, "word": " bar.", "probability": 0.884765625}, {"start": 449.56, "end": 449.96, "word": " Do", "probability": 0.224365234375}, {"start": 449.96, "end": 450.2, "word": " you", "probability": 0.9697265625}, {"start": 450.2, "end": 450.2, "word": " see", "probability": 0.90576171875}, {"start": 450.2, "end": 450.42, "word": " it?", "probability": 0.56201171875}, {"start": 450.48, "end": 450.78, "word": " Holo", "probability": 0.276123046875}, {"start": 450.78, "end": 451.18, "word": " light,", "probability": 0.52685546875}, {"start": 451.28, "end": 451.44, "word": " no", "probability": 0.78125}, {"start": 451.44, "end": 451.76, "word": " action", "probability": 0.9453125}, {"start": 451.76, "end": 452.02, "word": " bar.", "probability": 0.95703125}, {"start": 452.4, "end": 452.58, "word": " The", "probability": 0.285888671875}, {"start": 452.58, "end": 452.72, "word": " no", "probability": 0.44287109375}, {"start": 452.72, "end": 452.96, "word": " action", "probability": 0.93994140625}, {"start": 452.96, "end": 453.14, "word": " bar", "probability": 0.95751953125}, {"start": 453.14, "end": 453.32, "word": " means", "probability": 0.65478515625}, {"start": 453.32, "end": 453.46, "word": " that", "probability": 0.269287109375}, {"start": 453.46, "end": 453.46, "word": " it", "probability": 0.4541015625}, {"start": 453.46, "end": 453.56, "word": " removes", "probability": 0.54150390625}, {"start": 453.56, "end": 454.08, "word": " the", "probability": 0.2255859375}, {"start": 454.08, "end": 455.46, "word": " action", "probability": 0.87158203125}, {"start": 455.46, "end": 455.78, "word": " bar", "probability": 0.8583984375}, {"start": 455.78, "end": 455.88, "word": " that", "probability": 0.270263671875}, {"start": 455.88, "end": 456.0, "word": " is", "probability": 0.6669921875}, {"start": 456.0, "end": 456.38, "word": " above", "probability": 0.4658203125}, {"start": 456.38, "end": 456.84, "word": " it.", "probability": 0.296142578125}, {"start": 458.78, "end": 459.26, "word": " In", "probability": 0.09539794921875}, {"start": 459.26, "end": 460.58, "word": " the", "probability": 0.79638671875}, {"start": 460.58, "end": 460.94, "word": " beginning", "probability": 0.7265625}, {"start": 460.94, "end": 461.18, "word": " of", "probability": 0.3662109375}, {"start": 461.18, "end": 461.26, "word": " the", "probability": 0.27099609375}, {"start": 461.26, "end": 461.74, "word": " lollipop,", "probability": 0.710693359375}, {"start": 462.02, "end": 462.42, "word": " they", "probability": 0.654296875}, {"start": 462.42, "end": 462.42, "word": " started", "probability": 0.53564453125}, {"start": 462.42, "end": 462.72, "word": " advising", "probability": 0.36328125}, {"start": 462.72, "end": 463.04, "word": " against", "probability": 0.448974609375}, {"start": 463.04, "end": 463.8, "word": " using", "probability": 0.75830078125}, {"start": 463.8, "end": 464.46, "word": " the", "probability": 0.45263671875}, {"start": 464.46, "end": 464.74, "word": " action", "probability": 0.93505859375}, {"start": 464.74, "end": 464.98, "word": " bar.", "probability": 0.93603515625}, {"start": 465.16, "end": 465.3, "word": " There", "probability": 0.451416015625}, {"start": 465.3, "end": 465.34, "word": " is", "probability": 0.82958984375}, {"start": 465.34, "end": 465.58, "word": " an", "probability": 0.525390625}, {"start": 465.58, "end": 465.7, "word": " alternative", "probability": 0.95751953125}, {"start": 465.7, "end": 466.02, "word": " to", "probability": 0.334228515625}, {"start": 466.02, "end": 466.02, "word": " it.", "probability": 0.66455078125}, {"start": 466.02, "end": 466.08, "word": " We", "probability": 0.7294921875}, {"start": 466.08, "end": 466.1, "word": " will", "probability": 0.67041015625}, {"start": 466.1, "end": 466.38, "word": " talk", "probability": 0.767578125}, {"start": 466.38, "end": 466.62, "word": " about", "probability": 0.9091796875}, {"start": 466.62, "end": 466.74, "word": " it", "probability": 0.8759765625}, {"start": 466.74, "end": 466.84, "word": " later.", "probability": 0.404296875}, {"start": 466.84, "end": 466.86, "word": " It", "probability": 0.54541015625}, {"start": 466.86, "end": 466.9, "word": " is", "probability": 0.69873046875}, {"start": 466.9, "end": 467.02, "word": " called", "probability": 0.79736328125}, {"start": 467.02, "end": 467.12, "word": " the", "probability": 0.314453125}, {"start": 467.12, "end": 467.3, "word": " tool", "probability": 0.7333984375}, {"start": 467.3, "end": 467.58, "word": " bar.", "probability": 0.95263671875}, {"start": 468.5, "end": 468.5, "word": " Okay.", "probability": 0.286865234375}, {"start": 470.6, "end": 470.78, "word": " We", "probability": 0.67431640625}, {"start": 470.78, "end": 471.64, "word": " will", "probability": 0.7451171875}, {"start": 471.64, "end": 471.8, "word": " talk", "probability": 0.85888671875}, {"start": 471.8, "end": 471.96, "word": " about", "probability": 0.90478515625}, {"start": 471.96, "end": 472.04, "word": " this.", "probability": 0.40087890625}, {"start": 472.08, "end": 472.5, "word": " Let's", "probability": 0.784912109375}, {"start": 472.5, "end": 472.62, "word": " get", "probability": 0.454833984375}, {"start": 472.62, "end": 472.9, "word": " to", "probability": 0.366455078125}, {"start": 472.9, "end": 472.9, "word": " know", "probability": 0.8818359375}, {"start": 472.9, "end": 473.74, "word": " the", "probability": 0.74169921875}, {"start": 473.74, "end": 474.08, "word": " themes.", "probability": 0.85888671875}], "temperature": 1.0}, {"id": 19, "seek": 50119, "start": 475.95, "end": 501.19, "text": " In the same theme, for example, this is the theme HoloLight, okay? It has divisions, okay? There are themes related to the elements inside it For example, this is a theme related to HoloLight Dialogue This is the theme that applies to the sub-screens that open inside the screen Okay, this is the same thing, HoloDark for example In HoloDark", "tokens": [682, 264, 912, 6314, 11, 337, 1365, 11, 341, 307, 264, 6314, 24298, 43, 397, 11, 1392, 30, 467, 575, 24328, 11, 1392, 30, 821, 366, 13544, 4077, 281, 264, 4959, 1854, 309, 1171, 1365, 11, 341, 307, 257, 6314, 4077, 281, 24298, 43, 397, 29658, 7213, 639, 307, 264, 6314, 300, 13165, 281, 264, 1422, 12, 4417, 9098, 300, 1269, 1854, 264, 2568, 1033, 11, 341, 307, 264, 912, 551, 11, 24298, 35, 809, 337, 1365, 682, 24298, 35, 809], "avg_logprob": -0.4363567011385429, "compression_ratio": 1.8688524590163935, "no_speech_prob": 0.0, "words": [{"start": 475.95, "end": 476.53, "word": " In", "probability": 0.322998046875}, {"start": 476.53, "end": 476.63, "word": " the", "probability": 0.80126953125}, {"start": 476.63, "end": 476.77, "word": " same", "probability": 0.892578125}, {"start": 476.77, "end": 477.25, "word": " theme,", "probability": 0.826171875}, {"start": 477.43, "end": 477.47, "word": " for", "probability": 0.443359375}, {"start": 477.47, "end": 477.67, "word": " example,", "probability": 0.91455078125}, {"start": 477.77, "end": 477.87, "word": " this", "probability": 0.40283203125}, {"start": 477.87, "end": 477.95, "word": " is", "probability": 0.461181640625}, {"start": 477.95, "end": 478.49, "word": " the", "probability": 0.6748046875}, {"start": 478.49, "end": 478.75, "word": " theme", "probability": 0.681640625}, {"start": 478.75, "end": 479.29, "word": " HoloLight,", "probability": 0.5615234375}, {"start": 479.81, "end": 480.05, "word": " okay?", "probability": 0.288330078125}, {"start": 480.15, "end": 480.23, "word": " It", "probability": 0.75341796875}, {"start": 480.23, "end": 480.33, "word": " has", "probability": 0.91650390625}, {"start": 480.33, "end": 480.73, "word": " divisions,", "probability": 0.58203125}, {"start": 481.05, "end": 481.73, "word": " okay?", "probability": 0.82666015625}, {"start": 482.17, "end": 482.37, "word": " There", "probability": 0.423583984375}, {"start": 482.37, "end": 482.43, "word": " are", "probability": 0.92041015625}, {"start": 482.43, "end": 482.79, "word": " themes", "probability": 0.9521484375}, {"start": 482.79, "end": 483.19, "word": " related", "probability": 0.44775390625}, {"start": 483.19, "end": 483.73, "word": " to", "probability": 0.9599609375}, {"start": 483.73, "end": 483.79, "word": " the", "probability": 0.5703125}, {"start": 483.79, "end": 484.15, "word": " elements", "probability": 0.81787109375}, {"start": 484.15, "end": 484.51, "word": " inside", "probability": 0.73193359375}, {"start": 484.51, "end": 484.83, "word": " it", "probability": 0.411865234375}, {"start": 484.83, "end": 485.45, "word": " For", "probability": 0.3720703125}, {"start": 485.45, "end": 485.75, "word": " example,", "probability": 0.9404296875}, {"start": 485.87, "end": 486.03, "word": " this", "probability": 0.81689453125}, {"start": 486.03, "end": 486.11, "word": " is", "probability": 0.546875}, {"start": 486.11, "end": 486.15, "word": " a", "probability": 0.6806640625}, {"start": 486.15, "end": 486.41, "word": " theme", "probability": 0.908203125}, {"start": 486.41, "end": 486.71, "word": " related", "probability": 0.70751953125}, {"start": 486.71, "end": 486.89, "word": " to", "probability": 0.970703125}, {"start": 486.89, "end": 487.85, "word": " HoloLight", "probability": 0.8116861979166666}, {"start": 487.85, "end": 488.85, "word": " Dialogue", "probability": 0.5311279296875}, {"start": 488.85, "end": 489.59, "word": " This", "probability": 0.63134765625}, {"start": 489.59, "end": 489.65, "word": " is", "probability": 0.82421875}, {"start": 489.65, "end": 489.73, "word": " the", "probability": 0.716796875}, {"start": 489.73, "end": 489.91, "word": " theme", "probability": 0.79931640625}, {"start": 489.91, "end": 490.01, "word": " that", "probability": 0.4111328125}, {"start": 490.01, "end": 490.37, "word": " applies", "probability": 0.261962890625}, {"start": 490.37, "end": 490.67, "word": " to", "probability": 0.95703125}, {"start": 490.67, "end": 490.79, "word": " the", "probability": 0.7685546875}, {"start": 490.79, "end": 491.55, "word": " sub", "probability": 0.148681640625}, {"start": 491.55, "end": 491.77, "word": "-screens", "probability": 0.6381022135416666}, {"start": 491.77, "end": 491.89, "word": " that", "probability": 0.748046875}, {"start": 491.89, "end": 492.21, "word": " open", "probability": 0.7783203125}, {"start": 492.21, "end": 492.67, "word": " inside", "probability": 0.61669921875}, {"start": 492.67, "end": 493.69, "word": " the", "probability": 0.8955078125}, {"start": 493.69, "end": 494.01, "word": " screen", "probability": 0.81591796875}, {"start": 494.01, "end": 496.27, "word": " Okay,", "probability": 0.6298828125}, {"start": 496.89, "end": 497.17, "word": " this", "probability": 0.744140625}, {"start": 497.17, "end": 497.25, "word": " is", "probability": 0.91357421875}, {"start": 497.25, "end": 497.59, "word": " the", "probability": 0.63427734375}, {"start": 497.59, "end": 497.75, "word": " same", "probability": 0.90087890625}, {"start": 497.75, "end": 498.13, "word": " thing,", "probability": 0.82568359375}, {"start": 498.19, "end": 498.77, "word": " HoloDark", "probability": 0.8597005208333334}, {"start": 498.77, "end": 498.95, "word": " for", "probability": 0.470703125}, {"start": 498.95, "end": 499.11, "word": " example", "probability": 0.96142578125}, {"start": 499.11, "end": 500.23, "word": " In", "probability": 0.5625}, {"start": 500.23, "end": 501.19, "word": " HoloDark", "probability": 0.9576822916666666}], "temperature": 1.0}, {"id": 20, "seek": 52358, "start": 502.7, "end": 523.58, "text": " No action bar, for example. Because this is the same thing, but it removes the action bar. In the lollipop, a group of themes appeared, which is material. Okay? There is material light. Okay? This is the theme, which is material. That is, the kind of line has changed a little.", "tokens": [883, 3069, 2159, 11, 337, 1365, 13, 1436, 341, 307, 264, 912, 551, 11, 457, 309, 30445, 264, 3069, 2159, 13, 682, 264, 450, 285, 647, 404, 11, 257, 1594, 295, 13544, 8516, 11, 597, 307, 2527, 13, 1033, 30, 821, 307, 2527, 1442, 13, 1033, 30, 639, 307, 264, 6314, 11, 597, 307, 2527, 13, 663, 307, 11, 264, 733, 295, 1622, 575, 3105, 257, 707, 13], "avg_logprob": -0.501358681830807, "compression_ratio": 1.6257309941520468, "no_speech_prob": 0.0, "words": [{"start": 502.7, "end": 502.96, "word": " No", "probability": 0.3818359375}, {"start": 502.96, "end": 503.32, "word": " action", "probability": 0.7568359375}, {"start": 503.32, "end": 503.58, "word": " bar,", "probability": 0.8251953125}, {"start": 503.78, "end": 503.92, "word": " for", "probability": 0.728515625}, {"start": 503.92, "end": 504.12, "word": " example.", "probability": 0.91796875}, {"start": 505.02, "end": 505.16, "word": " Because", "probability": 0.4287109375}, {"start": 505.16, "end": 505.38, "word": " this", "probability": 0.374267578125}, {"start": 505.38, "end": 505.38, "word": " is", "probability": 0.40625}, {"start": 505.38, "end": 505.68, "word": " the", "probability": 0.438720703125}, {"start": 505.68, "end": 505.68, "word": " same", "probability": 0.75341796875}, {"start": 505.68, "end": 505.88, "word": " thing,", "probability": 0.269287109375}, {"start": 505.9, "end": 505.92, "word": " but", "probability": 0.80224609375}, {"start": 505.92, "end": 506.08, "word": " it", "probability": 0.1795654296875}, {"start": 506.08, "end": 506.2, "word": " removes", "probability": 0.29150390625}, {"start": 506.2, "end": 506.42, "word": " the", "probability": 0.79150390625}, {"start": 506.42, "end": 506.68, "word": " action", "probability": 0.91455078125}, {"start": 506.68, "end": 506.94, "word": " bar.", "probability": 0.9326171875}, {"start": 508.22, "end": 508.74, "word": " In", "probability": 0.84716796875}, {"start": 508.74, "end": 509.38, "word": " the", "probability": 0.368896484375}, {"start": 509.38, "end": 509.82, "word": " lollipop,", "probability": 0.85888671875}, {"start": 510.34, "end": 510.66, "word": " a", "probability": 0.728515625}, {"start": 510.66, "end": 511.0, "word": " group", "probability": 0.457275390625}, {"start": 511.0, "end": 511.22, "word": " of", "probability": 0.966796875}, {"start": 511.22, "end": 511.6, "word": " themes", "probability": 0.8154296875}, {"start": 511.6, "end": 511.6, "word": " appeared,", "probability": 0.3046875}, {"start": 511.62, "end": 511.72, "word": " which", "probability": 0.4833984375}, {"start": 511.72, "end": 511.78, "word": " is", "probability": 0.53369140625}, {"start": 511.78, "end": 512.26, "word": " material.", "probability": 0.4443359375}, {"start": 513.3, "end": 513.56, "word": " Okay?", "probability": 0.30810546875}, {"start": 514.16, "end": 514.48, "word": " There", "probability": 0.642578125}, {"start": 514.48, "end": 514.5, "word": " is", "probability": 0.80712890625}, {"start": 514.5, "end": 514.98, "word": " material", "probability": 0.64501953125}, {"start": 514.98, "end": 515.46, "word": " light.", "probability": 0.79052734375}, {"start": 519.34, "end": 519.86, "word": " Okay?", "probability": 0.70068359375}, {"start": 519.96, "end": 520.16, "word": " This", "probability": 0.7998046875}, {"start": 520.16, "end": 520.3, "word": " is", "probability": 0.87353515625}, {"start": 520.3, "end": 520.54, "word": " the", "probability": 0.89599609375}, {"start": 520.54, "end": 520.92, "word": " theme,", "probability": 0.79052734375}, {"start": 521.36, "end": 521.44, "word": " which", "probability": 0.927734375}, {"start": 521.44, "end": 521.54, "word": " is", "probability": 0.943359375}, {"start": 521.54, "end": 521.96, "word": " material.", "probability": 0.638671875}, {"start": 522.04, "end": 522.18, "word": " That", "probability": 0.239013671875}, {"start": 522.18, "end": 522.22, "word": " is,", "probability": 0.6982421875}, {"start": 522.28, "end": 522.44, "word": " the", "probability": 0.86572265625}, {"start": 522.44, "end": 522.44, "word": " kind", "probability": 0.39697265625}, {"start": 522.44, "end": 522.58, "word": " of", "probability": 0.97216796875}, {"start": 522.58, "end": 522.9, "word": " line", "probability": 0.767578125}, {"start": 522.9, "end": 523.06, "word": " has", "probability": 0.37353515625}, {"start": 523.06, "end": 523.58, "word": " changed", "probability": 0.82080078125}, {"start": 523.58, "end": 523.58, "word": " a", "probability": 0.7373046875}, {"start": 523.58, "end": 523.58, "word": " little.", "probability": 0.541015625}], "temperature": 1.0}, {"id": 21, "seek": 56011, "start": 532.73, "end": 560.11, "text": " And there is a dark material, so you can look at the themes here Ok If we go to all Here it brings you all kinds of themes For example, there is a theme called AppCompat Ok", "tokens": [400, 456, 307, 257, 2877, 2527, 11, 370, 291, 393, 574, 412, 264, 13544, 510, 3477, 759, 321, 352, 281, 439, 1692, 309, 5607, 291, 439, 3685, 295, 13544, 1171, 1365, 11, 456, 307, 257, 6314, 1219, 3132, 34, 8586, 267, 3477], "avg_logprob": -0.6333575581395349, "compression_ratio": 1.3951612903225807, "no_speech_prob": 0.0, "words": [{"start": 532.73, "end": 532.93, "word": " And", "probability": 0.2279052734375}, {"start": 532.93, "end": 533.03, "word": " there", "probability": 0.603515625}, {"start": 533.03, "end": 533.03, "word": " is", "probability": 0.63525390625}, {"start": 533.03, "end": 533.11, "word": " a", "probability": 0.2388916015625}, {"start": 533.11, "end": 533.67, "word": " dark", "probability": 0.58935546875}, {"start": 533.67, "end": 533.67, "word": " material,", "probability": 0.274169921875}, {"start": 533.81, "end": 533.97, "word": " so", "probability": 0.27734375}, {"start": 533.97, "end": 534.11, "word": " you", "probability": 0.85400390625}, {"start": 534.11, "end": 534.35, "word": " can", "probability": 0.88818359375}, {"start": 534.35, "end": 534.73, "word": " look", "probability": 0.187744140625}, {"start": 534.73, "end": 535.09, "word": " at", "probability": 0.7900390625}, {"start": 535.09, "end": 535.77, "word": " the", "probability": 0.475830078125}, {"start": 535.77, "end": 536.17, "word": " themes", "probability": 0.7744140625}, {"start": 536.17, "end": 536.83, "word": " here", "probability": 0.22119140625}, {"start": 536.83, "end": 539.33, "word": " Ok", "probability": 0.267822265625}, {"start": 539.33, "end": 544.81, "word": " If", "probability": 0.623046875}, {"start": 544.81, "end": 545.15, "word": " we", "probability": 0.89111328125}, {"start": 545.15, "end": 545.15, "word": " go", "probability": 0.708984375}, {"start": 545.15, "end": 546.63, "word": " to", "probability": 0.8759765625}, {"start": 546.63, "end": 547.01, "word": " all", "probability": 0.57861328125}, {"start": 547.01, "end": 551.45, "word": " Here", "probability": 0.64306640625}, {"start": 551.45, "end": 551.55, "word": " it", "probability": 0.4375}, {"start": 551.55, "end": 551.73, "word": " brings", "probability": 0.35546875}, {"start": 551.73, "end": 551.93, "word": " you", "probability": 0.360595703125}, {"start": 551.93, "end": 552.09, "word": " all", "probability": 0.88818359375}, {"start": 552.09, "end": 552.37, "word": " kinds", "probability": 0.370849609375}, {"start": 552.37, "end": 552.49, "word": " of", "probability": 0.96142578125}, {"start": 552.49, "end": 552.95, "word": " themes", "probability": 0.90869140625}, {"start": 552.95, "end": 555.77, "word": " For", "probability": 0.334228515625}, {"start": 555.77, "end": 556.31, "word": " example,", "probability": 0.94287109375}, {"start": 556.31, "end": 556.31, "word": " there", "probability": 0.37255859375}, {"start": 556.31, "end": 556.31, "word": " is", "probability": 0.9111328125}, {"start": 556.31, "end": 556.45, "word": " a", "probability": 0.81591796875}, {"start": 556.45, "end": 556.71, "word": " theme", "probability": 0.92333984375}, {"start": 556.71, "end": 557.41, "word": " called", "probability": 0.7294921875}, {"start": 557.41, "end": 558.61, "word": " AppCompat", "probability": 0.73577880859375}, {"start": 558.61, "end": 560.11, "word": " Ok", "probability": 0.25439453125}], "temperature": 1.0}, {"id": 22, "seek": 58895, "start": 564.21, "end": 588.95, "text": " The theme app compared here guys, you should notice that themes related to holo or material appeared with versions for android For example, material themes appeared with lollipop So if you want to use material theme, it means that you have to either put theme for previous devices, like lollipop", "tokens": [440, 6314, 724, 5347, 510, 1074, 11, 291, 820, 3449, 300, 13544, 4077, 281, 4091, 78, 420, 2527, 8516, 365, 9606, 337, 36157, 1171, 1365, 11, 2527, 13544, 8516, 365, 450, 285, 647, 404, 407, 498, 291, 528, 281, 764, 2527, 6314, 11, 309, 1355, 300, 291, 362, 281, 2139, 829, 6314, 337, 3894, 5759, 11, 411, 450, 285, 647, 404], "avg_logprob": -0.5599798675506346, "compression_ratio": 1.6818181818181819, "no_speech_prob": 0.0, "words": [{"start": 564.21, "end": 564.53, "word": " The", "probability": 0.2288818359375}, {"start": 564.53, "end": 564.79, "word": " theme", "probability": 0.5205078125}, {"start": 564.79, "end": 565.03, "word": " app", "probability": 0.60400390625}, {"start": 565.03, "end": 565.49, "word": " compared", "probability": 0.32275390625}, {"start": 565.49, "end": 565.71, "word": " here", "probability": 0.58837890625}, {"start": 565.71, "end": 566.25, "word": " guys,", "probability": 0.43701171875}, {"start": 567.01, "end": 567.09, "word": " you", "probability": 0.467041015625}, {"start": 567.09, "end": 567.29, "word": " should", "probability": 0.40771484375}, {"start": 567.29, "end": 567.71, "word": " notice", "probability": 0.4443359375}, {"start": 567.71, "end": 568.11, "word": " that", "probability": 0.78125}, {"start": 568.11, "end": 569.87, "word": " themes", "probability": 0.53076171875}, {"start": 569.87, "end": 570.53, "word": " related", "probability": 0.59716796875}, {"start": 570.53, "end": 570.79, "word": " to", "probability": 0.904296875}, {"start": 570.79, "end": 571.15, "word": " holo", "probability": 0.593994140625}, {"start": 571.15, "end": 571.63, "word": " or", "probability": 0.451904296875}, {"start": 571.63, "end": 572.31, "word": " material", "probability": 0.66748046875}, {"start": 572.31, "end": 573.15, "word": " appeared", "probability": 0.259033203125}, {"start": 573.15, "end": 573.45, "word": " with", "probability": 0.79052734375}, {"start": 573.45, "end": 573.87, "word": " versions", "probability": 0.509765625}, {"start": 573.87, "end": 574.09, "word": " for", "probability": 0.40771484375}, {"start": 574.09, "end": 574.49, "word": " android", "probability": 0.591796875}, {"start": 574.49, "end": 575.25, "word": " For", "probability": 0.2061767578125}, {"start": 575.25, "end": 575.61, "word": " example,", "probability": 0.94580078125}, {"start": 576.07, "end": 576.69, "word": " material", "probability": 0.529296875}, {"start": 576.69, "end": 577.55, "word": " themes", "probability": 0.89208984375}, {"start": 577.55, "end": 578.19, "word": " appeared", "probability": 0.64208984375}, {"start": 578.19, "end": 578.39, "word": " with", "probability": 0.84765625}, {"start": 578.39, "end": 578.89, "word": " lollipop", "probability": 0.857666015625}, {"start": 578.89, "end": 579.79, "word": " So", "probability": 0.422119140625}, {"start": 579.79, "end": 579.99, "word": " if", "probability": 0.65869140625}, {"start": 579.99, "end": 580.13, "word": " you", "probability": 0.96533203125}, {"start": 580.13, "end": 580.73, "word": " want", "probability": 0.5771484375}, {"start": 580.73, "end": 580.83, "word": " to", "probability": 0.966796875}, {"start": 580.83, "end": 581.21, "word": " use", "probability": 0.890625}, {"start": 581.21, "end": 581.95, "word": " material", "probability": 0.53271484375}, {"start": 581.95, "end": 582.57, "word": " theme,", "probability": 0.8759765625}, {"start": 583.45, "end": 583.49, "word": " it", "probability": 0.380615234375}, {"start": 583.49, "end": 583.71, "word": " means", "probability": 0.89990234375}, {"start": 583.71, "end": 584.29, "word": " that", "probability": 0.55810546875}, {"start": 584.29, "end": 584.53, "word": " you", "probability": 0.8056640625}, {"start": 584.53, "end": 584.67, "word": " have", "probability": 0.23095703125}, {"start": 584.67, "end": 584.83, "word": " to", "probability": 0.92724609375}, {"start": 584.83, "end": 585.85, "word": " either", "probability": 0.2467041015625}, {"start": 585.85, "end": 586.43, "word": " put", "probability": 0.317626953125}, {"start": 586.43, "end": 586.73, "word": " theme", "probability": 0.458740234375}, {"start": 586.73, "end": 586.87, "word": " for", "probability": 0.748046875}, {"start": 586.87, "end": 586.95, "word": " previous", "probability": 0.4521484375}, {"start": 586.95, "end": 587.29, "word": " devices,", "probability": 0.61181640625}, {"start": 588.45, "end": 588.49, "word": " like", "probability": 0.291748046875}, {"start": 588.49, "end": 588.95, "word": " lollipop", "probability": 0.9183349609375}], "temperature": 1.0}, {"id": 23, "seek": 61071, "start": 590.09, "end": 610.71, "text": " Because the material only supports the lollipop, it doesn't support the virgins. You can use the material, but you need to make sure that the old devices use another theme. We will see how to do that. But I always recommend that we have a theme called AppCompat.", "tokens": [1436, 264, 2527, 787, 9346, 264, 450, 285, 647, 404, 11, 309, 1177, 380, 1406, 264, 4107, 23320, 13, 509, 393, 764, 264, 2527, 11, 457, 291, 643, 281, 652, 988, 300, 264, 1331, 5759, 764, 1071, 6314, 13, 492, 486, 536, 577, 281, 360, 300, 13, 583, 286, 1009, 2748, 300, 321, 362, 257, 6314, 1219, 3132, 34, 8586, 267, 13], "avg_logprob": -0.49875989225175643, "compression_ratio": 1.5380116959064327, "no_speech_prob": 0.0, "words": [{"start": 590.09, "end": 590.57, "word": " Because", "probability": 0.54833984375}, {"start": 590.57, "end": 590.69, "word": " the", "probability": 0.47802734375}, {"start": 590.69, "end": 591.05, "word": " material", "probability": 0.67578125}, {"start": 591.05, "end": 591.53, "word": " only", "probability": 0.288818359375}, {"start": 591.53, "end": 591.53, "word": " supports", "probability": 0.6318359375}, {"start": 591.53, "end": 592.99, "word": " the", "probability": 0.4150390625}, {"start": 592.99, "end": 593.47, "word": " lollipop,", "probability": 0.8409423828125}, {"start": 593.87, "end": 594.21, "word": " it", "probability": 0.31201171875}, {"start": 594.21, "end": 594.31, "word": " doesn't", "probability": 0.73779296875}, {"start": 594.31, "end": 594.57, "word": " support", "probability": 0.97412109375}, {"start": 594.57, "end": 594.79, "word": " the", "probability": 0.46923828125}, {"start": 594.79, "end": 595.31, "word": " virgins.", "probability": 0.6053466796875}, {"start": 597.23, "end": 597.71, "word": " You", "probability": 0.6669921875}, {"start": 597.71, "end": 597.95, "word": " can", "probability": 0.89013671875}, {"start": 597.95, "end": 598.35, "word": " use", "probability": 0.8720703125}, {"start": 598.35, "end": 598.51, "word": " the", "probability": 0.77685546875}, {"start": 598.51, "end": 598.89, "word": " material,", "probability": 0.81396484375}, {"start": 599.07, "end": 599.37, "word": " but", "probability": 0.79296875}, {"start": 599.37, "end": 599.45, "word": " you", "probability": 0.681640625}, {"start": 599.45, "end": 599.55, "word": " need", "probability": 0.3349609375}, {"start": 599.55, "end": 599.65, "word": " to", "probability": 0.953125}, {"start": 599.65, "end": 599.85, "word": " make", "probability": 0.131591796875}, {"start": 599.85, "end": 600.01, "word": " sure", "probability": 0.8046875}, {"start": 600.01, "end": 600.15, "word": " that", "probability": 0.794921875}, {"start": 600.15, "end": 600.21, "word": " the", "probability": 0.56298828125}, {"start": 600.21, "end": 600.81, "word": " old", "probability": 0.7119140625}, {"start": 600.81, "end": 600.85, "word": " devices", "probability": 0.72509765625}, {"start": 600.85, "end": 601.61, "word": " use", "probability": 0.1824951171875}, {"start": 601.61, "end": 603.03, "word": " another", "probability": 0.2462158203125}, {"start": 603.03, "end": 603.19, "word": " theme.", "probability": 0.892578125}, {"start": 603.61, "end": 603.75, "word": " We", "probability": 0.6201171875}, {"start": 603.75, "end": 603.83, "word": " will", "probability": 0.6376953125}, {"start": 603.83, "end": 603.99, "word": " see", "probability": 0.8359375}, {"start": 603.99, "end": 604.17, "word": " how", "probability": 0.83251953125}, {"start": 604.17, "end": 604.27, "word": " to", "probability": 0.6669921875}, {"start": 604.27, "end": 604.43, "word": " do", "probability": 0.83154296875}, {"start": 604.43, "end": 604.67, "word": " that.", "probability": 0.385498046875}, {"start": 605.41, "end": 605.63, "word": " But", "probability": 0.41064453125}, {"start": 605.63, "end": 606.37, "word": " I", "probability": 0.763671875}, {"start": 606.37, "end": 606.37, "word": " always", "probability": 0.8232421875}, {"start": 606.37, "end": 606.87, "word": " recommend", "probability": 0.48095703125}, {"start": 606.87, "end": 607.35, "word": " that", "probability": 0.52587890625}, {"start": 607.35, "end": 607.57, "word": " we", "probability": 0.69677734375}, {"start": 607.57, "end": 607.75, "word": " have", "probability": 0.8310546875}, {"start": 607.75, "end": 607.87, "word": " a", "probability": 0.88818359375}, {"start": 607.87, "end": 608.19, "word": " theme", "probability": 0.8798828125}, {"start": 608.19, "end": 609.11, "word": " called", "probability": 0.72412109375}, {"start": 609.11, "end": 610.71, "word": " AppCompat.", "probability": 0.84716796875}], "temperature": 1.0}, {"id": 24, "seek": 64329, "start": 618.36, "end": 643.3, "text": " AppCompat is a name that is compatible with all Android versions You can use AppCompat and then customize it Change the colors in it as you want This is the basis of AppCompat It's all black on black There is another AppCompat, Daylight", "tokens": [3132, 34, 8586, 267, 307, 257, 1315, 300, 307, 18218, 365, 439, 8853, 9606, 509, 393, 764, 3132, 34, 8586, 267, 293, 550, 19734, 309, 15060, 264, 4577, 294, 309, 382, 291, 528, 639, 307, 264, 5143, 295, 3132, 34, 8586, 267, 467, 311, 439, 2211, 322, 2211, 821, 307, 1071, 3132, 34, 8586, 267, 11, 5226, 2764], "avg_logprob": -0.5013241646653515, "compression_ratio": 1.490566037735849, "no_speech_prob": 0.0, "words": [{"start": 618.3600000000001, "end": 619.2800000000001, "word": " AppCompat", "probability": 0.69305419921875}, {"start": 619.2800000000001, "end": 620.2, "word": " is", "probability": 0.6748046875}, {"start": 620.2, "end": 620.88, "word": " a", "probability": 0.25830078125}, {"start": 620.88, "end": 621.24, "word": " name", "probability": 0.333251953125}, {"start": 621.24, "end": 621.8, "word": " that", "probability": 0.31396484375}, {"start": 621.8, "end": 623.72, "word": " is", "probability": 0.625}, {"start": 623.72, "end": 624.28, "word": " compatible", "probability": 0.87060546875}, {"start": 624.28, "end": 624.98, "word": " with", "probability": 0.88134765625}, {"start": 624.98, "end": 625.22, "word": " all", "probability": 0.8232421875}, {"start": 625.22, "end": 625.34, "word": " Android", "probability": 0.480712890625}, {"start": 625.34, "end": 625.76, "word": " versions", "probability": 0.7041015625}, {"start": 625.76, "end": 627.78, "word": " You", "probability": 0.2529296875}, {"start": 627.78, "end": 628.24, "word": " can", "probability": 0.9189453125}, {"start": 628.24, "end": 628.68, "word": " use", "probability": 0.81787109375}, {"start": 628.68, "end": 629.62, "word": " AppCompat", "probability": 0.9552001953125}, {"start": 629.62, "end": 630.08, "word": " and", "probability": 0.75537109375}, {"start": 630.08, "end": 630.08, "word": " then", "probability": 0.158935546875}, {"start": 630.08, "end": 630.68, "word": " customize", "probability": 0.2841796875}, {"start": 630.68, "end": 631.24, "word": " it", "probability": 0.85546875}, {"start": 631.24, "end": 632.0, "word": " Change", "probability": 0.1392822265625}, {"start": 632.0, "end": 632.24, "word": " the", "probability": 0.61767578125}, {"start": 632.24, "end": 632.64, "word": " colors", "probability": 0.73828125}, {"start": 632.64, "end": 633.64, "word": " in", "probability": 0.291015625}, {"start": 633.64, "end": 633.78, "word": " it", "probability": 0.7373046875}, {"start": 633.78, "end": 633.88, "word": " as", "probability": 0.60888671875}, {"start": 633.88, "end": 634.04, "word": " you", "probability": 0.93408203125}, {"start": 634.04, "end": 635.34, "word": " want", "probability": 0.33154296875}, {"start": 635.34, "end": 635.8, "word": " This", "probability": 0.44677734375}, {"start": 635.8, "end": 636.08, "word": " is", "probability": 0.931640625}, {"start": 636.08, "end": 636.32, "word": " the", "probability": 0.80224609375}, {"start": 636.32, "end": 636.68, "word": " basis", "probability": 0.284912109375}, {"start": 636.68, "end": 637.1, "word": " of", "probability": 0.92626953125}, {"start": 637.1, "end": 637.78, "word": " AppCompat", "probability": 0.9725341796875}, {"start": 637.78, "end": 638.32, "word": " It's", "probability": 0.30364990234375}, {"start": 638.32, "end": 638.32, "word": " all", "probability": 0.830078125}, {"start": 638.32, "end": 638.78, "word": " black", "probability": 0.72265625}, {"start": 638.78, "end": 638.9, "word": " on", "probability": 0.27880859375}, {"start": 638.9, "end": 639.3, "word": " black", "probability": 0.87451171875}, {"start": 639.3, "end": 640.46, "word": " There", "probability": 0.60205078125}, {"start": 640.46, "end": 640.72, "word": " is", "probability": 0.56396484375}, {"start": 640.72, "end": 641.56, "word": " another", "probability": 0.87841796875}, {"start": 641.56, "end": 642.24, "word": " AppCompat,", "probability": 0.9678955078125}, {"start": 642.38, "end": 643.3, "word": " Daylight", "probability": 0.77490234375}], "temperature": 1.0}, {"id": 25, "seek": 67223, "start": 649.65, "end": 672.23, "text": " This is the AppCompat Daylight, and there is AppCompat Light, which is a bit different from mine. So, there is not much difference. So, you can use AppCompat and change it as you want. Now, an important point. The themes that I change here, if I run it, it will not appear on the screen. This is only when you see it sitting.", "tokens": [639, 307, 264, 3132, 34, 8586, 267, 5226, 2764, 11, 293, 456, 307, 3132, 34, 8586, 267, 8279, 11, 597, 307, 257, 857, 819, 490, 3892, 13, 407, 11, 456, 307, 406, 709, 2649, 13, 407, 11, 291, 393, 764, 3132, 34, 8586, 267, 293, 1319, 309, 382, 291, 528, 13, 823, 11, 364, 1021, 935, 13, 440, 13544, 300, 286, 1319, 510, 11, 498, 286, 1190, 309, 11, 309, 486, 406, 4204, 322, 264, 2568, 13, 639, 307, 787, 562, 291, 536, 309, 3798, 13], "avg_logprob": -0.5653735824014948, "compression_ratio": 1.6218905472636815, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 649.65, "end": 650.05, "word": " This", "probability": 0.266357421875}, {"start": 650.05, "end": 650.27, "word": " is", "probability": 0.74755859375}, {"start": 650.27, "end": 650.63, "word": " the", "probability": 0.347412109375}, {"start": 650.63, "end": 651.23, "word": " AppCompat", "probability": 0.727294921875}, {"start": 651.23, "end": 651.79, "word": " Daylight,", "probability": 0.698974609375}, {"start": 652.31, "end": 652.89, "word": " and", "probability": 0.466064453125}, {"start": 652.89, "end": 653.07, "word": " there", "probability": 0.6220703125}, {"start": 653.07, "end": 653.11, "word": " is", "probability": 0.7666015625}, {"start": 653.11, "end": 653.83, "word": " AppCompat", "probability": 0.8670654296875}, {"start": 653.83, "end": 654.25, "word": " Light,", "probability": 0.751953125}, {"start": 654.35, "end": 654.55, "word": " which", "probability": 0.322021484375}, {"start": 654.55, "end": 654.57, "word": " is", "probability": 0.71484375}, {"start": 654.57, "end": 654.69, "word": " a", "probability": 0.32421875}, {"start": 654.69, "end": 654.69, "word": " bit", "probability": 0.461181640625}, {"start": 654.69, "end": 654.73, "word": " different", "probability": 0.8740234375}, {"start": 654.73, "end": 654.85, "word": " from", "probability": 0.5751953125}, {"start": 654.85, "end": 655.33, "word": " mine.", "probability": 0.189697265625}, {"start": 657.33, "end": 657.73, "word": " So,", "probability": 0.329345703125}, {"start": 657.77, "end": 657.79, "word": " there", "probability": 0.36474609375}, {"start": 657.79, "end": 657.87, "word": " is", "probability": 0.5517578125}, {"start": 657.87, "end": 658.03, "word": " not", "probability": 0.65185546875}, {"start": 658.03, "end": 658.11, "word": " much", "probability": 0.7080078125}, {"start": 658.11, "end": 658.35, "word": " difference.", "probability": 0.77294921875}, {"start": 659.59, "end": 659.77, "word": " So,", "probability": 0.609375}, {"start": 659.91, "end": 659.95, "word": " you", "probability": 0.8134765625}, {"start": 659.95, "end": 660.79, "word": " can", "probability": 0.86572265625}, {"start": 660.79, "end": 661.23, "word": " use", "probability": 0.3125}, {"start": 661.23, "end": 662.03, "word": " AppCompat", "probability": 0.909423828125}, {"start": 662.03, "end": 662.11, "word": " and", "probability": 0.7392578125}, {"start": 662.11, "end": 662.37, "word": " change", "probability": 0.74462890625}, {"start": 662.37, "end": 662.73, "word": " it", "probability": 0.410888671875}, {"start": 662.73, "end": 662.85, "word": " as", "probability": 0.47509765625}, {"start": 662.85, "end": 663.01, "word": " you", "probability": 0.91357421875}, {"start": 663.01, "end": 663.21, "word": " want.", "probability": 0.315673828125}, {"start": 663.35, "end": 663.71, "word": " Now,", "probability": 0.232421875}, {"start": 664.07, "end": 664.65, "word": " an", "probability": 0.35498046875}, {"start": 664.65, "end": 664.77, "word": " important", "probability": 0.86328125}, {"start": 664.77, "end": 664.77, "word": " point.", "probability": 0.86669921875}, {"start": 665.37, "end": 665.77, "word": " The", "probability": 0.373046875}, {"start": 665.77, "end": 666.07, "word": " themes", "probability": 0.849609375}, {"start": 666.07, "end": 666.17, "word": " that", "probability": 0.5263671875}, {"start": 666.17, "end": 666.27, "word": " I", "probability": 0.974609375}, {"start": 666.27, "end": 666.47, "word": " change", "probability": 0.387451171875}, {"start": 666.47, "end": 666.81, "word": " here,", "probability": 0.74951171875}, {"start": 666.95, "end": 667.05, "word": " if", "probability": 0.84326171875}, {"start": 667.05, "end": 667.21, "word": " I", "probability": 0.95166015625}, {"start": 667.21, "end": 667.65, "word": " run", "probability": 0.275146484375}, {"start": 667.65, "end": 668.23, "word": " it,", "probability": 0.370849609375}, {"start": 668.23, "end": 668.69, "word": " it", "probability": 0.6220703125}, {"start": 668.69, "end": 668.77, "word": " will", "probability": 0.59814453125}, {"start": 668.77, "end": 668.79, "word": " not", "probability": 0.89501953125}, {"start": 668.79, "end": 669.01, "word": " appear", "probability": 0.53173828125}, {"start": 669.01, "end": 669.17, "word": " on", "probability": 0.89697265625}, {"start": 669.17, "end": 669.23, "word": " the", "probability": 0.82861328125}, {"start": 669.23, "end": 669.43, "word": " screen.", "probability": 0.85546875}, {"start": 670.69, "end": 671.09, "word": " This", "probability": 0.2359619140625}, {"start": 671.09, "end": 671.17, "word": " is", "probability": 0.66064453125}, {"start": 671.17, "end": 671.27, "word": " only", "probability": 0.424072265625}, {"start": 671.27, "end": 671.39, "word": " when", "probability": 0.271240234375}, {"start": 671.39, "end": 671.57, "word": " you", "probability": 0.90966796875}, {"start": 671.57, "end": 671.83, "word": " see", "probability": 0.8017578125}, {"start": 671.83, "end": 672.01, "word": " it", "probability": 0.36083984375}, {"start": 672.01, "end": 672.23, "word": " sitting.", "probability": 0.21240234375}], "temperature": 1.0}, {"id": 26, "seek": 69217, "start": 673.23, "end": 692.17, "text": " on the editor. Ok? So why won't it show up on the screen? First of all, where do you specify it originally? You specify it in the manifest file. Ok? Let's go back to the gate and see the manifest file. Look here at the application, the tag application. We have", "tokens": [322, 264, 9839, 13, 3477, 30, 407, 983, 1582, 380, 309, 855, 493, 322, 264, 2568, 30, 2386, 295, 439, 11, 689, 360, 291, 16500, 309, 7993, 30, 509, 16500, 309, 294, 264, 10067, 3991, 13, 3477, 30, 961, 311, 352, 646, 281, 264, 8539, 293, 536, 264, 10067, 3991, 13, 2053, 510, 412, 264, 3861, 11, 264, 6162, 3861, 13, 492, 362], "avg_logprob": -0.5419921735301614, "compression_ratio": 1.5818181818181818, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 673.23, "end": 673.51, "word": " on", "probability": 0.05010986328125}, {"start": 673.51, "end": 673.61, "word": " the", "probability": 0.69091796875}, {"start": 673.61, "end": 673.97, "word": " editor.", "probability": 0.8310546875}, {"start": 674.65, "end": 674.85, "word": " Ok?", "probability": 0.2281494140625}, {"start": 675.55, "end": 675.91, "word": " So", "probability": 0.236328125}, {"start": 675.91, "end": 676.09, "word": " why", "probability": 0.60693359375}, {"start": 676.09, "end": 676.25, "word": " won't", "probability": 0.544464111328125}, {"start": 676.25, "end": 676.43, "word": " it", "probability": 0.57470703125}, {"start": 676.43, "end": 676.71, "word": " show", "probability": 0.4345703125}, {"start": 676.71, "end": 676.83, "word": " up", "probability": 0.4501953125}, {"start": 676.83, "end": 676.91, "word": " on", "probability": 0.87841796875}, {"start": 676.91, "end": 677.03, "word": " the", "probability": 0.7646484375}, {"start": 677.03, "end": 677.19, "word": " screen?", "probability": 0.8193359375}, {"start": 677.35, "end": 677.57, "word": " First", "probability": 0.2156982421875}, {"start": 677.57, "end": 677.61, "word": " of", "probability": 0.441650390625}, {"start": 677.61, "end": 677.61, "word": " all,", "probability": 0.94384765625}, {"start": 677.93, "end": 678.29, "word": " where", "probability": 0.10797119140625}, {"start": 678.29, "end": 678.53, "word": " do", "probability": 0.5322265625}, {"start": 678.53, "end": 678.59, "word": " you", "probability": 0.9326171875}, {"start": 678.59, "end": 678.85, "word": " specify", "probability": 0.308837890625}, {"start": 678.85, "end": 678.95, "word": " it", "probability": 0.6201171875}, {"start": 678.95, "end": 679.21, "word": " originally?", "probability": 0.1759033203125}, {"start": 679.75, "end": 679.99, "word": " You", "probability": 0.8759765625}, {"start": 679.99, "end": 680.43, "word": " specify", "probability": 0.6455078125}, {"start": 680.43, "end": 680.81, "word": " it", "probability": 0.8974609375}, {"start": 680.81, "end": 680.93, "word": " in", "probability": 0.8056640625}, {"start": 680.93, "end": 681.05, "word": " the", "probability": 0.826171875}, {"start": 681.05, "end": 681.31, "word": " manifest", "probability": 0.8671875}, {"start": 681.31, "end": 681.73, "word": " file.", "probability": 0.91845703125}, {"start": 682.49, "end": 682.69, "word": " Ok?", "probability": 0.77099609375}, {"start": 683.37, "end": 683.67, "word": " Let's", "probability": 0.6475830078125}, {"start": 683.67, "end": 683.77, "word": " go", "probability": 0.76953125}, {"start": 683.77, "end": 683.91, "word": " back", "probability": 0.853515625}, {"start": 683.91, "end": 684.03, "word": " to", "probability": 0.91455078125}, {"start": 684.03, "end": 684.07, "word": " the", "probability": 0.86572265625}, {"start": 684.07, "end": 684.21, "word": " gate", "probability": 0.357177734375}, {"start": 684.21, "end": 684.37, "word": " and", "probability": 0.63671875}, {"start": 684.37, "end": 684.51, "word": " see", "probability": 0.5390625}, {"start": 684.51, "end": 684.69, "word": " the", "probability": 0.81787109375}, {"start": 684.69, "end": 684.95, "word": " manifest", "probability": 0.9150390625}, {"start": 684.95, "end": 685.45, "word": " file.", "probability": 0.91455078125}, {"start": 689.27, "end": 689.67, "word": " Look", "probability": 0.462890625}, {"start": 689.67, "end": 689.83, "word": " here", "probability": 0.70556640625}, {"start": 689.83, "end": 689.93, "word": " at", "probability": 0.4599609375}, {"start": 689.93, "end": 690.03, "word": " the", "probability": 0.74267578125}, {"start": 690.03, "end": 690.57, "word": " application,", "probability": 0.8408203125}, {"start": 690.73, "end": 690.85, "word": " the", "probability": 0.478759765625}, {"start": 690.85, "end": 691.05, "word": " tag", "probability": 0.84228515625}, {"start": 691.05, "end": 691.63, "word": " application.", "probability": 0.91845703125}, {"start": 691.87, "end": 692.01, "word": " We", "probability": 0.67724609375}, {"start": 692.01, "end": 692.17, "word": " have", "probability": 0.9189453125}], "temperature": 1.0}, {"id": 27, "seek": 71634, "start": 694.0, "end": 716.34, "text": " Attribute is called theme and here it is using a place called add style on app theme Now if we want to change, of course, see here I am using the app compat lite But when I turn it on, wait a minute, let's see what will come out", "tokens": [7298, 2024, 1169, 307, 1219, 6314, 293, 510, 309, 307, 1228, 257, 1081, 1219, 909, 3758, 322, 724, 6314, 823, 498, 321, 528, 281, 1319, 11, 295, 1164, 11, 536, 510, 286, 669, 1228, 264, 724, 13147, 15100, 583, 562, 286, 1261, 309, 322, 11, 1699, 257, 3456, 11, 718, 311, 536, 437, 486, 808, 484], "avg_logprob": -0.5948464912280702, "compression_ratio": 1.4774193548387098, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 694.0, "end": 694.52, "word": " Attribute", "probability": 0.7408040364583334}, {"start": 694.52, "end": 694.66, "word": " is", "probability": 0.18310546875}, {"start": 694.66, "end": 694.92, "word": " called", "probability": 0.2880859375}, {"start": 694.92, "end": 695.62, "word": " theme", "probability": 0.3955078125}, {"start": 695.62, "end": 695.9, "word": " and", "probability": 0.30419921875}, {"start": 695.9, "end": 696.06, "word": " here", "probability": 0.583984375}, {"start": 696.06, "end": 696.24, "word": " it", "probability": 0.27294921875}, {"start": 696.24, "end": 696.36, "word": " is", "probability": 0.49658203125}, {"start": 696.36, "end": 696.8, "word": " using", "probability": 0.72412109375}, {"start": 696.8, "end": 696.9, "word": " a", "probability": 0.251953125}, {"start": 696.9, "end": 697.04, "word": " place", "probability": 0.60986328125}, {"start": 697.04, "end": 697.36, "word": " called", "probability": 0.81640625}, {"start": 697.36, "end": 697.72, "word": " add", "probability": 0.111572265625}, {"start": 697.72, "end": 698.28, "word": " style", "probability": 0.58642578125}, {"start": 698.28, "end": 699.44, "word": " on", "probability": 0.373046875}, {"start": 699.44, "end": 699.7, "word": " app", "probability": 0.3955078125}, {"start": 699.7, "end": 699.96, "word": " theme", "probability": 0.8134765625}, {"start": 699.96, "end": 702.04, "word": " Now", "probability": 0.413818359375}, {"start": 702.04, "end": 702.22, "word": " if", "probability": 0.58203125}, {"start": 702.22, "end": 702.5, "word": " we", "probability": 0.79443359375}, {"start": 702.5, "end": 702.58, "word": " want", "probability": 0.7119140625}, {"start": 702.58, "end": 702.92, "word": " to", "probability": 0.94677734375}, {"start": 702.92, "end": 703.22, "word": " change,", "probability": 0.853515625}, {"start": 703.4, "end": 703.48, "word": " of", "probability": 0.427734375}, {"start": 703.48, "end": 703.62, "word": " course,", "probability": 0.95458984375}, {"start": 704.16, "end": 704.68, "word": " see", "probability": 0.413330078125}, {"start": 704.68, "end": 705.12, "word": " here", "probability": 0.59326171875}, {"start": 705.12, "end": 705.26, "word": " I", "probability": 0.84765625}, {"start": 705.26, "end": 705.34, "word": " am", "probability": 0.45068359375}, {"start": 705.34, "end": 706.56, "word": " using", "probability": 0.9365234375}, {"start": 706.56, "end": 708.3, "word": " the", "probability": 0.41162109375}, {"start": 708.3, "end": 709.1, "word": " app", "probability": 0.49853515625}, {"start": 709.1, "end": 709.68, "word": " compat", "probability": 0.66455078125}, {"start": 709.68, "end": 710.26, "word": " lite", "probability": 0.77685546875}, {"start": 710.26, "end": 712.9, "word": " But", "probability": 0.58154296875}, {"start": 712.9, "end": 713.12, "word": " when", "probability": 0.88525390625}, {"start": 713.12, "end": 713.56, "word": " I", "probability": 0.94970703125}, {"start": 713.56, "end": 713.8, "word": " turn", "probability": 0.43603515625}, {"start": 713.8, "end": 714.44, "word": " it", "probability": 0.556640625}, {"start": 714.44, "end": 714.7, "word": " on,", "probability": 0.94140625}, {"start": 714.78, "end": 714.98, "word": " wait", "probability": 0.465576171875}, {"start": 714.98, "end": 715.08, "word": " a", "probability": 0.802734375}, {"start": 715.08, "end": 715.08, "word": " minute,", "probability": 0.59033203125}, {"start": 715.22, "end": 715.56, "word": " let's", "probability": 0.849853515625}, {"start": 715.56, "end": 715.74, "word": " see", "probability": 0.9130859375}, {"start": 715.74, "end": 715.96, "word": " what", "probability": 0.90869140625}, {"start": 715.96, "end": 716.06, "word": " will", "probability": 0.218994140625}, {"start": 716.06, "end": 716.18, "word": " come", "probability": 0.33251953125}, {"start": 716.18, "end": 716.34, "word": " out", "probability": 0.8310546875}], "temperature": 1.0}, {"id": 28, "seek": 79165, "start": 768.23, "end": 791.65, "text": " No, not on the device. Okay, the Arabic theme, guys, let's go back to the main theme, okay? When you change from here, you only see the shape, okay? But how do you actually apply it? Because to apply it, you have to change something in the manifest, okay?", "tokens": [883, 11, 406, 322, 264, 4302, 13, 1033, 11, 264, 19938, 6314, 11, 1074, 11, 718, 311, 352, 646, 281, 264, 2135, 6314, 11, 1392, 30, 1133, 291, 1319, 490, 510, 11, 291, 787, 536, 264, 3909, 11, 1392, 30, 583, 577, 360, 291, 767, 3079, 309, 30, 1436, 281, 3079, 309, 11, 291, 362, 281, 1319, 746, 294, 264, 10067, 11, 1392, 30], "avg_logprob": -0.43846153846153846, "compression_ratio": 1.5421686746987953, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 768.23, "end": 768.63, "word": " No,", "probability": 0.06793212890625}, {"start": 768.75, "end": 768.83, "word": " not", "probability": 0.7802734375}, {"start": 768.83, "end": 768.95, "word": " on", "probability": 0.70751953125}, {"start": 768.95, "end": 769.03, "word": " the", "probability": 0.77978515625}, {"start": 769.03, "end": 769.29, "word": " device.", "probability": 0.69189453125}, {"start": 776.01, "end": 776.41, "word": " Okay,", "probability": 0.2313232421875}, {"start": 776.61, "end": 777.17, "word": " the", "probability": 0.646484375}, {"start": 777.17, "end": 777.77, "word": " Arabic", "probability": 0.7060546875}, {"start": 777.77, "end": 777.77, "word": " theme,", "probability": 0.8974609375}, {"start": 778.51, "end": 778.51, "word": " guys,", "probability": 0.609375}, {"start": 779.41, "end": 780.29, "word": " let's", "probability": 0.591064453125}, {"start": 780.29, "end": 780.39, "word": " go", "probability": 0.57666015625}, {"start": 780.39, "end": 780.49, "word": " back", "probability": 0.8603515625}, {"start": 780.49, "end": 780.55, "word": " to", "probability": 0.96630859375}, {"start": 780.55, "end": 780.65, "word": " the", "probability": 0.91015625}, {"start": 780.65, "end": 780.65, "word": " main", "probability": 0.5185546875}, {"start": 780.65, "end": 781.55, "word": " theme,", "probability": 0.80224609375}, {"start": 781.77, "end": 782.03, "word": " okay?", "probability": 0.6796875}, {"start": 782.55, "end": 782.95, "word": " When", "probability": 0.203857421875}, {"start": 782.95, "end": 783.45, "word": " you", "probability": 0.93896484375}, {"start": 783.45, "end": 783.71, "word": " change", "probability": 0.7099609375}, {"start": 783.71, "end": 783.89, "word": " from", "probability": 0.61962890625}, {"start": 783.89, "end": 784.11, "word": " here,", "probability": 0.80078125}, {"start": 784.19, "end": 784.43, "word": " you", "probability": 0.8857421875}, {"start": 784.43, "end": 784.43, "word": " only", "probability": 0.5439453125}, {"start": 784.43, "end": 784.73, "word": " see", "probability": 0.80126953125}, {"start": 784.73, "end": 784.85, "word": " the", "probability": 0.345703125}, {"start": 784.85, "end": 785.09, "word": " shape,", "probability": 0.58251953125}, {"start": 785.57, "end": 785.75, "word": " okay?", "probability": 0.67041015625}, {"start": 785.79, "end": 785.97, "word": " But", "probability": 0.865234375}, {"start": 785.97, "end": 786.09, "word": " how", "probability": 0.640625}, {"start": 786.09, "end": 786.19, "word": " do", "probability": 0.243408203125}, {"start": 786.19, "end": 786.23, "word": " you", "probability": 0.8466796875}, {"start": 786.23, "end": 786.31, "word": " actually", "probability": 0.320068359375}, {"start": 786.31, "end": 786.45, "word": " apply", "probability": 0.78173828125}, {"start": 786.45, "end": 786.61, "word": " it?", "probability": 0.802734375}, {"start": 788.59, "end": 788.99, "word": " Because", "probability": 0.5341796875}, {"start": 788.99, "end": 789.19, "word": " to", "probability": 0.385498046875}, {"start": 789.19, "end": 789.29, "word": " apply", "probability": 0.923828125}, {"start": 789.29, "end": 789.37, "word": " it,", "probability": 0.89697265625}, {"start": 789.45, "end": 789.45, "word": " you", "probability": 0.53759765625}, {"start": 789.45, "end": 789.59, "word": " have", "probability": 0.59033203125}, {"start": 789.59, "end": 789.67, "word": " to", "probability": 0.97119140625}, {"start": 789.67, "end": 789.91, "word": " change", "probability": 0.876953125}, {"start": 789.91, "end": 790.17, "word": " something", "probability": 0.8017578125}, {"start": 790.17, "end": 790.25, "word": " in", "probability": 0.88525390625}, {"start": 790.25, "end": 790.35, "word": " the", "probability": 0.873046875}, {"start": 790.35, "end": 790.63, "word": " manifest,", "probability": 0.7890625}, {"start": 791.11, "end": 791.65, "word": " okay?", "probability": 0.81591796875}], "temperature": 1.0}, {"id": 29, "seek": 81971, "start": 793.41, "end": 819.71, "text": " Because you can say app style And here it brings you the existing themes Or sometimes you have to put if you want to use the existing themes in android Android style For example, this is holo Okay, this is theme holo", "tokens": [1436, 291, 393, 584, 724, 3758, 400, 510, 309, 5607, 291, 264, 6741, 13544, 1610, 2171, 291, 362, 281, 829, 498, 291, 528, 281, 764, 264, 6741, 13544, 294, 36157, 8853, 3758, 1171, 1365, 11, 341, 307, 4091, 78, 1033, 11, 341, 307, 6314, 4091, 78], "avg_logprob": -0.5791223226709569, "compression_ratio": 1.5724637681159421, "no_speech_prob": 0.0, "words": [{"start": 793.41, "end": 793.77, "word": " Because", "probability": 0.338623046875}, {"start": 793.77, "end": 794.13, "word": " you", "probability": 0.7177734375}, {"start": 794.13, "end": 794.13, "word": " can", "probability": 0.64990234375}, {"start": 794.13, "end": 794.69, "word": " say", "probability": 0.34716796875}, {"start": 794.69, "end": 795.61, "word": " app", "probability": 0.11114501953125}, {"start": 795.61, "end": 796.31, "word": " style", "probability": 0.6923828125}, {"start": 796.31, "end": 799.21, "word": " And", "probability": 0.46533203125}, {"start": 799.21, "end": 799.71, "word": " here", "probability": 0.64306640625}, {"start": 799.71, "end": 799.89, "word": " it", "probability": 0.422119140625}, {"start": 799.89, "end": 800.07, "word": " brings", "probability": 0.2384033203125}, {"start": 800.07, "end": 800.29, "word": " you", "probability": 0.62451171875}, {"start": 800.29, "end": 801.51, "word": " the", "probability": 0.2626953125}, {"start": 801.51, "end": 803.07, "word": " existing", "probability": 0.5048828125}, {"start": 803.07, "end": 803.07, "word": " themes", "probability": 0.830078125}, {"start": 803.07, "end": 803.43, "word": " Or", "probability": 0.701171875}, {"start": 803.43, "end": 803.81, "word": " sometimes", "probability": 0.7548828125}, {"start": 803.81, "end": 804.07, "word": " you", "probability": 0.83837890625}, {"start": 804.07, "end": 804.15, "word": " have", "probability": 0.501953125}, {"start": 804.15, "end": 804.49, "word": " to", "probability": 0.96728515625}, {"start": 804.49, "end": 804.83, "word": " put", "probability": 0.529296875}, {"start": 804.83, "end": 805.03, "word": " if", "probability": 0.30712890625}, {"start": 805.03, "end": 805.27, "word": " you", "probability": 0.9638671875}, {"start": 805.27, "end": 805.27, "word": " want", "probability": 0.80322265625}, {"start": 805.27, "end": 805.39, "word": " to", "probability": 0.9501953125}, {"start": 805.39, "end": 805.71, "word": " use", "probability": 0.884765625}, {"start": 805.71, "end": 805.97, "word": " the", "probability": 0.20849609375}, {"start": 805.97, "end": 806.35, "word": " existing", "probability": 0.44384765625}, {"start": 806.35, "end": 806.35, "word": " themes", "probability": 0.88330078125}, {"start": 806.35, "end": 806.79, "word": " in", "probability": 0.6689453125}, {"start": 806.79, "end": 807.37, "word": " android", "probability": 0.56884765625}, {"start": 807.37, "end": 808.69, "word": " Android", "probability": 0.5810546875}, {"start": 808.69, "end": 810.59, "word": " style", "probability": 0.55078125}, {"start": 810.59, "end": 815.41, "word": " For", "probability": 0.2066650390625}, {"start": 815.41, "end": 815.79, "word": " example,", "probability": 0.95703125}, {"start": 815.93, "end": 816.07, "word": " this", "probability": 0.80322265625}, {"start": 816.07, "end": 816.13, "word": " is", "probability": 0.787109375}, {"start": 816.13, "end": 816.55, "word": " holo", "probability": 0.706787109375}, {"start": 816.55, "end": 817.49, "word": " Okay,", "probability": 0.140625}, {"start": 817.69, "end": 817.89, "word": " this", "probability": 0.83251953125}, {"start": 817.89, "end": 817.93, "word": " is", "probability": 0.759765625}, {"start": 817.93, "end": 818.49, "word": " theme", "probability": 0.416259765625}, {"start": 818.49, "end": 819.71, "word": " holo", "probability": 0.766845703125}], "temperature": 1.0}, {"id": 30, "seek": 85094, "start": 821.86, "end": 850.94, "text": " Notice what I put? at android.style When do we put at android? When you want to use a theme in the android game, like HONO or MATERIAL, you put at android When we put a theme that we designed, usually you put at style Like exactly in at android.color, you use color as it is shown in android Okay, did you really find it? If I run it, I will find the theme", "tokens": [13428, 437, 286, 829, 30, 412, 36157, 13, 15014, 1133, 360, 321, 829, 412, 36157, 30, 1133, 291, 528, 281, 764, 257, 6314, 294, 264, 36157, 1216, 11, 411, 389, 1928, 46, 420, 5904, 1598, 40, 3427, 11, 291, 829, 412, 36157, 1133, 321, 829, 257, 6314, 300, 321, 4761, 11, 2673, 291, 829, 412, 3758, 1743, 2293, 294, 412, 36157, 13, 23851, 11, 291, 764, 2017, 382, 309, 307, 4898, 294, 36157, 1033, 11, 630, 291, 534, 915, 309, 30, 759, 286, 1190, 309, 11, 286, 486, 915, 264, 6314], "avg_logprob": -0.5648777076731557, "compression_ratio": 1.7163461538461537, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 821.86, "end": 822.2, "word": " Notice", "probability": 0.56787109375}, {"start": 822.2, "end": 822.34, "word": " what", "probability": 0.30908203125}, {"start": 822.34, "end": 822.42, "word": " I", "probability": 0.7861328125}, {"start": 822.42, "end": 822.64, "word": " put?", "probability": 0.37353515625}, {"start": 823.38, "end": 823.7, "word": " at", "probability": 0.02325439453125}, {"start": 823.7, "end": 824.16, "word": " android", "probability": 0.69140625}, {"start": 824.16, "end": 824.92, "word": ".style", "probability": 0.5479736328125}, {"start": 824.92, "end": 825.88, "word": " When", "probability": 0.398681640625}, {"start": 825.88, "end": 825.96, "word": " do", "probability": 0.4521484375}, {"start": 825.96, "end": 826.64, "word": " we", "probability": 0.496337890625}, {"start": 826.64, "end": 826.84, "word": " put", "probability": 0.63623046875}, {"start": 826.84, "end": 827.88, "word": " at", "probability": 0.27783203125}, {"start": 827.88, "end": 828.32, "word": " android?", "probability": 0.853515625}, {"start": 828.44, "end": 828.62, "word": " When", "probability": 0.6796875}, {"start": 828.62, "end": 828.86, "word": " you", "probability": 0.81591796875}, {"start": 828.86, "end": 829.18, "word": " want", "probability": 0.3994140625}, {"start": 829.18, "end": 829.28, "word": " to", "probability": 0.96044921875}, {"start": 829.28, "end": 829.64, "word": " use", "probability": 0.892578125}, {"start": 829.64, "end": 830.2, "word": " a", "probability": 0.701171875}, {"start": 830.2, "end": 830.2, "word": " theme", "probability": 0.86181640625}, {"start": 830.2, "end": 832.12, "word": " in", "probability": 0.27294921875}, {"start": 832.12, "end": 832.28, "word": " the", "probability": 0.31494140625}, {"start": 832.28, "end": 832.62, "word": " android", "probability": 0.5341796875}, {"start": 832.62, "end": 832.84, "word": " game,", "probability": 0.68017578125}, {"start": 833.04, "end": 833.22, "word": " like", "probability": 0.55615234375}, {"start": 833.22, "end": 833.68, "word": " HONO", "probability": 0.3305257161458333}, {"start": 833.68, "end": 833.78, "word": " or", "probability": 0.380126953125}, {"start": 833.78, "end": 834.34, "word": " MATERIAL,", "probability": 0.762969970703125}, {"start": 834.6, "end": 834.7, "word": " you", "probability": 0.84814453125}, {"start": 834.7, "end": 834.86, "word": " put", "probability": 0.5859375}, {"start": 834.86, "end": 835.08, "word": " at", "probability": 0.8115234375}, {"start": 835.08, "end": 835.46, "word": " android", "probability": 0.8974609375}, {"start": 835.46, "end": 836.38, "word": " When", "probability": 0.5390625}, {"start": 836.38, "end": 836.7, "word": " we", "probability": 0.7822265625}, {"start": 836.7, "end": 836.88, "word": " put", "probability": 0.375244140625}, {"start": 836.88, "end": 837.06, "word": " a", "probability": 0.76171875}, {"start": 837.06, "end": 837.22, "word": " theme", "probability": 0.8525390625}, {"start": 837.22, "end": 837.34, "word": " that", "probability": 0.58251953125}, {"start": 837.34, "end": 837.48, "word": " we", "probability": 0.91015625}, {"start": 837.48, "end": 837.9, "word": " designed,", "probability": 0.7373046875}, {"start": 838.94, "end": 839.38, "word": " usually", "probability": 0.3681640625}, {"start": 839.38, "end": 839.56, "word": " you", "probability": 0.78515625}, {"start": 839.56, "end": 839.72, "word": " put", "probability": 0.7626953125}, {"start": 839.72, "end": 839.92, "word": " at", "probability": 0.9111328125}, {"start": 839.92, "end": 840.32, "word": " style", "probability": 0.888671875}, {"start": 840.32, "end": 841.82, "word": " Like", "probability": 0.189453125}, {"start": 841.82, "end": 842.16, "word": " exactly", "probability": 0.298095703125}, {"start": 842.16, "end": 842.5, "word": " in", "probability": 0.54150390625}, {"start": 842.5, "end": 842.86, "word": " at", "probability": 0.8193359375}, {"start": 842.86, "end": 843.36, "word": " android", "probability": 0.87353515625}, {"start": 843.36, "end": 844.24, "word": ".color,", "probability": 0.893310546875}, {"start": 844.36, "end": 844.54, "word": " you", "probability": 0.81396484375}, {"start": 844.54, "end": 844.82, "word": " use", "probability": 0.87060546875}, {"start": 844.82, "end": 845.14, "word": " color", "probability": 0.6455078125}, {"start": 845.14, "end": 845.28, "word": " as", "probability": 0.64501953125}, {"start": 845.28, "end": 845.34, "word": " it", "probability": 0.2120361328125}, {"start": 845.34, "end": 845.34, "word": " is", "probability": 0.453125}, {"start": 845.34, "end": 845.56, "word": " shown", "probability": 0.5380859375}, {"start": 845.56, "end": 845.7, "word": " in", "probability": 0.82763671875}, {"start": 845.7, "end": 846.06, "word": " android", "probability": 0.615234375}, {"start": 846.06, "end": 846.9, "word": " Okay,", "probability": 0.1334228515625}, {"start": 847.0, "end": 847.12, "word": " did", "probability": 0.449462890625}, {"start": 847.12, "end": 847.38, "word": " you", "probability": 0.87646484375}, {"start": 847.38, "end": 847.38, "word": " really", "probability": 0.4775390625}, {"start": 847.38, "end": 847.38, "word": " find", "probability": 0.63330078125}, {"start": 847.38, "end": 847.38, "word": " it?", "probability": 0.30224609375}, {"start": 848.66, "end": 849.14, "word": " If", "probability": 0.841796875}, {"start": 849.14, "end": 849.34, "word": " I", "probability": 0.9599609375}, {"start": 849.34, "end": 849.58, "word": " run", "probability": 0.292236328125}, {"start": 849.58, "end": 849.82, "word": " it,", "probability": 0.72119140625}, {"start": 849.84, "end": 849.92, "word": " I", "probability": 0.8134765625}, {"start": 849.92, "end": 850.0, "word": " will", "probability": 0.68701171875}, {"start": 850.0, "end": 850.16, "word": " find", "probability": 0.81884765625}, {"start": 850.16, "end": 850.52, "word": " the", "probability": 0.8740234375}, {"start": 850.52, "end": 850.94, "word": " theme", "probability": 0.8359375}], "temperature": 1.0}, {"id": 31, "seek": 85294, "start": 852.08, "end": 852.94, "text": " for Holo application.", "tokens": [337, 24298, 3861, 13], "avg_logprob": -1.0421875, "compression_ratio": 0.7333333333333333, "no_speech_prob": 0.0, "words": [{"start": 852.08, "end": 852.34, "word": " for", "probability": 0.1097412109375}, {"start": 852.34, "end": 852.64, "word": " Holo", "probability": 0.11053466796875}, {"start": 852.64, "end": 852.94, "word": " application.", "probability": 0.619140625}], "temperature": 1.0}, {"id": 32, "seek": 87913, "start": 866.87, "end": 879.13, "text": " If we go back to the themes, here I did not put the holo, right or not? If we go back to the themes here, we can go and apply what is in the manifest", "tokens": [759, 321, 352, 646, 281, 264, 13544, 11, 510, 286, 630, 406, 829, 264, 4091, 78, 11, 558, 420, 406, 30, 759, 321, 352, 646, 281, 264, 13544, 510, 11, 321, 393, 352, 293, 3079, 437, 307, 294, 264, 10067], "avg_logprob": -0.7454268525286418, "compression_ratio": 1.5, "no_speech_prob": 0.662109375, "words": [{"start": 866.87, "end": 867.39, "word": " If", "probability": 0.09918212890625}, {"start": 867.39, "end": 867.91, "word": " we", "probability": 0.67333984375}, {"start": 867.91, "end": 867.91, "word": " go", "probability": 0.576171875}, {"start": 867.91, "end": 867.91, "word": " back", "probability": 0.767578125}, {"start": 867.91, "end": 868.11, "word": " to", "probability": 0.80224609375}, {"start": 868.11, "end": 868.23, "word": " the", "probability": 0.447998046875}, {"start": 868.23, "end": 868.39, "word": " themes,", "probability": 0.07391357421875}, {"start": 868.41, "end": 868.83, "word": " here", "probability": 0.2125244140625}, {"start": 868.83, "end": 869.41, "word": " I", "probability": 0.326171875}, {"start": 869.41, "end": 869.53, "word": " did", "probability": 0.338134765625}, {"start": 869.53, "end": 869.53, "word": " not", "probability": 0.93603515625}, {"start": 869.53, "end": 869.75, "word": " put", "probability": 0.492919921875}, {"start": 869.75, "end": 869.95, "word": " the", "probability": 0.51513671875}, {"start": 869.95, "end": 870.25, "word": " holo,", "probability": 0.75}, {"start": 870.55, "end": 870.79, "word": " right", "probability": 0.29833984375}, {"start": 870.79, "end": 870.97, "word": " or", "probability": 0.43212890625}, {"start": 870.97, "end": 871.07, "word": " not?", "probability": 0.41796875}, {"start": 873.37, "end": 873.89, "word": " If", "probability": 0.10723876953125}, {"start": 873.89, "end": 874.43, "word": " we", "probability": 0.8515625}, {"start": 874.43, "end": 874.59, "word": " go", "probability": 0.78466796875}, {"start": 874.59, "end": 874.59, "word": " back", "probability": 0.8359375}, {"start": 874.59, "end": 874.81, "word": " to", "probability": 0.9306640625}, {"start": 874.81, "end": 874.95, "word": " the", "probability": 0.6298828125}, {"start": 874.95, "end": 875.21, "word": " themes", "probability": 0.841796875}, {"start": 875.21, "end": 875.59, "word": " here,", "probability": 0.45458984375}, {"start": 875.89, "end": 876.01, "word": " we", "probability": 0.71044921875}, {"start": 876.01, "end": 876.33, "word": " can", "probability": 0.7275390625}, {"start": 876.33, "end": 876.59, "word": " go", "probability": 0.53515625}, {"start": 876.59, "end": 876.87, "word": " and", "probability": 0.552734375}, {"start": 876.87, "end": 877.05, "word": " apply", "probability": 0.5634765625}, {"start": 877.05, "end": 877.27, "word": " what", "probability": 0.60595703125}, {"start": 877.27, "end": 877.41, "word": " is", "probability": 0.71142578125}, {"start": 877.41, "end": 877.75, "word": " in", "probability": 0.24169921875}, {"start": 877.75, "end": 878.83, "word": " the", "probability": 0.8173828125}, {"start": 878.83, "end": 879.13, "word": " manifest", "probability": 0.82275390625}], "temperature": 1.0}, {"id": 33, "seek": 90533, "start": 895.57, "end": 905.33, "text": " If we make a manifest file, we can change the theme and go back to the manifest file. In the editor, I told him to apply what is in the manifest.", "tokens": [759, 321, 652, 257, 10067, 3991, 11, 321, 393, 1319, 264, 6314, 293, 352, 646, 281, 264, 10067, 3991, 13, 682, 264, 9839, 11, 286, 1907, 796, 281, 3079, 437, 307, 294, 264, 10067, 13], "avg_logprob": -0.5117187566227384, "compression_ratio": 1.4455445544554455, "no_speech_prob": 0.0, "words": [{"start": 895.5699999999999, "end": 895.93, "word": " If", "probability": 0.186767578125}, {"start": 895.93, "end": 896.29, "word": " we", "probability": 0.5234375}, {"start": 896.29, "end": 896.41, "word": " make", "probability": 0.0748291015625}, {"start": 896.41, "end": 896.55, "word": " a", "probability": 0.71923828125}, {"start": 896.55, "end": 896.79, "word": " manifest", "probability": 0.6982421875}, {"start": 896.79, "end": 897.15, "word": " file,", "probability": 0.90234375}, {"start": 897.25, "end": 897.33, "word": " we", "probability": 0.8017578125}, {"start": 897.33, "end": 897.49, "word": " can", "probability": 0.728515625}, {"start": 897.49, "end": 897.83, "word": " change", "probability": 0.7578125}, {"start": 897.83, "end": 898.01, "word": " the", "probability": 0.71435546875}, {"start": 898.01, "end": 898.31, "word": " theme", "probability": 0.759765625}, {"start": 898.31, "end": 899.05, "word": " and", "probability": 0.430419921875}, {"start": 899.05, "end": 899.17, "word": " go", "probability": 0.5078125}, {"start": 899.17, "end": 899.37, "word": " back", "probability": 0.75537109375}, {"start": 899.37, "end": 899.79, "word": " to", "probability": 0.95263671875}, {"start": 899.79, "end": 899.97, "word": " the", "probability": 0.810546875}, {"start": 899.97, "end": 900.27, "word": " manifest", "probability": 0.67822265625}, {"start": 900.27, "end": 900.71, "word": " file.", "probability": 0.91015625}, {"start": 902.95, "end": 903.31, "word": " In", "probability": 0.430419921875}, {"start": 903.31, "end": 903.43, "word": " the", "probability": 0.73828125}, {"start": 903.43, "end": 903.75, "word": " editor,", "probability": 0.8974609375}, {"start": 903.89, "end": 903.89, "word": " I", "probability": 0.5859375}, {"start": 903.89, "end": 904.05, "word": " told", "probability": 0.214111328125}, {"start": 904.05, "end": 904.19, "word": " him", "probability": 0.47021484375}, {"start": 904.19, "end": 904.25, "word": " to", "probability": 0.9453125}, {"start": 904.25, "end": 904.41, "word": " apply", "probability": 0.81591796875}, {"start": 904.41, "end": 904.59, "word": " what", "probability": 0.6943359375}, {"start": 904.59, "end": 904.67, "word": " is", "probability": 0.52685546875}, {"start": 904.67, "end": 904.93, "word": " in", "probability": 0.5048828125}, {"start": 904.93, "end": 905.07, "word": " the", "probability": 0.89111328125}, {"start": 905.07, "end": 905.33, "word": " manifest.", "probability": 0.876953125}], "temperature": 1.0}, {"id": 34, "seek": 93034, "start": 906.44, "end": 930.34, "text": " Now, when we apply a theme, we don't want to take it as it is. We want to make it specific, right? Because we put it in the color we want, in the action bar, in the background, in the color of the lines. We define the theme. Okay, how do we define the theme? Now, we also said that you can use the AppCompat.", "tokens": [823, 11, 562, 321, 3079, 257, 6314, 11, 321, 500, 380, 528, 281, 747, 309, 382, 309, 307, 13, 492, 528, 281, 652, 309, 2685, 11, 558, 30, 1436, 321, 829, 309, 294, 264, 2017, 321, 528, 11, 294, 264, 3069, 2159, 11, 294, 264, 3678, 11, 294, 264, 2017, 295, 264, 3876, 13, 492, 6964, 264, 6314, 13, 1033, 11, 577, 360, 321, 6964, 264, 6314, 30, 823, 11, 321, 611, 848, 300, 291, 393, 764, 264, 3132, 34, 8586, 267, 13], "avg_logprob": -0.36253720486447927, "compression_ratio": 1.6524064171122994, "no_speech_prob": 0.0, "words": [{"start": 906.44, "end": 906.8800000000001, "word": " Now,", "probability": 0.33349609375}, {"start": 906.8800000000001, "end": 907.32, "word": " when", "probability": 0.61376953125}, {"start": 907.32, "end": 907.5, "word": " we", "probability": 0.828125}, {"start": 907.5, "end": 907.72, "word": " apply", "probability": 0.61083984375}, {"start": 907.72, "end": 907.9, "word": " a", "probability": 0.70654296875}, {"start": 907.9, "end": 908.12, "word": " theme,", "probability": 0.8623046875}, {"start": 908.6, "end": 909.0, "word": " we", "probability": 0.88134765625}, {"start": 909.0, "end": 909.0, "word": " don't", "probability": 0.793701171875}, {"start": 909.0, "end": 909.14, "word": " want", "probability": 0.5322265625}, {"start": 909.14, "end": 909.4, "word": " to", "probability": 0.83984375}, {"start": 909.4, "end": 909.52, "word": " take", "probability": 0.39990234375}, {"start": 909.52, "end": 909.6, "word": " it", "probability": 0.79931640625}, {"start": 909.6, "end": 909.7, "word": " as", "probability": 0.5634765625}, {"start": 909.7, "end": 909.9, "word": " it", "probability": 0.837890625}, {"start": 909.9, "end": 910.08, "word": " is.", "probability": 0.9228515625}, {"start": 910.38, "end": 910.46, "word": " We", "probability": 0.84228515625}, {"start": 910.46, "end": 910.62, "word": " want", "probability": 0.72509765625}, {"start": 910.62, "end": 910.7, "word": " to", "probability": 0.9375}, {"start": 910.7, "end": 910.88, "word": " make", "probability": 0.4130859375}, {"start": 910.88, "end": 911.16, "word": " it", "probability": 0.865234375}, {"start": 911.16, "end": 912.12, "word": " specific,", "probability": 0.251953125}, {"start": 912.24, "end": 912.36, "word": " right?", "probability": 0.4951171875}, {"start": 912.52, "end": 912.62, "word": " Because", "probability": 0.40625}, {"start": 912.62, "end": 912.8, "word": " we", "probability": 0.6513671875}, {"start": 912.8, "end": 912.92, "word": " put", "probability": 0.31640625}, {"start": 912.92, "end": 913.16, "word": " it", "probability": 0.463134765625}, {"start": 913.16, "end": 913.26, "word": " in", "probability": 0.7021484375}, {"start": 913.26, "end": 913.36, "word": " the", "probability": 0.810546875}, {"start": 913.36, "end": 913.54, "word": " color", "probability": 0.77294921875}, {"start": 913.54, "end": 913.66, "word": " we", "probability": 0.6025390625}, {"start": 913.66, "end": 914.04, "word": " want,", "probability": 0.84521484375}, {"start": 914.26, "end": 914.36, "word": " in", "probability": 0.65478515625}, {"start": 914.36, "end": 914.86, "word": " the", "probability": 0.853515625}, {"start": 914.86, "end": 915.2, "word": " action", "probability": 0.8828125}, {"start": 915.2, "end": 915.64, "word": " bar,", "probability": 0.91748046875}, {"start": 915.82, "end": 915.86, "word": " in", "probability": 0.876953125}, {"start": 915.86, "end": 917.7, "word": " the", "probability": 0.89306640625}, {"start": 917.7, "end": 918.28, "word": " background,", "probability": 0.89404296875}, {"start": 918.66, "end": 918.74, "word": " in", "probability": 0.72900390625}, {"start": 918.74, "end": 919.02, "word": " the", "probability": 0.8271484375}, {"start": 919.02, "end": 919.08, "word": " color", "probability": 0.67041015625}, {"start": 919.08, "end": 919.28, "word": " of", "probability": 0.93115234375}, {"start": 919.28, "end": 919.28, "word": " the", "probability": 0.763671875}, {"start": 919.28, "end": 919.52, "word": " lines.", "probability": 0.8740234375}, {"start": 919.8, "end": 919.96, "word": " We", "probability": 0.92919921875}, {"start": 919.96, "end": 920.42, "word": " define", "probability": 0.2998046875}, {"start": 920.42, "end": 921.08, "word": " the", "probability": 0.84716796875}, {"start": 921.08, "end": 921.3, "word": " theme.", "probability": 0.89208984375}, {"start": 921.88, "end": 922.16, "word": " Okay,", "probability": 0.355224609375}, {"start": 922.26, "end": 922.42, "word": " how", "probability": 0.90380859375}, {"start": 922.42, "end": 922.5, "word": " do", "probability": 0.8291015625}, {"start": 922.5, "end": 922.64, "word": " we", "probability": 0.9375}, {"start": 922.64, "end": 922.92, "word": " define", "probability": 0.79150390625}, {"start": 922.92, "end": 923.12, "word": " the", "probability": 0.705078125}, {"start": 923.12, "end": 923.34, "word": " theme?", "probability": 0.875}, {"start": 924.72, "end": 925.16, "word": " Now,", "probability": 0.82861328125}, {"start": 925.22, "end": 925.6, "word": " we", "probability": 0.55078125}, {"start": 925.6, "end": 925.6, "word": " also", "probability": 0.5703125}, {"start": 925.6, "end": 925.82, "word": " said", "probability": 0.84765625}, {"start": 925.82, "end": 926.76, "word": " that", "probability": 0.8544921875}, {"start": 926.76, "end": 926.98, "word": " you", "probability": 0.95849609375}, {"start": 926.98, "end": 927.26, "word": " can", "probability": 0.9248046875}, {"start": 927.26, "end": 928.22, "word": " use", "probability": 0.873046875}, {"start": 928.22, "end": 929.58, "word": " the", "probability": 0.57421875}, {"start": 929.58, "end": 930.34, "word": " AppCompat.", "probability": 0.8734130859375}], "temperature": 1.0}, {"id": 35, "seek": 96497, "start": 941.79, "end": 964.97, "text": " this is the theme of AppCompat if we see here", "tokens": [341, 307, 264, 6314, 295, 3132, 34, 8586, 267, 498, 321, 536, 510], "avg_logprob": -0.6707589413438525, "compression_ratio": 0.92, "no_speech_prob": 0.0, "words": [{"start": 941.7900000000001, "end": 943.07, "word": " this", "probability": 0.2198486328125}, {"start": 943.07, "end": 943.07, "word": " is", "probability": 0.3193359375}, {"start": 943.07, "end": 949.99, "word": " the", "probability": 0.242919921875}, {"start": 949.99, "end": 950.01, "word": " theme", "probability": 0.7880859375}, {"start": 950.01, "end": 962.37, "word": " of", "probability": 0.67236328125}, {"start": 962.37, "end": 963.01, "word": " AppCompat", "probability": 0.7769775390625}, {"start": 963.01, "end": 963.99, "word": " if", "probability": 0.2374267578125}, {"start": 963.99, "end": 964.37, "word": " we", "probability": 0.66015625}, {"start": 964.37, "end": 964.61, "word": " see", "probability": 0.6005859375}, {"start": 964.61, "end": 964.97, "word": " here", "probability": 0.6787109375}], "temperature": 1.0}, {"id": 36, "seek": 99532, "start": 968.6, "end": 995.32, "text": " This is the theme of AppCompat Now the idea is how to make a theme specification To make a theme specification Let's see what he did before I change anything He did something like this at style slash app theme This is what was already there What is this app theme? If I go to the values folder", "tokens": [639, 307, 264, 6314, 295, 3132, 34, 8586, 267, 823, 264, 1558, 307, 577, 281, 652, 257, 6314, 31256, 1407, 652, 257, 6314, 31256, 961, 311, 536, 437, 415, 630, 949, 286, 1319, 1340, 634, 630, 746, 411, 341, 412, 3758, 17330, 724, 6314, 639, 307, 437, 390, 1217, 456, 708, 307, 341, 724, 6314, 30, 759, 286, 352, 281, 264, 4190, 10820], "avg_logprob": -0.5312500270083547, "compression_ratio": 1.651685393258427, "no_speech_prob": 0.0, "words": [{"start": 968.6, "end": 969.24, "word": " This", "probability": 0.08184814453125}, {"start": 969.24, "end": 969.88, "word": " is", "probability": 0.6279296875}, {"start": 969.88, "end": 970.14, "word": " the", "probability": 0.265869140625}, {"start": 970.14, "end": 973.18, "word": " theme", "probability": 0.72509765625}, {"start": 973.18, "end": 973.28, "word": " of", "probability": 0.56689453125}, {"start": 973.28, "end": 973.84, "word": " AppCompat", "probability": 0.821533203125}, {"start": 973.84, "end": 974.0, "word": " Now", "probability": 0.3388671875}, {"start": 974.0, "end": 974.16, "word": " the", "probability": 0.278076171875}, {"start": 974.16, "end": 974.34, "word": " idea", "probability": 0.81005859375}, {"start": 974.34, "end": 974.52, "word": " is", "probability": 0.77734375}, {"start": 974.52, "end": 974.6, "word": " how", "probability": 0.646484375}, {"start": 974.6, "end": 974.84, "word": " to", "probability": 0.580078125}, {"start": 974.84, "end": 974.84, "word": " make", "probability": 0.364013671875}, {"start": 974.84, "end": 975.5, "word": " a", "probability": 0.5302734375}, {"start": 975.5, "end": 975.66, "word": " theme", "probability": 0.459228515625}, {"start": 975.66, "end": 975.66, "word": " specification", "probability": 0.292724609375}, {"start": 975.66, "end": 977.7, "word": " To", "probability": 0.419189453125}, {"start": 977.7, "end": 978.02, "word": " make", "probability": 0.77392578125}, {"start": 978.02, "end": 978.16, "word": " a", "probability": 0.59033203125}, {"start": 978.16, "end": 978.92, "word": " theme", "probability": 0.64501953125}, {"start": 978.92, "end": 978.92, "word": " specification", "probability": 0.89892578125}, {"start": 978.92, "end": 980.18, "word": " Let's", "probability": 0.636962890625}, {"start": 980.18, "end": 980.4, "word": " see", "probability": 0.75732421875}, {"start": 980.4, "end": 980.74, "word": " what", "probability": 0.8818359375}, {"start": 980.74, "end": 980.92, "word": " he", "probability": 0.2548828125}, {"start": 980.92, "end": 981.28, "word": " did", "probability": 0.5673828125}, {"start": 981.28, "end": 982.4, "word": " before", "probability": 0.76904296875}, {"start": 982.4, "end": 982.66, "word": " I", "probability": 0.853515625}, {"start": 982.66, "end": 982.94, "word": " change", "probability": 0.56201171875}, {"start": 982.94, "end": 983.42, "word": " anything", "probability": 0.77783203125}, {"start": 983.42, "end": 984.68, "word": " He", "probability": 0.7314453125}, {"start": 984.68, "end": 985.36, "word": " did", "probability": 0.61376953125}, {"start": 985.36, "end": 985.58, "word": " something", "probability": 0.76123046875}, {"start": 985.58, "end": 985.74, "word": " like", "probability": 0.91015625}, {"start": 985.74, "end": 987.06, "word": " this", "probability": 0.6962890625}, {"start": 987.06, "end": 987.32, "word": " at", "probability": 0.07049560546875}, {"start": 987.32, "end": 987.84, "word": " style", "probability": 0.8203125}, {"start": 987.84, "end": 988.38, "word": " slash", "probability": 0.1351318359375}, {"start": 988.38, "end": 988.68, "word": " app", "probability": 0.63525390625}, {"start": 988.68, "end": 988.92, "word": " theme", "probability": 0.4208984375}, {"start": 988.92, "end": 989.28, "word": " This", "probability": 0.49609375}, {"start": 989.28, "end": 989.46, "word": " is", "probability": 0.54052734375}, {"start": 989.46, "end": 989.46, "word": " what", "probability": 0.876953125}, {"start": 989.46, "end": 989.58, "word": " was", "probability": 0.77685546875}, {"start": 989.58, "end": 990.08, "word": " already", "probability": 0.318115234375}, {"start": 990.08, "end": 990.4, "word": " there", "probability": 0.38232421875}, {"start": 990.4, "end": 991.06, "word": " What", "probability": 0.62939453125}, {"start": 991.06, "end": 991.2, "word": " is", "probability": 0.88427734375}, {"start": 991.2, "end": 991.24, "word": " this", "probability": 0.65673828125}, {"start": 991.24, "end": 991.4, "word": " app", "probability": 0.58642578125}, {"start": 991.4, "end": 991.66, "word": " theme?", "probability": 0.87646484375}, {"start": 992.6, "end": 993.0, "word": " If", "probability": 0.90087890625}, {"start": 993.0, "end": 993.36, "word": " I", "probability": 0.95263671875}, {"start": 993.36, "end": 993.64, "word": " go", "probability": 0.55322265625}, {"start": 993.64, "end": 993.98, "word": " to", "probability": 0.95703125}, {"start": 993.98, "end": 994.6, "word": " the", "probability": 0.80859375}, {"start": 994.6, "end": 995.32, "word": " values", "probability": 0.4072265625}, {"start": 995.32, "end": 995.32, "word": " folder", "probability": 0.35009765625}], "temperature": 1.0}, {"id": 37, "seek": 102372, "start": 996.82, "end": 1023.72, "text": " It's called styles. We talked about colors, strings, but we didn't talk about styles. When we go to styles, we will find something like this here. He introduced a style called app theme. He introduced it as he wanted. The parent of it is theme.appcompat.light.dark action bar. It created a new theme.", "tokens": [467, 311, 1219, 13273, 13, 492, 2825, 466, 4577, 11, 13985, 11, 457, 321, 994, 380, 751, 466, 13273, 13, 1133, 321, 352, 281, 13273, 11, 321, 486, 915, 746, 411, 341, 510, 13, 634, 7268, 257, 3758, 1219, 724, 6314, 13, 634, 7268, 309, 382, 415, 1415, 13, 440, 2596, 295, 309, 307, 6314, 13, 1746, 21541, 267, 13, 2764, 13, 67, 809, 3069, 2159, 13, 467, 2942, 257, 777, 6314, 13], "avg_logprob": -0.5637669168614052, "compression_ratio": 1.6096256684491979, "no_speech_prob": 0.0, "words": [{"start": 996.82, "end": 997.08, "word": " It's", "probability": 0.375244140625}, {"start": 997.08, "end": 997.22, "word": " called", "probability": 0.444091796875}, {"start": 997.22, "end": 997.64, "word": " styles.", "probability": 0.486083984375}, {"start": 998.0, "end": 998.54, "word": " We", "probability": 0.6728515625}, {"start": 998.54, "end": 998.76, "word": " talked", "probability": 0.4560546875}, {"start": 998.76, "end": 999.0, "word": " about", "probability": 0.90576171875}, {"start": 999.0, "end": 999.4, "word": " colors,", "probability": 0.5771484375}, {"start": 999.56, "end": 1000.28, "word": " strings,", "probability": 0.79931640625}, {"start": 1000.8, "end": 1001.66, "word": " but", "probability": 0.36474609375}, {"start": 1001.66, "end": 1001.66, "word": " we", "probability": 0.38720703125}, {"start": 1001.66, "end": 1001.68, "word": " didn't", "probability": 0.779052734375}, {"start": 1001.68, "end": 1001.9, "word": " talk", "probability": 0.74609375}, {"start": 1001.9, "end": 1002.14, "word": " about", "probability": 0.90576171875}, {"start": 1002.14, "end": 1002.54, "word": " styles.", "probability": 0.75390625}, {"start": 1002.68, "end": 1002.88, "word": " When", "probability": 0.1170654296875}, {"start": 1002.88, "end": 1003.12, "word": " we", "probability": 0.84619140625}, {"start": 1003.12, "end": 1003.26, "word": " go", "probability": 0.5498046875}, {"start": 1003.26, "end": 1003.38, "word": " to", "probability": 0.8955078125}, {"start": 1003.38, "end": 1003.88, "word": " styles,", "probability": 0.638671875}, {"start": 1004.4, "end": 1004.74, "word": " we", "probability": 0.5283203125}, {"start": 1004.74, "end": 1004.74, "word": " will", "probability": 0.412841796875}, {"start": 1004.74, "end": 1004.9, "word": " find", "probability": 0.75537109375}, {"start": 1004.9, "end": 1006.4, "word": " something", "probability": 0.322998046875}, {"start": 1006.4, "end": 1006.6, "word": " like", "probability": 0.77490234375}, {"start": 1006.6, "end": 1008.46, "word": " this", "probability": 0.75341796875}, {"start": 1008.46, "end": 1008.46, "word": " here.", "probability": 0.29833984375}, {"start": 1008.46, "end": 1008.78, "word": " He", "probability": 0.213134765625}, {"start": 1008.78, "end": 1009.02, "word": " introduced", "probability": 0.456787109375}, {"start": 1009.02, "end": 1009.22, "word": " a", "probability": 0.5556640625}, {"start": 1009.22, "end": 1009.52, "word": " style", "probability": 0.90478515625}, {"start": 1009.52, "end": 1010.4, "word": " called", "probability": 0.37158203125}, {"start": 1010.4, "end": 1011.84, "word": " app", "probability": 0.2158203125}, {"start": 1011.84, "end": 1012.04, "word": " theme.", "probability": 0.70166015625}, {"start": 1012.12, "end": 1012.24, "word": " He", "probability": 0.62158203125}, {"start": 1012.24, "end": 1012.54, "word": " introduced", "probability": 0.75146484375}, {"start": 1012.54, "end": 1012.72, "word": " it", "probability": 0.78662109375}, {"start": 1012.72, "end": 1012.9, "word": " as", "probability": 0.36767578125}, {"start": 1012.9, "end": 1013.04, "word": " he", "probability": 0.90869140625}, {"start": 1013.04, "end": 1013.22, "word": " wanted.", "probability": 0.35693359375}, {"start": 1014.0, "end": 1014.26, "word": " The", "probability": 0.56103515625}, {"start": 1014.26, "end": 1014.58, "word": " parent", "probability": 0.6298828125}, {"start": 1014.58, "end": 1014.84, "word": " of", "probability": 0.62939453125}, {"start": 1014.84, "end": 1015.06, "word": " it", "probability": 0.5302734375}, {"start": 1015.06, "end": 1015.72, "word": " is", "probability": 0.6025390625}, {"start": 1015.72, "end": 1017.12, "word": " theme", "probability": 0.78955078125}, {"start": 1017.12, "end": 1018.42, "word": ".appcompat", "probability": 0.679931640625}, {"start": 1018.42, "end": 1019.12, "word": ".light", "probability": 0.883544921875}, {"start": 1019.12, "end": 1019.98, "word": ".dark", "probability": 0.9392903645833334}, {"start": 1019.98, "end": 1021.08, "word": " action", "probability": 0.4267578125}, {"start": 1021.08, "end": 1021.38, "word": " bar.", "probability": 0.60009765625}, {"start": 1021.58, "end": 1022.18, "word": " It", "probability": 0.346923828125}, {"start": 1022.18, "end": 1022.52, "word": " created", "probability": 0.306884765625}, {"start": 1022.52, "end": 1023.34, "word": " a", "probability": 0.98388671875}, {"start": 1023.34, "end": 1023.34, "word": " new", "probability": 0.87548828125}, {"start": 1023.34, "end": 1023.72, "word": " theme.", "probability": 0.91259765625}], "temperature": 1.0}, {"id": 38, "seek": 105317, "start": 1025.21, "end": 1053.17, "text": " Inherit everything that is in this theme As if you are creating a new class And you tell it to extend another class Of course it will inherit everything from it And then you change whatever you want in it Let's leave this because it is already done We will create a theme specifically for us The goal is to take one of the existing themes And modify it So we say here we want to create a style", "tokens": [682, 511, 270, 1203, 300, 307, 294, 341, 6314, 1018, 498, 291, 366, 4084, 257, 777, 1508, 400, 291, 980, 309, 281, 10101, 1071, 1508, 2720, 1164, 309, 486, 21389, 1203, 490, 309, 400, 550, 291, 1319, 2035, 291, 528, 294, 309, 961, 311, 1856, 341, 570, 309, 307, 1217, 1096, 492, 486, 1884, 257, 6314, 4682, 337, 505, 440, 3387, 307, 281, 747, 472, 295, 264, 6741, 13544, 400, 16927, 309, 407, 321, 584, 510, 321, 528, 281, 1884, 257, 3758], "avg_logprob": -0.6163403772446047, "compression_ratio": 1.6982758620689655, "no_speech_prob": 0.0, "words": [{"start": 1025.21, "end": 1025.69, "word": " Inherit", "probability": 0.4773763020833333}, {"start": 1025.69, "end": 1026.09, "word": " everything", "probability": 0.384521484375}, {"start": 1026.09, "end": 1026.35, "word": " that", "probability": 0.342529296875}, {"start": 1026.35, "end": 1026.35, "word": " is", "probability": 0.451904296875}, {"start": 1026.35, "end": 1028.05, "word": " in", "probability": 0.3671875}, {"start": 1028.05, "end": 1028.21, "word": " this", "probability": 0.46044921875}, {"start": 1028.21, "end": 1028.47, "word": " theme", "probability": 0.78564453125}, {"start": 1028.47, "end": 1029.55, "word": " As", "probability": 0.1309814453125}, {"start": 1029.55, "end": 1029.81, "word": " if", "probability": 0.90380859375}, {"start": 1029.81, "end": 1030.07, "word": " you", "probability": 0.9326171875}, {"start": 1030.07, "end": 1030.17, "word": " are", "probability": 0.439208984375}, {"start": 1030.17, "end": 1030.29, "word": " creating", "probability": 0.376953125}, {"start": 1030.29, "end": 1030.41, "word": " a", "probability": 0.9130859375}, {"start": 1030.41, "end": 1032.01, "word": " new", "probability": 0.85693359375}, {"start": 1032.01, "end": 1032.01, "word": " class", "probability": 0.94775390625}, {"start": 1032.01, "end": 1032.53, "word": " And", "probability": 0.337158203125}, {"start": 1032.53, "end": 1032.69, "word": " you", "probability": 0.59619140625}, {"start": 1032.69, "end": 1032.83, "word": " tell", "probability": 0.1640625}, {"start": 1032.83, "end": 1032.91, "word": " it", "probability": 0.7685546875}, {"start": 1032.91, "end": 1032.99, "word": " to", "probability": 0.6630859375}, {"start": 1032.99, "end": 1033.49, "word": " extend", "probability": 0.8857421875}, {"start": 1033.49, "end": 1034.79, "word": " another", "probability": 0.52392578125}, {"start": 1034.79, "end": 1034.79, "word": " class", "probability": 0.80224609375}, {"start": 1034.79, "end": 1035.35, "word": " Of", "probability": 0.460205078125}, {"start": 1035.35, "end": 1035.59, "word": " course", "probability": 0.927734375}, {"start": 1035.59, "end": 1036.69, "word": " it", "probability": 0.1329345703125}, {"start": 1036.69, "end": 1036.73, "word": " will", "probability": 0.28271484375}, {"start": 1036.73, "end": 1036.87, "word": " inherit", "probability": 0.8798828125}, {"start": 1036.87, "end": 1037.31, "word": " everything", "probability": 0.671875}, {"start": 1037.31, "end": 1038.29, "word": " from", "probability": 0.259521484375}, {"start": 1038.29, "end": 1038.35, "word": " it", "probability": 0.6162109375}, {"start": 1038.35, "end": 1038.55, "word": " And", "probability": 0.53173828125}, {"start": 1038.55, "end": 1038.87, "word": " then", "probability": 0.60400390625}, {"start": 1038.87, "end": 1039.01, "word": " you", "probability": 0.77880859375}, {"start": 1039.01, "end": 1039.29, "word": " change", "probability": 0.58349609375}, {"start": 1039.29, "end": 1040.43, "word": " whatever", "probability": 0.253662109375}, {"start": 1040.43, "end": 1040.63, "word": " you", "probability": 0.79052734375}, {"start": 1040.63, "end": 1040.89, "word": " want", "probability": 0.79638671875}, {"start": 1040.89, "end": 1041.17, "word": " in", "probability": 0.366943359375}, {"start": 1041.17, "end": 1041.17, "word": " it", "probability": 0.85498046875}, {"start": 1041.17, "end": 1042.87, "word": " Let's", "probability": 0.6199951171875}, {"start": 1042.87, "end": 1042.89, "word": " leave", "probability": 0.259765625}, {"start": 1042.89, "end": 1043.25, "word": " this", "probability": 0.58251953125}, {"start": 1043.25, "end": 1043.73, "word": " because", "probability": 0.303955078125}, {"start": 1043.73, "end": 1043.97, "word": " it", "probability": 0.556640625}, {"start": 1043.97, "end": 1044.05, "word": " is", "probability": 0.72607421875}, {"start": 1044.05, "end": 1044.15, "word": " already", "probability": 0.480224609375}, {"start": 1044.15, "end": 1044.59, "word": " done", "probability": 0.35009765625}, {"start": 1044.59, "end": 1044.75, "word": " We", "probability": 0.541015625}, {"start": 1044.75, "end": 1044.91, "word": " will", "probability": 0.446533203125}, {"start": 1044.91, "end": 1045.13, "word": " create", "probability": 0.53759765625}, {"start": 1045.13, "end": 1045.49, "word": " a", "probability": 0.5478515625}, {"start": 1045.49, "end": 1045.69, "word": " theme", "probability": 0.66845703125}, {"start": 1045.69, "end": 1045.95, "word": " specifically", "probability": 0.17041015625}, {"start": 1045.95, "end": 1046.11, "word": " for", "probability": 0.8427734375}, {"start": 1046.11, "end": 1046.31, "word": " us", "probability": 0.671875}, {"start": 1046.31, "end": 1047.53, "word": " The", "probability": 0.7861328125}, {"start": 1047.53, "end": 1047.75, "word": " goal", "probability": 0.7431640625}, {"start": 1047.75, "end": 1047.93, "word": " is", "probability": 0.93310546875}, {"start": 1047.93, "end": 1048.23, "word": " to", "probability": 0.7822265625}, {"start": 1048.23, "end": 1048.47, "word": " take", "probability": 0.73974609375}, {"start": 1048.47, "end": 1048.79, "word": " one", "probability": 0.85400390625}, {"start": 1048.79, "end": 1048.95, "word": " of", "probability": 0.90380859375}, {"start": 1048.95, "end": 1049.03, "word": " the", "probability": 0.58349609375}, {"start": 1049.03, "end": 1049.65, "word": " existing", "probability": 0.7685546875}, {"start": 1049.65, "end": 1049.73, "word": " themes", "probability": 0.9013671875}, {"start": 1049.73, "end": 1050.73, "word": " And", "probability": 0.59716796875}, {"start": 1050.73, "end": 1051.03, "word": " modify", "probability": 0.243408203125}, {"start": 1051.03, "end": 1051.41, "word": " it", "probability": 0.93115234375}, {"start": 1051.41, "end": 1051.83, "word": " So", "probability": 0.5771484375}, {"start": 1051.83, "end": 1052.01, "word": " we", "probability": 0.54736328125}, {"start": 1052.01, "end": 1052.13, "word": " say", "probability": 0.272216796875}, {"start": 1052.13, "end": 1052.31, "word": " here", "probability": 0.646484375}, {"start": 1052.31, "end": 1052.37, "word": " we", "probability": 0.439208984375}, {"start": 1052.37, "end": 1052.51, "word": " want", "probability": 0.38671875}, {"start": 1052.51, "end": 1052.57, "word": " to", "probability": 0.96044921875}, {"start": 1052.57, "end": 1052.69, "word": " create", "probability": 0.51171875}, {"start": 1052.69, "end": 1052.83, "word": " a", "probability": 0.8251953125}, {"start": 1052.83, "end": 1053.17, "word": " style", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 39, "seek": 108182, "start": 1054.18, "end": 1081.82, "text": " What should we name the theme? My Gaza theme How? parent Now here choose the theme that you want For example, you want theme.appcompat.light.noactionbar", "tokens": [708, 820, 321, 1315, 264, 6314, 30, 1222, 37800, 6314, 1012, 30, 2596, 823, 510, 2826, 264, 6314, 300, 291, 528, 1171, 1365, 11, 291, 528, 6314, 13, 1746, 21541, 267, 13, 2764, 13, 1771, 2894, 5356], "avg_logprob": -0.5666118562221527, "compression_ratio": 1.2966101694915255, "no_speech_prob": 0.0, "words": [{"start": 1054.18, "end": 1054.76, "word": " What", "probability": 0.280029296875}, {"start": 1054.76, "end": 1054.9, "word": " should", "probability": 0.453857421875}, {"start": 1054.9, "end": 1055.0, "word": " we", "probability": 0.5546875}, {"start": 1055.0, "end": 1055.24, "word": " name", "probability": 0.4521484375}, {"start": 1055.24, "end": 1055.48, "word": " the", "probability": 0.5107421875}, {"start": 1055.48, "end": 1055.74, "word": " theme?", "probability": 0.72119140625}, {"start": 1056.34, "end": 1057.34, "word": " My", "probability": 0.46875}, {"start": 1057.34, "end": 1060.86, "word": " Gaza", "probability": 0.92138671875}, {"start": 1060.86, "end": 1061.78, "word": " theme", "probability": 0.396484375}, {"start": 1061.78, "end": 1064.22, "word": " How?", "probability": 0.08428955078125}, {"start": 1068.08, "end": 1069.48, "word": " parent", "probability": 0.405029296875}, {"start": 1069.48, "end": 1070.4, "word": " Now", "probability": 0.31005859375}, {"start": 1070.4, "end": 1070.8, "word": " here", "probability": 0.340576171875}, {"start": 1070.8, "end": 1071.54, "word": " choose", "probability": 0.43701171875}, {"start": 1071.54, "end": 1071.72, "word": " the", "probability": 0.8623046875}, {"start": 1071.72, "end": 1072.04, "word": " theme", "probability": 0.6259765625}, {"start": 1072.04, "end": 1073.32, "word": " that", "probability": 0.3681640625}, {"start": 1073.32, "end": 1073.5, "word": " you", "probability": 0.92919921875}, {"start": 1073.5, "end": 1073.76, "word": " want", "probability": 0.71240234375}, {"start": 1073.76, "end": 1074.68, "word": " For", "probability": 0.2548828125}, {"start": 1074.68, "end": 1075.86, "word": " example,", "probability": 0.93359375}, {"start": 1075.98, "end": 1075.98, "word": " you", "probability": 0.499267578125}, {"start": 1075.98, "end": 1076.56, "word": " want", "probability": 0.362548828125}, {"start": 1076.56, "end": 1077.86, "word": " theme", "probability": 0.84814453125}, {"start": 1077.86, "end": 1079.06, "word": ".appcompat", "probability": 0.63427734375}, {"start": 1079.06, "end": 1080.62, "word": ".light", "probability": 0.900390625}, {"start": 1080.62, "end": 1081.82, "word": ".noactionbar", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 40, "seek": 111013, "start": 1085.15, "end": 1110.13, "text": " So now if I'm satisfied with this shape, I made a theme called my Gaza theme, I took all the properties from it, the light dot no action bar. Did I modify it? No. Now if I'm satisfied with this shape, and I came to the manifest file, and I told it to take a theme which is apt style, and tell it my Gaza theme.", "tokens": [407, 586, 498, 286, 478, 11239, 365, 341, 3909, 11, 286, 1027, 257, 6314, 1219, 452, 37800, 6314, 11, 286, 1890, 439, 264, 7221, 490, 309, 11, 264, 1442, 5893, 572, 3069, 2159, 13, 2589, 286, 16927, 309, 30, 883, 13, 823, 498, 286, 478, 11239, 365, 341, 3909, 11, 293, 286, 1361, 281, 264, 10067, 3991, 11, 293, 286, 1907, 309, 281, 747, 257, 6314, 597, 307, 29427, 3758, 11, 293, 980, 309, 452, 37800, 6314, 13], "avg_logprob": -0.557357582864882, "compression_ratio": 1.7087912087912087, "no_speech_prob": 0.0, "words": [{"start": 1085.15, "end": 1085.43, "word": " So", "probability": 0.13916015625}, {"start": 1085.43, "end": 1085.87, "word": " now", "probability": 0.423583984375}, {"start": 1085.87, "end": 1087.13, "word": " if", "probability": 0.5966796875}, {"start": 1087.13, "end": 1087.79, "word": " I'm", "probability": 0.27276611328125}, {"start": 1087.79, "end": 1087.79, "word": " satisfied", "probability": 0.7099609375}, {"start": 1087.79, "end": 1087.89, "word": " with", "probability": 0.82666015625}, {"start": 1087.89, "end": 1088.45, "word": " this", "probability": 0.669921875}, {"start": 1088.45, "end": 1088.45, "word": " shape,", "probability": 0.47265625}, {"start": 1088.53, "end": 1088.69, "word": " I", "probability": 0.63818359375}, {"start": 1088.69, "end": 1088.91, "word": " made", "probability": 0.323974609375}, {"start": 1088.91, "end": 1089.05, "word": " a", "probability": 0.72607421875}, {"start": 1089.05, "end": 1089.21, "word": " theme", "probability": 0.86865234375}, {"start": 1089.21, "end": 1089.47, "word": " called", "probability": 0.294921875}, {"start": 1089.47, "end": 1089.67, "word": " my", "probability": 0.5537109375}, {"start": 1089.67, "end": 1089.97, "word": " Gaza", "probability": 0.70458984375}, {"start": 1089.97, "end": 1090.39, "word": " theme,", "probability": 0.82373046875}, {"start": 1091.09, "end": 1091.29, "word": " I", "probability": 0.2108154296875}, {"start": 1091.29, "end": 1091.51, "word": " took", "probability": 0.4462890625}, {"start": 1091.51, "end": 1091.75, "word": " all", "probability": 0.72119140625}, {"start": 1091.75, "end": 1091.79, "word": " the", "probability": 0.363037109375}, {"start": 1091.79, "end": 1092.23, "word": " properties", "probability": 0.51318359375}, {"start": 1092.23, "end": 1092.43, "word": " from", "probability": 0.35693359375}, {"start": 1092.43, "end": 1093.03, "word": " it,", "probability": 0.29052734375}, {"start": 1093.53, "end": 1093.73, "word": " the", "probability": 0.3095703125}, {"start": 1093.73, "end": 1094.25, "word": " light", "probability": 0.62646484375}, {"start": 1094.25, "end": 1094.55, "word": " dot", "probability": 0.396728515625}, {"start": 1094.55, "end": 1094.81, "word": " no", "probability": 0.888671875}, {"start": 1094.81, "end": 1095.17, "word": " action", "probability": 0.95263671875}, {"start": 1095.17, "end": 1095.51, "word": " bar.", "probability": 0.89453125}, {"start": 1096.83, "end": 1097.37, "word": " Did", "probability": 0.60498046875}, {"start": 1097.37, "end": 1097.57, "word": " I", "probability": 0.97705078125}, {"start": 1097.57, "end": 1097.57, "word": " modify", "probability": 0.2216796875}, {"start": 1097.57, "end": 1097.81, "word": " it?", "probability": 0.90380859375}, {"start": 1098.15, "end": 1098.51, "word": " No.", "probability": 0.9013671875}, {"start": 1099.23, "end": 1099.51, "word": " Now", "probability": 0.70654296875}, {"start": 1099.51, "end": 1099.71, "word": " if", "probability": 0.7353515625}, {"start": 1099.71, "end": 1099.93, "word": " I'm", "probability": 0.84326171875}, {"start": 1099.93, "end": 1100.09, "word": " satisfied", "probability": 0.85009765625}, {"start": 1100.09, "end": 1100.23, "word": " with", "probability": 0.87451171875}, {"start": 1100.23, "end": 1100.33, "word": " this", "probability": 0.869140625}, {"start": 1100.33, "end": 1100.55, "word": " shape,", "probability": 0.459716796875}, {"start": 1101.01, "end": 1101.11, "word": " and", "probability": 0.62890625}, {"start": 1101.11, "end": 1101.19, "word": " I", "probability": 0.8291015625}, {"start": 1101.19, "end": 1101.39, "word": " came", "probability": 0.27490234375}, {"start": 1101.39, "end": 1101.81, "word": " to", "probability": 0.8369140625}, {"start": 1101.81, "end": 1102.51, "word": " the", "probability": 0.85791015625}, {"start": 1102.51, "end": 1102.83, "word": " manifest", "probability": 0.92578125}, {"start": 1102.83, "end": 1103.25, "word": " file,", "probability": 0.90625}, {"start": 1103.67, "end": 1103.79, "word": " and", "probability": 0.63232421875}, {"start": 1103.79, "end": 1103.79, "word": " I", "probability": 0.50537109375}, {"start": 1103.79, "end": 1103.95, "word": " told", "probability": 0.29931640625}, {"start": 1103.95, "end": 1104.17, "word": " it", "probability": 0.7060546875}, {"start": 1104.17, "end": 1104.21, "word": " to", "probability": 0.69287109375}, {"start": 1104.21, "end": 1104.41, "word": " take", "probability": 0.7919921875}, {"start": 1104.41, "end": 1104.57, "word": " a", "probability": 0.69384765625}, {"start": 1104.57, "end": 1104.89, "word": " theme", "probability": 0.86376953125}, {"start": 1104.89, "end": 1105.55, "word": " which", "probability": 0.324462890625}, {"start": 1105.55, "end": 1105.73, "word": " is", "probability": 0.92822265625}, {"start": 1105.73, "end": 1106.01, "word": " apt", "probability": 0.11663818359375}, {"start": 1106.01, "end": 1106.55, "word": " style,", "probability": 0.453369140625}, {"start": 1107.37, "end": 1107.93, "word": " and", "probability": 0.912109375}, {"start": 1107.93, "end": 1108.09, "word": " tell", "probability": 0.35986328125}, {"start": 1108.09, "end": 1108.19, "word": " it", "probability": 0.9228515625}, {"start": 1108.19, "end": 1108.57, "word": " my", "probability": 0.771484375}, {"start": 1108.57, "end": 1109.79, "word": " Gaza", "probability": 0.88623046875}, {"start": 1109.79, "end": 1110.13, "word": " theme.", "probability": 0.83740234375}], "temperature": 1.0}, {"id": 41, "seek": 113994, "start": 1112.62, "end": 1139.94, "text": " Now if I go to my Gaza theme and apply it, it will bring up the AppCompat which is the no action bar Apply this one Apply this one This one is copied from this one Let's take the dark action bar", "tokens": [823, 498, 286, 352, 281, 452, 37800, 6314, 293, 3079, 309, 11, 309, 486, 1565, 493, 264, 3132, 34, 8586, 267, 597, 307, 264, 572, 3069, 2159, 25264, 341, 472, 25264, 341, 472, 639, 472, 307, 25365, 490, 341, 472, 961, 311, 747, 264, 2877, 3069, 2159], "avg_logprob": -0.7454427033662796, "compression_ratio": 1.455223880597015, "no_speech_prob": 0.0, "words": [{"start": 1112.62, "end": 1113.56, "word": " Now", "probability": 0.480224609375}, {"start": 1113.56, "end": 1114.28, "word": " if", "probability": 0.456298828125}, {"start": 1114.28, "end": 1114.84, "word": " I", "probability": 0.47216796875}, {"start": 1114.84, "end": 1115.64, "word": " go", "probability": 0.344482421875}, {"start": 1115.64, "end": 1116.22, "word": " to", "probability": 0.8916015625}, {"start": 1116.22, "end": 1118.52, "word": " my", "probability": 0.257568359375}, {"start": 1118.52, "end": 1119.56, "word": " Gaza", "probability": 0.446044921875}, {"start": 1119.56, "end": 1120.0, "word": " theme", "probability": 0.70703125}, {"start": 1120.0, "end": 1120.78, "word": " and", "probability": 0.322509765625}, {"start": 1120.78, "end": 1121.34, "word": " apply", "probability": 0.360107421875}, {"start": 1121.34, "end": 1121.6, "word": " it,", "probability": 0.26025390625}, {"start": 1121.96, "end": 1123.42, "word": " it", "probability": 0.60693359375}, {"start": 1123.42, "end": 1123.54, "word": " will", "probability": 0.2330322265625}, {"start": 1123.54, "end": 1123.58, "word": " bring", "probability": 0.1680908203125}, {"start": 1123.58, "end": 1124.0, "word": " up", "probability": 0.69384765625}, {"start": 1124.0, "end": 1124.0, "word": " the", "probability": 0.443359375}, {"start": 1124.0, "end": 1125.76, "word": " AppCompat", "probability": 0.729705810546875}, {"start": 1125.76, "end": 1126.62, "word": " which", "probability": 0.1671142578125}, {"start": 1126.62, "end": 1126.82, "word": " is", "probability": 0.7763671875}, {"start": 1126.82, "end": 1126.92, "word": " the", "probability": 0.2464599609375}, {"start": 1126.92, "end": 1127.0, "word": " no", "probability": 0.337646484375}, {"start": 1127.0, "end": 1127.28, "word": " action", "probability": 0.84228515625}, {"start": 1127.28, "end": 1127.6, "word": " bar", "probability": 0.91015625}, {"start": 1127.6, "end": 1130.02, "word": " Apply", "probability": 0.1141357421875}, {"start": 1130.02, "end": 1130.42, "word": " this", "probability": 0.81494140625}, {"start": 1130.42, "end": 1130.58, "word": " one", "probability": 0.191650390625}, {"start": 1130.58, "end": 1132.78, "word": " Apply", "probability": 0.1749267578125}, {"start": 1132.78, "end": 1133.16, "word": " this", "probability": 0.9033203125}, {"start": 1133.16, "end": 1133.24, "word": " one", "probability": 0.84619140625}, {"start": 1133.24, "end": 1134.04, "word": " This", "probability": 0.2705078125}, {"start": 1134.04, "end": 1134.58, "word": " one", "probability": 0.37548828125}, {"start": 1134.58, "end": 1134.9, "word": " is", "probability": 0.244140625}, {"start": 1134.9, "end": 1135.62, "word": " copied", "probability": 0.286865234375}, {"start": 1135.62, "end": 1135.84, "word": " from", "probability": 0.75439453125}, {"start": 1135.84, "end": 1136.96, "word": " this", "probability": 0.5966796875}, {"start": 1136.96, "end": 1137.6, "word": " one", "probability": 0.732421875}, {"start": 1137.6, "end": 1138.3, "word": " Let's", "probability": 0.799560546875}, {"start": 1138.3, "end": 1138.56, "word": " take", "probability": 0.65478515625}, {"start": 1138.56, "end": 1139.06, "word": " the", "probability": 0.7607421875}, {"start": 1139.06, "end": 1139.38, "word": " dark", "probability": 0.8017578125}, {"start": 1139.38, "end": 1139.7, "word": " action", "probability": 0.94970703125}, {"start": 1139.7, "end": 1139.94, "word": " bar", "probability": 0.9453125}], "temperature": 1.0}, {"id": 42, "seek": 115799, "start": 1142.01, "end": 1157.99, "text": " And we go back to the activity, I will put the dark, action bar. You start from here, and we will make it a specialization. How do we make it a specialization? From inside the styles here, you add the properties that you want to change.", "tokens": [400, 321, 352, 646, 281, 264, 5191, 11, 286, 486, 829, 264, 2877, 11, 3069, 2159, 13, 509, 722, 490, 510, 11, 293, 321, 486, 652, 309, 257, 2121, 2144, 13, 1012, 360, 321, 652, 309, 257, 2121, 2144, 30, 3358, 1854, 264, 13273, 510, 11, 291, 909, 264, 7221, 300, 291, 528, 281, 1319, 13], "avg_logprob": -0.6770833416988975, "compression_ratio": 1.5490196078431373, "no_speech_prob": 0.0, "words": [{"start": 1142.01, "end": 1142.25, "word": " And", "probability": 0.291015625}, {"start": 1142.25, "end": 1142.35, "word": " we", "probability": 0.1458740234375}, {"start": 1142.35, "end": 1142.51, "word": " go", "probability": 0.49609375}, {"start": 1142.51, "end": 1142.65, "word": " back", "probability": 0.7333984375}, {"start": 1142.65, "end": 1143.13, "word": " to", "probability": 0.9365234375}, {"start": 1143.13, "end": 1143.43, "word": " the", "probability": 0.416015625}, {"start": 1143.43, "end": 1144.19, "word": " activity,", "probability": 0.75}, {"start": 1144.53, "end": 1144.71, "word": " I", "probability": 0.181396484375}, {"start": 1144.71, "end": 1145.21, "word": " will", "probability": 0.406494140625}, {"start": 1145.21, "end": 1145.21, "word": " put", "probability": 0.386474609375}, {"start": 1145.21, "end": 1145.37, "word": " the", "probability": 0.299072265625}, {"start": 1145.37, "end": 1145.67, "word": " dark,", "probability": 0.2861328125}, {"start": 1145.97, "end": 1146.29, "word": " action", "probability": 0.7041015625}, {"start": 1146.29, "end": 1146.55, "word": " bar.", "probability": 0.459228515625}, {"start": 1146.81, "end": 1147.15, "word": " You", "probability": 0.415771484375}, {"start": 1147.15, "end": 1147.31, "word": " start", "probability": 0.7314453125}, {"start": 1147.31, "end": 1147.45, "word": " from", "probability": 0.5859375}, {"start": 1147.45, "end": 1147.75, "word": " here,", "probability": 0.37451171875}, {"start": 1148.11, "end": 1148.17, "word": " and", "probability": 0.796875}, {"start": 1148.17, "end": 1148.39, "word": " we", "probability": 0.346923828125}, {"start": 1148.39, "end": 1148.81, "word": " will", "probability": 0.5322265625}, {"start": 1148.81, "end": 1148.81, "word": " make", "probability": 0.332763671875}, {"start": 1148.81, "end": 1149.03, "word": " it", "probability": 0.322509765625}, {"start": 1149.03, "end": 1149.07, "word": " a", "probability": 0.32861328125}, {"start": 1149.07, "end": 1150.53, "word": " specialization.", "probability": 0.28240966796875}, {"start": 1150.69, "end": 1151.25, "word": " How", "probability": 0.458251953125}, {"start": 1151.25, "end": 1151.89, "word": " do", "probability": 0.422119140625}, {"start": 1151.89, "end": 1151.91, "word": " we", "probability": 0.830078125}, {"start": 1151.91, "end": 1152.03, "word": " make", "probability": 0.7734375}, {"start": 1152.03, "end": 1152.15, "word": " it", "probability": 0.59375}, {"start": 1152.15, "end": 1152.23, "word": " a", "probability": 0.79833984375}, {"start": 1152.23, "end": 1152.61, "word": " specialization?", "probability": 0.911865234375}, {"start": 1152.69, "end": 1152.83, "word": " From", "probability": 0.5732421875}, {"start": 1152.83, "end": 1153.33, "word": " inside", "probability": 0.5283203125}, {"start": 1153.33, "end": 1153.97, "word": " the", "probability": 0.64404296875}, {"start": 1153.97, "end": 1154.37, "word": " styles", "probability": 0.7587890625}, {"start": 1154.37, "end": 1154.75, "word": " here,", "probability": 0.6455078125}, {"start": 1155.55, "end": 1156.11, "word": " you", "probability": 0.76123046875}, {"start": 1156.11, "end": 1156.57, "word": " add", "probability": 0.6875}, {"start": 1156.57, "end": 1156.75, "word": " the", "probability": 0.80517578125}, {"start": 1156.75, "end": 1157.17, "word": " properties", "probability": 0.21826171875}, {"start": 1157.17, "end": 1157.47, "word": " that", "probability": 0.57373046875}, {"start": 1157.47, "end": 1157.71, "word": " you", "probability": 0.94775390625}, {"start": 1157.71, "end": 1157.71, "word": " want", "probability": 0.81494140625}, {"start": 1157.71, "end": 1157.77, "word": " to", "probability": 0.9111328125}, {"start": 1157.77, "end": 1157.99, "word": " change.", "probability": 0.86474609375}], "temperature": 1.0}, {"id": 43, "seek": 117379, "start": 1159.11, "end": 1173.79, "text": " What are the specialties? Of course, there are certain specialties that you can change. We want to know what these specialties are. Are you still following me, guys? We want to change the theme. We want to change it from where? From the manifest. Okay? You can use a theme from the existing ones.", "tokens": [708, 366, 264, 2121, 6097, 30, 2720, 1164, 11, 456, 366, 1629, 2121, 6097, 300, 291, 393, 1319, 13, 492, 528, 281, 458, 437, 613, 2121, 6097, 366, 13, 2014, 291, 920, 3480, 385, 11, 1074, 30, 492, 528, 281, 1319, 264, 6314, 13, 492, 528, 281, 1319, 309, 490, 689, 30, 3358, 264, 10067, 13, 1033, 30, 509, 393, 764, 257, 6314, 490, 264, 6741, 2306, 13], "avg_logprob": -0.47826085574385047, "compression_ratio": 1.6779661016949152, "no_speech_prob": 0.0, "words": [{"start": 1159.11, "end": 1159.51, "word": " What", "probability": 0.185791015625}, {"start": 1159.51, "end": 1159.63, "word": " are", "probability": 0.5419921875}, {"start": 1159.63, "end": 1159.71, "word": " the", "probability": 0.54931640625}, {"start": 1159.71, "end": 1159.99, "word": " specialties?", "probability": 0.422607421875}, {"start": 1160.07, "end": 1160.27, "word": " Of", "probability": 0.23974609375}, {"start": 1160.27, "end": 1160.61, "word": " course,", "probability": 0.9384765625}, {"start": 1161.03, "end": 1161.17, "word": " there", "probability": 0.6953125}, {"start": 1161.17, "end": 1161.83, "word": " are", "probability": 0.8984375}, {"start": 1161.83, "end": 1161.85, "word": " certain", "probability": 0.387939453125}, {"start": 1161.85, "end": 1162.61, "word": " specialties", "probability": 0.813720703125}, {"start": 1162.61, "end": 1162.73, "word": " that", "probability": 0.599609375}, {"start": 1162.73, "end": 1162.81, "word": " you", "probability": 0.5244140625}, {"start": 1162.81, "end": 1162.99, "word": " can", "probability": 0.880859375}, {"start": 1162.99, "end": 1163.23, "word": " change.", "probability": 0.82568359375}, {"start": 1163.71, "end": 1163.83, "word": " We", "probability": 0.77783203125}, {"start": 1163.83, "end": 1163.97, "word": " want", "probability": 0.5849609375}, {"start": 1163.97, "end": 1164.07, "word": " to", "probability": 0.94140625}, {"start": 1164.07, "end": 1164.27, "word": " know", "probability": 0.74169921875}, {"start": 1164.27, "end": 1164.49, "word": " what", "probability": 0.55419921875}, {"start": 1164.49, "end": 1164.67, "word": " these", "probability": 0.280517578125}, {"start": 1164.67, "end": 1165.07, "word": " specialties", "probability": 0.9228515625}, {"start": 1165.07, "end": 1165.09, "word": " are.", "probability": 0.9287109375}, {"start": 1165.23, "end": 1165.39, "word": " Are", "probability": 0.53564453125}, {"start": 1165.39, "end": 1165.39, "word": " you", "probability": 0.92431640625}, {"start": 1165.39, "end": 1165.63, "word": " still", "probability": 0.31298828125}, {"start": 1165.63, "end": 1166.05, "word": " following", "probability": 0.55712890625}, {"start": 1166.05, "end": 1166.31, "word": " me,", "probability": 0.435546875}, {"start": 1166.39, "end": 1166.59, "word": " guys?", "probability": 0.69384765625}, {"start": 1167.19, "end": 1167.47, "word": " We", "probability": 0.394287109375}, {"start": 1167.47, "end": 1167.79, "word": " want", "probability": 0.81640625}, {"start": 1167.79, "end": 1167.93, "word": " to", "probability": 0.96923828125}, {"start": 1167.93, "end": 1168.17, "word": " change", "probability": 0.89208984375}, {"start": 1168.17, "end": 1168.41, "word": " the", "probability": 0.84130859375}, {"start": 1168.41, "end": 1168.73, "word": " theme.", "probability": 0.7548828125}, {"start": 1168.95, "end": 1169.21, "word": " We", "probability": 0.4208984375}, {"start": 1169.21, "end": 1169.31, "word": " want", "probability": 0.31689453125}, {"start": 1169.31, "end": 1169.33, "word": " to", "probability": 0.966796875}, {"start": 1169.33, "end": 1169.51, "word": " change", "probability": 0.890625}, {"start": 1169.51, "end": 1169.59, "word": " it", "probability": 0.705078125}, {"start": 1169.59, "end": 1169.65, "word": " from", "probability": 0.81591796875}, {"start": 1169.65, "end": 1169.91, "word": " where?", "probability": 0.70361328125}, {"start": 1170.31, "end": 1170.57, "word": " From", "probability": 0.75}, {"start": 1170.57, "end": 1170.71, "word": " the", "probability": 0.85986328125}, {"start": 1170.71, "end": 1171.01, "word": " manifest.", "probability": 0.84228515625}, {"start": 1171.59, "end": 1171.77, "word": " Okay?", "probability": 0.301025390625}, {"start": 1172.03, "end": 1172.03, "word": " You", "probability": 0.9287109375}, {"start": 1172.03, "end": 1172.27, "word": " can", "probability": 0.92724609375}, {"start": 1172.27, "end": 1172.69, "word": " use", "probability": 0.84716796875}, {"start": 1172.69, "end": 1172.89, "word": " a", "probability": 0.32470703125}, {"start": 1172.89, "end": 1173.03, "word": " theme", "probability": 0.81689453125}, {"start": 1173.03, "end": 1173.21, "word": " from", "probability": 0.654296875}, {"start": 1173.21, "end": 1173.33, "word": " the", "probability": 0.2978515625}, {"start": 1173.33, "end": 1173.67, "word": " existing", "probability": 0.56640625}, {"start": 1173.67, "end": 1173.79, "word": " ones.", "probability": 0.69921875}], "temperature": 1.0}, {"id": 44, "seek": 120365, "start": 1174.45, "end": 1203.65, "text": " Which is to type at android.tunestyle and choose one of the existing themes Which are the most famous ones, Holo and Material But you have to pay attention to the compatibility Holo for example is available from API 13 So it supports everyone now Material is available from 21 or 20 So it does not support old devices and editions I personally prefer to use the AppCompat theme", "tokens": [3013, 307, 281, 2010, 412, 36157, 13, 83, 409, 377, 2072, 293, 2826, 472, 295, 264, 6741, 13544, 3013, 366, 264, 881, 4618, 2306, 11, 24298, 293, 29160, 583, 291, 362, 281, 1689, 3202, 281, 264, 34237, 24298, 337, 1365, 307, 2435, 490, 9362, 3705, 407, 309, 9346, 1518, 586, 29160, 307, 2435, 490, 5080, 420, 945, 407, 309, 775, 406, 1406, 1331, 5759, 293, 44840, 286, 5665, 4382, 281, 764, 264, 3132, 34, 8586, 267, 6314], "avg_logprob": -0.6334134416702466, "compression_ratio": 1.5949367088607596, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1174.45, "end": 1174.71, "word": " Which", "probability": 0.160400390625}, {"start": 1174.71, "end": 1174.85, "word": " is", "probability": 0.425537109375}, {"start": 1174.85, "end": 1174.97, "word": " to", "probability": 0.525390625}, {"start": 1174.97, "end": 1175.11, "word": " type", "probability": 0.460693359375}, {"start": 1175.11, "end": 1175.39, "word": " at", "probability": 0.09954833984375}, {"start": 1175.39, "end": 1175.89, "word": " android", "probability": 0.6708984375}, {"start": 1175.89, "end": 1176.83, "word": ".tunestyle", "probability": 0.58544921875}, {"start": 1176.83, "end": 1176.93, "word": " and", "probability": 0.54736328125}, {"start": 1176.93, "end": 1177.23, "word": " choose", "probability": 0.5576171875}, {"start": 1177.23, "end": 1177.57, "word": " one", "probability": 0.78759765625}, {"start": 1177.57, "end": 1177.73, "word": " of", "probability": 0.8974609375}, {"start": 1177.73, "end": 1177.77, "word": " the", "probability": 0.67578125}, {"start": 1177.77, "end": 1178.39, "word": " existing", "probability": 0.34912109375}, {"start": 1178.39, "end": 1178.39, "word": " themes", "probability": 0.896484375}, {"start": 1178.39, "end": 1179.19, "word": " Which", "probability": 0.305908203125}, {"start": 1179.19, "end": 1179.35, "word": " are", "probability": 0.42919921875}, {"start": 1179.35, "end": 1179.47, "word": " the", "probability": 0.408447265625}, {"start": 1179.47, "end": 1179.47, "word": " most", "probability": 0.90869140625}, {"start": 1179.47, "end": 1179.63, "word": " famous", "probability": 0.57666015625}, {"start": 1179.63, "end": 1179.81, "word": " ones,", "probability": 0.33837890625}, {"start": 1179.85, "end": 1180.19, "word": " Holo", "probability": 0.280029296875}, {"start": 1180.19, "end": 1180.53, "word": " and", "probability": 0.79736328125}, {"start": 1180.53, "end": 1181.17, "word": " Material", "probability": 0.7490234375}, {"start": 1181.17, "end": 1182.67, "word": " But", "probability": 0.24462890625}, {"start": 1182.67, "end": 1182.83, "word": " you", "probability": 0.7021484375}, {"start": 1182.83, "end": 1182.97, "word": " have", "probability": 0.3623046875}, {"start": 1182.97, "end": 1182.99, "word": " to", "probability": 0.970703125}, {"start": 1182.99, "end": 1183.29, "word": " pay", "probability": 0.442138671875}, {"start": 1183.29, "end": 1183.37, "word": " attention", "probability": 0.94140625}, {"start": 1183.37, "end": 1183.53, "word": " to", "probability": 0.8876953125}, {"start": 1183.53, "end": 1185.33, "word": " the", "probability": 0.62109375}, {"start": 1185.33, "end": 1186.13, "word": " compatibility", "probability": 0.29638671875}, {"start": 1186.13, "end": 1187.15, "word": " Holo", "probability": 0.28076171875}, {"start": 1187.15, "end": 1187.39, "word": " for", "probability": 0.277099609375}, {"start": 1187.39, "end": 1187.61, "word": " example", "probability": 0.89013671875}, {"start": 1187.61, "end": 1187.75, "word": " is", "probability": 0.56201171875}, {"start": 1187.75, "end": 1188.01, "word": " available", "probability": 0.34423828125}, {"start": 1188.01, "end": 1188.41, "word": " from", "probability": 0.435302734375}, {"start": 1188.41, "end": 1189.59, "word": " API", "probability": 0.75537109375}, {"start": 1189.59, "end": 1190.33, "word": " 13", "probability": 0.84814453125}, {"start": 1190.33, "end": 1191.33, "word": " So", "probability": 0.166015625}, {"start": 1191.33, "end": 1191.49, "word": " it", "probability": 0.76220703125}, {"start": 1191.49, "end": 1191.67, "word": " supports", "probability": 0.74755859375}, {"start": 1191.67, "end": 1192.49, "word": " everyone", "probability": 0.4248046875}, {"start": 1192.49, "end": 1192.87, "word": " now", "probability": 0.166748046875}, {"start": 1192.87, "end": 1193.83, "word": " Material", "probability": 0.8173828125}, {"start": 1193.83, "end": 1194.07, "word": " is", "probability": 0.50244140625}, {"start": 1194.07, "end": 1194.47, "word": " available", "probability": 0.457763671875}, {"start": 1194.47, "end": 1194.97, "word": " from", "probability": 0.6953125}, {"start": 1194.97, "end": 1195.63, "word": " 21", "probability": 0.20458984375}, {"start": 1195.63, "end": 1196.95, "word": " or", "probability": 0.47998046875}, {"start": 1196.95, "end": 1197.69, "word": " 20", "probability": 0.8505859375}, {"start": 1197.69, "end": 1198.09, "word": " So", "probability": 0.46484375}, {"start": 1198.09, "end": 1198.19, "word": " it", "probability": 0.88818359375}, {"start": 1198.19, "end": 1198.29, "word": " does", "probability": 0.52734375}, {"start": 1198.29, "end": 1198.47, "word": " not", "probability": 0.923828125}, {"start": 1198.47, "end": 1198.47, "word": " support", "probability": 0.9853515625}, {"start": 1198.47, "end": 1198.71, "word": " old", "probability": 0.54931640625}, {"start": 1198.71, "end": 1198.89, "word": " devices", "probability": 0.771484375}, {"start": 1198.89, "end": 1198.97, "word": " and", "probability": 0.4033203125}, {"start": 1198.97, "end": 1199.73, "word": " editions", "probability": 0.2149658203125}, {"start": 1199.73, "end": 1201.15, "word": " I", "probability": 0.533203125}, {"start": 1201.15, "end": 1201.53, "word": " personally", "probability": 0.68798828125}, {"start": 1201.53, "end": 1201.79, "word": " prefer", "probability": 0.9619140625}, {"start": 1201.79, "end": 1201.93, "word": " to", "probability": 0.72119140625}, {"start": 1201.93, "end": 1202.17, "word": " use", "probability": 0.87890625}, {"start": 1202.17, "end": 1202.37, "word": " the", "probability": 0.69873046875}, {"start": 1202.37, "end": 1203.35, "word": " AppCompat", "probability": 0.75360107421875}, {"start": 1203.35, "end": 1203.65, "word": " theme", "probability": 0.3974609375}], "temperature": 1.0}, {"id": 45, "seek": 122608, "start": 1204.43, "end": 1226.09, "text": " Because it includes everything and you can customize it as you want How? I made a style in the styles folder, a theme with a name specific to it and let it take one of the themes in AppCompat which is theme AppCompat light dark action bar and then here I want to customize it How to customize it? Look with me here on this picture", "tokens": [1436, 309, 5974, 1203, 293, 291, 393, 19734, 309, 382, 291, 528, 1012, 30, 286, 1027, 257, 3758, 294, 264, 13273, 10820, 11, 257, 6314, 365, 257, 1315, 2685, 281, 309, 293, 718, 309, 747, 472, 295, 264, 13544, 294, 3132, 34, 8586, 267, 597, 307, 6314, 3132, 34, 8586, 267, 1442, 2877, 3069, 2159, 293, 550, 510, 286, 528, 281, 19734, 309, 1012, 281, 19734, 309, 30, 2053, 365, 385, 510, 322, 341, 3036], "avg_logprob": -0.5641447282151172, "compression_ratio": 1.6467661691542288, "no_speech_prob": 0.0, "words": [{"start": 1204.43, "end": 1204.91, "word": " Because", "probability": 0.415283203125}, {"start": 1204.91, "end": 1205.07, "word": " it", "probability": 0.611328125}, {"start": 1205.07, "end": 1205.23, "word": " includes", "probability": 0.0423583984375}, {"start": 1205.23, "end": 1205.81, "word": " everything", "probability": 0.7333984375}, {"start": 1205.81, "end": 1206.73, "word": " and", "probability": 0.3798828125}, {"start": 1206.73, "end": 1206.85, "word": " you", "probability": 0.285888671875}, {"start": 1206.85, "end": 1206.85, "word": " can", "probability": 0.7861328125}, {"start": 1206.85, "end": 1207.11, "word": " customize", "probability": 0.2666015625}, {"start": 1207.11, "end": 1207.41, "word": " it", "probability": 0.8603515625}, {"start": 1207.41, "end": 1207.75, "word": " as", "probability": 0.44970703125}, {"start": 1207.75, "end": 1208.03, "word": " you", "probability": 0.900390625}, {"start": 1208.03, "end": 1208.29, "word": " want", "probability": 0.461181640625}, {"start": 1208.29, "end": 1209.23, "word": " How?", "probability": 0.49951171875}, {"start": 1209.37, "end": 1209.77, "word": " I", "probability": 0.46923828125}, {"start": 1209.77, "end": 1209.97, "word": " made", "probability": 0.3720703125}, {"start": 1209.97, "end": 1210.13, "word": " a", "probability": 0.85400390625}, {"start": 1210.13, "end": 1210.49, "word": " style", "probability": 0.71044921875}, {"start": 1210.49, "end": 1211.43, "word": " in", "probability": 0.77294921875}, {"start": 1211.43, "end": 1211.59, "word": " the", "probability": 0.40673828125}, {"start": 1211.59, "end": 1212.23, "word": " styles", "probability": 0.234375}, {"start": 1212.23, "end": 1212.31, "word": " folder,", "probability": 0.48291015625}, {"start": 1212.89, "end": 1213.03, "word": " a", "probability": 0.32666015625}, {"start": 1213.03, "end": 1213.27, "word": " theme", "probability": 0.75146484375}, {"start": 1213.27, "end": 1213.59, "word": " with", "probability": 0.4833984375}, {"start": 1213.59, "end": 1213.91, "word": " a", "probability": 0.6533203125}, {"start": 1213.91, "end": 1213.91, "word": " name", "probability": 0.6650390625}, {"start": 1213.91, "end": 1214.15, "word": " specific", "probability": 0.147216796875}, {"start": 1214.15, "end": 1214.27, "word": " to", "probability": 0.8740234375}, {"start": 1214.27, "end": 1214.41, "word": " it", "probability": 0.8251953125}, {"start": 1214.41, "end": 1214.53, "word": " and", "probability": 0.248779296875}, {"start": 1214.53, "end": 1214.73, "word": " let", "probability": 0.307861328125}, {"start": 1214.73, "end": 1214.89, "word": " it", "probability": 0.75634765625}, {"start": 1214.89, "end": 1215.13, "word": " take", "probability": 0.6455078125}, {"start": 1215.13, "end": 1215.45, "word": " one", "probability": 0.85498046875}, {"start": 1215.45, "end": 1215.73, "word": " of", "probability": 0.9169921875}, {"start": 1215.73, "end": 1215.77, "word": " the", "probability": 0.8330078125}, {"start": 1215.77, "end": 1215.99, "word": " themes", "probability": 0.85546875}, {"start": 1215.99, "end": 1216.43, "word": " in", "probability": 0.45068359375}, {"start": 1216.43, "end": 1217.03, "word": " AppCompat", "probability": 0.80255126953125}, {"start": 1217.03, "end": 1217.17, "word": " which", "probability": 0.224365234375}, {"start": 1217.17, "end": 1217.43, "word": " is", "probability": 0.90185546875}, {"start": 1217.43, "end": 1218.21, "word": " theme", "probability": 0.56201171875}, {"start": 1218.21, "end": 1218.81, "word": " AppCompat", "probability": 0.87158203125}, {"start": 1218.81, "end": 1219.09, "word": " light", "probability": 0.491943359375}, {"start": 1219.09, "end": 1219.47, "word": " dark", "probability": 0.64208984375}, {"start": 1219.47, "end": 1219.79, "word": " action", "probability": 0.9091796875}, {"start": 1219.79, "end": 1220.07, "word": " bar", "probability": 0.87060546875}, {"start": 1220.07, "end": 1220.67, "word": " and", "probability": 0.456298828125}, {"start": 1220.67, "end": 1220.87, "word": " then", "probability": 0.5810546875}, {"start": 1220.87, "end": 1221.03, "word": " here", "probability": 0.47216796875}, {"start": 1221.03, "end": 1221.11, "word": " I", "probability": 0.87158203125}, {"start": 1221.11, "end": 1221.23, "word": " want", "probability": 0.55859375}, {"start": 1221.23, "end": 1221.31, "word": " to", "probability": 0.95166015625}, {"start": 1221.31, "end": 1221.53, "word": " customize", "probability": 0.7626953125}, {"start": 1221.53, "end": 1221.73, "word": " it", "probability": 0.91748046875}, {"start": 1221.73, "end": 1221.95, "word": " How", "probability": 0.5595703125}, {"start": 1221.95, "end": 1222.07, "word": " to", "probability": 0.56005859375}, {"start": 1222.07, "end": 1222.35, "word": " customize", "probability": 0.61328125}, {"start": 1222.35, "end": 1222.85, "word": " it?", "probability": 0.5283203125}, {"start": 1222.93, "end": 1223.21, "word": " Look", "probability": 0.454833984375}, {"start": 1223.21, "end": 1223.37, "word": " with", "probability": 0.2890625}, {"start": 1223.37, "end": 1223.55, "word": " me", "probability": 0.95947265625}, {"start": 1223.55, "end": 1223.89, "word": " here", "probability": 0.79833984375}, {"start": 1223.89, "end": 1225.75, "word": " on", "probability": 0.54541015625}, {"start": 1225.75, "end": 1225.87, "word": " this", "probability": 0.8583984375}, {"start": 1225.87, "end": 1226.09, "word": " picture", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 46, "seek": 125764, "start": 1230.44, "end": 1257.64, "text": " Now here it brought me a face and some of the attributes or the most important attributes that you can specify There is a color primary The color primary is the color that will appear in the action bar The main color They call it You have to stick to the name What is it called? Color primary So this is what I specified", "tokens": [823, 510, 309, 3038, 385, 257, 1851, 293, 512, 295, 264, 17212, 420, 264, 881, 1021, 17212, 300, 291, 393, 16500, 821, 307, 257, 2017, 6194, 440, 2017, 6194, 307, 264, 2017, 300, 486, 4204, 294, 264, 3069, 2159, 440, 2135, 2017, 814, 818, 309, 509, 362, 281, 2897, 281, 264, 1315, 708, 307, 309, 1219, 30, 10458, 6194, 407, 341, 307, 437, 286, 22206], "avg_logprob": -0.6150568163756168, "compression_ratio": 1.6894736842105262, "no_speech_prob": 0.0, "words": [{"start": 1230.44, "end": 1230.78, "word": " Now", "probability": 0.193603515625}, {"start": 1230.78, "end": 1231.16, "word": " here", "probability": 0.44384765625}, {"start": 1231.16, "end": 1231.88, "word": " it", "probability": 0.293212890625}, {"start": 1231.88, "end": 1232.08, "word": " brought", "probability": 0.22314453125}, {"start": 1232.08, "end": 1232.32, "word": " me", "probability": 0.56005859375}, {"start": 1232.32, "end": 1232.64, "word": " a", "probability": 0.60302734375}, {"start": 1232.64, "end": 1232.86, "word": " face", "probability": 0.2484130859375}, {"start": 1232.86, "end": 1233.22, "word": " and", "probability": 0.783203125}, {"start": 1233.22, "end": 1233.78, "word": " some", "probability": 0.56298828125}, {"start": 1233.78, "end": 1233.96, "word": " of", "probability": 0.414306640625}, {"start": 1233.96, "end": 1233.96, "word": " the", "probability": 0.8583984375}, {"start": 1233.96, "end": 1234.6, "word": " attributes", "probability": 0.439208984375}, {"start": 1234.6, "end": 1235.46, "word": " or", "probability": 0.447509765625}, {"start": 1235.46, "end": 1235.58, "word": " the", "probability": 0.41064453125}, {"start": 1235.58, "end": 1235.64, "word": " most", "probability": 0.8701171875}, {"start": 1235.64, "end": 1235.78, "word": " important", "probability": 0.876953125}, {"start": 1235.78, "end": 1236.38, "word": " attributes", "probability": 0.85546875}, {"start": 1236.38, "end": 1236.48, "word": " that", "probability": 0.68798828125}, {"start": 1236.48, "end": 1236.62, "word": " you", "probability": 0.90966796875}, {"start": 1236.62, "end": 1236.92, "word": " can", "probability": 0.87548828125}, {"start": 1236.92, "end": 1237.36, "word": " specify", "probability": 0.2626953125}, {"start": 1237.36, "end": 1239.16, "word": " There", "probability": 0.0885009765625}, {"start": 1239.16, "end": 1240.58, "word": " is", "probability": 0.7685546875}, {"start": 1240.58, "end": 1240.92, "word": " a", "probability": 0.229736328125}, {"start": 1240.92, "end": 1241.9, "word": " color", "probability": 0.67822265625}, {"start": 1241.9, "end": 1244.06, "word": " primary", "probability": 0.78759765625}, {"start": 1244.06, "end": 1245.26, "word": " The", "probability": 0.3984375}, {"start": 1245.26, "end": 1245.54, "word": " color", "probability": 0.63330078125}, {"start": 1245.54, "end": 1246.02, "word": " primary", "probability": 0.91357421875}, {"start": 1246.02, "end": 1246.7, "word": " is", "probability": 0.91357421875}, {"start": 1246.7, "end": 1246.9, "word": " the", "probability": 0.86181640625}, {"start": 1246.9, "end": 1247.22, "word": " color", "probability": 0.6953125}, {"start": 1247.22, "end": 1247.42, "word": " that", "probability": 0.80078125}, {"start": 1247.42, "end": 1247.56, "word": " will", "probability": 0.369873046875}, {"start": 1247.56, "end": 1247.74, "word": " appear", "probability": 0.50439453125}, {"start": 1247.74, "end": 1247.84, "word": " in", "probability": 0.7412109375}, {"start": 1247.84, "end": 1247.92, "word": " the", "probability": 0.884765625}, {"start": 1247.92, "end": 1248.18, "word": " action", "probability": 0.87109375}, {"start": 1248.18, "end": 1248.82, "word": " bar", "probability": 0.95263671875}, {"start": 1248.82, "end": 1249.34, "word": " The", "probability": 0.470947265625}, {"start": 1249.34, "end": 1249.34, "word": " main", "probability": 0.409423828125}, {"start": 1249.34, "end": 1250.34, "word": " color", "probability": 0.84619140625}, {"start": 1250.34, "end": 1251.0, "word": " They", "probability": 0.16357421875}, {"start": 1251.0, "end": 1251.24, "word": " call", "probability": 0.75732421875}, {"start": 1251.24, "end": 1251.56, "word": " it", "probability": 0.90673828125}, {"start": 1251.56, "end": 1252.58, "word": " You", "probability": 0.2205810546875}, {"start": 1252.58, "end": 1252.98, "word": " have", "probability": 0.466064453125}, {"start": 1252.98, "end": 1253.12, "word": " to", "probability": 0.970703125}, {"start": 1253.12, "end": 1253.42, "word": " stick", "probability": 0.51806640625}, {"start": 1253.42, "end": 1253.62, "word": " to", "probability": 0.78955078125}, {"start": 1253.62, "end": 1253.74, "word": " the", "probability": 0.73046875}, {"start": 1253.74, "end": 1253.74, "word": " name", "probability": 0.8828125}, {"start": 1253.74, "end": 1254.08, "word": " What", "probability": 0.397216796875}, {"start": 1254.08, "end": 1254.18, "word": " is", "probability": 0.65869140625}, {"start": 1254.18, "end": 1254.46, "word": " it", "probability": 0.41015625}, {"start": 1254.46, "end": 1254.48, "word": " called?", "probability": 0.75244140625}, {"start": 1254.72, "end": 1255.12, "word": " Color", "probability": 0.53125}, {"start": 1255.12, "end": 1256.06, "word": " primary", "probability": 0.50244140625}, {"start": 1256.06, "end": 1256.68, "word": " So", "probability": 0.431884765625}, {"start": 1256.68, "end": 1256.9, "word": " this", "probability": 0.480224609375}, {"start": 1256.9, "end": 1257.0, "word": " is", "probability": 0.7265625}, {"start": 1257.0, "end": 1257.14, "word": " what", "probability": 0.62451171875}, {"start": 1257.14, "end": 1257.24, "word": " I", "probability": 0.364990234375}, {"start": 1257.24, "end": 1257.64, "word": " specified", "probability": 0.2095947265625}], "temperature": 1.0}, {"id": 47, "seek": 126554, "start": 1258.74, "end": 1265.54, "text": " We want to come here and tell it to make a new item Name and color", "tokens": [492, 528, 281, 808, 510, 293, 980, 309, 281, 652, 257, 777, 3174, 13866, 293, 2017], "avg_logprob": -0.7936580882352942, "compression_ratio": 1.0634920634920635, "no_speech_prob": 0.0, "words": [{"start": 1258.74, "end": 1258.94, "word": " We", "probability": 0.19482421875}, {"start": 1258.94, "end": 1259.1, "word": " want", "probability": 0.1319580078125}, {"start": 1259.1, "end": 1259.4, "word": " to", "probability": 0.91943359375}, {"start": 1259.4, "end": 1259.4, "word": " come", "probability": 0.1510009765625}, {"start": 1259.4, "end": 1259.92, "word": " here", "probability": 0.7470703125}, {"start": 1259.92, "end": 1260.6, "word": " and", "probability": 0.6875}, {"start": 1260.6, "end": 1260.86, "word": " tell", "probability": 0.2005615234375}, {"start": 1260.86, "end": 1261.16, "word": " it", "probability": 0.4169921875}, {"start": 1261.16, "end": 1262.3, "word": " to", "probability": 0.76123046875}, {"start": 1262.3, "end": 1262.44, "word": " make", "probability": 0.396484375}, {"start": 1262.44, "end": 1262.56, "word": " a", "probability": 0.7275390625}, {"start": 1262.56, "end": 1262.56, "word": " new", "probability": 0.912109375}, {"start": 1262.56, "end": 1262.88, "word": " item", "probability": 0.95361328125}, {"start": 1262.88, "end": 1264.8, "word": " Name", "probability": 0.26953125}, {"start": 1264.8, "end": 1265.06, "word": " and", "probability": 0.67431640625}, {"start": 1265.06, "end": 1265.54, "word": " color", "probability": 0.2763671875}], "temperature": 1.0}, {"id": 48, "seek": 129684, "start": 1267.53, "end": 1296.85, "text": " Primary, this is Jablia, okay? And put the color that you want It is preferable that you identify the colors in the colors file This is of course, look in the colors file, identify the primary color, the color that belongs to it, okay? Identify the primary color, dark, color accent Did you find, for example, I want to identify a new color that belongs to it, okay? I want to call it Gaza color primary", "tokens": [42576, 11, 341, 307, 508, 32212, 654, 11, 1392, 30, 400, 829, 264, 2017, 300, 291, 528, 467, 307, 4382, 712, 300, 291, 5876, 264, 4577, 294, 264, 4577, 3991, 639, 307, 295, 1164, 11, 574, 294, 264, 4577, 3991, 11, 5876, 264, 6194, 2017, 11, 264, 2017, 300, 12953, 281, 309, 11, 1392, 30, 25905, 2505, 264, 6194, 2017, 11, 2877, 11, 2017, 11982, 2589, 291, 915, 11, 337, 1365, 11, 286, 528, 281, 5876, 257, 777, 2017, 300, 12953, 281, 309, 11, 1392, 30, 286, 528, 281, 818, 309, 37800, 2017, 6194], "avg_logprob": -0.5595394862325568, "compression_ratio": 2.071794871794872, "no_speech_prob": 0.0, "words": [{"start": 1267.53, "end": 1267.93, "word": " Primary,", "probability": 0.289794921875}, {"start": 1267.99, "end": 1268.15, "word": " this", "probability": 0.41943359375}, {"start": 1268.15, "end": 1268.15, "word": " is", "probability": 0.7080078125}, {"start": 1268.15, "end": 1268.61, "word": " Jablia,", "probability": 0.404296875}, {"start": 1269.07, "end": 1269.35, "word": " okay?", "probability": 0.159912109375}, {"start": 1269.71, "end": 1270.07, "word": " And", "probability": 0.54736328125}, {"start": 1270.07, "end": 1270.33, "word": " put", "probability": 0.381591796875}, {"start": 1270.33, "end": 1270.49, "word": " the", "probability": 0.794921875}, {"start": 1270.49, "end": 1270.75, "word": " color", "probability": 0.79638671875}, {"start": 1270.75, "end": 1271.25, "word": " that", "probability": 0.375732421875}, {"start": 1271.25, "end": 1271.45, "word": " you", "probability": 0.95947265625}, {"start": 1271.45, "end": 1271.67, "word": " want", "probability": 0.716796875}, {"start": 1271.67, "end": 1272.23, "word": " It", "probability": 0.236083984375}, {"start": 1272.23, "end": 1272.59, "word": " is", "probability": 0.5771484375}, {"start": 1272.59, "end": 1272.91, "word": " preferable", "probability": 0.6876220703125}, {"start": 1272.91, "end": 1273.03, "word": " that", "probability": 0.505859375}, {"start": 1273.03, "end": 1273.61, "word": " you", "probability": 0.54541015625}, {"start": 1273.61, "end": 1273.95, "word": " identify", "probability": 0.27587890625}, {"start": 1273.95, "end": 1273.95, "word": " the", "probability": 0.5927734375}, {"start": 1273.95, "end": 1273.95, "word": " colors", "probability": 0.86669921875}, {"start": 1273.95, "end": 1274.45, "word": " in", "probability": 0.354248046875}, {"start": 1274.45, "end": 1275.59, "word": " the", "probability": 0.759765625}, {"start": 1275.59, "end": 1276.19, "word": " colors", "probability": 0.1087646484375}, {"start": 1276.19, "end": 1276.19, "word": " file", "probability": 0.5947265625}, {"start": 1276.19, "end": 1276.87, "word": " This", "probability": 0.448486328125}, {"start": 1276.87, "end": 1277.03, "word": " is", "probability": 0.8115234375}, {"start": 1277.03, "end": 1277.27, "word": " of", "probability": 0.5185546875}, {"start": 1277.27, "end": 1277.49, "word": " course,", "probability": 0.9560546875}, {"start": 1277.63, "end": 1277.83, "word": " look", "probability": 0.2900390625}, {"start": 1277.83, "end": 1277.99, "word": " in", "probability": 0.7060546875}, {"start": 1277.99, "end": 1278.07, "word": " the", "probability": 0.8837890625}, {"start": 1278.07, "end": 1278.61, "word": " colors", "probability": 0.82080078125}, {"start": 1278.61, "end": 1278.61, "word": " file,", "probability": 0.8994140625}, {"start": 1278.71, "end": 1279.11, "word": " identify", "probability": 0.08685302734375}, {"start": 1279.11, "end": 1280.19, "word": " the", "probability": 0.33203125}, {"start": 1280.19, "end": 1280.61, "word": " primary", "probability": 0.6552734375}, {"start": 1280.61, "end": 1280.61, "word": " color,", "probability": 0.84326171875}, {"start": 1281.03, "end": 1281.11, "word": " the", "probability": 0.45654296875}, {"start": 1281.11, "end": 1281.31, "word": " color", "probability": 0.68994140625}, {"start": 1281.31, "end": 1281.65, "word": " that", "probability": 0.448486328125}, {"start": 1281.65, "end": 1281.67, "word": " belongs", "probability": 0.2286376953125}, {"start": 1281.67, "end": 1281.69, "word": " to", "probability": 0.93408203125}, {"start": 1281.69, "end": 1282.07, "word": " it,", "probability": 0.470703125}, {"start": 1282.25, "end": 1282.81, "word": " okay?", "probability": 0.77001953125}, {"start": 1283.59, "end": 1284.01, "word": " Identify", "probability": 0.724853515625}, {"start": 1284.01, "end": 1284.17, "word": " the", "probability": 0.54638671875}, {"start": 1284.17, "end": 1284.69, "word": " primary", "probability": 0.81494140625}, {"start": 1284.69, "end": 1284.77, "word": " color,", "probability": 0.849609375}, {"start": 1284.93, "end": 1285.15, "word": " dark,", "probability": 0.615234375}, {"start": 1285.23, "end": 1285.41, "word": " color", "probability": 0.83642578125}, {"start": 1285.41, "end": 1285.85, "word": " accent", "probability": 0.89599609375}, {"start": 1285.85, "end": 1286.05, "word": " Did", "probability": 0.22607421875}, {"start": 1286.05, "end": 1286.21, "word": " you", "probability": 0.962890625}, {"start": 1286.21, "end": 1286.21, "word": " find,", "probability": 0.62109375}, {"start": 1286.31, "end": 1286.61, "word": " for", "probability": 0.9384765625}, {"start": 1286.61, "end": 1286.61, "word": " example,", "probability": 0.97021484375}, {"start": 1286.83, "end": 1287.11, "word": " I", "probability": 0.666015625}, {"start": 1287.11, "end": 1287.17, "word": " want", "probability": 0.83154296875}, {"start": 1287.17, "end": 1287.21, "word": " to", "probability": 0.9609375}, {"start": 1287.21, "end": 1287.39, "word": " identify", "probability": 0.76416015625}, {"start": 1287.39, "end": 1287.93, "word": " a", "probability": 0.93994140625}, {"start": 1287.93, "end": 1288.15, "word": " new", "probability": 0.86083984375}, {"start": 1288.15, "end": 1288.33, "word": " color", "probability": 0.87890625}, {"start": 1288.33, "end": 1288.59, "word": " that", "probability": 0.57861328125}, {"start": 1288.59, "end": 1288.59, "word": " belongs", "probability": 0.734375}, {"start": 1288.59, "end": 1288.73, "word": " to", "probability": 0.9697265625}, {"start": 1288.73, "end": 1289.01, "word": " it,", "probability": 0.716796875}, {"start": 1289.01, "end": 1289.93, "word": " okay?", "probability": 0.8193359375}, {"start": 1291.47, "end": 1291.89, "word": " I", "probability": 0.97021484375}, {"start": 1291.89, "end": 1292.01, "word": " want", "probability": 0.693359375}, {"start": 1292.01, "end": 1292.17, "word": " to", "probability": 0.95751953125}, {"start": 1292.17, "end": 1292.33, "word": " call", "probability": 0.57275390625}, {"start": 1292.33, "end": 1292.83, "word": " it", "probability": 0.87158203125}, {"start": 1292.83, "end": 1294.09, "word": " Gaza", "probability": 0.61376953125}, {"start": 1294.09, "end": 1295.85, "word": " color", "probability": 0.3505859375}, {"start": 1295.85, "end": 1296.85, "word": " primary", "probability": 0.81787109375}], "temperature": 1.0}, {"id": 49, "seek": 130041, "start": 1300.03, "end": 1300.41, "text": " How?", "tokens": [1012, 30], "avg_logprob": -1.0436197916666667, "compression_ratio": 0.38461538461538464, "no_speech_prob": 0.0, "words": [{"start": 1300.03, "end": 1300.41, "word": " How?", "probability": 0.158447265625}], "temperature": 1.0}, {"id": 50, "seek": 132969, "start": 1302.63, "end": 1329.69, "text": " Write the column, write the number, change it to this one, so that it does not affect the other theme Okay, let's make a new color Yes, you can change this one and use this one, it is normal to change But I want to make a new change here, I want to leave it as it is For example, this one I say FF0000, this is the red color, for example, color primer We have not used it yet, right? Because here you say add color", "tokens": [23499, 264, 7738, 11, 2464, 264, 1230, 11, 1319, 309, 281, 341, 472, 11, 370, 300, 309, 775, 406, 3345, 264, 661, 6314, 1033, 11, 718, 311, 652, 257, 777, 2017, 1079, 11, 291, 393, 1319, 341, 472, 293, 764, 341, 472, 11, 309, 307, 2710, 281, 1319, 583, 286, 528, 281, 652, 257, 777, 1319, 510, 11, 286, 528, 281, 1856, 309, 382, 309, 307, 1171, 1365, 11, 341, 472, 286, 584, 479, 37, 33202, 11, 341, 307, 264, 2182, 2017, 11, 337, 1365, 11, 2017, 12595, 492, 362, 406, 1143, 309, 1939, 11, 558, 30, 1436, 510, 291, 584, 909, 2017], "avg_logprob": -0.5862379836348387, "compression_ratio": 1.7811158798283262, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1302.6299999999999, "end": 1303.11, "word": " Write", "probability": 0.350830078125}, {"start": 1303.11, "end": 1303.59, "word": " the", "probability": 0.412841796875}, {"start": 1303.59, "end": 1303.85, "word": " column,", "probability": 0.07086181640625}, {"start": 1304.51, "end": 1304.79, "word": " write", "probability": 0.358154296875}, {"start": 1304.79, "end": 1304.97, "word": " the", "probability": 0.77001953125}, {"start": 1304.97, "end": 1305.21, "word": " number,", "probability": 0.857421875}, {"start": 1306.07, "end": 1306.31, "word": " change", "probability": 0.10491943359375}, {"start": 1306.31, "end": 1306.51, "word": " it", "probability": 0.564453125}, {"start": 1306.51, "end": 1306.51, "word": " to", "probability": 0.7060546875}, {"start": 1306.51, "end": 1306.77, "word": " this", "probability": 0.6337890625}, {"start": 1306.77, "end": 1307.19, "word": " one,", "probability": 0.482177734375}, {"start": 1307.19, "end": 1307.91, "word": " so", "probability": 0.19140625}, {"start": 1307.91, "end": 1308.25, "word": " that", "probability": 0.4482421875}, {"start": 1308.25, "end": 1308.29, "word": " it", "probability": 0.86376953125}, {"start": 1308.29, "end": 1308.29, "word": " does", "probability": 0.43603515625}, {"start": 1308.29, "end": 1308.29, "word": " not", "probability": 0.92431640625}, {"start": 1308.29, "end": 1308.59, "word": " affect", "probability": 0.82275390625}, {"start": 1308.59, "end": 1308.87, "word": " the", "probability": 0.79150390625}, {"start": 1308.87, "end": 1309.31, "word": " other", "probability": 0.541015625}, {"start": 1309.31, "end": 1309.31, "word": " theme", "probability": 0.232421875}, {"start": 1309.31, "end": 1310.31, "word": " Okay,", "probability": 0.1953125}, {"start": 1310.77, "end": 1311.79, "word": " let's", "probability": 0.681884765625}, {"start": 1311.79, "end": 1311.89, "word": " make", "probability": 0.7900390625}, {"start": 1311.89, "end": 1312.13, "word": " a", "probability": 0.88232421875}, {"start": 1312.13, "end": 1312.29, "word": " new", "probability": 0.89697265625}, {"start": 1312.29, "end": 1312.29, "word": " color", "probability": 0.81640625}, {"start": 1312.29, "end": 1313.71, "word": " Yes,", "probability": 0.5244140625}, {"start": 1313.79, "end": 1313.89, "word": " you", "probability": 0.779296875}, {"start": 1313.89, "end": 1313.99, "word": " can", "probability": 0.9404296875}, {"start": 1313.99, "end": 1314.31, "word": " change", "probability": 0.431640625}, {"start": 1314.31, "end": 1314.61, "word": " this", "probability": 0.5400390625}, {"start": 1314.61, "end": 1314.63, "word": " one", "probability": 0.306884765625}, {"start": 1314.63, "end": 1314.71, "word": " and", "probability": 0.73876953125}, {"start": 1314.71, "end": 1315.11, "word": " use", "probability": 0.84716796875}, {"start": 1315.11, "end": 1315.43, "word": " this", "probability": 0.859375}, {"start": 1315.43, "end": 1315.81, "word": " one,", "probability": 0.89013671875}, {"start": 1315.89, "end": 1316.19, "word": " it", "probability": 0.197998046875}, {"start": 1316.19, "end": 1316.19, "word": " is", "probability": 0.51318359375}, {"start": 1316.19, "end": 1316.19, "word": " normal", "probability": 0.43408203125}, {"start": 1316.19, "end": 1316.33, "word": " to", "probability": 0.58447265625}, {"start": 1316.33, "end": 1316.53, "word": " change", "probability": 0.83544921875}, {"start": 1316.53, "end": 1316.81, "word": " But", "probability": 0.3427734375}, {"start": 1316.81, "end": 1317.03, "word": " I", "probability": 0.5107421875}, {"start": 1317.03, "end": 1317.41, "word": " want", "probability": 0.5498046875}, {"start": 1317.41, "end": 1317.49, "word": " to", "probability": 0.935546875}, {"start": 1317.49, "end": 1317.57, "word": " make", "probability": 0.61572265625}, {"start": 1317.57, "end": 1317.67, "word": " a", "probability": 0.9150390625}, {"start": 1317.67, "end": 1317.67, "word": " new", "probability": 0.87060546875}, {"start": 1317.67, "end": 1317.97, "word": " change", "probability": 0.66845703125}, {"start": 1317.97, "end": 1318.23, "word": " here,", "probability": 0.2183837890625}, {"start": 1318.31, "end": 1318.31, "word": " I", "probability": 0.355224609375}, {"start": 1318.31, "end": 1318.45, "word": " want", "probability": 0.58349609375}, {"start": 1318.45, "end": 1318.47, "word": " to", "probability": 0.95458984375}, {"start": 1318.47, "end": 1318.63, "word": " leave", "probability": 0.385498046875}, {"start": 1318.63, "end": 1318.99, "word": " it", "probability": 0.32373046875}, {"start": 1318.99, "end": 1318.99, "word": " as", "probability": 0.27587890625}, {"start": 1318.99, "end": 1319.33, "word": " it", "probability": 0.841796875}, {"start": 1319.33, "end": 1319.43, "word": " is", "probability": 0.90673828125}, {"start": 1319.43, "end": 1320.07, "word": " For", "probability": 0.8271484375}, {"start": 1320.07, "end": 1320.35, "word": " example,", "probability": 0.95849609375}, {"start": 1320.43, "end": 1320.63, "word": " this", "probability": 0.333251953125}, {"start": 1320.63, "end": 1320.69, "word": " one", "probability": 0.5009765625}, {"start": 1320.69, "end": 1320.73, "word": " I", "probability": 0.5556640625}, {"start": 1320.73, "end": 1320.93, "word": " say", "probability": 0.27197265625}, {"start": 1320.93, "end": 1322.93, "word": " FF0000,", "probability": 0.5165201822916666}, {"start": 1323.57, "end": 1323.77, "word": " this", "probability": 0.857421875}, {"start": 1323.77, "end": 1323.89, "word": " is", "probability": 0.5869140625}, {"start": 1323.89, "end": 1323.89, "word": " the", "probability": 0.84521484375}, {"start": 1323.89, "end": 1324.31, "word": " red", "probability": 0.90576171875}, {"start": 1324.31, "end": 1324.41, "word": " color,", "probability": 0.75830078125}, {"start": 1324.57, "end": 1324.57, "word": " for", "probability": 0.340576171875}, {"start": 1324.57, "end": 1324.77, "word": " example,", "probability": 0.96728515625}, {"start": 1324.89, "end": 1325.17, "word": " color", "probability": 0.333251953125}, {"start": 1325.17, "end": 1325.61, "word": " primer", "probability": 0.352294921875}, {"start": 1325.61, "end": 1326.89, "word": " We", "probability": 0.705078125}, {"start": 1326.89, "end": 1327.03, "word": " have", "probability": 0.55322265625}, {"start": 1327.03, "end": 1327.09, "word": " not", "probability": 0.93115234375}, {"start": 1327.09, "end": 1327.39, "word": " used", "probability": 0.8779296875}, {"start": 1327.39, "end": 1327.69, "word": " it", "probability": 0.90771484375}, {"start": 1327.69, "end": 1327.69, "word": " yet,", "probability": 0.8955078125}, {"start": 1327.79, "end": 1327.99, "word": " right?", "probability": 0.6943359375}, {"start": 1328.11, "end": 1328.35, "word": " Because", "probability": 0.8662109375}, {"start": 1328.35, "end": 1328.59, "word": " here", "probability": 0.83935546875}, {"start": 1328.59, "end": 1328.79, "word": " you", "probability": 0.79638671875}, {"start": 1328.79, "end": 1329.03, "word": " say", "probability": 0.763671875}, {"start": 1329.03, "end": 1329.29, "word": " add", "probability": 0.409912109375}, {"start": 1329.29, "end": 1329.69, "word": " color", "probability": 0.845703125}], "temperature": 1.0}, {"id": 51, "seek": 135463, "start": 1331.79, "end": 1354.63, "text": " This is Gaza, color, primary What else can we specify? We have color, primary, dark Color, primary, dark Which is the color of the status bar above it This is darker than the color below it So we build an item here", "tokens": [639, 307, 37800, 11, 2017, 11, 6194, 708, 1646, 393, 321, 16500, 30, 492, 362, 2017, 11, 6194, 11, 2877, 10458, 11, 6194, 11, 2877, 3013, 307, 264, 2017, 295, 264, 6558, 2159, 3673, 309, 639, 307, 12741, 813, 264, 2017, 2507, 309, 407, 321, 1322, 364, 3174, 510], "avg_logprob": -0.4949999976158142, "compression_ratio": 1.5467625899280575, "no_speech_prob": 0.0, "words": [{"start": 1331.79, "end": 1332.07, "word": " This", "probability": 0.347412109375}, {"start": 1332.07, "end": 1332.13, "word": " is", "probability": 0.72314453125}, {"start": 1332.13, "end": 1332.43, "word": " Gaza,", "probability": 0.74462890625}, {"start": 1332.57, "end": 1332.77, "word": " color,", "probability": 0.52783203125}, {"start": 1333.13, "end": 1334.05, "word": " primary", "probability": 0.81396484375}, {"start": 1334.05, "end": 1334.87, "word": " What", "probability": 0.43505859375}, {"start": 1334.87, "end": 1335.13, "word": " else", "probability": 0.7421875}, {"start": 1335.13, "end": 1335.33, "word": " can", "probability": 0.5810546875}, {"start": 1335.33, "end": 1335.49, "word": " we", "probability": 0.80029296875}, {"start": 1335.49, "end": 1335.93, "word": " specify?", "probability": 0.5380859375}, {"start": 1337.09, "end": 1337.75, "word": " We", "probability": 0.59619140625}, {"start": 1337.75, "end": 1337.95, "word": " have", "probability": 0.84375}, {"start": 1337.95, "end": 1338.37, "word": " color,", "probability": 0.6875}, {"start": 1338.61, "end": 1339.13, "word": " primary,", "probability": 0.91015625}, {"start": 1339.27, "end": 1339.61, "word": " dark", "probability": 0.88720703125}, {"start": 1339.61, "end": 1342.13, "word": " Color,", "probability": 0.162841796875}, {"start": 1342.49, "end": 1343.21, "word": " primary,", "probability": 0.88623046875}, {"start": 1343.89, "end": 1344.21, "word": " dark", "probability": 0.89404296875}, {"start": 1344.21, "end": 1344.85, "word": " Which", "probability": 0.34423828125}, {"start": 1344.85, "end": 1345.27, "word": " is", "probability": 0.82958984375}, {"start": 1345.27, "end": 1345.71, "word": " the", "probability": 0.6162109375}, {"start": 1345.71, "end": 1345.73, "word": " color", "probability": 0.78125}, {"start": 1345.73, "end": 1345.89, "word": " of", "probability": 0.91796875}, {"start": 1345.89, "end": 1347.35, "word": " the", "probability": 0.55078125}, {"start": 1347.35, "end": 1347.79, "word": " status", "probability": 0.417724609375}, {"start": 1347.79, "end": 1348.05, "word": " bar", "probability": 0.93603515625}, {"start": 1348.05, "end": 1348.47, "word": " above", "probability": 0.619140625}, {"start": 1348.47, "end": 1348.93, "word": " it", "probability": 0.19970703125}, {"start": 1348.93, "end": 1349.91, "word": " This", "probability": 0.50048828125}, {"start": 1349.91, "end": 1350.57, "word": " is", "probability": 0.384765625}, {"start": 1350.57, "end": 1351.05, "word": " darker", "probability": 0.68603515625}, {"start": 1351.05, "end": 1351.29, "word": " than", "probability": 0.9287109375}, {"start": 1351.29, "end": 1351.73, "word": " the", "probability": 0.8203125}, {"start": 1351.73, "end": 1351.95, "word": " color", "probability": 0.7802734375}, {"start": 1351.95, "end": 1352.81, "word": " below", "probability": 0.76953125}, {"start": 1352.81, "end": 1353.73, "word": " it", "probability": 0.8662109375}, {"start": 1353.73, "end": 1354.09, "word": " So", "probability": 0.5615234375}, {"start": 1354.09, "end": 1354.33, "word": " we", "probability": 0.25390625}, {"start": 1354.33, "end": 1354.33, "word": " build", "probability": 0.385986328125}, {"start": 1354.33, "end": 1354.51, "word": " an", "probability": 0.2724609375}, {"start": 1354.51, "end": 1354.51, "word": " item", "probability": 0.76123046875}, {"start": 1354.51, "end": 1354.63, "word": " here", "probability": 0.73291015625}], "temperature": 1.0}, {"id": 52, "seek": 138129, "start": 1359.43, "end": 1381.29, "text": " color-primary-dark and now in style I make a new variable color-primary-dark and make it darker for example like this", "tokens": [2017, 12, 1424, 332, 822, 12, 67, 809, 293, 586, 294, 3758, 286, 652, 257, 777, 7006, 2017, 12, 1424, 332, 822, 12, 67, 809, 293, 652, 309, 12741, 337, 1365, 411, 341], "avg_logprob": -0.489889730425442, "compression_ratio": 1.388235294117647, "no_speech_prob": 0.0, "words": [{"start": 1359.4299999999998, "end": 1360.59, "word": " color", "probability": 0.461181640625}, {"start": 1360.59, "end": 1361.75, "word": "-primary", "probability": 0.7058258056640625}, {"start": 1361.75, "end": 1363.43, "word": "-dark", "probability": 0.89208984375}, {"start": 1363.43, "end": 1365.79, "word": " and", "probability": 0.295166015625}, {"start": 1365.79, "end": 1366.17, "word": " now", "probability": 0.537109375}, {"start": 1366.17, "end": 1366.33, "word": " in", "probability": 0.64892578125}, {"start": 1366.33, "end": 1366.87, "word": " style", "probability": 0.67529296875}, {"start": 1366.87, "end": 1367.65, "word": " I", "probability": 0.2119140625}, {"start": 1367.65, "end": 1369.11, "word": " make", "probability": 0.299072265625}, {"start": 1369.11, "end": 1369.25, "word": " a", "probability": 0.5830078125}, {"start": 1369.25, "end": 1369.25, "word": " new", "probability": 0.8583984375}, {"start": 1369.25, "end": 1369.61, "word": " variable", "probability": 0.79443359375}, {"start": 1369.61, "end": 1372.41, "word": " color", "probability": 0.365234375}, {"start": 1372.41, "end": 1372.97, "word": "-primary", "probability": 0.9217529296875}, {"start": 1372.97, "end": 1373.25, "word": "-dark", "probability": 0.94140625}, {"start": 1373.25, "end": 1375.11, "word": " and", "probability": 0.376953125}, {"start": 1375.11, "end": 1376.13, "word": " make", "probability": 0.52099609375}, {"start": 1376.13, "end": 1376.57, "word": " it", "probability": 0.67431640625}, {"start": 1376.57, "end": 1377.17, "word": " darker", "probability": 0.58984375}, {"start": 1377.17, "end": 1378.89, "word": " for", "probability": 0.269287109375}, {"start": 1378.89, "end": 1379.29, "word": " example", "probability": 0.9453125}, {"start": 1379.29, "end": 1380.97, "word": " like", "probability": 0.56884765625}, {"start": 1380.97, "end": 1381.29, "word": " this", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 53, "seek": 141008, "start": 1385.62, "end": 1410.08, "text": " Okay, let's go back to this picture. We also have text color primary, which is the line that appears here, okay? Or let's say before the text. We have something called the color accent, okay? One of Google's advice is that when we design faces,", "tokens": [1033, 11, 718, 311, 352, 646, 281, 341, 3036, 13, 492, 611, 362, 2487, 2017, 6194, 11, 597, 307, 264, 1622, 300, 7038, 510, 11, 1392, 30, 1610, 718, 311, 584, 949, 264, 2487, 13, 492, 362, 746, 1219, 264, 2017, 11982, 11, 1392, 30, 1485, 295, 3329, 311, 5192, 307, 300, 562, 321, 1715, 8475, 11], "avg_logprob": -0.4630926631647965, "compression_ratio": 1.4848484848484849, "no_speech_prob": 0.0, "words": [{"start": 1385.62, "end": 1385.92, "word": " Okay,", "probability": 0.09027099609375}, {"start": 1385.94, "end": 1386.08, "word": " let's", "probability": 0.744140625}, {"start": 1386.08, "end": 1386.22, "word": " go", "probability": 0.65966796875}, {"start": 1386.22, "end": 1386.26, "word": " back", "probability": 0.86865234375}, {"start": 1386.26, "end": 1386.36, "word": " to", "probability": 0.95654296875}, {"start": 1386.36, "end": 1386.48, "word": " this", "probability": 0.7041015625}, {"start": 1386.48, "end": 1386.76, "word": " picture.", "probability": 0.568359375}, {"start": 1387.62, "end": 1387.88, "word": " We", "probability": 0.55859375}, {"start": 1387.88, "end": 1388.12, "word": " also", "probability": 0.73046875}, {"start": 1388.12, "end": 1388.36, "word": " have", "probability": 0.9453125}, {"start": 1388.36, "end": 1389.06, "word": " text", "probability": 0.50048828125}, {"start": 1389.06, "end": 1389.52, "word": " color", "probability": 0.70849609375}, {"start": 1389.52, "end": 1392.18, "word": " primary,", "probability": 0.52783203125}, {"start": 1392.4, "end": 1393.36, "word": " which", "probability": 0.7333984375}, {"start": 1393.36, "end": 1393.64, "word": " is", "probability": 0.8994140625}, {"start": 1393.64, "end": 1394.16, "word": " the", "probability": 0.5771484375}, {"start": 1394.16, "end": 1394.46, "word": " line", "probability": 0.81201171875}, {"start": 1394.46, "end": 1394.6, "word": " that", "probability": 0.68115234375}, {"start": 1394.6, "end": 1394.84, "word": " appears", "probability": 0.5537109375}, {"start": 1394.84, "end": 1395.24, "word": " here,", "probability": 0.81201171875}, {"start": 1395.3, "end": 1395.6, "word": " okay?", "probability": 0.63720703125}, {"start": 1399.68, "end": 1400.28, "word": " Or", "probability": 0.295166015625}, {"start": 1400.28, "end": 1400.58, "word": " let's", "probability": 0.876708984375}, {"start": 1400.58, "end": 1400.7, "word": " say", "probability": 0.36328125}, {"start": 1400.7, "end": 1400.82, "word": " before", "probability": 0.650390625}, {"start": 1400.82, "end": 1400.96, "word": " the", "probability": 0.77880859375}, {"start": 1400.96, "end": 1401.24, "word": " text.", "probability": 0.95751953125}, {"start": 1401.56, "end": 1401.8, "word": " We", "probability": 0.810546875}, {"start": 1401.8, "end": 1402.02, "word": " have", "probability": 0.77587890625}, {"start": 1402.02, "end": 1402.64, "word": " something", "probability": 0.716796875}, {"start": 1402.64, "end": 1402.96, "word": " called", "probability": 0.8408203125}, {"start": 1402.96, "end": 1403.14, "word": " the", "probability": 0.380615234375}, {"start": 1403.14, "end": 1403.44, "word": " color", "probability": 0.83837890625}, {"start": 1403.44, "end": 1404.18, "word": " accent,", "probability": 0.9375}, {"start": 1405.04, "end": 1405.52, "word": " okay?", "probability": 0.8359375}, {"start": 1406.06, "end": 1406.32, "word": " One", "probability": 0.361328125}, {"start": 1406.32, "end": 1406.32, "word": " of", "probability": 0.9228515625}, {"start": 1406.32, "end": 1407.16, "word": " Google's", "probability": 0.8623046875}, {"start": 1407.16, "end": 1407.16, "word": " advice", "probability": 0.35791015625}, {"start": 1407.16, "end": 1408.14, "word": " is", "probability": 0.43896484375}, {"start": 1408.14, "end": 1408.54, "word": " that", "probability": 0.50146484375}, {"start": 1408.54, "end": 1408.94, "word": " when", "probability": 0.56396484375}, {"start": 1408.94, "end": 1409.44, "word": " we", "probability": 0.80908203125}, {"start": 1409.44, "end": 1409.68, "word": " design", "probability": 0.8427734375}, {"start": 1409.68, "end": 1410.08, "word": " faces,", "probability": 0.48974609375}], "temperature": 1.0}, {"id": 54, "seek": 142706, "start": 1411.12, "end": 1427.06, "text": "There are colors that are similar to each other, such as primary color, primary color dark, status bar color, and background color that are similar to each other, but there is a color that is not similar to each other. What is not similar to each other? It is a color from a different category, which is called accent color.", "tokens": [9077, 366, 4577, 300, 366, 2531, 281, 1184, 661, 11, 1270, 382, 6194, 2017, 11, 6194, 2017, 2877, 11, 6558, 2159, 2017, 11, 293, 3678, 2017, 300, 366, 2531, 281, 1184, 661, 11, 457, 456, 307, 257, 2017, 300, 307, 406, 2531, 281, 1184, 661, 13, 708, 307, 406, 2531, 281, 1184, 661, 30, 467, 307, 257, 2017, 490, 257, 819, 7719, 11, 597, 307, 1219, 11982, 2017, 13], "avg_logprob": -0.5428571309362139, "compression_ratio": 2.0636942675159236, "no_speech_prob": 0.0, "words": [{"start": 1411.12, "end": 1411.38, "word": "There", "probability": 0.243408203125}, {"start": 1411.38, "end": 1411.54, "word": " are", "probability": 0.90576171875}, {"start": 1411.54, "end": 1411.96, "word": " colors", "probability": 0.310302734375}, {"start": 1411.96, "end": 1412.32, "word": " that", "probability": 0.60107421875}, {"start": 1412.32, "end": 1412.58, "word": " are", "probability": 0.420654296875}, {"start": 1412.58, "end": 1412.72, "word": " similar", "probability": 0.350830078125}, {"start": 1412.72, "end": 1412.9, "word": " to", "probability": 0.666015625}, {"start": 1412.9, "end": 1413.18, "word": " each", "probability": 0.81787109375}, {"start": 1413.18, "end": 1413.3, "word": " other,", "probability": 0.8798828125}, {"start": 1413.5, "end": 1413.56, "word": " such", "probability": 0.173095703125}, {"start": 1413.56, "end": 1413.74, "word": " as", "probability": 0.97509765625}, {"start": 1413.74, "end": 1414.28, "word": " primary", "probability": 0.474365234375}, {"start": 1414.28, "end": 1414.62, "word": " color,", "probability": 0.5263671875}, {"start": 1414.72, "end": 1415.22, "word": " primary", "probability": 0.84130859375}, {"start": 1415.22, "end": 1415.5, "word": " color", "probability": 0.48779296875}, {"start": 1415.5, "end": 1415.82, "word": " dark,", "probability": 0.6640625}, {"start": 1416.0, "end": 1417.2, "word": " status", "probability": 0.6875}, {"start": 1417.2, "end": 1417.7, "word": " bar", "probability": 0.94384765625}, {"start": 1417.7, "end": 1417.78, "word": " color,", "probability": 0.884765625}, {"start": 1418.26, "end": 1418.26, "word": " and", "probability": 0.5107421875}, {"start": 1418.26, "end": 1418.72, "word": " background", "probability": 0.27197265625}, {"start": 1418.72, "end": 1419.0, "word": " color", "probability": 0.802734375}, {"start": 1419.0, "end": 1419.2, "word": " that", "probability": 0.32421875}, {"start": 1419.2, "end": 1419.54, "word": " are", "probability": 0.4482421875}, {"start": 1419.54, "end": 1419.54, "word": " similar", "probability": 0.5029296875}, {"start": 1419.54, "end": 1419.54, "word": " to", "probability": 0.296875}, {"start": 1419.54, "end": 1420.18, "word": " each", "probability": 0.91015625}, {"start": 1420.18, "end": 1420.18, "word": " other,", "probability": 0.90380859375}, {"start": 1420.22, "end": 1420.36, "word": " but", "probability": 0.75244140625}, {"start": 1420.36, "end": 1420.52, "word": " there", "probability": 0.7783203125}, {"start": 1420.52, "end": 1420.58, "word": " is", "probability": 0.662109375}, {"start": 1420.58, "end": 1420.72, "word": " a", "probability": 0.50439453125}, {"start": 1420.72, "end": 1420.84, "word": " color", "probability": 0.72265625}, {"start": 1420.84, "end": 1421.0, "word": " that", "probability": 0.81640625}, {"start": 1421.0, "end": 1421.14, "word": " is", "probability": 0.76123046875}, {"start": 1421.14, "end": 1421.44, "word": " not", "probability": 0.087890625}, {"start": 1421.44, "end": 1421.56, "word": " similar", "probability": 0.56982421875}, {"start": 1421.56, "end": 1421.78, "word": " to", "probability": 0.52587890625}, {"start": 1421.78, "end": 1421.78, "word": " each", "probability": 0.765625}, {"start": 1421.78, "end": 1421.96, "word": " other.", "probability": 0.90673828125}, {"start": 1422.04, "end": 1422.16, "word": " What", "probability": 0.313232421875}, {"start": 1422.16, "end": 1422.26, "word": " is", "probability": 0.2880859375}, {"start": 1422.26, "end": 1422.4, "word": " not", "probability": 0.74658203125}, {"start": 1422.4, "end": 1422.5, "word": " similar", "probability": 0.96142578125}, {"start": 1422.5, "end": 1422.6, "word": " to", "probability": 0.61279296875}, {"start": 1422.6, "end": 1422.6, "word": " each", "probability": 0.96826171875}, {"start": 1422.6, "end": 1422.6, "word": " other?", "probability": 0.9111328125}, {"start": 1422.84, "end": 1423.1, "word": " It", "probability": 0.54931640625}, {"start": 1423.1, "end": 1423.1, "word": " is", "probability": 0.7451171875}, {"start": 1423.1, "end": 1423.34, "word": " a", "probability": 0.8525390625}, {"start": 1423.34, "end": 1423.34, "word": " color", "probability": 0.822265625}, {"start": 1423.34, "end": 1424.1, "word": " from", "probability": 0.65234375}, {"start": 1424.1, "end": 1424.2, "word": " a", "probability": 0.6142578125}, {"start": 1424.2, "end": 1424.82, "word": " different", "probability": 0.8701171875}, {"start": 1424.82, "end": 1424.84, "word": " category,", "probability": 0.161376953125}, {"start": 1425.44, "end": 1425.56, "word": " which", "probability": 0.77099609375}, {"start": 1425.56, "end": 1425.8, "word": " is", "probability": 0.67041015625}, {"start": 1425.8, "end": 1426.06, "word": " called", "probability": 0.75048828125}, {"start": 1426.06, "end": 1426.7, "word": " accent", "probability": 0.46533203125}, {"start": 1426.7, "end": 1427.06, "word": " color.", "probability": 0.8837890625}], "temperature": 1.0}, {"id": 55, "seek": 144096, "start": 1427.66, "end": 1440.96, "text": " The accent color comes with the progress bar, the switch, the toggle button when it changes color", "tokens": [440, 11982, 2017, 1487, 365, 264, 4205, 2159, 11, 264, 3679, 11, 264, 31225, 2960, 562, 309, 2962, 2017], "avg_logprob": -0.7132812470197678, "compression_ratio": 1.1951219512195121, "no_speech_prob": 0.0, "words": [{"start": 1427.66, "end": 1427.86, "word": " The", "probability": 0.279052734375}, {"start": 1427.86, "end": 1428.14, "word": " accent", "probability": 0.30712890625}, {"start": 1428.14, "end": 1428.52, "word": " color", "probability": 0.76025390625}, {"start": 1428.52, "end": 1429.16, "word": " comes", "probability": 0.123046875}, {"start": 1429.16, "end": 1430.3, "word": " with", "probability": 0.5029296875}, {"start": 1430.3, "end": 1431.06, "word": " the", "probability": 0.496337890625}, {"start": 1431.06, "end": 1431.52, "word": " progress", "probability": 0.72314453125}, {"start": 1431.52, "end": 1432.18, "word": " bar,", "probability": 0.90380859375}, {"start": 1433.16, "end": 1433.16, "word": " the", "probability": 0.5068359375}, {"start": 1433.16, "end": 1436.02, "word": " switch,", "probability": 0.60498046875}, {"start": 1437.7, "end": 1438.3, "word": " the", "probability": 0.343994140625}, {"start": 1438.3, "end": 1438.54, "word": " toggle", "probability": 0.9052734375}, {"start": 1438.54, "end": 1438.94, "word": " button", "probability": 0.892578125}, {"start": 1438.94, "end": 1439.24, "word": " when", "probability": 0.374755859375}, {"start": 1439.24, "end": 1439.32, "word": " it", "probability": 0.5283203125}, {"start": 1439.32, "end": 1439.76, "word": " changes", "probability": 0.66357421875}, {"start": 1439.76, "end": 1440.96, "word": " color", "probability": 0.5166015625}], "temperature": 1.0}, {"id": 56, "seek": 146045, "start": 1444.23, "end": 1460.45, "text": " Certain cases must be distinguished by a different color or by a different type than the standard colors. This is called accent color. This is how UX and UI invented accent color.", "tokens": [13407, 3331, 1633, 312, 21702, 538, 257, 819, 2017, 420, 538, 257, 819, 2010, 813, 264, 3832, 4577, 13, 639, 307, 1219, 11982, 2017, 13, 639, 307, 577, 40176, 293, 15682, 14479, 11982, 2017, 13], "avg_logprob": -0.7105034506983228, "compression_ratio": 1.5254237288135593, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1444.23, "end": 1444.37, "word": " Certain", "probability": 0.1771240234375}, {"start": 1444.37, "end": 1445.15, "word": " cases", "probability": 0.76171875}, {"start": 1445.15, "end": 1447.71, "word": " must", "probability": 0.15966796875}, {"start": 1447.71, "end": 1448.07, "word": " be", "probability": 0.62158203125}, {"start": 1448.07, "end": 1448.63, "word": " distinguished", "probability": 0.198974609375}, {"start": 1448.63, "end": 1449.81, "word": " by", "probability": 0.59130859375}, {"start": 1449.81, "end": 1450.25, "word": " a", "probability": 0.505859375}, {"start": 1450.25, "end": 1450.81, "word": " different", "probability": 0.52880859375}, {"start": 1450.81, "end": 1450.93, "word": " color", "probability": 0.5556640625}, {"start": 1450.93, "end": 1451.41, "word": " or", "probability": 0.28369140625}, {"start": 1451.41, "end": 1451.55, "word": " by", "probability": 0.255859375}, {"start": 1451.55, "end": 1451.63, "word": " a", "probability": 0.81640625}, {"start": 1451.63, "end": 1451.63, "word": " different", "probability": 0.6376953125}, {"start": 1451.63, "end": 1451.97, "word": " type", "probability": 0.180419921875}, {"start": 1451.97, "end": 1452.83, "word": " than", "probability": 0.394775390625}, {"start": 1452.83, "end": 1452.95, "word": " the", "probability": 0.65087890625}, {"start": 1452.95, "end": 1453.69, "word": " standard", "probability": 0.1585693359375}, {"start": 1453.69, "end": 1453.69, "word": " colors.", "probability": 0.56884765625}, {"start": 1454.13, "end": 1454.25, "word": " This", "probability": 0.5517578125}, {"start": 1454.25, "end": 1454.33, "word": " is", "probability": 0.8779296875}, {"start": 1454.33, "end": 1454.89, "word": " called", "probability": 0.5205078125}, {"start": 1454.89, "end": 1455.67, "word": " accent", "probability": 0.6376953125}, {"start": 1455.67, "end": 1455.97, "word": " color.", "probability": 0.83056640625}, {"start": 1456.09, "end": 1456.23, "word": " This", "probability": 0.13671875}, {"start": 1456.23, "end": 1456.23, "word": " is", "probability": 0.85595703125}, {"start": 1456.23, "end": 1456.43, "word": " how", "probability": 0.7197265625}, {"start": 1456.43, "end": 1457.51, "word": " UX", "probability": 0.95654296875}, {"start": 1457.51, "end": 1457.77, "word": " and", "probability": 0.89990234375}, {"start": 1457.77, "end": 1458.21, "word": " UI", "probability": 0.98046875}, {"start": 1458.21, "end": 1459.47, "word": " invented", "probability": 0.26611328125}, {"start": 1459.47, "end": 1460.03, "word": " accent", "probability": 0.60986328125}, {"start": 1460.03, "end": 1460.45, "word": " color.", "probability": 0.861328125}], "temperature": 1.0}, {"id": 57, "seek": 147963, "start": 1460.87, "end": 1479.63, "text": " It tells you that it is used for specific cases, not many cases, but few cases For example, the progress bar, the switch, can you see the switch when it changes? The radio button and the check box when it learns, okay? Limited cases. It tells you that it attracts attention and attracts a faction", "tokens": [467, 5112, 291, 300, 309, 307, 1143, 337, 2685, 3331, 11, 406, 867, 3331, 11, 457, 1326, 3331, 1171, 1365, 11, 264, 4205, 2159, 11, 264, 3679, 11, 393, 291, 536, 264, 3679, 562, 309, 2962, 30, 440, 6477, 2960, 293, 264, 1520, 2424, 562, 309, 27152, 11, 1392, 30, 43231, 3331, 13, 467, 5112, 291, 300, 309, 37026, 3202, 293, 37026, 257, 37249], "avg_logprob": -0.6120192307692308, "compression_ratio": 1.65, "no_speech_prob": 0.0, "words": [{"start": 1460.87, "end": 1461.09, "word": " It", "probability": 0.5087890625}, {"start": 1461.09, "end": 1461.23, "word": " tells", "probability": 0.1181640625}, {"start": 1461.23, "end": 1461.41, "word": " you", "probability": 0.8544921875}, {"start": 1461.41, "end": 1461.61, "word": " that", "probability": 0.6689453125}, {"start": 1461.61, "end": 1462.05, "word": " it", "probability": 0.74853515625}, {"start": 1462.05, "end": 1462.65, "word": " is", "probability": 0.68408203125}, {"start": 1462.65, "end": 1462.95, "word": " used", "probability": 0.779296875}, {"start": 1462.95, "end": 1463.15, "word": " for", "probability": 0.5927734375}, {"start": 1463.15, "end": 1464.05, "word": " specific", "probability": 0.513671875}, {"start": 1464.05, "end": 1464.17, "word": " cases,", "probability": 0.61181640625}, {"start": 1464.33, "end": 1464.41, "word": " not", "probability": 0.7314453125}, {"start": 1464.41, "end": 1464.99, "word": " many", "probability": 0.4697265625}, {"start": 1464.99, "end": 1465.19, "word": " cases,", "probability": 0.7734375}, {"start": 1465.41, "end": 1465.61, "word": " but", "probability": 0.4091796875}, {"start": 1465.61, "end": 1465.93, "word": " few", "probability": 0.491455078125}, {"start": 1465.93, "end": 1466.07, "word": " cases", "probability": 0.61767578125}, {"start": 1466.07, "end": 1466.53, "word": " For", "probability": 0.1204833984375}, {"start": 1466.53, "end": 1466.89, "word": " example,", "probability": 0.92724609375}, {"start": 1467.03, "end": 1467.05, "word": " the", "probability": 0.184814453125}, {"start": 1467.05, "end": 1467.31, "word": " progress", "probability": 0.6865234375}, {"start": 1467.31, "end": 1467.73, "word": " bar,", "probability": 0.9443359375}, {"start": 1468.15, "end": 1468.19, "word": " the", "probability": 0.39501953125}, {"start": 1468.19, "end": 1468.49, "word": " switch,", "probability": 0.83056640625}, {"start": 1468.53, "end": 1468.67, "word": " can", "probability": 0.130859375}, {"start": 1468.67, "end": 1468.67, "word": " you", "probability": 0.430908203125}, {"start": 1468.67, "end": 1468.81, "word": " see", "probability": 0.86865234375}, {"start": 1468.81, "end": 1468.89, "word": " the", "probability": 0.75048828125}, {"start": 1468.89, "end": 1469.17, "word": " switch", "probability": 0.9580078125}, {"start": 1469.17, "end": 1469.35, "word": " when", "probability": 0.583984375}, {"start": 1469.35, "end": 1470.53, "word": " it", "probability": 0.79931640625}, {"start": 1470.53, "end": 1470.89, "word": " changes?", "probability": 0.310302734375}, {"start": 1471.15, "end": 1471.33, "word": " The", "probability": 0.74072265625}, {"start": 1471.33, "end": 1471.59, "word": " radio", "probability": 0.833984375}, {"start": 1471.59, "end": 1471.87, "word": " button", "probability": 0.767578125}, {"start": 1471.87, "end": 1472.01, "word": " and", "probability": 0.740234375}, {"start": 1472.01, "end": 1472.11, "word": " the", "probability": 0.552734375}, {"start": 1472.11, "end": 1472.29, "word": " check", "probability": 0.9560546875}, {"start": 1472.29, "end": 1472.53, "word": " box", "probability": 0.51025390625}, {"start": 1472.53, "end": 1472.69, "word": " when", "probability": 0.8515625}, {"start": 1472.69, "end": 1472.79, "word": " it", "probability": 0.66650390625}, {"start": 1472.79, "end": 1473.19, "word": " learns,", "probability": 0.61474609375}, {"start": 1473.69, "end": 1473.89, "word": " okay?", "probability": 0.286865234375}, {"start": 1474.79, "end": 1475.19, "word": " Limited", "probability": 0.77099609375}, {"start": 1475.19, "end": 1475.37, "word": " cases.", "probability": 0.9072265625}, {"start": 1475.43, "end": 1475.55, "word": " It", "probability": 0.5205078125}, {"start": 1475.55, "end": 1475.65, "word": " tells", "probability": 0.352783203125}, {"start": 1475.65, "end": 1475.81, "word": " you", "probability": 0.955078125}, {"start": 1475.81, "end": 1475.91, "word": " that", "probability": 0.76171875}, {"start": 1475.91, "end": 1476.25, "word": " it", "probability": 0.357177734375}, {"start": 1476.25, "end": 1476.67, "word": " attracts", "probability": 0.49658203125}, {"start": 1476.67, "end": 1477.75, "word": " attention", "probability": 0.6025390625}, {"start": 1477.75, "end": 1478.33, "word": " and", "probability": 0.51220703125}, {"start": 1478.33, "end": 1479.15, "word": " attracts", "probability": 0.27587890625}, {"start": 1479.15, "end": 1479.43, "word": " a", "probability": 0.341552734375}, {"start": 1479.43, "end": 1479.63, "word": " faction", "probability": 0.236328125}], "temperature": 1.0}, {"id": 58, "seek": 150868, "start": 1480.58, "end": 1508.68, "text": " Yes, they are different So, you can specify this accent color, which is called color accent And sometimes they apply it to these elements As we said, in certain places, such as the switch and progress bar and others So, now you specify the color We want to make a new color, which is called Gaza color", "tokens": [1079, 11, 436, 366, 819, 407, 11, 291, 393, 16500, 341, 11982, 2017, 11, 597, 307, 1219, 2017, 11982, 400, 2171, 436, 3079, 309, 281, 613, 4959, 1018, 321, 848, 11, 294, 1629, 3190, 11, 1270, 382, 264, 3679, 293, 4205, 2159, 293, 2357, 407, 11, 586, 291, 16500, 264, 2017, 492, 528, 281, 652, 257, 777, 2017, 11, 597, 307, 1219, 37800, 2017], "avg_logprob": -0.59375, "compression_ratio": 1.650273224043716, "no_speech_prob": 0.0, "words": [{"start": 1480.58, "end": 1481.0, "word": " Yes,", "probability": 0.2685546875}, {"start": 1481.32, "end": 1481.38, "word": " they", "probability": 0.1527099609375}, {"start": 1481.38, "end": 1481.38, "word": " are", "probability": 0.7373046875}, {"start": 1481.38, "end": 1481.7, "word": " different", "probability": 0.85205078125}, {"start": 1481.7, "end": 1483.36, "word": " So,", "probability": 0.171142578125}, {"start": 1484.54, "end": 1484.58, "word": " you", "probability": 0.74365234375}, {"start": 1484.58, "end": 1485.32, "word": " can", "probability": 0.8310546875}, {"start": 1485.32, "end": 1485.8, "word": " specify", "probability": 0.30859375}, {"start": 1485.8, "end": 1485.98, "word": " this", "probability": 0.395751953125}, {"start": 1485.98, "end": 1486.34, "word": " accent", "probability": 0.76025390625}, {"start": 1486.34, "end": 1486.7, "word": " color,", "probability": 0.80517578125}, {"start": 1486.96, "end": 1487.06, "word": " which", "probability": 0.63330078125}, {"start": 1487.06, "end": 1487.28, "word": " is", "probability": 0.5908203125}, {"start": 1487.28, "end": 1487.46, "word": " called", "probability": 0.541015625}, {"start": 1487.46, "end": 1487.76, "word": " color", "probability": 0.65234375}, {"start": 1487.76, "end": 1488.22, "word": " accent", "probability": 0.828125}, {"start": 1488.22, "end": 1488.92, "word": " And", "probability": 0.62060546875}, {"start": 1488.92, "end": 1489.22, "word": " sometimes", "probability": 0.119873046875}, {"start": 1489.22, "end": 1489.38, "word": " they", "probability": 0.432861328125}, {"start": 1489.38, "end": 1489.66, "word": " apply", "probability": 0.685546875}, {"start": 1489.66, "end": 1489.74, "word": " it", "probability": 0.658203125}, {"start": 1489.74, "end": 1490.0, "word": " to", "probability": 0.462158203125}, {"start": 1490.0, "end": 1490.68, "word": " these", "probability": 0.50439453125}, {"start": 1490.68, "end": 1491.08, "word": " elements", "probability": 0.85009765625}, {"start": 1491.08, "end": 1491.74, "word": " As", "probability": 0.374755859375}, {"start": 1491.74, "end": 1491.9, "word": " we", "probability": 0.60986328125}, {"start": 1491.9, "end": 1492.1, "word": " said,", "probability": 0.84521484375}, {"start": 1492.3, "end": 1492.94, "word": " in", "probability": 0.5693359375}, {"start": 1492.94, "end": 1493.1, "word": " certain", "probability": 0.5107421875}, {"start": 1493.1, "end": 1493.68, "word": " places,", "probability": 0.6572265625}, {"start": 1493.78, "end": 1493.9, "word": " such", "probability": 0.452880859375}, {"start": 1493.9, "end": 1493.96, "word": " as", "probability": 0.9716796875}, {"start": 1493.96, "end": 1494.1, "word": " the", "probability": 0.370849609375}, {"start": 1494.1, "end": 1494.4, "word": " switch", "probability": 0.81884765625}, {"start": 1494.4, "end": 1495.94, "word": " and", "probability": 0.38623046875}, {"start": 1495.94, "end": 1496.68, "word": " progress", "probability": 0.466796875}, {"start": 1496.68, "end": 1496.92, "word": " bar", "probability": 0.87890625}, {"start": 1496.92, "end": 1497.04, "word": " and", "probability": 0.4580078125}, {"start": 1497.04, "end": 1497.26, "word": " others", "probability": 0.43896484375}, {"start": 1497.26, "end": 1498.08, "word": " So,", "probability": 0.5693359375}, {"start": 1498.2, "end": 1498.3, "word": " now", "probability": 0.7099609375}, {"start": 1498.3, "end": 1498.4, "word": " you", "probability": 0.365234375}, {"start": 1498.4, "end": 1498.68, "word": " specify", "probability": 0.72900390625}, {"start": 1498.68, "end": 1499.4, "word": " the", "probability": 0.84326171875}, {"start": 1499.4, "end": 1499.72, "word": " color", "probability": 0.9072265625}, {"start": 1499.72, "end": 1505.38, "word": " We", "probability": 0.84423828125}, {"start": 1505.38, "end": 1505.54, "word": " want", "probability": 0.515625}, {"start": 1505.54, "end": 1505.6, "word": " to", "probability": 0.96533203125}, {"start": 1505.6, "end": 1505.7, "word": " make", "probability": 0.6494140625}, {"start": 1505.7, "end": 1506.1, "word": " a", "probability": 0.9501953125}, {"start": 1506.1, "end": 1506.32, "word": " new", "probability": 0.890625}, {"start": 1506.32, "end": 1506.32, "word": " color,", "probability": 0.90380859375}, {"start": 1506.48, "end": 1506.8, "word": " which", "probability": 0.236572265625}, {"start": 1506.8, "end": 1507.08, "word": " is", "probability": 0.8486328125}, {"start": 1507.08, "end": 1507.2, "word": " called", "probability": 0.414306640625}, {"start": 1507.2, "end": 1507.66, "word": " Gaza", "probability": 0.7119140625}, {"start": 1507.66, "end": 1508.68, "word": " color", "probability": 0.673828125}], "temperature": 1.0}, {"id": 59, "seek": 153908, "start": 1511.7, "end": 1539.08, "text": " Accent And set for example the color Let's take the color and change it We want a different color or something that stands out Let's take a yellow color for example Ok, this is the accent Let's go back to style Of course if you didn't set the accent, what will it do?", "tokens": [5725, 317, 400, 992, 337, 1365, 264, 2017, 961, 311, 747, 264, 2017, 293, 1319, 309, 492, 528, 257, 819, 2017, 420, 746, 300, 7382, 484, 961, 311, 747, 257, 5566, 2017, 337, 1365, 3477, 11, 341, 307, 264, 11982, 961, 311, 352, 646, 281, 3758, 2720, 1164, 498, 291, 994, 380, 992, 264, 11982, 11, 437, 486, 309, 360, 30], "avg_logprob": -0.5231854906005244, "compression_ratio": 1.6341463414634145, "no_speech_prob": 0.0, "words": [{"start": 1511.6999999999998, "end": 1512.1399999999999, "word": " Accent", "probability": 0.66943359375}, {"start": 1512.1399999999999, "end": 1512.58, "word": " And", "probability": 0.1424560546875}, {"start": 1512.58, "end": 1512.88, "word": " set", "probability": 0.2171630859375}, {"start": 1512.88, "end": 1513.2, "word": " for", "probability": 0.205078125}, {"start": 1513.2, "end": 1513.44, "word": " example", "probability": 0.94384765625}, {"start": 1513.44, "end": 1513.64, "word": " the", "probability": 0.69580078125}, {"start": 1513.64, "end": 1513.88, "word": " color", "probability": 0.73583984375}, {"start": 1513.88, "end": 1515.16, "word": " Let's", "probability": 0.54718017578125}, {"start": 1515.16, "end": 1515.38, "word": " take", "probability": 0.367431640625}, {"start": 1515.38, "end": 1515.5, "word": " the", "probability": 0.29296875}, {"start": 1515.5, "end": 1515.6, "word": " color", "probability": 0.80126953125}, {"start": 1515.6, "end": 1515.94, "word": " and", "probability": 0.44775390625}, {"start": 1515.94, "end": 1516.44, "word": " change", "probability": 0.8330078125}, {"start": 1516.44, "end": 1518.04, "word": " it", "probability": 0.76611328125}, {"start": 1518.04, "end": 1518.46, "word": " We", "probability": 0.5576171875}, {"start": 1518.46, "end": 1518.66, "word": " want", "probability": 0.56298828125}, {"start": 1518.66, "end": 1519.3, "word": " a", "probability": 0.7236328125}, {"start": 1519.3, "end": 1519.68, "word": " different", "probability": 0.8359375}, {"start": 1519.68, "end": 1519.88, "word": " color", "probability": 0.8212890625}, {"start": 1519.88, "end": 1520.26, "word": " or", "probability": 0.453369140625}, {"start": 1520.26, "end": 1520.4, "word": " something", "probability": 0.0811767578125}, {"start": 1520.4, "end": 1520.4, "word": " that", "probability": 0.685546875}, {"start": 1520.4, "end": 1520.58, "word": " stands", "probability": 0.26220703125}, {"start": 1520.58, "end": 1520.82, "word": " out", "probability": 0.89208984375}, {"start": 1520.82, "end": 1521.26, "word": " Let's", "probability": 0.85791015625}, {"start": 1521.26, "end": 1521.44, "word": " take", "probability": 0.73583984375}, {"start": 1521.44, "end": 1521.66, "word": " a", "probability": 0.321533203125}, {"start": 1521.66, "end": 1521.84, "word": " yellow", "probability": 0.74609375}, {"start": 1521.84, "end": 1522.04, "word": " color", "probability": 0.728515625}, {"start": 1522.04, "end": 1522.06, "word": " for", "probability": 0.54638671875}, {"start": 1522.06, "end": 1523.76, "word": " example", "probability": 0.96630859375}, {"start": 1523.76, "end": 1531.64, "word": " Ok,", "probability": 0.21435546875}, {"start": 1531.88, "end": 1532.36, "word": " this", "probability": 0.59716796875}, {"start": 1532.36, "end": 1532.44, "word": " is", "probability": 0.93115234375}, {"start": 1532.44, "end": 1532.48, "word": " the", "probability": 0.7744140625}, {"start": 1532.48, "end": 1532.9, "word": " accent", "probability": 0.8935546875}, {"start": 1532.9, "end": 1533.68, "word": " Let's", "probability": 0.7430419921875}, {"start": 1533.68, "end": 1533.82, "word": " go", "probability": 0.77392578125}, {"start": 1533.82, "end": 1533.88, "word": " back", "probability": 0.86474609375}, {"start": 1533.88, "end": 1533.98, "word": " to", "probability": 0.97021484375}, {"start": 1533.98, "end": 1534.54, "word": " style", "probability": 0.55224609375}, {"start": 1534.54, "end": 1537.54, "word": " Of", "probability": 0.5927734375}, {"start": 1537.54, "end": 1537.54, "word": " course", "probability": 0.95458984375}, {"start": 1537.54, "end": 1537.68, "word": " if", "probability": 0.66650390625}, {"start": 1537.68, "end": 1537.82, "word": " you", "probability": 0.54248046875}, {"start": 1537.82, "end": 1537.82, "word": " didn't", "probability": 0.6925048828125}, {"start": 1537.82, "end": 1538.1, "word": " set", "probability": 0.77490234375}, {"start": 1538.1, "end": 1538.34, "word": " the", "probability": 0.8466796875}, {"start": 1538.34, "end": 1538.56, "word": " accent,", "probability": 0.962890625}, {"start": 1538.68, "end": 1538.78, "word": " what", "probability": 0.81201171875}, {"start": 1538.78, "end": 1538.84, "word": " will", "probability": 0.5302734375}, {"start": 1538.84, "end": 1538.9, "word": " it", "probability": 0.81884765625}, {"start": 1538.9, "end": 1539.08, "word": " do?", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 60, "seek": 156267, "start": 1541.29, "end": 1562.67, "text": " It will take the accent that it doesn't know where in the theme AppCompatLite, which you don't change, it will take it to the parent. So here I also introduced a new item. Why didn't they put that color?", "tokens": [467, 486, 747, 264, 11982, 300, 309, 1177, 380, 458, 689, 294, 264, 6314, 3132, 34, 8586, 267, 43, 642, 11, 597, 291, 500, 380, 1319, 11, 309, 486, 747, 309, 281, 264, 2596, 13, 407, 510, 286, 611, 7268, 257, 777, 3174, 13, 1545, 994, 380, 436, 829, 300, 2017, 30], "avg_logprob": -0.6733490521053098, "compression_ratio": 1.3783783783783783, "no_speech_prob": 0.0, "words": [{"start": 1541.29, "end": 1541.53, "word": " It", "probability": 0.373291015625}, {"start": 1541.53, "end": 1541.55, "word": " will", "probability": 0.5966796875}, {"start": 1541.55, "end": 1541.75, "word": " take", "probability": 0.42919921875}, {"start": 1541.75, "end": 1541.85, "word": " the", "probability": 0.74462890625}, {"start": 1541.85, "end": 1542.27, "word": " accent", "probability": 0.436279296875}, {"start": 1542.27, "end": 1542.49, "word": " that", "probability": 0.394287109375}, {"start": 1542.49, "end": 1542.67, "word": " it", "probability": 0.1949462890625}, {"start": 1542.67, "end": 1542.67, "word": " doesn't", "probability": 0.57208251953125}, {"start": 1542.67, "end": 1542.93, "word": " know", "probability": 0.495849609375}, {"start": 1542.93, "end": 1543.25, "word": " where", "probability": 0.51904296875}, {"start": 1543.25, "end": 1544.51, "word": " in", "probability": 0.15478515625}, {"start": 1544.51, "end": 1545.05, "word": " the", "probability": 0.6552734375}, {"start": 1545.05, "end": 1545.27, "word": " theme", "probability": 0.73828125}, {"start": 1545.27, "end": 1546.19, "word": " AppCompatLite,", "probability": 0.5028279622395834}, {"start": 1546.45, "end": 1546.73, "word": " which", "probability": 0.245849609375}, {"start": 1546.73, "end": 1547.83, "word": " you", "probability": 0.51904296875}, {"start": 1547.83, "end": 1548.43, "word": " don't", "probability": 0.8232421875}, {"start": 1548.43, "end": 1548.85, "word": " change,", "probability": 0.8271484375}, {"start": 1549.19, "end": 1549.31, "word": " it", "probability": 0.54736328125}, {"start": 1549.31, "end": 1549.41, "word": " will", "probability": 0.76416015625}, {"start": 1549.41, "end": 1549.61, "word": " take", "probability": 0.77880859375}, {"start": 1549.61, "end": 1549.69, "word": " it", "probability": 0.2125244140625}, {"start": 1549.69, "end": 1549.73, "word": " to", "probability": 0.32080078125}, {"start": 1549.73, "end": 1549.83, "word": " the", "probability": 0.73974609375}, {"start": 1549.83, "end": 1550.13, "word": " parent.", "probability": 0.8984375}, {"start": 1551.63, "end": 1552.17, "word": " So", "probability": 0.45068359375}, {"start": 1552.17, "end": 1552.37, "word": " here", "probability": 0.68408203125}, {"start": 1552.37, "end": 1552.73, "word": " I", "probability": 0.43310546875}, {"start": 1552.73, "end": 1552.73, "word": " also", "probability": 0.39892578125}, {"start": 1552.73, "end": 1553.09, "word": " introduced", "probability": 0.4970703125}, {"start": 1553.09, "end": 1553.21, "word": " a", "probability": 0.9658203125}, {"start": 1553.21, "end": 1553.21, "word": " new", "probability": 0.908203125}, {"start": 1553.21, "end": 1553.81, "word": " item.", "probability": 0.9599609375}, {"start": 1561.45, "end": 1562.03, "word": " Why", "probability": 0.296142578125}, {"start": 1562.03, "end": 1562.27, "word": " didn't", "probability": 0.7958984375}, {"start": 1562.27, "end": 1562.27, "word": " they", "probability": 0.736328125}, {"start": 1562.27, "end": 1562.67, "word": " put", "probability": 0.491943359375}, {"start": 1562.67, "end": 1562.67, "word": " that", "probability": 0.183349609375}, {"start": 1562.67, "end": 1562.67, "word": " color?", "probability": 0.39111328125}], "temperature": 1.0}, {"id": 61, "seek": 160268, "start": 1575.7, "end": 1602.68, "text": " Ok, what are the other things that I can change? Which are the window background, bar color status, and text. No, we finished the text. Yes, no, not the text. The text color is primary and the window background. Ok, the text color is also the primary text color. But I tell you that you have to put before the word Android. Nobody tells me why. That's how it works.", "tokens": [3477, 11, 437, 366, 264, 661, 721, 300, 286, 393, 1319, 30, 3013, 366, 264, 4910, 3678, 11, 2159, 2017, 6558, 11, 293, 2487, 13, 883, 11, 321, 4335, 264, 2487, 13, 1079, 11, 572, 11, 406, 264, 2487, 13, 440, 2487, 2017, 307, 6194, 293, 264, 4910, 3678, 13, 3477, 11, 264, 2487, 2017, 307, 611, 264, 6194, 2487, 2017, 13, 583, 286, 980, 291, 300, 291, 362, 281, 829, 949, 264, 1349, 8853, 13, 9297, 5112, 385, 983, 13, 663, 311, 577, 309, 1985, 13], "avg_logprob": -0.6406249925494194, "compression_ratio": 1.7345971563981042, "no_speech_prob": 0.0, "words": [{"start": 1575.7, "end": 1576.0, "word": " Ok,", "probability": 0.1641845703125}, {"start": 1576.06, "end": 1576.26, "word": " what", "probability": 0.59228515625}, {"start": 1576.26, "end": 1576.36, "word": " are", "probability": 0.4482421875}, {"start": 1576.36, "end": 1576.48, "word": " the", "probability": 0.38818359375}, {"start": 1576.48, "end": 1576.82, "word": " other", "probability": 0.7431640625}, {"start": 1576.82, "end": 1576.82, "word": " things", "probability": 0.576171875}, {"start": 1576.82, "end": 1576.96, "word": " that", "probability": 0.4140625}, {"start": 1576.96, "end": 1576.96, "word": " I", "probability": 0.37060546875}, {"start": 1576.96, "end": 1577.16, "word": " can", "probability": 0.8857421875}, {"start": 1577.16, "end": 1577.42, "word": " change?", "probability": 0.876953125}, {"start": 1577.86, "end": 1578.0, "word": " Which", "probability": 0.1375732421875}, {"start": 1578.0, "end": 1579.0, "word": " are", "probability": 0.3779296875}, {"start": 1579.0, "end": 1579.38, "word": " the", "probability": 0.437255859375}, {"start": 1579.38, "end": 1579.76, "word": " window", "probability": 0.69970703125}, {"start": 1579.76, "end": 1580.22, "word": " background,", "probability": 0.91845703125}, {"start": 1581.64, "end": 1582.32, "word": " bar", "probability": 0.2626953125}, {"start": 1582.32, "end": 1583.76, "word": " color", "probability": 0.7822265625}, {"start": 1583.76, "end": 1583.78, "word": " status,", "probability": 0.50537109375}, {"start": 1583.88, "end": 1583.98, "word": " and", "probability": 0.64453125}, {"start": 1583.98, "end": 1584.78, "word": " text.", "probability": 0.7060546875}, {"start": 1585.4, "end": 1585.84, "word": " No,", "probability": 0.537109375}, {"start": 1586.1, "end": 1586.18, "word": " we", "probability": 0.369873046875}, {"start": 1586.18, "end": 1586.5, "word": " finished", "probability": 0.1754150390625}, {"start": 1586.5, "end": 1586.5, "word": " the", "probability": 0.509765625}, {"start": 1586.5, "end": 1586.5, "word": " text.", "probability": 0.91357421875}, {"start": 1587.72, "end": 1588.16, "word": " Yes,", "probability": 0.251953125}, {"start": 1588.3, "end": 1588.3, "word": " no,", "probability": 0.42724609375}, {"start": 1588.38, "end": 1588.38, "word": " not", "probability": 0.319091796875}, {"start": 1588.38, "end": 1588.38, "word": " the", "probability": 0.6162109375}, {"start": 1588.38, "end": 1588.6, "word": " text.", "probability": 0.94775390625}, {"start": 1588.78, "end": 1588.96, "word": " The", "probability": 0.42236328125}, {"start": 1588.96, "end": 1589.16, "word": " text", "probability": 0.66064453125}, {"start": 1589.16, "end": 1589.42, "word": " color", "probability": 0.66845703125}, {"start": 1589.42, "end": 1589.54, "word": " is", "probability": 0.5703125}, {"start": 1589.54, "end": 1589.88, "word": " primary", "probability": 0.86181640625}, {"start": 1589.88, "end": 1590.1, "word": " and", "probability": 0.6044921875}, {"start": 1590.1, "end": 1590.18, "word": " the", "probability": 0.58935546875}, {"start": 1590.18, "end": 1590.34, "word": " window", "probability": 0.7900390625}, {"start": 1590.34, "end": 1590.74, "word": " background.", "probability": 0.9248046875}, {"start": 1592.04, "end": 1592.48, "word": " Ok,", "probability": 0.64404296875}, {"start": 1592.68, "end": 1592.76, "word": " the", "probability": 0.391357421875}, {"start": 1592.76, "end": 1593.0, "word": " text", "probability": 0.943359375}, {"start": 1593.0, "end": 1593.32, "word": " color", "probability": 0.87548828125}, {"start": 1593.32, "end": 1593.72, "word": " is", "probability": 0.339599609375}, {"start": 1593.72, "end": 1593.72, "word": " also", "probability": 0.595703125}, {"start": 1593.72, "end": 1594.62, "word": " the", "probability": 0.1141357421875}, {"start": 1594.62, "end": 1595.44, "word": " primary", "probability": 0.302490234375}, {"start": 1595.44, "end": 1596.38, "word": " text", "probability": 0.52880859375}, {"start": 1596.38, "end": 1596.98, "word": " color.", "probability": 0.802734375}, {"start": 1597.86, "end": 1598.04, "word": " But", "probability": 0.72216796875}, {"start": 1598.04, "end": 1598.18, "word": " I", "probability": 0.3720703125}, {"start": 1598.18, "end": 1598.3, "word": " tell", "probability": 0.318603515625}, {"start": 1598.3, "end": 1598.48, "word": " you", "probability": 0.96435546875}, {"start": 1598.48, "end": 1598.56, "word": " that", "probability": 0.35302734375}, {"start": 1598.56, "end": 1598.82, "word": " you", "probability": 0.7197265625}, {"start": 1598.82, "end": 1598.94, "word": " have", "probability": 0.292236328125}, {"start": 1598.94, "end": 1599.08, "word": " to", "probability": 0.962890625}, {"start": 1599.08, "end": 1599.28, "word": " put", "probability": 0.471923828125}, {"start": 1599.28, "end": 1599.5, "word": " before", "probability": 0.3212890625}, {"start": 1599.5, "end": 1599.62, "word": " the", "probability": 0.6357421875}, {"start": 1599.62, "end": 1599.82, "word": " word", "probability": 0.8369140625}, {"start": 1599.82, "end": 1600.24, "word": " Android.", "probability": 0.4912109375}, {"start": 1600.74, "end": 1601.02, "word": " Nobody", "probability": 0.316650390625}, {"start": 1601.02, "end": 1601.22, "word": " tells", "probability": 0.38134765625}, {"start": 1601.22, "end": 1601.34, "word": " me", "probability": 0.78955078125}, {"start": 1601.34, "end": 1601.52, "word": " why.", "probability": 0.8984375}, {"start": 1602.08, "end": 1602.38, "word": " That's", "probability": 0.52996826171875}, {"start": 1602.38, "end": 1602.5, "word": " how", "probability": 0.6259765625}, {"start": 1602.5, "end": 1602.52, "word": " it", "probability": 0.56103515625}, {"start": 1602.52, "end": 1602.68, "word": " works.", "probability": 0.302490234375}], "temperature": 1.0}, {"id": 62, "seek": 161639, "start": 1603.73, "end": 1616.39, "text": " ok, text color is primary I will change the color in colors", "tokens": [3133, 11, 2487, 2017, 307, 6194, 286, 486, 1319, 264, 2017, 294, 4577], "avg_logprob": -0.9587053060531616, "compression_ratio": 1.0526315789473684, "no_speech_prob": 0.0, "words": [{"start": 1603.73, "end": 1604.11, "word": " ok,", "probability": 0.0574951171875}, {"start": 1604.21, "end": 1604.51, "word": " text", "probability": 0.61474609375}, {"start": 1604.51, "end": 1604.87, "word": " color", "probability": 0.5947265625}, {"start": 1604.87, "end": 1605.23, "word": " is", "probability": 0.1878662109375}, {"start": 1605.23, "end": 1606.73, "word": " primary", "probability": 0.85888671875}, {"start": 1606.73, "end": 1613.27, "word": " I", "probability": 0.110107421875}, {"start": 1613.27, "end": 1613.55, "word": " will", "probability": 0.4345703125}, {"start": 1613.55, "end": 1613.85, "word": " change", "probability": 0.853515625}, {"start": 1613.85, "end": 1614.03, "word": " the", "probability": 0.5126953125}, {"start": 1614.03, "end": 1614.33, "word": " color", "probability": 0.5341796875}, {"start": 1614.33, "end": 1615.91, "word": " in", "probability": 0.41845703125}, {"start": 1615.91, "end": 1616.39, "word": " colors", "probability": 0.34423828125}], "temperature": 1.0}, {"id": 63, "seek": 165071, "start": 1630.19, "end": 1650.71, "text": " Okay, I don't want to put white because it's white by default. We want to prove that it has changed. The final shape doesn't matter. And we can also make a color for the window. The background color.", "tokens": [1033, 11, 286, 500, 380, 528, 281, 829, 2418, 570, 309, 311, 2418, 538, 7576, 13, 492, 528, 281, 7081, 300, 309, 575, 3105, 13, 440, 2572, 3909, 1177, 380, 1871, 13, 400, 321, 393, 611, 652, 257, 2017, 337, 264, 4910, 13, 440, 3678, 2017, 13], "avg_logprob": -0.5569661396245161, "compression_ratio": 1.3605442176870748, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1630.19, "end": 1630.53, "word": " Okay,", "probability": 0.102783203125}, {"start": 1630.63, "end": 1630.83, "word": " I", "probability": 0.5703125}, {"start": 1630.83, "end": 1630.99, "word": " don't", "probability": 0.7373046875}, {"start": 1630.99, "end": 1630.99, "word": " want", "probability": 0.708984375}, {"start": 1630.99, "end": 1631.05, "word": " to", "probability": 0.87255859375}, {"start": 1631.05, "end": 1631.19, "word": " put", "probability": 0.451171875}, {"start": 1631.19, "end": 1631.47, "word": " white", "probability": 0.77734375}, {"start": 1631.47, "end": 1631.63, "word": " because", "probability": 0.376953125}, {"start": 1631.63, "end": 1631.87, "word": " it's", "probability": 0.4937744140625}, {"start": 1631.87, "end": 1632.39, "word": " white", "probability": 0.4326171875}, {"start": 1632.39, "end": 1632.47, "word": " by", "probability": 0.60986328125}, {"start": 1632.47, "end": 1632.47, "word": " default.", "probability": 0.9853515625}, {"start": 1632.93, "end": 1632.93, "word": " We", "probability": 0.517578125}, {"start": 1632.93, "end": 1633.37, "word": " want", "probability": 0.73583984375}, {"start": 1633.37, "end": 1633.37, "word": " to", "probability": 0.962890625}, {"start": 1633.37, "end": 1633.49, "word": " prove", "probability": 0.69140625}, {"start": 1633.49, "end": 1633.67, "word": " that", "probability": 0.78857421875}, {"start": 1633.67, "end": 1633.79, "word": " it", "probability": 0.8369140625}, {"start": 1633.79, "end": 1633.81, "word": " has", "probability": 0.323974609375}, {"start": 1633.81, "end": 1634.05, "word": " changed.", "probability": 0.81005859375}, {"start": 1634.55, "end": 1634.87, "word": " The", "probability": 0.318359375}, {"start": 1634.87, "end": 1635.49, "word": " final", "probability": 0.74951171875}, {"start": 1635.49, "end": 1635.51, "word": " shape", "probability": 0.66064453125}, {"start": 1635.51, "end": 1635.51, "word": " doesn't", "probability": 0.742431640625}, {"start": 1635.51, "end": 1635.51, "word": " matter.", "probability": 0.82861328125}, {"start": 1637.07, "end": 1637.49, "word": " And", "probability": 0.407470703125}, {"start": 1637.49, "end": 1637.75, "word": " we", "probability": 0.407958984375}, {"start": 1637.75, "end": 1638.05, "word": " can", "probability": 0.3408203125}, {"start": 1638.05, "end": 1638.19, "word": " also", "probability": 0.55322265625}, {"start": 1638.19, "end": 1638.81, "word": " make", "probability": 0.2366943359375}, {"start": 1638.81, "end": 1638.95, "word": " a", "probability": 0.57958984375}, {"start": 1638.95, "end": 1639.23, "word": " color", "probability": 0.830078125}, {"start": 1639.23, "end": 1640.29, "word": " for", "probability": 0.65283203125}, {"start": 1640.29, "end": 1640.55, "word": " the", "probability": 0.580078125}, {"start": 1640.55, "end": 1642.11, "word": " window.", "probability": 0.87353515625}, {"start": 1649.69, "end": 1650.23, "word": " The", "probability": 0.509765625}, {"start": 1650.23, "end": 1650.69, "word": " background", "probability": 0.47021484375}, {"start": 1650.69, "end": 1650.71, "word": " color.", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 64, "seek": 167711, "start": 1664.67, "end": 1677.11, "text": "It's not important how it looks, it's important that it changes. Where? Okay.", "tokens": [3522, 311, 406, 1021, 577, 309, 1542, 11, 309, 311, 1021, 300, 309, 2962, 13, 2305, 30, 1033, 13], "avg_logprob": -0.6347656100988388, "compression_ratio": 1.0694444444444444, "no_speech_prob": 0.0, "words": [{"start": 1664.67, "end": 1664.89, "word": "It's", "probability": 0.4449462890625}, {"start": 1664.89, "end": 1664.93, "word": " not", "probability": 0.8671875}, {"start": 1664.93, "end": 1665.11, "word": " important", "probability": 0.443603515625}, {"start": 1665.11, "end": 1665.25, "word": " how", "probability": 0.257080078125}, {"start": 1665.25, "end": 1665.63, "word": " it", "probability": 0.41064453125}, {"start": 1665.63, "end": 1665.73, "word": " looks,", "probability": 0.6416015625}, {"start": 1665.85, "end": 1666.13, "word": " it's", "probability": 0.666015625}, {"start": 1666.13, "end": 1666.29, "word": " important", "probability": 0.76806640625}, {"start": 1666.29, "end": 1666.45, "word": " that", "probability": 0.7109375}, {"start": 1666.45, "end": 1667.45, "word": " it", "probability": 0.82763671875}, {"start": 1667.45, "end": 1669.03, "word": " changes.", "probability": 0.71142578125}, {"start": 1672.31, "end": 1672.59, "word": " Where?", "probability": 0.1304931640625}, {"start": 1676.55, "end": 1677.11, "word": " Okay.", "probability": 0.371826171875}], "temperature": 1.0}, {"id": 65, "seek": 172235, "start": 1698.81, "end": 1722.35, "text": " TextColorPrimary, no, why did I put it like that? Because these are Windows, that's it. I think this also needs what? I don't know. Without Android, I made a mistake.", "tokens": [18643, 34, 36182, 47, 5565, 822, 11, 572, 11, 983, 630, 286, 829, 309, 411, 300, 30, 1436, 613, 366, 8591, 11, 300, 311, 309, 13, 286, 519, 341, 611, 2203, 437, 30, 286, 500, 380, 458, 13, 9129, 8853, 11, 286, 1027, 257, 6146, 13], "avg_logprob": -0.5744680648154401, "compression_ratio": 1.237037037037037, "no_speech_prob": 0.0, "words": [{"start": 1698.81, "end": 1699.25, "word": " TextColorPrimary,", "probability": 0.6231282552083334}, {"start": 1699.41, "end": 1699.79, "word": " no,", "probability": 0.330810546875}, {"start": 1699.85, "end": 1700.01, "word": " why", "probability": 0.85888671875}, {"start": 1700.01, "end": 1700.09, "word": " did", "probability": 0.73486328125}, {"start": 1700.09, "end": 1700.09, "word": " I", "probability": 0.91845703125}, {"start": 1700.09, "end": 1700.29, "word": " put", "probability": 0.5859375}, {"start": 1700.29, "end": 1700.51, "word": " it", "probability": 0.71630859375}, {"start": 1700.51, "end": 1700.63, "word": " like", "probability": 0.517578125}, {"start": 1700.63, "end": 1701.51, "word": " that?", "probability": 0.5654296875}, {"start": 1704.67, "end": 1705.11, "word": " Because", "probability": 0.78955078125}, {"start": 1705.11, "end": 1705.31, "word": " these", "probability": 0.424072265625}, {"start": 1705.31, "end": 1705.35, "word": " are", "probability": 0.80224609375}, {"start": 1705.35, "end": 1705.83, "word": " Windows,", "probability": 0.28173828125}, {"start": 1705.99, "end": 1706.57, "word": " that's", "probability": 0.767822265625}, {"start": 1706.57, "end": 1707.11, "word": " it.", "probability": 0.62744140625}, {"start": 1713.35, "end": 1713.79, "word": " I", "probability": 0.94384765625}, {"start": 1713.79, "end": 1714.07, "word": " think", "probability": 0.83837890625}, {"start": 1714.07, "end": 1714.27, "word": " this", "probability": 0.5458984375}, {"start": 1714.27, "end": 1714.53, "word": " also", "probability": 0.379638671875}, {"start": 1714.53, "end": 1714.75, "word": " needs", "probability": 0.5810546875}, {"start": 1714.75, "end": 1715.15, "word": " what?", "probability": 0.1517333984375}, {"start": 1718.79, "end": 1719.23, "word": " I", "probability": 0.459716796875}, {"start": 1719.23, "end": 1719.37, "word": " don't", "probability": 0.9306640625}, {"start": 1719.37, "end": 1719.59, "word": " know.", "probability": 0.89453125}, {"start": 1720.97, "end": 1721.41, "word": " Without", "probability": 0.693359375}, {"start": 1721.41, "end": 1721.73, "word": " Android,", "probability": 0.79443359375}, {"start": 1721.87, "end": 1721.93, "word": " I", "probability": 0.10858154296875}, {"start": 1721.93, "end": 1722.05, "word": " made", "probability": 0.390869140625}, {"start": 1722.05, "end": 1722.21, "word": " a", "probability": 0.52294921875}, {"start": 1722.21, "end": 1722.35, "word": " mistake.", "probability": 0.94140625}], "temperature": 1.0}, {"id": 66, "seek": 174472, "start": 1729.46, "end": 1744.72, "text": " Okay, let's try this gate. We specified the theme. Of course, there are other attributes. For example, navigation bar color. If you have a navigation bar. There is also one that is not present here, which is", "tokens": [1033, 11, 718, 311, 853, 341, 8539, 13, 492, 22206, 264, 6314, 13, 2720, 1164, 11, 456, 366, 661, 17212, 13, 1171, 1365, 11, 17346, 2159, 2017, 13, 759, 291, 362, 257, 17346, 2159, 13, 821, 307, 611, 472, 300, 307, 406, 1974, 510, 11, 597, 307], "avg_logprob": -0.5172525917490324, "compression_ratio": 1.395973154362416, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 1729.46, "end": 1729.98, "word": " Okay,", "probability": 0.10064697265625}, {"start": 1733.4, "end": 1733.74, "word": " let's", "probability": 0.8212890625}, {"start": 1733.74, "end": 1734.0, "word": " try", "probability": 0.86083984375}, {"start": 1734.0, "end": 1734.18, "word": " this", "probability": 0.76318359375}, {"start": 1734.18, "end": 1734.48, "word": " gate.", "probability": 0.47265625}, {"start": 1735.58, "end": 1736.1, "word": " We", "probability": 0.458251953125}, {"start": 1736.1, "end": 1736.44, "word": " specified", "probability": 0.1380615234375}, {"start": 1736.44, "end": 1736.66, "word": " the", "probability": 0.2366943359375}, {"start": 1736.66, "end": 1736.9, "word": " theme.", "probability": 0.70166015625}, {"start": 1737.22, "end": 1737.72, "word": " Of", "probability": 0.421142578125}, {"start": 1737.72, "end": 1737.84, "word": " course,", "probability": 0.955078125}, {"start": 1737.88, "end": 1737.98, "word": " there", "probability": 0.833984375}, {"start": 1737.98, "end": 1738.02, "word": " are", "probability": 0.8955078125}, {"start": 1738.02, "end": 1738.1, "word": " other", "probability": 0.67626953125}, {"start": 1738.1, "end": 1738.46, "word": " attributes.", "probability": 0.8564453125}, {"start": 1738.82, "end": 1738.94, "word": " For", "probability": 0.6611328125}, {"start": 1738.94, "end": 1739.18, "word": " example,", "probability": 0.9443359375}, {"start": 1739.28, "end": 1739.6, "word": " navigation", "probability": 0.25146484375}, {"start": 1739.6, "end": 1739.94, "word": " bar", "probability": 0.705078125}, {"start": 1739.94, "end": 1740.28, "word": " color.", "probability": 0.8095703125}, {"start": 1740.9, "end": 1740.9, "word": " If", "probability": 0.7958984375}, {"start": 1740.9, "end": 1741.0, "word": " you", "probability": 0.95751953125}, {"start": 1741.0, "end": 1741.14, "word": " have", "probability": 0.9296875}, {"start": 1741.14, "end": 1741.22, "word": " a", "probability": 0.83203125}, {"start": 1741.22, "end": 1741.5, "word": " navigation", "probability": 0.80322265625}, {"start": 1741.5, "end": 1741.9, "word": " bar.", "probability": 0.95947265625}, {"start": 1742.6, "end": 1743.02, "word": " There", "probability": 0.73583984375}, {"start": 1743.02, "end": 1743.1, "word": " is", "probability": 0.79443359375}, {"start": 1743.1, "end": 1743.28, "word": " also", "probability": 0.50439453125}, {"start": 1743.28, "end": 1743.46, "word": " one", "probability": 0.3525390625}, {"start": 1743.46, "end": 1743.62, "word": " that", "probability": 0.47509765625}, {"start": 1743.62, "end": 1743.66, "word": " is", "probability": 0.7021484375}, {"start": 1743.66, "end": 1743.7, "word": " not", "probability": 0.92138671875}, {"start": 1743.7, "end": 1744.0, "word": " present", "probability": 0.447509765625}, {"start": 1744.0, "end": 1744.28, "word": " here,", "probability": 0.78173828125}, {"start": 1744.34, "end": 1744.46, "word": " which", "probability": 0.84423828125}, {"start": 1744.46, "end": 1744.72, "word": " is", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 67, "seek": 176415, "start": 1745.65, "end": 1764.15, "text": " Text Color Secondary Let's see the theme To apply this theme, you have to go to the manifest and type My Gaza Theme", "tokens": [18643, 10458, 5736, 822, 961, 311, 536, 264, 6314, 1407, 3079, 341, 6314, 11, 291, 362, 281, 352, 281, 264, 10067, 293, 2010, 1222, 37800, 42428], "avg_logprob": -0.6637731260723538, "compression_ratio": 1.16, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1745.65, "end": 1746.05, "word": " Text", "probability": 0.53125}, {"start": 1746.05, "end": 1746.37, "word": " Color", "probability": 0.446044921875}, {"start": 1746.37, "end": 1747.05, "word": " Secondary", "probability": 0.912841796875}, {"start": 1747.05, "end": 1756.77, "word": " Let's", "probability": 0.388275146484375}, {"start": 1756.77, "end": 1756.97, "word": " see", "probability": 0.5380859375}, {"start": 1756.97, "end": 1757.39, "word": " the", "probability": 0.5625}, {"start": 1757.39, "end": 1757.65, "word": " theme", "probability": 0.37890625}, {"start": 1757.65, "end": 1759.33, "word": " To", "probability": 0.14501953125}, {"start": 1759.33, "end": 1760.17, "word": " apply", "probability": 0.66796875}, {"start": 1760.17, "end": 1760.33, "word": " this", "probability": 0.53125}, {"start": 1760.33, "end": 1760.53, "word": " theme,", "probability": 0.8037109375}, {"start": 1760.87, "end": 1760.87, "word": " you", "probability": 0.48681640625}, {"start": 1760.87, "end": 1760.97, "word": " have", "probability": 0.26123046875}, {"start": 1760.97, "end": 1761.15, "word": " to", "probability": 0.96337890625}, {"start": 1761.15, "end": 1761.25, "word": " go", "probability": 0.654296875}, {"start": 1761.25, "end": 1761.37, "word": " to", "probability": 0.9111328125}, {"start": 1761.37, "end": 1761.41, "word": " the", "probability": 0.611328125}, {"start": 1761.41, "end": 1761.75, "word": " manifest", "probability": 0.63232421875}, {"start": 1761.75, "end": 1761.93, "word": " and", "probability": 0.68212890625}, {"start": 1761.93, "end": 1762.15, "word": " type", "probability": 0.269775390625}, {"start": 1762.15, "end": 1762.81, "word": " My", "probability": 0.3037109375}, {"start": 1762.81, "end": 1763.33, "word": " Gaza", "probability": 0.65380859375}, {"start": 1763.33, "end": 1764.15, "word": " Theme", "probability": 0.6611328125}], "temperature": 1.0}, {"id": 68, "seek": 178620, "start": 1765.44, "end": 1786.2, "text": " Because this is my activity and this is what? Applying the theme. Okay, it's bad, but okay. The idea is to apply the theme. Okay, let's see. I will put the picture and I will show it to you, because you must know the attributes that you use.", "tokens": [1436, 341, 307, 452, 5191, 293, 341, 307, 437, 30, 3132, 7310, 264, 6314, 13, 1033, 11, 309, 311, 1578, 11, 457, 1392, 13, 440, 1558, 307, 281, 3079, 264, 6314, 13, 1033, 11, 718, 311, 536, 13, 286, 486, 829, 264, 3036, 293, 286, 486, 855, 309, 281, 291, 11, 570, 291, 1633, 458, 264, 17212, 300, 291, 764, 13], "avg_logprob": -0.5378024453117002, "compression_ratio": 1.5220125786163523, "no_speech_prob": 0.0, "words": [{"start": 1765.44, "end": 1765.76, "word": " Because", "probability": 0.138427734375}, {"start": 1765.76, "end": 1766.04, "word": " this", "probability": 0.485107421875}, {"start": 1766.04, "end": 1766.04, "word": " is", "probability": 0.873046875}, {"start": 1766.04, "end": 1766.12, "word": " my", "probability": 0.82275390625}, {"start": 1766.12, "end": 1766.66, "word": " activity", "probability": 0.90283203125}, {"start": 1766.66, "end": 1767.12, "word": " and", "probability": 0.7119140625}, {"start": 1767.12, "end": 1767.28, "word": " this", "probability": 0.409423828125}, {"start": 1767.28, "end": 1767.48, "word": " is", "probability": 0.8291015625}, {"start": 1767.48, "end": 1767.6, "word": " what?", "probability": 0.228271484375}, {"start": 1767.78, "end": 1768.06, "word": " Applying", "probability": 0.66796875}, {"start": 1768.06, "end": 1768.86, "word": " the", "probability": 0.58203125}, {"start": 1768.86, "end": 1769.04, "word": " theme.", "probability": 0.76318359375}, {"start": 1769.2, "end": 1769.46, "word": " Okay,", "probability": 0.334716796875}, {"start": 1769.56, "end": 1769.58, "word": " it's", "probability": 0.515380859375}, {"start": 1769.58, "end": 1769.74, "word": " bad,", "probability": 0.373779296875}, {"start": 1770.0, "end": 1770.98, "word": " but", "probability": 0.849609375}, {"start": 1770.98, "end": 1771.38, "word": " okay.", "probability": 0.442138671875}, {"start": 1773.32, "end": 1773.8, "word": " The", "probability": 0.7060546875}, {"start": 1773.8, "end": 1774.04, "word": " idea", "probability": 0.875}, {"start": 1774.04, "end": 1774.14, "word": " is", "probability": 0.896484375}, {"start": 1774.14, "end": 1774.32, "word": " to", "probability": 0.55419921875}, {"start": 1774.32, "end": 1774.66, "word": " apply", "probability": 0.83447265625}, {"start": 1774.66, "end": 1774.96, "word": " the", "probability": 0.88623046875}, {"start": 1774.96, "end": 1775.32, "word": " theme.", "probability": 0.83740234375}, {"start": 1775.74, "end": 1776.22, "word": " Okay,", "probability": 0.58251953125}, {"start": 1776.82, "end": 1778.66, "word": " let's", "probability": 0.8330078125}, {"start": 1778.66, "end": 1779.06, "word": " see.", "probability": 0.83984375}, {"start": 1779.64, "end": 1779.82, "word": " I", "probability": 0.88232421875}, {"start": 1779.82, "end": 1779.84, "word": " will", "probability": 0.62109375}, {"start": 1779.84, "end": 1779.96, "word": " put", "probability": 0.301513671875}, {"start": 1779.96, "end": 1780.18, "word": " the", "probability": 0.50537109375}, {"start": 1780.18, "end": 1780.38, "word": " picture", "probability": 0.53955078125}, {"start": 1780.38, "end": 1780.48, "word": " and", "probability": 0.607421875}, {"start": 1780.48, "end": 1780.5, "word": " I", "probability": 0.389404296875}, {"start": 1780.5, "end": 1780.6, "word": " will", "probability": 0.84130859375}, {"start": 1780.6, "end": 1780.78, "word": " show", "probability": 0.5224609375}, {"start": 1780.78, "end": 1780.94, "word": " it", "probability": 0.483154296875}, {"start": 1780.94, "end": 1780.94, "word": " to", "probability": 0.86962890625}, {"start": 1780.94, "end": 1781.0, "word": " you,", "probability": 0.96435546875}, {"start": 1781.24, "end": 1781.42, "word": " because", "probability": 0.814453125}, {"start": 1781.42, "end": 1781.66, "word": " you", "probability": 0.9619140625}, {"start": 1781.66, "end": 1781.9, "word": " must", "probability": 0.322509765625}, {"start": 1781.9, "end": 1782.58, "word": " know", "probability": 0.783203125}, {"start": 1782.58, "end": 1783.76, "word": " the", "probability": 0.84765625}, {"start": 1783.76, "end": 1784.32, "word": " attributes", "probability": 0.85595703125}, {"start": 1784.32, "end": 1785.72, "word": " that", "probability": 0.5595703125}, {"start": 1785.72, "end": 1785.86, "word": " you", "probability": 0.91650390625}, {"start": 1785.86, "end": 1786.2, "word": " use.", "probability": 0.70361328125}], "temperature": 1.0}, {"id": 69, "seek": 181584, "start": 1792.24, "end": 1815.84, "text": " Common Intents? Okay. Come on guys, let's see this Google. There are websites that can help you choose the existing color families.", "tokens": [18235, 5681, 791, 30, 1033, 13, 2492, 322, 1074, 11, 718, 311, 536, 341, 3329, 13, 821, 366, 12891, 300, 393, 854, 291, 2826, 264, 6741, 2017, 4466, 13], "avg_logprob": -0.579687503973643, "compression_ratio": 1.168141592920354, "no_speech_prob": 0.0, "words": [{"start": 1792.24, "end": 1792.74, "word": " Common", "probability": 0.39453125}, {"start": 1792.74, "end": 1793.36, "word": " Intents?", "probability": 0.888671875}, {"start": 1793.5, "end": 1794.26, "word": " Okay.", "probability": 0.13232421875}, {"start": 1795.7, "end": 1796.46, "word": " Come", "probability": 0.435791015625}, {"start": 1796.46, "end": 1796.6, "word": " on", "probability": 0.41259765625}, {"start": 1796.6, "end": 1796.82, "word": " guys,", "probability": 0.6259765625}, {"start": 1797.1, "end": 1797.2, "word": " let's", "probability": 0.8359375}, {"start": 1797.2, "end": 1797.42, "word": " see", "probability": 0.463134765625}, {"start": 1797.42, "end": 1797.78, "word": " this", "probability": 0.348388671875}, {"start": 1797.78, "end": 1798.36, "word": " Google.", "probability": 0.498779296875}, {"start": 1807.86, "end": 1808.62, "word": " There", "probability": 0.32763671875}, {"start": 1808.62, "end": 1808.78, "word": " are", "probability": 0.93017578125}, {"start": 1808.78, "end": 1809.16, "word": " websites", "probability": 0.73681640625}, {"start": 1809.16, "end": 1809.32, "word": " that", "probability": 0.81494140625}, {"start": 1809.32, "end": 1809.5, "word": " can", "probability": 0.728515625}, {"start": 1809.5, "end": 1809.88, "word": " help", "probability": 0.8798828125}, {"start": 1809.88, "end": 1810.84, "word": " you", "probability": 0.943359375}, {"start": 1810.84, "end": 1811.64, "word": " choose", "probability": 0.52978515625}, {"start": 1811.64, "end": 1814.96, "word": " the", "probability": 0.42041015625}, {"start": 1814.96, "end": 1815.38, "word": " existing", "probability": 0.3408203125}, {"start": 1815.38, "end": 1815.72, "word": " color", "probability": 0.406982421875}, {"start": 1815.72, "end": 1815.84, "word": " families.", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 70, "seek": 184637, "start": 1818.93, "end": 1846.37, "text": " For example, here it brings me what is called color palettes, which are categories of existing colors. For example, these red colors, you see, these are gradations, okay? So, for example, you can take the number, of course, each degree of the number gives me a division, okay? For example, you can choose this", "tokens": [1171, 1365, 11, 510, 309, 5607, 385, 437, 307, 1219, 2017, 3984, 16049, 11, 597, 366, 10479, 295, 6741, 4577, 13, 1171, 1365, 11, 613, 2182, 4577, 11, 291, 536, 11, 613, 366, 2771, 763, 11, 1392, 30, 407, 11, 337, 1365, 11, 291, 393, 747, 264, 1230, 11, 295, 1164, 11, 1184, 4314, 295, 264, 1230, 2709, 385, 257, 10044, 11, 1392, 30, 1171, 1365, 11, 291, 393, 2826, 341], "avg_logprob": -0.5256076181928316, "compression_ratio": 1.712707182320442, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1818.93, "end": 1819.43, "word": " For", "probability": 0.480224609375}, {"start": 1819.43, "end": 1819.43, "word": " example,", "probability": 0.90087890625}, {"start": 1820.25, "end": 1820.61, "word": " here", "probability": 0.405517578125}, {"start": 1820.61, "end": 1820.75, "word": " it", "probability": 0.544921875}, {"start": 1820.75, "end": 1820.91, "word": " brings", "probability": 0.365966796875}, {"start": 1820.91, "end": 1821.45, "word": " me", "probability": 0.5869140625}, {"start": 1821.45, "end": 1823.05, "word": " what", "probability": 0.30908203125}, {"start": 1823.05, "end": 1823.83, "word": " is", "probability": 0.316650390625}, {"start": 1823.83, "end": 1824.05, "word": " called", "probability": 0.72607421875}, {"start": 1824.05, "end": 1824.45, "word": " color", "probability": 0.378173828125}, {"start": 1824.45, "end": 1824.97, "word": " palettes,", "probability": 0.730712890625}, {"start": 1825.83, "end": 1825.87, "word": " which", "probability": 0.6005859375}, {"start": 1825.87, "end": 1826.15, "word": " are", "probability": 0.6552734375}, {"start": 1826.15, "end": 1828.29, "word": " categories", "probability": 0.2030029296875}, {"start": 1828.29, "end": 1829.11, "word": " of", "probability": 0.79736328125}, {"start": 1829.11, "end": 1829.89, "word": " existing", "probability": 0.5947265625}, {"start": 1829.89, "end": 1829.89, "word": " colors.", "probability": 0.859375}, {"start": 1832.29, "end": 1832.79, "word": " For", "probability": 0.73291015625}, {"start": 1832.79, "end": 1833.01, "word": " example,", "probability": 0.9609375}, {"start": 1833.19, "end": 1833.35, "word": " these", "probability": 0.6962890625}, {"start": 1833.35, "end": 1833.51, "word": " red", "probability": 0.6826171875}, {"start": 1833.51, "end": 1834.25, "word": " colors,", "probability": 0.705078125}, {"start": 1834.35, "end": 1834.43, "word": " you", "probability": 0.341552734375}, {"start": 1834.43, "end": 1834.73, "word": " see,", "probability": 0.736328125}, {"start": 1834.99, "end": 1835.05, "word": " these", "probability": 0.4658203125}, {"start": 1835.05, "end": 1835.95, "word": " are", "probability": 0.91015625}, {"start": 1835.95, "end": 1836.53, "word": " gradations,", "probability": 0.4124755859375}, {"start": 1836.75, "end": 1837.37, "word": " okay?", "probability": 0.393310546875}, {"start": 1837.59, "end": 1837.71, "word": " So,", "probability": 0.509765625}, {"start": 1837.87, "end": 1838.03, "word": " for", "probability": 0.50390625}, {"start": 1838.03, "end": 1838.19, "word": " example,", "probability": 0.9658203125}, {"start": 1838.27, "end": 1838.31, "word": " you", "probability": 0.95263671875}, {"start": 1838.31, "end": 1838.55, "word": " can", "probability": 0.89208984375}, {"start": 1838.55, "end": 1838.89, "word": " take", "probability": 0.70947265625}, {"start": 1838.89, "end": 1839.05, "word": " the", "probability": 0.5224609375}, {"start": 1839.05, "end": 1839.31, "word": " number,", "probability": 0.8759765625}, {"start": 1839.85, "end": 1840.03, "word": " of", "probability": 0.6318359375}, {"start": 1840.03, "end": 1840.03, "word": " course,", "probability": 0.9599609375}, {"start": 1840.21, "end": 1840.77, "word": " each", "probability": 0.59326171875}, {"start": 1840.77, "end": 1841.29, "word": " degree", "probability": 0.71728515625}, {"start": 1841.29, "end": 1841.49, "word": " of", "probability": 0.63623046875}, {"start": 1841.49, "end": 1842.27, "word": " the", "probability": 0.25341796875}, {"start": 1842.27, "end": 1842.51, "word": " number", "probability": 0.91748046875}, {"start": 1842.51, "end": 1843.01, "word": " gives", "probability": 0.394287109375}, {"start": 1843.01, "end": 1843.15, "word": " me", "probability": 0.5986328125}, {"start": 1843.15, "end": 1843.21, "word": " a", "probability": 0.96044921875}, {"start": 1843.21, "end": 1843.41, "word": " division,", "probability": 0.175537109375}, {"start": 1844.01, "end": 1844.23, "word": " okay?", "probability": 0.798828125}, {"start": 1844.87, "end": 1845.37, "word": " For", "probability": 0.91162109375}, {"start": 1845.37, "end": 1845.39, "word": " example,", "probability": 0.970703125}, {"start": 1845.47, "end": 1845.57, "word": " you", "probability": 0.9580078125}, {"start": 1845.57, "end": 1845.75, "word": " can", "probability": 0.9375}, {"start": 1845.75, "end": 1846.03, "word": " choose", "probability": 0.86376953125}, {"start": 1846.03, "end": 1846.37, "word": " this", "probability": 0.91162109375}], "temperature": 1.0}, {"id": 71, "seek": 187070, "start": 1847.66, "end": 1870.7, "text": " Which is the status bar, the primary color is dark Why this is not working? Ok, this is the theme here To get a good design, try to stick to", "tokens": [3013, 307, 264, 6558, 2159, 11, 264, 6194, 2017, 307, 2877, 1545, 341, 307, 406, 1364, 30, 3477, 11, 341, 307, 264, 6314, 510, 1407, 483, 257, 665, 1715, 11, 853, 281, 2897, 281], "avg_logprob": -0.6843749795641217, "compression_ratio": 1.247787610619469, "no_speech_prob": 0.0, "words": [{"start": 1847.66, "end": 1847.96, "word": " Which", "probability": 0.2509765625}, {"start": 1847.96, "end": 1848.4, "word": " is", "probability": 0.89697265625}, {"start": 1848.4, "end": 1849.32, "word": " the", "probability": 0.4736328125}, {"start": 1849.32, "end": 1851.62, "word": " status", "probability": 0.5078125}, {"start": 1851.62, "end": 1852.02, "word": " bar,", "probability": 0.8916015625}, {"start": 1852.12, "end": 1852.26, "word": " the", "probability": 0.38525390625}, {"start": 1852.26, "end": 1852.9, "word": " primary", "probability": 0.703125}, {"start": 1852.9, "end": 1852.92, "word": " color", "probability": 0.47998046875}, {"start": 1852.92, "end": 1853.12, "word": " is", "probability": 0.21484375}, {"start": 1853.12, "end": 1853.42, "word": " dark", "probability": 0.8349609375}, {"start": 1853.42, "end": 1854.46, "word": " Why", "probability": 0.338623046875}, {"start": 1854.46, "end": 1854.56, "word": " this", "probability": 0.259033203125}, {"start": 1854.56, "end": 1854.72, "word": " is", "probability": 0.3369140625}, {"start": 1854.72, "end": 1854.76, "word": " not", "probability": 0.931640625}, {"start": 1854.76, "end": 1855.1, "word": " working?", "probability": 0.8681640625}, {"start": 1863.56, "end": 1864.16, "word": " Ok,", "probability": 0.269775390625}, {"start": 1864.28, "end": 1864.48, "word": " this", "probability": 0.321044921875}, {"start": 1864.48, "end": 1864.52, "word": " is", "probability": 0.8701171875}, {"start": 1864.52, "end": 1864.62, "word": " the", "probability": 0.7431640625}, {"start": 1864.62, "end": 1864.86, "word": " theme", "probability": 0.7646484375}, {"start": 1864.86, "end": 1865.76, "word": " here", "probability": 0.30859375}, {"start": 1865.76, "end": 1868.16, "word": " To", "probability": 0.423095703125}, {"start": 1868.16, "end": 1868.44, "word": " get", "probability": 0.381591796875}, {"start": 1868.44, "end": 1868.54, "word": " a", "probability": 0.712890625}, {"start": 1868.54, "end": 1868.54, "word": " good", "probability": 0.244140625}, {"start": 1868.54, "end": 1868.82, "word": " design,", "probability": 0.85107421875}, {"start": 1869.44, "end": 1869.8, "word": " try", "probability": 0.62646484375}, {"start": 1869.8, "end": 1869.92, "word": " to", "probability": 0.9130859375}, {"start": 1869.92, "end": 1870.28, "word": " stick", "probability": 0.52294921875}, {"start": 1870.28, "end": 1870.7, "word": " to", "probability": 0.69140625}], "temperature": 1.0}, {"id": 72, "seek": 189372, "start": 1871.52, "end": 1893.72, "text": " In the color palette, for example if you want your application to be red, choose the dark color from number 8 Ok, is it clear? No, it's not clear here, is it? Ok, for example, this indigo is blue And this I want to call it control plus, let's make it bigger", "tokens": [682, 264, 2017, 15851, 11, 337, 1365, 498, 291, 528, 428, 3861, 281, 312, 2182, 11, 2826, 264, 2877, 2017, 490, 1230, 1649, 3477, 11, 307, 309, 1850, 30, 883, 11, 309, 311, 406, 1850, 510, 11, 307, 309, 30, 3477, 11, 337, 1365, 11, 341, 1016, 7483, 307, 3344, 400, 341, 286, 528, 281, 818, 309, 1969, 1804, 11, 718, 311, 652, 309, 3801], "avg_logprob": -0.6822916865348816, "compression_ratio": 1.5087719298245614, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1871.52, "end": 1871.94, "word": " In", "probability": 0.1187744140625}, {"start": 1871.94, "end": 1872.06, "word": " the", "probability": 0.330322265625}, {"start": 1872.06, "end": 1872.24, "word": " color", "probability": 0.6982421875}, {"start": 1872.24, "end": 1872.62, "word": " palette,", "probability": 0.5087890625}, {"start": 1872.98, "end": 1873.26, "word": " for", "probability": 0.3876953125}, {"start": 1873.26, "end": 1873.44, "word": " example", "probability": 0.9287109375}, {"start": 1873.44, "end": 1873.64, "word": " if", "probability": 0.52099609375}, {"start": 1873.64, "end": 1873.96, "word": " you", "probability": 0.85302734375}, {"start": 1873.96, "end": 1874.32, "word": " want", "probability": 0.771484375}, {"start": 1874.32, "end": 1874.62, "word": " your", "probability": 0.5146484375}, {"start": 1874.62, "end": 1874.94, "word": " application", "probability": 0.56494140625}, {"start": 1874.94, "end": 1875.6, "word": " to", "probability": 0.85595703125}, {"start": 1875.6, "end": 1875.88, "word": " be", "probability": 0.80224609375}, {"start": 1875.88, "end": 1876.04, "word": " red,", "probability": 0.578125}, {"start": 1877.12, "end": 1877.72, "word": " choose", "probability": 0.5498046875}, {"start": 1877.72, "end": 1878.38, "word": " the", "probability": 0.440673828125}, {"start": 1878.38, "end": 1878.54, "word": " dark", "probability": 0.1656494140625}, {"start": 1878.54, "end": 1878.66, "word": " color", "probability": 0.337646484375}, {"start": 1878.66, "end": 1880.24, "word": " from", "probability": 0.4853515625}, {"start": 1880.24, "end": 1880.5, "word": " number", "probability": 0.354736328125}, {"start": 1880.5, "end": 1880.78, "word": " 8", "probability": 0.326416015625}, {"start": 1880.78, "end": 1881.54, "word": " Ok,", "probability": 0.2010498046875}, {"start": 1883.2, "end": 1883.38, "word": " is", "probability": 0.378173828125}, {"start": 1883.38, "end": 1883.64, "word": " it", "probability": 0.66552734375}, {"start": 1883.64, "end": 1883.88, "word": " clear?", "probability": 0.84814453125}, {"start": 1884.12, "end": 1884.26, "word": " No,", "probability": 0.28857421875}, {"start": 1884.32, "end": 1884.4, "word": " it's", "probability": 0.4783935546875}, {"start": 1884.4, "end": 1884.44, "word": " not", "probability": 0.921875}, {"start": 1884.44, "end": 1884.68, "word": " clear", "probability": 0.80810546875}, {"start": 1884.68, "end": 1884.92, "word": " here,", "probability": 0.53076171875}, {"start": 1884.92, "end": 1885.06, "word": " is", "probability": 0.314697265625}, {"start": 1885.06, "end": 1885.06, "word": " it?", "probability": 0.9150390625}, {"start": 1885.66, "end": 1886.14, "word": " Ok,", "probability": 0.50537109375}, {"start": 1886.18, "end": 1886.4, "word": " for", "probability": 0.2047119140625}, {"start": 1886.4, "end": 1886.6, "word": " example,", "probability": 0.9462890625}, {"start": 1886.64, "end": 1886.76, "word": " this", "probability": 0.56298828125}, {"start": 1886.76, "end": 1889.58, "word": " indigo", "probability": 0.758056640625}, {"start": 1889.58, "end": 1889.58, "word": " is", "probability": 0.587890625}, {"start": 1889.58, "end": 1889.58, "word": " blue", "probability": 0.8671875}, {"start": 1889.58, "end": 1890.28, "word": " And", "probability": 0.2203369140625}, {"start": 1890.28, "end": 1890.46, "word": " this", "probability": 0.49853515625}, {"start": 1890.46, "end": 1890.5, "word": " I", "probability": 0.31982421875}, {"start": 1890.5, "end": 1890.64, "word": " want", "probability": 0.58837890625}, {"start": 1890.64, "end": 1890.72, "word": " to", "probability": 0.9677734375}, {"start": 1890.72, "end": 1890.9, "word": " call", "probability": 0.468017578125}, {"start": 1890.9, "end": 1891.22, "word": " it", "probability": 0.57080078125}, {"start": 1891.22, "end": 1892.04, "word": " control", "probability": 0.384033203125}, {"start": 1892.04, "end": 1892.62, "word": " plus,", "probability": 0.60400390625}, {"start": 1893.1, "end": 1893.44, "word": " let's", "probability": 0.4810791015625}, {"start": 1893.44, "end": 1893.56, "word": " make", "probability": 0.68701171875}, {"start": 1893.56, "end": 1893.56, "word": " it", "probability": 0.921875}, {"start": 1893.56, "end": 1893.72, "word": " bigger", "probability": 0.744140625}], "temperature": 1.0}, {"id": 73, "seek": 192538, "start": 1896.34, "end": 1925.38, "text": " For example, this color is 900, and this one is not 900. The idea here is that you click on this color, this hexa, and copy it on the clipboard. So you go and paste it where? In the style. You will not memorize colors, you will try it. Come and open these color palettes, look at them and choose. Say this color is primary dark. Click here and copy it. Go and put it in the ... There are websites that choose the color and they give you the color.", "tokens": [1171, 1365, 11, 341, 2017, 307, 22016, 11, 293, 341, 472, 307, 406, 22016, 13, 440, 1558, 510, 307, 300, 291, 2052, 322, 341, 2017, 11, 341, 23291, 64, 11, 293, 5055, 309, 322, 264, 7353, 3787, 13, 407, 291, 352, 293, 9163, 309, 689, 30, 682, 264, 3758, 13, 509, 486, 406, 27478, 4577, 11, 291, 486, 853, 309, 13, 2492, 293, 1269, 613, 2017, 3984, 16049, 11, 574, 412, 552, 293, 2826, 13, 6463, 341, 2017, 307, 6194, 2877, 13, 8230, 510, 293, 5055, 309, 13, 1037, 293, 829, 309, 294, 264, 4386, 13, 821, 366, 12891, 300, 2826, 264, 2017, 293, 436, 976, 291, 264, 2017, 13], "avg_logprob": -0.6097972768921036, "compression_ratio": 1.8211382113821137, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1896.34, "end": 1896.74, "word": " For", "probability": 0.255615234375}, {"start": 1896.74, "end": 1897.06, "word": " example,", "probability": 0.90234375}, {"start": 1897.76, "end": 1897.88, "word": " this", "probability": 0.54833984375}, {"start": 1897.88, "end": 1897.98, "word": " color", "probability": 0.1585693359375}, {"start": 1897.98, "end": 1898.14, "word": " is", "probability": 0.7666015625}, {"start": 1898.14, "end": 1899.06, "word": " 900,", "probability": 0.56884765625}, {"start": 1899.3, "end": 1899.32, "word": " and", "probability": 0.19775390625}, {"start": 1899.32, "end": 1899.42, "word": " this", "probability": 0.69775390625}, {"start": 1899.42, "end": 1899.46, "word": " one", "probability": 0.384033203125}, {"start": 1899.46, "end": 1899.74, "word": " is", "probability": 0.587890625}, {"start": 1899.74, "end": 1900.54, "word": " not", "probability": 0.11907958984375}, {"start": 1900.54, "end": 1901.1, "word": " 900.", "probability": 0.3857421875}, {"start": 1901.46, "end": 1901.86, "word": " The", "probability": 0.225830078125}, {"start": 1901.86, "end": 1902.58, "word": " idea", "probability": 0.72998046875}, {"start": 1902.58, "end": 1902.74, "word": " here", "probability": 0.369140625}, {"start": 1902.74, "end": 1902.9, "word": " is", "probability": 0.88720703125}, {"start": 1902.9, "end": 1903.0, "word": " that", "probability": 0.460693359375}, {"start": 1903.0, "end": 1903.26, "word": " you", "probability": 0.81494140625}, {"start": 1903.26, "end": 1903.52, "word": " click", "probability": 0.55810546875}, {"start": 1903.52, "end": 1904.4, "word": " on", "probability": 0.8505859375}, {"start": 1904.4, "end": 1904.78, "word": " this", "probability": 0.486572265625}, {"start": 1904.78, "end": 1905.54, "word": " color,", "probability": 0.2237548828125}, {"start": 1905.64, "end": 1905.88, "word": " this", "probability": 0.50439453125}, {"start": 1905.88, "end": 1906.96, "word": " hexa,", "probability": 0.6373291015625}, {"start": 1907.16, "end": 1907.6, "word": " and", "probability": 0.80615234375}, {"start": 1907.6, "end": 1907.74, "word": " copy", "probability": 0.67138671875}, {"start": 1907.74, "end": 1907.88, "word": " it", "probability": 0.8720703125}, {"start": 1907.88, "end": 1908.0, "word": " on", "probability": 0.51220703125}, {"start": 1908.0, "end": 1908.12, "word": " the", "probability": 0.5478515625}, {"start": 1908.12, "end": 1908.56, "word": " clipboard.", "probability": 0.973876953125}, {"start": 1908.64, "end": 1908.7, "word": " So", "probability": 0.262939453125}, {"start": 1908.7, "end": 1908.86, "word": " you", "probability": 0.54296875}, {"start": 1908.86, "end": 1908.98, "word": " go", "probability": 0.262939453125}, {"start": 1908.98, "end": 1909.06, "word": " and", "probability": 0.591796875}, {"start": 1909.06, "end": 1909.34, "word": " paste", "probability": 0.47412109375}, {"start": 1909.34, "end": 1909.46, "word": " it", "probability": 0.8525390625}, {"start": 1909.46, "end": 1909.58, "word": " where?", "probability": 0.378662109375}, {"start": 1910.22, "end": 1910.52, "word": " In", "probability": 0.74365234375}, {"start": 1910.52, "end": 1910.7, "word": " the", "probability": 0.779296875}, {"start": 1910.7, "end": 1911.1, "word": " style.", "probability": 0.82373046875}, {"start": 1912.02, "end": 1912.42, "word": " You", "probability": 0.27392578125}, {"start": 1912.42, "end": 1913.22, "word": " will", "probability": 0.336181640625}, {"start": 1913.22, "end": 1913.26, "word": " not", "probability": 0.8974609375}, {"start": 1913.26, "end": 1913.52, "word": " memorize", "probability": 0.419921875}, {"start": 1913.52, "end": 1913.84, "word": " colors,", "probability": 0.5556640625}, {"start": 1913.94, "end": 1914.04, "word": " you", "probability": 0.74365234375}, {"start": 1914.04, "end": 1914.14, "word": " will", "probability": 0.62255859375}, {"start": 1914.14, "end": 1914.48, "word": " try", "probability": 0.53076171875}, {"start": 1914.48, "end": 1914.56, "word": " it.", "probability": 0.297119140625}, {"start": 1915.28, "end": 1915.68, "word": " Come", "probability": 0.47607421875}, {"start": 1915.68, "end": 1915.8, "word": " and", "probability": 0.31494140625}, {"start": 1915.8, "end": 1915.98, "word": " open", "probability": 0.806640625}, {"start": 1915.98, "end": 1916.18, "word": " these", "probability": 0.54248046875}, {"start": 1916.18, "end": 1916.4, "word": " color", "probability": 0.837890625}, {"start": 1916.4, "end": 1916.72, "word": " palettes,", "probability": 0.910888671875}, {"start": 1917.74, "end": 1918.08, "word": " look", "probability": 0.6376953125}, {"start": 1918.08, "end": 1918.34, "word": " at", "probability": 0.9296875}, {"start": 1918.34, "end": 1918.48, "word": " them", "probability": 0.849609375}, {"start": 1918.48, "end": 1918.62, "word": " and", "probability": 0.62841796875}, {"start": 1918.62, "end": 1918.88, "word": " choose.", "probability": 0.8427734375}, {"start": 1919.06, "end": 1919.36, "word": " Say", "probability": 0.40966796875}, {"start": 1919.36, "end": 1919.54, "word": " this", "probability": 0.62646484375}, {"start": 1919.54, "end": 1919.72, "word": " color", "probability": 0.27294921875}, {"start": 1919.72, "end": 1919.84, "word": " is", "probability": 0.87158203125}, {"start": 1919.84, "end": 1920.16, "word": " primary", "probability": 0.5224609375}, {"start": 1920.16, "end": 1920.44, "word": " dark.", "probability": 0.402099609375}, {"start": 1920.5, "end": 1920.68, "word": " Click", "probability": 0.79345703125}, {"start": 1920.68, "end": 1920.96, "word": " here", "probability": 0.60498046875}, {"start": 1920.96, "end": 1921.04, "word": " and", "probability": 0.7919921875}, {"start": 1921.04, "end": 1921.26, "word": " copy", "probability": 0.68603515625}, {"start": 1921.26, "end": 1921.72, "word": " it.", "probability": 0.73876953125}, {"start": 1921.96, "end": 1922.22, "word": " Go", "probability": 0.17919921875}, {"start": 1922.22, "end": 1922.3, "word": " and", "probability": 0.76953125}, {"start": 1922.3, "end": 1922.52, "word": " put", "probability": 0.357177734375}, {"start": 1922.52, "end": 1922.6, "word": " it", "probability": 0.90234375}, {"start": 1922.6, "end": 1922.7, "word": " in", "probability": 0.783203125}, {"start": 1922.7, "end": 1923.08, "word": " the", "probability": 0.7216796875}, {"start": 1923.08, "end": 1923.16, "word": " ...", "probability": 0.2476806640625}, {"start": 1923.18, "end": 1923.28, "word": " There", "probability": 0.1541748046875}, {"start": 1923.28, "end": 1923.42, "word": " are", "probability": 0.93115234375}, {"start": 1923.42, "end": 1923.78, "word": " websites", "probability": 0.361083984375}, {"start": 1923.78, "end": 1923.98, "word": " that", "probability": 0.64990234375}, {"start": 1923.98, "end": 1924.2, "word": " choose", "probability": 0.4033203125}, {"start": 1924.2, "end": 1924.42, "word": " the", "probability": 0.335693359375}, {"start": 1924.42, "end": 1924.62, "word": " color", "probability": 0.7861328125}, {"start": 1924.62, "end": 1924.76, "word": " and", "probability": 0.51708984375}, {"start": 1924.76, "end": 1924.88, "word": " they", "probability": 0.2216796875}, {"start": 1924.88, "end": 1925.1, "word": " give", "probability": 0.64501953125}, {"start": 1925.1, "end": 1925.24, "word": " you", "probability": 0.6748046875}, {"start": 1925.24, "end": 1925.28, "word": " the", "probability": 0.833984375}, {"start": 1925.28, "end": 1925.38, "word": " color.", "probability": 0.8017578125}], "temperature": 1.0}, {"id": 74, "seek": 194041, "start": 1925.81, "end": 1940.41, "text": " And there are websites that choose families and gives you an xml file with all the colors. There are many websites for this. This is one of them. For example, if you want the primary color dark, you choose to open it to 500 or 600 degrees.", "tokens": [400, 456, 366, 12891, 300, 2826, 4466, 293, 2709, 291, 364, 2031, 15480, 3991, 365, 439, 264, 4577, 13, 821, 366, 867, 12891, 337, 341, 13, 639, 307, 472, 295, 552, 13, 1171, 1365, 11, 498, 291, 528, 264, 6194, 2017, 2877, 11, 291, 2826, 281, 1269, 309, 281, 5923, 420, 11849, 5310, 13], "avg_logprob": -0.6585227316076105, "compression_ratio": 1.4814814814814814, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1925.81, "end": 1926.05, "word": " And", "probability": 0.28466796875}, {"start": 1926.05, "end": 1926.19, "word": " there", "probability": 0.70458984375}, {"start": 1926.19, "end": 1926.27, "word": " are", "probability": 0.89111328125}, {"start": 1926.27, "end": 1926.69, "word": " websites", "probability": 0.65625}, {"start": 1926.69, "end": 1927.17, "word": " that", "probability": 0.568359375}, {"start": 1927.17, "end": 1928.33, "word": " choose", "probability": 0.18798828125}, {"start": 1928.33, "end": 1928.77, "word": " families", "probability": 0.315185546875}, {"start": 1928.77, "end": 1929.01, "word": " and", "probability": 0.59912109375}, {"start": 1929.01, "end": 1929.27, "word": " gives", "probability": 0.11138916015625}, {"start": 1929.27, "end": 1929.51, "word": " you", "probability": 0.521484375}, {"start": 1929.51, "end": 1929.61, "word": " an", "probability": 0.275634765625}, {"start": 1929.61, "end": 1929.87, "word": " xml", "probability": 0.75341796875}, {"start": 1929.87, "end": 1930.37, "word": " file", "probability": 0.84375}, {"start": 1930.37, "end": 1930.91, "word": " with", "probability": 0.61083984375}, {"start": 1930.91, "end": 1931.41, "word": " all", "probability": 0.42138671875}, {"start": 1931.41, "end": 1931.43, "word": " the", "probability": 0.53662109375}, {"start": 1931.43, "end": 1931.89, "word": " colors.", "probability": 0.099609375}, {"start": 1932.49, "end": 1932.81, "word": " There", "probability": 0.347412109375}, {"start": 1932.81, "end": 1932.97, "word": " are", "probability": 0.9345703125}, {"start": 1932.97, "end": 1932.99, "word": " many", "probability": 0.69580078125}, {"start": 1932.99, "end": 1933.27, "word": " websites", "probability": 0.7060546875}, {"start": 1933.27, "end": 1933.73, "word": " for", "probability": 0.69921875}, {"start": 1933.73, "end": 1933.87, "word": " this.", "probability": 0.6875}, {"start": 1933.91, "end": 1934.03, "word": " This", "probability": 0.5625}, {"start": 1934.03, "end": 1934.09, "word": " is", "probability": 0.916015625}, {"start": 1934.09, "end": 1934.31, "word": " one", "probability": 0.86474609375}, {"start": 1934.31, "end": 1934.47, "word": " of", "probability": 0.9345703125}, {"start": 1934.47, "end": 1934.79, "word": " them.", "probability": 0.892578125}, {"start": 1935.37, "end": 1935.71, "word": " For", "probability": 0.43798828125}, {"start": 1935.71, "end": 1936.13, "word": " example,", "probability": 0.9365234375}, {"start": 1936.29, "end": 1936.45, "word": " if", "probability": 0.446533203125}, {"start": 1936.45, "end": 1936.45, "word": " you", "probability": 0.9443359375}, {"start": 1936.45, "end": 1936.45, "word": " want", "probability": 0.70458984375}, {"start": 1936.45, "end": 1936.45, "word": " the", "probability": 0.36865234375}, {"start": 1936.45, "end": 1936.97, "word": " primary", "probability": 0.5244140625}, {"start": 1936.97, "end": 1936.97, "word": " color", "probability": 0.420166015625}, {"start": 1936.97, "end": 1937.37, "word": " dark,", "probability": 0.469482421875}, {"start": 1937.45, "end": 1937.55, "word": " you", "probability": 0.448486328125}, {"start": 1937.55, "end": 1937.71, "word": " choose", "probability": 0.44921875}, {"start": 1937.71, "end": 1937.93, "word": " to", "probability": 0.1279296875}, {"start": 1937.93, "end": 1938.13, "word": " open", "probability": 0.68212890625}, {"start": 1938.13, "end": 1938.23, "word": " it", "probability": 0.414794921875}, {"start": 1938.23, "end": 1938.49, "word": " to", "probability": 0.22314453125}, {"start": 1938.49, "end": 1938.71, "word": " 500", "probability": 0.8720703125}, {"start": 1938.71, "end": 1939.13, "word": " or", "probability": 0.8857421875}, {"start": 1939.13, "end": 1939.45, "word": " 600", "probability": 0.978515625}, {"start": 1939.45, "end": 1940.41, "word": " degrees.", "probability": 0.2471923828125}], "temperature": 1.0}, {"id": 75, "seek": 196938, "start": 1944.74, "end": 1969.38, "text": " The background, for example, you can choose 50 or 100, a light color. Okay? But it is the same as the palette. The accent, you have to choose a different color, completely different. For example, if you choose blue, think about what color would be visible if you put it on blue. There is a contrast, a big contrast. For example, yellow, you can choose it. Okay? You choose, for example, 500, this is in yellow.", "tokens": [440, 3678, 11, 337, 1365, 11, 291, 393, 2826, 2625, 420, 2319, 11, 257, 1442, 2017, 13, 1033, 30, 583, 309, 307, 264, 912, 382, 264, 3984, 3093, 68, 13, 440, 11982, 11, 291, 362, 281, 2826, 257, 819, 2017, 11, 2584, 819, 13, 1171, 1365, 11, 498, 291, 2826, 3344, 11, 519, 466, 437, 2017, 576, 312, 8974, 498, 291, 829, 309, 322, 3344, 13, 821, 307, 257, 8712, 11, 257, 955, 8712, 13, 1171, 1365, 11, 5566, 11, 291, 393, 2826, 309, 13, 1033, 30, 509, 2826, 11, 337, 1365, 11, 5923, 11, 341, 307, 294, 5566, 13], "avg_logprob": -0.4418316749062869, "compression_ratio": 1.794759825327511, "no_speech_prob": 0.0, "words": [{"start": 1944.74, "end": 1945.0, "word": " The", "probability": 0.29296875}, {"start": 1945.0, "end": 1945.38, "word": " background,", "probability": 0.91943359375}, {"start": 1945.62, "end": 1945.72, "word": " for", "probability": 0.6728515625}, {"start": 1945.72, "end": 1945.86, "word": " example,", "probability": 0.92529296875}, {"start": 1945.92, "end": 1945.96, "word": " you", "probability": 0.81787109375}, {"start": 1945.96, "end": 1946.16, "word": " can", "probability": 0.87890625}, {"start": 1946.16, "end": 1946.38, "word": " choose", "probability": 0.7763671875}, {"start": 1946.38, "end": 1946.82, "word": " 50", "probability": 0.56982421875}, {"start": 1946.82, "end": 1947.04, "word": " or", "probability": 0.59912109375}, {"start": 1947.04, "end": 1947.18, "word": " 100,", "probability": 0.92041015625}, {"start": 1947.22, "end": 1947.42, "word": " a", "probability": 0.478515625}, {"start": 1947.42, "end": 1947.7, "word": " light", "probability": 0.47705078125}, {"start": 1947.7, "end": 1948.08, "word": " color.", "probability": 0.7763671875}, {"start": 1948.52, "end": 1948.8, "word": " Okay?", "probability": 0.316650390625}, {"start": 1949.1, "end": 1949.36, "word": " But", "probability": 0.60400390625}, {"start": 1949.36, "end": 1949.54, "word": " it", "probability": 0.4697265625}, {"start": 1949.54, "end": 1949.68, "word": " is", "probability": 0.464111328125}, {"start": 1949.68, "end": 1949.94, "word": " the", "probability": 0.736328125}, {"start": 1949.94, "end": 1949.94, "word": " same", "probability": 0.884765625}, {"start": 1949.94, "end": 1950.16, "word": " as", "probability": 0.65576171875}, {"start": 1950.16, "end": 1950.26, "word": " the", "probability": 0.68505859375}, {"start": 1950.26, "end": 1950.56, "word": " palette.", "probability": 0.6664632161458334}, {"start": 1950.74, "end": 1951.08, "word": " The", "probability": 0.423583984375}, {"start": 1951.08, "end": 1951.5, "word": " accent,", "probability": 0.8818359375}, {"start": 1951.76, "end": 1951.8, "word": " you", "probability": 0.9189453125}, {"start": 1951.8, "end": 1952.0, "word": " have", "probability": 0.3525390625}, {"start": 1952.0, "end": 1952.06, "word": " to", "probability": 0.97216796875}, {"start": 1952.06, "end": 1952.3, "word": " choose", "probability": 0.865234375}, {"start": 1952.3, "end": 1952.56, "word": " a", "probability": 0.69580078125}, {"start": 1952.56, "end": 1952.88, "word": " different", "probability": 0.08062744140625}, {"start": 1952.88, "end": 1952.88, "word": " color,", "probability": 0.77587890625}, {"start": 1953.26, "end": 1953.34, "word": " completely", "probability": 0.318115234375}, {"start": 1953.34, "end": 1953.76, "word": " different.", "probability": 0.8828125}, {"start": 1954.26, "end": 1954.58, "word": " For", "probability": 0.60888671875}, {"start": 1954.58, "end": 1954.78, "word": " example,", "probability": 0.96240234375}, {"start": 1954.84, "end": 1954.94, "word": " if", "probability": 0.93701171875}, {"start": 1954.94, "end": 1955.02, "word": " you", "probability": 0.9130859375}, {"start": 1955.02, "end": 1955.24, "word": " choose", "probability": 0.595703125}, {"start": 1955.24, "end": 1955.6, "word": " blue,", "probability": 0.875}, {"start": 1956.24, "end": 1956.68, "word": " think", "probability": 0.69970703125}, {"start": 1956.68, "end": 1956.96, "word": " about", "probability": 0.54443359375}, {"start": 1956.96, "end": 1957.16, "word": " what", "probability": 0.74560546875}, {"start": 1957.16, "end": 1957.6, "word": " color", "probability": 0.8115234375}, {"start": 1957.6, "end": 1957.74, "word": " would", "probability": 0.34912109375}, {"start": 1957.74, "end": 1957.74, "word": " be", "probability": 0.37744140625}, {"start": 1957.74, "end": 1957.74, "word": " visible", "probability": 0.388427734375}, {"start": 1957.74, "end": 1957.8, "word": " if", "probability": 0.69287109375}, {"start": 1957.8, "end": 1957.88, "word": " you", "probability": 0.82421875}, {"start": 1957.88, "end": 1958.14, "word": " put", "probability": 0.60498046875}, {"start": 1958.14, "end": 1958.22, "word": " it", "probability": 0.88720703125}, {"start": 1958.22, "end": 1958.3, "word": " on", "probability": 0.89892578125}, {"start": 1958.3, "end": 1958.6, "word": " blue.", "probability": 0.83154296875}, {"start": 1960.02, "end": 1960.5, "word": " There", "probability": 0.58447265625}, {"start": 1960.5, "end": 1960.58, "word": " is", "probability": 0.755859375}, {"start": 1960.58, "end": 1960.68, "word": " a", "probability": 0.52978515625}, {"start": 1960.68, "end": 1961.12, "word": " contrast,", "probability": 0.7734375}, {"start": 1961.28, "end": 1961.96, "word": " a", "probability": 0.400146484375}, {"start": 1961.96, "end": 1962.46, "word": " big", "probability": 0.71923828125}, {"start": 1962.46, "end": 1963.36, "word": " contrast.", "probability": 0.62646484375}, {"start": 1963.88, "end": 1964.3, "word": " For", "probability": 0.84130859375}, {"start": 1964.3, "end": 1964.52, "word": " example,", "probability": 0.97021484375}, {"start": 1964.58, "end": 1964.82, "word": " yellow,", "probability": 0.79296875}, {"start": 1965.12, "end": 1965.38, "word": " you", "probability": 0.95458984375}, {"start": 1965.38, "end": 1965.62, "word": " can", "probability": 0.9248046875}, {"start": 1965.62, "end": 1965.94, "word": " choose", "probability": 0.9052734375}, {"start": 1965.94, "end": 1966.12, "word": " it.", "probability": 0.62646484375}, {"start": 1966.68, "end": 1966.84, "word": " Okay?", "probability": 0.75048828125}, {"start": 1967.08, "end": 1967.26, "word": " You", "probability": 0.4697265625}, {"start": 1967.26, "end": 1967.44, "word": " choose,", "probability": 0.68017578125}, {"start": 1967.48, "end": 1967.6, "word": " for", "probability": 0.94580078125}, {"start": 1967.6, "end": 1967.7, "word": " example,", "probability": 0.978515625}, {"start": 1967.74, "end": 1968.18, "word": " 500,", "probability": 0.91162109375}, {"start": 1968.44, "end": 1968.64, "word": " this", "probability": 0.391357421875}, {"start": 1968.64, "end": 1968.92, "word": " is", "probability": 0.415283203125}, {"start": 1968.92, "end": 1969.06, "word": " in", "probability": 0.414794921875}, {"start": 1969.06, "end": 1969.38, "word": " yellow.", "probability": 0.748046875}], "temperature": 1.0}, {"id": 76, "seek": 199256, "start": 1970.54, "end": 1992.56, "text": " There is a big contrast between the main color. This is the concept of accent color. This is about the theme. We understood how to change the theme and make it specific. You can also change the theme. The theme itself comes in groups. For example, the text view", "tokens": [821, 307, 257, 955, 8712, 1296, 264, 2135, 2017, 13, 639, 307, 264, 3410, 295, 11982, 2017, 13, 639, 307, 466, 264, 6314, 13, 492, 7320, 577, 281, 1319, 264, 6314, 293, 652, 309, 2685, 13, 509, 393, 611, 1319, 264, 6314, 13, 440, 6314, 2564, 1487, 294, 3935, 13, 1171, 1365, 11, 264, 2487, 1910], "avg_logprob": -0.5657894820497748, "compression_ratio": 1.607361963190184, "no_speech_prob": 0.0, "words": [{"start": 1970.54, "end": 1970.76, "word": " There", "probability": 0.30615234375}, {"start": 1970.76, "end": 1971.18, "word": " is", "probability": 0.73193359375}, {"start": 1971.18, "end": 1971.24, "word": " a", "probability": 0.79296875}, {"start": 1971.24, "end": 1971.24, "word": " big", "probability": 0.47900390625}, {"start": 1971.24, "end": 1971.76, "word": " contrast", "probability": 0.857421875}, {"start": 1971.76, "end": 1972.36, "word": " between", "probability": 0.85107421875}, {"start": 1972.36, "end": 1973.56, "word": " the", "probability": 0.6103515625}, {"start": 1973.56, "end": 1973.96, "word": " main", "probability": 0.38037109375}, {"start": 1973.96, "end": 1974.16, "word": " color.", "probability": 0.417236328125}, {"start": 1974.28, "end": 1974.4, "word": " This", "probability": 0.61181640625}, {"start": 1974.4, "end": 1974.44, "word": " is", "probability": 0.912109375}, {"start": 1974.44, "end": 1974.7, "word": " the", "probability": 0.75439453125}, {"start": 1974.7, "end": 1974.7, "word": " concept", "probability": 0.365478515625}, {"start": 1974.7, "end": 1974.84, "word": " of", "probability": 0.80029296875}, {"start": 1974.84, "end": 1975.3, "word": " accent", "probability": 0.4052734375}, {"start": 1975.3, "end": 1976.08, "word": " color.", "probability": 0.75}, {"start": 1978.86, "end": 1979.42, "word": " This", "probability": 0.2430419921875}, {"start": 1979.42, "end": 1979.7, "word": " is", "probability": 0.85595703125}, {"start": 1979.7, "end": 1980.02, "word": " about", "probability": 0.351318359375}, {"start": 1980.02, "end": 1980.26, "word": " the", "probability": 0.5224609375}, {"start": 1980.26, "end": 1980.54, "word": " theme.", "probability": 0.8046875}, {"start": 1980.64, "end": 1980.94, "word": " We", "probability": 0.46337890625}, {"start": 1980.94, "end": 1980.94, "word": " understood", "probability": 0.263427734375}, {"start": 1980.94, "end": 1981.16, "word": " how", "probability": 0.89990234375}, {"start": 1981.16, "end": 1981.54, "word": " to", "probability": 0.78369140625}, {"start": 1981.54, "end": 1981.78, "word": " change", "probability": 0.8388671875}, {"start": 1981.78, "end": 1981.96, "word": " the", "probability": 0.75244140625}, {"start": 1981.96, "end": 1982.22, "word": " theme", "probability": 0.880859375}, {"start": 1982.22, "end": 1982.36, "word": " and", "probability": 0.81396484375}, {"start": 1982.36, "end": 1982.52, "word": " make", "probability": 0.40966796875}, {"start": 1982.52, "end": 1982.7, "word": " it", "probability": 0.84521484375}, {"start": 1982.7, "end": 1982.96, "word": " specific.", "probability": 0.190673828125}, {"start": 1984.62, "end": 1985.14, "word": " You", "probability": 0.168212890625}, {"start": 1985.14, "end": 1985.38, "word": " can", "probability": 0.8876953125}, {"start": 1985.38, "end": 1985.62, "word": " also", "probability": 0.53759765625}, {"start": 1985.62, "end": 1985.84, "word": " change", "probability": 0.71240234375}, {"start": 1985.84, "end": 1986.4, "word": " the", "probability": 0.68994140625}, {"start": 1986.4, "end": 1986.78, "word": " theme.", "probability": 0.8662109375}, {"start": 1987.64, "end": 1988.04, "word": " The", "probability": 0.77392578125}, {"start": 1988.04, "end": 1988.3, "word": " theme", "probability": 0.82763671875}, {"start": 1988.3, "end": 1988.66, "word": " itself", "probability": 0.4921875}, {"start": 1988.66, "end": 1989.08, "word": " comes", "probability": 0.46484375}, {"start": 1989.08, "end": 1989.48, "word": " in", "probability": 0.32958984375}, {"start": 1989.48, "end": 1989.92, "word": " groups.", "probability": 0.11712646484375}, {"start": 1990.98, "end": 1991.32, "word": " For", "probability": 0.76318359375}, {"start": 1991.32, "end": 1991.56, "word": " example,", "probability": 0.9306640625}, {"start": 1991.76, "end": 1991.84, "word": " the", "probability": 0.6533203125}, {"start": 1991.84, "end": 1992.14, "word": " text", "probability": 0.73681640625}, {"start": 1992.14, "end": 1992.56, "word": " view", "probability": 0.8544921875}], "temperature": 1.0}, {"id": 77, "seek": 202382, "start": 1994.42, "end": 2023.82, "text": "It is also my own style. What does style mean when we say it? When we say style, it is a set of features for the button. Yes, the meaning, the size of the line, the type of line, okay? A set of attributes specific to the element. Using styles makes us comfortable. How? I'll give you a practical example. If I went to my activity and said this is text view, okay? We want to change the characteristics of this text view.", "tokens": [3522, 307, 611, 452, 1065, 3758, 13, 708, 775, 3758, 914, 562, 321, 584, 309, 30, 1133, 321, 584, 3758, 11, 309, 307, 257, 992, 295, 4122, 337, 264, 2960, 13, 1079, 11, 264, 3620, 11, 264, 2744, 295, 264, 1622, 11, 264, 2010, 295, 1622, 11, 1392, 30, 316, 992, 295, 17212, 2685, 281, 264, 4478, 13, 11142, 13273, 1669, 505, 4619, 13, 1012, 30, 286, 603, 976, 291, 257, 8496, 1365, 13, 759, 286, 1437, 281, 452, 5191, 293, 848, 341, 307, 2487, 1910, 11, 1392, 30, 492, 528, 281, 1319, 264, 10891, 295, 341, 2487, 1910, 13], "avg_logprob": -0.422029713592907, "compression_ratio": 1.6733067729083666, "no_speech_prob": 0.315185546875, "words": [{"start": 1994.42, "end": 1994.62, "word": "It", "probability": 0.24169921875}, {"start": 1994.62, "end": 1994.78, "word": " is", "probability": 0.496826171875}, {"start": 1994.78, "end": 1995.1, "word": " also", "probability": 0.6865234375}, {"start": 1995.1, "end": 1995.42, "word": " my", "probability": 0.28369140625}, {"start": 1995.42, "end": 1996.62, "word": " own", "probability": 0.54541015625}, {"start": 1996.62, "end": 1996.64, "word": " style.", "probability": 0.84033203125}, {"start": 1996.86, "end": 1997.32, "word": " What", "probability": 0.634765625}, {"start": 1997.32, "end": 1997.42, "word": " does", "probability": 0.253173828125}, {"start": 1997.42, "end": 1997.8, "word": " style", "probability": 0.59130859375}, {"start": 1997.8, "end": 1997.8, "word": " mean", "probability": 0.79736328125}, {"start": 1997.8, "end": 1997.96, "word": " when", "probability": 0.353271484375}, {"start": 1997.96, "end": 1998.06, "word": " we", "probability": 0.81689453125}, {"start": 1998.06, "end": 1998.24, "word": " say", "probability": 0.5986328125}, {"start": 1998.24, "end": 1998.44, "word": " it?", "probability": 0.50390625}, {"start": 1998.68, "end": 1999.0, "word": " When", "probability": 0.54833984375}, {"start": 1999.0, "end": 1999.18, "word": " we", "probability": 0.92578125}, {"start": 1999.18, "end": 1999.32, "word": " say", "probability": 0.93994140625}, {"start": 1999.32, "end": 2000.06, "word": " style,", "probability": 0.7099609375}, {"start": 2000.5, "end": 2000.5, "word": " it", "probability": 0.90283203125}, {"start": 2000.5, "end": 2000.54, "word": " is", "probability": 0.6865234375}, {"start": 2000.54, "end": 2000.66, "word": " a", "probability": 0.873046875}, {"start": 2000.66, "end": 2000.92, "word": " set", "probability": 0.286865234375}, {"start": 2000.92, "end": 2001.14, "word": " of", "probability": 0.96875}, {"start": 2001.14, "end": 2001.68, "word": " features", "probability": 0.1943359375}, {"start": 2001.68, "end": 2001.94, "word": " for", "probability": 0.52685546875}, {"start": 2001.94, "end": 2002.02, "word": " the", "probability": 0.70654296875}, {"start": 2002.02, "end": 2002.22, "word": " button.", "probability": 0.7568359375}, {"start": 2002.96, "end": 2003.04, "word": " Yes,", "probability": 0.17919921875}, {"start": 2003.16, "end": 2003.24, "word": " the", "probability": 0.0943603515625}, {"start": 2003.24, "end": 2003.44, "word": " meaning,", "probability": 0.6455078125}, {"start": 2003.92, "end": 2003.94, "word": " the", "probability": 0.74853515625}, {"start": 2003.94, "end": 2004.14, "word": " size", "probability": 0.6396484375}, {"start": 2004.14, "end": 2004.28, "word": " of", "probability": 0.92041015625}, {"start": 2004.28, "end": 2004.34, "word": " the", "probability": 0.88232421875}, {"start": 2004.34, "end": 2004.68, "word": " line,", "probability": 0.873046875}, {"start": 2004.98, "end": 2004.98, "word": " the", "probability": 0.66748046875}, {"start": 2004.98, "end": 2005.14, "word": " type", "probability": 0.671875}, {"start": 2005.14, "end": 2005.3, "word": " of", "probability": 0.9658203125}, {"start": 2005.3, "end": 2005.7, "word": " line,", "probability": 0.70166015625}, {"start": 2006.28, "end": 2006.46, "word": " okay?", "probability": 0.25146484375}, {"start": 2008.08, "end": 2008.56, "word": " A", "probability": 0.7685546875}, {"start": 2008.56, "end": 2008.82, "word": " set", "probability": 0.6142578125}, {"start": 2008.82, "end": 2009.08, "word": " of", "probability": 0.96728515625}, {"start": 2009.08, "end": 2009.66, "word": " attributes", "probability": 0.8291015625}, {"start": 2009.66, "end": 2010.18, "word": " specific", "probability": 0.50537109375}, {"start": 2010.18, "end": 2010.58, "word": " to", "probability": 0.958984375}, {"start": 2010.58, "end": 2010.68, "word": " the", "probability": 0.81494140625}, {"start": 2010.68, "end": 2010.94, "word": " element.", "probability": 0.818359375}, {"start": 2011.64, "end": 2012.12, "word": " Using", "probability": 0.6142578125}, {"start": 2012.12, "end": 2012.8, "word": " styles", "probability": 0.6982421875}, {"start": 2012.8, "end": 2013.28, "word": " makes", "probability": 0.27490234375}, {"start": 2013.28, "end": 2013.68, "word": " us", "probability": 0.85693359375}, {"start": 2013.68, "end": 2013.68, "word": " comfortable.", "probability": 0.37158203125}, {"start": 2014.28, "end": 2014.6, "word": " How?", "probability": 0.8544921875}, {"start": 2015.58, "end": 2016.06, "word": " I'll", "probability": 0.571533203125}, {"start": 2016.06, "end": 2016.06, "word": " give", "probability": 0.86474609375}, {"start": 2016.06, "end": 2016.16, "word": " you", "probability": 0.92431640625}, {"start": 2016.16, "end": 2016.2, "word": " a", "probability": 0.546875}, {"start": 2016.2, "end": 2016.64, "word": " practical", "probability": 0.89453125}, {"start": 2016.64, "end": 2016.64, "word": " example.", "probability": 0.97314453125}, {"start": 2017.04, "end": 2017.16, "word": " If", "probability": 0.9267578125}, {"start": 2017.16, "end": 2017.34, "word": " I", "probability": 0.990234375}, {"start": 2017.34, "end": 2017.58, "word": " went", "probability": 0.53369140625}, {"start": 2017.58, "end": 2017.82, "word": " to", "probability": 0.9169921875}, {"start": 2017.82, "end": 2018.62, "word": " my", "probability": 0.8984375}, {"start": 2018.62, "end": 2019.14, "word": " activity", "probability": 0.953125}, {"start": 2019.14, "end": 2019.62, "word": " and", "probability": 0.8076171875}, {"start": 2019.62, "end": 2019.86, "word": " said", "probability": 0.73583984375}, {"start": 2019.86, "end": 2020.08, "word": " this", "probability": 0.489990234375}, {"start": 2020.08, "end": 2020.16, "word": " is", "probability": 0.92724609375}, {"start": 2020.16, "end": 2020.36, "word": " text", "probability": 0.388427734375}, {"start": 2020.36, "end": 2020.66, "word": " view,", "probability": 0.8203125}, {"start": 2021.32, "end": 2021.58, "word": " okay?", "probability": 0.74951171875}, {"start": 2022.22, "end": 2022.36, "word": " We", "probability": 0.90576171875}, {"start": 2022.36, "end": 2022.48, "word": " want", "probability": 0.7333984375}, {"start": 2022.48, "end": 2022.56, "word": " to", "probability": 0.9677734375}, {"start": 2022.56, "end": 2022.74, "word": " change", "probability": 0.91162109375}, {"start": 2022.74, "end": 2022.9, "word": " the", "probability": 0.58447265625}, {"start": 2022.9, "end": 2023.2, "word": " characteristics", "probability": 0.443115234375}, {"start": 2023.2, "end": 2023.3, "word": " of", "probability": 0.97021484375}, {"start": 2023.3, "end": 2023.36, "word": " this", "probability": 0.8828125}, {"start": 2023.36, "end": 2023.54, "word": " text", "probability": 0.96240234375}, {"start": 2023.54, "end": 2023.82, "word": " view.", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 78, "seek": 204281, "start": 2026.23, "end": 2042.81, "text": "How do you change the specification? You go to the text. This is the text view. And you put the attributes. You say, for example, text color. You want it, for example,", "tokens": [6462, 360, 291, 1319, 264, 31256, 30, 509, 352, 281, 264, 2487, 13, 639, 307, 264, 2487, 1910, 13, 400, 291, 829, 264, 17212, 13, 509, 584, 11, 337, 1365, 11, 2487, 2017, 13, 509, 528, 309, 11, 337, 1365, 11], "avg_logprob": -0.5695684765066419, "compression_ratio": 1.3688524590163935, "no_speech_prob": 0.0, "words": [{"start": 2026.23, "end": 2026.51, "word": "How", "probability": 0.047393798828125}, {"start": 2026.51, "end": 2026.91, "word": " do", "probability": 0.33935546875}, {"start": 2026.91, "end": 2026.91, "word": " you", "probability": 0.701171875}, {"start": 2026.91, "end": 2027.11, "word": " change", "probability": 0.78857421875}, {"start": 2027.11, "end": 2027.21, "word": " the", "probability": 0.4033203125}, {"start": 2027.21, "end": 2027.49, "word": " specification?", "probability": 0.052032470703125}, {"start": 2027.61, "end": 2027.71, "word": " You", "probability": 0.37548828125}, {"start": 2027.71, "end": 2027.99, "word": " go", "probability": 0.7802734375}, {"start": 2027.99, "end": 2028.19, "word": " to", "probability": 0.9521484375}, {"start": 2028.19, "end": 2028.31, "word": " the", "probability": 0.4697265625}, {"start": 2028.31, "end": 2028.93, "word": " text.", "probability": 0.71533203125}, {"start": 2030.97, "end": 2031.37, "word": " This", "probability": 0.54248046875}, {"start": 2031.37, "end": 2031.41, "word": " is", "probability": 0.91650390625}, {"start": 2031.41, "end": 2031.49, "word": " the", "probability": 0.6767578125}, {"start": 2031.49, "end": 2031.65, "word": " text", "probability": 0.72705078125}, {"start": 2031.65, "end": 2032.03, "word": " view.", "probability": 0.7861328125}, {"start": 2036.27, "end": 2036.67, "word": " And", "probability": 0.320068359375}, {"start": 2036.67, "end": 2036.77, "word": " you", "probability": 0.80224609375}, {"start": 2036.77, "end": 2036.97, "word": " put", "probability": 0.51318359375}, {"start": 2036.97, "end": 2037.09, "word": " the", "probability": 0.77587890625}, {"start": 2037.09, "end": 2037.63, "word": " attributes.", "probability": 0.8603515625}, {"start": 2038.45, "end": 2038.71, "word": " You", "probability": 0.49267578125}, {"start": 2038.71, "end": 2038.93, "word": " say,", "probability": 0.34228515625}, {"start": 2039.05, "end": 2039.15, "word": " for", "probability": 0.90966796875}, {"start": 2039.15, "end": 2039.29, "word": " example,", "probability": 0.9521484375}, {"start": 2039.43, "end": 2039.63, "word": " text", "probability": 0.70458984375}, {"start": 2039.63, "end": 2040.01, "word": " color.", "probability": 0.7041015625}, {"start": 2041.59, "end": 2041.93, "word": " You", "probability": 0.5458984375}, {"start": 2041.93, "end": 2042.07, "word": " want", "probability": 0.5419921875}, {"start": 2042.07, "end": 2042.39, "word": " it,", "probability": 0.75927734375}, {"start": 2042.49, "end": 2042.65, "word": " for", "probability": 0.94384765625}, {"start": 2042.65, "end": 2042.81, "word": " example,", "probability": 0.97412109375}], "temperature": 1.0}, {"id": 79, "seek": 207342, "start": 2047.64, "end": 2073.42, "text": " Text Size, for example, I want it to be 18, SP Text Style, for example, I want it to be Bold Padding, for example, I want it to be 5dB from all corners Now, if you have 10 text views, you have to go to each one of them and put all these details", "tokens": [18643, 35818, 11, 337, 1365, 11, 286, 528, 309, 281, 312, 2443, 11, 8420, 18643, 27004, 11, 337, 1365, 11, 286, 528, 309, 281, 312, 48954, 18691, 3584, 11, 337, 1365, 11, 286, 528, 309, 281, 312, 1025, 67, 33, 490, 439, 12413, 823, 11, 498, 291, 362, 1266, 2487, 6809, 11, 291, 362, 281, 352, 281, 1184, 472, 295, 552, 293, 829, 439, 613, 4365], "avg_logprob": -0.5247201332405432, "compression_ratio": 1.6442953020134228, "no_speech_prob": 0.0, "words": [{"start": 2047.64, "end": 2048.0, "word": " Text", "probability": 0.8515625}, {"start": 2048.0, "end": 2048.52, "word": " Size,", "probability": 0.42138671875}, {"start": 2049.02, "end": 2049.2, "word": " for", "probability": 0.292236328125}, {"start": 2049.2, "end": 2049.76, "word": " example,", "probability": 0.9208984375}, {"start": 2049.9, "end": 2049.9, "word": " I", "probability": 0.267822265625}, {"start": 2049.9, "end": 2049.9, "word": " want", "probability": 0.56689453125}, {"start": 2049.9, "end": 2050.14, "word": " it", "probability": 0.394775390625}, {"start": 2050.14, "end": 2050.34, "word": " to", "probability": 0.66162109375}, {"start": 2050.34, "end": 2050.54, "word": " be", "probability": 0.8828125}, {"start": 2050.54, "end": 2051.24, "word": " 18,", "probability": 0.91064453125}, {"start": 2051.6, "end": 2052.02, "word": " SP", "probability": 0.2099609375}, {"start": 2052.02, "end": 2054.64, "word": " Text", "probability": 0.68408203125}, {"start": 2054.64, "end": 2055.32, "word": " Style,", "probability": 0.86328125}, {"start": 2056.4, "end": 2056.66, "word": " for", "probability": 0.251953125}, {"start": 2056.66, "end": 2056.66, "word": " example,", "probability": 0.9755859375}, {"start": 2056.66, "end": 2056.66, "word": " I", "probability": 0.53515625}, {"start": 2056.66, "end": 2056.88, "word": " want", "probability": 0.6357421875}, {"start": 2056.88, "end": 2057.5, "word": " it", "probability": 0.7744140625}, {"start": 2057.5, "end": 2057.6, "word": " to", "probability": 0.8515625}, {"start": 2057.6, "end": 2057.6, "word": " be", "probability": 0.9248046875}, {"start": 2057.6, "end": 2057.98, "word": " Bold", "probability": 0.560546875}, {"start": 2057.98, "end": 2060.06, "word": " Padding,", "probability": 0.906494140625}, {"start": 2061.28, "end": 2061.94, "word": " for", "probability": 0.58056640625}, {"start": 2061.94, "end": 2062.44, "word": " example,", "probability": 0.9794921875}, {"start": 2062.7, "end": 2062.7, "word": " I", "probability": 0.80615234375}, {"start": 2062.7, "end": 2062.7, "word": " want", "probability": 0.841796875}, {"start": 2062.7, "end": 2062.7, "word": " it", "probability": 0.7568359375}, {"start": 2062.7, "end": 2062.7, "word": " to", "probability": 0.95068359375}, {"start": 2062.7, "end": 2062.7, "word": " be", "probability": 0.83642578125}, {"start": 2062.7, "end": 2063.58, "word": " 5dB", "probability": 0.55859375}, {"start": 2063.58, "end": 2063.78, "word": " from", "probability": 0.666015625}, {"start": 2063.78, "end": 2064.1, "word": " all", "probability": 0.50244140625}, {"start": 2064.1, "end": 2064.8, "word": " corners", "probability": 0.179931640625}, {"start": 2064.8, "end": 2066.24, "word": " Now,", "probability": 0.44921875}, {"start": 2066.3, "end": 2066.42, "word": " if", "probability": 0.89697265625}, {"start": 2066.42, "end": 2066.6, "word": " you", "probability": 0.96142578125}, {"start": 2066.6, "end": 2066.88, "word": " have", "probability": 0.93505859375}, {"start": 2066.88, "end": 2067.18, "word": " 10", "probability": 0.67431640625}, {"start": 2067.18, "end": 2067.46, "word": " text", "probability": 0.599609375}, {"start": 2067.46, "end": 2067.78, "word": " views,", "probability": 0.7470703125}, {"start": 2069.3, "end": 2069.3, "word": " you", "probability": 0.7265625}, {"start": 2069.3, "end": 2069.42, "word": " have", "probability": 0.302001953125}, {"start": 2069.42, "end": 2069.54, "word": " to", "probability": 0.966796875}, {"start": 2069.54, "end": 2069.66, "word": " go", "probability": 0.578125}, {"start": 2069.66, "end": 2069.76, "word": " to", "probability": 0.849609375}, {"start": 2069.76, "end": 2070.02, "word": " each", "probability": 0.86767578125}, {"start": 2070.02, "end": 2070.38, "word": " one", "probability": 0.6533203125}, {"start": 2070.38, "end": 2070.76, "word": " of", "probability": 0.31396484375}, {"start": 2070.76, "end": 2070.76, "word": " them", "probability": 0.87060546875}, {"start": 2070.76, "end": 2071.1, "word": " and", "probability": 0.58349609375}, {"start": 2071.1, "end": 2071.34, "word": " put", "probability": 0.274658203125}, {"start": 2071.34, "end": 2072.28, "word": " all", "probability": 0.1591796875}, {"start": 2072.28, "end": 2073.1, "word": " these", "probability": 0.2880859375}, {"start": 2073.1, "end": 2073.42, "word": " details", "probability": 0.732421875}], "temperature": 1.0}, {"id": 80, "seek": 210203, "start": 2075.83, "end": 2102.03, "text": " You have a lot of text views and you want to apply these characteristics to them You have to copy them and paste them again and again And they will say, we don't know the color, even if you took the color from those in the colors Here is the color, let's say for example Gaza Primary You have a set of characteristics and you want to copy them again and again They say, no, maybe in this case, what do you do? You go to styles", "tokens": [509, 362, 257, 688, 295, 2487, 6809, 293, 291, 528, 281, 3079, 613, 10891, 281, 552, 509, 362, 281, 5055, 552, 293, 9163, 552, 797, 293, 797, 400, 436, 486, 584, 11, 321, 500, 380, 458, 264, 2017, 11, 754, 498, 291, 1890, 264, 2017, 490, 729, 294, 264, 4577, 1692, 307, 264, 2017, 11, 718, 311, 584, 337, 1365, 37800, 42576, 509, 362, 257, 992, 295, 10891, 293, 291, 528, 281, 5055, 552, 797, 293, 797, 814, 584, 11, 572, 11, 1310, 294, 341, 1389, 11, 437, 360, 291, 360, 30, 509, 352, 281, 13273], "avg_logprob": -0.623389175257732, "compression_ratio": 1.8728070175438596, "no_speech_prob": 0.0, "words": [{"start": 2075.83, "end": 2076.23, "word": " You", "probability": 0.44091796875}, {"start": 2076.23, "end": 2076.63, "word": " have", "probability": 0.8701171875}, {"start": 2076.63, "end": 2076.63, "word": " a", "probability": 0.186767578125}, {"start": 2076.63, "end": 2076.63, "word": " lot", "probability": 0.908203125}, {"start": 2076.63, "end": 2076.75, "word": " of", "probability": 0.96240234375}, {"start": 2076.75, "end": 2076.89, "word": " text", "probability": 0.78857421875}, {"start": 2076.89, "end": 2077.23, "word": " views", "probability": 0.6494140625}, {"start": 2077.23, "end": 2077.71, "word": " and", "probability": 0.599609375}, {"start": 2077.71, "end": 2077.77, "word": " you", "probability": 0.94189453125}, {"start": 2077.77, "end": 2077.93, "word": " want", "probability": 0.52294921875}, {"start": 2077.93, "end": 2078.05, "word": " to", "probability": 0.943359375}, {"start": 2078.05, "end": 2078.37, "word": " apply", "probability": 0.8125}, {"start": 2078.37, "end": 2079.67, "word": " these", "probability": 0.477783203125}, {"start": 2079.67, "end": 2080.05, "word": " characteristics", "probability": 0.20361328125}, {"start": 2080.05, "end": 2080.39, "word": " to", "probability": 0.3740234375}, {"start": 2080.39, "end": 2080.39, "word": " them", "probability": 0.8212890625}, {"start": 2080.39, "end": 2080.71, "word": " You", "probability": 0.55029296875}, {"start": 2080.71, "end": 2080.91, "word": " have", "probability": 0.41357421875}, {"start": 2080.91, "end": 2081.33, "word": " to", "probability": 0.966796875}, {"start": 2081.33, "end": 2081.87, "word": " copy", "probability": 0.70361328125}, {"start": 2081.87, "end": 2082.11, "word": " them", "probability": 0.61962890625}, {"start": 2082.11, "end": 2082.25, "word": " and", "probability": 0.787109375}, {"start": 2082.25, "end": 2082.51, "word": " paste", "probability": 0.2666015625}, {"start": 2082.51, "end": 2082.77, "word": " them", "probability": 0.71142578125}, {"start": 2082.77, "end": 2083.71, "word": " again", "probability": 0.25439453125}, {"start": 2083.71, "end": 2084.09, "word": " and", "probability": 0.34619140625}, {"start": 2084.09, "end": 2084.27, "word": " again", "probability": 0.89404296875}, {"start": 2084.27, "end": 2084.51, "word": " And", "probability": 0.1768798828125}, {"start": 2084.51, "end": 2084.65, "word": " they", "probability": 0.55712890625}, {"start": 2084.65, "end": 2084.69, "word": " will", "probability": 0.391845703125}, {"start": 2084.69, "end": 2084.83, "word": " say,", "probability": 0.59130859375}, {"start": 2084.95, "end": 2085.25, "word": " we", "probability": 0.2607421875}, {"start": 2085.25, "end": 2085.45, "word": " don't", "probability": 0.6146240234375}, {"start": 2085.45, "end": 2085.63, "word": " know", "probability": 0.27099609375}, {"start": 2085.63, "end": 2085.83, "word": " the", "probability": 0.564453125}, {"start": 2085.83, "end": 2086.05, "word": " color,", "probability": 0.56298828125}, {"start": 2086.21, "end": 2086.47, "word": " even", "probability": 0.6728515625}, {"start": 2086.47, "end": 2086.61, "word": " if", "probability": 0.87646484375}, {"start": 2086.61, "end": 2087.43, "word": " you", "probability": 0.55810546875}, {"start": 2087.43, "end": 2087.57, "word": " took", "probability": 0.29931640625}, {"start": 2087.57, "end": 2087.71, "word": " the", "probability": 0.30712890625}, {"start": 2087.71, "end": 2087.89, "word": " color", "probability": 0.7509765625}, {"start": 2087.89, "end": 2088.09, "word": " from", "probability": 0.72802734375}, {"start": 2088.09, "end": 2088.21, "word": " those", "probability": 0.327880859375}, {"start": 2088.21, "end": 2088.67, "word": " in", "probability": 0.318359375}, {"start": 2088.67, "end": 2088.87, "word": " the", "probability": 0.7734375}, {"start": 2088.87, "end": 2089.17, "word": " colors", "probability": 0.65087890625}, {"start": 2089.17, "end": 2091.03, "word": " Here", "probability": 0.0732421875}, {"start": 2091.03, "end": 2091.19, "word": " is", "probability": 0.37841796875}, {"start": 2091.19, "end": 2091.27, "word": " the", "probability": 0.454345703125}, {"start": 2091.27, "end": 2091.61, "word": " color,", "probability": 0.8447265625}, {"start": 2092.13, "end": 2092.37, "word": " let's", "probability": 0.650634765625}, {"start": 2092.37, "end": 2092.53, "word": " say", "probability": 0.91455078125}, {"start": 2092.53, "end": 2092.53, "word": " for", "probability": 0.15283203125}, {"start": 2092.53, "end": 2092.79, "word": " example", "probability": 0.94970703125}, {"start": 2092.79, "end": 2093.17, "word": " Gaza", "probability": 0.474365234375}, {"start": 2093.17, "end": 2093.83, "word": " Primary", "probability": 0.466064453125}, {"start": 2093.83, "end": 2095.53, "word": " You", "probability": 0.611328125}, {"start": 2095.53, "end": 2096.17, "word": " have", "probability": 0.9296875}, {"start": 2096.17, "end": 2096.27, "word": " a", "probability": 0.8779296875}, {"start": 2096.27, "end": 2096.49, "word": " set", "probability": 0.26806640625}, {"start": 2096.49, "end": 2096.61, "word": " of", "probability": 0.97021484375}, {"start": 2096.61, "end": 2096.93, "word": " characteristics", "probability": 0.794921875}, {"start": 2096.93, "end": 2097.05, "word": " and", "probability": 0.424560546875}, {"start": 2097.05, "end": 2097.19, "word": " you", "probability": 0.9248046875}, {"start": 2097.19, "end": 2097.25, "word": " want", "probability": 0.45458984375}, {"start": 2097.25, "end": 2097.25, "word": " to", "probability": 0.96435546875}, {"start": 2097.25, "end": 2097.45, "word": " copy", "probability": 0.6552734375}, {"start": 2097.45, "end": 2097.55, "word": " them", "probability": 0.7333984375}, {"start": 2097.55, "end": 2097.55, "word": " again", "probability": 0.1968994140625}, {"start": 2097.55, "end": 2097.69, "word": " and", "probability": 0.6552734375}, {"start": 2097.69, "end": 2098.59, "word": " again", "probability": 0.9541015625}, {"start": 2098.59, "end": 2099.21, "word": " They", "probability": 0.26904296875}, {"start": 2099.21, "end": 2099.47, "word": " say,", "probability": 0.422607421875}, {"start": 2099.61, "end": 2099.67, "word": " no,", "probability": 0.28662109375}, {"start": 2099.73, "end": 2099.93, "word": " maybe", "probability": 0.301513671875}, {"start": 2099.93, "end": 2100.05, "word": " in", "probability": 0.703125}, {"start": 2100.05, "end": 2100.13, "word": " this", "probability": 0.82861328125}, {"start": 2100.13, "end": 2100.33, "word": " case,", "probability": 0.84814453125}, {"start": 2100.59, "end": 2100.59, "word": " what", "probability": 0.59130859375}, {"start": 2100.59, "end": 2100.69, "word": " do", "probability": 0.469482421875}, {"start": 2100.69, "end": 2100.69, "word": " you", "probability": 0.95361328125}, {"start": 2100.69, "end": 2100.93, "word": " do?", "probability": 0.89208984375}, {"start": 2101.23, "end": 2101.33, "word": " You", "probability": 0.385009765625}, {"start": 2101.33, "end": 2101.49, "word": " go", "probability": 0.8916015625}, {"start": 2101.49, "end": 2101.61, "word": " to", "probability": 0.95458984375}, {"start": 2101.61, "end": 2102.03, "word": " styles", "probability": 0.53759765625}], "temperature": 1.0}, {"id": 81, "seek": 213081, "start": 2103.45, "end": 2130.81, "text": " And see what is the style that is specific to this text view Go and create a new style, I want to name it name my text view style This is the style that is specific to it You have to put in the parent, you will not start from zero The parent has specific names text appearance.appcompat", "tokens": [400, 536, 437, 307, 264, 3758, 300, 307, 2685, 281, 341, 2487, 1910, 1037, 293, 1884, 257, 777, 3758, 11, 286, 528, 281, 1315, 309, 1315, 452, 2487, 1910, 3758, 639, 307, 264, 3758, 300, 307, 2685, 281, 309, 509, 362, 281, 829, 294, 264, 2596, 11, 291, 486, 406, 722, 490, 4018, 440, 2596, 575, 2685, 5288, 2487, 8967, 13, 1746, 21541, 267], "avg_logprob": -0.5692307692307692, "compression_ratio": 1.7393939393939395, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2103.45, "end": 2103.95, "word": " And", "probability": 0.2327880859375}, {"start": 2103.95, "end": 2104.27, "word": " see", "probability": 0.3017578125}, {"start": 2104.27, "end": 2104.57, "word": " what", "probability": 0.5078125}, {"start": 2104.57, "end": 2104.59, "word": " is", "probability": 0.501953125}, {"start": 2104.59, "end": 2104.73, "word": " the", "probability": 0.7001953125}, {"start": 2104.73, "end": 2105.19, "word": " style", "probability": 0.53857421875}, {"start": 2105.19, "end": 2105.45, "word": " that", "probability": 0.2763671875}, {"start": 2105.45, "end": 2105.47, "word": " is", "probability": 0.60107421875}, {"start": 2105.47, "end": 2105.83, "word": " specific", "probability": 0.427734375}, {"start": 2105.83, "end": 2106.99, "word": " to", "probability": 0.560546875}, {"start": 2106.99, "end": 2107.11, "word": " this", "probability": 0.366455078125}, {"start": 2107.11, "end": 2107.45, "word": " text", "probability": 0.52392578125}, {"start": 2107.45, "end": 2107.79, "word": " view", "probability": 0.60498046875}, {"start": 2107.79, "end": 2110.07, "word": " Go", "probability": 0.4765625}, {"start": 2110.07, "end": 2110.19, "word": " and", "probability": 0.396728515625}, {"start": 2110.19, "end": 2110.43, "word": " create", "probability": 0.662109375}, {"start": 2110.43, "end": 2110.91, "word": " a", "probability": 0.884765625}, {"start": 2110.91, "end": 2110.91, "word": " new", "probability": 0.87109375}, {"start": 2110.91, "end": 2111.59, "word": " style,", "probability": 0.853515625}, {"start": 2111.79, "end": 2111.87, "word": " I", "probability": 0.5634765625}, {"start": 2111.87, "end": 2111.99, "word": " want", "probability": 0.323974609375}, {"start": 2111.99, "end": 2112.11, "word": " to", "probability": 0.9453125}, {"start": 2112.11, "end": 2112.25, "word": " name", "probability": 0.499267578125}, {"start": 2112.25, "end": 2113.33, "word": " it", "probability": 0.8701171875}, {"start": 2113.33, "end": 2113.33, "word": " name", "probability": 0.337646484375}, {"start": 2113.33, "end": 2113.95, "word": " my", "probability": 0.6572265625}, {"start": 2113.95, "end": 2115.63, "word": " text", "probability": 0.68896484375}, {"start": 2115.63, "end": 2116.97, "word": " view", "probability": 0.6904296875}, {"start": 2116.97, "end": 2118.05, "word": " style", "probability": 0.9033203125}, {"start": 2118.05, "end": 2118.47, "word": " This", "probability": 0.359375}, {"start": 2118.47, "end": 2118.53, "word": " is", "probability": 0.87548828125}, {"start": 2118.53, "end": 2118.57, "word": " the", "probability": 0.61083984375}, {"start": 2118.57, "end": 2118.81, "word": " style", "probability": 0.6533203125}, {"start": 2118.81, "end": 2118.97, "word": " that", "probability": 0.50341796875}, {"start": 2118.97, "end": 2118.97, "word": " is", "probability": 0.8310546875}, {"start": 2118.97, "end": 2119.05, "word": " specific", "probability": 0.8525390625}, {"start": 2119.05, "end": 2119.25, "word": " to", "probability": 0.8330078125}, {"start": 2119.25, "end": 2119.43, "word": " it", "probability": 0.6328125}, {"start": 2119.43, "end": 2120.05, "word": " You", "probability": 0.56591796875}, {"start": 2120.05, "end": 2120.19, "word": " have", "probability": 0.336181640625}, {"start": 2120.19, "end": 2120.29, "word": " to", "probability": 0.96484375}, {"start": 2120.29, "end": 2120.51, "word": " put", "probability": 0.377197265625}, {"start": 2120.51, "end": 2120.61, "word": " in", "probability": 0.17626953125}, {"start": 2120.61, "end": 2120.67, "word": " the", "probability": 0.3544921875}, {"start": 2120.67, "end": 2120.97, "word": " parent,", "probability": 0.8330078125}, {"start": 2121.13, "end": 2121.27, "word": " you", "probability": 0.49267578125}, {"start": 2121.27, "end": 2121.35, "word": " will", "probability": 0.5380859375}, {"start": 2121.35, "end": 2121.41, "word": " not", "probability": 0.84326171875}, {"start": 2121.41, "end": 2121.57, "word": " start", "probability": 0.873046875}, {"start": 2121.57, "end": 2122.61, "word": " from", "probability": 0.8271484375}, {"start": 2122.61, "end": 2122.99, "word": " zero", "probability": 0.468017578125}, {"start": 2122.99, "end": 2123.69, "word": " The", "probability": 0.6025390625}, {"start": 2123.69, "end": 2124.19, "word": " parent", "probability": 0.865234375}, {"start": 2124.19, "end": 2125.75, "word": " has", "probability": 0.39697265625}, {"start": 2125.75, "end": 2125.91, "word": " specific", "probability": 0.59521484375}, {"start": 2125.91, "end": 2126.61, "word": " names", "probability": 0.7255859375}, {"start": 2126.61, "end": 2127.47, "word": " text", "probability": 0.6201171875}, {"start": 2127.47, "end": 2128.29, "word": " appearance", "probability": 0.5927734375}, {"start": 2128.29, "end": 2130.81, "word": ".appcompat", "probability": 0.64300537109375}], "temperature": 1.0}, {"id": 82, "seek": 215704, "start": 2131.48, "end": 2157.04, "text": " I'm not working in AppCompat And I told him to take the Text Appearance in AppCompat And it's actually, for example, this is the Text Appearance This is the Text Appearance in AppCompat, Style is ready It's present where? In AppCompat I want to take it and change it", "tokens": [286, 478, 406, 1364, 294, 3132, 34, 8586, 267, 400, 286, 1907, 796, 281, 747, 264, 18643, 3132, 14881, 719, 294, 3132, 34, 8586, 267, 400, 309, 311, 767, 11, 337, 1365, 11, 341, 307, 264, 18643, 3132, 14881, 719, 639, 307, 264, 18643, 3132, 14881, 719, 294, 3132, 34, 8586, 267, 11, 27004, 307, 1919, 467, 311, 1974, 689, 30, 682, 3132, 34, 8586, 267, 286, 528, 281, 747, 309, 293, 1319, 309], "avg_logprob": -0.4366666563351949, "compression_ratio": 1.7450980392156863, "no_speech_prob": 0.0, "words": [{"start": 2131.48, "end": 2131.76, "word": " I'm", "probability": 0.3642578125}, {"start": 2131.76, "end": 2131.76, "word": " not", "probability": 0.8583984375}, {"start": 2131.76, "end": 2132.14, "word": " working", "probability": 0.325439453125}, {"start": 2132.14, "end": 2132.28, "word": " in", "probability": 0.54248046875}, {"start": 2132.28, "end": 2132.96, "word": " AppCompat", "probability": 0.92626953125}, {"start": 2132.96, "end": 2133.46, "word": " And", "probability": 0.1241455078125}, {"start": 2133.46, "end": 2133.52, "word": " I", "probability": 0.80419921875}, {"start": 2133.52, "end": 2133.6, "word": " told", "probability": 0.357421875}, {"start": 2133.6, "end": 2133.78, "word": " him", "probability": 0.8447265625}, {"start": 2133.78, "end": 2133.84, "word": " to", "probability": 0.66845703125}, {"start": 2133.84, "end": 2134.1, "word": " take", "probability": 0.414794921875}, {"start": 2134.1, "end": 2134.28, "word": " the", "probability": 0.638671875}, {"start": 2134.28, "end": 2134.52, "word": " Text", "probability": 0.24072265625}, {"start": 2134.52, "end": 2135.28, "word": " Appearance", "probability": 0.8678385416666666}, {"start": 2135.28, "end": 2136.24, "word": " in", "probability": 0.59814453125}, {"start": 2136.24, "end": 2136.98, "word": " AppCompat", "probability": 0.979736328125}, {"start": 2136.98, "end": 2138.24, "word": " And", "probability": 0.517578125}, {"start": 2138.24, "end": 2138.54, "word": " it's", "probability": 0.4671630859375}, {"start": 2138.54, "end": 2138.84, "word": " actually,", "probability": 0.474853515625}, {"start": 2139.14, "end": 2139.28, "word": " for", "probability": 0.72216796875}, {"start": 2139.28, "end": 2139.52, "word": " example,", "probability": 0.93603515625}, {"start": 2139.8, "end": 2140.18, "word": " this", "probability": 0.379638671875}, {"start": 2140.18, "end": 2140.28, "word": " is", "probability": 0.52783203125}, {"start": 2140.28, "end": 2140.38, "word": " the", "probability": 0.748046875}, {"start": 2140.38, "end": 2140.58, "word": " Text", "probability": 0.7255859375}, {"start": 2140.58, "end": 2141.68, "word": " Appearance", "probability": 0.9749348958333334}, {"start": 2141.68, "end": 2149.68, "word": " This", "probability": 0.673828125}, {"start": 2149.68, "end": 2149.8, "word": " is", "probability": 0.498046875}, {"start": 2149.8, "end": 2149.9, "word": " the", "probability": 0.77783203125}, {"start": 2149.9, "end": 2150.1, "word": " Text", "probability": 0.80419921875}, {"start": 2150.1, "end": 2150.64, "word": " Appearance", "probability": 0.9791666666666666}, {"start": 2150.64, "end": 2150.78, "word": " in", "probability": 0.430908203125}, {"start": 2150.78, "end": 2151.4, "word": " AppCompat,", "probability": 0.97998046875}, {"start": 2151.52, "end": 2151.78, "word": " Style", "probability": 0.2171630859375}, {"start": 2151.78, "end": 2151.92, "word": " is", "probability": 0.443115234375}, {"start": 2151.92, "end": 2152.14, "word": " ready", "probability": 0.77392578125}, {"start": 2152.14, "end": 2152.98, "word": " It's", "probability": 0.54681396484375}, {"start": 2152.98, "end": 2153.24, "word": " present", "probability": 0.197021484375}, {"start": 2153.24, "end": 2153.46, "word": " where?", "probability": 0.33935546875}, {"start": 2153.9, "end": 2154.3, "word": " In", "probability": 0.89794921875}, {"start": 2154.3, "end": 2154.94, "word": " AppCompat", "probability": 0.969970703125}, {"start": 2154.94, "end": 2155.06, "word": " I", "probability": 0.6708984375}, {"start": 2155.06, "end": 2155.2, "word": " want", "probability": 0.495849609375}, {"start": 2155.2, "end": 2155.36, "word": " to", "probability": 0.9638671875}, {"start": 2155.36, "end": 2155.54, "word": " take", "probability": 0.697265625}, {"start": 2155.54, "end": 2155.8, "word": " it", "probability": 0.90966796875}, {"start": 2155.8, "end": 2156.6, "word": " and", "probability": 0.775390625}, {"start": 2156.6, "end": 2156.84, "word": " change", "probability": 0.7958984375}, {"start": 2156.84, "end": 2157.04, "word": " it", "probability": 0.76318359375}], "temperature": 1.0}, {"id": 83, "seek": 218621, "start": 2159.27, "end": 2186.21, "text": " Automatically this style is everything that is here And I go inside here And I put what guys? Did you see the features that we put in these? Take them And put them in the style But what do they want? They want each one Item name This is a story", "tokens": [24619, 5030, 341, 3758, 307, 1203, 300, 307, 510, 400, 286, 352, 1854, 510, 400, 286, 829, 437, 1074, 30, 2589, 291, 536, 264, 4122, 300, 321, 829, 294, 613, 30, 3664, 552, 400, 829, 552, 294, 264, 3758, 583, 437, 360, 436, 528, 30, 814, 528, 1184, 472, 31066, 1315, 639, 307, 257, 1657], "avg_logprob": -0.6339285522699356, "compression_ratio": 1.6013071895424837, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2159.27, "end": 2159.95, "word": " Automatically", "probability": 0.74462890625}, {"start": 2159.95, "end": 2160.51, "word": " this", "probability": 0.490234375}, {"start": 2160.51, "end": 2160.93, "word": " style", "probability": 0.73876953125}, {"start": 2160.93, "end": 2161.11, "word": " is", "probability": 0.1954345703125}, {"start": 2161.11, "end": 2161.51, "word": " everything", "probability": 0.1607666015625}, {"start": 2161.51, "end": 2161.85, "word": " that", "probability": 0.294677734375}, {"start": 2161.85, "end": 2161.85, "word": " is", "probability": 0.61083984375}, {"start": 2161.85, "end": 2162.21, "word": " here", "probability": 0.365234375}, {"start": 2162.21, "end": 2162.73, "word": " And", "probability": 0.2247314453125}, {"start": 2162.73, "end": 2162.89, "word": " I", "probability": 0.75927734375}, {"start": 2162.89, "end": 2162.97, "word": " go", "probability": 0.371337890625}, {"start": 2162.97, "end": 2163.39, "word": " inside", "probability": 0.361083984375}, {"start": 2163.39, "end": 2164.31, "word": " here", "probability": 0.388427734375}, {"start": 2164.31, "end": 2164.55, "word": " And", "probability": 0.488525390625}, {"start": 2164.55, "end": 2164.71, "word": " I", "probability": 0.515625}, {"start": 2164.71, "end": 2164.91, "word": " put", "probability": 0.5576171875}, {"start": 2164.91, "end": 2165.15, "word": " what", "probability": 0.171630859375}, {"start": 2165.15, "end": 2165.63, "word": " guys?", "probability": 0.49267578125}, {"start": 2165.71, "end": 2165.95, "word": " Did", "probability": 0.335693359375}, {"start": 2165.95, "end": 2166.01, "word": " you", "probability": 0.97021484375}, {"start": 2166.01, "end": 2166.01, "word": " see", "probability": 0.85205078125}, {"start": 2166.01, "end": 2166.13, "word": " the", "probability": 0.8046875}, {"start": 2166.13, "end": 2166.53, "word": " features", "probability": 0.1904296875}, {"start": 2166.53, "end": 2166.69, "word": " that", "probability": 0.62890625}, {"start": 2166.69, "end": 2167.09, "word": " we", "probability": 0.73779296875}, {"start": 2167.09, "end": 2167.09, "word": " put", "probability": 0.75830078125}, {"start": 2167.09, "end": 2167.35, "word": " in", "probability": 0.60302734375}, {"start": 2167.35, "end": 2168.63, "word": " these?", "probability": 0.490478515625}, {"start": 2169.51, "end": 2169.77, "word": " Take", "probability": 0.248046875}, {"start": 2169.77, "end": 2170.67, "word": " them", "probability": 0.8701171875}, {"start": 2170.67, "end": 2172.73, "word": " And", "probability": 0.450439453125}, {"start": 2172.73, "end": 2172.99, "word": " put", "probability": 0.84228515625}, {"start": 2172.99, "end": 2173.19, "word": " them", "probability": 0.86865234375}, {"start": 2173.19, "end": 2173.39, "word": " in", "probability": 0.8642578125}, {"start": 2173.39, "end": 2174.79, "word": " the", "probability": 0.6171875}, {"start": 2174.79, "end": 2175.13, "word": " style", "probability": 0.869140625}, {"start": 2175.13, "end": 2175.93, "word": " But", "probability": 0.66748046875}, {"start": 2175.93, "end": 2176.37, "word": " what", "probability": 0.5849609375}, {"start": 2176.37, "end": 2176.43, "word": " do", "probability": 0.76953125}, {"start": 2176.43, "end": 2176.57, "word": " they", "probability": 0.87841796875}, {"start": 2176.57, "end": 2176.59, "word": " want?", "probability": 0.5185546875}, {"start": 2176.93, "end": 2176.97, "word": " They", "probability": 0.40478515625}, {"start": 2176.97, "end": 2177.13, "word": " want", "probability": 0.7998046875}, {"start": 2177.13, "end": 2177.33, "word": " each", "probability": 0.80126953125}, {"start": 2177.33, "end": 2177.95, "word": " one", "probability": 0.493896484375}, {"start": 2177.95, "end": 2180.19, "word": " Item", "probability": 0.46240234375}, {"start": 2180.19, "end": 2180.75, "word": " name", "probability": 0.73779296875}, {"start": 2180.75, "end": 2183.23, "word": " This", "probability": 0.26708984375}, {"start": 2183.23, "end": 2183.23, "word": " is", "probability": 0.58349609375}, {"start": 2183.23, "end": 2186.01, "word": " a", "probability": 0.40283203125}, {"start": 2186.01, "end": 2186.21, "word": " story", "probability": 0.955078125}], "temperature": 1.0}, {"id": 84, "seek": 221858, "start": 2200.52, "end": 2218.58, "text": " Text Size 18sp Text Color Style Bold", "tokens": [18643, 35818, 2443, 4952, 18643, 10458, 27004, 48954], "avg_logprob": -0.60546875, "compression_ratio": 0.9024390243902439, "no_speech_prob": 0.0, "words": [{"start": 2200.52, "end": 2201.92, "word": " Text", "probability": 0.357421875}, {"start": 2201.92, "end": 2202.44, "word": " Size", "probability": 0.38330078125}, {"start": 2202.44, "end": 2205.88, "word": " 18sp", "probability": 0.49560546875}, {"start": 2205.88, "end": 2211.6, "word": " Text", "probability": 0.29248046875}, {"start": 2211.6, "end": 2212.02, "word": " Color", "probability": 0.57177734375}, {"start": 2212.02, "end": 2213.82, "word": " Style", "probability": 0.81494140625}, {"start": 2213.82, "end": 2218.58, "word": " Bold", "probability": 0.8525390625}], "temperature": 1.0}, {"id": 85, "seek": 225446, "start": 2227.09, "end": 2254.47, "text": " Padding, let's choose 10dp Ok, we introduced the style, now did I use this style? No, go back to activity, remove these and say my text view, my style will not be Gaza theme, I want my", "tokens": [18691, 3584, 11, 718, 311, 2826, 1266, 67, 79, 3477, 11, 321, 7268, 264, 3758, 11, 586, 630, 286, 764, 341, 3758, 30, 883, 11, 352, 646, 281, 5191, 11, 4159, 613, 293, 584, 452, 2487, 1910, 11, 452, 3758, 486, 406, 312, 37800, 6314, 11, 286, 528, 452], "avg_logprob": -0.5618750095367432, "compression_ratio": 1.2937062937062938, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2227.09, "end": 2227.73, "word": " Padding,", "probability": 0.700439453125}, {"start": 2227.73, "end": 2228.37, "word": " let's", "probability": 0.609619140625}, {"start": 2228.37, "end": 2228.61, "word": " choose", "probability": 0.61962890625}, {"start": 2228.61, "end": 2229.75, "word": " 10dp", "probability": 0.69677734375}, {"start": 2229.75, "end": 2238.05, "word": " Ok,", "probability": 0.398681640625}, {"start": 2238.19, "end": 2238.53, "word": " we", "probability": 0.420654296875}, {"start": 2238.53, "end": 2238.53, "word": " introduced", "probability": 0.1773681640625}, {"start": 2238.53, "end": 2238.67, "word": " the", "probability": 0.51708984375}, {"start": 2238.67, "end": 2238.91, "word": " style,", "probability": 0.80712890625}, {"start": 2238.99, "end": 2239.33, "word": " now", "probability": 0.451171875}, {"start": 2239.33, "end": 2239.77, "word": " did", "probability": 0.263671875}, {"start": 2239.77, "end": 2240.23, "word": " I", "probability": 0.8994140625}, {"start": 2240.23, "end": 2240.23, "word": " use", "probability": 0.7734375}, {"start": 2240.23, "end": 2240.41, "word": " this", "probability": 0.76025390625}, {"start": 2240.41, "end": 2240.67, "word": " style?", "probability": 0.86865234375}, {"start": 2241.01, "end": 2241.57, "word": " No,", "probability": 0.74755859375}, {"start": 2241.75, "end": 2241.87, "word": " go", "probability": 0.69921875}, {"start": 2241.87, "end": 2242.03, "word": " back", "probability": 0.79248046875}, {"start": 2242.03, "end": 2242.99, "word": " to", "probability": 0.79541015625}, {"start": 2242.99, "end": 2245.49, "word": " activity,", "probability": 0.50244140625}, {"start": 2245.59, "end": 2245.89, "word": " remove", "probability": 0.65966796875}, {"start": 2245.89, "end": 2246.19, "word": " these", "probability": 0.388916015625}, {"start": 2246.19, "end": 2246.91, "word": " and", "probability": 0.472900390625}, {"start": 2246.91, "end": 2247.15, "word": " say", "probability": 0.45703125}, {"start": 2247.15, "end": 2247.33, "word": " my", "probability": 0.368408203125}, {"start": 2247.33, "end": 2247.53, "word": " text", "probability": 0.74560546875}, {"start": 2247.53, "end": 2248.17, "word": " view,", "probability": 0.50341796875}, {"start": 2248.49, "end": 2248.91, "word": " my", "probability": 0.8408203125}, {"start": 2248.91, "end": 2249.31, "word": " style", "probability": 0.89892578125}, {"start": 2249.31, "end": 2250.73, "word": " will", "probability": 0.591796875}, {"start": 2250.73, "end": 2251.23, "word": " not", "probability": 0.50927734375}, {"start": 2251.23, "end": 2251.81, "word": " be", "probability": 0.669921875}, {"start": 2251.81, "end": 2252.07, "word": " Gaza", "probability": 0.8291015625}, {"start": 2252.07, "end": 2252.47, "word": " theme,", "probability": 0.72412109375}, {"start": 2252.77, "end": 2252.81, "word": " I", "probability": 0.73681640625}, {"start": 2252.81, "end": 2252.99, "word": " want", "probability": 0.6083984375}, {"start": 2252.99, "end": 2254.47, "word": " my", "probability": 0.625}], "temperature": 1.0}, {"id": 86, "seek": 227944, "start": 2256.89, "end": 2279.45, "text": " Text view style I introduced a group of attributes in the style and told it to take the style from it Now let's see how it looks like, you see how it changed? The color changed and the padding increased But what? I don't apply the text size, right? Let's say 24 or 30", "tokens": [18643, 1910, 3758, 286, 7268, 257, 1594, 295, 17212, 294, 264, 3758, 293, 1907, 309, 281, 747, 264, 3758, 490, 309, 823, 718, 311, 536, 577, 309, 1542, 411, 11, 291, 536, 577, 309, 3105, 30, 440, 2017, 3105, 293, 264, 39562, 6505, 583, 437, 30, 286, 500, 380, 3079, 264, 2487, 2744, 11, 558, 30, 961, 311, 584, 4022, 420, 2217], "avg_logprob": -0.5709325377903287, "compression_ratio": 1.4806629834254144, "no_speech_prob": 0.0, "words": [{"start": 2256.89, "end": 2257.27, "word": " Text", "probability": 0.6328125}, {"start": 2257.27, "end": 2257.55, "word": " view", "probability": 0.414794921875}, {"start": 2257.55, "end": 2257.95, "word": " style", "probability": 0.89990234375}, {"start": 2257.95, "end": 2259.99, "word": " I", "probability": 0.440673828125}, {"start": 2259.99, "end": 2260.93, "word": " introduced", "probability": 0.1983642578125}, {"start": 2260.93, "end": 2261.05, "word": " a", "probability": 0.422119140625}, {"start": 2261.05, "end": 2261.25, "word": " group", "probability": 0.367431640625}, {"start": 2261.25, "end": 2261.45, "word": " of", "probability": 0.95068359375}, {"start": 2261.45, "end": 2261.77, "word": " attributes", "probability": 0.75}, {"start": 2261.77, "end": 2261.95, "word": " in", "probability": 0.51806640625}, {"start": 2261.95, "end": 2262.05, "word": " the", "probability": 0.38720703125}, {"start": 2262.05, "end": 2262.27, "word": " style", "probability": 0.82275390625}, {"start": 2262.27, "end": 2262.33, "word": " and", "probability": 0.61962890625}, {"start": 2262.33, "end": 2262.49, "word": " told", "probability": 0.362548828125}, {"start": 2262.49, "end": 2262.69, "word": " it", "probability": 0.431640625}, {"start": 2262.69, "end": 2262.79, "word": " to", "probability": 0.77294921875}, {"start": 2262.79, "end": 2263.37, "word": " take", "probability": 0.27685546875}, {"start": 2263.37, "end": 2263.51, "word": " the", "probability": 0.300537109375}, {"start": 2263.51, "end": 2263.79, "word": " style", "probability": 0.80712890625}, {"start": 2263.79, "end": 2264.53, "word": " from", "probability": 0.394775390625}, {"start": 2264.53, "end": 2265.21, "word": " it", "probability": 0.19091796875}, {"start": 2265.21, "end": 2266.13, "word": " Now", "probability": 0.319580078125}, {"start": 2266.13, "end": 2266.45, "word": " let's", "probability": 0.697509765625}, {"start": 2266.45, "end": 2266.63, "word": " see", "probability": 0.724609375}, {"start": 2266.63, "end": 2266.81, "word": " how", "probability": 0.71630859375}, {"start": 2266.81, "end": 2267.11, "word": " it", "probability": 0.783203125}, {"start": 2267.11, "end": 2267.11, "word": " looks", "probability": 0.460693359375}, {"start": 2267.11, "end": 2267.43, "word": " like,", "probability": 0.384521484375}, {"start": 2267.45, "end": 2267.55, "word": " you", "probability": 0.289794921875}, {"start": 2267.55, "end": 2267.81, "word": " see", "probability": 0.724609375}, {"start": 2267.81, "end": 2268.01, "word": " how", "probability": 0.80029296875}, {"start": 2268.01, "end": 2268.05, "word": " it", "probability": 0.80419921875}, {"start": 2268.05, "end": 2268.41, "word": " changed?", "probability": 0.7265625}, {"start": 2269.03, "end": 2269.21, "word": " The", "probability": 0.64990234375}, {"start": 2269.21, "end": 2269.37, "word": " color", "probability": 0.73095703125}, {"start": 2269.37, "end": 2269.77, "word": " changed", "probability": 0.7685546875}, {"start": 2269.77, "end": 2269.95, "word": " and", "probability": 0.736328125}, {"start": 2269.95, "end": 2270.31, "word": " the", "probability": 0.315673828125}, {"start": 2270.31, "end": 2270.83, "word": " padding", "probability": 0.9580078125}, {"start": 2270.83, "end": 2270.83, "word": " increased", "probability": 0.65234375}, {"start": 2270.83, "end": 2272.17, "word": " But", "probability": 0.52734375}, {"start": 2272.17, "end": 2272.51, "word": " what?", "probability": 0.7255859375}, {"start": 2272.83, "end": 2273.43, "word": " I", "probability": 0.48193359375}, {"start": 2273.43, "end": 2274.41, "word": " don't", "probability": 0.6500244140625}, {"start": 2274.41, "end": 2274.65, "word": " apply", "probability": 0.62939453125}, {"start": 2274.65, "end": 2274.85, "word": " the", "probability": 0.64306640625}, {"start": 2274.85, "end": 2275.01, "word": " text", "probability": 0.87158203125}, {"start": 2275.01, "end": 2275.31, "word": " size,", "probability": 0.78564453125}, {"start": 2275.31, "end": 2275.61, "word": " right?", "probability": 0.81005859375}, {"start": 2276.89, "end": 2277.43, "word": " Let's", "probability": 0.6104736328125}, {"start": 2277.43, "end": 2277.77, "word": " say", "probability": 0.48828125}, {"start": 2277.77, "end": 2278.15, "word": " 24", "probability": 0.8505859375}, {"start": 2278.15, "end": 2278.89, "word": " or", "probability": 0.91650390625}, {"start": 2278.89, "end": 2279.45, "word": " 30", "probability": 0.97802734375}], "temperature": 1.0}, {"id": 87, "seek": 232301, "start": 2293.83, "end": 2323.01, "text": " yes, this one needs android before, why I don't know? ok, look at the last example I want to make a style mybutton style parent name is in the front of appcompat.button this is the basic style of the button in the appcompat and specify as you want", "tokens": [2086, 11, 341, 472, 2203, 36157, 949, 11, 983, 286, 500, 380, 458, 30, 3133, 11, 574, 412, 264, 1036, 1365, 286, 528, 281, 652, 257, 3758, 452, 5955, 1756, 3758, 2596, 1315, 307, 294, 264, 1868, 295, 724, 21541, 267, 13, 5955, 1756, 341, 307, 264, 3875, 3758, 295, 264, 2960, 294, 264, 724, 21541, 267, 293, 16500, 382, 291, 528], "avg_logprob": -0.6899801606223697, "compression_ratio": 1.55, "no_speech_prob": 0.0, "words": [{"start": 2293.83, "end": 2294.17, "word": " yes,", "probability": 0.1527099609375}, {"start": 2294.31, "end": 2294.45, "word": " this", "probability": 0.2264404296875}, {"start": 2294.45, "end": 2294.49, "word": " one", "probability": 0.1654052734375}, {"start": 2294.49, "end": 2294.59, "word": " needs", "probability": 0.2841796875}, {"start": 2294.59, "end": 2294.93, "word": " android", "probability": 0.83642578125}, {"start": 2294.93, "end": 2295.21, "word": " before,", "probability": 0.1983642578125}, {"start": 2295.35, "end": 2295.61, "word": " why", "probability": 0.78857421875}, {"start": 2295.61, "end": 2295.71, "word": " I", "probability": 0.38232421875}, {"start": 2295.71, "end": 2295.75, "word": " don't", "probability": 0.864013671875}, {"start": 2295.75, "end": 2295.93, "word": " know?", "probability": 0.87255859375}, {"start": 2298.65, "end": 2299.17, "word": " ok,", "probability": 0.1964111328125}, {"start": 2299.49, "end": 2301.11, "word": " look", "probability": 0.327392578125}, {"start": 2301.11, "end": 2301.17, "word": " at", "probability": 0.640625}, {"start": 2301.17, "end": 2301.25, "word": " the", "probability": 0.70654296875}, {"start": 2301.25, "end": 2301.63, "word": " last", "probability": 0.82763671875}, {"start": 2301.63, "end": 2301.77, "word": " example", "probability": 0.94189453125}, {"start": 2301.77, "end": 2303.57, "word": " I", "probability": 0.767578125}, {"start": 2303.57, "end": 2303.71, "word": " want", "probability": 0.296875}, {"start": 2303.71, "end": 2303.91, "word": " to", "probability": 0.94921875}, {"start": 2303.91, "end": 2304.07, "word": " make", "probability": 0.388671875}, {"start": 2304.07, "end": 2304.23, "word": " a", "probability": 0.4638671875}, {"start": 2304.23, "end": 2305.47, "word": " style", "probability": 0.84765625}, {"start": 2305.47, "end": 2307.23, "word": " mybutton", "probability": 0.674072265625}, {"start": 2307.23, "end": 2310.17, "word": " style", "probability": 0.4814453125}, {"start": 2310.17, "end": 2312.51, "word": " parent", "probability": 0.56494140625}, {"start": 2312.51, "end": 2314.29, "word": " name", "probability": 0.20703125}, {"start": 2314.29, "end": 2314.79, "word": " is", "probability": 0.658203125}, {"start": 2314.79, "end": 2315.09, "word": " in", "probability": 0.40380859375}, {"start": 2315.09, "end": 2315.59, "word": " the", "probability": 0.496826171875}, {"start": 2315.59, "end": 2315.59, "word": " front", "probability": 0.08660888671875}, {"start": 2315.59, "end": 2315.67, "word": " of", "probability": 0.52197265625}, {"start": 2315.67, "end": 2316.37, "word": " appcompat", "probability": 0.5445149739583334}, {"start": 2316.37, "end": 2316.71, "word": ".button", "probability": 0.6971435546875}, {"start": 2316.71, "end": 2318.09, "word": " this", "probability": 0.623046875}, {"start": 2318.09, "end": 2318.13, "word": " is", "probability": 0.8486328125}, {"start": 2318.13, "end": 2318.21, "word": " the", "probability": 0.77490234375}, {"start": 2318.21, "end": 2318.53, "word": " basic", "probability": 0.259765625}, {"start": 2318.53, "end": 2318.55, "word": " style", "probability": 0.78173828125}, {"start": 2318.55, "end": 2320.53, "word": " of", "probability": 0.7548828125}, {"start": 2320.53, "end": 2320.73, "word": " the", "probability": 0.47314453125}, {"start": 2320.73, "end": 2320.93, "word": " button", "probability": 0.435546875}, {"start": 2320.93, "end": 2321.07, "word": " in", "probability": 0.76123046875}, {"start": 2321.07, "end": 2321.17, "word": " the", "probability": 0.46044921875}, {"start": 2321.17, "end": 2321.69, "word": " appcompat", "probability": 0.8557942708333334}, {"start": 2321.69, "end": 2321.95, "word": " and", "probability": 0.458251953125}, {"start": 2321.95, "end": 2322.31, "word": " specify", "probability": 0.338623046875}, {"start": 2322.31, "end": 2322.67, "word": " as", "probability": 0.347900390625}, {"start": 2322.67, "end": 2322.83, "word": " you", "probability": 0.9365234375}, {"start": 2322.83, "end": 2323.01, "word": " want", "probability": 0.48974609375}], "temperature": 1.0}, {"id": 88, "seek": 235311, "start": 2323.87, "end": 2353.11, "text": " What you can do is, you want all the buttons that you add to them to have angles What do you do? You draw a rectangle and you tell it to take the background from the drawable We took it, this is how you put a background So we say for example, item background, I don't have a drawing, I found a drawing, I put a fixed color for example One of the existing colors in the background takes the accent for example And you tell it for example, this is an item", "tokens": [708, 291, 393, 360, 307, 11, 291, 528, 439, 264, 9905, 300, 291, 909, 281, 552, 281, 362, 14708, 708, 360, 291, 360, 30, 509, 2642, 257, 21930, 293, 291, 980, 309, 281, 747, 264, 3678, 490, 264, 2642, 712, 492, 1890, 309, 11, 341, 307, 577, 291, 829, 257, 3678, 407, 321, 584, 337, 1365, 11, 3174, 3678, 11, 286, 500, 380, 362, 257, 6316, 11, 286, 1352, 257, 6316, 11, 286, 829, 257, 6806, 2017, 337, 1365, 1485, 295, 264, 6741, 4577, 294, 264, 3678, 2516, 264, 11982, 337, 1365, 400, 291, 980, 309, 337, 1365, 11, 341, 307, 364, 3174], "avg_logprob": -0.5880408653846154, "compression_ratio": 1.923728813559322, "no_speech_prob": 0.0, "words": [{"start": 2323.87, "end": 2324.15, "word": " What", "probability": 0.155029296875}, {"start": 2324.15, "end": 2324.43, "word": " you", "probability": 0.379150390625}, {"start": 2324.43, "end": 2324.43, "word": " can", "probability": 0.62158203125}, {"start": 2324.43, "end": 2324.85, "word": " do", "probability": 0.92333984375}, {"start": 2324.85, "end": 2325.05, "word": " is,", "probability": 0.5302734375}, {"start": 2325.17, "end": 2325.33, "word": " you", "probability": 0.57275390625}, {"start": 2325.33, "end": 2325.57, "word": " want", "probability": 0.6298828125}, {"start": 2325.57, "end": 2326.15, "word": " all", "probability": 0.71630859375}, {"start": 2326.15, "end": 2326.27, "word": " the", "probability": 0.1884765625}, {"start": 2326.27, "end": 2326.71, "word": " buttons", "probability": 0.83203125}, {"start": 2326.71, "end": 2326.95, "word": " that", "probability": 0.21826171875}, {"start": 2326.95, "end": 2327.07, "word": " you", "probability": 0.88720703125}, {"start": 2327.07, "end": 2327.31, "word": " add", "probability": 0.403564453125}, {"start": 2327.31, "end": 2327.69, "word": " to", "probability": 0.381103515625}, {"start": 2327.69, "end": 2327.69, "word": " them", "probability": 0.153564453125}, {"start": 2327.69, "end": 2327.83, "word": " to", "probability": 0.69921875}, {"start": 2327.83, "end": 2328.11, "word": " have", "probability": 0.11444091796875}, {"start": 2328.11, "end": 2328.51, "word": " angles", "probability": 0.39013671875}, {"start": 2328.51, "end": 2330.15, "word": " What", "probability": 0.396484375}, {"start": 2330.15, "end": 2330.27, "word": " do", "probability": 0.36572265625}, {"start": 2330.27, "end": 2330.35, "word": " you", "probability": 0.96142578125}, {"start": 2330.35, "end": 2330.51, "word": " do?", "probability": 0.93212890625}, {"start": 2330.65, "end": 2330.77, "word": " You", "probability": 0.798828125}, {"start": 2330.77, "end": 2331.11, "word": " draw", "probability": 0.763671875}, {"start": 2331.11, "end": 2332.09, "word": " a", "probability": 0.409423828125}, {"start": 2332.09, "end": 2332.55, "word": " rectangle", "probability": 0.9609375}, {"start": 2332.55, "end": 2332.77, "word": " and", "probability": 0.5654296875}, {"start": 2332.77, "end": 2332.89, "word": " you", "probability": 0.544921875}, {"start": 2332.89, "end": 2333.07, "word": " tell", "probability": 0.52734375}, {"start": 2333.07, "end": 2333.17, "word": " it", "probability": 0.65380859375}, {"start": 2333.17, "end": 2334.01, "word": " to", "probability": 0.45654296875}, {"start": 2334.01, "end": 2334.97, "word": " take", "probability": 0.387939453125}, {"start": 2334.97, "end": 2334.97, "word": " the", "probability": 0.44580078125}, {"start": 2334.97, "end": 2334.97, "word": " background", "probability": 0.72314453125}, {"start": 2334.97, "end": 2335.19, "word": " from", "probability": 0.7646484375}, {"start": 2335.19, "end": 2335.47, "word": " the", "probability": 0.7626953125}, {"start": 2335.47, "end": 2335.95, "word": " drawable", "probability": 0.854736328125}, {"start": 2335.95, "end": 2336.93, "word": " We", "probability": 0.314697265625}, {"start": 2336.93, "end": 2337.17, "word": " took", "probability": 0.38525390625}, {"start": 2337.17, "end": 2337.39, "word": " it,", "probability": 0.331298828125}, {"start": 2337.45, "end": 2337.55, "word": " this", "probability": 0.52197265625}, {"start": 2337.55, "end": 2337.55, "word": " is", "probability": 0.865234375}, {"start": 2337.55, "end": 2337.67, "word": " how", "probability": 0.91796875}, {"start": 2337.67, "end": 2337.73, "word": " you", "probability": 0.87451171875}, {"start": 2337.73, "end": 2337.89, "word": " put", "probability": 0.57275390625}, {"start": 2337.89, "end": 2337.97, "word": " a", "probability": 0.50927734375}, {"start": 2337.97, "end": 2338.29, "word": " background", "probability": 0.8173828125}, {"start": 2338.29, "end": 2339.23, "word": " So", "probability": 0.485107421875}, {"start": 2339.23, "end": 2339.35, "word": " we", "probability": 0.2109375}, {"start": 2339.35, "end": 2339.49, "word": " say", "probability": 0.5634765625}, {"start": 2339.49, "end": 2339.69, "word": " for", "probability": 0.54931640625}, {"start": 2339.69, "end": 2339.77, "word": " example,", "probability": 0.95703125}, {"start": 2339.89, "end": 2340.15, "word": " item", "probability": 0.7900390625}, {"start": 2340.15, "end": 2340.57, "word": " background,", "probability": 0.6875}, {"start": 2340.75, "end": 2340.85, "word": " I", "probability": 0.8046875}, {"start": 2340.85, "end": 2340.97, "word": " don't", "probability": 0.83642578125}, {"start": 2340.97, "end": 2341.19, "word": " have", "probability": 0.91357421875}, {"start": 2341.19, "end": 2341.29, "word": " a", "probability": 0.611328125}, {"start": 2341.29, "end": 2341.41, "word": " drawing,", "probability": 0.60400390625}, {"start": 2341.47, "end": 2341.59, "word": " I", "probability": 0.689453125}, {"start": 2341.59, "end": 2341.71, "word": " found", "probability": 0.1392822265625}, {"start": 2341.71, "end": 2341.85, "word": " a", "probability": 0.61669921875}, {"start": 2341.85, "end": 2342.01, "word": " drawing,", "probability": 0.8984375}, {"start": 2342.13, "end": 2342.35, "word": " I", "probability": 0.60986328125}, {"start": 2342.35, "end": 2342.55, "word": " put", "probability": 0.365966796875}, {"start": 2342.55, "end": 2342.81, "word": " a", "probability": 0.39306640625}, {"start": 2342.81, "end": 2344.53, "word": " fixed", "probability": 0.223388671875}, {"start": 2344.53, "end": 2344.53, "word": " color", "probability": 0.861328125}, {"start": 2344.53, "end": 2344.69, "word": " for", "probability": 0.4248046875}, {"start": 2344.69, "end": 2344.91, "word": " example", "probability": 0.74560546875}, {"start": 2344.91, "end": 2345.13, "word": " One", "probability": 0.5849609375}, {"start": 2345.13, "end": 2345.41, "word": " of", "probability": 0.83349609375}, {"start": 2345.41, "end": 2346.49, "word": " the", "probability": 0.90576171875}, {"start": 2346.49, "end": 2346.53, "word": " existing", "probability": 0.468017578125}, {"start": 2346.53, "end": 2346.81, "word": " colors", "probability": 0.86767578125}, {"start": 2346.81, "end": 2347.41, "word": " in", "probability": 0.1939697265625}, {"start": 2347.41, "end": 2347.47, "word": " the", "probability": 0.84912109375}, {"start": 2347.47, "end": 2347.85, "word": " background", "probability": 0.93798828125}, {"start": 2347.85, "end": 2348.13, "word": " takes", "probability": 0.59423828125}, {"start": 2348.13, "end": 2348.29, "word": " the", "probability": 0.8720703125}, {"start": 2348.29, "end": 2348.63, "word": " accent", "probability": 0.93115234375}, {"start": 2348.63, "end": 2348.85, "word": " for", "probability": 0.4814453125}, {"start": 2348.85, "end": 2349.83, "word": " example", "probability": 0.970703125}, {"start": 2349.83, "end": 2350.21, "word": " And", "probability": 0.1690673828125}, {"start": 2350.21, "end": 2351.51, "word": " you", "probability": 0.9052734375}, {"start": 2351.51, "end": 2351.67, "word": " tell", "probability": 0.4189453125}, {"start": 2351.67, "end": 2351.81, "word": " it", "probability": 0.78076171875}, {"start": 2351.81, "end": 2351.99, "word": " for", "probability": 0.625}, {"start": 2351.99, "end": 2352.17, "word": " example,", "probability": 0.97705078125}, {"start": 2352.35, "end": 2352.57, "word": " this", "probability": 0.83935546875}, {"start": 2352.57, "end": 2352.61, "word": " is", "probability": 0.857421875}, {"start": 2352.61, "end": 2352.73, "word": " an", "probability": 0.6025390625}, {"start": 2352.73, "end": 2353.11, "word": " item", "probability": 0.96728515625}], "temperature": 1.0}, {"id": 89, "seek": 237941, "start": 2354.67, "end": 2379.41, "text": " let's try one which is text size this is 24sp and let's put padding item this is 10db and it goes to activity this is my button", "tokens": [718, 311, 853, 472, 597, 307, 2487, 2744, 341, 307, 4022, 4952, 293, 718, 311, 829, 39562, 3174, 341, 307, 1266, 67, 65, 293, 309, 1709, 281, 5191, 341, 307, 452, 2960], "avg_logprob": -0.5317234848484849, "compression_ratio": 1.3195876288659794, "no_speech_prob": 0.0, "words": [{"start": 2354.67, "end": 2354.93, "word": " let's", "probability": 0.453704833984375}, {"start": 2354.93, "end": 2355.17, "word": " try", "probability": 0.84619140625}, {"start": 2355.17, "end": 2355.43, "word": " one", "probability": 0.435302734375}, {"start": 2355.43, "end": 2355.61, "word": " which", "probability": 0.427490234375}, {"start": 2355.61, "end": 2355.75, "word": " is", "probability": 0.91015625}, {"start": 2355.75, "end": 2356.05, "word": " text", "probability": 0.81396484375}, {"start": 2356.05, "end": 2356.55, "word": " size", "probability": 0.50537109375}, {"start": 2356.55, "end": 2361.57, "word": " this", "probability": 0.36083984375}, {"start": 2361.57, "end": 2361.59, "word": " is", "probability": 0.71826171875}, {"start": 2361.59, "end": 2362.61, "word": " 24sp", "probability": 0.580078125}, {"start": 2362.61, "end": 2364.45, "word": " and", "probability": 0.54248046875}, {"start": 2364.45, "end": 2364.75, "word": " let's", "probability": 0.654052734375}, {"start": 2364.75, "end": 2364.99, "word": " put", "probability": 0.4697265625}, {"start": 2364.99, "end": 2365.71, "word": " padding", "probability": 0.818359375}, {"start": 2365.71, "end": 2367.09, "word": " item", "probability": 0.8388671875}, {"start": 2367.09, "end": 2373.59, "word": " this", "probability": 0.7265625}, {"start": 2373.59, "end": 2373.63, "word": " is", "probability": 0.91015625}, {"start": 2373.63, "end": 2374.37, "word": " 10db", "probability": 0.8165690104166666}, {"start": 2374.37, "end": 2376.77, "word": " and", "probability": 0.66943359375}, {"start": 2376.77, "end": 2376.91, "word": " it", "probability": 0.1904296875}, {"start": 2376.91, "end": 2377.07, "word": " goes", "probability": 0.6474609375}, {"start": 2377.07, "end": 2377.31, "word": " to", "probability": 0.7392578125}, {"start": 2377.31, "end": 2378.03, "word": " activity", "probability": 0.6123046875}, {"start": 2378.03, "end": 2379.01, "word": " this", "probability": 0.5439453125}, {"start": 2379.01, "end": 2379.09, "word": " is", "probability": 0.890625}, {"start": 2379.09, "end": 2379.11, "word": " my", "probability": 0.51416015625}, {"start": 2379.11, "end": 2379.41, "word": " button", "probability": 0.5517578125}], "temperature": 1.0}, {"id": 90, "seek": 241284, "start": 2384.5, "end": 2412.84, "text": " And you tell him style is my button style Ok, this is how you apply the style on the button Is it clear, guys, the concept of styles? Ok, the last point to end the lecture is related to debugging of apps Some guys asked me, they told me that they turn on the app and the application stops and they don't know why Ok", "tokens": [400, 291, 980, 796, 3758, 307, 452, 2960, 3758, 3477, 11, 341, 307, 577, 291, 3079, 264, 3758, 322, 264, 2960, 1119, 309, 1850, 11, 1074, 11, 264, 3410, 295, 13273, 30, 3477, 11, 264, 1036, 935, 281, 917, 264, 7991, 307, 4077, 281, 45592, 295, 7733, 2188, 1074, 2351, 385, 11, 436, 1907, 385, 300, 436, 1261, 322, 264, 724, 293, 264, 3861, 10094, 293, 436, 500, 380, 458, 983, 3477], "avg_logprob": -0.6541095629130325, "compression_ratio": 1.6808510638297873, "no_speech_prob": 0.0, "words": [{"start": 2384.5, "end": 2384.72, "word": " And", "probability": 0.2388916015625}, {"start": 2384.72, "end": 2384.84, "word": " you", "probability": 0.54443359375}, {"start": 2384.84, "end": 2385.04, "word": " tell", "probability": 0.1434326171875}, {"start": 2385.04, "end": 2385.22, "word": " him", "probability": 0.400634765625}, {"start": 2385.22, "end": 2385.68, "word": " style", "probability": 0.53759765625}, {"start": 2385.68, "end": 2388.48, "word": " is", "probability": 0.20068359375}, {"start": 2388.48, "end": 2388.74, "word": " my", "probability": 0.8330078125}, {"start": 2388.74, "end": 2389.12, "word": " button", "probability": 0.3701171875}, {"start": 2389.12, "end": 2390.24, "word": " style", "probability": 0.8544921875}, {"start": 2390.24, "end": 2392.24, "word": " Ok,", "probability": 0.09674072265625}, {"start": 2392.36, "end": 2392.5, "word": " this", "probability": 0.44873046875}, {"start": 2392.5, "end": 2392.54, "word": " is", "probability": 0.8203125}, {"start": 2392.54, "end": 2392.78, "word": " how", "probability": 0.375244140625}, {"start": 2392.78, "end": 2392.82, "word": " you", "probability": 0.6689453125}, {"start": 2392.82, "end": 2392.82, "word": " apply", "probability": 0.61962890625}, {"start": 2392.82, "end": 2392.98, "word": " the", "probability": 0.2646484375}, {"start": 2392.98, "end": 2393.22, "word": " style", "probability": 0.80712890625}, {"start": 2393.22, "end": 2393.44, "word": " on", "probability": 0.54296875}, {"start": 2393.44, "end": 2394.34, "word": " the", "probability": 0.734375}, {"start": 2394.34, "end": 2394.56, "word": " button", "probability": 0.82861328125}, {"start": 2394.56, "end": 2395.46, "word": " Is", "probability": 0.374267578125}, {"start": 2395.46, "end": 2395.46, "word": " it", "probability": 0.69189453125}, {"start": 2395.46, "end": 2395.58, "word": " clear,", "probability": 0.8896484375}, {"start": 2395.84, "end": 2395.98, "word": " guys,", "probability": 0.432861328125}, {"start": 2396.1, "end": 2396.12, "word": " the", "probability": 0.442626953125}, {"start": 2396.12, "end": 2396.32, "word": " concept", "probability": 0.66943359375}, {"start": 2396.32, "end": 2396.68, "word": " of", "probability": 0.9248046875}, {"start": 2396.68, "end": 2397.14, "word": " styles?", "probability": 0.445556640625}, {"start": 2400.18, "end": 2400.66, "word": " Ok,", "probability": 0.59375}, {"start": 2400.72, "end": 2400.88, "word": " the", "probability": 0.294189453125}, {"start": 2400.88, "end": 2401.02, "word": " last", "probability": 0.84765625}, {"start": 2401.02, "end": 2401.3, "word": " point", "probability": 0.86767578125}, {"start": 2401.3, "end": 2401.56, "word": " to", "probability": 0.69384765625}, {"start": 2401.56, "end": 2401.98, "word": " end", "probability": 0.311767578125}, {"start": 2401.98, "end": 2403.26, "word": " the", "probability": 0.572265625}, {"start": 2403.26, "end": 2403.68, "word": " lecture", "probability": 0.810546875}, {"start": 2403.68, "end": 2403.96, "word": " is", "probability": 0.189453125}, {"start": 2403.96, "end": 2404.14, "word": " related", "probability": 0.250732421875}, {"start": 2404.14, "end": 2404.52, "word": " to", "probability": 0.9306640625}, {"start": 2404.52, "end": 2404.88, "word": " debugging", "probability": 0.67529296875}, {"start": 2404.88, "end": 2405.1, "word": " of", "probability": 0.315185546875}, {"start": 2405.1, "end": 2405.66, "word": " apps", "probability": 0.3720703125}, {"start": 2405.66, "end": 2406.18, "word": " Some", "probability": 0.81640625}, {"start": 2406.18, "end": 2406.48, "word": " guys", "probability": 0.60498046875}, {"start": 2406.48, "end": 2406.72, "word": " asked", "probability": 0.68505859375}, {"start": 2406.72, "end": 2406.96, "word": " me,", "probability": 0.81494140625}, {"start": 2406.96, "end": 2407.0, "word": " they", "probability": 0.65673828125}, {"start": 2407.0, "end": 2407.12, "word": " told", "probability": 0.25830078125}, {"start": 2407.12, "end": 2407.26, "word": " me", "probability": 0.91796875}, {"start": 2407.26, "end": 2407.72, "word": " that", "probability": 0.41015625}, {"start": 2407.72, "end": 2407.9, "word": " they", "probability": 0.405029296875}, {"start": 2407.9, "end": 2408.16, "word": " turn", "probability": 0.35693359375}, {"start": 2408.16, "end": 2408.26, "word": " on", "probability": 0.8125}, {"start": 2408.26, "end": 2408.36, "word": " the", "probability": 0.814453125}, {"start": 2408.36, "end": 2408.86, "word": " app", "probability": 0.51611328125}, {"start": 2408.86, "end": 2409.84, "word": " and", "probability": 0.420654296875}, {"start": 2409.84, "end": 2410.18, "word": " the", "probability": 0.3759765625}, {"start": 2410.18, "end": 2410.92, "word": " application", "probability": 0.73095703125}, {"start": 2410.92, "end": 2411.3, "word": " stops", "probability": 0.60498046875}, {"start": 2411.3, "end": 2411.42, "word": " and", "probability": 0.53076171875}, {"start": 2411.42, "end": 2411.48, "word": " they", "probability": 0.5224609375}, {"start": 2411.48, "end": 2411.52, "word": " don't", "probability": 0.85107421875}, {"start": 2411.52, "end": 2411.7, "word": " know", "probability": 0.876953125}, {"start": 2411.7, "end": 2412.04, "word": " why", "probability": 0.90625}, {"start": 2412.04, "end": 2412.84, "word": " Ok", "probability": 0.499755859375}], "temperature": 1.0}, {"id": 91, "seek": 243189, "start": 2414.03, "end": 2431.89, "text": " Here, I want to show you how to do debugging. What does debugging mean? It means to track your existing errors. Now, in order to debug correctly, we need to look at the screens below, guys. And we need to rely on a screen called Logcat. Logcat is actually a message", "tokens": [1692, 11, 286, 528, 281, 855, 291, 577, 281, 360, 45592, 13, 708, 775, 45592, 914, 30, 467, 1355, 281, 2837, 428, 6741, 13603, 13, 823, 11, 294, 1668, 281, 24083, 8944, 11, 321, 643, 281, 574, 412, 264, 11171, 2507, 11, 1074, 13, 400, 321, 643, 281, 10687, 322, 257, 2568, 1219, 10824, 18035, 13, 10824, 18035, 307, 767, 257, 3636], "avg_logprob": -0.48065475812034003, "compression_ratio": 1.528735632183908, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2414.03, "end": 2414.37, "word": " Here,", "probability": 0.298828125}, {"start": 2414.49, "end": 2414.49, "word": " I", "probability": 0.6806640625}, {"start": 2414.49, "end": 2414.67, "word": " want", "probability": 0.25146484375}, {"start": 2414.67, "end": 2414.99, "word": " to", "probability": 0.95458984375}, {"start": 2414.99, "end": 2415.21, "word": " show", "probability": 0.8447265625}, {"start": 2415.21, "end": 2415.37, "word": " you", "probability": 0.9375}, {"start": 2415.37, "end": 2415.77, "word": " how", "probability": 0.83349609375}, {"start": 2415.77, "end": 2415.89, "word": " to", "probability": 0.84619140625}, {"start": 2415.89, "end": 2415.99, "word": " do", "probability": 0.407470703125}, {"start": 2415.99, "end": 2416.43, "word": " debugging.", "probability": 0.8330078125}, {"start": 2416.49, "end": 2416.61, "word": " What", "probability": 0.75830078125}, {"start": 2416.61, "end": 2416.77, "word": " does", "probability": 0.28466796875}, {"start": 2416.77, "end": 2417.25, "word": " debugging", "probability": 0.896484375}, {"start": 2417.25, "end": 2417.27, "word": " mean?", "probability": 0.85693359375}, {"start": 2417.41, "end": 2417.49, "word": " It", "probability": 0.470458984375}, {"start": 2417.49, "end": 2417.49, "word": " means", "probability": 0.8017578125}, {"start": 2417.49, "end": 2417.61, "word": " to", "probability": 0.37158203125}, {"start": 2417.61, "end": 2418.01, "word": " track", "probability": 0.583984375}, {"start": 2418.01, "end": 2418.89, "word": " your", "probability": 0.473388671875}, {"start": 2418.89, "end": 2419.29, "word": " existing", "probability": 0.225830078125}, {"start": 2419.29, "end": 2419.29, "word": " errors.", "probability": 0.67236328125}, {"start": 2420.47, "end": 2420.71, "word": " Now,", "probability": 0.50732421875}, {"start": 2420.77, "end": 2420.95, "word": " in", "probability": 0.458984375}, {"start": 2420.95, "end": 2420.95, "word": " order", "probability": 0.92724609375}, {"start": 2420.95, "end": 2421.05, "word": " to", "probability": 0.955078125}, {"start": 2421.05, "end": 2421.51, "word": " debug", "probability": 0.491455078125}, {"start": 2421.51, "end": 2422.23, "word": " correctly,", "probability": 0.6845703125}, {"start": 2422.29, "end": 2422.37, "word": " we", "probability": 0.81982421875}, {"start": 2422.37, "end": 2422.57, "word": " need", "probability": 0.55126953125}, {"start": 2422.57, "end": 2422.87, "word": " to", "probability": 0.9658203125}, {"start": 2422.87, "end": 2423.15, "word": " look", "probability": 0.7041015625}, {"start": 2423.15, "end": 2423.35, "word": " at", "probability": 0.8798828125}, {"start": 2423.35, "end": 2423.45, "word": " the", "probability": 0.8427734375}, {"start": 2423.45, "end": 2423.67, "word": " screens", "probability": 0.75390625}, {"start": 2423.67, "end": 2424.11, "word": " below,", "probability": 0.7236328125}, {"start": 2424.23, "end": 2424.53, "word": " guys.", "probability": 0.67626953125}, {"start": 2425.13, "end": 2425.25, "word": " And", "probability": 0.44091796875}, {"start": 2425.25, "end": 2425.47, "word": " we", "probability": 0.87841796875}, {"start": 2425.47, "end": 2425.47, "word": " need", "probability": 0.56591796875}, {"start": 2425.47, "end": 2425.51, "word": " to", "probability": 0.9599609375}, {"start": 2425.51, "end": 2425.77, "word": " rely", "probability": 0.446533203125}, {"start": 2425.77, "end": 2425.95, "word": " on", "probability": 0.94189453125}, {"start": 2425.95, "end": 2426.09, "word": " a", "probability": 0.94189453125}, {"start": 2426.09, "end": 2426.33, "word": " screen", "probability": 0.8369140625}, {"start": 2426.33, "end": 2426.81, "word": " called", "probability": 0.79833984375}, {"start": 2426.81, "end": 2428.11, "word": " Logcat.", "probability": 0.5902099609375}, {"start": 2429.81, "end": 2430.25, "word": " Logcat", "probability": 0.7044677734375}, {"start": 2430.25, "end": 2430.47, "word": " is", "probability": 0.7900390625}, {"start": 2430.47, "end": 2430.85, "word": " actually", "probability": 0.5107421875}, {"start": 2430.85, "end": 2431.59, "word": " a", "probability": 0.609375}, {"start": 2431.59, "end": 2431.89, "word": " message", "probability": 0.5498046875}], "temperature": 1.0}, {"id": 92, "seek": 245848, "start": 2433.69, "end": 2458.49, "text": " which is implemented by Android operating system while you are running it. Every time you run the application, you will find a lot of things printed for you. Okay? We can track the existing errors through this loopcat. How? Look with me. The first thing when you run the application, you need to determine where the messages come from from one application.", "tokens": [597, 307, 12270, 538, 8853, 7447, 1185, 1339, 291, 366, 2614, 309, 13, 2048, 565, 291, 1190, 264, 3861, 11, 291, 486, 915, 257, 688, 295, 721, 13567, 337, 291, 13, 1033, 30, 492, 393, 2837, 264, 6741, 13603, 807, 341, 6367, 18035, 13, 1012, 30, 2053, 365, 385, 13, 440, 700, 551, 562, 291, 1190, 264, 3861, 11, 291, 643, 281, 6997, 689, 264, 7897, 808, 490, 490, 472, 3861, 13], "avg_logprob": -0.6339897325594132, "compression_ratio": 1.63013698630137, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2433.69, "end": 2434.21, "word": " which", "probability": 0.129638671875}, {"start": 2434.21, "end": 2434.35, "word": " is", "probability": 0.54345703125}, {"start": 2434.35, "end": 2434.61, "word": " implemented", "probability": 0.27197265625}, {"start": 2434.61, "end": 2434.75, "word": " by", "probability": 0.89013671875}, {"start": 2434.75, "end": 2435.11, "word": " Android", "probability": 0.515625}, {"start": 2435.11, "end": 2435.51, "word": " operating", "probability": 0.64599609375}, {"start": 2435.51, "end": 2435.95, "word": " system", "probability": 0.90087890625}, {"start": 2435.95, "end": 2436.45, "word": " while", "probability": 0.469482421875}, {"start": 2436.45, "end": 2436.69, "word": " you", "probability": 0.7080078125}, {"start": 2436.69, "end": 2436.83, "word": " are", "probability": 0.6015625}, {"start": 2436.83, "end": 2437.05, "word": " running", "probability": 0.360107421875}, {"start": 2437.05, "end": 2437.23, "word": " it.", "probability": 0.34521484375}, {"start": 2437.23, "end": 2437.45, "word": " Every", "probability": 0.13623046875}, {"start": 2437.45, "end": 2437.53, "word": " time", "probability": 0.57275390625}, {"start": 2437.53, "end": 2437.65, "word": " you", "probability": 0.921875}, {"start": 2437.65, "end": 2437.87, "word": " run", "probability": 0.6455078125}, {"start": 2437.87, "end": 2438.01, "word": " the", "probability": 0.70556640625}, {"start": 2438.01, "end": 2438.31, "word": " application,", "probability": 0.5556640625}, {"start": 2438.59, "end": 2438.59, "word": " you", "probability": 0.87548828125}, {"start": 2438.59, "end": 2438.71, "word": " will", "probability": 0.697265625}, {"start": 2438.71, "end": 2438.85, "word": " find", "probability": 0.49072265625}, {"start": 2438.85, "end": 2439.31, "word": " a", "probability": 0.177978515625}, {"start": 2439.31, "end": 2440.87, "word": " lot", "probability": 0.591796875}, {"start": 2440.87, "end": 2440.87, "word": " of", "probability": 0.9599609375}, {"start": 2440.87, "end": 2440.87, "word": " things", "probability": 0.36474609375}, {"start": 2440.87, "end": 2441.01, "word": " printed", "probability": 0.29443359375}, {"start": 2441.01, "end": 2441.19, "word": " for", "probability": 0.1732177734375}, {"start": 2441.19, "end": 2442.11, "word": " you.", "probability": 0.9619140625}, {"start": 2442.83, "end": 2443.01, "word": " Okay?", "probability": 0.1993408203125}, {"start": 2443.91, "end": 2444.37, "word": " We", "probability": 0.45166015625}, {"start": 2444.37, "end": 2444.85, "word": " can", "probability": 0.916015625}, {"start": 2444.85, "end": 2445.91, "word": " track", "probability": 0.2724609375}, {"start": 2445.91, "end": 2445.91, "word": " the", "probability": 0.46630859375}, {"start": 2445.91, "end": 2445.91, "word": " existing", "probability": 0.73681640625}, {"start": 2445.91, "end": 2445.91, "word": " errors", "probability": 0.67138671875}, {"start": 2445.91, "end": 2445.91, "word": " through", "probability": 0.5556640625}, {"start": 2445.91, "end": 2446.25, "word": " this", "probability": 0.56982421875}, {"start": 2446.25, "end": 2446.81, "word": " loopcat.", "probability": 0.5191650390625}, {"start": 2450.07, "end": 2450.59, "word": " How?", "probability": 0.873046875}, {"start": 2451.13, "end": 2451.33, "word": " Look", "probability": 0.485595703125}, {"start": 2451.33, "end": 2451.45, "word": " with", "probability": 0.466552734375}, {"start": 2451.45, "end": 2451.55, "word": " me.", "probability": 0.9677734375}, {"start": 2451.59, "end": 2451.71, "word": " The", "probability": 0.5029296875}, {"start": 2451.71, "end": 2451.79, "word": " first", "probability": 0.88916015625}, {"start": 2451.79, "end": 2452.13, "word": " thing", "probability": 0.853515625}, {"start": 2452.13, "end": 2452.35, "word": " when", "probability": 0.435546875}, {"start": 2452.35, "end": 2452.61, "word": " you", "probability": 0.95361328125}, {"start": 2452.61, "end": 2453.27, "word": " run", "probability": 0.1326904296875}, {"start": 2453.27, "end": 2454.41, "word": " the", "probability": 0.2626953125}, {"start": 2454.41, "end": 2454.41, "word": " application,", "probability": 0.87744140625}, {"start": 2454.67, "end": 2454.79, "word": " you", "probability": 0.771484375}, {"start": 2454.79, "end": 2454.99, "word": " need", "probability": 0.384033203125}, {"start": 2454.99, "end": 2455.13, "word": " to", "probability": 0.966796875}, {"start": 2455.13, "end": 2455.55, "word": " determine", "probability": 0.409912109375}, {"start": 2455.55, "end": 2456.51, "word": " where", "probability": 0.254150390625}, {"start": 2456.51, "end": 2456.51, "word": " the", "probability": 0.580078125}, {"start": 2456.51, "end": 2456.85, "word": " messages", "probability": 0.47119140625}, {"start": 2456.85, "end": 2457.41, "word": " come", "probability": 0.5615234375}, {"start": 2457.41, "end": 2457.61, "word": " from", "probability": 0.873046875}, {"start": 2457.61, "end": 2458.17, "word": " from", "probability": 0.2335205078125}, {"start": 2458.17, "end": 2458.25, "word": " one", "probability": 0.466796875}, {"start": 2458.25, "end": 2458.49, "word": " application.", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 93, "seek": 248594, "start": 2460.47, "end": 2485.95, "text": " Okay, sometimes this does not mean that you are a teacher or that you have chosen something. The second thing is that you have here types of messages that are displayed. Messages have many types, for example, info warning. These are warning messages. If you want to see the errors, you learn from an error. In this case, only the wrong messages will appear in front of you. Okay?", "tokens": [1033, 11, 2171, 341, 775, 406, 914, 300, 291, 366, 257, 5027, 420, 300, 291, 362, 8614, 746, 13, 440, 1150, 551, 307, 300, 291, 362, 510, 3467, 295, 7897, 300, 366, 16372, 13, 9847, 1660, 362, 867, 3467, 11, 337, 1365, 11, 13614, 9164, 13, 1981, 366, 9164, 7897, 13, 759, 291, 528, 281, 536, 264, 13603, 11, 291, 1466, 490, 364, 6713, 13, 682, 341, 1389, 11, 787, 264, 2085, 7897, 486, 4204, 294, 1868, 295, 291, 13, 1033, 30], "avg_logprob": -0.6042921959635723, "compression_ratio": 1.7431192660550459, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2460.47, "end": 2460.79, "word": " Okay,", "probability": 0.095947265625}, {"start": 2460.95, "end": 2461.37, "word": " sometimes", "probability": 0.3505859375}, {"start": 2461.37, "end": 2461.61, "word": " this", "probability": 0.2274169921875}, {"start": 2461.61, "end": 2461.73, "word": " does", "probability": 0.26611328125}, {"start": 2461.73, "end": 2461.73, "word": " not", "probability": 0.9296875}, {"start": 2461.73, "end": 2461.91, "word": " mean", "probability": 0.66748046875}, {"start": 2461.91, "end": 2462.39, "word": " that", "probability": 0.7080078125}, {"start": 2462.39, "end": 2462.39, "word": " you", "probability": 0.345458984375}, {"start": 2462.39, "end": 2462.39, "word": " are", "probability": 0.4228515625}, {"start": 2462.39, "end": 2462.57, "word": " a", "probability": 0.1912841796875}, {"start": 2462.57, "end": 2462.65, "word": " teacher", "probability": 0.62060546875}, {"start": 2462.65, "end": 2463.15, "word": " or", "probability": 0.6943359375}, {"start": 2463.15, "end": 2463.23, "word": " that", "probability": 0.245361328125}, {"start": 2463.23, "end": 2463.23, "word": " you", "probability": 0.9453125}, {"start": 2463.23, "end": 2463.27, "word": " have", "probability": 0.1490478515625}, {"start": 2463.27, "end": 2463.47, "word": " chosen", "probability": 0.78125}, {"start": 2463.47, "end": 2463.79, "word": " something.", "probability": 0.312255859375}, {"start": 2464.91, "end": 2465.39, "word": " The", "probability": 0.63037109375}, {"start": 2465.39, "end": 2465.89, "word": " second", "probability": 0.56787109375}, {"start": 2465.89, "end": 2465.89, "word": " thing", "probability": 0.68115234375}, {"start": 2465.89, "end": 2466.45, "word": " is", "probability": 0.47705078125}, {"start": 2466.45, "end": 2466.47, "word": " that", "probability": 0.56494140625}, {"start": 2466.47, "end": 2466.47, "word": " you", "probability": 0.53759765625}, {"start": 2466.47, "end": 2466.79, "word": " have", "probability": 0.85693359375}, {"start": 2466.79, "end": 2467.07, "word": " here", "probability": 0.52490234375}, {"start": 2467.07, "end": 2468.51, "word": " types", "probability": 0.345458984375}, {"start": 2468.51, "end": 2468.69, "word": " of", "probability": 0.96923828125}, {"start": 2468.69, "end": 2468.99, "word": " messages", "probability": 0.81787109375}, {"start": 2468.99, "end": 2469.19, "word": " that", "probability": 0.67236328125}, {"start": 2469.19, "end": 2469.23, "word": " are", "probability": 0.2315673828125}, {"start": 2469.23, "end": 2469.47, "word": " displayed.", "probability": 0.59814453125}, {"start": 2470.95, "end": 2471.43, "word": " Messages", "probability": 0.6898193359375}, {"start": 2471.43, "end": 2471.73, "word": " have", "probability": 0.6875}, {"start": 2471.73, "end": 2471.87, "word": " many", "probability": 0.73486328125}, {"start": 2471.87, "end": 2472.17, "word": " types,", "probability": 0.75146484375}, {"start": 2472.49, "end": 2472.65, "word": " for", "probability": 0.798828125}, {"start": 2472.65, "end": 2472.79, "word": " example,", "probability": 0.921875}, {"start": 2472.95, "end": 2473.21, "word": " info", "probability": 0.52197265625}, {"start": 2473.21, "end": 2473.73, "word": " warning.", "probability": 0.469482421875}, {"start": 2474.09, "end": 2474.23, "word": " These", "probability": 0.55419921875}, {"start": 2474.23, "end": 2474.79, "word": " are", "probability": 0.85400390625}, {"start": 2474.79, "end": 2475.33, "word": " warning", "probability": 0.46533203125}, {"start": 2475.33, "end": 2475.43, "word": " messages.", "probability": 0.90478515625}, {"start": 2476.53, "end": 2477.01, "word": " If", "probability": 0.278076171875}, {"start": 2477.01, "end": 2477.81, "word": " you", "probability": 0.92822265625}, {"start": 2477.81, "end": 2478.03, "word": " want", "probability": 0.306396484375}, {"start": 2478.03, "end": 2478.27, "word": " to", "probability": 0.92431640625}, {"start": 2478.27, "end": 2478.45, "word": " see", "probability": 0.66552734375}, {"start": 2478.45, "end": 2478.59, "word": " the", "probability": 0.38525390625}, {"start": 2478.59, "end": 2478.91, "word": " errors,", "probability": 0.779296875}, {"start": 2479.09, "end": 2479.25, "word": " you", "probability": 0.77978515625}, {"start": 2479.25, "end": 2479.53, "word": " learn", "probability": 0.6611328125}, {"start": 2479.53, "end": 2479.77, "word": " from", "probability": 0.421875}, {"start": 2479.77, "end": 2480.43, "word": " an", "probability": 0.296142578125}, {"start": 2480.43, "end": 2480.61, "word": " error.", "probability": 0.89599609375}, {"start": 2481.33, "end": 2481.51, "word": " In", "probability": 0.5439453125}, {"start": 2481.51, "end": 2481.59, "word": " this", "probability": 0.8544921875}, {"start": 2481.59, "end": 2481.83, "word": " case,", "probability": 0.8876953125}, {"start": 2482.11, "end": 2482.27, "word": " only", "probability": 0.6318359375}, {"start": 2482.27, "end": 2482.55, "word": " the", "probability": 0.7587890625}, {"start": 2482.55, "end": 2483.33, "word": " wrong", "probability": 0.38330078125}, {"start": 2483.33, "end": 2483.35, "word": " messages", "probability": 0.83642578125}, {"start": 2483.35, "end": 2484.33, "word": " will", "probability": 0.335205078125}, {"start": 2484.33, "end": 2484.57, "word": " appear", "probability": 0.39404296875}, {"start": 2484.57, "end": 2484.73, "word": " in", "probability": 0.65087890625}, {"start": 2484.73, "end": 2484.87, "word": " front", "probability": 0.92724609375}, {"start": 2484.87, "end": 2484.99, "word": " of", "probability": 0.966796875}, {"start": 2484.99, "end": 2485.11, "word": " you.", "probability": 0.9580078125}, {"start": 2485.71, "end": 2485.95, "word": " Okay?", "probability": 0.75}], "temperature": 1.0}, {"id": 94, "seek": 251384, "start": 2488.72, "end": 2513.84, "text": " There is another thing, when we used to work in Java, we used to tell it to run system.out.println By the way, you can use system.out.println, it will print it for you in the logcat, but it is better to print a message in the logcat, write log", "tokens": [821, 307, 1071, 551, 11, 562, 321, 1143, 281, 589, 294, 10745, 11, 321, 1143, 281, 980, 309, 281, 1190, 1185, 13, 346, 13, 14030, 75, 77, 3146, 264, 636, 11, 291, 393, 764, 1185, 13, 346, 13, 14030, 75, 77, 11, 309, 486, 4482, 309, 337, 291, 294, 264, 3565, 18035, 11, 457, 309, 307, 1101, 281, 4482, 257, 3636, 294, 264, 3565, 18035, 11, 2464, 3565], "avg_logprob": -0.5240036162777223, "compression_ratio": 1.6375838926174497, "no_speech_prob": 0.0, "words": [{"start": 2488.72, "end": 2488.9, "word": " There", "probability": 0.26025390625}, {"start": 2488.9, "end": 2488.98, "word": " is", "probability": 0.432373046875}, {"start": 2488.98, "end": 2489.36, "word": " another", "probability": 0.63232421875}, {"start": 2489.36, "end": 2489.36, "word": " thing,", "probability": 0.52880859375}, {"start": 2489.54, "end": 2490.48, "word": " when", "probability": 0.41259765625}, {"start": 2490.48, "end": 2490.7, "word": " we", "probability": 0.81005859375}, {"start": 2490.7, "end": 2491.14, "word": " used", "probability": 0.35400390625}, {"start": 2491.14, "end": 2491.14, "word": " to", "probability": 0.94921875}, {"start": 2491.14, "end": 2491.32, "word": " work", "probability": 0.68505859375}, {"start": 2491.32, "end": 2491.42, "word": " in", "probability": 0.377685546875}, {"start": 2491.42, "end": 2491.7, "word": " Java,", "probability": 0.77490234375}, {"start": 2491.96, "end": 2492.38, "word": " we", "probability": 0.378662109375}, {"start": 2492.38, "end": 2492.38, "word": " used", "probability": 0.58349609375}, {"start": 2492.38, "end": 2492.68, "word": " to", "probability": 0.9638671875}, {"start": 2492.68, "end": 2492.98, "word": " tell", "probability": 0.15234375}, {"start": 2492.98, "end": 2493.68, "word": " it", "probability": 0.30078125}, {"start": 2493.68, "end": 2493.94, "word": " to", "probability": 0.8212890625}, {"start": 2493.94, "end": 2494.62, "word": " run", "probability": 0.301025390625}, {"start": 2494.62, "end": 2495.16, "word": " system", "probability": 0.5791015625}, {"start": 2495.16, "end": 2495.64, "word": ".out", "probability": 0.927734375}, {"start": 2495.64, "end": 2497.22, "word": ".println", "probability": 0.9737548828125}, {"start": 2497.22, "end": 2498.98, "word": " By", "probability": 0.2203369140625}, {"start": 2498.98, "end": 2500.88, "word": " the", "probability": 0.93212890625}, {"start": 2500.88, "end": 2500.94, "word": " way,", "probability": 0.958984375}, {"start": 2501.02, "end": 2501.02, "word": " you", "probability": 0.94189453125}, {"start": 2501.02, "end": 2501.18, "word": " can", "probability": 0.904296875}, {"start": 2501.18, "end": 2501.6, "word": " use", "probability": 0.689453125}, {"start": 2501.6, "end": 2501.96, "word": " system", "probability": 0.8125}, {"start": 2501.96, "end": 2502.34, "word": ".out", "probability": 0.96533203125}, {"start": 2502.34, "end": 2502.94, "word": ".println,", "probability": 0.9791259765625}, {"start": 2502.98, "end": 2503.04, "word": " it", "probability": 0.712890625}, {"start": 2503.04, "end": 2503.12, "word": " will", "probability": 0.7421875}, {"start": 2503.12, "end": 2503.28, "word": " print", "probability": 0.568359375}, {"start": 2503.28, "end": 2503.5, "word": " it", "probability": 0.2127685546875}, {"start": 2503.5, "end": 2503.7, "word": " for", "probability": 0.269775390625}, {"start": 2503.7, "end": 2503.7, "word": " you", "probability": 0.94384765625}, {"start": 2503.7, "end": 2503.86, "word": " in", "probability": 0.59130859375}, {"start": 2503.86, "end": 2503.92, "word": " the", "probability": 0.328369140625}, {"start": 2503.92, "end": 2504.32, "word": " logcat,", "probability": 0.673828125}, {"start": 2504.52, "end": 2504.74, "word": " but", "probability": 0.77490234375}, {"start": 2504.74, "end": 2504.92, "word": " it", "probability": 0.404296875}, {"start": 2504.92, "end": 2504.92, "word": " is", "probability": 0.65771484375}, {"start": 2504.92, "end": 2505.2, "word": " better", "probability": 0.849609375}, {"start": 2505.2, "end": 2507.64, "word": " to", "probability": 0.6650390625}, {"start": 2507.64, "end": 2509.04, "word": " print", "probability": 0.471435546875}, {"start": 2509.04, "end": 2509.92, "word": " a", "probability": 0.49560546875}, {"start": 2509.92, "end": 2510.26, "word": " message", "probability": 0.53466796875}, {"start": 2510.26, "end": 2510.86, "word": " in", "probability": 0.54443359375}, {"start": 2510.86, "end": 2511.28, "word": " the", "probability": 0.50390625}, {"start": 2511.28, "end": 2511.88, "word": " logcat,", "probability": 0.95263671875}, {"start": 2512.52, "end": 2513.18, "word": " write", "probability": 0.417236328125}, {"start": 2513.18, "end": 2513.84, "word": " log", "probability": 0.427734375}], "temperature": 1.0}, {"id": 95, "seek": 254380, "start": 2516.62, "end": 2543.8, "text": " Okay? And you choose the type of message you want to send Of course, there is a message that has D D means that this message has debugging Okay? E means that this message has error Okay? I means info Of course, this also affects If you put D It will show debugging Okay? If you put E error It will show error If you put verbose", "tokens": [1033, 30, 400, 291, 2826, 264, 2010, 295, 3636, 291, 528, 281, 2845, 2720, 1164, 11, 456, 307, 257, 3636, 300, 575, 413, 413, 1355, 300, 341, 3636, 575, 45592, 1033, 30, 462, 1355, 300, 341, 3636, 575, 6713, 1033, 30, 286, 1355, 13614, 2720, 1164, 11, 341, 611, 11807, 759, 291, 829, 413, 467, 486, 855, 45592, 1033, 30, 759, 291, 829, 462, 6713, 467, 486, 855, 6713, 759, 291, 829, 9595, 541], "avg_logprob": -0.4841666611035665, "compression_ratio": 1.9408284023668638, "no_speech_prob": 0.0, "words": [{"start": 2516.6200000000003, "end": 2517.2200000000003, "word": " Okay?", "probability": 0.1099853515625}, {"start": 2517.2200000000003, "end": 2517.82, "word": " And", "probability": 0.7099609375}, {"start": 2517.82, "end": 2517.98, "word": " you", "probability": 0.439697265625}, {"start": 2517.98, "end": 2518.24, "word": " choose", "probability": 0.64990234375}, {"start": 2518.24, "end": 2518.48, "word": " the", "probability": 0.467041015625}, {"start": 2518.48, "end": 2518.48, "word": " type", "probability": 0.61279296875}, {"start": 2518.48, "end": 2518.56, "word": " of", "probability": 0.96533203125}, {"start": 2518.56, "end": 2518.84, "word": " message", "probability": 0.7646484375}, {"start": 2518.84, "end": 2518.98, "word": " you", "probability": 0.6796875}, {"start": 2518.98, "end": 2519.16, "word": " want", "probability": 0.83740234375}, {"start": 2519.16, "end": 2519.18, "word": " to", "probability": 0.482666015625}, {"start": 2519.18, "end": 2519.4, "word": " send", "probability": 0.458251953125}, {"start": 2519.4, "end": 2519.68, "word": " Of", "probability": 0.358154296875}, {"start": 2519.68, "end": 2519.92, "word": " course,", "probability": 0.939453125}, {"start": 2520.12, "end": 2520.64, "word": " there", "probability": 0.76611328125}, {"start": 2520.64, "end": 2520.64, "word": " is", "probability": 0.634765625}, {"start": 2520.64, "end": 2520.98, "word": " a", "probability": 0.83642578125}, {"start": 2520.98, "end": 2520.98, "word": " message", "probability": 0.86865234375}, {"start": 2520.98, "end": 2521.18, "word": " that", "probability": 0.274658203125}, {"start": 2521.18, "end": 2521.68, "word": " has", "probability": 0.413818359375}, {"start": 2521.68, "end": 2521.98, "word": " D", "probability": 0.48291015625}, {"start": 2521.98, "end": 2522.72, "word": " D", "probability": 0.27392578125}, {"start": 2522.72, "end": 2522.92, "word": " means", "probability": 0.810546875}, {"start": 2522.92, "end": 2523.22, "word": " that", "probability": 0.623046875}, {"start": 2523.22, "end": 2523.76, "word": " this", "probability": 0.5439453125}, {"start": 2523.76, "end": 2523.76, "word": " message", "probability": 0.9150390625}, {"start": 2523.76, "end": 2523.92, "word": " has", "probability": 0.720703125}, {"start": 2523.92, "end": 2524.38, "word": " debugging", "probability": 0.77685546875}, {"start": 2524.38, "end": 2525.52, "word": " Okay?", "probability": 0.6171875}, {"start": 2526.06, "end": 2526.3, "word": " E", "probability": 0.92529296875}, {"start": 2526.3, "end": 2526.6, "word": " means", "probability": 0.92431640625}, {"start": 2526.6, "end": 2526.82, "word": " that", "probability": 0.84228515625}, {"start": 2526.82, "end": 2527.14, "word": " this", "probability": 0.73583984375}, {"start": 2527.14, "end": 2527.14, "word": " message", "probability": 0.92529296875}, {"start": 2527.14, "end": 2527.44, "word": " has", "probability": 0.54150390625}, {"start": 2527.44, "end": 2528.42, "word": " error", "probability": 0.465087890625}, {"start": 2528.42, "end": 2529.06, "word": " Okay?", "probability": 0.62255859375}, {"start": 2529.22, "end": 2529.54, "word": " I", "probability": 0.9462890625}, {"start": 2529.54, "end": 2529.82, "word": " means", "probability": 0.87841796875}, {"start": 2529.82, "end": 2531.12, "word": " info", "probability": 0.294677734375}, {"start": 2531.12, "end": 2532.16, "word": " Of", "probability": 0.66455078125}, {"start": 2532.16, "end": 2532.26, "word": " course,", "probability": 0.95751953125}, {"start": 2532.32, "end": 2532.46, "word": " this", "probability": 0.78173828125}, {"start": 2532.46, "end": 2532.6, "word": " also", "probability": 0.251708984375}, {"start": 2532.6, "end": 2533.04, "word": " affects", "probability": 0.59619140625}, {"start": 2533.04, "end": 2533.36, "word": " If", "probability": 0.41796875}, {"start": 2533.36, "end": 2533.68, "word": " you", "probability": 0.962890625}, {"start": 2533.68, "end": 2533.94, "word": " put", "probability": 0.54541015625}, {"start": 2533.94, "end": 2534.38, "word": " D", "probability": 0.9375}, {"start": 2534.38, "end": 2535.66, "word": " It", "probability": 0.28369140625}, {"start": 2535.66, "end": 2535.84, "word": " will", "probability": 0.69580078125}, {"start": 2535.84, "end": 2536.0, "word": " show", "probability": 0.1788330078125}, {"start": 2536.0, "end": 2536.46, "word": " debugging", "probability": 0.427490234375}, {"start": 2536.46, "end": 2537.54, "word": " Okay?", "probability": 0.2457275390625}, {"start": 2538.16, "end": 2538.58, "word": " If", "probability": 0.94873046875}, {"start": 2538.58, "end": 2538.68, "word": " you", "probability": 0.83642578125}, {"start": 2538.68, "end": 2539.02, "word": " put", "probability": 0.89404296875}, {"start": 2539.02, "end": 2539.42, "word": " E", "probability": 0.91455078125}, {"start": 2539.42, "end": 2540.04, "word": " error", "probability": 0.36572265625}, {"start": 2540.04, "end": 2541.06, "word": " It", "probability": 0.5068359375}, {"start": 2541.06, "end": 2541.2, "word": " will", "probability": 0.7880859375}, {"start": 2541.2, "end": 2541.34, "word": " show", "probability": 0.89306640625}, {"start": 2541.34, "end": 2542.54, "word": " error", "probability": 0.5615234375}, {"start": 2542.54, "end": 2542.68, "word": " If", "probability": 0.44189453125}, {"start": 2542.68, "end": 2542.9, "word": " you", "probability": 0.953125}, {"start": 2542.9, "end": 2543.14, "word": " put", "probability": 0.89111328125}, {"start": 2543.14, "end": 2543.8, "word": " verbose", "probability": 0.776123046875}], "temperature": 1.0}, {"id": 96, "seek": 257242, "start": 2544.63, "end": 2572.43, "text": " Everything will show up Usually when we print, we say this is a debug Because the idea behind it is that every message you print must have a name They call this filter, the name For example, call it test This is a test message", "tokens": [5471, 486, 855, 493, 4958, 901, 356, 562, 321, 4482, 11, 321, 584, 341, 307, 257, 24083, 1436, 264, 1558, 2261, 309, 307, 300, 633, 3636, 291, 4482, 1633, 362, 257, 1315, 814, 818, 341, 6608, 11, 264, 1315, 1171, 1365, 11, 818, 309, 1500, 639, 307, 257, 1500, 3636], "avg_logprob": -0.5554534056607414, "compression_ratio": 1.4836601307189543, "no_speech_prob": 0.0, "words": [{"start": 2544.63, "end": 2545.19, "word": " Everything", "probability": 0.422119140625}, {"start": 2545.19, "end": 2545.43, "word": " will", "probability": 0.69091796875}, {"start": 2545.43, "end": 2545.43, "word": " show", "probability": 0.1541748046875}, {"start": 2545.43, "end": 2546.67, "word": " up", "probability": 0.81103515625}, {"start": 2546.67, "end": 2552.97, "word": " Usually", "probability": 0.6119384765625}, {"start": 2552.97, "end": 2553.13, "word": " when", "probability": 0.67626953125}, {"start": 2553.13, "end": 2553.29, "word": " we", "probability": 0.85302734375}, {"start": 2553.29, "end": 2553.45, "word": " print,", "probability": 0.401611328125}, {"start": 2553.51, "end": 2553.63, "word": " we", "probability": 0.83056640625}, {"start": 2553.63, "end": 2553.79, "word": " say", "probability": 0.44384765625}, {"start": 2553.79, "end": 2554.03, "word": " this", "probability": 0.388671875}, {"start": 2554.03, "end": 2554.15, "word": " is", "probability": 0.853515625}, {"start": 2554.15, "end": 2554.51, "word": " a", "probability": 0.63916015625}, {"start": 2554.51, "end": 2554.87, "word": " debug", "probability": 0.65283203125}, {"start": 2554.87, "end": 2556.09, "word": " Because", "probability": 0.1795654296875}, {"start": 2556.09, "end": 2556.41, "word": " the", "probability": 0.61328125}, {"start": 2556.41, "end": 2556.65, "word": " idea", "probability": 0.84033203125}, {"start": 2556.65, "end": 2556.81, "word": " behind", "probability": 0.30712890625}, {"start": 2556.81, "end": 2556.99, "word": " it", "probability": 0.5703125}, {"start": 2556.99, "end": 2557.09, "word": " is", "probability": 0.794921875}, {"start": 2557.09, "end": 2557.21, "word": " that", "probability": 0.75341796875}, {"start": 2557.21, "end": 2557.41, "word": " every", "probability": 0.4580078125}, {"start": 2557.41, "end": 2557.75, "word": " message", "probability": 0.759765625}, {"start": 2557.75, "end": 2558.03, "word": " you", "probability": 0.490478515625}, {"start": 2558.03, "end": 2558.77, "word": " print", "probability": 0.87890625}, {"start": 2558.77, "end": 2559.15, "word": " must", "probability": 0.34521484375}, {"start": 2559.15, "end": 2559.45, "word": " have", "probability": 0.5576171875}, {"start": 2559.45, "end": 2559.57, "word": " a", "probability": 0.97021484375}, {"start": 2559.57, "end": 2559.79, "word": " name", "probability": 0.85888671875}, {"start": 2559.79, "end": 2561.05, "word": " They", "probability": 0.52587890625}, {"start": 2561.05, "end": 2561.25, "word": " call", "probability": 0.81884765625}, {"start": 2561.25, "end": 2561.35, "word": " this", "probability": 0.56494140625}, {"start": 2561.35, "end": 2561.75, "word": " filter,", "probability": 0.64111328125}, {"start": 2562.11, "end": 2562.23, "word": " the", "probability": 0.42626953125}, {"start": 2562.23, "end": 2562.51, "word": " name", "probability": 0.85205078125}, {"start": 2562.51, "end": 2563.01, "word": " For", "probability": 0.44921875}, {"start": 2563.01, "end": 2563.41, "word": " example,", "probability": 0.9404296875}, {"start": 2564.45, "end": 2564.63, "word": " call", "probability": 0.312255859375}, {"start": 2564.63, "end": 2564.89, "word": " it", "probability": 0.716796875}, {"start": 2564.89, "end": 2565.59, "word": " test", "probability": 0.442626953125}, {"start": 2565.59, "end": 2568.19, "word": " This", "probability": 0.488525390625}, {"start": 2568.19, "end": 2568.59, "word": " is", "probability": 0.95458984375}, {"start": 2568.59, "end": 2569.09, "word": " a", "probability": 0.9765625}, {"start": 2569.09, "end": 2569.43, "word": " test", "probability": 0.88525390625}, {"start": 2569.43, "end": 2572.43, "word": " message", "probability": 0.8896484375}], "temperature": 1.0}, {"id": 97, "seek": 260125, "start": 2573.33, "end": 2601.25, "text": " Because when you turn it on, it will print a lot of debug messages. You can tell it here in the last screen to add a filter. Just tell it to print the message with tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag tag", "tokens": [1436, 562, 291, 1261, 309, 322, 11, 309, 486, 4482, 257, 688, 295, 24083, 7897, 13, 509, 393, 980, 309, 510, 294, 264, 1036, 2568, 281, 909, 257, 6608, 13, 1449, 980, 309, 281, 4482, 264, 3636, 365, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162, 6162], "avg_logprob": -0.13027777777777777, "compression_ratio": 6.878787878787879, "no_speech_prob": 0.0, "words": [{"start": 2573.33, "end": 2573.63, "word": " Because", "probability": 0.52197265625}, {"start": 2573.63, "end": 2573.97, "word": " when", "probability": 0.451904296875}, {"start": 2573.97, "end": 2574.31, "word": " you", "probability": 0.923828125}, {"start": 2574.31, "end": 2574.51, "word": " turn", "probability": 0.1060791015625}, {"start": 2574.51, "end": 2574.73, "word": " it", "probability": 0.431640625}, {"start": 2574.73, "end": 2574.75, "word": " on,", "probability": 0.92626953125}, {"start": 2575.03, "end": 2575.05, "word": " it", "probability": 0.54931640625}, {"start": 2575.05, "end": 2575.29, "word": " will", "probability": 0.340087890625}, {"start": 2575.29, "end": 2575.29, "word": " print", "probability": 0.81103515625}, {"start": 2575.29, "end": 2575.83, "word": " a", "probability": 0.1630859375}, {"start": 2575.83, "end": 2575.83, "word": " lot", "probability": 0.89501953125}, {"start": 2575.83, "end": 2575.89, "word": " of", "probability": 0.95751953125}, {"start": 2575.89, "end": 2576.53, "word": " debug", "probability": 0.87060546875}, {"start": 2576.53, "end": 2576.61, "word": " messages.", "probability": 0.8857421875}, {"start": 2577.35, "end": 2577.95, "word": " You", "probability": 0.74755859375}, {"start": 2577.95, "end": 2578.11, "word": " can", "probability": 0.8564453125}, {"start": 2578.11, "end": 2578.53, "word": " tell", "probability": 0.298828125}, {"start": 2578.53, "end": 2578.67, "word": " it", "probability": 0.7255859375}, {"start": 2578.67, "end": 2579.07, "word": " here", "probability": 0.427001953125}, {"start": 2579.07, "end": 2579.43, "word": " in", "probability": 0.41064453125}, {"start": 2579.43, "end": 2580.81, "word": " the", "probability": 0.818359375}, {"start": 2580.81, "end": 2581.49, "word": " last", "probability": 0.56640625}, {"start": 2581.49, "end": 2581.57, "word": " screen", "probability": 0.72216796875}, {"start": 2581.57, "end": 2582.43, "word": " to", "probability": 0.392822265625}, {"start": 2582.43, "end": 2582.65, "word": " add", "probability": 0.80712890625}, {"start": 2582.65, "end": 2582.99, "word": " a", "probability": 0.83740234375}, {"start": 2582.99, "end": 2583.35, "word": " filter.", "probability": 0.93359375}, {"start": 2583.69, "end": 2584.07, "word": " Just", "probability": 0.1981201171875}, {"start": 2584.07, "end": 2584.21, "word": " tell", "probability": 0.6025390625}, {"start": 2584.21, "end": 2584.67, "word": " it", "probability": 0.8583984375}, {"start": 2584.67, "end": 2584.79, "word": " to", "probability": 0.890625}, {"start": 2584.79, "end": 2585.11, "word": " print", "probability": 0.744140625}, {"start": 2585.11, "end": 2585.41, "word": " the", "probability": 0.5712890625}, {"start": 2585.41, "end": 2585.87, "word": " message", "probability": 0.377197265625}, {"start": 2585.87, "end": 2586.47, "word": " with", "probability": 0.255126953125}, {"start": 2586.47, "end": 2586.85, "word": " tag", "probability": 0.3525390625}, {"start": 2586.85, "end": 2587.87, "word": " tag", "probability": 0.59912109375}, {"start": 2587.87, "end": 2588.47, "word": " tag", "probability": 0.54443359375}, {"start": 2588.47, "end": 2588.57, "word": " tag", "probability": 0.32861328125}, {"start": 2588.57, "end": 2588.83, "word": " tag", "probability": 0.3623046875}, {"start": 2588.83, "end": 2588.89, "word": " tag", "probability": 0.59375}, {"start": 2588.89, "end": 2589.37, "word": " tag", "probability": 0.7705078125}, {"start": 2589.37, "end": 2589.51, "word": " tag", "probability": 0.86865234375}, {"start": 2589.51, "end": 2589.53, "word": " tag", "probability": 0.9169921875}, {"start": 2589.53, "end": 2589.53, "word": " tag", "probability": 0.94189453125}, {"start": 2589.53, "end": 2589.81, "word": " tag", "probability": 0.9560546875}, {"start": 2589.81, "end": 2589.83, "word": " tag", "probability": 0.96484375}, {"start": 2589.83, "end": 2589.93, "word": " tag", "probability": 0.97021484375}, {"start": 2589.93, "end": 2590.09, "word": " tag", "probability": 0.97509765625}, {"start": 2590.09, "end": 2590.39, "word": " tag", "probability": 0.97802734375}, {"start": 2590.39, "end": 2590.43, "word": " tag", "probability": 0.98095703125}, {"start": 2590.43, "end": 2590.51, "word": " tag", "probability": 0.982421875}, {"start": 2590.51, "end": 2590.51, "word": " tag", "probability": 0.984375}, {"start": 2590.51, "end": 2590.81, "word": " tag", "probability": 0.9853515625}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.98681640625}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.9873046875}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.98828125}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.98876953125}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.98974609375}, {"start": 2590.81, "end": 2590.81, "word": " tag", "probability": 0.990234375}, {"start": 2590.81, "end": 2590.87, "word": " tag", "probability": 0.99072265625}, {"start": 2590.87, "end": 2590.87, "word": " tag", "probability": 0.9912109375}, {"start": 2590.87, "end": 2590.87, "word": " tag", "probability": 0.9912109375}, {"start": 2590.87, "end": 2590.99, "word": " tag", "probability": 0.99169921875}, {"start": 2590.99, "end": 2590.99, "word": " tag", "probability": 0.99169921875}, {"start": 2590.99, "end": 2590.99, "word": " tag", "probability": 0.9921875}, {"start": 2590.99, "end": 2591.01, "word": " tag", "probability": 0.9921875}, {"start": 2591.01, "end": 2591.01, "word": " tag", "probability": 0.99267578125}, {"start": 2591.01, "end": 2591.01, "word": " tag", "probability": 0.99267578125}, {"start": 2591.01, "end": 2591.41, "word": " tag", "probability": 0.99267578125}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.9931640625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.9931640625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.9931640625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.9931640625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.99365234375}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.99365234375}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.99365234375}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.994140625}, {"start": 2591.41, "end": 2591.41, "word": " tag", "probability": 0.99462890625}, {"start": 2591.41, "end": 2593.45, "word": " tag", "probability": 0.99462890625}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.99462890625}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.99462890625}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.9951171875}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.9951171875}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.9951171875}, {"start": 2593.45, "end": 2593.45, "word": " tag", "probability": 0.9951171875}, {"start": 2593.45, "end": 2595.19, "word": " tag", "probability": 0.9951171875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.9951171875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.9951171875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.19, "word": " tag", "probability": 0.99560546875}, {"start": 2595.19, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2595.91, "word": " tag", "probability": 0.99560546875}, {"start": 2595.91, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.9951171875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.21, "word": " tag", "probability": 0.99560546875}, {"start": 2601.21, "end": 2601.25, "word": " tag", "probability": 0.99560546875}, {"start": 2601.25, "end": 2601.25, "word": " tag", "probability": 0.99560546875}, {"start": 2601.25, "end": 2601.25, "word": " tag", "probability": 0.99560546875}, {"start": 2601.25, "end": 2601.25, "word": " tag", "probability": 0.99560546875}], "temperature": 1.0}, {"id": 98, "seek": 262123, "start": 2602.69, "end": 2621.23, "text": " The Android system can print the debug messages. But to reduce the number of messages, which is a problem that you find in a lot of messages, you need to reduce it. You need to put a filter here, Edit Filter Configuration, and reduce it to only the messages that start with Test.", "tokens": [440, 8853, 1185, 393, 4482, 264, 24083, 7897, 13, 583, 281, 5407, 264, 1230, 295, 7897, 11, 597, 307, 257, 1154, 300, 291, 915, 294, 257, 688, 295, 7897, 11, 291, 643, 281, 5407, 309, 13, 509, 643, 281, 829, 257, 6608, 510, 11, 33241, 39592, 44151, 8167, 11, 293, 5407, 309, 281, 787, 264, 7897, 300, 722, 365, 9279, 13], "avg_logprob": -0.6008064391151551, "compression_ratio": 1.6374269005847952, "no_speech_prob": 0.0, "words": [{"start": 2602.69, "end": 2603.11, "word": " The", "probability": 0.31494140625}, {"start": 2603.11, "end": 2603.33, "word": " Android", "probability": 0.43603515625}, {"start": 2603.33, "end": 2603.85, "word": " system", "probability": 0.837890625}, {"start": 2603.85, "end": 2604.25, "word": " can", "probability": 0.454833984375}, {"start": 2604.25, "end": 2604.37, "word": " print", "probability": 0.69921875}, {"start": 2604.37, "end": 2605.35, "word": " the", "probability": 0.280029296875}, {"start": 2605.35, "end": 2605.71, "word": " debug", "probability": 0.76708984375}, {"start": 2605.71, "end": 2605.77, "word": " messages.", "probability": 0.8037109375}, {"start": 2607.21, "end": 2607.63, "word": " But", "probability": 0.406494140625}, {"start": 2607.63, "end": 2608.03, "word": " to", "probability": 0.452880859375}, {"start": 2608.03, "end": 2608.33, "word": " reduce", "probability": 0.53369140625}, {"start": 2608.33, "end": 2608.45, "word": " the", "probability": 0.77587890625}, {"start": 2608.45, "end": 2608.61, "word": " number", "probability": 0.7861328125}, {"start": 2608.61, "end": 2608.73, "word": " of", "probability": 0.96044921875}, {"start": 2608.73, "end": 2609.07, "word": " messages,", "probability": 0.84130859375}, {"start": 2609.21, "end": 2609.23, "word": " which", "probability": 0.55615234375}, {"start": 2609.23, "end": 2609.33, "word": " is", "probability": 0.87548828125}, {"start": 2609.33, "end": 2609.41, "word": " a", "probability": 0.4208984375}, {"start": 2609.41, "end": 2609.59, "word": " problem", "probability": 0.583984375}, {"start": 2609.59, "end": 2609.89, "word": " that", "probability": 0.1683349609375}, {"start": 2609.89, "end": 2609.89, "word": " you", "probability": 0.418212890625}, {"start": 2609.89, "end": 2610.43, "word": " find", "probability": 0.0927734375}, {"start": 2610.43, "end": 2611.21, "word": " in", "probability": 0.52001953125}, {"start": 2611.21, "end": 2611.61, "word": " a", "probability": 0.15185546875}, {"start": 2611.61, "end": 2611.75, "word": " lot", "probability": 0.931640625}, {"start": 2611.75, "end": 2611.83, "word": " of", "probability": 0.96728515625}, {"start": 2611.83, "end": 2611.83, "word": " messages,", "probability": 0.76708984375}, {"start": 2612.15, "end": 2612.35, "word": " you", "probability": 0.7177734375}, {"start": 2612.35, "end": 2612.47, "word": " need", "probability": 0.350830078125}, {"start": 2612.47, "end": 2612.59, "word": " to", "probability": 0.9384765625}, {"start": 2612.59, "end": 2612.85, "word": " reduce", "probability": 0.7470703125}, {"start": 2612.85, "end": 2613.09, "word": " it.", "probability": 0.505859375}, {"start": 2613.39, "end": 2613.55, "word": " You", "probability": 0.8125}, {"start": 2613.55, "end": 2613.67, "word": " need", "probability": 0.7294921875}, {"start": 2613.67, "end": 2613.83, "word": " to", "probability": 0.958984375}, {"start": 2613.83, "end": 2614.01, "word": " put", "probability": 0.46630859375}, {"start": 2614.01, "end": 2614.13, "word": " a", "probability": 0.89697265625}, {"start": 2614.13, "end": 2614.39, "word": " filter", "probability": 0.9501953125}, {"start": 2614.39, "end": 2614.83, "word": " here,", "probability": 0.77099609375}, {"start": 2615.51, "end": 2615.75, "word": " Edit", "probability": 0.251220703125}, {"start": 2615.75, "end": 2616.09, "word": " Filter", "probability": 0.84326171875}, {"start": 2616.09, "end": 2616.85, "word": " Configuration,", "probability": 0.97021484375}, {"start": 2616.99, "end": 2617.01, "word": " and", "probability": 0.60986328125}, {"start": 2617.01, "end": 2617.15, "word": " reduce", "probability": 0.1650390625}, {"start": 2617.15, "end": 2617.27, "word": " it", "probability": 0.495849609375}, {"start": 2617.27, "end": 2617.35, "word": " to", "probability": 0.72998046875}, {"start": 2617.35, "end": 2617.91, "word": " only", "probability": 0.1768798828125}, {"start": 2617.91, "end": 2618.67, "word": " the", "probability": 0.52978515625}, {"start": 2618.67, "end": 2619.05, "word": " messages", "probability": 0.78759765625}, {"start": 2619.05, "end": 2619.25, "word": " that", "probability": 0.6572265625}, {"start": 2619.25, "end": 2619.55, "word": " start", "probability": 0.732421875}, {"start": 2619.55, "end": 2619.67, "word": " with", "probability": 0.833984375}, {"start": 2619.67, "end": 2621.23, "word": " Test.", "probability": 0.30126953125}], "temperature": 1.0}, {"id": 99, "seek": 263847, "start": 2622.79, "end": 2638.47, "text": "You want to try it at home, I can't try it for you, I came here because there is no way out, but you want to go, for example, you want to debug, you find a lot of messages coming out of it, okay? You will reduce the number of messages, first you will make sure that he prints the messages from your application", "tokens": [3223, 528, 281, 853, 309, 412, 1280, 11, 286, 393, 380, 853, 309, 337, 291, 11, 286, 1361, 510, 570, 456, 307, 572, 636, 484, 11, 457, 291, 528, 281, 352, 11, 337, 1365, 11, 291, 528, 281, 24083, 11, 291, 915, 257, 688, 295, 7897, 1348, 484, 295, 309, 11, 1392, 30, 509, 486, 5407, 264, 1230, 295, 7897, 11, 700, 291, 486, 652, 988, 300, 415, 22305, 264, 7897, 490, 428, 3861], "avg_logprob": -0.5425000111262004, "compression_ratio": 1.6939890710382515, "no_speech_prob": 0.0, "words": [{"start": 2622.79, "end": 2623.15, "word": "You", "probability": 0.29541015625}, {"start": 2623.15, "end": 2623.51, "word": " want", "probability": 0.1705322265625}, {"start": 2623.51, "end": 2623.67, "word": " to", "probability": 0.95751953125}, {"start": 2623.67, "end": 2623.89, "word": " try", "probability": 0.830078125}, {"start": 2623.89, "end": 2624.01, "word": " it", "probability": 0.301025390625}, {"start": 2624.01, "end": 2624.11, "word": " at", "probability": 0.60009765625}, {"start": 2624.11, "end": 2624.41, "word": " home,", "probability": 0.8740234375}, {"start": 2624.61, "end": 2624.81, "word": " I", "probability": 0.34033203125}, {"start": 2624.81, "end": 2625.41, "word": " can't", "probability": 0.73095703125}, {"start": 2625.41, "end": 2625.79, "word": " try", "probability": 0.51806640625}, {"start": 2625.79, "end": 2625.89, "word": " it", "probability": 0.513671875}, {"start": 2625.89, "end": 2625.89, "word": " for", "probability": 0.230224609375}, {"start": 2625.89, "end": 2626.01, "word": " you,", "probability": 0.931640625}, {"start": 2626.17, "end": 2626.17, "word": " I", "probability": 0.44287109375}, {"start": 2626.17, "end": 2626.35, "word": " came", "probability": 0.7353515625}, {"start": 2626.35, "end": 2626.67, "word": " here", "probability": 0.84521484375}, {"start": 2626.67, "end": 2627.65, "word": " because", "probability": 0.49951171875}, {"start": 2627.65, "end": 2627.85, "word": " there", "probability": 0.5859375}, {"start": 2627.85, "end": 2627.85, "word": " is", "probability": 0.43505859375}, {"start": 2627.85, "end": 2627.93, "word": " no", "probability": 0.8828125}, {"start": 2627.93, "end": 2628.05, "word": " way", "probability": 0.1607666015625}, {"start": 2628.05, "end": 2628.29, "word": " out,", "probability": 0.66259765625}, {"start": 2628.43, "end": 2628.59, "word": " but", "probability": 0.720703125}, {"start": 2628.59, "end": 2628.83, "word": " you", "probability": 0.7470703125}, {"start": 2628.83, "end": 2629.01, "word": " want", "probability": 0.7841796875}, {"start": 2629.01, "end": 2629.17, "word": " to", "probability": 0.9658203125}, {"start": 2629.17, "end": 2629.31, "word": " go,", "probability": 0.7783203125}, {"start": 2629.39, "end": 2629.45, "word": " for", "probability": 0.806640625}, {"start": 2629.45, "end": 2629.65, "word": " example,", "probability": 0.95751953125}, {"start": 2629.85, "end": 2630.41, "word": " you", "probability": 0.71240234375}, {"start": 2630.41, "end": 2630.83, "word": " want", "probability": 0.72265625}, {"start": 2630.83, "end": 2630.99, "word": " to", "probability": 0.9716796875}, {"start": 2630.99, "end": 2631.39, "word": " debug,", "probability": 0.69677734375}, {"start": 2631.53, "end": 2631.65, "word": " you", "probability": 0.6611328125}, {"start": 2631.65, "end": 2631.89, "word": " find", "probability": 0.62158203125}, {"start": 2631.89, "end": 2632.07, "word": " a", "probability": 0.25048828125}, {"start": 2632.07, "end": 2632.81, "word": " lot", "probability": 0.95166015625}, {"start": 2632.81, "end": 2632.81, "word": " of", "probability": 0.97265625}, {"start": 2632.81, "end": 2632.81, "word": " messages", "probability": 0.7802734375}, {"start": 2632.81, "end": 2633.05, "word": " coming", "probability": 0.13623046875}, {"start": 2633.05, "end": 2633.29, "word": " out", "probability": 0.5595703125}, {"start": 2633.29, "end": 2633.39, "word": " of", "probability": 0.52783203125}, {"start": 2633.39, "end": 2633.55, "word": " it,", "probability": 0.654296875}, {"start": 2634.05, "end": 2634.27, "word": " okay?", "probability": 0.37646484375}, {"start": 2634.99, "end": 2635.07, "word": " You", "probability": 0.344970703125}, {"start": 2635.07, "end": 2635.25, "word": " will", "probability": 0.5751953125}, {"start": 2635.25, "end": 2635.51, "word": " reduce", "probability": 0.67724609375}, {"start": 2635.51, "end": 2635.61, "word": " the", "probability": 0.87939453125}, {"start": 2635.61, "end": 2635.73, "word": " number", "probability": 0.8232421875}, {"start": 2635.73, "end": 2635.87, "word": " of", "probability": 0.9697265625}, {"start": 2635.87, "end": 2636.07, "word": " messages,", "probability": 0.91064453125}, {"start": 2636.15, "end": 2636.33, "word": " first", "probability": 0.3857421875}, {"start": 2636.33, "end": 2636.47, "word": " you", "probability": 0.464111328125}, {"start": 2636.47, "end": 2636.55, "word": " will", "probability": 0.4736328125}, {"start": 2636.55, "end": 2636.73, "word": " make", "probability": 0.794921875}, {"start": 2636.73, "end": 2636.91, "word": " sure", "probability": 0.90966796875}, {"start": 2636.91, "end": 2637.03, "word": " that", "probability": 0.82080078125}, {"start": 2637.03, "end": 2637.17, "word": " he", "probability": 0.47412109375}, {"start": 2637.17, "end": 2637.43, "word": " prints", "probability": 0.5556640625}, {"start": 2637.43, "end": 2637.53, "word": " the", "probability": 0.7158203125}, {"start": 2637.53, "end": 2637.77, "word": " messages", "probability": 0.84716796875}, {"start": 2637.77, "end": 2637.97, "word": " from", "probability": 0.67431640625}, {"start": 2637.97, "end": 2638.09, "word": " your", "probability": 0.802734375}, {"start": 2638.09, "end": 2638.47, "word": " application", "probability": 0.87158203125}], "temperature": 1.0}, {"id": 100, "seek": 266709, "start": 2639.25, "end": 2667.09, "text": " From here you choose it And then if you want to print your own messages only You put a tag for a certain message and you say filter edit filter configuration and you print only the messages that appear in the test It's like you run the system and print your own messages only If you want to reduce the number of messages that appear", "tokens": [3358, 510, 291, 2826, 309, 400, 550, 498, 291, 528, 281, 4482, 428, 1065, 7897, 787, 509, 829, 257, 6162, 337, 257, 1629, 3636, 293, 291, 584, 6608, 8129, 6608, 11694, 293, 291, 4482, 787, 264, 7897, 300, 4204, 294, 264, 1500, 467, 311, 411, 291, 1190, 264, 1185, 293, 4482, 428, 1065, 7897, 787, 759, 291, 528, 281, 5407, 264, 1230, 295, 7897, 300, 4204], "avg_logprob": -0.6287313308288802, "compression_ratio": 1.88135593220339, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2639.25, "end": 2639.69, "word": " From", "probability": 0.1798095703125}, {"start": 2639.69, "end": 2639.91, "word": " here", "probability": 0.76953125}, {"start": 2639.91, "end": 2640.05, "word": " you", "probability": 0.63671875}, {"start": 2640.05, "end": 2640.33, "word": " choose", "probability": 0.60693359375}, {"start": 2640.33, "end": 2640.79, "word": " it", "probability": 0.3095703125}, {"start": 2640.79, "end": 2641.19, "word": " And", "probability": 0.2626953125}, {"start": 2641.19, "end": 2641.61, "word": " then", "probability": 0.484130859375}, {"start": 2641.61, "end": 2642.83, "word": " if", "probability": 0.5087890625}, {"start": 2642.83, "end": 2643.03, "word": " you", "probability": 0.94580078125}, {"start": 2643.03, "end": 2643.13, "word": " want", "probability": 0.64111328125}, {"start": 2643.13, "end": 2643.45, "word": " to", "probability": 0.8857421875}, {"start": 2643.45, "end": 2643.71, "word": " print", "probability": 0.2230224609375}, {"start": 2643.71, "end": 2644.27, "word": " your", "probability": 0.4677734375}, {"start": 2644.27, "end": 2644.59, "word": " own", "probability": 0.5400390625}, {"start": 2644.59, "end": 2644.59, "word": " messages", "probability": 0.4111328125}, {"start": 2644.59, "end": 2645.23, "word": " only", "probability": 0.209716796875}, {"start": 2645.23, "end": 2646.47, "word": " You", "probability": 0.5693359375}, {"start": 2646.47, "end": 2648.39, "word": " put", "probability": 0.413818359375}, {"start": 2648.39, "end": 2649.17, "word": " a", "probability": 0.46142578125}, {"start": 2649.17, "end": 2649.87, "word": " tag", "probability": 0.5986328125}, {"start": 2649.87, "end": 2650.31, "word": " for", "probability": 0.371337890625}, {"start": 2650.31, "end": 2650.31, "word": " a", "probability": 0.1995849609375}, {"start": 2650.31, "end": 2650.31, "word": " certain", "probability": 0.3447265625}, {"start": 2650.31, "end": 2650.31, "word": " message", "probability": 0.85888671875}, {"start": 2650.31, "end": 2650.51, "word": " and", "probability": 0.4814453125}, {"start": 2650.51, "end": 2650.67, "word": " you", "probability": 0.37548828125}, {"start": 2650.67, "end": 2650.83, "word": " say", "probability": 0.3388671875}, {"start": 2650.83, "end": 2651.75, "word": " filter", "probability": 0.400146484375}, {"start": 2651.75, "end": 2653.09, "word": " edit", "probability": 0.31201171875}, {"start": 2653.09, "end": 2653.45, "word": " filter", "probability": 0.94091796875}, {"start": 2653.45, "end": 2654.31, "word": " configuration", "probability": 0.88671875}, {"start": 2654.31, "end": 2654.97, "word": " and", "probability": 0.4833984375}, {"start": 2654.97, "end": 2655.27, "word": " you", "probability": 0.50927734375}, {"start": 2655.27, "end": 2655.85, "word": " print", "probability": 0.22802734375}, {"start": 2655.85, "end": 2656.25, "word": " only", "probability": 0.326171875}, {"start": 2656.25, "end": 2656.31, "word": " the", "probability": 0.515625}, {"start": 2656.31, "end": 2656.61, "word": " messages", "probability": 0.62158203125}, {"start": 2656.61, "end": 2656.75, "word": " that", "probability": 0.65771484375}, {"start": 2656.75, "end": 2657.13, "word": " appear", "probability": 0.266845703125}, {"start": 2657.13, "end": 2657.87, "word": " in", "probability": 0.51171875}, {"start": 2657.87, "end": 2657.93, "word": " the", "probability": 0.56982421875}, {"start": 2657.93, "end": 2658.19, "word": " test", "probability": 0.76513671875}, {"start": 2658.19, "end": 2659.25, "word": " It's", "probability": 0.469482421875}, {"start": 2659.25, "end": 2659.45, "word": " like", "probability": 0.73876953125}, {"start": 2659.45, "end": 2659.89, "word": " you", "probability": 0.61669921875}, {"start": 2659.89, "end": 2660.21, "word": " run", "probability": 0.2607421875}, {"start": 2660.21, "end": 2660.49, "word": " the", "probability": 0.75341796875}, {"start": 2660.49, "end": 2660.81, "word": " system", "probability": 0.94287109375}, {"start": 2660.81, "end": 2660.95, "word": " and", "probability": 0.82421875}, {"start": 2660.95, "end": 2661.09, "word": " print", "probability": 0.6064453125}, {"start": 2661.09, "end": 2661.31, "word": " your", "probability": 0.463623046875}, {"start": 2661.31, "end": 2662.05, "word": " own", "probability": 0.75634765625}, {"start": 2662.05, "end": 2662.07, "word": " messages", "probability": 0.79736328125}, {"start": 2662.07, "end": 2662.61, "word": " only", "probability": 0.6162109375}, {"start": 2662.61, "end": 2663.39, "word": " If", "probability": 0.364990234375}, {"start": 2663.39, "end": 2665.77, "word": " you", "probability": 0.9619140625}, {"start": 2665.77, "end": 2665.77, "word": " want", "probability": 0.84423828125}, {"start": 2665.77, "end": 2665.79, "word": " to", "probability": 0.9609375}, {"start": 2665.79, "end": 2666.13, "word": " reduce", "probability": 0.62353515625}, {"start": 2666.13, "end": 2666.21, "word": " the", "probability": 0.8857421875}, {"start": 2666.21, "end": 2666.35, "word": " number", "probability": 0.8984375}, {"start": 2666.35, "end": 2666.45, "word": " of", "probability": 0.96923828125}, {"start": 2666.45, "end": 2666.69, "word": " messages", "probability": 0.87646484375}, {"start": 2666.69, "end": 2666.87, "word": " that", "probability": 0.74560546875}, {"start": 2666.87, "end": 2667.09, "word": " appear", "probability": 0.67919921875}], "temperature": 1.0}, {"id": 101, "seek": 269141, "start": 2668.27, "end": 2691.41, "text": " And you see only error messages and errors, you choose from here, just show me, show me the error Okay, this is all on the screen, where is it guys? The screen of the log, this is the logcat Okay, not the run, okay, the log, the logcat Okay guys, that's it, that's enough for this lecture, next time you must watch it because we want to work on a complete project Okay guys", "tokens": [400, 291, 536, 787, 6713, 7897, 293, 13603, 11, 291, 2826, 490, 510, 11, 445, 855, 385, 11, 855, 385, 264, 6713, 1033, 11, 341, 307, 439, 322, 264, 2568, 11, 689, 307, 309, 1074, 30, 440, 2568, 295, 264, 3565, 11, 341, 307, 264, 3565, 18035, 1033, 11, 406, 264, 1190, 11, 1392, 11, 264, 3565, 11, 264, 3565, 18035, 1033, 1074, 11, 300, 311, 309, 11, 300, 311, 1547, 337, 341, 7991, 11, 958, 565, 291, 1633, 1159, 309, 570, 321, 528, 281, 589, 322, 257, 3566, 1716, 1033, 1074], "avg_logprob": -0.5420026676629179, "compression_ratio": 1.7894736842105263, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2668.27, "end": 2668.61, "word": " And", "probability": 0.193359375}, {"start": 2668.61, "end": 2668.69, "word": " you", "probability": 0.472412109375}, {"start": 2668.69, "end": 2668.87, "word": " see", "probability": 0.4345703125}, {"start": 2668.87, "end": 2669.07, "word": " only", "probability": 0.178466796875}, {"start": 2669.07, "end": 2669.65, "word": " error", "probability": 0.2335205078125}, {"start": 2669.65, "end": 2669.65, "word": " messages", "probability": 0.7509765625}, {"start": 2669.65, "end": 2669.81, "word": " and", "probability": 0.46142578125}, {"start": 2669.81, "end": 2670.11, "word": " errors,", "probability": 0.57763671875}, {"start": 2670.43, "end": 2670.49, "word": " you", "probability": 0.3271484375}, {"start": 2670.49, "end": 2670.73, "word": " choose", "probability": 0.46484375}, {"start": 2670.73, "end": 2670.87, "word": " from", "probability": 0.6513671875}, {"start": 2670.87, "end": 2671.09, "word": " here,", "probability": 0.82861328125}, {"start": 2671.19, "end": 2671.33, "word": " just", "probability": 0.370361328125}, {"start": 2671.33, "end": 2671.51, "word": " show", "probability": 0.83740234375}, {"start": 2671.51, "end": 2671.75, "word": " me,", "probability": 0.8896484375}, {"start": 2672.01, "end": 2672.49, "word": " show", "probability": 0.9013671875}, {"start": 2672.49, "end": 2672.65, "word": " me", "probability": 0.94921875}, {"start": 2672.65, "end": 2672.71, "word": " the", "probability": 0.81005859375}, {"start": 2672.71, "end": 2672.91, "word": " error", "probability": 0.83984375}, {"start": 2672.91, "end": 2673.75, "word": " Okay,", "probability": 0.221923828125}, {"start": 2673.83, "end": 2674.03, "word": " this", "probability": 0.295166015625}, {"start": 2674.03, "end": 2674.07, "word": " is", "probability": 0.8291015625}, {"start": 2674.07, "end": 2674.29, "word": " all", "probability": 0.9404296875}, {"start": 2674.29, "end": 2674.41, "word": " on", "probability": 0.451904296875}, {"start": 2674.41, "end": 2674.49, "word": " the", "probability": 0.64501953125}, {"start": 2674.49, "end": 2674.71, "word": " screen,", "probability": 0.49560546875}, {"start": 2674.89, "end": 2674.93, "word": " where", "probability": 0.3876953125}, {"start": 2674.93, "end": 2675.01, "word": " is", "probability": 0.4833984375}, {"start": 2675.01, "end": 2675.39, "word": " it", "probability": 0.732421875}, {"start": 2675.39, "end": 2675.39, "word": " guys?", "probability": 0.68505859375}, {"start": 2675.49, "end": 2675.55, "word": " The", "probability": 0.382568359375}, {"start": 2675.55, "end": 2675.73, "word": " screen", "probability": 0.5087890625}, {"start": 2675.73, "end": 2675.93, "word": " of", "probability": 0.794921875}, {"start": 2675.93, "end": 2675.97, "word": " the", "probability": 0.52880859375}, {"start": 2675.97, "end": 2676.17, "word": " log,", "probability": 0.55517578125}, {"start": 2676.65, "end": 2676.83, "word": " this", "probability": 0.455078125}, {"start": 2676.83, "end": 2676.83, "word": " is", "probability": 0.58203125}, {"start": 2676.83, "end": 2676.83, "word": " the", "probability": 0.65380859375}, {"start": 2676.83, "end": 2677.35, "word": " logcat", "probability": 0.737060546875}, {"start": 2677.35, "end": 2678.13, "word": " Okay,", "probability": 0.46337890625}, {"start": 2678.15, "end": 2678.35, "word": " not", "probability": 0.85546875}, {"start": 2678.35, "end": 2678.49, "word": " the", "probability": 0.5966796875}, {"start": 2678.49, "end": 2678.73, "word": " run,", "probability": 0.89306640625}, {"start": 2679.61, "end": 2679.89, "word": " okay,", "probability": 0.72509765625}, {"start": 2680.05, "end": 2680.19, "word": " the", "probability": 0.712890625}, {"start": 2680.19, "end": 2680.45, "word": " log,", "probability": 0.943359375}, {"start": 2680.81, "end": 2680.91, "word": " the", "probability": 0.77978515625}, {"start": 2680.91, "end": 2681.41, "word": " logcat", "probability": 0.941162109375}, {"start": 2681.41, "end": 2683.79, "word": " Okay", "probability": 0.6611328125}, {"start": 2683.79, "end": 2684.21, "word": " guys,", "probability": 0.73193359375}, {"start": 2685.13, "end": 2685.33, "word": " that's", "probability": 0.7315673828125}, {"start": 2685.33, "end": 2685.37, "word": " it,", "probability": 0.64599609375}, {"start": 2685.45, "end": 2685.79, "word": " that's", "probability": 0.453857421875}, {"start": 2685.79, "end": 2685.79, "word": " enough", "probability": 0.70751953125}, {"start": 2685.79, "end": 2686.21, "word": " for", "probability": 0.48583984375}, {"start": 2686.21, "end": 2686.37, "word": " this", "probability": 0.80078125}, {"start": 2686.37, "end": 2686.67, "word": " lecture,", "probability": 0.806640625}, {"start": 2687.01, "end": 2687.11, "word": " next", "probability": 0.8251953125}, {"start": 2687.11, "end": 2687.35, "word": " time", "probability": 0.84912109375}, {"start": 2687.35, "end": 2687.99, "word": " you", "probability": 0.42041015625}, {"start": 2687.99, "end": 2688.21, "word": " must", "probability": 0.60986328125}, {"start": 2688.21, "end": 2688.55, "word": " watch", "probability": 0.66015625}, {"start": 2688.55, "end": 2688.65, "word": " it", "probability": 0.8037109375}, {"start": 2688.65, "end": 2688.73, "word": " because", "probability": 0.51416015625}, {"start": 2688.73, "end": 2689.01, "word": " we", "probability": 0.93017578125}, {"start": 2689.01, "end": 2689.01, "word": " want", "probability": 0.640625}, {"start": 2689.01, "end": 2689.05, "word": " to", "probability": 0.96728515625}, {"start": 2689.05, "end": 2689.21, "word": " work", "probability": 0.65625}, {"start": 2689.21, "end": 2689.59, "word": " on", "probability": 0.90234375}, {"start": 2689.59, "end": 2689.63, "word": " a", "probability": 0.93310546875}, {"start": 2689.63, "end": 2689.89, "word": " complete", "probability": 0.277587890625}, {"start": 2689.89, "end": 2690.11, "word": " project", "probability": 0.9345703125}, {"start": 2690.11, "end": 2691.09, "word": " Okay", "probability": 0.6240234375}, {"start": 2691.09, "end": 2691.41, "word": " guys", "probability": 0.87646484375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2691.77325, "duration_after_vad": 2400.089374999992} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60.srt new file mode 100644 index 0000000000000000000000000000000000000000..b64e84c78925f162f730db63e3f28721912ff1f6 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60.srt @@ -0,0 +1,1662 @@ +1 +00:00:21,400 --> 00:00:26,640 +طيب السلام عليكم، المحاضرة الماضية يا جماعة اشتغلنا + +2 +00:00:26,640 --> 00:00:31,380 +في موضوع الـ toolbar، تمام؟ وحكينا أن كل الـ Android + +3 +00:00:31,380 --> 00:00:34,260 +versions قبل الـ Lollipop كانوا يستخدموا الـ + +4 +00:00:34,260 --> 00:00:37,720 +default action bar، الـ theme لحاله كان يجي مع + +5 +00:00:37,720 --> 00:00:41,180 +action bar جاهز. بس الـ action bar اللي كان موجود by + +6 +00:00:41,180 --> 00:00:46,020 +default فيه قيود. أولًا، ما تقدر تغير تصميمه، وتحط فيه + +7 +00:00:46,020 --> 00:00:48,260 +اللي أنت بدك إياه تمامًا إلا بصعوبة. + +8 +00:00:51,890 --> 00:00:54,690 +يعني ما بتقدر تعمل تصميم بدك إياه، ما بتقدر تغير التنسيق + +9 +00:00:54,690 --> 00:00:58,290 +تبعه. لو أنت حابب تغير مكانه مثلًا، بدل ما هو فوق، + +10 +00:00:58,290 --> 00:01:01,650 +تنزله تحت، أو على اليمين، أو على الشمال. يعني في ناس + +11 +00:01:01,650 --> 00:01:07,940 +مش حابة يكون فيه action bar فوق. هذا كله كان صعب + +12 +00:01:07,940 --> 00:01:12,420 +نعمله. فقرروا إيش؟ من بعد Lollipop وطالع، + +13 +00:01:12,420 --> 00:01:16,180 +طبعًا هم بخلوا الـ action bar اللي قبل موجود، بس + +14 +00:01:16,180 --> 00:01:18,740 +قالوا: "إحنا بنحط خيار ثاني اسمه الـ toolbar". الـ + +15 +00:01:18,740 --> 00:01:22,600 +toolbar عبارة عن item زي أي item ثاني، زي الـ button، + +16 +00:01:22,600 --> 00:01:26,020 +زي text view. أنت بتجيب، بتاخده، وبتضيفه على الشاشة، + +17 +00:01:26,020 --> 00:01:33,280 +و بتحطه في أي مكان أنت بدك إياه. الفكرة أن أنت الـ tool + +18 +00:01:33,280 --> 00:01:35,700 +bar هذا، بتقدر تـ wrap، وتحطه في أي مكان. هذا أول + +19 +00:01:35,700 --> 00:01:41,160 +حاجة. تحط فيه تصميمك. إحنا لحد دلوقت ما شفناش + +20 +00:01:41,160 --> 00:01:44,440 +كيف نعمل هذا. يعني أنت إحنا أخدنا، شفنا الـ toolbar، + +21 +00:01:44,440 --> 00:01:48,020 +عملنا له drag and drop، وبعدين حطيناه فوق. بس طبعًا + +22 +00:01:48,020 --> 00:01:51,380 +الصعوبة، إن أنت مضطر إن الـ toolbar تحطه في كل + +23 +00:01:51,380 --> 00:01:56,140 +الـ activities. حاولنا نحل المشكلة دي جزئيًا، بحيث إن + +24 +00:01:56,140 --> 00:01:59,200 +إحنا قلنا: "لا، بدل ما إحنا ننسخ الـ code بتاع الـ + +25 +00:01:59,200 --> 00:02:02,560 +toolbar كله، ونتكرره في الـ activities، بتصمم أنت الـ + +26 +00:02:02,560 --> 00:02:07,780 +toolbar في layout لحاله. هاي مثلًا toolbar design، و + +27 +00:02:07,780 --> 00:02:10,680 +بتعمل include للـ layout هذه في كل الـ activities. + +28 +00:02:10,680 --> 00:02:14,960 +هاي عملت إيش؟ include للـ layout. وما تنساش طبعًا إن + +29 +00:02:14,960 --> 00:02:17,760 +بما إن هو الـ toolbar صار عنصر في الشاشة، أنت محتاج + +30 +00:02:17,760 --> 00:02:21,660 +تربط العناصر الثانية بالنسبة له. يعني الـ action bar + +31 +00:02:21,660 --> 00:02:26,180 +كان يعتبر هو الـ top بتاع الشاشة، من الـ parent. فأنت + +32 +00:02:26,180 --> 00:02:28,440 +لما تربط مع الـ parent، كل حاجة بتيجي تحت الـ action + +33 +00:02:28,440 --> 00:02:31,980 +bar. لكن هنا أنا عندي عنصر في الشاشة، فأنت محتاج مثلًا، + +34 +00:02:31,980 --> 00:02:35,580 +أنا هنا معطي الـ toolbar ID اسمه toolbar، شايفين؟ + +35 +00:02:35,580 --> 00:02:39,600 +إجيت للـ text view الأول، قلت له: "تحت، to bottom of، الـ + +36 +00:02:39,600 --> 00:02:42,780 +toolbar". وإلا ممكن يجي على بعض العناصر في الشاشة، + +37 +00:02:42,780 --> 00:02:47,260 +لأن لما تحط الـ toolbar بـ default بيطلع مربع فاضي. + +38 +00:02:47,990 --> 00:02:52,430 +الآن إحنا حابين إن الـ toolbar يتم استخدامه كبديل + +39 +00:02:52,430 --> 00:02:55,590 +عن الـ action bar. إيش يعني؟ يعني كل حاجة كانت + +40 +00:02:55,590 --> 00:02:59,790 +موجودة في الـ action bar، زي الـ title، زي الـ menu، زي الـ + +41 +00:02:59,790 --> 00:03:04,330 +navigation، نكررهم فين؟ في + +42 +00:03:04,330 --> 00:03:08,850 +الـ toolbar. by default الـ toolbar بيكون فاضي، ففي + +43 +00:03:08,850 --> 00:03:12,090 +سطرين code بدك تحطهم في الـ activity، في كل activity + +44 +00:03:12,090 --> 00:03:16,330 +بدك تستخدم فيها الـ toolbar. اللي هم هدول، هو بدك تجيب + +45 +00:03:16,330 --> 00:03:21,050 +الـ toolbar في الأول. findViewById، بقى دي زي الـ ID، و + +46 +00:03:21,050 --> 00:03:24,390 +تروح تقول له: "setSupportActionBar، الـ toolbar"، كأنك + +47 +00:03:24,390 --> 00:03:27,230 +بتقول له: "الـ toolbar هذا إيش هو؟ بديل عن الـ action + +48 +00:03:27,230 --> 00:03:30,470 +bar". وفي حاجة مهمة ما تنساش تعملها، إن من الـ styles + +49 +00:03:30,470 --> 00:03:33,810 +بتقول له: "noActionBar"، عشان يشيل من الـ action bar + +50 +00:03:33,810 --> 00:03:38,610 +القديم، تمام؟ وهيك طبعًا إيش بيصير؟ الـ action bar + +51 +00:03:38,610 --> 00:03:40,050 +مش شغال عندك. + +52 +00:03:44,190 --> 00:03:47,590 +طيب الآن، by default أول ما تقول له setSupportActionBar، + +53 +00:03:47,590 --> 00:03:51,110 +وتديله الـ toolbar، على طول هيروح يحط + +54 +00:03:51,110 --> 00:03:55,730 +عنوان التطبيق. من وين جاب العنوان؟ من الـ manifest، في + +55 +00:03:55,730 --> 00:03:58,330 +الـ label، في attribute label، في الـ manifest، في + +56 +00:03:58,330 --> 00:04:02,810 +عنوان التطبيق. الآن تعالوا نرجع شوية على تصميم الـ + +57 +00:04:02,810 --> 00:04:07,200 +toolbar. اتكلمنا على الموجود هنا، قلنا إن هدول الـ + +58 +00:04:07,200 --> 00:04:09,340 +background، والـ minimum height، بيستخدموا الـ + +59 +00:04:09,340 --> 00:04:13,500 +attributes الموجودة في الـ theme الحالي، تمام؟ أنت + +60 +00:04:13,500 --> 00:04:18,200 +ممكن تغير هدول إذا أنت حابب تحط title ثاني غير + +61 +00:04:18,200 --> 00:04:20,240 +الموجود في الـ manifest. ممكن تغيره في الـ manifest، + +62 +00:04:20,240 --> 00:04:25,360 +أو ممكن في attribute هنا اسمها title، تمام؟ title، + +63 +00:04:25,360 --> 00:04:32,040 +...حط الـ title اللي أنت بدك إياه. مثلًا إيش؟ سؤال... + +64 +00:04:32,040 --> 00:04:38,230 +نغير مثلًا سؤال وجوابه. الأفضل تجيب هذا من ملف الـ + +65 +00:04:38,230 --> 00:04:46,230 +string. ممكن كمان تحط حاجة اسمها subtitle، طبعًا + +66 +00:04:46,230 --> 00:04:49,650 +لو أنت ما حطيت title هنا، مش هيخد اللي موجود في الـ + +67 +00:04:49,650 --> 00:04:55,930 +manifest. subtitle نقول مثلًا برنامج مسابقات، عارفين؟ + +68 +00:04:55,930 --> 00:05:00,950 +إيش subtitle؟ عنوان فرعي، بتطلع يعني، هنرجع نشوفه + +69 +00:05:00,950 --> 00:05:06,960 +تحته، بتطلع. طيب، قبل ما نشتغل نكمل. طيب، شفنا كمان + +70 +00:05:06,960 --> 00:05:10,580 +اللون. اللون، المرة الماضية كان عندنا مشكلة، إيش عملنا؟ + +71 +00:05:10,580 --> 00:05:17,460 +إحنا عشان نغير اللون، روحنا على الـ theme، + +72 +00:05:20,300 --> 00:05:24,900 +وضفنا الـ primary text color. بس ظهرت عندي مشكلة، إن + +73 +00:05:24,900 --> 00:05:27,280 +الـ primary text color ما بيستخدموش مثلًا في الـ title، + +74 +00:05:27,280 --> 00:05:30,500 +بيستخدموه كله للنصوص الرئيسية. فطلعت النصوص الرئيسية + +75 +00:05:30,500 --> 00:05:35,360 +بالأبيض. لما حطيت الـ primary text color. هاي مثلًا + +76 +00:05:35,360 --> 00:05:35,980 +شكل + +77 +00:05:39,120 --> 00:05:42,420 +والـ title اللي هو طلع بالأبيض. هاي مثلًا، هاي سؤال، هو + +78 +00:05:42,420 --> 00:05:45,900 +جاوبنا. كتاب ليه برنامج المسابقة. طبعًا، حتى الآن إحنا + +79 +00:05:45,900 --> 00:05:49,780 +هدول الـ text، ما تقدر تغير حجمه، صح ولا لأ؟ لون الخط + +80 +00:05:49,780 --> 00:05:52,980 +اللي فيه، خلاص هو بياخد الـ default بتاع الـ action + +81 +00:05:52,980 --> 00:05:57,090 +bar. مش إحنا، بيبقى للـ toolbar، بدل الـ action bar. كل + +82 +00:05:57,090 --> 00:06:00,230 +اللي كان موجود في الـ action bar، صار يحطه في الـ + +83 +00:06:00,230 --> 00:06:04,310 +toolbar. طيب بالنسبة للألوان، طبعًا لاحظ الآن، النصوص + +84 +00:06:04,310 --> 00:06:08,250 +طلعت بالأسود. حابب تغير لون النص اللي موجود في هو، + +85 +00:06:08,250 --> 00:06:13,530 +ممكن يديك اثنين attributes، اسمهم titleTextColor أو + +86 +00:06:13,530 --> 00:06:15,710 +subtitleTextColor، بتعطي له اللون اللي بدك إياه. بغير بس إيش؟ النص اللي + +87 +00:06:15,710 --> 00:06:22,220 +موجود في الـ title، وفي عندك إيش؟ subtitleTextColor. + +88 +00:06:22,220 --> 00:06:24,400 +TextColor TextColor TextColor TextColor TextColor + +89 +00:06:24,400 --> 00:06:26,640 +TextColor TextColor TextColor TextColor TextColor + +90 +00:06:26,640 --> 00:06:28,300 +TextColor TextColor TextColor TextColor TextColor + +91 +00:06:28,300 --> 00:06:28,400 +TextColor TextColor TextColor TextColor TextColor + +92 +00:06:28,400 --> 00:06:29,620 +TextColor TextColor TextColor TextColor TextColor + +93 +00:06:29,620 --> 00:06:29,980 +TextColor TextColor TextColor TextColor TextColor + +94 +00:06:29,980 --> 00:06:32,780 +TextColor TextColor TextColor TextColor TextColor + +95 +00:06:32,780 --> 00:06:34,200 +TextColor Te + +96 +00:07:07,100 --> 00:07:14,140 +طيب، لأن هنا استخدم الأسود، ما غيرش في الألوان. إيش الـ + +97 +00:07:14,140 --> 00:07:20,020 +menu؟ هذه الـ menu، عشان تتغير، أنت في خصائصها، في + +98 +00:07:20,020 --> 00:07:27,160 +عندك حاجة اسمها popupTheme. popupTheme، لازم تروح + +99 +00:07:27,160 --> 00:07:32,030 +تصمم theme في الـ styles، وتقول له هنا: "خد الـ theme + +100 +00:07:32,030 --> 00:07:35,230 +الموجود في الـ styles". هتجربه، أنا ما جربتش هذا + +101 +00:07:35,230 --> 00:07:42,510 +من زمان. بدنا نيجي نعمل style جديد، لـ menu، لـ الـ + +102 +00:07:42,510 --> 00:07:52,470 +menu. تصميم الـ menu، بدي أقول له مثلًا: "myMenuStyle"، و + +103 +00:07:52,470 --> 00:07:53,210 +تقول له الـ parent + +104 +00:07:59,080 --> 00:08:06,940 +طيب هذا، طيب + +105 +00:08:06,940 --> 00:08:16,800 +هتجرب هذا، و + +106 +00:08:16,800 --> 00:08:21,360 +textColorPrimary، + +107 +00:08:21,360 --> 00:08:21,900 +مثلًا. + +108 +00:08:43,510 --> 00:08:48,570 +أنا لسه بجربها دي، فبقول له: "هتجيب، روح على طول الـ + +109 +00:08:48,570 --> 00:08:54,450 +bar، خد الـ theme اللي هو من قطة styles، على myMenu + +110 +00:09:33,800 --> 00:09:42,440 +طيب، هي لأن، شوف إيش عمل، حط اللون إيش؟ أخضر. ليش حطوا + +111 +00:09:42,440 --> 00:09:46,980 +أخضر؟ تعال هنا، يبقى هو خد إيش؟ خد الـ textColor + +112 +00:09:46,980 --> 00:09:53,200 +يعني هذه ما خدهاش. حط السهم باللون الأحمر. يعني الفكرة + +113 +00:09:53,200 --> 00:09:56,920 +أن أنت بدك تروح تصمم theme. شايفين الـ theme الـ + +114 +00:09:56,920 --> 00:09:59,880 +parent، بتبقى فيه حاجة اسمها themeOverlay. إيش theme + +115 +00:09:59,880 --> 00:10:03,920 +overlay؟ هي حاجة بتيجي + +116 +00:10:03,920 --> 00:10:07,380 +علي الحاجة. هيجيب الـ overlay، الحاجة اللي هتظهر بتيجي + +117 +00:10:07,380 --> 00:10:12,220 +علي الحاجة. هيجيب الـ menu، من ضمن العناصر اللي بتيجي + +118 +00:10:12,220 --> 00:10:14,860 +overlay، تمام؟ فهي أصلًا بتاخد الـ theme هذا by default، + +119 +00:10:14,860 --> 00:10:18,460 +هذا الـ theme اللي بتاخده الـ menu. أنا بدي أغيره، + +120 +00:10:18,460 --> 00:10:22,380 +بتخليها تاخد theme جديد. فقلت له: "اعمل theme جديد my + +121 +00:10:22,380 --> 00:10:26,580 +MenuStyle، inherit كل حاجة من الـ themeOverlay، + +122 +00:10:26,580 --> 00:10:29,380 +تمام، AppCompat، وغيرت الخصائص اللي بدها إياها. أنا مش + +123 +00:10:29,380 --> 00:10:32,900 +حافظ عشان الخصائص بتتغير. ابحث على Stack Overflow، + +124 +00:10:32,900 --> 00:10:37,680 +كيف نغير الـ theme بتاع الـ menu، بتلاقيها. بس هذه + +125 +00:10:37,680 --> 00:10:43,270 +الفكرة بتاعتها، إن أنت بتحط popupTheme، وبتصمم الـ + +126 +00:10:43,270 --> 00:10:48,570 +theme بتاعك، عشان تغير تصميم الـ menu، تمام؟ خلينا الـ + +127 +00:10:48,570 --> 00:10:53,010 +get، إيش؟ لون أحمر، عشان يبين جدًا. طبعًا، عندنا خطوة بالنسبة + +128 +00:10:53,010 --> 00:10:57,130 +للمينيو، بدنا نعمل action عليها، تمام؟ المحاضرة الماضية + +129 +00:10:57,130 --> 00:11:02,540 +اتكلمنا كيف نعمل مينيو أصلًا. كيف نعمل مينيو؟ عشان تعمل + +130 +00:11:02,540 --> 00:11:06,200 +مينيو، أول حاجة لازم نصمم مينيو كـ XML. فبننشئ ملف + +131 +00:11:06,200 --> 00:11:10,120 +resource داخل مجلد الـ resources، بيعمل لك لحاله الآن. + +132 +00:11:10,120 --> 00:11:15,040 +لو شفنا المحاضرة الماضية، تقول click يمين، New، + +133 +00:11:10,120 --> 00:11:15,040 +Android Resource File، وتقول له بالنوع إنّه مش + +134 +00:11:15,040 --> 00:11:19,640 +values، Menu، لحاله هيلاقيك، يعمل لك مجلد اسمه menu، + +135 +00:11:19,640 --> 00:11:24,780 +وداخله يعمل لك ملف XML، وجواه أنت بتصمم الـ menu، طبعًا + +136 +00:11:24,780 --> 00:11:27,640 +أنا صممته XML، بس هي ممكن تعملها drag and drop، + +137 +00:11:27,640 --> 00:11:35,100 +تمام؟ بس أنا ما بحب drag and drop، فكتبت XML، لأن هذا مثلًا + +138 +00:11:35,100 --> 00:11:40,440 +الـ item. بننشئ item، أقل شيء بتحط له ID و Title. لما + +139 +00:11:40,440 --> 00:11:45,480 +ممكن تحط icon كمان. إلا هذا، عنصر ثاني، عطيتّه ID، + +140 +00:11:45,480 --> 00:11:48,180 +optionsMenuItem، و Title options، لأن هذا جوا الـ + +141 +00:11:48,180 --> 00:11:53,340 +item نفسه. عملنا sub menu، شايفين كيف الـ item هنا، أنا + +142 +00:11:53,340 --> 00:11:58,000 +سَكرتُه على طول، مع إن ما فيش فيه حاجة. الـ item هذا، فتح + +143 +00:11:58,000 --> 00:12:03,820 +هنا وسكر تحت، لكن جواه في tag اسمه menu، وماكيناه + +144 +00:12:03,820 --> 00:12:08,470 +menu فرعية، وتحته في item آخر اسمه close. طبعًا، + +145 +00:12:08,470 --> 00:12:12,490 +الترتيب مهم، لأن العناصر هتظهر بالترتيب. تمام؟ بعد + +146 +00:12:12,490 --> 00:12:18,430 +ما صممت الـ XML هذا، البرنامج مش هيستخدمه لحاله، لازم إحنا + +147 +00:12:18,430 --> 00:12:23,190 +من خلال الـ code نقول له: "أول ما يشغل التطبيق، الـ XML + +148 +00:12:23,190 --> 00:12:27,590 +هذا، حول لي منه، وعرضه لي". تمام؟ كيف هنعملها؟ روحنا + +149 +00:12:27,590 --> 00:12:28,150 +على الـ activity، + +150 +00:12:31,080 --> 00:12:35,260 +ورحنا عملنا override لـ callback method اسمها onCreateOptionsMenu. حكينا إن الـ onCreateOptionsMenu، + +151 +00:12:35,260 --> 00:12:39,720 +هان، الـ callback method، إيش هو الـ callback + +152 +00:12:39,720 --> 00:12:42,120 +method؟ يعني method أنا ما بستدعيهاش، بتتم استدعائها + +153 +00:12:42,120 --> 00:12:45,640 +أثناء الـ lifecycle بتاعة الـ activity. إيش هي lifecycle؟ + +154 +00:12:45,640 --> 00:12:54,550 +دورة حياة الـ activity، بتبدأ حياتها، بتعيش، + +155 +00:12:54,550 --> 00:12:59,550 +وبعدين بتموت. اه، هيك الـ activity شغالة. onCreate، + +156 +00:12:59,550 --> 00:13:04,570 +إيش يعني؟ بدأت تشتغل، صح ولا لأ؟ بعد الـ onCreate، في + +157 +00:13:04,570 --> 00:13:09,190 +واحدة من المراحل، هيستدعي الـ onCreateOptionsMenu. ليش؟ + +158 +00:13:09,190 --> 00:13:13,830 +بدّه يشوف إذا في menus. بدأت نعمل، بيبدا يعملها طبعًا، + +159 +00:13:13,830 --> 00:13:16,090 +by default، هذه الـ onCreateOptionsMenu بتكون مش + +160 +00:13:16,090 --> 00:13:20,610 +موجودة، أو موجودة في الـ parent بس فاضية. الآن، + +161 +00:13:20,610 --> 00:13:24,250 +أنا بضيف فيها code، عشان أول ما يشتغل، ينفذ الـ code، + +162 +00:13:24,250 --> 00:13:27,710 +زي الـ onCreate. الـ onCreate، أنت ما بتستدعيهاش، هو + +163 +00:13:27,710 --> 00:13:31,810 +لحاله بينفذها. حطينا فيها code، ليش؟ عشان أول ما يشتغل + +164 +00:13:31,810 --> 00:13:35,390 +التطبيق، ينفذ onCreate، يروح ينفذ code معين. onCreateOptionsMenu، + +165 +00:13:35,390 --> 00:13:40,530 +كتبنا سطر واحد، بيعمل عملية + +166 +00:13:40,530 --> 00:13:44,490 +inflation، تحويل الـ XML لـ Java. + +167 +00:13:49,690 --> 00:13:52,830 +الـ ID يعني الـ Menu بتاعك. الآن هي مبينة في الـ + +168 +00:13:52,830 --> 00:13:58,090 +resources، في مجلد Menu، بتقول له: "R.menu.اسم الملف Xml". + +169 +00:13:58,090 --> 00:14:01,190 +وبعدين بتحط الـ Menu المرار، اللي هو كأنّه بده + +170 +00:14:01,190 --> 00:14:04,910 +يربط هذا الـ Menu اللي هنا، ترجمه، تقريبا للذر اللي + +171 +00:14:04 + +223 +00:18:54,030 --> 00:18:59,390 +طبعاً toast about close تمام هي بتسكر ال activity + +224 +00:18:59,390 --> 00:19:04,430 +this is not finish كنت بتقوله finish بتسكر ال + +225 +00:19:04,430 --> 00:19:13,590 +activity تمام تسكر إيش؟ اضغط برا أي مكان برا مافيش + +226 +00:19:13,590 --> 00:19:14,510 +method تسكر ال menu + +227 +00:19:18,800 --> 00:19:21,540 +طيب يا شباب انتبهوا معايا شوية، باقي بس جزئين + +228 +00:19:21,540 --> 00:19:25,460 +عشان نخلص موضوع ال toolbar لأن by default لما أنتَ + +229 +00:19:25,460 --> 00:19:30,340 +تصمم toolbar و تقوله set support action bar ال + +230 +00:19:30,340 --> 00:19:34,360 +toolbar تبعت استخدم ال toolbar بديلاً عن ال action + +231 +00:19:34,360 --> 00:19:38,240 +bar وكل حاجة كانت موجودة في ال action bar، و أضف + +232 +00:19:38,240 --> 00:19:42,020 +على ال tool bar، الآن أنتَ بيقول لك ممكن تصمم tool bar + +233 +00:19:42,020 --> 00:19:46,720 +خاص فيك، يعني أنتَ تغير التصميم كيف؟ ارجعت أنا على + +234 +00:19:46,720 --> 00:19:50,380 +التصميم بتاع ال tool bar، مش هذا... هذا الملف اللي + +235 +00:19:50,380 --> 00:19:53,980 +فيه تصميم ال tool bar، وهنا في ال tag اللي بيسكر و + +236 +00:19:53,980 --> 00:20:01,220 +بيفتح، إيه عملت؟ حطيت opening tag و closing tag للـ + +237 +00:20:01,220 --> 00:20:04,860 +tool bar، الآن بقدر أنا جوا ال tool bar أحط أي + +238 +00:20:04,860 --> 00:20:08,960 +تصميم بديهي، يعني مثلاً مثلاً بدي لأن في ال tool bar + +239 +00:20:08,960 --> 00:20:15,180 +أحط العنوان وأحط مربع search اللي هو للبحث، مش + +240 +00:20:15,180 --> 00:20:17,980 +مرات بتلاقي ال search فوق، هذا هنتكلم على ال search + +241 +00:20:17,980 --> 00:20:22,640 +إحنا بس لأن كيف نصممه، كيف نحطه، يعني فلان شوف الـ + +242 +00:20:22,640 --> 00:20:24,880 +tool bar، إيش بدي أعمل أنا؟ هالـ gate بدي أقول له روح + +243 +00:20:24,880 --> 00:20:30,120 +اعمل constraint layout، الـ width match parent، الـ + +244 +00:20:30,120 --> 00:20:34,670 +height wrap content، إيش عملت أنا جوا ال tool bar؟ + +245 +00:20:34,670 --> 00:20:37,010 +عملت constraint layout عشان أنا بدي أحطه أنصرياً + +246 +00:20:37,010 --> 00:20:41,750 +بترتبهم، تمام، أول عنصر بدي أحطه إيش هو؟ text view + +247 +00:20:41,750 --> 00:20:46,530 +الـ height wrap content، و الـ width wrap content، وهاي text + +248 +00:20:46,530 --> 00:20:49,730 +قلنا + +249 +00:20:49,730 --> 00:20:58,030 +له @string جيب لي الـ app name، إيش يعني؟ اه مثلاً + +250 +00:20:58,030 --> 00:21:03,330 +إذا كنتَ تستخدم ال tool bar أو بديها code هذه + +251 +00:21:03,330 --> 00:21:07,990 +تمام، اه الآن شايفين أنا حطيت constraint layout، و + +252 +00:21:07,990 --> 00:21:11,610 +جوا إيش حطيت فيها؟ text view، وبعدين الـ text view + +253 +00:21:11,610 --> 00:21:17,570 +اللي ربطته من الـ start to + +254 +00:21:17,570 --> 00:21:23,350 +start of parent، و + +255 +00:21:23,350 --> 00:21:27,710 +الـ top to top of parent + +256 +00:21:31,430 --> 00:21:42,650 +و text size مثلاً 16sp، و text color إحنا + +257 +00:21:42,650 --> 00:21:45,050 +إيش اللي سوينا إحنا مع بعض؟ وليه يا جماعة قاعد + +258 +00:21:45,050 --> 00:21:55,050 +بصمم layout كاملة جوا إيش؟ جوا جوا الـ toolbar، لأن + +259 +00:21:55,050 --> 00:21:56,230 +أنا مش في الـ activity شغال + +260 +00:22:02,310 --> 00:22:09,960 +بالنسبة لإكتابة نفسي كان layout ببساطة، إحنا في الـ + +261 +00:22:09,960 --> 00:22:12,580 +activity أصلاً، كم layout اشتغلنا لما تصميمها؟ واحد + +262 +00:22:12,580 --> 00:22:15,760 +بس أصلاً فكرة الـ constraint layout اللي أنتَ + +263 +00:22:15,760 --> 00:22:19,460 +ما تحتاجش activities جوا بعض، بس هذه الـ constraint + +264 +00:22:19,460 --> 00:22:22,060 +layout للـ activity، لأن أنا قاعد بصمم في حاجة + +265 +00:22:22,060 --> 00:22:25,140 +مختلفة عن الـ activity اللي هي فوق، هذا فوق + +266 +00:22:25,140 --> 00:22:29,140 +لحاله، عملت له layout جوا اللي هو الـ tool bar، الـ + +267 +00:22:29,140 --> 00:22:31,020 +tool bar عملت له جوا constraint، أنتَ بتعمل + +268 +00:22:31,020 --> 00:22:35,160 +mitigation، اه mitigation بتعملها constraint layout + +269 +00:22:35,160 --> 00:22:38,960 +عزيزي، بمعناصر جواها، كيف هي navigation؟ إيش بدك + +270 +00:22:38,960 --> 00:22:45,220 +تعمل؟ اضغط هنا، ولما اضغط عليه يعمل include لحاجة + +271 +00:22:45,220 --> 00:22:51,740 +لما أنا مصممه بـ Climax Nav، زر الـ navigation هذا + +272 +00:22:51,740 --> 00:22:55,180 +أصلاً موجود by default، يعني هنشوف، هأتكلم عليه لما + +273 +00:22:55,180 --> 00:22:57,540 +نجي نتكلم عن موضوع ال navigation، عشان يدّي هذا code + +274 +00:22:57,540 --> 00:23:01,640 +و شرح، يعني أصلاً الـ tool bar الـ default بدون أن أنا + +275 +00:23:01,640 --> 00:23:06,060 +أحتاج أصمم، مش أقل لما عملت menu وطلع التلاتة ذراع + +276 +00:23:06,060 --> 00:23:10,020 +ال navigation برضه فيه موجود، هذا بس لازم أتفعله + +277 +00:23:10,020 --> 00:23:10,580 +عشان يطلع + +278 +00:23:13,760 --> 00:23:16,860 +اللي هو إيش؟ ال navigation اللي بدك تطلع... تطلع + +279 +00:23:16,860 --> 00:23:20,380 +مني، يعني لما تضغط navigation هذا أنتَ كله هناخده + +280 +00:23:20,380 --> 00:23:23,880 +هذا بس بده شغل، هذا لسه طبعاً ال navigation هذا بده + +281 +00:23:23,880 --> 00:23:28,320 +ناخد موضوع اسمه fragments عشان نقدر نصمم، فمحتاجش + +282 +00:23:28,320 --> 00:23:30,020 +أنتَ خد من هنا الـ gate وبعدين... + +283 +00:23:32,690 --> 00:23:35,750 +طيب أنا قاعد بصمم جوا ال toolbar يا جماعة، ماشي + +284 +00:23:35,750 --> 00:23:39,090 +الآن جوا ال toolbar برضه عملت item اسمه search + +285 +00:23:39,090 --> 00:23:42,050 +view، SearchView هذا ما تكلمناش عليه، بس هو اللي + +286 +00:23:42,050 --> 00:23:48,110 +بيستخدم للبحث، تمام، قل له الـ width 0dp، الـ height + +287 +00:23:48,110 --> 00:23:58,890 +wrap content، وبده أقول له start to end of text + +288 +00:23:58,890 --> 00:23:59,550 +view هذا + +289 +00:24:14,420 --> 00:24:28,560 +وبعدين الـ top تبقى auto، top off، طيب + +290 +00:24:28,560 --> 00:24:33,980 +أتأكد + +291 +00:24:33,980 --> 00:24:36,680 +بس الـ wrap content الـ height + +292 +00:25:06,030 --> 00:25:10,990 +طيب أنا لاحظت إنه كتبت التصميم كله إيش؟ كتابة، ليش؟ + +293 +00:25:10,990 --> 00:25:16,650 +لأنه غلبني في إيش؟ بطلعش في التصميم هنا، ما عرفش ليش + +294 +00:25:18,680 --> 00:25:20,980 +غلبني كتابة الـ code، هاي الفكرة من كتابة الـ code + +295 +00:25:55,650 --> 00:26:01,370 +طيب، أطلع الآن على الـ tool bar، لأن هي كتب لي برنامج + +296 +00:26:01,370 --> 00:26:04,230 +المسابقة هذا، من وين جابه؟ هذا الـ text view اللي أنا + +297 +00:26:04,230 --> 00:26:08,750 +حاطه، حتى أجه، مش الـ text view بتاع الـ action bar + +298 +00:26:08,750 --> 00:26:15,270 +أنا أضفت الـ text view خاص فيه، تمام، هي مش فيه text + +299 +00:26:15,270 --> 00:26:21,360 +view حتى، عشان عملته top و start، إيجي وين؟ فوق في + +300 +00:26:21,360 --> 00:26:24,840 +الزاوية، وهذا إيش هذا جنبه؟ هذا مربع الـ search + +301 +00:26:24,840 --> 00:26:30,760 +حتى هاي مكتوب فيه الآن، يعني القصد إن أنتَ بتقدر تصمم + +302 +00:26:30,760 --> 00:26:34,780 +الـ tool bar بالشكل اللي أنتَ بدك إياه، وهذا ما كانش متاح + +303 +00:26:34,780 --> 00:26:41,020 +مسبقاً، إذا أنتَ ما غيرتش في تصميمه، بياخد تصميم الـ + +304 +00:26:41,020 --> 00:26:44,530 +action bar الـ default، ماشي يا جماعة؟ يبقى يعني اتعلم + +305 +00:26:44,530 --> 00:26:49,210 +... اه بقى في جزئية بس هلجيت في... حكينا إن في غلبة + +306 +00:26:49,210 --> 00:26:52,730 +في ال... في الـ toolbar والـ menu، إن هذا الـ code الـ + +307 +00:26:52,730 --> 00:26:55,210 +onCreateOptionsMenu والـ onOptionsItemSelected + +308 +00:26:55,210 --> 00:26:58,610 +هدول لازم يتكرروا في كل الـ activities، هل + +309 +00:26:58,610 --> 00:27:02,430 +في إمكانية إن إحنا ما نكررهمش؟ اه، الـ methods هدول + +310 +00:27:02,430 --> 00:27:08,450 +يعني مضطر أنتَ تاخد هدول برضه كوبي بيست وتحطهم في + +311 +00:27:08,450 --> 00:27:12,170 +الـ activity التانية والتالتة، واحد كذا، يعني هاي الـ + +312 +00:27:12,170 --> 00:27:15,050 +competition activity برضه إذا بدك الـ menu تطلع + +313 +00:27:15,050 --> 00:27:21,410 +فيهم، بدك تحطهم فيه، وبعدين افرض... اه بالظبط، هاي + +314 +00:27:21,410 --> 00:27:24,330 +الحالة، بدك تستفيد من الـ object oriented، هلجيت + +315 +00:27:24,330 --> 00:27:29,470 +إحنا عندنا... هذه يا جماعة الـ AppCompatActivity + +316 +00:27:29,470 --> 00:27:35,470 +هذه الـ activity الرئيسية، لأن أنا عندي two + +317 +00:27:35,470 --> 00:27:39,090 +activities صح؟ عندي في التطبيق هذا عندي الـ main + +318 +00:27:39,090 --> 00:27:39,570 +activity + +319 +00:27:44,800 --> 00:27:49,400 +اللي فيها تكتب اسمك وتضغط، وفي عندي الـ competition + +320 +00:27:49,400 --> 00:27:55,120 +activity، وممكن يكون فيه كمان activities، هلجيت + +321 +00:27:55,120 --> 00:27:58,620 +هدول، أنا ضفت فيهم فيه code معين، كررته في الاتنين + +322 +00:27:58,620 --> 00:28:05,260 +بدي ما أكرره، أنا طبعاً بتقدرش تعدل فيها ده أنتَ بس + +323 +00:28:05,260 --> 00:28:10,660 +بتقدرش تعمل إيش؟ تيجي هنا تعمل class تاخد من AppCompat + +324 +00:28:10,660 --> 00:28:18,360 +Activity، وهدول إيش؟ هدول يصير ياخدوا منهم إيش؟ + +325 +00:28:18,360 --> 00:28:22,520 +الفايدة إن هذا الـ code اللي هنا تحطه وين؟ تحطه هنا + +326 +00:28:22,520 --> 00:28:27,060 +وتشيله من هنا، تصير + +327 +00:28:27,060 --> 00:28:31,720 +تعمل extend لهذه الفكرة، إنك تجمع، هي فايدة الـ + +328 +00:28:31,720 --> 00:28:35,300 +object oriented، إنك تجمع الـ code عندك، أكواد مشتركة + +329 +00:28:35,300 --> 00:28:40,080 +هنا، جمعها في parent class، ولازم هذا طبعاً تعمل + +330 +00:28:40,080 --> 00:28:44,180 +extend هنا، ليش؟ عشان اللي هنا كله يوصل لمين؟ لهذول + +331 +00:28:44,180 --> 00:28:51,060 +يعني كيف هيتعالى؟ أعملها على السريع، أعمل class + +332 +00:28:51,060 --> 00:28:56,380 +جديدة، مثلاً + +333 +00:28:56,380 --> 00:29:01,660 +GroupActivity، طبعاً + +334 +00:29:01,660 --> 00:29:06,800 +هادي، يقول لي إيش؟ أنا أخليها تعمل extend لمين؟ اه + +335 +00:29:06,800 --> 00:29:09,260 +extend لـ AppCompatActivity + +336 +00:29:15,670 --> 00:29:19,010 +وإيش بدي أعمل أنا؟ بدي أجي برضه أحط هذه abstract + +337 +00:29:19,010 --> 00:29:25,330 +ليش؟ عشان ما حدش ينشأ منها object، تمام؟ وبدي أجيب + +338 +00:29:25,330 --> 00:29:34,310 +الـ code المشترك في الاتنين، هي هذا، وحطه + +339 +00:29:34,310 --> 00:29:35,170 +في الـ GroupActivity + +340 +00:29:43,110 --> 00:29:47,250 +عمله بـ shiver، تعمل طبعاً كيف؟ فتقدر تحط code جوا + +341 +00:29:47,250 --> 00:29:51,850 +الـ method في الـ class abstract، لا، في الـ abstract + +342 +00:29:51,850 --> 00:29:55,130 +class أنتَ بتحط methods عادي، method بس مش فيها code + +343 +00:29:55,130 --> 00:29:58,570 +لأ، أو interface، لأ، هذك في الـ interface، في الـ + +344 +00:29:58,570 --> 00:30:04,370 +abstract class بتحط أنتَ code عادي ولا لأ؟ تقدر، هي + +345 +00:30:04,370 --> 00:30:11,680 +حطينا، طيب تعال نرجع نجربها، جينا للـ two activities + +346 +00:30:11,680 --> 00:30:16,020 +شيلت الـ code بتاع مين؟ بتاع الـ menu، خلاص هي + +347 +00:30:16,020 --> 00:30:23,720 +شيلناها كلها، تمام؟ وهلجيت بدك تقوله extend الـ + +348 +00:30:23,720 --> 00:30:29,100 +GroupActivity + +349 +00:30:29,100 --> 00:30:33,860 +وكمان للـ comp activity + +350 +00:30:41,580 --> 00:30:46,200 +extend GroupActivity، يعني أنا بس عملت هذا عشان + +351 +00:30:46,200 --> 00:30:57,720 +أجمع إيش؟ الـ code المشترك، هلجيت + +352 +00:30:57,720 --> 00:30:58,880 +بحكي عليها، هذا code الـ toolbar + +353 +00:31:16,770 --> 00:31:20,890 +تمام، هاي التطبيق تبعي اشتغل من غير أي مشكلة، تمام + +354 +00:31:20,890 --> 00:31:26,410 +إحنا بنعلمك ولا مش بس Android، بنعلمك برضه كيف + +355 +00:31:26,410 --> 00:31:29,950 +تبني التطبيق صح، وجود هذه الـ super activity برضه + +356 +00:31:29,950 --> 00:31:32,710 +هيفيد في حاجات كتير، أي حاجة مشتركة في التطبيق + +357 +00:31:33,460 --> 00:31:38,120 +خليها وين؟ في الـ GroupActivity هذه، تمام؟ إذا + +358 +00:31:38,120 --> 00:31:41,200 +منكم سأل سؤال كويس، مش عارف هو جانب الصدفة هيك ولا + +359 +00:31:41,200 --> 00:31:47,500 +... اه اللي هو الـ code الـ toolbar، تمام؟ findViewById + +360 +00:31:47,500 --> 00:31:50,480 +اللي بحط setSupportActionBar بنفع هذا الـ + +361 +00:31:50,480 --> 00:31:56,560 +code نحطه في ال... في الـ parent اه؟ لأ، ليش؟ أقول + +362 +00:31:56,560 --> 00:32:00,840 +لك، الآن كل activity اللي هيقول onCreate مختلف عن + +363 +00:32:00,840 --> 00:32:08,960 +التاني، صح؟ ولا فعلياً هو لما يجي يشتغل بتقدرش هذا + +364 +00:32:08,960 --> 00:32:12,120 +الـ code تحطه مثلاً، إجيت أنتَ قُلت، مادام هذا الـ code + +365 +00:32:12,120 --> 00:32:17,160 +مش مشترك، خد من هنا وروح على GroupActivity ويعمل + +366 +00:32:17,160 --> 00:32:21,340 +method onCreate، تمام + +367 +00:32:21,340 --> 00:32:23,980 +وحط فيها إيش؟ حط فيها الـ code هذا + +368 +00:32:29,520 --> 00:32:34,340 +مثلاً إحنا بنعرف من دراستنا الـ object oriented إنه + +369 +00:32:34,340 --> 00:32:37,260 +لما ينفذ الـ onCreate في الـ subclass إيش بده + +370 +00:32:37,260 --> 00:32:40,520 +يستدعي الـ onCreate في الـ superclass، هينفذ بتاعة + +371 +00:32:40,520 --> 00:32:44,200 +الـ superclass قبل ما يعمل اللي تحت، قبل ما يعمل set + +372 +00:32:44,200 --> 00:32:48,200 +ContentView، لما يجي ينفذ الـ onCreate بتاعة الـ + +373 +00:32:48,200 --> 00:32:50,840 +parent، مين؟ الـ onCreate بتاعة الـ parent، مش + +374 +00:32:50,840 --> 00:32:55,810 +هي لاقيتها الـ bar، هيطلع لك NullPointerException، يبقى هذا الـ code + +375 +00:32:55,810 --> 00:33:01,330 +لازم يتنفذ بعد الـ setContentView عشان يكون فيه + +376 +00:33:01,330 --> 00:33:05,470 +toolbar هذا، كيف ممكن نحلها؟ ممكن أنتَ الـ code هذا + +377 +00:33:05,470 --> 00:33:10,590 +نفسه تمام، تاخده في الـ GroupActivity وتعمل method + +378 +00:33:10,590 --> 00:33:17,730 +هنا اسمها public void initializeToolbar + +379 +00:33:17,730 --> 00:33:23,230 +initialize + +380 +00:33:23,230 --> 00:33:30,840 +toolbar، الآن بتيجي على في الـ main activity بعد الـ + +381 +00:33:30,840 --> 00:33:35,520 +setContentView إيش بتحط له؟ initializeToolbar، وفي + +382 +00:33:35,520 --> 00:33:38,600 +الـ competition activity برضه بتشيل هدول + +383 +00:33:38,600 --> 00:33:41,460 +initializeToolbar، واحد هيقول طب ما هم كلهم سطرين + +384 +00:33:41,460 --> 00:33:44,060 +يعني أنتَ شيلت سطرين، حطيت سطر، طب ما هو ممكن الـ + +385 +00:33:44,060 --> 00:33:47,300 +toolbar الـ initialize يكون أكثر + +386 +00:33:50,330 --> 00:33:52,610 +أنا ما عملتش شيء جديد، أنا بستفيد من الـ object + +387 +00:33:52,610 --> 00:33:57,330 +oriented عشان أُقلل حجم الـ code اللي عملته، واضح يا + +388 +00:33:57,330 --> 00:34:01,680 +جماعة؟ طيب، وهيك خلصنا موضوع من الـ toolbar، لسه + +389 +00:34:01,680 --> 00:34:03,920 +هنرجع لموضوع الـ toolbar لما نتكلم على الـ + +390 +00:34:03,920 --> 00:34:07,760 +navigation هذا، تمام؟ بس الآن فهمنا كيف نعمل tool + +391 +00:34:07,760 --> 00:34:11,420 +bar، كيف نستخدمه كبديل على الـ action bar، كيف نغير + +392 +00:34:11,420 --> 00:34:14,340 +تنسيقه، كيف نضيف menu، كيف نعمل action على الـ menu + +393 +00:34:14,340 --> 00:34:20,220 +وكيف نصمم toolbar خاص فينا، تمام؟ نسكر هالجهة + +394 +00:34:20,220 --> 00:34:29,170 +التطبيق، هدّيت على المسابقة، خلصناها كلها، وناخد موضوع + +395 +00:34:29,170 --> 00:34:36,130 +جديد، هتجيب إن أنا يا جماعة هأتكلم على component + +396 +00:34:36,130 --> 00:34:38,950 +جديد في عناصر الشاشة + +397 +00:34:51,300 --> 00:34:55,000 +الـ component هذا ه + +445 +00:39:39,740 --> 00:39:43,840 +الان الطريقة هذه بتعبئة الـ list view فعليا احنا + +446 +00:39:43,840 --> 00:39:49,080 +بنعبيه فقط بنصوص ومقدرش نتحكم حتى في تصميمه، ألوانه + +447 +00:39:49,080 --> 00:39:51,140 +وكذا هياخد الحاجات الـ default اللي معرفة في الـ + +448 +00:39:51,140 --> 00:39:54,340 +theme يعني إيش ألوان الخط وحجم الخط اللي هيعمل في + +449 +00:39:54,340 --> 00:39:56,580 +الـ list هياخد الـ default اللي موجود في الـ theme + +450 +00:39:56,580 --> 00:40:02,720 +فكيف لو احنا بنصمم list view تصميم خاص فينا؟ فهذا + +451 +00:40:02,720 --> 00:40:07,660 +اللي احنا بنعرفه هاي الآن هي شكل الـ list view تمام + +452 +00:40:07,660 --> 00:40:12,800 +هاي طلعت بس إيش عناصر بالشكل هذا، يعني أنت نادرًا + +453 +00:40:12,800 --> 00:40:16,320 +تحتاج، أنت غالبًا بتحتاج إيش تصممه بشكل أفضل من هذا + +454 +00:40:16,320 --> 00:40:31,620 +لأن بدنا نعمل list view بالشكل التالي: الـ + +455 +00:40:31,620 --> 00:40:35,120 +list view اللي بنعملها بدنا نحط هنا صورة، صورة شخص + +456 +00:40:35,120 --> 00:40:43,980 +مثلا، تمام؟ وهنا اسمه، والاسم، وهنا العمر، وهنا نعمل + +457 +00:40:43,980 --> 00:40:50,480 +زر مثلا delete لو بدنا إيش نمحي مثلا، والزر update + +458 +00:40:50,480 --> 00:40:55,160 +مثلا، طبعا لما نضغط على العنصر نفسه، مش على الزر + +459 +00:40:55,160 --> 00:41:01,300 +بفتح لي activity وبجيب لي إيش بياناته، شوف صورته هنا + +460 +00:41:01,300 --> 00:41:09,420 +نفسها، تمام، وهنا إيش بياناته، ماشي، صورة واسم وعمر + +461 +00:41:09,420 --> 00:41:13,420 +تمام، والزر هنا، ولما اضغط على الـ answer بيجي هنا + +462 +00:41:13,420 --> 00:41:17,200 +ولما اضغط على delete إيش بيعمل؟ بيمسح من الـ list + +463 +00:41:17,200 --> 00:41:21,540 +تمام، إذا فهمنا هذا خلاص، بتقول إن احنا غطينا كل الـ + +464 +00:41:21,540 --> 00:41:27,500 +list فيه، انتم معايا؟ لأن هذا بيدل على طريقة الشغل عشان + +465 +00:41:27,500 --> 00:41:30,240 +أصمم زيّك، طبعا أنا إيش عملت؟ جبت عندي + +466 +00:41:38,770 --> 00:41:47,430 +هذه مثلا صور الشباب، هدول، عالجيت إيش؟ منين نحطهم؟ + +467 +00:41:47,430 --> 00:41:49,690 +Federable + +468 +00:42:01,710 --> 00:42:05,610 +طيب عشان نصمم شيء زي هيك، أول حاجة بدك تعملها تبقى + +469 +00:42:05,610 --> 00:42:09,630 +معايا، أول حاجة بدك تعملها، كل عنصر في الشاشة فيه + +470 +00:42:09,630 --> 00:42:16,090 +مجموعة بيانات، إيش هي؟ صورة واسم و age، بكفي، تمام، و + +471 +00:42:16,090 --> 00:42:19,610 +الزر، يعني مش بيانات، يعني بحكي عن بيانات: صورة واسم + +472 +00:42:19,610 --> 00:42:26,220 +روح، أول حاجة احنا نعمل class تمثل العنصر اللي في + +473 +00:42:26,220 --> 00:42:30,560 +الـ list، يعني مثلا لو أخبار، فيها مثلا صورة الخبر والـ + +474 +00:42:30,560 --> 00:42:34,700 +title وتاريخ نشره وتفاصيله والرابط، تبقى أو نعمل + +475 +00:42:34,700 --> 00:42:40,320 +class اسمها news item، تمام، هنا بما أن كل عنصر في + +476 +00:42:40,320 --> 00:42:48,500 +الشاشة فيه بيانات شخص، بروح بعمل class اسمها مثلا + +477 +00:42:48,500 --> 00:42:48,980 +person + +478 +00:42:52,270 --> 00:42:59,910 +بعدين إيش بيانات الـ person؟ String Name، Int Age، وفيه + +479 +00:42:59,910 --> 00:43:04,350 +صورة، الصورة كيف هتتعامل معاها؟ Integer، Integer، ما + +480 +00:43:04,350 --> 00:43:08,350 +هو بالـ ID تبعها، مش هي الصورة، ودروبلد وكذا، Int + +481 +00:43:08,350 --> 00:43:12,990 +photo، photo ID + +482 +00:43:15,610 --> 00:43:19,450 +ماشي يا جماعة، وبتيجي إيش بتعمل؟ بتقول له refactor + +483 +00:43:19,450 --> 00:43:29,730 +و encapsulate fields عشان يعمل لك setters، كيف + +484 +00:43:29,730 --> 00:43:35,450 +أفرض أنا بقدر أرتبهم بناء على العمر، صح ولا + +485 +00:43:39,710 --> 00:43:42,330 +طيب، الخطوة الثانية، بعد ما تعمل الـ class هذه + +486 +00:43:42,330 --> 00:43:46,490 +الخطوات: أول حاجة أعمل الـ class، الخطوة الثانية، روح + +487 +00:43:46,490 --> 00:43:53,530 +صمم لي شكل عنصر في layout مستقلة، لاحظ أنا ما بتكلمش + +488 +00:43:53,530 --> 00:43:58,390 +على list، أولًا عملت class، وبعدين روح صمم لي شكل + +489 +00:43:58,390 --> 00:44:01,730 +عنصر، إيش هو؟ صمم لي شكل عنصر، يعني أروح لمجلد الـ + +490 +00:44:01,730 --> 00:44:06,010 +layout وأعمل ملف layout جديد، مش activity، لأ + +491 +00:44:06,010 --> 00:44:10,480 +بتعملش activity جديدة، اعمل لي ملف layout لحاله، تمام + +492 +00:44:10,480 --> 00:44:14,560 +هي new وبتقول لي layout resource file، تمام، إيش + +493 +00:44:14,560 --> 00:44:26,160 +تسميه؟ بدي اسميه list personal item design، ماشي + +494 +00:44:26,160 --> 00:44:31,300 +ملف layout عادي، أنا مش فاهم هذا، ليش مش راضيش أدخل + +495 +00:44:31,300 --> 00:44:48,250 +اه طيب، نقش نقش نقش نقش نقش + +496 +00:44:48,250 --> 00:44:58,050 +نقش + +497 +00:45:20,550 --> 00:45:24,770 +طيب يا جماعة، بتيجي هلجيت إيش بنعمل؟ احنا صورة، صح؟ بتيجي + +498 +00:45:24,770 --> 00:45:30,470 +بتحط مربع الصورة هذا + +499 +00:45:30,470 --> 00:45:37,490 +ما + +500 +00:45:37,490 --> 00:45:42,870 +هو أنت اكتب أي حاجة، هلجيت مش هتدقق، هتتغير بعدين هذه + +501 +00:45:42,870 --> 00:45:47,410 +تمام؟ بتحط أنت التصميم اللي بدك إياه، تمام؟ وبعدين + +502 +00:45:47,410 --> 00:45:55,830 +بتيجي text view هنا لمين؟ للاسم، وبتقول له هنا طبعا + +503 +00:45:55,830 --> 00:46:02,570 +زبط الـ IDs برضه، يعني هذا بيناسب اسمه photo ImageView + +504 +00:46:02,570 --> 00:46:05,290 +و الـ text view هذا + +505 +00:46:10,330 --> 00:46:23,950 +text-size مثلا 18sp، text-color، تمام + +506 +00:46:23,950 --> 00:46:34,470 +هذا للاسم، وتحت فيه text-view ثاني للـ age، و + +507 +00:46:34,470 --> 00:46:41,640 +بعدين فيه عندنا إيش هنا؟ بنحطهم هنا، تمام + +508 +00:46:41,640 --> 00:46:47,080 +وبعدين خليه إيش يشبكهم لحاله، تمام، هاي صممنا لك + +509 +00:46:47,080 --> 00:46:53,260 +الـ item، بعدين تعال بس إيش عشان الـ layout كلها، خليها + +510 +00:46:53,260 --> 00:46:58,840 +الـ height تبعها wrap content، ليش؟ أنا بدي على قد الـ + +511 +00:46:58,840 --> 00:47:04,800 +item، تمام؟ يعني الآن الـ layout كلها صارت بس إيش هيك + +512 +00:47:04,800 --> 00:47:07,660 +صممنا، صممنا الـ item، بيجي أول خطوة إيش عملنا؟ + +513 +00:47:07,660 --> 00:47:15,230 +عملنا class، الخطوة الثانية عملنا layout، فيه لسه + +514 +00:47:15,230 --> 00:47:16,810 +خطوة ثالثة ورابعة diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..99760d0de342ed2ef28dbea1ff9e5bc0d3dda6e4 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_postprocess.srt @@ -0,0 +1,2056 @@ +1 +00:00:21,400 --> 00:00:26,640 +طيب السلام عليكم المحاضرة الماضية يا جماعة اشتغلنا + +2 +00:00:26,640 --> 00:00:31,380 +في موضوع ال tool bar تمام وحكينا انه كل ال android + +3 +00:00:31,380 --> 00:00:34,260 +versions القبل ال lollipop كانوا يستخدموا ال + +4 +00:00:34,260 --> 00:00:37,720 +default action bar ال theme لحاله كان ييجي مع + +5 +00:00:37,720 --> 00:00:41,180 +action bar جاهز بس ال action bar اللي كان موجود by + +6 +00:00:41,180 --> 00:00:46,020 +default فيه قيود اول حد ممكن تغير تصميمه و تحط فيه + +7 +00:00:46,020 --> 00:00:48,260 +اللي انت بدكية تمام الا بالصعوبة + +8 +00:00:51,890 --> 00:00:54,690 +يعني بتقدرش تعمل تصميم بدكية بتقدرش تغير التنسيق + +9 +00:00:54,690 --> 00:00:58,290 +تبعه لو انت حابب تغير مكانه مثلا بدل ما هو فوق + +10 +00:00:58,290 --> 00:01:01,650 +تنزله تحت او على اليمين او على الشمال يعني في ناس + +11 +00:01:01,650 --> 00:01:07,940 +مش حابه يكون فيه action دار فوقهذا كله كان صعب + +12 +00:01:07,940 --> 00:01:12,420 +انهي نعمله فقرروا ايش من بعد من ال lollipop و طالع + +13 +00:01:12,420 --> 00:01:16,180 +طبعا هم بخلوا ال action bar اللي قبل موجود بس + +14 +00:01:16,180 --> 00:01:18,740 +قالوا احنا بنحط خيار تاني اسمه ال toolbar ال + +15 +00:01:18,740 --> 00:01:22,600 +toolbar عبارة عن item زي اي item تاني زي ال button + +16 +00:01:22,600 --> 00:01:26,020 +زي text view انت بتحتاج بتاخده و بتضيفه على الشاشة + +17 +00:01:26,020 --> 00:01:33,280 +و بتحطه في اي مكان انت بدكيهالفكرة ان انت ال tool + +18 +00:01:33,280 --> 00:01:35,700 +bar هذا بتقدر ت wrap و تحطه في اي مكان هذا اول + +19 +00:01:35,700 --> 00:01:41,160 +حاجة تحط فيه تصميم البدكية احنا لحد تلقاه ماشوفناش + +20 +00:01:41,160 --> 00:01:44,440 +كيف نعمل هذه يعني انت احنا اخدنا شوفنا ال tool bar + +21 +00:01:44,440 --> 00:01:48,020 +عملنا له drag drop و بعدين حطناها فوق بس طبعا + +22 +00:01:48,020 --> 00:01:51,380 +الصعوبة لان ان انت مضطر ان ال tool bar تحطه في كل + +23 +00:01:51,380 --> 00:01:56,140 +ال activitiesحاولنا نحل المشكلة دي جزءيا بحيث انه + +24 +00:01:56,140 --> 00:01:59,200 +احنا قلنا لأ بدل ما احنا ننسخ ال code بتاع ال + +25 +00:01:59,200 --> 00:02:02,560 +toolbar كله و نتكرره في ال activities بتصمم انت ال + +26 +00:02:02,560 --> 00:02:07,780 +toolbar في layout لحاله هاي مثلا toolbar design و + +27 +00:02:07,780 --> 00:02:10,680 +بتعمل include لل layout هذي في كل ال activities + +28 +00:02:10,680 --> 00:02:14,960 +هاي عملت ايش include لل layout و ماتنساش طبعا انه + +29 +00:02:14,960 --> 00:02:17,760 +بما ان هو ال toolbar صار أنصر في الشاشة انت محتاج + +30 +00:02:17,760 --> 00:02:21,660 +تربط العناصر التانية بالنسبة لهيعني ال action bar + +31 +00:02:21,660 --> 00:02:26,180 +كان يعتبر هو ال top بتاع الشاشة من ال parent فانت + +32 +00:02:26,180 --> 00:02:28,440 +لما تربط مع ال parent كل حد بتيجي تحت ال action + +33 +00:02:28,440 --> 00:02:31,980 +bar لكن هنا انا قعد عنصر في الشاشة فانت محتاج مثلا + +34 +00:02:31,980 --> 00:02:35,580 +انا هنا معطيله ال toolbar ID اسمه toolbar شايفين + +35 +00:02:35,580 --> 00:02:39,600 +اجيت للأول text view قلتله تحت to bottom of ال + +36 +00:02:39,600 --> 00:02:42,780 +toolbar وإلا ممكن ييجي على بعض العناصر في الشاشة + +37 +00:02:42,780 --> 00:02:47,260 +لان لما تحط ال toolbar ب default بطلع مربع فاضي + +38 +00:02:47,990 --> 00:02:52,430 +الان احنا حابين ان ال toolbar يتم استخدامه كبديل + +39 +00:02:52,430 --> 00:02:55,590 +عن ال action bar ايش يعني؟ يعني كل حاجة كانت + +40 +00:02:55,590 --> 00:02:59,790 +موجودة في ال action bar زي ال title زي الذرة على + +41 +00:02:59,790 --> 00:03:04,330 +ال menu زي الذرة على ال navigation يكررهم وين؟ في + +42 +00:03:04,330 --> 00:03:08,850 +ال toolbar by default ال toolbar بيكون فاضي ففي + +43 +00:03:08,850 --> 00:03:12,090 +سطرين code بدك تحطهم في ال activity في كل activity + +44 +00:03:12,090 --> 00:03:16,330 +بدك تستخدم فيها toolbar اللي هم هدولة هو بدك تجيب + +45 +00:03:16,330 --> 00:03:21,050 +ال toolbar في الأولفايند فيو بقى دي زي I also و + +46 +00:03:21,050 --> 00:03:24,390 +تروح تقوله support action bar ال tool bar كأنك + +47 +00:03:24,390 --> 00:03:27,230 +بتقوله ال tool bar هذا ايش هو بدل على ال action + +48 +00:03:27,230 --> 00:03:30,470 +bar و في حاجة مهمة ماتنساش تعملها انه من ال styles + +49 +00:03:30,470 --> 00:03:33,810 +بتقوله no action bar عشان يشيل من ال action bar + +50 +00:03:33,810 --> 00:03:38,610 +الجديد تمام و هيك طبعا ايش بيصير ال action bar + +51 +00:03:38,610 --> 00:03:40,050 +شغال عندك + +52 +00:03:44,190 --> 00:03:47,590 +طيب الان by default اول ما تقوله set support + +53 +00:03:47,590 --> 00:03:51,110 +action bar و تديني ال tool bar على طول هيروح يحط + +54 +00:03:51,110 --> 00:03:55,730 +عنوان التطبيق من وين جاب العنوان من ال manifest في + +55 +00:03:55,730 --> 00:03:58,330 +ال label في attribute label في ال manifest في + +56 +00:03:58,330 --> 00:04:02,810 +عنوان التطبيق الان تعالوا نرجع شوية على تصميم ال + +57 +00:04:02,810 --> 00:04:07,200 +tool barأتكلمنا على الموجود هنا قلنا إن هدول ال + +58 +00:04:07,200 --> 00:04:09,340 +background و ال minimum height بيستخدم ال + +59 +00:04:09,340 --> 00:04:13,500 +attributes الموجودة في ال theme الحالي تمام؟ أنت + +60 +00:04:13,500 --> 00:04:18,200 +ممكن تغير هدولة إذا أنت حابب تحط title تاني غير + +61 +00:04:18,200 --> 00:04:20,240 +الموجود في ال manifest ممكن تغيره في ال manifest + +62 +00:04:20,240 --> 00:04:25,360 +أو ممكن في attribute هنا اسمها title تمام؟ title + +63 +00:04:25,360 --> 00:04:32,040 +.. حط ال title اللي أنت بدك هي مثلا إيش .. سؤال .. + +64 +00:04:32,040 --> 00:04:38,230 +نغير مثلا سؤال وجوابو الأفضل تجيب هذا من ملف ال + +65 +00:04:38,230 --> 00:04:46,230 +string ممكن كمان تحط حد اسمها subtitle طبعا + +66 +00:04:46,230 --> 00:04:49,650 +لو انت مااخد title هنا مش هياخد اللي موجود فيه ال + +67 +00:04:49,650 --> 00:04:55,930 +manifest subtitle نقول مثلا برنامج مسابقات عارفين + +68 +00:04:55,930 --> 00:05:00,950 +ايش subtitle عنوان فرعي بتطلع يعني هرجعي تشوفوه + +69 +00:05:00,950 --> 00:05:06,960 +تحته بتطلعهيو قبل ما يشتغل نكمل طيب شوفنا كمان + +70 +00:05:06,960 --> 00:05:10,580 +اللون اللون المرة الماضية كان لنا مشكلة ايش عملنا + +71 +00:05:10,580 --> 00:05:17,460 +ال gate احنا عشان نغير اللون روحنا ع ال theme + +72 +00:05:20,300 --> 00:05:24,900 +واضفنا ال primary text color بس ظهرت اندي مشكلة ان + +73 +00:05:24,900 --> 00:05:27,280 +ال primary text color بيستخدموش مثلا ال title + +74 +00:05:27,280 --> 00:05:30,500 +بيستخدم كله للنصص الجوهر فطلقت النصص الجوهر + +75 +00:05:30,500 --> 00:05:35,360 +بالأبيض لما حطيت ال primary text color هاي مثلا + +76 +00:05:35,360 --> 00:05:35,980 +شكل + +77 +00:05:39,120 --> 00:05:42,420 +و الفيلم اللي هو طلع بالأبيض هاي مثلا هاي سؤال هو + +78 +00:05:42,420 --> 00:05:45,900 +جاوبنا كتاب ليه برنامج المسابقة طبعا حتى الآن احنا + +79 +00:05:45,900 --> 00:05:49,780 +هدول ال text تقدرش تغير حجمه صح ولا لأ اللون الخط + +80 +00:05:49,780 --> 00:05:52,980 +اللي فيه خلاص هو بياخد ال default على ال action + +81 +00:05:52,980 --> 00:05:57,090 +bar مش احنا بيبقى للطول bar بدل ال action barكل + +82 +00:05:57,090 --> 00:06:00,230 +اللي كان موجود فى ال action bar صار يحطه فى ال + +83 +00:06:00,230 --> 00:06:04,310 +tool bar طيب بالنسبة للألوان طبعا لاحظ الآن اللصوص + +84 +00:06:04,310 --> 00:06:08,250 +طلعت بالأسود حاب تغير لون النص اللى موجود فى هو + +85 +00:06:08,250 --> 00:06:13,530 +مرضه يديك 2 attributes اسمهم title text color او + +86 +00:06:13,530 --> 00:06:15,710 +اعطيله اللون اللى بدكيه بغير بس ايش النص اللى + +87 +00:06:15,710 --> 00:06:22,220 +موجود فى ال title وفى عندك ايش subtitleتكست كالر + +88 +00:06:22,220 --> 00:06:24,400 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +89 +00:06:24,400 --> 00:06:26,640 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +90 +00:06:26,640 --> 00:06:28,300 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +91 +00:06:28,300 --> 00:06:28,400 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +92 +00:06:28,400 --> 00:06:29,620 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +93 +00:06:29,620 --> 00:06:29,980 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +94 +00:06:29,980 --> 00:06:32,780 +تكست كالر تكست كالر تكست كالر تكست كالر تكست كالر + +95 +00:06:32,780 --> 00:06:34,200 +تكست كالر تك + +96 +00:07:07,100 --> 00:07:14,140 +طيب لان هنا استخدم الأسود ماغيرش في الألوان ايش ال + +97 +00:07:14,140 --> 00:07:20,020 +menu هذه ال menu هذه عشان تتغير انت في خصائصها في + +98 +00:07:20,020 --> 00:07:27,160 +عندك حد اسمه pop-up theme pop-up theme لازم تروح + +99 +00:07:27,160 --> 00:07:32,030 +تصمم theme في ال styleو تقوله هنا خد ال theme + +100 +00:07:32,030 --> 00:07:35,230 +الموجود في ال style هتجربه أنا الصيف ماجربتش هذا + +101 +00:07:35,230 --> 00:07:42,510 +من زمان بدنا نيجي نعمل style جديد لمن هذا ل ال + +102 +00:07:42,510 --> 00:07:52,470 +menu تصميم ال menu بدقوله مثلا my menu style و + +103 +00:07:52,470 --> 00:07:53,210 +تقوله ال parent + +104 +00:07:59,080 --> 00:08:06,940 +طيب هذا طيب + +105 +00:08:06,940 --> 00:08:16,800 +هاتنجرب هذا and + +106 +00:08:16,800 --> 00:08:21,360 +text color primary + +107 +00:08:21,360 --> 00:08:21,900 +مثلا + +108 +00:08:43,510 --> 00:08:48,570 +أنا لسه بجربها دي فبقول له هالجيت روح على طول ال + +109 +00:08:48,570 --> 00:08:54,450 +bar أخد ال theme اللي هو من قطة style على my menu + +110 +00:09:33,800 --> 00:09:42,440 +طيب هي لان شوف ايش عمل حط اللون ايش اخضر ليش حطوا + +111 +00:09:42,440 --> 00:09:46,980 +اخضر تعالي هنا يبقى هو اخد ايش اخد ال text color + +112 +00:09:46,980 --> 00:09:53,200 +يعني هذه ماخدهاش حط السهم باللون الأحمريعني الفكرة + +113 +00:09:53,200 --> 00:09:56,920 +ان انت بدك تروح تصمم theme شايفين ال theme ال + +114 +00:09:56,920 --> 00:09:59,880 +parent تبقى فيه حاجة تسمى theme overlay ايش theme + +115 +00:09:59,880 --> 00:10:03,920 +overlay هلجيت ال overlay الحاجة اللي هيارة بتيجي + +116 +00:10:03,920 --> 00:10:07,380 +علي الحاجة هلجيت ال menu من ضمن العلاصر اللي بتيجي + +117 +00:10:07,380 --> 00:10:12,220 +overlay تمام فهي أصلا بتاخد ال theme هذاby default + +118 +00:10:12,220 --> 00:10:14,860 +هذا ال theme اللى بتاخده ال menu انا بده اغيره + +119 +00:10:14,860 --> 00:10:18,460 +بتخليها تاخد theme جديد فقلتله اعمل theme جديد my + +120 +00:10:18,460 --> 00:10:22,380 +menu style inherit ايش كل حاجة من ال theme overlay + +121 +00:10:22,380 --> 00:10:26,580 +تمام dot app compat وغيرت الخصائص اللى بدها انا مش + +122 +00:10:26,580 --> 00:10:29,380 +حافظ عشان الخصائص بتتغير ابحث على stack overflow + +123 +00:10:29,380 --> 00:10:32,900 +كيف نغير ال theme بتاع ال menu بتلاقيها بس هذا + +124 +00:10:32,900 --> 00:10:37,680 +الفكرة بتاعتها ان انت بتحط pop up theme و تصمم ال + +125 +00:10:37,680 --> 00:10:43,270 +theme تبعد عشان تغير تصميم ال menuتمام خلّيها ال + +126 +00:10:43,270 --> 00:10:48,570 +getاش لون أحمر عشان يبين جدا طبعا لنا خطوة بالنسبة + +127 +00:10:48,570 --> 00:10:53,010 +لمنيو بدنا نعمل action عليها تمام المحاضرة الماضية + +128 +00:10:53,010 --> 00:10:57,130 +اتكلمنا كيف نعمل منيو اصلا كيف نعمل منيو عشان تعمل + +129 +00:10:57,130 --> 00:11:02,540 +منيو اول حاجة لازم نصمم منيو ك XMLفانشأنا ملف + +130 +00:11:02,540 --> 00:11:06,200 +resource داخل مجلة ال resource بيعمل لك لحاله الان + +131 +00:11:06,200 --> 00:11:10,120 +لو شفنا المحاضرة الماضية تقوله click يمين new + +132 +00:11:10,120 --> 00:11:15,040 +android resource file و تقوله بالديانة انه مش + +133 +00:11:15,040 --> 00:11:19,640 +values menu لحاله هتلاقيه يعملك مجلد اسمه menu + +134 +00:11:19,640 --> 00:11:24,780 +وداخله يعملك ملف xml و جوا انت بتصمم ال menu طبعا + +135 +00:11:24,780 --> 00:11:27,640 +انا صممتها xml بس هي ممكن تعملها drag and drop + +136 +00:11:27,640 --> 00:11:35,100 +تمامبس أنا مشتاق دراج دروب فكتبت XML لأن هذا مثلا + +137 +00:11:35,100 --> 00:11:40,440 +ال item تنشأ item اقل اشي بتحطله ID و Title لما + +138 +00:11:40,440 --> 00:11:45,480 +ممكن تحط icon كمان إلا وهذا عنصر تاني عطته ID + +139 +00:11:45,480 --> 00:11:48,180 +options menu item و title options لأن هذا جوا ال + +140 +00:11:48,180 --> 00:11:53,340 +item نفسهعملنا sub menu شايفين كيف ال item هنا انا + +141 +00:11:53,340 --> 00:11:58,000 +سكرته على طول مع ان مافيش فيه حاجة ال item هذا فتح + +142 +00:11:58,000 --> 00:12:03,820 +هنا و سكر تحت لكن جوا فيه tag اسمه menu و ماكينها + +143 +00:12:03,820 --> 00:12:08,470 +menu فرعيةو تحته في ايتم اخر اسمه close طبعا + +144 +00:12:08,470 --> 00:12:12,490 +الترتيب مهم لان العراصة هتتأرض بالترتيب تمام بعد + +145 +00:12:12,490 --> 00:12:18,430 +ما صممت ال XML هذا البرنامج مش هستخدمه لازم احنا + +146 +00:12:18,430 --> 00:12:23,190 +من خلال ال code نقوله اول ما يشغل التطبيق ال XML + +147 +00:12:23,190 --> 00:12:27,590 +هذا حولنا مني و عرضليا تمام كيف هتبنى نعملها روحنا + +148 +00:12:27,590 --> 00:12:28,150 +على ال activity + +149 +00:12:31,080 --> 00:12:35,260 +ورحنا عملنا override ل callback method اسمها on + +150 +00:12:35,260 --> 00:12:39,720 +create options menu حكينا ان ال on create options + +151 +00:12:39,720 --> 00:12:42,120 +menu هان ال callback method ايش هان ال callback + +152 +00:12:42,120 --> 00:12:45,640 +method يعني method انا مستدعيهاش بتتم استدعائها + +153 +00:12:45,640 --> 00:12:48,280 +أثناء ال life cycle بتاعة ال activity ايش هي life + +154 +00:12:48,280 --> 00:12:54,550 +cycle دورة حياة ال activityبتبدأ حياتها بتعيش + +155 +00:12:54,550 --> 00:12:59,550 +وبعدين بتموت اه هيك ال activity شغالة on create + +156 +00:12:59,550 --> 00:13:04,570 +ايش يعني بدت تشتغل صح ولا لان بعد ال on create في + +157 +00:13:04,570 --> 00:13:09,190 +احد المراحل هيستدعي ال on create options menu ليش؟ + +158 +00:13:09,190 --> 00:13:13,830 +بده يشوف اذا فيه menus بدأت نعملبدوا يعملها طبعا + +159 +00:13:13,830 --> 00:13:16,090 +by default هذه الـ on create options menu بتكون مش + +160 +00:13:16,090 --> 00:13:20,610 +موجودة او موجودة في ال parent بس فاضية القاضي الان + +161 +00:13:20,610 --> 00:13:24,250 +انا بضيف فيها code عشان اول ما يشتغل ينفذ ال code + +162 +00:13:24,250 --> 00:13:27,710 +زي ال on create ال on create انت بتستغيهاش هو + +163 +00:13:27,710 --> 00:13:31,810 +لحاله بنفذها حطينا فيها code ليش عشان اول ما يشتغل + +164 +00:13:31,810 --> 00:13:35,390 +التطبيق ينفذ on create يروح ينفذ code معين on + +165 +00:13:35,390 --> 00:13:40,530 +create options menuكتبنا سطر واحد بيعمل عملية + +166 +00:13:40,530 --> 00:13:44,490 +inflation تحويل ال XML ل Java + +167 +00:13:49,690 --> 00:13:52,830 +الـ ID تعني الـ Menu بتاعك الان هي مبينة في ال + +168 +00:13:52,830 --> 00:13:58,090 +resources في مجلة Menu بتقوله R.Menu.اسم الملف Xml + +169 +00:13:58,090 --> 00:14:01,190 +وبعدين بتحط ال Menu المرار اللي كي هو كأنه بده + +170 +00:14:01,190 --> 00:14:04,910 +يربط هذا ال Menu اللي هنا ترمز تقريبا للذر اللي + +171 +00:14:04,910 --> 00:14:07,790 +عليه تلت نجات فال Menu اللي بده ينشئها بده يربطها + +172 +00:14:07,790 --> 00:14:10,390 +في إيش؟ في ال Menu الرئيسية أو في الذر الرئيسي + +173 +00:14:10,390 --> 00:14:14,870 +اللي موجود عندك وخلاص هذا السطر الوحيد اللي ضفناه + +174 +00:14:14,870 --> 00:14:17,850 +في ال on create options menu اللي خلى ال Menu تظهر + +175 +00:14:18,780 --> 00:14:21,500 +طبعا هذا إذا بدك ال menu تظهر في كل ال activities + +176 +00:14:21,500 --> 00:14:26,760 +لازم تضعه في كل ال activities طبعا طيب لحد الآن + +177 +00:14:26,760 --> 00:14:37,240 +احنا عملنا menu لكن مافيش action عليها طبعا + +178 +00:14:37,240 --> 00:14:42,340 +لأ بس منظر هيك كيف نعمل action على ال menu ارجع ال + +179 +00:14:42,340 --> 00:14:46,620 +activity نفسها و برضه هو بيعطيك call back method + +180 +00:14:48,370 --> 00:14:51,650 +تانية ال callback method تانية هذه بتتم تنفيذه + +181 +00:14:51,650 --> 00:14:56,650 +اوتوماتيكلي بمجرد ما يتم الضغط على اي انصر موجود + +182 +00:14:56,650 --> 00:15:04,500 +في المينيا ايش هي اسمها onoptions item selected on + +183 +00:15:04,500 --> 00:15:09,040 +options item selected يعني في two methods مربوطين + +184 +00:15:09,040 --> 00:15:12,660 +بالمنيو on create options menu تلاحظ هو بيسمي ال + +185 +00:15:12,660 --> 00:15:17,580 +menu هذه options menu تمام هذه لإنشاء ال menu اللي + +186 +00:15:17,580 --> 00:15:21,220 +لازم تعمل فيه عملية ال inflate وفي on options item + +187 +00:15:21,220 --> 00:15:26,940 +selected بمجرد أنت ماتضغط على أي عنصر لحاله هينفذ + +188 +00:15:26,940 --> 00:15:32,770 +ال method هذه تمام وإيش هيجيبلك هناmenu item item + +189 +00:15:32,770 --> 00:15:37,630 +هذا ال item اللي انت ضغط عليه طبعا هذا ال method + +190 +00:15:37,630 --> 00:15:40,010 +بترجع بيه ليه احنا ماعرفش ايش بترجع بيه نقوله + +191 +00:15:40,010 --> 00:15:43,130 +رجعلي super dot options item selected يعني ايش ما + +192 +00:15:43,130 --> 00:15:48,170 +ال super بترجع خليه ايش يرجع بس هنا انا بضيف code + +193 +00:15:48,170 --> 00:15:52,810 +عشان اعرف ايش ال item اللي انضغط و بلاقل عليه انفذ + +194 +00:15:52,810 --> 00:15:57,210 +action معين مرتين يا جماعة ال menu عشان تعملها بدك + +195 +00:15:57,210 --> 00:15:59,990 +تعمل xml file في تصميم ال menu في مجلة menu في + +196 +00:15:59,990 --> 00:16:03,200 +resourcesو بعدين تعمل override لان on create + +197 +00:16:03,200 --> 00:16:07,020 +options منه عشان تعمل سطر ال inflate هذا و بعدين + +198 +00:16:07,020 --> 00:16:11,020 +تعمل override لان on options item selected اللي + +199 +00:16:11,020 --> 00:16:16,440 +بيتم استدعائها لما اي item يتم اختياره و لما تختار + +200 +00:16:16,440 --> 00:16:18,900 +اي item بيجيبك ال item اللي انت اخترته و هنا بدي + +201 +00:16:18,900 --> 00:16:23,900 +أسرع أقوله if item + +202 +00:16:23,900 --> 00:16:26,380 +.. مين item هذا اللي اجا .. اللي هنا .. اللي هو + +203 +00:16:26,380 --> 00:16:34,750 +الضغط عليه يعني dotget item id يساوي + +204 +00:16:34,750 --> 00:16:42,710 +r.id.about menu item ايش انا بعمل جاعد اذا كان ال + +205 +00:16:42,710 --> 00:16:48,650 +ID تاع ال item من ضغط يساوي ال ID مش انا اللي عملت + +206 +00:16:48,650 --> 00:16:51,910 +ال menu عارف ال IDs اللي فيها في about menu item + +207 +00:16:51,910 --> 00:16:55,590 +يعني انا الان كأن اذا ضغطت على زر ال about اطبع + +208 +00:16:55,590 --> 00:16:56,670 +ليه toast + +209 +00:17:04,110 --> 00:17:08,170 +نكتب بس كلمة ايش about انت ممكن تطلعلي ال dialogue + +210 +00:17:08,170 --> 00:17:10,010 +تعرفوا طبعا كيف تكونوا ممكن تطلعوا ال dialogue + +211 +00:17:10,010 --> 00:17:13,550 +short + +212 +00:17:13,550 --> 00:17:22,950 +و short تمام الاهتمام if is ال item get item id + +213 +00:17:22,950 --> 00:17:29,390 +لازم تفحص على كل ذرع اه are dot id dot ايش الذر + +214 +00:17:29,390 --> 00:17:30,590 +التاني close مثلا + +215 +00:17:38,080 --> 00:17:43,540 +كيف نحول على الشاشات حسب + +216 +00:17:43,540 --> 00:17:47,300 +الزر اه بتقدر تعملها بتقول start activity هعمل انت + +217 +00:17:47,300 --> 00:17:51,900 +عادي زي و زي اي زر طبعا اذا closed من ال item ايش + +218 +00:17:51,900 --> 00:17:58,940 +بدي اعمله بدي يسكر ال activity صح او يسكر التطبيق + +219 +00:17:58,940 --> 00:18:05,020 +ممكن تقول ه get this dot finish هيك بيسكر ال + +220 +00:18:05,020 --> 00:18:05,380 +activity + +221 +00:18:12,740 --> 00:18:13,880 +تمام هاتنجرب هذه + +222 +00:18:49,170 --> 00:18:54,030 +طيب هى مثلا انا مابديش options هنا about تمام هى + +223 +00:18:54,030 --> 00:18:59,390 +طبعلك toast about close تمام هى سكر ال activity + +224 +00:18:59,390 --> 00:19:04,430 +this not finish كنت بتقوله finish بتسكر ال + +225 +00:19:04,430 --> 00:19:13,590 +activity تمام تسكر ايش؟ اضغط برا اي مكان برا مافيش + +226 +00:19:13,590 --> 00:19:14,510 +method تسكر ال menu + +227 +00:19:18,800 --> 00:19:21,540 +طيب يا شباب انتبهوا معايا شويه ضايل بس جزء اتين + +228 +00:19:21,540 --> 00:19:25,460 +عشان نخلص موضوع ال toolbar لإن by default لما انت + +229 +00:19:25,460 --> 00:19:30,340 +تصمم toolbar و تقوله set support action bar ال + +230 +00:19:30,340 --> 00:19:34,360 +toolbar تبعت استخدم ال toolbar بديل عن ال action + +231 +00:19:34,360 --> 00:19:38,240 +bar و كل حاجة كانت موجودة في ال action barو اضاف + +232 +00:19:38,240 --> 00:19:42,020 +على ال tool bar الان انت بيقولك ممكن تصمم tool bar + +233 +00:19:42,020 --> 00:19:46,720 +خاص فيك يعني انت تغير التصميم كيف؟ ارجعت انا على + +234 +00:19:46,720 --> 00:19:50,380 +التصميم بتاع ال tool bar مش هذا .. هذا الملف اللي + +235 +00:19:50,380 --> 00:19:53,980 +فيه تصميم ال tool bar وهنا في ال tag اللي بيسكر و + +236 +00:19:53,980 --> 00:20:01,220 +بيفتح ايه عملت؟ حطيت opening tag و closing tag لل + +237 +00:20:01,220 --> 00:20:04,860 +tool bar الان بقدر انا جوا ال tool bar احط اي + +238 +00:20:04,860 --> 00:20:08,960 +تصميم بديهيعني مثلا مثلا بدي لان في ال tool bar + +239 +00:20:08,960 --> 00:20:15,180 +احط العلوان و احط مربع search اللي هو للبحث مش + +240 +00:20:15,180 --> 00:20:17,980 +مرات بتلاقي ال search فوق هذا هنتكلم ع ال search + +241 +00:20:17,980 --> 00:20:22,640 +احنا بس لان كيف نصممه كيف نحطه يعني فلان شوف ال + +242 +00:20:22,640 --> 00:20:24,880 +tool bar ايش بدي اعمل انا هال gate بدي اقوله روح + +243 +00:20:24,880 --> 00:20:30,120 +اعمل constraint layout ال width match parent ال + +244 +00:20:30,120 --> 00:20:34,670 +high trap content ايش عملت اناجوا ال tool bar + +245 +00:20:34,670 --> 00:20:37,010 +اعملت constraint layout عشان انا بدي احطه أنصريا + +246 +00:20:37,010 --> 00:20:41,750 +بترتبهم تمام اول أنصر بدي احطه ايش هو text view + +247 +00:20:41,750 --> 00:20:46,530 +wrap content ال height wrap content و هاي text + +248 +00:20:46,530 --> 00:20:49,730 +قولنا + +249 +00:20:49,730 --> 00:20:58,030 +له at string جيبلي ال app name ايش يعني اه مثلا + +250 +00:20:58,030 --> 00:21:03,330 +اذا كنت تستخدم ال tool bar او البديها code هذه + +251 +00:21:03,330 --> 00:21:07,990 +تمام اه الان شايفين انا حطيت constraint layout و + +252 +00:21:07,990 --> 00:21:11,610 +جوه ايش حطيت فيها text view و بعدين ال text view + +253 +00:21:11,610 --> 00:21:17,570 +اللي ربطه من ال start to + +254 +00:21:17,570 --> 00:21:23,350 +start of parent و + +255 +00:21:23,350 --> 00:21:27,710 +ال top to top of parent + +256 +00:21:31,430 --> 00:21:42,650 +و text size مثلا 16sp و text color احنا + +257 +00:21:42,650 --> 00:21:45,050 +ايش اللي سوينا انتوا معايا و ليه يا جماعة قاعد + +258 +00:21:45,050 --> 00:21:55,050 +بصمم layout كاملة جوا ايش جوا جوا ال toolbar لان + +259 +00:21:55,050 --> 00:21:56,230 +انا مش في ال activity شغال + +260 +00:22:02,310 --> 00:22:09,960 +بالنسبة لأكتبت نفسي كان layout بسلأن احنا في ال + +261 +00:22:09,960 --> 00:22:12,580 +activity اصلا كام layout اشتغلنا لما تصميمها؟ واحد + +262 +00:22:12,580 --> 00:22:15,760 +بس اصلا فكرة ال constraint layout اللي انت + +263 +00:22:15,760 --> 00:22:19,460 +ماتحتاجش activities جوا بعض بس هذه ال constraint + +264 +00:22:19,460 --> 00:22:22,060 +layout لل activity لأن انا قاعد بصمم في حاجة + +265 +00:22:22,060 --> 00:22:25,140 +مختلفة عن ال activity اللي هي الفوق هذا الفوق + +266 +00:22:25,140 --> 00:22:29,140 +لحاله اعملتوله layout جوا اللي هو ال tool bar ال + +267 +00:22:29,140 --> 00:22:31,020 +tool bar اعملتوله جوا constraint انت بتعمل + +268 +00:22:31,020 --> 00:22:35,160 +mitigation اه mitigation بتعملها constraint layout + +269 +00:22:35,160 --> 00:22:38,960 +عزيزاك بمعناصر جواهاكيف هي navigation؟ ايش بدك + +270 +00:22:38,960 --> 00:22:45,220 +تعمل؟ اضغط هنا و لما اضغط عليه يعمل include لحاجة + +271 +00:22:45,220 --> 00:22:51,740 +لما انا مصممه بـ Climax Navزر الـ navigation هذا + +272 +00:22:51,740 --> 00:22:55,180 +أصلا موجود by default يعني هنشوف هل اتكلم عليه لما + +273 +00:22:55,180 --> 00:22:57,540 +نجي نتكلم عن موضوع ال navigation عشان يدو هذا code + +274 +00:22:57,540 --> 00:23:01,640 +و شرح يعني أصلا ال tool بار ال default بدون أن أنا + +275 +00:23:01,640 --> 00:23:06,060 +أحتاج أصمم مش أقل لما عملت menu و طلع التالتة ذراع + +276 +00:23:06,060 --> 00:23:10,020 +ال navigation برضه فيه موجود هذا بس لازم اتفعله + +277 +00:23:10,020 --> 00:23:10,580 +عشان يطلع + +278 +00:23:13,760 --> 00:23:16,860 +اللي هو ايش ال navigation اللي بدك تطلع .. تطلع + +279 +00:23:16,860 --> 00:23:20,380 +مني يعني لما تضغط navigation هذا انت كله هناخده + +280 +00:23:20,380 --> 00:23:23,880 +هذا بس بده شغل هذا لسه طبعا ال navigation هذا بده + +281 +00:23:23,880 --> 00:23:28,320 +ناخد موضوع اسمه fragments عشان نقدر نصمم فمستجلش + +282 +00:23:28,320 --> 00:23:30,020 +انت خد من هنا ال gate و بعدين .. + +283 +00:23:32,690 --> 00:23:35,750 +طيب أنا قاعد بصمم جوا ال toolbar يا جماعة ماشي + +284 +00:23:35,750 --> 00:23:39,090 +الان جوا ال toolbar برضه عملت item اسمه search + +285 +00:23:39,090 --> 00:23:42,050 +view search view هذا ماتكلملاش عليه بس هو اللي + +286 +00:23:42,050 --> 00:23:48,110 +يستخدم للبحث تمام قل له ال width 0db ال height + +287 +00:23:48,110 --> 00:23:58,890 +wrap content و بده اقول له start to end of text + +288 +00:23:58,890 --> 00:23:59,550 +view هذا + +289 +00:24:14,420 --> 00:24:28,560 +و بعدين ال top تبقى auto top off طيب + +290 +00:24:28,560 --> 00:24:33,980 +اتأكد + +291 +00:24:33,980 --> 00:24:36,680 +بس ال wrap content ال height + +292 +00:25:06,030 --> 00:25:10,990 +طيب انا لاحظ انه كتبت التصميم كله إيش كتابة ليش + +293 +00:25:10,990 --> 00:25:16,650 +لأنه غلبني في إيش بطلعش في التصميم هنا ماعرفش ليش + +294 +00:25:18,680 --> 00:25:20,980 +غلب من كتابة ال code هاي الفد من كتابة ال code + +295 +00:25:55,650 --> 00:26:01,370 +طيب اتطلع الان على ال tool bar لان هى كتبلى برنامج + +296 +00:26:01,370 --> 00:26:04,230 +المسابقة هذا من وين جابه هذا ال text view اللى انا + +297 +00:26:04,230 --> 00:26:08,750 +حاطه حتى اجه مش ال text view بتاع ال action bar + +298 +00:26:08,750 --> 00:26:15,270 +انا اضف ال text view خاص فيه تمام هى مش فيه text + +299 +00:26:15,270 --> 00:26:21,360 +viewحتى عشان اعملته top و start ايجا وين؟ فوق في + +300 +00:26:21,360 --> 00:26:24,840 +الزاوية و هذا ايش هذا الجنبه؟ هذا مربع ال search + +301 +00:26:24,840 --> 00:26:30,760 +حتى هاي بكتف فيه الآن يعني القصد ان انت بتقدر تصمم + +302 +00:26:30,760 --> 00:26:34,780 +ال tool bar بالشكل اللي انت بدكيه و هذا ماكنش متاح + +303 +00:26:34,780 --> 00:26:41,020 +مسبقا اذا انت ماغيرتش في تصميمه بياخد تصميم ال + +304 +00:26:41,020 --> 00:26:44,530 +action bar ال defaultماشى يا جماعة يبقى يعني اتعلم + +305 +00:26:44,530 --> 00:26:49,210 +.. اه بقى فى جزئية بس هلجيت فى .. حكينا ان فى غلبة + +306 +00:26:49,210 --> 00:26:52,730 +فى ال .. فى ال toolbar و ال menu ان هذا ال code ال + +307 +00:26:52,730 --> 00:26:55,210 +all create options menu و ال all options item + +308 +00:26:55,210 --> 00:26:58,610 +selected هدول لازم يتكرروا فى كل ال activities هل + +309 +00:26:58,610 --> 00:27:02,430 +فى إمكانية ان احنا مانكررهمش؟ اه ال methods هدولة + +310 +00:27:02,430 --> 00:27:08,450 +يعني مضطر انت تاخد هدول برضه كوبه بيست و تحطهم فى + +311 +00:27:08,450 --> 00:27:12,170 +ال activity التانى و التالتة و احد كذايعني هاي ال + +312 +00:27:12,170 --> 00:27:15,050 +competition activity برضه اذا بدك ال menu تطلع + +313 +00:27:15,050 --> 00:27:21,410 +فيهم بدك تحطهم فيه و بعدين افرض .. اه بالظبط هاي + +314 +00:27:21,410 --> 00:27:24,330 +الحالة بدك تستفيد من ال object oriented هل جيت + +315 +00:27:24,330 --> 00:27:29,470 +احنا عندنا .. هذه يا جماعة ال app compatibility + +316 +00:27:29,470 --> 00:27:35,470 +activity هذه ال activity الرئيسية لأن انا عندي two + +317 +00:27:35,470 --> 00:27:39,090 +activities صح؟ عندي في التطبيق هذا عندي ال main + +318 +00:27:39,090 --> 00:27:39,570 +activity + +319 +00:27:44,800 --> 00:27:49,400 +اللي فيها تكتب اسمك وتضغط وفي عند ال competition + +320 +00:27:49,400 --> 00:27:55,120 +activity وممكن يكون فيه كمان activities هلجيت + +321 +00:27:55,120 --> 00:27:58,620 +هدولة انا ضفت فيهم فيه code معين كررته في الاتنين + +322 +00:27:58,620 --> 00:28:05,260 +بديش اكرره انا طبعا بتقدرش تعدل فيها ده انت بس + +323 +00:28:05,260 --> 00:28:10,660 +بتقدرش تعمل ايش تيجي هنا تعمل class تاخد من app + +324 +00:28:10,660 --> 00:28:18,360 +combat و هدولة ايشهدول يصير ياخدوا منهم ايش + +325 +00:28:18,360 --> 00:28:22,520 +الفايدة ان هذا ال code اللي هنا تحطه وين؟ تحطه هنا + +326 +00:28:22,520 --> 00:28:27,060 +و تشيله من هنا تصير + +327 +00:28:27,060 --> 00:28:31,720 +تعمل extend لهذه الفكرة انك تجمع هي فايدة ال + +328 +00:28:31,720 --> 00:28:35,300 +object oriented انك تجمع ال code عندك أكواد مشتركة + +329 +00:28:35,300 --> 00:28:40,080 +هنا جمعه في parent class و لازم هذا طبعا تعمل + +330 +00:28:40,080 --> 00:28:44,180 +extend هنا ليش؟ عشان اللي هنا كله يصل لمين؟لهدول + +331 +00:28:44,180 --> 00:28:51,060 +يعني كيف هيتعالى اعملها على السريع اعمل class + +332 +00:28:51,060 --> 00:28:56,380 +جديدة مثلا + +333 +00:28:56,380 --> 00:29:01,660 +group activity طبعا + +334 +00:29:01,660 --> 00:29:06,800 +هادي يقوللي ايش مانا اخليها تعمل extend لمين؟ اه + +335 +00:29:06,800 --> 00:29:09,260 +extend لupcompat activity + +336 +00:29:15,670 --> 00:29:19,010 +و ايش بدي اعمل انا؟ بدي اجي برضه احط هذه abstract + +337 +00:29:19,010 --> 00:29:25,330 +ليش؟ عشان ماحدش ينشأ منها object تمام؟ و بدي اجيب + +338 +00:29:25,330 --> 00:29:34,310 +ال code المشترك في الاتنين هي هذا وحطه + +339 +00:29:34,310 --> 00:29:35,170 +في ال group activity + +340 +00:29:43,110 --> 00:29:47,250 +عمله بـ shiver تعمل طبعا كيف؟ فتقدر تحط code جوا + +341 +00:29:47,250 --> 00:29:51,850 +ال method في ال class abstract لا في ال abstract + +342 +00:29:51,850 --> 00:29:55,130 +class أنت بتحط methods عادى method بس مش فيها code + +343 +00:29:55,130 --> 00:29:58,570 +لأو interface لأ هدك في ال interface في ال + +344 +00:29:58,570 --> 00:30:04,370 +abstract class بتحط انت code عادى ولا لأ تقدر هي + +345 +00:30:04,370 --> 00:30:11,680 +حطينطيب تعال هرجت بنجربها جينا لل two activities + +346 +00:30:11,680 --> 00:30:16,020 +شيلت ال code بتاع مين؟ بتاع ال menu خلاص هي + +347 +00:30:16,020 --> 00:30:23,720 +شيلناها كلها تمام؟ و هجيت بدك تقوله extend ال + +348 +00:30:23,720 --> 00:30:29,100 +group activity + +349 +00:30:29,100 --> 00:30:33,860 +و كمان لل comp activity + +350 +00:30:41,580 --> 00:30:46,200 +extend group activity يعني أنا بس عملت هذا عشان + +351 +00:30:46,200 --> 00:30:57,720 +اجمع ايش ال code المشترك هلجت + +352 +00:30:57,720 --> 00:30:58,880 +بحكي عليها هذا code ال toolbar + +353 +00:31:16,770 --> 00:31:20,890 +تمام هاي التطبيق تبعي اشتغل من غير اي مشكلة تمام + +354 +00:31:20,890 --> 00:31:26,410 +احنا بنعلمك و لا مش بس اندرويد بنعلمك برضه كيف + +355 +00:31:26,410 --> 00:31:29,950 +تبني التطبيق صح وجود هذه ال super activity برضه + +356 +00:31:29,950 --> 00:31:32,710 +هيفيد في حاجات كتير اي حاجة مشتركة في التطبيق + +357 +00:31:33,460 --> 00:31:38,120 +خلّيها وين؟ في ال group activity هذي تمام؟ إذا + +358 +00:31:38,120 --> 00:31:41,200 +منكم سألت سؤال كويس مش عارف هو جانب الصدفة هيك ولا + +359 +00:31:41,200 --> 00:31:47,500 +.. اه اللي هو ال code ال tool bar تمام؟ find view + +360 +00:31:47,500 --> 00:31:50,480 +by id اللي بحط set support action bar بنفع هذا ال + +361 +00:31:50,480 --> 00:31:56,560 +code نحطه في ال .. في ال parent اه؟ لأ ليش؟ أقول + +362 +00:31:56,560 --> 00:32:00,840 +لك، الآن كل activity اللي هيقول create مختلف عن + +363 +00:32:00,840 --> 00:32:08,960 +التانيصح ولا ففعليا هو لما ييجي يشتغل بتقدرش هذا + +364 +00:32:08,960 --> 00:32:12,120 +ال code تحطه مثلا إجيت انت قولت مادام هذا ال code + +365 +00:32:12,120 --> 00:32:17,160 +مش شراك خد من هنا وروح على group activity ويعمل + +366 +00:32:17,160 --> 00:32:21,340 +method on create تمام + +367 +00:32:21,340 --> 00:32:23,980 +وحط فيها إيش؟ حط فيها ال code هذا + +368 +00:32:29,520 --> 00:32:34,340 +مثلا احنا بنعرف من دراستنا ال object oriented انه + +369 +00:32:34,340 --> 00:32:37,260 +لما ينفذ ال all create في ال subclass ايش بده + +370 +00:32:37,260 --> 00:32:40,520 +يستدعي ال all create في ال superclass هينفذ بتاعة + +371 +00:32:40,520 --> 00:32:44,200 +ال superclass قبل ما يعمل اللي تحت قبل ما يعمل set + +372 +00:32:44,200 --> 00:32:48,200 +content view لما يجي ينفذ ال all create بتاعة ال + +373 +00:32:48,200 --> 00:32:50,840 +parent مين ال all create بتاعة ال parent مش + +374 +00:32:50,840 --> 00:32:55,810 +هيلاجئته ال bar هيطلعلك null errorيبقى هذا ال code + +375 +00:32:55,810 --> 00:33:01,330 +لازم يتنفذ بعد ال set content view عشان يكون فيه + +376 +00:33:01,330 --> 00:33:05,470 +toolbar هذا كيف ممكن نحلها ممكن انت ال code هذا + +377 +00:33:05,470 --> 00:33:10,590 +نفسه تمام تاخده في ال group activity و تعمل method + +378 +00:33:10,590 --> 00:33:17,730 +هنا اسمها public void لأ initialize toolbar + +379 +00:33:17,730 --> 00:33:23,230 +initialize + +380 +00:33:23,230 --> 00:33:30,840 +toolbarالان بتيجي على في ال main activity بعد ال + +381 +00:33:30,840 --> 00:33:35,520 +sit content view اش بتحطله initialize toolbar وفي + +382 +00:33:35,520 --> 00:33:38,600 +ال competition activity برضه بتشيل هدوله + +383 +00:33:38,600 --> 00:33:41,460 +initialize toolbar واحد هيقول طب ما هم كلهم سطرين + +384 +00:33:41,460 --> 00:33:44,060 +يعني انت شيلت سطرين احطت سطر طب ما هو ممكن ال + +385 +00:33:44,060 --> 00:33:47,300 +toolbar ال initialize يكون اكتر + +386 +00:33:50,330 --> 00:33:52,610 +أنا ماعملش أشي جديد أنا بستفيد من ال object + +387 +00:33:52,610 --> 00:33:57,330 +oriented عشان أجلل حجم ال code اللي عملته واضح يا + +388 +00:33:57,330 --> 00:34:01,680 +جماعة؟طيب و هيك خلصنا موضوع من ال tool bar لسه + +389 +00:34:01,680 --> 00:34:03,920 +هنرجع لموضوع ال tool bar لما نتكلم على ال + +390 +00:34:03,920 --> 00:34:07,760 +navigation هذا تمام؟ بس الأن فهمنا كيف نعمل tool + +391 +00:34:07,760 --> 00:34:11,420 +bar كيف نستخدمه كبديل على ال action bar كيف نغير + +392 +00:34:11,420 --> 00:34:14,340 +تنسيقه كيف نضيف menu كيف نعمل action على ال menu + +393 +00:34:14,340 --> 00:34:20,220 +وكيف نصمم tool bar خاص فينا تمام؟ نسكر هالجهة + +394 +00:34:20,220 --> 00:34:29,170 +التطبيق هدت على المسابقةخلصناها كلها وناخد موضوع + +395 +00:34:29,170 --> 00:34:36,130 +جديد هتجيب ان انا يا جماعة هتكلم على component + +396 +00:34:36,130 --> 00:34:38,950 +جديد في علاصر الشاشة + +397 +00:34:51,300 --> 00:34:55,000 +الكمبوننت هذا هنتكلم عن انصرين واحد اسمه list view + +398 +00:34:55,000 --> 00:34:59,980 +ليش + +399 +00:34:59,980 --> 00:35:06,780 +طالع هيك طيب list view و recyler view تمام هنتكلم + +400 +00:35:06,780 --> 00:35:11,120 +على الاتنين الآن اي معظم التطبيقات اللي بتستخدموها + +401 +00:35:11,120 --> 00:35:14,620 +يا جماعة بتفتحها بتلاقي في قائمةصح ولا قائمة من + +402 +00:35:14,620 --> 00:35:18,140 +العناصر أخبار مثلا بتضغط على عنصر بيفتح لك شاشة + +403 +00:35:18,140 --> 00:35:21,760 +جديدة بتفتح موقع تسوق بتلاقي عناصر صورة العناصر + +404 +00:35:21,760 --> 00:35:25,120 +أنت بتشتريه سعره فيه زر مثلا أو بتضغط عليه بيفتح + +405 +00:35:25,120 --> 00:35:30,660 +لك تفاصيل عنه هذا ال list ال contacts مثلا في + +406 +00:35:30,660 --> 00:35:37,400 +الجوال بتلاقيه أرقام الأشخاص ورا بعض معلوماتهم هذا + +407 +00:35:37,400 --> 00:35:42,290 +عنصر في الواجهة اسمه list viewالـ ListView نستخدمه + +408 +00:35:42,290 --> 00:35:47,430 +عشان نعرض عناصر على شكل List على الشاشة تقريباً + +409 +00:35:47,430 --> 00:35:52,170 +يعني ببلجش لو جول 90% من هذه التطبيقات يعني إلا + +410 +00:35:52,170 --> 00:35:56,770 +تحتاج تستخدم ListViewلما تعرض أي مجموعة عناصر + +411 +00:35:56,770 --> 00:36:00,630 +تستخدم ListView تطبيق مثلا المواد بتاعة الطالب على + +412 +00:36:00,630 --> 00:36:04,450 +الجوال مثلا تعرضها ك ListView أسماء الطلبة + +413 +00:36:04,450 --> 00:36:08,370 +ListView أخبار كلها ListView فاحنا ضروري جدا نتعلم + +414 +00:36:08,370 --> 00:36:13,150 +كيف نستخدم ال ListView كيف نعبيه بيانات وكيف نصممه + +415 +00:36:13,150 --> 00:36:17,870 +الطريقة اللي احنا بدنا إياها طيب في أنصرين موجودين + +416 +00:36:17,870 --> 00:36:20,870 +في الاندرويد واحد اسمه ListView و بعدين طوروه + +417 +00:36:20,870 --> 00:36:26,620 +وبدأوا يوصل اسمه RecyclerViewالان هنحكي عن الاتنين + +418 +00:36:26,620 --> 00:36:30,380 +ليش الاتنين المفروض احنا نحكي عن الجديد طبعا لكن + +419 +00:36:30,380 --> 00:36:33,520 +المشكلة ان مش صعب انت تفهم الجديد انما لما تفهم + +420 +00:36:33,520 --> 00:36:37,560 +الجديد احنا مضطرين نعمل هيك يعني طبعا طيب فهنبدأ + +421 +00:36:37,560 --> 00:36:39,960 +بال list view ال list view وين هتلاقيه يا جماعة + +422 +00:36:39,960 --> 00:36:43,820 +هتلاقيه في القائمة هنا حاجة اسمها Legacy Legacy + +423 +00:36:43,820 --> 00:36:46,460 +هذه الحاجات الجديدة يعني الحاجات الجديدة اللي + +424 +00:36:46,460 --> 00:36:49,780 +عملوا بدألة حاجات جديدة بيحطوها دايما وين في ال + +425 +00:36:49,780 --> 00:36:50,060 +Legacy + +426 +00:37:14,870 --> 00:37:17,910 +الان ال list view عشان اضيفها على الشاشة بس + +427 +00:37:17,910 --> 00:37:22,890 +بتعملها drugدراج دروب انا مش طالع عند ال view بدش + +428 +00:37:22,890 --> 00:37:28,290 +هي انا بده اشتغل xml تمام فال gate بنقوله هنا 0db + +429 +00:37:28,290 --> 00:37:34,090 +و ال height 0db ليش عملتوا هيك 00 عشان يمل الشاشة + +430 +00:37:34,090 --> 00:37:40,450 +بس بده اقوله top to top of parent bottom + +431 +00:38:04,720 --> 00:38:08,520 +تمام هذه list view المفروضة نعبت الشاشة يعني كيف + +432 +00:38:08,520 --> 00:38:11,660 +نعب ال list view أسهل طريقة ان احنا نعب ال list + +433 +00:38:11,660 --> 00:38:15,000 +view بطريقة مباشرة اللي اما نعبيها strings عشان + +434 +00:38:15,000 --> 00:38:18,320 +النصوص تمام بنعبيها strings زي ما بنعبي عوصر + +435 +00:38:18,320 --> 00:38:22,420 +أخدناها قبل هيك اللي هو ال spinner تمام كيف بنعبي + +436 +00:38:22,420 --> 00:38:28,640 +ال spinner بدك تروح على ملف ال XML تمام و .. و + +437 +00:38:28,640 --> 00:38:41,980 +تمشي string array مثلا listهي names سميها و + +438 +00:38:41,980 --> 00:38:47,400 +بتقوله item ahmed item + +439 +00:38:47,400 --> 00:38:54,720 +ali طيب + +440 +00:38:54,720 --> 00:38:57,840 +ماشي شويه شويه يعني عارفين انك شاطر انت و ماشي + +441 +00:38:57,840 --> 00:39:03,380 +قدامي طيب + +442 +00:39:03,380 --> 00:39:09,310 +اجينا على list view و بتقوله هنا entriesتختار ايش + +443 +00:39:09,310 --> 00:39:20,550 +ات string ات array عفوا high names تمام انا + +444 +00:39:20,550 --> 00:39:36,830 +مش عارف ليش مش طالع عندى غير انشغل طيب + +445 +00:39:39,740 --> 00:39:43,840 +الان الطريقة هذه بتعبئة ال list view فعليا احنا + +446 +00:39:43,840 --> 00:39:49,080 +بنعبيه فقط بنصوص ومقدرش نتحكم حتى في تصميمه ألوان + +447 +00:39:49,080 --> 00:39:51,140 +وكذا هياخد الحاجات ال default اللي معرفة في ال + +448 +00:39:51,140 --> 00:39:54,340 +theme يعني إيش ألوان الخط وحجم الخط اللي هيعمل في + +449 +00:39:54,340 --> 00:39:56,580 +ال list هياخد ال default اللي موجود في ال theme + +450 +00:39:56,580 --> 00:40:02,720 +فكيف لو احنا بنصمم list view تصميم خاص فينا فهذا + +451 +00:40:02,720 --> 00:40:07,660 +اللي احنا بنعرفه هاي الآن هي شكل ال list view تمام + +452 +00:40:07,660 --> 00:40:12,800 +هاي طلعت بس إيشعناصر بالشكل هذا يعني انت نادر + +453 +00:40:12,800 --> 00:40:16,320 +تحتاج انت غالبا بتحتاج ايش تصممه بشكل افضل من هذا + +454 +00:40:16,320 --> 00:40:31,620 +لان بدنا نعمل list view بالشكل التالي ال + +455 +00:40:31,620 --> 00:40:35,120 +list view اللي بنعملها بدنا نحط هنا صورة صورة شخص + +456 +00:40:35,120 --> 00:40:43,980 +مثلا تمام؟ وهنا اسمهالنام و هنا العمر و هنا نعمل + +457 +00:40:43,980 --> 00:40:50,480 +زر مثلا delete لو بدنا ايش نمحي مثلا و الزر update + +458 +00:40:50,480 --> 00:40:55,160 +مثلا طبعا لما نضغط على العنصر نفسه مش على الزر + +459 +00:40:55,160 --> 00:41:01,300 +بفتحلي activity و بجيبلي ايش بياناته شوف صورته هنا + +460 +00:41:01,300 --> 00:41:09,420 +نفسها تمام و هنا ايش بياناتهماشي صورة واسم وعمر + +461 +00:41:09,420 --> 00:41:13,420 +تمام و الزر هنا و لما اضغط على ال answer بيجي هنا + +462 +00:41:13,420 --> 00:41:17,200 +و لما اضغط على delete ايش بيعمل بيمسح من ال list + +463 +00:41:17,200 --> 00:41:21,540 +تمام اذا فهمنا هذا خلاص بتقول ان احنا غطينا كل ال + +464 +00:41:21,540 --> 00:41:27,500 +list فيه انتمي معايا لان هذا بدواجة الشغل عشان + +465 +00:41:27,500 --> 00:41:30,240 +أصمم زيك طبعا انا ايش عملت جبت عندي + +466 +00:41:38,770 --> 00:41:47,430 +هذه مثلا صور الشباب هدولة عالجيت ايش؟ منين نحطهم؟ + +467 +00:41:47,430 --> 00:41:49,690 +federable + +468 +00:42:01,710 --> 00:42:05,610 +طيب عشان الصمم اشي زي هيك اول حاجة بدك تعملها تبوا + +469 +00:42:05,610 --> 00:42:09,630 +معايا اول حاجة بدك تعملها كل عنصر في الشاشة فيه + +470 +00:42:09,630 --> 00:42:16,090 +مجموعة بيانات ايش هي صورة واسم و age بكفه تمام و + +471 +00:42:16,090 --> 00:42:19,610 +الذر يعني مش بيانات يعني بحكي عن بيانات صورة واسم + +472 +00:42:19,610 --> 00:42:26,220 +روح اول حاجة احنا اعمل class اتمثلالعنصر اللي في + +473 +00:42:26,220 --> 00:42:30,560 +النشر يعني مثلا لو أخبار فيها مثلا صورة الخبر و ال + +474 +00:42:30,560 --> 00:42:34,700 +title و تاريخ نشره و تفاصيله و الرابط تبقى او اعمل + +475 +00:42:34,700 --> 00:42:40,320 +class اسمها news item تمام هنا بما ان كل عنصر في + +476 +00:42:40,320 --> 00:42:48,500 +الشاشة فيه بيانات شخص بروح بعمل class اسمها مثلا + +477 +00:42:48,500 --> 00:42:48,980 +person + +478 +00:42:52,270 --> 00:42:59,910 +بعد ايش بيانات ال person؟ String Name Int Age وفيه + +479 +00:42:59,910 --> 00:43:04,350 +صورة الصورة كيف هتتعامل معاها؟ Integer Integer ما + +480 +00:43:04,350 --> 00:43:08,350 +هو بال ID تبعها مش هي اردت و دروبلد و كذا Int + +481 +00:43:08,350 --> 00:43:12,990 +photo photo ID + +482 +00:43:15,610 --> 00:43:19,450 +ماشي يا جماعة و بتيجي ايش بتعمل بتقول له refactor + +483 +00:43:19,450 --> 00:43:29,730 +و encapsulate fields عشان يعملك setters كيف + +484 +00:43:29,730 --> 00:43:35,450 +افرض انا بقدر ارتبهم بناء على العمر صح ولا + +485 +00:43:39,710 --> 00:43:42,330 +طيب الخطوة التانية بعد ما تعمل ال class هذه + +486 +00:43:42,330 --> 00:43:46,490 +الخطوات أول حاجة أعمل ال class الخطوة التانية روح + +487 +00:43:46,490 --> 00:43:53,530 +صمملي شكل عنصر في layout مستقلة لاحظ أنا ما بتكلمش + +488 +00:43:53,530 --> 00:43:58,390 +على list أول أعملت class و بعدين روح صمملي شكل + +489 +00:43:58,390 --> 00:44:01,730 +عنصر أيش هو صمملي شكل عنصر يعني أروح لمجلد ال + +490 +00:44:01,730 --> 00:44:06,010 +layout و أعمل ملف layout جديد مش activity لأ + +491 +00:44:06,010 --> 00:44:10,480 +بتعملش activity جديدةأعمل لي ملف layout لحالي تمام + +492 +00:44:10,480 --> 00:44:14,560 +هي new و بتقول لي layout resource file تمام ايش + +493 +00:44:14,560 --> 00:44:26,160 +تسميه بدي اسميه list personal item design ماشي + +494 +00:44:26,160 --> 00:44:31,300 +ملف layout عادي انا مش فاهم هذا ليش مش راضيش ادخل + +495 +00:44:31,300 --> 00:44:48,250 +اه طيبنقش نقش نقش نقش نقش نقش + +496 +00:44:48,250 --> 00:44:58,050 +نقش + +497 +00:45:20,550 --> 00:45:24,770 +طيب جماعة بتيجي هلجيت ايش بنعمل احنا صورة صح بتيجي + +498 +00:45:24,770 --> 00:45:30,470 +بتحط مربع الصورة هذا + +499 +00:45:30,470 --> 00:45:37,490 +ما + +500 +00:45:37,490 --> 00:45:42,870 +هو انت اكتب اي حاجة هلجيت مش هتدققهتتغير بعدين هذه + +501 +00:45:42,870 --> 00:45:47,410 +تمام؟ بتحط انت التصميم اللي بدك إياه تمام؟ و بعدين + +502 +00:45:47,410 --> 00:45:55,830 +بتيجي text view هنا لمين؟ للاسم و بتقوله هنا طبعا + +503 +00:45:55,830 --> 00:46:02,570 +زبط ال IDs برضه يعني هذا بيناسمي photo im image + +504 +00:46:02,570 --> 00:46:05,290 +view و ال text view هذا + +505 +00:46:10,330 --> 00:46:23,950 +text-size مثلا 18sp text-color تمام + +506 +00:46:23,950 --> 00:46:34,470 +هذا للاسم و تحته فيه text-view تاني لل age و + +507 +00:46:34,470 --> 00:46:41,640 +بعدين فيه عنا ايش هنا بطن على الطرف جيبهم هناتمام + +508 +00:46:41,640 --> 00:46:47,080 +و بعدين خليه ايش يشبكهم لحاله تمام هاي صمم لك + +509 +00:46:47,080 --> 00:46:53,260 +الوقت بعدين تعال بس ايش عشان ال layout كلها خليها + +510 +00:46:53,260 --> 00:46:58,840 +ال height تبعها wrap content ليش انا بدي على جد ال + +511 +00:46:58,840 --> 00:47:04,800 +item تمام يعني الآن ال layout كلها صارت بس ايش هيك + +512 +00:47:04,800 --> 00:47:07,660 +صممنا الصممنا ال item بيجي اول خطوة ايش عملنا + +513 +00:47:07,660 --> 00:47:15,230 +عملنا class الخطوة التانيةعملنا layout فيه لسه + +514 +00:47:15,230 --> 00:47:16,810 +خطوة تالتة و رابعة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe86d447bead0e90de51503aada7f3716912fa5 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/_ImYdXFZO60_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4812, "start": 21.4, "end": 48.12, "text": " As-salamu alaykum. In the last lecture, we talked about toolbars. And we said that all the Android versions before Lollipop used the default action bar. The theme itself came with a ready action bar. But the action bar that was there by default had limitations. First of all, you can't change its design and put whatever you want in it. Except with difficulty.", "tokens": [1018, 12, 15142, 335, 84, 419, 320, 49576, 13, 682, 264, 1036, 7991, 11, 321, 2825, 466, 2290, 42162, 13, 400, 321, 848, 300, 439, 264, 8853, 9606, 949, 441, 1833, 647, 404, 1143, 264, 7576, 3069, 2159, 13, 440, 6314, 2564, 1361, 365, 257, 1919, 3069, 2159, 13, 583, 264, 3069, 2159, 300, 390, 456, 538, 7576, 632, 15705, 13, 2386, 295, 439, 11, 291, 393, 380, 1319, 1080, 1715, 293, 829, 2035, 291, 528, 294, 309, 13, 16192, 365, 10360, 13], "avg_logprob": -0.4773065493929954, "compression_ratio": 1.5764192139737991, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 21.4, "end": 21.8, "word": " As", "probability": 0.0186004638671875}, {"start": 21.8, "end": 22.12, "word": "-salamu", "probability": 0.727294921875}, {"start": 22.12, "end": 22.32, "word": " alaykum.", "probability": 0.89599609375}, {"start": 24.26, "end": 24.86, "word": " In", "probability": 0.384033203125}, {"start": 24.86, "end": 24.92, "word": " the", "probability": 0.65966796875}, {"start": 24.92, "end": 25.08, "word": " last", "probability": 0.485107421875}, {"start": 25.08, "end": 25.48, "word": " lecture,", "probability": 0.7822265625}, {"start": 25.68, "end": 26.2, "word": " we", "probability": 0.83544921875}, {"start": 26.2, "end": 26.54, "word": " talked", "probability": 0.3095703125}, {"start": 26.54, "end": 27.04, "word": " about", "probability": 0.90625}, {"start": 27.04, "end": 27.6, "word": " toolbars.", "probability": 0.676513671875}, {"start": 28.14, "end": 28.56, "word": " And", "probability": 0.1756591796875}, {"start": 28.56, "end": 28.7, "word": " we", "probability": 0.8095703125}, {"start": 28.7, "end": 28.98, "word": " said", "probability": 0.456298828125}, {"start": 28.98, "end": 30.02, "word": " that", "probability": 0.87353515625}, {"start": 30.02, "end": 31.0, "word": " all", "probability": 0.62548828125}, {"start": 31.0, "end": 31.1, "word": " the", "probability": 0.35986328125}, {"start": 31.1, "end": 31.42, "word": " Android", "probability": 0.7060546875}, {"start": 31.42, "end": 31.9, "word": " versions", "probability": 0.79931640625}, {"start": 31.9, "end": 32.26, "word": " before", "probability": 0.6640625}, {"start": 32.26, "end": 32.8, "word": " Lollipop", "probability": 0.77490234375}, {"start": 32.8, "end": 33.42, "word": " used", "probability": 0.53662109375}, {"start": 33.42, "end": 34.26, "word": " the", "probability": 0.40380859375}, {"start": 34.26, "end": 34.56, "word": " default", "probability": 0.95849609375}, {"start": 34.56, "end": 34.92, "word": " action", "probability": 0.8671875}, {"start": 34.92, "end": 35.14, "word": " bar.", "probability": 0.79296875}, {"start": 36.12, "end": 36.72, "word": " The", "probability": 0.5}, {"start": 36.72, "end": 36.9, "word": " theme", "probability": 0.85791015625}, {"start": 36.9, "end": 37.24, "word": " itself", "probability": 0.5068359375}, {"start": 37.24, "end": 37.54, "word": " came", "probability": 0.410888671875}, {"start": 37.54, "end": 37.7, "word": " with", "probability": 0.76025390625}, {"start": 37.7, "end": 37.78, "word": " a", "probability": 0.2340087890625}, {"start": 37.78, "end": 37.96, "word": " ready", "probability": 0.81689453125}, {"start": 37.96, "end": 38.0, "word": " action", "probability": 0.7841796875}, {"start": 38.0, "end": 38.22, "word": " bar.", "probability": 0.95556640625}, {"start": 38.92, "end": 39.16, "word": " But", "probability": 0.8486328125}, {"start": 39.16, "end": 39.26, "word": " the", "probability": 0.79736328125}, {"start": 39.26, "end": 39.52, "word": " action", "probability": 0.626953125}, {"start": 39.52, "end": 39.76, "word": " bar", "probability": 0.9375}, {"start": 39.76, "end": 39.9, "word": " that", "probability": 0.677734375}, {"start": 39.9, "end": 40.06, "word": " was", "probability": 0.81005859375}, {"start": 40.06, "end": 40.54, "word": " there", "probability": 0.264404296875}, {"start": 40.54, "end": 41.18, "word": " by", "probability": 0.81005859375}, {"start": 41.18, "end": 41.62, "word": " default", "probability": 0.97900390625}, {"start": 41.62, "end": 42.76, "word": " had", "probability": 0.391357421875}, {"start": 42.76, "end": 43.4, "word": " limitations.", "probability": 0.477783203125}, {"start": 43.5, "end": 43.72, "word": " First", "probability": 0.701171875}, {"start": 43.72, "end": 43.9, "word": " of", "probability": 0.326904296875}, {"start": 43.9, "end": 43.92, "word": " all,", "probability": 0.95068359375}, {"start": 44.02, "end": 44.06, "word": " you", "probability": 0.87255859375}, {"start": 44.06, "end": 44.34, "word": " can't", "probability": 0.5947265625}, {"start": 44.34, "end": 44.62, "word": " change", "probability": 0.80712890625}, {"start": 44.62, "end": 44.76, "word": " its", "probability": 0.4814453125}, {"start": 44.76, "end": 45.12, "word": " design", "probability": 0.91845703125}, {"start": 45.12, "end": 45.58, "word": " and", "probability": 0.77978515625}, {"start": 45.58, "end": 45.84, "word": " put", "probability": 0.43212890625}, {"start": 45.84, "end": 46.08, "word": " whatever", "probability": 0.47900390625}, {"start": 46.08, "end": 46.26, "word": " you", "probability": 0.849609375}, {"start": 46.26, "end": 46.46, "word": " want", "probability": 0.8017578125}, {"start": 46.46, "end": 47.1, "word": " in", "probability": 0.49267578125}, {"start": 47.1, "end": 47.1, "word": " it.", "probability": 0.896484375}, {"start": 47.14, "end": 47.64, "word": " Except", "probability": 0.40283203125}, {"start": 47.64, "end": 47.8, "word": " with", "probability": 0.440185546875}, {"start": 47.8, "end": 48.12, "word": " difficulty.", "probability": 0.740234375}], "temperature": 1.0}, {"id": 2, "seek": 6351, "start": 51.89, "end": 63.51, "text": " You can't design smartly, you can't change its coordination. If you want to change its position instead of going up and down or right or left, there are people who don't want action up there.", "tokens": [509, 393, 380, 1715, 4069, 356, 11, 291, 393, 380, 1319, 1080, 21252, 13, 759, 291, 528, 281, 1319, 1080, 2535, 2602, 295, 516, 493, 293, 760, 420, 558, 420, 1411, 11, 456, 366, 561, 567, 500, 380, 528, 3069, 493, 456, 13], "avg_logprob": -0.5085227367552844, "compression_ratio": 1.443609022556391, "no_speech_prob": 0.0, "words": [{"start": 51.89, "end": 52.27, "word": " You", "probability": 0.30517578125}, {"start": 52.27, "end": 52.57, "word": " can't", "probability": 0.710693359375}, {"start": 52.57, "end": 53.07, "word": " design", "probability": 0.41357421875}, {"start": 53.07, "end": 53.53, "word": " smartly,", "probability": 0.5047607421875}, {"start": 53.59, "end": 53.65, "word": " you", "probability": 0.76953125}, {"start": 53.65, "end": 53.91, "word": " can't", "probability": 0.95703125}, {"start": 53.91, "end": 54.17, "word": " change", "probability": 0.8095703125}, {"start": 54.17, "end": 54.29, "word": " its", "probability": 0.342529296875}, {"start": 54.29, "end": 54.71, "word": " coordination.", "probability": 0.77099609375}, {"start": 55.71, "end": 55.91, "word": " If", "probability": 0.79296875}, {"start": 55.91, "end": 56.19, "word": " you", "probability": 0.9140625}, {"start": 56.19, "end": 56.39, "word": " want", "probability": 0.509765625}, {"start": 56.39, "end": 56.41, "word": " to", "probability": 0.966796875}, {"start": 56.41, "end": 56.61, "word": " change", "probability": 0.86767578125}, {"start": 56.61, "end": 56.71, "word": " its", "probability": 0.6064453125}, {"start": 56.71, "end": 57.05, "word": " position", "probability": 0.447509765625}, {"start": 57.05, "end": 57.81, "word": " instead", "probability": 0.28955078125}, {"start": 57.81, "end": 57.99, "word": " of", "probability": 0.94970703125}, {"start": 57.99, "end": 58.17, "word": " going", "probability": 0.355712890625}, {"start": 58.17, "end": 58.25, "word": " up", "probability": 0.62548828125}, {"start": 58.25, "end": 58.45, "word": " and", "probability": 0.4423828125}, {"start": 58.45, "end": 58.87, "word": " down", "probability": 0.85205078125}, {"start": 58.87, "end": 59.23, "word": " or", "probability": 0.459716796875}, {"start": 59.23, "end": 59.49, "word": " right", "probability": 0.59375}, {"start": 59.49, "end": 59.81, "word": " or", "probability": 0.6806640625}, {"start": 59.81, "end": 60.27, "word": " left,", "probability": 0.95703125}, {"start": 61.15, "end": 61.31, "word": " there", "probability": 0.277099609375}, {"start": 61.31, "end": 61.47, "word": " are", "probability": 0.7724609375}, {"start": 61.47, "end": 61.65, "word": " people", "probability": 0.880859375}, {"start": 61.65, "end": 61.77, "word": " who", "probability": 0.78076171875}, {"start": 61.77, "end": 61.83, "word": " don't", "probability": 0.916015625}, {"start": 61.83, "end": 62.09, "word": " want", "probability": 0.5859375}, {"start": 62.09, "end": 63.25, "word": " action", "probability": 0.483154296875}, {"start": 63.25, "end": 63.51, "word": " up", "probability": 0.1663818359375}, {"start": 63.51, "end": 63.51, "word": " there.", "probability": 0.6181640625}], "temperature": 1.0}, {"id": 3, "seek": 8880, "start": 66.28, "end": 88.8, "text": " All of this was difficult to do So they decided after the lollipop came out Of course they left the action bar that was there before But they decided to put another option called tool bar Tool bar is an item like any other item, like a button, like text view You take it and add it to the screen and put it anywhere you want", "tokens": [1057, 295, 341, 390, 2252, 281, 360, 407, 436, 3047, 934, 264, 450, 285, 647, 404, 1361, 484, 2720, 1164, 436, 1411, 264, 3069, 2159, 300, 390, 456, 949, 583, 436, 3047, 281, 829, 1071, 3614, 1219, 2290, 2159, 15934, 2159, 307, 364, 3174, 411, 604, 661, 3174, 11, 411, 257, 2960, 11, 411, 2487, 1910, 509, 747, 309, 293, 909, 309, 281, 264, 2568, 293, 829, 309, 4992, 291, 528], "avg_logprob": -0.5499131778875986, "compression_ratio": 1.6839378238341969, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 66.28, "end": 66.84, "word": " All", "probability": 0.403076171875}, {"start": 66.84, "end": 67.22, "word": " of", "probability": 0.634765625}, {"start": 67.22, "end": 67.22, "word": " this", "probability": 0.5703125}, {"start": 67.22, "end": 67.52, "word": " was", "probability": 0.80810546875}, {"start": 67.52, "end": 67.92, "word": " difficult", "probability": 0.3642578125}, {"start": 67.92, "end": 68.28, "word": " to", "probability": 0.8408203125}, {"start": 68.28, "end": 68.6, "word": " do", "probability": 0.58349609375}, {"start": 68.6, "end": 69.94, "word": " So", "probability": 0.237060546875}, {"start": 69.94, "end": 70.38, "word": " they", "probability": 0.646484375}, {"start": 70.38, "end": 70.58, "word": " decided", "probability": 0.78076171875}, {"start": 70.58, "end": 71.16, "word": " after", "probability": 0.2379150390625}, {"start": 71.16, "end": 71.58, "word": " the", "probability": 0.55322265625}, {"start": 71.58, "end": 71.98, "word": " lollipop", "probability": 0.8934326171875}, {"start": 71.98, "end": 72.14, "word": " came", "probability": 0.1759033203125}, {"start": 72.14, "end": 72.52, "word": " out", "probability": 0.779296875}, {"start": 72.52, "end": 72.8, "word": " Of", "probability": 0.1822509765625}, {"start": 72.8, "end": 72.92, "word": " course", "probability": 0.90380859375}, {"start": 72.92, "end": 73.12, "word": " they", "probability": 0.5361328125}, {"start": 73.12, "end": 73.44, "word": " left", "probability": 0.199462890625}, {"start": 73.44, "end": 74.14, "word": " the", "probability": 0.5908203125}, {"start": 74.14, "end": 74.36, "word": " action", "probability": 0.8408203125}, {"start": 74.36, "end": 74.56, "word": " bar", "probability": 0.84912109375}, {"start": 74.56, "end": 74.68, "word": " that", "probability": 0.2410888671875}, {"start": 74.68, "end": 74.82, "word": " was", "probability": 0.65869140625}, {"start": 74.82, "end": 75.18, "word": " there", "probability": 0.267822265625}, {"start": 75.18, "end": 75.18, "word": " before", "probability": 0.587890625}, {"start": 75.18, "end": 76.08, "word": " But", "probability": 0.69384765625}, {"start": 76.08, "end": 76.24, "word": " they", "probability": 0.85400390625}, {"start": 76.24, "end": 76.46, "word": " decided", "probability": 0.424072265625}, {"start": 76.46, "end": 76.98, "word": " to", "probability": 0.9169921875}, {"start": 76.98, "end": 77.2, "word": " put", "probability": 0.4482421875}, {"start": 77.2, "end": 77.3, "word": " another", "probability": 0.5205078125}, {"start": 77.3, "end": 77.58, "word": " option", "probability": 0.826171875}, {"start": 77.58, "end": 77.98, "word": " called", "probability": 0.625}, {"start": 77.98, "end": 78.24, "word": " tool", "probability": 0.256591796875}, {"start": 78.24, "end": 78.48, "word": " bar", "probability": 0.84814453125}, {"start": 78.48, "end": 78.88, "word": " Tool", "probability": 0.7138671875}, {"start": 78.88, "end": 79.1, "word": " bar", "probability": 0.865234375}, {"start": 79.1, "end": 79.26, "word": " is", "probability": 0.85693359375}, {"start": 79.26, "end": 79.9, "word": " an", "probability": 0.292236328125}, {"start": 79.9, "end": 80.3, "word": " item", "probability": 0.916015625}, {"start": 80.3, "end": 80.56, "word": " like", "probability": 0.548828125}, {"start": 80.56, "end": 81.54, "word": " any", "probability": 0.724609375}, {"start": 81.54, "end": 81.62, "word": " other", "probability": 0.8193359375}, {"start": 81.62, "end": 81.94, "word": " item,", "probability": 0.744140625}, {"start": 82.18, "end": 82.28, "word": " like", "probability": 0.78759765625}, {"start": 82.28, "end": 82.38, "word": " a", "probability": 0.4423828125}, {"start": 82.38, "end": 82.6, "word": " button,", "probability": 0.8505859375}, {"start": 82.72, "end": 82.82, "word": " like", "probability": 0.55712890625}, {"start": 82.82, "end": 83.06, "word": " text", "probability": 0.490478515625}, {"start": 83.06, "end": 83.36, "word": " view", "probability": 0.81494140625}, {"start": 83.36, "end": 84.04, "word": " You", "probability": 0.77880859375}, {"start": 84.04, "end": 84.46, "word": " take", "probability": 0.2340087890625}, {"start": 84.46, "end": 84.9, "word": " it", "probability": 0.80419921875}, {"start": 84.9, "end": 84.98, "word": " and", "probability": 0.58251953125}, {"start": 84.98, "end": 85.2, "word": " add", "probability": 0.59814453125}, {"start": 85.2, "end": 85.32, "word": " it", "probability": 0.89453125}, {"start": 85.32, "end": 85.44, "word": " to", "probability": 0.48876953125}, {"start": 85.44, "end": 85.54, "word": " the", "probability": 0.7724609375}, {"start": 85.54, "end": 85.9, "word": " screen", "probability": 0.78662109375}, {"start": 85.9, "end": 86.72, "word": " and", "probability": 0.576171875}, {"start": 86.72, "end": 87.0, "word": " put", "probability": 0.347412109375}, {"start": 87.0, "end": 87.1, "word": " it", "probability": 0.92626953125}, {"start": 87.1, "end": 87.54, "word": " anywhere", "probability": 0.444091796875}, {"start": 87.54, "end": 88.52, "word": " you", "probability": 0.8994140625}, {"start": 88.52, "end": 88.8, "word": " want", "probability": 0.77685546875}], "temperature": 1.0}, {"id": 4, "seek": 11252, "start": 91.28, "end": 112.52, "text": " The idea is that you can put this toolbar anywhere you want. You can put it in any design you want. Until now, we haven't seen how to do this. We saw the toolbar, we made drag and drop, and then we put it on top. But of course, the difficulty now is that you have to put the toolbar in all activities.", "tokens": [440, 1558, 307, 300, 291, 393, 829, 341, 47715, 4992, 291, 528, 13, 509, 393, 829, 309, 294, 604, 1715, 291, 528, 13, 9088, 586, 11, 321, 2378, 380, 1612, 577, 281, 360, 341, 13, 492, 1866, 264, 47715, 11, 321, 1027, 5286, 293, 3270, 11, 293, 550, 321, 829, 309, 322, 1192, 13, 583, 295, 1164, 11, 264, 10360, 586, 307, 300, 291, 362, 281, 829, 264, 47715, 294, 439, 5354, 13], "avg_logprob": -0.49662160873413086, "compression_ratio": 1.6324324324324324, "no_speech_prob": 0.0, "words": [{"start": 91.28, "end": 91.5, "word": " The", "probability": 0.57666015625}, {"start": 91.5, "end": 91.74, "word": " idea", "probability": 0.76806640625}, {"start": 91.74, "end": 92.02, "word": " is", "probability": 0.7880859375}, {"start": 92.02, "end": 92.8, "word": " that", "probability": 0.578125}, {"start": 92.8, "end": 93.76, "word": " you", "probability": 0.62109375}, {"start": 93.76, "end": 94.04, "word": " can", "probability": 0.81884765625}, {"start": 94.04, "end": 94.34, "word": " put", "probability": 0.235595703125}, {"start": 94.34, "end": 94.34, "word": " this", "probability": 0.492919921875}, {"start": 94.34, "end": 94.34, "word": " toolbar", "probability": 0.716796875}, {"start": 94.34, "end": 94.96, "word": " anywhere", "probability": 0.8173828125}, {"start": 94.96, "end": 95.78, "word": " you", "probability": 0.379150390625}, {"start": 95.78, "end": 95.94, "word": " want.", "probability": 0.703125}, {"start": 96.88, "end": 96.96, "word": " You", "probability": 0.374755859375}, {"start": 96.96, "end": 98.6, "word": " can", "probability": 0.66552734375}, {"start": 98.6, "end": 98.74, "word": " put", "probability": 0.57275390625}, {"start": 98.74, "end": 98.78, "word": " it", "probability": 0.375}, {"start": 98.78, "end": 98.88, "word": " in", "probability": 0.450439453125}, {"start": 98.88, "end": 99.38, "word": " any", "probability": 0.435302734375}, {"start": 99.38, "end": 99.38, "word": " design", "probability": 0.37890625}, {"start": 99.38, "end": 99.48, "word": " you", "probability": 0.6337890625}, {"start": 99.48, "end": 99.82, "word": " want.", "probability": 0.7294921875}, {"start": 100.2, "end": 100.36, "word": " Until", "probability": 0.307861328125}, {"start": 100.36, "end": 100.74, "word": " now,", "probability": 0.9091796875}, {"start": 100.78, "end": 100.78, "word": " we", "probability": 0.93115234375}, {"start": 100.78, "end": 100.84, "word": " haven't", "probability": 0.6278076171875}, {"start": 100.84, "end": 100.98, "word": " seen", "probability": 0.845703125}, {"start": 100.98, "end": 101.3, "word": " how", "probability": 0.8134765625}, {"start": 101.3, "end": 101.4, "word": " to", "probability": 0.6806640625}, {"start": 101.4, "end": 101.52, "word": " do", "probability": 0.75048828125}, {"start": 101.52, "end": 101.8, "word": " this.", "probability": 0.477783203125}, {"start": 102.96, "end": 103.4, "word": " We", "probability": 0.71875}, {"start": 103.4, "end": 103.96, "word": " saw", "probability": 0.332763671875}, {"start": 103.96, "end": 104.16, "word": " the", "probability": 0.5224609375}, {"start": 104.16, "end": 104.36, "word": " toolbar,", "probability": 0.9541015625}, {"start": 104.48, "end": 104.54, "word": " we", "probability": 0.35693359375}, {"start": 104.54, "end": 104.66, "word": " made", "probability": 0.225341796875}, {"start": 104.66, "end": 104.98, "word": " drag", "probability": 0.50390625}, {"start": 104.98, "end": 105.14, "word": " and", "probability": 0.6181640625}, {"start": 105.14, "end": 105.36, "word": " drop,", "probability": 0.89794921875}, {"start": 105.6, "end": 106.08, "word": " and", "probability": 0.68994140625}, {"start": 106.08, "end": 106.2, "word": " then", "probability": 0.75927734375}, {"start": 106.2, "end": 106.3, "word": " we", "probability": 0.78271484375}, {"start": 106.3, "end": 106.46, "word": " put", "probability": 0.61083984375}, {"start": 106.46, "end": 106.66, "word": " it", "probability": 0.8671875}, {"start": 106.66, "end": 106.8, "word": " on", "probability": 0.27001953125}, {"start": 106.8, "end": 106.98, "word": " top.", "probability": 0.8017578125}, {"start": 107.44, "end": 107.8, "word": " But", "probability": 0.71826171875}, {"start": 107.8, "end": 107.96, "word": " of", "probability": 0.291748046875}, {"start": 107.96, "end": 108.02, "word": " course,", "probability": 0.96044921875}, {"start": 108.1, "end": 108.14, "word": " the", "probability": 0.54345703125}, {"start": 108.14, "end": 108.4, "word": " difficulty", "probability": 0.61669921875}, {"start": 108.4, "end": 108.68, "word": " now", "probability": 0.56201171875}, {"start": 108.68, "end": 108.9, "word": " is", "probability": 0.89697265625}, {"start": 108.9, "end": 109.0, "word": " that", "probability": 0.9033203125}, {"start": 109.0, "end": 109.12, "word": " you", "probability": 0.876953125}, {"start": 109.12, "end": 109.22, "word": " have", "probability": 0.50537109375}, {"start": 109.22, "end": 109.66, "word": " to", "probability": 0.9736328125}, {"start": 109.66, "end": 109.74, "word": " put", "probability": 0.66796875}, {"start": 109.74, "end": 110.04, "word": " the", "probability": 0.8173828125}, {"start": 110.04, "end": 110.48, "word": " toolbar", "probability": 0.95361328125}, {"start": 110.48, "end": 111.06, "word": " in", "probability": 0.83984375}, {"start": 111.06, "end": 111.38, "word": " all", "probability": 0.86083984375}, {"start": 111.38, "end": 112.52, "word": " activities.", "probability": 0.7724609375}], "temperature": 1.0}, {"id": 5, "seek": 13946, "start": 113.14, "end": 139.46, "text": " We tried to solve this problem partially. Instead of copying the code of the tool bar and repeating it in the activities, you design the tool bar in its own layout. For example, this is the tool bar design. And you include this layout in all activities. This is what I did. Include for the layout. And don't forget that since the tool bar is an element in the screen, you need to link the other elements to it.", "tokens": [492, 3031, 281, 5039, 341, 1154, 18886, 13, 7156, 295, 27976, 264, 3089, 295, 264, 2290, 2159, 293, 18617, 309, 294, 264, 5354, 11, 291, 1715, 264, 2290, 2159, 294, 1080, 1065, 13333, 13, 1171, 1365, 11, 341, 307, 264, 2290, 2159, 1715, 13, 400, 291, 4090, 341, 13333, 294, 439, 5354, 13, 639, 307, 437, 286, 630, 13, 7779, 32334, 337, 264, 13333, 13, 400, 500, 380, 2870, 300, 1670, 264, 2290, 2159, 307, 364, 4478, 294, 264, 2568, 11, 291, 643, 281, 2113, 264, 661, 4959, 281, 309, 13], "avg_logprob": -0.4422554415853127, "compression_ratio": 1.8105726872246697, "no_speech_prob": 0.0, "words": [{"start": 113.14, "end": 113.62, "word": " We", "probability": 0.76513671875}, {"start": 113.62, "end": 113.76, "word": " tried", "probability": 0.61083984375}, {"start": 113.76, "end": 114.0, "word": " to", "probability": 0.9375}, {"start": 114.0, "end": 114.14, "word": " solve", "probability": 0.65966796875}, {"start": 114.14, "end": 114.28, "word": " this", "probability": 0.8349609375}, {"start": 114.28, "end": 114.5, "word": " problem", "probability": 0.64794921875}, {"start": 114.5, "end": 115.04, "word": " partially.", "probability": 0.42919921875}, {"start": 116.76, "end": 117.24, "word": " Instead", "probability": 0.4228515625}, {"start": 117.24, "end": 118.02, "word": " of", "probability": 0.96875}, {"start": 118.02, "end": 118.42, "word": " copying", "probability": 0.6953125}, {"start": 118.42, "end": 118.58, "word": " the", "probability": 0.4775390625}, {"start": 118.58, "end": 118.84, "word": " code", "probability": 0.56298828125}, {"start": 118.84, "end": 119.06, "word": " of", "probability": 0.474853515625}, {"start": 119.06, "end": 119.2, "word": " the", "probability": 0.7109375}, {"start": 119.2, "end": 119.32, "word": " tool", "probability": 0.470947265625}, {"start": 119.32, "end": 119.6, "word": " bar", "probability": 0.53466796875}, {"start": 119.6, "end": 119.96, "word": " and", "probability": 0.68115234375}, {"start": 119.96, "end": 120.38, "word": " repeating", "probability": 0.2037353515625}, {"start": 120.38, "end": 120.5, "word": " it", "probability": 0.8642578125}, {"start": 120.5, "end": 120.56, "word": " in", "probability": 0.6904296875}, {"start": 120.56, "end": 120.62, "word": " the", "probability": 0.455078125}, {"start": 120.62, "end": 121.12, "word": " activities,", "probability": 0.9033203125}, {"start": 121.62, "end": 121.9, "word": " you", "probability": 0.60302734375}, {"start": 121.9, "end": 122.16, "word": " design", "probability": 0.77099609375}, {"start": 122.16, "end": 122.54, "word": " the", "probability": 0.77734375}, {"start": 122.54, "end": 122.72, "word": " tool", "probability": 0.85400390625}, {"start": 122.72, "end": 123.06, "word": " bar", "probability": 0.9228515625}, {"start": 123.06, "end": 124.24, "word": " in", "probability": 0.7138671875}, {"start": 124.24, "end": 124.32, "word": " its", "probability": 0.2120361328125}, {"start": 124.32, "end": 124.96, "word": " own", "probability": 0.76806640625}, {"start": 124.96, "end": 124.96, "word": " layout.", "probability": 0.9599609375}, {"start": 125.24, "end": 125.46, "word": " For", "probability": 0.484619140625}, {"start": 125.46, "end": 125.64, "word": " example,", "probability": 0.93310546875}, {"start": 125.64, "end": 125.64, "word": " this", "probability": 0.7275390625}, {"start": 125.64, "end": 125.64, "word": " is", "probability": 0.9033203125}, {"start": 125.64, "end": 125.82, "word": " the", "probability": 0.441162109375}, {"start": 125.82, "end": 125.96, "word": " tool", "probability": 0.8544921875}, {"start": 125.96, "end": 126.14, "word": " bar", "probability": 0.8681640625}, {"start": 126.14, "end": 126.62, "word": " design.", "probability": 0.96337890625}, {"start": 127.56, "end": 127.8, "word": " And", "probability": 0.339111328125}, {"start": 127.8, "end": 127.96, "word": " you", "probability": 0.4736328125}, {"start": 127.96, "end": 128.56, "word": " include", "probability": 0.3193359375}, {"start": 128.56, "end": 129.08, "word": " this", "probability": 0.5048828125}, {"start": 129.08, "end": 129.48, "word": " layout", "probability": 0.65869140625}, {"start": 129.48, "end": 129.88, "word": " in", "probability": 0.7578125}, {"start": 129.88, "end": 130.12, "word": " all", "probability": 0.62646484375}, {"start": 130.12, "end": 130.66, "word": " activities.", "probability": 0.658203125}, {"start": 131.24, "end": 131.42, "word": " This", "probability": 0.2021484375}, {"start": 131.42, "end": 131.5, "word": " is", "probability": 0.8779296875}, {"start": 131.5, "end": 131.72, "word": " what", "probability": 0.73583984375}, {"start": 131.72, "end": 131.82, "word": " I", "probability": 0.779296875}, {"start": 131.82, "end": 131.82, "word": " did.", "probability": 0.56689453125}, {"start": 132.06, "end": 132.54, "word": " Include", "probability": 0.67236328125}, {"start": 132.54, "end": 133.28, "word": " for", "probability": 0.457763671875}, {"start": 133.28, "end": 133.34, "word": " the", "probability": 0.60400390625}, {"start": 133.34, "end": 133.58, "word": " layout.", "probability": 0.97021484375}, {"start": 133.78, "end": 133.82, "word": " And", "probability": 0.51123046875}, {"start": 133.82, "end": 133.9, "word": " don't", "probability": 0.6129150390625}, {"start": 133.9, "end": 134.22, "word": " forget", "probability": 0.9189453125}, {"start": 134.22, "end": 134.84, "word": " that", "probability": 0.66064453125}, {"start": 134.84, "end": 135.14, "word": " since", "probability": 0.64599609375}, {"start": 135.14, "end": 135.82, "word": " the", "probability": 0.78564453125}, {"start": 135.82, "end": 136.02, "word": " tool", "probability": 0.9306640625}, {"start": 136.02, "end": 136.2, "word": " bar", "probability": 0.94970703125}, {"start": 136.2, "end": 136.32, "word": " is", "probability": 0.58544921875}, {"start": 136.32, "end": 136.48, "word": " an", "probability": 0.62890625}, {"start": 136.48, "end": 136.6, "word": " element", "probability": 0.90673828125}, {"start": 136.6, "end": 136.76, "word": " in", "probability": 0.548828125}, {"start": 136.76, "end": 136.86, "word": " the", "probability": 0.9111328125}, {"start": 136.86, "end": 137.12, "word": " screen,", "probability": 0.80810546875}, {"start": 137.28, "end": 137.4, "word": " you", "probability": 0.87109375}, {"start": 137.4, "end": 137.72, "word": " need", "probability": 0.5537109375}, {"start": 137.72, "end": 137.94, "word": " to", "probability": 0.97314453125}, {"start": 137.94, "end": 138.08, "word": " link", "probability": 0.359130859375}, {"start": 138.08, "end": 138.24, "word": " the", "probability": 0.56884765625}, {"start": 138.24, "end": 138.26, "word": " other", "probability": 0.8466796875}, {"start": 138.26, "end": 138.58, "word": " elements", "probability": 0.82958984375}, {"start": 138.58, "end": 139.0, "word": " to", "probability": 0.607421875}, {"start": 139.0, "end": 139.46, "word": " it.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 6, "seek": 16690, "start": 140.56, "end": 166.9, "text": " The action bar was considered the top of the screen, the parent. When you connect with the parent, everything comes under the action bar. But here I am a element in the screen. For example, I gave the toolbar an ID called toolbar. You see, I came to the first text view and told it to bottom off the toolbar. Otherwise, some elements could come on the screen. Now, when you put the toolbar by default, an empty square appears.", "tokens": [440, 3069, 2159, 390, 4888, 264, 1192, 295, 264, 2568, 11, 264, 2596, 13, 1133, 291, 1745, 365, 264, 2596, 11, 1203, 1487, 833, 264, 3069, 2159, 13, 583, 510, 286, 669, 257, 4478, 294, 264, 2568, 13, 1171, 1365, 11, 286, 2729, 264, 47715, 364, 7348, 1219, 47715, 13, 509, 536, 11, 286, 1361, 281, 264, 700, 2487, 1910, 293, 1907, 309, 281, 2767, 766, 264, 47715, 13, 10328, 11, 512, 4959, 727, 808, 322, 264, 2568, 13, 823, 11, 562, 291, 829, 264, 47715, 538, 7576, 11, 364, 6707, 3732, 7038, 13], "avg_logprob": -0.47335526754981594, "compression_ratio": 1.7357723577235773, "no_speech_prob": 0.0, "words": [{"start": 140.56, "end": 141.04, "word": " The", "probability": 0.452880859375}, {"start": 141.04, "end": 141.34, "word": " action", "probability": 0.759765625}, {"start": 141.34, "end": 141.66, "word": " bar", "probability": 0.90966796875}, {"start": 141.66, "end": 141.94, "word": " was", "probability": 0.349609375}, {"start": 141.94, "end": 142.76, "word": " considered", "probability": 0.39013671875}, {"start": 142.76, "end": 143.98, "word": " the", "probability": 0.4345703125}, {"start": 143.98, "end": 144.22, "word": " top", "probability": 0.58056640625}, {"start": 144.22, "end": 144.42, "word": " of", "probability": 0.70654296875}, {"start": 144.42, "end": 144.54, "word": " the", "probability": 0.9091796875}, {"start": 144.54, "end": 144.82, "word": " screen,", "probability": 0.7431640625}, {"start": 144.88, "end": 145.02, "word": " the", "probability": 0.372314453125}, {"start": 145.02, "end": 145.3, "word": " parent.", "probability": 0.677734375}, {"start": 145.8, "end": 146.28, "word": " When", "probability": 0.3798828125}, {"start": 146.28, "end": 146.5, "word": " you", "probability": 0.88134765625}, {"start": 146.5, "end": 146.6, "word": " connect", "probability": 0.69140625}, {"start": 146.6, "end": 146.76, "word": " with", "probability": 0.464599609375}, {"start": 146.76, "end": 146.92, "word": " the", "probability": 0.81787109375}, {"start": 146.92, "end": 147.14, "word": " parent,", "probability": 0.9365234375}, {"start": 147.3, "end": 147.52, "word": " everything", "probability": 0.85888671875}, {"start": 147.52, "end": 147.84, "word": " comes", "probability": 0.2496337890625}, {"start": 147.84, "end": 148.08, "word": " under", "probability": 0.74853515625}, {"start": 148.08, "end": 148.22, "word": " the", "probability": 0.88818359375}, {"start": 148.22, "end": 148.44, "word": " action", "probability": 0.9287109375}, {"start": 148.44, "end": 148.68, "word": " bar.", "probability": 0.9462890625}, {"start": 149.24, "end": 149.5, "word": " But", "probability": 0.77490234375}, {"start": 149.5, "end": 149.66, "word": " here", "probability": 0.65087890625}, {"start": 149.66, "end": 149.84, "word": " I", "probability": 0.289794921875}, {"start": 149.84, "end": 149.94, "word": " am", "probability": 0.39599609375}, {"start": 149.94, "end": 150.04, "word": " a", "probability": 0.382080078125}, {"start": 150.04, "end": 150.16, "word": " element", "probability": 0.6298828125}, {"start": 150.16, "end": 150.34, "word": " in", "probability": 0.42529296875}, {"start": 150.34, "end": 150.48, "word": " the", "probability": 0.90966796875}, {"start": 150.48, "end": 150.72, "word": " screen.", "probability": 0.8408203125}, {"start": 150.9, "end": 151.14, "word": " For", "probability": 0.279541015625}, {"start": 151.14, "end": 151.92, "word": " example,", "probability": 0.9326171875}, {"start": 152.56, "end": 152.72, "word": " I", "probability": 0.68359375}, {"start": 152.72, "end": 153.08, "word": " gave", "probability": 0.28515625}, {"start": 153.08, "end": 153.36, "word": " the", "probability": 0.4794921875}, {"start": 153.36, "end": 153.64, "word": " toolbar", "probability": 0.80908203125}, {"start": 153.64, "end": 153.84, "word": " an", "probability": 0.325439453125}, {"start": 153.84, "end": 154.2, "word": " ID", "probability": 0.68310546875}, {"start": 154.2, "end": 154.56, "word": " called", "probability": 0.60986328125}, {"start": 154.56, "end": 154.9, "word": " toolbar.", "probability": 0.6943359375}, {"start": 155.26, "end": 155.26, "word": " You", "probability": 0.1800537109375}, {"start": 155.26, "end": 155.5, "word": " see,", "probability": 0.8447265625}, {"start": 155.64, "end": 155.68, "word": " I", "probability": 0.66015625}, {"start": 155.68, "end": 155.86, "word": " came", "probability": 0.488525390625}, {"start": 155.86, "end": 156.04, "word": " to", "probability": 0.9033203125}, {"start": 156.04, "end": 156.22, "word": " the", "probability": 0.91064453125}, {"start": 156.22, "end": 156.66, "word": " first", "probability": 0.83349609375}, {"start": 156.66, "end": 156.94, "word": " text", "probability": 0.61083984375}, {"start": 156.94, "end": 157.16, "word": " view", "probability": 0.7373046875}, {"start": 157.16, "end": 157.24, "word": " and", "probability": 0.70166015625}, {"start": 157.24, "end": 157.38, "word": " told", "probability": 0.2275390625}, {"start": 157.38, "end": 157.48, "word": " it", "probability": 0.818359375}, {"start": 157.48, "end": 157.62, "word": " to", "probability": 0.77685546875}, {"start": 157.62, "end": 158.6, "word": " bottom", "probability": 0.458740234375}, {"start": 158.6, "end": 159.02, "word": " off", "probability": 0.53271484375}, {"start": 159.02, "end": 159.62, "word": " the", "probability": 0.53125}, {"start": 159.62, "end": 159.92, "word": " toolbar.", "probability": 0.97216796875}, {"start": 160.4, "end": 160.8, "word": " Otherwise,", "probability": 0.5751953125}, {"start": 161.1, "end": 161.56, "word": " some", "probability": 0.45361328125}, {"start": 161.56, "end": 161.98, "word": " elements", "probability": 0.86328125}, {"start": 161.98, "end": 162.02, "word": " could", "probability": 0.19921875}, {"start": 162.02, "end": 162.02, "word": " come", "probability": 0.59130859375}, {"start": 162.02, "end": 162.14, "word": " on", "probability": 0.3115234375}, {"start": 162.14, "end": 162.26, "word": " the", "probability": 0.87646484375}, {"start": 162.26, "end": 162.54, "word": " screen.", "probability": 0.88037109375}, {"start": 164.24, "end": 164.72, "word": " Now,", "probability": 0.53076171875}, {"start": 164.84, "end": 165.0, "word": " when", "probability": 0.86767578125}, {"start": 165.0, "end": 165.1, "word": " you", "probability": 0.931640625}, {"start": 165.1, "end": 165.32, "word": " put", "probability": 0.2374267578125}, {"start": 165.32, "end": 165.48, "word": " the", "probability": 0.72900390625}, {"start": 165.48, "end": 165.7, "word": " toolbar", "probability": 0.97998046875}, {"start": 165.7, "end": 165.94, "word": " by", "probability": 0.8984375}, {"start": 165.94, "end": 166.28, "word": " default,", "probability": 0.98486328125}, {"start": 166.48, "end": 166.62, "word": " an", "probability": 0.66259765625}, {"start": 166.62, "end": 166.62, "word": " empty", "probability": 0.77490234375}, {"start": 166.62, "end": 166.9, "word": " square", "probability": 0.61474609375}, {"start": 166.9, "end": 166.9, "word": " appears.", "probability": 0.6015625}], "temperature": 1.0}, {"id": 7, "seek": 19669, "start": 168.09, "end": 196.69, "text": " Now, we want the toolbar to be used as an alternative to the action bar. What does this mean? Everything that was present in the action bar, such as the title, the menu button, the navigation button, must be repeated twice in the toolbar. By default, the toolbar will be empty. Okay? So, there are two lines of code that you need to put in the activity. In each activity, you need to use a toolbar, which are these. First, you need to bring the toolbar.", "tokens": [823, 11, 321, 528, 264, 47715, 281, 312, 1143, 382, 364, 8535, 281, 264, 3069, 2159, 13, 708, 775, 341, 914, 30, 5471, 300, 390, 1974, 294, 264, 3069, 2159, 11, 1270, 382, 264, 4876, 11, 264, 6510, 2960, 11, 264, 17346, 2960, 11, 1633, 312, 10477, 6091, 294, 264, 47715, 13, 3146, 7576, 11, 264, 47715, 486, 312, 6707, 13, 1033, 30, 407, 11, 456, 366, 732, 3876, 295, 3089, 300, 291, 643, 281, 829, 294, 264, 5191, 13, 682, 1184, 5191, 11, 291, 643, 281, 764, 257, 47715, 11, 597, 366, 613, 13, 2386, 11, 291, 643, 281, 1565, 264, 47715, 13], "avg_logprob": -0.413690489814395, "compression_ratio": 1.8015873015873016, "no_speech_prob": 0.57958984375, "words": [{"start": 168.09, "end": 168.61, "word": " Now,", "probability": 0.2027587890625}, {"start": 168.89, "end": 168.89, "word": " we", "probability": 0.5859375}, {"start": 168.89, "end": 169.39, "word": " want", "probability": 0.4052734375}, {"start": 169.39, "end": 169.85, "word": " the", "probability": 0.444580078125}, {"start": 169.85, "end": 170.31, "word": " toolbar", "probability": 0.5712890625}, {"start": 170.31, "end": 170.93, "word": " to", "probability": 0.85400390625}, {"start": 170.93, "end": 171.17, "word": " be", "probability": 0.86279296875}, {"start": 171.17, "end": 171.63, "word": " used", "probability": 0.81982421875}, {"start": 171.63, "end": 171.93, "word": " as", "probability": 0.779296875}, {"start": 171.93, "end": 172.13, "word": " an", "probability": 0.453369140625}, {"start": 172.13, "end": 172.31, "word": " alternative", "probability": 0.88427734375}, {"start": 172.31, "end": 173.29, "word": " to", "probability": 0.82666015625}, {"start": 173.29, "end": 173.37, "word": " the", "probability": 0.703125}, {"start": 173.37, "end": 173.65, "word": " action", "probability": 0.90966796875}, {"start": 173.65, "end": 173.87, "word": " bar.", "probability": 0.87841796875}, {"start": 174.13, "end": 174.33, "word": " What", "probability": 0.62255859375}, {"start": 174.33, "end": 174.51, "word": " does", "probability": 0.85498046875}, {"start": 174.51, "end": 174.53, "word": " this", "probability": 0.4931640625}, {"start": 174.53, "end": 174.53, "word": " mean?", "probability": 0.95947265625}, {"start": 174.63, "end": 175.11, "word": " Everything", "probability": 0.473876953125}, {"start": 175.11, "end": 175.37, "word": " that", "probability": 0.5654296875}, {"start": 175.37, "end": 175.59, "word": " was", "probability": 0.52734375}, {"start": 175.59, "end": 176.11, "word": " present", "probability": 0.186279296875}, {"start": 176.11, "end": 176.89, "word": " in", "probability": 0.87158203125}, {"start": 176.89, "end": 177.01, "word": " the", "probability": 0.86181640625}, {"start": 177.01, "end": 177.29, "word": " action", "probability": 0.91162109375}, {"start": 177.29, "end": 177.59, "word": " bar,", "probability": 0.95703125}, {"start": 177.73, "end": 178.01, "word": " such", "probability": 0.47607421875}, {"start": 178.01, "end": 178.07, "word": " as", "probability": 0.9765625}, {"start": 178.07, "end": 178.17, "word": " the", "probability": 0.52294921875}, {"start": 178.17, "end": 178.57, "word": " title,", "probability": 0.95361328125}, {"start": 179.25, "end": 179.37, "word": " the", "probability": 0.5927734375}, {"start": 179.37, "end": 180.11, "word": " menu", "probability": 0.568359375}, {"start": 180.11, "end": 180.15, "word": " button,", "probability": 0.6005859375}, {"start": 180.65, "end": 180.97, "word": " the", "probability": 0.351806640625}, {"start": 180.97, "end": 181.77, "word": " navigation", "probability": 0.83837890625}, {"start": 181.77, "end": 181.99, "word": " button,", "probability": 0.787109375}, {"start": 182.21, "end": 182.87, "word": " must", "probability": 0.1651611328125}, {"start": 182.87, "end": 182.87, "word": " be", "probability": 0.6103515625}, {"start": 182.87, "end": 183.21, "word": " repeated", "probability": 0.303466796875}, {"start": 183.21, "end": 183.61, "word": " twice", "probability": 0.68115234375}, {"start": 183.61, "end": 184.33, "word": " in", "probability": 0.79345703125}, {"start": 184.33, "end": 184.45, "word": " the", "probability": 0.90380859375}, {"start": 184.45, "end": 184.71, "word": " toolbar.", "probability": 0.95849609375}, {"start": 184.91, "end": 185.25, "word": " By", "probability": 0.677734375}, {"start": 185.25, "end": 185.49, "word": " default,", "probability": 0.986328125}, {"start": 185.57, "end": 185.87, "word": " the", "probability": 0.84033203125}, {"start": 185.87, "end": 185.87, "word": " toolbar", "probability": 0.96533203125}, {"start": 185.87, "end": 186.07, "word": " will", "probability": 0.2364501953125}, {"start": 186.07, "end": 186.55, "word": " be", "probability": 0.775390625}, {"start": 186.55, "end": 186.97, "word": " empty.", "probability": 0.677734375}, {"start": 187.49, "end": 187.61, "word": " Okay?", "probability": 0.1949462890625}, {"start": 188.17, "end": 188.45, "word": " So,", "probability": 0.55810546875}, {"start": 188.77, "end": 188.89, "word": " there", "probability": 0.88525390625}, {"start": 188.89, "end": 188.89, "word": " are", "probability": 0.92578125}, {"start": 188.89, "end": 189.21, "word": " two", "probability": 0.87451171875}, {"start": 189.21, "end": 189.21, "word": " lines", "probability": 0.88134765625}, {"start": 189.21, "end": 189.39, "word": " of", "probability": 0.96630859375}, {"start": 189.39, "end": 189.59, "word": " code", "probability": 0.935546875}, {"start": 189.59, "end": 189.73, "word": " that", "probability": 0.654296875}, {"start": 189.73, "end": 189.87, "word": " you", "probability": 0.71875}, {"start": 189.87, "end": 189.91, "word": " need", "probability": 0.234375}, {"start": 189.91, "end": 189.91, "word": " to", "probability": 0.9677734375}, {"start": 189.91, "end": 190.13, "word": " put", "probability": 0.53515625}, {"start": 190.13, "end": 190.35, "word": " in", "probability": 0.685546875}, {"start": 190.35, "end": 190.47, "word": " the", "probability": 0.64599609375}, {"start": 190.47, "end": 190.93, "word": " activity.", "probability": 0.849609375}, {"start": 191.15, "end": 191.29, "word": " In", "probability": 0.7001953125}, {"start": 191.29, "end": 191.51, "word": " each", "probability": 0.70947265625}, {"start": 191.51, "end": 192.09, "word": " activity,", "probability": 0.9423828125}, {"start": 192.55, "end": 192.93, "word": " you", "probability": 0.92578125}, {"start": 192.93, "end": 193.09, "word": " need", "probability": 0.70166015625}, {"start": 193.09, "end": 193.19, "word": " to", "probability": 0.97119140625}, {"start": 193.19, "end": 193.51, "word": " use", "probability": 0.85498046875}, {"start": 193.51, "end": 193.83, "word": " a", "probability": 0.5048828125}, {"start": 193.83, "end": 194.03, "word": " toolbar,", "probability": 0.927734375}, {"start": 194.45, "end": 194.71, "word": " which", "probability": 0.744140625}, {"start": 194.71, "end": 194.85, "word": " are", "probability": 0.54443359375}, {"start": 194.85, "end": 195.15, "word": " these.", "probability": 0.83154296875}, {"start": 195.47, "end": 195.77, "word": " First,", "probability": 0.404296875}, {"start": 195.79, "end": 195.83, "word": " you", "probability": 0.9072265625}, {"start": 195.83, "end": 195.95, "word": " need", "probability": 0.83203125}, {"start": 195.95, "end": 196.09, "word": " to", "probability": 0.96826171875}, {"start": 196.09, "end": 196.31, "word": " bring", "probability": 0.450439453125}, {"start": 196.31, "end": 196.43, "word": " the", "probability": 0.7294921875}, {"start": 196.43, "end": 196.69, "word": " toolbar.", "probability": 0.951171875}], "temperature": 1.0}, {"id": 8, "seek": 21999, "start": 197.87, "end": 219.99, "text": " Find the view by IDI also and say set support action bar tool bar As if you are saying tool bar is an alternative to action bar And there is an important thing, don't forget to say no action bar from styles to remove it from the old action bar And this is how the action bar will work for you", "tokens": [11809, 264, 1910, 538, 286, 3085, 611, 293, 584, 992, 1406, 3069, 2159, 2290, 2159, 1018, 498, 291, 366, 1566, 2290, 2159, 307, 364, 8535, 281, 3069, 2159, 400, 456, 307, 364, 1021, 551, 11, 500, 380, 2870, 281, 584, 572, 3069, 2159, 490, 13273, 281, 4159, 309, 490, 264, 1331, 3069, 2159, 400, 341, 307, 577, 264, 3069, 2159, 486, 589, 337, 291], "avg_logprob": -0.7110576923076923, "compression_ratio": 1.723529411764706, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 197.87, "end": 198.41, "word": " Find", "probability": 0.362060546875}, {"start": 198.41, "end": 198.57, "word": " the", "probability": 0.24267578125}, {"start": 198.57, "end": 198.71, "word": " view", "probability": 0.6171875}, {"start": 198.71, "end": 198.85, "word": " by", "probability": 0.42822265625}, {"start": 198.85, "end": 199.09, "word": " IDI", "probability": 0.253143310546875}, {"start": 199.09, "end": 200.43, "word": " also", "probability": 0.318115234375}, {"start": 200.43, "end": 201.11, "word": " and", "probability": 0.442626953125}, {"start": 201.11, "end": 201.45, "word": " say", "probability": 0.14501953125}, {"start": 201.45, "end": 201.79, "word": " set", "probability": 0.4423828125}, {"start": 201.79, "end": 202.31, "word": " support", "probability": 0.859375}, {"start": 202.31, "end": 202.65, "word": " action", "probability": 0.90283203125}, {"start": 202.65, "end": 203.01, "word": " bar", "probability": 0.76513671875}, {"start": 203.01, "end": 203.73, "word": " tool", "probability": 0.368896484375}, {"start": 203.73, "end": 203.97, "word": " bar", "probability": 0.70361328125}, {"start": 203.97, "end": 204.15, "word": " As", "probability": 0.1875}, {"start": 204.15, "end": 204.35, "word": " if", "probability": 0.82080078125}, {"start": 204.35, "end": 204.49, "word": " you", "probability": 0.88134765625}, {"start": 204.49, "end": 204.63, "word": " are", "probability": 0.43115234375}, {"start": 204.63, "end": 204.73, "word": " saying", "probability": 0.381591796875}, {"start": 204.73, "end": 205.11, "word": " tool", "probability": 0.32275390625}, {"start": 205.11, "end": 205.43, "word": " bar", "probability": 0.9013671875}, {"start": 205.43, "end": 205.71, "word": " is", "probability": 0.798828125}, {"start": 205.71, "end": 206.83, "word": " an", "probability": 0.1376953125}, {"start": 206.83, "end": 206.83, "word": " alternative", "probability": 0.45849609375}, {"start": 206.83, "end": 206.97, "word": " to", "probability": 0.708984375}, {"start": 206.97, "end": 207.25, "word": " action", "probability": 0.8359375}, {"start": 207.25, "end": 207.47, "word": " bar", "probability": 0.9462890625}, {"start": 207.47, "end": 207.59, "word": " And", "probability": 0.38037109375}, {"start": 207.59, "end": 207.71, "word": " there", "probability": 0.41845703125}, {"start": 207.71, "end": 207.75, "word": " is", "probability": 0.8681640625}, {"start": 207.75, "end": 208.03, "word": " an", "probability": 0.32470703125}, {"start": 208.03, "end": 208.15, "word": " important", "probability": 0.8544921875}, {"start": 208.15, "end": 208.25, "word": " thing,", "probability": 0.8154296875}, {"start": 208.43, "end": 208.43, "word": " don't", "probability": 0.750732421875}, {"start": 208.43, "end": 208.73, "word": " forget", "probability": 0.89404296875}, {"start": 208.73, "end": 208.87, "word": " to", "probability": 0.87158203125}, {"start": 208.87, "end": 209.77, "word": " say", "probability": 0.2724609375}, {"start": 209.77, "end": 211.03, "word": " no", "probability": 0.4111328125}, {"start": 211.03, "end": 211.35, "word": " action", "probability": 0.93798828125}, {"start": 211.35, "end": 211.53, "word": " bar", "probability": 0.931640625}, {"start": 211.53, "end": 211.61, "word": " from", "probability": 0.376220703125}, {"start": 211.61, "end": 211.61, "word": " styles", "probability": 0.5517578125}, {"start": 211.61, "end": 211.75, "word": " to", "probability": 0.37451171875}, {"start": 211.75, "end": 212.17, "word": " remove", "probability": 0.7578125}, {"start": 212.17, "end": 212.59, "word": " it", "probability": 0.25537109375}, {"start": 212.59, "end": 212.75, "word": " from", "probability": 0.80078125}, {"start": 212.75, "end": 213.25, "word": " the", "probability": 0.404052734375}, {"start": 213.25, "end": 213.39, "word": " old", "probability": 0.413330078125}, {"start": 213.39, "end": 213.51, "word": " action", "probability": 0.91162109375}, {"start": 213.51, "end": 214.17, "word": " bar", "probability": 0.95751953125}, {"start": 214.17, "end": 216.69, "word": " And", "probability": 0.17333984375}, {"start": 216.69, "end": 216.95, "word": " this", "probability": 0.1259765625}, {"start": 216.95, "end": 216.97, "word": " is", "probability": 0.450927734375}, {"start": 216.97, "end": 217.63, "word": " how", "probability": 0.78662109375}, {"start": 217.63, "end": 217.95, "word": " the", "probability": 0.30224609375}, {"start": 217.95, "end": 218.23, "word": " action", "probability": 0.9248046875}, {"start": 218.23, "end": 218.61, "word": " bar", "probability": 0.94775390625}, {"start": 218.61, "end": 219.21, "word": " will", "probability": 0.2998046875}, {"start": 219.21, "end": 219.53, "word": " work", "probability": 0.408447265625}, {"start": 219.53, "end": 219.77, "word": " for", "probability": 0.35107421875}, {"start": 219.77, "end": 219.99, "word": " you", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 9, "seek": 24305, "start": 225.37, "end": 243.05, "text": " By default, when you say setSupportActionBar and give him the toolbar, he will put the title of the application from the manifest in the label. There is an attribute label in the manifest with the title of the application. Let's go back to the design of the toolbar.", "tokens": [3146, 7576, 11, 562, 291, 584, 992, 50, 10504, 477, 32, 882, 38666, 293, 976, 796, 264, 47715, 11, 415, 486, 829, 264, 4876, 295, 264, 3861, 490, 264, 10067, 294, 264, 7645, 13, 821, 307, 364, 19667, 7645, 294, 264, 10067, 365, 264, 4876, 295, 264, 3861, 13, 961, 311, 352, 646, 281, 264, 1715, 295, 264, 47715, 13], "avg_logprob": -0.501280710345409, "compression_ratio": 1.638036809815951, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 225.37, "end": 225.81, "word": " By", "probability": 0.220703125}, {"start": 225.81, "end": 226.25, "word": " default,", "probability": 0.94921875}, {"start": 226.43, "end": 226.55, "word": " when", "probability": 0.401611328125}, {"start": 226.55, "end": 226.73, "word": " you", "probability": 0.8330078125}, {"start": 226.73, "end": 226.91, "word": " say", "probability": 0.165283203125}, {"start": 226.91, "end": 228.11, "word": " setSupportActionBar", "probability": 0.77685546875}, {"start": 228.11, "end": 228.21, "word": " and", "probability": 0.61083984375}, {"start": 228.21, "end": 228.41, "word": " give", "probability": 0.349609375}, {"start": 228.41, "end": 228.55, "word": " him", "probability": 0.1885986328125}, {"start": 228.55, "end": 228.61, "word": " the", "probability": 0.68603515625}, {"start": 228.61, "end": 228.91, "word": " toolbar,", "probability": 0.583984375}, {"start": 229.73, "end": 230.59, "word": " he", "probability": 0.6474609375}, {"start": 230.59, "end": 230.69, "word": " will", "probability": 0.55078125}, {"start": 230.69, "end": 231.09, "word": " put", "probability": 0.1832275390625}, {"start": 231.09, "end": 231.21, "word": " the", "probability": 0.68994140625}, {"start": 231.21, "end": 231.49, "word": " title", "probability": 0.293701171875}, {"start": 231.49, "end": 231.61, "word": " of", "probability": 0.89892578125}, {"start": 231.61, "end": 231.71, "word": " the", "probability": 0.8369140625}, {"start": 231.71, "end": 232.13, "word": " application", "probability": 0.609375}, {"start": 232.13, "end": 232.31, "word": " from", "probability": 0.310546875}, {"start": 232.31, "end": 235.05, "word": " the", "probability": 0.46484375}, {"start": 235.05, "end": 235.43, "word": " manifest", "probability": 0.62548828125}, {"start": 235.43, "end": 235.71, "word": " in", "probability": 0.205078125}, {"start": 235.71, "end": 235.79, "word": " the", "probability": 0.80859375}, {"start": 235.79, "end": 236.07, "word": " label.", "probability": 0.93701171875}, {"start": 236.47, "end": 236.65, "word": " There", "probability": 0.3662109375}, {"start": 236.65, "end": 236.73, "word": " is", "probability": 0.810546875}, {"start": 236.73, "end": 236.83, "word": " an", "probability": 0.53173828125}, {"start": 236.83, "end": 237.13, "word": " attribute", "probability": 0.943359375}, {"start": 237.13, "end": 237.49, "word": " label", "probability": 0.7119140625}, {"start": 237.49, "end": 237.63, "word": " in", "probability": 0.8984375}, {"start": 237.63, "end": 237.75, "word": " the", "probability": 0.8330078125}, {"start": 237.75, "end": 238.11, "word": " manifest", "probability": 0.94384765625}, {"start": 238.11, "end": 238.35, "word": " with", "probability": 0.337158203125}, {"start": 238.35, "end": 238.43, "word": " the", "probability": 0.84814453125}, {"start": 238.43, "end": 238.71, "word": " title", "probability": 0.82421875}, {"start": 238.71, "end": 239.47, "word": " of", "probability": 0.919921875}, {"start": 239.47, "end": 239.49, "word": " the", "probability": 0.890625}, {"start": 239.49, "end": 239.77, "word": " application.", "probability": 0.93310546875}, {"start": 240.91, "end": 241.35, "word": " Let's", "probability": 0.6595458984375}, {"start": 241.35, "end": 241.39, "word": " go", "probability": 0.64306640625}, {"start": 241.39, "end": 241.53, "word": " back", "probability": 0.865234375}, {"start": 241.53, "end": 242.01, "word": " to", "probability": 0.67138671875}, {"start": 242.01, "end": 242.37, "word": " the", "probability": 0.6142578125}, {"start": 242.37, "end": 242.59, "word": " design", "probability": 0.5947265625}, {"start": 242.59, "end": 242.77, "word": " of", "probability": 0.96630859375}, {"start": 242.77, "end": 242.83, "word": " the", "probability": 0.80126953125}, {"start": 242.83, "end": 243.05, "word": " toolbar.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 10, "seek": 27344, "start": 244.3, "end": 273.44, "text": " We talked about what is here, we said that these are the background and minimum height that use the attributes in the current theme You can change these If you want to put another title other than what is in the manifest, you can change it in the manifest or there is an attribute here called title Title, put the title that you want For example, change the question and answer", "tokens": [492, 2825, 466, 437, 307, 510, 11, 321, 848, 300, 613, 366, 264, 3678, 293, 7285, 6681, 300, 764, 264, 17212, 294, 264, 2190, 6314, 509, 393, 1319, 613, 759, 291, 528, 281, 829, 1071, 4876, 661, 813, 437, 307, 294, 264, 10067, 11, 291, 393, 1319, 309, 294, 264, 10067, 420, 456, 307, 364, 19667, 510, 1219, 4876, 26768, 11, 829, 264, 4876, 300, 291, 528, 1171, 1365, 11, 1319, 264, 1168, 293, 1867], "avg_logprob": -0.47944080280630214, "compression_ratio": 1.8173076923076923, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 244.3, "end": 244.8, "word": " We", "probability": 0.58935546875}, {"start": 244.8, "end": 245.02, "word": " talked", "probability": 0.4462890625}, {"start": 245.02, "end": 245.36, "word": " about", "probability": 0.8759765625}, {"start": 245.36, "end": 245.68, "word": " what", "probability": 0.197998046875}, {"start": 245.68, "end": 245.68, "word": " is", "probability": 0.463134765625}, {"start": 245.68, "end": 246.14, "word": " here,", "probability": 0.31201171875}, {"start": 246.28, "end": 246.34, "word": " we", "probability": 0.5107421875}, {"start": 246.34, "end": 246.48, "word": " said", "probability": 0.85546875}, {"start": 246.48, "end": 246.72, "word": " that", "probability": 0.802734375}, {"start": 246.72, "end": 247.0, "word": " these", "probability": 0.396728515625}, {"start": 247.0, "end": 247.12, "word": " are", "probability": 0.18359375}, {"start": 247.12, "end": 247.22, "word": " the", "probability": 0.68212890625}, {"start": 247.22, "end": 247.56, "word": " background", "probability": 0.6904296875}, {"start": 247.56, "end": 247.9, "word": " and", "probability": 0.853515625}, {"start": 247.9, "end": 248.22, "word": " minimum", "probability": 0.619140625}, {"start": 248.22, "end": 248.64, "word": " height", "probability": 0.7392578125}, {"start": 248.64, "end": 248.78, "word": " that", "probability": 0.317138671875}, {"start": 248.78, "end": 249.16, "word": " use", "probability": 0.453857421875}, {"start": 249.16, "end": 249.32, "word": " the", "probability": 0.6767578125}, {"start": 249.32, "end": 249.9, "word": " attributes", "probability": 0.8486328125}, {"start": 249.9, "end": 250.38, "word": " in", "probability": 0.4130859375}, {"start": 250.38, "end": 250.5, "word": " the", "probability": 0.78515625}, {"start": 250.5, "end": 250.6, "word": " current", "probability": 0.300537109375}, {"start": 250.6, "end": 251.82, "word": " theme", "probability": 0.869140625}, {"start": 251.82, "end": 252.96, "word": " You", "probability": 0.2139892578125}, {"start": 252.96, "end": 253.74, "word": " can", "probability": 0.90966796875}, {"start": 253.74, "end": 254.04, "word": " change", "probability": 0.87060546875}, {"start": 254.04, "end": 254.38, "word": " these", "probability": 0.48046875}, {"start": 254.38, "end": 256.56, "word": " If", "probability": 0.407958984375}, {"start": 256.56, "end": 256.84, "word": " you", "probability": 0.966796875}, {"start": 256.84, "end": 257.08, "word": " want", "probability": 0.76611328125}, {"start": 257.08, "end": 257.16, "word": " to", "probability": 0.95556640625}, {"start": 257.16, "end": 257.32, "word": " put", "probability": 0.45947265625}, {"start": 257.32, "end": 257.4, "word": " another", "probability": 0.61474609375}, {"start": 257.4, "end": 257.74, "word": " title", "probability": 0.94873046875}, {"start": 257.74, "end": 258.18, "word": " other", "probability": 0.55712890625}, {"start": 258.18, "end": 258.22, "word": " than", "probability": 0.92236328125}, {"start": 258.22, "end": 258.36, "word": " what", "probability": 0.448974609375}, {"start": 258.36, "end": 258.42, "word": " is", "probability": 0.7421875}, {"start": 258.42, "end": 258.66, "word": " in", "probability": 0.7314453125}, {"start": 258.66, "end": 258.78, "word": " the", "probability": 0.87109375}, {"start": 258.78, "end": 259.04, "word": " manifest,", "probability": 0.740234375}, {"start": 259.18, "end": 259.34, "word": " you", "probability": 0.916015625}, {"start": 259.34, "end": 259.5, "word": " can", "probability": 0.91943359375}, {"start": 259.5, "end": 259.78, "word": " change", "probability": 0.86474609375}, {"start": 259.78, "end": 259.9, "word": " it", "probability": 0.6953125}, {"start": 259.9, "end": 259.96, "word": " in", "probability": 0.77294921875}, {"start": 259.96, "end": 260.06, "word": " the", "probability": 0.888671875}, {"start": 260.06, "end": 260.24, "word": " manifest", "probability": 0.84375}, {"start": 260.24, "end": 260.44, "word": " or", "probability": 0.64111328125}, {"start": 260.44, "end": 260.78, "word": " there", "probability": 0.6513671875}, {"start": 260.78, "end": 260.78, "word": " is", "probability": 0.38232421875}, {"start": 260.78, "end": 261.02, "word": " an", "probability": 0.75537109375}, {"start": 261.02, "end": 261.34, "word": " attribute", "probability": 0.93359375}, {"start": 261.34, "end": 261.54, "word": " here", "probability": 0.58935546875}, {"start": 261.54, "end": 261.86, "word": " called", "probability": 0.65087890625}, {"start": 261.86, "end": 262.98, "word": " title", "probability": 0.80322265625}, {"start": 262.98, "end": 265.2, "word": " Title,", "probability": 0.2242431640625}, {"start": 265.44, "end": 265.68, "word": " put", "probability": 0.5869140625}, {"start": 265.68, "end": 265.86, "word": " the", "probability": 0.83935546875}, {"start": 265.86, "end": 266.12, "word": " title", "probability": 0.974609375}, {"start": 266.12, "end": 266.32, "word": " that", "probability": 0.43212890625}, {"start": 266.32, "end": 266.74, "word": " you", "probability": 0.96337890625}, {"start": 266.74, "end": 267.0, "word": " want", "probability": 0.79296875}, {"start": 267.0, "end": 268.28, "word": " For", "probability": 0.51611328125}, {"start": 268.28, "end": 268.82, "word": " example,", "probability": 0.94775390625}, {"start": 271.54, "end": 272.28, "word": " change", "probability": 0.252197265625}, {"start": 272.28, "end": 272.82, "word": " the", "probability": 0.72412109375}, {"start": 272.82, "end": 273.0, "word": " question", "probability": 0.9365234375}, {"start": 273.0, "end": 273.18, "word": " and", "probability": 0.80224609375}, {"start": 273.18, "end": 273.44, "word": " answer", "probability": 0.82177734375}], "temperature": 1.0}, {"id": 11, "seek": 30173, "start": 275.77, "end": 301.73, "text": " And it's better to get the header from the string file You can also put something called subtitle Of course, if you take the title here, it will not take what is in the manifest, okay? Subtitle, let's say, for example, a competition program Do you know what a subtitle is? It's a subheader, it appears, I'll show you again, it appears below it", "tokens": [400, 309, 311, 1101, 281, 483, 264, 23117, 490, 264, 6798, 3991, 509, 393, 611, 829, 746, 1219, 30706, 306, 2720, 1164, 11, 498, 291, 747, 264, 4876, 510, 11, 309, 486, 406, 747, 437, 307, 294, 264, 10067, 11, 1392, 30, 8511, 27689, 306, 11, 718, 311, 584, 11, 337, 1365, 11, 257, 6211, 1461, 1144, 291, 458, 437, 257, 30706, 306, 307, 30, 467, 311, 257, 1422, 1934, 260, 11, 309, 7038, 11, 286, 603, 855, 291, 797, 11, 309, 7038, 2507, 309], "avg_logprob": -0.5635901176652243, "compression_ratio": 1.5925925925925926, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 275.77, "end": 275.99, "word": " And", "probability": 0.352294921875}, {"start": 275.99, "end": 276.09, "word": " it's", "probability": 0.413330078125}, {"start": 276.09, "end": 276.31, "word": " better", "probability": 0.6669921875}, {"start": 276.31, "end": 276.45, "word": " to", "probability": 0.609375}, {"start": 276.45, "end": 276.65, "word": " get", "probability": 0.288330078125}, {"start": 276.65, "end": 276.85, "word": " the", "probability": 0.25927734375}, {"start": 276.85, "end": 277.09, "word": " header", "probability": 0.406494140625}, {"start": 277.09, "end": 277.51, "word": " from", "probability": 0.78125}, {"start": 277.51, "end": 277.95, "word": " the", "probability": 0.69873046875}, {"start": 277.95, "end": 278.43, "word": " string", "probability": 0.6123046875}, {"start": 278.43, "end": 278.55, "word": " file", "probability": 0.73876953125}, {"start": 278.55, "end": 280.25, "word": " You", "probability": 0.69482421875}, {"start": 280.25, "end": 280.47, "word": " can", "probability": 0.85546875}, {"start": 280.47, "end": 280.71, "word": " also", "probability": 0.82958984375}, {"start": 280.71, "end": 281.17, "word": " put", "probability": 0.321533203125}, {"start": 281.17, "end": 281.41, "word": " something", "probability": 0.501953125}, {"start": 281.41, "end": 281.71, "word": " called", "probability": 0.7578125}, {"start": 281.71, "end": 283.19, "word": " subtitle", "probability": 0.776123046875}, {"start": 283.19, "end": 286.11, "word": " Of", "probability": 0.37109375}, {"start": 286.11, "end": 286.17, "word": " course,", "probability": 0.9482421875}, {"start": 286.27, "end": 286.31, "word": " if", "probability": 0.90234375}, {"start": 286.31, "end": 286.61, "word": " you", "probability": 0.86962890625}, {"start": 286.61, "end": 287.05, "word": " take", "probability": 0.2337646484375}, {"start": 287.05, "end": 287.19, "word": " the", "probability": 0.76123046875}, {"start": 287.19, "end": 287.51, "word": " title", "probability": 0.8974609375}, {"start": 287.51, "end": 287.75, "word": " here,", "probability": 0.685546875}, {"start": 287.79, "end": 287.89, "word": " it", "probability": 0.83056640625}, {"start": 287.89, "end": 288.03, "word": " will", "probability": 0.541015625}, {"start": 288.03, "end": 288.03, "word": " not", "probability": 0.91455078125}, {"start": 288.03, "end": 288.29, "word": " take", "probability": 0.7470703125}, {"start": 288.29, "end": 288.41, "word": " what", "probability": 0.60498046875}, {"start": 288.41, "end": 288.49, "word": " is", "probability": 0.75146484375}, {"start": 288.49, "end": 288.81, "word": " in", "probability": 0.662109375}, {"start": 288.81, "end": 289.65, "word": " the", "probability": 0.859375}, {"start": 289.65, "end": 289.93, "word": " manifest,", "probability": 0.57470703125}, {"start": 290.03, "end": 290.37, "word": " okay?", "probability": 0.486083984375}, {"start": 290.87, "end": 291.35, "word": " Subtitle,", "probability": 0.77490234375}, {"start": 291.93, "end": 292.21, "word": " let's", "probability": 0.830810546875}, {"start": 292.21, "end": 292.41, "word": " say,", "probability": 0.9384765625}, {"start": 292.47, "end": 292.47, "word": " for", "probability": 0.56494140625}, {"start": 292.47, "end": 292.95, "word": " example,", "probability": 0.9375}, {"start": 293.09, "end": 293.35, "word": " a", "probability": 0.46142578125}, {"start": 293.35, "end": 293.35, "word": " competition", "probability": 0.3642578125}, {"start": 293.35, "end": 295.45, "word": " program", "probability": 0.91162109375}, {"start": 295.45, "end": 295.71, "word": " Do", "probability": 0.5146484375}, {"start": 295.71, "end": 295.93, "word": " you", "probability": 0.96923828125}, {"start": 295.93, "end": 295.93, "word": " know", "probability": 0.88720703125}, {"start": 295.93, "end": 296.13, "word": " what", "probability": 0.92724609375}, {"start": 296.13, "end": 296.25, "word": " a", "probability": 0.2724609375}, {"start": 296.25, "end": 296.85, "word": " subtitle", "probability": 0.931640625}, {"start": 296.85, "end": 296.85, "word": " is?", "probability": 0.91259765625}, {"start": 297.63, "end": 297.63, "word": " It's", "probability": 0.5203857421875}, {"start": 297.63, "end": 297.87, "word": " a", "probability": 0.71875}, {"start": 297.87, "end": 298.13, "word": " subheader,", "probability": 0.4487711588541667}, {"start": 298.17, "end": 298.23, "word": " it", "probability": 0.49560546875}, {"start": 298.23, "end": 298.55, "word": " appears,", "probability": 0.30078125}, {"start": 299.01, "end": 299.85, "word": " I'll", "probability": 0.4849853515625}, {"start": 299.85, "end": 299.95, "word": " show", "probability": 0.406005859375}, {"start": 299.95, "end": 300.21, "word": " you", "probability": 0.6796875}, {"start": 300.21, "end": 300.51, "word": " again,", "probability": 0.422607421875}, {"start": 300.67, "end": 301.31, "word": " it", "probability": 0.56201171875}, {"start": 301.31, "end": 301.31, "word": " appears", "probability": 0.8564453125}, {"start": 301.31, "end": 301.65, "word": " below", "probability": 0.448974609375}, {"start": 301.65, "end": 301.73, "word": " it", "probability": 0.77392578125}], "temperature": 1.0}, {"id": 12, "seek": 31750, "start": 303.48, "end": 317.5, "text": " Before he starts working, let's continue. Okay, we also saw the color. Last time, the color was a problem. What did we do? I found that in order to change the color, we went to the theme", "tokens": [4546, 415, 3719, 1364, 11, 718, 311, 2354, 13, 1033, 11, 321, 611, 1866, 264, 2017, 13, 5264, 565, 11, 264, 2017, 390, 257, 1154, 13, 708, 630, 321, 360, 30, 286, 1352, 300, 294, 1668, 281, 1319, 264, 2017, 11, 321, 1437, 281, 264, 6314], "avg_logprob": -0.5797872416516567, "compression_ratio": 1.355072463768116, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 303.48, "end": 303.92, "word": " Before", "probability": 0.350830078125}, {"start": 303.92, "end": 304.1, "word": " he", "probability": 0.5341796875}, {"start": 304.1, "end": 304.26, "word": " starts", "probability": 0.191162109375}, {"start": 304.26, "end": 304.46, "word": " working,", "probability": 0.6572265625}, {"start": 304.64, "end": 304.82, "word": " let's", "probability": 0.51947021484375}, {"start": 304.82, "end": 305.08, "word": " continue.", "probability": 0.61181640625}, {"start": 305.2, "end": 305.48, "word": " Okay,", "probability": 0.167724609375}, {"start": 305.84, "end": 306.56, "word": " we", "probability": 0.488525390625}, {"start": 306.56, "end": 306.7, "word": " also", "probability": 0.6611328125}, {"start": 306.7, "end": 306.86, "word": " saw", "probability": 0.4501953125}, {"start": 306.86, "end": 307.3, "word": " the", "probability": 0.484130859375}, {"start": 307.3, "end": 307.52, "word": " color.", "probability": 0.489990234375}, {"start": 307.9, "end": 308.32, "word": " Last", "probability": 0.442138671875}, {"start": 308.32, "end": 308.74, "word": " time,", "probability": 0.880859375}, {"start": 308.76, "end": 308.76, "word": " the", "probability": 0.4443359375}, {"start": 308.76, "end": 308.76, "word": " color", "probability": 0.87451171875}, {"start": 308.76, "end": 308.92, "word": " was", "probability": 0.81201171875}, {"start": 308.92, "end": 309.12, "word": " a", "probability": 0.6279296875}, {"start": 309.12, "end": 309.42, "word": " problem.", "probability": 0.84326171875}, {"start": 309.96, "end": 310.24, "word": " What", "probability": 0.736328125}, {"start": 310.24, "end": 310.32, "word": " did", "probability": 0.94482421875}, {"start": 310.32, "end": 310.54, "word": " we", "probability": 0.93896484375}, {"start": 310.54, "end": 310.54, "word": " do?", "probability": 0.96044921875}, {"start": 310.66, "end": 310.74, "word": " I", "probability": 0.2763671875}, {"start": 310.74, "end": 310.92, "word": " found", "probability": 0.41552734375}, {"start": 310.92, "end": 311.3, "word": " that", "probability": 0.6025390625}, {"start": 311.3, "end": 311.68, "word": " in", "probability": 0.346923828125}, {"start": 311.68, "end": 313.24, "word": " order", "probability": 0.90087890625}, {"start": 313.24, "end": 313.42, "word": " to", "probability": 0.97119140625}, {"start": 313.42, "end": 313.64, "word": " change", "probability": 0.89453125}, {"start": 313.64, "end": 313.82, "word": " the", "probability": 0.9013671875}, {"start": 313.82, "end": 314.08, "word": " color,", "probability": 0.8994140625}, {"start": 315.3, "end": 315.92, "word": " we", "probability": 0.88037109375}, {"start": 315.92, "end": 315.92, "word": " went", "probability": 0.451904296875}, {"start": 315.92, "end": 317.04, "word": " to", "probability": 0.919921875}, {"start": 317.04, "end": 317.22, "word": " the", "probability": 0.2998046875}, {"start": 317.22, "end": 317.5, "word": " theme", "probability": 0.45068359375}], "temperature": 1.0}, {"id": 13, "seek": 33664, "start": 319.72, "end": 336.64, "text": " And we added the primary text color, but it turned out that the primary text color does not use only the title, it uses all the text inside, so the text inside turned out to be white When I added the primary text color, this is the shape of the text", "tokens": [400, 321, 3869, 264, 6194, 2487, 2017, 11, 457, 309, 3574, 484, 300, 264, 6194, 2487, 2017, 775, 406, 764, 787, 264, 4876, 11, 309, 4960, 439, 264, 2487, 1854, 11, 370, 264, 2487, 1854, 3574, 484, 281, 312, 2418, 1133, 286, 3869, 264, 6194, 2487, 2017, 11, 341, 307, 264, 3909, 295, 264, 2487], "avg_logprob": -0.6283482004489217, "compression_ratio": 1.8518518518518519, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 319.72, "end": 320.3, "word": " And", "probability": 0.1826171875}, {"start": 320.3, "end": 320.68, "word": " we", "probability": 0.386962890625}, {"start": 320.68, "end": 320.68, "word": " added", "probability": 0.69775390625}, {"start": 320.68, "end": 321.66, "word": " the", "probability": 0.367431640625}, {"start": 321.66, "end": 322.5, "word": " primary", "probability": 0.5185546875}, {"start": 322.5, "end": 322.8, "word": " text", "probability": 0.85791015625}, {"start": 322.8, "end": 323.08, "word": " color,", "probability": 0.8115234375}, {"start": 323.6, "end": 323.88, "word": " but", "probability": 0.7265625}, {"start": 323.88, "end": 324.08, "word": " it", "probability": 0.260498046875}, {"start": 324.08, "end": 324.1, "word": " turned", "probability": 0.323486328125}, {"start": 324.1, "end": 324.18, "word": " out", "probability": 0.892578125}, {"start": 324.18, "end": 324.3, "word": " that", "probability": 0.5966796875}, {"start": 324.3, "end": 325.02, "word": " the", "probability": 0.447509765625}, {"start": 325.02, "end": 325.32, "word": " primary", "probability": 0.385986328125}, {"start": 325.32, "end": 325.64, "word": " text", "probability": 0.85107421875}, {"start": 325.64, "end": 325.94, "word": " color", "probability": 0.83056640625}, {"start": 325.94, "end": 326.1, "word": " does", "probability": 0.265380859375}, {"start": 326.1, "end": 326.1, "word": " not", "probability": 0.93896484375}, {"start": 326.1, "end": 326.46, "word": " use", "probability": 0.43896484375}, {"start": 326.46, "end": 326.74, "word": " only", "probability": 0.5244140625}, {"start": 326.74, "end": 326.9, "word": " the", "probability": 0.8154296875}, {"start": 326.9, "end": 327.28, "word": " title,", "probability": 0.890625}, {"start": 327.9, "end": 328.16, "word": " it", "probability": 0.43359375}, {"start": 328.16, "end": 328.48, "word": " uses", "probability": 0.51513671875}, {"start": 328.48, "end": 328.8, "word": " all", "probability": 0.52099609375}, {"start": 328.8, "end": 328.88, "word": " the", "probability": 0.609375}, {"start": 328.88, "end": 329.08, "word": " text", "probability": 0.45751953125}, {"start": 329.08, "end": 329.48, "word": " inside,", "probability": 0.560546875}, {"start": 329.56, "end": 329.66, "word": " so", "probability": 0.62109375}, {"start": 329.66, "end": 329.92, "word": " the", "probability": 0.353515625}, {"start": 329.92, "end": 330.14, "word": " text", "probability": 0.77734375}, {"start": 330.14, "end": 330.46, "word": " inside", "probability": 0.6298828125}, {"start": 330.46, "end": 330.52, "word": " turned", "probability": 0.270751953125}, {"start": 330.52, "end": 330.52, "word": " out", "probability": 0.2220458984375}, {"start": 330.52, "end": 330.54, "word": " to", "probability": 0.77978515625}, {"start": 330.54, "end": 330.56, "word": " be", "probability": 0.95166015625}, {"start": 330.56, "end": 330.88, "word": " white", "probability": 0.8642578125}, {"start": 330.88, "end": 331.72, "word": " When", "probability": 0.1571044921875}, {"start": 331.72, "end": 332.28, "word": " I", "probability": 0.65576171875}, {"start": 332.28, "end": 332.62, "word": " added", "probability": 0.293701171875}, {"start": 332.62, "end": 333.1, "word": " the", "probability": 0.791015625}, {"start": 333.1, "end": 333.38, "word": " primary", "probability": 0.890625}, {"start": 333.38, "end": 333.66, "word": " text", "probability": 0.93115234375}, {"start": 333.66, "end": 333.98, "word": " color,", "probability": 0.890625}, {"start": 334.58, "end": 334.92, "word": " this", "probability": 0.44873046875}, {"start": 334.92, "end": 335.0, "word": " is", "probability": 0.85009765625}, {"start": 335.0, "end": 335.66, "word": " the", "probability": 0.5341796875}, {"start": 335.66, "end": 335.88, "word": " shape", "probability": 0.499267578125}, {"start": 335.88, "end": 336.14, "word": " of", "probability": 0.81298828125}, {"start": 336.14, "end": 336.4, "word": " the", "probability": 0.75244140625}, {"start": 336.4, "end": 336.64, "word": " text", "probability": 0.404052734375}], "temperature": 1.0}, {"id": 14, "seek": 35590, "start": 339.12, "end": 355.9, "text": " And in the menu, it turned out to be white. This is an example of this question, and I answered it by writing to the competition program. Of course, until now, the text can't change its size, right? Or the color of the line it has. It takes the default of the action bar, not the length of the bar instead of the action bar.", "tokens": [400, 294, 264, 6510, 11, 309, 3574, 484, 281, 312, 2418, 13, 639, 307, 364, 1365, 295, 341, 1168, 11, 293, 286, 10103, 309, 538, 3579, 281, 264, 6211, 1461, 13, 2720, 1164, 11, 1826, 586, 11, 264, 2487, 393, 380, 1319, 1080, 2744, 11, 558, 30, 1610, 264, 2017, 295, 264, 1622, 309, 575, 13, 467, 2516, 264, 7576, 295, 264, 3069, 2159, 11, 406, 264, 4641, 295, 264, 2159, 2602, 295, 264, 3069, 2159, 13], "avg_logprob": -0.5961538239931449, "compression_ratio": 1.555023923444976, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 339.12, "end": 339.5, "word": " And", "probability": 0.255859375}, {"start": 339.5, "end": 339.7, "word": " in", "probability": 0.07562255859375}, {"start": 339.7, "end": 339.92, "word": " the", "probability": 0.78271484375}, {"start": 339.92, "end": 339.94, "word": " menu,", "probability": 0.685546875}, {"start": 340.04, "end": 340.04, "word": " it", "probability": 0.54443359375}, {"start": 340.04, "end": 340.16, "word": " turned", "probability": 0.1748046875}, {"start": 340.16, "end": 340.18, "word": " out", "probability": 0.6064453125}, {"start": 340.18, "end": 340.26, "word": " to", "probability": 0.6298828125}, {"start": 340.26, "end": 340.26, "word": " be", "probability": 0.94140625}, {"start": 340.26, "end": 340.5, "word": " white.", "probability": 0.72412109375}, {"start": 341.32, "end": 341.72, "word": " This", "probability": 0.336181640625}, {"start": 341.72, "end": 341.72, "word": " is", "probability": 0.55615234375}, {"start": 341.72, "end": 341.92, "word": " an", "probability": 0.51953125}, {"start": 341.92, "end": 341.92, "word": " example", "probability": 0.95947265625}, {"start": 341.92, "end": 342.0, "word": " of", "probability": 0.85107421875}, {"start": 342.0, "end": 342.1, "word": " this", "probability": 0.50244140625}, {"start": 342.1, "end": 342.3, "word": " question,", "probability": 0.86181640625}, {"start": 342.34, "end": 342.42, "word": " and", "probability": 0.619140625}, {"start": 342.42, "end": 342.52, "word": " I", "probability": 0.438232421875}, {"start": 342.52, "end": 342.68, "word": " answered", "probability": 0.25634765625}, {"start": 342.68, "end": 342.86, "word": " it", "probability": 0.61376953125}, {"start": 342.86, "end": 342.92, "word": " by", "probability": 0.56884765625}, {"start": 342.92, "end": 343.04, "word": " writing", "probability": 0.85302734375}, {"start": 343.04, "end": 343.24, "word": " to", "probability": 0.2081298828125}, {"start": 343.24, "end": 343.32, "word": " the", "probability": 0.47509765625}, {"start": 343.32, "end": 343.38, "word": " competition", "probability": 0.2939453125}, {"start": 343.38, "end": 344.64, "word": " program.", "probability": 0.422119140625}, {"start": 344.86, "end": 344.96, "word": " Of", "probability": 0.2939453125}, {"start": 344.96, "end": 345.0, "word": " course,", "probability": 0.96142578125}, {"start": 345.1, "end": 345.3, "word": " until", "probability": 0.3095703125}, {"start": 345.3, "end": 345.66, "word": " now,", "probability": 0.93408203125}, {"start": 345.8, "end": 346.4, "word": " the", "probability": 0.217529296875}, {"start": 346.4, "end": 347.2, "word": " text", "probability": 0.77734375}, {"start": 347.2, "end": 347.54, "word": " can't", "probability": 0.4163818359375}, {"start": 347.54, "end": 347.78, "word": " change", "probability": 0.8623046875}, {"start": 347.78, "end": 347.88, "word": " its", "probability": 0.748046875}, {"start": 347.88, "end": 348.16, "word": " size,", "probability": 0.7763671875}, {"start": 348.48, "end": 348.62, "word": " right?", "probability": 0.2802734375}, {"start": 348.72, "end": 348.8, "word": " Or", "probability": 0.494873046875}, {"start": 348.8, "end": 349.22, "word": " the", "probability": 0.5810546875}, {"start": 349.22, "end": 349.42, "word": " color", "probability": 0.70166015625}, {"start": 349.42, "end": 349.6, "word": " of", "probability": 0.89453125}, {"start": 349.6, "end": 349.6, "word": " the", "probability": 0.85498046875}, {"start": 349.6, "end": 349.78, "word": " line", "probability": 0.7978515625}, {"start": 349.78, "end": 349.96, "word": " it", "probability": 0.1826171875}, {"start": 349.96, "end": 350.18, "word": " has.", "probability": 0.4912109375}, {"start": 350.54, "end": 350.92, "word": " It", "probability": 0.59326171875}, {"start": 350.92, "end": 351.9, "word": " takes", "probability": 0.4501953125}, {"start": 351.9, "end": 352.12, "word": " the", "probability": 0.80517578125}, {"start": 352.12, "end": 352.38, "word": " default", "probability": 0.845703125}, {"start": 352.38, "end": 352.62, "word": " of", "probability": 0.38671875}, {"start": 352.62, "end": 352.68, "word": " the", "probability": 0.6875}, {"start": 352.68, "end": 352.98, "word": " action", "probability": 0.8173828125}, {"start": 352.98, "end": 353.18, "word": " bar,", "probability": 0.9326171875}, {"start": 353.26, "end": 353.38, "word": " not", "probability": 0.406005859375}, {"start": 353.38, "end": 353.84, "word": " the", "probability": 0.6142578125}, {"start": 353.84, "end": 354.02, "word": " length", "probability": 0.26318359375}, {"start": 354.02, "end": 354.12, "word": " of", "probability": 0.55126953125}, {"start": 354.12, "end": 354.14, "word": " the", "probability": 0.87158203125}, {"start": 354.14, "end": 354.28, "word": " bar", "probability": 0.9306640625}, {"start": 354.28, "end": 354.56, "word": " instead", "probability": 0.57763671875}, {"start": 354.56, "end": 354.98, "word": " of", "probability": 0.95947265625}, {"start": 354.98, "end": 355.32, "word": " the", "probability": 0.8515625}, {"start": 355.32, "end": 355.58, "word": " action", "probability": 0.9345703125}, {"start": 355.58, "end": 355.9, "word": " bar.", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 15, "seek": 37981, "start": 356.79, "end": 379.81, "text": " Everything that was in the action bar, he put it in the toolbar For the colors, notice that the text is in black He wants to change the color of the text that is in it He also gives you two attributes called title and text color He gives you the color that you want, he just changes the color of the text that is in the title And there is subtitle", "tokens": [5471, 300, 390, 294, 264, 3069, 2159, 11, 415, 829, 309, 294, 264, 47715, 1171, 264, 4577, 11, 3449, 300, 264, 2487, 307, 294, 2211, 634, 2738, 281, 1319, 264, 2017, 295, 264, 2487, 300, 307, 294, 309, 634, 611, 2709, 291, 732, 17212, 1219, 4876, 293, 2487, 2017, 634, 2709, 291, 264, 2017, 300, 291, 528, 11, 415, 445, 2962, 264, 2017, 295, 264, 2487, 300, 307, 294, 264, 4876, 400, 456, 307, 30706, 306], "avg_logprob": -0.5454545237801292, "compression_ratio": 1.9333333333333333, "no_speech_prob": 0.0, "words": [{"start": 356.79, "end": 357.13, "word": " Everything", "probability": 0.286376953125}, {"start": 357.13, "end": 357.31, "word": " that", "probability": 0.42919921875}, {"start": 357.31, "end": 357.53, "word": " was", "probability": 0.7578125}, {"start": 357.53, "end": 357.91, "word": " in", "probability": 0.473388671875}, {"start": 357.91, "end": 358.03, "word": " the", "probability": 0.673828125}, {"start": 358.03, "end": 358.31, "word": " action", "probability": 0.705078125}, {"start": 358.31, "end": 358.65, "word": " bar,", "probability": 0.93310546875}, {"start": 358.99, "end": 359.17, "word": " he", "probability": 0.2347412109375}, {"start": 359.17, "end": 359.37, "word": " put", "probability": 0.416015625}, {"start": 359.37, "end": 359.69, "word": " it", "probability": 0.58056640625}, {"start": 359.69, "end": 360.09, "word": " in", "probability": 0.822265625}, {"start": 360.09, "end": 360.21, "word": " the", "probability": 0.6552734375}, {"start": 360.21, "end": 360.51, "word": " toolbar", "probability": 0.7548828125}, {"start": 360.51, "end": 361.51, "word": " For", "probability": 0.1175537109375}, {"start": 361.51, "end": 361.93, "word": " the", "probability": 0.54052734375}, {"start": 361.93, "end": 362.15, "word": " colors,", "probability": 0.68798828125}, {"start": 363.19, "end": 363.71, "word": " notice", "probability": 0.33740234375}, {"start": 363.71, "end": 364.01, "word": " that", "probability": 0.6103515625}, {"start": 364.01, "end": 364.09, "word": " the", "probability": 0.625}, {"start": 364.09, "end": 364.27, "word": " text", "probability": 0.83740234375}, {"start": 364.27, "end": 364.53, "word": " is", "probability": 0.357421875}, {"start": 364.53, "end": 364.63, "word": " in", "probability": 0.305908203125}, {"start": 364.63, "end": 364.97, "word": " black", "probability": 0.86572265625}, {"start": 364.97, "end": 365.75, "word": " He", "probability": 0.2421875}, {"start": 365.75, "end": 365.89, "word": " wants", "probability": 0.254638671875}, {"start": 365.89, "end": 365.95, "word": " to", "probability": 0.9296875}, {"start": 365.95, "end": 366.19, "word": " change", "probability": 0.89892578125}, {"start": 366.19, "end": 366.43, "word": " the", "probability": 0.88330078125}, {"start": 366.43, "end": 366.43, "word": " color", "probability": 0.791015625}, {"start": 366.43, "end": 366.53, "word": " of", "probability": 0.947265625}, {"start": 366.53, "end": 366.55, "word": " the", "probability": 0.83349609375}, {"start": 366.55, "end": 366.75, "word": " text", "probability": 0.9501953125}, {"start": 366.75, "end": 366.93, "word": " that", "probability": 0.248046875}, {"start": 366.93, "end": 367.17, "word": " is", "probability": 0.54541015625}, {"start": 367.17, "end": 367.55, "word": " in", "probability": 0.54833984375}, {"start": 367.55, "end": 367.71, "word": " it", "probability": 0.5986328125}, {"start": 367.71, "end": 368.31, "word": " He", "probability": 0.425048828125}, {"start": 368.31, "end": 368.53, "word": " also", "probability": 0.419921875}, {"start": 368.53, "end": 368.77, "word": " gives", "probability": 0.78271484375}, {"start": 368.77, "end": 368.91, "word": " you", "probability": 0.64404296875}, {"start": 368.91, "end": 369.01, "word": " two", "probability": 0.74658203125}, {"start": 369.01, "end": 369.65, "word": " attributes", "probability": 0.85595703125}, {"start": 369.65, "end": 370.59, "word": " called", "probability": 0.1395263671875}, {"start": 370.59, "end": 371.09, "word": " title", "probability": 0.7421875}, {"start": 371.09, "end": 371.67, "word": " and", "probability": 0.477294921875}, {"start": 371.67, "end": 371.89, "word": " text", "probability": 0.9521484375}, {"start": 371.89, "end": 372.23, "word": " color", "probability": 0.67041015625}, {"start": 372.23, "end": 373.55, "word": " He", "probability": 0.460205078125}, {"start": 373.55, "end": 373.73, "word": " gives", "probability": 0.72802734375}, {"start": 373.73, "end": 373.87, "word": " you", "probability": 0.72998046875}, {"start": 373.87, "end": 373.91, "word": " the", "probability": 0.73193359375}, {"start": 373.91, "end": 374.05, "word": " color", "probability": 0.8583984375}, {"start": 374.05, "end": 374.17, "word": " that", "probability": 0.286376953125}, {"start": 374.17, "end": 374.25, "word": " you", "probability": 0.96044921875}, {"start": 374.25, "end": 374.39, "word": " want,", "probability": 0.802734375}, {"start": 374.53, "end": 374.61, "word": " he", "probability": 0.36376953125}, {"start": 374.61, "end": 374.65, "word": " just", "probability": 0.3779296875}, {"start": 374.65, "end": 374.85, "word": " changes", "probability": 0.85302734375}, {"start": 374.85, "end": 375.33, "word": " the", "probability": 0.5546875}, {"start": 375.33, "end": 375.59, "word": " color", "probability": 0.4443359375}, {"start": 375.59, "end": 375.61, "word": " of", "probability": 0.9365234375}, {"start": 375.61, "end": 375.61, "word": " the", "probability": 0.8759765625}, {"start": 375.61, "end": 375.61, "word": " text", "probability": 0.95703125}, {"start": 375.61, "end": 375.73, "word": " that", "probability": 0.437744140625}, {"start": 375.73, "end": 375.83, "word": " is", "probability": 0.84716796875}, {"start": 375.83, "end": 377.13, "word": " in", "probability": 0.85009765625}, {"start": 377.13, "end": 377.27, "word": " the", "probability": 0.796875}, {"start": 377.27, "end": 377.61, "word": " title", "probability": 0.94921875}, {"start": 377.61, "end": 378.15, "word": " And", "probability": 0.5595703125}, {"start": 378.15, "end": 378.33, "word": " there", "probability": 0.334228515625}, {"start": 378.33, "end": 378.33, "word": " is", "probability": 0.72607421875}, {"start": 378.33, "end": 379.81, "word": " subtitle", "probability": 0.753173828125}], "temperature": 1.0}, {"id": 16, "seek": 39398, "start": 382.64, "end": 393.98, "text": " Subtitle and text color are used for subtitle and text color are used for subtitle and text color are used for subtitle", "tokens": [8511, 27689, 306, 293, 2487, 2017, 366, 1143, 337, 1422, 27689, 306, 293, 2487, 2017, 366, 1143, 337, 1422, 27689, 306, 293, 2487, 2017, 366, 1143, 337, 1422, 27689, 306], "avg_logprob": -0.724798402478618, "compression_ratio": 2.5, "no_speech_prob": 0.0, "words": [{"start": 382.64, "end": 383.28, "word": " Subtitle", "probability": 0.5522867838541666}, {"start": 383.28, "end": 383.36, "word": " and", "probability": 0.2259521484375}, {"start": 383.36, "end": 383.5, "word": " text", "probability": 0.44580078125}, {"start": 383.5, "end": 383.78, "word": " color", "probability": 0.724609375}, {"start": 383.78, "end": 383.94, "word": " are", "probability": 0.44873046875}, {"start": 383.94, "end": 384.36, "word": " used", "probability": 0.671875}, {"start": 384.36, "end": 384.54, "word": " for", "probability": 0.333251953125}, {"start": 384.54, "end": 385.22, "word": " subtitle", "probability": 0.4345703125}, {"start": 385.22, "end": 385.34, "word": " and", "probability": 0.397705078125}, {"start": 385.34, "end": 385.34, "word": " text", "probability": 0.181884765625}, {"start": 385.34, "end": 385.34, "word": " color", "probability": 0.72900390625}, {"start": 385.34, "end": 385.34, "word": " are", "probability": 0.458984375}, {"start": 385.34, "end": 385.66, "word": " used", "probability": 0.88134765625}, {"start": 385.66, "end": 386.0, "word": " for", "probability": 0.82177734375}, {"start": 386.0, "end": 386.34, "word": " subtitle", "probability": 0.6595865885416666}, {"start": 386.34, "end": 386.34, "word": " and", "probability": 0.68701171875}, {"start": 386.34, "end": 386.34, "word": " text", "probability": 0.79248046875}, {"start": 386.34, "end": 386.96, "word": " color", "probability": 0.86328125}, {"start": 386.96, "end": 389.12, "word": " are", "probability": 0.4697265625}, {"start": 389.12, "end": 393.74, "word": " used", "probability": 0.9169921875}, {"start": 393.74, "end": 393.76, "word": " for", "probability": 0.849609375}, {"start": 393.76, "end": 393.98, "word": " subtitle", "probability": 0.7423502604166666}], "temperature": 1.0}, {"id": 17, "seek": 44856, "start": 425.14, "end": 448.56, "text": " Ok, because here I used black, I didn't change the colors of this menu. This menu, to change its features, you have something called pop-up theme. Pop-up theme, you have to design a theme in style.", "tokens": [3477, 11, 570, 510, 286, 1143, 2211, 11, 286, 994, 380, 1319, 264, 4577, 295, 341, 6510, 13, 639, 6510, 11, 281, 1319, 1080, 4122, 11, 291, 362, 746, 1219, 1665, 12, 1010, 6314, 13, 10215, 12, 1010, 6314, 11, 291, 362, 281, 1715, 257, 6314, 294, 3758, 13], "avg_logprob": -0.5837499845027924, "compression_ratio": 1.4452554744525548, "no_speech_prob": 0.0, "words": [{"start": 425.14, "end": 425.76, "word": " Ok,", "probability": 0.276123046875}, {"start": 427.44, "end": 427.8, "word": " because", "probability": 0.1790771484375}, {"start": 427.8, "end": 428.82, "word": " here", "probability": 0.2161865234375}, {"start": 428.82, "end": 428.94, "word": " I", "probability": 0.479736328125}, {"start": 428.94, "end": 429.24, "word": " used", "probability": 0.525390625}, {"start": 429.24, "end": 429.72, "word": " black,", "probability": 0.66259765625}, {"start": 429.84, "end": 431.46, "word": " I", "probability": 0.80908203125}, {"start": 431.46, "end": 431.54, "word": " didn't", "probability": 0.6988525390625}, {"start": 431.54, "end": 431.86, "word": " change", "probability": 0.84228515625}, {"start": 431.86, "end": 432.14, "word": " the", "probability": 0.5185546875}, {"start": 432.14, "end": 432.48, "word": " colors", "probability": 0.458251953125}, {"start": 432.48, "end": 434.1, "word": " of", "probability": 0.65625}, {"start": 434.1, "end": 434.1, "word": " this", "probability": 0.61328125}, {"start": 434.1, "end": 435.4, "word": " menu.", "probability": 0.88330078125}, {"start": 435.6, "end": 435.76, "word": " This", "probability": 0.291748046875}, {"start": 435.76, "end": 436.04, "word": " menu,", "probability": 0.93310546875}, {"start": 436.32, "end": 436.46, "word": " to", "probability": 0.4501953125}, {"start": 436.46, "end": 436.82, "word": " change", "probability": 0.84521484375}, {"start": 436.82, "end": 437.42, "word": " its", "probability": 0.259033203125}, {"start": 437.42, "end": 439.68, "word": " features,", "probability": 0.3232421875}, {"start": 439.98, "end": 440.02, "word": " you", "probability": 0.59814453125}, {"start": 440.02, "end": 440.32, "word": " have", "probability": 0.76416015625}, {"start": 440.32, "end": 442.52, "word": " something", "probability": 0.5283203125}, {"start": 442.52, "end": 442.8, "word": " called", "probability": 0.8564453125}, {"start": 442.8, "end": 443.1, "word": " pop", "probability": 0.44580078125}, {"start": 443.1, "end": 443.34, "word": "-up", "probability": 0.743408203125}, {"start": 443.34, "end": 443.62, "word": " theme.", "probability": 0.91015625}, {"start": 444.74, "end": 445.36, "word": " Pop", "probability": 0.275634765625}, {"start": 445.36, "end": 445.56, "word": "-up", "probability": 0.95556640625}, {"start": 445.56, "end": 445.98, "word": " theme,", "probability": 0.87451171875}, {"start": 446.36, "end": 446.76, "word": " you", "probability": 0.89111328125}, {"start": 446.76, "end": 446.88, "word": " have", "probability": 0.62744140625}, {"start": 446.88, "end": 447.06, "word": " to", "probability": 0.96875}, {"start": 447.06, "end": 447.52, "word": " design", "probability": 0.74169921875}, {"start": 447.52, "end": 447.94, "word": " a", "probability": 0.7275390625}, {"start": 447.94, "end": 447.94, "word": " theme", "probability": 0.6142578125}, {"start": 447.94, "end": 448.08, "word": " in", "probability": 0.474853515625}, {"start": 448.08, "end": 448.56, "word": " style.", "probability": 0.33935546875}], "temperature": 1.0}, {"id": 18, "seek": 47319, "start": 449.49, "end": 473.19, "text": " Okay, and you say here take the theme that is in the style, you will try it, I did not try this summer for a long time We want to come and make a new style For whom is this? For the menu, the design of the menu I want to say for example my menu style And you say the parent", "tokens": [1033, 11, 293, 291, 584, 510, 747, 264, 6314, 300, 307, 294, 264, 3758, 11, 291, 486, 853, 309, 11, 286, 630, 406, 853, 341, 4266, 337, 257, 938, 565, 492, 528, 281, 808, 293, 652, 257, 777, 3758, 1171, 7101, 307, 341, 30, 1171, 264, 6510, 11, 264, 1715, 295, 264, 6510, 286, 528, 281, 584, 337, 1365, 452, 6510, 3758, 400, 291, 584, 264, 2596], "avg_logprob": -0.5050551330342012, "compression_ratio": 1.611764705882353, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 449.49, "end": 449.87, "word": " Okay,", "probability": 0.040252685546875}, {"start": 449.87, "end": 450.25, "word": " and", "probability": 0.6123046875}, {"start": 450.25, "end": 450.33, "word": " you", "probability": 0.21337890625}, {"start": 450.33, "end": 450.47, "word": " say", "probability": 0.31298828125}, {"start": 450.47, "end": 450.83, "word": " here", "probability": 0.7177734375}, {"start": 450.83, "end": 451.51, "word": " take", "probability": 0.4384765625}, {"start": 451.51, "end": 451.69, "word": " the", "probability": 0.8388671875}, {"start": 451.69, "end": 452.11, "word": " theme", "probability": 0.775390625}, {"start": 452.11, "end": 452.87, "word": " that", "probability": 0.3623046875}, {"start": 452.87, "end": 452.97, "word": " is", "probability": 0.5478515625}, {"start": 452.97, "end": 453.19, "word": " in", "probability": 0.53564453125}, {"start": 453.19, "end": 453.33, "word": " the", "probability": 0.7900390625}, {"start": 453.33, "end": 453.59, "word": " style,", "probability": 0.87744140625}, {"start": 453.67, "end": 453.83, "word": " you", "probability": 0.47412109375}, {"start": 453.83, "end": 453.83, "word": " will", "probability": 0.77392578125}, {"start": 453.83, "end": 454.17, "word": " try", "probability": 0.912109375}, {"start": 454.17, "end": 454.29, "word": " it,", "probability": 0.63623046875}, {"start": 454.29, "end": 454.39, "word": " I", "probability": 0.6552734375}, {"start": 454.39, "end": 454.67, "word": " did", "probability": 0.452880859375}, {"start": 454.67, "end": 454.71, "word": " not", "probability": 0.93798828125}, {"start": 454.71, "end": 454.91, "word": " try", "probability": 0.8720703125}, {"start": 454.91, "end": 455.23, "word": " this", "probability": 0.6572265625}, {"start": 455.23, "end": 455.23, "word": " summer", "probability": 0.369873046875}, {"start": 455.23, "end": 455.31, "word": " for", "probability": 0.407958984375}, {"start": 455.31, "end": 455.49, "word": " a", "probability": 0.96484375}, {"start": 455.49, "end": 455.55, "word": " long", "probability": 0.841796875}, {"start": 455.55, "end": 456.11, "word": " time", "probability": 0.88330078125}, {"start": 456.11, "end": 457.21, "word": " We", "probability": 0.51416015625}, {"start": 457.21, "end": 457.35, "word": " want", "probability": 0.57373046875}, {"start": 457.35, "end": 457.57, "word": " to", "probability": 0.96630859375}, {"start": 457.57, "end": 457.57, "word": " come", "probability": 0.360595703125}, {"start": 457.57, "end": 457.67, "word": " and", "probability": 0.63525390625}, {"start": 457.67, "end": 457.99, "word": " make", "probability": 0.74072265625}, {"start": 457.99, "end": 458.63, "word": " a", "probability": 0.96337890625}, {"start": 458.63, "end": 458.63, "word": " new", "probability": 0.8916015625}, {"start": 458.63, "end": 459.41, "word": " style", "probability": 0.88427734375}, {"start": 459.41, "end": 461.71, "word": " For", "probability": 0.4755859375}, {"start": 461.71, "end": 461.87, "word": " whom", "probability": 0.78125}, {"start": 461.87, "end": 462.01, "word": " is", "probability": 0.58740234375}, {"start": 462.01, "end": 462.15, "word": " this?", "probability": 0.86767578125}, {"start": 462.15, "end": 462.39, "word": " For", "probability": 0.78857421875}, {"start": 462.39, "end": 462.55, "word": " the", "probability": 0.81103515625}, {"start": 462.55, "end": 462.73, "word": " menu,", "probability": 0.80029296875}, {"start": 462.89, "end": 462.97, "word": " the", "probability": 0.34814453125}, {"start": 462.97, "end": 463.21, "word": " design", "probability": 0.64453125}, {"start": 463.21, "end": 463.43, "word": " of", "probability": 0.87890625}, {"start": 463.43, "end": 463.71, "word": " the", "probability": 0.9248046875}, {"start": 463.71, "end": 463.91, "word": " menu", "probability": 0.94384765625}, {"start": 463.91, "end": 464.77, "word": " I", "probability": 0.482177734375}, {"start": 464.77, "end": 464.89, "word": " want", "probability": 0.62939453125}, {"start": 464.89, "end": 464.95, "word": " to", "probability": 0.9677734375}, {"start": 464.95, "end": 465.07, "word": " say", "probability": 0.64892578125}, {"start": 465.07, "end": 465.23, "word": " for", "probability": 0.50244140625}, {"start": 465.23, "end": 465.39, "word": " example", "probability": 0.9560546875}, {"start": 465.39, "end": 465.81, "word": " my", "probability": 0.57080078125}, {"start": 465.81, "end": 466.63, "word": " menu", "probability": 0.66650390625}, {"start": 466.63, "end": 468.13, "word": " style", "probability": 0.8544921875}, {"start": 468.13, "end": 472.47, "word": " And", "probability": 0.77880859375}, {"start": 472.47, "end": 472.57, "word": " you", "probability": 0.62109375}, {"start": 472.57, "end": 472.71, "word": " say", "probability": 0.68701171875}, {"start": 472.71, "end": 472.87, "word": " the", "probability": 0.477294921875}, {"start": 472.87, "end": 473.19, "word": " parent", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 19, "seek": 50190, "start": 479.08, "end": 501.9, "text": "طيب هدا طيب هاتنجرب هدا and text color primary مثلا", "tokens": [9566, 1829, 3555, 8032, 28259, 23032, 1829, 3555, 8032, 9307, 1863, 7435, 25513, 8032, 28259, 293, 2487, 2017, 6194, 50113, 15040], "avg_logprob": -0.4200994223356247, "compression_ratio": 1.0724637681159421, "no_speech_prob": 0.0, "words": [{"start": 479.08, "end": 479.4, "word": "طيب", "probability": 0.5021158854166666}, {"start": 479.4, "end": 479.84, "word": " هدا", "probability": 0.4981689453125}, {"start": 479.84, "end": 486.94, "word": " طيب", "probability": 0.782958984375}, {"start": 486.94, "end": 487.48, "word": " هاتنجرب", "probability": 0.811279296875}, {"start": 487.48, "end": 488.36, "word": " هدا", "probability": 0.5626220703125}, {"start": 488.36, "end": 496.78, "word": " and", "probability": 0.595703125}, {"start": 496.78, "end": 497.22, "word": " text", "probability": 0.8623046875}, {"start": 497.22, "end": 498.26, "word": " color", "probability": 0.65771484375}, {"start": 498.26, "end": 501.38, "word": " primary", "probability": 0.8935546875}, {"start": 501.38, "end": 501.9, "word": " مثلا", "probability": 0.97314453125}], "temperature": 1.0}, {"id": 20, "seek": 53441, "start": 523.51, "end": 534.41, "text": "I'm still trying this, so I'm going to tell her I found it, go to toolbar and choose theme, which is from add style on my menu", "tokens": [40, 478, 920, 1382, 341, 11, 370, 286, 478, 516, 281, 980, 720, 286, 1352, 309, 11, 352, 281, 47715, 293, 2826, 6314, 11, 597, 307, 490, 909, 3758, 322, 452, 6510], "avg_logprob": -0.6794507575757576, "compression_ratio": 1.2475247524752475, "no_speech_prob": 0.0, "words": [{"start": 523.51, "end": 523.93, "word": "I'm", "probability": 0.6591796875}, {"start": 523.93, "end": 523.97, "word": " still", "probability": 0.734375}, {"start": 523.97, "end": 524.47, "word": " trying", "probability": 0.7890625}, {"start": 524.47, "end": 524.79, "word": " this,", "probability": 0.53515625}, {"start": 525.61, "end": 525.93, "word": " so", "probability": 0.36181640625}, {"start": 525.93, "end": 526.57, "word": " I'm", "probability": 0.56591796875}, {"start": 526.57, "end": 526.65, "word": " going", "probability": 0.468505859375}, {"start": 526.65, "end": 526.65, "word": " to", "probability": 0.95556640625}, {"start": 526.65, "end": 526.81, "word": " tell", "probability": 0.478271484375}, {"start": 526.81, "end": 526.97, "word": " her", "probability": 0.197021484375}, {"start": 526.97, "end": 527.31, "word": " I", "probability": 0.262451171875}, {"start": 527.31, "end": 527.37, "word": " found", "probability": 0.52197265625}, {"start": 527.37, "end": 527.69, "word": " it,", "probability": 0.7783203125}, {"start": 527.77, "end": 527.99, "word": " go", "probability": 0.30810546875}, {"start": 527.99, "end": 528.13, "word": " to", "probability": 0.73583984375}, {"start": 528.13, "end": 528.59, "word": " toolbar", "probability": 0.5283203125}, {"start": 528.59, "end": 528.77, "word": " and", "probability": 0.5302734375}, {"start": 528.77, "end": 529.01, "word": " choose", "probability": 0.33935546875}, {"start": 529.01, "end": 529.89, "word": " theme,", "probability": 0.72412109375}, {"start": 531.29, "end": 531.41, "word": " which", "probability": 0.453857421875}, {"start": 531.41, "end": 531.57, "word": " is", "probability": 0.90966796875}, {"start": 531.57, "end": 531.69, "word": " from", "probability": 0.326904296875}, {"start": 531.69, "end": 531.93, "word": " add", "probability": 0.16943359375}, {"start": 531.93, "end": 532.55, "word": " style", "probability": 0.91455078125}, {"start": 532.55, "end": 533.57, "word": " on", "probability": 0.267333984375}, {"start": 533.57, "end": 534.01, "word": " my", "probability": 0.90380859375}, {"start": 534.01, "end": 534.41, "word": " menu", "probability": 0.8701171875}], "temperature": 1.0}, {"id": 21, "seek": 59150, "start": 574.32, "end": 591.5, "text": " Okay, now see what he did, he put the color green. Why did he put green? Come here, what did he take? He took the text color. He didn't take this one. He put the arrow in red.", "tokens": [1033, 11, 586, 536, 437, 415, 630, 11, 415, 829, 264, 2017, 3092, 13, 1545, 630, 415, 829, 3092, 30, 2492, 510, 11, 437, 630, 415, 747, 30, 634, 1890, 264, 2487, 2017, 13, 634, 994, 380, 747, 341, 472, 13, 634, 829, 264, 11610, 294, 2182, 13], "avg_logprob": -0.4563137755102041, "compression_ratio": 1.4308943089430894, "no_speech_prob": 0.0, "words": [{"start": 574.32, "end": 574.82, "word": " Okay,", "probability": 0.1981201171875}, {"start": 574.82, "end": 575.32, "word": " now", "probability": 0.480224609375}, {"start": 575.32, "end": 577.64, "word": " see", "probability": 0.273193359375}, {"start": 577.64, "end": 577.84, "word": " what", "probability": 0.8955078125}, {"start": 577.84, "end": 577.94, "word": " he", "probability": 0.73046875}, {"start": 577.94, "end": 578.06, "word": " did,", "probability": 0.80322265625}, {"start": 578.18, "end": 578.18, "word": " he", "probability": 0.8486328125}, {"start": 578.18, "end": 578.42, "word": " put", "probability": 0.60302734375}, {"start": 578.42, "end": 578.82, "word": " the", "probability": 0.5556640625}, {"start": 578.82, "end": 579.12, "word": " color", "probability": 0.6171875}, {"start": 579.12, "end": 580.4, "word": " green.", "probability": 0.59326171875}, {"start": 581.64, "end": 582.14, "word": " Why", "probability": 0.81591796875}, {"start": 582.14, "end": 582.22, "word": " did", "probability": 0.74658203125}, {"start": 582.22, "end": 582.22, "word": " he", "probability": 0.91162109375}, {"start": 582.22, "end": 582.4, "word": " put", "probability": 0.8779296875}, {"start": 582.4, "end": 582.78, "word": " green?", "probability": 0.8662109375}, {"start": 583.02, "end": 583.34, "word": " Come", "probability": 0.35888671875}, {"start": 583.34, "end": 583.7, "word": " here,", "probability": 0.80517578125}, {"start": 584.32, "end": 584.52, "word": " what", "probability": 0.190673828125}, {"start": 584.52, "end": 584.52, "word": " did", "probability": 0.8837890625}, {"start": 584.52, "end": 584.66, "word": " he", "probability": 0.9287109375}, {"start": 584.66, "end": 584.92, "word": " take?", "probability": 0.50830078125}, {"start": 585.68, "end": 586.18, "word": " He", "probability": 0.94287109375}, {"start": 586.18, "end": 586.3, "word": " took", "probability": 0.9140625}, {"start": 586.3, "end": 586.44, "word": " the", "probability": 0.79638671875}, {"start": 586.44, "end": 586.64, "word": " text", "probability": 0.771484375}, {"start": 586.64, "end": 586.96, "word": " color.", "probability": 0.89453125}, {"start": 587.46, "end": 587.6, "word": " He", "probability": 0.6181640625}, {"start": 587.6, "end": 588.4, "word": " didn't", "probability": 0.7266845703125}, {"start": 588.4, "end": 588.64, "word": " take", "probability": 0.80615234375}, {"start": 588.64, "end": 588.86, "word": " this", "probability": 0.65673828125}, {"start": 588.86, "end": 589.08, "word": " one.", "probability": 0.51171875}, {"start": 589.6, "end": 589.76, "word": " He", "probability": 0.78271484375}, {"start": 589.76, "end": 589.88, "word": " put", "probability": 0.8369140625}, {"start": 589.88, "end": 590.82, "word": " the", "probability": 0.384521484375}, {"start": 590.82, "end": 590.96, "word": " arrow", "probability": 0.2147216796875}, {"start": 590.96, "end": 591.1, "word": " in", "probability": 0.58056640625}, {"start": 591.1, "end": 591.5, "word": " red.", "probability": 0.63671875}], "temperature": 1.0}, {"id": 22, "seek": 61044, "start": 592.46, "end": 610.44, "text": " The idea is that you want to design a theme, you see the parent of the theme has something called theme overlay What is theme overlay? It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing. It is when you overlay something that doesn't match with another thing.", "tokens": [440, 1558, 307, 300, 291, 528, 281, 1715, 257, 6314, 11, 291, 536, 264, 2596, 295, 264, 6314, 575, 746, 1219, 6314, 31741, 708, 307, 6314, 31741, 30, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13, 467, 307, 562, 291, 31741, 746, 300, 1177, 380, 2995, 365, 1071, 551, 13], "avg_logprob": -0.25458333757188584, "compression_ratio": 7.993006993006993, "no_speech_prob": 0.0, "words": [{"start": 592.46, "end": 592.88, "word": " The", "probability": 0.2900390625}, {"start": 592.88, "end": 593.14, "word": " idea", "probability": 0.8076171875}, {"start": 593.14, "end": 593.34, "word": " is", "probability": 0.76904296875}, {"start": 593.34, "end": 593.44, "word": " that", "probability": 0.42822265625}, {"start": 593.44, "end": 593.6, "word": " you", "probability": 0.8857421875}, {"start": 593.6, "end": 593.74, "word": " want", "probability": 0.265625}, {"start": 593.74, "end": 594.16, "word": " to", "probability": 0.9423828125}, {"start": 594.16, "end": 594.4, "word": " design", "probability": 0.8818359375}, {"start": 594.4, "end": 594.98, "word": " a", "probability": 0.818359375}, {"start": 594.98, "end": 595.3, "word": " theme,", "probability": 0.87255859375}, {"start": 595.68, "end": 595.94, "word": " you", "probability": 0.1583251953125}, {"start": 595.94, "end": 596.14, "word": " see", "probability": 0.7421875}, {"start": 596.14, "end": 596.36, "word": " the", "probability": 0.443603515625}, {"start": 596.36, "end": 597.2, "word": " parent", "probability": 0.436279296875}, {"start": 597.2, "end": 597.42, "word": " of", "probability": 0.34912109375}, {"start": 597.42, "end": 597.42, "word": " the", "probability": 0.6279296875}, {"start": 597.42, "end": 597.42, "word": " theme", "probability": 0.88232421875}, {"start": 597.42, "end": 597.64, "word": " has", "probability": 0.282958984375}, {"start": 597.64, "end": 597.74, "word": " something", "probability": 0.42626953125}, {"start": 597.74, "end": 597.96, "word": " called", "probability": 0.794921875}, {"start": 597.96, "end": 598.24, "word": " theme", "probability": 0.44921875}, {"start": 598.24, "end": 598.66, "word": " overlay", "probability": 0.94970703125}, {"start": 598.66, "end": 599.62, "word": " What", "probability": 0.342529296875}, {"start": 599.62, "end": 599.72, "word": " is", "probability": 0.82763671875}, {"start": 599.72, "end": 599.9, "word": " theme", "probability": 0.6552734375}, {"start": 599.9, "end": 600.26, "word": " overlay?", "probability": 0.94091796875}, {"start": 600.46, "end": 600.56, "word": " It", "probability": 0.25439453125}, {"start": 600.56, "end": 600.88, "word": " is", "probability": 0.50341796875}, {"start": 600.88, "end": 601.06, "word": " when", "probability": 0.42333984375}, {"start": 601.06, "end": 602.7, "word": " you", "probability": 0.66943359375}, {"start": 602.7, "end": 602.7, "word": " overlay", "probability": 0.5}, {"start": 602.7, "end": 603.26, "word": " something", "probability": 0.470703125}, {"start": 603.26, "end": 603.42, "word": " that", "probability": 0.62353515625}, {"start": 603.42, "end": 603.52, "word": " doesn't", "probability": 0.61065673828125}, {"start": 603.52, "end": 603.88, "word": " match", "probability": 0.2401123046875}, {"start": 603.88, "end": 604.08, "word": " with", "probability": 0.2166748046875}, {"start": 604.08, "end": 604.2, "word": " another", "probability": 0.1527099609375}, {"start": 604.2, "end": 604.38, "word": " thing.", "probability": 0.484130859375}, {"start": 604.6, "end": 604.76, "word": " It", "probability": 0.44287109375}, {"start": 604.76, "end": 604.82, "word": " is", "probability": 0.826171875}, {"start": 604.82, "end": 604.82, "word": " when", "probability": 0.4052734375}, {"start": 604.82, "end": 604.82, "word": " you", "probability": 0.8857421875}, {"start": 604.82, "end": 605.0, "word": " overlay", "probability": 0.46630859375}, {"start": 605.0, "end": 605.48, "word": " something", "probability": 0.2147216796875}, {"start": 605.48, "end": 605.94, "word": " that", "probability": 0.308349609375}, {"start": 605.94, "end": 606.06, "word": " doesn't", "probability": 0.759033203125}, {"start": 606.06, "end": 606.06, "word": " match", "probability": 0.69189453125}, {"start": 606.06, "end": 606.06, "word": " with", "probability": 0.79638671875}, {"start": 606.06, "end": 606.22, "word": " another", "probability": 0.77734375}, {"start": 606.22, "end": 606.52, "word": " thing.", "probability": 0.69970703125}, {"start": 606.52, "end": 606.52, "word": " It", "probability": 0.497314453125}, {"start": 606.52, "end": 606.52, "word": " is", "probability": 0.75244140625}, {"start": 606.52, "end": 606.52, "word": " when", "probability": 0.22412109375}, {"start": 606.52, "end": 606.52, "word": " you", "probability": 0.93212890625}, {"start": 606.52, "end": 606.52, "word": " overlay", "probability": 0.8701171875}, {"start": 606.52, "end": 606.52, "word": " something", "probability": 0.81640625}, {"start": 606.52, "end": 606.52, "word": " that", "probability": 0.94091796875}, {"start": 606.52, "end": 606.52, "word": " doesn't", "probability": 0.970703125}, {"start": 606.52, "end": 606.52, "word": " match", "probability": 0.87890625}, {"start": 606.52, "end": 606.52, "word": " with", "probability": 0.8916015625}, {"start": 606.52, "end": 606.52, "word": " another", "probability": 0.91943359375}, {"start": 606.52, "end": 606.52, "word": " thing.", "probability": 0.89306640625}, {"start": 606.52, "end": 606.52, "word": " It", "probability": 0.5849609375}, {"start": 606.52, "end": 606.52, "word": " is", "probability": 0.833984375}, {"start": 606.52, "end": 606.52, "word": " when", "probability": 0.324951171875}, {"start": 606.52, "end": 606.52, "word": " you", "probability": 0.92529296875}, {"start": 606.52, "end": 606.52, "word": " overlay", "probability": 0.8564453125}, {"start": 606.52, "end": 606.62, "word": " something", "probability": 0.8447265625}, {"start": 606.62, "end": 606.98, "word": " that", "probability": 0.9453125}, {"start": 606.98, "end": 607.4, "word": " doesn't", "probability": 0.972900390625}, {"start": 607.4, "end": 607.4, "word": " match", "probability": 0.89111328125}, {"start": 607.4, "end": 607.6, "word": " with", "probability": 0.89404296875}, {"start": 607.6, "end": 607.64, "word": " another", "probability": 0.93505859375}, {"start": 607.64, "end": 607.9, "word": " thing.", "probability": 0.9072265625}, {"start": 608.34, "end": 608.76, "word": " It", "probability": 0.67919921875}, {"start": 608.76, "end": 608.76, "word": " is", "probability": 0.89404296875}, {"start": 608.76, "end": 608.76, "word": " when", "probability": 0.744140625}, {"start": 608.76, "end": 608.9, "word": " you", "probability": 0.953125}, {"start": 608.9, "end": 609.94, "word": " overlay", "probability": 0.85791015625}, {"start": 609.94, "end": 609.98, "word": " something", "probability": 0.85009765625}, {"start": 609.98, "end": 609.98, "word": " that", "probability": 0.94580078125}, {"start": 609.98, "end": 609.98, "word": " doesn't", "probability": 0.973388671875}, {"start": 609.98, "end": 609.98, "word": " match", "probability": 0.896484375}, {"start": 609.98, "end": 610.22, "word": " with", "probability": 0.89501953125}, {"start": 610.22, "end": 610.22, "word": " another", "probability": 0.9423828125}, {"start": 610.22, "end": 610.26, "word": " thing.", "probability": 0.9189453125}, {"start": 610.26, "end": 610.26, "word": " It", "probability": 0.744140625}, {"start": 610.26, "end": 610.26, "word": " is", "probability": 0.919921875}, {"start": 610.26, "end": 610.26, "word": " when", "probability": 0.90234375}, {"start": 610.26, "end": 610.26, "word": " you", "probability": 0.966796875}, {"start": 610.26, "end": 610.26, "word": " overlay", "probability": 0.859375}, {"start": 610.26, "end": 610.28, "word": " something", "probability": 0.8515625}, {"start": 610.28, "end": 610.28, "word": " that", "probability": 0.94580078125}, {"start": 610.28, "end": 610.28, "word": " doesn't", "probability": 0.97314453125}, {"start": 610.28, "end": 610.28, "word": " match", "probability": 0.8974609375}, {"start": 610.28, "end": 610.28, "word": " with", "probability": 0.8984375}, {"start": 610.28, "end": 610.28, "word": " another", "probability": 0.94677734375}, {"start": 610.28, "end": 610.28, "word": " thing.", "probability": 0.923828125}, {"start": 610.28, "end": 610.28, "word": " It", "probability": 0.79052734375}, {"start": 610.28, "end": 610.28, "word": " is", "probability": 0.92919921875}, {"start": 610.28, "end": 610.28, "word": " when", "probability": 0.93896484375}, {"start": 610.28, "end": 610.28, "word": " you", "probability": 0.96923828125}, {"start": 610.28, "end": 610.28, "word": " overlay", "probability": 0.86376953125}, {"start": 610.28, "end": 610.28, "word": " something", "probability": 0.853515625}, {"start": 610.28, "end": 610.28, "word": " that", "probability": 0.9453125}, {"start": 610.28, "end": 610.28, "word": " doesn't", "probability": 0.973388671875}, {"start": 610.28, "end": 610.28, "word": " match", "probability": 0.8974609375}, {"start": 610.28, "end": 610.28, "word": " with", "probability": 0.8994140625}, {"start": 610.28, "end": 610.28, "word": " another", "probability": 0.9501953125}, {"start": 610.28, "end": 610.28, "word": " thing.", "probability": 0.92919921875}, {"start": 610.28, "end": 610.28, "word": " It", "probability": 0.83251953125}, {"start": 610.28, "end": 610.28, "word": " is", "probability": 0.9365234375}, {"start": 610.28, "end": 610.28, "word": " when", "probability": 0.9501953125}, {"start": 610.28, "end": 610.28, "word": " you", "probability": 0.97119140625}, {"start": 610.28, "end": 610.28, "word": " overlay", "probability": 0.86376953125}, {"start": 610.28, "end": 610.28, "word": " something", "probability": 0.8505859375}, {"start": 610.28, "end": 610.28, "word": " that", "probability": 0.943359375}, {"start": 610.28, "end": 610.28, "word": " doesn't", "probability": 0.972900390625}, {"start": 610.28, "end": 610.28, "word": " match", "probability": 0.89453125}, {"start": 610.28, "end": 610.28, "word": " with", "probability": 0.8994140625}, {"start": 610.28, "end": 610.28, "word": " another", "probability": 0.95068359375}, {"start": 610.28, "end": 610.28, "word": " thing.", "probability": 0.9306640625}, {"start": 610.28, "end": 610.28, "word": " It", "probability": 0.8662109375}, {"start": 610.28, "end": 610.28, "word": " is", "probability": 0.939453125}, {"start": 610.28, "end": 610.28, "word": " when", "probability": 0.95166015625}, {"start": 610.28, "end": 610.28, "word": " you", "probability": 0.9716796875}, {"start": 610.28, "end": 610.28, "word": " overlay", "probability": 0.86181640625}, {"start": 610.28, "end": 610.28, "word": " something", "probability": 0.8466796875}, {"start": 610.28, "end": 610.28, "word": " that", "probability": 0.94287109375}, {"start": 610.28, "end": 610.28, "word": " doesn't", "probability": 0.97265625}, {"start": 610.28, "end": 610.28, "word": " match", "probability": 0.890625}, {"start": 610.28, "end": 610.28, "word": " with", "probability": 0.89697265625}, {"start": 610.28, "end": 610.28, "word": " another", "probability": 0.9521484375}, {"start": 610.28, "end": 610.28, "word": " thing.", "probability": 0.931640625}, {"start": 610.28, "end": 610.28, "word": " It", "probability": 0.89111328125}, {"start": 610.28, "end": 610.28, "word": " is", "probability": 0.94091796875}, {"start": 610.28, "end": 610.28, "word": " when", "probability": 0.953125}, {"start": 610.28, "end": 610.28, "word": " you", "probability": 0.9716796875}, {"start": 610.28, "end": 610.28, "word": " overlay", "probability": 0.85986328125}, {"start": 610.28, "end": 610.28, "word": " something", "probability": 0.84033203125}, {"start": 610.28, "end": 610.28, "word": " that", "probability": 0.94189453125}, {"start": 610.28, "end": 610.38, "word": " doesn't", "probability": 0.971923828125}, {"start": 610.38, "end": 610.38, "word": " match", "probability": 0.8876953125}, {"start": 610.38, "end": 610.38, "word": " with", "probability": 0.8984375}, {"start": 610.38, "end": 610.38, "word": " another", "probability": 0.953125}, {"start": 610.38, "end": 610.38, "word": " thing.", "probability": 0.93310546875}, {"start": 610.38, "end": 610.38, "word": " It", "probability": 0.90478515625}, {"start": 610.38, "end": 610.38, "word": " is", "probability": 0.93994140625}, {"start": 610.38, "end": 610.38, "word": " when", "probability": 0.95361328125}, {"start": 610.38, "end": 610.38, "word": " you", "probability": 0.97265625}, {"start": 610.38, "end": 610.38, "word": " overlay", "probability": 0.8583984375}, {"start": 610.38, "end": 610.38, "word": " something", "probability": 0.83154296875}, {"start": 610.38, "end": 610.38, "word": " that", "probability": 0.94091796875}, {"start": 610.38, "end": 610.4, "word": " doesn't", "probability": 0.97119140625}, {"start": 610.4, "end": 610.4, "word": " match", "probability": 0.88427734375}, {"start": 610.4, "end": 610.4, "word": " with", "probability": 0.8955078125}, {"start": 610.4, "end": 610.4, "word": " another", "probability": 0.95263671875}, {"start": 610.4, "end": 610.4, "word": " thing.", "probability": 0.93505859375}, {"start": 610.4, "end": 610.4, "word": " It", "probability": 0.9150390625}, {"start": 610.4, "end": 610.4, "word": " is", "probability": 0.94140625}, {"start": 610.4, "end": 610.4, "word": " when", "probability": 0.95263671875}, {"start": 610.4, "end": 610.4, "word": " you", "probability": 0.9716796875}, {"start": 610.4, "end": 610.4, "word": " overlay", "probability": 0.8525390625}, {"start": 610.4, "end": 610.4, "word": " something", "probability": 0.81689453125}, {"start": 610.4, "end": 610.4, "word": " that", "probability": 0.93798828125}, {"start": 610.4, "end": 610.4, "word": " doesn't", "probability": 0.96923828125}, {"start": 610.4, "end": 610.4, "word": " match", "probability": 0.88037109375}, {"start": 610.4, "end": 610.4, "word": " with", "probability": 0.89404296875}, {"start": 610.4, "end": 610.4, "word": " another", "probability": 0.95361328125}, {"start": 610.4, "end": 610.4, "word": " thing.", "probability": 0.93505859375}, {"start": 610.4, "end": 610.4, "word": " It", "probability": 0.91650390625}, {"start": 610.4, "end": 610.4, "word": " is", "probability": 0.939453125}, {"start": 610.4, "end": 610.4, "word": " when", "probability": 0.953125}, {"start": 610.4, "end": 610.4, "word": " you", "probability": 0.97265625}, {"start": 610.4, "end": 610.4, "word": " overlay", "probability": 0.84765625}, {"start": 610.4, "end": 610.4, "word": " something", "probability": 0.80078125}, {"start": 610.4, "end": 610.4, "word": " that", "probability": 0.9345703125}, {"start": 610.4, "end": 610.4, "word": " doesn't", "probability": 0.968505859375}, {"start": 610.4, "end": 610.4, "word": " match", "probability": 0.88330078125}, {"start": 610.4, "end": 610.4, "word": " with", "probability": 0.89208984375}, {"start": 610.4, "end": 610.4, "word": " another", "probability": 0.9521484375}, {"start": 610.4, "end": 610.4, "word": " thing.", "probability": 0.93212890625}, {"start": 610.4, "end": 610.4, "word": " It", "probability": 0.912109375}, {"start": 610.4, "end": 610.4, "word": " is", "probability": 0.9345703125}, {"start": 610.4, "end": 610.4, "word": " when", "probability": 0.95166015625}, {"start": 610.4, "end": 610.4, "word": " you", "probability": 0.97265625}, {"start": 610.4, "end": 610.4, "word": " overlay", "probability": 0.837890625}, {"start": 610.4, "end": 610.4, "word": " something", "probability": 0.77197265625}, {"start": 610.4, "end": 610.4, "word": " that", "probability": 0.92724609375}, {"start": 610.4, "end": 610.4, "word": " doesn't", "probability": 0.970947265625}, {"start": 610.4, "end": 610.4, "word": " match", "probability": 0.884765625}, {"start": 610.4, "end": 610.4, "word": " with", "probability": 0.8896484375}, {"start": 610.4, "end": 610.4, "word": " another", "probability": 0.951171875}, {"start": 610.4, "end": 610.44, "word": " thing.", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 23, "seek": 64005, "start": 611.5, "end": 640.06, "text": " By default, this is the theme that you take from the menu. I want to change it. You let it take a new theme. So I told it to create a new theme, my menu style, inherit everything from the theme overlay. Dot AppCompat. And I changed the properties that I want. I don't know why the properties need to change. Search on Stack Overflow how to change the theme of the menu and you will find it. But this is the idea behind it. That you put a pop-up theme and design the theme according to it to change the design of the menu.", "tokens": [3146, 7576, 11, 341, 307, 264, 6314, 300, 291, 747, 490, 264, 6510, 13, 286, 528, 281, 1319, 309, 13, 509, 718, 309, 747, 257, 777, 6314, 13, 407, 286, 1907, 309, 281, 1884, 257, 777, 6314, 11, 452, 6510, 3758, 11, 21389, 1203, 490, 264, 6314, 31741, 13, 38753, 3132, 34, 8586, 267, 13, 400, 286, 3105, 264, 7221, 300, 286, 528, 13, 286, 500, 380, 458, 983, 264, 7221, 643, 281, 1319, 13, 17180, 322, 37649, 4886, 10565, 577, 281, 1319, 264, 6314, 295, 264, 6510, 293, 291, 486, 915, 309, 13, 583, 341, 307, 264, 1558, 2261, 309, 13, 663, 291, 829, 257, 1665, 12, 1010, 6314, 293, 1715, 264, 6314, 4650, 281, 309, 281, 1319, 264, 1715, 295, 264, 6510, 13], "avg_logprob": -0.43080356859025504, "compression_ratio": 1.8981818181818182, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 611.5, "end": 611.86, "word": " By", "probability": 0.68115234375}, {"start": 611.86, "end": 612.22, "word": " default,", "probability": 0.95068359375}, {"start": 612.46, "end": 612.6, "word": " this", "probability": 0.6318359375}, {"start": 612.6, "end": 612.64, "word": " is", "probability": 0.66552734375}, {"start": 612.64, "end": 612.74, "word": " the", "probability": 0.8310546875}, {"start": 612.74, "end": 612.94, "word": " theme", "probability": 0.6591796875}, {"start": 612.94, "end": 613.04, "word": " that", "probability": 0.371337890625}, {"start": 613.04, "end": 613.16, "word": " you", "probability": 0.2587890625}, {"start": 613.16, "end": 613.42, "word": " take", "probability": 0.1468505859375}, {"start": 613.42, "end": 613.62, "word": " from", "probability": 0.367431640625}, {"start": 613.62, "end": 613.72, "word": " the", "probability": 0.794921875}, {"start": 613.72, "end": 613.9, "word": " menu.", "probability": 0.888671875}, {"start": 614.04, "end": 614.24, "word": " I", "probability": 0.60546875}, {"start": 614.24, "end": 614.42, "word": " want", "probability": 0.7294921875}, {"start": 614.42, "end": 614.48, "word": " to", "probability": 0.96044921875}, {"start": 614.48, "end": 614.66, "word": " change", "probability": 0.8779296875}, {"start": 614.66, "end": 614.88, "word": " it.", "probability": 0.884765625}, {"start": 615.04, "end": 615.18, "word": " You", "probability": 0.353759765625}, {"start": 615.18, "end": 615.28, "word": " let", "probability": 0.2139892578125}, {"start": 615.28, "end": 615.42, "word": " it", "probability": 0.66552734375}, {"start": 615.42, "end": 615.56, "word": " take", "probability": 0.80322265625}, {"start": 615.56, "end": 615.64, "word": " a", "probability": 0.521484375}, {"start": 615.64, "end": 616.04, "word": " new", "probability": 0.87646484375}, {"start": 616.04, "end": 616.04, "word": " theme.", "probability": 0.88623046875}, {"start": 616.6, "end": 616.7, "word": " So", "probability": 0.62890625}, {"start": 616.7, "end": 616.74, "word": " I", "probability": 0.427490234375}, {"start": 616.74, "end": 616.88, "word": " told", "probability": 0.5048828125}, {"start": 616.88, "end": 617.04, "word": " it", "probability": 0.79638671875}, {"start": 617.04, "end": 617.12, "word": " to", "probability": 0.80078125}, {"start": 617.12, "end": 617.28, "word": " create", "probability": 0.484375}, {"start": 617.28, "end": 617.58, "word": " a", "probability": 0.9736328125}, {"start": 617.58, "end": 617.58, "word": " new", "probability": 0.8876953125}, {"start": 617.58, "end": 618.08, "word": " theme,", "probability": 0.87255859375}, {"start": 618.34, "end": 618.48, "word": " my", "probability": 0.478515625}, {"start": 618.48, "end": 618.68, "word": " menu", "probability": 0.5634765625}, {"start": 618.68, "end": 619.2, "word": " style,", "probability": 0.88916015625}, {"start": 620.0, "end": 620.36, "word": " inherit", "probability": 0.50390625}, {"start": 620.36, "end": 620.94, "word": " everything", "probability": 0.5380859375}, {"start": 620.94, "end": 621.52, "word": " from", "probability": 0.8349609375}, {"start": 621.52, "end": 621.74, "word": " the", "probability": 0.8291015625}, {"start": 621.74, "end": 621.92, "word": " theme", "probability": 0.61181640625}, {"start": 621.92, "end": 622.36, "word": " overlay.", "probability": 0.91357421875}, {"start": 623.74, "end": 624.1, "word": " Dot", "probability": 0.268798828125}, {"start": 624.1, "end": 624.78, "word": " AppCompat.", "probability": 0.74334716796875}, {"start": 624.8, "end": 624.92, "word": " And", "probability": 0.763671875}, {"start": 624.92, "end": 625.18, "word": " I", "probability": 0.72509765625}, {"start": 625.18, "end": 625.4, "word": " changed", "probability": 0.72412109375}, {"start": 625.4, "end": 625.56, "word": " the", "probability": 0.84375}, {"start": 625.56, "end": 625.86, "word": " properties", "probability": 0.259033203125}, {"start": 625.86, "end": 625.98, "word": " that", "probability": 0.41455078125}, {"start": 625.98, "end": 626.08, "word": " I", "probability": 0.7001953125}, {"start": 626.08, "end": 626.12, "word": " want.", "probability": 0.392822265625}, {"start": 626.3, "end": 626.48, "word": " I", "probability": 0.96630859375}, {"start": 626.48, "end": 626.58, "word": " don't", "probability": 0.7607421875}, {"start": 626.58, "end": 626.8, "word": " know", "probability": 0.4267578125}, {"start": 626.8, "end": 627.0, "word": " why", "probability": 0.5048828125}, {"start": 627.0, "end": 627.08, "word": " the", "probability": 0.6513671875}, {"start": 627.08, "end": 627.26, "word": " properties", "probability": 0.81005859375}, {"start": 627.26, "end": 627.48, "word": " need", "probability": 0.329833984375}, {"start": 627.48, "end": 627.48, "word": " to", "probability": 0.9521484375}, {"start": 627.48, "end": 627.72, "word": " change.", "probability": 0.5205078125}, {"start": 628.22, "end": 628.48, "word": " Search", "probability": 0.62939453125}, {"start": 628.48, "end": 628.66, "word": " on", "probability": 0.52099609375}, {"start": 628.66, "end": 628.94, "word": " Stack", "probability": 0.705078125}, {"start": 628.94, "end": 629.5, "word": " Overflow", "probability": 0.8037109375}, {"start": 629.5, "end": 629.66, "word": " how", "probability": 0.471435546875}, {"start": 629.66, "end": 629.8, "word": " to", "probability": 0.84912109375}, {"start": 629.8, "end": 630.12, "word": " change", "probability": 0.8896484375}, {"start": 630.12, "end": 631.32, "word": " the", "probability": 0.86767578125}, {"start": 631.32, "end": 631.54, "word": " theme", "probability": 0.5556640625}, {"start": 631.54, "end": 631.72, "word": " of", "probability": 0.81689453125}, {"start": 631.72, "end": 631.82, "word": " the", "probability": 0.8857421875}, {"start": 631.82, "end": 632.02, "word": " menu", "probability": 0.9248046875}, {"start": 632.02, "end": 632.12, "word": " and", "probability": 0.48046875}, {"start": 632.12, "end": 632.26, "word": " you", "probability": 0.92724609375}, {"start": 632.26, "end": 632.28, "word": " will", "probability": 0.525390625}, {"start": 632.28, "end": 632.42, "word": " find", "probability": 0.82421875}, {"start": 632.42, "end": 632.52, "word": " it.", "probability": 0.88427734375}, {"start": 632.56, "end": 632.7, "word": " But", "probability": 0.79150390625}, {"start": 632.7, "end": 633.14, "word": " this", "probability": 0.72998046875}, {"start": 633.14, "end": 633.3, "word": " is", "probability": 0.916015625}, {"start": 633.3, "end": 633.42, "word": " the", "probability": 0.48193359375}, {"start": 633.42, "end": 633.7, "word": " idea", "probability": 0.875}, {"start": 633.7, "end": 634.0, "word": " behind", "probability": 0.364013671875}, {"start": 634.0, "end": 634.12, "word": " it.", "probability": 0.82958984375}, {"start": 634.56, "end": 634.86, "word": " That", "probability": 0.343017578125}, {"start": 634.86, "end": 635.2, "word": " you", "probability": 0.93701171875}, {"start": 635.2, "end": 636.28, "word": " put", "probability": 0.3193359375}, {"start": 636.28, "end": 636.38, "word": " a", "probability": 0.75927734375}, {"start": 636.38, "end": 636.54, "word": " pop", "probability": 0.8642578125}, {"start": 636.54, "end": 636.68, "word": "-up", "probability": 0.69091796875}, {"start": 636.68, "end": 637.06, "word": " theme", "probability": 0.88671875}, {"start": 637.06, "end": 637.2, "word": " and", "probability": 0.8251953125}, {"start": 637.2, "end": 637.46, "word": " design", "probability": 0.619140625}, {"start": 637.46, "end": 637.66, "word": " the", "probability": 0.7822265625}, {"start": 637.66, "end": 637.84, "word": " theme", "probability": 0.83740234375}, {"start": 637.84, "end": 638.1, "word": " according", "probability": 0.302490234375}, {"start": 638.1, "end": 638.1, "word": " to", "probability": 0.96875}, {"start": 638.1, "end": 638.18, "word": " it", "probability": 0.70361328125}, {"start": 638.18, "end": 638.38, "word": " to", "probability": 0.4306640625}, {"start": 638.38, "end": 638.64, "word": " change", "probability": 0.89306640625}, {"start": 638.64, "end": 638.76, "word": " the", "probability": 0.919921875}, {"start": 638.76, "end": 639.02, "word": " design", "probability": 0.78857421875}, {"start": 639.02, "end": 639.84, "word": " of", "probability": 0.9638671875}, {"start": 639.84, "end": 639.9, "word": " the", "probability": 0.91748046875}, {"start": 639.9, "end": 640.06, "word": " menu.", "probability": 0.9345703125}], "temperature": 1.0}, {"id": 24, "seek": 66015, "start": 642.57, "end": 660.15, "text": " Make it red to make it more visible For the menu, we need to make action on it In the last lecture, we talked about how to make a menu To make a menu, first you need to design the menu as xml", "tokens": [4387, 309, 2182, 281, 652, 309, 544, 8974, 1171, 264, 6510, 11, 321, 643, 281, 652, 3069, 322, 309, 682, 264, 1036, 7991, 11, 321, 2825, 466, 577, 281, 652, 257, 6510, 1407, 652, 257, 6510, 11, 700, 291, 643, 281, 1715, 264, 6510, 382, 2031, 15480], "avg_logprob": -0.6002604253590107, "compression_ratio": 1.5483870967741935, "no_speech_prob": 0.0, "words": [{"start": 642.5699999999999, "end": 643.01, "word": " Make", "probability": 0.09844970703125}, {"start": 643.01, "end": 643.21, "word": " it", "probability": 0.309326171875}, {"start": 643.21, "end": 643.69, "word": " red", "probability": 0.3857421875}, {"start": 643.69, "end": 645.97, "word": " to", "probability": 0.31982421875}, {"start": 645.97, "end": 646.17, "word": " make", "probability": 0.486572265625}, {"start": 646.17, "end": 646.17, "word": " it", "probability": 0.890625}, {"start": 646.17, "end": 646.29, "word": " more", "probability": 0.126708984375}, {"start": 646.29, "end": 646.43, "word": " visible", "probability": 0.57177734375}, {"start": 646.43, "end": 647.49, "word": " For", "probability": 0.164306640625}, {"start": 647.49, "end": 648.73, "word": " the", "probability": 0.479736328125}, {"start": 648.73, "end": 648.97, "word": " menu,", "probability": 0.70703125}, {"start": 649.13, "end": 649.43, "word": " we", "probability": 0.666015625}, {"start": 649.43, "end": 649.57, "word": " need", "probability": 0.462646484375}, {"start": 649.57, "end": 649.75, "word": " to", "probability": 0.88525390625}, {"start": 649.75, "end": 649.85, "word": " make", "probability": 0.3349609375}, {"start": 649.85, "end": 650.23, "word": " action", "probability": 0.626953125}, {"start": 650.23, "end": 650.39, "word": " on", "probability": 0.438232421875}, {"start": 650.39, "end": 651.25, "word": " it", "probability": 0.904296875}, {"start": 651.25, "end": 652.33, "word": " In", "probability": 0.41259765625}, {"start": 652.33, "end": 652.39, "word": " the", "probability": 0.52099609375}, {"start": 652.39, "end": 652.49, "word": " last", "probability": 0.5185546875}, {"start": 652.49, "end": 652.71, "word": " lecture,", "probability": 0.7548828125}, {"start": 652.97, "end": 653.05, "word": " we", "probability": 0.82568359375}, {"start": 653.05, "end": 653.33, "word": " talked", "probability": 0.47314453125}, {"start": 653.33, "end": 653.65, "word": " about", "probability": 0.86328125}, {"start": 653.65, "end": 653.65, "word": " how", "probability": 0.78125}, {"start": 653.65, "end": 653.89, "word": " to", "probability": 0.5927734375}, {"start": 653.89, "end": 654.05, "word": " make", "probability": 0.61962890625}, {"start": 654.05, "end": 654.19, "word": " a", "probability": 0.65283203125}, {"start": 654.19, "end": 654.39, "word": " menu", "probability": 0.91796875}, {"start": 654.39, "end": 655.71, "word": " To", "probability": 0.281005859375}, {"start": 655.71, "end": 657.09, "word": " make", "probability": 0.826171875}, {"start": 657.09, "end": 657.21, "word": " a", "probability": 0.78662109375}, {"start": 657.21, "end": 657.35, "word": " menu,", "probability": 0.931640625}, {"start": 657.47, "end": 657.55, "word": " first", "probability": 0.400390625}, {"start": 657.55, "end": 657.81, "word": " you", "probability": 0.32763671875}, {"start": 657.81, "end": 658.03, "word": " need", "probability": 0.6982421875}, {"start": 658.03, "end": 658.11, "word": " to", "probability": 0.9541015625}, {"start": 658.11, "end": 658.33, "word": " design", "probability": 0.78955078125}, {"start": 658.33, "end": 658.53, "word": " the", "probability": 0.382568359375}, {"start": 658.53, "end": 658.87, "word": " menu", "probability": 0.88818359375}, {"start": 658.87, "end": 659.67, "word": " as", "probability": 0.669921875}, {"start": 659.67, "end": 660.15, "word": " xml", "probability": 0.6810302734375}], "temperature": 1.0}, {"id": 25, "seek": 68736, "start": 661.36, "end": 687.36, "text": " So, we created a resource file inside the resource folder. If you look at the previous lecture, you can tell it to right-click on it and choose New Android Resource File. You can also tell it to choose Menu, not Values. You will find a folder called Menu, and inside it, there is an XML file. Inside it, you can design the menu. I designed it with XML, but you can also design it with Drag and Drop.", "tokens": [407, 11, 321, 2942, 257, 7684, 3991, 1854, 264, 7684, 10820, 13, 759, 291, 574, 412, 264, 3894, 7991, 11, 291, 393, 980, 309, 281, 558, 12, 18548, 322, 309, 293, 2826, 1873, 8853, 35200, 26196, 13, 509, 393, 611, 980, 309, 281, 2826, 43343, 11, 406, 7188, 1247, 13, 509, 486, 915, 257, 10820, 1219, 43343, 11, 293, 1854, 309, 11, 456, 307, 364, 43484, 3991, 13, 15123, 309, 11, 291, 393, 1715, 264, 6510, 13, 286, 4761, 309, 365, 43484, 11, 457, 291, 393, 611, 1715, 309, 365, 8832, 293, 17675, 13], "avg_logprob": -0.6292763421410008, "compression_ratio": 1.7316017316017316, "no_speech_prob": 0.0, "words": [{"start": 661.36, "end": 661.6, "word": " So,", "probability": 0.33251953125}, {"start": 661.68, "end": 662.06, "word": " we", "probability": 0.75390625}, {"start": 662.06, "end": 662.06, "word": " created", "probability": 0.56103515625}, {"start": 662.06, "end": 662.32, "word": " a", "probability": 0.8525390625}, {"start": 662.32, "end": 663.0, "word": " resource", "probability": 0.431884765625}, {"start": 663.0, "end": 663.08, "word": " file", "probability": 0.77294921875}, {"start": 663.08, "end": 664.18, "word": " inside", "probability": 0.43017578125}, {"start": 664.18, "end": 664.68, "word": " the", "probability": 0.4609375}, {"start": 664.68, "end": 665.0, "word": " resource", "probability": 0.880859375}, {"start": 665.0, "end": 665.0, "word": " folder.", "probability": 0.437744140625}, {"start": 665.26, "end": 665.7, "word": " If", "probability": 0.259765625}, {"start": 665.7, "end": 666.76, "word": " you", "probability": 0.923828125}, {"start": 666.76, "end": 667.1, "word": " look", "probability": 0.1549072265625}, {"start": 667.1, "end": 667.52, "word": " at", "probability": 0.7724609375}, {"start": 667.52, "end": 667.62, "word": " the", "probability": 0.5986328125}, {"start": 667.62, "end": 667.66, "word": " previous", "probability": 0.5537109375}, {"start": 667.66, "end": 667.94, "word": " lecture,", "probability": 0.4658203125}, {"start": 668.22, "end": 668.28, "word": " you", "probability": 0.607421875}, {"start": 668.28, "end": 668.4, "word": " can", "probability": 0.2371826171875}, {"start": 668.4, "end": 668.42, "word": " tell", "probability": 0.2412109375}, {"start": 668.42, "end": 668.48, "word": " it", "probability": 0.58154296875}, {"start": 668.48, "end": 668.54, "word": " to", "probability": 0.767578125}, {"start": 668.54, "end": 668.76, "word": " right", "probability": 0.343017578125}, {"start": 668.76, "end": 668.8, "word": "-click", "probability": 0.6204833984375}, {"start": 668.8, "end": 669.92, "word": " on", "probability": 0.360107421875}, {"start": 669.92, "end": 669.92, "word": " it", "probability": 0.355224609375}, {"start": 669.92, "end": 669.92, "word": " and", "probability": 0.42236328125}, {"start": 669.92, "end": 669.98, "word": " choose", "probability": 0.332763671875}, {"start": 669.98, "end": 670.1, "word": " New", "probability": 0.186767578125}, {"start": 670.1, "end": 670.58, "word": " Android", "probability": 0.888671875}, {"start": 670.58, "end": 670.9, "word": " Resource", "probability": 0.8310546875}, {"start": 670.9, "end": 671.42, "word": " File.", "probability": 0.7529296875}, {"start": 671.76, "end": 671.94, "word": " You", "probability": 0.14404296875}, {"start": 671.94, "end": 672.04, "word": " can", "probability": 0.51171875}, {"start": 672.04, "end": 672.12, "word": " also", "probability": 0.5078125}, {"start": 672.12, "end": 672.12, "word": " tell", "probability": 0.6279296875}, {"start": 672.12, "end": 672.2, "word": " it", "probability": 0.88525390625}, {"start": 672.2, "end": 672.3, "word": " to", "probability": 0.477783203125}, {"start": 672.3, "end": 672.62, "word": " choose", "probability": 0.5869140625}, {"start": 672.62, "end": 673.48, "word": " Menu,", "probability": 0.349365234375}, {"start": 673.74, "end": 675.02, "word": " not", "probability": 0.63037109375}, {"start": 675.02, "end": 675.6, "word": " Values.", "probability": 0.6693115234375}, {"start": 676.6, "end": 677.04, "word": " You", "probability": 0.397705078125}, {"start": 677.04, "end": 677.18, "word": " will", "probability": 0.61328125}, {"start": 677.18, "end": 677.36, "word": " find", "probability": 0.58642578125}, {"start": 677.36, "end": 677.74, "word": " a", "probability": 0.45751953125}, {"start": 677.74, "end": 678.22, "word": " folder", "probability": 0.708984375}, {"start": 678.22, "end": 678.68, "word": " called", "probability": 0.411376953125}, {"start": 678.68, "end": 679.66, "word": " Menu,", "probability": 0.7978515625}, {"start": 679.74, "end": 679.96, "word": " and", "probability": 0.4208984375}, {"start": 679.96, "end": 680.14, "word": " inside", "probability": 0.430419921875}, {"start": 680.14, "end": 680.32, "word": " it,", "probability": 0.7001953125}, {"start": 680.34, "end": 680.6, "word": " there", "probability": 0.2548828125}, {"start": 680.6, "end": 680.6, "word": " is", "probability": 0.8076171875}, {"start": 680.6, "end": 680.72, "word": " an", "probability": 0.71435546875}, {"start": 680.72, "end": 681.12, "word": " XML", "probability": 0.87353515625}, {"start": 681.12, "end": 681.34, "word": " file.", "probability": 0.85107421875}, {"start": 682.28, "end": 682.72, "word": " Inside", "probability": 0.427490234375}, {"start": 682.72, "end": 682.96, "word": " it,", "probability": 0.43017578125}, {"start": 683.12, "end": 683.12, "word": " you", "probability": 0.92236328125}, {"start": 683.12, "end": 683.26, "word": " can", "probability": 0.282470703125}, {"start": 683.26, "end": 683.56, "word": " design", "probability": 0.8759765625}, {"start": 683.56, "end": 684.26, "word": " the", "probability": 0.7431640625}, {"start": 684.26, "end": 684.42, "word": " menu.", "probability": 0.60205078125}, {"start": 684.5, "end": 684.88, "word": " I", "probability": 0.6171875}, {"start": 684.88, "end": 685.22, "word": " designed", "probability": 0.798828125}, {"start": 685.22, "end": 685.38, "word": " it", "probability": 0.53759765625}, {"start": 685.38, "end": 685.38, "word": " with", "probability": 0.262939453125}, {"start": 685.38, "end": 685.68, "word": " XML,", "probability": 0.89208984375}, {"start": 685.86, "end": 686.06, "word": " but", "probability": 0.90625}, {"start": 686.06, "end": 686.18, "word": " you", "probability": 0.7587890625}, {"start": 686.18, "end": 686.54, "word": " can", "probability": 0.9267578125}, {"start": 686.54, "end": 686.74, "word": " also", "probability": 0.328857421875}, {"start": 686.74, "end": 686.74, "word": " design", "probability": 0.3359375}, {"start": 686.74, "end": 686.84, "word": " it", "probability": 0.86962890625}, {"start": 686.84, "end": 686.92, "word": " with", "probability": 0.73681640625}, {"start": 686.92, "end": 687.02, "word": " Drag", "probability": 0.40380859375}, {"start": 687.02, "end": 687.18, "word": " and", "probability": 0.748046875}, {"start": 687.18, "end": 687.36, "word": " Drop.", "probability": 0.8193359375}], "temperature": 1.0}, {"id": 26, "seek": 70890, "start": 690.42, "end": 708.9, "text": " But I didn't want to drag and drop, so I wrote xml. Because this is an example of an item, you create an item, the least thing you want to put is ID and title. You can also put an icon. And this is another element, I gave it an ID, options, menu item and title options. Because this is inside the item itself.", "tokens": [583, 286, 994, 380, 528, 281, 5286, 293, 3270, 11, 370, 286, 4114, 2031, 15480, 13, 1436, 341, 307, 364, 1365, 295, 364, 3174, 11, 291, 1884, 364, 3174, 11, 264, 1935, 551, 291, 528, 281, 829, 307, 7348, 293, 4876, 13, 509, 393, 611, 829, 364, 6528, 13, 400, 341, 307, 1071, 4478, 11, 286, 2729, 309, 364, 7348, 11, 3956, 11, 6510, 3174, 293, 4876, 3956, 13, 1436, 341, 307, 1854, 264, 3174, 2564, 13], "avg_logprob": -0.45112180174925387, "compression_ratio": 1.6577540106951871, "no_speech_prob": 0.0, "words": [{"start": 690.42, "end": 690.68, "word": " But", "probability": 0.56787109375}, {"start": 690.68, "end": 690.84, "word": " I", "probability": 0.8046875}, {"start": 690.84, "end": 690.94, "word": " didn't", "probability": 0.5538330078125}, {"start": 690.94, "end": 691.12, "word": " want", "probability": 0.56298828125}, {"start": 691.12, "end": 691.2, "word": " to", "probability": 0.63623046875}, {"start": 691.2, "end": 691.32, "word": " drag", "probability": 0.5634765625}, {"start": 691.32, "end": 691.48, "word": " and", "probability": 0.77490234375}, {"start": 691.48, "end": 691.62, "word": " drop,", "probability": 0.90283203125}, {"start": 692.64, "end": 693.08, "word": " so", "probability": 0.85693359375}, {"start": 693.08, "end": 693.5, "word": " I", "probability": 0.98583984375}, {"start": 693.5, "end": 693.66, "word": " wrote", "probability": 0.56591796875}, {"start": 693.66, "end": 694.2, "word": " xml.", "probability": 0.63427734375}, {"start": 694.28, "end": 694.52, "word": " Because", "probability": 0.292724609375}, {"start": 694.52, "end": 694.78, "word": " this", "probability": 0.779296875}, {"start": 694.78, "end": 694.84, "word": " is", "probability": 0.8203125}, {"start": 694.84, "end": 695.1, "word": " an", "probability": 0.5166015625}, {"start": 695.1, "end": 695.1, "word": " example", "probability": 0.86328125}, {"start": 695.1, "end": 695.16, "word": " of", "probability": 0.78369140625}, {"start": 695.16, "end": 695.26, "word": " an", "probability": 0.416748046875}, {"start": 695.26, "end": 695.54, "word": " item,", "probability": 0.962890625}, {"start": 695.74, "end": 695.92, "word": " you", "probability": 0.32373046875}, {"start": 695.92, "end": 696.06, "word": " create", "probability": 0.68505859375}, {"start": 696.06, "end": 696.22, "word": " an", "probability": 0.77685546875}, {"start": 696.22, "end": 696.6, "word": " item,", "probability": 0.96875}, {"start": 696.9, "end": 697.34, "word": " the", "probability": 0.1746826171875}, {"start": 697.34, "end": 697.74, "word": " least", "probability": 0.6025390625}, {"start": 697.74, "end": 697.92, "word": " thing", "probability": 0.461181640625}, {"start": 697.92, "end": 697.94, "word": " you", "probability": 0.8857421875}, {"start": 697.94, "end": 698.06, "word": " want", "probability": 0.337646484375}, {"start": 698.06, "end": 698.14, "word": " to", "probability": 0.84814453125}, {"start": 698.14, "end": 698.34, "word": " put", "probability": 0.5107421875}, {"start": 698.34, "end": 698.46, "word": " is", "probability": 0.6455078125}, {"start": 698.46, "end": 698.82, "word": " ID", "probability": 0.34814453125}, {"start": 698.82, "end": 699.14, "word": " and", "probability": 0.90478515625}, {"start": 699.14, "end": 699.48, "word": " title.", "probability": 0.69775390625}, {"start": 700.22, "end": 700.4, "word": " You", "probability": 0.59716796875}, {"start": 700.4, "end": 700.6, "word": " can", "probability": 0.775390625}, {"start": 700.6, "end": 700.78, "word": " also", "probability": 0.587890625}, {"start": 700.78, "end": 700.86, "word": " put", "probability": 0.76708984375}, {"start": 700.86, "end": 700.96, "word": " an", "probability": 0.8046875}, {"start": 700.96, "end": 701.22, "word": " icon.", "probability": 0.92724609375}, {"start": 702.12, "end": 702.48, "word": " And", "probability": 0.572265625}, {"start": 702.48, "end": 702.62, "word": " this", "probability": 0.81982421875}, {"start": 702.62, "end": 702.66, "word": " is", "probability": 0.91552734375}, {"start": 702.66, "end": 703.08, "word": " another", "probability": 0.8603515625}, {"start": 703.08, "end": 703.08, "word": " element,", "probability": 0.79541015625}, {"start": 704.34, "end": 704.9, "word": " I", "probability": 0.464599609375}, {"start": 704.9, "end": 705.14, "word": " gave", "probability": 0.82568359375}, {"start": 705.14, "end": 705.24, "word": " it", "probability": 0.5517578125}, {"start": 705.24, "end": 705.28, "word": " an", "probability": 0.463134765625}, {"start": 705.28, "end": 705.48, "word": " ID,", "probability": 0.884765625}, {"start": 705.62, "end": 705.98, "word": " options,", "probability": 0.587890625}, {"start": 706.04, "end": 706.18, "word": " menu", "probability": 0.95556640625}, {"start": 706.18, "end": 706.5, "word": " item", "probability": 0.8330078125}, {"start": 706.5, "end": 706.66, "word": " and", "probability": 0.69921875}, {"start": 706.66, "end": 706.92, "word": " title", "probability": 0.9873046875}, {"start": 706.92, "end": 707.3, "word": " options.", "probability": 0.677734375}, {"start": 707.38, "end": 707.56, "word": " Because", "probability": 0.83984375}, {"start": 707.56, "end": 707.8, "word": " this", "probability": 0.828125}, {"start": 707.8, "end": 707.86, "word": " is", "probability": 0.8330078125}, {"start": 707.86, "end": 708.04, "word": " inside", "probability": 0.76123046875}, {"start": 708.04, "end": 708.2, "word": " the", "probability": 0.89453125}, {"start": 708.2, "end": 708.52, "word": " item", "probability": 0.94091796875}, {"start": 708.52, "end": 708.9, "word": " itself.", "probability": 0.791015625}], "temperature": 1.0}, {"id": 27, "seek": 72438, "start": 709.68, "end": 724.38, "text": " We made a sub-menu. You see how I closed the item here directly, even though there is nothing in it. This item opened here and closed down here. But inside there is a tag called menu. It is like a sub-menu.", "tokens": [492, 1027, 257, 1422, 12, 2558, 84, 13, 509, 536, 577, 286, 5395, 264, 3174, 510, 3838, 11, 754, 1673, 456, 307, 1825, 294, 309, 13, 639, 3174, 5625, 510, 293, 5395, 760, 510, 13, 583, 1854, 456, 307, 257, 6162, 1219, 6510, 13, 467, 307, 411, 257, 1422, 12, 2558, 84, 13], "avg_logprob": -0.5442708366447024, "compression_ratio": 1.4680851063829787, "no_speech_prob": 0.0, "words": [{"start": 709.68, "end": 709.88, "word": " We", "probability": 0.321044921875}, {"start": 709.88, "end": 710.04, "word": " made", "probability": 0.265380859375}, {"start": 710.04, "end": 710.18, "word": " a", "probability": 0.70068359375}, {"start": 710.18, "end": 710.36, "word": " sub", "probability": 0.79736328125}, {"start": 710.36, "end": 710.64, "word": "-menu.", "probability": 0.81005859375}, {"start": 711.28, "end": 711.32, "word": " You", "probability": 0.2890625}, {"start": 711.32, "end": 711.56, "word": " see", "probability": 0.744140625}, {"start": 711.56, "end": 711.8, "word": " how", "probability": 0.5478515625}, {"start": 711.8, "end": 713.12, "word": " I", "probability": 0.326171875}, {"start": 713.12, "end": 713.74, "word": " closed", "probability": 0.58349609375}, {"start": 713.74, "end": 713.86, "word": " the", "probability": 0.53369140625}, {"start": 713.86, "end": 713.86, "word": " item", "probability": 0.806640625}, {"start": 713.86, "end": 713.86, "word": " here", "probability": 0.2587890625}, {"start": 713.86, "end": 714.32, "word": " directly,", "probability": 0.261474609375}, {"start": 714.74, "end": 715.02, "word": " even", "probability": 0.432373046875}, {"start": 715.02, "end": 715.12, "word": " though", "probability": 0.64892578125}, {"start": 715.12, "end": 715.2, "word": " there", "probability": 0.712890625}, {"start": 715.2, "end": 715.26, "word": " is", "probability": 0.56103515625}, {"start": 715.26, "end": 715.36, "word": " nothing", "probability": 0.69482421875}, {"start": 715.36, "end": 716.88, "word": " in", "probability": 0.350830078125}, {"start": 716.88, "end": 716.88, "word": " it.", "probability": 0.79638671875}, {"start": 716.92, "end": 716.98, "word": " This", "probability": 0.61328125}, {"start": 716.98, "end": 717.34, "word": " item", "probability": 0.955078125}, {"start": 717.34, "end": 717.94, "word": " opened", "probability": 0.439697265625}, {"start": 717.94, "end": 718.2, "word": " here", "probability": 0.58203125}, {"start": 718.2, "end": 718.34, "word": " and", "probability": 0.84228515625}, {"start": 718.34, "end": 718.74, "word": " closed", "probability": 0.9013671875}, {"start": 718.74, "end": 719.78, "word": " down", "probability": 0.438232421875}, {"start": 719.78, "end": 720.18, "word": " here.", "probability": 0.50439453125}, {"start": 720.22, "end": 720.62, "word": " But", "probability": 0.88134765625}, {"start": 720.62, "end": 720.96, "word": " inside", "probability": 0.5205078125}, {"start": 720.96, "end": 721.22, "word": " there", "probability": 0.5390625}, {"start": 721.22, "end": 721.22, "word": " is", "probability": 0.916015625}, {"start": 721.22, "end": 721.32, "word": " a", "probability": 0.97607421875}, {"start": 721.32, "end": 721.54, "word": " tag", "probability": 0.91552734375}, {"start": 721.54, "end": 721.9, "word": " called", "probability": 0.6826171875}, {"start": 721.9, "end": 722.68, "word": " menu.", "probability": 0.6650390625}, {"start": 723.2, "end": 723.52, "word": " It", "probability": 0.36083984375}, {"start": 723.52, "end": 723.56, "word": " is", "probability": 0.5146484375}, {"start": 723.56, "end": 723.64, "word": " like", "probability": 0.447021484375}, {"start": 723.64, "end": 723.88, "word": " a", "probability": 0.552734375}, {"start": 723.88, "end": 724.16, "word": " sub", "probability": 0.74951171875}, {"start": 724.16, "end": 724.38, "word": "-menu.", "probability": 0.84765625}], "temperature": 1.0}, {"id": 28, "seek": 74817, "start": 725.71, "end": 748.17, "text": " And below it, there is a last item called close. Of course, the order is important because the elements will be placed in order. After I designed this XML, the program will not use it. We have to say through the code that as soon as the application starts, this XML will turn from me to me. How do we do this? We go to the activity.", "tokens": [400, 2507, 309, 11, 456, 307, 257, 1036, 3174, 1219, 1998, 13, 2720, 1164, 11, 264, 1668, 307, 1021, 570, 264, 4959, 486, 312, 7074, 294, 1668, 13, 2381, 286, 4761, 341, 43484, 11, 264, 1461, 486, 406, 764, 309, 13, 492, 362, 281, 584, 807, 264, 3089, 300, 382, 2321, 382, 264, 3861, 3719, 11, 341, 43484, 486, 1261, 490, 385, 281, 385, 13, 1012, 360, 321, 360, 341, 30, 492, 352, 281, 264, 5191, 13], "avg_logprob": -0.5520833616073315, "compression_ratio": 1.5560747663551402, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 725.71, "end": 725.95, "word": " And", "probability": 0.241943359375}, {"start": 725.95, "end": 726.15, "word": " below", "probability": 0.220703125}, {"start": 726.15, "end": 726.31, "word": " it,", "probability": 0.47900390625}, {"start": 726.39, "end": 726.39, "word": " there", "probability": 0.82275390625}, {"start": 726.39, "end": 726.39, "word": " is", "probability": 0.736328125}, {"start": 726.39, "end": 726.47, "word": " a", "probability": 0.439208984375}, {"start": 726.47, "end": 726.91, "word": " last", "probability": 0.369140625}, {"start": 726.91, "end": 727.01, "word": " item", "probability": 0.85009765625}, {"start": 727.01, "end": 727.35, "word": " called", "probability": 0.59619140625}, {"start": 727.35, "end": 728.15, "word": " close.", "probability": 0.1226806640625}, {"start": 728.45, "end": 728.45, "word": " Of", "probability": 0.200439453125}, {"start": 728.45, "end": 728.45, "word": " course,", "probability": 0.943359375}, {"start": 728.57, "end": 728.59, "word": " the", "probability": 0.484130859375}, {"start": 728.59, "end": 728.81, "word": " order", "probability": 0.80029296875}, {"start": 728.81, "end": 728.91, "word": " is", "probability": 0.89453125}, {"start": 728.91, "end": 729.21, "word": " important", "probability": 0.767578125}, {"start": 729.21, "end": 729.87, "word": " because", "probability": 0.55078125}, {"start": 729.87, "end": 729.99, "word": " the", "probability": 0.381591796875}, {"start": 729.99, "end": 730.21, "word": " elements", "probability": 0.3134765625}, {"start": 730.21, "end": 730.39, "word": " will", "probability": 0.59521484375}, {"start": 730.39, "end": 730.49, "word": " be", "probability": 0.5966796875}, {"start": 730.49, "end": 730.65, "word": " placed", "probability": 0.10784912109375}, {"start": 730.65, "end": 730.77, "word": " in", "probability": 0.8291015625}, {"start": 730.77, "end": 731.25, "word": " order.", "probability": 0.75537109375}, {"start": 731.99, "end": 732.47, "word": " After", "probability": 0.3955078125}, {"start": 732.47, "end": 732.69, "word": " I", "probability": 0.33056640625}, {"start": 732.69, "end": 732.95, "word": " designed", "probability": 0.51171875}, {"start": 732.95, "end": 733.13, "word": " this", "probability": 0.7939453125}, {"start": 733.13, "end": 733.49, "word": " XML,", "probability": 0.70654296875}, {"start": 734.33, "end": 736.01, "word": " the", "probability": 0.8310546875}, {"start": 736.01, "end": 736.31, "word": " program", "probability": 0.6171875}, {"start": 736.31, "end": 736.55, "word": " will", "probability": 0.7275390625}, {"start": 736.55, "end": 736.55, "word": " not", "probability": 0.873046875}, {"start": 736.55, "end": 736.95, "word": " use", "probability": 0.80615234375}, {"start": 736.95, "end": 737.49, "word": " it.", "probability": 0.94189453125}, {"start": 737.81, "end": 737.95, "word": " We", "probability": 0.666015625}, {"start": 737.95, "end": 738.03, "word": " have", "probability": 0.307861328125}, {"start": 738.03, "end": 738.41, "word": " to", "probability": 0.9736328125}, {"start": 738.41, "end": 738.67, "word": " say", "probability": 0.25830078125}, {"start": 738.67, "end": 738.67, "word": " through", "probability": 0.64453125}, {"start": 738.67, "end": 739.01, "word": " the", "probability": 0.7939453125}, {"start": 739.01, "end": 739.37, "word": " code", "probability": 0.935546875}, {"start": 739.37, "end": 740.15, "word": " that", "probability": 0.493896484375}, {"start": 740.15, "end": 740.31, "word": " as", "probability": 0.42919921875}, {"start": 740.31, "end": 740.39, "word": " soon", "probability": 0.95068359375}, {"start": 740.39, "end": 740.41, "word": " as", "probability": 0.96875}, {"start": 740.41, "end": 740.83, "word": " the", "probability": 0.7353515625}, {"start": 740.83, "end": 741.35, "word": " application", "probability": 0.85498046875}, {"start": 741.35, "end": 741.35, "word": " starts,", "probability": 0.56298828125}, {"start": 742.65, "end": 742.85, "word": " this", "probability": 0.583984375}, {"start": 742.85, "end": 743.29, "word": " XML", "probability": 0.86865234375}, {"start": 743.29, "end": 743.63, "word": " will", "probability": 0.38037109375}, {"start": 743.63, "end": 743.79, "word": " turn", "probability": 0.384033203125}, {"start": 743.79, "end": 743.99, "word": " from", "probability": 0.303466796875}, {"start": 743.99, "end": 744.15, "word": " me", "probability": 0.78759765625}, {"start": 744.15, "end": 744.23, "word": " to", "probability": 0.74072265625}, {"start": 744.23, "end": 744.63, "word": " me.", "probability": 0.6865234375}, {"start": 745.95, "end": 746.43, "word": " How", "probability": 0.666015625}, {"start": 746.43, "end": 746.65, "word": " do", "probability": 0.39404296875}, {"start": 746.65, "end": 746.83, "word": " we", "probability": 0.9169921875}, {"start": 746.83, "end": 747.03, "word": " do", "probability": 0.91455078125}, {"start": 747.03, "end": 747.23, "word": " this?", "probability": 0.5078125}, {"start": 747.31, "end": 747.55, "word": " We", "probability": 0.76708984375}, {"start": 747.55, "end": 747.55, "word": " go", "probability": 0.73681640625}, {"start": 747.55, "end": 747.69, "word": " to", "probability": 0.95703125}, {"start": 747.69, "end": 747.75, "word": " the", "probability": 0.479248046875}, {"start": 747.75, "end": 748.17, "word": " activity.", "probability": 0.81982421875}], "temperature": 1.0}, {"id": 29, "seek": 77000, "start": 750.96, "end": 770.0, "text": " And we made an override to a callback method called onCreateOptionsMenu We said that onCreateOptionsMenu is a callback method. What is a callback method? It is a method that I don't use. It is used during the life cycle of the activity. What is a life cycle? The cycle of activity.", "tokens": [400, 321, 1027, 364, 42321, 281, 257, 818, 3207, 3170, 1219, 322, 44637, 473, 46, 9799, 30505, 84, 492, 848, 300, 322, 44637, 473, 46, 9799, 30505, 84, 307, 257, 818, 3207, 3170, 13, 708, 307, 257, 818, 3207, 3170, 30, 467, 307, 257, 3170, 300, 286, 500, 380, 764, 13, 467, 307, 1143, 1830, 264, 993, 6586, 295, 264, 5191, 13, 708, 307, 257, 993, 6586, 30, 440, 6586, 295, 5191, 13], "avg_logprob": -0.3323479693483662, "compression_ratio": 1.855263157894737, "no_speech_prob": 0.0, "words": [{"start": 750.96, "end": 751.48, "word": " And", "probability": 0.2486572265625}, {"start": 751.48, "end": 752.0, "word": " we", "probability": 0.796875}, {"start": 752.0, "end": 752.28, "word": " made", "probability": 0.31640625}, {"start": 752.28, "end": 752.5, "word": " an", "probability": 0.697265625}, {"start": 752.5, "end": 753.16, "word": " override", "probability": 0.91064453125}, {"start": 753.16, "end": 753.58, "word": " to", "probability": 0.497802734375}, {"start": 753.58, "end": 753.72, "word": " a", "probability": 0.7080078125}, {"start": 753.72, "end": 754.1, "word": " callback", "probability": 0.815185546875}, {"start": 754.1, "end": 754.44, "word": " method", "probability": 0.93603515625}, {"start": 754.44, "end": 754.82, "word": " called", "probability": 0.57470703125}, {"start": 754.82, "end": 757.22, "word": " onCreateOptionsMenu", "probability": 0.8656180245535714}, {"start": 757.22, "end": 758.2, "word": " We", "probability": 0.61083984375}, {"start": 758.2, "end": 758.46, "word": " said", "probability": 0.57763671875}, {"start": 758.46, "end": 758.72, "word": " that", "probability": 0.83935546875}, {"start": 758.72, "end": 760.16, "word": " onCreateOptionsMenu", "probability": 0.8988560267857143}, {"start": 760.16, "end": 760.62, "word": " is", "probability": 0.8212890625}, {"start": 760.62, "end": 760.74, "word": " a", "probability": 0.94189453125}, {"start": 760.74, "end": 761.1, "word": " callback", "probability": 0.905029296875}, {"start": 761.1, "end": 761.38, "word": " method.", "probability": 0.94384765625}, {"start": 761.42, "end": 761.52, "word": " What", "probability": 0.6630859375}, {"start": 761.52, "end": 761.62, "word": " is", "probability": 0.6005859375}, {"start": 761.62, "end": 761.74, "word": " a", "probability": 0.7158203125}, {"start": 761.74, "end": 762.12, "word": " callback", "probability": 0.94580078125}, {"start": 762.12, "end": 762.4, "word": " method?", "probability": 0.95458984375}, {"start": 762.48, "end": 762.64, "word": " It", "probability": 0.625}, {"start": 762.64, "end": 762.64, "word": " is", "probability": 0.69287109375}, {"start": 762.64, "end": 762.66, "word": " a", "probability": 0.8779296875}, {"start": 762.66, "end": 762.88, "word": " method", "probability": 0.9228515625}, {"start": 762.88, "end": 762.94, "word": " that", "probability": 0.67919921875}, {"start": 762.94, "end": 763.04, "word": " I", "probability": 0.603515625}, {"start": 763.04, "end": 763.16, "word": " don't", "probability": 0.6566162109375}, {"start": 763.16, "end": 763.42, "word": " use.", "probability": 0.395751953125}, {"start": 764.5, "end": 764.58, "word": " It", "probability": 0.7724609375}, {"start": 764.58, "end": 764.88, "word": " is", "probability": 0.85546875}, {"start": 764.88, "end": 765.2, "word": " used", "probability": 0.736328125}, {"start": 765.2, "end": 766.16, "word": " during", "probability": 0.787109375}, {"start": 766.16, "end": 766.48, "word": " the", "probability": 0.775390625}, {"start": 766.48, "end": 766.74, "word": " life", "probability": 0.4912109375}, {"start": 766.74, "end": 767.14, "word": " cycle", "probability": 0.94970703125}, {"start": 767.14, "end": 767.3, "word": " of", "probability": 0.921875}, {"start": 767.3, "end": 767.46, "word": " the", "probability": 0.62353515625}, {"start": 767.46, "end": 767.8, "word": " activity.", "probability": 0.94970703125}, {"start": 767.86, "end": 767.96, "word": " What", "probability": 0.84716796875}, {"start": 767.96, "end": 768.06, "word": " is", "probability": 0.91357421875}, {"start": 768.06, "end": 768.14, "word": " a", "probability": 0.423828125}, {"start": 768.14, "end": 768.28, "word": " life", "probability": 0.90576171875}, {"start": 768.28, "end": 768.7, "word": " cycle?", "probability": 0.9716796875}, {"start": 769.26, "end": 769.34, "word": " The", "probability": 0.489501953125}, {"start": 769.34, "end": 769.48, "word": " cycle", "probability": 0.5556640625}, {"start": 769.48, "end": 769.62, "word": " of", "probability": 0.95849609375}, {"start": 769.62, "end": 770.0, "word": " activity.", "probability": 0.4453125}], "temperature": 1.0}, {"id": 30, "seek": 79107, "start": 771.57, "end": 791.07, "text": " The activity has a life cycle. It starts its life and lives and then dies. Ok? Yes, this is how the activity works. Unstuck, uncreated, what does it mean? It started working. Right or wrong? Now, after being uncreated in one of the stages, it will claim to be uncreated. Options menu. Why? It wants to see if there are menus that can be created.", "tokens": [440, 5191, 575, 257, 993, 6586, 13, 467, 3719, 1080, 993, 293, 2909, 293, 550, 2714, 13, 3477, 30, 1079, 11, 341, 307, 577, 264, 5191, 1985, 13, 1156, 372, 1134, 11, 6219, 26559, 11, 437, 775, 309, 914, 30, 467, 1409, 1364, 13, 1779, 420, 2085, 30, 823, 11, 934, 885, 6219, 26559, 294, 472, 295, 264, 10232, 11, 309, 486, 3932, 281, 312, 6219, 26559, 13, 42934, 6510, 13, 1545, 30, 467, 2738, 281, 536, 498, 456, 366, 30347, 300, 393, 312, 2942, 13], "avg_logprob": -0.48204023879149865, "compression_ratio": 1.6018518518518519, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 771.57, "end": 771.83, "word": " The", "probability": 0.130615234375}, {"start": 771.83, "end": 772.07, "word": " activity", "probability": 0.77685546875}, {"start": 772.07, "end": 772.29, "word": " has", "probability": 0.1644287109375}, {"start": 772.29, "end": 772.49, "word": " a", "probability": 0.67724609375}, {"start": 772.49, "end": 772.75, "word": " life", "probability": 0.705078125}, {"start": 772.75, "end": 772.79, "word": " cycle.", "probability": 0.890625}, {"start": 772.93, "end": 772.97, "word": " It", "probability": 0.787109375}, {"start": 772.97, "end": 773.17, "word": " starts", "probability": 0.5703125}, {"start": 773.17, "end": 773.31, "word": " its", "probability": 0.218505859375}, {"start": 773.31, "end": 773.69, "word": " life", "probability": 0.91796875}, {"start": 773.69, "end": 774.09, "word": " and", "probability": 0.480712890625}, {"start": 774.09, "end": 774.49, "word": " lives", "probability": 0.395263671875}, {"start": 774.49, "end": 774.67, "word": " and", "probability": 0.5048828125}, {"start": 774.67, "end": 774.87, "word": " then", "probability": 0.5791015625}, {"start": 774.87, "end": 775.27, "word": " dies.", "probability": 0.755859375}, {"start": 775.87, "end": 776.05, "word": " Ok?", "probability": 0.173828125}, {"start": 776.85, "end": 777.17, "word": " Yes,", "probability": 0.5595703125}, {"start": 777.19, "end": 777.33, "word": " this", "probability": 0.395751953125}, {"start": 777.33, "end": 777.33, "word": " is", "probability": 0.77587890625}, {"start": 777.33, "end": 777.37, "word": " how", "probability": 0.9306640625}, {"start": 777.37, "end": 777.41, "word": " the", "probability": 0.66650390625}, {"start": 777.41, "end": 777.69, "word": " activity", "probability": 0.95947265625}, {"start": 777.69, "end": 778.11, "word": " works.", "probability": 0.51025390625}, {"start": 778.63, "end": 779.07, "word": " Unstuck,", "probability": 0.6090087890625}, {"start": 779.13, "end": 779.59, "word": " uncreated,", "probability": 0.794921875}, {"start": 779.67, "end": 779.83, "word": " what", "probability": 0.79833984375}, {"start": 779.83, "end": 779.99, "word": " does", "probability": 0.90771484375}, {"start": 779.99, "end": 779.99, "word": " it", "probability": 0.470947265625}, {"start": 779.99, "end": 780.05, "word": " mean?", "probability": 0.955078125}, {"start": 780.65, "end": 780.83, "word": " It", "probability": 0.8056640625}, {"start": 780.83, "end": 781.01, "word": " started", "probability": 0.6123046875}, {"start": 781.01, "end": 781.41, "word": " working.", "probability": 0.5146484375}, {"start": 781.71, "end": 781.89, "word": " Right", "probability": 0.5302734375}, {"start": 781.89, "end": 782.09, "word": " or", "probability": 0.74169921875}, {"start": 782.09, "end": 782.13, "word": " wrong?", "probability": 0.45751953125}, {"start": 782.67, "end": 783.03, "word": " Now,", "probability": 0.4951171875}, {"start": 783.37, "end": 783.63, "word": " after", "probability": 0.8466796875}, {"start": 783.63, "end": 783.73, "word": " being", "probability": 0.458984375}, {"start": 783.73, "end": 784.35, "word": " uncreated", "probability": 0.965576171875}, {"start": 784.35, "end": 784.57, "word": " in", "probability": 0.4580078125}, {"start": 784.57, "end": 784.97, "word": " one", "probability": 0.7958984375}, {"start": 784.97, "end": 785.07, "word": " of", "probability": 0.71337890625}, {"start": 785.07, "end": 785.15, "word": " the", "probability": 0.77734375}, {"start": 785.15, "end": 785.47, "word": " stages,", "probability": 0.70166015625}, {"start": 785.65, "end": 785.65, "word": " it", "probability": 0.69482421875}, {"start": 785.65, "end": 785.73, "word": " will", "probability": 0.45361328125}, {"start": 785.73, "end": 786.03, "word": " claim", "probability": 0.486328125}, {"start": 786.03, "end": 786.17, "word": " to", "probability": 0.77783203125}, {"start": 786.17, "end": 786.25, "word": " be", "probability": 0.75341796875}, {"start": 786.25, "end": 786.77, "word": " uncreated.", "probability": 0.91796875}, {"start": 787.75, "end": 788.13, "word": " Options", "probability": 0.7421875}, {"start": 788.13, "end": 788.35, "word": " menu.", "probability": 0.8681640625}, {"start": 788.45, "end": 788.71, "word": " Why?", "probability": 0.8818359375}, {"start": 789.15, "end": 789.23, "word": " It", "probability": 0.75}, {"start": 789.23, "end": 789.39, "word": " wants", "probability": 0.79296875}, {"start": 789.39, "end": 789.43, "word": " to", "probability": 0.97021484375}, {"start": 789.43, "end": 789.71, "word": " see", "probability": 0.68701171875}, {"start": 789.71, "end": 789.95, "word": " if", "probability": 0.890625}, {"start": 789.95, "end": 790.17, "word": " there", "probability": 0.60791015625}, {"start": 790.17, "end": 790.17, "word": " are", "probability": 0.77978515625}, {"start": 790.17, "end": 790.49, "word": " menus", "probability": 0.96875}, {"start": 790.49, "end": 790.65, "word": " that", "probability": 0.59716796875}, {"start": 790.65, "end": 790.81, "word": " can", "probability": 0.250732421875}, {"start": 790.81, "end": 790.83, "word": " be", "probability": 0.95556640625}, {"start": 790.83, "end": 791.07, "word": " created.", "probability": 0.416748046875}], "temperature": 1.0}, {"id": 31, "seek": 81649, "start": 792.25, "end": 816.49, "text": " Yes, they want to do it. By default, this onCreateOptionsMenu does not exist. Or it exists in the parent, but it is empty. Now, I want to add a code in it, so that as soon as it starts working, it executes the code. Like onCreate. You do not need onCreate. It executes it by itself. We put a code in it. Why? So that as soon as the application starts working, it executes onCreate and executes a specific code. onCreateOptionsMenu", "tokens": [1079, 11, 436, 528, 281, 360, 309, 13, 3146, 7576, 11, 341, 322, 44637, 473, 46, 9799, 30505, 84, 775, 406, 2514, 13, 1610, 309, 8198, 294, 264, 2596, 11, 457, 309, 307, 6707, 13, 823, 11, 286, 528, 281, 909, 257, 3089, 294, 309, 11, 370, 300, 382, 2321, 382, 309, 3719, 1364, 11, 309, 4454, 1819, 264, 3089, 13, 1743, 322, 44637, 473, 13, 509, 360, 406, 643, 322, 44637, 473, 13, 467, 4454, 1819, 309, 538, 2564, 13, 492, 829, 257, 3089, 294, 309, 13, 1545, 30, 407, 300, 382, 2321, 382, 264, 3861, 3719, 1364, 11, 309, 4454, 1819, 322, 44637, 473, 293, 4454, 1819, 257, 2685, 3089, 13, 322, 44637, 473, 46, 9799, 30505, 84], "avg_logprob": -0.40185949033942103, "compression_ratio": 1.873913043478261, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 792.25, "end": 792.53, "word": " Yes,", "probability": 0.13232421875}, {"start": 792.57, "end": 792.63, "word": " they", "probability": 0.296630859375}, {"start": 792.63, "end": 792.75, "word": " want", "probability": 0.57958984375}, {"start": 792.75, "end": 792.81, "word": " to", "probability": 0.927734375}, {"start": 792.81, "end": 792.93, "word": " do", "probability": 0.398193359375}, {"start": 792.93, "end": 793.13, "word": " it.", "probability": 0.7685546875}, {"start": 793.55, "end": 793.95, "word": " By", "probability": 0.61328125}, {"start": 793.95, "end": 794.39, "word": " default,", "probability": 0.96826171875}, {"start": 794.57, "end": 794.65, "word": " this", "probability": 0.414794921875}, {"start": 794.65, "end": 795.69, "word": " onCreateOptionsMenu", "probability": 0.7567138671875}, {"start": 795.69, "end": 795.89, "word": " does", "probability": 0.2220458984375}, {"start": 795.89, "end": 796.03, "word": " not", "probability": 0.93310546875}, {"start": 796.03, "end": 796.39, "word": " exist.", "probability": 0.90576171875}, {"start": 797.19, "end": 797.53, "word": " Or", "probability": 0.33154296875}, {"start": 797.53, "end": 797.83, "word": " it", "probability": 0.54150390625}, {"start": 797.83, "end": 798.03, "word": " exists", "probability": 0.3349609375}, {"start": 798.03, "end": 798.19, "word": " in", "probability": 0.85693359375}, {"start": 798.19, "end": 798.31, "word": " the", "probability": 0.79443359375}, {"start": 798.31, "end": 798.61, "word": " parent,", "probability": 0.83740234375}, {"start": 798.67, "end": 798.85, "word": " but", "probability": 0.88232421875}, {"start": 798.85, "end": 798.91, "word": " it", "probability": 0.57568359375}, {"start": 798.91, "end": 798.91, "word": " is", "probability": 0.69384765625}, {"start": 798.91, "end": 799.13, "word": " empty.", "probability": 0.5927734375}, {"start": 800.11, "end": 800.51, "word": " Now,", "probability": 0.2493896484375}, {"start": 800.63, "end": 800.83, "word": " I", "probability": 0.8896484375}, {"start": 800.83, "end": 801.03, "word": " want", "probability": 0.6259765625}, {"start": 801.03, "end": 801.03, "word": " to", "probability": 0.96484375}, {"start": 801.03, "end": 801.25, "word": " add", "probability": 0.7861328125}, {"start": 801.25, "end": 801.55, "word": " a", "probability": 0.387939453125}, {"start": 801.55, "end": 801.81, "word": " code", "probability": 0.91650390625}, {"start": 801.81, "end": 801.83, "word": " in", "probability": 0.3896484375}, {"start": 801.83, "end": 801.83, "word": " it,", "probability": 0.865234375}, {"start": 801.91, "end": 802.01, "word": " so", "probability": 0.72998046875}, {"start": 802.01, "end": 802.17, "word": " that", "probability": 0.595703125}, {"start": 802.17, "end": 802.27, "word": " as", "probability": 0.174072265625}, {"start": 802.27, "end": 802.35, "word": " soon", "probability": 0.9453125}, {"start": 802.35, "end": 802.37, "word": " as", "probability": 0.96875}, {"start": 802.37, "end": 802.51, "word": " it", "probability": 0.84619140625}, {"start": 802.51, "end": 802.65, "word": " starts", "probability": 0.414794921875}, {"start": 802.65, "end": 802.93, "word": " working,", "probability": 0.450439453125}, {"start": 803.43, "end": 803.67, "word": " it", "probability": 0.88720703125}, {"start": 803.67, "end": 803.93, "word": " executes", "probability": 0.6497802734375}, {"start": 803.93, "end": 804.09, "word": " the", "probability": 0.5234375}, {"start": 804.09, "end": 804.27, "word": " code.", "probability": 0.92626953125}, {"start": 804.43, "end": 804.63, "word": " Like", "probability": 0.533203125}, {"start": 804.63, "end": 805.29, "word": " onCreate.", "probability": 0.88427734375}, {"start": 805.73, "end": 806.13, "word": " You", "probability": 0.6787109375}, {"start": 806.13, "end": 806.33, "word": " do", "probability": 0.3056640625}, {"start": 806.33, "end": 806.33, "word": " not", "probability": 0.9423828125}, {"start": 806.33, "end": 806.63, "word": " need", "probability": 0.36279296875}, {"start": 806.63, "end": 806.75, "word": " onCreate.", "probability": 0.8009440104166666}, {"start": 807.31, "end": 807.71, "word": " It", "probability": 0.8017578125}, {"start": 807.71, "end": 808.39, "word": " executes", "probability": 0.6895751953125}, {"start": 808.39, "end": 808.51, "word": " it", "probability": 0.7578125}, {"start": 808.51, "end": 808.51, "word": " by", "probability": 0.54248046875}, {"start": 808.51, "end": 808.51, "word": " itself.", "probability": 0.7685546875}, {"start": 808.89, "end": 809.03, "word": " We", "probability": 0.34814453125}, {"start": 809.03, "end": 809.25, "word": " put", "probability": 0.43798828125}, {"start": 809.25, "end": 809.71, "word": " a", "probability": 0.6416015625}, {"start": 809.71, "end": 809.95, "word": " code", "probability": 0.9541015625}, {"start": 809.95, "end": 809.97, "word": " in", "probability": 0.880859375}, {"start": 809.97, "end": 809.97, "word": " it.", "probability": 0.93994140625}, {"start": 809.99, "end": 810.25, "word": " Why?", "probability": 0.84033203125}, {"start": 810.65, "end": 810.89, "word": " So", "probability": 0.7353515625}, {"start": 810.89, "end": 811.05, "word": " that", "probability": 0.8935546875}, {"start": 811.05, "end": 811.17, "word": " as", "probability": 0.83935546875}, {"start": 811.17, "end": 811.29, "word": " soon", "probability": 0.96044921875}, {"start": 811.29, "end": 811.45, "word": " as", "probability": 0.97314453125}, {"start": 811.45, "end": 811.89, "word": " the", "probability": 0.8154296875}, {"start": 811.89, "end": 812.09, "word": " application", "probability": 0.67529296875}, {"start": 812.09, "end": 812.09, "word": " starts", "probability": 0.7578125}, {"start": 812.09, "end": 812.23, "word": " working,", "probability": 0.65576171875}, {"start": 812.31, "end": 812.33, "word": " it", "probability": 0.89697265625}, {"start": 812.33, "end": 812.61, "word": " executes", "probability": 0.902099609375}, {"start": 812.61, "end": 813.11, "word": " onCreate", "probability": 0.8238932291666666}, {"start": 813.11, "end": 813.23, "word": " and", "probability": 0.69140625}, {"start": 813.23, "end": 814.15, "word": " executes", "probability": 0.81982421875}, {"start": 814.15, "end": 814.45, "word": " a", "probability": 0.89990234375}, {"start": 814.45, "end": 814.65, "word": " specific", "probability": 0.370849609375}, {"start": 814.65, "end": 814.65, "word": " code.", "probability": 0.94677734375}, {"start": 816.09, "end": 816.49, "word": " onCreateOptionsMenu", "probability": 0.9131556919642857}], "temperature": 1.0}, {"id": 32, "seek": 82907, "start": 817.89, "end": 829.07, "text": " We wrote a chapter on how to convert xml files to java files by using the Inflation method", "tokens": [492, 4114, 257, 7187, 322, 577, 281, 7620, 2031, 15480, 7098, 281, 361, 4061, 7098, 538, 1228, 264, 682, 3423, 399, 3170], "avg_logprob": -0.8607336801031361, "compression_ratio": 1.1097560975609757, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 817.89, "end": 818.67, "word": " We", "probability": 0.34033203125}, {"start": 818.67, "end": 818.89, "word": " wrote", "probability": 0.4150390625}, {"start": 818.89, "end": 819.03, "word": " a", "probability": 0.50048828125}, {"start": 819.03, "end": 819.27, "word": " chapter", "probability": 0.267333984375}, {"start": 819.27, "end": 819.77, "word": " on", "probability": 0.2039794921875}, {"start": 819.77, "end": 819.79, "word": " how", "probability": 0.165771484375}, {"start": 819.79, "end": 820.05, "word": " to", "probability": 0.6328125}, {"start": 820.05, "end": 820.47, "word": " convert", "probability": 0.5068359375}, {"start": 820.47, "end": 823.51, "word": " xml", "probability": 0.63427734375}, {"start": 823.51, "end": 823.87, "word": " files", "probability": 0.298095703125}, {"start": 823.87, "end": 824.15, "word": " to", "probability": 0.66064453125}, {"start": 824.15, "end": 824.51, "word": " java", "probability": 0.822021484375}, {"start": 824.51, "end": 825.29, "word": " files", "probability": 0.46435546875}, {"start": 825.29, "end": 825.71, "word": " by", "probability": 0.267333984375}, {"start": 825.71, "end": 825.87, "word": " using", "probability": 0.45654296875}, {"start": 825.87, "end": 826.31, "word": " the", "probability": 0.24560546875}, {"start": 826.31, "end": 828.61, "word": " Inflation", "probability": 0.7281901041666666}, {"start": 828.61, "end": 829.07, "word": " method", "probability": 0.288330078125}], "temperature": 1.0}, {"id": 33, "seek": 85777, "start": 829.69, "end": 857.77, "text": " The ID of your menu is now stored in the resources in a menu file. You type in ar.menu.xml file name. And then you put the menu you want to connect to it. This menu here points to the button with three dots on it. So the menu you want to create connects to the main menu or the main button you have. And that's it. This is the only line we added in the onCreateOptionsMenu that made the menu appear.", "tokens": [440, 7348, 295, 428, 6510, 307, 586, 12187, 294, 264, 3593, 294, 257, 6510, 3991, 13, 509, 2010, 294, 594, 13, 2558, 84, 13, 87, 15480, 3991, 1315, 13, 400, 550, 291, 829, 264, 6510, 291, 528, 281, 1745, 281, 309, 13, 639, 6510, 510, 2793, 281, 264, 2960, 365, 1045, 15026, 322, 309, 13, 407, 264, 6510, 291, 528, 281, 1884, 16967, 281, 264, 2135, 6510, 420, 264, 2135, 2960, 291, 362, 13, 400, 300, 311, 309, 13, 639, 307, 264, 787, 1622, 321, 3869, 294, 264, 322, 44637, 473, 46, 9799, 30505, 84, 300, 1027, 264, 6510, 4204, 13], "avg_logprob": -0.564338218347699, "compression_ratio": 1.82648401826484, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 829.69, "end": 830.11, "word": " The", "probability": 0.17578125}, {"start": 830.11, "end": 830.49, "word": " ID", "probability": 0.45263671875}, {"start": 830.49, "end": 830.73, "word": " of", "probability": 0.44287109375}, {"start": 830.73, "end": 830.83, "word": " your", "probability": 0.64453125}, {"start": 830.83, "end": 830.95, "word": " menu", "probability": 0.55810546875}, {"start": 830.95, "end": 832.27, "word": " is", "probability": 0.5537109375}, {"start": 832.27, "end": 832.27, "word": " now", "probability": 0.192138671875}, {"start": 832.27, "end": 832.65, "word": " stored", "probability": 0.238037109375}, {"start": 832.65, "end": 832.77, "word": " in", "probability": 0.783203125}, {"start": 832.77, "end": 832.83, "word": " the", "probability": 0.51025390625}, {"start": 832.83, "end": 833.21, "word": " resources", "probability": 0.4892578125}, {"start": 833.21, "end": 833.39, "word": " in", "probability": 0.363525390625}, {"start": 833.39, "end": 833.47, "word": " a", "probability": 0.521484375}, {"start": 833.47, "end": 833.95, "word": " menu", "probability": 0.51806640625}, {"start": 833.95, "end": 833.95, "word": " file.", "probability": 0.26025390625}, {"start": 834.05, "end": 834.09, "word": " You", "probability": 0.453125}, {"start": 834.09, "end": 834.27, "word": " type", "probability": 0.4150390625}, {"start": 834.27, "end": 834.35, "word": " in", "probability": 0.51025390625}, {"start": 834.35, "end": 834.59, "word": " ar", "probability": 0.271484375}, {"start": 834.59, "end": 835.61, "word": ".menu", "probability": 0.9290364583333334}, {"start": 835.61, "end": 838.11, "word": ".xml", "probability": 0.8779296875}, {"start": 838.11, "end": 838.11, "word": " file", "probability": 0.395751953125}, {"start": 838.11, "end": 838.11, "word": " name.", "probability": 0.390869140625}, {"start": 838.21, "end": 838.27, "word": " And", "probability": 0.260986328125}, {"start": 838.27, "end": 838.63, "word": " then", "probability": 0.6845703125}, {"start": 838.63, "end": 839.33, "word": " you", "probability": 0.62939453125}, {"start": 839.33, "end": 839.61, "word": " put", "probability": 0.255615234375}, {"start": 839.61, "end": 839.75, "word": " the", "probability": 0.6650390625}, {"start": 839.75, "end": 839.93, "word": " menu", "probability": 0.53515625}, {"start": 839.93, "end": 840.05, "word": " you", "probability": 0.175048828125}, {"start": 840.05, "end": 840.59, "word": " want", "probability": 0.1920166015625}, {"start": 840.59, "end": 841.13, "word": " to", "probability": 0.47021484375}, {"start": 841.13, "end": 841.49, "word": " connect", "probability": 0.45458984375}, {"start": 841.49, "end": 841.59, "word": " to", "probability": 0.65185546875}, {"start": 841.59, "end": 841.59, "word": " it.", "probability": 0.517578125}, {"start": 841.59, "end": 841.79, "word": " This", "probability": 0.57763671875}, {"start": 841.79, "end": 842.11, "word": " menu", "probability": 0.826171875}, {"start": 842.11, "end": 842.51, "word": " here", "probability": 0.48388671875}, {"start": 842.51, "end": 842.97, "word": " points", "probability": 0.1812744140625}, {"start": 842.97, "end": 843.53, "word": " to", "probability": 0.70068359375}, {"start": 843.53, "end": 843.77, "word": " the", "probability": 0.71875}, {"start": 843.77, "end": 844.03, "word": " button", "probability": 0.5771484375}, {"start": 844.03, "end": 844.95, "word": " with", "probability": 0.2744140625}, {"start": 844.95, "end": 845.33, "word": " three", "probability": 0.6806640625}, {"start": 845.33, "end": 845.63, "word": " dots", "probability": 0.68408203125}, {"start": 845.63, "end": 845.65, "word": " on", "probability": 0.3603515625}, {"start": 845.65, "end": 845.65, "word": " it.", "probability": 0.89404296875}, {"start": 845.89, "end": 846.27, "word": " So", "probability": 0.533203125}, {"start": 846.27, "end": 846.37, "word": " the", "probability": 0.599609375}, {"start": 846.37, "end": 846.53, "word": " menu", "probability": 0.9140625}, {"start": 846.53, "end": 846.63, "word": " you", "probability": 0.7353515625}, {"start": 846.63, "end": 846.83, "word": " want", "probability": 0.82421875}, {"start": 846.83, "end": 846.83, "word": " to", "probability": 0.95849609375}, {"start": 846.83, "end": 847.05, "word": " create", "probability": 0.7255859375}, {"start": 847.05, "end": 847.39, "word": " connects", "probability": 0.58837890625}, {"start": 847.39, "end": 847.91, "word": " to", "probability": 0.876953125}, {"start": 847.91, "end": 848.85, "word": " the", "probability": 0.51171875}, {"start": 848.85, "end": 848.85, "word": " main", "probability": 0.7294921875}, {"start": 848.85, "end": 849.45, "word": " menu", "probability": 0.78662109375}, {"start": 849.45, "end": 849.63, "word": " or", "probability": 0.489013671875}, {"start": 849.63, "end": 849.85, "word": " the", "probability": 0.44189453125}, {"start": 849.85, "end": 850.23, "word": " main", "probability": 0.822265625}, {"start": 850.23, "end": 850.39, "word": " button", "probability": 0.82763671875}, {"start": 850.39, "end": 850.49, "word": " you", "probability": 0.284912109375}, {"start": 850.49, "end": 850.77, "word": " have.", "probability": 0.85009765625}, {"start": 851.31, "end": 851.49, "word": " And", "probability": 0.5439453125}, {"start": 851.49, "end": 851.69, "word": " that's", "probability": 0.78076171875}, {"start": 851.69, "end": 851.77, "word": " it.", "probability": 0.89111328125}, {"start": 853.25, "end": 853.57, "word": " This", "probability": 0.80419921875}, {"start": 853.57, "end": 853.65, "word": " is", "probability": 0.8701171875}, {"start": 853.65, "end": 854.11, "word": " the", "probability": 0.919921875}, {"start": 854.11, "end": 854.23, "word": " only", "probability": 0.8466796875}, {"start": 854.23, "end": 854.37, "word": " line", "probability": 0.330078125}, {"start": 854.37, "end": 854.49, "word": " we", "probability": 0.55712890625}, {"start": 854.49, "end": 854.71, "word": " added", "probability": 0.71630859375}, {"start": 854.71, "end": 854.95, "word": " in", "probability": 0.66552734375}, {"start": 854.95, "end": 855.03, "word": " the", "probability": 0.49609375}, {"start": 855.03, "end": 856.79, "word": " onCreateOptionsMenu", "probability": 0.6753278459821429}, {"start": 856.79, "end": 856.93, "word": " that", "probability": 0.51171875}, {"start": 856.93, "end": 857.17, "word": " made", "probability": 0.333740234375}, {"start": 857.17, "end": 857.29, "word": " the", "probability": 0.8779296875}, {"start": 857.29, "end": 857.45, "word": " menu", "probability": 0.9443359375}, {"start": 857.45, "end": 857.77, "word": " appear.", "probability": 0.491943359375}], "temperature": 1.0}, {"id": 34, "seek": 88664, "start": 858.78, "end": 886.64, "text": " Of course, if you want the menu to appear in all activities, you have to put it in all activities. Okay? Okay, so far we have made a menu, but there is no action on it. Okay? No, just a view like this. How do we make action on the menu? Go back to the activity itself, and it also gives you a callback method.", "tokens": [2720, 1164, 11, 498, 291, 528, 264, 6510, 281, 4204, 294, 439, 5354, 11, 291, 362, 281, 829, 309, 294, 439, 5354, 13, 1033, 30, 1033, 11, 370, 1400, 321, 362, 1027, 257, 6510, 11, 457, 456, 307, 572, 3069, 322, 309, 13, 1033, 30, 883, 11, 445, 257, 1910, 411, 341, 13, 1012, 360, 321, 652, 3069, 322, 264, 6510, 30, 1037, 646, 281, 264, 5191, 2564, 11, 293, 309, 611, 2709, 291, 257, 818, 3207, 3170, 13], "avg_logprob": -0.3582031112164259, "compression_ratio": 1.6230366492146597, "no_speech_prob": 0.0, "words": [{"start": 858.78, "end": 859.06, "word": " Of", "probability": 0.12091064453125}, {"start": 859.06, "end": 859.14, "word": " course,", "probability": 0.88427734375}, {"start": 859.4, "end": 859.6, "word": " if", "probability": 0.6923828125}, {"start": 859.6, "end": 859.88, "word": " you", "probability": 0.95361328125}, {"start": 859.88, "end": 860.02, "word": " want", "probability": 0.8740234375}, {"start": 860.02, "end": 860.2, "word": " the", "probability": 0.568359375}, {"start": 860.2, "end": 860.36, "word": " menu", "probability": 0.908203125}, {"start": 860.36, "end": 860.5, "word": " to", "probability": 0.8818359375}, {"start": 860.5, "end": 860.66, "word": " appear", "probability": 0.487060546875}, {"start": 860.66, "end": 860.78, "word": " in", "probability": 0.7109375}, {"start": 860.78, "end": 860.98, "word": " all", "probability": 0.8544921875}, {"start": 860.98, "end": 861.56, "word": " activities,", "probability": 0.75}, {"start": 861.76, "end": 862.36, "word": " you", "probability": 0.70654296875}, {"start": 862.36, "end": 862.52, "word": " have", "probability": 0.413330078125}, {"start": 862.52, "end": 862.62, "word": " to", "probability": 0.9677734375}, {"start": 862.62, "end": 862.84, "word": " put", "probability": 0.61767578125}, {"start": 862.84, "end": 862.9, "word": " it", "probability": 0.73681640625}, {"start": 862.9, "end": 862.96, "word": " in", "probability": 0.86083984375}, {"start": 862.96, "end": 863.12, "word": " all", "probability": 0.9169921875}, {"start": 863.12, "end": 863.7, "word": " activities.", "probability": 0.9072265625}, {"start": 864.3, "end": 864.7, "word": " Okay?", "probability": 0.337158203125}, {"start": 865.74, "end": 866.14, "word": " Okay,", "probability": 0.4609375}, {"start": 866.26, "end": 866.3, "word": " so", "probability": 0.513671875}, {"start": 866.3, "end": 866.74, "word": " far", "probability": 0.92822265625}, {"start": 866.74, "end": 866.98, "word": " we", "probability": 0.70703125}, {"start": 866.98, "end": 867.04, "word": " have", "probability": 0.417724609375}, {"start": 867.04, "end": 867.18, "word": " made", "probability": 0.48486328125}, {"start": 867.18, "end": 867.34, "word": " a", "probability": 0.76708984375}, {"start": 867.34, "end": 867.58, "word": " menu,", "probability": 0.9326171875}, {"start": 868.0, "end": 868.44, "word": " but", "probability": 0.90966796875}, {"start": 868.44, "end": 868.6, "word": " there", "probability": 0.8349609375}, {"start": 868.6, "end": 868.6, "word": " is", "probability": 0.8876953125}, {"start": 868.6, "end": 868.7, "word": " no", "probability": 0.927734375}, {"start": 868.7, "end": 869.0, "word": " action", "probability": 0.92333984375}, {"start": 869.0, "end": 869.16, "word": " on", "probability": 0.84033203125}, {"start": 869.16, "end": 871.24, "word": " it.", "probability": 0.94677734375}, {"start": 876.74, "end": 877.14, "word": " Okay?", "probability": 0.65869140625}, {"start": 877.38, "end": 877.5, "word": " No,", "probability": 0.63427734375}, {"start": 877.58, "end": 877.8, "word": " just", "probability": 0.564453125}, {"start": 877.8, "end": 877.9, "word": " a", "probability": 0.388427734375}, {"start": 877.9, "end": 878.14, "word": " view", "probability": 0.50341796875}, {"start": 878.14, "end": 878.28, "word": " like", "probability": 0.5283203125}, {"start": 878.28, "end": 878.56, "word": " this.", "probability": 0.489501953125}, {"start": 878.74, "end": 878.94, "word": " How", "probability": 0.93798828125}, {"start": 878.94, "end": 879.02, "word": " do", "probability": 0.75732421875}, {"start": 879.02, "end": 879.06, "word": " we", "probability": 0.7939453125}, {"start": 879.06, "end": 879.18, "word": " make", "probability": 0.52001953125}, {"start": 879.18, "end": 879.52, "word": " action", "probability": 0.6533203125}, {"start": 879.52, "end": 879.66, "word": " on", "probability": 0.919921875}, {"start": 879.66, "end": 879.74, "word": " the", "probability": 0.8212890625}, {"start": 879.74, "end": 879.98, "word": " menu?", "probability": 0.94482421875}, {"start": 881.84, "end": 882.1, "word": " Go", "probability": 0.703125}, {"start": 882.1, "end": 882.24, "word": " back", "probability": 0.85986328125}, {"start": 882.24, "end": 882.3, "word": " to", "probability": 0.966796875}, {"start": 882.3, "end": 882.36, "word": " the", "probability": 0.84326171875}, {"start": 882.36, "end": 882.74, "word": " activity", "probability": 0.92431640625}, {"start": 882.74, "end": 883.06, "word": " itself,", "probability": 0.81298828125}, {"start": 883.76, "end": 883.98, "word": " and", "probability": 0.7529296875}, {"start": 883.98, "end": 884.46, "word": " it", "probability": 0.68994140625}, {"start": 884.46, "end": 884.46, "word": " also", "probability": 0.52099609375}, {"start": 884.46, "end": 885.52, "word": " gives", "probability": 0.87548828125}, {"start": 885.52, "end": 885.74, "word": " you", "probability": 0.8955078125}, {"start": 885.74, "end": 885.78, "word": " a", "probability": 0.91845703125}, {"start": 885.78, "end": 886.2, "word": " callback", "probability": 0.85595703125}, {"start": 886.2, "end": 886.64, "word": " method.", "probability": 0.951171875}], "temperature": 1.0}, {"id": 35, "seek": 89965, "start": 888.37, "end": 899.65, "text": " The second one is the callback method, which is executed automatically by pressing any item in the menu. What is it? It is called ON", "tokens": [440, 1150, 472, 307, 264, 818, 3207, 3170, 11, 597, 307, 17577, 6772, 538, 12417, 604, 3174, 294, 264, 6510, 13, 708, 307, 309, 30, 467, 307, 1219, 9299], "avg_logprob": -0.7119791785875956, "compression_ratio": 1.1981981981981982, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 888.37, "end": 888.77, "word": " The", "probability": 0.07037353515625}, {"start": 888.77, "end": 888.77, "word": " second", "probability": 0.340087890625}, {"start": 888.77, "end": 888.93, "word": " one", "probability": 0.259033203125}, {"start": 888.93, "end": 889.67, "word": " is", "probability": 0.77197265625}, {"start": 889.67, "end": 889.73, "word": " the", "probability": 0.40234375}, {"start": 889.73, "end": 890.21, "word": " callback", "probability": 0.66943359375}, {"start": 890.21, "end": 890.45, "word": " method,", "probability": 0.92431640625}, {"start": 890.67, "end": 890.81, "word": " which", "probability": 0.49267578125}, {"start": 890.81, "end": 891.05, "word": " is", "probability": 0.68896484375}, {"start": 891.05, "end": 891.55, "word": " executed", "probability": 0.44921875}, {"start": 891.55, "end": 892.31, "word": " automatically", "probability": 0.822265625}, {"start": 892.31, "end": 892.87, "word": " by", "probability": 0.193603515625}, {"start": 892.87, "end": 894.05, "word": " pressing", "probability": 0.490478515625}, {"start": 894.05, "end": 894.55, "word": " any", "probability": 0.73779296875}, {"start": 894.55, "end": 895.05, "word": " item", "probability": 0.452880859375}, {"start": 895.05, "end": 896.71, "word": " in", "probability": 0.46630859375}, {"start": 896.71, "end": 896.85, "word": " the", "probability": 0.88330078125}, {"start": 896.85, "end": 897.03, "word": " menu.", "probability": 0.89892578125}, {"start": 897.11, "end": 897.39, "word": " What", "probability": 0.54833984375}, {"start": 897.39, "end": 897.55, "word": " is", "probability": 0.82470703125}, {"start": 897.55, "end": 897.75, "word": " it?", "probability": 0.6767578125}, {"start": 898.25, "end": 898.75, "word": " It", "probability": 0.50048828125}, {"start": 898.75, "end": 898.99, "word": " is", "probability": 0.673828125}, {"start": 898.99, "end": 899.07, "word": " called", "probability": 0.68798828125}, {"start": 899.07, "end": 899.65, "word": " ON", "probability": 0.2108154296875}], "temperature": 1.0}, {"id": 36, "seek": 93026, "start": 901.3, "end": 930.26, "text": " options item selected on options item selected meaning that there are two methods connected to the menu on create options menu you notice that it calls the menu options menu this is to create the menu you have to do the inflate process in it and there is on options item selected as soon as you click on any element it will execute this method and what it will bring you here", "tokens": [3956, 3174, 8209, 322, 3956, 3174, 8209, 3620, 300, 456, 366, 732, 7150, 4582, 281, 264, 6510, 322, 1884, 3956, 6510, 291, 3449, 300, 309, 5498, 264, 6510, 3956, 6510, 341, 307, 281, 1884, 264, 6510, 291, 362, 281, 360, 264, 9922, 473, 1399, 294, 309, 293, 456, 307, 322, 3956, 3174, 8209, 382, 2321, 382, 291, 2052, 322, 604, 4478, 309, 486, 14483, 341, 3170, 293, 437, 309, 486, 1565, 291, 510], "avg_logprob": -0.4970439044204918, "compression_ratio": 2.0773480662983426, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 901.3, "end": 901.86, "word": " options", "probability": 0.344482421875}, {"start": 901.86, "end": 902.34, "word": " item", "probability": 0.7578125}, {"start": 902.34, "end": 903.92, "word": " selected", "probability": 0.81103515625}, {"start": 903.92, "end": 904.48, "word": " on", "probability": 0.55810546875}, {"start": 904.48, "end": 905.14, "word": " options", "probability": 0.91650390625}, {"start": 905.14, "end": 905.58, "word": " item", "probability": 0.92236328125}, {"start": 905.58, "end": 906.66, "word": " selected", "probability": 0.8017578125}, {"start": 906.66, "end": 907.46, "word": " meaning", "probability": 0.092529296875}, {"start": 907.46, "end": 907.54, "word": " that", "probability": 0.33642578125}, {"start": 907.54, "end": 907.7, "word": " there", "probability": 0.75830078125}, {"start": 907.7, "end": 907.78, "word": " are", "probability": 0.78955078125}, {"start": 907.78, "end": 908.28, "word": " two", "probability": 0.76416015625}, {"start": 908.28, "end": 908.62, "word": " methods", "probability": 0.908203125}, {"start": 908.62, "end": 908.92, "word": " connected", "probability": 0.312255859375}, {"start": 908.92, "end": 909.14, "word": " to", "probability": 0.6884765625}, {"start": 909.14, "end": 909.22, "word": " the", "probability": 0.74560546875}, {"start": 909.22, "end": 909.44, "word": " menu", "probability": 0.93505859375}, {"start": 909.44, "end": 910.38, "word": " on", "probability": 0.67333984375}, {"start": 910.38, "end": 910.78, "word": " create", "probability": 0.67138671875}, {"start": 910.78, "end": 911.3, "word": " options", "probability": 0.8681640625}, {"start": 911.3, "end": 911.64, "word": " menu", "probability": 0.955078125}, {"start": 911.64, "end": 911.8, "word": " you", "probability": 0.310546875}, {"start": 911.8, "end": 912.04, "word": " notice", "probability": 0.4111328125}, {"start": 912.04, "end": 912.22, "word": " that", "probability": 0.6220703125}, {"start": 912.22, "end": 912.3, "word": " it", "probability": 0.389892578125}, {"start": 912.3, "end": 912.54, "word": " calls", "probability": 0.302001953125}, {"start": 912.54, "end": 912.68, "word": " the", "probability": 0.4189453125}, {"start": 912.68, "end": 912.82, "word": " menu", "probability": 0.9521484375}, {"start": 912.82, "end": 913.3, "word": " options", "probability": 0.57958984375}, {"start": 913.3, "end": 914.08, "word": " menu", "probability": 0.9404296875}, {"start": 914.08, "end": 914.72, "word": " this", "probability": 0.350830078125}, {"start": 914.72, "end": 915.72, "word": " is", "probability": 0.7138671875}, {"start": 915.72, "end": 916.88, "word": " to", "probability": 0.499267578125}, {"start": 916.88, "end": 917.18, "word": " create", "probability": 0.734375}, {"start": 917.18, "end": 917.32, "word": " the", "probability": 0.734375}, {"start": 917.32, "end": 917.44, "word": " menu", "probability": 0.96142578125}, {"start": 917.44, "end": 917.56, "word": " you", "probability": 0.4306640625}, {"start": 917.56, "end": 917.7, "word": " have", "probability": 0.466064453125}, {"start": 917.7, "end": 917.84, "word": " to", "probability": 0.96630859375}, {"start": 917.84, "end": 918.02, "word": " do", "probability": 0.48095703125}, {"start": 918.02, "end": 918.22, "word": " the", "probability": 0.5263671875}, {"start": 918.22, "end": 919.04, "word": " inflate", "probability": 0.6932373046875}, {"start": 919.04, "end": 919.08, "word": " process", "probability": 0.58154296875}, {"start": 919.08, "end": 919.36, "word": " in", "probability": 0.319091796875}, {"start": 919.36, "end": 919.36, "word": " it", "probability": 0.84423828125}, {"start": 919.36, "end": 919.68, "word": " and", "probability": 0.81884765625}, {"start": 919.68, "end": 919.9, "word": " there", "probability": 0.5166015625}, {"start": 919.9, "end": 919.96, "word": " is", "probability": 0.83349609375}, {"start": 919.96, "end": 920.3, "word": " on", "probability": 0.79638671875}, {"start": 920.3, "end": 920.82, "word": " options", "probability": 0.89453125}, {"start": 920.82, "end": 921.22, "word": " item", "probability": 0.94775390625}, {"start": 921.22, "end": 921.8, "word": " selected", "probability": 0.88916015625}, {"start": 921.8, "end": 923.48, "word": " as", "probability": 0.26611328125}, {"start": 923.48, "end": 923.74, "word": " soon", "probability": 0.78662109375}, {"start": 923.74, "end": 923.9, "word": " as", "probability": 0.96484375}, {"start": 923.9, "end": 924.18, "word": " you", "probability": 0.95849609375}, {"start": 924.18, "end": 924.46, "word": " click", "probability": 0.421142578125}, {"start": 924.46, "end": 924.64, "word": " on", "probability": 0.7802734375}, {"start": 924.64, "end": 924.8, "word": " any", "probability": 0.8212890625}, {"start": 924.8, "end": 925.18, "word": " element", "probability": 0.436767578125}, {"start": 925.18, "end": 926.32, "word": " it", "probability": 0.640625}, {"start": 926.32, "end": 926.46, "word": " will", "probability": 0.7275390625}, {"start": 926.46, "end": 926.92, "word": " execute", "probability": 0.4052734375}, {"start": 926.92, "end": 927.48, "word": " this", "probability": 0.78173828125}, {"start": 927.48, "end": 927.78, "word": " method", "probability": 0.94580078125}, {"start": 927.78, "end": 929.06, "word": " and", "probability": 0.35986328125}, {"start": 929.06, "end": 929.56, "word": " what", "probability": 0.88916015625}, {"start": 929.56, "end": 929.64, "word": " it", "probability": 0.235595703125}, {"start": 929.64, "end": 929.68, "word": " will", "probability": 0.60400390625}, {"start": 929.68, "end": 929.84, "word": " bring", "probability": 0.6640625}, {"start": 929.84, "end": 930.04, "word": " you", "probability": 0.333984375}, {"start": 930.04, "end": 930.26, "word": " here", "probability": 0.81689453125}], "temperature": 1.0}, {"id": 37, "seek": 96045, "start": 931.41, "end": 960.45, "text": "Menu item item, this item that you clicked on, click on it, okay? Of course, this method returns to me, we don't know what it returns to us, because it returns to me super dot options item selected, that is, whatever super returns to me, let it return to me. But here I need to add code to know what item is clicked on, and based on it, I perform a certain action. Again, guys, to make the menu, you need to make an XML file in the menu design, in the menu folder, in the resources.", "tokens": [30505, 84, 3174, 3174, 11, 341, 3174, 300, 291, 23370, 322, 11, 2052, 322, 309, 11, 1392, 30, 2720, 1164, 11, 341, 3170, 11247, 281, 385, 11, 321, 500, 380, 458, 437, 309, 11247, 281, 505, 11, 570, 309, 11247, 281, 385, 1687, 5893, 3956, 3174, 8209, 11, 300, 307, 11, 2035, 1687, 11247, 281, 385, 11, 718, 309, 2736, 281, 385, 13, 583, 510, 286, 643, 281, 909, 3089, 281, 458, 437, 3174, 307, 23370, 322, 11, 293, 2361, 322, 309, 11, 286, 2042, 257, 1629, 3069, 13, 3764, 11, 1074, 11, 281, 652, 264, 6510, 11, 291, 643, 281, 652, 364, 43484, 3991, 294, 264, 6510, 1715, 11, 294, 264, 6510, 10820, 11, 294, 264, 3593, 13], "avg_logprob": -0.4906250076989333, "compression_ratio": 1.8682170542635659, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 931.4099999999999, "end": 931.8499999999999, "word": "Menu", "probability": 0.594970703125}, {"start": 931.8499999999999, "end": 932.29, "word": " item", "probability": 0.430908203125}, {"start": 932.29, "end": 932.75, "word": " item,", "probability": 0.54296875}, {"start": 932.87, "end": 933.41, "word": " this", "probability": 0.345947265625}, {"start": 933.41, "end": 933.81, "word": " item", "probability": 0.61962890625}, {"start": 933.81, "end": 933.89, "word": " that", "probability": 0.364013671875}, {"start": 933.89, "end": 934.13, "word": " you", "probability": 0.91845703125}, {"start": 934.13, "end": 934.51, "word": " clicked", "probability": 0.3857421875}, {"start": 934.51, "end": 934.75, "word": " on,", "probability": 0.6494140625}, {"start": 935.01, "end": 935.23, "word": " click", "probability": 0.5185546875}, {"start": 935.23, "end": 935.53, "word": " on", "probability": 0.837890625}, {"start": 935.53, "end": 935.69, "word": " it,", "probability": 0.9033203125}, {"start": 936.07, "end": 936.35, "word": " okay?", "probability": 0.245849609375}, {"start": 936.95, "end": 937.15, "word": " Of", "probability": 0.34912109375}, {"start": 937.15, "end": 937.15, "word": " course,", "probability": 0.94384765625}, {"start": 937.19, "end": 937.41, "word": " this", "probability": 0.67626953125}, {"start": 937.41, "end": 937.67, "word": " method", "probability": 0.88330078125}, {"start": 937.67, "end": 938.03, "word": " returns", "probability": 0.49853515625}, {"start": 938.03, "end": 938.19, "word": " to", "probability": 0.2646484375}, {"start": 938.19, "end": 938.35, "word": " me,", "probability": 0.8271484375}, {"start": 938.39, "end": 938.59, "word": " we", "probability": 0.52734375}, {"start": 938.59, "end": 938.71, "word": " don't", "probability": 0.785400390625}, {"start": 938.71, "end": 938.93, "word": " know", "probability": 0.8798828125}, {"start": 938.93, "end": 939.09, "word": " what", "probability": 0.87109375}, {"start": 939.09, "end": 939.23, "word": " it", "probability": 0.57861328125}, {"start": 939.23, "end": 939.47, "word": " returns", "probability": 0.806640625}, {"start": 939.47, "end": 939.47, "word": " to", "probability": 0.36474609375}, {"start": 939.47, "end": 939.57, "word": " us,", "probability": 0.39208984375}, {"start": 939.59, "end": 939.73, "word": " because", "probability": 0.264892578125}, {"start": 939.73, "end": 940.01, "word": " it", "probability": 0.443115234375}, {"start": 940.01, "end": 940.29, "word": " returns", "probability": 0.68994140625}, {"start": 940.29, "end": 940.49, "word": " to", "probability": 0.453369140625}, {"start": 940.49, "end": 940.77, "word": " me", "probability": 0.52685546875}, {"start": 940.77, "end": 941.17, "word": " super", "probability": 0.5751953125}, {"start": 941.17, "end": 941.41, "word": " dot", "probability": 0.5869140625}, {"start": 941.41, "end": 941.85, "word": " options", "probability": 0.89794921875}, {"start": 941.85, "end": 942.17, "word": " item", "probability": 0.8642578125}, {"start": 942.17, "end": 942.59, "word": " selected,", "probability": 0.88720703125}, {"start": 942.71, "end": 942.81, "word": " that", "probability": 0.1929931640625}, {"start": 942.81, "end": 942.81, "word": " is,", "probability": 0.7353515625}, {"start": 942.91, "end": 943.03, "word": " whatever", "probability": 0.84375}, {"start": 943.03, "end": 943.45, "word": " super", "probability": 0.6416015625}, {"start": 943.45, "end": 943.69, "word": " returns", "probability": 0.4296875}, {"start": 943.69, "end": 943.69, "word": " to", "probability": 0.423583984375}, {"start": 943.69, "end": 943.99, "word": " me,", "probability": 0.71923828125}, {"start": 944.07, "end": 944.21, "word": " let", "probability": 0.50927734375}, {"start": 944.21, "end": 945.07, "word": " it", "probability": 0.7197265625}, {"start": 945.07, "end": 945.31, "word": " return", "probability": 0.85986328125}, {"start": 945.31, "end": 945.49, "word": " to", "probability": 0.603515625}, {"start": 945.49, "end": 945.49, "word": " me.", "probability": 0.81884765625}, {"start": 945.75, "end": 946.19, "word": " But", "probability": 0.8974609375}, {"start": 946.19, "end": 946.41, "word": " here", "probability": 0.8466796875}, {"start": 946.41, "end": 946.73, "word": " I", "probability": 0.8056640625}, {"start": 946.73, "end": 947.69, "word": " need", "probability": 0.2119140625}, {"start": 947.69, "end": 947.71, "word": " to", "probability": 0.96826171875}, {"start": 947.71, "end": 947.89, "word": " add", "probability": 0.84716796875}, {"start": 947.89, "end": 948.17, "word": " code", "probability": 0.701171875}, {"start": 948.17, "end": 948.37, "word": " to", "probability": 0.71484375}, {"start": 948.37, "end": 948.97, "word": " know", "probability": 0.7802734375}, {"start": 948.97, "end": 949.31, "word": " what", "probability": 0.62939453125}, {"start": 949.31, "end": 949.71, "word": " item", "probability": 0.783203125}, {"start": 949.71, "end": 949.93, "word": " is", "probability": 0.3251953125}, {"start": 949.93, "end": 950.13, "word": " clicked", "probability": 0.343994140625}, {"start": 950.13, "end": 950.35, "word": " on,", "probability": 0.79248046875}, {"start": 950.99, "end": 951.15, "word": " and", "probability": 0.7783203125}, {"start": 951.15, "end": 951.37, "word": " based", "probability": 0.396240234375}, {"start": 951.37, "end": 951.59, "word": " on", "probability": 0.94384765625}, {"start": 951.59, "end": 951.79, "word": " it,", "probability": 0.70654296875}, {"start": 952.07, "end": 952.55, "word": " I", "probability": 0.755859375}, {"start": 952.55, "end": 952.79, "word": " perform", "probability": 0.342529296875}, {"start": 952.79, "end": 952.89, "word": " a", "probability": 0.95947265625}, {"start": 952.89, "end": 953.39, "word": " certain", "probability": 0.58203125}, {"start": 953.39, "end": 953.39, "word": " action.", "probability": 0.96533203125}, {"start": 954.97, "end": 955.41, "word": " Again,", "probability": 0.7578125}, {"start": 955.63, "end": 955.79, "word": " guys,", "probability": 0.63525390625}, {"start": 956.01, "end": 956.45, "word": " to", "probability": 0.316162109375}, {"start": 956.45, "end": 956.87, "word": " make", "probability": 0.49951171875}, {"start": 956.87, "end": 956.91, "word": " the", "probability": 0.72900390625}, {"start": 956.91, "end": 956.91, "word": " menu,", "probability": 0.92919921875}, {"start": 956.95, "end": 957.03, "word": " you", "probability": 0.95556640625}, {"start": 957.03, "end": 957.15, "word": " need", "probability": 0.7890625}, {"start": 957.15, "end": 957.31, "word": " to", "probability": 0.97021484375}, {"start": 957.31, "end": 957.45, "word": " make", "probability": 0.568359375}, {"start": 957.45, "end": 957.61, "word": " an", "probability": 0.740234375}, {"start": 957.61, "end": 957.79, "word": " XML", "probability": 0.61083984375}, {"start": 957.79, "end": 958.29, "word": " file", "probability": 0.91357421875}, {"start": 958.29, "end": 958.43, "word": " in", "probability": 0.53125}, {"start": 958.43, "end": 958.95, "word": " the", "probability": 0.8369140625}, {"start": 958.95, "end": 959.09, "word": " menu", "probability": 0.7421875}, {"start": 959.09, "end": 959.09, "word": " design,", "probability": 0.740234375}, {"start": 959.19, "end": 959.29, "word": " in", "probability": 0.892578125}, {"start": 959.29, "end": 959.69, "word": " the", "probability": 0.7177734375}, {"start": 959.69, "end": 959.83, "word": " menu", "probability": 0.8603515625}, {"start": 959.83, "end": 959.83, "word": " folder,", "probability": 0.1939697265625}, {"start": 959.91, "end": 959.99, "word": " in", "probability": 0.8125}, {"start": 959.99, "end": 960.05, "word": " the", "probability": 0.57568359375}, {"start": 960.05, "end": 960.45, "word": " resources.", "probability": 0.85888671875}], "temperature": 1.0}, {"id": 38, "seek": 98632, "start": 961.56, "end": 986.32, "text": " Then, override onCreateOptionsMenu to make the inflate line Then, override onOptionsItemSelected which is used when any item is selected And when you select any item, it will bring you the item you selected And here I want to say if item, which item is this? Dot", "tokens": [1396, 11, 42321, 322, 44637, 473, 46, 9799, 30505, 84, 281, 652, 264, 9922, 473, 1622, 1396, 11, 42321, 322, 46, 9799, 3522, 443, 10637, 1809, 292, 597, 307, 1143, 562, 604, 3174, 307, 8209, 400, 562, 291, 3048, 604, 3174, 11, 309, 486, 1565, 291, 264, 3174, 291, 8209, 400, 510, 286, 528, 281, 584, 498, 3174, 11, 597, 3174, 307, 341, 30, 38753], "avg_logprob": -0.6368371437896382, "compression_ratio": 1.6751592356687899, "no_speech_prob": 0.0, "words": [{"start": 961.56, "end": 962.04, "word": " Then,", "probability": 0.25927734375}, {"start": 962.04, "end": 962.52, "word": " override", "probability": 0.1451416015625}, {"start": 962.52, "end": 963.84, "word": " onCreateOptionsMenu", "probability": 0.6894880022321429}, {"start": 963.84, "end": 964.0, "word": " to", "probability": 0.469482421875}, {"start": 964.0, "end": 964.42, "word": " make", "probability": 0.323486328125}, {"start": 964.42, "end": 964.98, "word": " the", "probability": 0.2432861328125}, {"start": 964.98, "end": 965.54, "word": " inflate", "probability": 0.58416748046875}, {"start": 965.54, "end": 965.54, "word": " line", "probability": 0.56494140625}, {"start": 965.54, "end": 966.76, "word": " Then,", "probability": 0.430419921875}, {"start": 967.6, "end": 968.14, "word": " override", "probability": 0.935546875}, {"start": 968.14, "end": 970.52, "word": " onOptionsItemSelected", "probability": 0.87640380859375}, {"start": 970.52, "end": 970.9, "word": " which", "probability": 0.244873046875}, {"start": 970.9, "end": 971.44, "word": " is", "probability": 0.439697265625}, {"start": 971.44, "end": 971.96, "word": " used", "probability": 0.1907958984375}, {"start": 971.96, "end": 972.38, "word": " when", "probability": 0.489013671875}, {"start": 972.38, "end": 972.62, "word": " any", "probability": 0.5986328125}, {"start": 972.62, "end": 972.94, "word": " item", "probability": 0.92529296875}, {"start": 972.94, "end": 973.1, "word": " is", "probability": 0.8056640625}, {"start": 973.1, "end": 975.08, "word": " selected", "probability": 0.5478515625}, {"start": 975.08, "end": 975.94, "word": " And", "probability": 0.17138671875}, {"start": 975.94, "end": 976.06, "word": " when", "probability": 0.60009765625}, {"start": 976.06, "end": 976.2, "word": " you", "probability": 0.8447265625}, {"start": 976.2, "end": 976.42, "word": " select", "probability": 0.53662109375}, {"start": 976.42, "end": 976.64, "word": " any", "probability": 0.84326171875}, {"start": 976.64, "end": 977.0, "word": " item,", "probability": 0.962890625}, {"start": 977.08, "end": 977.12, "word": " it", "probability": 0.78662109375}, {"start": 977.12, "end": 977.16, "word": " will", "probability": 0.39794921875}, {"start": 977.16, "end": 977.26, "word": " bring", "probability": 0.38623046875}, {"start": 977.26, "end": 977.44, "word": " you", "probability": 0.6669921875}, {"start": 977.44, "end": 977.5, "word": " the", "probability": 0.7900390625}, {"start": 977.5, "end": 977.72, "word": " item", "probability": 0.6708984375}, {"start": 977.72, "end": 977.9, "word": " you", "probability": 0.5947265625}, {"start": 977.9, "end": 978.28, "word": " selected", "probability": 0.67431640625}, {"start": 978.28, "end": 978.4, "word": " And", "probability": 0.27978515625}, {"start": 978.4, "end": 978.62, "word": " here", "probability": 0.67138671875}, {"start": 978.62, "end": 978.76, "word": " I", "probability": 0.60498046875}, {"start": 978.76, "end": 978.88, "word": " want", "probability": 0.333251953125}, {"start": 978.88, "end": 979.02, "word": " to", "probability": 0.96728515625}, {"start": 979.02, "end": 979.3, "word": " say", "probability": 0.509765625}, {"start": 979.3, "end": 979.78, "word": " if", "probability": 0.642578125}, {"start": 979.78, "end": 983.9, "word": " item,", "probability": 0.5546875}, {"start": 984.02, "end": 984.26, "word": " which", "probability": 0.30078125}, {"start": 984.26, "end": 984.62, "word": " item", "probability": 0.54833984375}, {"start": 984.62, "end": 984.78, "word": " is", "probability": 0.468505859375}, {"start": 984.78, "end": 984.88, "word": " this?", "probability": 0.68505859375}, {"start": 985.84, "end": 986.32, "word": " Dot", "probability": 0.2447509765625}], "temperature": 1.0}, {"id": 39, "seek": 101667, "start": 990.19, "end": 1016.67, "text": " get item id what does it mean? give me the id of the item it is equal to r.id.aboutmenuitem what do I do? if the id of the item is from the press it is equal to the id of the item not me who made the menu I know the id's that it has there is about menu item it is like if I press on the about button I press on toast", "tokens": [483, 3174, 4496, 437, 775, 309, 914, 30, 976, 385, 264, 4496, 295, 264, 3174, 309, 307, 2681, 281, 367, 13, 327, 13, 21970, 2558, 1983, 443, 437, 360, 286, 360, 30, 498, 264, 4496, 295, 264, 3174, 307, 490, 264, 1886, 309, 307, 2681, 281, 264, 4496, 295, 264, 3174, 406, 385, 567, 1027, 264, 6510, 286, 458, 264, 4496, 311, 300, 309, 575, 456, 307, 466, 6510, 3174, 309, 307, 411, 498, 286, 1886, 322, 264, 466, 2960, 286, 1886, 322, 15354], "avg_logprob": -0.5496323473313276, "compression_ratio": 1.968944099378882, "no_speech_prob": 0.0, "words": [{"start": 990.19, "end": 990.55, "word": " get", "probability": 0.325439453125}, {"start": 990.55, "end": 990.97, "word": " item", "probability": 0.6767578125}, {"start": 990.97, "end": 991.33, "word": " id", "probability": 0.71923828125}, {"start": 991.33, "end": 992.33, "word": " what", "probability": 0.3828125}, {"start": 992.33, "end": 992.45, "word": " does", "probability": 0.75244140625}, {"start": 992.45, "end": 992.57, "word": " it", "probability": 0.58935546875}, {"start": 992.57, "end": 992.57, "word": " mean?", "probability": 0.94775390625}, {"start": 992.63, "end": 992.77, "word": " give", "probability": 0.30322265625}, {"start": 992.77, "end": 992.93, "word": " me", "probability": 0.8154296875}, {"start": 992.93, "end": 993.03, "word": " the", "probability": 0.63818359375}, {"start": 993.03, "end": 993.29, "word": " id", "probability": 0.509765625}, {"start": 993.29, "end": 993.41, "word": " of", "probability": 0.72021484375}, {"start": 993.41, "end": 993.53, "word": " the", "probability": 0.6435546875}, {"start": 993.53, "end": 993.79, "word": " item", "probability": 0.9609375}, {"start": 993.79, "end": 994.33, "word": " it", "probability": 0.251708984375}, {"start": 994.33, "end": 994.43, "word": " is", "probability": 0.2264404296875}, {"start": 994.43, "end": 994.67, "word": " equal", "probability": 0.82763671875}, {"start": 994.67, "end": 995.01, "word": " to", "probability": 0.92041015625}, {"start": 995.01, "end": 995.41, "word": " r", "probability": 0.5087890625}, {"start": 995.41, "end": 997.15, "word": ".id", "probability": 0.798583984375}, {"start": 997.15, "end": 999.23, "word": ".aboutmenuitem", "probability": 0.78701171875}, {"start": 999.23, "end": 999.97, "word": " what", "probability": 0.75439453125}, {"start": 999.97, "end": 1000.05, "word": " do", "probability": 0.4755859375}, {"start": 1000.05, "end": 1000.17, "word": " I", "probability": 0.658203125}, {"start": 1000.17, "end": 1000.37, "word": " do?", "probability": 0.921875}, {"start": 1001.71, "end": 1002.19, "word": " if", "probability": 0.396728515625}, {"start": 1002.19, "end": 1002.67, "word": " the", "probability": 0.80908203125}, {"start": 1002.67, "end": 1003.07, "word": " id", "probability": 0.84765625}, {"start": 1003.07, "end": 1003.31, "word": " of", "probability": 0.90966796875}, {"start": 1003.31, "end": 1003.47, "word": " the", "probability": 0.80810546875}, {"start": 1003.47, "end": 1003.77, "word": " item", "probability": 0.95166015625}, {"start": 1003.77, "end": 1003.97, "word": " is", "probability": 0.7109375}, {"start": 1003.97, "end": 1003.97, "word": " from", "probability": 0.240966796875}, {"start": 1003.97, "end": 1004.07, "word": " the", "probability": 0.39111328125}, {"start": 1004.07, "end": 1004.31, "word": " press", "probability": 0.321533203125}, {"start": 1004.31, "end": 1005.05, "word": " it", "probability": 0.484619140625}, {"start": 1005.05, "end": 1005.57, "word": " is", "probability": 0.75634765625}, {"start": 1005.57, "end": 1005.99, "word": " equal", "probability": 0.8935546875}, {"start": 1005.99, "end": 1006.67, "word": " to", "probability": 0.92333984375}, {"start": 1006.67, "end": 1006.79, "word": " the", "probability": 0.352294921875}, {"start": 1006.79, "end": 1007.03, "word": " id", "probability": 0.27880859375}, {"start": 1007.03, "end": 1007.73, "word": " of", "probability": 0.219482421875}, {"start": 1007.73, "end": 1007.73, "word": " the", "probability": 0.736328125}, {"start": 1007.73, "end": 1007.73, "word": " item", "probability": 0.62939453125}, {"start": 1007.73, "end": 1007.73, "word": " not", "probability": 0.165283203125}, {"start": 1007.73, "end": 1008.29, "word": " me", "probability": 0.332763671875}, {"start": 1008.29, "end": 1008.37, "word": " who", "probability": 0.60400390625}, {"start": 1008.37, "end": 1008.57, "word": " made", "probability": 0.50048828125}, {"start": 1008.57, "end": 1008.73, "word": " the", "probability": 0.8740234375}, {"start": 1008.73, "end": 1008.97, "word": " menu", "probability": 0.9580078125}, {"start": 1008.97, "end": 1009.57, "word": " I", "probability": 0.4951171875}, {"start": 1009.57, "end": 1009.73, "word": " know", "probability": 0.875}, {"start": 1009.73, "end": 1009.83, "word": " the", "probability": 0.61572265625}, {"start": 1009.83, "end": 1010.19, "word": " id's", "probability": 0.5330810546875}, {"start": 1010.19, "end": 1010.31, "word": " that", "probability": 0.370361328125}, {"start": 1010.31, "end": 1010.39, "word": " it", "probability": 0.255859375}, {"start": 1010.39, "end": 1010.53, "word": " has", "probability": 0.5927734375}, {"start": 1010.53, "end": 1010.77, "word": " there", "probability": 0.27978515625}, {"start": 1010.77, "end": 1010.85, "word": " is", "probability": 0.892578125}, {"start": 1010.85, "end": 1011.37, "word": " about", "probability": 0.6865234375}, {"start": 1011.37, "end": 1011.65, "word": " menu", "probability": 0.740234375}, {"start": 1011.65, "end": 1011.91, "word": " item", "probability": 0.96337890625}, {"start": 1011.91, "end": 1012.19, "word": " it", "probability": 0.239013671875}, {"start": 1012.19, "end": 1012.21, "word": " is", "probability": 0.70654296875}, {"start": 1012.21, "end": 1012.89, "word": " like", "probability": 0.478759765625}, {"start": 1012.89, "end": 1013.17, "word": " if", "probability": 0.65966796875}, {"start": 1013.17, "end": 1013.31, "word": " I", "probability": 0.82080078125}, {"start": 1013.31, "end": 1013.53, "word": " press", "probability": 0.42724609375}, {"start": 1013.53, "end": 1013.65, "word": " on", "probability": 0.359130859375}, {"start": 1013.65, "end": 1013.77, "word": " the", "probability": 0.83251953125}, {"start": 1013.77, "end": 1014.41, "word": " about", "probability": 0.66455078125}, {"start": 1014.41, "end": 1014.67, "word": " button", "probability": 0.86083984375}, {"start": 1014.67, "end": 1015.35, "word": " I", "probability": 0.273681640625}, {"start": 1015.35, "end": 1015.53, "word": " press", "probability": 0.450927734375}, {"start": 1015.53, "end": 1015.79, "word": " on", "probability": 0.40380859375}, {"start": 1015.79, "end": 1016.67, "word": " toast", "probability": 0.77001953125}], "temperature": 1.0}, {"id": 40, "seek": 105057, "start": 1024.11, "end": 1050.57, "text": " Write only the word about, you can look at the dialog, you know how to look at the dialog short and show important thing is if if the item get item id you have to search for each button r.id.close for example", "tokens": [23499, 787, 264, 1349, 466, 11, 291, 393, 574, 412, 264, 19308, 11, 291, 458, 577, 281, 574, 412, 264, 19308, 2099, 293, 855, 1021, 551, 307, 498, 498, 264, 3174, 483, 3174, 4496, 291, 362, 281, 3164, 337, 1184, 2960, 367, 13, 327, 13, 3474, 541, 337, 1365], "avg_logprob": -0.6378124952316284, "compression_ratio": 1.536764705882353, "no_speech_prob": 0.0, "words": [{"start": 1024.11, "end": 1024.49, "word": " Write", "probability": 0.289794921875}, {"start": 1024.49, "end": 1024.77, "word": " only", "probability": 0.440673828125}, {"start": 1024.77, "end": 1024.85, "word": " the", "probability": 0.407958984375}, {"start": 1024.85, "end": 1025.01, "word": " word", "probability": 0.5732421875}, {"start": 1025.01, "end": 1025.45, "word": " about,", "probability": 0.473876953125}, {"start": 1027.09, "end": 1027.25, "word": " you", "probability": 0.434814453125}, {"start": 1027.25, "end": 1027.47, "word": " can", "probability": 0.79052734375}, {"start": 1027.47, "end": 1027.73, "word": " look", "probability": 0.09271240234375}, {"start": 1027.73, "end": 1027.81, "word": " at", "probability": 0.4013671875}, {"start": 1027.81, "end": 1027.87, "word": " the", "probability": 0.82421875}, {"start": 1027.87, "end": 1028.15, "word": " dialog,", "probability": 0.3525390625}, {"start": 1028.27, "end": 1028.43, "word": " you", "probability": 0.7373046875}, {"start": 1028.43, "end": 1028.61, "word": " know", "probability": 0.77099609375}, {"start": 1028.61, "end": 1029.07, "word": " how", "probability": 0.65625}, {"start": 1029.07, "end": 1029.23, "word": " to", "probability": 0.76953125}, {"start": 1029.23, "end": 1029.63, "word": " look", "probability": 0.5380859375}, {"start": 1029.63, "end": 1029.69, "word": " at", "probability": 0.84521484375}, {"start": 1029.69, "end": 1029.75, "word": " the", "probability": 0.63134765625}, {"start": 1029.75, "end": 1030.01, "word": " dialog", "probability": 0.7587890625}, {"start": 1030.01, "end": 1033.53, "word": " short", "probability": 0.2044677734375}, {"start": 1033.53, "end": 1033.79, "word": " and", "probability": 0.85595703125}, {"start": 1033.79, "end": 1034.07, "word": " show", "probability": 0.390869140625}, {"start": 1034.07, "end": 1036.75, "word": " important", "probability": 0.1265869140625}, {"start": 1036.75, "end": 1037.47, "word": " thing", "probability": 0.50830078125}, {"start": 1037.47, "end": 1037.77, "word": " is", "probability": 0.693359375}, {"start": 1037.77, "end": 1038.29, "word": " if", "probability": 0.76318359375}, {"start": 1038.29, "end": 1040.33, "word": " if", "probability": 0.213134765625}, {"start": 1040.33, "end": 1040.45, "word": " the", "probability": 0.48291015625}, {"start": 1040.45, "end": 1040.87, "word": " item", "probability": 0.94970703125}, {"start": 1040.87, "end": 1041.95, "word": " get", "probability": 0.499267578125}, {"start": 1041.95, "end": 1042.53, "word": " item", "probability": 0.86572265625}, {"start": 1042.53, "end": 1042.95, "word": " id", "probability": 0.7421875}, {"start": 1042.95, "end": 1044.39, "word": " you", "probability": 0.54541015625}, {"start": 1044.39, "end": 1044.49, "word": " have", "probability": 0.41943359375}, {"start": 1044.49, "end": 1044.65, "word": " to", "probability": 0.95947265625}, {"start": 1044.65, "end": 1044.87, "word": " search", "probability": 0.26318359375}, {"start": 1044.87, "end": 1045.01, "word": " for", "probability": 0.66455078125}, {"start": 1045.01, "end": 1045.17, "word": " each", "probability": 0.583984375}, {"start": 1045.17, "end": 1045.41, "word": " button", "probability": 0.72021484375}, {"start": 1045.41, "end": 1046.73, "word": " r", "probability": 0.365234375}, {"start": 1046.73, "end": 1047.87, "word": ".id", "probability": 0.876708984375}, {"start": 1047.87, "end": 1050.23, "word": ".close", "probability": 0.7215169270833334}, {"start": 1050.23, "end": 1050.41, "word": " for", "probability": 0.5419921875}, {"start": 1050.41, "end": 1050.57, "word": " example", "probability": 0.94140625}], "temperature": 1.0}, {"id": 41, "seek": 108535, "start": 1058.08, "end": 1085.36, "text": " How to turn on the screen? It depends on the button. Yes, you can do it. You can say start activity. I will do intent. It is normal, it is the same as any button. If it is closed from the item, what will it do? It will close the activity, right? Or it will close the application. You can say I will get this dot finish. This way it will close the activity.", "tokens": [1012, 281, 1261, 322, 264, 2568, 30, 467, 5946, 322, 264, 2960, 13, 1079, 11, 291, 393, 360, 309, 13, 509, 393, 584, 722, 5191, 13, 286, 486, 360, 8446, 13, 467, 307, 2710, 11, 309, 307, 264, 912, 382, 604, 2960, 13, 759, 309, 307, 5395, 490, 264, 3174, 11, 437, 486, 309, 360, 30, 467, 486, 1998, 264, 5191, 11, 558, 30, 1610, 309, 486, 1998, 264, 3861, 13, 509, 393, 584, 286, 486, 483, 341, 5893, 2413, 13, 639, 636, 309, 486, 1998, 264, 5191, 13], "avg_logprob": -0.4854166540834639, "compression_ratio": 1.7939698492462313, "no_speech_prob": 0.0, "words": [{"start": 1058.08, "end": 1058.36, "word": " How", "probability": 0.4111328125}, {"start": 1058.36, "end": 1058.48, "word": " to", "probability": 0.356689453125}, {"start": 1058.48, "end": 1058.64, "word": " turn", "probability": 0.2489013671875}, {"start": 1058.64, "end": 1058.78, "word": " on", "probability": 0.56591796875}, {"start": 1058.78, "end": 1058.92, "word": " the", "probability": 0.5029296875}, {"start": 1058.92, "end": 1059.04, "word": " screen?", "probability": 0.373291015625}, {"start": 1059.52, "end": 1059.52, "word": " It", "probability": 0.11248779296875}, {"start": 1059.52, "end": 1059.62, "word": " depends", "probability": 0.7568359375}, {"start": 1059.62, "end": 1063.62, "word": " on", "probability": 0.88671875}, {"start": 1063.62, "end": 1063.68, "word": " the", "probability": 0.72412109375}, {"start": 1063.68, "end": 1063.88, "word": " button.", "probability": 0.62060546875}, {"start": 1063.96, "end": 1064.12, "word": " Yes,", "probability": 0.5771484375}, {"start": 1064.32, "end": 1064.92, "word": " you", "probability": 0.890625}, {"start": 1064.92, "end": 1065.12, "word": " can", "probability": 0.92578125}, {"start": 1065.12, "end": 1065.42, "word": " do", "probability": 0.51171875}, {"start": 1065.42, "end": 1065.5, "word": " it.", "probability": 0.66796875}, {"start": 1065.52, "end": 1065.62, "word": " You", "probability": 0.59521484375}, {"start": 1065.62, "end": 1065.68, "word": " can", "probability": 0.413818359375}, {"start": 1065.68, "end": 1065.78, "word": " say", "probability": 0.69580078125}, {"start": 1065.78, "end": 1066.14, "word": " start", "probability": 0.56982421875}, {"start": 1066.14, "end": 1066.62, "word": " activity.", "probability": 0.88525390625}, {"start": 1066.78, "end": 1066.84, "word": " I", "probability": 0.7412109375}, {"start": 1066.84, "end": 1066.94, "word": " will", "probability": 0.6220703125}, {"start": 1066.94, "end": 1066.98, "word": " do", "probability": 0.404541015625}, {"start": 1066.98, "end": 1067.34, "word": " intent.", "probability": 0.095458984375}, {"start": 1067.78, "end": 1067.92, "word": " It", "probability": 0.2412109375}, {"start": 1067.92, "end": 1067.92, "word": " is", "probability": 0.51708984375}, {"start": 1067.92, "end": 1068.08, "word": " normal,", "probability": 0.4287109375}, {"start": 1068.12, "end": 1068.16, "word": " it", "probability": 0.195556640625}, {"start": 1068.16, "end": 1068.16, "word": " is", "probability": 0.8251953125}, {"start": 1068.16, "end": 1068.28, "word": " the", "probability": 0.466552734375}, {"start": 1068.28, "end": 1068.36, "word": " same", "probability": 0.8974609375}, {"start": 1068.36, "end": 1068.46, "word": " as", "probability": 0.81982421875}, {"start": 1068.46, "end": 1068.7, "word": " any", "probability": 0.85498046875}, {"start": 1068.7, "end": 1068.92, "word": " button.", "probability": 0.7548828125}, {"start": 1070.02, "end": 1070.34, "word": " If", "probability": 0.25244140625}, {"start": 1070.34, "end": 1071.06, "word": " it", "probability": 0.2447509765625}, {"start": 1071.06, "end": 1071.08, "word": " is", "probability": 0.483642578125}, {"start": 1071.08, "end": 1071.26, "word": " closed", "probability": 0.76171875}, {"start": 1071.26, "end": 1071.42, "word": " from", "probability": 0.53369140625}, {"start": 1071.42, "end": 1071.5, "word": " the", "probability": 0.7822265625}, {"start": 1071.5, "end": 1071.68, "word": " item,", "probability": 0.95947265625}, {"start": 1071.68, "end": 1071.9, "word": " what", "probability": 0.77734375}, {"start": 1071.9, "end": 1072.04, "word": " will", "probability": 0.228515625}, {"start": 1072.04, "end": 1072.12, "word": " it", "probability": 0.90966796875}, {"start": 1072.12, "end": 1072.34, "word": " do?", "probability": 0.96533203125}, {"start": 1072.44, "end": 1072.5, "word": " It", "probability": 0.896484375}, {"start": 1072.5, "end": 1072.66, "word": " will", "probability": 0.80859375}, {"start": 1072.66, "end": 1072.96, "word": " close", "probability": 0.7041015625}, {"start": 1072.96, "end": 1074.5, "word": " the", "probability": 0.84765625}, {"start": 1074.5, "end": 1074.96, "word": " activity,", "probability": 0.962890625}, {"start": 1075.5, "end": 1075.74, "word": " right?", "probability": 0.82470703125}, {"start": 1076.52, "end": 1076.76, "word": " Or", "probability": 0.92724609375}, {"start": 1076.76, "end": 1076.82, "word": " it", "probability": 0.54541015625}, {"start": 1076.82, "end": 1076.88, "word": " will", "probability": 0.7958984375}, {"start": 1076.88, "end": 1077.12, "word": " close", "probability": 0.88037109375}, {"start": 1077.12, "end": 1077.7, "word": " the", "probability": 0.916015625}, {"start": 1077.7, "end": 1078.08, "word": " application.", "probability": 0.81591796875}, {"start": 1080.84, "end": 1081.1, "word": " You", "probability": 0.85205078125}, {"start": 1081.1, "end": 1081.24, "word": " can", "probability": 0.9189453125}, {"start": 1081.24, "end": 1081.46, "word": " say", "probability": 0.86474609375}, {"start": 1081.46, "end": 1081.56, "word": " I", "probability": 0.473388671875}, {"start": 1081.56, "end": 1081.64, "word": " will", "probability": 0.72900390625}, {"start": 1081.64, "end": 1081.74, "word": " get", "probability": 0.7265625}, {"start": 1081.74, "end": 1081.98, "word": " this", "probability": 0.947265625}, {"start": 1081.98, "end": 1082.16, "word": " dot", "probability": 0.385986328125}, {"start": 1082.16, "end": 1082.54, "word": " finish.", "probability": 0.95458984375}, {"start": 1084.2, "end": 1084.52, "word": " This", "probability": 0.4150390625}, {"start": 1084.52, "end": 1084.54, "word": " way", "probability": 0.48779296875}, {"start": 1084.54, "end": 1084.64, "word": " it", "probability": 0.6884765625}, {"start": 1084.64, "end": 1084.66, "word": " will", "probability": 0.461181640625}, {"start": 1084.66, "end": 1084.88, "word": " close", "probability": 0.833984375}, {"start": 1084.88, "end": 1085.04, "word": " the", "probability": 0.90869140625}, {"start": 1085.04, "end": 1085.36, "word": " activity.", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 42, "seek": 109388, "start": 1092.74, "end": 1093.88, "text": " تمام، هاتنجرب هذه", "tokens": [46811, 10943, 12399, 8032, 9307, 1863, 7435, 25513, 29538], "avg_logprob": -0.5609375059604644, "compression_ratio": 0.868421052631579, "no_speech_prob": 0.0, "words": [{"start": 1092.74, "end": 1093.14, "word": " تمام،", "probability": 0.52886962890625}, {"start": 1093.14, "end": 1093.64, "word": " هاتنجرب", "probability": 0.784228515625}, {"start": 1093.64, "end": 1093.88, "word": " هذه", "probability": 0.45849609375}], "temperature": 1.0}, {"id": 43, "seek": 115453, "start": 1129.17, "end": 1154.53, "text": " Okay, this is for example, I don't want options here, about, okay, it will print toast about you, close, okay, it will close the activity. This is not finish, finish will close the activity, okay? Close what? Press outside, anywhere outside, there is no method to close the menu.", "tokens": [1033, 11, 341, 307, 337, 1365, 11, 286, 500, 380, 528, 3956, 510, 11, 466, 11, 1392, 11, 309, 486, 4482, 15354, 466, 291, 11, 1998, 11, 1392, 11, 309, 486, 1998, 264, 5191, 13, 639, 307, 406, 2413, 11, 2413, 486, 1998, 264, 5191, 11, 1392, 30, 16346, 437, 30, 6776, 2380, 11, 4992, 2380, 11, 456, 307, 572, 3170, 281, 1998, 264, 6510, 13], "avg_logprob": -0.4629197823467539, "compression_ratio": 1.6867469879518073, "no_speech_prob": 0.0, "words": [{"start": 1129.17, "end": 1129.47, "word": " Okay,", "probability": 0.1109619140625}, {"start": 1129.51, "end": 1129.65, "word": " this", "probability": 0.328369140625}, {"start": 1129.65, "end": 1129.67, "word": " is", "probability": 0.379150390625}, {"start": 1129.67, "end": 1129.87, "word": " for", "probability": 0.60791015625}, {"start": 1129.87, "end": 1130.03, "word": " example,", "probability": 0.93017578125}, {"start": 1130.71, "end": 1130.91, "word": " I", "probability": 0.67626953125}, {"start": 1130.91, "end": 1130.95, "word": " don't", "probability": 0.919677734375}, {"start": 1130.95, "end": 1131.07, "word": " want", "probability": 0.5966796875}, {"start": 1131.07, "end": 1131.55, "word": " options", "probability": 0.82958984375}, {"start": 1131.55, "end": 1132.27, "word": " here,", "probability": 0.71923828125}, {"start": 1132.59, "end": 1132.99, "word": " about,", "probability": 0.78564453125}, {"start": 1133.57, "end": 1133.79, "word": " okay,", "probability": 0.580078125}, {"start": 1133.89, "end": 1134.05, "word": " it", "probability": 0.42578125}, {"start": 1134.05, "end": 1134.07, "word": " will", "probability": 0.51416015625}, {"start": 1134.07, "end": 1134.23, "word": " print", "probability": 0.478759765625}, {"start": 1134.23, "end": 1134.71, "word": " toast", "probability": 0.7763671875}, {"start": 1134.71, "end": 1135.05, "word": " about", "probability": 0.78173828125}, {"start": 1135.05, "end": 1135.77, "word": " you,", "probability": 0.6015625}, {"start": 1135.89, "end": 1136.39, "word": " close,", "probability": 0.82568359375}, {"start": 1136.95, "end": 1137.23, "word": " okay,", "probability": 0.77001953125}, {"start": 1137.33, "end": 1137.47, "word": " it", "probability": 0.8359375}, {"start": 1137.47, "end": 1137.55, "word": " will", "probability": 0.8427734375}, {"start": 1137.55, "end": 1137.87, "word": " close", "probability": 0.78662109375}, {"start": 1137.87, "end": 1138.97, "word": " the", "probability": 0.71484375}, {"start": 1138.97, "end": 1139.39, "word": " activity.", "probability": 0.97265625}, {"start": 1141.61, "end": 1142.21, "word": " This", "probability": 0.55712890625}, {"start": 1142.21, "end": 1142.35, "word": " is", "probability": 0.45849609375}, {"start": 1142.35, "end": 1142.45, "word": " not", "probability": 0.90771484375}, {"start": 1142.45, "end": 1142.73, "word": " finish,", "probability": 0.64208984375}, {"start": 1143.15, "end": 1143.53, "word": " finish", "probability": 0.2115478515625}, {"start": 1143.53, "end": 1143.83, "word": " will", "probability": 0.272216796875}, {"start": 1143.83, "end": 1144.11, "word": " close", "probability": 0.826171875}, {"start": 1144.11, "end": 1144.43, "word": " the", "probability": 0.83447265625}, {"start": 1144.43, "end": 1144.79, "word": " activity,", "probability": 0.95947265625}, {"start": 1145.49, "end": 1145.65, "word": " okay?", "probability": 0.76123046875}, {"start": 1145.89, "end": 1145.89, "word": " Close", "probability": 0.494140625}, {"start": 1145.89, "end": 1147.75, "word": " what?", "probability": 0.90625}, {"start": 1150.21, "end": 1150.81, "word": " Press", "probability": 0.4697265625}, {"start": 1150.81, "end": 1151.17, "word": " outside,", "probability": 0.513671875}, {"start": 1151.85, "end": 1152.19, "word": " anywhere", "probability": 0.493408203125}, {"start": 1152.19, "end": 1152.57, "word": " outside,", "probability": 0.74560546875}, {"start": 1153.13, "end": 1153.49, "word": " there", "probability": 0.884765625}, {"start": 1153.49, "end": 1153.49, "word": " is", "probability": 0.859375}, {"start": 1153.49, "end": 1153.61, "word": " no", "probability": 0.93359375}, {"start": 1153.61, "end": 1153.83, "word": " method", "probability": 0.84814453125}, {"start": 1153.83, "end": 1153.99, "word": " to", "probability": 0.83349609375}, {"start": 1153.99, "end": 1154.17, "word": " close", "probability": 0.865234375}, {"start": 1154.17, "end": 1154.37, "word": " the", "probability": 0.8740234375}, {"start": 1154.37, "end": 1154.53, "word": " menu.", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 44, "seek": 117683, "start": 1158.8, "end": 1176.84, "text": " Ok guys, pay attention to what I'm going to say to finish the topic of toolbars Because by default, when you design a toolbar And you tell it to set support action bar, the toolbar will use the toolbar instead of the action bar And everything that was present in the action bar", "tokens": [3477, 1074, 11, 1689, 3202, 281, 437, 286, 478, 516, 281, 584, 281, 2413, 264, 4829, 295, 2290, 42162, 1436, 538, 7576, 11, 562, 291, 1715, 257, 2290, 5356, 400, 291, 980, 309, 281, 992, 1406, 3069, 2159, 11, 264, 2290, 5356, 486, 764, 264, 2290, 5356, 2602, 295, 264, 3069, 2159, 400, 1203, 300, 390, 1974, 294, 264, 3069, 2159], "avg_logprob": -0.5887096793420853, "compression_ratio": 1.6547619047619047, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1158.8, "end": 1159.12, "word": " Ok", "probability": 0.16015625}, {"start": 1159.12, "end": 1159.52, "word": " guys,", "probability": 0.5859375}, {"start": 1160.04, "end": 1160.26, "word": " pay", "probability": 0.1376953125}, {"start": 1160.26, "end": 1160.28, "word": " attention", "probability": 0.923828125}, {"start": 1160.28, "end": 1160.7, "word": " to", "probability": 0.232421875}, {"start": 1160.7, "end": 1160.7, "word": " what", "probability": 0.1263427734375}, {"start": 1160.7, "end": 1161.48, "word": " I'm", "probability": 0.6317138671875}, {"start": 1161.48, "end": 1161.48, "word": " going", "probability": 0.33642578125}, {"start": 1161.48, "end": 1161.48, "word": " to", "probability": 0.97021484375}, {"start": 1161.48, "end": 1161.48, "word": " say", "probability": 0.88134765625}, {"start": 1161.48, "end": 1161.66, "word": " to", "probability": 0.1717529296875}, {"start": 1161.66, "end": 1162.06, "word": " finish", "probability": 0.44775390625}, {"start": 1162.06, "end": 1162.26, "word": " the", "probability": 0.362548828125}, {"start": 1162.26, "end": 1162.36, "word": " topic", "probability": 0.33544921875}, {"start": 1162.36, "end": 1162.64, "word": " of", "probability": 0.7138671875}, {"start": 1162.64, "end": 1163.12, "word": " toolbars", "probability": 0.5849609375}, {"start": 1163.12, "end": 1164.02, "word": " Because", "probability": 0.52099609375}, {"start": 1164.02, "end": 1164.56, "word": " by", "probability": 0.73583984375}, {"start": 1164.56, "end": 1165.02, "word": " default,", "probability": 0.97509765625}, {"start": 1165.16, "end": 1165.24, "word": " when", "probability": 0.7490234375}, {"start": 1165.24, "end": 1165.5, "word": " you", "probability": 0.94970703125}, {"start": 1165.5, "end": 1165.82, "word": " design", "probability": 0.71826171875}, {"start": 1165.82, "end": 1165.96, "word": " a", "probability": 0.69580078125}, {"start": 1165.96, "end": 1166.4, "word": " toolbar", "probability": 0.708251953125}, {"start": 1166.4, "end": 1168.44, "word": " And", "probability": 0.258544921875}, {"start": 1168.44, "end": 1168.54, "word": " you", "probability": 0.413330078125}, {"start": 1168.54, "end": 1168.74, "word": " tell", "probability": 0.427978515625}, {"start": 1168.74, "end": 1168.86, "word": " it", "probability": 0.724609375}, {"start": 1168.86, "end": 1169.06, "word": " to", "probability": 0.53564453125}, {"start": 1169.06, "end": 1169.08, "word": " set", "probability": 0.32373046875}, {"start": 1169.08, "end": 1169.56, "word": " support", "probability": 0.70849609375}, {"start": 1169.56, "end": 1169.96, "word": " action", "probability": 0.8515625}, {"start": 1169.96, "end": 1170.2, "word": " bar,", "probability": 0.71875}, {"start": 1170.3, "end": 1170.34, "word": " the", "probability": 0.427734375}, {"start": 1170.34, "end": 1170.7, "word": " toolbar", "probability": 0.870361328125}, {"start": 1170.7, "end": 1170.9, "word": " will", "probability": 0.42041015625}, {"start": 1170.9, "end": 1172.2, "word": " use", "probability": 0.28955078125}, {"start": 1172.2, "end": 1172.42, "word": " the", "probability": 0.4541015625}, {"start": 1172.42, "end": 1172.86, "word": " toolbar", "probability": 0.849609375}, {"start": 1172.86, "end": 1173.2, "word": " instead", "probability": 0.75830078125}, {"start": 1173.2, "end": 1173.46, "word": " of", "probability": 0.96533203125}, {"start": 1173.46, "end": 1174.06, "word": " the", "probability": 0.74658203125}, {"start": 1174.06, "end": 1174.36, "word": " action", "probability": 0.93798828125}, {"start": 1174.36, "end": 1174.58, "word": " bar", "probability": 0.9423828125}, {"start": 1174.58, "end": 1174.84, "word": " And", "probability": 0.59619140625}, {"start": 1174.84, "end": 1175.18, "word": " everything", "probability": 0.77783203125}, {"start": 1175.18, "end": 1175.42, "word": " that", "probability": 0.65869140625}, {"start": 1175.42, "end": 1175.62, "word": " was", "probability": 0.6748046875}, {"start": 1175.62, "end": 1176.02, "word": " present", "probability": 0.2371826171875}, {"start": 1176.02, "end": 1176.16, "word": " in", "probability": 0.8759765625}, {"start": 1176.16, "end": 1176.26, "word": " the", "probability": 0.875}, {"start": 1176.26, "end": 1176.52, "word": " action", "probability": 0.9384765625}, {"start": 1176.52, "end": 1176.84, "word": " bar", "probability": 0.953125}], "temperature": 1.0}, {"id": 45, "seek": 120435, "start": 1177.82, "end": 1204.36, "text": " And add it to the toolbar Now you can design your own toolbar You can change the design How? I went back to the toolbar design This is the file with the toolbar design And here in the tag that closes and opens What did I do? I put an opening tag and a closing tag for the toolbar Now I can put any design inside the toolbar", "tokens": [400, 909, 309, 281, 264, 47715, 823, 291, 393, 1715, 428, 1065, 47715, 509, 393, 1319, 264, 1715, 1012, 30, 286, 1437, 646, 281, 264, 47715, 1715, 639, 307, 264, 3991, 365, 264, 47715, 1715, 400, 510, 294, 264, 6162, 300, 24157, 293, 9870, 708, 630, 286, 360, 30, 286, 829, 364, 5193, 6162, 293, 257, 10377, 6162, 337, 264, 47715, 823, 286, 393, 829, 604, 1715, 1854, 264, 47715], "avg_logprob": -0.4088908307988879, "compression_ratio": 1.894736842105263, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1177.82, "end": 1178.02, "word": " And", "probability": 0.171630859375}, {"start": 1178.02, "end": 1178.22, "word": " add", "probability": 0.12066650390625}, {"start": 1178.22, "end": 1178.36, "word": " it", "probability": 0.419189453125}, {"start": 1178.36, "end": 1178.54, "word": " to", "probability": 0.7275390625}, {"start": 1178.54, "end": 1179.06, "word": " the", "probability": 0.6640625}, {"start": 1179.06, "end": 1179.34, "word": " toolbar", "probability": 0.82666015625}, {"start": 1179.34, "end": 1180.12, "word": " Now", "probability": 0.494384765625}, {"start": 1180.12, "end": 1180.42, "word": " you", "probability": 0.429931640625}, {"start": 1180.42, "end": 1180.64, "word": " can", "probability": 0.80859375}, {"start": 1180.64, "end": 1181.42, "word": " design", "probability": 0.80712890625}, {"start": 1181.42, "end": 1181.6, "word": " your", "probability": 0.6728515625}, {"start": 1181.6, "end": 1181.6, "word": " own", "probability": 0.84521484375}, {"start": 1181.6, "end": 1182.62, "word": " toolbar", "probability": 0.75244140625}, {"start": 1182.62, "end": 1184.08, "word": " You", "probability": 0.28271484375}, {"start": 1184.08, "end": 1184.28, "word": " can", "probability": 0.447998046875}, {"start": 1184.28, "end": 1184.46, "word": " change", "probability": 0.8349609375}, {"start": 1184.46, "end": 1184.62, "word": " the", "probability": 0.5888671875}, {"start": 1184.62, "end": 1184.92, "word": " design", "probability": 0.82861328125}, {"start": 1184.92, "end": 1185.32, "word": " How?", "probability": 0.346923828125}, {"start": 1185.96, "end": 1186.52, "word": " I", "probability": 0.86376953125}, {"start": 1186.52, "end": 1186.52, "word": " went", "probability": 0.23486328125}, {"start": 1186.52, "end": 1186.56, "word": " back", "probability": 0.849609375}, {"start": 1186.56, "end": 1186.72, "word": " to", "probability": 0.943359375}, {"start": 1186.72, "end": 1186.8, "word": " the", "probability": 0.78125}, {"start": 1186.8, "end": 1187.7, "word": " toolbar", "probability": 0.5166015625}, {"start": 1187.7, "end": 1187.78, "word": " design", "probability": 0.72705078125}, {"start": 1187.78, "end": 1188.2, "word": " This", "probability": 0.330078125}, {"start": 1188.2, "end": 1188.34, "word": " is", "probability": 0.810546875}, {"start": 1188.34, "end": 1189.86, "word": " the", "probability": 0.78955078125}, {"start": 1189.86, "end": 1190.2, "word": " file", "probability": 0.607421875}, {"start": 1190.2, "end": 1190.48, "word": " with", "probability": 0.394287109375}, {"start": 1190.48, "end": 1190.58, "word": " the", "probability": 0.8193359375}, {"start": 1190.58, "end": 1191.16, "word": " toolbar", "probability": 0.82421875}, {"start": 1191.16, "end": 1191.16, "word": " design", "probability": 0.9326171875}, {"start": 1191.16, "end": 1192.6, "word": " And", "probability": 0.57080078125}, {"start": 1192.6, "end": 1192.9, "word": " here", "probability": 0.70458984375}, {"start": 1192.9, "end": 1193.08, "word": " in", "probability": 0.64453125}, {"start": 1193.08, "end": 1193.22, "word": " the", "probability": 0.7939453125}, {"start": 1193.22, "end": 1193.44, "word": " tag", "probability": 0.73486328125}, {"start": 1193.44, "end": 1193.56, "word": " that", "probability": 0.68505859375}, {"start": 1193.56, "end": 1193.88, "word": " closes", "probability": 0.6748046875}, {"start": 1193.88, "end": 1194.02, "word": " and", "probability": 0.90380859375}, {"start": 1194.02, "end": 1194.38, "word": " opens", "probability": 0.890625}, {"start": 1194.38, "end": 1196.12, "word": " What", "probability": 0.58740234375}, {"start": 1196.12, "end": 1196.28, "word": " did", "probability": 0.845703125}, {"start": 1196.28, "end": 1196.58, "word": " I", "probability": 0.8037109375}, {"start": 1196.58, "end": 1196.58, "word": " do?", "probability": 0.95654296875}, {"start": 1198.38, "end": 1198.94, "word": " I", "probability": 0.9658203125}, {"start": 1198.94, "end": 1199.22, "word": " put", "probability": 0.408447265625}, {"start": 1199.22, "end": 1199.36, "word": " an", "probability": 0.57421875}, {"start": 1199.36, "end": 1199.62, "word": " opening", "probability": 0.86865234375}, {"start": 1199.62, "end": 1200.1, "word": " tag", "probability": 0.8115234375}, {"start": 1200.1, "end": 1200.44, "word": " and", "probability": 0.865234375}, {"start": 1200.44, "end": 1200.5, "word": " a", "probability": 0.50634765625}, {"start": 1200.5, "end": 1200.8, "word": " closing", "probability": 0.88720703125}, {"start": 1200.8, "end": 1201.08, "word": " tag", "probability": 0.970703125}, {"start": 1201.08, "end": 1201.2, "word": " for", "probability": 0.60888671875}, {"start": 1201.2, "end": 1201.3, "word": " the", "probability": 0.8466796875}, {"start": 1201.3, "end": 1201.56, "word": " toolbar", "probability": 0.9443359375}, {"start": 1201.56, "end": 1202.44, "word": " Now", "probability": 0.90576171875}, {"start": 1202.44, "end": 1202.58, "word": " I", "probability": 0.75}, {"start": 1202.58, "end": 1202.8, "word": " can", "probability": 0.9375}, {"start": 1202.8, "end": 1203.14, "word": " put", "probability": 0.6435546875}, {"start": 1203.14, "end": 1203.14, "word": " any", "probability": 0.76953125}, {"start": 1203.14, "end": 1203.14, "word": " design", "probability": 0.87109375}, {"start": 1203.14, "end": 1203.14, "word": " inside", "probability": 0.42822265625}, {"start": 1203.14, "end": 1204.36, "word": " the", "probability": 0.86181640625}, {"start": 1204.36, "end": 1204.36, "word": " toolbar", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 46, "seek": 123188, "start": 1206.7, "end": 1231.88, "text": " For example, I want to put a search box in the toolbar, which is for searching. Sometimes you find the search box above it. We will talk about search. But now, how do we design it? How do we put it? So now, look at the toolbar. What do I want to do with this gate? I want to say, go and create a constraint layout. Width match parent, height trap content. What did I do?", "tokens": [1171, 1365, 11, 286, 528, 281, 829, 257, 3164, 2424, 294, 264, 47715, 11, 597, 307, 337, 10808, 13, 4803, 291, 915, 264, 3164, 2424, 3673, 309, 13, 492, 486, 751, 466, 3164, 13, 583, 586, 11, 577, 360, 321, 1715, 309, 30, 1012, 360, 321, 829, 309, 30, 407, 586, 11, 574, 412, 264, 47715, 13, 708, 360, 286, 528, 281, 360, 365, 341, 8539, 30, 286, 528, 281, 584, 11, 352, 293, 1884, 257, 25534, 13333, 13, 28331, 392, 2995, 2596, 11, 6681, 11487, 2701, 13, 708, 630, 286, 360, 30], "avg_logprob": -0.5435505147944105, "compression_ratio": 1.6711711711711712, "no_speech_prob": 0.0, "words": [{"start": 1206.7, "end": 1207.06, "word": " For", "probability": 0.51708984375}, {"start": 1207.06, "end": 1207.3, "word": " example,", "probability": 0.8876953125}, {"start": 1207.78, "end": 1207.78, "word": " I", "probability": 0.32080078125}, {"start": 1207.78, "end": 1207.94, "word": " want", "probability": 0.377197265625}, {"start": 1207.94, "end": 1208.56, "word": " to", "probability": 0.8955078125}, {"start": 1208.56, "end": 1209.44, "word": " put", "probability": 0.5458984375}, {"start": 1209.44, "end": 1212.46, "word": " a", "probability": 0.3046875}, {"start": 1212.46, "end": 1213.22, "word": " search", "probability": 0.85791015625}, {"start": 1213.22, "end": 1213.34, "word": " box", "probability": 0.393310546875}, {"start": 1213.34, "end": 1213.34, "word": " in", "probability": 0.39306640625}, {"start": 1213.34, "end": 1213.34, "word": " the", "probability": 0.345458984375}, {"start": 1213.34, "end": 1213.34, "word": " toolbar,", "probability": 0.68994140625}, {"start": 1213.76, "end": 1214.1, "word": " which", "probability": 0.3447265625}, {"start": 1214.1, "end": 1214.2, "word": " is", "probability": 0.7373046875}, {"start": 1214.2, "end": 1214.32, "word": " for", "probability": 0.341552734375}, {"start": 1214.32, "end": 1214.64, "word": " searching.", "probability": 0.36474609375}, {"start": 1214.98, "end": 1215.34, "word": " Sometimes", "probability": 0.16455078125}, {"start": 1215.34, "end": 1215.5, "word": " you", "probability": 0.45458984375}, {"start": 1215.5, "end": 1215.72, "word": " find", "probability": 0.41455078125}, {"start": 1215.72, "end": 1215.84, "word": " the", "probability": 0.2374267578125}, {"start": 1215.84, "end": 1216.06, "word": " search", "probability": 0.89013671875}, {"start": 1216.06, "end": 1216.16, "word": " box", "probability": 0.634765625}, {"start": 1216.16, "end": 1216.34, "word": " above", "probability": 0.490966796875}, {"start": 1216.34, "end": 1216.62, "word": " it.", "probability": 0.1348876953125}, {"start": 1217.04, "end": 1217.16, "word": " We", "probability": 0.54833984375}, {"start": 1217.16, "end": 1217.24, "word": " will", "probability": 0.6533203125}, {"start": 1217.24, "end": 1217.46, "word": " talk", "probability": 0.7431640625}, {"start": 1217.46, "end": 1217.64, "word": " about", "probability": 0.90087890625}, {"start": 1217.64, "end": 1217.96, "word": " search.", "probability": 0.418701171875}, {"start": 1218.64, "end": 1219.0, "word": " But", "probability": 0.60986328125}, {"start": 1219.0, "end": 1219.16, "word": " now,", "probability": 0.4873046875}, {"start": 1219.24, "end": 1219.36, "word": " how", "probability": 0.69091796875}, {"start": 1219.36, "end": 1219.52, "word": " do", "probability": 0.42529296875}, {"start": 1219.52, "end": 1219.58, "word": " we", "probability": 0.77783203125}, {"start": 1219.58, "end": 1219.84, "word": " design", "probability": 0.7587890625}, {"start": 1219.84, "end": 1219.96, "word": " it?", "probability": 0.76904296875}, {"start": 1220.0, "end": 1220.1, "word": " How", "probability": 0.52197265625}, {"start": 1220.1, "end": 1220.18, "word": " do", "probability": 0.86328125}, {"start": 1220.18, "end": 1220.24, "word": " we", "probability": 0.9423828125}, {"start": 1220.24, "end": 1220.44, "word": " put", "probability": 0.59716796875}, {"start": 1220.44, "end": 1220.52, "word": " it?", "probability": 0.92041015625}, {"start": 1221.56, "end": 1221.92, "word": " So", "probability": 0.2529296875}, {"start": 1221.92, "end": 1222.18, "word": " now,", "probability": 0.6142578125}, {"start": 1222.34, "end": 1222.52, "word": " look", "probability": 0.51123046875}, {"start": 1222.52, "end": 1222.58, "word": " at", "probability": 0.80712890625}, {"start": 1222.58, "end": 1222.68, "word": " the", "probability": 0.87255859375}, {"start": 1222.68, "end": 1222.94, "word": " toolbar.", "probability": 0.916015625}, {"start": 1223.26, "end": 1223.42, "word": " What", "probability": 0.81640625}, {"start": 1223.42, "end": 1223.56, "word": " do", "probability": 0.6005859375}, {"start": 1223.56, "end": 1223.66, "word": " I", "probability": 0.96826171875}, {"start": 1223.66, "end": 1223.66, "word": " want", "probability": 0.7958984375}, {"start": 1223.66, "end": 1223.66, "word": " to", "probability": 0.970703125}, {"start": 1223.66, "end": 1223.76, "word": " do", "probability": 0.9228515625}, {"start": 1223.76, "end": 1224.02, "word": " with", "probability": 0.263916015625}, {"start": 1224.02, "end": 1224.08, "word": " this", "probability": 0.83984375}, {"start": 1224.08, "end": 1224.26, "word": " gate?", "probability": 0.44921875}, {"start": 1224.32, "end": 1224.38, "word": " I", "probability": 0.95703125}, {"start": 1224.38, "end": 1224.48, "word": " want", "probability": 0.70068359375}, {"start": 1224.48, "end": 1224.56, "word": " to", "probability": 0.8447265625}, {"start": 1224.56, "end": 1224.62, "word": " say,", "probability": 0.314697265625}, {"start": 1224.74, "end": 1224.84, "word": " go", "probability": 0.6083984375}, {"start": 1224.84, "end": 1225.02, "word": " and", "probability": 0.498291015625}, {"start": 1225.02, "end": 1225.08, "word": " create", "probability": 0.315185546875}, {"start": 1225.08, "end": 1225.18, "word": " a", "probability": 0.77490234375}, {"start": 1225.18, "end": 1225.84, "word": " constraint", "probability": 0.71142578125}, {"start": 1225.84, "end": 1227.04, "word": " layout.", "probability": 0.953125}, {"start": 1228.76, "end": 1229.12, "word": " Width", "probability": 0.731689453125}, {"start": 1229.12, "end": 1229.42, "word": " match", "probability": 0.47900390625}, {"start": 1229.42, "end": 1229.84, "word": " parent,", "probability": 0.78125}, {"start": 1230.06, "end": 1230.26, "word": " height", "probability": 0.73583984375}, {"start": 1230.26, "end": 1230.52, "word": " trap", "probability": 0.4306640625}, {"start": 1230.52, "end": 1230.86, "word": " content.", "probability": 0.5576171875}, {"start": 1231.36, "end": 1231.64, "word": " What", "probability": 0.84326171875}, {"start": 1231.64, "end": 1231.72, "word": " did", "probability": 0.81787109375}, {"start": 1231.72, "end": 1231.72, "word": " I", "probability": 0.99072265625}, {"start": 1231.72, "end": 1231.88, "word": " do?", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 47, "seek": 126158, "start": 1233.65, "end": 1261.59, "text": " Inside the toolbar, I made ConstraintLayout Because I want to put elements, I need to arrange them The first element I want to put is TextView WrapContent, the height, WrapContent, and this is the text We said at string, give me the app name, what does it mean? For example, when you scroll through the toolbar, you will see the word Java", "tokens": [15123, 264, 47715, 11, 286, 1027, 8574, 424, 686, 43, 320, 346, 1436, 286, 528, 281, 829, 4959, 11, 286, 643, 281, 9424, 552, 440, 700, 4478, 286, 528, 281, 829, 307, 18643, 30203, 41291, 29821, 317, 11, 264, 6681, 11, 41291, 29821, 317, 11, 293, 341, 307, 264, 2487, 492, 848, 412, 6798, 11, 976, 385, 264, 724, 1315, 11, 437, 775, 309, 914, 30, 1171, 1365, 11, 562, 291, 11369, 807, 264, 47715, 11, 291, 486, 536, 264, 1349, 10745], "avg_logprob": -0.6524849210877016, "compression_ratio": 1.6298076923076923, "no_speech_prob": 0.0, "words": [{"start": 1233.65, "end": 1234.07, "word": " Inside", "probability": 0.06890869140625}, {"start": 1234.07, "end": 1234.33, "word": " the", "probability": 0.420166015625}, {"start": 1234.33, "end": 1234.59, "word": " toolbar,", "probability": 0.93798828125}, {"start": 1234.73, "end": 1234.75, "word": " I", "probability": 0.8193359375}, {"start": 1234.75, "end": 1234.91, "word": " made", "probability": 0.353271484375}, {"start": 1234.91, "end": 1235.75, "word": " ConstraintLayout", "probability": 0.7466634114583334}, {"start": 1235.75, "end": 1236.11, "word": " Because", "probability": 0.31103515625}, {"start": 1236.11, "end": 1236.27, "word": " I", "probability": 0.94873046875}, {"start": 1236.27, "end": 1236.41, "word": " want", "probability": 0.591796875}, {"start": 1236.41, "end": 1236.43, "word": " to", "probability": 0.9375}, {"start": 1236.43, "end": 1236.59, "word": " put", "probability": 0.485595703125}, {"start": 1236.59, "end": 1236.77, "word": " elements,", "probability": 0.176025390625}, {"start": 1237.01, "end": 1237.05, "word": " I", "probability": 0.65869140625}, {"start": 1237.05, "end": 1237.15, "word": " need", "probability": 0.333251953125}, {"start": 1237.15, "end": 1237.23, "word": " to", "probability": 0.958984375}, {"start": 1237.23, "end": 1237.37, "word": " arrange", "probability": 0.5439453125}, {"start": 1237.37, "end": 1237.77, "word": " them", "probability": 0.87548828125}, {"start": 1237.77, "end": 1238.43, "word": " The", "probability": 0.247314453125}, {"start": 1238.43, "end": 1238.65, "word": " first", "probability": 0.88818359375}, {"start": 1238.65, "end": 1238.93, "word": " element", "probability": 0.896484375}, {"start": 1238.93, "end": 1239.01, "word": " I", "probability": 0.751953125}, {"start": 1239.01, "end": 1239.17, "word": " want", "probability": 0.5576171875}, {"start": 1239.17, "end": 1239.17, "word": " to", "probability": 0.9580078125}, {"start": 1239.17, "end": 1239.41, "word": " put", "probability": 0.833984375}, {"start": 1239.41, "end": 1239.73, "word": " is", "probability": 0.7392578125}, {"start": 1239.73, "end": 1241.71, "word": " TextView", "probability": 0.7734375}, {"start": 1241.71, "end": 1242.95, "word": " WrapContent,", "probability": 0.6017659505208334}, {"start": 1243.53, "end": 1243.57, "word": " the", "probability": 0.265380859375}, {"start": 1243.57, "end": 1243.79, "word": " height,", "probability": 0.876953125}, {"start": 1243.91, "end": 1244.73, "word": " WrapContent,", "probability": 0.7209065755208334}, {"start": 1245.25, "end": 1245.85, "word": " and", "probability": 0.7802734375}, {"start": 1245.85, "end": 1246.03, "word": " this", "probability": 0.468017578125}, {"start": 1246.03, "end": 1246.07, "word": " is", "probability": 0.69921875}, {"start": 1246.07, "end": 1246.13, "word": " the", "probability": 0.2078857421875}, {"start": 1246.13, "end": 1246.49, "word": " text", "probability": 0.77880859375}, {"start": 1246.49, "end": 1249.47, "word": " We", "probability": 0.54736328125}, {"start": 1249.47, "end": 1249.67, "word": " said", "probability": 0.384033203125}, {"start": 1249.67, "end": 1250.03, "word": " at", "probability": 0.32861328125}, {"start": 1250.03, "end": 1251.27, "word": " string,", "probability": 0.6494140625}, {"start": 1252.81, "end": 1253.35, "word": " give", "probability": 0.214599609375}, {"start": 1253.35, "end": 1253.65, "word": " me", "probability": 0.8359375}, {"start": 1253.65, "end": 1254.91, "word": " the", "probability": 0.84765625}, {"start": 1254.91, "end": 1255.13, "word": " app", "probability": 0.80078125}, {"start": 1255.13, "end": 1255.35, "word": " name,", "probability": 0.73486328125}, {"start": 1255.37, "end": 1255.77, "word": " what", "probability": 0.80859375}, {"start": 1255.77, "end": 1255.93, "word": " does", "probability": 0.869140625}, {"start": 1255.93, "end": 1256.11, "word": " it", "probability": 0.388916015625}, {"start": 1256.11, "end": 1256.11, "word": " mean?", "probability": 0.9609375}, {"start": 1256.33, "end": 1256.63, "word": " For", "probability": 0.245849609375}, {"start": 1256.63, "end": 1257.99, "word": " example,", "probability": 0.91455078125}, {"start": 1258.05, "end": 1258.19, "word": " when", "probability": 0.287841796875}, {"start": 1258.19, "end": 1258.35, "word": " you", "probability": 0.8837890625}, {"start": 1258.35, "end": 1258.63, "word": " scroll", "probability": 0.92431640625}, {"start": 1258.63, "end": 1258.85, "word": " through", "probability": 0.2139892578125}, {"start": 1258.85, "end": 1259.53, "word": " the", "probability": 0.83642578125}, {"start": 1259.53, "end": 1259.81, "word": " toolbar,", "probability": 0.40966796875}, {"start": 1260.01, "end": 1260.21, "word": " you", "probability": 0.322998046875}, {"start": 1260.21, "end": 1260.21, "word": " will", "probability": 0.1702880859375}, {"start": 1260.21, "end": 1260.21, "word": " see", "probability": 0.43994140625}, {"start": 1260.21, "end": 1261.29, "word": " the", "probability": 0.1390380859375}, {"start": 1261.29, "end": 1261.29, "word": " word", "probability": 0.29443359375}, {"start": 1261.29, "end": 1261.59, "word": " Java", "probability": 0.2088623046875}], "temperature": 1.0}, {"id": 48, "seek": 128771, "start": 1262.25, "end": 1287.71, "text": " It needs a code. Do you see that I put constraint layout and what did I put inside it? Text view. And then the text view that I connected from start to start of parent and top to top of parent.", "tokens": [467, 2203, 257, 3089, 13, 1144, 291, 536, 300, 286, 829, 25534, 13333, 293, 437, 630, 286, 829, 1854, 309, 30, 18643, 1910, 13, 400, 550, 264, 2487, 1910, 300, 286, 4582, 490, 722, 281, 722, 295, 2596, 293, 1192, 281, 1192, 295, 2596, 13], "avg_logprob": -0.525815240714861, "compression_ratio": 1.503875968992248, "no_speech_prob": 0.0, "words": [{"start": 1262.25, "end": 1262.47, "word": " It", "probability": 0.2181396484375}, {"start": 1262.47, "end": 1262.63, "word": " needs", "probability": 0.60888671875}, {"start": 1262.63, "end": 1262.73, "word": " a", "probability": 0.45166015625}, {"start": 1262.73, "end": 1262.95, "word": " code.", "probability": 0.89111328125}, {"start": 1263.61, "end": 1264.13, "word": " Do", "probability": 0.12249755859375}, {"start": 1264.13, "end": 1266.09, "word": " you", "probability": 0.97216796875}, {"start": 1266.09, "end": 1266.29, "word": " see", "probability": 0.75341796875}, {"start": 1266.29, "end": 1266.45, "word": " that", "probability": 0.32763671875}, {"start": 1266.45, "end": 1266.59, "word": " I", "probability": 0.79541015625}, {"start": 1266.59, "end": 1266.91, "word": " put", "probability": 0.44482421875}, {"start": 1266.91, "end": 1267.39, "word": " constraint", "probability": 0.323486328125}, {"start": 1267.39, "end": 1267.79, "word": " layout", "probability": 0.888671875}, {"start": 1267.79, "end": 1267.97, "word": " and", "probability": 0.57958984375}, {"start": 1267.97, "end": 1268.05, "word": " what", "probability": 0.337646484375}, {"start": 1268.05, "end": 1268.05, "word": " did", "probability": 0.380615234375}, {"start": 1268.05, "end": 1268.33, "word": " I", "probability": 0.8671875}, {"start": 1268.33, "end": 1268.59, "word": " put", "probability": 0.845703125}, {"start": 1268.59, "end": 1268.79, "word": " inside", "probability": 0.6640625}, {"start": 1268.79, "end": 1268.89, "word": " it?", "probability": 0.391845703125}, {"start": 1269.31, "end": 1269.83, "word": " Text", "probability": 0.93505859375}, {"start": 1269.83, "end": 1270.17, "word": " view.", "probability": 0.292724609375}, {"start": 1270.63, "end": 1270.81, "word": " And", "probability": 0.429931640625}, {"start": 1270.81, "end": 1271.05, "word": " then", "probability": 0.646484375}, {"start": 1271.05, "end": 1271.19, "word": " the", "probability": 0.455810546875}, {"start": 1271.19, "end": 1271.37, "word": " text", "probability": 0.734375}, {"start": 1271.37, "end": 1271.63, "word": " view", "probability": 0.84814453125}, {"start": 1271.63, "end": 1271.81, "word": " that", "probability": 0.349365234375}, {"start": 1271.81, "end": 1271.83, "word": " I", "probability": 0.9033203125}, {"start": 1271.83, "end": 1272.09, "word": " connected", "probability": 0.278564453125}, {"start": 1272.09, "end": 1273.11, "word": " from", "probability": 0.57470703125}, {"start": 1273.11, "end": 1274.01, "word": " start", "probability": 0.66552734375}, {"start": 1274.01, "end": 1277.57, "word": " to", "probability": 0.85009765625}, {"start": 1277.57, "end": 1277.99, "word": " start", "probability": 0.8681640625}, {"start": 1277.99, "end": 1278.23, "word": " of", "probability": 0.92041015625}, {"start": 1278.23, "end": 1278.75, "word": " parent", "probability": 0.9111328125}, {"start": 1278.75, "end": 1283.35, "word": " and", "probability": 0.6337890625}, {"start": 1283.35, "end": 1283.75, "word": " top", "probability": 0.72998046875}, {"start": 1283.75, "end": 1286.75, "word": " to", "probability": 0.95703125}, {"start": 1286.75, "end": 1287.05, "word": " top", "probability": 0.93701171875}, {"start": 1287.05, "end": 1287.27, "word": " of", "probability": 0.97021484375}, {"start": 1287.27, "end": 1287.71, "word": " parent.", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 49, "seek": 131577, "start": 1291.43, "end": 1315.77, "text": " And text size, for example, 16sp. And text color. What did you guys do? Are you with me or not? I was designing a full layout inside the toolbar. How many minutes did it take you to finish the activity? No, I wasn't working on the activity.", "tokens": [400, 2487, 2744, 11, 337, 1365, 11, 3165, 4952, 13, 400, 2487, 2017, 13, 708, 630, 291, 1074, 360, 30, 2014, 291, 365, 385, 420, 406, 30, 286, 390, 14685, 257, 1577, 13333, 1854, 264, 47715, 13, 1012, 867, 2077, 630, 309, 747, 291, 281, 2413, 264, 5191, 30, 883, 11, 286, 2067, 380, 1364, 322, 264, 5191, 13], "avg_logprob": -0.521614604194959, "compression_ratio": 1.4260355029585798, "no_speech_prob": 0.0, "words": [{"start": 1291.43, "end": 1291.67, "word": " And", "probability": 0.1329345703125}, {"start": 1291.67, "end": 1291.93, "word": " text", "probability": 0.76953125}, {"start": 1291.93, "end": 1292.45, "word": " size,", "probability": 0.68896484375}, {"start": 1292.95, "end": 1294.49, "word": " for", "probability": 0.74365234375}, {"start": 1294.49, "end": 1294.65, "word": " example,", "probability": 0.93701171875}, {"start": 1294.93, "end": 1295.71, "word": " 16sp.", "probability": 0.571044921875}, {"start": 1296.97, "end": 1297.49, "word": " And", "probability": 0.81103515625}, {"start": 1297.49, "end": 1297.77, "word": " text", "probability": 0.90771484375}, {"start": 1297.77, "end": 1298.13, "word": " color.", "probability": 0.87158203125}, {"start": 1302.41, "end": 1302.85, "word": " What", "probability": 0.62060546875}, {"start": 1302.85, "end": 1303.27, "word": " did", "probability": 0.384033203125}, {"start": 1303.27, "end": 1303.73, "word": " you", "probability": 0.80615234375}, {"start": 1303.73, "end": 1303.73, "word": " guys", "probability": 0.439697265625}, {"start": 1303.73, "end": 1303.73, "word": " do?", "probability": 0.9423828125}, {"start": 1303.81, "end": 1303.87, "word": " Are", "probability": 0.1947021484375}, {"start": 1303.87, "end": 1303.87, "word": " you", "probability": 0.96630859375}, {"start": 1303.87, "end": 1303.93, "word": " with", "probability": 0.497314453125}, {"start": 1303.93, "end": 1303.99, "word": " me", "probability": 0.8974609375}, {"start": 1303.99, "end": 1304.05, "word": " or", "probability": 0.42822265625}, {"start": 1304.05, "end": 1304.19, "word": " not?", "probability": 0.6015625}, {"start": 1304.57, "end": 1304.97, "word": " I", "probability": 0.498046875}, {"start": 1304.97, "end": 1305.11, "word": " was", "probability": 0.359375}, {"start": 1305.11, "end": 1305.43, "word": " designing", "probability": 0.75439453125}, {"start": 1305.43, "end": 1305.61, "word": " a", "probability": 0.68994140625}, {"start": 1305.61, "end": 1305.65, "word": " full", "probability": 0.29248046875}, {"start": 1305.65, "end": 1305.97, "word": " layout", "probability": 0.95751953125}, {"start": 1305.97, "end": 1306.59, "word": " inside", "probability": 0.488037109375}, {"start": 1306.59, "end": 1309.01, "word": " the", "probability": 0.477294921875}, {"start": 1309.01, "end": 1309.41, "word": " toolbar.", "probability": 0.88134765625}, {"start": 1310.71, "end": 1311.23, "word": " How", "probability": 0.11895751953125}, {"start": 1311.23, "end": 1311.35, "word": " many", "probability": 0.66259765625}, {"start": 1311.35, "end": 1311.51, "word": " minutes", "probability": 0.75048828125}, {"start": 1311.51, "end": 1311.63, "word": " did", "probability": 0.724609375}, {"start": 1311.63, "end": 1311.77, "word": " it", "probability": 0.5419921875}, {"start": 1311.77, "end": 1311.77, "word": " take", "probability": 0.88720703125}, {"start": 1311.77, "end": 1311.99, "word": " you", "probability": 0.630859375}, {"start": 1311.99, "end": 1312.01, "word": " to", "probability": 0.88671875}, {"start": 1312.01, "end": 1312.23, "word": " finish", "probability": 0.0843505859375}, {"start": 1312.23, "end": 1312.27, "word": " the", "probability": 0.330322265625}, {"start": 1312.27, "end": 1312.53, "word": " activity?", "probability": 0.84326171875}, {"start": 1314.51, "end": 1315.03, "word": " No,", "probability": 0.444091796875}, {"start": 1315.09, "end": 1315.21, "word": " I", "probability": 0.91943359375}, {"start": 1315.21, "end": 1315.31, "word": " wasn't", "probability": 0.62255859375}, {"start": 1315.31, "end": 1315.39, "word": " working", "probability": 0.54443359375}, {"start": 1315.39, "end": 1315.41, "word": " on", "probability": 0.76171875}, {"start": 1315.41, "end": 1315.49, "word": " the", "probability": 0.89501953125}, {"start": 1315.49, "end": 1315.77, "word": " activity.", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 50, "seek": 132685, "start": 1324.01, "end": 1326.85, "text": "The activity itself was layout based?", "tokens": [2278, 5191, 2564, 390, 13333, 2361, 30], "avg_logprob": -0.9995116740465164, "compression_ratio": 0.8222222222222222, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1324.01, "end": 1324.69, "word": "The", "probability": 0.10577392578125}, {"start": 1324.69, "end": 1325.01, "word": " activity", "probability": 0.323974609375}, {"start": 1325.01, "end": 1325.35, "word": " itself", "probability": 0.6376953125}, {"start": 1325.35, "end": 1325.67, "word": " was", "probability": 0.7060546875}, {"start": 1325.67, "end": 1326.59, "word": " layout", "probability": 0.2247314453125}, {"start": 1326.59, "end": 1326.85, "word": " based?", "probability": 0.56396484375}], "temperature": 1.0}, {"id": 51, "seek": 135670, "start": 1329.16, "end": 1356.7, "text": " Because in the activity, how many layouts do we have when we design it? One. That's it. The concept of constraint layout is that you don't need activities inside each other But this constraint layout is for the activity Because I'm designing something different from the activity, which is the upper part The upper part is called layout inside which is the toolbar The toolbar is called constraint inside It's called mitigation Mitigation is done by constraint layout on the surfaces and elements inside it", "tokens": [1436, 294, 264, 5191, 11, 577, 867, 46100, 360, 321, 362, 562, 321, 1715, 309, 30, 1485, 13, 663, 311, 309, 13, 440, 3410, 295, 25534, 13333, 307, 300, 291, 500, 380, 643, 5354, 1854, 1184, 661, 583, 341, 25534, 13333, 307, 337, 264, 5191, 1436, 286, 478, 14685, 746, 819, 490, 264, 5191, 11, 597, 307, 264, 6597, 644, 440, 6597, 644, 307, 1219, 13333, 1854, 597, 307, 264, 47715, 440, 47715, 307, 1219, 25534, 1854, 467, 311, 1219, 32649, 10821, 21494, 307, 1096, 538, 25534, 13333, 322, 264, 16130, 293, 4959, 1854, 309], "avg_logprob": -0.5556640898187956, "compression_ratio": 1.9960629921259843, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1329.16, "end": 1329.5, "word": " Because", "probability": 0.351318359375}, {"start": 1329.5, "end": 1329.86, "word": " in", "probability": 0.428955078125}, {"start": 1329.86, "end": 1329.96, "word": " the", "probability": 0.24560546875}, {"start": 1329.96, "end": 1330.34, "word": " activity,", "probability": 0.783203125}, {"start": 1330.42, "end": 1330.7, "word": " how", "probability": 0.64892578125}, {"start": 1330.7, "end": 1330.84, "word": " many", "probability": 0.8876953125}, {"start": 1330.84, "end": 1331.1, "word": " layouts", "probability": 0.87548828125}, {"start": 1331.1, "end": 1331.28, "word": " do", "probability": 0.21337890625}, {"start": 1331.28, "end": 1331.42, "word": " we", "probability": 0.58447265625}, {"start": 1331.42, "end": 1331.42, "word": " have", "probability": 0.31689453125}, {"start": 1331.42, "end": 1331.56, "word": " when", "probability": 0.6240234375}, {"start": 1331.56, "end": 1331.76, "word": " we", "probability": 0.59716796875}, {"start": 1331.76, "end": 1331.88, "word": " design", "probability": 0.8623046875}, {"start": 1331.88, "end": 1332.1, "word": " it?", "probability": 0.6396484375}, {"start": 1332.14, "end": 1332.54, "word": " One.", "probability": 0.384521484375}, {"start": 1332.76, "end": 1332.98, "word": " That's", "probability": 0.684326171875}, {"start": 1332.98, "end": 1333.02, "word": " it.", "probability": 0.70068359375}, {"start": 1333.14, "end": 1333.44, "word": " The", "probability": 0.480712890625}, {"start": 1333.44, "end": 1333.62, "word": " concept", "probability": 0.38623046875}, {"start": 1333.62, "end": 1333.82, "word": " of", "probability": 0.84130859375}, {"start": 1333.82, "end": 1334.24, "word": " constraint", "probability": 0.491943359375}, {"start": 1334.24, "end": 1334.6, "word": " layout", "probability": 0.93212890625}, {"start": 1334.6, "end": 1334.94, "word": " is", "probability": 0.7353515625}, {"start": 1334.94, "end": 1335.6, "word": " that", "probability": 0.67578125}, {"start": 1335.6, "end": 1335.78, "word": " you", "probability": 0.8125}, {"start": 1335.78, "end": 1335.88, "word": " don't", "probability": 0.86376953125}, {"start": 1335.88, "end": 1336.24, "word": " need", "probability": 0.89208984375}, {"start": 1336.24, "end": 1336.76, "word": " activities", "probability": 0.9033203125}, {"start": 1336.76, "end": 1336.98, "word": " inside", "probability": 0.7099609375}, {"start": 1336.98, "end": 1337.24, "word": " each", "probability": 0.8095703125}, {"start": 1337.24, "end": 1337.62, "word": " other", "probability": 0.888671875}, {"start": 1337.62, "end": 1338.04, "word": " But", "probability": 0.428466796875}, {"start": 1338.04, "end": 1338.28, "word": " this", "probability": 0.447998046875}, {"start": 1338.28, "end": 1339.42, "word": " constraint", "probability": 0.65380859375}, {"start": 1339.42, "end": 1339.7, "word": " layout", "probability": 0.85498046875}, {"start": 1339.7, "end": 1339.86, "word": " is", "probability": 0.77587890625}, {"start": 1339.86, "end": 1339.92, "word": " for", "probability": 0.75244140625}, {"start": 1339.92, "end": 1340.0, "word": " the", "probability": 0.60107421875}, {"start": 1340.0, "end": 1340.4, "word": " activity", "probability": 0.91015625}, {"start": 1340.4, "end": 1340.72, "word": " Because", "probability": 0.44970703125}, {"start": 1340.72, "end": 1341.22, "word": " I'm", "probability": 0.78564453125}, {"start": 1341.22, "end": 1341.5, "word": " designing", "probability": 0.9072265625}, {"start": 1341.5, "end": 1342.0, "word": " something", "probability": 0.61279296875}, {"start": 1342.0, "end": 1342.44, "word": " different", "probability": 0.64208984375}, {"start": 1342.44, "end": 1342.6, "word": " from", "probability": 0.6328125}, {"start": 1342.6, "end": 1342.72, "word": " the", "probability": 0.86181640625}, {"start": 1342.72, "end": 1343.04, "word": " activity,", "probability": 0.9208984375}, {"start": 1343.14, "end": 1343.18, "word": " which", "probability": 0.83447265625}, {"start": 1343.18, "end": 1343.3, "word": " is", "probability": 0.9267578125}, {"start": 1343.3, "end": 1343.44, "word": " the", "probability": 0.39111328125}, {"start": 1343.44, "end": 1343.66, "word": " upper", "probability": 0.351806640625}, {"start": 1343.66, "end": 1343.74, "word": " part", "probability": 0.352783203125}, {"start": 1343.74, "end": 1344.84, "word": " The", "probability": 0.2464599609375}, {"start": 1344.84, "end": 1345.12, "word": " upper", "probability": 0.77294921875}, {"start": 1345.12, "end": 1345.2, "word": " part", "probability": 0.7783203125}, {"start": 1345.2, "end": 1345.32, "word": " is", "probability": 0.280029296875}, {"start": 1345.32, "end": 1345.86, "word": " called", "probability": 0.1378173828125}, {"start": 1345.86, "end": 1346.32, "word": " layout", "probability": 0.76611328125}, {"start": 1346.32, "end": 1346.7, "word": " inside", "probability": 0.418701171875}, {"start": 1346.7, "end": 1347.48, "word": " which", "probability": 0.2705078125}, {"start": 1347.48, "end": 1347.7, "word": " is", "probability": 0.923828125}, {"start": 1347.7, "end": 1348.54, "word": " the", "probability": 0.71923828125}, {"start": 1348.54, "end": 1348.92, "word": " toolbar", "probability": 0.841796875}, {"start": 1348.92, "end": 1349.18, "word": " The", "probability": 0.50341796875}, {"start": 1349.18, "end": 1349.44, "word": " toolbar", "probability": 0.955078125}, {"start": 1349.44, "end": 1349.62, "word": " is", "probability": 0.830078125}, {"start": 1349.62, "end": 1349.84, "word": " called", "probability": 0.8515625}, {"start": 1349.84, "end": 1350.44, "word": " constraint", "probability": 0.80908203125}, {"start": 1350.44, "end": 1350.5, "word": " inside", "probability": 0.69677734375}, {"start": 1350.5, "end": 1350.76, "word": " It's", "probability": 0.32708740234375}, {"start": 1350.76, "end": 1351.0, "word": " called", "probability": 0.345458984375}, {"start": 1351.0, "end": 1351.52, "word": " mitigation", "probability": 0.63623046875}, {"start": 1351.52, "end": 1353.66, "word": " Mitigation", "probability": 0.595947265625}, {"start": 1353.66, "end": 1353.92, "word": " is", "probability": 0.57958984375}, {"start": 1353.92, "end": 1354.32, "word": " done", "probability": 0.2978515625}, {"start": 1354.32, "end": 1354.44, "word": " by", "probability": 0.787109375}, {"start": 1354.44, "end": 1354.9, "word": " constraint", "probability": 0.59375}, {"start": 1354.9, "end": 1355.16, "word": " layout", "probability": 0.79638671875}, {"start": 1355.16, "end": 1355.36, "word": " on", "probability": 0.09124755859375}, {"start": 1355.36, "end": 1355.46, "word": " the", "probability": 0.74169921875}, {"start": 1355.46, "end": 1355.68, "word": " surfaces", "probability": 0.087890625}, {"start": 1355.68, "end": 1355.84, "word": " and", "probability": 0.61083984375}, {"start": 1355.84, "end": 1356.08, "word": " elements", "probability": 0.88623046875}, {"start": 1356.08, "end": 1356.42, "word": " inside", "probability": 0.8251953125}, {"start": 1356.42, "end": 1356.7, "word": " it", "probability": 0.83935546875}], "temperature": 1.0}, {"id": 52, "seek": 136972, "start": 1357.52, "end": 1369.72, "text": "How does navigation work? What do you want it to do? I click on a place and when I click on it, it includes what I designed in Climax Navigation Engine", "tokens": [6462, 775, 17346, 589, 30, 708, 360, 291, 528, 309, 281, 360, 30, 286, 2052, 322, 257, 1081, 293, 562, 286, 2052, 322, 309, 11, 309, 5974, 437, 286, 4761, 294, 2033, 332, 2797, 9219, 21494, 7659], "avg_logprob": -0.6517269642729508, "compression_ratio": 1.3017241379310345, "no_speech_prob": 0.0, "words": [{"start": 1357.52, "end": 1357.78, "word": "How", "probability": 0.1866455078125}, {"start": 1357.78, "end": 1357.92, "word": " does", "probability": 0.47705078125}, {"start": 1357.92, "end": 1358.26, "word": " navigation", "probability": 0.5}, {"start": 1358.26, "end": 1358.52, "word": " work?", "probability": 0.814453125}, {"start": 1358.7, "end": 1358.78, "word": " What", "probability": 0.55908203125}, {"start": 1358.78, "end": 1358.86, "word": " do", "probability": 0.73828125}, {"start": 1358.86, "end": 1358.86, "word": " you", "probability": 0.92626953125}, {"start": 1358.86, "end": 1359.0, "word": " want", "probability": 0.350341796875}, {"start": 1359.0, "end": 1359.04, "word": " it", "probability": 0.42041015625}, {"start": 1359.04, "end": 1359.04, "word": " to", "probability": 0.9375}, {"start": 1359.04, "end": 1359.26, "word": " do?", "probability": 0.95263671875}, {"start": 1360.26, "end": 1360.42, "word": " I", "probability": 0.2509765625}, {"start": 1360.42, "end": 1360.76, "word": " click", "probability": 0.363037109375}, {"start": 1360.76, "end": 1360.94, "word": " on", "probability": 0.54736328125}, {"start": 1360.94, "end": 1361.26, "word": " a", "probability": 0.56689453125}, {"start": 1361.26, "end": 1361.26, "word": " place", "probability": 0.279541015625}, {"start": 1361.26, "end": 1361.86, "word": " and", "probability": 0.5263671875}, {"start": 1361.86, "end": 1361.98, "word": " when", "probability": 0.401123046875}, {"start": 1361.98, "end": 1362.08, "word": " I", "probability": 0.93994140625}, {"start": 1362.08, "end": 1362.28, "word": " click", "probability": 0.73095703125}, {"start": 1362.28, "end": 1362.48, "word": " on", "probability": 0.82177734375}, {"start": 1362.48, "end": 1362.64, "word": " it,", "probability": 0.87646484375}, {"start": 1362.8, "end": 1362.82, "word": " it", "probability": 0.837890625}, {"start": 1362.82, "end": 1363.52, "word": " includes", "probability": 0.468017578125}, {"start": 1363.52, "end": 1365.02, "word": " what", "probability": 0.10687255859375}, {"start": 1365.02, "end": 1366.12, "word": " I", "probability": 0.8876953125}, {"start": 1366.12, "end": 1366.82, "word": " designed", "probability": 0.149169921875}, {"start": 1366.82, "end": 1367.4, "word": " in", "probability": 0.445556640625}, {"start": 1367.4, "end": 1368.08, "word": " Climax", "probability": 0.4873046875}, {"start": 1368.08, "end": 1369.38, "word": " Navigation", "probability": 0.533447265625}, {"start": 1369.38, "end": 1369.72, "word": " Engine", "probability": 0.73193359375}], "temperature": 1.0}, {"id": 53, "seek": 139056, "start": 1370.4, "end": 1390.56, "text": " This navigation button is already there by default. We will see if we can talk about it when we talk about navigation, because it gives a code and explanation. The default toolbar does not need to be designed. Not like when you make a menu and the third button appears. The navigation also has this, but you have to activate it to get it out.", "tokens": [639, 17346, 2960, 307, 1217, 456, 538, 7576, 13, 492, 486, 536, 498, 321, 393, 751, 466, 309, 562, 321, 751, 466, 17346, 11, 570, 309, 2709, 257, 3089, 293, 10835, 13, 440, 7576, 47715, 775, 406, 643, 281, 312, 4761, 13, 1726, 411, 562, 291, 652, 257, 6510, 293, 264, 2636, 2960, 7038, 13, 440, 17346, 611, 575, 341, 11, 457, 291, 362, 281, 13615, 309, 281, 483, 309, 484, 13], "avg_logprob": -0.6078766862007037, "compression_ratio": 1.6570048309178744, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1370.3999999999999, "end": 1370.8, "word": " This", "probability": 0.2037353515625}, {"start": 1370.8, "end": 1371.2, "word": " navigation", "probability": 0.79052734375}, {"start": 1371.2, "end": 1371.44, "word": " button", "probability": 0.77490234375}, {"start": 1371.44, "end": 1372.1, "word": " is", "probability": 0.72607421875}, {"start": 1372.1, "end": 1372.26, "word": " already", "probability": 0.291015625}, {"start": 1372.26, "end": 1372.56, "word": " there", "probability": 0.2255859375}, {"start": 1372.56, "end": 1372.74, "word": " by", "probability": 0.890625}, {"start": 1372.74, "end": 1373.1, "word": " default.", "probability": 0.97607421875}, {"start": 1373.14, "end": 1373.36, "word": " We", "probability": 0.4033203125}, {"start": 1373.36, "end": 1373.44, "word": " will", "probability": 0.59326171875}, {"start": 1373.44, "end": 1373.6, "word": " see", "probability": 0.59716796875}, {"start": 1373.6, "end": 1373.7, "word": " if", "probability": 0.70703125}, {"start": 1373.7, "end": 1373.84, "word": " we", "probability": 0.37646484375}, {"start": 1373.84, "end": 1373.88, "word": " can", "probability": 0.36279296875}, {"start": 1373.88, "end": 1374.1, "word": " talk", "probability": 0.54638671875}, {"start": 1374.1, "end": 1374.3, "word": " about", "probability": 0.67529296875}, {"start": 1374.3, "end": 1374.48, "word": " it", "probability": 0.8291015625}, {"start": 1374.48, "end": 1375.14, "word": " when", "probability": 0.52685546875}, {"start": 1375.14, "end": 1375.32, "word": " we", "probability": 0.9140625}, {"start": 1375.32, "end": 1375.62, "word": " talk", "probability": 0.302490234375}, {"start": 1375.62, "end": 1375.88, "word": " about", "probability": 0.8984375}, {"start": 1375.88, "end": 1376.52, "word": " navigation,", "probability": 0.7919921875}, {"start": 1376.62, "end": 1376.82, "word": " because", "probability": 0.61962890625}, {"start": 1376.82, "end": 1376.96, "word": " it", "probability": 0.57861328125}, {"start": 1376.96, "end": 1377.06, "word": " gives", "probability": 0.342529296875}, {"start": 1377.06, "end": 1377.28, "word": " a", "probability": 0.296142578125}, {"start": 1377.28, "end": 1377.54, "word": " code", "probability": 0.4794921875}, {"start": 1377.54, "end": 1377.64, "word": " and", "probability": 0.481201171875}, {"start": 1377.64, "end": 1377.92, "word": " explanation.", "probability": 0.595703125}, {"start": 1379.18, "end": 1379.58, "word": " The", "probability": 0.35986328125}, {"start": 1379.58, "end": 1379.86, "word": " default", "probability": 0.6416015625}, {"start": 1379.86, "end": 1380.16, "word": " toolbar", "probability": 0.92236328125}, {"start": 1380.16, "end": 1381.3, "word": " does", "probability": 0.303955078125}, {"start": 1381.3, "end": 1381.42, "word": " not", "probability": 0.93408203125}, {"start": 1381.42, "end": 1381.9, "word": " need", "probability": 0.5419921875}, {"start": 1381.9, "end": 1382.06, "word": " to", "probability": 0.6953125}, {"start": 1382.06, "end": 1382.06, "word": " be", "probability": 0.88818359375}, {"start": 1382.06, "end": 1382.36, "word": " designed.", "probability": 0.6826171875}, {"start": 1383.3, "end": 1383.7, "word": " Not", "probability": 0.380126953125}, {"start": 1383.7, "end": 1383.86, "word": " like", "probability": 0.2176513671875}, {"start": 1383.86, "end": 1384.0, "word": " when", "probability": 0.6025390625}, {"start": 1384.0, "end": 1384.1, "word": " you", "probability": 0.70849609375}, {"start": 1384.1, "end": 1384.22, "word": " make", "probability": 0.24072265625}, {"start": 1384.22, "end": 1384.36, "word": " a", "probability": 0.83642578125}, {"start": 1384.36, "end": 1384.56, "word": " menu", "probability": 0.9169921875}, {"start": 1384.56, "end": 1384.7, "word": " and", "probability": 0.7802734375}, {"start": 1384.7, "end": 1385.04, "word": " the", "probability": 0.334228515625}, {"start": 1385.04, "end": 1385.48, "word": " third", "probability": 0.90380859375}, {"start": 1385.48, "end": 1385.76, "word": " button", "probability": 0.77392578125}, {"start": 1385.76, "end": 1385.76, "word": " appears.", "probability": 0.361572265625}, {"start": 1386.46, "end": 1386.76, "word": " The", "probability": 0.3193359375}, {"start": 1386.76, "end": 1387.08, "word": " navigation", "probability": 0.90771484375}, {"start": 1387.08, "end": 1387.44, "word": " also", "probability": 0.27978515625}, {"start": 1387.44, "end": 1387.58, "word": " has", "probability": 0.55908203125}, {"start": 1387.58, "end": 1387.64, "word": " this,", "probability": 0.75390625}, {"start": 1388.0, "end": 1389.36, "word": " but", "probability": 0.88134765625}, {"start": 1389.36, "end": 1389.5, "word": " you", "probability": 0.556640625}, {"start": 1389.5, "end": 1389.6, "word": " have", "probability": 0.58740234375}, {"start": 1389.6, "end": 1389.68, "word": " to", "probability": 0.96875}, {"start": 1389.68, "end": 1389.92, "word": " activate", "probability": 0.493896484375}, {"start": 1389.92, "end": 1390.04, "word": " it", "probability": 0.93603515625}, {"start": 1390.04, "end": 1390.24, "word": " to", "probability": 0.73779296875}, {"start": 1390.24, "end": 1390.42, "word": " get", "probability": 0.30810546875}, {"start": 1390.42, "end": 1390.42, "word": " it", "probability": 0.62158203125}, {"start": 1390.42, "end": 1390.56, "word": " out.", "probability": 0.54248046875}], "temperature": 1.0}, {"id": 54, "seek": 141002, "start": 1393.76, "end": 1410.02, "text": "which is navigation. You have to click on the menu when you click on navigation. We will take all of this, but it still needs work. For navigation, we need to take a topic called fragments, so that we can design it. So, it's not that easy. You take what you find and then...", "tokens": [13690, 307, 17346, 13, 509, 362, 281, 2052, 322, 264, 6510, 562, 291, 2052, 322, 17346, 13, 492, 486, 747, 439, 295, 341, 11, 457, 309, 920, 2203, 589, 13, 1171, 17346, 11, 321, 643, 281, 747, 257, 4829, 1219, 29197, 11, 370, 300, 321, 393, 1715, 309, 13, 407, 11, 309, 311, 406, 300, 1858, 13, 509, 747, 437, 291, 915, 293, 550, 485], "avg_logprob": -0.8001893939393939, "compression_ratio": 1.583815028901734, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1393.76, "end": 1394.04, "word": "which", "probability": 0.1558837890625}, {"start": 1394.04, "end": 1394.24, "word": " is", "probability": 0.7646484375}, {"start": 1394.24, "end": 1394.86, "word": " navigation.", "probability": 0.56201171875}, {"start": 1395.68, "end": 1396.04, "word": " You", "probability": 0.244384765625}, {"start": 1396.04, "end": 1396.32, "word": " have", "probability": 0.2200927734375}, {"start": 1396.32, "end": 1396.34, "word": " to", "probability": 0.95458984375}, {"start": 1396.34, "end": 1396.82, "word": " click", "probability": 0.11944580078125}, {"start": 1396.82, "end": 1396.98, "word": " on", "probability": 0.421142578125}, {"start": 1396.98, "end": 1396.98, "word": " the", "probability": 0.32958984375}, {"start": 1396.98, "end": 1397.14, "word": " menu", "probability": 0.560546875}, {"start": 1397.14, "end": 1397.46, "word": " when", "probability": 0.1710205078125}, {"start": 1397.46, "end": 1397.54, "word": " you", "probability": 0.77685546875}, {"start": 1397.54, "end": 1397.7, "word": " click", "probability": 0.6298828125}, {"start": 1397.7, "end": 1397.76, "word": " on", "probability": 0.501953125}, {"start": 1397.76, "end": 1398.26, "word": " navigation.", "probability": 0.828125}, {"start": 1399.54, "end": 1399.9, "word": " We", "probability": 0.266845703125}, {"start": 1399.9, "end": 1400.08, "word": " will", "probability": 0.486328125}, {"start": 1400.08, "end": 1400.32, "word": " take", "probability": 0.347900390625}, {"start": 1400.32, "end": 1400.32, "word": " all", "probability": 0.50634765625}, {"start": 1400.32, "end": 1400.4, "word": " of", "probability": 0.515625}, {"start": 1400.4, "end": 1400.48, "word": " this,", "probability": 0.306396484375}, {"start": 1400.54, "end": 1400.7, "word": " but", "probability": 0.84423828125}, {"start": 1400.7, "end": 1400.78, "word": " it", "probability": 0.6259765625}, {"start": 1400.78, "end": 1400.88, "word": " still", "probability": 0.2705078125}, {"start": 1400.88, "end": 1400.92, "word": " needs", "probability": 0.342041015625}, {"start": 1400.92, "end": 1401.2, "word": " work.", "probability": 0.548828125}, {"start": 1402.36, "end": 1402.36, "word": " For", "probability": 0.2353515625}, {"start": 1402.36, "end": 1402.98, "word": " navigation,", "probability": 0.71875}, {"start": 1403.4, "end": 1404.4, "word": " we", "probability": 0.8154296875}, {"start": 1404.4, "end": 1404.62, "word": " need", "probability": 0.35888671875}, {"start": 1404.62, "end": 1404.62, "word": " to", "probability": 0.6923828125}, {"start": 1404.62, "end": 1404.74, "word": " take", "probability": 0.52294921875}, {"start": 1404.74, "end": 1404.82, "word": " a", "probability": 0.254638671875}, {"start": 1404.82, "end": 1405.02, "word": " topic", "probability": 0.324462890625}, {"start": 1405.02, "end": 1405.24, "word": " called", "probability": 0.81884765625}, {"start": 1405.24, "end": 1405.82, "word": " fragments,", "probability": 0.666015625}, {"start": 1406.1, "end": 1406.4, "word": " so", "probability": 0.50927734375}, {"start": 1406.4, "end": 1406.52, "word": " that", "probability": 0.484130859375}, {"start": 1406.52, "end": 1406.6, "word": " we", "probability": 0.955078125}, {"start": 1406.6, "end": 1406.74, "word": " can", "probability": 0.91650390625}, {"start": 1406.74, "end": 1407.04, "word": " design", "probability": 0.7958984375}, {"start": 1407.04, "end": 1407.34, "word": " it.", "probability": 0.27783203125}, {"start": 1407.56, "end": 1407.7, "word": " So,", "probability": 0.37646484375}, {"start": 1407.76, "end": 1407.88, "word": " it's", "probability": 0.3685302734375}, {"start": 1407.88, "end": 1407.9, "word": " not", "probability": 0.59375}, {"start": 1407.9, "end": 1408.02, "word": " that", "probability": 0.102783203125}, {"start": 1408.02, "end": 1408.22, "word": " easy.", "probability": 0.415771484375}, {"start": 1408.4, "end": 1408.5, "word": " You", "probability": 0.6240234375}, {"start": 1408.5, "end": 1408.68, "word": " take", "probability": 0.459228515625}, {"start": 1408.68, "end": 1408.86, "word": " what", "probability": 0.180908203125}, {"start": 1408.86, "end": 1408.96, "word": " you", "probability": 0.810546875}, {"start": 1408.96, "end": 1409.16, "word": " find", "probability": 0.1837158203125}, {"start": 1409.16, "end": 1409.28, "word": " and", "probability": 0.552734375}, {"start": 1409.28, "end": 1410.02, "word": " then...", "probability": 0.478271484375}], "temperature": 1.0}, {"id": 55, "seek": 143923, "start": 1412.69, "end": 1439.23, "text": " Ok, now I'm designing inside the toolbar Now inside the toolbar, I made an item called search view Search view, we didn't talk about it yet, but it is used for searching Tell it width is 0db, height is wrap content And I want to tell it start to end of text view", "tokens": [3477, 11, 586, 286, 478, 14685, 1854, 264, 47715, 823, 1854, 264, 47715, 11, 286, 1027, 364, 3174, 1219, 3164, 1910, 17180, 1910, 11, 321, 994, 380, 751, 466, 309, 1939, 11, 457, 309, 307, 1143, 337, 10808, 5115, 309, 11402, 307, 1958, 67, 65, 11, 6681, 307, 7019, 2701, 400, 286, 528, 281, 980, 309, 722, 281, 917, 295, 2487, 1910], "avg_logprob": -0.577380929674421, "compression_ratio": 1.5380116959064327, "no_speech_prob": 0.0, "words": [{"start": 1412.69, "end": 1412.99, "word": " Ok,", "probability": 0.1588134765625}, {"start": 1413.09, "end": 1413.61, "word": " now", "probability": 0.322021484375}, {"start": 1413.61, "end": 1413.83, "word": " I'm", "probability": 0.544189453125}, {"start": 1413.83, "end": 1414.01, "word": " designing", "probability": 0.25}, {"start": 1414.01, "end": 1414.27, "word": " inside", "probability": 0.36865234375}, {"start": 1414.27, "end": 1414.45, "word": " the", "probability": 0.253662109375}, {"start": 1414.45, "end": 1414.67, "word": " toolbar", "probability": 0.9619140625}, {"start": 1414.67, "end": 1415.55, "word": " Now", "probability": 0.1461181640625}, {"start": 1415.55, "end": 1416.73, "word": " inside", "probability": 0.52734375}, {"start": 1416.73, "end": 1416.95, "word": " the", "probability": 0.77783203125}, {"start": 1416.95, "end": 1417.19, "word": " toolbar,", "probability": 0.943359375}, {"start": 1417.51, "end": 1417.65, "word": " I", "probability": 0.939453125}, {"start": 1417.65, "end": 1417.83, "word": " made", "probability": 0.2998046875}, {"start": 1417.83, "end": 1417.97, "word": " an", "probability": 0.7177734375}, {"start": 1417.97, "end": 1418.21, "word": " item", "probability": 0.93603515625}, {"start": 1418.21, "end": 1418.61, "word": " called", "probability": 0.60205078125}, {"start": 1418.61, "end": 1419.11, "word": " search", "probability": 0.60791015625}, {"start": 1419.11, "end": 1419.41, "word": " view", "probability": 0.6279296875}, {"start": 1419.41, "end": 1420.49, "word": " Search", "probability": 0.36083984375}, {"start": 1420.49, "end": 1420.81, "word": " view,", "probability": 0.86083984375}, {"start": 1420.93, "end": 1421.03, "word": " we", "probability": 0.289306640625}, {"start": 1421.03, "end": 1421.11, "word": " didn't", "probability": 0.7064208984375}, {"start": 1421.11, "end": 1421.33, "word": " talk", "probability": 0.64111328125}, {"start": 1421.33, "end": 1421.61, "word": " about", "probability": 0.904296875}, {"start": 1421.61, "end": 1421.69, "word": " it", "probability": 0.705078125}, {"start": 1421.69, "end": 1421.75, "word": " yet,", "probability": 0.2442626953125}, {"start": 1421.75, "end": 1421.81, "word": " but", "probability": 0.8193359375}, {"start": 1421.81, "end": 1422.03, "word": " it", "probability": 0.89013671875}, {"start": 1422.03, "end": 1422.07, "word": " is", "probability": 0.362060546875}, {"start": 1422.07, "end": 1422.37, "word": " used", "probability": 0.79638671875}, {"start": 1422.37, "end": 1422.53, "word": " for", "probability": 0.6923828125}, {"start": 1422.53, "end": 1422.81, "word": " searching", "probability": 0.3701171875}, {"start": 1422.81, "end": 1424.87, "word": " Tell", "probability": 0.151611328125}, {"start": 1424.87, "end": 1425.01, "word": " it", "probability": 0.68701171875}, {"start": 1425.01, "end": 1425.35, "word": " width", "probability": 0.6875}, {"start": 1425.35, "end": 1425.49, "word": " is", "probability": 0.1864013671875}, {"start": 1425.49, "end": 1426.29, "word": " 0db,", "probability": 0.7151692708333334}, {"start": 1427.37, "end": 1428.07, "word": " height", "probability": 0.6728515625}, {"start": 1428.07, "end": 1428.85, "word": " is", "probability": 0.869140625}, {"start": 1428.85, "end": 1429.37, "word": " wrap", "probability": 0.334716796875}, {"start": 1429.37, "end": 1429.99, "word": " content", "probability": 0.83544921875}, {"start": 1429.99, "end": 1432.35, "word": " And", "probability": 0.37890625}, {"start": 1432.35, "end": 1432.43, "word": " I", "probability": 0.6064453125}, {"start": 1432.43, "end": 1432.51, "word": " want", "probability": 0.59912109375}, {"start": 1432.51, "end": 1432.59, "word": " to", "probability": 0.93017578125}, {"start": 1432.59, "end": 1432.73, "word": " tell", "probability": 0.73046875}, {"start": 1432.73, "end": 1433.13, "word": " it", "probability": 0.86279296875}, {"start": 1433.13, "end": 1434.07, "word": " start", "probability": 0.5615234375}, {"start": 1434.07, "end": 1435.31, "word": " to", "probability": 0.873046875}, {"start": 1435.31, "end": 1435.63, "word": " end", "probability": 0.931640625}, {"start": 1435.63, "end": 1435.97, "word": " of", "probability": 0.8896484375}, {"start": 1435.97, "end": 1438.89, "word": " text", "probability": 0.49169921875}, {"start": 1438.89, "end": 1439.23, "word": " view", "probability": 0.7568359375}], "temperature": 1.0}, {"id": 56, "seek": 147672, "start": 1454.42, "end": 1476.72, "text": " And then the top will be auto top off Ok Make sure the wrap content and height", "tokens": [400, 550, 264, 1192, 486, 312, 8399, 1192, 766, 3477, 4387, 988, 264, 7019, 2701, 293, 6681], "avg_logprob": -0.7469617790646024, "compression_ratio": 1.0533333333333332, "no_speech_prob": 0.0, "words": [{"start": 1454.42, "end": 1454.68, "word": " And", "probability": 0.3388671875}, {"start": 1454.68, "end": 1454.92, "word": " then", "probability": 0.56201171875}, {"start": 1454.92, "end": 1455.12, "word": " the", "probability": 0.341552734375}, {"start": 1455.12, "end": 1455.3, "word": " top", "probability": 0.65869140625}, {"start": 1455.3, "end": 1455.54, "word": " will", "probability": 0.142578125}, {"start": 1455.54, "end": 1455.62, "word": " be", "probability": 0.7685546875}, {"start": 1455.62, "end": 1456.0, "word": " auto", "probability": 0.487548828125}, {"start": 1456.0, "end": 1456.26, "word": " top", "probability": 0.66552734375}, {"start": 1456.26, "end": 1456.68, "word": " off", "probability": 0.775390625}, {"start": 1456.68, "end": 1467.74, "word": " Ok", "probability": 0.259521484375}, {"start": 1467.74, "end": 1473.56, "word": " Make", "probability": 0.1976318359375}, {"start": 1473.56, "end": 1473.98, "word": " sure", "probability": 0.9462890625}, {"start": 1473.98, "end": 1474.48, "word": " the", "probability": 0.2373046875}, {"start": 1474.48, "end": 1475.06, "word": " wrap", "probability": 0.57666015625}, {"start": 1475.06, "end": 1475.94, "word": " content", "probability": 0.8583984375}, {"start": 1475.94, "end": 1476.28, "word": " and", "probability": 0.39501953125}, {"start": 1476.28, "end": 1476.72, "word": " height", "probability": 0.66650390625}], "temperature": 1.0}, {"id": 57, "seek": 151659, "start": 1495.93, "end": 1516.59, "text": " Okay, I noticed that I wrote the whole design as an A. Yes, I wrote it. Why? Because it won me over in what? It doesn't appear in the design here. I don't know why.", "tokens": [1033, 11, 286, 5694, 300, 286, 4114, 264, 1379, 1715, 382, 364, 316, 13, 1079, 11, 286, 4114, 309, 13, 1545, 30, 1436, 309, 1582, 385, 670, 294, 437, 30, 467, 1177, 380, 4204, 294, 264, 1715, 510, 13, 286, 500, 380, 458, 983, 13], "avg_logprob": -0.5210598007492397, "compression_ratio": 1.2992125984251968, "no_speech_prob": 0.0, "words": [{"start": 1495.93, "end": 1496.39, "word": " Okay,", "probability": 0.1422119140625}, {"start": 1506.81, "end": 1506.99, "word": " I", "probability": 0.888671875}, {"start": 1506.99, "end": 1507.43, "word": " noticed", "probability": 0.6572265625}, {"start": 1507.43, "end": 1507.55, "word": " that", "probability": 0.77490234375}, {"start": 1507.55, "end": 1507.63, "word": " I", "probability": 0.493408203125}, {"start": 1507.63, "end": 1507.89, "word": " wrote", "probability": 0.84912109375}, {"start": 1507.89, "end": 1508.15, "word": " the", "probability": 0.470458984375}, {"start": 1508.15, "end": 1508.31, "word": " whole", "probability": 0.414794921875}, {"start": 1508.31, "end": 1508.45, "word": " design", "probability": 0.7109375}, {"start": 1508.45, "end": 1508.91, "word": " as", "probability": 0.298095703125}, {"start": 1508.91, "end": 1508.91, "word": " an", "probability": 0.251953125}, {"start": 1508.91, "end": 1508.91, "word": " A.", "probability": 0.318115234375}, {"start": 1509.63, "end": 1510.09, "word": " Yes,", "probability": 0.368408203125}, {"start": 1510.13, "end": 1510.39, "word": " I", "probability": 0.2471923828125}, {"start": 1510.39, "end": 1510.41, "word": " wrote", "probability": 0.80712890625}, {"start": 1510.41, "end": 1510.61, "word": " it.", "probability": 0.8310546875}, {"start": 1510.69, "end": 1510.95, "word": " Why?", "probability": 0.86083984375}, {"start": 1511.01, "end": 1511.33, "word": " Because", "probability": 0.9052734375}, {"start": 1511.33, "end": 1511.83, "word": " it", "probability": 0.4404296875}, {"start": 1511.83, "end": 1511.83, "word": " won", "probability": 0.07958984375}, {"start": 1511.83, "end": 1512.05, "word": " me", "probability": 0.5947265625}, {"start": 1512.05, "end": 1512.13, "word": " over", "probability": 0.67529296875}, {"start": 1512.13, "end": 1512.17, "word": " in", "probability": 0.50146484375}, {"start": 1512.17, "end": 1512.45, "word": " what?", "probability": 0.71435546875}, {"start": 1513.29, "end": 1513.75, "word": " It", "probability": 0.2578125}, {"start": 1513.75, "end": 1513.85, "word": " doesn't", "probability": 0.70849609375}, {"start": 1513.85, "end": 1513.97, "word": " appear", "probability": 0.32958984375}, {"start": 1513.97, "end": 1514.17, "word": " in", "probability": 0.85595703125}, {"start": 1514.17, "end": 1514.27, "word": " the", "probability": 0.888671875}, {"start": 1514.27, "end": 1514.57, "word": " design", "probability": 0.90478515625}, {"start": 1514.57, "end": 1514.81, "word": " here.", "probability": 0.767578125}, {"start": 1515.65, "end": 1516.11, "word": " I", "probability": 0.94921875}, {"start": 1516.11, "end": 1516.15, "word": " don't", "probability": 0.9677734375}, {"start": 1516.15, "end": 1516.31, "word": " know", "probability": 0.86865234375}, {"start": 1516.31, "end": 1516.59, "word": " why.", "probability": 0.9189453125}], "temperature": 1.0}, {"id": 58, "seek": 152092, "start": 1518.66, "end": 1520.92, "text": " He won by writing a code. This is the benefit of writing a code.", "tokens": [634, 1582, 538, 3579, 257, 3089, 13, 639, 307, 264, 5121, 295, 3579, 257, 3089, 13], "avg_logprob": -0.6318933823529411, "compression_ratio": 1.1403508771929824, "no_speech_prob": 0.0, "words": [{"start": 1518.66, "end": 1518.88, "word": " He", "probability": 0.1597900390625}, {"start": 1518.88, "end": 1519.04, "word": " won", "probability": 0.3037109375}, {"start": 1519.04, "end": 1519.22, "word": " by", "probability": 0.34130859375}, {"start": 1519.22, "end": 1519.42, "word": " writing", "probability": 0.79833984375}, {"start": 1519.42, "end": 1519.52, "word": " a", "probability": 0.1500244140625}, {"start": 1519.52, "end": 1519.72, "word": " code.", "probability": 0.87060546875}, {"start": 1519.76, "end": 1519.88, "word": " This", "probability": 0.25634765625}, {"start": 1519.88, "end": 1519.96, "word": " is", "probability": 0.64892578125}, {"start": 1519.96, "end": 1519.96, "word": " the", "probability": 0.6630859375}, {"start": 1519.96, "end": 1520.16, "word": " benefit", "probability": 0.78271484375}, {"start": 1520.16, "end": 1520.32, "word": " of", "probability": 0.8623046875}, {"start": 1520.32, "end": 1520.56, "word": " writing", "probability": 0.91064453125}, {"start": 1520.56, "end": 1520.68, "word": " a", "probability": 0.83642578125}, {"start": 1520.68, "end": 1520.92, "word": " code.", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 59, "seek": 157557, "start": 1555.65, "end": 1575.57, "text": " Ok, now look at the toolbar Because this is written for the previous program, this is where it came from, this is the text view that I put So that it came, not the text view of the action bar No, I added my own text view Ok, here it is, it does not have a text view", "tokens": [3477, 11, 586, 574, 412, 264, 47715, 1436, 341, 307, 3720, 337, 264, 3894, 1461, 11, 341, 307, 689, 309, 1361, 490, 11, 341, 307, 264, 2487, 1910, 300, 286, 829, 407, 300, 309, 1361, 11, 406, 264, 2487, 1910, 295, 264, 3069, 2159, 883, 11, 286, 3869, 452, 1065, 2487, 1910, 3477, 11, 510, 309, 307, 11, 309, 775, 406, 362, 257, 2487, 1910], "avg_logprob": -0.552083326108528, "compression_ratio": 1.6729559748427674, "no_speech_prob": 0.0, "words": [{"start": 1555.65, "end": 1555.97, "word": " Ok,", "probability": 0.1837158203125}, {"start": 1556.07, "end": 1556.43, "word": " now", "probability": 0.280517578125}, {"start": 1556.43, "end": 1556.43, "word": " look", "probability": 0.40625}, {"start": 1556.43, "end": 1556.89, "word": " at", "probability": 0.7041015625}, {"start": 1556.89, "end": 1557.03, "word": " the", "probability": 0.4453125}, {"start": 1557.03, "end": 1557.43, "word": " toolbar", "probability": 0.7373046875}, {"start": 1557.43, "end": 1560.23, "word": " Because", "probability": 0.18017578125}, {"start": 1560.23, "end": 1560.65, "word": " this", "probability": 0.337158203125}, {"start": 1560.65, "end": 1560.65, "word": " is", "probability": 0.4755859375}, {"start": 1560.65, "end": 1560.89, "word": " written", "probability": 0.2291259765625}, {"start": 1560.89, "end": 1561.01, "word": " for", "probability": 0.7607421875}, {"start": 1561.01, "end": 1561.49, "word": " the", "probability": 0.65380859375}, {"start": 1561.49, "end": 1561.75, "word": " previous", "probability": 0.5146484375}, {"start": 1561.75, "end": 1561.89, "word": " program,", "probability": 0.6689453125}, {"start": 1562.19, "end": 1562.41, "word": " this", "probability": 0.497314453125}, {"start": 1562.41, "end": 1562.43, "word": " is", "probability": 0.8271484375}, {"start": 1562.43, "end": 1562.63, "word": " where", "probability": 0.46875}, {"start": 1562.63, "end": 1562.75, "word": " it", "probability": 0.475341796875}, {"start": 1562.75, "end": 1562.97, "word": " came", "probability": 0.54150390625}, {"start": 1562.97, "end": 1563.13, "word": " from,", "probability": 0.8505859375}, {"start": 1563.25, "end": 1563.41, "word": " this", "probability": 0.79833984375}, {"start": 1563.41, "end": 1563.45, "word": " is", "probability": 0.92529296875}, {"start": 1563.45, "end": 1563.55, "word": " the", "probability": 0.8681640625}, {"start": 1563.55, "end": 1563.75, "word": " text", "probability": 0.8046875}, {"start": 1563.75, "end": 1564.01, "word": " view", "probability": 0.7041015625}, {"start": 1564.01, "end": 1564.11, "word": " that", "probability": 0.61669921875}, {"start": 1564.11, "end": 1564.23, "word": " I", "probability": 0.97314453125}, {"start": 1564.23, "end": 1564.51, "word": " put", "probability": 0.72705078125}, {"start": 1564.51, "end": 1565.29, "word": " So", "probability": 0.24072265625}, {"start": 1565.29, "end": 1565.47, "word": " that", "probability": 0.708984375}, {"start": 1565.47, "end": 1565.55, "word": " it", "probability": 0.67431640625}, {"start": 1565.55, "end": 1565.69, "word": " came,", "probability": 0.271728515625}, {"start": 1566.45, "end": 1566.69, "word": " not", "probability": 0.74609375}, {"start": 1566.69, "end": 1566.93, "word": " the", "probability": 0.8369140625}, {"start": 1566.93, "end": 1567.73, "word": " text", "probability": 0.78271484375}, {"start": 1567.73, "end": 1567.99, "word": " view", "probability": 0.8681640625}, {"start": 1567.99, "end": 1568.11, "word": " of", "probability": 0.74658203125}, {"start": 1568.11, "end": 1568.21, "word": " the", "probability": 0.7490234375}, {"start": 1568.21, "end": 1568.45, "word": " action", "probability": 0.88818359375}, {"start": 1568.45, "end": 1568.75, "word": " bar", "probability": 0.9130859375}, {"start": 1568.75, "end": 1570.67, "word": " No,", "probability": 0.203369140625}, {"start": 1571.27, "end": 1571.57, "word": " I", "probability": 0.292724609375}, {"start": 1571.57, "end": 1572.21, "word": " added", "probability": 0.73779296875}, {"start": 1572.21, "end": 1572.39, "word": " my", "probability": 0.58837890625}, {"start": 1572.39, "end": 1572.39, "word": " own", "probability": 0.8212890625}, {"start": 1572.39, "end": 1572.57, "word": " text", "probability": 0.94384765625}, {"start": 1572.57, "end": 1573.35, "word": " view", "probability": 0.86181640625}, {"start": 1573.35, "end": 1574.39, "word": " Ok,", "probability": 0.206787109375}, {"start": 1574.53, "end": 1574.67, "word": " here", "probability": 0.145263671875}, {"start": 1574.67, "end": 1574.77, "word": " it", "probability": 0.59814453125}, {"start": 1574.77, "end": 1574.77, "word": " is,", "probability": 0.9423828125}, {"start": 1574.79, "end": 1574.89, "word": " it", "probability": 0.59326171875}, {"start": 1574.89, "end": 1574.91, "word": " does", "probability": 0.44091796875}, {"start": 1574.91, "end": 1574.91, "word": " not", "probability": 0.939453125}, {"start": 1574.91, "end": 1575.01, "word": " have", "probability": 0.92626953125}, {"start": 1575.01, "end": 1575.09, "word": " a", "probability": 0.8876953125}, {"start": 1575.09, "end": 1575.27, "word": " text", "probability": 0.953125}, {"start": 1575.27, "end": 1575.57, "word": " view", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 60, "seek": 160164, "start": 1576.92, "end": 1601.64, "text": " Even to make it top and start, where did it go? Up in the corner. And what is this next to it? This is the search box. Even this is written in it now. Okay? Meaning that you can design the toolbar in the way you want it. Okay? And this was not available previously. If you did not change its design, it will take the action bar's default design.", "tokens": [2754, 281, 652, 309, 1192, 293, 722, 11, 689, 630, 309, 352, 30, 5858, 294, 264, 4538, 13, 400, 437, 307, 341, 958, 281, 309, 30, 639, 307, 264, 3164, 2424, 13, 2754, 341, 307, 3720, 294, 309, 586, 13, 1033, 30, 19948, 300, 291, 393, 1715, 264, 47715, 294, 264, 636, 291, 528, 309, 13, 1033, 30, 400, 341, 390, 406, 2435, 8046, 13, 759, 291, 630, 406, 1319, 1080, 1715, 11, 309, 486, 747, 264, 3069, 2159, 311, 7576, 1715, 13], "avg_logprob": -0.45758927648975734, "compression_ratio": 1.5585585585585586, "no_speech_prob": 0.0, "words": [{"start": 1576.92, "end": 1577.32, "word": " Even", "probability": 0.181396484375}, {"start": 1577.32, "end": 1577.74, "word": " to", "probability": 0.227783203125}, {"start": 1577.74, "end": 1578.1, "word": " make", "probability": 0.50927734375}, {"start": 1578.1, "end": 1578.28, "word": " it", "probability": 0.67138671875}, {"start": 1578.28, "end": 1578.56, "word": " top", "probability": 0.488037109375}, {"start": 1578.56, "end": 1578.88, "word": " and", "probability": 0.76416015625}, {"start": 1578.88, "end": 1579.42, "word": " start,", "probability": 0.88330078125}, {"start": 1579.54, "end": 1579.74, "word": " where", "probability": 0.259765625}, {"start": 1579.74, "end": 1579.76, "word": " did", "probability": 0.33251953125}, {"start": 1579.76, "end": 1579.76, "word": " it", "probability": 0.830078125}, {"start": 1579.76, "end": 1579.9, "word": " go?", "probability": 0.6650390625}, {"start": 1580.68, "end": 1581.18, "word": " Up", "probability": 0.4169921875}, {"start": 1581.18, "end": 1581.34, "word": " in", "probability": 0.5068359375}, {"start": 1581.34, "end": 1581.46, "word": " the", "probability": 0.82568359375}, {"start": 1581.46, "end": 1581.64, "word": " corner.", "probability": 0.89306640625}, {"start": 1581.74, "end": 1581.82, "word": " And", "probability": 0.7265625}, {"start": 1581.82, "end": 1582.16, "word": " what", "probability": 0.7978515625}, {"start": 1582.16, "end": 1582.16, "word": " is", "probability": 0.74951171875}, {"start": 1582.16, "end": 1582.22, "word": " this", "probability": 0.72119140625}, {"start": 1582.22, "end": 1582.62, "word": " next", "probability": 0.51025390625}, {"start": 1582.62, "end": 1582.72, "word": " to", "probability": 0.96240234375}, {"start": 1582.72, "end": 1582.8, "word": " it?", "probability": 0.89453125}, {"start": 1583.48, "end": 1583.98, "word": " This", "probability": 0.370361328125}, {"start": 1583.98, "end": 1584.1, "word": " is", "probability": 0.91650390625}, {"start": 1584.1, "end": 1584.48, "word": " the", "probability": 0.79638671875}, {"start": 1584.48, "end": 1584.8, "word": " search", "probability": 0.818359375}, {"start": 1584.8, "end": 1584.8, "word": " box.", "probability": 0.705078125}, {"start": 1585.22, "end": 1585.58, "word": " Even", "probability": 0.38427734375}, {"start": 1585.58, "end": 1585.82, "word": " this", "probability": 0.705078125}, {"start": 1585.82, "end": 1585.88, "word": " is", "probability": 0.278076171875}, {"start": 1585.88, "end": 1586.12, "word": " written", "probability": 0.353759765625}, {"start": 1586.12, "end": 1586.32, "word": " in", "probability": 0.54296875}, {"start": 1586.32, "end": 1586.38, "word": " it", "probability": 0.90576171875}, {"start": 1586.38, "end": 1586.6, "word": " now.", "probability": 0.7841796875}, {"start": 1587.2, "end": 1587.34, "word": " Okay?", "probability": 0.24609375}, {"start": 1588.02, "end": 1588.52, "word": " Meaning", "probability": 0.27587890625}, {"start": 1588.52, "end": 1588.66, "word": " that", "probability": 0.697265625}, {"start": 1588.66, "end": 1588.84, "word": " you", "probability": 0.958984375}, {"start": 1588.84, "end": 1589.3, "word": " can", "probability": 0.90625}, {"start": 1589.3, "end": 1590.68, "word": " design", "probability": 0.970703125}, {"start": 1590.68, "end": 1590.9, "word": " the", "probability": 0.794921875}, {"start": 1590.9, "end": 1591.2, "word": " toolbar", "probability": 0.85986328125}, {"start": 1591.2, "end": 1591.96, "word": " in", "probability": 0.583984375}, {"start": 1591.96, "end": 1592.04, "word": " the", "probability": 0.46875}, {"start": 1592.04, "end": 1592.26, "word": " way", "probability": 0.77978515625}, {"start": 1592.26, "end": 1592.54, "word": " you", "probability": 0.7578125}, {"start": 1592.54, "end": 1592.82, "word": " want", "probability": 0.822265625}, {"start": 1592.82, "end": 1593.06, "word": " it.", "probability": 0.499267578125}, {"start": 1593.44, "end": 1593.6, "word": " Okay?", "probability": 0.48486328125}, {"start": 1593.66, "end": 1593.78, "word": " And", "probability": 0.71826171875}, {"start": 1593.78, "end": 1593.9, "word": " this", "probability": 0.826171875}, {"start": 1593.9, "end": 1594.12, "word": " was", "probability": 0.80615234375}, {"start": 1594.12, "end": 1594.28, "word": " not", "probability": 0.89453125}, {"start": 1594.28, "end": 1594.78, "word": " available", "probability": 0.68896484375}, {"start": 1594.78, "end": 1595.76, "word": " previously.", "probability": 0.314208984375}, {"start": 1596.28, "end": 1596.46, "word": " If", "probability": 0.95947265625}, {"start": 1596.46, "end": 1596.92, "word": " you", "probability": 0.9560546875}, {"start": 1596.92, "end": 1597.1, "word": " did", "probability": 0.319091796875}, {"start": 1597.1, "end": 1597.3, "word": " not", "probability": 0.94677734375}, {"start": 1597.3, "end": 1597.62, "word": " change", "probability": 0.8828125}, {"start": 1597.62, "end": 1597.86, "word": " its", "probability": 0.63818359375}, {"start": 1597.86, "end": 1598.24, "word": " design,", "probability": 0.9638671875}, {"start": 1599.4, "end": 1599.78, "word": " it", "probability": 0.62158203125}, {"start": 1599.78, "end": 1599.84, "word": " will", "probability": 0.385009765625}, {"start": 1599.84, "end": 1600.1, "word": " take", "probability": 0.69140625}, {"start": 1600.1, "end": 1600.42, "word": " the", "probability": 0.38818359375}, {"start": 1600.42, "end": 1601.24, "word": " action", "probability": 0.4990234375}, {"start": 1601.24, "end": 1601.64, "word": " bar's", "probability": 0.6173095703125}, {"start": 1601.64, "end": 1601.64, "word": " default", "probability": 0.669921875}, {"start": 1601.64, "end": 1601.64, "word": " design.", "probability": 0.9111328125}], "temperature": 1.0}, {"id": 61, "seek": 163043, "start": 1602.97, "end": 1630.43, "text": " Ok guys, you want to learn? Yes, there is only one part left Did you notice that there is a rule in the toolbar and the menu That this code, which says create options menu and which says options item selected These must be repeated in all activities Is there a possibility that we don't repeat them? Yes, these methods, so you have to take these too Copy paste and put them in the second and third activities and so on", "tokens": [3477, 1074, 11, 291, 528, 281, 1466, 30, 1079, 11, 456, 307, 787, 472, 644, 1411, 2589, 291, 3449, 300, 456, 307, 257, 4978, 294, 264, 47715, 293, 264, 6510, 663, 341, 3089, 11, 597, 1619, 1884, 3956, 6510, 293, 597, 1619, 3956, 3174, 8209, 1981, 1633, 312, 10477, 294, 439, 5354, 1119, 456, 257, 7959, 300, 321, 500, 380, 7149, 552, 30, 1079, 11, 613, 7150, 11, 370, 291, 362, 281, 747, 613, 886, 25653, 9163, 293, 829, 552, 294, 264, 1150, 293, 2636, 5354, 293, 370, 322], "avg_logprob": -0.5291666878594292, "compression_ratio": 1.7605042016806722, "no_speech_prob": 0.0, "words": [{"start": 1602.97, "end": 1603.29, "word": " Ok", "probability": 0.24169921875}, {"start": 1603.29, "end": 1603.77, "word": " guys,", "probability": 0.5771484375}, {"start": 1603.85, "end": 1603.93, "word": " you", "probability": 0.318115234375}, {"start": 1603.93, "end": 1604.07, "word": " want", "probability": 0.1348876953125}, {"start": 1604.07, "end": 1604.21, "word": " to", "probability": 0.9609375}, {"start": 1604.21, "end": 1604.45, "word": " learn?", "probability": 0.90478515625}, {"start": 1604.67, "end": 1604.85, "word": " Yes,", "probability": 0.41015625}, {"start": 1604.95, "end": 1605.23, "word": " there", "probability": 0.572265625}, {"start": 1605.23, "end": 1605.23, "word": " is", "probability": 0.62255859375}, {"start": 1605.23, "end": 1605.23, "word": " only", "probability": 0.280517578125}, {"start": 1605.23, "end": 1605.67, "word": " one", "probability": 0.6904296875}, {"start": 1605.67, "end": 1605.67, "word": " part", "probability": 0.55078125}, {"start": 1605.67, "end": 1605.79, "word": " left", "probability": 0.38720703125}, {"start": 1605.79, "end": 1606.83, "word": " Did", "probability": 0.263671875}, {"start": 1606.83, "end": 1607.07, "word": " you", "probability": 0.955078125}, {"start": 1607.07, "end": 1607.07, "word": " notice", "probability": 0.436279296875}, {"start": 1607.07, "end": 1607.95, "word": " that", "probability": 0.50146484375}, {"start": 1607.95, "end": 1608.11, "word": " there", "probability": 0.48876953125}, {"start": 1608.11, "end": 1608.19, "word": " is", "probability": 0.73193359375}, {"start": 1608.19, "end": 1608.27, "word": " a", "probability": 0.7021484375}, {"start": 1608.27, "end": 1608.45, "word": " rule", "probability": 0.2091064453125}, {"start": 1608.45, "end": 1609.43, "word": " in", "probability": 0.68798828125}, {"start": 1609.43, "end": 1610.17, "word": " the", "probability": 0.66259765625}, {"start": 1610.17, "end": 1610.47, "word": " toolbar", "probability": 0.84521484375}, {"start": 1610.47, "end": 1610.75, "word": " and", "probability": 0.8681640625}, {"start": 1610.75, "end": 1610.83, "word": " the", "probability": 0.360107421875}, {"start": 1610.83, "end": 1611.09, "word": " menu", "probability": 0.9013671875}, {"start": 1611.09, "end": 1611.39, "word": " That", "probability": 0.187744140625}, {"start": 1611.39, "end": 1611.67, "word": " this", "probability": 0.452880859375}, {"start": 1611.67, "end": 1612.15, "word": " code,", "probability": 0.845703125}, {"start": 1612.69, "end": 1612.79, "word": " which", "probability": 0.1544189453125}, {"start": 1612.79, "end": 1612.85, "word": " says", "probability": 0.75244140625}, {"start": 1612.85, "end": 1613.23, "word": " create", "probability": 0.4267578125}, {"start": 1613.23, "end": 1613.67, "word": " options", "probability": 0.85400390625}, {"start": 1613.67, "end": 1614.03, "word": " menu", "probability": 0.93359375}, {"start": 1614.03, "end": 1614.25, "word": " and", "probability": 0.53759765625}, {"start": 1614.25, "end": 1614.41, "word": " which", "probability": 0.3349609375}, {"start": 1614.41, "end": 1614.41, "word": " says", "probability": 0.861328125}, {"start": 1614.41, "end": 1614.89, "word": " options", "probability": 0.8427734375}, {"start": 1614.89, "end": 1615.19, "word": " item", "probability": 0.75732421875}, {"start": 1615.19, "end": 1615.79, "word": " selected", "probability": 0.875}, {"start": 1615.79, "end": 1616.81, "word": " These", "probability": 0.40771484375}, {"start": 1616.81, "end": 1617.09, "word": " must", "probability": 0.5009765625}, {"start": 1617.09, "end": 1617.23, "word": " be", "probability": 0.84814453125}, {"start": 1617.23, "end": 1617.45, "word": " repeated", "probability": 0.947265625}, {"start": 1617.45, "end": 1617.61, "word": " in", "probability": 0.88525390625}, {"start": 1617.61, "end": 1617.79, "word": " all", "probability": 0.93310546875}, {"start": 1617.79, "end": 1618.29, "word": " activities", "probability": 0.91015625}, {"start": 1618.29, "end": 1618.53, "word": " Is", "probability": 0.6025390625}, {"start": 1618.53, "end": 1618.75, "word": " there", "probability": 0.56103515625}, {"start": 1618.75, "end": 1618.83, "word": " a", "probability": 0.78076171875}, {"start": 1618.83, "end": 1619.17, "word": " possibility", "probability": 0.904296875}, {"start": 1619.17, "end": 1619.29, "word": " that", "probability": 0.77490234375}, {"start": 1619.29, "end": 1619.41, "word": " we", "probability": 0.931640625}, {"start": 1619.41, "end": 1619.51, "word": " don't", "probability": 0.75244140625}, {"start": 1619.51, "end": 1619.75, "word": " repeat", "probability": 0.8544921875}, {"start": 1619.75, "end": 1619.93, "word": " them?", "probability": 0.8408203125}, {"start": 1621.21, "end": 1621.69, "word": " Yes,", "probability": 0.58056640625}, {"start": 1621.71, "end": 1621.81, "word": " these", "probability": 0.658203125}, {"start": 1621.81, "end": 1622.13, "word": " methods,", "probability": 0.66357421875}, {"start": 1622.41, "end": 1622.59, "word": " so", "probability": 0.221435546875}, {"start": 1622.59, "end": 1622.75, "word": " you", "probability": 0.83740234375}, {"start": 1622.75, "end": 1622.77, "word": " have", "probability": 0.453857421875}, {"start": 1622.77, "end": 1622.99, "word": " to", "probability": 0.96875}, {"start": 1622.99, "end": 1623.71, "word": " take", "probability": 0.63427734375}, {"start": 1623.71, "end": 1624.01, "word": " these", "probability": 0.6728515625}, {"start": 1624.01, "end": 1624.73, "word": " too", "probability": 0.33642578125}, {"start": 1624.73, "end": 1625.17, "word": " Copy", "probability": 0.1949462890625}, {"start": 1625.17, "end": 1625.47, "word": " paste", "probability": 0.44580078125}, {"start": 1625.47, "end": 1628.01, "word": " and", "probability": 0.52978515625}, {"start": 1628.01, "end": 1628.21, "word": " put", "probability": 0.5185546875}, {"start": 1628.21, "end": 1628.33, "word": " them", "probability": 0.85107421875}, {"start": 1628.33, "end": 1628.43, "word": " in", "probability": 0.888671875}, {"start": 1628.43, "end": 1628.51, "word": " the", "probability": 0.84814453125}, {"start": 1628.51, "end": 1629.57, "word": " second", "probability": 0.7548828125}, {"start": 1629.57, "end": 1629.73, "word": " and", "probability": 0.86962890625}, {"start": 1629.73, "end": 1630.01, "word": " third", "probability": 0.8291015625}, {"start": 1630.01, "end": 1630.01, "word": " activities", "probability": 0.481689453125}, {"start": 1630.01, "end": 1630.19, "word": " and", "probability": 0.494873046875}, {"start": 1630.19, "end": 1630.43, "word": " so", "probability": 0.8720703125}, {"start": 1630.43, "end": 1630.43, "word": " on", "probability": 0.927734375}], "temperature": 1.0}, {"id": 62, "seek": 165959, "start": 1631.59, "end": 1659.59, "text": " This is the competition activity. If you want the menu to appear in it, you have to put them in it. And then you have to select it. Yes, exactly. This is the solution. You want to benefit from the object. Did you see that? This is the main activity. I have two activities, right? In this application, I have the main activity.", "tokens": [639, 307, 264, 6211, 5191, 13, 759, 291, 528, 264, 6510, 281, 4204, 294, 309, 11, 291, 362, 281, 829, 552, 294, 309, 13, 400, 550, 291, 362, 281, 3048, 309, 13, 1079, 11, 2293, 13, 639, 307, 264, 3827, 13, 509, 528, 281, 5121, 490, 264, 2657, 13, 2589, 291, 536, 300, 30, 639, 307, 264, 2135, 5191, 13, 286, 362, 732, 5354, 11, 558, 30, 682, 341, 3861, 11, 286, 362, 264, 2135, 5191, 13], "avg_logprob": -0.5140224542373266, "compression_ratio": 1.7868852459016393, "no_speech_prob": 0.0, "words": [{"start": 1631.59, "end": 1631.97, "word": " This", "probability": 0.1922607421875}, {"start": 1631.97, "end": 1632.05, "word": " is", "probability": 0.5908203125}, {"start": 1632.05, "end": 1632.23, "word": " the", "probability": 0.232421875}, {"start": 1632.23, "end": 1632.57, "word": " competition", "probability": 0.80517578125}, {"start": 1632.57, "end": 1633.13, "word": " activity.", "probability": 0.89453125}, {"start": 1633.43, "end": 1633.87, "word": " If", "probability": 0.76025390625}, {"start": 1633.87, "end": 1634.41, "word": " you", "probability": 0.96240234375}, {"start": 1634.41, "end": 1634.41, "word": " want", "probability": 0.8115234375}, {"start": 1634.41, "end": 1634.53, "word": " the", "probability": 0.572265625}, {"start": 1634.53, "end": 1634.73, "word": " menu", "probability": 0.8681640625}, {"start": 1634.73, "end": 1634.87, "word": " to", "probability": 0.84912109375}, {"start": 1634.87, "end": 1635.03, "word": " appear", "probability": 0.40283203125}, {"start": 1635.03, "end": 1635.21, "word": " in", "probability": 0.386474609375}, {"start": 1635.21, "end": 1635.43, "word": " it,", "probability": 0.399658203125}, {"start": 1636.37, "end": 1636.63, "word": " you", "probability": 0.7314453125}, {"start": 1636.63, "end": 1636.83, "word": " have", "probability": 0.2122802734375}, {"start": 1636.83, "end": 1636.83, "word": " to", "probability": 0.96435546875}, {"start": 1636.83, "end": 1637.07, "word": " put", "probability": 0.4228515625}, {"start": 1637.07, "end": 1637.19, "word": " them", "probability": 0.4169921875}, {"start": 1637.19, "end": 1637.35, "word": " in", "probability": 0.66943359375}, {"start": 1637.35, "end": 1637.77, "word": " it.", "probability": 0.83642578125}, {"start": 1638.47, "end": 1638.91, "word": " And", "probability": 0.279052734375}, {"start": 1638.91, "end": 1639.19, "word": " then", "probability": 0.72216796875}, {"start": 1639.19, "end": 1639.37, "word": " you", "probability": 0.41845703125}, {"start": 1639.37, "end": 1639.39, "word": " have", "probability": 0.23828125}, {"start": 1639.39, "end": 1639.39, "word": " to", "probability": 0.9599609375}, {"start": 1639.39, "end": 1639.55, "word": " select", "probability": 0.05889892578125}, {"start": 1639.55, "end": 1640.31, "word": " it.", "probability": 0.2125244140625}, {"start": 1640.37, "end": 1640.55, "word": " Yes,", "probability": 0.357177734375}, {"start": 1640.63, "end": 1640.99, "word": " exactly.", "probability": 0.78515625}, {"start": 1641.17, "end": 1641.37, "word": " This", "probability": 0.64453125}, {"start": 1641.37, "end": 1641.53, "word": " is", "probability": 0.9443359375}, {"start": 1641.53, "end": 1641.75, "word": " the", "probability": 0.81787109375}, {"start": 1641.75, "end": 1641.99, "word": " solution.", "probability": 0.8955078125}, {"start": 1642.25, "end": 1642.53, "word": " You", "probability": 0.8388671875}, {"start": 1642.53, "end": 1642.67, "word": " want", "probability": 0.44970703125}, {"start": 1642.67, "end": 1642.83, "word": " to", "probability": 0.96875}, {"start": 1642.83, "end": 1643.17, "word": " benefit", "probability": 0.6083984375}, {"start": 1643.17, "end": 1643.33, "word": " from", "probability": 0.88720703125}, {"start": 1643.33, "end": 1643.41, "word": " the", "probability": 0.7294921875}, {"start": 1643.41, "end": 1643.65, "word": " object.", "probability": 0.5625}, {"start": 1643.99, "end": 1644.13, "word": " Did", "probability": 0.257568359375}, {"start": 1644.13, "end": 1644.33, "word": " you", "probability": 0.96923828125}, {"start": 1644.33, "end": 1644.33, "word": " see", "probability": 0.4775390625}, {"start": 1644.33, "end": 1645.55, "word": " that?", "probability": 0.365966796875}, {"start": 1647.53, "end": 1647.97, "word": " This", "probability": 0.319580078125}, {"start": 1647.97, "end": 1648.35, "word": " is", "probability": 0.876953125}, {"start": 1648.35, "end": 1648.53, "word": " the", "probability": 0.73974609375}, {"start": 1648.53, "end": 1649.13, "word": " main", "probability": 0.291015625}, {"start": 1649.13, "end": 1652.95, "word": " activity.", "probability": 0.93603515625}, {"start": 1654.63, "end": 1655.07, "word": " I", "probability": 0.666015625}, {"start": 1655.07, "end": 1655.27, "word": " have", "probability": 0.93310546875}, {"start": 1655.27, "end": 1655.47, "word": " two", "probability": 0.84716796875}, {"start": 1655.47, "end": 1655.99, "word": " activities,", "probability": 0.94775390625}, {"start": 1656.21, "end": 1656.49, "word": " right?", "probability": 0.8486328125}, {"start": 1657.33, "end": 1657.77, "word": " In", "probability": 0.42138671875}, {"start": 1657.77, "end": 1657.95, "word": " this", "probability": 0.595703125}, {"start": 1657.95, "end": 1658.29, "word": " application,", "probability": 0.79248046875}, {"start": 1658.59, "end": 1658.67, "word": " I", "probability": 0.9296875}, {"start": 1658.67, "end": 1658.79, "word": " have", "probability": 0.94482421875}, {"start": 1658.79, "end": 1658.91, "word": " the", "probability": 0.822265625}, {"start": 1658.91, "end": 1659.11, "word": " main", "probability": 0.86669921875}, {"start": 1659.11, "end": 1659.59, "word": " activity.", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 63, "seek": 169176, "start": 1664.9, "end": 1691.76, "text": " where you write your name and click on it and it has competition activity and it can also have activities I added these in a code that I repeated in both I don't want to repeat it Of course you can't edit it but you can come here and make a class you take from AppCompat and what are these?", "tokens": [689, 291, 2464, 428, 1315, 293, 2052, 322, 309, 293, 309, 575, 6211, 5191, 293, 309, 393, 611, 362, 5354, 286, 3869, 613, 294, 257, 3089, 300, 286, 10477, 294, 1293, 286, 500, 380, 528, 281, 7149, 309, 2720, 1164, 291, 393, 380, 8129, 309, 457, 291, 393, 808, 510, 293, 652, 257, 1508, 291, 747, 490, 3132, 34, 8586, 267, 293, 437, 366, 613, 30], "avg_logprob": -0.6506529957500856, "compression_ratio": 1.6348314606741574, "no_speech_prob": 0.0, "words": [{"start": 1664.9, "end": 1665.46, "word": " where", "probability": 0.0535888671875}, {"start": 1665.46, "end": 1666.02, "word": " you", "probability": 0.87255859375}, {"start": 1666.02, "end": 1666.24, "word": " write", "probability": 0.30908203125}, {"start": 1666.24, "end": 1666.66, "word": " your", "probability": 0.84326171875}, {"start": 1666.66, "end": 1666.66, "word": " name", "probability": 0.87451171875}, {"start": 1666.66, "end": 1666.82, "word": " and", "probability": 0.80517578125}, {"start": 1666.82, "end": 1667.0, "word": " click", "probability": 0.415283203125}, {"start": 1667.0, "end": 1667.68, "word": " on", "probability": 0.4130859375}, {"start": 1667.68, "end": 1668.04, "word": " it", "probability": 0.7744140625}, {"start": 1668.04, "end": 1668.62, "word": " and", "probability": 0.31396484375}, {"start": 1668.62, "end": 1668.76, "word": " it", "probability": 0.4619140625}, {"start": 1668.76, "end": 1668.78, "word": " has", "probability": 0.57568359375}, {"start": 1668.78, "end": 1669.32, "word": " competition", "probability": 0.65771484375}, {"start": 1669.32, "end": 1670.12, "word": " activity", "probability": 0.59716796875}, {"start": 1670.12, "end": 1672.54, "word": " and", "probability": 0.420654296875}, {"start": 1672.54, "end": 1672.64, "word": " it", "probability": 0.439697265625}, {"start": 1672.64, "end": 1672.74, "word": " can", "probability": 0.3701171875}, {"start": 1672.74, "end": 1673.02, "word": " also", "probability": 0.426513671875}, {"start": 1673.02, "end": 1673.04, "word": " have", "probability": 0.7705078125}, {"start": 1673.04, "end": 1673.92, "word": " activities", "probability": 0.81396484375}, {"start": 1673.92, "end": 1674.84, "word": " I", "probability": 0.1878662109375}, {"start": 1674.84, "end": 1675.12, "word": " added", "probability": 0.46142578125}, {"start": 1675.12, "end": 1675.3, "word": " these", "probability": 0.433837890625}, {"start": 1675.3, "end": 1676.18, "word": " in", "probability": 0.1846923828125}, {"start": 1676.18, "end": 1676.98, "word": " a", "probability": 0.5146484375}, {"start": 1676.98, "end": 1677.24, "word": " code", "probability": 0.477294921875}, {"start": 1677.24, "end": 1677.78, "word": " that", "probability": 0.55126953125}, {"start": 1677.78, "end": 1677.8, "word": " I", "probability": 0.9150390625}, {"start": 1677.8, "end": 1678.12, "word": " repeated", "probability": 0.7509765625}, {"start": 1678.12, "end": 1678.26, "word": " in", "probability": 0.509765625}, {"start": 1678.26, "end": 1678.58, "word": " both", "probability": 0.75830078125}, {"start": 1678.58, "end": 1680.86, "word": " I", "probability": 0.35302734375}, {"start": 1680.86, "end": 1681.0, "word": " don't", "probability": 0.7724609375}, {"start": 1681.0, "end": 1681.2, "word": " want", "probability": 0.466796875}, {"start": 1681.2, "end": 1681.32, "word": " to", "probability": 0.9580078125}, {"start": 1681.32, "end": 1681.52, "word": " repeat", "probability": 0.92236328125}, {"start": 1681.52, "end": 1681.68, "word": " it", "probability": 0.5322265625}, {"start": 1681.68, "end": 1682.48, "word": " Of", "probability": 0.276611328125}, {"start": 1682.48, "end": 1682.58, "word": " course", "probability": 0.92333984375}, {"start": 1682.58, "end": 1682.72, "word": " you", "probability": 0.66064453125}, {"start": 1682.72, "end": 1683.04, "word": " can't", "probability": 0.72802734375}, {"start": 1683.04, "end": 1683.32, "word": " edit", "probability": 0.33984375}, {"start": 1683.32, "end": 1683.56, "word": " it", "probability": 0.376708984375}, {"start": 1683.56, "end": 1684.82, "word": " but", "probability": 0.294189453125}, {"start": 1684.82, "end": 1685.44, "word": " you", "probability": 0.79150390625}, {"start": 1685.44, "end": 1685.6, "word": " can", "probability": 0.93359375}, {"start": 1685.6, "end": 1686.36, "word": " come", "probability": 0.120361328125}, {"start": 1686.36, "end": 1687.82, "word": " here", "probability": 0.72119140625}, {"start": 1687.82, "end": 1687.94, "word": " and", "probability": 0.6650390625}, {"start": 1687.94, "end": 1688.12, "word": " make", "probability": 0.325439453125}, {"start": 1688.12, "end": 1688.26, "word": " a", "probability": 0.8603515625}, {"start": 1688.26, "end": 1688.74, "word": " class", "probability": 0.9677734375}, {"start": 1688.74, "end": 1690.1, "word": " you", "probability": 0.237548828125}, {"start": 1690.1, "end": 1690.34, "word": " take", "probability": 0.4384765625}, {"start": 1690.34, "end": 1690.44, "word": " from", "probability": 0.272216796875}, {"start": 1690.44, "end": 1691.28, "word": " AppCompat", "probability": 0.65521240234375}, {"start": 1691.28, "end": 1691.46, "word": " and", "probability": 0.80322265625}, {"start": 1691.46, "end": 1691.6, "word": " what", "probability": 0.494873046875}, {"start": 1691.6, "end": 1691.6, "word": " are", "probability": 0.501953125}, {"start": 1691.6, "end": 1691.76, "word": " these?", "probability": 0.77099609375}], "temperature": 1.0}, {"id": 64, "seek": 172244, "start": 1693.62, "end": 1722.44, "text": " These will be taken from them What is the benefit of putting this code here and removing it from here? You will be able to do extend for this one The idea is to collect, this is the benefit of object oriented, to collect the code, you have shared blocks here, collect them in parent class And this must of course be extended here, why? Because everything here is connected", "tokens": [1981, 486, 312, 2726, 490, 552, 708, 307, 264, 5121, 295, 3372, 341, 3089, 510, 293, 12720, 309, 490, 510, 30, 509, 486, 312, 1075, 281, 360, 10101, 337, 341, 472, 440, 1558, 307, 281, 2500, 11, 341, 307, 264, 5121, 295, 2657, 21841, 11, 281, 2500, 264, 3089, 11, 291, 362, 5507, 8474, 510, 11, 2500, 552, 294, 2596, 1508, 400, 341, 1633, 295, 1164, 312, 10913, 510, 11, 983, 30, 1436, 1203, 510, 307, 4582], "avg_logprob": -0.7183493841917087, "compression_ratio": 1.7188940092165899, "no_speech_prob": 0.0, "words": [{"start": 1693.62, "end": 1693.92, "word": " These", "probability": 0.2406005859375}, {"start": 1693.92, "end": 1694.12, "word": " will", "probability": 0.11767578125}, {"start": 1694.12, "end": 1694.18, "word": " be", "probability": 0.323974609375}, {"start": 1694.18, "end": 1694.44, "word": " taken", "probability": 0.56298828125}, {"start": 1694.44, "end": 1694.56, "word": " from", "probability": 0.5888671875}, {"start": 1694.56, "end": 1694.82, "word": " them", "probability": 0.370361328125}, {"start": 1694.82, "end": 1698.34, "word": " What", "probability": 0.50341796875}, {"start": 1698.34, "end": 1698.4, "word": " is", "probability": 0.703125}, {"start": 1698.4, "end": 1698.48, "word": " the", "probability": 0.85107421875}, {"start": 1698.48, "end": 1698.76, "word": " benefit", "probability": 0.291015625}, {"start": 1698.76, "end": 1699.42, "word": " of", "probability": 0.420654296875}, {"start": 1699.42, "end": 1699.62, "word": " putting", "probability": 0.304443359375}, {"start": 1699.62, "end": 1699.72, "word": " this", "probability": 0.5166015625}, {"start": 1699.72, "end": 1700.06, "word": " code", "probability": 0.884765625}, {"start": 1700.06, "end": 1701.16, "word": " here", "probability": 0.7255859375}, {"start": 1701.16, "end": 1702.58, "word": " and", "probability": 0.486083984375}, {"start": 1702.58, "end": 1702.82, "word": " removing", "probability": 0.437744140625}, {"start": 1702.82, "end": 1702.92, "word": " it", "probability": 0.85009765625}, {"start": 1702.92, "end": 1703.0, "word": " from", "probability": 0.76025390625}, {"start": 1703.0, "end": 1703.44, "word": " here?", "probability": 0.74267578125}, {"start": 1706.58, "end": 1706.92, "word": " You", "probability": 0.330810546875}, {"start": 1706.92, "end": 1707.06, "word": " will", "probability": 0.212646484375}, {"start": 1707.06, "end": 1707.12, "word": " be", "probability": 0.1875}, {"start": 1707.12, "end": 1707.18, "word": " able", "probability": 0.57763671875}, {"start": 1707.18, "end": 1707.2, "word": " to", "probability": 0.97021484375}, {"start": 1707.2, "end": 1707.26, "word": " do", "probability": 0.1903076171875}, {"start": 1707.26, "end": 1707.68, "word": " extend", "probability": 0.58056640625}, {"start": 1707.68, "end": 1707.82, "word": " for", "probability": 0.427734375}, {"start": 1707.82, "end": 1708.02, "word": " this", "probability": 0.572265625}, {"start": 1708.02, "end": 1709.28, "word": " one", "probability": 0.2139892578125}, {"start": 1709.28, "end": 1709.64, "word": " The", "probability": 0.277587890625}, {"start": 1709.64, "end": 1709.88, "word": " idea", "probability": 0.75244140625}, {"start": 1709.88, "end": 1710.14, "word": " is", "probability": 0.84716796875}, {"start": 1710.14, "end": 1710.38, "word": " to", "probability": 0.5703125}, {"start": 1710.38, "end": 1710.66, "word": " collect,", "probability": 0.4521484375}, {"start": 1710.92, "end": 1711.22, "word": " this", "probability": 0.73779296875}, {"start": 1711.22, "end": 1711.3, "word": " is", "probability": 0.921875}, {"start": 1711.3, "end": 1711.6, "word": " the", "probability": 0.7958984375}, {"start": 1711.6, "end": 1711.6, "word": " benefit", "probability": 0.496337890625}, {"start": 1711.6, "end": 1711.68, "word": " of", "probability": 0.9619140625}, {"start": 1711.68, "end": 1711.86, "word": " object", "probability": 0.81103515625}, {"start": 1711.86, "end": 1712.36, "word": " oriented,", "probability": 0.69140625}, {"start": 1712.66, "end": 1713.04, "word": " to", "probability": 0.356689453125}, {"start": 1713.04, "end": 1713.42, "word": " collect", "probability": 0.77978515625}, {"start": 1713.42, "end": 1713.58, "word": " the", "probability": 0.52685546875}, {"start": 1713.58, "end": 1713.9, "word": " code,", "probability": 0.875}, {"start": 1714.02, "end": 1714.14, "word": " you", "probability": 0.7333984375}, {"start": 1714.14, "end": 1714.4, "word": " have", "probability": 0.91015625}, {"start": 1714.4, "end": 1715.04, "word": " shared", "probability": 0.15966796875}, {"start": 1715.04, "end": 1715.04, "word": " blocks", "probability": 0.26123046875}, {"start": 1715.04, "end": 1715.66, "word": " here,", "probability": 0.76171875}, {"start": 1715.94, "end": 1716.4, "word": " collect", "probability": 0.5498046875}, {"start": 1716.4, "end": 1716.62, "word": " them", "probability": 0.78759765625}, {"start": 1716.62, "end": 1716.74, "word": " in", "probability": 0.8525390625}, {"start": 1716.74, "end": 1716.98, "word": " parent", "probability": 0.5673828125}, {"start": 1716.98, "end": 1717.5, "word": " class", "probability": 0.93408203125}, {"start": 1717.5, "end": 1719.02, "word": " And", "probability": 0.46142578125}, {"start": 1719.02, "end": 1719.14, "word": " this", "probability": 0.36328125}, {"start": 1719.14, "end": 1719.42, "word": " must", "probability": 0.380126953125}, {"start": 1719.42, "end": 1719.66, "word": " of", "probability": 0.290771484375}, {"start": 1719.66, "end": 1719.78, "word": " course", "probability": 0.96728515625}, {"start": 1719.78, "end": 1719.96, "word": " be", "probability": 0.46728515625}, {"start": 1719.96, "end": 1720.52, "word": " extended", "probability": 0.55126953125}, {"start": 1720.52, "end": 1720.8, "word": " here,", "probability": 0.73583984375}, {"start": 1720.84, "end": 1721.1, "word": " why?", "probability": 0.62109375}, {"start": 1721.14, "end": 1721.4, "word": " Because", "probability": 0.77978515625}, {"start": 1721.4, "end": 1721.6, "word": " everything", "probability": 0.115234375}, {"start": 1721.6, "end": 1721.82, "word": " here", "probability": 0.65966796875}, {"start": 1721.82, "end": 1722.2, "word": " is", "probability": 0.5205078125}, {"start": 1722.2, "end": 1722.44, "word": " connected", "probability": 0.2454833984375}], "temperature": 1.0}, {"id": 65, "seek": 174928, "start": 1723.64, "end": 1749.28, "text": " For example, group activity Extend to whom? Extend to upcompat activity", "tokens": [1171, 1365, 11, 1594, 5191, 9881, 521, 281, 7101, 30, 9881, 521, 281, 493, 1112, 11584, 5191], "avg_logprob": -0.6922743254237704, "compression_ratio": 1.125, "no_speech_prob": 0.0, "words": [{"start": 1723.64, "end": 1723.86, "word": " For", "probability": 0.181884765625}, {"start": 1723.86, "end": 1725.32, "word": " example,", "probability": 0.3173828125}, {"start": 1736.54, "end": 1737.42, "word": " group", "probability": 0.69873046875}, {"start": 1737.42, "end": 1738.1, "word": " activity", "probability": 0.9052734375}, {"start": 1738.1, "end": 1744.82, "word": " Extend", "probability": 0.54058837890625}, {"start": 1744.82, "end": 1744.94, "word": " to", "probability": 0.63525390625}, {"start": 1744.94, "end": 1745.12, "word": " whom?", "probability": 0.0994873046875}, {"start": 1746.5, "end": 1747.46, "word": " Extend", "probability": 0.914794921875}, {"start": 1747.46, "end": 1748.2, "word": " to", "probability": 0.865234375}, {"start": 1748.2, "end": 1748.78, "word": " upcompat", "probability": 0.4656982421875}, {"start": 1748.78, "end": 1749.28, "word": " activity", "probability": 0.84619140625}], "temperature": 1.0}, {"id": 66, "seek": 177467, "start": 1755.67, "end": 1774.67, "text": " And what am I going to do? I'm going to use Abstract. Why? So that no one can create objects from it. Okay? And I'm going to bring the shared code in both of them. Here it is. And I'm going to put activity in the group.", "tokens": [400, 437, 669, 286, 516, 281, 360, 30, 286, 478, 516, 281, 764, 46853, 1897, 13, 1545, 30, 407, 300, 572, 472, 393, 1884, 6565, 490, 309, 13, 1033, 30, 400, 286, 478, 516, 281, 1565, 264, 5507, 3089, 294, 1293, 295, 552, 13, 1692, 309, 307, 13, 400, 286, 478, 516, 281, 829, 5191, 294, 264, 1594, 13], "avg_logprob": -0.596875003973643, "compression_ratio": 1.4864864864864864, "no_speech_prob": 0.0, "words": [{"start": 1755.67, "end": 1755.93, "word": " And", "probability": 0.325927734375}, {"start": 1755.93, "end": 1756.13, "word": " what", "probability": 0.6669921875}, {"start": 1756.13, "end": 1756.33, "word": " am", "probability": 0.12225341796875}, {"start": 1756.33, "end": 1756.35, "word": " I", "probability": 0.90869140625}, {"start": 1756.35, "end": 1756.35, "word": " going", "probability": 0.775390625}, {"start": 1756.35, "end": 1756.37, "word": " to", "probability": 0.97509765625}, {"start": 1756.37, "end": 1756.51, "word": " do?", "probability": 0.95556640625}, {"start": 1757.23, "end": 1757.63, "word": " I'm", "probability": 0.5799560546875}, {"start": 1757.63, "end": 1757.65, "word": " going", "probability": 0.76318359375}, {"start": 1757.65, "end": 1757.77, "word": " to", "probability": 0.95654296875}, {"start": 1757.77, "end": 1758.29, "word": " use", "probability": 0.14892578125}, {"start": 1758.29, "end": 1759.11, "word": " Abstract.", "probability": 0.622802734375}, {"start": 1759.67, "end": 1760.07, "word": " Why?", "probability": 0.77001953125}, {"start": 1760.91, "end": 1761.31, "word": " So", "probability": 0.61767578125}, {"start": 1761.31, "end": 1761.41, "word": " that", "probability": 0.5693359375}, {"start": 1761.41, "end": 1761.49, "word": " no", "probability": 0.457275390625}, {"start": 1761.49, "end": 1761.61, "word": " one", "probability": 0.888671875}, {"start": 1761.61, "end": 1761.73, "word": " can", "probability": 0.237060546875}, {"start": 1761.73, "end": 1761.91, "word": " create", "probability": 0.4326171875}, {"start": 1761.91, "end": 1762.91, "word": " objects", "probability": 0.52978515625}, {"start": 1762.91, "end": 1763.11, "word": " from", "probability": 0.55810546875}, {"start": 1763.11, "end": 1763.11, "word": " it.", "probability": 0.72216796875}, {"start": 1763.23, "end": 1763.45, "word": " Okay?", "probability": 0.2030029296875}, {"start": 1764.17, "end": 1764.35, "word": " And", "probability": 0.634765625}, {"start": 1764.35, "end": 1764.61, "word": " I'm", "probability": 0.78662109375}, {"start": 1764.61, "end": 1764.61, "word": " going", "probability": 0.904296875}, {"start": 1764.61, "end": 1764.95, "word": " to", "probability": 0.96630859375}, {"start": 1764.95, "end": 1765.29, "word": " bring", "probability": 0.4716796875}, {"start": 1765.29, "end": 1765.43, "word": " the", "probability": 0.66796875}, {"start": 1765.43, "end": 1766.05, "word": " shared", "probability": 0.2242431640625}, {"start": 1766.05, "end": 1766.29, "word": " code", "probability": 0.884765625}, {"start": 1766.29, "end": 1766.59, "word": " in", "probability": 0.382080078125}, {"start": 1766.59, "end": 1766.99, "word": " both", "probability": 0.50390625}, {"start": 1766.99, "end": 1766.99, "word": " of", "probability": 0.1463623046875}, {"start": 1766.99, "end": 1767.63, "word": " them.", "probability": 0.80322265625}, {"start": 1767.75, "end": 1767.89, "word": " Here", "probability": 0.1483154296875}, {"start": 1767.89, "end": 1768.15, "word": " it", "probability": 0.5537109375}, {"start": 1768.15, "end": 1768.23, "word": " is.", "probability": 0.9462890625}, {"start": 1773.61, "end": 1774.01, "word": " And", "probability": 0.81689453125}, {"start": 1774.01, "end": 1774.09, "word": " I'm", "probability": 0.498779296875}, {"start": 1774.09, "end": 1774.09, "word": " going", "probability": 0.90576171875}, {"start": 1774.09, "end": 1774.09, "word": " to", "probability": 0.96826171875}, {"start": 1774.09, "end": 1774.25, "word": " put", "probability": 0.63037109375}, {"start": 1774.25, "end": 1774.29, "word": " activity", "probability": 0.1982421875}, {"start": 1774.29, "end": 1774.35, "word": " in", "probability": 0.908203125}, {"start": 1774.35, "end": 1774.45, "word": " the", "probability": 0.5185546875}, {"start": 1774.45, "end": 1774.67, "word": " group.", "probability": 0.900390625}], "temperature": 1.0}, {"id": 67, "seek": 180491, "start": 1784.35, "end": 1804.91, "text": " How? No, in the abstract class, you put methods, it's normal. No, that's in the interface. Yes, in the abstract class, you put code, it's normal. Or not? You can, here, put it.", "tokens": [1012, 30, 883, 11, 294, 264, 12649, 1508, 11, 291, 829, 7150, 11, 309, 311, 2710, 13, 883, 11, 300, 311, 294, 264, 9226, 13, 1079, 11, 294, 264, 12649, 1508, 11, 291, 829, 3089, 11, 309, 311, 2710, 13, 1610, 406, 30, 509, 393, 11, 510, 11, 829, 309, 13], "avg_logprob": -0.3975360714472257, "compression_ratio": 1.5391304347826087, "no_speech_prob": 0.0, "words": [{"start": 1784.3500000000001, "end": 1784.71, "word": " How?", "probability": 0.0562744140625}, {"start": 1790.99, "end": 1791.35, "word": " No,", "probability": 0.253173828125}, {"start": 1791.41, "end": 1791.49, "word": " in", "probability": 0.755859375}, {"start": 1791.49, "end": 1791.55, "word": " the", "probability": 0.322998046875}, {"start": 1791.55, "end": 1791.79, "word": " abstract", "probability": 0.8603515625}, {"start": 1791.79, "end": 1792.31, "word": " class,", "probability": 0.955078125}, {"start": 1792.43, "end": 1792.53, "word": " you", "probability": 0.92431640625}, {"start": 1792.53, "end": 1792.75, "word": " put", "probability": 0.3173828125}, {"start": 1792.75, "end": 1793.15, "word": " methods,", "probability": 0.82568359375}, {"start": 1793.27, "end": 1793.45, "word": " it's", "probability": 0.6328125}, {"start": 1793.45, "end": 1793.45, "word": " normal.", "probability": 0.56689453125}, {"start": 1795.97, "end": 1796.33, "word": " No,", "probability": 0.8115234375}, {"start": 1796.43, "end": 1796.65, "word": " that's", "probability": 0.6029052734375}, {"start": 1796.65, "end": 1796.73, "word": " in", "probability": 0.705078125}, {"start": 1796.73, "end": 1796.81, "word": " the", "probability": 0.88525390625}, {"start": 1796.81, "end": 1797.35, "word": " interface.", "probability": 0.884765625}, {"start": 1798.27, "end": 1798.39, "word": " Yes,", "probability": 0.330810546875}, {"start": 1798.43, "end": 1798.49, "word": " in", "probability": 0.8701171875}, {"start": 1798.49, "end": 1798.59, "word": " the", "probability": 0.880859375}, {"start": 1798.59, "end": 1798.77, "word": " abstract", "probability": 0.90234375}, {"start": 1798.77, "end": 1799.23, "word": " class,", "probability": 0.96728515625}, {"start": 1799.35, "end": 1799.37, "word": " you", "probability": 0.9501953125}, {"start": 1799.37, "end": 1799.57, "word": " put", "probability": 0.83935546875}, {"start": 1799.57, "end": 1799.99, "word": " code,", "probability": 0.69921875}, {"start": 1800.03, "end": 1800.07, "word": " it's", "probability": 0.910888671875}, {"start": 1800.07, "end": 1800.73, "word": " normal.", "probability": 0.7900390625}, {"start": 1803.15, "end": 1803.51, "word": " Or", "probability": 0.50341796875}, {"start": 1803.51, "end": 1803.65, "word": " not?", "probability": 0.74951171875}, {"start": 1803.79, "end": 1804.01, "word": " You", "probability": 0.82763671875}, {"start": 1804.01, "end": 1804.13, "word": " can,", "probability": 0.9345703125}, {"start": 1804.21, "end": 1804.41, "word": " here,", "probability": 0.36865234375}, {"start": 1804.53, "end": 1804.83, "word": " put", "probability": 0.51025390625}, {"start": 1804.83, "end": 1804.91, "word": " it.", "probability": 0.54345703125}], "temperature": 1.0}, {"id": 68, "seek": 183384, "start": 1805.72, "end": 1833.84, "text": " Ok, let's go back and try it again We came to the two activities, which code did you remove? From the menu? Ok, we removed it all Ok, and now you have to tell it to extend to group activity And also to comp activity", "tokens": [3477, 11, 718, 311, 352, 646, 293, 853, 309, 797, 492, 1361, 281, 264, 732, 5354, 11, 597, 3089, 630, 291, 4159, 30, 3358, 264, 6510, 30, 3477, 11, 321, 7261, 309, 439, 3477, 11, 293, 586, 291, 362, 281, 980, 309, 281, 10101, 281, 1594, 5191, 400, 611, 281, 715, 5191], "avg_logprob": -0.5969929065344468, "compression_ratio": 1.469387755102041, "no_speech_prob": 0.0, "words": [{"start": 1805.72, "end": 1806.12, "word": " Ok,", "probability": 0.241455078125}, {"start": 1806.24, "end": 1806.6, "word": " let's", "probability": 0.6876220703125}, {"start": 1806.6, "end": 1806.6, "word": " go", "probability": 0.164794921875}, {"start": 1806.6, "end": 1807.16, "word": " back", "probability": 0.8623046875}, {"start": 1807.16, "end": 1807.32, "word": " and", "probability": 0.73095703125}, {"start": 1807.32, "end": 1807.56, "word": " try", "probability": 0.80419921875}, {"start": 1807.56, "end": 1807.82, "word": " it", "probability": 0.533203125}, {"start": 1807.82, "end": 1807.94, "word": " again", "probability": 0.427490234375}, {"start": 1807.94, "end": 1808.48, "word": " We", "probability": 0.342529296875}, {"start": 1808.48, "end": 1808.68, "word": " came", "probability": 0.462890625}, {"start": 1808.68, "end": 1808.94, "word": " to", "probability": 0.87451171875}, {"start": 1808.94, "end": 1810.06, "word": " the", "probability": 0.68115234375}, {"start": 1810.06, "end": 1811.14, "word": " two", "probability": 0.63427734375}, {"start": 1811.14, "end": 1811.66, "word": " activities,", "probability": 0.92724609375}, {"start": 1811.76, "end": 1812.06, "word": " which", "probability": 0.314697265625}, {"start": 1812.06, "end": 1812.56, "word": " code", "probability": 0.744140625}, {"start": 1812.56, "end": 1812.56, "word": " did", "probability": 0.7685546875}, {"start": 1812.56, "end": 1812.56, "word": " you", "probability": 0.86669921875}, {"start": 1812.56, "end": 1812.66, "word": " remove?", "probability": 0.619140625}, {"start": 1813.7, "end": 1813.92, "word": " From", "probability": 0.09320068359375}, {"start": 1813.92, "end": 1815.52, "word": " the", "probability": 0.66259765625}, {"start": 1815.52, "end": 1815.52, "word": " menu?", "probability": 0.869140625}, {"start": 1815.56, "end": 1815.8, "word": " Ok,", "probability": 0.61669921875}, {"start": 1815.88, "end": 1816.04, "word": " we", "probability": 0.53125}, {"start": 1816.04, "end": 1816.22, "word": " removed", "probability": 0.6884765625}, {"start": 1816.22, "end": 1816.44, "word": " it", "probability": 0.375732421875}, {"start": 1816.44, "end": 1817.06, "word": " all", "probability": 0.62744140625}, {"start": 1817.06, "end": 1818.8, "word": " Ok,", "probability": 0.210693359375}, {"start": 1819.4, "end": 1819.76, "word": " and", "probability": 0.56982421875}, {"start": 1819.76, "end": 1819.94, "word": " now", "probability": 0.2548828125}, {"start": 1819.94, "end": 1820.32, "word": " you", "probability": 0.80615234375}, {"start": 1820.32, "end": 1820.58, "word": " have", "probability": 0.2008056640625}, {"start": 1820.58, "end": 1820.58, "word": " to", "probability": 0.97216796875}, {"start": 1820.58, "end": 1820.84, "word": " tell", "probability": 0.49951171875}, {"start": 1820.84, "end": 1820.98, "word": " it", "probability": 0.3740234375}, {"start": 1820.98, "end": 1821.1, "word": " to", "probability": 0.48095703125}, {"start": 1821.1, "end": 1821.66, "word": " extend", "probability": 0.91552734375}, {"start": 1821.66, "end": 1823.72, "word": " to", "probability": 0.5546875}, {"start": 1823.72, "end": 1824.22, "word": " group", "probability": 0.69970703125}, {"start": 1824.22, "end": 1829.06, "word": " activity", "probability": 0.81884765625}, {"start": 1829.06, "end": 1831.96, "word": " And", "probability": 0.39697265625}, {"start": 1831.96, "end": 1832.42, "word": " also", "probability": 0.76171875}, {"start": 1832.42, "end": 1832.96, "word": " to", "probability": 0.60205078125}, {"start": 1832.96, "end": 1833.36, "word": " comp", "probability": 0.64697265625}, {"start": 1833.36, "end": 1833.84, "word": " activity", "probability": 0.876953125}], "temperature": 1.0}, {"id": 69, "seek": 185458, "start": 1838.2, "end": 1854.58, "text": " Extend a group activity. I just did this to collect the shared code. This is the tool bar code.", "tokens": [9881, 521, 257, 1594, 5191, 13, 286, 445, 630, 341, 281, 2500, 264, 5507, 3089, 13, 639, 307, 264, 2290, 2159, 3089, 13], "avg_logprob": -0.5725911681850752, "compression_ratio": 1.1428571428571428, "no_speech_prob": 0.0, "words": [{"start": 1838.1999999999998, "end": 1839.12, "word": " Extend", "probability": 0.6278076171875}, {"start": 1839.12, "end": 1840.04, "word": " a", "probability": 0.35009765625}, {"start": 1840.04, "end": 1842.98, "word": " group", "probability": 0.78271484375}, {"start": 1842.98, "end": 1843.46, "word": " activity.", "probability": 0.91845703125}, {"start": 1844.22, "end": 1845.14, "word": " I", "probability": 0.363037109375}, {"start": 1845.14, "end": 1845.44, "word": " just", "probability": 0.4560546875}, {"start": 1845.44, "end": 1845.74, "word": " did", "probability": 0.52783203125}, {"start": 1845.74, "end": 1846.0, "word": " this", "probability": 0.53955078125}, {"start": 1846.0, "end": 1846.2, "word": " to", "probability": 0.85205078125}, {"start": 1846.2, "end": 1846.54, "word": " collect", "probability": 0.54052734375}, {"start": 1846.54, "end": 1848.06, "word": " the", "probability": 0.73046875}, {"start": 1848.06, "end": 1848.8, "word": " shared", "probability": 0.32470703125}, {"start": 1848.8, "end": 1852.1, "word": " code.", "probability": 0.9326171875}, {"start": 1852.72, "end": 1853.64, "word": " This", "probability": 0.100341796875}, {"start": 1853.64, "end": 1853.64, "word": " is", "probability": 0.69091796875}, {"start": 1853.64, "end": 1853.86, "word": " the", "probability": 0.431640625}, {"start": 1853.86, "end": 1854.22, "word": " tool", "probability": 0.5390625}, {"start": 1854.22, "end": 1854.58, "word": " bar", "probability": 0.73291015625}, {"start": 1854.58, "end": 1854.58, "word": " code.", "probability": 0.9365234375}], "temperature": 1.0}, {"id": 70, "seek": 189257, "start": 1876.75, "end": 1892.57, "text": " All right? This application worked without any problem. All right? We teach you not only Android. We also teach you how to build the right application. The existence of this super activity will also benefit many things. Anything shared in the application", "tokens": [1057, 558, 30, 639, 3861, 2732, 1553, 604, 1154, 13, 1057, 558, 30, 492, 2924, 291, 406, 787, 8853, 13, 492, 611, 2924, 291, 577, 281, 1322, 264, 558, 3861, 13, 440, 9123, 295, 341, 1687, 5191, 486, 611, 5121, 867, 721, 13, 11998, 5507, 294, 264, 3861], "avg_logprob": -0.4292091739420988, "compression_ratio": 1.5740740740740742, "no_speech_prob": 0.0, "words": [{"start": 1876.75, "end": 1877.25, "word": " All", "probability": 0.162109375}, {"start": 1877.25, "end": 1877.31, "word": " right?", "probability": 0.8369140625}, {"start": 1877.33, "end": 1877.51, "word": " This", "probability": 0.57080078125}, {"start": 1877.51, "end": 1877.91, "word": " application", "probability": 0.423095703125}, {"start": 1877.91, "end": 1878.59, "word": " worked", "probability": 0.408203125}, {"start": 1878.59, "end": 1878.97, "word": " without", "probability": 0.67822265625}, {"start": 1878.97, "end": 1879.35, "word": " any", "probability": 0.8037109375}, {"start": 1879.35, "end": 1879.65, "word": " problem.", "probability": 0.5263671875}, {"start": 1880.43, "end": 1880.67, "word": " All", "probability": 0.6064453125}, {"start": 1880.67, "end": 1880.77, "word": " right?", "probability": 0.904296875}, {"start": 1883.37, "end": 1883.87, "word": " We", "probability": 0.86962890625}, {"start": 1883.87, "end": 1884.21, "word": " teach", "probability": 0.401123046875}, {"start": 1884.21, "end": 1884.39, "word": " you", "probability": 0.8359375}, {"start": 1884.39, "end": 1884.55, "word": " not", "probability": 0.5634765625}, {"start": 1884.55, "end": 1884.75, "word": " only", "probability": 0.80859375}, {"start": 1884.75, "end": 1885.23, "word": " Android.", "probability": 0.7392578125}, {"start": 1885.55, "end": 1885.69, "word": " We", "probability": 0.89501953125}, {"start": 1885.69, "end": 1885.87, "word": " also", "probability": 0.61474609375}, {"start": 1885.87, "end": 1885.87, "word": " teach", "probability": 0.92529296875}, {"start": 1885.87, "end": 1886.25, "word": " you", "probability": 0.94189453125}, {"start": 1886.25, "end": 1886.41, "word": " how", "probability": 0.90673828125}, {"start": 1886.41, "end": 1886.53, "word": " to", "probability": 0.96337890625}, {"start": 1886.53, "end": 1886.67, "word": " build", "probability": 0.7548828125}, {"start": 1886.67, "end": 1886.79, "word": " the", "probability": 0.53857421875}, {"start": 1886.79, "end": 1887.33, "word": " right", "probability": 0.43017578125}, {"start": 1887.33, "end": 1887.33, "word": " application.", "probability": 0.8173828125}, {"start": 1888.43, "end": 1888.47, "word": " The", "probability": 0.455078125}, {"start": 1888.47, "end": 1888.69, "word": " existence", "probability": 0.79248046875}, {"start": 1888.69, "end": 1888.79, "word": " of", "probability": 0.96826171875}, {"start": 1888.79, "end": 1888.99, "word": " this", "probability": 0.85546875}, {"start": 1888.99, "end": 1889.25, "word": " super", "probability": 0.86962890625}, {"start": 1889.25, "end": 1889.69, "word": " activity", "probability": 0.8271484375}, {"start": 1889.69, "end": 1890.07, "word": " will", "probability": 0.70458984375}, {"start": 1890.07, "end": 1890.13, "word": " also", "probability": 0.348388671875}, {"start": 1890.13, "end": 1890.29, "word": " benefit", "probability": 0.435546875}, {"start": 1890.29, "end": 1890.41, "word": " many", "probability": 0.37255859375}, {"start": 1890.41, "end": 1890.81, "word": " things.", "probability": 0.82177734375}, {"start": 1891.13, "end": 1891.37, "word": " Anything", "probability": 0.62744140625}, {"start": 1891.37, "end": 1891.85, "word": " shared", "probability": 0.39208984375}, {"start": 1891.85, "end": 1892.11, "word": " in", "probability": 0.82421875}, {"start": 1892.11, "end": 1892.21, "word": " the", "probability": 0.8896484375}, {"start": 1892.21, "end": 1892.57, "word": " application", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 71, "seek": 192026, "start": 1893.44, "end": 1920.26, "text": " Leave it where? In the group activity. My colleague asked a good question. I don't know if it was by chance or not. The tool bar code. FindViewById. SetSupportActionBar. Can we put this code in the parent? No. Why? I will tell you now. Each activity has different keys.", "tokens": [9825, 309, 689, 30, 682, 264, 1594, 5191, 13, 1222, 13532, 2351, 257, 665, 1168, 13, 286, 500, 380, 458, 498, 309, 390, 538, 2931, 420, 406, 13, 440, 2290, 2159, 3089, 13, 11809, 30203, 27690, 42739, 13, 8928, 50, 10504, 477, 32, 882, 38666, 13, 1664, 321, 829, 341, 3089, 294, 264, 2596, 30, 883, 13, 1545, 30, 286, 486, 980, 291, 586, 13, 6947, 5191, 575, 819, 9317, 13], "avg_logprob": -0.5099826281269392, "compression_ratio": 1.3636363636363635, "no_speech_prob": 0.0, "words": [{"start": 1893.44, "end": 1893.74, "word": " Leave", "probability": 0.2225341796875}, {"start": 1893.74, "end": 1893.9, "word": " it", "probability": 0.69580078125}, {"start": 1893.9, "end": 1894.1, "word": " where?", "probability": 0.301513671875}, {"start": 1894.54, "end": 1894.8, "word": " In", "probability": 0.703125}, {"start": 1894.8, "end": 1894.9, "word": " the", "probability": 0.390380859375}, {"start": 1894.9, "end": 1895.12, "word": " group", "probability": 0.86376953125}, {"start": 1895.12, "end": 1895.56, "word": " activity.", "probability": 0.89697265625}, {"start": 1896.76, "end": 1897.32, "word": " My", "probability": 0.192138671875}, {"start": 1897.32, "end": 1898.26, "word": " colleague", "probability": 0.71240234375}, {"start": 1898.26, "end": 1898.56, "word": " asked", "probability": 0.765625}, {"start": 1898.56, "end": 1898.84, "word": " a", "probability": 0.861328125}, {"start": 1898.84, "end": 1899.14, "word": " good", "probability": 0.8291015625}, {"start": 1899.14, "end": 1899.18, "word": " question.", "probability": 0.91943359375}, {"start": 1899.76, "end": 1899.84, "word": " I", "probability": 0.62060546875}, {"start": 1899.84, "end": 1899.94, "word": " don't", "probability": 0.875}, {"start": 1899.94, "end": 1900.04, "word": " know", "probability": 0.88720703125}, {"start": 1900.04, "end": 1900.12, "word": " if", "probability": 0.759765625}, {"start": 1900.12, "end": 1900.26, "word": " it", "probability": 0.57666015625}, {"start": 1900.26, "end": 1900.3, "word": " was", "probability": 0.217529296875}, {"start": 1900.3, "end": 1900.48, "word": " by", "probability": 0.464111328125}, {"start": 1900.48, "end": 1900.74, "word": " chance", "probability": 0.7158203125}, {"start": 1900.74, "end": 1901.14, "word": " or", "probability": 0.53955078125}, {"start": 1901.14, "end": 1901.94, "word": " not.", "probability": 0.295654296875}, {"start": 1903.84, "end": 1903.98, "word": " The", "probability": 0.235107421875}, {"start": 1903.98, "end": 1904.52, "word": " tool", "probability": 0.429931640625}, {"start": 1904.52, "end": 1905.44, "word": " bar", "probability": 0.66064453125}, {"start": 1905.44, "end": 1905.44, "word": " code.", "probability": 0.86279296875}, {"start": 1907.3, "end": 1907.86, "word": " FindViewById.", "probability": 0.56878662109375}, {"start": 1909.26, "end": 1909.82, "word": " SetSupportActionBar.", "probability": 0.8325892857142857}, {"start": 1909.84, "end": 1910.08, "word": " Can", "probability": 0.6064453125}, {"start": 1910.08, "end": 1910.22, "word": " we", "probability": 0.74951171875}, {"start": 1910.22, "end": 1910.22, "word": " put", "probability": 0.4638671875}, {"start": 1910.22, "end": 1910.36, "word": " this", "probability": 0.86669921875}, {"start": 1910.36, "end": 1910.68, "word": " code", "probability": 0.94287109375}, {"start": 1910.68, "end": 1912.04, "word": " in", "probability": 0.8828125}, {"start": 1912.04, "end": 1912.6, "word": " the", "probability": 0.7978515625}, {"start": 1912.6, "end": 1912.88, "word": " parent?", "probability": 0.880859375}, {"start": 1915.12, "end": 1915.68, "word": " No.", "probability": 0.658203125}, {"start": 1916.1, "end": 1916.1, "word": " Why?", "probability": 0.5751953125}, {"start": 1916.28, "end": 1916.36, "word": " I", "probability": 0.25048828125}, {"start": 1916.36, "end": 1916.46, "word": " will", "probability": 0.376220703125}, {"start": 1916.46, "end": 1916.56, "word": " tell", "probability": 0.48046875}, {"start": 1916.56, "end": 1916.7, "word": " you", "probability": 0.93359375}, {"start": 1916.7, "end": 1917.08, "word": " now.", "probability": 0.496337890625}, {"start": 1918.24, "end": 1918.8, "word": " Each", "probability": 0.546875}, {"start": 1918.8, "end": 1919.56, "word": " activity", "probability": 0.9482421875}, {"start": 1919.56, "end": 1919.74, "word": " has", "probability": 0.88916015625}, {"start": 1919.74, "end": 1920.0, "word": " different", "probability": 0.5517578125}, {"start": 1920.0, "end": 1920.26, "word": " keys.", "probability": 0.189208984375}], "temperature": 1.0}, {"id": 72, "seek": 194378, "start": 1922.62, "end": 1943.78, "text": " Right or not? So actually when he comes to work, you can't put this code, for example, you came and said madam this code is not yours, take it from here and go to group activity and create method on create and put this code in it", "tokens": [1779, 420, 406, 30, 407, 767, 562, 415, 1487, 281, 589, 11, 291, 393, 380, 829, 341, 3089, 11, 337, 1365, 11, 291, 1361, 293, 848, 28882, 341, 3089, 307, 406, 6342, 11, 747, 309, 490, 510, 293, 352, 281, 1594, 5191, 293, 1884, 3170, 322, 1884, 293, 829, 341, 3089, 294, 309], "avg_logprob": -0.5000000220757944, "compression_ratio": 1.5231788079470199, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 1922.62, "end": 1922.92, "word": " Right", "probability": 0.175537109375}, {"start": 1922.92, "end": 1923.1, "word": " or", "probability": 0.8720703125}, {"start": 1923.1, "end": 1923.2, "word": " not?", "probability": 0.393798828125}, {"start": 1924.58, "end": 1925.06, "word": " So", "probability": 0.4453125}, {"start": 1925.06, "end": 1925.48, "word": " actually", "probability": 0.2132568359375}, {"start": 1925.48, "end": 1926.86, "word": " when", "probability": 0.50830078125}, {"start": 1926.86, "end": 1926.94, "word": " he", "probability": 0.734375}, {"start": 1926.94, "end": 1927.12, "word": " comes", "probability": 0.62158203125}, {"start": 1927.12, "end": 1927.22, "word": " to", "probability": 0.892578125}, {"start": 1927.22, "end": 1927.56, "word": " work,", "probability": 0.931640625}, {"start": 1927.92, "end": 1928.42, "word": " you", "probability": 0.8330078125}, {"start": 1928.42, "end": 1928.78, "word": " can't", "probability": 0.637451171875}, {"start": 1928.78, "end": 1928.84, "word": " put", "probability": 0.335205078125}, {"start": 1928.84, "end": 1929.0, "word": " this", "probability": 0.74462890625}, {"start": 1929.0, "end": 1929.28, "word": " code,", "probability": 0.92138671875}, {"start": 1929.82, "end": 1930.02, "word": " for", "probability": 0.80517578125}, {"start": 1930.02, "end": 1930.14, "word": " example,", "probability": 0.94580078125}, {"start": 1930.22, "end": 1930.3, "word": " you", "probability": 0.74267578125}, {"start": 1930.3, "end": 1930.46, "word": " came", "probability": 0.451904296875}, {"start": 1930.46, "end": 1931.08, "word": " and", "probability": 0.705078125}, {"start": 1931.08, "end": 1931.36, "word": " said", "probability": 0.81689453125}, {"start": 1931.36, "end": 1931.74, "word": " madam", "probability": 0.335693359375}, {"start": 1931.74, "end": 1931.92, "word": " this", "probability": 0.7099609375}, {"start": 1931.92, "end": 1932.14, "word": " code", "probability": 0.8369140625}, {"start": 1932.14, "end": 1932.26, "word": " is", "probability": 0.76513671875}, {"start": 1932.26, "end": 1932.34, "word": " not", "probability": 0.69580078125}, {"start": 1932.34, "end": 1932.58, "word": " yours,", "probability": 0.13623046875}, {"start": 1932.7, "end": 1932.88, "word": " take", "probability": 0.75146484375}, {"start": 1932.88, "end": 1932.98, "word": " it", "probability": 0.64208984375}, {"start": 1932.98, "end": 1933.06, "word": " from", "probability": 0.80615234375}, {"start": 1933.06, "end": 1933.4, "word": " here", "probability": 0.85595703125}, {"start": 1933.4, "end": 1934.4, "word": " and", "probability": 0.71826171875}, {"start": 1934.4, "end": 1934.6, "word": " go", "probability": 0.93408203125}, {"start": 1934.6, "end": 1934.78, "word": " to", "probability": 0.93212890625}, {"start": 1934.78, "end": 1935.02, "word": " group", "probability": 0.724609375}, {"start": 1935.02, "end": 1935.64, "word": " activity", "probability": 0.8662109375}, {"start": 1935.64, "end": 1936.9, "word": " and", "probability": 0.7646484375}, {"start": 1936.9, "end": 1937.14, "word": " create", "probability": 0.469970703125}, {"start": 1937.14, "end": 1937.56, "word": " method", "probability": 0.66015625}, {"start": 1937.56, "end": 1937.76, "word": " on", "probability": 0.67724609375}, {"start": 1937.76, "end": 1938.3, "word": " create", "probability": 0.81689453125}, {"start": 1938.3, "end": 1941.38, "word": " and", "probability": 0.2056884765625}, {"start": 1941.38, "end": 1941.84, "word": " put", "probability": 0.78515625}, {"start": 1941.84, "end": 1942.4, "word": " this", "probability": 0.3818359375}, {"start": 1942.4, "end": 1943.76, "word": " code", "probability": 0.94287109375}, {"start": 1943.76, "end": 1943.78, "word": " in", "probability": 0.6689453125}, {"start": 1943.78, "end": 1943.78, "word": " it", "probability": 0.91162109375}], "temperature": 1.0}, {"id": 73, "seek": 197390, "start": 1948.32, "end": 1973.9, "text": " For example, we know from our studies on object-oriented that when Uncreate executes in the subclass, what will it claim? Uncreate in the superclass. It will execute in the superclass before doing anything below it. Before doing setContentView. When it executes the parent's Uncreate, who is the parent's Uncreate? It will not find it in the bar. It will give you a null, error.", "tokens": [1171, 1365, 11, 321, 458, 490, 527, 5313, 322, 2657, 12, 27414, 300, 562, 1156, 14066, 473, 4454, 1819, 294, 264, 1422, 11665, 11, 437, 486, 309, 3932, 30, 1156, 14066, 473, 294, 264, 1687, 11665, 13, 467, 486, 14483, 294, 264, 1687, 11665, 949, 884, 1340, 2507, 309, 13, 4546, 884, 992, 29821, 317, 30203, 13, 1133, 309, 4454, 1819, 264, 2596, 311, 1156, 14066, 473, 11, 567, 307, 264, 2596, 311, 1156, 14066, 473, 30, 467, 486, 406, 915, 309, 294, 264, 2159, 13, 467, 486, 976, 291, 257, 18184, 11, 6713, 13], "avg_logprob": -0.46354165611167747, "compression_ratio": 1.8047619047619048, "no_speech_prob": 0.0, "words": [{"start": 1948.32, "end": 1948.78, "word": " For", "probability": 0.49755859375}, {"start": 1948.78, "end": 1949.08, "word": " example,", "probability": 0.9169921875}, {"start": 1949.6, "end": 1950.54, "word": " we", "probability": 0.280517578125}, {"start": 1950.54, "end": 1950.98, "word": " know", "probability": 0.6865234375}, {"start": 1950.98, "end": 1951.44, "word": " from", "probability": 0.728515625}, {"start": 1951.44, "end": 1951.86, "word": " our", "probability": 0.85302734375}, {"start": 1951.86, "end": 1951.86, "word": " studies", "probability": 0.377197265625}, {"start": 1951.86, "end": 1952.18, "word": " on", "probability": 0.401611328125}, {"start": 1952.18, "end": 1952.72, "word": " object", "probability": 0.60400390625}, {"start": 1952.72, "end": 1953.22, "word": "-oriented", "probability": 0.69580078125}, {"start": 1953.22, "end": 1954.1, "word": " that", "probability": 0.2169189453125}, {"start": 1954.1, "end": 1955.08, "word": " when", "probability": 0.77099609375}, {"start": 1955.08, "end": 1956.16, "word": " Uncreate", "probability": 0.5260416666666666}, {"start": 1956.16, "end": 1956.16, "word": " executes", "probability": 0.60064697265625}, {"start": 1956.16, "end": 1956.26, "word": " in", "probability": 0.744140625}, {"start": 1956.26, "end": 1956.34, "word": " the", "probability": 0.41259765625}, {"start": 1956.34, "end": 1956.88, "word": " subclass,", "probability": 0.8837890625}, {"start": 1957.0, "end": 1957.12, "word": " what", "probability": 0.5615234375}, {"start": 1957.12, "end": 1957.24, "word": " will", "probability": 0.28271484375}, {"start": 1957.24, "end": 1957.34, "word": " it", "probability": 0.33251953125}, {"start": 1957.34, "end": 1957.66, "word": " claim?", "probability": 0.478271484375}, {"start": 1958.7, "end": 1959.24, "word": " Uncreate", "probability": 0.8230794270833334}, {"start": 1959.24, "end": 1959.32, "word": " in", "probability": 0.6669921875}, {"start": 1959.32, "end": 1959.4, "word": " the", "probability": 0.78125}, {"start": 1959.4, "end": 1959.9, "word": " superclass.", "probability": 0.92578125}, {"start": 1960.0, "end": 1960.02, "word": " It", "probability": 0.71142578125}, {"start": 1960.02, "end": 1960.08, "word": " will", "probability": 0.7724609375}, {"start": 1960.08, "end": 1960.3, "word": " execute", "probability": 0.84033203125}, {"start": 1960.3, "end": 1960.5, "word": " in", "probability": 0.6025390625}, {"start": 1960.5, "end": 1960.62, "word": " the", "probability": 0.79833984375}, {"start": 1960.62, "end": 1961.14, "word": " superclass", "probability": 0.945556640625}, {"start": 1961.14, "end": 1961.52, "word": " before", "probability": 0.82568359375}, {"start": 1961.52, "end": 1962.48, "word": " doing", "probability": 0.146240234375}, {"start": 1962.48, "end": 1962.64, "word": " anything", "probability": 0.365966796875}, {"start": 1962.64, "end": 1962.94, "word": " below", "probability": 0.5498046875}, {"start": 1962.94, "end": 1963.1, "word": " it.", "probability": 0.299560546875}, {"start": 1963.22, "end": 1963.6, "word": " Before", "probability": 0.82421875}, {"start": 1963.6, "end": 1963.96, "word": " doing", "probability": 0.284423828125}, {"start": 1963.96, "end": 1966.0, "word": " setContentView.", "probability": 0.7379150390625}, {"start": 1966.44, "end": 1966.72, "word": " When", "probability": 0.83056640625}, {"start": 1966.72, "end": 1966.82, "word": " it", "probability": 0.389404296875}, {"start": 1966.82, "end": 1967.26, "word": " executes", "probability": 0.87451171875}, {"start": 1967.26, "end": 1967.4, "word": " the", "probability": 0.5869140625}, {"start": 1967.4, "end": 1968.42, "word": " parent's", "probability": 0.580322265625}, {"start": 1968.42, "end": 1968.42, "word": " Uncreate,", "probability": 0.8958333333333334}, {"start": 1968.54, "end": 1968.72, "word": " who", "probability": 0.6015625}, {"start": 1968.72, "end": 1968.8, "word": " is", "probability": 0.6806640625}, {"start": 1968.8, "end": 1968.84, "word": " the", "probability": 0.66943359375}, {"start": 1968.84, "end": 1968.86, "word": " parent's", "probability": 0.9619140625}, {"start": 1968.86, "end": 1969.24, "word": " Uncreate?", "probability": 0.9417317708333334}, {"start": 1970.22, "end": 1970.76, "word": " It", "probability": 0.58154296875}, {"start": 1970.76, "end": 1970.88, "word": " will", "probability": 0.60986328125}, {"start": 1970.88, "end": 1970.88, "word": " not", "probability": 0.91845703125}, {"start": 1970.88, "end": 1971.18, "word": " find", "probability": 0.64892578125}, {"start": 1971.18, "end": 1971.36, "word": " it", "probability": 0.3193359375}, {"start": 1971.36, "end": 1971.38, "word": " in", "probability": 0.62158203125}, {"start": 1971.38, "end": 1971.46, "word": " the", "probability": 0.80810546875}, {"start": 1971.46, "end": 1971.66, "word": " bar.", "probability": 0.705078125}, {"start": 1972.4, "end": 1972.72, "word": " It", "probability": 0.86572265625}, {"start": 1972.72, "end": 1972.8, "word": " will", "probability": 0.84423828125}, {"start": 1972.8, "end": 1972.96, "word": " give", "probability": 0.239501953125}, {"start": 1972.96, "end": 1973.22, "word": " you", "probability": 0.82470703125}, {"start": 1973.22, "end": 1973.28, "word": " a", "probability": 0.5986328125}, {"start": 1973.28, "end": 1973.42, "word": " null,", "probability": 0.83740234375}, {"start": 1973.58, "end": 1973.9, "word": " error.", "probability": 0.48876953125}], "temperature": 1.0}, {"id": 74, "seek": 200387, "start": 1974.95, "end": 2003.87, "text": " This code must be executed after the setContentView to have a toolbar. How can we solve this? You can take this code in the group activity and create a method here called public void initialize toolbar. Initialize toolbar", "tokens": [639, 3089, 1633, 312, 17577, 934, 264, 992, 29821, 317, 30203, 281, 362, 257, 47715, 13, 1012, 393, 321, 5039, 341, 30, 509, 393, 747, 341, 3089, 294, 264, 1594, 5191, 293, 1884, 257, 3170, 510, 1219, 1908, 22009, 5883, 1125, 47715, 13, 22937, 831, 1125, 47715], "avg_logprob": -0.5156250260770321, "compression_ratio": 1.4605263157894737, "no_speech_prob": 0.0, "words": [{"start": 1974.95, "end": 1975.49, "word": " This", "probability": 0.189697265625}, {"start": 1975.49, "end": 1975.85, "word": " code", "probability": 0.89453125}, {"start": 1975.85, "end": 1976.31, "word": " must", "probability": 0.44482421875}, {"start": 1976.31, "end": 1976.53, "word": " be", "probability": 0.548828125}, {"start": 1976.53, "end": 1977.05, "word": " executed", "probability": 0.9111328125}, {"start": 1977.05, "end": 1978.07, "word": " after", "probability": 0.71826171875}, {"start": 1978.07, "end": 1979.01, "word": " the", "probability": 0.51611328125}, {"start": 1979.01, "end": 1979.89, "word": " setContentView", "probability": 0.79156494140625}, {"start": 1979.89, "end": 1980.27, "word": " to", "probability": 0.13623046875}, {"start": 1980.27, "end": 1980.93, "word": " have", "probability": 0.458251953125}, {"start": 1980.93, "end": 1981.87, "word": " a", "probability": 0.58447265625}, {"start": 1981.87, "end": 1982.15, "word": " toolbar.", "probability": 0.80322265625}, {"start": 1982.59, "end": 1983.15, "word": " How", "probability": 0.66552734375}, {"start": 1983.15, "end": 1983.39, "word": " can", "probability": 0.7021484375}, {"start": 1983.39, "end": 1983.47, "word": " we", "probability": 0.5419921875}, {"start": 1983.47, "end": 1983.71, "word": " solve", "probability": 0.68994140625}, {"start": 1983.71, "end": 1983.83, "word": " this?", "probability": 0.7890625}, {"start": 1984.17, "end": 1984.73, "word": " You", "probability": 0.583984375}, {"start": 1984.73, "end": 1984.73, "word": " can", "probability": 0.75634765625}, {"start": 1984.73, "end": 1984.97, "word": " take", "probability": 0.4765625}, {"start": 1984.97, "end": 1984.99, "word": " this", "probability": 0.61279296875}, {"start": 1984.99, "end": 1985.29, "word": " code", "probability": 0.8134765625}, {"start": 1985.29, "end": 1988.35, "word": " in", "probability": 0.41015625}, {"start": 1988.35, "end": 1988.49, "word": " the", "probability": 0.70458984375}, {"start": 1988.49, "end": 1988.69, "word": " group", "probability": 0.59423828125}, {"start": 1988.69, "end": 1989.23, "word": " activity", "probability": 0.79150390625}, {"start": 1989.23, "end": 1989.95, "word": " and", "probability": 0.71533203125}, {"start": 1989.95, "end": 1990.25, "word": " create", "probability": 0.424072265625}, {"start": 1990.25, "end": 1990.35, "word": " a", "probability": 0.8740234375}, {"start": 1990.35, "end": 1990.63, "word": " method", "probability": 0.94970703125}, {"start": 1990.63, "end": 1991.01, "word": " here", "probability": 0.49462890625}, {"start": 1991.01, "end": 1991.79, "word": " called", "probability": 0.53857421875}, {"start": 1991.79, "end": 1992.55, "word": " public", "probability": 0.544921875}, {"start": 1992.55, "end": 1994.11, "word": " void", "probability": 0.73583984375}, {"start": 1994.11, "end": 1996.01, "word": " initialize", "probability": 0.6282958984375}, {"start": 1996.01, "end": 1997.67, "word": " toolbar.", "probability": 0.6220703125}, {"start": 2002.25, "end": 2003.23, "word": " Initialize", "probability": 0.8463541666666666}, {"start": 2003.23, "end": 2003.87, "word": " toolbar", "probability": 0.93603515625}], "temperature": 1.0}, {"id": 75, "seek": 202812, "start": 2006.18, "end": 2028.12, "text": " Now, in the main activity, after the sit-content view, what do you put? Initialize toolbar And in the competition activity, you also remove these, initialize toolbar One might say that they are all in two lines, you removed two lines, I put a line Well, the initialize toolbar can be more, okay?", "tokens": [823, 11, 294, 264, 2135, 5191, 11, 934, 264, 1394, 12, 9000, 317, 1910, 11, 437, 360, 291, 829, 30, 22937, 831, 1125, 47715, 400, 294, 264, 6211, 5191, 11, 291, 611, 4159, 613, 11, 5883, 1125, 47715, 1485, 1062, 584, 300, 436, 366, 439, 294, 732, 3876, 11, 291, 7261, 732, 3876, 11, 286, 829, 257, 1622, 1042, 11, 264, 5883, 1125, 47715, 393, 312, 544, 11, 1392, 30], "avg_logprob": -0.5501760731280689, "compression_ratio": 1.6914285714285715, "no_speech_prob": 0.0, "words": [{"start": 2006.18, "end": 2006.7, "word": " Now,", "probability": 0.375244140625}, {"start": 2007.92, "end": 2008.18, "word": " in", "probability": 0.342041015625}, {"start": 2008.18, "end": 2008.42, "word": " the", "probability": 0.59423828125}, {"start": 2008.42, "end": 2009.2, "word": " main", "probability": 0.6796875}, {"start": 2009.2, "end": 2009.74, "word": " activity,", "probability": 0.9326171875}, {"start": 2010.14, "end": 2010.64, "word": " after", "probability": 0.68701171875}, {"start": 2010.64, "end": 2010.84, "word": " the", "probability": 0.69921875}, {"start": 2010.84, "end": 2010.98, "word": " sit", "probability": 0.24365234375}, {"start": 2010.98, "end": 2011.32, "word": "-content", "probability": 0.6236979166666666}, {"start": 2011.32, "end": 2011.6, "word": " view,", "probability": 0.806640625}, {"start": 2011.72, "end": 2011.74, "word": " what", "probability": 0.432861328125}, {"start": 2011.74, "end": 2011.82, "word": " do", "probability": 0.6611328125}, {"start": 2011.82, "end": 2011.88, "word": " you", "probability": 0.9375}, {"start": 2011.88, "end": 2012.08, "word": " put?", "probability": 0.5068359375}, {"start": 2013.26, "end": 2013.78, "word": " Initialize", "probability": 0.7782389322916666}, {"start": 2013.78, "end": 2014.1, "word": " toolbar", "probability": 0.88671875}, {"start": 2014.1, "end": 2015.38, "word": " And", "probability": 0.259033203125}, {"start": 2015.38, "end": 2015.52, "word": " in", "probability": 0.80322265625}, {"start": 2015.52, "end": 2016.08, "word": " the", "probability": 0.6787109375}, {"start": 2016.08, "end": 2016.52, "word": " competition", "probability": 0.9326171875}, {"start": 2016.52, "end": 2017.18, "word": " activity,", "probability": 0.94189453125}, {"start": 2017.68, "end": 2017.8, "word": " you", "probability": 0.765625}, {"start": 2017.8, "end": 2017.8, "word": " also", "probability": 0.348388671875}, {"start": 2017.8, "end": 2018.1, "word": " remove", "probability": 0.72509765625}, {"start": 2018.1, "end": 2018.42, "word": " these,", "probability": 0.349853515625}, {"start": 2018.78, "end": 2019.54, "word": " initialize", "probability": 0.79443359375}, {"start": 2019.54, "end": 2019.82, "word": " toolbar", "probability": 0.96240234375}, {"start": 2019.82, "end": 2020.08, "word": " One", "probability": 0.426025390625}, {"start": 2020.08, "end": 2020.28, "word": " might", "probability": 0.35791015625}, {"start": 2020.28, "end": 2020.4, "word": " say", "probability": 0.69921875}, {"start": 2020.4, "end": 2020.58, "word": " that", "probability": 0.373046875}, {"start": 2020.58, "end": 2020.74, "word": " they", "probability": 0.55322265625}, {"start": 2020.74, "end": 2020.9, "word": " are", "probability": 0.47705078125}, {"start": 2020.9, "end": 2021.02, "word": " all", "probability": 0.65673828125}, {"start": 2021.02, "end": 2021.1, "word": " in", "probability": 0.5166015625}, {"start": 2021.1, "end": 2021.4, "word": " two", "probability": 0.49658203125}, {"start": 2021.4, "end": 2021.4, "word": " lines,", "probability": 0.494873046875}, {"start": 2021.66, "end": 2021.84, "word": " you", "probability": 0.309326171875}, {"start": 2021.84, "end": 2022.12, "word": " removed", "probability": 0.62451171875}, {"start": 2022.12, "end": 2022.4, "word": " two", "probability": 0.77734375}, {"start": 2022.4, "end": 2022.4, "word": " lines,", "probability": 0.88330078125}, {"start": 2022.52, "end": 2022.54, "word": " I", "probability": 0.4560546875}, {"start": 2022.54, "end": 2022.72, "word": " put", "probability": 0.65673828125}, {"start": 2022.72, "end": 2022.86, "word": " a", "probability": 0.231689453125}, {"start": 2022.86, "end": 2023.04, "word": " line", "probability": 0.88623046875}, {"start": 2023.04, "end": 2023.58, "word": " Well,", "probability": 0.172119140625}, {"start": 2023.74, "end": 2024.0, "word": " the", "probability": 0.6083984375}, {"start": 2024.0, "end": 2025.1, "word": " initialize", "probability": 0.696044921875}, {"start": 2025.1, "end": 2025.22, "word": " toolbar", "probability": 0.890625}, {"start": 2025.22, "end": 2025.38, "word": " can", "probability": 0.35791015625}, {"start": 2025.38, "end": 2025.66, "word": " be", "probability": 0.91162109375}, {"start": 2025.66, "end": 2027.2, "word": " more,", "probability": 0.70458984375}, {"start": 2027.76, "end": 2028.12, "word": " okay?", "probability": 0.33203125}], "temperature": 1.0}, {"id": 76, "seek": 203733, "start": 2030.33, "end": 2037.33, "text": " I'm not doing anything new, I'm taking advantage of Object Oriented to reduce the size of the code I made. Is it clear now?", "tokens": [286, 478, 406, 884, 1340, 777, 11, 286, 478, 1940, 5002, 295, 24753, 23621, 6003, 281, 5407, 264, 2744, 295, 264, 3089, 286, 1027, 13, 1119, 309, 1850, 586, 30], "avg_logprob": -0.5861895122835713, "compression_ratio": 1.180952380952381, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2030.33, "end": 2030.69, "word": " I'm", "probability": 0.433349609375}, {"start": 2030.69, "end": 2030.69, "word": " not", "probability": 0.38134765625}, {"start": 2030.69, "end": 2030.89, "word": " doing", "probability": 0.86083984375}, {"start": 2030.89, "end": 2031.05, "word": " anything", "probability": 0.8037109375}, {"start": 2031.05, "end": 2031.33, "word": " new,", "probability": 0.86328125}, {"start": 2031.43, "end": 2031.79, "word": " I'm", "probability": 0.889404296875}, {"start": 2031.79, "end": 2032.01, "word": " taking", "probability": 0.1214599609375}, {"start": 2032.01, "end": 2032.21, "word": " advantage", "probability": 0.76416015625}, {"start": 2032.21, "end": 2032.33, "word": " of", "probability": 0.91796875}, {"start": 2032.33, "end": 2032.61, "word": " Object", "probability": 0.321044921875}, {"start": 2032.61, "end": 2033.21, "word": " Oriented", "probability": 0.734619140625}, {"start": 2033.21, "end": 2033.49, "word": " to", "probability": 0.50927734375}, {"start": 2033.49, "end": 2034.27, "word": " reduce", "probability": 0.55224609375}, {"start": 2034.27, "end": 2035.05, "word": " the", "probability": 0.8046875}, {"start": 2035.05, "end": 2035.19, "word": " size", "probability": 0.361328125}, {"start": 2035.19, "end": 2035.35, "word": " of", "probability": 0.96728515625}, {"start": 2035.35, "end": 2035.35, "word": " the", "probability": 0.66552734375}, {"start": 2035.35, "end": 2035.51, "word": " code", "probability": 0.86181640625}, {"start": 2035.51, "end": 2035.61, "word": " I", "probability": 0.54150390625}, {"start": 2035.61, "end": 2035.95, "word": " made.", "probability": 0.26953125}, {"start": 2036.53, "end": 2036.99, "word": " Is", "probability": 0.449951171875}, {"start": 2036.99, "end": 2036.99, "word": " it", "probability": 0.420654296875}, {"start": 2036.99, "end": 2037.15, "word": " clear", "probability": 0.83544921875}, {"start": 2037.15, "end": 2037.33, "word": " now?", "probability": 0.224853515625}], "temperature": 1.0}, {"id": 77, "seek": 206167, "start": 2038.7, "end": 2061.68, "text": " Now we are done with toolbars, we will come back to toolbars when we talk about navigation But now we understand how to make toolbars, how to use toolbars as an alternative to action bars, how to change its coordination, how to add a menu, how to make action on the menu, and how to design a toolbar specific to us, okay? Let's close this application and focus on the competition", "tokens": [823, 321, 366, 1096, 365, 2290, 42162, 11, 321, 486, 808, 646, 281, 2290, 42162, 562, 321, 751, 466, 17346, 583, 586, 321, 1223, 577, 281, 652, 2290, 42162, 11, 577, 281, 764, 2290, 42162, 382, 364, 8535, 281, 3069, 10228, 11, 577, 281, 1319, 1080, 21252, 11, 577, 281, 909, 257, 6510, 11, 577, 281, 652, 3069, 322, 264, 6510, 11, 293, 577, 281, 1715, 257, 2290, 5356, 2685, 281, 505, 11, 1392, 30, 961, 311, 1998, 341, 3861, 293, 1879, 322, 264, 6211], "avg_logprob": -0.537790680347487, "compression_ratio": 1.8269230769230769, "no_speech_prob": 0.0, "words": [{"start": 2038.7, "end": 2039.06, "word": " Now", "probability": 0.20166015625}, {"start": 2039.06, "end": 2039.48, "word": " we", "probability": 0.43896484375}, {"start": 2039.48, "end": 2039.82, "word": " are", "probability": 0.276611328125}, {"start": 2039.82, "end": 2039.82, "word": " done", "probability": 0.72314453125}, {"start": 2039.82, "end": 2040.48, "word": " with", "probability": 0.82373046875}, {"start": 2040.48, "end": 2041.38, "word": " toolbars,", "probability": 0.4725341796875}, {"start": 2041.44, "end": 2041.62, "word": " we", "probability": 0.482666015625}, {"start": 2041.62, "end": 2041.8, "word": " will", "probability": 0.736328125}, {"start": 2041.8, "end": 2042.06, "word": " come", "probability": 0.22509765625}, {"start": 2042.06, "end": 2042.08, "word": " back", "probability": 0.86669921875}, {"start": 2042.08, "end": 2042.2, "word": " to", "probability": 0.8876953125}, {"start": 2042.2, "end": 2042.86, "word": " toolbars", "probability": 0.8193359375}, {"start": 2042.86, "end": 2042.98, "word": " when", "probability": 0.44482421875}, {"start": 2042.98, "end": 2043.12, "word": " we", "probability": 0.93017578125}, {"start": 2043.12, "end": 2043.36, "word": " talk", "probability": 0.541015625}, {"start": 2043.36, "end": 2044.5, "word": " about", "probability": 0.89013671875}, {"start": 2044.5, "end": 2045.0, "word": " navigation", "probability": 0.755859375}, {"start": 2045.0, "end": 2045.96, "word": " But", "probability": 0.1495361328125}, {"start": 2045.96, "end": 2046.54, "word": " now", "probability": 0.7412109375}, {"start": 2046.54, "end": 2046.68, "word": " we", "probability": 0.7587890625}, {"start": 2046.68, "end": 2046.9, "word": " understand", "probability": 0.271484375}, {"start": 2046.9, "end": 2047.26, "word": " how", "probability": 0.87939453125}, {"start": 2047.26, "end": 2047.38, "word": " to", "probability": 0.84375}, {"start": 2047.38, "end": 2047.52, "word": " make", "probability": 0.40869140625}, {"start": 2047.52, "end": 2048.08, "word": " toolbars,", "probability": 0.86865234375}, {"start": 2048.38, "end": 2048.68, "word": " how", "probability": 0.83056640625}, {"start": 2048.68, "end": 2048.78, "word": " to", "probability": 0.9248046875}, {"start": 2048.78, "end": 2049.1, "word": " use", "probability": 0.80517578125}, {"start": 2049.1, "end": 2049.26, "word": " toolbars", "probability": 0.64306640625}, {"start": 2049.26, "end": 2049.36, "word": " as", "probability": 0.77685546875}, {"start": 2049.36, "end": 2049.54, "word": " an", "probability": 0.314697265625}, {"start": 2049.54, "end": 2049.64, "word": " alternative", "probability": 0.89599609375}, {"start": 2049.64, "end": 2049.8, "word": " to", "probability": 0.8232421875}, {"start": 2049.8, "end": 2050.14, "word": " action", "probability": 0.7412109375}, {"start": 2050.14, "end": 2050.48, "word": " bars,", "probability": 0.6708984375}, {"start": 2051.0, "end": 2051.08, "word": " how", "probability": 0.84814453125}, {"start": 2051.08, "end": 2051.18, "word": " to", "probability": 0.94775390625}, {"start": 2051.18, "end": 2051.44, "word": " change", "probability": 0.8173828125}, {"start": 2051.44, "end": 2051.54, "word": " its", "probability": 0.2373046875}, {"start": 2051.54, "end": 2051.88, "word": " coordination,", "probability": 0.2734375}, {"start": 2052.1, "end": 2052.2, "word": " how", "probability": 0.72119140625}, {"start": 2052.2, "end": 2052.32, "word": " to", "probability": 0.962890625}, {"start": 2052.32, "end": 2052.52, "word": " add", "probability": 0.88232421875}, {"start": 2052.52, "end": 2052.66, "word": " a", "probability": 0.449462890625}, {"start": 2052.66, "end": 2052.92, "word": " menu,", "probability": 0.9111328125}, {"start": 2053.04, "end": 2053.16, "word": " how", "probability": 0.7646484375}, {"start": 2053.16, "end": 2053.28, "word": " to", "probability": 0.96435546875}, {"start": 2053.28, "end": 2053.4, "word": " make", "probability": 0.409912109375}, {"start": 2053.4, "end": 2053.8, "word": " action", "probability": 0.55029296875}, {"start": 2053.8, "end": 2053.94, "word": " on", "probability": 0.72216796875}, {"start": 2053.94, "end": 2054.04, "word": " the", "probability": 0.499267578125}, {"start": 2054.04, "end": 2054.36, "word": " menu,", "probability": 0.92236328125}, {"start": 2054.88, "end": 2055.0, "word": " and", "probability": 0.79248046875}, {"start": 2055.0, "end": 2055.2, "word": " how", "probability": 0.9130859375}, {"start": 2055.2, "end": 2055.34, "word": " to", "probability": 0.9609375}, {"start": 2055.34, "end": 2055.62, "word": " design", "probability": 0.95458984375}, {"start": 2055.62, "end": 2055.82, "word": " a", "probability": 0.393310546875}, {"start": 2055.82, "end": 2056.3, "word": " toolbar", "probability": 0.75341796875}, {"start": 2056.3, "end": 2057.52, "word": " specific", "probability": 0.32470703125}, {"start": 2057.52, "end": 2057.66, "word": " to", "probability": 0.80078125}, {"start": 2057.66, "end": 2058.16, "word": " us,", "probability": 0.60009765625}, {"start": 2058.2, "end": 2058.5, "word": " okay?", "probability": 0.31103515625}, {"start": 2059.44, "end": 2059.64, "word": " Let's", "probability": 0.622314453125}, {"start": 2059.64, "end": 2059.9, "word": " close", "probability": 0.72607421875}, {"start": 2059.9, "end": 2060.04, "word": " this", "probability": 0.56298828125}, {"start": 2060.04, "end": 2060.46, "word": " application", "probability": 0.34130859375}, {"start": 2060.46, "end": 2060.74, "word": " and", "probability": 0.12176513671875}, {"start": 2060.74, "end": 2061.0, "word": " focus", "probability": 0.1934814453125}, {"start": 2061.0, "end": 2061.2, "word": " on", "probability": 0.916015625}, {"start": 2061.2, "end": 2061.3, "word": " the", "probability": 0.78466796875}, {"start": 2061.3, "end": 2061.68, "word": " competition", "probability": 0.595703125}], "temperature": 1.0}, {"id": 78, "seek": 207873, "start": 2063.73, "end": 2078.73, "text": " Ok, we finished it all. Let's move on to a new topic. Ok, I will talk about a new component in the graphics of the screen.", "tokens": [3477, 11, 321, 4335, 309, 439, 13, 961, 311, 1286, 322, 281, 257, 777, 4829, 13, 3477, 11, 286, 486, 751, 466, 257, 777, 6542, 294, 264, 11837, 295, 264, 2568, 13], "avg_logprob": -0.703125, "compression_ratio": 1.1941747572815533, "no_speech_prob": 0.0, "words": [{"start": 2063.73, "end": 2064.03, "word": " Ok,", "probability": 0.1444091796875}, {"start": 2064.31, "end": 2064.45, "word": " we", "probability": 0.45947265625}, {"start": 2064.45, "end": 2064.71, "word": " finished", "probability": 0.2462158203125}, {"start": 2064.71, "end": 2064.93, "word": " it", "probability": 0.228515625}, {"start": 2064.93, "end": 2065.61, "word": " all.", "probability": 0.703125}, {"start": 2065.93, "end": 2066.23, "word": " Let's", "probability": 0.5609130859375}, {"start": 2066.23, "end": 2067.73, "word": " move", "probability": 0.1680908203125}, {"start": 2067.73, "end": 2068.65, "word": " on", "probability": 0.38427734375}, {"start": 2068.65, "end": 2068.65, "word": " to", "probability": 0.83447265625}, {"start": 2068.65, "end": 2068.85, "word": " a", "probability": 0.428466796875}, {"start": 2068.85, "end": 2068.85, "word": " new", "probability": 0.86962890625}, {"start": 2068.85, "end": 2069.47, "word": " topic.", "probability": 0.755859375}, {"start": 2072.27, "end": 2072.77, "word": " Ok,", "probability": 0.434326171875}, {"start": 2073.31, "end": 2073.49, "word": " I", "probability": 0.61572265625}, {"start": 2073.49, "end": 2073.53, "word": " will", "probability": 0.296875}, {"start": 2073.53, "end": 2074.53, "word": " talk", "probability": 0.63232421875}, {"start": 2074.53, "end": 2074.93, "word": " about", "probability": 0.88330078125}, {"start": 2074.93, "end": 2075.67, "word": " a", "probability": 0.90283203125}, {"start": 2075.67, "end": 2075.71, "word": " new", "probability": 0.90478515625}, {"start": 2075.71, "end": 2076.27, "word": " component", "probability": 0.7470703125}, {"start": 2076.27, "end": 2077.15, "word": " in", "probability": 0.7802734375}, {"start": 2077.15, "end": 2077.15, "word": " the", "probability": 0.46533203125}, {"start": 2077.15, "end": 2077.15, "word": " graphics", "probability": 0.2841796875}, {"start": 2077.15, "end": 2078.31, "word": " of", "probability": 0.338623046875}, {"start": 2078.31, "end": 2078.45, "word": " the", "probability": 0.74560546875}, {"start": 2078.45, "end": 2078.73, "word": " screen.", "probability": 0.63037109375}], "temperature": 1.0}, {"id": 79, "seek": 211269, "start": 2091.04, "end": 2112.7, "text": " This component is called ListView and RecyclerView Most of the apps that you use, when you open them you will find a list", "tokens": [639, 6542, 307, 1219, 17668, 30203, 293, 1300, 1344, 66, 1918, 30203, 4534, 295, 264, 7733, 300, 291, 764, 11, 562, 291, 1269, 552, 291, 486, 915, 257, 1329], "avg_logprob": -0.553124996026357, "compression_ratio": 1.22, "no_speech_prob": 0.0, "words": [{"start": 2091.04, "end": 2091.62, "word": " This", "probability": 0.285888671875}, {"start": 2091.62, "end": 2092.2, "word": " component", "probability": 0.7607421875}, {"start": 2092.2, "end": 2092.72, "word": " is", "probability": 0.1910400390625}, {"start": 2092.72, "end": 2094.26, "word": " called", "probability": 0.464111328125}, {"start": 2094.26, "end": 2094.98, "word": " ListView", "probability": 0.664794921875}, {"start": 2094.98, "end": 2104.86, "word": " and", "probability": 0.52197265625}, {"start": 2104.86, "end": 2105.7, "word": " RecyclerView", "probability": 0.91005859375}, {"start": 2105.7, "end": 2109.1, "word": " Most", "probability": 0.44775390625}, {"start": 2109.1, "end": 2109.92, "word": " of", "probability": 0.42041015625}, {"start": 2109.92, "end": 2110.0, "word": " the", "probability": 0.8017578125}, {"start": 2110.0, "end": 2110.34, "word": " apps", "probability": 0.3837890625}, {"start": 2110.34, "end": 2110.52, "word": " that", "probability": 0.36767578125}, {"start": 2110.52, "end": 2110.62, "word": " you", "probability": 0.90771484375}, {"start": 2110.62, "end": 2111.02, "word": " use,", "probability": 0.67333984375}, {"start": 2111.46, "end": 2111.58, "word": " when", "probability": 0.2471923828125}, {"start": 2111.58, "end": 2111.62, "word": " you", "probability": 0.9609375}, {"start": 2111.62, "end": 2111.86, "word": " open", "probability": 0.83984375}, {"start": 2111.86, "end": 2111.96, "word": " them", "probability": 0.51318359375}, {"start": 2111.96, "end": 2112.06, "word": " you", "probability": 0.291748046875}, {"start": 2112.06, "end": 2112.18, "word": " will", "probability": 0.488525390625}, {"start": 2112.18, "end": 2112.28, "word": " find", "probability": 0.71533203125}, {"start": 2112.28, "end": 2112.48, "word": " a", "probability": 0.83349609375}, {"start": 2112.48, "end": 2112.7, "word": " list", "probability": 0.732421875}], "temperature": 1.0}, {"id": 80, "seek": 213930, "start": 2113.72, "end": 2139.3, "text": " A list of elements. For example, news. You click on an element, it opens a new screen for you. You open a website, you shop, you find elements. You click on an element, you buy it. Its price. There is a button, for example, or you click on it, it opens a lot of details for you. This is the list. Contacts, for example. On the phone, you find the numbers of people behind each other and their information. This element on the screen is called List View.", "tokens": [316, 1329, 295, 4959, 13, 1171, 1365, 11, 2583, 13, 509, 2052, 322, 364, 4478, 11, 309, 9870, 257, 777, 2568, 337, 291, 13, 509, 1269, 257, 3144, 11, 291, 3945, 11, 291, 915, 4959, 13, 509, 2052, 322, 364, 4478, 11, 291, 2256, 309, 13, 6953, 3218, 13, 821, 307, 257, 2960, 11, 337, 1365, 11, 420, 291, 2052, 322, 309, 11, 309, 9870, 257, 688, 295, 4365, 337, 291, 13, 639, 307, 264, 1329, 13, 4839, 15295, 11, 337, 1365, 13, 1282, 264, 2593, 11, 291, 915, 264, 3547, 295, 561, 2261, 1184, 661, 293, 641, 1589, 13, 639, 4478, 322, 264, 2568, 307, 1219, 17668, 13909, 13], "avg_logprob": -0.4172297157682814, "compression_ratio": 1.868312757201646, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2113.72, "end": 2114.08, "word": " A", "probability": 0.1795654296875}, {"start": 2114.08, "end": 2114.42, "word": " list", "probability": 0.732421875}, {"start": 2114.42, "end": 2114.6, "word": " of", "probability": 0.88623046875}, {"start": 2114.6, "end": 2115.04, "word": " elements.", "probability": 0.6611328125}, {"start": 2115.38, "end": 2115.7, "word": " For", "probability": 0.404541015625}, {"start": 2115.7, "end": 2115.88, "word": " example,", "probability": 0.88330078125}, {"start": 2115.88, "end": 2115.88, "word": " news.", "probability": 0.2445068359375}, {"start": 2116.26, "end": 2116.38, "word": " You", "probability": 0.576171875}, {"start": 2116.38, "end": 2116.56, "word": " click", "probability": 0.64208984375}, {"start": 2116.56, "end": 2116.72, "word": " on", "probability": 0.8984375}, {"start": 2116.72, "end": 2117.04, "word": " an", "probability": 0.70458984375}, {"start": 2117.04, "end": 2117.04, "word": " element,", "probability": 0.93798828125}, {"start": 2117.18, "end": 2117.22, "word": " it", "probability": 0.374267578125}, {"start": 2117.22, "end": 2117.44, "word": " opens", "probability": 0.72216796875}, {"start": 2117.44, "end": 2117.88, "word": " a", "probability": 0.82568359375}, {"start": 2117.88, "end": 2118.34, "word": " new", "probability": 0.85009765625}, {"start": 2118.34, "end": 2118.34, "word": " screen", "probability": 0.436279296875}, {"start": 2118.34, "end": 2118.5, "word": " for", "probability": 0.71728515625}, {"start": 2118.5, "end": 2118.5, "word": " you.", "probability": 0.96533203125}, {"start": 2118.9, "end": 2119.16, "word": " You", "probability": 0.83251953125}, {"start": 2119.16, "end": 2119.4, "word": " open", "probability": 0.6328125}, {"start": 2119.4, "end": 2119.72, "word": " a", "probability": 0.85986328125}, {"start": 2119.72, "end": 2119.72, "word": " website,", "probability": 0.301025390625}, {"start": 2119.76, "end": 2119.86, "word": " you", "probability": 0.4384765625}, {"start": 2119.86, "end": 2120.14, "word": " shop,", "probability": 0.39599609375}, {"start": 2120.26, "end": 2120.36, "word": " you", "probability": 0.859375}, {"start": 2120.36, "end": 2120.58, "word": " find", "probability": 0.73681640625}, {"start": 2120.58, "end": 2121.02, "word": " elements.", "probability": 0.79443359375}, {"start": 2121.14, "end": 2121.18, "word": " You", "probability": 0.50048828125}, {"start": 2121.18, "end": 2121.36, "word": " click", "probability": 0.642578125}, {"start": 2121.36, "end": 2121.54, "word": " on", "probability": 0.89990234375}, {"start": 2121.54, "end": 2121.72, "word": " an", "probability": 0.4287109375}, {"start": 2121.72, "end": 2121.72, "word": " element,", "probability": 0.96630859375}, {"start": 2121.86, "end": 2121.94, "word": " you", "probability": 0.8857421875}, {"start": 2121.94, "end": 2122.2, "word": " buy", "probability": 0.8564453125}, {"start": 2122.2, "end": 2122.44, "word": " it.", "probability": 0.853515625}, {"start": 2122.54, "end": 2122.8, "word": " Its", "probability": 0.458984375}, {"start": 2122.8, "end": 2122.8, "word": " price.", "probability": 0.90673828125}, {"start": 2123.2, "end": 2123.52, "word": " There", "probability": 0.62109375}, {"start": 2123.52, "end": 2123.58, "word": " is", "probability": 0.76806640625}, {"start": 2123.58, "end": 2123.7, "word": " a", "probability": 0.8671875}, {"start": 2123.7, "end": 2123.82, "word": " button,", "probability": 0.845703125}, {"start": 2123.92, "end": 2124.04, "word": " for", "probability": 0.689453125}, {"start": 2124.04, "end": 2124.08, "word": " example,", "probability": 0.9609375}, {"start": 2124.16, "end": 2124.28, "word": " or", "probability": 0.66259765625}, {"start": 2124.28, "end": 2124.4, "word": " you", "probability": 0.93408203125}, {"start": 2124.4, "end": 2124.54, "word": " click", "probability": 0.796875}, {"start": 2124.54, "end": 2124.78, "word": " on", "probability": 0.93212890625}, {"start": 2124.78, "end": 2124.84, "word": " it,", "probability": 0.94677734375}, {"start": 2124.92, "end": 2124.94, "word": " it", "probability": 0.90478515625}, {"start": 2124.94, "end": 2125.12, "word": " opens", "probability": 0.865234375}, {"start": 2125.12, "end": 2125.3, "word": " a", "probability": 0.10821533203125}, {"start": 2125.3, "end": 2125.8, "word": " lot", "probability": 0.49951171875}, {"start": 2125.8, "end": 2125.8, "word": " of", "probability": 0.9716796875}, {"start": 2125.8, "end": 2125.8, "word": " details", "probability": 0.8095703125}, {"start": 2125.8, "end": 2126.78, "word": " for", "probability": 0.6708984375}, {"start": 2126.78, "end": 2126.84, "word": " you.", "probability": 0.9677734375}, {"start": 2128.18, "end": 2128.54, "word": " This", "probability": 0.75341796875}, {"start": 2128.54, "end": 2128.56, "word": " is", "probability": 0.58642578125}, {"start": 2128.56, "end": 2128.68, "word": " the", "probability": 0.483154296875}, {"start": 2128.68, "end": 2128.96, "word": " list.", "probability": 0.86669921875}, {"start": 2129.74, "end": 2130.1, "word": " Contacts,", "probability": 0.78271484375}, {"start": 2130.18, "end": 2130.34, "word": " for", "probability": 0.94091796875}, {"start": 2130.34, "end": 2130.48, "word": " example.", "probability": 0.96923828125}, {"start": 2130.58, "end": 2130.66, "word": " On", "probability": 0.37451171875}, {"start": 2130.66, "end": 2131.0, "word": " the", "probability": 0.56005859375}, {"start": 2131.0, "end": 2131.32, "word": " phone,", "probability": 0.509765625}, {"start": 2131.46, "end": 2131.5, "word": " you", "probability": 0.8896484375}, {"start": 2131.5, "end": 2131.7, "word": " find", "probability": 0.583984375}, {"start": 2131.7, "end": 2131.96, "word": " the", "probability": 0.315185546875}, {"start": 2131.96, "end": 2132.38, "word": " numbers", "probability": 0.76171875}, {"start": 2132.38, "end": 2133.1, "word": " of", "probability": 0.92333984375}, {"start": 2133.1, "end": 2133.4, "word": " people", "probability": 0.52880859375}, {"start": 2133.4, "end": 2133.7, "word": " behind", "probability": 0.69189453125}, {"start": 2133.7, "end": 2133.92, "word": " each", "probability": 0.8388671875}, {"start": 2133.92, "end": 2133.92, "word": " other", "probability": 0.888671875}, {"start": 2133.92, "end": 2134.02, "word": " and", "probability": 0.431640625}, {"start": 2134.02, "end": 2134.04, "word": " their", "probability": 0.95263671875}, {"start": 2134.04, "end": 2134.3, "word": " information.", "probability": 0.62744140625}, {"start": 2137.04, "end": 2137.4, "word": " This", "probability": 0.79931640625}, {"start": 2137.4, "end": 2137.72, "word": " element", "probability": 0.91650390625}, {"start": 2137.72, "end": 2137.98, "word": " on", "probability": 0.435302734375}, {"start": 2137.98, "end": 2138.08, "word": " the", "probability": 0.91357421875}, {"start": 2138.08, "end": 2138.34, "word": " screen", "probability": 0.458740234375}, {"start": 2138.34, "end": 2138.64, "word": " is", "probability": 0.89794921875}, {"start": 2138.64, "end": 2138.82, "word": " called", "probability": 0.88427734375}, {"start": 2138.82, "end": 2139.08, "word": " List", "probability": 0.3349609375}, {"start": 2139.08, "end": 2139.3, "word": " View.", "probability": 0.69091796875}], "temperature": 1.0}, {"id": 81, "seek": 215394, "start": 2140.19, "end": 2153.95, "text": "We use ListView to display elements in the form of lists on the screen. 90% of applications need to use ListView.", "tokens": [4360, 764, 17668, 30203, 281, 4674, 4959, 294, 264, 1254, 295, 14511, 322, 264, 2568, 13, 4289, 4, 295, 5821, 643, 281, 764, 17668, 30203, 13], "avg_logprob": -0.4418402844005161, "compression_ratio": 1.2150537634408602, "no_speech_prob": 0.0, "words": [{"start": 2140.19, "end": 2141.15, "word": "We", "probability": 0.213134765625}, {"start": 2141.15, "end": 2142.13, "word": " use", "probability": 0.81787109375}, {"start": 2142.13, "end": 2142.13, "word": " ListView", "probability": 0.785400390625}, {"start": 2142.13, "end": 2142.55, "word": " to", "probability": 0.87060546875}, {"start": 2142.55, "end": 2142.87, "word": " display", "probability": 0.51611328125}, {"start": 2142.87, "end": 2143.45, "word": " elements", "probability": 0.6845703125}, {"start": 2143.45, "end": 2144.21, "word": " in", "probability": 0.37890625}, {"start": 2144.21, "end": 2144.47, "word": " the", "probability": 0.61474609375}, {"start": 2144.47, "end": 2144.47, "word": " form", "probability": 0.7158203125}, {"start": 2144.47, "end": 2144.59, "word": " of", "probability": 0.97265625}, {"start": 2144.59, "end": 2144.95, "word": " lists", "probability": 0.56640625}, {"start": 2144.95, "end": 2145.37, "word": " on", "probability": 0.80810546875}, {"start": 2145.37, "end": 2145.51, "word": " the", "probability": 0.697265625}, {"start": 2145.51, "end": 2145.81, "word": " screen.", "probability": 0.865234375}, {"start": 2147.77, "end": 2148.71, "word": " 90", "probability": 0.11688232421875}, {"start": 2148.71, "end": 2149.57, "word": "%", "probability": 0.95166015625}, {"start": 2149.57, "end": 2149.73, "word": " of", "probability": 0.94384765625}, {"start": 2149.73, "end": 2150.47, "word": " applications", "probability": 0.369384765625}, {"start": 2150.47, "end": 2152.43, "word": " need", "probability": 0.35302734375}, {"start": 2152.43, "end": 2153.07, "word": " to", "probability": 0.70068359375}, {"start": 2153.07, "end": 2153.43, "word": " use", "probability": 0.8408203125}, {"start": 2153.43, "end": 2153.95, "word": " ListView.", "probability": 0.911376953125}], "temperature": 1.0}, {"id": 82, "seek": 218313, "start": 2154.83, "end": 2183.13, "text": " When you show any group of elements, you use ListView. For example, the application of the student's materials on the phone. You show them as ListView. ListView students' names. ListView news. Okay? So, it is very important for us to learn how to use ListView, how to fill it with data, and how to design it in the way we want it to be. Okay? Okay. There are two elements in Android. One is called ListView, and then they developed it and made a replacement element called RecyclerView.", "tokens": [1133, 291, 855, 604, 1594, 295, 4959, 11, 291, 764, 17668, 30203, 13, 1171, 1365, 11, 264, 3861, 295, 264, 3107, 311, 5319, 322, 264, 2593, 13, 509, 855, 552, 382, 17668, 30203, 13, 17668, 30203, 1731, 6, 5288, 13, 17668, 30203, 2583, 13, 1033, 30, 407, 11, 309, 307, 588, 1021, 337, 505, 281, 1466, 577, 281, 764, 17668, 30203, 11, 577, 281, 2836, 309, 365, 1412, 11, 293, 577, 281, 1715, 309, 294, 264, 636, 321, 528, 309, 281, 312, 13, 1033, 30, 1033, 13, 821, 366, 732, 4959, 294, 8853, 13, 1485, 307, 1219, 17668, 30203, 11, 293, 550, 436, 4743, 309, 293, 1027, 257, 14419, 4478, 1219, 1300, 1344, 66, 1918, 30203, 13], "avg_logprob": -0.4441207528619443, "compression_ratio": 1.7773722627737227, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2154.83, "end": 2155.09, "word": " When", "probability": 0.4443359375}, {"start": 2155.09, "end": 2155.39, "word": " you", "probability": 0.84130859375}, {"start": 2155.39, "end": 2155.59, "word": " show", "probability": 0.2705078125}, {"start": 2155.59, "end": 2155.83, "word": " any", "probability": 0.393310546875}, {"start": 2155.83, "end": 2156.17, "word": " group", "probability": 0.5849609375}, {"start": 2156.17, "end": 2156.33, "word": " of", "probability": 0.703125}, {"start": 2156.33, "end": 2156.63, "word": " elements,", "probability": 0.64794921875}, {"start": 2156.83, "end": 2157.49, "word": " you", "probability": 0.859375}, {"start": 2157.49, "end": 2157.79, "word": " use", "probability": 0.7802734375}, {"start": 2157.79, "end": 2158.25, "word": " ListView.", "probability": 0.794677734375}, {"start": 2158.47, "end": 2158.73, "word": " For", "probability": 0.28662109375}, {"start": 2158.73, "end": 2158.93, "word": " example,", "probability": 0.8974609375}, {"start": 2158.93, "end": 2158.93, "word": " the", "probability": 0.1884765625}, {"start": 2158.93, "end": 2158.93, "word": " application", "probability": 0.342529296875}, {"start": 2158.93, "end": 2159.53, "word": " of", "probability": 0.748046875}, {"start": 2159.53, "end": 2159.53, "word": " the", "probability": 0.4384765625}, {"start": 2159.53, "end": 2160.53, "word": " student's", "probability": 0.5906982421875}, {"start": 2160.53, "end": 2160.53, "word": " materials", "probability": 0.2366943359375}, {"start": 2160.53, "end": 2160.63, "word": " on", "probability": 0.77294921875}, {"start": 2160.63, "end": 2160.71, "word": " the", "probability": 0.52197265625}, {"start": 2160.71, "end": 2161.01, "word": " phone.", "probability": 0.461181640625}, {"start": 2161.69, "end": 2161.99, "word": " You", "probability": 0.71728515625}, {"start": 2161.99, "end": 2162.21, "word": " show", "probability": 0.671875}, {"start": 2162.21, "end": 2162.33, "word": " them", "probability": 0.3955078125}, {"start": 2162.33, "end": 2162.49, "word": " as", "probability": 0.814453125}, {"start": 2162.49, "end": 2162.95, "word": " ListView.", "probability": 0.8427734375}, {"start": 2164.55, "end": 2165.03, "word": " ListView", "probability": 0.765869140625}, {"start": 2165.03, "end": 2165.03, "word": " students'", "probability": 0.45068359375}, {"start": 2165.03, "end": 2165.03, "word": " names.", "probability": 0.70263671875}, {"start": 2165.87, "end": 2166.35, "word": " ListView", "probability": 0.77587890625}, {"start": 2166.35, "end": 2166.35, "word": " news.", "probability": 0.54150390625}, {"start": 2166.49, "end": 2166.97, "word": " Okay?", "probability": 0.2081298828125}, {"start": 2167.03, "end": 2167.13, "word": " So,", "probability": 0.7548828125}, {"start": 2167.27, "end": 2167.29, "word": " it", "probability": 0.5546875}, {"start": 2167.29, "end": 2167.33, "word": " is", "probability": 0.62158203125}, {"start": 2167.33, "end": 2167.33, "word": " very", "probability": 0.419189453125}, {"start": 2167.33, "end": 2167.55, "word": " important", "probability": 0.5869140625}, {"start": 2167.55, "end": 2167.79, "word": " for", "probability": 0.494384765625}, {"start": 2167.79, "end": 2167.79, "word": " us", "probability": 0.9189453125}, {"start": 2167.79, "end": 2167.93, "word": " to", "probability": 0.9638671875}, {"start": 2167.93, "end": 2168.37, "word": " learn", "probability": 0.9404296875}, {"start": 2168.37, "end": 2169.37, "word": " how", "probability": 0.86962890625}, {"start": 2169.37, "end": 2169.61, "word": " to", "probability": 0.92578125}, {"start": 2169.61, "end": 2169.99, "word": " use", "probability": 0.869140625}, {"start": 2169.99, "end": 2170.61, "word": " ListView,", "probability": 0.85986328125}, {"start": 2170.85, "end": 2171.29, "word": " how", "probability": 0.873046875}, {"start": 2171.29, "end": 2171.37, "word": " to", "probability": 0.95556640625}, {"start": 2171.37, "end": 2171.61, "word": " fill", "probability": 0.43896484375}, {"start": 2171.61, "end": 2171.71, "word": " it", "probability": 0.5634765625}, {"start": 2171.71, "end": 2171.73, "word": " with", "probability": 0.7783203125}, {"start": 2171.73, "end": 2172.01, "word": " data,", "probability": 0.876953125}, {"start": 2172.25, "end": 2172.37, "word": " and", "probability": 0.9208984375}, {"start": 2172.37, "end": 2172.55, "word": " how", "probability": 0.93505859375}, {"start": 2172.55, "end": 2172.67, "word": " to", "probability": 0.9482421875}, {"start": 2172.67, "end": 2172.97, "word": " design", "probability": 0.96337890625}, {"start": 2172.97, "end": 2173.19, "word": " it", "probability": 0.44580078125}, {"start": 2173.19, "end": 2173.21, "word": " in", "probability": 0.41796875}, {"start": 2173.21, "end": 2173.23, "word": " the", "probability": 0.84912109375}, {"start": 2173.23, "end": 2173.47, "word": " way", "probability": 0.93896484375}, {"start": 2173.47, "end": 2173.69, "word": " we", "probability": 0.69287109375}, {"start": 2173.69, "end": 2173.91, "word": " want", "probability": 0.83935546875}, {"start": 2173.91, "end": 2174.13, "word": " it", "probability": 0.625}, {"start": 2174.13, "end": 2174.13, "word": " to", "probability": 0.68017578125}, {"start": 2174.13, "end": 2174.61, "word": " be.", "probability": 0.86328125}, {"start": 2174.61, "end": 2174.87, "word": " Okay?", "probability": 0.74658203125}, {"start": 2176.63, "end": 2176.83, "word": " Okay.", "probability": 0.330322265625}, {"start": 2176.89, "end": 2177.05, "word": " There", "probability": 0.759765625}, {"start": 2177.05, "end": 2177.05, "word": " are", "probability": 0.93212890625}, {"start": 2177.05, "end": 2177.43, "word": " two", "probability": 0.9189453125}, {"start": 2177.43, "end": 2177.43, "word": " elements", "probability": 0.69580078125}, {"start": 2177.43, "end": 2177.93, "word": " in", "probability": 0.452880859375}, {"start": 2177.93, "end": 2178.37, "word": " Android.", "probability": 0.92578125}, {"start": 2178.45, "end": 2178.67, "word": " One", "probability": 0.88720703125}, {"start": 2178.67, "end": 2178.83, "word": " is", "probability": 0.59716796875}, {"start": 2178.83, "end": 2178.99, "word": " called", "probability": 0.61474609375}, {"start": 2178.99, "end": 2179.51, "word": " ListView,", "probability": 0.937744140625}, {"start": 2179.89, "end": 2179.93, "word": " and", "probability": 0.39599609375}, {"start": 2179.93, "end": 2180.17, "word": " then", "probability": 0.70556640625}, {"start": 2180.17, "end": 2180.29, "word": " they", "probability": 0.64697265625}, {"start": 2180.29, "end": 2180.55, "word": " developed", "probability": 0.55224609375}, {"start": 2180.55, "end": 2180.87, "word": " it", "probability": 0.8896484375}, {"start": 2180.87, "end": 2181.01, "word": " and", "probability": 0.603515625}, {"start": 2181.01, "end": 2181.21, "word": " made", "probability": 0.34375}, {"start": 2181.21, "end": 2181.47, "word": " a", "probability": 0.517578125}, {"start": 2181.47, "end": 2181.79, "word": " replacement", "probability": 0.363037109375}, {"start": 2181.79, "end": 2182.13, "word": " element", "probability": 0.54150390625}, {"start": 2182.13, "end": 2182.39, "word": " called", "probability": 0.73828125}, {"start": 2182.39, "end": 2183.13, "word": " RecyclerView.", "probability": 0.92099609375}], "temperature": 1.0}, {"id": 83, "seek": 221002, "start": 2185.26, "end": 2210.02, "text": " Now we are going to talk about both, why both? Because we are going to talk about the new one But the problem is that it is difficult for you to understand the new one unless you understand the old one, we are forced to do that So we are going to start with the list view, where will you find the list view guys? You will find it in the list here, something called legacy Legacy are the old things, the old things that made new things, they always put them where? Yes, in the legacy", "tokens": [823, 321, 366, 516, 281, 751, 466, 1293, 11, 983, 1293, 30, 1436, 321, 366, 516, 281, 751, 466, 264, 777, 472, 583, 264, 1154, 307, 300, 309, 307, 2252, 337, 291, 281, 1223, 264, 777, 472, 5969, 291, 1223, 264, 1331, 472, 11, 321, 366, 7579, 281, 360, 300, 407, 321, 366, 516, 281, 722, 365, 264, 1329, 1910, 11, 689, 486, 291, 915, 264, 1329, 1910, 1074, 30, 509, 486, 915, 309, 294, 264, 1329, 510, 11, 746, 1219, 11711, 42838, 366, 264, 1331, 721, 11, 264, 1331, 721, 300, 1027, 777, 721, 11, 436, 1009, 829, 552, 689, 30, 1079, 11, 294, 264, 11711], "avg_logprob": -0.5098379397833789, "compression_ratio": 2.0294117647058822, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2185.2599999999998, "end": 2185.62, "word": " Now", "probability": 0.58154296875}, {"start": 2185.62, "end": 2185.94, "word": " we", "probability": 0.4833984375}, {"start": 2185.94, "end": 2185.94, "word": " are", "probability": 0.1878662109375}, {"start": 2185.94, "end": 2185.98, "word": " going", "probability": 0.90087890625}, {"start": 2185.98, "end": 2185.98, "word": " to", "probability": 0.95947265625}, {"start": 2185.98, "end": 2186.12, "word": " talk", "probability": 0.76171875}, {"start": 2186.12, "end": 2186.26, "word": " about", "probability": 0.9052734375}, {"start": 2186.26, "end": 2186.6, "word": " both,", "probability": 0.6923828125}, {"start": 2186.66, "end": 2186.84, "word": " why", "probability": 0.6015625}, {"start": 2186.84, "end": 2187.22, "word": " both?", "probability": 0.74462890625}, {"start": 2187.38, "end": 2187.74, "word": " Because", "probability": 0.377197265625}, {"start": 2187.74, "end": 2187.88, "word": " we", "probability": 0.759765625}, {"start": 2187.88, "end": 2187.96, "word": " are", "probability": 0.6630859375}, {"start": 2187.96, "end": 2188.06, "word": " going", "probability": 0.6845703125}, {"start": 2188.06, "end": 2188.06, "word": " to", "probability": 0.95849609375}, {"start": 2188.06, "end": 2188.2, "word": " talk", "probability": 0.8076171875}, {"start": 2188.2, "end": 2188.34, "word": " about", "probability": 0.8837890625}, {"start": 2188.34, "end": 2188.42, "word": " the", "probability": 0.33740234375}, {"start": 2188.42, "end": 2188.58, "word": " new", "probability": 0.74365234375}, {"start": 2188.58, "end": 2189.3, "word": " one", "probability": 0.272216796875}, {"start": 2189.3, "end": 2189.74, "word": " But", "probability": 0.328369140625}, {"start": 2189.74, "end": 2190.5, "word": " the", "probability": 0.55322265625}, {"start": 2190.5, "end": 2190.7, "word": " problem", "probability": 0.74267578125}, {"start": 2190.7, "end": 2190.88, "word": " is", "probability": 0.87841796875}, {"start": 2190.88, "end": 2190.9, "word": " that", "probability": 0.62060546875}, {"start": 2190.9, "end": 2190.9, "word": " it", "probability": 0.8154296875}, {"start": 2190.9, "end": 2190.96, "word": " is", "probability": 0.7001953125}, {"start": 2190.96, "end": 2191.18, "word": " difficult", "probability": 0.328125}, {"start": 2191.18, "end": 2191.26, "word": " for", "probability": 0.38671875}, {"start": 2191.26, "end": 2191.38, "word": " you", "probability": 0.89794921875}, {"start": 2191.38, "end": 2191.44, "word": " to", "probability": 0.9638671875}, {"start": 2191.44, "end": 2191.64, "word": " understand", "probability": 0.6787109375}, {"start": 2191.64, "end": 2191.76, "word": " the", "probability": 0.77734375}, {"start": 2191.76, "end": 2191.98, "word": " new", "probability": 0.8544921875}, {"start": 2191.98, "end": 2192.8, "word": " one", "probability": 0.56005859375}, {"start": 2192.8, "end": 2192.96, "word": " unless", "probability": 0.1527099609375}, {"start": 2192.96, "end": 2193.26, "word": " you", "probability": 0.93408203125}, {"start": 2193.26, "end": 2193.52, "word": " understand", "probability": 0.68212890625}, {"start": 2193.52, "end": 2193.62, "word": " the", "probability": 0.89453125}, {"start": 2193.62, "end": 2193.76, "word": " old", "probability": 0.8486328125}, {"start": 2193.76, "end": 2193.84, "word": " one,", "probability": 0.87890625}, {"start": 2193.86, "end": 2194.0, "word": " we", "probability": 0.58154296875}, {"start": 2194.0, "end": 2194.1, "word": " are", "probability": 0.44580078125}, {"start": 2194.1, "end": 2194.34, "word": " forced", "probability": 0.626953125}, {"start": 2194.34, "end": 2194.54, "word": " to", "probability": 0.96484375}, {"start": 2194.54, "end": 2194.64, "word": " do", "probability": 0.87255859375}, {"start": 2194.64, "end": 2194.9, "word": " that", "probability": 0.348388671875}, {"start": 2194.9, "end": 2195.82, "word": " So", "probability": 0.287841796875}, {"start": 2195.82, "end": 2197.24, "word": " we", "probability": 0.426025390625}, {"start": 2197.24, "end": 2197.28, "word": " are", "probability": 0.491943359375}, {"start": 2197.28, "end": 2197.34, "word": " going", "probability": 0.92041015625}, {"start": 2197.34, "end": 2197.34, "word": " to", "probability": 0.96728515625}, {"start": 2197.34, "end": 2197.52, "word": " start", "probability": 0.87939453125}, {"start": 2197.52, "end": 2197.94, "word": " with", "probability": 0.80517578125}, {"start": 2197.94, "end": 2198.06, "word": " the", "probability": 0.5068359375}, {"start": 2198.06, "end": 2198.24, "word": " list", "probability": 0.61865234375}, {"start": 2198.24, "end": 2198.44, "word": " view,", "probability": 0.79833984375}, {"start": 2198.48, "end": 2199.12, "word": " where", "probability": 0.470947265625}, {"start": 2199.12, "end": 2199.26, "word": " will", "probability": 0.264404296875}, {"start": 2199.26, "end": 2199.3, "word": " you", "probability": 0.916015625}, {"start": 2199.3, "end": 2199.5, "word": " find", "probability": 0.86083984375}, {"start": 2199.5, "end": 2199.58, "word": " the", "probability": 0.44873046875}, {"start": 2199.58, "end": 2199.58, "word": " list", "probability": 0.88623046875}, {"start": 2199.58, "end": 2199.58, "word": " view", "probability": 0.86328125}, {"start": 2199.58, "end": 2199.92, "word": " guys?", "probability": 0.3818359375}, {"start": 2200.0, "end": 2200.1, "word": " You", "probability": 0.7734375}, {"start": 2200.1, "end": 2200.14, "word": " will", "probability": 0.82177734375}, {"start": 2200.14, "end": 2200.32, "word": " find", "probability": 0.853515625}, {"start": 2200.32, "end": 2200.46, "word": " it", "probability": 0.8720703125}, {"start": 2200.46, "end": 2200.6, "word": " in", "probability": 0.76708984375}, {"start": 2200.6, "end": 2201.0, "word": " the", "probability": 0.61328125}, {"start": 2201.0, "end": 2201.18, "word": " list", "probability": 0.381103515625}, {"start": 2201.18, "end": 2201.38, "word": " here,", "probability": 0.63134765625}, {"start": 2201.38, "end": 2201.56, "word": " something", "probability": 0.3369140625}, {"start": 2201.56, "end": 2201.76, "word": " called", "probability": 0.84423828125}, {"start": 2201.76, "end": 2202.16, "word": " legacy", "probability": 0.63818359375}, {"start": 2202.16, "end": 2203.8, "word": " Legacy", "probability": 0.89306640625}, {"start": 2203.8, "end": 2204.06, "word": " are", "probability": 0.2744140625}, {"start": 2204.06, "end": 2204.18, "word": " the", "probability": 0.52880859375}, {"start": 2204.18, "end": 2204.2, "word": " old", "probability": 0.88525390625}, {"start": 2204.2, "end": 2204.9, "word": " things,", "probability": 0.5439453125}, {"start": 2205.14, "end": 2205.72, "word": " the", "probability": 0.662109375}, {"start": 2205.72, "end": 2206.12, "word": " old", "probability": 0.7919921875}, {"start": 2206.12, "end": 2206.24, "word": " things", "probability": 0.78173828125}, {"start": 2206.24, "end": 2206.46, "word": " that", "probability": 0.62841796875}, {"start": 2206.46, "end": 2206.68, "word": " made", "probability": 0.2315673828125}, {"start": 2206.68, "end": 2206.88, "word": " new", "probability": 0.239990234375}, {"start": 2206.88, "end": 2207.18, "word": " things,", "probability": 0.67822265625}, {"start": 2207.64, "end": 2207.78, "word": " they", "probability": 0.69970703125}, {"start": 2207.78, "end": 2208.0, "word": " always", "probability": 0.63671875}, {"start": 2208.0, "end": 2208.0, "word": " put", "probability": 0.826171875}, {"start": 2208.0, "end": 2208.24, "word": " them", "probability": 0.5751953125}, {"start": 2208.24, "end": 2208.5, "word": " where?", "probability": 0.64599609375}, {"start": 2209.24, "end": 2209.6, "word": " Yes,", "probability": 0.3720703125}, {"start": 2209.64, "end": 2209.72, "word": " in", "probability": 0.87841796875}, {"start": 2209.72, "end": 2209.8, "word": " the", "probability": 0.78466796875}, {"start": 2209.8, "end": 2210.02, "word": " legacy", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 84, "seek": 223873, "start": 2214.37, "end": 2238.73, "text": " from Windows to the device, it doesn't bother you at all. You have to remove the Legacy activation from the boot, from entering the boot. I don't understand what you're saying. Maybe this is different from what you're saying, from what I'm saying. Okay. Now, ListView, to add it to the screen, when you drag it,", "tokens": [490, 8591, 281, 264, 4302, 11, 309, 1177, 380, 8677, 291, 412, 439, 13, 509, 362, 281, 4159, 264, 42838, 24433, 490, 264, 11450, 11, 490, 11104, 264, 11450, 13, 286, 500, 380, 1223, 437, 291, 434, 1566, 13, 2704, 341, 307, 819, 490, 437, 291, 434, 1566, 11, 490, 437, 286, 478, 1566, 13, 1033, 13, 823, 11, 17668, 30203, 11, 281, 909, 309, 281, 264, 2568, 11, 562, 291, 5286, 309, 11], "avg_logprob": -0.4758333253860474, "compression_ratio": 1.583756345177665, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2214.37, "end": 2214.51, "word": " from", "probability": 0.11651611328125}, {"start": 2214.51, "end": 2214.95, "word": " Windows", "probability": 0.42822265625}, {"start": 2214.95, "end": 2215.35, "word": " to", "probability": 0.56201171875}, {"start": 2215.35, "end": 2216.05, "word": " the", "probability": 0.34228515625}, {"start": 2216.05, "end": 2216.29, "word": " device,", "probability": 0.69384765625}, {"start": 2216.37, "end": 2216.51, "word": " it", "probability": 0.26708984375}, {"start": 2216.51, "end": 2216.51, "word": " doesn't", "probability": 0.66455078125}, {"start": 2216.51, "end": 2216.65, "word": " bother", "probability": 0.243408203125}, {"start": 2216.65, "end": 2216.91, "word": " you", "probability": 0.75}, {"start": 2216.91, "end": 2217.03, "word": " at", "probability": 0.267822265625}, {"start": 2217.03, "end": 2217.15, "word": " all.", "probability": 0.94921875}, {"start": 2217.69, "end": 2217.85, "word": " You", "probability": 0.873046875}, {"start": 2217.85, "end": 2217.93, "word": " have", "probability": 0.48291015625}, {"start": 2217.93, "end": 2218.03, "word": " to", "probability": 0.96630859375}, {"start": 2218.03, "end": 2218.21, "word": " remove", "probability": 0.48388671875}, {"start": 2218.21, "end": 2218.41, "word": " the", "probability": 0.73681640625}, {"start": 2218.41, "end": 2218.91, "word": " Legacy", "probability": 0.400634765625}, {"start": 2218.91, "end": 2218.91, "word": " activation", "probability": 0.38330078125}, {"start": 2218.91, "end": 2220.05, "word": " from", "probability": 0.8173828125}, {"start": 2220.05, "end": 2220.17, "word": " the", "probability": 0.77978515625}, {"start": 2220.17, "end": 2220.37, "word": " boot,", "probability": 0.83056640625}, {"start": 2220.43, "end": 2220.53, "word": " from", "probability": 0.371826171875}, {"start": 2220.53, "end": 2220.75, "word": " entering", "probability": 0.18212890625}, {"start": 2220.75, "end": 2220.91, "word": " the", "probability": 0.84326171875}, {"start": 2220.91, "end": 2221.09, "word": " boot.", "probability": 0.97265625}, {"start": 2221.57, "end": 2221.73, "word": " I", "probability": 0.59130859375}, {"start": 2221.73, "end": 2221.87, "word": " don't", "probability": 0.872802734375}, {"start": 2221.87, "end": 2222.09, "word": " understand", "probability": 0.65185546875}, {"start": 2222.09, "end": 2222.25, "word": " what", "probability": 0.83251953125}, {"start": 2222.25, "end": 2222.43, "word": " you're", "probability": 0.6358642578125}, {"start": 2222.43, "end": 2222.55, "word": " saying.", "probability": 0.88818359375}, {"start": 2223.47, "end": 2223.55, "word": " Maybe", "probability": 0.471435546875}, {"start": 2223.55, "end": 2223.79, "word": " this", "probability": 0.53271484375}, {"start": 2223.79, "end": 2223.85, "word": " is", "probability": 0.80126953125}, {"start": 2223.85, "end": 2224.17, "word": " different", "probability": 0.8720703125}, {"start": 2224.17, "end": 2224.93, "word": " from", "probability": 0.71826171875}, {"start": 2224.93, "end": 2225.05, "word": " what", "probability": 0.93115234375}, {"start": 2225.05, "end": 2225.33, "word": " you're", "probability": 0.83251953125}, {"start": 2225.33, "end": 2225.61, "word": " saying,", "probability": 0.49169921875}, {"start": 2226.03, "end": 2226.23, "word": " from", "probability": 0.67431640625}, {"start": 2226.23, "end": 2226.29, "word": " what", "probability": 0.935546875}, {"start": 2226.29, "end": 2226.51, "word": " I'm", "probability": 0.95263671875}, {"start": 2226.51, "end": 2226.71, "word": " saying.", "probability": 0.8154296875}, {"start": 2232.17, "end": 2232.57, "word": " Okay.", "probability": 0.45556640625}, {"start": 2235.65, "end": 2236.05, "word": " Now,", "probability": 0.87939453125}, {"start": 2236.09, "end": 2236.57, "word": " ListView,", "probability": 0.7071533203125}, {"start": 2236.71, "end": 2236.81, "word": " to", "probability": 0.61669921875}, {"start": 2236.81, "end": 2237.07, "word": " add", "probability": 0.81640625}, {"start": 2237.07, "end": 2237.21, "word": " it", "probability": 0.71630859375}, {"start": 2237.21, "end": 2237.27, "word": " to", "probability": 0.77685546875}, {"start": 2237.27, "end": 2237.35, "word": " the", "probability": 0.91064453125}, {"start": 2237.35, "end": 2237.59, "word": " screen,", "probability": 0.84033203125}, {"start": 2237.65, "end": 2237.87, "word": " when", "probability": 0.17919921875}, {"start": 2237.87, "end": 2238.07, "word": " you", "probability": 0.93994140625}, {"start": 2238.07, "end": 2238.65, "word": " drag", "probability": 0.295654296875}, {"start": 2238.65, "end": 2238.73, "word": " it,", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 85, "seek": 226041, "start": 2239.53, "end": 2260.41, "text": "Drag and drop, okay? I'm not looking at the view, I don't want it, I want to run xml, okay? So the gate here is 0db and the height is 0db. Why did I make it 0 0? To bore the screen. But I want to say top to top of parent, bottom", "tokens": [35, 3731, 293, 3270, 11, 1392, 30, 286, 478, 406, 1237, 412, 264, 1910, 11, 286, 500, 380, 528, 309, 11, 286, 528, 281, 1190, 2031, 15480, 11, 1392, 30, 407, 264, 8539, 510, 307, 1958, 67, 65, 293, 264, 6681, 307, 1958, 67, 65, 13, 1545, 630, 286, 652, 309, 1958, 1958, 30, 1407, 26002, 264, 2568, 13, 583, 286, 528, 281, 584, 1192, 281, 1192, 295, 2596, 11, 2767], "avg_logprob": -0.4900173532466094, "compression_ratio": 1.425, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2239.53, "end": 2239.87, "word": "Drag", "probability": 0.55078125}, {"start": 2239.87, "end": 2240.05, "word": " and", "probability": 0.560546875}, {"start": 2240.05, "end": 2240.23, "word": " drop,", "probability": 0.669921875}, {"start": 2240.53, "end": 2240.77, "word": " okay?", "probability": 0.296142578125}, {"start": 2241.33, "end": 2241.73, "word": " I'm", "probability": 0.6319580078125}, {"start": 2241.73, "end": 2241.83, "word": " not", "probability": 0.91845703125}, {"start": 2241.83, "end": 2242.01, "word": " looking", "probability": 0.216796875}, {"start": 2242.01, "end": 2242.15, "word": " at", "probability": 0.74755859375}, {"start": 2242.15, "end": 2242.35, "word": " the", "probability": 0.8017578125}, {"start": 2242.35, "end": 2242.55, "word": " view,", "probability": 0.7158203125}, {"start": 2242.63, "end": 2242.65, "word": " I", "probability": 0.8310546875}, {"start": 2242.65, "end": 2242.73, "word": " don't", "probability": 0.756103515625}, {"start": 2242.73, "end": 2242.83, "word": " want", "probability": 0.65576171875}, {"start": 2242.83, "end": 2243.05, "word": " it,", "probability": 0.62158203125}, {"start": 2243.11, "end": 2243.15, "word": " I", "probability": 0.96484375}, {"start": 2243.15, "end": 2243.25, "word": " want", "probability": 0.77734375}, {"start": 2243.25, "end": 2243.33, "word": " to", "probability": 0.7314453125}, {"start": 2243.33, "end": 2243.51, "word": " run", "probability": 0.6328125}, {"start": 2243.51, "end": 2243.91, "word": " xml,", "probability": 0.6495361328125}, {"start": 2244.33, "end": 2244.61, "word": " okay?", "probability": 0.8212890625}, {"start": 2245.67, "end": 2246.07, "word": " So", "probability": 0.69140625}, {"start": 2246.07, "end": 2246.23, "word": " the", "probability": 0.18505859375}, {"start": 2246.23, "end": 2246.45, "word": " gate", "probability": 0.5703125}, {"start": 2246.45, "end": 2246.89, "word": " here", "probability": 0.251953125}, {"start": 2246.89, "end": 2246.89, "word": " is", "probability": 0.308349609375}, {"start": 2246.89, "end": 2248.23, "word": " 0db", "probability": 0.7425130208333334}, {"start": 2248.23, "end": 2249.69, "word": " and", "probability": 0.460205078125}, {"start": 2249.69, "end": 2249.79, "word": " the", "probability": 0.81640625}, {"start": 2249.79, "end": 2250.15, "word": " height", "probability": 0.943359375}, {"start": 2250.15, "end": 2250.33, "word": " is", "probability": 0.5810546875}, {"start": 2250.33, "end": 2250.93, "word": " 0db.", "probability": 0.98388671875}, {"start": 2250.97, "end": 2251.15, "word": " Why", "probability": 0.8193359375}, {"start": 2251.15, "end": 2251.29, "word": " did", "probability": 0.85498046875}, {"start": 2251.29, "end": 2251.47, "word": " I", "probability": 0.70751953125}, {"start": 2251.47, "end": 2251.47, "word": " make", "probability": 0.47509765625}, {"start": 2251.47, "end": 2251.63, "word": " it", "probability": 0.8642578125}, {"start": 2251.63, "end": 2251.85, "word": " 0", "probability": 0.363037109375}, {"start": 2251.85, "end": 2252.17, "word": " 0?", "probability": 0.5302734375}, {"start": 2252.91, "end": 2253.31, "word": " To", "probability": 0.467529296875}, {"start": 2253.31, "end": 2253.67, "word": " bore", "probability": 0.206298828125}, {"start": 2253.67, "end": 2253.81, "word": " the", "probability": 0.8037109375}, {"start": 2253.81, "end": 2254.03, "word": " screen.", "probability": 0.736328125}, {"start": 2254.11, "end": 2254.25, "word": " But", "probability": 0.59033203125}, {"start": 2254.25, "end": 2254.41, "word": " I", "probability": 0.92529296875}, {"start": 2254.41, "end": 2254.41, "word": " want", "probability": 0.77001953125}, {"start": 2254.41, "end": 2254.43, "word": " to", "probability": 0.962890625}, {"start": 2254.43, "end": 2254.61, "word": " say", "probability": 0.47998046875}, {"start": 2254.61, "end": 2254.97, "word": " top", "probability": 0.6904296875}, {"start": 2254.97, "end": 2256.91, "word": " to", "probability": 0.685546875}, {"start": 2256.91, "end": 2257.21, "word": " top", "probability": 0.9150390625}, {"start": 2257.21, "end": 2257.43, "word": " of", "probability": 0.9150390625}, {"start": 2257.43, "end": 2257.97, "word": " parent,", "probability": 0.94091796875}, {"start": 2259.07, "end": 2260.41, "word": " bottom", "probability": 0.84765625}], "temperature": 1.0}, {"id": 86, "seek": 231440, "start": 2284.72, "end": 2314.4, "text": " Ok, this list view is supposed to fill the screen. How do we fill the list view? The easiest way to fill the list view is to fill it with strings. What are strings? Ok, we fill it with strings just like we filled the spinner. Ok, how do we fill the spinner? You need to go to the xml file and type string array. For example, list", "tokens": [3477, 11, 341, 1329, 1910, 307, 3442, 281, 2836, 264, 2568, 13, 1012, 360, 321, 2836, 264, 1329, 1910, 30, 440, 12889, 636, 281, 2836, 264, 1329, 1910, 307, 281, 2836, 309, 365, 13985, 13, 708, 366, 13985, 30, 3477, 11, 321, 2836, 309, 365, 13985, 445, 411, 321, 6412, 264, 44849, 13, 3477, 11, 577, 360, 321, 2836, 264, 44849, 30, 509, 643, 281, 352, 281, 264, 2031, 15480, 3991, 293, 2010, 6798, 10225, 13, 1171, 1365, 11, 1329], "avg_logprob": -0.5655864433006004, "compression_ratio": 1.8333333333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2284.72, "end": 2285.04, "word": " Ok,", "probability": 0.1265869140625}, {"start": 2285.3, "end": 2285.58, "word": " this", "probability": 0.407958984375}, {"start": 2285.58, "end": 2286.26, "word": " list", "probability": 0.30810546875}, {"start": 2286.26, "end": 2286.48, "word": " view", "probability": 0.6337890625}, {"start": 2286.48, "end": 2286.58, "word": " is", "probability": 0.3486328125}, {"start": 2286.58, "end": 2286.82, "word": " supposed", "probability": 0.62451171875}, {"start": 2286.82, "end": 2286.9, "word": " to", "probability": 0.96044921875}, {"start": 2286.9, "end": 2287.16, "word": " fill", "probability": 0.76953125}, {"start": 2287.16, "end": 2287.82, "word": " the", "probability": 0.60498046875}, {"start": 2287.82, "end": 2288.04, "word": " screen.", "probability": 0.70068359375}, {"start": 2288.12, "end": 2288.48, "word": " How", "probability": 0.48876953125}, {"start": 2288.48, "end": 2288.58, "word": " do", "probability": 0.392822265625}, {"start": 2288.58, "end": 2288.62, "word": " we", "probability": 0.80078125}, {"start": 2288.62, "end": 2288.78, "word": " fill", "probability": 0.81494140625}, {"start": 2288.78, "end": 2288.9, "word": " the", "probability": 0.59814453125}, {"start": 2288.9, "end": 2289.08, "word": " list", "probability": 0.86328125}, {"start": 2289.08, "end": 2289.32, "word": " view?", "probability": 0.8330078125}, {"start": 2289.82, "end": 2290.3, "word": " The", "probability": 0.755859375}, {"start": 2290.3, "end": 2290.46, "word": " easiest", "probability": 0.89794921875}, {"start": 2290.46, "end": 2290.8, "word": " way", "probability": 0.9384765625}, {"start": 2290.8, "end": 2290.96, "word": " to", "probability": 0.6181640625}, {"start": 2290.96, "end": 2291.36, "word": " fill", "probability": 0.775390625}, {"start": 2291.36, "end": 2291.46, "word": " the", "probability": 0.75537109375}, {"start": 2291.46, "end": 2291.66, "word": " list", "probability": 0.84033203125}, {"start": 2291.66, "end": 2292.0, "word": " view", "probability": 0.8037109375}, {"start": 2292.0, "end": 2292.54, "word": " is", "probability": 0.54296875}, {"start": 2292.54, "end": 2293.24, "word": " to", "probability": 0.397216796875}, {"start": 2293.24, "end": 2293.66, "word": " fill", "probability": 0.492431640625}, {"start": 2293.66, "end": 2293.8, "word": " it", "probability": 0.78271484375}, {"start": 2293.8, "end": 2293.86, "word": " with", "probability": 0.80224609375}, {"start": 2293.86, "end": 2294.22, "word": " strings.", "probability": 0.91650390625}, {"start": 2294.74, "end": 2294.92, "word": " What", "probability": 0.1878662109375}, {"start": 2294.92, "end": 2295.02, "word": " are", "probability": 0.220458984375}, {"start": 2295.02, "end": 2295.44, "word": " strings?", "probability": 0.306884765625}, {"start": 2295.9, "end": 2296.3, "word": " Ok,", "probability": 0.31494140625}, {"start": 2296.4, "end": 2296.5, "word": " we", "probability": 0.6884765625}, {"start": 2296.5, "end": 2296.74, "word": " fill", "probability": 0.7734375}, {"start": 2296.74, "end": 2296.94, "word": " it", "probability": 0.73046875}, {"start": 2296.94, "end": 2296.96, "word": " with", "probability": 0.8583984375}, {"start": 2296.96, "end": 2297.28, "word": " strings", "probability": 0.87744140625}, {"start": 2297.28, "end": 2297.48, "word": " just", "probability": 0.1715087890625}, {"start": 2297.48, "end": 2297.48, "word": " like", "probability": 0.83837890625}, {"start": 2297.48, "end": 2297.68, "word": " we", "probability": 0.75390625}, {"start": 2297.68, "end": 2297.92, "word": " filled", "probability": 0.414306640625}, {"start": 2297.92, "end": 2298.1, "word": " the", "probability": 0.43798828125}, {"start": 2298.1, "end": 2298.58, "word": " spinner.", "probability": 0.05999755859375}, {"start": 2301.04, "end": 2301.52, "word": " Ok,", "probability": 0.41357421875}, {"start": 2301.68, "end": 2301.92, "word": " how", "probability": 0.84716796875}, {"start": 2301.92, "end": 2301.96, "word": " do", "probability": 0.80419921875}, {"start": 2301.96, "end": 2302.12, "word": " we", "probability": 0.84765625}, {"start": 2302.12, "end": 2302.32, "word": " fill", "probability": 0.83203125}, {"start": 2302.32, "end": 2302.64, "word": " the", "probability": 0.73095703125}, {"start": 2302.64, "end": 2302.86, "word": " spinner?", "probability": 0.927734375}, {"start": 2303.74, "end": 2304.22, "word": " You", "probability": 0.56884765625}, {"start": 2304.22, "end": 2304.44, "word": " need", "probability": 0.31884765625}, {"start": 2304.44, "end": 2304.48, "word": " to", "probability": 0.96142578125}, {"start": 2304.48, "end": 2304.64, "word": " go", "probability": 0.7685546875}, {"start": 2304.64, "end": 2304.78, "word": " to", "probability": 0.90673828125}, {"start": 2304.78, "end": 2305.14, "word": " the", "probability": 0.681640625}, {"start": 2305.14, "end": 2305.64, "word": " xml", "probability": 0.706298828125}, {"start": 2305.64, "end": 2305.64, "word": " file", "probability": 0.7373046875}, {"start": 2305.64, "end": 2308.12, "word": " and", "probability": 0.29638671875}, {"start": 2308.12, "end": 2309.0, "word": " type", "probability": 0.462646484375}, {"start": 2309.0, "end": 2311.54, "word": " string", "probability": 0.427490234375}, {"start": 2311.54, "end": 2311.88, "word": " array.", "probability": 0.86083984375}, {"start": 2313.38, "end": 2313.86, "word": " For", "probability": 0.716796875}, {"start": 2313.86, "end": 2313.98, "word": " example,", "probability": 0.91796875}, {"start": 2314.12, "end": 2314.4, "word": " list", "probability": 0.63330078125}], "temperature": 1.0}, {"id": 87, "seek": 234612, "start": 2317.02, "end": 2346.12, "text": " These are names, call them. And you say item Ahmed item Ali. Okay, okay, little by little. You know I'm smart. Okay, we came to the list view. And you say here entries.", "tokens": [1981, 366, 5288, 11, 818, 552, 13, 400, 291, 584, 3174, 39189, 3174, 12020, 13, 1033, 11, 1392, 11, 707, 538, 707, 13, 509, 458, 286, 478, 4069, 13, 1033, 11, 321, 1361, 281, 264, 1329, 1910, 13, 400, 291, 584, 510, 23041, 13], "avg_logprob": -0.6413194338480631, "compression_ratio": 1.3852459016393444, "no_speech_prob": 0.0, "words": [{"start": 2317.02, "end": 2317.34, "word": " These", "probability": 0.16162109375}, {"start": 2317.34, "end": 2317.34, "word": " are", "probability": 0.86181640625}, {"start": 2317.34, "end": 2317.8, "word": " names,", "probability": 0.366455078125}, {"start": 2317.96, "end": 2318.16, "word": " call", "probability": 0.285400390625}, {"start": 2318.16, "end": 2318.6, "word": " them.", "probability": 0.86865234375}, {"start": 2321.4, "end": 2322.0, "word": " And", "probability": 0.623046875}, {"start": 2322.0, "end": 2322.14, "word": " you", "probability": 0.728515625}, {"start": 2322.14, "end": 2322.3, "word": " say", "probability": 0.41552734375}, {"start": 2322.3, "end": 2322.94, "word": " item", "probability": 0.56298828125}, {"start": 2322.94, "end": 2323.7, "word": " Ahmed", "probability": 0.4267578125}, {"start": 2323.7, "end": 2327.36, "word": " item", "probability": 0.451416015625}, {"start": 2327.36, "end": 2328.32, "word": " Ali.", "probability": 0.88037109375}, {"start": 2334.46, "end": 2334.7, "word": " Okay,", "probability": 0.3076171875}, {"start": 2334.78, "end": 2334.94, "word": " okay,", "probability": 0.31689453125}, {"start": 2335.08, "end": 2335.24, "word": " little", "probability": 0.250244140625}, {"start": 2335.24, "end": 2335.6, "word": " by", "probability": 0.96337890625}, {"start": 2335.6, "end": 2335.6, "word": " little.", "probability": 0.85791015625}, {"start": 2335.94, "end": 2336.42, "word": " You", "probability": 0.48583984375}, {"start": 2336.42, "end": 2336.54, "word": " know", "probability": 0.76513671875}, {"start": 2336.54, "end": 2336.84, "word": " I'm", "probability": 0.54833984375}, {"start": 2336.84, "end": 2337.08, "word": " smart.", "probability": 0.2177734375}, {"start": 2337.8, "end": 2338.4, "word": " Okay,", "probability": 0.2242431640625}, {"start": 2343.36, "end": 2343.5, "word": " we", "probability": 0.68994140625}, {"start": 2343.5, "end": 2343.62, "word": " came", "probability": 0.412109375}, {"start": 2343.62, "end": 2343.76, "word": " to", "probability": 0.9404296875}, {"start": 2343.76, "end": 2343.84, "word": " the", "probability": 0.6064453125}, {"start": 2343.84, "end": 2344.02, "word": " list", "probability": 0.744140625}, {"start": 2344.02, "end": 2344.34, "word": " view.", "probability": 0.796875}, {"start": 2345.08, "end": 2345.22, "word": " And", "probability": 0.7890625}, {"start": 2345.22, "end": 2345.32, "word": " you", "probability": 0.80078125}, {"start": 2345.32, "end": 2345.48, "word": " say", "probability": 0.88037109375}, {"start": 2345.48, "end": 2345.7, "word": " here", "probability": 0.572265625}, {"start": 2345.7, "end": 2346.12, "word": " entries.", "probability": 0.7421875}], "temperature": 1.0}, {"id": 88, "seek": 236383, "start": 2348.49, "end": 2363.83, "text": " What do you choose? Add String? Add Array, sorry High Names, ok? I don't know why it's not working Ok", "tokens": [708, 360, 291, 2826, 30, 5349, 745, 2937, 30, 5349, 1587, 3458, 11, 2597, 5229, 426, 1632, 11, 3133, 30, 286, 500, 380, 458, 983, 309, 311, 406, 1364, 3477], "avg_logprob": -0.6365927188627182, "compression_ratio": 1.0408163265306123, "no_speech_prob": 0.0, "words": [{"start": 2348.49, "end": 2348.73, "word": " What", "probability": 0.040374755859375}, {"start": 2348.73, "end": 2348.73, "word": " do", "probability": 0.54345703125}, {"start": 2348.73, "end": 2348.73, "word": " you", "probability": 0.9345703125}, {"start": 2348.73, "end": 2348.99, "word": " choose?", "probability": 0.7236328125}, {"start": 2349.33, "end": 2349.53, "word": " Add", "probability": 0.224853515625}, {"start": 2349.53, "end": 2350.05, "word": " String?", "probability": 0.627685546875}, {"start": 2352.27, "end": 2352.91, "word": " Add", "probability": 0.69189453125}, {"start": 2352.91, "end": 2353.33, "word": " Array,", "probability": 0.902099609375}, {"start": 2353.65, "end": 2353.87, "word": " sorry", "probability": 0.33154296875}, {"start": 2353.87, "end": 2355.83, "word": " High", "probability": 0.59228515625}, {"start": 2355.83, "end": 2356.25, "word": " Names,", "probability": 0.851806640625}, {"start": 2356.37, "end": 2356.85, "word": " ok?", "probability": 0.19970703125}, {"start": 2360.05, "end": 2360.57, "word": " I", "probability": 0.869140625}, {"start": 2360.57, "end": 2360.67, "word": " don't", "probability": 0.90576171875}, {"start": 2360.67, "end": 2360.83, "word": " know", "probability": 0.802734375}, {"start": 2360.83, "end": 2360.97, "word": " why", "probability": 0.8818359375}, {"start": 2360.97, "end": 2361.13, "word": " it's", "probability": 0.4566650390625}, {"start": 2361.13, "end": 2361.15, "word": " not", "probability": 0.9228515625}, {"start": 2361.15, "end": 2361.41, "word": " working", "probability": 0.26611328125}, {"start": 2361.41, "end": 2363.83, "word": " Ok", "probability": 0.1328125}], "temperature": 1.0}, {"id": 89, "seek": 240876, "start": 2379.78, "end": 2408.76, "text": " Now, this way of filling the list view, we actually fill it only with texts, and we can't control even the design, colors, and so on. It will take the default things that are known in the theme. So, what are the colors of the line and the size of the line that will appear in the list, will take the default that is present in the theme. So, how can we design a list view with a design that is specific to us? This is what we want to know. Now, this is the shape of the list view. Okay? This turned out to be what?", "tokens": [823, 11, 341, 636, 295, 10623, 264, 1329, 1910, 11, 321, 767, 2836, 309, 787, 365, 15765, 11, 293, 321, 393, 380, 1969, 754, 264, 1715, 11, 4577, 11, 293, 370, 322, 13, 467, 486, 747, 264, 7576, 721, 300, 366, 2570, 294, 264, 6314, 13, 407, 11, 437, 366, 264, 4577, 295, 264, 1622, 293, 264, 2744, 295, 264, 1622, 300, 486, 4204, 294, 264, 1329, 11, 486, 747, 264, 7576, 300, 307, 1974, 294, 264, 6314, 13, 407, 11, 577, 393, 321, 1715, 257, 1329, 1910, 365, 257, 1715, 300, 307, 2685, 281, 505, 30, 639, 307, 437, 321, 528, 281, 458, 13, 823, 11, 341, 307, 264, 3909, 295, 264, 1329, 1910, 13, 1033, 30, 639, 3574, 484, 281, 312, 437, 30], "avg_logprob": -0.5066964243139539, "compression_ratio": 1.9360902255639099, "no_speech_prob": 0.0, "words": [{"start": 2379.7799999999997, "end": 2380.1, "word": " Now,", "probability": 0.3193359375}, {"start": 2380.16, "end": 2380.24, "word": " this", "probability": 0.55908203125}, {"start": 2380.24, "end": 2380.54, "word": " way", "probability": 0.335205078125}, {"start": 2380.54, "end": 2380.98, "word": " of", "probability": 0.38525390625}, {"start": 2380.98, "end": 2381.28, "word": " filling", "probability": 0.5029296875}, {"start": 2381.28, "end": 2382.1, "word": " the", "probability": 0.5576171875}, {"start": 2382.1, "end": 2382.34, "word": " list", "probability": 0.58837890625}, {"start": 2382.34, "end": 2382.74, "word": " view,", "probability": 0.6611328125}, {"start": 2383.12, "end": 2383.78, "word": " we", "probability": 0.450927734375}, {"start": 2383.78, "end": 2383.88, "word": " actually", "probability": 0.332275390625}, {"start": 2383.88, "end": 2384.18, "word": " fill", "probability": 0.5966796875}, {"start": 2384.18, "end": 2384.3, "word": " it", "probability": 0.8505859375}, {"start": 2384.3, "end": 2384.58, "word": " only", "probability": 0.45068359375}, {"start": 2384.58, "end": 2384.72, "word": " with", "probability": 0.8232421875}, {"start": 2384.72, "end": 2385.16, "word": " texts,", "probability": 0.4912109375}, {"start": 2386.08, "end": 2386.58, "word": " and", "probability": 0.61328125}, {"start": 2386.58, "end": 2386.72, "word": " we", "probability": 0.83154296875}, {"start": 2386.72, "end": 2387.02, "word": " can't", "probability": 0.655029296875}, {"start": 2387.02, "end": 2387.42, "word": " control", "probability": 0.51123046875}, {"start": 2387.42, "end": 2387.7, "word": " even", "probability": 0.414306640625}, {"start": 2387.7, "end": 2387.82, "word": " the", "probability": 0.453857421875}, {"start": 2387.82, "end": 2388.14, "word": " design,", "probability": 0.52978515625}, {"start": 2388.64, "end": 2389.0, "word": " colors,", "probability": 0.591796875}, {"start": 2389.12, "end": 2389.16, "word": " and", "probability": 0.493896484375}, {"start": 2389.16, "end": 2389.3, "word": " so", "probability": 0.423583984375}, {"start": 2389.3, "end": 2389.32, "word": " on.", "probability": 0.84814453125}, {"start": 2389.44, "end": 2389.44, "word": " It", "probability": 0.71484375}, {"start": 2389.44, "end": 2389.52, "word": " will", "probability": 0.5458984375}, {"start": 2389.52, "end": 2389.7, "word": " take", "probability": 0.62548828125}, {"start": 2389.7, "end": 2389.78, "word": " the", "probability": 0.5966796875}, {"start": 2389.78, "end": 2390.36, "word": " default", "probability": 0.9482421875}, {"start": 2390.36, "end": 2390.48, "word": " things", "probability": 0.269775390625}, {"start": 2390.48, "end": 2390.64, "word": " that", "probability": 0.458740234375}, {"start": 2390.64, "end": 2390.64, "word": " are", "probability": 0.83056640625}, {"start": 2390.64, "end": 2390.86, "word": " known", "probability": 0.288330078125}, {"start": 2390.86, "end": 2391.04, "word": " in", "probability": 0.8076171875}, {"start": 2391.04, "end": 2391.14, "word": " the", "probability": 0.90966796875}, {"start": 2391.14, "end": 2391.32, "word": " theme.", "probability": 0.86865234375}, {"start": 2391.5, "end": 2391.68, "word": " So,", "probability": 0.1640625}, {"start": 2391.72, "end": 2391.88, "word": " what", "probability": 0.62353515625}, {"start": 2391.88, "end": 2391.94, "word": " are", "probability": 0.41650390625}, {"start": 2391.94, "end": 2391.98, "word": " the", "probability": 0.857421875}, {"start": 2391.98, "end": 2392.16, "word": " colors", "probability": 0.841796875}, {"start": 2392.16, "end": 2392.32, "word": " of", "probability": 0.64404296875}, {"start": 2392.32, "end": 2392.34, "word": " the", "probability": 0.86279296875}, {"start": 2392.34, "end": 2392.5, "word": " line", "probability": 0.810546875}, {"start": 2392.5, "end": 2392.62, "word": " and", "probability": 0.67578125}, {"start": 2392.62, "end": 2392.68, "word": " the", "probability": 0.62060546875}, {"start": 2392.68, "end": 2392.82, "word": " size", "probability": 0.75634765625}, {"start": 2392.82, "end": 2392.94, "word": " of", "probability": 0.96337890625}, {"start": 2392.94, "end": 2393.04, "word": " the", "probability": 0.91162109375}, {"start": 2393.04, "end": 2393.26, "word": " line", "probability": 0.93115234375}, {"start": 2393.26, "end": 2393.86, "word": " that", "probability": 0.51171875}, {"start": 2393.86, "end": 2393.98, "word": " will", "probability": 0.44677734375}, {"start": 2393.98, "end": 2394.18, "word": " appear", "probability": 0.135498046875}, {"start": 2394.18, "end": 2394.34, "word": " in", "probability": 0.75341796875}, {"start": 2394.34, "end": 2394.44, "word": " the", "probability": 0.91064453125}, {"start": 2394.44, "end": 2394.7, "word": " list,", "probability": 0.912109375}, {"start": 2394.8, "end": 2395.14, "word": " will", "probability": 0.39404296875}, {"start": 2395.14, "end": 2395.36, "word": " take", "probability": 0.71142578125}, {"start": 2395.36, "end": 2395.46, "word": " the", "probability": 0.89697265625}, {"start": 2395.46, "end": 2395.76, "word": " default", "probability": 0.970703125}, {"start": 2395.76, "end": 2395.92, "word": " that", "probability": 0.275634765625}, {"start": 2395.92, "end": 2395.94, "word": " is", "probability": 0.69140625}, {"start": 2395.94, "end": 2396.18, "word": " present", "probability": 0.3828125}, {"start": 2396.18, "end": 2396.26, "word": " in", "probability": 0.93212890625}, {"start": 2396.26, "end": 2396.38, "word": " the", "probability": 0.916015625}, {"start": 2396.38, "end": 2396.56, "word": " theme.", "probability": 0.87548828125}, {"start": 2398.92, "end": 2399.24, "word": " So,", "probability": 0.86962890625}, {"start": 2399.3, "end": 2399.42, "word": " how", "probability": 0.90625}, {"start": 2399.42, "end": 2399.54, "word": " can", "probability": 0.373291015625}, {"start": 2399.54, "end": 2399.78, "word": " we", "probability": 0.95263671875}, {"start": 2399.78, "end": 2400.16, "word": " design", "probability": 0.92724609375}, {"start": 2400.16, "end": 2400.3, "word": " a", "probability": 0.8232421875}, {"start": 2400.3, "end": 2400.44, "word": " list", "probability": 0.404052734375}, {"start": 2400.44, "end": 2400.72, "word": " view", "probability": 0.8505859375}, {"start": 2400.72, "end": 2400.86, "word": " with", "probability": 0.313720703125}, {"start": 2400.86, "end": 2400.9, "word": " a", "probability": 0.771484375}, {"start": 2400.9, "end": 2401.16, "word": " design", "probability": 0.324462890625}, {"start": 2401.16, "end": 2401.28, "word": " that", "probability": 0.4296875}, {"start": 2401.28, "end": 2401.28, "word": " is", "probability": 0.79541015625}, {"start": 2401.28, "end": 2401.44, "word": " specific", "probability": 0.5390625}, {"start": 2401.44, "end": 2401.6, "word": " to", "probability": 0.87939453125}, {"start": 2401.6, "end": 2401.76, "word": " us?", "probability": 0.892578125}, {"start": 2402.4, "end": 2402.72, "word": " This", "probability": 0.4111328125}, {"start": 2402.72, "end": 2402.78, "word": " is", "probability": 0.9130859375}, {"start": 2402.78, "end": 2402.8, "word": " what", "probability": 0.91259765625}, {"start": 2402.8, "end": 2403.02, "word": " we", "probability": 0.9599609375}, {"start": 2403.02, "end": 2403.26, "word": " want", "probability": 0.5830078125}, {"start": 2403.26, "end": 2403.68, "word": " to", "probability": 0.9697265625}, {"start": 2403.68, "end": 2403.86, "word": " know.", "probability": 0.75537109375}, {"start": 2405.08, "end": 2405.4, "word": " Now,", "probability": 0.50341796875}, {"start": 2405.46, "end": 2405.6, "word": " this", "probability": 0.88330078125}, {"start": 2405.6, "end": 2405.62, "word": " is", "probability": 0.91015625}, {"start": 2405.62, "end": 2405.68, "word": " the", "probability": 0.6396484375}, {"start": 2405.68, "end": 2405.8, "word": " shape", "probability": 0.6494140625}, {"start": 2405.8, "end": 2405.9, "word": " of", "probability": 0.97314453125}, {"start": 2405.9, "end": 2405.96, "word": " the", "probability": 0.90869140625}, {"start": 2405.96, "end": 2406.14, "word": " list", "probability": 0.8974609375}, {"start": 2406.14, "end": 2406.5, "word": " view.", "probability": 0.859375}, {"start": 2407.28, "end": 2407.46, "word": " Okay?", "probability": 0.359130859375}, {"start": 2407.74, "end": 2407.96, "word": " This", "probability": 0.556640625}, {"start": 2407.96, "end": 2408.18, "word": " turned", "probability": 0.2078857421875}, {"start": 2408.18, "end": 2408.26, "word": " out", "probability": 0.880859375}, {"start": 2408.26, "end": 2408.3, "word": " to", "probability": 0.701171875}, {"start": 2408.3, "end": 2408.3, "word": " be", "probability": 0.93359375}, {"start": 2408.3, "end": 2408.76, "word": " what?", "probability": 0.15380859375}], "temperature": 1.0}, {"id": 90, "seek": 243940, "start": 2411.64, "end": 2439.4, "text": " You rarely need to design it in a better way than this Because we want to make a list view in the following way We want to make a list view by putting a picture here Picture of a person for example And here is his name", "tokens": [509, 13752, 643, 281, 1715, 309, 294, 257, 1101, 636, 813, 341, 1436, 321, 528, 281, 652, 257, 1329, 1910, 294, 264, 3480, 636, 492, 528, 281, 652, 257, 1329, 1910, 538, 3372, 257, 3036, 510, 35730, 295, 257, 954, 337, 1365, 400, 510, 307, 702, 1315], "avg_logprob": -0.6354166492819786, "compression_ratio": 1.553191489361702, "no_speech_prob": 0.0, "words": [{"start": 2411.64, "end": 2412.18, "word": " You", "probability": 0.046356201171875}, {"start": 2412.18, "end": 2412.72, "word": " rarely", "probability": 0.125}, {"start": 2412.72, "end": 2414.18, "word": " need", "probability": 0.71728515625}, {"start": 2414.18, "end": 2414.48, "word": " to", "probability": 0.5849609375}, {"start": 2414.48, "end": 2414.8, "word": " design", "probability": 0.4892578125}, {"start": 2414.8, "end": 2415.06, "word": " it", "probability": 0.263427734375}, {"start": 2415.06, "end": 2415.38, "word": " in", "probability": 0.51318359375}, {"start": 2415.38, "end": 2415.7, "word": " a", "probability": 0.75048828125}, {"start": 2415.7, "end": 2415.9, "word": " better", "probability": 0.744140625}, {"start": 2415.9, "end": 2416.04, "word": " way", "probability": 0.67822265625}, {"start": 2416.04, "end": 2416.14, "word": " than", "probability": 0.634765625}, {"start": 2416.14, "end": 2416.34, "word": " this", "probability": 0.75}, {"start": 2416.34, "end": 2417.42, "word": " Because", "probability": 0.2430419921875}, {"start": 2417.42, "end": 2417.52, "word": " we", "probability": 0.80908203125}, {"start": 2417.52, "end": 2417.64, "word": " want", "probability": 0.476318359375}, {"start": 2417.64, "end": 2417.76, "word": " to", "probability": 0.95703125}, {"start": 2417.76, "end": 2417.88, "word": " make", "probability": 0.4013671875}, {"start": 2417.88, "end": 2418.0, "word": " a", "probability": 0.447265625}, {"start": 2418.0, "end": 2418.14, "word": " list", "probability": 0.6806640625}, {"start": 2418.14, "end": 2418.42, "word": " view", "probability": 0.693359375}, {"start": 2418.42, "end": 2418.56, "word": " in", "probability": 0.430419921875}, {"start": 2418.56, "end": 2419.04, "word": " the", "probability": 0.650390625}, {"start": 2419.04, "end": 2419.18, "word": " following", "probability": 0.57666015625}, {"start": 2419.18, "end": 2419.58, "word": " way", "probability": 0.74072265625}, {"start": 2419.58, "end": 2431.64, "word": " We", "probability": 0.322021484375}, {"start": 2431.64, "end": 2431.64, "word": " want", "probability": 0.5341796875}, {"start": 2431.64, "end": 2431.64, "word": " to", "probability": 0.9580078125}, {"start": 2431.64, "end": 2431.64, "word": " make", "probability": 0.31201171875}, {"start": 2431.64, "end": 2431.66, "word": " a", "probability": 0.794921875}, {"start": 2431.66, "end": 2431.8, "word": " list", "probability": 0.77880859375}, {"start": 2431.8, "end": 2432.56, "word": " view", "probability": 0.83740234375}, {"start": 2432.56, "end": 2433.06, "word": " by", "probability": 0.431640625}, {"start": 2433.06, "end": 2433.48, "word": " putting", "probability": 0.521484375}, {"start": 2433.48, "end": 2433.78, "word": " a", "probability": 0.60107421875}, {"start": 2433.78, "end": 2434.0, "word": " picture", "probability": 0.5302734375}, {"start": 2434.0, "end": 2434.36, "word": " here", "probability": 0.6650390625}, {"start": 2434.36, "end": 2434.74, "word": " Picture", "probability": 0.1754150390625}, {"start": 2434.74, "end": 2434.82, "word": " of", "probability": 0.9580078125}, {"start": 2434.82, "end": 2435.12, "word": " a", "probability": 0.736328125}, {"start": 2435.12, "end": 2435.12, "word": " person", "probability": 0.88916015625}, {"start": 2435.12, "end": 2435.3, "word": " for", "probability": 0.462890625}, {"start": 2435.3, "end": 2435.5, "word": " example", "probability": 0.9453125}, {"start": 2435.5, "end": 2438.22, "word": " And", "probability": 0.2042236328125}, {"start": 2438.22, "end": 2439.02, "word": " here", "probability": 0.62890625}, {"start": 2439.02, "end": 2439.14, "word": " is", "probability": 0.37890625}, {"start": 2439.14, "end": 2439.4, "word": " his", "probability": 0.8271484375}, {"start": 2439.4, "end": 2439.4, "word": " name", "probability": 0.76611328125}], "temperature": 1.0}, {"id": 91, "seek": 246473, "start": 2441.32, "end": 2464.74, "text": " Name, and here age, and here we make a button For example, delete If we want to delete something, for example, and the button update, for example Of course, when we press on the element itself, not on the button, it opens an activity for me and brings me data, for example, the picture here is the same, okay, and here are its data", "tokens": [13866, 11, 293, 510, 3205, 11, 293, 510, 321, 652, 257, 2960, 1171, 1365, 11, 12097, 759, 321, 528, 281, 12097, 746, 11, 337, 1365, 11, 293, 264, 2960, 5623, 11, 337, 1365, 2720, 1164, 11, 562, 321, 1886, 322, 264, 4478, 2564, 11, 406, 322, 264, 2960, 11, 309, 9870, 364, 5191, 337, 385, 293, 5607, 385, 1412, 11, 337, 1365, 11, 264, 3036, 510, 307, 264, 912, 11, 1392, 11, 293, 510, 366, 1080, 1412], "avg_logprob": -0.5564903960778163, "compression_ratio": 1.814207650273224, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2441.3199999999997, "end": 2441.72, "word": " Name,", "probability": 0.306884765625}, {"start": 2441.92, "end": 2441.96, "word": " and", "probability": 0.280029296875}, {"start": 2441.96, "end": 2442.14, "word": " here", "probability": 0.425537109375}, {"start": 2442.14, "end": 2442.42, "word": " age,", "probability": 0.61376953125}, {"start": 2443.42, "end": 2443.48, "word": " and", "probability": 0.896484375}, {"start": 2443.48, "end": 2443.62, "word": " here", "probability": 0.74365234375}, {"start": 2443.62, "end": 2443.7, "word": " we", "probability": 0.599609375}, {"start": 2443.7, "end": 2443.9, "word": " make", "probability": 0.3759765625}, {"start": 2443.9, "end": 2444.46, "word": " a", "probability": 0.5830078125}, {"start": 2444.46, "end": 2444.66, "word": " button", "probability": 0.78564453125}, {"start": 2444.66, "end": 2445.82, "word": " For", "probability": 0.284912109375}, {"start": 2445.82, "end": 2446.0, "word": " example,", "probability": 0.9228515625}, {"start": 2446.06, "end": 2446.42, "word": " delete", "probability": 0.85791015625}, {"start": 2446.42, "end": 2447.8, "word": " If", "probability": 0.334716796875}, {"start": 2447.8, "end": 2448.06, "word": " we", "probability": 0.875}, {"start": 2448.06, "end": 2448.06, "word": " want", "probability": 0.81005859375}, {"start": 2448.06, "end": 2448.52, "word": " to", "probability": 0.75634765625}, {"start": 2448.52, "end": 2448.66, "word": " delete", "probability": 0.48779296875}, {"start": 2448.66, "end": 2448.86, "word": " something,", "probability": 0.623046875}, {"start": 2448.86, "end": 2448.94, "word": " for", "probability": 0.305419921875}, {"start": 2448.94, "end": 2449.48, "word": " example,", "probability": 0.95654296875}, {"start": 2449.54, "end": 2449.9, "word": " and", "probability": 0.8056640625}, {"start": 2449.9, "end": 2449.96, "word": " the", "probability": 0.474853515625}, {"start": 2449.96, "end": 2450.08, "word": " button", "probability": 0.7490234375}, {"start": 2450.08, "end": 2450.44, "word": " update,", "probability": 0.65380859375}, {"start": 2450.58, "end": 2450.7, "word": " for", "probability": 0.9306640625}, {"start": 2450.7, "end": 2450.82, "word": " example", "probability": 0.96923828125}, {"start": 2450.82, "end": 2451.56, "word": " Of", "probability": 0.476806640625}, {"start": 2451.56, "end": 2451.6, "word": " course,", "probability": 0.95849609375}, {"start": 2451.64, "end": 2451.78, "word": " when", "probability": 0.732421875}, {"start": 2451.78, "end": 2451.92, "word": " we", "probability": 0.8017578125}, {"start": 2451.92, "end": 2452.12, "word": " press", "probability": 0.46826171875}, {"start": 2452.12, "end": 2452.34, "word": " on", "probability": 0.4296875}, {"start": 2452.34, "end": 2452.78, "word": " the", "probability": 0.85302734375}, {"start": 2452.78, "end": 2453.02, "word": " element", "probability": 0.6787109375}, {"start": 2453.02, "end": 2453.5, "word": " itself,", "probability": 0.75244140625}, {"start": 2454.02, "end": 2454.68, "word": " not", "probability": 0.88427734375}, {"start": 2454.68, "end": 2454.86, "word": " on", "probability": 0.77490234375}, {"start": 2454.86, "end": 2454.9, "word": " the", "probability": 0.91845703125}, {"start": 2454.9, "end": 2455.1, "word": " button,", "probability": 0.8369140625}, {"start": 2456.0, "end": 2456.32, "word": " it", "probability": 0.66845703125}, {"start": 2456.32, "end": 2456.56, "word": " opens", "probability": 0.7138671875}, {"start": 2456.56, "end": 2456.76, "word": " an", "probability": 0.263671875}, {"start": 2456.76, "end": 2457.2, "word": " activity", "probability": 0.91845703125}, {"start": 2457.2, "end": 2457.38, "word": " for", "probability": 0.373779296875}, {"start": 2457.38, "end": 2457.38, "word": " me", "probability": 0.85302734375}, {"start": 2457.38, "end": 2457.96, "word": " and", "probability": 0.630859375}, {"start": 2457.96, "end": 2458.2, "word": " brings", "probability": 0.438232421875}, {"start": 2458.2, "end": 2458.38, "word": " me", "probability": 0.5849609375}, {"start": 2458.38, "end": 2459.96, "word": " data,", "probability": 0.3544921875}, {"start": 2460.28, "end": 2460.3, "word": " for", "probability": 0.298583984375}, {"start": 2460.3, "end": 2460.44, "word": " example,", "probability": 0.9248046875}, {"start": 2460.54, "end": 2460.66, "word": " the", "probability": 0.19921875}, {"start": 2460.66, "end": 2460.9, "word": " picture", "probability": 0.37646484375}, {"start": 2460.9, "end": 2461.28, "word": " here", "probability": 0.494873046875}, {"start": 2461.28, "end": 2461.86, "word": " is", "probability": 0.405517578125}, {"start": 2461.86, "end": 2462.54, "word": " the", "probability": 0.5966796875}, {"start": 2462.54, "end": 2462.92, "word": " same,", "probability": 0.8740234375}, {"start": 2463.26, "end": 2463.56, "word": " okay,", "probability": 0.27783203125}, {"start": 2463.76, "end": 2463.9, "word": " and", "probability": 0.9189453125}, {"start": 2463.9, "end": 2464.06, "word": " here", "probability": 0.75439453125}, {"start": 2464.06, "end": 2464.34, "word": " are", "probability": 0.341064453125}, {"start": 2464.34, "end": 2464.48, "word": " its", "probability": 0.313232421875}, {"start": 2464.48, "end": 2464.74, "word": " data", "probability": 0.8564453125}], "temperature": 1.0}, {"id": 92, "seek": 248973, "start": 2466.32, "end": 2489.74, "text": " Okay, picture and name and age, okay? And the button is here, and when I click on the answer, it comes here, and when I click on delete, what does it do? Yes, it removes the list from it, okay? If you understand this, that's it, you will say that we have covered all the list in it. Pay attention to me because this involves work. In order to design like you, of course, what did I do? I got", "tokens": [1033, 11, 3036, 293, 1315, 293, 3205, 11, 1392, 30, 400, 264, 2960, 307, 510, 11, 293, 562, 286, 2052, 322, 264, 1867, 11, 309, 1487, 510, 11, 293, 562, 286, 2052, 322, 12097, 11, 437, 775, 309, 360, 30, 1079, 11, 309, 30445, 264, 1329, 490, 309, 11, 1392, 30, 759, 291, 1223, 341, 11, 300, 311, 309, 11, 291, 486, 584, 300, 321, 362, 5343, 439, 264, 1329, 294, 309, 13, 11431, 3202, 281, 385, 570, 341, 11626, 589, 13, 682, 1668, 281, 1715, 411, 291, 11, 295, 1164, 11, 437, 630, 286, 360, 30, 286, 658], "avg_logprob": -0.47218751192092895, "compression_ratio": 1.6896551724137931, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2466.3199999999997, "end": 2466.72, "word": " Okay,", "probability": 0.14599609375}, {"start": 2466.84, "end": 2467.24, "word": " picture", "probability": 0.252197265625}, {"start": 2467.24, "end": 2467.9, "word": " and", "probability": 0.305908203125}, {"start": 2467.9, "end": 2468.26, "word": " name", "probability": 0.77783203125}, {"start": 2468.26, "end": 2469.08, "word": " and", "probability": 0.81103515625}, {"start": 2469.08, "end": 2469.34, "word": " age,", "probability": 0.78076171875}, {"start": 2470.06, "end": 2470.3, "word": " okay?", "probability": 0.416748046875}, {"start": 2470.62, "end": 2470.78, "word": " And", "probability": 0.67041015625}, {"start": 2470.78, "end": 2470.86, "word": " the", "probability": 0.708984375}, {"start": 2470.86, "end": 2471.04, "word": " button", "probability": 0.65673828125}, {"start": 2471.04, "end": 2471.12, "word": " is", "probability": 0.55810546875}, {"start": 2471.12, "end": 2471.4, "word": " here,", "probability": 0.81103515625}, {"start": 2471.58, "end": 2471.66, "word": " and", "probability": 0.79541015625}, {"start": 2471.66, "end": 2471.76, "word": " when", "probability": 0.85986328125}, {"start": 2471.76, "end": 2471.84, "word": " I", "probability": 0.9296875}, {"start": 2471.84, "end": 2472.04, "word": " click", "probability": 0.34375}, {"start": 2472.04, "end": 2472.26, "word": " on", "probability": 0.74755859375}, {"start": 2472.26, "end": 2472.38, "word": " the", "probability": 0.67626953125}, {"start": 2472.38, "end": 2472.66, "word": " answer,", "probability": 0.51171875}, {"start": 2472.96, "end": 2473.12, "word": " it", "probability": 0.85205078125}, {"start": 2473.12, "end": 2473.26, "word": " comes", "probability": 0.56396484375}, {"start": 2473.26, "end": 2473.42, "word": " here,", "probability": 0.734375}, {"start": 2473.48, "end": 2473.52, "word": " and", "probability": 0.84716796875}, {"start": 2473.52, "end": 2473.62, "word": " when", "probability": 0.86572265625}, {"start": 2473.62, "end": 2473.7, "word": " I", "probability": 0.98291015625}, {"start": 2473.7, "end": 2473.88, "word": " click", "probability": 0.64453125}, {"start": 2473.88, "end": 2474.02, "word": " on", "probability": 0.5263671875}, {"start": 2474.02, "end": 2474.24, "word": " delete,", "probability": 0.85107421875}, {"start": 2474.28, "end": 2474.44, "word": " what", "probability": 0.8642578125}, {"start": 2474.44, "end": 2474.5, "word": " does", "probability": 0.9130859375}, {"start": 2474.5, "end": 2474.5, "word": " it", "probability": 0.91943359375}, {"start": 2474.5, "end": 2474.78, "word": " do?", "probability": 0.96484375}, {"start": 2475.3, "end": 2475.7, "word": " Yes,", "probability": 0.257080078125}, {"start": 2475.88, "end": 2475.88, "word": " it", "probability": 0.8193359375}, {"start": 2475.88, "end": 2476.1, "word": " removes", "probability": 0.5595703125}, {"start": 2476.1, "end": 2476.9, "word": " the", "probability": 0.64697265625}, {"start": 2476.9, "end": 2477.18, "word": " list", "probability": 0.716796875}, {"start": 2477.18, "end": 2477.28, "word": " from", "probability": 0.708984375}, {"start": 2477.28, "end": 2477.28, "word": " it,", "probability": 0.448486328125}, {"start": 2477.6, "end": 2477.82, "word": " okay?", "probability": 0.83447265625}, {"start": 2478.28, "end": 2478.6, "word": " If", "probability": 0.93701171875}, {"start": 2478.6, "end": 2478.88, "word": " you", "probability": 0.427734375}, {"start": 2478.88, "end": 2478.88, "word": " understand", "probability": 0.56884765625}, {"start": 2478.88, "end": 2479.14, "word": " this,", "probability": 0.82861328125}, {"start": 2479.22, "end": 2479.3, "word": " that's", "probability": 0.4774169921875}, {"start": 2479.3, "end": 2479.4, "word": " it,", "probability": 0.72119140625}, {"start": 2479.48, "end": 2479.52, "word": " you", "probability": 0.3623046875}, {"start": 2479.52, "end": 2479.58, "word": " will", "probability": 0.269287109375}, {"start": 2479.58, "end": 2479.68, "word": " say", "probability": 0.57373046875}, {"start": 2479.68, "end": 2479.88, "word": " that", "probability": 0.638671875}, {"start": 2479.88, "end": 2480.08, "word": " we", "probability": 0.7333984375}, {"start": 2480.08, "end": 2480.38, "word": " have", "probability": 0.30615234375}, {"start": 2480.38, "end": 2480.38, "word": " covered", "probability": 0.8076171875}, {"start": 2480.38, "end": 2480.82, "word": " all", "probability": 0.394287109375}, {"start": 2480.82, "end": 2481.52, "word": " the", "probability": 0.814453125}, {"start": 2481.52, "end": 2481.72, "word": " list", "probability": 0.76904296875}, {"start": 2481.72, "end": 2481.88, "word": " in", "probability": 0.232421875}, {"start": 2481.88, "end": 2482.16, "word": " it.", "probability": 0.86474609375}, {"start": 2483.12, "end": 2483.52, "word": " Pay", "probability": 0.363525390625}, {"start": 2483.52, "end": 2483.58, "word": " attention", "probability": 0.9541015625}, {"start": 2483.58, "end": 2483.68, "word": " to", "probability": 0.68701171875}, {"start": 2483.68, "end": 2483.8, "word": " me", "probability": 0.91357421875}, {"start": 2483.8, "end": 2483.94, "word": " because", "probability": 0.5947265625}, {"start": 2483.94, "end": 2484.14, "word": " this", "probability": 0.8095703125}, {"start": 2484.14, "end": 2484.34, "word": " involves", "probability": 0.07647705078125}, {"start": 2484.34, "end": 2485.02, "word": " work.", "probability": 0.51904296875}, {"start": 2486.94, "end": 2487.34, "word": " In", "probability": 0.385009765625}, {"start": 2487.34, "end": 2487.48, "word": " order", "probability": 0.90234375}, {"start": 2487.48, "end": 2487.58, "word": " to", "probability": 0.9677734375}, {"start": 2487.58, "end": 2487.82, "word": " design", "probability": 0.89794921875}, {"start": 2487.82, "end": 2488.0, "word": " like", "probability": 0.87060546875}, {"start": 2488.0, "end": 2488.2, "word": " you,", "probability": 0.455322265625}, {"start": 2488.26, "end": 2488.4, "word": " of", "probability": 0.76318359375}, {"start": 2488.4, "end": 2488.4, "word": " course,", "probability": 0.96044921875}, {"start": 2488.52, "end": 2488.72, "word": " what", "probability": 0.57861328125}, {"start": 2488.72, "end": 2488.72, "word": " did", "probability": 0.732421875}, {"start": 2488.72, "end": 2488.72, "word": " I", "probability": 0.99267578125}, {"start": 2488.72, "end": 2489.02, "word": " do?", "probability": 0.96875}, {"start": 2489.34, "end": 2489.58, "word": " I", "probability": 0.8916015625}, {"start": 2489.58, "end": 2489.74, "word": " got", "probability": 0.384521484375}], "temperature": 1.0}, {"id": 93, "seek": 251203, "start": 2498.39, "end": 2512.03, "text": " Where did it go? Yes, for example, these are the pictures of the youth. What do we call these? Where do we put them? In the drawable. What?", "tokens": [2305, 630, 309, 352, 30, 1079, 11, 337, 1365, 11, 613, 366, 264, 5242, 295, 264, 7503, 13, 708, 360, 321, 818, 613, 30, 2305, 360, 321, 829, 552, 30, 682, 264, 2642, 712, 13, 708, 30], "avg_logprob": -0.6270559336009779, "compression_ratio": 1.2844036697247707, "no_speech_prob": 0.0, "words": [{"start": 2498.39, "end": 2498.67, "word": " Where", "probability": 0.2210693359375}, {"start": 2498.67, "end": 2499.07, "word": " did", "probability": 0.716796875}, {"start": 2499.07, "end": 2499.07, "word": " it", "probability": 0.86376953125}, {"start": 2499.07, "end": 2499.07, "word": " go?", "probability": 0.9541015625}, {"start": 2499.77, "end": 2500.01, "word": " Yes,", "probability": 0.283447265625}, {"start": 2500.03, "end": 2500.23, "word": " for", "probability": 0.2469482421875}, {"start": 2500.23, "end": 2500.47, "word": " example,", "probability": 0.908203125}, {"start": 2501.09, "end": 2502.33, "word": " these", "probability": 0.57373046875}, {"start": 2502.33, "end": 2502.45, "word": " are", "probability": 0.8818359375}, {"start": 2502.45, "end": 2502.45, "word": " the", "probability": 0.40380859375}, {"start": 2502.45, "end": 2502.55, "word": " pictures", "probability": 0.463623046875}, {"start": 2502.55, "end": 2502.61, "word": " of", "probability": 0.95263671875}, {"start": 2502.61, "end": 2502.69, "word": " the", "probability": 0.5009765625}, {"start": 2502.69, "end": 2502.97, "word": " youth.", "probability": 0.52587890625}, {"start": 2505.09, "end": 2505.57, "word": " What", "probability": 0.2493896484375}, {"start": 2505.57, "end": 2505.57, "word": " do", "probability": 0.1842041015625}, {"start": 2505.57, "end": 2505.85, "word": " we", "probability": 0.6982421875}, {"start": 2505.85, "end": 2505.85, "word": " call", "probability": 0.413818359375}, {"start": 2505.85, "end": 2505.85, "word": " these?", "probability": 0.67138671875}, {"start": 2506.47, "end": 2506.65, "word": " Where", "probability": 0.144287109375}, {"start": 2506.65, "end": 2506.65, "word": " do", "probability": 0.82470703125}, {"start": 2506.65, "end": 2506.71, "word": " we", "probability": 0.916015625}, {"start": 2506.71, "end": 2506.91, "word": " put", "probability": 0.6796875}, {"start": 2506.91, "end": 2507.03, "word": " them?", "probability": 0.88037109375}, {"start": 2508.33, "end": 2508.53, "word": " In", "probability": 0.45703125}, {"start": 2508.53, "end": 2508.75, "word": " the", "probability": 0.61474609375}, {"start": 2508.75, "end": 2509.73, "word": " drawable.", "probability": 0.5548095703125}, {"start": 2511.87, "end": 2512.03, "word": " What?", "probability": 0.70361328125}], "temperature": 1.0}, {"id": 94, "seek": 254442, "start": 2521.91, "end": 2544.43, "text": " Okay, to design something like this, the first thing you need to do is pay attention to me, the first thing you need to do is every element in the screen has a set of data, what are they? Image, name and age, that's enough, okay? The button is not data, I'm talking about data, image and name and so on, go to the first thing, create a class, represent yourself", "tokens": [1033, 11, 281, 1715, 746, 411, 341, 11, 264, 700, 551, 291, 643, 281, 360, 307, 1689, 3202, 281, 385, 11, 264, 700, 551, 291, 643, 281, 360, 307, 633, 4478, 294, 264, 2568, 575, 257, 992, 295, 1412, 11, 437, 366, 436, 30, 29903, 11, 1315, 293, 3205, 11, 300, 311, 1547, 11, 1392, 30, 440, 2960, 307, 406, 1412, 11, 286, 478, 1417, 466, 1412, 11, 3256, 293, 1315, 293, 370, 322, 11, 352, 281, 264, 700, 551, 11, 1884, 257, 1508, 11, 2906, 1803], "avg_logprob": -0.47762784361839294, "compression_ratio": 1.7403846153846154, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2521.91, "end": 2522.41, "word": " Okay,", "probability": 0.12091064453125}, {"start": 2522.63, "end": 2522.95, "word": " to", "probability": 0.337646484375}, {"start": 2522.95, "end": 2523.25, "word": " design", "probability": 0.64306640625}, {"start": 2523.25, "end": 2523.49, "word": " something", "probability": 0.65576171875}, {"start": 2523.49, "end": 2523.63, "word": " like", "probability": 0.91455078125}, {"start": 2523.63, "end": 2523.89, "word": " this,", "probability": 0.6611328125}, {"start": 2523.97, "end": 2524.05, "word": " the", "probability": 0.47998046875}, {"start": 2524.05, "end": 2524.21, "word": " first", "probability": 0.8896484375}, {"start": 2524.21, "end": 2524.43, "word": " thing", "probability": 0.90283203125}, {"start": 2524.43, "end": 2524.51, "word": " you", "probability": 0.8779296875}, {"start": 2524.51, "end": 2524.65, "word": " need", "probability": 0.30810546875}, {"start": 2524.65, "end": 2524.73, "word": " to", "probability": 0.9697265625}, {"start": 2524.73, "end": 2524.99, "word": " do", "probability": 0.958984375}, {"start": 2524.99, "end": 2525.39, "word": " is", "probability": 0.525390625}, {"start": 2525.39, "end": 2525.49, "word": " pay", "probability": 0.240966796875}, {"start": 2525.49, "end": 2525.63, "word": " attention", "probability": 0.93505859375}, {"start": 2525.63, "end": 2525.69, "word": " to", "probability": 0.62109375}, {"start": 2525.69, "end": 2525.89, "word": " me,", "probability": 0.76904296875}, {"start": 2525.95, "end": 2526.07, "word": " the", "probability": 0.517578125}, {"start": 2526.07, "end": 2526.19, "word": " first", "probability": 0.8701171875}, {"start": 2526.19, "end": 2526.43, "word": " thing", "probability": 0.9052734375}, {"start": 2526.43, "end": 2526.53, "word": " you", "probability": 0.91455078125}, {"start": 2526.53, "end": 2526.61, "word": " need", "probability": 0.8681640625}, {"start": 2526.61, "end": 2526.69, "word": " to", "probability": 0.96923828125}, {"start": 2526.69, "end": 2526.99, "word": " do", "probability": 0.9658203125}, {"start": 2526.99, "end": 2527.63, "word": " is", "probability": 0.806640625}, {"start": 2527.63, "end": 2528.37, "word": " every", "probability": 0.208984375}, {"start": 2528.37, "end": 2528.81, "word": " element", "probability": 0.623046875}, {"start": 2528.81, "end": 2528.99, "word": " in", "probability": 0.3837890625}, {"start": 2528.99, "end": 2529.11, "word": " the", "probability": 0.830078125}, {"start": 2529.11, "end": 2529.37, "word": " screen", "probability": 0.80615234375}, {"start": 2529.37, "end": 2529.61, "word": " has", "probability": 0.7373046875}, {"start": 2529.61, "end": 2529.67, "word": " a", "probability": 0.857421875}, {"start": 2529.67, "end": 2529.97, "word": " set", "probability": 0.374267578125}, {"start": 2529.97, "end": 2530.09, "word": " of", "probability": 0.96923828125}, {"start": 2530.09, "end": 2530.27, "word": " data,", "probability": 0.68359375}, {"start": 2530.55, "end": 2530.83, "word": " what", "probability": 0.68212890625}, {"start": 2530.83, "end": 2530.89, "word": " are", "probability": 0.666015625}, {"start": 2530.89, "end": 2531.25, "word": " they?", "probability": 0.82275390625}, {"start": 2531.99, "end": 2532.49, "word": " Image,", "probability": 0.26318359375}, {"start": 2532.77, "end": 2533.11, "word": " name", "probability": 0.64599609375}, {"start": 2533.11, "end": 2533.37, "word": " and", "probability": 0.60986328125}, {"start": 2533.37, "end": 2533.77, "word": " age,", "probability": 0.861328125}, {"start": 2534.13, "end": 2534.31, "word": " that's", "probability": 0.572998046875}, {"start": 2534.31, "end": 2534.61, "word": " enough,", "probability": 0.461181640625}, {"start": 2535.15, "end": 2535.51, "word": " okay?", "probability": 0.64892578125}, {"start": 2536.01, "end": 2536.51, "word": " The", "probability": 0.450927734375}, {"start": 2536.51, "end": 2536.71, "word": " button", "probability": 0.38671875}, {"start": 2536.71, "end": 2536.97, "word": " is", "probability": 0.36572265625}, {"start": 2536.97, "end": 2537.33, "word": " not", "probability": 0.908203125}, {"start": 2537.33, "end": 2537.63, "word": " data,", "probability": 0.5849609375}, {"start": 2537.87, "end": 2538.03, "word": " I'm", "probability": 0.6171875}, {"start": 2538.03, "end": 2538.19, "word": " talking", "probability": 0.7509765625}, {"start": 2538.19, "end": 2538.31, "word": " about", "probability": 0.88525390625}, {"start": 2538.31, "end": 2538.57, "word": " data,", "probability": 0.6533203125}, {"start": 2538.65, "end": 2539.01, "word": " image", "probability": 0.669921875}, {"start": 2539.01, "end": 2539.29, "word": " and", "probability": 0.66845703125}, {"start": 2539.29, "end": 2539.57, "word": " name", "probability": 0.8896484375}, {"start": 2539.57, "end": 2539.69, "word": " and", "probability": 0.39599609375}, {"start": 2539.69, "end": 2539.81, "word": " so", "probability": 0.57666015625}, {"start": 2539.81, "end": 2540.27, "word": " on,", "probability": 0.923828125}, {"start": 2540.35, "end": 2540.55, "word": " go", "probability": 0.6875}, {"start": 2540.55, "end": 2540.61, "word": " to", "probability": 0.5888671875}, {"start": 2540.61, "end": 2540.87, "word": " the", "probability": 0.8125}, {"start": 2540.87, "end": 2540.87, "word": " first", "probability": 0.8818359375}, {"start": 2540.87, "end": 2541.21, "word": " thing,", "probability": 0.6474609375}, {"start": 2542.69, "end": 2542.95, "word": " create", "probability": 0.484375}, {"start": 2542.95, "end": 2543.13, "word": " a", "probability": 0.9326171875}, {"start": 2543.13, "end": 2543.57, "word": " class,", "probability": 0.978515625}, {"start": 2543.75, "end": 2544.13, "word": " represent", "probability": 0.32958984375}, {"start": 2544.13, "end": 2544.43, "word": " yourself", "probability": 0.450439453125}], "temperature": 1.0}, {"id": 95, "seek": 256894, "start": 2545.78, "end": 2568.94, "text": " For example, if a news item has a picture of the news, title, date of publication, details, link, etc. Create a class called NewsItem Here, since each element on the screen contains data of a person, I create a class called Person", "tokens": [1171, 1365, 11, 498, 257, 2583, 3174, 575, 257, 3036, 295, 264, 2583, 11, 4876, 11, 4002, 295, 19953, 11, 4365, 11, 2113, 11, 5183, 13, 20248, 257, 1508, 1219, 7987, 3522, 443, 1692, 11, 1670, 1184, 4478, 322, 264, 2568, 8306, 1412, 295, 257, 954, 11, 286, 1884, 257, 1508, 1219, 8443], "avg_logprob": -0.614004616384153, "compression_ratio": 1.5298013245033113, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2545.78, "end": 2546.4, "word": " For", "probability": 0.2275390625}, {"start": 2546.4, "end": 2547.02, "word": " example,", "probability": 0.7314453125}, {"start": 2547.86, "end": 2547.96, "word": " if", "probability": 0.53271484375}, {"start": 2547.96, "end": 2548.1, "word": " a", "probability": 0.276123046875}, {"start": 2548.1, "end": 2548.22, "word": " news", "probability": 0.6171875}, {"start": 2548.22, "end": 2548.54, "word": " item", "probability": 0.254150390625}, {"start": 2548.54, "end": 2549.32, "word": " has", "probability": 0.6767578125}, {"start": 2549.32, "end": 2549.66, "word": " a", "probability": 0.395263671875}, {"start": 2549.66, "end": 2549.84, "word": " picture", "probability": 0.265625}, {"start": 2549.84, "end": 2549.96, "word": " of", "probability": 0.732421875}, {"start": 2549.96, "end": 2550.06, "word": " the", "probability": 0.54345703125}, {"start": 2550.06, "end": 2550.22, "word": " news,", "probability": 0.7744140625}, {"start": 2550.36, "end": 2550.84, "word": " title,", "probability": 0.53515625}, {"start": 2551.18, "end": 2551.54, "word": " date", "probability": 0.260009765625}, {"start": 2551.54, "end": 2551.56, "word": " of", "probability": 0.71533203125}, {"start": 2551.56, "end": 2551.88, "word": " publication,", "probability": 0.9169921875}, {"start": 2552.42, "end": 2552.84, "word": " details,", "probability": 0.48779296875}, {"start": 2553.52, "end": 2553.9, "word": " link,", "probability": 0.650390625}, {"start": 2554.32, "end": 2554.6, "word": " etc.", "probability": 0.438232421875}, {"start": 2554.6, "end": 2554.6, "word": " Create", "probability": 0.21240234375}, {"start": 2554.6, "end": 2554.76, "word": " a", "probability": 0.93896484375}, {"start": 2554.76, "end": 2555.0, "word": " class", "probability": 0.9169921875}, {"start": 2555.0, "end": 2555.24, "word": " called", "probability": 0.56396484375}, {"start": 2555.24, "end": 2556.02, "word": " NewsItem", "probability": 0.6262613932291666}, {"start": 2556.02, "end": 2558.14, "word": " Here,", "probability": 0.1793212890625}, {"start": 2558.92, "end": 2559.02, "word": " since", "probability": 0.50439453125}, {"start": 2559.02, "end": 2559.84, "word": " each", "probability": 0.44873046875}, {"start": 2559.84, "end": 2560.14, "word": " element", "probability": 0.53515625}, {"start": 2560.14, "end": 2560.32, "word": " on", "probability": 0.283935546875}, {"start": 2560.32, "end": 2560.44, "word": " the", "probability": 0.8310546875}, {"start": 2560.44, "end": 2560.62, "word": " screen", "probability": 0.79296875}, {"start": 2560.62, "end": 2560.82, "word": " contains", "probability": 0.380859375}, {"start": 2560.82, "end": 2561.12, "word": " data", "probability": 0.287353515625}, {"start": 2561.12, "end": 2561.28, "word": " of", "probability": 0.814453125}, {"start": 2561.28, "end": 2561.56, "word": " a", "probability": 0.62646484375}, {"start": 2561.56, "end": 2561.56, "word": " person,", "probability": 0.7314453125}, {"start": 2561.96, "end": 2562.04, "word": " I", "probability": 0.74951171875}, {"start": 2562.04, "end": 2562.44, "word": " create", "probability": 0.59765625}, {"start": 2562.44, "end": 2562.6, "word": " a", "probability": 0.97216796875}, {"start": 2562.6, "end": 2565.28, "word": " class", "probability": 0.94482421875}, {"start": 2565.28, "end": 2568.08, "word": " called", "probability": 0.5146484375}, {"start": 2568.08, "end": 2568.94, "word": " Person", "probability": 0.52783203125}], "temperature": 1.0}, {"id": 96, "seek": 259294, "start": 2572.27, "end": 2592.95, "text": " Okay, what are the data of the person? String name Int age And there is a picture. How will the picture interact with it? Integer Integer, which is in its ID, not R dot, dot, dot, dot, dot, dot, dot Int photo Photo ID", "tokens": [1033, 11, 437, 366, 264, 1412, 295, 264, 954, 30, 745, 2937, 1315, 5681, 3205, 400, 456, 307, 257, 3036, 13, 1012, 486, 264, 3036, 4648, 365, 309, 30, 5681, 30744, 5681, 30744, 11, 597, 307, 294, 1080, 7348, 11, 406, 497, 5893, 11, 5893, 11, 5893, 11, 5893, 11, 5893, 11, 5893, 11, 5893, 5681, 5052, 39175, 7348], "avg_logprob": -0.6052083492279052, "compression_ratio": 1.5244755244755244, "no_speech_prob": 0.0, "words": [{"start": 2572.27, "end": 2572.55, "word": " Okay,", "probability": 0.14208984375}, {"start": 2572.65, "end": 2572.85, "word": " what", "probability": 0.77880859375}, {"start": 2572.85, "end": 2572.89, "word": " are", "probability": 0.59521484375}, {"start": 2572.89, "end": 2572.91, "word": " the", "probability": 0.76025390625}, {"start": 2572.91, "end": 2573.11, "word": " data", "probability": 0.203369140625}, {"start": 2573.11, "end": 2573.21, "word": " of", "probability": 0.71142578125}, {"start": 2573.21, "end": 2573.35, "word": " the", "probability": 0.53271484375}, {"start": 2573.35, "end": 2573.69, "word": " person?", "probability": 0.8251953125}, {"start": 2573.93, "end": 2574.33, "word": " String", "probability": 0.8486328125}, {"start": 2574.33, "end": 2575.45, "word": " name", "probability": 0.356689453125}, {"start": 2575.45, "end": 2577.31, "word": " Int", "probability": 0.275390625}, {"start": 2577.31, "end": 2578.05, "word": " age", "probability": 0.495361328125}, {"start": 2578.05, "end": 2579.69, "word": " And", "probability": 0.58154296875}, {"start": 2579.69, "end": 2579.85, "word": " there", "probability": 0.65478515625}, {"start": 2579.85, "end": 2579.85, "word": " is", "probability": 0.81298828125}, {"start": 2579.85, "end": 2579.97, "word": " a", "probability": 0.59716796875}, {"start": 2579.97, "end": 2580.17, "word": " picture.", "probability": 0.46875}, {"start": 2580.71, "end": 2581.11, "word": " How", "probability": 0.720703125}, {"start": 2581.11, "end": 2581.49, "word": " will", "probability": 0.389404296875}, {"start": 2581.49, "end": 2581.49, "word": " the", "probability": 0.7392578125}, {"start": 2581.49, "end": 2581.49, "word": " picture", "probability": 0.8271484375}, {"start": 2581.49, "end": 2581.75, "word": " interact", "probability": 0.159912109375}, {"start": 2581.75, "end": 2581.93, "word": " with", "probability": 0.88330078125}, {"start": 2581.93, "end": 2582.11, "word": " it?", "probability": 0.67626953125}, {"start": 2582.95, "end": 2583.35, "word": " Integer", "probability": 0.886962890625}, {"start": 2583.35, "end": 2584.07, "word": " Integer,", "probability": 0.73486328125}, {"start": 2584.27, "end": 2584.37, "word": " which", "probability": 0.1748046875}, {"start": 2584.37, "end": 2584.63, "word": " is", "probability": 0.7587890625}, {"start": 2584.63, "end": 2584.79, "word": " in", "probability": 0.51953125}, {"start": 2584.79, "end": 2584.89, "word": " its", "probability": 0.55908203125}, {"start": 2584.89, "end": 2585.19, "word": " ID,", "probability": 0.81494140625}, {"start": 2585.61, "end": 2586.11, "word": " not", "probability": 0.4609375}, {"start": 2586.11, "end": 2586.49, "word": " R", "probability": 0.402587890625}, {"start": 2586.49, "end": 2586.65, "word": " dot,", "probability": 0.59130859375}, {"start": 2586.73, "end": 2586.89, "word": " dot,", "probability": 0.4833984375}, {"start": 2586.89, "end": 2587.13, "word": " dot,", "probability": 0.78369140625}, {"start": 2587.25, "end": 2587.37, "word": " dot,", "probability": 0.5419921875}, {"start": 2587.37, "end": 2587.45, "word": " dot,", "probability": 0.463623046875}, {"start": 2587.49, "end": 2587.49, "word": " dot,", "probability": 0.63427734375}, {"start": 2587.91, "end": 2587.91, "word": " dot", "probability": 0.79833984375}, {"start": 2587.91, "end": 2588.21, "word": " Int", "probability": 0.11260986328125}, {"start": 2588.21, "end": 2589.09, "word": " photo", "probability": 0.8671875}, {"start": 2589.09, "end": 2591.01, "word": " Photo", "probability": 0.49560546875}, {"start": 2591.01, "end": 2592.95, "word": " ID", "probability": 0.8603515625}], "temperature": 1.0}, {"id": 97, "seek": 261551, "start": 2595.61, "end": 2615.51, "text": " Okay guys, and what do you do? You say refactor and encapsulate fields to make setters How? I have to arrange them based on age, right or not?", "tokens": [1033, 1074, 11, 293, 437, 360, 291, 360, 30, 509, 584, 1895, 15104, 293, 38745, 5256, 7909, 281, 652, 992, 1559, 1012, 30, 286, 362, 281, 9424, 552, 2361, 322, 3205, 11, 558, 420, 406, 30], "avg_logprob": -0.5540540282790726, "compression_ratio": 1.2222222222222223, "no_speech_prob": 0.0, "words": [{"start": 2595.61, "end": 2595.95, "word": " Okay", "probability": 0.1961669921875}, {"start": 2595.95, "end": 2596.43, "word": " guys,", "probability": 0.5849609375}, {"start": 2596.63, "end": 2597.15, "word": " and", "probability": 0.312255859375}, {"start": 2597.15, "end": 2597.35, "word": " what", "probability": 0.50341796875}, {"start": 2597.35, "end": 2597.35, "word": " do", "probability": 0.666015625}, {"start": 2597.35, "end": 2597.41, "word": " you", "probability": 0.95751953125}, {"start": 2597.41, "end": 2598.01, "word": " do?", "probability": 0.8662109375}, {"start": 2598.27, "end": 2598.45, "word": " You", "probability": 0.751953125}, {"start": 2598.45, "end": 2598.67, "word": " say", "probability": 0.51123046875}, {"start": 2598.67, "end": 2599.43, "word": " refactor", "probability": 0.77392578125}, {"start": 2599.43, "end": 2600.35, "word": " and", "probability": 0.75390625}, {"start": 2600.35, "end": 2601.01, "word": " encapsulate", "probability": 0.964111328125}, {"start": 2601.01, "end": 2601.57, "word": " fields", "probability": 0.91650390625}, {"start": 2601.57, "end": 2602.99, "word": " to", "probability": 0.6171875}, {"start": 2602.99, "end": 2603.31, "word": " make", "probability": 0.6123046875}, {"start": 2603.31, "end": 2603.97, "word": " setters", "probability": 0.4241943359375}, {"start": 2603.97, "end": 2607.97, "word": " How?", "probability": 0.323974609375}, {"start": 2610.35, "end": 2610.35, "word": " I", "probability": 0.294189453125}, {"start": 2610.35, "end": 2610.35, "word": " have", "probability": 0.137451171875}, {"start": 2610.35, "end": 2612.81, "word": " to", "probability": 0.849609375}, {"start": 2612.81, "end": 2613.01, "word": " arrange", "probability": 0.67822265625}, {"start": 2613.01, "end": 2613.21, "word": " them", "probability": 0.77734375}, {"start": 2613.21, "end": 2613.37, "word": " based", "probability": 0.412841796875}, {"start": 2613.37, "end": 2613.55, "word": " on", "probability": 0.94482421875}, {"start": 2613.55, "end": 2613.83, "word": " age,", "probability": 0.498779296875}, {"start": 2614.19, "end": 2615.27, "word": " right", "probability": 0.59326171875}, {"start": 2615.27, "end": 2615.49, "word": " or", "probability": 0.609375}, {"start": 2615.49, "end": 2615.51, "word": " not?", "probability": 0.51708984375}], "temperature": 1.0}, {"id": 98, "seek": 264683, "start": 2619.71, "end": 2646.83, "text": " The second step is to design an element in an independent layout. Notice that I'm not talking about a list. I made a class and then go design an element. What does it mean to design an element? It means to go to the layout folder and create a new layout file. Not an activity. No, don't create a new activity.", "tokens": [440, 1150, 1823, 307, 281, 1715, 364, 4478, 294, 364, 6695, 13333, 13, 13428, 300, 286, 478, 406, 1417, 466, 257, 1329, 13, 286, 1027, 257, 1508, 293, 550, 352, 1715, 364, 4478, 13, 708, 775, 309, 914, 281, 1715, 364, 4478, 30, 467, 1355, 281, 352, 281, 264, 13333, 10820, 293, 1884, 257, 777, 13333, 3991, 13, 1726, 364, 5191, 13, 883, 11, 500, 380, 1884, 257, 777, 5191, 13], "avg_logprob": -0.4869791803260644, "compression_ratio": 1.7613636363636365, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2619.71, "end": 2620.17, "word": " The", "probability": 0.23388671875}, {"start": 2620.17, "end": 2620.27, "word": " second", "probability": 0.71240234375}, {"start": 2620.27, "end": 2620.47, "word": " step", "probability": 0.8623046875}, {"start": 2620.47, "end": 2625.55, "word": " is", "probability": 0.215087890625}, {"start": 2625.55, "end": 2626.17, "word": " to", "probability": 0.496337890625}, {"start": 2626.17, "end": 2627.03, "word": " design", "probability": 0.5576171875}, {"start": 2627.03, "end": 2628.17, "word": " an", "probability": 0.32763671875}, {"start": 2628.17, "end": 2628.81, "word": " element", "probability": 0.68408203125}, {"start": 2628.81, "end": 2629.59, "word": " in", "probability": 0.325439453125}, {"start": 2629.59, "end": 2629.81, "word": " an", "probability": 0.440185546875}, {"start": 2629.81, "end": 2630.51, "word": " independent", "probability": 0.66845703125}, {"start": 2630.51, "end": 2630.51, "word": " layout.", "probability": 0.95849609375}, {"start": 2631.49, "end": 2631.81, "word": " Notice", "probability": 0.5673828125}, {"start": 2631.81, "end": 2631.95, "word": " that", "probability": 0.50634765625}, {"start": 2631.95, "end": 2633.09, "word": " I'm", "probability": 0.5994873046875}, {"start": 2633.09, "end": 2633.09, "word": " not", "probability": 0.9267578125}, {"start": 2633.09, "end": 2633.37, "word": " talking", "probability": 0.447998046875}, {"start": 2633.37, "end": 2633.65, "word": " about", "probability": 0.74462890625}, {"start": 2633.65, "end": 2633.73, "word": " a", "probability": 0.52294921875}, {"start": 2633.73, "end": 2633.93, "word": " list.", "probability": 0.8115234375}, {"start": 2635.07, "end": 2635.33, "word": " I", "probability": 0.42431640625}, {"start": 2635.33, "end": 2635.59, "word": " made", "probability": 0.2298583984375}, {"start": 2635.59, "end": 2635.71, "word": " a", "probability": 0.970703125}, {"start": 2635.71, "end": 2636.07, "word": " class", "probability": 0.95947265625}, {"start": 2636.07, "end": 2636.63, "word": " and", "probability": 0.57080078125}, {"start": 2636.63, "end": 2636.87, "word": " then", "probability": 0.6875}, {"start": 2636.87, "end": 2637.13, "word": " go", "probability": 0.1566162109375}, {"start": 2637.13, "end": 2637.47, "word": " design", "probability": 0.626953125}, {"start": 2637.47, "end": 2638.13, "word": " an", "probability": 0.46142578125}, {"start": 2638.13, "end": 2638.75, "word": " element.", "probability": 0.96435546875}, {"start": 2639.15, "end": 2639.65, "word": " What", "probability": 0.74267578125}, {"start": 2639.65, "end": 2639.77, "word": " does", "probability": 0.5146484375}, {"start": 2639.77, "end": 2639.93, "word": " it", "probability": 0.3046875}, {"start": 2639.93, "end": 2639.93, "word": " mean", "probability": 0.93798828125}, {"start": 2639.93, "end": 2639.93, "word": " to", "probability": 0.52978515625}, {"start": 2639.93, "end": 2640.03, "word": " design", "probability": 0.96923828125}, {"start": 2640.03, "end": 2640.27, "word": " an", "probability": 0.876953125}, {"start": 2640.27, "end": 2640.65, "word": " element?", "probability": 0.97216796875}, {"start": 2640.75, "end": 2640.97, "word": " It", "probability": 0.611328125}, {"start": 2640.97, "end": 2640.97, "word": " means", "probability": 0.90185546875}, {"start": 2640.97, "end": 2641.09, "word": " to", "probability": 0.344970703125}, {"start": 2641.09, "end": 2641.13, "word": " go", "probability": 0.80859375}, {"start": 2641.13, "end": 2641.59, "word": " to", "probability": 0.923828125}, {"start": 2641.59, "end": 2641.71, "word": " the", "probability": 0.7294921875}, {"start": 2641.71, "end": 2641.91, "word": " layout", "probability": 0.5869140625}, {"start": 2641.91, "end": 2641.91, "word": " folder", "probability": 0.5859375}, {"start": 2641.91, "end": 2642.29, "word": " and", "probability": 0.8330078125}, {"start": 2642.29, "end": 2642.45, "word": " create", "probability": 0.6953125}, {"start": 2642.45, "end": 2642.61, "word": " a", "probability": 0.951171875}, {"start": 2642.61, "end": 2642.83, "word": " new", "probability": 0.79833984375}, {"start": 2642.83, "end": 2643.05, "word": " layout", "probability": 0.66552734375}, {"start": 2643.05, "end": 2643.19, "word": " file.", "probability": 0.83984375}, {"start": 2644.67, "end": 2645.17, "word": " Not", "probability": 0.5947265625}, {"start": 2645.17, "end": 2645.27, "word": " an", "probability": 0.496826171875}, {"start": 2645.27, "end": 2645.61, "word": " activity.", "probability": 0.95751953125}, {"start": 2645.75, "end": 2645.93, "word": " No,", "probability": 0.630859375}, {"start": 2646.03, "end": 2646.21, "word": " don't", "probability": 0.6845703125}, {"start": 2646.21, "end": 2646.41, "word": " create", "probability": 0.57763671875}, {"start": 2646.41, "end": 2646.51, "word": " a", "probability": 0.94873046875}, {"start": 2646.51, "end": 2646.51, "word": " new", "probability": 0.9130859375}, {"start": 2646.51, "end": 2646.83, "word": " activity.", "probability": 0.9423828125}], "temperature": 1.0}, {"id": 99, "seek": 267380, "start": 2648.24, "end": 2673.8, "text": " Create a layout file for yourself, it's new and it's called layout resource file What do you want to call it? I want to call it list personal item design Okay, layout file, okay I don't understand why this guy doesn't want to work Okay", "tokens": [20248, 257, 13333, 3991, 337, 1803, 11, 309, 311, 777, 293, 309, 311, 1219, 13333, 7684, 3991, 708, 360, 291, 528, 281, 818, 309, 30, 286, 528, 281, 818, 309, 1329, 2973, 3174, 1715, 1033, 11, 13333, 3991, 11, 1392, 286, 500, 380, 1223, 983, 341, 2146, 1177, 380, 528, 281, 589, 1033], "avg_logprob": -0.581886593942289, "compression_ratio": 1.5733333333333333, "no_speech_prob": 0.0, "words": [{"start": 2648.24, "end": 2648.62, "word": " Create", "probability": 0.265625}, {"start": 2648.62, "end": 2648.74, "word": " a", "probability": 0.51171875}, {"start": 2648.74, "end": 2649.12, "word": " layout", "probability": 0.5107421875}, {"start": 2649.12, "end": 2649.26, "word": " file", "probability": 0.86669921875}, {"start": 2649.26, "end": 2649.38, "word": " for", "probability": 0.309326171875}, {"start": 2649.38, "end": 2649.74, "word": " yourself,", "probability": 0.52099609375}, {"start": 2650.1, "end": 2650.72, "word": " it's", "probability": 0.4111328125}, {"start": 2650.72, "end": 2651.14, "word": " new", "probability": 0.44287109375}, {"start": 2651.14, "end": 2651.72, "word": " and", "probability": 0.54541015625}, {"start": 2651.72, "end": 2652.02, "word": " it's", "probability": 0.361572265625}, {"start": 2652.02, "end": 2652.02, "word": " called", "probability": 0.6630859375}, {"start": 2652.02, "end": 2652.36, "word": " layout", "probability": 0.537109375}, {"start": 2652.36, "end": 2652.8, "word": " resource", "probability": 0.765625}, {"start": 2652.8, "end": 2653.18, "word": " file", "probability": 0.87939453125}, {"start": 2653.18, "end": 2654.5, "word": " What", "probability": 0.221435546875}, {"start": 2654.5, "end": 2654.54, "word": " do", "probability": 0.370361328125}, {"start": 2654.54, "end": 2654.6, "word": " you", "probability": 0.63916015625}, {"start": 2654.6, "end": 2654.86, "word": " want", "probability": 0.455078125}, {"start": 2654.86, "end": 2654.86, "word": " to", "probability": 0.9013671875}, {"start": 2654.86, "end": 2654.86, "word": " call", "probability": 0.6474609375}, {"start": 2654.86, "end": 2655.0, "word": " it?", "probability": 0.91259765625}, {"start": 2655.0, "end": 2655.08, "word": " I", "probability": 0.701171875}, {"start": 2655.08, "end": 2655.22, "word": " want", "probability": 0.72607421875}, {"start": 2655.22, "end": 2655.3, "word": " to", "probability": 0.9521484375}, {"start": 2655.3, "end": 2655.48, "word": " call", "probability": 0.7412109375}, {"start": 2655.48, "end": 2656.26, "word": " it", "probability": 0.93603515625}, {"start": 2656.26, "end": 2656.7, "word": " list", "probability": 0.55712890625}, {"start": 2656.7, "end": 2657.34, "word": " personal", "probability": 0.67822265625}, {"start": 2657.34, "end": 2657.9, "word": " item", "probability": 0.80712890625}, {"start": 2657.9, "end": 2660.34, "word": " design", "probability": 0.94091796875}, {"start": 2660.34, "end": 2666.14, "word": " Okay,", "probability": 0.297607421875}, {"start": 2666.22, "end": 2666.58, "word": " layout", "probability": 0.76904296875}, {"start": 2666.58, "end": 2666.96, "word": " file,", "probability": 0.86181640625}, {"start": 2667.08, "end": 2667.5, "word": " okay", "probability": 0.241455078125}, {"start": 2667.5, "end": 2669.94, "word": " I", "probability": 0.76513671875}, {"start": 2669.94, "end": 2670.08, "word": " don't", "probability": 0.928955078125}, {"start": 2670.08, "end": 2670.28, "word": " understand", "probability": 0.67626953125}, {"start": 2670.28, "end": 2670.48, "word": " why", "probability": 0.69873046875}, {"start": 2670.48, "end": 2670.48, "word": " this", "probability": 0.264892578125}, {"start": 2670.48, "end": 2670.6, "word": " guy", "probability": 0.336181640625}, {"start": 2670.6, "end": 2670.72, "word": " doesn't", "probability": 0.6937255859375}, {"start": 2670.72, "end": 2670.94, "word": " want", "probability": 0.755859375}, {"start": 2670.94, "end": 2671.08, "word": " to", "probability": 0.9716796875}, {"start": 2671.08, "end": 2671.26, "word": " work", "probability": 0.29052734375}, {"start": 2671.26, "end": 2673.8, "word": " Okay", "probability": 0.1953125}], "temperature": 1.0}, {"id": 100, "seek": 267929, "start": 2676.81, "end": 2679.29, "text": " How do we change it? This is alpha", "tokens": [1012, 360, 321, 1319, 309, 30, 639, 307, 8961], "avg_logprob": -1.029687488079071, "compression_ratio": 0.8536585365853658, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2676.81, "end": 2677.05, "word": " How", "probability": 0.049896240234375}, {"start": 2677.05, "end": 2677.33, "word": " do", "probability": 0.1888427734375}, {"start": 2677.33, "end": 2677.37, "word": " we", "probability": 0.55224609375}, {"start": 2677.37, "end": 2677.69, "word": " change", "probability": 0.80224609375}, {"start": 2677.69, "end": 2677.79, "word": " it?", "probability": 0.3525390625}, {"start": 2678.47, "end": 2678.77, "word": " This", "probability": 0.35986328125}, {"start": 2678.77, "end": 2678.89, "word": " is", "probability": 0.70263671875}, {"start": 2678.89, "end": 2679.29, "word": " alpha", "probability": 0.578125}], "temperature": 1.0}, {"id": 101, "seek": 273845, "start": 2720.55, "end": 2738.45, "text": " Okay guys, what do we do? We take a picture, right? You put the square of this picture. You can write anything.", "tokens": [1033, 1074, 11, 437, 360, 321, 360, 30, 492, 747, 257, 3036, 11, 558, 30, 509, 829, 264, 3732, 295, 341, 3036, 13, 509, 393, 2464, 1340, 13], "avg_logprob": -0.6864224137931034, "compression_ratio": 1.1546391752577319, "no_speech_prob": 0.0, "words": [{"start": 2720.55, "end": 2720.83, "word": " Okay", "probability": 0.2607421875}, {"start": 2720.83, "end": 2721.23, "word": " guys,", "probability": 0.54248046875}, {"start": 2721.41, "end": 2721.87, "word": " what", "probability": 0.084228515625}, {"start": 2721.87, "end": 2722.63, "word": " do", "probability": 0.39208984375}, {"start": 2722.63, "end": 2722.63, "word": " we", "probability": 0.66015625}, {"start": 2722.63, "end": 2722.83, "word": " do?", "probability": 0.673828125}, {"start": 2722.89, "end": 2723.07, "word": " We", "probability": 0.5654296875}, {"start": 2723.07, "end": 2723.17, "word": " take", "probability": 0.1656494140625}, {"start": 2723.17, "end": 2723.31, "word": " a", "probability": 0.81787109375}, {"start": 2723.31, "end": 2723.43, "word": " picture,", "probability": 0.5771484375}, {"start": 2723.55, "end": 2723.81, "word": " right?", "probability": 0.81640625}, {"start": 2724.27, "end": 2724.71, "word": " You", "probability": 0.55712890625}, {"start": 2724.71, "end": 2725.21, "word": " put", "probability": 0.461181640625}, {"start": 2725.21, "end": 2725.57, "word": " the", "probability": 0.34033203125}, {"start": 2725.57, "end": 2725.81, "word": " square", "probability": 0.7958984375}, {"start": 2725.81, "end": 2725.99, "word": " of", "probability": 0.8818359375}, {"start": 2725.99, "end": 2726.05, "word": " this", "probability": 0.69482421875}, {"start": 2726.05, "end": 2726.33, "word": " picture.", "probability": 0.83251953125}, {"start": 2737.33, "end": 2737.81, "word": " You", "probability": 0.2469482421875}, {"start": 2737.81, "end": 2737.91, "word": " can", "probability": 0.361328125}, {"start": 2737.91, "end": 2738.05, "word": " write", "probability": 0.69775390625}, {"start": 2738.05, "end": 2738.45, "word": " anything.", "probability": 0.75927734375}], "temperature": 1.0}, {"id": 102, "seek": 276497, "start": 2741.63, "end": 2764.97, "text": " It will change later, okay? You put the design you want, okay? And then text view comes here to whom? Yes, to the name. And you say here, of course, adjust the IDs too. So this is what we call photo IM, image view. And this text view,", "tokens": [467, 486, 1319, 1780, 11, 1392, 30, 509, 829, 264, 1715, 291, 528, 11, 1392, 30, 400, 550, 2487, 1910, 1487, 510, 281, 7101, 30, 1079, 11, 281, 264, 1315, 13, 400, 291, 584, 510, 11, 295, 1164, 11, 4369, 264, 48212, 886, 13, 407, 341, 307, 437, 321, 818, 5052, 21463, 11, 3256, 1910, 13, 400, 341, 2487, 1910, 11], "avg_logprob": -0.5751008026061519, "compression_ratio": 1.4242424242424243, "no_speech_prob": 0.0, "words": [{"start": 2741.63, "end": 2741.81, "word": " It", "probability": 0.1461181640625}, {"start": 2741.81, "end": 2741.89, "word": " will", "probability": 0.73583984375}, {"start": 2741.89, "end": 2742.19, "word": " change", "probability": 0.76220703125}, {"start": 2742.19, "end": 2742.63, "word": " later,", "probability": 0.60693359375}, {"start": 2742.89, "end": 2743.25, "word": " okay?", "probability": 0.234619140625}, {"start": 2743.67, "end": 2744.13, "word": " You", "probability": 0.7666015625}, {"start": 2744.13, "end": 2744.37, "word": " put", "probability": 0.3359375}, {"start": 2744.37, "end": 2744.67, "word": " the", "probability": 0.6083984375}, {"start": 2744.67, "end": 2744.95, "word": " design", "probability": 0.84619140625}, {"start": 2744.95, "end": 2745.09, "word": " you", "probability": 0.5712890625}, {"start": 2745.09, "end": 2745.27, "word": " want,", "probability": 0.78173828125}, {"start": 2745.73, "end": 2746.35, "word": " okay?", "probability": 0.67041015625}, {"start": 2746.89, "end": 2747.03, "word": " And", "probability": 0.480224609375}, {"start": 2747.03, "end": 2747.37, "word": " then", "probability": 0.74462890625}, {"start": 2747.37, "end": 2748.07, "word": " text", "probability": 0.15234375}, {"start": 2748.07, "end": 2748.43, "word": " view", "probability": 0.53369140625}, {"start": 2748.43, "end": 2748.49, "word": " comes", "probability": 0.344482421875}, {"start": 2748.49, "end": 2748.73, "word": " here", "probability": 0.75439453125}, {"start": 2748.73, "end": 2748.91, "word": " to", "probability": 0.25341796875}, {"start": 2748.91, "end": 2749.13, "word": " whom?", "probability": 0.7216796875}, {"start": 2750.37, "end": 2750.93, "word": " Yes,", "probability": 0.30419921875}, {"start": 2750.95, "end": 2751.09, "word": " to", "probability": 0.74169921875}, {"start": 2751.09, "end": 2751.19, "word": " the", "probability": 0.83154296875}, {"start": 2751.19, "end": 2751.47, "word": " name.", "probability": 0.84521484375}, {"start": 2752.83, "end": 2753.37, "word": " And", "probability": 0.76806640625}, {"start": 2753.37, "end": 2753.51, "word": " you", "probability": 0.6416015625}, {"start": 2753.51, "end": 2753.69, "word": " say", "probability": 0.423095703125}, {"start": 2753.69, "end": 2753.93, "word": " here,", "probability": 0.7919921875}, {"start": 2755.27, "end": 2755.63, "word": " of", "probability": 0.70849609375}, {"start": 2755.63, "end": 2755.79, "word": " course,", "probability": 0.9638671875}, {"start": 2756.35, "end": 2756.61, "word": " adjust", "probability": 0.18603515625}, {"start": 2756.61, "end": 2756.77, "word": " the", "probability": 0.861328125}, {"start": 2756.77, "end": 2757.05, "word": " IDs", "probability": 0.80029296875}, {"start": 2757.05, "end": 2757.37, "word": " too.", "probability": 0.396240234375}, {"start": 2757.95, "end": 2758.05, "word": " So", "probability": 0.369140625}, {"start": 2758.05, "end": 2758.23, "word": " this", "probability": 0.51806640625}, {"start": 2758.23, "end": 2758.33, "word": " is", "probability": 0.436767578125}, {"start": 2758.33, "end": 2758.33, "word": " what", "probability": 0.796875}, {"start": 2758.33, "end": 2758.49, "word": " we", "probability": 0.8876953125}, {"start": 2758.49, "end": 2758.69, "word": " call", "probability": 0.8505859375}, {"start": 2758.69, "end": 2759.39, "word": " photo", "probability": 0.5869140625}, {"start": 2759.39, "end": 2762.01, "word": " IM,", "probability": 0.341064453125}, {"start": 2762.33, "end": 2762.59, "word": " image", "probability": 0.724609375}, {"start": 2762.59, "end": 2762.87, "word": " view.", "probability": 0.86181640625}, {"start": 2763.99, "end": 2764.31, "word": " And", "probability": 0.91162109375}, {"start": 2764.31, "end": 2764.41, "word": " this", "probability": 0.69140625}, {"start": 2764.41, "end": 2764.61, "word": " text", "probability": 0.93603515625}, {"start": 2764.61, "end": 2764.97, "word": " view,", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 103, "seek": 279949, "start": 2770.33, "end": 2799.49, "text": " Text size, for example, 18sp, text color, this is for the name, and below it there is another text view for the age. And then what do we have here? Button on the side. Bring it here.", "tokens": [18643, 2744, 11, 337, 1365, 11, 2443, 4952, 11, 2487, 2017, 11, 341, 307, 337, 264, 1315, 11, 293, 2507, 309, 456, 307, 1071, 2487, 1910, 337, 264, 3205, 13, 400, 550, 437, 360, 321, 362, 510, 30, 38435, 322, 264, 1252, 13, 12842, 309, 510, 13], "avg_logprob": -0.5595702913900217, "compression_ratio": 1.3759398496240602, "no_speech_prob": 0.0, "words": [{"start": 2770.33, "end": 2770.69, "word": " Text", "probability": 0.7021484375}, {"start": 2770.69, "end": 2771.21, "word": " size,", "probability": 0.56884765625}, {"start": 2772.45, "end": 2772.81, "word": " for", "probability": 0.59228515625}, {"start": 2772.81, "end": 2772.81, "word": " example,", "probability": 0.935546875}, {"start": 2772.97, "end": 2774.07, "word": " 18sp,", "probability": 0.5255126953125}, {"start": 2774.89, "end": 2775.91, "word": " text", "probability": 0.74755859375}, {"start": 2775.91, "end": 2776.35, "word": " color,", "probability": 0.857421875}, {"start": 2779.23, "end": 2779.23, "word": " this", "probability": 0.1298828125}, {"start": 2779.23, "end": 2781.39, "word": " is", "probability": 0.78125}, {"start": 2781.39, "end": 2784.35, "word": " for", "probability": 0.80517578125}, {"start": 2784.35, "end": 2784.75, "word": " the", "probability": 0.67529296875}, {"start": 2784.75, "end": 2785.09, "word": " name,", "probability": 0.75830078125}, {"start": 2786.13, "end": 2786.37, "word": " and", "probability": 0.7490234375}, {"start": 2786.37, "end": 2786.59, "word": " below", "probability": 0.40087890625}, {"start": 2786.59, "end": 2786.81, "word": " it", "probability": 0.3349609375}, {"start": 2786.81, "end": 2786.85, "word": " there", "probability": 0.53173828125}, {"start": 2786.85, "end": 2786.85, "word": " is", "probability": 0.8271484375}, {"start": 2786.85, "end": 2786.93, "word": " another", "probability": 0.71875}, {"start": 2786.93, "end": 2787.11, "word": " text", "probability": 0.8662109375}, {"start": 2787.11, "end": 2787.61, "word": " view", "probability": 0.7880859375}, {"start": 2787.61, "end": 2789.71, "word": " for", "probability": 0.7197265625}, {"start": 2789.71, "end": 2789.81, "word": " the", "probability": 0.6572265625}, {"start": 2789.81, "end": 2790.15, "word": " age.", "probability": 0.89306640625}, {"start": 2793.81, "end": 2794.51, "word": " And", "probability": 0.603515625}, {"start": 2794.51, "end": 2794.79, "word": " then", "probability": 0.7197265625}, {"start": 2794.79, "end": 2795.01, "word": " what", "probability": 0.378173828125}, {"start": 2795.01, "end": 2795.03, "word": " do", "probability": 0.83251953125}, {"start": 2795.03, "end": 2795.03, "word": " we", "probability": 0.955078125}, {"start": 2795.03, "end": 2795.23, "word": " have", "probability": 0.94091796875}, {"start": 2795.23, "end": 2795.75, "word": " here?", "probability": 0.8203125}, {"start": 2797.05, "end": 2797.75, "word": " Button", "probability": 0.043792724609375}, {"start": 2797.75, "end": 2797.87, "word": " on", "probability": 0.53466796875}, {"start": 2797.87, "end": 2798.03, "word": " the", "probability": 0.7568359375}, {"start": 2798.03, "end": 2798.25, "word": " side.", "probability": 0.66796875}, {"start": 2798.59, "end": 2799.29, "word": " Bring", "probability": 0.351806640625}, {"start": 2799.29, "end": 2799.45, "word": " it", "probability": 0.58740234375}, {"start": 2799.45, "end": 2799.49, "word": " here.", "probability": 0.3193359375}], "temperature": 1.0}, {"id": 104, "seek": 283040, "start": 2801.6, "end": 2830.4, "text": " and then let it connect them to each other this is the design for now then let's make the height of the layout to wrap content why? because I really want the item to wrap content so now the layout is just like this we designed the item the first step is to create a class and the second step is", "tokens": [293, 550, 718, 309, 1745, 552, 281, 1184, 661, 341, 307, 264, 1715, 337, 586, 550, 718, 311, 652, 264, 6681, 295, 264, 13333, 281, 7019, 2701, 983, 30, 570, 286, 534, 528, 264, 3174, 281, 7019, 2701, 370, 586, 264, 13333, 307, 445, 411, 341, 321, 4761, 264, 3174, 264, 700, 1823, 307, 281, 1884, 257, 1508, 293, 264, 1150, 1823, 307], "avg_logprob": -0.796386731788516, "compression_ratio": 1.7352941176470589, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2801.6, "end": 2802.16, "word": " and", "probability": 0.140869140625}, {"start": 2802.16, "end": 2802.44, "word": " then", "probability": 0.57568359375}, {"start": 2802.44, "end": 2802.68, "word": " let", "probability": 0.112060546875}, {"start": 2802.68, "end": 2803.74, "word": " it", "probability": 0.447998046875}, {"start": 2803.74, "end": 2804.02, "word": " connect", "probability": 0.33837890625}, {"start": 2804.02, "end": 2804.24, "word": " them", "probability": 0.6630859375}, {"start": 2804.24, "end": 2804.3, "word": " to", "probability": 0.41015625}, {"start": 2804.3, "end": 2804.56, "word": " each", "probability": 0.5400390625}, {"start": 2804.56, "end": 2804.58, "word": " other", "probability": 0.84814453125}, {"start": 2804.58, "end": 2806.54, "word": " this", "probability": 0.158935546875}, {"start": 2806.54, "end": 2806.6, "word": " is", "probability": 0.80810546875}, {"start": 2806.6, "end": 2806.7, "word": " the", "probability": 0.332763671875}, {"start": 2806.7, "end": 2806.84, "word": " design", "probability": 0.396240234375}, {"start": 2806.84, "end": 2807.0, "word": " for", "probability": 0.5986328125}, {"start": 2807.0, "end": 2807.28, "word": " now", "probability": 0.7666015625}, {"start": 2807.28, "end": 2807.74, "word": " then", "probability": 0.28369140625}, {"start": 2807.74, "end": 2808.2, "word": " let's", "probability": 0.408203125}, {"start": 2808.2, "end": 2810.02, "word": " make", "probability": 0.303955078125}, {"start": 2810.02, "end": 2813.32, "word": " the", "probability": 0.494140625}, {"start": 2813.32, "end": 2813.6, "word": " height", "probability": 0.414306640625}, {"start": 2813.6, "end": 2813.6, "word": " of", "probability": 0.74755859375}, {"start": 2813.6, "end": 2813.6, "word": " the", "probability": 0.61669921875}, {"start": 2813.6, "end": 2813.6, "word": " layout", "probability": 0.5810546875}, {"start": 2813.6, "end": 2813.8, "word": " to", "probability": 0.290771484375}, {"start": 2813.8, "end": 2816.12, "word": " wrap", "probability": 0.374267578125}, {"start": 2816.12, "end": 2816.52, "word": " content", "probability": 0.857421875}, {"start": 2816.52, "end": 2817.12, "word": " why?", "probability": 0.3544921875}, {"start": 2817.2, "end": 2817.34, "word": " because", "probability": 0.70654296875}, {"start": 2817.34, "end": 2817.34, "word": " I", "probability": 0.59130859375}, {"start": 2817.34, "end": 2817.56, "word": " really", "probability": 0.2257080078125}, {"start": 2817.56, "end": 2817.66, "word": " want", "probability": 0.736328125}, {"start": 2817.66, "end": 2818.84, "word": " the", "probability": 0.54638671875}, {"start": 2818.84, "end": 2819.14, "word": " item", "probability": 0.89111328125}, {"start": 2819.14, "end": 2819.22, "word": " to", "probability": 0.2342529296875}, {"start": 2819.22, "end": 2819.48, "word": " wrap", "probability": 0.302978515625}, {"start": 2819.48, "end": 2819.92, "word": " content", "probability": 0.86328125}, {"start": 2819.92, "end": 2820.82, "word": " so", "probability": 0.2469482421875}, {"start": 2820.82, "end": 2821.22, "word": " now", "probability": 0.71435546875}, {"start": 2821.22, "end": 2822.2, "word": " the", "probability": 0.5908203125}, {"start": 2822.2, "end": 2822.52, "word": " layout", "probability": 0.919921875}, {"start": 2822.52, "end": 2822.88, "word": " is", "probability": 0.5546875}, {"start": 2822.88, "end": 2823.24, "word": " just", "probability": 0.1573486328125}, {"start": 2823.24, "end": 2823.44, "word": " like", "probability": 0.09442138671875}, {"start": 2823.44, "end": 2824.22, "word": " this", "probability": 0.560546875}, {"start": 2824.22, "end": 2825.04, "word": " we", "probability": 0.275634765625}, {"start": 2825.04, "end": 2825.12, "word": " designed", "probability": 0.478515625}, {"start": 2825.12, "end": 2826.2, "word": " the", "probability": 0.56103515625}, {"start": 2826.2, "end": 2826.38, "word": " item", "probability": 0.69970703125}, {"start": 2826.38, "end": 2826.58, "word": " the", "probability": 0.1297607421875}, {"start": 2826.58, "end": 2826.78, "word": " first", "probability": 0.81787109375}, {"start": 2826.78, "end": 2827.08, "word": " step", "probability": 0.904296875}, {"start": 2827.08, "end": 2827.2, "word": " is", "probability": 0.587890625}, {"start": 2827.2, "end": 2827.74, "word": " to", "probability": 0.283447265625}, {"start": 2827.74, "end": 2828.4, "word": " create", "probability": 0.38330078125}, {"start": 2828.4, "end": 2828.56, "word": " a", "probability": 0.6748046875}, {"start": 2828.56, "end": 2828.96, "word": " class", "probability": 0.9609375}, {"start": 2828.96, "end": 2829.54, "word": " and", "probability": 0.2470703125}, {"start": 2829.54, "end": 2829.58, "word": " the", "probability": 0.640625}, {"start": 2829.58, "end": 2830.14, "word": " second", "probability": 0.8203125}, {"start": 2830.14, "end": 2830.14, "word": " step", "probability": 0.8564453125}, {"start": 2830.14, "end": 2830.4, "word": " is", "probability": 0.8642578125}], "temperature": 1.0}, {"id": 105, "seek": 283669, "start": 2831.29, "end": 2836.69, "text": " We did the layout. There is still a third and fourth step.", "tokens": [492, 630, 264, 13333, 13, 821, 307, 920, 257, 2636, 293, 6409, 1823, 13], "avg_logprob": -0.5302083412806193, "compression_ratio": 0.921875, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2831.29, "end": 2831.75, "word": " We", "probability": 0.1318359375}, {"start": 2831.75, "end": 2831.75, "word": " did", "probability": 0.263671875}, {"start": 2831.75, "end": 2833.11, "word": " the", "probability": 0.763671875}, {"start": 2833.11, "end": 2833.55, "word": " layout.", "probability": 0.8427734375}, {"start": 2834.75, "end": 2834.95, "word": " There", "probability": 0.5439453125}, {"start": 2834.95, "end": 2835.07, "word": " is", "probability": 0.60302734375}, {"start": 2835.07, "end": 2835.23, "word": " still", "probability": 0.8154296875}, {"start": 2835.23, "end": 2835.49, "word": " a", "probability": 0.270263671875}, {"start": 2835.49, "end": 2835.75, "word": " third", "probability": 0.8359375}, {"start": 2835.75, "end": 2836.43, "word": " and", "probability": 0.818359375}, {"start": 2836.43, "end": 2836.69, "word": " fourth", "probability": 0.85302734375}, {"start": 2836.69, "end": 2836.69, "word": " step.", "probability": 0.87353515625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2837.6875, "duration_after_vad": 2411.8756249999897} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..79f3e6dee4eb6357a3453586228d22c1408aadda --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4364, "start": 21.02, "end": 43.64, "text": " Okay guys, Assalamu Alaikum. In the previous lecture, we started with dealing with databases. Of course, we talked in the previous lecture that in the Android operating system, there is a built-in database management system called SQLite.", "tokens": [1033, 1074, 11, 6281, 23819, 84, 46289, 35518, 13, 682, 264, 3894, 7991, 11, 321, 1409, 365, 6260, 365, 22380, 13, 2720, 1164, 11, 321, 2825, 294, 264, 3894, 7991, 300, 294, 264, 8853, 7447, 1185, 11, 456, 307, 257, 3094, 12, 259, 8149, 4592, 1185, 1219, 19200, 642, 13], "avg_logprob": -0.4797794070898318, "compression_ratio": 1.5222929936305734, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 21.02, "end": 21.3, "word": " Okay", "probability": 0.1790771484375}, {"start": 21.3, "end": 21.54, "word": " guys,", "probability": 0.61474609375}, {"start": 21.56, "end": 21.94, "word": " Assalamu", "probability": 0.54248046875}, {"start": 21.94, "end": 22.12, "word": " Alaikum.", "probability": 0.749755859375}, {"start": 24.78, "end": 25.58, "word": " In", "probability": 0.7822265625}, {"start": 25.58, "end": 25.68, "word": " the", "probability": 0.74658203125}, {"start": 25.68, "end": 25.72, "word": " previous", "probability": 0.46630859375}, {"start": 25.72, "end": 26.28, "word": " lecture,", "probability": 0.853515625}, {"start": 26.48, "end": 27.04, "word": " we", "probability": 0.787109375}, {"start": 27.04, "end": 27.32, "word": " started", "probability": 0.625}, {"start": 27.32, "end": 27.58, "word": " with", "probability": 0.302734375}, {"start": 27.58, "end": 28.7, "word": " dealing", "probability": 0.450927734375}, {"start": 28.7, "end": 28.94, "word": " with", "probability": 0.89404296875}, {"start": 28.94, "end": 29.42, "word": " databases.", "probability": 0.184814453125}, {"start": 32.34, "end": 32.92, "word": " Of", "probability": 0.32470703125}, {"start": 32.92, "end": 33.12, "word": " course,", "probability": 0.95703125}, {"start": 33.62, "end": 34.08, "word": " we", "probability": 0.57421875}, {"start": 34.08, "end": 34.38, "word": " talked", "probability": 0.28662109375}, {"start": 34.38, "end": 34.6, "word": " in", "probability": 0.65283203125}, {"start": 34.6, "end": 34.7, "word": " the", "probability": 0.81640625}, {"start": 34.7, "end": 34.7, "word": " previous", "probability": 0.74072265625}, {"start": 34.7, "end": 35.26, "word": " lecture", "probability": 0.93505859375}, {"start": 35.26, "end": 35.88, "word": " that", "probability": 0.62548828125}, {"start": 35.88, "end": 36.76, "word": " in", "probability": 0.537109375}, {"start": 36.76, "end": 36.84, "word": " the", "probability": 0.26171875}, {"start": 36.84, "end": 37.26, "word": " Android", "probability": 0.8359375}, {"start": 37.26, "end": 37.94, "word": " operating", "probability": 0.876953125}, {"start": 37.94, "end": 38.46, "word": " system,", "probability": 0.93115234375}, {"start": 39.26, "end": 39.3, "word": " there", "probability": 0.5068359375}, {"start": 39.3, "end": 39.46, "word": " is", "probability": 0.6357421875}, {"start": 39.46, "end": 39.78, "word": " a", "probability": 0.7470703125}, {"start": 39.78, "end": 40.04, "word": " built", "probability": 0.97900390625}, {"start": 40.04, "end": 40.4, "word": "-in", "probability": 0.935791015625}, {"start": 40.4, "end": 41.44, "word": " database", "probability": 0.94091796875}, {"start": 41.44, "end": 41.94, "word": " management", "probability": 0.88330078125}, {"start": 41.94, "end": 42.38, "word": " system", "probability": 0.931640625}, {"start": 42.38, "end": 42.78, "word": " called", "probability": 0.384765625}, {"start": 42.78, "end": 43.64, "word": " SQLite.", "probability": 0.927734375}], "temperature": 1.0}, {"id": 2, "seek": 6973, "start": 45.47, "end": 69.73, "text": " SQLite is a database management system similar to MySQL that you deal with in the database like Oracle or SQL Server What is the benefit of database management system? By creating databases database management system is able to interact with database using SQL", "tokens": [19200, 642, 307, 257, 8149, 4592, 1185, 2531, 281, 1222, 39934, 300, 291, 2028, 365, 294, 264, 8149, 411, 25654, 420, 19200, 25684, 708, 307, 264, 5121, 295, 8149, 4592, 1185, 30, 3146, 4084, 22380, 8149, 4592, 1185, 307, 1075, 281, 4648, 365, 8149, 1228, 19200], "avg_logprob": -0.6020611524581909, "compression_ratio": 1.7755102040816326, "no_speech_prob": 0.0, "words": [{"start": 45.47, "end": 46.39, "word": " SQLite", "probability": 0.397216796875}, {"start": 46.39, "end": 46.59, "word": " is", "probability": 0.56005859375}, {"start": 46.59, "end": 46.71, "word": " a", "probability": 0.8134765625}, {"start": 46.71, "end": 47.03, "word": " database", "probability": 0.8828125}, {"start": 47.03, "end": 47.71, "word": " management", "probability": 0.8837890625}, {"start": 47.71, "end": 48.35, "word": " system", "probability": 0.9453125}, {"start": 48.35, "end": 48.97, "word": " similar", "probability": 0.1956787109375}, {"start": 48.97, "end": 49.51, "word": " to", "probability": 0.97119140625}, {"start": 49.51, "end": 50.15, "word": " MySQL", "probability": 0.833251953125}, {"start": 50.15, "end": 50.51, "word": " that", "probability": 0.1468505859375}, {"start": 50.51, "end": 50.63, "word": " you", "probability": 0.736328125}, {"start": 50.63, "end": 50.99, "word": " deal", "probability": 0.1864013671875}, {"start": 50.99, "end": 51.45, "word": " with", "probability": 0.89453125}, {"start": 51.45, "end": 52.01, "word": " in", "probability": 0.61083984375}, {"start": 52.01, "end": 52.73, "word": " the", "probability": 0.270751953125}, {"start": 52.73, "end": 53.23, "word": " database", "probability": 0.9560546875}, {"start": 53.23, "end": 54.11, "word": " like", "probability": 0.1492919921875}, {"start": 54.11, "end": 54.59, "word": " Oracle", "probability": 0.91259765625}, {"start": 54.59, "end": 55.49, "word": " or", "probability": 0.3984375}, {"start": 55.49, "end": 55.95, "word": " SQL", "probability": 0.88037109375}, {"start": 55.95, "end": 56.63, "word": " Server", "probability": 0.4677734375}, {"start": 56.63, "end": 58.53, "word": " What", "probability": 0.383056640625}, {"start": 58.53, "end": 58.61, "word": " is", "probability": 0.529296875}, {"start": 58.61, "end": 58.69, "word": " the", "probability": 0.65625}, {"start": 58.69, "end": 58.87, "word": " benefit", "probability": 0.376953125}, {"start": 58.87, "end": 59.03, "word": " of", "probability": 0.94775390625}, {"start": 59.03, "end": 59.35, "word": " database", "probability": 0.4384765625}, {"start": 59.35, "end": 59.75, "word": " management", "probability": 0.88427734375}, {"start": 59.75, "end": 60.17, "word": " system?", "probability": 0.85595703125}, {"start": 60.29, "end": 60.57, "word": " By", "probability": 0.2005615234375}, {"start": 60.57, "end": 61.27, "word": " creating", "probability": 0.434814453125}, {"start": 61.27, "end": 61.63, "word": " databases", "probability": 0.29150390625}, {"start": 61.63, "end": 64.29, "word": " database", "probability": 0.242919921875}, {"start": 64.29, "end": 64.87, "word": " management", "probability": 0.85693359375}, {"start": 64.87, "end": 65.33, "word": " system", "probability": 0.89990234375}, {"start": 65.33, "end": 65.47, "word": " is", "probability": 0.355224609375}, {"start": 65.47, "end": 65.71, "word": " able", "probability": 0.5654296875}, {"start": 65.71, "end": 66.05, "word": " to", "probability": 0.96630859375}, {"start": 66.05, "end": 67.81, "word": " interact", "probability": 0.7802734375}, {"start": 67.81, "end": 68.31, "word": " with", "probability": 0.86572265625}, {"start": 68.31, "end": 68.75, "word": " database", "probability": 0.54833984375}, {"start": 68.75, "end": 69.25, "word": " using", "probability": 0.52734375}, {"start": 69.25, "end": 69.73, "word": " SQL", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 3, "seek": 9383, "start": 70.35, "end": 93.83, "text": " You send it to SQL and it executes it and gives you information from the database So who is able to understand the SQL statements and translate them is the database management system Android comes with a database management system ready and available on every Android device which is SQLite SQLite is a simple database management system", "tokens": [509, 2845, 309, 281, 19200, 293, 309, 4454, 1819, 309, 293, 2709, 291, 1589, 490, 264, 8149, 407, 567, 307, 1075, 281, 1223, 264, 19200, 12363, 293, 13799, 552, 307, 264, 8149, 4592, 1185, 8853, 1487, 365, 257, 8149, 4592, 1185, 1919, 293, 2435, 322, 633, 8853, 4302, 597, 307, 19200, 642, 19200, 642, 307, 257, 2199, 8149, 4592, 1185], "avg_logprob": -0.46798156910255306, "compression_ratio": 1.8722222222222222, "no_speech_prob": 0.0, "words": [{"start": 70.35, "end": 70.99, "word": " You", "probability": 0.205322265625}, {"start": 70.99, "end": 71.49, "word": " send", "probability": 0.513671875}, {"start": 71.49, "end": 71.63, "word": " it", "probability": 0.4130859375}, {"start": 71.63, "end": 71.65, "word": " to", "probability": 0.9423828125}, {"start": 71.65, "end": 72.03, "word": " SQL", "probability": 0.7177734375}, {"start": 72.03, "end": 72.99, "word": " and", "probability": 0.6318359375}, {"start": 72.99, "end": 73.57, "word": " it", "probability": 0.59765625}, {"start": 73.57, "end": 73.99, "word": " executes", "probability": 0.60418701171875}, {"start": 73.99, "end": 74.27, "word": " it", "probability": 0.77001953125}, {"start": 74.27, "end": 74.51, "word": " and", "probability": 0.529296875}, {"start": 74.51, "end": 74.77, "word": " gives", "probability": 0.2049560546875}, {"start": 74.77, "end": 76.83, "word": " you", "probability": 0.748046875}, {"start": 76.83, "end": 77.09, "word": " information", "probability": 0.431640625}, {"start": 77.09, "end": 77.41, "word": " from", "probability": 0.75927734375}, {"start": 77.41, "end": 77.53, "word": " the", "probability": 0.67626953125}, {"start": 77.53, "end": 77.91, "word": " database", "probability": 0.94384765625}, {"start": 77.91, "end": 79.93, "word": " So", "probability": 0.259521484375}, {"start": 79.93, "end": 80.17, "word": " who", "probability": 0.459228515625}, {"start": 80.17, "end": 80.33, "word": " is", "probability": 0.38232421875}, {"start": 80.33, "end": 80.67, "word": " able", "probability": 0.6455078125}, {"start": 80.67, "end": 80.93, "word": " to", "probability": 0.97216796875}, {"start": 80.93, "end": 81.21, "word": " understand", "probability": 0.70947265625}, {"start": 81.21, "end": 81.31, "word": " the", "probability": 0.3076171875}, {"start": 81.31, "end": 81.65, "word": " SQL", "probability": 0.9287109375}, {"start": 81.65, "end": 82.27, "word": " statements", "probability": 0.65576171875}, {"start": 82.27, "end": 82.45, "word": " and", "probability": 0.8876953125}, {"start": 82.45, "end": 82.75, "word": " translate", "probability": 0.7138671875}, {"start": 82.75, "end": 83.05, "word": " them", "probability": 0.69921875}, {"start": 83.05, "end": 83.45, "word": " is", "probability": 0.392333984375}, {"start": 83.45, "end": 83.59, "word": " the", "probability": 0.6611328125}, {"start": 83.59, "end": 83.89, "word": " database", "probability": 0.8447265625}, {"start": 83.89, "end": 84.27, "word": " management", "probability": 0.8837890625}, {"start": 84.27, "end": 84.71, "word": " system", "probability": 0.93994140625}, {"start": 84.71, "end": 85.25, "word": " Android", "probability": 0.626953125}, {"start": 85.25, "end": 85.55, "word": " comes", "probability": 0.34814453125}, {"start": 85.55, "end": 85.87, "word": " with", "probability": 0.86376953125}, {"start": 85.87, "end": 86.47, "word": " a", "probability": 0.76025390625}, {"start": 86.47, "end": 86.71, "word": " database", "probability": 0.9580078125}, {"start": 86.71, "end": 87.15, "word": " management", "probability": 0.8916015625}, {"start": 87.15, "end": 87.59, "word": " system", "probability": 0.93798828125}, {"start": 87.59, "end": 87.87, "word": " ready", "probability": 0.46533203125}, {"start": 87.87, "end": 87.99, "word": " and", "probability": 0.295166015625}, {"start": 87.99, "end": 88.25, "word": " available", "probability": 0.2998046875}, {"start": 88.25, "end": 88.45, "word": " on", "probability": 0.6181640625}, {"start": 88.45, "end": 88.95, "word": " every", "probability": 0.6591796875}, {"start": 88.95, "end": 89.93, "word": " Android", "probability": 0.499267578125}, {"start": 89.93, "end": 90.23, "word": " device", "probability": 0.93896484375}, {"start": 90.23, "end": 90.61, "word": " which", "probability": 0.387939453125}, {"start": 90.61, "end": 90.71, "word": " is", "probability": 0.9365234375}, {"start": 90.71, "end": 91.49, "word": " SQLite", "probability": 0.679931640625}, {"start": 91.49, "end": 92.73, "word": " SQLite", "probability": 0.860107421875}, {"start": 92.73, "end": 92.89, "word": " is", "probability": 0.54541015625}, {"start": 92.89, "end": 92.89, "word": " a", "probability": 0.92578125}, {"start": 92.89, "end": 92.89, "word": " simple", "probability": 0.86669921875}, {"start": 92.89, "end": 93.13, "word": " database", "probability": 0.97412109375}, {"start": 93.13, "end": 93.47, "word": " management", "probability": 0.89404296875}, {"start": 93.47, "end": 93.83, "word": " system", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 4, "seek": 10988, "start": 96.1, "end": 109.88, "text": " There are four data types, integer, real, text, and blob, not like MySQL where there is no timestamp or date and time", "tokens": [821, 366, 1451, 1412, 3467, 11, 24922, 11, 957, 11, 2487, 11, 293, 46115, 11, 406, 411, 1222, 39934, 689, 456, 307, 572, 49108, 1215, 420, 4002, 293, 565], "avg_logprob": -0.5552083412806194, "compression_ratio": 1.2040816326530612, "no_speech_prob": 0.0, "words": [{"start": 96.1, "end": 96.86, "word": " There", "probability": 0.1951904296875}, {"start": 96.86, "end": 97.0, "word": " are", "probability": 0.796875}, {"start": 97.0, "end": 97.32, "word": " four", "probability": 0.388916015625}, {"start": 97.32, "end": 97.6, "word": " data", "probability": 0.8505859375}, {"start": 97.6, "end": 98.08, "word": " types,", "probability": 0.8310546875}, {"start": 99.32, "end": 100.5, "word": " integer,", "probability": 0.51220703125}, {"start": 101.38, "end": 101.76, "word": " real,", "probability": 0.8798828125}, {"start": 102.58, "end": 103.06, "word": " text,", "probability": 0.90283203125}, {"start": 103.62, "end": 103.74, "word": " and", "probability": 0.86669921875}, {"start": 103.74, "end": 104.06, "word": " blob,", "probability": 0.7880859375}, {"start": 105.14, "end": 105.24, "word": " not", "probability": 0.55615234375}, {"start": 105.24, "end": 105.5, "word": " like", "probability": 0.198486328125}, {"start": 105.5, "end": 107.16, "word": " MySQL", "probability": 0.695556640625}, {"start": 107.16, "end": 107.54, "word": " where", "probability": 0.16748046875}, {"start": 107.54, "end": 107.92, "word": " there", "probability": 0.82763671875}, {"start": 107.92, "end": 107.94, "word": " is", "probability": 0.783203125}, {"start": 107.94, "end": 108.26, "word": " no", "probability": 0.70361328125}, {"start": 108.26, "end": 108.94, "word": " timestamp", "probability": 0.82763671875}, {"start": 108.94, "end": 109.28, "word": " or", "probability": 0.8046875}, {"start": 109.28, "end": 109.54, "word": " date", "probability": 0.66015625}, {"start": 109.54, "end": 109.68, "word": " and", "probability": 0.1741943359375}, {"start": 109.68, "end": 109.88, "word": " time", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 5, "seek": 12546, "start": 110.66, "end": 125.46, "text": " For the date and time There is no car and varchar and varchar2 and so on No, this is only dealing with texts Numbers are dealing with integers and reals There is no Boolean", "tokens": [1171, 264, 4002, 293, 565, 821, 307, 572, 1032, 293, 371, 1178, 289, 293, 371, 1178, 289, 17, 293, 370, 322, 883, 11, 341, 307, 787, 6260, 365, 15765, 22592, 1616, 366, 6260, 365, 41674, 293, 957, 82, 821, 307, 572, 23351, 28499], "avg_logprob": -0.5607244589112022, "compression_ratio": 1.4913793103448276, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 110.66, "end": 110.96, "word": " For", "probability": 0.347412109375}, {"start": 110.96, "end": 111.3, "word": " the", "probability": 0.217041015625}, {"start": 111.3, "end": 111.54, "word": " date", "probability": 0.56103515625}, {"start": 111.54, "end": 111.7, "word": " and", "probability": 0.88037109375}, {"start": 111.7, "end": 112.0, "word": " time", "probability": 0.71630859375}, {"start": 112.0, "end": 113.48, "word": " There", "probability": 0.331787109375}, {"start": 113.48, "end": 113.8, "word": " is", "probability": 0.59716796875}, {"start": 113.8, "end": 114.02, "word": " no", "probability": 0.7666015625}, {"start": 114.02, "end": 114.56, "word": " car", "probability": 0.2027587890625}, {"start": 114.56, "end": 114.78, "word": " and", "probability": 0.408935546875}, {"start": 114.78, "end": 115.34, "word": " varchar", "probability": 0.7666015625}, {"start": 115.34, "end": 115.46, "word": " and", "probability": 0.58740234375}, {"start": 115.46, "end": 116.12, "word": " varchar2", "probability": 0.8812255859375}, {"start": 116.12, "end": 116.42, "word": " and", "probability": 0.5810546875}, {"start": 116.42, "end": 116.84, "word": " so", "probability": 0.1978759765625}, {"start": 116.84, "end": 116.98, "word": " on", "probability": 0.857421875}, {"start": 116.98, "end": 117.22, "word": " No,", "probability": 0.366455078125}, {"start": 117.26, "end": 117.44, "word": " this", "probability": 0.318359375}, {"start": 117.44, "end": 117.52, "word": " is", "probability": 0.505859375}, {"start": 117.52, "end": 117.64, "word": " only", "probability": 0.42041015625}, {"start": 117.64, "end": 117.96, "word": " dealing", "probability": 0.1240234375}, {"start": 117.96, "end": 118.14, "word": " with", "probability": 0.869140625}, {"start": 118.14, "end": 118.68, "word": " texts", "probability": 0.4873046875}, {"start": 118.68, "end": 120.94, "word": " Numbers", "probability": 0.579345703125}, {"start": 120.94, "end": 121.14, "word": " are", "probability": 0.55419921875}, {"start": 121.14, "end": 121.3, "word": " dealing", "probability": 0.51513671875}, {"start": 121.3, "end": 121.5, "word": " with", "probability": 0.85546875}, {"start": 121.5, "end": 121.86, "word": " integers", "probability": 0.89111328125}, {"start": 121.86, "end": 122.06, "word": " and", "probability": 0.935546875}, {"start": 122.06, "end": 122.94, "word": " reals", "probability": 0.6641845703125}, {"start": 122.94, "end": 123.48, "word": " There", "probability": 0.47216796875}, {"start": 123.48, "end": 124.98, "word": " is", "probability": 0.89306640625}, {"start": 124.98, "end": 125.04, "word": " no", "probability": 0.9267578125}, {"start": 125.04, "end": 125.46, "word": " Boolean", "probability": 0.782958984375}], "temperature": 1.0}, {"id": 6, "seek": 15415, "start": 126.71, "end": 154.15, "text": " In the end, the pool tries to find an integer 1, 0. So, in Android, we have to find our way around the simplicity of SQLite. For example, history. We have to see how to deal with it. Do we store it as a text? Do we store it as a number? This is important. Why did they simply make SQLite? Because I tell you that Android applications are usually simple applications. And they are used by one user. Okay?", "tokens": [682, 264, 917, 11, 264, 7005, 9898, 281, 915, 364, 24922, 502, 11, 1958, 13, 407, 11, 294, 8853, 11, 321, 362, 281, 915, 527, 636, 926, 264, 25632, 295, 19200, 642, 13, 1171, 1365, 11, 2503, 13, 492, 362, 281, 536, 577, 281, 2028, 365, 309, 13, 1144, 321, 3531, 309, 382, 257, 2487, 30, 1144, 321, 3531, 309, 382, 257, 1230, 30, 639, 307, 1021, 13, 1545, 630, 436, 2935, 652, 19200, 642, 30, 1436, 286, 980, 291, 300, 8853, 5821, 366, 2673, 2199, 5821, 13, 400, 436, 366, 1143, 538, 472, 4195, 13, 1033, 30], "avg_logprob": -0.4816919107629795, "compression_ratio": 1.662551440329218, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 126.71, "end": 127.11, "word": " In", "probability": 0.21142578125}, {"start": 127.11, "end": 127.23, "word": " the", "probability": 0.7958984375}, {"start": 127.23, "end": 127.39, "word": " end,", "probability": 0.85888671875}, {"start": 127.45, "end": 127.55, "word": " the", "probability": 0.363037109375}, {"start": 127.55, "end": 127.67, "word": " pool", "probability": 0.0985107421875}, {"start": 127.67, "end": 128.11, "word": " tries", "probability": 0.4755859375}, {"start": 128.11, "end": 128.21, "word": " to", "probability": 0.95166015625}, {"start": 128.21, "end": 128.35, "word": " find", "probability": 0.69580078125}, {"start": 128.35, "end": 128.57, "word": " an", "probability": 0.3564453125}, {"start": 128.57, "end": 128.87, "word": " integer", "probability": 0.93310546875}, {"start": 128.87, "end": 129.25, "word": " 1,", "probability": 0.5419921875}, {"start": 129.55, "end": 130.03, "word": " 0.", "probability": 0.51953125}, {"start": 130.57, "end": 130.77, "word": " So,", "probability": 0.498046875}, {"start": 131.15, "end": 131.45, "word": " in", "probability": 0.56005859375}, {"start": 131.45, "end": 131.83, "word": " Android,", "probability": 0.88232421875}, {"start": 131.95, "end": 132.03, "word": " we", "probability": 0.90234375}, {"start": 132.03, "end": 132.03, "word": " have", "probability": 0.36181640625}, {"start": 132.03, "end": 132.03, "word": " to", "probability": 0.9697265625}, {"start": 132.03, "end": 132.27, "word": " find", "probability": 0.11309814453125}, {"start": 132.27, "end": 132.75, "word": " our", "probability": 0.399658203125}, {"start": 132.75, "end": 132.75, "word": " way", "probability": 0.63427734375}, {"start": 132.75, "end": 133.79, "word": " around", "probability": 0.254150390625}, {"start": 133.79, "end": 134.45, "word": " the", "probability": 0.462646484375}, {"start": 134.45, "end": 134.89, "word": " simplicity", "probability": 0.72119140625}, {"start": 134.89, "end": 135.03, "word": " of", "probability": 0.96630859375}, {"start": 135.03, "end": 135.81, "word": " SQLite.", "probability": 0.79443359375}, {"start": 136.17, "end": 136.57, "word": " For", "probability": 0.50146484375}, {"start": 136.57, "end": 137.33, "word": " example,", "probability": 0.8466796875}, {"start": 137.49, "end": 137.87, "word": " history.", "probability": 0.127197265625}, {"start": 138.43, "end": 138.73, "word": " We", "probability": 0.8544921875}, {"start": 138.73, "end": 138.85, "word": " have", "probability": 0.46630859375}, {"start": 138.85, "end": 138.87, "word": " to", "probability": 0.970703125}, {"start": 138.87, "end": 139.01, "word": " see", "probability": 0.420654296875}, {"start": 139.01, "end": 139.17, "word": " how", "probability": 0.92578125}, {"start": 139.17, "end": 139.27, "word": " to", "probability": 0.54248046875}, {"start": 139.27, "end": 139.49, "word": " deal", "probability": 0.75390625}, {"start": 139.49, "end": 139.71, "word": " with", "probability": 0.89990234375}, {"start": 139.71, "end": 139.83, "word": " it.", "probability": 0.66162109375}, {"start": 140.21, "end": 140.35, "word": " Do", "probability": 0.1614990234375}, {"start": 140.35, "end": 140.41, "word": " we", "probability": 0.76318359375}, {"start": 140.41, "end": 140.63, "word": " store", "probability": 0.5107421875}, {"start": 140.63, "end": 140.73, "word": " it", "probability": 0.73095703125}, {"start": 140.73, "end": 140.85, "word": " as", "probability": 0.908203125}, {"start": 140.85, "end": 140.89, "word": " a", "probability": 0.55126953125}, {"start": 140.89, "end": 141.07, "word": " text?", "probability": 0.78564453125}, {"start": 141.15, "end": 141.23, "word": " Do", "probability": 0.69482421875}, {"start": 141.23, "end": 141.33, "word": " we", "probability": 0.96435546875}, {"start": 141.33, "end": 141.51, "word": " store", "probability": 0.8896484375}, {"start": 141.51, "end": 141.63, "word": " it", "probability": 0.9404296875}, {"start": 141.63, "end": 141.75, "word": " as", "probability": 0.9638671875}, {"start": 141.75, "end": 141.77, "word": " a", "probability": 0.95361328125}, {"start": 141.77, "end": 141.95, "word": " number?", "probability": 0.90771484375}, {"start": 142.33, "end": 142.65, "word": " This", "probability": 0.7333984375}, {"start": 142.65, "end": 142.71, "word": " is", "probability": 0.9365234375}, {"start": 142.71, "end": 142.97, "word": " important.", "probability": 0.83984375}, {"start": 144.71, "end": 145.11, "word": " Why", "probability": 0.441650390625}, {"start": 145.11, "end": 145.23, "word": " did", "probability": 0.82763671875}, {"start": 145.23, "end": 145.23, "word": " they", "probability": 0.80615234375}, {"start": 145.23, "end": 145.23, "word": " simply", "probability": 0.28662109375}, {"start": 145.23, "end": 145.33, "word": " make", "probability": 0.388671875}, {"start": 145.33, "end": 145.97, "word": " SQLite?", "probability": 0.924072265625}, {"start": 146.71, "end": 146.83, "word": " Because", "probability": 0.79150390625}, {"start": 146.83, "end": 146.91, "word": " I", "probability": 0.68212890625}, {"start": 146.91, "end": 147.11, "word": " tell", "probability": 0.350830078125}, {"start": 147.11, "end": 147.29, "word": " you", "probability": 0.96728515625}, {"start": 147.29, "end": 147.41, "word": " that", "probability": 0.84814453125}, {"start": 147.41, "end": 148.41, "word": " Android", "probability": 0.82080078125}, {"start": 148.41, "end": 148.57, "word": " applications", "probability": 0.65234375}, {"start": 148.57, "end": 149.37, "word": " are", "probability": 0.9091796875}, {"start": 149.37, "end": 149.61, "word": " usually", "probability": 0.36572265625}, {"start": 149.61, "end": 150.39, "word": " simple", "probability": 0.93310546875}, {"start": 150.39, "end": 150.55, "word": " applications.", "probability": 0.7158203125}, {"start": 151.31, "end": 151.71, "word": " And", "probability": 0.6728515625}, {"start": 151.71, "end": 151.77, "word": " they", "probability": 0.515625}, {"start": 151.77, "end": 152.09, "word": " are", "probability": 0.57666015625}, {"start": 152.09, "end": 152.09, "word": " used", "probability": 0.85888671875}, {"start": 152.09, "end": 152.21, "word": " by", "probability": 0.962890625}, {"start": 152.21, "end": 152.25, "word": " one", "probability": 0.82763671875}, {"start": 152.25, "end": 152.89, "word": " user.", "probability": 0.95068359375}, {"start": 153.91, "end": 154.15, "word": " Okay?", "probability": 0.374755859375}], "temperature": 1.0}, {"id": 7, "seek": 17269, "start": 155.23, "end": 172.69, "text": " This is why you don't need to complicate the database as it is in websites Most of the time websites are huge databases that Android programs take from the database on the web server For example, if there is a news website, it will be a website", "tokens": [639, 307, 983, 291, 500, 380, 643, 281, 1209, 8700, 264, 8149, 382, 309, 307, 294, 12891, 4534, 295, 264, 565, 12891, 366, 2603, 22380, 300, 8853, 4268, 747, 490, 264, 8149, 322, 264, 3670, 7154, 1171, 1365, 11, 498, 456, 307, 257, 2583, 3144, 11, 309, 486, 312, 257, 3670, 30417], "avg_logprob": -0.7417453055111867, "compression_ratio": 1.5605095541401275, "no_speech_prob": 0.0, "words": [{"start": 155.23, "end": 155.65, "word": " This", "probability": 0.1798095703125}, {"start": 155.65, "end": 155.87, "word": " is", "probability": 0.76025390625}, {"start": 155.87, "end": 155.93, "word": " why", "probability": 0.84521484375}, {"start": 155.93, "end": 155.93, "word": " you", "probability": 0.178955078125}, {"start": 155.93, "end": 156.09, "word": " don't", "probability": 0.73681640625}, {"start": 156.09, "end": 156.55, "word": " need", "probability": 0.64697265625}, {"start": 156.55, "end": 156.75, "word": " to", "probability": 0.7119140625}, {"start": 156.75, "end": 157.13, "word": " complicate", "probability": 0.528045654296875}, {"start": 157.13, "end": 157.29, "word": " the", "probability": 0.52587890625}, {"start": 157.29, "end": 157.95, "word": " database", "probability": 0.327392578125}, {"start": 157.95, "end": 158.11, "word": " as", "probability": 0.21435546875}, {"start": 158.11, "end": 158.39, "word": " it", "probability": 0.52685546875}, {"start": 158.39, "end": 158.45, "word": " is", "probability": 0.64111328125}, {"start": 158.45, "end": 159.69, "word": " in", "probability": 0.31396484375}, {"start": 159.69, "end": 160.39, "word": " websites", "probability": 0.37353515625}, {"start": 160.39, "end": 161.47, "word": " Most", "probability": 0.1507568359375}, {"start": 161.47, "end": 161.77, "word": " of", "probability": 0.323974609375}, {"start": 161.77, "end": 162.21, "word": " the", "probability": 0.70947265625}, {"start": 162.21, "end": 162.43, "word": " time", "probability": 0.400390625}, {"start": 162.43, "end": 162.47, "word": " websites", "probability": 0.423828125}, {"start": 162.47, "end": 163.13, "word": " are", "probability": 0.64013671875}, {"start": 163.13, "end": 163.43, "word": " huge", "probability": 0.3056640625}, {"start": 163.43, "end": 163.81, "word": " databases", "probability": 0.88818359375}, {"start": 163.81, "end": 164.69, "word": " that", "probability": 0.274169921875}, {"start": 164.69, "end": 165.31, "word": " Android", "probability": 0.2130126953125}, {"start": 165.31, "end": 165.53, "word": " programs", "probability": 0.34228515625}, {"start": 165.53, "end": 165.93, "word": " take", "probability": 0.33935546875}, {"start": 165.93, "end": 166.21, "word": " from", "probability": 0.81005859375}, {"start": 166.21, "end": 167.35, "word": " the", "probability": 0.45751953125}, {"start": 167.35, "end": 167.71, "word": " database", "probability": 0.72216796875}, {"start": 167.71, "end": 167.97, "word": " on", "probability": 0.24560546875}, {"start": 167.97, "end": 168.11, "word": " the", "probability": 0.69091796875}, {"start": 168.11, "end": 168.17, "word": " web", "probability": 0.494873046875}, {"start": 168.17, "end": 169.31, "word": " server", "probability": 0.87060546875}, {"start": 169.31, "end": 169.99, "word": " For", "probability": 0.2001953125}, {"start": 169.99, "end": 170.93, "word": " example,", "probability": 0.8916015625}, {"start": 171.01, "end": 171.03, "word": " if", "probability": 0.7255859375}, {"start": 171.03, "end": 171.19, "word": " there", "probability": 0.80029296875}, {"start": 171.19, "end": 171.23, "word": " is", "probability": 0.68896484375}, {"start": 171.23, "end": 171.51, "word": " a", "probability": 0.437255859375}, {"start": 171.51, "end": 171.69, "word": " news", "probability": 0.6630859375}, {"start": 171.69, "end": 171.89, "word": " website,", "probability": 0.5537109375}, {"start": 172.01, "end": 172.01, "word": " it", "probability": 0.78173828125}, {"start": 172.01, "end": 172.11, "word": " will", "probability": 0.1907958984375}, {"start": 172.11, "end": 172.29, "word": " be", "probability": 0.849609375}, {"start": 172.29, "end": 172.41, "word": " a", "probability": 0.72705078125}, {"start": 172.41, "end": 172.69, "word": " website", "probability": 0.72607421875}], "temperature": 1.0}, {"id": 8, "seek": 18658, "start": 173.64, "end": 186.58, "text": " It is a huge database, and the Android program brings the data from the web server. There is not much complexity, except for the website, where the database is on the web server.", "tokens": [467, 307, 257, 2603, 8149, 11, 293, 264, 8853, 1461, 5607, 264, 1412, 490, 264, 3670, 7154, 13, 821, 307, 406, 709, 14024, 11, 3993, 337, 264, 3670, 30417, 11, 689, 264, 8149, 307, 322, 264, 3670, 7154, 13], "avg_logprob": -0.7257812485098839, "compression_ratio": 1.4435483870967742, "no_speech_prob": 0.0, "words": [{"start": 173.64, "end": 173.76, "word": " It", "probability": 0.281982421875}, {"start": 173.76, "end": 174.02, "word": " is", "probability": 0.364990234375}, {"start": 174.02, "end": 174.06, "word": " a", "probability": 0.68408203125}, {"start": 174.06, "end": 174.06, "word": " huge", "probability": 0.525390625}, {"start": 174.06, "end": 174.42, "word": " database,", "probability": 0.88720703125}, {"start": 175.02, "end": 175.5, "word": " and", "probability": 0.724609375}, {"start": 175.5, "end": 175.58, "word": " the", "probability": 0.55126953125}, {"start": 175.58, "end": 176.48, "word": " Android", "probability": 0.54052734375}, {"start": 176.48, "end": 176.78, "word": " program", "probability": 0.1505126953125}, {"start": 176.78, "end": 177.42, "word": " brings", "probability": 0.1429443359375}, {"start": 177.42, "end": 177.62, "word": " the", "probability": 0.58251953125}, {"start": 177.62, "end": 177.9, "word": " data", "probability": 0.82958984375}, {"start": 177.9, "end": 178.14, "word": " from", "probability": 0.76220703125}, {"start": 178.14, "end": 179.5, "word": " the", "probability": 0.6552734375}, {"start": 179.5, "end": 179.72, "word": " web", "probability": 0.609375}, {"start": 179.72, "end": 180.32, "word": " server.", "probability": 0.8115234375}, {"start": 180.76, "end": 180.94, "word": " There", "probability": 0.275146484375}, {"start": 180.94, "end": 181.7, "word": " is", "probability": 0.70703125}, {"start": 181.7, "end": 181.7, "word": " not", "probability": 0.405029296875}, {"start": 181.7, "end": 181.94, "word": " much", "probability": 0.58642578125}, {"start": 181.94, "end": 182.3, "word": " complexity,", "probability": 0.4970703125}, {"start": 182.84, "end": 183.32, "word": " except", "probability": 0.46728515625}, {"start": 183.32, "end": 183.68, "word": " for", "probability": 0.47900390625}, {"start": 183.68, "end": 183.76, "word": " the", "probability": 0.798828125}, {"start": 183.76, "end": 183.84, "word": " website,", "probability": 0.5419921875}, {"start": 184.04, "end": 184.18, "word": " where", "probability": 0.446044921875}, {"start": 184.18, "end": 185.38, "word": " the", "probability": 0.80810546875}, {"start": 185.38, "end": 185.78, "word": " database", "probability": 0.802734375}, {"start": 185.78, "end": 185.92, "word": " is", "probability": 0.7255859375}, {"start": 185.92, "end": 186.14, "word": " on", "probability": 0.1806640625}, {"start": 186.14, "end": 186.3, "word": " the", "probability": 0.47900390625}, {"start": 186.3, "end": 186.36, "word": " web", "probability": 0.32275390625}, {"start": 186.36, "end": 186.58, "word": " server.", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 9, "seek": 21076, "start": 189.5, "end": 210.76, "text": " Our answer to the question in the last lecture, is it true that we need to deal with a database or most Android apps that you get from the server, for example online. Even Android apps that you get from the server online need a local database to store the data. You have apps like WhatsApp and Facebook.", "tokens": [2621, 1867, 281, 264, 1168, 294, 264, 1036, 7991, 11, 307, 309, 2074, 300, 321, 643, 281, 2028, 365, 257, 8149, 420, 881, 8853, 7733, 300, 291, 483, 490, 264, 7154, 11, 337, 1365, 2950, 13, 2754, 8853, 7733, 300, 291, 483, 490, 264, 7154, 2950, 643, 257, 2654, 8149, 281, 3531, 264, 1412, 13, 509, 362, 7733, 411, 30513, 293, 4384, 13], "avg_logprob": -0.5639648633077741, "compression_ratio": 1.6703296703296704, "no_speech_prob": 0.0, "words": [{"start": 189.5, "end": 189.72, "word": " Our", "probability": 0.06640625}, {"start": 189.72, "end": 189.9, "word": " answer", "probability": 0.6767578125}, {"start": 189.9, "end": 190.1, "word": " to", "probability": 0.77392578125}, {"start": 190.1, "end": 190.32, "word": " the", "probability": 0.62841796875}, {"start": 190.32, "end": 190.32, "word": " question", "probability": 0.464599609375}, {"start": 190.32, "end": 190.64, "word": " in", "probability": 0.3037109375}, {"start": 190.64, "end": 190.68, "word": " the", "probability": 0.65673828125}, {"start": 190.68, "end": 190.78, "word": " last", "probability": 0.426513671875}, {"start": 190.78, "end": 191.16, "word": " lecture,", "probability": 0.822265625}, {"start": 191.3, "end": 191.46, "word": " is", "probability": 0.336181640625}, {"start": 191.46, "end": 191.58, "word": " it", "probability": 0.8095703125}, {"start": 191.58, "end": 191.88, "word": " true", "probability": 0.2705078125}, {"start": 191.88, "end": 192.18, "word": " that", "probability": 0.89892578125}, {"start": 192.18, "end": 192.44, "word": " we", "probability": 0.58154296875}, {"start": 192.44, "end": 192.68, "word": " need", "probability": 0.4072265625}, {"start": 192.68, "end": 192.98, "word": " to", "probability": 0.9296875}, {"start": 192.98, "end": 193.22, "word": " deal", "probability": 0.548828125}, {"start": 193.22, "end": 194.64, "word": " with", "probability": 0.7900390625}, {"start": 194.64, "end": 196.26, "word": " a", "probability": 0.229736328125}, {"start": 196.26, "end": 197.36, "word": " database", "probability": 0.86181640625}, {"start": 197.36, "end": 197.6, "word": " or", "probability": 0.255126953125}, {"start": 197.6, "end": 197.94, "word": " most", "probability": 0.51025390625}, {"start": 197.94, "end": 198.76, "word": " Android", "probability": 0.371337890625}, {"start": 198.76, "end": 198.8, "word": " apps", "probability": 0.45458984375}, {"start": 198.8, "end": 198.96, "word": " that", "probability": 0.3857421875}, {"start": 198.96, "end": 199.0, "word": " you", "probability": 0.55810546875}, {"start": 199.0, "end": 199.16, "word": " get", "probability": 0.26416015625}, {"start": 199.16, "end": 199.36, "word": " from", "probability": 0.73388671875}, {"start": 199.36, "end": 201.08, "word": " the", "probability": 0.56787109375}, {"start": 201.08, "end": 201.44, "word": " server,", "probability": 0.71728515625}, {"start": 201.56, "end": 201.8, "word": " for", "probability": 0.5703125}, {"start": 201.8, "end": 202.0, "word": " example", "probability": 0.92333984375}, {"start": 202.0, "end": 202.54, "word": " online.", "probability": 0.552734375}, {"start": 203.38, "end": 203.76, "word": " Even", "probability": 0.78125}, {"start": 203.76, "end": 203.96, "word": " Android", "probability": 0.58056640625}, {"start": 203.96, "end": 204.54, "word": " apps", "probability": 0.73095703125}, {"start": 204.54, "end": 204.66, "word": " that", "probability": 0.81298828125}, {"start": 204.66, "end": 204.76, "word": " you", "probability": 0.90673828125}, {"start": 204.76, "end": 204.88, "word": " get", "probability": 0.71435546875}, {"start": 204.88, "end": 204.98, "word": " from", "probability": 0.77685546875}, {"start": 204.98, "end": 205.1, "word": " the", "probability": 0.74609375}, {"start": 205.1, "end": 205.34, "word": " server", "probability": 0.84521484375}, {"start": 205.34, "end": 205.86, "word": " online", "probability": 0.724609375}, {"start": 205.86, "end": 206.36, "word": " need", "probability": 0.490966796875}, {"start": 206.36, "end": 206.56, "word": " a", "probability": 0.7333984375}, {"start": 206.56, "end": 206.84, "word": " local", "probability": 0.8115234375}, {"start": 206.84, "end": 207.22, "word": " database", "probability": 0.95361328125}, {"start": 207.22, "end": 207.38, "word": " to", "probability": 0.7099609375}, {"start": 207.38, "end": 207.72, "word": " store", "probability": 0.77587890625}, {"start": 207.72, "end": 207.84, "word": " the", "probability": 0.451416015625}, {"start": 207.84, "end": 208.06, "word": " data.", "probability": 0.765625}, {"start": 208.6, "end": 209.08, "word": " You", "probability": 0.61279296875}, {"start": 209.08, "end": 209.22, "word": " have", "probability": 0.892578125}, {"start": 209.22, "end": 209.54, "word": " apps", "probability": 0.6650390625}, {"start": 209.54, "end": 209.78, "word": " like", "probability": 0.79345703125}, {"start": 209.78, "end": 210.14, "word": " WhatsApp", "probability": 0.5419921875}, {"start": 210.14, "end": 210.38, "word": " and", "probability": 0.818359375}, {"start": 210.38, "end": 210.76, "word": " Facebook.", "probability": 0.8115234375}], "temperature": 1.0}, {"id": 10, "seek": 23603, "start": 212.23, "end": 236.03, "text": " Actually, when you work offline, it brings data from where? From the local database. When it is online, it brings data from the server and stores it in the local database. So, in all cases, dealing with the database is very important. In the previous lecture, we talked about how we can create databases and tables through the Android application. We said that in order to create tables, you have to go and extend", "tokens": [5135, 11, 562, 291, 589, 21857, 11, 309, 5607, 1412, 490, 689, 30, 3358, 264, 2654, 8149, 13, 1133, 309, 307, 2950, 11, 309, 5607, 1412, 490, 264, 7154, 293, 9512, 309, 294, 264, 2654, 8149, 13, 407, 11, 294, 439, 3331, 11, 6260, 365, 264, 8149, 307, 588, 1021, 13, 682, 264, 3894, 7991, 11, 321, 2825, 466, 577, 321, 393, 1884, 22380, 293, 8020, 807, 264, 8853, 3861, 13, 492, 848, 300, 294, 1668, 281, 1884, 8020, 11, 291, 362, 281, 352, 293, 10101], "avg_logprob": -0.38577585453274604, "compression_ratio": 1.7542372881355932, "no_speech_prob": 0.0, "words": [{"start": 212.23000000000002, "end": 212.71, "word": " Actually,", "probability": 0.07232666015625}, {"start": 212.95, "end": 213.05, "word": " when", "probability": 0.77392578125}, {"start": 213.05, "end": 213.27, "word": " you", "probability": 0.8427734375}, {"start": 213.27, "end": 213.43, "word": " work", "probability": 0.724609375}, {"start": 213.43, "end": 214.01, "word": " offline,", "probability": 0.9638671875}, {"start": 214.53, "end": 214.85, "word": " it", "probability": 0.6181640625}, {"start": 214.85, "end": 214.97, "word": " brings", "probability": 0.245849609375}, {"start": 214.97, "end": 215.45, "word": " data", "probability": 0.55615234375}, {"start": 215.45, "end": 215.69, "word": " from", "probability": 0.8544921875}, {"start": 215.69, "end": 215.91, "word": " where?", "probability": 0.45947265625}, {"start": 216.23, "end": 216.65, "word": " From", "probability": 0.7216796875}, {"start": 216.65, "end": 216.77, "word": " the", "probability": 0.68212890625}, {"start": 216.77, "end": 216.99, "word": " local", "probability": 0.84814453125}, {"start": 216.99, "end": 217.47, "word": " database.", "probability": 0.93994140625}, {"start": 217.77, "end": 217.97, "word": " When", "probability": 0.80908203125}, {"start": 217.97, "end": 218.07, "word": " it", "probability": 0.8544921875}, {"start": 218.07, "end": 218.25, "word": " is", "probability": 0.54248046875}, {"start": 218.25, "end": 218.71, "word": " online,", "probability": 0.8837890625}, {"start": 218.85, "end": 218.91, "word": " it", "probability": 0.92578125}, {"start": 218.91, "end": 219.27, "word": " brings", "probability": 0.5576171875}, {"start": 219.27, "end": 219.33, "word": " data", "probability": 0.4794921875}, {"start": 219.33, "end": 219.51, "word": " from", "probability": 0.875}, {"start": 219.51, "end": 219.83, "word": " the", "probability": 0.83740234375}, {"start": 219.83, "end": 220.45, "word": " server", "probability": 0.8798828125}, {"start": 220.45, "end": 220.63, "word": " and", "probability": 0.82861328125}, {"start": 220.63, "end": 220.91, "word": " stores", "probability": 0.79052734375}, {"start": 220.91, "end": 221.03, "word": " it", "probability": 0.7333984375}, {"start": 221.03, "end": 221.11, "word": " in", "probability": 0.87890625}, {"start": 221.11, "end": 221.19, "word": " the", "probability": 0.87744140625}, {"start": 221.19, "end": 221.39, "word": " local", "probability": 0.86865234375}, {"start": 221.39, "end": 221.81, "word": " database.", "probability": 0.9443359375}, {"start": 222.33, "end": 222.33, "word": " So,", "probability": 0.52099609375}, {"start": 222.39, "end": 222.39, "word": " in", "probability": 0.607421875}, {"start": 222.39, "end": 222.61, "word": " all", "probability": 0.80029296875}, {"start": 222.61, "end": 222.99, "word": " cases,", "probability": 0.56494140625}, {"start": 223.05, "end": 223.33, "word": " dealing", "probability": 0.64453125}, {"start": 223.33, "end": 223.51, "word": " with", "probability": 0.89501953125}, {"start": 223.51, "end": 223.71, "word": " the", "probability": 0.572265625}, {"start": 223.71, "end": 224.19, "word": " database", "probability": 0.92724609375}, {"start": 224.19, "end": 224.67, "word": " is", "probability": 0.93408203125}, {"start": 224.67, "end": 224.73, "word": " very", "probability": 0.71435546875}, {"start": 224.73, "end": 225.01, "word": " important.", "probability": 0.86083984375}, {"start": 225.65, "end": 225.99, "word": " In", "probability": 0.29736328125}, {"start": 225.99, "end": 226.11, "word": " the", "probability": 0.53955078125}, {"start": 226.11, "end": 226.13, "word": " previous", "probability": 0.479248046875}, {"start": 226.13, "end": 226.45, "word": " lecture,", "probability": 0.845703125}, {"start": 226.57, "end": 227.15, "word": " we", "probability": 0.951171875}, {"start": 227.15, "end": 227.45, "word": " talked", "probability": 0.515625}, {"start": 227.45, "end": 227.77, "word": " about", "probability": 0.88671875}, {"start": 227.77, "end": 227.93, "word": " how", "probability": 0.90380859375}, {"start": 227.93, "end": 229.53, "word": " we", "probability": 0.427001953125}, {"start": 229.53, "end": 229.89, "word": " can", "probability": 0.83154296875}, {"start": 229.89, "end": 230.27, "word": " create", "probability": 0.73681640625}, {"start": 230.27, "end": 231.57, "word": " databases", "probability": 0.498779296875}, {"start": 231.57, "end": 231.73, "word": " and", "probability": 0.865234375}, {"start": 231.73, "end": 232.39, "word": " tables", "probability": 0.78076171875}, {"start": 232.39, "end": 232.39, "word": " through", "probability": 0.448974609375}, {"start": 232.39, "end": 232.39, "word": " the", "probability": 0.410888671875}, {"start": 232.39, "end": 232.39, "word": " Android", "probability": 0.873046875}, {"start": 232.39, "end": 232.39, "word": " application.", "probability": 0.74658203125}, {"start": 232.65, "end": 233.01, "word": " We", "probability": 0.78955078125}, {"start": 233.01, "end": 233.27, "word": " said", "probability": 0.4140625}, {"start": 233.27, "end": 233.75, "word": " that", "probability": 0.9091796875}, {"start": 233.75, "end": 234.09, "word": " in", "probability": 0.6689453125}, {"start": 234.09, "end": 234.17, "word": " order", "probability": 0.9013671875}, {"start": 234.17, "end": 234.37, "word": " to", "probability": 0.97216796875}, {"start": 234.37, "end": 234.53, "word": " create", "probability": 0.86767578125}, {"start": 234.53, "end": 234.83, "word": " tables,", "probability": 0.6875}, {"start": 234.95, "end": 235.03, "word": " you", "probability": 0.88623046875}, {"start": 235.03, "end": 235.09, "word": " have", "probability": 0.32763671875}, {"start": 235.09, "end": 235.33, "word": " to", "probability": 0.97119140625}, {"start": 235.33, "end": 235.35, "word": " go", "probability": 0.272705078125}, {"start": 235.35, "end": 235.53, "word": " and", "probability": 0.7421875}, {"start": 235.53, "end": 236.03, "word": " extend", "probability": 0.37353515625}], "temperature": 1.0}, {"id": 11, "seek": 26527, "start": 238.19, "end": 265.27, "text": " for a class called SQLiteOpenHelper SQLiteOpenHelper is responsible for creating the database and making a connection with the database. Of course, why does it ask you to extend? Because there are methods that you have to fill in. What are the methods that you have to fill in? It does not know what table you want to fill in. Who wants to fill in the table?", "tokens": [337, 257, 1508, 1219, 19200, 642, 45569, 39, 338, 610, 19200, 642, 45569, 39, 338, 610, 307, 6250, 337, 4084, 264, 8149, 293, 1455, 257, 4984, 365, 264, 8149, 13, 2720, 1164, 11, 983, 775, 309, 1029, 291, 281, 10101, 30, 1436, 456, 366, 7150, 300, 291, 362, 281, 2836, 294, 13, 708, 366, 264, 7150, 300, 291, 362, 281, 2836, 294, 30, 467, 775, 406, 458, 437, 3199, 291, 528, 281, 2836, 294, 13, 2102, 2738, 281, 2836, 294, 264, 3199, 30], "avg_logprob": -0.39136904868341627, "compression_ratio": 1.7684729064039408, "no_speech_prob": 0.0, "words": [{"start": 238.19, "end": 238.43, "word": " for", "probability": 0.1767578125}, {"start": 238.43, "end": 238.47, "word": " a", "probability": 0.77587890625}, {"start": 238.47, "end": 238.83, "word": " class", "probability": 0.9560546875}, {"start": 238.83, "end": 239.27, "word": " called", "probability": 0.5224609375}, {"start": 239.27, "end": 242.11, "word": " SQLiteOpenHelper", "probability": 0.9208170572916666}, {"start": 242.11, "end": 248.95, "word": " SQLiteOpenHelper", "probability": 0.923828125}, {"start": 248.95, "end": 249.11, "word": " is", "probability": 0.1866455078125}, {"start": 249.11, "end": 249.51, "word": " responsible", "probability": 0.6689453125}, {"start": 249.51, "end": 249.71, "word": " for", "probability": 0.8681640625}, {"start": 249.71, "end": 250.11, "word": " creating", "probability": 0.44921875}, {"start": 250.11, "end": 250.29, "word": " the", "probability": 0.374267578125}, {"start": 250.29, "end": 250.85, "word": " database", "probability": 0.923828125}, {"start": 250.85, "end": 251.89, "word": " and", "probability": 0.826171875}, {"start": 251.89, "end": 252.11, "word": " making", "probability": 0.33251953125}, {"start": 252.11, "end": 252.19, "word": " a", "probability": 0.297119140625}, {"start": 252.19, "end": 252.55, "word": " connection", "probability": 0.8740234375}, {"start": 252.55, "end": 252.73, "word": " with", "probability": 0.7666015625}, {"start": 252.73, "end": 252.85, "word": " the", "probability": 0.466796875}, {"start": 252.85, "end": 253.25, "word": " database.", "probability": 0.927734375}, {"start": 254.73, "end": 254.87, "word": " Of", "probability": 0.415771484375}, {"start": 254.87, "end": 254.87, "word": " course,", "probability": 0.94287109375}, {"start": 254.95, "end": 255.19, "word": " why", "probability": 0.5380859375}, {"start": 255.19, "end": 255.19, "word": " does", "probability": 0.396484375}, {"start": 255.19, "end": 255.23, "word": " it", "probability": 0.68701171875}, {"start": 255.23, "end": 255.43, "word": " ask", "probability": 0.72412109375}, {"start": 255.43, "end": 255.67, "word": " you", "probability": 0.90625}, {"start": 255.67, "end": 255.75, "word": " to", "probability": 0.9580078125}, {"start": 255.75, "end": 256.31, "word": " extend?", "probability": 0.417724609375}, {"start": 257.29, "end": 257.69, "word": " Because", "probability": 0.73046875}, {"start": 257.69, "end": 257.93, "word": " there", "probability": 0.837890625}, {"start": 257.93, "end": 257.97, "word": " are", "probability": 0.92724609375}, {"start": 257.97, "end": 258.35, "word": " methods", "probability": 0.8212890625}, {"start": 258.35, "end": 258.51, "word": " that", "probability": 0.69091796875}, {"start": 258.51, "end": 258.61, "word": " you", "probability": 0.8427734375}, {"start": 258.61, "end": 258.79, "word": " have", "probability": 0.339599609375}, {"start": 258.79, "end": 258.89, "word": " to", "probability": 0.9697265625}, {"start": 258.89, "end": 259.19, "word": " fill", "probability": 0.7607421875}, {"start": 259.19, "end": 259.49, "word": " in.", "probability": 0.3798828125}, {"start": 259.87, "end": 260.13, "word": " What", "probability": 0.66552734375}, {"start": 260.13, "end": 260.21, "word": " are", "probability": 0.89453125}, {"start": 260.21, "end": 260.29, "word": " the", "probability": 0.8447265625}, {"start": 260.29, "end": 260.55, "word": " methods", "probability": 0.875}, {"start": 260.55, "end": 260.67, "word": " that", "probability": 0.7578125}, {"start": 260.67, "end": 260.77, "word": " you", "probability": 0.93359375}, {"start": 260.77, "end": 260.93, "word": " have", "probability": 0.79248046875}, {"start": 260.93, "end": 261.07, "word": " to", "probability": 0.96923828125}, {"start": 261.07, "end": 261.31, "word": " fill", "probability": 0.86328125}, {"start": 261.31, "end": 261.49, "word": " in?", "probability": 0.80712890625}, {"start": 261.57, "end": 261.79, "word": " It", "probability": 0.7021484375}, {"start": 261.79, "end": 261.91, "word": " does", "probability": 0.5322265625}, {"start": 261.91, "end": 261.91, "word": " not", "probability": 0.94384765625}, {"start": 261.91, "end": 262.27, "word": " know", "probability": 0.88671875}, {"start": 262.27, "end": 262.49, "word": " what", "probability": 0.705078125}, {"start": 262.49, "end": 262.85, "word": " table", "probability": 0.7666015625}, {"start": 262.85, "end": 262.93, "word": " you", "probability": 0.75390625}, {"start": 262.93, "end": 263.07, "word": " want", "probability": 0.6416015625}, {"start": 263.07, "end": 263.15, "word": " to", "probability": 0.9560546875}, {"start": 263.15, "end": 263.33, "word": " fill", "probability": 0.16162109375}, {"start": 263.33, "end": 263.51, "word": " in.", "probability": 0.78759765625}, {"start": 263.79, "end": 264.01, "word": " Who", "probability": 0.84033203125}, {"start": 264.01, "end": 264.53, "word": " wants", "probability": 0.2376708984375}, {"start": 264.53, "end": 264.59, "word": " to", "probability": 0.96484375}, {"start": 264.59, "end": 264.77, "word": " fill", "probability": 0.2978515625}, {"start": 264.77, "end": 264.87, "word": " in", "probability": 0.7099609375}, {"start": 264.87, "end": 265.01, "word": " the", "probability": 0.86474609375}, {"start": 265.01, "end": 265.27, "word": " table?", "probability": 0.9208984375}], "temperature": 1.0}, {"id": 12, "seek": 29342, "start": 266.32, "end": 293.42, "text": " Yes, the user. For example, now I'm inside an Android application, not in an activity. Okay, I made a new class, I named it MyHelper or whatever you want to call it, and I told it to extend SQLiteOpenHelper. This is what I explained in the previous lecture. I'm repeating what I explained in the previous lecture. This will ask you to implement the constructor two methods. The constructor takes three things, the context, the name, and the version.", "tokens": [1079, 11, 264, 4195, 13, 1171, 1365, 11, 586, 286, 478, 1854, 364, 8853, 3861, 11, 406, 294, 364, 5191, 13, 1033, 11, 286, 1027, 257, 777, 1508, 11, 286, 4926, 309, 1222, 39, 338, 610, 420, 2035, 291, 528, 281, 818, 309, 11, 293, 286, 1907, 309, 281, 10101, 19200, 642, 45569, 39, 338, 610, 13, 639, 307, 437, 286, 8825, 294, 264, 3894, 7991, 13, 286, 478, 18617, 437, 286, 8825, 294, 264, 3894, 7991, 13, 639, 486, 1029, 291, 281, 4445, 264, 47479, 732, 7150, 13, 440, 47479, 2516, 1045, 721, 11, 264, 4319, 11, 264, 1315, 11, 293, 264, 3037, 13], "avg_logprob": -0.3929834911283457, "compression_ratio": 1.7110266159695817, "no_speech_prob": 0.0, "words": [{"start": 266.32, "end": 266.58, "word": " Yes,", "probability": 0.30712890625}, {"start": 266.62, "end": 266.74, "word": " the", "probability": 0.5478515625}, {"start": 266.74, "end": 267.04, "word": " user.", "probability": 0.900390625}, {"start": 267.52, "end": 267.6, "word": " For", "probability": 0.28271484375}, {"start": 267.6, "end": 268.32, "word": " example,", "probability": 0.859375}, {"start": 268.88, "end": 269.2, "word": " now", "probability": 0.237548828125}, {"start": 269.2, "end": 269.44, "word": " I'm", "probability": 0.76513671875}, {"start": 269.44, "end": 269.72, "word": " inside", "probability": 0.271240234375}, {"start": 269.72, "end": 270.0, "word": " an", "probability": 0.4423828125}, {"start": 270.0, "end": 270.56, "word": " Android", "probability": 0.783203125}, {"start": 270.56, "end": 270.56, "word": " application,", "probability": 0.58349609375}, {"start": 271.18, "end": 271.34, "word": " not", "probability": 0.74560546875}, {"start": 271.34, "end": 271.44, "word": " in", "probability": 0.52783203125}, {"start": 271.44, "end": 271.56, "word": " an", "probability": 0.489013671875}, {"start": 271.56, "end": 271.88, "word": " activity.", "probability": 0.91943359375}, {"start": 272.4, "end": 272.72, "word": " Okay,", "probability": 0.45947265625}, {"start": 273.08, "end": 273.22, "word": " I", "probability": 0.9501953125}, {"start": 273.22, "end": 273.38, "word": " made", "probability": 0.2254638671875}, {"start": 273.38, "end": 273.48, "word": " a", "probability": 0.9853515625}, {"start": 273.48, "end": 274.04, "word": " new", "probability": 0.904296875}, {"start": 274.04, "end": 274.1, "word": " class,", "probability": 0.96337890625}, {"start": 274.72, "end": 274.98, "word": " I", "probability": 0.5693359375}, {"start": 274.98, "end": 275.2, "word": " named", "probability": 0.48779296875}, {"start": 275.2, "end": 275.36, "word": " it", "probability": 0.9482421875}, {"start": 275.36, "end": 275.9, "word": " MyHelper", "probability": 0.76165771484375}, {"start": 275.9, "end": 276.06, "word": " or", "probability": 0.54296875}, {"start": 276.06, "end": 276.24, "word": " whatever", "probability": 0.80322265625}, {"start": 276.24, "end": 276.58, "word": " you", "probability": 0.2734375}, {"start": 276.58, "end": 276.58, "word": " want", "probability": 0.7568359375}, {"start": 276.58, "end": 276.62, "word": " to", "probability": 0.93798828125}, {"start": 276.62, "end": 276.8, "word": " call", "probability": 0.76953125}, {"start": 276.8, "end": 276.8, "word": " it,", "probability": 0.94482421875}, {"start": 276.98, "end": 277.04, "word": " and", "probability": 0.39404296875}, {"start": 277.04, "end": 277.04, "word": " I", "probability": 0.84814453125}, {"start": 277.04, "end": 277.16, "word": " told", "probability": 0.501953125}, {"start": 277.16, "end": 277.26, "word": " it", "probability": 0.8583984375}, {"start": 277.26, "end": 277.34, "word": " to", "probability": 0.53076171875}, {"start": 277.34, "end": 277.76, "word": " extend", "probability": 0.796875}, {"start": 277.76, "end": 279.1, "word": " SQLiteOpenHelper.", "probability": 0.8995768229166666}, {"start": 279.14, "end": 279.28, "word": " This", "probability": 0.5966796875}, {"start": 279.28, "end": 279.28, "word": " is", "probability": 0.87841796875}, {"start": 279.28, "end": 279.38, "word": " what", "probability": 0.87158203125}, {"start": 279.38, "end": 279.4, "word": " I", "probability": 0.96337890625}, {"start": 279.4, "end": 279.56, "word": " explained", "probability": 0.60791015625}, {"start": 279.56, "end": 279.72, "word": " in", "probability": 0.89013671875}, {"start": 279.72, "end": 279.74, "word": " the", "probability": 0.73095703125}, {"start": 279.74, "end": 279.76, "word": " previous", "probability": 0.55419921875}, {"start": 279.76, "end": 280.18, "word": " lecture.", "probability": 0.86767578125}, {"start": 280.92, "end": 281.4, "word": " I'm", "probability": 0.396240234375}, {"start": 281.4, "end": 281.76, "word": " repeating", "probability": 0.4912109375}, {"start": 281.76, "end": 282.58, "word": " what", "probability": 0.72509765625}, {"start": 282.58, "end": 282.62, "word": " I", "probability": 0.9453125}, {"start": 282.62, "end": 282.8, "word": " explained", "probability": 0.68798828125}, {"start": 282.8, "end": 282.94, "word": " in", "probability": 0.9228515625}, {"start": 282.94, "end": 282.98, "word": " the", "probability": 0.8818359375}, {"start": 282.98, "end": 282.98, "word": " previous", "probability": 0.8037109375}, {"start": 282.98, "end": 283.32, "word": " lecture.", "probability": 0.9462890625}, {"start": 285.02, "end": 285.5, "word": " This", "probability": 0.580078125}, {"start": 285.5, "end": 285.84, "word": " will", "probability": 0.449462890625}, {"start": 285.84, "end": 286.08, "word": " ask", "probability": 0.845703125}, {"start": 286.08, "end": 286.28, "word": " you", "probability": 0.93701171875}, {"start": 286.28, "end": 286.38, "word": " to", "probability": 0.96826171875}, {"start": 286.38, "end": 286.94, "word": " implement", "probability": 0.837890625}, {"start": 286.94, "end": 287.18, "word": " the", "probability": 0.2283935546875}, {"start": 287.18, "end": 287.64, "word": " constructor", "probability": 0.67626953125}, {"start": 287.64, "end": 287.92, "word": " two", "probability": 0.28515625}, {"start": 287.92, "end": 288.28, "word": " methods.", "probability": 0.83984375}, {"start": 289.08, "end": 289.32, "word": " The", "probability": 0.8515625}, {"start": 289.32, "end": 289.82, "word": " constructor", "probability": 0.88134765625}, {"start": 289.82, "end": 290.24, "word": " takes", "probability": 0.728515625}, {"start": 290.24, "end": 290.58, "word": " three", "probability": 0.85009765625}, {"start": 290.58, "end": 290.9, "word": " things,", "probability": 0.77978515625}, {"start": 291.02, "end": 291.1, "word": " the", "probability": 0.302978515625}, {"start": 291.1, "end": 291.44, "word": " context,", "probability": 0.8876953125}, {"start": 291.66, "end": 291.74, "word": " the", "probability": 0.71484375}, {"start": 291.74, "end": 292.0, "word": " name,", "probability": 0.89892578125}, {"start": 292.6, "end": 293.06, "word": " and", "probability": 0.93408203125}, {"start": 293.06, "end": 293.14, "word": " the", "probability": 0.87939453125}, {"start": 293.14, "end": 293.42, "word": " version.", "probability": 0.8427734375}], "temperature": 1.0}, {"id": 13, "seek": 32395, "start": 294.43, "end": 323.95, "text": " If you want to create a database, you need to send it a name and a version. If the first one is still a version of the database, you need to send one. Because it actually calls the constructor in the super. What does the constructor do in the super? If the database does not exist, it creates it. If it exists, it does not do anything. Okay? Okay, if the database does not exist, it will create the database and that's it. We created a database. No. Where do you put the data? Not directly in the database. In the tables inside the database.", "tokens": [759, 291, 528, 281, 1884, 257, 8149, 11, 291, 643, 281, 2845, 309, 257, 1315, 293, 257, 3037, 13, 759, 264, 700, 472, 307, 920, 257, 3037, 295, 264, 8149, 11, 291, 643, 281, 2845, 472, 13, 1436, 309, 767, 5498, 264, 47479, 294, 264, 1687, 13, 708, 775, 264, 47479, 360, 294, 264, 1687, 30, 759, 264, 8149, 775, 406, 2514, 11, 309, 7829, 309, 13, 759, 309, 8198, 11, 309, 775, 406, 360, 1340, 13, 1033, 30, 1033, 11, 498, 264, 8149, 775, 406, 2514, 11, 309, 486, 1884, 264, 8149, 293, 300, 311, 309, 13, 492, 2942, 257, 8149, 13, 883, 13, 2305, 360, 291, 829, 264, 1412, 30, 1726, 3838, 294, 264, 8149, 13, 682, 264, 8020, 1854, 264, 8149, 13], "avg_logprob": -0.4238591248553897, "compression_ratio": 2.1593625498007967, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 294.43, "end": 294.69, "word": " If", "probability": 0.11767578125}, {"start": 294.69, "end": 294.79, "word": " you", "probability": 0.90478515625}, {"start": 294.79, "end": 295.01, "word": " want", "probability": 0.74462890625}, {"start": 295.01, "end": 295.21, "word": " to", "probability": 0.95751953125}, {"start": 295.21, "end": 295.21, "word": " create", "probability": 0.76123046875}, {"start": 295.21, "end": 295.33, "word": " a", "probability": 0.92333984375}, {"start": 295.33, "end": 295.61, "word": " database,", "probability": 0.8681640625}, {"start": 295.67, "end": 295.75, "word": " you", "probability": 0.72607421875}, {"start": 295.75, "end": 295.79, "word": " need", "probability": 0.1756591796875}, {"start": 295.79, "end": 295.79, "word": " to", "probability": 0.955078125}, {"start": 295.79, "end": 295.93, "word": " send", "probability": 0.5029296875}, {"start": 295.93, "end": 296.03, "word": " it", "probability": 0.587890625}, {"start": 296.03, "end": 296.07, "word": " a", "probability": 0.382080078125}, {"start": 296.07, "end": 296.37, "word": " name", "probability": 0.822265625}, {"start": 296.37, "end": 297.19, "word": " and", "probability": 0.80078125}, {"start": 297.19, "end": 297.31, "word": " a", "probability": 0.289306640625}, {"start": 297.31, "end": 297.57, "word": " version.", "probability": 0.81689453125}, {"start": 298.43, "end": 298.83, "word": " If", "probability": 0.78125}, {"start": 298.83, "end": 299.17, "word": " the", "probability": 0.34228515625}, {"start": 299.17, "end": 299.17, "word": " first", "probability": 0.5595703125}, {"start": 299.17, "end": 299.21, "word": " one", "probability": 0.2301025390625}, {"start": 299.21, "end": 299.33, "word": " is", "probability": 0.7958984375}, {"start": 299.33, "end": 299.49, "word": " still", "probability": 0.63232421875}, {"start": 299.49, "end": 299.67, "word": " a", "probability": 0.74853515625}, {"start": 299.67, "end": 299.93, "word": " version", "probability": 0.59326171875}, {"start": 299.93, "end": 300.11, "word": " of", "probability": 0.8017578125}, {"start": 300.11, "end": 300.23, "word": " the", "probability": 0.82568359375}, {"start": 300.23, "end": 300.61, "word": " database,", "probability": 0.93115234375}, {"start": 300.71, "end": 300.77, "word": " you", "probability": 0.63916015625}, {"start": 300.77, "end": 300.83, "word": " need", "probability": 0.497314453125}, {"start": 300.83, "end": 300.83, "word": " to", "probability": 0.95947265625}, {"start": 300.83, "end": 300.91, "word": " send", "probability": 0.81591796875}, {"start": 300.91, "end": 301.23, "word": " one.", "probability": 0.33251953125}, {"start": 302.09, "end": 302.47, "word": " Because", "probability": 0.72607421875}, {"start": 302.47, "end": 302.67, "word": " it", "probability": 0.426513671875}, {"start": 302.67, "end": 302.97, "word": " actually", "probability": 0.1971435546875}, {"start": 302.97, "end": 303.33, "word": " calls", "probability": 0.44970703125}, {"start": 303.33, "end": 303.45, "word": " the", "probability": 0.438232421875}, {"start": 303.45, "end": 303.83, "word": " constructor", "probability": 0.68701171875}, {"start": 303.83, "end": 304.01, "word": " in", "probability": 0.76611328125}, {"start": 304.01, "end": 304.09, "word": " the", "probability": 0.5126953125}, {"start": 304.09, "end": 304.31, "word": " super.", "probability": 0.71826171875}, {"start": 304.57, "end": 304.97, "word": " What", "probability": 0.7783203125}, {"start": 304.97, "end": 305.15, "word": " does", "probability": 0.88330078125}, {"start": 305.15, "end": 305.33, "word": " the", "probability": 0.80859375}, {"start": 305.33, "end": 305.63, "word": " constructor", "probability": 0.853515625}, {"start": 305.63, "end": 305.69, "word": " do", "probability": 0.86181640625}, {"start": 305.69, "end": 305.77, "word": " in", "probability": 0.8662109375}, {"start": 305.77, "end": 305.89, "word": " the", "probability": 0.8271484375}, {"start": 305.89, "end": 306.07, "word": " super?", "probability": 0.9345703125}, {"start": 306.15, "end": 306.29, "word": " If", "probability": 0.9248046875}, {"start": 306.29, "end": 306.47, "word": " the", "probability": 0.8193359375}, {"start": 306.47, "end": 306.73, "word": " database", "probability": 0.94091796875}, {"start": 306.73, "end": 306.95, "word": " does", "probability": 0.1455078125}, {"start": 306.95, "end": 306.99, "word": " not", "probability": 0.94091796875}, {"start": 306.99, "end": 307.45, "word": " exist,", "probability": 0.95556640625}, {"start": 307.79, "end": 308.47, "word": " it", "probability": 0.64306640625}, {"start": 308.47, "end": 308.63, "word": " creates", "probability": 0.7099609375}, {"start": 308.63, "end": 308.85, "word": " it.", "probability": 0.86376953125}, {"start": 309.21, "end": 309.61, "word": " If", "probability": 0.9130859375}, {"start": 309.61, "end": 309.69, "word": " it", "probability": 0.82275390625}, {"start": 309.69, "end": 310.05, "word": " exists,", "probability": 0.716796875}, {"start": 310.49, "end": 310.97, "word": " it", "probability": 0.59814453125}, {"start": 310.97, "end": 311.03, "word": " does", "probability": 0.71875}, {"start": 311.03, "end": 311.03, "word": " not", "probability": 0.5693359375}, {"start": 311.03, "end": 311.19, "word": " do", "probability": 0.587890625}, {"start": 311.19, "end": 311.53, "word": " anything.", "probability": 0.85986328125}, {"start": 312.41, "end": 312.59, "word": " Okay?", "probability": 0.337158203125}, {"start": 313.21, "end": 313.51, "word": " Okay,", "probability": 0.425048828125}, {"start": 313.71, "end": 313.93, "word": " if", "probability": 0.91650390625}, {"start": 313.93, "end": 314.07, "word": " the", "probability": 0.88916015625}, {"start": 314.07, "end": 314.37, "word": " database", "probability": 0.94189453125}, {"start": 314.37, "end": 314.63, "word": " does", "probability": 0.75}, {"start": 314.63, "end": 314.67, "word": " not", "probability": 0.9453125}, {"start": 314.67, "end": 315.15, "word": " exist,", "probability": 0.9599609375}, {"start": 315.93, "end": 316.05, "word": " it", "probability": 0.4521484375}, {"start": 316.05, "end": 316.13, "word": " will", "probability": 0.374267578125}, {"start": 316.13, "end": 316.33, "word": " create", "probability": 0.87890625}, {"start": 316.33, "end": 316.45, "word": " the", "probability": 0.7138671875}, {"start": 316.45, "end": 316.87, "word": " database", "probability": 0.94287109375}, {"start": 316.87, "end": 317.01, "word": " and", "probability": 0.60205078125}, {"start": 317.01, "end": 317.31, "word": " that's", "probability": 0.5380859375}, {"start": 317.31, "end": 317.31, "word": " it.", "probability": 0.8916015625}, {"start": 317.51, "end": 317.57, "word": " We", "probability": 0.525390625}, {"start": 317.57, "end": 317.73, "word": " created", "probability": 0.377685546875}, {"start": 317.73, "end": 317.95, "word": " a", "probability": 0.73486328125}, {"start": 317.95, "end": 318.33, "word": " database.", "probability": 0.95361328125}, {"start": 318.57, "end": 318.75, "word": " No.", "probability": 0.8798828125}, {"start": 319.49, "end": 319.89, "word": " Where", "probability": 0.310546875}, {"start": 319.89, "end": 319.89, "word": " do", "probability": 0.37255859375}, {"start": 319.89, "end": 320.85, "word": " you", "probability": 0.60498046875}, {"start": 320.85, "end": 321.11, "word": " put", "probability": 0.6015625}, {"start": 321.11, "end": 321.11, "word": " the", "probability": 0.63037109375}, {"start": 321.11, "end": 321.11, "word": " data?", "probability": 0.8818359375}, {"start": 321.11, "end": 321.29, "word": " Not", "probability": 0.8955078125}, {"start": 321.29, "end": 321.37, "word": " directly", "probability": 0.70654296875}, {"start": 321.37, "end": 321.37, "word": " in", "probability": 0.79443359375}, {"start": 321.37, "end": 321.49, "word": " the", "probability": 0.89990234375}, {"start": 321.49, "end": 321.79, "word": " database.", "probability": 0.95166015625}, {"start": 322.57, "end": 322.81, "word": " In", "probability": 0.55029296875}, {"start": 322.81, "end": 322.91, "word": " the", "probability": 0.53369140625}, {"start": 322.91, "end": 323.25, "word": " tables", "probability": 0.9130859375}, {"start": 323.25, "end": 323.47, "word": " inside", "probability": 0.69384765625}, {"start": 323.47, "end": 323.67, "word": " the", "probability": 0.916015625}, {"start": 323.67, "end": 323.95, "word": " database.", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 14, "seek": 34951, "start": 325.73, "end": 349.51, "text": " Automatically, it will ask for a method called onCreate. I have to implement this method to tell it what to do in onCreate. OnCreate has a Java installation. In onCreate, it gives you something called SQLite Database, DB. This is how I run the SQL instructions. I went to this DB and told it that there is a method called executeSQL.", "tokens": [24619, 5030, 11, 309, 486, 1029, 337, 257, 3170, 1219, 322, 44637, 473, 13, 286, 362, 281, 4445, 341, 3170, 281, 980, 309, 437, 281, 360, 294, 322, 44637, 473, 13, 1282, 44637, 473, 575, 257, 10745, 13260, 13, 682, 322, 44637, 473, 11, 309, 2709, 291, 746, 1219, 19200, 642, 40461, 651, 11, 26754, 13, 639, 307, 577, 286, 1190, 264, 19200, 9415, 13, 286, 1437, 281, 341, 26754, 293, 1907, 309, 300, 456, 307, 257, 3170, 1219, 14483, 39934, 13], "avg_logprob": -0.4506777079708605, "compression_ratio": 1.6135265700483092, "no_speech_prob": 0.0, "words": [{"start": 325.73, "end": 326.23, "word": " Automatically,", "probability": 0.6341552734375}, {"start": 326.79, "end": 327.03, "word": " it", "probability": 0.61083984375}, {"start": 327.03, "end": 327.05, "word": " will", "probability": 0.62841796875}, {"start": 327.05, "end": 327.39, "word": " ask", "probability": 0.1875}, {"start": 327.39, "end": 327.83, "word": " for", "probability": 0.472412109375}, {"start": 327.83, "end": 327.95, "word": " a", "probability": 0.39892578125}, {"start": 327.95, "end": 328.21, "word": " method", "probability": 0.90234375}, {"start": 328.21, "end": 328.57, "word": " called", "probability": 0.5830078125}, {"start": 328.57, "end": 329.89, "word": " onCreate.", "probability": 0.7261555989583334}, {"start": 329.91, "end": 330.15, "word": " I", "probability": 0.85986328125}, {"start": 330.15, "end": 330.23, "word": " have", "probability": 0.393310546875}, {"start": 330.23, "end": 330.49, "word": " to", "probability": 0.96826171875}, {"start": 330.49, "end": 331.27, "word": " implement", "probability": 0.736328125}, {"start": 331.27, "end": 331.59, "word": " this", "probability": 0.67724609375}, {"start": 331.59, "end": 331.81, "word": " method", "probability": 0.9482421875}, {"start": 331.81, "end": 332.09, "word": " to", "probability": 0.56103515625}, {"start": 332.09, "end": 332.41, "word": " tell", "probability": 0.5234375}, {"start": 332.41, "end": 332.65, "word": " it", "probability": 0.8388671875}, {"start": 332.65, "end": 333.89, "word": " what", "probability": 0.8154296875}, {"start": 333.89, "end": 333.99, "word": " to", "probability": 0.60205078125}, {"start": 333.99, "end": 334.21, "word": " do", "probability": 0.95947265625}, {"start": 334.21, "end": 334.31, "word": " in", "probability": 0.6201171875}, {"start": 334.31, "end": 334.87, "word": " onCreate.", "probability": 0.8597005208333334}, {"start": 335.73, "end": 336.23, "word": " OnCreate", "probability": 0.7760416666666666}, {"start": 336.23, "end": 336.45, "word": " has", "probability": 0.52734375}, {"start": 336.45, "end": 336.61, "word": " a", "probability": 0.1845703125}, {"start": 336.61, "end": 337.17, "word": " Java", "probability": 0.131591796875}, {"start": 337.17, "end": 337.17, "word": " installation.", "probability": 0.1517333984375}, {"start": 338.01, "end": 338.13, "word": " In", "probability": 0.37841796875}, {"start": 338.13, "end": 338.73, "word": " onCreate,", "probability": 0.9383138020833334}, {"start": 338.85, "end": 338.91, "word": " it", "probability": 0.82421875}, {"start": 338.91, "end": 339.23, "word": " gives", "probability": 0.6103515625}, {"start": 339.23, "end": 339.39, "word": " you", "probability": 0.75}, {"start": 339.39, "end": 339.49, "word": " something", "probability": 0.595703125}, {"start": 339.49, "end": 339.81, "word": " called", "probability": 0.875}, {"start": 339.81, "end": 340.47, "word": " SQLite", "probability": 0.82275390625}, {"start": 340.47, "end": 340.91, "word": " Database,", "probability": 0.644775390625}, {"start": 340.99, "end": 341.17, "word": " DB.", "probability": 0.81201171875}, {"start": 341.59, "end": 341.85, "word": " This", "probability": 0.419921875}, {"start": 341.85, "end": 341.91, "word": " is", "probability": 0.576171875}, {"start": 341.91, "end": 342.25, "word": " how", "probability": 0.247802734375}, {"start": 342.25, "end": 343.25, "word": " I", "probability": 0.79833984375}, {"start": 343.25, "end": 343.49, "word": " run", "probability": 0.48876953125}, {"start": 343.49, "end": 343.59, "word": " the", "probability": 0.548828125}, {"start": 343.59, "end": 344.37, "word": " SQL", "probability": 0.91845703125}, {"start": 344.37, "end": 344.43, "word": " instructions.", "probability": 0.471923828125}, {"start": 345.01, "end": 345.35, "word": " I", "probability": 0.72412109375}, {"start": 345.35, "end": 345.55, "word": " went", "probability": 0.44482421875}, {"start": 345.55, "end": 345.75, "word": " to", "probability": 0.94775390625}, {"start": 345.75, "end": 346.23, "word": " this", "probability": 0.67333984375}, {"start": 346.23, "end": 346.55, "word": " DB", "probability": 0.92138671875}, {"start": 346.55, "end": 346.85, "word": " and", "probability": 0.759765625}, {"start": 346.85, "end": 347.01, "word": " told", "probability": 0.8056640625}, {"start": 347.01, "end": 347.21, "word": " it", "probability": 0.83837890625}, {"start": 347.21, "end": 347.39, "word": " that", "probability": 0.29150390625}, {"start": 347.39, "end": 347.49, "word": " there", "probability": 0.89599609375}, {"start": 347.49, "end": 347.49, "word": " is", "probability": 0.75048828125}, {"start": 347.49, "end": 347.55, "word": " a", "probability": 0.9697265625}, {"start": 347.55, "end": 347.77, "word": " method", "probability": 0.962890625}, {"start": 347.77, "end": 347.99, "word": " called", "probability": 0.88134765625}, {"start": 347.99, "end": 349.51, "word": " executeSQL.", "probability": 0.566650390625}], "temperature": 1.0}, {"id": 15, "seek": 37272, "start": 350.36, "end": 372.72, "text": " Execute the SQL command. This is the command to create a table, which is supposed to be in the database. I created a table, create table, correct or not? This is create table. What did I call it? Employee. The first thing I did was primary key. What did I call it? ID. But I put underscore ID. I will tell you why I did this. What is NOAA?", "tokens": [17662, 1169, 264, 19200, 5622, 13, 639, 307, 264, 5622, 281, 1884, 257, 3199, 11, 597, 307, 3442, 281, 312, 294, 264, 8149, 13, 286, 2942, 257, 3199, 11, 1884, 3199, 11, 3006, 420, 406, 30, 639, 307, 1884, 3199, 13, 708, 630, 286, 818, 309, 30, 26878, 1653, 13, 440, 700, 551, 286, 630, 390, 6194, 2141, 13, 708, 630, 286, 818, 309, 30, 7348, 13, 583, 286, 829, 37556, 7348, 13, 286, 486, 980, 291, 983, 286, 630, 341, 13, 708, 307, 9146, 5265, 30], "avg_logprob": -0.49609372087500314, "compression_ratio": 1.6585365853658536, "no_speech_prob": 0.0, "words": [{"start": 350.36, "end": 350.76, "word": " Execute", "probability": 0.501800537109375}, {"start": 350.76, "end": 350.88, "word": " the", "probability": 0.396240234375}, {"start": 350.88, "end": 351.64, "word": " SQL", "probability": 0.82470703125}, {"start": 351.64, "end": 351.78, "word": " command.", "probability": 0.435791015625}, {"start": 352.04, "end": 352.44, "word": " This", "probability": 0.50341796875}, {"start": 352.44, "end": 352.56, "word": " is", "probability": 0.423828125}, {"start": 352.56, "end": 352.86, "word": " the", "probability": 0.374267578125}, {"start": 352.86, "end": 353.16, "word": " command", "probability": 0.313720703125}, {"start": 353.16, "end": 353.36, "word": " to", "probability": 0.65478515625}, {"start": 353.36, "end": 353.62, "word": " create", "probability": 0.68017578125}, {"start": 353.62, "end": 353.78, "word": " a", "probability": 0.5283203125}, {"start": 353.78, "end": 354.1, "word": " table,", "probability": 0.1197509765625}, {"start": 354.58, "end": 355.18, "word": " which", "probability": 0.78662109375}, {"start": 355.18, "end": 355.4, "word": " is", "probability": 0.326416015625}, {"start": 355.4, "end": 355.74, "word": " supposed", "probability": 0.41845703125}, {"start": 355.74, "end": 356.06, "word": " to", "probability": 0.96484375}, {"start": 356.06, "end": 356.16, "word": " be", "probability": 0.86474609375}, {"start": 356.16, "end": 356.66, "word": " in", "probability": 0.1424560546875}, {"start": 356.66, "end": 356.78, "word": " the", "probability": 0.62060546875}, {"start": 356.78, "end": 357.22, "word": " database.", "probability": 0.908203125}, {"start": 357.82, "end": 358.3, "word": " I", "probability": 0.478759765625}, {"start": 358.3, "end": 358.3, "word": " created", "probability": 0.311279296875}, {"start": 358.3, "end": 358.58, "word": " a", "probability": 0.85400390625}, {"start": 358.58, "end": 358.86, "word": " table,", "probability": 0.7939453125}, {"start": 358.94, "end": 359.18, "word": " create", "probability": 0.443603515625}, {"start": 359.18, "end": 359.56, "word": " table,", "probability": 0.736328125}, {"start": 359.76, "end": 359.92, "word": " correct", "probability": 0.434326171875}, {"start": 359.92, "end": 360.08, "word": " or", "probability": 0.7333984375}, {"start": 360.08, "end": 360.2, "word": " not?", "probability": 0.8134765625}, {"start": 360.7, "end": 360.9, "word": " This", "probability": 0.6865234375}, {"start": 360.9, "end": 360.9, "word": " is", "probability": 0.90576171875}, {"start": 360.9, "end": 361.26, "word": " create", "probability": 0.44189453125}, {"start": 361.26, "end": 361.66, "word": " table.", "probability": 0.90185546875}, {"start": 361.74, "end": 361.84, "word": " What", "probability": 0.80224609375}, {"start": 361.84, "end": 361.84, "word": " did", "probability": 0.74365234375}, {"start": 361.84, "end": 362.22, "word": " I", "probability": 0.96923828125}, {"start": 362.22, "end": 362.22, "word": " call", "probability": 0.490478515625}, {"start": 362.22, "end": 362.24, "word": " it?", "probability": 0.86865234375}, {"start": 363.22, "end": 363.7, "word": " Employee.", "probability": 0.82275390625}, {"start": 364.0, "end": 364.2, "word": " The", "probability": 0.42919921875}, {"start": 364.2, "end": 364.32, "word": " first", "probability": 0.87841796875}, {"start": 364.32, "end": 364.56, "word": " thing", "probability": 0.86669921875}, {"start": 364.56, "end": 364.64, "word": " I", "probability": 0.90380859375}, {"start": 364.64, "end": 364.84, "word": " did", "probability": 0.84375}, {"start": 364.84, "end": 365.0, "word": " was", "probability": 0.67919921875}, {"start": 365.0, "end": 365.3, "word": " primary", "probability": 0.2486572265625}, {"start": 365.3, "end": 365.66, "word": " key.", "probability": 0.900390625}, {"start": 366.26, "end": 366.64, "word": " What", "probability": 0.5224609375}, {"start": 366.64, "end": 366.66, "word": " did", "probability": 0.92138671875}, {"start": 366.66, "end": 366.66, "word": " I", "probability": 0.95263671875}, {"start": 366.66, "end": 366.86, "word": " call", "probability": 0.85009765625}, {"start": 366.86, "end": 367.06, "word": " it?", "probability": 0.92822265625}, {"start": 367.56, "end": 367.94, "word": " ID.", "probability": 0.52783203125}, {"start": 368.68, "end": 368.86, "word": " But", "probability": 0.72265625}, {"start": 368.86, "end": 369.04, "word": " I", "probability": 0.94287109375}, {"start": 369.04, "end": 369.34, "word": " put", "probability": 0.509765625}, {"start": 369.34, "end": 369.82, "word": " underscore", "probability": 0.51318359375}, {"start": 369.82, "end": 370.26, "word": " ID.", "probability": 0.939453125}, {"start": 370.34, "end": 370.4, "word": " I", "probability": 0.361328125}, {"start": 370.4, "end": 370.44, "word": " will", "probability": 0.57177734375}, {"start": 370.44, "end": 370.58, "word": " tell", "probability": 0.4521484375}, {"start": 370.58, "end": 370.68, "word": " you", "probability": 0.912109375}, {"start": 370.68, "end": 370.78, "word": " why", "probability": 0.83837890625}, {"start": 370.78, "end": 370.86, "word": " I", "probability": 0.86083984375}, {"start": 370.86, "end": 371.02, "word": " did", "probability": 0.88525390625}, {"start": 371.02, "end": 371.22, "word": " this.", "probability": 0.391357421875}, {"start": 372.0, "end": 372.48, "word": " What", "probability": 0.63134765625}, {"start": 372.48, "end": 372.48, "word": " is", "probability": 0.86865234375}, {"start": 372.48, "end": 372.72, "word": " NOAA?", "probability": 0.301025390625}], "temperature": 1.0}, {"id": 16, "seek": 39135, "start": 374.03, "end": 391.35, "text": "Integer, primary key, auto-increment, what is auto-increment? It means that it increases automatically, it is not necessary to put it, to put it as a value, not null, it is not necessary to put it, it has no big benefit", "tokens": [25597, 30744, 11, 6194, 2141, 11, 8399, 12, 4647, 37934, 11, 437, 307, 8399, 12, 4647, 37934, 30, 467, 1355, 300, 309, 8637, 6772, 11, 309, 307, 406, 4818, 281, 829, 309, 11, 281, 829, 309, 382, 257, 2158, 11, 406, 18184, 11, 309, 307, 406, 4818, 281, 829, 309, 11, 309, 575, 572, 955, 5121], "avg_logprob": -0.5800438429179945, "compression_ratio": 1.697674418604651, "no_speech_prob": 2.0265579223632812e-06, "words": [{"start": 374.03, "end": 374.51, "word": "Integer,", "probability": 0.7939453125}, {"start": 374.81, "end": 375.15, "word": " primary", "probability": 0.4345703125}, {"start": 375.15, "end": 375.49, "word": " key,", "probability": 0.91552734375}, {"start": 376.03, "end": 376.25, "word": " auto", "probability": 0.802734375}, {"start": 376.25, "end": 376.83, "word": "-increment,", "probability": 0.6682535807291666}, {"start": 377.43, "end": 377.59, "word": " what", "probability": 0.55810546875}, {"start": 377.59, "end": 377.71, "word": " is", "probability": 0.61474609375}, {"start": 377.71, "end": 377.93, "word": " auto", "probability": 0.703125}, {"start": 377.93, "end": 378.39, "word": "-increment?", "probability": 0.89453125}, {"start": 378.65, "end": 378.95, "word": " It", "probability": 0.56591796875}, {"start": 378.95, "end": 378.95, "word": " means", "probability": 0.483154296875}, {"start": 378.95, "end": 378.99, "word": " that", "probability": 0.47998046875}, {"start": 378.99, "end": 379.07, "word": " it", "probability": 0.7158203125}, {"start": 379.07, "end": 379.29, "word": " increases", "probability": 0.2646484375}, {"start": 379.29, "end": 379.87, "word": " automatically,", "probability": 0.54150390625}, {"start": 379.95, "end": 380.01, "word": " it", "probability": 0.44580078125}, {"start": 380.01, "end": 380.05, "word": " is", "probability": 0.232666015625}, {"start": 380.05, "end": 380.05, "word": " not", "probability": 0.9140625}, {"start": 380.05, "end": 380.35, "word": " necessary", "probability": 0.5791015625}, {"start": 380.35, "end": 380.53, "word": " to", "probability": 0.63818359375}, {"start": 380.53, "end": 380.89, "word": " put", "probability": 0.32958984375}, {"start": 380.89, "end": 381.01, "word": " it,", "probability": 0.6806640625}, {"start": 381.55, "end": 381.85, "word": " to", "probability": 0.5693359375}, {"start": 381.85, "end": 382.09, "word": " put", "probability": 0.6640625}, {"start": 382.09, "end": 382.19, "word": " it", "probability": 0.59814453125}, {"start": 382.19, "end": 382.25, "word": " as", "probability": 0.1968994140625}, {"start": 382.25, "end": 382.29, "word": " a", "probability": 0.43408203125}, {"start": 382.29, "end": 382.55, "word": " value,", "probability": 0.61279296875}, {"start": 384.05, "end": 384.83, "word": " not", "probability": 0.4384765625}, {"start": 384.83, "end": 385.15, "word": " null,", "probability": 0.94189453125}, {"start": 385.27, "end": 385.45, "word": " it", "probability": 0.265380859375}, {"start": 385.45, "end": 385.67, "word": " is", "probability": 0.6171875}, {"start": 385.67, "end": 386.91, "word": " not", "probability": 0.740234375}, {"start": 386.91, "end": 389.65, "word": " necessary", "probability": 0.76171875}, {"start": 389.65, "end": 389.99, "word": " to", "probability": 0.6533203125}, {"start": 389.99, "end": 390.23, "word": " put", "probability": 0.78857421875}, {"start": 390.23, "end": 390.35, "word": " it,", "probability": 0.8681640625}, {"start": 390.41, "end": 390.83, "word": " it", "probability": 0.8330078125}, {"start": 390.83, "end": 390.95, "word": " has", "probability": 0.3544921875}, {"start": 390.95, "end": 391.09, "word": " no", "probability": 0.91455078125}, {"start": 391.09, "end": 391.15, "word": " big", "probability": 0.28955078125}, {"start": 391.15, "end": 391.35, "word": " benefit", "probability": 0.3251953125}], "temperature": 1.0}, {"id": 17, "seek": 42119, "start": 392.31, "end": 421.19, "text": " To separate the second field, which is name. Name is text. It doesn't deal with var char. It deals with text. And I also told him not null because I don't want to force the user to put a name all the time. Celery, I gave him real. Real for numbers, for fractions. Asmarit, I gave him what? Boolean. We talked a while ago that SQLite doesn't deal with Boolean. It is trying to find a production.", "tokens": [1407, 4994, 264, 1150, 2519, 11, 597, 307, 1315, 13, 13866, 307, 2487, 13, 467, 1177, 380, 2028, 365, 1374, 1290, 13, 467, 11215, 365, 2487, 13, 400, 286, 611, 1907, 796, 406, 18184, 570, 286, 500, 380, 528, 281, 3464, 264, 4195, 281, 829, 257, 1315, 439, 264, 565, 13, 19967, 2109, 11, 286, 2729, 796, 957, 13, 8467, 337, 3547, 11, 337, 36058, 13, 1018, 6209, 270, 11, 286, 2729, 796, 437, 30, 23351, 28499, 13, 492, 2825, 257, 1339, 2057, 300, 19200, 642, 1177, 380, 2028, 365, 23351, 28499, 13, 467, 307, 1382, 281, 915, 257, 4265, 13], "avg_logprob": -0.6090686303727767, "compression_ratio": 1.6122448979591837, "no_speech_prob": 0.0, "words": [{"start": 392.31, "end": 392.63, "word": " To", "probability": 0.0689697265625}, {"start": 392.63, "end": 393.03, "word": " separate", "probability": 0.54296875}, {"start": 393.03, "end": 393.57, "word": " the", "probability": 0.63330078125}, {"start": 393.57, "end": 394.15, "word": " second", "probability": 0.564453125}, {"start": 394.15, "end": 394.15, "word": " field,", "probability": 0.202392578125}, {"start": 394.81, "end": 394.81, "word": " which", "probability": 0.374755859375}, {"start": 394.81, "end": 394.95, "word": " is", "probability": 0.90576171875}, {"start": 394.95, "end": 395.53, "word": " name.", "probability": 0.21728515625}, {"start": 395.95, "end": 396.33, "word": " Name", "probability": 0.314208984375}, {"start": 396.33, "end": 396.71, "word": " is", "probability": 0.7646484375}, {"start": 396.71, "end": 397.59, "word": " text.", "probability": 0.35595703125}, {"start": 397.95, "end": 398.39, "word": " It", "probability": 0.796875}, {"start": 398.39, "end": 398.47, "word": " doesn't", "probability": 0.6883544921875}, {"start": 398.47, "end": 398.65, "word": " deal", "probability": 0.51611328125}, {"start": 398.65, "end": 398.89, "word": " with", "probability": 0.88330078125}, {"start": 398.89, "end": 399.11, "word": " var", "probability": 0.08636474609375}, {"start": 399.11, "end": 399.41, "word": " char.", "probability": 0.505859375}, {"start": 399.83, "end": 400.13, "word": " It", "probability": 0.81103515625}, {"start": 400.13, "end": 400.47, "word": " deals", "probability": 0.681640625}, {"start": 400.47, "end": 400.61, "word": " with", "probability": 0.8408203125}, {"start": 400.61, "end": 400.93, "word": " text.", "probability": 0.84765625}, {"start": 401.51, "end": 401.75, "word": " And", "probability": 0.351318359375}, {"start": 401.75, "end": 401.91, "word": " I", "probability": 0.68505859375}, {"start": 401.91, "end": 401.95, "word": " also", "probability": 0.39404296875}, {"start": 401.95, "end": 402.11, "word": " told", "probability": 0.2529296875}, {"start": 402.11, "end": 402.25, "word": " him", "probability": 0.6650390625}, {"start": 402.25, "end": 402.41, "word": " not", "probability": 0.3037109375}, {"start": 402.41, "end": 402.59, "word": " null", "probability": 0.8232421875}, {"start": 402.59, "end": 402.87, "word": " because", "probability": 0.62353515625}, {"start": 402.87, "end": 403.21, "word": " I", "probability": 0.96826171875}, {"start": 403.21, "end": 403.37, "word": " don't", "probability": 0.828857421875}, {"start": 403.37, "end": 403.51, "word": " want", "probability": 0.80712890625}, {"start": 403.51, "end": 403.79, "word": " to", "probability": 0.64892578125}, {"start": 403.79, "end": 403.79, "word": " force", "probability": 0.88623046875}, {"start": 403.79, "end": 403.89, "word": " the", "probability": 0.58544921875}, {"start": 403.89, "end": 404.25, "word": " user", "probability": 0.9375}, {"start": 404.25, "end": 404.41, "word": " to", "probability": 0.95654296875}, {"start": 404.41, "end": 404.67, "word": " put", "probability": 0.2392578125}, {"start": 404.67, "end": 405.27, "word": " a", "probability": 0.466064453125}, {"start": 405.27, "end": 405.53, "word": " name", "probability": 0.81103515625}, {"start": 405.53, "end": 405.99, "word": " all", "probability": 0.33447265625}, {"start": 405.99, "end": 405.99, "word": " the", "probability": 0.927734375}, {"start": 405.99, "end": 405.99, "word": " time.", "probability": 0.88623046875}, {"start": 407.01, "end": 407.39, "word": " Celery,", "probability": 0.758544921875}, {"start": 407.69, "end": 408.31, "word": " I", "probability": 0.499755859375}, {"start": 408.31, "end": 408.59, "word": " gave", "probability": 0.2861328125}, {"start": 408.59, "end": 408.69, "word": " him", "probability": 0.61083984375}, {"start": 408.69, "end": 408.85, "word": " real.", "probability": 0.431640625}, {"start": 409.33, "end": 409.65, "word": " Real", "probability": 0.88623046875}, {"start": 409.65, "end": 409.77, "word": " for", "probability": 0.50830078125}, {"start": 409.77, "end": 410.25, "word": " numbers,", "probability": 0.489013671875}, {"start": 411.19, "end": 411.57, "word": " for", "probability": 0.408203125}, {"start": 411.57, "end": 411.81, "word": " fractions.", "probability": 0.100341796875}, {"start": 413.79, "end": 414.33, "word": " Asmarit,", "probability": 0.4039713541666667}, {"start": 414.61, "end": 414.71, "word": " I", "probability": 0.8115234375}, {"start": 414.71, "end": 414.95, "word": " gave", "probability": 0.7666015625}, {"start": 414.95, "end": 415.11, "word": " him", "probability": 0.92431640625}, {"start": 415.11, "end": 415.31, "word": " what?", "probability": 0.3232421875}, {"start": 415.81, "end": 416.17, "word": " Boolean.", "probability": 0.800048828125}, {"start": 416.41, "end": 416.63, "word": " We", "probability": 0.62353515625}, {"start": 416.63, "end": 416.63, "word": " talked", "probability": 0.398193359375}, {"start": 416.63, "end": 416.91, "word": " a", "probability": 0.2222900390625}, {"start": 416.91, "end": 417.03, "word": " while", "probability": 0.513671875}, {"start": 417.03, "end": 417.03, "word": " ago", "probability": 0.8388671875}, {"start": 417.03, "end": 417.43, "word": " that", "probability": 0.79052734375}, {"start": 417.43, "end": 418.23, "word": " SQLite", "probability": 0.78515625}, {"start": 418.23, "end": 418.35, "word": " doesn't", "probability": 0.8623046875}, {"start": 418.35, "end": 418.51, "word": " deal", "probability": 0.79150390625}, {"start": 418.51, "end": 418.79, "word": " with", "probability": 0.89013671875}, {"start": 418.79, "end": 419.07, "word": " Boolean.", "probability": 0.85888671875}, {"start": 419.39, "end": 419.57, "word": " It", "probability": 0.8125}, {"start": 419.57, "end": 419.61, "word": " is", "probability": 0.2403564453125}, {"start": 419.61, "end": 419.97, "word": " trying", "probability": 0.23583984375}, {"start": 419.97, "end": 420.41, "word": " to", "probability": 0.94775390625}, {"start": 420.41, "end": 420.63, "word": " find", "probability": 0.390869140625}, {"start": 420.63, "end": 420.91, "word": " a", "probability": 0.485107421875}, {"start": 420.91, "end": 421.19, "word": " production.", "probability": 0.470703125}], "temperature": 1.0}, {"id": 18, "seek": 44915, "start": 421.93, "end": 449.15, "text": " Okay? Zero and one. And then the last thing is the date of birth. The date of birth will be the date. Let's see how to deal with the date. And when you make a set for the date, it will give you a calendar. It will tell you to specify the date of the person. I want to store the date as a number. There are people who can store it as a number. There are those who have an integer, and real, and text. They don't have anything other than these three. Who is better to store it as a text or as a number?", "tokens": [1033, 30, 17182, 293, 472, 13, 400, 550, 264, 1036, 551, 307, 264, 4002, 295, 3965, 13, 440, 4002, 295, 3965, 486, 312, 264, 4002, 13, 961, 311, 536, 577, 281, 2028, 365, 264, 4002, 13, 400, 562, 291, 652, 257, 992, 337, 264, 4002, 11, 309, 486, 976, 291, 257, 12183, 13, 467, 486, 980, 291, 281, 16500, 264, 4002, 295, 264, 954, 13, 286, 528, 281, 3531, 264, 4002, 382, 257, 1230, 13, 821, 366, 561, 567, 393, 3531, 309, 382, 257, 1230, 13, 821, 366, 729, 567, 362, 364, 24922, 11, 293, 957, 11, 293, 2487, 13, 814, 500, 380, 362, 1340, 661, 813, 613, 1045, 13, 2102, 307, 1101, 281, 3531, 309, 382, 257, 2487, 420, 382, 257, 1230, 30], "avg_logprob": -0.3700000019073486, "compression_ratio": 1.9049429657794676, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 421.93, "end": 422.25, "word": " Okay?", "probability": 0.2288818359375}, {"start": 422.57, "end": 422.87, "word": " Zero", "probability": 0.2349853515625}, {"start": 422.87, "end": 423.01, "word": " and", "probability": 0.697265625}, {"start": 423.01, "end": 423.13, "word": " one.", "probability": 0.77880859375}, {"start": 423.91, "end": 424.23, "word": " And", "probability": 0.65869140625}, {"start": 424.23, "end": 424.51, "word": " then", "probability": 0.43115234375}, {"start": 424.51, "end": 424.65, "word": " the", "probability": 0.61767578125}, {"start": 424.65, "end": 424.79, "word": " last", "probability": 0.82568359375}, {"start": 424.79, "end": 425.11, "word": " thing", "probability": 0.71923828125}, {"start": 425.11, "end": 425.19, "word": " is", "probability": 0.76953125}, {"start": 425.19, "end": 425.25, "word": " the", "probability": 0.61181640625}, {"start": 425.25, "end": 425.39, "word": " date", "probability": 0.546875}, {"start": 425.39, "end": 425.55, "word": " of", "probability": 0.9697265625}, {"start": 425.55, "end": 425.81, "word": " birth.", "probability": 0.97021484375}, {"start": 427.25, "end": 427.45, "word": " The", "probability": 0.76025390625}, {"start": 427.45, "end": 427.59, "word": " date", "probability": 0.923828125}, {"start": 427.59, "end": 427.73, "word": " of", "probability": 0.96435546875}, {"start": 427.73, "end": 427.89, "word": " birth", "probability": 0.9765625}, {"start": 427.89, "end": 428.01, "word": " will", "probability": 0.33154296875}, {"start": 428.01, "end": 428.17, "word": " be", "probability": 0.884765625}, {"start": 428.17, "end": 428.29, "word": " the", "probability": 0.34228515625}, {"start": 428.29, "end": 428.45, "word": " date.", "probability": 0.82568359375}, {"start": 428.51, "end": 428.67, "word": " Let's", "probability": 0.703125}, {"start": 428.67, "end": 428.81, "word": " see", "probability": 0.87646484375}, {"start": 428.81, "end": 428.99, "word": " how", "probability": 0.91748046875}, {"start": 428.99, "end": 429.09, "word": " to", "probability": 0.38232421875}, {"start": 429.09, "end": 429.27, "word": " deal", "probability": 0.68115234375}, {"start": 429.27, "end": 429.41, "word": " with", "probability": 0.89306640625}, {"start": 429.41, "end": 429.55, "word": " the", "probability": 0.354248046875}, {"start": 429.55, "end": 429.75, "word": " date.", "probability": 0.888671875}, {"start": 430.81, "end": 431.13, "word": " And", "probability": 0.568359375}, {"start": 431.13, "end": 431.27, "word": " when", "probability": 0.8974609375}, {"start": 431.27, "end": 431.41, "word": " you", "probability": 0.93994140625}, {"start": 431.41, "end": 431.59, "word": " make", "probability": 0.343994140625}, {"start": 431.59, "end": 431.73, "word": " a", "probability": 0.84716796875}, {"start": 431.73, "end": 431.91, "word": " set", "probability": 0.80029296875}, {"start": 431.91, "end": 432.01, "word": " for", "probability": 0.58984375}, {"start": 432.01, "end": 432.13, "word": " the", "probability": 0.78857421875}, {"start": 432.13, "end": 432.33, "word": " date,", "probability": 0.90673828125}, {"start": 432.47, "end": 432.59, "word": " it", "probability": 0.7421875}, {"start": 432.59, "end": 432.61, "word": " will", "probability": 0.6552734375}, {"start": 432.61, "end": 432.81, "word": " give", "probability": 0.6162109375}, {"start": 432.81, "end": 432.97, "word": " you", "probability": 0.94775390625}, {"start": 432.97, "end": 433.03, "word": " a", "probability": 0.98681640625}, {"start": 433.03, "end": 433.35, "word": " calendar.", "probability": 0.921875}, {"start": 433.57, "end": 433.65, "word": " It", "probability": 0.77685546875}, {"start": 433.65, "end": 433.71, "word": " will", "probability": 0.6650390625}, {"start": 433.71, "end": 433.79, "word": " tell", "probability": 0.685546875}, {"start": 433.79, "end": 433.91, "word": " you", "probability": 0.96728515625}, {"start": 433.91, "end": 434.23, "word": " to", "probability": 0.68505859375}, {"start": 434.23, "end": 434.43, "word": " specify", "probability": 0.272705078125}, {"start": 434.43, "end": 434.75, "word": " the", "probability": 0.75146484375}, {"start": 434.75, "end": 434.95, "word": " date", "probability": 0.79345703125}, {"start": 434.95, "end": 435.05, "word": " of", "probability": 0.7412109375}, {"start": 435.05, "end": 435.11, "word": " the", "probability": 0.62890625}, {"start": 435.11, "end": 435.35, "word": " person.", "probability": 0.87158203125}, {"start": 435.99, "end": 436.31, "word": " I", "probability": 0.96142578125}, {"start": 436.31, "end": 436.45, "word": " want", "probability": 0.7509765625}, {"start": 436.45, "end": 436.57, "word": " to", "probability": 0.9580078125}, {"start": 436.57, "end": 436.69, "word": " store", "probability": 0.544921875}, {"start": 436.69, "end": 436.85, "word": " the", "probability": 0.8837890625}, {"start": 436.85, "end": 437.03, "word": " date", "probability": 0.9306640625}, {"start": 437.03, "end": 437.19, "word": " as", "probability": 0.87939453125}, {"start": 437.19, "end": 437.29, "word": " a", "probability": 0.93310546875}, {"start": 437.29, "end": 437.39, "word": " number.", "probability": 0.91162109375}, {"start": 437.85, "end": 438.01, "word": " There", "probability": 0.2298583984375}, {"start": 438.01, "end": 438.07, "word": " are", "probability": 0.91064453125}, {"start": 438.07, "end": 438.23, "word": " people", "probability": 0.884765625}, {"start": 438.23, "end": 438.31, "word": " who", "probability": 0.83984375}, {"start": 438.31, "end": 438.53, "word": " can", "probability": 0.70263671875}, {"start": 438.53, "end": 438.73, "word": " store", "probability": 0.7890625}, {"start": 438.73, "end": 438.99, "word": " it", "probability": 0.90283203125}, {"start": 438.99, "end": 439.79, "word": " as", "probability": 0.943359375}, {"start": 439.79, "end": 439.87, "word": " a", "probability": 0.59765625}, {"start": 439.87, "end": 439.97, "word": " number.", "probability": 0.2291259765625}, {"start": 440.67, "end": 440.85, "word": " There", "probability": 0.20361328125}, {"start": 440.85, "end": 441.17, "word": " are", "probability": 0.499267578125}, {"start": 441.17, "end": 441.59, "word": " those", "probability": 0.50390625}, {"start": 441.59, "end": 441.59, "word": " who", "probability": 0.72021484375}, {"start": 441.59, "end": 442.01, "word": " have", "probability": 0.82421875}, {"start": 442.01, "end": 442.13, "word": " an", "probability": 0.38037109375}, {"start": 442.13, "end": 442.49, "word": " integer,", "probability": 0.85791015625}, {"start": 443.13, "end": 443.35, "word": " and", "probability": 0.337646484375}, {"start": 443.35, "end": 443.57, "word": " real,", "probability": 0.61962890625}, {"start": 443.89, "end": 444.77, "word": " and", "probability": 0.93994140625}, {"start": 444.77, "end": 445.09, "word": " text.", "probability": 0.9150390625}, {"start": 445.19, "end": 445.35, "word": " They", "probability": 0.33984375}, {"start": 445.35, "end": 445.37, "word": " don't", "probability": 0.77490234375}, {"start": 445.37, "end": 445.51, "word": " have", "probability": 0.9423828125}, {"start": 445.51, "end": 445.75, "word": " anything", "probability": 0.65673828125}, {"start": 445.75, "end": 445.95, "word": " other", "probability": 0.1690673828125}, {"start": 445.95, "end": 446.01, "word": " than", "probability": 0.95263671875}, {"start": 446.01, "end": 446.19, "word": " these", "probability": 0.642578125}, {"start": 446.19, "end": 446.53, "word": " three.", "probability": 0.90478515625}, {"start": 447.03, "end": 447.27, "word": " Who", "probability": 0.51025390625}, {"start": 447.27, "end": 447.35, "word": " is", "probability": 0.68505859375}, {"start": 447.35, "end": 447.51, "word": " better", "probability": 0.75048828125}, {"start": 447.51, "end": 447.69, "word": " to", "probability": 0.61474609375}, {"start": 447.69, "end": 447.87, "word": " store", "probability": 0.8291015625}, {"start": 447.87, "end": 447.99, "word": " it", "probability": 0.7978515625}, {"start": 447.99, "end": 448.07, "word": " as", "probability": 0.93798828125}, {"start": 448.07, "end": 448.11, "word": " a", "probability": 0.7958984375}, {"start": 448.11, "end": 448.27, "word": " text", "probability": 0.7900390625}, {"start": 448.27, "end": 448.47, "word": " or", "probability": 0.89501953125}, {"start": 448.47, "end": 448.69, "word": " as", "probability": 0.60986328125}, {"start": 448.69, "end": 448.99, "word": " a", "probability": 0.96826171875}, {"start": 448.99, "end": 449.15, "word": " number?", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 19, "seek": 47834, "start": 452.72, "end": 478.34, "text": " Yes, because storing it as a number means that you arrange the employees based on the date of birth, right or wrong? But storing it as a text, you will not be able to arrange it based on the text. In the end, but of course this is more of a challenge, there is more work, that you have to turn the date into what? Into a number, and when you read it, you have to turn the number into what? Into a date. Okay, let's see how dealing with data works. I actually intended to put a different type of data.", "tokens": [1079, 11, 570, 26085, 309, 382, 257, 1230, 1355, 300, 291, 9424, 264, 6619, 2361, 322, 264, 4002, 295, 3965, 11, 558, 420, 2085, 30, 583, 26085, 309, 382, 257, 2487, 11, 291, 486, 406, 312, 1075, 281, 9424, 309, 2361, 322, 264, 2487, 13, 682, 264, 917, 11, 457, 295, 1164, 341, 307, 544, 295, 257, 3430, 11, 456, 307, 544, 589, 11, 300, 291, 362, 281, 1261, 264, 4002, 666, 437, 30, 23373, 257, 1230, 11, 293, 562, 291, 1401, 309, 11, 291, 362, 281, 1261, 264, 1230, 666, 437, 30, 23373, 257, 4002, 13, 1033, 11, 718, 311, 536, 577, 6260, 365, 1412, 1985, 13, 286, 767, 10226, 281, 829, 257, 819, 2010, 295, 1412, 13], "avg_logprob": -0.44661459550261495, "compression_ratio": 1.862453531598513, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 452.72, "end": 453.04, "word": " Yes,", "probability": 0.54296875}, {"start": 453.4, "end": 453.4, "word": " because", "probability": 0.09033203125}, {"start": 453.4, "end": 453.9, "word": " storing", "probability": 0.52490234375}, {"start": 453.9, "end": 454.08, "word": " it", "probability": 0.435302734375}, {"start": 454.08, "end": 454.2, "word": " as", "probability": 0.82568359375}, {"start": 454.2, "end": 454.24, "word": " a", "probability": 0.8505859375}, {"start": 454.24, "end": 454.38, "word": " number", "probability": 0.86474609375}, {"start": 454.38, "end": 454.7, "word": " means", "probability": 0.300048828125}, {"start": 454.7, "end": 454.96, "word": " that", "probability": 0.52099609375}, {"start": 454.96, "end": 455.16, "word": " you", "probability": 0.9072265625}, {"start": 455.16, "end": 455.44, "word": " arrange", "probability": 0.14990234375}, {"start": 455.44, "end": 455.62, "word": " the", "probability": 0.39208984375}, {"start": 455.62, "end": 456.08, "word": " employees", "probability": 0.7412109375}, {"start": 456.08, "end": 456.68, "word": " based", "probability": 0.431396484375}, {"start": 456.68, "end": 457.04, "word": " on", "probability": 0.94873046875}, {"start": 457.04, "end": 457.4, "word": " the", "probability": 0.62939453125}, {"start": 457.4, "end": 457.72, "word": " date", "probability": 0.44482421875}, {"start": 457.72, "end": 458.06, "word": " of", "probability": 0.8544921875}, {"start": 458.06, "end": 458.06, "word": " birth,", "probability": 0.90673828125}, {"start": 458.24, "end": 458.42, "word": " right", "probability": 0.53759765625}, {"start": 458.42, "end": 458.58, "word": " or", "probability": 0.409423828125}, {"start": 458.58, "end": 458.66, "word": " wrong?", "probability": 0.7587890625}, {"start": 459.06, "end": 459.38, "word": " But", "probability": 0.65185546875}, {"start": 459.38, "end": 459.7, "word": " storing", "probability": 0.75146484375}, {"start": 459.7, "end": 459.84, "word": " it", "probability": 0.84521484375}, {"start": 459.84, "end": 459.94, "word": " as", "probability": 0.9365234375}, {"start": 459.94, "end": 460.0, "word": " a", "probability": 0.82958984375}, {"start": 460.0, "end": 460.22, "word": " text,", "probability": 0.9462890625}, {"start": 460.3, "end": 460.42, "word": " you", "probability": 0.771484375}, {"start": 460.42, "end": 460.46, "word": " will", "probability": 0.2197265625}, {"start": 460.46, "end": 460.52, "word": " not", "probability": 0.91650390625}, {"start": 460.52, "end": 460.72, "word": " be", "probability": 0.9228515625}, {"start": 460.72, "end": 460.72, "word": " able", "probability": 0.9501953125}, {"start": 460.72, "end": 460.84, "word": " to", "probability": 0.96923828125}, {"start": 460.84, "end": 461.02, "word": " arrange", "probability": 0.6396484375}, {"start": 461.02, "end": 461.12, "word": " it", "probability": 0.5712890625}, {"start": 461.12, "end": 461.24, "word": " based", "probability": 0.76416015625}, {"start": 461.24, "end": 461.44, "word": " on", "probability": 0.9453125}, {"start": 461.44, "end": 461.54, "word": " the", "probability": 0.52587890625}, {"start": 461.54, "end": 461.78, "word": " text.", "probability": 0.9560546875}, {"start": 462.7, "end": 462.74, "word": " In", "probability": 0.30419921875}, {"start": 462.74, "end": 462.88, "word": " the", "probability": 0.9052734375}, {"start": 462.88, "end": 463.02, "word": " end,", "probability": 0.92578125}, {"start": 463.8, "end": 464.0, "word": " but", "probability": 0.5126953125}, {"start": 464.0, "end": 464.18, "word": " of", "probability": 0.8134765625}, {"start": 464.18, "end": 464.26, "word": " course", "probability": 0.9541015625}, {"start": 464.26, "end": 464.46, "word": " this", "probability": 0.4736328125}, {"start": 464.46, "end": 464.56, "word": " is", "probability": 0.280517578125}, {"start": 464.56, "end": 464.6, "word": " more", "probability": 0.405517578125}, {"start": 464.6, "end": 464.6, "word": " of", "probability": 0.5927734375}, {"start": 464.6, "end": 464.68, "word": " a", "probability": 0.99169921875}, {"start": 464.68, "end": 465.22, "word": " challenge,", "probability": 0.86669921875}, {"start": 465.7, "end": 465.88, "word": " there", "probability": 0.658203125}, {"start": 465.88, "end": 465.92, "word": " is", "probability": 0.6533203125}, {"start": 465.92, "end": 465.96, "word": " more", "probability": 0.85595703125}, {"start": 465.96, "end": 466.26, "word": " work,", "probability": 0.87158203125}, {"start": 466.58, "end": 466.68, "word": " that", "probability": 0.453857421875}, {"start": 466.68, "end": 466.88, "word": " you", "probability": 0.3837890625}, {"start": 466.88, "end": 467.42, "word": " have", "probability": 0.392333984375}, {"start": 467.42, "end": 467.58, "word": " to", "probability": 0.95849609375}, {"start": 467.58, "end": 467.84, "word": " turn", "probability": 0.45166015625}, {"start": 467.84, "end": 467.84, "word": " the", "probability": 0.4462890625}, {"start": 467.84, "end": 467.84, "word": " date", "probability": 0.91796875}, {"start": 467.84, "end": 467.98, "word": " into", "probability": 0.67724609375}, {"start": 467.98, "end": 468.22, "word": " what?", "probability": 0.5537109375}, {"start": 468.84, "end": 468.98, "word": " Into", "probability": 0.5810546875}, {"start": 468.98, "end": 469.06, "word": " a", "probability": 0.8935546875}, {"start": 469.06, "end": 469.18, "word": " number,", "probability": 0.931640625}, {"start": 469.36, "end": 469.46, "word": " and", "probability": 0.91357421875}, {"start": 469.46, "end": 469.6, "word": " when", "probability": 0.92138671875}, {"start": 469.6, "end": 469.76, "word": " you", "probability": 0.9609375}, {"start": 469.76, "end": 469.94, "word": " read", "probability": 0.9755859375}, {"start": 469.94, "end": 470.38, "word": " it,", "probability": 0.8564453125}, {"start": 470.54, "end": 470.66, "word": " you", "probability": 0.93505859375}, {"start": 470.66, "end": 470.8, "word": " have", "probability": 0.178955078125}, {"start": 470.8, "end": 470.8, "word": " to", "probability": 0.953125}, {"start": 470.8, "end": 470.94, "word": " turn", "probability": 0.2413330078125}, {"start": 470.94, "end": 471.14, "word": " the", "probability": 0.79638671875}, {"start": 471.14, "end": 471.36, "word": " number", "probability": 0.916015625}, {"start": 471.36, "end": 471.52, "word": " into", "probability": 0.81884765625}, {"start": 471.52, "end": 471.78, "word": " what?", "probability": 0.84716796875}, {"start": 472.18, "end": 472.34, "word": " Into", "probability": 0.7275390625}, {"start": 472.34, "end": 472.38, "word": " a", "probability": 0.80810546875}, {"start": 472.38, "end": 472.62, "word": " date.", "probability": 0.9033203125}, {"start": 473.12, "end": 473.28, "word": " Okay,", "probability": 0.2174072265625}, {"start": 473.32, "end": 473.5, "word": " let's", "probability": 0.75390625}, {"start": 473.5, "end": 473.66, "word": " see", "probability": 0.90673828125}, {"start": 473.66, "end": 473.84, "word": " how", "probability": 0.92333984375}, {"start": 473.84, "end": 474.2, "word": " dealing", "probability": 0.1546630859375}, {"start": 474.2, "end": 474.34, "word": " with", "probability": 0.88720703125}, {"start": 474.34, "end": 474.62, "word": " data", "probability": 0.475830078125}, {"start": 474.62, "end": 474.8, "word": " works.", "probability": 0.352783203125}, {"start": 475.4, "end": 475.76, "word": " I", "probability": 0.91650390625}, {"start": 475.76, "end": 476.04, "word": " actually", "probability": 0.65673828125}, {"start": 476.04, "end": 476.5, "word": " intended", "probability": 0.63330078125}, {"start": 476.5, "end": 476.88, "word": " to", "probability": 0.9501953125}, {"start": 476.88, "end": 477.16, "word": " put", "probability": 0.78125}, {"start": 477.16, "end": 477.28, "word": " a", "probability": 0.79931640625}, {"start": 477.28, "end": 477.28, "word": " different", "probability": 0.8603515625}, {"start": 477.28, "end": 477.42, "word": " type", "probability": 0.63037109375}, {"start": 477.42, "end": 478.0, "word": " of", "probability": 0.96240234375}, {"start": 478.0, "end": 478.34, "word": " data.", "probability": 0.958984375}], "temperature": 1.0}, {"id": 20, "seek": 49746, "start": 479.84, "end": 497.46, "text": " History, Boolean, Real, Integer, and Text to learn how to deal with different databases. This is what is called on-create. You create it when the database is created. If the database is created, it will not be created because we have a method called upgrade. What is the word upgrade?", "tokens": [12486, 11, 23351, 28499, 11, 8467, 11, 5681, 30744, 11, 293, 18643, 281, 1466, 577, 281, 2028, 365, 819, 22380, 13, 639, 307, 437, 307, 1219, 322, 12, 14066, 473, 13, 509, 1884, 309, 562, 264, 8149, 307, 2942, 13, 759, 264, 8149, 307, 2942, 11, 309, 486, 406, 312, 2942, 570, 321, 362, 257, 3170, 1219, 11484, 13, 708, 307, 264, 1349, 11484, 30], "avg_logprob": -0.5179924043742093, "compression_ratio": 1.6285714285714286, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 479.84, "end": 480.32, "word": " History,", "probability": 0.439208984375}, {"start": 480.7, "end": 481.12, "word": " Boolean,", "probability": 0.830810546875}, {"start": 481.86, "end": 482.3, "word": " Real,", "probability": 0.91943359375}, {"start": 482.72, "end": 483.18, "word": " Integer,", "probability": 0.93212890625}, {"start": 483.28, "end": 483.3, "word": " and", "probability": 0.63232421875}, {"start": 483.3, "end": 483.68, "word": " Text", "probability": 0.95458984375}, {"start": 483.68, "end": 484.56, "word": " to", "probability": 0.10638427734375}, {"start": 484.56, "end": 485.04, "word": " learn", "probability": 0.86279296875}, {"start": 485.04, "end": 485.22, "word": " how", "probability": 0.5126953125}, {"start": 485.22, "end": 485.22, "word": " to", "probability": 0.927734375}, {"start": 485.22, "end": 485.4, "word": " deal", "probability": 0.44482421875}, {"start": 485.4, "end": 485.58, "word": " with", "probability": 0.9052734375}, {"start": 485.58, "end": 485.68, "word": " different", "probability": 0.484619140625}, {"start": 485.68, "end": 486.4, "word": " databases.", "probability": 0.70849609375}, {"start": 487.1, "end": 487.48, "word": " This", "probability": 0.320068359375}, {"start": 487.48, "end": 487.56, "word": " is", "probability": 0.59765625}, {"start": 487.56, "end": 487.56, "word": " what", "probability": 0.1551513671875}, {"start": 487.56, "end": 487.64, "word": " is", "probability": 0.253662109375}, {"start": 487.64, "end": 487.66, "word": " called", "probability": 0.75537109375}, {"start": 487.66, "end": 487.66, "word": " on", "probability": 0.329345703125}, {"start": 487.66, "end": 488.02, "word": "-create.", "probability": 0.6559244791666666}, {"start": 488.36, "end": 488.68, "word": " You", "probability": 0.40771484375}, {"start": 488.68, "end": 488.94, "word": " create", "probability": 0.2291259765625}, {"start": 488.94, "end": 489.32, "word": " it", "probability": 0.47900390625}, {"start": 489.32, "end": 489.66, "word": " when", "probability": 0.59130859375}, {"start": 489.66, "end": 490.02, "word": " the", "probability": 0.427490234375}, {"start": 490.02, "end": 490.36, "word": " database", "probability": 0.9375}, {"start": 490.36, "end": 490.36, "word": " is", "probability": 0.7998046875}, {"start": 490.36, "end": 490.36, "word": " created.", "probability": 0.658203125}, {"start": 490.46, "end": 490.58, "word": " If", "probability": 0.78466796875}, {"start": 490.58, "end": 490.76, "word": " the", "probability": 0.71337890625}, {"start": 490.76, "end": 491.08, "word": " database", "probability": 0.95068359375}, {"start": 491.08, "end": 491.26, "word": " is", "probability": 0.71435546875}, {"start": 491.26, "end": 491.62, "word": " created,", "probability": 0.5380859375}, {"start": 492.22, "end": 492.92, "word": " it", "probability": 0.53759765625}, {"start": 492.92, "end": 492.92, "word": " will", "probability": 0.25048828125}, {"start": 492.92, "end": 492.92, "word": " not", "probability": 0.88818359375}, {"start": 492.92, "end": 493.04, "word": " be", "probability": 0.49560546875}, {"start": 493.04, "end": 493.3, "word": " created", "probability": 0.71875}, {"start": 493.3, "end": 493.92, "word": " because", "probability": 0.391357421875}, {"start": 493.92, "end": 494.2, "word": " we", "probability": 0.54052734375}, {"start": 494.2, "end": 494.2, "word": " have", "probability": 0.818359375}, {"start": 494.2, "end": 494.26, "word": " a", "probability": 0.395263671875}, {"start": 494.26, "end": 494.4, "word": " method", "probability": 0.78955078125}, {"start": 494.4, "end": 494.84, "word": " called", "probability": 0.75927734375}, {"start": 494.84, "end": 495.22, "word": " upgrade.", "probability": 0.64599609375}, {"start": 496.44, "end": 496.9, "word": " What", "probability": 0.80615234375}, {"start": 496.9, "end": 496.98, "word": " is", "probability": 0.84765625}, {"start": 496.98, "end": 496.98, "word": " the", "probability": 0.408203125}, {"start": 496.98, "end": 497.14, "word": " word", "probability": 0.37646484375}, {"start": 497.14, "end": 497.46, "word": " upgrade?", "probability": 0.86279296875}], "temperature": 1.0}, {"id": 21, "seek": 52020, "start": 498.9, "end": 520.2, "text": " This is what you claim. If you created an object from MyHelper and changed the name of the database, but changed the number of the version, this means that you want to modify the database. You claim the OnUpgrade. In this case, I want to add a new column.", "tokens": [639, 307, 437, 291, 3932, 13, 759, 291, 2942, 364, 2657, 490, 1222, 39, 338, 610, 293, 3105, 264, 1315, 295, 264, 8149, 11, 457, 3105, 264, 1230, 295, 264, 3037, 11, 341, 1355, 300, 291, 528, 281, 16927, 264, 8149, 13, 509, 3932, 264, 1282, 22164, 8692, 13, 682, 341, 1389, 11, 286, 528, 281, 909, 257, 777, 7738, 13], "avg_logprob": -0.5861895430472589, "compression_ratio": 1.5609756097560976, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 498.9, "end": 499.46, "word": " This", "probability": 0.058837890625}, {"start": 499.46, "end": 499.92, "word": " is", "probability": 0.55029296875}, {"start": 499.92, "end": 500.36, "word": " what", "probability": 0.2432861328125}, {"start": 500.36, "end": 501.3, "word": " you", "probability": 0.72607421875}, {"start": 501.3, "end": 501.7, "word": " claim.", "probability": 0.2479248046875}, {"start": 502.06, "end": 502.5, "word": " If", "probability": 0.62060546875}, {"start": 502.5, "end": 503.44, "word": " you", "probability": 0.9375}, {"start": 503.44, "end": 503.72, "word": " created", "probability": 0.3271484375}, {"start": 503.72, "end": 504.0, "word": " an", "probability": 0.79541015625}, {"start": 504.0, "end": 504.12, "word": " object", "probability": 0.93994140625}, {"start": 504.12, "end": 504.3, "word": " from", "probability": 0.52685546875}, {"start": 504.3, "end": 504.92, "word": " MyHelper", "probability": 0.791259765625}, {"start": 504.92, "end": 505.5, "word": " and", "probability": 0.56982421875}, {"start": 505.5, "end": 505.98, "word": " changed", "probability": 0.260009765625}, {"start": 505.98, "end": 506.1, "word": " the", "probability": 0.5546875}, {"start": 506.1, "end": 506.42, "word": " name", "probability": 0.53955078125}, {"start": 506.42, "end": 506.6, "word": " of", "probability": 0.818359375}, {"start": 506.6, "end": 506.64, "word": " the", "probability": 0.716796875}, {"start": 506.64, "end": 506.96, "word": " database,", "probability": 0.89501953125}, {"start": 507.06, "end": 507.18, "word": " but", "probability": 0.779296875}, {"start": 507.18, "end": 507.52, "word": " changed", "probability": 0.66943359375}, {"start": 507.52, "end": 507.74, "word": " the", "probability": 0.81494140625}, {"start": 507.74, "end": 507.74, "word": " number", "probability": 0.291748046875}, {"start": 507.74, "end": 507.88, "word": " of", "probability": 0.53271484375}, {"start": 507.88, "end": 507.88, "word": " the", "probability": 0.67041015625}, {"start": 507.88, "end": 508.14, "word": " version,", "probability": 0.599609375}, {"start": 508.22, "end": 508.34, "word": " this", "probability": 0.1580810546875}, {"start": 508.34, "end": 508.5, "word": " means", "probability": 0.6474609375}, {"start": 508.5, "end": 508.72, "word": " that", "probability": 0.638671875}, {"start": 508.72, "end": 509.52, "word": " you", "probability": 0.93310546875}, {"start": 509.52, "end": 509.9, "word": " want", "probability": 0.332763671875}, {"start": 509.9, "end": 510.02, "word": " to", "probability": 0.9560546875}, {"start": 510.02, "end": 510.24, "word": " modify", "probability": 0.26220703125}, {"start": 510.24, "end": 510.48, "word": " the", "probability": 0.8427734375}, {"start": 510.48, "end": 510.78, "word": " database.", "probability": 0.9169921875}, {"start": 510.88, "end": 511.44, "word": " You", "probability": 0.36279296875}, {"start": 511.44, "end": 511.76, "word": " claim", "probability": 0.41455078125}, {"start": 511.76, "end": 513.64, "word": " the", "probability": 0.299560546875}, {"start": 513.64, "end": 514.2, "word": " OnUpgrade.", "probability": 0.6723225911458334}, {"start": 514.52, "end": 514.8, "word": " In", "probability": 0.313720703125}, {"start": 514.8, "end": 517.86, "word": " this", "probability": 0.8203125}, {"start": 517.86, "end": 518.54, "word": " case,", "probability": 0.82275390625}, {"start": 519.2, "end": 519.34, "word": " I", "probability": 0.482421875}, {"start": 519.34, "end": 519.48, "word": " want", "probability": 0.63330078125}, {"start": 519.48, "end": 519.5, "word": " to", "probability": 0.96533203125}, {"start": 519.5, "end": 519.68, "word": " add", "probability": 0.9052734375}, {"start": 519.68, "end": 519.96, "word": " a", "probability": 0.9091796875}, {"start": 519.96, "end": 520.02, "word": " new", "probability": 0.90380859375}, {"start": 520.02, "end": 520.2, "word": " column.", "probability": 0.85986328125}], "temperature": 1.0}, {"id": 22, "seek": 54641, "start": 521.79, "end": 546.41, "text": " All right? You need to execute in it the SQL teaching, alter table for example, to add a new column. Here, for the sake of clarity, I told him that when he gets tired of saying upgrade, go from the droplet table and get tired of saying create again. Create from scratch. It is supposed to have, for example, a hierarchy, because what does this do? It wastes all the data. All right?", "tokens": [1057, 558, 30, 509, 643, 281, 14483, 294, 309, 264, 19200, 4571, 11, 11337, 3199, 337, 1365, 11, 281, 909, 257, 777, 7738, 13, 1692, 11, 337, 264, 9717, 295, 16992, 11, 286, 1907, 796, 300, 562, 415, 2170, 5868, 295, 1566, 11484, 11, 352, 490, 264, 3789, 14657, 3199, 293, 483, 5868, 295, 1566, 1884, 797, 13, 20248, 490, 8459, 13, 467, 307, 3442, 281, 362, 11, 337, 1365, 11, 257, 22333, 11, 570, 437, 775, 341, 360, 30, 467, 390, 7269, 439, 264, 1412, 13, 1057, 558, 30], "avg_logprob": -0.6023351897250165, "compression_ratio": 1.5958333333333334, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 521.79, "end": 522.01, "word": " All", "probability": 0.0682373046875}, {"start": 522.01, "end": 522.19, "word": " right?", "probability": 0.837890625}, {"start": 523.01, "end": 523.45, "word": " You", "probability": 0.77783203125}, {"start": 523.45, "end": 523.63, "word": " need", "probability": 0.344482421875}, {"start": 523.63, "end": 523.71, "word": " to", "probability": 0.92919921875}, {"start": 523.71, "end": 524.01, "word": " execute", "probability": 0.3046875}, {"start": 524.01, "end": 524.15, "word": " in", "probability": 0.20703125}, {"start": 524.15, "end": 524.23, "word": " it", "probability": 0.369873046875}, {"start": 524.23, "end": 524.33, "word": " the", "probability": 0.441162109375}, {"start": 524.33, "end": 524.97, "word": " SQL", "probability": 0.791015625}, {"start": 524.97, "end": 524.97, "word": " teaching,", "probability": 0.166748046875}, {"start": 525.21, "end": 525.51, "word": " alter", "probability": 0.176513671875}, {"start": 525.51, "end": 525.89, "word": " table", "probability": 0.875}, {"start": 525.89, "end": 526.05, "word": " for", "probability": 0.60498046875}, {"start": 526.05, "end": 526.27, "word": " example,", "probability": 0.9111328125}, {"start": 526.35, "end": 526.51, "word": " to", "probability": 0.6748046875}, {"start": 526.51, "end": 526.75, "word": " add", "probability": 0.890625}, {"start": 526.75, "end": 526.87, "word": " a", "probability": 0.86474609375}, {"start": 526.87, "end": 526.87, "word": " new", "probability": 0.91259765625}, {"start": 526.87, "end": 527.19, "word": " column.", "probability": 0.88671875}, {"start": 528.03, "end": 528.47, "word": " Here,", "probability": 0.40478515625}, {"start": 529.01, "end": 529.33, "word": " for", "probability": 0.54931640625}, {"start": 529.33, "end": 529.49, "word": " the", "probability": 0.27880859375}, {"start": 529.49, "end": 529.77, "word": " sake", "probability": 0.67578125}, {"start": 529.77, "end": 529.87, "word": " of", "probability": 0.97265625}, {"start": 529.87, "end": 529.87, "word": " clarity,", "probability": 0.1192626953125}, {"start": 530.69, "end": 531.19, "word": " I", "probability": 0.91064453125}, {"start": 531.19, "end": 531.37, "word": " told", "probability": 0.77734375}, {"start": 531.37, "end": 531.65, "word": " him", "probability": 0.7158203125}, {"start": 531.65, "end": 531.81, "word": " that", "probability": 0.284423828125}, {"start": 531.81, "end": 531.99, "word": " when", "probability": 0.77001953125}, {"start": 531.99, "end": 532.15, "word": " he", "probability": 0.876953125}, {"start": 532.15, "end": 532.23, "word": " gets", "probability": 0.059539794921875}, {"start": 532.23, "end": 532.41, "word": " tired", "probability": 0.1907958984375}, {"start": 532.41, "end": 532.47, "word": " of", "probability": 0.8974609375}, {"start": 532.47, "end": 532.57, "word": " saying", "probability": 0.1304931640625}, {"start": 532.57, "end": 532.89, "word": " upgrade,", "probability": 0.422607421875}, {"start": 533.41, "end": 533.65, "word": " go", "probability": 0.52685546875}, {"start": 533.65, "end": 533.81, "word": " from", "probability": 0.25}, {"start": 533.81, "end": 533.95, "word": " the", "probability": 0.76318359375}, {"start": 533.95, "end": 534.21, "word": " droplet", "probability": 0.742919921875}, {"start": 534.21, "end": 534.67, "word": " table", "probability": 0.92919921875}, {"start": 534.67, "end": 536.05, "word": " and", "probability": 0.685546875}, {"start": 536.05, "end": 536.23, "word": " get", "probability": 0.61083984375}, {"start": 536.23, "end": 536.37, "word": " tired", "probability": 0.5439453125}, {"start": 536.37, "end": 536.43, "word": " of", "probability": 0.9189453125}, {"start": 536.43, "end": 536.49, "word": " saying", "probability": 0.92626953125}, {"start": 536.49, "end": 536.99, "word": " create", "probability": 0.876953125}, {"start": 536.99, "end": 538.01, "word": " again.", "probability": 0.71923828125}, {"start": 538.11, "end": 538.31, "word": " Create", "probability": 0.642578125}, {"start": 538.31, "end": 538.47, "word": " from", "probability": 0.40966796875}, {"start": 538.47, "end": 538.69, "word": " scratch.", "probability": 0.6630859375}, {"start": 540.65, "end": 541.09, "word": " It", "probability": 0.6328125}, {"start": 541.09, "end": 541.11, "word": " is", "probability": 0.50927734375}, {"start": 541.11, "end": 541.43, "word": " supposed", "probability": 0.8779296875}, {"start": 541.43, "end": 541.65, "word": " to", "probability": 0.94580078125}, {"start": 541.65, "end": 541.95, "word": " have,", "probability": 0.4951171875}, {"start": 541.95, "end": 542.09, "word": " for", "probability": 0.9287109375}, {"start": 542.09, "end": 542.21, "word": " example,", "probability": 0.9580078125}, {"start": 542.35, "end": 542.35, "word": " a", "probability": 0.26318359375}, {"start": 542.35, "end": 542.55, "word": " hierarchy,", "probability": 0.048004150390625}, {"start": 542.65, "end": 542.79, "word": " because", "probability": 0.80615234375}, {"start": 542.79, "end": 543.07, "word": " what", "probability": 0.328125}, {"start": 543.07, "end": 543.07, "word": " does", "probability": 0.7861328125}, {"start": 543.07, "end": 543.07, "word": " this", "probability": 0.619140625}, {"start": 543.07, "end": 543.41, "word": " do?", "probability": 0.76220703125}, {"start": 543.53, "end": 543.55, "word": " It", "probability": 0.87451171875}, {"start": 543.55, "end": 543.77, "word": " wastes", "probability": 0.554840087890625}, {"start": 543.77, "end": 544.27, "word": " all", "probability": 0.75390625}, {"start": 544.27, "end": 545.15, "word": " the", "probability": 0.54541015625}, {"start": 545.15, "end": 545.41, "word": " data.", "probability": 0.8955078125}, {"start": 545.85, "end": 546.29, "word": " All", "probability": 0.80224609375}, {"start": 546.29, "end": 546.41, "word": " right?", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 23, "seek": 56463, "start": 548.43, "end": 564.63, "text": " The point is that the data is not lost, it is modified on the table. But we are not talking about the modification now. I want to decide that when I want to modify, I remove the entire table and run onCreate again and modify it in the statement of the table creation.", "tokens": [440, 935, 307, 300, 264, 1412, 307, 406, 2731, 11, 309, 307, 15873, 322, 264, 3199, 13, 583, 321, 366, 406, 1417, 466, 264, 26747, 586, 13, 286, 528, 281, 4536, 300, 562, 286, 528, 281, 16927, 11, 286, 4159, 264, 2302, 3199, 293, 1190, 322, 44637, 473, 797, 293, 16927, 309, 294, 264, 5629, 295, 264, 3199, 8016, 13], "avg_logprob": -0.6347335948318732, "compression_ratio": 1.6441717791411044, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 548.43, "end": 548.93, "word": " The", "probability": 0.29296875}, {"start": 548.93, "end": 549.17, "word": " point", "probability": 0.0892333984375}, {"start": 549.17, "end": 549.41, "word": " is", "probability": 0.82861328125}, {"start": 549.41, "end": 549.67, "word": " that", "probability": 0.5537109375}, {"start": 549.67, "end": 550.27, "word": " the", "probability": 0.228759765625}, {"start": 550.27, "end": 550.49, "word": " data", "probability": 0.41845703125}, {"start": 550.49, "end": 550.55, "word": " is", "probability": 0.28076171875}, {"start": 550.55, "end": 550.55, "word": " not", "probability": 0.6484375}, {"start": 550.55, "end": 550.55, "word": " lost,", "probability": 0.60400390625}, {"start": 550.67, "end": 550.71, "word": " it", "probability": 0.451416015625}, {"start": 550.71, "end": 550.73, "word": " is", "probability": 0.1983642578125}, {"start": 550.73, "end": 551.29, "word": " modified", "probability": 0.3984375}, {"start": 551.29, "end": 551.57, "word": " on", "probability": 0.42822265625}, {"start": 551.57, "end": 551.75, "word": " the", "probability": 0.8544921875}, {"start": 551.75, "end": 552.13, "word": " table.", "probability": 0.86572265625}, {"start": 552.57, "end": 552.67, "word": " But", "probability": 0.654296875}, {"start": 552.67, "end": 552.81, "word": " we", "probability": 0.283203125}, {"start": 552.81, "end": 552.89, "word": " are", "probability": 0.65625}, {"start": 552.89, "end": 552.99, "word": " not", "probability": 0.9345703125}, {"start": 552.99, "end": 553.27, "word": " talking", "probability": 0.416259765625}, {"start": 553.27, "end": 554.11, "word": " about", "probability": 0.86572265625}, {"start": 554.11, "end": 554.25, "word": " the", "probability": 0.2264404296875}, {"start": 554.25, "end": 554.51, "word": " modification", "probability": 0.64111328125}, {"start": 554.51, "end": 554.57, "word": " now.", "probability": 0.332763671875}, {"start": 554.63, "end": 554.91, "word": " I", "probability": 0.8388671875}, {"start": 554.91, "end": 555.41, "word": " want", "probability": 0.452880859375}, {"start": 555.41, "end": 555.51, "word": " to", "probability": 0.96337890625}, {"start": 555.51, "end": 555.71, "word": " decide", "probability": 0.783203125}, {"start": 555.71, "end": 556.01, "word": " that", "probability": 0.68017578125}, {"start": 556.01, "end": 556.43, "word": " when", "probability": 0.546875}, {"start": 556.43, "end": 556.57, "word": " I", "probability": 0.97314453125}, {"start": 556.57, "end": 556.69, "word": " want", "probability": 0.736328125}, {"start": 556.69, "end": 556.73, "word": " to", "probability": 0.966796875}, {"start": 556.73, "end": 557.05, "word": " modify,", "probability": 0.54296875}, {"start": 557.53, "end": 557.81, "word": " I", "probability": 0.75}, {"start": 557.81, "end": 558.01, "word": " remove", "probability": 0.51904296875}, {"start": 558.01, "end": 558.25, "word": " the", "probability": 0.697265625}, {"start": 558.25, "end": 558.87, "word": " entire", "probability": 0.346435546875}, {"start": 558.87, "end": 558.87, "word": " table", "probability": 0.91357421875}, {"start": 558.87, "end": 559.71, "word": " and", "probability": 0.5537109375}, {"start": 559.71, "end": 560.07, "word": " run", "probability": 0.280029296875}, {"start": 560.07, "end": 560.63, "word": " onCreate", "probability": 0.7822265625}, {"start": 560.63, "end": 560.89, "word": " again", "probability": 0.83154296875}, {"start": 560.89, "end": 561.01, "word": " and", "probability": 0.4755859375}, {"start": 561.01, "end": 561.49, "word": " modify", "probability": 0.54638671875}, {"start": 561.49, "end": 561.71, "word": " it", "probability": 0.5244140625}, {"start": 561.71, "end": 563.09, "word": " in", "probability": 0.1822509765625}, {"start": 563.09, "end": 563.21, "word": " the", "probability": 0.7666015625}, {"start": 563.21, "end": 563.55, "word": " statement", "probability": 0.71923828125}, {"start": 563.55, "end": 563.85, "word": " of", "probability": 0.61328125}, {"start": 563.85, "end": 563.99, "word": " the", "probability": 0.2259521484375}, {"start": 563.99, "end": 564.63, "word": " table", "probability": 0.70361328125}, {"start": 564.63, "end": 564.63, "word": " creation.", "probability": 0.69970703125}], "temperature": 1.0}, {"id": 24, "seek": 58339, "start": 566.65, "end": 583.39, "text": "This class MyHelper, we didn't use it yet, we used it. Always use classes when it is in the activity. Like the adapter, we made a class and used it in the activity. The application that we talked about in the last lecture will look like this. It will have two buttons.", "tokens": [5723, 1508, 1222, 39, 338, 610, 11, 321, 994, 380, 764, 309, 1939, 11, 321, 1143, 309, 13, 11270, 764, 5359, 562, 309, 307, 294, 264, 5191, 13, 1743, 264, 22860, 11, 321, 1027, 257, 1508, 293, 1143, 309, 294, 264, 5191, 13, 440, 3861, 300, 321, 2825, 466, 294, 264, 1036, 7991, 486, 574, 411, 341, 13, 467, 486, 362, 732, 9905, 13], "avg_logprob": -0.5826923076923077, "compression_ratio": 1.6047904191616766, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 566.65, "end": 567.03, "word": "This", "probability": 0.1719970703125}, {"start": 567.03, "end": 567.41, "word": " class", "probability": 0.3359375}, {"start": 567.41, "end": 567.97, "word": " MyHelper,", "probability": 0.70361328125}, {"start": 568.09, "end": 568.27, "word": " we", "probability": 0.68115234375}, {"start": 568.27, "end": 568.37, "word": " didn't", "probability": 0.59417724609375}, {"start": 568.37, "end": 568.71, "word": " use", "probability": 0.84326171875}, {"start": 568.71, "end": 569.07, "word": " it", "probability": 0.85546875}, {"start": 569.07, "end": 569.21, "word": " yet,", "probability": 0.759765625}, {"start": 569.37, "end": 569.43, "word": " we", "probability": 0.51025390625}, {"start": 569.43, "end": 569.77, "word": " used", "probability": 0.480712890625}, {"start": 569.77, "end": 569.97, "word": " it.", "probability": 0.91748046875}, {"start": 570.01, "end": 570.19, "word": " Always", "probability": 0.10791015625}, {"start": 570.19, "end": 570.57, "word": " use", "probability": 0.341552734375}, {"start": 570.57, "end": 571.19, "word": " classes", "probability": 0.53173828125}, {"start": 571.19, "end": 571.37, "word": " when", "probability": 0.6669921875}, {"start": 571.37, "end": 571.49, "word": " it", "probability": 0.429443359375}, {"start": 571.49, "end": 571.61, "word": " is", "probability": 0.363037109375}, {"start": 571.61, "end": 572.43, "word": " in", "probability": 0.327392578125}, {"start": 572.43, "end": 572.55, "word": " the", "probability": 0.453125}, {"start": 572.55, "end": 572.93, "word": " activity.", "probability": 0.875}, {"start": 573.01, "end": 573.13, "word": " Like", "probability": 0.465087890625}, {"start": 573.13, "end": 573.27, "word": " the", "probability": 0.38720703125}, {"start": 573.27, "end": 573.61, "word": " adapter,", "probability": 0.6748046875}, {"start": 573.97, "end": 574.07, "word": " we", "probability": 0.4521484375}, {"start": 574.07, "end": 574.27, "word": " made", "probability": 0.264404296875}, {"start": 574.27, "end": 574.43, "word": " a", "probability": 0.7392578125}, {"start": 574.43, "end": 574.59, "word": " class", "probability": 0.96240234375}, {"start": 574.59, "end": 574.69, "word": " and", "probability": 0.80810546875}, {"start": 574.69, "end": 574.93, "word": " used", "probability": 0.76708984375}, {"start": 574.93, "end": 575.09, "word": " it", "probability": 0.9375}, {"start": 575.09, "end": 575.17, "word": " in", "probability": 0.89013671875}, {"start": 575.17, "end": 575.25, "word": " the", "probability": 0.755859375}, {"start": 575.25, "end": 575.61, "word": " activity.", "probability": 0.94287109375}, {"start": 576.79, "end": 577.17, "word": " The", "probability": 0.314697265625}, {"start": 577.17, "end": 577.71, "word": " application", "probability": 0.55859375}, {"start": 577.71, "end": 577.89, "word": " that", "probability": 0.485595703125}, {"start": 577.89, "end": 577.95, "word": " we", "probability": 0.845703125}, {"start": 577.95, "end": 578.21, "word": " talked", "probability": 0.5693359375}, {"start": 578.21, "end": 578.39, "word": " about", "probability": 0.88134765625}, {"start": 578.39, "end": 578.51, "word": " in", "probability": 0.7587890625}, {"start": 578.51, "end": 578.53, "word": " the", "probability": 0.83154296875}, {"start": 578.53, "end": 578.57, "word": " last", "probability": 0.51220703125}, {"start": 578.57, "end": 579.11, "word": " lecture", "probability": 0.77734375}, {"start": 579.11, "end": 579.73, "word": " will", "probability": 0.400634765625}, {"start": 579.73, "end": 580.19, "word": " look", "probability": 0.76318359375}, {"start": 580.19, "end": 580.43, "word": " like", "probability": 0.919921875}, {"start": 580.43, "end": 580.77, "word": " this.", "probability": 0.89892578125}, {"start": 582.19, "end": 582.31, "word": " It", "probability": 0.444091796875}, {"start": 582.31, "end": 582.43, "word": " will", "probability": 0.646484375}, {"start": 582.43, "end": 582.87, "word": " have", "probability": 0.90966796875}, {"start": 582.87, "end": 583.19, "word": " two", "probability": 0.82373046875}, {"start": 583.19, "end": 583.39, "word": " buttons.", "probability": 0.81591796875}], "temperature": 1.0}, {"id": 25, "seek": 61350, "start": 584.72, "end": 613.5, "text": " Of course, we are not looking for the design of this gate, we are learning about SQLite, okay? Design of gems is not a topic of this gate. You are going to fix it at home, there is a project that you want to submit on the 15th or 12th, the last date, okay? You have add employee and show all. Add employee, what does it mean that it wants to do? It wants to add an employee to the database. Show all, it wants to show you all the employees whose data is in the database.", "tokens": [2720, 1164, 11, 321, 366, 406, 1237, 337, 264, 1715, 295, 341, 8539, 11, 321, 366, 2539, 466, 19200, 642, 11, 1392, 30, 12748, 295, 29296, 307, 406, 257, 4829, 295, 341, 8539, 13, 509, 366, 516, 281, 3191, 309, 412, 1280, 11, 456, 307, 257, 1716, 300, 291, 528, 281, 10315, 322, 264, 2119, 392, 420, 2272, 392, 11, 264, 1036, 4002, 11, 1392, 30, 509, 362, 909, 10738, 293, 855, 439, 13, 5349, 10738, 11, 437, 775, 309, 914, 300, 309, 2738, 281, 360, 30, 467, 2738, 281, 909, 364, 10738, 281, 264, 8149, 13, 6895, 439, 11, 309, 2738, 281, 855, 291, 439, 264, 6619, 6104, 1412, 307, 294, 264, 8149, 13], "avg_logprob": -0.49999997533600904, "compression_ratio": 1.8115384615384615, "no_speech_prob": 0.0, "words": [{"start": 584.72, "end": 584.98, "word": " Of", "probability": 0.4228515625}, {"start": 584.98, "end": 585.0, "word": " course,", "probability": 0.90966796875}, {"start": 585.08, "end": 585.2, "word": " we", "probability": 0.8994140625}, {"start": 585.2, "end": 585.26, "word": " are", "probability": 0.2176513671875}, {"start": 585.26, "end": 585.3, "word": " not", "probability": 0.91455078125}, {"start": 585.3, "end": 585.48, "word": " looking", "probability": 0.6533203125}, {"start": 585.48, "end": 585.66, "word": " for", "probability": 0.6650390625}, {"start": 585.66, "end": 585.74, "word": " the", "probability": 0.2939453125}, {"start": 585.74, "end": 586.0, "word": " design", "probability": 0.794921875}, {"start": 586.0, "end": 586.1, "word": " of", "probability": 0.7158203125}, {"start": 586.1, "end": 586.18, "word": " this", "probability": 0.2802734375}, {"start": 586.18, "end": 586.4, "word": " gate,", "probability": 0.5068359375}, {"start": 586.56, "end": 586.78, "word": " we", "probability": 0.8564453125}, {"start": 586.78, "end": 587.44, "word": " are", "probability": 0.69140625}, {"start": 587.44, "end": 587.72, "word": " learning", "probability": 0.34521484375}, {"start": 587.72, "end": 587.88, "word": " about", "probability": 0.32958984375}, {"start": 587.88, "end": 588.52, "word": " SQLite,", "probability": 0.64599609375}, {"start": 588.68, "end": 589.02, "word": " okay?", "probability": 0.27880859375}, {"start": 589.94, "end": 590.34, "word": " Design", "probability": 0.60791015625}, {"start": 590.34, "end": 590.52, "word": " of", "probability": 0.3046875}, {"start": 590.52, "end": 590.74, "word": " gems", "probability": 0.1851806640625}, {"start": 590.74, "end": 591.08, "word": " is", "probability": 0.6796875}, {"start": 591.08, "end": 591.14, "word": " not", "probability": 0.91650390625}, {"start": 591.14, "end": 591.38, "word": " a", "probability": 0.401611328125}, {"start": 591.38, "end": 591.38, "word": " topic", "probability": 0.4853515625}, {"start": 591.38, "end": 591.52, "word": " of", "probability": 0.335205078125}, {"start": 591.52, "end": 591.62, "word": " this", "probability": 0.90576171875}, {"start": 591.62, "end": 591.82, "word": " gate.", "probability": 0.71337890625}, {"start": 592.34, "end": 592.6, "word": " You", "probability": 0.59375}, {"start": 592.6, "end": 592.72, "word": " are", "probability": 0.08807373046875}, {"start": 592.72, "end": 592.74, "word": " going", "probability": 0.320068359375}, {"start": 592.74, "end": 592.82, "word": " to", "probability": 0.95263671875}, {"start": 592.82, "end": 593.12, "word": " fix", "probability": 0.1531982421875}, {"start": 593.12, "end": 593.22, "word": " it", "probability": 0.66845703125}, {"start": 593.22, "end": 593.32, "word": " at", "probability": 0.64404296875}, {"start": 593.32, "end": 593.52, "word": " home,", "probability": 0.84765625}, {"start": 593.58, "end": 593.72, "word": " there", "probability": 0.4267578125}, {"start": 593.72, "end": 593.74, "word": " is", "probability": 0.8359375}, {"start": 593.74, "end": 593.84, "word": " a", "probability": 0.9404296875}, {"start": 593.84, "end": 594.06, "word": " project", "probability": 0.908203125}, {"start": 594.06, "end": 594.16, "word": " that", "probability": 0.48681640625}, {"start": 594.16, "end": 594.3, "word": " you", "probability": 0.94580078125}, {"start": 594.3, "end": 594.34, "word": " want", "probability": 0.431640625}, {"start": 594.34, "end": 594.34, "word": " to", "probability": 0.966796875}, {"start": 594.34, "end": 594.56, "word": " submit", "probability": 0.419921875}, {"start": 594.56, "end": 595.38, "word": " on", "probability": 0.53564453125}, {"start": 595.38, "end": 595.54, "word": " the", "probability": 0.515625}, {"start": 595.54, "end": 595.86, "word": " 15th", "probability": 0.8427734375}, {"start": 595.86, "end": 596.02, "word": " or", "probability": 0.484130859375}, {"start": 596.02, "end": 596.32, "word": " 12th,", "probability": 0.819580078125}, {"start": 596.42, "end": 596.46, "word": " the", "probability": 0.461669921875}, {"start": 596.46, "end": 596.56, "word": " last", "probability": 0.81494140625}, {"start": 596.56, "end": 596.86, "word": " date,", "probability": 0.295654296875}, {"start": 597.4, "end": 597.64, "word": " okay?", "probability": 0.7939453125}, {"start": 599.22, "end": 599.62, "word": " You", "probability": 0.90576171875}, {"start": 599.62, "end": 599.86, "word": " have", "probability": 0.91796875}, {"start": 599.86, "end": 600.12, "word": " add", "probability": 0.293701171875}, {"start": 600.12, "end": 600.66, "word": " employee", "probability": 0.6689453125}, {"start": 600.66, "end": 601.22, "word": " and", "probability": 0.77734375}, {"start": 601.22, "end": 601.4, "word": " show", "probability": 0.94580078125}, {"start": 601.4, "end": 601.64, "word": " all.", "probability": 0.85595703125}, {"start": 602.66, "end": 602.9, "word": " Add", "probability": 0.7392578125}, {"start": 602.9, "end": 603.36, "word": " employee,", "probability": 0.845703125}, {"start": 604.02, "end": 604.28, "word": " what", "probability": 0.892578125}, {"start": 604.28, "end": 604.38, "word": " does", "probability": 0.8974609375}, {"start": 604.38, "end": 604.44, "word": " it", "probability": 0.646484375}, {"start": 604.44, "end": 604.44, "word": " mean", "probability": 0.93994140625}, {"start": 604.44, "end": 604.5, "word": " that", "probability": 0.2822265625}, {"start": 604.5, "end": 604.56, "word": " it", "probability": 0.421875}, {"start": 604.56, "end": 604.58, "word": " wants", "probability": 0.646484375}, {"start": 604.58, "end": 604.62, "word": " to", "probability": 0.9677734375}, {"start": 604.62, "end": 604.8, "word": " do?", "probability": 0.90234375}, {"start": 605.42, "end": 605.62, "word": " It", "probability": 0.8095703125}, {"start": 605.62, "end": 605.76, "word": " wants", "probability": 0.74951171875}, {"start": 605.76, "end": 605.76, "word": " to", "probability": 0.96533203125}, {"start": 605.76, "end": 605.94, "word": " add", "probability": 0.92919921875}, {"start": 605.94, "end": 606.1, "word": " an", "probability": 0.7724609375}, {"start": 606.1, "end": 606.34, "word": " employee", "probability": 0.837890625}, {"start": 606.34, "end": 606.96, "word": " to", "probability": 0.576171875}, {"start": 606.96, "end": 607.06, "word": " the", "probability": 0.89111328125}, {"start": 607.06, "end": 607.5, "word": " database.", "probability": 0.94775390625}, {"start": 607.76, "end": 608.04, "word": " Show", "probability": 0.91650390625}, {"start": 608.04, "end": 608.4, "word": " all,", "probability": 0.86865234375}, {"start": 609.06, "end": 609.86, "word": " it", "probability": 0.7158203125}, {"start": 609.86, "end": 610.0, "word": " wants", "probability": 0.77978515625}, {"start": 610.0, "end": 610.06, "word": " to", "probability": 0.9697265625}, {"start": 610.06, "end": 610.24, "word": " show", "probability": 0.84033203125}, {"start": 610.24, "end": 610.42, "word": " you", "probability": 0.29052734375}, {"start": 610.42, "end": 610.6, "word": " all", "probability": 0.87353515625}, {"start": 610.6, "end": 610.72, "word": " the", "probability": 0.6572265625}, {"start": 610.72, "end": 611.18, "word": " employees", "probability": 0.83642578125}, {"start": 611.18, "end": 612.18, "word": " whose", "probability": 0.591796875}, {"start": 612.18, "end": 612.44, "word": " data", "probability": 0.55126953125}, {"start": 612.44, "end": 612.66, "word": " is", "probability": 0.61669921875}, {"start": 612.66, "end": 612.92, "word": " in", "probability": 0.3642578125}, {"start": 612.92, "end": 613.08, "word": " the", "probability": 0.904296875}, {"start": 613.08, "end": 613.5, "word": " database.", "probability": 0.9423828125}], "temperature": 1.0}, {"id": 26, "seek": 63854, "start": 614.52, "end": 638.54, "text": " Ok guys, this is how the application should work Let's see, this is the main activity This is the main activity, it has two buttons, yes and no This button is called add employee button When I click on it, what does it do? This is the code, what does it do here? It creates intent What does intent do?", "tokens": [3477, 1074, 11, 341, 307, 577, 264, 3861, 820, 589, 961, 311, 536, 11, 341, 307, 264, 2135, 5191, 639, 307, 264, 2135, 5191, 11, 309, 575, 732, 9905, 11, 2086, 293, 572, 639, 2960, 307, 1219, 909, 10738, 2960, 1133, 286, 2052, 322, 309, 11, 437, 775, 309, 360, 30, 639, 307, 264, 3089, 11, 437, 775, 309, 360, 510, 30, 467, 7829, 8446, 708, 775, 8446, 360, 30], "avg_logprob": -0.42143486754994997, "compression_ratio": 1.755813953488372, "no_speech_prob": 0.0, "words": [{"start": 614.52, "end": 614.84, "word": " Ok", "probability": 0.362060546875}, {"start": 614.84, "end": 615.26, "word": " guys,", "probability": 0.54931640625}, {"start": 615.52, "end": 615.74, "word": " this", "probability": 0.755859375}, {"start": 615.74, "end": 615.8, "word": " is", "probability": 0.89501953125}, {"start": 615.8, "end": 615.84, "word": " how", "probability": 0.7099609375}, {"start": 615.84, "end": 615.84, "word": " the", "probability": 0.55126953125}, {"start": 615.84, "end": 616.08, "word": " application", "probability": 0.5078125}, {"start": 616.08, "end": 616.4, "word": " should", "probability": 0.306396484375}, {"start": 616.4, "end": 616.66, "word": " work", "probability": 0.609375}, {"start": 616.66, "end": 617.46, "word": " Let's", "probability": 0.6473388671875}, {"start": 617.46, "end": 617.88, "word": " see,", "probability": 0.61767578125}, {"start": 618.0, "end": 618.2, "word": " this", "probability": 0.84130859375}, {"start": 618.2, "end": 618.28, "word": " is", "probability": 0.8671875}, {"start": 618.28, "end": 618.52, "word": " the", "probability": 0.626953125}, {"start": 618.52, "end": 618.7, "word": " main", "probability": 0.80908203125}, {"start": 618.7, "end": 619.14, "word": " activity", "probability": 0.9248046875}, {"start": 619.14, "end": 621.08, "word": " This", "probability": 0.5}, {"start": 621.08, "end": 621.16, "word": " is", "probability": 0.810546875}, {"start": 621.16, "end": 621.2, "word": " the", "probability": 0.90087890625}, {"start": 621.2, "end": 621.32, "word": " main", "probability": 0.9033203125}, {"start": 621.32, "end": 621.8, "word": " activity,", "probability": 0.93896484375}, {"start": 622.66, "end": 623.12, "word": " it", "probability": 0.62646484375}, {"start": 623.12, "end": 623.24, "word": " has", "probability": 0.8984375}, {"start": 623.24, "end": 623.64, "word": " two", "probability": 0.77099609375}, {"start": 623.64, "end": 623.64, "word": " buttons,", "probability": 0.82958984375}, {"start": 623.86, "end": 623.98, "word": " yes", "probability": 0.2469482421875}, {"start": 623.98, "end": 624.18, "word": " and", "probability": 0.57763671875}, {"start": 624.18, "end": 624.3, "word": " no", "probability": 0.9677734375}, {"start": 624.3, "end": 624.68, "word": " This", "probability": 0.45166015625}, {"start": 624.68, "end": 625.12, "word": " button", "probability": 0.44091796875}, {"start": 625.12, "end": 625.24, "word": " is", "probability": 0.8115234375}, {"start": 625.24, "end": 625.42, "word": " called", "probability": 0.7060546875}, {"start": 625.42, "end": 625.72, "word": " add", "probability": 0.4091796875}, {"start": 625.72, "end": 626.18, "word": " employee", "probability": 0.73046875}, {"start": 626.18, "end": 626.52, "word": " button", "probability": 0.7587890625}, {"start": 626.52, "end": 627.78, "word": " When", "probability": 0.591796875}, {"start": 627.78, "end": 627.94, "word": " I", "probability": 0.72509765625}, {"start": 627.94, "end": 628.12, "word": " click", "probability": 0.5693359375}, {"start": 628.12, "end": 628.3, "word": " on", "probability": 0.71728515625}, {"start": 628.3, "end": 628.56, "word": " it,", "probability": 0.90380859375}, {"start": 629.24, "end": 629.94, "word": " what", "probability": 0.8330078125}, {"start": 629.94, "end": 630.04, "word": " does", "probability": 0.71923828125}, {"start": 630.04, "end": 630.04, "word": " it", "probability": 0.91748046875}, {"start": 630.04, "end": 630.34, "word": " do?", "probability": 0.96240234375}, {"start": 631.68, "end": 632.16, "word": " This", "probability": 0.275634765625}, {"start": 632.16, "end": 632.24, "word": " is", "probability": 0.67138671875}, {"start": 632.24, "end": 632.3, "word": " the", "probability": 0.830078125}, {"start": 632.3, "end": 632.5, "word": " code,", "probability": 0.919921875}, {"start": 632.56, "end": 632.64, "word": " what", "probability": 0.87744140625}, {"start": 632.64, "end": 632.72, "word": " does", "probability": 0.8828125}, {"start": 632.72, "end": 632.72, "word": " it", "probability": 0.8408203125}, {"start": 632.72, "end": 633.0, "word": " do", "probability": 0.953125}, {"start": 633.0, "end": 633.34, "word": " here?", "probability": 0.33203125}, {"start": 635.66, "end": 635.84, "word": " It", "probability": 0.64013671875}, {"start": 635.84, "end": 636.02, "word": " creates", "probability": 0.5947265625}, {"start": 636.02, "end": 636.5, "word": " intent", "probability": 0.53759765625}, {"start": 636.5, "end": 637.74, "word": " What", "probability": 0.2464599609375}, {"start": 637.74, "end": 637.92, "word": " does", "probability": 0.482421875}, {"start": 637.92, "end": 638.52, "word": " intent", "probability": 0.51611328125}, {"start": 638.52, "end": 638.54, "word": " do?", "probability": 0.79443359375}], "temperature": 1.0}, {"id": 27, "seek": 66649, "start": 639.53, "end": 666.49, "text": "To open another screen, there will be another activity called Add Employee Activity And when we go to Show Employee Buttons, another activity called Show All Activity will open Notice that this activity, the main activity, does not have a database operation at all But it has two buttons to press on anyone to open a new activity Where is the database operation? In the other activities", "tokens": [13342, 1269, 1071, 2568, 11, 456, 486, 312, 1071, 5191, 1219, 5349, 26878, 1653, 3251, 4253, 400, 562, 321, 352, 281, 6895, 26878, 1653, 40801, 892, 11, 1071, 5191, 1219, 6895, 1057, 3251, 4253, 486, 1269, 13428, 300, 341, 5191, 11, 264, 2135, 5191, 11, 775, 406, 362, 257, 8149, 6916, 412, 439, 583, 309, 575, 732, 9905, 281, 1886, 322, 2878, 281, 1269, 257, 777, 5191, 2305, 307, 264, 8149, 6916, 30, 682, 264, 661, 5354], "avg_logprob": -0.45713141560554504, "compression_ratio": 1.8829268292682926, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 639.53, "end": 639.89, "word": "To", "probability": 0.31689453125}, {"start": 639.89, "end": 640.13, "word": " open", "probability": 0.828125}, {"start": 640.13, "end": 640.79, "word": " another", "probability": 0.63623046875}, {"start": 640.79, "end": 640.79, "word": " screen,", "probability": 0.6650390625}, {"start": 640.95, "end": 642.07, "word": " there", "probability": 0.3837890625}, {"start": 642.07, "end": 642.13, "word": " will", "probability": 0.474609375}, {"start": 642.13, "end": 642.27, "word": " be", "probability": 0.92041015625}, {"start": 642.27, "end": 642.39, "word": " another", "probability": 0.72021484375}, {"start": 642.39, "end": 642.87, "word": " activity", "probability": 0.86376953125}, {"start": 642.87, "end": 644.17, "word": " called", "probability": 0.407470703125}, {"start": 644.17, "end": 644.65, "word": " Add", "probability": 0.29150390625}, {"start": 644.65, "end": 645.89, "word": " Employee", "probability": 0.836669921875}, {"start": 645.89, "end": 646.57, "word": " Activity", "probability": 0.916259765625}, {"start": 646.57, "end": 647.27, "word": " And", "probability": 0.401123046875}, {"start": 647.27, "end": 647.45, "word": " when", "probability": 0.83740234375}, {"start": 647.45, "end": 647.61, "word": " we", "probability": 0.7841796875}, {"start": 647.61, "end": 647.71, "word": " go", "probability": 0.392578125}, {"start": 647.71, "end": 647.91, "word": " to", "probability": 0.93798828125}, {"start": 647.91, "end": 648.19, "word": " Show", "probability": 0.48974609375}, {"start": 648.19, "end": 648.95, "word": " Employee", "probability": 0.767822265625}, {"start": 648.95, "end": 649.39, "word": " Buttons,", "probability": 0.92578125}, {"start": 649.93, "end": 650.29, "word": " another", "probability": 0.771484375}, {"start": 650.29, "end": 650.71, "word": " activity", "probability": 0.9404296875}, {"start": 650.71, "end": 651.31, "word": " called", "probability": 0.379150390625}, {"start": 651.31, "end": 651.73, "word": " Show", "probability": 0.9013671875}, {"start": 651.73, "end": 652.11, "word": " All", "probability": 0.92333984375}, {"start": 652.11, "end": 653.51, "word": " Activity", "probability": 0.8623046875}, {"start": 653.51, "end": 653.51, "word": " will", "probability": 0.7587890625}, {"start": 653.51, "end": 653.51, "word": " open", "probability": 0.5703125}, {"start": 653.51, "end": 654.85, "word": " Notice", "probability": 0.217529296875}, {"start": 654.85, "end": 656.37, "word": " that", "probability": 0.8994140625}, {"start": 656.37, "end": 656.59, "word": " this", "probability": 0.67578125}, {"start": 656.59, "end": 657.19, "word": " activity,", "probability": 0.4794921875}, {"start": 657.67, "end": 657.87, "word": " the", "probability": 0.59130859375}, {"start": 657.87, "end": 658.03, "word": " main", "probability": 0.587890625}, {"start": 658.03, "end": 658.41, "word": " activity,", "probability": 0.94873046875}, {"start": 658.49, "end": 658.55, "word": " does", "probability": 0.55810546875}, {"start": 658.55, "end": 658.59, "word": " not", "probability": 0.94189453125}, {"start": 658.59, "end": 658.71, "word": " have", "probability": 0.8154296875}, {"start": 658.71, "end": 658.79, "word": " a", "probability": 0.86572265625}, {"start": 658.79, "end": 659.31, "word": " database", "probability": 0.8173828125}, {"start": 659.31, "end": 659.39, "word": " operation", "probability": 0.2186279296875}, {"start": 659.39, "end": 659.51, "word": " at", "probability": 0.172119140625}, {"start": 659.51, "end": 659.83, "word": " all", "probability": 0.9326171875}, {"start": 659.83, "end": 660.73, "word": " But", "probability": 0.2412109375}, {"start": 660.73, "end": 660.87, "word": " it", "probability": 0.84130859375}, {"start": 660.87, "end": 660.95, "word": " has", "probability": 0.9267578125}, {"start": 660.95, "end": 661.37, "word": " two", "probability": 0.8515625}, {"start": 661.37, "end": 661.37, "word": " buttons", "probability": 0.86279296875}, {"start": 661.37, "end": 662.19, "word": " to", "probability": 0.1617431640625}, {"start": 662.19, "end": 662.35, "word": " press", "probability": 0.55419921875}, {"start": 662.35, "end": 662.53, "word": " on", "probability": 0.4560546875}, {"start": 662.53, "end": 662.87, "word": " anyone", "probability": 0.53759765625}, {"start": 662.87, "end": 663.05, "word": " to", "probability": 0.33203125}, {"start": 663.05, "end": 663.23, "word": " open", "probability": 0.82275390625}, {"start": 663.23, "end": 663.35, "word": " a", "probability": 0.82958984375}, {"start": 663.35, "end": 663.91, "word": " new", "probability": 0.91015625}, {"start": 663.91, "end": 663.91, "word": " activity", "probability": 0.95556640625}, {"start": 663.91, "end": 664.05, "word": " Where", "probability": 0.36474609375}, {"start": 664.05, "end": 664.05, "word": " is", "probability": 0.611328125}, {"start": 664.05, "end": 664.33, "word": " the", "probability": 0.84375}, {"start": 664.33, "end": 664.65, "word": " database", "probability": 0.94921875}, {"start": 664.65, "end": 664.81, "word": " operation?", "probability": 0.66796875}, {"start": 665.31, "end": 665.79, "word": " In", "probability": 0.8369140625}, {"start": 665.79, "end": 665.85, "word": " the", "probability": 0.67626953125}, {"start": 665.85, "end": 666.49, "word": " other", "probability": 0.30126953125}, {"start": 666.49, "end": 666.49, "word": " activities", "probability": 0.90234375}], "temperature": 1.0}, {"id": 28, "seek": 69504, "start": 668.96, "end": 695.04, "text": " Now we go to Add Employee Activity. What does this activity want to do? It wants to add employee data to the database. The first thing I did when I clicked on Uncreate, I told it to create an object from MyHelper. New MyHelper. This takes three things, context, database name, and version.", "tokens": [823, 321, 352, 281, 5349, 26878, 1653, 3251, 4253, 13, 708, 775, 341, 5191, 528, 281, 360, 30, 467, 2738, 281, 909, 10738, 1412, 281, 264, 8149, 13, 440, 700, 551, 286, 630, 562, 286, 23370, 322, 1156, 14066, 473, 11, 286, 1907, 309, 281, 1884, 364, 2657, 490, 1222, 39, 338, 610, 13, 1873, 1222, 39, 338, 610, 13, 639, 2516, 1045, 721, 11, 4319, 11, 8149, 1315, 11, 293, 3037, 13], "avg_logprob": -0.5122466079286627, "compression_ratio": 1.5104166666666667, "no_speech_prob": 0.0, "words": [{"start": 668.96, "end": 669.38, "word": " Now", "probability": 0.197509765625}, {"start": 669.38, "end": 669.38, "word": " we", "probability": 0.44482421875}, {"start": 669.38, "end": 669.48, "word": " go", "probability": 0.2247314453125}, {"start": 669.48, "end": 669.88, "word": " to", "probability": 0.9091796875}, {"start": 669.88, "end": 671.16, "word": " Add", "probability": 0.1666259765625}, {"start": 671.16, "end": 671.76, "word": " Employee", "probability": 0.81396484375}, {"start": 671.76, "end": 672.56, "word": " Activity.", "probability": 0.8623046875}, {"start": 672.62, "end": 672.76, "word": " What", "probability": 0.227783203125}, {"start": 672.76, "end": 672.76, "word": " does", "probability": 0.57763671875}, {"start": 672.76, "end": 672.82, "word": " this", "probability": 0.80517578125}, {"start": 672.82, "end": 673.28, "word": " activity", "probability": 0.86865234375}, {"start": 673.28, "end": 673.6, "word": " want", "probability": 0.4033203125}, {"start": 673.6, "end": 673.74, "word": " to", "probability": 0.93310546875}, {"start": 673.74, "end": 674.08, "word": " do?", "probability": 0.91162109375}, {"start": 674.4, "end": 674.76, "word": " It", "probability": 0.7548828125}, {"start": 674.76, "end": 674.92, "word": " wants", "probability": 0.70263671875}, {"start": 674.92, "end": 674.98, "word": " to", "probability": 0.96728515625}, {"start": 674.98, "end": 675.4, "word": " add", "probability": 0.90087890625}, {"start": 675.4, "end": 678.56, "word": " employee", "probability": 0.103271484375}, {"start": 678.56, "end": 679.16, "word": " data", "probability": 0.53955078125}, {"start": 679.16, "end": 679.36, "word": " to", "probability": 0.72119140625}, {"start": 679.36, "end": 679.7, "word": " the", "probability": 0.59619140625}, {"start": 679.7, "end": 679.88, "word": " database.", "probability": 0.89697265625}, {"start": 680.0, "end": 680.18, "word": " The", "probability": 0.341064453125}, {"start": 680.18, "end": 680.26, "word": " first", "probability": 0.8818359375}, {"start": 680.26, "end": 680.58, "word": " thing", "probability": 0.8447265625}, {"start": 680.58, "end": 681.64, "word": " I", "probability": 0.34423828125}, {"start": 681.64, "end": 681.64, "word": " did", "probability": 0.317138671875}, {"start": 681.64, "end": 681.64, "word": " when", "probability": 0.50927734375}, {"start": 681.64, "end": 681.8, "word": " I", "probability": 0.93994140625}, {"start": 681.8, "end": 682.08, "word": " clicked", "probability": 0.3095703125}, {"start": 682.08, "end": 682.24, "word": " on", "probability": 0.82763671875}, {"start": 682.24, "end": 682.96, "word": " Uncreate,", "probability": 0.6198323567708334}, {"start": 683.58, "end": 683.78, "word": " I", "probability": 0.7021484375}, {"start": 683.78, "end": 683.9, "word": " told", "probability": 0.30126953125}, {"start": 683.9, "end": 684.06, "word": " it", "probability": 0.62890625}, {"start": 684.06, "end": 684.14, "word": " to", "probability": 0.82177734375}, {"start": 684.14, "end": 684.32, "word": " create", "probability": 0.859375}, {"start": 684.32, "end": 684.48, "word": " an", "probability": 0.7734375}, {"start": 684.48, "end": 684.74, "word": " object", "probability": 0.93994140625}, {"start": 684.74, "end": 684.94, "word": " from", "probability": 0.71044921875}, {"start": 684.94, "end": 687.12, "word": " MyHelper.", "probability": 0.7188720703125}, {"start": 687.78, "end": 688.08, "word": " New", "probability": 0.419677734375}, {"start": 688.08, "end": 688.66, "word": " MyHelper.", "probability": 0.9556884765625}, {"start": 688.96, "end": 689.2, "word": " This", "probability": 0.37548828125}, {"start": 689.2, "end": 689.58, "word": " takes", "probability": 0.3505859375}, {"start": 689.58, "end": 689.92, "word": " three", "probability": 0.65234375}, {"start": 689.92, "end": 690.24, "word": " things,", "probability": 0.599609375}, {"start": 690.34, "end": 690.96, "word": " context,", "probability": 0.49755859375}, {"start": 692.46, "end": 693.18, "word": " database", "probability": 0.7509765625}, {"start": 693.18, "end": 693.18, "word": " name,", "probability": 0.798828125}, {"start": 693.96, "end": 694.62, "word": " and", "probability": 0.91162109375}, {"start": 694.62, "end": 695.04, "word": " version.", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 29, "seek": 72277, "start": 696.13, "end": 722.77, "text": "Okay? As we know, if the database is not present, we create it and ask it to create it to make the table. If it is not present. If it is present, that's it. Okay? It will not do anything. Even if it does not do anything, because I need it. What do I need it for? To deal with the database. What does it mean? Why is the database made? Not to add to it and read from it. Also through the helper. How? Come to the helper and tell it that there is a method called get.", "tokens": [8297, 30, 1018, 321, 458, 11, 498, 264, 8149, 307, 406, 1974, 11, 321, 1884, 309, 293, 1029, 309, 281, 1884, 309, 281, 652, 264, 3199, 13, 759, 309, 307, 406, 1974, 13, 759, 309, 307, 1974, 11, 300, 311, 309, 13, 1033, 30, 467, 486, 406, 360, 1340, 13, 2754, 498, 309, 775, 406, 360, 1340, 11, 570, 286, 643, 309, 13, 708, 360, 286, 643, 309, 337, 30, 1407, 2028, 365, 264, 8149, 13, 708, 775, 309, 914, 30, 1545, 307, 264, 8149, 1027, 30, 1726, 281, 909, 281, 309, 293, 1401, 490, 309, 13, 2743, 807, 264, 36133, 13, 1012, 30, 2492, 281, 264, 36133, 293, 980, 309, 300, 456, 307, 257, 3170, 1219, 483, 13], "avg_logprob": -0.376041666418314, "compression_ratio": 1.8235294117647058, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 696.13, "end": 696.43, "word": "Okay?", "probability": 0.210693359375}, {"start": 696.71, "end": 696.93, "word": " As", "probability": 0.66064453125}, {"start": 696.93, "end": 697.09, "word": " we", "probability": 0.90478515625}, {"start": 697.09, "end": 697.37, "word": " know,", "probability": 0.5498046875}, {"start": 697.53, "end": 697.63, "word": " if", "probability": 0.857421875}, {"start": 697.63, "end": 697.79, "word": " the", "probability": 0.58154296875}, {"start": 697.79, "end": 698.05, "word": " database", "probability": 0.8671875}, {"start": 698.05, "end": 698.25, "word": " is", "probability": 0.58203125}, {"start": 698.25, "end": 698.31, "word": " not", "probability": 0.87353515625}, {"start": 698.31, "end": 698.73, "word": " present,", "probability": 0.2288818359375}, {"start": 699.09, "end": 699.41, "word": " we", "probability": 0.5244140625}, {"start": 699.41, "end": 699.61, "word": " create", "probability": 0.60693359375}, {"start": 699.61, "end": 699.71, "word": " it", "probability": 0.849609375}, {"start": 699.71, "end": 699.81, "word": " and", "probability": 0.52685546875}, {"start": 699.81, "end": 700.13, "word": " ask", "probability": 0.343994140625}, {"start": 700.13, "end": 700.33, "word": " it", "probability": 0.626953125}, {"start": 700.33, "end": 700.39, "word": " to", "probability": 0.76318359375}, {"start": 700.39, "end": 700.65, "word": " create", "probability": 0.6552734375}, {"start": 700.65, "end": 700.79, "word": " it", "probability": 0.376220703125}, {"start": 700.79, "end": 700.91, "word": " to", "probability": 0.346435546875}, {"start": 700.91, "end": 701.13, "word": " make", "probability": 0.55615234375}, {"start": 701.13, "end": 701.31, "word": " the", "probability": 0.63427734375}, {"start": 701.31, "end": 701.55, "word": " table.", "probability": 0.916015625}, {"start": 702.61, "end": 702.91, "word": " If", "probability": 0.51123046875}, {"start": 702.91, "end": 702.99, "word": " it", "probability": 0.73388671875}, {"start": 702.99, "end": 703.13, "word": " is", "probability": 0.57373046875}, {"start": 703.13, "end": 703.15, "word": " not", "probability": 0.76416015625}, {"start": 703.15, "end": 703.49, "word": " present.", "probability": 0.70751953125}, {"start": 703.55, "end": 703.67, "word": " If", "probability": 0.89208984375}, {"start": 703.67, "end": 703.77, "word": " it", "probability": 0.90869140625}, {"start": 703.77, "end": 703.83, "word": " is", "probability": 0.8564453125}, {"start": 703.83, "end": 704.13, "word": " present,", "probability": 0.7705078125}, {"start": 704.47, "end": 704.69, "word": " that's", "probability": 0.5394287109375}, {"start": 704.69, "end": 704.83, "word": " it.", "probability": 0.79052734375}, {"start": 706.25, "end": 706.65, "word": " Okay?", "probability": 0.61572265625}, {"start": 706.75, "end": 706.83, "word": " It", "probability": 0.79541015625}, {"start": 706.83, "end": 706.91, "word": " will", "probability": 0.517578125}, {"start": 706.91, "end": 706.91, "word": " not", "probability": 0.9228515625}, {"start": 706.91, "end": 707.11, "word": " do", "probability": 0.7568359375}, {"start": 707.11, "end": 707.39, "word": " anything.", "probability": 0.82666015625}, {"start": 709.37, "end": 709.77, "word": " Even", "probability": 0.85009765625}, {"start": 709.77, "end": 709.89, "word": " if", "probability": 0.9267578125}, {"start": 709.89, "end": 709.95, "word": " it", "probability": 0.69482421875}, {"start": 709.95, "end": 710.07, "word": " does", "probability": 0.69140625}, {"start": 710.07, "end": 710.21, "word": " not", "probability": 0.81591796875}, {"start": 710.21, "end": 710.21, "word": " do", "probability": 0.91259765625}, {"start": 710.21, "end": 710.37, "word": " anything,", "probability": 0.83203125}, {"start": 710.45, "end": 710.51, "word": " because", "probability": 0.2958984375}, {"start": 710.51, "end": 710.59, "word": " I", "probability": 0.4580078125}, {"start": 710.59, "end": 710.87, "word": " need", "probability": 0.91943359375}, {"start": 710.87, "end": 710.99, "word": " it.", "probability": 0.923828125}, {"start": 711.01, "end": 711.15, "word": " What", "probability": 0.6123046875}, {"start": 711.15, "end": 711.15, "word": " do", "probability": 0.3466796875}, {"start": 711.15, "end": 711.29, "word": " I", "probability": 0.986328125}, {"start": 711.29, "end": 711.61, "word": " need", "probability": 0.92919921875}, {"start": 711.61, "end": 711.83, "word": " it", "probability": 0.82177734375}, {"start": 711.83, "end": 711.83, "word": " for?", "probability": 0.88134765625}, {"start": 712.21, "end": 712.55, "word": " To", "probability": 0.61572265625}, {"start": 712.55, "end": 712.89, "word": " deal", "probability": 0.5859375}, {"start": 712.89, "end": 713.07, "word": " with", "probability": 0.76416015625}, {"start": 713.07, "end": 713.35, "word": " the", "probability": 0.75390625}, {"start": 713.35, "end": 713.67, "word": " database.", "probability": 0.9453125}, {"start": 713.83, "end": 713.99, "word": " What", "probability": 0.398681640625}, {"start": 713.99, "end": 714.07, "word": " does", "probability": 0.69091796875}, {"start": 714.07, "end": 714.39, "word": " it", "probability": 0.5732421875}, {"start": 714.39, "end": 714.39, "word": " mean?", "probability": 0.9599609375}, {"start": 714.53, "end": 714.83, "word": " Why", "probability": 0.765625}, {"start": 714.83, "end": 714.85, "word": " is", "probability": 0.84716796875}, {"start": 714.85, "end": 714.97, "word": " the", "probability": 0.88623046875}, {"start": 714.97, "end": 715.23, "word": " database", "probability": 0.958984375}, {"start": 715.23, "end": 715.45, "word": " made?", "probability": 0.65966796875}, {"start": 715.61, "end": 715.73, "word": " Not", "probability": 0.8623046875}, {"start": 715.73, "end": 715.87, "word": " to", "probability": 0.83203125}, {"start": 715.87, "end": 716.13, "word": " add", "probability": 0.79736328125}, {"start": 716.13, "end": 716.35, "word": " to", "probability": 0.359375}, {"start": 716.35, "end": 716.43, "word": " it", "probability": 0.931640625}, {"start": 716.43, "end": 716.53, "word": " and", "probability": 0.72265625}, {"start": 716.53, "end": 716.71, "word": " read", "probability": 0.9287109375}, {"start": 716.71, "end": 716.87, "word": " from", "probability": 0.77734375}, {"start": 716.87, "end": 717.05, "word": " it.", "probability": 0.9462890625}, {"start": 717.67, "end": 717.93, "word": " Also", "probability": 0.90185546875}, {"start": 717.93, "end": 718.21, "word": " through", "probability": 0.619140625}, {"start": 718.21, "end": 718.43, "word": " the", "probability": 0.38330078125}, {"start": 718.43, "end": 718.63, "word": " helper.", "probability": 0.95751953125}, {"start": 718.77, "end": 719.09, "word": " How?", "probability": 0.96142578125}, {"start": 719.31, "end": 719.71, "word": " Come", "probability": 0.4990234375}, {"start": 719.71, "end": 719.87, "word": " to", "probability": 0.912109375}, {"start": 719.87, "end": 719.97, "word": " the", "probability": 0.86376953125}, {"start": 719.97, "end": 720.21, "word": " helper", "probability": 0.9501953125}, {"start": 720.21, "end": 720.99, "word": " and", "probability": 0.50341796875}, {"start": 720.99, "end": 721.21, "word": " tell", "probability": 0.6162109375}, {"start": 721.21, "end": 721.43, "word": " it", "probability": 0.6494140625}, {"start": 721.43, "end": 721.57, "word": " that", "probability": 0.335205078125}, {"start": 721.57, "end": 721.81, "word": " there", "probability": 0.74462890625}, {"start": 721.81, "end": 721.81, "word": " is", "probability": 0.89501953125}, {"start": 721.81, "end": 721.93, "word": " a", "probability": 0.9501953125}, {"start": 721.93, "end": 722.15, "word": " method", "probability": 0.96240234375}, {"start": 722.15, "end": 722.39, "word": " called", "probability": 0.7265625}, {"start": 722.39, "end": 722.77, "word": " get.", "probability": 0.578125}], "temperature": 1.0}, {"id": 30, "seek": 74807, "start": 724.21, "end": 748.07, "text": "Readable Database and GetWritable Database If you just want to read, to read, to make a query Readable, if you want to write or read, GetWritable What does this bring back to you? SQLite Database Come here and tell him SQLite Database DB This happened to us a while ago, where did it happen to us?", "tokens": [40702, 712, 40461, 651, 293, 3240, 54, 3210, 712, 40461, 651, 759, 291, 445, 528, 281, 1401, 11, 281, 1401, 11, 281, 652, 257, 14581, 17604, 712, 11, 498, 291, 528, 281, 2464, 420, 1401, 11, 3240, 54, 3210, 712, 708, 775, 341, 1565, 646, 281, 291, 30, 19200, 642, 40461, 651, 2492, 510, 293, 980, 796, 19200, 642, 40461, 651, 26754, 639, 2011, 281, 505, 257, 1339, 2057, 11, 689, 630, 309, 1051, 281, 505, 30], "avg_logprob": -0.3944310855406981, "compression_ratio": 1.706896551724138, "no_speech_prob": 0.0, "words": [{"start": 724.21, "end": 724.73, "word": "Readable", "probability": 0.73974609375}, {"start": 724.73, "end": 725.25, "word": " Database", "probability": 0.6064453125}, {"start": 725.25, "end": 725.35, "word": " and", "probability": 0.60888671875}, {"start": 725.35, "end": 725.87, "word": " GetWritable", "probability": 0.76910400390625}, {"start": 725.87, "end": 726.35, "word": " Database", "probability": 0.92431640625}, {"start": 726.35, "end": 727.69, "word": " If", "probability": 0.60693359375}, {"start": 727.69, "end": 727.91, "word": " you", "probability": 0.9423828125}, {"start": 727.91, "end": 728.01, "word": " just", "probability": 0.136962890625}, {"start": 728.01, "end": 728.19, "word": " want", "probability": 0.759765625}, {"start": 728.19, "end": 728.25, "word": " to", "probability": 0.96240234375}, {"start": 728.25, "end": 728.45, "word": " read,", "probability": 0.96728515625}, {"start": 728.93, "end": 729.23, "word": " to", "probability": 0.36279296875}, {"start": 729.23, "end": 729.65, "word": " read,", "probability": 0.7685546875}, {"start": 729.67, "end": 729.79, "word": " to", "probability": 0.53076171875}, {"start": 729.79, "end": 729.93, "word": " make", "probability": 0.4658203125}, {"start": 729.93, "end": 730.05, "word": " a", "probability": 0.66455078125}, {"start": 730.05, "end": 730.33, "word": " query", "probability": 0.9482421875}, {"start": 730.33, "end": 731.51, "word": " Readable,", "probability": 0.657470703125}, {"start": 731.51, "end": 731.65, "word": " if", "probability": 0.7646484375}, {"start": 731.65, "end": 731.75, "word": " you", "probability": 0.9658203125}, {"start": 731.75, "end": 731.89, "word": " want", "probability": 0.78759765625}, {"start": 731.89, "end": 731.99, "word": " to", "probability": 0.9697265625}, {"start": 731.99, "end": 732.27, "word": " write", "probability": 0.90087890625}, {"start": 732.27, "end": 733.45, "word": " or", "probability": 0.78564453125}, {"start": 733.45, "end": 733.87, "word": " read,", "probability": 0.91455078125}, {"start": 734.41, "end": 735.05, "word": " GetWritable", "probability": 0.8905029296875}, {"start": 735.05, "end": 735.57, "word": " What", "probability": 0.29150390625}, {"start": 735.57, "end": 735.57, "word": " does", "probability": 0.357666015625}, {"start": 735.57, "end": 735.83, "word": " this", "probability": 0.61669921875}, {"start": 735.83, "end": 735.97, "word": " bring", "probability": 0.20751953125}, {"start": 735.97, "end": 736.21, "word": " back", "probability": 0.59033203125}, {"start": 736.21, "end": 736.29, "word": " to", "probability": 0.68310546875}, {"start": 736.29, "end": 736.83, "word": " you?", "probability": 0.94775390625}, {"start": 737.67, "end": 738.19, "word": " SQLite", "probability": 0.906494140625}, {"start": 738.19, "end": 739.09, "word": " Database", "probability": 0.837890625}, {"start": 739.09, "end": 739.29, "word": " Come", "probability": 0.52490234375}, {"start": 739.29, "end": 739.67, "word": " here", "probability": 0.8193359375}, {"start": 739.67, "end": 740.41, "word": " and", "probability": 0.81396484375}, {"start": 740.41, "end": 740.63, "word": " tell", "probability": 0.436279296875}, {"start": 740.63, "end": 741.13, "word": " him", "probability": 0.5810546875}, {"start": 741.13, "end": 742.25, "word": " SQLite", "probability": 0.8212890625}, {"start": 742.25, "end": 743.95, "word": " Database", "probability": 0.887939453125}, {"start": 743.95, "end": 744.67, "word": " DB", "probability": 0.75390625}, {"start": 744.67, "end": 746.27, "word": " This", "probability": 0.6875}, {"start": 746.27, "end": 746.45, "word": " happened", "probability": 0.151123046875}, {"start": 746.45, "end": 746.59, "word": " to", "probability": 0.9326171875}, {"start": 746.59, "end": 746.73, "word": " us", "probability": 0.9111328125}, {"start": 746.73, "end": 746.87, "word": " a", "probability": 0.69482421875}, {"start": 746.87, "end": 747.21, "word": " while", "probability": 0.80029296875}, {"start": 747.21, "end": 747.21, "word": " ago,", "probability": 0.896484375}, {"start": 747.47, "end": 747.59, "word": " where", "probability": 0.7998046875}, {"start": 747.59, "end": 747.67, "word": " did", "probability": 0.82666015625}, {"start": 747.67, "end": 747.67, "word": " it", "probability": 0.73681640625}, {"start": 747.67, "end": 747.77, "word": " happen", "probability": 0.697265625}, {"start": 747.77, "end": 747.95, "word": " to", "probability": 0.74853515625}, {"start": 747.95, "end": 748.07, "word": " us?", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 31, "seek": 77868, "start": 749.18, "end": 778.68, "text": " Yes, in MyHelper. Here it is. And we said this is all in all. By it, you can execute any teaching. Okay? Okay, we got this topic. It will be easy now. How will it be easy? We got the DB. What is my goal? To add it to the database. Right? How to add it to the database? We took it in the last lecture. You can go to DB DB And you have the same thing that we talked about before. Execute SQL Execute SQL", "tokens": [1079, 11, 294, 1222, 39, 338, 610, 13, 1692, 309, 307, 13, 400, 321, 848, 341, 307, 439, 294, 439, 13, 3146, 309, 11, 291, 393, 14483, 604, 4571, 13, 1033, 30, 1033, 11, 321, 658, 341, 4829, 13, 467, 486, 312, 1858, 586, 13, 1012, 486, 309, 312, 1858, 30, 492, 658, 264, 26754, 13, 708, 307, 452, 3387, 30, 1407, 909, 309, 281, 264, 8149, 13, 1779, 30, 1012, 281, 909, 309, 281, 264, 8149, 30, 492, 1890, 309, 294, 264, 1036, 7991, 13, 509, 393, 352, 281, 26754, 26754, 400, 291, 362, 264, 912, 551, 300, 321, 2825, 466, 949, 13, 17662, 1169, 19200, 17662, 1169, 19200], "avg_logprob": -0.46171171439660563, "compression_ratio": 1.6475409836065573, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 749.18, "end": 749.5, "word": " Yes,", "probability": 0.10845947265625}, {"start": 749.62, "end": 749.72, "word": " in", "probability": 0.60498046875}, {"start": 749.72, "end": 750.38, "word": " MyHelper.", "probability": 0.734619140625}, {"start": 750.78, "end": 751.06, "word": " Here", "probability": 0.18212890625}, {"start": 751.06, "end": 751.06, "word": " it", "probability": 0.2196044921875}, {"start": 751.06, "end": 751.18, "word": " is.", "probability": 0.939453125}, {"start": 751.44, "end": 751.6, "word": " And", "probability": 0.70263671875}, {"start": 751.6, "end": 751.78, "word": " we", "probability": 0.429443359375}, {"start": 751.78, "end": 751.78, "word": " said", "probability": 0.405029296875}, {"start": 751.78, "end": 752.02, "word": " this", "probability": 0.257568359375}, {"start": 752.02, "end": 752.08, "word": " is", "probability": 0.619140625}, {"start": 752.08, "end": 752.26, "word": " all", "probability": 0.333740234375}, {"start": 752.26, "end": 752.38, "word": " in", "probability": 0.6376953125}, {"start": 752.38, "end": 752.7, "word": " all.", "probability": 0.90771484375}, {"start": 752.76, "end": 752.88, "word": " By", "probability": 0.388671875}, {"start": 752.88, "end": 753.16, "word": " it,", "probability": 0.379150390625}, {"start": 753.2, "end": 753.32, "word": " you", "probability": 0.931640625}, {"start": 753.32, "end": 753.44, "word": " can", "probability": 0.430419921875}, {"start": 753.44, "end": 753.72, "word": " execute", "probability": 0.3251953125}, {"start": 753.72, "end": 753.94, "word": " any", "probability": 0.86767578125}, {"start": 753.94, "end": 754.26, "word": " teaching.", "probability": 0.320556640625}, {"start": 754.94, "end": 755.14, "word": " Okay?", "probability": 0.27734375}, {"start": 755.62, "end": 755.88, "word": " Okay,", "probability": 0.2626953125}, {"start": 756.0, "end": 756.22, "word": " we", "probability": 0.43359375}, {"start": 756.22, "end": 756.22, "word": " got", "probability": 0.355224609375}, {"start": 756.22, "end": 756.6, "word": " this", "probability": 0.85791015625}, {"start": 756.6, "end": 756.92, "word": " topic.", "probability": 0.4072265625}, {"start": 757.24, "end": 757.34, "word": " It", "probability": 0.84228515625}, {"start": 757.34, "end": 757.48, "word": " will", "probability": 0.64599609375}, {"start": 757.48, "end": 757.64, "word": " be", "probability": 0.9287109375}, {"start": 757.64, "end": 757.9, "word": " easy", "probability": 0.85791015625}, {"start": 757.9, "end": 758.18, "word": " now.", "probability": 0.8779296875}, {"start": 758.72, "end": 758.98, "word": " How", "probability": 0.9560546875}, {"start": 758.98, "end": 759.06, "word": " will", "probability": 0.31005859375}, {"start": 759.06, "end": 759.12, "word": " it", "probability": 0.90283203125}, {"start": 759.12, "end": 759.28, "word": " be", "probability": 0.95654296875}, {"start": 759.28, "end": 759.52, "word": " easy?", "probability": 0.91650390625}, {"start": 759.74, "end": 760.14, "word": " We", "probability": 0.88720703125}, {"start": 760.14, "end": 760.14, "word": " got", "probability": 0.7470703125}, {"start": 760.14, "end": 760.28, "word": " the", "probability": 0.53173828125}, {"start": 760.28, "end": 760.5, "word": " DB.", "probability": 0.71337890625}, {"start": 760.84, "end": 761.2, "word": " What", "probability": 0.75439453125}, {"start": 761.2, "end": 761.2, "word": " is", "probability": 0.80029296875}, {"start": 761.2, "end": 761.22, "word": " my", "probability": 0.9697265625}, {"start": 761.22, "end": 761.44, "word": " goal?", "probability": 0.7265625}, {"start": 762.66, "end": 763.08, "word": " To", "probability": 0.298095703125}, {"start": 763.08, "end": 763.2, "word": " add", "probability": 0.87890625}, {"start": 763.2, "end": 763.36, "word": " it", "probability": 0.322998046875}, {"start": 763.36, "end": 763.44, "word": " to", "probability": 0.77392578125}, {"start": 763.44, "end": 763.48, "word": " the", "probability": 0.814453125}, {"start": 763.48, "end": 763.86, "word": " database.", "probability": 0.92529296875}, {"start": 764.32, "end": 764.74, "word": " Right?", "probability": 0.66455078125}, {"start": 765.02, "end": 765.4, "word": " How", "probability": 0.94091796875}, {"start": 765.4, "end": 765.52, "word": " to", "probability": 0.689453125}, {"start": 765.52, "end": 765.68, "word": " add", "probability": 0.93701171875}, {"start": 765.68, "end": 765.82, "word": " it", "probability": 0.720703125}, {"start": 765.82, "end": 765.88, "word": " to", "probability": 0.94580078125}, {"start": 765.88, "end": 765.96, "word": " the", "probability": 0.873046875}, {"start": 765.96, "end": 766.24, "word": " database?", "probability": 0.9443359375}, {"start": 766.28, "end": 766.36, "word": " We", "probability": 0.92724609375}, {"start": 766.36, "end": 766.54, "word": " took", "probability": 0.705078125}, {"start": 766.54, "end": 766.66, "word": " it", "probability": 0.60546875}, {"start": 766.66, "end": 766.74, "word": " in", "probability": 0.55419921875}, {"start": 766.74, "end": 766.76, "word": " the", "probability": 0.76123046875}, {"start": 766.76, "end": 766.78, "word": " last", "probability": 0.470947265625}, {"start": 766.78, "end": 767.08, "word": " lecture.", "probability": 0.6787109375}, {"start": 767.62, "end": 767.76, "word": " You", "probability": 0.86962890625}, {"start": 767.76, "end": 767.96, "word": " can", "probability": 0.87939453125}, {"start": 767.96, "end": 768.16, "word": " go", "probability": 0.262451171875}, {"start": 768.16, "end": 768.22, "word": " to", "probability": 0.84912109375}, {"start": 768.22, "end": 768.56, "word": " DB", "probability": 0.79443359375}, {"start": 768.56, "end": 772.28, "word": " DB", "probability": 0.39111328125}, {"start": 772.28, "end": 773.06, "word": " And", "probability": 0.477783203125}, {"start": 773.06, "end": 773.26, "word": " you", "probability": 0.55908203125}, {"start": 773.26, "end": 773.44, "word": " have", "probability": 0.751953125}, {"start": 773.44, "end": 773.68, "word": " the", "probability": 0.79150390625}, {"start": 773.68, "end": 773.84, "word": " same", "probability": 0.873046875}, {"start": 773.84, "end": 774.02, "word": " thing", "probability": 0.5947265625}, {"start": 774.02, "end": 774.04, "word": " that", "probability": 0.41552734375}, {"start": 774.04, "end": 774.34, "word": " we", "probability": 0.90283203125}, {"start": 774.34, "end": 774.56, "word": " talked", "probability": 0.62939453125}, {"start": 774.56, "end": 774.78, "word": " about", "probability": 0.8486328125}, {"start": 774.78, "end": 774.92, "word": " before.", "probability": 0.345703125}, {"start": 775.38, "end": 775.8, "word": " Execute", "probability": 0.90966796875}, {"start": 775.8, "end": 776.62, "word": " SQL", "probability": 0.9521484375}, {"start": 776.62, "end": 778.24, "word": " Execute", "probability": 0.898681640625}, {"start": 778.24, "end": 778.68, "word": " SQL", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 32, "seek": 80964, "start": 780.94, "end": 809.64, "text": " And here it puts the SQL for insert. You took it from the database. How to add data to a table. This is insert into. Into what is the name of the table? Employee. Then you open a box that determines the fields that you want to add to it. We don't want to add all the fields. The ID for example, we don't want to add it because what does it matter? It is added by itself. But we add the name and salary.", "tokens": [400, 510, 309, 8137, 264, 19200, 337, 8969, 13, 509, 1890, 309, 490, 264, 8149, 13, 1012, 281, 909, 1412, 281, 257, 3199, 13, 639, 307, 8969, 666, 13, 23373, 437, 307, 264, 1315, 295, 264, 3199, 30, 26878, 1653, 13, 1396, 291, 1269, 257, 2424, 300, 24799, 264, 7909, 300, 291, 528, 281, 909, 281, 309, 13, 492, 500, 380, 528, 281, 909, 439, 264, 7909, 13, 440, 7348, 337, 1365, 11, 321, 500, 380, 528, 281, 909, 309, 570, 437, 775, 309, 1871, 30, 467, 307, 3869, 538, 2564, 13, 583, 321, 909, 264, 1315, 293, 15360, 13], "avg_logprob": -0.5083539698383596, "compression_ratio": 1.7004219409282701, "no_speech_prob": 0.0, "words": [{"start": 780.94, "end": 781.16, "word": " And", "probability": 0.17626953125}, {"start": 781.16, "end": 781.32, "word": " here", "probability": 0.7314453125}, {"start": 781.32, "end": 781.46, "word": " it", "probability": 0.277587890625}, {"start": 781.46, "end": 781.72, "word": " puts", "probability": 0.431884765625}, {"start": 781.72, "end": 781.82, "word": " the", "probability": 0.69140625}, {"start": 781.82, "end": 782.22, "word": " SQL", "probability": 0.794921875}, {"start": 782.22, "end": 782.66, "word": " for", "probability": 0.200927734375}, {"start": 782.66, "end": 783.18, "word": " insert.", "probability": 0.51416015625}, {"start": 783.44, "end": 783.56, "word": " You", "probability": 0.51806640625}, {"start": 783.56, "end": 783.74, "word": " took", "probability": 0.42431640625}, {"start": 783.74, "end": 783.94, "word": " it", "probability": 0.8291015625}, {"start": 783.94, "end": 784.04, "word": " from", "probability": 0.483154296875}, {"start": 784.04, "end": 784.12, "word": " the", "probability": 0.67431640625}, {"start": 784.12, "end": 784.44, "word": " database.", "probability": 0.89306640625}, {"start": 785.02, "end": 785.42, "word": " How", "probability": 0.68701171875}, {"start": 785.42, "end": 785.56, "word": " to", "probability": 0.84326171875}, {"start": 785.56, "end": 785.86, "word": " add", "probability": 0.81005859375}, {"start": 785.86, "end": 786.28, "word": " data", "probability": 0.74560546875}, {"start": 786.28, "end": 786.48, "word": " to", "probability": 0.77734375}, {"start": 786.48, "end": 786.78, "word": " a", "probability": 0.5126953125}, {"start": 786.78, "end": 786.78, "word": " table.", "probability": 0.92626953125}, {"start": 788.36, "end": 788.76, "word": " This", "probability": 0.2425537109375}, {"start": 788.76, "end": 788.86, "word": " is", "probability": 0.65576171875}, {"start": 788.86, "end": 789.56, "word": " insert", "probability": 0.55712890625}, {"start": 789.56, "end": 790.82, "word": " into.", "probability": 0.77099609375}, {"start": 793.86, "end": 794.26, "word": " Into", "probability": 0.439697265625}, {"start": 794.26, "end": 794.5, "word": " what", "probability": 0.53955078125}, {"start": 794.5, "end": 794.6, "word": " is", "probability": 0.6376953125}, {"start": 794.6, "end": 794.76, "word": " the", "probability": 0.70751953125}, {"start": 794.76, "end": 794.76, "word": " name", "probability": 0.6728515625}, {"start": 794.76, "end": 794.98, "word": " of", "probability": 0.95849609375}, {"start": 794.98, "end": 795.04, "word": " the", "probability": 0.85888671875}, {"start": 795.04, "end": 795.28, "word": " table?", "probability": 0.349853515625}, {"start": 796.92, "end": 797.32, "word": " Employee.", "probability": 0.781005859375}, {"start": 797.96, "end": 798.36, "word": " Then", "probability": 0.716796875}, {"start": 798.36, "end": 798.66, "word": " you", "probability": 0.4970703125}, {"start": 798.66, "end": 798.86, "word": " open", "probability": 0.486328125}, {"start": 798.86, "end": 799.12, "word": " a", "probability": 0.6240234375}, {"start": 799.12, "end": 799.2, "word": " box", "probability": 0.298828125}, {"start": 799.2, "end": 799.34, "word": " that", "probability": 0.28125}, {"start": 799.34, "end": 799.64, "word": " determines", "probability": 0.264404296875}, {"start": 799.64, "end": 799.82, "word": " the", "probability": 0.6455078125}, {"start": 799.82, "end": 800.22, "word": " fields", "probability": 0.93505859375}, {"start": 800.22, "end": 801.16, "word": " that", "probability": 0.322265625}, {"start": 801.16, "end": 801.34, "word": " you", "probability": 0.8779296875}, {"start": 801.34, "end": 801.38, "word": " want", "probability": 0.76025390625}, {"start": 801.38, "end": 801.38, "word": " to", "probability": 0.9599609375}, {"start": 801.38, "end": 801.5, "word": " add", "probability": 0.83349609375}, {"start": 801.5, "end": 801.6, "word": " to", "probability": 0.401611328125}, {"start": 801.6, "end": 801.62, "word": " it.", "probability": 0.5751953125}, {"start": 801.68, "end": 801.8, "word": " We", "probability": 0.72314453125}, {"start": 801.8, "end": 802.0, "word": " don't", "probability": 0.772216796875}, {"start": 802.0, "end": 802.06, "word": " want", "probability": 0.6005859375}, {"start": 802.06, "end": 802.16, "word": " to", "probability": 0.962890625}, {"start": 802.16, "end": 802.28, "word": " add", "probability": 0.90966796875}, {"start": 802.28, "end": 802.52, "word": " all", "probability": 0.33447265625}, {"start": 802.52, "end": 802.62, "word": " the", "probability": 0.52294921875}, {"start": 802.62, "end": 802.82, "word": " fields.", "probability": 0.90380859375}, {"start": 802.92, "end": 803.02, "word": " The", "probability": 0.296875}, {"start": 803.02, "end": 803.28, "word": " ID", "probability": 0.6630859375}, {"start": 803.28, "end": 803.52, "word": " for", "probability": 0.5078125}, {"start": 803.52, "end": 803.72, "word": " example,", "probability": 0.95166015625}, {"start": 804.16, "end": 804.2, "word": " we", "probability": 0.92626953125}, {"start": 804.2, "end": 804.36, "word": " don't", "probability": 0.94677734375}, {"start": 804.36, "end": 804.4, "word": " want", "probability": 0.8359375}, {"start": 804.4, "end": 804.5, "word": " to", "probability": 0.94970703125}, {"start": 804.5, "end": 804.68, "word": " add", "probability": 0.91259765625}, {"start": 804.68, "end": 804.84, "word": " it", "probability": 0.59521484375}, {"start": 804.84, "end": 804.98, "word": " because", "probability": 0.47119140625}, {"start": 804.98, "end": 805.4, "word": " what", "probability": 0.21240234375}, {"start": 805.4, "end": 805.52, "word": " does", "probability": 0.51171875}, {"start": 805.52, "end": 805.64, "word": " it", "probability": 0.85546875}, {"start": 805.64, "end": 805.64, "word": " matter?", "probability": 0.434326171875}, {"start": 806.0, "end": 806.22, "word": " It", "probability": 0.7373046875}, {"start": 806.22, "end": 806.28, "word": " is", "probability": 0.244873046875}, {"start": 806.28, "end": 806.52, "word": " added", "probability": 0.751953125}, {"start": 806.52, "end": 806.68, "word": " by", "probability": 0.288818359375}, {"start": 806.68, "end": 806.86, "word": " itself.", "probability": 0.7392578125}, {"start": 807.12, "end": 807.46, "word": " But", "probability": 0.90185546875}, {"start": 807.46, "end": 807.58, "word": " we", "probability": 0.6181640625}, {"start": 807.58, "end": 807.8, "word": " add", "probability": 0.4892578125}, {"start": 807.8, "end": 807.98, "word": " the", "probability": 0.8408203125}, {"start": 807.98, "end": 808.34, "word": " name", "probability": 0.86865234375}, {"start": 808.34, "end": 809.18, "word": " and", "probability": 0.81591796875}, {"start": 809.18, "end": 809.64, "word": " salary.", "probability": 0.53173828125}], "temperature": 1.0}, {"id": 33, "seek": 84100, "start": 811.92, "end": 841.0, "text": "and the is married, leave the date and date of birth for a while, it will take a lot of work. Right now, I didn't set it to not null, right? No, leave the date and date of birth blank, leave it blank for now. Then you write values, okay? You open a box and put the values in it. What are the values for each column of these? The name, for example, you put single quotation, this is Ahmed Ali, okay? Dot. The salary is a number, so you put the single quotation, for example, four thousand.", "tokens": [474, 264, 307, 5259, 11, 1856, 264, 4002, 293, 4002, 295, 3965, 337, 257, 1339, 11, 309, 486, 747, 257, 688, 295, 589, 13, 1779, 586, 11, 286, 994, 380, 992, 309, 281, 406, 18184, 11, 558, 30, 883, 11, 1856, 264, 4002, 293, 4002, 295, 3965, 8247, 11, 1856, 309, 8247, 337, 586, 13, 1396, 291, 2464, 4190, 11, 1392, 30, 509, 1269, 257, 2424, 293, 829, 264, 4190, 294, 309, 13, 708, 366, 264, 4190, 337, 1184, 7738, 295, 613, 30, 440, 1315, 11, 337, 1365, 11, 291, 829, 2167, 47312, 11, 341, 307, 39189, 12020, 11, 1392, 30, 38753, 13, 440, 15360, 307, 257, 1230, 11, 370, 291, 829, 264, 2167, 47312, 11, 337, 1365, 11, 1451, 4714, 13], "avg_logprob": -0.5447154481236528, "compression_ratio": 1.7875457875457876, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 811.92, "end": 812.18, "word": "and", "probability": 0.391357421875}, {"start": 812.18, "end": 812.28, "word": " the", "probability": 0.33984375}, {"start": 812.28, "end": 812.46, "word": " is", "probability": 0.339111328125}, {"start": 812.46, "end": 812.78, "word": " married,", "probability": 0.84130859375}, {"start": 813.84, "end": 814.12, "word": " leave", "probability": 0.560546875}, {"start": 814.12, "end": 814.26, "word": " the", "probability": 0.5625}, {"start": 814.26, "end": 814.36, "word": " date", "probability": 0.63134765625}, {"start": 814.36, "end": 814.48, "word": " and", "probability": 0.5146484375}, {"start": 814.48, "end": 814.5, "word": " date", "probability": 0.1849365234375}, {"start": 814.5, "end": 814.5, "word": " of", "probability": 0.353515625}, {"start": 814.5, "end": 814.66, "word": " birth", "probability": 0.98388671875}, {"start": 814.66, "end": 814.78, "word": " for", "probability": 0.1365966796875}, {"start": 814.78, "end": 814.96, "word": " a", "probability": 0.72802734375}, {"start": 814.96, "end": 814.98, "word": " while,", "probability": 0.6123046875}, {"start": 815.06, "end": 815.2, "word": " it", "probability": 0.3359375}, {"start": 815.2, "end": 815.2, "word": " will", "probability": 0.290771484375}, {"start": 815.2, "end": 815.4, "word": " take", "probability": 0.73681640625}, {"start": 815.4, "end": 815.44, "word": " a", "probability": 0.55126953125}, {"start": 815.44, "end": 815.44, "word": " lot", "probability": 0.767578125}, {"start": 815.44, "end": 815.44, "word": " of", "probability": 0.9453125}, {"start": 815.44, "end": 815.66, "word": " work.", "probability": 0.59814453125}, {"start": 816.2, "end": 816.48, "word": " Right", "probability": 0.191162109375}, {"start": 816.48, "end": 816.7, "word": " now,", "probability": 0.92724609375}, {"start": 816.98, "end": 817.16, "word": " I", "probability": 0.91015625}, {"start": 817.16, "end": 817.54, "word": " didn't", "probability": 0.6734619140625}, {"start": 817.54, "end": 817.82, "word": " set", "probability": 0.486083984375}, {"start": 817.82, "end": 818.1, "word": " it", "probability": 0.33154296875}, {"start": 818.1, "end": 818.1, "word": " to", "probability": 0.498291015625}, {"start": 818.1, "end": 818.28, "word": " not", "probability": 0.417236328125}, {"start": 818.28, "end": 818.48, "word": " null,", "probability": 0.947265625}, {"start": 818.62, "end": 818.82, "word": " right?", "probability": 0.374267578125}, {"start": 819.0, "end": 819.06, "word": " No,", "probability": 0.35546875}, {"start": 819.14, "end": 819.34, "word": " leave", "probability": 0.2108154296875}, {"start": 819.34, "end": 819.66, "word": " the", "probability": 0.4560546875}, {"start": 819.66, "end": 819.78, "word": " date", "probability": 0.892578125}, {"start": 819.78, "end": 819.92, "word": " and", "probability": 0.76416015625}, {"start": 819.92, "end": 820.06, "word": " date", "probability": 0.869140625}, {"start": 820.06, "end": 820.12, "word": " of", "probability": 0.96142578125}, {"start": 820.12, "end": 820.12, "word": " birth", "probability": 0.9775390625}, {"start": 820.12, "end": 820.48, "word": " blank,", "probability": 0.2332763671875}, {"start": 820.98, "end": 821.72, "word": " leave", "probability": 0.708984375}, {"start": 821.72, "end": 821.88, "word": " it", "probability": 0.841796875}, {"start": 821.88, "end": 822.08, "word": " blank", "probability": 0.947265625}, {"start": 822.08, "end": 822.24, "word": " for", "probability": 0.455322265625}, {"start": 822.24, "end": 822.32, "word": " now.", "probability": 0.8994140625}, {"start": 822.78, "end": 823.18, "word": " Then", "probability": 0.638671875}, {"start": 823.18, "end": 823.34, "word": " you", "probability": 0.53759765625}, {"start": 823.34, "end": 823.48, "word": " write", "probability": 0.53271484375}, {"start": 823.48, "end": 824.14, "word": " values,", "probability": 0.8662109375}, {"start": 825.14, "end": 825.38, "word": " okay?", "probability": 0.296142578125}, {"start": 825.68, "end": 825.9, "word": " You", "probability": 0.67041015625}, {"start": 825.9, "end": 826.1, "word": " open", "probability": 0.63134765625}, {"start": 826.1, "end": 826.34, "word": " a", "probability": 0.59228515625}, {"start": 826.34, "end": 826.4, "word": " box", "probability": 0.44775390625}, {"start": 826.4, "end": 826.54, "word": " and", "probability": 0.74072265625}, {"start": 826.54, "end": 826.74, "word": " put", "probability": 0.362060546875}, {"start": 826.74, "end": 826.9, "word": " the", "probability": 0.69189453125}, {"start": 826.9, "end": 827.12, "word": " values", "probability": 0.87646484375}, {"start": 827.12, "end": 827.2, "word": " in", "probability": 0.322265625}, {"start": 827.2, "end": 827.72, "word": " it.", "probability": 0.7890625}, {"start": 827.98, "end": 828.2, "word": " What", "probability": 0.74658203125}, {"start": 828.2, "end": 828.26, "word": " are", "probability": 0.626953125}, {"start": 828.26, "end": 828.44, "word": " the", "probability": 0.73095703125}, {"start": 828.44, "end": 828.72, "word": " values", "probability": 0.9033203125}, {"start": 828.72, "end": 828.96, "word": " for", "probability": 0.2039794921875}, {"start": 828.96, "end": 829.64, "word": " each", "probability": 0.53271484375}, {"start": 829.64, "end": 831.04, "word": " column", "probability": 0.4873046875}, {"start": 831.04, "end": 831.18, "word": " of", "probability": 0.7041015625}, {"start": 831.18, "end": 831.46, "word": " these?", "probability": 0.43603515625}, {"start": 831.6, "end": 832.0, "word": " The", "probability": 0.277099609375}, {"start": 832.0, "end": 832.2, "word": " name,", "probability": 0.88232421875}, {"start": 832.28, "end": 832.4, "word": " for", "probability": 0.931640625}, {"start": 832.4, "end": 832.54, "word": " example,", "probability": 0.95849609375}, {"start": 832.62, "end": 832.74, "word": " you", "probability": 0.80419921875}, {"start": 832.74, "end": 832.88, "word": " put", "probability": 0.75341796875}, {"start": 832.88, "end": 833.16, "word": " single", "probability": 0.57958984375}, {"start": 833.16, "end": 833.7, "word": " quotation,", "probability": 0.9052734375}, {"start": 834.28, "end": 834.48, "word": " this", "probability": 0.5009765625}, {"start": 834.48, "end": 834.5, "word": " is", "probability": 0.87451171875}, {"start": 834.5, "end": 834.82, "word": " Ahmed", "probability": 0.748046875}, {"start": 834.82, "end": 835.12, "word": " Ali,", "probability": 0.8876953125}, {"start": 836.32, "end": 836.62, "word": " okay?", "probability": 0.79296875}, {"start": 836.94, "end": 837.2, "word": " Dot.", "probability": 0.061676025390625}, {"start": 837.38, "end": 837.54, "word": " The", "probability": 0.8515625}, {"start": 837.54, "end": 837.76, "word": " salary", "probability": 0.95849609375}, {"start": 837.76, "end": 837.88, "word": " is", "probability": 0.38134765625}, {"start": 837.88, "end": 838.16, "word": " a", "probability": 0.76904296875}, {"start": 838.16, "end": 838.16, "word": " number,", "probability": 0.91845703125}, {"start": 838.74, "end": 838.96, "word": " so", "probability": 0.57177734375}, {"start": 838.96, "end": 839.14, "word": " you", "probability": 0.91552734375}, {"start": 839.14, "end": 839.3, "word": " put", "probability": 0.8896484375}, {"start": 839.3, "end": 839.44, "word": " the", "probability": 0.63037109375}, {"start": 839.44, "end": 839.64, "word": " single", "probability": 0.95166015625}, {"start": 839.64, "end": 840.06, "word": " quotation,", "probability": 0.94482421875}, {"start": 840.16, "end": 840.28, "word": " for", "probability": 0.8916015625}, {"start": 840.28, "end": 840.4, "word": " example,", "probability": 0.9677734375}, {"start": 840.5, "end": 840.64, "word": " four", "probability": 0.499267578125}, {"start": 840.64, "end": 841.0, "word": " thousand.", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 34, "seek": 87217, "start": 842.59, "end": 872.17, "text": " is married you put one or zero okay this is zero false okay and this is how we do the instruction this is insert and when it finishes in the end you say db.close you can add more than one employee come here and change what?", "tokens": [307, 5259, 291, 829, 472, 420, 4018, 1392, 341, 307, 4018, 7908, 1392, 293, 341, 307, 577, 321, 360, 264, 10951, 341, 307, 8969, 293, 562, 309, 23615, 294, 264, 917, 291, 584, 274, 65, 13, 3474, 541, 291, 393, 909, 544, 813, 472, 10738, 808, 510, 293, 1319, 437, 30], "avg_logprob": -0.5973557738157419, "compression_ratio": 1.5555555555555556, "no_speech_prob": 4.112720489501953e-06, "words": [{"start": 842.5899999999999, "end": 843.17, "word": " is", "probability": 0.250732421875}, {"start": 843.17, "end": 843.53, "word": " married", "probability": 0.76904296875}, {"start": 843.53, "end": 844.09, "word": " you", "probability": 0.17138671875}, {"start": 844.09, "end": 844.21, "word": " put", "probability": 0.35888671875}, {"start": 844.21, "end": 844.45, "word": " one", "probability": 0.405029296875}, {"start": 844.45, "end": 844.63, "word": " or", "probability": 0.943359375}, {"start": 844.63, "end": 844.91, "word": " zero", "probability": 0.8740234375}, {"start": 844.91, "end": 845.97, "word": " okay", "probability": 0.1617431640625}, {"start": 845.97, "end": 846.75, "word": " this", "probability": 0.472412109375}, {"start": 846.75, "end": 846.77, "word": " is", "probability": 0.8203125}, {"start": 846.77, "end": 847.05, "word": " zero", "probability": 0.79541015625}, {"start": 847.05, "end": 848.09, "word": " false", "probability": 0.39794921875}, {"start": 848.09, "end": 850.19, "word": " okay", "probability": 0.412353515625}, {"start": 850.19, "end": 853.59, "word": " and", "probability": 0.541015625}, {"start": 853.59, "end": 853.73, "word": " this", "probability": 0.314453125}, {"start": 853.73, "end": 853.79, "word": " is", "probability": 0.751953125}, {"start": 853.79, "end": 853.79, "word": " how", "probability": 0.693359375}, {"start": 853.79, "end": 853.79, "word": " we", "probability": 0.64306640625}, {"start": 853.79, "end": 854.05, "word": " do", "probability": 0.233154296875}, {"start": 854.05, "end": 855.09, "word": " the", "probability": 0.304931640625}, {"start": 855.09, "end": 855.45, "word": " instruction", "probability": 0.307373046875}, {"start": 855.45, "end": 856.99, "word": " this", "probability": 0.80224609375}, {"start": 856.99, "end": 857.13, "word": " is", "probability": 0.93408203125}, {"start": 857.13, "end": 857.65, "word": " insert", "probability": 0.493896484375}, {"start": 857.65, "end": 858.85, "word": " and", "probability": 0.68701171875}, {"start": 858.85, "end": 859.01, "word": " when", "probability": 0.30615234375}, {"start": 859.01, "end": 859.47, "word": " it", "probability": 0.393798828125}, {"start": 859.47, "end": 859.73, "word": " finishes", "probability": 0.2406005859375}, {"start": 859.73, "end": 859.87, "word": " in", "probability": 0.35205078125}, {"start": 859.87, "end": 859.99, "word": " the", "probability": 0.88818359375}, {"start": 859.99, "end": 860.27, "word": " end", "probability": 0.84375}, {"start": 860.27, "end": 861.05, "word": " you", "probability": 0.65625}, {"start": 861.05, "end": 861.23, "word": " say", "probability": 0.55029296875}, {"start": 861.23, "end": 861.75, "word": " db", "probability": 0.782470703125}, {"start": 861.75, "end": 863.93, "word": ".close", "probability": 0.7376302083333334}, {"start": 863.93, "end": 864.07, "word": " you", "probability": 0.7685546875}, {"start": 864.07, "end": 864.21, "word": " can", "probability": 0.9228515625}, {"start": 864.21, "end": 864.41, "word": " add", "probability": 0.76611328125}, {"start": 864.41, "end": 864.75, "word": " more", "probability": 0.91552734375}, {"start": 864.75, "end": 864.83, "word": " than", "probability": 0.424560546875}, {"start": 864.83, "end": 864.97, "word": " one", "probability": 0.71533203125}, {"start": 864.97, "end": 865.23, "word": " employee", "probability": 0.59765625}, {"start": 865.23, "end": 866.45, "word": " come", "probability": 0.227294921875}, {"start": 866.45, "end": 866.99, "word": " here", "probability": 0.83984375}, {"start": 866.99, "end": 871.53, "word": " and", "probability": 0.76953125}, {"start": 871.53, "end": 871.83, "word": " change", "probability": 0.86572265625}, {"start": 871.83, "end": 872.17, "word": " what?", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 35, "seek": 89147, "start": 880.37, "end": 891.47, "text": " I added data of two employees. Let me confirm that he is working. How do I know that he is working? He will not give an error. If he gives an error, it means that he is not working.", "tokens": [286, 3869, 1412, 295, 732, 6619, 13, 961, 385, 9064, 300, 415, 307, 1364, 13, 1012, 360, 286, 458, 300, 415, 307, 1364, 30, 634, 486, 406, 976, 364, 6713, 13, 759, 415, 2709, 364, 6713, 11, 309, 1355, 300, 415, 307, 406, 1364, 13], "avg_logprob": -0.5173233669737111, "compression_ratio": 1.5041322314049588, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 880.37, "end": 880.65, "word": " I", "probability": 0.213134765625}, {"start": 880.65, "end": 880.93, "word": " added", "probability": 0.625}, {"start": 880.93, "end": 881.47, "word": " data", "probability": 0.23583984375}, {"start": 881.47, "end": 881.97, "word": " of", "probability": 0.257568359375}, {"start": 881.97, "end": 882.27, "word": " two", "probability": 0.62158203125}, {"start": 882.27, "end": 882.57, "word": " employees.", "probability": 0.80615234375}, {"start": 885.01, "end": 885.29, "word": " Let", "probability": 0.5908203125}, {"start": 885.29, "end": 885.45, "word": " me", "probability": 0.47607421875}, {"start": 885.45, "end": 885.71, "word": " confirm", "probability": 0.27490234375}, {"start": 885.71, "end": 885.83, "word": " that", "probability": 0.63037109375}, {"start": 885.83, "end": 885.93, "word": " he", "probability": 0.67431640625}, {"start": 885.93, "end": 885.93, "word": " is", "probability": 0.70947265625}, {"start": 885.93, "end": 886.09, "word": " working.", "probability": 0.430908203125}, {"start": 886.15, "end": 886.31, "word": " How", "probability": 0.82275390625}, {"start": 886.31, "end": 886.43, "word": " do", "probability": 0.28564453125}, {"start": 886.43, "end": 886.45, "word": " I", "probability": 0.94775390625}, {"start": 886.45, "end": 886.61, "word": " know", "probability": 0.86572265625}, {"start": 886.61, "end": 886.71, "word": " that", "probability": 0.449951171875}, {"start": 886.71, "end": 886.83, "word": " he", "probability": 0.89306640625}, {"start": 886.83, "end": 886.83, "word": " is", "probability": 0.89208984375}, {"start": 886.83, "end": 887.07, "word": " working?", "probability": 0.89990234375}, {"start": 887.17, "end": 887.31, "word": " He", "probability": 0.35693359375}, {"start": 887.31, "end": 887.41, "word": " will", "probability": 0.361572265625}, {"start": 887.41, "end": 887.43, "word": " not", "probability": 0.921875}, {"start": 887.43, "end": 887.57, "word": " give", "probability": 0.07818603515625}, {"start": 887.57, "end": 887.67, "word": " an", "probability": 0.402099609375}, {"start": 887.67, "end": 887.81, "word": " error.", "probability": 0.89453125}, {"start": 889.97, "end": 890.25, "word": " If", "probability": 0.75244140625}, {"start": 890.25, "end": 890.39, "word": " he", "probability": 0.84423828125}, {"start": 890.39, "end": 890.49, "word": " gives", "probability": 0.671875}, {"start": 890.49, "end": 890.61, "word": " an", "probability": 0.89599609375}, {"start": 890.61, "end": 890.73, "word": " error,", "probability": 0.8955078125}, {"start": 890.85, "end": 890.97, "word": " it", "probability": 0.5419921875}, {"start": 890.97, "end": 890.97, "word": " means", "probability": 0.9111328125}, {"start": 890.97, "end": 891.05, "word": " that", "probability": 0.7763671875}, {"start": 891.05, "end": 891.13, "word": " he", "probability": 0.943359375}, {"start": 891.13, "end": 891.13, "word": " is", "probability": 0.91015625}, {"start": 891.13, "end": 891.21, "word": " not", "probability": 0.73486328125}, {"start": 891.21, "end": 891.47, "word": " working.", "probability": 0.8828125}], "temperature": 1.0}, {"id": 36, "seek": 93908, "start": 911.62, "end": 939.08, "text": " Ok, now this activity is called Employee. Notice that I didn't use them yet. I'm putting the data in a book. Now, when I add them to the database, it should read from them and put them in the database. Ok? But still, let me teach you the first thing, insert. This is the first way to insert. There is another way better than this.", "tokens": [3477, 11, 586, 341, 5191, 307, 1219, 26878, 1653, 13, 13428, 300, 286, 994, 380, 764, 552, 1939, 13, 286, 478, 3372, 264, 1412, 294, 257, 1446, 13, 823, 11, 562, 286, 909, 552, 281, 264, 8149, 11, 309, 820, 1401, 490, 552, 293, 829, 552, 294, 264, 8149, 13, 3477, 30, 583, 920, 11, 718, 385, 2924, 291, 264, 700, 551, 11, 8969, 13, 639, 307, 264, 700, 636, 281, 8969, 13, 821, 307, 1071, 636, 1101, 813, 341, 13], "avg_logprob": -0.6577743735255265, "compression_ratio": 1.5761904761904761, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 911.62, "end": 912.02, "word": " Ok,", "probability": 0.2191162109375}, {"start": 913.02, "end": 913.02, "word": " now", "probability": 0.5283203125}, {"start": 913.02, "end": 915.22, "word": " this", "probability": 0.2578125}, {"start": 915.22, "end": 916.02, "word": " activity", "probability": 0.794921875}, {"start": 916.02, "end": 916.28, "word": " is", "probability": 0.424072265625}, {"start": 916.28, "end": 916.48, "word": " called", "probability": 0.0782470703125}, {"start": 916.48, "end": 916.94, "word": " Employee.", "probability": 0.60479736328125}, {"start": 916.94, "end": 917.2, "word": " Notice", "probability": 0.72998046875}, {"start": 917.2, "end": 917.42, "word": " that", "probability": 0.619140625}, {"start": 917.42, "end": 917.82, "word": " I", "probability": 0.505859375}, {"start": 917.82, "end": 918.84, "word": " didn't", "probability": 0.57696533203125}, {"start": 918.84, "end": 919.66, "word": " use", "probability": 0.8056640625}, {"start": 919.66, "end": 919.88, "word": " them", "probability": 0.37255859375}, {"start": 919.88, "end": 920.08, "word": " yet.", "probability": 0.34765625}, {"start": 920.5, "end": 920.9, "word": " I'm", "probability": 0.4295654296875}, {"start": 920.9, "end": 921.52, "word": " putting", "probability": 0.1800537109375}, {"start": 921.52, "end": 921.72, "word": " the", "probability": 0.41943359375}, {"start": 921.72, "end": 921.98, "word": " data", "probability": 0.8603515625}, {"start": 921.98, "end": 922.5, "word": " in", "probability": 0.357666015625}, {"start": 922.5, "end": 923.9, "word": " a", "probability": 0.3427734375}, {"start": 923.9, "end": 924.1, "word": " book.", "probability": 0.50830078125}, {"start": 924.6, "end": 925.0, "word": " Now,", "probability": 0.22412109375}, {"start": 926.36, "end": 926.38, "word": " when", "probability": 0.4296875}, {"start": 926.38, "end": 926.56, "word": " I", "probability": 0.2210693359375}, {"start": 926.56, "end": 926.76, "word": " add", "probability": 0.4677734375}, {"start": 926.76, "end": 926.84, "word": " them", "probability": 0.29931640625}, {"start": 926.84, "end": 926.9, "word": " to", "probability": 0.8056640625}, {"start": 926.9, "end": 926.96, "word": " the", "probability": 0.72705078125}, {"start": 926.96, "end": 927.24, "word": " database,", "probability": 0.87744140625}, {"start": 927.3, "end": 927.32, "word": " it", "probability": 0.393798828125}, {"start": 927.32, "end": 927.44, "word": " should", "probability": 0.3134765625}, {"start": 927.44, "end": 927.58, "word": " read", "probability": 0.8427734375}, {"start": 927.58, "end": 927.76, "word": " from", "probability": 0.3701171875}, {"start": 927.76, "end": 928.0, "word": " them", "probability": 0.56884765625}, {"start": 928.0, "end": 928.12, "word": " and", "probability": 0.8505859375}, {"start": 928.12, "end": 928.28, "word": " put", "probability": 0.446533203125}, {"start": 928.28, "end": 928.34, "word": " them", "probability": 0.6103515625}, {"start": 928.34, "end": 928.38, "word": " in", "probability": 0.78271484375}, {"start": 928.38, "end": 928.46, "word": " the", "probability": 0.84228515625}, {"start": 928.46, "end": 928.78, "word": " database.", "probability": 0.9052734375}, {"start": 929.1, "end": 929.16, "word": " Ok?", "probability": 0.283203125}, {"start": 930.58, "end": 930.74, "word": " But", "probability": 0.487548828125}, {"start": 930.74, "end": 931.02, "word": " still,", "probability": 0.2587890625}, {"start": 932.6, "end": 933.5, "word": " let", "probability": 0.0849609375}, {"start": 933.5, "end": 934.62, "word": " me", "probability": 0.859375}, {"start": 934.62, "end": 934.8, "word": " teach", "probability": 0.42333984375}, {"start": 934.8, "end": 934.96, "word": " you", "probability": 0.95068359375}, {"start": 934.96, "end": 935.02, "word": " the", "probability": 0.381103515625}, {"start": 935.02, "end": 935.1, "word": " first", "probability": 0.7060546875}, {"start": 935.1, "end": 935.28, "word": " thing,", "probability": 0.6748046875}, {"start": 935.34, "end": 935.58, "word": " insert.", "probability": 0.353759765625}, {"start": 935.72, "end": 935.9, "word": " This", "probability": 0.7265625}, {"start": 935.9, "end": 935.96, "word": " is", "probability": 0.9248046875}, {"start": 935.96, "end": 936.06, "word": " the", "probability": 0.89697265625}, {"start": 936.06, "end": 936.16, "word": " first", "probability": 0.8505859375}, {"start": 936.16, "end": 936.42, "word": " way", "probability": 0.63134765625}, {"start": 936.42, "end": 936.6, "word": " to", "probability": 0.701171875}, {"start": 936.6, "end": 936.88, "word": " insert.", "probability": 0.93310546875}, {"start": 936.98, "end": 937.08, "word": " There", "probability": 0.7685546875}, {"start": 937.08, "end": 937.14, "word": " is", "probability": 0.72509765625}, {"start": 937.14, "end": 937.68, "word": " another", "probability": 0.7919921875}, {"start": 937.68, "end": 937.8, "word": " way", "probability": 0.7353515625}, {"start": 937.8, "end": 938.64, "word": " better", "probability": 0.50439453125}, {"start": 938.64, "end": 938.86, "word": " than", "probability": 0.9091796875}, {"start": 938.86, "end": 939.08, "word": " this.", "probability": 0.89111328125}], "temperature": 1.0}, {"id": 37, "seek": 96271, "start": 939.77, "end": 962.71, "text": " which is to go to the DB and say there is a method called insert. This method insert asks you for three things. The first thing is the name of the schedule you want to add to it. What do we write to it? Employee. And there is another thing, I don't know what it is, what do you write to it? Null. And there is another thing, what do you ask for it? Content values. What do you put on the table?", "tokens": [597, 307, 281, 352, 281, 264, 26754, 293, 584, 456, 307, 257, 3170, 1219, 8969, 13, 639, 3170, 8969, 8962, 291, 337, 1045, 721, 13, 440, 700, 551, 307, 264, 1315, 295, 264, 7567, 291, 528, 281, 909, 281, 309, 13, 708, 360, 321, 2464, 281, 309, 30, 26878, 1653, 13, 400, 456, 307, 1071, 551, 11, 286, 500, 380, 458, 437, 309, 307, 11, 437, 360, 291, 2464, 281, 309, 30, 426, 858, 13, 400, 456, 307, 1071, 551, 11, 437, 360, 291, 1029, 337, 309, 30, 30078, 4190, 13, 708, 360, 291, 829, 322, 264, 3199, 30], "avg_logprob": -0.4434374901652336, "compression_ratio": 1.7954545454545454, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 939.77, "end": 940.01, "word": " which", "probability": 0.1043701171875}, {"start": 940.01, "end": 940.19, "word": " is", "probability": 0.433349609375}, {"start": 940.19, "end": 940.27, "word": " to", "probability": 0.404296875}, {"start": 940.27, "end": 940.35, "word": " go", "probability": 0.7880859375}, {"start": 940.35, "end": 940.49, "word": " to", "probability": 0.935546875}, {"start": 940.49, "end": 940.55, "word": " the", "probability": 0.67578125}, {"start": 940.55, "end": 940.85, "word": " DB", "probability": 0.70166015625}, {"start": 940.85, "end": 941.55, "word": " and", "probability": 0.8173828125}, {"start": 941.55, "end": 941.81, "word": " say", "probability": 0.41162109375}, {"start": 941.81, "end": 942.29, "word": " there", "probability": 0.391357421875}, {"start": 942.29, "end": 942.91, "word": " is", "probability": 0.62939453125}, {"start": 942.91, "end": 943.01, "word": " a", "probability": 0.89794921875}, {"start": 943.01, "end": 943.27, "word": " method", "probability": 0.951171875}, {"start": 943.27, "end": 943.81, "word": " called", "probability": 0.71484375}, {"start": 943.81, "end": 944.35, "word": " insert.", "probability": 0.51953125}, {"start": 946.89, "end": 946.95, "word": " This", "probability": 0.5126953125}, {"start": 946.95, "end": 947.19, "word": " method", "probability": 0.892578125}, {"start": 947.19, "end": 947.65, "word": " insert", "probability": 0.71337890625}, {"start": 947.65, "end": 948.55, "word": " asks", "probability": 0.6171875}, {"start": 948.55, "end": 948.81, "word": " you", "probability": 0.71875}, {"start": 948.81, "end": 948.83, "word": " for", "probability": 0.364013671875}, {"start": 948.83, "end": 949.03, "word": " three", "probability": 0.68994140625}, {"start": 949.03, "end": 949.43, "word": " things.", "probability": 0.83154296875}, {"start": 949.65, "end": 949.85, "word": " The", "probability": 0.485107421875}, {"start": 949.85, "end": 949.95, "word": " first", "probability": 0.87451171875}, {"start": 949.95, "end": 950.15, "word": " thing", "probability": 0.6953125}, {"start": 950.15, "end": 950.29, "word": " is", "probability": 0.85986328125}, {"start": 950.29, "end": 950.43, "word": " the", "probability": 0.517578125}, {"start": 950.43, "end": 950.43, "word": " name", "probability": 0.188232421875}, {"start": 950.43, "end": 950.53, "word": " of", "probability": 0.92333984375}, {"start": 950.53, "end": 950.53, "word": " the", "probability": 0.8955078125}, {"start": 950.53, "end": 950.71, "word": " schedule", "probability": 0.232177734375}, {"start": 950.71, "end": 950.91, "word": " you", "probability": 0.42333984375}, {"start": 950.91, "end": 951.01, "word": " want", "probability": 0.650390625}, {"start": 951.01, "end": 951.01, "word": " to", "probability": 0.94189453125}, {"start": 951.01, "end": 951.21, "word": " add", "probability": 0.7529296875}, {"start": 951.21, "end": 951.37, "word": " to", "probability": 0.49755859375}, {"start": 951.37, "end": 951.65, "word": " it.", "probability": 0.91650390625}, {"start": 951.99, "end": 952.19, "word": " What", "probability": 0.3740234375}, {"start": 952.19, "end": 952.31, "word": " do", "probability": 0.66064453125}, {"start": 952.31, "end": 952.39, "word": " we", "probability": 0.60302734375}, {"start": 952.39, "end": 952.59, "word": " write", "probability": 0.59375}, {"start": 952.59, "end": 952.73, "word": " to", "probability": 0.2451171875}, {"start": 952.73, "end": 952.85, "word": " it?", "probability": 0.7685546875}, {"start": 953.57, "end": 953.93, "word": " Employee.", "probability": 0.81103515625}, {"start": 954.39, "end": 954.61, "word": " And", "probability": 0.6689453125}, {"start": 954.61, "end": 954.73, "word": " there", "probability": 0.7568359375}, {"start": 954.73, "end": 954.73, "word": " is", "probability": 0.82861328125}, {"start": 954.73, "end": 955.05, "word": " another", "probability": 0.5439453125}, {"start": 955.05, "end": 955.25, "word": " thing,", "probability": 0.61669921875}, {"start": 955.37, "end": 955.47, "word": " I", "probability": 0.830078125}, {"start": 955.47, "end": 955.55, "word": " don't", "probability": 0.841796875}, {"start": 955.55, "end": 955.69, "word": " know", "probability": 0.87060546875}, {"start": 955.69, "end": 955.85, "word": " what", "probability": 0.81201171875}, {"start": 955.85, "end": 955.97, "word": " it", "probability": 0.70166015625}, {"start": 955.97, "end": 955.99, "word": " is,", "probability": 0.92822265625}, {"start": 956.03, "end": 956.09, "word": " what", "probability": 0.3486328125}, {"start": 956.09, "end": 956.09, "word": " do", "probability": 0.87158203125}, {"start": 956.09, "end": 956.15, "word": " you", "probability": 0.91162109375}, {"start": 956.15, "end": 956.27, "word": " write", "probability": 0.223876953125}, {"start": 956.27, "end": 956.43, "word": " to", "probability": 0.57373046875}, {"start": 956.43, "end": 956.43, "word": " it?", "probability": 0.94384765625}, {"start": 957.41, "end": 957.71, "word": " Null.", "probability": 0.615478515625}, {"start": 958.07, "end": 958.33, "word": " And", "probability": 0.89501953125}, {"start": 958.33, "end": 958.47, "word": " there", "probability": 0.82421875}, {"start": 958.47, "end": 958.47, "word": " is", "probability": 0.90185546875}, {"start": 958.47, "end": 958.69, "word": " another", "probability": 0.4677734375}, {"start": 958.69, "end": 958.87, "word": " thing,", "probability": 0.861328125}, {"start": 958.93, "end": 959.03, "word": " what", "probability": 0.76171875}, {"start": 959.03, "end": 959.03, "word": " do", "probability": 0.845703125}, {"start": 959.03, "end": 959.03, "word": " you", "probability": 0.7880859375}, {"start": 959.03, "end": 959.23, "word": " ask", "probability": 0.72119140625}, {"start": 959.23, "end": 959.35, "word": " for", "probability": 0.492431640625}, {"start": 959.35, "end": 959.35, "word": " it?", "probability": 0.8916015625}, {"start": 959.71, "end": 960.07, "word": " Content", "probability": 0.8603515625}, {"start": 960.07, "end": 961.53, "word": " values.", "probability": 0.7333984375}, {"start": 961.63, "end": 961.77, "word": " What", "probability": 0.25}, {"start": 961.77, "end": 961.77, "word": " do", "probability": 0.87939453125}, {"start": 961.77, "end": 962.03, "word": " you", "probability": 0.958984375}, {"start": 962.03, "end": 962.23, "word": " put", "probability": 0.5322265625}, {"start": 962.23, "end": 962.35, "word": " on", "probability": 0.474365234375}, {"start": 962.35, "end": 962.45, "word": " the", "probability": 0.8935546875}, {"start": 962.45, "end": 962.71, "word": " table?", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 38, "seek": 98621, "start": 963.43, "end": 986.21, "text": " Ok, so what do we want to do? Content values, this is content values, CV equals new content values. These content values tell you what to do with them. CV.put is still a hash map. You give it the name of the column and what is the value added to it.", "tokens": [3477, 11, 370, 437, 360, 321, 528, 281, 360, 30, 30078, 4190, 11, 341, 307, 2701, 4190, 11, 22995, 6915, 777, 2701, 4190, 13, 1981, 2701, 4190, 980, 291, 437, 281, 360, 365, 552, 13, 22995, 13, 2582, 307, 920, 257, 22019, 4471, 13, 509, 976, 309, 264, 1315, 295, 264, 7738, 293, 437, 307, 264, 2158, 3869, 281, 309, 13], "avg_logprob": -0.5272177438582143, "compression_ratio": 1.6129032258064515, "no_speech_prob": 0.0, "words": [{"start": 963.43, "end": 963.73, "word": " Ok,", "probability": 0.1697998046875}, {"start": 963.87, "end": 964.01, "word": " so", "probability": 0.26708984375}, {"start": 964.01, "end": 964.31, "word": " what", "probability": 0.23828125}, {"start": 964.31, "end": 964.31, "word": " do", "probability": 0.333740234375}, {"start": 964.31, "end": 964.47, "word": " we", "probability": 0.67529296875}, {"start": 964.47, "end": 964.59, "word": " want", "probability": 0.471923828125}, {"start": 964.59, "end": 964.73, "word": " to", "probability": 0.970703125}, {"start": 964.73, "end": 964.89, "word": " do?", "probability": 0.9208984375}, {"start": 965.81, "end": 966.37, "word": " Content", "probability": 0.6826171875}, {"start": 966.37, "end": 966.89, "word": " values,", "probability": 0.7431640625}, {"start": 967.19, "end": 967.33, "word": " this", "probability": 0.260498046875}, {"start": 967.33, "end": 967.39, "word": " is", "probability": 0.86962890625}, {"start": 967.39, "end": 967.99, "word": " content", "probability": 0.58740234375}, {"start": 967.99, "end": 969.21, "word": " values,", "probability": 0.87451171875}, {"start": 969.59, "end": 970.01, "word": " CV", "probability": 0.62109375}, {"start": 970.01, "end": 970.61, "word": " equals", "probability": 0.2822265625}, {"start": 970.61, "end": 971.27, "word": " new", "probability": 0.77587890625}, {"start": 971.27, "end": 971.81, "word": " content", "probability": 0.89990234375}, {"start": 971.81, "end": 973.19, "word": " values.", "probability": 0.953125}, {"start": 974.11, "end": 974.59, "word": " These", "probability": 0.377685546875}, {"start": 974.59, "end": 974.93, "word": " content", "probability": 0.921875}, {"start": 974.93, "end": 975.39, "word": " values", "probability": 0.974609375}, {"start": 975.39, "end": 975.87, "word": " tell", "probability": 0.5068359375}, {"start": 975.87, "end": 976.13, "word": " you", "probability": 0.86865234375}, {"start": 976.13, "end": 976.29, "word": " what", "probability": 0.84814453125}, {"start": 976.29, "end": 976.37, "word": " to", "probability": 0.83544921875}, {"start": 976.37, "end": 976.59, "word": " do", "probability": 0.94970703125}, {"start": 976.59, "end": 976.75, "word": " with", "probability": 0.80078125}, {"start": 976.75, "end": 976.95, "word": " them.", "probability": 0.77197265625}, {"start": 977.23, "end": 977.51, "word": " CV", "probability": 0.72705078125}, {"start": 977.51, "end": 978.01, "word": ".put", "probability": 0.607177734375}, {"start": 978.01, "end": 978.09, "word": " is", "probability": 0.1591796875}, {"start": 978.09, "end": 978.37, "word": " still", "probability": 0.61376953125}, {"start": 978.37, "end": 978.45, "word": " a", "probability": 0.78076171875}, {"start": 978.45, "end": 978.65, "word": " hash", "probability": 0.462158203125}, {"start": 978.65, "end": 978.95, "word": " map.", "probability": 0.76611328125}, {"start": 979.79, "end": 980.35, "word": " You", "probability": 0.54833984375}, {"start": 980.35, "end": 980.55, "word": " give", "probability": 0.61083984375}, {"start": 980.55, "end": 980.75, "word": " it", "probability": 0.8427734375}, {"start": 980.75, "end": 980.77, "word": " the", "probability": 0.60693359375}, {"start": 980.77, "end": 980.91, "word": " name", "probability": 0.68603515625}, {"start": 980.91, "end": 981.11, "word": " of", "probability": 0.86962890625}, {"start": 981.11, "end": 981.11, "word": " the", "probability": 0.80224609375}, {"start": 981.11, "end": 981.41, "word": " column", "probability": 0.78466796875}, {"start": 981.41, "end": 983.59, "word": " and", "probability": 0.70068359375}, {"start": 983.59, "end": 983.81, "word": " what", "probability": 0.464599609375}, {"start": 983.81, "end": 983.81, "word": " is", "probability": 0.60693359375}, {"start": 983.81, "end": 983.89, "word": " the", "probability": 0.787109375}, {"start": 983.89, "end": 984.25, "word": " value", "probability": 0.94873046875}, {"start": 984.25, "end": 985.79, "word": " added", "probability": 0.2457275390625}, {"start": 985.79, "end": 986.07, "word": " to", "probability": 0.64697265625}, {"start": 986.07, "end": 986.21, "word": " it.", "probability": 0.9443359375}], "temperature": 1.0}, {"id": 39, "seek": 102028, "start": 1005.96, "end": 1020.28, "text": " Ok? I am adding in the content values the name of the column and its value, and in the end I say insert in the employee table what I give him, the CV. This is another way, either you write a direct query", "tokens": [3477, 30, 286, 669, 5127, 294, 264, 2701, 4190, 264, 1315, 295, 264, 7738, 293, 1080, 2158, 11, 293, 294, 264, 917, 286, 584, 8969, 294, 264, 10738, 3199, 437, 286, 976, 796, 11, 264, 22995, 13, 639, 307, 1071, 636, 11, 2139, 291, 2464, 257, 2047, 14581], "avg_logprob": -0.5503826335984834, "compression_ratio": 1.4265734265734267, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1005.9599999999999, "end": 1006.4, "word": " Ok?", "probability": 0.11712646484375}, {"start": 1006.4, "end": 1006.84, "word": " I", "probability": 0.59423828125}, {"start": 1006.84, "end": 1006.84, "word": " am", "probability": 0.1920166015625}, {"start": 1006.84, "end": 1007.32, "word": " adding", "probability": 0.388427734375}, {"start": 1007.32, "end": 1007.6, "word": " in", "probability": 0.1727294921875}, {"start": 1007.6, "end": 1007.96, "word": " the", "probability": 0.5205078125}, {"start": 1007.96, "end": 1008.24, "word": " content", "probability": 0.681640625}, {"start": 1008.24, "end": 1008.86, "word": " values", "probability": 0.86376953125}, {"start": 1008.86, "end": 1009.68, "word": " the", "probability": 0.301513671875}, {"start": 1009.68, "end": 1009.92, "word": " name", "probability": 0.7236328125}, {"start": 1009.92, "end": 1010.04, "word": " of", "probability": 0.94189453125}, {"start": 1010.04, "end": 1010.08, "word": " the", "probability": 0.82275390625}, {"start": 1010.08, "end": 1010.34, "word": " column", "probability": 0.7734375}, {"start": 1010.34, "end": 1010.54, "word": " and", "probability": 0.86669921875}, {"start": 1010.54, "end": 1010.56, "word": " its", "probability": 0.64306640625}, {"start": 1010.56, "end": 1010.88, "word": " value,", "probability": 0.92138671875}, {"start": 1011.12, "end": 1011.24, "word": " and", "probability": 0.7822265625}, {"start": 1011.24, "end": 1011.32, "word": " in", "probability": 0.34619140625}, {"start": 1011.32, "end": 1011.44, "word": " the", "probability": 0.916015625}, {"start": 1011.44, "end": 1011.64, "word": " end", "probability": 0.90185546875}, {"start": 1011.64, "end": 1011.8, "word": " I", "probability": 0.671875}, {"start": 1011.8, "end": 1011.96, "word": " say", "probability": 0.3779296875}, {"start": 1011.96, "end": 1012.6, "word": " insert", "probability": 0.50537109375}, {"start": 1012.6, "end": 1013.12, "word": " in", "probability": 0.67529296875}, {"start": 1013.12, "end": 1013.24, "word": " the", "probability": 0.826171875}, {"start": 1013.24, "end": 1014.0, "word": " employee", "probability": 0.69384765625}, {"start": 1014.0, "end": 1014.12, "word": " table", "probability": 0.42138671875}, {"start": 1014.12, "end": 1014.96, "word": " what", "probability": 0.4814453125}, {"start": 1014.96, "end": 1015.02, "word": " I", "probability": 0.59521484375}, {"start": 1015.02, "end": 1015.24, "word": " give", "probability": 0.25390625}, {"start": 1015.24, "end": 1015.46, "word": " him,", "probability": 0.54833984375}, {"start": 1015.54, "end": 1015.64, "word": " the", "probability": 0.6845703125}, {"start": 1015.64, "end": 1015.92, "word": " CV.", "probability": 0.90771484375}, {"start": 1018.3, "end": 1018.74, "word": " This", "probability": 0.765625}, {"start": 1018.74, "end": 1018.82, "word": " is", "probability": 0.93310546875}, {"start": 1018.82, "end": 1019.26, "word": " another", "probability": 0.87353515625}, {"start": 1019.26, "end": 1019.26, "word": " way,", "probability": 0.72412109375}, {"start": 1019.42, "end": 1019.54, "word": " either", "probability": 0.69287109375}, {"start": 1019.54, "end": 1019.7, "word": " you", "probability": 0.88232421875}, {"start": 1019.7, "end": 1019.88, "word": " write", "probability": 0.81396484375}, {"start": 1019.88, "end": 1020.0, "word": " a", "probability": 0.77001953125}, {"start": 1020.0, "end": 1020.02, "word": " direct", "probability": 0.591796875}, {"start": 1020.02, "end": 1020.28, "word": " query", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 40, "seek": 103502, "start": 1021.88, "end": 1035.02, "text": " For those who are still weak in SQL, use this method. For those who are good in SQL, use the above method. But this method has a feature called Insert. What is it? It returns to you", "tokens": [1171, 729, 567, 366, 920, 5336, 294, 19200, 11, 764, 341, 3170, 13, 1171, 729, 567, 366, 665, 294, 19200, 11, 764, 264, 3673, 3170, 13, 583, 341, 3170, 575, 257, 4111, 1219, 36487, 13, 708, 307, 309, 30, 467, 11247, 281, 291], "avg_logprob": -0.4911221821199764, "compression_ratio": 1.4918032786885247, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 1021.88, "end": 1022.32, "word": " For", "probability": 0.11376953125}, {"start": 1022.32, "end": 1022.84, "word": " those", "probability": 0.51611328125}, {"start": 1022.84, "end": 1022.98, "word": " who", "probability": 0.66748046875}, {"start": 1022.98, "end": 1023.2, "word": " are", "probability": 0.55859375}, {"start": 1023.2, "end": 1023.2, "word": " still", "probability": 0.273681640625}, {"start": 1023.2, "end": 1023.44, "word": " weak", "probability": 0.71142578125}, {"start": 1023.44, "end": 1023.64, "word": " in", "probability": 0.693359375}, {"start": 1023.64, "end": 1024.0, "word": " SQL,", "probability": 0.921875}, {"start": 1024.5, "end": 1024.9, "word": " use", "probability": 0.6455078125}, {"start": 1024.9, "end": 1025.06, "word": " this", "probability": 0.734375}, {"start": 1025.06, "end": 1025.34, "word": " method.", "probability": 0.791015625}, {"start": 1025.84, "end": 1026.36, "word": " For", "probability": 0.56298828125}, {"start": 1026.36, "end": 1026.56, "word": " those", "probability": 0.62939453125}, {"start": 1026.56, "end": 1026.56, "word": " who", "probability": 0.8251953125}, {"start": 1026.56, "end": 1026.56, "word": " are", "probability": 0.9111328125}, {"start": 1026.56, "end": 1026.6, "word": " good", "probability": 0.61376953125}, {"start": 1026.6, "end": 1026.72, "word": " in", "probability": 0.62890625}, {"start": 1026.72, "end": 1027.26, "word": " SQL,", "probability": 0.9482421875}, {"start": 1027.68, "end": 1028.04, "word": " use", "probability": 0.62451171875}, {"start": 1028.04, "end": 1029.26, "word": " the", "probability": 0.57763671875}, {"start": 1029.26, "end": 1029.88, "word": " above", "probability": 0.49365234375}, {"start": 1029.88, "end": 1029.88, "word": " method.", "probability": 0.953125}, {"start": 1030.22, "end": 1030.58, "word": " But", "probability": 0.61962890625}, {"start": 1030.58, "end": 1030.74, "word": " this", "probability": 0.7861328125}, {"start": 1030.74, "end": 1031.04, "word": " method", "probability": 0.97216796875}, {"start": 1031.04, "end": 1031.26, "word": " has", "probability": 0.90625}, {"start": 1031.26, "end": 1031.7, "word": " a", "probability": 0.76513671875}, {"start": 1031.7, "end": 1031.7, "word": " feature", "probability": 0.37255859375}, {"start": 1031.7, "end": 1032.24, "word": " called", "probability": 0.276611328125}, {"start": 1032.24, "end": 1032.7, "word": " Insert.", "probability": 0.537109375}, {"start": 1033.18, "end": 1033.38, "word": " What", "probability": 0.6943359375}, {"start": 1033.38, "end": 1033.54, "word": " is", "probability": 0.7958984375}, {"start": 1033.54, "end": 1033.68, "word": " it?", "probability": 0.77685546875}, {"start": 1033.96, "end": 1034.18, "word": " It", "probability": 0.767578125}, {"start": 1034.18, "end": 1034.52, "word": " returns", "probability": 0.25244140625}, {"start": 1034.52, "end": 1034.82, "word": " to", "probability": 0.438232421875}, {"start": 1034.82, "end": 1035.02, "word": " you", "probability": 0.9306640625}], "temperature": 1.0}, {"id": 41, "seek": 105341, "start": 1038.55, "end": 1053.41, "text": "Integer, long, pardon me. What is this long? What is the ID or the number of rows that has been added? What do we gain from this long? One will say that the user will gain something when he knows the number of rows", "tokens": [25597, 30744, 11, 938, 11, 22440, 385, 13, 708, 307, 341, 938, 30, 708, 307, 264, 7348, 420, 264, 1230, 295, 13241, 300, 575, 668, 3869, 30, 708, 360, 321, 6052, 490, 341, 938, 30, 1485, 486, 584, 300, 264, 4195, 486, 6052, 746, 562, 415, 3255, 264, 1230, 295, 13241], "avg_logprob": -0.5381610301824716, "compression_ratio": 1.562043795620438, "no_speech_prob": 0.0, "words": [{"start": 1038.55, "end": 1038.93, "word": "Integer,", "probability": 0.64404296875}, {"start": 1039.27, "end": 1039.53, "word": " long,", "probability": 0.50537109375}, {"start": 1039.77, "end": 1039.93, "word": " pardon", "probability": 0.372802734375}, {"start": 1039.93, "end": 1040.47, "word": " me.", "probability": 0.7294921875}, {"start": 1040.83, "end": 1040.97, "word": " What", "probability": 0.78369140625}, {"start": 1040.97, "end": 1040.97, "word": " is", "probability": 0.75732421875}, {"start": 1040.97, "end": 1041.09, "word": " this", "probability": 0.7978515625}, {"start": 1041.09, "end": 1041.27, "word": " long?", "probability": 0.8935546875}, {"start": 1041.55, "end": 1041.93, "word": " What", "probability": 0.75927734375}, {"start": 1041.93, "end": 1041.99, "word": " is", "probability": 0.89892578125}, {"start": 1041.99, "end": 1042.41, "word": " the", "probability": 0.7919921875}, {"start": 1042.41, "end": 1042.79, "word": " ID", "probability": 0.61376953125}, {"start": 1042.79, "end": 1043.91, "word": " or", "probability": 0.5576171875}, {"start": 1043.91, "end": 1044.17, "word": " the", "probability": 0.4189453125}, {"start": 1044.17, "end": 1044.17, "word": " number", "probability": 0.7236328125}, {"start": 1044.17, "end": 1044.31, "word": " of", "probability": 0.80615234375}, {"start": 1044.31, "end": 1044.63, "word": " rows", "probability": 0.4755859375}, {"start": 1044.63, "end": 1046.61, "word": " that", "probability": 0.6484375}, {"start": 1046.61, "end": 1046.81, "word": " has", "probability": 0.2252197265625}, {"start": 1046.81, "end": 1046.83, "word": " been", "probability": 0.89892578125}, {"start": 1046.83, "end": 1047.11, "word": " added?", "probability": 0.8564453125}, {"start": 1047.87, "end": 1048.17, "word": " What", "probability": 0.70849609375}, {"start": 1048.17, "end": 1048.25, "word": " do", "probability": 0.266845703125}, {"start": 1048.25, "end": 1048.33, "word": " we", "probability": 0.87646484375}, {"start": 1048.33, "end": 1048.65, "word": " gain", "probability": 0.359619140625}, {"start": 1048.65, "end": 1048.79, "word": " from", "probability": 0.76611328125}, {"start": 1048.79, "end": 1048.93, "word": " this", "probability": 0.2327880859375}, {"start": 1048.93, "end": 1048.97, "word": " long?", "probability": 0.44287109375}, {"start": 1050.29, "end": 1050.67, "word": " One", "probability": 0.1444091796875}, {"start": 1050.67, "end": 1050.85, "word": " will", "probability": 0.18212890625}, {"start": 1050.85, "end": 1050.99, "word": " say", "probability": 0.572265625}, {"start": 1050.99, "end": 1051.11, "word": " that", "probability": 0.68115234375}, {"start": 1051.11, "end": 1051.17, "word": " the", "probability": 0.44287109375}, {"start": 1051.17, "end": 1051.47, "word": " user", "probability": 0.92333984375}, {"start": 1051.47, "end": 1051.69, "word": " will", "probability": 0.464111328125}, {"start": 1051.69, "end": 1052.51, "word": " gain", "probability": 0.740234375}, {"start": 1052.51, "end": 1052.53, "word": " something", "probability": 0.466552734375}, {"start": 1052.53, "end": 1052.65, "word": " when", "probability": 0.373046875}, {"start": 1052.65, "end": 1052.73, "word": " he", "probability": 0.83544921875}, {"start": 1052.73, "end": 1052.85, "word": " knows", "probability": 0.67236328125}, {"start": 1052.85, "end": 1052.97, "word": " the", "probability": 0.89794921875}, {"start": 1052.97, "end": 1053.09, "word": " number", "probability": 0.8955078125}, {"start": 1053.09, "end": 1053.27, "word": " of", "probability": 0.97216796875}, {"start": 1053.27, "end": 1053.41, "word": " rows", "probability": 0.8359375}], "temperature": 1.0}, {"id": 42, "seek": 108178, "start": 1062.78, "end": 1081.78, "text": " if result is equal to minus one, you print toast to him that the operation did not succeed error message unable to insert employee", "tokens": [498, 1874, 307, 2681, 281, 3175, 472, 11, 291, 4482, 15354, 281, 796, 300, 264, 6916, 630, 406, 7754, 6713, 3636, 11299, 281, 8969, 10738], "avg_logprob": -0.7632211423837222, "compression_ratio": 1.31, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 1062.78, "end": 1063.8, "word": " if", "probability": 0.1395263671875}, {"start": 1063.8, "end": 1064.82, "word": " result", "probability": 0.6875}, {"start": 1064.82, "end": 1065.8, "word": " is", "probability": 0.31640625}, {"start": 1065.8, "end": 1066.12, "word": " equal", "probability": 0.1859130859375}, {"start": 1066.12, "end": 1066.4, "word": " to", "probability": 0.80859375}, {"start": 1066.4, "end": 1066.66, "word": " minus", "probability": 0.32958984375}, {"start": 1066.66, "end": 1067.12, "word": " one,", "probability": 0.56201171875}, {"start": 1068.14, "end": 1068.28, "word": " you", "probability": 0.1810302734375}, {"start": 1068.28, "end": 1068.48, "word": " print", "probability": 0.361328125}, {"start": 1068.48, "end": 1069.12, "word": " toast", "probability": 0.43896484375}, {"start": 1069.12, "end": 1069.46, "word": " to", "probability": 0.2225341796875}, {"start": 1069.46, "end": 1069.46, "word": " him", "probability": 0.270263671875}, {"start": 1069.46, "end": 1071.24, "word": " that", "probability": 0.57568359375}, {"start": 1071.24, "end": 1072.0, "word": " the", "probability": 0.6025390625}, {"start": 1072.0, "end": 1072.2, "word": " operation", "probability": 0.5390625}, {"start": 1072.2, "end": 1072.4, "word": " did", "probability": 0.266357421875}, {"start": 1072.4, "end": 1072.4, "word": " not", "probability": 0.93798828125}, {"start": 1072.4, "end": 1072.64, "word": " succeed", "probability": 0.375244140625}, {"start": 1072.64, "end": 1075.86, "word": " error", "probability": 0.36865234375}, {"start": 1075.86, "end": 1076.26, "word": " message", "probability": 0.96435546875}, {"start": 1076.26, "end": 1078.16, "word": " unable", "probability": 0.4052734375}, {"start": 1078.16, "end": 1080.36, "word": " to", "probability": 0.9599609375}, {"start": 1080.36, "end": 1080.92, "word": " insert", "probability": 0.95654296875}, {"start": 1080.92, "end": 1081.78, "word": " employee", "probability": 0.833984375}], "temperature": 1.0}, {"id": 43, "seek": 111538, "start": 1090.6, "end": 1115.38, "text": " If there is not one missing, you know that the process has been completed. But execute SQL is void. It does not return anything. It removes the process and you do not know if it has been completed or not. Now, of course, until now, I am adding data manually. The data is supposed to be added from where?", "tokens": [759, 456, 307, 406, 472, 5361, 11, 291, 458, 300, 264, 1399, 575, 668, 7365, 13, 583, 14483, 19200, 307, 22009, 13, 467, 775, 406, 2736, 1340, 13, 467, 30445, 264, 1399, 293, 291, 360, 406, 458, 498, 309, 575, 668, 7365, 420, 406, 13, 823, 11, 295, 1164, 11, 1826, 586, 11, 286, 669, 5127, 1412, 16945, 13, 440, 1412, 307, 3442, 281, 312, 3869, 490, 689, 30], "avg_logprob": -0.5571428418159485, "compression_ratio": 1.5431472081218274, "no_speech_prob": 0.0, "words": [{"start": 1090.6000000000001, "end": 1090.96, "word": " If", "probability": 0.3427734375}, {"start": 1090.96, "end": 1091.32, "word": " there", "probability": 0.40966796875}, {"start": 1091.32, "end": 1091.46, "word": " is", "probability": 0.50390625}, {"start": 1091.46, "end": 1091.46, "word": " not", "probability": 0.44140625}, {"start": 1091.46, "end": 1091.64, "word": " one", "probability": 0.3544921875}, {"start": 1091.64, "end": 1091.82, "word": " missing,", "probability": 0.338623046875}, {"start": 1092.04, "end": 1092.18, "word": " you", "probability": 0.5771484375}, {"start": 1092.18, "end": 1092.3, "word": " know", "probability": 0.57568359375}, {"start": 1092.3, "end": 1092.46, "word": " that", "probability": 0.51953125}, {"start": 1092.46, "end": 1092.58, "word": " the", "probability": 0.55615234375}, {"start": 1092.58, "end": 1092.7, "word": " process", "probability": 0.346923828125}, {"start": 1092.7, "end": 1092.94, "word": " has", "probability": 0.356201171875}, {"start": 1092.94, "end": 1093.04, "word": " been", "probability": 0.42431640625}, {"start": 1093.04, "end": 1093.22, "word": " completed.", "probability": 0.417724609375}, {"start": 1093.32, "end": 1093.54, "word": " But", "probability": 0.53515625}, {"start": 1093.54, "end": 1094.54, "word": " execute", "probability": 0.2381591796875}, {"start": 1094.54, "end": 1095.2, "word": " SQL", "probability": 0.92724609375}, {"start": 1095.2, "end": 1095.42, "word": " is", "probability": 0.336669921875}, {"start": 1095.42, "end": 1095.78, "word": " void.", "probability": 0.697265625}, {"start": 1096.32, "end": 1096.68, "word": " It", "probability": 0.47412109375}, {"start": 1096.68, "end": 1096.74, "word": " does", "probability": 0.55859375}, {"start": 1096.74, "end": 1096.74, "word": " not", "probability": 0.931640625}, {"start": 1096.74, "end": 1097.06, "word": " return", "probability": 0.0860595703125}, {"start": 1097.06, "end": 1097.36, "word": " anything.", "probability": 0.67431640625}, {"start": 1097.52, "end": 1097.58, "word": " It", "probability": 0.438232421875}, {"start": 1097.58, "end": 1097.74, "word": " removes", "probability": 0.1868896484375}, {"start": 1097.74, "end": 1097.86, "word": " the", "probability": 0.8427734375}, {"start": 1097.86, "end": 1098.14, "word": " process", "probability": 0.9052734375}, {"start": 1098.14, "end": 1098.24, "word": " and", "probability": 0.70263671875}, {"start": 1098.24, "end": 1098.34, "word": " you", "probability": 0.5966796875}, {"start": 1098.34, "end": 1098.38, "word": " do", "probability": 0.472900390625}, {"start": 1098.38, "end": 1098.38, "word": " not", "probability": 0.94677734375}, {"start": 1098.38, "end": 1098.72, "word": " know", "probability": 0.873046875}, {"start": 1098.72, "end": 1099.4, "word": " if", "probability": 0.47509765625}, {"start": 1099.4, "end": 1099.48, "word": " it", "probability": 0.89404296875}, {"start": 1099.48, "end": 1099.56, "word": " has", "probability": 0.4375}, {"start": 1099.56, "end": 1099.56, "word": " been", "probability": 0.85986328125}, {"start": 1099.56, "end": 1099.96, "word": " completed", "probability": 0.56005859375}, {"start": 1099.96, "end": 1100.56, "word": " or", "probability": 0.8896484375}, {"start": 1100.56, "end": 1100.68, "word": " not.", "probability": 0.93017578125}, {"start": 1101.72, "end": 1102.08, "word": " Now,", "probability": 0.58935546875}, {"start": 1103.5, "end": 1103.62, "word": " of", "probability": 0.73974609375}, {"start": 1103.62, "end": 1103.84, "word": " course,", "probability": 0.95947265625}, {"start": 1109.8, "end": 1110.88, "word": " until", "probability": 0.44921875}, {"start": 1110.88, "end": 1111.18, "word": " now,", "probability": 0.9453125}, {"start": 1111.24, "end": 1111.44, "word": " I", "probability": 0.9814453125}, {"start": 1111.44, "end": 1111.5, "word": " am", "probability": 0.268798828125}, {"start": 1111.5, "end": 1111.64, "word": " adding", "probability": 0.7880859375}, {"start": 1111.64, "end": 1112.32, "word": " data", "probability": 0.52734375}, {"start": 1112.32, "end": 1113.56, "word": " manually.", "probability": 0.88330078125}, {"start": 1114.08, "end": 1114.44, "word": " The", "probability": 0.300537109375}, {"start": 1114.44, "end": 1114.66, "word": " data", "probability": 0.87744140625}, {"start": 1114.66, "end": 1114.8, "word": " is", "probability": 0.38671875}, {"start": 1114.8, "end": 1114.8, "word": " supposed", "probability": 0.62890625}, {"start": 1114.8, "end": 1114.8, "word": " to", "probability": 0.97021484375}, {"start": 1114.8, "end": 1114.92, "word": " be", "probability": 0.87158203125}, {"start": 1114.92, "end": 1115.04, "word": " added", "probability": 0.88916015625}, {"start": 1115.04, "end": 1115.2, "word": " from", "probability": 0.82177734375}, {"start": 1115.2, "end": 1115.38, "word": " where?", "probability": 0.89111328125}], "temperature": 1.0}, {"id": 44, "seek": 114041, "start": 1116.53, "end": 1140.41, "text": " than the existing fields. So, I'm going to read the existing fields. And it's supposed to be... Yes, because of the addition, how do I do this, guys? I fill in the data here. Of course, this is also a dictionary. Here is the name and here is the salary. And here is supposed to give me the dialogue of history.", "tokens": [813, 264, 6741, 7909, 13, 407, 11, 286, 478, 516, 281, 1401, 264, 6741, 7909, 13, 400, 309, 311, 3442, 281, 312, 485, 1079, 11, 570, 295, 264, 4500, 11, 577, 360, 286, 360, 341, 11, 1074, 30, 286, 2836, 294, 264, 1412, 510, 13, 2720, 1164, 11, 341, 307, 611, 257, 25890, 13, 1692, 307, 264, 1315, 293, 510, 307, 264, 15360, 13, 400, 510, 307, 3442, 281, 976, 385, 264, 10221, 295, 2503, 13], "avg_logprob": -0.5905032591386274, "compression_ratio": 1.6368421052631579, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 1116.5299999999997, "end": 1116.9299999999998, "word": " than", "probability": 0.1680908203125}, {"start": 1116.9299999999998, "end": 1117.33, "word": " the", "probability": 0.552734375}, {"start": 1117.33, "end": 1117.75, "word": " existing", "probability": 0.7216796875}, {"start": 1117.75, "end": 1117.75, "word": " fields.", "probability": 0.75048828125}, {"start": 1118.47, "end": 1118.71, "word": " So,", "probability": 0.46533203125}, {"start": 1118.75, "end": 1118.97, "word": " I'm", "probability": 0.3353271484375}, {"start": 1118.97, "end": 1118.97, "word": " going", "probability": 0.79541015625}, {"start": 1118.97, "end": 1119.15, "word": " to", "probability": 0.95751953125}, {"start": 1119.15, "end": 1119.33, "word": " read", "probability": 0.45361328125}, {"start": 1119.33, "end": 1119.49, "word": " the", "probability": 0.6669921875}, {"start": 1119.49, "end": 1120.03, "word": " existing", "probability": 0.86376953125}, {"start": 1120.03, "end": 1120.03, "word": " fields.", "probability": 0.888671875}, {"start": 1121.85, "end": 1121.85, "word": " And", "probability": 0.362060546875}, {"start": 1121.85, "end": 1121.97, "word": " it's", "probability": 0.379638671875}, {"start": 1121.97, "end": 1122.19, "word": " supposed", "probability": 0.89013671875}, {"start": 1122.19, "end": 1122.79, "word": " to", "probability": 0.939453125}, {"start": 1122.79, "end": 1128.71, "word": " be...", "probability": 0.32452392578125}, {"start": 1128.71, "end": 1129.39, "word": " Yes,", "probability": 0.272216796875}, {"start": 1129.49, "end": 1129.69, "word": " because", "probability": 0.156982421875}, {"start": 1129.69, "end": 1129.79, "word": " of", "probability": 0.1844482421875}, {"start": 1129.79, "end": 1129.79, "word": " the", "probability": 0.54541015625}, {"start": 1129.79, "end": 1129.99, "word": " addition,", "probability": 0.787109375}, {"start": 1130.11, "end": 1130.31, "word": " how", "probability": 0.42529296875}, {"start": 1130.31, "end": 1130.41, "word": " do", "probability": 0.3330078125}, {"start": 1130.41, "end": 1130.41, "word": " I", "probability": 0.845703125}, {"start": 1130.41, "end": 1130.69, "word": " do", "probability": 0.340087890625}, {"start": 1130.69, "end": 1130.79, "word": " this,", "probability": 0.426025390625}, {"start": 1130.85, "end": 1131.05, "word": " guys?", "probability": 0.81884765625}, {"start": 1131.61, "end": 1131.91, "word": " I", "probability": 0.95458984375}, {"start": 1131.91, "end": 1132.03, "word": " fill", "probability": 0.52880859375}, {"start": 1132.03, "end": 1132.09, "word": " in", "probability": 0.54443359375}, {"start": 1132.09, "end": 1132.17, "word": " the", "probability": 0.8857421875}, {"start": 1132.17, "end": 1132.35, "word": " data", "probability": 0.7197265625}, {"start": 1132.35, "end": 1132.73, "word": " here.", "probability": 0.7958984375}, {"start": 1133.15, "end": 1133.33, "word": " Of", "probability": 0.73876953125}, {"start": 1133.33, "end": 1133.39, "word": " course,", "probability": 0.962890625}, {"start": 1133.73, "end": 1134.03, "word": " this", "probability": 0.1962890625}, {"start": 1134.03, "end": 1134.11, "word": " is", "probability": 0.73388671875}, {"start": 1134.11, "end": 1134.31, "word": " also", "probability": 0.7021484375}, {"start": 1134.31, "end": 1134.43, "word": " a", "probability": 0.25}, {"start": 1134.43, "end": 1134.51, "word": " dictionary.", "probability": 0.1959228515625}, {"start": 1134.59, "end": 1134.71, "word": " Here", "probability": 0.63330078125}, {"start": 1134.71, "end": 1134.75, "word": " is", "probability": 0.5263671875}, {"start": 1134.75, "end": 1134.83, "word": " the", "probability": 0.85986328125}, {"start": 1134.83, "end": 1135.07, "word": " name", "probability": 0.8623046875}, {"start": 1135.07, "end": 1135.33, "word": " and", "probability": 0.59228515625}, {"start": 1135.33, "end": 1135.45, "word": " here", "probability": 0.85546875}, {"start": 1135.45, "end": 1135.45, "word": " is", "probability": 0.93408203125}, {"start": 1135.45, "end": 1135.57, "word": " the", "probability": 0.9052734375}, {"start": 1135.57, "end": 1135.81, "word": " salary.", "probability": 0.67578125}, {"start": 1136.73, "end": 1136.89, "word": " And", "probability": 0.89501953125}, {"start": 1136.89, "end": 1137.01, "word": " here", "probability": 0.78662109375}, {"start": 1137.01, "end": 1137.07, "word": " is", "probability": 0.421875}, {"start": 1137.07, "end": 1137.33, "word": " supposed", "probability": 0.72412109375}, {"start": 1137.33, "end": 1137.45, "word": " to", "probability": 0.970703125}, {"start": 1137.45, "end": 1137.99, "word": " give", "probability": 0.1845703125}, {"start": 1137.99, "end": 1138.33, "word": " me", "probability": 0.91845703125}, {"start": 1138.33, "end": 1139.33, "word": " the", "probability": 0.7626953125}, {"start": 1139.33, "end": 1139.79, "word": " dialogue", "probability": 0.51708984375}, {"start": 1139.79, "end": 1140.01, "word": " of", "probability": 0.521484375}, {"start": 1140.01, "end": 1140.41, "word": " history.", "probability": 0.5234375}], "temperature": 1.0}, {"id": 45, "seek": 116749, "start": 1141.17, "end": 1167.49, "text": " To set the date. And here, is married or not, checkbox. And then when I click on the ad, the addition is made. So, the addition is made when I click on the ad. Okay? So, now this code here, what does it have? Let's make it a comment. We want to remove it. Now we want to get the button of the ad.", "tokens": [1407, 992, 264, 4002, 13, 400, 510, 11, 307, 5259, 420, 406, 11, 1520, 4995, 13, 400, 550, 562, 286, 2052, 322, 264, 614, 11, 264, 4500, 307, 1027, 13, 407, 11, 264, 4500, 307, 1027, 562, 286, 2052, 322, 264, 614, 13, 1033, 30, 407, 11, 586, 341, 3089, 510, 11, 437, 775, 309, 362, 30, 961, 311, 652, 309, 257, 2871, 13, 492, 528, 281, 4159, 309, 13, 823, 321, 528, 281, 483, 264, 2960, 295, 264, 614, 13], "avg_logprob": -0.5525914357929695, "compression_ratio": 1.6779661016949152, "no_speech_prob": 0.0, "words": [{"start": 1141.17, "end": 1141.49, "word": " To", "probability": 0.21484375}, {"start": 1141.49, "end": 1141.79, "word": " set", "probability": 0.2171630859375}, {"start": 1141.79, "end": 1141.95, "word": " the", "probability": 0.65283203125}, {"start": 1141.95, "end": 1142.27, "word": " date.", "probability": 0.83544921875}, {"start": 1142.69, "end": 1143.09, "word": " And", "probability": 0.34130859375}, {"start": 1143.09, "end": 1143.35, "word": " here,", "probability": 0.68359375}, {"start": 1143.47, "end": 1143.67, "word": " is", "probability": 0.22998046875}, {"start": 1143.67, "end": 1143.93, "word": " married", "probability": 0.57666015625}, {"start": 1143.93, "end": 1144.09, "word": " or", "probability": 0.81494140625}, {"start": 1144.09, "end": 1144.31, "word": " not,", "probability": 0.9228515625}, {"start": 1144.33, "end": 1144.89, "word": " checkbox.", "probability": 0.5850830078125}, {"start": 1145.51, "end": 1145.59, "word": " And", "probability": 0.51611328125}, {"start": 1145.59, "end": 1145.83, "word": " then", "probability": 0.430908203125}, {"start": 1145.83, "end": 1145.95, "word": " when", "probability": 0.5693359375}, {"start": 1145.95, "end": 1146.05, "word": " I", "probability": 0.9091796875}, {"start": 1146.05, "end": 1146.23, "word": " click", "probability": 0.5}, {"start": 1146.23, "end": 1146.43, "word": " on", "probability": 0.8330078125}, {"start": 1146.43, "end": 1146.57, "word": " the", "probability": 0.546875}, {"start": 1146.57, "end": 1146.93, "word": " ad,", "probability": 0.372802734375}, {"start": 1147.57, "end": 1147.79, "word": " the", "probability": 0.271484375}, {"start": 1147.79, "end": 1148.35, "word": " addition", "probability": 0.3427734375}, {"start": 1148.35, "end": 1148.37, "word": " is", "probability": 0.331787109375}, {"start": 1148.37, "end": 1148.37, "word": " made.", "probability": 0.328369140625}, {"start": 1148.43, "end": 1148.59, "word": " So,", "probability": 0.386962890625}, {"start": 1148.65, "end": 1148.71, "word": " the", "probability": 0.56640625}, {"start": 1148.71, "end": 1149.13, "word": " addition", "probability": 0.84375}, {"start": 1149.13, "end": 1149.33, "word": " is", "probability": 0.439453125}, {"start": 1149.33, "end": 1149.79, "word": " made", "probability": 0.7216796875}, {"start": 1149.79, "end": 1150.59, "word": " when", "probability": 0.51904296875}, {"start": 1150.59, "end": 1150.73, "word": " I", "probability": 0.9296875}, {"start": 1150.73, "end": 1150.87, "word": " click", "probability": 0.8515625}, {"start": 1150.87, "end": 1151.01, "word": " on", "probability": 0.92529296875}, {"start": 1151.01, "end": 1151.09, "word": " the", "probability": 0.865234375}, {"start": 1151.09, "end": 1151.29, "word": " ad.", "probability": 0.96484375}, {"start": 1151.55, "end": 1151.95, "word": " Okay?", "probability": 0.1983642578125}, {"start": 1153.15, "end": 1153.41, "word": " So,", "probability": 0.45703125}, {"start": 1153.55, "end": 1153.75, "word": " now", "probability": 0.66455078125}, {"start": 1153.75, "end": 1153.97, "word": " this", "probability": 0.4453125}, {"start": 1153.97, "end": 1154.31, "word": " code", "probability": 0.89794921875}, {"start": 1154.31, "end": 1154.73, "word": " here,", "probability": 0.393798828125}, {"start": 1154.83, "end": 1154.93, "word": " what", "probability": 0.40185546875}, {"start": 1154.93, "end": 1155.11, "word": " does", "probability": 0.54248046875}, {"start": 1155.11, "end": 1155.15, "word": " it", "probability": 0.94189453125}, {"start": 1155.15, "end": 1155.15, "word": " have?", "probability": 0.83642578125}, {"start": 1155.29, "end": 1155.49, "word": " Let's", "probability": 0.6298828125}, {"start": 1155.49, "end": 1155.65, "word": " make", "probability": 0.74560546875}, {"start": 1155.65, "end": 1155.93, "word": " it", "probability": 0.654296875}, {"start": 1155.93, "end": 1156.69, "word": " a", "probability": 0.48046875}, {"start": 1156.69, "end": 1156.97, "word": " comment.", "probability": 0.9482421875}, {"start": 1157.33, "end": 1157.51, "word": " We", "probability": 0.483154296875}, {"start": 1157.51, "end": 1157.61, "word": " want", "probability": 0.294677734375}, {"start": 1157.61, "end": 1157.83, "word": " to", "probability": 0.7080078125}, {"start": 1157.83, "end": 1157.83, "word": " remove", "probability": 0.4140625}, {"start": 1157.83, "end": 1157.97, "word": " it.", "probability": 0.77587890625}, {"start": 1158.25, "end": 1158.65, "word": " Now", "probability": 0.490478515625}, {"start": 1158.65, "end": 1163.83, "word": " we", "probability": 0.51416015625}, {"start": 1163.83, "end": 1164.01, "word": " want", "probability": 0.7275390625}, {"start": 1164.01, "end": 1164.15, "word": " to", "probability": 0.96484375}, {"start": 1164.15, "end": 1164.49, "word": " get", "probability": 0.59375}, {"start": 1164.49, "end": 1166.87, "word": " the", "probability": 0.62744140625}, {"start": 1166.87, "end": 1167.11, "word": " button", "probability": 0.287353515625}, {"start": 1167.11, "end": 1167.27, "word": " of", "probability": 0.6162109375}, {"start": 1167.27, "end": 1167.29, "word": " the", "probability": 0.8994140625}, {"start": 1167.29, "end": 1167.49, "word": " ad.", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 46, "seek": 117298, "start": 1169.44, "end": 1172.98, "text": "This is the add button, it's called save button", "tokens": [5723, 307, 264, 909, 2960, 11, 309, 311, 1219, 3155, 2960], "avg_logprob": -0.7480468650658926, "compression_ratio": 0.9791666666666666, "no_speech_prob": 0.0, "words": [{"start": 1169.44, "end": 1169.72, "word": "This", "probability": 0.26318359375}, {"start": 1169.72, "end": 1169.78, "word": " is", "probability": 0.72314453125}, {"start": 1169.78, "end": 1169.82, "word": " the", "probability": 0.3623046875}, {"start": 1169.82, "end": 1170.38, "word": " add", "probability": 0.300537109375}, {"start": 1170.38, "end": 1170.4, "word": " button,", "probability": 0.87939453125}, {"start": 1170.52, "end": 1170.58, "word": " it's", "probability": 0.40386962890625}, {"start": 1170.58, "end": 1170.74, "word": " called", "probability": 0.67236328125}, {"start": 1170.74, "end": 1172.68, "word": " save", "probability": 0.3896484375}, {"start": 1172.68, "end": 1172.98, "word": " button", "probability": 0.91162109375}], "temperature": 1.0}, {"id": 47, "seek": 123161, "start": 1202.6, "end": 1231.62, "text": " Here I made an action on the button Now I want to read from the other fields When I click on the button, I want to read this Let's see what names they have This is called name ed And this is called salary ed And this is called marriage checkbox We can get them by clicking on the button And I read them inside the button Final", "tokens": [1692, 286, 1027, 364, 3069, 322, 264, 2960, 823, 286, 528, 281, 1401, 490, 264, 661, 7909, 1133, 286, 2052, 322, 264, 2960, 11, 286, 528, 281, 1401, 341, 961, 311, 536, 437, 5288, 436, 362, 639, 307, 1219, 1315, 1257, 400, 341, 307, 1219, 15360, 1257, 400, 341, 307, 1219, 7194, 1520, 4995, 492, 393, 483, 552, 538, 9697, 322, 264, 2960, 400, 286, 1401, 552, 1854, 264, 2960, 13443], "avg_logprob": -0.4952257126569748, "compression_ratio": 1.7486631016042782, "no_speech_prob": 0.0, "words": [{"start": 1202.6, "end": 1203.0, "word": " Here", "probability": 0.1368408203125}, {"start": 1203.0, "end": 1203.16, "word": " I", "probability": 0.72998046875}, {"start": 1203.16, "end": 1203.3, "word": " made", "probability": 0.238037109375}, {"start": 1203.3, "end": 1203.86, "word": " an", "probability": 0.227294921875}, {"start": 1203.86, "end": 1203.86, "word": " action", "probability": 0.92626953125}, {"start": 1203.86, "end": 1204.66, "word": " on", "probability": 0.6103515625}, {"start": 1204.66, "end": 1204.9, "word": " the", "probability": 0.630859375}, {"start": 1204.9, "end": 1205.12, "word": " button", "probability": 0.220947265625}, {"start": 1205.12, "end": 1205.4, "word": " Now", "probability": 0.32861328125}, {"start": 1205.4, "end": 1205.48, "word": " I", "probability": 0.85302734375}, {"start": 1205.48, "end": 1205.58, "word": " want", "probability": 0.61669921875}, {"start": 1205.58, "end": 1205.7, "word": " to", "probability": 0.96044921875}, {"start": 1205.7, "end": 1205.9, "word": " read", "probability": 0.935546875}, {"start": 1205.9, "end": 1206.28, "word": " from", "probability": 0.71533203125}, {"start": 1206.28, "end": 1206.7, "word": " the", "probability": 0.59033203125}, {"start": 1206.7, "end": 1206.72, "word": " other", "probability": 0.61181640625}, {"start": 1206.72, "end": 1207.02, "word": " fields", "probability": 0.84765625}, {"start": 1207.02, "end": 1208.2, "word": " When", "probability": 0.45458984375}, {"start": 1208.2, "end": 1208.4, "word": " I", "probability": 0.96533203125}, {"start": 1208.4, "end": 1208.54, "word": " click", "probability": 0.467041015625}, {"start": 1208.54, "end": 1208.68, "word": " on", "probability": 0.88623046875}, {"start": 1208.68, "end": 1208.72, "word": " the", "probability": 0.77685546875}, {"start": 1208.72, "end": 1208.86, "word": " button,", "probability": 0.88720703125}, {"start": 1208.92, "end": 1208.96, "word": " I", "probability": 0.93603515625}, {"start": 1208.96, "end": 1209.06, "word": " want", "probability": 0.744140625}, {"start": 1209.06, "end": 1209.16, "word": " to", "probability": 0.96044921875}, {"start": 1209.16, "end": 1209.3, "word": " read", "probability": 0.95703125}, {"start": 1209.3, "end": 1209.64, "word": " this", "probability": 0.61669921875}, {"start": 1209.64, "end": 1211.58, "word": " Let's", "probability": 0.5545654296875}, {"start": 1211.58, "end": 1211.76, "word": " see", "probability": 0.80615234375}, {"start": 1211.76, "end": 1211.9, "word": " what", "probability": 0.552734375}, {"start": 1211.9, "end": 1212.18, "word": " names", "probability": 0.6708984375}, {"start": 1212.18, "end": 1212.36, "word": " they", "probability": 0.197265625}, {"start": 1212.36, "end": 1212.48, "word": " have", "probability": 0.381591796875}, {"start": 1212.48, "end": 1213.62, "word": " This", "probability": 0.50439453125}, {"start": 1213.62, "end": 1213.82, "word": " is", "probability": 0.66796875}, {"start": 1213.82, "end": 1214.3, "word": " called", "probability": 0.38525390625}, {"start": 1214.3, "end": 1216.24, "word": " name", "probability": 0.481689453125}, {"start": 1216.24, "end": 1216.62, "word": " ed", "probability": 0.25830078125}, {"start": 1216.62, "end": 1217.48, "word": " And", "probability": 0.29150390625}, {"start": 1217.48, "end": 1217.66, "word": " this", "probability": 0.90869140625}, {"start": 1217.66, "end": 1217.78, "word": " is", "probability": 0.87158203125}, {"start": 1217.78, "end": 1217.94, "word": " called", "probability": 0.75}, {"start": 1217.94, "end": 1218.24, "word": " salary", "probability": 0.88623046875}, {"start": 1218.24, "end": 1218.66, "word": " ed", "probability": 0.8798828125}, {"start": 1218.66, "end": 1219.22, "word": " And", "probability": 0.77392578125}, {"start": 1219.22, "end": 1219.42, "word": " this", "probability": 0.92578125}, {"start": 1219.42, "end": 1219.56, "word": " is", "probability": 0.916015625}, {"start": 1219.56, "end": 1220.88, "word": " called", "probability": 0.8505859375}, {"start": 1220.88, "end": 1221.44, "word": " marriage", "probability": 0.6953125}, {"start": 1221.44, "end": 1221.98, "word": " checkbox", "probability": 0.77978515625}, {"start": 1221.98, "end": 1228.14, "word": " We", "probability": 0.35986328125}, {"start": 1228.14, "end": 1228.32, "word": " can", "probability": 0.8955078125}, {"start": 1228.32, "end": 1228.54, "word": " get", "probability": 0.2744140625}, {"start": 1228.54, "end": 1228.64, "word": " them", "probability": 0.4853515625}, {"start": 1228.64, "end": 1228.78, "word": " by", "probability": 0.49609375}, {"start": 1228.78, "end": 1229.14, "word": " clicking", "probability": 0.54541015625}, {"start": 1229.14, "end": 1229.34, "word": " on", "probability": 0.8623046875}, {"start": 1229.34, "end": 1229.4, "word": " the", "probability": 0.8505859375}, {"start": 1229.4, "end": 1229.58, "word": " button", "probability": 0.8466796875}, {"start": 1229.58, "end": 1230.26, "word": " And", "probability": 0.492431640625}, {"start": 1230.26, "end": 1230.38, "word": " I", "probability": 0.734375}, {"start": 1230.38, "end": 1230.52, "word": " read", "probability": 0.77392578125}, {"start": 1230.52, "end": 1230.68, "word": " them", "probability": 0.7763671875}, {"start": 1230.68, "end": 1230.82, "word": " inside", "probability": 0.4296875}, {"start": 1230.82, "end": 1231.02, "word": " the", "probability": 0.77197265625}, {"start": 1231.02, "end": 1231.16, "word": " button", "probability": 0.83447265625}, {"start": 1231.16, "end": 1231.62, "word": " Final", "probability": 0.69873046875}], "temperature": 1.0}, {"id": 48, "seek": 125588, "start": 1233.34, "end": 1255.88, "text": "edit text find view by id r.id.name ed celery ed", "tokens": [292, 270, 2487, 915, 1910, 538, 4496, 367, 13, 327, 13, 16344, 1257, 37643, 1257], "avg_logprob": -0.45654295943677425, "compression_ratio": 0.8888888888888888, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1233.34, "end": 1233.78, "word": "edit", "probability": 0.6348876953125}, {"start": 1233.78, "end": 1234.22, "word": " text", "probability": 0.7890625}, {"start": 1234.22, "end": 1237.7, "word": " find", "probability": 0.13427734375}, {"start": 1237.7, "end": 1240.54, "word": " view", "probability": 0.55126953125}, {"start": 1240.54, "end": 1240.8, "word": " by", "probability": 0.93359375}, {"start": 1240.8, "end": 1241.18, "word": " id", "probability": 0.84033203125}, {"start": 1241.18, "end": 1241.54, "word": " r", "probability": 0.371337890625}, {"start": 1241.54, "end": 1242.18, "word": ".id", "probability": 0.83056640625}, {"start": 1242.18, "end": 1244.24, "word": ".name", "probability": 0.812744140625}, {"start": 1244.24, "end": 1245.5, "word": " ed", "probability": 0.6611328125}, {"start": 1245.5, "end": 1254.64, "word": " celery", "probability": 0.6640625}, {"start": 1254.64, "end": 1255.88, "word": " ed", "probability": 0.7158203125}], "temperature": 1.0}, {"id": 49, "seek": 130236, "start": 1283.71, "end": 1302.37, "text": "Okay, when I press the button, it goes to the name ed and says get text to string. String celery.", "tokens": [8297, 11, 562, 286, 1886, 264, 2960, 11, 309, 1709, 281, 264, 1315, 1257, 293, 1619, 483, 2487, 281, 6798, 13, 745, 2937, 37643, 13], "avg_logprob": -0.5778245054758512, "compression_ratio": 1.1149425287356323, "no_speech_prob": 0.0, "words": [{"start": 1283.71, "end": 1284.01, "word": "Okay,", "probability": 0.300537109375}, {"start": 1284.05, "end": 1284.27, "word": " when", "probability": 0.52099609375}, {"start": 1284.27, "end": 1284.45, "word": " I", "probability": 0.7236328125}, {"start": 1284.45, "end": 1284.61, "word": " press", "probability": 0.383544921875}, {"start": 1284.61, "end": 1285.13, "word": " the", "probability": 0.390625}, {"start": 1285.13, "end": 1285.13, "word": " button,", "probability": 0.607421875}, {"start": 1285.81, "end": 1285.91, "word": " it", "probability": 0.7294921875}, {"start": 1285.91, "end": 1286.13, "word": " goes", "probability": 0.275146484375}, {"start": 1286.13, "end": 1286.33, "word": " to", "probability": 0.876953125}, {"start": 1286.33, "end": 1286.43, "word": " the", "probability": 0.50439453125}, {"start": 1286.43, "end": 1286.67, "word": " name", "probability": 0.66845703125}, {"start": 1286.67, "end": 1286.99, "word": " ed", "probability": 0.1357421875}, {"start": 1286.99, "end": 1290.21, "word": " and", "probability": 0.615234375}, {"start": 1290.21, "end": 1290.47, "word": " says", "probability": 0.3583984375}, {"start": 1290.47, "end": 1290.75, "word": " get", "probability": 0.5322265625}, {"start": 1290.75, "end": 1291.35, "word": " text", "probability": 0.67724609375}, {"start": 1291.35, "end": 1292.49, "word": " to", "probability": 0.9619140625}, {"start": 1292.49, "end": 1292.89, "word": " string.", "probability": 0.833984375}, {"start": 1300.59, "end": 1301.19, "word": " String", "probability": 0.82958984375}, {"start": 1301.19, "end": 1302.37, "word": " celery.", "probability": 0.62451171875}], "temperature": 1.0}, {"id": 50, "seek": 132684, "start": 1320.42, "end": 1326.84, "text": " What did I do? I changed it to a number. Then Boolean.", "tokens": [708, 630, 286, 360, 30, 286, 3105, 309, 281, 257, 1230, 13, 1396, 23351, 28499, 13], "avg_logprob": -0.5280330882352942, "compression_ratio": 0.9016393442622951, "no_speech_prob": 0.0, "words": [{"start": 1320.42, "end": 1320.66, "word": " What", "probability": 0.298095703125}, {"start": 1320.66, "end": 1320.78, "word": " did", "probability": 0.73828125}, {"start": 1320.78, "end": 1320.78, "word": " I", "probability": 0.646484375}, {"start": 1320.78, "end": 1320.92, "word": " do?", "probability": 0.94775390625}, {"start": 1322.5, "end": 1323.06, "word": " I", "probability": 0.92431640625}, {"start": 1323.06, "end": 1323.3, "word": " changed", "probability": 0.34814453125}, {"start": 1323.3, "end": 1323.44, "word": " it", "probability": 0.634765625}, {"start": 1323.44, "end": 1323.46, "word": " to", "probability": 0.82568359375}, {"start": 1323.46, "end": 1323.76, "word": " a", "probability": 0.67724609375}, {"start": 1323.76, "end": 1323.76, "word": " number.", "probability": 0.76708984375}, {"start": 1324.92, "end": 1325.48, "word": " Then", "probability": 0.53173828125}, {"start": 1325.48, "end": 1326.84, "word": " Boolean.", "probability": 0.58270263671875}], "temperature": 1.0}, {"id": 51, "seek": 136520, "start": 1337.86, "end": 1365.2, "text": "I went to the checkbox and asked if it was checked and I stored it in what? In boolean Because this value is still in the date of birth This is the value that I added to the database Leave the date of birth for a while Because in order to add it to the database, I need who? I need this DB Right or wrong? High final Now, this is not the code that we wrote a while ago It is for the addition, right or wrong? I want to take it from here and put it here", "tokens": [40, 1437, 281, 264, 1520, 4995, 293, 2351, 498, 309, 390, 10033, 293, 286, 12187, 309, 294, 437, 30, 682, 748, 4812, 282, 1436, 341, 2158, 307, 920, 294, 264, 1137, 68, 295, 3965, 639, 307, 264, 2158, 300, 286, 3869, 281, 264, 8149, 9825, 264, 4002, 295, 3965, 337, 257, 1339, 1436, 294, 1668, 281, 909, 309, 281, 264, 8149, 11, 286, 643, 567, 30, 286, 643, 341, 26754, 1779, 420, 2085, 30, 5229, 2572, 823, 11, 341, 307, 406, 264, 3089, 300, 321, 4114, 257, 1339, 2057, 467, 307, 337, 264, 4500, 11, 558, 420, 2085, 30, 286, 528, 281, 747, 309, 490, 510, 293, 829, 309, 510], "avg_logprob": -0.48141893234338845, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1337.8600000000001, "end": 1338.18, "word": "I", "probability": 0.2174072265625}, {"start": 1338.18, "end": 1338.5, "word": " went", "probability": 0.5771484375}, {"start": 1338.5, "end": 1338.62, "word": " to", "probability": 0.94189453125}, {"start": 1338.62, "end": 1338.72, "word": " the", "probability": 0.31494140625}, {"start": 1338.72, "end": 1339.06, "word": " checkbox", "probability": 0.709716796875}, {"start": 1339.06, "end": 1339.16, "word": " and", "probability": 0.66552734375}, {"start": 1339.16, "end": 1339.22, "word": " asked", "probability": 0.170654296875}, {"start": 1339.22, "end": 1339.42, "word": " if", "probability": 0.246337890625}, {"start": 1339.42, "end": 1339.56, "word": " it", "probability": 0.81982421875}, {"start": 1339.56, "end": 1339.62, "word": " was", "probability": 0.477294921875}, {"start": 1339.62, "end": 1339.8, "word": " checked", "probability": 0.74951171875}, {"start": 1339.8, "end": 1339.9, "word": " and", "probability": 0.50830078125}, {"start": 1339.9, "end": 1340.0, "word": " I", "probability": 0.223388671875}, {"start": 1340.0, "end": 1340.22, "word": " stored", "probability": 0.302978515625}, {"start": 1340.22, "end": 1340.44, "word": " it", "probability": 0.84130859375}, {"start": 1340.44, "end": 1340.52, "word": " in", "probability": 0.7822265625}, {"start": 1340.52, "end": 1340.82, "word": " what?", "probability": 0.4404296875}, {"start": 1341.36, "end": 1341.68, "word": " In", "probability": 0.73388671875}, {"start": 1341.68, "end": 1342.02, "word": " boolean", "probability": 0.6631673177083334}, {"start": 1342.02, "end": 1342.56, "word": " Because", "probability": 0.456787109375}, {"start": 1342.56, "end": 1342.88, "word": " this", "probability": 0.408203125}, {"start": 1342.88, "end": 1343.28, "word": " value", "probability": 0.54052734375}, {"start": 1343.28, "end": 1344.1, "word": " is", "probability": 0.252197265625}, {"start": 1344.1, "end": 1344.36, "word": " still", "probability": 0.810546875}, {"start": 1344.36, "end": 1344.52, "word": " in", "probability": 0.5712890625}, {"start": 1344.52, "end": 1344.54, "word": " the", "probability": 0.77392578125}, {"start": 1344.54, "end": 1344.64, "word": " date", "probability": 0.35791015625}, {"start": 1344.64, "end": 1344.78, "word": " of", "probability": 0.96630859375}, {"start": 1344.78, "end": 1345.0, "word": " birth", "probability": 0.97607421875}, {"start": 1345.0, "end": 1345.54, "word": " This", "probability": 0.392578125}, {"start": 1345.54, "end": 1345.58, "word": " is", "probability": 0.630859375}, {"start": 1345.58, "end": 1345.68, "word": " the", "probability": 0.890625}, {"start": 1345.68, "end": 1345.82, "word": " value", "probability": 0.923828125}, {"start": 1345.82, "end": 1345.96, "word": " that", "probability": 0.472412109375}, {"start": 1345.96, "end": 1346.0, "word": " I", "probability": 0.7119140625}, {"start": 1346.0, "end": 1346.18, "word": " added", "probability": 0.74072265625}, {"start": 1346.18, "end": 1346.34, "word": " to", "probability": 0.56494140625}, {"start": 1346.34, "end": 1346.42, "word": " the", "probability": 0.86767578125}, {"start": 1346.42, "end": 1346.82, "word": " database", "probability": 0.87646484375}, {"start": 1346.82, "end": 1347.88, "word": " Leave", "probability": 0.32470703125}, {"start": 1347.88, "end": 1347.98, "word": " the", "probability": 0.7724609375}, {"start": 1347.98, "end": 1348.3, "word": " date", "probability": 0.6669921875}, {"start": 1348.3, "end": 1348.44, "word": " of", "probability": 0.96240234375}, {"start": 1348.44, "end": 1348.6, "word": " birth", "probability": 0.96875}, {"start": 1348.6, "end": 1348.72, "word": " for", "probability": 0.234375}, {"start": 1348.72, "end": 1348.82, "word": " a", "probability": 0.8974609375}, {"start": 1348.82, "end": 1348.9, "word": " while", "probability": 0.69482421875}, {"start": 1348.9, "end": 1349.56, "word": " Because", "probability": 0.75048828125}, {"start": 1349.56, "end": 1349.76, "word": " in", "probability": 0.3046875}, {"start": 1349.76, "end": 1349.76, "word": " order", "probability": 0.900390625}, {"start": 1349.76, "end": 1349.86, "word": " to", "probability": 0.95068359375}, {"start": 1349.86, "end": 1350.0, "word": " add", "probability": 0.91552734375}, {"start": 1350.0, "end": 1350.1, "word": " it", "probability": 0.80810546875}, {"start": 1350.1, "end": 1350.16, "word": " to", "probability": 0.939453125}, {"start": 1350.16, "end": 1350.32, "word": " the", "probability": 0.9072265625}, {"start": 1350.32, "end": 1350.48, "word": " database,", "probability": 0.919921875}, {"start": 1350.64, "end": 1350.64, "word": " I", "probability": 0.41552734375}, {"start": 1350.64, "end": 1350.84, "word": " need", "probability": 0.73876953125}, {"start": 1350.84, "end": 1351.1, "word": " who?", "probability": 0.2135009765625}, {"start": 1351.28, "end": 1351.42, "word": " I", "probability": 0.91748046875}, {"start": 1351.42, "end": 1351.58, "word": " need", "probability": 0.9091796875}, {"start": 1351.58, "end": 1351.76, "word": " this", "probability": 0.6708984375}, {"start": 1351.76, "end": 1352.06, "word": " DB", "probability": 0.497314453125}, {"start": 1352.06, "end": 1352.94, "word": " Right", "probability": 0.333984375}, {"start": 1352.94, "end": 1353.22, "word": " or", "probability": 0.78955078125}, {"start": 1353.22, "end": 1353.22, "word": " wrong?", "probability": 0.438232421875}, {"start": 1354.72, "end": 1355.04, "word": " High", "probability": 0.5068359375}, {"start": 1355.04, "end": 1355.44, "word": " final", "probability": 0.447509765625}, {"start": 1355.44, "end": 1358.26, "word": " Now,", "probability": 0.57763671875}, {"start": 1358.34, "end": 1358.52, "word": " this", "probability": 0.51123046875}, {"start": 1358.52, "end": 1358.52, "word": " is", "probability": 0.77099609375}, {"start": 1358.52, "end": 1358.52, "word": " not", "probability": 0.94140625}, {"start": 1358.52, "end": 1358.76, "word": " the", "probability": 0.90283203125}, {"start": 1358.76, "end": 1358.96, "word": " code", "probability": 0.91357421875}, {"start": 1358.96, "end": 1359.08, "word": " that", "probability": 0.7373046875}, {"start": 1359.08, "end": 1359.16, "word": " we", "probability": 0.82568359375}, {"start": 1359.16, "end": 1359.36, "word": " wrote", "probability": 0.8642578125}, {"start": 1359.36, "end": 1359.66, "word": " a", "probability": 0.4140625}, {"start": 1359.66, "end": 1359.9, "word": " while", "probability": 0.81201171875}, {"start": 1359.9, "end": 1359.9, "word": " ago", "probability": 0.89013671875}, {"start": 1359.9, "end": 1361.28, "word": " It", "probability": 0.509765625}, {"start": 1361.28, "end": 1361.36, "word": " is", "probability": 0.481201171875}, {"start": 1361.36, "end": 1361.52, "word": " for", "probability": 0.5048828125}, {"start": 1361.52, "end": 1361.58, "word": " the", "probability": 0.301025390625}, {"start": 1361.58, "end": 1361.88, "word": " addition,", "probability": 0.84423828125}, {"start": 1362.0, "end": 1362.14, "word": " right", "probability": 0.794921875}, {"start": 1362.14, "end": 1362.34, "word": " or", "probability": 0.955078125}, {"start": 1362.34, "end": 1362.42, "word": " wrong?", "probability": 0.818359375}, {"start": 1362.84, "end": 1363.16, "word": " I", "probability": 0.61669921875}, {"start": 1363.16, "end": 1363.22, "word": " want", "probability": 0.22265625}, {"start": 1363.22, "end": 1363.3, "word": " to", "probability": 0.9384765625}, {"start": 1363.3, "end": 1363.44, "word": " take", "probability": 0.7841796875}, {"start": 1363.44, "end": 1363.52, "word": " it", "probability": 0.82421875}, {"start": 1363.52, "end": 1363.6, "word": " from", "probability": 0.85009765625}, {"start": 1363.6, "end": 1363.92, "word": " here", "probability": 0.85400390625}, {"start": 1363.92, "end": 1364.7, "word": " and", "probability": 0.74755859375}, {"start": 1364.7, "end": 1364.92, "word": " put", "probability": 0.75048828125}, {"start": 1364.92, "end": 1365.06, "word": " it", "probability": 0.90771484375}, {"start": 1365.06, "end": 1365.2, "word": " here", "probability": 0.82861328125}], "temperature": 1.0}, {"id": 52, "seek": 139460, "start": 1366.86, "end": 1394.6, "text": " I make content values Name I put instead of what? Name Salary Salary Salary Ismarid Ismarid No, not Ismarid Either one or zero Right? Okay", "tokens": [286, 652, 2701, 4190, 13866, 286, 829, 2602, 295, 437, 30, 13866, 5996, 822, 5996, 822, 5996, 822, 1119, 6209, 327, 1119, 6209, 327, 883, 11, 406, 1119, 6209, 327, 13746, 472, 420, 4018, 1779, 30, 1033], "avg_logprob": -0.6118421178115042, "compression_ratio": 1.2990654205607477, "no_speech_prob": 0.0, "words": [{"start": 1366.86, "end": 1367.02, "word": " I", "probability": 0.11004638671875}, {"start": 1367.02, "end": 1367.16, "word": " make", "probability": 0.28515625}, {"start": 1367.16, "end": 1367.54, "word": " content", "probability": 0.77392578125}, {"start": 1367.54, "end": 1368.04, "word": " values", "probability": 0.8154296875}, {"start": 1368.04, "end": 1368.88, "word": " Name", "probability": 0.5439453125}, {"start": 1368.88, "end": 1369.82, "word": " I", "probability": 0.3916015625}, {"start": 1369.82, "end": 1369.98, "word": " put", "probability": 0.50439453125}, {"start": 1369.98, "end": 1370.26, "word": " instead", "probability": 0.759765625}, {"start": 1370.26, "end": 1370.26, "word": " of", "probability": 0.89013671875}, {"start": 1370.26, "end": 1370.66, "word": " what?", "probability": 0.433837890625}, {"start": 1370.76, "end": 1371.66, "word": " Name", "probability": 0.60791015625}, {"start": 1371.66, "end": 1373.54, "word": " Salary", "probability": 0.95849609375}, {"start": 1373.54, "end": 1375.28, "word": " Salary", "probability": 0.6422119140625}, {"start": 1375.28, "end": 1376.08, "word": " Salary", "probability": 0.6240234375}, {"start": 1376.08, "end": 1379.1, "word": " Ismarid", "probability": 0.48388671875}, {"start": 1379.1, "end": 1379.86, "word": " Ismarid", "probability": 0.771728515625}, {"start": 1379.86, "end": 1380.74, "word": " No,", "probability": 0.5087890625}, {"start": 1380.86, "end": 1381.02, "word": " not", "probability": 0.7431640625}, {"start": 1381.02, "end": 1381.54, "word": " Ismarid", "probability": 0.9275716145833334}, {"start": 1381.54, "end": 1382.2, "word": " Either", "probability": 0.2568359375}, {"start": 1382.2, "end": 1383.02, "word": " one", "probability": 0.537109375}, {"start": 1383.02, "end": 1383.86, "word": " or", "probability": 0.74755859375}, {"start": 1383.86, "end": 1384.2, "word": " zero", "probability": 0.873046875}, {"start": 1384.2, "end": 1385.2, "word": " Right?", "probability": 0.35400390625}, {"start": 1393.2, "end": 1394.6, "word": " Okay", "probability": 0.09820556640625}], "temperature": 1.0}, {"id": 53, "seek": 142110, "start": 1398.92, "end": 1421.1, "text": " Then Insert Employee Null Content Values. Is it clear or not guys? And here we do Else. What is Else here? If it is not less than one, it means that the process was added successfully.", "tokens": [1396, 36487, 26878, 1653, 426, 858, 30078, 7188, 1247, 13, 1119, 309, 1850, 420, 406, 1074, 30, 400, 510, 321, 360, 45472, 13, 708, 307, 45472, 510, 30, 759, 309, 307, 406, 1570, 813, 472, 11, 309, 1355, 300, 264, 1399, 390, 3869, 10727, 13], "avg_logprob": -0.636888606392819, "compression_ratio": 1.3120567375886525, "no_speech_prob": 0.0, "words": [{"start": 1398.9199999999998, "end": 1399.56, "word": " Then", "probability": 0.29931640625}, {"start": 1399.56, "end": 1400.2, "word": " Insert", "probability": 0.206298828125}, {"start": 1400.2, "end": 1401.16, "word": " Employee", "probability": 0.78662109375}, {"start": 1401.16, "end": 1401.42, "word": " Null", "probability": 0.6561279296875}, {"start": 1401.42, "end": 1401.82, "word": " Content", "probability": 0.892578125}, {"start": 1401.82, "end": 1402.58, "word": " Values.", "probability": 0.8408203125}, {"start": 1403.14, "end": 1403.14, "word": " Is", "probability": 0.54931640625}, {"start": 1403.14, "end": 1405.16, "word": " it", "probability": 0.62451171875}, {"start": 1405.16, "end": 1405.32, "word": " clear", "probability": 0.81689453125}, {"start": 1405.32, "end": 1405.6, "word": " or", "probability": 0.297607421875}, {"start": 1405.6, "end": 1405.78, "word": " not", "probability": 0.8994140625}, {"start": 1405.78, "end": 1406.1, "word": " guys?", "probability": 0.22412109375}, {"start": 1406.9, "end": 1407.5, "word": " And", "probability": 0.51318359375}, {"start": 1407.5, "end": 1407.88, "word": " here", "probability": 0.267333984375}, {"start": 1407.88, "end": 1407.88, "word": " we", "probability": 0.66064453125}, {"start": 1407.88, "end": 1407.88, "word": " do", "probability": 0.243896484375}, {"start": 1407.88, "end": 1408.32, "word": " Else.", "probability": 0.5}, {"start": 1411.88, "end": 1412.52, "word": " What", "probability": 0.72509765625}, {"start": 1412.52, "end": 1412.6, "word": " is", "probability": 0.376708984375}, {"start": 1412.6, "end": 1412.9, "word": " Else", "probability": 0.54296875}, {"start": 1412.9, "end": 1413.16, "word": " here?", "probability": 0.7421875}, {"start": 1413.3, "end": 1413.54, "word": " If", "probability": 0.8212890625}, {"start": 1413.54, "end": 1413.64, "word": " it", "probability": 0.6494140625}, {"start": 1413.64, "end": 1413.88, "word": " is", "probability": 0.435791015625}, {"start": 1413.88, "end": 1413.88, "word": " not", "probability": 0.900390625}, {"start": 1413.88, "end": 1414.2, "word": " less", "probability": 0.1290283203125}, {"start": 1414.2, "end": 1414.3, "word": " than", "probability": 0.90576171875}, {"start": 1414.3, "end": 1414.48, "word": " one,", "probability": 0.54052734375}, {"start": 1414.56, "end": 1414.74, "word": " it", "probability": 0.2064208984375}, {"start": 1414.74, "end": 1414.74, "word": " means", "probability": 0.90283203125}, {"start": 1414.74, "end": 1414.88, "word": " that", "probability": 0.62158203125}, {"start": 1414.88, "end": 1414.94, "word": " the", "probability": 0.654296875}, {"start": 1414.94, "end": 1415.14, "word": " process", "probability": 0.6015625}, {"start": 1415.14, "end": 1415.5, "word": " was", "probability": 0.46826171875}, {"start": 1415.5, "end": 1417.82, "word": " added", "probability": 0.1749267578125}, {"start": 1417.82, "end": 1421.1, "word": " successfully.", "probability": 0.85595703125}], "temperature": 1.0}, {"id": 54, "seek": 144123, "start": 1425.99, "end": 1441.23, "text": " We make sure that it is working and then we move on to history. It always tries step by step. And notice that this is a program that we also review what? The things that we took, right or wrong.", "tokens": [492, 652, 988, 300, 309, 307, 1364, 293, 550, 321, 1286, 322, 281, 2503, 13, 467, 1009, 9898, 1823, 538, 1823, 13, 400, 3449, 300, 341, 307, 257, 1461, 300, 321, 611, 3131, 437, 30, 440, 721, 300, 321, 1890, 11, 558, 420, 2085, 13], "avg_logprob": -0.6691576216531836, "compression_ratio": 1.3928571428571428, "no_speech_prob": 3.0159950256347656e-05, "words": [{"start": 1425.99, "end": 1426.21, "word": " We", "probability": 0.216796875}, {"start": 1426.21, "end": 1426.27, "word": " make", "probability": 0.257080078125}, {"start": 1426.27, "end": 1426.51, "word": " sure", "probability": 0.92919921875}, {"start": 1426.51, "end": 1426.63, "word": " that", "probability": 0.413818359375}, {"start": 1426.63, "end": 1426.79, "word": " it", "probability": 0.5107421875}, {"start": 1426.79, "end": 1426.83, "word": " is", "probability": 0.552734375}, {"start": 1426.83, "end": 1427.09, "word": " working", "probability": 0.37060546875}, {"start": 1427.09, "end": 1427.39, "word": " and", "probability": 0.353271484375}, {"start": 1427.39, "end": 1427.57, "word": " then", "probability": 0.6572265625}, {"start": 1427.57, "end": 1428.01, "word": " we", "probability": 0.49560546875}, {"start": 1428.01, "end": 1428.27, "word": " move", "probability": 0.56591796875}, {"start": 1428.27, "end": 1428.41, "word": " on", "probability": 0.39111328125}, {"start": 1428.41, "end": 1428.41, "word": " to", "probability": 0.86669921875}, {"start": 1428.41, "end": 1429.05, "word": " history.", "probability": 0.4365234375}, {"start": 1431.23, "end": 1431.67, "word": " It", "probability": 0.255859375}, {"start": 1431.67, "end": 1431.81, "word": " always", "probability": 0.201416015625}, {"start": 1431.81, "end": 1432.19, "word": " tries", "probability": 0.53564453125}, {"start": 1432.19, "end": 1432.45, "word": " step", "probability": 0.66064453125}, {"start": 1432.45, "end": 1432.59, "word": " by", "probability": 0.9619140625}, {"start": 1432.59, "end": 1432.83, "word": " step.", "probability": 0.92041015625}, {"start": 1436.33, "end": 1436.77, "word": " And", "probability": 0.3935546875}, {"start": 1436.77, "end": 1437.03, "word": " notice", "probability": 0.63232421875}, {"start": 1437.03, "end": 1437.23, "word": " that", "probability": 0.85595703125}, {"start": 1437.23, "end": 1437.45, "word": " this", "probability": 0.73095703125}, {"start": 1437.45, "end": 1437.45, "word": " is", "probability": 0.313720703125}, {"start": 1437.45, "end": 1437.61, "word": " a", "probability": 0.489013671875}, {"start": 1437.61, "end": 1437.89, "word": " program", "probability": 0.89111328125}, {"start": 1437.89, "end": 1438.03, "word": " that", "probability": 0.5107421875}, {"start": 1438.03, "end": 1438.11, "word": " we", "probability": 0.75634765625}, {"start": 1438.11, "end": 1438.21, "word": " also", "probability": 0.232177734375}, {"start": 1438.21, "end": 1438.39, "word": " review", "probability": 0.58349609375}, {"start": 1438.39, "end": 1439.13, "word": " what?", "probability": 0.1480712890625}, {"start": 1439.79, "end": 1439.93, "word": " The", "probability": 0.37744140625}, {"start": 1439.93, "end": 1440.05, "word": " things", "probability": 0.55859375}, {"start": 1440.05, "end": 1440.13, "word": " that", "probability": 0.595703125}, {"start": 1440.13, "end": 1440.45, "word": " we", "probability": 0.87939453125}, {"start": 1440.45, "end": 1440.45, "word": " took,", "probability": 0.5029296875}, {"start": 1440.67, "end": 1440.97, "word": " right", "probability": 0.45458984375}, {"start": 1440.97, "end": 1441.13, "word": " or", "probability": 0.93359375}, {"start": 1441.13, "end": 1441.23, "word": " wrong.", "probability": 0.67333984375}], "temperature": 1.0}, {"id": 55, "seek": 148081, "start": 1454.99, "end": 1480.81, "text": " Okay, this is Add Employee. What does this mean? Added successfully. We haven't talked about the date yet. We will talk about it at the gate. Okay? The date, guys, I made it here.", "tokens": [1033, 11, 341, 307, 5349, 26878, 1653, 13, 708, 775, 341, 914, 30, 5349, 292, 10727, 13, 492, 2378, 380, 2825, 466, 264, 4002, 1939, 13, 492, 486, 751, 466, 309, 412, 264, 8539, 13, 1033, 30, 440, 4002, 11, 1074, 11, 286, 1027, 309, 510, 13], "avg_logprob": -0.5354817708333334, "compression_ratio": 1.3333333333333333, "no_speech_prob": 0.0, "words": [{"start": 1454.99, "end": 1455.29, "word": " Okay,", "probability": 0.2276611328125}, {"start": 1455.37, "end": 1455.49, "word": " this", "probability": 0.34375}, {"start": 1455.49, "end": 1455.53, "word": " is", "probability": 0.70654296875}, {"start": 1455.53, "end": 1455.71, "word": " Add", "probability": 0.163818359375}, {"start": 1455.71, "end": 1461.43, "word": " Employee.", "probability": 0.794677734375}, {"start": 1469.01, "end": 1469.45, "word": " What", "probability": 0.40185546875}, {"start": 1469.45, "end": 1469.45, "word": " does", "probability": 0.44140625}, {"start": 1469.45, "end": 1469.45, "word": " this", "probability": 0.66796875}, {"start": 1469.45, "end": 1469.57, "word": " mean?", "probability": 0.37255859375}, {"start": 1470.19, "end": 1470.63, "word": " Added", "probability": 0.677490234375}, {"start": 1470.63, "end": 1471.91, "word": " successfully.", "probability": 0.6220703125}, {"start": 1474.89, "end": 1475.33, "word": " We", "probability": 0.640625}, {"start": 1475.33, "end": 1475.47, "word": " haven't", "probability": 0.636962890625}, {"start": 1475.47, "end": 1475.79, "word": " talked", "probability": 0.58740234375}, {"start": 1475.79, "end": 1476.09, "word": " about", "probability": 0.890625}, {"start": 1476.09, "end": 1476.09, "word": " the", "probability": 0.366943359375}, {"start": 1476.09, "end": 1476.09, "word": " date", "probability": 0.54345703125}, {"start": 1476.09, "end": 1476.13, "word": " yet.", "probability": 0.79931640625}, {"start": 1476.35, "end": 1476.37, "word": " We", "probability": 0.65869140625}, {"start": 1476.37, "end": 1476.57, "word": " will", "probability": 0.303955078125}, {"start": 1476.57, "end": 1476.79, "word": " talk", "probability": 0.80908203125}, {"start": 1476.79, "end": 1476.93, "word": " about", "probability": 0.90380859375}, {"start": 1476.93, "end": 1477.03, "word": " it", "probability": 0.68310546875}, {"start": 1477.03, "end": 1477.15, "word": " at", "probability": 0.39013671875}, {"start": 1477.15, "end": 1477.17, "word": " the", "probability": 0.779296875}, {"start": 1477.17, "end": 1477.35, "word": " gate.", "probability": 0.4140625}, {"start": 1477.67, "end": 1477.83, "word": " Okay?", "probability": 0.491455078125}, {"start": 1478.47, "end": 1478.65, "word": " The", "probability": 0.34326171875}, {"start": 1478.65, "end": 1478.89, "word": " date,", "probability": 0.869140625}, {"start": 1479.37, "end": 1479.37, "word": " guys,", "probability": 0.79541015625}, {"start": 1479.53, "end": 1479.67, "word": " I", "probability": 0.82080078125}, {"start": 1479.67, "end": 1479.97, "word": " made", "probability": 0.309326171875}, {"start": 1479.97, "end": 1480.25, "word": " it", "probability": 0.75537109375}, {"start": 1480.25, "end": 1480.81, "word": " here.", "probability": 0.822265625}], "temperature": 1.0}, {"id": 56, "seek": 150550, "start": 1482.28, "end": 1505.5, "text": " In the Add Employee, there is a button called Date of Birth Battle. The Date of Birth Battle, when I click on it, it should give me a dialogue. Date of Birth.", "tokens": [682, 264, 5349, 26878, 1653, 11, 456, 307, 257, 2960, 1219, 31805, 295, 24299, 11846, 13, 440, 31805, 295, 24299, 11846, 11, 562, 286, 2052, 322, 309, 11, 309, 820, 976, 385, 257, 10221, 13, 31805, 295, 24299, 13], "avg_logprob": -0.5632812291383743, "compression_ratio": 1.347457627118644, "no_speech_prob": 0.0, "words": [{"start": 1482.28, "end": 1482.5, "word": " In", "probability": 0.477783203125}, {"start": 1482.5, "end": 1482.58, "word": " the", "probability": 0.4755859375}, {"start": 1482.58, "end": 1482.76, "word": " Add", "probability": 0.182861328125}, {"start": 1482.76, "end": 1483.32, "word": " Employee,", "probability": 0.89501953125}, {"start": 1483.36, "end": 1483.64, "word": " there", "probability": 0.39892578125}, {"start": 1483.64, "end": 1483.64, "word": " is", "probability": 0.70458984375}, {"start": 1483.64, "end": 1484.04, "word": " a", "probability": 0.87060546875}, {"start": 1484.04, "end": 1484.1, "word": " button", "probability": 0.81591796875}, {"start": 1484.1, "end": 1485.08, "word": " called", "probability": 0.35986328125}, {"start": 1485.08, "end": 1486.76, "word": " Date", "probability": 0.369384765625}, {"start": 1486.76, "end": 1486.96, "word": " of", "probability": 0.767578125}, {"start": 1486.96, "end": 1487.28, "word": " Birth", "probability": 0.861328125}, {"start": 1487.28, "end": 1488.8, "word": " Battle.", "probability": 0.339599609375}, {"start": 1495.0, "end": 1495.52, "word": " The", "probability": 0.311767578125}, {"start": 1495.52, "end": 1495.74, "word": " Date", "probability": 0.60107421875}, {"start": 1495.74, "end": 1495.88, "word": " of", "probability": 0.95947265625}, {"start": 1495.88, "end": 1496.86, "word": " Birth", "probability": 0.9296875}, {"start": 1496.86, "end": 1497.2, "word": " Battle,", "probability": 0.88232421875}, {"start": 1497.22, "end": 1497.38, "word": " when", "probability": 0.69384765625}, {"start": 1497.38, "end": 1497.5, "word": " I", "probability": 0.8203125}, {"start": 1497.5, "end": 1497.72, "word": " click", "probability": 0.496337890625}, {"start": 1497.72, "end": 1497.92, "word": " on", "probability": 0.79931640625}, {"start": 1497.92, "end": 1498.4, "word": " it,", "probability": 0.927734375}, {"start": 1500.62, "end": 1500.62, "word": " it", "probability": 0.57373046875}, {"start": 1500.62, "end": 1500.88, "word": " should", "probability": 0.2099609375}, {"start": 1500.88, "end": 1501.34, "word": " give", "probability": 0.1240234375}, {"start": 1501.34, "end": 1501.64, "word": " me", "probability": 0.9150390625}, {"start": 1501.64, "end": 1501.74, "word": " a", "probability": 0.80224609375}, {"start": 1501.74, "end": 1502.2, "word": " dialogue.", "probability": 0.568359375}, {"start": 1504.46, "end": 1504.98, "word": " Date", "probability": 0.8623046875}, {"start": 1504.98, "end": 1505.24, "word": " of", "probability": 0.95654296875}, {"start": 1505.24, "end": 1505.5, "word": " Birth.", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 57, "seek": 153395, "start": 1506.83, "end": 1533.95, "text": "No, there is a database ready for the date of birth. How do we show this? The first thing is to get the button. Before we get everything, button date of birth button find view by id r.id.date of birth button", "tokens": [4540, 11, 456, 307, 257, 8149, 1919, 337, 264, 4002, 295, 3965, 13, 1012, 360, 321, 855, 341, 30, 440, 700, 551, 307, 281, 483, 264, 2960, 13, 4546, 321, 483, 1203, 11, 2960, 4002, 295, 3965, 2960, 915, 1910, 538, 4496, 367, 13, 327, 13, 17393, 295, 3965, 2960], "avg_logprob": -0.5487132306192436, "compression_ratio": 1.5681818181818181, "no_speech_prob": 0.0, "words": [{"start": 1506.83, "end": 1507.11, "word": "No,", "probability": 0.443603515625}, {"start": 1507.23, "end": 1507.39, "word": " there", "probability": 0.310791015625}, {"start": 1507.39, "end": 1507.39, "word": " is", "probability": 0.486572265625}, {"start": 1507.39, "end": 1507.53, "word": " a", "probability": 0.6240234375}, {"start": 1507.53, "end": 1507.75, "word": " database", "probability": 0.10516357421875}, {"start": 1507.75, "end": 1508.19, "word": " ready", "probability": 0.501953125}, {"start": 1508.19, "end": 1508.37, "word": " for", "probability": 0.85888671875}, {"start": 1508.37, "end": 1508.39, "word": " the", "probability": 0.19189453125}, {"start": 1508.39, "end": 1508.49, "word": " date", "probability": 0.65234375}, {"start": 1508.49, "end": 1508.63, "word": " of", "probability": 0.8701171875}, {"start": 1508.63, "end": 1508.81, "word": " birth.", "probability": 0.9716796875}, {"start": 1509.51, "end": 1510.09, "word": " How", "probability": 0.309326171875}, {"start": 1510.09, "end": 1510.67, "word": " do", "probability": 0.50439453125}, {"start": 1510.67, "end": 1510.67, "word": " we", "probability": 0.7841796875}, {"start": 1510.67, "end": 1511.05, "word": " show", "probability": 0.448974609375}, {"start": 1511.05, "end": 1511.31, "word": " this?", "probability": 0.6513671875}, {"start": 1511.67, "end": 1511.99, "word": " The", "probability": 0.291748046875}, {"start": 1511.99, "end": 1512.07, "word": " first", "probability": 0.87451171875}, {"start": 1512.07, "end": 1512.23, "word": " thing", "probability": 0.83447265625}, {"start": 1512.23, "end": 1512.35, "word": " is", "probability": 0.53759765625}, {"start": 1512.35, "end": 1512.41, "word": " to", "probability": 0.75}, {"start": 1512.41, "end": 1512.57, "word": " get", "probability": 0.472412109375}, {"start": 1512.57, "end": 1512.69, "word": " the", "probability": 0.84130859375}, {"start": 1512.69, "end": 1512.91, "word": " button.", "probability": 0.669921875}, {"start": 1513.13, "end": 1513.35, "word": " Before", "probability": 0.525390625}, {"start": 1513.35, "end": 1515.49, "word": " we", "probability": 0.260986328125}, {"start": 1515.49, "end": 1517.53, "word": " get", "probability": 0.428466796875}, {"start": 1517.53, "end": 1518.09, "word": " everything,", "probability": 0.63671875}, {"start": 1520.83, "end": 1521.85, "word": " button", "probability": 0.12493896484375}, {"start": 1521.85, "end": 1524.21, "word": " date", "probability": 0.37744140625}, {"start": 1524.21, "end": 1524.41, "word": " of", "probability": 0.5615234375}, {"start": 1524.41, "end": 1524.69, "word": " birth", "probability": 0.9755859375}, {"start": 1524.69, "end": 1525.17, "word": " button", "probability": 0.75244140625}, {"start": 1525.17, "end": 1527.25, "word": " find", "probability": 0.7890625}, {"start": 1527.25, "end": 1527.65, "word": " view", "probability": 0.442138671875}, {"start": 1527.65, "end": 1527.93, "word": " by", "probability": 0.94384765625}, {"start": 1527.93, "end": 1528.35, "word": " id", "probability": 0.8212890625}, {"start": 1528.35, "end": 1528.73, "word": " r", "probability": 0.65087890625}, {"start": 1528.73, "end": 1529.39, "word": ".id", "probability": 0.843017578125}, {"start": 1529.39, "end": 1530.43, "word": ".date", "probability": 0.892822265625}, {"start": 1530.43, "end": 1533.29, "word": " of", "probability": 0.57763671875}, {"start": 1533.29, "end": 1533.59, "word": " birth", "probability": 0.96728515625}, {"start": 1533.59, "end": 1533.95, "word": " button", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 58, "seek": 156823, "start": 1540.93, "end": 1568.23, "text": " Set onClickListener and you onClickListener I'm doing an action on the button When I press the button, it should give me a dialogue to enter the date I passed you the dialogue that appears in the calendar Okay, there's a dialogue ready It's called Date Picker Date Picker Dialogue It's ready, it's there Okay, it's called Date Picker Dialogue and there's another one called Time Picker Dialogue", "tokens": [8928, 322, 9966, 618, 35819, 260, 293, 291, 322, 9966, 618, 35819, 260, 286, 478, 884, 364, 3069, 322, 264, 2960, 1133, 286, 1886, 264, 2960, 11, 309, 820, 976, 385, 257, 10221, 281, 3242, 264, 4002, 286, 4678, 291, 264, 10221, 300, 7038, 294, 264, 12183, 1033, 11, 456, 311, 257, 10221, 1919, 467, 311, 1219, 31805, 14129, 260, 31805, 14129, 260, 29658, 7213, 467, 311, 1919, 11, 309, 311, 456, 1033, 11, 309, 311, 1219, 31805, 14129, 260, 29658, 7213, 293, 456, 311, 1071, 472, 1219, 6161, 14129, 260, 29658, 7213], "avg_logprob": -0.5678191381566068, "compression_ratio": 1.9651741293532339, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1540.93, "end": 1541.41, "word": " Set", "probability": 0.12030029296875}, {"start": 1541.41, "end": 1541.89, "word": " onClickListener", "probability": 0.7371826171875}, {"start": 1541.89, "end": 1542.11, "word": " and", "probability": 0.54052734375}, {"start": 1542.11, "end": 1542.39, "word": " you", "probability": 0.427490234375}, {"start": 1542.39, "end": 1545.85, "word": " onClickListener", "probability": 0.91962890625}, {"start": 1545.85, "end": 1546.75, "word": " I'm", "probability": 0.46881103515625}, {"start": 1546.75, "end": 1546.89, "word": " doing", "probability": 0.603515625}, {"start": 1546.89, "end": 1547.03, "word": " an", "probability": 0.177490234375}, {"start": 1547.03, "end": 1547.25, "word": " action", "probability": 0.919921875}, {"start": 1547.25, "end": 1547.41, "word": " on", "probability": 0.716796875}, {"start": 1547.41, "end": 1547.45, "word": " the", "probability": 0.68701171875}, {"start": 1547.45, "end": 1547.63, "word": " button", "probability": 0.42041015625}, {"start": 1547.63, "end": 1548.15, "word": " When", "probability": 0.437744140625}, {"start": 1548.15, "end": 1548.27, "word": " I", "probability": 0.9111328125}, {"start": 1548.27, "end": 1548.43, "word": " press", "probability": 0.475830078125}, {"start": 1548.43, "end": 1548.63, "word": " the", "probability": 0.76513671875}, {"start": 1548.63, "end": 1548.87, "word": " button,", "probability": 0.92333984375}, {"start": 1548.99, "end": 1548.99, "word": " it", "probability": 0.6142578125}, {"start": 1548.99, "end": 1549.29, "word": " should", "probability": 0.39501953125}, {"start": 1549.29, "end": 1549.83, "word": " give", "probability": 0.1763916015625}, {"start": 1549.83, "end": 1549.99, "word": " me", "probability": 0.896484375}, {"start": 1549.99, "end": 1550.03, "word": " a", "probability": 0.912109375}, {"start": 1550.03, "end": 1550.41, "word": " dialogue", "probability": 0.52392578125}, {"start": 1550.41, "end": 1550.89, "word": " to", "probability": 0.66552734375}, {"start": 1550.89, "end": 1551.39, "word": " enter", "probability": 0.41455078125}, {"start": 1551.39, "end": 1551.53, "word": " the", "probability": 0.5224609375}, {"start": 1551.53, "end": 1551.75, "word": " date", "probability": 0.80029296875}, {"start": 1551.75, "end": 1551.87, "word": " I", "probability": 0.170166015625}, {"start": 1551.87, "end": 1551.99, "word": " passed", "probability": 0.1455078125}, {"start": 1551.99, "end": 1552.31, "word": " you", "probability": 0.3203125}, {"start": 1552.31, "end": 1552.47, "word": " the", "probability": 0.390380859375}, {"start": 1552.47, "end": 1552.53, "word": " dialogue", "probability": 0.496826171875}, {"start": 1552.53, "end": 1552.53, "word": " that", "probability": 0.5595703125}, {"start": 1552.53, "end": 1552.91, "word": " appears", "probability": 0.485595703125}, {"start": 1552.91, "end": 1553.09, "word": " in", "probability": 0.720703125}, {"start": 1553.09, "end": 1554.09, "word": " the", "probability": 0.65869140625}, {"start": 1554.09, "end": 1554.41, "word": " calendar", "probability": 0.8837890625}, {"start": 1554.41, "end": 1555.19, "word": " Okay,", "probability": 0.2037353515625}, {"start": 1555.27, "end": 1556.07, "word": " there's", "probability": 0.389404296875}, {"start": 1556.07, "end": 1556.17, "word": " a", "probability": 0.86279296875}, {"start": 1556.17, "end": 1556.39, "word": " dialogue", "probability": 0.54150390625}, {"start": 1556.39, "end": 1556.85, "word": " ready", "probability": 0.314208984375}, {"start": 1556.85, "end": 1558.01, "word": " It's", "probability": 0.51678466796875}, {"start": 1558.01, "end": 1558.23, "word": " called", "probability": 0.771484375}, {"start": 1558.23, "end": 1558.81, "word": " Date", "probability": 0.6171875}, {"start": 1558.81, "end": 1559.95, "word": " Picker", "probability": 0.689208984375}, {"start": 1559.95, "end": 1562.31, "word": " Date", "probability": 0.3720703125}, {"start": 1562.31, "end": 1562.85, "word": " Picker", "probability": 0.84228515625}, {"start": 1562.85, "end": 1563.29, "word": " Dialogue", "probability": 0.85009765625}, {"start": 1563.29, "end": 1564.23, "word": " It's", "probability": 0.719482421875}, {"start": 1564.23, "end": 1564.47, "word": " ready,", "probability": 0.73974609375}, {"start": 1564.51, "end": 1564.67, "word": " it's", "probability": 0.72021484375}, {"start": 1564.67, "end": 1565.01, "word": " there", "probability": 0.2249755859375}, {"start": 1565.01, "end": 1565.51, "word": " Okay,", "probability": 0.230712890625}, {"start": 1565.71, "end": 1565.83, "word": " it's", "probability": 0.890869140625}, {"start": 1565.83, "end": 1565.91, "word": " called", "probability": 0.833984375}, {"start": 1565.91, "end": 1566.15, "word": " Date", "probability": 0.92333984375}, {"start": 1566.15, "end": 1566.47, "word": " Picker", "probability": 0.85009765625}, {"start": 1566.47, "end": 1566.47, "word": " Dialogue", "probability": 0.6851806640625}, {"start": 1566.47, "end": 1566.57, "word": " and", "probability": 0.333740234375}, {"start": 1566.57, "end": 1566.71, "word": " there's", "probability": 0.69482421875}, {"start": 1566.71, "end": 1567.13, "word": " another", "probability": 0.1815185546875}, {"start": 1567.13, "end": 1567.13, "word": " one", "probability": 0.564453125}, {"start": 1567.13, "end": 1567.13, "word": " called", "probability": 0.403076171875}, {"start": 1567.13, "end": 1567.47, "word": " Time", "probability": 0.810546875}, {"start": 1567.47, "end": 1567.87, "word": " Picker", "probability": 0.82373046875}, {"start": 1567.87, "end": 1568.23, "word": " Dialogue", "probability": 0.980712890625}], "temperature": 1.0}, {"id": 59, "seek": 159480, "start": 1569.12, "end": 1594.8, "text": "Which is the input of time This is for sure for you, not everyone should try it. I will try it for you. DatePickerDialog and this is like it DatePickerDialog, you create an object from it DatePickerDialog equals new DatePickerDialog DatePickerDialog takes how many things? 1,2,3,4,5 5 parameters", "tokens": [33785, 307, 264, 4846, 295, 565, 639, 307, 337, 988, 337, 291, 11, 406, 1518, 820, 853, 309, 13, 286, 486, 853, 309, 337, 291, 13, 31805, 47, 33804, 35, 831, 664, 293, 341, 307, 411, 309, 31805, 47, 33804, 35, 831, 664, 11, 291, 1884, 364, 2657, 490, 309, 31805, 47, 33804, 35, 831, 664, 6915, 777, 31805, 47, 33804, 35, 831, 664, 31805, 47, 33804, 35, 831, 664, 2516, 577, 867, 721, 30, 502, 11, 17, 11, 18, 11, 19, 11, 20, 1025, 9834], "avg_logprob": -0.48599138273589915, "compression_ratio": 1.6761363636363635, "no_speech_prob": 0.0, "words": [{"start": 1569.12, "end": 1569.34, "word": "Which", "probability": 0.1680908203125}, {"start": 1569.34, "end": 1569.48, "word": " is", "probability": 0.80859375}, {"start": 1569.48, "end": 1569.52, "word": " the", "probability": 0.14990234375}, {"start": 1569.52, "end": 1569.72, "word": " input", "probability": 0.25244140625}, {"start": 1569.72, "end": 1569.88, "word": " of", "probability": 0.7109375}, {"start": 1569.88, "end": 1570.18, "word": " time", "probability": 0.71630859375}, {"start": 1570.18, "end": 1571.08, "word": " This", "probability": 0.2457275390625}, {"start": 1571.08, "end": 1571.12, "word": " is", "probability": 0.5458984375}, {"start": 1571.12, "end": 1571.26, "word": " for", "probability": 0.1102294921875}, {"start": 1571.26, "end": 1571.4, "word": " sure", "probability": 0.302001953125}, {"start": 1571.4, "end": 1571.56, "word": " for", "probability": 0.62939453125}, {"start": 1571.56, "end": 1571.68, "word": " you,", "probability": 0.89404296875}, {"start": 1571.74, "end": 1571.86, "word": " not", "probability": 0.541015625}, {"start": 1571.86, "end": 1572.08, "word": " everyone", "probability": 0.181884765625}, {"start": 1572.08, "end": 1572.34, "word": " should", "probability": 0.374267578125}, {"start": 1572.34, "end": 1572.6, "word": " try", "probability": 0.869140625}, {"start": 1572.6, "end": 1572.78, "word": " it.", "probability": 0.59033203125}, {"start": 1572.82, "end": 1572.84, "word": " I", "probability": 0.54150390625}, {"start": 1572.84, "end": 1572.92, "word": " will", "probability": 0.4794921875}, {"start": 1572.92, "end": 1573.08, "word": " try", "probability": 0.8125}, {"start": 1573.08, "end": 1573.16, "word": " it", "probability": 0.44091796875}, {"start": 1573.16, "end": 1573.16, "word": " for", "probability": 0.49072265625}, {"start": 1573.16, "end": 1573.28, "word": " you.", "probability": 0.943359375}, {"start": 1574.04, "end": 1574.44, "word": " DatePickerDialog", "probability": 0.7544962565104166}, {"start": 1574.44, "end": 1574.52, "word": " and", "probability": 0.37744140625}, {"start": 1574.52, "end": 1574.66, "word": " this", "probability": 0.52587890625}, {"start": 1574.66, "end": 1574.74, "word": " is", "probability": 0.73291015625}, {"start": 1574.74, "end": 1574.92, "word": " like", "probability": 0.2958984375}, {"start": 1574.92, "end": 1575.6, "word": " it", "probability": 0.55419921875}, {"start": 1575.6, "end": 1578.34, "word": " DatePickerDialog,", "probability": 0.8734537760416666}, {"start": 1578.42, "end": 1578.54, "word": " you", "probability": 0.81201171875}, {"start": 1578.54, "end": 1578.8, "word": " create", "probability": 0.40087890625}, {"start": 1578.8, "end": 1579.06, "word": " an", "probability": 0.3818359375}, {"start": 1579.06, "end": 1579.34, "word": " object", "probability": 0.96337890625}, {"start": 1579.34, "end": 1579.54, "word": " from", "probability": 0.7529296875}, {"start": 1579.54, "end": 1579.84, "word": " it", "probability": 0.8671875}, {"start": 1579.84, "end": 1581.82, "word": " DatePickerDialog", "probability": 0.9563802083333334}, {"start": 1581.82, "end": 1582.38, "word": " equals", "probability": 0.2039794921875}, {"start": 1582.38, "end": 1582.82, "word": " new", "probability": 0.417236328125}, {"start": 1582.82, "end": 1585.96, "word": " DatePickerDialog", "probability": 0.9602864583333334}, {"start": 1585.96, "end": 1587.86, "word": " DatePickerDialog", "probability": 0.9644368489583334}, {"start": 1587.86, "end": 1588.58, "word": " takes", "probability": 0.76123046875}, {"start": 1588.58, "end": 1591.6, "word": " how", "probability": 0.21484375}, {"start": 1591.6, "end": 1591.68, "word": " many", "probability": 0.81201171875}, {"start": 1591.68, "end": 1591.96, "word": " things?", "probability": 0.60205078125}, {"start": 1592.04, "end": 1592.2, "word": " 1", "probability": 0.489013671875}, {"start": 1592.2, "end": 1592.58, "word": ",2", "probability": 0.69482421875}, {"start": 1592.58, "end": 1592.94, "word": ",3", "probability": 0.984619140625}, {"start": 1592.94, "end": 1593.26, "word": ",4", "probability": 0.9814453125}, {"start": 1593.26, "end": 1593.56, "word": ",5", "probability": 0.9638671875}, {"start": 1593.56, "end": 1594.1, "word": " 5", "probability": 0.32958984375}, {"start": 1594.1, "end": 1594.8, "word": " parameters", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 60, "seek": 162137, "start": 1597.27, "end": 1621.37, "text": "The first parameter is the context or activity that I am in, which is addImpActivity.this, okay? It is a reference to the activity that I am in, because at the end, in order for it to know where to display its data. The second parameter is a listener. A listener is what you want to do after determining the date.", "tokens": [2278, 700, 13075, 307, 264, 4319, 420, 5191, 300, 286, 669, 294, 11, 597, 307, 909, 43329, 30338, 4253, 13, 11176, 11, 1392, 30, 467, 307, 257, 6408, 281, 264, 5191, 300, 286, 669, 294, 11, 570, 412, 264, 917, 11, 294, 1668, 337, 309, 281, 458, 689, 281, 4674, 1080, 1412, 13, 440, 1150, 13075, 307, 257, 31569, 13, 316, 31569, 307, 437, 291, 528, 281, 360, 934, 23751, 264, 4002, 13], "avg_logprob": -0.4936655389296042, "compression_ratio": 1.656084656084656, "no_speech_prob": 0.0, "words": [{"start": 1597.27, "end": 1597.57, "word": "The", "probability": 0.42041015625}, {"start": 1597.57, "end": 1597.57, "word": " first", "probability": 0.86767578125}, {"start": 1597.57, "end": 1598.07, "word": " parameter", "probability": 0.94921875}, {"start": 1598.07, "end": 1598.33, "word": " is", "probability": 0.83544921875}, {"start": 1598.33, "end": 1598.39, "word": " the", "probability": 0.603515625}, {"start": 1598.39, "end": 1598.75, "word": " context", "probability": 0.70556640625}, {"start": 1598.75, "end": 1598.93, "word": " or", "probability": 0.6328125}, {"start": 1598.93, "end": 1599.35, "word": " activity", "probability": 0.5244140625}, {"start": 1599.35, "end": 1599.51, "word": " that", "probability": 0.3525390625}, {"start": 1599.51, "end": 1599.61, "word": " I", "probability": 0.796875}, {"start": 1599.61, "end": 1599.63, "word": " am", "probability": 0.5146484375}, {"start": 1599.63, "end": 1599.85, "word": " in,", "probability": 0.76025390625}, {"start": 1601.25, "end": 1601.29, "word": " which", "probability": 0.79248046875}, {"start": 1601.29, "end": 1601.65, "word": " is", "probability": 0.9365234375}, {"start": 1601.65, "end": 1604.19, "word": " addImpActivity", "probability": 0.6875}, {"start": 1604.19, "end": 1608.97, "word": ".this,", "probability": 0.813720703125}, {"start": 1610.15, "end": 1610.39, "word": " okay?", "probability": 0.35009765625}, {"start": 1610.57, "end": 1610.69, "word": " It", "probability": 0.2335205078125}, {"start": 1610.69, "end": 1610.69, "word": " is", "probability": 0.52978515625}, {"start": 1610.69, "end": 1610.69, "word": " a", "probability": 0.75634765625}, {"start": 1610.69, "end": 1610.91, "word": " reference", "probability": 0.8828125}, {"start": 1610.91, "end": 1611.11, "word": " to", "probability": 0.6708984375}, {"start": 1611.11, "end": 1611.15, "word": " the", "probability": 0.85693359375}, {"start": 1611.15, "end": 1611.47, "word": " activity", "probability": 0.93701171875}, {"start": 1611.47, "end": 1611.61, "word": " that", "probability": 0.7890625}, {"start": 1611.61, "end": 1611.71, "word": " I", "probability": 0.99169921875}, {"start": 1611.71, "end": 1611.75, "word": " am", "probability": 0.89111328125}, {"start": 1611.75, "end": 1611.93, "word": " in,", "probability": 0.90234375}, {"start": 1612.07, "end": 1612.25, "word": " because", "probability": 0.75537109375}, {"start": 1612.25, "end": 1612.41, "word": " at", "probability": 0.2169189453125}, {"start": 1612.41, "end": 1612.51, "word": " the", "probability": 0.90673828125}, {"start": 1612.51, "end": 1612.61, "word": " end,", "probability": 0.91943359375}, {"start": 1612.99, "end": 1613.51, "word": " in", "probability": 0.275634765625}, {"start": 1613.51, "end": 1613.53, "word": " order", "probability": 0.90625}, {"start": 1613.53, "end": 1613.55, "word": " for", "probability": 0.64794921875}, {"start": 1613.55, "end": 1613.63, "word": " it", "probability": 0.290283203125}, {"start": 1613.63, "end": 1613.63, "word": " to", "probability": 0.9609375}, {"start": 1613.63, "end": 1613.77, "word": " know", "probability": 0.81640625}, {"start": 1613.77, "end": 1613.93, "word": " where", "probability": 0.6787109375}, {"start": 1613.93, "end": 1613.99, "word": " to", "probability": 0.1973876953125}, {"start": 1613.99, "end": 1614.21, "word": " display", "probability": 0.3076171875}, {"start": 1614.21, "end": 1614.31, "word": " its", "probability": 0.55712890625}, {"start": 1614.31, "end": 1614.45, "word": " data.", "probability": 0.470703125}, {"start": 1614.91, "end": 1615.33, "word": " The", "probability": 0.7373046875}, {"start": 1615.33, "end": 1615.37, "word": " second", "probability": 0.86767578125}, {"start": 1615.37, "end": 1616.07, "word": " parameter", "probability": 0.9755859375}, {"start": 1616.07, "end": 1616.93, "word": " is", "probability": 0.88671875}, {"start": 1616.93, "end": 1617.39, "word": " a", "probability": 0.458984375}, {"start": 1617.39, "end": 1617.77, "word": " listener.", "probability": 0.88232421875}, {"start": 1619.13, "end": 1619.25, "word": " A", "probability": 0.3994140625}, {"start": 1619.25, "end": 1619.55, "word": " listener", "probability": 0.8662109375}, {"start": 1619.55, "end": 1619.87, "word": " is", "probability": 0.60400390625}, {"start": 1619.87, "end": 1620.37, "word": " what", "probability": 0.228271484375}, {"start": 1620.37, "end": 1620.37, "word": " you", "probability": 0.77880859375}, {"start": 1620.37, "end": 1620.37, "word": " want", "probability": 0.64990234375}, {"start": 1620.37, "end": 1620.37, "word": " to", "probability": 0.640625}, {"start": 1620.37, "end": 1620.37, "word": " do", "probability": 0.931640625}, {"start": 1620.37, "end": 1620.37, "word": " after", "probability": 0.7275390625}, {"start": 1620.37, "end": 1620.89, "word": " determining", "probability": 0.31640625}, {"start": 1620.89, "end": 1621.07, "word": " the", "probability": 0.7666015625}, {"start": 1621.07, "end": 1621.37, "word": " date.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 61, "seek": 164010, "start": 1623.56, "end": 1640.1, "text": " For example, when you click on battle, what will it do? After selecting the date, what will it do? Leave it blank. The three other parameters are not related to the current date. This date picker, if you don't show it,", "tokens": [1171, 1365, 11, 562, 291, 2052, 322, 4635, 11, 437, 486, 309, 360, 30, 2381, 18182, 264, 4002, 11, 437, 486, 309, 360, 30, 9825, 309, 8247, 13, 440, 1045, 661, 9834, 366, 406, 4077, 281, 264, 2190, 4002, 13, 639, 4002, 1888, 260, 11, 498, 291, 500, 380, 855, 309, 11], "avg_logprob": -0.6344339847564697, "compression_ratio": 1.46, "no_speech_prob": 0.0, "words": [{"start": 1623.56, "end": 1623.86, "word": " For", "probability": 0.22509765625}, {"start": 1623.86, "end": 1624.08, "word": " example,", "probability": 0.85009765625}, {"start": 1624.2, "end": 1624.26, "word": " when", "probability": 0.397216796875}, {"start": 1624.26, "end": 1624.38, "word": " you", "probability": 0.87890625}, {"start": 1624.38, "end": 1624.52, "word": " click", "probability": 0.482666015625}, {"start": 1624.52, "end": 1624.66, "word": " on", "probability": 0.80078125}, {"start": 1624.66, "end": 1625.0, "word": " battle,", "probability": 0.171875}, {"start": 1625.5, "end": 1625.66, "word": " what", "probability": 0.42822265625}, {"start": 1625.66, "end": 1625.78, "word": " will", "probability": 0.340576171875}, {"start": 1625.78, "end": 1625.88, "word": " it", "probability": 0.49951171875}, {"start": 1625.88, "end": 1626.1, "word": " do?", "probability": 0.9208984375}, {"start": 1626.36, "end": 1626.8, "word": " After", "probability": 0.25390625}, {"start": 1626.8, "end": 1627.32, "word": " selecting", "probability": 0.28076171875}, {"start": 1627.32, "end": 1627.44, "word": " the", "probability": 0.53466796875}, {"start": 1627.44, "end": 1627.76, "word": " date,", "probability": 0.90771484375}, {"start": 1628.0, "end": 1628.36, "word": " what", "probability": 0.8369140625}, {"start": 1628.36, "end": 1628.44, "word": " will", "probability": 0.697265625}, {"start": 1628.44, "end": 1628.46, "word": " it", "probability": 0.79833984375}, {"start": 1628.46, "end": 1628.66, "word": " do?", "probability": 0.94482421875}, {"start": 1629.74, "end": 1630.18, "word": " Leave", "probability": 0.159912109375}, {"start": 1630.18, "end": 1630.38, "word": " it", "probability": 0.471435546875}, {"start": 1630.38, "end": 1630.6, "word": " blank.", "probability": 0.58154296875}, {"start": 1632.18, "end": 1632.62, "word": " The", "probability": 0.2332763671875}, {"start": 1632.62, "end": 1634.26, "word": " three", "probability": 0.467041015625}, {"start": 1634.26, "end": 1635.12, "word": " other", "probability": 0.493408203125}, {"start": 1635.12, "end": 1635.22, "word": " parameters", "probability": 0.9423828125}, {"start": 1635.22, "end": 1635.84, "word": " are", "probability": 0.21044921875}, {"start": 1635.84, "end": 1636.06, "word": " not", "probability": 0.61474609375}, {"start": 1636.06, "end": 1636.14, "word": " related", "probability": 0.316162109375}, {"start": 1636.14, "end": 1636.46, "word": " to", "probability": 0.95166015625}, {"start": 1636.46, "end": 1636.52, "word": " the", "probability": 0.744140625}, {"start": 1636.52, "end": 1636.52, "word": " current", "probability": 0.466552734375}, {"start": 1636.52, "end": 1637.34, "word": " date.", "probability": 0.939453125}, {"start": 1638.06, "end": 1638.28, "word": " This", "probability": 0.1578369140625}, {"start": 1638.28, "end": 1638.68, "word": " date", "probability": 0.7001953125}, {"start": 1638.68, "end": 1639.14, "word": " picker,", "probability": 0.850830078125}, {"start": 1639.18, "end": 1639.32, "word": " if", "probability": 0.54443359375}, {"start": 1639.32, "end": 1639.5, "word": " you", "probability": 0.853515625}, {"start": 1639.5, "end": 1639.62, "word": " don't", "probability": 0.697021484375}, {"start": 1639.62, "end": 1639.88, "word": " show", "probability": 0.30859375}, {"start": 1639.88, "end": 1640.1, "word": " it,", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 62, "seek": 166317, "start": 1641.41, "end": 1663.17, "text": "As soon as you open the screen, the date of the day will appear. For example, correct or not? So now I want to make it show the date of the day. You have to send it the year, month and day. For example, I want the date of the day to be 2018-11-24.", "tokens": [10884, 2321, 382, 291, 1269, 264, 2568, 11, 264, 4002, 295, 264, 786, 486, 4204, 13, 1171, 1365, 11, 3006, 420, 406, 30, 407, 586, 286, 528, 281, 652, 309, 855, 264, 4002, 295, 264, 786, 13, 509, 362, 281, 2845, 309, 264, 1064, 11, 1618, 293, 786, 13, 1171, 1365, 11, 286, 528, 264, 4002, 295, 264, 786, 281, 312, 6096, 12, 5348, 12, 7911, 13], "avg_logprob": -0.41911764968844023, "compression_ratio": 1.5632911392405062, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1641.4099999999999, "end": 1641.85, "word": "As", "probability": 0.1534423828125}, {"start": 1641.85, "end": 1642.29, "word": " soon", "probability": 0.95361328125}, {"start": 1642.29, "end": 1642.35, "word": " as", "probability": 0.970703125}, {"start": 1642.35, "end": 1642.51, "word": " you", "probability": 0.89306640625}, {"start": 1642.51, "end": 1642.69, "word": " open", "probability": 0.6533203125}, {"start": 1642.69, "end": 1642.91, "word": " the", "probability": 0.7490234375}, {"start": 1642.91, "end": 1643.25, "word": " screen,", "probability": 0.599609375}, {"start": 1644.33, "end": 1644.79, "word": " the", "probability": 0.35693359375}, {"start": 1644.79, "end": 1644.93, "word": " date", "probability": 0.7919921875}, {"start": 1644.93, "end": 1645.11, "word": " of", "probability": 0.65625}, {"start": 1645.11, "end": 1645.11, "word": " the", "probability": 0.77392578125}, {"start": 1645.11, "end": 1645.29, "word": " day", "probability": 0.95703125}, {"start": 1645.29, "end": 1645.31, "word": " will", "probability": 0.59326171875}, {"start": 1645.31, "end": 1645.31, "word": " appear.", "probability": 0.48876953125}, {"start": 1645.75, "end": 1646.01, "word": " For", "probability": 0.58349609375}, {"start": 1646.01, "end": 1646.15, "word": " example,", "probability": 0.91650390625}, {"start": 1646.41, "end": 1646.63, "word": " correct", "probability": 0.27294921875}, {"start": 1646.63, "end": 1646.79, "word": " or", "probability": 0.900390625}, {"start": 1646.79, "end": 1646.85, "word": " not?", "probability": 0.88720703125}, {"start": 1647.49, "end": 1647.75, "word": " So", "probability": 0.55224609375}, {"start": 1647.75, "end": 1648.25, "word": " now", "probability": 0.67626953125}, {"start": 1648.25, "end": 1648.59, "word": " I", "probability": 0.47412109375}, {"start": 1648.59, "end": 1648.85, "word": " want", "probability": 0.46337890625}, {"start": 1648.85, "end": 1649.29, "word": " to", "probability": 0.69384765625}, {"start": 1649.29, "end": 1649.47, "word": " make", "probability": 0.25146484375}, {"start": 1649.47, "end": 1649.93, "word": " it", "probability": 0.5224609375}, {"start": 1649.93, "end": 1650.49, "word": " show", "probability": 0.244140625}, {"start": 1650.49, "end": 1650.63, "word": " the", "probability": 0.73828125}, {"start": 1650.63, "end": 1650.83, "word": " date", "probability": 0.91357421875}, {"start": 1650.83, "end": 1650.99, "word": " of", "probability": 0.93798828125}, {"start": 1650.99, "end": 1650.99, "word": " the", "probability": 0.873046875}, {"start": 1650.99, "end": 1651.13, "word": " day.", "probability": 0.95751953125}, {"start": 1651.39, "end": 1651.49, "word": " You", "probability": 0.63427734375}, {"start": 1651.49, "end": 1651.59, "word": " have", "probability": 0.30078125}, {"start": 1651.59, "end": 1651.69, "word": " to", "probability": 0.96630859375}, {"start": 1651.69, "end": 1651.89, "word": " send", "probability": 0.21826171875}, {"start": 1651.89, "end": 1652.05, "word": " it", "probability": 0.51904296875}, {"start": 1652.05, "end": 1652.13, "word": " the", "probability": 0.8447265625}, {"start": 1652.13, "end": 1652.37, "word": " year,", "probability": 0.86669921875}, {"start": 1653.09, "end": 1653.45, "word": " month", "probability": 0.7041015625}, {"start": 1653.45, "end": 1654.57, "word": " and", "probability": 0.61181640625}, {"start": 1654.57, "end": 1654.85, "word": " day.", "probability": 0.83349609375}, {"start": 1655.59, "end": 1656.03, "word": " For", "probability": 0.5751953125}, {"start": 1656.03, "end": 1656.29, "word": " example,", "probability": 0.958984375}, {"start": 1656.45, "end": 1656.47, "word": " I", "probability": 0.78955078125}, {"start": 1656.47, "end": 1656.89, "word": " want", "probability": 0.814453125}, {"start": 1656.89, "end": 1658.33, "word": " the", "probability": 0.81201171875}, {"start": 1658.33, "end": 1658.53, "word": " date", "probability": 0.89453125}, {"start": 1658.53, "end": 1658.71, "word": " of", "probability": 0.95556640625}, {"start": 1658.71, "end": 1658.71, "word": " the", "probability": 0.88330078125}, {"start": 1658.71, "end": 1658.83, "word": " day", "probability": 0.95166015625}, {"start": 1658.83, "end": 1659.01, "word": " to", "probability": 0.27734375}, {"start": 1659.01, "end": 1659.17, "word": " be", "probability": 0.90576171875}, {"start": 1659.17, "end": 1659.63, "word": " 2018", "probability": 0.830078125}, {"start": 1659.63, "end": 1661.91, "word": "-11", "probability": 0.59765625}, {"start": 1661.91, "end": 1663.17, "word": "-24.", "probability": 0.98095703125}], "temperature": 1.0}, {"id": 63, "seek": 169477, "start": 1666.51, "end": 1694.77, "text": " But of course you can't write it like that, because we want to get it the exact date of the day. How do we get it from the device? Here is the question. To get the date of the device, there is a class in Java called Calendar. What is its relation to date? CalendarC equals Calendar.getInstance. This is a static method.", "tokens": [583, 295, 1164, 291, 393, 380, 2464, 309, 411, 300, 11, 570, 321, 528, 281, 483, 309, 264, 1900, 4002, 295, 264, 786, 13, 1012, 360, 321, 483, 309, 490, 264, 4302, 30, 1692, 307, 264, 1168, 13, 1407, 483, 264, 4002, 295, 264, 4302, 11, 456, 307, 257, 1508, 294, 10745, 1219, 43583, 13, 708, 307, 1080, 9721, 281, 4002, 30, 43583, 34, 6915, 43583, 13, 847, 28411, 719, 13, 639, 307, 257, 13437, 3170, 13], "avg_logprob": -0.5120192300050687, "compression_ratio": 1.592039800995025, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1666.51, "end": 1666.95, "word": " But", "probability": 0.47705078125}, {"start": 1666.95, "end": 1667.25, "word": " of", "probability": 0.32470703125}, {"start": 1667.25, "end": 1667.25, "word": " course", "probability": 0.87890625}, {"start": 1667.25, "end": 1667.37, "word": " you", "probability": 0.60546875}, {"start": 1667.37, "end": 1667.63, "word": " can't", "probability": 0.671875}, {"start": 1667.63, "end": 1667.93, "word": " write", "probability": 0.615234375}, {"start": 1667.93, "end": 1668.07, "word": " it", "probability": 0.40283203125}, {"start": 1668.07, "end": 1668.19, "word": " like", "probability": 0.5029296875}, {"start": 1668.19, "end": 1668.29, "word": " that,", "probability": 0.5849609375}, {"start": 1668.35, "end": 1668.45, "word": " because", "probability": 0.75244140625}, {"start": 1668.45, "end": 1668.65, "word": " we", "probability": 0.53125}, {"start": 1668.65, "end": 1668.83, "word": " want", "probability": 0.34228515625}, {"start": 1668.83, "end": 1668.91, "word": " to", "probability": 0.78271484375}, {"start": 1668.91, "end": 1669.03, "word": " get", "probability": 0.212646484375}, {"start": 1669.03, "end": 1669.17, "word": " it", "probability": 0.264404296875}, {"start": 1669.17, "end": 1670.03, "word": " the", "probability": 0.2071533203125}, {"start": 1670.03, "end": 1670.11, "word": " exact", "probability": 0.50732421875}, {"start": 1670.11, "end": 1670.67, "word": " date", "probability": 0.86572265625}, {"start": 1670.67, "end": 1670.83, "word": " of", "probability": 0.6708984375}, {"start": 1670.83, "end": 1670.85, "word": " the", "probability": 0.5439453125}, {"start": 1670.85, "end": 1670.95, "word": " day.", "probability": 0.84716796875}, {"start": 1672.69, "end": 1673.13, "word": " How", "probability": 0.5107421875}, {"start": 1673.13, "end": 1673.27, "word": " do", "probability": 0.37890625}, {"start": 1673.27, "end": 1673.31, "word": " we", "probability": 0.84130859375}, {"start": 1673.31, "end": 1673.43, "word": " get", "probability": 0.7646484375}, {"start": 1673.43, "end": 1673.49, "word": " it", "probability": 0.7724609375}, {"start": 1673.49, "end": 1673.57, "word": " from", "probability": 0.8134765625}, {"start": 1673.57, "end": 1673.71, "word": " the", "probability": 0.80419921875}, {"start": 1673.71, "end": 1673.95, "word": " device?", "probability": 0.73681640625}, {"start": 1674.59, "end": 1674.83, "word": " Here", "probability": 0.355224609375}, {"start": 1674.83, "end": 1674.87, "word": " is", "probability": 0.480224609375}, {"start": 1674.87, "end": 1674.99, "word": " the", "probability": 0.875}, {"start": 1674.99, "end": 1675.25, "word": " question.", "probability": 0.919921875}, {"start": 1675.91, "end": 1676.35, "word": " To", "probability": 0.373779296875}, {"start": 1676.35, "end": 1677.57, "word": " get", "probability": 0.358642578125}, {"start": 1677.57, "end": 1677.71, "word": " the", "probability": 0.8408203125}, {"start": 1677.71, "end": 1677.87, "word": " date", "probability": 0.61376953125}, {"start": 1677.87, "end": 1678.09, "word": " of", "probability": 0.8125}, {"start": 1678.09, "end": 1678.23, "word": " the", "probability": 0.76025390625}, {"start": 1678.23, "end": 1678.59, "word": " device,", "probability": 0.6240234375}, {"start": 1679.39, "end": 1679.77, "word": " there", "probability": 0.489013671875}, {"start": 1679.77, "end": 1679.87, "word": " is", "probability": 0.806640625}, {"start": 1679.87, "end": 1681.49, "word": " a", "probability": 0.88232421875}, {"start": 1681.49, "end": 1681.79, "word": " class", "probability": 0.91796875}, {"start": 1681.79, "end": 1681.85, "word": " in", "probability": 0.62109375}, {"start": 1681.85, "end": 1681.85, "word": " Java", "probability": 0.67919921875}, {"start": 1681.85, "end": 1682.09, "word": " called", "probability": 0.63232421875}, {"start": 1682.09, "end": 1682.47, "word": " Calendar.", "probability": 0.50048828125}, {"start": 1682.91, "end": 1683.25, "word": " What", "probability": 0.54443359375}, {"start": 1683.25, "end": 1683.25, "word": " is", "probability": 0.56884765625}, {"start": 1683.25, "end": 1683.49, "word": " its", "probability": 0.365478515625}, {"start": 1683.49, "end": 1683.65, "word": " relation", "probability": 0.55810546875}, {"start": 1683.65, "end": 1683.81, "word": " to", "probability": 0.78857421875}, {"start": 1683.81, "end": 1684.13, "word": " date?", "probability": 0.5859375}, {"start": 1686.83, "end": 1687.27, "word": " CalendarC", "probability": 0.538330078125}, {"start": 1687.27, "end": 1688.09, "word": " equals", "probability": 0.09197998046875}, {"start": 1688.09, "end": 1688.59, "word": " Calendar", "probability": 0.619140625}, {"start": 1688.59, "end": 1690.69, "word": ".getInstance.", "probability": 0.827392578125}, {"start": 1693.43, "end": 1693.87, "word": " This", "probability": 0.7880859375}, {"start": 1693.87, "end": 1693.99, "word": " is", "probability": 0.91650390625}, {"start": 1693.99, "end": 1694.07, "word": " a", "probability": 0.469482421875}, {"start": 1694.07, "end": 1694.37, "word": " static", "probability": 0.93359375}, {"start": 1694.37, "end": 1694.77, "word": " method.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 64, "seek": 171908, "start": 1695.68, "end": 1719.08, "text": "It's in a class called Calendar When you say Get Instance, it returns you an object from it, Calendar. What did I call it? C. It tells you that C has a date of the day. When you say Get Instance, it returns you an object from it, Calendar, with a date of the day. How do we get the date of the day? You have to bring the year, month and day separately. You go to C and say Get.", "tokens": [3522, 311, 294, 257, 1508, 1219, 43583, 1133, 291, 584, 3240, 2730, 719, 11, 309, 11247, 291, 364, 2657, 490, 309, 11, 43583, 13, 708, 630, 286, 818, 309, 30, 383, 13, 467, 5112, 291, 300, 383, 575, 257, 4002, 295, 264, 786, 13, 1133, 291, 584, 3240, 2730, 719, 11, 309, 11247, 291, 364, 2657, 490, 309, 11, 43583, 11, 365, 257, 4002, 295, 264, 786, 13, 1012, 360, 321, 483, 264, 4002, 295, 264, 786, 30, 509, 362, 281, 1565, 264, 1064, 11, 1618, 293, 786, 14759, 13, 509, 352, 281, 383, 293, 584, 3240, 13], "avg_logprob": -0.4535984824402164, "compression_ratio": 1.9635416666666667, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1695.68, "end": 1695.88, "word": "It's", "probability": 0.3629150390625}, {"start": 1695.88, "end": 1696.1, "word": " in", "probability": 0.4462890625}, {"start": 1696.1, "end": 1696.28, "word": " a", "probability": 0.67431640625}, {"start": 1696.28, "end": 1696.5, "word": " class", "probability": 0.93408203125}, {"start": 1696.5, "end": 1696.74, "word": " called", "probability": 0.56982421875}, {"start": 1696.74, "end": 1697.16, "word": " Calendar", "probability": 0.44384765625}, {"start": 1697.16, "end": 1698.08, "word": " When", "probability": 0.49462890625}, {"start": 1698.08, "end": 1698.24, "word": " you", "probability": 0.9453125}, {"start": 1698.24, "end": 1698.36, "word": " say", "probability": 0.509765625}, {"start": 1698.36, "end": 1698.58, "word": " Get", "probability": 0.31494140625}, {"start": 1698.58, "end": 1699.04, "word": " Instance,", "probability": 0.756103515625}, {"start": 1699.12, "end": 1699.16, "word": " it", "probability": 0.72900390625}, {"start": 1699.16, "end": 1699.48, "word": " returns", "probability": 0.337890625}, {"start": 1699.48, "end": 1699.68, "word": " you", "probability": 0.3408203125}, {"start": 1699.68, "end": 1699.78, "word": " an", "probability": 0.5234375}, {"start": 1699.78, "end": 1700.02, "word": " object", "probability": 0.91259765625}, {"start": 1700.02, "end": 1700.2, "word": " from", "probability": 0.296875}, {"start": 1700.2, "end": 1700.54, "word": " it,", "probability": 0.3349609375}, {"start": 1701.1, "end": 1701.4, "word": " Calendar.", "probability": 0.38232421875}, {"start": 1701.54, "end": 1701.68, "word": " What", "probability": 0.7421875}, {"start": 1701.68, "end": 1701.72, "word": " did", "probability": 0.7451171875}, {"start": 1701.72, "end": 1702.08, "word": " I", "probability": 0.86083984375}, {"start": 1702.08, "end": 1702.08, "word": " call", "probability": 0.59521484375}, {"start": 1702.08, "end": 1702.1, "word": " it?", "probability": 0.90576171875}, {"start": 1702.8, "end": 1703.2, "word": " C.", "probability": 0.7138671875}, {"start": 1703.6, "end": 1703.9, "word": " It", "probability": 0.59375}, {"start": 1703.9, "end": 1704.12, "word": " tells", "probability": 0.432373046875}, {"start": 1704.12, "end": 1704.34, "word": " you", "probability": 0.95458984375}, {"start": 1704.34, "end": 1704.52, "word": " that", "probability": 0.7216796875}, {"start": 1704.52, "end": 1704.86, "word": " C", "probability": 0.748046875}, {"start": 1704.86, "end": 1705.4, "word": " has", "probability": 0.56201171875}, {"start": 1705.4, "end": 1705.48, "word": " a", "probability": 0.81982421875}, {"start": 1705.48, "end": 1705.68, "word": " date", "probability": 0.712890625}, {"start": 1705.68, "end": 1705.84, "word": " of", "probability": 0.464599609375}, {"start": 1705.84, "end": 1705.84, "word": " the", "probability": 0.7841796875}, {"start": 1705.84, "end": 1705.98, "word": " day.", "probability": 0.95068359375}, {"start": 1706.74, "end": 1706.88, "word": " When", "probability": 0.171630859375}, {"start": 1706.88, "end": 1707.24, "word": " you", "probability": 0.95849609375}, {"start": 1707.24, "end": 1707.4, "word": " say", "probability": 0.78662109375}, {"start": 1707.4, "end": 1707.82, "word": " Get", "probability": 0.7236328125}, {"start": 1707.82, "end": 1708.4, "word": " Instance,", "probability": 0.970947265625}, {"start": 1708.42, "end": 1708.86, "word": " it", "probability": 0.8505859375}, {"start": 1708.86, "end": 1709.0, "word": " returns", "probability": 0.438232421875}, {"start": 1709.0, "end": 1709.18, "word": " you", "probability": 0.79248046875}, {"start": 1709.18, "end": 1709.24, "word": " an", "probability": 0.86865234375}, {"start": 1709.24, "end": 1709.48, "word": " object", "probability": 0.97119140625}, {"start": 1709.48, "end": 1709.66, "word": " from", "probability": 0.7421875}, {"start": 1709.66, "end": 1709.86, "word": " it,", "probability": 0.84326171875}, {"start": 1709.96, "end": 1710.38, "word": " Calendar,", "probability": 0.8935546875}, {"start": 1710.84, "end": 1711.0, "word": " with", "probability": 0.3662109375}, {"start": 1711.0, "end": 1711.0, "word": " a", "probability": 0.78076171875}, {"start": 1711.0, "end": 1711.6, "word": " date", "probability": 0.89599609375}, {"start": 1711.6, "end": 1711.78, "word": " of", "probability": 0.91796875}, {"start": 1711.78, "end": 1711.86, "word": " the", "probability": 0.9013671875}, {"start": 1711.86, "end": 1711.96, "word": " day.", "probability": 0.95263671875}, {"start": 1712.34, "end": 1712.74, "word": " How", "probability": 0.91650390625}, {"start": 1712.74, "end": 1712.82, "word": " do", "probability": 0.5}, {"start": 1712.82, "end": 1712.88, "word": " we", "probability": 0.5263671875}, {"start": 1712.88, "end": 1713.02, "word": " get", "probability": 0.468017578125}, {"start": 1713.02, "end": 1713.12, "word": " the", "probability": 0.391845703125}, {"start": 1713.12, "end": 1713.28, "word": " date", "probability": 0.8740234375}, {"start": 1713.28, "end": 1713.44, "word": " of", "probability": 0.9111328125}, {"start": 1713.44, "end": 1713.44, "word": " the", "probability": 0.9033203125}, {"start": 1713.44, "end": 1713.6, "word": " day?", "probability": 0.95556640625}, {"start": 1713.92, "end": 1714.2, "word": " You", "probability": 0.7802734375}, {"start": 1714.2, "end": 1714.32, "word": " have", "probability": 0.402099609375}, {"start": 1714.32, "end": 1714.4, "word": " to", "probability": 0.9677734375}, {"start": 1714.4, "end": 1714.6, "word": " bring", "probability": 0.53759765625}, {"start": 1714.6, "end": 1714.76, "word": " the", "probability": 0.6591796875}, {"start": 1714.76, "end": 1714.94, "word": " year,", "probability": 0.7109375}, {"start": 1715.34, "end": 1715.76, "word": " month", "probability": 0.487548828125}, {"start": 1715.76, "end": 1716.26, "word": " and", "probability": 0.568359375}, {"start": 1716.26, "end": 1716.48, "word": " day", "probability": 0.8955078125}, {"start": 1716.48, "end": 1716.76, "word": " separately.", "probability": 0.334228515625}, {"start": 1717.22, "end": 1717.46, "word": " You", "probability": 0.78173828125}, {"start": 1717.46, "end": 1717.6, "word": " go", "probability": 0.80517578125}, {"start": 1717.6, "end": 1717.72, "word": " to", "probability": 0.95654296875}, {"start": 1717.72, "end": 1718.08, "word": " C", "probability": 0.78369140625}, {"start": 1718.08, "end": 1718.5, "word": " and", "probability": 0.748046875}, {"start": 1718.5, "end": 1718.78, "word": " say", "probability": 0.64794921875}, {"start": 1718.78, "end": 1719.08, "word": " Get.", "probability": 0.888671875}], "temperature": 1.0}, {"id": 65, "seek": 173998, "start": 1719.9, "end": 1739.98, "text": "Here between the brackets you specify get what? He specified them as constants of course calendar.year When you say get between brackets calendar.year, it will return integer year This will give you the year, you can even call it current year", "tokens": [17685, 1296, 264, 26179, 291, 16500, 483, 437, 30, 634, 22206, 552, 382, 35870, 295, 1164, 12183, 13, 5294, 1133, 291, 584, 483, 1296, 26179, 12183, 13, 5294, 11, 309, 486, 2736, 24922, 1064, 639, 486, 976, 291, 264, 1064, 11, 291, 393, 754, 818, 309, 2190, 1064], "avg_logprob": -0.5570790621699119, "compression_ratio": 1.5816993464052287, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1719.9, "end": 1720.24, "word": "Here", "probability": 0.384033203125}, {"start": 1720.24, "end": 1720.86, "word": " between", "probability": 0.485595703125}, {"start": 1720.86, "end": 1720.98, "word": " the", "probability": 0.50390625}, {"start": 1720.98, "end": 1721.24, "word": " brackets", "probability": 0.213134765625}, {"start": 1721.24, "end": 1721.46, "word": " you", "probability": 0.6103515625}, {"start": 1721.46, "end": 1721.86, "word": " specify", "probability": 0.3818359375}, {"start": 1721.86, "end": 1722.14, "word": " get", "probability": 0.27099609375}, {"start": 1722.14, "end": 1722.5, "word": " what?", "probability": 0.4951171875}, {"start": 1722.82, "end": 1723.1, "word": " He", "probability": 0.29296875}, {"start": 1723.1, "end": 1723.48, "word": " specified", "probability": 0.488037109375}, {"start": 1723.48, "end": 1723.62, "word": " them", "probability": 0.716796875}, {"start": 1723.62, "end": 1723.74, "word": " as", "probability": 0.91455078125}, {"start": 1723.74, "end": 1724.24, "word": " constants", "probability": 0.9033203125}, {"start": 1724.24, "end": 1724.4, "word": " of", "probability": 0.51220703125}, {"start": 1724.4, "end": 1724.58, "word": " course", "probability": 0.947265625}, {"start": 1724.58, "end": 1725.16, "word": " calendar", "probability": 0.453857421875}, {"start": 1725.16, "end": 1726.2, "word": ".year", "probability": 0.81201171875}, {"start": 1726.2, "end": 1728.52, "word": " When", "probability": 0.3974609375}, {"start": 1728.52, "end": 1728.78, "word": " you", "probability": 0.962890625}, {"start": 1728.78, "end": 1729.02, "word": " say", "probability": 0.5302734375}, {"start": 1729.02, "end": 1729.74, "word": " get", "probability": 0.8154296875}, {"start": 1729.74, "end": 1730.08, "word": " between", "probability": 0.74365234375}, {"start": 1730.08, "end": 1730.4, "word": " brackets", "probability": 0.822265625}, {"start": 1730.4, "end": 1730.76, "word": " calendar", "probability": 0.9287109375}, {"start": 1730.76, "end": 1731.4, "word": ".year,", "probability": 0.952880859375}, {"start": 1732.56, "end": 1732.86, "word": " it", "probability": 0.701171875}, {"start": 1732.86, "end": 1732.98, "word": " will", "probability": 0.654296875}, {"start": 1732.98, "end": 1733.2, "word": " return", "probability": 0.55712890625}, {"start": 1733.2, "end": 1733.84, "word": " integer", "probability": 0.44580078125}, {"start": 1733.84, "end": 1734.48, "word": " year", "probability": 0.81201171875}, {"start": 1734.48, "end": 1735.8, "word": " This", "probability": 0.308349609375}, {"start": 1735.8, "end": 1735.84, "word": " will", "probability": 0.2166748046875}, {"start": 1735.84, "end": 1735.98, "word": " give", "probability": 0.282470703125}, {"start": 1735.98, "end": 1736.14, "word": " you", "probability": 0.88720703125}, {"start": 1736.14, "end": 1736.26, "word": " the", "probability": 0.6533203125}, {"start": 1736.26, "end": 1736.46, "word": " year,", "probability": 0.9140625}, {"start": 1737.58, "end": 1738.02, "word": " you", "probability": 0.255615234375}, {"start": 1738.02, "end": 1738.16, "word": " can", "probability": 0.66845703125}, {"start": 1738.16, "end": 1738.16, "word": " even", "probability": 0.70458984375}, {"start": 1738.16, "end": 1738.42, "word": " call", "probability": 0.763671875}, {"start": 1738.42, "end": 1738.54, "word": " it", "probability": 0.91943359375}, {"start": 1738.54, "end": 1738.92, "word": " current", "probability": 0.837890625}, {"start": 1738.92, "end": 1739.98, "word": " year", "probability": 0.88623046875}], "temperature": 1.0}, {"id": 66, "seek": 176740, "start": 1742.06, "end": 1767.4, "text": "int current month is equal to c.get calendar.month int current day is equal to c.get calendar.dayofmonth", "tokens": [686, 2190, 1618, 307, 2681, 281, 269, 13, 847, 12183, 13, 23534, 560, 2190, 786, 307, 2681, 281, 269, 13, 847, 12183, 13, 810, 2670, 23534], "avg_logprob": -0.26302084657881, "compression_ratio": 1.6, "no_speech_prob": 0.0, "words": [{"start": 1742.06, "end": 1742.86, "word": "int", "probability": 0.31689453125}, {"start": 1742.86, "end": 1743.88, "word": " current", "probability": 0.8291015625}, {"start": 1743.88, "end": 1745.06, "word": " month", "probability": 0.64013671875}, {"start": 1745.06, "end": 1745.96, "word": " is", "probability": 0.0172576904296875}, {"start": 1745.96, "end": 1746.22, "word": " equal", "probability": 0.468505859375}, {"start": 1746.22, "end": 1746.44, "word": " to", "probability": 0.96435546875}, {"start": 1746.44, "end": 1746.78, "word": " c", "probability": 0.7607421875}, {"start": 1746.78, "end": 1748.76, "word": ".get", "probability": 0.90673828125}, {"start": 1748.76, "end": 1750.56, "word": " calendar", "probability": 0.8203125}, {"start": 1750.56, "end": 1752.08, "word": ".month", "probability": 0.875732421875}, {"start": 1752.08, "end": 1755.78, "word": " int", "probability": 0.64697265625}, {"start": 1755.78, "end": 1758.82, "word": " current", "probability": 0.83935546875}, {"start": 1758.82, "end": 1759.82, "word": " day", "probability": 0.91064453125}, {"start": 1759.82, "end": 1760.16, "word": " is", "probability": 0.9072265625}, {"start": 1760.16, "end": 1760.92, "word": " equal", "probability": 0.87451171875}, {"start": 1760.92, "end": 1760.92, "word": " to", "probability": 0.9755859375}, {"start": 1760.92, "end": 1761.7, "word": " c", "probability": 0.994140625}, {"start": 1761.7, "end": 1762.46, "word": ".get", "probability": 0.954833984375}, {"start": 1762.46, "end": 1764.68, "word": " calendar", "probability": 0.9482421875}, {"start": 1764.68, "end": 1767.4, "word": ".dayofmonth", "probability": 0.78887939453125}], "temperature": 1.0}, {"id": 67, "seek": 179851, "start": 1769.53, "end": 1798.51, "text": "This is what I do guys, I want to get the date of the day, the current date. Ok, how did you get it? Through calendar.getinstance It returned you an object with dates of the day. And through these methods, I get what? The year, month and date. Because, instead of 2018, you write what? Current year. And instead of 11, current month. And instead of day, you write current", "tokens": [5723, 307, 437, 286, 360, 1074, 11, 286, 528, 281, 483, 264, 4002, 295, 264, 786, 11, 264, 2190, 4002, 13, 3477, 11, 577, 630, 291, 483, 309, 30, 8927, 12183, 13, 847, 13911, 719, 467, 8752, 291, 364, 2657, 365, 11691, 295, 264, 786, 13, 400, 807, 613, 7150, 11, 286, 483, 437, 30, 440, 1064, 11, 1618, 293, 4002, 13, 1436, 11, 2602, 295, 6096, 11, 291, 2464, 437, 30, 15629, 1064, 13, 400, 2602, 295, 2975, 11, 2190, 1618, 13, 400, 2602, 295, 786, 11, 291, 2464, 2190], "avg_logprob": -0.5030570554992427, "compression_ratio": 1.75, "no_speech_prob": 0.0, "words": [{"start": 1769.53, "end": 1769.81, "word": "This", "probability": 0.1444091796875}, {"start": 1769.81, "end": 1769.89, "word": " is", "probability": 0.6240234375}, {"start": 1769.89, "end": 1770.17, "word": " what", "probability": 0.86083984375}, {"start": 1770.17, "end": 1770.27, "word": " I", "probability": 0.875}, {"start": 1770.27, "end": 1770.41, "word": " do", "probability": 0.497314453125}, {"start": 1770.41, "end": 1770.87, "word": " guys,", "probability": 0.2705078125}, {"start": 1770.99, "end": 1771.01, "word": " I", "probability": 0.8642578125}, {"start": 1771.01, "end": 1771.13, "word": " want", "probability": 0.35791015625}, {"start": 1771.13, "end": 1771.23, "word": " to", "probability": 0.94677734375}, {"start": 1771.23, "end": 1771.47, "word": " get", "probability": 0.414306640625}, {"start": 1771.47, "end": 1771.73, "word": " the", "probability": 0.280517578125}, {"start": 1771.73, "end": 1772.05, "word": " date", "probability": 0.75146484375}, {"start": 1772.05, "end": 1772.27, "word": " of", "probability": 0.68994140625}, {"start": 1772.27, "end": 1772.35, "word": " the", "probability": 0.62890625}, {"start": 1772.35, "end": 1772.57, "word": " day,", "probability": 0.93896484375}, {"start": 1772.67, "end": 1772.77, "word": " the", "probability": 0.409423828125}, {"start": 1772.77, "end": 1773.37, "word": " current", "probability": 0.5556640625}, {"start": 1773.37, "end": 1773.47, "word": " date.", "probability": 0.9130859375}, {"start": 1774.19, "end": 1774.47, "word": " Ok,", "probability": 0.14990234375}, {"start": 1774.47, "end": 1774.75, "word": " how", "probability": 0.779296875}, {"start": 1774.75, "end": 1774.79, "word": " did", "probability": 0.58154296875}, {"start": 1774.79, "end": 1774.79, "word": " you", "probability": 0.71044921875}, {"start": 1774.79, "end": 1774.97, "word": " get", "probability": 0.6435546875}, {"start": 1774.97, "end": 1775.11, "word": " it?", "probability": 0.85107421875}, {"start": 1775.13, "end": 1775.31, "word": " Through", "probability": 0.385986328125}, {"start": 1775.31, "end": 1775.81, "word": " calendar", "probability": 0.60693359375}, {"start": 1775.81, "end": 1776.71, "word": ".getinstance", "probability": 0.905029296875}, {"start": 1776.71, "end": 1776.81, "word": " It", "probability": 0.225830078125}, {"start": 1776.81, "end": 1777.67, "word": " returned", "probability": 0.293212890625}, {"start": 1777.67, "end": 1777.91, "word": " you", "probability": 0.364501953125}, {"start": 1777.91, "end": 1777.97, "word": " an", "probability": 0.68701171875}, {"start": 1777.97, "end": 1778.29, "word": " object", "probability": 0.95849609375}, {"start": 1778.29, "end": 1779.13, "word": " with", "probability": 0.2408447265625}, {"start": 1779.13, "end": 1779.39, "word": " dates", "probability": 0.43115234375}, {"start": 1779.39, "end": 1779.59, "word": " of", "probability": 0.85205078125}, {"start": 1779.59, "end": 1779.91, "word": " the", "probability": 0.76904296875}, {"start": 1779.91, "end": 1780.01, "word": " day.", "probability": 0.9091796875}, {"start": 1780.41, "end": 1780.93, "word": " And", "probability": 0.74755859375}, {"start": 1780.93, "end": 1781.15, "word": " through", "probability": 0.83837890625}, {"start": 1781.15, "end": 1781.35, "word": " these", "probability": 0.69677734375}, {"start": 1781.35, "end": 1781.61, "word": " methods,", "probability": 0.9140625}, {"start": 1782.07, "end": 1782.17, "word": " I", "probability": 0.495361328125}, {"start": 1782.17, "end": 1782.33, "word": " get", "probability": 0.70703125}, {"start": 1782.33, "end": 1782.55, "word": " what?", "probability": 0.285400390625}, {"start": 1783.27, "end": 1783.67, "word": " The", "probability": 0.406494140625}, {"start": 1783.67, "end": 1783.95, "word": " year,", "probability": 0.7978515625}, {"start": 1784.15, "end": 1784.65, "word": " month", "probability": 0.72314453125}, {"start": 1784.65, "end": 1784.87, "word": " and", "probability": 0.64111328125}, {"start": 1784.87, "end": 1785.15, "word": " date.", "probability": 0.79443359375}, {"start": 1786.11, "end": 1786.37, "word": " Because,", "probability": 0.400146484375}, {"start": 1786.67, "end": 1786.95, "word": " instead", "probability": 0.362548828125}, {"start": 1786.95, "end": 1786.95, "word": " of", "probability": 0.9521484375}, {"start": 1786.95, "end": 1787.95, "word": " 2018,", "probability": 0.8271484375}, {"start": 1788.59, "end": 1788.67, "word": " you", "probability": 0.6025390625}, {"start": 1788.67, "end": 1788.89, "word": " write", "probability": 0.65869140625}, {"start": 1788.89, "end": 1789.21, "word": " what?", "probability": 0.346923828125}, {"start": 1789.69, "end": 1790.01, "word": " Current", "probability": 0.34375}, {"start": 1790.01, "end": 1790.43, "word": " year.", "probability": 0.4091796875}, {"start": 1791.69, "end": 1791.69, "word": " And", "probability": 0.85986328125}, {"start": 1791.69, "end": 1791.95, "word": " instead", "probability": 0.8515625}, {"start": 1791.95, "end": 1792.21, "word": " of", "probability": 0.9716796875}, {"start": 1792.21, "end": 1792.63, "word": " 11,", "probability": 0.5048828125}, {"start": 1793.01, "end": 1793.25, "word": " current", "probability": 0.51513671875}, {"start": 1793.25, "end": 1794.81, "word": " month.", "probability": 0.93310546875}, {"start": 1795.83, "end": 1796.35, "word": " And", "probability": 0.935546875}, {"start": 1796.35, "end": 1796.57, "word": " instead", "probability": 0.87646484375}, {"start": 1796.57, "end": 1796.63, "word": " of", "probability": 0.97314453125}, {"start": 1796.63, "end": 1796.97, "word": " day,", "probability": 0.67041015625}, {"start": 1797.75, "end": 1797.85, "word": " you", "probability": 0.93212890625}, {"start": 1797.85, "end": 1797.99, "word": " write", "probability": 0.888671875}, {"start": 1797.99, "end": 1798.51, "word": " current", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 68, "seek": 182488, "start": 1799.14, "end": 1824.88, "text": " Day. Are you guys with me? Pay attention to who this NULL is. See how I did it. First thing, I added the easy one and left this one for the last one. If I add this one, you will get confused. This is a listener. Inside it is a method. Because here, instead of NULL, this Day Picker Dialog asks for five things. The activity that will open in it.", "tokens": [5226, 13, 2014, 291, 1074, 365, 385, 30, 11431, 3202, 281, 567, 341, 426, 42615, 307, 13, 3008, 577, 286, 630, 309, 13, 2386, 551, 11, 286, 3869, 264, 1858, 472, 293, 1411, 341, 472, 337, 264, 1036, 472, 13, 759, 286, 909, 341, 472, 11, 291, 486, 483, 9019, 13, 639, 307, 257, 31569, 13, 15123, 309, 307, 257, 3170, 13, 1436, 510, 11, 2602, 295, 426, 42615, 11, 341, 5226, 14129, 260, 29658, 664, 8962, 337, 1732, 721, 13, 440, 5191, 300, 486, 1269, 294, 309, 13], "avg_logprob": -0.6791666520966424, "compression_ratio": 1.5377777777777777, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1799.14, "end": 1799.44, "word": " Day.", "probability": 0.117919921875}, {"start": 1800.4, "end": 1800.66, "word": " Are", "probability": 0.292724609375}, {"start": 1800.66, "end": 1800.68, "word": " you", "probability": 0.94873046875}, {"start": 1800.68, "end": 1800.68, "word": " guys", "probability": 0.321044921875}, {"start": 1800.68, "end": 1800.68, "word": " with", "probability": 0.748046875}, {"start": 1800.68, "end": 1800.82, "word": " me?", "probability": 0.96435546875}, {"start": 1802.1, "end": 1802.58, "word": " Pay", "probability": 0.31103515625}, {"start": 1802.58, "end": 1802.8, "word": " attention", "probability": 0.93359375}, {"start": 1802.8, "end": 1802.9, "word": " to", "probability": 0.7685546875}, {"start": 1802.9, "end": 1803.28, "word": " who", "probability": 0.28857421875}, {"start": 1803.28, "end": 1803.44, "word": " this", "probability": 0.2322998046875}, {"start": 1803.44, "end": 1803.74, "word": " NULL", "probability": 0.5247802734375}, {"start": 1803.74, "end": 1803.86, "word": " is.", "probability": 0.734375}, {"start": 1803.88, "end": 1804.08, "word": " See", "probability": 0.279296875}, {"start": 1804.08, "end": 1804.42, "word": " how", "probability": 0.75146484375}, {"start": 1804.42, "end": 1804.48, "word": " I", "probability": 0.93798828125}, {"start": 1804.48, "end": 1804.72, "word": " did", "probability": 0.2386474609375}, {"start": 1804.72, "end": 1805.24, "word": " it.", "probability": 0.7734375}, {"start": 1805.58, "end": 1806.06, "word": " First", "probability": 0.42919921875}, {"start": 1806.06, "end": 1806.26, "word": " thing,", "probability": 0.3857421875}, {"start": 1806.3, "end": 1806.32, "word": " I", "probability": 0.92236328125}, {"start": 1806.32, "end": 1806.44, "word": " added", "probability": 0.611328125}, {"start": 1806.44, "end": 1806.68, "word": " the", "probability": 0.2333984375}, {"start": 1806.68, "end": 1806.9, "word": " easy", "probability": 0.10699462890625}, {"start": 1806.9, "end": 1807.04, "word": " one", "probability": 0.50341796875}, {"start": 1807.04, "end": 1807.16, "word": " and", "probability": 0.54638671875}, {"start": 1807.16, "end": 1807.46, "word": " left", "probability": 0.3115234375}, {"start": 1807.46, "end": 1807.68, "word": " this", "probability": 0.41552734375}, {"start": 1807.68, "end": 1807.82, "word": " one", "probability": 0.33056640625}, {"start": 1807.82, "end": 1808.42, "word": " for", "probability": 0.421630859375}, {"start": 1808.42, "end": 1808.54, "word": " the", "probability": 0.70263671875}, {"start": 1808.54, "end": 1808.76, "word": " last", "probability": 0.3701171875}, {"start": 1808.76, "end": 1808.9, "word": " one.", "probability": 0.64892578125}, {"start": 1809.36, "end": 1809.62, "word": " If", "probability": 0.921875}, {"start": 1809.62, "end": 1809.66, "word": " I", "probability": 0.71875}, {"start": 1809.66, "end": 1809.82, "word": " add", "probability": 0.56005859375}, {"start": 1809.82, "end": 1810.24, "word": " this", "probability": 0.90380859375}, {"start": 1810.24, "end": 1810.26, "word": " one,", "probability": 0.70458984375}, {"start": 1810.46, "end": 1810.54, "word": " you", "probability": 0.42529296875}, {"start": 1810.54, "end": 1810.6, "word": " will", "probability": 0.58740234375}, {"start": 1810.6, "end": 1810.7, "word": " get", "probability": 0.285400390625}, {"start": 1810.7, "end": 1811.0, "word": " confused.", "probability": 0.09185791015625}, {"start": 1812.2, "end": 1812.68, "word": " This", "probability": 0.278564453125}, {"start": 1812.68, "end": 1812.72, "word": " is", "probability": 0.81396484375}, {"start": 1812.72, "end": 1813.24, "word": " a", "probability": 0.38916015625}, {"start": 1813.24, "end": 1813.24, "word": " listener.", "probability": 0.338134765625}, {"start": 1813.38, "end": 1813.58, "word": " Inside", "probability": 0.37255859375}, {"start": 1813.58, "end": 1813.7, "word": " it", "probability": 0.1849365234375}, {"start": 1813.7, "end": 1813.7, "word": " is", "probability": 0.70556640625}, {"start": 1813.7, "end": 1813.72, "word": " a", "probability": 0.7216796875}, {"start": 1813.72, "end": 1813.96, "word": " method.", "probability": 0.9580078125}, {"start": 1814.74, "end": 1815.1, "word": " Because", "probability": 0.81396484375}, {"start": 1815.1, "end": 1815.46, "word": " here,", "probability": 0.7900390625}, {"start": 1816.32, "end": 1816.66, "word": " instead", "probability": 0.365966796875}, {"start": 1816.66, "end": 1816.74, "word": " of", "probability": 0.96923828125}, {"start": 1816.74, "end": 1817.08, "word": " NULL,", "probability": 0.714599609375}, {"start": 1817.6, "end": 1817.96, "word": " this", "probability": 0.44677734375}, {"start": 1817.96, "end": 1818.72, "word": " Day", "probability": 0.49658203125}, {"start": 1818.72, "end": 1819.1, "word": " Picker", "probability": 0.644287109375}, {"start": 1819.1, "end": 1819.8, "word": " Dialog", "probability": 0.4937744140625}, {"start": 1819.8, "end": 1820.82, "word": " asks", "probability": 0.31494140625}, {"start": 1820.82, "end": 1821.44, "word": " for", "probability": 0.56884765625}, {"start": 1821.44, "end": 1821.7, "word": " five", "probability": 0.49755859375}, {"start": 1821.7, "end": 1822.14, "word": " things.", "probability": 0.79541015625}, {"start": 1822.66, "end": 1823.14, "word": " The", "probability": 0.5830078125}, {"start": 1823.14, "end": 1823.66, "word": " activity", "probability": 0.85107421875}, {"start": 1823.66, "end": 1824.18, "word": " that", "probability": 0.564453125}, {"start": 1824.18, "end": 1824.28, "word": " will", "probability": 0.365234375}, {"start": 1824.28, "end": 1824.54, "word": " open", "probability": 0.6015625}, {"start": 1824.54, "end": 1824.68, "word": " in", "probability": 0.354736328125}, {"start": 1824.68, "end": 1824.88, "word": " it.", "probability": 0.85107421875}], "temperature": 1.0}, {"id": 69, "seek": 185048, "start": 1826.16, "end": 1850.48, "text": "The year, month and day are four. The fifth one is a listener. When you choose a date, what does it want to do? For example, when we choose a date, where does it want to store it? In the database. Here, it wants a listener. You say, new on onDateSetListener. You see? It writes on by itself. onDateSetListener.", "tokens": [2278, 1064, 11, 1618, 293, 786, 366, 1451, 13, 440, 9266, 472, 307, 257, 31569, 13, 1133, 291, 2826, 257, 4002, 11, 437, 775, 309, 528, 281, 360, 30, 1171, 1365, 11, 562, 321, 2826, 257, 4002, 11, 689, 775, 309, 528, 281, 3531, 309, 30, 682, 264, 8149, 13, 1692, 11, 309, 2738, 257, 31569, 13, 509, 584, 11, 777, 322, 322, 35, 473, 42718, 35819, 260, 13, 509, 536, 30, 467, 13657, 322, 538, 2564, 13, 322, 35, 473, 42718, 35819, 260, 13], "avg_logprob": -0.49927323710086735, "compression_ratio": 1.712707182320442, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1826.16, "end": 1826.52, "word": "The", "probability": 0.20361328125}, {"start": 1826.52, "end": 1826.7, "word": " year,", "probability": 0.58544921875}, {"start": 1826.86, "end": 1827.08, "word": " month", "probability": 0.83544921875}, {"start": 1827.08, "end": 1827.28, "word": " and", "probability": 0.5888671875}, {"start": 1827.28, "end": 1827.56, "word": " day", "probability": 0.92333984375}, {"start": 1827.56, "end": 1827.9, "word": " are", "probability": 0.459716796875}, {"start": 1827.9, "end": 1828.22, "word": " four.", "probability": 0.501953125}, {"start": 1828.74, "end": 1829.1, "word": " The", "probability": 0.383544921875}, {"start": 1829.1, "end": 1829.4, "word": " fifth", "probability": 0.8994140625}, {"start": 1829.4, "end": 1829.62, "word": " one", "probability": 0.308837890625}, {"start": 1829.62, "end": 1829.66, "word": " is", "probability": 0.82080078125}, {"start": 1829.66, "end": 1829.94, "word": " a", "probability": 0.181640625}, {"start": 1829.94, "end": 1830.6, "word": " listener.", "probability": 0.57373046875}, {"start": 1830.76, "end": 1830.98, "word": " When", "probability": 0.29345703125}, {"start": 1830.98, "end": 1831.18, "word": " you", "probability": 0.73095703125}, {"start": 1831.18, "end": 1831.42, "word": " choose", "probability": 0.66748046875}, {"start": 1831.42, "end": 1831.56, "word": " a", "probability": 0.82763671875}, {"start": 1831.56, "end": 1831.8, "word": " date,", "probability": 0.8427734375}, {"start": 1831.86, "end": 1831.96, "word": " what", "probability": 0.68603515625}, {"start": 1831.96, "end": 1832.08, "word": " does", "probability": 0.435302734375}, {"start": 1832.08, "end": 1832.14, "word": " it", "probability": 0.75341796875}, {"start": 1832.14, "end": 1832.16, "word": " want", "probability": 0.317138671875}, {"start": 1832.16, "end": 1832.16, "word": " to", "probability": 0.966796875}, {"start": 1832.16, "end": 1832.32, "word": " do?", "probability": 0.91455078125}, {"start": 1833.22, "end": 1833.58, "word": " For", "probability": 0.5478515625}, {"start": 1833.58, "end": 1833.64, "word": " example,", "probability": 0.90771484375}, {"start": 1833.68, "end": 1833.84, "word": " when", "probability": 0.25244140625}, {"start": 1833.84, "end": 1833.94, "word": " we", "probability": 0.6318359375}, {"start": 1833.94, "end": 1834.12, "word": " choose", "probability": 0.81640625}, {"start": 1834.12, "end": 1834.26, "word": " a", "probability": 0.921875}, {"start": 1834.26, "end": 1834.44, "word": " date,", "probability": 0.90087890625}, {"start": 1834.54, "end": 1834.68, "word": " where", "probability": 0.5849609375}, {"start": 1834.68, "end": 1834.68, "word": " does", "probability": 0.5654296875}, {"start": 1834.68, "end": 1834.72, "word": " it", "probability": 0.88134765625}, {"start": 1834.72, "end": 1834.72, "word": " want", "probability": 0.75048828125}, {"start": 1834.72, "end": 1835.24, "word": " to", "probability": 0.90966796875}, {"start": 1835.24, "end": 1835.48, "word": " store", "probability": 0.56689453125}, {"start": 1835.48, "end": 1835.7, "word": " it?", "probability": 0.81787109375}, {"start": 1836.08, "end": 1836.44, "word": " In", "probability": 0.82373046875}, {"start": 1836.44, "end": 1836.5, "word": " the", "probability": 0.693359375}, {"start": 1836.5, "end": 1836.82, "word": " database.", "probability": 0.8818359375}, {"start": 1837.72, "end": 1838.06, "word": " Here,", "probability": 0.309326171875}, {"start": 1838.14, "end": 1838.16, "word": " it", "probability": 0.70361328125}, {"start": 1838.16, "end": 1838.28, "word": " wants", "probability": 0.477294921875}, {"start": 1838.28, "end": 1838.38, "word": " a", "probability": 0.8271484375}, {"start": 1838.38, "end": 1838.68, "word": " listener.", "probability": 0.83447265625}, {"start": 1838.82, "end": 1838.92, "word": " You", "probability": 0.55810546875}, {"start": 1838.92, "end": 1839.08, "word": " say,", "probability": 0.319091796875}, {"start": 1839.22, "end": 1839.44, "word": " new", "probability": 0.2203369140625}, {"start": 1839.44, "end": 1842.98, "word": " on", "probability": 0.744140625}, {"start": 1842.98, "end": 1846.42, "word": " onDateSetListener.", "probability": 0.68121337890625}, {"start": 1846.58, "end": 1846.58, "word": " You", "probability": 0.269287109375}, {"start": 1846.58, "end": 1846.74, "word": " see?", "probability": 0.7890625}, {"start": 1847.02, "end": 1847.34, "word": " It", "probability": 0.41845703125}, {"start": 1847.34, "end": 1847.5, "word": " writes", "probability": 0.2548828125}, {"start": 1847.5, "end": 1847.8, "word": " on", "probability": 0.68505859375}, {"start": 1847.8, "end": 1847.94, "word": " by", "probability": 0.240234375}, {"start": 1847.94, "end": 1848.0, "word": " itself.", "probability": 0.77294921875}, {"start": 1850.12, "end": 1850.48, "word": " onDateSetListener.", "probability": 0.933349609375}], "temperature": 1.0}, {"id": 70, "seek": 187314, "start": 1854.66, "end": 1873.14, "text": "Look at this gate. Where did the constructor open? It opened here. And where did the constructor close? Below. Can you see? This is the consent on the constructor. And what is inside the constructor? There is a listener. Okay? The listener itself has a method called onDateSet.", "tokens": [12863, 412, 341, 8539, 13, 2305, 630, 264, 47479, 1269, 30, 467, 5625, 510, 13, 400, 689, 630, 264, 47479, 1998, 30, 36261, 13, 1664, 291, 536, 30, 639, 307, 264, 14546, 322, 264, 47479, 13, 400, 437, 307, 1854, 264, 47479, 30, 821, 307, 257, 31569, 13, 1033, 30, 440, 31569, 2564, 575, 257, 3170, 1219, 322, 35, 473, 42718, 13], "avg_logprob": -0.4362599225271316, "compression_ratio": 1.6890243902439024, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1854.66, "end": 1854.94, "word": "Look", "probability": 0.1473388671875}, {"start": 1854.94, "end": 1855.02, "word": " at", "probability": 0.87744140625}, {"start": 1855.02, "end": 1855.12, "word": " this", "probability": 0.5078125}, {"start": 1855.12, "end": 1855.38, "word": " gate.", "probability": 0.59521484375}, {"start": 1855.86, "end": 1856.16, "word": " Where", "probability": 0.53515625}, {"start": 1856.16, "end": 1856.16, "word": " did", "probability": 0.77783203125}, {"start": 1856.16, "end": 1856.22, "word": " the", "probability": 0.796875}, {"start": 1856.22, "end": 1856.74, "word": " constructor", "probability": 0.7724609375}, {"start": 1856.74, "end": 1857.02, "word": " open?", "probability": 0.669921875}, {"start": 1858.02, "end": 1858.54, "word": " It", "probability": 0.449951171875}, {"start": 1858.54, "end": 1858.72, "word": " opened", "probability": 0.73583984375}, {"start": 1858.72, "end": 1858.98, "word": " here.", "probability": 0.77587890625}, {"start": 1859.74, "end": 1859.92, "word": " And", "probability": 0.72705078125}, {"start": 1859.92, "end": 1859.96, "word": " where", "probability": 0.78369140625}, {"start": 1859.96, "end": 1859.96, "word": " did", "probability": 0.8994140625}, {"start": 1859.96, "end": 1860.0, "word": " the", "probability": 0.8466796875}, {"start": 1860.0, "end": 1860.52, "word": " constructor", "probability": 0.91552734375}, {"start": 1860.52, "end": 1861.04, "word": " close?", "probability": 0.76220703125}, {"start": 1861.66, "end": 1862.18, "word": " Below.", "probability": 0.2939453125}, {"start": 1862.26, "end": 1862.4, "word": " Can", "probability": 0.179443359375}, {"start": 1862.4, "end": 1862.4, "word": " you", "probability": 0.9638671875}, {"start": 1862.4, "end": 1862.5, "word": " see?", "probability": 0.92333984375}, {"start": 1862.58, "end": 1862.7, "word": " This", "probability": 0.410400390625}, {"start": 1862.7, "end": 1862.76, "word": " is", "probability": 0.68115234375}, {"start": 1862.76, "end": 1863.26, "word": " the", "probability": 0.69873046875}, {"start": 1863.26, "end": 1863.52, "word": " consent", "probability": 0.1357421875}, {"start": 1863.52, "end": 1863.74, "word": " on", "probability": 0.68408203125}, {"start": 1863.74, "end": 1863.86, "word": " the", "probability": 0.7294921875}, {"start": 1863.86, "end": 1864.26, "word": " constructor.", "probability": 0.89111328125}, {"start": 1864.58, "end": 1864.8, "word": " And", "probability": 0.87060546875}, {"start": 1864.8, "end": 1864.98, "word": " what", "probability": 0.54541015625}, {"start": 1864.98, "end": 1864.98, "word": " is", "probability": 0.6826171875}, {"start": 1864.98, "end": 1864.98, "word": " inside", "probability": 0.77880859375}, {"start": 1864.98, "end": 1865.16, "word": " the", "probability": 0.85693359375}, {"start": 1865.16, "end": 1865.64, "word": " constructor?", "probability": 0.90283203125}, {"start": 1866.58, "end": 1867.08, "word": " There", "probability": 0.5634765625}, {"start": 1867.08, "end": 1867.08, "word": " is", "probability": 0.896484375}, {"start": 1867.08, "end": 1867.16, "word": " a", "probability": 0.78271484375}, {"start": 1867.16, "end": 1867.38, "word": " listener.", "probability": 0.599609375}, {"start": 1867.92, "end": 1868.2, "word": " Okay?", "probability": 0.29736328125}, {"start": 1869.58, "end": 1869.8, "word": " The", "probability": 0.8486328125}, {"start": 1869.8, "end": 1870.12, "word": " listener", "probability": 0.487060546875}, {"start": 1870.12, "end": 1870.6, "word": " itself", "probability": 0.61181640625}, {"start": 1870.6, "end": 1871.04, "word": " has", "probability": 0.892578125}, {"start": 1871.04, "end": 1871.14, "word": " a", "probability": 0.91015625}, {"start": 1871.14, "end": 1871.4, "word": " method", "probability": 0.9423828125}, {"start": 1871.4, "end": 1871.72, "word": " called", "probability": 0.68115234375}, {"start": 1871.72, "end": 1873.14, "word": " onDateSet.", "probability": 0.759521484375}], "temperature": 1.0}, {"id": 71, "seek": 188864, "start": 1873.82, "end": 1888.64, "text": " When I choose a date and close the dialog, it will execute onDateSet and give me the year, month, and day of the month chosen by the user. These values are what I want to store in the database.", "tokens": [1133, 286, 2826, 257, 4002, 293, 1998, 264, 19308, 11, 309, 486, 14483, 322, 35, 473, 42718, 293, 976, 385, 264, 1064, 11, 1618, 11, 293, 786, 295, 264, 1618, 8614, 538, 264, 4195, 13, 1981, 4190, 366, 437, 286, 528, 281, 3531, 294, 264, 8149, 13], "avg_logprob": -0.5820312462747097, "compression_ratio": 1.39568345323741, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1873.82, "end": 1874.22, "word": " When", "probability": 0.348388671875}, {"start": 1874.22, "end": 1874.78, "word": " I", "probability": 0.8837890625}, {"start": 1874.78, "end": 1875.04, "word": " choose", "probability": 0.59326171875}, {"start": 1875.04, "end": 1875.16, "word": " a", "probability": 0.55078125}, {"start": 1875.16, "end": 1875.36, "word": " date", "probability": 0.82177734375}, {"start": 1875.36, "end": 1875.54, "word": " and", "probability": 0.79248046875}, {"start": 1875.54, "end": 1875.84, "word": " close", "probability": 0.58935546875}, {"start": 1875.84, "end": 1875.98, "word": " the", "probability": 0.73095703125}, {"start": 1875.98, "end": 1876.32, "word": " dialog,", "probability": 0.71728515625}, {"start": 1877.04, "end": 1877.28, "word": " it", "probability": 0.63818359375}, {"start": 1877.28, "end": 1877.3, "word": " will", "probability": 0.23681640625}, {"start": 1877.3, "end": 1877.54, "word": " execute", "probability": 0.105712890625}, {"start": 1877.54, "end": 1878.24, "word": " onDateSet", "probability": 0.58148193359375}, {"start": 1878.24, "end": 1878.38, "word": " and", "probability": 0.71826171875}, {"start": 1878.38, "end": 1878.58, "word": " give", "probability": 0.0843505859375}, {"start": 1878.58, "end": 1878.9, "word": " me", "probability": 0.658203125}, {"start": 1878.9, "end": 1879.56, "word": " the", "probability": 0.7578125}, {"start": 1879.56, "end": 1879.9, "word": " year,", "probability": 0.447021484375}, {"start": 1880.14, "end": 1880.58, "word": " month,", "probability": 0.833984375}, {"start": 1880.86, "end": 1880.92, "word": " and", "probability": 0.7431640625}, {"start": 1880.92, "end": 1881.1, "word": " day", "probability": 0.859375}, {"start": 1881.1, "end": 1881.26, "word": " of", "probability": 0.88134765625}, {"start": 1881.26, "end": 1881.56, "word": " the", "probability": 0.399169921875}, {"start": 1881.56, "end": 1881.56, "word": " month", "probability": 0.8291015625}, {"start": 1881.56, "end": 1881.96, "word": " chosen", "probability": 0.2022705078125}, {"start": 1881.96, "end": 1882.2, "word": " by", "probability": 0.89990234375}, {"start": 1882.2, "end": 1883.0, "word": " the", "probability": 0.78515625}, {"start": 1883.0, "end": 1883.34, "word": " user.", "probability": 0.88623046875}, {"start": 1883.54, "end": 1884.02, "word": " These", "probability": 0.416259765625}, {"start": 1884.02, "end": 1884.52, "word": " values", "probability": 0.8037109375}, {"start": 1884.52, "end": 1885.46, "word": " are", "probability": 0.658203125}, {"start": 1885.46, "end": 1885.52, "word": " what", "probability": 0.41162109375}, {"start": 1885.52, "end": 1885.52, "word": " I", "probability": 0.95068359375}, {"start": 1885.52, "end": 1885.76, "word": " want", "probability": 0.5166015625}, {"start": 1885.76, "end": 1886.3, "word": " to", "probability": 0.8125}, {"start": 1886.3, "end": 1886.56, "word": " store", "probability": 0.2216796875}, {"start": 1886.56, "end": 1886.8, "word": " in", "probability": 0.28564453125}, {"start": 1886.8, "end": 1888.32, "word": " the", "probability": 0.66943359375}, {"start": 1888.32, "end": 1888.64, "word": " database.", "probability": 0.8173828125}], "temperature": 1.0}, {"id": 72, "seek": 191535, "start": 1889.37, "end": 1915.35, "text": " People ask, what does it have to do with the previous date? Before that, this is just the initial. When you open the dialog, what date does it show? This is the year, month, and day of month. This is what the user chose. Okay? Everything I'm going to do, I'm not going to add them to the database yet. I'm going to make changes above. Let's say int year month day.", "tokens": [3432, 1029, 11, 437, 775, 309, 362, 281, 360, 365, 264, 3894, 4002, 30, 4546, 300, 11, 341, 307, 445, 264, 5883, 13, 1133, 291, 1269, 264, 19308, 11, 437, 4002, 775, 309, 855, 30, 639, 307, 264, 1064, 11, 1618, 11, 293, 786, 295, 1618, 13, 639, 307, 437, 264, 4195, 5111, 13, 1033, 30, 5471, 286, 478, 516, 281, 360, 11, 286, 478, 406, 516, 281, 909, 552, 281, 264, 8149, 1939, 13, 286, 478, 516, 281, 652, 2962, 3673, 13, 961, 311, 584, 560, 1064, 1618, 786, 13], "avg_logprob": -0.5309103552414023, "compression_ratio": 1.6222222222222222, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1889.37, "end": 1889.63, "word": " People", "probability": 0.063720703125}, {"start": 1889.63, "end": 1889.83, "word": " ask,", "probability": 0.2154541015625}, {"start": 1889.89, "end": 1890.05, "word": " what", "probability": 0.4189453125}, {"start": 1890.05, "end": 1890.17, "word": " does", "probability": 0.350830078125}, {"start": 1890.17, "end": 1890.17, "word": " it", "probability": 0.4345703125}, {"start": 1890.17, "end": 1890.31, "word": " have", "probability": 0.1949462890625}, {"start": 1890.31, "end": 1890.31, "word": " to", "probability": 0.94970703125}, {"start": 1890.31, "end": 1890.31, "word": " do", "probability": 0.96630859375}, {"start": 1890.31, "end": 1890.41, "word": " with", "probability": 0.892578125}, {"start": 1890.41, "end": 1890.51, "word": " the", "probability": 0.64208984375}, {"start": 1890.51, "end": 1890.97, "word": " previous", "probability": 0.33203125}, {"start": 1890.97, "end": 1890.97, "word": " date?", "probability": 0.70703125}, {"start": 1891.05, "end": 1891.33, "word": " Before", "probability": 0.1524658203125}, {"start": 1891.33, "end": 1891.69, "word": " that,", "probability": 0.415771484375}, {"start": 1891.75, "end": 1891.91, "word": " this", "probability": 0.29052734375}, {"start": 1891.91, "end": 1891.93, "word": " is", "probability": 0.5908203125}, {"start": 1891.93, "end": 1892.23, "word": " just", "probability": 0.525390625}, {"start": 1892.23, "end": 1893.05, "word": " the", "probability": 0.77783203125}, {"start": 1893.05, "end": 1893.45, "word": " initial.", "probability": 0.7900390625}, {"start": 1893.55, "end": 1893.71, "word": " When", "probability": 0.25390625}, {"start": 1893.71, "end": 1893.93, "word": " you", "probability": 0.82373046875}, {"start": 1893.93, "end": 1894.11, "word": " open", "probability": 0.73828125}, {"start": 1894.11, "end": 1894.27, "word": " the", "probability": 0.78076171875}, {"start": 1894.27, "end": 1894.57, "word": " dialog,", "probability": 0.5537109375}, {"start": 1894.65, "end": 1894.79, "word": " what", "probability": 0.407958984375}, {"start": 1894.79, "end": 1895.09, "word": " date", "probability": 0.437255859375}, {"start": 1895.09, "end": 1895.17, "word": " does", "probability": 0.2900390625}, {"start": 1895.17, "end": 1895.23, "word": " it", "probability": 0.87939453125}, {"start": 1895.23, "end": 1895.45, "word": " show?", "probability": 0.5087890625}, {"start": 1896.21, "end": 1896.61, "word": " This", "probability": 0.73095703125}, {"start": 1896.61, "end": 1896.71, "word": " is", "probability": 0.69775390625}, {"start": 1896.71, "end": 1896.75, "word": " the", "probability": 0.80029296875}, {"start": 1896.75, "end": 1896.93, "word": " year,", "probability": 0.70068359375}, {"start": 1897.05, "end": 1897.33, "word": " month,", "probability": 0.78955078125}, {"start": 1897.47, "end": 1897.57, "word": " and", "probability": 0.619140625}, {"start": 1897.57, "end": 1897.87, "word": " day", "probability": 0.947265625}, {"start": 1897.87, "end": 1898.29, "word": " of", "probability": 0.9130859375}, {"start": 1898.29, "end": 1899.29, "word": " month.", "probability": 0.56884765625}, {"start": 1899.61, "end": 1900.01, "word": " This", "probability": 0.5439453125}, {"start": 1900.01, "end": 1900.07, "word": " is", "probability": 0.79052734375}, {"start": 1900.07, "end": 1900.27, "word": " what", "probability": 0.63037109375}, {"start": 1900.27, "end": 1901.37, "word": " the", "probability": 0.68017578125}, {"start": 1901.37, "end": 1901.79, "word": " user", "probability": 0.95361328125}, {"start": 1901.79, "end": 1901.79, "word": " chose.", "probability": 0.71337890625}, {"start": 1902.27, "end": 1902.53, "word": " Okay?", "probability": 0.305908203125}, {"start": 1903.21, "end": 1903.61, "word": " Everything", "probability": 0.238037109375}, {"start": 1903.61, "end": 1903.81, "word": " I'm", "probability": 0.45257568359375}, {"start": 1903.81, "end": 1903.85, "word": " going", "probability": 0.86181640625}, {"start": 1903.85, "end": 1903.85, "word": " to", "probability": 0.97119140625}, {"start": 1903.85, "end": 1904.01, "word": " do,", "probability": 0.80322265625}, {"start": 1904.11, "end": 1904.33, "word": " I'm", "probability": 0.6890869140625}, {"start": 1904.33, "end": 1904.41, "word": " not", "probability": 0.896484375}, {"start": 1904.41, "end": 1904.51, "word": " going", "probability": 0.83154296875}, {"start": 1904.51, "end": 1904.51, "word": " to", "probability": 0.966796875}, {"start": 1904.51, "end": 1904.59, "word": " add", "probability": 0.66357421875}, {"start": 1904.59, "end": 1904.73, "word": " them", "probability": 0.63720703125}, {"start": 1904.73, "end": 1904.97, "word": " to", "probability": 0.38427734375}, {"start": 1904.97, "end": 1905.07, "word": " the", "probability": 0.89208984375}, {"start": 1905.07, "end": 1905.45, "word": " database", "probability": 0.92431640625}, {"start": 1905.45, "end": 1905.53, "word": " yet.", "probability": 0.7490234375}, {"start": 1905.73, "end": 1906.09, "word": " I'm", "probability": 0.804931640625}, {"start": 1906.09, "end": 1906.09, "word": " going", "probability": 0.93505859375}, {"start": 1906.09, "end": 1906.09, "word": " to", "probability": 0.96875}, {"start": 1906.09, "end": 1906.17, "word": " make", "probability": 0.5732421875}, {"start": 1906.17, "end": 1906.63, "word": " changes", "probability": 0.576171875}, {"start": 1906.63, "end": 1907.21, "word": " above.", "probability": 0.483154296875}, {"start": 1910.61, "end": 1911.01, "word": " Let's", "probability": 0.622314453125}, {"start": 1911.01, "end": 1911.19, "word": " say", "probability": 0.69482421875}, {"start": 1911.19, "end": 1911.53, "word": " int", "probability": 0.3291015625}, {"start": 1911.53, "end": 1911.91, "word": " year", "probability": 0.87744140625}, {"start": 1911.91, "end": 1913.01, "word": " month", "probability": 0.74658203125}, {"start": 1913.01, "end": 1915.35, "word": " day.", "probability": 0.923828125}], "temperature": 1.0}, {"id": 73, "seek": 194537, "start": 1917.49, "end": 1945.37, "text": "Why did I make these changes? So that the user can define them and tell them to change their names only. Y and D Yes, I will return Y equals Year M equals Month D equals Day of Month", "tokens": [8429, 630, 286, 652, 613, 2962, 30, 407, 300, 264, 4195, 393, 6964, 552, 293, 980, 552, 281, 1319, 641, 5288, 787, 13, 398, 293, 413, 1079, 11, 286, 486, 2736, 398, 6915, 10289, 376, 6915, 24255, 413, 6915, 5226, 295, 24255], "avg_logprob": -0.6260901440021603, "compression_ratio": 1.3893129770992367, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1917.49, "end": 1917.77, "word": "Why", "probability": 0.4931640625}, {"start": 1917.77, "end": 1917.99, "word": " did", "probability": 0.4697265625}, {"start": 1917.99, "end": 1918.13, "word": " I", "probability": 0.7890625}, {"start": 1918.13, "end": 1918.13, "word": " make", "probability": 0.363525390625}, {"start": 1918.13, "end": 1918.33, "word": " these", "probability": 0.60595703125}, {"start": 1918.33, "end": 1918.77, "word": " changes?", "probability": 0.62158203125}, {"start": 1919.29, "end": 1919.65, "word": " So", "probability": 0.4150390625}, {"start": 1919.65, "end": 1920.23, "word": " that", "probability": 0.728515625}, {"start": 1920.23, "end": 1920.23, "word": " the", "probability": 0.40625}, {"start": 1920.23, "end": 1920.97, "word": " user", "probability": 0.810546875}, {"start": 1920.97, "end": 1921.17, "word": " can", "probability": 0.2186279296875}, {"start": 1921.17, "end": 1921.41, "word": " define", "probability": 0.1539306640625}, {"start": 1921.41, "end": 1921.83, "word": " them", "probability": 0.64404296875}, {"start": 1921.83, "end": 1922.33, "word": " and", "probability": 0.349365234375}, {"start": 1922.33, "end": 1922.51, "word": " tell", "probability": 0.305908203125}, {"start": 1922.51, "end": 1923.29, "word": " them", "probability": 0.5}, {"start": 1923.29, "end": 1927.03, "word": " to", "probability": 0.324462890625}, {"start": 1927.03, "end": 1927.27, "word": " change", "probability": 0.732421875}, {"start": 1927.27, "end": 1927.39, "word": " their", "probability": 0.82373046875}, {"start": 1927.39, "end": 1927.69, "word": " names", "probability": 0.4755859375}, {"start": 1927.69, "end": 1928.25, "word": " only.", "probability": 0.255126953125}, {"start": 1928.61, "end": 1928.97, "word": " Y", "probability": 0.3515625}, {"start": 1928.97, "end": 1929.33, "word": " and", "probability": 0.1585693359375}, {"start": 1929.33, "end": 1929.71, "word": " D", "probability": 0.9208984375}, {"start": 1929.71, "end": 1935.37, "word": " Yes,", "probability": 0.2403564453125}, {"start": 1935.49, "end": 1935.63, "word": " I", "probability": 0.837890625}, {"start": 1935.63, "end": 1935.65, "word": " will", "probability": 0.64111328125}, {"start": 1935.65, "end": 1935.71, "word": " return", "probability": 0.2156982421875}, {"start": 1935.71, "end": 1936.13, "word": " Y", "probability": 0.6787109375}, {"start": 1936.13, "end": 1936.65, "word": " equals", "probability": 0.38720703125}, {"start": 1936.65, "end": 1937.97, "word": " Year", "probability": 0.6318359375}, {"start": 1937.97, "end": 1940.07, "word": " M", "probability": 0.607421875}, {"start": 1940.07, "end": 1940.61, "word": " equals", "probability": 0.9208984375}, {"start": 1940.61, "end": 1941.67, "word": " Month", "probability": 0.87890625}, {"start": 1941.67, "end": 1943.25, "word": " D", "probability": 0.802734375}, {"start": 1943.25, "end": 1943.93, "word": " equals", "probability": 0.93408203125}, {"start": 1943.93, "end": 1944.79, "word": " Day", "probability": 0.9033203125}, {"start": 1944.79, "end": 1945.07, "word": " of", "probability": 0.92529296875}, {"start": 1945.07, "end": 1945.37, "word": " Month", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 74, "seek": 197215, "start": 1946.19, "end": 1972.15, "text": " Meaning that when the user chooses a date, it will be stored in these variables. We haven't added it to the database yet, right? Let's say that I created an object from DatePickerDialog, and I gave it all the information it needs. Then, don't forget to go to the object that I created, and tell it to show. All this code is present where? In the onClick function.", "tokens": [19948, 300, 562, 264, 4195, 25963, 257, 4002, 11, 309, 486, 312, 12187, 294, 613, 9102, 13, 492, 2378, 380, 3869, 309, 281, 264, 8149, 1939, 11, 558, 30, 961, 311, 584, 300, 286, 2942, 364, 2657, 490, 31805, 47, 33804, 35, 831, 664, 11, 293, 286, 2729, 309, 439, 264, 1589, 309, 2203, 13, 1396, 11, 500, 380, 2870, 281, 352, 281, 264, 2657, 300, 286, 2942, 11, 293, 980, 309, 281, 855, 13, 1057, 341, 3089, 307, 1974, 689, 30, 682, 264, 322, 9966, 618, 2445, 13], "avg_logprob": -0.4854166540834639, "compression_ratio": 1.5622317596566524, "no_speech_prob": 0.0, "words": [{"start": 1946.19, "end": 1946.51, "word": " Meaning", "probability": 0.10968017578125}, {"start": 1946.51, "end": 1946.55, "word": " that", "probability": 0.5185546875}, {"start": 1946.55, "end": 1946.63, "word": " when", "probability": 0.483642578125}, {"start": 1946.63, "end": 1946.63, "word": " the", "probability": 0.5009765625}, {"start": 1946.63, "end": 1946.97, "word": " user", "probability": 0.90625}, {"start": 1946.97, "end": 1947.51, "word": " chooses", "probability": 0.442138671875}, {"start": 1947.51, "end": 1947.65, "word": " a", "probability": 0.58740234375}, {"start": 1947.65, "end": 1947.79, "word": " date,", "probability": 0.8369140625}, {"start": 1947.83, "end": 1947.91, "word": " it", "probability": 0.623046875}, {"start": 1947.91, "end": 1948.01, "word": " will", "probability": 0.33935546875}, {"start": 1948.01, "end": 1948.03, "word": " be", "probability": 0.62451171875}, {"start": 1948.03, "end": 1948.25, "word": " stored", "probability": 0.65576171875}, {"start": 1948.25, "end": 1948.39, "word": " in", "probability": 0.73046875}, {"start": 1948.39, "end": 1948.47, "word": " these", "probability": 0.4482421875}, {"start": 1948.47, "end": 1948.89, "word": " variables.", "probability": 0.79443359375}, {"start": 1949.95, "end": 1950.45, "word": " We", "probability": 0.78955078125}, {"start": 1950.45, "end": 1950.55, "word": " haven't", "probability": 0.6512451171875}, {"start": 1950.55, "end": 1950.81, "word": " added", "probability": 0.72802734375}, {"start": 1950.81, "end": 1950.97, "word": " it", "probability": 0.2413330078125}, {"start": 1950.97, "end": 1951.01, "word": " to", "probability": 0.63623046875}, {"start": 1951.01, "end": 1951.09, "word": " the", "probability": 0.88671875}, {"start": 1951.09, "end": 1951.45, "word": " database", "probability": 0.90673828125}, {"start": 1951.45, "end": 1951.47, "word": " yet,", "probability": 0.8349609375}, {"start": 1951.73, "end": 1951.97, "word": " right?", "probability": 0.78173828125}, {"start": 1952.41, "end": 1952.87, "word": " Let's", "probability": 0.5357666015625}, {"start": 1952.87, "end": 1952.91, "word": " say", "probability": 0.61279296875}, {"start": 1952.91, "end": 1953.33, "word": " that", "probability": 0.35595703125}, {"start": 1953.33, "end": 1954.73, "word": " I", "probability": 0.8681640625}, {"start": 1954.73, "end": 1955.01, "word": " created", "probability": 0.449462890625}, {"start": 1955.01, "end": 1955.21, "word": " an", "probability": 0.90380859375}, {"start": 1955.21, "end": 1955.47, "word": " object", "probability": 0.96337890625}, {"start": 1955.47, "end": 1955.67, "word": " from", "probability": 0.72119140625}, {"start": 1955.67, "end": 1956.47, "word": " DatePickerDialog,", "probability": 0.7671712239583334}, {"start": 1956.49, "end": 1956.59, "word": " and", "probability": 0.77392578125}, {"start": 1956.59, "end": 1956.67, "word": " I", "probability": 0.49462890625}, {"start": 1956.67, "end": 1956.89, "word": " gave", "probability": 0.17041015625}, {"start": 1956.89, "end": 1957.07, "word": " it", "probability": 0.86572265625}, {"start": 1957.07, "end": 1957.25, "word": " all", "probability": 0.59326171875}, {"start": 1957.25, "end": 1957.33, "word": " the", "probability": 0.431396484375}, {"start": 1957.33, "end": 1957.63, "word": " information", "probability": 0.3505859375}, {"start": 1957.63, "end": 1957.63, "word": " it", "probability": 0.51416015625}, {"start": 1957.63, "end": 1957.63, "word": " needs.", "probability": 0.58349609375}, {"start": 1958.35, "end": 1958.69, "word": " Then,", "probability": 0.64306640625}, {"start": 1958.73, "end": 1958.83, "word": " don't", "probability": 0.7200927734375}, {"start": 1958.83, "end": 1959.23, "word": " forget", "probability": 0.92578125}, {"start": 1959.23, "end": 1959.71, "word": " to", "probability": 0.9384765625}, {"start": 1959.71, "end": 1959.91, "word": " go", "probability": 0.81103515625}, {"start": 1959.91, "end": 1960.09, "word": " to", "probability": 0.92919921875}, {"start": 1960.09, "end": 1960.23, "word": " the", "probability": 0.8935546875}, {"start": 1960.23, "end": 1960.59, "word": " object", "probability": 0.95166015625}, {"start": 1960.59, "end": 1960.77, "word": " that", "probability": 0.383056640625}, {"start": 1960.77, "end": 1960.81, "word": " I", "probability": 0.72021484375}, {"start": 1960.81, "end": 1961.15, "word": " created,", "probability": 0.7685546875}, {"start": 1961.49, "end": 1963.49, "word": " and", "probability": 0.85986328125}, {"start": 1963.49, "end": 1963.73, "word": " tell", "probability": 0.378662109375}, {"start": 1963.73, "end": 1963.91, "word": " it", "probability": 0.90380859375}, {"start": 1963.91, "end": 1964.37, "word": " to", "probability": 0.52587890625}, {"start": 1964.37, "end": 1965.19, "word": " show.", "probability": 0.67333984375}, {"start": 1966.93, "end": 1967.43, "word": " All", "probability": 0.48828125}, {"start": 1967.43, "end": 1967.59, "word": " this", "probability": 0.57666015625}, {"start": 1967.59, "end": 1967.91, "word": " code", "probability": 0.9140625}, {"start": 1967.91, "end": 1969.25, "word": " is", "probability": 0.75634765625}, {"start": 1969.25, "end": 1969.59, "word": " present", "probability": 0.218994140625}, {"start": 1969.59, "end": 1969.85, "word": " where?", "probability": 0.6298828125}, {"start": 1970.35, "end": 1970.75, "word": " In", "probability": 0.81201171875}, {"start": 1970.75, "end": 1970.85, "word": " the", "probability": 0.5947265625}, {"start": 1970.85, "end": 1971.55, "word": " onClick", "probability": 0.7190755208333334}, {"start": 1971.55, "end": 1972.15, "word": " function.", "probability": 0.364501953125}], "temperature": 1.0}, {"id": 75, "seek": 200117, "start": 1974.15, "end": 2001.17, "text": " So when you click on the button, it will bring up the current date, right? Then it will create an object called DatePickerDialog, it will give it a reference to the activity, it will give it a listener, so that when it chooses a date, it will store it in the variables Y, M and D, and it will give it the current date. Then I will show the dialog, and let's see how the dialog looks like.", "tokens": [407, 562, 291, 2052, 322, 264, 2960, 11, 309, 486, 1565, 493, 264, 2190, 4002, 11, 558, 30, 1396, 309, 486, 1884, 364, 2657, 1219, 31805, 47, 33804, 35, 831, 664, 11, 309, 486, 976, 309, 257, 6408, 281, 264, 5191, 11, 309, 486, 976, 309, 257, 31569, 11, 370, 300, 562, 309, 25963, 257, 4002, 11, 309, 486, 3531, 309, 294, 264, 9102, 398, 11, 376, 293, 413, 11, 293, 309, 486, 976, 309, 264, 2190, 4002, 13, 1396, 286, 486, 855, 264, 19308, 11, 293, 718, 311, 536, 577, 264, 19308, 1542, 411, 13], "avg_logprob": -0.5302835248180271, "compression_ratio": 1.8009259259259258, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 1974.1499999999999, "end": 1974.6299999999999, "word": " So", "probability": 0.098388671875}, {"start": 1974.6299999999999, "end": 1975.11, "word": " when", "probability": 0.62841796875}, {"start": 1975.11, "end": 1975.23, "word": " you", "probability": 0.939453125}, {"start": 1975.23, "end": 1975.39, "word": " click", "probability": 0.552734375}, {"start": 1975.39, "end": 1975.57, "word": " on", "probability": 0.8125}, {"start": 1975.57, "end": 1975.63, "word": " the", "probability": 0.5478515625}, {"start": 1975.63, "end": 1975.87, "word": " button,", "probability": 0.88427734375}, {"start": 1976.29, "end": 1977.17, "word": " it", "probability": 0.7880859375}, {"start": 1977.17, "end": 1977.23, "word": " will", "probability": 0.53515625}, {"start": 1977.23, "end": 1977.59, "word": " bring", "probability": 0.329345703125}, {"start": 1977.59, "end": 1978.27, "word": " up", "probability": 0.603515625}, {"start": 1978.27, "end": 1978.37, "word": " the", "probability": 0.630859375}, {"start": 1978.37, "end": 1978.37, "word": " current", "probability": 0.5703125}, {"start": 1978.37, "end": 1978.67, "word": " date,", "probability": 0.890625}, {"start": 1979.45, "end": 1980.11, "word": " right?", "probability": 0.4189453125}, {"start": 1980.59, "end": 1981.07, "word": " Then", "probability": 0.43896484375}, {"start": 1981.07, "end": 1981.17, "word": " it", "probability": 0.62353515625}, {"start": 1981.17, "end": 1981.27, "word": " will", "probability": 0.74560546875}, {"start": 1981.27, "end": 1981.47, "word": " create", "probability": 0.7392578125}, {"start": 1981.47, "end": 1981.61, "word": " an", "probability": 0.65234375}, {"start": 1981.61, "end": 1981.85, "word": " object", "probability": 0.8017578125}, {"start": 1981.85, "end": 1982.09, "word": " called", "probability": 0.1441650390625}, {"start": 1982.09, "end": 1982.91, "word": " DatePickerDialog,", "probability": 0.7277425130208334}, {"start": 1983.17, "end": 1983.41, "word": " it", "probability": 0.217529296875}, {"start": 1983.41, "end": 1983.55, "word": " will", "probability": 0.8525390625}, {"start": 1983.55, "end": 1983.79, "word": " give", "probability": 0.248291015625}, {"start": 1983.79, "end": 1984.65, "word": " it", "probability": 0.54150390625}, {"start": 1984.65, "end": 1984.73, "word": " a", "probability": 0.432861328125}, {"start": 1984.73, "end": 1985.07, "word": " reference", "probability": 0.8701171875}, {"start": 1985.07, "end": 1985.25, "word": " to", "probability": 0.4970703125}, {"start": 1985.25, "end": 1985.29, "word": " the", "probability": 0.740234375}, {"start": 1985.29, "end": 1985.77, "word": " activity,", "probability": 0.916015625}, {"start": 1986.51, "end": 1986.77, "word": " it", "probability": 0.66796875}, {"start": 1986.77, "end": 1986.83, "word": " will", "probability": 0.8681640625}, {"start": 1986.83, "end": 1987.01, "word": " give", "probability": 0.66650390625}, {"start": 1987.01, "end": 1987.19, "word": " it", "probability": 0.57666015625}, {"start": 1987.19, "end": 1987.23, "word": " a", "probability": 0.6435546875}, {"start": 1987.23, "end": 1987.57, "word": " listener,", "probability": 0.74609375}, {"start": 1987.87, "end": 1988.15, "word": " so", "probability": 0.32568359375}, {"start": 1988.15, "end": 1988.23, "word": " that", "probability": 0.426025390625}, {"start": 1988.23, "end": 1988.35, "word": " when", "probability": 0.634765625}, {"start": 1988.35, "end": 1988.47, "word": " it", "probability": 0.75390625}, {"start": 1988.47, "end": 1988.71, "word": " chooses", "probability": 0.69140625}, {"start": 1988.71, "end": 1988.87, "word": " a", "probability": 0.51953125}, {"start": 1988.87, "end": 1989.05, "word": " date,", "probability": 0.90087890625}, {"start": 1989.09, "end": 1989.17, "word": " it", "probability": 0.80078125}, {"start": 1989.17, "end": 1989.17, "word": " will", "probability": 0.3232421875}, {"start": 1989.17, "end": 1989.41, "word": " store", "probability": 0.515625}, {"start": 1989.41, "end": 1989.51, "word": " it", "probability": 0.5927734375}, {"start": 1989.51, "end": 1989.59, "word": " in", "probability": 0.80517578125}, {"start": 1989.59, "end": 1989.69, "word": " the", "probability": 0.4453125}, {"start": 1989.69, "end": 1990.13, "word": " variables", "probability": 0.52197265625}, {"start": 1990.13, "end": 1990.47, "word": " Y,", "probability": 0.58544921875}, {"start": 1990.55, "end": 1990.79, "word": " M", "probability": 0.84814453125}, {"start": 1990.79, "end": 1990.93, "word": " and", "probability": 0.5185546875}, {"start": 1990.93, "end": 1991.15, "word": " D,", "probability": 0.98974609375}, {"start": 1991.75, "end": 1992.01, "word": " and", "probability": 0.83203125}, {"start": 1992.01, "end": 1992.13, "word": " it", "probability": 0.5791015625}, {"start": 1992.13, "end": 1992.21, "word": " will", "probability": 0.841796875}, {"start": 1992.21, "end": 1992.41, "word": " give", "probability": 0.650390625}, {"start": 1992.41, "end": 1992.77, "word": " it", "probability": 0.85888671875}, {"start": 1992.77, "end": 1993.63, "word": " the", "probability": 0.8251953125}, {"start": 1993.63, "end": 1993.63, "word": " current", "probability": 0.7109375}, {"start": 1993.63, "end": 1994.13, "word": " date.", "probability": 0.92822265625}, {"start": 1994.61, "end": 1994.93, "word": " Then", "probability": 0.55615234375}, {"start": 1994.93, "end": 1995.35, "word": " I", "probability": 0.6435546875}, {"start": 1995.35, "end": 1995.53, "word": " will", "probability": 0.487060546875}, {"start": 1995.53, "end": 1995.87, "word": " show", "probability": 0.468017578125}, {"start": 1995.87, "end": 1996.39, "word": " the", "probability": 0.66845703125}, {"start": 1996.39, "end": 1996.79, "word": " dialog,", "probability": 0.4404296875}, {"start": 1997.17, "end": 1997.35, "word": " and", "probability": 0.5615234375}, {"start": 1997.35, "end": 1998.15, "word": " let's", "probability": 0.626708984375}, {"start": 1998.15, "end": 1999.59, "word": " see", "probability": 0.87939453125}, {"start": 1999.59, "end": 2000.35, "word": " how", "probability": 0.60498046875}, {"start": 2000.35, "end": 2000.83, "word": " the", "probability": 0.3603515625}, {"start": 2000.83, "end": 2001.15, "word": " dialog", "probability": 0.87451171875}, {"start": 2001.15, "end": 2001.15, "word": " looks", "probability": 0.5966796875}, {"start": 2001.15, "end": 2001.17, "word": " like.", "probability": 0.451171875}], "temperature": 1.0}, {"id": 76, "seek": 205603, "start": 2028.17, "end": 2056.03, "text": "Okay, this is Add Employee, okay? Let's add the data. Yes, we want to see the date. This is the date, okay? What is this? This is the date picker. Dialogue, okay? Of course, it will give you the date of the case, the date of the day, 24 November. Of course, you change it. For example, you put the year that you want, okay? Then you come to the month.", "tokens": [8297, 11, 341, 307, 5349, 26878, 1653, 11, 1392, 30, 961, 311, 909, 264, 1412, 13, 1079, 11, 321, 528, 281, 536, 264, 4002, 13, 639, 307, 264, 4002, 11, 1392, 30, 708, 307, 341, 30, 639, 307, 264, 4002, 1888, 260, 13, 29658, 7213, 11, 1392, 30, 2720, 1164, 11, 309, 486, 976, 291, 264, 4002, 295, 264, 1389, 11, 264, 4002, 295, 264, 786, 11, 4022, 7674, 13, 2720, 1164, 11, 291, 1319, 309, 13, 1171, 1365, 11, 291, 829, 264, 1064, 300, 291, 528, 11, 1392, 30, 1396, 291, 808, 281, 264, 1618, 13], "avg_logprob": -0.458864795614262, "compression_ratio": 1.6875, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2028.17, "end": 2028.45, "word": "Okay,", "probability": 0.1282958984375}, {"start": 2028.51, "end": 2028.67, "word": " this", "probability": 0.58203125}, {"start": 2028.67, "end": 2028.69, "word": " is", "probability": 0.85791015625}, {"start": 2028.69, "end": 2028.87, "word": " Add", "probability": 0.1434326171875}, {"start": 2028.87, "end": 2029.67, "word": " Employee,", "probability": 0.7939453125}, {"start": 2030.23, "end": 2030.57, "word": " okay?", "probability": 0.400390625}, {"start": 2030.75, "end": 2030.97, "word": " Let's", "probability": 0.61669921875}, {"start": 2030.97, "end": 2031.15, "word": " add", "probability": 0.869140625}, {"start": 2031.15, "end": 2031.73, "word": " the", "probability": 0.6455078125}, {"start": 2031.73, "end": 2032.05, "word": " data.", "probability": 0.6494140625}, {"start": 2034.73, "end": 2035.15, "word": " Yes,", "probability": 0.321044921875}, {"start": 2035.21, "end": 2035.31, "word": " we", "probability": 0.58447265625}, {"start": 2035.31, "end": 2035.47, "word": " want", "probability": 0.2049560546875}, {"start": 2035.47, "end": 2035.73, "word": " to", "probability": 0.78515625}, {"start": 2035.73, "end": 2035.97, "word": " see", "probability": 0.66748046875}, {"start": 2035.97, "end": 2036.11, "word": " the", "probability": 0.89892578125}, {"start": 2036.11, "end": 2036.29, "word": " date.", "probability": 0.82568359375}, {"start": 2036.31, "end": 2036.45, "word": " This", "probability": 0.7666015625}, {"start": 2036.45, "end": 2036.53, "word": " is", "probability": 0.94677734375}, {"start": 2036.53, "end": 2036.59, "word": " the", "probability": 0.90673828125}, {"start": 2036.59, "end": 2036.89, "word": " date,", "probability": 0.8779296875}, {"start": 2037.79, "end": 2038.09, "word": " okay?", "probability": 0.7919921875}, {"start": 2038.41, "end": 2038.71, "word": " What", "probability": 0.57666015625}, {"start": 2038.71, "end": 2038.71, "word": " is", "probability": 0.83349609375}, {"start": 2038.71, "end": 2039.01, "word": " this?", "probability": 0.90283203125}, {"start": 2039.25, "end": 2039.41, "word": " This", "probability": 0.316162109375}, {"start": 2039.41, "end": 2039.41, "word": " is", "probability": 0.92529296875}, {"start": 2039.41, "end": 2039.41, "word": " the", "probability": 0.67041015625}, {"start": 2039.41, "end": 2039.53, "word": " date", "probability": 0.51171875}, {"start": 2039.53, "end": 2039.95, "word": " picker.", "probability": 0.80419921875}, {"start": 2040.99, "end": 2041.41, "word": " Dialogue,", "probability": 0.72705078125}, {"start": 2041.81, "end": 2042.07, "word": " okay?", "probability": 0.8251953125}, {"start": 2042.65, "end": 2043.07, "word": " Of", "probability": 0.6396484375}, {"start": 2043.07, "end": 2043.07, "word": " course,", "probability": 0.95703125}, {"start": 2043.17, "end": 2043.29, "word": " it", "probability": 0.419921875}, {"start": 2043.29, "end": 2043.35, "word": " will", "probability": 0.317626953125}, {"start": 2043.35, "end": 2043.51, "word": " give", "probability": 0.21044921875}, {"start": 2043.51, "end": 2043.71, "word": " you", "probability": 0.86962890625}, {"start": 2043.71, "end": 2043.97, "word": " the", "probability": 0.697265625}, {"start": 2043.97, "end": 2044.21, "word": " date", "probability": 0.884765625}, {"start": 2044.21, "end": 2045.67, "word": " of", "probability": 0.76220703125}, {"start": 2045.67, "end": 2045.69, "word": " the", "probability": 0.69482421875}, {"start": 2045.69, "end": 2045.95, "word": " case,", "probability": 0.1929931640625}, {"start": 2046.03, "end": 2046.07, "word": " the", "probability": 0.53125}, {"start": 2046.07, "end": 2046.27, "word": " date", "probability": 0.8603515625}, {"start": 2046.27, "end": 2046.45, "word": " of", "probability": 0.921875}, {"start": 2046.45, "end": 2046.45, "word": " the", "probability": 0.84423828125}, {"start": 2046.45, "end": 2046.61, "word": " day,", "probability": 0.95703125}, {"start": 2047.05, "end": 2047.39, "word": " 24", "probability": 0.45361328125}, {"start": 2047.39, "end": 2047.85, "word": " November.", "probability": 0.479736328125}, {"start": 2047.99, "end": 2048.25, "word": " Of", "probability": 0.47998046875}, {"start": 2048.25, "end": 2048.31, "word": " course,", "probability": 0.9609375}, {"start": 2048.41, "end": 2048.45, "word": " you", "probability": 0.91943359375}, {"start": 2048.45, "end": 2048.77, "word": " change", "probability": 0.392333984375}, {"start": 2048.77, "end": 2048.83, "word": " it.", "probability": 0.4775390625}, {"start": 2048.89, "end": 2048.99, "word": " For", "probability": 0.89111328125}, {"start": 2048.99, "end": 2049.11, "word": " example,", "probability": 0.93408203125}, {"start": 2049.29, "end": 2050.07, "word": " you", "probability": 0.9404296875}, {"start": 2050.07, "end": 2050.37, "word": " put", "probability": 0.54736328125}, {"start": 2050.37, "end": 2050.53, "word": " the", "probability": 0.87255859375}, {"start": 2050.53, "end": 2050.77, "word": " year", "probability": 0.9052734375}, {"start": 2050.77, "end": 2052.13, "word": " that", "probability": 0.447265625}, {"start": 2052.13, "end": 2052.19, "word": " you", "probability": 0.9521484375}, {"start": 2052.19, "end": 2052.31, "word": " want,", "probability": 0.82470703125}, {"start": 2052.83, "end": 2053.51, "word": " okay?", "probability": 0.7724609375}, {"start": 2053.81, "end": 2054.13, "word": " Then", "probability": 0.7373046875}, {"start": 2054.13, "end": 2054.33, "word": " you", "probability": 0.489501953125}, {"start": 2054.33, "end": 2054.53, "word": " come", "probability": 0.6630859375}, {"start": 2054.53, "end": 2054.73, "word": " to", "probability": 0.8115234375}, {"start": 2054.73, "end": 2055.77, "word": " the", "probability": 0.87255859375}, {"start": 2055.77, "end": 2056.03, "word": " month.", "probability": 0.89013671875}], "temperature": 1.0}, {"id": 77, "seek": 206457, "start": 2058.23, "end": 2064.57, "text": " تمام؟ و بتختار اليوم وليكن مثلا 11", "tokens": [46811, 10943, 22807, 4032, 39894, 46456, 9640, 45595, 20498, 4032, 20292, 19452, 50113, 15040, 2975], "avg_logprob": -0.37573241628706455, "compression_ratio": 0.9838709677419355, "no_speech_prob": 0.0, "words": [{"start": 2058.23, "end": 2058.65, "word": " تمام؟", "probability": 0.5440266927083334}, {"start": 2058.65, "end": 2058.67, "word": " و", "probability": 0.7958984375}, {"start": 2058.67, "end": 2059.25, "word": " بتختار", "probability": 0.9695638020833334}, {"start": 2059.25, "end": 2060.13, "word": " اليوم", "probability": 0.96337890625}, {"start": 2060.13, "end": 2060.59, "word": " وليكن", "probability": 0.73193359375}, {"start": 2060.59, "end": 2061.77, "word": " مثلا", "probability": 0.92431640625}, {"start": 2061.77, "end": 2064.57, "word": " 11", "probability": 0.257080078125}], "temperature": 1.0}, {"id": 78, "seek": 209916, "start": 2072.2, "end": 2099.16, "text": " then you say ok when you click on the ok button it executes the method that will be put in the database we have not put it in the database yet where is the addition to the database going to be? in the safe button below so where are we going to go back guys? to the safe button safe button we took the name, salary and is married but we did not take the date of birth ok, in the database I have the right to", "tokens": [550, 291, 584, 3133, 562, 291, 2052, 322, 264, 3133, 2960, 309, 4454, 1819, 264, 3170, 300, 486, 312, 829, 294, 264, 8149, 321, 362, 406, 829, 309, 294, 264, 8149, 1939, 689, 307, 264, 4500, 281, 264, 8149, 516, 281, 312, 30, 294, 264, 3273, 2960, 2507, 370, 689, 366, 321, 516, 281, 352, 646, 1074, 30, 281, 264, 3273, 2960, 3273, 2960, 321, 1890, 264, 1315, 11, 15360, 293, 307, 5259, 457, 321, 630, 406, 747, 264, 4002, 295, 3965, 3133, 11, 294, 264, 8149, 286, 362, 264, 558, 281], "avg_logprob": -0.587701625721429, "compression_ratio": 1.9757281553398058, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2072.2, "end": 2072.68, "word": " then", "probability": 0.11688232421875}, {"start": 2072.68, "end": 2072.92, "word": " you", "probability": 0.453857421875}, {"start": 2072.92, "end": 2073.12, "word": " say", "probability": 0.2491455078125}, {"start": 2073.12, "end": 2073.6, "word": " ok", "probability": 0.435791015625}, {"start": 2073.6, "end": 2074.5, "word": " when", "probability": 0.325439453125}, {"start": 2074.5, "end": 2074.7, "word": " you", "probability": 0.93310546875}, {"start": 2074.7, "end": 2074.92, "word": " click", "probability": 0.35693359375}, {"start": 2074.92, "end": 2075.06, "word": " on", "probability": 0.61865234375}, {"start": 2075.06, "end": 2075.4, "word": " the", "probability": 0.419921875}, {"start": 2075.4, "end": 2075.62, "word": " ok", "probability": 0.5419921875}, {"start": 2075.62, "end": 2075.76, "word": " button", "probability": 0.794921875}, {"start": 2075.76, "end": 2076.4, "word": " it", "probability": 0.3681640625}, {"start": 2076.4, "end": 2076.74, "word": " executes", "probability": 0.5799560546875}, {"start": 2076.74, "end": 2077.5, "word": " the", "probability": 0.60400390625}, {"start": 2077.5, "end": 2077.96, "word": " method", "probability": 0.865234375}, {"start": 2077.96, "end": 2078.5, "word": " that", "probability": 0.35888671875}, {"start": 2078.5, "end": 2078.62, "word": " will", "probability": 0.369140625}, {"start": 2078.62, "end": 2078.68, "word": " be", "probability": 0.76708984375}, {"start": 2078.68, "end": 2078.92, "word": " put", "probability": 0.2049560546875}, {"start": 2078.92, "end": 2079.08, "word": " in", "probability": 0.5986328125}, {"start": 2079.08, "end": 2079.24, "word": " the", "probability": 0.638671875}, {"start": 2079.24, "end": 2079.46, "word": " database", "probability": 0.45556640625}, {"start": 2079.46, "end": 2080.44, "word": " we", "probability": 0.326904296875}, {"start": 2080.44, "end": 2080.98, "word": " have", "probability": 0.234375}, {"start": 2080.98, "end": 2081.04, "word": " not", "probability": 0.88818359375}, {"start": 2081.04, "end": 2081.28, "word": " put", "probability": 0.375244140625}, {"start": 2081.28, "end": 2081.52, "word": " it", "probability": 0.433837890625}, {"start": 2081.52, "end": 2082.08, "word": " in", "probability": 0.44384765625}, {"start": 2082.08, "end": 2082.18, "word": " the", "probability": 0.84619140625}, {"start": 2082.18, "end": 2082.58, "word": " database", "probability": 0.93603515625}, {"start": 2082.58, "end": 2083.0, "word": " yet", "probability": 0.80078125}, {"start": 2083.0, "end": 2083.36, "word": " where", "probability": 0.438232421875}, {"start": 2083.36, "end": 2084.26, "word": " is", "probability": 0.279052734375}, {"start": 2084.26, "end": 2084.28, "word": " the", "probability": 0.88134765625}, {"start": 2084.28, "end": 2084.48, "word": " addition", "probability": 0.35888671875}, {"start": 2084.48, "end": 2084.7, "word": " to", "probability": 0.409912109375}, {"start": 2084.7, "end": 2084.8, "word": " the", "probability": 0.8828125}, {"start": 2084.8, "end": 2085.1, "word": " database", "probability": 0.9375}, {"start": 2085.1, "end": 2085.28, "word": " going", "probability": 0.1192626953125}, {"start": 2085.28, "end": 2085.28, "word": " to", "probability": 0.96826171875}, {"start": 2085.28, "end": 2085.54, "word": " be?", "probability": 0.91650390625}, {"start": 2085.62, "end": 2085.8, "word": " in", "probability": 0.52783203125}, {"start": 2085.8, "end": 2086.1, "word": " the", "probability": 0.88330078125}, {"start": 2086.1, "end": 2086.4, "word": " safe", "probability": 0.438232421875}, {"start": 2086.4, "end": 2086.46, "word": " button", "probability": 0.8076171875}, {"start": 2086.46, "end": 2086.82, "word": " below", "probability": 0.517578125}, {"start": 2086.82, "end": 2087.48, "word": " so", "probability": 0.56298828125}, {"start": 2087.48, "end": 2087.62, "word": " where", "probability": 0.33984375}, {"start": 2087.62, "end": 2087.62, "word": " are", "probability": 0.57373046875}, {"start": 2087.62, "end": 2087.7, "word": " we", "probability": 0.9248046875}, {"start": 2087.7, "end": 2087.72, "word": " going", "probability": 0.916015625}, {"start": 2087.72, "end": 2087.72, "word": " to", "probability": 0.68994140625}, {"start": 2087.72, "end": 2087.86, "word": " go", "probability": 0.5419921875}, {"start": 2087.86, "end": 2088.14, "word": " back", "probability": 0.60107421875}, {"start": 2088.14, "end": 2088.54, "word": " guys?", "probability": 0.45849609375}, {"start": 2088.98, "end": 2089.46, "word": " to", "probability": 0.61865234375}, {"start": 2089.46, "end": 2089.54, "word": " the", "probability": 0.90087890625}, {"start": 2089.54, "end": 2089.96, "word": " safe", "probability": 0.70849609375}, {"start": 2089.96, "end": 2090.28, "word": " button", "probability": 0.9375}, {"start": 2090.28, "end": 2090.98, "word": " safe", "probability": 0.426513671875}, {"start": 2090.98, "end": 2091.3, "word": " button", "probability": 0.904296875}, {"start": 2091.3, "end": 2091.42, "word": " we", "probability": 0.212890625}, {"start": 2091.42, "end": 2091.62, "word": " took", "probability": 0.59033203125}, {"start": 2091.62, "end": 2091.78, "word": " the", "probability": 0.78173828125}, {"start": 2091.78, "end": 2092.04, "word": " name,", "probability": 0.91748046875}, {"start": 2092.22, "end": 2092.54, "word": " salary", "probability": 0.60693359375}, {"start": 2092.54, "end": 2092.72, "word": " and", "probability": 0.751953125}, {"start": 2092.72, "end": 2092.9, "word": " is", "probability": 0.133544921875}, {"start": 2092.9, "end": 2093.14, "word": " married", "probability": 0.92431640625}, {"start": 2093.14, "end": 2093.82, "word": " but", "probability": 0.82080078125}, {"start": 2093.82, "end": 2093.92, "word": " we", "probability": 0.7744140625}, {"start": 2093.92, "end": 2093.96, "word": " did", "probability": 0.712890625}, {"start": 2093.96, "end": 2093.96, "word": " not", "probability": 0.9375}, {"start": 2093.96, "end": 2094.18, "word": " take", "probability": 0.791015625}, {"start": 2094.18, "end": 2094.74, "word": " the", "probability": 0.43701171875}, {"start": 2094.74, "end": 2095.8, "word": " date", "probability": 0.86328125}, {"start": 2095.8, "end": 2095.96, "word": " of", "probability": 0.96484375}, {"start": 2095.96, "end": 2096.22, "word": " birth", "probability": 0.9697265625}, {"start": 2096.22, "end": 2096.92, "word": " ok,", "probability": 0.404296875}, {"start": 2097.84, "end": 2098.2, "word": " in", "probability": 0.347412109375}, {"start": 2098.2, "end": 2098.44, "word": " the", "probability": 0.7724609375}, {"start": 2098.44, "end": 2098.76, "word": " database", "probability": 0.95068359375}, {"start": 2098.76, "end": 2098.84, "word": " I", "probability": 0.751953125}, {"start": 2098.84, "end": 2098.84, "word": " have", "probability": 0.921875}, {"start": 2098.84, "end": 2098.96, "word": " the", "probability": 0.65234375}, {"start": 2098.96, "end": 2099.04, "word": " right", "probability": 0.763671875}, {"start": 2099.04, "end": 2099.16, "word": " to", "probability": 0.54150390625}], "temperature": 1.0}, {"id": 79, "seek": 212971, "start": 2100.92, "end": 2129.72, "text": " For the date of birth But I have the date of birth made up of what? Of three The three that came together to form a number One Because the database we enter in it is a number How do we turn these three into numbers? Do not mess with any numbers again Every date has to turn into a number at the end To turn a number, we benefit from our sister's calendar We saw it a while ago, okay? So we have to go here and say calendar", "tokens": [1171, 264, 4002, 295, 3965, 583, 286, 362, 264, 4002, 295, 3965, 1027, 493, 295, 437, 30, 2720, 1045, 440, 1045, 300, 1361, 1214, 281, 1254, 257, 1230, 1485, 1436, 264, 8149, 321, 3242, 294, 309, 307, 257, 1230, 1012, 360, 321, 1261, 613, 1045, 666, 3547, 30, 1144, 406, 2082, 365, 604, 3547, 797, 2048, 4002, 575, 281, 1261, 666, 257, 1230, 412, 264, 917, 1407, 1261, 257, 1230, 11, 321, 5121, 490, 527, 4892, 311, 12183, 492, 1866, 309, 257, 1339, 2057, 11, 1392, 30, 407, 321, 362, 281, 352, 510, 293, 584, 12183], "avg_logprob": -0.5786082670860684, "compression_ratio": 1.7407407407407407, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 2100.92, "end": 2101.14, "word": " For", "probability": 0.10369873046875}, {"start": 2101.14, "end": 2101.2, "word": " the", "probability": 0.65625}, {"start": 2101.2, "end": 2101.32, "word": " date", "probability": 0.374267578125}, {"start": 2101.32, "end": 2101.5, "word": " of", "probability": 0.9609375}, {"start": 2101.5, "end": 2101.7, "word": " birth", "probability": 0.95751953125}, {"start": 2101.7, "end": 2102.2, "word": " But", "probability": 0.42333984375}, {"start": 2102.2, "end": 2102.42, "word": " I", "probability": 0.33837890625}, {"start": 2102.42, "end": 2102.6, "word": " have", "probability": 0.8642578125}, {"start": 2102.6, "end": 2102.7, "word": " the", "probability": 0.3662109375}, {"start": 2102.7, "end": 2102.82, "word": " date", "probability": 0.81787109375}, {"start": 2102.82, "end": 2103.0, "word": " of", "probability": 0.9638671875}, {"start": 2103.0, "end": 2103.28, "word": " birth", "probability": 0.9677734375}, {"start": 2103.28, "end": 2103.74, "word": " made", "probability": 0.1966552734375}, {"start": 2103.74, "end": 2103.86, "word": " up", "probability": 0.458984375}, {"start": 2103.86, "end": 2103.96, "word": " of", "probability": 0.9375}, {"start": 2103.96, "end": 2104.2, "word": " what?", "probability": 0.4296875}, {"start": 2104.5, "end": 2104.8, "word": " Of", "probability": 0.68017578125}, {"start": 2104.8, "end": 2105.16, "word": " three", "probability": 0.70361328125}, {"start": 2105.16, "end": 2105.76, "word": " The", "probability": 0.2386474609375}, {"start": 2105.76, "end": 2106.06, "word": " three", "probability": 0.87646484375}, {"start": 2106.06, "end": 2106.2, "word": " that", "probability": 0.134521484375}, {"start": 2106.2, "end": 2106.34, "word": " came", "probability": 0.427490234375}, {"start": 2106.34, "end": 2106.42, "word": " together", "probability": 0.2763671875}, {"start": 2106.42, "end": 2108.28, "word": " to", "probability": 0.1513671875}, {"start": 2108.28, "end": 2108.7, "word": " form", "probability": 0.162109375}, {"start": 2108.7, "end": 2109.0, "word": " a", "probability": 0.77001953125}, {"start": 2109.0, "end": 2109.22, "word": " number", "probability": 0.88671875}, {"start": 2109.22, "end": 2110.0, "word": " One", "probability": 0.34130859375}, {"start": 2110.0, "end": 2111.22, "word": " Because", "probability": 0.83544921875}, {"start": 2111.22, "end": 2111.4, "word": " the", "probability": 0.6015625}, {"start": 2111.4, "end": 2111.74, "word": " database", "probability": 0.8876953125}, {"start": 2111.74, "end": 2111.96, "word": " we", "probability": 0.20458984375}, {"start": 2111.96, "end": 2112.24, "word": " enter", "probability": 0.420166015625}, {"start": 2112.24, "end": 2112.34, "word": " in", "probability": 0.54248046875}, {"start": 2112.34, "end": 2112.5, "word": " it", "probability": 0.81005859375}, {"start": 2112.5, "end": 2112.76, "word": " is", "probability": 0.385986328125}, {"start": 2112.76, "end": 2113.22, "word": " a", "probability": 0.6318359375}, {"start": 2113.22, "end": 2113.44, "word": " number", "probability": 0.92724609375}, {"start": 2113.44, "end": 2113.92, "word": " How", "probability": 0.87451171875}, {"start": 2113.92, "end": 2114.02, "word": " do", "probability": 0.6435546875}, {"start": 2114.02, "end": 2114.06, "word": " we", "probability": 0.84423828125}, {"start": 2114.06, "end": 2114.36, "word": " turn", "probability": 0.425537109375}, {"start": 2114.36, "end": 2114.54, "word": " these", "probability": 0.6630859375}, {"start": 2114.54, "end": 2114.84, "word": " three", "probability": 0.900390625}, {"start": 2114.84, "end": 2115.8, "word": " into", "probability": 0.5634765625}, {"start": 2115.8, "end": 2116.1, "word": " numbers?", "probability": 0.58544921875}, {"start": 2116.46, "end": 2116.7, "word": " Do", "probability": 0.18896484375}, {"start": 2116.7, "end": 2116.72, "word": " not", "probability": 0.93603515625}, {"start": 2116.72, "end": 2116.96, "word": " mess", "probability": 0.69921875}, {"start": 2116.96, "end": 2117.24, "word": " with", "probability": 0.81787109375}, {"start": 2117.24, "end": 2117.48, "word": " any", "probability": 0.86474609375}, {"start": 2117.48, "end": 2117.8, "word": " numbers", "probability": 0.335205078125}, {"start": 2117.8, "end": 2118.16, "word": " again", "probability": 0.6337890625}, {"start": 2118.16, "end": 2118.58, "word": " Every", "probability": 0.41064453125}, {"start": 2118.58, "end": 2119.32, "word": " date", "probability": 0.89599609375}, {"start": 2119.32, "end": 2119.52, "word": " has", "probability": 0.266357421875}, {"start": 2119.52, "end": 2119.54, "word": " to", "probability": 0.958984375}, {"start": 2119.54, "end": 2119.96, "word": " turn", "probability": 0.34619140625}, {"start": 2119.96, "end": 2120.62, "word": " into", "probability": 0.6787109375}, {"start": 2120.62, "end": 2120.7, "word": " a", "probability": 0.7900390625}, {"start": 2120.7, "end": 2121.1, "word": " number", "probability": 0.9345703125}, {"start": 2121.1, "end": 2121.1, "word": " at", "probability": 0.1732177734375}, {"start": 2121.1, "end": 2121.1, "word": " the", "probability": 0.92578125}, {"start": 2121.1, "end": 2121.1, "word": " end", "probability": 0.92529296875}, {"start": 2121.1, "end": 2122.14, "word": " To", "probability": 0.6455078125}, {"start": 2122.14, "end": 2122.46, "word": " turn", "probability": 0.66796875}, {"start": 2122.46, "end": 2122.6, "word": " a", "probability": 0.347900390625}, {"start": 2122.6, "end": 2122.74, "word": " number,", "probability": 0.93603515625}, {"start": 2122.88, "end": 2122.98, "word": " we", "probability": 0.826171875}, {"start": 2122.98, "end": 2123.42, "word": " benefit", "probability": 0.321533203125}, {"start": 2123.42, "end": 2123.54, "word": " from", "probability": 0.88134765625}, {"start": 2123.54, "end": 2123.94, "word": " our", "probability": 0.8671875}, {"start": 2123.94, "end": 2124.38, "word": " sister's", "probability": 0.540283203125}, {"start": 2124.38, "end": 2124.62, "word": " calendar", "probability": 0.91015625}, {"start": 2124.62, "end": 2125.28, "word": " We", "probability": 0.56982421875}, {"start": 2125.28, "end": 2125.38, "word": " saw", "probability": 0.80126953125}, {"start": 2125.38, "end": 2125.58, "word": " it", "probability": 0.52490234375}, {"start": 2125.58, "end": 2125.72, "word": " a", "probability": 0.7021484375}, {"start": 2125.72, "end": 2125.9, "word": " while", "probability": 0.8447265625}, {"start": 2125.9, "end": 2125.9, "word": " ago,", "probability": 0.8818359375}, {"start": 2126.12, "end": 2126.86, "word": " okay?", "probability": 0.6552734375}, {"start": 2127.4, "end": 2127.6, "word": " So", "probability": 0.82861328125}, {"start": 2127.6, "end": 2127.82, "word": " we", "probability": 0.720703125}, {"start": 2127.82, "end": 2127.82, "word": " have", "probability": 0.2291259765625}, {"start": 2127.82, "end": 2127.96, "word": " to", "probability": 0.96923828125}, {"start": 2127.96, "end": 2128.12, "word": " go", "probability": 0.95361328125}, {"start": 2128.12, "end": 2128.44, "word": " here", "probability": 0.77734375}, {"start": 2128.44, "end": 2129.08, "word": " and", "probability": 0.489013671875}, {"start": 2129.08, "end": 2129.22, "word": " say", "probability": 0.379638671875}, {"start": 2129.22, "end": 2129.72, "word": " calendar", "probability": 0.70361328125}], "temperature": 1.0}, {"id": 80, "seek": 215546, "start": 2132.25, "end": 2155.47, "text": "c calendar.getinstance We said that the calendar.getinstance should be stored by default in the current date. The date of the day. We want to change it. We want to put the date that we brought. Instead of saying get, we say set. Now calendar.year", "tokens": [66, 12183, 13, 847, 13911, 719, 492, 848, 300, 264, 12183, 13, 847, 13911, 719, 820, 312, 12187, 538, 7576, 294, 264, 2190, 4002, 13, 440, 4002, 295, 264, 786, 13, 492, 528, 281, 1319, 309, 13, 492, 528, 281, 829, 264, 4002, 300, 321, 3038, 13, 7156, 295, 1566, 483, 11, 321, 584, 992, 13, 823, 12183, 13, 5294], "avg_logprob": -0.4838627088265341, "compression_ratio": 1.618421052631579, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2132.25, "end": 2132.85, "word": "c", "probability": 0.1990966796875}, {"start": 2132.85, "end": 2133.45, "word": " calendar", "probability": 0.387939453125}, {"start": 2133.45, "end": 2135.55, "word": ".getinstance", "probability": 0.8575439453125}, {"start": 2135.55, "end": 2136.15, "word": " We", "probability": 0.2301025390625}, {"start": 2136.15, "end": 2136.57, "word": " said", "probability": 0.301513671875}, {"start": 2136.57, "end": 2137.41, "word": " that", "probability": 0.7861328125}, {"start": 2137.41, "end": 2137.55, "word": " the", "probability": 0.302734375}, {"start": 2137.55, "end": 2137.81, "word": " calendar", "probability": 0.90966796875}, {"start": 2137.81, "end": 2138.93, "word": ".getinstance", "probability": 0.80169677734375}, {"start": 2138.93, "end": 2139.45, "word": " should", "probability": 0.214599609375}, {"start": 2139.45, "end": 2139.69, "word": " be", "probability": 0.6611328125}, {"start": 2139.69, "end": 2140.03, "word": " stored", "probability": 0.65478515625}, {"start": 2140.03, "end": 2140.39, "word": " by", "probability": 0.57666015625}, {"start": 2140.39, "end": 2140.85, "word": " default", "probability": 0.96435546875}, {"start": 2140.85, "end": 2141.95, "word": " in", "probability": 0.421142578125}, {"start": 2141.95, "end": 2141.99, "word": " the", "probability": 0.408447265625}, {"start": 2141.99, "end": 2142.53, "word": " current", "probability": 0.70751953125}, {"start": 2142.53, "end": 2142.59, "word": " date.", "probability": 0.8740234375}, {"start": 2142.93, "end": 2142.99, "word": " The", "probability": 0.16748046875}, {"start": 2142.99, "end": 2143.17, "word": " date", "probability": 0.73876953125}, {"start": 2143.17, "end": 2143.31, "word": " of", "probability": 0.90576171875}, {"start": 2143.31, "end": 2143.33, "word": " the", "probability": 0.79833984375}, {"start": 2143.33, "end": 2143.45, "word": " day.", "probability": 0.9521484375}, {"start": 2143.71, "end": 2143.93, "word": " We", "probability": 0.7880859375}, {"start": 2143.93, "end": 2144.09, "word": " want", "probability": 0.283447265625}, {"start": 2144.09, "end": 2144.13, "word": " to", "probability": 0.96435546875}, {"start": 2144.13, "end": 2144.35, "word": " change", "probability": 0.8486328125}, {"start": 2144.35, "end": 2144.47, "word": " it.", "probability": 0.83447265625}, {"start": 2144.51, "end": 2144.59, "word": " We", "probability": 0.68701171875}, {"start": 2144.59, "end": 2144.67, "word": " want", "probability": 0.2734375}, {"start": 2144.67, "end": 2144.67, "word": " to", "probability": 0.962890625}, {"start": 2144.67, "end": 2144.81, "word": " put", "probability": 0.58935546875}, {"start": 2144.81, "end": 2145.11, "word": " the", "probability": 0.1334228515625}, {"start": 2145.11, "end": 2145.81, "word": " date", "probability": 0.859375}, {"start": 2145.81, "end": 2146.89, "word": " that", "probability": 0.419921875}, {"start": 2146.89, "end": 2147.43, "word": " we", "probability": 0.9208984375}, {"start": 2147.43, "end": 2147.67, "word": " brought.", "probability": 0.307373046875}, {"start": 2148.47, "end": 2149.07, "word": " Instead", "probability": 0.474853515625}, {"start": 2149.07, "end": 2149.17, "word": " of", "probability": 0.970703125}, {"start": 2149.17, "end": 2149.45, "word": " saying", "probability": 0.6748046875}, {"start": 2149.45, "end": 2149.75, "word": " get,", "probability": 0.8056640625}, {"start": 2150.33, "end": 2150.47, "word": " we", "probability": 0.896484375}, {"start": 2150.47, "end": 2150.67, "word": " say", "probability": 0.62109375}, {"start": 2150.67, "end": 2151.11, "word": " set.", "probability": 0.96923828125}, {"start": 2153.19, "end": 2153.63, "word": " Now", "probability": 0.81494140625}, {"start": 2153.63, "end": 2154.09, "word": " calendar", "probability": 0.7294921875}, {"start": 2154.09, "end": 2155.47, "word": ".year", "probability": 0.939208984375}], "temperature": 1.0}, {"id": 81, "seek": 217656, "start": 2156.74, "end": 2176.56, "text": " Put in it the Y. We got the Y. Then, C.set calendar.month and M. These are the values specified by the user. C.set calendar.month", "tokens": [4935, 294, 309, 264, 398, 13, 492, 658, 264, 398, 13, 1396, 11, 383, 13, 3854, 12183, 13, 23534, 293, 376, 13, 1981, 366, 264, 4190, 22206, 538, 264, 4195, 13, 383, 13, 3854, 12183, 13, 23534], "avg_logprob": -0.6332236622509203, "compression_ratio": 1.3131313131313131, "no_speech_prob": 1.1622905731201172e-05, "words": [{"start": 2156.74, "end": 2157.06, "word": " Put", "probability": 0.1417236328125}, {"start": 2157.06, "end": 2157.18, "word": " in", "probability": 0.36083984375}, {"start": 2157.18, "end": 2157.38, "word": " it", "probability": 0.75439453125}, {"start": 2157.38, "end": 2157.82, "word": " the", "probability": 0.41259765625}, {"start": 2157.82, "end": 2158.06, "word": " Y.", "probability": 0.4638671875}, {"start": 2158.38, "end": 2158.76, "word": " We", "probability": 0.261962890625}, {"start": 2158.76, "end": 2159.04, "word": " got", "probability": 0.337158203125}, {"start": 2159.04, "end": 2159.24, "word": " the", "probability": 0.62646484375}, {"start": 2159.24, "end": 2159.48, "word": " Y.", "probability": 0.97998046875}, {"start": 2160.16, "end": 2160.4, "word": " Then,", "probability": 0.5908203125}, {"start": 2160.64, "end": 2160.98, "word": " C", "probability": 0.66259765625}, {"start": 2160.98, "end": 2161.98, "word": ".set", "probability": 0.673583984375}, {"start": 2161.98, "end": 2164.72, "word": " calendar", "probability": 0.28173828125}, {"start": 2164.72, "end": 2166.2, "word": ".month", "probability": 0.847412109375}, {"start": 2166.2, "end": 2166.8, "word": " and", "probability": 0.1192626953125}, {"start": 2166.8, "end": 2167.06, "word": " M.", "probability": 0.50439453125}, {"start": 2169.7, "end": 2170.34, "word": " These", "probability": 0.204833984375}, {"start": 2170.34, "end": 2170.38, "word": " are", "probability": 0.73828125}, {"start": 2170.38, "end": 2170.48, "word": " the", "probability": 0.82666015625}, {"start": 2170.48, "end": 2170.72, "word": " values", "probability": 0.87353515625}, {"start": 2170.72, "end": 2171.46, "word": " specified", "probability": 0.28759765625}, {"start": 2171.46, "end": 2171.6, "word": " by", "probability": 0.71484375}, {"start": 2171.6, "end": 2171.66, "word": " the", "probability": 0.82470703125}, {"start": 2171.66, "end": 2172.0, "word": " user.", "probability": 0.92041015625}, {"start": 2172.16, "end": 2172.48, "word": " C", "probability": 0.89794921875}, {"start": 2172.48, "end": 2173.84, "word": ".set", "probability": 0.90625}, {"start": 2173.84, "end": 2175.7, "word": " calendar", "probability": 0.88671875}, {"start": 2175.7, "end": 2176.56, "word": ".month", "probability": 0.765869140625}], "temperature": 1.0}, {"id": 82, "seek": 218648, "start": 2177.29, "end": 2186.49, "text": ".dayofmonth and put the date as main and after we put the date you go to C and say get time in milliseconds", "tokens": [13, 810, 2670, 23534, 293, 829, 264, 4002, 382, 2135, 293, 934, 321, 829, 264, 4002, 291, 352, 281, 383, 293, 584, 483, 565, 294, 34184], "avg_logprob": -0.7974537037037037, "compression_ratio": 1.2588235294117647, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2177.2900000000004, "end": 2177.9700000000003, "word": ".dayofmonth", "probability": 0.605987548828125}, {"start": 2177.9700000000003, "end": 2178.65, "word": " and", "probability": 0.20556640625}, {"start": 2178.65, "end": 2178.87, "word": " put", "probability": 0.1800537109375}, {"start": 2178.87, "end": 2179.11, "word": " the", "probability": 0.468505859375}, {"start": 2179.11, "end": 2179.25, "word": " date", "probability": 0.28857421875}, {"start": 2179.25, "end": 2179.25, "word": " as", "probability": 0.279296875}, {"start": 2179.25, "end": 2179.25, "word": " main", "probability": 0.55419921875}, {"start": 2179.25, "end": 2180.83, "word": " and", "probability": 0.1749267578125}, {"start": 2180.83, "end": 2181.75, "word": " after", "probability": 0.51220703125}, {"start": 2181.75, "end": 2182.15, "word": " we", "probability": 0.142822265625}, {"start": 2182.15, "end": 2182.15, "word": " put", "probability": 0.6103515625}, {"start": 2182.15, "end": 2182.33, "word": " the", "probability": 0.454833984375}, {"start": 2182.33, "end": 2182.59, "word": " date", "probability": 0.923828125}, {"start": 2182.59, "end": 2182.77, "word": " you", "probability": 0.1986083984375}, {"start": 2182.77, "end": 2182.95, "word": " go", "probability": 0.509765625}, {"start": 2182.95, "end": 2183.13, "word": " to", "probability": 0.935546875}, {"start": 2183.13, "end": 2183.43, "word": " C", "probability": 0.36474609375}, {"start": 2183.43, "end": 2184.13, "word": " and", "probability": 0.78955078125}, {"start": 2184.13, "end": 2184.51, "word": " say", "probability": 0.293212890625}, {"start": 2184.51, "end": 2184.93, "word": " get", "probability": 0.8232421875}, {"start": 2184.93, "end": 2185.87, "word": " time", "probability": 0.33837890625}, {"start": 2185.87, "end": 2186.09, "word": " in", "probability": 0.91943359375}, {"start": 2186.09, "end": 2186.49, "word": " milliseconds", "probability": 0.7548828125}], "temperature": 1.0}, {"id": 83, "seek": 221173, "start": 2187.44, "end": 2211.74, "text": " Do you see it? This is the get time in milliseconds. It took after it took the year, month and day. It merges them together and makes a certain equation. It returns L and this L is a very large number. It represents the date. Yes, we want to take this number and put it where? In the database. After we show it in front, we will bring it and return it again. What is it? When I show the number to the user, he will not understand it.", "tokens": [1144, 291, 536, 309, 30, 639, 307, 264, 483, 565, 294, 34184, 13, 467, 1890, 934, 309, 1890, 264, 1064, 11, 1618, 293, 786, 13, 467, 3551, 2880, 552, 1214, 293, 1669, 257, 1629, 5367, 13, 467, 11247, 441, 293, 341, 441, 307, 257, 588, 2416, 1230, 13, 467, 8855, 264, 4002, 13, 1079, 11, 321, 528, 281, 747, 341, 1230, 293, 829, 309, 689, 30, 682, 264, 8149, 13, 2381, 321, 855, 309, 294, 1868, 11, 321, 486, 1565, 309, 293, 2736, 309, 797, 13, 708, 307, 309, 30, 1133, 286, 855, 264, 1230, 281, 264, 4195, 11, 415, 486, 406, 1223, 309, 13], "avg_logprob": -0.5869693323126379, "compression_ratio": 1.688715953307393, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2187.44, "end": 2187.6, "word": " Do", "probability": 0.07421875}, {"start": 2187.6, "end": 2187.6, "word": " you", "probability": 0.96923828125}, {"start": 2187.6, "end": 2187.84, "word": " see", "probability": 0.8447265625}, {"start": 2187.84, "end": 2188.08, "word": " it?", "probability": 0.3671875}, {"start": 2188.42, "end": 2188.78, "word": " This", "probability": 0.39697265625}, {"start": 2188.78, "end": 2188.88, "word": " is", "probability": 0.287841796875}, {"start": 2188.88, "end": 2189.06, "word": " the", "probability": 0.4931640625}, {"start": 2189.06, "end": 2189.06, "word": " get", "probability": 0.216064453125}, {"start": 2189.06, "end": 2189.28, "word": " time", "probability": 0.2291259765625}, {"start": 2189.28, "end": 2189.42, "word": " in", "probability": 0.41552734375}, {"start": 2189.42, "end": 2189.8, "word": " milliseconds.", "probability": 0.81982421875}, {"start": 2190.12, "end": 2190.16, "word": " It", "probability": 0.491455078125}, {"start": 2190.16, "end": 2190.36, "word": " took", "probability": 0.4052734375}, {"start": 2190.36, "end": 2190.6, "word": " after", "probability": 0.321044921875}, {"start": 2190.6, "end": 2190.72, "word": " it", "probability": 0.220703125}, {"start": 2190.72, "end": 2190.98, "word": " took", "probability": 0.7314453125}, {"start": 2190.98, "end": 2191.38, "word": " the", "probability": 0.50439453125}, {"start": 2191.38, "end": 2191.58, "word": " year,", "probability": 0.65966796875}, {"start": 2191.68, "end": 2191.92, "word": " month", "probability": 0.736328125}, {"start": 2191.92, "end": 2192.02, "word": " and", "probability": 0.63134765625}, {"start": 2192.02, "end": 2192.24, "word": " day.", "probability": 0.91845703125}, {"start": 2192.86, "end": 2193.26, "word": " It", "probability": 0.73779296875}, {"start": 2193.26, "end": 2193.46, "word": " merges", "probability": 0.59228515625}, {"start": 2193.46, "end": 2193.64, "word": " them", "probability": 0.759765625}, {"start": 2193.64, "end": 2193.96, "word": " together", "probability": 0.7041015625}, {"start": 2193.96, "end": 2194.1, "word": " and", "probability": 0.5927734375}, {"start": 2194.1, "end": 2194.24, "word": " makes", "probability": 0.3662109375}, {"start": 2194.24, "end": 2194.4, "word": " a", "probability": 0.9072265625}, {"start": 2194.4, "end": 2195.08, "word": " certain", "probability": 0.392578125}, {"start": 2195.08, "end": 2195.08, "word": " equation.", "probability": 0.94921875}, {"start": 2195.28, "end": 2195.34, "word": " It", "probability": 0.430419921875}, {"start": 2195.34, "end": 2195.56, "word": " returns", "probability": 0.462890625}, {"start": 2195.56, "end": 2195.96, "word": " L", "probability": 0.25146484375}, {"start": 2195.96, "end": 2196.06, "word": " and", "probability": 0.441162109375}, {"start": 2196.06, "end": 2196.2, "word": " this", "probability": 0.6484375}, {"start": 2196.2, "end": 2196.36, "word": " L", "probability": 0.58447265625}, {"start": 2196.36, "end": 2196.6, "word": " is", "probability": 0.7744140625}, {"start": 2196.6, "end": 2196.6, "word": " a", "probability": 0.9189453125}, {"start": 2196.6, "end": 2196.86, "word": " very", "probability": 0.6259765625}, {"start": 2196.86, "end": 2197.62, "word": " large", "probability": 0.49755859375}, {"start": 2197.62, "end": 2197.64, "word": " number.", "probability": 0.9501953125}, {"start": 2197.94, "end": 2198.02, "word": " It", "probability": 0.80615234375}, {"start": 2198.02, "end": 2198.44, "word": " represents", "probability": 0.7392578125}, {"start": 2198.44, "end": 2199.34, "word": " the", "probability": 0.3486328125}, {"start": 2199.34, "end": 2199.64, "word": " date.", "probability": 0.73828125}, {"start": 2200.46, "end": 2200.86, "word": " Yes,", "probability": 0.2430419921875}, {"start": 2201.02, "end": 2201.2, "word": " we", "probability": 0.5166015625}, {"start": 2201.2, "end": 2201.42, "word": " want", "probability": 0.26171875}, {"start": 2201.42, "end": 2201.5, "word": " to", "probability": 0.89697265625}, {"start": 2201.5, "end": 2201.68, "word": " take", "probability": 0.69970703125}, {"start": 2201.68, "end": 2201.78, "word": " this", "probability": 0.83740234375}, {"start": 2201.78, "end": 2201.98, "word": " number", "probability": 0.90185546875}, {"start": 2201.98, "end": 2202.2, "word": " and", "probability": 0.92041015625}, {"start": 2202.2, "end": 2202.44, "word": " put", "probability": 0.53369140625}, {"start": 2202.44, "end": 2202.56, "word": " it", "probability": 0.92822265625}, {"start": 2202.56, "end": 2202.74, "word": " where?", "probability": 0.34033203125}, {"start": 2203.1, "end": 2203.38, "word": " In", "probability": 0.90576171875}, {"start": 2203.38, "end": 2203.46, "word": " the", "probability": 0.904296875}, {"start": 2203.46, "end": 2203.88, "word": " database.", "probability": 0.91259765625}, {"start": 2204.54, "end": 2204.94, "word": " After", "probability": 0.0675048828125}, {"start": 2204.94, "end": 2205.28, "word": " we", "probability": 0.417724609375}, {"start": 2205.28, "end": 2205.46, "word": " show", "probability": 0.40478515625}, {"start": 2205.46, "end": 2205.76, "word": " it", "probability": 0.390380859375}, {"start": 2205.76, "end": 2206.0, "word": " in", "probability": 0.424560546875}, {"start": 2206.0, "end": 2206.12, "word": " front,", "probability": 0.8994140625}, {"start": 2206.5, "end": 2207.24, "word": " we", "probability": 0.75244140625}, {"start": 2207.24, "end": 2207.28, "word": " will", "probability": 0.489013671875}, {"start": 2207.28, "end": 2207.48, "word": " bring", "probability": 0.544921875}, {"start": 2207.48, "end": 2207.62, "word": " it", "probability": 0.77978515625}, {"start": 2207.62, "end": 2207.74, "word": " and", "probability": 0.51220703125}, {"start": 2207.74, "end": 2208.02, "word": " return", "probability": 0.46533203125}, {"start": 2208.02, "end": 2208.14, "word": " it", "probability": 0.5458984375}, {"start": 2208.14, "end": 2208.38, "word": " again.", "probability": 0.7666015625}, {"start": 2208.78, "end": 2208.78, "word": " What", "probability": 0.413330078125}, {"start": 2208.78, "end": 2208.78, "word": " is", "probability": 0.302001953125}, {"start": 2208.78, "end": 2208.78, "word": " it?", "probability": 0.591796875}, {"start": 2209.28, "end": 2209.6, "word": " When", "probability": 0.55908203125}, {"start": 2209.6, "end": 2209.96, "word": " I", "probability": 0.97705078125}, {"start": 2209.96, "end": 2210.18, "word": " show", "probability": 0.89794921875}, {"start": 2210.18, "end": 2210.32, "word": " the", "probability": 0.76220703125}, {"start": 2210.32, "end": 2210.5, "word": " number", "probability": 0.87060546875}, {"start": 2210.5, "end": 2210.64, "word": " to", "probability": 0.9423828125}, {"start": 2210.64, "end": 2210.72, "word": " the", "probability": 0.8828125}, {"start": 2210.72, "end": 2211.04, "word": " user,", "probability": 0.9462890625}, {"start": 2211.1, "end": 2211.2, "word": " he", "probability": 0.46630859375}, {"start": 2211.2, "end": 2211.26, "word": " will", "probability": 0.65966796875}, {"start": 2211.26, "end": 2211.28, "word": " not", "probability": 0.9365234375}, {"start": 2211.28, "end": 2211.56, "word": " understand", "probability": 0.75}, {"start": 2211.56, "end": 2211.74, "word": " it.", "probability": 0.60595703125}], "temperature": 1.0}, {"id": 84, "seek": 223813, "start": 2212.17, "end": 2238.13, "text": "Correct or not? So when it shows up, we have to go back to month, day and year. But in the database, let it store it as a number. So getTime in milliseconds will return to you the long date of birth. And notice they brought long because it's big. Okay? And then this one, what are we going to do with it? Where are we going to store it? In the CV with its friends.", "tokens": [29020, 2554, 420, 406, 30, 407, 562, 309, 3110, 493, 11, 321, 362, 281, 352, 646, 281, 1618, 11, 786, 293, 1064, 13, 583, 294, 264, 8149, 11, 718, 309, 3531, 309, 382, 257, 1230, 13, 407, 483, 22233, 294, 34184, 486, 2736, 281, 291, 264, 938, 4002, 295, 3965, 13, 400, 3449, 436, 3038, 938, 570, 309, 311, 955, 13, 1033, 30, 400, 550, 341, 472, 11, 437, 366, 321, 516, 281, 360, 365, 309, 30, 2305, 366, 321, 516, 281, 3531, 309, 30, 682, 264, 22995, 365, 1080, 1855, 13], "avg_logprob": -0.5181451741085258, "compression_ratio": 1.5555555555555556, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2212.17, "end": 2212.39, "word": "Correct", "probability": 0.4958648681640625}, {"start": 2212.39, "end": 2212.59, "word": " or", "probability": 0.74560546875}, {"start": 2212.59, "end": 2212.69, "word": " not?", "probability": 0.76806640625}, {"start": 2212.99, "end": 2213.19, "word": " So", "probability": 0.14794921875}, {"start": 2213.19, "end": 2213.37, "word": " when", "probability": 0.6328125}, {"start": 2213.37, "end": 2213.53, "word": " it", "probability": 0.351806640625}, {"start": 2213.53, "end": 2213.63, "word": " shows", "probability": 0.26806640625}, {"start": 2213.63, "end": 2213.81, "word": " up,", "probability": 0.41845703125}, {"start": 2213.87, "end": 2213.93, "word": " we", "probability": 0.461181640625}, {"start": 2213.93, "end": 2214.01, "word": " have", "probability": 0.37353515625}, {"start": 2214.01, "end": 2214.21, "word": " to", "probability": 0.9677734375}, {"start": 2214.21, "end": 2214.31, "word": " go", "probability": 0.1868896484375}, {"start": 2214.31, "end": 2214.39, "word": " back", "probability": 0.8037109375}, {"start": 2214.39, "end": 2214.47, "word": " to", "probability": 0.445556640625}, {"start": 2214.47, "end": 2215.77, "word": " month,", "probability": 0.44775390625}, {"start": 2216.37, "end": 2216.85, "word": " day", "probability": 0.83154296875}, {"start": 2216.85, "end": 2217.03, "word": " and", "probability": 0.5400390625}, {"start": 2217.03, "end": 2217.29, "word": " year.", "probability": 0.9326171875}, {"start": 2217.83, "end": 2218.23, "word": " But", "probability": 0.7939453125}, {"start": 2218.23, "end": 2218.37, "word": " in", "probability": 0.751953125}, {"start": 2218.37, "end": 2218.45, "word": " the", "probability": 0.39697265625}, {"start": 2218.45, "end": 2218.81, "word": " database,", "probability": 0.83642578125}, {"start": 2218.93, "end": 2219.05, "word": " let", "probability": 0.404296875}, {"start": 2219.05, "end": 2219.17, "word": " it", "probability": 0.74609375}, {"start": 2219.17, "end": 2219.35, "word": " store", "probability": 0.54052734375}, {"start": 2219.35, "end": 2219.59, "word": " it", "probability": 0.267822265625}, {"start": 2219.59, "end": 2219.59, "word": " as", "probability": 0.8232421875}, {"start": 2219.59, "end": 2220.37, "word": " a", "probability": 0.66748046875}, {"start": 2220.37, "end": 2220.65, "word": " number.", "probability": 0.84375}, {"start": 2221.05, "end": 2221.39, "word": " So", "probability": 0.8232421875}, {"start": 2221.39, "end": 2221.81, "word": " getTime", "probability": 0.685791015625}, {"start": 2221.81, "end": 2221.97, "word": " in", "probability": 0.41845703125}, {"start": 2221.97, "end": 2222.55, "word": " milliseconds", "probability": 0.833984375}, {"start": 2222.55, "end": 2223.17, "word": " will", "probability": 0.70361328125}, {"start": 2223.17, "end": 2223.47, "word": " return", "probability": 0.4873046875}, {"start": 2223.47, "end": 2223.63, "word": " to", "probability": 0.224365234375}, {"start": 2223.63, "end": 2224.39, "word": " you", "probability": 0.88916015625}, {"start": 2224.39, "end": 2224.91, "word": " the", "probability": 0.52294921875}, {"start": 2224.91, "end": 2225.27, "word": " long", "probability": 0.78369140625}, {"start": 2225.27, "end": 2226.59, "word": " date", "probability": 0.7373046875}, {"start": 2226.59, "end": 2226.77, "word": " of", "probability": 0.9638671875}, {"start": 2226.77, "end": 2227.03, "word": " birth.", "probability": 0.96533203125}, {"start": 2228.25, "end": 2228.43, "word": " And", "probability": 0.244384765625}, {"start": 2228.43, "end": 2228.61, "word": " notice", "probability": 0.720703125}, {"start": 2228.61, "end": 2228.85, "word": " they", "probability": 0.416015625}, {"start": 2228.85, "end": 2228.85, "word": " brought", "probability": 0.54443359375}, {"start": 2228.85, "end": 2229.13, "word": " long", "probability": 0.42578125}, {"start": 2229.13, "end": 2229.27, "word": " because", "probability": 0.7958984375}, {"start": 2229.27, "end": 2229.47, "word": " it's", "probability": 0.51947021484375}, {"start": 2229.47, "end": 2229.77, "word": " big.", "probability": 0.3974609375}, {"start": 2230.41, "end": 2230.61, "word": " Okay?", "probability": 0.2587890625}, {"start": 2231.85, "end": 2232.03, "word": " And", "probability": 0.6748046875}, {"start": 2232.03, "end": 2232.37, "word": " then", "probability": 0.69189453125}, {"start": 2232.37, "end": 2233.01, "word": " this", "probability": 0.2646484375}, {"start": 2233.01, "end": 2233.25, "word": " one,", "probability": 0.6181640625}, {"start": 2233.27, "end": 2233.43, "word": " what", "probability": 0.8955078125}, {"start": 2233.43, "end": 2233.49, "word": " are", "probability": 0.5830078125}, {"start": 2233.49, "end": 2233.59, "word": " we", "probability": 0.95458984375}, {"start": 2233.59, "end": 2233.59, "word": " going", "probability": 0.8984375}, {"start": 2233.59, "end": 2233.59, "word": " to", "probability": 0.974609375}, {"start": 2233.59, "end": 2233.77, "word": " do", "probability": 0.955078125}, {"start": 2233.77, "end": 2233.93, "word": " with", "probability": 0.8203125}, {"start": 2233.93, "end": 2234.11, "word": " it?", "probability": 0.8505859375}, {"start": 2234.61, "end": 2235.01, "word": " Where", "probability": 0.361083984375}, {"start": 2235.01, "end": 2235.03, "word": " are", "probability": 0.55712890625}, {"start": 2235.03, "end": 2235.09, "word": " we", "probability": 0.95654296875}, {"start": 2235.09, "end": 2235.11, "word": " going", "probability": 0.91357421875}, {"start": 2235.11, "end": 2235.11, "word": " to", "probability": 0.9697265625}, {"start": 2235.11, "end": 2235.31, "word": " store", "probability": 0.82373046875}, {"start": 2235.31, "end": 2235.61, "word": " it?", "probability": 0.8837890625}, {"start": 2235.93, "end": 2236.09, "word": " In", "probability": 0.869140625}, {"start": 2236.09, "end": 2236.19, "word": " the", "probability": 0.8369140625}, {"start": 2236.19, "end": 2236.47, "word": " CV", "probability": 0.8935546875}, {"start": 2236.47, "end": 2237.05, "word": " with", "probability": 0.63623046875}, {"start": 2237.05, "end": 2237.85, "word": " its", "probability": 0.32568359375}, {"start": 2237.85, "end": 2238.13, "word": " friends.", "probability": 0.376220703125}], "temperature": 1.0}, {"id": 85, "seek": 226805, "start": 2239.13, "end": 2268.05, "text": " Ok? This gate here is the CV We stored the name, the reason and the is valid And then we say CV.put DOB And we put the mail DOB And this is how it inserts in the database And this is run You are with me guys, you see how we deal with history History in the end we will convert to what? To a number", "tokens": [3477, 30, 639, 8539, 510, 307, 264, 22995, 492, 12187, 264, 1315, 11, 264, 1778, 293, 264, 307, 7363, 400, 550, 321, 584, 22995, 13, 2582, 10699, 33, 400, 321, 829, 264, 10071, 10699, 33, 400, 341, 307, 577, 309, 49163, 294, 264, 8149, 400, 341, 307, 1190, 509, 366, 365, 385, 1074, 11, 291, 536, 577, 321, 2028, 365, 2503, 12486, 294, 264, 917, 321, 486, 7620, 281, 437, 30, 1407, 257, 1230], "avg_logprob": -0.7162500270207723, "compression_ratio": 1.5851063829787233, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2239.13, "end": 2239.53, "word": " Ok?", "probability": 0.1353759765625}, {"start": 2240.27, "end": 2240.61, "word": " This", "probability": 0.154052734375}, {"start": 2240.61, "end": 2240.79, "word": " gate", "probability": 0.242919921875}, {"start": 2240.79, "end": 2241.07, "word": " here", "probability": 0.433349609375}, {"start": 2241.07, "end": 2241.33, "word": " is", "probability": 0.65087890625}, {"start": 2241.33, "end": 2241.49, "word": " the", "probability": 0.329345703125}, {"start": 2241.49, "end": 2241.77, "word": " CV", "probability": 0.69140625}, {"start": 2241.77, "end": 2242.31, "word": " We", "probability": 0.276123046875}, {"start": 2242.31, "end": 2242.63, "word": " stored", "probability": 0.1798095703125}, {"start": 2242.63, "end": 2242.89, "word": " the", "probability": 0.479248046875}, {"start": 2242.89, "end": 2243.09, "word": " name,", "probability": 0.720703125}, {"start": 2243.27, "end": 2243.29, "word": " the", "probability": 0.3603515625}, {"start": 2243.29, "end": 2243.47, "word": " reason", "probability": 0.06707763671875}, {"start": 2243.47, "end": 2243.63, "word": " and", "probability": 0.61767578125}, {"start": 2243.63, "end": 2243.69, "word": " the", "probability": 0.81787109375}, {"start": 2243.69, "end": 2243.83, "word": " is", "probability": 0.2030029296875}, {"start": 2243.83, "end": 2244.05, "word": " valid", "probability": 0.3291015625}, {"start": 2244.05, "end": 2244.57, "word": " And", "probability": 0.37841796875}, {"start": 2244.57, "end": 2245.35, "word": " then", "probability": 0.4443359375}, {"start": 2245.35, "end": 2245.47, "word": " we", "probability": 0.82666015625}, {"start": 2245.47, "end": 2245.63, "word": " say", "probability": 0.46923828125}, {"start": 2245.63, "end": 2246.09, "word": " CV", "probability": 0.486328125}, {"start": 2246.09, "end": 2246.83, "word": ".put", "probability": 0.7587890625}, {"start": 2246.83, "end": 2250.45, "word": " DOB", "probability": 0.531494140625}, {"start": 2250.45, "end": 2251.95, "word": " And", "probability": 0.564453125}, {"start": 2251.95, "end": 2252.07, "word": " we", "probability": 0.60986328125}, {"start": 2252.07, "end": 2252.29, "word": " put", "probability": 0.650390625}, {"start": 2252.29, "end": 2252.47, "word": " the", "probability": 0.47265625}, {"start": 2252.47, "end": 2252.61, "word": " mail", "probability": 0.1947021484375}, {"start": 2252.61, "end": 2254.07, "word": " DOB", "probability": 0.7210693359375}, {"start": 2254.07, "end": 2256.35, "word": " And", "probability": 0.705078125}, {"start": 2256.35, "end": 2256.53, "word": " this", "probability": 0.2427978515625}, {"start": 2256.53, "end": 2256.55, "word": " is", "probability": 0.51220703125}, {"start": 2256.55, "end": 2256.55, "word": " how", "probability": 0.89599609375}, {"start": 2256.55, "end": 2256.69, "word": " it", "probability": 0.65869140625}, {"start": 2256.69, "end": 2257.21, "word": " inserts", "probability": 0.326904296875}, {"start": 2257.21, "end": 2258.11, "word": " in", "probability": 0.343017578125}, {"start": 2258.11, "end": 2258.23, "word": " the", "probability": 0.8046875}, {"start": 2258.23, "end": 2258.61, "word": " database", "probability": 0.7314453125}, {"start": 2258.61, "end": 2260.47, "word": " And", "probability": 0.5908203125}, {"start": 2260.47, "end": 2260.65, "word": " this", "probability": 0.38134765625}, {"start": 2260.65, "end": 2260.65, "word": " is", "probability": 0.9140625}, {"start": 2260.65, "end": 2260.91, "word": " run", "probability": 0.3818359375}, {"start": 2260.91, "end": 2263.33, "word": " You", "probability": 0.6396484375}, {"start": 2263.33, "end": 2263.37, "word": " are", "probability": 0.331787109375}, {"start": 2263.37, "end": 2263.45, "word": " with", "probability": 0.7685546875}, {"start": 2263.45, "end": 2263.57, "word": " me", "probability": 0.94677734375}, {"start": 2263.57, "end": 2263.79, "word": " guys,", "probability": 0.52880859375}, {"start": 2263.85, "end": 2263.89, "word": " you", "probability": 0.38818359375}, {"start": 2263.89, "end": 2263.95, "word": " see", "probability": 0.42919921875}, {"start": 2263.95, "end": 2264.09, "word": " how", "probability": 0.8994140625}, {"start": 2264.09, "end": 2264.19, "word": " we", "probability": 0.6201171875}, {"start": 2264.19, "end": 2264.35, "word": " deal", "probability": 0.55517578125}, {"start": 2264.35, "end": 2264.51, "word": " with", "probability": 0.89013671875}, {"start": 2264.51, "end": 2264.95, "word": " history", "probability": 0.45556640625}, {"start": 2264.95, "end": 2265.65, "word": " History", "probability": 0.7470703125}, {"start": 2265.65, "end": 2265.81, "word": " in", "probability": 0.3759765625}, {"start": 2265.81, "end": 2265.93, "word": " the", "probability": 0.92236328125}, {"start": 2265.93, "end": 2266.09, "word": " end", "probability": 0.92333984375}, {"start": 2266.09, "end": 2266.33, "word": " we", "probability": 0.3642578125}, {"start": 2266.33, "end": 2266.33, "word": " will", "probability": 0.4658203125}, {"start": 2266.33, "end": 2266.53, "word": " convert", "probability": 0.384765625}, {"start": 2266.53, "end": 2266.75, "word": " to", "probability": 0.31982421875}, {"start": 2266.75, "end": 2267.09, "word": " what?", "probability": 0.626953125}, {"start": 2267.43, "end": 2267.83, "word": " To", "probability": 0.796875}, {"start": 2267.83, "end": 2267.93, "word": " a", "probability": 0.466796875}, {"start": 2267.93, "end": 2268.05, "word": " number", "probability": 0.912109375}], "temperature": 1.0}, {"id": 86, "seek": 228821, "start": 2268.64, "end": 2288.22, "text": " All right? Well, if you're good at it, what else do you do? But I'm not going to leave it to you. The employee is supposed to choose a date.", "tokens": [1057, 558, 30, 1042, 11, 498, 291, 434, 665, 412, 309, 11, 437, 1646, 360, 291, 360, 30, 583, 286, 478, 406, 516, 281, 1856, 309, 281, 291, 13, 440, 10738, 307, 3442, 281, 2826, 257, 4002, 13], "avg_logprob": -0.5292467795885526, "compression_ratio": 1.2260869565217392, "no_speech_prob": 2.8014183044433594e-06, "words": [{"start": 2268.64, "end": 2268.88, "word": " All", "probability": 0.0777587890625}, {"start": 2268.88, "end": 2269.06, "word": " right?", "probability": 0.76904296875}, {"start": 2271.22, "end": 2271.68, "word": " Well,", "probability": 0.1876220703125}, {"start": 2271.74, "end": 2271.88, "word": " if", "probability": 0.66845703125}, {"start": 2271.88, "end": 2272.32, "word": " you're", "probability": 0.6563720703125}, {"start": 2272.32, "end": 2272.32, "word": " good", "probability": 0.451904296875}, {"start": 2272.32, "end": 2272.44, "word": " at", "probability": 0.765625}, {"start": 2272.44, "end": 2272.52, "word": " it,", "probability": 0.2841796875}, {"start": 2272.52, "end": 2272.76, "word": " what", "probability": 0.378173828125}, {"start": 2272.76, "end": 2273.02, "word": " else", "probability": 0.54150390625}, {"start": 2273.02, "end": 2273.14, "word": " do", "probability": 0.58642578125}, {"start": 2273.14, "end": 2273.14, "word": " you", "probability": 0.97021484375}, {"start": 2273.14, "end": 2273.38, "word": " do?", "probability": 0.9345703125}, {"start": 2273.92, "end": 2274.28, "word": " But", "probability": 0.69775390625}, {"start": 2274.28, "end": 2274.52, "word": " I'm", "probability": 0.715576171875}, {"start": 2274.52, "end": 2274.56, "word": " not", "probability": 0.7919921875}, {"start": 2274.56, "end": 2275.12, "word": " going", "probability": 0.75537109375}, {"start": 2275.12, "end": 2275.12, "word": " to", "probability": 0.955078125}, {"start": 2275.12, "end": 2275.36, "word": " leave", "probability": 0.78466796875}, {"start": 2275.36, "end": 2275.5, "word": " it", "probability": 0.71337890625}, {"start": 2275.5, "end": 2275.5, "word": " to", "probability": 0.81884765625}, {"start": 2275.5, "end": 2275.86, "word": " you.", "probability": 0.9580078125}, {"start": 2285.42, "end": 2285.94, "word": " The", "probability": 0.0784912109375}, {"start": 2285.94, "end": 2286.82, "word": " employee", "probability": 0.499267578125}, {"start": 2286.82, "end": 2287.2, "word": " is", "probability": 0.50634765625}, {"start": 2287.2, "end": 2287.2, "word": " supposed", "probability": 0.9375}, {"start": 2287.2, "end": 2287.2, "word": " to", "probability": 0.94580078125}, {"start": 2287.2, "end": 2287.78, "word": " choose", "probability": 0.53076171875}, {"start": 2287.78, "end": 2287.88, "word": " a", "probability": 0.8232421875}, {"start": 2287.88, "end": 2288.22, "word": " date.", "probability": 0.890625}], "temperature": 1.0}, {"id": 87, "seek": 232156, "start": 2297.28, "end": 2321.56, "text": "Yes, it appears here, it appears at least where? TextView This is very simple, I make a TextView and put in it, not you brought the Y, M and D, put them behind each other and put slash between them, this is easy And this is where it makes the code that appears in the TextView, in the onset, in the method of the set, okay? Okay, now I put the data", "tokens": [6054, 11, 309, 7038, 510, 11, 309, 7038, 412, 1935, 689, 30, 18643, 30203, 639, 307, 588, 2199, 11, 286, 652, 257, 18643, 30203, 293, 829, 294, 309, 11, 406, 291, 3038, 264, 398, 11, 376, 293, 413, 11, 829, 552, 2261, 1184, 661, 293, 829, 17330, 1296, 552, 11, 341, 307, 1858, 400, 341, 307, 689, 309, 1669, 264, 3089, 300, 7038, 294, 264, 18643, 30203, 11, 294, 264, 34948, 11, 294, 264, 3170, 295, 264, 992, 11, 1392, 30, 1033, 11, 586, 286, 829, 264, 1412], "avg_logprob": -0.5063202354345429, "compression_ratio": 1.74, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2297.28, "end": 2297.58, "word": "Yes,", "probability": 0.08489990234375}, {"start": 2297.96, "end": 2297.96, "word": " it", "probability": 0.5107421875}, {"start": 2297.96, "end": 2298.2, "word": " appears", "probability": 0.35888671875}, {"start": 2298.2, "end": 2298.54, "word": " here,", "probability": 0.7529296875}, {"start": 2298.9, "end": 2299.0, "word": " it", "probability": 0.239990234375}, {"start": 2299.0, "end": 2299.2, "word": " appears", "probability": 0.6240234375}, {"start": 2299.2, "end": 2299.3, "word": " at", "probability": 0.62255859375}, {"start": 2299.3, "end": 2299.56, "word": " least", "probability": 0.95361328125}, {"start": 2299.56, "end": 2299.84, "word": " where?", "probability": 0.7333984375}, {"start": 2301.62, "end": 2302.06, "word": " TextView", "probability": 0.675048828125}, {"start": 2302.06, "end": 2302.78, "word": " This", "probability": 0.334228515625}, {"start": 2302.78, "end": 2302.88, "word": " is", "probability": 0.89892578125}, {"start": 2302.88, "end": 2302.9, "word": " very", "probability": 0.7333984375}, {"start": 2302.9, "end": 2303.2, "word": " simple,", "probability": 0.78759765625}, {"start": 2303.48, "end": 2303.54, "word": " I", "probability": 0.34814453125}, {"start": 2303.54, "end": 2303.7, "word": " make", "probability": 0.3369140625}, {"start": 2303.7, "end": 2303.78, "word": " a", "probability": 0.54638671875}, {"start": 2303.78, "end": 2304.34, "word": " TextView", "probability": 0.83642578125}, {"start": 2304.34, "end": 2305.12, "word": " and", "probability": 0.52001953125}, {"start": 2305.12, "end": 2305.38, "word": " put", "probability": 0.54541015625}, {"start": 2305.38, "end": 2305.5, "word": " in", "probability": 0.37060546875}, {"start": 2305.5, "end": 2305.64, "word": " it,", "probability": 0.912109375}, {"start": 2305.7, "end": 2305.76, "word": " not", "probability": 0.53515625}, {"start": 2305.76, "end": 2305.96, "word": " you", "probability": 0.346923828125}, {"start": 2305.96, "end": 2306.14, "word": " brought", "probability": 0.435302734375}, {"start": 2306.14, "end": 2306.28, "word": " the", "probability": 0.49072265625}, {"start": 2306.28, "end": 2306.52, "word": " Y,", "probability": 0.779296875}, {"start": 2306.64, "end": 2306.92, "word": " M", "probability": 0.65869140625}, {"start": 2306.92, "end": 2307.1, "word": " and", "probability": 0.59765625}, {"start": 2307.1, "end": 2307.36, "word": " D,", "probability": 0.98876953125}, {"start": 2307.78, "end": 2308.14, "word": " put", "probability": 0.77734375}, {"start": 2308.14, "end": 2308.3, "word": " them", "probability": 0.8779296875}, {"start": 2308.3, "end": 2308.44, "word": " behind", "probability": 0.54443359375}, {"start": 2308.44, "end": 2308.68, "word": " each", "probability": 0.87939453125}, {"start": 2308.68, "end": 2308.68, "word": " other", "probability": 0.87939453125}, {"start": 2308.68, "end": 2308.78, "word": " and", "probability": 0.83642578125}, {"start": 2308.78, "end": 2308.96, "word": " put", "probability": 0.640625}, {"start": 2308.96, "end": 2309.08, "word": " slash", "probability": 0.20751953125}, {"start": 2309.08, "end": 2309.08, "word": " between", "probability": 0.80419921875}, {"start": 2309.08, "end": 2310.0, "word": " them,", "probability": 0.87646484375}, {"start": 2310.08, "end": 2310.98, "word": " this", "probability": 0.72900390625}, {"start": 2310.98, "end": 2311.06, "word": " is", "probability": 0.9306640625}, {"start": 2311.06, "end": 2311.3, "word": " easy", "probability": 0.71142578125}, {"start": 2311.3, "end": 2311.9, "word": " And", "probability": 0.53662109375}, {"start": 2311.9, "end": 2312.08, "word": " this", "probability": 0.55810546875}, {"start": 2312.08, "end": 2312.14, "word": " is", "probability": 0.394775390625}, {"start": 2312.14, "end": 2312.22, "word": " where", "probability": 0.7451171875}, {"start": 2312.22, "end": 2312.34, "word": " it", "probability": 0.5126953125}, {"start": 2312.34, "end": 2312.56, "word": " makes", "probability": 0.323486328125}, {"start": 2312.56, "end": 2312.76, "word": " the", "probability": 0.86279296875}, {"start": 2312.76, "end": 2313.0, "word": " code", "probability": 0.8984375}, {"start": 2313.0, "end": 2313.12, "word": " that", "probability": 0.60693359375}, {"start": 2313.12, "end": 2313.36, "word": " appears", "probability": 0.44384765625}, {"start": 2313.36, "end": 2313.52, "word": " in", "probability": 0.89599609375}, {"start": 2313.52, "end": 2313.58, "word": " the", "probability": 0.73291015625}, {"start": 2313.58, "end": 2314.08, "word": " TextView,", "probability": 0.901611328125}, {"start": 2314.44, "end": 2314.54, "word": " in", "probability": 0.87255859375}, {"start": 2314.54, "end": 2314.64, "word": " the", "probability": 0.7431640625}, {"start": 2314.64, "end": 2314.92, "word": " onset,", "probability": 0.340087890625}, {"start": 2315.7, "end": 2315.92, "word": " in", "probability": 0.587890625}, {"start": 2315.92, "end": 2316.0, "word": " the", "probability": 0.890625}, {"start": 2316.0, "end": 2316.2, "word": " method", "probability": 0.6708984375}, {"start": 2316.2, "end": 2316.42, "word": " of", "probability": 0.9345703125}, {"start": 2316.42, "end": 2316.56, "word": " the", "probability": 0.319580078125}, {"start": 2316.56, "end": 2316.74, "word": " set,", "probability": 0.79150390625}, {"start": 2317.08, "end": 2317.34, "word": " okay?", "probability": 0.471923828125}, {"start": 2317.98, "end": 2318.26, "word": " Okay,", "probability": 0.51708984375}, {"start": 2318.3, "end": 2318.64, "word": " now", "probability": 0.85693359375}, {"start": 2318.64, "end": 2318.86, "word": " I", "probability": 0.63525390625}, {"start": 2318.86, "end": 2319.12, "word": " put", "probability": 0.82275390625}, {"start": 2319.12, "end": 2320.86, "word": " the", "probability": 0.85595703125}, {"start": 2320.86, "end": 2321.56, "word": " data", "probability": 0.78515625}], "temperature": 1.0}, {"id": 88, "seek": 234541, "start": 2330.49, "end": 2345.41, "text": " and added successfully. Of course, even now we are adding and we don't see the size that we got from it. Where is the display guys? The display has a method called show all", "tokens": [293, 3869, 10727, 13, 2720, 1164, 11, 754, 586, 321, 366, 5127, 293, 321, 500, 380, 536, 264, 2744, 300, 321, 658, 490, 309, 13, 2305, 307, 264, 4674, 1074, 30, 440, 4674, 575, 257, 3170, 1219, 855, 439], "avg_logprob": -0.7324218794703483, "compression_ratio": 1.3206106870229009, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2330.49, "end": 2330.93, "word": " and", "probability": 0.11187744140625}, {"start": 2330.93, "end": 2331.33, "word": " added", "probability": 0.1861572265625}, {"start": 2331.33, "end": 2333.59, "word": " successfully.", "probability": 0.4921875}, {"start": 2333.75, "end": 2333.89, "word": " Of", "probability": 0.3779296875}, {"start": 2333.89, "end": 2333.97, "word": " course,", "probability": 0.89599609375}, {"start": 2334.11, "end": 2334.27, "word": " even", "probability": 0.1668701171875}, {"start": 2334.27, "end": 2334.67, "word": " now", "probability": 0.79833984375}, {"start": 2334.67, "end": 2334.83, "word": " we", "probability": 0.591796875}, {"start": 2334.83, "end": 2334.97, "word": " are", "probability": 0.71533203125}, {"start": 2334.97, "end": 2335.33, "word": " adding", "probability": 0.7099609375}, {"start": 2335.33, "end": 2336.35, "word": " and", "probability": 0.267578125}, {"start": 2336.35, "end": 2336.47, "word": " we", "probability": 0.4697265625}, {"start": 2336.47, "end": 2336.53, "word": " don't", "probability": 0.6455078125}, {"start": 2336.53, "end": 2336.75, "word": " see", "probability": 0.859375}, {"start": 2336.75, "end": 2336.91, "word": " the", "probability": 0.7177734375}, {"start": 2336.91, "end": 2336.99, "word": " size", "probability": 0.4453125}, {"start": 2336.99, "end": 2337.11, "word": " that", "probability": 0.1702880859375}, {"start": 2337.11, "end": 2337.19, "word": " we", "probability": 0.85400390625}, {"start": 2337.19, "end": 2337.39, "word": " got", "probability": 0.253173828125}, {"start": 2337.39, "end": 2337.51, "word": " from", "probability": 0.31396484375}, {"start": 2337.51, "end": 2337.97, "word": " it.", "probability": 0.68798828125}, {"start": 2338.61, "end": 2339.05, "word": " Where", "probability": 0.2313232421875}, {"start": 2339.05, "end": 2339.05, "word": " is", "probability": 0.437255859375}, {"start": 2339.05, "end": 2339.09, "word": " the", "probability": 0.7998046875}, {"start": 2339.09, "end": 2339.27, "word": " display", "probability": 0.205078125}, {"start": 2339.27, "end": 2339.93, "word": " guys?", "probability": 0.272705078125}, {"start": 2341.65, "end": 2342.09, "word": " The", "probability": 0.5732421875}, {"start": 2342.09, "end": 2342.35, "word": " display", "probability": 0.9267578125}, {"start": 2342.35, "end": 2343.15, "word": " has", "probability": 0.8359375}, {"start": 2343.15, "end": 2343.47, "word": " a", "probability": 0.7646484375}, {"start": 2343.47, "end": 2343.73, "word": " method", "probability": 0.951171875}, {"start": 2343.73, "end": 2344.15, "word": " called", "probability": 0.6962890625}, {"start": 2344.15, "end": 2344.93, "word": " show", "probability": 0.7490234375}, {"start": 2344.93, "end": 2345.41, "word": " all", "probability": 0.30322265625}], "temperature": 1.0}, {"id": 89, "seek": 236892, "start": 2347.91, "end": 2368.93, "text": "Activity, which is supposed to give all data to employees. You will find that this method will also work with databases. Right or wrong? So you need to go to MyHelper, I did not create an object from it. You need to create an object from MyHelper where? In ShowAllActivity.", "tokens": [30338, 4253, 11, 597, 307, 3442, 281, 976, 439, 1412, 281, 6619, 13, 509, 486, 915, 300, 341, 3170, 486, 611, 589, 365, 22380, 13, 1779, 420, 2085, 30, 407, 291, 643, 281, 352, 281, 1222, 39, 338, 610, 11, 286, 630, 406, 1884, 364, 2657, 490, 309, 13, 509, 643, 281, 1884, 364, 2657, 490, 1222, 39, 338, 610, 689, 30, 682, 6895, 7868, 30338, 4253, 13], "avg_logprob": -0.5185688578564188, "compression_ratio": 1.5337078651685394, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2347.91, "end": 2348.35, "word": "Activity,", "probability": 0.6278076171875}, {"start": 2348.49, "end": 2348.57, "word": " which", "probability": 0.73388671875}, {"start": 2348.57, "end": 2348.67, "word": " is", "probability": 0.53125}, {"start": 2348.67, "end": 2348.99, "word": " supposed", "probability": 0.58544921875}, {"start": 2348.99, "end": 2349.19, "word": " to", "probability": 0.9677734375}, {"start": 2349.19, "end": 2349.51, "word": " give", "probability": 0.11883544921875}, {"start": 2349.51, "end": 2349.79, "word": " all", "probability": 0.7392578125}, {"start": 2349.79, "end": 2350.01, "word": " data", "probability": 0.1741943359375}, {"start": 2350.01, "end": 2350.79, "word": " to", "probability": 0.8232421875}, {"start": 2350.79, "end": 2351.27, "word": " employees.", "probability": 0.373291015625}, {"start": 2351.87, "end": 2352.11, "word": " You", "probability": 0.51806640625}, {"start": 2352.11, "end": 2352.11, "word": " will", "probability": 0.6796875}, {"start": 2352.11, "end": 2352.23, "word": " find", "probability": 0.66552734375}, {"start": 2352.23, "end": 2352.33, "word": " that", "probability": 0.5126953125}, {"start": 2352.33, "end": 2352.53, "word": " this", "probability": 0.8525390625}, {"start": 2352.53, "end": 2352.81, "word": " method", "probability": 0.91943359375}, {"start": 2352.81, "end": 2353.15, "word": " will", "probability": 0.2958984375}, {"start": 2353.15, "end": 2353.45, "word": " also", "probability": 0.436767578125}, {"start": 2353.45, "end": 2353.47, "word": " work", "probability": 0.413330078125}, {"start": 2353.47, "end": 2354.37, "word": " with", "probability": 0.7822265625}, {"start": 2354.37, "end": 2355.01, "word": " databases.", "probability": 0.330322265625}, {"start": 2355.49, "end": 2355.61, "word": " Right", "probability": 0.37158203125}, {"start": 2355.61, "end": 2355.83, "word": " or", "probability": 0.83154296875}, {"start": 2355.83, "end": 2355.87, "word": " wrong?", "probability": 0.53515625}, {"start": 2356.39, "end": 2356.63, "word": " So", "probability": 0.3330078125}, {"start": 2356.63, "end": 2356.73, "word": " you", "probability": 0.457763671875}, {"start": 2356.73, "end": 2356.81, "word": " need", "probability": 0.223876953125}, {"start": 2356.81, "end": 2357.09, "word": " to", "probability": 0.96240234375}, {"start": 2357.09, "end": 2357.31, "word": " go", "probability": 0.63037109375}, {"start": 2357.31, "end": 2358.13, "word": " to", "probability": 0.407470703125}, {"start": 2358.13, "end": 2359.37, "word": " MyHelper,", "probability": 0.7542724609375}, {"start": 2359.51, "end": 2359.73, "word": " I", "probability": 0.302734375}, {"start": 2359.73, "end": 2359.81, "word": " did", "probability": 0.317626953125}, {"start": 2359.81, "end": 2359.81, "word": " not", "probability": 0.9375}, {"start": 2359.81, "end": 2360.01, "word": " create", "probability": 0.78125}, {"start": 2360.01, "end": 2360.17, "word": " an", "probability": 0.609375}, {"start": 2360.17, "end": 2360.37, "word": " object", "probability": 0.9638671875}, {"start": 2360.37, "end": 2360.59, "word": " from", "probability": 0.71728515625}, {"start": 2360.59, "end": 2360.79, "word": " it.", "probability": 0.83740234375}, {"start": 2361.73, "end": 2361.79, "word": " You", "probability": 0.74462890625}, {"start": 2361.79, "end": 2361.93, "word": " need", "probability": 0.80419921875}, {"start": 2361.93, "end": 2362.25, "word": " to", "probability": 0.9677734375}, {"start": 2362.25, "end": 2362.41, "word": " create", "probability": 0.6279296875}, {"start": 2362.41, "end": 2362.65, "word": " an", "probability": 0.78515625}, {"start": 2362.65, "end": 2362.87, "word": " object", "probability": 0.96826171875}, {"start": 2362.87, "end": 2363.07, "word": " from", "probability": 0.83935546875}, {"start": 2363.07, "end": 2363.69, "word": " MyHelper", "probability": 0.9619140625}, {"start": 2363.69, "end": 2363.99, "word": " where?", "probability": 0.304931640625}, {"start": 2366.07, "end": 2366.51, "word": " In", "probability": 0.74560546875}, {"start": 2366.51, "end": 2368.93, "word": " ShowAllActivity.", "probability": 0.667236328125}], "temperature": 1.0}, {"id": 90, "seek": 240059, "start": 2372.13, "end": 2400.59, "text": "Of course, you don't create an object, you don't create a database, because the database doesn't exist. But you have to find the helper, so you can say helper.get now, now you don't need to write. You can say get readable. And if you write readable, it's not wrong either. Okay? This is the SQLite database DB directory. Now we want to read the data", "tokens": [23919, 1164, 11, 291, 500, 380, 1884, 364, 2657, 11, 291, 500, 380, 1884, 257, 8149, 11, 570, 264, 8149, 1177, 380, 2514, 13, 583, 291, 362, 281, 915, 264, 36133, 11, 370, 291, 393, 584, 36133, 13, 847, 586, 11, 586, 291, 500, 380, 643, 281, 2464, 13, 509, 393, 584, 483, 49857, 13, 400, 498, 291, 2464, 49857, 11, 309, 311, 406, 2085, 2139, 13, 1033, 30, 639, 307, 264, 19200, 642, 8149, 26754, 21120, 13, 823, 321, 528, 281, 1401, 264, 1412], "avg_logprob": -0.4523982454177945, "compression_ratio": 1.661904761904762, "no_speech_prob": 0.0, "words": [{"start": 2372.13, "end": 2372.41, "word": "Of", "probability": 0.177734375}, {"start": 2372.41, "end": 2372.41, "word": " course,", "probability": 0.92431640625}, {"start": 2372.53, "end": 2372.63, "word": " you", "probability": 0.70458984375}, {"start": 2372.63, "end": 2372.79, "word": " don't", "probability": 0.61767578125}, {"start": 2372.79, "end": 2372.95, "word": " create", "probability": 0.55859375}, {"start": 2372.95, "end": 2373.07, "word": " an", "probability": 0.46923828125}, {"start": 2373.07, "end": 2373.33, "word": " object,", "probability": 0.95703125}, {"start": 2373.49, "end": 2373.51, "word": " you", "probability": 0.70947265625}, {"start": 2373.51, "end": 2373.53, "word": " don't", "probability": 0.944091796875}, {"start": 2373.53, "end": 2373.81, "word": " create", "probability": 0.8466796875}, {"start": 2373.81, "end": 2373.93, "word": " a", "probability": 0.82080078125}, {"start": 2373.93, "end": 2374.37, "word": " database,", "probability": 0.90771484375}, {"start": 2374.59, "end": 2374.83, "word": " because", "probability": 0.8232421875}, {"start": 2374.83, "end": 2374.97, "word": " the", "probability": 0.51416015625}, {"start": 2374.97, "end": 2375.31, "word": " database", "probability": 0.93115234375}, {"start": 2375.31, "end": 2375.51, "word": " doesn't", "probability": 0.617919921875}, {"start": 2375.51, "end": 2376.43, "word": " exist.", "probability": 0.72216796875}, {"start": 2376.99, "end": 2377.41, "word": " But", "probability": 0.83203125}, {"start": 2377.41, "end": 2377.83, "word": " you", "probability": 0.556640625}, {"start": 2377.83, "end": 2378.01, "word": " have", "probability": 0.31689453125}, {"start": 2378.01, "end": 2378.11, "word": " to", "probability": 0.9697265625}, {"start": 2378.11, "end": 2378.55, "word": " find", "probability": 0.60107421875}, {"start": 2378.55, "end": 2378.55, "word": " the", "probability": 0.40380859375}, {"start": 2378.55, "end": 2378.55, "word": " helper,", "probability": 0.95703125}, {"start": 2378.57, "end": 2378.75, "word": " so", "probability": 0.24072265625}, {"start": 2378.75, "end": 2378.91, "word": " you", "probability": 0.58935546875}, {"start": 2378.91, "end": 2378.91, "word": " can", "probability": 0.6748046875}, {"start": 2378.91, "end": 2379.07, "word": " say", "probability": 0.408203125}, {"start": 2379.07, "end": 2379.43, "word": " helper", "probability": 0.80810546875}, {"start": 2379.43, "end": 2380.73, "word": ".get", "probability": 0.88623046875}, {"start": 2380.73, "end": 2381.11, "word": " now,", "probability": 0.1839599609375}, {"start": 2381.23, "end": 2381.41, "word": " now", "probability": 0.49658203125}, {"start": 2381.41, "end": 2381.63, "word": " you", "probability": 0.93310546875}, {"start": 2381.63, "end": 2381.77, "word": " don't", "probability": 0.96484375}, {"start": 2381.77, "end": 2382.15, "word": " need", "probability": 0.5400390625}, {"start": 2382.15, "end": 2382.33, "word": " to", "probability": 0.9482421875}, {"start": 2382.33, "end": 2382.83, "word": " write.", "probability": 0.8212890625}, {"start": 2383.21, "end": 2383.63, "word": " You", "probability": 0.8447265625}, {"start": 2383.63, "end": 2383.75, "word": " can", "probability": 0.9228515625}, {"start": 2383.75, "end": 2383.97, "word": " say", "probability": 0.841796875}, {"start": 2383.97, "end": 2384.17, "word": " get", "probability": 0.830078125}, {"start": 2384.17, "end": 2384.47, "word": " readable.", "probability": 0.82421875}, {"start": 2384.65, "end": 2384.75, "word": " And", "probability": 0.517578125}, {"start": 2384.75, "end": 2384.87, "word": " if", "probability": 0.90625}, {"start": 2384.87, "end": 2385.07, "word": " you", "probability": 0.9345703125}, {"start": 2385.07, "end": 2385.13, "word": " write", "probability": 0.638671875}, {"start": 2385.13, "end": 2385.45, "word": " readable,", "probability": 0.47900390625}, {"start": 2385.51, "end": 2385.59, "word": " it's", "probability": 0.67431640625}, {"start": 2385.59, "end": 2385.61, "word": " not", "probability": 0.71142578125}, {"start": 2385.61, "end": 2385.79, "word": " wrong", "probability": 0.86279296875}, {"start": 2385.79, "end": 2386.05, "word": " either.", "probability": 0.5595703125}, {"start": 2386.73, "end": 2386.97, "word": " Okay?", "probability": 0.3623046875}, {"start": 2388.71, "end": 2389.01, "word": " This", "probability": 0.70751953125}, {"start": 2389.01, "end": 2389.11, "word": " is", "probability": 0.6240234375}, {"start": 2389.11, "end": 2389.13, "word": " the", "probability": 0.1881103515625}, {"start": 2389.13, "end": 2390.51, "word": " SQLite", "probability": 0.822509765625}, {"start": 2390.51, "end": 2391.53, "word": " database", "probability": 0.8828125}, {"start": 2391.53, "end": 2393.21, "word": " DB", "probability": 0.58447265625}, {"start": 2393.21, "end": 2393.21, "word": " directory.", "probability": 0.42724609375}, {"start": 2398.83, "end": 2399.25, "word": " Now", "probability": 0.94189453125}, {"start": 2399.25, "end": 2399.55, "word": " we", "probability": 0.65966796875}, {"start": 2399.55, "end": 2399.55, "word": " want", "probability": 0.408935546875}, {"start": 2399.55, "end": 2399.91, "word": " to", "probability": 0.97265625}, {"start": 2399.91, "end": 2400.17, "word": " read", "probability": 0.96142578125}, {"start": 2400.17, "end": 2400.33, "word": " the", "probability": 0.78271484375}, {"start": 2400.33, "end": 2400.59, "word": " data", "probability": 0.8291015625}], "temperature": 1.0}, {"id": 91, "seek": 242044, "start": 2401.63, "end": 2420.45, "text": " from the database. How? By making a query. How do you make a query? Like we did with the gate over there. We are supposed to display this gate in the list view. This activity, the show, is the activity that I am working on.", "tokens": [490, 264, 8149, 13, 1012, 30, 3146, 1455, 257, 14581, 13, 1012, 360, 291, 652, 257, 14581, 30, 1743, 321, 630, 365, 264, 8539, 670, 456, 13, 492, 366, 3442, 281, 4674, 341, 8539, 294, 264, 1329, 1910, 13, 639, 5191, 11, 264, 855, 11, 307, 264, 5191, 300, 286, 669, 1364, 322, 13], "avg_logprob": -0.5630681991577149, "compression_ratio": 1.4640522875816993, "no_speech_prob": 3.4570693969726562e-06, "words": [{"start": 2401.63, "end": 2401.93, "word": " from", "probability": 0.21142578125}, {"start": 2401.93, "end": 2402.15, "word": " the", "probability": 0.73974609375}, {"start": 2402.15, "end": 2402.61, "word": " database.", "probability": 0.88232421875}, {"start": 2403.13, "end": 2403.65, "word": " How?", "probability": 0.76171875}, {"start": 2404.15, "end": 2404.67, "word": " By", "probability": 0.8408203125}, {"start": 2404.67, "end": 2405.17, "word": " making", "probability": 0.320068359375}, {"start": 2405.17, "end": 2405.29, "word": " a", "probability": 0.64990234375}, {"start": 2405.29, "end": 2405.55, "word": " query.", "probability": 0.9443359375}, {"start": 2406.25, "end": 2406.77, "word": " How", "probability": 0.453369140625}, {"start": 2406.77, "end": 2406.91, "word": " do", "probability": 0.47509765625}, {"start": 2406.91, "end": 2406.97, "word": " you", "probability": 0.7919921875}, {"start": 2406.97, "end": 2407.07, "word": " make", "probability": 0.7568359375}, {"start": 2407.07, "end": 2407.23, "word": " a", "probability": 0.91650390625}, {"start": 2407.23, "end": 2407.43, "word": " query?", "probability": 0.94873046875}, {"start": 2407.77, "end": 2408.15, "word": " Like", "probability": 0.2216796875}, {"start": 2408.15, "end": 2408.33, "word": " we", "probability": 0.43408203125}, {"start": 2408.33, "end": 2408.49, "word": " did", "probability": 0.78466796875}, {"start": 2408.49, "end": 2408.63, "word": " with", "probability": 0.578125}, {"start": 2408.63, "end": 2408.67, "word": " the", "probability": 0.4072265625}, {"start": 2408.67, "end": 2408.87, "word": " gate", "probability": 0.6435546875}, {"start": 2408.87, "end": 2409.01, "word": " over", "probability": 0.315185546875}, {"start": 2409.01, "end": 2409.53, "word": " there.", "probability": 0.85791015625}, {"start": 2410.07, "end": 2410.59, "word": " We", "probability": 0.63720703125}, {"start": 2410.59, "end": 2410.83, "word": " are", "probability": 0.47021484375}, {"start": 2410.83, "end": 2411.63, "word": " supposed", "probability": 0.84619140625}, {"start": 2411.63, "end": 2411.77, "word": " to", "probability": 0.9716796875}, {"start": 2411.77, "end": 2412.09, "word": " display", "probability": 0.453369140625}, {"start": 2412.09, "end": 2412.09, "word": " this", "probability": 0.26123046875}, {"start": 2412.09, "end": 2412.09, "word": " gate", "probability": 0.833984375}, {"start": 2412.09, "end": 2412.33, "word": " in", "probability": 0.673828125}, {"start": 2412.33, "end": 2412.41, "word": " the", "probability": 0.359619140625}, {"start": 2412.41, "end": 2412.57, "word": " list", "probability": 0.66357421875}, {"start": 2412.57, "end": 2412.83, "word": " view.", "probability": 0.759765625}, {"start": 2414.07, "end": 2414.59, "word": " This", "probability": 0.3203125}, {"start": 2414.59, "end": 2415.33, "word": " activity,", "probability": 0.767578125}, {"start": 2415.89, "end": 2416.71, "word": " the", "probability": 0.59033203125}, {"start": 2416.71, "end": 2417.03, "word": " show,", "probability": 0.85693359375}, {"start": 2418.77, "end": 2419.01, "word": " is", "probability": 0.73681640625}, {"start": 2419.01, "end": 2419.11, "word": " the", "probability": 0.7080078125}, {"start": 2419.11, "end": 2419.53, "word": " activity", "probability": 0.93359375}, {"start": 2419.53, "end": 2419.73, "word": " that", "probability": 0.2469482421875}, {"start": 2419.73, "end": 2419.83, "word": " I", "probability": 0.9462890625}, {"start": 2419.83, "end": 2419.87, "word": " am", "probability": 0.144775390625}, {"start": 2419.87, "end": 2420.11, "word": " working", "probability": 0.358642578125}, {"start": 2420.11, "end": 2420.45, "word": " on.", "probability": 0.5908203125}], "temperature": 1.0}, {"id": 92, "seek": 245258, "start": 2427.1, "end": 2452.58, "text": " I will put a ListView in it to show it to you. But for now, for the experiment, I will not show the ListView. First, I want you to understand how to create a query. Okay? And then we will see how to show it to the user. So, let's go back to ShowAllActivity. In order to create a query, there are two ways. You go to the DB and say, RawQuery. Do you see it? RawQuery.", "tokens": [286, 486, 829, 257, 17668, 30203, 294, 309, 281, 855, 309, 281, 291, 13, 583, 337, 586, 11, 337, 264, 5120, 11, 286, 486, 406, 855, 264, 17668, 30203, 13, 2386, 11, 286, 528, 291, 281, 1223, 577, 281, 1884, 257, 14581, 13, 1033, 30, 400, 550, 321, 486, 536, 577, 281, 855, 309, 281, 264, 4195, 13, 407, 11, 718, 311, 352, 646, 281, 6895, 7868, 30338, 4253, 13, 682, 1668, 281, 1884, 257, 14581, 11, 456, 366, 732, 2098, 13, 509, 352, 281, 264, 26754, 293, 584, 11, 23732, 35550, 13, 1144, 291, 536, 309, 30, 23732, 35550, 13], "avg_logprob": -0.4638480374626085, "compression_ratio": 1.6457399103139014, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2427.1, "end": 2427.2, "word": " I", "probability": 0.1083984375}, {"start": 2427.2, "end": 2427.28, "word": " will", "probability": 0.214599609375}, {"start": 2427.28, "end": 2427.48, "word": " put", "probability": 0.44189453125}, {"start": 2427.48, "end": 2427.7, "word": " a", "probability": 0.455322265625}, {"start": 2427.7, "end": 2428.06, "word": " ListView", "probability": 0.6383056640625}, {"start": 2428.06, "end": 2428.14, "word": " in", "probability": 0.367919921875}, {"start": 2428.14, "end": 2428.14, "word": " it", "probability": 0.708984375}, {"start": 2428.14, "end": 2428.64, "word": " to", "probability": 0.52392578125}, {"start": 2428.64, "end": 2428.92, "word": " show", "probability": 0.65771484375}, {"start": 2428.92, "end": 2429.02, "word": " it", "probability": 0.20751953125}, {"start": 2429.02, "end": 2429.04, "word": " to", "probability": 0.67138671875}, {"start": 2429.04, "end": 2429.26, "word": " you.", "probability": 0.673828125}, {"start": 2429.34, "end": 2429.48, "word": " But", "probability": 0.787109375}, {"start": 2429.48, "end": 2430.1, "word": " for", "probability": 0.3271484375}, {"start": 2430.1, "end": 2430.1, "word": " now,", "probability": 0.26220703125}, {"start": 2430.36, "end": 2430.54, "word": " for", "probability": 0.473388671875}, {"start": 2430.54, "end": 2430.62, "word": " the", "probability": 0.59619140625}, {"start": 2430.62, "end": 2430.94, "word": " experiment,", "probability": 0.75244140625}, {"start": 2431.24, "end": 2431.82, "word": " I", "probability": 0.97119140625}, {"start": 2431.82, "end": 2431.86, "word": " will", "probability": 0.54150390625}, {"start": 2431.86, "end": 2431.86, "word": " not", "probability": 0.91064453125}, {"start": 2431.86, "end": 2432.02, "word": " show", "probability": 0.65185546875}, {"start": 2432.02, "end": 2432.16, "word": " the", "probability": 0.3232421875}, {"start": 2432.16, "end": 2432.52, "word": " ListView.", "probability": 0.92919921875}, {"start": 2432.56, "end": 2432.6, "word": " First,", "probability": 0.375}, {"start": 2432.6, "end": 2432.6, "word": " I", "probability": 0.69921875}, {"start": 2432.6, "end": 2432.7, "word": " want", "probability": 0.378173828125}, {"start": 2432.7, "end": 2433.1, "word": " you", "probability": 0.323974609375}, {"start": 2433.1, "end": 2433.1, "word": " to", "probability": 0.95947265625}, {"start": 2433.1, "end": 2433.1, "word": " understand", "probability": 0.67822265625}, {"start": 2433.1, "end": 2433.74, "word": " how", "probability": 0.91650390625}, {"start": 2433.74, "end": 2433.84, "word": " to", "probability": 0.92919921875}, {"start": 2433.84, "end": 2434.0, "word": " create", "probability": 0.353271484375}, {"start": 2434.0, "end": 2434.1, "word": " a", "probability": 0.94677734375}, {"start": 2434.1, "end": 2434.36, "word": " query.", "probability": 0.861328125}, {"start": 2435.44, "end": 2435.68, "word": " Okay?", "probability": 0.30224609375}, {"start": 2435.86, "end": 2435.96, "word": " And", "probability": 0.56103515625}, {"start": 2435.96, "end": 2436.22, "word": " then", "probability": 0.74951171875}, {"start": 2436.22, "end": 2436.42, "word": " we", "probability": 0.68505859375}, {"start": 2436.42, "end": 2436.5, "word": " will", "probability": 0.57763671875}, {"start": 2436.5, "end": 2436.64, "word": " see", "probability": 0.861328125}, {"start": 2436.64, "end": 2436.92, "word": " how", "probability": 0.92724609375}, {"start": 2436.92, "end": 2437.08, "word": " to", "probability": 0.8173828125}, {"start": 2437.08, "end": 2437.2, "word": " show", "probability": 0.58935546875}, {"start": 2437.2, "end": 2437.64, "word": " it", "probability": 0.85546875}, {"start": 2437.64, "end": 2437.86, "word": " to", "probability": 0.329833984375}, {"start": 2437.86, "end": 2437.9, "word": " the", "probability": 0.61865234375}, {"start": 2437.9, "end": 2438.12, "word": " user.", "probability": 0.64599609375}, {"start": 2439.42, "end": 2439.82, "word": " So,", "probability": 0.467529296875}, {"start": 2439.94, "end": 2439.94, "word": " let's", "probability": 0.802978515625}, {"start": 2439.94, "end": 2440.06, "word": " go", "probability": 0.6416015625}, {"start": 2440.06, "end": 2440.12, "word": " back", "probability": 0.8564453125}, {"start": 2440.12, "end": 2440.22, "word": " to", "probability": 0.96484375}, {"start": 2440.22, "end": 2441.64, "word": " ShowAllActivity.", "probability": 0.7039794921875}, {"start": 2442.98, "end": 2443.38, "word": " In", "probability": 0.267578125}, {"start": 2443.38, "end": 2443.44, "word": " order", "probability": 0.8994140625}, {"start": 2443.44, "end": 2443.54, "word": " to", "probability": 0.9677734375}, {"start": 2443.54, "end": 2443.72, "word": " create", "probability": 0.74365234375}, {"start": 2443.72, "end": 2443.84, "word": " a", "probability": 0.9697265625}, {"start": 2443.84, "end": 2444.1, "word": " query,", "probability": 0.94677734375}, {"start": 2444.34, "end": 2444.56, "word": " there", "probability": 0.85302734375}, {"start": 2444.56, "end": 2444.58, "word": " are", "probability": 0.927734375}, {"start": 2444.58, "end": 2444.96, "word": " two", "probability": 0.82763671875}, {"start": 2444.96, "end": 2444.96, "word": " ways.", "probability": 0.7099609375}, {"start": 2445.36, "end": 2445.58, "word": " You", "probability": 0.4541015625}, {"start": 2445.58, "end": 2445.72, "word": " go", "probability": 0.7470703125}, {"start": 2445.72, "end": 2445.84, "word": " to", "probability": 0.96337890625}, {"start": 2445.84, "end": 2445.96, "word": " the", "probability": 0.75048828125}, {"start": 2445.96, "end": 2446.22, "word": " DB", "probability": 0.6435546875}, {"start": 2446.22, "end": 2447.3, "word": " and", "probability": 0.68994140625}, {"start": 2447.3, "end": 2447.68, "word": " say,", "probability": 0.228271484375}, {"start": 2448.3, "end": 2449.88, "word": " RawQuery.", "probability": 0.6412353515625}, {"start": 2450.1, "end": 2450.18, "word": " Do", "probability": 0.455322265625}, {"start": 2450.18, "end": 2450.18, "word": " you", "probability": 0.9716796875}, {"start": 2450.18, "end": 2450.42, "word": " see", "probability": 0.92529296875}, {"start": 2450.42, "end": 2450.74, "word": " it?", "probability": 0.75732421875}, {"start": 2452.18, "end": 2452.58, "word": " RawQuery.", "probability": 0.944580078125}], "temperature": 1.0}, {"id": 93, "seek": 247757, "start": 2455.61, "end": 2477.57, "text": "How many parameters does the raw query take? Two. String SQL object and returns something called cursor. I will tell you what cursor is. Notice that I made a raw query and not execute SQL. Why? Because execute SQL does not return", "tokens": [6462, 867, 9834, 775, 264, 8936, 14581, 747, 30, 4453, 13, 745, 2937, 19200, 2657, 293, 11247, 746, 1219, 28169, 13, 286, 486, 980, 291, 437, 28169, 307, 13, 13428, 300, 286, 1027, 257, 8936, 14581, 293, 406, 14483, 19200, 13, 1545, 30, 1436, 14483, 19200, 775, 406, 2736], "avg_logprob": -0.568124977350235, "compression_ratio": 1.43125, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2455.61, "end": 2456.17, "word": "How", "probability": 0.09735107421875}, {"start": 2456.17, "end": 2456.17, "word": " many", "probability": 0.85888671875}, {"start": 2456.17, "end": 2456.17, "word": " parameters", "probability": 0.90283203125}, {"start": 2456.17, "end": 2456.17, "word": " does", "probability": 0.7333984375}, {"start": 2456.17, "end": 2456.21, "word": " the", "probability": 0.487548828125}, {"start": 2456.21, "end": 2456.41, "word": " raw", "probability": 0.28955078125}, {"start": 2456.41, "end": 2456.69, "word": " query", "probability": 0.912109375}, {"start": 2456.69, "end": 2457.87, "word": " take?", "probability": 0.450927734375}, {"start": 2460.51, "end": 2461.07, "word": " Two.", "probability": 0.2607421875}, {"start": 2462.41, "end": 2462.97, "word": " String", "probability": 0.67236328125}, {"start": 2462.97, "end": 2463.39, "word": " SQL", "probability": 0.72705078125}, {"start": 2463.39, "end": 2464.93, "word": " object", "probability": 0.306396484375}, {"start": 2464.93, "end": 2465.15, "word": " and", "probability": 0.306884765625}, {"start": 2465.15, "end": 2465.53, "word": " returns", "probability": 0.59228515625}, {"start": 2465.53, "end": 2465.79, "word": " something", "probability": 0.4013671875}, {"start": 2465.79, "end": 2466.17, "word": " called", "probability": 0.6845703125}, {"start": 2466.17, "end": 2467.65, "word": " cursor.", "probability": 0.8017578125}, {"start": 2468.01, "end": 2468.13, "word": " I", "probability": 0.367919921875}, {"start": 2468.13, "end": 2468.17, "word": " will", "probability": 0.5205078125}, {"start": 2468.17, "end": 2468.35, "word": " tell", "probability": 0.2335205078125}, {"start": 2468.35, "end": 2468.53, "word": " you", "probability": 0.85009765625}, {"start": 2468.53, "end": 2468.59, "word": " what", "probability": 0.8359375}, {"start": 2468.59, "end": 2468.97, "word": " cursor", "probability": 0.66650390625}, {"start": 2468.97, "end": 2469.05, "word": " is.", "probability": 0.83642578125}, {"start": 2471.03, "end": 2471.59, "word": " Notice", "probability": 0.63720703125}, {"start": 2471.59, "end": 2471.79, "word": " that", "probability": 0.7880859375}, {"start": 2471.79, "end": 2471.93, "word": " I", "probability": 0.94189453125}, {"start": 2471.93, "end": 2472.35, "word": " made", "probability": 0.283447265625}, {"start": 2472.35, "end": 2472.93, "word": " a", "probability": 0.6435546875}, {"start": 2472.93, "end": 2473.19, "word": " raw", "probability": 0.8896484375}, {"start": 2473.19, "end": 2473.47, "word": " query", "probability": 0.962890625}, {"start": 2473.47, "end": 2473.63, "word": " and", "probability": 0.39599609375}, {"start": 2473.63, "end": 2473.73, "word": " not", "probability": 0.87841796875}, {"start": 2473.73, "end": 2474.35, "word": " execute", "probability": 0.736328125}, {"start": 2474.35, "end": 2475.29, "word": " SQL.", "probability": 0.9345703125}, {"start": 2475.57, "end": 2475.79, "word": " Why?", "probability": 0.6943359375}, {"start": 2475.91, "end": 2476.05, "word": " Because", "probability": 0.7841796875}, {"start": 2476.05, "end": 2476.55, "word": " execute", "probability": 0.393798828125}, {"start": 2476.55, "end": 2477.01, "word": " SQL", "probability": 0.9814453125}, {"start": 2477.01, "end": 2477.21, "word": " does", "probability": 0.293212890625}, {"start": 2477.21, "end": 2477.27, "word": " not", "probability": 0.88330078125}, {"start": 2477.27, "end": 2477.57, "word": " return", "probability": 0.74853515625}], "temperature": 1.0}, {"id": 94, "seek": 250562, "start": 2479.84, "end": 2505.62, "text": "Void means that I return data. This is a query. The query must return data. So I don't execute a query, I execute a SQL query. And this is dedicated to a query, whose name is the query. Okay, now let's make a query. Did you take a query? How do you select? The simplest query is to select a star from an employee.", "tokens": [53, 17079, 1355, 300, 286, 2736, 1412, 13, 639, 307, 257, 14581, 13, 440, 14581, 1633, 2736, 1412, 13, 407, 286, 500, 380, 14483, 257, 14581, 11, 286, 14483, 257, 19200, 14581, 13, 400, 341, 307, 8374, 281, 257, 14581, 11, 6104, 1315, 307, 264, 14581, 13, 1033, 11, 586, 718, 311, 652, 257, 14581, 13, 2589, 291, 747, 257, 14581, 30, 1012, 360, 291, 3048, 30, 440, 22811, 14581, 307, 281, 3048, 257, 3543, 490, 364, 10738, 13], "avg_logprob": -0.6128906324505806, "compression_ratio": 1.6648936170212767, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2479.84, "end": 2480.42, "word": "Void", "probability": 0.5732421875}, {"start": 2480.42, "end": 2481.0, "word": " means", "probability": 0.214111328125}, {"start": 2481.0, "end": 2481.2, "word": " that", "probability": 0.183349609375}, {"start": 2481.2, "end": 2481.32, "word": " I", "probability": 0.6884765625}, {"start": 2481.32, "end": 2481.58, "word": " return", "probability": 0.322509765625}, {"start": 2481.58, "end": 2482.02, "word": " data.", "probability": 0.63232421875}, {"start": 2482.56, "end": 2482.74, "word": " This", "probability": 0.360107421875}, {"start": 2482.74, "end": 2482.84, "word": " is", "probability": 0.89599609375}, {"start": 2482.84, "end": 2482.88, "word": " a", "probability": 0.3740234375}, {"start": 2482.88, "end": 2483.16, "word": " query.", "probability": 0.092041015625}, {"start": 2483.38, "end": 2483.5, "word": " The", "probability": 0.359375}, {"start": 2483.5, "end": 2483.8, "word": " query", "probability": 0.46533203125}, {"start": 2483.8, "end": 2484.14, "word": " must", "probability": 0.484130859375}, {"start": 2484.14, "end": 2484.56, "word": " return", "probability": 0.78125}, {"start": 2484.56, "end": 2485.62, "word": " data.", "probability": 0.8642578125}, {"start": 2485.94, "end": 2486.24, "word": " So", "probability": 0.464599609375}, {"start": 2486.24, "end": 2486.36, "word": " I", "probability": 0.64404296875}, {"start": 2486.36, "end": 2486.38, "word": " don't", "probability": 0.813720703125}, {"start": 2486.38, "end": 2486.64, "word": " execute", "probability": 0.77685546875}, {"start": 2486.64, "end": 2487.24, "word": " a", "probability": 0.2384033203125}, {"start": 2487.24, "end": 2487.36, "word": " query,", "probability": 0.88330078125}, {"start": 2487.4, "end": 2487.5, "word": " I", "probability": 0.638671875}, {"start": 2487.5, "end": 2487.82, "word": " execute", "probability": 0.7216796875}, {"start": 2487.82, "end": 2488.6, "word": " a", "probability": 0.81689453125}, {"start": 2488.6, "end": 2488.84, "word": " SQL", "probability": 0.166015625}, {"start": 2488.84, "end": 2489.9, "word": " query.", "probability": 0.320068359375}, {"start": 2490.02, "end": 2490.16, "word": " And", "probability": 0.423828125}, {"start": 2490.16, "end": 2490.3, "word": " this", "probability": 0.74072265625}, {"start": 2490.3, "end": 2490.36, "word": " is", "probability": 0.76220703125}, {"start": 2490.36, "end": 2490.7, "word": " dedicated", "probability": 0.1832275390625}, {"start": 2490.7, "end": 2491.66, "word": " to", "probability": 0.8984375}, {"start": 2491.66, "end": 2491.76, "word": " a", "probability": 0.361083984375}, {"start": 2491.76, "end": 2492.06, "word": " query,", "probability": 0.9140625}, {"start": 2492.08, "end": 2492.18, "word": " whose", "probability": 0.18701171875}, {"start": 2492.18, "end": 2492.5, "word": " name", "probability": 0.859375}, {"start": 2492.5, "end": 2493.3, "word": " is", "probability": 0.8505859375}, {"start": 2493.3, "end": 2493.56, "word": " the", "probability": 0.254150390625}, {"start": 2493.56, "end": 2493.88, "word": " query.", "probability": 0.452880859375}, {"start": 2494.64, "end": 2495.22, "word": " Okay,", "probability": 0.28759765625}, {"start": 2495.6, "end": 2495.88, "word": " now", "probability": 0.80419921875}, {"start": 2495.88, "end": 2496.08, "word": " let's", "probability": 0.6981201171875}, {"start": 2496.08, "end": 2496.24, "word": " make", "probability": 0.449951171875}, {"start": 2496.24, "end": 2496.38, "word": " a", "probability": 0.6416015625}, {"start": 2496.38, "end": 2496.66, "word": " query.", "probability": 0.9560546875}, {"start": 2497.94, "end": 2498.52, "word": " Did", "probability": 0.2313232421875}, {"start": 2498.52, "end": 2498.58, "word": " you", "probability": 0.9599609375}, {"start": 2498.58, "end": 2498.58, "word": " take", "probability": 0.42041015625}, {"start": 2498.58, "end": 2498.9, "word": " a", "probability": 0.4951171875}, {"start": 2498.9, "end": 2499.2, "word": " query?", "probability": 0.94677734375}, {"start": 2499.44, "end": 2499.68, "word": " How", "probability": 0.9052734375}, {"start": 2499.68, "end": 2499.76, "word": " do", "probability": 0.705078125}, {"start": 2499.76, "end": 2499.76, "word": " you", "probability": 0.93212890625}, {"start": 2499.76, "end": 2500.16, "word": " select?", "probability": 0.346435546875}, {"start": 2500.74, "end": 2501.3, "word": " The", "probability": 0.34765625}, {"start": 2501.3, "end": 2501.86, "word": " simplest", "probability": 0.80810546875}, {"start": 2501.86, "end": 2502.48, "word": " query", "probability": 0.83154296875}, {"start": 2502.48, "end": 2502.62, "word": " is", "probability": 0.55908203125}, {"start": 2502.62, "end": 2503.02, "word": " to", "probability": 0.329345703125}, {"start": 2503.02, "end": 2503.3, "word": " select", "probability": 0.767578125}, {"start": 2503.3, "end": 2503.78, "word": " a", "probability": 0.81884765625}, {"start": 2503.78, "end": 2503.78, "word": " star", "probability": 0.89208984375}, {"start": 2503.78, "end": 2504.94, "word": " from", "probability": 0.87060546875}, {"start": 2504.94, "end": 2505.62, "word": " an", "probability": 0.482666015625}, {"start": 2505.62, "end": 2505.62, "word": " employee.", "probability": 0.90771484375}], "temperature": 1.0}, {"id": 95, "seek": 253437, "start": 2507.99, "end": 2534.37, "text": "It brings you everything that is in the employee's schedule. What do you put in the parameters? You put LUL. This will show you everything in the database. You can also do a recursive search. You say, select Nijma from employee where salary is more than 2000.", "tokens": [3522, 5607, 291, 1203, 300, 307, 294, 264, 10738, 311, 7567, 13, 708, 360, 291, 829, 294, 264, 9834, 30, 509, 829, 441, 10253, 13, 639, 486, 855, 291, 1203, 294, 264, 1137, 5509, 405, 13, 509, 393, 611, 360, 257, 20560, 488, 3164, 13, 509, 584, 11, 3048, 426, 1718, 1696, 490, 10738, 689, 15360, 307, 544, 813, 8132, 13], "avg_logprob": -0.6890120890832716, "compression_ratio": 1.4885057471264367, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2507.99, "end": 2508.15, "word": "It", "probability": 0.45703125}, {"start": 2508.15, "end": 2508.35, "word": " brings", "probability": 0.361083984375}, {"start": 2508.35, "end": 2508.55, "word": " you", "probability": 0.4736328125}, {"start": 2508.55, "end": 2509.19, "word": " everything", "probability": 0.67919921875}, {"start": 2509.19, "end": 2510.21, "word": " that", "probability": 0.2315673828125}, {"start": 2510.21, "end": 2510.21, "word": " is", "probability": 0.642578125}, {"start": 2510.21, "end": 2510.51, "word": " in", "probability": 0.318115234375}, {"start": 2510.51, "end": 2510.77, "word": " the", "probability": 0.71826171875}, {"start": 2510.77, "end": 2511.15, "word": " employee's", "probability": 0.510498046875}, {"start": 2511.15, "end": 2511.15, "word": " schedule.", "probability": 0.5732421875}, {"start": 2512.57, "end": 2512.79, "word": " What", "probability": 0.40185546875}, {"start": 2512.79, "end": 2512.79, "word": " do", "probability": 0.415283203125}, {"start": 2512.79, "end": 2512.79, "word": " you", "probability": 0.625}, {"start": 2512.79, "end": 2512.79, "word": " put", "probability": 0.55517578125}, {"start": 2512.79, "end": 2512.79, "word": " in", "probability": 0.4287109375}, {"start": 2512.79, "end": 2512.79, "word": " the", "probability": 0.440673828125}, {"start": 2512.79, "end": 2513.17, "word": " parameters?", "probability": 0.34326171875}, {"start": 2514.99, "end": 2515.71, "word": " You", "probability": 0.78369140625}, {"start": 2515.71, "end": 2515.93, "word": " put", "probability": 0.7431640625}, {"start": 2515.93, "end": 2516.25, "word": " LUL.", "probability": 0.31597900390625}, {"start": 2516.51, "end": 2516.83, "word": " This", "probability": 0.467529296875}, {"start": 2516.83, "end": 2516.97, "word": " will", "probability": 0.1551513671875}, {"start": 2516.97, "end": 2517.17, "word": " show", "probability": 0.1107177734375}, {"start": 2517.17, "end": 2517.23, "word": " you", "probability": 0.853515625}, {"start": 2517.23, "end": 2518.19, "word": " everything", "probability": 0.56494140625}, {"start": 2518.19, "end": 2519.21, "word": " in", "probability": 0.7666015625}, {"start": 2519.21, "end": 2519.29, "word": " the", "probability": 0.85888671875}, {"start": 2519.29, "end": 2519.75, "word": " database.", "probability": 0.5756429036458334}, {"start": 2520.05, "end": 2520.51, "word": " You", "probability": 0.90771484375}, {"start": 2520.51, "end": 2520.79, "word": " can", "probability": 0.91552734375}, {"start": 2520.79, "end": 2521.01, "word": " also", "probability": 0.435791015625}, {"start": 2521.01, "end": 2521.01, "word": " do", "probability": 0.14599609375}, {"start": 2521.01, "end": 2521.51, "word": " a", "probability": 0.64306640625}, {"start": 2521.51, "end": 2521.87, "word": " recursive", "probability": 0.506561279296875}, {"start": 2521.87, "end": 2521.87, "word": " search.", "probability": 0.41259765625}, {"start": 2522.29, "end": 2522.75, "word": " You", "probability": 0.60498046875}, {"start": 2522.75, "end": 2522.95, "word": " say,", "probability": 0.26806640625}, {"start": 2523.17, "end": 2523.61, "word": " select", "probability": 0.3037109375}, {"start": 2523.61, "end": 2523.99, "word": " Nijma", "probability": 0.5191243489583334}, {"start": 2523.99, "end": 2524.25, "word": " from", "probability": 0.87646484375}, {"start": 2524.25, "end": 2524.81, "word": " employee", "probability": 0.7431640625}, {"start": 2524.81, "end": 2525.75, "word": " where", "probability": 0.8466796875}, {"start": 2525.75, "end": 2527.35, "word": " salary", "probability": 0.9677734375}, {"start": 2527.35, "end": 2530.37, "word": " is", "probability": 0.67138671875}, {"start": 2530.37, "end": 2530.51, "word": " more", "probability": 0.477783203125}, {"start": 2530.51, "end": 2531.63, "word": " than", "probability": 0.94677734375}, {"start": 2531.63, "end": 2534.37, "word": " 2000.", "probability": 0.6787109375}], "temperature": 1.0}, {"id": 96, "seek": 255444, "start": 2535.87, "end": 2554.45, "text": "Here it gives you all the employees who have more than 2000 jobs and you can do more than 2000 jobs for example and name like if married equals one", "tokens": [17685, 309, 2709, 291, 439, 264, 6619, 567, 362, 544, 813, 8132, 4782, 293, 291, 393, 360, 544, 813, 8132, 4782, 337, 1365, 293, 1315, 411, 498, 5259, 6915, 472], "avg_logprob": -0.7111895084381104, "compression_ratio": 1.3738317757009346, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2535.87, "end": 2536.11, "word": "Here", "probability": 0.37890625}, {"start": 2536.11, "end": 2536.19, "word": " it", "probability": 0.5205078125}, {"start": 2536.19, "end": 2536.35, "word": " gives", "probability": 0.176025390625}, {"start": 2536.35, "end": 2536.51, "word": " you", "probability": 0.5029296875}, {"start": 2536.51, "end": 2536.67, "word": " all", "probability": 0.6484375}, {"start": 2536.67, "end": 2536.75, "word": " the", "probability": 0.54052734375}, {"start": 2536.75, "end": 2537.11, "word": " employees", "probability": 0.6484375}, {"start": 2537.11, "end": 2537.61, "word": " who", "probability": 0.353515625}, {"start": 2537.61, "end": 2537.81, "word": " have", "probability": 0.271484375}, {"start": 2537.81, "end": 2539.27, "word": " more", "probability": 0.548828125}, {"start": 2539.27, "end": 2539.47, "word": " than", "probability": 0.916015625}, {"start": 2539.47, "end": 2539.83, "word": " 2000", "probability": 0.66845703125}, {"start": 2539.83, "end": 2539.93, "word": " jobs", "probability": 0.26416015625}, {"start": 2539.93, "end": 2540.99, "word": " and", "probability": 0.203125}, {"start": 2540.99, "end": 2541.13, "word": " you", "probability": 0.269287109375}, {"start": 2541.13, "end": 2541.25, "word": " can", "probability": 0.87451171875}, {"start": 2541.25, "end": 2541.75, "word": " do", "probability": 0.269775390625}, {"start": 2541.75, "end": 2542.05, "word": " more", "probability": 0.409912109375}, {"start": 2542.05, "end": 2544.19, "word": " than", "probability": 0.8603515625}, {"start": 2544.19, "end": 2544.65, "word": " 2000", "probability": 0.9111328125}, {"start": 2544.65, "end": 2544.81, "word": " jobs", "probability": 0.572265625}, {"start": 2544.81, "end": 2544.81, "word": " for", "probability": 0.234375}, {"start": 2544.81, "end": 2545.15, "word": " example", "probability": 0.94482421875}, {"start": 2545.15, "end": 2545.69, "word": " and", "probability": 0.65478515625}, {"start": 2545.69, "end": 2546.77, "word": " name", "probability": 0.84716796875}, {"start": 2546.77, "end": 2547.83, "word": " like", "probability": 0.72412109375}, {"start": 2547.83, "end": 2549.73, "word": " if", "probability": 0.149169921875}, {"start": 2549.73, "end": 2551.17, "word": " married", "probability": 0.5400390625}, {"start": 2551.17, "end": 2553.25, "word": " equals", "probability": 0.498291015625}, {"start": 2553.25, "end": 2554.45, "word": " one", "probability": 0.62646484375}], "temperature": 1.0}, {"id": 97, "seek": 258198, "start": 2555.85, "end": 2581.99, "text": " This is for all employees whose salary is more than 2000$ and who are married. This parameter, do you know what it is? Instead of putting 2001 here, I can put a question mark here and here what? Question mark. And here I put the value of the question mark. How? We say new string, we open a new tab, okay? And we give it the first value which is 2000", "tokens": [639, 307, 337, 439, 6619, 6104, 15360, 307, 544, 813, 8132, 3, 293, 567, 366, 5259, 13, 639, 13075, 11, 360, 291, 458, 437, 309, 307, 30, 7156, 295, 3372, 16382, 510, 11, 286, 393, 829, 257, 1168, 1491, 510, 293, 510, 437, 30, 14464, 1491, 13, 400, 510, 286, 829, 264, 2158, 295, 264, 1168, 1491, 13, 1012, 30, 492, 584, 777, 6798, 11, 321, 1269, 257, 777, 4421, 11, 1392, 30, 400, 321, 976, 309, 264, 700, 2158, 597, 307, 8132], "avg_logprob": -0.5729166517655054, "compression_ratio": 1.5739910313901346, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2555.85, "end": 2556.13, "word": " This", "probability": 0.2388916015625}, {"start": 2556.13, "end": 2556.13, "word": " is", "probability": 0.54541015625}, {"start": 2556.13, "end": 2556.29, "word": " for", "probability": 0.76171875}, {"start": 2556.29, "end": 2556.43, "word": " all", "probability": 0.7265625}, {"start": 2556.43, "end": 2556.83, "word": " employees", "probability": 0.69384765625}, {"start": 2556.83, "end": 2557.15, "word": " whose", "probability": 0.12359619140625}, {"start": 2557.15, "end": 2557.33, "word": " salary", "probability": 0.783203125}, {"start": 2557.33, "end": 2557.43, "word": " is", "probability": 0.7978515625}, {"start": 2557.43, "end": 2557.59, "word": " more", "probability": 0.468505859375}, {"start": 2557.59, "end": 2557.73, "word": " than", "probability": 0.93701171875}, {"start": 2557.73, "end": 2558.15, "word": " 2000", "probability": 0.69287109375}, {"start": 2558.15, "end": 2558.17, "word": "$", "probability": 0.2366943359375}, {"start": 2558.17, "end": 2558.29, "word": " and", "probability": 0.58740234375}, {"start": 2558.29, "end": 2558.39, "word": " who", "probability": 0.1905517578125}, {"start": 2558.39, "end": 2558.61, "word": " are", "probability": 0.1881103515625}, {"start": 2558.61, "end": 2559.79, "word": " married.", "probability": 0.7578125}, {"start": 2560.25, "end": 2560.77, "word": " This", "probability": 0.36083984375}, {"start": 2560.77, "end": 2561.21, "word": " parameter,", "probability": 0.68310546875}, {"start": 2561.47, "end": 2561.55, "word": " do", "probability": 0.42333984375}, {"start": 2561.55, "end": 2561.55, "word": " you", "probability": 0.95068359375}, {"start": 2561.55, "end": 2561.79, "word": " know", "probability": 0.8623046875}, {"start": 2561.79, "end": 2562.17, "word": " what", "probability": 0.76708984375}, {"start": 2562.17, "end": 2562.17, "word": " it", "probability": 0.708984375}, {"start": 2562.17, "end": 2562.21, "word": " is?", "probability": 0.708984375}, {"start": 2562.69, "end": 2563.21, "word": " Instead", "probability": 0.0716552734375}, {"start": 2563.21, "end": 2564.13, "word": " of", "probability": 0.9560546875}, {"start": 2564.13, "end": 2564.37, "word": " putting", "probability": 0.46484375}, {"start": 2564.37, "end": 2564.85, "word": " 2001", "probability": 0.61865234375}, {"start": 2564.85, "end": 2565.35, "word": " here,", "probability": 0.436279296875}, {"start": 2565.39, "end": 2565.57, "word": " I", "probability": 0.89892578125}, {"start": 2565.57, "end": 2565.73, "word": " can", "probability": 0.80810546875}, {"start": 2565.73, "end": 2566.09, "word": " put", "probability": 0.76953125}, {"start": 2566.09, "end": 2566.31, "word": " a", "probability": 0.43115234375}, {"start": 2566.31, "end": 2566.91, "word": " question", "probability": 0.9052734375}, {"start": 2566.91, "end": 2567.11, "word": " mark", "probability": 0.892578125}, {"start": 2567.11, "end": 2567.23, "word": " here", "probability": 0.464111328125}, {"start": 2567.23, "end": 2568.17, "word": " and", "probability": 0.40673828125}, {"start": 2568.17, "end": 2568.31, "word": " here", "probability": 0.27783203125}, {"start": 2568.31, "end": 2568.67, "word": " what?", "probability": 0.455810546875}, {"start": 2569.73, "end": 2570.25, "word": " Question", "probability": 0.52294921875}, {"start": 2570.25, "end": 2570.39, "word": " mark.", "probability": 0.84716796875}, {"start": 2570.73, "end": 2571.23, "word": " And", "probability": 0.798828125}, {"start": 2571.23, "end": 2571.59, "word": " here", "probability": 0.81298828125}, {"start": 2571.59, "end": 2572.29, "word": " I", "probability": 0.68017578125}, {"start": 2572.29, "end": 2572.57, "word": " put", "probability": 0.66796875}, {"start": 2572.57, "end": 2572.77, "word": " the", "probability": 0.58251953125}, {"start": 2572.77, "end": 2572.89, "word": " value", "probability": 0.42529296875}, {"start": 2572.89, "end": 2573.07, "word": " of", "probability": 0.94873046875}, {"start": 2573.07, "end": 2573.07, "word": " the", "probability": 0.87158203125}, {"start": 2573.07, "end": 2573.63, "word": " question", "probability": 0.93212890625}, {"start": 2573.63, "end": 2573.75, "word": " mark.", "probability": 0.88623046875}, {"start": 2573.81, "end": 2574.11, "word": " How?", "probability": 0.8193359375}, {"start": 2574.17, "end": 2574.31, "word": " We", "probability": 0.587890625}, {"start": 2574.31, "end": 2574.43, "word": " say", "probability": 0.453857421875}, {"start": 2574.43, "end": 2574.75, "word": " new", "probability": 0.615234375}, {"start": 2574.75, "end": 2575.15, "word": " string,", "probability": 0.740234375}, {"start": 2575.39, "end": 2575.39, "word": " we", "probability": 0.5654296875}, {"start": 2575.39, "end": 2575.55, "word": " open", "probability": 0.779296875}, {"start": 2575.55, "end": 2575.95, "word": " a", "probability": 0.89501953125}, {"start": 2575.95, "end": 2576.13, "word": " new", "probability": 0.8994140625}, {"start": 2576.13, "end": 2576.13, "word": " tab,", "probability": 0.097412109375}, {"start": 2577.49, "end": 2577.77, "word": " okay?", "probability": 0.33740234375}, {"start": 2578.17, "end": 2578.33, "word": " And", "probability": 0.7978515625}, {"start": 2578.33, "end": 2578.41, "word": " we", "probability": 0.7734375}, {"start": 2578.41, "end": 2578.63, "word": " give", "probability": 0.73681640625}, {"start": 2578.63, "end": 2578.85, "word": " it", "probability": 0.80908203125}, {"start": 2578.85, "end": 2579.27, "word": " the", "probability": 0.4658203125}, {"start": 2579.27, "end": 2579.33, "word": " first", "probability": 0.83349609375}, {"start": 2579.33, "end": 2579.89, "word": " value", "probability": 0.966796875}, {"start": 2579.89, "end": 2580.23, "word": " which", "probability": 0.3251953125}, {"start": 2580.23, "end": 2580.63, "word": " is", "probability": 0.9423828125}, {"start": 2580.63, "end": 2581.99, "word": " 2000", "probability": 0.8544921875}], "temperature": 1.0}, {"id": 98, "seek": 260735, "start": 2584.27, "end": 2607.35, "text": "And the second one is one. Yes, because it has to be a string. Okay? Of course, look at the sequence of question marks replaced by numbers here. This is called in the database, I don't know if I said it before, prepared statement.", "tokens": [5289, 264, 1150, 472, 307, 472, 13, 1079, 11, 570, 309, 575, 281, 312, 257, 6798, 13, 1033, 30, 2720, 1164, 11, 574, 412, 264, 8310, 295, 1168, 10640, 10772, 538, 3547, 510, 13, 639, 307, 1219, 294, 264, 8149, 11, 286, 500, 380, 458, 498, 286, 848, 309, 949, 11, 4927, 5629, 13], "avg_logprob": -0.5099431969902732, "compression_ratio": 1.377245508982036, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2584.27, "end": 2584.51, "word": "And", "probability": 0.277587890625}, {"start": 2584.51, "end": 2584.65, "word": " the", "probability": 0.73046875}, {"start": 2584.65, "end": 2584.89, "word": " second", "probability": 0.6650390625}, {"start": 2584.89, "end": 2585.51, "word": " one", "probability": 0.7353515625}, {"start": 2585.51, "end": 2585.51, "word": " is", "probability": 0.258056640625}, {"start": 2585.51, "end": 2586.69, "word": " one.", "probability": 0.291748046875}, {"start": 2590.47, "end": 2590.95, "word": " Yes,", "probability": 0.28857421875}, {"start": 2591.19, "end": 2591.37, "word": " because", "probability": 0.484375}, {"start": 2591.37, "end": 2591.49, "word": " it", "probability": 0.65185546875}, {"start": 2591.49, "end": 2591.57, "word": " has", "probability": 0.36474609375}, {"start": 2591.57, "end": 2591.63, "word": " to", "probability": 0.9697265625}, {"start": 2591.63, "end": 2591.83, "word": " be", "probability": 0.8974609375}, {"start": 2591.83, "end": 2591.93, "word": " a", "probability": 0.483154296875}, {"start": 2591.93, "end": 2592.43, "word": " string.", "probability": 0.72412109375}, {"start": 2593.09, "end": 2593.31, "word": " Okay?", "probability": 0.1785888671875}, {"start": 2594.15, "end": 2594.31, "word": " Of", "probability": 0.34716796875}, {"start": 2594.31, "end": 2594.43, "word": " course,", "probability": 0.95751953125}, {"start": 2594.95, "end": 2596.25, "word": " look", "probability": 0.4384765625}, {"start": 2596.25, "end": 2596.37, "word": " at", "probability": 0.8818359375}, {"start": 2596.37, "end": 2596.45, "word": " the", "probability": 0.8203125}, {"start": 2596.45, "end": 2596.65, "word": " sequence", "probability": 0.36572265625}, {"start": 2596.65, "end": 2596.85, "word": " of", "probability": 0.9638671875}, {"start": 2596.85, "end": 2597.43, "word": " question", "probability": 0.689453125}, {"start": 2597.43, "end": 2597.73, "word": " marks", "probability": 0.82275390625}, {"start": 2597.73, "end": 2598.83, "word": " replaced", "probability": 0.410400390625}, {"start": 2598.83, "end": 2599.23, "word": " by", "probability": 0.8544921875}, {"start": 2599.23, "end": 2601.57, "word": " numbers", "probability": 0.288330078125}, {"start": 2601.57, "end": 2602.03, "word": " here.", "probability": 0.5546875}, {"start": 2603.71, "end": 2604.19, "word": " This", "probability": 0.308349609375}, {"start": 2604.19, "end": 2604.27, "word": " is", "probability": 0.67431640625}, {"start": 2604.27, "end": 2604.65, "word": " called", "probability": 0.63818359375}, {"start": 2604.65, "end": 2605.09, "word": " in", "probability": 0.6025390625}, {"start": 2605.09, "end": 2605.19, "word": " the", "probability": 0.75341796875}, {"start": 2605.19, "end": 2605.57, "word": " database,", "probability": 0.90966796875}, {"start": 2605.61, "end": 2605.65, "word": " I", "probability": 0.875}, {"start": 2605.65, "end": 2605.75, "word": " don't", "probability": 0.871826171875}, {"start": 2605.75, "end": 2605.85, "word": " know", "probability": 0.88916015625}, {"start": 2605.85, "end": 2605.95, "word": " if", "probability": 0.8759765625}, {"start": 2605.95, "end": 2606.09, "word": " I", "probability": 0.96044921875}, {"start": 2606.09, "end": 2606.23, "word": " said", "probability": 0.20849609375}, {"start": 2606.23, "end": 2606.35, "word": " it", "probability": 0.7724609375}, {"start": 2606.35, "end": 2606.35, "word": " before,", "probability": 0.703125}, {"start": 2606.45, "end": 2606.75, "word": " prepared", "probability": 0.399658203125}, {"start": 2606.75, "end": 2607.35, "word": " statement.", "probability": 0.853515625}], "temperature": 1.0}, {"id": 99, "seek": 263770, "start": 2608.4, "end": 2637.7, "text": "The prepared statement is compiled once and the values are changed. So this execution is faster than putting the values directly. This is the work of a database. The database teacher explains it to you. Okay? The important thing is that instead of these question marks, I put the values where? In the string here. And we can continue. I will write that the salary is greater than the question mark. And the married equals the question mark. And the name is like.", "tokens": [2278, 4927, 5629, 307, 36548, 1564, 293, 264, 4190, 366, 3105, 13, 407, 341, 15058, 307, 4663, 813, 3372, 264, 4190, 3838, 13, 639, 307, 264, 589, 295, 257, 8149, 13, 440, 8149, 5027, 13948, 309, 281, 291, 13, 1033, 30, 440, 1021, 551, 307, 300, 2602, 295, 613, 1168, 10640, 11, 286, 829, 264, 4190, 689, 30, 682, 264, 6798, 510, 13, 400, 321, 393, 2354, 13, 286, 486, 2464, 300, 264, 15360, 307, 5044, 813, 264, 1168, 1491, 13, 400, 264, 5259, 6915, 264, 1168, 1491, 13, 400, 264, 1315, 307, 411, 13], "avg_logprob": -0.565755208954215, "compression_ratio": 1.7769230769230768, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2608.4, "end": 2608.6, "word": "The", "probability": 0.187255859375}, {"start": 2608.6, "end": 2608.94, "word": " prepared", "probability": 0.66015625}, {"start": 2608.94, "end": 2609.5, "word": " statement", "probability": 0.8671875}, {"start": 2609.5, "end": 2609.94, "word": " is", "probability": 0.3388671875}, {"start": 2609.94, "end": 2611.32, "word": " compiled", "probability": 0.2432861328125}, {"start": 2611.32, "end": 2611.86, "word": " once", "probability": 0.33984375}, {"start": 2611.86, "end": 2612.46, "word": " and", "probability": 0.54443359375}, {"start": 2612.46, "end": 2612.76, "word": " the", "probability": 0.111572265625}, {"start": 2612.76, "end": 2612.76, "word": " values", "probability": 0.60888671875}, {"start": 2612.76, "end": 2612.76, "word": " are", "probability": 0.67138671875}, {"start": 2612.76, "end": 2613.08, "word": " changed.", "probability": 0.53466796875}, {"start": 2613.76, "end": 2613.86, "word": " So", "probability": 0.2919921875}, {"start": 2613.86, "end": 2613.94, "word": " this", "probability": 0.419921875}, {"start": 2613.94, "end": 2614.42, "word": " execution", "probability": 0.403564453125}, {"start": 2614.42, "end": 2614.58, "word": " is", "probability": 0.861328125}, {"start": 2614.58, "end": 2614.88, "word": " faster", "probability": 0.76513671875}, {"start": 2614.88, "end": 2615.08, "word": " than", "probability": 0.83203125}, {"start": 2615.08, "end": 2616.14, "word": " putting", "probability": 0.292236328125}, {"start": 2616.14, "end": 2616.32, "word": " the", "probability": 0.452392578125}, {"start": 2616.32, "end": 2616.5, "word": " values", "probability": 0.86865234375}, {"start": 2616.5, "end": 2616.86, "word": " directly.", "probability": 0.8388671875}, {"start": 2617.56, "end": 2618.08, "word": " This", "probability": 0.576171875}, {"start": 2618.08, "end": 2618.14, "word": " is", "probability": 0.814453125}, {"start": 2618.14, "end": 2618.32, "word": " the", "probability": 0.39111328125}, {"start": 2618.32, "end": 2618.32, "word": " work", "probability": 0.55712890625}, {"start": 2618.32, "end": 2618.34, "word": " of", "probability": 0.92333984375}, {"start": 2618.34, "end": 2618.54, "word": " a", "probability": 0.48388671875}, {"start": 2618.54, "end": 2618.76, "word": " database.", "probability": 0.87451171875}, {"start": 2618.86, "end": 2618.94, "word": " The", "probability": 0.16845703125}, {"start": 2618.94, "end": 2618.94, "word": " database", "probability": 0.73828125}, {"start": 2618.94, "end": 2618.94, "word": " teacher", "probability": 0.241455078125}, {"start": 2618.94, "end": 2619.04, "word": " explains", "probability": 0.509765625}, {"start": 2619.04, "end": 2619.04, "word": " it", "probability": 0.5556640625}, {"start": 2619.04, "end": 2619.04, "word": " to", "probability": 0.759765625}, {"start": 2619.04, "end": 2619.38, "word": " you.", "probability": 0.94091796875}, {"start": 2620.68, "end": 2620.94, "word": " Okay?", "probability": 0.235107421875}, {"start": 2621.5, "end": 2621.62, "word": " The", "probability": 0.2607421875}, {"start": 2621.62, "end": 2621.78, "word": " important", "probability": 0.6611328125}, {"start": 2621.78, "end": 2621.84, "word": " thing", "probability": 0.82373046875}, {"start": 2621.84, "end": 2621.96, "word": " is", "probability": 0.9169921875}, {"start": 2621.96, "end": 2622.04, "word": " that", "probability": 0.85205078125}, {"start": 2622.04, "end": 2622.2, "word": " instead", "probability": 0.76708984375}, {"start": 2622.2, "end": 2622.28, "word": " of", "probability": 0.96923828125}, {"start": 2622.28, "end": 2622.66, "word": " these", "probability": 0.57275390625}, {"start": 2622.66, "end": 2623.02, "word": " question", "probability": 0.66015625}, {"start": 2623.02, "end": 2623.2, "word": " marks,", "probability": 0.76123046875}, {"start": 2625.12, "end": 2625.52, "word": " I", "probability": 0.5771484375}, {"start": 2625.52, "end": 2625.92, "word": " put", "probability": 0.7646484375}, {"start": 2625.92, "end": 2626.14, "word": " the", "probability": 0.65283203125}, {"start": 2626.14, "end": 2626.4, "word": " values", "probability": 0.76611328125}, {"start": 2626.4, "end": 2626.74, "word": " where?", "probability": 0.1824951171875}, {"start": 2627.26, "end": 2627.44, "word": " In", "probability": 0.78173828125}, {"start": 2627.44, "end": 2627.52, "word": " the", "probability": 0.67236328125}, {"start": 2627.52, "end": 2627.8, "word": " string", "probability": 0.84130859375}, {"start": 2627.8, "end": 2628.02, "word": " here.", "probability": 0.638671875}, {"start": 2628.34, "end": 2628.48, "word": " And", "probability": 0.482421875}, {"start": 2628.48, "end": 2628.72, "word": " we", "probability": 0.88330078125}, {"start": 2628.72, "end": 2628.72, "word": " can", "probability": 0.92626953125}, {"start": 2628.72, "end": 2629.12, "word": " continue.", "probability": 0.75244140625}, {"start": 2629.54, "end": 2629.74, "word": " I", "probability": 0.35302734375}, {"start": 2629.74, "end": 2629.76, "word": " will", "probability": 0.560546875}, {"start": 2629.76, "end": 2629.92, "word": " write", "probability": 0.08734130859375}, {"start": 2629.92, "end": 2630.06, "word": " that", "probability": 0.54150390625}, {"start": 2630.06, "end": 2630.18, "word": " the", "probability": 0.404541015625}, {"start": 2630.18, "end": 2630.48, "word": " salary", "probability": 0.6416015625}, {"start": 2630.48, "end": 2630.82, "word": " is", "probability": 0.78125}, {"start": 2630.82, "end": 2631.14, "word": " greater", "probability": 0.451904296875}, {"start": 2631.14, "end": 2631.38, "word": " than", "probability": 0.94873046875}, {"start": 2631.38, "end": 2631.84, "word": " the", "probability": 0.8896484375}, {"start": 2631.84, "end": 2632.06, "word": " question", "probability": 0.85546875}, {"start": 2632.06, "end": 2632.3, "word": " mark.", "probability": 0.86181640625}, {"start": 2632.9, "end": 2633.24, "word": " And", "probability": 0.7685546875}, {"start": 2633.24, "end": 2633.38, "word": " the", "probability": 0.491455078125}, {"start": 2633.38, "end": 2633.64, "word": " married", "probability": 0.39697265625}, {"start": 2633.64, "end": 2634.0, "word": " equals", "probability": 0.662109375}, {"start": 2634.0, "end": 2634.14, "word": " the", "probability": 0.5966796875}, {"start": 2634.14, "end": 2634.7, "word": " question", "probability": 0.9423828125}, {"start": 2634.7, "end": 2634.78, "word": " mark.", "probability": 0.89697265625}, {"start": 2635.58, "end": 2636.1, "word": " And", "probability": 0.87841796875}, {"start": 2636.1, "end": 2636.38, "word": " the", "probability": 0.80810546875}, {"start": 2636.38, "end": 2636.76, "word": " name", "probability": 0.90576171875}, {"start": 2636.76, "end": 2636.98, "word": " is", "probability": 0.51171875}, {"start": 2636.98, "end": 2637.7, "word": " like.", "probability": 0.5673828125}], "temperature": 1.0}, {"id": 100, "seek": 266795, "start": 2640.35, "end": 2667.95, "text": "What is name like? For example, we need names that start with letter A Name like this Because it comes on this array of strings And you say for example A What does this mean? That the noun starts with letter A and after it anything Did you get this like? You didn't get it, you will get it later When you get it, you get it right and you make advanced learning Okay, right now we don't want to do", "tokens": [3748, 307, 1315, 411, 30, 1171, 1365, 11, 321, 643, 5288, 300, 722, 365, 5063, 316, 13866, 411, 341, 1436, 309, 1487, 322, 341, 10225, 295, 13985, 400, 291, 584, 337, 1365, 316, 708, 775, 341, 914, 30, 663, 264, 23307, 3719, 365, 5063, 316, 293, 934, 309, 1340, 2589, 291, 483, 341, 411, 30, 509, 994, 380, 483, 309, 11, 291, 486, 483, 309, 1780, 1133, 291, 483, 309, 11, 291, 483, 309, 558, 293, 291, 652, 7339, 2539, 1033, 11, 558, 586, 321, 500, 380, 528, 281, 360], "avg_logprob": -0.5611263788663424, "compression_ratio": 1.7217391304347827, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2640.35, "end": 2640.63, "word": "What", "probability": 0.232421875}, {"start": 2640.63, "end": 2640.73, "word": " is", "probability": 0.65673828125}, {"start": 2640.73, "end": 2640.95, "word": " name", "probability": 0.3828125}, {"start": 2640.95, "end": 2641.31, "word": " like?", "probability": 0.56982421875}, {"start": 2641.43, "end": 2641.75, "word": " For", "probability": 0.2498779296875}, {"start": 2641.75, "end": 2641.99, "word": " example,", "probability": 0.9228515625}, {"start": 2641.99, "end": 2641.99, "word": " we", "probability": 0.35107421875}, {"start": 2641.99, "end": 2641.99, "word": " need", "probability": 0.53466796875}, {"start": 2641.99, "end": 2642.37, "word": " names", "probability": 0.31982421875}, {"start": 2642.37, "end": 2642.57, "word": " that", "probability": 0.52197265625}, {"start": 2642.57, "end": 2642.81, "word": " start", "probability": 0.74462890625}, {"start": 2642.81, "end": 2642.91, "word": " with", "probability": 0.8837890625}, {"start": 2642.91, "end": 2643.11, "word": " letter", "probability": 0.4111328125}, {"start": 2643.11, "end": 2643.43, "word": " A", "probability": 0.461181640625}, {"start": 2643.43, "end": 2644.71, "word": " Name", "probability": 0.314208984375}, {"start": 2644.71, "end": 2645.27, "word": " like", "probability": 0.7880859375}, {"start": 2645.27, "end": 2645.67, "word": " this", "probability": 0.55908203125}, {"start": 2645.67, "end": 2646.53, "word": " Because", "probability": 0.29931640625}, {"start": 2646.53, "end": 2647.07, "word": " it", "probability": 0.44384765625}, {"start": 2647.07, "end": 2647.27, "word": " comes", "probability": 0.497314453125}, {"start": 2647.27, "end": 2647.47, "word": " on", "probability": 0.5146484375}, {"start": 2647.47, "end": 2647.81, "word": " this", "probability": 0.3349609375}, {"start": 2647.81, "end": 2648.95, "word": " array", "probability": 0.65869140625}, {"start": 2648.95, "end": 2649.09, "word": " of", "probability": 0.96044921875}, {"start": 2649.09, "end": 2649.47, "word": " strings", "probability": 0.90966796875}, {"start": 2649.47, "end": 2650.57, "word": " And", "probability": 0.27294921875}, {"start": 2650.57, "end": 2650.79, "word": " you", "probability": 0.65771484375}, {"start": 2650.79, "end": 2650.97, "word": " say", "probability": 0.51220703125}, {"start": 2650.97, "end": 2651.17, "word": " for", "probability": 0.4765625}, {"start": 2651.17, "end": 2651.49, "word": " example", "probability": 0.95751953125}, {"start": 2651.49, "end": 2652.59, "word": " A", "probability": 0.280517578125}, {"start": 2652.59, "end": 2654.75, "word": " What", "probability": 0.55078125}, {"start": 2654.75, "end": 2654.75, "word": " does", "probability": 0.814453125}, {"start": 2654.75, "end": 2654.81, "word": " this", "probability": 0.4921875}, {"start": 2654.81, "end": 2655.23, "word": " mean?", "probability": 0.95654296875}, {"start": 2655.89, "end": 2655.89, "word": " That", "probability": 0.4560546875}, {"start": 2655.89, "end": 2656.51, "word": " the", "probability": 0.67919921875}, {"start": 2656.51, "end": 2656.81, "word": " noun", "probability": 0.46533203125}, {"start": 2656.81, "end": 2657.23, "word": " starts", "probability": 0.5693359375}, {"start": 2657.23, "end": 2657.41, "word": " with", "probability": 0.87890625}, {"start": 2657.41, "end": 2657.85, "word": " letter", "probability": 0.365478515625}, {"start": 2657.85, "end": 2658.11, "word": " A", "probability": 0.92822265625}, {"start": 2658.11, "end": 2658.29, "word": " and", "probability": 0.73583984375}, {"start": 2658.29, "end": 2658.47, "word": " after", "probability": 0.22998046875}, {"start": 2658.47, "end": 2658.59, "word": " it", "probability": 0.460205078125}, {"start": 2658.59, "end": 2658.85, "word": " anything", "probability": 0.415771484375}, {"start": 2658.85, "end": 2659.05, "word": " Did", "probability": 0.36669921875}, {"start": 2659.05, "end": 2659.37, "word": " you", "probability": 0.92529296875}, {"start": 2659.37, "end": 2659.37, "word": " get", "probability": 0.369873046875}, {"start": 2659.37, "end": 2659.61, "word": " this", "probability": 0.8515625}, {"start": 2659.61, "end": 2659.99, "word": " like?", "probability": 0.7265625}, {"start": 2660.37, "end": 2660.83, "word": " You", "probability": 0.53515625}, {"start": 2660.83, "end": 2660.85, "word": " didn't", "probability": 0.789306640625}, {"start": 2660.85, "end": 2661.03, "word": " get", "probability": 0.5751953125}, {"start": 2661.03, "end": 2661.17, "word": " it,", "probability": 0.892578125}, {"start": 2661.27, "end": 2661.37, "word": " you", "probability": 0.8486328125}, {"start": 2661.37, "end": 2661.39, "word": " will", "probability": 0.57080078125}, {"start": 2661.39, "end": 2661.49, "word": " get", "probability": 0.84228515625}, {"start": 2661.49, "end": 2661.63, "word": " it", "probability": 0.9228515625}, {"start": 2661.63, "end": 2661.93, "word": " later", "probability": 0.91259765625}, {"start": 2661.93, "end": 2662.55, "word": " When", "probability": 0.357177734375}, {"start": 2662.55, "end": 2662.95, "word": " you", "probability": 0.9619140625}, {"start": 2662.95, "end": 2663.11, "word": " get", "probability": 0.806640625}, {"start": 2663.11, "end": 2663.23, "word": " it,", "probability": 0.91259765625}, {"start": 2663.29, "end": 2663.37, "word": " you", "probability": 0.63720703125}, {"start": 2663.37, "end": 2663.51, "word": " get", "probability": 0.09478759765625}, {"start": 2663.51, "end": 2663.59, "word": " it", "probability": 0.56640625}, {"start": 2663.59, "end": 2663.81, "word": " right", "probability": 0.64013671875}, {"start": 2663.81, "end": 2663.99, "word": " and", "probability": 0.78515625}, {"start": 2663.99, "end": 2664.09, "word": " you", "probability": 0.7412109375}, {"start": 2664.09, "end": 2664.21, "word": " make", "probability": 0.53076171875}, {"start": 2664.21, "end": 2664.41, "word": " advanced", "probability": 0.71533203125}, {"start": 2664.41, "end": 2664.75, "word": " learning", "probability": 0.44140625}, {"start": 2664.75, "end": 2665.95, "word": " Okay,", "probability": 0.14990234375}, {"start": 2666.05, "end": 2666.39, "word": " right", "probability": 0.16650390625}, {"start": 2666.39, "end": 2666.71, "word": " now", "probability": 0.93896484375}, {"start": 2666.71, "end": 2667.39, "word": " we", "probability": 0.495849609375}, {"start": 2667.39, "end": 2667.65, "word": " don't", "probability": 0.8505859375}, {"start": 2667.65, "end": 2667.67, "word": " want", "probability": 0.6552734375}, {"start": 2667.67, "end": 2667.79, "word": " to", "probability": 0.970703125}, {"start": 2667.79, "end": 2667.95, "word": " do", "probability": 0.80224609375}], "temperature": 1.0}, {"id": 101, "seek": 268501, "start": 2669.17, "end": 2685.01, "text": "We want to tell him to select a star from employee. And the second one, what did you put? None. None. Why? Because there are no parameters. Right or not? Bring everything. Okay.", "tokens": [4360, 528, 281, 980, 796, 281, 3048, 257, 3543, 490, 10738, 13, 400, 264, 1150, 472, 11, 437, 630, 291, 829, 30, 14492, 13, 14492, 13, 1545, 30, 1436, 456, 366, 572, 9834, 13, 1779, 420, 406, 30, 12842, 1203, 13, 1033, 13], "avg_logprob": -0.6164772754365747, "compression_ratio": 1.2919708029197081, "no_speech_prob": 0.0, "words": [{"start": 2669.17, "end": 2669.35, "word": "We", "probability": 0.423095703125}, {"start": 2669.35, "end": 2669.51, "word": " want", "probability": 0.126953125}, {"start": 2669.51, "end": 2669.61, "word": " to", "probability": 0.966796875}, {"start": 2669.61, "end": 2669.79, "word": " tell", "probability": 0.28759765625}, {"start": 2669.79, "end": 2669.89, "word": " him", "probability": 0.57275390625}, {"start": 2669.89, "end": 2669.97, "word": " to", "probability": 0.51513671875}, {"start": 2669.97, "end": 2670.23, "word": " select", "probability": 0.66796875}, {"start": 2670.23, "end": 2670.69, "word": " a", "probability": 0.56201171875}, {"start": 2670.69, "end": 2670.69, "word": " star", "probability": 0.81689453125}, {"start": 2670.69, "end": 2673.97, "word": " from", "probability": 0.783203125}, {"start": 2673.97, "end": 2675.35, "word": " employee.", "probability": 0.6455078125}, {"start": 2676.27, "end": 2676.63, "word": " And", "probability": 0.474609375}, {"start": 2676.63, "end": 2676.73, "word": " the", "probability": 0.234130859375}, {"start": 2676.73, "end": 2676.89, "word": " second", "probability": 0.5361328125}, {"start": 2676.89, "end": 2676.99, "word": " one,", "probability": 0.54638671875}, {"start": 2677.13, "end": 2677.13, "word": " what", "probability": 0.44287109375}, {"start": 2677.13, "end": 2677.19, "word": " did", "probability": 0.501953125}, {"start": 2677.19, "end": 2677.21, "word": " you", "probability": 0.441650390625}, {"start": 2677.21, "end": 2677.21, "word": " put?", "probability": 0.56494140625}, {"start": 2678.09, "end": 2678.45, "word": " None.", "probability": 0.6953125}, {"start": 2678.47, "end": 2678.47, "word": " None.", "probability": 0.640625}, {"start": 2678.49, "end": 2678.69, "word": " Why?", "probability": 0.82958984375}, {"start": 2678.77, "end": 2678.95, "word": " Because", "probability": 0.88330078125}, {"start": 2678.95, "end": 2679.11, "word": " there", "probability": 0.87939453125}, {"start": 2679.11, "end": 2679.11, "word": " are", "probability": 0.58984375}, {"start": 2679.11, "end": 2679.35, "word": " no", "probability": 0.923828125}, {"start": 2679.35, "end": 2680.27, "word": " parameters.", "probability": 0.9150390625}, {"start": 2680.49, "end": 2680.65, "word": " Right", "probability": 0.48876953125}, {"start": 2680.65, "end": 2680.79, "word": " or", "probability": 0.77978515625}, {"start": 2680.79, "end": 2680.89, "word": " not?", "probability": 0.4140625}, {"start": 2681.21, "end": 2681.51, "word": " Bring", "probability": 0.1304931640625}, {"start": 2681.51, "end": 2681.83, "word": " everything.", "probability": 0.62744140625}, {"start": 2684.65, "end": 2685.01, "word": " Okay.", "probability": 0.233642578125}], "temperature": 1.0}, {"id": 102, "seek": 270573, "start": 2688.99, "end": 2705.73, "text": " That's it for today and we will continue in the next lecture. We will continue in how to make a query and print it in the logcat, not in the listview yet. We will print it in the logcat and make sure of it. After making sure of it, we will do it in the listview.", "tokens": [663, 311, 309, 337, 965, 293, 321, 486, 2354, 294, 264, 958, 7991, 13, 492, 486, 2354, 294, 577, 281, 652, 257, 14581, 293, 4482, 309, 294, 264, 3565, 18035, 11, 406, 294, 264, 1329, 1759, 1939, 13, 492, 486, 4482, 309, 294, 264, 3565, 18035, 293, 652, 988, 295, 309, 13, 2381, 1455, 988, 295, 309, 11, 321, 486, 360, 309, 294, 264, 1329, 1759, 13], "avg_logprob": -0.6217831162845388, "compression_ratio": 1.8263888888888888, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2688.99, "end": 2689.49, "word": " That's", "probability": 0.42987060546875}, {"start": 2689.49, "end": 2689.99, "word": " it", "probability": 0.375244140625}, {"start": 2689.99, "end": 2690.89, "word": " for", "probability": 0.7939453125}, {"start": 2690.89, "end": 2691.11, "word": " today", "probability": 0.78173828125}, {"start": 2691.11, "end": 2691.45, "word": " and", "probability": 0.25341796875}, {"start": 2691.45, "end": 2691.57, "word": " we", "probability": 0.6826171875}, {"start": 2691.57, "end": 2691.61, "word": " will", "probability": 0.39599609375}, {"start": 2691.61, "end": 2691.87, "word": " continue", "probability": 0.716796875}, {"start": 2691.87, "end": 2692.35, "word": " in", "probability": 0.39794921875}, {"start": 2692.35, "end": 2692.37, "word": " the", "probability": 0.634765625}, {"start": 2692.37, "end": 2692.37, "word": " next", "probability": 0.9130859375}, {"start": 2692.37, "end": 2692.73, "word": " lecture.", "probability": 0.6357421875}, {"start": 2692.99, "end": 2693.21, "word": " We", "probability": 0.466796875}, {"start": 2693.21, "end": 2693.37, "word": " will", "probability": 0.80224609375}, {"start": 2693.37, "end": 2693.69, "word": " continue", "probability": 0.52001953125}, {"start": 2693.69, "end": 2693.83, "word": " in", "probability": 0.1883544921875}, {"start": 2693.83, "end": 2694.19, "word": " how", "probability": 0.484375}, {"start": 2694.19, "end": 2694.77, "word": " to", "probability": 0.8310546875}, {"start": 2694.77, "end": 2694.93, "word": " make", "probability": 0.380859375}, {"start": 2694.93, "end": 2695.05, "word": " a", "probability": 0.74609375}, {"start": 2695.05, "end": 2695.41, "word": " query", "probability": 0.9375}, {"start": 2695.41, "end": 2695.63, "word": " and", "probability": 0.81689453125}, {"start": 2695.63, "end": 2695.91, "word": " print", "probability": 0.80078125}, {"start": 2695.91, "end": 2697.53, "word": " it", "probability": 0.89013671875}, {"start": 2697.53, "end": 2698.45, "word": " in", "probability": 0.444091796875}, {"start": 2698.45, "end": 2698.45, "word": " the", "probability": 0.2366943359375}, {"start": 2698.45, "end": 2698.45, "word": " logcat,", "probability": 0.665771484375}, {"start": 2698.45, "end": 2698.45, "word": " not", "probability": 0.403564453125}, {"start": 2698.45, "end": 2698.87, "word": " in", "probability": 0.548828125}, {"start": 2698.87, "end": 2698.87, "word": " the", "probability": 0.333740234375}, {"start": 2698.87, "end": 2699.17, "word": " listview", "probability": 0.541748046875}, {"start": 2699.17, "end": 2699.33, "word": " yet.", "probability": 0.229736328125}, {"start": 2699.41, "end": 2699.41, "word": " We", "probability": 0.25830078125}, {"start": 2699.41, "end": 2699.41, "word": " will", "probability": 0.7041015625}, {"start": 2699.41, "end": 2699.57, "word": " print", "probability": 0.1494140625}, {"start": 2699.57, "end": 2700.35, "word": " it", "probability": 0.79296875}, {"start": 2700.35, "end": 2700.45, "word": " in", "probability": 0.7568359375}, {"start": 2700.45, "end": 2700.57, "word": " the", "probability": 0.71044921875}, {"start": 2700.57, "end": 2701.19, "word": " logcat", "probability": 0.964111328125}, {"start": 2701.19, "end": 2702.23, "word": " and", "probability": 0.1572265625}, {"start": 2702.23, "end": 2702.33, "word": " make", "probability": 0.19677734375}, {"start": 2702.33, "end": 2702.71, "word": " sure", "probability": 0.916015625}, {"start": 2702.71, "end": 2702.77, "word": " of", "probability": 0.347412109375}, {"start": 2702.77, "end": 2702.77, "word": " it.", "probability": 0.76171875}, {"start": 2702.79, "end": 2703.01, "word": " After", "probability": 0.50732421875}, {"start": 2703.01, "end": 2703.25, "word": " making", "probability": 0.3798828125}, {"start": 2703.25, "end": 2703.53, "word": " sure", "probability": 0.91455078125}, {"start": 2703.53, "end": 2703.63, "word": " of", "probability": 0.47119140625}, {"start": 2703.63, "end": 2703.63, "word": " it,", "probability": 0.8994140625}, {"start": 2703.71, "end": 2703.71, "word": " we", "probability": 0.9140625}, {"start": 2703.71, "end": 2703.93, "word": " will", "probability": 0.7646484375}, {"start": 2703.93, "end": 2704.05, "word": " do", "probability": 0.1253662109375}, {"start": 2704.05, "end": 2704.27, "word": " it", "probability": 0.86865234375}, {"start": 2704.27, "end": 2704.57, "word": " in", "probability": 0.533203125}, {"start": 2704.57, "end": 2705.31, "word": " the", "probability": 0.87060546875}, {"start": 2705.31, "end": 2705.73, "word": " listview.", "probability": 0.908447265625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2705.891, "duration_after_vad": 2400.4987499999884} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..03b53a76ad49417735ace3c79dd6485529816ce3 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/a3_4FMwDQYo_raw.srt @@ -0,0 +1,2092 @@ +1 +00:00:21,020 --> 00:00:25,580 +طب يا جماعة السلام عليكم في + +2 +00:00:25,580 --> 00:00:28,780 +المحاضرة الماضية يا جماعة بدأنا في موضوع التعامل + +3 +00:00:28,780 --> 00:00:33,160 +مع قواعد البيانات طبعا + +4 +00:00:33,160 --> 00:00:37,320 +تكلمنا في المحاضرة الماضية أنه في ال Android + +5 +00:00:37,320 --> 00:00:41,400 +operating system بيجي معاه built-in database + +6 +00:00:41,400 --> 00:00:46,730 +management system نسميه SQLiteالـ SQL Lite هذا الـ + +7 +00:00:46,730 --> 00:00:50,090 +Database Management System زي ايش؟ زي الـ MySQL + +8 +00:00:50,090 --> 00:00:54,170 +اللي بتتعاملوا معاه صح ولا في مادة ال database زي + +9 +00:00:54,170 --> 00:00:59,090 +ال Oracle مثلا زي ال SQL Server طبعا ايش فايدة ال + +10 +00:00:59,090 --> 00:01:01,330 +database management system ان انت من خلاله بتنشأ + +11 +00:01:01,330 --> 00:01:04,490 +قواعد البيانات بتنشأ الجداول و ال database + +12 +00:01:04,490 --> 00:01:08,430 +management system قادر انه يعمل interaction مع ال + +13 +00:01:08,430 --> 00:01:12,990 +database باستخدام ال SQLيعني هو انت بتبعت له SQL و + +14 +00:01:12,990 --> 00:01:15,990 +بنقل عليها بنفذها و بعملك تغيير على ال .. او + +15 +00:01:15,990 --> 00:01:20,950 +بطلقلك معلومات من ال database فو من القادر انه + +16 +00:01:20,950 --> 00:01:23,850 +يفهم ال SQL statements و يترجمها هو ال database + +17 +00:01:23,850 --> 00:01:26,710 +management system ال Android بيجي معاه database + +18 +00:01:26,710 --> 00:01:29,550 +management system جاهز نازل على كل جهاز عليه + +19 +00:01:29,550 --> 00:01:33,050 +Android اللي هو ال SQLite ال SQLite database + +20 +00:01:33,050 --> 00:01:37,380 +management system بسيطفيه بس اتكلمنا انه فيه اربع + +21 +00:01:37,380 --> 00:01:41,380 +data types ايش هم الاربع data types ال integer و + +22 +00:01:41,380 --> 00:01:46,760 +ال real و ال text و ال blob تمام مش بتعقيد ال + +23 +00:01:46,760 --> 00:01:51,580 +mySQL مثلا مافيش فيه timestamp او date timeللتاريخ + +24 +00:01:51,580 --> 00:01:56,420 +و الوقت تمام فش فيه car و var car و var car 2 و + +25 +00:01:56,420 --> 00:02:00,980 +غيره لأ هذا بس بتعامل مع النصوص دايما text الأرقام + +26 +00:02:00,980 --> 00:02:07,110 +بتعامل معاهم integer و real تمام فش فيه Booleanفي + +27 +00:02:07,110 --> 00:02:10,090 +الآخر البولن بيحاولوا لا إيش لا integer واحد صفر + +28 +00:02:10,090 --> 00:02:15,090 +فاحنا يازم في الاندرويد موائم حالنا على بساطة ال + +29 +00:02:15,090 --> 00:02:19,170 +SQL Lite يعني أحيانا مثلا التاريخ بنتشوف كيف + +30 +00:02:19,170 --> 00:02:24,790 +نتعامل معاها هل نخزنه كنص هل نخزنه كرقم هذا مهم طب + +31 +00:02:24,790 --> 00:02:27,270 +هم ليش عملوا SQL Lite بالبساطة هذه لإن انا بقولك + +32 +00:02:27,270 --> 00:02:31,710 +ان تطبيقات الاندرويد غالبا تطبيقات بسيطة و + +33 +00:02:31,710 --> 00:02:37,290 +بيستخدمها مستخدم واحدفعشان هيك مابلزمش تعقيد في + +34 +00:02:37,290 --> 00:02:41,030 +قواعد البيانات زي ما هو موجود في مثلا مواقع الويب + +35 +00:02:41,030 --> 00:02:44,230 +وغالبا مواقع الويب هي اللي بتكون الى database ضخمة + +36 +00:02:44,230 --> 00:02:48,130 +برامج الاندرويد بتاخد من وين من ال database تحت ال + +37 +00:02:48,130 --> 00:02:50,950 +server بتاع الويب تمام؟ يعني هيك اللي بيصير مثلا + +38 +00:02:50,950 --> 00:02:54,020 +لو في موقع إخباري بيكون اللي موقع webمعمله + +39 +00:02:54,020 --> 00:02:57,620 +database ضخمة وبرنامج الاندرويد فعليا بيجيب ال + +40 +00:02:57,620 --> 00:03:01,760 +data من وين؟ من ال server تاعة ال web يعني مابلزمش + +41 +00:03:01,760 --> 00:03:05,300 +فيه تعقيد كتير غير موقع ال web اللي هو فعليا تكون + +42 +00:03:05,300 --> 00:03:10,060 +ال database موجودة على ال server تبعهدعونا على + +43 +00:03:10,060 --> 00:03:13,400 +السؤال المحاضرة الماضية هل فعلا أننا بلزمنا اتعامل + +44 +00:03:13,400 --> 00:03:16,920 +يعني بعد هيك لما ننزل على السوق هل بلزمنا نتعامل + +45 +00:03:16,920 --> 00:03:19,700 +مع database ولا معظم تطبيقات الاندرويد بتجيب من ال + +46 +00:03:19,700 --> 00:03:24,560 +.. من ال server مثلا online حتى برامج الاندرويد + +47 +00:03:24,560 --> 00:03:26,820 +اللي بتجيب من ال server online بلزمها local + +48 +00:03:26,820 --> 00:03:29,840 +database عشان تخزن البيانات فيه عندك تطبيقات زي ال + +49 +00:03:29,840 --> 00:03:34,010 +whatsapp و ال facebookفعلياً لما تشغل offline + +50 +00:03:34,010 --> 00:03:37,970 +بيجيب ال data من وين؟ من ال local database لما + +51 +00:03:37,970 --> 00:03:41,190 +يكون online بيصير يجيب من ال server و بيخزن في ال + +52 +00:03:41,190 --> 00:03:43,690 +local database ففي كل الأحوال التعامل مع ال + +53 +00:03:43,690 --> 00:03:47,950 +database مهم جدا بدأنا المحاضرة ماضيا اتكلمنا كيف + +54 +00:03:47,950 --> 00:03:51,730 +احنا من خلال تطبيق Android بنقدر ننشئ database و + +55 +00:03:51,730 --> 00:03:55,410 +ننشئ tables حكينا ان انت عشان تنشئ table لازم تروح + +56 +00:03:55,410 --> 00:04:02,130 +تعمل extendلـ class اسمها SQLiteOpenHelper + +57 +00:04:02,130 --> 00:04:08,950 +SQLiteOpenHelper + +58 +00:04:08,950 --> 00:04:12,530 +هي المسئولة عن إنشاء الـ database وعمل connection + +59 +00:04:12,530 --> 00:04:16,490 +مع ال database طبعا هو ليش بيطلب منك تعمل extend + +60 +00:04:16,490 --> 00:04:20,510 +عشان فيه methods انت لازم تعبيها ايش هي ال methods + +61 +00:04:20,510 --> 00:04:23,070 +انت لازم تعبيها هو مابيعرفش ايش ال table اللي بدك + +62 +00:04:23,070 --> 00:04:28,480 +تعمله مين بده يبلغه بال tableالـ user فبمجرد ما + +63 +00:04:28,480 --> 00:04:31,460 +أنا .. الآن أنا في طباخ لتطبيق Android مش في + +64 +00:04:31,460 --> 00:04:36,080 +activity ماشي عملت class جديدة سميتها my helper او + +65 +00:04:36,080 --> 00:04:39,260 +أي اسم بدكياج و قلت له extend SQLiteOpenHelper هذا + +66 +00:04:39,260 --> 00:04:42,520 +اللي شرحته المحاضرة الماضي لما أنا قاعد بعيد في + +67 +00:04:42,520 --> 00:04:46,560 +اللي شرحته المحاضرة الماضي هذا هيطلب منك تعمل + +68 +00:04:46,560 --> 00:04:49,780 +implement ل constructor two methods ال constructor + +69 +00:04:49,780 --> 00:04:53,440 +بياخد تلت حاجات ال context و ال name و ال version + +70 +00:04:54,430 --> 00:04:57,550 +انت بدك تنشئ database بتبعتله اسمها و ال version + +71 +00:04:57,550 --> 00:05:00,950 +تبعتها إذا أول لسه version من ال database بتبعت + +72 +00:05:00,950 --> 00:05:05,230 +واحد لأن هو فعلا بينادي concept of super إيش بيعمل + +73 +00:05:05,230 --> 00:05:07,670 +ال concept of super لو ال database مش موجودة + +74 +00:05:07,670 --> 00:05:14,050 +بنشئها لو موجودة خلاص بعملش حاجة طيب إذا ال + +75 +00:05:14,050 --> 00:05:17,830 +database مش موجودة هينشئ ال database و خلاص انشئنا + +76 +00:05:17,830 --> 00:05:21,410 +database لأ انا في عندي ال data و انا بتلحق مش في + +77 +00:05:21,410 --> 00:05:23,950 +ال database مباشرة في tables داخل ال database + +78 +00:05:26,190 --> 00:05:29,870 +تلقائيًا هيستدعي ضمني الـ method اسمها onCreate + +79 +00:05:29,870 --> 00:05:32,150 +أنا لازم أكون عامل implement للـ method ده عشان + +80 +00:05:32,150 --> 00:05:36,510 +أقوله إيش يعمل في الـ onCreate الـ onCreate فيها + +81 +00:05:36,510 --> 00:05:39,830 +إنشاء الجداوة في الـ onCreate هو معطيك حاجة اسمها + +82 +00:05:39,830 --> 00:05:43,450 +SQL light database DB هذا عن طريقه أنا بلف + +83 +00:05:43,450 --> 00:05:47,710 +التعليمات ال SQL هيرحت للـ DB هذا قلت له في method + +84 +00:05:47,710 --> 00:05:53,660 +اسمها execute SQLنفّذ تعليمة SQL وهذه تعليمة إنشاء + +85 +00:05:53,660 --> 00:05:56,820 +الجدول اللي هي المفروض ان انت ماخدها في ال + +86 +00:05:56,820 --> 00:06:00,920 +database خدت إنشاء جدول create table صح ولا لأ هاي + +87 +00:06:00,920 --> 00:06:04,900 +create table ايش سميته انا employee اول حاجة عملت + +88 +00:06:04,900 --> 00:06:10,260 +انا primary key سميته ايش ID بس حطيت underscore ID + +89 +00:06:10,260 --> 00:06:15,510 +هنحكي ليش عملت هذه هيك نوعه ايشinteger primary key + +90 +00:06:15,510 --> 00:06:19,050 +auto increment ايش انه auto increment يعني هو + +91 +00:06:19,050 --> 00:06:22,170 +بزيدي بشكل تلقائي مش بحاجة ان احنا نحطه ان نحطه + +92 +00:06:22,170 --> 00:06:28,170 +اللي قيمة not null يعني هذا عشان مايكونش null تمام + +93 +00:06:28,170 --> 00:06:31,630 +هي مش لازمة يعني احطها مش مالهاش فايدة كبيرة + +94 +00:06:32,430 --> 00:06:36,770 +لانفاصلة الحقل التاني اللى هو إيش name نوعه إيش + +95 +00:06:36,770 --> 00:06:40,950 +text بتعاملش مع varchar وكذا هو بتعامل مع text + +96 +00:06:40,950 --> 00:06:44,290 +وبرضه قلت له not null عشان أنا بدأ أجبر المستخدم + +97 +00:06:44,290 --> 00:06:50,250 +يحط دايما اسم salary حطته ريال ريال للأرقام + +98 +00:06:50,250 --> 00:06:57,230 +للكثرية is married حطته إيش بوليا حكينا قبل شوية + +99 +00:06:57,230 --> 00:07:00,750 +إن ال SQL بتعاملش مع بوليا هو ضمنيا بيحاول إنه إيش + +100 +00:07:00,750 --> 00:07:05,530 +لإنتجةتمام؟ صفر واحد و بعدين أخر حاجة ال date of + +101 +00:07:05,530 --> 00:07:08,990 +birth ال date of birth هيكون تاريخ هنشوف كيف + +102 +00:07:08,990 --> 00:07:12,950 +تتعامل مع التاريخ و لما تعمله set للتاريخ هيطلعلك + +103 +00:07:12,950 --> 00:07:16,470 +calendar يقولك حدد فيها تاريخ الشخص هذا أنا بدي + +104 +00:07:16,470 --> 00:07:21,330 +أخزن التاريخ كرقم في ناس ممكن تخزنه كنص مافيش .. + +105 +00:07:21,330 --> 00:07:25,970 +الموجود عنده integer و real و text مافيش عنده غير + +106 +00:07:25,970 --> 00:07:29,330 +هدول التلاتة من أفضل أخزنه ك text ولا كرقم؟ + +107 +00:07:32,720 --> 00:07:36,480 +أه لأن تخزينه كرقم بماكنك أنك ترتب الموظفين مثلا + +108 +00:07:36,480 --> 00:07:40,220 +بناء على تاريخ الميلاد صح و لا لكن تخزينه ك text + +109 +00:07:40,220 --> 00:07:44,280 +مش هتقدر ترتب بناء على ال text في النهاية بس طبعا + +110 +00:07:44,280 --> 00:07:47,280 +هذا في challenge أكتر في شغل أكتر أنه أنت التاريخ + +111 +00:07:47,280 --> 00:07:51,400 +لازم تتحوله لإيش لرقم و لما تقرأه تكترجه من الرقم + +112 +00:07:51,400 --> 00:07:54,620 +لإيش لتاريخ طبعا هنشوف كيف التعامل مع ال data + +113 +00:07:54,620 --> 00:07:57,900 +player أنا فعليا اتعمدت أنه انا أحط أنواع مختلفة + +114 +00:07:57,900 --> 00:08:03,920 +من ال dataتاريخ، Boolean، Real، Integer وText، + +115 +00:08:03,920 --> 00:08:06,320 +تمام؟ عشان تتعلم التعامل مع أنواع ال databases + +116 +00:08:06,320 --> 00:08:09,360 +المختلفة هذا الـ on create مرة تانية أنت باستدعيها + +117 +00:08:09,360 --> 00:08:12,760 +لما ينشئ ال database لو ال database منشئة مش + +118 +00:08:12,760 --> 00:08:16,880 +هيستدعيه لأن عندنا مثل تانية اسمها upgrade إيش + +119 +00:08:16,880 --> 00:08:21,040 +كلمة upgrade؟تعديل أو تطوير على ال database هذا + +120 +00:08:21,040 --> 00:08:24,520 +انت بتستدعيها لو انت روحت انشأت object من my + +121 +00:08:24,520 --> 00:08:27,860 +helper ومررت نفس اسم ال database لكن غيرت رقم ال + +122 +00:08:27,860 --> 00:08:30,760 +virgin بيفهم ان انت بدك تعدل على ال database + +123 +00:08:30,760 --> 00:08:35,120 +بستدعيش الأمكانيات بستدعي ال on upgrade المفروض + +124 +00:08:35,120 --> 00:08:38,540 +فيها ان مثلا انت actionable .. يعني انا في الحالة + +125 +00:08:38,540 --> 00:08:44,630 +هذه مثلا بضيف عمود جديدتمام؟ بدك تنفذ فيه تعليمة + +126 +00:08:44,630 --> 00:08:48,350 +SQL الـ Alter Table مثلا عشان يضيف عمود جديد أنا + +127 +00:08:48,350 --> 00:08:52,910 +هنا عشان التبصيط قلتله لما يستدعي الـ on upgrade + +128 +00:08:52,910 --> 00:08:57,850 +روحها من الـ droplet table و استدعي on create مرة + +129 +00:08:57,850 --> 00:09:01,930 +تانية انشئها من أول و جديد هي المفروض ان يكون في + +130 +00:09:01,930 --> 00:09:05,650 +مثلا تعديل انه هذا ايش بتعمل بتضيعلك كل البيانات + +131 +00:09:05,650 --> 00:09:11,570 +تمام؟الأصل هو أنه لا يضيع البيانات ويعمل تعديل على + +132 +00:09:11,570 --> 00:09:15,830 +الـ Table لكننا ليس الموضوع الآن التعديل أنا أقرر + +133 +00:09:15,830 --> 00:09:19,110 +أنه عندما أقوم بالتعديل أقوم بإنشاء الـ Table كله + +134 +00:09:19,110 --> 00:09:23,610 +وأنفذ On Create وأعمل التعديل في الـ Statement + +135 +00:09:23,610 --> 00:09:28,210 +لإنشاء الـ Tableطيب هذا ال class ال myhelper لسه + +136 +00:09:28,210 --> 00:09:31,370 +مستخدمهاش استعملناها دايما استخدام ال classes one + +137 +00:09:31,370 --> 00:09:34,590 +هيكون في ال activity زي ال adapter مش عملنا class + +138 +00:09:34,590 --> 00:09:37,890 +و استخدمناها في ال activity طيب الآن التطبيق اللي + +139 +00:09:37,890 --> 00:09:40,290 +اتكلمنا عليه المحاضرة الماضية يا جماعة هيكون شكله + +140 +00:09:40,290 --> 00:09:46,180 +كالتالي هيكون فيه زرينطبعا نحن لا نبحث عن تصميم ال + +141 +00:09:46,180 --> 00:09:50,980 +gate نحن نعلم ال SQL Lite تمام؟ التصميم الجماليات + +142 +00:09:50,980 --> 00:09:53,660 +مش موضوع هنا ال gate انت لحالك تظبطها في البيت إذا + +143 +00:09:53,660 --> 00:09:57,800 +في مشروع بدك تسلمه يوم 15 او 12 اخر مواعد ماشي + +144 +00:09:57,800 --> 00:10:04,420 +عندك add employee و show all add employee إيش يعني + +145 +00:10:04,420 --> 00:10:08,420 +بده يعمل؟ بده يضيف موظف على ال database show all + +146 +00:10:08,420 --> 00:10:13,100 +بده يعرض لك كل الموظفين اللي بياناتهم موجودة في ال + +147 +00:10:13,100 --> 00:10:16,720 +databaseماشي يا جماعة هاد التطبيق هيك بده يعمل + +148 +00:10:16,720 --> 00:10:21,320 +تعالى نشوف هاد طبعا ال main activity هاي ال main + +149 +00:10:21,320 --> 00:10:25,700 +activity فيها زرين صح ولا لأ هاي فيه زر اسمه add + +150 +00:10:25,700 --> 00:10:32,200 +employee button لما أضغط عليه ايش بيعمل تمام هاد + +151 +00:10:32,200 --> 00:10:38,000 +ال code ايش بيسوي اللي هنا بنشي intent لإيش اللي + +152 +00:10:38,000 --> 00:10:42,170 +نعمل intentعشان نفتح شاشة تانية اللى هى اضافة هى + +153 +00:10:42,170 --> 00:10:46,590 +فى activity تانية اسمها add employee activity + +154 +00:10:46,590 --> 00:10:50,250 +ولمّا نروح على show employee buttons هيفتح + +155 +00:10:50,250 --> 00:10:54,850 +activity تانية اسمها show all activity طبعا يبقى + +156 +00:10:54,850 --> 00:10:58,030 +احنا بنروح شغل .. تلاحظ ان هاد ال activity ال main + +157 +00:10:58,030 --> 00:11:00,990 +activity مافيش فيها شغل ال database بالمرة بس فيها + +158 +00:11:00,990 --> 00:11:04,250 +زرين بضغط على اي واحد بفتحلي activity جديد الشغل + +159 +00:11:04,250 --> 00:11:10,080 +ال database وين في ال activities التانيةروحنا الآن + +160 +00:11:10,080 --> 00:11:13,200 +لمين؟ لـ Add Employee Activity هذه الـ activity + +161 +00:11:13,200 --> 00:11:18,860 +اللي بدها إيش تعمل؟ بدها تضيف البيانات + +162 +00:11:18,860 --> 00:11:22,120 +الموظفة على قاعدة البيانات أول حاجة أول ما دخلت + +163 +00:11:22,120 --> 00:11:26,480 +على الـ Uncreate قلت له إنشئني object من مين؟ من + +164 +00:11:26,480 --> 00:11:30,460 +MyHelper NewMyHelper هداك بياخد تلت حاجات الـ + +165 +00:11:30,460 --> 00:11:37,070 +context اسم ال database و ال versionتمام؟ زي ما + +166 +00:11:37,070 --> 00:11:40,150 +عرفنا إذا ال database مش موجودة بنشيها و بنستدعي + +167 +00:11:40,150 --> 00:11:43,570 +لـ all create عشان يعمل ال table هذا لو مش موجودة، + +168 +00:11:43,570 --> 00:11:50,250 +لو موجودة خلاص تمام؟ مش هيعمل حاجة حتى لو بعملش + +169 +00:11:50,250 --> 00:11:53,150 +حاجة و أنا محتاجه، في إيش محتاجه؟ عشان أتعامل الآن + +170 +00:11:53,150 --> 00:11:55,210 +مع ال database، ما هو إيش يعني، ليش ال database + +171 +00:11:55,210 --> 00:11:58,070 +معمولة مش عشان أضيف عليها و أقرأ منها، برضه عن + +172 +00:11:58,070 --> 00:12:01,390 +طريق ال helper كيف؟ تعالي على ال helper و قلتله + +173 +00:12:01,390 --> 00:12:05,490 +هنا في method اسمه getReadable Database و Get + +174 +00:12:05,490 --> 00:12:09,670 +Writable Database لو انت بدك تقرأ بس عشان تقرأ + +175 +00:12:09,670 --> 00:12:14,650 +تعمل query Readable لو بدك تكتب او تقرأ Get + +176 +00:12:14,650 --> 00:12:20,430 +Writable هذا ايش برجعلك SQLite Database تعال هنا و + +177 +00:12:20,430 --> 00:12:27,630 +قل له SQLite Database DB هذا مر علينا قبل شوية وين + +178 +00:12:27,630 --> 00:12:32,700 +مر علينافي الـ MyHelper وهي وقلنا هذا الكل في الكل + +179 +00:12:32,700 --> 00:12:36,560 +عن طريقه انت بتنفذ اي تعليم تمام خلاص جيبنا هذا + +180 +00:12:36,560 --> 00:12:40,500 +الموضوع هيكون سهل الان كيف هيكون سهل جيبنا ال DB + +181 +00:12:40,500 --> 00:12:45,780 +انا ايش هدفي اضيف على ال database صح كيف الاضافة + +182 +00:12:45,780 --> 00:12:48,180 +على ال database اخدناها المحاضرة الماضية ممكن تجي + +183 +00:12:48,180 --> 00:12:52,320 +DB DB + +184 +00:12:52,320 --> 00:12:56,660 +وفي عندك نفس اللي كلمناها قبل شوية execute SQL + +185 +00:12:56,660 --> 00:13:03,300 +execute SQLوهنا بتحط ال SQL بتاعة ال insert + +186 +00:13:03,300 --> 00:13:08,820 +أخدتوها في ال database كيف تضيف بيانات ع table هاي + +187 +00:13:08,820 --> 00:13:14,280 +insert into into + +188 +00:13:14,280 --> 00:13:19,660 +إيش اسم الجدول employee بعدين بتفتح قص بتحدد + +189 +00:13:19,660 --> 00:13:22,540 +الحقول اللي بدك تضيف فيه احنا مدنعش نضيف في كل + +190 +00:13:22,540 --> 00:13:26,540 +الحقول ال ID مثلا مدنعش نضيف فيه لإنه بيماله بنضاف + +191 +00:13:26,540 --> 00:13:32,800 +لحاله بس بنضيف ال name و ال salaryوالـ is married + +192 +00:13:32,800 --> 00:13:35,920 +خلّي ال date of birth شويه هداك بده شغل كتير + +193 +00:13:35,920 --> 00:13:39,560 +حاليًا أنا محددتش انه not null صح و لا يبقى ممكن + +194 +00:13:39,560 --> 00:13:42,100 +ال date of birth ايش ماله يكون فاضي خلّيه فاضي + +195 +00:13:42,100 --> 00:13:47,140 +الآن بعدين بتكتب values تمام تفتح قوسة بتحط القيم + +196 +00:13:47,140 --> 00:13:52,900 +قيم مقابلة لمين لكل عمود من هدول ال name مثلا بتحط + +197 +00:13:52,900 --> 00:13:57,740 +single quotation هاي أحمد علي تمام فاصلة ال salary + +198 +00:13:57,740 --> 00:14:03,190 +رقم اه فبتحط ال single quotation مثلا 4000.is + +199 +00:14:03,190 --> 00:14:08,370 +married تحط واحد او صفر تمام هذه صفر false يعني + +200 +00:14:08,370 --> 00:14:13,470 +تمام + +201 +00:14:13,470 --> 00:14:19,410 +و هيك عملنا ايش التعليم هذه ال insert و المفروض بس + +202 +00:14:19,410 --> 00:14:24,750 +يخلص في الآخر تقول دي بي dot close ممكن تضيف اكتر + +203 +00:14:24,750 --> 00:14:31,530 +من الموظف يعني تعال هنا و + +204 +00:14:31,530 --> 00:14:32,170 +غير ايش + +205 +00:14:39,950 --> 00:14:46,110 +هكذا انا اضافت بيانات موظفين خلّيني اتأكد انه شغال + +206 +00:14:46,110 --> 00:14:50,570 +كيف هنعرف انه شغال مش هطلق error طبعا اذا طلق + +207 +00:14:50,570 --> 00:14:51,550 +error معناه مش شغال + +208 +00:15:12,040 --> 00:15:16,500 +طيب، الان اشتغل في هذه ال activity تحت الاد + +209 +00:15:16,500 --> 00:15:20,320 +employee لاحظ لحد الان انا هدولة ما استخدمتهمش صح + +210 +00:15:20,320 --> 00:15:25,020 +ولا؟ انا ده قاعد بحط ال data ايش كتابة هدولة + +211 +00:15:25,020 --> 00:15:27,740 +المفروض الان انه لما يضيف على ال database يقرأ من + +212 +00:15:27,740 --> 00:15:33,440 +هدوله ويحط في ال database تمام؟ بس لسه في .. هال + +213 +00:15:33,440 --> 00:15:35,920 +gate هنعملها بس خليني أعلمك أول حاجة ال insert هذه + +214 +00:15:35,920 --> 00:15:40,010 +أول طريقة لل insert في طريقة تانية أفضل من هذهاللي + +215 +00:15:40,010 --> 00:15:46,930 +هو تروح للـ DB وتقول له في method اسمها insert ال + +216 +00:15:46,930 --> 00:15:50,410 +method insert هذي بيطلب منك تلت حاجات أول حاجة اسم + +217 +00:15:50,410 --> 00:15:52,890 +الجدول اللي بتضيف عليه اللي هو إيش بنكتبله + +218 +00:15:52,890 --> 00:15:57,690 +employee وفي حد تانية بعرفش إيش هي بتحطها إيش null + +219 +00:15:57,690 --> 00:16:01,890 +وفي حد تالتة طلبها إيش ال content values يعني إيش + +220 +00:16:01,890 --> 00:16:06,090 +بتحط في ال tableطبعا يبقى قبل اللعب دي نعمل إيش ال + +221 +00:16:06,090 --> 00:16:11,270 +content values هاي content values CV يساوي new + +222 +00:16:11,270 --> 00:16:16,290 +content values ال content values هذه بيقولك إيش + +223 +00:16:16,290 --> 00:16:21,070 +تعمل فيها CV.put عاملة زي ال hash map تديله اسم ال + +224 +00:16:21,070 --> 00:16:26,250 +column وإيش القيمة اللي وضيفها فيه + +225 +00:16:45,080 --> 00:16:50,060 +طبعا أنا هذا قاعد بضيف في ال content values اسم ال + +226 +00:16:50,060 --> 00:16:53,520 +column وقيمته وفي الآخر بقوله insert في الجدول + +227 +00:16:53,520 --> 00:16:59,900 +employee إيش بعطيله ال CV هذا طريقة أخرى يا بتكتب + +228 +00:16:59,900 --> 00:17:03,660 +query مباشرةهذا اللي .. اللي .. اللي لسه ضعيف في + +229 +00:17:03,660 --> 00:17:07,280 +الـ SQL استخدم الطريقة هذه الـ Quiz في الـ SQL + +230 +00:17:07,280 --> 00:17:11,340 +يستخدم مين؟ الطريقة اللي فوق بس هذا الطريقة فيها + +231 +00:17:11,340 --> 00:17:15,000 +ميزة الـ Insert إيش هي؟ إنها بترجّهلك + +232 +00:17:18,350 --> 00:17:24,210 +انتجر long عفوا ايش ال long هذا ايش ال ID او رقم + +233 +00:17:24,210 --> 00:17:29,650 +ال raw اللي تم اضافته ايش نستفيد من ال long هذا + +234 +00:17:29,650 --> 00:17:33,150 +يعني واحد هيقول للمستخدم ايش هيستفيد لما يعرف رقم + +235 +00:17:33,150 --> 00:17:38,900 +ال rawإذا طلع سالب واحد بتعرف أن العملية ما تمتش + +236 +00:17:38,900 --> 00:17:42,860 +إذا طلع أي رقم موجب بتعرف أن العملية ما لها تمت + +237 +00:17:42,860 --> 00:17:48,640 +فبتقول مثلا if result يساوي ناقص واحد تطبع له + +238 +00:17:48,640 --> 00:18:00,380 +toast أن العملية ما تمتش error message unable to + +239 +00:18:00,380 --> 00:18:01,780 +insert employee + +240 +00:18:09,980 --> 00:18:13,280 +تمام؟ إذا ماكانش ناقص واحد تعرف إن العملية إيش تمت + +241 +00:18:13,280 --> 00:18:17,800 +لكن ال execute SQL هي void ما بترجحيش حاجة ترمي + +242 +00:18:17,800 --> 00:18:30,980 +العملية ومتعرفش إنها تمت ولا لا الآن طبعا لحتى + +243 +00:18:30,980 --> 00:18:35,060 +الآن أنا بضيف البيانات يدويا المفروض البيانات تنضف + +244 +00:18:35,060 --> 00:18:41,350 +من أين؟من الحقول الموجودة فلنقرأ الحقول الموجودة + +245 +00:18:41,350 --> 00:18:46,490 +والمفروض انه + +246 +00:18:46,490 --> 00:18:52,810 +اه لان الإضافة كيف بتتتم يا جماعة بعب البيانات هنا + +247 +00:18:52,810 --> 00:18:55,850 +طبعا انا هذا برضه بصير هنا الاسم وهنا ال salary + +248 +00:18:55,850 --> 00:18:59,810 +وهنا المفروض button يطلعلي اللي هي ال dialogue + +249 +00:18:59,810 --> 00:19:03,670 +بتاع التاريخعشان أحدد التاريخ تمام و هنا is + +250 +00:19:03,670 --> 00:19:06,570 +married ولا لأ check box و بعدين لما أضغط على ال + +251 +00:19:06,570 --> 00:19:09,830 +add بتتم عملية الإضافة يعني عملية الإضافة هون بتتم + +252 +00:19:09,830 --> 00:19:14,290 +لما أضغط على ال add تمام يبقى الآن هذا ال code + +253 +00:19:14,290 --> 00:19:18,250 +اللي هنا ماله لنعمله comment بدنا نشيه هال gate + +254 +00:19:18,250 --> 00:19:23,730 +الآن + +255 +00:19:23,730 --> 00:19:31,080 +بدنا نجيب pattern ال addهي button الاد اسمه ايش + +256 +00:19:31,080 --> 00:19:33,000 +safe button + +257 +00:20:02,460 --> 00:20:06,260 +تمام هنا عملت action على البتن الآن بدأ أقرأ من + +258 +00:20:06,260 --> 00:20:09,640 +الحقول التانية صح لما أضغط على البتن بدأ أقرأ هذا + +259 +00:20:09,640 --> 00:20:17,660 +خلينا نشوف إيش أسميهم بس هذا اسمه name ed و هذا + +260 +00:20:17,660 --> 00:20:28,300 +اسمه salary ed و هذا اسمه marriage checkbox ممكن + +261 +00:20:28,300 --> 00:20:31,160 +أجيبهم قبل ما أضغط على الزر و بقراهم جوا الزر + +262 +00:20:31,160 --> 00:20:36,940 +finaledit text عشان نشوف التاريخ برضه اليوم ناخده + +263 +00:20:36,940 --> 00:20:40,140 +find + +264 +00:20:40,140 --> 00:20:54,660 +view by id r.id.name ed celery + +265 +00:21:23,710 --> 00:21:27,070 +طيب إذا لما أضغط على البطون بيدوره على ال name ed + +266 +00:21:27,070 --> 00:21:30,590 +ويقوله + +267 +00:21:30,590 --> 00:21:41,210 +get text to string string + +268 +00:21:41,210 --> 00:21:42,390 +celery + +269 +00:22:00,420 --> 00:22:06,880 +أيش عملت؟ حولته لرقم بعدين بوليان + +270 +00:22:17,680 --> 00:22:19,820 +سحوا او لا روحت ل checkbox كنت بتقول is it checked + +271 +00:22:19,820 --> 00:22:24,440 +وخزنتها في إيش؟ في Boolean لأن هذا القيم فيه لسه + +272 +00:22:24,440 --> 00:22:26,460 +ال data of birth هذا القيم اللي أضيفها في ال + +273 +00:22:26,460 --> 00:22:29,760 +database خلّي ال data of birth شوية لأن عشان + +274 +00:22:29,760 --> 00:22:32,380 +أضيفها ال database بالزمن مين؟ بالزمن ال DB هذا + +275 +00:22:32,380 --> 00:22:39,080 +سحوا او لا هاي final الان مش هذا ال code اللي + +276 +00:22:39,080 --> 00:22:42,560 +كتبناه قبل شوية هو بتاع الإضافة، سحوا او لا؟ + +277 +00:22:42,560 --> 00:22:50,000 +بتاخده من هنا وحطه هناعمل content values name بحط + +278 +00:22:50,000 --> 00:22:59,060 +بدلها إيش ال name السلري هاي السلري ال is married + +279 +00:22:59,060 --> 00:23:10,260 +لأ مش is married يا واحد يا صفر صح + +280 +00:23:10,260 --> 00:23:16,040 +تمام + +281 +00:23:18,660 --> 00:23:25,540 +بعدين insert employee null content values واضحة دي + +282 +00:23:25,540 --> 00:23:32,520 +ولا لأ يا جماعة؟ ونعمل هنا else إيش + +283 +00:23:32,520 --> 00:23:35,200 +هنا else هنا؟ إذا ماكانش سلب واحد، معناه العملية + +284 +00:23:35,200 --> 00:23:41,460 +تمت إيش؟ بنقول له added successfully + +285 +00:23:45,990 --> 00:23:51,790 +نتأكد ان هذا شغال و بعدين ننتقل للتاريخ دائما + +286 +00:23:51,790 --> 00:23:56,730 +يتجرب خطوة خطوة و + +287 +00:23:56,730 --> 00:24:00,090 +لاحظ ان هذا برنامج بنراجع فيه برضه ايش الحاجات + +288 +00:24:00,090 --> 00:24:02,070 +اللي أخدناها صح ولا لأ + +289 +00:24:14,990 --> 00:24:29,350 +طيب هاي add employee هاي + +290 +00:24:29,350 --> 00:24:35,310 +إيش طبعا ليه؟ added successfully لسه التاريخ + +291 +00:24:35,310 --> 00:24:38,930 +ماتكلمناش عليه لنتكلم عليها ال gate تمام التاريخ + +292 +00:24:38,930 --> 00:24:43,620 +يا جماعة أنا عملله هنافي الـ Add Employee فيه + +293 +00:24:43,620 --> 00:24:48,880 +عندنا زر Battle شايفينه؟ اسمه Date of Birth Battle + +294 +00:24:48,880 --> 00:24:55,520 +ال + +295 +00:24:55,520 --> 00:25:01,640 +Date of Birth Battle لما أضغط عليه المفروض يطلع لي + +296 +00:25:01,640 --> 00:25:08,610 +Dialogue Date of Birthلأ فيه بيانو جاهز لل date of + +297 +00:25:08,610 --> 00:25:12,910 +birth تمام؟ كيف نعرضه هذا؟ أول حاجة نجيب ال button + +298 +00:25:12,910 --> 00:25:24,690 +قبل ما .. نيجي قبل كل حاجة button date of birth + +299 +00:25:24,690 --> 00:25:33,930 +button find view by id r.id.date of birth button + +300 +00:25:40,110 --> 00:25:45,470 +Sit on click listener and you on click listener + +301 +00:25:45,470 --> 00:25:48,850 +انا بعمل action على ال battle لما اضغط ال battle + +302 +00:25:48,850 --> 00:25:52,410 +المفروض يطلقلي dialogue تدخل التاريخ مر عليكوا + +303 +00:25:52,410 --> 00:25:56,890 +اللي هو بطلع فيه calendar طيب هذا في dialogue جاهز + +304 +00:25:56,890 --> 00:26:03,190 +اسمه date picker dialogue + +305 +00:26:03,190 --> 00:26:07,130 +جاهز هذا موجود اسمه date picker dialogue وفي زيه + +306 +00:26:07,130 --> 00:26:11,400 +time picker dialogueاللي هو لإدخال الوقت هذا مطلوب + +307 +00:26:11,400 --> 00:26:13,500 +لكم مش كل حاجة لازم أجربها أنا بجربكم ال date + +308 +00:26:13,500 --> 00:26:18,320 +picker dialog وهذا زيه تمام؟ date picker dialog + +309 +00:26:18,320 --> 00:26:22,820 +بدك تنشئ منه object date picker dialog يساوي new + +310 +00:26:22,820 --> 00:26:31,640 +date picker dialog ال date picker dialog بياخد كم + +311 +00:26:31,640 --> 00:26:34,780 +حاجة؟ واحد اتنين تلاتة اربعة خمسة خمس parameters + +312 +00:26:34,780 --> 00:26:39,490 +تمام؟أول parameter ال context أو ال activity اللي + +313 +00:26:39,490 --> 00:26:50,590 +أنا فيه اللي هو add imp activity dot this تمام؟ + +314 +00:26:50,590 --> 00:26:52,790 +reference ال activity اللي أنا فيه لأن في النهاية + +315 +00:26:52,790 --> 00:26:57,190 +عشان يعرف موني عرضت داله ال parameter التاني عبارة + +316 +00:26:57,190 --> 00:27:01,450 +عن listener listener ان انت بعد ما تحدد التاريخ + +317 +00:27:01,450 --> 00:27:05,500 +ايش بده يعمل فيه؟مثلًا، عندما تضغط على الـ Battle، + +318 +00:27:05,500 --> 00:27:09,000 +ماذا سيفعل؟ هنا، بعد أن يختار التاريخ، ماذا سيفعل؟ + +319 +00:27:09,000 --> 00:27:13,240 +خلّوها ملها الـ Gate. يعني، ماذا؟ لن تفعل أي شيء. + +320 +00:27:13,860 --> 00:27:17,540 +التلات المعاملات التانية لم تجدوا التاريخ الحالي. + +321 +00:27:18,080 --> 00:27:22,270 +الـ Gate الـ Date Picker دي، عندما تشتغل عليه،أول + +322 +00:27:22,270 --> 00:27:28,250 +ما تفتح الشاشة بيظهر تاريخ اليوم مثلا صح ولا فالان + +323 +00:27:28,250 --> 00:27:32,670 +بدي اخليه ايش يطلع تاريخ اليوم بدي تبعتله السنة + +324 +00:27:32,670 --> 00:27:39,190 +والشهر واليوم يعني مثلا انا بدي تاريخ اليوم بتقوله + +325 +00:27:39,190 --> 00:27:43,130 +2018-11-24 + +326 +00:27:46,210 --> 00:27:49,470 +لكن طبعا ماينفعش تكتبهم هيك لان احنا بنجيبله ايش + +327 +00:27:49,470 --> 00:27:53,590 +نخليه يجيب تاريخ اليوم بالظبط طبعا اه كيف نجيبه من + +328 +00:27:53,590 --> 00:27:57,630 +الجهاز اه هنا السؤال اتعلم سفيد هالجيته عشان نجيب + +329 +00:27:57,630 --> 00:28:02,110 +تاريخ الجهاز الحالي في في ال java class اسمها + +330 +00:28:02,110 --> 00:28:08,170 +calendar هي العلاقة بالتاريخ كلندر C يساوي + +331 +00:28:08,170 --> 00:28:13,890 +calendar.getinstance هذه + +332 +00:28:13,890 --> 00:28:18,100 +method staticموجودة في class اسمها calendar لما + +333 +00:28:18,100 --> 00:28:21,460 +تقوله get instance برجعلك object من نوع calendar + +334 +00:28:21,460 --> 00:28:27,100 +ايش سميته انا؟ C بقولك ال C في تاريخ اليوم بمجرد + +335 +00:28:27,100 --> 00:28:29,840 +انك تقوله هذا get instance جابك object من نوع + +336 +00:28:29,840 --> 00:28:33,320 +calendar مخزن في تاريخ اليوم كيف هنجيب تاريخ + +337 +00:28:33,320 --> 00:28:36,480 +اليوم؟ بدك تجيب السنة لحال و الشهر لحال و اليوم + +338 +00:28:36,480 --> 00:28:41,340 +لحال بتروح لل C و بتقوله getهنا بين القصين + +339 +00:28:41,340 --> 00:28:44,580 +بتتحددله get إيش هو محددهم ك constants طبعا + +340 +00:28:44,580 --> 00:28:50,440 +calendar.year انت لما تقوله get بين القصين + +341 +00:28:50,440 --> 00:28:56,140 +calendar.year تمام هيرجعلك integer year هذا جابلك + +342 +00:28:56,140 --> 00:28:59,980 +السنة تمام حتى بتسميها current year + +343 +00:29:02,060 --> 00:29:15,900 +انت current month يسوى c.get calendar.month انت + +344 +00:29:15,900 --> 00:29:30,130 +current day c.get calendar.day of monthهذا ايش + +345 +00:29:30,130 --> 00:29:33,010 +بعمل انا يا جماعة بدي اجيب تاريخ اليوم تاريخ + +346 +00:29:33,010 --> 00:29:36,710 +الحالي طبعا كيف جبته عن طريق calendar.getinstance + +347 +00:29:36,710 --> 00:29:41,330 +رجعتلك object فيه بيانات تاريخ اليوم وعن طريق ال + +348 +00:29:41,330 --> 00:29:45,150 +methods دولة بجيب مين ال year و ال month و ال day + +349 +00:29:45,150 --> 00:29:51,670 +لأن ماعليك اللي بدل 2018 تكتب ايش current year و + +350 +00:29:51,670 --> 00:29:58,550 +بدل ال 11 current month و بدل ال day تكتب current + +351 +00:29:59,140 --> 00:30:03,500 +day معايا انتوا يا جماعة هاجيب بقى لعيننا مين ال + +352 +00:30:03,500 --> 00:30:07,180 +null هذا شوف انا كيف عملتها اول حاجة ضفت السهل و + +353 +00:30:07,180 --> 00:30:11,940 +خليت هذا مين للاخر لو ضفت هذا هتتشربك في جواس و + +354 +00:30:11,940 --> 00:30:16,820 +جثة هذا listener داخله method يعني لأن هنا مكان ال + +355 +00:30:16,820 --> 00:30:21,740 +null يعني هذا ال day picker dialogue كله بيطلب خمس + +356 +00:30:21,740 --> 00:30:27,140 +حاجات ال activity اللي هيفتح فيهاوالسنة والشهر + +357 +00:30:27,140 --> 00:30:31,960 +واليوم هي أربعة الخامس هو لما تختار التاريخ ايش + +358 +00:30:31,960 --> 00:30:35,000 +بده يعمل فيه احنا مثلا لما نختار التاريخ بده ناخده + +359 +00:30:35,000 --> 00:30:38,680 +عشان نخزن وين في ال database فهنا بده listener + +360 +00:30:38,680 --> 00:30:42,960 +بتقوله new on + +361 +00:30:42,960 --> 00:30:48,340 +date set listener شايفينه ببس تكتب on لحاله بتجيبه + +362 +00:30:48,340 --> 00:30:50,400 +on date set listener + +363 +00:30:55,440 --> 00:31:00,520 +الكنستركتور فتح هنا والكنستركتور + +364 +00:31:00,520 --> 00:31:05,680 +نفسه فتح هنا وداخل الكنستركتور وداخل الكنستركتور + +365 +00:31:05,680 --> 00:31:11,820 +يوجد method اسمها + +366 +00:31:11,820 --> 00:31:16,000 +on date setيعني لما .. لما أختار التاريخ و أسكر ال + +367 +00:31:16,000 --> 00:31:20,140 +dialogue نفذّك on that set و جابلك مين ال year و + +368 +00:31:20,140 --> 00:31:22,360 +ال month و ال day of month اللي أختارها مين + +369 +00:31:22,360 --> 00:31:26,660 +المستخدم هذه القيم هي اللي بدي إياها إيش أحفظها + +370 +00:31:26,660 --> 00:31:30,050 +عشان أدخلها في ال databaseوأحنا بيقولوا طب إيش + +371 +00:31:30,050 --> 00:31:32,250 +بيفرج على التاريخ اللي جابله؟ جابله شوية، هذا بس + +372 +00:31:32,250 --> 00:31:34,790 +ال .. ال initial أول ما تفتح ال dialogue إيش + +373 +00:31:34,790 --> 00:31:37,510 +التاريخ اللي بعرضه؟ هذا ال year و ال month و ال + +374 +00:31:37,510 --> 00:31:43,050 +day of month هذا اللي اختاره المستخدم، تمام؟ + +375 +00:31:43,050 --> 00:31:45,030 +هالجهة .. كل اللي هسويه هالجهة .. مش هضيفهم لسه في + +376 +00:31:45,030 --> 00:31:51,130 +ال database هعمل متغيرات فوق نقول + +377 +00:31:51,130 --> 00:31:55,330 +له int year month day + +378 +00:31:57,490 --> 00:32:01,070 +ليش عملتهم هادا المتغيرات؟ عشان .. بس المستخدم + +379 +00:32:01,070 --> 00:32:06,970 +يحددهم يقولوا .. عشان + +380 +00:32:06,970 --> 00:32:15,430 +نغير أسميهم بس Y and D اه + +381 +00:32:15,430 --> 00:32:25,070 +هرجع Y يساوي year M يساوي month D يساوي day of + +382 +00:32:25,070 --> 00:32:28,390 +monthيعني المستخدم لما يختار التاريخ هيتخزن في + +383 +00:32:28,390 --> 00:32:32,430 +المتغيرات هذه لسه ماضفناش على ال database صح؟ + +384 +00:32:32,430 --> 00:32:36,110 +خليني الآن أنا الآن أنشأت object من date picker + +385 +00:32:36,110 --> 00:32:39,590 +dialogue ومررتله كل اللي بدوياه بعدين ماننساش أن + +386 +00:32:39,590 --> 00:32:45,190 +تروح لل object اللي أنشأته هذا و تقوله إيش show + +387 +00:32:45,190 --> 00:32:52,230 +هذا ال code كله موجود وين؟ في ال on click تعني + +388 +00:32:53,530 --> 00:32:57,370 +بتعالبتهم يعني انت لما تضغط على ال button هيروح + +389 +00:32:57,370 --> 00:33:01,510 +يجيب أول حاجة تاريخ الحالي صح؟ و بعدين هينشي + +390 +00:33:01,510 --> 00:33:05,270 +object date picker dialogue هيمررله reference لل + +391 +00:33:05,270 --> 00:33:09,070 +activity هيمررله ال listener انه بس يختار التاريخ + +392 +00:33:09,070 --> 00:33:13,870 +يخزنه في المتغيرات Y و M و D و هيمررله التاريخ + +393 +00:33:13,870 --> 00:33:18,090 +الحالي و بعدين اعمل show لل dialogue و خلينا ايش + +394 +00:33:18,090 --> 00:33:21,670 +نشوف لحد تلان كيف شكل ال dialogue هذا اللي بطلع + +395 +00:33:21,670 --> 00:33:21,910 +عندي + +396 +00:33:48,170 --> 00:33:55,990 +طيب هذه add employee تمام نضيف البيانات احنا نشوف + +397 +00:33:55,990 --> 00:34:01,010 +ال date هي ال date تمام هذه ايش ال date picker ال + +398 +00:34:01,010 --> 00:34:06,010 +dialogue تمام طبعا هي يجيبلك ايش تاريخ الحالة + +399 +00:34:06,010 --> 00:34:10,390 +تاريخ اليوم 24 نوفمبر انت طبعا بتغير مثلا انت بتحط + +400 +00:34:10,390 --> 00:34:16,150 +السنة اللي بدك إياها تمام بعدين تيجي على الشهر + +401 +00:34:18,230 --> 00:34:26,910 +تمام و بتختار اليوم و ليكن مثلا 11 + +402 +00:34:32,180 --> 00:34:35,360 +طبعا بعدين بتقوله okay طبعا لما تضغط على الزر ال + +403 +00:34:35,360 --> 00:34:40,660 +okay بنفذ منه ال method اللي هتحط في ال .. اه لسه + +404 +00:34:40,660 --> 00:34:44,160 +احنا محطناش محطنهاش في ال database طبعا وين + +405 +00:34:44,160 --> 00:34:46,800 +الإضافة على ال database هتكون في زر ال save تحت + +406 +00:34:46,800 --> 00:34:51,040 +فهنرجع وين يا جماعة على زر ال save button ال save + +407 +00:34:51,040 --> 00:34:53,180 +button أخدنا ال name و ال salary و ال is married + +408 +00:34:53,180 --> 00:34:58,300 +بس ماخدناش مين ال date of birth طبعا طيب انا عندى + +409 +00:34:58,300 --> 00:35:02,420 +في ال database حق الواحدلل date of birth لكن انا + +410 +00:35:02,420 --> 00:35:06,060 +عند ال date of birth مكوّن من ايش من تلاتة التلاتة + +411 +00:35:06,060 --> 00:35:10,100 +اللي جيتنا نخبصهم مع بعض عشان نطلع منهم رقم واحد + +412 +00:35:10,100 --> 00:35:14,420 +لإن ال database بندخل فيها ايش رقم كيف نحوّل + +413 +00:35:14,420 --> 00:35:18,140 +التلاتة هدولة لرقم مايلا خبطش مع أي أرقام تانية + +414 +00:35:18,140 --> 00:35:22,520 +يعني كل تاريخ بده يتحول في النهاية لرقم عشان نحوّل + +415 +00:35:22,520 --> 00:35:26,040 +رقم بنستفيد من أختنا calendar نشوفناها قبل شوية + +416 +00:35:26,040 --> 00:35:29,760 +تمام فبدنا نروح هنا نقوله calendar + +417 +00:35:40,850 --> 00:35:45,130 +التاريخ الحالي بتاريخ اليوم بدنا نغيره نضع مين + +418 +00:35:45,130 --> 00:35:50,770 +التاريخ اللي احنا جبناه بدل من نقوله get بنقوله + +419 +00:35:50,770 --> 00:35:58,860 +set الان calendar.yearحط فيها إيش ال Y مش احنا + +420 +00:35:58,860 --> 00:36:08,860 +جيبنا ال Y بعدين C.set calendar.month بتحط ال M + +421 +00:36:08,860 --> 00:36:16,560 +هذا القيم اللي حددها المستخدم C.set calendar.month + +422 +00:36:16,670 --> 00:36:24,130 +.dayofmonth و بعد ما حطينا التاريخ بتروح للـ C و + +423 +00:36:24,130 --> 00:36:29,040 +بتقوله get time in millisecondsشايفها؟ هذا الـ get + +424 +00:36:29,040 --> 00:36:31,980 +time و milliseconds أخد بعد ما أخد السنة والشهر + +425 +00:36:31,980 --> 00:36:35,980 +واليوم بدمجهم مع بعض بعمل معادلة معينة برجعلك اللي + +426 +00:36:35,980 --> 00:36:40,980 +هو هذا اللي هو رقم كبير جدا بمثل التاريخ هذا اه + +427 +00:36:40,980 --> 00:36:44,820 +هذا بدنا ناخد الرقم ونحطه في ال database ودر بالك + +428 +00:36:44,820 --> 00:36:49,660 +بعد ما نعرض قدام هنجيبه ونرجعه تاني ايش ما هو انا + +429 +00:36:49,660 --> 00:36:53,410 +لما اعرض الرقم للمستخدم مش هيفهمهصح و لا يبقى لما + +430 +00:36:53,410 --> 00:36:58,450 +أعرض لازم نرجع لإيش لشهر و يوم و سنة لكن في ال + +431 +00:36:58,450 --> 00:37:01,970 +data base خليه يخزن كإيش كرقم ف get time in + +432 +00:37:01,970 --> 00:37:08,650 +milliseconds هيرجعلك long date of birth و لاحظ + +433 +00:37:08,650 --> 00:37:13,450 +جابه long لأنه بطلع كبير تمام و بعدين هذا ايش + +434 +00:37:13,450 --> 00:37:20,610 +هنعمل فيه هنخزنه في ال CV مع أصحابها دولتمام هال + +435 +00:37:20,610 --> 00:37:23,830 +gate هنا هي ال CV خزاننا ال name والسلبي و ال is + +436 +00:37:23,830 --> 00:37:30,430 +married و ال is married و بعدين بنقوله CV.put DOB + +437 +00:37:30,430 --> 00:37:38,390 +و بنحط مين ال DOB و هيك هيعمله insert في ال data + +438 +00:37:38,390 --> 00:37:44,110 +base و هي run انتوا معايا يا جماعة شوفوا كيف + +439 +00:37:44,110 --> 00:37:47,130 +نتعامل مع التاريخ التاريخ في النهاية هنحكمه لإيش + +440 +00:37:47,130 --> 00:37:48,130 +لرقم + +441 +00:37:51,220 --> 00:37:54,540 +طبعا لو انت شاطر هلجيت ايش كمان بتعمل بس انا مش + +442 +00:37:54,540 --> 00:37:58,820 +هتركهالكوا + +443 +00:37:58,820 --> 00:38:06,260 +المفروض + +444 +00:38:06,260 --> 00:38:08,260 +في الاد employee لما ييجي يختار تاريخ + +445 +00:38:17,760 --> 00:38:23,220 +يظهر هنا يطلع على الأقل وين؟ TextView هذه بسيطة + +446 +00:38:23,220 --> 00:38:26,920 +جدا اعمل TextView وحط فيها مش انت جيبت ال Y و ال M + +447 +00:38:26,920 --> 00:38:31,420 +و ال D وحطهم ورا بعض وحط بينهم إيش؟ Slash هذه سهلة + +448 +00:38:31,420 --> 00:38:34,460 +وهذا وين هتعمل ال code اللي هو يعرض في TextView؟ + +449 +00:38:34,460 --> 00:38:38,640 +في ال on set في ال method بتاعة ال set طيب الآن + +450 +00:38:38,640 --> 00:38:41,860 +أحط ال .. ال .. البيانات + +451 +00:39:00,710 --> 00:39:08,670 +العرض فيه method اسمها show allactivity اللي هي + +452 +00:39:08,670 --> 00:39:12,590 +المفروض تعرض كل بيانات الموظفين هلاقيت هذا ال + +453 +00:39:12,590 --> 00:39:16,890 +method برضه هتتعامل مع ال database صح ولا لأ فبدك + +454 +00:39:16,890 --> 00:39:22,190 +تروح شفت ال my helper مش أنشأت object منه بدك تروح + +455 +00:39:22,190 --> 00:39:27,650 +تنشي object من my helper وين في ال show all + +456 +00:39:27,650 --> 00:39:28,890 +activity + +457 +00:39:32,130 --> 00:39:34,850 +طبعاً انت بتنشي object ما بتنشي ايش database لأن + +458 +00:39:34,850 --> 00:39:38,570 +ال database مالها موجودة بس ال helper لازمك لاقاش + +459 +00:39:38,570 --> 00:39:42,530 +عشان تقوله helper.get الان الان انت مش محتاج تعمل + +460 +00:39:42,530 --> 00:39:45,430 +write ممكن تقوله get readable وإذا عملت writeable + +461 +00:39:45,430 --> 00:39:59,270 +مش غلط برضه تمام هذا برجع SQLite database DB الآن + +462 +00:39:59,270 --> 00:40:04,930 +بدنا نقرأ البياناتمن ال database كيف؟ عن طريق انك + +463 +00:40:04,930 --> 00:40:08,550 +تعمل query طبعا كيف تعمل ال query طبعا زي ما عملنا + +464 +00:40:08,550 --> 00:40:12,550 +ال gate هناك ال gate احنا المفروض نعرضهم في list + +465 +00:40:12,550 --> 00:40:19,510 +view يعني هذه ال activity ال show هو ال activity + +466 +00:40:19,510 --> 00:40:21,490 +انا عامل فيها + +467 +00:40:27,100 --> 00:40:30,200 +حاطط فيها list view عشان تعرض البانات بس انا حاليا + +468 +00:40:30,200 --> 00:40:33,740 +للتجربة مش هعرض list view بدي فاهمك اول حاجة كيف + +469 +00:40:33,740 --> 00:40:38,740 +تعمل query تمام؟ و بعدين بنشوف كيف نعرض في الواجهة + +470 +00:40:38,740 --> 00:40:44,540 +فنرجع لل show all activity عشان نعمل query في + +471 +00:40:44,540 --> 00:40:49,940 +طريقتين برضه بتروح لل DB و بتقوله raw query + +472 +00:40:49,940 --> 00:40:52,640 +شايفينها؟ raw query + +473 +00:40:55,610 --> 00:40:58,430 +طيب ال raw query عادي شايفين ال method كام كام + +474 +00:40:58,430 --> 00:41:05,130 +parameter بتاخد؟ اتنين اتنين string SQL object و + +475 +00:41:05,130 --> 00:41:11,070 +بترجح حاجة اسمها cursor هنحكي ايش هو ال cursor طيب + +476 +00:41:11,070 --> 00:41:15,930 +لاحظ انه انا عملت raw query مش execute SQL ليش؟ + +477 +00:41:15,930 --> 00:41:21,600 +لأن ال execute SQL ايش بترجح؟void انا معنى ان ارجع + +478 +00:41:21,600 --> 00:41:25,680 +بيانات هذا استعلام الاستعلام اللي لازم يرجع بيانات + +479 +00:41:25,680 --> 00:41:30,280 +فبنفذش execute query بنفذ execute row query وهذا + +480 +00:41:30,280 --> 00:41:35,280 +مخصص لإيش لكويري من اسمها ان هذا الاستعلامات طيب + +481 +00:41:35,280 --> 00:41:39,920 +الآن بنعمل استعلام أخدتوا انتوا استعلامات كيف تعمل + +482 +00:41:39,920 --> 00:41:44,940 +ال select فيها أبسط استعلام select نجمة from + +483 +00:41:44,940 --> 00:41:45,640 +employee + +484 +00:41:47,990 --> 00:41:52,770 +بجيب لك كل حاجة موجودة في جدول ال employee ال + +485 +00:41:52,770 --> 00:41:57,210 +parameter بتاعنا بتحطه ايش؟ بتحطه لل هذا بعملك + +486 +00:41:57,210 --> 00:42:01,030 +استعلام على كل حاجة في ال database ممكن تعمل + +487 +00:42:01,030 --> 00:42:05,750 +استعلام مقيد تقوله select نجمة from employee where + +488 +00:42:05,750 --> 00:42:10,650 +salary أكبر + +489 +00:42:10,650 --> 00:42:14,510 +من الفين + +490 +00:42:15,870 --> 00:42:19,510 +هنا بيجيبلك كل الموظفين اللي راتبهم ايش اكتر من + +491 +00:42:19,510 --> 00:42:25,150 +الفين وممكن ايش تعمل طالع معايا اكتر من الفين مثلا + +492 +00:42:25,150 --> 00:42:33,270 +and name like اه اه تمام المتزوجين is married يسوي + +493 +00:42:33,270 --> 00:42:38,550 +واحدهذه لكل الموظفين السنة الأكبر من 2000 و لكل + +494 +00:42:38,550 --> 00:42:42,230 +مالهم متزوجين هذا ال parameter تاني عارفين له ايش + +495 +00:42:42,230 --> 00:42:46,550 +ان قال بدل ما احط هنا 2001 ممكن احط هنا علامة + +496 +00:42:46,550 --> 00:42:52,910 +استفهام و هنا ايش علامة استفهام و هنا احط قيم + +497 +00:42:52,910 --> 00:42:55,870 +علامة الاستفهام كيف نقوله new string نفتح قرية + +498 +00:42:55,870 --> 00:43:02,090 +جديدة تمام و نعطيله القيمة الأولى ايش هي 2000 + +499 +00:43:04,270 --> 00:43:10,990 +والتانية واحد اه + +500 +00:43:10,990 --> 00:43:16,710 +لازم عشان لازم تكون النوع string طبعا شوف ترتيب + +501 +00:43:16,710 --> 00:43:22,550 +علامات الاستفهام بيستبدلها منين بالارقام اللي هنا + +502 +00:43:22,550 --> 00:43:28,620 +هذا بيسميها في ال database prepared statementالـ + +503 +00:43:28,620 --> 00:43:31,860 +prepared statement هذه انه بيعملها compile مرة + +504 +00:43:31,860 --> 00:43:35,080 +واحدة و بيصير البدّل أيش القيام فتنفيذ هذه أسرع من + +505 +00:43:35,080 --> 00:43:38,780 +مين انك تحط القيام مباشرة هذا شغل database + +506 +00:43:38,780 --> 00:43:42,220 +بيشرحلكي يا مدرس ال database تمام المهم انه بدل + +507 +00:43:42,220 --> 00:43:47,800 +علامات الاستفهام هذه حطيت القيام وين في ال string + +508 +00:43:47,800 --> 00:43:51,740 +هنا و ممكن نكمل هتلق ال salary تبعه أكبر من علامة + +509 +00:43:51,740 --> 00:43:56,080 +الاستفهام و ال married يساوي علامة الاستفهام and + +510 +00:43:56,080 --> 00:43:57,840 +ال name like + +511 +00:44:00,350 --> 00:44:02,810 +ماذا يعني name like؟ بيبني مثلا الأسماء اللي بتبدأ + +512 +00:44:02,810 --> 00:44:07,710 +بحرف ال a ان ال name like كذا لإن بتيجي على ال + +513 +00:44:07,710 --> 00:44:14,950 +array of strings هذي و بتقوله مثلا a هذي ايش + +514 +00:44:14,950 --> 00:44:19,430 +معناها؟ ان الاسم بدأ بحرف a و بعده أي حاجة أخدتوها + +515 +00:44:19,430 --> 00:44:22,850 +هذي ال like؟ ماخدتوهاش هتاخدوها بعدين تمام؟ لما + +516 +00:44:22,850 --> 00:44:24,830 +تاخدوها بتصيروا اتظبطوا تعملوا انتوا استعلامات + +517 +00:44:24,830 --> 00:44:33,970 +متقدمة تمام؟ احنا حاليا بدناش نعملسنختار نجمة from + +518 +00:44:33,970 --> 00:44:35,370 +employee + +519 +00:44:48,690 --> 00:44:52,710 +ماظلش وقت كتير خلاص اكف اليوم هيك ونكمل المحاضرة + +520 +00:44:52,710 --> 00:44:55,610 +الجاي لسه هنكمل في ايش ان كيف نعمل ال query و + +521 +00:44:55,610 --> 00:45:00,590 +نطبعها لسه مش list of you هنجيب نطبعها في ال + +522 +00:45:00,590 --> 00:45:05,230 +logcat تمام نتأكد بعد ما نتأكد نروح نعملها هنا في + +523 +00:45:05,230 --> 00:45:05,750 +list of you + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ.srt new file mode 100644 index 0000000000000000000000000000000000000000..9ab47ea9cbf7da3bbc8d24c83a85edd4d5b9ad8a --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ.srt @@ -0,0 +1,1779 @@ +1 +00:00:20,770 --> 00:00:25,130 +طيب السلام عليكم، في + +2 +00:00:25,130 --> 00:00:28,950 +المحاضرة الماضية يا جماعة، تعرّفنا على بعض عناصر ال + +3 +00:00:28,950 --> 00:00:33,210 +graphical user interface، وشوفنا بشكل عام كيف نعمل + +4 +00:00:33,210 --> 00:00:37,390 +actions مختلفة، يعني تعلّمنا على ال button و ال + +5 +00:00:37,390 --> 00:00:41,790 +check box و ال radio button و ال seek bar و ال + +6 +00:00:41,790 --> 00:00:44,750 +spinner اللي هو هذا زي ال combo box اللي في عناصر + +7 +00:00:44,750 --> 00:00:47,330 +مختلفة، وكيف نعمل action عليهم + +8 +00:00:50,490 --> 00:00:55,950 +المحاضرة هذه، هنشوف موضوع مهم، لحد الآن احنا بنتعامل + +9 +00:00:55,950 --> 00:00:59,410 +معه واجهة واحدة، activity واحدة، أحياناً احنا أو + +10 +00:00:59,410 --> 00:01:01,930 +غالباً احنا في التطبيق ممكن نتعامل معه بأكثر من + +11 +00:01:01,930 --> 00:01:04,670 +واجهة، يعني أنا بكون شغال في واجهة، اضغط على button + +12 +00:01:04,670 --> 00:01:09,980 +يروح يفتح لي واجهة ثانية، فبنتعرف في المحاضرة، و + +13 +00:01:09,980 --> 00:01:14,780 +نشوف كيف نتعامل مع أكثر من activity، وكيف نبدأ + +14 +00:01:14,780 --> 00:01:20,180 +نشغل activity ثانية، ونبعت لها بيانات، يعني مثلاً في + +15 +00:01:20,180 --> 00:01:23,680 +كثير من الأحيان أنا ما أفتح activity ثانية، ببعت لها + +16 +00:01:23,680 --> 00:01:28,690 +بيانات عشان تعرضها، مثلاً لو أنا عندي أخبار في ال + +17 +00:01:28,690 --> 00:01:31,470 +activity الأولى، بيكون في قائمة أخبار، بختار الخبر، + +18 +00:01:31,470 --> 00:01:35,030 +بضغط عليه، يفتح لي activity جديدة فيها تفاصيل الخبر + +19 +00:01:35,030 --> 00:01:37,550 +اللي أنا بضغط عليه في ال activity الأولى، صح؟ ففي + +20 +00:01:37,550 --> 00:01:39,710 +ترابط ما بين المعلومات اللي موجودة في ال activity + +21 +00:01:39,710 --> 00:01:44,790 +الثانية مع ال activity الأولى، طيب الآن نأخذ مثال + +22 +00:01:44,790 --> 00:01:48,270 +بسيط، على أساس نشوف كيف احنا من خلال ال activity + +23 +00:01:48,270 --> 00:01:52,610 +نفتح activity جديدة، ونبعت لها بيانات، بالدعم اللي + +24 +00:01:52,610 --> 00:01:52,770 +أنا + +25 +00:01:56,660 --> 00:02:05,400 +مثلاً، توقيت ال text، خلينا + +26 +00:02:05,400 --> 00:02:11,460 +نقول مثلاً username و password، و + +27 +00:02:11,460 --> 00:02:15,780 +بدنا نحط button اسمه + +28 +00:02:15,780 --> 00:02:16,300 +login + +29 +00:02:22,360 --> 00:02:25,660 +طيب الآن بدي أضغط أنا على ال button، يفتح لي + +30 +00:02:25,660 --> 00:02:29,320 +activity جديدة، ويجيب لي البيانات الموجودة في ال + +31 +00:02:29,320 --> 00:02:32,680 +activity هذه، يعرضها لي في ال activity الثانية، تمام؟ + +32 +00:02:32,680 --> 00:02:35,980 +هذا كمثال بسيط على الرابط ما بين activities، لأن + +33 +00:02:35,980 --> 00:02:38,740 +أول حاجة، نتأكد أن ال button له ID، وهذول اللي لهم + +34 +00:02:38,740 --> 00:02:41,800 +IDs، نعرف إيش هو هذا ال edit text، وهذا edit text + +35 +00:02:41,800 --> 00:02:43,400 +ثلاثة، خلي هذا اثنين + +36 +00:02:54,910 --> 00:03:08,250 +PASSWORD.AD لو + +37 +00:03:08,250 --> 00:03:10,790 +روحت في ال code، بنعمل عليه بال button، نعمل action على + +38 +00:03:10,790 --> 00:03:11,070 +ال button + +39 +00:03:25,150 --> 00:03:33,310 +الآن بنعمل action على ال button، dot set on click + +40 +00:03:33,310 --> 00:03:33,970 +listener + +41 +00:03:52,990 --> 00:03:56,110 +طيب الآن، جوجل المفروض، اللي on click، أحط الكود اللي + +42 +00:03:56,110 --> 00:03:59,070 +يفتح activity جديدة، الآن احنا ما فيش عندنا activity + +43 +00:03:59,070 --> 00:04:02,150 +ثانية، بنجرّبها، جينا نعمل activity جديدة، صح ولا + +44 +00:04:02,150 --> 00:04:04,710 +لا؟ فعشان نعمل activity جديدة، بتيجي على ال application + +45 +00:04:04,710 --> 00:04:07,950 +تبعك، New + +46 +00:04:20,350 --> 00:04:24,070 +وفي عندي تحت click، يمين على ال application تبعك، + +47 +00:04:24,070 --> 00:04:26,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +48 +00:04:26,190 --> 00:04:26,210 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +49 +00:04:26,210 --> 00:04:28,630 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +50 +00:04:28,630 --> 00:04:29,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +51 +00:04:29,190 --> 00:04:37,130 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +52 +00:04:37,130 --> 00:04:41,110 +تبعك + +53 +00:04:41,110 --> 00:04:42,430 +تبع + +54 +00:04:44,540 --> 00:04:47,960 +الآن بيحكي لي، اختار فيه خيار اسمه launcher activity + +55 +00:04:47,960 --> 00:04:52,100 +إيش launcher؟ يعني اللي هي البداية، احنا طبعاً هذا + +56 +00:04:52,100 --> 00:04:55,620 +ما بدنا إياه، ال launcher هي في تطبيق، الواحد فيه بس + +57 +00:04:55,620 --> 00:04:58,620 +launcher activity واحدة، تمام؟ اللي هي ببدأ فيها + +58 +00:04:58,620 --> 00:05:02,300 +التطبيق، لأن لو أنا علمت على هذه launcher، هتبطل + +59 +00:05:02,300 --> 00:05:05,860 +الأولى launcher activity، تمام؟ فأنا ما بيفيدش أخليها + +60 +00:05:05,860 --> 00:05:08,320 +launcher، على أساس أنها بدأت تشتغل من ال activity + +61 +00:05:08,320 --> 00:05:11,040 +الأولى، خلاص، finish + +62 +00:05:16,620 --> 00:05:21,320 +طيب، هاي اللي أنا عامل ال activity الثانية، وهي ال + +63 +00:05:21,320 --> 00:05:26,440 +layout تبعها، اللي هو لحد الآن فاضي، + +64 +00:05:26,440 --> 00:05:34,680 +بس قاعد بعمل gradual sync، طيب عشان بس نميزها، خلينا + +65 +00:05:34,680 --> 00:05:37,280 +نحط أي حاجة، مثلاً image view + +66 +00:05:44,690 --> 00:05:49,010 +ماشي، هنقرأ بعدين، فيه تمام، بس الآن خلينا + +67 +00:05:49,010 --> 00:05:53,170 +نشوفها بس + +68 +00:05:53,170 --> 00:06:01,050 +طيب + +69 +00:06:01,050 --> 00:06:04,370 +هذه ال activity الثانية، اللي فيها ال icon، هذه الآن + +70 +00:06:04,370 --> 00:06:07,350 +بعد ما عملنا ال activity، نرجع ل activity الأولى، + +71 +00:06:07,350 --> 00:06:10,110 +لسه احنا ما فتحناها، أنا وانشغلت في ال activity + +72 +00:06:10,110 --> 00:06:14,940 +الأولى، على ال button، تمام؟ طيب كيف أنشغل activity من + +73 +00:06:14,940 --> 00:06:20,060 +activity ثانية، الآن + +74 +00:06:20,060 --> 00:06:23,580 +الاندرويد system بيشغل كالتالي، أنا دلوقتي شغال في + +75 +00:06:23,580 --> 00:06:28,740 +activity واحدة، وفي + +76 +00:06:28,740 --> 00:06:33,300 +عندي activity اثنين، + +77 +00:06:33,300 --> 00:06:37,400 +من اثنين، بدي إياه يفتح لي ... من واحد بدي إياه + +78 +00:06:37,400 --> 00:06:41,240 +يفتح لي اثنين، الفكرة كانت كالتالي، أنا عندي هذه ال + +79 +00:06:41,240 --> 00:06:47,000 +Android Core، Android OS، بيحكي لنا + +80 +00:06:47,000 --> 00:06:51,940 +هو إذا بدك أنا أفتح activity من activity ثانية، بدك + +81 +00:06:51,940 --> 00:06:55,360 +تبعت رسالة من ال activity بتاعتك لل Android + +82 +00:06:55,360 --> 00:07:01,040 +Operating System، لل Core، يعني هذه رسالة تحكيله + +83 +00:07:01,040 --> 00:07:03,460 +فيها إيش ال class بتاعة ال activity اللي بدنا + +84 +00:07:03,460 --> 00:07:09,600 +نفتحها، طبعاً يعني في رسالة بتُنبعت لمن؟ لل Android OS، + +85 +00:07:09,600 --> 00:07:14,780 +لأن Android OS بياخد اسم ال activity، وبناء عليه + +86 +00:07:14,780 --> 00:07:17,320 +أو اسم ال class بتاع ال activity، بناء عليها بيروح + +87 +00:07:17,320 --> 00:07:19,820 +بشغل ال activity الثانية، يعني تشغيل ال activity كله + +88 +00:07:19,820 --> 00:07:23,280 +يتم عن طريق Android Operating System، من باب ال + +89 +00:07:23,280 --> 00:07:26,720 +security، لأن تشغيل activity من activity ممكن يكون + +90 +00:07:26,720 --> 00:07:31,140 +أمر خطير، ممكن أنا من تطبيق أشغل تطبيق ثاني، طبعاً + +91 +00:07:31,140 --> 00:07:33,860 +فكله لازم يتم عن طريق Android Operating System، + +92 +00:07:34,930 --> 00:07:38,170 +فاتفقنا الآن، أن في رسالة بتُنبَعَث من ال activity + +93 +00:07:38,170 --> 00:07:43,030 +لل Android OS، الرسالة هذه احنا بنسميها في ال + +94 +00:07:43,030 --> 00:07:47,670 +Android، Intent، Intent + +95 +00:07:47,670 --> 00:07:54,340 +بالإنجليزي، إيش المقصود فيها؟ الهدف، تمام؟ إيش هدفك + +96 +00:07:54,340 --> 00:07:58,140 +يعني؟ فكأنك بتبعت لل Android OS، إيش طلبك؟ + +97 +00:07:58,140 --> 00:08:01,120 +إيش اللي أنت بدك إياه؟ ومين بينفذ الطلب هذا؟ ال + +98 +00:08:01,120 --> 00:08:04,840 +Android operating system، تمام؟ فاحنا الآن بنجهز + +99 +00:08:04,840 --> 00:08:08,160 +ال intent، اللي هو زي الرسالة، اللي بنحدد فيها إيش + +100 +00:08:08,160 --> 00:08:12,360 +ال activity اللي بدنا نشغلها، اللي هي مين؟ اللي هي + +101 +00:08:12,360 --> 00:08:16,220 +ال activity الثانية، فالآن جوة ال button، طبعاً متى هذا + +102 +00:08:16,220 --> 00:08:20,060 +الكلام هيتم؟ لما أضغط على الزر، طبعاً، فجوة ال code + +103 +00:08:20,060 --> 00:08:26,220 +على on click، بننشئ object اسمه أي شيء، اللي يكون من + +104 +00:08:26,220 --> 00:08:32,820 +نوع intent، هي أنشأنا object intent، الآن ال intent + +105 +00:08:32,820 --> 00:08:37,700 +هذا بتبعت له two parameters، طبعاً أول parameter ثابت، + +106 +00:08:37,700 --> 00:08:41,340 +اللي هو ال context، اللي هو كيف بنجيبه؟ ال context + +107 +00:08:46,690 --> 00:08:49,170 +getApplicationContext، اللي هو reference للتطبيق + +108 +00:08:49,170 --> 00:08:51,910 +تبعك نفسه، يعني ال parameter الثاني، اللي هو بمعنى + +109 +00:08:51,910 --> 00:08:55,930 +اسم ال class، أو ال class بتاعة ال activity الثانية + +110 +00:08:55,930 --> 00:08:59,570 +اللي بتشغّلها، إيش اسمها؟ ال activity الثانية، Second + +111 +00:08:59,570 --> 00:09:05,570 +activity.class، تكتب زي هيك، هذا reference لل + +112 +00:09:05,570 --> 00:09:09,290 +class بتاع ال Second activity.class، مرة ثانية، + +113 +00:09:09,290 --> 00:09:10,090 +بننشئ intent + +114 +00:09:13,800 --> 00:09:18,560 +intent = new Intent، هذا بياخذ ال context، get + +115 +00:09:18,560 --> 00:09:22,060 +application context، وال parameter الثانية، Second + +116 +00:09:22,060 --> 00:09:29,880 +activity.class، تمام؟ + +117 +00:09:29,880 --> 00:09:34,000 +الآن، بعد أن أنشأنا ال intent، بدنا نبعته لمن؟ لل + +118 +00:09:34,000 --> 00:09:38,360 +Android OS، في method اسمها startActivity + +119 +00:09:41,020 --> 00:09:44,840 +ال startActivity هذه بتاخد إيش؟ بتاخد ال intent، + +120 +00:09:44,840 --> 00:09:48,600 +طبعاً واضح أن هذا الواحد بيقول وين هذه ال start + +121 +00:09:48,600 --> 00:09:52,280 +activity؟ هذه method موجودة في ال parent، مش + +122 +00:09:52,280 --> 00:09:57,340 +aesthetic، ليش مش aesthetic؟ استدعيتها باسم class؟ + +123 +00:09:57,340 --> 00:10:02,520 +لا، كيف؟ موجودة في ال parent، inherited هذه من ال + +124 +00:10:02,520 --> 00:10:08,170 +parent، طيب startActivity، وببعت لها ال intent، أول + +125 +00:10:08,170 --> 00:10:11,370 +ما أقول startActivity، كأن أنا بطلب من ال Android + +126 +00:10:11,370 --> 00:10:14,350 +operating system، شغّل ال activity اللي بياناتها + +127 +00:10:14,350 --> 00:10:18,490 +موجودة وين؟ اللي في وين موجودة بياناتها؟ في ال + +128 +00:10:18,490 --> 00:10:21,510 +intent، في ال intent، ال intent هي فيها بيانات ال + +129 +00:10:21,510 --> 00:10:24,760 +activity اللي بتشغّلها، هي هيمشي Second activity of the + +130 +00:10:24,760 --> 00:10:27,520 +class، موجودة ضمن ال intent، وهنا بتقول start + +131 +00:10:27,520 --> 00:10:32,640 +activity، وبعدت لها ال intent، الآن هنا ببساطة الأمر، هيروح + +132 +00:10:32,640 --> 00:10:36,100 +ل operating system، هيشغل ال activity الثانية، ال + +133 +00:10:36,100 --> 00:10:39,340 +activity الثانية، هتتظهر فوق ال activity الأولى، + +134 +00:10:39,340 --> 00:10:42,950 +تمام؟ يعني ال activity الأولى بتضل موجودة في ال + +135 +00:10:42,950 --> 00:10:46,370 +main array، وفوقها بتتعرّض ال activity الثانية، لما + +136 +00:10:46,370 --> 00:10:49,990 +أضغط back، بسكر ال activity الثانية، برجع لمن؟ لل activity + +137 +00:10:49,990 --> 00:10:53,890 +الأولى، طبعاً في stack، حاجة بيسموها back stack، في + +138 +00:10:53,890 --> 00:10:57,470 +الاندرويد، كل activity جديدة، بتشتغل فوق ال + +139 +00:10:57,470 --> 00:11:01,870 +activity اللي قبلها، طبعاً لما تضغط back، بسكر ال + +140 +00:11:01,870 --> 00:11:05,430 +activity اللي قدام، وبرجع للي قبلها، طبعاً خلينا + +141 +00:11:05,430 --> 00:11:09,410 +نشوف الكلام هذا، بس هاي السطرين اللي أنا كتبتهم، كل + +142 +00:11:09,410 --> 00:11:13,410 +اللي عملناه لحد الآن، أنشأنا activity جديدة، وعند + +143 +00:11:13,410 --> 00:11:16,450 +في اللحظة اللي بدي إياها تشغل ال activity الجديدة، اللي + +144 +00:11:16,450 --> 00:11:19,930 +هو عند الضغط على الزر، أنشأنا intent، وبعثت فيه اسم + +145 +00:11:19,930 --> 00:11:21,990 +ال class تبع ال activity الثانية، وقولت له start + +146 +00:11:21,990 --> 00:11:26,470 +activity، وبعثت ك parameter لل startActivity، ال + +147 +00:11:26,470 --> 00:11:29,030 +intent اللي احنا أنشأناه، والآن بقول له run + +148 +00:12:04,720 --> 00:12:09,460 +طيب يا جماعة، لأن هي التطبيق تبعي، بضغط على button + +149 +00:12:09,460 --> 00:12:12,340 +هَيفتح ال activity الجديدة + +150 +00:12:35,620 --> 00:12:41,560 +مفهوم هذا يا جماعة؟ طيب الآن، بدنا نبعت بيانات + +151 +00:12:42,770 --> 00:12:46,510 +لل activity الجديدة، يعني مثلاً بنبعت ال username + +152 +00:12:46,510 --> 00:12:49,890 +و ال password، عشان يعرضهم وين؟ في ال activity + +153 +00:12:49,890 --> 00:12:55,470 +الجديدة، فبنروح لل code بتاع ال Second activity، و + +154 +00:12:55,470 --> 00:13:05,970 +نروح ونحط فيها إيش؟ نعمل TextView للعرض، TextView للعرض + +155 +00:13:05,970 --> 00:13:09,210 +username + +156 +00:13:27,970 --> 00:13:33,490 +هي get username tv، + +157 +00:13:33,490 --> 00:13:36,610 +و + +158 +00:13:36,610 --> 00:13:41,250 +هي password tv، هتخلينا + +159 +00:13:41,250 --> 00:13:42,570 +نكبر الخط فيه شوية + +160 +00:14:05,740 --> 00:14:08,120 +الهدف، أن ال username و ال password اللي + +161 +00:14:08,120 --> 00:14:10,640 +موجودين في ال activity الأولى، يظهروا في ال activity + +162 +00:14:10,640 --> 00:14:14,640 +الثانية، من خلال عرضه في ال TextView، طيب نرجع الآن للشغل + +163 +00:14:14,640 --> 00:14:19,500 +اللي هيكون في ال activity الأولى، الآن خلينا نقرأ + +164 +00:14:19,500 --> 00:14:25,760 +الكلام اللي موجود في عناصر ال activity الأولى، وين + +165 +00:14:25,760 --> 00:14:31,020 +موجودين؟ في edit text، edit text username، ed، + +166 +00:15:01,930 --> 00:15:08,490 +خليني أقرأ البيانات، الآن username ed.getText() + +167 +00:15:08,490 --> 00:15:17,810 +.toString() + +168 +00:15:17,810 --> 00:15:19,590 +username + +169 +00:15:36,260 --> 00:15:38,620 +طيب، هاي البيانات اللي جبناها، وأنا كيف البيانات + +170 +00:15:38,620 --> 00:15:43,420 +هنبعتها؟ بقول لك، هيك هيك، بعت رسالة لمن؟ لل + +171 +00:15:43,420 --> 00:15:47,380 +Android OS، فالرسالة اللي أنت بعتها، حط فيها إيش؟ + +172 +00:15:47,380 --> 00:15:50,800 +البيانات، مش أنا، إيش هدف الرسالة؟ أني أحدد لل + +173 +00:15:50,800 --> 00:15:52,700 +Android Operating System، إيش ال activity اللي + +174 +00:15:52,700 --> 00:15:57,430 +يشغّلها، وبالمرة، هنبعت معاها مين؟ البيانات، يعني ال + +175 +00:15:57,430 --> 00:16:00,310 +intent فيه اسم ال activity اللي بتشغّلها، وفيه برضه + +176 +00:16:00,310 --> 00:16:05,550 +البيانات، طبعاً ال intent هيصِل هنا لل Android system، + +177 +00:16:05,550 --> 00:16:09,460 +لما يشغّل ال activity، هيبعت ال intent نفسه لمن؟ لل + +178 +00:16:09,460 --> 00:16:12,860 +activity اثنين، يعني هذا عامل زي مركز البريد، + +179 +00:16:12,860 --> 00:16:16,660 +تمام؟ أنت ما بتبعت الرسالة بتاعتك + +180 +00:16:16,660 --> 00:16:19,540 +ما بتبعتهاش على طول للشخص، بتوصل لمركز البريد، و ال + +181 +00:16:19,540 --> 00:16:27,220 +central بيحولها لمن؟ للشخص المطلوب، تمام؟ إذا هذا + +182 +00:16:27,220 --> 00:16:31,440 +الشخص موجود، بتوصل، وسائل ما بي + +223 +00:19:34,650 --> 00:19:38,110 +هنا هلجيت دور الـ Activity الثاني إيش؟ إن الـ + +224 +00:19:38,110 --> 00:19:44,130 +Intent اللي وصلها تفتح الظرف وتطلق البيانات وتحطها + +225 +00:19:44,130 --> 00:19:47,730 +في الـ text view اللي عندها مش هيك وظيفتها؟ تمام؟ + +226 +00:19:49,110 --> 00:19:53,370 +طيب أول حاجة كيف هيجيب الرسالة اللي اجتها؟ في + +227 +00:19:53,370 --> 00:19:58,790 +ميثود برضه موجود اسمها get intent شايفينها؟ get + +228 +00:19:58,790 --> 00:20:03,850 +intent الأصل أن هذه الـ activity اشتغلت بناءً علشان + +229 +00:20:03,850 --> 00:20:09,850 +رسالة وصلها فـ get intent، المفروض أن + +230 +00:20:09,850 --> 00:20:16,770 +استقبله الـ intent، وعشان يكون شغلنا صحي تمام؟ + +231 +00:20:16,770 --> 00:20:17,850 +نقوله if + +232 +00:20:21,380 --> 00:20:27,700 +I لا يساوي null لأنه ممكن تكون الـ intent + +233 +00:20:27,700 --> 00:20:32,340 +null، اشتغلت بدون مايصلها الـ intent مثلا، فـ I لا + +234 +00:20:32,340 --> 00:20:37,240 +يساوي null يعني فيه إيش؟ فيه رسالة موجودة الآن + +235 +00:20:37,240 --> 00:20:46,740 +تعالي على الـ I وقول له get.. شوف إيش فيه عندك، مش فيه + +236 +00:20:46,740 --> 00:20:50,340 +put extra، هالـ get فيه عندك get string extra، get + +237 +00:20:50,340 --> 00:20:53,500 +boolean array extra، get boolean extra لكل أنواع + +238 +00:20:53,500 --> 00:20:57,180 +البيانات اللي حطيتها هنجيبها، get تمام احنا إيش + +239 +00:20:57,180 --> 00:21:01,860 +حطينا؟ حطينا string تمام فهنقوله get string extra + +240 +00:21:01,860 --> 00:21:08,180 +إيش اسم البيانات اللي حطيناها؟ username هذا + +241 +00:21:08,180 --> 00:21:15,890 +هيرجع لك string نسميها username، خلصنا + +242 +00:21:15,890 --> 00:21:23,610 +لسه بيانات تانية string password، I get string + +243 +00:21:23,610 --> 00:21:30,750 +extra، وأكتب password هيجيب لنا + +244 +00:21:30,750 --> 00:21:35,570 +البيانات، وعشان كمان الدقة شوف أنا إيش بدي أعمل if + +245 +00:21:35,570 --> 00:21:38,810 +I.hasExtra + +246 +00:21:56,970 --> 00:22:03,050 +ماذا فعلت؟ هذا ميثود للفحص لكي نتأكد أن البيانات + +247 +00:22:03,050 --> 00:22:06,010 +موجودة في الـ Intent + +248 +00:22:11,720 --> 00:22:15,580 +هيرجع للـ.. تمام؟ مش هتكون موجودة، يعني ما أفرض + +249 +00:22:15,580 --> 00:22:18,820 +حطيتها user name ونسيت الـ E مثلا في الـ.. هناك لما + +250 +00:22:18,820 --> 00:22:21,540 +بعتت البيانات هنا بدور أي user name مش هيلاقيها + +251 +00:22:21,540 --> 00:22:25,820 +كاملة، هناك بعتت user name، الـ E ناقصة، هنا بدور أي + +252 +00:22:25,820 --> 00:22:29,220 +user name كاملة مش هيلاقيها صح؟ فأنا كأنه بقوله + +253 +00:22:29,220 --> 00:22:32,980 +أفضل قبل ما تجيب البيانات، تمام؟ روح تأكد أنها + +254 +00:22:32,980 --> 00:22:37,120 +موجودة لأن هذه البيانات اللي جبتها مش المفروض + +255 +00:22:37,120 --> 00:22:43,070 +أعمل فيها، أحطها في text view، فتعال للـ get وقول له + +256 +00:22:43,070 --> 00:22:47,250 +text view username + +257 +00:22:47,250 --> 00:22:54,490 +tv.findViewById + +258 +00:22:54,490 --> 00:22:59,330 +R. + +259 +00:22:59,330 --> 00:23:08,450 +.id.username_tv أنا شغال في الـ activity الثاني لأن + +260 +00:23:08,450 --> 00:23:13,290 +هذا إيش؟ من هنا أعمل فيه username_tv.setText + +261 +00:23:13,290 --> 00:23:17,570 +username + +262 +00:23:17,570 --> 00:23:23,590 +ماشي يا جماعة، نفس الحاجة لو كان في الـ intent + +263 +00:23:23,590 --> 00:23:28,350 +بيانات باسم password، جيب البيانات هذه، خزناها في + +264 +00:23:28,350 --> 00:23:32,690 +الـ string اسمها password وبعدين + +265 +00:23:32,690 --> 00:23:34,790 +جيب الـ text view بتاع الـ password + +266 +00:24:05,070 --> 00:24:08,470 +طيب نختصر الموضوع اللي سوّيته يا جماعة، عشان اشتغل + +267 +00:24:08,470 --> 00:24:11,670 +activity من الـ activity الثانية، أنه أنا أنشأت intent + +268 +00:24:11,670 --> 00:24:15,430 +وحطيت فيه اسم الـ class بتاعة الـ activity اللي بدي + +269 +00:24:15,430 --> 00:24:19,010 +اشتغل، إذا أنت بدك تبعت بيانات للـ activity اللي بدي + +270 +00:24:19,010 --> 00:24:22,890 +تستقبل، بالـ intent نفسه بتستخدم الـ method put extra + +271 +00:24:22,890 --> 00:24:27,530 +بتحط البيانات، وبتحط لكل نوع من البيانات إيش اسمه + +272 +00:24:27,530 --> 00:24:30,170 +الاسم هذا مهم عشان أنت هتجيب البيانات في الـ + +273 +00:24:30,170 --> 00:24:32,830 +activity الثانية بدلالة الاسم هذا، روحنا على الـ + +274 +00:24:32,830 --> 00:24:37,150 +activity الثانية، second activity، اشتغلت الـ + +275 +00:24:37,150 --> 00:24:40,090 +activity الثانية إلى أن نقرأ البيانات اللي جاية مع + +276 +00:24:40,090 --> 00:24:42,990 +الـ Intent، جبنا الـ Intent عن طريق الميثود + +277 +00:24:42,990 --> 00:24:46,410 +getIntent، وبعدين قلنا له إذا الـ Intent لا يُسمى + +278 +00:24:46,410 --> 00:24:49,230 +null، افحص، وإذا الـ Intent فيه بيانات اسمها + +279 +00:24:49,230 --> 00:24:54,130 +username، جيب البيانات هذه عن طريق getString extra + +280 +00:24:54,130 --> 00:24:59,890 +وجيب الـ text view وحط البيانات فيه، واضحة في + +281 +00:24:59,890 --> 00:25:00,490 +هذه يا جماعة؟ + +282 +00:25:36,400 --> 00:25:45,360 +طيب هذا التطبيق عندي تمام + +283 +00:25:45,360 --> 00:25:49,240 +هذا باترون، هذا جاب لي البيانات في الـ activity + +284 +00:25:49,240 --> 00:25:54,800 +الثانية، هذا + +285 +00:25:54,800 --> 00:26:01,460 +بقى إشي فاضي، تمام؟ أعملها في الـ code if equals فاضي + +286 +00:26:01,460 --> 00:26:04,000 +تمام؟ يعني هذا شغل Java + +287 +00:26:12,980 --> 00:26:16,320 +بتغيّر البيانات وتبعتها هنا وبجيبها، باستقبالها في + +288 +00:26:16,320 --> 00:26:22,600 +الـ activity الثانية، ممكن + +289 +00:26:22,600 --> 00:26:29,600 +تبعت أي نوع بيانات، يعني مثلا لو ضفت أنت edit text + +290 +00:26:38,160 --> 00:26:42,640 +اللي هو مثلا نبعت العمر، العمر إيش؟ يفضل نبعته + +291 +00:26:42,640 --> 00:26:45,340 +integer مثلا، تمام؟ حابين نبعته integer، من بعد أن + +292 +00:26:45,340 --> 00:27:04,040 +أفرجك كيف تبعت أنواع مختلفة، طيب، + +293 +00:27:04,040 --> 00:27:06,300 +هذا الـ first activity، بأننا نقرأ العمر، هالـ get + +294 +00:27:06,300 --> 00:27:21,770 +صح؟ int age = age + +295 +00:27:21,770 --> 00:27:23,790 +editText + +296 +00:27:49,930 --> 00:28:00,230 +تمام، الآن int age = Integer.parseInt(age_ed.getText()); تمام + +297 +00:28:00,230 --> 00:28:10,630 +تمام + +298 +00:28:10,630 --> 00:28:14,930 +إيش عملت هنا؟قرأته وحوّلته لـ Integer، بس أكثر + +299 +00:28:14,930 --> 00:28:19,910 +انتباهي هنا إنك لو مدخل نص مش أرقام هيطلع Error صح + +300 +00:28:19,910 --> 00:28:23,870 +و أنا exception، طب الآن أنا بس عشان أبين لك أنه + +301 +00:28:23,870 --> 00:28:26,210 +بيبعت أنواع ثانية من البيانات، بدي أبعت البيانات + +302 +00:28:26,210 --> 00:28:29,490 +هذه برضه بتحط هون في الـ Intent قبل ما تعمل start + +303 +00:28:29,490 --> 00:28:35,630 +activity، Intent.putExtra، في الآن إيش بنسميه + +304 +00:28:35,630 --> 00:28:39,250 +هنا age، وبتبعت age، هذا الـ age تبعنا + +305 +00:28:42,130 --> 00:28:45,030 +هو استخدم الـ method اللي بتاخد name string و + +306 +00:28:45,030 --> 00:28:51,810 +بتاخد integer، طبعا، الآن هذه بالنسبة لقبلها في الـ + +307 +00:28:51,810 --> 00:28:57,850 +second activity وهي + +308 +00:28:57,850 --> 00:28:58,850 +كمان text view + +309 +00:29:13,870 --> 00:29:20,530 +الآن في الـ second activity، إذا + +310 +00:29:20,530 --> 00:29:29,110 +الـ intent.hasExtra، إيش سميناها احنا؟ age، الآن + +311 +00:29:29,110 --> 00:29:34,610 +int age =، روح للـ intent وقول له get + +312 +00:29:34,610 --> 00:29:38,670 +integer extra، على طول، مش أنا حطيته كـ integer، جيت انت + +313 +00:29:38,670 --> 00:29:42,370 +extra، إيش سميناه لما حطيناه في الـ intent؟ age، بيجيوا + +314 +00:29:42,370 --> 00:29:45,890 +منها integer على طول، اه، بس هذا الـ get integer extra + +315 +00:29:45,890 --> 00:29:50,970 +بيقول لي حط default value بحيث إنه لو ما لاقيهوش يعتمد + +316 +00:29:50,970 --> 00:29:58,760 +افتراضياً، يعني معناه إنه الآن هو كيف؟ اه، بطلت لازمة + +317 +00:29:58,760 --> 00:30:02,180 +بعدين تفحص مثلا مش موجود، طلع له error أو قوله + +318 +00:30:02,180 --> 00:30:06,360 +invalid age أو كذا، يعني إذا لقى age بحطه هنا + +319 +00:30:06,360 --> 00:30:11,320 +ما لاقى age، طيب ما كانش فيه integer، هحط إيش؟ صفر، اللي + +320 +00:30:11,320 --> 00:30:14,360 +هي default value، لو ما لاقى العنصر هذا، هو احنا + +321 +00:30:14,360 --> 00:30:18,260 +فحصنا فوق إنه لو كان موجود اقرأه، بس حط default + +322 +00:30:18,260 --> 00:30:21,740 +value، أي حاجة، طيب جبنا الـ integer، هلجيت، خلاص بتروح + +323 +00:30:21,740 --> 00:30:32,690 +لـ text view، age_tv.findViewById + +324 +00:30:32,690 --> 00:30:34,430 +R.id.age + +325 +00:30:49,090 --> 00:30:53,230 +.setText، وبتحط له الـ age، لازم تكون إيش؟ .setText + +326 +00:30:53,230 --> 00:30:58,310 +بتاخد الـ string، تمام، في نقطة مهمة يا جماعة، الآن + +327 +00:30:58,310 --> 00:31:06,290 +دلوقت لو قلت له findViewById(age_editText) هيطلع + +328 +00:31:06,290 --> 00:31:11,230 +error، ليش؟ أنا قاعد أبحث فين؟ في الـ activity + +329 +00:31:11,230 --> 00:31:15,390 +الثانية، الـ activity الثانية فيها age_editText؟ لأ + +330 +00:31:15,390 --> 00:31:20,210 +هيطلع null، مش هنا، ليش؟ لأن هذا مش موجود في الـ + +331 +00:31:20,210 --> 00:31:24,050 +activity، findViewById بتدور فين؟ في الـ activity + +332 +00:31:24,050 --> 00:31:27,470 +نفسها، كتير طلاب اللي بالذات اللي ببدأ يبرمج في الـ + +333 +00:31:27,470 --> 00:31:29,670 +Android بيلخبط كتير، بيقول اللي بيدور عليه بيطلع + +334 +00:31:29,670 --> 00:31:34,010 +NullPointerException، بيقول هو بيبحث فين؟ في النص، في الـ activity + +335 +00:31:34,010 --> 00:31:37,870 +الأولى، عشان هيك كمان، حاول تسمّي العناصر اللي في الـ + +336 +00:31:37,870 --> 00:31:43,510 +activities بأسماء مختلفة عشان ما تلخبطش، طبعا؟ أفرض + +337 +00:31:43,510 --> 00:31:48,430 +في الأولى فيه htv وفي الثانية فيه htv، ماذا سيحصل؟ + +338 +00:31:48,430 --> 00:31:52,090 +فهو فعلاً الـ findViewById التي تبحث فيها، أنا ببحث في + +339 +00:31:52,090 --> 00:31:55,970 +activity 2، إذا كان في activity 2 htv، فهو سيحصل + +340 +00:31:55,970 --> 00:32:00,850 +له، هل يكون هناك شيء يخرجني منه؟ لا، تمام؟ أنا أصلا + +341 +00:32:00,850 --> 00:32:03,930 +لا أريد الـ EditText بس بقول مثلا، لو قمت هكذا، + +342 +00:32:03,930 --> 00:32:06,430 +سيخرجني القرار لأن في الحقيقة ليس موجود الـ EditText + +343 +00:32:06,430 --> 00:32:10,370 +في الـ activity الثانية، الـ activity الثانية + +344 +00:32:10,370 --> 00:32:11,930 +فيها الـ htv + +345 +00:33:04,990 --> 00:33:09,030 +تمام، هذا عرضنا العشرين في الـ text view، بس هو خطوة + +346 +00:33:09,030 --> 00:33:15,710 +صغيرة، ماشي + +347 +00:33:15,710 --> 00:33:32,290 +يا جماعة، طيب + +348 +00:33:32,290 --> 00:33:37,130 +لسه في موضوع تشغيل activity من activity، احنا + +349 +00:33:37,130 --> 00:33:39,390 +الطريقة هذه يا جماعة، أو هذا الـ intent اللي احنا + +350 +00:33:39,390 --> 00:33:45,770 +عملنا، نطلق عليه اسم، اسمه explicit intent، إيش يعني + +351 +00:33:45,770 --> 00:33:51,190 +كلمة explicit intent؟ صريح، صريح، ليش؟ لأن أنت لما + +352 +00:33:51,190 --> 00:33:55,150 +بتشغل activity بتدي اسم الـ class بتاعة الـ activity + +353 +00:33:55,150 --> 00:34:00,290 +اللي بتشغلها، طبعا، لكن أحيانا احنا بنضطر نشغل activity + +354 +00:34:00,290 --> 00:34:05,870 +مش موجودة في التطبيق تبعنا، موجودة في تطبيق آخر زي + +355 +00:34:05,870 --> 00:34:09,850 +مثلًا، أنا في التطبيق تبعي بدي أفتح الـ browser، الـ + +356 +00:34:09,850 --> 00:34:14,010 +browser عبارة عن تطبيق موجود في الجهاز، اللي هو + +357 +00:34:14,010 --> 00:34:17,950 +activity، طبعا، أنا بدي أشغل الـ browser فأنا بشغل + +358 +00:34:17,950 --> 00:34:23,840 +activity قاعد، مش موجودة في التطبيق، في تطبيق آخر، اسم + +359 +00:34:23,840 --> 00:34:27,700 +الـ class بتاعة الـ web browser ما بعرفهاش أنا + +360 +00:34:27,700 --> 00:34:32,240 +تمام؟ هذه الطريقة الـ explicit intent ما بتظبطش إلا + +361 +00:34:32,240 --> 00:34:36,500 +لو الـ activity اللي بتشغلها موجودة في تطبيقي، لأن + +362 +00:34:36,500 --> 00:34:39,820 +هيك بتعرف على الـ second activity لأنها موجودة في + +363 +00:34:39,820 --> 00:34:44,260 +نفس الـ package، تمام؟ أنت في project Java + +364 +00:34:44,260 --> 00:34:48,800 +بتقدر من خلال الـ project نفسك تتعرف على الـ class + +365 +00:34:48,800 --> 00:34:53,430 +موجودة في الـ project الثاني، ولا عمرك بتعملها، الـ + +366 +00:34:53,430 --> 00:34:57,110 +classes بتعرف على بعض إذا كانوا موجودين مع بعض في + +367 +00:34:57,110 --> 00:35:01,610 +نفس الـ project، يبقى هذه الطريقة، أو احنا بنسميه + +368 +00:35:01,610 --> 00:35:04,950 +explicit intent، ليش سموه explicit أو صريح؟ لأنك + +369 +00:35:04,950 --> 00:35:08,110 +بتصرح باسم الـ activity أو الـ class ساعة الـ + +370 +00:35:08,110 --> 00:35:10,670 +activity اللي بدك تشغلها مباشرة، عشان يسموه صريح + +371 +00:35:10,670 --> 00:35:16,770 +بينفع أنت لما أنت بدك تشغل activity موجودة في + +372 +00:35:16,770 --> 00:35:20,240 +تطبيقك، لكن لو بدك تشغل activity مش موجودة في + +373 +00:35:20,240 --> 00:35:26,440 +تطبيقك، هذه الطريقة ما بتنفعش، نشوف طريقة تانية، لأن إيش + +374 +00:35:26,440 --> 00:35:29,620 +الطريقة الثانية لتشغيل الـ activity، خلينا نجربها + +375 +00:35:29,620 --> 00:35:32,640 +على الـ application تبعنا بعدين، ونشوف كيف هنستفيد + +376 +00:35:32,640 --> 00:35:38,200 +منها، عشان نشغل من خلال تطبيقنا تطبيقات على الجهاز + +377 +00:35:38,200 --> 00:35:41,280 +يعني اللي هنسير من خلال الـ activity بتاعنا نقول + +378 +00:35:41,280 --> 00:35:45,680 +افتح لي موقع معين، يروح يفتح إيش؟ browser، اعمل لي + +379 +00:35:45,680 --> 00:35:50,450 +مكالمة، من تطبيق، يقول لي dial number معين، يروح يتصل + +380 +00:35:50,450 --> 00:35:53,990 +عليه، في الحالة هذه تطبيقي بيفتح تطبيق التليفون + +381 +00:35:53,990 --> 00:35:58,850 +عشان يتصل، من خلال تطبيقي بخليه يبعت SMS من خلال + +382 +00:35:58,850 --> 00:36:03,460 +التطبيق نفسه، بخليه يشغل برنامج الكاميرا، كل هذه الـ + +383 +00:36:03,460 --> 00:36:07,640 +SMS أو الكاميرا أو الاتصال التليفوني أو الـ + +384 +00:36:07,640 --> 00:36:10,660 +browser، كلها تطبيقات موجودة على الجوال، أنا من خلال + +385 +00:36:10,660 --> 00:36:14,200 +تطبيقي بقدر أشغل التطبيقات هذه باستخدام الـ intent + +386 +00:36:14,200 --> 00:36:18,920 +تمام؟ بس الفرق أنه ما بينفعش أحط، أو ما بعرفش أنا اسم الـ + +387 +00:36:18,920 --> 00:36:22,040 +class عشان أحطها، لأن هذه التطبيقات خارج تطبيقي + +388 +00:36:22,040 --> 00:36:25,900 +تمام؟ فالطريقة هذه ما بتنفعش إلا لو أنا بدي أشغل + +389 +00:36:25,900 --> 00:36:30,090 +class أو activity في التطبيق تبعي، طيب عشان نتعلم + +390 +00:36:30,090 --> 00:36:33,690 +كيف نشغل تطبيقات ثانية، انتبه، ما بدي أعلمك الطريقة + +391 +00:36:33,690 --> 00:36:36,550 +الثانية، وبعدين نشوف كيف نطبقها على مثلا الكاميرا + +392 +00:36:36,550 --> 00:36:40,030 +أو الـ browser أو الـ SMS أو غيره، لأن الطريقة + +393 +00:36:40,030 --> 00:36:47,450 +الثانية أن بدل ما احنا نحط اسم للـ class مباشرة، بنروح + +394 +00:36:47,450 --> 00:36:53,070 +ونحدد شيء يسمّيه action للـ activity، كيف يعني؟ + +395 +00:36:53,070 --> 00:36:55,330 +الآن، روح على الـ manifest file، بتذكرين الـ manifest + +396 +00:36:55,330 --> 00:37:00,130 +file هذا؟ قلنا فيه إعدادات عامة للتطبيق ومرينا + +397 +00:37:00,130 --> 00:37:03,490 +عليه قبل هيك، اللي هو مثلا لو بدنا نثبت اتجاه الـ + +398 +00:37:03,490 --> 00:37:07,230 +activity، صحيح ولا؟ هذه بتيجي في الـ activity + +445 +00:40:50,410 --> 00:40:55,850 +تمام ممكن مباشرة أحط اسم الشخص على طول اللي أنا + +446 +00:40:55,850 --> 00:41:01,680 +بدي اسمه كاملاً، تمام، ببعتها لمركز الـ.. لمركز + +447 +00:41:01,680 --> 00:41:04,300 +البريد، مركز البلاغ، الاسم على طول.. إذا عارف الاسم + +448 +00:41:04,300 --> 00:41:07,920 +ببعتها على طول له، لكن مرات ممكن أنا أتاخر، ما أبعثش + +449 +00:41:07,920 --> 00:41:13,060 +اسم الشخص اللي هذا، أبعث مثلاً رقم جواله، تمام؟ هيجيه + +450 +00:41:13,060 --> 00:41:16,000 +توصل رقم الجوال لمين؟ لمركز البريد، مركز البريد + +451 +00:41:16,000 --> 00:41:21,640 +بالرقم الجوال بيقدر يعرف الشخص نفسه؟ أه؟ لأ، بده + +452 +00:41:21,640 --> 00:41:26,360 +يروح، يضطر أن يفتح دليل التليفونات، تمام؟ عشان + +453 +00:41:26,360 --> 00:41:32,270 +يعرف إيش اسم الشخص، صح؟ هيك، وهذا اللي صار أنه بدل + +454 +00:41:32,270 --> 00:41:37,650 +محدد الـ activity مباشرة، حددت إيش الـ action تبعها + +455 +00:41:37,650 --> 00:41:43,770 +طبعاً؟ الآن هو أصلاً action بس ما يعرفش الـ activity + +456 +00:41:43,770 --> 00:41:46,110 +اللي بده يشغلها، مين؟ كيف بده يعرف مين الـ activity + +457 +00:41:46,110 --> 00:41:49,150 +اللي بده يشغلها؟ بده يضطر يرجع لكل التطبيقات اللي + +458 +00:41:49,150 --> 00:41:52,790 +في الجهاز ويبحث على الـ manifest files كلهم لحد ما + +459 +00:41:52,790 --> 00:41:56,270 +يلاقي الـ activity اللي لها الـ action، اسمها إيه إيه + +460 +00:41:56,270 --> 00:42:00,680 +وبيشغلها، هذه الطريقة الثانية، إحنا بنسميها implicit + +461 +00:42:00,680 --> 00:42:06,000 +intent، يعني هدف ضمني، هدف ضمني أنه أنا ما صرحتش + +462 +00:42:06,000 --> 00:42:09,720 +باسم الـ activity مباشرة، صرحت بالـ action بتاع الـ + +463 +00:42:09,720 --> 00:42:14,020 +activity، تمام؟ فهو بيضطر في الحالة هذه أنه يدور في + +464 +00:42:14,020 --> 00:42:16,580 +الـ manifest file لـ كل التطبيقات، على الـ activity + +465 +00:42:16,580 --> 00:42:21,000 +إنها نفس الـ action، هذا لو لدى تطبيقين إنهم نفس الـ + +466 +00:42:21,000 --> 00:42:25,520 +action، ما ممكن يكون هذا الـ AAA في تطبيق ثاني حاطه لـ + +467 +00:42:25,520 --> 00:42:29,180 +activity ثاني، وقتها بتطلع لك خيارات، بيقول لك بتشغل + +468 +00:42:29,180 --> 00:42:33,360 +هذا ولا بتشغل هذا، مرات أنتو لما تشغلوا تطبيقات + +469 +00:42:33,360 --> 00:42:37,580 +براوزر، بتفتح صفحة web، بتطلع لك خيارات، صح؟ تمام، هذا + +470 +00:42:37,580 --> 00:42:42,800 +هنشوفه هنا الآن، خلينا نجرب هذا عشان ننهي في + +471 +00:42:42,800 --> 00:42:46,220 +المحاضرة، الآن أنا، إيش الـ action اللي حطيته الآن؟ + +472 +00:42:46,220 --> 00:42:50,380 +أنا رجعت للتطبيق تبعي وقلت له بدل ما تشغل Second + +473 +00:42:50,380 --> 00:42:53,080 +activity، هي الـ Intent، هذا اللي بحط فيه اسم الـ + +474 +00:42:53,080 --> 00:42:59,420 +activity اللي بتشغلها، كتبت بس فيه إيش؟ هي + +475 +00:42:59,420 --> 00:43:02,740 +الـ Intent بس، حتى الـ context ما حطيتهوش، هذا رسالة + +476 +00:43:02,740 --> 00:43:07,470 +هتصل لمين؟ للـ Android system، واسمه اسم الـ Activity + +477 +00:43:07,470 --> 00:43:11,010 +ولا الـ Action تبعها؟ Action 3، هو مش عارف لسه الـ + +478 +00:43:11,010 --> 00:43:15,050 +Activity، هيضطر يدور في كل التطبيقات على الجهاز، على + +479 +00:43:15,050 --> 00:43:17,830 +الـ Activity اللي هو بدور عليه، وين في التطبيقات؟ + +480 +00:43:17,830 --> 00:43:21,610 +بيفتح ملفاتهم كلهم؟ لأ، بدور في مين؟ في الـ + +481 +00:43:21,610 --> 00:43:24,490 +Manifest، بس الـ Manifest معرف فيه الـ Activities + +482 +00:43:24,490 --> 00:43:27,990 +وإيش الـ Action تبعها، هيدور في كل الـ Manifest + +483 +00:43:27,990 --> 00:43:33,100 +لأنهم ضمنهم الـ Manifest في حتة التطبيق نفسه، هيلاقي + +484 +00:43:33,100 --> 00:43:35,660 +إيه إيه، تاب على مين؟ على الـ Second Activity على طول + +485 +00:43:35,660 --> 00:43:41,480 +بيروح بيشغل الـ Second Activity، لأن واحد بيسأل أكيد + +486 +00:43:41,480 --> 00:43:46,040 +في مخ واحد فيكوا أو بعضكوا، أنه طب يا عم، مالوش + +487 +00:43:46,040 --> 00:43:48,380 +اللفة هذه، مديله اسم الـ activity على طول، وخلاص + +488 +00:43:48,380 --> 00:43:51,520 +لأن ماشي هذا الكلام، لو أنا.. لو أنا بدي أشغل + +489 +00:43:51,520 --> 00:43:54,740 +activity في نفس التطبيق، مافيش، ده اللي عملناه يا + +490 +00:43:54,740 --> 00:43:59,860 +جماعة، لكن هذا هيلزم امتى؟ لما نشغل activity في تطبيق + +491 +00:43:59,860 --> 00:44:05,190 +آخر، اللي هي هتبين فائدته المحاضرة الجاية لما نروح + +492 +00:44:05,190 --> 00:44:08,590 +نشغل الكاميرا، لما نروح نشغل الـ browser، أيوة، أنا + +493 +00:44:08,590 --> 00:44:12,770 +بقدر أوصل الـ activity من التطبيق الثاني؟ أه، تقدر + +494 +00:44:12,770 --> 00:44:17,370 +إذا أنت في التطبيق الثاني، يعني التطبيق الثاني عارف + +495 +00:44:17,370 --> 00:44:20,650 +إيش الـ action تبع الـ activity اللي بتشغلها من أي تطبيق + +496 +00:44:20,650 --> 00:44:27,530 +وهذا اللي هنعمله، أه أه، هنشوفها، تمام؟ بس أنا بيعنيني + +497 +00:44:27,530 --> 00:44:33,650 +الآن تفهم هذه الفكرة، لأن هذه التطبيق اشتغل الآن + +498 +00:44:33,650 --> 00:44:39,910 +قعد يشتغل، طلع لي error، لأ، هنشوف ليش طلع لي + +499 +00:44:44,300 --> 00:44:58,760 +لحظة، أشوف أنا، category default، لأ + +500 +00:44:58,760 --> 00:45:00,280 +المفروض اشتغلت، مش عارف ليش + +501 +00:45:19,680 --> 00:45:26,180 +لأ لأ، اشتغلت، هي كانت المشكلة مش + +502 +00:45:26,180 --> 00:45:30,870 +عارفة وين كانت، مغيرتش حاجة أنا، أه لأ، المشكلة عارفين + +503 +00:45:30,870 --> 00:45:36,480 +هنا جماعة، هذا الرقم كان فاضي، فواجهنا الـ parse int، أه + +504 +00:45:36,480 --> 00:45:40,320 +طمع إيران، يعني المشكلة مش في النهاية اللي أنا خلاص + +505 +00:45:40,320 --> 00:45:43,900 +دخلت بيانات، تمام، button هاي فتح الـ activity + +506 +00:45:43,900 --> 00:45:47,680 +الثانية زي الأول، يبقى إحنا فتحنا الـ activity بطرق + +507 +00:45:47,680 --> 00:45:51,580 +ثانية، الطريقة الأولى محددنا الـ class مباشرة، وهذا + +508 +00:45:51,580 --> 00:45:55,760 +بيسمى explicit intent، الطريقة الثانية إني أروح للـ + +509 +00:45:55,760 --> 00:45:59,480 +activity في الـ manifest file وأعمل لها intent filter + +510 +00:45:59,480 --> 00:46:04,180 +من اسمه isIntentFilter، بفلتر الـ Intents، يعني الآن + +511 +00:46:04,180 --> 00:46:08,120 +فيه Intent وصل لمين؟ للـ Operating System، كيف يبقى + +512 +00:46:08,120 --> 00:46:11,420 +يعرف الـ Intent هيركب على أي واحد في هدول؟ هيمر + +513 +00:46:11,420 --> 00:46:14,300 +على الـ Intent Filters بتاعة الـ Activities + +514 +00:46:14,300 --> 00:46:17,420 +الموجودة في المنافسة لكل التطبيقات، ويشوف مين + +515 +00:46:17,420 --> 00:46:21,750 +متوافق، أي Intent Filter بتمشي مع الـ Intent اللي + +516 +00:46:21,750 --> 00:46:24,670 +إجه، لهذا، عشان إيه اسمه؟ Intent Filter اللي بفلتر + +517 +00:46:24,670 --> 00:46:29,190 +الـ Intent، بيشوف أي Intent ماشي معاه.. أي Intent + +518 +00:46:29,190 --> 00:46:32,350 +Filter ماشي مع الـ Intent اللي وصل، عشان هيك اسمه + +519 +00:46:32,350 --> 00:46:36,690 +Intent Filter، النتيجة واحدة، صورة، حطينا Explicit + +520 +00:46:36,690 --> 00:46:40,150 +Intent ولا Implicit، لكن دي لما نشغل Activity في + +521 +00:46:40,150 --> 00:46:45,510 +تطبيق آخر، هيظم الـ implicit intent اللي هنشوفه + +522 +00:46:45,510 --> 00:46:49,630 +بالتفصيل المحاضرة اللي جاية، هي + +523 +00:46:49,630 --> 00:46:55,370 +طلع قرار، طبعاً + +524 +00:46:55,370 --> 00:47:00,330 +دكتور حين، أنت بدأت تفرج هناك، مقارنة من داخل تطبيق + +525 +00:47:00,330 --> 00:47:05,870 +افتح تطبيق كام، أه، قبل، هي تطبيقات أنت تفتح داخل + +526 +00:47:05,870 --> 00:47:06,690 +التطبيق نفسه + +527 +00:47:09,530 --> 00:47:13,630 +كيف يعني؟ مش فاهم، ممكن + +528 +00:47:13,630 --> 00:47:17,190 +تفتح على حاله، وممكن تفتح من بين التطبيق، أنت بتحدد + +529 +00:47:17,190 --> 00:47:19,870 +من خلال فيه flags بتحطها للـ activity، للـ intent + +530 +00:47:19,870 --> 00:47:25,250 +تمام، هذا هنشوفه من حاجات متقدمة شوية، ماشي يا جماعة؟ + +531 +00:47:25,250 --> 00:47:26,390 +هيك خلصنا المحاضرة diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..5280daf6e7f695d654ec15f398373d5a334fcf05 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_postprocess.srt @@ -0,0 +1,2124 @@ +1 +00:00:20,770 --> 00:00:25,130 +طيب السلام عليكم في + +2 +00:00:25,130 --> 00:00:28,950 +المحاضر الماضي يا جماعة اتعرفنا على بعض علاصر ال + +3 +00:00:28,950 --> 00:00:33,210 +graphical user interface وشوفنا بشكل عام كيف نعمل + +4 +00:00:33,210 --> 00:00:37,390 +actions مختلفة يعني اتعلمنا على ال button و ال + +5 +00:00:37,390 --> 00:00:41,790 +check box و ال radio button و ال seek bar و ال + +6 +00:00:41,790 --> 00:00:44,750 +spinner اللي هو هذا زي ال combo box اللي في علاصة + +7 +00:00:44,750 --> 00:00:47,330 +مختلفة و كيف نعمل action عليهم + +8 +00:00:50,490 --> 00:00:55,950 +المحاضرة هذه هنشوف موضوع مهم لحد تلان احنا بنتعامل + +9 +00:00:55,950 --> 00:00:59,410 +معاه واجهة واحدة activity واحدة احيانا احنا او + +10 +00:00:59,410 --> 00:01:01,930 +غالبا احنا في التطبيق ممكن نتعامل معاه اكتر من + +11 +00:01:01,930 --> 00:01:04,670 +واجهة يعني انا بكون شغال في واجهة اضغط على button + +12 +00:01:04,670 --> 00:01:09,980 +يروح يفتح ليه واجهة تانيةفبنتعرف في المحاضرة و + +13 +00:01:09,980 --> 00:01:14,780 +نشوف كيف نتعامل مع أكتر من activity و كيف نبدأ + +14 +00:01:14,780 --> 00:01:20,180 +نشغل activity تانية و نبعتلها بيانات يعني مثلا في + +15 +00:01:20,180 --> 00:01:23,680 +كتير من الأحيان أنا مافتح activity تانية ببعتلها + +16 +00:01:23,680 --> 00:01:28,690 +بيانات عشان تعرضهامثلا لو أنا عندى أخبار فى ال + +17 +00:01:28,690 --> 00:01:31,470 +activity الأولى بيكون فى قائمة أخبار بختار الخبر + +18 +00:01:31,470 --> 00:01:35,030 +بضغط عليه بفتحلى activity جديدة فيها تفاصيل الخبر + +19 +00:01:35,030 --> 00:01:37,550 +اللى انا بضغط عليه فى ال activity الأولى صح ففى + +20 +00:01:37,550 --> 00:01:39,710 +ترابط ما بين المعلومات اللى موجودة فى ال activity + +21 +00:01:39,710 --> 00:01:44,790 +التانى مع ال activity الأولى طيب الان ناخد مثال + +22 +00:01:44,790 --> 00:01:48,270 +بسيط على أساس نشوف كيف احنا من خلال ال activity + +23 +00:01:48,270 --> 00:01:52,610 +نفتح activity جديدة و نبعتلها بيننا بالدعم اللى + +24 +00:01:52,610 --> 00:01:52,770 +أنا + +25 +00:01:56,660 --> 00:02:05,400 +مثلا توقيت ال text خرينا + +26 +00:02:05,400 --> 00:02:11,460 +نقول مثلا username و password و + +27 +00:02:11,460 --> 00:02:15,780 +بدنا نحط button اسمه + +28 +00:02:15,780 --> 00:02:16,300 +login + +29 +00:02:22,360 --> 00:02:25,660 +طيب الآن بدي أضغط أنا على ال button يفتحلي + +30 +00:02:25,660 --> 00:02:29,320 +activity جديدة و يجيبلي البيانات الموجودة في ال + +31 +00:02:29,320 --> 00:02:32,680 +activity هذه يعرضليها في ال activity التاني تمام؟ + +32 +00:02:32,680 --> 00:02:35,980 +هذا كمثال بسيط على الرابط ما بين activities لأن + +33 +00:02:35,980 --> 00:02:38,740 +أول حاجة نتأكد أن ال button له ID و هدول اللي لهم + +34 +00:02:38,740 --> 00:02:41,800 +IDs نعرف إيش هو هذا ال edit text و هذا edit text + +35 +00:02:41,800 --> 00:02:43,400 +تلاتة خلي هذا اتنين + +36 +00:02:54,910 --> 00:03:08,250 +PASSWORD.AD لو + +37 +00:03:08,250 --> 00:03:10,790 +روحت في ال code بناجيه بال button نعمل action على + +38 +00:03:10,790 --> 00:03:11,070 +ال button + +39 +00:03:25,150 --> 00:03:33,310 +الان بنعمل action على ال button dot set on click + +40 +00:03:33,310 --> 00:03:33,970 +listen up + +41 +00:03:52,990 --> 00:03:56,110 +طيب الان جوجل المفروض اللي on click احط الكود اللي + +42 +00:03:56,110 --> 00:03:59,070 +يفتح activity جديدة الان احنا مافيش حنا activity + +43 +00:03:59,070 --> 00:04:02,150 +تاني بنجربها جيتنا اعمل activity جديدة صح ولا + +44 +00:04:02,150 --> 00:04:04,710 +فعشان نعمل activity جديدة بتيجي على ال application + +45 +00:04:04,710 --> 00:04:07,950 +تبعك نيو + +46 +00:04:20,350 --> 00:04:24,070 +و في عندى تحت click يمين على ال application تبعك + +47 +00:04:24,070 --> 00:04:26,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +48 +00:04:26,190 --> 00:04:26,210 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +49 +00:04:26,210 --> 00:04:28,630 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +50 +00:04:28,630 --> 00:04:29,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +51 +00:04:29,190 --> 00:04:37,130 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +52 +00:04:37,130 --> 00:04:41,110 +تبعك + +53 +00:04:41,110 --> 00:04:42,430 +تبع + +54 +00:04:44,540 --> 00:04:47,960 +الان بيحكيلي اختار فيه خيار اسمه launcher activity + +55 +00:04:47,960 --> 00:04:52,100 +ايش launcher يعني اللي هي البداية احنا طبعا هذا + +56 +00:04:52,100 --> 00:04:55,620 +بدناش فيها ال launcher هي في تطبيق الواحد فيه بس + +57 +00:04:55,620 --> 00:04:58,620 +launcher activity واحدة تمام اللي هي ببدأ فيها + +58 +00:04:58,620 --> 00:05:02,300 +التطبيق لأن لو انا علمت على هذه launcher هتبطل + +59 +00:05:02,300 --> 00:05:05,860 +الأولى launcher activity تمام فانا مافيدش أخليها + +60 +00:05:05,860 --> 00:05:08,320 +launcher على اساس انها بدت تشتغل من ال activity + +61 +00:05:08,320 --> 00:05:11,040 +الأولى خلاص finish + +62 +00:05:16,620 --> 00:05:21,320 +طيب هاي اللي انا عامل ال activity التانية وهي ال + +63 +00:05:21,320 --> 00:05:26,440 +layout تباعها اللي هو لحد تلان فاضي + +64 +00:05:26,440 --> 00:05:34,680 +بس قاعد بعمل gradual sync طيب عشان بس نميزها خلينا + +65 +00:05:34,680 --> 00:05:37,280 +نحط اي حاجة مثلا image view + +66 +00:05:44,690 --> 00:05:49,010 +ماشي هنقرأ بديو ذرنيم فيه تمام بس الآن خلينا + +67 +00:05:49,010 --> 00:05:53,170 +نشوفها بس + +68 +00:05:53,170 --> 00:06:01,050 +طيب + +69 +00:06:01,050 --> 00:06:04,370 +هذه ال activity التانية اللي فيها ال icon هذه الآن + +70 +00:06:04,370 --> 00:06:07,350 +بعد ما عملنا ال activity نرجع ل activity الأولى + +71 +00:06:07,350 --> 00:06:10,110 +لسه احنا مفتحناش انا وانشغلين في ال activity + +72 +00:06:10,110 --> 00:06:14,940 +الأولى على ال button تمامطيب كيف انشغل activity من + +73 +00:06:14,940 --> 00:06:20,060 +activity تاني الان + +74 +00:06:20,060 --> 00:06:23,580 +الاندرويد سيستم بشغل كالتالي انا دلوقتي شغال في + +75 +00:06:23,580 --> 00:06:28,740 +activity واحد وفي + +76 +00:06:28,740 --> 00:06:33,300 +عندي activity اتنين + +77 +00:06:33,300 --> 00:06:37,400 +من اتنين بدي اخليه يفتحلي .. من واحد بدي اخليه + +78 +00:06:37,400 --> 00:06:41,240 +يفتحلي اتنينالفكرة كانت تالية انا عند هذه ال + +79 +00:06:41,240 --> 00:06:47,000 +Android Core Android OS بيحكينا + +80 +00:06:47,000 --> 00:06:51,940 +هو اذا بدك انا افتح activity من activity تانية بدك + +81 +00:06:51,940 --> 00:06:55,360 +تبعت رسالة من ال activity بتاعتك لل Android + +82 +00:06:55,360 --> 00:07:01,040 +Operating System لل Core يعني هذي رسالة تحكيله + +83 +00:07:01,040 --> 00:07:03,460 +فيها ايش ال class بتاعة ال activity اللي بدنا + +84 +00:07:03,460 --> 00:07:09,600 +نفتحهاطبعا يعني في رسالة بتنبعت لمن؟ لل Android OS + +85 +00:07:09,600 --> 00:07:14,780 +لأن Android OS بياخد اسم ال activity و بناء عليها + +86 +00:07:14,780 --> 00:07:17,320 +او اسم ال class على ال activity بناء عليها بروح + +87 +00:07:17,320 --> 00:07:19,820 +بشغل ال activity التاني يعني تشغيل ال activity كله + +88 +00:07:19,820 --> 00:07:23,280 +يتم عن طريق Android Operating System من باب ال + +89 +00:07:23,280 --> 00:07:26,720 +security لأن تشغيل activity من activity ممكن يكون + +90 +00:07:26,720 --> 00:07:31,140 +أمر خطير ممكن أنا من تطبيق أشغل تطبيق تاني طبعا + +91 +00:07:31,140 --> 00:07:33,860 +فكله لازم يتم عن طريق Android Operating System + +92 +00:07:34,930 --> 00:07:38,170 +فاتفقنا الآن أن في رسالة بدأت انبعث من ال activity + +93 +00:07:38,170 --> 00:07:43,030 +لل Android OS الرسالة هذه احنا بنسميها في ال + +94 +00:07:43,030 --> 00:07:47,670 +Android Intent Intent + +95 +00:07:47,670 --> 00:07:54,340 +بالإنجليزي إيش المقصود فيها؟الهدف، تمام؟ إيش هدفك + +96 +00:07:54,340 --> 00:07:58,140 +يعني؟ فكأنك بيبقى تبعتنا ال Android OS إيش طلبك؟ + +97 +00:07:58,140 --> 00:08:01,120 +إيش اللي أنت بدك إيه؟ ومين بنفذ الطلب هذا؟ ال + +98 +00:08:01,120 --> 00:08:04,840 +Android operating system، تمام؟ فإحنا الآن بنجهز + +99 +00:08:04,840 --> 00:08:08,160 +ال intent اللي هو زي الرسالة اللي بنحدد فيها إيش + +100 +00:08:08,160 --> 00:08:12,360 +ال activity اللي بدنا نشغلها، اللي هي مين؟اللي هي + +101 +00:08:12,360 --> 00:08:16,220 +ال activity 2 فالان جوه ال button طبعا متى هذا + +102 +00:08:16,220 --> 00:08:20,060 +الكلام هيتم لما أضغط على الزر طبعا فجوه ال quote + +103 +00:08:20,060 --> 00:08:26,220 +على one click بنشي object اسمه أي شيء اللي يكون من + +104 +00:08:26,220 --> 00:08:32,820 +نوع intent هي أنشأت object intent الان ال intent + +105 +00:08:32,820 --> 00:08:37,700 +هذا بتبعتله two parameters طبعا أول parameter ثابت + +106 +00:08:37,700 --> 00:08:41,340 +اللي هو ال context اللي هو كيف بنجيبه ال context + +107 +00:08:46,690 --> 00:08:49,170 +getApplicationContext اللي هو reference للتطبيق + +108 +00:08:49,170 --> 00:08:51,910 +تبعك نفسه يعني ال parameter التاني اللي هو المعنى + +109 +00:08:51,910 --> 00:08:55,930 +اسم ال class او ال class بتاعة ال activity التانية + +110 +00:08:55,930 --> 00:08:59,570 +اللي بتشغلها ايش سمنها ال activity التانية second + +111 +00:08:59,570 --> 00:09:05,570 +activity dot class تكتب زي هيك هذا reference لل + +112 +00:09:05,570 --> 00:09:09,290 +class بتاع ال second activity dot class مرة تانية + +113 +00:09:09,290 --> 00:09:10,090 +بننشئ intent + +114 +00:09:13,800 --> 00:09:18,560 +intent="i="new intent هذا بياخد ال context get + +115 +00:09:18,560 --> 00:09:22,060 +application context والبرامير التانية second + +116 +00:09:22,060 --> 00:09:29,880 +activity dot class تمام؟ + +117 +00:09:29,880 --> 00:09:34,000 +الآن بعد أن انشأت ال content بدنا نبعته لمين؟ لل + +118 +00:09:34,000 --> 00:09:38,360 +Android OS فى method اسمها start activity + +119 +00:09:41,020 --> 00:09:44,840 +الـ start activity هذه بتاخد إيش؟ بتاخد ال intent + +120 +00:09:44,840 --> 00:09:48,600 +طبعا واضح أن هذا الواحد بيقول وين هذه ال start + +121 +00:09:48,600 --> 00:09:52,280 +activity هذه method موجودة في ال parent مش + +122 +00:09:52,280 --> 00:09:57,340 +aesthetic ليش مش aesthetic؟ إستدعيتها باسم class؟ + +123 +00:09:57,340 --> 00:10:02,520 +لأ كيف؟ موجودة في ال parent inherited هذه من ال + +124 +00:10:02,520 --> 00:10:08,170 +parent طيب start activity و ببعتلها ال intentأول + +125 +00:10:08,170 --> 00:10:11,370 +ما أقول start activity كأن أنا بطلب من ال Android + +126 +00:10:11,370 --> 00:10:14,350 +operating system شغّل ال activity اللي بياناتها + +127 +00:10:14,350 --> 00:10:18,490 +موجودة وين؟ اللي في وين موجودة بياناتها؟ في ال + +128 +00:10:18,490 --> 00:10:21,510 +intent في ال intent ال intent هي في بيانات ال + +129 +00:10:21,510 --> 00:10:24,760 +activity اللي بتشغّلها هيمش second activity of the + +130 +00:10:24,760 --> 00:10:27,520 +class موجودة ضمن ال intent وهنا بتقول start + +131 +00:10:27,520 --> 00:10:32,640 +activity وبعدتله ال I الآن هنا ببساطة الأمر هيروح + +132 +00:10:32,640 --> 00:10:36,100 +ل operating system هيشغل ال activity التاني ال + +133 +00:10:36,100 --> 00:10:39,340 +activity التاني هتقرض فوق ال activity الأولى، + +134 +00:10:39,340 --> 00:10:42,950 +تمام؟ يعني ال activity الأولى بتضل موجودةفي الـ + +135 +00:10:42,950 --> 00:10:46,370 +main array و فوقها بتنعرض ال activity التاني لما + +136 +00:10:46,370 --> 00:10:49,990 +أضغط back بسكر ال activity التاني برجع لمين ما + +137 +00:10:49,990 --> 00:10:53,890 +الأولى طبعا في stack حاجة بيسموها back stack في + +138 +00:10:53,890 --> 00:10:57,470 +الاندرويد كل activity جديدة الشغلية بتيجي هنا على + +139 +00:10:57,470 --> 00:11:01,870 +ال activity اللي قبلها طبعا لما تضغط back بسكر ال + +140 +00:11:01,870 --> 00:11:05,430 +activity اللي قدام و برجع اللي قبلها طبعا خلينا + +141 +00:11:05,430 --> 00:11:09,410 +نشوف الكلام هذابس هاي السطرين اللي أنا كتبته كل + +142 +00:11:09,410 --> 00:11:13,410 +اللي عملناها لحد تلاني أنشأت activity جديدة و عند + +143 +00:11:13,410 --> 00:11:16,450 +في اللحظة اللي بديها يشغل ال activity الجديدة اللي + +144 +00:11:16,450 --> 00:11:19,930 +هو عند الضغط على الذرع أنشأت intent و بعثت في اسم + +145 +00:11:19,930 --> 00:11:21,990 +ال class تعالي ال activity التانية و قلت له start + +146 +00:11:21,990 --> 00:11:26,470 +activity و بعثت ك parameter لل start activity ال + +147 +00:11:26,470 --> 00:11:29,030 +intent اللي احنا أنشأنا و الان بقوله run + +148 +00:12:04,720 --> 00:12:09,460 +طب يا جماعة لإن هي التطبيق تابعي بضغط على button + +149 +00:12:09,460 --> 00:12:12,340 +هيفتح ال activity الجديدة + +150 +00:12:35,620 --> 00:12:41,560 +مفهوم هذه يا جماعة طب الآن بدنا نبعت بيانات + +151 +00:12:42,770 --> 00:12:46,510 +للـ activity الجديدة يعني مثلا بنبعت لل user name + +152 +00:12:46,510 --> 00:12:49,890 +و ال password عشان يعرضهم وين في ال activity + +153 +00:12:49,890 --> 00:12:55,470 +الجديدة فبنروح ال gate على ال second activity و + +154 +00:12:55,470 --> 00:13:05,970 +نروح و نحط فيها ايش مش + +155 +00:13:05,970 --> 00:13:09,210 +ايه ال text text view للعرض text view للعرض + +156 +00:13:27,970 --> 00:13:33,490 +هي get username tv + +157 +00:13:33,490 --> 00:13:36,610 +و + +158 +00:13:36,610 --> 00:13:41,250 +هي password هتخلينا + +159 +00:13:41,250 --> 00:13:42,570 +نكبر الخط فيه شوية + +160 +00:14:05,740 --> 00:14:08,120 +الهدف ان انا ال user name و ال password اللي + +161 +00:14:08,120 --> 00:14:10,640 +موجودين في ال activity الأولى يسروا ال activity + +162 +00:14:10,640 --> 00:14:14,640 +تاني من عرضه في ال text view طب نرجع الآن الشغل + +163 +00:14:14,640 --> 00:14:19,500 +اللي هيكون في ال activity الأولى الان خلينا نقرأ + +164 +00:14:19,500 --> 00:14:25,760 +الكلام اللي موجود في عناصر ال activity الأولى وين + +165 +00:14:25,760 --> 00:14:31,020 +موجودين في edit text edit text user name ed + +166 +00:15:01,930 --> 00:15:08,490 +خلّيني اقرأ البيانات الان username ed.gettext + +167 +00:15:08,490 --> 00:15:17,810 +.string + +168 +00:15:17,810 --> 00:15:19,590 +username + +169 +00:15:36,260 --> 00:15:38,620 +طيب هاي البيانات اللي جيبناها و انا كيف البيانات + +170 +00:15:38,620 --> 00:15:43,420 +هنبعتها بقوللي انت هيك هيك بعت رسالة لمين لل + +171 +00:15:43,420 --> 00:15:47,380 +Android OS فالرسالة اللي انت بعتها حط فيها ايش + +172 +00:15:47,380 --> 00:15:50,800 +البيانات مش انا ايش هدف الرسالة اني احدد لل + +173 +00:15:50,800 --> 00:15:52,700 +Android Operating System ايش ال activity اللي + +174 +00:15:52,700 --> 00:15:57,430 +يشغلهابالمرة هنبعت معاها مين؟ البيانات يعني ال + +175 +00:15:57,430 --> 00:16:00,310 +intent في اسم ال activity بتشغلها وفيه برضه + +176 +00:16:00,310 --> 00:16:05,550 +البيانات طبعا ال intent هيصل هنا لل أندرويد system + +177 +00:16:05,550 --> 00:16:09,460 +لما شغل ال activity هيبعت ال intent نفسه لمين؟لل + +178 +00:16:09,460 --> 00:16:12,860 +activity اتنين يعني هذا عامل زي ما مركز البريد + +179 +00:16:12,860 --> 00:16:16,660 +تمام انت لا اه ال central انت الرسالة بتاعتك + +180 +00:16:16,660 --> 00:16:19,540 +مابتبعتهاش على طول للشخص توصل ل ال central و ال + +181 +00:16:19,540 --> 00:16:27,220 +central بيحولها لمين للشخص المطلوب تمام اذا هذا + +182 +00:16:27,220 --> 00:16:31,440 +الشخص ممنور تصل وسائل مابيحولهاش صح و لا يا جماعة + +183 +00:16:34,240 --> 00:16:36,500 +هتجيب .. كيف نحطها في الـ Intent؟ Intent هو معين + +184 +00:16:36,500 --> 00:16:41,040 +.. هتجيب الـ Intent نفسه لو عملت I شوف هذا الكلام + +185 +00:16:41,040 --> 00:16:44,360 +أنا أنشأت الـ Intent قبل ما أعمل Start Activity مش + +186 +00:16:44,360 --> 00:16:47,780 +تعمل Start Activity و بعدين تحط فيه بيانات بطل فيه + +187 +00:16:47,780 --> 00:16:53,180 +فايدة تمام؟ هاي I dot اه اطلع اول ما عمل dot + +188 +00:16:53,180 --> 00:16:56,780 +هتلاقي فيه عندك عشرين تلاتين method اسمها put + +189 +00:16:56,780 --> 00:17:04,220 +extra put extra ايش هي كلمة extra؟إضافة يعني أضف + +190 +00:17:04,220 --> 00:17:08,220 +بيانات ع مين على الـ Intent هيك معناها لأن الـ + +191 +00:17:08,220 --> 00:17:11,020 +Plot Extra هذي بيقول عشان تحط بيانات في الـ Intent + +192 +00:17:11,020 --> 00:17:15,560 +كل بيانات بدك تحطها بدك تحط ال data و تعطيها اسم + +193 +00:17:15,560 --> 00:17:23,180 +يعني مثلا حط اللصت على ال user name و تحط اسم على + +194 +00:17:23,180 --> 00:17:26,660 +أساس إن هناك تجيب ال data بدلالة الاسم هذا + +195 +00:17:35,250 --> 00:17:38,390 +طبعا هنا هو في الـ intent بدعم أنواع معينة من + +196 +00:17:38,390 --> 00:17:41,490 +البيانات طبعا يعني مثلا بيقول انت ممكن تبعت هاي + +197 +00:17:41,490 --> 00:17:46,220 +put extra string stringيعني ال key دا من ال string + +198 +00:17:46,220 --> 00:17:50,500 +ال key اللي هو اسم اللي بتطلقه على البيانات لكن + +199 +00:17:50,500 --> 00:17:53,280 +اللي بيختلف إيه إيش نوع ال value بيدعم أنواع + +200 +00:17:53,280 --> 00:17:56,780 +مختلفة من البيانات باسم محددة يعني مثلا ممكن تبعت + +201 +00:17:56,780 --> 00:18:01,080 +string, integer, byte, char, long, floatarray of + +202 +00:18:01,080 --> 00:18:05,040 +integers short حد يسميها bundle array of bytes + +203 +00:18:05,040 --> 00:18:08,360 +array of characters double array of long Boolean + +204 +00:18:08,360 --> 00:18:12,160 +array of node يعني أنواع حد يسميها parsable هنتكلم + +205 +00:18:12,160 --> 00:18:16,620 +عليها char sequence زي ال string serializable + +206 +00:18:16,620 --> 00:18:22,950 +تمام؟ وفيه كمان ممكن تبعد array listهنشوف كيف نبعت + +207 +00:18:22,950 --> 00:18:26,470 +object معين حاليا احنا انواع ال data اللي نبعتها + +208 +00:18:26,470 --> 00:18:29,570 +ايش ال user name و ال password ايش هما ال slang + +209 +00:18:29,570 --> 00:18:35,430 +فبختار هذه put extra name value الان ايش هنطلق على + +210 +00:18:35,430 --> 00:18:40,410 +البيانات اللي نبعتها ما هو كام data عندي انا اتنين + +211 +00:18:40,410 --> 00:18:43,370 +صح ولا واحدة واحدة بتحطهم put extra هذه ايش + +212 +00:18:43,370 --> 00:18:48,800 +هنسميها user name وحط البيانات user nameيعني + +213 +00:18:48,800 --> 00:18:53,160 +البيانات هذه اطلقت عليها اسم ايش username i + +214 +00:18:53,160 --> 00:19:00,660 +.putextra الان التانية password وسميها برضه + +215 +00:19:00,660 --> 00:19:05,180 +password فى كده انا جاعة بضيف بيانات وين على + +216 +00:19:05,180 --> 00:19:08,340 +الانترنت بتقدر تحط اللي انت بدكيها دلك ايش ضيف + +217 +00:19:08,340 --> 00:19:15,160 +putextra وضيف البيانات اللي انت بدكيها و + +218 +00:19:15,160 --> 00:19:17,980 +بعد ما تخلص اضافة البيانات اللي بدكيها بتعمل start + +219 +00:19:20,630 --> 00:19:24,210 +Activity ماشي يا جماعة، هيك الـ Intent مبعت في اسم + +220 +00:19:24,210 --> 00:19:26,050 +الـ Activity اللي نشغلها كل البيانات اللي بدنا + +221 +00:19:26,050 --> 00:19:30,710 +هيها المفروض الـ Intent بيجي هنا وهذا بيبعت لمن؟ + +222 +00:19:30,710 --> 00:19:34,650 +لمن Activity اشتغلت الـ Activity التاني هاي إجت + +223 +00:19:34,650 --> 00:19:38,110 +هنا هلجيت دور الـ Activity التاني إيش؟ إن الـ + +224 +00:19:38,110 --> 00:19:44,130 +Intent اللي وصلها تفتح الظرف وتطلق البيانات وتحطها + +225 +00:19:44,130 --> 00:19:47,730 +في ال text view اللي عندها مش هيك وظيفتها؟ تمام؟ + +226 +00:19:49,110 --> 00:19:53,370 +طيب اول حاجة كيف هيجيب الرسالة اللي اجتها؟ في + +227 +00:19:53,370 --> 00:19:58,790 +ميثوب برضه موجود اسمها get intent شايفينها؟ get + +228 +00:19:58,790 --> 00:20:03,850 +intent الاصل ان هذه ال activity اشتغلت بناء علشان + +229 +00:20:03,850 --> 00:20:09,850 +رسالة وصلها فget intent intent I المفروض ان + +230 +00:20:09,850 --> 00:20:16,770 +استقبلته ال intent وعشان يكون شغلنا صحي تمام؟ + +231 +00:20:16,770 --> 00:20:17,850 +نقوله Fi + +232 +00:20:21,380 --> 00:20:27,700 +لأ يساوي I لأ يساوي null لأنه ممكن تكون ال intent + +233 +00:20:27,700 --> 00:20:32,340 +null اشتغلت بدون ما يصلها ال intent مثلا ف I لأ + +234 +00:20:32,340 --> 00:20:37,240 +يساوي null يعني فيه إيش؟ فيه رسالة مصممة الآن + +235 +00:20:37,240 --> 00:20:46,740 +تعالي على ال Iوقول له get ..شوف ايش في عندك مش في + +236 +00:20:46,740 --> 00:20:50,340 +put extra هال get في عندك get string extra get + +237 +00:20:50,340 --> 00:20:53,500 +boolean array extra get boolean extra لكل أنواع + +238 +00:20:53,500 --> 00:20:57,180 +البيانات اللي حطيتها هنجيلها get تمام احنا ايش + +239 +00:20:57,180 --> 00:21:01,860 +حطينا؟ حطينا string تمام فهنقوله get string extra + +240 +00:21:01,860 --> 00:21:08,180 +ايش اسم البيانات اللي حطيناها؟ username هذا + +241 +00:21:08,180 --> 00:21:15,890 +هيرجعلك stringنسميها username خلصنا + +242 +00:21:15,890 --> 00:21:23,610 +لسه بيانات تانية string password I get string + +243 +00:21:23,610 --> 00:21:30,750 +extra و اكتب password هيجيبنا + +244 +00:21:30,750 --> 00:21:35,570 +البيانات وعشان كمان الدقة شوف انا ايش بدي اعمل if + +245 +00:21:35,570 --> 00:21:38,810 +I dot has extra + +246 +00:21:56,970 --> 00:22:03,050 +ماذا فعلت؟ هذا ميثود للفحص لكي نتأكد أن البيانات + +247 +00:22:03,050 --> 00:22:06,010 +موجودة في الـ Intent + +248 +00:22:11,720 --> 00:22:15,580 +هيرجع للـ .. تمام؟ مش هتكون موجود يعني ما افرض + +249 +00:22:15,580 --> 00:22:18,820 +احطتها user name ونسيت ال E مثلا في ال .. هناك لما + +250 +00:22:18,820 --> 00:22:21,540 +بعدت البيانات هنا بدور أي user name مش هيلاجيها + +251 +00:22:21,540 --> 00:22:25,820 +كاملة هناك بعدت user name ال E ناجفة هنا بدور أي + +252 +00:22:25,820 --> 00:22:29,220 +user name كاملة مش هيلاجيها صح؟ فانا كأنه بقوله + +253 +00:22:29,220 --> 00:22:32,980 +أفضل قبل ما تجيب البيانات تمام؟ روح تأكد أنها + +254 +00:22:32,980 --> 00:22:37,120 +موجودة لأن هذه البيانات اللي جيبتها مش المفروض + +255 +00:22:37,120 --> 00:22:43,070 +أعمل فيهاأحطها فى text view فتعالى ال gate و اقوله + +256 +00:22:43,070 --> 00:22:47,250 +text view username + +257 +00:22:47,250 --> 00:22:54,490 +tv find view by + +258 +00:22:54,490 --> 00:22:59,330 +id r + +259 +00:22:59,330 --> 00:23:08,450 +.id username tv انا شغال في ال activity التانىلأن + +260 +00:23:08,450 --> 00:23:13,290 +هذا ايش من هنا اعمل فيه username tv set text + +261 +00:23:13,290 --> 00:23:17,570 +username + +262 +00:23:17,570 --> 00:23:23,590 +ماشي يا جماعة نفس الحاجة لو كان في ال intent + +263 +00:23:23,590 --> 00:23:28,350 +بيانات بالاسم password جيب البيانات هذه خزناها في + +264 +00:23:28,350 --> 00:23:32,690 +ال string اسمها password وبعدين + +265 +00:23:32,690 --> 00:23:34,790 +جيب ال text view بتاع ال password + +266 +00:24:05,070 --> 00:24:08,470 +طيب نختصر الموضوع اللي سويته يا جماعة عشان اشتغل + +267 +00:24:08,470 --> 00:24:11,670 +activity من ال activity تانية انه انا انشأت intent + +268 +00:24:11,670 --> 00:24:15,430 +و حطيت فيه اسم ال class بتاعة ال activity اللي بدي + +269 +00:24:15,430 --> 00:24:19,010 +اشتغل اذا انت بدك تبعت بيانات لل activity اللي بدي + +270 +00:24:19,010 --> 00:24:22,890 +تستقبل بال intent نفسه بتستخدم ال method put extra + +271 +00:24:22,890 --> 00:24:27,530 +بتحط البيانات و بتحط لكل نوع من البيانات ايش مصمم + +272 +00:24:27,530 --> 00:24:30,170 +الاسم هذا مهم عشان انت هتجيب البيانات في ال + +273 +00:24:30,170 --> 00:24:32,830 +activity التانية بدلالة المصمم هذا روحنا على ال + +274 +00:24:32,830 --> 00:24:37,150 +activity التانية second activityأشتغلت الـ + +275 +00:24:37,150 --> 00:24:40,090 +activity التانية إلى أن نقرأ البيانات اللي جاية مع + +276 +00:24:40,090 --> 00:24:42,990 +الـ Intent جيبنا الـ Intent عن طريق المفهد + +277 +00:24:42,990 --> 00:24:46,410 +getIntent و بعدين قلنا له إذا الـ Intent لا يُسمّى + +278 +00:24:46,410 --> 00:24:49,230 +null افحص و الله إذا الـ Intent فيه بيانات اسمها + +279 +00:24:49,230 --> 00:24:54,130 +username جيب البيانات هذه عن طريق getString extra + +280 +00:24:54,130 --> 00:24:59,890 +و جيب الـ text فيه و يقرب البيانات فيه واضحة في + +281 +00:24:59,890 --> 00:25:00,490 +هذه يا جماعة؟ + +282 +00:25:36,400 --> 00:25:45,360 +طيب هاي التطبيق عندي تمام + +283 +00:25:45,360 --> 00:25:49,240 +هاي باترون هاي جابلي البيانات في ال activity + +284 +00:25:49,240 --> 00:25:54,800 +التاني هاي + +285 +00:25:54,800 --> 00:26:01,460 +بقت اشي فاضي تمام اعملها في ال code if equals فاضي + +286 +00:26:01,460 --> 00:26:04,000 +تمام يعني هذا شغل Java + +287 +00:26:12,980 --> 00:26:16,320 +بتغير البيانات وتبعتها هنا وبجيبها باستقبالها في + +288 +00:26:16,320 --> 00:26:22,600 +ال activity التاني ممكن + +289 +00:26:22,600 --> 00:26:29,600 +تبعت أي نوع بيانات يعني مثلا لو ضفت انت edit text + +290 +00:26:38,160 --> 00:26:42,640 +اللي هو مثلا نبعت العمر، العمر إيش؟ يفضل نبعته + +291 +00:26:42,640 --> 00:26:45,340 +integer مثلا، تمام؟ حابين نبعته integer، من بعد أن + +292 +00:26:45,340 --> 00:27:04,040 +أفرجك كيف تبعت أنواع مختلفة طيب، + +293 +00:27:04,040 --> 00:27:06,300 +هاي ال first activity بإننا نقرأ العمر، هال gate + +294 +00:27:06,300 --> 00:27:21,770 +صح؟ent age يساوي age + +295 +00:27:21,770 --> 00:27:23,790 +edit text + +296 +00:27:49,930 --> 00:28:00,230 +تمام الان age integer dot parse int age ed dot get + +297 +00:28:00,230 --> 00:28:10,630 +text تمام + +298 +00:28:10,630 --> 00:28:14,930 +ايش عملت هناقرأته و حولته ل Integer بس اكتر + +299 +00:28:14,930 --> 00:28:19,910 +انتباهي هنا انك لو مدخل نص مش أرقام هيطلع Error صح + +300 +00:28:19,910 --> 00:28:23,870 +و أنا exception طب الآن انا بس عشان ابينك انه + +301 +00:28:23,870 --> 00:28:26,210 +بيبعت ألوان تانية من البيانات بدي نبعت البيانات + +302 +00:28:26,210 --> 00:28:29,490 +هذه برضه بتحط هون في ال Intent قبل ما تعمل start + +303 +00:28:29,490 --> 00:28:35,630 +activity Intent الان put extra في الان إيش بنسميه + +304 +00:28:35,630 --> 00:28:39,250 +هنا age و بتبعت ash هاي ال ash تبعنا + +305 +00:28:42,130 --> 00:28:45,030 +هو استخدم الـ method اللي بتاخد name string و + +306 +00:28:45,030 --> 00:28:51,810 +بتاخد integer طبعا بالان هذه بالنسبة قبلها في ال + +307 +00:28:51,810 --> 00:28:57,850 +second activity وهي + +308 +00:28:57,850 --> 00:28:58,850 +كمان text view + +309 +00:29:13,870 --> 00:29:20,530 +الان في ال second activity إذا + +310 +00:29:20,530 --> 00:29:29,110 +ال content has extra إيش سمناها احنا age الان + +311 +00:29:29,110 --> 00:29:34,610 +integer age يساوي روح لل content و قوله getانت + +312 +00:29:34,610 --> 00:29:38,670 +إكسترا على طول مش انا حطيته ك integer جيت انت + +313 +00:29:38,670 --> 00:29:42,370 +إكسترا إيش سمناه لما حطناه في ال intent age بيجيوا + +314 +00:29:42,370 --> 00:29:45,890 +منها integer على طول أه بس هاد إيش الانت إكسترا + +315 +00:29:45,890 --> 00:29:50,970 +بيقولني حط default value بحيث إنه لو مالجهوش يعتقم + +316 +00:29:50,970 --> 00:29:58,760 +افترضيا يعني معناه إنه الآن هوكيف؟ اه بطلت لازاس + +317 +00:29:58,760 --> 00:30:02,180 +بعدين تفحص مثلا مش موجود طلعله error او قوله + +318 +00:30:02,180 --> 00:30:06,360 +invalid age او كذا يعني اذا لقى age بحطه هنا + +319 +00:30:06,360 --> 00:30:11,320 +مالقاش age طيب ماكانش فيه integer هحط ايش صفر اللي + +320 +00:30:11,320 --> 00:30:14,360 +هي default value لو مالقاش العنصر هذا هو احنا + +321 +00:30:14,360 --> 00:30:18,260 +فحصين فوق انه لو كان موجود اقرأه بس حط default + +322 +00:30:18,260 --> 00:30:21,740 +value اي حاجة طب جبنا ال integer هلجيت خلاص بتروح + +323 +00:30:21,740 --> 00:30:32,690 +ل text viewage tv find view r + +324 +00:30:32,690 --> 00:30:34,430 +.id.age + +325 +00:30:49,090 --> 00:30:53,230 +set text و بتحطله ال age لازم تكون ايش set text + +326 +00:30:53,230 --> 00:30:58,310 +بتاخد ال string تمام فى نقطة مهمة يا جماعة الان + +327 +00:30:58,310 --> 00:31:06,290 +دلوقت لو قلتله find view by ID age edit text هيطلع + +328 +00:31:06,290 --> 00:31:11,230 +error ليش أنا قاعد مبحث في وين في ال activity + +329 +00:31:11,230 --> 00:31:15,390 +التانى ال activity التانية فيها age edit text لأ + +330 +00:31:15,390 --> 00:31:20,210 +هيطلع null مش هنا Gليش؟ لأن هذا مش موجود في ال + +331 +00:31:20,210 --> 00:31:24,050 +activity find view by ID بتدور وين؟ في ال activity + +332 +00:31:24,050 --> 00:31:27,470 +نفسها كتير طلاب اللي بالذات اللي ببدأ يبرمج في ال + +333 +00:31:27,470 --> 00:31:29,670 +Android بيلخبط كتير بيقول اللي بيدور عليه بيطلع + +334 +00:31:29,670 --> 00:31:34,010 +نار بيقول عد هو بيبحث وين في أنصر في ال activity + +335 +00:31:34,010 --> 00:31:37,870 +الأولى عشان هات كمان هاول اتسمي العناصر اللي في ال + +336 +00:31:37,870 --> 00:31:43,510 +activities باسماء مختلفة عشان ماتلخبطش طبعا؟ لإفرض + +337 +00:31:43,510 --> 00:31:48,430 +في الأولى فيه HTV وفي التانية فيه HTVماذا سيحصل؟ + +338 +00:31:48,430 --> 00:31:52,090 +فهو فعلًا الـGP التي تبحث فيها أنا ببحث في + +339 +00:31:52,090 --> 00:31:55,970 +activity 2 إذا كان في activity 2 HTV، فهو سيحصل + +340 +00:31:55,970 --> 00:32:00,850 +ليه هل يكون هناك شيء يخرجني منه؟ لا تمام؟ أنا أصلا + +341 +00:32:00,850 --> 00:32:03,930 +لا أريد الـEdit Text بس بقول مثلًا، لو قمت هكذا، + +342 +00:32:03,930 --> 00:32:06,430 +سيخرجني القرار لأن في الحقيقة ليس موجود الـEdit + +343 +00:32:06,430 --> 00:32:10,370 +Text في الـActivity الثانية الـActivity الثانية + +344 +00:32:10,370 --> 00:32:11,930 +فيها الـHTV + +345 +00:33:04,990 --> 00:33:09,030 +تمام هاي عرضنا العشرين في ال text view بس هو خطوة + +346 +00:33:09,030 --> 00:33:15,710 +صغيرة ماشي + +347 +00:33:15,710 --> 00:33:32,290 +يا جماعة طيب + +348 +00:33:32,290 --> 00:33:37,130 +لسه في موضوع تشغيلactivity من activity احنا + +349 +00:33:37,130 --> 00:33:39,390 +الطريقة هذه يا جماعة او هذا ال intent اللي احنا + +350 +00:33:39,390 --> 00:33:45,770 +عملنا نطلق عليه اسم اسمه explicit intent ايش يعني + +351 +00:33:45,770 --> 00:33:51,190 +كلمة explicit intent صريح صريح ليش لأن انت لما + +352 +00:33:51,190 --> 00:33:55,150 +بتشغل activity بتدي اسم ل class بتاعة ال activity + +353 +00:33:55,150 --> 00:34:00,290 +اللي بتشغلطبعا لكن احيانا احنا بلزام نشغل activity + +354 +00:34:00,290 --> 00:34:05,870 +مش موجودة في التطبيق تبعنا موجودة في تطبيق اخر زي + +355 +00:34:05,870 --> 00:34:09,850 +مش مثلا انا في التطبيق تبعي بدي افتح ال browser ال + +356 +00:34:09,850 --> 00:34:14,010 +browser عبارة عن تطبيق موجود في الجهاز اللي هو + +357 +00:34:14,010 --> 00:34:17,950 +activity طبعا انا بدي اشغل ال browser فانا بشغل + +358 +00:34:17,950 --> 00:34:23,840 +قاعد activity مش موجودة في التطبيق في تطبيق اخراسم + +359 +00:34:23,840 --> 00:34:27,700 +ال class بتاعة ال web البراوزر ما بعرفهاش أنا + +360 +00:34:27,700 --> 00:34:32,240 +تمام؟ هذه الطريقة ال explicit intel مابتظبطش إلا + +361 +00:34:32,240 --> 00:34:36,500 +لو ال activity اللي بتشغلها موجودة في تطبيقتي لأن + +362 +00:34:36,500 --> 00:34:39,820 +هيك بتعرف على ال second activity لأنها موجودة في + +363 +00:34:39,820 --> 00:34:44,260 +نفس ال package تمام؟ انت هرجع في project Java + +364 +00:34:44,260 --> 00:34:48,800 +بتقدر من خلال ال project نفسك تتعرف على ال class + +365 +00:34:48,800 --> 00:34:53,430 +موجودة في ال project تاني ولا عمرك بتعملهاالـ + +366 +00:34:53,430 --> 00:34:57,110 +classes بتعرف على بعض إذا كانوا موجودين مع بعض في + +367 +00:34:57,110 --> 00:35:01,610 +نفس ال project يبقى هذا الطريقة او احنا بنسميه + +368 +00:35:01,610 --> 00:35:04,950 +explicit intent ليش سموه explicit أو صريح لأنك + +369 +00:35:04,950 --> 00:35:08,110 +بتصرح باسم ال activity أو ال class ساعة ال + +370 +00:35:08,110 --> 00:35:10,670 +activity اللي بدك تشغلها مباشرة عشان تسموه صريح + +371 +00:35:10,670 --> 00:35:16,770 +بنفع انت لما انت بدك تشغل activity موجودة في + +372 +00:35:16,770 --> 00:35:20,240 +تطبيقكلكن لو بدك تشغّل activity مش موجودة في + +373 +00:35:20,240 --> 00:35:26,440 +تطبيقك هذا الطريقة بتنفعش نشوف طريقة تانية لان ايش + +374 +00:35:26,440 --> 00:35:29,620 +الطريقة التانية لتشغيل ال activity خلينا نجربها + +375 +00:35:29,620 --> 00:35:32,640 +على ال application تبعنا بعدين و نشوف كيف هنستفيد + +376 +00:35:32,640 --> 00:35:38,200 +منها عشان نشغل من خلال تطبيقنا تطبيقات على الجهاز + +377 +00:35:38,200 --> 00:35:41,280 +يعني اللي هنسير من خلال ال activity بتاعنا نقول + +378 +00:35:41,280 --> 00:35:45,680 +افتحلي موقع معين يروح يفتح ايش browser اعمللي + +379 +00:35:45,680 --> 00:35:50,450 +مكالمةمن تطبيق يقول لي dial number معين يروح يتصل + +380 +00:35:50,450 --> 00:35:53,990 +عليه في الحالة هذه تطبيقي بيفتح تطبيق التليفون + +381 +00:35:53,990 --> 00:35:58,850 +عشان يتصل من خلال تطبيقي بخليه يبعد SMS من خلال + +382 +00:35:58,850 --> 00:36:03,460 +التطبيق نفسه بخليه يشغل برنامج الكاميراكل هذه الـ + +383 +00:36:03,460 --> 00:36:07,640 +SMS أو الكاميرا أو الاتصال التليفوني أو الـ + +384 +00:36:07,640 --> 00:36:10,660 +browser كلها تطبيقات موجودة على الجوال أنا من خلال + +385 +00:36:10,660 --> 00:36:14,200 +تطبيقي بقدر أشغل التطبيقات هذه باستخدام الـ intent + +386 +00:36:14,200 --> 00:36:18,920 +تمام؟ بس الفرق أنه بينفعش أحط أو بعرفش أنا اسم ال + +387 +00:36:18,920 --> 00:36:22,040 +class عشان أحطها لأن هذه التطبيقات خارج تطبيقي + +388 +00:36:22,040 --> 00:36:25,900 +تمام؟ فالطريقة هذه بتنفعش إلا لو أنا بدأ أشغل + +389 +00:36:25,900 --> 00:36:30,090 +class أو activity في التطبيق تبعيطيب عشان نتعلم + +390 +00:36:30,090 --> 00:36:33,690 +كيف نشغل تطبيقات تانية انتبه ما اعلمك الطريقة + +391 +00:36:33,690 --> 00:36:36,550 +التانية وبعدين نشوف كيف نطبقها على مثلا الكاميرا + +392 +00:36:36,550 --> 00:36:40,030 +او ال browser او ال SMS او غيره لأن الطريقة + +393 +00:36:40,030 --> 00:36:47,450 +التانية ان بدل ما احنا نحط اسم لكلاس مباشرة بنروح + +394 +00:36:47,450 --> 00:36:53,070 +ونحدد حد يسميها action لكلاسللـ activity كيف يعني؟ + +395 +00:36:53,070 --> 00:36:55,330 +الان روح على ال manifest file بتذكرين ال manifest + +396 +00:36:55,330 --> 00:37:00,130 +file هذا؟ قولنا فيه اعدادات عامة للتطبيق ومرينا + +397 +00:37:00,130 --> 00:37:03,490 +عليه قبل هيك اللي هو مثلا لو بدنا نثبت اتجاه ال + +398 +00:37:03,490 --> 00:37:07,230 +activity صحيح ولا؟ أخدمها هذه بتيجي في ال activity + +399 +00:37:07,230 --> 00:37:14,870 +نفسها و بتقوله screen orientation صحيح ولا؟ الان + +400 +00:37:14,870 --> 00:37:16,290 +في ال intent file هذا + +401 +00:37:19,750 --> 00:37:24,310 +كم activity tag لـ activity موجود عندك؟ اتنين، لأن + +402 +00:37:24,310 --> 00:37:28,110 +أي activity أنت بتعملها مباشرة بيروح بيحطلها tag + +403 +00:37:28,110 --> 00:37:33,190 +في التطبيق تبعك، تمام؟ في كمان من ضمن ال activity + +404 +00:37:33,190 --> 00:37:39,110 +في tag اسمه intent filter، إيش أنا intent filter؟ + +405 +00:37:43,610 --> 00:37:46,850 +الهدف أو الرسالة اللي بتلبية لمن؟ لل operating + +406 +00:37:46,850 --> 00:37:54,310 +system filter ايش يعني؟ مفالتر ال Intents الآن ال + +407 +00:37:54,310 --> 00:37:56,910 +activity الأولى فيها Intent Filter هتتكلم عليه + +408 +00:37:56,910 --> 00:37:58,650 +بعدين تعالي على activity التانية ال second + +409 +00:37:58,650 --> 00:38:03,470 +activity فيها Intent Filter؟ لأ، الآن تشوف انا ايش + +410 +00:38:03,470 --> 00:38:08,610 +بدي اعمل؟ بتضيف tag جديد اسمهIntent Filter هنحكي + +411 +00:38:08,610 --> 00:38:14,510 +ايش هو هذا تمام و اجيت جوا بده احط كلمة action + +412 +00:38:14,510 --> 00:38:21,350 +name وسميه اي حاجة يبقى دي وليهكن aaa تمام و بعدين + +413 +00:38:21,350 --> 00:38:29,310 +category هذي خليها default زي هي طيب مرة تاني + +414 +00:38:29,310 --> 00:38:31,870 +اعملت جوا ال activity بتاعة اللي هي كانت في الأول + +415 +00:38:31,870 --> 00:38:37,010 +فاضية حاجة اسمها Intent Filter تمام هاي بالشكل هذا + +416 +00:38:38,220 --> 00:38:41,740 +طيب اطلقت انا قلت في عندي في ال tag اسمه action + +417 +00:38:41,740 --> 00:38:49,040 +ايش عن كلمة action الحدث او ال even هذا معناه ان + +418 +00:38:49,040 --> 00:38:53,120 +ال second activity بتشغل عن حدث اسمه او عند action + +419 +00:38:53,120 --> 00:38:58,500 +اسمه AAA طبعا طيب لان تطلع معانا ايش هيصير ايش هدف + +420 +00:38:58,500 --> 00:39:03,560 +هيديتهلأن أنا ما بدي أنشأ content من ال activity + +421 +00:39:03,560 --> 00:39:08,260 +واحد و بدل ما أقوله شغّلي ال second activity بدي + +422 +00:39:08,260 --> 00:39:12,160 +أقوله شغّلي ال activity اللي ال action تبعها ايه + +423 +00:39:12,160 --> 00:39:18,160 +ايه ايه ماحددتش انا اسم ال class بتاعة ال activity + +424 +00:39:18,160 --> 00:39:22,080 +اللي بدي أشغلها حددت ايش بعدتله ال string و قلتله + +425 +00:39:22,080 --> 00:39:25,780 +شغّلي ال activity اللي ال action تبعها ايه ايه ايه + +426 +00:39:26,850 --> 00:39:30,710 +طبعا هذا رسالة هتصل لمن؟ لل Android operating + +427 +00:39:30,710 --> 00:39:34,590 +system الان ال Android operating system ايش وصله؟ + +428 +00:39:34,590 --> 00:39:39,090 +وصله الحروف هذه الان هو مش عارف ايش بده يعمل فيهم + +429 +00:39:39,090 --> 00:39:42,090 +ايش بده يسوي هيروح لكل التطبيقات اللي عندك على + +430 +00:39:42,090 --> 00:39:46,870 +الجهاز وكل تطبيق هيروح ل manifest file تبعه يعني + +431 +00:39:46,870 --> 00:39:50,510 +الان الجهاز تبعك فيه مثلا خلنا نقول عشرين تطبيق + +432 +00:39:50,510 --> 00:39:53,210 +طبعا كل تطبيق انه manifest + +433 +00:39:58,270 --> 00:40:04,180 +كل تطبيق انه manifest file وهيروح يبحثفي كل الـ + +434 +00:40:04,180 --> 00:40:08,160 +Manifest files الموجودة على إيش بوروله يا جماعة + +435 +00:40:08,160 --> 00:40:13,040 +مين AAA هذا؟ مين ال action AAA؟ هيبورس ال manifest + +436 +00:40:13,040 --> 00:40:18,100 +file هذا بتاع تطبيق تاني في AAA فشي بيسيبه بيروح + +437 +00:40:18,100 --> 00:40:21,640 +على التطبيق التاني التالت الرابع لحد ما يصل + +438 +00:40:21,640 --> 00:40:25,200 +التطبيق نفسه تبعنا هو هذا التطبيق واحد من مين؟ من + +439 +00:40:25,200 --> 00:40:28,360 +التطبيقات هذه هيفتح ال manifest file هيبوره هيلاقي + +440 +00:40:28,360 --> 00:40:33,690 +فيه action اسمه AAAلقى صح و أنا بفهم ان هو هذا + +441 +00:40:33,690 --> 00:40:38,150 +تابع لمين لل activity اسمها second activity بروح + +442 +00:40:38,150 --> 00:40:41,750 +بشغلها + +443 +00:40:41,750 --> 00:40:47,510 +هذه + +444 +00:40:47,510 --> 00:40:50,410 +عاملة زي ايش يا جماعة هتجد ان انا لما ابعت رسالة + +445 +00:40:50,410 --> 00:40:55,850 +تمام ممكن مباشرة احط اسم الشخص على طول اللي انا + +446 +00:40:55,850 --> 00:41:01,680 +بديه اسمه كاملا تمامببعتها لمحطة ال .. لمركز + +447 +00:41:01,680 --> 00:41:04,300 +البريد مركز البلاغ الاسم على طول .. اذا عارف الاسم + +448 +00:41:04,300 --> 00:41:07,920 +بيبعته على طول له لكن مرات ممكن انا اتخوض مابعتش + +449 +00:41:07,920 --> 00:41:13,060 +اسم الشخص اللي هذا ابعت مثلا رقم جواله تمام؟ هتجيه + +450 +00:41:13,060 --> 00:41:16,000 +توصل رقم جوال لمين؟ لمركز البريد مركز البريد + +451 +00:41:16,000 --> 00:41:21,640 +بالرقم الجوال بيقدر يعرف الشخص نفسه؟ اه؟ لأ، بده + +452 +00:41:21,640 --> 00:41:26,360 +يروح يضطر ان يفتح الدليل التليفونات تمام؟ عشان + +453 +00:41:26,360 --> 00:41:32,270 +يعرف ايش اسم الشخصصح؟ هيك وهذا اللي صار انه بدل + +454 +00:41:32,270 --> 00:41:37,650 +محدد ال activity مباشرة حددت ايش ال action تبعها + +455 +00:41:37,650 --> 00:41:43,770 +طبعا؟ الان هو اصله action بس مايعرفش ال activity + +456 +00:41:43,770 --> 00:41:46,110 +اللي بده يشغلها مين كيف بده يعرف مين ال activity + +457 +00:41:46,110 --> 00:41:49,150 +اللي بده يشغلها؟ بده يضطر يرجع لكل التطبيقات اللي + +458 +00:41:49,150 --> 00:41:52,790 +في الجهاز ويبحث على ال manifest files كلهم لحد ما + +459 +00:41:52,790 --> 00:41:56,270 +يلاقي ال activity اللي لها ال action اسم ايه ايه + +460 +00:41:56,270 --> 00:42:00,680 +وبيشغلهاهذا الطريقة التانية احنا بيسميها implicit + +461 +00:42:00,680 --> 00:42:06,000 +intent يعني هدف ضمني، هدف ضمني إنه أنا ماصرحتش + +462 +00:42:06,000 --> 00:42:09,720 +باسم ال activity مباشرة صرحت بال action بتاع ال + +463 +00:42:09,720 --> 00:42:14,020 +activity تمام؟ فهو بضطر في الحالة هذه إنه يدور في + +464 +00:42:14,020 --> 00:42:16,580 +ال manifest file set كل التطبيقات على activity + +465 +00:42:16,580 --> 00:42:21,000 +إنها نفس ال action هذا لو لدى تطبيقين إنهم نفس ال + +466 +00:42:21,000 --> 00:42:25,520 +action ماممكن يكون هذا ال AAAفي تطبيق تاني حاطه ل + +467 +00:42:25,520 --> 00:42:29,180 +activity تاني وقتها بتطلعلك خيارات بيقولك بتشغل + +468 +00:42:29,180 --> 00:42:33,360 +هذا و لا بتشغل هذا مرات انتوا لما تشغلوا تطبيقات + +469 +00:42:33,360 --> 00:42:37,580 +براوزر بتفتح صفحة web بتطلعلك خيارات صح تمام هذا + +470 +00:42:37,580 --> 00:42:42,800 +هنجربه عنه هنا الان خلينا نجرب هذا عشان ننهي في + +471 +00:42:42,800 --> 00:42:46,220 +المحاضرة الان انا ايش ال action اللي حطيته الان + +472 +00:42:46,220 --> 00:42:50,380 +انا رجعت للتطبيق تبعي وقلتله بدل ما تشغلSecond + +473 +00:42:50,380 --> 00:42:53,080 +activity هي الـ Intent هذا اللي بحط فيه اسم ال + +474 +00:42:53,080 --> 00:42:59,420 +activity اللي بتشغلها كتبت بس فيه إيش هاي + +475 +00:42:59,420 --> 00:43:02,740 +ال Intent بس حتى ال context ماحطتهوش هذا رسالة + +476 +00:43:02,740 --> 00:43:07,470 +هتصل لمن؟ لل Android systemواسمه اسم الـ Activity + +477 +00:43:07,470 --> 00:43:11,010 +ولا الـ Action تبعها؟ Action 3 هو مش عارف لسه الـ + +478 +00:43:11,010 --> 00:43:15,050 +Activity هيضطر يدور في كل التطبيقات على الجهاز على + +479 +00:43:15,050 --> 00:43:17,830 +الـ Activity اللي هو بدور إلى وين في التطبيقات؟ + +480 +00:43:17,830 --> 00:43:21,610 +بيفتح ملفاتهم كلهم؟ لأ، بدور في مين؟ في الـ + +481 +00:43:21,610 --> 00:43:24,490 +Manifest بس الـ Manifest معرق فيه الـ Activities + +482 +00:43:24,490 --> 00:43:27,990 +وإيش الـ Action تبعها هيدور في كل الـ Manifest + +483 +00:43:27,990 --> 00:43:33,100 +لأنهم ضمنهم الـ Manifest في حتة التطبيق نفسههيلاج + +484 +00:43:33,100 --> 00:43:35,660 +ايه ايه تاب على مين لل second activity على طول + +485 +00:43:35,660 --> 00:43:41,480 +بروح بشغّل ال second activity لأن واحد بيسأل اكيد + +486 +00:43:41,480 --> 00:43:46,040 +في مخ واحد فيكوا او بعضكوا انه طب يا عم مالاش + +487 +00:43:46,040 --> 00:43:48,380 +اللفة هذه مدّيله اسم ال activity على طول و خلاص + +488 +00:43:48,380 --> 00:43:51,520 +لأن ماشي هذا الكلام لو انا لو انا بده اشغل + +489 +00:43:51,520 --> 00:43:54,740 +activity في نفس التطبيق مافيش ده اللي عملناه يا + +490 +00:43:54,740 --> 00:43:59,860 +هدر لكن هذا هيلزم امتى لما نشغل activity في تطبيق + +491 +00:43:59,860 --> 00:44:05,190 +اخراللي هي هتبين فائدته المحاضرة الجاي لما نروح + +492 +00:44:05,190 --> 00:44:08,590 +نشغل الكاميرا لما نروح نشغل ال browser ايوة انا + +493 +00:44:08,590 --> 00:44:12,770 +بقدر اصل ال activity من التطبيق التاني؟ اه تقدر + +494 +00:44:12,770 --> 00:44:17,370 +اذا انت في التطبيق التاني يعني التطبيق التاني عارف + +495 +00:44:17,370 --> 00:44:20,650 +ايش ال action تبع ال activity بتشغلها من اي تطبيق + +496 +00:44:20,650 --> 00:44:27,530 +وهذا اللي هنعملهأه أه هنشوفها تمام؟ بس أنا بيعنين + +497 +00:44:27,530 --> 00:44:33,650 +الآن تفهم هذه الفكرة لأن هذه التطبيقه اشتغل الآن + +498 +00:44:33,650 --> 00:44:39,910 +قد غبطهم طلعلي error لأ هنشوف ليش طلعها + +499 +00:44:44,300 --> 00:44:58,760 +لحظة اشوف انا category default لأ + +500 +00:44:58,760 --> 00:45:00,280 +المفروض اشتغل مش عارف ليش + +501 +00:45:19,680 --> 00:45:26,180 +لأ لأ اشتغلت هي كانت المشكلة مش + +502 +00:45:26,180 --> 00:45:30,870 +عارفة وين كانت مغيرتش حاجة اناأه لأ المشكلة عارفين + +503 +00:45:30,870 --> 00:45:36,480 +هنا جماعة هذا الرقم كان فاضي فاجهنا ال parse intأه + +504 +00:45:36,480 --> 00:45:40,320 +طمع إيران يعني المشكلة مش في النهاية اللي أنا خلاص + +505 +00:45:40,320 --> 00:45:43,900 +ادخلت بيانات تمام button هاي فتح ال activity + +506 +00:45:43,900 --> 00:45:47,680 +التانية زي أول يبقى احنا فتحنا ال activity بطرق + +507 +00:45:47,680 --> 00:45:51,580 +تانية الطريقة الأولى محددنا ال class مباشرة وهذا + +508 +00:45:51,580 --> 00:45:55,760 +بيسمي explicit intent الطريقة التانية اني اروح لل + +509 +00:45:55,760 --> 00:45:59,480 +activity في ال manifest file وعملها intent filter + +510 +00:45:59,480 --> 00:46:04,180 +من اسمه isIntentFilter مفنطرالـ Intents يعني الآن + +511 +00:46:04,180 --> 00:46:08,120 +فيه Intent وصل لمين؟ للـ Operating System كيف يبقى + +512 +00:46:08,120 --> 00:46:11,420 +يعرف الـ Intent هيركب على أي واحد في هدولة؟ هيمر + +513 +00:46:11,420 --> 00:46:14,300 +على الـ Intent Filters بتاعة الـ Activities + +514 +00:46:14,300 --> 00:46:17,420 +الموجودة في المنافسة لكل التطبيقات ويشوف مين + +515 +00:46:17,420 --> 00:46:21,750 +متوافق أي Intent Filterبتمشي مع الـ Intent اللي + +516 +00:46:21,750 --> 00:46:24,670 +إجه لهذا عشان أيه اسمه Intent Filter اللي بفلتر + +517 +00:46:24,670 --> 00:46:29,190 +الـ Intent بيشوف أي Intent ماشي معاه .. أي Intent + +518 +00:46:29,190 --> 00:46:32,350 +Filter ماشي مع الـ Intent اللي وصل عشان هيك اسمه + +519 +00:46:32,350 --> 00:46:36,690 +Intent Filter النتيجة واحدة صورة نحطت Explicit + +520 +00:46:36,690 --> 00:46:40,150 +Intent ولا Implicit لكن دي لما نشغل Activity في + +521 +00:46:40,150 --> 00:46:45,510 +تطبيق آخرهيظم الـ implicit intent اللى هنشوفه + +522 +00:46:45,510 --> 00:46:49,630 +بالتفصيل المحاضر اللى جاية هى + +523 +00:46:49,630 --> 00:46:55,370 +طلع قرار طبعاً + +524 +00:46:55,370 --> 00:47:00,330 +دكتور حين انت بدأت تفرج هناك مقارنة من داخل تطبيق + +525 +00:47:00,330 --> 00:47:05,870 +افتح تطبيق كام اه قبل هي تطبيقات انت تفتح داخل + +526 +00:47:05,870 --> 00:47:06,690 +تطبيق نفسه + +527 +00:47:09,530 --> 00:47:13,630 +كيف يعني مش فاهم ممكن + +528 +00:47:13,630 --> 00:47:17,190 +تفتح على حاله و ممكن تفتح من بنا التطبيق انت بتحدد + +529 +00:47:17,190 --> 00:47:19,870 +من خلال فيه flags بتحطها لل activity لل intent + +530 +00:47:19,870 --> 00:47:25,250 +تمام هذا هنشوفه من حاجات متقدمة شويه ماشي يا جماعة + +531 +00:47:25,250 --> 00:47:26,390 +هيك خلصنا المحاضرة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..5280daf6e7f695d654ec15f398373d5a334fcf05 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/boQZwK6yMIQ_raw.srt @@ -0,0 +1,2124 @@ +1 +00:00:20,770 --> 00:00:25,130 +طيب السلام عليكم في + +2 +00:00:25,130 --> 00:00:28,950 +المحاضر الماضي يا جماعة اتعرفنا على بعض علاصر ال + +3 +00:00:28,950 --> 00:00:33,210 +graphical user interface وشوفنا بشكل عام كيف نعمل + +4 +00:00:33,210 --> 00:00:37,390 +actions مختلفة يعني اتعلمنا على ال button و ال + +5 +00:00:37,390 --> 00:00:41,790 +check box و ال radio button و ال seek bar و ال + +6 +00:00:41,790 --> 00:00:44,750 +spinner اللي هو هذا زي ال combo box اللي في علاصة + +7 +00:00:44,750 --> 00:00:47,330 +مختلفة و كيف نعمل action عليهم + +8 +00:00:50,490 --> 00:00:55,950 +المحاضرة هذه هنشوف موضوع مهم لحد تلان احنا بنتعامل + +9 +00:00:55,950 --> 00:00:59,410 +معاه واجهة واحدة activity واحدة احيانا احنا او + +10 +00:00:59,410 --> 00:01:01,930 +غالبا احنا في التطبيق ممكن نتعامل معاه اكتر من + +11 +00:01:01,930 --> 00:01:04,670 +واجهة يعني انا بكون شغال في واجهة اضغط على button + +12 +00:01:04,670 --> 00:01:09,980 +يروح يفتح ليه واجهة تانيةفبنتعرف في المحاضرة و + +13 +00:01:09,980 --> 00:01:14,780 +نشوف كيف نتعامل مع أكتر من activity و كيف نبدأ + +14 +00:01:14,780 --> 00:01:20,180 +نشغل activity تانية و نبعتلها بيانات يعني مثلا في + +15 +00:01:20,180 --> 00:01:23,680 +كتير من الأحيان أنا مافتح activity تانية ببعتلها + +16 +00:01:23,680 --> 00:01:28,690 +بيانات عشان تعرضهامثلا لو أنا عندى أخبار فى ال + +17 +00:01:28,690 --> 00:01:31,470 +activity الأولى بيكون فى قائمة أخبار بختار الخبر + +18 +00:01:31,470 --> 00:01:35,030 +بضغط عليه بفتحلى activity جديدة فيها تفاصيل الخبر + +19 +00:01:35,030 --> 00:01:37,550 +اللى انا بضغط عليه فى ال activity الأولى صح ففى + +20 +00:01:37,550 --> 00:01:39,710 +ترابط ما بين المعلومات اللى موجودة فى ال activity + +21 +00:01:39,710 --> 00:01:44,790 +التانى مع ال activity الأولى طيب الان ناخد مثال + +22 +00:01:44,790 --> 00:01:48,270 +بسيط على أساس نشوف كيف احنا من خلال ال activity + +23 +00:01:48,270 --> 00:01:52,610 +نفتح activity جديدة و نبعتلها بيننا بالدعم اللى + +24 +00:01:52,610 --> 00:01:52,770 +أنا + +25 +00:01:56,660 --> 00:02:05,400 +مثلا توقيت ال text خرينا + +26 +00:02:05,400 --> 00:02:11,460 +نقول مثلا username و password و + +27 +00:02:11,460 --> 00:02:15,780 +بدنا نحط button اسمه + +28 +00:02:15,780 --> 00:02:16,300 +login + +29 +00:02:22,360 --> 00:02:25,660 +طيب الآن بدي أضغط أنا على ال button يفتحلي + +30 +00:02:25,660 --> 00:02:29,320 +activity جديدة و يجيبلي البيانات الموجودة في ال + +31 +00:02:29,320 --> 00:02:32,680 +activity هذه يعرضليها في ال activity التاني تمام؟ + +32 +00:02:32,680 --> 00:02:35,980 +هذا كمثال بسيط على الرابط ما بين activities لأن + +33 +00:02:35,980 --> 00:02:38,740 +أول حاجة نتأكد أن ال button له ID و هدول اللي لهم + +34 +00:02:38,740 --> 00:02:41,800 +IDs نعرف إيش هو هذا ال edit text و هذا edit text + +35 +00:02:41,800 --> 00:02:43,400 +تلاتة خلي هذا اتنين + +36 +00:02:54,910 --> 00:03:08,250 +PASSWORD.AD لو + +37 +00:03:08,250 --> 00:03:10,790 +روحت في ال code بناجيه بال button نعمل action على + +38 +00:03:10,790 --> 00:03:11,070 +ال button + +39 +00:03:25,150 --> 00:03:33,310 +الان بنعمل action على ال button dot set on click + +40 +00:03:33,310 --> 00:03:33,970 +listen up + +41 +00:03:52,990 --> 00:03:56,110 +طيب الان جوجل المفروض اللي on click احط الكود اللي + +42 +00:03:56,110 --> 00:03:59,070 +يفتح activity جديدة الان احنا مافيش حنا activity + +43 +00:03:59,070 --> 00:04:02,150 +تاني بنجربها جيتنا اعمل activity جديدة صح ولا + +44 +00:04:02,150 --> 00:04:04,710 +فعشان نعمل activity جديدة بتيجي على ال application + +45 +00:04:04,710 --> 00:04:07,950 +تبعك نيو + +46 +00:04:20,350 --> 00:04:24,070 +و في عندى تحت click يمين على ال application تبعك + +47 +00:04:24,070 --> 00:04:26,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +48 +00:04:26,190 --> 00:04:26,210 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +49 +00:04:26,210 --> 00:04:28,630 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +50 +00:04:28,630 --> 00:04:29,190 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +51 +00:04:29,190 --> 00:04:37,130 +تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك تبعك + +52 +00:04:37,130 --> 00:04:41,110 +تبعك + +53 +00:04:41,110 --> 00:04:42,430 +تبع + +54 +00:04:44,540 --> 00:04:47,960 +الان بيحكيلي اختار فيه خيار اسمه launcher activity + +55 +00:04:47,960 --> 00:04:52,100 +ايش launcher يعني اللي هي البداية احنا طبعا هذا + +56 +00:04:52,100 --> 00:04:55,620 +بدناش فيها ال launcher هي في تطبيق الواحد فيه بس + +57 +00:04:55,620 --> 00:04:58,620 +launcher activity واحدة تمام اللي هي ببدأ فيها + +58 +00:04:58,620 --> 00:05:02,300 +التطبيق لأن لو انا علمت على هذه launcher هتبطل + +59 +00:05:02,300 --> 00:05:05,860 +الأولى launcher activity تمام فانا مافيدش أخليها + +60 +00:05:05,860 --> 00:05:08,320 +launcher على اساس انها بدت تشتغل من ال activity + +61 +00:05:08,320 --> 00:05:11,040 +الأولى خلاص finish + +62 +00:05:16,620 --> 00:05:21,320 +طيب هاي اللي انا عامل ال activity التانية وهي ال + +63 +00:05:21,320 --> 00:05:26,440 +layout تباعها اللي هو لحد تلان فاضي + +64 +00:05:26,440 --> 00:05:34,680 +بس قاعد بعمل gradual sync طيب عشان بس نميزها خلينا + +65 +00:05:34,680 --> 00:05:37,280 +نحط اي حاجة مثلا image view + +66 +00:05:44,690 --> 00:05:49,010 +ماشي هنقرأ بديو ذرنيم فيه تمام بس الآن خلينا + +67 +00:05:49,010 --> 00:05:53,170 +نشوفها بس + +68 +00:05:53,170 --> 00:06:01,050 +طيب + +69 +00:06:01,050 --> 00:06:04,370 +هذه ال activity التانية اللي فيها ال icon هذه الآن + +70 +00:06:04,370 --> 00:06:07,350 +بعد ما عملنا ال activity نرجع ل activity الأولى + +71 +00:06:07,350 --> 00:06:10,110 +لسه احنا مفتحناش انا وانشغلين في ال activity + +72 +00:06:10,110 --> 00:06:14,940 +الأولى على ال button تمامطيب كيف انشغل activity من + +73 +00:06:14,940 --> 00:06:20,060 +activity تاني الان + +74 +00:06:20,060 --> 00:06:23,580 +الاندرويد سيستم بشغل كالتالي انا دلوقتي شغال في + +75 +00:06:23,580 --> 00:06:28,740 +activity واحد وفي + +76 +00:06:28,740 --> 00:06:33,300 +عندي activity اتنين + +77 +00:06:33,300 --> 00:06:37,400 +من اتنين بدي اخليه يفتحلي .. من واحد بدي اخليه + +78 +00:06:37,400 --> 00:06:41,240 +يفتحلي اتنينالفكرة كانت تالية انا عند هذه ال + +79 +00:06:41,240 --> 00:06:47,000 +Android Core Android OS بيحكينا + +80 +00:06:47,000 --> 00:06:51,940 +هو اذا بدك انا افتح activity من activity تانية بدك + +81 +00:06:51,940 --> 00:06:55,360 +تبعت رسالة من ال activity بتاعتك لل Android + +82 +00:06:55,360 --> 00:07:01,040 +Operating System لل Core يعني هذي رسالة تحكيله + +83 +00:07:01,040 --> 00:07:03,460 +فيها ايش ال class بتاعة ال activity اللي بدنا + +84 +00:07:03,460 --> 00:07:09,600 +نفتحهاطبعا يعني في رسالة بتنبعت لمن؟ لل Android OS + +85 +00:07:09,600 --> 00:07:14,780 +لأن Android OS بياخد اسم ال activity و بناء عليها + +86 +00:07:14,780 --> 00:07:17,320 +او اسم ال class على ال activity بناء عليها بروح + +87 +00:07:17,320 --> 00:07:19,820 +بشغل ال activity التاني يعني تشغيل ال activity كله + +88 +00:07:19,820 --> 00:07:23,280 +يتم عن طريق Android Operating System من باب ال + +89 +00:07:23,280 --> 00:07:26,720 +security لأن تشغيل activity من activity ممكن يكون + +90 +00:07:26,720 --> 00:07:31,140 +أمر خطير ممكن أنا من تطبيق أشغل تطبيق تاني طبعا + +91 +00:07:31,140 --> 00:07:33,860 +فكله لازم يتم عن طريق Android Operating System + +92 +00:07:34,930 --> 00:07:38,170 +فاتفقنا الآن أن في رسالة بدأت انبعث من ال activity + +93 +00:07:38,170 --> 00:07:43,030 +لل Android OS الرسالة هذه احنا بنسميها في ال + +94 +00:07:43,030 --> 00:07:47,670 +Android Intent Intent + +95 +00:07:47,670 --> 00:07:54,340 +بالإنجليزي إيش المقصود فيها؟الهدف، تمام؟ إيش هدفك + +96 +00:07:54,340 --> 00:07:58,140 +يعني؟ فكأنك بيبقى تبعتنا ال Android OS إيش طلبك؟ + +97 +00:07:58,140 --> 00:08:01,120 +إيش اللي أنت بدك إيه؟ ومين بنفذ الطلب هذا؟ ال + +98 +00:08:01,120 --> 00:08:04,840 +Android operating system، تمام؟ فإحنا الآن بنجهز + +99 +00:08:04,840 --> 00:08:08,160 +ال intent اللي هو زي الرسالة اللي بنحدد فيها إيش + +100 +00:08:08,160 --> 00:08:12,360 +ال activity اللي بدنا نشغلها، اللي هي مين؟اللي هي + +101 +00:08:12,360 --> 00:08:16,220 +ال activity 2 فالان جوه ال button طبعا متى هذا + +102 +00:08:16,220 --> 00:08:20,060 +الكلام هيتم لما أضغط على الزر طبعا فجوه ال quote + +103 +00:08:20,060 --> 00:08:26,220 +على one click بنشي object اسمه أي شيء اللي يكون من + +104 +00:08:26,220 --> 00:08:32,820 +نوع intent هي أنشأت object intent الان ال intent + +105 +00:08:32,820 --> 00:08:37,700 +هذا بتبعتله two parameters طبعا أول parameter ثابت + +106 +00:08:37,700 --> 00:08:41,340 +اللي هو ال context اللي هو كيف بنجيبه ال context + +107 +00:08:46,690 --> 00:08:49,170 +getApplicationContext اللي هو reference للتطبيق + +108 +00:08:49,170 --> 00:08:51,910 +تبعك نفسه يعني ال parameter التاني اللي هو المعنى + +109 +00:08:51,910 --> 00:08:55,930 +اسم ال class او ال class بتاعة ال activity التانية + +110 +00:08:55,930 --> 00:08:59,570 +اللي بتشغلها ايش سمنها ال activity التانية second + +111 +00:08:59,570 --> 00:09:05,570 +activity dot class تكتب زي هيك هذا reference لل + +112 +00:09:05,570 --> 00:09:09,290 +class بتاع ال second activity dot class مرة تانية + +113 +00:09:09,290 --> 00:09:10,090 +بننشئ intent + +114 +00:09:13,800 --> 00:09:18,560 +intent="i="new intent هذا بياخد ال context get + +115 +00:09:18,560 --> 00:09:22,060 +application context والبرامير التانية second + +116 +00:09:22,060 --> 00:09:29,880 +activity dot class تمام؟ + +117 +00:09:29,880 --> 00:09:34,000 +الآن بعد أن انشأت ال content بدنا نبعته لمين؟ لل + +118 +00:09:34,000 --> 00:09:38,360 +Android OS فى method اسمها start activity + +119 +00:09:41,020 --> 00:09:44,840 +الـ start activity هذه بتاخد إيش؟ بتاخد ال intent + +120 +00:09:44,840 --> 00:09:48,600 +طبعا واضح أن هذا الواحد بيقول وين هذه ال start + +121 +00:09:48,600 --> 00:09:52,280 +activity هذه method موجودة في ال parent مش + +122 +00:09:52,280 --> 00:09:57,340 +aesthetic ليش مش aesthetic؟ إستدعيتها باسم class؟ + +123 +00:09:57,340 --> 00:10:02,520 +لأ كيف؟ موجودة في ال parent inherited هذه من ال + +124 +00:10:02,520 --> 00:10:08,170 +parent طيب start activity و ببعتلها ال intentأول + +125 +00:10:08,170 --> 00:10:11,370 +ما أقول start activity كأن أنا بطلب من ال Android + +126 +00:10:11,370 --> 00:10:14,350 +operating system شغّل ال activity اللي بياناتها + +127 +00:10:14,350 --> 00:10:18,490 +موجودة وين؟ اللي في وين موجودة بياناتها؟ في ال + +128 +00:10:18,490 --> 00:10:21,510 +intent في ال intent ال intent هي في بيانات ال + +129 +00:10:21,510 --> 00:10:24,760 +activity اللي بتشغّلها هيمش second activity of the + +130 +00:10:24,760 --> 00:10:27,520 +class موجودة ضمن ال intent وهنا بتقول start + +131 +00:10:27,520 --> 00:10:32,640 +activity وبعدتله ال I الآن هنا ببساطة الأمر هيروح + +132 +00:10:32,640 --> 00:10:36,100 +ل operating system هيشغل ال activity التاني ال + +133 +00:10:36,100 --> 00:10:39,340 +activity التاني هتقرض فوق ال activity الأولى، + +134 +00:10:39,340 --> 00:10:42,950 +تمام؟ يعني ال activity الأولى بتضل موجودةفي الـ + +135 +00:10:42,950 --> 00:10:46,370 +main array و فوقها بتنعرض ال activity التاني لما + +136 +00:10:46,370 --> 00:10:49,990 +أضغط back بسكر ال activity التاني برجع لمين ما + +137 +00:10:49,990 --> 00:10:53,890 +الأولى طبعا في stack حاجة بيسموها back stack في + +138 +00:10:53,890 --> 00:10:57,470 +الاندرويد كل activity جديدة الشغلية بتيجي هنا على + +139 +00:10:57,470 --> 00:11:01,870 +ال activity اللي قبلها طبعا لما تضغط back بسكر ال + +140 +00:11:01,870 --> 00:11:05,430 +activity اللي قدام و برجع اللي قبلها طبعا خلينا + +141 +00:11:05,430 --> 00:11:09,410 +نشوف الكلام هذابس هاي السطرين اللي أنا كتبته كل + +142 +00:11:09,410 --> 00:11:13,410 +اللي عملناها لحد تلاني أنشأت activity جديدة و عند + +143 +00:11:13,410 --> 00:11:16,450 +في اللحظة اللي بديها يشغل ال activity الجديدة اللي + +144 +00:11:16,450 --> 00:11:19,930 +هو عند الضغط على الذرع أنشأت intent و بعثت في اسم + +145 +00:11:19,930 --> 00:11:21,990 +ال class تعالي ال activity التانية و قلت له start + +146 +00:11:21,990 --> 00:11:26,470 +activity و بعثت ك parameter لل start activity ال + +147 +00:11:26,470 --> 00:11:29,030 +intent اللي احنا أنشأنا و الان بقوله run + +148 +00:12:04,720 --> 00:12:09,460 +طب يا جماعة لإن هي التطبيق تابعي بضغط على button + +149 +00:12:09,460 --> 00:12:12,340 +هيفتح ال activity الجديدة + +150 +00:12:35,620 --> 00:12:41,560 +مفهوم هذه يا جماعة طب الآن بدنا نبعت بيانات + +151 +00:12:42,770 --> 00:12:46,510 +للـ activity الجديدة يعني مثلا بنبعت لل user name + +152 +00:12:46,510 --> 00:12:49,890 +و ال password عشان يعرضهم وين في ال activity + +153 +00:12:49,890 --> 00:12:55,470 +الجديدة فبنروح ال gate على ال second activity و + +154 +00:12:55,470 --> 00:13:05,970 +نروح و نحط فيها ايش مش + +155 +00:13:05,970 --> 00:13:09,210 +ايه ال text text view للعرض text view للعرض + +156 +00:13:27,970 --> 00:13:33,490 +هي get username tv + +157 +00:13:33,490 --> 00:13:36,610 +و + +158 +00:13:36,610 --> 00:13:41,250 +هي password هتخلينا + +159 +00:13:41,250 --> 00:13:42,570 +نكبر الخط فيه شوية + +160 +00:14:05,740 --> 00:14:08,120 +الهدف ان انا ال user name و ال password اللي + +161 +00:14:08,120 --> 00:14:10,640 +موجودين في ال activity الأولى يسروا ال activity + +162 +00:14:10,640 --> 00:14:14,640 +تاني من عرضه في ال text view طب نرجع الآن الشغل + +163 +00:14:14,640 --> 00:14:19,500 +اللي هيكون في ال activity الأولى الان خلينا نقرأ + +164 +00:14:19,500 --> 00:14:25,760 +الكلام اللي موجود في عناصر ال activity الأولى وين + +165 +00:14:25,760 --> 00:14:31,020 +موجودين في edit text edit text user name ed + +166 +00:15:01,930 --> 00:15:08,490 +خلّيني اقرأ البيانات الان username ed.gettext + +167 +00:15:08,490 --> 00:15:17,810 +.string + +168 +00:15:17,810 --> 00:15:19,590 +username + +169 +00:15:36,260 --> 00:15:38,620 +طيب هاي البيانات اللي جيبناها و انا كيف البيانات + +170 +00:15:38,620 --> 00:15:43,420 +هنبعتها بقوللي انت هيك هيك بعت رسالة لمين لل + +171 +00:15:43,420 --> 00:15:47,380 +Android OS فالرسالة اللي انت بعتها حط فيها ايش + +172 +00:15:47,380 --> 00:15:50,800 +البيانات مش انا ايش هدف الرسالة اني احدد لل + +173 +00:15:50,800 --> 00:15:52,700 +Android Operating System ايش ال activity اللي + +174 +00:15:52,700 --> 00:15:57,430 +يشغلهابالمرة هنبعت معاها مين؟ البيانات يعني ال + +175 +00:15:57,430 --> 00:16:00,310 +intent في اسم ال activity بتشغلها وفيه برضه + +176 +00:16:00,310 --> 00:16:05,550 +البيانات طبعا ال intent هيصل هنا لل أندرويد system + +177 +00:16:05,550 --> 00:16:09,460 +لما شغل ال activity هيبعت ال intent نفسه لمين؟لل + +178 +00:16:09,460 --> 00:16:12,860 +activity اتنين يعني هذا عامل زي ما مركز البريد + +179 +00:16:12,860 --> 00:16:16,660 +تمام انت لا اه ال central انت الرسالة بتاعتك + +180 +00:16:16,660 --> 00:16:19,540 +مابتبعتهاش على طول للشخص توصل ل ال central و ال + +181 +00:16:19,540 --> 00:16:27,220 +central بيحولها لمين للشخص المطلوب تمام اذا هذا + +182 +00:16:27,220 --> 00:16:31,440 +الشخص ممنور تصل وسائل مابيحولهاش صح و لا يا جماعة + +183 +00:16:34,240 --> 00:16:36,500 +هتجيب .. كيف نحطها في الـ Intent؟ Intent هو معين + +184 +00:16:36,500 --> 00:16:41,040 +.. هتجيب الـ Intent نفسه لو عملت I شوف هذا الكلام + +185 +00:16:41,040 --> 00:16:44,360 +أنا أنشأت الـ Intent قبل ما أعمل Start Activity مش + +186 +00:16:44,360 --> 00:16:47,780 +تعمل Start Activity و بعدين تحط فيه بيانات بطل فيه + +187 +00:16:47,780 --> 00:16:53,180 +فايدة تمام؟ هاي I dot اه اطلع اول ما عمل dot + +188 +00:16:53,180 --> 00:16:56,780 +هتلاقي فيه عندك عشرين تلاتين method اسمها put + +189 +00:16:56,780 --> 00:17:04,220 +extra put extra ايش هي كلمة extra؟إضافة يعني أضف + +190 +00:17:04,220 --> 00:17:08,220 +بيانات ع مين على الـ Intent هيك معناها لأن الـ + +191 +00:17:08,220 --> 00:17:11,020 +Plot Extra هذي بيقول عشان تحط بيانات في الـ Intent + +192 +00:17:11,020 --> 00:17:15,560 +كل بيانات بدك تحطها بدك تحط ال data و تعطيها اسم + +193 +00:17:15,560 --> 00:17:23,180 +يعني مثلا حط اللصت على ال user name و تحط اسم على + +194 +00:17:23,180 --> 00:17:26,660 +أساس إن هناك تجيب ال data بدلالة الاسم هذا + +195 +00:17:35,250 --> 00:17:38,390 +طبعا هنا هو في الـ intent بدعم أنواع معينة من + +196 +00:17:38,390 --> 00:17:41,490 +البيانات طبعا يعني مثلا بيقول انت ممكن تبعت هاي + +197 +00:17:41,490 --> 00:17:46,220 +put extra string stringيعني ال key دا من ال string + +198 +00:17:46,220 --> 00:17:50,500 +ال key اللي هو اسم اللي بتطلقه على البيانات لكن + +199 +00:17:50,500 --> 00:17:53,280 +اللي بيختلف إيه إيش نوع ال value بيدعم أنواع + +200 +00:17:53,280 --> 00:17:56,780 +مختلفة من البيانات باسم محددة يعني مثلا ممكن تبعت + +201 +00:17:56,780 --> 00:18:01,080 +string, integer, byte, char, long, floatarray of + +202 +00:18:01,080 --> 00:18:05,040 +integers short حد يسميها bundle array of bytes + +203 +00:18:05,040 --> 00:18:08,360 +array of characters double array of long Boolean + +204 +00:18:08,360 --> 00:18:12,160 +array of node يعني أنواع حد يسميها parsable هنتكلم + +205 +00:18:12,160 --> 00:18:16,620 +عليها char sequence زي ال string serializable + +206 +00:18:16,620 --> 00:18:22,950 +تمام؟ وفيه كمان ممكن تبعد array listهنشوف كيف نبعت + +207 +00:18:22,950 --> 00:18:26,470 +object معين حاليا احنا انواع ال data اللي نبعتها + +208 +00:18:26,470 --> 00:18:29,570 +ايش ال user name و ال password ايش هما ال slang + +209 +00:18:29,570 --> 00:18:35,430 +فبختار هذه put extra name value الان ايش هنطلق على + +210 +00:18:35,430 --> 00:18:40,410 +البيانات اللي نبعتها ما هو كام data عندي انا اتنين + +211 +00:18:40,410 --> 00:18:43,370 +صح ولا واحدة واحدة بتحطهم put extra هذه ايش + +212 +00:18:43,370 --> 00:18:48,800 +هنسميها user name وحط البيانات user nameيعني + +213 +00:18:48,800 --> 00:18:53,160 +البيانات هذه اطلقت عليها اسم ايش username i + +214 +00:18:53,160 --> 00:19:00,660 +.putextra الان التانية password وسميها برضه + +215 +00:19:00,660 --> 00:19:05,180 +password فى كده انا جاعة بضيف بيانات وين على + +216 +00:19:05,180 --> 00:19:08,340 +الانترنت بتقدر تحط اللي انت بدكيها دلك ايش ضيف + +217 +00:19:08,340 --> 00:19:15,160 +putextra وضيف البيانات اللي انت بدكيها و + +218 +00:19:15,160 --> 00:19:17,980 +بعد ما تخلص اضافة البيانات اللي بدكيها بتعمل start + +219 +00:19:20,630 --> 00:19:24,210 +Activity ماشي يا جماعة، هيك الـ Intent مبعت في اسم + +220 +00:19:24,210 --> 00:19:26,050 +الـ Activity اللي نشغلها كل البيانات اللي بدنا + +221 +00:19:26,050 --> 00:19:30,710 +هيها المفروض الـ Intent بيجي هنا وهذا بيبعت لمن؟ + +222 +00:19:30,710 --> 00:19:34,650 +لمن Activity اشتغلت الـ Activity التاني هاي إجت + +223 +00:19:34,650 --> 00:19:38,110 +هنا هلجيت دور الـ Activity التاني إيش؟ إن الـ + +224 +00:19:38,110 --> 00:19:44,130 +Intent اللي وصلها تفتح الظرف وتطلق البيانات وتحطها + +225 +00:19:44,130 --> 00:19:47,730 +في ال text view اللي عندها مش هيك وظيفتها؟ تمام؟ + +226 +00:19:49,110 --> 00:19:53,370 +طيب اول حاجة كيف هيجيب الرسالة اللي اجتها؟ في + +227 +00:19:53,370 --> 00:19:58,790 +ميثوب برضه موجود اسمها get intent شايفينها؟ get + +228 +00:19:58,790 --> 00:20:03,850 +intent الاصل ان هذه ال activity اشتغلت بناء علشان + +229 +00:20:03,850 --> 00:20:09,850 +رسالة وصلها فget intent intent I المفروض ان + +230 +00:20:09,850 --> 00:20:16,770 +استقبلته ال intent وعشان يكون شغلنا صحي تمام؟ + +231 +00:20:16,770 --> 00:20:17,850 +نقوله Fi + +232 +00:20:21,380 --> 00:20:27,700 +لأ يساوي I لأ يساوي null لأنه ممكن تكون ال intent + +233 +00:20:27,700 --> 00:20:32,340 +null اشتغلت بدون ما يصلها ال intent مثلا ف I لأ + +234 +00:20:32,340 --> 00:20:37,240 +يساوي null يعني فيه إيش؟ فيه رسالة مصممة الآن + +235 +00:20:37,240 --> 00:20:46,740 +تعالي على ال Iوقول له get ..شوف ايش في عندك مش في + +236 +00:20:46,740 --> 00:20:50,340 +put extra هال get في عندك get string extra get + +237 +00:20:50,340 --> 00:20:53,500 +boolean array extra get boolean extra لكل أنواع + +238 +00:20:53,500 --> 00:20:57,180 +البيانات اللي حطيتها هنجيلها get تمام احنا ايش + +239 +00:20:57,180 --> 00:21:01,860 +حطينا؟ حطينا string تمام فهنقوله get string extra + +240 +00:21:01,860 --> 00:21:08,180 +ايش اسم البيانات اللي حطيناها؟ username هذا + +241 +00:21:08,180 --> 00:21:15,890 +هيرجعلك stringنسميها username خلصنا + +242 +00:21:15,890 --> 00:21:23,610 +لسه بيانات تانية string password I get string + +243 +00:21:23,610 --> 00:21:30,750 +extra و اكتب password هيجيبنا + +244 +00:21:30,750 --> 00:21:35,570 +البيانات وعشان كمان الدقة شوف انا ايش بدي اعمل if + +245 +00:21:35,570 --> 00:21:38,810 +I dot has extra + +246 +00:21:56,970 --> 00:22:03,050 +ماذا فعلت؟ هذا ميثود للفحص لكي نتأكد أن البيانات + +247 +00:22:03,050 --> 00:22:06,010 +موجودة في الـ Intent + +248 +00:22:11,720 --> 00:22:15,580 +هيرجع للـ .. تمام؟ مش هتكون موجود يعني ما افرض + +249 +00:22:15,580 --> 00:22:18,820 +احطتها user name ونسيت ال E مثلا في ال .. هناك لما + +250 +00:22:18,820 --> 00:22:21,540 +بعدت البيانات هنا بدور أي user name مش هيلاجيها + +251 +00:22:21,540 --> 00:22:25,820 +كاملة هناك بعدت user name ال E ناجفة هنا بدور أي + +252 +00:22:25,820 --> 00:22:29,220 +user name كاملة مش هيلاجيها صح؟ فانا كأنه بقوله + +253 +00:22:29,220 --> 00:22:32,980 +أفضل قبل ما تجيب البيانات تمام؟ روح تأكد أنها + +254 +00:22:32,980 --> 00:22:37,120 +موجودة لأن هذه البيانات اللي جيبتها مش المفروض + +255 +00:22:37,120 --> 00:22:43,070 +أعمل فيهاأحطها فى text view فتعالى ال gate و اقوله + +256 +00:22:43,070 --> 00:22:47,250 +text view username + +257 +00:22:47,250 --> 00:22:54,490 +tv find view by + +258 +00:22:54,490 --> 00:22:59,330 +id r + +259 +00:22:59,330 --> 00:23:08,450 +.id username tv انا شغال في ال activity التانىلأن + +260 +00:23:08,450 --> 00:23:13,290 +هذا ايش من هنا اعمل فيه username tv set text + +261 +00:23:13,290 --> 00:23:17,570 +username + +262 +00:23:17,570 --> 00:23:23,590 +ماشي يا جماعة نفس الحاجة لو كان في ال intent + +263 +00:23:23,590 --> 00:23:28,350 +بيانات بالاسم password جيب البيانات هذه خزناها في + +264 +00:23:28,350 --> 00:23:32,690 +ال string اسمها password وبعدين + +265 +00:23:32,690 --> 00:23:34,790 +جيب ال text view بتاع ال password + +266 +00:24:05,070 --> 00:24:08,470 +طيب نختصر الموضوع اللي سويته يا جماعة عشان اشتغل + +267 +00:24:08,470 --> 00:24:11,670 +activity من ال activity تانية انه انا انشأت intent + +268 +00:24:11,670 --> 00:24:15,430 +و حطيت فيه اسم ال class بتاعة ال activity اللي بدي + +269 +00:24:15,430 --> 00:24:19,010 +اشتغل اذا انت بدك تبعت بيانات لل activity اللي بدي + +270 +00:24:19,010 --> 00:24:22,890 +تستقبل بال intent نفسه بتستخدم ال method put extra + +271 +00:24:22,890 --> 00:24:27,530 +بتحط البيانات و بتحط لكل نوع من البيانات ايش مصمم + +272 +00:24:27,530 --> 00:24:30,170 +الاسم هذا مهم عشان انت هتجيب البيانات في ال + +273 +00:24:30,170 --> 00:24:32,830 +activity التانية بدلالة المصمم هذا روحنا على ال + +274 +00:24:32,830 --> 00:24:37,150 +activity التانية second activityأشتغلت الـ + +275 +00:24:37,150 --> 00:24:40,090 +activity التانية إلى أن نقرأ البيانات اللي جاية مع + +276 +00:24:40,090 --> 00:24:42,990 +الـ Intent جيبنا الـ Intent عن طريق المفهد + +277 +00:24:42,990 --> 00:24:46,410 +getIntent و بعدين قلنا له إذا الـ Intent لا يُسمّى + +278 +00:24:46,410 --> 00:24:49,230 +null افحص و الله إذا الـ Intent فيه بيانات اسمها + +279 +00:24:49,230 --> 00:24:54,130 +username جيب البيانات هذه عن طريق getString extra + +280 +00:24:54,130 --> 00:24:59,890 +و جيب الـ text فيه و يقرب البيانات فيه واضحة في + +281 +00:24:59,890 --> 00:25:00,490 +هذه يا جماعة؟ + +282 +00:25:36,400 --> 00:25:45,360 +طيب هاي التطبيق عندي تمام + +283 +00:25:45,360 --> 00:25:49,240 +هاي باترون هاي جابلي البيانات في ال activity + +284 +00:25:49,240 --> 00:25:54,800 +التاني هاي + +285 +00:25:54,800 --> 00:26:01,460 +بقت اشي فاضي تمام اعملها في ال code if equals فاضي + +286 +00:26:01,460 --> 00:26:04,000 +تمام يعني هذا شغل Java + +287 +00:26:12,980 --> 00:26:16,320 +بتغير البيانات وتبعتها هنا وبجيبها باستقبالها في + +288 +00:26:16,320 --> 00:26:22,600 +ال activity التاني ممكن + +289 +00:26:22,600 --> 00:26:29,600 +تبعت أي نوع بيانات يعني مثلا لو ضفت انت edit text + +290 +00:26:38,160 --> 00:26:42,640 +اللي هو مثلا نبعت العمر، العمر إيش؟ يفضل نبعته + +291 +00:26:42,640 --> 00:26:45,340 +integer مثلا، تمام؟ حابين نبعته integer، من بعد أن + +292 +00:26:45,340 --> 00:27:04,040 +أفرجك كيف تبعت أنواع مختلفة طيب، + +293 +00:27:04,040 --> 00:27:06,300 +هاي ال first activity بإننا نقرأ العمر، هال gate + +294 +00:27:06,300 --> 00:27:21,770 +صح؟ent age يساوي age + +295 +00:27:21,770 --> 00:27:23,790 +edit text + +296 +00:27:49,930 --> 00:28:00,230 +تمام الان age integer dot parse int age ed dot get + +297 +00:28:00,230 --> 00:28:10,630 +text تمام + +298 +00:28:10,630 --> 00:28:14,930 +ايش عملت هناقرأته و حولته ل Integer بس اكتر + +299 +00:28:14,930 --> 00:28:19,910 +انتباهي هنا انك لو مدخل نص مش أرقام هيطلع Error صح + +300 +00:28:19,910 --> 00:28:23,870 +و أنا exception طب الآن انا بس عشان ابينك انه + +301 +00:28:23,870 --> 00:28:26,210 +بيبعت ألوان تانية من البيانات بدي نبعت البيانات + +302 +00:28:26,210 --> 00:28:29,490 +هذه برضه بتحط هون في ال Intent قبل ما تعمل start + +303 +00:28:29,490 --> 00:28:35,630 +activity Intent الان put extra في الان إيش بنسميه + +304 +00:28:35,630 --> 00:28:39,250 +هنا age و بتبعت ash هاي ال ash تبعنا + +305 +00:28:42,130 --> 00:28:45,030 +هو استخدم الـ method اللي بتاخد name string و + +306 +00:28:45,030 --> 00:28:51,810 +بتاخد integer طبعا بالان هذه بالنسبة قبلها في ال + +307 +00:28:51,810 --> 00:28:57,850 +second activity وهي + +308 +00:28:57,850 --> 00:28:58,850 +كمان text view + +309 +00:29:13,870 --> 00:29:20,530 +الان في ال second activity إذا + +310 +00:29:20,530 --> 00:29:29,110 +ال content has extra إيش سمناها احنا age الان + +311 +00:29:29,110 --> 00:29:34,610 +integer age يساوي روح لل content و قوله getانت + +312 +00:29:34,610 --> 00:29:38,670 +إكسترا على طول مش انا حطيته ك integer جيت انت + +313 +00:29:38,670 --> 00:29:42,370 +إكسترا إيش سمناه لما حطناه في ال intent age بيجيوا + +314 +00:29:42,370 --> 00:29:45,890 +منها integer على طول أه بس هاد إيش الانت إكسترا + +315 +00:29:45,890 --> 00:29:50,970 +بيقولني حط default value بحيث إنه لو مالجهوش يعتقم + +316 +00:29:50,970 --> 00:29:58,760 +افترضيا يعني معناه إنه الآن هوكيف؟ اه بطلت لازاس + +317 +00:29:58,760 --> 00:30:02,180 +بعدين تفحص مثلا مش موجود طلعله error او قوله + +318 +00:30:02,180 --> 00:30:06,360 +invalid age او كذا يعني اذا لقى age بحطه هنا + +319 +00:30:06,360 --> 00:30:11,320 +مالقاش age طيب ماكانش فيه integer هحط ايش صفر اللي + +320 +00:30:11,320 --> 00:30:14,360 +هي default value لو مالقاش العنصر هذا هو احنا + +321 +00:30:14,360 --> 00:30:18,260 +فحصين فوق انه لو كان موجود اقرأه بس حط default + +322 +00:30:18,260 --> 00:30:21,740 +value اي حاجة طب جبنا ال integer هلجيت خلاص بتروح + +323 +00:30:21,740 --> 00:30:32,690 +ل text viewage tv find view r + +324 +00:30:32,690 --> 00:30:34,430 +.id.age + +325 +00:30:49,090 --> 00:30:53,230 +set text و بتحطله ال age لازم تكون ايش set text + +326 +00:30:53,230 --> 00:30:58,310 +بتاخد ال string تمام فى نقطة مهمة يا جماعة الان + +327 +00:30:58,310 --> 00:31:06,290 +دلوقت لو قلتله find view by ID age edit text هيطلع + +328 +00:31:06,290 --> 00:31:11,230 +error ليش أنا قاعد مبحث في وين في ال activity + +329 +00:31:11,230 --> 00:31:15,390 +التانى ال activity التانية فيها age edit text لأ + +330 +00:31:15,390 --> 00:31:20,210 +هيطلع null مش هنا Gليش؟ لأن هذا مش موجود في ال + +331 +00:31:20,210 --> 00:31:24,050 +activity find view by ID بتدور وين؟ في ال activity + +332 +00:31:24,050 --> 00:31:27,470 +نفسها كتير طلاب اللي بالذات اللي ببدأ يبرمج في ال + +333 +00:31:27,470 --> 00:31:29,670 +Android بيلخبط كتير بيقول اللي بيدور عليه بيطلع + +334 +00:31:29,670 --> 00:31:34,010 +نار بيقول عد هو بيبحث وين في أنصر في ال activity + +335 +00:31:34,010 --> 00:31:37,870 +الأولى عشان هات كمان هاول اتسمي العناصر اللي في ال + +336 +00:31:37,870 --> 00:31:43,510 +activities باسماء مختلفة عشان ماتلخبطش طبعا؟ لإفرض + +337 +00:31:43,510 --> 00:31:48,430 +في الأولى فيه HTV وفي التانية فيه HTVماذا سيحصل؟ + +338 +00:31:48,430 --> 00:31:52,090 +فهو فعلًا الـGP التي تبحث فيها أنا ببحث في + +339 +00:31:52,090 --> 00:31:55,970 +activity 2 إذا كان في activity 2 HTV، فهو سيحصل + +340 +00:31:55,970 --> 00:32:00,850 +ليه هل يكون هناك شيء يخرجني منه؟ لا تمام؟ أنا أصلا + +341 +00:32:00,850 --> 00:32:03,930 +لا أريد الـEdit Text بس بقول مثلًا، لو قمت هكذا، + +342 +00:32:03,930 --> 00:32:06,430 +سيخرجني القرار لأن في الحقيقة ليس موجود الـEdit + +343 +00:32:06,430 --> 00:32:10,370 +Text في الـActivity الثانية الـActivity الثانية + +344 +00:32:10,370 --> 00:32:11,930 +فيها الـHTV + +345 +00:33:04,990 --> 00:33:09,030 +تمام هاي عرضنا العشرين في ال text view بس هو خطوة + +346 +00:33:09,030 --> 00:33:15,710 +صغيرة ماشي + +347 +00:33:15,710 --> 00:33:32,290 +يا جماعة طيب + +348 +00:33:32,290 --> 00:33:37,130 +لسه في موضوع تشغيلactivity من activity احنا + +349 +00:33:37,130 --> 00:33:39,390 +الطريقة هذه يا جماعة او هذا ال intent اللي احنا + +350 +00:33:39,390 --> 00:33:45,770 +عملنا نطلق عليه اسم اسمه explicit intent ايش يعني + +351 +00:33:45,770 --> 00:33:51,190 +كلمة explicit intent صريح صريح ليش لأن انت لما + +352 +00:33:51,190 --> 00:33:55,150 +بتشغل activity بتدي اسم ل class بتاعة ال activity + +353 +00:33:55,150 --> 00:34:00,290 +اللي بتشغلطبعا لكن احيانا احنا بلزام نشغل activity + +354 +00:34:00,290 --> 00:34:05,870 +مش موجودة في التطبيق تبعنا موجودة في تطبيق اخر زي + +355 +00:34:05,870 --> 00:34:09,850 +مش مثلا انا في التطبيق تبعي بدي افتح ال browser ال + +356 +00:34:09,850 --> 00:34:14,010 +browser عبارة عن تطبيق موجود في الجهاز اللي هو + +357 +00:34:14,010 --> 00:34:17,950 +activity طبعا انا بدي اشغل ال browser فانا بشغل + +358 +00:34:17,950 --> 00:34:23,840 +قاعد activity مش موجودة في التطبيق في تطبيق اخراسم + +359 +00:34:23,840 --> 00:34:27,700 +ال class بتاعة ال web البراوزر ما بعرفهاش أنا + +360 +00:34:27,700 --> 00:34:32,240 +تمام؟ هذه الطريقة ال explicit intel مابتظبطش إلا + +361 +00:34:32,240 --> 00:34:36,500 +لو ال activity اللي بتشغلها موجودة في تطبيقتي لأن + +362 +00:34:36,500 --> 00:34:39,820 +هيك بتعرف على ال second activity لأنها موجودة في + +363 +00:34:39,820 --> 00:34:44,260 +نفس ال package تمام؟ انت هرجع في project Java + +364 +00:34:44,260 --> 00:34:48,800 +بتقدر من خلال ال project نفسك تتعرف على ال class + +365 +00:34:48,800 --> 00:34:53,430 +موجودة في ال project تاني ولا عمرك بتعملهاالـ + +366 +00:34:53,430 --> 00:34:57,110 +classes بتعرف على بعض إذا كانوا موجودين مع بعض في + +367 +00:34:57,110 --> 00:35:01,610 +نفس ال project يبقى هذا الطريقة او احنا بنسميه + +368 +00:35:01,610 --> 00:35:04,950 +explicit intent ليش سموه explicit أو صريح لأنك + +369 +00:35:04,950 --> 00:35:08,110 +بتصرح باسم ال activity أو ال class ساعة ال + +370 +00:35:08,110 --> 00:35:10,670 +activity اللي بدك تشغلها مباشرة عشان تسموه صريح + +371 +00:35:10,670 --> 00:35:16,770 +بنفع انت لما انت بدك تشغل activity موجودة في + +372 +00:35:16,770 --> 00:35:20,240 +تطبيقكلكن لو بدك تشغّل activity مش موجودة في + +373 +00:35:20,240 --> 00:35:26,440 +تطبيقك هذا الطريقة بتنفعش نشوف طريقة تانية لان ايش + +374 +00:35:26,440 --> 00:35:29,620 +الطريقة التانية لتشغيل ال activity خلينا نجربها + +375 +00:35:29,620 --> 00:35:32,640 +على ال application تبعنا بعدين و نشوف كيف هنستفيد + +376 +00:35:32,640 --> 00:35:38,200 +منها عشان نشغل من خلال تطبيقنا تطبيقات على الجهاز + +377 +00:35:38,200 --> 00:35:41,280 +يعني اللي هنسير من خلال ال activity بتاعنا نقول + +378 +00:35:41,280 --> 00:35:45,680 +افتحلي موقع معين يروح يفتح ايش browser اعمللي + +379 +00:35:45,680 --> 00:35:50,450 +مكالمةمن تطبيق يقول لي dial number معين يروح يتصل + +380 +00:35:50,450 --> 00:35:53,990 +عليه في الحالة هذه تطبيقي بيفتح تطبيق التليفون + +381 +00:35:53,990 --> 00:35:58,850 +عشان يتصل من خلال تطبيقي بخليه يبعد SMS من خلال + +382 +00:35:58,850 --> 00:36:03,460 +التطبيق نفسه بخليه يشغل برنامج الكاميراكل هذه الـ + +383 +00:36:03,460 --> 00:36:07,640 +SMS أو الكاميرا أو الاتصال التليفوني أو الـ + +384 +00:36:07,640 --> 00:36:10,660 +browser كلها تطبيقات موجودة على الجوال أنا من خلال + +385 +00:36:10,660 --> 00:36:14,200 +تطبيقي بقدر أشغل التطبيقات هذه باستخدام الـ intent + +386 +00:36:14,200 --> 00:36:18,920 +تمام؟ بس الفرق أنه بينفعش أحط أو بعرفش أنا اسم ال + +387 +00:36:18,920 --> 00:36:22,040 +class عشان أحطها لأن هذه التطبيقات خارج تطبيقي + +388 +00:36:22,040 --> 00:36:25,900 +تمام؟ فالطريقة هذه بتنفعش إلا لو أنا بدأ أشغل + +389 +00:36:25,900 --> 00:36:30,090 +class أو activity في التطبيق تبعيطيب عشان نتعلم + +390 +00:36:30,090 --> 00:36:33,690 +كيف نشغل تطبيقات تانية انتبه ما اعلمك الطريقة + +391 +00:36:33,690 --> 00:36:36,550 +التانية وبعدين نشوف كيف نطبقها على مثلا الكاميرا + +392 +00:36:36,550 --> 00:36:40,030 +او ال browser او ال SMS او غيره لأن الطريقة + +393 +00:36:40,030 --> 00:36:47,450 +التانية ان بدل ما احنا نحط اسم لكلاس مباشرة بنروح + +394 +00:36:47,450 --> 00:36:53,070 +ونحدد حد يسميها action لكلاسللـ activity كيف يعني؟ + +395 +00:36:53,070 --> 00:36:55,330 +الان روح على ال manifest file بتذكرين ال manifest + +396 +00:36:55,330 --> 00:37:00,130 +file هذا؟ قولنا فيه اعدادات عامة للتطبيق ومرينا + +397 +00:37:00,130 --> 00:37:03,490 +عليه قبل هيك اللي هو مثلا لو بدنا نثبت اتجاه ال + +398 +00:37:03,490 --> 00:37:07,230 +activity صحيح ولا؟ أخدمها هذه بتيجي في ال activity + +399 +00:37:07,230 --> 00:37:14,870 +نفسها و بتقوله screen orientation صحيح ولا؟ الان + +400 +00:37:14,870 --> 00:37:16,290 +في ال intent file هذا + +401 +00:37:19,750 --> 00:37:24,310 +كم activity tag لـ activity موجود عندك؟ اتنين، لأن + +402 +00:37:24,310 --> 00:37:28,110 +أي activity أنت بتعملها مباشرة بيروح بيحطلها tag + +403 +00:37:28,110 --> 00:37:33,190 +في التطبيق تبعك، تمام؟ في كمان من ضمن ال activity + +404 +00:37:33,190 --> 00:37:39,110 +في tag اسمه intent filter، إيش أنا intent filter؟ + +405 +00:37:43,610 --> 00:37:46,850 +الهدف أو الرسالة اللي بتلبية لمن؟ لل operating + +406 +00:37:46,850 --> 00:37:54,310 +system filter ايش يعني؟ مفالتر ال Intents الآن ال + +407 +00:37:54,310 --> 00:37:56,910 +activity الأولى فيها Intent Filter هتتكلم عليه + +408 +00:37:56,910 --> 00:37:58,650 +بعدين تعالي على activity التانية ال second + +409 +00:37:58,650 --> 00:38:03,470 +activity فيها Intent Filter؟ لأ، الآن تشوف انا ايش + +410 +00:38:03,470 --> 00:38:08,610 +بدي اعمل؟ بتضيف tag جديد اسمهIntent Filter هنحكي + +411 +00:38:08,610 --> 00:38:14,510 +ايش هو هذا تمام و اجيت جوا بده احط كلمة action + +412 +00:38:14,510 --> 00:38:21,350 +name وسميه اي حاجة يبقى دي وليهكن aaa تمام و بعدين + +413 +00:38:21,350 --> 00:38:29,310 +category هذي خليها default زي هي طيب مرة تاني + +414 +00:38:29,310 --> 00:38:31,870 +اعملت جوا ال activity بتاعة اللي هي كانت في الأول + +415 +00:38:31,870 --> 00:38:37,010 +فاضية حاجة اسمها Intent Filter تمام هاي بالشكل هذا + +416 +00:38:38,220 --> 00:38:41,740 +طيب اطلقت انا قلت في عندي في ال tag اسمه action + +417 +00:38:41,740 --> 00:38:49,040 +ايش عن كلمة action الحدث او ال even هذا معناه ان + +418 +00:38:49,040 --> 00:38:53,120 +ال second activity بتشغل عن حدث اسمه او عند action + +419 +00:38:53,120 --> 00:38:58,500 +اسمه AAA طبعا طيب لان تطلع معانا ايش هيصير ايش هدف + +420 +00:38:58,500 --> 00:39:03,560 +هيديتهلأن أنا ما بدي أنشأ content من ال activity + +421 +00:39:03,560 --> 00:39:08,260 +واحد و بدل ما أقوله شغّلي ال second activity بدي + +422 +00:39:08,260 --> 00:39:12,160 +أقوله شغّلي ال activity اللي ال action تبعها ايه + +423 +00:39:12,160 --> 00:39:18,160 +ايه ايه ماحددتش انا اسم ال class بتاعة ال activity + +424 +00:39:18,160 --> 00:39:22,080 +اللي بدي أشغلها حددت ايش بعدتله ال string و قلتله + +425 +00:39:22,080 --> 00:39:25,780 +شغّلي ال activity اللي ال action تبعها ايه ايه ايه + +426 +00:39:26,850 --> 00:39:30,710 +طبعا هذا رسالة هتصل لمن؟ لل Android operating + +427 +00:39:30,710 --> 00:39:34,590 +system الان ال Android operating system ايش وصله؟ + +428 +00:39:34,590 --> 00:39:39,090 +وصله الحروف هذه الان هو مش عارف ايش بده يعمل فيهم + +429 +00:39:39,090 --> 00:39:42,090 +ايش بده يسوي هيروح لكل التطبيقات اللي عندك على + +430 +00:39:42,090 --> 00:39:46,870 +الجهاز وكل تطبيق هيروح ل manifest file تبعه يعني + +431 +00:39:46,870 --> 00:39:50,510 +الان الجهاز تبعك فيه مثلا خلنا نقول عشرين تطبيق + +432 +00:39:50,510 --> 00:39:53,210 +طبعا كل تطبيق انه manifest + +433 +00:39:58,270 --> 00:40:04,180 +كل تطبيق انه manifest file وهيروح يبحثفي كل الـ + +434 +00:40:04,180 --> 00:40:08,160 +Manifest files الموجودة على إيش بوروله يا جماعة + +435 +00:40:08,160 --> 00:40:13,040 +مين AAA هذا؟ مين ال action AAA؟ هيبورس ال manifest + +436 +00:40:13,040 --> 00:40:18,100 +file هذا بتاع تطبيق تاني في AAA فشي بيسيبه بيروح + +437 +00:40:18,100 --> 00:40:21,640 +على التطبيق التاني التالت الرابع لحد ما يصل + +438 +00:40:21,640 --> 00:40:25,200 +التطبيق نفسه تبعنا هو هذا التطبيق واحد من مين؟ من + +439 +00:40:25,200 --> 00:40:28,360 +التطبيقات هذه هيفتح ال manifest file هيبوره هيلاقي + +440 +00:40:28,360 --> 00:40:33,690 +فيه action اسمه AAAلقى صح و أنا بفهم ان هو هذا + +441 +00:40:33,690 --> 00:40:38,150 +تابع لمين لل activity اسمها second activity بروح + +442 +00:40:38,150 --> 00:40:41,750 +بشغلها + +443 +00:40:41,750 --> 00:40:47,510 +هذه + +444 +00:40:47,510 --> 00:40:50,410 +عاملة زي ايش يا جماعة هتجد ان انا لما ابعت رسالة + +445 +00:40:50,410 --> 00:40:55,850 +تمام ممكن مباشرة احط اسم الشخص على طول اللي انا + +446 +00:40:55,850 --> 00:41:01,680 +بديه اسمه كاملا تمامببعتها لمحطة ال .. لمركز + +447 +00:41:01,680 --> 00:41:04,300 +البريد مركز البلاغ الاسم على طول .. اذا عارف الاسم + +448 +00:41:04,300 --> 00:41:07,920 +بيبعته على طول له لكن مرات ممكن انا اتخوض مابعتش + +449 +00:41:07,920 --> 00:41:13,060 +اسم الشخص اللي هذا ابعت مثلا رقم جواله تمام؟ هتجيه + +450 +00:41:13,060 --> 00:41:16,000 +توصل رقم جوال لمين؟ لمركز البريد مركز البريد + +451 +00:41:16,000 --> 00:41:21,640 +بالرقم الجوال بيقدر يعرف الشخص نفسه؟ اه؟ لأ، بده + +452 +00:41:21,640 --> 00:41:26,360 +يروح يضطر ان يفتح الدليل التليفونات تمام؟ عشان + +453 +00:41:26,360 --> 00:41:32,270 +يعرف ايش اسم الشخصصح؟ هيك وهذا اللي صار انه بدل + +454 +00:41:32,270 --> 00:41:37,650 +محدد ال activity مباشرة حددت ايش ال action تبعها + +455 +00:41:37,650 --> 00:41:43,770 +طبعا؟ الان هو اصله action بس مايعرفش ال activity + +456 +00:41:43,770 --> 00:41:46,110 +اللي بده يشغلها مين كيف بده يعرف مين ال activity + +457 +00:41:46,110 --> 00:41:49,150 +اللي بده يشغلها؟ بده يضطر يرجع لكل التطبيقات اللي + +458 +00:41:49,150 --> 00:41:52,790 +في الجهاز ويبحث على ال manifest files كلهم لحد ما + +459 +00:41:52,790 --> 00:41:56,270 +يلاقي ال activity اللي لها ال action اسم ايه ايه + +460 +00:41:56,270 --> 00:42:00,680 +وبيشغلهاهذا الطريقة التانية احنا بيسميها implicit + +461 +00:42:00,680 --> 00:42:06,000 +intent يعني هدف ضمني، هدف ضمني إنه أنا ماصرحتش + +462 +00:42:06,000 --> 00:42:09,720 +باسم ال activity مباشرة صرحت بال action بتاع ال + +463 +00:42:09,720 --> 00:42:14,020 +activity تمام؟ فهو بضطر في الحالة هذه إنه يدور في + +464 +00:42:14,020 --> 00:42:16,580 +ال manifest file set كل التطبيقات على activity + +465 +00:42:16,580 --> 00:42:21,000 +إنها نفس ال action هذا لو لدى تطبيقين إنهم نفس ال + +466 +00:42:21,000 --> 00:42:25,520 +action ماممكن يكون هذا ال AAAفي تطبيق تاني حاطه ل + +467 +00:42:25,520 --> 00:42:29,180 +activity تاني وقتها بتطلعلك خيارات بيقولك بتشغل + +468 +00:42:29,180 --> 00:42:33,360 +هذا و لا بتشغل هذا مرات انتوا لما تشغلوا تطبيقات + +469 +00:42:33,360 --> 00:42:37,580 +براوزر بتفتح صفحة web بتطلعلك خيارات صح تمام هذا + +470 +00:42:37,580 --> 00:42:42,800 +هنجربه عنه هنا الان خلينا نجرب هذا عشان ننهي في + +471 +00:42:42,800 --> 00:42:46,220 +المحاضرة الان انا ايش ال action اللي حطيته الان + +472 +00:42:46,220 --> 00:42:50,380 +انا رجعت للتطبيق تبعي وقلتله بدل ما تشغلSecond + +473 +00:42:50,380 --> 00:42:53,080 +activity هي الـ Intent هذا اللي بحط فيه اسم ال + +474 +00:42:53,080 --> 00:42:59,420 +activity اللي بتشغلها كتبت بس فيه إيش هاي + +475 +00:42:59,420 --> 00:43:02,740 +ال Intent بس حتى ال context ماحطتهوش هذا رسالة + +476 +00:43:02,740 --> 00:43:07,470 +هتصل لمن؟ لل Android systemواسمه اسم الـ Activity + +477 +00:43:07,470 --> 00:43:11,010 +ولا الـ Action تبعها؟ Action 3 هو مش عارف لسه الـ + +478 +00:43:11,010 --> 00:43:15,050 +Activity هيضطر يدور في كل التطبيقات على الجهاز على + +479 +00:43:15,050 --> 00:43:17,830 +الـ Activity اللي هو بدور إلى وين في التطبيقات؟ + +480 +00:43:17,830 --> 00:43:21,610 +بيفتح ملفاتهم كلهم؟ لأ، بدور في مين؟ في الـ + +481 +00:43:21,610 --> 00:43:24,490 +Manifest بس الـ Manifest معرق فيه الـ Activities + +482 +00:43:24,490 --> 00:43:27,990 +وإيش الـ Action تبعها هيدور في كل الـ Manifest + +483 +00:43:27,990 --> 00:43:33,100 +لأنهم ضمنهم الـ Manifest في حتة التطبيق نفسههيلاج + +484 +00:43:33,100 --> 00:43:35,660 +ايه ايه تاب على مين لل second activity على طول + +485 +00:43:35,660 --> 00:43:41,480 +بروح بشغّل ال second activity لأن واحد بيسأل اكيد + +486 +00:43:41,480 --> 00:43:46,040 +في مخ واحد فيكوا او بعضكوا انه طب يا عم مالاش + +487 +00:43:46,040 --> 00:43:48,380 +اللفة هذه مدّيله اسم ال activity على طول و خلاص + +488 +00:43:48,380 --> 00:43:51,520 +لأن ماشي هذا الكلام لو انا لو انا بده اشغل + +489 +00:43:51,520 --> 00:43:54,740 +activity في نفس التطبيق مافيش ده اللي عملناه يا + +490 +00:43:54,740 --> 00:43:59,860 +هدر لكن هذا هيلزم امتى لما نشغل activity في تطبيق + +491 +00:43:59,860 --> 00:44:05,190 +اخراللي هي هتبين فائدته المحاضرة الجاي لما نروح + +492 +00:44:05,190 --> 00:44:08,590 +نشغل الكاميرا لما نروح نشغل ال browser ايوة انا + +493 +00:44:08,590 --> 00:44:12,770 +بقدر اصل ال activity من التطبيق التاني؟ اه تقدر + +494 +00:44:12,770 --> 00:44:17,370 +اذا انت في التطبيق التاني يعني التطبيق التاني عارف + +495 +00:44:17,370 --> 00:44:20,650 +ايش ال action تبع ال activity بتشغلها من اي تطبيق + +496 +00:44:20,650 --> 00:44:27,530 +وهذا اللي هنعملهأه أه هنشوفها تمام؟ بس أنا بيعنين + +497 +00:44:27,530 --> 00:44:33,650 +الآن تفهم هذه الفكرة لأن هذه التطبيقه اشتغل الآن + +498 +00:44:33,650 --> 00:44:39,910 +قد غبطهم طلعلي error لأ هنشوف ليش طلعها + +499 +00:44:44,300 --> 00:44:58,760 +لحظة اشوف انا category default لأ + +500 +00:44:58,760 --> 00:45:00,280 +المفروض اشتغل مش عارف ليش + +501 +00:45:19,680 --> 00:45:26,180 +لأ لأ اشتغلت هي كانت المشكلة مش + +502 +00:45:26,180 --> 00:45:30,870 +عارفة وين كانت مغيرتش حاجة اناأه لأ المشكلة عارفين + +503 +00:45:30,870 --> 00:45:36,480 +هنا جماعة هذا الرقم كان فاضي فاجهنا ال parse intأه + +504 +00:45:36,480 --> 00:45:40,320 +طمع إيران يعني المشكلة مش في النهاية اللي أنا خلاص + +505 +00:45:40,320 --> 00:45:43,900 +ادخلت بيانات تمام button هاي فتح ال activity + +506 +00:45:43,900 --> 00:45:47,680 +التانية زي أول يبقى احنا فتحنا ال activity بطرق + +507 +00:45:47,680 --> 00:45:51,580 +تانية الطريقة الأولى محددنا ال class مباشرة وهذا + +508 +00:45:51,580 --> 00:45:55,760 +بيسمي explicit intent الطريقة التانية اني اروح لل + +509 +00:45:55,760 --> 00:45:59,480 +activity في ال manifest file وعملها intent filter + +510 +00:45:59,480 --> 00:46:04,180 +من اسمه isIntentFilter مفنطرالـ Intents يعني الآن + +511 +00:46:04,180 --> 00:46:08,120 +فيه Intent وصل لمين؟ للـ Operating System كيف يبقى + +512 +00:46:08,120 --> 00:46:11,420 +يعرف الـ Intent هيركب على أي واحد في هدولة؟ هيمر + +513 +00:46:11,420 --> 00:46:14,300 +على الـ Intent Filters بتاعة الـ Activities + +514 +00:46:14,300 --> 00:46:17,420 +الموجودة في المنافسة لكل التطبيقات ويشوف مين + +515 +00:46:17,420 --> 00:46:21,750 +متوافق أي Intent Filterبتمشي مع الـ Intent اللي + +516 +00:46:21,750 --> 00:46:24,670 +إجه لهذا عشان أيه اسمه Intent Filter اللي بفلتر + +517 +00:46:24,670 --> 00:46:29,190 +الـ Intent بيشوف أي Intent ماشي معاه .. أي Intent + +518 +00:46:29,190 --> 00:46:32,350 +Filter ماشي مع الـ Intent اللي وصل عشان هيك اسمه + +519 +00:46:32,350 --> 00:46:36,690 +Intent Filter النتيجة واحدة صورة نحطت Explicit + +520 +00:46:36,690 --> 00:46:40,150 +Intent ولا Implicit لكن دي لما نشغل Activity في + +521 +00:46:40,150 --> 00:46:45,510 +تطبيق آخرهيظم الـ implicit intent اللى هنشوفه + +522 +00:46:45,510 --> 00:46:49,630 +بالتفصيل المحاضر اللى جاية هى + +523 +00:46:49,630 --> 00:46:55,370 +طلع قرار طبعاً + +524 +00:46:55,370 --> 00:47:00,330 +دكتور حين انت بدأت تفرج هناك مقارنة من داخل تطبيق + +525 +00:47:00,330 --> 00:47:05,870 +افتح تطبيق كام اه قبل هي تطبيقات انت تفتح داخل + +526 +00:47:05,870 --> 00:47:06,690 +تطبيق نفسه + +527 +00:47:09,530 --> 00:47:13,630 +كيف يعني مش فاهم ممكن + +528 +00:47:13,630 --> 00:47:17,190 +تفتح على حاله و ممكن تفتح من بنا التطبيق انت بتحدد + +529 +00:47:17,190 --> 00:47:19,870 +من خلال فيه flags بتحطها لل activity لل intent + +530 +00:47:19,870 --> 00:47:25,250 +تمام هذا هنشوفه من حاجات متقدمة شويه ماشي يا جماعة + +531 +00:47:25,250 --> 00:47:26,390 +هيك خلصنا المحاضرة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E.srt new file mode 100644 index 0000000000000000000000000000000000000000..199a71ff11f1c4f37ccef86952fb30a6cdff5625 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E.srt @@ -0,0 +1,2018 @@ +1 +00:00:21,450 --> 00:00:26,510 +طيب السلام عليكم يا جماعة، في + +2 +00:00:26,510 --> 00:00:31,470 +المحاضرة الماضية، كملنا شغل على الـfragment وركزنا + +3 +00:00:31,470 --> 00:00:34,750 +على نقطة كيف أنا بدي أعمل تواصل مع الـfragments الأخرى. + +4 +00:00:35,640 --> 00:00:38,320 +لأن مثلاً هنا في عندي تطبيق، لما يكون في عندي list + +5 +00:00:38,320 --> 00:00:42,000 +من أسماء، وبدي أضغط على أي عنصر ويغير المحتوى + +6 +00:00:42,000 --> 00:00:45,300 +اللي هنا، لما في تغيير بدي يصير على الـfragment + +7 +00:00:45,300 --> 00:00:48,720 +الأخضر، بناءً على تغيير أو حدث بيصير على الـfragment + +8 +00:00:48,720 --> 00:00:53,580 +الأحمر، صح؟ ولا فعلياً، تَناقل المعلومات بين الـ + +9 +00:00:53,580 --> 00:00:56,640 +fragment، بدي يصير. الـfragment هذا، لما يصير فيه + +10 +00:00:56,640 --> 00:01:00,800 +event، بدو يبلغ فيه الـactivity، والـactivity بدها + +11 +00:01:00,800 --> 00:01:04,140 +تبلغ الـfragment الأخضر، تمام؟ هذا ركزنا عليه + +12 +00:01:04,140 --> 00:01:09,100 +المحاضرة الماضية، ونعيده على السريع، لأن أنا عندي + +13 +00:01:09,100 --> 00:01:14,120 +هاي الـlist fragment، هيبعت لأن الـevent بيتم فيه + +14 +00:01:14,120 --> 00:01:17,860 +هنا + +15 +00:01:17,860 --> 00:01:21,200 +الـevent اللي بيصير على الـlist، وهنا بجيب الـ + +16 +00:01:21,200 --> 00:01:23,840 +object اللي أضغط عليه، اللي هو person، لأن احنا + +17 +00:01:23,840 --> 00:01:28,600 +حابين نبعت الـperson هذا للـfragment الأخضر. حكينا + +18 +00:01:28,600 --> 00:01:32,200 +في الأول أنت بتبعت لمن؟ للـactivity، أول طريقة + +19 +00:01:32,200 --> 00:01:34,340 +اشتغلنا فيها، أنه كنا نجيب الـactivity ونعملها + +20 +00:01:34,340 --> 00:01:38,360 +casting للـactivity، ونقول هذه الطريقة مش صحيحة. + +21 +00:01:38,360 --> 00:01:41,820 +بتشتغل، لكنها مش صحيحة كـsoftware engineering، لأنه + +22 +00:01:41,820 --> 00:01:46,000 +بتخلي الـfragment معتمد على اسم activity معين، فعشان + +23 +00:01:46,000 --> 00:01:48,760 +أخلي الـfragment غير معتمد على الـactivity، بروح بعمل + +24 +00:01:48,760 --> 00:01:51,970 +interface، وبجبر الـactivity، والـactivity عشان + +25 +00:01:51,970 --> 00:01:56,410 +تشتغل أو تمرر لي بيانات، لازم تكون من نوع الـ + +26 +00:01:56,410 --> 00:02:00,270 +interface، فعلياً بيصير الـfragment هو اللي بيحفظ + +27 +00:02:00,270 --> 00:02:04,310 +على الـactivity أنها تيجي من نوع interface معين. + +28 +00:02:04,310 --> 00:02:05,750 +مثلاً interface + +29 +00:02:08,810 --> 00:02:12,850 +`ListFragmentListener`، وهنا أخذنا أصلاً الهدف + +30 +00:02:12,850 --> 00:02:15,890 +الأساسي من الـinterface، أنه يغير نوع class من نوع + +31 +00:02:15,890 --> 00:02:20,050 +لنوع آخر، الـinterface مافيه code، هذا اللي احنا + +32 +00:02:20,050 --> 00:02:23,950 +عملناه لما أخذنا مثلاً shape، لما أخذنا الـemployee، + +33 +00:02:23,950 --> 00:02:27,290 +أن كل الموظفين، إيش ما كان نوعهم، خليتهم من نوع + +34 +00:02:27,290 --> 00:02:29,650 +employee، كل الأشكال، إيش ما كانت نوعها، خليتها من + +35 +00:02:29,650 --> 00:02:34,390 +نوع shape، أي activity تشغلها الـfragment، هتصير + +36 +00:02:34,390 --> 00:02:38,910 +من نوع `ListFragmentListener`، وهذا الـfragment أو + +37 +00:02:38,910 --> 00:02:41,970 +الـinterface موجود داخل class الـfragment، ليش؟ على + +38 +00:02:41,970 --> 00:02:45,110 +أساس لو أخذت class الـfragment لمكان ثاني، بضل + +39 +00:02:45,110 --> 00:02:51,090 +بتعرف على الـinterface `ListFragmentListener`، و + +40 +00:02:51,090 --> 00:02:54,690 +هعمل فيه method عشان امرر فيه للـactivity اللي هي + +41 +00:02:54,690 --> 00:03:07,490 +`public void personSelected(Person p)`، لأن + +42 +00:03:07,490 --> 00:03:13,990 +المفروض أن الـactivity تروح تعمل implement لـ`ListFragmentListener`. + +43 +00:03:13,990 --> 00:03:16,570 +`ListFragmentListener` + +44 +00:03:18,650 --> 00:03:21,610 +وأول ما تعمل implement لـ`ListFragmentListener`، + +45 +00:03:21,610 --> 00:03:25,490 +هيظهر error، هيقول لازم تعمل implement للـmethod + +46 +00:03:25,490 --> 00:03:28,870 +اللي اسمها `personSelected`، هذه اللي من خلالها + +47 +00:03:28,870 --> 00:03:32,290 +الـactivity تستقبل البيانات. بس الآن الـfragment + +48 +00:03:32,290 --> 00:03:35,350 +هيصير يتعامل مع الـactivity إنها من نوع `ListFragmentListener`. هذه الفكرة، إنه هيشوفها من نوع + +49 +00:03:35,350 --> 00:03:38,350 +ثاني، هيشوفها من نوع هو بيعرفه، هيشوفها من النوع هو + +50 +00:03:38,350 --> 00:03:43,300 +بيعرّفه، والنوع معرّف عنده في الـclass. فنرجع للـ + +51 +00:03:43,300 --> 00:03:47,140 +fragment، `MyListFragment`. النقطة الوحيدة اللي + +52 +00:03:47,140 --> 00:03:50,500 +باقية، أنه أول ما الـfragment يشتغل، يجيب الـ + +53 +00:03:50,500 --> 00:03:55,360 +activity ويخزنها في reference من نوع `ListFragmentListener`، + +54 +00:03:55,360 --> 00:03:58,580 +لاسمها، عشان يبعت لها بيانات. طب كيف بدي أنا، أول ما + +55 +00:04:02,180 --> 00:04:06,560 +يشتغل الـfragment، فيه callback method تشتغل أول ما + +56 +00:04:06,560 --> 00:04:09,240 +يشتغل الـfragment، اسمها `onAttach`. + +57 +00:04:11,300 --> 00:04:13,900 +هدول الـcallback methods، بيشتغلوا في حياة الـ + +58 +00:04:13,900 --> 00:04:17,060 +fragment، حياته؛ يعني من أول ما يبدأ لحد ما يموت، أو + +59 +00:04:17,060 --> 00:04:20,740 +ينتهي، أو يُسَكَّر. أول method اللي بتشتغل هنا، `onAttach`. + +60 +00:04:20,740 --> 00:04:28,280 +بعدها، هتشتغل هنا `onCreateView`، اللي هي وظيفتها دي + +61 +00:04:28,280 --> 00:04:31,940 +اللي بتعمل inflate للـlayout، وبعدين بيشتغل `onActivityCreated`. + +62 +00:04:31,940 --> 00:04:35,540 +`onActivityCreated` + +63 +00:04:36,870 --> 00:04:40,530 +هدول احنا استخدمناهم. هذا بكون بعمل inflate في + +64 +00:04:40,530 --> 00:04:43,730 +البداية، و`onActivityCreated` بعد ما تجهز الـ + +65 +00:04:43,730 --> 00:04:46,390 +activity، بستخدم الـ`onActivityCreated` عشان أعمل + +66 +00:04:46,390 --> 00:04:51,510 +events أو أي شغل داخل محتاج للـfragment، جامعهم كلهم. بشغل method اسمها `onAttach`. أنا اكتشفت، إني أنا + +67 +00:04:51,510 --> 00:04:56,330 +أول ما أشغل الـfragment، بدي أشوف الـactivity، هل + +68 +00:04:56,330 --> 00:04:59,690 +هي فعلاً عاملة implement للـinterface؟ هل التزمت + +69 +00:04:59,690 --> 00:05:02,690 +بالقواعد اللي بدها إياها الـfragment؟ إذا عاملة + +70 +00:05:02,690 --> 00:05:05,030 +implement للـinterface، بأخذ reference منها وبخزّنها. + +71 +00:05:05,030 --> 00:05:07,610 +ليش بأخذ الـreference؟ عشان لما أعمل event، أبعت لها + +72 +00:05:07,610 --> 00:05:10,830 +بيانات. أي + +73 +00:05:10,830 --> 00:05:16,910 +fragment بدو يتواصل مع activity، لازم يصنع interface. يعني + +74 +00:05:16,910 --> 00:05:22,920 +مثلاً، الـgreen fragment، مش لازم نعمل هيك، ليش؟ لأن + +75 +00:05:22,920 --> 00:05:27,420 +الـgreen fragment مستقبل للبيانات، تمام؟ أي + +76 +00:05:27,420 --> 00:05:30,640 +واحد بدوره بعد الـactivity، لازم يعمل الشغلة، + +77 +00:05:30,640 --> 00:05:33,340 +الشغلة هذه. طب لو فيه أكتر من واحد، activity واحد + +78 +00:05:33,340 --> 00:05:36,720 +يعني، يعني كأنه activity واحد. تمام؟ أي fragment زي + +79 +00:05:36,720 --> 00:05:42,070 +ما قلت، بده يبعت للـactivity، إن شاء الله عشرين + +80 +00:05:42,070 --> 00:05:44,490 +fragment داخل الـactivity، لازم كلهم يعملوا + +81 +00:05:44,490 --> 00:05:47,230 +implement للـinterface، كل واحد له interface، تمام؟ كل + +82 +00:05:47,230 --> 00:05:51,530 +واحد بيكون جوا interface، آه، كل fragment له + +83 +00:05:51,530 --> 00:05:56,610 +interface، هي الفكرة أنه أنت الـfragment هذا، الآن + +84 +00:05:56,610 --> 00:05:59,170 +واحد واحد بتأخذه، بتنجله على أي مكان. هذا لما ننجل + +85 +00:05:59,170 --> 00:06:03,390 +احنا الـfragment هذا، هننجله معامل الـinterface تبعه. + +86 +00:06:03,390 --> 00:06:07,090 +فخلاص، هو بيفهم النوع هذا. كل واحد، أنه نوع خاص فيه. + +87 +00:06:08,140 --> 00:06:11,940 +زي ما قلنا، هذا مش إلزامي نعمله، يعني شفنا احنا + +88 +00:06:11,940 --> 00:06:15,760 +المرة الماضية، اشتغلنا بطريقة أسهل، لأنه جبنا الـ + +89 +00:06:15,760 --> 00:06:17,980 +activity، وعملنا casting واشتغل، وفي ناس كتبت شرايط + +90 +00:06:17,980 --> 00:06:21,840 +لأن أنا مش فاهم الـinterface، تمام؟ لكن احنا بنشغل + +91 +00:06:21,840 --> 00:06:24,480 +صح، أنا بدي أعلّم الـcoding صح، تمام؟ طيب، فأنا بدي أشغل + +92 +00:06:24,480 --> 00:06:32,240 +على الـ`onAttach` هذه، `onAttach` بيجي معها الـcontext، + +93 +00:06:32,240 --> 00:06:37,540 +اللي هو الـactivity اللي جاية، بس جابها من نوع إيش؟ context. اللي أنا ببحث، هل الـactivity فعلاً عاملة + +94 +00:06:37,540 --> 00:06:40,160 +implement للـinterface؟ كيف؟ `instanceof ListFragmentListener`. + +95 +00:06:40,160 --> 00:06:43,560 +إذا كانت فعلاً من نوع `ListFragmentListener`، بدي أخد reference عنها. إيش أنا + +96 +00:06:43,560 --> 00:06:48,320 +بدي أخد reference عنها؟ يعني بدي آجي هنا في الـ + +97 +00:06:48,320 --> 00:06:53,280 +fragment، أعرف متغير اسمه `ListFragmentListener` من + +98 +00:06:53,280 --> 00:06:56,220 +نوع اسمه `listener` مثلاً، أو أي اسم، من نوع `ListFragmentListener`. هذا أنا ليش عملته؟ عشان أخزّن فيه + +99 +00:06:56,220 --> 00:06:58,280 +الـactivity، يبقى + +100 +00:06:58,280 --> 00:07:01,740 +الآن بقوله `listener` يساوي من الـactivity اللي هي + +101 +00:07:01,740 --> 00:07:04,280 +الـcontext، بس هذا هيطلع لنا error، بيقول لك هذا بينفعش + +102 +00:07:04,280 --> 00:07:07,810 +حاجة نوع context، نحطها في `listener`. فإيش الحل؟ + +103 +00:07:07,810 --> 00:07:11,530 +بعملها cast، وبينفع أعمل cast لأن أنا تأكدت قبلها + +104 +00:07:11,530 --> 00:07:15,750 +إنها `ListFragmentListener`. إذا الـactivity مش + +105 +00:07:15,750 --> 00:07:19,730 +عاملة implement للـinterface، خلاص، مش هيتعامل + +106 +00:07:19,730 --> 00:07:23,970 +معها الـfragment. لأن هنا، أول ما يشتغل الـ + +107 +00:07:23,970 --> 00:07:27,390 +fragment، جاب نسخة من الـactivity، reference منها، + +108 +00:07:27,390 --> 00:07:30,660 +وخزنها في الـobject `listener`. الآن خلصنا، لما ييجي + +109 +00:07:30,660 --> 00:07:34,480 +أضغط على الـlist، بروح للـ`listener` تبعي، وبقول له + +110 +00:07:34,480 --> 00:07:38,580 +`personSelected`، وببعت له الـ`p`. بس قبلها، روح افحص `if` + +111 +00:07:38,580 --> 00:07:41,240 +`listener` لا يساوي `null`. ليش؟ لأنه ممكن يكون `null`. أنت + +112 +00:07:41,240 --> 00:07:45,100 +ممكن يكون `null` لو الـactivity مش عاملة implement + +113 +00:07:45,100 --> 00:07:51,180 +للـinterface، هيروح يبعت البيانات هذه. + +114 +00:08:18,060 --> 00:08:22,560 +تمام، الآن البيانات وصلت لمين؟ للـactivity، هي جاية + +115 +00:08:22,560 --> 00:08:25,540 +للـactivity. أنا قاعد بعيد اللي عملته في + +116 +00:08:25,540 --> 00:08:28,400 +المحاضرة الماضية، وصلت البيانات هنا، الـactivity الآن + +117 +00:08:28,400 --> 00:08:33,220 +بدها توصل للـfragment الأخضر، كيف هتوصل له؟ الـ + +118 +00:08:33,220 --> 00:08:37,780 +activity عشان تعرف الـfragments اللي فيها وتصلهم، + +119 +00:08:37,780 --> 00:08:40,040 +بدها تجيب حاجة اسمها الـfragment + +120 +00:08:43,130 --> 00:08:46,250 +manager، مثلاً. هذا كيف بنجيبه؟ فيه method في الـactivity + +121 +00:08:46,250 --> 00:08:52,210 +اسمها `getSupportFragmentManager`. هذا الـfragment + +122 +00:08:52,210 --> 00:08:55,190 +manager بيساعد الـactivity إنها تصل للـfragments + +123 +00:08:55,190 --> 00:08:59,790 +اللي موجودة جواها. إيش هتستفيد منه الـactivity؟ بتروح + +124 +00:08:59,790 --> 00:09:05,470 +للـfragment، بتقول له `findFragmentById`. طبعاً لازم + +125 +00:09:05,470 --> 00:09:09,930 +تكون أنت في الحالة دي، معطي ID للـfragment. هاي الـ + +126 +00:09:09,930 --> 00:09:15,590 +fragment الأول، اسمه fragment، خلينا نسميهم أسماء + +127 +00:09:15,590 --> 00:09:22,870 +يعني مفهومة، هذا `ListFragment`، وهذا بدنا نسميه + +128 +00:09:22,870 --> 00:09:25,310 +`DetailsFragment`. + +129 +00:09:28,920 --> 00:09:31,360 +لأن في الـactivity، جبته، بغير لي على الـfragment + +130 +00:09:31,360 --> 00:09:42,860 +اللي الـID تبعه `DetailsFragment`. و + +131 +00:09:42,860 --> 00:09:46,940 +بعمله casting لـ`DetailsFragment`، لأن خلاص وصلنا للـ + +132 +00:09:46,940 --> 00:09:51,000 +`DetailsFragment`. من البيانات لبيانات، عشان نبعت له + +133 +00:09:51,000 --> 00:09:54,560 +بيانات. من اللي بنعمل فيه method. أنت بدك تبعت لـ + +134 +00:09:54,560 --> 00:09:57,440 +class string، مش بتقول له `setString`. بتحط فيه، عشان + +135 +00:09:57,440 --> 00:10:02,140 +تقول له تقدر توصل له string. فالآن بنروح لـ`DetailsFragment`، و + +136 +00:10:02,140 --> 00:10:06,600 +بنعمل له مثلاً method اسمه `personSelected`. هذه الـ + +137 +00:10:06,600 --> 00:10:09,360 +method، أنا لازم أكتبها، إيش بتعمل هذه؟ بالبساطة، + +138 +00:10:09,360 --> 00:10:13,900 +هتروح، لأن أنا خلاص وصلت البيانات للـfragment، بروح + +139 +00:10:13,900 --> 00:10:16,940 +بجيب الـ`ImageView` اللي فيه مثلاً، وبروح بقول له `set` + +140 +00:10:16,940 --> 00:10:22,020 +`ImageResource`، جيب من الـperson، إيش الصورة؟ لأن أنا + +141 +00:10:22,020 --> 00:10:25,640 +عملت الـmethod، بس لسه ما استدعيتهوش، هستدعيه من هنا، + +142 +00:10:25,640 --> 00:10:27,700 +من الـactivity، بقوله: روح للـ`DetailsFragment`، + +143 +00:10:27,700 --> 00:10:34,610 +وقوله `personSelected`، وبأعطيه، وبأعطيه الـ`p`. هيك الـ + +144 +00:10:34,610 --> 00:10:38,190 +fragment الأول اللي بيوصل للـactivity، والـ + +145 +00:10:38,190 --> 00:10:40,990 +activity بتوصل للـfragment الثاني، عن طريق الـ + +146 +00:10:40,990 --> 00:10:47,090 +fragment manager. لاحظ إن الـgreen fragment، أو الـ + +147 +00:10:47,090 --> 00:10:52,630 +`DetailsFragment`، ما احتجتش أعمل فيه listener، لأنه مش + +148 +00:10:52,630 --> 00:10:56,150 +هيبعت للـactivity حاجة، وما عملتش فيه `onActivityCreated`. ليش؟ لأنه أنا ما عملتش فيه events + +149 +00:10:56,150 --> 00:10:59,150 +أو أي حاجة، هو بس بيستقبل البيانات وبيعرضها. + +150 +00:11:32,330 --> 00:11:36,890 +الآن أنت لما تغير، تضغط على أي عنصر، شايفين؟ بغير + +151 +00:11:36,890 --> 00:11:39,910 +الصورة، معناه أن البيانات وصلت لمين؟ للـactivity + +152 +00:11:39,910 --> 00:11:45,190 +الثانية. طيب الآن، مشينا + +153 +00:11:45,190 --> 00:11:48,030 +احنا ماشيين في موضوع الـfragment بالتدريج، بدأنا في + +154 +00:11:48,030 --> 00:11:51,150 +الأول، شرحنا إيش الـfragment، وإيش الهدف منها، أنه + +155 +00:11:51,150 --> 00:11:54,350 +أقسم أنا الواجهة، بدل ما أتعامل مع layout واحد + +156 +00:11:54,350 --> 00:11:58,510 +وjava واحد لكل الواجهة، الواجهة نفسها مقسمة لأجزاء، + +157 +00:11:58,510 --> 00:12:03,910 +كل جزء له code وlayout، صح ولا لأ؟ بدي أعدل على + +158 +00:12:03,910 --> 00:12:07,050 +جزئية، بروح أعدل على الجزئية هذه. وشوفنا كيف نعمل + +159 +00:12:07,050 --> 00:12:09,850 +two fragments، ونجمعهم، وكيف نبعت بيانات من fragment + +160 +00:12:09,850 --> 00:12:13,530 +لـfragment ثاني. الآن خلينا نشوف نقطة بعد هيك، + +161 +00:12:13,530 --> 00:12:15,550 +بالمناسبة يا جماعة، إيش نعمل؟ لما نيجي نضغط على + +162 +00:12:15,550 --> 00:12:20,630 +العناصر هنا، مش هنغير المحتوى، بدنا نغير أصلاً إيش؟ الـ + +163 +00:12:20,630 --> 00:12:25,010 +...ال... لأ، المحتوى كله مختلف، بمعنى أنه أنا مثلاً + +164 +00:12:25,010 --> 00:12:29,140 +لما أضغط هنا، يطلع لي مثلاً ListView. جوا هنا، لما + +165 +00:12:29,140 --> 00:12:32,200 +أضغط على هذا، يطلع لي image gallery، مجموعة صور. لما + +166 +00:12:32,200 --> 00:12:35,920 +أضغط على هذا، يطلع لي form، يعني مش مجرد تغيير صورة + +167 +00:12:35,920 --> 00:12:41,000 +أو text، بتغير كل الـfragment، هذا المحتوى اللي جوا. + +168 +00:12:41,000 --> 00:12:46,100 +يعني أنا هنا الـfragment ثابت، وببعت له بيانات، وبغير + +169 +00:12:46,100 --> 00:12:49,120 +المحتوى، بناءً على البيانات الجديدة، لكن مرات أنت + +170 +00:12:49,120 --> 00:12:53,380 +بتعمل هنا الـlist، وبتصير تضغط، تطلع واجهة مختلفة، + +171 +00:12:53,380 --> 00:13:00,370 +اختلاف كامل. عشان نشوف كيف نعمل هذه، لأن عشان نجربها، + +172 +00:13:00,370 --> 00:13:04,870 + +223 +00:16:57,080 --> 00:17:01,000 +حددت لي شوية from height بعبي ال frame هذا لو جيبت + +224 +00:17:01,000 --> 00:17:06,980 +عنصر ثاني حطيته فيها الأولاني هيروح وهييجيب تاني + +225 +00:17:06,980 --> 00:17:11,850 +جديد فيه، يعني هذه بتصلح لـ Fragment عشان تحط عناصر + +226 +00:17:11,850 --> 00:17:16,150 +جنب بعض أو تحت بعض، هذه فقط عشان تحط فيها عنصر واحد + +227 +00:17:16,150 --> 00:17:20,750 +واللي بتحطه فيها بيملي الشاشة اسمها Frame زي إطار + +228 +00:17:20,750 --> 00:17:26,430 +يعني الآن بدنا نعمل Frame Layout وفاضي ليش؟ على + +229 +00:17:26,430 --> 00:17:31,850 +أساس نحط فيه، نبدل فيه ال fragments الآن، اعتبره زي + +230 +00:17:31,850 --> 00:17:38,690 +زي إيش؟ عنصر في الشاشة، يعني على فكرة ممكن نحطها إيش؟ + +231 +00:17:38,690 --> 00:17:43,670 +visual لأن احنا شلنا ال fragment وهذا صار فاضي + +232 +00:17:43,670 --> 00:17:47,890 +ادور هنا على Frame Layout، هيها، يعني لو نحط فيها + +233 +00:17:47,890 --> 00:17:49,870 +تكتب فيه list of views بس، وإحنا نحط فيها + +234 +00:17:49,870 --> 00:17:54,630 +واحدة، مينفعش نحط لها طول، بار، الآن أنا بدي احط فيه + +235 +00:17:54,630 --> 00:17:57,810 +عنصر واحد بس، مين هو العنصر الواحد اللي أحطه فيه؟ + +236 +00:17:57,810 --> 00:18:03,620 +fragment، يعني أنت في ال fragment وبتسميه وبتحط + +237 +00:18:03,620 --> 00:18:07,120 +فيه اللي بدك إياه، عشرين حاجة بتحط في ال fragment، و + +238 +00:18:07,120 --> 00:18:09,100 +بعدين بتقعدوا بتقعدوا بتقعدوا بتقعدوا بتقعدوا بتقعدوا + +239 +00:18:09,100 --> 00:18:10,960 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا + +240 +00:18:10,960 --> 00:18:11,140 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا + +241 +00:18:11,140 --> 00:18:12,100 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا + +242 +00:18:12,100 --> 00:18:12,740 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا + +243 +00:18:12,740 --> 00:18:13,380 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا + +244 +00:18:13,380 --> 00:18:26,190 +تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا تقعدوا طيب + +245 +00:18:26,190 --> 00:18:32,210 +ممكن الرابط من ال... من هذا يكون أسهل، هو شاف حط له + +246 +00:18:32,210 --> 00:18:42,610 +width لأن + +247 +00:18:42,610 --> 00:18:52,030 +start يعني + +248 +00:18:52,030 --> 00:18:53,950 +بيجي بعد ال guideline end + +249 +00:19:19,780 --> 00:19:24,720 +هي عبّت الشاشة بس أنا شيلت ال margins، تعالوا الآن + +250 +00:19:24,720 --> 00:19:30,200 +زي ما بقول لك هدى، زي جالب تمام، بدي أعطيه بس ID، ليش؟ + +251 +00:19:30,200 --> 00:19:35,280 +لأن إضافة من ال code هيتم تمام، أنت أي حاجة + +252 +00:19:35,280 --> 00:19:38,840 +بتضيفها XML بتكون static ثابتة، يعني إحنا منها جالب + +253 +00:19:38,840 --> 00:19:42,540 +لأن الشيء اللي بيحطه هدى بيتم من خلال ال code، هي + +254 +00:19:42,540 --> 00:19:48,000 +ID، بدي اسميها مثلاً content layout + +255 +00:19:52,370 --> 00:19:56,390 +وخلصنا الشغل هنا، الآن إيش اللي بدي أسويه يا جماعة؟ + +256 +00:19:56,390 --> 00:20:02,770 +أنا نرجع لتطبيقنا طيب + +257 +00:20:02,770 --> 00:20:06,950 +بدي بناءً على الزر اللي بضغطه يغير لي المحتوى اللي + +258 +00:20:06,950 --> 00:20:13,080 +هنا list fragment، مش هغير فيه حاجة لأن نفس ال + +259 +00:20:13,080 --> 00:20:15,960 +fragment، إيش وظيفته؟ بس يجيب العناصر اللي ضغط عليه + +260 +00:20:15,960 --> 00:20:21,580 +ويوصله لل activity، بس إيش بدي أغير؟ بدي أروح دوماً + +261 +00:20:21,580 --> 00:20:28,000 +هنا... هي red، وهي blue، وهي green، إذا بناءً على الإسم + +262 +00:20:28,000 --> 00:20:31,520 +بدي أخليه يبدل ال fragment، بعدين روحنا لل activity + +263 +00:20:31,520 --> 00:20:38,950 +لأن ال activity هنا الكود المهم، قبل ما كانتش ال + +264 +00:20:38,950 --> 00:20:42,190 +activity تعمل حاجة، كانت بس توصل البيانات لل + +265 +00:20:42,190 --> 00:20:44,810 +details اللي أنا أصلاً ما فيش details، يعني هذا اللي + +266 +00:20:44,810 --> 00:20:48,350 +أنا شغلت ال code هيطلع error لأن هو يروح يدوّر على + +267 +00:20:48,350 --> 00:20:51,930 +ال fragment مش هيجيبها، تمام؟ آه، هيرجع لنا ال data + +268 +00:20:51,930 --> 00:20:57,450 +لأن بدنا نعمل شيء ثاني، الـ Activity نفسها الآن بدي + +269 +00:20:57,450 --> 00:21:00,810 +تستخدم الـ Fragment Manager عشان إيش؟ تعمل تبديل الـ + +270 +00:21:00,810 --> 00:21:04,890 +Fragment مع بعض، فجبنا الـ Fragment Manager وبقول له + +271 +00:21:04,890 --> 00:21:09,310 +الآن عشان نعمل عملية تبديل بدك تروح ليه الـ + +272 +00:21:09,310 --> 00:21:14,690 +Fragment Manager وتقول له Begin Transaction لنبدأ + +273 +00:21:14,690 --> 00:21:18,110 +عملية التبديل، Begin Transaction، وهذه إيش بيرجع؟ + +274 +00:21:18,110 --> 00:21:23,790 +بيرجع object اسمه Fragment Transaction، Ft مثلاً + +275 +00:21:23,790 --> 00:21:24,370 +نسميها + +276 +00:21:26,950 --> 00:21:32,770 +الآن تقريباً خلصنا، ندخل في الـ fp.getName.equals + +277 +00:21:32,770 --> 00:21:36,950 +ignore case red، فبنحط + +278 +00:21:36,950 --> 00:21:44,170 +ال red fragment، else fp.getName.equals ignore case + +279 +00:21:44,170 --> 00:21:46,750 +green + +280 +00:21:50,830 --> 00:22:00,190 +msfp.g2.equals ignore case blue، طيب + +281 +00:22:00,190 --> 00:22:06,050 +إذا كانت red بدّه يعمل red fragment جديد، rf يساوي + +282 +00:22:06,050 --> 00:22:14,330 +new red fragment، هيعمل red fragment جديد، طبعاً بروح + +283 +00:22:14,330 --> 00:22:18,250 +لل fragment transaction اللي عملناها هذه، و + +284 +00:22:18,250 --> 00:22:21,930 +بنستبدل فيها، مثلاً اسمها replace، إيش هي replace؟ + +285 +00:22:21,930 --> 00:22:26,710 +استبدل، طبعاً في الأول بتكون فاضية، فـ replace يعني + +286 +00:22:26,710 --> 00:22:31,810 +زي add، بتصير طبعاً ال replace هذه بتاخد حاجتين، أول + +287 +00:22:31,810 --> 00:22:36,410 +حاجة بتاخد id مكان اللي بتحط فيه ال fragment، art + +288 +00:22:36,410 --> 00:22:40,830 +.id.content layout اللي هي ال frame layout اللي + +289 +00:22:40,830 --> 00:22:48,680 +عملناها، RF، مين RF؟ ال red fragment، الآن إذا كان + +290 +00:22:48,680 --> 00:22:57,800 +green فبنعمل details fragment، df يساوي new details + +291 +00:22:57,800 --> 00:23:05,980 +fragment، وبعدين نفس ال fd replace r.id.content + +292 +00:23:05,980 --> 00:23:10,380 +layout، df + +293 +00:23:10,380 --> 00:23:17,020 +ونفس الشيء لل blue + +294 +00:23:34,380 --> 00:23:39,960 +ماشي يا جماعة، سهل أو صعب؟ سهل، شوف كيف أنت بتصمم لـ + +295 +00:23:39,960 --> 00:23:42,620 +fragments، شاشات مستقلة وبتحط فيها الفيديو الذكية + +296 +00:23:42,620 --> 00:23:46,440 +و بتعمل فيها ال code وبتقول لي بس إيش؟ شيل واحد وحط + +297 +00:23:46,440 --> 00:23:50,020 +واحد ثاني، لأن أنا بشيل محتوى كامل، دردالة، تمام؟ + +298 +00:23:50,020 --> 00:23:53,880 +ممكن هذه فيها شغل مختلف تماماً عن ال fragment + +299 +00:23:53,880 --> 00:23:57,460 +الثاني، وفي الآخر ما أنساش إنك بتروح لل fragment + +300 +00:23:57,460 --> 00:24:01,520 +transaction وبتعمل عملية commit زي ال database + +301 +00:24:03,510 --> 00:24:08,030 +أعتمد التعديلات اللي عملناها، لو تعالوا نرجع نشوف + +302 +00:24:08,030 --> 00:24:08,710 +الشغل هذا + +303 +00:24:44,280 --> 00:24:48,880 +طيب يا جماعة، يعني الأول اللي اشتغل الشاشة لسه برضه + +304 +00:24:48,880 --> 00:24:55,380 +فاضية، يعني هي red، هي blue، هي green + +305 +00:24:59,810 --> 00:25:05,350 +بغيّر المحتوى الموجود فيه، أهم مشكلة إن أول ما + +306 +00:25:05,350 --> 00:25:08,870 +اشتغل كان فاضية، ما ينفعش التطبيق أول ما يظهر ما يكونش فيه + +307 +00:25:08,870 --> 00:25:18,520 +واجهة، فبدك تروح على ال main activity هنا، عندما تشغل + +308 +00:25:18,520 --> 00:25:30,380 +ال activity تضيف واحدة تضيف واحدة تضيف واحدة تضيف + +309 +00:25:30,380 --> 00:25:41,540 +واحدة تضيف واحدة تضيف واحدة تضيف واحدة تضيف واحدة + +310 +00:25:41,540 --> 00:25:46,510 +تضيف واحدة R.ID.ContentLayout وتختار واحد منهم اللي + +311 +00:25:46,510 --> 00:25:51,090 +بدك هي default مثلاً إنه يضيف red fragment، يعني أول ما + +312 +00:25:51,090 --> 00:25:55,990 +أشغل بنشأ red fragment وبضيفه وين؟ على الواجهة، و + +313 +00:25:55,990 --> 00:26:05,450 +بعدين FT.Commit، وبمشي + +314 +00:26:05,450 --> 00:26:09,070 +الحال برضه لأ، أنت بدك Frame Layout + +315 +00:26:13,080 --> 00:26:17,400 +في الأول كان محطوط fragment بس مش محطوط داخل + +316 +00:26:17,400 --> 00:26:24,500 +layout، إحنا بنقول إنه يكون داخل إطار، ممكن تعمل إطار و + +317 +00:26:24,500 --> 00:26:28,080 +تحط جواه fragment، وبعدين نجيب له لورا، بيه مش الحل بس + +318 +00:26:28,080 --> 00:26:32,080 +لازم تحط Frame Layout، يعني ما فيش على جبل جبل، كان ال + +319 +00:26:32,080 --> 00:26:35,240 +frame نفسه داخل ال constraint، تمام؟ + +320 +00:26:37,490 --> 00:26:41,770 +على فكرة، قدامنا كنا نختصرها ال code بعد، وألاحظوا كيف + +321 +00:26:41,770 --> 00:26:44,850 +... هذا... هيجيء الصيغة المختصرة، أنا مكتوبهاش في + +322 +00:26:44,850 --> 00:26:48,550 +الأول، بيقولوا get support fragment manager begin + +323 +00:26:48,550 --> 00:26:54,910 +transaction replace r.id.contentlayout new red + +324 +00:26:54,910 --> 00:27:01,770 +fragment، وبعدين كلمة كل ما عملته في إيش؟ آه، في سطر + +325 +00:27:01,770 --> 00:27:05,350 +... في سطر واحد بس، إحنا بنبدأ بالتدريج، مكتوب يوم + +326 +00:27:05,350 --> 00:27:11,990 +أربع سطور، بعدين قاش نخليه سطر واحد، لسه في مشكلة + +327 +00:27:11,990 --> 00:27:19,570 +ثانية اللي + +328 +00:27:19,570 --> 00:27:22,630 +المفروض أول ما يشتغل يعرف يضيف red fragment + +329 +00:27:33,800 --> 00:27:37,660 +لأن هذه أول ما أشتغل عرض لي fragment by default + +330 +00:27:37,660 --> 00:27:43,560 +ولأن بتصير إيش؟ بتصير أنت تغير، لأن مش أنا ده اللي غيرت + +331 +00:27:43,560 --> 00:27:49,100 +fragments، تعال نعمل زر back، إيش عمل؟ طلع من + +332 +00:27:49,100 --> 00:27:55,360 +التطبيق، وهذا مش منطقي، المنطقة إيش؟ إنه يتراجع عن + +333 +00:27:55,360 --> 00:27:59,700 +آخر خطوة عملها، يعني مثلاً أنا كنت under red وعرضت + +334 +00:27:59,700 --> 00:28:05,320 +ال blue، لما أعمل back يرجع على red، طيب ليش هذه... + +335 +00:28:05,320 --> 00:28:09,420 +إيش سبب المشكلة؟ لأن يا جماعة الانتقال لبقية ال + +336 +00:28:09,420 --> 00:28:13,720 +activities العملية بتنظيف على ال back stack لبقية + +337 +00:28:13,720 --> 00:28:16,960 +ال activities، عشان هيك أنا لو كنت في activity A + +338 +00:28:16,960 --> 00:28:23,340 +وشغّلت B، وبعدين من B عملت back، هيرجع لـ A لأن ال + +339 +00:28:23,340 --> 00:28:26,840 +events هذه بتتخزن كلها في ال back stack، لكن في ال + +340 +00:28:26,840 --> 00:28:30,420 +fragments ما بتتخزنش في ال back stack، أي تغيير في الـ + +341 +00:28:30,420 --> 00:28:34,040 +fragments ما بتتخزنش في ال back stack إلا لو أنت قلت له + +342 +00:28:34,040 --> 00:28:38,680 +قلت له أنا لما هاجي أعمل replace خزّن في ال back + +343 +00:28:38,680 --> 00:28:42,940 +stack إنه تم استبدال هذا عن هذا، عشان يقدر يتراجع + +344 +00:28:42,940 --> 00:28:48,900 +... يتراجع عنه، في ال fragments نخبّئه، طبعاً ما هو + +345 +00:28:48,900 --> 00:28:54,580 +هذا مش عيب، هذا flexibility، إنه في حاجات أنت ممكن + +346 +00:28:54,580 --> 00:29:00,180 +تتراجع بتكاش تخزنها في ال back stack، وهنشوف هل + +347 +00:29:00,180 --> 00:29:02,760 +في حاجات بتكاشر تخزنها في ال back stack، وفي + +348 +00:29:02,760 --> 00:29:06,660 +حاجات بدها تتخزن في ال back stack، يتراجع لها، يعني + +349 +00:29:06,660 --> 00:29:11,120 +كيف هذا نعملها؟ بس بتحط سطر واحد، طلع معايا هنا إن + +350 +00:29:11,120 --> 00:29:14,940 +أنا مش... أنا هنا عملت إيه؟ step down ل fragment قبل + +351 +00:29:14,940 --> 00:29:19,120 +ما تعمل commit، بتروح من ال fragment transaction و + +352 +00:29:19,120 --> 00:29:25,920 +بتقول add to back stack، شايفينها add to back stack؟ + +353 +00:29:25,920 --> 00:29:30,020 +يعني آخر عملية اللي عملتها على transaction بتحطها في + +354 +00:29:30,020 --> 00:29:33,380 +ال back stack، هذه add to back stack بتاخد string + +355 +00:29:34,620 --> 00:29:38,160 +حطها null مبدئياً، هذا إيش ال string؟ يعني في ناس بتعمل + +356 +00:29:38,160 --> 00:29:41,080 +على ال back stack بتبحث فيه، وبتدور، وبتشيء العملية + +357 +00:29:41,080 --> 00:29:44,520 +فهذه عشان أنا العملية أسميها اسم معين، عشان لما + +358 +00:29:44,520 --> 00:29:47,420 +أروح أبحث في ال back stack أعرفها، إحنا مش هنبحث في + +359 +00:29:47,420 --> 00:29:51,100 +back stack ولا حاجة تمام، فبتحط هذه null، المهم إني + +360 +00:29:51,100 --> 00:29:53,740 +قاعد أقول back stack، العملية اللي تمت على ال + +361 +00:29:53,740 --> 00:29:57,360 +transaction انضافت على ال back stack قبل ما تعمل + +362 +00:29:57,360 --> 00:30:01,300 +commit، ما دام حطيتها في ال back stack لما تقدر تعمل + +363 +00:30:01,300 --> 00:30:01,960 +تراجع عليها + +364 +00:30:07,730 --> 00:30:11,210 +الآن هذه عمل ما يشتغل، هذه أنا ضفتها على ال back + +365 +00:30:11,210 --> 00:30:15,230 +stack، لكن العملية اللي فوق اللي أول ما اشتغل عرض + +366 +00:30:15,230 --> 00:30:19,570 +fragment ما ينفعش أحطها في ال back stack، ليش؟ لأن لو + +367 +00:30:19,570 --> 00:30:24,150 +حطيتها في ال back stack معناها لو عملت back هترجع + +368 +00:30:24,150 --> 00:30:30,230 +بيضاء، صح؟ ولا أنا + +369 +00:30:30,230 --> 00:30:32,970 +هنا في الحالة الافتراضية أول ما يشتغل + +370 +00:30:35,760 --> 00:30:38,320 +يعني هذه العملية إضافة لـ fragment الأحمر اللي هو + +371 +00:30:38,320 --> 00:30:43,620 +الـ default، المفروض بدي لما يعمل back يطفي، تمام؟ لو + +372 +00:30:43,620 --> 00:30:47,060 +حطيت هذه في ال back stack لو عملت back هيرجع بيضاء، + +373 +00:30:47,060 --> 00:30:49,720 +تمام؟ فشوف هذا مثل، عملية ما بدناش نحط إضافة على ال + +374 +00:30:49,720 --> 00:30:53,180 +back stack، لكن تحت هذه ضفتها على ال back stack + +375 +00:30:53,940 --> 00:30:58,380 +طبعاً زي ما شفنا السطر الواحد replace، جبنا الكمية + +376 +00:30:58,380 --> 00:31:02,740 +بتحط إيش؟ add to back stack null، وبعدين بتعمل commit + +377 +00:31:02,740 --> 00:31:05,260 +لو أنت بدك تضيفها على ال back stack، بس إحنا بدنا + +378 +00:31:05,260 --> 00:31:10,240 +عشان نحطها على ال back stack، وتعالى هنا آه لأ + +379 +00:31:10,240 --> 00:31:16,700 +تعال شوف، هاي شغل تمام، اعمل back، هذا بيرجع لإيش؟ + +380 +00:31:16,700 --> 00:31:20,800 +للعمليات السابقة تمام + +381 +00:31:23,940 --> 00:31:28,240 +طبعاً آخر حاجة... ما تجيء على آخر خطوة ب... بطفل + +382 +00:31:28,240 --> 00:31:33,820 +واضح + +383 +00:31:33,820 --> 00:31:38,060 +يا جماعة؟ دكتور؟ آه، في جهة ال activity إحنا أخذنا + +384 +00:31:38,060 --> 00:31:40,440 +في البداية إن لو كنا عندنا application أكثر من + +385 +00:31:40,440 --> 00:31:43,680 +activity لما نضغط back أو ننتقل من activity ممكن نرجع + +386 +00:31:43,680 --> 00:31:46,040 +على activity ثاني، هو عبارة عن layer، نرجع لها ثاني + +387 +00:31:46,040 --> 00:31:49,580 +تمام، لما نجيت هذا أنشأنا، هو أكثر لما نحنا ننتقل من + +388 +00:31:49,580 --> 00:31:52,280 +واحد لواحد عامل object من ال fragment ثاني يظل + +389 +00:31:52,280 --> 00:31:57,620 +محتفظ بال object هذا اللي كان موجود قبل لما عملت + +390 +00:31:57,620 --> 00:32:02,820 +replace، لما + +391 +00:32:02,820 --> 00:32:07,300 +عملت replace إن في حالة إيش؟ لو أنت حاولت تحتفظ فيه + +392 +00:32:07,300 --> 00:32:11,740 +هنا لأن ليش؟ بنمسح لأن أنا عند كل عملية بروح بعمل new + +393 +00:32:11,740 --> 00:32:16,680 +تمام؟ آه، أنت ممكن تعمل أو تعمل fragments في فوق + +394 +00:32:16,680 --> 00:32:20,980 +هنا مثلاً، أو عند ال oncreate إنه خلاص نستخدم نفس نفس + +395 +00:32:20,980 --> 00:32:28,120 +ال fragments اللي كانوا موجودين، إذا + +396 +00:32:28,120 --> 00:32:32,220 +في fragments حابب تحتفظ في بياناتها، هذه الطريقة + +397 +00:32:32 + +445 +00:36:30,390 --> 00:36:32,630 +دروج دروج دروج دروج دروج دروج دروج دروج دروج دروج + +446 +00:36:32,630 --> 00:36:36,210 +دروج دروج دروج دروج + +447 +00:36:36,210 --> 00:36:43,710 +دروج دروج دروج دروج دروج دروج دروج دروج دروج دروج + +448 +00:36:43,710 --> 00:36:43,730 +دروج دروج دروج دروج دروج دروج دروج دروج دروج دروج + +449 +00:36:43,730 --> 00:36:43,810 +دروج دروج دروج دروج دروج دروج دروج دروج دروج دروج + +450 +00:36:43,810 --> 00:36:46,630 +دروج دروج + +451 +00:36:51,470 --> 00:36:55,310 +نقطة تانية مهمة، أنا ليش بعمل الـ code هذا؟ + +452 +00:36:55,310 --> 00:37:00,150 +بإختصار، الـ drag and drop مش موجود أصلاً في الـ + +453 +00:37:00,150 --> 00:37:05,090 +palette اللي بتطلع عندك، بدّور على الـ layout يعني هنا لو + +454 +00:37:05,090 --> 00:37:07,650 +جيت على الـ design، ما فيش حاجة إسمها drawer layout. + +455 +00:37:07,650 --> 00:37:15,990 +مافيش موجود، طبعاً وضعف الـ support للبناني بس + +456 +00:37:15,990 --> 00:37:16,870 +ما طلعش برضه هنا. + +457 +00:37:22,610 --> 00:37:27,430 +طيب، فهؤلاء المضطرين يشغلوا إيش؟ الـ code، عرفتوا إيش الـ + +458 +00:37:27,430 --> 00:37:31,190 +code المهم؟ أجبتلكم في الإمتحان عن الـ code؟ قعدتوا تخربشوا + +459 +00:37:31,190 --> 00:37:37,090 +فيه؟ صلحتوا، خلصناهم، بالأمس مرة الجاهز، المحاضرات لسه بدي + +460 +00:37:37,090 --> 00:37:38,910 +أرصدهم، بدا يام، كان أرصدهم. + +461 +00:37:48,240 --> 00:37:52,040 +بالمرة، في غلطة لكل غلطان فيها في الإمتحان، هل جيت يا + +462 +00:37:52,040 --> 00:37:56,220 +جماعة، الـ edit text لازم تقول الـ baseline تبعه مع + +463 +00:37:56,220 --> 00:38:01,080 +الـ baseline تاع الـ text view، تمام، اللي ما عملهاش + +464 +00:38:01,080 --> 00:38:04,080 +هضرح على أي درجة، تقولي top مع top و bottom مع + +465 +00:38:04,080 --> 00:38:07,460 +bottom، مش صح، تمام؟ لازم الـ baseline، عشان بكرا + +466 +00:38:07,460 --> 00:38:10,360 +الواحد يرجع، يريد يعرف الشغل هذا. + +467 +00:38:15,760 --> 00:38:18,700 +طيب يا جماعة، أنتم معايا، لسه ما خلصناش، أنتم معايا. + +468 +00:38:18,700 --> 00:38:23,280 +يا جماعة، إيش + +469 +00:38:23,280 --> 00:38:28,100 +اللي عملته أنا لحد الآن، عملت drawer layout، آه. + +470 +00:38:28,100 --> 00:38:31,840 +أنتم معايا، عملت drawer layout، المهم إيش الشاشة + +471 +00:38:31,840 --> 00:38:36,100 +المهم الشاشة الآن، إيش فيه جوا الـ drawer layout، بدي + +472 +00:38:36,100 --> 00:38:41,700 +يكون جوا حاجتين، محتوى، ومحتوى، وإيش، والـ list هذه. + +473 +00:38:41,700 --> 00:38:46,310 +بدي أحط المحتوى، المحتوى إيش بيكون؟ Frame Layout. + +474 +00:38:46,310 --> 00:38:51,250 +غالباً، يا إما بتحط تصميم، لو أنت عندك fragment مُصمم، + +475 +00:38:51,250 --> 00:38:55,630 +حطه، أو إذا عندك المحتوى هذا بيتغير، بتحطه Frame + +476 +00:38:55,630 --> 00:38:58,970 +Layout، يعني أنا عندي بيجيب إني لما أضغط على أي + +477 +00:38:58,970 --> 00:39:02,550 +أيقونة، بده هذا يتغير، فبحط Frame، مش قرآن، ده من الـ + +478 +00:39:02,550 --> 00:39:06,270 +Frame، برضه إذا عندك محتوى ثابت، بتصممه في Frame + +479 +00:39:06,270 --> 00:39:10,130 +Layout، وبتحط الـ Frame، هنا أنا حالياً في تطبيقتي، + +480 +00:39:10,130 --> 00:39:20,940 +بدي أحط FrameLayout، برضه بديها 0dp و 0dp، ومعب + +481 +00:39:20,940 --> 00:39:28,400 +الشاشة، فهدول كلهم اللي فوق بدي أنسخهم، يعني بدي الـ + +482 +00:39:28,400 --> 00:39:37,320 +frame layout يكون، وعطي + +483 +00:39:37,320 --> 00:39:41,600 +الـ frame layout ID، بدي نسميه content. + +484 +00:39:46,360 --> 00:39:50,900 +Layout، عشان فيه موجود تحت، مش مشكلة، فهذا اللي تحت + +485 +00:39:50,900 --> 00:39:54,660 +معناه بنشيله، بنشيل الـ gate. + +486 +00:40:06,470 --> 00:40:09,130 +طيب، يبقى أنا يا جماعة، إنتظروا عشان ما ألا اخبطش في + +487 +00:40:09,130 --> 00:40:11,530 +الترتيب، جوا الـ constraint layout، حطيت الـ drawer + +488 +00:40:11,530 --> 00:40:15,430 +layout، جوا الـ drawer layout ما بحطش حاجتين، الـ frame + +489 +00:40:15,430 --> 00:40:19,330 +layout، مع الـ drawer كله، اللي هو هذا، هتدخل علينا + +490 +00:40:19,330 --> 00:40:24,490 +مين؟ الـ list هذه اللي هتكون مخبية، المفروض جوا الـ + +491 +00:40:24,490 --> 00:40:28,830 +drawer layout، بنضيف عنصر ثاني إسمه navigation view. + +492 +00:40:28,830 --> 00:40:35,050 +الـ navigation view هذا، الـ navigation view مش موجود + +493 +00:40:35,050 --> 00:40:38,570 +هتلاقيه، غير مُضاف من مكتبة خارجية، الـ drawer layout + +494 +00:40:38,570 --> 00:40:41,730 +موجود، لكن الـ navigation view لأ، عشان تضيفه من + +495 +00:40:41,730 --> 00:40:47,930 +مكتبة خارجية، في عندي أنا هنا، هاهي الـ رابط تبعه، تمام؟ + +496 +00:40:47,930 --> 00:40:52,050 +اللي هو implementation هذا، محفظوش، أنا من الـ net + +497 +00:40:52,050 --> 00:40:54,530 +موجود إنه عشان تضيف أنت في حاجة إسمها support + +498 +00:40:54,530 --> 00:40:58,510 +library، تمام؟ الـ navigation drawer، الـ navigation + +499 +00:40:58,510 --> 00:41:02,680 +view هذا موجود من الـ support library، عشان أقدر + +500 +00:41:02,680 --> 00:41:07,880 +أستخدمه، بدك تنسخ السطر هذا، تمام؟ هتطلع في الفيديو، و + +501 +00:41:07,880 --> 00:41:13,760 +بعدين تروح على الـ gradle. + +502 +00:41:17,870 --> 00:41:21,630 +وتحط هنا، شايفين الـ implementation؟ هدول مكتبات + +503 +00:41:21,630 --> 00:41:26,250 +وهذه أصلاً طريقة إضافة مكتبات خارجية، يعني أي واحد + +504 +00:41:26,250 --> 00:41:29,270 +بيعمل مكتبة خارجية بيديك إيش؟ بيديك رابط زي هذا، و + +505 +00:41:29,270 --> 00:41:33,350 +بتحطه هنا، طبعاً أنا محطوط، هي موجود، أنا ما جبتش أعمل + +506 +00:41:33,350 --> 00:41:36,350 +إمش، لأن الكلب بيلت، لو أنا بفتح project جديد، و + +507 +00:41:36,350 --> 00:41:39,630 +حطيته، الكلب طلع، لقيت عشان هو كان عامل إحتياط، و + +508 +00:41:39,630 --> 00:41:43,670 +عامله عشان ما ... مالزمش، تمام؟ بس المهم إنه لازم + +509 +00:41:43,670 --> 00:41:47,870 +يُضاف، نرجع لموضوعنا، للـ main activity هذا، ما خلصنا + +510 +00:41:47,870 --> 00:41:51,870 +على فكرة، تمام؟ هذا الآن الـ navigation view عبارة + +511 +00:41:51,870 --> 00:41:54,790 +عن الـ panel اللي هتدخل من هنا، غالباً هذا لما يدخل من + +512 +00:41:54,790 --> 00:42:00,690 +هنا بيكون إيش؟ هو مساحة مُحددة، فمثلاً خلّيه يقول 250 + +513 +00:42:00,690 --> 00:42:08,690 +dp، الـ width تبعه 250 dp، بتحدد له إيش؟ مساحة الـ + +514 +00:42:08,690 --> 00:42:14,450 +height، بيديه إيش؟ match parent. + +515 +00:42:14,450 --> 00:42:18,270 +آه، على فكرة أنا غلطت غلطة هنا، الـ frame layout + +516 +00:42:18,270 --> 00:42:22,910 +وين موجود؟ جوا الـ drawer layout، فهدول الـ + +517 +00:42:22,910 --> 00:42:27,760 +constraints، لأ، ما ينطبقوا داخل الـ drawer layout، هدول + +518 +00:42:27,760 --> 00:42:31,320 +الـ constraints خاصين فين؟ في الـ constraint layout. + +519 +00:42:31,320 --> 00:42:36,580 +يعني أنت لما تكون جوا constraint layout بتحط هدول + +520 +00:42:36,580 --> 00:42:41,320 +عشان هيك الـ drawer layout وين موجود؟ مين أبوه + +521 +00:42:41,320 --> 00:42:44,560 +مباشرة؟ constraint layout، عشان يقبل كل إيش؟ + +522 +00:42:44,560 --> 00:42:48,780 +constraint، top، و start، و end، و كده، لكن الـ frame + +523 +00:42:48,780 --> 00:42:52,760 +هذا موجود داخل، من الـ drawer layout، الـ drawer + +524 +00:42:52,760 --> 00:42:56,000 +layout بيفهم إيش؟ match parent. + +525 +00:42:58,450 --> 00:43:02,550 +و match parent بتعملش بإيش؟ بالـ constraints، لإنه + +526 +00:43:02,550 --> 00:43:07,270 +أنا الآن شغال داخل drawer layout، فلو أنت موجود بـ + +527 +00:43:07,270 --> 00:43:11,030 +parent، هي مش constraint layout، فمش هيفهمها، فالـ + +528 +00:43:11,030 --> 00:43:13,230 +frame layout بتحط match parent match parent، عشان + +529 +00:43:13,230 --> 00:43:15,950 +يعبى الشاشة، لإنه الـ navigation drawer جابه الـ width + +530 +00:43:15,950 --> 00:43:20,070 +تبعه 250، عشان ما ياخدش... الـ ... الـ ... الإرتفاع تبعه + +531 +00:43:20,070 --> 00:43:25,050 +إيش؟ ماذا يا جماعة؟ الشاشة بقى حاجة واحدة، بدنا نضيفها + +532 +00:43:25,050 --> 00:43:29,110 +الآن، هذا الـ drawer يا جماعة تبعنا، هذا الـ drawer + +533 +00:43:29,110 --> 00:43:33,350 +بدو يجي من، ممكن يجي من هنا، وممكن يجي من وين؟ من + +534 +00:43:33,350 --> 00:43:38,110 +الجهة الثانية، أنت لو شغال عربي، ممكن يجي من اليمين. + +535 +00:43:38,110 --> 00:43:43,650 +فهذا بدنا نحددها، كيف تعمل Android، layout + +536 +00:43:45,650 --> 00:43:50,210 +gravity، عارفين layout gravity بتحدد اتجاه العنصر. + +537 +00:43:50,210 --> 00:43:55,790 +فهنا بنقوله إيش؟ start، آه، طبعاً هنا بفهمها layout + +538 +00:43:55,790 --> 00:43:58,770 +gravity، بالنسبة للـ drawer layout، معناه إن هذا مخبّي + +539 +00:43:58,770 --> 00:44:07,710 +وين؟ جهة الـ start، الـ visibility، الحالة بتقول ده إنت + +540 +00:44:07,710 --> 00:44:11,470 +لأ، بتحطش visibility، تمام؟ هو أصلاً هو اللي موجود في + +541 +00:44:11,470 --> 00:44:13,330 +الـ navigation view، مش موجود داخل الـ drawer layout. + +542 +00:44:14,980 --> 00:44:17,460 +هو لحاله، مفهوم؟ لما يكون جوا drawer layout، وأنت + +543 +00:44:17,460 --> 00:44:20,720 +حاطط له layout gravity start، بيخلّيه في جهة الـ + +544 +00:44:20,720 --> 00:44:24,740 +start، طيب. + +545 +00:44:24,740 --> 00:44:28,500 +لسه ما خلصناش، بقي حاجة، لأن الـ navigation view + +546 +00:44:28,500 --> 00:44:33,540 +بيبقى نحطه ... إحنا قلنا في navigation view بس إيش + +547 +00:44:33,540 --> 00:44:38,700 +محتوى؟ فاضي، فاضي، لسه هي مش هذا محتوى؟ فاضي، إيش بده + +548 +00:44:38,700 --> 00:44:42,780 +يكون محتوى؟ الـ list، الـ list اللي هي مين؟ اللي هي + +549 +00:44:42,780 --> 00:44:49,990 +هذا اللي نزلناها تحت، شايفينها؟ بدي آخذها كلها، و + +550 +00:44:49,990 --> 00:44:58,150 +أحطها داخل من ... داخل الـ navigation view، آه. + +551 +00:44:58,150 --> 00:45:02,810 +حط اللي بدك إياه، أنا هنا إيش؟ حاولت المحتوى، فردته، صممت + +552 +00:45:02,810 --> 00:45:05,890 +الاسم اللي بدك إياه، وأحطه هنا، بس طبعاً هالـ gate إيش + +553 +00:45:05,890 --> 00:45:11,950 +هدول الـ constraints، آه، بدنا نشيلهم، بدنا نقول لهم إنه + +554 +00:45:11,950 --> 00:45:26,120 +match parent، ماتش بيرنت، ماتش + +555 +00:45:26,120 --> 00:45:29,360 +بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، + +556 +00:45:29,360 --> 00:45:31,200 +ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش + +557 +00:45:31,200 --> 00:45:31,480 +بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش + +558 +00:45:31,480 --> 00:45:31,640 +بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش + +559 +00:45:31,640 --> 00:45:31,660 +بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش + +560 +00:45:31,660 --> 00:45:36,160 +بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، + +561 +00:45:36,160 --> 00:45:40,060 +ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش بيرنت، ماتش + +562 +00:45:40,880 --> 00:45:46,780 +تعالَ نشوفها سريعاً، قبل ما نرجعها، بتكون إيش؟ اشتغلت + +563 +00:45:46,780 --> 00:45:49,660 +الآن، أنا الـ activity عندي constraint layout، إيش فيه؟ + +564 +00:45:49,660 --> 00:45:56,480 +حطيت جواها الـ drawer layout، مرة ثانية، هي بعمل أو + +565 +00:45:56,480 --> 00:45:59,500 +خلاص، بشرحها، الـ code، الـ drawer layout، جوا الـ drawer + +566 +00:45:59,500 --> 00:46:04,460 +layout، فيه حاجتين، فيه frame layout اللي هو المحتوى + +567 +00:46:04,460 --> 00:46:08,680 +تبعي، أنا حطيت frame layout عشان أقدر أغير، لو محتواك + +568 +00:46:08,680 --> 00:46:13,520 +ثابت، حط fragment و بتخليه ماله؟ match parent match + +569 +00:46:13,520 --> 00:46:18,360 +parent، عشان يعبي الـ drawer layout، الجزء الثاني منه + +570 +00:46:18,360 --> 00:46:22,500 +هذا إسمه navigation view، يعني drawer layout جواها + +571 +00:46:22,500 --> 00:46:27,090 +حاجتين، المحتوى اللي هو مثلاً fragment أو frame + +572 +00:46:27,090 --> 00:46:30,270 +layout في حالتي، والجزء الثاني الـ navigation view + +573 +00:46:30,270 --> 00:46:35,050 +اللي هو فعلياً الشاشة، هتكون مخبية، هذه بتحط لها عرض + +574 +00:46:35,050 --> 00:46:39,250 +ما يكونش عرض الشاشة كلها، 200 أو 250 مثلاً، ارتفاع + +575 +00:46:39,250 --> 00:46:42,370 +match parent، ولازم تحط اللي هنا layout gravity + +576 +00:46:42,370 --> 00:46:46,770 +start، عشان يخبيه جهة مين؟ الـ start، جوا الـ + +577 +00:46:46,770 --> 00:46:51,970 +navigation view، بتحط المحتوى اللي موجود جوا، اللي + +578 +00:46:51,970 --> 00:46:56,410 +هو أنا عندي fragment موجودة، حطيتها، وخلصنا، يعني + +579 +00:46:56,410 --> 00:47:02,810 +فعلياً الـ activity عبارة عن constraint layout، أو أي + +580 +00:47:02,810 --> 00:47:09,530 +layout أنت بدك إياه، داخلها فيه drawer layout، بنفع بس + +581 +00:47:09,530 --> 00:47:11,730 +أنا عندي، أنا عملت هيك، هتشوف ليش المحاضرة الجاية. + +582 +00:47:11,730 --> 00:47:15,990 +جوا الـ drawer layout لازم يكون فيه حاجتين، الـ + +583 +00:47:15,990 --> 00:47:20,240 +content اللي هو ممكن يكون fragment، frame layout + +584 +00:47:20,240 --> 00:47:23,500 +اللي أنت بدك إياه، والجزء الثاني اللي هو مين؟ + +585 +00:47:23,500 --> 00:47:30,960 +navigation view، هذه. + +586 +00:47:30,960 --> 00:47:34,140 +الشجرة تاعت مين؟ يا جماعة، تاعت كيف نعمل navigation + +587 +00:47:34,140 --> 00:47:40,240 +drawer، لأن جوا الـ navigation view بتحط المحتوى، بتبقى + +588 +00:47:40,240 --> 00:47:44,000 +اللي هو fragment، أو صورة، أو أي أي حاجة أنت بدك + +589 +00:47:44,000 --> 00:47:50,680 +إياها، واضح يا جماعة؟ لأ، تعالَ نشوف بس اشتغل هذا + +590 +00:47:50,680 --> 00:47:56,060 +المفروض، طيب. + +591 +00:47:56,060 --> 00:48:01,600 +تمام، هي + +592 +00:48:01,600 --> 00:48:07,620 +الواجهة اللي عندي لما أعمل slide، شايفينها؟ وإيش + +593 +00:48:07,620 --> 00:48:12,660 +بعمل في الواجهة؟ شفتوا كيف شغل الـ fragment؟ غيرت أي + +594 +00:48:12,660 --> 00:48:17,960 +code في مكان ثاني؟ لأ، بس عملت إعادة ترتيب لإيش؟ للـ + +595 +00:48:17,960 --> 00:48:21,100 +main activity، لعبة زي الـ logo، مش قلتلكم مرة إنها + +596 +00:48:21,100 --> 00:48:26,100 +زي التركيب، أنت بتركب بس، وهي البساطة في الشغل، خلاص. + +597 +00:48:26,100 --> 00:48:29,360 +أنت صممت كل fragment، تشيل هذا، وحطه هنا، وحطه يقضي + +598 +00:48:29,360 --> 00:48:33,380 +يمين، ويقضي شمال، وهكذا، طبعاً لسه ما خلصناهاش، هذا + +599 +00:48:33,380 --> 00:48:37,500 +بده، المفروض لما أضغط على الـ drawer إيش يعمل؟ يسكره، يحط له + +600 +00:48:37,500 --> 00:48:40,160 +الـ drawer فوق، يربط مع طول الـ bar، تمام؟ بس هي الـ + +601 +00:48:40,160 --> 00:48:45,500 +navigation drawer، شغال سهل ولا صعب يا جماعة؟ المرة + +602 +00:48:45,500 --> 00:48:46,220 +اللي جاية نكمل. + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..406728e436c481b4c651d3fc4e5d47e2355c65fb --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/dhZ9TQxB51E_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 3477, "start": 21.45, "end": 34.77, "text": " السلام عليكم يا جماعة. في المحاضرة الماضية كملنا شغل على fragment وركزنا على نقطة كيف انا بدي اعمل تواصل و دلي fragments", "tokens": [21136, 37440, 25894, 24793, 35186, 10874, 15042, 27884, 13, 8978, 9673, 5016, 46958, 25720, 9673, 46958, 10632, 9122, 42213, 8315, 13412, 17082, 1211, 15844, 26424, 4032, 31747, 11622, 8315, 15844, 8717, 47432, 3660, 9122, 33911, 1975, 8315, 4724, 16254, 1975, 25957, 1211, 33427, 33546, 1211, 4032, 11778, 20292, 29197], "avg_logprob": -0.3196874862909317, "compression_ratio": 1.4326241134751774, "no_speech_prob": 0.0, "words": [{"start": 21.45, "end": 21.99, "word": " السلام", "probability": 0.519683837890625}, {"start": 21.99, "end": 22.33, "word": " عليكم", "probability": 0.89501953125}, {"start": 22.33, "end": 22.41, "word": " يا", "probability": 0.69921875}, {"start": 22.41, "end": 22.71, "word": " جماعة.", "probability": 0.96240234375}, {"start": 25.83, "end": 26.51, "word": " في", "probability": 0.41015625}, {"start": 26.51, "end": 26.99, "word": " المحاضرة", "probability": 0.79443359375}, {"start": 26.99, "end": 27.53, "word": " الماضية", "probability": 0.9552408854166666}, {"start": 27.53, "end": 28.31, "word": " كملنا", "probability": 0.78515625}, {"start": 28.31, "end": 28.57, "word": " شغل", "probability": 0.9208984375}, {"start": 28.57, "end": 28.69, "word": " على", "probability": 0.7529296875}, {"start": 28.69, "end": 29.11, "word": " fragment", "probability": 0.38671875}, {"start": 29.11, "end": 31.47, "word": " وركزنا", "probability": 0.8507080078125}, {"start": 31.47, "end": 31.59, "word": " على", "probability": 0.81787109375}, {"start": 31.59, "end": 32.17, "word": " نقطة", "probability": 0.984375}, {"start": 32.17, "end": 32.63, "word": " كيف", "probability": 0.95166015625}, {"start": 32.63, "end": 32.87, "word": " انا", "probability": 0.7017822265625}, {"start": 32.87, "end": 33.15, "word": " بدي", "probability": 0.6546630859375}, {"start": 33.15, "end": 33.43, "word": " اعمل", "probability": 0.9324544270833334}, {"start": 33.43, "end": 33.97, "word": " تواصل", "probability": 0.9270833333333334}, {"start": 33.97, "end": 34.09, "word": " و", "probability": 0.272216796875}, {"start": 34.09, "end": 34.25, "word": " دلي", "probability": 0.3118896484375}, {"start": 34.25, "end": 34.77, "word": " fragments", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 2, "seek": 5700, "start": 35.64, "end": 57.0, "text": " For example, when I have an application with a list of elements and I want to click on any element and change the content from here, there is a change that will happen to the green fragment based on the change or an event that will happen to the red fragment. Right or wrong? So, in fact, the interaction of information between the fragments will happen when there is an event.", "tokens": [1171, 1365, 11, 562, 286, 362, 364, 3861, 365, 257, 1329, 295, 4959, 293, 286, 528, 281, 2052, 322, 604, 4478, 293, 1319, 264, 2701, 490, 510, 11, 456, 307, 257, 1319, 300, 486, 1051, 281, 264, 3092, 26424, 2361, 322, 264, 1319, 420, 364, 2280, 300, 486, 1051, 281, 264, 2182, 26424, 13, 1779, 420, 2085, 30, 407, 11, 294, 1186, 11, 264, 9285, 295, 1589, 1296, 264, 29197, 486, 1051, 562, 456, 307, 364, 2280, 13], "avg_logprob": -0.5015822890438612, "compression_ratio": 1.7830188679245282, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 35.64, "end": 35.88, "word": " For", "probability": 0.50537109375}, {"start": 35.88, "end": 36.26, "word": " example,", "probability": 0.9130859375}, {"start": 36.4, "end": 36.56, "word": " when", "probability": 0.2196044921875}, {"start": 36.56, "end": 36.56, "word": " I", "probability": 0.5830078125}, {"start": 36.56, "end": 36.84, "word": " have", "probability": 0.8740234375}, {"start": 36.84, "end": 36.98, "word": " an", "probability": 0.78564453125}, {"start": 36.98, "end": 37.26, "word": " application", "probability": 0.6552734375}, {"start": 37.26, "end": 37.86, "word": " with", "probability": 0.338134765625}, {"start": 37.86, "end": 38.14, "word": " a", "probability": 0.9052734375}, {"start": 38.14, "end": 38.34, "word": " list", "probability": 0.83837890625}, {"start": 38.34, "end": 38.52, "word": " of", "probability": 0.335205078125}, {"start": 38.52, "end": 38.84, "word": " elements", "probability": 0.355224609375}, {"start": 38.84, "end": 39.06, "word": " and", "probability": 0.484375}, {"start": 39.06, "end": 39.16, "word": " I", "probability": 0.8896484375}, {"start": 39.16, "end": 39.3, "word": " want", "probability": 0.54345703125}, {"start": 39.3, "end": 39.4, "word": " to", "probability": 0.96826171875}, {"start": 39.4, "end": 39.6, "word": " click", "probability": 0.6474609375}, {"start": 39.6, "end": 39.82, "word": " on", "probability": 0.89892578125}, {"start": 39.82, "end": 40.02, "word": " any", "probability": 0.6640625}, {"start": 40.02, "end": 40.4, "word": " element", "probability": 0.80908203125}, {"start": 40.4, "end": 41.2, "word": " and", "probability": 0.451171875}, {"start": 41.2, "end": 41.54, "word": " change", "probability": 0.6337890625}, {"start": 41.54, "end": 41.66, "word": " the", "probability": 0.6806640625}, {"start": 41.66, "end": 41.98, "word": " content", "probability": 0.880859375}, {"start": 41.98, "end": 42.16, "word": " from", "probability": 0.306396484375}, {"start": 42.16, "end": 42.4, "word": " here,", "probability": 0.63671875}, {"start": 43.36, "end": 43.56, "word": " there", "probability": 0.3369140625}, {"start": 43.56, "end": 43.84, "word": " is", "probability": 0.442138671875}, {"start": 43.84, "end": 44.02, "word": " a", "probability": 0.74951171875}, {"start": 44.02, "end": 44.32, "word": " change", "probability": 0.8701171875}, {"start": 44.32, "end": 44.44, "word": " that", "probability": 0.62841796875}, {"start": 44.44, "end": 44.6, "word": " will", "probability": 0.27392578125}, {"start": 44.6, "end": 44.82, "word": " happen", "probability": 0.436279296875}, {"start": 44.82, "end": 44.94, "word": " to", "probability": 0.78662109375}, {"start": 44.94, "end": 45.02, "word": " the", "probability": 0.904296875}, {"start": 45.02, "end": 45.78, "word": " green", "probability": 0.88818359375}, {"start": 45.78, "end": 45.8, "word": " fragment", "probability": 0.7607421875}, {"start": 45.8, "end": 46.14, "word": " based", "probability": 0.55126953125}, {"start": 46.14, "end": 46.36, "word": " on", "probability": 0.9482421875}, {"start": 46.36, "end": 46.52, "word": " the", "probability": 0.6044921875}, {"start": 46.52, "end": 46.86, "word": " change", "probability": 0.865234375}, {"start": 46.86, "end": 47.56, "word": " or", "probability": 0.73388671875}, {"start": 47.56, "end": 47.72, "word": " an", "probability": 0.48681640625}, {"start": 47.72, "end": 47.86, "word": " event", "probability": 0.748046875}, {"start": 47.86, "end": 48.06, "word": " that", "probability": 0.787109375}, {"start": 48.06, "end": 48.1, "word": " will", "probability": 0.56689453125}, {"start": 48.1, "end": 48.22, "word": " happen", "probability": 0.72802734375}, {"start": 48.22, "end": 48.34, "word": " to", "probability": 0.92822265625}, {"start": 48.34, "end": 48.88, "word": " the", "probability": 0.91845703125}, {"start": 48.88, "end": 49.12, "word": " red", "probability": 0.9375}, {"start": 49.12, "end": 49.12, "word": " fragment.", "probability": 0.86962890625}, {"start": 49.5, "end": 49.66, "word": " Right", "probability": 0.451416015625}, {"start": 49.66, "end": 49.82, "word": " or", "probability": 0.91943359375}, {"start": 49.82, "end": 49.92, "word": " wrong?", "probability": 0.5849609375}, {"start": 50.64, "end": 50.84, "word": " So,", "probability": 0.51318359375}, {"start": 50.9, "end": 50.92, "word": " in", "probability": 0.248779296875}, {"start": 50.92, "end": 51.18, "word": " fact,", "probability": 0.521484375}, {"start": 52.42, "end": 52.44, "word": " the", "probability": 0.49169921875}, {"start": 52.44, "end": 52.8, "word": " interaction", "probability": 0.1729736328125}, {"start": 52.8, "end": 53.02, "word": " of", "probability": 0.39794921875}, {"start": 53.02, "end": 53.22, "word": " information", "probability": 0.382080078125}, {"start": 53.22, "end": 53.46, "word": " between", "probability": 0.7431640625}, {"start": 53.46, "end": 53.62, "word": " the", "probability": 0.46923828125}, {"start": 53.62, "end": 54.04, "word": " fragments", "probability": 0.5615234375}, {"start": 54.04, "end": 54.24, "word": " will", "probability": 0.391845703125}, {"start": 54.24, "end": 54.46, "word": " happen", "probability": 0.5185546875}, {"start": 54.46, "end": 56.18, "word": " when", "probability": 0.25244140625}, {"start": 56.18, "end": 56.3, "word": " there", "probability": 0.62890625}, {"start": 56.3, "end": 56.5, "word": " is", "probability": 0.90576171875}, {"start": 56.5, "end": 56.74, "word": " an", "probability": 0.93994140625}, {"start": 56.74, "end": 57.0, "word": " event.", "probability": 0.87890625}], "temperature": 1.0}, {"id": 3, "seek": 8648, "start": 57.88, "end": 86.48, "text": " It will tell you about the activity, and the activity will tell you about the green fragment. Okay? We focused on this in the last lecture. Now, let's go back quickly. Now, I have this list of fragments. I will start from it, because the event happens in it. This is the event that happens on the list, and here I bring the object that I clicked on, which is person. Because we want to send this person to the green fragment.", "tokens": [467, 486, 980, 291, 466, 264, 5191, 11, 293, 264, 5191, 486, 980, 291, 466, 264, 3092, 26424, 13, 1033, 30, 492, 5178, 322, 341, 294, 264, 1036, 7991, 13, 823, 11, 718, 311, 352, 646, 2661, 13, 823, 11, 286, 362, 341, 1329, 295, 29197, 13, 286, 486, 722, 490, 309, 11, 570, 264, 2280, 2314, 294, 309, 13, 639, 307, 264, 2280, 300, 2314, 322, 264, 1329, 11, 293, 510, 286, 1565, 264, 2657, 300, 286, 23370, 322, 11, 597, 307, 954, 13, 1436, 321, 528, 281, 2845, 341, 954, 281, 264, 3092, 26424, 13], "avg_logprob": -0.46619896681941286, "compression_ratio": 1.805084745762712, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 57.88, "end": 58.1, "word": " It", "probability": 0.1407470703125}, {"start": 58.1, "end": 58.22, "word": " will", "probability": 0.4716796875}, {"start": 58.22, "end": 58.52, "word": " tell", "probability": 0.0767822265625}, {"start": 58.52, "end": 58.6, "word": " you", "probability": 0.389892578125}, {"start": 58.6, "end": 58.74, "word": " about", "probability": 0.4892578125}, {"start": 58.74, "end": 58.78, "word": " the", "probability": 0.677734375}, {"start": 58.78, "end": 59.24, "word": " activity,", "probability": 0.896484375}, {"start": 59.82, "end": 59.96, "word": " and", "probability": 0.69970703125}, {"start": 59.96, "end": 60.04, "word": " the", "probability": 0.458984375}, {"start": 60.04, "end": 60.44, "word": " activity", "probability": 0.9580078125}, {"start": 60.44, "end": 60.76, "word": " will", "probability": 0.8330078125}, {"start": 60.76, "end": 61.12, "word": " tell", "probability": 0.4580078125}, {"start": 61.12, "end": 61.36, "word": " you", "probability": 0.7470703125}, {"start": 61.36, "end": 61.38, "word": " about", "probability": 0.8681640625}, {"start": 61.38, "end": 62.62, "word": " the", "probability": 0.86572265625}, {"start": 62.62, "end": 62.82, "word": " green", "probability": 0.84423828125}, {"start": 62.82, "end": 62.82, "word": " fragment.", "probability": 0.65478515625}, {"start": 63.02, "end": 63.34, "word": " Okay?", "probability": 0.1287841796875}, {"start": 63.44, "end": 63.62, "word": " We", "probability": 0.468505859375}, {"start": 63.62, "end": 63.9, "word": " focused", "probability": 0.402099609375}, {"start": 63.9, "end": 64.1, "word": " on", "probability": 0.88916015625}, {"start": 64.1, "end": 64.16, "word": " this", "probability": 0.71923828125}, {"start": 64.16, "end": 64.26, "word": " in", "probability": 0.5576171875}, {"start": 64.26, "end": 64.28, "word": " the", "probability": 0.7958984375}, {"start": 64.28, "end": 64.84, "word": " last", "probability": 0.421630859375}, {"start": 64.84, "end": 64.9, "word": " lecture.", "probability": 0.759765625}, {"start": 66.1, "end": 66.44, "word": " Now,", "probability": 0.61767578125}, {"start": 67.04, "end": 67.32, "word": " let's", "probability": 0.57861328125}, {"start": 67.32, "end": 67.54, "word": " go", "probability": 0.54736328125}, {"start": 67.54, "end": 67.64, "word": " back", "probability": 0.83154296875}, {"start": 67.64, "end": 68.14, "word": " quickly.", "probability": 0.1612548828125}, {"start": 68.32, "end": 68.52, "word": " Now,", "probability": 0.49853515625}, {"start": 68.66, "end": 68.86, "word": " I", "probability": 0.87353515625}, {"start": 68.86, "end": 69.06, "word": " have", "probability": 0.89892578125}, {"start": 69.06, "end": 69.4, "word": " this", "probability": 0.734375}, {"start": 69.4, "end": 70.12, "word": " list", "probability": 0.72216796875}, {"start": 70.12, "end": 70.28, "word": " of", "probability": 0.38134765625}, {"start": 70.28, "end": 70.58, "word": " fragments.", "probability": 0.7900390625}, {"start": 70.78, "end": 70.78, "word": " I", "probability": 0.86328125}, {"start": 70.78, "end": 70.8, "word": " will", "probability": 0.6494140625}, {"start": 70.8, "end": 70.92, "word": " start", "probability": 0.77099609375}, {"start": 70.92, "end": 71.06, "word": " from", "probability": 0.595703125}, {"start": 71.06, "end": 71.2, "word": " it,", "probability": 0.45263671875}, {"start": 71.22, "end": 71.4, "word": " because", "probability": 0.87451171875}, {"start": 71.4, "end": 71.54, "word": " the", "probability": 0.5947265625}, {"start": 71.54, "end": 71.82, "word": " event", "probability": 0.8134765625}, {"start": 71.82, "end": 72.14, "word": " happens", "probability": 0.26123046875}, {"start": 72.14, "end": 72.34, "word": " in", "probability": 0.49951171875}, {"start": 72.34, "end": 72.76, "word": " it.", "probability": 0.7021484375}, {"start": 77.44, "end": 77.84, "word": " This", "probability": 0.806640625}, {"start": 77.84, "end": 77.9, "word": " is", "probability": 0.9208984375}, {"start": 77.9, "end": 77.98, "word": " the", "probability": 0.8935546875}, {"start": 77.98, "end": 78.28, "word": " event", "probability": 0.85595703125}, {"start": 78.28, "end": 78.5, "word": " that", "probability": 0.85400390625}, {"start": 78.5, "end": 78.76, "word": " happens", "probability": 0.7041015625}, {"start": 78.76, "end": 78.98, "word": " on", "probability": 0.67431640625}, {"start": 78.98, "end": 79.98, "word": " the", "probability": 0.88232421875}, {"start": 79.98, "end": 80.34, "word": " list,", "probability": 0.9033203125}, {"start": 80.44, "end": 80.58, "word": " and", "probability": 0.91650390625}, {"start": 80.58, "end": 80.72, "word": " here", "probability": 0.79150390625}, {"start": 80.72, "end": 80.84, "word": " I", "probability": 0.677734375}, {"start": 80.84, "end": 81.04, "word": " bring", "probability": 0.5517578125}, {"start": 81.04, "end": 81.18, "word": " the", "probability": 0.8232421875}, {"start": 81.18, "end": 81.52, "word": " object", "probability": 0.93798828125}, {"start": 81.52, "end": 81.68, "word": " that", "probability": 0.73828125}, {"start": 81.68, "end": 81.82, "word": " I", "probability": 0.982421875}, {"start": 81.82, "end": 82.06, "word": " clicked", "probability": 0.39111328125}, {"start": 82.06, "end": 82.24, "word": " on,", "probability": 0.88720703125}, {"start": 82.38, "end": 82.4, "word": " which", "probability": 0.9072265625}, {"start": 82.4, "end": 82.66, "word": " is", "probability": 0.94580078125}, {"start": 82.66, "end": 83.38, "word": " person.", "probability": 0.32177734375}, {"start": 83.5, "end": 83.64, "word": " Because", "probability": 0.888671875}, {"start": 83.64, "end": 83.86, "word": " we", "probability": 0.92529296875}, {"start": 83.86, "end": 84.14, "word": " want", "probability": 0.458251953125}, {"start": 84.14, "end": 84.32, "word": " to", "probability": 0.9521484375}, {"start": 84.32, "end": 84.44, "word": " send", "probability": 0.791015625}, {"start": 84.44, "end": 84.64, "word": " this", "probability": 0.8857421875}, {"start": 84.64, "end": 84.96, "word": " person", "probability": 0.9111328125}, {"start": 84.96, "end": 85.28, "word": " to", "probability": 0.927734375}, {"start": 85.28, "end": 85.66, "word": " the", "probability": 0.8369140625}, {"start": 85.66, "end": 86.48, "word": " green", "probability": 0.9404296875}, {"start": 86.48, "end": 86.48, "word": " fragment.", "probability": 0.873046875}], "temperature": 1.0}, {"id": 4, "seek": 10936, "start": 87.16, "end": 109.36, "text": "Okay? We talked about how to send mail to the activity. The first way we worked on it was to get the activity and cast it as a mail activity and say that this method is not correct. It works, but it is not correct as software engineering because it makes the fragment dependent on a certain activity name. So, in order to make the fragment independent of the activity, it creates an interface.", "tokens": [8297, 30, 492, 2825, 466, 577, 281, 2845, 10071, 281, 264, 5191, 13, 440, 700, 636, 321, 2732, 322, 309, 390, 281, 483, 264, 5191, 293, 4193, 309, 382, 257, 10071, 5191, 293, 584, 300, 341, 3170, 307, 406, 3006, 13, 467, 1985, 11, 457, 309, 307, 406, 3006, 382, 4722, 7043, 570, 309, 1669, 264, 26424, 12334, 322, 257, 1629, 5191, 1315, 13, 407, 11, 294, 1668, 281, 652, 264, 26424, 6695, 295, 264, 5191, 11, 309, 7829, 364, 9226, 13], "avg_logprob": -0.532756031277668, "compression_ratio": 1.7945205479452055, "no_speech_prob": 2.777576446533203e-05, "words": [{"start": 87.16, "end": 87.5, "word": "Okay?", "probability": 0.09405517578125}, {"start": 88.2, "end": 88.54, "word": " We", "probability": 0.387451171875}, {"start": 88.54, "end": 88.54, "word": " talked", "probability": 0.285888671875}, {"start": 88.54, "end": 88.74, "word": " about", "probability": 0.490966796875}, {"start": 88.74, "end": 88.92, "word": " how", "probability": 0.203857421875}, {"start": 88.92, "end": 89.24, "word": " to", "probability": 0.445556640625}, {"start": 89.24, "end": 89.44, "word": " send", "probability": 0.4482421875}, {"start": 89.44, "end": 89.88, "word": " mail", "probability": 0.2493896484375}, {"start": 89.88, "end": 90.54, "word": " to", "probability": 0.67578125}, {"start": 90.54, "end": 90.68, "word": " the", "probability": 0.340576171875}, {"start": 90.68, "end": 91.04, "word": " activity.", "probability": 0.8134765625}, {"start": 91.3, "end": 91.82, "word": " The", "probability": 0.6240234375}, {"start": 91.82, "end": 91.94, "word": " first", "probability": 0.83349609375}, {"start": 91.94, "end": 92.2, "word": " way", "probability": 0.35888671875}, {"start": 92.2, "end": 92.28, "word": " we", "probability": 0.61279296875}, {"start": 92.28, "end": 92.54, "word": " worked", "probability": 0.4326171875}, {"start": 92.54, "end": 92.8, "word": " on", "probability": 0.59765625}, {"start": 92.8, "end": 92.88, "word": " it", "probability": 0.5146484375}, {"start": 92.88, "end": 93.06, "word": " was", "probability": 0.53759765625}, {"start": 93.06, "end": 93.28, "word": " to", "probability": 0.60498046875}, {"start": 93.28, "end": 93.42, "word": " get", "probability": 0.28125}, {"start": 93.42, "end": 93.56, "word": " the", "probability": 0.6845703125}, {"start": 93.56, "end": 93.96, "word": " activity", "probability": 0.890625}, {"start": 93.96, "end": 94.04, "word": " and", "probability": 0.724609375}, {"start": 94.04, "end": 94.54, "word": " cast", "probability": 0.333740234375}, {"start": 94.54, "end": 94.78, "word": " it", "probability": 0.7490234375}, {"start": 94.78, "end": 94.88, "word": " as", "probability": 0.281982421875}, {"start": 94.88, "end": 95.0, "word": " a", "probability": 0.54833984375}, {"start": 95.0, "end": 95.0, "word": " mail", "probability": 0.8916015625}, {"start": 95.0, "end": 95.38, "word": " activity", "probability": 0.94140625}, {"start": 95.38, "end": 95.52, "word": " and", "probability": 0.278564453125}, {"start": 95.52, "end": 95.62, "word": " say", "probability": 0.45947265625}, {"start": 95.62, "end": 95.76, "word": " that", "probability": 0.419921875}, {"start": 95.76, "end": 95.88, "word": " this", "probability": 0.611328125}, {"start": 95.88, "end": 96.28, "word": " method", "probability": 0.55029296875}, {"start": 96.28, "end": 96.68, "word": " is", "probability": 0.79345703125}, {"start": 96.68, "end": 97.42, "word": " not", "probability": 0.55810546875}, {"start": 97.42, "end": 97.88, "word": " correct.", "probability": 0.64306640625}, {"start": 98.36, "end": 98.68, "word": " It", "probability": 0.75537109375}, {"start": 98.68, "end": 99.02, "word": " works,", "probability": 0.69873046875}, {"start": 99.38, "end": 99.66, "word": " but", "probability": 0.90380859375}, {"start": 99.66, "end": 99.82, "word": " it", "probability": 0.8193359375}, {"start": 99.82, "end": 99.82, "word": " is", "probability": 0.68505859375}, {"start": 99.82, "end": 99.94, "word": " not", "probability": 0.90283203125}, {"start": 99.94, "end": 100.34, "word": " correct", "probability": 0.62255859375}, {"start": 100.34, "end": 100.64, "word": " as", "probability": 0.57861328125}, {"start": 100.64, "end": 101.0, "word": " software", "probability": 0.54150390625}, {"start": 101.0, "end": 101.5, "word": " engineering", "probability": 0.93994140625}, {"start": 101.5, "end": 101.74, "word": " because", "probability": 0.7802734375}, {"start": 101.74, "end": 101.92, "word": " it", "probability": 0.8984375}, {"start": 101.92, "end": 102.1, "word": " makes", "probability": 0.73779296875}, {"start": 102.1, "end": 102.26, "word": " the", "probability": 0.84423828125}, {"start": 102.26, "end": 102.64, "word": " fragment", "probability": 0.81591796875}, {"start": 102.64, "end": 103.04, "word": " dependent", "probability": 0.407958984375}, {"start": 103.04, "end": 103.38, "word": " on", "probability": 0.91015625}, {"start": 103.38, "end": 103.68, "word": " a", "probability": 0.8369140625}, {"start": 103.68, "end": 103.68, "word": " certain", "probability": 0.33740234375}, {"start": 103.68, "end": 104.18, "word": " activity", "probability": 0.8681640625}, {"start": 104.18, "end": 104.72, "word": " name.", "probability": 0.79052734375}, {"start": 105.58, "end": 105.8, "word": " So,", "probability": 0.5888671875}, {"start": 105.9, "end": 105.98, "word": " in", "probability": 0.5341796875}, {"start": 105.98, "end": 105.98, "word": " order", "probability": 0.91845703125}, {"start": 105.98, "end": 106.08, "word": " to", "probability": 0.96044921875}, {"start": 106.08, "end": 106.32, "word": " make", "probability": 0.888671875}, {"start": 106.32, "end": 106.44, "word": " the", "probability": 0.76708984375}, {"start": 106.44, "end": 106.84, "word": " fragment", "probability": 0.91015625}, {"start": 106.84, "end": 107.18, "word": " independent", "probability": 0.5283203125}, {"start": 107.18, "end": 107.68, "word": " of", "probability": 0.8515625}, {"start": 107.68, "end": 107.78, "word": " the", "probability": 0.59423828125}, {"start": 107.78, "end": 108.1, "word": " activity,", "probability": 0.9638671875}, {"start": 108.16, "end": 108.36, "word": " it", "probability": 0.736328125}, {"start": 108.36, "end": 108.64, "word": " creates", "probability": 0.281005859375}, {"start": 108.64, "end": 108.82, "word": " an", "probability": 0.90234375}, {"start": 108.82, "end": 109.36, "word": " interface.", "probability": 0.892578125}], "temperature": 1.0}, {"id": 5, "seek": 12401, "start": 110.73, "end": 124.01, "text": "Activity to generate data must be of the interface type. So, the fragment is what makes activity come from a specific interface type.", "tokens": [30338, 4253, 281, 8460, 1412, 1633, 312, 295, 264, 9226, 2010, 13, 407, 11, 264, 26424, 307, 437, 1669, 5191, 808, 490, 257, 2685, 9226, 2010, 13], "avg_logprob": -0.9006696556295667, "compression_ratio": 1.316831683168317, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 110.73, "end": 111.53, "word": "Activity", "probability": 0.515960693359375}, {"start": 111.53, "end": 111.73, "word": " to", "probability": 0.098876953125}, {"start": 111.73, "end": 113.63, "word": " generate", "probability": 0.294921875}, {"start": 113.63, "end": 114.41, "word": " data", "probability": 0.52001953125}, {"start": 114.41, "end": 115.43, "word": " must", "probability": 0.314208984375}, {"start": 115.43, "end": 116.05, "word": " be", "probability": 0.52490234375}, {"start": 116.05, "end": 116.11, "word": " of", "probability": 0.385498046875}, {"start": 116.11, "end": 116.41, "word": " the", "probability": 0.35595703125}, {"start": 116.41, "end": 116.81, "word": " interface", "probability": 0.392578125}, {"start": 116.81, "end": 117.09, "word": " type.", "probability": 0.755859375}, {"start": 117.49, "end": 117.87, "word": " So,", "probability": 0.323486328125}, {"start": 118.45, "end": 118.55, "word": " the", "probability": 0.30810546875}, {"start": 118.55, "end": 119.49, "word": " fragment", "probability": 0.822265625}, {"start": 119.49, "end": 119.79, "word": " is", "probability": 0.33984375}, {"start": 119.79, "end": 119.95, "word": " what", "probability": 0.41015625}, {"start": 119.95, "end": 120.23, "word": " makes", "probability": 0.132080078125}, {"start": 120.23, "end": 120.95, "word": " activity", "probability": 0.4443359375}, {"start": 120.95, "end": 122.41, "word": " come", "probability": 0.37841796875}, {"start": 122.41, "end": 122.57, "word": " from", "probability": 0.8486328125}, {"start": 122.57, "end": 122.91, "word": " a", "probability": 0.7666015625}, {"start": 122.91, "end": 122.91, "word": " specific", "probability": 0.405517578125}, {"start": 122.91, "end": 123.53, "word": " interface", "probability": 0.9091796875}, {"start": 123.53, "end": 124.01, "word": " type.", "probability": 0.62255859375}], "temperature": 1.0}, {"id": 6, "seek": 14175, "start": 129.33, "end": 141.75, "text": "List,Fragment,Listener And we took the main goal of the interface to change a class from one type to another The interface has no code This is what we did when we took shape for example", "tokens": [43, 468, 11, 37, 3731, 518, 11, 35819, 260, 400, 321, 1890, 264, 2135, 3387, 295, 264, 9226, 281, 1319, 257, 1508, 490, 472, 2010, 281, 1071, 440, 9226, 575, 572, 3089, 639, 307, 437, 321, 630, 562, 321, 1890, 3909, 337, 1365], "avg_logprob": -0.4698153537782756, "compression_ratio": 1.4015151515151516, "no_speech_prob": 2.8014183044433594e-05, "words": [{"start": 129.33, "end": 129.81, "word": "List", "probability": 0.54815673828125}, {"start": 129.81, "end": 130.29, "word": ",Fragment", "probability": 0.67437744140625}, {"start": 130.29, "end": 131.29, "word": ",Listener", "probability": 0.8121744791666666}, {"start": 131.29, "end": 131.73, "word": " And", "probability": 0.15576171875}, {"start": 131.73, "end": 131.87, "word": " we", "probability": 0.4296875}, {"start": 131.87, "end": 132.07, "word": " took", "probability": 0.423095703125}, {"start": 132.07, "end": 132.57, "word": " the", "probability": 0.60400390625}, {"start": 132.57, "end": 132.61, "word": " main", "probability": 0.537109375}, {"start": 132.61, "end": 133.19, "word": " goal", "probability": 0.418701171875}, {"start": 133.19, "end": 133.43, "word": " of", "probability": 0.54736328125}, {"start": 133.43, "end": 133.51, "word": " the", "probability": 0.66259765625}, {"start": 133.51, "end": 134.09, "word": " interface", "probability": 0.8486328125}, {"start": 134.09, "end": 134.69, "word": " to", "probability": 0.56298828125}, {"start": 134.69, "end": 134.99, "word": " change", "probability": 0.83984375}, {"start": 134.99, "end": 135.33, "word": " a", "probability": 0.300048828125}, {"start": 135.33, "end": 135.55, "word": " class", "probability": 0.68017578125}, {"start": 135.55, "end": 135.69, "word": " from", "probability": 0.6796875}, {"start": 135.69, "end": 135.87, "word": " one", "probability": 0.82861328125}, {"start": 135.87, "end": 135.93, "word": " type", "probability": 0.79833984375}, {"start": 135.93, "end": 136.73, "word": " to", "probability": 0.97216796875}, {"start": 136.73, "end": 136.73, "word": " another", "probability": 0.90234375}, {"start": 136.73, "end": 137.55, "word": " The", "probability": 0.372314453125}, {"start": 137.55, "end": 137.93, "word": " interface", "probability": 0.85546875}, {"start": 137.93, "end": 138.07, "word": " has", "probability": 0.50927734375}, {"start": 138.07, "end": 138.25, "word": " no", "probability": 0.94287109375}, {"start": 138.25, "end": 138.61, "word": " code", "probability": 0.91796875}, {"start": 138.61, "end": 139.67, "word": " This", "probability": 0.41357421875}, {"start": 139.67, "end": 139.73, "word": " is", "probability": 0.8779296875}, {"start": 139.73, "end": 139.81, "word": " what", "probability": 0.93115234375}, {"start": 139.81, "end": 140.03, "word": " we", "probability": 0.91552734375}, {"start": 140.03, "end": 140.29, "word": " did", "probability": 0.83544921875}, {"start": 140.29, "end": 140.53, "word": " when", "probability": 0.82861328125}, {"start": 140.53, "end": 140.65, "word": " we", "probability": 0.93603515625}, {"start": 140.65, "end": 140.85, "word": " took", "probability": 0.83349609375}, {"start": 140.85, "end": 141.69, "word": " shape", "probability": 0.335205078125}, {"start": 141.69, "end": 141.75, "word": " for", "probability": 0.5595703125}, {"start": 141.75, "end": 141.75, "word": " example", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 7, "seek": 16831, "start": 142.79, "end": 168.31, "text": "When we took the employee, all the employees whatever type they were, I made them employee type All the shapes whatever type they were, I made them shape type Any activity you run on the fragment will become list fragment listener type And this fragment or interface is present inside the class fragment Why? Because if I took the class fragment to another place, I would still recognize the interface List fragment listener", "tokens": [11645, 321, 1890, 264, 10738, 11, 439, 264, 6619, 2035, 2010, 436, 645, 11, 286, 1027, 552, 10738, 2010, 1057, 264, 10854, 2035, 2010, 436, 645, 11, 286, 1027, 552, 3909, 2010, 2639, 5191, 291, 1190, 322, 264, 26424, 486, 1813, 1329, 26424, 31569, 2010, 400, 341, 26424, 420, 9226, 307, 1974, 1854, 264, 1508, 26424, 1545, 30, 1436, 498, 286, 1890, 264, 1508, 26424, 281, 1071, 1081, 11, 286, 576, 920, 5521, 264, 9226, 17668, 26424, 31569], "avg_logprob": -0.5834652185440063, "compression_ratio": 2.058252427184466, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 142.79, "end": 143.05, "word": "When", "probability": 0.370849609375}, {"start": 143.05, "end": 143.15, "word": " we", "probability": 0.83740234375}, {"start": 143.15, "end": 143.33, "word": " took", "probability": 0.3603515625}, {"start": 143.33, "end": 143.51, "word": " the", "probability": 0.370361328125}, {"start": 143.51, "end": 143.95, "word": " employee,", "probability": 0.62890625}, {"start": 144.53, "end": 145.09, "word": " all", "probability": 0.37353515625}, {"start": 145.09, "end": 145.21, "word": " the", "probability": 0.315185546875}, {"start": 145.21, "end": 145.65, "word": " employees", "probability": 0.405517578125}, {"start": 145.65, "end": 145.87, "word": " whatever", "probability": 0.1536865234375}, {"start": 145.87, "end": 146.25, "word": " type", "probability": 0.28515625}, {"start": 146.25, "end": 146.41, "word": " they", "probability": 0.65771484375}, {"start": 146.41, "end": 146.41, "word": " were,", "probability": 0.56005859375}, {"start": 146.41, "end": 146.49, "word": " I", "probability": 0.5576171875}, {"start": 146.49, "end": 146.75, "word": " made", "probability": 0.7216796875}, {"start": 146.75, "end": 146.95, "word": " them", "probability": 0.80859375}, {"start": 146.95, "end": 147.71, "word": " employee", "probability": 0.289794921875}, {"start": 147.71, "end": 147.85, "word": " type", "probability": 0.36083984375}, {"start": 147.85, "end": 148.09, "word": " All", "probability": 0.387939453125}, {"start": 148.09, "end": 148.23, "word": " the", "probability": 0.31494140625}, {"start": 148.23, "end": 148.53, "word": " shapes", "probability": 0.58935546875}, {"start": 148.53, "end": 148.77, "word": " whatever", "probability": 0.794921875}, {"start": 148.77, "end": 148.91, "word": " type", "probability": 0.93505859375}, {"start": 148.91, "end": 149.11, "word": " they", "probability": 0.8486328125}, {"start": 149.11, "end": 149.11, "word": " were,", "probability": 0.8603515625}, {"start": 149.25, "end": 149.25, "word": " I", "probability": 0.939453125}, {"start": 149.25, "end": 149.43, "word": " made", "probability": 0.83056640625}, {"start": 149.43, "end": 149.61, "word": " them", "probability": 0.8349609375}, {"start": 149.61, "end": 150.93, "word": " shape", "probability": 0.92626953125}, {"start": 150.93, "end": 151.11, "word": " type", "probability": 0.923828125}, {"start": 151.11, "end": 151.57, "word": " Any", "probability": 0.59912109375}, {"start": 151.57, "end": 152.13, "word": " activity", "probability": 0.931640625}, {"start": 152.13, "end": 152.65, "word": " you", "probability": 0.229248046875}, {"start": 152.65, "end": 153.45, "word": " run", "probability": 0.434326171875}, {"start": 153.45, "end": 153.63, "word": " on", "probability": 0.26513671875}, {"start": 153.63, "end": 153.71, "word": " the", "probability": 0.405029296875}, {"start": 153.71, "end": 153.93, "word": " fragment", "probability": 0.8271484375}, {"start": 153.93, "end": 154.15, "word": " will", "probability": 0.484375}, {"start": 154.15, "end": 154.41, "word": " become", "probability": 0.45361328125}, {"start": 154.41, "end": 155.73, "word": " list", "probability": 0.49609375}, {"start": 155.73, "end": 156.21, "word": " fragment", "probability": 0.86083984375}, {"start": 156.21, "end": 157.23, "word": " listener", "probability": 0.8974609375}, {"start": 157.23, "end": 157.37, "word": " type", "probability": 0.64404296875}, {"start": 157.37, "end": 157.81, "word": " And", "probability": 0.4013671875}, {"start": 157.81, "end": 158.03, "word": " this", "probability": 0.82470703125}, {"start": 158.03, "end": 158.45, "word": " fragment", "probability": 0.76904296875}, {"start": 158.45, "end": 158.91, "word": " or", "probability": 0.66259765625}, {"start": 158.91, "end": 159.41, "word": " interface", "probability": 0.810546875}, {"start": 159.41, "end": 159.59, "word": " is", "probability": 0.5546875}, {"start": 159.59, "end": 159.91, "word": " present", "probability": 0.337158203125}, {"start": 159.91, "end": 160.27, "word": " inside", "probability": 0.69384765625}, {"start": 160.27, "end": 160.47, "word": " the", "probability": 0.449951171875}, {"start": 160.47, "end": 160.61, "word": " class", "probability": 0.58544921875}, {"start": 160.61, "end": 161.07, "word": " fragment", "probability": 0.521484375}, {"start": 161.07, "end": 161.81, "word": " Why?", "probability": 0.6044921875}, {"start": 161.87, "end": 162.07, "word": " Because", "probability": 0.54248046875}, {"start": 162.07, "end": 162.29, "word": " if", "probability": 0.8369140625}, {"start": 162.29, "end": 162.37, "word": " I", "probability": 0.54150390625}, {"start": 162.37, "end": 162.59, "word": " took", "probability": 0.297119140625}, {"start": 162.59, "end": 162.71, "word": " the", "probability": 0.70068359375}, {"start": 162.71, "end": 162.89, "word": " class", "probability": 0.853515625}, {"start": 162.89, "end": 163.31, "word": " fragment", "probability": 0.955078125}, {"start": 163.31, "end": 163.51, "word": " to", "probability": 0.318115234375}, {"start": 163.51, "end": 164.09, "word": " another", "probability": 0.74755859375}, {"start": 164.09, "end": 164.15, "word": " place,", "probability": 0.77880859375}, {"start": 164.89, "end": 164.95, "word": " I", "probability": 0.467041015625}, {"start": 164.95, "end": 164.99, "word": " would", "probability": 0.27392578125}, {"start": 164.99, "end": 165.15, "word": " still", "probability": 0.307373046875}, {"start": 165.15, "end": 165.51, "word": " recognize", "probability": 0.24365234375}, {"start": 165.51, "end": 165.69, "word": " the", "probability": 0.869140625}, {"start": 165.69, "end": 166.17, "word": " interface", "probability": 0.908203125}, {"start": 166.17, "end": 167.43, "word": " List", "probability": 0.8232421875}, {"start": 167.43, "end": 167.87, "word": " fragment", "probability": 0.86767578125}, {"start": 167.87, "end": 168.31, "word": " listener", "probability": 0.830078125}], "temperature": 1.0}, {"id": 8, "seek": 19655, "start": 170.89, "end": 196.55, "text": " And I will create a method to pass it to the activity which is public void person selected person p Because the activity should be implemented to list fragment lesson", "tokens": [400, 286, 486, 1884, 257, 3170, 281, 1320, 309, 281, 264, 5191, 597, 307, 1908, 22009, 954, 8209, 954, 280, 1436, 264, 5191, 820, 312, 12270, 281, 1329, 26424, 6898], "avg_logprob": -0.5614919624020976, "compression_ratio": 1.4273504273504274, "no_speech_prob": 0.0, "words": [{"start": 170.89, "end": 171.11, "word": " And", "probability": 0.191162109375}, {"start": 171.11, "end": 171.21, "word": " I", "probability": 0.71630859375}, {"start": 171.21, "end": 171.29, "word": " will", "probability": 0.60009765625}, {"start": 171.29, "end": 171.39, "word": " create", "probability": 0.343017578125}, {"start": 171.39, "end": 171.59, "word": " a", "probability": 0.47607421875}, {"start": 171.59, "end": 171.83, "word": " method", "probability": 0.96337890625}, {"start": 171.83, "end": 172.09, "word": " to", "probability": 0.66162109375}, {"start": 172.09, "end": 172.43, "word": " pass", "probability": 0.50244140625}, {"start": 172.43, "end": 172.77, "word": " it", "probability": 0.1820068359375}, {"start": 172.77, "end": 173.71, "word": " to", "probability": 0.55908203125}, {"start": 173.71, "end": 173.81, "word": " the", "probability": 0.440185546875}, {"start": 173.81, "end": 174.29, "word": " activity", "probability": 0.82275390625}, {"start": 174.29, "end": 174.51, "word": " which", "probability": 0.38916015625}, {"start": 174.51, "end": 174.67, "word": " is", "probability": 0.9140625}, {"start": 174.67, "end": 174.99, "word": " public", "probability": 0.75146484375}, {"start": 174.99, "end": 175.91, "word": " void", "probability": 0.77587890625}, {"start": 175.91, "end": 176.91, "word": " person", "probability": 0.87646484375}, {"start": 176.91, "end": 178.25, "word": " selected", "probability": 0.8408203125}, {"start": 178.25, "end": 181.13, "word": " person", "probability": 0.56884765625}, {"start": 181.13, "end": 182.41, "word": " p", "probability": 0.478515625}, {"start": 182.41, "end": 187.49, "word": " Because", "probability": 0.27294921875}, {"start": 187.49, "end": 187.65, "word": " the", "probability": 0.58935546875}, {"start": 187.65, "end": 188.73, "word": " activity", "probability": 0.873046875}, {"start": 188.73, "end": 189.87, "word": " should", "probability": 0.435302734375}, {"start": 189.87, "end": 190.17, "word": " be", "probability": 0.460205078125}, {"start": 190.17, "end": 190.87, "word": " implemented", "probability": 0.70263671875}, {"start": 190.87, "end": 193.47, "word": " to", "probability": 0.81396484375}, {"start": 193.47, "end": 193.99, "word": " list", "probability": 0.48974609375}, {"start": 193.99, "end": 194.71, "word": " fragment", "probability": 0.765625}, {"start": 194.71, "end": 196.55, "word": " lesson", "probability": 0.4794921875}], "temperature": 1.0}, {"id": 9, "seek": 22083, "start": 198.65, "end": 220.83, "text": " As soon as you implement for ListFragmentListener, it will ask you to implement for a method called PersonSelected. This is how the activity receives the data. But now, the fragment will deal with the activity from ListFragmentListener. This is the idea. It will see it from another type. It will see it from the type it knows.", "tokens": [1018, 2321, 382, 291, 4445, 337, 17668, 37, 3731, 518, 35819, 260, 11, 309, 486, 1029, 291, 281, 4445, 337, 257, 3170, 1219, 8443, 10637, 1809, 292, 13, 639, 307, 577, 264, 5191, 20717, 264, 1412, 13, 583, 586, 11, 264, 26424, 486, 2028, 365, 264, 5191, 490, 17668, 37, 3731, 518, 35819, 260, 13, 639, 307, 264, 1558, 13, 467, 486, 536, 309, 490, 1071, 2010, 13, 467, 486, 536, 309, 490, 264, 2010, 309, 3255, 13], "avg_logprob": -0.536392391482486, "compression_ratio": 1.772972972972973, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 198.65, "end": 198.87, "word": " As", "probability": 0.0570068359375}, {"start": 198.87, "end": 199.13, "word": " soon", "probability": 0.93212890625}, {"start": 199.13, "end": 199.19, "word": " as", "probability": 0.96728515625}, {"start": 199.19, "end": 199.35, "word": " you", "probability": 0.382568359375}, {"start": 199.35, "end": 199.99, "word": " implement", "probability": 0.434326171875}, {"start": 199.99, "end": 200.55, "word": " for", "probability": 0.1668701171875}, {"start": 200.55, "end": 201.69, "word": " ListFragmentListener,", "probability": 0.8367513020833334}, {"start": 201.77, "end": 201.87, "word": " it", "probability": 0.673828125}, {"start": 201.87, "end": 201.87, "word": " will", "probability": 0.57861328125}, {"start": 201.87, "end": 202.09, "word": " ask", "probability": 0.09539794921875}, {"start": 202.09, "end": 202.53, "word": " you", "probability": 0.461669921875}, {"start": 202.53, "end": 203.37, "word": " to", "probability": 0.521484375}, {"start": 203.37, "end": 204.03, "word": " implement", "probability": 0.7099609375}, {"start": 204.03, "end": 205.09, "word": " for", "probability": 0.619140625}, {"start": 205.09, "end": 205.15, "word": " a", "probability": 0.202880859375}, {"start": 205.15, "end": 205.51, "word": " method", "probability": 0.91943359375}, {"start": 205.51, "end": 205.95, "word": " called", "probability": 0.292236328125}, {"start": 205.95, "end": 207.09, "word": " PersonSelected.", "probability": 0.83349609375}, {"start": 207.47, "end": 207.89, "word": " This", "probability": 0.388916015625}, {"start": 207.89, "end": 207.95, "word": " is", "probability": 0.459228515625}, {"start": 207.95, "end": 208.63, "word": " how", "probability": 0.5634765625}, {"start": 208.63, "end": 208.95, "word": " the", "probability": 0.5458984375}, {"start": 208.95, "end": 209.25, "word": " activity", "probability": 0.8984375}, {"start": 209.25, "end": 209.75, "word": " receives", "probability": 0.4638671875}, {"start": 209.75, "end": 210.35, "word": " the", "probability": 0.5166015625}, {"start": 210.35, "end": 210.57, "word": " data.", "probability": 0.79150390625}, {"start": 211.13, "end": 211.33, "word": " But", "probability": 0.642578125}, {"start": 211.33, "end": 211.73, "word": " now,", "probability": 0.72216796875}, {"start": 211.81, "end": 211.91, "word": " the", "probability": 0.68896484375}, {"start": 211.91, "end": 212.31, "word": " fragment", "probability": 0.80419921875}, {"start": 212.31, "end": 212.69, "word": " will", "probability": 0.5361328125}, {"start": 212.69, "end": 213.11, "word": " deal", "probability": 0.254150390625}, {"start": 213.11, "end": 213.47, "word": " with", "probability": 0.8916015625}, {"start": 213.47, "end": 213.55, "word": " the", "probability": 0.62744140625}, {"start": 213.55, "end": 213.87, "word": " activity", "probability": 0.91162109375}, {"start": 213.87, "end": 214.09, "word": " from", "probability": 0.126953125}, {"start": 214.09, "end": 216.17, "word": " ListFragmentListener.", "probability": 0.8585611979166666}, {"start": 216.17, "end": 216.45, "word": " This", "probability": 0.60205078125}, {"start": 216.45, "end": 216.49, "word": " is", "probability": 0.81005859375}, {"start": 216.49, "end": 216.57, "word": " the", "probability": 0.833984375}, {"start": 216.57, "end": 216.87, "word": " idea.", "probability": 0.84521484375}, {"start": 217.23, "end": 217.45, "word": " It", "probability": 0.5234375}, {"start": 217.45, "end": 217.59, "word": " will", "probability": 0.763671875}, {"start": 217.59, "end": 217.89, "word": " see", "probability": 0.6865234375}, {"start": 217.89, "end": 218.01, "word": " it", "probability": 0.65478515625}, {"start": 218.01, "end": 218.11, "word": " from", "probability": 0.7958984375}, {"start": 218.11, "end": 218.59, "word": " another", "probability": 0.75927734375}, {"start": 218.59, "end": 218.59, "word": " type.", "probability": 0.210693359375}, {"start": 219.31, "end": 219.53, "word": " It", "probability": 0.82666015625}, {"start": 219.53, "end": 219.61, "word": " will", "probability": 0.81201171875}, {"start": 219.61, "end": 219.83, "word": " see", "probability": 0.83203125}, {"start": 219.83, "end": 220.01, "word": " it", "probability": 0.8681640625}, {"start": 220.01, "end": 220.11, "word": " from", "probability": 0.83935546875}, {"start": 220.11, "end": 220.33, "word": " the", "probability": 0.41259765625}, {"start": 220.33, "end": 220.33, "word": " type", "probability": 0.9169921875}, {"start": 220.33, "end": 220.51, "word": " it", "probability": 0.64306640625}, {"start": 220.51, "end": 220.83, "word": " knows.", "probability": 0.646484375}], "temperature": 1.0}, {"id": 10, "seek": 24928, "start": 221.68, "end": 249.28, "text": " He will see it from the type he knows and the type he knows in the class So let's go back to the fragment, myListFragment The only point that remains is that as soon as the fragment starts working It will bring the activity and store it in a reference from the listFragment type to the listener So that the listener can send it to it So how do I want the fragment to start working first? There is a callback method that starts working as soon as the fragment is called unattached", "tokens": [634, 486, 536, 309, 490, 264, 2010, 415, 3255, 293, 264, 2010, 415, 3255, 294, 264, 1508, 407, 718, 311, 352, 646, 281, 264, 26424, 11, 452, 43, 468, 37, 3731, 518, 440, 787, 935, 300, 7023, 307, 300, 382, 2321, 382, 264, 26424, 3719, 1364, 467, 486, 1565, 264, 5191, 293, 3531, 309, 294, 257, 6408, 490, 264, 1329, 37, 3731, 518, 2010, 281, 264, 31569, 407, 300, 264, 31569, 393, 2845, 309, 281, 309, 407, 577, 360, 286, 528, 264, 26424, 281, 722, 1364, 700, 30, 821, 307, 257, 818, 3207, 3170, 300, 3719, 1364, 382, 2321, 382, 264, 26424, 307, 1219, 47316, 15095], "avg_logprob": -0.5438084234701139, "compression_ratio": 1.9672131147540983, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 221.68, "end": 221.88, "word": " He", "probability": 0.2401123046875}, {"start": 221.88, "end": 222.04, "word": " will", "probability": 0.52978515625}, {"start": 222.04, "end": 222.18, "word": " see", "probability": 0.54443359375}, {"start": 222.18, "end": 222.34, "word": " it", "probability": 0.4296875}, {"start": 222.34, "end": 222.42, "word": " from", "probability": 0.46240234375}, {"start": 222.42, "end": 222.54, "word": " the", "probability": 0.517578125}, {"start": 222.54, "end": 222.84, "word": " type", "probability": 0.5849609375}, {"start": 222.84, "end": 223.28, "word": " he", "probability": 0.57470703125}, {"start": 223.28, "end": 223.62, "word": " knows", "probability": 0.564453125}, {"start": 223.62, "end": 223.88, "word": " and", "probability": 0.2393798828125}, {"start": 223.88, "end": 223.98, "word": " the", "probability": 0.5029296875}, {"start": 223.98, "end": 224.1, "word": " type", "probability": 0.87646484375}, {"start": 224.1, "end": 224.2, "word": " he", "probability": 0.5107421875}, {"start": 224.2, "end": 224.44, "word": " knows", "probability": 0.484130859375}, {"start": 224.44, "end": 225.38, "word": " in", "probability": 0.60888671875}, {"start": 225.38, "end": 225.52, "word": " the", "probability": 0.48583984375}, {"start": 225.52, "end": 225.82, "word": " class", "probability": 0.958984375}, {"start": 225.82, "end": 226.48, "word": " So", "probability": 0.416259765625}, {"start": 226.48, "end": 226.76, "word": " let's", "probability": 0.5645751953125}, {"start": 226.76, "end": 226.94, "word": " go", "probability": 0.6640625}, {"start": 226.94, "end": 227.0, "word": " back", "probability": 0.85009765625}, {"start": 227.0, "end": 227.06, "word": " to", "probability": 0.96337890625}, {"start": 227.06, "end": 227.2, "word": " the", "probability": 0.433349609375}, {"start": 227.2, "end": 227.6, "word": " fragment,", "probability": 0.73388671875}, {"start": 227.84, "end": 228.78, "word": " myListFragment", "probability": 0.8075764973958334}, {"start": 228.78, "end": 229.48, "word": " The", "probability": 0.38671875}, {"start": 229.48, "end": 229.84, "word": " only", "probability": 0.72607421875}, {"start": 229.84, "end": 230.3, "word": " point", "probability": 0.383544921875}, {"start": 230.3, "end": 230.48, "word": " that", "probability": 0.342529296875}, {"start": 230.48, "end": 230.66, "word": " remains", "probability": 0.1917724609375}, {"start": 230.66, "end": 230.9, "word": " is", "probability": 0.62109375}, {"start": 230.9, "end": 232.0, "word": " that", "probability": 0.72705078125}, {"start": 232.0, "end": 232.42, "word": " as", "probability": 0.267822265625}, {"start": 232.42, "end": 232.5, "word": " soon", "probability": 0.94189453125}, {"start": 232.5, "end": 232.6, "word": " as", "probability": 0.97021484375}, {"start": 232.6, "end": 232.82, "word": " the", "probability": 0.86767578125}, {"start": 232.82, "end": 233.08, "word": " fragment", "probability": 0.88525390625}, {"start": 233.08, "end": 233.4, "word": " starts", "probability": 0.28125}, {"start": 233.4, "end": 233.72, "word": " working", "probability": 0.69921875}, {"start": 233.72, "end": 234.74, "word": " It", "probability": 0.21240234375}, {"start": 234.74, "end": 234.88, "word": " will", "probability": 0.33984375}, {"start": 234.88, "end": 235.22, "word": " bring", "probability": 0.33349609375}, {"start": 235.22, "end": 235.36, "word": " the", "probability": 0.6279296875}, {"start": 235.36, "end": 235.82, "word": " activity", "probability": 0.9462890625}, {"start": 235.82, "end": 236.06, "word": " and", "probability": 0.8046875}, {"start": 236.06, "end": 236.34, "word": " store", "probability": 0.56884765625}, {"start": 236.34, "end": 236.76, "word": " it", "probability": 0.92138671875}, {"start": 236.76, "end": 237.14, "word": " in", "probability": 0.80517578125}, {"start": 237.14, "end": 237.2, "word": " a", "probability": 0.55615234375}, {"start": 237.2, "end": 237.62, "word": " reference", "probability": 0.6533203125}, {"start": 237.62, "end": 237.78, "word": " from", "probability": 0.452392578125}, {"start": 237.78, "end": 237.94, "word": " the", "probability": 0.69287109375}, {"start": 237.94, "end": 238.64, "word": " listFragment", "probability": 0.67926025390625}, {"start": 238.64, "end": 238.64, "word": " type", "probability": 0.53515625}, {"start": 238.64, "end": 238.76, "word": " to", "probability": 0.53564453125}, {"start": 238.76, "end": 238.82, "word": " the", "probability": 0.2431640625}, {"start": 238.82, "end": 238.98, "word": " listener", "probability": 0.466064453125}, {"start": 238.98, "end": 239.52, "word": " So", "probability": 0.410888671875}, {"start": 239.52, "end": 239.68, "word": " that", "probability": 0.576171875}, {"start": 239.68, "end": 239.72, "word": " the", "probability": 0.7001953125}, {"start": 239.72, "end": 239.84, "word": " listener", "probability": 0.83740234375}, {"start": 239.84, "end": 239.92, "word": " can", "probability": 0.6318359375}, {"start": 239.92, "end": 240.1, "word": " send", "probability": 0.332763671875}, {"start": 240.1, "end": 240.26, "word": " it", "probability": 0.828125}, {"start": 240.26, "end": 240.32, "word": " to", "probability": 0.44482421875}, {"start": 240.32, "end": 240.54, "word": " it", "probability": 0.35498046875}, {"start": 240.54, "end": 241.12, "word": " So", "probability": 0.2412109375}, {"start": 241.12, "end": 241.4, "word": " how", "probability": 0.394287109375}, {"start": 241.4, "end": 241.52, "word": " do", "probability": 0.521484375}, {"start": 241.52, "end": 241.7, "word": " I", "probability": 0.9189453125}, {"start": 241.7, "end": 241.7, "word": " want", "probability": 0.3779296875}, {"start": 241.7, "end": 242.18, "word": " the", "probability": 0.47705078125}, {"start": 242.18, "end": 242.18, "word": " fragment", "probability": 0.8818359375}, {"start": 242.18, "end": 242.26, "word": " to", "probability": 0.94775390625}, {"start": 242.26, "end": 242.52, "word": " start", "probability": 0.3564453125}, {"start": 242.52, "end": 243.58, "word": " working", "probability": 0.81787109375}, {"start": 243.58, "end": 243.58, "word": " first?", "probability": 0.5361328125}, {"start": 244.4, "end": 244.58, "word": " There", "probability": 0.76318359375}, {"start": 244.58, "end": 244.58, "word": " is", "probability": 0.798828125}, {"start": 244.58, "end": 244.72, "word": " a", "probability": 0.87548828125}, {"start": 244.72, "end": 245.1, "word": " callback", "probability": 0.90478515625}, {"start": 245.1, "end": 245.5, "word": " method", "probability": 0.95458984375}, {"start": 245.5, "end": 245.92, "word": " that", "probability": 0.70751953125}, {"start": 245.92, "end": 246.14, "word": " starts", "probability": 0.54736328125}, {"start": 246.14, "end": 246.22, "word": " working", "probability": 0.48828125}, {"start": 246.22, "end": 246.42, "word": " as", "probability": 0.53125}, {"start": 246.42, "end": 246.54, "word": " soon", "probability": 0.953125}, {"start": 246.54, "end": 246.54, "word": " as", "probability": 0.97265625}, {"start": 246.54, "end": 246.94, "word": " the", "probability": 0.859375}, {"start": 246.94, "end": 247.24, "word": " fragment", "probability": 0.89501953125}, {"start": 247.24, "end": 247.48, "word": " is", "probability": 0.48779296875}, {"start": 247.48, "end": 247.7, "word": " called", "probability": 0.580078125}, {"start": 247.7, "end": 249.28, "word": " unattached", "probability": 0.7066650390625}], "temperature": 1.0}, {"id": 11, "seek": 27550, "start": 251.3, "end": 275.5, "text": "These callback methods work in the life of the fragment, from the beginning to the end. The first method that works here is attach. Then it will work here on create view, which is the head that inflates the layout. And then it works on activity created.", "tokens": [51, 71, 1130, 818, 3207, 7150, 589, 294, 264, 993, 295, 264, 26424, 11, 490, 264, 2863, 281, 264, 917, 13, 440, 700, 3170, 300, 1985, 510, 307, 5085, 13, 1396, 309, 486, 589, 510, 322, 1884, 1910, 11, 597, 307, 264, 1378, 300, 9922, 1024, 264, 13333, 13, 400, 550, 309, 1985, 322, 5191, 2942, 13], "avg_logprob": -0.5937500195256595, "compression_ratio": 1.6217948717948718, "no_speech_prob": 0.0, "words": [{"start": 251.3, "end": 251.62, "word": "These", "probability": 0.4760030110677083}, {"start": 251.62, "end": 252.14, "word": " callback", "probability": 0.779296875}, {"start": 252.14, "end": 252.52, "word": " methods", "probability": 0.8994140625}, {"start": 252.52, "end": 253.04, "word": " work", "probability": 0.67333984375}, {"start": 253.04, "end": 253.34, "word": " in", "probability": 0.740234375}, {"start": 253.34, "end": 253.44, "word": " the", "probability": 0.50146484375}, {"start": 253.44, "end": 253.7, "word": " life", "probability": 0.52978515625}, {"start": 253.7, "end": 253.86, "word": " of", "probability": 0.87841796875}, {"start": 253.86, "end": 253.94, "word": " the", "probability": 0.66455078125}, {"start": 253.94, "end": 254.24, "word": " fragment,", "probability": 0.72900390625}, {"start": 254.42, "end": 255.02, "word": " from", "probability": 0.44482421875}, {"start": 255.02, "end": 255.72, "word": " the", "probability": 0.60107421875}, {"start": 255.72, "end": 255.72, "word": " beginning", "probability": 0.390869140625}, {"start": 255.72, "end": 256.46, "word": " to", "probability": 0.394287109375}, {"start": 256.46, "end": 256.76, "word": " the", "probability": 0.71923828125}, {"start": 256.76, "end": 257.46, "word": " end.", "probability": 0.87548828125}, {"start": 258.6, "end": 259.28, "word": " The", "probability": 0.5390625}, {"start": 259.28, "end": 259.52, "word": " first", "probability": 0.8759765625}, {"start": 259.52, "end": 259.74, "word": " method", "probability": 0.8896484375}, {"start": 259.74, "end": 259.84, "word": " that", "probability": 0.411376953125}, {"start": 259.84, "end": 260.08, "word": " works", "probability": 0.56591796875}, {"start": 260.08, "end": 260.24, "word": " here", "probability": 0.304443359375}, {"start": 260.24, "end": 260.32, "word": " is", "probability": 0.84326171875}, {"start": 260.32, "end": 260.7, "word": " attach.", "probability": 0.439697265625}, {"start": 261.38, "end": 261.72, "word": " Then", "probability": 0.37890625}, {"start": 261.72, "end": 262.2, "word": " it", "probability": 0.405029296875}, {"start": 262.2, "end": 262.38, "word": " will", "probability": 0.330810546875}, {"start": 262.38, "end": 262.72, "word": " work", "probability": 0.74951171875}, {"start": 262.72, "end": 263.26, "word": " here", "probability": 0.669921875}, {"start": 263.26, "end": 264.04, "word": " on", "probability": 0.708984375}, {"start": 264.04, "end": 264.66, "word": " create", "probability": 0.6708984375}, {"start": 264.66, "end": 266.74, "word": " view,", "probability": 0.63330078125}, {"start": 267.44, "end": 267.5, "word": " which", "probability": 0.7763671875}, {"start": 267.5, "end": 267.62, "word": " is", "probability": 0.853515625}, {"start": 267.62, "end": 267.76, "word": " the", "probability": 0.260009765625}, {"start": 267.76, "end": 267.96, "word": " head", "probability": 0.05535888671875}, {"start": 267.96, "end": 268.36, "word": " that", "probability": 0.6640625}, {"start": 268.36, "end": 269.18, "word": " inflates", "probability": 0.6639404296875}, {"start": 269.18, "end": 269.36, "word": " the", "probability": 0.87109375}, {"start": 269.36, "end": 269.7, "word": " layout.", "probability": 0.94091796875}, {"start": 270.44, "end": 270.58, "word": " And", "probability": 0.3876953125}, {"start": 270.58, "end": 270.96, "word": " then", "probability": 0.78955078125}, {"start": 270.96, "end": 271.34, "word": " it", "probability": 0.73193359375}, {"start": 271.34, "end": 271.68, "word": " works", "probability": 0.43115234375}, {"start": 271.68, "end": 271.92, "word": " on", "probability": 0.93505859375}, {"start": 271.92, "end": 272.44, "word": " activity", "probability": 0.8359375}, {"start": 272.44, "end": 275.5, "word": " created.", "probability": 0.798828125}], "temperature": 1.0}, {"id": 12, "seek": 29373, "start": 276.87, "end": 293.73, "text": "We used this method to create inflate in the beginning and onActivityCreated after the activity is created, I use onActivityCreated to create events or any internal work that needs to be fragmented All of them work with a method called onAttach", "tokens": [4360, 1143, 341, 3170, 281, 1884, 9922, 473, 294, 264, 2863, 293, 322, 30338, 4253, 34, 26559, 934, 264, 5191, 307, 2942, 11, 286, 764, 322, 30338, 4253, 34, 26559, 281, 1884, 3931, 420, 604, 6920, 589, 300, 2203, 281, 312, 9241, 14684, 1057, 295, 552, 589, 365, 257, 3170, 1219, 322, 38151, 608], "avg_logprob": -0.7079545367847789, "compression_ratio": 1.605263157894737, "no_speech_prob": 0.0, "words": [{"start": 276.87, "end": 277.31, "word": "We", "probability": 0.131103515625}, {"start": 277.31, "end": 277.81, "word": " used", "probability": 0.67041015625}, {"start": 277.81, "end": 278.09, "word": " this", "probability": 0.1571044921875}, {"start": 278.09, "end": 278.13, "word": " method", "probability": 0.4921875}, {"start": 278.13, "end": 279.31, "word": " to", "probability": 0.12548828125}, {"start": 279.31, "end": 279.95, "word": " create", "probability": 0.417724609375}, {"start": 279.95, "end": 280.43, "word": " inflate", "probability": 0.56817626953125}, {"start": 280.43, "end": 280.53, "word": " in", "probability": 0.23681640625}, {"start": 280.53, "end": 280.61, "word": " the", "probability": 0.7998046875}, {"start": 280.61, "end": 280.91, "word": " beginning", "probability": 0.763671875}, {"start": 280.91, "end": 281.63, "word": " and", "probability": 0.56689453125}, {"start": 281.63, "end": 282.55, "word": " onActivityCreated", "probability": 0.5900634765625}, {"start": 282.55, "end": 282.81, "word": " after", "probability": 0.460205078125}, {"start": 282.81, "end": 283.39, "word": " the", "probability": 0.135498046875}, {"start": 283.39, "end": 284.13, "word": " activity", "probability": 0.82177734375}, {"start": 284.13, "end": 284.15, "word": " is", "probability": 0.338623046875}, {"start": 284.15, "end": 284.15, "word": " created,", "probability": 0.39990234375}, {"start": 284.53, "end": 284.71, "word": " I", "probability": 0.54931640625}, {"start": 284.71, "end": 285.03, "word": " use", "probability": 0.64599609375}, {"start": 285.03, "end": 285.87, "word": " onActivityCreated", "probability": 0.82919921875}, {"start": 285.87, "end": 286.05, "word": " to", "probability": 0.87939453125}, {"start": 286.05, "end": 286.35, "word": " create", "probability": 0.5927734375}, {"start": 286.35, "end": 286.87, "word": " events", "probability": 0.7275390625}, {"start": 286.87, "end": 287.99, "word": " or", "probability": 0.73095703125}, {"start": 287.99, "end": 288.25, "word": " any", "probability": 0.8046875}, {"start": 288.25, "end": 288.81, "word": " internal", "probability": 0.2265625}, {"start": 288.81, "end": 288.81, "word": " work", "probability": 0.6083984375}, {"start": 288.81, "end": 289.39, "word": " that", "probability": 0.341064453125}, {"start": 289.39, "end": 289.71, "word": " needs", "probability": 0.2626953125}, {"start": 289.71, "end": 289.83, "word": " to", "probability": 0.2403564453125}, {"start": 289.83, "end": 289.83, "word": " be", "probability": 0.67041015625}, {"start": 289.83, "end": 290.29, "word": " fragmented", "probability": 0.7320556640625}, {"start": 290.29, "end": 290.81, "word": " All", "probability": 0.254638671875}, {"start": 290.81, "end": 290.91, "word": " of", "probability": 0.40380859375}, {"start": 290.91, "end": 291.17, "word": " them", "probability": 0.7197265625}, {"start": 291.17, "end": 291.79, "word": " work", "probability": 0.35595703125}, {"start": 291.79, "end": 292.01, "word": " with", "probability": 0.31787109375}, {"start": 292.01, "end": 292.01, "word": " a", "probability": 0.358154296875}, {"start": 292.01, "end": 292.15, "word": " method", "probability": 0.94384765625}, {"start": 292.15, "end": 292.53, "word": " called", "probability": 0.75390625}, {"start": 292.53, "end": 293.73, "word": " onAttach", "probability": 0.8636067708333334}], "temperature": 1.0}, {"id": 13, "seek": 32117, "start": 294.91, "end": 321.17, "text": " Here, the discovery is that when I start the fragment, I want to see the activity. Did it implement the interface? Did it follow the rules of the fragment? If it implemented the interface, I take a reference from it and store it. Why do I take the reference? So that when I create an event, I can send it data. Any fragment that wants to communicate with an activity must have a scenario like this.", "tokens": [1692, 11, 264, 12114, 307, 300, 562, 286, 722, 264, 26424, 11, 286, 528, 281, 536, 264, 5191, 13, 2589, 309, 4445, 264, 9226, 30, 2589, 309, 1524, 264, 4474, 295, 264, 26424, 30, 759, 309, 12270, 264, 9226, 11, 286, 747, 257, 6408, 490, 309, 293, 3531, 309, 13, 1545, 360, 286, 747, 264, 6408, 30, 407, 300, 562, 286, 1884, 364, 2280, 11, 286, 393, 2845, 309, 1412, 13, 2639, 26424, 300, 2738, 281, 7890, 365, 364, 5191, 1633, 362, 257, 9005, 411, 341, 13], "avg_logprob": -0.5035511499101465, "compression_ratio": 1.8054298642533937, "no_speech_prob": 0.0, "words": [{"start": 294.91, "end": 295.13, "word": " Here,", "probability": 0.0963134765625}, {"start": 295.19, "end": 295.35, "word": " the", "probability": 0.334716796875}, {"start": 295.35, "end": 295.67, "word": " discovery", "probability": 0.4892578125}, {"start": 295.67, "end": 296.01, "word": " is", "probability": 0.232421875}, {"start": 296.01, "end": 296.23, "word": " that", "probability": 0.50732421875}, {"start": 296.23, "end": 297.35, "word": " when", "probability": 0.266357421875}, {"start": 297.35, "end": 297.47, "word": " I", "probability": 0.80810546875}, {"start": 297.47, "end": 297.67, "word": " start", "probability": 0.2183837890625}, {"start": 297.67, "end": 297.83, "word": " the", "probability": 0.38916015625}, {"start": 297.83, "end": 298.07, "word": " fragment,", "probability": 0.56884765625}, {"start": 298.13, "end": 298.25, "word": " I", "probability": 0.90185546875}, {"start": 298.25, "end": 298.33, "word": " want", "probability": 0.517578125}, {"start": 298.33, "end": 298.41, "word": " to", "probability": 0.96630859375}, {"start": 298.41, "end": 298.53, "word": " see", "probability": 0.6826171875}, {"start": 298.53, "end": 298.67, "word": " the", "probability": 0.65576171875}, {"start": 298.67, "end": 299.07, "word": " activity.", "probability": 0.931640625}, {"start": 299.41, "end": 299.67, "word": " Did", "probability": 0.32373046875}, {"start": 299.67, "end": 300.29, "word": " it", "probability": 0.76416015625}, {"start": 300.29, "end": 300.53, "word": " implement", "probability": 0.324462890625}, {"start": 300.53, "end": 301.07, "word": " the", "probability": 0.60009765625}, {"start": 301.07, "end": 301.67, "word": " interface?", "probability": 0.84326171875}, {"start": 301.91, "end": 302.19, "word": " Did", "probability": 0.6015625}, {"start": 302.19, "end": 302.29, "word": " it", "probability": 0.91064453125}, {"start": 302.29, "end": 302.57, "word": " follow", "probability": 0.255615234375}, {"start": 302.57, "end": 302.87, "word": " the", "probability": 0.86962890625}, {"start": 302.87, "end": 303.15, "word": " rules", "probability": 0.356689453125}, {"start": 303.15, "end": 303.47, "word": " of", "probability": 0.1846923828125}, {"start": 303.47, "end": 303.79, "word": " the", "probability": 0.78076171875}, {"start": 303.79, "end": 304.11, "word": " fragment?", "probability": 0.65283203125}, {"start": 304.35, "end": 304.77, "word": " If", "probability": 0.92041015625}, {"start": 304.77, "end": 304.85, "word": " it", "probability": 0.86328125}, {"start": 304.85, "end": 305.27, "word": " implemented", "probability": 0.32373046875}, {"start": 305.27, "end": 305.57, "word": " the", "probability": 0.87646484375}, {"start": 305.57, "end": 305.95, "word": " interface,", "probability": 0.857421875}, {"start": 306.07, "end": 306.17, "word": " I", "probability": 0.8642578125}, {"start": 306.17, "end": 306.33, "word": " take", "probability": 0.3701171875}, {"start": 306.33, "end": 306.47, "word": " a", "probability": 0.402099609375}, {"start": 306.47, "end": 306.69, "word": " reference", "probability": 0.8837890625}, {"start": 306.69, "end": 306.91, "word": " from", "probability": 0.71240234375}, {"start": 306.91, "end": 306.99, "word": " it", "probability": 0.88671875}, {"start": 306.99, "end": 307.09, "word": " and", "probability": 0.845703125}, {"start": 307.09, "end": 307.37, "word": " store", "probability": 0.6484375}, {"start": 307.37, "end": 307.59, "word": " it.", "probability": 0.92333984375}, {"start": 307.79, "end": 308.17, "word": " Why", "probability": 0.748046875}, {"start": 308.17, "end": 308.25, "word": " do", "probability": 0.697265625}, {"start": 308.25, "end": 308.29, "word": " I", "probability": 0.9873046875}, {"start": 308.29, "end": 308.41, "word": " take", "probability": 0.8037109375}, {"start": 308.41, "end": 308.55, "word": " the", "probability": 0.447021484375}, {"start": 308.55, "end": 308.81, "word": " reference?", "probability": 0.888671875}, {"start": 309.15, "end": 309.59, "word": " So", "probability": 0.43408203125}, {"start": 309.59, "end": 309.77, "word": " that", "probability": 0.6953125}, {"start": 309.77, "end": 309.81, "word": " when", "probability": 0.81201171875}, {"start": 309.81, "end": 309.93, "word": " I", "probability": 0.96484375}, {"start": 309.93, "end": 310.09, "word": " create", "probability": 0.184814453125}, {"start": 310.09, "end": 310.19, "word": " an", "probability": 0.63671875}, {"start": 310.19, "end": 310.35, "word": " event,", "probability": 0.84619140625}, {"start": 310.43, "end": 310.53, "word": " I", "probability": 0.970703125}, {"start": 310.53, "end": 310.57, "word": " can", "probability": 0.52392578125}, {"start": 310.57, "end": 310.71, "word": " send", "probability": 0.634765625}, {"start": 310.71, "end": 310.85, "word": " it", "probability": 0.60107421875}, {"start": 310.85, "end": 311.07, "word": " data.", "probability": 0.7607421875}, {"start": 316.43, "end": 316.87, "word": " Any", "probability": 0.177001953125}, {"start": 316.87, "end": 317.45, "word": " fragment", "probability": 0.88037109375}, {"start": 317.45, "end": 317.87, "word": " that", "probability": 0.677734375}, {"start": 317.87, "end": 318.07, "word": " wants", "probability": 0.401611328125}, {"start": 318.07, "end": 318.21, "word": " to", "probability": 0.966796875}, {"start": 318.21, "end": 318.57, "word": " communicate", "probability": 0.74365234375}, {"start": 318.57, "end": 318.81, "word": " with", "probability": 0.86181640625}, {"start": 318.81, "end": 319.37, "word": " an", "probability": 0.313232421875}, {"start": 319.37, "end": 319.37, "word": " activity", "probability": 0.9716796875}, {"start": 319.37, "end": 320.37, "word": " must", "probability": 0.31884765625}, {"start": 320.37, "end": 320.59, "word": " have", "probability": 0.7568359375}, {"start": 320.59, "end": 320.65, "word": " a", "probability": 0.958984375}, {"start": 320.65, "end": 320.83, "word": " scenario", "probability": 0.389404296875}, {"start": 320.83, "end": 320.97, "word": " like", "probability": 0.814453125}, {"start": 320.97, "end": 321.17, "word": " this.", "probability": 0.68310546875}], "temperature": 1.0}, {"id": 14, "seek": 33628, "start": 322.56, "end": 336.28, "text": "For example, the green fragment does not have to be done this way. Why? Because the green fragment is the future of the planet. Anyone who wants to send an activity has to do this thing. What if there is more than one activity?", "tokens": [12587, 1365, 11, 264, 3092, 26424, 775, 406, 362, 281, 312, 1096, 341, 636, 13, 1545, 30, 1436, 264, 3092, 26424, 307, 264, 2027, 295, 264, 5054, 13, 14643, 567, 2738, 281, 2845, 364, 5191, 575, 281, 360, 341, 551, 13, 708, 498, 456, 307, 544, 813, 472, 5191, 30], "avg_logprob": -0.6185661928326476, "compression_ratio": 1.523489932885906, "no_speech_prob": 0.0, "words": [{"start": 322.56, "end": 323.0, "word": "For", "probability": 0.257568359375}, {"start": 323.0, "end": 323.44, "word": " example,", "probability": 0.88037109375}, {"start": 323.56, "end": 323.62, "word": " the", "probability": 0.1998291015625}, {"start": 323.62, "end": 323.84, "word": " green", "probability": 0.70166015625}, {"start": 323.84, "end": 324.46, "word": " fragment", "probability": 0.82666015625}, {"start": 324.46, "end": 325.58, "word": " does", "probability": 0.16455078125}, {"start": 325.58, "end": 325.6, "word": " not", "probability": 0.93505859375}, {"start": 325.6, "end": 325.86, "word": " have", "probability": 0.63232421875}, {"start": 325.86, "end": 325.92, "word": " to", "probability": 0.96923828125}, {"start": 325.92, "end": 326.06, "word": " be", "probability": 0.57861328125}, {"start": 326.06, "end": 326.1, "word": " done", "probability": 0.30419921875}, {"start": 326.1, "end": 326.32, "word": " this", "probability": 0.26806640625}, {"start": 326.32, "end": 326.4, "word": " way.", "probability": 0.93896484375}, {"start": 326.4, "end": 326.6, "word": " Why?", "probability": 0.666015625}, {"start": 327.04, "end": 327.42, "word": " Because", "probability": 0.8681640625}, {"start": 327.42, "end": 327.62, "word": " the", "probability": 0.1407470703125}, {"start": 327.62, "end": 327.8, "word": " green", "probability": 0.7236328125}, {"start": 327.8, "end": 328.1, "word": " fragment", "probability": 0.7900390625}, {"start": 328.1, "end": 328.34, "word": " is", "probability": 0.5205078125}, {"start": 328.34, "end": 328.4, "word": " the", "probability": 0.2086181640625}, {"start": 328.4, "end": 328.6, "word": " future", "probability": 0.955078125}, {"start": 328.6, "end": 328.8, "word": " of", "probability": 0.423828125}, {"start": 328.8, "end": 328.84, "word": " the", "probability": 0.5576171875}, {"start": 328.84, "end": 329.16, "word": " planet.", "probability": 0.50048828125}, {"start": 330.28, "end": 330.72, "word": " Anyone", "probability": 0.31298828125}, {"start": 330.72, "end": 331.04, "word": " who", "probability": 0.61669921875}, {"start": 331.04, "end": 331.18, "word": " wants", "probability": 0.181884765625}, {"start": 331.18, "end": 331.18, "word": " to", "probability": 0.9560546875}, {"start": 331.18, "end": 331.36, "word": " send", "probability": 0.1983642578125}, {"start": 331.36, "end": 331.52, "word": " an", "probability": 0.2386474609375}, {"start": 331.52, "end": 331.94, "word": " activity", "probability": 0.9365234375}, {"start": 331.94, "end": 332.1, "word": " has", "probability": 0.382080078125}, {"start": 332.1, "end": 332.36, "word": " to", "probability": 0.9697265625}, {"start": 332.36, "end": 332.6, "word": " do", "probability": 0.89404296875}, {"start": 332.6, "end": 333.44, "word": " this", "probability": 0.59619140625}, {"start": 333.44, "end": 333.68, "word": " thing.", "probability": 0.29345703125}, {"start": 334.64, "end": 335.04, "word": " What", "probability": 0.30810546875}, {"start": 335.04, "end": 335.14, "word": " if", "probability": 0.7685546875}, {"start": 335.14, "end": 335.28, "word": " there", "probability": 0.7861328125}, {"start": 335.28, "end": 335.28, "word": " is", "probability": 0.775390625}, {"start": 335.28, "end": 335.48, "word": " more", "probability": 0.87353515625}, {"start": 335.48, "end": 335.58, "word": " than", "probability": 0.9150390625}, {"start": 335.58, "end": 335.78, "word": " one", "probability": 0.8759765625}, {"start": 335.78, "end": 336.28, "word": " activity?", "probability": 0.85400390625}], "temperature": 1.0}, {"id": 15, "seek": 36495, "start": 340.87, "end": 364.95, "text": "Any fragment that wants to send activity, there should be at least 20 fragments inside the activity, each one should have an interface. Each fragment should have an interface. Yes, each fragment should have an interface. The idea is that each fragment should be moved anywhere. When we move this fragment, we will move its interfaces.", "tokens": [29647, 26424, 300, 2738, 281, 2845, 5191, 11, 456, 820, 312, 412, 1935, 945, 29197, 1854, 264, 5191, 11, 1184, 472, 820, 362, 364, 9226, 13, 6947, 26424, 820, 362, 364, 9226, 13, 1079, 11, 1184, 26424, 820, 362, 364, 9226, 13, 440, 1558, 307, 300, 1184, 26424, 820, 312, 4259, 4992, 13, 1133, 321, 1286, 341, 26424, 11, 321, 486, 1286, 1080, 28416, 13], "avg_logprob": -0.6046401686740644, "compression_ratio": 2.0120481927710845, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 340.87, "end": 341.37, "word": "Any", "probability": 0.183349609375}, {"start": 341.37, "end": 341.87, "word": " fragment", "probability": 0.7763671875}, {"start": 341.87, "end": 342.09, "word": " that", "probability": 0.513671875}, {"start": 342.09, "end": 342.73, "word": " wants", "probability": 0.315185546875}, {"start": 342.73, "end": 342.73, "word": " to", "probability": 0.96435546875}, {"start": 342.73, "end": 342.95, "word": " send", "probability": 0.67822265625}, {"start": 342.95, "end": 343.57, "word": " activity,", "probability": 0.61572265625}, {"start": 343.79, "end": 344.01, "word": " there", "probability": 0.214111328125}, {"start": 344.01, "end": 344.01, "word": " should", "probability": 0.473388671875}, {"start": 344.01, "end": 344.15, "word": " be", "probability": 0.92724609375}, {"start": 344.15, "end": 344.15, "word": " at", "probability": 0.303466796875}, {"start": 344.15, "end": 344.15, "word": " least", "probability": 0.94873046875}, {"start": 344.15, "end": 344.47, "word": " 20", "probability": 0.84375}, {"start": 344.47, "end": 344.89, "word": " fragments", "probability": 0.591796875}, {"start": 344.89, "end": 345.15, "word": " inside", "probability": 0.33740234375}, {"start": 345.15, "end": 345.33, "word": " the", "probability": 0.66357421875}, {"start": 345.33, "end": 345.75, "word": " activity,", "probability": 0.94384765625}, {"start": 346.21, "end": 348.65, "word": " each", "probability": 0.330810546875}, {"start": 348.65, "end": 349.53, "word": " one", "probability": 0.431396484375}, {"start": 349.53, "end": 349.67, "word": " should", "probability": 0.315185546875}, {"start": 349.67, "end": 349.67, "word": " have", "probability": 0.75732421875}, {"start": 349.67, "end": 349.81, "word": " an", "probability": 0.57275390625}, {"start": 349.81, "end": 350.27, "word": " interface.", "probability": 0.89111328125}, {"start": 353.55, "end": 353.93, "word": " Each", "probability": 0.349609375}, {"start": 353.93, "end": 354.53, "word": " fragment", "probability": 0.6572265625}, {"start": 354.53, "end": 354.71, "word": " should", "probability": 0.55859375}, {"start": 354.71, "end": 354.71, "word": " have", "probability": 0.83056640625}, {"start": 354.71, "end": 354.89, "word": " an", "probability": 0.84375}, {"start": 354.89, "end": 355.21, "word": " interface.", "probability": 0.9072265625}, {"start": 355.63, "end": 355.87, "word": " Yes,", "probability": 0.1717529296875}, {"start": 355.99, "end": 356.13, "word": " each", "probability": 0.80859375}, {"start": 356.13, "end": 356.45, "word": " fragment", "probability": 0.83056640625}, {"start": 356.45, "end": 356.61, "word": " should", "probability": 0.82861328125}, {"start": 356.61, "end": 356.63, "word": " have", "probability": 0.93505859375}, {"start": 356.63, "end": 356.73, "word": " an", "probability": 0.93505859375}, {"start": 356.73, "end": 357.07, "word": " interface.", "probability": 0.89599609375}, {"start": 357.17, "end": 357.35, "word": " The", "probability": 0.484130859375}, {"start": 357.35, "end": 357.57, "word": " idea", "probability": 0.77978515625}, {"start": 357.57, "end": 357.81, "word": " is", "probability": 0.7431640625}, {"start": 357.81, "end": 357.95, "word": " that", "probability": 0.74853515625}, {"start": 357.95, "end": 359.83, "word": " each", "probability": 0.1964111328125}, {"start": 359.83, "end": 360.37, "word": " fragment", "probability": 0.75146484375}, {"start": 360.37, "end": 360.49, "word": " should", "probability": 0.47412109375}, {"start": 360.49, "end": 361.11, "word": " be", "probability": 0.74853515625}, {"start": 361.11, "end": 361.11, "word": " moved", "probability": 0.1373291015625}, {"start": 361.11, "end": 362.07, "word": " anywhere.", "probability": 0.1690673828125}, {"start": 362.43, "end": 362.81, "word": " When", "probability": 0.427001953125}, {"start": 362.81, "end": 363.15, "word": " we", "probability": 0.68359375}, {"start": 363.15, "end": 363.37, "word": " move", "probability": 0.7998046875}, {"start": 363.37, "end": 363.67, "word": " this", "probability": 0.393310546875}, {"start": 363.67, "end": 363.99, "word": " fragment,", "probability": 0.8837890625}, {"start": 364.19, "end": 364.37, "word": " we", "probability": 0.5771484375}, {"start": 364.37, "end": 364.39, "word": " will", "probability": 0.427978515625}, {"start": 364.39, "end": 364.59, "word": " move", "probability": 0.79296875}, {"start": 364.59, "end": 364.75, "word": " its", "probability": 0.295654296875}, {"start": 364.75, "end": 364.95, "word": " interfaces.", "probability": 0.42578125}], "temperature": 1.0}, {"id": 16, "seek": 39298, "start": 368.14, "end": 392.98, "text": " So he understands this type. Each one is his own type. As I said, this is not necessary to do. Last time we worked in an easier way because we brought the activity and made the reflections. And it worked. And some people bought the activity because they did not understand the interface. But we work correctly. I want to learn how to code correctly. Okay, so I want to work on this Tash wave.", "tokens": [407, 415, 15146, 341, 2010, 13, 6947, 472, 307, 702, 1065, 2010, 13, 1018, 286, 848, 11, 341, 307, 406, 4818, 281, 360, 13, 5264, 565, 321, 2732, 294, 364, 3571, 636, 570, 321, 3038, 264, 5191, 293, 1027, 264, 30679, 13, 400, 309, 2732, 13, 400, 512, 561, 4243, 264, 5191, 570, 436, 630, 406, 1223, 264, 9226, 13, 583, 321, 589, 8944, 13, 286, 528, 281, 1466, 577, 281, 3089, 8944, 13, 1033, 11, 370, 286, 528, 281, 589, 322, 341, 314, 1299, 5772, 13], "avg_logprob": -0.569602251730182, "compression_ratio": 1.7161572052401746, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 368.14, "end": 368.28, "word": " So", "probability": 0.298828125}, {"start": 368.28, "end": 368.62, "word": " he", "probability": 0.2978515625}, {"start": 368.62, "end": 369.04, "word": " understands", "probability": 0.335205078125}, {"start": 369.04, "end": 369.6, "word": " this", "probability": 0.477783203125}, {"start": 369.6, "end": 369.6, "word": " type.", "probability": 0.65283203125}, {"start": 369.86, "end": 370.14, "word": " Each", "probability": 0.461181640625}, {"start": 370.14, "end": 370.36, "word": " one", "probability": 0.48974609375}, {"start": 370.36, "end": 370.5, "word": " is", "probability": 0.59326171875}, {"start": 370.5, "end": 371.02, "word": " his", "probability": 0.408203125}, {"start": 371.02, "end": 371.48, "word": " own", "probability": 0.7607421875}, {"start": 371.48, "end": 371.62, "word": " type.", "probability": 0.734375}, {"start": 373.14, "end": 373.54, "word": " As", "probability": 0.5791015625}, {"start": 373.54, "end": 373.7, "word": " I", "probability": 0.50537109375}, {"start": 373.7, "end": 373.84, "word": " said,", "probability": 0.77392578125}, {"start": 373.98, "end": 374.06, "word": " this", "probability": 0.67431640625}, {"start": 374.06, "end": 374.12, "word": " is", "probability": 0.8017578125}, {"start": 374.12, "end": 374.24, "word": " not", "probability": 0.9111328125}, {"start": 374.24, "end": 374.58, "word": " necessary", "probability": 0.234130859375}, {"start": 374.58, "end": 374.7, "word": " to", "probability": 0.43603515625}, {"start": 374.7, "end": 374.88, "word": " do.", "probability": 0.63623046875}, {"start": 375.22, "end": 375.62, "word": " Last", "probability": 0.513671875}, {"start": 375.62, "end": 376.32, "word": " time", "probability": 0.8583984375}, {"start": 376.32, "end": 376.48, "word": " we", "probability": 0.490966796875}, {"start": 376.48, "end": 376.76, "word": " worked", "probability": 0.68408203125}, {"start": 376.76, "end": 376.92, "word": " in", "probability": 0.458984375}, {"start": 376.92, "end": 377.2, "word": " an", "probability": 0.55322265625}, {"start": 377.2, "end": 377.42, "word": " easier", "probability": 0.79052734375}, {"start": 377.42, "end": 377.42, "word": " way", "probability": 0.91455078125}, {"start": 377.42, "end": 377.62, "word": " because", "probability": 0.401611328125}, {"start": 377.62, "end": 377.7, "word": " we", "probability": 0.90478515625}, {"start": 377.7, "end": 377.82, "word": " brought", "probability": 0.432861328125}, {"start": 377.82, "end": 377.96, "word": " the", "probability": 0.5419921875}, {"start": 377.96, "end": 378.26, "word": " activity", "probability": 0.87109375}, {"start": 378.26, "end": 378.38, "word": " and", "probability": 0.6328125}, {"start": 378.38, "end": 378.54, "word": " made", "probability": 0.326904296875}, {"start": 378.54, "end": 378.74, "word": " the", "probability": 0.380615234375}, {"start": 378.74, "end": 378.98, "word": " reflections.", "probability": 0.473876953125}, {"start": 379.7, "end": 379.72, "word": " And", "probability": 0.62255859375}, {"start": 379.72, "end": 379.8, "word": " it", "probability": 0.361083984375}, {"start": 379.8, "end": 380.06, "word": " worked.", "probability": 0.79833984375}, {"start": 380.66, "end": 380.86, "word": " And", "probability": 0.59033203125}, {"start": 380.86, "end": 381.02, "word": " some", "probability": 0.62109375}, {"start": 381.02, "end": 381.16, "word": " people", "probability": 0.89794921875}, {"start": 381.16, "end": 381.38, "word": " bought", "probability": 0.14404296875}, {"start": 381.38, "end": 381.82, "word": " the", "probability": 0.284423828125}, {"start": 381.82, "end": 381.82, "word": " activity", "probability": 0.8095703125}, {"start": 381.82, "end": 381.9, "word": " because", "probability": 0.75732421875}, {"start": 381.9, "end": 382.04, "word": " they", "probability": 0.78662109375}, {"start": 382.04, "end": 382.12, "word": " did", "probability": 0.40380859375}, {"start": 382.12, "end": 382.12, "word": " not", "probability": 0.9423828125}, {"start": 382.12, "end": 382.32, "word": " understand", "probability": 0.78125}, {"start": 382.32, "end": 382.46, "word": " the", "probability": 0.9130859375}, {"start": 382.46, "end": 382.92, "word": " interface.", "probability": 0.87451171875}, {"start": 383.48, "end": 383.84, "word": " But", "probability": 0.447021484375}, {"start": 383.84, "end": 384.12, "word": " we", "probability": 0.79052734375}, {"start": 384.12, "end": 384.42, "word": " work", "probability": 0.712890625}, {"start": 384.42, "end": 384.72, "word": " correctly.", "probability": 0.4189453125}, {"start": 384.8, "end": 384.86, "word": " I", "probability": 0.73974609375}, {"start": 384.86, "end": 385.0, "word": " want", "probability": 0.34326171875}, {"start": 385.0, "end": 385.06, "word": " to", "probability": 0.1737060546875}, {"start": 385.06, "end": 385.24, "word": " learn", "probability": 0.626953125}, {"start": 385.24, "end": 385.38, "word": " how", "probability": 0.382080078125}, {"start": 385.38, "end": 385.38, "word": " to", "probability": 0.97314453125}, {"start": 385.38, "end": 385.66, "word": " code", "probability": 0.84033203125}, {"start": 385.66, "end": 386.08, "word": " correctly.", "probability": 0.853515625}, {"start": 386.66, "end": 386.94, "word": " Okay,", "probability": 0.3759765625}, {"start": 390.84, "end": 391.52, "word": " so", "probability": 0.630859375}, {"start": 391.52, "end": 391.78, "word": " I", "probability": 0.9453125}, {"start": 391.78, "end": 391.96, "word": " want", "probability": 0.76123046875}, {"start": 391.96, "end": 392.04, "word": " to", "probability": 0.96484375}, {"start": 392.04, "end": 392.2, "word": " work", "probability": 0.8837890625}, {"start": 392.2, "end": 392.34, "word": " on", "probability": 0.88037109375}, {"start": 392.34, "end": 392.4, "word": " this", "probability": 0.7294921875}, {"start": 392.4, "end": 392.98, "word": " Tash", "probability": 0.3101806640625}, {"start": 392.98, "end": 392.98, "word": " wave.", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 17, "seek": 42506, "start": 396.04, "end": 425.06, "text": "Unattached contains the context, which is the activity that came, but what kind of context did it come from? Because I want to check whether the activity actually implemented to the interface as an instance of ListFragmentListener If it is really from the ListFragmentListener type, I want to get a reference from it What does it mean to get a reference from it? It means that I need to go here in the fragment and define a variable named ListFragmentListener from a listener name or any name from the ListFragmentListener type", "tokens": [12405, 1591, 15095, 8306, 264, 4319, 11, 597, 307, 264, 5191, 300, 1361, 11, 457, 437, 733, 295, 4319, 630, 309, 808, 490, 30, 1436, 286, 528, 281, 1520, 1968, 264, 5191, 767, 12270, 281, 264, 9226, 382, 364, 5197, 295, 17668, 37, 3731, 518, 35819, 260, 759, 309, 307, 534, 490, 264, 17668, 37, 3731, 518, 35819, 260, 2010, 11, 286, 528, 281, 483, 257, 6408, 490, 309, 708, 775, 309, 914, 281, 483, 257, 6408, 490, 309, 30, 467, 1355, 300, 286, 643, 281, 352, 510, 294, 264, 26424, 293, 6964, 257, 7006, 4926, 17668, 37, 3731, 518, 35819, 260, 490, 257, 31569, 1315, 420, 604, 1315, 490, 264, 17668, 37, 3731, 518, 35819, 260, 2010], "avg_logprob": -0.4926470543156151, "compression_ratio": 2.066666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 396.04, "end": 396.48, "word": "Unattached", "probability": 0.6637776692708334}, {"start": 396.48, "end": 396.92, "word": " contains", "probability": 0.1812744140625}, {"start": 396.92, "end": 397.22, "word": " the", "probability": 0.29443359375}, {"start": 397.22, "end": 397.54, "word": " context,", "probability": 0.533203125}, {"start": 397.66, "end": 397.72, "word": " which", "probability": 0.457275390625}, {"start": 397.72, "end": 397.8, "word": " is", "probability": 0.845703125}, {"start": 397.8, "end": 397.9, "word": " the", "probability": 0.73046875}, {"start": 397.9, "end": 398.28, "word": " activity", "probability": 0.81640625}, {"start": 398.28, "end": 398.5, "word": " that", "probability": 0.5302734375}, {"start": 398.5, "end": 398.66, "word": " came,", "probability": 0.341064453125}, {"start": 399.0, "end": 399.18, "word": " but", "probability": 0.796875}, {"start": 399.18, "end": 399.54, "word": " what", "probability": 0.1497802734375}, {"start": 399.54, "end": 399.78, "word": " kind", "probability": 0.60107421875}, {"start": 399.78, "end": 399.84, "word": " of", "probability": 0.83349609375}, {"start": 399.84, "end": 400.64, "word": " context", "probability": 0.7099609375}, {"start": 400.64, "end": 400.64, "word": " did", "probability": 0.264892578125}, {"start": 400.64, "end": 400.64, "word": " it", "probability": 0.84228515625}, {"start": 400.64, "end": 400.64, "word": " come", "probability": 0.2454833984375}, {"start": 400.64, "end": 400.64, "word": " from?", "probability": 0.830078125}, {"start": 401.12, "end": 401.56, "word": " Because", "probability": 0.301513671875}, {"start": 401.56, "end": 401.74, "word": " I", "probability": 0.66845703125}, {"start": 401.74, "end": 401.82, "word": " want", "probability": 0.488525390625}, {"start": 401.82, "end": 401.88, "word": " to", "probability": 0.97021484375}, {"start": 401.88, "end": 402.14, "word": " check", "probability": 0.69970703125}, {"start": 402.14, "end": 402.34, "word": " whether", "probability": 0.3896484375}, {"start": 402.34, "end": 402.46, "word": " the", "probability": 0.56396484375}, {"start": 402.46, "end": 402.92, "word": " activity", "probability": 0.91650390625}, {"start": 402.92, "end": 403.28, "word": " actually", "probability": 0.2130126953125}, {"start": 403.28, "end": 403.88, "word": " implemented", "probability": 0.380615234375}, {"start": 403.88, "end": 404.12, "word": " to", "probability": 0.27197265625}, {"start": 404.12, "end": 404.14, "word": " the", "probability": 0.888671875}, {"start": 404.14, "end": 404.66, "word": " interface", "probability": 0.83544921875}, {"start": 404.66, "end": 405.3, "word": " as", "probability": 0.3623046875}, {"start": 405.3, "end": 405.6, "word": " an", "probability": 0.513671875}, {"start": 405.6, "end": 406.12, "word": " instance", "probability": 0.97119140625}, {"start": 406.12, "end": 407.44, "word": " of", "probability": 0.962890625}, {"start": 407.44, "end": 409.98, "word": " ListFragmentListener", "probability": 0.8870442708333334}, {"start": 409.98, "end": 410.5, "word": " If", "probability": 0.251220703125}, {"start": 410.5, "end": 410.9, "word": " it", "probability": 0.876953125}, {"start": 410.9, "end": 410.92, "word": " is", "probability": 0.365966796875}, {"start": 410.92, "end": 411.38, "word": " really", "probability": 0.5439453125}, {"start": 411.38, "end": 412.9, "word": " from", "probability": 0.367919921875}, {"start": 412.9, "end": 413.0, "word": " the", "probability": 0.490966796875}, {"start": 413.0, "end": 413.92, "word": " ListFragmentListener", "probability": 0.9015299479166666}, {"start": 413.92, "end": 413.92, "word": " type,", "probability": 0.5634765625}, {"start": 413.94, "end": 413.98, "word": " I", "probability": 0.814453125}, {"start": 413.98, "end": 414.12, "word": " want", "probability": 0.62060546875}, {"start": 414.12, "end": 414.2, "word": " to", "probability": 0.95263671875}, {"start": 414.2, "end": 414.3, "word": " get", "probability": 0.321533203125}, {"start": 414.3, "end": 414.36, "word": " a", "probability": 0.66455078125}, {"start": 414.36, "end": 414.56, "word": " reference", "probability": 0.91357421875}, {"start": 414.56, "end": 414.92, "word": " from", "probability": 0.64892578125}, {"start": 414.92, "end": 415.08, "word": " it", "probability": 0.92236328125}, {"start": 415.08, "end": 416.08, "word": " What", "probability": 0.50537109375}, {"start": 416.08, "end": 416.2, "word": " does", "probability": 0.457763671875}, {"start": 416.2, "end": 416.26, "word": " it", "probability": 0.471923828125}, {"start": 416.26, "end": 416.36, "word": " mean", "probability": 0.9248046875}, {"start": 416.36, "end": 416.36, "word": " to", "probability": 0.301513671875}, {"start": 416.36, "end": 416.48, "word": " get", "probability": 0.7431640625}, {"start": 416.48, "end": 416.6, "word": " a", "probability": 0.83740234375}, {"start": 416.6, "end": 416.82, "word": " reference", "probability": 0.90673828125}, {"start": 416.82, "end": 417.12, "word": " from", "probability": 0.86767578125}, {"start": 417.12, "end": 417.24, "word": " it?", "probability": 0.91162109375}, {"start": 417.28, "end": 417.48, "word": " It", "probability": 0.240234375}, {"start": 417.48, "end": 417.48, "word": " means", "probability": 0.8623046875}, {"start": 417.48, "end": 417.56, "word": " that", "probability": 0.6533203125}, {"start": 417.56, "end": 417.56, "word": " I", "probability": 0.6376953125}, {"start": 417.56, "end": 417.72, "word": " need", "probability": 0.36328125}, {"start": 417.72, "end": 417.76, "word": " to", "probability": 0.92626953125}, {"start": 417.76, "end": 417.9, "word": " go", "probability": 0.57177734375}, {"start": 417.9, "end": 418.06, "word": " here", "probability": 0.455078125}, {"start": 418.06, "end": 418.14, "word": " in", "probability": 0.662109375}, {"start": 418.14, "end": 418.28, "word": " the", "probability": 0.880859375}, {"start": 418.28, "end": 418.66, "word": " fragment", "probability": 0.859375}, {"start": 418.66, "end": 418.88, "word": " and", "probability": 0.55908203125}, {"start": 418.88, "end": 419.12, "word": " define", "probability": 0.32861328125}, {"start": 419.12, "end": 419.28, "word": " a", "probability": 0.88720703125}, {"start": 419.28, "end": 419.64, "word": " variable", "probability": 0.791015625}, {"start": 419.64, "end": 419.96, "word": " named", "probability": 0.485595703125}, {"start": 419.96, "end": 421.12, "word": " ListFragmentListener", "probability": 0.966796875}, {"start": 421.12, "end": 421.72, "word": " from", "probability": 0.229736328125}, {"start": 421.72, "end": 421.98, "word": " a", "probability": 0.472412109375}, {"start": 421.98, "end": 422.66, "word": " listener", "probability": 0.36181640625}, {"start": 422.66, "end": 422.8, "word": " name", "probability": 0.346923828125}, {"start": 422.8, "end": 423.26, "word": " or", "probability": 0.4921875}, {"start": 423.26, "end": 423.48, "word": " any", "probability": 0.69921875}, {"start": 423.48, "end": 423.76, "word": " name", "probability": 0.75390625}, {"start": 423.76, "end": 423.9, "word": " from", "probability": 0.56591796875}, {"start": 423.9, "end": 424.0, "word": " the", "probability": 0.5224609375}, {"start": 424.0, "end": 425.06, "word": " ListFragmentListener", "probability": 0.9654134114583334}, {"start": 425.06, "end": 425.06, "word": " type", "probability": 0.95849609375}], "temperature": 1.0}, {"id": 18, "seek": 44927, "start": 425.75, "end": 449.27, "text": " Why did I do this? So that I can store the activity in it. So now I say listener equals activity, which is the context. But this will give me errors. It doesn't work to put a context in the listener. So what is the solution? I make it cast. And it works to make it cast because I confirmed before that it is a list fragment listener.", "tokens": [1545, 630, 286, 360, 341, 30, 407, 300, 286, 393, 3531, 264, 5191, 294, 309, 13, 407, 586, 286, 584, 31569, 6915, 5191, 11, 597, 307, 264, 4319, 13, 583, 341, 486, 976, 385, 13603, 13, 467, 1177, 380, 589, 281, 829, 257, 4319, 294, 264, 31569, 13, 407, 437, 307, 264, 3827, 30, 286, 652, 309, 4193, 13, 400, 309, 1985, 281, 652, 309, 4193, 570, 286, 11341, 949, 300, 309, 307, 257, 1329, 26424, 31569, 13], "avg_logprob": -0.5799050783809228, "compression_ratio": 1.6292682926829267, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 425.75, "end": 426.07, "word": " Why", "probability": 0.2322998046875}, {"start": 426.07, "end": 426.07, "word": " did", "probability": 0.79736328125}, {"start": 426.07, "end": 426.41, "word": " I", "probability": 0.97021484375}, {"start": 426.41, "end": 426.67, "word": " do", "probability": 0.429931640625}, {"start": 426.67, "end": 426.83, "word": " this?", "probability": 0.484130859375}, {"start": 426.95, "end": 427.23, "word": " So", "probability": 0.218505859375}, {"start": 427.23, "end": 427.33, "word": " that", "probability": 0.56201171875}, {"start": 427.33, "end": 427.37, "word": " I", "probability": 0.92431640625}, {"start": 427.37, "end": 427.41, "word": " can", "probability": 0.607421875}, {"start": 427.41, "end": 427.59, "word": " store", "probability": 0.728515625}, {"start": 427.59, "end": 427.83, "word": " the", "probability": 0.321533203125}, {"start": 427.83, "end": 428.25, "word": " activity", "probability": 0.890625}, {"start": 428.25, "end": 428.37, "word": " in", "probability": 0.435546875}, {"start": 428.37, "end": 431.01, "word": " it.", "probability": 0.83984375}, {"start": 431.11, "end": 431.43, "word": " So", "probability": 0.205810546875}, {"start": 431.43, "end": 431.65, "word": " now", "probability": 0.65234375}, {"start": 431.65, "end": 431.81, "word": " I", "probability": 0.826171875}, {"start": 431.81, "end": 431.97, "word": " say", "probability": 0.292724609375}, {"start": 431.97, "end": 432.47, "word": " listener", "probability": 0.447998046875}, {"start": 432.47, "end": 434.73, "word": " equals", "probability": 0.472412109375}, {"start": 434.73, "end": 435.43, "word": " activity,", "probability": 0.50732421875}, {"start": 435.65, "end": 435.67, "word": " which", "probability": 0.70458984375}, {"start": 435.67, "end": 435.75, "word": " is", "probability": 0.89111328125}, {"start": 435.75, "end": 435.85, "word": " the", "probability": 0.42822265625}, {"start": 435.85, "end": 436.23, "word": " context.", "probability": 0.90283203125}, {"start": 436.59, "end": 436.89, "word": " But", "probability": 0.88330078125}, {"start": 436.89, "end": 437.05, "word": " this", "probability": 0.82177734375}, {"start": 437.05, "end": 437.17, "word": " will", "probability": 0.60546875}, {"start": 437.17, "end": 437.37, "word": " give", "probability": 0.2158203125}, {"start": 437.37, "end": 437.51, "word": " me", "probability": 0.31884765625}, {"start": 437.51, "end": 437.73, "word": " errors.", "probability": 0.662109375}, {"start": 438.83, "end": 439.27, "word": " It", "probability": 0.399169921875}, {"start": 439.27, "end": 439.41, "word": " doesn't", "probability": 0.56842041015625}, {"start": 439.41, "end": 439.63, "word": " work", "probability": 0.52294921875}, {"start": 439.63, "end": 439.93, "word": " to", "probability": 0.26708984375}, {"start": 439.93, "end": 439.93, "word": " put", "probability": 0.50048828125}, {"start": 439.93, "end": 440.19, "word": " a", "probability": 0.33251953125}, {"start": 440.19, "end": 440.43, "word": " context", "probability": 0.6826171875}, {"start": 440.43, "end": 441.11, "word": " in", "probability": 0.5458984375}, {"start": 441.11, "end": 442.07, "word": " the", "probability": 0.259033203125}, {"start": 442.07, "end": 442.37, "word": " listener.", "probability": 0.8759765625}, {"start": 442.93, "end": 443.37, "word": " So", "probability": 0.6943359375}, {"start": 443.37, "end": 443.55, "word": " what", "probability": 0.6162109375}, {"start": 443.55, "end": 443.59, "word": " is", "probability": 0.45068359375}, {"start": 443.59, "end": 443.67, "word": " the", "probability": 0.91455078125}, {"start": 443.67, "end": 443.89, "word": " solution?", "probability": 0.8837890625}, {"start": 443.95, "end": 444.07, "word": " I", "probability": 0.74609375}, {"start": 444.07, "end": 444.21, "word": " make", "probability": 0.2861328125}, {"start": 444.21, "end": 444.35, "word": " it", "probability": 0.66455078125}, {"start": 444.35, "end": 444.55, "word": " cast.", "probability": 0.396728515625}, {"start": 444.65, "end": 444.71, "word": " And", "probability": 0.3720703125}, {"start": 444.71, "end": 444.75, "word": " it", "probability": 0.8134765625}, {"start": 444.75, "end": 445.09, "word": " works", "probability": 0.48388671875}, {"start": 445.09, "end": 445.51, "word": " to", "probability": 0.318603515625}, {"start": 445.51, "end": 445.67, "word": " make", "probability": 0.6708984375}, {"start": 445.67, "end": 445.79, "word": " it", "probability": 0.51904296875}, {"start": 445.79, "end": 445.99, "word": " cast", "probability": 0.9287109375}, {"start": 445.99, "end": 446.17, "word": " because", "probability": 0.389404296875}, {"start": 446.17, "end": 446.39, "word": " I", "probability": 0.8173828125}, {"start": 446.39, "end": 446.79, "word": " confirmed", "probability": 0.351318359375}, {"start": 446.79, "end": 447.17, "word": " before", "probability": 0.521484375}, {"start": 447.17, "end": 448.05, "word": " that", "probability": 0.87939453125}, {"start": 448.05, "end": 448.33, "word": " it", "probability": 0.8564453125}, {"start": 448.33, "end": 448.35, "word": " is", "probability": 0.73876953125}, {"start": 448.35, "end": 448.57, "word": " a", "probability": 0.5517578125}, {"start": 448.57, "end": 448.57, "word": " list", "probability": 0.54931640625}, {"start": 448.57, "end": 448.87, "word": " fragment", "probability": 0.85498046875}, {"start": 448.87, "end": 449.27, "word": " listener.", "probability": 0.7509765625}], "temperature": 1.0}, {"id": 19, "seek": 46648, "start": 449.78, "end": 466.48, "text": " If the activity doesn't implement to the interface, it won't deal with the fragment. Because here, as soon as the fragment works, it brings a copy of the activity reference from it and stores it in the object listener. Now we're done. When I click on the list,", "tokens": [759, 264, 5191, 1177, 380, 4445, 281, 264, 9226, 11, 309, 1582, 380, 2028, 365, 264, 26424, 13, 1436, 510, 11, 382, 2321, 382, 264, 26424, 1985, 11, 309, 5607, 257, 5055, 295, 264, 5191, 6408, 490, 309, 293, 9512, 309, 294, 264, 2657, 31569, 13, 823, 321, 434, 1096, 13, 1133, 286, 2052, 322, 264, 1329, 11], "avg_logprob": -0.44014830407449756, "compression_ratio": 1.5535714285714286, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 449.78, "end": 450.02, "word": " If", "probability": 0.411376953125}, {"start": 450.02, "end": 450.12, "word": " the", "probability": 0.703125}, {"start": 450.12, "end": 450.48, "word": " activity", "probability": 0.85302734375}, {"start": 450.48, "end": 450.7, "word": " doesn't", "probability": 0.6900634765625}, {"start": 450.7, "end": 451.34, "word": " implement", "probability": 0.5263671875}, {"start": 451.34, "end": 452.34, "word": " to", "probability": 0.349853515625}, {"start": 452.34, "end": 452.4, "word": " the", "probability": 0.7783203125}, {"start": 452.4, "end": 452.9, "word": " interface,", "probability": 0.83447265625}, {"start": 453.8, "end": 453.8, "word": " it", "probability": 0.5341796875}, {"start": 453.8, "end": 454.1, "word": " won't", "probability": 0.7073974609375}, {"start": 454.1, "end": 454.42, "word": " deal", "probability": 0.2379150390625}, {"start": 454.42, "end": 455.12, "word": " with", "probability": 0.89306640625}, {"start": 455.12, "end": 455.24, "word": " the", "probability": 0.8193359375}, {"start": 455.24, "end": 455.56, "word": " fragment.", "probability": 0.81201171875}, {"start": 456.32, "end": 456.8, "word": " Because", "probability": 0.732421875}, {"start": 456.8, "end": 457.1, "word": " here,", "probability": 0.46533203125}, {"start": 457.54, "end": 457.7, "word": " as", "probability": 0.32861328125}, {"start": 457.7, "end": 457.82, "word": " soon", "probability": 0.9404296875}, {"start": 457.82, "end": 457.92, "word": " as", "probability": 0.966796875}, {"start": 457.92, "end": 458.52, "word": " the", "probability": 0.79833984375}, {"start": 458.52, "end": 458.84, "word": " fragment", "probability": 0.88720703125}, {"start": 458.84, "end": 458.84, "word": " works,", "probability": 0.219970703125}, {"start": 459.2, "end": 459.34, "word": " it", "probability": 0.75146484375}, {"start": 459.34, "end": 459.54, "word": " brings", "probability": 0.1922607421875}, {"start": 459.54, "end": 459.64, "word": " a", "probability": 0.7373046875}, {"start": 459.64, "end": 459.86, "word": " copy", "probability": 0.8955078125}, {"start": 459.86, "end": 460.02, "word": " of", "probability": 0.85986328125}, {"start": 460.02, "end": 460.12, "word": " the", "probability": 0.84423828125}, {"start": 460.12, "end": 460.52, "word": " activity", "probability": 0.91162109375}, {"start": 460.52, "end": 460.96, "word": " reference", "probability": 0.354736328125}, {"start": 460.96, "end": 461.14, "word": " from", "probability": 0.54541015625}, {"start": 461.14, "end": 461.24, "word": " it", "probability": 0.82666015625}, {"start": 461.24, "end": 461.34, "word": " and", "probability": 0.73046875}, {"start": 461.34, "end": 461.58, "word": " stores", "probability": 0.69287109375}, {"start": 461.58, "end": 461.94, "word": " it", "probability": 0.89794921875}, {"start": 461.94, "end": 462.36, "word": " in", "probability": 0.87109375}, {"start": 462.36, "end": 462.44, "word": " the", "probability": 0.8173828125}, {"start": 462.44, "end": 462.64, "word": " object", "probability": 0.4453125}, {"start": 462.64, "end": 463.42, "word": " listener.", "probability": 0.6328125}, {"start": 463.88, "end": 464.18, "word": " Now", "probability": 0.5634765625}, {"start": 464.18, "end": 464.34, "word": " we're", "probability": 0.561279296875}, {"start": 464.34, "end": 464.58, "word": " done.", "probability": 0.8515625}, {"start": 464.74, "end": 464.88, "word": " When", "probability": 0.7880859375}, {"start": 464.88, "end": 465.18, "word": " I", "probability": 0.3583984375}, {"start": 465.18, "end": 465.38, "word": " click", "probability": 0.47705078125}, {"start": 465.38, "end": 465.6, "word": " on", "probability": 0.91259765625}, {"start": 465.6, "end": 466.08, "word": " the", "probability": 0.83642578125}, {"start": 466.08, "end": 466.48, "word": " list,", "probability": 0.8291015625}], "temperature": 1.0}, {"id": 20, "seek": 48886, "start": 467.96, "end": 488.86, "text": "I go to my listener and say Pearson selected and I send him the P But before that, go and check if listener is null or not. Why? Because it can be null. You can be null if the activity is not implemented to the interface. It will send this data.", "tokens": [40, 352, 281, 452, 31569, 293, 584, 39041, 8209, 293, 286, 2845, 796, 264, 430, 583, 949, 300, 11, 352, 293, 1520, 498, 31569, 307, 18184, 420, 406, 13, 1545, 30, 1436, 309, 393, 312, 18184, 13, 509, 393, 312, 18184, 498, 264, 5191, 307, 406, 12270, 281, 264, 9226, 13, 467, 486, 2845, 341, 1412, 13], "avg_logprob": -0.5253232635300735, "compression_ratio": 1.4848484848484849, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 467.96, "end": 468.2, "word": "I", "probability": 0.6337890625}, {"start": 468.2, "end": 468.32, "word": " go", "probability": 0.62451171875}, {"start": 468.32, "end": 468.46, "word": " to", "probability": 0.94140625}, {"start": 468.46, "end": 468.56, "word": " my", "probability": 0.81884765625}, {"start": 468.56, "end": 468.98, "word": " listener", "probability": 0.71240234375}, {"start": 468.98, "end": 470.6, "word": " and", "probability": 0.8056640625}, {"start": 470.6, "end": 470.92, "word": " say", "probability": 0.2196044921875}, {"start": 470.92, "end": 471.7, "word": " Pearson", "probability": 0.12158203125}, {"start": 471.7, "end": 472.86, "word": " selected", "probability": 0.74658203125}, {"start": 472.86, "end": 473.02, "word": " and", "probability": 0.73388671875}, {"start": 473.02, "end": 473.08, "word": " I", "probability": 0.7041015625}, {"start": 473.08, "end": 473.3, "word": " send", "probability": 0.6962890625}, {"start": 473.3, "end": 473.98, "word": " him", "probability": 0.65625}, {"start": 473.98, "end": 474.64, "word": " the", "probability": 0.57470703125}, {"start": 474.64, "end": 474.82, "word": " P", "probability": 0.2841796875}, {"start": 474.82, "end": 475.98, "word": " But", "probability": 0.373046875}, {"start": 475.98, "end": 476.28, "word": " before", "probability": 0.7705078125}, {"start": 476.28, "end": 476.62, "word": " that,", "probability": 0.72265625}, {"start": 477.46, "end": 477.68, "word": " go", "probability": 0.350830078125}, {"start": 477.68, "end": 477.78, "word": " and", "probability": 0.411865234375}, {"start": 477.78, "end": 478.12, "word": " check", "probability": 0.857421875}, {"start": 478.12, "end": 478.48, "word": " if", "probability": 0.90771484375}, {"start": 478.48, "end": 479.0, "word": " listener", "probability": 0.71484375}, {"start": 479.0, "end": 480.84, "word": " is", "probability": 0.315185546875}, {"start": 480.84, "end": 480.84, "word": " null", "probability": 0.77783203125}, {"start": 480.84, "end": 480.98, "word": " or", "probability": 0.37548828125}, {"start": 480.98, "end": 481.08, "word": " not.", "probability": 0.33056640625}, {"start": 481.5, "end": 481.8, "word": " Why?", "probability": 0.625}, {"start": 481.84, "end": 481.96, "word": " Because", "probability": 0.85400390625}, {"start": 481.96, "end": 482.08, "word": " it", "probability": 0.5703125}, {"start": 482.08, "end": 482.26, "word": " can", "probability": 0.54248046875}, {"start": 482.26, "end": 482.46, "word": " be", "probability": 0.92626953125}, {"start": 482.46, "end": 482.68, "word": " null.", "probability": 0.94140625}, {"start": 482.88, "end": 483.14, "word": " You", "probability": 0.5556640625}, {"start": 483.14, "end": 483.38, "word": " can", "probability": 0.8701171875}, {"start": 483.38, "end": 483.58, "word": " be", "probability": 0.5908203125}, {"start": 483.58, "end": 483.84, "word": " null", "probability": 0.9521484375}, {"start": 483.84, "end": 484.52, "word": " if", "probability": 0.3447265625}, {"start": 484.52, "end": 484.62, "word": " the", "probability": 0.68359375}, {"start": 484.62, "end": 484.96, "word": " activity", "probability": 0.91259765625}, {"start": 484.96, "end": 485.1, "word": " is", "probability": 0.53076171875}, {"start": 485.1, "end": 485.16, "word": " not", "probability": 0.92822265625}, {"start": 485.16, "end": 485.68, "word": " implemented", "probability": 0.50341796875}, {"start": 485.68, "end": 486.44, "word": " to", "probability": 0.5048828125}, {"start": 486.44, "end": 486.48, "word": " the", "probability": 0.86181640625}, {"start": 486.48, "end": 486.98, "word": " interface.", "probability": 0.88037109375}, {"start": 487.44, "end": 487.54, "word": " It", "probability": 0.406005859375}, {"start": 487.54, "end": 487.62, "word": " will", "probability": 0.78173828125}, {"start": 487.62, "end": 487.96, "word": " send", "probability": 0.58544921875}, {"start": 487.96, "end": 488.62, "word": " this", "probability": 0.324951171875}, {"start": 488.62, "end": 488.86, "word": " data.", "probability": 0.8349609375}], "temperature": 1.0}, {"id": 21, "seek": 52004, "start": 497.74, "end": 520.04, "text": "Okay, now where did the data reach? To the activity, this is the activity gene. I am repeating what I did in the previous lecture. The data reached here. The activity now needs to reach the green fragment. How will it reach it? Now, the activity, in order to know the fragments that are in it and reach them, needs to get something called the fragment", "tokens": [8297, 11, 586, 689, 630, 264, 1412, 2524, 30, 1407, 264, 5191, 11, 341, 307, 264, 5191, 12186, 13, 286, 669, 18617, 437, 286, 630, 294, 264, 3894, 7991, 13, 440, 1412, 6488, 510, 13, 440, 5191, 586, 2203, 281, 2524, 264, 3092, 26424, 13, 1012, 486, 309, 2524, 309, 30, 823, 11, 264, 5191, 11, 294, 1668, 281, 458, 264, 29197, 300, 366, 294, 309, 293, 2524, 552, 11, 2203, 281, 483, 746, 1219, 264, 26424], "avg_logprob": -0.5192307784007146, "compression_ratio": 1.7908163265306123, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 497.74, "end": 498.24, "word": "Okay,", "probability": 0.1998291015625}, {"start": 498.8, "end": 499.2, "word": " now", "probability": 0.66796875}, {"start": 499.2, "end": 499.38, "word": " where", "probability": 0.152099609375}, {"start": 499.38, "end": 499.38, "word": " did", "probability": 0.46533203125}, {"start": 499.38, "end": 499.38, "word": " the", "probability": 0.75732421875}, {"start": 499.38, "end": 499.58, "word": " data", "probability": 0.751953125}, {"start": 499.58, "end": 500.04, "word": " reach?", "probability": 0.3212890625}, {"start": 501.2, "end": 501.7, "word": " To", "probability": 0.60888671875}, {"start": 501.7, "end": 501.74, "word": " the", "probability": 0.703125}, {"start": 501.74, "end": 502.1, "word": " activity,", "probability": 0.8759765625}, {"start": 502.18, "end": 502.36, "word": " this", "probability": 0.337158203125}, {"start": 502.36, "end": 502.38, "word": " is", "probability": 0.69775390625}, {"start": 502.38, "end": 502.74, "word": " the", "probability": 0.3837890625}, {"start": 502.74, "end": 503.06, "word": " activity", "probability": 0.71484375}, {"start": 503.06, "end": 503.06, "word": " gene.", "probability": 0.161376953125}, {"start": 504.08, "end": 504.58, "word": " I", "probability": 0.896484375}, {"start": 504.58, "end": 504.76, "word": " am", "probability": 0.445068359375}, {"start": 504.76, "end": 505.0, "word": " repeating", "probability": 0.5390625}, {"start": 505.0, "end": 505.18, "word": " what", "probability": 0.82861328125}, {"start": 505.18, "end": 505.24, "word": " I", "probability": 0.9619140625}, {"start": 505.24, "end": 505.4, "word": " did", "probability": 0.76123046875}, {"start": 505.4, "end": 505.54, "word": " in", "probability": 0.814453125}, {"start": 505.54, "end": 505.58, "word": " the", "probability": 0.75146484375}, {"start": 505.58, "end": 506.16, "word": " previous", "probability": 0.45263671875}, {"start": 506.16, "end": 506.16, "word": " lecture.", "probability": 0.791015625}, {"start": 506.64, "end": 507.04, "word": " The", "probability": 0.57861328125}, {"start": 507.04, "end": 507.3, "word": " data", "probability": 0.55322265625}, {"start": 507.3, "end": 507.34, "word": " reached", "probability": 0.60986328125}, {"start": 507.34, "end": 507.54, "word": " here.", "probability": 0.70166015625}, {"start": 507.62, "end": 507.7, "word": " The", "probability": 0.6259765625}, {"start": 507.7, "end": 508.06, "word": " activity", "probability": 0.91650390625}, {"start": 508.06, "end": 508.44, "word": " now", "probability": 0.63427734375}, {"start": 508.44, "end": 508.64, "word": " needs", "probability": 0.1705322265625}, {"start": 508.64, "end": 508.7, "word": " to", "probability": 0.97119140625}, {"start": 508.7, "end": 509.02, "word": " reach", "probability": 0.77294921875}, {"start": 509.02, "end": 510.22, "word": " the", "probability": 0.796875}, {"start": 510.22, "end": 510.82, "word": " green", "probability": 0.87890625}, {"start": 510.82, "end": 510.82, "word": " fragment.", "probability": 0.81298828125}, {"start": 511.66, "end": 511.96, "word": " How", "probability": 0.88818359375}, {"start": 511.96, "end": 512.04, "word": " will", "probability": 0.365966796875}, {"start": 512.04, "end": 512.12, "word": " it", "probability": 0.8427734375}, {"start": 512.12, "end": 512.36, "word": " reach", "probability": 0.74658203125}, {"start": 512.36, "end": 512.64, "word": " it?", "probability": 0.83447265625}, {"start": 513.04, "end": 513.48, "word": " Now,", "probability": 0.814453125}, {"start": 513.94, "end": 514.14, "word": " the", "probability": 0.6064453125}, {"start": 514.14, "end": 514.54, "word": " activity,", "probability": 0.94677734375}, {"start": 514.66, "end": 514.74, "word": " in", "probability": 0.64208984375}, {"start": 514.74, "end": 514.82, "word": " order", "probability": 0.916015625}, {"start": 514.82, "end": 514.94, "word": " to", "probability": 0.9423828125}, {"start": 514.94, "end": 515.24, "word": " know", "probability": 0.482666015625}, {"start": 515.24, "end": 515.4, "word": " the", "probability": 0.78857421875}, {"start": 515.4, "end": 515.84, "word": " fragments", "probability": 0.76953125}, {"start": 515.84, "end": 516.04, "word": " that", "probability": 0.259033203125}, {"start": 516.04, "end": 516.08, "word": " are", "probability": 0.56689453125}, {"start": 516.08, "end": 516.14, "word": " in", "probability": 0.323974609375}, {"start": 516.14, "end": 516.38, "word": " it", "probability": 0.740234375}, {"start": 516.38, "end": 516.64, "word": " and", "probability": 0.60107421875}, {"start": 516.64, "end": 516.92, "word": " reach", "probability": 0.227783203125}, {"start": 516.92, "end": 517.28, "word": " them,", "probability": 0.86279296875}, {"start": 517.72, "end": 517.9, "word": " needs", "probability": 0.400146484375}, {"start": 517.9, "end": 518.62, "word": " to", "probability": 0.96728515625}, {"start": 518.62, "end": 518.86, "word": " get", "probability": 0.3056640625}, {"start": 518.86, "end": 519.22, "word": " something", "probability": 0.76025390625}, {"start": 519.22, "end": 519.52, "word": " called", "probability": 0.81005859375}, {"start": 519.52, "end": 519.68, "word": " the", "probability": 0.52880859375}, {"start": 519.68, "end": 520.04, "word": " fragment", "probability": 0.89599609375}], "temperature": 1.0}, {"id": 22, "seek": 54383, "start": 522.93, "end": 543.83, "text": " For example, there is a method in the activity called getSupportFragmentManager This Fragment Manager helps the activity to reach the Fragments inside it What will benefit from the activity? You go to the Fragment and say findFragmentById", "tokens": [1171, 1365, 11, 456, 307, 257, 3170, 294, 264, 5191, 1219, 483, 50, 10504, 477, 37, 3731, 518, 6652, 3557, 639, 479, 3731, 518, 13821, 3665, 264, 5191, 281, 2524, 264, 479, 3731, 1117, 1854, 309, 708, 486, 5121, 490, 264, 5191, 30, 509, 352, 281, 264, 479, 3731, 518, 293, 584, 915, 37, 3731, 518, 27690, 42739], "avg_logprob": -0.5460804983720942, "compression_ratio": 1.5827814569536425, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 522.9300000000001, "end": 523.61, "word": " For", "probability": 0.1676025390625}, {"start": 523.61, "end": 524.29, "word": " example,", "probability": 0.86328125}, {"start": 524.45, "end": 524.65, "word": " there", "probability": 0.0841064453125}, {"start": 524.65, "end": 524.65, "word": " is", "probability": 0.650390625}, {"start": 524.65, "end": 525.55, "word": " a", "probability": 0.7978515625}, {"start": 525.55, "end": 525.77, "word": " method", "probability": 0.771484375}, {"start": 525.77, "end": 525.89, "word": " in", "probability": 0.5302734375}, {"start": 525.89, "end": 525.95, "word": " the", "probability": 0.317626953125}, {"start": 525.95, "end": 526.29, "word": " activity", "probability": 0.86669921875}, {"start": 526.29, "end": 526.57, "word": " called", "probability": 0.351318359375}, {"start": 526.57, "end": 529.15, "word": " getSupportFragmentManager", "probability": 0.8071967230902778}, {"start": 529.15, "end": 531.85, "word": " This", "probability": 0.420166015625}, {"start": 531.85, "end": 532.31, "word": " Fragment", "probability": 0.7119547526041666}, {"start": 532.31, "end": 532.65, "word": " Manager", "probability": 0.62353515625}, {"start": 532.65, "end": 533.53, "word": " helps", "probability": 0.431884765625}, {"start": 533.53, "end": 533.71, "word": " the", "probability": 0.76708984375}, {"start": 533.71, "end": 534.05, "word": " activity", "probability": 0.93017578125}, {"start": 534.05, "end": 534.19, "word": " to", "probability": 0.701171875}, {"start": 534.19, "end": 534.59, "word": " reach", "probability": 0.556640625}, {"start": 534.59, "end": 534.81, "word": " the", "probability": 0.69091796875}, {"start": 534.81, "end": 535.29, "word": " Fragments", "probability": 0.6690877278645834}, {"start": 535.29, "end": 535.87, "word": " inside", "probability": 0.39892578125}, {"start": 535.87, "end": 536.49, "word": " it", "probability": 0.337890625}, {"start": 536.49, "end": 537.39, "word": " What", "probability": 0.25927734375}, {"start": 537.39, "end": 537.91, "word": " will", "probability": 0.299560546875}, {"start": 537.91, "end": 538.29, "word": " benefit", "probability": 0.30126953125}, {"start": 538.29, "end": 538.45, "word": " from", "probability": 0.78955078125}, {"start": 538.45, "end": 538.57, "word": " the", "probability": 0.3408203125}, {"start": 538.57, "end": 539.03, "word": " activity?", "probability": 0.94873046875}, {"start": 539.25, "end": 539.61, "word": " You", "probability": 0.55810546875}, {"start": 539.61, "end": 539.73, "word": " go", "probability": 0.291015625}, {"start": 539.73, "end": 539.89, "word": " to", "probability": 0.9326171875}, {"start": 539.89, "end": 539.99, "word": " the", "probability": 0.7646484375}, {"start": 539.99, "end": 540.35, "word": " Fragment", "probability": 0.8938802083333334}, {"start": 540.35, "end": 540.51, "word": " and", "probability": 0.5908203125}, {"start": 540.51, "end": 540.77, "word": " say", "probability": 0.451171875}, {"start": 540.77, "end": 543.83, "word": " findFragmentById", "probability": 0.7566731770833334}], "temperature": 1.0}, {"id": 23, "seek": 56533, "start": 544.91, "end": 565.33, "text": " In this case, you have to give ID to the fragment. This is the first fragment. It is called fragment. Let's call them names. This is list, fragment. And this is details, fragment.", "tokens": [682, 341, 1389, 11, 291, 362, 281, 976, 7348, 281, 264, 26424, 13, 639, 307, 264, 700, 26424, 13, 467, 307, 1219, 26424, 13, 961, 311, 818, 552, 5288, 13, 639, 307, 1329, 11, 26424, 13, 400, 341, 307, 4365, 11, 26424, 13], "avg_logprob": -0.5809659239920703, "compression_ratio": 1.5517241379310345, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 544.91, "end": 545.33, "word": " In", "probability": 0.11572265625}, {"start": 545.33, "end": 546.05, "word": " this", "probability": 0.52197265625}, {"start": 546.05, "end": 546.17, "word": " case,", "probability": 0.79541015625}, {"start": 546.29, "end": 546.29, "word": " you", "probability": 0.84423828125}, {"start": 546.29, "end": 546.29, "word": " have", "probability": 0.2279052734375}, {"start": 546.29, "end": 546.29, "word": " to", "probability": 0.9560546875}, {"start": 546.29, "end": 546.55, "word": " give", "probability": 0.495849609375}, {"start": 546.55, "end": 547.01, "word": " ID", "probability": 0.38134765625}, {"start": 547.01, "end": 548.03, "word": " to", "probability": 0.5986328125}, {"start": 548.03, "end": 548.15, "word": " the", "probability": 0.67431640625}, {"start": 548.15, "end": 548.59, "word": " fragment.", "probability": 0.62939453125}, {"start": 549.51, "end": 549.79, "word": " This", "probability": 0.365234375}, {"start": 549.79, "end": 549.79, "word": " is", "probability": 0.74462890625}, {"start": 549.79, "end": 549.99, "word": " the", "probability": 0.7607421875}, {"start": 549.99, "end": 551.97, "word": " first", "probability": 0.6845703125}, {"start": 551.97, "end": 552.09, "word": " fragment.", "probability": 0.802734375}, {"start": 553.23, "end": 553.33, "word": " It", "probability": 0.2939453125}, {"start": 553.33, "end": 553.43, "word": " is", "probability": 0.5849609375}, {"start": 553.43, "end": 553.61, "word": " called", "probability": 0.64453125}, {"start": 553.61, "end": 554.19, "word": " fragment.", "probability": 0.478759765625}, {"start": 554.45, "end": 554.73, "word": " Let's", "probability": 0.830078125}, {"start": 554.73, "end": 554.97, "word": " call", "probability": 0.5205078125}, {"start": 554.97, "end": 555.47, "word": " them", "probability": 0.7802734375}, {"start": 555.47, "end": 555.47, "word": " names.", "probability": 0.6181640625}, {"start": 556.27, "end": 557.11, "word": " This", "probability": 0.4619140625}, {"start": 557.11, "end": 557.15, "word": " is", "probability": 0.79150390625}, {"start": 557.15, "end": 557.53, "word": " list,", "probability": 0.334716796875}, {"start": 558.49, "end": 559.01, "word": " fragment.", "probability": 0.6923828125}, {"start": 561.13, "end": 561.51, "word": " And", "probability": 0.64208984375}, {"start": 561.51, "end": 561.81, "word": " this", "probability": 0.828125}, {"start": 561.81, "end": 562.25, "word": " is", "probability": 0.654296875}, {"start": 562.25, "end": 563.09, "word": " details,", "probability": 0.4765625}, {"start": 564.69, "end": 565.33, "word": " fragment.", "probability": 0.8369140625}], "temperature": 1.0}, {"id": 24, "seek": 58900, "start": 568.92, "end": 589.0, "text": " Because in the activity, I changed the ID of the fragment to details fragment And I casted it as details fragment Because we reached the details fragment from the source to the data", "tokens": [1436, 294, 264, 5191, 11, 286, 3105, 264, 7348, 295, 264, 26424, 281, 4365, 26424, 400, 286, 4193, 292, 309, 382, 4365, 26424, 1436, 321, 6488, 264, 4365, 26424, 490, 264, 4009, 281, 264, 1412], "avg_logprob": -0.6957465161879858, "compression_ratio": 1.625, "no_speech_prob": 0.0, "words": [{"start": 568.92, "end": 569.22, "word": " Because", "probability": 0.367919921875}, {"start": 569.22, "end": 569.36, "word": " in", "probability": 0.72314453125}, {"start": 569.36, "end": 569.44, "word": " the", "probability": 0.2958984375}, {"start": 569.44, "end": 569.86, "word": " activity,", "probability": 0.91064453125}, {"start": 570.04, "end": 570.36, "word": " I", "probability": 0.8115234375}, {"start": 570.36, "end": 570.66, "word": " changed", "probability": 0.348876953125}, {"start": 570.66, "end": 570.92, "word": " the", "probability": 0.39306640625}, {"start": 570.92, "end": 572.32, "word": " ID", "probability": 0.2178955078125}, {"start": 572.32, "end": 572.72, "word": " of", "probability": 0.46240234375}, {"start": 572.72, "end": 572.78, "word": " the", "probability": 0.59765625}, {"start": 572.78, "end": 572.78, "word": " fragment", "probability": 0.58935546875}, {"start": 572.78, "end": 573.1, "word": " to", "probability": 0.61572265625}, {"start": 573.1, "end": 574.18, "word": " details", "probability": 0.5693359375}, {"start": 574.18, "end": 575.46, "word": " fragment", "probability": 0.394287109375}, {"start": 575.46, "end": 582.86, "word": " And", "probability": 0.431884765625}, {"start": 582.86, "end": 583.0, "word": " I", "probability": 0.66796875}, {"start": 583.0, "end": 583.66, "word": " casted", "probability": 0.2916259765625}, {"start": 583.66, "end": 583.68, "word": " it", "probability": 0.525390625}, {"start": 583.68, "end": 583.78, "word": " as", "probability": 0.410888671875}, {"start": 583.78, "end": 584.46, "word": " details", "probability": 0.86279296875}, {"start": 584.46, "end": 585.52, "word": " fragment", "probability": 0.89453125}, {"start": 585.52, "end": 586.04, "word": " Because", "probability": 0.595703125}, {"start": 586.04, "end": 586.4, "word": " we", "probability": 0.541015625}, {"start": 586.4, "end": 586.68, "word": " reached", "probability": 0.2225341796875}, {"start": 586.68, "end": 587.46, "word": " the", "probability": 0.55712890625}, {"start": 587.46, "end": 587.74, "word": " details", "probability": 0.8330078125}, {"start": 587.74, "end": 588.2, "word": " fragment", "probability": 0.8447265625}, {"start": 588.2, "end": 588.4, "word": " from", "probability": 0.5517578125}, {"start": 588.4, "end": 588.48, "word": " the", "probability": 0.1640625}, {"start": 588.48, "end": 588.64, "word": " source", "probability": 0.156982421875}, {"start": 588.64, "end": 588.78, "word": " to", "probability": 0.712890625}, {"start": 588.78, "end": 588.82, "word": " the", "probability": 0.7041015625}, {"start": 588.82, "end": 589.0, "word": " data", "probability": 0.69091796875}], "temperature": 1.0}, {"id": 25, "seek": 60576, "start": 590.3, "end": 605.76, "text": "To send him your data, you need to use a method called classString() You need to use a method called personSelected()", "tokens": [13342, 2845, 796, 428, 1412, 11, 291, 643, 281, 764, 257, 3170, 1219, 1508, 4520, 2937, 45191, 509, 643, 281, 764, 257, 3170, 1219, 954, 10637, 1809, 292, 45191], "avg_logprob": -0.7749999980131785, "compression_ratio": 1.3604651162790697, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 590.3, "end": 590.7, "word": "To", "probability": 0.43212890625}, {"start": 590.7, "end": 590.88, "word": " send", "probability": 0.6572265625}, {"start": 590.88, "end": 591.02, "word": " him", "probability": 0.5849609375}, {"start": 591.02, "end": 591.02, "word": " your", "probability": 0.1881103515625}, {"start": 591.02, "end": 591.2, "word": " data,", "probability": 0.405517578125}, {"start": 591.36, "end": 592.22, "word": " you", "probability": 0.251708984375}, {"start": 592.22, "end": 592.22, "word": " need", "probability": 0.306396484375}, {"start": 592.22, "end": 592.48, "word": " to", "probability": 0.81005859375}, {"start": 592.48, "end": 592.48, "word": " use", "probability": 0.2410888671875}, {"start": 592.48, "end": 592.72, "word": " a", "probability": 0.468994140625}, {"start": 592.72, "end": 593.02, "word": " method", "probability": 0.91259765625}, {"start": 593.02, "end": 594.58, "word": " called", "probability": 0.266357421875}, {"start": 594.58, "end": 595.48, "word": " classString", "probability": 0.516845703125}, {"start": 595.48, "end": 595.54, "word": "()", "probability": 0.3662109375}, {"start": 595.54, "end": 595.56, "word": " You", "probability": 0.0926513671875}, {"start": 595.56, "end": 595.74, "word": " need", "probability": 0.212646484375}, {"start": 595.74, "end": 595.74, "word": " to", "probability": 0.85693359375}, {"start": 595.74, "end": 595.84, "word": " use", "probability": 0.20263671875}, {"start": 595.84, "end": 597.8, "word": " a", "probability": 0.281494140625}, {"start": 597.8, "end": 601.4, "word": " method", "probability": 0.82470703125}, {"start": 601.4, "end": 603.36, "word": " called", "probability": 0.7255859375}, {"start": 603.36, "end": 605.4, "word": " personSelected", "probability": 0.83148193359375}, {"start": 605.4, "end": 605.76, "word": "()", "probability": 0.8828125}], "temperature": 1.0}, {"id": 26, "seek": 63208, "start": 606.18, "end": 632.08, "text": "This is a method that I have to write. What does it do? Simply, it goes to the fragment and says, I have connected the data to the fragment. It goes and gets the image view that it has, for example, and says set image resource, get from the person what? The image. Because I made the method, but it hasn't started yet. Now, from here, from the activity, I say go to the details fragment, and say person selected, and send it the P.", "tokens": [5723, 307, 257, 3170, 300, 286, 362, 281, 2464, 13, 708, 775, 309, 360, 30, 19596, 11, 309, 1709, 281, 264, 26424, 293, 1619, 11, 286, 362, 4582, 264, 1412, 281, 264, 26424, 13, 467, 1709, 293, 2170, 264, 3256, 1910, 300, 309, 575, 11, 337, 1365, 11, 293, 1619, 992, 3256, 7684, 11, 483, 490, 264, 954, 437, 30, 440, 3256, 13, 1436, 286, 1027, 264, 3170, 11, 457, 309, 6132, 380, 1409, 1939, 13, 823, 11, 490, 510, 11, 490, 264, 5191, 11, 286, 584, 352, 281, 264, 4365, 26424, 11, 293, 584, 954, 8209, 11, 293, 2845, 309, 264, 430, 13], "avg_logprob": -0.6226190612429664, "compression_ratio": 1.7958333333333334, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 606.18, "end": 606.42, "word": "This", "probability": 0.2239990234375}, {"start": 606.42, "end": 606.44, "word": " is", "probability": 0.61376953125}, {"start": 606.44, "end": 606.66, "word": " a", "probability": 0.40966796875}, {"start": 606.66, "end": 606.66, "word": " method", "probability": 0.908203125}, {"start": 606.66, "end": 606.74, "word": " that", "probability": 0.48876953125}, {"start": 606.74, "end": 606.82, "word": " I", "probability": 0.74658203125}, {"start": 606.82, "end": 606.94, "word": " have", "probability": 0.305908203125}, {"start": 606.94, "end": 607.08, "word": " to", "probability": 0.9580078125}, {"start": 607.08, "end": 607.32, "word": " write.", "probability": 0.74658203125}, {"start": 607.8, "end": 608.2, "word": " What", "probability": 0.53564453125}, {"start": 608.2, "end": 608.34, "word": " does", "probability": 0.42431640625}, {"start": 608.34, "end": 608.68, "word": " it", "probability": 0.479248046875}, {"start": 608.68, "end": 608.68, "word": " do?", "probability": 0.875}, {"start": 608.84, "end": 609.04, "word": " Simply,", "probability": 0.1453857421875}, {"start": 609.64, "end": 609.94, "word": " it", "probability": 0.5048828125}, {"start": 609.94, "end": 610.12, "word": " goes", "probability": 0.1583251953125}, {"start": 610.12, "end": 610.34, "word": " to", "probability": 0.39453125}, {"start": 610.34, "end": 610.52, "word": " the", "probability": 0.44775390625}, {"start": 610.52, "end": 610.52, "word": " fragment", "probability": 0.25341796875}, {"start": 610.52, "end": 610.52, "word": " and", "probability": 0.253173828125}, {"start": 610.52, "end": 610.52, "word": " says,", "probability": 0.343505859375}, {"start": 610.52, "end": 610.54, "word": " I", "probability": 0.263427734375}, {"start": 610.54, "end": 611.06, "word": " have", "probability": 0.455322265625}, {"start": 611.06, "end": 611.6, "word": " connected", "probability": 0.04766845703125}, {"start": 611.6, "end": 611.82, "word": " the", "probability": 0.5419921875}, {"start": 611.82, "end": 612.08, "word": " data", "probability": 0.6455078125}, {"start": 612.08, "end": 612.64, "word": " to", "probability": 0.460693359375}, {"start": 612.64, "end": 612.84, "word": " the", "probability": 0.65087890625}, {"start": 612.84, "end": 613.12, "word": " fragment.", "probability": 0.5712890625}, {"start": 613.38, "end": 613.76, "word": " It", "probability": 0.481689453125}, {"start": 613.76, "end": 613.86, "word": " goes", "probability": 0.28662109375}, {"start": 613.86, "end": 614.0, "word": " and", "probability": 0.609375}, {"start": 614.0, "end": 614.12, "word": " gets", "probability": 0.381591796875}, {"start": 614.12, "end": 614.28, "word": " the", "probability": 0.83642578125}, {"start": 614.28, "end": 614.46, "word": " image", "probability": 0.810546875}, {"start": 614.46, "end": 614.74, "word": " view", "probability": 0.73681640625}, {"start": 614.74, "end": 614.86, "word": " that", "probability": 0.2939453125}, {"start": 614.86, "end": 614.98, "word": " it", "probability": 0.333984375}, {"start": 614.98, "end": 615.06, "word": " has,", "probability": 0.8466796875}, {"start": 615.2, "end": 615.2, "word": " for", "probability": 0.60595703125}, {"start": 615.2, "end": 615.36, "word": " example,", "probability": 0.92919921875}, {"start": 615.88, "end": 616.2, "word": " and", "probability": 0.8349609375}, {"start": 616.2, "end": 616.56, "word": " says", "probability": 0.1875}, {"start": 616.56, "end": 616.94, "word": " set", "probability": 0.498779296875}, {"start": 616.94, "end": 617.18, "word": " image", "probability": 0.79931640625}, {"start": 617.18, "end": 617.68, "word": " resource,", "probability": 0.94384765625}, {"start": 617.98, "end": 618.12, "word": " get", "probability": 0.36279296875}, {"start": 618.12, "end": 618.22, "word": " from", "probability": 0.39892578125}, {"start": 618.22, "end": 618.4, "word": " the", "probability": 0.62060546875}, {"start": 618.4, "end": 618.72, "word": " person", "probability": 0.9052734375}, {"start": 618.72, "end": 619.14, "word": " what?", "probability": 0.31201171875}, {"start": 619.52, "end": 619.82, "word": " The", "probability": 0.7373046875}, {"start": 619.82, "end": 620.04, "word": " image.", "probability": 0.40673828125}, {"start": 621.7, "end": 621.92, "word": " Because", "probability": 0.61279296875}, {"start": 621.92, "end": 622.02, "word": " I", "probability": 0.87939453125}, {"start": 622.02, "end": 622.22, "word": " made", "probability": 0.298583984375}, {"start": 622.22, "end": 622.36, "word": " the", "probability": 0.783203125}, {"start": 622.36, "end": 622.52, "word": " method,", "probability": 0.9453125}, {"start": 622.66, "end": 622.72, "word": " but", "probability": 0.86767578125}, {"start": 622.72, "end": 623.02, "word": " it", "probability": 0.78662109375}, {"start": 623.02, "end": 623.02, "word": " hasn't", "probability": 0.59600830078125}, {"start": 623.02, "end": 623.32, "word": " started", "probability": 0.57666015625}, {"start": 623.32, "end": 623.58, "word": " yet.", "probability": 0.8037109375}, {"start": 624.76, "end": 625.06, "word": " Now,", "probability": 0.505859375}, {"start": 625.12, "end": 625.36, "word": " from", "probability": 0.2276611328125}, {"start": 625.36, "end": 625.62, "word": " here,", "probability": 0.73828125}, {"start": 625.64, "end": 625.76, "word": " from", "probability": 0.83935546875}, {"start": 625.76, "end": 625.82, "word": " the", "probability": 0.5595703125}, {"start": 625.82, "end": 626.18, "word": " activity,", "probability": 0.90283203125}, {"start": 626.26, "end": 626.38, "word": " I", "probability": 0.8076171875}, {"start": 626.38, "end": 626.52, "word": " say", "probability": 0.64013671875}, {"start": 626.52, "end": 626.7, "word": " go", "probability": 0.63232421875}, {"start": 626.7, "end": 626.8, "word": " to", "probability": 0.9599609375}, {"start": 626.8, "end": 626.92, "word": " the", "probability": 0.7236328125}, {"start": 626.92, "end": 627.18, "word": " details", "probability": 0.74853515625}, {"start": 627.18, "end": 627.62, "word": " fragment,", "probability": 0.6826171875}, {"start": 628.18, "end": 628.28, "word": " and", "probability": 0.4599609375}, {"start": 628.28, "end": 628.38, "word": " say", "probability": 0.82470703125}, {"start": 628.38, "end": 628.78, "word": " person", "probability": 0.76513671875}, {"start": 628.78, "end": 629.24, "word": " selected,", "probability": 0.86083984375}, {"start": 629.36, "end": 629.42, "word": " and", "probability": 0.9052734375}, {"start": 629.42, "end": 629.6, "word": " send", "probability": 0.489013671875}, {"start": 629.6, "end": 629.82, "word": " it", "probability": 0.63330078125}, {"start": 629.82, "end": 631.94, "word": " the", "probability": 0.474365234375}, {"start": 631.94, "end": 632.08, "word": " P.", "probability": 0.277099609375}], "temperature": 1.0}, {"id": 27, "seek": 66235, "start": 634.25, "end": 662.35, "text": " This is how the first fragment delivers the activity and the activity delivers to the second fragment through the fragment manager Notice that the green fragment or the details fragment does not need a listener because it will not send us anything to the activity And I did not make it say activity created Why? Because I did not make it events or anything, it just receives the data and displays it", "tokens": [639, 307, 577, 264, 700, 26424, 24860, 264, 5191, 293, 264, 5191, 24860, 281, 264, 1150, 26424, 807, 264, 26424, 6598, 13428, 300, 264, 3092, 26424, 420, 264, 4365, 26424, 775, 406, 643, 257, 31569, 570, 309, 486, 406, 2845, 505, 1340, 281, 264, 5191, 400, 286, 630, 406, 652, 309, 584, 5191, 2942, 1545, 30, 1436, 286, 630, 406, 652, 309, 3931, 420, 1340, 11, 309, 445, 20717, 264, 1412, 293, 20119, 309], "avg_logprob": -0.43083333015441894, "compression_ratio": 1.8691588785046729, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 634.25, "end": 634.51, "word": " This", "probability": 0.253662109375}, {"start": 634.51, "end": 634.51, "word": " is", "probability": 0.58935546875}, {"start": 634.51, "end": 634.59, "word": " how", "probability": 0.7021484375}, {"start": 634.59, "end": 634.65, "word": " the", "probability": 0.6826171875}, {"start": 634.65, "end": 635.57, "word": " first", "probability": 0.77197265625}, {"start": 635.57, "end": 635.57, "word": " fragment", "probability": 0.8203125}, {"start": 635.57, "end": 636.35, "word": " delivers", "probability": 0.28564453125}, {"start": 636.35, "end": 636.55, "word": " the", "probability": 0.64453125}, {"start": 636.55, "end": 636.99, "word": " activity", "probability": 0.92333984375}, {"start": 636.99, "end": 638.09, "word": " and", "probability": 0.350341796875}, {"start": 638.09, "end": 638.19, "word": " the", "probability": 0.62744140625}, {"start": 638.19, "end": 638.51, "word": " activity", "probability": 0.76953125}, {"start": 638.51, "end": 638.89, "word": " delivers", "probability": 0.75}, {"start": 638.89, "end": 639.65, "word": " to", "probability": 0.6435546875}, {"start": 639.65, "end": 639.75, "word": " the", "probability": 0.796875}, {"start": 639.75, "end": 640.39, "word": " second", "probability": 0.66845703125}, {"start": 640.39, "end": 640.39, "word": " fragment", "probability": 0.85693359375}, {"start": 640.39, "end": 640.73, "word": " through", "probability": 0.7021484375}, {"start": 640.73, "end": 640.99, "word": " the", "probability": 0.75439453125}, {"start": 640.99, "end": 641.25, "word": " fragment", "probability": 0.73095703125}, {"start": 641.25, "end": 642.33, "word": " manager", "probability": 0.93896484375}, {"start": 642.33, "end": 644.29, "word": " Notice", "probability": 0.650390625}, {"start": 644.29, "end": 644.49, "word": " that", "probability": 0.89404296875}, {"start": 644.49, "end": 644.59, "word": " the", "probability": 0.7421875}, {"start": 644.59, "end": 644.81, "word": " green", "probability": 0.77587890625}, {"start": 644.81, "end": 645.41, "word": " fragment", "probability": 0.68505859375}, {"start": 645.41, "end": 646.99, "word": " or", "probability": 0.73095703125}, {"start": 646.99, "end": 647.09, "word": " the", "probability": 0.52001953125}, {"start": 647.09, "end": 647.39, "word": " details", "probability": 0.81787109375}, {"start": 647.39, "end": 648.09, "word": " fragment", "probability": 0.88427734375}, {"start": 648.09, "end": 649.29, "word": " does", "probability": 0.390869140625}, {"start": 649.29, "end": 649.29, "word": " not", "probability": 0.93798828125}, {"start": 649.29, "end": 649.65, "word": " need", "probability": 0.763671875}, {"start": 649.65, "end": 649.95, "word": " a", "probability": 0.325927734375}, {"start": 649.95, "end": 650.63, "word": " listener", "probability": 0.8330078125}, {"start": 650.63, "end": 650.95, "word": " because", "probability": 0.693359375}, {"start": 650.95, "end": 652.07, "word": " it", "probability": 0.65771484375}, {"start": 652.07, "end": 652.73, "word": " will", "probability": 0.6484375}, {"start": 652.73, "end": 652.73, "word": " not", "probability": 0.935546875}, {"start": 652.73, "end": 653.01, "word": " send", "probability": 0.70703125}, {"start": 653.01, "end": 653.13, "word": " us", "probability": 0.257080078125}, {"start": 653.13, "end": 653.89, "word": " anything", "probability": 0.34765625}, {"start": 653.89, "end": 654.09, "word": " to", "probability": 0.67919921875}, {"start": 654.09, "end": 654.09, "word": " the", "probability": 0.84765625}, {"start": 654.09, "end": 654.09, "word": " activity", "probability": 0.9609375}, {"start": 654.09, "end": 655.49, "word": " And", "probability": 0.45654296875}, {"start": 655.49, "end": 655.57, "word": " I", "probability": 0.8916015625}, {"start": 655.57, "end": 655.77, "word": " did", "probability": 0.73046875}, {"start": 655.77, "end": 655.91, "word": " not", "probability": 0.94189453125}, {"start": 655.91, "end": 655.95, "word": " make", "probability": 0.116943359375}, {"start": 655.95, "end": 656.03, "word": " it", "probability": 0.379150390625}, {"start": 656.03, "end": 656.13, "word": " say", "probability": 0.57275390625}, {"start": 656.13, "end": 656.47, "word": " activity", "probability": 0.7119140625}, {"start": 656.47, "end": 657.03, "word": " created", "probability": 0.85107421875}, {"start": 657.03, "end": 657.81, "word": " Why?", "probability": 0.35546875}, {"start": 658.01, "end": 658.21, "word": " Because", "probability": 0.861328125}, {"start": 658.21, "end": 658.39, "word": " I", "probability": 0.90234375}, {"start": 658.39, "end": 658.45, "word": " did", "probability": 0.82958984375}, {"start": 658.45, "end": 658.45, "word": " not", "probability": 0.943359375}, {"start": 658.45, "end": 658.63, "word": " make", "probability": 0.56005859375}, {"start": 658.63, "end": 658.83, "word": " it", "probability": 0.49755859375}, {"start": 658.83, "end": 659.13, "word": " events", "probability": 0.6884765625}, {"start": 659.13, "end": 659.35, "word": " or", "probability": 0.8955078125}, {"start": 659.35, "end": 659.67, "word": " anything,", "probability": 0.8291015625}, {"start": 659.79, "end": 659.93, "word": " it", "probability": 0.8095703125}, {"start": 659.93, "end": 660.15, "word": " just", "probability": 0.452392578125}, {"start": 660.15, "end": 661.45, "word": " receives", "probability": 0.5341796875}, {"start": 661.45, "end": 661.61, "word": " the", "probability": 0.546875}, {"start": 661.61, "end": 661.79, "word": " data", "probability": 0.86279296875}, {"start": 661.79, "end": 661.97, "word": " and", "probability": 0.9287109375}, {"start": 661.97, "end": 662.19, "word": " displays", "probability": 0.6689453125}, {"start": 662.19, "end": 662.35, "word": " it", "probability": 0.912109375}], "temperature": 1.0}, {"id": 28, "seek": 69995, "start": 692.57, "end": 699.95, "text": " Now, when you change, you click on any element that changes the image, which means that the data has reached the second activity.", "tokens": [823, 11, 562, 291, 1319, 11, 291, 2052, 322, 604, 4478, 300, 2962, 264, 3256, 11, 597, 1355, 300, 264, 1412, 575, 6488, 264, 1150, 5191, 13], "avg_logprob": -0.6763392921004977, "compression_ratio": 1.3131313131313131, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 692.57, "end": 693.09, "word": " Now,", "probability": 0.458740234375}, {"start": 693.33, "end": 693.75, "word": " when", "probability": 0.66064453125}, {"start": 693.75, "end": 693.89, "word": " you", "probability": 0.88134765625}, {"start": 693.89, "end": 694.17, "word": " change,", "probability": 0.64794921875}, {"start": 694.63, "end": 695.01, "word": " you", "probability": 0.30078125}, {"start": 695.01, "end": 695.19, "word": " click", "probability": 0.275146484375}, {"start": 695.19, "end": 695.39, "word": " on", "probability": 0.8466796875}, {"start": 695.39, "end": 695.73, "word": " any", "probability": 0.6865234375}, {"start": 695.73, "end": 696.13, "word": " element", "probability": 0.53515625}, {"start": 696.13, "end": 696.43, "word": " that", "probability": 0.21337890625}, {"start": 696.43, "end": 696.85, "word": " changes", "probability": 0.476318359375}, {"start": 696.85, "end": 697.11, "word": " the", "probability": 0.6865234375}, {"start": 697.11, "end": 697.31, "word": " image,", "probability": 0.468994140625}, {"start": 697.33, "end": 697.43, "word": " which", "probability": 0.357421875}, {"start": 697.43, "end": 697.55, "word": " means", "probability": 0.8115234375}, {"start": 697.55, "end": 697.73, "word": " that", "probability": 0.6513671875}, {"start": 697.73, "end": 697.81, "word": " the", "probability": 0.587890625}, {"start": 697.81, "end": 698.03, "word": " data", "probability": 0.75927734375}, {"start": 698.03, "end": 698.27, "word": " has", "probability": 0.1715087890625}, {"start": 698.27, "end": 698.55, "word": " reached", "probability": 0.63916015625}, {"start": 698.55, "end": 699.59, "word": " the", "probability": 0.5341796875}, {"start": 699.59, "end": 699.63, "word": " second", "probability": 0.351318359375}, {"start": 699.63, "end": 699.95, "word": " activity.", "probability": 0.91943359375}], "temperature": 1.0}, {"id": 29, "seek": 72137, "start": 701.07, "end": 721.37, "text": " Ok, now we are going to talk about the fragment step by step. In the beginning, we explained what is the fragment and what is the goal of it. To divide the page instead of dealing with one layout file and one java file for each page. The page itself is divided into parts. Each part is its code and layout.", "tokens": [3477, 11, 586, 321, 366, 516, 281, 751, 466, 264, 26424, 1823, 538, 1823, 13, 682, 264, 2863, 11, 321, 8825, 437, 307, 264, 26424, 293, 437, 307, 264, 3387, 295, 309, 13, 1407, 9845, 264, 3028, 2602, 295, 6260, 365, 472, 13333, 3991, 293, 472, 361, 4061, 3991, 337, 1184, 3028, 13, 440, 3028, 2564, 307, 6666, 666, 3166, 13, 6947, 644, 307, 1080, 3089, 293, 13333, 13], "avg_logprob": -0.5249999923365457, "compression_ratio": 1.6775956284153006, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 701.07, "end": 701.37, "word": " Ok,", "probability": 0.179931640625}, {"start": 702.05, "end": 702.05, "word": " now", "probability": 0.69140625}, {"start": 702.05, "end": 705.13, "word": " we", "probability": 0.460205078125}, {"start": 705.13, "end": 705.13, "word": " are", "probability": 0.231689453125}, {"start": 705.13, "end": 705.13, "word": " going", "probability": 0.276611328125}, {"start": 705.13, "end": 705.31, "word": " to", "probability": 0.54150390625}, {"start": 705.31, "end": 706.03, "word": " talk", "probability": 0.283447265625}, {"start": 706.03, "end": 706.07, "word": " about", "probability": 0.833984375}, {"start": 706.07, "end": 706.23, "word": " the", "probability": 0.416748046875}, {"start": 706.23, "end": 706.51, "word": " fragment", "probability": 0.63916015625}, {"start": 706.51, "end": 706.77, "word": " step", "probability": 0.283935546875}, {"start": 706.77, "end": 706.77, "word": " by", "probability": 0.94091796875}, {"start": 706.77, "end": 707.25, "word": " step.", "probability": 0.91162109375}, {"start": 707.63, "end": 707.97, "word": " In", "probability": 0.17724609375}, {"start": 707.97, "end": 708.09, "word": " the", "probability": 0.89794921875}, {"start": 708.09, "end": 708.27, "word": " beginning,", "probability": 0.5947265625}, {"start": 708.35, "end": 708.47, "word": " we", "probability": 0.5556640625}, {"start": 708.47, "end": 708.71, "word": " explained", "probability": 0.441650390625}, {"start": 708.71, "end": 709.01, "word": " what", "probability": 0.5791015625}, {"start": 709.01, "end": 709.05, "word": " is", "probability": 0.68701171875}, {"start": 709.05, "end": 709.15, "word": " the", "probability": 0.47021484375}, {"start": 709.15, "end": 709.43, "word": " fragment", "probability": 0.71630859375}, {"start": 709.43, "end": 709.59, "word": " and", "probability": 0.8369140625}, {"start": 709.59, "end": 709.73, "word": " what", "probability": 0.6728515625}, {"start": 709.73, "end": 709.75, "word": " is", "probability": 0.8603515625}, {"start": 709.75, "end": 709.79, "word": " the", "probability": 0.65673828125}, {"start": 709.79, "end": 709.99, "word": " goal", "probability": 0.4970703125}, {"start": 709.99, "end": 710.17, "word": " of", "probability": 0.50927734375}, {"start": 710.17, "end": 710.31, "word": " it.", "probability": 0.81640625}, {"start": 710.91, "end": 711.17, "word": " To", "probability": 0.2476806640625}, {"start": 711.17, "end": 711.59, "word": " divide", "probability": 0.630859375}, {"start": 711.59, "end": 712.13, "word": " the", "probability": 0.7197265625}, {"start": 712.13, "end": 712.37, "word": " page", "probability": 0.64501953125}, {"start": 712.37, "end": 712.65, "word": " instead", "probability": 0.2332763671875}, {"start": 712.65, "end": 712.79, "word": " of", "probability": 0.96630859375}, {"start": 712.79, "end": 713.13, "word": " dealing", "probability": 0.80029296875}, {"start": 713.13, "end": 713.29, "word": " with", "probability": 0.875}, {"start": 713.29, "end": 713.65, "word": " one", "probability": 0.131591796875}, {"start": 713.65, "end": 713.83, "word": " layout", "probability": 0.8828125}, {"start": 713.83, "end": 714.01, "word": " file", "probability": 0.6884765625}, {"start": 714.01, "end": 714.49, "word": " and", "probability": 0.79833984375}, {"start": 714.49, "end": 714.57, "word": " one", "probability": 0.479736328125}, {"start": 714.57, "end": 714.83, "word": " java", "probability": 0.709228515625}, {"start": 714.83, "end": 715.27, "word": " file", "probability": 0.71728515625}, {"start": 715.27, "end": 715.47, "word": " for", "probability": 0.76171875}, {"start": 715.47, "end": 715.77, "word": " each", "probability": 0.763671875}, {"start": 715.77, "end": 716.37, "word": " page.", "probability": 0.78369140625}, {"start": 716.75, "end": 717.03, "word": " The", "probability": 0.496826171875}, {"start": 717.03, "end": 717.27, "word": " page", "probability": 0.80908203125}, {"start": 717.27, "end": 717.61, "word": " itself", "probability": 0.55419921875}, {"start": 717.61, "end": 717.75, "word": " is", "probability": 0.705078125}, {"start": 717.75, "end": 717.95, "word": " divided", "probability": 0.82958984375}, {"start": 717.95, "end": 718.07, "word": " into", "probability": 0.79638671875}, {"start": 718.07, "end": 718.45, "word": " parts.", "probability": 0.654296875}, {"start": 718.55, "end": 718.71, "word": " Each", "probability": 0.73681640625}, {"start": 718.71, "end": 719.05, "word": " part", "probability": 0.8974609375}, {"start": 719.05, "end": 719.83, "word": " is", "probability": 0.5205078125}, {"start": 719.83, "end": 719.93, "word": " its", "probability": 0.76123046875}, {"start": 719.93, "end": 720.25, "word": " code", "probability": 0.8740234375}, {"start": 720.25, "end": 721.11, "word": " and", "probability": 0.9384765625}, {"start": 721.11, "end": 721.37, "word": " layout.", "probability": 0.8359375}], "temperature": 1.0}, {"id": 30, "seek": 74731, "start": 722.15, "end": 747.31, "text": " Am I right or not? I want to modify a part, I go and modify this part And we saw how to make two fragments and collect them and how to send data from one fragment to another fragment Now let's see another point In Malaysia, what do we do? In Malaysia, we press the arrow here and we don't change the content We want to change what? No, all the content is different In the sense that, for example, when I press here, a list view appears", "tokens": [2012, 286, 558, 420, 406, 30, 286, 528, 281, 16927, 257, 644, 11, 286, 352, 293, 16927, 341, 644, 400, 321, 1866, 577, 281, 652, 732, 29197, 293, 2500, 552, 293, 577, 281, 2845, 1412, 490, 472, 26424, 281, 1071, 26424, 823, 718, 311, 536, 1071, 935, 682, 25465, 11, 437, 360, 321, 360, 30, 682, 25465, 11, 321, 1886, 264, 11610, 510, 293, 321, 500, 380, 1319, 264, 2701, 492, 528, 281, 1319, 437, 30, 883, 11, 439, 264, 2701, 307, 819, 682, 264, 2020, 300, 11, 337, 1365, 11, 562, 286, 1886, 510, 11, 257, 1329, 1910, 7038], "avg_logprob": -0.5423886351066061, "compression_ratio": 1.8091286307053942, "no_speech_prob": 1.5497207641601562e-06, "words": [{"start": 722.15, "end": 722.45, "word": " Am", "probability": 0.041900634765625}, {"start": 722.45, "end": 722.51, "word": " I", "probability": 0.95068359375}, {"start": 722.51, "end": 722.51, "word": " right", "probability": 0.78662109375}, {"start": 722.51, "end": 722.77, "word": " or", "probability": 0.69970703125}, {"start": 722.77, "end": 722.77, "word": " not?", "probability": 0.73876953125}, {"start": 723.17, "end": 723.39, "word": " I", "probability": 0.513671875}, {"start": 723.39, "end": 723.45, "word": " want", "probability": 0.333251953125}, {"start": 723.45, "end": 723.59, "word": " to", "probability": 0.95947265625}, {"start": 723.59, "end": 723.81, "word": " modify", "probability": 0.4580078125}, {"start": 723.81, "end": 724.01, "word": " a", "probability": 0.64599609375}, {"start": 724.01, "end": 724.17, "word": " part,", "probability": 0.62060546875}, {"start": 724.31, "end": 724.45, "word": " I", "probability": 0.3212890625}, {"start": 724.45, "end": 724.55, "word": " go", "probability": 0.484375}, {"start": 724.55, "end": 724.65, "word": " and", "probability": 0.30322265625}, {"start": 724.65, "end": 724.85, "word": " modify", "probability": 0.93994140625}, {"start": 724.85, "end": 725.05, "word": " this", "probability": 0.517578125}, {"start": 725.05, "end": 725.33, "word": " part", "probability": 0.8974609375}, {"start": 725.33, "end": 725.87, "word": " And", "probability": 0.306884765625}, {"start": 725.87, "end": 726.13, "word": " we", "probability": 0.75927734375}, {"start": 726.13, "end": 726.13, "word": " saw", "probability": 0.60693359375}, {"start": 726.13, "end": 726.47, "word": " how", "probability": 0.9033203125}, {"start": 726.47, "end": 726.77, "word": " to", "probability": 0.51025390625}, {"start": 726.77, "end": 726.97, "word": " make", "probability": 0.650390625}, {"start": 726.97, "end": 727.19, "word": " two", "probability": 0.6162109375}, {"start": 727.19, "end": 727.51, "word": " fragments", "probability": 0.8369140625}, {"start": 727.51, "end": 727.69, "word": " and", "probability": 0.6650390625}, {"start": 727.69, "end": 727.97, "word": " collect", "probability": 0.40576171875}, {"start": 727.97, "end": 728.21, "word": " them", "probability": 0.85498046875}, {"start": 728.21, "end": 728.31, "word": " and", "probability": 0.410400390625}, {"start": 728.31, "end": 728.41, "word": " how", "probability": 0.70458984375}, {"start": 728.41, "end": 728.53, "word": " to", "probability": 0.92236328125}, {"start": 728.53, "end": 728.71, "word": " send", "probability": 0.61376953125}, {"start": 728.71, "end": 729.03, "word": " data", "probability": 0.68701171875}, {"start": 729.03, "end": 729.27, "word": " from", "probability": 0.86328125}, {"start": 729.27, "end": 729.47, "word": " one", "probability": 0.53271484375}, {"start": 729.47, "end": 729.89, "word": " fragment", "probability": 0.83203125}, {"start": 729.89, "end": 730.61, "word": " to", "probability": 0.9697265625}, {"start": 730.61, "end": 730.73, "word": " another", "probability": 0.81005859375}, {"start": 730.73, "end": 731.13, "word": " fragment", "probability": 0.3994140625}, {"start": 731.13, "end": 731.47, "word": " Now", "probability": 0.5869140625}, {"start": 731.47, "end": 731.97, "word": " let's", "probability": 0.7822265625}, {"start": 731.97, "end": 732.35, "word": " see", "probability": 0.658203125}, {"start": 732.35, "end": 732.45, "word": " another", "probability": 0.46875}, {"start": 732.45, "end": 732.73, "word": " point", "probability": 0.8740234375}, {"start": 732.73, "end": 733.83, "word": " In", "probability": 0.10919189453125}, {"start": 733.83, "end": 734.15, "word": " Malaysia,", "probability": 0.9326171875}, {"start": 734.31, "end": 734.59, "word": " what", "probability": 0.39599609375}, {"start": 734.59, "end": 734.71, "word": " do", "probability": 0.68408203125}, {"start": 734.71, "end": 734.71, "word": " we", "probability": 0.900390625}, {"start": 734.71, "end": 734.77, "word": " do?", "probability": 0.94384765625}, {"start": 734.81, "end": 734.95, "word": " In", "probability": 0.76123046875}, {"start": 734.95, "end": 735.09, "word": " Malaysia,", "probability": 0.93115234375}, {"start": 735.19, "end": 735.23, "word": " we", "probability": 0.546875}, {"start": 735.23, "end": 735.41, "word": " press", "probability": 0.281982421875}, {"start": 735.41, "end": 735.63, "word": " the", "probability": 0.407958984375}, {"start": 735.63, "end": 735.87, "word": " arrow", "probability": 0.310791015625}, {"start": 735.87, "end": 736.27, "word": " here", "probability": 0.673828125}, {"start": 736.27, "end": 736.85, "word": " and", "probability": 0.234619140625}, {"start": 736.85, "end": 736.97, "word": " we", "probability": 0.57666015625}, {"start": 736.97, "end": 736.97, "word": " don't", "probability": 0.849609375}, {"start": 736.97, "end": 737.27, "word": " change", "probability": 0.9013671875}, {"start": 737.27, "end": 737.39, "word": " the", "probability": 0.8603515625}, {"start": 737.39, "end": 737.75, "word": " content", "probability": 0.9345703125}, {"start": 737.75, "end": 738.69, "word": " We", "probability": 0.5546875}, {"start": 738.69, "end": 738.87, "word": " want", "probability": 0.253662109375}, {"start": 738.87, "end": 738.99, "word": " to", "probability": 0.96630859375}, {"start": 738.99, "end": 739.39, "word": " change", "probability": 0.888671875}, {"start": 739.39, "end": 739.65, "word": " what?", "probability": 0.3310546875}, {"start": 740.85, "end": 741.29, "word": " No,", "probability": 0.467041015625}, {"start": 741.59, "end": 742.33, "word": " all", "probability": 0.38232421875}, {"start": 742.33, "end": 742.33, "word": " the", "probability": 0.465087890625}, {"start": 742.33, "end": 742.77, "word": " content", "probability": 0.93603515625}, {"start": 742.77, "end": 743.35, "word": " is", "probability": 0.8212890625}, {"start": 743.35, "end": 743.73, "word": " different", "probability": 0.8623046875}, {"start": 743.73, "end": 743.95, "word": " In", "probability": 0.149169921875}, {"start": 743.95, "end": 744.09, "word": " the", "probability": 0.331787109375}, {"start": 744.09, "end": 744.23, "word": " sense", "probability": 0.7119140625}, {"start": 744.23, "end": 744.53, "word": " that,", "probability": 0.83984375}, {"start": 744.69, "end": 744.91, "word": " for", "probability": 0.79931640625}, {"start": 744.91, "end": 744.99, "word": " example,", "probability": 0.95361328125}, {"start": 745.07, "end": 745.15, "word": " when", "probability": 0.6005859375}, {"start": 745.15, "end": 745.27, "word": " I", "probability": 0.9873046875}, {"start": 745.27, "end": 745.47, "word": " press", "probability": 0.52978515625}, {"start": 745.47, "end": 745.89, "word": " here,", "probability": 0.751953125}, {"start": 746.09, "end": 746.43, "word": " a", "probability": 0.10650634765625}, {"start": 746.43, "end": 747.05, "word": " list", "probability": 0.5810546875}, {"start": 747.05, "end": 747.31, "word": " view", "probability": 0.60302734375}, {"start": 747.31, "end": 747.31, "word": " appears", "probability": 0.7099609375}], "temperature": 1.0}, {"id": 31, "seek": 77382, "start": 748.24, "end": 773.82, "text": " When I click on this, I get image gallery When I click on this, I get a form It's not just changing a picture or a text It changes all the content in this fragment The fragment is fixed here I send you data and change what is shown based on the data coming to me But sometimes you make a list here And you create a different face, a complete difference", "tokens": [1133, 286, 2052, 322, 341, 11, 286, 483, 3256, 18378, 1133, 286, 2052, 322, 341, 11, 286, 483, 257, 1254, 467, 311, 406, 445, 4473, 257, 3036, 420, 257, 2487, 467, 2962, 439, 264, 2701, 294, 341, 26424, 440, 26424, 307, 6806, 510, 286, 2845, 291, 1412, 293, 1319, 437, 307, 4898, 2361, 322, 264, 1412, 1348, 281, 385, 583, 2171, 291, 652, 257, 1329, 510, 400, 291, 1884, 257, 819, 1851, 11, 257, 3566, 2649], "avg_logprob": -0.714691567730594, "compression_ratio": 1.721951219512195, "no_speech_prob": 2.4437904357910156e-06, "words": [{"start": 748.24, "end": 748.8, "word": " When", "probability": 0.37158203125}, {"start": 748.8, "end": 749.26, "word": " I", "probability": 0.796875}, {"start": 749.26, "end": 749.44, "word": " click", "probability": 0.64892578125}, {"start": 749.44, "end": 749.62, "word": " on", "probability": 0.73193359375}, {"start": 749.62, "end": 749.84, "word": " this,", "probability": 0.390625}, {"start": 749.94, "end": 749.94, "word": " I", "probability": 0.1827392578125}, {"start": 749.94, "end": 750.1, "word": " get", "probability": 0.407470703125}, {"start": 750.1, "end": 750.42, "word": " image", "probability": 0.442138671875}, {"start": 750.42, "end": 750.74, "word": " gallery", "probability": 0.966796875}, {"start": 750.74, "end": 751.82, "word": " When", "probability": 0.1402587890625}, {"start": 751.82, "end": 752.32, "word": " I", "probability": 0.98095703125}, {"start": 752.32, "end": 752.44, "word": " click", "probability": 0.8642578125}, {"start": 752.44, "end": 752.66, "word": " on", "probability": 0.89404296875}, {"start": 752.66, "end": 752.86, "word": " this,", "probability": 0.84228515625}, {"start": 752.94, "end": 752.98, "word": " I", "probability": 0.88134765625}, {"start": 752.98, "end": 753.1, "word": " get", "probability": 0.91943359375}, {"start": 753.1, "end": 753.26, "word": " a", "probability": 0.2275390625}, {"start": 753.26, "end": 753.54, "word": " form", "probability": 0.767578125}, {"start": 753.54, "end": 754.34, "word": " It's", "probability": 0.4024658203125}, {"start": 754.34, "end": 754.46, "word": " not", "probability": 0.92724609375}, {"start": 754.46, "end": 755.02, "word": " just", "probability": 0.54931640625}, {"start": 755.02, "end": 755.44, "word": " changing", "probability": 0.58056640625}, {"start": 755.44, "end": 755.62, "word": " a", "probability": 0.58251953125}, {"start": 755.62, "end": 755.82, "word": " picture", "probability": 0.5810546875}, {"start": 755.82, "end": 756.1, "word": " or", "probability": 0.8994140625}, {"start": 756.1, "end": 756.22, "word": " a", "probability": 0.316650390625}, {"start": 756.22, "end": 756.52, "word": " text", "probability": 0.94677734375}, {"start": 756.52, "end": 758.0, "word": " It", "probability": 0.3974609375}, {"start": 758.0, "end": 758.38, "word": " changes", "probability": 0.486572265625}, {"start": 758.38, "end": 758.78, "word": " all", "probability": 0.52001953125}, {"start": 758.78, "end": 759.34, "word": " the", "probability": 0.485595703125}, {"start": 759.34, "end": 759.72, "word": " content", "probability": 0.67236328125}, {"start": 759.72, "end": 760.8, "word": " in", "probability": 0.16796875}, {"start": 760.8, "end": 761.02, "word": " this", "probability": 0.25244140625}, {"start": 761.02, "end": 761.02, "word": " fragment", "probability": 0.52783203125}, {"start": 761.02, "end": 761.86, "word": " The", "probability": 0.2364501953125}, {"start": 761.86, "end": 762.98, "word": " fragment", "probability": 0.30908203125}, {"start": 762.98, "end": 763.16, "word": " is", "probability": 0.669921875}, {"start": 763.16, "end": 763.56, "word": " fixed", "probability": 0.488525390625}, {"start": 763.56, "end": 763.6, "word": " here", "probability": 0.28759765625}, {"start": 763.6, "end": 764.7, "word": " I", "probability": 0.261474609375}, {"start": 764.7, "end": 764.96, "word": " send", "probability": 0.5068359375}, {"start": 764.96, "end": 765.1, "word": " you", "probability": 0.432373046875}, {"start": 765.1, "end": 765.4, "word": " data", "probability": 0.6240234375}, {"start": 765.4, "end": 765.66, "word": " and", "probability": 0.677734375}, {"start": 765.66, "end": 766.12, "word": " change", "probability": 0.6474609375}, {"start": 766.12, "end": 766.4, "word": " what", "probability": 0.26904296875}, {"start": 766.4, "end": 766.4, "word": " is", "probability": 0.421142578125}, {"start": 766.4, "end": 766.74, "word": " shown", "probability": 0.5166015625}, {"start": 766.74, "end": 766.94, "word": " based", "probability": 0.2386474609375}, {"start": 766.94, "end": 767.16, "word": " on", "probability": 0.94677734375}, {"start": 767.16, "end": 767.2, "word": " the", "probability": 0.62353515625}, {"start": 767.2, "end": 767.42, "word": " data", "probability": 0.64208984375}, {"start": 767.42, "end": 767.68, "word": " coming", "probability": 0.165283203125}, {"start": 767.68, "end": 767.94, "word": " to", "probability": 0.35888671875}, {"start": 767.94, "end": 768.34, "word": " me", "probability": 0.4833984375}, {"start": 768.34, "end": 768.6, "word": " But", "probability": 0.50244140625}, {"start": 768.6, "end": 768.94, "word": " sometimes", "probability": 0.85205078125}, {"start": 768.94, "end": 769.14, "word": " you", "probability": 0.74951171875}, {"start": 769.14, "end": 769.46, "word": " make", "probability": 0.4775390625}, {"start": 769.46, "end": 769.6, "word": " a", "probability": 0.9365234375}, {"start": 769.6, "end": 770.48, "word": " list", "probability": 0.8505859375}, {"start": 770.48, "end": 770.5, "word": " here", "probability": 0.5400390625}, {"start": 770.5, "end": 771.12, "word": " And", "probability": 0.424560546875}, {"start": 771.12, "end": 771.46, "word": " you", "probability": 0.67919921875}, {"start": 771.46, "end": 772.34, "word": " create", "probability": 0.08294677734375}, {"start": 772.34, "end": 772.52, "word": " a", "probability": 0.80908203125}, {"start": 772.52, "end": 773.1, "word": " different", "probability": 0.1912841796875}, {"start": 773.1, "end": 773.1, "word": " face,", "probability": 0.385009765625}, {"start": 773.4, "end": 773.5, "word": " a", "probability": 0.59912109375}, {"start": 773.5, "end": 773.5, "word": " complete", "probability": 0.49755859375}, {"start": 773.5, "end": 773.82, "word": " difference", "probability": 0.51904296875}], "temperature": 1.0}, {"id": 32, "seek": 78531, "start": 775.61, "end": 785.31, "text": " So we want to see how we can do this. To try this, we need to do more than one fragment.", "tokens": [407, 321, 528, 281, 536, 577, 321, 393, 360, 341, 13, 1407, 853, 341, 11, 321, 643, 281, 360, 544, 813, 472, 26424, 13], "avg_logprob": -0.6437500190734863, "compression_ratio": 1.141025641025641, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 775.6099999999999, "end": 776.05, "word": " So", "probability": 0.182373046875}, {"start": 776.05, "end": 776.27, "word": " we", "probability": 0.408203125}, {"start": 776.27, "end": 776.41, "word": " want", "probability": 0.275634765625}, {"start": 776.41, "end": 776.49, "word": " to", "probability": 0.96240234375}, {"start": 776.49, "end": 776.65, "word": " see", "probability": 0.50048828125}, {"start": 776.65, "end": 776.85, "word": " how", "probability": 0.8681640625}, {"start": 776.85, "end": 776.97, "word": " we", "probability": 0.609375}, {"start": 776.97, "end": 777.17, "word": " can", "probability": 0.87646484375}, {"start": 777.17, "end": 777.35, "word": " do", "probability": 0.609375}, {"start": 777.35, "end": 777.71, "word": " this.", "probability": 0.65625}, {"start": 779.15, "end": 779.59, "word": " To", "probability": 0.287353515625}, {"start": 779.59, "end": 780.07, "word": " try", "probability": 0.55078125}, {"start": 780.07, "end": 780.29, "word": " this,", "probability": 0.4765625}, {"start": 781.23, "end": 781.45, "word": " we", "probability": 0.7001953125}, {"start": 781.45, "end": 781.63, "word": " need", "probability": 0.330322265625}, {"start": 781.63, "end": 782.77, "word": " to", "probability": 0.935546875}, {"start": 782.77, "end": 783.19, "word": " do", "probability": 0.306396484375}, {"start": 783.19, "end": 784.65, "word": " more", "probability": 0.84912109375}, {"start": 784.65, "end": 784.85, "word": " than", "probability": 0.75537109375}, {"start": 784.85, "end": 784.97, "word": " one", "probability": 0.292236328125}, {"start": 784.97, "end": 785.31, "word": " fragment.", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 33, "seek": 81046, "start": 786.76, "end": 810.46, "text": " For example, I have a details fragment and I want to make another fragment. Why? Because I will find out what happens if I change fragments. This is a new fragment. Let's call this fragment for example. Of course, I will not name each content, each fragment. You can name each fragment according to the design you want. Did you notice that in order to teach you fragments, I want to make each one of them a red, blue, green fragment?", "tokens": [1171, 1365, 11, 286, 362, 257, 4365, 26424, 293, 286, 528, 281, 652, 1071, 26424, 13, 1545, 30, 1436, 286, 486, 915, 484, 437, 2314, 498, 286, 1319, 29197, 13, 639, 307, 257, 777, 26424, 13, 961, 311, 818, 341, 26424, 337, 1365, 13, 2720, 1164, 11, 286, 486, 406, 1315, 1184, 2701, 11, 1184, 26424, 13, 509, 393, 1315, 1184, 26424, 4650, 281, 264, 1715, 291, 528, 13, 2589, 291, 3449, 300, 294, 1668, 281, 2924, 291, 29197, 11, 286, 528, 281, 652, 1184, 472, 295, 552, 257, 2182, 11, 3344, 11, 3092, 26424, 30], "avg_logprob": -0.5544458959520477, "compression_ratio": 1.786008230452675, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 786.76, "end": 787.1, "word": " For", "probability": 0.42822265625}, {"start": 787.1, "end": 787.42, "word": " example,", "probability": 0.89599609375}, {"start": 787.62, "end": 787.72, "word": " I", "probability": 0.6240234375}, {"start": 787.72, "end": 787.9, "word": " have", "probability": 0.87548828125}, {"start": 787.9, "end": 788.06, "word": " a", "probability": 0.1414794921875}, {"start": 788.06, "end": 788.34, "word": " details", "probability": 0.482421875}, {"start": 788.34, "end": 788.74, "word": " fragment", "probability": 0.7978515625}, {"start": 788.74, "end": 788.98, "word": " and", "probability": 0.2462158203125}, {"start": 788.98, "end": 789.12, "word": " I", "probability": 0.884765625}, {"start": 789.12, "end": 789.14, "word": " want", "probability": 0.58349609375}, {"start": 789.14, "end": 789.3, "word": " to", "probability": 0.96044921875}, {"start": 789.3, "end": 789.42, "word": " make", "probability": 0.42138671875}, {"start": 789.42, "end": 789.6, "word": " another", "probability": 0.513671875}, {"start": 789.6, "end": 789.94, "word": " fragment.", "probability": 0.368896484375}, {"start": 790.26, "end": 790.58, "word": " Why?", "probability": 0.7138671875}, {"start": 790.66, "end": 790.88, "word": " Because", "probability": 0.7958984375}, {"start": 790.88, "end": 791.0, "word": " I", "probability": 0.382568359375}, {"start": 791.0, "end": 791.02, "word": " will", "probability": 0.19580078125}, {"start": 791.02, "end": 791.16, "word": " find", "probability": 0.5234375}, {"start": 791.16, "end": 791.26, "word": " out", "probability": 0.414794921875}, {"start": 791.26, "end": 791.34, "word": " what", "probability": 0.353759765625}, {"start": 791.34, "end": 791.52, "word": " happens", "probability": 0.73046875}, {"start": 791.52, "end": 791.84, "word": " if", "probability": 0.556640625}, {"start": 791.84, "end": 791.98, "word": " I", "probability": 0.67578125}, {"start": 791.98, "end": 792.32, "word": " change", "probability": 0.560546875}, {"start": 792.32, "end": 793.6, "word": " fragments.", "probability": 0.5517578125}, {"start": 794.56, "end": 794.96, "word": " This", "probability": 0.5556640625}, {"start": 794.96, "end": 795.1, "word": " is", "probability": 0.89990234375}, {"start": 795.1, "end": 795.1, "word": " a", "probability": 0.91162109375}, {"start": 795.1, "end": 795.7, "word": " new", "probability": 0.88623046875}, {"start": 795.7, "end": 795.7, "word": " fragment.", "probability": 0.82470703125}, {"start": 796.4, "end": 796.78, "word": " Let's", "probability": 0.889892578125}, {"start": 796.78, "end": 797.06, "word": " call", "probability": 0.50537109375}, {"start": 797.06, "end": 797.38, "word": " this", "probability": 0.268798828125}, {"start": 797.38, "end": 797.9, "word": " fragment", "probability": 0.57470703125}, {"start": 797.9, "end": 797.9, "word": " for", "probability": 0.28515625}, {"start": 797.9, "end": 798.06, "word": " example.", "probability": 0.931640625}, {"start": 798.3, "end": 798.52, "word": " Of", "probability": 0.78857421875}, {"start": 798.52, "end": 798.52, "word": " course,", "probability": 0.9560546875}, {"start": 798.66, "end": 798.72, "word": " I", "probability": 0.98193359375}, {"start": 798.72, "end": 798.96, "word": " will", "probability": 0.5771484375}, {"start": 798.96, "end": 798.96, "word": " not", "probability": 0.94775390625}, {"start": 798.96, "end": 799.18, "word": " name", "probability": 0.50439453125}, {"start": 799.18, "end": 799.96, "word": " each", "probability": 0.50927734375}, {"start": 799.96, "end": 800.34, "word": " content,", "probability": 0.87841796875}, {"start": 800.42, "end": 800.56, "word": " each", "probability": 0.91650390625}, {"start": 800.56, "end": 801.02, "word": " fragment.", "probability": 0.853515625}, {"start": 802.06, "end": 802.46, "word": " You", "probability": 0.48876953125}, {"start": 802.46, "end": 802.66, "word": " can", "probability": 0.1680908203125}, {"start": 802.66, "end": 802.66, "word": " name", "probability": 0.49462890625}, {"start": 802.66, "end": 803.28, "word": " each", "probability": 0.51611328125}, {"start": 803.28, "end": 803.66, "word": " fragment", "probability": 0.8779296875}, {"start": 803.66, "end": 804.24, "word": " according", "probability": 0.1744384765625}, {"start": 804.24, "end": 804.36, "word": " to", "probability": 0.96875}, {"start": 804.36, "end": 804.52, "word": " the", "probability": 0.1683349609375}, {"start": 804.52, "end": 804.9, "word": " design", "probability": 0.6650390625}, {"start": 804.9, "end": 805.46, "word": " you", "probability": 0.708984375}, {"start": 805.46, "end": 805.68, "word": " want.", "probability": 0.7451171875}, {"start": 805.84, "end": 806.0, "word": " Did", "probability": 0.1884765625}, {"start": 806.0, "end": 806.14, "word": " you", "probability": 0.94580078125}, {"start": 806.14, "end": 806.14, "word": " notice", "probability": 0.289306640625}, {"start": 806.14, "end": 806.34, "word": " that", "probability": 0.7119140625}, {"start": 806.34, "end": 806.4, "word": " in", "probability": 0.333740234375}, {"start": 806.4, "end": 806.5, "word": " order", "probability": 0.90185546875}, {"start": 806.5, "end": 806.64, "word": " to", "probability": 0.955078125}, {"start": 806.64, "end": 806.9, "word": " teach", "probability": 0.6201171875}, {"start": 806.9, "end": 807.04, "word": " you", "probability": 0.87548828125}, {"start": 807.04, "end": 807.6, "word": " fragments,", "probability": 0.360107421875}, {"start": 807.96, "end": 808.1, "word": " I", "probability": 0.9248046875}, {"start": 808.1, "end": 808.24, "word": " want", "probability": 0.21337890625}, {"start": 808.24, "end": 808.54, "word": " to", "probability": 0.8876953125}, {"start": 808.54, "end": 808.54, "word": " make", "probability": 0.740234375}, {"start": 808.54, "end": 808.7, "word": " each", "probability": 0.83935546875}, {"start": 808.7, "end": 809.04, "word": " one", "probability": 0.43359375}, {"start": 809.04, "end": 809.16, "word": " of", "probability": 0.344482421875}, {"start": 809.16, "end": 809.16, "word": " them", "probability": 0.87255859375}, {"start": 809.16, "end": 809.3, "word": " a", "probability": 0.428466796875}, {"start": 809.3, "end": 809.32, "word": " red,", "probability": 0.69677734375}, {"start": 809.4, "end": 809.6, "word": " blue,", "probability": 0.9384765625}, {"start": 809.7, "end": 809.94, "word": " green", "probability": 0.73876953125}, {"start": 809.94, "end": 810.46, "word": " fragment?", "probability": 0.74755859375}], "temperature": 1.0}, {"id": 34, "seek": 83501, "start": 811.79, "end": 835.01, "text": " And each one of them is different. And you have to start changing them. But you have to understand that what removes a face and a whole fragment replaces another fragment. So after that, you put every fragment in the work that you want it to be. Red fragment, this is for example a red fragment. And this is for example ..", "tokens": [400, 1184, 472, 295, 552, 307, 819, 13, 400, 291, 362, 281, 722, 4473, 552, 13, 583, 291, 362, 281, 1223, 300, 437, 30445, 257, 1851, 293, 257, 1379, 26424, 46734, 1071, 26424, 13, 407, 934, 300, 11, 291, 829, 633, 26424, 294, 264, 589, 300, 291, 528, 309, 281, 312, 13, 4477, 26424, 11, 341, 307, 337, 1365, 257, 2182, 26424, 13, 400, 341, 307, 337, 1365, 4386], "avg_logprob": -0.66651788183621, "compression_ratio": 1.7272727272727273, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 811.79, "end": 811.99, "word": " And", "probability": 0.2191162109375}, {"start": 811.99, "end": 812.17, "word": " each", "probability": 0.58935546875}, {"start": 812.17, "end": 812.33, "word": " one", "probability": 0.4814453125}, {"start": 812.33, "end": 812.51, "word": " of", "probability": 0.202392578125}, {"start": 812.51, "end": 812.51, "word": " them", "probability": 0.78125}, {"start": 812.51, "end": 813.49, "word": " is", "probability": 0.37744140625}, {"start": 813.49, "end": 813.81, "word": " different.", "probability": 0.68310546875}, {"start": 813.91, "end": 814.05, "word": " And", "probability": 0.46337890625}, {"start": 814.05, "end": 814.25, "word": " you", "probability": 0.270263671875}, {"start": 814.25, "end": 814.25, "word": " have", "probability": 0.2861328125}, {"start": 814.25, "end": 814.27, "word": " to", "probability": 0.9638671875}, {"start": 814.27, "end": 814.45, "word": " start", "probability": 0.171875}, {"start": 814.45, "end": 814.69, "word": " changing", "probability": 0.348876953125}, {"start": 814.69, "end": 815.03, "word": " them.", "probability": 0.453369140625}, {"start": 815.25, "end": 815.45, "word": " But", "probability": 0.701171875}, {"start": 815.45, "end": 815.67, "word": " you", "probability": 0.6376953125}, {"start": 815.67, "end": 815.71, "word": " have", "probability": 0.27197265625}, {"start": 815.71, "end": 815.75, "word": " to", "probability": 0.92529296875}, {"start": 815.75, "end": 815.91, "word": " understand", "probability": 0.64208984375}, {"start": 815.91, "end": 816.11, "word": " that", "probability": 0.74072265625}, {"start": 816.11, "end": 816.37, "word": " what", "probability": 0.103515625}, {"start": 816.37, "end": 816.83, "word": " removes", "probability": 0.489501953125}, {"start": 816.83, "end": 817.51, "word": " a", "probability": 0.54736328125}, {"start": 817.51, "end": 817.79, "word": " face", "probability": 0.447021484375}, {"start": 817.79, "end": 818.29, "word": " and", "probability": 0.6044921875}, {"start": 818.29, "end": 818.31, "word": " a", "probability": 0.54052734375}, {"start": 818.31, "end": 818.97, "word": " whole", "probability": 0.51220703125}, {"start": 818.97, "end": 818.97, "word": " fragment", "probability": 0.63134765625}, {"start": 818.97, "end": 819.43, "word": " replaces", "probability": 0.114990234375}, {"start": 819.43, "end": 820.35, "word": " another", "probability": 0.6533203125}, {"start": 820.35, "end": 820.71, "word": " fragment.", "probability": 0.69873046875}, {"start": 821.05, "end": 821.17, "word": " So", "probability": 0.56884765625}, {"start": 821.17, "end": 821.73, "word": " after", "probability": 0.2493896484375}, {"start": 821.73, "end": 821.95, "word": " that,", "probability": 0.67236328125}, {"start": 822.01, "end": 822.03, "word": " you", "probability": 0.64404296875}, {"start": 822.03, "end": 822.03, "word": " put", "probability": 0.44775390625}, {"start": 822.03, "end": 822.13, "word": " every", "probability": 0.1651611328125}, {"start": 822.13, "end": 822.63, "word": " fragment", "probability": 0.78076171875}, {"start": 822.63, "end": 823.33, "word": " in", "probability": 0.56298828125}, {"start": 823.33, "end": 823.99, "word": " the", "probability": 0.6787109375}, {"start": 823.99, "end": 824.15, "word": " work", "probability": 0.42236328125}, {"start": 824.15, "end": 824.29, "word": " that", "probability": 0.440185546875}, {"start": 824.29, "end": 824.37, "word": " you", "probability": 0.9404296875}, {"start": 824.37, "end": 824.55, "word": " want", "probability": 0.7607421875}, {"start": 824.55, "end": 824.71, "word": " it", "probability": 0.39111328125}, {"start": 824.71, "end": 824.75, "word": " to", "probability": 0.90234375}, {"start": 824.75, "end": 824.75, "word": " be.", "probability": 0.79296875}, {"start": 825.27, "end": 825.61, "word": " Red", "probability": 0.86181640625}, {"start": 825.61, "end": 826.23, "word": " fragment,", "probability": 0.625}, {"start": 826.47, "end": 826.71, "word": " this", "probability": 0.64306640625}, {"start": 826.71, "end": 826.79, "word": " is", "probability": 0.69140625}, {"start": 826.79, "end": 826.93, "word": " for", "probability": 0.513671875}, {"start": 826.93, "end": 826.99, "word": " example", "probability": 0.95458984375}, {"start": 826.99, "end": 827.17, "word": " a", "probability": 0.434326171875}, {"start": 827.17, "end": 827.25, "word": " red", "probability": 0.88525390625}, {"start": 827.25, "end": 828.13, "word": " fragment.", "probability": 0.71923828125}, {"start": 833.37, "end": 833.77, "word": " And", "probability": 0.82666015625}, {"start": 833.77, "end": 833.99, "word": " this", "probability": 0.76513671875}, {"start": 833.99, "end": 834.05, "word": " is", "probability": 0.70458984375}, {"start": 834.05, "end": 834.25, "word": " for", "probability": 0.8291015625}, {"start": 834.25, "end": 834.45, "word": " example", "probability": 0.9638671875}, {"start": 834.45, "end": 835.01, "word": " ..", "probability": 0.2333984375}], "temperature": 1.0}, {"id": 35, "seek": 86982, "start": 841.84, "end": 869.82, "text": " I'm still working on the fragment Ok, this is the red fragment, but let's go to the background And here's another one, but the details are three", "tokens": [286, 478, 920, 1364, 322, 264, 26424, 3477, 11, 341, 307, 264, 2182, 26424, 11, 457, 718, 311, 352, 281, 264, 3678, 400, 510, 311, 1071, 472, 11, 457, 264, 4365, 366, 1045], "avg_logprob": -0.7215073301511652, "compression_ratio": 1.3063063063063063, "no_speech_prob": 0.0, "words": [{"start": 841.84, "end": 842.24, "word": " I'm", "probability": 0.21990966796875}, {"start": 842.24, "end": 842.24, "word": " still", "probability": 0.7314453125}, {"start": 842.24, "end": 842.54, "word": " working", "probability": 0.1693115234375}, {"start": 842.54, "end": 842.64, "word": " on", "probability": 0.74853515625}, {"start": 842.64, "end": 842.76, "word": " the", "probability": 0.67822265625}, {"start": 842.76, "end": 843.28, "word": " fragment", "probability": 0.662109375}, {"start": 843.28, "end": 856.22, "word": " Ok,", "probability": 0.281494140625}, {"start": 856.3, "end": 856.46, "word": " this", "probability": 0.70556640625}, {"start": 856.46, "end": 856.52, "word": " is", "probability": 0.6953125}, {"start": 856.52, "end": 856.56, "word": " the", "probability": 0.495361328125}, {"start": 856.56, "end": 856.7, "word": " red", "probability": 0.72314453125}, {"start": 856.7, "end": 857.1, "word": " fragment,", "probability": 0.8662109375}, {"start": 857.26, "end": 857.34, "word": " but", "probability": 0.390380859375}, {"start": 857.34, "end": 857.58, "word": " let's", "probability": 0.61163330078125}, {"start": 857.58, "end": 857.66, "word": " go", "probability": 0.419189453125}, {"start": 857.66, "end": 857.78, "word": " to", "probability": 0.36572265625}, {"start": 857.78, "end": 858.04, "word": " the", "probability": 0.50048828125}, {"start": 858.04, "end": 858.52, "word": " background", "probability": 0.9052734375}, {"start": 858.52, "end": 867.16, "word": " And", "probability": 0.392333984375}, {"start": 867.16, "end": 867.4, "word": " here's", "probability": 0.3504638671875}, {"start": 867.4, "end": 867.64, "word": " another", "probability": 0.5830078125}, {"start": 867.64, "end": 867.94, "word": " one,", "probability": 0.78125}, {"start": 868.06, "end": 868.22, "word": " but", "probability": 0.72021484375}, {"start": 868.22, "end": 868.6, "word": " the", "probability": 0.1849365234375}, {"start": 868.6, "end": 869.12, "word": " details", "probability": 0.73095703125}, {"start": 869.12, "end": 869.5, "word": " are", "probability": 0.33984375}, {"start": 869.5, "end": 869.82, "word": " three", "probability": 0.509765625}], "temperature": 1.0}, {"id": 36, "seek": 87698, "start": 875.74, "end": 876.98, "text": " هذا مثلا blue", "tokens": [23758, 50113, 15040, 3344], "avg_logprob": -0.439453125, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0, "words": [{"start": 875.74, "end": 876.1, "word": " هذا", "probability": 0.162353515625}, {"start": 876.1, "end": 876.56, "word": " مثلا", "probability": 0.986572265625}, {"start": 876.56, "end": 876.98, "word": " blue", "probability": 0.77197265625}], "temperature": 1.0}, {"id": 37, "seek": 92754, "start": 899.86, "end": 927.54, "text": " Ok. The goal is that when I click on any item in the list, it changes it to content. Come on guys to the main activity. And we want to see what changes in its design. Now my main activity, this part will remain present. Because this part does not want to be a fragment detail. Why? Because now if you put it as a tag or fragment, it remains fixed.", "tokens": [3477, 13, 440, 3387, 307, 300, 562, 286, 2052, 322, 604, 3174, 294, 264, 1329, 11, 309, 2962, 309, 281, 2701, 13, 2492, 322, 1074, 281, 264, 2135, 5191, 13, 400, 321, 528, 281, 536, 437, 2962, 294, 1080, 1715, 13, 823, 452, 2135, 5191, 11, 341, 644, 486, 6222, 1974, 13, 1436, 341, 644, 775, 406, 528, 281, 312, 257, 26424, 2607, 13, 1545, 30, 1436, 586, 498, 291, 829, 309, 382, 257, 6162, 420, 26424, 11, 309, 7023, 6806, 13], "avg_logprob": -0.48682228125721577, "compression_ratio": 1.6338028169014085, "no_speech_prob": 0.0, "words": [{"start": 899.8599999999999, "end": 900.3, "word": " Ok.", "probability": 0.236083984375}, {"start": 900.96, "end": 901.12, "word": " The", "probability": 0.65576171875}, {"start": 901.12, "end": 901.46, "word": " goal", "probability": 0.58447265625}, {"start": 901.46, "end": 901.66, "word": " is", "probability": 0.85986328125}, {"start": 901.66, "end": 901.76, "word": " that", "probability": 0.36474609375}, {"start": 901.76, "end": 901.94, "word": " when", "probability": 0.7041015625}, {"start": 901.94, "end": 902.06, "word": " I", "probability": 0.8515625}, {"start": 902.06, "end": 902.26, "word": " click", "probability": 0.58251953125}, {"start": 902.26, "end": 902.44, "word": " on", "probability": 0.7607421875}, {"start": 902.44, "end": 902.58, "word": " any", "probability": 0.693359375}, {"start": 902.58, "end": 902.8, "word": " item", "probability": 0.71728515625}, {"start": 902.8, "end": 903.0, "word": " in", "probability": 0.60107421875}, {"start": 903.0, "end": 903.06, "word": " the", "probability": 0.7431640625}, {"start": 903.06, "end": 903.4, "word": " list,", "probability": 0.84326171875}, {"start": 903.52, "end": 903.8, "word": " it", "probability": 0.671875}, {"start": 903.8, "end": 903.94, "word": " changes", "probability": 0.49365234375}, {"start": 903.94, "end": 904.12, "word": " it", "probability": 0.397705078125}, {"start": 904.12, "end": 904.16, "word": " to", "probability": 0.69970703125}, {"start": 904.16, "end": 904.54, "word": " content.", "probability": 0.474853515625}, {"start": 904.82, "end": 905.1, "word": " Come", "probability": 0.440185546875}, {"start": 905.1, "end": 905.2, "word": " on", "probability": 0.55078125}, {"start": 905.2, "end": 905.42, "word": " guys", "probability": 0.53955078125}, {"start": 905.42, "end": 905.58, "word": " to", "probability": 0.6904296875}, {"start": 905.58, "end": 905.6, "word": " the", "probability": 0.490966796875}, {"start": 905.6, "end": 905.7, "word": " main", "probability": 0.74609375}, {"start": 905.7, "end": 906.12, "word": " activity.", "probability": 0.919921875}, {"start": 909.58, "end": 910.02, "word": " And", "probability": 0.69384765625}, {"start": 910.02, "end": 910.12, "word": " we", "probability": 0.54296875}, {"start": 910.12, "end": 910.2, "word": " want", "probability": 0.384521484375}, {"start": 910.2, "end": 910.26, "word": " to", "probability": 0.9697265625}, {"start": 910.26, "end": 910.38, "word": " see", "probability": 0.85546875}, {"start": 910.38, "end": 910.58, "word": " what", "probability": 0.82568359375}, {"start": 910.58, "end": 910.88, "word": " changes", "probability": 0.2457275390625}, {"start": 910.88, "end": 911.06, "word": " in", "probability": 0.68896484375}, {"start": 911.06, "end": 911.14, "word": " its", "probability": 0.642578125}, {"start": 911.14, "end": 911.42, "word": " design.", "probability": 0.93408203125}, {"start": 911.68, "end": 911.9, "word": " Now", "probability": 0.82080078125}, {"start": 911.9, "end": 912.04, "word": " my", "probability": 0.429443359375}, {"start": 912.04, "end": 912.18, "word": " main", "probability": 0.89013671875}, {"start": 912.18, "end": 912.66, "word": " activity,", "probability": 0.93603515625}, {"start": 913.44, "end": 914.42, "word": " this", "probability": 0.8212890625}, {"start": 914.42, "end": 914.92, "word": " part", "probability": 0.62451171875}, {"start": 914.92, "end": 915.16, "word": " will", "probability": 0.7099609375}, {"start": 915.16, "end": 915.3, "word": " remain", "probability": 0.52880859375}, {"start": 915.3, "end": 915.76, "word": " present.", "probability": 0.411865234375}, {"start": 916.64, "end": 917.06, "word": " Because", "probability": 0.88134765625}, {"start": 917.06, "end": 917.34, "word": " this", "probability": 0.86865234375}, {"start": 917.34, "end": 917.76, "word": " part", "probability": 0.87646484375}, {"start": 917.76, "end": 919.04, "word": " does", "probability": 0.5478515625}, {"start": 919.04, "end": 919.04, "word": " not", "probability": 0.947265625}, {"start": 919.04, "end": 919.3, "word": " want", "probability": 0.5234375}, {"start": 919.3, "end": 919.36, "word": " to", "probability": 0.56982421875}, {"start": 919.36, "end": 919.6, "word": " be", "probability": 0.88671875}, {"start": 919.6, "end": 919.74, "word": " a", "probability": 0.211669921875}, {"start": 919.74, "end": 920.24, "word": " fragment", "probability": 0.4189453125}, {"start": 920.24, "end": 921.18, "word": " detail.", "probability": 0.404541015625}, {"start": 922.3, "end": 922.56, "word": " Why?", "probability": 0.791015625}, {"start": 922.64, "end": 922.82, "word": " Because", "probability": 0.88037109375}, {"start": 922.82, "end": 923.18, "word": " now", "probability": 0.74462890625}, {"start": 923.18, "end": 924.48, "word": " if", "probability": 0.20654296875}, {"start": 924.48, "end": 924.76, "word": " you", "probability": 0.458740234375}, {"start": 924.76, "end": 925.1, "word": " put", "probability": 0.65185546875}, {"start": 925.1, "end": 925.7, "word": " it", "probability": 0.79052734375}, {"start": 925.7, "end": 926.04, "word": " as", "probability": 0.78271484375}, {"start": 926.04, "end": 926.16, "word": " a", "probability": 0.82958984375}, {"start": 926.16, "end": 926.32, "word": " tag", "probability": 0.6611328125}, {"start": 926.32, "end": 926.44, "word": " or", "probability": 0.3740234375}, {"start": 926.44, "end": 926.8, "word": " fragment,", "probability": 0.685546875}, {"start": 926.88, "end": 926.92, "word": " it", "probability": 0.91748046875}, {"start": 926.92, "end": 927.1, "word": " remains", "probability": 0.403076171875}, {"start": 927.1, "end": 927.54, "word": " fixed.", "probability": 0.5517578125}], "temperature": 1.0}, {"id": 38, "seek": 95002, "start": 928.78, "end": 950.02, "text": " Because this activity has two fragments, one and the other is for details. Yes, this is fixed. So, we don't need to put this. You need to put it when you press the button. So, I need to remove this fragment, the second one. I leave the first one. And I put it here.", "tokens": [1436, 341, 5191, 575, 732, 29197, 11, 472, 293, 264, 661, 307, 337, 4365, 13, 1079, 11, 341, 307, 6806, 13, 407, 11, 321, 500, 380, 643, 281, 829, 341, 13, 509, 643, 281, 829, 309, 562, 291, 1886, 264, 2960, 13, 407, 11, 286, 643, 281, 4159, 341, 26424, 11, 264, 1150, 472, 13, 286, 1856, 264, 700, 472, 13, 400, 286, 829, 309, 510, 13], "avg_logprob": -0.5670955628156662, "compression_ratio": 1.592814371257485, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 928.78, "end": 929.06, "word": " Because", "probability": 0.426025390625}, {"start": 929.06, "end": 929.5, "word": " this", "probability": 0.60791015625}, {"start": 929.5, "end": 929.94, "word": " activity", "probability": 0.94091796875}, {"start": 929.94, "end": 930.16, "word": " has", "probability": 0.74267578125}, {"start": 930.16, "end": 930.34, "word": " two", "probability": 0.736328125}, {"start": 930.34, "end": 930.74, "word": " fragments,", "probability": 0.80126953125}, {"start": 930.86, "end": 931.16, "word": " one", "probability": 0.8046875}, {"start": 931.16, "end": 931.36, "word": " and", "probability": 0.587890625}, {"start": 931.36, "end": 931.64, "word": " the", "probability": 0.42236328125}, {"start": 931.64, "end": 931.78, "word": " other", "probability": 0.6669921875}, {"start": 931.78, "end": 931.9, "word": " is", "probability": 0.1864013671875}, {"start": 931.9, "end": 932.02, "word": " for", "probability": 0.14208984375}, {"start": 932.02, "end": 932.44, "word": " details.", "probability": 0.58154296875}, {"start": 933.12, "end": 933.4, "word": " Yes,", "probability": 0.14208984375}, {"start": 934.1, "end": 934.42, "word": " this", "probability": 0.6298828125}, {"start": 934.42, "end": 934.66, "word": " is", "probability": 0.48046875}, {"start": 934.66, "end": 934.98, "word": " fixed.", "probability": 0.42041015625}, {"start": 935.62, "end": 936.06, "word": " So,", "probability": 0.1995849609375}, {"start": 936.94, "end": 936.94, "word": " we", "probability": 0.68701171875}, {"start": 936.94, "end": 937.18, "word": " don't", "probability": 0.692626953125}, {"start": 937.18, "end": 937.34, "word": " need", "probability": 0.336669921875}, {"start": 937.34, "end": 937.48, "word": " to", "probability": 0.9228515625}, {"start": 937.48, "end": 937.64, "word": " put", "probability": 0.446533203125}, {"start": 937.64, "end": 937.86, "word": " this.", "probability": 0.666015625}, {"start": 938.3, "end": 938.74, "word": " You", "probability": 0.556640625}, {"start": 938.74, "end": 939.0, "word": " need", "probability": 0.22900390625}, {"start": 939.0, "end": 939.16, "word": " to", "probability": 0.9482421875}, {"start": 939.16, "end": 939.42, "word": " put", "probability": 0.74560546875}, {"start": 939.42, "end": 939.44, "word": " it", "probability": 0.5693359375}, {"start": 939.44, "end": 939.58, "word": " when", "probability": 0.544921875}, {"start": 939.58, "end": 939.76, "word": " you", "probability": 0.62158203125}, {"start": 939.76, "end": 940.08, "word": " press", "probability": 0.3583984375}, {"start": 940.08, "end": 941.1, "word": " the", "probability": 0.423583984375}, {"start": 941.1, "end": 941.26, "word": " button.", "probability": 0.6826171875}, {"start": 941.68, "end": 941.84, "word": " So,", "probability": 0.78271484375}, {"start": 941.9, "end": 942.0, "word": " I", "probability": 0.91748046875}, {"start": 942.0, "end": 942.02, "word": " need", "probability": 0.55078125}, {"start": 942.02, "end": 942.2, "word": " to", "probability": 0.966796875}, {"start": 942.2, "end": 942.3, "word": " remove", "probability": 0.845703125}, {"start": 942.3, "end": 942.46, "word": " this", "probability": 0.87255859375}, {"start": 942.46, "end": 942.9, "word": " fragment,", "probability": 0.67822265625}, {"start": 943.76, "end": 944.84, "word": " the", "probability": 0.62890625}, {"start": 944.84, "end": 945.1, "word": " second", "probability": 0.74365234375}, {"start": 945.1, "end": 945.26, "word": " one.", "probability": 0.81103515625}, {"start": 945.48, "end": 945.48, "word": " I", "probability": 0.7138671875}, {"start": 945.48, "end": 945.68, "word": " leave", "probability": 0.337646484375}, {"start": 945.68, "end": 945.82, "word": " the", "probability": 0.81591796875}, {"start": 945.82, "end": 946.04, "word": " first", "probability": 0.86328125}, {"start": 946.04, "end": 947.1, "word": " one.", "probability": 0.8720703125}, {"start": 948.92, "end": 949.36, "word": " And", "probability": 0.79931640625}, {"start": 949.36, "end": 949.46, "word": " I", "probability": 0.80419921875}, {"start": 949.46, "end": 949.7, "word": " put", "probability": 0.6748046875}, {"start": 949.7, "end": 949.8, "word": " it", "probability": 0.27197265625}, {"start": 949.8, "end": 950.02, "word": " here.", "probability": 0.82666015625}], "temperature": 1.0}, {"id": 39, "seek": 96966, "start": 952.66, "end": 969.66, "text": " Layout is empty. Why? It is what you want to fill inside. Because what is the layout that you put? You can put any layout that you want. You can put linear layout. You can put constraint layout. But what does the linear constraint mean? When you put the element inside them, you want to define it.", "tokens": [20084, 346, 307, 6707, 13, 1545, 30, 467, 307, 437, 291, 528, 281, 2836, 1854, 13, 1436, 437, 307, 264, 13333, 300, 291, 829, 30, 509, 393, 829, 604, 13333, 300, 291, 528, 13, 509, 393, 829, 8213, 13333, 13, 509, 393, 829, 25534, 13333, 13, 583, 437, 775, 264, 8213, 25534, 914, 30, 1133, 291, 829, 264, 4478, 1854, 552, 11, 291, 528, 281, 6964, 309, 13], "avg_logprob": -0.5253622911978459, "compression_ratio": 1.8742138364779874, "no_speech_prob": 6.973743438720703e-06, "words": [{"start": 952.66, "end": 953.1, "word": " Layout", "probability": 0.4918212890625}, {"start": 953.1, "end": 953.46, "word": " is", "probability": 0.69189453125}, {"start": 953.46, "end": 953.46, "word": " empty.", "probability": 0.52001953125}, {"start": 954.22, "end": 954.58, "word": " Why?", "probability": 0.76806640625}, {"start": 955.14, "end": 955.58, "word": " It", "probability": 0.278076171875}, {"start": 955.58, "end": 955.64, "word": " is", "probability": 0.435302734375}, {"start": 955.64, "end": 955.84, "word": " what", "probability": 0.630859375}, {"start": 955.84, "end": 956.02, "word": " you", "probability": 0.25146484375}, {"start": 956.02, "end": 956.04, "word": " want", "probability": 0.552734375}, {"start": 956.04, "end": 956.04, "word": " to", "probability": 0.95068359375}, {"start": 956.04, "end": 956.22, "word": " fill", "probability": 0.59375}, {"start": 956.22, "end": 956.48, "word": " inside.", "probability": 0.480712890625}, {"start": 957.0, "end": 957.44, "word": " Because", "probability": 0.50927734375}, {"start": 957.44, "end": 957.66, "word": " what", "probability": 0.346923828125}, {"start": 957.66, "end": 957.72, "word": " is", "probability": 0.634765625}, {"start": 957.72, "end": 957.76, "word": " the", "probability": 0.7900390625}, {"start": 957.76, "end": 958.06, "word": " layout", "probability": 0.94580078125}, {"start": 958.06, "end": 958.2, "word": " that", "probability": 0.403076171875}, {"start": 958.2, "end": 958.3, "word": " you", "probability": 0.94140625}, {"start": 958.3, "end": 958.46, "word": " put?", "probability": 0.51513671875}, {"start": 958.8, "end": 959.14, "word": " You", "probability": 0.61376953125}, {"start": 959.14, "end": 959.28, "word": " can", "probability": 0.89794921875}, {"start": 959.28, "end": 959.52, "word": " put", "probability": 0.8876953125}, {"start": 959.52, "end": 959.7, "word": " any", "probability": 0.8486328125}, {"start": 959.7, "end": 959.96, "word": " layout", "probability": 0.94189453125}, {"start": 959.96, "end": 960.06, "word": " that", "probability": 0.7431640625}, {"start": 960.06, "end": 960.16, "word": " you", "probability": 0.57763671875}, {"start": 960.16, "end": 960.38, "word": " want.", "probability": 0.299072265625}, {"start": 960.54, "end": 960.6, "word": " You", "probability": 0.90576171875}, {"start": 960.6, "end": 960.74, "word": " can", "probability": 0.92822265625}, {"start": 960.74, "end": 960.94, "word": " put", "probability": 0.90771484375}, {"start": 960.94, "end": 961.2, "word": " linear", "probability": 0.6943359375}, {"start": 961.2, "end": 961.52, "word": " layout.", "probability": 0.95263671875}, {"start": 961.84, "end": 961.94, "word": " You", "probability": 0.88427734375}, {"start": 961.94, "end": 962.1, "word": " can", "probability": 0.94482421875}, {"start": 962.1, "end": 962.34, "word": " put", "probability": 0.92138671875}, {"start": 962.34, "end": 962.68, "word": " constraint", "probability": 0.84423828125}, {"start": 962.68, "end": 963.22, "word": " layout.", "probability": 0.9716796875}, {"start": 964.08, "end": 964.26, "word": " But", "probability": 0.91064453125}, {"start": 964.26, "end": 964.42, "word": " what", "probability": 0.4072265625}, {"start": 964.42, "end": 964.42, "word": " does", "probability": 0.290283203125}, {"start": 964.42, "end": 964.42, "word": " the", "probability": 0.61767578125}, {"start": 964.42, "end": 964.6, "word": " linear", "probability": 0.72802734375}, {"start": 964.6, "end": 965.2, "word": " constraint", "probability": 0.438232421875}, {"start": 965.2, "end": 965.54, "word": " mean?", "probability": 0.09564208984375}, {"start": 966.42, "end": 966.86, "word": " When", "probability": 0.46826171875}, {"start": 966.86, "end": 967.0, "word": " you", "probability": 0.962890625}, {"start": 967.0, "end": 967.22, "word": " put", "probability": 0.8310546875}, {"start": 967.22, "end": 967.34, "word": " the", "probability": 0.392822265625}, {"start": 967.34, "end": 967.52, "word": " element", "probability": 0.69921875}, {"start": 967.52, "end": 967.82, "word": " inside", "probability": 0.84619140625}, {"start": 967.82, "end": 968.22, "word": " them,", "probability": 0.37158203125}, {"start": 968.76, "end": 968.82, "word": " you", "probability": 0.921875}, {"start": 968.82, "end": 968.94, "word": " want", "probability": 0.487060546875}, {"start": 968.94, "end": 969.06, "word": " to", "probability": 0.953125}, {"start": 969.06, "end": 969.32, "word": " define", "probability": 0.246826171875}, {"start": 969.32, "end": 969.66, "word": " it.", "probability": 0.7080078125}], "temperature": 1.0}, {"id": 40, "seek": 99491, "start": 970.71, "end": 994.91, "text": " Features, width and height, yes or no? You can put any activity, lay-out, empty, you can fill it But the constraints that we took from them, they have to have attributes for all the fun that you put in it, you can't throw fun and that's it Because there is a lay-out that we didn't take from them, they didn't give it to us because it's simple, it's called frame layout", "tokens": [3697, 3377, 11, 11402, 293, 6681, 11, 2086, 420, 572, 30, 509, 393, 829, 604, 5191, 11, 2360, 12, 346, 11, 6707, 11, 291, 393, 2836, 309, 583, 264, 18491, 300, 321, 1890, 490, 552, 11, 436, 362, 281, 362, 17212, 337, 439, 264, 1019, 300, 291, 829, 294, 309, 11, 291, 393, 380, 3507, 1019, 293, 300, 311, 309, 1436, 456, 307, 257, 2360, 12, 346, 300, 321, 994, 380, 747, 490, 552, 11, 436, 994, 380, 976, 309, 281, 505, 570, 309, 311, 2199, 11, 309, 311, 1219, 3920, 13333], "avg_logprob": -0.6028225806451613, "compression_ratio": 1.712962962962963, "no_speech_prob": 0.0, "words": [{"start": 970.71, "end": 971.19, "word": " Features,", "probability": 0.5228271484375}, {"start": 971.73, "end": 972.11, "word": " width", "probability": 0.634765625}, {"start": 972.11, "end": 972.37, "word": " and", "probability": 0.87060546875}, {"start": 972.37, "end": 972.81, "word": " height,", "probability": 0.9443359375}, {"start": 973.27, "end": 973.39, "word": " yes", "probability": 0.130859375}, {"start": 973.39, "end": 973.57, "word": " or", "probability": 0.7861328125}, {"start": 973.57, "end": 973.73, "word": " no?", "probability": 0.96044921875}, {"start": 974.43, "end": 974.91, "word": " You", "probability": 0.35009765625}, {"start": 974.91, "end": 975.29, "word": " can", "probability": 0.90478515625}, {"start": 975.29, "end": 975.69, "word": " put", "probability": 0.409423828125}, {"start": 975.69, "end": 976.17, "word": " any", "probability": 0.72216796875}, {"start": 976.17, "end": 976.85, "word": " activity,", "probability": 0.7138671875}, {"start": 977.25, "end": 977.87, "word": " lay", "probability": 0.34814453125}, {"start": 977.87, "end": 978.09, "word": "-out,", "probability": 0.59588623046875}, {"start": 978.17, "end": 978.45, "word": " empty,", "probability": 0.2802734375}, {"start": 978.59, "end": 978.79, "word": " you", "probability": 0.266845703125}, {"start": 978.79, "end": 978.85, "word": " can", "probability": 0.7314453125}, {"start": 978.85, "end": 979.09, "word": " fill", "probability": 0.5458984375}, {"start": 979.09, "end": 979.35, "word": " it", "probability": 0.66015625}, {"start": 979.35, "end": 980.41, "word": " But", "probability": 0.1597900390625}, {"start": 980.41, "end": 980.73, "word": " the", "probability": 0.47119140625}, {"start": 980.73, "end": 981.27, "word": " constraints", "probability": 0.640625}, {"start": 981.27, "end": 981.61, "word": " that", "probability": 0.389892578125}, {"start": 981.61, "end": 982.11, "word": " we", "probability": 0.83642578125}, {"start": 982.11, "end": 982.29, "word": " took", "probability": 0.439208984375}, {"start": 982.29, "end": 982.47, "word": " from", "probability": 0.287109375}, {"start": 982.47, "end": 983.01, "word": " them,", "probability": 0.7421875}, {"start": 983.01, "end": 983.25, "word": " they", "probability": 0.32470703125}, {"start": 983.25, "end": 983.43, "word": " have", "probability": 0.22998046875}, {"start": 983.43, "end": 983.43, "word": " to", "probability": 0.87353515625}, {"start": 983.43, "end": 983.95, "word": " have", "probability": 0.256103515625}, {"start": 983.95, "end": 984.67, "word": " attributes", "probability": 0.673828125}, {"start": 984.67, "end": 985.13, "word": " for", "probability": 0.396484375}, {"start": 985.13, "end": 985.37, "word": " all", "probability": 0.478271484375}, {"start": 985.37, "end": 985.41, "word": " the", "probability": 0.68310546875}, {"start": 985.41, "end": 985.59, "word": " fun", "probability": 0.06219482421875}, {"start": 985.59, "end": 985.71, "word": " that", "probability": 0.46923828125}, {"start": 985.71, "end": 985.85, "word": " you", "probability": 0.77978515625}, {"start": 985.85, "end": 986.07, "word": " put", "probability": 0.80517578125}, {"start": 986.07, "end": 986.21, "word": " in", "probability": 0.611328125}, {"start": 986.21, "end": 986.29, "word": " it,", "probability": 0.61474609375}, {"start": 986.35, "end": 986.35, "word": " you", "probability": 0.7431640625}, {"start": 986.35, "end": 986.57, "word": " can't", "probability": 0.807861328125}, {"start": 986.57, "end": 986.83, "word": " throw", "probability": 0.42529296875}, {"start": 986.83, "end": 987.05, "word": " fun", "probability": 0.324951171875}, {"start": 987.05, "end": 987.17, "word": " and", "probability": 0.33251953125}, {"start": 987.17, "end": 987.35, "word": " that's", "probability": 0.82177734375}, {"start": 987.35, "end": 987.89, "word": " it", "probability": 0.90185546875}, {"start": 987.89, "end": 988.45, "word": " Because", "probability": 0.63330078125}, {"start": 988.45, "end": 988.63, "word": " there", "probability": 0.84765625}, {"start": 988.63, "end": 988.63, "word": " is", "probability": 0.666015625}, {"start": 988.63, "end": 988.75, "word": " a", "probability": 0.8828125}, {"start": 988.75, "end": 988.83, "word": " lay", "probability": 0.498779296875}, {"start": 988.83, "end": 989.11, "word": "-out", "probability": 0.94775390625}, {"start": 989.11, "end": 989.49, "word": " that", "probability": 0.68896484375}, {"start": 989.49, "end": 989.63, "word": " we", "probability": 0.89794921875}, {"start": 989.63, "end": 989.73, "word": " didn't", "probability": 0.7890625}, {"start": 989.73, "end": 989.85, "word": " take", "probability": 0.546875}, {"start": 989.85, "end": 990.29, "word": " from", "probability": 0.41650390625}, {"start": 990.29, "end": 990.29, "word": " them,", "probability": 0.61572265625}, {"start": 991.01, "end": 991.13, "word": " they", "probability": 0.1826171875}, {"start": 991.13, "end": 991.19, "word": " didn't", "probability": 0.835205078125}, {"start": 991.19, "end": 991.33, "word": " give", "probability": 0.76025390625}, {"start": 991.33, "end": 991.49, "word": " it", "probability": 0.48779296875}, {"start": 991.49, "end": 991.49, "word": " to", "probability": 0.7890625}, {"start": 991.49, "end": 991.53, "word": " us", "probability": 0.75732421875}, {"start": 991.53, "end": 991.73, "word": " because", "probability": 0.71337890625}, {"start": 991.73, "end": 991.77, "word": " it's", "probability": 0.714111328125}, {"start": 991.77, "end": 992.19, "word": " simple,", "probability": 0.87158203125}, {"start": 993.01, "end": 993.33, "word": " it's", "probability": 0.77734375}, {"start": 993.33, "end": 993.63, "word": " called", "probability": 0.77490234375}, {"start": 993.63, "end": 994.55, "word": " frame", "probability": 0.5634765625}, {"start": 994.55, "end": 994.91, "word": " layout", "probability": 0.4384765625}], "temperature": 1.0}, {"id": 41, "seek": 102758, "start": 998.52, "end": 1027.58, "text": " This frame layout is normal, like linear and constraint. But it is simpler than all of them. Why is it simpler? Because this frame is a frame. This frame layout, the feature in it is that if you put any element in it, it fills it. Okay? You told me what's the height, it fills this frame. If you bring another element, you put it in it, the first one will go and a new weight will come on it.", "tokens": [639, 3920, 13333, 307, 2710, 11, 411, 8213, 293, 25534, 13, 583, 309, 307, 18587, 813, 439, 295, 552, 13, 1545, 307, 309, 18587, 30, 1436, 341, 3920, 307, 257, 3920, 13, 639, 3920, 13333, 11, 264, 4111, 294, 309, 307, 300, 498, 291, 829, 604, 4478, 294, 309, 11, 309, 22498, 309, 13, 1033, 30, 509, 1907, 385, 437, 311, 264, 6681, 11, 309, 22498, 341, 3920, 13, 759, 291, 1565, 1071, 4478, 11, 291, 829, 309, 294, 309, 11, 264, 700, 472, 486, 352, 293, 257, 777, 3364, 486, 808, 322, 309, 13], "avg_logprob": -0.5055338485787312, "compression_ratio": 1.7702702702702702, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 998.52, "end": 999.0, "word": " This", "probability": 0.456298828125}, {"start": 999.0, "end": 999.3, "word": " frame", "probability": 0.5595703125}, {"start": 999.3, "end": 999.66, "word": " layout", "probability": 0.94091796875}, {"start": 999.66, "end": 1000.72, "word": " is", "probability": 0.73291015625}, {"start": 1000.72, "end": 1000.88, "word": " normal,", "probability": 0.2425537109375}, {"start": 1000.94, "end": 1001.16, "word": " like", "probability": 0.258544921875}, {"start": 1001.16, "end": 1001.8, "word": " linear", "probability": 0.50341796875}, {"start": 1001.8, "end": 1002.74, "word": " and", "probability": 0.611328125}, {"start": 1002.74, "end": 1003.46, "word": " constraint.", "probability": 0.35693359375}, {"start": 1004.06, "end": 1004.54, "word": " But", "probability": 0.78515625}, {"start": 1004.54, "end": 1004.62, "word": " it", "probability": 0.328125}, {"start": 1004.62, "end": 1004.62, "word": " is", "probability": 0.666015625}, {"start": 1004.62, "end": 1004.8, "word": " simpler", "probability": 0.7451171875}, {"start": 1004.8, "end": 1005.0, "word": " than", "probability": 0.90673828125}, {"start": 1005.0, "end": 1005.36, "word": " all", "probability": 0.4052734375}, {"start": 1005.36, "end": 1005.42, "word": " of", "probability": 0.67431640625}, {"start": 1005.42, "end": 1005.5, "word": " them.", "probability": 0.78564453125}, {"start": 1005.82, "end": 1006.08, "word": " Why", "probability": 0.2305908203125}, {"start": 1006.08, "end": 1006.16, "word": " is", "probability": 0.623046875}, {"start": 1006.16, "end": 1006.16, "word": " it", "probability": 0.88037109375}, {"start": 1006.16, "end": 1006.4, "word": " simpler?", "probability": 0.78564453125}, {"start": 1006.54, "end": 1006.7, "word": " Because", "probability": 0.61572265625}, {"start": 1006.7, "end": 1007.16, "word": " this", "probability": 0.40673828125}, {"start": 1007.16, "end": 1007.74, "word": " frame", "probability": 0.771484375}, {"start": 1007.74, "end": 1007.92, "word": " is", "probability": 0.7890625}, {"start": 1007.92, "end": 1008.32, "word": " a", "probability": 0.7216796875}, {"start": 1008.32, "end": 1008.98, "word": " frame.", "probability": 0.11065673828125}, {"start": 1009.34, "end": 1009.82, "word": " This", "probability": 0.58251953125}, {"start": 1009.82, "end": 1010.16, "word": " frame", "probability": 0.8330078125}, {"start": 1010.16, "end": 1010.62, "word": " layout,", "probability": 0.98046875}, {"start": 1011.3, "end": 1012.08, "word": " the", "probability": 0.525390625}, {"start": 1012.08, "end": 1012.32, "word": " feature", "probability": 0.40283203125}, {"start": 1012.32, "end": 1012.54, "word": " in", "probability": 0.211669921875}, {"start": 1012.54, "end": 1012.64, "word": " it", "probability": 0.87158203125}, {"start": 1012.64, "end": 1012.78, "word": " is", "probability": 0.418701171875}, {"start": 1012.78, "end": 1012.78, "word": " that", "probability": 0.63427734375}, {"start": 1012.78, "end": 1012.88, "word": " if", "probability": 0.2396240234375}, {"start": 1012.88, "end": 1013.0, "word": " you", "probability": 0.9384765625}, {"start": 1013.0, "end": 1013.14, "word": " put", "probability": 0.615234375}, {"start": 1013.14, "end": 1013.38, "word": " any", "probability": 0.82666015625}, {"start": 1013.38, "end": 1013.72, "word": " element", "probability": 0.8671875}, {"start": 1013.72, "end": 1014.1, "word": " in", "probability": 0.77734375}, {"start": 1014.1, "end": 1014.46, "word": " it,", "probability": 0.93115234375}, {"start": 1014.8, "end": 1015.0, "word": " it", "probability": 0.90283203125}, {"start": 1015.0, "end": 1015.16, "word": " fills", "probability": 0.57080078125}, {"start": 1015.16, "end": 1015.36, "word": " it.", "probability": 0.8232421875}, {"start": 1016.54, "end": 1016.92, "word": " Okay?", "probability": 0.2381591796875}, {"start": 1017.0, "end": 1017.12, "word": " You", "probability": 0.465576171875}, {"start": 1017.12, "end": 1017.36, "word": " told", "probability": 0.41748046875}, {"start": 1017.36, "end": 1017.56, "word": " me", "probability": 0.955078125}, {"start": 1017.56, "end": 1017.9, "word": " what's", "probability": 0.4495849609375}, {"start": 1017.9, "end": 1017.98, "word": " the", "probability": 0.286865234375}, {"start": 1017.98, "end": 1018.28, "word": " height,", "probability": 0.94873046875}, {"start": 1018.46, "end": 1018.92, "word": " it", "probability": 0.60693359375}, {"start": 1018.92, "end": 1019.16, "word": " fills", "probability": 0.8115234375}, {"start": 1019.16, "end": 1019.6, "word": " this", "probability": 0.5029296875}, {"start": 1019.6, "end": 1019.9, "word": " frame.", "probability": 0.88525390625}, {"start": 1020.22, "end": 1020.7, "word": " If", "probability": 0.93408203125}, {"start": 1020.7, "end": 1020.8, "word": " you", "probability": 0.90380859375}, {"start": 1020.8, "end": 1020.92, "word": " bring", "probability": 0.5}, {"start": 1020.92, "end": 1021.06, "word": " another", "probability": 0.83984375}, {"start": 1021.06, "end": 1021.3, "word": " element,", "probability": 0.94873046875}, {"start": 1022.52, "end": 1022.66, "word": " you", "probability": 0.6982421875}, {"start": 1022.66, "end": 1022.9, "word": " put", "probability": 0.8037109375}, {"start": 1022.9, "end": 1023.12, "word": " it", "probability": 0.5888671875}, {"start": 1023.12, "end": 1023.22, "word": " in", "probability": 0.85302734375}, {"start": 1023.22, "end": 1023.54, "word": " it,", "probability": 0.90966796875}, {"start": 1024.64, "end": 1025.3, "word": " the", "probability": 0.63037109375}, {"start": 1025.3, "end": 1025.58, "word": " first", "probability": 0.7314453125}, {"start": 1025.58, "end": 1025.8, "word": " one", "probability": 0.494873046875}, {"start": 1025.8, "end": 1025.96, "word": " will", "probability": 0.67578125}, {"start": 1025.96, "end": 1026.26, "word": " go", "probability": 0.64208984375}, {"start": 1026.26, "end": 1026.4, "word": " and", "probability": 0.67529296875}, {"start": 1026.4, "end": 1026.74, "word": " a", "probability": 0.371337890625}, {"start": 1026.74, "end": 1026.8, "word": " new", "probability": 0.9052734375}, {"start": 1026.8, "end": 1026.98, "word": " weight", "probability": 0.299560546875}, {"start": 1026.98, "end": 1027.12, "word": " will", "probability": 0.72998046875}, {"start": 1027.12, "end": 1027.12, "word": " come", "probability": 0.708984375}, {"start": 1027.12, "end": 1027.4, "word": " on", "probability": 0.646484375}, {"start": 1027.4, "end": 1027.58, "word": " it.", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 42, "seek": 105439, "start": 1029.31, "end": 1054.39, "text": " This is not suitable for a fragment to put elements next to each other or below each other. This is only to put one element in it. And what do you put in it to fill the screen? We call it a frame, which is like a frame. So now we have to make a frame layout and empty. Why? Basically, we put in it and replace the fragments in it. Now consider it like what? An element in the screen.", "tokens": [639, 307, 406, 12873, 337, 257, 26424, 281, 829, 4959, 958, 281, 1184, 661, 420, 2507, 1184, 661, 13, 639, 307, 787, 281, 829, 472, 4478, 294, 309, 13, 400, 437, 360, 291, 829, 294, 309, 281, 2836, 264, 2568, 30, 492, 818, 309, 257, 3920, 11, 597, 307, 411, 257, 3920, 13, 407, 586, 321, 362, 281, 652, 257, 3920, 13333, 293, 6707, 13, 1545, 30, 8537, 11, 321, 829, 294, 309, 293, 7406, 264, 29197, 294, 309, 13, 823, 1949, 309, 411, 437, 30, 1107, 4478, 294, 264, 2568, 13], "avg_logprob": -0.5329300947086786, "compression_ratio": 1.786046511627907, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1029.31, "end": 1029.79, "word": " This", "probability": 0.193603515625}, {"start": 1029.79, "end": 1029.91, "word": " is", "probability": 0.241943359375}, {"start": 1029.91, "end": 1029.99, "word": " not", "probability": 0.80810546875}, {"start": 1029.99, "end": 1030.27, "word": " suitable", "probability": 0.27734375}, {"start": 1030.27, "end": 1030.53, "word": " for", "probability": 0.81201171875}, {"start": 1030.53, "end": 1030.57, "word": " a", "probability": 0.32861328125}, {"start": 1030.57, "end": 1030.83, "word": " fragment", "probability": 0.58740234375}, {"start": 1030.83, "end": 1031.09, "word": " to", "probability": 0.55712890625}, {"start": 1031.09, "end": 1031.37, "word": " put", "probability": 0.3740234375}, {"start": 1031.37, "end": 1031.83, "word": " elements", "probability": 0.383544921875}, {"start": 1031.83, "end": 1032.09, "word": " next", "probability": 0.49560546875}, {"start": 1032.09, "end": 1032.17, "word": " to", "probability": 0.896484375}, {"start": 1032.17, "end": 1032.41, "word": " each", "probability": 0.80419921875}, {"start": 1032.41, "end": 1032.41, "word": " other", "probability": 0.88330078125}, {"start": 1032.41, "end": 1032.55, "word": " or", "probability": 0.81396484375}, {"start": 1032.55, "end": 1032.75, "word": " below", "probability": 0.5634765625}, {"start": 1032.75, "end": 1033.15, "word": " each", "probability": 0.84130859375}, {"start": 1033.15, "end": 1033.15, "word": " other.", "probability": 0.89892578125}, {"start": 1033.35, "end": 1033.83, "word": " This", "probability": 0.6201171875}, {"start": 1033.83, "end": 1033.87, "word": " is", "probability": 0.8349609375}, {"start": 1033.87, "end": 1034.09, "word": " only", "probability": 0.619140625}, {"start": 1034.09, "end": 1034.33, "word": " to", "probability": 0.23388671875}, {"start": 1034.33, "end": 1034.61, "word": " put", "probability": 0.69384765625}, {"start": 1034.61, "end": 1035.27, "word": " one", "probability": 0.525390625}, {"start": 1035.27, "end": 1035.67, "word": " element", "probability": 0.958984375}, {"start": 1035.67, "end": 1035.91, "word": " in", "probability": 0.63720703125}, {"start": 1035.91, "end": 1036.15, "word": " it.", "probability": 0.8623046875}, {"start": 1036.39, "end": 1036.63, "word": " And", "probability": 0.5615234375}, {"start": 1036.63, "end": 1036.77, "word": " what", "probability": 0.71435546875}, {"start": 1036.77, "end": 1036.77, "word": " do", "probability": 0.26513671875}, {"start": 1036.77, "end": 1036.81, "word": " you", "probability": 0.87060546875}, {"start": 1036.81, "end": 1037.03, "word": " put", "probability": 0.69580078125}, {"start": 1037.03, "end": 1037.21, "word": " in", "probability": 0.73828125}, {"start": 1037.21, "end": 1037.31, "word": " it", "probability": 0.8544921875}, {"start": 1037.31, "end": 1037.45, "word": " to", "probability": 0.134033203125}, {"start": 1037.45, "end": 1037.65, "word": " fill", "probability": 0.75146484375}, {"start": 1037.65, "end": 1038.57, "word": " the", "probability": 0.70458984375}, {"start": 1038.57, "end": 1038.75, "word": " screen?", "probability": 0.76025390625}, {"start": 1038.79, "end": 1038.87, "word": " We", "probability": 0.477294921875}, {"start": 1038.87, "end": 1039.09, "word": " call", "probability": 0.65185546875}, {"start": 1039.09, "end": 1039.29, "word": " it", "probability": 0.80078125}, {"start": 1039.29, "end": 1039.37, "word": " a", "probability": 0.408935546875}, {"start": 1039.37, "end": 1039.61, "word": " frame,", "probability": 0.8212890625}, {"start": 1039.79, "end": 1039.87, "word": " which", "probability": 0.275146484375}, {"start": 1039.87, "end": 1040.07, "word": " is", "probability": 0.8798828125}, {"start": 1040.07, "end": 1040.41, "word": " like", "probability": 0.83154296875}, {"start": 1040.41, "end": 1040.53, "word": " a", "probability": 0.9599609375}, {"start": 1040.53, "end": 1040.73, "word": " frame.", "probability": 0.59521484375}, {"start": 1041.71, "end": 1042.19, "word": " So", "probability": 0.396484375}, {"start": 1042.19, "end": 1042.39, "word": " now", "probability": 0.48974609375}, {"start": 1042.39, "end": 1042.55, "word": " we", "probability": 0.55517578125}, {"start": 1042.55, "end": 1042.65, "word": " have", "probability": 0.31201171875}, {"start": 1042.65, "end": 1042.69, "word": " to", "probability": 0.96240234375}, {"start": 1042.69, "end": 1042.81, "word": " make", "probability": 0.65576171875}, {"start": 1042.81, "end": 1042.99, "word": " a", "probability": 0.80322265625}, {"start": 1042.99, "end": 1043.17, "word": " frame", "probability": 0.7294921875}, {"start": 1043.17, "end": 1043.53, "word": " layout", "probability": 0.96875}, {"start": 1043.53, "end": 1044.43, "word": " and", "probability": 0.32421875}, {"start": 1044.43, "end": 1044.67, "word": " empty.", "probability": 0.432373046875}, {"start": 1045.09, "end": 1045.45, "word": " Why?", "probability": 0.841796875}, {"start": 1046.31, "end": 1046.79, "word": " Basically,", "probability": 0.319580078125}, {"start": 1046.93, "end": 1046.93, "word": " we", "probability": 0.406982421875}, {"start": 1046.93, "end": 1047.17, "word": " put", "probability": 0.57080078125}, {"start": 1047.17, "end": 1047.33, "word": " in", "probability": 0.293701171875}, {"start": 1047.33, "end": 1047.47, "word": " it", "probability": 0.82666015625}, {"start": 1047.47, "end": 1047.61, "word": " and", "probability": 0.318359375}, {"start": 1047.61, "end": 1047.93, "word": " replace", "probability": 0.6240234375}, {"start": 1047.93, "end": 1048.29, "word": " the", "probability": 0.37158203125}, {"start": 1048.29, "end": 1048.71, "word": " fragments", "probability": 0.7607421875}, {"start": 1048.71, "end": 1048.71, "word": " in", "probability": 0.3798828125}, {"start": 1048.71, "end": 1048.75, "word": " it.", "probability": 0.94091796875}, {"start": 1050.33, "end": 1050.81, "word": " Now", "probability": 0.88623046875}, {"start": 1050.81, "end": 1051.51, "word": " consider", "probability": 0.591796875}, {"start": 1051.51, "end": 1051.89, "word": " it", "probability": 0.57763671875}, {"start": 1051.89, "end": 1051.89, "word": " like", "probability": 0.3798828125}, {"start": 1051.89, "end": 1052.55, "word": " what?", "probability": 0.48779296875}, {"start": 1053.33, "end": 1053.59, "word": " An", "probability": 0.66552734375}, {"start": 1053.59, "end": 1053.85, "word": " element", "probability": 0.9765625}, {"start": 1053.85, "end": 1054.01, "word": " in", "probability": 0.77001953125}, {"start": 1054.01, "end": 1054.11, "word": " the", "probability": 0.91650390625}, {"start": 1054.11, "end": 1054.39, "word": " screen.", "probability": 0.8720703125}], "temperature": 1.0}, {"id": 43, "seek": 108047, "start": 1057.09, "end": 1080.47, "text": " By the way, we can put it visually, because we removed the fragment and it became empty, so I will search here for frame layout. Now I want to put an element in it, but who is the element that I will put in it? Fragment. So you are in the fragment.", "tokens": [3146, 264, 636, 11, 321, 393, 829, 309, 19622, 11, 570, 321, 7261, 264, 26424, 293, 309, 3062, 6707, 11, 370, 286, 486, 3164, 510, 337, 3920, 13333, 13, 823, 286, 528, 281, 829, 364, 4478, 294, 309, 11, 457, 567, 307, 264, 4478, 300, 286, 486, 829, 294, 309, 30, 479, 3731, 518, 13, 407, 291, 366, 294, 264, 26424, 13], "avg_logprob": -0.5367063359608726, "compression_ratio": 1.537037037037037, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1057.0900000000001, "end": 1057.45, "word": " By", "probability": 0.348876953125}, {"start": 1057.45, "end": 1057.59, "word": " the", "probability": 0.93408203125}, {"start": 1057.59, "end": 1057.65, "word": " way,", "probability": 0.96142578125}, {"start": 1057.71, "end": 1057.75, "word": " we", "probability": 0.76416015625}, {"start": 1057.75, "end": 1057.93, "word": " can", "probability": 0.79736328125}, {"start": 1057.93, "end": 1058.19, "word": " put", "probability": 0.397216796875}, {"start": 1058.19, "end": 1058.31, "word": " it", "probability": 0.4169921875}, {"start": 1058.31, "end": 1060.79, "word": " visually,", "probability": 0.39501953125}, {"start": 1061.35, "end": 1061.63, "word": " because", "probability": 0.3037109375}, {"start": 1061.63, "end": 1061.83, "word": " we", "probability": 0.443115234375}, {"start": 1061.83, "end": 1062.05, "word": " removed", "probability": 0.426025390625}, {"start": 1062.05, "end": 1062.23, "word": " the", "probability": 0.81982421875}, {"start": 1062.23, "end": 1062.53, "word": " fragment", "probability": 0.71533203125}, {"start": 1062.53, "end": 1062.67, "word": " and", "probability": 0.58740234375}, {"start": 1062.67, "end": 1062.79, "word": " it", "probability": 0.73095703125}, {"start": 1062.79, "end": 1062.97, "word": " became", "probability": 0.481201171875}, {"start": 1062.97, "end": 1063.31, "word": " empty,", "probability": 0.70751953125}, {"start": 1063.91, "end": 1064.07, "word": " so", "probability": 0.429931640625}, {"start": 1064.07, "end": 1064.21, "word": " I", "probability": 0.308349609375}, {"start": 1064.21, "end": 1064.21, "word": " will", "probability": 0.353759765625}, {"start": 1064.21, "end": 1064.45, "word": " search", "probability": 0.471923828125}, {"start": 1064.45, "end": 1064.61, "word": " here", "probability": 0.45556640625}, {"start": 1064.61, "end": 1064.79, "word": " for", "probability": 0.61181640625}, {"start": 1064.79, "end": 1065.21, "word": " frame", "probability": 0.418701171875}, {"start": 1065.21, "end": 1066.35, "word": " layout.", "probability": 0.94921875}, {"start": 1069.35, "end": 1069.71, "word": " Now", "probability": 0.375}, {"start": 1069.71, "end": 1073.99, "word": " I", "probability": 0.57275390625}, {"start": 1073.99, "end": 1074.23, "word": " want", "probability": 0.744140625}, {"start": 1074.23, "end": 1074.29, "word": " to", "probability": 0.96484375}, {"start": 1074.29, "end": 1074.47, "word": " put", "probability": 0.7021484375}, {"start": 1074.47, "end": 1074.65, "word": " an", "probability": 0.37744140625}, {"start": 1074.65, "end": 1074.87, "word": " element", "probability": 0.95947265625}, {"start": 1074.87, "end": 1075.07, "word": " in", "probability": 0.544921875}, {"start": 1075.07, "end": 1075.11, "word": " it,", "probability": 0.697265625}, {"start": 1075.29, "end": 1075.43, "word": " but", "probability": 0.89111328125}, {"start": 1075.43, "end": 1075.63, "word": " who", "probability": 0.359619140625}, {"start": 1075.63, "end": 1075.77, "word": " is", "probability": 0.9033203125}, {"start": 1075.77, "end": 1075.85, "word": " the", "probability": 0.734375}, {"start": 1075.85, "end": 1076.07, "word": " element", "probability": 0.9443359375}, {"start": 1076.07, "end": 1076.53, "word": " that", "probability": 0.4560546875}, {"start": 1076.53, "end": 1076.63, "word": " I", "probability": 0.90234375}, {"start": 1076.63, "end": 1076.79, "word": " will", "probability": 0.37548828125}, {"start": 1076.79, "end": 1076.85, "word": " put", "probability": 0.8154296875}, {"start": 1076.85, "end": 1077.03, "word": " in", "probability": 0.658203125}, {"start": 1077.03, "end": 1077.21, "word": " it?", "probability": 0.6640625}, {"start": 1078.21, "end": 1078.57, "word": " Fragment.", "probability": 0.8697916666666666}, {"start": 1079.47, "end": 1079.67, "word": " So", "probability": 0.490966796875}, {"start": 1079.67, "end": 1079.85, "word": " you", "probability": 0.490478515625}, {"start": 1079.85, "end": 1079.91, "word": " are", "probability": 0.79150390625}, {"start": 1079.91, "end": 1079.99, "word": " in", "probability": 0.8759765625}, {"start": 1079.99, "end": 1080.13, "word": " the", "probability": 0.869140625}, {"start": 1080.13, "end": 1080.47, "word": " fragment.", "probability": 0.83544921875}], "temperature": 1.0}, {"id": 44, "seek": 110333, "start": 1081.94, "end": 1103.34, "text": " layout and you design it and you put whatever you want in it, twenty things you put in the fragment, and then you take the whole fragment and put it inside this. You deal with the whole fragment as what? As one piece, one thing, okay? Okay, this line will only remain a link. So this needs to be linked to what?", "tokens": [13333, 293, 291, 1715, 309, 293, 291, 829, 2035, 291, 528, 294, 309, 11, 7699, 721, 291, 829, 294, 264, 26424, 11, 293, 550, 291, 747, 264, 1379, 26424, 293, 829, 309, 1854, 341, 13, 509, 2028, 365, 264, 1379, 26424, 382, 437, 30, 1018, 472, 2522, 11, 472, 551, 11, 1392, 30, 1033, 11, 341, 1622, 486, 787, 6222, 257, 2113, 13, 407, 341, 2203, 281, 312, 9408, 281, 437, 30], "avg_logprob": -0.579623281139217, "compression_ratio": 1.7627118644067796, "no_speech_prob": 1.5020370483398438e-05, "words": [{"start": 1081.94, "end": 1082.26, "word": " layout", "probability": 0.16357421875}, {"start": 1082.26, "end": 1082.7, "word": " and", "probability": 0.62060546875}, {"start": 1082.7, "end": 1082.82, "word": " you", "probability": 0.363525390625}, {"start": 1082.82, "end": 1083.1, "word": " design", "probability": 0.436279296875}, {"start": 1083.1, "end": 1083.28, "word": " it", "probability": 0.34033203125}, {"start": 1083.28, "end": 1083.32, "word": " and", "probability": 0.57421875}, {"start": 1083.32, "end": 1083.4, "word": " you", "probability": 0.369384765625}, {"start": 1083.4, "end": 1083.6, "word": " put", "probability": 0.69140625}, {"start": 1083.6, "end": 1083.86, "word": " whatever", "probability": 0.39013671875}, {"start": 1083.86, "end": 1084.2, "word": " you", "probability": 0.88720703125}, {"start": 1084.2, "end": 1084.2, "word": " want", "probability": 0.77099609375}, {"start": 1084.2, "end": 1084.44, "word": " in", "probability": 0.44775390625}, {"start": 1084.44, "end": 1084.92, "word": " it,", "probability": 0.85595703125}, {"start": 1085.08, "end": 1085.36, "word": " twenty", "probability": 0.37255859375}, {"start": 1085.36, "end": 1085.64, "word": " things", "probability": 0.53125}, {"start": 1085.64, "end": 1085.78, "word": " you", "probability": 0.484619140625}, {"start": 1085.78, "end": 1085.92, "word": " put", "probability": 0.83203125}, {"start": 1085.92, "end": 1086.02, "word": " in", "probability": 0.85009765625}, {"start": 1086.02, "end": 1086.12, "word": " the", "probability": 0.69677734375}, {"start": 1086.12, "end": 1086.42, "word": " fragment,", "probability": 0.482177734375}, {"start": 1086.8, "end": 1087.12, "word": " and", "probability": 0.669921875}, {"start": 1087.12, "end": 1087.38, "word": " then", "probability": 0.80322265625}, {"start": 1087.38, "end": 1087.58, "word": " you", "probability": 0.91748046875}, {"start": 1087.58, "end": 1088.0, "word": " take", "probability": 0.14208984375}, {"start": 1088.0, "end": 1088.3, "word": " the", "probability": 0.52978515625}, {"start": 1088.3, "end": 1088.3, "word": " whole", "probability": 0.7255859375}, {"start": 1088.3, "end": 1088.7, "word": " fragment", "probability": 0.74072265625}, {"start": 1088.7, "end": 1089.56, "word": " and", "probability": 0.900390625}, {"start": 1089.56, "end": 1090.18, "word": " put", "probability": 0.68408203125}, {"start": 1090.18, "end": 1090.28, "word": " it", "probability": 0.66796875}, {"start": 1090.28, "end": 1090.54, "word": " inside", "probability": 0.8125}, {"start": 1090.54, "end": 1090.82, "word": " this.", "probability": 0.685546875}, {"start": 1091.04, "end": 1091.4, "word": " You", "probability": 0.59716796875}, {"start": 1091.4, "end": 1091.66, "word": " deal", "probability": 0.6591796875}, {"start": 1091.66, "end": 1091.8, "word": " with", "probability": 0.90185546875}, {"start": 1091.8, "end": 1091.94, "word": " the", "probability": 0.87109375}, {"start": 1091.94, "end": 1092.02, "word": " whole", "probability": 0.8212890625}, {"start": 1092.02, "end": 1092.3, "word": " fragment", "probability": 0.814453125}, {"start": 1092.3, "end": 1092.66, "word": " as", "probability": 0.78125}, {"start": 1092.66, "end": 1092.98, "word": " what?", "probability": 0.62841796875}, {"start": 1093.34, "end": 1093.7, "word": " As", "probability": 0.8681640625}, {"start": 1093.7, "end": 1093.8, "word": " one", "probability": 0.83740234375}, {"start": 1093.8, "end": 1093.98, "word": " piece,", "probability": 0.7685546875}, {"start": 1094.34, "end": 1094.36, "word": " one", "probability": 0.69287109375}, {"start": 1094.36, "end": 1094.58, "word": " thing,", "probability": 0.8798828125}, {"start": 1095.24, "end": 1095.46, "word": " okay?", "probability": 0.404296875}, {"start": 1097.5, "end": 1097.68, "word": " Okay,", "probability": 0.46337890625}, {"start": 1097.72, "end": 1097.82, "word": " this", "probability": 0.51513671875}, {"start": 1097.82, "end": 1098.04, "word": " line", "probability": 0.46484375}, {"start": 1098.04, "end": 1098.24, "word": " will", "probability": 0.370849609375}, {"start": 1098.24, "end": 1098.34, "word": " only", "probability": 0.2587890625}, {"start": 1098.34, "end": 1098.38, "word": " remain", "probability": 0.50927734375}, {"start": 1098.38, "end": 1098.62, "word": " a", "probability": 0.185302734375}, {"start": 1098.62, "end": 1099.12, "word": " link.", "probability": 0.402099609375}, {"start": 1100.96, "end": 1101.48, "word": " So", "probability": 0.31103515625}, {"start": 1101.48, "end": 1101.78, "word": " this", "probability": 0.5029296875}, {"start": 1101.78, "end": 1102.64, "word": " needs", "probability": 0.220458984375}, {"start": 1102.64, "end": 1102.74, "word": " to", "probability": 0.8603515625}, {"start": 1102.74, "end": 1102.74, "word": " be", "probability": 0.82666015625}, {"start": 1102.74, "end": 1102.9, "word": " linked", "probability": 0.5673828125}, {"start": 1102.9, "end": 1103.06, "word": " to", "probability": 0.62451171875}, {"start": 1103.06, "end": 1103.34, "word": " what?", "probability": 0.869140625}], "temperature": 1.0}, {"id": 45, "seek": 113395, "start": 1105.83, "end": 1133.95, "text": " Ok, it might be easier to connect from here He saw it, he put width Because start It comes after guideline, end", "tokens": [3477, 11, 309, 1062, 312, 3571, 281, 1745, 490, 510, 634, 1866, 309, 11, 415, 829, 11402, 1436, 722, 467, 1487, 934, 41653, 11, 917], "avg_logprob": -0.9002403571055486, "compression_ratio": 1.1546391752577319, "no_speech_prob": 0.0, "words": [{"start": 1105.83, "end": 1106.15, "word": " Ok,", "probability": 0.2568359375}, {"start": 1106.39, "end": 1106.39, "word": " it", "probability": 0.10064697265625}, {"start": 1106.39, "end": 1106.55, "word": " might", "probability": 0.2744140625}, {"start": 1106.55, "end": 1106.69, "word": " be", "probability": 0.9091796875}, {"start": 1106.69, "end": 1106.69, "word": " easier", "probability": 0.82861328125}, {"start": 1106.69, "end": 1106.69, "word": " to", "probability": 0.517578125}, {"start": 1106.69, "end": 1106.89, "word": " connect", "probability": 0.59423828125}, {"start": 1106.89, "end": 1107.11, "word": " from", "probability": 0.6142578125}, {"start": 1107.11, "end": 1108.77, "word": " here", "probability": 0.259765625}, {"start": 1108.77, "end": 1110.53, "word": " He", "probability": 0.295166015625}, {"start": 1110.53, "end": 1110.85, "word": " saw", "probability": 0.463623046875}, {"start": 1110.85, "end": 1111.69, "word": " it,", "probability": 0.1756591796875}, {"start": 1111.69, "end": 1111.69, "word": " he", "probability": 0.196044921875}, {"start": 1111.69, "end": 1111.89, "word": " put", "probability": 0.52880859375}, {"start": 1111.89, "end": 1113.57, "word": " width", "probability": 0.325927734375}, {"start": 1113.57, "end": 1122.49, "word": " Because", "probability": 0.2259521484375}, {"start": 1122.49, "end": 1123.57, "word": " start", "probability": 0.68359375}, {"start": 1123.57, "end": 1132.03, "word": " It", "probability": 0.120361328125}, {"start": 1132.03, "end": 1132.27, "word": " comes", "probability": 0.51611328125}, {"start": 1132.27, "end": 1132.51, "word": " after", "probability": 0.818359375}, {"start": 1132.51, "end": 1132.99, "word": " guideline,", "probability": 0.64013671875}, {"start": 1133.55, "end": 1133.95, "word": " end", "probability": 0.763671875}], "temperature": 1.0}, {"id": 46, "seek": 118796, "start": 1159.78, "end": 1187.96, "text": " Ok, it filled the screen, but I removed the margins from it Now, as we can see, it is like a box, ok? It only gives me an id, why? Because now I have an addition from the code that will be generated, ok? Everything that you put in XML will be a static factor Because we are a box from it, because whatever I put will be generated from the code This id, at id I want to call it, for example, content layout", "tokens": [3477, 11, 309, 6412, 264, 2568, 11, 457, 286, 7261, 264, 30317, 490, 309, 823, 11, 382, 321, 393, 536, 11, 309, 307, 411, 257, 2424, 11, 3133, 30, 467, 787, 2709, 385, 364, 4496, 11, 983, 30, 1436, 586, 286, 362, 364, 4500, 490, 264, 3089, 300, 486, 312, 10833, 11, 3133, 30, 5471, 300, 291, 829, 294, 43484, 486, 312, 257, 13437, 5952, 1436, 321, 366, 257, 2424, 490, 309, 11, 570, 2035, 286, 829, 486, 312, 10833, 490, 264, 3089, 639, 4496, 11, 412, 4496, 286, 528, 281, 818, 309, 11, 337, 1365, 11, 2701, 13333], "avg_logprob": -0.6706249898672104, "compression_ratio": 1.677685950413223, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1159.78, "end": 1160.08, "word": " Ok,", "probability": 0.14990234375}, {"start": 1160.22, "end": 1160.38, "word": " it", "probability": 0.4375}, {"start": 1160.38, "end": 1160.6, "word": " filled", "probability": 0.357421875}, {"start": 1160.6, "end": 1160.74, "word": " the", "probability": 0.59716796875}, {"start": 1160.74, "end": 1161.0, "word": " screen,", "probability": 0.73095703125}, {"start": 1161.2, "end": 1161.32, "word": " but", "probability": 0.865234375}, {"start": 1161.32, "end": 1161.48, "word": " I", "probability": 0.693359375}, {"start": 1161.48, "end": 1161.66, "word": " removed", "probability": 0.70361328125}, {"start": 1161.66, "end": 1161.84, "word": " the", "probability": 0.5341796875}, {"start": 1161.84, "end": 1162.24, "word": " margins", "probability": 0.70751953125}, {"start": 1162.24, "end": 1162.4, "word": " from", "probability": 0.147705078125}, {"start": 1162.4, "end": 1162.9, "word": " it", "probability": 0.84375}, {"start": 1162.9, "end": 1164.7, "word": " Now,", "probability": 0.55126953125}, {"start": 1164.82, "end": 1164.88, "word": " as", "probability": 0.448974609375}, {"start": 1164.88, "end": 1165.02, "word": " we", "probability": 0.6826171875}, {"start": 1165.02, "end": 1165.14, "word": " can", "probability": 0.37744140625}, {"start": 1165.14, "end": 1165.18, "word": " see,", "probability": 0.8994140625}, {"start": 1165.24, "end": 1165.36, "word": " it", "probability": 0.51513671875}, {"start": 1165.36, "end": 1165.44, "word": " is", "probability": 0.418701171875}, {"start": 1165.44, "end": 1165.6, "word": " like", "probability": 0.65576171875}, {"start": 1165.6, "end": 1165.94, "word": " a", "probability": 0.79833984375}, {"start": 1165.94, "end": 1165.94, "word": " box,", "probability": 0.0726318359375}, {"start": 1166.04, "end": 1167.34, "word": " ok?", "probability": 0.5400390625}, {"start": 1168.34, "end": 1168.7, "word": " It", "probability": 0.466796875}, {"start": 1168.7, "end": 1168.86, "word": " only", "probability": 0.2354736328125}, {"start": 1168.86, "end": 1168.96, "word": " gives", "probability": 0.4736328125}, {"start": 1168.96, "end": 1169.14, "word": " me", "probability": 0.6103515625}, {"start": 1169.14, "end": 1169.34, "word": " an", "probability": 0.33544921875}, {"start": 1169.34, "end": 1169.54, "word": " id,", "probability": 0.415283203125}, {"start": 1169.78, "end": 1170.12, "word": " why?", "probability": 0.82861328125}, {"start": 1170.38, "end": 1170.74, "word": " Because", "probability": 0.83642578125}, {"start": 1170.74, "end": 1171.28, "word": " now", "probability": 0.364013671875}, {"start": 1171.28, "end": 1171.28, "word": " I", "probability": 0.322509765625}, {"start": 1171.28, "end": 1172.14, "word": " have", "probability": 0.33642578125}, {"start": 1172.14, "end": 1172.14, "word": " an", "probability": 0.412109375}, {"start": 1172.14, "end": 1172.14, "word": " addition", "probability": 0.7216796875}, {"start": 1172.14, "end": 1172.62, "word": " from", "probability": 0.319091796875}, {"start": 1172.62, "end": 1172.96, "word": " the", "probability": 0.59130859375}, {"start": 1172.96, "end": 1173.2, "word": " code", "probability": 0.791015625}, {"start": 1173.2, "end": 1173.38, "word": " that", "probability": 0.410400390625}, {"start": 1173.38, "end": 1173.4, "word": " will", "probability": 0.3857421875}, {"start": 1173.4, "end": 1173.48, "word": " be", "probability": 0.62646484375}, {"start": 1173.48, "end": 1173.64, "word": " generated,", "probability": 0.1300048828125}, {"start": 1174.0, "end": 1174.3, "word": " ok?", "probability": 0.8359375}, {"start": 1174.7, "end": 1175.06, "word": " Everything", "probability": 0.24462890625}, {"start": 1175.06, "end": 1175.36, "word": " that", "probability": 0.4365234375}, {"start": 1175.36, "end": 1175.38, "word": " you", "probability": 0.76171875}, {"start": 1175.38, "end": 1175.5, "word": " put", "probability": 0.28466796875}, {"start": 1175.5, "end": 1175.58, "word": " in", "probability": 0.751953125}, {"start": 1175.58, "end": 1176.06, "word": " XML", "probability": 0.415283203125}, {"start": 1176.06, "end": 1176.22, "word": " will", "probability": 0.34130859375}, {"start": 1176.22, "end": 1176.38, "word": " be", "probability": 0.8466796875}, {"start": 1176.38, "end": 1176.48, "word": " a", "probability": 0.376953125}, {"start": 1176.48, "end": 1176.76, "word": " static", "probability": 0.927734375}, {"start": 1176.76, "end": 1177.12, "word": " factor", "probability": 0.2069091796875}, {"start": 1177.12, "end": 1178.02, "word": " Because", "probability": 0.3447265625}, {"start": 1178.02, "end": 1178.2, "word": " we", "probability": 0.51904296875}, {"start": 1178.2, "end": 1178.38, "word": " are", "probability": 0.447998046875}, {"start": 1178.38, "end": 1178.48, "word": " a", "probability": 0.291259765625}, {"start": 1178.48, "end": 1178.72, "word": " box", "probability": 0.89501953125}, {"start": 1178.72, "end": 1178.8, "word": " from", "probability": 0.392822265625}, {"start": 1178.8, "end": 1178.8, "word": " it,", "probability": 0.7978515625}, {"start": 1178.9, "end": 1179.06, "word": " because", "probability": 0.5263671875}, {"start": 1179.06, "end": 1180.04, "word": " whatever", "probability": 0.373291015625}, {"start": 1180.04, "end": 1180.28, "word": " I", "probability": 0.60107421875}, {"start": 1180.28, "end": 1180.44, "word": " put", "probability": 0.83349609375}, {"start": 1180.44, "end": 1180.68, "word": " will", "probability": 0.385986328125}, {"start": 1180.68, "end": 1180.84, "word": " be", "probability": 0.73193359375}, {"start": 1180.84, "end": 1181.0, "word": " generated", "probability": 0.84912109375}, {"start": 1181.0, "end": 1181.1, "word": " from", "probability": 0.36865234375}, {"start": 1181.1, "end": 1181.46, "word": " the", "probability": 0.271484375}, {"start": 1181.46, "end": 1181.62, "word": " code", "probability": 0.85205078125}, {"start": 1181.62, "end": 1182.5, "word": " This", "probability": 0.646484375}, {"start": 1182.5, "end": 1183.0, "word": " id,", "probability": 0.71826171875}, {"start": 1183.7, "end": 1183.9, "word": " at", "probability": 0.1978759765625}, {"start": 1183.9, "end": 1184.2, "word": " id", "probability": 0.8544921875}, {"start": 1184.2, "end": 1184.34, "word": " I", "probability": 0.464599609375}, {"start": 1184.34, "end": 1184.44, "word": " want", "probability": 0.453369140625}, {"start": 1184.44, "end": 1184.5, "word": " to", "probability": 0.955078125}, {"start": 1184.5, "end": 1184.72, "word": " call", "probability": 0.482177734375}, {"start": 1184.72, "end": 1184.9, "word": " it,", "probability": 0.900390625}, {"start": 1184.94, "end": 1185.02, "word": " for", "probability": 0.8974609375}, {"start": 1185.02, "end": 1185.36, "word": " example,", "probability": 0.94921875}, {"start": 1185.88, "end": 1186.48, "word": " content", "probability": 0.7607421875}, {"start": 1186.48, "end": 1187.96, "word": " layout", "probability": 0.9013671875}], "temperature": 1.0}, {"id": 47, "seek": 121129, "start": 1192.37, "end": 1211.29, "text": " And we're done here. Now, what I want to do is go back to our app. Okay, I want to change the content here based on the button I press. List, Fragment, I'm not going to change anything here.", "tokens": [400, 321, 434, 1096, 510, 13, 823, 11, 437, 286, 528, 281, 360, 307, 352, 646, 281, 527, 724, 13, 1033, 11, 286, 528, 281, 1319, 264, 2701, 510, 2361, 322, 264, 2960, 286, 1886, 13, 17668, 11, 479, 3731, 518, 11, 286, 478, 406, 516, 281, 1319, 1340, 510, 13], "avg_logprob": -0.5327524004074243, "compression_ratio": 1.3840579710144927, "no_speech_prob": 2.5033950805664062e-06, "words": [{"start": 1192.37, "end": 1192.55, "word": " And", "probability": 0.295166015625}, {"start": 1192.55, "end": 1192.87, "word": " we're", "probability": 0.30902099609375}, {"start": 1192.87, "end": 1192.87, "word": " done", "probability": 0.86962890625}, {"start": 1192.87, "end": 1193.33, "word": " here.", "probability": 0.378173828125}, {"start": 1194.27, "end": 1194.87, "word": " Now,", "probability": 0.5810546875}, {"start": 1195.07, "end": 1195.51, "word": " what", "probability": 0.80615234375}, {"start": 1195.51, "end": 1195.63, "word": " I", "probability": 0.364990234375}, {"start": 1195.63, "end": 1195.71, "word": " want", "probability": 0.401611328125}, {"start": 1195.71, "end": 1195.81, "word": " to", "probability": 0.966796875}, {"start": 1195.81, "end": 1195.99, "word": " do", "probability": 0.95947265625}, {"start": 1195.99, "end": 1196.61, "word": " is", "probability": 0.4892578125}, {"start": 1196.61, "end": 1197.19, "word": " go", "probability": 0.51806640625}, {"start": 1197.19, "end": 1197.37, "word": " back", "probability": 0.75}, {"start": 1197.37, "end": 1197.41, "word": " to", "probability": 0.94873046875}, {"start": 1197.41, "end": 1197.51, "word": " our", "probability": 0.435302734375}, {"start": 1197.51, "end": 1197.87, "word": " app.", "probability": 0.38134765625}, {"start": 1202.35, "end": 1202.67, "word": " Okay,", "probability": 0.2294921875}, {"start": 1203.21, "end": 1203.31, "word": " I", "probability": 0.43408203125}, {"start": 1203.31, "end": 1203.47, "word": " want", "probability": 0.73583984375}, {"start": 1203.47, "end": 1203.79, "word": " to", "probability": 0.45703125}, {"start": 1203.79, "end": 1203.79, "word": " change", "probability": 0.47314453125}, {"start": 1203.79, "end": 1203.79, "word": " the", "probability": 0.6689453125}, {"start": 1203.79, "end": 1203.79, "word": " content", "probability": 0.88134765625}, {"start": 1203.79, "end": 1203.79, "word": " here", "probability": 0.414794921875}, {"start": 1203.79, "end": 1203.79, "word": " based", "probability": 0.314453125}, {"start": 1203.79, "end": 1204.01, "word": " on", "probability": 0.94970703125}, {"start": 1204.01, "end": 1204.39, "word": " the", "probability": 0.82958984375}, {"start": 1204.39, "end": 1204.59, "word": " button", "probability": 0.7568359375}, {"start": 1204.59, "end": 1204.77, "word": " I", "probability": 0.72216796875}, {"start": 1204.77, "end": 1205.09, "word": " press.", "probability": 0.52734375}, {"start": 1208.73, "end": 1209.33, "word": " List,", "probability": 0.6904296875}, {"start": 1210.13, "end": 1210.57, "word": " Fragment,", "probability": 0.7618815104166666}, {"start": 1210.63, "end": 1210.81, "word": " I'm", "probability": 0.4918212890625}, {"start": 1210.81, "end": 1210.81, "word": " not", "probability": 0.8212890625}, {"start": 1210.81, "end": 1210.87, "word": " going", "probability": 0.8837890625}, {"start": 1210.87, "end": 1210.87, "word": " to", "probability": 0.97119140625}, {"start": 1210.87, "end": 1211.01, "word": " change", "probability": 0.9013671875}, {"start": 1211.01, "end": 1211.29, "word": " anything", "probability": 0.72802734375}, {"start": 1211.29, "end": 1211.29, "word": " here.", "probability": 0.359619140625}], "temperature": 1.0}, {"id": 48, "seek": 123546, "start": 1212.48, "end": 1235.46, "text": " For example, if I add a fragment, what does it add? It adds the arrow that I pressed on it and connects it to the activity. But what do I want to change? I want to change it to red, blue and green. So based on the name, I want to change the fragment. Then we go to the activity. Because the activity is the important code.", "tokens": [1171, 1365, 11, 498, 286, 909, 257, 431, 559, 518, 11, 437, 775, 309, 909, 30, 467, 10860, 264, 11610, 300, 286, 17355, 322, 309, 293, 16967, 309, 281, 264, 5191, 13, 583, 437, 360, 286, 528, 281, 1319, 30, 286, 528, 281, 1319, 309, 281, 2182, 11, 3344, 293, 3092, 13, 407, 2361, 322, 264, 1315, 11, 286, 528, 281, 1319, 264, 26424, 13, 1396, 321, 352, 281, 264, 5191, 13, 1436, 264, 5191, 307, 264, 1021, 3089, 13], "avg_logprob": -0.6280864315268434, "compression_ratio": 1.7944444444444445, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1212.48, "end": 1212.72, "word": " For", "probability": 0.04193115234375}, {"start": 1212.72, "end": 1212.98, "word": " example,", "probability": 0.748046875}, {"start": 1213.08, "end": 1213.1, "word": " if", "probability": 0.101318359375}, {"start": 1213.1, "end": 1213.18, "word": " I", "probability": 0.580078125}, {"start": 1213.18, "end": 1213.18, "word": " add", "probability": 0.166748046875}, {"start": 1213.18, "end": 1213.18, "word": " a", "probability": 0.5966796875}, {"start": 1213.18, "end": 1213.4, "word": " fragment,", "probability": 0.6793212890625}, {"start": 1213.44, "end": 1213.58, "word": " what", "probability": 0.21044921875}, {"start": 1213.58, "end": 1213.58, "word": " does", "probability": 0.2327880859375}, {"start": 1213.58, "end": 1213.64, "word": " it", "probability": 0.75439453125}, {"start": 1213.64, "end": 1213.86, "word": " add?", "probability": 0.238037109375}, {"start": 1214.3, "end": 1214.7, "word": " It", "probability": 0.7119140625}, {"start": 1214.7, "end": 1214.88, "word": " adds", "probability": 0.50048828125}, {"start": 1214.88, "end": 1215.06, "word": " the", "probability": 0.53662109375}, {"start": 1215.06, "end": 1215.26, "word": " arrow", "probability": 0.04058837890625}, {"start": 1215.26, "end": 1215.38, "word": " that", "probability": 0.43017578125}, {"start": 1215.38, "end": 1215.46, "word": " I", "probability": 0.751953125}, {"start": 1215.46, "end": 1215.66, "word": " pressed", "probability": 0.297607421875}, {"start": 1215.66, "end": 1215.84, "word": " on", "probability": 0.354248046875}, {"start": 1215.84, "end": 1216.06, "word": " it", "probability": 0.7373046875}, {"start": 1216.06, "end": 1217.18, "word": " and", "probability": 0.36767578125}, {"start": 1217.18, "end": 1217.5, "word": " connects", "probability": 0.229736328125}, {"start": 1217.5, "end": 1218.16, "word": " it", "probability": 0.77783203125}, {"start": 1218.16, "end": 1218.28, "word": " to", "probability": 0.83203125}, {"start": 1218.28, "end": 1218.46, "word": " the", "probability": 0.64697265625}, {"start": 1218.46, "end": 1219.06, "word": " activity.", "probability": 0.876953125}, {"start": 1219.56, "end": 1219.96, "word": " But", "probability": 0.669921875}, {"start": 1219.96, "end": 1220.16, "word": " what", "probability": 0.69970703125}, {"start": 1220.16, "end": 1220.22, "word": " do", "probability": 0.46875}, {"start": 1220.22, "end": 1220.3, "word": " I", "probability": 0.9619140625}, {"start": 1220.3, "end": 1220.36, "word": " want", "probability": 0.474609375}, {"start": 1220.36, "end": 1220.36, "word": " to", "probability": 0.96533203125}, {"start": 1220.36, "end": 1220.54, "word": " change?", "probability": 0.89208984375}, {"start": 1220.74, "end": 1220.74, "word": " I", "probability": 0.8515625}, {"start": 1220.74, "end": 1220.88, "word": " want", "probability": 0.6376953125}, {"start": 1220.88, "end": 1221.08, "word": " to", "probability": 0.6435546875}, {"start": 1221.08, "end": 1221.26, "word": " change", "probability": 0.2734375}, {"start": 1221.26, "end": 1221.36, "word": " it", "probability": 0.270263671875}, {"start": 1221.36, "end": 1221.68, "word": " to", "probability": 0.29443359375}, {"start": 1221.68, "end": 1224.22, "word": " red,", "probability": 0.25390625}, {"start": 1225.24, "end": 1225.74, "word": " blue", "probability": 0.884765625}, {"start": 1225.74, "end": 1226.1, "word": " and", "probability": 0.56787109375}, {"start": 1226.1, "end": 1226.52, "word": " green.", "probability": 0.94970703125}, {"start": 1226.72, "end": 1227.12, "word": " So", "probability": 0.51416015625}, {"start": 1227.12, "end": 1227.38, "word": " based", "probability": 0.331298828125}, {"start": 1227.38, "end": 1227.56, "word": " on", "probability": 0.951171875}, {"start": 1227.56, "end": 1227.7, "word": " the", "probability": 0.833984375}, {"start": 1227.7, "end": 1227.98, "word": " name,", "probability": 0.8037109375}, {"start": 1228.7, "end": 1228.9, "word": " I", "probability": 0.92333984375}, {"start": 1228.9, "end": 1229.04, "word": " want", "probability": 0.625}, {"start": 1229.04, "end": 1229.28, "word": " to", "probability": 0.671875}, {"start": 1229.28, "end": 1229.44, "word": " change", "probability": 0.68603515625}, {"start": 1229.44, "end": 1229.6, "word": " the", "probability": 0.6552734375}, {"start": 1229.6, "end": 1229.9, "word": " fragment.", "probability": 0.5732421875}, {"start": 1230.02, "end": 1230.3, "word": " Then", "probability": 0.60888671875}, {"start": 1230.3, "end": 1230.38, "word": " we", "probability": 0.450439453125}, {"start": 1230.38, "end": 1230.5, "word": " go", "probability": 0.58740234375}, {"start": 1230.5, "end": 1230.76, "word": " to", "probability": 0.92431640625}, {"start": 1230.76, "end": 1231.04, "word": " the", "probability": 0.580078125}, {"start": 1231.04, "end": 1231.5, "word": " activity.", "probability": 0.93603515625}, {"start": 1232.98, "end": 1233.3, "word": " Because", "probability": 0.623046875}, {"start": 1233.3, "end": 1233.42, "word": " the", "probability": 0.54638671875}, {"start": 1233.42, "end": 1233.84, "word": " activity", "probability": 0.96435546875}, {"start": 1233.84, "end": 1235.02, "word": " is", "probability": 0.82080078125}, {"start": 1235.02, "end": 1235.24, "word": " the", "probability": 0.8291015625}, {"start": 1235.24, "end": 1235.26, "word": " important", "probability": 0.697265625}, {"start": 1235.26, "end": 1235.46, "word": " code.", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 49, "seek": 125408, "start": 1238.07, "end": 1254.09, "text": " Before, the activity was not doing anything, it was just sending data to the details. Now, there is no details at all. Now, if I turn on the code, it will make an error because it will go to the fragment and it will not come back. It will go back to null. Because we want to do something.", "tokens": [4546, 11, 264, 5191, 390, 406, 884, 1340, 11, 309, 390, 445, 7750, 1412, 281, 264, 4365, 13, 823, 11, 456, 307, 572, 4365, 412, 439, 13, 823, 11, 498, 286, 1261, 322, 264, 3089, 11, 309, 486, 652, 364, 6713, 570, 309, 486, 352, 281, 264, 26424, 293, 309, 486, 406, 808, 646, 13, 467, 486, 352, 646, 281, 18184, 13, 1436, 321, 528, 281, 360, 746, 13], "avg_logprob": -0.6062500170298986, "compression_ratio": 1.660919540229885, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1238.07, "end": 1238.51, "word": " Before,", "probability": 0.4052734375}, {"start": 1238.51, "end": 1238.95, "word": " the", "probability": 0.291748046875}, {"start": 1238.95, "end": 1239.27, "word": " activity", "probability": 0.8603515625}, {"start": 1239.27, "end": 1239.37, "word": " was", "probability": 0.2099609375}, {"start": 1239.37, "end": 1239.37, "word": " not", "probability": 0.50244140625}, {"start": 1239.37, "end": 1239.57, "word": " doing", "probability": 0.48046875}, {"start": 1239.57, "end": 1239.79, "word": " anything,", "probability": 0.775390625}, {"start": 1239.89, "end": 1239.93, "word": " it", "probability": 0.7548828125}, {"start": 1239.93, "end": 1240.13, "word": " was", "probability": 0.7421875}, {"start": 1240.13, "end": 1240.41, "word": " just", "probability": 0.406494140625}, {"start": 1240.41, "end": 1240.91, "word": " sending", "probability": 0.24169921875}, {"start": 1240.91, "end": 1241.33, "word": " data", "probability": 0.65234375}, {"start": 1241.33, "end": 1242.13, "word": " to", "probability": 0.826171875}, {"start": 1242.13, "end": 1242.19, "word": " the", "probability": 0.57470703125}, {"start": 1242.19, "end": 1242.55, "word": " details.", "probability": 0.83251953125}, {"start": 1242.63, "end": 1242.79, "word": " Now,", "probability": 0.52880859375}, {"start": 1242.85, "end": 1243.03, "word": " there", "probability": 0.78271484375}, {"start": 1243.03, "end": 1243.19, "word": " is", "probability": 0.469970703125}, {"start": 1243.19, "end": 1243.23, "word": " no", "probability": 0.79296875}, {"start": 1243.23, "end": 1243.63, "word": " details", "probability": 0.8212890625}, {"start": 1243.63, "end": 1243.87, "word": " at", "probability": 0.34033203125}, {"start": 1243.87, "end": 1243.87, "word": " all.", "probability": 0.94970703125}, {"start": 1244.19, "end": 1244.43, "word": " Now,", "probability": 0.11090087890625}, {"start": 1244.83, "end": 1244.89, "word": " if", "probability": 0.81689453125}, {"start": 1244.89, "end": 1245.07, "word": " I", "probability": 0.92919921875}, {"start": 1245.07, "end": 1245.27, "word": " turn", "probability": 0.2218017578125}, {"start": 1245.27, "end": 1245.59, "word": " on", "probability": 0.88671875}, {"start": 1245.59, "end": 1245.91, "word": " the", "probability": 0.85888671875}, {"start": 1245.91, "end": 1246.29, "word": " code,", "probability": 0.90380859375}, {"start": 1246.67, "end": 1246.71, "word": " it", "probability": 0.63623046875}, {"start": 1246.71, "end": 1246.85, "word": " will", "probability": 0.7421875}, {"start": 1246.85, "end": 1247.01, "word": " make", "probability": 0.273681640625}, {"start": 1247.01, "end": 1247.11, "word": " an", "probability": 0.650390625}, {"start": 1247.11, "end": 1247.31, "word": " error", "probability": 0.90673828125}, {"start": 1247.31, "end": 1247.53, "word": " because", "probability": 0.5068359375}, {"start": 1247.53, "end": 1247.75, "word": " it", "probability": 0.8681640625}, {"start": 1247.75, "end": 1247.83, "word": " will", "probability": 0.483154296875}, {"start": 1247.83, "end": 1247.85, "word": " go", "probability": 0.3154296875}, {"start": 1247.85, "end": 1248.07, "word": " to", "probability": 0.281494140625}, {"start": 1248.07, "end": 1248.39, "word": " the", "probability": 0.63330078125}, {"start": 1248.39, "end": 1248.75, "word": " fragment", "probability": 0.83251953125}, {"start": 1248.75, "end": 1249.15, "word": " and", "probability": 0.493408203125}, {"start": 1249.15, "end": 1249.15, "word": " it", "probability": 0.240478515625}, {"start": 1249.15, "end": 1249.65, "word": " will", "probability": 0.69970703125}, {"start": 1249.65, "end": 1249.65, "word": " not", "probability": 0.92236328125}, {"start": 1249.65, "end": 1249.95, "word": " come", "probability": 0.154052734375}, {"start": 1249.95, "end": 1250.13, "word": " back.", "probability": 0.72900390625}, {"start": 1250.67, "end": 1251.11, "word": " It", "probability": 0.2427978515625}, {"start": 1251.11, "end": 1251.29, "word": " will", "probability": 0.75830078125}, {"start": 1251.29, "end": 1251.39, "word": " go", "probability": 0.259765625}, {"start": 1251.39, "end": 1251.51, "word": " back", "probability": 0.578125}, {"start": 1251.51, "end": 1251.67, "word": " to", "probability": 0.8603515625}, {"start": 1251.67, "end": 1251.75, "word": " null.", "probability": 0.39990234375}, {"start": 1252.41, "end": 1252.85, "word": " Because", "probability": 0.59423828125}, {"start": 1252.85, "end": 1253.49, "word": " we", "probability": 0.783203125}, {"start": 1253.49, "end": 1253.65, "word": " want", "probability": 0.6337890625}, {"start": 1253.65, "end": 1253.69, "word": " to", "probability": 0.96728515625}, {"start": 1253.69, "end": 1253.85, "word": " do", "probability": 0.8271484375}, {"start": 1253.85, "end": 1254.09, "word": " something.", "probability": 0.7958984375}], "temperature": 1.0}, {"id": 50, "seek": 128377, "start": 1255.55, "end": 1283.77, "text": " The activity itself now will use the fragment manager to replace the fragment with each other So we brought the fragment manager and I will tell it now to do the exchange process, you have to go to the fragment manager and say begin transaction To start the exchange process, begin transaction And this returns an object called fragment transaction Ft for example", "tokens": [440, 5191, 309, 405, 75, 69, 586, 486, 764, 264, 26424, 6598, 281, 7406, 264, 26424, 365, 1184, 661, 407, 321, 3038, 264, 26424, 6598, 293, 286, 486, 980, 309, 586, 281, 360, 264, 7742, 1399, 11, 291, 362, 281, 352, 281, 264, 26424, 6598, 293, 584, 1841, 14425, 1407, 722, 264, 7742, 1399, 11, 1841, 14425, 400, 341, 11247, 364, 2657, 1219, 26424, 14425, 479, 83, 337, 1365], "avg_logprob": -0.6294642678328923, "compression_ratio": 1.9157894736842105, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1255.55, "end": 1255.77, "word": " The", "probability": 0.42333984375}, {"start": 1255.77, "end": 1256.19, "word": " activity", "probability": 0.79541015625}, {"start": 1256.19, "end": 1256.53, "word": " itself", "probability": 0.68115234375}, {"start": 1256.53, "end": 1256.93, "word": " now", "probability": 0.5732421875}, {"start": 1256.93, "end": 1257.43, "word": " will", "probability": 0.1031494140625}, {"start": 1257.43, "end": 1257.87, "word": " use", "probability": 0.6884765625}, {"start": 1257.87, "end": 1258.05, "word": " the", "probability": 0.67236328125}, {"start": 1258.05, "end": 1258.31, "word": " fragment", "probability": 0.6240234375}, {"start": 1258.31, "end": 1258.73, "word": " manager", "probability": 0.93994140625}, {"start": 1258.73, "end": 1259.03, "word": " to", "probability": 0.8046875}, {"start": 1259.03, "end": 1260.41, "word": " replace", "probability": 0.1363525390625}, {"start": 1260.41, "end": 1260.75, "word": " the", "probability": 0.57958984375}, {"start": 1260.75, "end": 1261.09, "word": " fragment", "probability": 0.60009765625}, {"start": 1261.09, "end": 1261.27, "word": " with", "probability": 0.281005859375}, {"start": 1261.27, "end": 1261.47, "word": " each", "probability": 0.447265625}, {"start": 1261.47, "end": 1261.47, "word": " other", "probability": 0.8759765625}, {"start": 1261.47, "end": 1262.17, "word": " So", "probability": 0.462646484375}, {"start": 1262.17, "end": 1262.39, "word": " we", "probability": 0.284423828125}, {"start": 1262.39, "end": 1262.39, "word": " brought", "probability": 0.2332763671875}, {"start": 1262.39, "end": 1262.85, "word": " the", "probability": 0.69677734375}, {"start": 1262.85, "end": 1263.11, "word": " fragment", "probability": 0.84521484375}, {"start": 1263.11, "end": 1263.65, "word": " manager", "probability": 0.9443359375}, {"start": 1263.65, "end": 1264.51, "word": " and", "probability": 0.298095703125}, {"start": 1264.51, "end": 1264.61, "word": " I", "probability": 0.397216796875}, {"start": 1264.61, "end": 1264.67, "word": " will", "probability": 0.29345703125}, {"start": 1264.67, "end": 1264.81, "word": " tell", "probability": 0.56689453125}, {"start": 1264.81, "end": 1264.93, "word": " it", "probability": 0.51123046875}, {"start": 1264.93, "end": 1265.37, "word": " now", "probability": 0.697265625}, {"start": 1265.37, "end": 1266.25, "word": " to", "probability": 0.36669921875}, {"start": 1266.25, "end": 1267.39, "word": " do", "probability": 0.3681640625}, {"start": 1267.39, "end": 1267.81, "word": " the", "probability": 0.72900390625}, {"start": 1267.81, "end": 1268.03, "word": " exchange", "probability": 0.10284423828125}, {"start": 1268.03, "end": 1268.09, "word": " process,", "probability": 0.814453125}, {"start": 1268.51, "end": 1268.73, "word": " you", "probability": 0.5068359375}, {"start": 1268.73, "end": 1268.83, "word": " have", "probability": 0.2435302734375}, {"start": 1268.83, "end": 1268.97, "word": " to", "probability": 0.9599609375}, {"start": 1268.97, "end": 1269.05, "word": " go", "probability": 0.85546875}, {"start": 1269.05, "end": 1269.19, "word": " to", "probability": 0.8154296875}, {"start": 1269.19, "end": 1269.29, "word": " the", "probability": 0.73828125}, {"start": 1269.29, "end": 1269.53, "word": " fragment", "probability": 0.8291015625}, {"start": 1269.53, "end": 1269.87, "word": " manager", "probability": 0.94384765625}, {"start": 1269.87, "end": 1270.03, "word": " and", "probability": 0.87451171875}, {"start": 1270.03, "end": 1270.15, "word": " say", "probability": 0.4736328125}, {"start": 1270.15, "end": 1270.53, "word": " begin", "probability": 0.444091796875}, {"start": 1270.53, "end": 1272.03, "word": " transaction", "probability": 0.72021484375}, {"start": 1272.03, "end": 1274.35, "word": " To", "probability": 0.33642578125}, {"start": 1274.35, "end": 1274.65, "word": " start", "probability": 0.765625}, {"start": 1274.65, "end": 1275.41, "word": " the", "probability": 0.88427734375}, {"start": 1275.41, "end": 1275.75, "word": " exchange", "probability": 0.64453125}, {"start": 1275.75, "end": 1275.83, "word": " process,", "probability": 0.94580078125}, {"start": 1275.93, "end": 1276.21, "word": " begin", "probability": 0.591796875}, {"start": 1276.21, "end": 1276.87, "word": " transaction", "probability": 0.8525390625}, {"start": 1276.87, "end": 1277.23, "word": " And", "probability": 0.396728515625}, {"start": 1277.23, "end": 1277.47, "word": " this", "probability": 0.473876953125}, {"start": 1277.47, "end": 1277.95, "word": " returns", "probability": 0.3603515625}, {"start": 1277.95, "end": 1278.51, "word": " an", "probability": 0.75537109375}, {"start": 1278.51, "end": 1278.79, "word": " object", "probability": 0.97705078125}, {"start": 1278.79, "end": 1279.13, "word": " called", "probability": 0.5078125}, {"start": 1279.13, "end": 1279.75, "word": " fragment", "probability": 0.81787109375}, {"start": 1279.75, "end": 1281.79, "word": " transaction", "probability": 0.7919921875}, {"start": 1281.79, "end": 1283.45, "word": " Ft", "probability": 0.5257568359375}, {"start": 1283.45, "end": 1283.63, "word": " for", "probability": 0.63818359375}, {"start": 1283.63, "end": 1283.77, "word": " example", "probability": 0.95654296875}], "temperature": 1.0}, {"id": 51, "seek": 130675, "start": 1288.75, "end": 1306.75, "text": "Fp.getName.equals ignore case red Else Fp.getName.equals ignore case green", "tokens": [37, 79, 13, 847, 45, 529, 13, 12816, 1124, 11200, 1389, 2182, 45472, 479, 79, 13, 847, 45, 529, 13, 12816, 1124, 11200, 1389, 3092], "avg_logprob": -0.34555288461538464, "compression_ratio": 1.3703703703703705, "no_speech_prob": 0.0, "words": [{"start": 1288.7499999999998, "end": 1290.1499999999999, "word": "Fp", "probability": 0.3820648193359375}, {"start": 1290.1499999999999, "end": 1291.55, "word": ".getName", "probability": 0.8701171875}, {"start": 1291.55, "end": 1292.75, "word": ".equals", "probability": 0.6509195963541666}, {"start": 1292.75, "end": 1293.13, "word": " ignore", "probability": 0.3212890625}, {"start": 1293.13, "end": 1293.51, "word": " case", "probability": 0.7734375}, {"start": 1293.51, "end": 1293.83, "word": " red", "probability": 0.541015625}, {"start": 1293.83, "end": 1298.33, "word": " Else", "probability": 0.2462158203125}, {"start": 1298.33, "end": 1299.69, "word": " Fp", "probability": 0.933837890625}, {"start": 1299.69, "end": 1301.59, "word": ".getName", "probability": 0.96142578125}, {"start": 1301.59, "end": 1303.27, "word": ".equals", "probability": 0.9705403645833334}, {"start": 1303.27, "end": 1303.69, "word": " ignore", "probability": 0.7001953125}, {"start": 1303.69, "end": 1304.15, "word": " case", "probability": 0.9111328125}, {"start": 1304.15, "end": 1306.75, "word": " green", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 52, "seek": 133549, "start": 1309.77, "end": 1335.49, "text": " else if p dot g2 dot equals ignore case blue if it was red, it will create a new red fragment or if you saw new red fragment it will create a new red fragment now it goes to the fragment in transaction", "tokens": [1646, 498, 280, 5893, 290, 17, 5893, 6915, 11200, 1389, 3344, 498, 309, 390, 2182, 11, 309, 486, 1884, 257, 777, 2182, 26424, 420, 498, 291, 1866, 777, 2182, 26424, 309, 486, 1884, 257, 777, 2182, 26424, 586, 309, 1709, 281, 264, 26424, 294, 14425], "avg_logprob": -0.5750679451486339, "compression_ratio": 1.7719298245614035, "no_speech_prob": 0.0, "words": [{"start": 1309.77, "end": 1310.27, "word": " else", "probability": 0.04083251953125}, {"start": 1310.27, "end": 1310.65, "word": " if", "probability": 0.8271484375}, {"start": 1310.65, "end": 1311.93, "word": " p", "probability": 0.32763671875}, {"start": 1311.93, "end": 1312.37, "word": " dot", "probability": 0.27978515625}, {"start": 1312.37, "end": 1312.99, "word": " g2", "probability": 0.789794921875}, {"start": 1312.99, "end": 1313.67, "word": " dot", "probability": 0.76904296875}, {"start": 1313.67, "end": 1314.31, "word": " equals", "probability": 0.92041015625}, {"start": 1314.31, "end": 1314.73, "word": " ignore", "probability": 0.42578125}, {"start": 1314.73, "end": 1315.23, "word": " case", "probability": 0.888671875}, {"start": 1315.23, "end": 1316.49, "word": " blue", "probability": 0.8798828125}, {"start": 1316.49, "end": 1320.29, "word": " if", "probability": 0.22265625}, {"start": 1320.29, "end": 1320.55, "word": " it", "probability": 0.5234375}, {"start": 1320.55, "end": 1320.69, "word": " was", "probability": 0.273193359375}, {"start": 1320.69, "end": 1321.05, "word": " red,", "probability": 0.84423828125}, {"start": 1321.59, "end": 1321.75, "word": " it", "probability": 0.431884765625}, {"start": 1321.75, "end": 1321.91, "word": " will", "probability": 0.409912109375}, {"start": 1321.91, "end": 1322.31, "word": " create", "probability": 0.338134765625}, {"start": 1322.31, "end": 1323.39, "word": " a", "probability": 0.67138671875}, {"start": 1323.39, "end": 1323.39, "word": " new", "probability": 0.62109375}, {"start": 1323.39, "end": 1323.39, "word": " red", "probability": 0.6552734375}, {"start": 1323.39, "end": 1323.97, "word": " fragment", "probability": 0.88525390625}, {"start": 1323.97, "end": 1325.21, "word": " or", "probability": 0.381103515625}, {"start": 1325.21, "end": 1325.51, "word": " if", "probability": 0.8291015625}, {"start": 1325.51, "end": 1325.77, "word": " you", "probability": 0.257080078125}, {"start": 1325.77, "end": 1325.99, "word": " saw", "probability": 0.72265625}, {"start": 1325.99, "end": 1326.37, "word": " new", "probability": 0.72607421875}, {"start": 1326.37, "end": 1327.55, "word": " red", "probability": 0.7529296875}, {"start": 1327.55, "end": 1328.13, "word": " fragment", "probability": 0.88330078125}, {"start": 1328.13, "end": 1330.67, "word": " it", "probability": 0.492919921875}, {"start": 1330.67, "end": 1330.73, "word": " will", "probability": 0.57861328125}, {"start": 1330.73, "end": 1330.87, "word": " create", "probability": 0.85986328125}, {"start": 1330.87, "end": 1331.01, "word": " a", "probability": 0.93701171875}, {"start": 1331.01, "end": 1331.01, "word": " new", "probability": 0.88525390625}, {"start": 1331.01, "end": 1331.13, "word": " red", "probability": 0.89306640625}, {"start": 1331.13, "end": 1331.61, "word": " fragment", "probability": 0.8916015625}, {"start": 1331.61, "end": 1333.03, "word": " now", "probability": 0.2445068359375}, {"start": 1333.03, "end": 1334.15, "word": " it", "probability": 0.301025390625}, {"start": 1334.15, "end": 1334.29, "word": " goes", "probability": 0.64208984375}, {"start": 1334.29, "end": 1334.43, "word": " to", "probability": 0.923828125}, {"start": 1334.43, "end": 1334.49, "word": " the", "probability": 0.4541015625}, {"start": 1334.49, "end": 1334.81, "word": " fragment", "probability": 0.7412109375}, {"start": 1334.81, "end": 1335.05, "word": " in", "probability": 0.470947265625}, {"start": 1335.05, "end": 1335.49, "word": " transaction", "probability": 0.7626953125}], "temperature": 1.0}, {"id": 53, "seek": 136631, "start": 1336.95, "end": 1366.31, "text": " What we did is this, and we replace it with a method called replace What is replace? Of course, in the beginning it is empty, so replace is like add, it happens. Ok, this replace takes two things. The first thing is that it takes id of the place where you want to put the fragment. art.id.content layout, which is the frame layout that we did. RF, who is RF? The red fragment.", "tokens": [708, 321, 630, 307, 341, 11, 293, 321, 7406, 309, 365, 257, 3170, 1219, 7406, 708, 307, 7406, 30, 2720, 1164, 11, 294, 264, 2863, 309, 307, 6707, 11, 370, 7406, 307, 411, 909, 11, 309, 2314, 13, 3477, 11, 341, 7406, 2516, 732, 721, 13, 440, 700, 551, 307, 300, 309, 2516, 4496, 295, 264, 1081, 689, 291, 528, 281, 829, 264, 26424, 13, 1523, 13, 327, 13, 9000, 317, 13333, 11, 597, 307, 264, 3920, 13333, 300, 321, 630, 13, 26204, 11, 567, 307, 26204, 30, 440, 2182, 26424, 13], "avg_logprob": -0.6142473349007227, "compression_ratio": 1.7136363636363636, "no_speech_prob": 3.7550926208496094e-06, "words": [{"start": 1336.95, "end": 1337.21, "word": " What", "probability": 0.051025390625}, {"start": 1337.21, "end": 1337.25, "word": " we", "probability": 0.69677734375}, {"start": 1337.25, "end": 1337.43, "word": " did", "probability": 0.474609375}, {"start": 1337.43, "end": 1337.59, "word": " is", "probability": 0.264892578125}, {"start": 1337.59, "end": 1337.77, "word": " this,", "probability": 0.5537109375}, {"start": 1338.09, "end": 1338.27, "word": " and", "probability": 0.6904296875}, {"start": 1338.27, "end": 1338.47, "word": " we", "probability": 0.67919921875}, {"start": 1338.47, "end": 1338.61, "word": " replace", "probability": 0.062255859375}, {"start": 1338.61, "end": 1338.89, "word": " it", "probability": 0.541015625}, {"start": 1338.89, "end": 1338.95, "word": " with", "probability": 0.478515625}, {"start": 1338.95, "end": 1338.99, "word": " a", "probability": 0.269775390625}, {"start": 1338.99, "end": 1339.15, "word": " method", "probability": 0.6123046875}, {"start": 1339.15, "end": 1339.51, "word": " called", "probability": 0.45751953125}, {"start": 1339.51, "end": 1339.89, "word": " replace", "probability": 0.7392578125}, {"start": 1339.89, "end": 1341.33, "word": " What", "probability": 0.474853515625}, {"start": 1341.33, "end": 1341.45, "word": " is", "probability": 0.84033203125}, {"start": 1341.45, "end": 1341.89, "word": " replace?", "probability": 0.8828125}, {"start": 1342.95, "end": 1343.39, "word": " Of", "probability": 0.04058837890625}, {"start": 1343.39, "end": 1344.09, "word": " course,", "probability": 0.90087890625}, {"start": 1344.21, "end": 1344.25, "word": " in", "probability": 0.31396484375}, {"start": 1344.25, "end": 1344.35, "word": " the", "probability": 0.89990234375}, {"start": 1344.35, "end": 1344.51, "word": " beginning", "probability": 0.6025390625}, {"start": 1344.51, "end": 1344.61, "word": " it", "probability": 0.650390625}, {"start": 1344.61, "end": 1344.83, "word": " is", "probability": 0.53076171875}, {"start": 1344.83, "end": 1345.17, "word": " empty,", "probability": 0.505859375}, {"start": 1345.79, "end": 1346.03, "word": " so", "probability": 0.552734375}, {"start": 1346.03, "end": 1346.47, "word": " replace", "probability": 0.81298828125}, {"start": 1346.47, "end": 1346.65, "word": " is", "probability": 0.291259765625}, {"start": 1346.65, "end": 1347.65, "word": " like", "probability": 0.64208984375}, {"start": 1347.65, "end": 1348.01, "word": " add,", "probability": 0.64208984375}, {"start": 1348.05, "end": 1348.09, "word": " it", "probability": 0.368408203125}, {"start": 1348.09, "end": 1348.43, "word": " happens.", "probability": 0.325439453125}, {"start": 1348.95, "end": 1349.09, "word": " Ok,", "probability": 0.220703125}, {"start": 1349.57, "end": 1349.69, "word": " this", "probability": 0.262939453125}, {"start": 1349.69, "end": 1349.95, "word": " replace", "probability": 0.90234375}, {"start": 1349.95, "end": 1350.41, "word": " takes", "probability": 0.6904296875}, {"start": 1350.41, "end": 1350.75, "word": " two", "probability": 0.80615234375}, {"start": 1350.75, "end": 1350.75, "word": " things.", "probability": 0.61669921875}, {"start": 1351.59, "end": 1351.71, "word": " The", "probability": 0.56005859375}, {"start": 1351.71, "end": 1351.81, "word": " first", "probability": 0.8740234375}, {"start": 1351.81, "end": 1351.99, "word": " thing", "probability": 0.71728515625}, {"start": 1351.99, "end": 1352.13, "word": " is", "probability": 0.462890625}, {"start": 1352.13, "end": 1352.19, "word": " that", "probability": 0.328857421875}, {"start": 1352.19, "end": 1352.19, "word": " it", "probability": 0.8583984375}, {"start": 1352.19, "end": 1352.37, "word": " takes", "probability": 0.818359375}, {"start": 1352.37, "end": 1352.77, "word": " id", "probability": 0.53955078125}, {"start": 1352.77, "end": 1352.91, "word": " of", "probability": 0.607421875}, {"start": 1352.91, "end": 1353.01, "word": " the", "probability": 0.76123046875}, {"start": 1353.01, "end": 1353.35, "word": " place", "probability": 0.75341796875}, {"start": 1353.35, "end": 1354.39, "word": " where", "probability": 0.57568359375}, {"start": 1354.39, "end": 1354.55, "word": " you", "probability": 0.447998046875}, {"start": 1354.55, "end": 1354.61, "word": " want", "probability": 0.436767578125}, {"start": 1354.61, "end": 1354.61, "word": " to", "probability": 0.93505859375}, {"start": 1354.61, "end": 1354.79, "word": " put", "probability": 0.66943359375}, {"start": 1354.79, "end": 1355.01, "word": " the", "probability": 0.8486328125}, {"start": 1355.01, "end": 1355.31, "word": " fragment.", "probability": 0.830078125}, {"start": 1355.97, "end": 1356.41, "word": " art", "probability": 0.1590576171875}, {"start": 1356.41, "end": 1357.13, "word": ".id", "probability": 0.943359375}, {"start": 1357.13, "end": 1358.15, "word": ".content", "probability": 0.9454752604166666}, {"start": 1358.15, "end": 1359.53, "word": " layout,", "probability": 0.4609375}, {"start": 1359.87, "end": 1360.01, "word": " which", "probability": 0.86669921875}, {"start": 1360.01, "end": 1360.11, "word": " is", "probability": 0.923828125}, {"start": 1360.11, "end": 1360.23, "word": " the", "probability": 0.8623046875}, {"start": 1360.23, "end": 1360.43, "word": " frame", "probability": 0.8369140625}, {"start": 1360.43, "end": 1360.71, "word": " layout", "probability": 0.98779296875}, {"start": 1360.71, "end": 1360.83, "word": " that", "probability": 0.556640625}, {"start": 1360.83, "end": 1360.85, "word": " we", "probability": 0.94091796875}, {"start": 1360.85, "end": 1361.07, "word": " did.", "probability": 0.4287109375}, {"start": 1363.21, "end": 1363.65, "word": " RF,", "probability": 0.450439453125}, {"start": 1363.79, "end": 1363.95, "word": " who", "probability": 0.712890625}, {"start": 1363.95, "end": 1364.01, "word": " is", "probability": 0.89208984375}, {"start": 1364.01, "end": 1364.35, "word": " RF?", "probability": 0.95654296875}, {"start": 1365.33, "end": 1365.77, "word": " The", "probability": 0.456298828125}, {"start": 1365.77, "end": 1365.91, "word": " red", "probability": 0.8447265625}, {"start": 1365.91, "end": 1366.31, "word": " fragment.", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 54, "seek": 139700, "start": 1367.6, "end": 1397.0, "text": " now if it was green, we make details fragment df new details fragment and then the same as ft replace r.id.content layout df and the same thing for blue", "tokens": [586, 498, 309, 390, 3092, 11, 321, 652, 4365, 26424, 274, 69, 777, 4365, 26424, 293, 550, 264, 912, 382, 31842, 7406, 367, 13, 327, 13, 9000, 317, 13333, 274, 69, 293, 264, 912, 551, 337, 3344], "avg_logprob": -0.545230253746635, "compression_ratio": 1.4299065420560748, "no_speech_prob": 0.0, "words": [{"start": 1367.6, "end": 1368.0, "word": " now", "probability": 0.1683349609375}, {"start": 1368.0, "end": 1368.26, "word": " if", "probability": 0.81689453125}, {"start": 1368.26, "end": 1368.42, "word": " it", "probability": 0.6982421875}, {"start": 1368.42, "end": 1368.68, "word": " was", "probability": 0.400390625}, {"start": 1368.68, "end": 1369.18, "word": " green,", "probability": 0.83349609375}, {"start": 1369.76, "end": 1370.38, "word": " we", "probability": 0.472412109375}, {"start": 1370.38, "end": 1370.76, "word": " make", "probability": 0.166259765625}, {"start": 1370.76, "end": 1371.34, "word": " details", "probability": 0.6357421875}, {"start": 1371.34, "end": 1372.86, "word": " fragment", "probability": 0.72021484375}, {"start": 1372.86, "end": 1375.44, "word": " df", "probability": 0.6146240234375}, {"start": 1375.44, "end": 1376.34, "word": " new", "probability": 0.0178375244140625}, {"start": 1376.34, "end": 1377.8, "word": " details", "probability": 0.896484375}, {"start": 1377.8, "end": 1379.48, "word": " fragment", "probability": 0.8935546875}, {"start": 1379.48, "end": 1380.52, "word": " and", "probability": 0.34912109375}, {"start": 1380.52, "end": 1380.82, "word": " then", "probability": 0.31689453125}, {"start": 1380.82, "end": 1381.24, "word": " the", "probability": 0.392578125}, {"start": 1381.24, "end": 1381.24, "word": " same", "probability": 0.87939453125}, {"start": 1381.24, "end": 1381.42, "word": " as", "probability": 0.373291015625}, {"start": 1381.42, "end": 1381.8, "word": " ft", "probability": 0.1446533203125}, {"start": 1381.8, "end": 1382.88, "word": " replace", "probability": 0.734375}, {"start": 1382.88, "end": 1384.28, "word": " r", "probability": 0.49462890625}, {"start": 1384.28, "end": 1385.06, "word": ".id", "probability": 0.922119140625}, {"start": 1385.06, "end": 1385.98, "word": ".content", "probability": 0.9256184895833334}, {"start": 1385.98, "end": 1386.54, "word": " layout", "probability": 0.38330078125}, {"start": 1386.54, "end": 1390.4, "word": " df", "probability": 0.766357421875}, {"start": 1390.4, "end": 1392.08, "word": " and", "probability": 0.81787109375}, {"start": 1392.08, "end": 1392.2, "word": " the", "probability": 0.6591796875}, {"start": 1392.2, "end": 1392.3, "word": " same", "probability": 0.91357421875}, {"start": 1392.3, "end": 1392.68, "word": " thing", "probability": 0.5380859375}, {"start": 1392.68, "end": 1393.0, "word": " for", "probability": 0.7685546875}, {"start": 1393.0, "end": 1397.0, "word": " blue", "probability": 0.65966796875}], "temperature": 1.0}, {"id": 55, "seek": 144162, "start": 1414.38, "end": 1441.62, "text": " Ok guys, it's easy or difficult? It's easy, see how you design the fragments, the independent screens, you put the data in it, and you make the code in it, and you say, just remove one and put another one, because I remove the entire content of the derailleur, okay? Maybe this one has work that is completely different from the second fragment, and in the end, do not forget that you go to the fragment transaction and do a commit process, like a database", "tokens": [3477, 1074, 11, 309, 311, 1858, 420, 2252, 30, 467, 311, 1858, 11, 536, 577, 291, 1715, 264, 29197, 11, 264, 6695, 11171, 11, 291, 829, 264, 1412, 294, 309, 11, 293, 291, 652, 264, 3089, 294, 309, 11, 293, 291, 584, 11, 445, 4159, 472, 293, 829, 1071, 472, 11, 570, 286, 4159, 264, 2302, 2701, 295, 264, 1163, 864, 306, 374, 11, 1392, 30, 2704, 341, 472, 575, 589, 300, 307, 2584, 819, 490, 264, 1150, 26424, 11, 293, 294, 264, 917, 11, 360, 406, 2870, 300, 291, 352, 281, 264, 26424, 14425, 293, 360, 257, 5599, 1399, 11, 411, 257, 8149], "avg_logprob": -0.6089285623459589, "compression_ratio": 1.7509578544061302, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1414.38, "end": 1414.68, "word": " Ok", "probability": 0.277099609375}, {"start": 1414.68, "end": 1415.14, "word": " guys,", "probability": 0.5322265625}, {"start": 1415.4, "end": 1415.46, "word": " it's", "probability": 0.486328125}, {"start": 1415.46, "end": 1415.62, "word": " easy", "probability": 0.7255859375}, {"start": 1415.62, "end": 1415.82, "word": " or", "probability": 0.78955078125}, {"start": 1415.82, "end": 1416.04, "word": " difficult?", "probability": 0.4287109375}, {"start": 1416.58, "end": 1417.02, "word": " It's", "probability": 0.690185546875}, {"start": 1417.02, "end": 1417.22, "word": " easy,", "probability": 0.89599609375}, {"start": 1417.36, "end": 1417.52, "word": " see", "probability": 0.2939453125}, {"start": 1417.52, "end": 1417.8, "word": " how", "probability": 0.9091796875}, {"start": 1417.8, "end": 1418.04, "word": " you", "probability": 0.90283203125}, {"start": 1418.04, "end": 1418.62, "word": " design", "probability": 0.8974609375}, {"start": 1418.62, "end": 1419.84, "word": " the", "probability": 0.136474609375}, {"start": 1419.84, "end": 1420.4, "word": " fragments,", "probability": 0.4482421875}, {"start": 1420.54, "end": 1420.66, "word": " the", "probability": 0.333740234375}, {"start": 1420.66, "end": 1421.32, "word": " independent", "probability": 0.52099609375}, {"start": 1421.32, "end": 1421.32, "word": " screens,", "probability": 0.82763671875}, {"start": 1421.52, "end": 1421.64, "word": " you", "probability": 0.423828125}, {"start": 1421.64, "end": 1421.84, "word": " put", "probability": 0.66748046875}, {"start": 1421.84, "end": 1422.14, "word": " the", "probability": 0.5390625}, {"start": 1422.14, "end": 1422.34, "word": " data", "probability": 0.056610107421875}, {"start": 1422.34, "end": 1422.56, "word": " in", "probability": 0.3896484375}, {"start": 1422.56, "end": 1422.58, "word": " it,", "probability": 0.626953125}, {"start": 1422.66, "end": 1422.76, "word": " and", "probability": 0.492431640625}, {"start": 1422.76, "end": 1422.86, "word": " you", "probability": 0.54931640625}, {"start": 1422.86, "end": 1423.04, "word": " make", "probability": 0.40380859375}, {"start": 1423.04, "end": 1423.3, "word": " the", "probability": 0.50732421875}, {"start": 1423.3, "end": 1423.62, "word": " code", "probability": 0.91845703125}, {"start": 1423.62, "end": 1423.64, "word": " in", "probability": 0.5634765625}, {"start": 1423.64, "end": 1423.64, "word": " it,", "probability": 0.93212890625}, {"start": 1423.74, "end": 1424.12, "word": " and", "probability": 0.74658203125}, {"start": 1424.12, "end": 1424.24, "word": " you", "probability": 0.62939453125}, {"start": 1424.24, "end": 1424.58, "word": " say,", "probability": 0.324462890625}, {"start": 1424.82, "end": 1424.82, "word": " just", "probability": 0.2330322265625}, {"start": 1424.82, "end": 1425.8, "word": " remove", "probability": 0.409423828125}, {"start": 1425.8, "end": 1426.18, "word": " one", "probability": 0.8955078125}, {"start": 1426.18, "end": 1426.28, "word": " and", "probability": 0.7421875}, {"start": 1426.28, "end": 1426.44, "word": " put", "probability": 0.6376953125}, {"start": 1426.44, "end": 1426.68, "word": " another", "probability": 0.74169921875}, {"start": 1426.68, "end": 1426.84, "word": " one,", "probability": 0.64990234375}, {"start": 1426.98, "end": 1427.14, "word": " because", "probability": 0.521484375}, {"start": 1427.14, "end": 1427.3, "word": " I", "probability": 0.85546875}, {"start": 1427.3, "end": 1427.48, "word": " remove", "probability": 0.75341796875}, {"start": 1427.48, "end": 1427.56, "word": " the", "probability": 0.38818359375}, {"start": 1427.56, "end": 1428.18, "word": " entire", "probability": 0.39013671875}, {"start": 1428.18, "end": 1428.18, "word": " content", "probability": 0.88525390625}, {"start": 1428.18, "end": 1428.36, "word": " of", "probability": 0.46142578125}, {"start": 1428.36, "end": 1428.46, "word": " the", "probability": 0.466064453125}, {"start": 1428.46, "end": 1428.78, "word": " derailleur,", "probability": 0.52203369140625}, {"start": 1429.04, "end": 1429.3, "word": " okay?", "probability": 0.42578125}, {"start": 1429.98, "end": 1430.26, "word": " Maybe", "probability": 0.501953125}, {"start": 1430.26, "end": 1430.5, "word": " this", "probability": 0.61865234375}, {"start": 1430.5, "end": 1430.6, "word": " one", "probability": 0.40234375}, {"start": 1430.6, "end": 1430.74, "word": " has", "probability": 0.8798828125}, {"start": 1430.74, "end": 1431.1, "word": " work", "probability": 0.328369140625}, {"start": 1431.1, "end": 1431.86, "word": " that", "probability": 0.431640625}, {"start": 1431.86, "end": 1432.08, "word": " is", "probability": 0.8251953125}, {"start": 1432.08, "end": 1432.08, "word": " completely", "probability": 0.5908203125}, {"start": 1432.08, "end": 1432.08, "word": " different", "probability": 0.87353515625}, {"start": 1432.08, "end": 1433.14, "word": " from", "probability": 0.8271484375}, {"start": 1433.14, "end": 1433.56, "word": " the", "probability": 0.90576171875}, {"start": 1433.56, "end": 1434.28, "word": " second", "probability": 0.459716796875}, {"start": 1434.28, "end": 1434.28, "word": " fragment,", "probability": 0.765625}, {"start": 1434.42, "end": 1434.8, "word": " and", "probability": 0.90966796875}, {"start": 1434.8, "end": 1434.86, "word": " in", "probability": 0.413818359375}, {"start": 1434.86, "end": 1434.96, "word": " the", "probability": 0.923828125}, {"start": 1434.96, "end": 1435.18, "word": " end,", "probability": 0.9033203125}, {"start": 1435.28, "end": 1435.3, "word": " do", "probability": 0.348388671875}, {"start": 1435.3, "end": 1435.3, "word": " not", "probability": 0.939453125}, {"start": 1435.3, "end": 1435.76, "word": " forget", "probability": 0.9140625}, {"start": 1435.76, "end": 1436.58, "word": " that", "probability": 0.666015625}, {"start": 1436.58, "end": 1436.8, "word": " you", "probability": 0.8671875}, {"start": 1436.8, "end": 1436.92, "word": " go", "probability": 0.93310546875}, {"start": 1436.92, "end": 1437.04, "word": " to", "probability": 0.95458984375}, {"start": 1437.04, "end": 1437.16, "word": " the", "probability": 0.86328125}, {"start": 1437.16, "end": 1437.46, "word": " fragment", "probability": 0.73828125}, {"start": 1437.46, "end": 1438.12, "word": " transaction", "probability": 0.74658203125}, {"start": 1438.12, "end": 1438.36, "word": " and", "probability": 0.62890625}, {"start": 1438.36, "end": 1438.62, "word": " do", "probability": 0.328125}, {"start": 1438.62, "end": 1439.74, "word": " a", "probability": 0.41748046875}, {"start": 1439.74, "end": 1440.08, "word": " commit", "probability": 0.2021484375}, {"start": 1440.08, "end": 1440.22, "word": " process,", "probability": 0.436279296875}, {"start": 1440.64, "end": 1441.12, "word": " like", "probability": 0.8349609375}, {"start": 1441.12, "end": 1441.26, "word": " a", "probability": 0.43994140625}, {"start": 1441.26, "end": 1441.62, "word": " database", "probability": 0.916015625}], "temperature": 1.0}, {"id": 56, "seek": 145027, "start": 1442.75, "end": 1450.27, "text": " Depending on the adjustments we made. Let's see this work again. Let's do this.", "tokens": [1346, 494, 273, 278, 322, 264, 18624, 321, 1027, 13, 961, 311, 536, 341, 589, 797, 13, 961, 311, 360, 341, 13], "avg_logprob": -0.6453804606976716, "compression_ratio": 1.0666666666666667, "no_speech_prob": 0.0, "words": [{"start": 1442.75, "end": 1443.51, "word": " Depending", "probability": 0.5195236206054688}, {"start": 1443.51, "end": 1444.27, "word": " on", "probability": 0.88232421875}, {"start": 1444.27, "end": 1444.73, "word": " the", "probability": 0.67626953125}, {"start": 1444.73, "end": 1445.03, "word": " adjustments", "probability": 0.59130859375}, {"start": 1445.03, "end": 1445.29, "word": " we", "probability": 0.71875}, {"start": 1445.29, "end": 1445.51, "word": " made.", "probability": 0.56884765625}, {"start": 1446.71, "end": 1447.31, "word": " Let's", "probability": 0.54754638671875}, {"start": 1447.31, "end": 1447.75, "word": " see", "probability": 0.388427734375}, {"start": 1447.75, "end": 1448.13, "word": " this", "probability": 0.60791015625}, {"start": 1448.13, "end": 1448.35, "word": " work", "probability": 0.371337890625}, {"start": 1448.35, "end": 1448.59, "word": " again.", "probability": 0.21826171875}, {"start": 1449.11, "end": 1449.81, "word": " Let's", "probability": 0.773681640625}, {"start": 1449.81, "end": 1449.99, "word": " do", "probability": 0.8291015625}, {"start": 1449.99, "end": 1450.27, "word": " this.", "probability": 0.849609375}], "temperature": 1.0}, {"id": 57, "seek": 149538, "start": 1484.8, "end": 1495.38, "text": " Okay guys, it means that the first one to turn on the screen is still blank. It means that this is red, this is blue and this is green.", "tokens": [1033, 1074, 11, 309, 1355, 300, 264, 700, 472, 281, 1261, 322, 264, 2568, 307, 920, 8247, 13, 467, 1355, 300, 341, 307, 2182, 11, 341, 307, 3344, 293, 341, 307, 3092, 13], "avg_logprob": -0.6015625192838556, "compression_ratio": 1.3877551020408163, "no_speech_prob": 0.0, "words": [{"start": 1484.8000000000002, "end": 1485.14, "word": " Okay", "probability": 0.1893310546875}, {"start": 1485.14, "end": 1485.48, "word": " guys,", "probability": 0.54833984375}, {"start": 1485.9, "end": 1487.1, "word": " it", "probability": 0.11956787109375}, {"start": 1487.1, "end": 1487.22, "word": " means", "probability": 0.56640625}, {"start": 1487.22, "end": 1487.24, "word": " that", "probability": 0.57470703125}, {"start": 1487.24, "end": 1487.36, "word": " the", "probability": 0.41748046875}, {"start": 1487.36, "end": 1487.46, "word": " first", "probability": 0.5458984375}, {"start": 1487.46, "end": 1487.6, "word": " one", "probability": 0.349365234375}, {"start": 1487.6, "end": 1487.62, "word": " to", "probability": 0.32666015625}, {"start": 1487.62, "end": 1487.76, "word": " turn", "probability": 0.47314453125}, {"start": 1487.76, "end": 1487.92, "word": " on", "probability": 0.80810546875}, {"start": 1487.92, "end": 1488.04, "word": " the", "probability": 0.80224609375}, {"start": 1488.04, "end": 1488.22, "word": " screen", "probability": 0.681640625}, {"start": 1488.22, "end": 1488.38, "word": " is", "probability": 0.6279296875}, {"start": 1488.38, "end": 1488.54, "word": " still", "probability": 0.86181640625}, {"start": 1488.54, "end": 1488.8, "word": " blank.", "probability": 0.10986328125}, {"start": 1492.18, "end": 1492.52, "word": " It", "probability": 0.2359619140625}, {"start": 1492.52, "end": 1492.58, "word": " means", "probability": 0.64453125}, {"start": 1492.58, "end": 1492.8, "word": " that", "probability": 0.357666015625}, {"start": 1492.8, "end": 1492.8, "word": " this", "probability": 0.7919921875}, {"start": 1492.8, "end": 1492.8, "word": " is", "probability": 0.55419921875}, {"start": 1492.8, "end": 1493.1, "word": " red,", "probability": 0.7724609375}, {"start": 1493.48, "end": 1493.92, "word": " this", "probability": 0.80126953125}, {"start": 1493.92, "end": 1493.94, "word": " is", "probability": 0.94189453125}, {"start": 1493.94, "end": 1494.26, "word": " blue", "probability": 0.97607421875}, {"start": 1494.26, "end": 1494.96, "word": " and", "probability": 0.50439453125}, {"start": 1494.96, "end": 1495.12, "word": " this", "probability": 0.92333984375}, {"start": 1495.12, "end": 1495.12, "word": " is", "probability": 0.94189453125}, {"start": 1495.12, "end": 1495.38, "word": " green.", "probability": 0.953125}], "temperature": 1.0}, {"id": 58, "seek": 151427, "start": 1497.57, "end": 1514.27, "text": " It will change the content that is available. But there is a problem because when I started working, it was empty. The application could not be implemented. So you need to go to the main activity here", "tokens": [467, 486, 1319, 264, 2701, 300, 307, 2435, 13, 583, 456, 307, 257, 1154, 570, 562, 286, 1409, 1364, 11, 309, 390, 6707, 13, 440, 3861, 727, 406, 312, 12270, 13, 407, 291, 643, 281, 352, 281, 264, 2135, 5191, 510], "avg_logprob": -0.8303571655636742, "compression_ratio": 1.3673469387755102, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 1497.57, "end": 1498.09, "word": " It", "probability": 0.12408447265625}, {"start": 1498.09, "end": 1498.13, "word": " will", "probability": 0.20947265625}, {"start": 1498.13, "end": 1498.55, "word": " change", "probability": 0.50439453125}, {"start": 1498.55, "end": 1500.01, "word": " the", "probability": 0.607421875}, {"start": 1500.01, "end": 1500.51, "word": " content", "probability": 0.41845703125}, {"start": 1500.51, "end": 1501.59, "word": " that", "probability": 0.1268310546875}, {"start": 1501.59, "end": 1502.17, "word": " is", "probability": 0.50634765625}, {"start": 1502.17, "end": 1502.49, "word": " available.", "probability": 0.3330078125}, {"start": 1503.91, "end": 1504.25, "word": " But", "probability": 0.19775390625}, {"start": 1504.25, "end": 1504.37, "word": " there", "probability": 0.57763671875}, {"start": 1504.37, "end": 1504.39, "word": " is", "probability": 0.7373046875}, {"start": 1504.39, "end": 1504.55, "word": " a", "probability": 0.76904296875}, {"start": 1504.55, "end": 1504.77, "word": " problem", "probability": 0.75390625}, {"start": 1504.77, "end": 1505.05, "word": " because", "probability": 0.1319580078125}, {"start": 1505.05, "end": 1505.23, "word": " when", "probability": 0.5234375}, {"start": 1505.23, "end": 1505.37, "word": " I", "probability": 0.7353515625}, {"start": 1505.37, "end": 1505.63, "word": " started", "probability": 0.5185546875}, {"start": 1505.63, "end": 1505.85, "word": " working,", "probability": 0.5478515625}, {"start": 1506.31, "end": 1506.75, "word": " it", "probability": 0.265380859375}, {"start": 1506.75, "end": 1506.75, "word": " was", "probability": 0.84716796875}, {"start": 1506.75, "end": 1506.97, "word": " empty.", "probability": 0.42626953125}, {"start": 1507.05, "end": 1507.41, "word": " The", "probability": 0.1553955078125}, {"start": 1507.41, "end": 1507.73, "word": " application", "probability": 0.6884765625}, {"start": 1507.73, "end": 1507.73, "word": " could", "probability": 0.2421875}, {"start": 1507.73, "end": 1507.73, "word": " not", "probability": 0.9208984375}, {"start": 1507.73, "end": 1508.45, "word": " be", "probability": 0.39990234375}, {"start": 1508.45, "end": 1508.99, "word": " implemented.", "probability": 0.3291015625}, {"start": 1509.59, "end": 1510.25, "word": " So", "probability": 0.345947265625}, {"start": 1510.25, "end": 1511.97, "word": " you", "probability": 0.5}, {"start": 1511.97, "end": 1512.15, "word": " need", "probability": 0.418212890625}, {"start": 1512.15, "end": 1512.37, "word": " to", "probability": 0.95703125}, {"start": 1512.37, "end": 1512.47, "word": " go", "probability": 0.79345703125}, {"start": 1512.47, "end": 1512.91, "word": " to", "probability": 0.89990234375}, {"start": 1512.91, "end": 1513.07, "word": " the", "probability": 0.59375}, {"start": 1513.07, "end": 1513.21, "word": " main", "probability": 0.77490234375}, {"start": 1513.21, "end": 1513.69, "word": " activity", "probability": 0.89697265625}, {"start": 1513.69, "end": 1514.27, "word": " here", "probability": 0.44921875}], "temperature": 1.0}, {"id": 59, "seek": 154078, "start": 1516.2, "end": 1540.78, "text": " And we say uncreate, once the activity is running, it will add another one You need to get the fragment manager as well, fm and say get support fragment manager and then say fragment transaction ft.fn.begintransaction and then ft.replace", "tokens": [400, 321, 584, 6219, 265, 473, 11, 1564, 264, 5191, 307, 2614, 11, 309, 486, 909, 1071, 472, 509, 643, 281, 483, 264, 26424, 6598, 382, 731, 11, 283, 76, 293, 584, 483, 1406, 26424, 6598, 293, 550, 584, 26424, 14425, 31842, 13, 69, 77, 13, 650, 1494, 24999, 2894, 293, 550, 31842, 13, 265, 6742], "avg_logprob": -0.6376096323916787, "compression_ratio": 1.6081081081081081, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1516.2, "end": 1516.74, "word": " And", "probability": 0.1610107421875}, {"start": 1516.74, "end": 1516.82, "word": " we", "probability": 0.180419921875}, {"start": 1516.82, "end": 1516.94, "word": " say", "probability": 0.49951171875}, {"start": 1516.94, "end": 1517.84, "word": " uncreate,", "probability": 0.6912434895833334}, {"start": 1517.88, "end": 1518.08, "word": " once", "probability": 0.1719970703125}, {"start": 1518.08, "end": 1518.56, "word": " the", "probability": 0.389404296875}, {"start": 1518.56, "end": 1519.0, "word": " activity", "probability": 0.888671875}, {"start": 1519.0, "end": 1519.0, "word": " is", "probability": 0.386962890625}, {"start": 1519.0, "end": 1519.0, "word": " running,", "probability": 0.436279296875}, {"start": 1519.7, "end": 1520.94, "word": " it", "probability": 0.2479248046875}, {"start": 1520.94, "end": 1520.98, "word": " will", "probability": 0.54052734375}, {"start": 1520.98, "end": 1521.16, "word": " add", "probability": 0.71484375}, {"start": 1521.16, "end": 1521.58, "word": " another", "probability": 0.2354736328125}, {"start": 1521.58, "end": 1521.7, "word": " one", "probability": 0.55908203125}, {"start": 1521.7, "end": 1522.26, "word": " You", "probability": 0.225830078125}, {"start": 1522.26, "end": 1522.42, "word": " need", "probability": 0.314453125}, {"start": 1522.42, "end": 1522.66, "word": " to", "probability": 0.93701171875}, {"start": 1522.66, "end": 1522.76, "word": " get", "probability": 0.30615234375}, {"start": 1522.76, "end": 1523.72, "word": " the", "probability": 0.318359375}, {"start": 1523.72, "end": 1524.56, "word": " fragment", "probability": 0.7685546875}, {"start": 1524.56, "end": 1525.04, "word": " manager", "probability": 0.93310546875}, {"start": 1525.04, "end": 1525.26, "word": " as", "probability": 0.2359619140625}, {"start": 1525.26, "end": 1525.36, "word": " well,", "probability": 0.9033203125}, {"start": 1525.9, "end": 1526.58, "word": " fm", "probability": 0.5821533203125}, {"start": 1526.58, "end": 1527.12, "word": " and", "probability": 0.408935546875}, {"start": 1527.12, "end": 1527.38, "word": " say", "probability": 0.45849609375}, {"start": 1527.38, "end": 1527.62, "word": " get", "probability": 0.83984375}, {"start": 1527.62, "end": 1528.3, "word": " support", "probability": 0.75732421875}, {"start": 1528.3, "end": 1529.4, "word": " fragment", "probability": 0.87744140625}, {"start": 1529.4, "end": 1529.9, "word": " manager", "probability": 0.90966796875}, {"start": 1529.9, "end": 1530.64, "word": " and", "probability": 0.287841796875}, {"start": 1530.64, "end": 1530.86, "word": " then", "probability": 0.537109375}, {"start": 1530.86, "end": 1531.3, "word": " say", "probability": 0.50537109375}, {"start": 1531.3, "end": 1532.26, "word": " fragment", "probability": 0.7880859375}, {"start": 1532.26, "end": 1533.08, "word": " transaction", "probability": 0.85400390625}, {"start": 1533.08, "end": 1534.82, "word": " ft", "probability": 0.77490234375}, {"start": 1534.82, "end": 1536.32, "word": ".fn", "probability": 0.426544189453125}, {"start": 1536.32, "end": 1538.18, "word": ".begintransaction", "probability": 0.80419921875}, {"start": 1538.18, "end": 1539.1, "word": " and", "probability": 0.62060546875}, {"start": 1539.1, "end": 1539.34, "word": " then", "probability": 0.72900390625}, {"start": 1539.34, "end": 1539.72, "word": " ft", "probability": 0.8134765625}, {"start": 1539.72, "end": 1540.78, "word": ".replace", "probability": 0.9558919270833334}], "temperature": 1.0}, {"id": 60, "seek": 156909, "start": 1541.91, "end": 1569.09, "text": " R.ID.ContentLayout and choose one of them that you want as default. For example, if you want to read a fragment. The first thing I do is create a read fragment and put it somewhere on the page. And then FT.Commit. Okay, it works. As you can see, it says, no, you want a frame layout.", "tokens": [497, 13, 2777, 13, 29821, 317, 43, 320, 346, 293, 2826, 472, 295, 552, 300, 291, 528, 382, 7576, 13, 1171, 1365, 11, 498, 291, 528, 281, 1401, 257, 26424, 13, 440, 700, 551, 286, 360, 307, 1884, 257, 1401, 26424, 293, 829, 309, 4079, 322, 264, 3028, 13, 400, 550, 46675, 13, 39206, 270, 13, 1033, 11, 309, 1985, 13, 1018, 291, 393, 536, 11, 309, 1619, 11, 572, 11, 291, 528, 257, 3920, 13333, 13], "avg_logprob": -0.6406249900658926, "compression_ratio": 1.4947368421052631, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1541.9099999999999, "end": 1542.35, "word": " R", "probability": 0.2115478515625}, {"start": 1542.35, "end": 1542.79, "word": ".ID", "probability": 0.6663818359375}, {"start": 1542.79, "end": 1544.87, "word": ".ContentLayout", "probability": 0.9178873697916666}, {"start": 1544.87, "end": 1545.05, "word": " and", "probability": 0.404541015625}, {"start": 1545.05, "end": 1545.37, "word": " choose", "probability": 0.5263671875}, {"start": 1545.37, "end": 1545.89, "word": " one", "probability": 0.6484375}, {"start": 1545.89, "end": 1546.23, "word": " of", "probability": 0.41455078125}, {"start": 1546.23, "end": 1546.39, "word": " them", "probability": 0.77294921875}, {"start": 1546.39, "end": 1546.49, "word": " that", "probability": 0.272216796875}, {"start": 1546.49, "end": 1546.67, "word": " you", "probability": 0.7587890625}, {"start": 1546.67, "end": 1546.75, "word": " want", "probability": 0.78466796875}, {"start": 1546.75, "end": 1546.83, "word": " as", "probability": 0.42333984375}, {"start": 1546.83, "end": 1547.15, "word": " default.", "probability": 0.84619140625}, {"start": 1547.49, "end": 1547.67, "word": " For", "probability": 0.81103515625}, {"start": 1547.67, "end": 1547.85, "word": " example,", "probability": 0.90283203125}, {"start": 1547.97, "end": 1548.09, "word": " if", "probability": 0.25830078125}, {"start": 1548.09, "end": 1548.27, "word": " you", "probability": 0.40673828125}, {"start": 1548.27, "end": 1548.39, "word": " want", "probability": 0.58984375}, {"start": 1548.39, "end": 1548.39, "word": " to", "probability": 0.2064208984375}, {"start": 1548.39, "end": 1548.95, "word": " read", "probability": 0.438232421875}, {"start": 1548.95, "end": 1549.47, "word": " a", "probability": 0.464111328125}, {"start": 1549.47, "end": 1549.79, "word": " fragment.", "probability": 0.8701171875}, {"start": 1550.49, "end": 1550.71, "word": " The", "probability": 0.1192626953125}, {"start": 1550.71, "end": 1550.89, "word": " first", "probability": 0.833984375}, {"start": 1550.89, "end": 1551.15, "word": " thing", "probability": 0.6865234375}, {"start": 1551.15, "end": 1551.17, "word": " I", "probability": 0.28759765625}, {"start": 1551.17, "end": 1551.31, "word": " do", "probability": 0.67333984375}, {"start": 1551.31, "end": 1551.53, "word": " is", "probability": 0.80322265625}, {"start": 1551.53, "end": 1551.71, "word": " create", "probability": 0.306640625}, {"start": 1551.71, "end": 1551.85, "word": " a", "probability": 0.7412109375}, {"start": 1551.85, "end": 1551.95, "word": " read", "probability": 0.08685302734375}, {"start": 1551.95, "end": 1552.29, "word": " fragment", "probability": 0.755859375}, {"start": 1552.29, "end": 1552.53, "word": " and", "probability": 0.75244140625}, {"start": 1552.53, "end": 1552.75, "word": " put", "probability": 0.204833984375}, {"start": 1552.75, "end": 1552.83, "word": " it", "probability": 0.1763916015625}, {"start": 1552.83, "end": 1553.07, "word": " somewhere", "probability": 0.298828125}, {"start": 1553.07, "end": 1554.51, "word": " on", "probability": 0.84814453125}, {"start": 1554.51, "end": 1554.99, "word": " the", "probability": 0.81494140625}, {"start": 1554.99, "end": 1555.27, "word": " page.", "probability": 0.587890625}, {"start": 1555.83, "end": 1556.01, "word": " And", "probability": 0.477294921875}, {"start": 1556.01, "end": 1556.31, "word": " then", "probability": 0.748046875}, {"start": 1556.31, "end": 1556.65, "word": " FT", "probability": 0.26513671875}, {"start": 1556.65, "end": 1557.73, "word": ".Commit.", "probability": 0.8194986979166666}, {"start": 1561.23, "end": 1561.67, "word": " Okay,", "probability": 0.1390380859375}, {"start": 1565.13, "end": 1565.25, "word": " it", "probability": 0.5244140625}, {"start": 1565.25, "end": 1565.43, "word": " works.", "probability": 0.56201171875}, {"start": 1565.95, "end": 1566.15, "word": " As", "probability": 0.127685546875}, {"start": 1566.15, "end": 1566.31, "word": " you", "probability": 0.57568359375}, {"start": 1566.31, "end": 1566.37, "word": " can", "probability": 0.62109375}, {"start": 1566.37, "end": 1566.37, "word": " see,", "probability": 0.919921875}, {"start": 1566.67, "end": 1566.67, "word": " it", "probability": 0.72802734375}, {"start": 1566.67, "end": 1566.67, "word": " says,", "probability": 0.380615234375}, {"start": 1566.87, "end": 1567.09, "word": " no,", "probability": 0.304443359375}, {"start": 1567.99, "end": 1568.27, "word": " you", "probability": 0.91943359375}, {"start": 1568.27, "end": 1568.45, "word": " want", "probability": 0.58154296875}, {"start": 1568.45, "end": 1568.63, "word": " a", "probability": 0.33984375}, {"start": 1568.63, "end": 1568.81, "word": " frame", "probability": 0.78125}, {"start": 1568.81, "end": 1569.09, "word": " layout.", "probability": 0.986328125}], "temperature": 1.0}, {"id": 61, "seek": 159390, "start": 1573.2, "end": 1593.9, "text": " In the beginning, there was a fragment, but not inside the layout. We want it to be inside the frame. You can make a frame and put a fragment inside it, and then generate it. That's not the solution. But you have to put a frame layout. You can't put it before. Before, the frame itself was inside the constraint.", "tokens": [682, 264, 2863, 11, 456, 390, 257, 26424, 11, 457, 406, 1854, 264, 13333, 13, 492, 528, 309, 281, 312, 1854, 264, 3920, 13, 509, 393, 652, 257, 3920, 293, 829, 257, 26424, 1854, 309, 11, 293, 550, 8460, 309, 13, 663, 311, 406, 264, 3827, 13, 583, 291, 362, 281, 829, 257, 3920, 13333, 13, 509, 393, 380, 829, 309, 949, 13, 4546, 11, 264, 3920, 2564, 390, 1854, 264, 25534, 13], "avg_logprob": -0.469594596608265, "compression_ratio": 1.7197802197802199, "no_speech_prob": 1.4901161193847656e-06, "words": [{"start": 1573.2, "end": 1573.72, "word": " In", "probability": 0.169677734375}, {"start": 1573.72, "end": 1574.24, "word": " the", "probability": 0.8671875}, {"start": 1574.24, "end": 1574.5, "word": " beginning,", "probability": 0.75537109375}, {"start": 1574.68, "end": 1574.68, "word": " there", "probability": 0.119384765625}, {"start": 1574.68, "end": 1574.78, "word": " was", "probability": 0.62255859375}, {"start": 1574.78, "end": 1575.2, "word": " a", "probability": 0.8583984375}, {"start": 1575.2, "end": 1575.52, "word": " fragment,", "probability": 0.658203125}, {"start": 1575.62, "end": 1576.06, "word": " but", "probability": 0.84375}, {"start": 1576.06, "end": 1576.26, "word": " not", "probability": 0.5048828125}, {"start": 1576.26, "end": 1576.9, "word": " inside", "probability": 0.54833984375}, {"start": 1576.9, "end": 1578.22, "word": " the", "probability": 0.413330078125}, {"start": 1578.22, "end": 1578.58, "word": " layout.", "probability": 0.81982421875}, {"start": 1579.26, "end": 1579.54, "word": " We", "probability": 0.66845703125}, {"start": 1579.54, "end": 1579.76, "word": " want", "probability": 0.26708984375}, {"start": 1579.76, "end": 1580.02, "word": " it", "probability": 0.767578125}, {"start": 1580.02, "end": 1580.14, "word": " to", "probability": 0.64697265625}, {"start": 1580.14, "end": 1580.28, "word": " be", "probability": 0.9091796875}, {"start": 1580.28, "end": 1580.58, "word": " inside", "probability": 0.88623046875}, {"start": 1580.58, "end": 1580.96, "word": " the", "probability": 0.66552734375}, {"start": 1580.96, "end": 1581.22, "word": " frame.", "probability": 0.74609375}, {"start": 1582.82, "end": 1582.86, "word": " You", "probability": 0.86474609375}, {"start": 1582.86, "end": 1583.16, "word": " can", "probability": 0.89892578125}, {"start": 1583.16, "end": 1583.4, "word": " make", "probability": 0.654296875}, {"start": 1583.4, "end": 1583.56, "word": " a", "probability": 0.9150390625}, {"start": 1583.56, "end": 1583.82, "word": " frame", "probability": 0.84521484375}, {"start": 1583.82, "end": 1584.5, "word": " and", "probability": 0.53076171875}, {"start": 1584.5, "end": 1584.78, "word": " put", "probability": 0.6279296875}, {"start": 1584.78, "end": 1585.08, "word": " a", "probability": 0.60107421875}, {"start": 1585.08, "end": 1585.44, "word": " fragment", "probability": 0.85595703125}, {"start": 1585.44, "end": 1585.44, "word": " inside", "probability": 0.82470703125}, {"start": 1585.44, "end": 1585.68, "word": " it,", "probability": 0.472900390625}, {"start": 1585.76, "end": 1586.18, "word": " and", "probability": 0.73583984375}, {"start": 1586.18, "end": 1586.46, "word": " then", "probability": 0.634765625}, {"start": 1586.46, "end": 1586.86, "word": " generate", "probability": 0.5322265625}, {"start": 1586.86, "end": 1586.94, "word": " it.", "probability": 0.55224609375}, {"start": 1586.94, "end": 1587.1, "word": " That's", "probability": 0.4541015625}, {"start": 1587.1, "end": 1587.18, "word": " not", "probability": 0.77685546875}, {"start": 1587.18, "end": 1587.3, "word": " the", "probability": 0.841796875}, {"start": 1587.3, "end": 1587.44, "word": " solution.", "probability": 0.7255859375}, {"start": 1587.92, "end": 1588.06, "word": " But", "probability": 0.8203125}, {"start": 1588.06, "end": 1588.18, "word": " you", "probability": 0.87646484375}, {"start": 1588.18, "end": 1588.28, "word": " have", "probability": 0.453369140625}, {"start": 1588.28, "end": 1588.42, "word": " to", "probability": 0.9697265625}, {"start": 1588.42, "end": 1588.64, "word": " put", "probability": 0.73583984375}, {"start": 1588.64, "end": 1588.74, "word": " a", "probability": 0.861328125}, {"start": 1588.74, "end": 1588.92, "word": " frame", "probability": 0.8544921875}, {"start": 1588.92, "end": 1589.2, "word": " layout.", "probability": 0.9853515625}, {"start": 1589.96, "end": 1590.48, "word": " You", "probability": 0.25146484375}, {"start": 1590.48, "end": 1590.86, "word": " can't", "probability": 0.799072265625}, {"start": 1590.86, "end": 1590.98, "word": " put", "probability": 0.51318359375}, {"start": 1590.98, "end": 1591.3, "word": " it", "probability": 0.42138671875}, {"start": 1591.3, "end": 1591.3, "word": " before.", "probability": 0.223876953125}, {"start": 1591.4, "end": 1591.68, "word": " Before,", "probability": 0.74658203125}, {"start": 1591.84, "end": 1592.06, "word": " the", "probability": 0.6591796875}, {"start": 1592.06, "end": 1592.74, "word": " frame", "probability": 0.88525390625}, {"start": 1592.74, "end": 1593.08, "word": " itself", "probability": 0.431884765625}, {"start": 1593.08, "end": 1593.2, "word": " was", "probability": 0.796875}, {"start": 1593.2, "end": 1593.34, "word": " inside", "probability": 0.7109375}, {"start": 1593.34, "end": 1593.5, "word": " the", "probability": 0.9013671875}, {"start": 1593.5, "end": 1593.9, "word": " constraint.", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 62, "seek": 161969, "start": 1597.49, "end": 1619.69, "text": " By the way, I used to shorten it to code. Then I noticed how I got this shortened form. I didn't write it in the beginning. It says get support fragment manager, begin transaction, replace r.id.contentlayout, new red fragment, and then comma. What did I use to do it?", "tokens": [3146, 264, 636, 11, 286, 1143, 281, 39632, 309, 281, 3089, 13, 1396, 286, 5694, 577, 286, 658, 341, 45183, 1254, 13, 286, 994, 380, 2464, 309, 294, 264, 2863, 13, 467, 1619, 483, 1406, 26424, 6598, 11, 1841, 14425, 11, 7406, 367, 13, 327, 13, 9000, 317, 8376, 346, 11, 777, 2182, 26424, 11, 293, 550, 22117, 13, 708, 630, 286, 764, 281, 360, 309, 30], "avg_logprob": -0.5831801339107401, "compression_ratio": 1.4725274725274726, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1597.49, "end": 1597.91, "word": " By", "probability": 0.3671875}, {"start": 1597.91, "end": 1598.03, "word": " the", "probability": 0.90380859375}, {"start": 1598.03, "end": 1598.09, "word": " way,", "probability": 0.95654296875}, {"start": 1598.15, "end": 1598.23, "word": " I", "probability": 0.429443359375}, {"start": 1598.23, "end": 1598.43, "word": " used", "probability": 0.2298583984375}, {"start": 1598.43, "end": 1598.55, "word": " to", "probability": 0.9638671875}, {"start": 1598.55, "end": 1598.87, "word": " shorten", "probability": 0.401611328125}, {"start": 1598.87, "end": 1598.95, "word": " it", "probability": 0.184326171875}, {"start": 1598.95, "end": 1599.05, "word": " to", "probability": 0.49072265625}, {"start": 1599.05, "end": 1599.39, "word": " code.", "probability": 0.5927734375}, {"start": 1600.39, "end": 1600.65, "word": " Then", "probability": 0.2388916015625}, {"start": 1600.65, "end": 1601.03, "word": " I", "probability": 0.275146484375}, {"start": 1601.03, "end": 1601.29, "word": " noticed", "probability": 0.52734375}, {"start": 1601.29, "end": 1601.73, "word": " how", "probability": 0.34765625}, {"start": 1601.73, "end": 1602.77, "word": " I", "probability": 0.276611328125}, {"start": 1602.77, "end": 1603.21, "word": " got", "probability": 0.41650390625}, {"start": 1603.21, "end": 1603.41, "word": " this", "probability": 0.480224609375}, {"start": 1603.41, "end": 1603.95, "word": " shortened", "probability": 0.6728515625}, {"start": 1603.95, "end": 1604.03, "word": " form.", "probability": 0.413818359375}, {"start": 1604.19, "end": 1604.31, "word": " I", "probability": 0.728515625}, {"start": 1604.31, "end": 1604.39, "word": " didn't", "probability": 0.704833984375}, {"start": 1604.39, "end": 1604.59, "word": " write", "probability": 0.787109375}, {"start": 1604.59, "end": 1604.69, "word": " it", "probability": 0.8828125}, {"start": 1604.69, "end": 1604.85, "word": " in", "probability": 0.5048828125}, {"start": 1604.85, "end": 1604.95, "word": " the", "probability": 0.8955078125}, {"start": 1604.95, "end": 1605.19, "word": " beginning.", "probability": 0.51220703125}, {"start": 1605.87, "end": 1606.01, "word": " It", "probability": 0.1597900390625}, {"start": 1606.01, "end": 1606.11, "word": " says", "probability": 0.461181640625}, {"start": 1606.11, "end": 1606.35, "word": " get", "probability": 0.57861328125}, {"start": 1606.35, "end": 1606.81, "word": " support", "probability": 0.70361328125}, {"start": 1606.81, "end": 1607.19, "word": " fragment", "probability": 0.90771484375}, {"start": 1607.19, "end": 1607.73, "word": " manager,", "probability": 0.9404296875}, {"start": 1608.15, "end": 1608.57, "word": " begin", "probability": 0.82958984375}, {"start": 1608.57, "end": 1609.31, "word": " transaction,", "probability": 0.8134765625}, {"start": 1610.15, "end": 1610.77, "word": " replace", "probability": 0.92041015625}, {"start": 1610.77, "end": 1611.23, "word": " r", "probability": 0.380126953125}, {"start": 1611.23, "end": 1611.83, "word": ".id", "probability": 0.957763671875}, {"start": 1611.83, "end": 1614.15, "word": ".contentlayout,", "probability": 0.838525390625}, {"start": 1614.29, "end": 1614.55, "word": " new", "probability": 0.69775390625}, {"start": 1614.55, "end": 1614.89, "word": " red", "probability": 0.5732421875}, {"start": 1614.89, "end": 1615.57, "word": " fragment,", "probability": 0.80712890625}, {"start": 1616.77, "end": 1616.77, "word": " and", "probability": 0.55029296875}, {"start": 1616.77, "end": 1617.45, "word": " then", "probability": 0.70751953125}, {"start": 1617.45, "end": 1618.71, "word": " comma.", "probability": 0.203369140625}, {"start": 1619.03, "end": 1619.31, "word": " What", "probability": 0.30419921875}, {"start": 1619.31, "end": 1619.31, "word": " did", "probability": 0.791015625}, {"start": 1619.31, "end": 1619.37, "word": " I", "probability": 0.6142578125}, {"start": 1619.37, "end": 1619.37, "word": " use", "probability": 0.266357421875}, {"start": 1619.37, "end": 1619.41, "word": " to", "probability": 0.74853515625}, {"start": 1619.41, "end": 1619.59, "word": " do", "probability": 0.5654296875}, {"start": 1619.59, "end": 1619.69, "word": " it?", "probability": 0.48486328125}], "temperature": 1.0}, {"id": 63, "seek": 164253, "start": 1620.99, "end": 1642.53, "text": " Yes, in line one. But we start gradually. It is written that there are four lines, then what? We leave it in line one. Still, there is another problem. Because it is supposed to be able to return a fragment as soon as it works.", "tokens": [1079, 11, 294, 1622, 472, 13, 583, 321, 722, 13145, 13, 467, 307, 3720, 300, 456, 366, 1451, 3876, 11, 550, 437, 30, 492, 1856, 309, 294, 1622, 472, 13, 8291, 11, 456, 307, 1071, 1154, 13, 1436, 309, 307, 3442, 281, 312, 1075, 281, 2736, 257, 26424, 382, 2321, 382, 309, 1985, 13], "avg_logprob": -0.5735795519568704, "compression_ratio": 1.4709677419354839, "no_speech_prob": 2.199411392211914e-05, "words": [{"start": 1620.99, "end": 1621.27, "word": " Yes,", "probability": 0.249755859375}, {"start": 1621.37, "end": 1621.43, "word": " in", "probability": 0.5205078125}, {"start": 1621.43, "end": 1621.71, "word": " line", "probability": 0.576171875}, {"start": 1621.71, "end": 1622.93, "word": " one.", "probability": 0.27197265625}, {"start": 1623.45, "end": 1623.89, "word": " But", "probability": 0.76708984375}, {"start": 1623.89, "end": 1624.07, "word": " we", "probability": 0.73583984375}, {"start": 1624.07, "end": 1624.31, "word": " start", "probability": 0.525390625}, {"start": 1624.31, "end": 1624.75, "word": " gradually.", "probability": 0.408935546875}, {"start": 1624.83, "end": 1624.91, "word": " It", "probability": 0.42138671875}, {"start": 1624.91, "end": 1624.97, "word": " is", "probability": 0.483154296875}, {"start": 1624.97, "end": 1625.05, "word": " written", "probability": 0.86474609375}, {"start": 1625.05, "end": 1625.23, "word": " that", "probability": 0.2200927734375}, {"start": 1625.23, "end": 1625.31, "word": " there", "probability": 0.5302734375}, {"start": 1625.31, "end": 1625.35, "word": " are", "probability": 0.88818359375}, {"start": 1625.35, "end": 1625.57, "word": " four", "probability": 0.798828125}, {"start": 1625.57, "end": 1625.83, "word": " lines,", "probability": 0.82666015625}, {"start": 1625.97, "end": 1626.15, "word": " then", "probability": 0.619140625}, {"start": 1626.15, "end": 1626.47, "word": " what?", "probability": 0.404296875}, {"start": 1626.73, "end": 1627.03, "word": " We", "probability": 0.625}, {"start": 1627.03, "end": 1627.19, "word": " leave", "probability": 0.423583984375}, {"start": 1627.19, "end": 1627.33, "word": " it", "probability": 0.318603515625}, {"start": 1627.33, "end": 1627.33, "word": " in", "probability": 0.5166015625}, {"start": 1627.33, "end": 1627.55, "word": " line", "probability": 0.900390625}, {"start": 1627.55, "end": 1628.37, "word": " one.", "probability": 0.89501953125}, {"start": 1630.59, "end": 1631.03, "word": " Still,", "probability": 0.41259765625}, {"start": 1631.27, "end": 1631.55, "word": " there", "probability": 0.86279296875}, {"start": 1631.55, "end": 1631.57, "word": " is", "probability": 0.87109375}, {"start": 1631.57, "end": 1632.13, "word": " another", "probability": 0.75244140625}, {"start": 1632.13, "end": 1632.13, "word": " problem.", "probability": 0.85009765625}, {"start": 1639.15, "end": 1639.59, "word": " Because", "probability": 0.199462890625}, {"start": 1639.59, "end": 1639.69, "word": " it", "probability": 0.486328125}, {"start": 1639.69, "end": 1639.75, "word": " is", "probability": 0.52734375}, {"start": 1639.75, "end": 1639.95, "word": " supposed", "probability": 0.88818359375}, {"start": 1639.95, "end": 1640.15, "word": " to", "probability": 0.72509765625}, {"start": 1640.15, "end": 1640.15, "word": " be", "probability": 0.0814208984375}, {"start": 1640.15, "end": 1641.77, "word": " able", "probability": 0.448486328125}, {"start": 1641.77, "end": 1641.93, "word": " to", "probability": 0.96142578125}, {"start": 1641.93, "end": 1642.13, "word": " return", "probability": 0.261474609375}, {"start": 1642.13, "end": 1642.27, "word": " a", "probability": 0.40380859375}, {"start": 1642.27, "end": 1642.53, "word": " fragment", "probability": 0.8271484375}, {"start": 1642.53, "end": 1642.53, "word": " as", "probability": 0.409423828125}, {"start": 1642.53, "end": 1642.53, "word": " soon", "probability": 0.9326171875}, {"start": 1642.53, "end": 1642.53, "word": " as", "probability": 0.97021484375}, {"start": 1642.53, "end": 1642.53, "word": " it", "probability": 0.93017578125}, {"start": 1642.53, "end": 1642.53, "word": " works.", "probability": 0.438232421875}], "temperature": 1.0}, {"id": 64, "seek": 168214, "start": 1653.8, "end": 1682.14, "text": " Because as soon as I start working, it shows me fragments by default. And what happens now? You change. Now, it's not me, I changed fragments. Let's do the back button. What did it do? It came out of the application. And this is not logical. The logic is to go back to the last step I did. For example, I was under red, and it showed blue. When I do back, it goes back to red.", "tokens": [1436, 382, 2321, 382, 286, 722, 1364, 11, 309, 3110, 385, 29197, 538, 7576, 13, 400, 437, 2314, 586, 30, 509, 1319, 13, 823, 11, 309, 311, 406, 385, 11, 286, 3105, 29197, 13, 961, 311, 360, 264, 646, 2960, 13, 708, 630, 309, 360, 30, 467, 1361, 484, 295, 264, 3861, 13, 400, 341, 307, 406, 14978, 13, 440, 9952, 307, 281, 352, 646, 281, 264, 1036, 1823, 286, 630, 13, 1171, 1365, 11, 286, 390, 833, 2182, 11, 293, 309, 4712, 3344, 13, 1133, 286, 360, 646, 11, 309, 1709, 646, 281, 2182, 13], "avg_logprob": -0.459729371611605, "compression_ratio": 1.5774058577405858, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1653.8, "end": 1654.1, "word": " Because", "probability": 0.336669921875}, {"start": 1654.1, "end": 1654.42, "word": " as", "probability": 0.08740234375}, {"start": 1654.42, "end": 1654.56, "word": " soon", "probability": 0.9501953125}, {"start": 1654.56, "end": 1654.62, "word": " as", "probability": 0.9658203125}, {"start": 1654.62, "end": 1654.72, "word": " I", "probability": 0.52587890625}, {"start": 1654.72, "end": 1654.92, "word": " start", "probability": 0.280517578125}, {"start": 1654.92, "end": 1655.08, "word": " working,", "probability": 0.5546875}, {"start": 1655.92, "end": 1656.3, "word": " it", "probability": 0.7158203125}, {"start": 1656.3, "end": 1656.5, "word": " shows", "probability": 0.46923828125}, {"start": 1656.5, "end": 1656.72, "word": " me", "probability": 0.6708984375}, {"start": 1656.72, "end": 1657.04, "word": " fragments", "probability": 0.431884765625}, {"start": 1657.04, "end": 1657.3, "word": " by", "probability": 0.93896484375}, {"start": 1657.3, "end": 1657.66, "word": " default.", "probability": 0.97314453125}, {"start": 1657.76, "end": 1657.8, "word": " And", "probability": 0.57568359375}, {"start": 1657.8, "end": 1657.94, "word": " what", "probability": 0.420166015625}, {"start": 1657.94, "end": 1658.2, "word": " happens", "probability": 0.888671875}, {"start": 1658.2, "end": 1658.52, "word": " now?", "probability": 0.35205078125}, {"start": 1659.2, "end": 1659.66, "word": " You", "probability": 0.373046875}, {"start": 1659.66, "end": 1659.94, "word": " change.", "probability": 0.6748046875}, {"start": 1661.52, "end": 1662.02, "word": " Now,", "probability": 0.6171875}, {"start": 1662.22, "end": 1662.58, "word": " it's", "probability": 0.4615478515625}, {"start": 1662.58, "end": 1662.58, "word": " not", "probability": 0.93994140625}, {"start": 1662.58, "end": 1662.78, "word": " me,", "probability": 0.70849609375}, {"start": 1662.9, "end": 1663.04, "word": " I", "probability": 0.7265625}, {"start": 1663.04, "end": 1663.5, "word": " changed", "probability": 0.72509765625}, {"start": 1663.5, "end": 1664.32, "word": " fragments.", "probability": 0.7138671875}, {"start": 1664.82, "end": 1665.16, "word": " Let's", "probability": 0.874267578125}, {"start": 1665.16, "end": 1665.36, "word": " do", "probability": 0.1689453125}, {"start": 1665.36, "end": 1665.66, "word": " the", "probability": 0.67626953125}, {"start": 1665.66, "end": 1665.98, "word": " back", "probability": 0.58740234375}, {"start": 1665.98, "end": 1665.98, "word": " button.", "probability": 0.81396484375}, {"start": 1666.92, "end": 1667.42, "word": " What", "probability": 0.806640625}, {"start": 1667.42, "end": 1667.44, "word": " did", "probability": 0.72802734375}, {"start": 1667.44, "end": 1667.7, "word": " it", "probability": 0.55810546875}, {"start": 1667.7, "end": 1667.7, "word": " do?", "probability": 0.9599609375}, {"start": 1668.3, "end": 1668.8, "word": " It", "probability": 0.73876953125}, {"start": 1668.8, "end": 1668.96, "word": " came", "probability": 0.215576171875}, {"start": 1668.96, "end": 1669.02, "word": " out", "probability": 0.865234375}, {"start": 1669.02, "end": 1669.12, "word": " of", "probability": 0.89208984375}, {"start": 1669.12, "end": 1669.22, "word": " the", "probability": 0.8896484375}, {"start": 1669.22, "end": 1669.46, "word": " application.", "probability": 0.56103515625}, {"start": 1670.36, "end": 1670.66, "word": " And", "probability": 0.80126953125}, {"start": 1670.66, "end": 1670.86, "word": " this", "probability": 0.7041015625}, {"start": 1670.86, "end": 1670.92, "word": " is", "probability": 0.79931640625}, {"start": 1670.92, "end": 1671.1, "word": " not", "probability": 0.76904296875}, {"start": 1671.1, "end": 1671.48, "word": " logical.", "probability": 0.859375}, {"start": 1671.98, "end": 1672.12, "word": " The", "probability": 0.328125}, {"start": 1672.12, "end": 1672.4, "word": " logic", "probability": 0.6923828125}, {"start": 1672.4, "end": 1672.86, "word": " is", "probability": 0.79541015625}, {"start": 1672.86, "end": 1674.44, "word": " to", "probability": 0.421142578125}, {"start": 1674.44, "end": 1674.7, "word": " go", "probability": 0.373779296875}, {"start": 1674.7, "end": 1674.98, "word": " back", "probability": 0.853515625}, {"start": 1674.98, "end": 1675.34, "word": " to", "probability": 0.4931640625}, {"start": 1675.34, "end": 1676.62, "word": " the", "probability": 0.78759765625}, {"start": 1676.62, "end": 1676.76, "word": " last", "probability": 0.77001953125}, {"start": 1676.76, "end": 1677.06, "word": " step", "probability": 0.89306640625}, {"start": 1677.06, "end": 1677.22, "word": " I", "probability": 0.560546875}, {"start": 1677.22, "end": 1677.34, "word": " did.", "probability": 0.430908203125}, {"start": 1677.52, "end": 1677.78, "word": " For", "probability": 0.63525390625}, {"start": 1677.78, "end": 1677.96, "word": " example,", "probability": 0.92919921875}, {"start": 1678.1, "end": 1678.2, "word": " I", "probability": 0.83740234375}, {"start": 1678.2, "end": 1678.44, "word": " was", "probability": 0.81787109375}, {"start": 1678.44, "end": 1678.68, "word": " under", "probability": 0.446044921875}, {"start": 1678.68, "end": 1678.98, "word": " red,", "probability": 0.8857421875}, {"start": 1679.08, "end": 1679.28, "word": " and", "probability": 0.8359375}, {"start": 1679.28, "end": 1679.32, "word": " it", "probability": 0.491455078125}, {"start": 1679.32, "end": 1679.58, "word": " showed", "probability": 0.73193359375}, {"start": 1679.58, "end": 1680.14, "word": " blue.", "probability": 0.6904296875}, {"start": 1680.44, "end": 1680.94, "word": " When", "probability": 0.8173828125}, {"start": 1680.94, "end": 1681.06, "word": " I", "probability": 0.9892578125}, {"start": 1681.06, "end": 1681.2, "word": " do", "probability": 0.399658203125}, {"start": 1681.2, "end": 1681.5, "word": " back,", "probability": 0.763671875}, {"start": 1681.62, "end": 1681.64, "word": " it", "probability": 0.9169921875}, {"start": 1681.64, "end": 1681.68, "word": " goes", "probability": 0.481201171875}, {"start": 1681.68, "end": 1681.86, "word": " back", "probability": 0.82568359375}, {"start": 1681.86, "end": 1681.86, "word": " to", "probability": 0.96044921875}, {"start": 1681.86, "end": 1682.14, "word": " red.", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 65, "seek": 170860, "start": 1682.72, "end": 1708.6, "text": " Ok, what is the reason for this problem? Because when I move to B activities, the process is repeated on the back stack. That is why if I was in activity A and I worked on B, and then from B I went back, I will go back to A again. Because all these events are stored in the back stack. But the fragments are not stored in the back stack.", "tokens": [3477, 11, 437, 307, 264, 1778, 337, 341, 1154, 30, 1436, 562, 286, 1286, 281, 363, 5354, 11, 264, 1399, 307, 10477, 322, 264, 646, 8630, 13, 663, 307, 983, 498, 286, 390, 294, 5191, 316, 293, 286, 2732, 322, 363, 11, 293, 550, 490, 363, 286, 1437, 646, 11, 286, 486, 352, 646, 281, 316, 797, 13, 1436, 439, 613, 3931, 366, 12187, 294, 264, 646, 8630, 13, 583, 264, 29197, 366, 406, 12187, 294, 264, 646, 8630, 13], "avg_logprob": -0.5648147912673008, "compression_ratio": 1.7333333333333334, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1682.72, "end": 1683.24, "word": " Ok,", "probability": 0.2120361328125}, {"start": 1684.68, "end": 1684.98, "word": " what", "probability": 0.36328125}, {"start": 1684.98, "end": 1685.44, "word": " is", "probability": 0.67138671875}, {"start": 1685.44, "end": 1685.52, "word": " the", "probability": 0.876953125}, {"start": 1685.52, "end": 1685.66, "word": " reason", "probability": 0.78515625}, {"start": 1685.66, "end": 1685.78, "word": " for", "probability": 0.422119140625}, {"start": 1685.78, "end": 1685.8, "word": " this", "probability": 0.74560546875}, {"start": 1685.8, "end": 1686.12, "word": " problem?", "probability": 0.67431640625}, {"start": 1686.52, "end": 1686.72, "word": " Because", "probability": 0.306884765625}, {"start": 1686.72, "end": 1687.56, "word": " when", "probability": 0.17822265625}, {"start": 1687.56, "end": 1688.64, "word": " I", "probability": 0.287841796875}, {"start": 1688.64, "end": 1688.74, "word": " move", "probability": 0.402099609375}, {"start": 1688.74, "end": 1689.08, "word": " to", "probability": 0.3955078125}, {"start": 1689.08, "end": 1689.28, "word": " B", "probability": 0.363037109375}, {"start": 1689.28, "end": 1689.98, "word": " activities,", "probability": 0.69970703125}, {"start": 1690.5, "end": 1690.92, "word": " the", "probability": 0.6171875}, {"start": 1690.92, "end": 1691.22, "word": " process", "probability": 0.5390625}, {"start": 1691.22, "end": 1691.42, "word": " is", "probability": 0.3291015625}, {"start": 1691.42, "end": 1691.64, "word": " repeated", "probability": 0.04736328125}, {"start": 1691.64, "end": 1691.76, "word": " on", "probability": 0.46533203125}, {"start": 1691.76, "end": 1691.8, "word": " the", "probability": 0.7890625}, {"start": 1691.8, "end": 1691.94, "word": " back", "probability": 0.65625}, {"start": 1691.94, "end": 1692.3, "word": " stack.", "probability": 0.875}, {"start": 1693.78, "end": 1693.78, "word": " That", "probability": 0.3427734375}, {"start": 1693.78, "end": 1693.78, "word": " is", "probability": 0.56494140625}, {"start": 1693.78, "end": 1694.92, "word": " why", "probability": 0.91650390625}, {"start": 1694.92, "end": 1695.24, "word": " if", "probability": 0.71533203125}, {"start": 1695.24, "end": 1695.34, "word": " I", "probability": 0.94970703125}, {"start": 1695.34, "end": 1695.54, "word": " was", "probability": 0.43212890625}, {"start": 1695.54, "end": 1695.66, "word": " in", "probability": 0.79736328125}, {"start": 1695.66, "end": 1696.18, "word": " activity", "probability": 0.90478515625}, {"start": 1696.18, "end": 1696.98, "word": " A", "probability": 0.92578125}, {"start": 1696.98, "end": 1697.16, "word": " and", "probability": 0.67138671875}, {"start": 1697.16, "end": 1697.22, "word": " I", "probability": 0.390625}, {"start": 1697.22, "end": 1697.52, "word": " worked", "probability": 0.24951171875}, {"start": 1697.52, "end": 1697.66, "word": " on", "probability": 0.322021484375}, {"start": 1697.66, "end": 1697.88, "word": " B,", "probability": 0.9267578125}, {"start": 1699.38, "end": 1699.7, "word": " and", "probability": 0.63330078125}, {"start": 1699.7, "end": 1700.02, "word": " then", "probability": 0.54443359375}, {"start": 1700.02, "end": 1700.16, "word": " from", "probability": 0.3173828125}, {"start": 1700.16, "end": 1700.54, "word": " B", "probability": 0.95947265625}, {"start": 1700.54, "end": 1700.88, "word": " I", "probability": 0.75927734375}, {"start": 1700.88, "end": 1701.14, "word": " went", "probability": 0.2022705078125}, {"start": 1701.14, "end": 1701.42, "word": " back,", "probability": 0.83837890625}, {"start": 1701.5, "end": 1701.62, "word": " I", "probability": 0.44189453125}, {"start": 1701.62, "end": 1701.7, "word": " will", "probability": 0.42236328125}, {"start": 1701.7, "end": 1701.82, "word": " go", "probability": 0.390380859375}, {"start": 1701.82, "end": 1701.94, "word": " back", "probability": 0.802734375}, {"start": 1701.94, "end": 1702.44, "word": " to", "probability": 0.90185546875}, {"start": 1702.44, "end": 1702.78, "word": " A", "probability": 0.84375}, {"start": 1702.78, "end": 1702.82, "word": " again.", "probability": 0.30126953125}, {"start": 1702.96, "end": 1703.18, "word": " Because", "probability": 0.837890625}, {"start": 1703.18, "end": 1703.36, "word": " all", "probability": 0.447265625}, {"start": 1703.36, "end": 1703.36, "word": " these", "probability": 0.5693359375}, {"start": 1703.36, "end": 1703.76, "word": " events", "probability": 0.80322265625}, {"start": 1703.76, "end": 1704.2, "word": " are", "probability": 0.7265625}, {"start": 1704.2, "end": 1704.52, "word": " stored", "probability": 0.7744140625}, {"start": 1704.52, "end": 1704.98, "word": " in", "probability": 0.7490234375}, {"start": 1704.98, "end": 1705.08, "word": " the", "probability": 0.9052734375}, {"start": 1705.08, "end": 1705.26, "word": " back", "probability": 0.8427734375}, {"start": 1705.26, "end": 1705.56, "word": " stack.", "probability": 0.9599609375}, {"start": 1706.16, "end": 1706.58, "word": " But", "probability": 0.888671875}, {"start": 1706.58, "end": 1706.8, "word": " the", "probability": 0.290771484375}, {"start": 1706.8, "end": 1707.36, "word": " fragments", "probability": 0.86962890625}, {"start": 1707.36, "end": 1707.58, "word": " are", "probability": 0.65478515625}, {"start": 1707.58, "end": 1707.58, "word": " not", "probability": 0.92529296875}, {"start": 1707.58, "end": 1707.84, "word": " stored", "probability": 0.79052734375}, {"start": 1707.84, "end": 1708.06, "word": " in", "probability": 0.90673828125}, {"start": 1708.06, "end": 1708.12, "word": " the", "probability": 0.91455078125}, {"start": 1708.12, "end": 1708.3, "word": " back", "probability": 0.8681640625}, {"start": 1708.3, "end": 1708.6, "word": " stack.", "probability": 0.97021484375}], "temperature": 1.0}, {"id": 66, "seek": 173806, "start": 1709.26, "end": 1738.06, "text": " Any change in the fragments is not stored in the back stack unless you tell it. Tell it that I'm going to make a replace, store in the back stack that this was replaced by this one. So that it can go back and go back from it. In the fragments, we use it. Okay? Because this is not fatigue, this is flexibility. Because there are things that you can go back and cache and store them in the back stack.", "tokens": [2639, 1319, 294, 264, 29197, 307, 406, 12187, 294, 264, 646, 8630, 5969, 291, 980, 309, 13, 5115, 309, 300, 286, 478, 516, 281, 652, 257, 7406, 11, 3531, 294, 264, 646, 8630, 300, 341, 390, 10772, 538, 341, 472, 13, 407, 300, 309, 393, 352, 646, 293, 352, 646, 490, 309, 13, 682, 264, 29197, 11, 321, 764, 309, 13, 1033, 30, 1436, 341, 307, 406, 20574, 11, 341, 307, 12635, 13, 1436, 456, 366, 721, 300, 291, 393, 352, 646, 293, 19459, 293, 3531, 552, 294, 264, 646, 8630, 13], "avg_logprob": -0.5981182770062519, "compression_ratio": 1.8915094339622642, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1709.26, "end": 1709.7, "word": " Any", "probability": 0.252685546875}, {"start": 1709.7, "end": 1710.14, "word": " change", "probability": 0.58837890625}, {"start": 1710.14, "end": 1710.32, "word": " in", "probability": 0.87109375}, {"start": 1710.32, "end": 1710.4, "word": " the", "probability": 0.4677734375}, {"start": 1710.4, "end": 1710.74, "word": " fragments", "probability": 0.4697265625}, {"start": 1710.74, "end": 1710.94, "word": " is", "probability": 0.171142578125}, {"start": 1710.94, "end": 1710.96, "word": " not", "probability": 0.62646484375}, {"start": 1710.96, "end": 1711.16, "word": " stored", "probability": 0.6962890625}, {"start": 1711.16, "end": 1711.36, "word": " in", "probability": 0.88671875}, {"start": 1711.36, "end": 1711.44, "word": " the", "probability": 0.85302734375}, {"start": 1711.44, "end": 1711.56, "word": " back", "probability": 0.6552734375}, {"start": 1711.56, "end": 1711.76, "word": " stack", "probability": 0.76025390625}, {"start": 1711.76, "end": 1712.1, "word": " unless", "probability": 0.3974609375}, {"start": 1712.1, "end": 1712.86, "word": " you", "probability": 0.7666015625}, {"start": 1712.86, "end": 1713.86, "word": " tell", "probability": 0.267333984375}, {"start": 1713.86, "end": 1714.04, "word": " it.", "probability": 0.44580078125}, {"start": 1714.6, "end": 1714.78, "word": " Tell", "probability": 0.334716796875}, {"start": 1714.78, "end": 1714.98, "word": " it", "probability": 0.61962890625}, {"start": 1714.98, "end": 1715.14, "word": " that", "probability": 0.401123046875}, {"start": 1715.14, "end": 1715.38, "word": " I'm", "probability": 0.3294677734375}, {"start": 1715.38, "end": 1715.74, "word": " going", "probability": 0.6240234375}, {"start": 1715.74, "end": 1715.82, "word": " to", "probability": 0.95654296875}, {"start": 1715.82, "end": 1715.98, "word": " make", "probability": 0.27001953125}, {"start": 1715.98, "end": 1716.14, "word": " a", "probability": 0.73876953125}, {"start": 1716.14, "end": 1716.56, "word": " replace,", "probability": 0.6650390625}, {"start": 1717.2, "end": 1717.74, "word": " store", "probability": 0.461181640625}, {"start": 1717.74, "end": 1718.32, "word": " in", "probability": 0.52587890625}, {"start": 1718.32, "end": 1718.46, "word": " the", "probability": 0.9052734375}, {"start": 1718.46, "end": 1718.68, "word": " back", "probability": 0.87109375}, {"start": 1718.68, "end": 1719.04, "word": " stack", "probability": 0.96337890625}, {"start": 1719.04, "end": 1719.24, "word": " that", "probability": 0.360107421875}, {"start": 1719.24, "end": 1719.48, "word": " this", "probability": 0.411865234375}, {"start": 1719.48, "end": 1719.48, "word": " was", "probability": 0.30419921875}, {"start": 1719.48, "end": 1719.94, "word": " replaced", "probability": 0.74951171875}, {"start": 1719.94, "end": 1720.68, "word": " by", "probability": 0.5625}, {"start": 1720.68, "end": 1720.98, "word": " this", "probability": 0.6123046875}, {"start": 1720.98, "end": 1721.36, "word": " one.", "probability": 0.323486328125}, {"start": 1721.36, "end": 1721.72, "word": " So", "probability": 0.70458984375}, {"start": 1721.72, "end": 1722.02, "word": " that", "probability": 0.59716796875}, {"start": 1722.02, "end": 1722.14, "word": " it", "probability": 0.658203125}, {"start": 1722.14, "end": 1722.4, "word": " can", "probability": 0.82080078125}, {"start": 1722.4, "end": 1722.56, "word": " go", "probability": 0.1002197265625}, {"start": 1722.56, "end": 1722.92, "word": " back", "probability": 0.8359375}, {"start": 1722.92, "end": 1723.64, "word": " and", "probability": 0.403076171875}, {"start": 1723.64, "end": 1723.72, "word": " go", "probability": 0.11962890625}, {"start": 1723.72, "end": 1723.98, "word": " back", "probability": 0.8193359375}, {"start": 1723.98, "end": 1724.12, "word": " from", "probability": 0.290771484375}, {"start": 1724.12, "end": 1724.2, "word": " it.", "probability": 0.432861328125}, {"start": 1725.4, "end": 1725.84, "word": " In", "probability": 0.2587890625}, {"start": 1725.84, "end": 1726.0, "word": " the", "probability": 0.484130859375}, {"start": 1726.0, "end": 1726.34, "word": " fragments,", "probability": 0.69140625}, {"start": 1726.52, "end": 1726.54, "word": " we", "probability": 0.36328125}, {"start": 1726.54, "end": 1726.72, "word": " use", "probability": 0.72216796875}, {"start": 1726.72, "end": 1727.42, "word": " it.", "probability": 0.85498046875}, {"start": 1727.6, "end": 1727.72, "word": " Okay?", "probability": 0.443115234375}, {"start": 1728.5, "end": 1728.68, "word": " Because", "probability": 0.2479248046875}, {"start": 1728.68, "end": 1729.32, "word": " this", "probability": 0.689453125}, {"start": 1729.32, "end": 1729.38, "word": " is", "probability": 0.9072265625}, {"start": 1729.38, "end": 1729.62, "word": " not", "probability": 0.93798828125}, {"start": 1729.62, "end": 1730.24, "word": " fatigue,", "probability": 0.50830078125}, {"start": 1730.94, "end": 1731.34, "word": " this", "probability": 0.80859375}, {"start": 1731.34, "end": 1731.76, "word": " is", "probability": 0.9248046875}, {"start": 1731.76, "end": 1732.66, "word": " flexibility.", "probability": 0.9150390625}, {"start": 1733.46, "end": 1733.66, "word": " Because", "probability": 0.6181640625}, {"start": 1733.66, "end": 1733.82, "word": " there", "probability": 0.74755859375}, {"start": 1733.82, "end": 1733.86, "word": " are", "probability": 0.8544921875}, {"start": 1733.86, "end": 1734.1, "word": " things", "probability": 0.83203125}, {"start": 1734.1, "end": 1734.28, "word": " that", "probability": 0.68603515625}, {"start": 1734.28, "end": 1734.4, "word": " you", "probability": 0.64306640625}, {"start": 1734.4, "end": 1734.62, "word": " can", "probability": 0.81005859375}, {"start": 1734.62, "end": 1734.84, "word": " go", "probability": 0.7236328125}, {"start": 1734.84, "end": 1735.02, "word": " back", "probability": 0.87939453125}, {"start": 1735.02, "end": 1735.2, "word": " and", "probability": 0.59814453125}, {"start": 1735.2, "end": 1736.08, "word": " cache", "probability": 0.3349609375}, {"start": 1736.08, "end": 1736.98, "word": " and", "probability": 0.266845703125}, {"start": 1736.98, "end": 1737.36, "word": " store", "probability": 0.830078125}, {"start": 1737.36, "end": 1737.52, "word": " them", "probability": 0.318603515625}, {"start": 1737.52, "end": 1737.56, "word": " in", "probability": 0.93505859375}, {"start": 1737.56, "end": 1737.64, "word": " the", "probability": 0.90869140625}, {"start": 1737.64, "end": 1737.8, "word": " back", "probability": 0.87255859375}, {"start": 1737.8, "end": 1738.06, "word": " stack.", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 67, "seek": 176258, "start": 1739.2, "end": 1762.58, "text": " And we will see if there is something that cannot be stored in the back stack. And if there is something that needs to be stored in the back stack, it will be returned to it. So how do we do it? You just put one line, look with me here. What did I do here? I made a step down to fragment. Before you make a commit, you go to the fragment transaction and say add to back stack.", "tokens": [400, 321, 486, 536, 498, 456, 307, 746, 300, 2644, 312, 12187, 294, 264, 646, 8630, 13, 400, 498, 456, 307, 746, 300, 2203, 281, 312, 12187, 294, 264, 646, 8630, 11, 309, 486, 312, 8752, 281, 309, 13, 407, 577, 360, 321, 360, 309, 30, 509, 445, 829, 472, 1622, 11, 574, 365, 385, 510, 13, 708, 630, 286, 360, 510, 30, 286, 1027, 257, 1823, 760, 281, 26424, 13, 4546, 291, 652, 257, 5599, 11, 291, 352, 281, 264, 26424, 14425, 293, 584, 909, 281, 646, 8630, 13], "avg_logprob": -0.5346840423542064, "compression_ratio": 1.7699530516431925, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1739.2, "end": 1739.56, "word": " And", "probability": 0.08819580078125}, {"start": 1739.56, "end": 1739.74, "word": " we", "probability": 0.261474609375}, {"start": 1739.74, "end": 1739.74, "word": " will", "probability": 0.5166015625}, {"start": 1739.74, "end": 1739.98, "word": " see", "probability": 0.66357421875}, {"start": 1739.98, "end": 1740.14, "word": " if", "probability": 0.7158203125}, {"start": 1740.14, "end": 1740.36, "word": " there", "probability": 0.22509765625}, {"start": 1740.36, "end": 1740.4, "word": " is", "probability": 0.8349609375}, {"start": 1740.4, "end": 1740.72, "word": " something", "probability": 0.385986328125}, {"start": 1740.72, "end": 1740.96, "word": " that", "probability": 0.468994140625}, {"start": 1740.96, "end": 1741.24, "word": " cannot", "probability": 0.1422119140625}, {"start": 1741.24, "end": 1741.36, "word": " be", "probability": 0.69384765625}, {"start": 1741.36, "end": 1741.58, "word": " stored", "probability": 0.7509765625}, {"start": 1741.58, "end": 1741.72, "word": " in", "probability": 0.869140625}, {"start": 1741.72, "end": 1741.8, "word": " the", "probability": 0.63134765625}, {"start": 1741.8, "end": 1741.9, "word": " back", "probability": 0.55517578125}, {"start": 1741.9, "end": 1742.16, "word": " stack.", "probability": 0.85693359375}, {"start": 1742.46, "end": 1742.64, "word": " And", "probability": 0.6376953125}, {"start": 1742.64, "end": 1742.74, "word": " if", "probability": 0.425537109375}, {"start": 1742.74, "end": 1742.84, "word": " there", "probability": 0.80859375}, {"start": 1742.84, "end": 1742.84, "word": " is", "probability": 0.8701171875}, {"start": 1742.84, "end": 1742.96, "word": " something", "probability": 0.7099609375}, {"start": 1742.96, "end": 1743.12, "word": " that", "probability": 0.837890625}, {"start": 1743.12, "end": 1743.32, "word": " needs", "probability": 0.2200927734375}, {"start": 1743.32, "end": 1743.34, "word": " to", "probability": 0.904296875}, {"start": 1743.34, "end": 1743.46, "word": " be", "probability": 0.9111328125}, {"start": 1743.46, "end": 1743.66, "word": " stored", "probability": 0.78271484375}, {"start": 1743.66, "end": 1743.84, "word": " in", "probability": 0.85205078125}, {"start": 1743.84, "end": 1743.92, "word": " the", "probability": 0.8974609375}, {"start": 1743.92, "end": 1744.06, "word": " back", "probability": 0.8759765625}, {"start": 1744.06, "end": 1744.28, "word": " stack,", "probability": 0.9814453125}, {"start": 1744.42, "end": 1744.5, "word": " it", "probability": 0.6123046875}, {"start": 1744.5, "end": 1744.56, "word": " will", "probability": 0.2296142578125}, {"start": 1744.56, "end": 1744.6, "word": " be", "probability": 0.390380859375}, {"start": 1744.6, "end": 1744.82, "word": " returned", "probability": 0.45458984375}, {"start": 1744.82, "end": 1745.0, "word": " to", "probability": 0.350341796875}, {"start": 1745.0, "end": 1745.1, "word": " it.", "probability": 0.77587890625}, {"start": 1746.3, "end": 1746.66, "word": " So", "probability": 0.4423828125}, {"start": 1746.66, "end": 1746.88, "word": " how", "probability": 0.6533203125}, {"start": 1746.88, "end": 1747.06, "word": " do", "probability": 0.238525390625}, {"start": 1747.06, "end": 1747.16, "word": " we", "probability": 0.8359375}, {"start": 1747.16, "end": 1747.3, "word": " do", "probability": 0.89208984375}, {"start": 1747.3, "end": 1747.46, "word": " it?", "probability": 0.50830078125}, {"start": 1747.52, "end": 1747.72, "word": " You", "probability": 0.394775390625}, {"start": 1747.72, "end": 1747.72, "word": " just", "probability": 0.380859375}, {"start": 1747.72, "end": 1748.12, "word": " put", "probability": 0.316650390625}, {"start": 1748.12, "end": 1748.22, "word": " one", "probability": 0.431396484375}, {"start": 1748.22, "end": 1748.44, "word": " line,", "probability": 0.89697265625}, {"start": 1748.78, "end": 1749.0, "word": " look", "probability": 0.81982421875}, {"start": 1749.0, "end": 1749.16, "word": " with", "probability": 0.2081298828125}, {"start": 1749.16, "end": 1749.26, "word": " me", "probability": 0.9580078125}, {"start": 1749.26, "end": 1749.56, "word": " here.", "probability": 0.80517578125}, {"start": 1750.94, "end": 1751.16, "word": " What", "probability": 0.1923828125}, {"start": 1751.16, "end": 1751.16, "word": " did", "probability": 0.326416015625}, {"start": 1751.16, "end": 1751.2, "word": " I", "probability": 0.85498046875}, {"start": 1751.2, "end": 1751.44, "word": " do", "probability": 0.87060546875}, {"start": 1751.44, "end": 1751.62, "word": " here?", "probability": 0.5888671875}, {"start": 1752.46, "end": 1752.82, "word": " I", "probability": 0.90869140625}, {"start": 1752.82, "end": 1752.84, "word": " made", "probability": 0.318603515625}, {"start": 1752.84, "end": 1752.84, "word": " a", "probability": 0.8798828125}, {"start": 1752.84, "end": 1753.02, "word": " step", "probability": 0.79052734375}, {"start": 1753.02, "end": 1753.22, "word": " down", "probability": 0.71484375}, {"start": 1753.22, "end": 1753.34, "word": " to", "probability": 0.462158203125}, {"start": 1753.34, "end": 1753.72, "word": " fragment.", "probability": 0.67431640625}, {"start": 1754.6, "end": 1754.96, "word": " Before", "probability": 0.84423828125}, {"start": 1754.96, "end": 1755.18, "word": " you", "probability": 0.412109375}, {"start": 1755.18, "end": 1755.34, "word": " make", "probability": 0.560546875}, {"start": 1755.34, "end": 1755.46, "word": " a", "probability": 0.7578125}, {"start": 1755.46, "end": 1755.84, "word": " commit,", "probability": 0.6650390625}, {"start": 1756.84, "end": 1757.0, "word": " you", "probability": 0.8232421875}, {"start": 1757.0, "end": 1757.18, "word": " go", "probability": 0.794921875}, {"start": 1757.18, "end": 1757.32, "word": " to", "probability": 0.6142578125}, {"start": 1757.32, "end": 1757.44, "word": " the", "probability": 0.64208984375}, {"start": 1757.44, "end": 1757.74, "word": " fragment", "probability": 0.861328125}, {"start": 1757.74, "end": 1758.44, "word": " transaction", "probability": 0.82421875}, {"start": 1758.44, "end": 1759.12, "word": " and", "probability": 0.669921875}, {"start": 1759.12, "end": 1759.42, "word": " say", "probability": 0.405029296875}, {"start": 1759.42, "end": 1760.0, "word": " add", "probability": 0.62841796875}, {"start": 1760.0, "end": 1761.96, "word": " to", "probability": 0.9599609375}, {"start": 1761.96, "end": 1762.18, "word": " back", "probability": 0.869140625}, {"start": 1762.18, "end": 1762.58, "word": " stack.", "probability": 0.93310546875}], "temperature": 1.0}, {"id": 68, "seek": 177354, "start": 1763.72, "end": 1773.54, "text": " Add to Backstack", "tokens": [5349, 281, 5833, 372, 501], "avg_logprob": -0.7753906150658926, "compression_ratio": 0.7391304347826086, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1763.72, "end": 1764.9, "word": " Add", "probability": 0.1572265625}, {"start": 1764.9, "end": 1765.46, "word": " to", "probability": 0.87841796875}, {"start": 1765.46, "end": 1773.54, "word": " Backstack", "probability": 0.6414388020833334}], "temperature": 1.0}, {"id": 69, "seek": 180194, "start": 1774.62, "end": 1801.94, "text": "Put it as a null. What is this string? It means that there are people who work on the back stack and search for it. They search for it and remove the process. So this is because I have a process and I named it a certain name so that when I search for it in the back stack, I know it. We will not search for it in the back stack or anything. Okay? So you put this as a null. The important thing is that you put it as a back stack. The process that took place on the transaction doubled on the back stack before you made a commit. As long as you put it in the back stack, you can make a return on it.", "tokens": [37594, 309, 382, 257, 18184, 13, 708, 307, 341, 6798, 30, 467, 1355, 300, 456, 366, 561, 567, 589, 322, 264, 646, 8630, 293, 3164, 337, 309, 13, 814, 3164, 337, 309, 293, 4159, 264, 1399, 13, 407, 341, 307, 570, 286, 362, 257, 1399, 293, 286, 4926, 309, 257, 1629, 1315, 370, 300, 562, 286, 3164, 337, 309, 294, 264, 646, 8630, 11, 286, 458, 309, 13, 492, 486, 406, 3164, 337, 309, 294, 264, 646, 8630, 420, 1340, 13, 1033, 30, 407, 291, 829, 341, 382, 257, 18184, 13, 440, 1021, 551, 307, 300, 291, 829, 309, 382, 257, 646, 8630, 13, 440, 1399, 300, 1890, 1081, 322, 264, 14425, 24405, 322, 264, 646, 8630, 949, 291, 1027, 257, 5599, 13, 1018, 938, 382, 291, 829, 309, 294, 264, 646, 8630, 11, 291, 393, 652, 257, 2736, 322, 309, 13], "avg_logprob": -0.5104895213267187, "compression_ratio": 2.0409556313993176, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 1774.62, "end": 1774.92, "word": "Put", "probability": 0.135009765625}, {"start": 1774.92, "end": 1775.02, "word": " it", "probability": 0.43017578125}, {"start": 1775.02, "end": 1775.1, "word": " as", "probability": 0.29443359375}, {"start": 1775.1, "end": 1775.16, "word": " a", "probability": 0.446533203125}, {"start": 1775.16, "end": 1775.16, "word": " null.", "probability": 0.78173828125}, {"start": 1775.6, "end": 1775.86, "word": " What", "probability": 0.45703125}, {"start": 1775.86, "end": 1775.88, "word": " is", "probability": 0.62939453125}, {"start": 1775.88, "end": 1776.06, "word": " this", "probability": 0.666015625}, {"start": 1776.06, "end": 1776.46, "word": " string?", "probability": 0.75732421875}, {"start": 1776.6, "end": 1776.74, "word": " It", "probability": 0.1998291015625}, {"start": 1776.74, "end": 1776.74, "word": " means", "probability": 0.493896484375}, {"start": 1776.74, "end": 1777.06, "word": " that", "probability": 0.44091796875}, {"start": 1777.06, "end": 1777.18, "word": " there", "probability": 0.48583984375}, {"start": 1777.18, "end": 1777.26, "word": " are", "probability": 0.8203125}, {"start": 1777.26, "end": 1777.46, "word": " people", "probability": 0.77880859375}, {"start": 1777.46, "end": 1777.66, "word": " who", "probability": 0.328857421875}, {"start": 1777.66, "end": 1778.0, "word": " work", "probability": 0.36767578125}, {"start": 1778.0, "end": 1778.38, "word": " on", "probability": 0.67333984375}, {"start": 1778.38, "end": 1778.48, "word": " the", "probability": 0.646484375}, {"start": 1778.48, "end": 1778.64, "word": " back", "probability": 0.66943359375}, {"start": 1778.64, "end": 1778.9, "word": " stack", "probability": 0.7001953125}, {"start": 1778.9, "end": 1779.06, "word": " and", "probability": 0.413330078125}, {"start": 1779.06, "end": 1779.32, "word": " search", "probability": 0.31494140625}, {"start": 1779.32, "end": 1779.66, "word": " for", "probability": 0.60693359375}, {"start": 1779.66, "end": 1779.72, "word": " it.", "probability": 0.65576171875}, {"start": 1779.78, "end": 1779.8, "word": " They", "probability": 0.2705078125}, {"start": 1779.8, "end": 1780.18, "word": " search", "probability": 0.26708984375}, {"start": 1780.18, "end": 1780.32, "word": " for", "probability": 0.409912109375}, {"start": 1780.32, "end": 1780.32, "word": " it", "probability": 0.77783203125}, {"start": 1780.32, "end": 1780.34, "word": " and", "probability": 0.6455078125}, {"start": 1780.34, "end": 1780.58, "word": " remove", "probability": 0.388916015625}, {"start": 1780.58, "end": 1780.7, "word": " the", "probability": 0.404296875}, {"start": 1780.7, "end": 1781.02, "word": " process.", "probability": 0.5634765625}, {"start": 1781.64, "end": 1781.94, "word": " So", "probability": 0.34521484375}, {"start": 1781.94, "end": 1782.32, "word": " this", "probability": 0.361572265625}, {"start": 1782.32, "end": 1782.32, "word": " is", "probability": 0.78173828125}, {"start": 1782.32, "end": 1782.54, "word": " because", "probability": 0.2174072265625}, {"start": 1782.54, "end": 1782.74, "word": " I", "probability": 0.529296875}, {"start": 1782.74, "end": 1782.76, "word": " have", "probability": 0.62646484375}, {"start": 1782.76, "end": 1782.86, "word": " a", "probability": 0.791015625}, {"start": 1782.86, "end": 1783.14, "word": " process", "probability": 0.84228515625}, {"start": 1783.14, "end": 1783.22, "word": " and", "probability": 0.274658203125}, {"start": 1783.22, "end": 1783.3, "word": " I", "probability": 0.90576171875}, {"start": 1783.3, "end": 1783.5, "word": " named", "probability": 0.2142333984375}, {"start": 1783.5, "end": 1783.66, "word": " it", "probability": 0.9287109375}, {"start": 1783.66, "end": 1783.68, "word": " a", "probability": 0.41455078125}, {"start": 1783.68, "end": 1784.12, "word": " certain", "probability": 0.61376953125}, {"start": 1784.12, "end": 1784.12, "word": " name", "probability": 0.78173828125}, {"start": 1784.12, "end": 1784.34, "word": " so", "probability": 0.184814453125}, {"start": 1784.34, "end": 1784.48, "word": " that", "probability": 0.5986328125}, {"start": 1784.48, "end": 1784.52, "word": " when", "probability": 0.82470703125}, {"start": 1784.52, "end": 1784.78, "word": " I", "probability": 0.81982421875}, {"start": 1784.78, "end": 1784.9, "word": " search", "probability": 0.480224609375}, {"start": 1784.9, "end": 1785.04, "word": " for", "probability": 0.5234375}, {"start": 1785.04, "end": 1785.04, "word": " it", "probability": 0.89453125}, {"start": 1785.04, "end": 1785.08, "word": " in", "probability": 0.6220703125}, {"start": 1785.08, "end": 1785.12, "word": " the", "probability": 0.9033203125}, {"start": 1785.12, "end": 1785.26, "word": " back", "probability": 0.8701171875}, {"start": 1785.26, "end": 1785.64, "word": " stack,", "probability": 0.9482421875}, {"start": 1786.0, "end": 1786.26, "word": " I", "probability": 0.95556640625}, {"start": 1786.26, "end": 1786.44, "word": " know", "probability": 0.47509765625}, {"start": 1786.44, "end": 1786.6, "word": " it.", "probability": 0.70166015625}, {"start": 1786.66, "end": 1786.86, "word": " We", "probability": 0.845703125}, {"start": 1786.86, "end": 1787.02, "word": " will", "probability": 0.52392578125}, {"start": 1787.02, "end": 1787.02, "word": " not", "probability": 0.935546875}, {"start": 1787.02, "end": 1787.28, "word": " search", "probability": 0.89892578125}, {"start": 1787.28, "end": 1787.44, "word": " for", "probability": 0.70556640625}, {"start": 1787.44, "end": 1787.46, "word": " it", "probability": 0.52294921875}, {"start": 1787.46, "end": 1787.46, "word": " in", "probability": 0.912109375}, {"start": 1787.46, "end": 1787.46, "word": " the", "probability": 0.84716796875}, {"start": 1787.46, "end": 1787.62, "word": " back", "probability": 0.88720703125}, {"start": 1787.62, "end": 1787.86, "word": " stack", "probability": 0.958984375}, {"start": 1787.86, "end": 1788.0, "word": " or", "probability": 0.5693359375}, {"start": 1788.0, "end": 1788.28, "word": " anything.", "probability": 0.74169921875}, {"start": 1788.78, "end": 1789.1, "word": " Okay?", "probability": 0.357666015625}, {"start": 1789.4, "end": 1789.58, "word": " So", "probability": 0.88525390625}, {"start": 1789.58, "end": 1789.72, "word": " you", "probability": 0.353515625}, {"start": 1789.72, "end": 1789.88, "word": " put", "probability": 0.8662109375}, {"start": 1789.88, "end": 1790.22, "word": " this", "probability": 0.84619140625}, {"start": 1790.22, "end": 1790.28, "word": " as", "probability": 0.7216796875}, {"start": 1790.28, "end": 1790.28, "word": " a", "probability": 0.7080078125}, {"start": 1790.28, "end": 1790.44, "word": " null.", "probability": 0.96240234375}, {"start": 1790.52, "end": 1790.62, "word": " The", "probability": 0.65478515625}, {"start": 1790.62, "end": 1790.8, "word": " important", "probability": 0.70068359375}, {"start": 1790.8, "end": 1790.9, "word": " thing", "probability": 0.8525390625}, {"start": 1790.9, "end": 1790.98, "word": " is", "probability": 0.927734375}, {"start": 1790.98, "end": 1791.08, "word": " that", "probability": 0.76904296875}, {"start": 1791.08, "end": 1791.14, "word": " you", "probability": 0.271484375}, {"start": 1791.14, "end": 1791.3, "word": " put", "probability": 0.37841796875}, {"start": 1791.3, "end": 1791.38, "word": " it", "probability": 0.70556640625}, {"start": 1791.38, "end": 1791.44, "word": " as", "probability": 0.451171875}, {"start": 1791.44, "end": 1791.44, "word": " a", "probability": 0.9423828125}, {"start": 1791.44, "end": 1791.58, "word": " back", "probability": 0.904296875}, {"start": 1791.58, "end": 1791.94, "word": " stack.", "probability": 0.91650390625}, {"start": 1792.58, "end": 1792.72, "word": " The", "probability": 0.84765625}, {"start": 1792.72, "end": 1793.08, "word": " process", "probability": 0.7373046875}, {"start": 1793.08, "end": 1793.24, "word": " that", "probability": 0.794921875}, {"start": 1793.24, "end": 1793.48, "word": " took", "probability": 0.401123046875}, {"start": 1793.48, "end": 1793.5, "word": " place", "probability": 0.88330078125}, {"start": 1793.5, "end": 1793.64, "word": " on", "probability": 0.68115234375}, {"start": 1793.64, "end": 1793.72, "word": " the", "probability": 0.9111328125}, {"start": 1793.72, "end": 1794.4, "word": " transaction", "probability": 0.8759765625}, {"start": 1794.4, "end": 1795.22, "word": " doubled", "probability": 0.2568359375}, {"start": 1795.22, "end": 1795.46, "word": " on", "probability": 0.740234375}, {"start": 1795.46, "end": 1795.52, "word": " the", "probability": 0.92041015625}, {"start": 1795.52, "end": 1795.68, "word": " back", "probability": 0.89404296875}, {"start": 1795.68, "end": 1795.98, "word": " stack", "probability": 0.9560546875}, {"start": 1795.98, "end": 1796.38, "word": " before", "probability": 0.662109375}, {"start": 1796.38, "end": 1796.58, "word": " you", "probability": 0.677734375}, {"start": 1796.58, "end": 1796.82, "word": " made", "probability": 0.251708984375}, {"start": 1796.82, "end": 1797.42, "word": " a", "probability": 0.7109375}, {"start": 1797.42, "end": 1797.66, "word": " commit.", "probability": 0.378662109375}, {"start": 1798.08, "end": 1798.26, "word": " As", "probability": 0.83056640625}, {"start": 1798.26, "end": 1798.44, "word": " long", "probability": 0.9072265625}, {"start": 1798.44, "end": 1798.44, "word": " as", "probability": 0.97119140625}, {"start": 1798.44, "end": 1798.54, "word": " you", "probability": 0.93017578125}, {"start": 1798.54, "end": 1798.8, "word": " put", "probability": 0.84326171875}, {"start": 1798.8, "end": 1798.94, "word": " it", "probability": 0.91748046875}, {"start": 1798.94, "end": 1799.04, "word": " in", "probability": 0.6240234375}, {"start": 1799.04, "end": 1799.14, "word": " the", "probability": 0.9189453125}, {"start": 1799.14, "end": 1799.32, "word": " back", "probability": 0.89453125}, {"start": 1799.32, "end": 1799.62, "word": " stack,", "probability": 0.9697265625}, {"start": 1799.74, "end": 1799.94, "word": " you", "probability": 0.552734375}, {"start": 1799.94, "end": 1800.44, "word": " can", "probability": 0.857421875}, {"start": 1800.44, "end": 1801.26, "word": " make", "probability": 0.56640625}, {"start": 1801.26, "end": 1801.36, "word": " a", "probability": 0.9580078125}, {"start": 1801.36, "end": 1801.64, "word": " return", "probability": 0.09600830078125}, {"start": 1801.64, "end": 1801.82, "word": " on", "probability": 0.78271484375}, {"start": 1801.82, "end": 1801.94, "word": " it.", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 70, "seek": 183287, "start": 1808.21, "end": 1832.87, "text": " Now, this one is working, this one I put it on the back stack, but the process up there, the first time the fragment worked, you can't put it on the back stack. Why? Because if you put it on the back stack, it means that if you put it back, it will come back white. Right or wrong? Yes, here in the hypothetical case, the first time it works,", "tokens": [823, 11, 341, 472, 307, 1364, 11, 341, 472, 286, 829, 309, 322, 264, 646, 8630, 11, 457, 264, 1399, 493, 456, 11, 264, 700, 565, 264, 26424, 2732, 11, 291, 393, 380, 829, 309, 322, 264, 646, 8630, 13, 1545, 30, 1436, 498, 291, 829, 309, 322, 264, 646, 8630, 11, 309, 1355, 300, 498, 291, 829, 309, 646, 11, 309, 486, 808, 646, 2418, 13, 1779, 420, 2085, 30, 1079, 11, 510, 294, 264, 33053, 1389, 11, 264, 700, 565, 309, 1985, 11], "avg_logprob": -0.5065406858921051, "compression_ratio": 1.854054054054054, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1808.2099999999998, "end": 1808.59, "word": " Now,", "probability": 0.5361328125}, {"start": 1808.59, "end": 1808.97, "word": " this", "probability": 0.5810546875}, {"start": 1808.97, "end": 1809.13, "word": " one", "probability": 0.37890625}, {"start": 1809.13, "end": 1809.29, "word": " is", "probability": 0.334228515625}, {"start": 1809.29, "end": 1809.79, "word": " working,", "probability": 0.5380859375}, {"start": 1809.93, "end": 1810.35, "word": " this", "probability": 0.283203125}, {"start": 1810.35, "end": 1810.41, "word": " one", "probability": 0.85986328125}, {"start": 1810.41, "end": 1810.57, "word": " I", "probability": 0.64013671875}, {"start": 1810.57, "end": 1810.79, "word": " put", "probability": 0.51220703125}, {"start": 1810.79, "end": 1810.91, "word": " it", "probability": 0.341796875}, {"start": 1810.91, "end": 1810.99, "word": " on", "probability": 0.68798828125}, {"start": 1810.99, "end": 1811.07, "word": " the", "probability": 0.84130859375}, {"start": 1811.07, "end": 1811.23, "word": " back", "probability": 0.76513671875}, {"start": 1811.23, "end": 1811.51, "word": " stack,", "probability": 0.86279296875}, {"start": 1811.61, "end": 1811.79, "word": " but", "probability": 0.888671875}, {"start": 1811.79, "end": 1811.97, "word": " the", "probability": 0.8056640625}, {"start": 1811.97, "end": 1812.19, "word": " process", "probability": 0.476318359375}, {"start": 1812.19, "end": 1812.51, "word": " up", "probability": 0.323486328125}, {"start": 1812.51, "end": 1813.71, "word": " there,", "probability": 0.7060546875}, {"start": 1814.03, "end": 1814.13, "word": " the", "probability": 0.1966552734375}, {"start": 1814.13, "end": 1814.37, "word": " first", "probability": 0.5517578125}, {"start": 1814.37, "end": 1814.49, "word": " time", "probability": 0.2509765625}, {"start": 1814.49, "end": 1815.01, "word": " the", "probability": 0.423583984375}, {"start": 1815.01, "end": 1815.63, "word": " fragment", "probability": 0.26904296875}, {"start": 1815.63, "end": 1815.63, "word": " worked,", "probability": 0.3359375}, {"start": 1815.95, "end": 1816.21, "word": " you", "probability": 0.148681640625}, {"start": 1816.21, "end": 1816.47, "word": " can't", "probability": 0.642578125}, {"start": 1816.47, "end": 1816.65, "word": " put", "probability": 0.8837890625}, {"start": 1816.65, "end": 1816.73, "word": " it", "probability": 0.91455078125}, {"start": 1816.73, "end": 1816.81, "word": " on", "probability": 0.5341796875}, {"start": 1816.81, "end": 1816.89, "word": " the", "probability": 0.91748046875}, {"start": 1816.89, "end": 1817.07, "word": " back", "probability": 0.8857421875}, {"start": 1817.07, "end": 1817.37, "word": " stack.", "probability": 0.9755859375}, {"start": 1818.05, "end": 1818.43, "word": " Why?", "probability": 0.8232421875}, {"start": 1819.03, "end": 1819.41, "word": " Because", "probability": 0.859375}, {"start": 1819.41, "end": 1819.59, "word": " if", "probability": 0.91015625}, {"start": 1819.59, "end": 1819.71, "word": " you", "probability": 0.6982421875}, {"start": 1819.71, "end": 1819.93, "word": " put", "probability": 0.87158203125}, {"start": 1819.93, "end": 1820.03, "word": " it", "probability": 0.89697265625}, {"start": 1820.03, "end": 1820.11, "word": " on", "probability": 0.76806640625}, {"start": 1820.11, "end": 1820.19, "word": " the", "probability": 0.9150390625}, {"start": 1820.19, "end": 1820.35, "word": " back", "probability": 0.8876953125}, {"start": 1820.35, "end": 1820.63, "word": " stack,", "probability": 0.97998046875}, {"start": 1820.71, "end": 1820.85, "word": " it", "probability": 0.455322265625}, {"start": 1820.85, "end": 1820.85, "word": " means", "probability": 0.8388671875}, {"start": 1820.85, "end": 1821.01, "word": " that", "probability": 0.57275390625}, {"start": 1821.01, "end": 1821.03, "word": " if", "probability": 0.82177734375}, {"start": 1821.03, "end": 1821.49, "word": " you", "probability": 0.8017578125}, {"start": 1821.49, "end": 1821.71, "word": " put", "probability": 0.462158203125}, {"start": 1821.71, "end": 1821.75, "word": " it", "probability": 0.78955078125}, {"start": 1821.75, "end": 1822.11, "word": " back,", "probability": 0.82470703125}, {"start": 1822.27, "end": 1823.57, "word": " it", "probability": 0.76953125}, {"start": 1823.57, "end": 1823.97, "word": " will", "probability": 0.7373046875}, {"start": 1823.97, "end": 1824.09, "word": " come", "probability": 0.16064453125}, {"start": 1824.09, "end": 1824.19, "word": " back", "probability": 0.50537109375}, {"start": 1824.19, "end": 1824.39, "word": " white.", "probability": 0.5302734375}, {"start": 1825.81, "end": 1826.05, "word": " Right", "probability": 0.413330078125}, {"start": 1826.05, "end": 1826.23, "word": " or", "probability": 0.86669921875}, {"start": 1826.23, "end": 1826.33, "word": " wrong?", "probability": 0.461669921875}, {"start": 1829.65, "end": 1829.97, "word": " Yes,", "probability": 0.5986328125}, {"start": 1830.07, "end": 1830.45, "word": " here", "probability": 0.4716796875}, {"start": 1830.45, "end": 1830.85, "word": " in", "probability": 0.5048828125}, {"start": 1830.85, "end": 1831.03, "word": " the", "probability": 0.591796875}, {"start": 1831.03, "end": 1831.71, "word": " hypothetical", "probability": 0.372314453125}, {"start": 1831.71, "end": 1831.91, "word": " case,", "probability": 0.61279296875}, {"start": 1832.13, "end": 1832.25, "word": " the", "probability": 0.416015625}, {"start": 1832.25, "end": 1832.37, "word": " first", "probability": 0.84716796875}, {"start": 1832.37, "end": 1832.49, "word": " time", "probability": 0.814453125}, {"start": 1832.49, "end": 1832.59, "word": " it", "probability": 0.89892578125}, {"start": 1832.59, "end": 1832.87, "word": " works,", "probability": 0.6416015625}], "temperature": 1.0}, {"id": 71, "seek": 185318, "start": 1835.76, "end": 1853.18, "text": " So this process of adding to the red fragment, which is the default, should turn off when it does back. If you put this in the back stack, if you do back, it will go back to white. So see this is an example of a process that does not need to be added to the back stack. But I took this and added it to the back stack.", "tokens": [407, 341, 1399, 295, 5127, 281, 264, 2182, 26424, 11, 597, 307, 264, 7576, 11, 820, 1261, 766, 562, 309, 775, 646, 13, 759, 291, 829, 341, 294, 264, 646, 8630, 11, 498, 291, 360, 646, 11, 309, 486, 352, 646, 281, 2418, 13, 407, 536, 341, 307, 364, 1365, 295, 257, 1399, 300, 775, 406, 643, 281, 312, 3869, 281, 264, 646, 8630, 13, 583, 286, 1890, 341, 293, 3869, 309, 281, 264, 646, 8630, 13], "avg_logprob": -0.45873396557111007, "compression_ratio": 1.7282608695652173, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1835.76, "end": 1836.08, "word": " So", "probability": 0.1356201171875}, {"start": 1836.08, "end": 1836.34, "word": " this", "probability": 0.402587890625}, {"start": 1836.34, "end": 1836.74, "word": " process", "probability": 0.268798828125}, {"start": 1836.74, "end": 1836.9, "word": " of", "probability": 0.54296875}, {"start": 1836.9, "end": 1837.1, "word": " adding", "probability": 0.66845703125}, {"start": 1837.1, "end": 1837.34, "word": " to", "probability": 0.25537109375}, {"start": 1837.34, "end": 1837.88, "word": " the", "probability": 0.8154296875}, {"start": 1837.88, "end": 1838.04, "word": " red", "probability": 0.787109375}, {"start": 1838.04, "end": 1838.04, "word": " fragment,", "probability": 0.396728515625}, {"start": 1838.24, "end": 1838.24, "word": " which", "probability": 0.818359375}, {"start": 1838.24, "end": 1838.32, "word": " is", "probability": 0.89404296875}, {"start": 1838.32, "end": 1838.42, "word": " the", "probability": 0.787109375}, {"start": 1838.42, "end": 1838.78, "word": " default,", "probability": 0.95068359375}, {"start": 1839.68, "end": 1840.16, "word": " should", "probability": 0.541015625}, {"start": 1840.16, "end": 1840.46, "word": " turn", "probability": 0.1337890625}, {"start": 1840.46, "end": 1840.46, "word": " off", "probability": 0.83056640625}, {"start": 1840.46, "end": 1840.6, "word": " when", "probability": 0.74169921875}, {"start": 1840.6, "end": 1840.74, "word": " it", "probability": 0.609375}, {"start": 1840.74, "end": 1840.92, "word": " does", "probability": 0.56591796875}, {"start": 1840.92, "end": 1841.2, "word": " back.", "probability": 0.4814453125}, {"start": 1842.84, "end": 1843.2, "word": " If", "probability": 0.60546875}, {"start": 1843.2, "end": 1843.7, "word": " you", "probability": 0.66064453125}, {"start": 1843.7, "end": 1844.04, "word": " put", "probability": 0.57080078125}, {"start": 1844.04, "end": 1844.24, "word": " this", "probability": 0.69677734375}, {"start": 1844.24, "end": 1844.38, "word": " in", "probability": 0.52880859375}, {"start": 1844.38, "end": 1844.48, "word": " the", "probability": 0.53515625}, {"start": 1844.48, "end": 1844.64, "word": " back", "probability": 0.74560546875}, {"start": 1844.64, "end": 1844.92, "word": " stack,", "probability": 0.91064453125}, {"start": 1845.04, "end": 1845.12, "word": " if", "probability": 0.3662109375}, {"start": 1845.12, "end": 1845.18, "word": " you", "probability": 0.8427734375}, {"start": 1845.18, "end": 1845.36, "word": " do", "probability": 0.63525390625}, {"start": 1845.36, "end": 1845.56, "word": " back,", "probability": 0.85302734375}, {"start": 1845.64, "end": 1845.68, "word": " it", "probability": 0.85986328125}, {"start": 1845.68, "end": 1845.74, "word": " will", "probability": 0.50732421875}, {"start": 1845.74, "end": 1845.82, "word": " go", "probability": 0.444580078125}, {"start": 1845.82, "end": 1845.92, "word": " back", "probability": 0.75732421875}, {"start": 1845.92, "end": 1845.98, "word": " to", "probability": 0.459716796875}, {"start": 1845.98, "end": 1846.1, "word": " white.", "probability": 0.8173828125}, {"start": 1847.32, "end": 1847.68, "word": " So", "probability": 0.51220703125}, {"start": 1847.68, "end": 1847.88, "word": " see", "probability": 0.359130859375}, {"start": 1847.88, "end": 1848.06, "word": " this", "probability": 0.6875}, {"start": 1848.06, "end": 1848.12, "word": " is", "probability": 0.55078125}, {"start": 1848.12, "end": 1848.36, "word": " an", "probability": 0.875}, {"start": 1848.36, "end": 1848.36, "word": " example", "probability": 0.9775390625}, {"start": 1848.36, "end": 1848.58, "word": " of", "probability": 0.755859375}, {"start": 1848.58, "end": 1848.58, "word": " a", "probability": 0.62646484375}, {"start": 1848.58, "end": 1848.74, "word": " process", "probability": 0.93359375}, {"start": 1848.74, "end": 1848.84, "word": " that", "probability": 0.52490234375}, {"start": 1848.84, "end": 1849.0, "word": " does", "probability": 0.4130859375}, {"start": 1849.0, "end": 1849.12, "word": " not", "probability": 0.9345703125}, {"start": 1849.12, "end": 1849.24, "word": " need", "probability": 0.38818359375}, {"start": 1849.24, "end": 1849.24, "word": " to", "probability": 0.80078125}, {"start": 1849.24, "end": 1849.36, "word": " be", "probability": 0.69873046875}, {"start": 1849.36, "end": 1849.46, "word": " added", "probability": 0.90185546875}, {"start": 1849.46, "end": 1849.64, "word": " to", "probability": 0.9169921875}, {"start": 1849.64, "end": 1849.7, "word": " the", "probability": 0.86767578125}, {"start": 1849.7, "end": 1849.82, "word": " back", "probability": 0.82470703125}, {"start": 1849.82, "end": 1850.12, "word": " stack.", "probability": 0.97705078125}, {"start": 1850.56, "end": 1850.88, "word": " But", "probability": 0.890625}, {"start": 1850.88, "end": 1850.98, "word": " I", "probability": 0.348876953125}, {"start": 1850.98, "end": 1851.22, "word": " took", "probability": 0.2176513671875}, {"start": 1851.22, "end": 1851.56, "word": " this", "probability": 0.87548828125}, {"start": 1851.56, "end": 1852.02, "word": " and", "probability": 0.7041015625}, {"start": 1852.02, "end": 1852.52, "word": " added", "probability": 0.82763671875}, {"start": 1852.52, "end": 1852.64, "word": " it", "probability": 0.890625}, {"start": 1852.64, "end": 1852.74, "word": " to", "probability": 0.9453125}, {"start": 1852.74, "end": 1852.78, "word": " the", "probability": 0.9169921875}, {"start": 1852.78, "end": 1852.92, "word": " back", "probability": 0.83740234375}, {"start": 1852.92, "end": 1853.18, "word": " stack.", "probability": 0.9833984375}], "temperature": 1.0}, {"id": 72, "seek": 188070, "start": 1853.94, "end": 1880.7, "text": " Of course, as the work of one line, replace, we got the comma, what do you put? Add to back stack null, and then you make a comma, if you want to add to the back stack, but we want to put it on the back stack, and come here, no, come and see, this is running, okay, make back, this returns to what? To the previous operations, okay?", "tokens": [2720, 1164, 11, 382, 264, 589, 295, 472, 1622, 11, 7406, 11, 321, 658, 264, 22117, 11, 437, 360, 291, 829, 30, 5349, 281, 646, 8630, 18184, 11, 293, 550, 291, 652, 257, 22117, 11, 498, 291, 528, 281, 909, 281, 264, 646, 8630, 11, 457, 321, 528, 281, 829, 309, 322, 264, 646, 8630, 11, 293, 808, 510, 11, 572, 11, 808, 293, 536, 11, 341, 307, 2614, 11, 1392, 11, 652, 646, 11, 341, 11247, 281, 437, 30, 1407, 264, 3894, 7705, 11, 1392, 30], "avg_logprob": -0.5688920596783812, "compression_ratio": 1.6989795918367347, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1853.94, "end": 1854.18, "word": " Of", "probability": 0.043304443359375}, {"start": 1854.18, "end": 1854.28, "word": " course,", "probability": 0.8681640625}, {"start": 1854.38, "end": 1854.46, "word": " as", "probability": 0.345703125}, {"start": 1854.46, "end": 1855.22, "word": " the", "probability": 0.224365234375}, {"start": 1855.22, "end": 1855.38, "word": " work", "probability": 0.1942138671875}, {"start": 1855.38, "end": 1855.52, "word": " of", "probability": 0.6259765625}, {"start": 1855.52, "end": 1856.06, "word": " one", "probability": 0.27392578125}, {"start": 1856.06, "end": 1856.06, "word": " line,", "probability": 0.70458984375}, {"start": 1856.82, "end": 1857.52, "word": " replace,", "probability": 0.7138671875}, {"start": 1857.7, "end": 1857.9, "word": " we", "probability": 0.11175537109375}, {"start": 1857.9, "end": 1857.9, "word": " got", "probability": 0.387939453125}, {"start": 1857.9, "end": 1858.08, "word": " the", "probability": 0.71240234375}, {"start": 1858.08, "end": 1858.26, "word": " comma,", "probability": 0.1434326171875}, {"start": 1858.42, "end": 1858.54, "word": " what", "probability": 0.2138671875}, {"start": 1858.54, "end": 1858.58, "word": " do", "probability": 0.662109375}, {"start": 1858.58, "end": 1858.58, "word": " you", "probability": 0.89599609375}, {"start": 1858.58, "end": 1858.78, "word": " put?", "probability": 0.8564453125}, {"start": 1859.74, "end": 1860.02, "word": " Add", "probability": 0.222412109375}, {"start": 1860.02, "end": 1860.16, "word": " to", "probability": 0.9560546875}, {"start": 1860.16, "end": 1860.34, "word": " back", "probability": 0.74560546875}, {"start": 1860.34, "end": 1860.72, "word": " stack", "probability": 0.73095703125}, {"start": 1860.72, "end": 1861.0, "word": " null,", "probability": 0.52978515625}, {"start": 1861.42, "end": 1861.9, "word": " and", "probability": 0.53173828125}, {"start": 1861.9, "end": 1862.06, "word": " then", "probability": 0.82568359375}, {"start": 1862.06, "end": 1862.2, "word": " you", "probability": 0.72412109375}, {"start": 1862.2, "end": 1862.38, "word": " make", "probability": 0.6982421875}, {"start": 1862.38, "end": 1862.5, "word": " a", "probability": 0.7919921875}, {"start": 1862.5, "end": 1862.66, "word": " comma,", "probability": 0.880859375}, {"start": 1862.8, "end": 1862.88, "word": " if", "probability": 0.91650390625}, {"start": 1862.88, "end": 1863.08, "word": " you", "probability": 0.96484375}, {"start": 1863.08, "end": 1863.22, "word": " want", "probability": 0.82568359375}, {"start": 1863.22, "end": 1863.34, "word": " to", "probability": 0.66357421875}, {"start": 1863.34, "end": 1863.54, "word": " add", "probability": 0.88232421875}, {"start": 1863.54, "end": 1863.68, "word": " to", "probability": 0.66015625}, {"start": 1863.68, "end": 1863.74, "word": " the", "probability": 0.66552734375}, {"start": 1863.74, "end": 1863.88, "word": " back", "probability": 0.87158203125}, {"start": 1863.88, "end": 1864.14, "word": " stack,", "probability": 0.96240234375}, {"start": 1864.64, "end": 1864.84, "word": " but", "probability": 0.8828125}, {"start": 1864.84, "end": 1865.06, "word": " we", "probability": 0.900390625}, {"start": 1865.06, "end": 1865.26, "word": " want", "probability": 0.5859375}, {"start": 1865.26, "end": 1865.48, "word": " to", "probability": 0.91259765625}, {"start": 1865.48, "end": 1865.72, "word": " put", "probability": 0.72216796875}, {"start": 1865.72, "end": 1865.82, "word": " it", "probability": 0.7392578125}, {"start": 1865.82, "end": 1865.88, "word": " on", "probability": 0.580078125}, {"start": 1865.88, "end": 1865.96, "word": " the", "probability": 0.8994140625}, {"start": 1865.96, "end": 1866.12, "word": " back", "probability": 0.88232421875}, {"start": 1866.12, "end": 1866.5, "word": " stack,", "probability": 0.97265625}, {"start": 1867.32, "end": 1867.44, "word": " and", "probability": 0.8125}, {"start": 1867.44, "end": 1867.64, "word": " come", "probability": 0.66943359375}, {"start": 1867.64, "end": 1868.08, "word": " here,", "probability": 0.8486328125}, {"start": 1869.94, "end": 1870.22, "word": " no,", "probability": 0.288818359375}, {"start": 1870.3, "end": 1870.5, "word": " come", "probability": 0.5888671875}, {"start": 1870.5, "end": 1870.64, "word": " and", "probability": 0.2291259765625}, {"start": 1870.64, "end": 1870.92, "word": " see,", "probability": 0.79248046875}, {"start": 1871.22, "end": 1871.36, "word": " this", "probability": 0.321533203125}, {"start": 1871.36, "end": 1872.28, "word": " is", "probability": 0.46728515625}, {"start": 1872.28, "end": 1872.88, "word": " running,", "probability": 0.54248046875}, {"start": 1874.14, "end": 1874.42, "word": " okay,", "probability": 0.450927734375}, {"start": 1874.56, "end": 1874.8, "word": " make", "probability": 0.32861328125}, {"start": 1874.8, "end": 1875.2, "word": " back,", "probability": 0.59033203125}, {"start": 1875.7, "end": 1875.96, "word": " this", "probability": 0.5927734375}, {"start": 1875.96, "end": 1876.2, "word": " returns", "probability": 0.6201171875}, {"start": 1876.2, "end": 1876.4, "word": " to", "probability": 0.63427734375}, {"start": 1876.4, "end": 1876.64, "word": " what?", "probability": 0.79833984375}, {"start": 1877.5, "end": 1877.66, "word": " To", "probability": 0.58056640625}, {"start": 1877.66, "end": 1877.72, "word": " the", "probability": 0.42822265625}, {"start": 1877.72, "end": 1877.78, "word": " previous", "probability": 0.80859375}, {"start": 1877.78, "end": 1878.42, "word": " operations,", "probability": 0.8056640625}, {"start": 1879.76, "end": 1880.7, "word": " okay?", "probability": 0.75830078125}], "temperature": 1.0}, {"id": 73, "seek": 191306, "start": 1883.94, "end": 1913.06, "text": " Of course, the last step is to close it. Is it clear, guys? Sir, in the beginning, we took the activity as if the application has more than one activity, when we click on it, the first thing that comes from the internet is sent to the second activity, which is a layer of analysis. When this came, we created an object. When we created one by one, we made the object from this fragment. Does it still keep this object?", "tokens": [2720, 1164, 11, 264, 1036, 1823, 307, 281, 1998, 309, 13, 1119, 309, 1850, 11, 1074, 30, 6144, 11, 294, 264, 2863, 11, 321, 1890, 264, 5191, 382, 498, 264, 3861, 575, 544, 813, 472, 5191, 11, 562, 321, 2052, 322, 309, 11, 264, 700, 551, 300, 1487, 490, 264, 4705, 307, 2279, 281, 264, 1150, 5191, 11, 597, 307, 257, 4583, 295, 5215, 13, 1133, 341, 1361, 11, 321, 2942, 364, 2657, 13, 1133, 321, 2942, 472, 538, 472, 11, 321, 1027, 264, 2657, 490, 341, 26424, 13, 4402, 309, 920, 1066, 341, 2657, 30], "avg_logprob": -0.6900773195876289, "compression_ratio": 1.7172131147540983, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1883.94, "end": 1884.2, "word": " Of", "probability": 0.17138671875}, {"start": 1884.2, "end": 1884.28, "word": " course,", "probability": 0.90380859375}, {"start": 1884.44, "end": 1884.44, "word": " the", "probability": 0.5537109375}, {"start": 1884.44, "end": 1884.54, "word": " last", "probability": 0.8193359375}, {"start": 1884.54, "end": 1884.94, "word": " step", "probability": 0.385498046875}, {"start": 1884.94, "end": 1887.3, "word": " is", "probability": 0.552734375}, {"start": 1887.3, "end": 1887.34, "word": " to", "probability": 0.34716796875}, {"start": 1887.34, "end": 1887.72, "word": " close", "probability": 0.1497802734375}, {"start": 1887.72, "end": 1889.22, "word": " it.", "probability": 0.505859375}, {"start": 1890.54, "end": 1890.56, "word": " Is", "probability": 0.371337890625}, {"start": 1890.56, "end": 1893.6, "word": " it", "probability": 0.76025390625}, {"start": 1893.6, "end": 1893.78, "word": " clear,", "probability": 0.86669921875}, {"start": 1893.92, "end": 1894.18, "word": " guys?", "probability": 0.77197265625}, {"start": 1894.6, "end": 1895.0, "word": " Sir,", "probability": 0.2337646484375}, {"start": 1895.56, "end": 1895.98, "word": " in", "probability": 0.365966796875}, {"start": 1895.98, "end": 1896.02, "word": " the", "probability": 0.450439453125}, {"start": 1896.02, "end": 1896.24, "word": " beginning,", "probability": 0.5205078125}, {"start": 1896.32, "end": 1897.08, "word": " we", "probability": 0.580078125}, {"start": 1897.08, "end": 1897.98, "word": " took", "probability": 0.408447265625}, {"start": 1897.98, "end": 1898.18, "word": " the", "probability": 0.55908203125}, {"start": 1898.18, "end": 1898.18, "word": " activity", "probability": 0.6181640625}, {"start": 1898.18, "end": 1898.18, "word": " as", "probability": 0.32568359375}, {"start": 1898.18, "end": 1898.78, "word": " if", "probability": 0.456787109375}, {"start": 1898.78, "end": 1899.54, "word": " the", "probability": 0.3232421875}, {"start": 1899.54, "end": 1899.96, "word": " application", "probability": 0.90869140625}, {"start": 1899.96, "end": 1900.1, "word": " has", "probability": 0.425537109375}, {"start": 1900.1, "end": 1900.32, "word": " more", "probability": 0.85986328125}, {"start": 1900.32, "end": 1900.4, "word": " than", "probability": 0.48974609375}, {"start": 1900.4, "end": 1900.52, "word": " one", "probability": 0.6982421875}, {"start": 1900.52, "end": 1900.9, "word": " activity,", "probability": 0.93603515625}, {"start": 1901.34, "end": 1901.5, "word": " when", "probability": 0.48388671875}, {"start": 1901.5, "end": 1901.64, "word": " we", "probability": 0.6748046875}, {"start": 1901.64, "end": 1901.8, "word": " click", "probability": 0.314208984375}, {"start": 1901.8, "end": 1902.06, "word": " on", "probability": 0.52099609375}, {"start": 1902.06, "end": 1902.08, "word": " it,", "probability": 0.48779296875}, {"start": 1902.12, "end": 1902.18, "word": " the", "probability": 0.12445068359375}, {"start": 1902.18, "end": 1902.28, "word": " first", "probability": 0.50732421875}, {"start": 1902.28, "end": 1902.58, "word": " thing", "probability": 0.2498779296875}, {"start": 1902.58, "end": 1902.58, "word": " that", "probability": 0.5556640625}, {"start": 1902.58, "end": 1902.68, "word": " comes", "probability": 0.7490234375}, {"start": 1902.68, "end": 1902.84, "word": " from", "probability": 0.387451171875}, {"start": 1902.84, "end": 1902.96, "word": " the", "probability": 0.56494140625}, {"start": 1902.96, "end": 1903.18, "word": " internet", "probability": 0.30810546875}, {"start": 1903.18, "end": 1903.46, "word": " is", "probability": 0.293212890625}, {"start": 1903.46, "end": 1903.64, "word": " sent", "probability": 0.1375732421875}, {"start": 1903.64, "end": 1903.74, "word": " to", "probability": 0.94873046875}, {"start": 1903.74, "end": 1903.8, "word": " the", "probability": 0.671875}, {"start": 1903.8, "end": 1904.2, "word": " second", "probability": 0.60888671875}, {"start": 1904.2, "end": 1904.2, "word": " activity,", "probability": 0.93994140625}, {"start": 1904.32, "end": 1904.42, "word": " which", "probability": 0.62255859375}, {"start": 1904.42, "end": 1904.46, "word": " is", "probability": 0.8994140625}, {"start": 1904.46, "end": 1905.0, "word": " a", "probability": 0.61376953125}, {"start": 1905.0, "end": 1905.0, "word": " layer", "probability": 0.72705078125}, {"start": 1905.0, "end": 1905.28, "word": " of", "probability": 0.603515625}, {"start": 1905.28, "end": 1905.48, "word": " analysis.", "probability": 0.271240234375}, {"start": 1906.36, "end": 1906.76, "word": " When", "probability": 0.353271484375}, {"start": 1906.76, "end": 1906.96, "word": " this", "probability": 0.259765625}, {"start": 1906.96, "end": 1907.14, "word": " came,", "probability": 0.347412109375}, {"start": 1907.32, "end": 1907.44, "word": " we", "probability": 0.91845703125}, {"start": 1907.44, "end": 1907.62, "word": " created", "probability": 0.46240234375}, {"start": 1907.62, "end": 1907.74, "word": " an", "probability": 0.1932373046875}, {"start": 1907.74, "end": 1907.88, "word": " object.", "probability": 0.978515625}, {"start": 1908.58, "end": 1908.94, "word": " When", "probability": 0.787109375}, {"start": 1908.94, "end": 1909.18, "word": " we", "probability": 0.7587890625}, {"start": 1909.18, "end": 1909.42, "word": " created", "probability": 0.1331787109375}, {"start": 1909.42, "end": 1909.6, "word": " one", "probability": 0.416748046875}, {"start": 1909.6, "end": 1909.88, "word": " by", "probability": 0.7109375}, {"start": 1909.88, "end": 1909.88, "word": " one,", "probability": 0.927734375}, {"start": 1909.98, "end": 1910.08, "word": " we", "probability": 0.435546875}, {"start": 1910.08, "end": 1910.18, "word": " made", "probability": 0.492919921875}, {"start": 1910.18, "end": 1910.26, "word": " the", "probability": 0.465087890625}, {"start": 1910.26, "end": 1910.5, "word": " object", "probability": 0.97998046875}, {"start": 1910.5, "end": 1910.72, "word": " from", "probability": 0.57763671875}, {"start": 1910.72, "end": 1911.06, "word": " this", "probability": 0.56689453125}, {"start": 1911.06, "end": 1911.48, "word": " fragment.", "probability": 0.7900390625}, {"start": 1912.06, "end": 1912.16, "word": " Does", "probability": 0.1241455078125}, {"start": 1912.16, "end": 1912.32, "word": " it", "probability": 0.71484375}, {"start": 1912.32, "end": 1912.32, "word": " still", "probability": 0.180908203125}, {"start": 1912.32, "end": 1912.52, "word": " keep", "probability": 0.209716796875}, {"start": 1912.52, "end": 1912.8, "word": " this", "probability": 0.80712890625}, {"start": 1912.8, "end": 1913.06, "word": " object?", "probability": 0.98095703125}], "temperature": 1.0}, {"id": 74, "seek": 193970, "start": 1915.0, "end": 1939.7, "text": "The one that was there before when I made Replace Yes, the eraser when I made Replace If you want to preserve it, why the eraser? Because I go and make a new one after each process You can make fragments up here for example, or under uncreate, to use yourself", "tokens": [2278, 472, 300, 390, 456, 949, 562, 286, 1027, 1300, 6742, 1079, 11, 264, 46018, 562, 286, 1027, 1300, 6742, 759, 291, 528, 281, 15665, 309, 11, 983, 264, 46018, 30, 1436, 286, 352, 293, 652, 257, 777, 472, 934, 1184, 1399, 509, 393, 652, 29197, 493, 510, 337, 1365, 11, 420, 833, 6219, 265, 473, 11, 281, 764, 1803], "avg_logprob": -0.8058401795684315, "compression_ratio": 1.5508982035928143, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1915.0, "end": 1915.64, "word": "The", "probability": 0.2322998046875}, {"start": 1915.64, "end": 1916.2, "word": " one", "probability": 0.3583984375}, {"start": 1916.2, "end": 1916.28, "word": " that", "probability": 0.646484375}, {"start": 1916.28, "end": 1916.28, "word": " was", "probability": 0.70654296875}, {"start": 1916.28, "end": 1916.52, "word": " there", "probability": 0.18896484375}, {"start": 1916.52, "end": 1916.86, "word": " before", "probability": 0.6328125}, {"start": 1916.86, "end": 1917.38, "word": " when", "probability": 0.29150390625}, {"start": 1917.38, "end": 1917.46, "word": " I", "probability": 0.436279296875}, {"start": 1917.46, "end": 1917.58, "word": " made", "probability": 0.341064453125}, {"start": 1917.58, "end": 1917.68, "word": " Replace", "probability": 0.5845947265625}, {"start": 1917.68, "end": 1919.2, "word": " Yes,", "probability": 0.283935546875}, {"start": 1919.2, "end": 1919.32, "word": " the", "probability": 0.408203125}, {"start": 1919.32, "end": 1919.64, "word": " eraser", "probability": 0.212646484375}, {"start": 1919.64, "end": 1922.8, "word": " when", "probability": 0.3779296875}, {"start": 1922.8, "end": 1923.18, "word": " I", "probability": 0.65576171875}, {"start": 1923.18, "end": 1923.36, "word": " made", "probability": 0.59765625}, {"start": 1923.36, "end": 1923.78, "word": " Replace", "probability": 0.79345703125}, {"start": 1923.78, "end": 1924.16, "word": " If", "probability": 0.40771484375}, {"start": 1924.16, "end": 1925.36, "word": " you", "probability": 0.78564453125}, {"start": 1925.36, "end": 1925.66, "word": " want", "probability": 0.448974609375}, {"start": 1925.66, "end": 1925.78, "word": " to", "probability": 0.96826171875}, {"start": 1925.78, "end": 1926.16, "word": " preserve", "probability": 0.2646484375}, {"start": 1926.16, "end": 1927.28, "word": " it,", "probability": 0.77099609375}, {"start": 1927.28, "end": 1928.8, "word": " why", "probability": 0.408935546875}, {"start": 1928.8, "end": 1928.98, "word": " the", "probability": 0.290283203125}, {"start": 1928.98, "end": 1929.3, "word": " eraser?", "probability": 0.97021484375}, {"start": 1929.62, "end": 1929.86, "word": " Because", "probability": 0.81201171875}, {"start": 1929.86, "end": 1930.12, "word": " I", "probability": 0.362548828125}, {"start": 1930.12, "end": 1930.28, "word": " go", "probability": 0.2335205078125}, {"start": 1930.28, "end": 1931.3, "word": " and", "probability": 0.4140625}, {"start": 1931.3, "end": 1931.42, "word": " make", "probability": 0.3759765625}, {"start": 1931.42, "end": 1931.54, "word": " a", "probability": 0.45166015625}, {"start": 1931.54, "end": 1931.72, "word": " new", "probability": 0.8232421875}, {"start": 1931.72, "end": 1932.04, "word": " one", "probability": 0.334716796875}, {"start": 1932.04, "end": 1932.04, "word": " after", "probability": 0.166748046875}, {"start": 1932.04, "end": 1932.04, "word": " each", "probability": 0.475341796875}, {"start": 1932.04, "end": 1932.04, "word": " process", "probability": 0.57763671875}, {"start": 1932.04, "end": 1933.54, "word": " You", "probability": 0.401123046875}, {"start": 1933.54, "end": 1933.88, "word": " can", "probability": 0.8935546875}, {"start": 1933.88, "end": 1935.32, "word": " make", "probability": 0.66650390625}, {"start": 1935.32, "end": 1935.94, "word": " fragments", "probability": 0.191162109375}, {"start": 1935.94, "end": 1936.5, "word": " up", "probability": 0.1983642578125}, {"start": 1936.5, "end": 1936.86, "word": " here", "probability": 0.71533203125}, {"start": 1936.86, "end": 1937.0, "word": " for", "probability": 0.343017578125}, {"start": 1937.0, "end": 1937.22, "word": " example,", "probability": 0.91943359375}, {"start": 1937.36, "end": 1937.44, "word": " or", "probability": 0.80517578125}, {"start": 1937.44, "end": 1937.7, "word": " under", "probability": 0.27783203125}, {"start": 1937.7, "end": 1938.32, "word": " uncreate,", "probability": 0.6075032552083334}, {"start": 1938.44, "end": 1938.56, "word": " to", "probability": 0.18603515625}, {"start": 1938.56, "end": 1939.32, "word": " use", "probability": 0.70703125}, {"start": 1939.32, "end": 1939.7, "word": " yourself", "probability": 0.211669921875}], "temperature": 1.0}, {"id": 75, "seek": 195938, "start": 1940.62, "end": 1959.38, "text": "The same fragment that was already there If there is a fragment that has data in it, I will not choose it, for example, as we used to do notify data if we want to go back to it again If there is a fragment that you want to keep in its data, this way because when I do the new, that's it, I remove the old and put a new one If you want to keep it, show them where, above in the onCreate", "tokens": [2278, 912, 26424, 300, 390, 1217, 456, 759, 456, 307, 257, 26424, 300, 575, 1412, 294, 309, 11, 286, 486, 406, 2826, 309, 11, 337, 1365, 11, 382, 321, 1143, 281, 360, 36560, 1412, 498, 321, 528, 281, 352, 646, 281, 309, 797, 759, 456, 307, 257, 26424, 300, 291, 528, 281, 1066, 294, 1080, 1412, 11, 341, 636, 570, 562, 286, 360, 264, 777, 11, 300, 311, 309, 11, 286, 4159, 264, 1331, 293, 829, 257, 777, 472, 759, 291, 528, 281, 1066, 309, 11, 855, 552, 689, 11, 3673, 294, 264, 322, 44637, 473], "avg_logprob": -0.566688124666509, "compression_ratio": 1.8509615384615385, "no_speech_prob": 5.543231964111328e-06, "words": [{"start": 1940.62, "end": 1940.86, "word": "The", "probability": 0.161865234375}, {"start": 1940.86, "end": 1940.98, "word": " same", "probability": 0.78076171875}, {"start": 1940.98, "end": 1941.38, "word": " fragment", "probability": 0.419189453125}, {"start": 1941.38, "end": 1941.56, "word": " that", "probability": 0.59326171875}, {"start": 1941.56, "end": 1941.7, "word": " was", "probability": 0.53173828125}, {"start": 1941.7, "end": 1941.82, "word": " already", "probability": 0.333740234375}, {"start": 1941.82, "end": 1942.16, "word": " there", "probability": 0.5654296875}, {"start": 1942.16, "end": 1942.78, "word": " If", "probability": 0.336181640625}, {"start": 1942.78, "end": 1942.94, "word": " there", "probability": 0.7978515625}, {"start": 1942.94, "end": 1942.94, "word": " is", "probability": 0.6923828125}, {"start": 1942.94, "end": 1943.08, "word": " a", "probability": 0.94921875}, {"start": 1943.08, "end": 1943.32, "word": " fragment", "probability": 0.7939453125}, {"start": 1943.32, "end": 1943.54, "word": " that", "probability": 0.50146484375}, {"start": 1943.54, "end": 1943.54, "word": " has", "probability": 0.453369140625}, {"start": 1943.54, "end": 1943.86, "word": " data", "probability": 0.8359375}, {"start": 1943.86, "end": 1943.94, "word": " in", "probability": 0.214599609375}, {"start": 1943.94, "end": 1943.94, "word": " it,", "probability": 0.93994140625}, {"start": 1944.0, "end": 1944.0, "word": " I", "probability": 0.30859375}, {"start": 1944.0, "end": 1944.14, "word": " will", "probability": 0.461181640625}, {"start": 1944.14, "end": 1944.14, "word": " not", "probability": 0.7880859375}, {"start": 1944.14, "end": 1944.46, "word": " choose", "probability": 0.57861328125}, {"start": 1944.46, "end": 1944.58, "word": " it,", "probability": 0.54833984375}, {"start": 1944.58, "end": 1944.7, "word": " for", "probability": 0.250244140625}, {"start": 1944.7, "end": 1944.7, "word": " example,", "probability": 0.94287109375}, {"start": 1944.74, "end": 1944.78, "word": " as", "probability": 0.35693359375}, {"start": 1944.78, "end": 1944.92, "word": " we", "probability": 0.7724609375}, {"start": 1944.92, "end": 1945.04, "word": " used", "probability": 0.371826171875}, {"start": 1945.04, "end": 1945.14, "word": " to", "probability": 0.96533203125}, {"start": 1945.14, "end": 1945.3, "word": " do", "probability": 0.8369140625}, {"start": 1945.3, "end": 1945.62, "word": " notify", "probability": 0.191650390625}, {"start": 1945.62, "end": 1946.08, "word": " data", "probability": 0.88232421875}, {"start": 1946.08, "end": 1946.26, "word": " if", "probability": 0.5009765625}, {"start": 1946.26, "end": 1946.5, "word": " we", "probability": 0.888671875}, {"start": 1946.5, "end": 1946.5, "word": " want", "probability": 0.708984375}, {"start": 1946.5, "end": 1946.68, "word": " to", "probability": 0.94873046875}, {"start": 1946.68, "end": 1946.78, "word": " go", "probability": 0.1571044921875}, {"start": 1946.78, "end": 1946.84, "word": " back", "probability": 0.75146484375}, {"start": 1946.84, "end": 1946.9, "word": " to", "probability": 0.6845703125}, {"start": 1946.9, "end": 1947.1, "word": " it", "probability": 0.430419921875}, {"start": 1947.1, "end": 1947.4, "word": " again", "probability": 0.6748046875}, {"start": 1947.4, "end": 1948.1, "word": " If", "probability": 0.63037109375}, {"start": 1948.1, "end": 1948.34, "word": " there", "probability": 0.84912109375}, {"start": 1948.34, "end": 1948.34, "word": " is", "probability": 0.85302734375}, {"start": 1948.34, "end": 1948.42, "word": " a", "probability": 0.98291015625}, {"start": 1948.42, "end": 1948.72, "word": " fragment", "probability": 0.873046875}, {"start": 1948.72, "end": 1948.88, "word": " that", "probability": 0.81640625}, {"start": 1948.88, "end": 1948.98, "word": " you", "probability": 0.2281494140625}, {"start": 1948.98, "end": 1949.14, "word": " want", "probability": 0.71044921875}, {"start": 1949.14, "end": 1949.26, "word": " to", "probability": 0.9638671875}, {"start": 1949.26, "end": 1949.52, "word": " keep", "probability": 0.476318359375}, {"start": 1949.52, "end": 1949.7, "word": " in", "probability": 0.560546875}, {"start": 1949.7, "end": 1949.76, "word": " its", "probability": 0.68798828125}, {"start": 1949.76, "end": 1950.08, "word": " data,", "probability": 0.5126953125}, {"start": 1950.86, "end": 1951.6, "word": " this", "probability": 0.6416015625}, {"start": 1951.6, "end": 1952.12, "word": " way", "probability": 0.426513671875}, {"start": 1952.12, "end": 1952.66, "word": " because", "probability": 0.43603515625}, {"start": 1952.66, "end": 1952.84, "word": " when", "probability": 0.52880859375}, {"start": 1952.84, "end": 1953.02, "word": " I", "probability": 0.96826171875}, {"start": 1953.02, "end": 1953.24, "word": " do", "probability": 0.373779296875}, {"start": 1953.24, "end": 1953.38, "word": " the", "probability": 0.47705078125}, {"start": 1953.38, "end": 1953.62, "word": " new,", "probability": 0.6484375}, {"start": 1954.04, "end": 1954.18, "word": " that's", "probability": 0.627685546875}, {"start": 1954.18, "end": 1954.3, "word": " it,", "probability": 0.884765625}, {"start": 1954.4, "end": 1954.54, "word": " I", "probability": 0.53271484375}, {"start": 1954.54, "end": 1954.7, "word": " remove", "probability": 0.67333984375}, {"start": 1954.7, "end": 1954.88, "word": " the", "probability": 0.76171875}, {"start": 1954.88, "end": 1955.04, "word": " old", "probability": 0.509765625}, {"start": 1955.04, "end": 1955.14, "word": " and", "probability": 0.54638671875}, {"start": 1955.14, "end": 1955.32, "word": " put", "probability": 0.57861328125}, {"start": 1955.32, "end": 1955.44, "word": " a", "probability": 0.794921875}, {"start": 1955.44, "end": 1955.74, "word": " new", "probability": 0.9150390625}, {"start": 1955.74, "end": 1955.74, "word": " one", "probability": 0.78759765625}, {"start": 1955.74, "end": 1956.38, "word": " If", "probability": 0.425048828125}, {"start": 1956.38, "end": 1956.64, "word": " you", "probability": 0.6533203125}, {"start": 1956.64, "end": 1956.64, "word": " want", "probability": 0.7724609375}, {"start": 1956.64, "end": 1956.72, "word": " to", "probability": 0.96240234375}, {"start": 1956.72, "end": 1956.96, "word": " keep", "probability": 0.701171875}, {"start": 1956.96, "end": 1957.1, "word": " it,", "probability": 0.61572265625}, {"start": 1957.22, "end": 1957.32, "word": " show", "probability": 0.09539794921875}, {"start": 1957.32, "end": 1957.62, "word": " them", "probability": 0.5546875}, {"start": 1957.62, "end": 1957.88, "word": " where,", "probability": 0.8515625}, {"start": 1958.48, "end": 1958.72, "word": " above", "probability": 0.6044921875}, {"start": 1958.72, "end": 1958.88, "word": " in", "probability": 0.303466796875}, {"start": 1958.88, "end": 1958.92, "word": " the", "probability": 0.472412109375}, {"start": 1958.92, "end": 1959.38, "word": " onCreate", "probability": 0.5895182291666666}], "temperature": 1.0}, {"id": 76, "seek": 198442, "start": 1962.92, "end": 1984.42, "text": " Now, I will close this application or let's run it. Now, let's run another application for", "tokens": [823, 11, 286, 486, 1998, 341, 3861, 420, 718, 311, 1190, 309, 13, 823, 11, 718, 311, 1190, 1071, 3861, 337], "avg_logprob": -0.8636363690549677, "compression_ratio": 1.2133333333333334, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 1962.92, "end": 1963.64, "word": " Now,", "probability": 0.0277252197265625}, {"start": 1963.76, "end": 1963.78, "word": " I", "probability": 0.2342529296875}, {"start": 1963.78, "end": 1974.0, "word": " will", "probability": 0.2174072265625}, {"start": 1974.0, "end": 1975.3, "word": " close", "probability": 0.59130859375}, {"start": 1975.3, "end": 1975.44, "word": " this", "probability": 0.65576171875}, {"start": 1975.44, "end": 1975.8, "word": " application", "probability": 0.66015625}, {"start": 1975.8, "end": 1979.66, "word": " or", "probability": 0.2646484375}, {"start": 1979.66, "end": 1980.08, "word": " let's", "probability": 0.53662109375}, {"start": 1980.08, "end": 1980.32, "word": " run", "probability": 0.363037109375}, {"start": 1980.32, "end": 1980.72, "word": " it.", "probability": 0.79638671875}, {"start": 1980.9, "end": 1981.16, "word": " Now,", "probability": 0.72265625}, {"start": 1981.22, "end": 1981.36, "word": " let's", "probability": 0.6287841796875}, {"start": 1981.36, "end": 1981.64, "word": " run", "probability": 0.73095703125}, {"start": 1981.64, "end": 1982.26, "word": " another", "probability": 0.8203125}, {"start": 1982.26, "end": 1982.66, "word": " application", "probability": 0.89453125}, {"start": 1982.66, "end": 1984.42, "word": " for", "probability": 0.68603515625}], "temperature": 1.0}, {"id": 77, "seek": 201420, "start": 1986.8, "end": 2014.2, "text": " And it's very famous, they call it Navigation Drawer. What is Navigation Drawer? It's when you slide to the right and it gives you buttons, you press them and it does a certain action or changes the content. So we want to see how we can make a Navigation Drawer. We will continue with the same application. The nice thing about this topic is that", "tokens": [400, 309, 311, 588, 4618, 11, 436, 818, 309, 9219, 21494, 15971, 1554, 13, 708, 307, 9219, 21494, 15971, 1554, 30, 467, 311, 562, 291, 4137, 281, 264, 558, 293, 309, 2709, 291, 9905, 11, 291, 1886, 552, 293, 309, 775, 257, 1629, 3069, 420, 2962, 264, 2701, 13, 407, 321, 528, 281, 536, 577, 321, 393, 652, 257, 9219, 21494, 15971, 1554, 13, 492, 486, 2354, 365, 264, 912, 3861, 13, 440, 1481, 551, 466, 341, 4829, 307, 300], "avg_logprob": -0.5933642093046212, "compression_ratio": 1.6445497630331753, "no_speech_prob": 2.0384788513183594e-05, "words": [{"start": 1986.8, "end": 1987.32, "word": " And", "probability": 0.07940673828125}, {"start": 1987.32, "end": 1987.64, "word": " it's", "probability": 0.4715576171875}, {"start": 1987.64, "end": 1987.66, "word": " very", "probability": 0.477783203125}, {"start": 1987.66, "end": 1987.94, "word": " famous,", "probability": 0.57568359375}, {"start": 1988.34, "end": 1988.52, "word": " they", "probability": 0.18701171875}, {"start": 1988.52, "end": 1988.78, "word": " call", "probability": 0.826171875}, {"start": 1988.78, "end": 1988.92, "word": " it", "probability": 0.9091796875}, {"start": 1988.92, "end": 1990.28, "word": " Navigation", "probability": 0.599365234375}, {"start": 1990.28, "end": 1990.58, "word": " Drawer.", "probability": 0.6971435546875}, {"start": 1992.04, "end": 1992.56, "word": " What", "probability": 0.73876953125}, {"start": 1992.56, "end": 1992.62, "word": " is", "probability": 0.7197265625}, {"start": 1992.62, "end": 1993.04, "word": " Navigation", "probability": 0.74755859375}, {"start": 1993.04, "end": 1993.36, "word": " Drawer?", "probability": 0.966064453125}, {"start": 1993.66, "end": 1994.08, "word": " It's", "probability": 0.531494140625}, {"start": 1994.08, "end": 1994.44, "word": " when", "probability": 0.436279296875}, {"start": 1994.44, "end": 1994.58, "word": " you", "probability": 0.9423828125}, {"start": 1994.58, "end": 1995.26, "word": " slide", "probability": 0.446044921875}, {"start": 1995.26, "end": 1995.46, "word": " to", "probability": 0.75341796875}, {"start": 1995.46, "end": 1995.56, "word": " the", "probability": 0.83642578125}, {"start": 1995.56, "end": 1995.78, "word": " right", "probability": 0.7958984375}, {"start": 1995.78, "end": 1996.76, "word": " and", "probability": 0.3544921875}, {"start": 1996.76, "end": 1996.8, "word": " it", "probability": 0.3095703125}, {"start": 1996.8, "end": 1997.04, "word": " gives", "probability": 0.1395263671875}, {"start": 1997.04, "end": 1998.84, "word": " you", "probability": 0.89892578125}, {"start": 1998.84, "end": 1999.06, "word": " buttons,", "probability": 0.54833984375}, {"start": 1999.28, "end": 1999.36, "word": " you", "probability": 0.448974609375}, {"start": 1999.36, "end": 1999.56, "word": " press", "probability": 0.4189453125}, {"start": 1999.56, "end": 2000.0, "word": " them", "probability": 0.419677734375}, {"start": 2000.0, "end": 2000.52, "word": " and", "probability": 0.69677734375}, {"start": 2000.52, "end": 2000.7, "word": " it", "probability": 0.64892578125}, {"start": 2000.7, "end": 2000.84, "word": " does", "probability": 0.2474365234375}, {"start": 2000.84, "end": 2000.98, "word": " a", "probability": 0.5322265625}, {"start": 2000.98, "end": 2001.5, "word": " certain", "probability": 0.45361328125}, {"start": 2001.5, "end": 2001.5, "word": " action", "probability": 0.9404296875}, {"start": 2001.5, "end": 2001.72, "word": " or", "probability": 0.72802734375}, {"start": 2001.72, "end": 2001.94, "word": " changes", "probability": 0.472900390625}, {"start": 2001.94, "end": 2002.36, "word": " the", "probability": 0.294677734375}, {"start": 2002.36, "end": 2003.26, "word": " content.", "probability": 0.8486328125}, {"start": 2003.68, "end": 2004.2, "word": " So", "probability": 0.64697265625}, {"start": 2004.2, "end": 2004.36, "word": " we", "probability": 0.5283203125}, {"start": 2004.36, "end": 2004.48, "word": " want", "probability": 0.338623046875}, {"start": 2004.48, "end": 2004.56, "word": " to", "probability": 0.96484375}, {"start": 2004.56, "end": 2004.72, "word": " see", "probability": 0.82177734375}, {"start": 2004.72, "end": 2005.1, "word": " how", "probability": 0.439697265625}, {"start": 2005.1, "end": 2005.46, "word": " we", "probability": 0.57958984375}, {"start": 2005.46, "end": 2005.52, "word": " can", "probability": 0.61181640625}, {"start": 2005.52, "end": 2005.8, "word": " make", "probability": 0.625}, {"start": 2005.8, "end": 2006.92, "word": " a", "probability": 0.54052734375}, {"start": 2006.92, "end": 2007.5, "word": " Navigation", "probability": 0.7291259765625}, {"start": 2007.5, "end": 2008.42, "word": " Drawer.", "probability": 0.9638671875}, {"start": 2010.26, "end": 2010.78, "word": " We", "probability": 0.430908203125}, {"start": 2010.78, "end": 2010.82, "word": " will", "probability": 0.51025390625}, {"start": 2010.82, "end": 2011.08, "word": " continue", "probability": 0.75927734375}, {"start": 2011.08, "end": 2011.22, "word": " with", "probability": 0.46044921875}, {"start": 2011.22, "end": 2011.44, "word": " the", "probability": 0.87548828125}, {"start": 2011.44, "end": 2011.44, "word": " same", "probability": 0.798828125}, {"start": 2011.44, "end": 2011.8, "word": " application.", "probability": 0.7021484375}, {"start": 2011.92, "end": 2012.04, "word": " The", "probability": 0.58740234375}, {"start": 2012.04, "end": 2012.14, "word": " nice", "probability": 0.26220703125}, {"start": 2012.14, "end": 2012.28, "word": " thing", "probability": 0.87255859375}, {"start": 2012.28, "end": 2012.3, "word": " about", "probability": 0.6005859375}, {"start": 2012.3, "end": 2012.66, "word": " this", "probability": 0.640625}, {"start": 2012.66, "end": 2012.66, "word": " topic", "probability": 0.48779296875}, {"start": 2012.66, "end": 2012.82, "word": " is", "probability": 0.6044921875}, {"start": 2012.82, "end": 2014.2, "word": " that", "probability": 0.8076171875}], "temperature": 1.0}, {"id": 78, "seek": 203983, "start": 2015.77, "end": 2039.83, "text": " I have the fragments available. I have blue and red and details and main activity and list fragment. I want my list fragment to work as a navigation drawer. You make a slide and the list fragment comes out of it. Now, the way to apply the change that I want to make. Currently, I have a list", "tokens": [286, 362, 264, 29197, 2435, 13, 286, 362, 3344, 293, 2182, 293, 4365, 293, 2135, 5191, 293, 1329, 26424, 13, 286, 528, 452, 1329, 26424, 281, 589, 382, 257, 17346, 24039, 13, 509, 652, 257, 4137, 293, 264, 1329, 26424, 1487, 484, 295, 309, 13, 823, 11, 264, 636, 281, 3079, 264, 1319, 300, 286, 528, 281, 652, 13, 19964, 11, 286, 362, 257, 1329], "avg_logprob": -0.5942234622709679, "compression_ratio": 1.6497175141242937, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2015.77, "end": 2016.03, "word": " I", "probability": 0.68359375}, {"start": 2016.03, "end": 2016.11, "word": " have", "probability": 0.8349609375}, {"start": 2016.11, "end": 2016.33, "word": " the", "probability": 0.1466064453125}, {"start": 2016.33, "end": 2016.69, "word": " fragments", "probability": 0.5966796875}, {"start": 2016.69, "end": 2017.09, "word": " available.", "probability": 0.269287109375}, {"start": 2017.35, "end": 2017.45, "word": " I", "probability": 0.798828125}, {"start": 2017.45, "end": 2017.63, "word": " have", "probability": 0.93115234375}, {"start": 2017.63, "end": 2017.99, "word": " blue", "probability": 0.830078125}, {"start": 2017.99, "end": 2018.81, "word": " and", "probability": 0.46142578125}, {"start": 2018.81, "end": 2021.21, "word": " red", "probability": 0.869140625}, {"start": 2021.21, "end": 2022.03, "word": " and", "probability": 0.60400390625}, {"start": 2022.03, "end": 2022.55, "word": " details", "probability": 0.8544921875}, {"start": 2022.55, "end": 2022.75, "word": " and", "probability": 0.44140625}, {"start": 2022.75, "end": 2023.09, "word": " main", "probability": 0.343505859375}, {"start": 2023.09, "end": 2023.47, "word": " activity", "probability": 0.8984375}, {"start": 2023.47, "end": 2023.71, "word": " and", "probability": 0.81591796875}, {"start": 2023.71, "end": 2024.03, "word": " list", "probability": 0.58935546875}, {"start": 2024.03, "end": 2024.49, "word": " fragment.", "probability": 0.6806640625}, {"start": 2024.83, "end": 2025.31, "word": " I", "probability": 0.90380859375}, {"start": 2025.31, "end": 2025.43, "word": " want", "probability": 0.456298828125}, {"start": 2025.43, "end": 2025.71, "word": " my", "probability": 0.459228515625}, {"start": 2025.71, "end": 2025.93, "word": " list", "probability": 0.87939453125}, {"start": 2025.93, "end": 2026.41, "word": " fragment", "probability": 0.8642578125}, {"start": 2026.41, "end": 2027.07, "word": " to", "probability": 0.77294921875}, {"start": 2027.07, "end": 2028.35, "word": " work", "probability": 0.4755859375}, {"start": 2028.35, "end": 2028.49, "word": " as", "probability": 0.72802734375}, {"start": 2028.49, "end": 2028.51, "word": " a", "probability": 0.7177734375}, {"start": 2028.51, "end": 2028.95, "word": " navigation", "probability": 0.76318359375}, {"start": 2028.95, "end": 2029.33, "word": " drawer.", "probability": 0.7939453125}, {"start": 2029.55, "end": 2029.95, "word": " You", "probability": 0.16064453125}, {"start": 2029.95, "end": 2030.33, "word": " make", "probability": 0.1776123046875}, {"start": 2030.33, "end": 2030.45, "word": " a", "probability": 0.86865234375}, {"start": 2030.45, "end": 2030.85, "word": " slide", "probability": 0.96142578125}, {"start": 2030.85, "end": 2031.05, "word": " and", "probability": 0.7421875}, {"start": 2031.05, "end": 2031.87, "word": " the", "probability": 0.4130859375}, {"start": 2031.87, "end": 2032.61, "word": " list", "probability": 0.8759765625}, {"start": 2032.61, "end": 2033.05, "word": " fragment", "probability": 0.68603515625}, {"start": 2033.05, "end": 2033.69, "word": " comes", "probability": 0.190673828125}, {"start": 2033.69, "end": 2033.89, "word": " out", "probability": 0.6728515625}, {"start": 2033.89, "end": 2033.91, "word": " of", "probability": 0.47705078125}, {"start": 2033.91, "end": 2033.91, "word": " it.", "probability": 0.91943359375}, {"start": 2034.11, "end": 2034.53, "word": " Now,", "probability": 0.2122802734375}, {"start": 2034.71, "end": 2034.73, "word": " the", "probability": 0.40625}, {"start": 2034.73, "end": 2034.83, "word": " way", "probability": 0.2115478515625}, {"start": 2034.83, "end": 2035.01, "word": " to", "probability": 0.43017578125}, {"start": 2035.01, "end": 2035.41, "word": " apply", "probability": 0.50537109375}, {"start": 2035.41, "end": 2036.59, "word": " the", "probability": 0.48095703125}, {"start": 2036.59, "end": 2036.91, "word": " change", "probability": 0.6865234375}, {"start": 2036.91, "end": 2037.01, "word": " that", "probability": 0.363037109375}, {"start": 2037.01, "end": 2037.15, "word": " I", "probability": 0.88427734375}, {"start": 2037.15, "end": 2037.23, "word": " want", "probability": 0.63720703125}, {"start": 2037.23, "end": 2037.23, "word": " to", "probability": 0.931640625}, {"start": 2037.23, "end": 2037.39, "word": " make.", "probability": 0.58837890625}, {"start": 2037.59, "end": 2038.05, "word": " Currently,", "probability": 0.4716796875}, {"start": 2038.97, "end": 2039.21, "word": " I", "probability": 0.98876953125}, {"start": 2039.21, "end": 2039.39, "word": " have", "probability": 0.9443359375}, {"start": 2039.39, "end": 2039.53, "word": " a", "probability": 0.892578125}, {"start": 2039.53, "end": 2039.83, "word": " list", "probability": 0.92626953125}], "temperature": 1.0}, {"id": 79, "seek": 205162, "start": 2041.08, "end": 2051.62, "text": " And I press here and change the content. But the list has a fixed value. Because the change I want to make is that when you buy the screen, because this is a bad position in the portrait.", "tokens": [400, 286, 1886, 510, 293, 1319, 264, 2701, 13, 583, 264, 1329, 575, 257, 6806, 2158, 13, 1436, 264, 1319, 286, 528, 281, 652, 307, 300, 562, 291, 2256, 264, 2568, 11, 570, 341, 307, 257, 1578, 2535, 294, 264, 17126, 13], "avg_logprob": -0.6402616306792858, "compression_ratio": 1.4242424242424243, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2041.08, "end": 2041.26, "word": " And", "probability": 0.162841796875}, {"start": 2041.26, "end": 2041.36, "word": " I", "probability": 0.57177734375}, {"start": 2041.36, "end": 2041.56, "word": " press", "probability": 0.305419921875}, {"start": 2041.56, "end": 2041.84, "word": " here", "probability": 0.61572265625}, {"start": 2041.84, "end": 2042.02, "word": " and", "probability": 0.58154296875}, {"start": 2042.02, "end": 2042.5, "word": " change", "probability": 0.456787109375}, {"start": 2042.5, "end": 2043.18, "word": " the", "probability": 0.703125}, {"start": 2043.18, "end": 2043.48, "word": " content.", "probability": 0.84912109375}, {"start": 2043.56, "end": 2043.7, "word": " But", "probability": 0.7998046875}, {"start": 2043.7, "end": 2043.84, "word": " the", "probability": 0.5263671875}, {"start": 2043.84, "end": 2044.04, "word": " list", "probability": 0.783203125}, {"start": 2044.04, "end": 2044.3, "word": " has", "probability": 0.283203125}, {"start": 2044.3, "end": 2044.8, "word": " a", "probability": 0.2230224609375}, {"start": 2044.8, "end": 2045.84, "word": " fixed", "probability": 0.84326171875}, {"start": 2045.84, "end": 2045.84, "word": " value.", "probability": 0.2998046875}, {"start": 2046.16, "end": 2046.56, "word": " Because", "probability": 0.2958984375}, {"start": 2046.56, "end": 2046.7, "word": " the", "probability": 0.60595703125}, {"start": 2046.7, "end": 2046.98, "word": " change", "probability": 0.65380859375}, {"start": 2046.98, "end": 2047.12, "word": " I", "probability": 0.151611328125}, {"start": 2047.12, "end": 2047.3, "word": " want", "probability": 0.75439453125}, {"start": 2047.3, "end": 2047.3, "word": " to", "probability": 0.71533203125}, {"start": 2047.3, "end": 2047.46, "word": " make", "probability": 0.5771484375}, {"start": 2047.46, "end": 2047.88, "word": " is", "probability": 0.79248046875}, {"start": 2047.88, "end": 2047.88, "word": " that", "probability": 0.395751953125}, {"start": 2047.88, "end": 2048.06, "word": " when", "probability": 0.65673828125}, {"start": 2048.06, "end": 2048.22, "word": " you", "probability": 0.7529296875}, {"start": 2048.22, "end": 2048.42, "word": " buy", "probability": 0.68212890625}, {"start": 2048.42, "end": 2048.54, "word": " the", "probability": 0.82568359375}, {"start": 2048.54, "end": 2048.9, "word": " screen,", "probability": 0.79296875}, {"start": 2049.92, "end": 2050.1, "word": " because", "probability": 0.5732421875}, {"start": 2050.1, "end": 2050.34, "word": " this", "probability": 0.32177734375}, {"start": 2050.34, "end": 2050.44, "word": " is", "probability": 0.31201171875}, {"start": 2050.44, "end": 2050.48, "word": " a", "probability": 0.58349609375}, {"start": 2050.48, "end": 2050.48, "word": " bad", "probability": 0.74853515625}, {"start": 2050.48, "end": 2050.74, "word": " position", "probability": 0.439453125}, {"start": 2050.74, "end": 2051.12, "word": " in", "probability": 0.7412109375}, {"start": 2051.12, "end": 2051.22, "word": " the", "probability": 0.8046875}, {"start": 2051.22, "end": 2051.62, "word": " portrait.", "probability": 0.5322265625}], "temperature": 1.0}, {"id": 80, "seek": 207816, "start": 2053.0, "end": 2078.16, "text": " Why? Look at how it looks. It's not a view, right? Because I want the list to be hidden, the same as this list. See now, working with fragments is easy because it's structured now. So, we change what's in the fragments, its design and code, everything is there, but we do one thing, which makes this list hidden and appears only when I come and do it.", "tokens": [1545, 30, 2053, 412, 577, 309, 1542, 13, 467, 311, 406, 257, 1910, 11, 558, 30, 1436, 286, 528, 264, 1329, 281, 312, 7633, 11, 264, 912, 382, 341, 1329, 13, 3008, 586, 11, 1364, 365, 29197, 307, 1858, 570, 309, 311, 18519, 586, 13, 407, 11, 321, 1319, 437, 311, 294, 264, 29197, 11, 1080, 1715, 293, 3089, 11, 1203, 307, 456, 11, 457, 321, 360, 472, 551, 11, 597, 1669, 341, 1329, 7633, 293, 7038, 787, 562, 286, 808, 293, 360, 309, 13], "avg_logprob": -0.6061046518558679, "compression_ratio": 1.5644444444444445, "no_speech_prob": 3.0994415283203125e-06, "words": [{"start": 2053.0, "end": 2053.44, "word": " Why?", "probability": 0.314697265625}, {"start": 2054.3, "end": 2054.74, "word": " Look", "probability": 0.365478515625}, {"start": 2054.74, "end": 2054.88, "word": " at", "probability": 0.43408203125}, {"start": 2054.88, "end": 2055.04, "word": " how", "probability": 0.381103515625}, {"start": 2055.04, "end": 2055.22, "word": " it", "probability": 0.767578125}, {"start": 2055.22, "end": 2055.36, "word": " looks.", "probability": 0.7548828125}, {"start": 2055.56, "end": 2055.64, "word": " It's", "probability": 0.365966796875}, {"start": 2055.64, "end": 2055.7, "word": " not", "probability": 0.87353515625}, {"start": 2055.7, "end": 2055.76, "word": " a", "probability": 0.3583984375}, {"start": 2055.76, "end": 2055.98, "word": " view,", "probability": 0.45068359375}, {"start": 2056.22, "end": 2056.54, "word": " right?", "probability": 0.5634765625}, {"start": 2056.94, "end": 2057.38, "word": " Because", "probability": 0.47509765625}, {"start": 2057.38, "end": 2057.62, "word": " I", "probability": 0.90478515625}, {"start": 2057.62, "end": 2057.76, "word": " want", "probability": 0.8291015625}, {"start": 2057.76, "end": 2057.92, "word": " the", "probability": 0.75732421875}, {"start": 2057.92, "end": 2058.1, "word": " list", "probability": 0.87109375}, {"start": 2058.1, "end": 2058.22, "word": " to", "probability": 0.96044921875}, {"start": 2058.22, "end": 2058.36, "word": " be", "probability": 0.9169921875}, {"start": 2058.36, "end": 2058.68, "word": " hidden,", "probability": 0.80615234375}, {"start": 2059.34, "end": 2059.46, "word": " the", "probability": 0.403564453125}, {"start": 2059.46, "end": 2059.64, "word": " same", "probability": 0.86328125}, {"start": 2059.64, "end": 2059.78, "word": " as", "probability": 0.42626953125}, {"start": 2059.78, "end": 2059.78, "word": " this", "probability": 0.86279296875}, {"start": 2059.78, "end": 2060.02, "word": " list.", "probability": 0.81005859375}, {"start": 2060.88, "end": 2061.2, "word": " See", "probability": 0.330078125}, {"start": 2061.2, "end": 2061.54, "word": " now,", "probability": 0.5166015625}, {"start": 2061.76, "end": 2061.98, "word": " working", "probability": 0.56591796875}, {"start": 2061.98, "end": 2062.16, "word": " with", "probability": 0.412841796875}, {"start": 2062.16, "end": 2062.62, "word": " fragments", "probability": 0.7529296875}, {"start": 2062.62, "end": 2062.8, "word": " is", "probability": 0.8837890625}, {"start": 2062.8, "end": 2063.06, "word": " easy", "probability": 0.771484375}, {"start": 2063.06, "end": 2063.24, "word": " because", "probability": 0.76123046875}, {"start": 2063.24, "end": 2063.34, "word": " it's", "probability": 0.65771484375}, {"start": 2063.34, "end": 2063.68, "word": " structured", "probability": 0.1234130859375}, {"start": 2063.68, "end": 2063.96, "word": " now.", "probability": 0.335693359375}, {"start": 2064.48, "end": 2064.6, "word": " So,", "probability": 0.68115234375}, {"start": 2064.7, "end": 2065.02, "word": " we", "probability": 0.765625}, {"start": 2065.02, "end": 2065.24, "word": " change", "probability": 0.2147216796875}, {"start": 2065.24, "end": 2066.46, "word": " what's", "probability": 0.48681640625}, {"start": 2066.46, "end": 2066.76, "word": " in", "probability": 0.465576171875}, {"start": 2066.76, "end": 2066.98, "word": " the", "probability": 0.75537109375}, {"start": 2066.98, "end": 2067.36, "word": " fragments,", "probability": 0.8193359375}, {"start": 2067.42, "end": 2067.6, "word": " its", "probability": 0.16259765625}, {"start": 2067.6, "end": 2067.9, "word": " design", "probability": 0.8505859375}, {"start": 2067.9, "end": 2068.36, "word": " and", "probability": 0.28857421875}, {"start": 2068.36, "end": 2068.64, "word": " code,", "probability": 0.66552734375}, {"start": 2068.66, "end": 2068.94, "word": " everything", "probability": 0.8212890625}, {"start": 2068.94, "end": 2069.16, "word": " is", "probability": 0.5654296875}, {"start": 2069.16, "end": 2069.5, "word": " there,", "probability": 0.62255859375}, {"start": 2070.0, "end": 2070.46, "word": " but", "probability": 0.303466796875}, {"start": 2070.46, "end": 2070.64, "word": " we", "probability": 0.7666015625}, {"start": 2070.64, "end": 2070.84, "word": " do", "probability": 0.394775390625}, {"start": 2070.84, "end": 2070.98, "word": " one", "probability": 0.82080078125}, {"start": 2070.98, "end": 2071.42, "word": " thing,", "probability": 0.89794921875}, {"start": 2071.96, "end": 2072.12, "word": " which", "probability": 0.255859375}, {"start": 2072.12, "end": 2072.28, "word": " makes", "probability": 0.4228515625}, {"start": 2072.28, "end": 2073.38, "word": " this", "probability": 0.5302734375}, {"start": 2073.38, "end": 2074.0, "word": " list", "probability": 0.7685546875}, {"start": 2074.0, "end": 2075.3, "word": " hidden", "probability": 0.82373046875}, {"start": 2075.3, "end": 2076.52, "word": " and", "probability": 0.4287109375}, {"start": 2076.52, "end": 2076.88, "word": " appears", "probability": 0.369140625}, {"start": 2076.88, "end": 2077.14, "word": " only", "probability": 0.7138671875}, {"start": 2077.14, "end": 2077.32, "word": " when", "probability": 0.705078125}, {"start": 2077.32, "end": 2077.52, "word": " I", "probability": 0.80859375}, {"start": 2077.52, "end": 2077.58, "word": " come", "probability": 0.378662109375}, {"start": 2077.58, "end": 2077.62, "word": " and", "probability": 0.5830078125}, {"start": 2077.62, "end": 2077.78, "word": " do", "probability": 0.476806640625}, {"start": 2077.78, "end": 2078.16, "word": " it.", "probability": 0.81396484375}], "temperature": 1.0}, {"id": 81, "seek": 210721, "start": 2078.95, "end": 2107.21, "text": " The slide. Here, the content remains as it is, red or blue or green. Okay, let's make a plan. Don't worry. Okay? This is the fragment. Either it appears in a slide or it appears by clicking on the button on the toolbar. Okay? Okay, where is the change that we will make now? Not in the fragments.", "tokens": [440, 4137, 13, 1692, 11, 264, 2701, 7023, 382, 309, 307, 11, 2182, 420, 3344, 420, 3092, 13, 1033, 11, 718, 311, 652, 257, 1393, 13, 1468, 380, 3292, 13, 1033, 30, 639, 307, 264, 26424, 13, 13746, 309, 7038, 294, 257, 4137, 420, 309, 7038, 538, 9697, 322, 264, 2960, 322, 264, 47715, 13, 1033, 30, 1033, 11, 689, 307, 264, 1319, 300, 321, 486, 652, 586, 30, 1726, 294, 264, 29197, 13], "avg_logprob": -0.5250000031789144, "compression_ratio": 1.5714285714285714, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2078.95, "end": 2079.25, "word": " The", "probability": 0.06591796875}, {"start": 2079.25, "end": 2079.45, "word": " slide.", "probability": 0.78173828125}, {"start": 2080.23, "end": 2080.63, "word": " Here,", "probability": 0.52490234375}, {"start": 2080.85, "end": 2081.23, "word": " the", "probability": 0.5791015625}, {"start": 2081.23, "end": 2081.49, "word": " content", "probability": 0.7138671875}, {"start": 2081.49, "end": 2082.09, "word": " remains", "probability": 0.130615234375}, {"start": 2082.09, "end": 2082.27, "word": " as", "probability": 0.289794921875}, {"start": 2082.27, "end": 2082.37, "word": " it", "probability": 0.486328125}, {"start": 2082.37, "end": 2082.47, "word": " is,", "probability": 0.80517578125}, {"start": 2082.47, "end": 2082.79, "word": " red", "probability": 0.28564453125}, {"start": 2082.79, "end": 2082.97, "word": " or", "probability": 0.56005859375}, {"start": 2082.97, "end": 2083.35, "word": " blue", "probability": 0.97509765625}, {"start": 2083.35, "end": 2084.63, "word": " or", "probability": 0.8681640625}, {"start": 2084.63, "end": 2084.99, "word": " green.", "probability": 0.93505859375}, {"start": 2085.43, "end": 2085.87, "word": " Okay,", "probability": 0.1573486328125}, {"start": 2089.73, "end": 2089.91, "word": " let's", "probability": 0.5574951171875}, {"start": 2089.91, "end": 2090.07, "word": " make", "probability": 0.59033203125}, {"start": 2090.07, "end": 2090.23, "word": " a", "probability": 0.3984375}, {"start": 2090.23, "end": 2090.49, "word": " plan.", "probability": 0.4501953125}, {"start": 2090.71, "end": 2090.71, "word": " Don't", "probability": 0.6297607421875}, {"start": 2090.71, "end": 2090.89, "word": " worry.", "probability": 0.67724609375}, {"start": 2091.65, "end": 2091.91, "word": " Okay?", "probability": 0.56005859375}, {"start": 2095.57, "end": 2095.95, "word": " This", "probability": 0.29833984375}, {"start": 2095.95, "end": 2095.97, "word": " is", "probability": 0.923828125}, {"start": 2095.97, "end": 2096.23, "word": " the", "probability": 0.6611328125}, {"start": 2096.23, "end": 2096.57, "word": " fragment.", "probability": 0.6943359375}, {"start": 2096.69, "end": 2096.87, "word": " Either", "probability": 0.39306640625}, {"start": 2096.87, "end": 2097.07, "word": " it", "probability": 0.48974609375}, {"start": 2097.07, "end": 2097.17, "word": " appears", "probability": 0.72900390625}, {"start": 2097.17, "end": 2097.37, "word": " in", "probability": 0.67333984375}, {"start": 2097.37, "end": 2097.41, "word": " a", "probability": 0.47216796875}, {"start": 2097.41, "end": 2097.79, "word": " slide", "probability": 0.96875}, {"start": 2097.79, "end": 2098.95, "word": " or", "probability": 0.59375}, {"start": 2098.95, "end": 2099.33, "word": " it", "probability": 0.55859375}, {"start": 2099.33, "end": 2099.33, "word": " appears", "probability": 0.88916015625}, {"start": 2099.33, "end": 2099.61, "word": " by", "probability": 0.87548828125}, {"start": 2099.61, "end": 2100.03, "word": " clicking", "probability": 0.4384765625}, {"start": 2100.03, "end": 2100.31, "word": " on", "probability": 0.82763671875}, {"start": 2100.31, "end": 2100.55, "word": " the", "probability": 0.8701171875}, {"start": 2100.55, "end": 2100.93, "word": " button", "probability": 0.61083984375}, {"start": 2100.93, "end": 2101.19, "word": " on", "probability": 0.36572265625}, {"start": 2101.19, "end": 2101.29, "word": " the", "probability": 0.79931640625}, {"start": 2101.29, "end": 2101.53, "word": " toolbar.", "probability": 0.9765625}, {"start": 2102.77, "end": 2102.99, "word": " Okay?", "probability": 0.73876953125}, {"start": 2103.53, "end": 2103.93, "word": " Okay,", "probability": 0.501953125}, {"start": 2104.05, "end": 2104.25, "word": " where", "probability": 0.6953125}, {"start": 2104.25, "end": 2104.35, "word": " is", "probability": 0.6953125}, {"start": 2104.35, "end": 2104.39, "word": " the", "probability": 0.90283203125}, {"start": 2104.39, "end": 2104.63, "word": " change", "probability": 0.9033203125}, {"start": 2104.63, "end": 2104.77, "word": " that", "probability": 0.58935546875}, {"start": 2104.77, "end": 2104.95, "word": " we", "probability": 0.7783203125}, {"start": 2104.95, "end": 2105.01, "word": " will", "probability": 0.376708984375}, {"start": 2105.01, "end": 2105.21, "word": " make", "probability": 0.646484375}, {"start": 2105.21, "end": 2105.33, "word": " now?", "probability": 0.8203125}, {"start": 2106.19, "end": 2106.67, "word": " Not", "probability": 0.9453125}, {"start": 2106.67, "end": 2106.77, "word": " in", "probability": 0.8408203125}, {"start": 2106.77, "end": 2106.89, "word": " the", "probability": 0.8173828125}, {"start": 2106.89, "end": 2107.21, "word": " fragments.", "probability": 0.8046875}], "temperature": 1.0}, {"id": 82, "seek": 213455, "start": 2108.21, "end": 2134.55, "text": " The change will be made in the main activity, specifically in the design of the main activity. Now, the main activity has a fragment for the list and a fragment for the layout. Now, let's create the design.", "tokens": [440, 1319, 486, 312, 1027, 294, 264, 2135, 5191, 11, 4682, 294, 264, 1715, 295, 264, 2135, 5191, 13, 823, 11, 264, 2135, 5191, 575, 257, 26424, 337, 264, 1329, 293, 257, 26424, 337, 264, 13333, 13, 823, 11, 718, 311, 1884, 264, 1715, 13], "avg_logprob": -0.6154891265475232, "compression_ratio": 1.6967213114754098, "no_speech_prob": 2.0265579223632812e-06, "words": [{"start": 2108.21, "end": 2108.87, "word": " The", "probability": 0.058624267578125}, {"start": 2108.87, "end": 2109.15, "word": " change", "probability": 0.64306640625}, {"start": 2109.15, "end": 2109.33, "word": " will", "probability": 0.5263671875}, {"start": 2109.33, "end": 2109.45, "word": " be", "probability": 0.7216796875}, {"start": 2109.45, "end": 2109.63, "word": " made", "probability": 0.412109375}, {"start": 2109.63, "end": 2111.23, "word": " in", "probability": 0.64599609375}, {"start": 2111.23, "end": 2112.39, "word": " the", "probability": 0.495361328125}, {"start": 2112.39, "end": 2112.53, "word": " main", "probability": 0.658203125}, {"start": 2112.53, "end": 2112.97, "word": " activity,", "probability": 0.8876953125}, {"start": 2113.39, "end": 2115.41, "word": " specifically", "probability": 0.34375}, {"start": 2115.41, "end": 2116.09, "word": " in", "probability": 0.3935546875}, {"start": 2116.09, "end": 2116.09, "word": " the", "probability": 0.74853515625}, {"start": 2116.09, "end": 2116.33, "word": " design", "probability": 0.277099609375}, {"start": 2116.33, "end": 2116.51, "word": " of", "probability": 0.88720703125}, {"start": 2116.51, "end": 2116.59, "word": " the", "probability": 0.771484375}, {"start": 2116.59, "end": 2116.73, "word": " main", "probability": 0.8427734375}, {"start": 2116.73, "end": 2117.15, "word": " activity.", "probability": 0.927734375}, {"start": 2117.93, "end": 2118.53, "word": " Now,", "probability": 0.333251953125}, {"start": 2118.59, "end": 2118.65, "word": " the", "probability": 0.35888671875}, {"start": 2118.65, "end": 2118.81, "word": " main", "probability": 0.9091796875}, {"start": 2118.81, "end": 2119.23, "word": " activity", "probability": 0.93408203125}, {"start": 2119.23, "end": 2119.89, "word": " has", "probability": 0.1724853515625}, {"start": 2119.89, "end": 2123.57, "word": " a", "probability": 0.3720703125}, {"start": 2123.57, "end": 2123.91, "word": " fragment", "probability": 0.3818359375}, {"start": 2123.91, "end": 2125.13, "word": " for", "probability": 0.46142578125}, {"start": 2125.13, "end": 2125.63, "word": " the", "probability": 0.74072265625}, {"start": 2125.63, "end": 2125.99, "word": " list", "probability": 0.75732421875}, {"start": 2125.99, "end": 2127.45, "word": " and", "probability": 0.57421875}, {"start": 2127.45, "end": 2128.69, "word": " a", "probability": 0.50732421875}, {"start": 2128.69, "end": 2130.37, "word": " fragment", "probability": 0.8798828125}, {"start": 2130.37, "end": 2131.45, "word": " for", "probability": 0.9130859375}, {"start": 2131.45, "end": 2131.57, "word": " the", "probability": 0.7158203125}, {"start": 2131.57, "end": 2131.73, "word": " layout.", "probability": 0.9384765625}, {"start": 2132.21, "end": 2132.99, "word": " Now,", "probability": 0.2406005859375}, {"start": 2133.77, "end": 2133.81, "word": " let's", "probability": 0.878173828125}, {"start": 2133.81, "end": 2134.05, "word": " create", "probability": 0.43310546875}, {"start": 2134.05, "end": 2134.21, "word": " the", "probability": 0.47607421875}, {"start": 2134.21, "end": 2134.55, "word": " design.", "probability": 0.8408203125}], "temperature": 1.0}, {"id": 83, "seek": 215600, "start": 2136.0, "end": 2156.0, "text": " Now, I don't want a guideline. Why not? Because the whole screen is supposed to be displayed here. But the frame layout will be displayed here. Ok, let's go down now. Consider that the activity is empty.", "tokens": [823, 11, 286, 500, 380, 528, 257, 41653, 13, 1545, 406, 30, 1436, 264, 1379, 2568, 307, 3442, 281, 312, 16372, 510, 13, 583, 264, 3920, 13333, 486, 312, 16372, 510, 13, 3477, 11, 718, 311, 352, 760, 586, 13, 17416, 300, 264, 5191, 307, 6707, 13], "avg_logprob": -0.7018229278425375, "compression_ratio": 1.3783783783783783, "no_speech_prob": 9.238719940185547e-06, "words": [{"start": 2136.0, "end": 2136.64, "word": " Now,", "probability": 0.386962890625}, {"start": 2136.78, "end": 2136.88, "word": " I", "probability": 0.87744140625}, {"start": 2136.88, "end": 2136.88, "word": " don't", "probability": 0.867919921875}, {"start": 2136.88, "end": 2136.88, "word": " want", "probability": 0.5322265625}, {"start": 2136.88, "end": 2136.94, "word": " a", "probability": 0.2529296875}, {"start": 2136.94, "end": 2137.32, "word": " guideline.", "probability": 0.85009765625}, {"start": 2138.86, "end": 2139.08, "word": " Why", "probability": 0.76806640625}, {"start": 2139.08, "end": 2139.32, "word": " not?", "probability": 0.28662109375}, {"start": 2139.8, "end": 2140.58, "word": " Because", "probability": 0.8203125}, {"start": 2140.58, "end": 2141.2, "word": " the", "probability": 0.3955078125}, {"start": 2141.2, "end": 2141.44, "word": " whole", "probability": 0.27685546875}, {"start": 2141.44, "end": 2141.44, "word": " screen", "probability": 0.7802734375}, {"start": 2141.44, "end": 2141.84, "word": " is", "probability": 0.2646484375}, {"start": 2141.84, "end": 2142.22, "word": " supposed", "probability": 0.41455078125}, {"start": 2142.22, "end": 2142.22, "word": " to", "probability": 0.96435546875}, {"start": 2142.22, "end": 2142.34, "word": " be", "probability": 0.32177734375}, {"start": 2142.34, "end": 2142.34, "word": " displayed", "probability": 0.477783203125}, {"start": 2142.34, "end": 2142.54, "word": " here.", "probability": 0.382080078125}, {"start": 2143.62, "end": 2144.4, "word": " But", "probability": 0.427734375}, {"start": 2144.4, "end": 2144.6, "word": " the", "probability": 0.49365234375}, {"start": 2144.6, "end": 2145.04, "word": " frame", "probability": 0.7470703125}, {"start": 2145.04, "end": 2146.38, "word": " layout", "probability": 0.74658203125}, {"start": 2146.38, "end": 2147.2, "word": " will", "probability": 0.1993408203125}, {"start": 2147.2, "end": 2147.78, "word": " be", "probability": 0.71875}, {"start": 2147.78, "end": 2148.28, "word": " displayed", "probability": 0.387451171875}, {"start": 2148.28, "end": 2149.02, "word": " here.", "probability": 0.60693359375}, {"start": 2149.92, "end": 2150.12, "word": " Ok,", "probability": 0.183349609375}, {"start": 2150.3, "end": 2150.5, "word": " let's", "probability": 0.6104736328125}, {"start": 2150.5, "end": 2150.58, "word": " go", "probability": 0.18603515625}, {"start": 2150.58, "end": 2151.36, "word": " down", "probability": 0.240478515625}, {"start": 2151.36, "end": 2153.4, "word": " now.", "probability": 0.325439453125}, {"start": 2153.42, "end": 2153.76, "word": " Consider", "probability": 0.6328125}, {"start": 2153.76, "end": 2153.94, "word": " that", "probability": 0.468017578125}, {"start": 2153.94, "end": 2154.0, "word": " the", "probability": 0.6162109375}, {"start": 2154.0, "end": 2154.4, "word": " activity", "probability": 0.82275390625}, {"start": 2154.4, "end": 2154.72, "word": " is", "probability": 0.424560546875}, {"start": 2154.72, "end": 2156.0, "word": " empty.", "probability": 0.55029296875}], "temperature": 1.0}, {"id": 84, "seek": 217625, "start": 2158.01, "end": 2176.25, "text": " But it has a constraint layout. In order to make this navigation drawer, you need to use something called drawer layout. Where did I put it? Inside the constraint layout. It's called drawer layout.", "tokens": [583, 309, 575, 257, 25534, 13333, 13, 682, 1668, 281, 652, 341, 17346, 24039, 11, 291, 643, 281, 764, 746, 1219, 24039, 13333, 13, 2305, 630, 286, 829, 309, 30, 15123, 264, 25534, 13333, 13, 467, 311, 1219, 24039, 13333, 13], "avg_logprob": -0.5807291510559264, "compression_ratio": 1.5714285714285714, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2158.01, "end": 2158.31, "word": " But", "probability": 0.1376953125}, {"start": 2158.31, "end": 2158.47, "word": " it", "probability": 0.43310546875}, {"start": 2158.47, "end": 2158.57, "word": " has", "probability": 0.64013671875}, {"start": 2158.57, "end": 2159.07, "word": " a", "probability": 0.32177734375}, {"start": 2159.07, "end": 2160.15, "word": " constraint", "probability": 0.65185546875}, {"start": 2160.15, "end": 2160.99, "word": " layout.", "probability": 0.9150390625}, {"start": 2161.43, "end": 2161.79, "word": " In", "probability": 0.08758544921875}, {"start": 2161.79, "end": 2162.05, "word": " order", "probability": 0.9140625}, {"start": 2162.05, "end": 2162.25, "word": " to", "probability": 0.94677734375}, {"start": 2162.25, "end": 2162.43, "word": " make", "probability": 0.261474609375}, {"start": 2162.43, "end": 2162.55, "word": " this", "probability": 0.63916015625}, {"start": 2162.55, "end": 2162.95, "word": " navigation", "probability": 0.7431640625}, {"start": 2162.95, "end": 2163.31, "word": " drawer,", "probability": 0.81982421875}, {"start": 2164.19, "end": 2164.47, "word": " you", "probability": 0.837890625}, {"start": 2164.47, "end": 2164.69, "word": " need", "probability": 0.4697265625}, {"start": 2164.69, "end": 2165.85, "word": " to", "probability": 0.91845703125}, {"start": 2165.85, "end": 2166.11, "word": " use", "probability": 0.470458984375}, {"start": 2166.11, "end": 2166.43, "word": " something", "probability": 0.296875}, {"start": 2166.43, "end": 2168.39, "word": " called", "probability": 0.853515625}, {"start": 2168.39, "end": 2168.69, "word": " drawer", "probability": 0.350830078125}, {"start": 2168.69, "end": 2169.13, "word": " layout.", "probability": 0.9736328125}, {"start": 2169.69, "end": 2169.69, "word": " Where", "probability": 0.14990234375}, {"start": 2169.69, "end": 2169.69, "word": " did", "probability": 0.78076171875}, {"start": 2169.69, "end": 2171.65, "word": " I", "probability": 0.60009765625}, {"start": 2171.65, "end": 2171.65, "word": " put", "probability": 0.734375}, {"start": 2171.65, "end": 2171.85, "word": " it?", "probability": 0.705078125}, {"start": 2172.01, "end": 2172.15, "word": " Inside", "probability": 0.354248046875}, {"start": 2172.15, "end": 2172.31, "word": " the", "probability": 0.53173828125}, {"start": 2172.31, "end": 2172.87, "word": " constraint", "probability": 0.8857421875}, {"start": 2172.87, "end": 2173.91, "word": " layout.", "probability": 0.9765625}, {"start": 2174.13, "end": 2174.51, "word": " It's", "probability": 0.4066162109375}, {"start": 2174.51, "end": 2174.69, "word": " called", "probability": 0.783203125}, {"start": 2174.69, "end": 2175.11, "word": " drawer", "probability": 0.47021484375}, {"start": 2175.11, "end": 2176.25, "word": " layout.", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 85, "seek": 220633, "start": 2177.27, "end": 2206.33, "text": " What is the word drawer in English? Drawer. Have you seen the drawer? Yes, they call it drawer in English. Okay? Come on, learn the new word. Yes. Okay, the drawer layout now, I want to make the drawer layout on top of the whole screen. Okay? I mean, I want to tell it the width is 0db. And this is 0db. And then we say top to top of parent.", "tokens": [708, 307, 264, 1349, 24039, 294, 3669, 30, 15971, 1554, 13, 3560, 291, 1612, 264, 24039, 30, 1079, 11, 436, 818, 309, 24039, 294, 3669, 13, 1033, 30, 2492, 322, 11, 1466, 264, 777, 1349, 13, 1079, 13, 1033, 11, 264, 24039, 13333, 586, 11, 286, 528, 281, 652, 264, 24039, 13333, 322, 1192, 295, 264, 1379, 2568, 13, 1033, 30, 286, 914, 11, 286, 528, 281, 980, 309, 264, 11402, 307, 1958, 67, 65, 13, 400, 341, 307, 1958, 67, 65, 13, 400, 550, 321, 584, 1192, 281, 1192, 295, 2596, 13], "avg_logprob": -0.5129654375796623, "compression_ratio": 1.7628865979381443, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2177.27, "end": 2177.71, "word": " What", "probability": 0.178466796875}, {"start": 2177.71, "end": 2177.83, "word": " is", "probability": 0.72265625}, {"start": 2177.83, "end": 2177.87, "word": " the", "probability": 0.66064453125}, {"start": 2177.87, "end": 2178.03, "word": " word", "probability": 0.59912109375}, {"start": 2178.03, "end": 2178.33, "word": " drawer", "probability": 0.361083984375}, {"start": 2178.33, "end": 2178.53, "word": " in", "probability": 0.89501953125}, {"start": 2178.53, "end": 2178.93, "word": " English?", "probability": 0.93701171875}, {"start": 2179.59, "end": 2180.03, "word": " Drawer.", "probability": 0.5543212890625}, {"start": 2180.47, "end": 2180.91, "word": " Have", "probability": 0.1669921875}, {"start": 2180.91, "end": 2180.99, "word": " you", "probability": 0.96142578125}, {"start": 2180.99, "end": 2180.99, "word": " seen", "probability": 0.7431640625}, {"start": 2180.99, "end": 2181.11, "word": " the", "probability": 0.240478515625}, {"start": 2181.11, "end": 2181.27, "word": " drawer?", "probability": 0.65234375}, {"start": 2181.65, "end": 2182.09, "word": " Yes,", "probability": 0.375732421875}, {"start": 2182.09, "end": 2182.23, "word": " they", "probability": 0.48388671875}, {"start": 2182.23, "end": 2182.45, "word": " call", "probability": 0.81689453125}, {"start": 2182.45, "end": 2182.53, "word": " it", "probability": 0.7900390625}, {"start": 2182.53, "end": 2182.73, "word": " drawer", "probability": 0.68017578125}, {"start": 2182.73, "end": 2182.93, "word": " in", "probability": 0.9169921875}, {"start": 2182.93, "end": 2183.33, "word": " English.", "probability": 0.97900390625}, {"start": 2183.67, "end": 2183.95, "word": " Okay?", "probability": 0.306396484375}, {"start": 2184.19, "end": 2184.43, "word": " Come", "probability": 0.1905517578125}, {"start": 2184.43, "end": 2184.73, "word": " on,", "probability": 0.376708984375}, {"start": 2184.73, "end": 2184.85, "word": " learn", "probability": 0.7666015625}, {"start": 2184.85, "end": 2184.99, "word": " the", "probability": 0.413330078125}, {"start": 2184.99, "end": 2185.03, "word": " new", "probability": 0.63525390625}, {"start": 2185.03, "end": 2185.13, "word": " word.", "probability": 0.443603515625}, {"start": 2186.13, "end": 2186.35, "word": " Yes.", "probability": 0.282958984375}, {"start": 2186.89, "end": 2187.09, "word": " Okay,", "probability": 0.5595703125}, {"start": 2187.45, "end": 2187.59, "word": " the", "probability": 0.3818359375}, {"start": 2187.59, "end": 2187.77, "word": " drawer", "probability": 0.83056640625}, {"start": 2187.77, "end": 2188.21, "word": " layout", "probability": 0.984375}, {"start": 2188.21, "end": 2188.87, "word": " now,", "probability": 0.421630859375}, {"start": 2188.99, "end": 2189.25, "word": " I", "probability": 0.96826171875}, {"start": 2189.25, "end": 2189.33, "word": " want", "probability": 0.57666015625}, {"start": 2189.33, "end": 2189.35, "word": " to", "probability": 0.9423828125}, {"start": 2189.35, "end": 2189.57, "word": " make", "probability": 0.386474609375}, {"start": 2189.57, "end": 2189.77, "word": " the", "probability": 0.68505859375}, {"start": 2189.77, "end": 2189.97, "word": " drawer", "probability": 0.90625}, {"start": 2189.97, "end": 2190.41, "word": " layout", "probability": 0.9619140625}, {"start": 2190.41, "end": 2190.55, "word": " on", "probability": 0.403564453125}, {"start": 2190.55, "end": 2190.75, "word": " top", "probability": 0.36767578125}, {"start": 2190.75, "end": 2190.85, "word": " of", "probability": 0.9677734375}, {"start": 2190.85, "end": 2190.89, "word": " the", "probability": 0.90625}, {"start": 2190.89, "end": 2190.91, "word": " whole", "probability": 0.408935546875}, {"start": 2190.91, "end": 2191.11, "word": " screen.", "probability": 0.86669921875}, {"start": 2192.29, "end": 2192.73, "word": " Okay?", "probability": 0.75634765625}, {"start": 2193.53, "end": 2193.81, "word": " I", "probability": 0.48779296875}, {"start": 2193.81, "end": 2193.87, "word": " mean,", "probability": 0.484375}, {"start": 2193.99, "end": 2194.13, "word": " I", "probability": 0.9619140625}, {"start": 2194.13, "end": 2194.23, "word": " want", "probability": 0.68359375}, {"start": 2194.23, "end": 2194.29, "word": " to", "probability": 0.96630859375}, {"start": 2194.29, "end": 2194.45, "word": " tell", "probability": 0.486083984375}, {"start": 2194.45, "end": 2194.61, "word": " it", "probability": 0.47119140625}, {"start": 2194.61, "end": 2194.83, "word": " the", "probability": 0.325439453125}, {"start": 2194.83, "end": 2195.21, "word": " width", "probability": 0.92138671875}, {"start": 2195.21, "end": 2195.61, "word": " is", "probability": 0.55029296875}, {"start": 2195.61, "end": 2196.25, "word": " 0db.", "probability": 0.59912109375}, {"start": 2197.71, "end": 2198.15, "word": " And", "probability": 0.57568359375}, {"start": 2198.15, "end": 2198.31, "word": " this", "probability": 0.8291015625}, {"start": 2198.31, "end": 2198.35, "word": " is", "probability": 0.8701171875}, {"start": 2198.35, "end": 2199.05, "word": " 0db.", "probability": 0.9671223958333334}, {"start": 2201.89, "end": 2202.33, "word": " And", "probability": 0.81494140625}, {"start": 2202.33, "end": 2202.59, "word": " then", "probability": 0.83203125}, {"start": 2202.59, "end": 2202.75, "word": " we", "probability": 0.63525390625}, {"start": 2202.75, "end": 2202.89, "word": " say", "probability": 0.5146484375}, {"start": 2202.89, "end": 2203.39, "word": " top", "probability": 0.697265625}, {"start": 2203.39, "end": 2204.71, "word": " to", "probability": 0.61279296875}, {"start": 2204.71, "end": 2205.51, "word": " top", "probability": 0.8994140625}, {"start": 2205.51, "end": 2205.89, "word": " of", "probability": 0.87109375}, {"start": 2205.89, "end": 2206.33, "word": " parent.", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 86, "seek": 223773, "start": 2211.59, "end": 2237.73, "text": " Start Yes, another important point, why do I make the code? This is because I don't make a drag and drop, okay? It is not already present in the palette that appears with you Search for layout So here, if you come to the design, there is no such thing as a drawer Layout is not present, okay? And I double the support library, but it does not appear here either, okay?", "tokens": [6481, 1079, 11, 1071, 1021, 935, 11, 983, 360, 286, 652, 264, 3089, 30, 639, 307, 570, 286, 500, 380, 652, 257, 5286, 293, 3270, 11, 1392, 30, 467, 307, 406, 1217, 1974, 294, 264, 15851, 300, 7038, 365, 291, 17180, 337, 13333, 407, 510, 11, 498, 291, 808, 281, 264, 1715, 11, 456, 307, 572, 1270, 551, 382, 257, 24039, 20084, 346, 307, 406, 1974, 11, 1392, 30, 400, 286, 3834, 264, 1406, 6405, 11, 457, 309, 775, 406, 4204, 510, 2139, 11, 1392, 30], "avg_logprob": -0.6045258483667483, "compression_ratio": 1.6255506607929515, "no_speech_prob": 3.0159950256347656e-05, "words": [{"start": 2211.59, "end": 2212.07, "word": " Start", "probability": 0.493408203125}, {"start": 2212.07, "end": 2212.55, "word": " Yes,", "probability": 0.1026611328125}, {"start": 2212.63, "end": 2212.99, "word": " another", "probability": 0.453857421875}, {"start": 2212.99, "end": 2213.25, "word": " important", "probability": 0.7509765625}, {"start": 2213.25, "end": 2213.25, "word": " point,", "probability": 0.8681640625}, {"start": 2213.61, "end": 2213.91, "word": " why", "probability": 0.8076171875}, {"start": 2213.91, "end": 2213.99, "word": " do", "probability": 0.41357421875}, {"start": 2213.99, "end": 2213.99, "word": " I", "probability": 0.91748046875}, {"start": 2213.99, "end": 2214.19, "word": " make", "probability": 0.27783203125}, {"start": 2214.19, "end": 2214.35, "word": " the", "probability": 0.389892578125}, {"start": 2214.35, "end": 2214.65, "word": " code?", "probability": 0.912109375}, {"start": 2215.07, "end": 2215.31, "word": " This", "probability": 0.36328125}, {"start": 2215.31, "end": 2215.39, "word": " is", "probability": 0.65087890625}, {"start": 2215.39, "end": 2215.47, "word": " because", "probability": 0.390380859375}, {"start": 2215.47, "end": 2215.73, "word": " I", "probability": 0.67138671875}, {"start": 2215.73, "end": 2215.73, "word": " don't", "probability": 0.748291015625}, {"start": 2215.73, "end": 2215.73, "word": " make", "probability": 0.5986328125}, {"start": 2215.73, "end": 2215.85, "word": " a", "probability": 0.311767578125}, {"start": 2215.85, "end": 2216.01, "word": " drag", "probability": 0.5263671875}, {"start": 2216.01, "end": 2216.11, "word": " and", "probability": 0.78857421875}, {"start": 2216.11, "end": 2216.29, "word": " drop,", "probability": 0.92236328125}, {"start": 2217.37, "end": 2217.65, "word": " okay?", "probability": 0.2626953125}, {"start": 2217.85, "end": 2217.89, "word": " It", "probability": 0.6474609375}, {"start": 2217.89, "end": 2217.97, "word": " is", "probability": 0.33203125}, {"start": 2217.97, "end": 2218.01, "word": " not", "probability": 0.9052734375}, {"start": 2218.01, "end": 2218.67, "word": " already", "probability": 0.18603515625}, {"start": 2218.67, "end": 2218.67, "word": " present", "probability": 0.4921875}, {"start": 2218.67, "end": 2219.45, "word": " in", "probability": 0.87841796875}, {"start": 2219.45, "end": 2220.19, "word": " the", "probability": 0.82275390625}, {"start": 2220.19, "end": 2220.57, "word": " palette", "probability": 0.7294921875}, {"start": 2220.57, "end": 2220.71, "word": " that", "probability": 0.68359375}, {"start": 2220.71, "end": 2220.97, "word": " appears", "probability": 0.403076171875}, {"start": 2220.97, "end": 2221.17, "word": " with", "probability": 0.1357421875}, {"start": 2221.17, "end": 2221.85, "word": " you", "probability": 0.87451171875}, {"start": 2221.85, "end": 2222.23, "word": " Search", "probability": 0.219970703125}, {"start": 2222.23, "end": 2222.35, "word": " for", "probability": 0.61572265625}, {"start": 2222.35, "end": 2222.63, "word": " layout", "probability": 0.33642578125}, {"start": 2222.63, "end": 2224.05, "word": " So", "probability": 0.2294921875}, {"start": 2224.05, "end": 2224.45, "word": " here,", "probability": 0.6083984375}, {"start": 2224.81, "end": 2225.09, "word": " if", "probability": 0.87158203125}, {"start": 2225.09, "end": 2225.15, "word": " you", "probability": 0.6552734375}, {"start": 2225.15, "end": 2225.29, "word": " come", "probability": 0.44140625}, {"start": 2225.29, "end": 2225.37, "word": " to", "probability": 0.92236328125}, {"start": 2225.37, "end": 2225.49, "word": " the", "probability": 0.57177734375}, {"start": 2225.49, "end": 2225.93, "word": " design,", "probability": 0.93603515625}, {"start": 2226.09, "end": 2226.25, "word": " there", "probability": 0.84130859375}, {"start": 2226.25, "end": 2226.27, "word": " is", "probability": 0.81787109375}, {"start": 2226.27, "end": 2226.41, "word": " no", "probability": 0.29638671875}, {"start": 2226.41, "end": 2226.47, "word": " such", "probability": 0.416015625}, {"start": 2226.47, "end": 2226.59, "word": " thing", "probability": 0.8583984375}, {"start": 2226.59, "end": 2226.85, "word": " as", "probability": 0.87939453125}, {"start": 2226.85, "end": 2227.33, "word": " a", "probability": 0.45556640625}, {"start": 2227.33, "end": 2227.59, "word": " drawer", "probability": 0.205322265625}, {"start": 2227.59, "end": 2228.85, "word": " Layout", "probability": 0.6339111328125}, {"start": 2228.85, "end": 2228.97, "word": " is", "probability": 0.59814453125}, {"start": 2228.97, "end": 2229.01, "word": " not", "probability": 0.89990234375}, {"start": 2229.01, "end": 2230.31, "word": " present,", "probability": 0.452392578125}, {"start": 2232.25, "end": 2232.49, "word": " okay?", "probability": 0.73291015625}, {"start": 2233.67, "end": 2233.87, "word": " And", "probability": 0.428466796875}, {"start": 2233.87, "end": 2234.31, "word": " I", "probability": 0.57275390625}, {"start": 2234.31, "end": 2234.67, "word": " double", "probability": 0.3662109375}, {"start": 2234.67, "end": 2234.81, "word": " the", "probability": 0.6279296875}, {"start": 2234.81, "end": 2235.11, "word": " support", "probability": 0.888671875}, {"start": 2235.11, "end": 2235.47, "word": " library,", "probability": 0.53955078125}, {"start": 2235.79, "end": 2235.99, "word": " but", "probability": 0.88232421875}, {"start": 2235.99, "end": 2236.09, "word": " it", "probability": 0.830078125}, {"start": 2236.09, "end": 2236.13, "word": " does", "probability": 0.384765625}, {"start": 2236.13, "end": 2236.35, "word": " not", "probability": 0.94189453125}, {"start": 2236.35, "end": 2236.35, "word": " appear", "probability": 0.55029296875}, {"start": 2236.35, "end": 2236.73, "word": " here", "probability": 0.6220703125}, {"start": 2236.73, "end": 2237.49, "word": " either,", "probability": 0.6689453125}, {"start": 2237.59, "end": 2237.73, "word": " okay?", "probability": 0.794921875}], "temperature": 1.0}, {"id": 87, "seek": 225871, "start": 2241.71, "end": 2258.71, "text": "Okay, so these guys are forced to work on what? Code. Do you know why code is important? Yes, I gave you a code in the exam and you're messing with it? I fixed it, I finished it yesterday. He's really stupid, he didn't bring it. He still needs to study. He needs days to study.", "tokens": [8297, 11, 370, 613, 1074, 366, 7579, 281, 589, 322, 437, 30, 15549, 13, 1144, 291, 458, 983, 3089, 307, 1021, 30, 1079, 11, 286, 2729, 291, 257, 3089, 294, 264, 1139, 293, 291, 434, 23258, 365, 309, 30, 286, 6806, 309, 11, 286, 4335, 309, 5186, 13, 634, 311, 534, 6631, 11, 415, 994, 380, 1565, 309, 13, 634, 920, 2203, 281, 2979, 13, 634, 2203, 1708, 281, 2979, 13], "avg_logprob": -0.6037326272990968, "compression_ratio": 1.481283422459893, "no_speech_prob": 4.351139068603516e-06, "words": [{"start": 2241.71, "end": 2242.11, "word": "Okay,", "probability": 0.249755859375}, {"start": 2243.81, "end": 2244.17, "word": " so", "probability": 0.45849609375}, {"start": 2244.17, "end": 2244.49, "word": " these", "probability": 0.280517578125}, {"start": 2244.49, "end": 2244.57, "word": " guys", "probability": 0.38916015625}, {"start": 2244.57, "end": 2244.67, "word": " are", "probability": 0.30224609375}, {"start": 2244.67, "end": 2244.91, "word": " forced", "probability": 0.576171875}, {"start": 2244.91, "end": 2245.09, "word": " to", "probability": 0.9677734375}, {"start": 2245.09, "end": 2245.33, "word": " work", "probability": 0.54296875}, {"start": 2245.33, "end": 2245.45, "word": " on", "probability": 0.78076171875}, {"start": 2245.45, "end": 2245.63, "word": " what?", "probability": 0.37744140625}, {"start": 2245.95, "end": 2246.35, "word": " Code.", "probability": 0.67822265625}, {"start": 2246.81, "end": 2246.95, "word": " Do", "probability": 0.48974609375}, {"start": 2246.95, "end": 2246.95, "word": " you", "probability": 0.97314453125}, {"start": 2246.95, "end": 2247.13, "word": " know", "probability": 0.83740234375}, {"start": 2247.13, "end": 2247.31, "word": " why", "probability": 0.56396484375}, {"start": 2247.31, "end": 2247.57, "word": " code", "probability": 0.82958984375}, {"start": 2247.57, "end": 2247.65, "word": " is", "probability": 0.8935546875}, {"start": 2247.65, "end": 2247.89, "word": " important?", "probability": 0.830078125}, {"start": 2248.59, "end": 2248.75, "word": " Yes,", "probability": 0.2369384765625}, {"start": 2248.83, "end": 2248.85, "word": " I", "probability": 0.47412109375}, {"start": 2248.85, "end": 2249.01, "word": " gave", "probability": 0.58251953125}, {"start": 2249.01, "end": 2249.23, "word": " you", "probability": 0.90478515625}, {"start": 2249.23, "end": 2249.27, "word": " a", "probability": 0.349609375}, {"start": 2249.27, "end": 2249.27, "word": " code", "probability": 0.8759765625}, {"start": 2249.27, "end": 2249.29, "word": " in", "probability": 0.364013671875}, {"start": 2249.29, "end": 2249.37, "word": " the", "probability": 0.43115234375}, {"start": 2249.37, "end": 2249.61, "word": " exam", "probability": 0.83154296875}, {"start": 2249.61, "end": 2250.23, "word": " and", "probability": 0.22607421875}, {"start": 2250.23, "end": 2250.73, "word": " you're", "probability": 0.5560302734375}, {"start": 2250.73, "end": 2250.95, "word": " messing", "probability": 0.29248046875}, {"start": 2250.95, "end": 2251.05, "word": " with", "probability": 0.274658203125}, {"start": 2251.05, "end": 2251.35, "word": " it?", "probability": 0.88671875}, {"start": 2252.75, "end": 2253.15, "word": " I", "probability": 0.499755859375}, {"start": 2253.15, "end": 2253.45, "word": " fixed", "probability": 0.798828125}, {"start": 2253.45, "end": 2253.57, "word": " it,", "probability": 0.93212890625}, {"start": 2253.61, "end": 2253.67, "word": " I", "probability": 0.8701171875}, {"start": 2253.67, "end": 2253.87, "word": " finished", "probability": 0.5205078125}, {"start": 2253.87, "end": 2254.03, "word": " it", "probability": 0.87744140625}, {"start": 2254.03, "end": 2254.31, "word": " yesterday.", "probability": 0.796875}, {"start": 2255.83, "end": 2255.95, "word": " He's", "probability": 0.4234619140625}, {"start": 2255.95, "end": 2256.07, "word": " really", "probability": 0.2342529296875}, {"start": 2256.07, "end": 2256.33, "word": " stupid,", "probability": 0.205078125}, {"start": 2256.43, "end": 2256.49, "word": " he", "probability": 0.66943359375}, {"start": 2256.49, "end": 2256.49, "word": " didn't", "probability": 0.620361328125}, {"start": 2256.49, "end": 2256.69, "word": " bring", "probability": 0.3486328125}, {"start": 2256.69, "end": 2256.71, "word": " it.", "probability": 0.8349609375}, {"start": 2256.73, "end": 2256.95, "word": " He", "probability": 0.7421875}, {"start": 2256.95, "end": 2256.95, "word": " still", "probability": 0.8173828125}, {"start": 2256.95, "end": 2257.07, "word": " needs", "probability": 0.334716796875}, {"start": 2257.07, "end": 2257.19, "word": " to", "probability": 0.76708984375}, {"start": 2257.19, "end": 2257.29, "word": " study.", "probability": 0.7783203125}, {"start": 2257.67, "end": 2258.07, "word": " He", "probability": 0.64599609375}, {"start": 2258.07, "end": 2258.07, "word": " needs", "probability": 0.5693359375}, {"start": 2258.07, "end": 2258.33, "word": " days", "probability": 0.342529296875}, {"start": 2258.33, "end": 2258.53, "word": " to", "probability": 0.499267578125}, {"start": 2258.53, "end": 2258.71, "word": " study.", "probability": 0.900390625}], "temperature": 1.0}, {"id": 88, "seek": 229012, "start": 2268.4, "end": 2290.12, "text": " Once upon a time, there was a mistake that everyone made wrongly in the exam I told you guys that to edit text, you have to say the baseline of it with the baseline of the text view, okay? If you don't do that, how far will you go? If you say top with top, bottom with bottom, that's not right, okay? You have to say the baseline with the baseline of it, because tomorrow someone will come back to me saying that he wants to know this thing", "tokens": [3443, 3564, 257, 565, 11, 456, 390, 257, 6146, 300, 1518, 1027, 2085, 356, 294, 264, 1139, 286, 1907, 291, 1074, 300, 281, 8129, 2487, 11, 291, 362, 281, 584, 264, 20518, 295, 309, 365, 264, 20518, 295, 264, 2487, 1910, 11, 1392, 30, 759, 291, 500, 380, 360, 300, 11, 577, 1400, 486, 291, 352, 30, 759, 291, 584, 1192, 365, 1192, 11, 2767, 365, 2767, 11, 300, 311, 406, 558, 11, 1392, 30, 509, 362, 281, 584, 264, 20518, 365, 264, 20518, 295, 309, 11, 570, 4153, 1580, 486, 808, 646, 281, 385, 1566, 300, 415, 2738, 281, 458, 341, 551], "avg_logprob": -0.590745217525042, "compression_ratio": 1.86864406779661, "no_speech_prob": 5.662441253662109e-06, "words": [{"start": 2268.3999999999996, "end": 2268.74, "word": " Once", "probability": 0.1375732421875}, {"start": 2268.74, "end": 2268.94, "word": " upon", "probability": 0.217041015625}, {"start": 2268.94, "end": 2268.94, "word": " a", "probability": 0.98486328125}, {"start": 2268.94, "end": 2268.94, "word": " time,", "probability": 0.884765625}, {"start": 2268.94, "end": 2269.0, "word": " there", "probability": 0.63720703125}, {"start": 2269.0, "end": 2269.0, "word": " was", "probability": 0.82568359375}, {"start": 2269.0, "end": 2269.08, "word": " a", "probability": 0.81982421875}, {"start": 2269.08, "end": 2269.26, "word": " mistake", "probability": 0.7529296875}, {"start": 2269.26, "end": 2269.38, "word": " that", "probability": 0.451171875}, {"start": 2269.38, "end": 2269.54, "word": " everyone", "probability": 0.393310546875}, {"start": 2269.54, "end": 2269.86, "word": " made", "probability": 0.386962890625}, {"start": 2269.86, "end": 2269.96, "word": " wrongly", "probability": 0.4439697265625}, {"start": 2269.96, "end": 2270.14, "word": " in", "probability": 0.54638671875}, {"start": 2270.14, "end": 2270.26, "word": " the", "probability": 0.24755859375}, {"start": 2270.26, "end": 2270.46, "word": " exam", "probability": 0.77880859375}, {"start": 2270.46, "end": 2271.08, "word": " I", "probability": 0.245849609375}, {"start": 2271.08, "end": 2271.9, "word": " told", "probability": 0.321533203125}, {"start": 2271.9, "end": 2272.06, "word": " you", "probability": 0.52001953125}, {"start": 2272.06, "end": 2272.32, "word": " guys", "probability": 0.493896484375}, {"start": 2272.32, "end": 2272.58, "word": " that", "probability": 0.466796875}, {"start": 2272.58, "end": 2272.66, "word": " to", "probability": 0.398681640625}, {"start": 2272.66, "end": 2272.78, "word": " edit", "probability": 0.451904296875}, {"start": 2272.78, "end": 2273.28, "word": " text,", "probability": 0.8076171875}, {"start": 2273.62, "end": 2274.12, "word": " you", "probability": 0.77392578125}, {"start": 2274.12, "end": 2274.2, "word": " have", "probability": 0.386474609375}, {"start": 2274.2, "end": 2274.3, "word": " to", "probability": 0.97314453125}, {"start": 2274.3, "end": 2274.52, "word": " say", "probability": 0.380615234375}, {"start": 2274.52, "end": 2274.66, "word": " the", "probability": 0.5888671875}, {"start": 2274.66, "end": 2275.08, "word": " baseline", "probability": 0.68896484375}, {"start": 2275.08, "end": 2275.26, "word": " of", "probability": 0.25439453125}, {"start": 2275.26, "end": 2275.52, "word": " it", "probability": 0.5810546875}, {"start": 2275.52, "end": 2276.22, "word": " with", "probability": 0.439453125}, {"start": 2276.22, "end": 2276.34, "word": " the", "probability": 0.89404296875}, {"start": 2276.34, "end": 2276.86, "word": " baseline", "probability": 0.93505859375}, {"start": 2276.86, "end": 2277.56, "word": " of", "probability": 0.94287109375}, {"start": 2277.56, "end": 2277.7, "word": " the", "probability": 0.6220703125}, {"start": 2277.7, "end": 2277.86, "word": " text", "probability": 0.875}, {"start": 2277.86, "end": 2278.4, "word": " view,", "probability": 0.6923828125}, {"start": 2278.44, "end": 2279.64, "word": " okay?", "probability": 0.27490234375}, {"start": 2280.28, "end": 2280.62, "word": " If", "probability": 0.31591796875}, {"start": 2280.62, "end": 2280.7, "word": " you", "probability": 0.80712890625}, {"start": 2280.7, "end": 2280.74, "word": " don't", "probability": 0.772216796875}, {"start": 2280.74, "end": 2280.9, "word": " do", "probability": 0.80712890625}, {"start": 2280.9, "end": 2281.04, "word": " that,", "probability": 0.379150390625}, {"start": 2281.08, "end": 2281.34, "word": " how", "probability": 0.336669921875}, {"start": 2281.34, "end": 2281.62, "word": " far", "probability": 0.1488037109375}, {"start": 2281.62, "end": 2281.62, "word": " will", "probability": 0.5068359375}, {"start": 2281.62, "end": 2281.62, "word": " you", "probability": 0.6572265625}, {"start": 2281.62, "end": 2281.68, "word": " go?", "probability": 0.6572265625}, {"start": 2282.6, "end": 2282.8, "word": " If", "probability": 0.214599609375}, {"start": 2282.8, "end": 2282.82, "word": " you", "probability": 0.9501953125}, {"start": 2282.82, "end": 2282.96, "word": " say", "probability": 0.85986328125}, {"start": 2282.96, "end": 2283.22, "word": " top", "probability": 0.5966796875}, {"start": 2283.22, "end": 2283.36, "word": " with", "probability": 0.74609375}, {"start": 2283.36, "end": 2283.68, "word": " top,", "probability": 0.91796875}, {"start": 2283.76, "end": 2283.94, "word": " bottom", "probability": 0.85888671875}, {"start": 2283.94, "end": 2284.08, "word": " with", "probability": 0.90869140625}, {"start": 2284.08, "end": 2284.32, "word": " bottom,", "probability": 0.87939453125}, {"start": 2284.36, "end": 2284.5, "word": " that's", "probability": 0.5615234375}, {"start": 2284.5, "end": 2284.5, "word": " not", "probability": 0.8115234375}, {"start": 2284.5, "end": 2284.78, "word": " right,", "probability": 0.415283203125}, {"start": 2284.84, "end": 2285.68, "word": " okay?", "probability": 0.82275390625}, {"start": 2285.92, "end": 2285.92, "word": " You", "probability": 0.278076171875}, {"start": 2285.92, "end": 2286.06, "word": " have", "probability": 0.787109375}, {"start": 2286.06, "end": 2286.18, "word": " to", "probability": 0.96728515625}, {"start": 2286.18, "end": 2286.18, "word": " say", "probability": 0.63671875}, {"start": 2286.18, "end": 2286.26, "word": " the", "probability": 0.724609375}, {"start": 2286.26, "end": 2286.68, "word": " baseline", "probability": 0.96826171875}, {"start": 2286.68, "end": 2286.98, "word": " with", "probability": 0.304931640625}, {"start": 2286.98, "end": 2287.04, "word": " the", "probability": 0.6767578125}, {"start": 2287.04, "end": 2287.06, "word": " baseline", "probability": 0.51953125}, {"start": 2287.06, "end": 2287.1, "word": " of", "probability": 0.408447265625}, {"start": 2287.1, "end": 2287.1, "word": " it,", "probability": 0.58837890625}, {"start": 2287.1, "end": 2287.2, "word": " because", "probability": 0.405517578125}, {"start": 2287.2, "end": 2287.46, "word": " tomorrow", "probability": 0.72705078125}, {"start": 2287.46, "end": 2287.74, "word": " someone", "probability": 0.446533203125}, {"start": 2287.74, "end": 2287.86, "word": " will", "probability": 0.53515625}, {"start": 2287.86, "end": 2287.9, "word": " come", "probability": 0.42138671875}, {"start": 2287.9, "end": 2288.0, "word": " back", "probability": 0.5810546875}, {"start": 2288.0, "end": 2288.32, "word": " to", "probability": 0.446533203125}, {"start": 2288.32, "end": 2288.6, "word": " me", "probability": 0.76953125}, {"start": 2288.6, "end": 2288.6, "word": " saying", "probability": 0.2103271484375}, {"start": 2288.6, "end": 2288.94, "word": " that", "probability": 0.38427734375}, {"start": 2288.94, "end": 2289.06, "word": " he", "probability": 0.55419921875}, {"start": 2289.06, "end": 2289.16, "word": " wants", "probability": 0.6845703125}, {"start": 2289.16, "end": 2289.24, "word": " to", "probability": 0.96826171875}, {"start": 2289.24, "end": 2289.4, "word": " know", "probability": 0.8046875}, {"start": 2289.4, "end": 2289.64, "word": " this", "probability": 0.390869140625}, {"start": 2289.64, "end": 2290.12, "word": " thing", "probability": 0.53857421875}], "temperature": 1.0}, {"id": 89, "seek": 232414, "start": 2295.76, "end": 2324.14, "text": " Ok guys, pay attention to me, I'm not done yet. Pay attention to me, guys. What did I do until now? I made a drawer layout. Yes, pay attention to me. I made a drawer layout full of what? Full of screens. Now, what's inside the drawer layout? There should be two things inside. Content, content and what? And this list. We should put content. What will the content be?", "tokens": [3477, 1074, 11, 1689, 3202, 281, 385, 11, 286, 478, 406, 1096, 1939, 13, 11431, 3202, 281, 385, 11, 1074, 13, 708, 630, 286, 360, 1826, 586, 30, 286, 1027, 257, 24039, 13333, 13, 1079, 11, 1689, 3202, 281, 385, 13, 286, 1027, 257, 24039, 13333, 1577, 295, 437, 30, 13841, 295, 11171, 13, 823, 11, 437, 311, 1854, 264, 24039, 13333, 30, 821, 820, 312, 732, 721, 1854, 13, 30078, 11, 2701, 293, 437, 30, 400, 341, 1329, 13, 492, 820, 829, 2701, 13, 708, 486, 264, 2701, 312, 30], "avg_logprob": -0.373641318925049, "compression_ratio": 1.8217821782178218, "no_speech_prob": 2.086162567138672e-06, "words": [{"start": 2295.76, "end": 2296.04, "word": " Ok", "probability": 0.170166015625}, {"start": 2296.04, "end": 2296.46, "word": " guys,", "probability": 0.58984375}, {"start": 2296.6, "end": 2296.74, "word": " pay", "probability": 0.310546875}, {"start": 2296.74, "end": 2296.8, "word": " attention", "probability": 0.9326171875}, {"start": 2296.8, "end": 2296.94, "word": " to", "probability": 0.3076171875}, {"start": 2296.94, "end": 2297.08, "word": " me,", "probability": 0.6171875}, {"start": 2297.14, "end": 2297.34, "word": " I'm", "probability": 0.451171875}, {"start": 2297.34, "end": 2297.34, "word": " not", "probability": 0.83642578125}, {"start": 2297.34, "end": 2297.66, "word": " done", "probability": 0.595703125}, {"start": 2297.66, "end": 2298.14, "word": " yet.", "probability": 0.775390625}, {"start": 2298.2, "end": 2298.4, "word": " Pay", "probability": 0.72900390625}, {"start": 2298.4, "end": 2298.46, "word": " attention", "probability": 0.927734375}, {"start": 2298.46, "end": 2298.5, "word": " to", "probability": 0.75390625}, {"start": 2298.5, "end": 2298.7, "word": " me,", "probability": 0.96533203125}, {"start": 2298.78, "end": 2299.08, "word": " guys.", "probability": 0.87158203125}, {"start": 2302.88, "end": 2303.28, "word": " What", "probability": 0.7939453125}, {"start": 2303.28, "end": 2303.38, "word": " did", "probability": 0.427490234375}, {"start": 2303.38, "end": 2303.46, "word": " I", "probability": 0.9501953125}, {"start": 2303.46, "end": 2303.66, "word": " do", "probability": 0.92431640625}, {"start": 2303.66, "end": 2304.44, "word": " until", "probability": 0.364013671875}, {"start": 2304.44, "end": 2304.98, "word": " now?", "probability": 0.9423828125}, {"start": 2305.44, "end": 2305.84, "word": " I", "probability": 0.9267578125}, {"start": 2305.84, "end": 2306.02, "word": " made", "probability": 0.40673828125}, {"start": 2306.02, "end": 2306.16, "word": " a", "probability": 0.87548828125}, {"start": 2306.16, "end": 2306.34, "word": " drawer", "probability": 0.7763671875}, {"start": 2306.34, "end": 2306.62, "word": " layout.", "probability": 0.966796875}, {"start": 2307.76, "end": 2308.1, "word": " Yes,", "probability": 0.45166015625}, {"start": 2308.18, "end": 2308.34, "word": " pay", "probability": 0.83544921875}, {"start": 2308.34, "end": 2308.38, "word": " attention", "probability": 0.9189453125}, {"start": 2308.38, "end": 2308.52, "word": " to", "probability": 0.92626953125}, {"start": 2308.52, "end": 2308.72, "word": " me.", "probability": 0.966796875}, {"start": 2309.08, "end": 2309.22, "word": " I", "probability": 0.96484375}, {"start": 2309.22, "end": 2309.38, "word": " made", "probability": 0.861328125}, {"start": 2309.38, "end": 2309.52, "word": " a", "probability": 0.98828125}, {"start": 2309.52, "end": 2309.7, "word": " drawer", "probability": 0.94580078125}, {"start": 2309.7, "end": 2310.12, "word": " layout", "probability": 0.984375}, {"start": 2310.12, "end": 2310.46, "word": " full", "probability": 0.08184814453125}, {"start": 2310.46, "end": 2310.54, "word": " of", "probability": 0.9599609375}, {"start": 2310.54, "end": 2310.82, "word": " what?", "probability": 0.845703125}, {"start": 2311.66, "end": 2312.06, "word": " Full", "probability": 0.70361328125}, {"start": 2312.06, "end": 2312.16, "word": " of", "probability": 0.96533203125}, {"start": 2312.16, "end": 2312.46, "word": " screens.", "probability": 0.42529296875}, {"start": 2313.1, "end": 2313.36, "word": " Now,", "probability": 0.77294921875}, {"start": 2313.42, "end": 2313.74, "word": " what's", "probability": 0.714111328125}, {"start": 2313.74, "end": 2313.94, "word": " inside", "probability": 0.736328125}, {"start": 2313.94, "end": 2314.12, "word": " the", "probability": 0.697265625}, {"start": 2314.12, "end": 2314.32, "word": " drawer", "probability": 0.91162109375}, {"start": 2314.32, "end": 2314.72, "word": " layout?", "probability": 0.9775390625}, {"start": 2315.74, "end": 2315.98, "word": " There", "probability": 0.5205078125}, {"start": 2315.98, "end": 2316.08, "word": " should", "probability": 0.457275390625}, {"start": 2316.08, "end": 2316.32, "word": " be", "probability": 0.953125}, {"start": 2316.32, "end": 2316.44, "word": " two", "probability": 0.8271484375}, {"start": 2316.44, "end": 2316.72, "word": " things", "probability": 0.78955078125}, {"start": 2316.72, "end": 2316.88, "word": " inside.", "probability": 0.8203125}, {"start": 2317.04, "end": 2317.42, "word": " Content,", "probability": 0.85595703125}, {"start": 2318.42, "end": 2319.1, "word": " content", "probability": 0.91162109375}, {"start": 2319.1, "end": 2319.42, "word": " and", "probability": 0.69140625}, {"start": 2319.42, "end": 2319.72, "word": " what?", "probability": 0.85107421875}, {"start": 2320.74, "end": 2321.14, "word": " And", "probability": 0.87744140625}, {"start": 2321.14, "end": 2321.18, "word": " this", "probability": 0.72265625}, {"start": 2321.18, "end": 2321.44, "word": " list.", "probability": 0.91259765625}, {"start": 2322.24, "end": 2322.4, "word": " We", "probability": 0.83447265625}, {"start": 2322.4, "end": 2322.56, "word": " should", "probability": 0.384765625}, {"start": 2322.56, "end": 2322.78, "word": " put", "probability": 0.65966796875}, {"start": 2322.78, "end": 2323.22, "word": " content.", "probability": 0.64501953125}, {"start": 2323.34, "end": 2323.42, "word": " What", "probability": 0.84521484375}, {"start": 2323.42, "end": 2323.42, "word": " will", "probability": 0.47607421875}, {"start": 2323.42, "end": 2323.44, "word": " the", "probability": 0.3916015625}, {"start": 2323.44, "end": 2323.7, "word": " content", "probability": 0.955078125}, {"start": 2323.7, "end": 2324.14, "word": " be?", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 90, "seek": 235189, "start": 2325.39, "end": 2351.89, "text": " The frame layout. Either you put a design if you have a fragment designed, put it, or if you have this content that changes, you put a frame layout. That is, when I click on any element, this will change, so I put a frame. This is not a Quran, this is a frame. Sometimes if you have solid content, you design it in a frame layout, and you put the frame here. Currently in my application, I want to put a frame.", "tokens": [440, 3920, 13333, 13, 13746, 291, 829, 257, 1715, 498, 291, 362, 257, 26424, 4761, 11, 829, 309, 11, 420, 498, 291, 362, 341, 2701, 300, 2962, 11, 291, 829, 257, 3920, 13333, 13, 663, 307, 11, 562, 286, 2052, 322, 604, 4478, 11, 341, 486, 1319, 11, 370, 286, 829, 257, 3920, 13, 639, 307, 406, 257, 19375, 11, 341, 307, 257, 3920, 13, 4803, 498, 291, 362, 5100, 2701, 11, 291, 1715, 309, 294, 257, 3920, 13333, 11, 293, 291, 829, 264, 3920, 510, 13, 19964, 294, 452, 3861, 11, 286, 528, 281, 829, 257, 3920, 13], "avg_logprob": -0.43218750089406965, "compression_ratio": 1.9205607476635513, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 2325.39, "end": 2325.65, "word": " The", "probability": 0.0836181640625}, {"start": 2325.65, "end": 2325.87, "word": " frame", "probability": 0.6005859375}, {"start": 2325.87, "end": 2326.19, "word": " layout.", "probability": 0.9482421875}, {"start": 2327.31, "end": 2327.75, "word": " Either", "probability": 0.271240234375}, {"start": 2327.75, "end": 2328.35, "word": " you", "probability": 0.7900390625}, {"start": 2328.35, "end": 2328.53, "word": " put", "probability": 0.359130859375}, {"start": 2328.53, "end": 2328.69, "word": " a", "probability": 0.77880859375}, {"start": 2328.69, "end": 2328.89, "word": " design", "probability": 0.68212890625}, {"start": 2328.89, "end": 2329.09, "word": " if", "probability": 0.59130859375}, {"start": 2329.09, "end": 2329.35, "word": " you", "probability": 0.9228515625}, {"start": 2329.35, "end": 2329.55, "word": " have", "probability": 0.87158203125}, {"start": 2329.55, "end": 2329.91, "word": " a", "probability": 0.80029296875}, {"start": 2329.91, "end": 2330.25, "word": " fragment", "probability": 0.26806640625}, {"start": 2330.25, "end": 2330.73, "word": " designed,", "probability": 0.47216796875}, {"start": 2331.21, "end": 2331.45, "word": " put", "probability": 0.60546875}, {"start": 2331.45, "end": 2331.67, "word": " it,", "probability": 0.93359375}, {"start": 2332.17, "end": 2332.63, "word": " or", "probability": 0.92919921875}, {"start": 2332.63, "end": 2332.81, "word": " if", "probability": 0.93017578125}, {"start": 2332.81, "end": 2332.93, "word": " you", "probability": 0.91357421875}, {"start": 2332.93, "end": 2333.13, "word": " have", "probability": 0.92333984375}, {"start": 2333.13, "end": 2333.21, "word": " this", "probability": 0.354248046875}, {"start": 2333.21, "end": 2333.57, "word": " content", "probability": 0.9296875}, {"start": 2333.57, "end": 2333.83, "word": " that", "probability": 0.492431640625}, {"start": 2333.83, "end": 2334.17, "word": " changes,", "probability": 0.5830078125}, {"start": 2334.85, "end": 2335.15, "word": " you", "probability": 0.59912109375}, {"start": 2335.15, "end": 2335.35, "word": " put", "probability": 0.87158203125}, {"start": 2335.35, "end": 2335.45, "word": " a", "probability": 0.58642578125}, {"start": 2335.45, "end": 2335.63, "word": " frame", "probability": 0.84326171875}, {"start": 2335.63, "end": 2335.85, "word": " layout.", "probability": 0.974609375}, {"start": 2336.79, "end": 2337.07, "word": " That", "probability": 0.21337890625}, {"start": 2337.07, "end": 2337.07, "word": " is,", "probability": 0.6171875}, {"start": 2337.09, "end": 2337.61, "word": " when", "probability": 0.2442626953125}, {"start": 2337.61, "end": 2338.19, "word": " I", "probability": 0.923828125}, {"start": 2338.19, "end": 2338.41, "word": " click", "probability": 0.2398681640625}, {"start": 2338.41, "end": 2338.65, "word": " on", "probability": 0.8935546875}, {"start": 2338.65, "end": 2338.99, "word": " any", "probability": 0.71728515625}, {"start": 2338.99, "end": 2339.29, "word": " element,", "probability": 0.68798828125}, {"start": 2339.35, "end": 2339.65, "word": " this", "probability": 0.349609375}, {"start": 2339.65, "end": 2339.65, "word": " will", "probability": 0.2059326171875}, {"start": 2339.65, "end": 2339.99, "word": " change,", "probability": 0.87890625}, {"start": 2340.05, "end": 2340.15, "word": " so", "probability": 0.86474609375}, {"start": 2340.15, "end": 2340.25, "word": " I", "probability": 0.97265625}, {"start": 2340.25, "end": 2340.41, "word": " put", "probability": 0.88232421875}, {"start": 2340.41, "end": 2340.51, "word": " a", "probability": 0.875}, {"start": 2340.51, "end": 2340.75, "word": " frame.", "probability": 0.91455078125}, {"start": 2341.23, "end": 2341.67, "word": " This", "probability": 0.461669921875}, {"start": 2341.67, "end": 2341.67, "word": " is", "probability": 0.77734375}, {"start": 2341.67, "end": 2341.67, "word": " not", "probability": 0.935546875}, {"start": 2341.67, "end": 2341.79, "word": " a", "probability": 0.4892578125}, {"start": 2341.79, "end": 2342.01, "word": " Quran,", "probability": 0.71728515625}, {"start": 2342.29, "end": 2342.41, "word": " this", "probability": 0.25439453125}, {"start": 2342.41, "end": 2342.41, "word": " is", "probability": 0.93359375}, {"start": 2342.41, "end": 2342.41, "word": " a", "probability": 0.673828125}, {"start": 2342.41, "end": 2342.67, "word": " frame.", "probability": 0.9365234375}, {"start": 2342.77, "end": 2343.03, "word": " Sometimes", "probability": 0.394775390625}, {"start": 2343.03, "end": 2343.19, "word": " if", "probability": 0.72314453125}, {"start": 2343.19, "end": 2343.33, "word": " you", "probability": 0.96435546875}, {"start": 2343.33, "end": 2343.47, "word": " have", "probability": 0.94189453125}, {"start": 2343.47, "end": 2344.15, "word": " solid", "probability": 0.250244140625}, {"start": 2344.15, "end": 2344.17, "word": " content,", "probability": 0.947265625}, {"start": 2345.23, "end": 2345.41, "word": " you", "probability": 0.91552734375}, {"start": 2345.41, "end": 2345.69, "word": " design", "probability": 0.88818359375}, {"start": 2345.69, "end": 2345.83, "word": " it", "probability": 0.67333984375}, {"start": 2345.83, "end": 2345.91, "word": " in", "probability": 0.77783203125}, {"start": 2345.91, "end": 2346.01, "word": " a", "probability": 0.74853515625}, {"start": 2346.01, "end": 2346.27, "word": " frame", "probability": 0.83984375}, {"start": 2346.27, "end": 2346.65, "word": " layout,", "probability": 0.98486328125}, {"start": 2346.91, "end": 2347.35, "word": " and", "probability": 0.85302734375}, {"start": 2347.35, "end": 2347.45, "word": " you", "probability": 0.6181640625}, {"start": 2347.45, "end": 2347.61, "word": " put", "probability": 0.89697265625}, {"start": 2347.61, "end": 2347.77, "word": " the", "probability": 0.79443359375}, {"start": 2347.77, "end": 2347.99, "word": " frame", "probability": 0.89501953125}, {"start": 2347.99, "end": 2348.21, "word": " here.", "probability": 0.779296875}, {"start": 2348.93, "end": 2349.37, "word": " Currently", "probability": 0.49755859375}, {"start": 2349.37, "end": 2349.57, "word": " in", "probability": 0.455810546875}, {"start": 2349.57, "end": 2349.75, "word": " my", "probability": 0.7763671875}, {"start": 2349.75, "end": 2349.93, "word": " application,", "probability": 0.86474609375}, {"start": 2350.09, "end": 2350.17, "word": " I", "probability": 0.99462890625}, {"start": 2350.17, "end": 2350.27, "word": " want", "probability": 0.69677734375}, {"start": 2350.27, "end": 2350.33, "word": " to", "probability": 0.9697265625}, {"start": 2350.33, "end": 2350.59, "word": " put", "probability": 0.865234375}, {"start": 2350.59, "end": 2351.53, "word": " a", "probability": 0.9345703125}, {"start": 2351.53, "end": 2351.89, "word": " frame.", "probability": 0.92578125}], "temperature": 1.0}, {"id": 91, "seek": 238142, "start": 2352.92, "end": 2381.42, "text": " Layout, it also needs 0db and 0db and what does the frame layout need? It fills the screen. So all of these above need to be copied. So the frame layout needs to be ... And give the frame layout ID. We call it content.", "tokens": [20084, 346, 11, 309, 611, 2203, 1958, 67, 65, 293, 1958, 67, 65, 293, 437, 775, 264, 3920, 13333, 643, 30, 467, 22498, 264, 2568, 13, 407, 439, 295, 613, 3673, 643, 281, 312, 25365, 13, 407, 264, 3920, 13333, 2203, 281, 312, 1097, 400, 976, 264, 3920, 13333, 7348, 13, 492, 818, 309, 2701, 13], "avg_logprob": -0.650767535494085, "compression_ratio": 1.5642857142857143, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 2352.92, "end": 2353.48, "word": " Layout,", "probability": 0.55792236328125}, {"start": 2353.9, "end": 2354.46, "word": " it", "probability": 0.2498779296875}, {"start": 2354.46, "end": 2354.46, "word": " also", "probability": 0.32568359375}, {"start": 2354.46, "end": 2354.64, "word": " needs", "probability": 0.572265625}, {"start": 2354.64, "end": 2355.66, "word": " 0db", "probability": 0.5768229166666666}, {"start": 2355.66, "end": 2357.36, "word": " and", "probability": 0.5380859375}, {"start": 2357.36, "end": 2358.02, "word": " 0db", "probability": 0.8450520833333334}, {"start": 2358.02, "end": 2358.12, "word": " and", "probability": 0.54931640625}, {"start": 2358.12, "end": 2358.38, "word": " what", "probability": 0.255859375}, {"start": 2358.38, "end": 2359.26, "word": " does", "probability": 0.41162109375}, {"start": 2359.26, "end": 2359.86, "word": " the", "probability": 0.5283203125}, {"start": 2359.86, "end": 2360.06, "word": " frame", "probability": 0.66943359375}, {"start": 2360.06, "end": 2360.34, "word": " layout", "probability": 0.962890625}, {"start": 2360.34, "end": 2360.52, "word": " need?", "probability": 0.33447265625}, {"start": 2360.62, "end": 2360.74, "word": " It", "probability": 0.1806640625}, {"start": 2360.74, "end": 2360.92, "word": " fills", "probability": 0.376953125}, {"start": 2360.92, "end": 2361.08, "word": " the", "probability": 0.61962890625}, {"start": 2361.08, "end": 2361.36, "word": " screen.", "probability": 0.7421875}, {"start": 2362.38, "end": 2362.52, "word": " So", "probability": 0.51708984375}, {"start": 2362.52, "end": 2363.1, "word": " all", "probability": 0.52001953125}, {"start": 2363.1, "end": 2363.16, "word": " of", "probability": 0.465576171875}, {"start": 2363.16, "end": 2363.16, "word": " these", "probability": 0.6025390625}, {"start": 2363.16, "end": 2364.72, "word": " above", "probability": 0.480712890625}, {"start": 2364.72, "end": 2367.02, "word": " need", "probability": 0.27734375}, {"start": 2367.02, "end": 2367.1, "word": " to", "probability": 0.92919921875}, {"start": 2367.1, "end": 2367.14, "word": " be", "probability": 0.734375}, {"start": 2367.14, "end": 2367.36, "word": " copied.", "probability": 0.6630859375}, {"start": 2367.88, "end": 2368.04, "word": " So", "probability": 0.3310546875}, {"start": 2368.04, "end": 2368.38, "word": " the", "probability": 0.69384765625}, {"start": 2368.38, "end": 2368.64, "word": " frame", "probability": 0.8427734375}, {"start": 2368.64, "end": 2369.02, "word": " layout", "probability": 0.9892578125}, {"start": 2369.02, "end": 2369.2, "word": " needs", "probability": 0.572265625}, {"start": 2369.2, "end": 2372.52, "word": " to", "probability": 0.9560546875}, {"start": 2372.52, "end": 2372.52, "word": " be", "probability": 0.92138671875}, {"start": 2372.52, "end": 2372.52, "word": " ...", "probability": 0.1424560546875}, {"start": 2372.52, "end": 2377.08, "word": " And", "probability": 0.26416015625}, {"start": 2377.08, "end": 2377.26, "word": " give", "probability": 0.229736328125}, {"start": 2377.26, "end": 2377.4, "word": " the", "probability": 0.7158203125}, {"start": 2377.4, "end": 2377.64, "word": " frame", "probability": 0.84326171875}, {"start": 2377.64, "end": 2378.0, "word": " layout", "probability": 0.9951171875}, {"start": 2378.0, "end": 2378.42, "word": " ID.", "probability": 0.330078125}, {"start": 2380.16, "end": 2380.56, "word": " We", "probability": 0.7177734375}, {"start": 2380.56, "end": 2380.84, "word": " call", "probability": 0.4873046875}, {"start": 2380.84, "end": 2380.98, "word": " it", "probability": 0.830078125}, {"start": 2380.98, "end": 2381.42, "word": " content.", "probability": 0.5859375}], "temperature": 1.0}, {"id": 92, "seek": 240371, "start": 2386.38, "end": 2403.72, "text": " Layout. Yes, because there is one below. Ok, no problem. So this one below means we remove it. We remove the gate. Closing time. Ok", "tokens": [20084, 346, 13, 1079, 11, 570, 456, 307, 472, 2507, 13, 3477, 11, 572, 1154, 13, 407, 341, 472, 2507, 1355, 321, 4159, 309, 13, 492, 4159, 264, 8539, 13, 2033, 6110, 565, 13, 3477], "avg_logprob": -0.710937488410208, "compression_ratio": 1.233644859813084, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2386.38, "end": 2386.86, "word": " Layout.", "probability": 0.4571533203125}, {"start": 2386.94, "end": 2387.08, "word": " Yes,", "probability": 0.489013671875}, {"start": 2387.16, "end": 2387.34, "word": " because", "probability": 0.79248046875}, {"start": 2387.34, "end": 2387.6, "word": " there", "probability": 0.35400390625}, {"start": 2387.6, "end": 2387.6, "word": " is", "probability": 0.697265625}, {"start": 2387.6, "end": 2387.84, "word": " one", "probability": 0.1378173828125}, {"start": 2387.84, "end": 2388.16, "word": " below.", "probability": 0.5107421875}, {"start": 2388.62, "end": 2388.84, "word": " Ok,", "probability": 0.24365234375}, {"start": 2388.9, "end": 2389.0, "word": " no", "probability": 0.646484375}, {"start": 2389.0, "end": 2389.3, "word": " problem.", "probability": 0.8525390625}, {"start": 2390.0, "end": 2390.3, "word": " So", "probability": 0.5078125}, {"start": 2390.3, "end": 2390.48, "word": " this", "probability": 0.364990234375}, {"start": 2390.48, "end": 2390.6, "word": " one", "probability": 0.474609375}, {"start": 2390.6, "end": 2390.84, "word": " below", "probability": 0.76904296875}, {"start": 2390.84, "end": 2391.18, "word": " means", "probability": 0.61083984375}, {"start": 2391.18, "end": 2391.56, "word": " we", "probability": 0.41259765625}, {"start": 2391.56, "end": 2391.74, "word": " remove", "probability": 0.5087890625}, {"start": 2391.74, "end": 2391.86, "word": " it.", "probability": 0.8369140625}, {"start": 2391.86, "end": 2392.02, "word": " We", "probability": 0.54443359375}, {"start": 2392.02, "end": 2392.18, "word": " remove", "probability": 0.83447265625}, {"start": 2392.18, "end": 2392.42, "word": " the", "probability": 0.2509765625}, {"start": 2392.42, "end": 2392.62, "word": " gate.", "probability": 0.86181640625}, {"start": 2401.78, "end": 2402.26, "word": " Closing", "probability": 0.59698486328125}, {"start": 2402.26, "end": 2402.56, "word": " time.", "probability": 0.62353515625}, {"start": 2403.24, "end": 2403.72, "word": " Ok", "probability": 0.493408203125}], "temperature": 1.0}, {"id": 93, "seek": 243333, "start": 2406.37, "end": 2433.33, "text": " Okay, guys, pay attention, so that I don't get confused in the order. Inside the ConstraintLayout, I put the DrawerLayout. Inside the DrawerLayout, I want to put two brackets. The FrameLayout is filled with the entire drawer, which is this one. Which one will catch our attention? Yes, this list, which is supposed to be hidden. Inside the DrawerLayout, we add another element called NavigationView. NavigationView. This NavigationView", "tokens": [1033, 11, 1074, 11, 1689, 3202, 11, 370, 300, 286, 500, 380, 483, 9019, 294, 264, 1668, 13, 15123, 264, 8574, 424, 686, 43, 320, 346, 11, 286, 829, 264, 15971, 1554, 43, 320, 346, 13, 15123, 264, 15971, 1554, 43, 320, 346, 11, 286, 528, 281, 829, 732, 26179, 13, 440, 31628, 43, 320, 346, 307, 6412, 365, 264, 2302, 24039, 11, 597, 307, 341, 472, 13, 3013, 472, 486, 3745, 527, 3202, 30, 1079, 11, 341, 1329, 11, 597, 307, 3442, 281, 312, 7633, 13, 15123, 264, 15971, 1554, 43, 320, 346, 11, 321, 909, 1071, 4478, 1219, 9219, 21494, 30203, 13, 9219, 21494, 30203, 13, 639, 9219, 21494, 30203], "avg_logprob": -0.37859512852356497, "compression_ratio": 1.794238683127572, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2406.37, "end": 2406.77, "word": " Okay,", "probability": 0.0870361328125}, {"start": 2406.97, "end": 2407.35, "word": " guys,", "probability": 0.11846923828125}, {"start": 2408.03, "end": 2408.29, "word": " pay", "probability": 0.2039794921875}, {"start": 2408.29, "end": 2408.39, "word": " attention,", "probability": 0.935546875}, {"start": 2408.51, "end": 2408.57, "word": " so", "probability": 0.419189453125}, {"start": 2408.57, "end": 2408.65, "word": " that", "probability": 0.47509765625}, {"start": 2408.65, "end": 2408.77, "word": " I", "probability": 0.446533203125}, {"start": 2408.77, "end": 2408.77, "word": " don't", "probability": 0.857666015625}, {"start": 2408.77, "end": 2408.85, "word": " get", "probability": 0.37158203125}, {"start": 2408.85, "end": 2409.01, "word": " confused", "probability": 0.72705078125}, {"start": 2409.01, "end": 2409.13, "word": " in", "probability": 0.251220703125}, {"start": 2409.13, "end": 2409.23, "word": " the", "probability": 0.6943359375}, {"start": 2409.23, "end": 2409.51, "word": " order.", "probability": 0.73583984375}, {"start": 2409.85, "end": 2410.03, "word": " Inside", "probability": 0.64306640625}, {"start": 2410.03, "end": 2410.19, "word": " the", "probability": 0.56201171875}, {"start": 2410.19, "end": 2410.81, "word": " ConstraintLayout,", "probability": 0.7824300130208334}, {"start": 2410.91, "end": 2410.93, "word": " I", "probability": 0.90087890625}, {"start": 2410.93, "end": 2411.13, "word": " put", "probability": 0.68798828125}, {"start": 2411.13, "end": 2411.33, "word": " the", "probability": 0.73388671875}, {"start": 2411.33, "end": 2411.99, "word": " DrawerLayout.", "probability": 0.876416015625}, {"start": 2412.39, "end": 2412.79, "word": " Inside", "probability": 0.78759765625}, {"start": 2412.79, "end": 2412.97, "word": " the", "probability": 0.8818359375}, {"start": 2412.97, "end": 2413.51, "word": " DrawerLayout,", "probability": 0.96259765625}, {"start": 2413.53, "end": 2413.59, "word": " I", "probability": 0.97412109375}, {"start": 2413.59, "end": 2413.71, "word": " want", "probability": 0.556640625}, {"start": 2413.71, "end": 2413.73, "word": " to", "probability": 0.96337890625}, {"start": 2413.73, "end": 2413.85, "word": " put", "probability": 0.84130859375}, {"start": 2413.85, "end": 2414.23, "word": " two", "probability": 0.287353515625}, {"start": 2414.23, "end": 2414.23, "word": " brackets.", "probability": 0.17431640625}, {"start": 2414.99, "end": 2415.17, "word": " The", "probability": 0.71142578125}, {"start": 2415.17, "end": 2415.93, "word": " FrameLayout", "probability": 0.962646484375}, {"start": 2415.93, "end": 2416.19, "word": " is", "probability": 0.455322265625}, {"start": 2416.19, "end": 2416.45, "word": " filled", "probability": 0.578125}, {"start": 2416.45, "end": 2416.55, "word": " with", "probability": 0.7646484375}, {"start": 2416.55, "end": 2416.65, "word": " the", "probability": 0.7587890625}, {"start": 2416.65, "end": 2416.65, "word": " entire", "probability": 0.456298828125}, {"start": 2416.65, "end": 2416.91, "word": " drawer,", "probability": 0.9091796875}, {"start": 2417.73, "end": 2417.87, "word": " which", "probability": 0.880859375}, {"start": 2417.87, "end": 2418.07, "word": " is", "probability": 0.92822265625}, {"start": 2418.07, "end": 2418.35, "word": " this", "probability": 0.91455078125}, {"start": 2418.35, "end": 2418.39, "word": " one.", "probability": 0.49951171875}, {"start": 2418.59, "end": 2418.81, "word": " Which", "probability": 0.3115234375}, {"start": 2418.81, "end": 2418.81, "word": " one", "probability": 0.5771484375}, {"start": 2418.81, "end": 2418.81, "word": " will", "probability": 0.4248046875}, {"start": 2418.81, "end": 2418.97, "word": " catch", "probability": 0.2369384765625}, {"start": 2418.97, "end": 2419.17, "word": " our", "probability": 0.701171875}, {"start": 2419.17, "end": 2419.17, "word": " attention?", "probability": 0.67333984375}, {"start": 2420.79, "end": 2421.19, "word": " Yes,", "probability": 0.55859375}, {"start": 2421.25, "end": 2421.45, "word": " this", "probability": 0.82568359375}, {"start": 2421.45, "end": 2421.75, "word": " list,", "probability": 0.845703125}, {"start": 2421.91, "end": 2421.99, "word": " which", "probability": 0.86376953125}, {"start": 2421.99, "end": 2422.11, "word": " is", "probability": 0.45654296875}, {"start": 2422.11, "end": 2422.11, "word": " supposed", "probability": 0.76171875}, {"start": 2422.11, "end": 2422.11, "word": " to", "probability": 0.9716796875}, {"start": 2422.11, "end": 2422.23, "word": " be", "probability": 0.92431640625}, {"start": 2422.23, "end": 2422.59, "word": " hidden.", "probability": 0.8974609375}, {"start": 2423.91, "end": 2424.31, "word": " Inside", "probability": 0.83935546875}, {"start": 2424.31, "end": 2424.53, "word": " the", "probability": 0.91015625}, {"start": 2424.53, "end": 2425.31, "word": " DrawerLayout,", "probability": 0.97685546875}, {"start": 2425.49, "end": 2425.57, "word": " we", "probability": 0.54052734375}, {"start": 2425.57, "end": 2425.79, "word": " add", "probability": 0.84716796875}, {"start": 2425.79, "end": 2425.87, "word": " another", "probability": 0.8701171875}, {"start": 2425.87, "end": 2426.21, "word": " element", "probability": 0.73046875}, {"start": 2426.21, "end": 2426.91, "word": " called", "probability": 0.6083984375}, {"start": 2426.91, "end": 2428.79, "word": " NavigationView.", "probability": 0.8460286458333334}, {"start": 2431.25, "end": 2431.65, "word": " NavigationView.", "probability": 0.8644205729166666}, {"start": 2432.25, "end": 2432.59, "word": " This", "probability": 0.81884765625}, {"start": 2432.59, "end": 2433.33, "word": " NavigationView", "probability": 0.9132486979166666}], "temperature": 1.0}, {"id": 94, "seek": 246039, "start": 2434.39, "end": 2460.39, "text": "It is not available, you will find it, except for the one added from the external library. The drawer layout is available, but the navigation view is not. To add it from the external library, I have here, this is its link, okay? Which is implementation, this is from, I don't remember, it is from the net, it is available. To add it, there is something called the support library, okay? The navigation drawer, this navigation view is available from the support library.", "tokens": [3522, 307, 406, 2435, 11, 291, 486, 915, 309, 11, 3993, 337, 264, 472, 3869, 490, 264, 8320, 6405, 13, 440, 24039, 13333, 307, 2435, 11, 457, 264, 17346, 1910, 307, 406, 13, 1407, 909, 309, 490, 264, 8320, 6405, 11, 286, 362, 510, 11, 341, 307, 1080, 2113, 11, 1392, 30, 3013, 307, 11420, 11, 341, 307, 490, 11, 286, 500, 380, 1604, 11, 309, 307, 490, 264, 2533, 11, 309, 307, 2435, 13, 1407, 909, 309, 11, 456, 307, 746, 1219, 264, 1406, 6405, 11, 1392, 30, 440, 17346, 24039, 11, 341, 17346, 1910, 307, 2435, 490, 264, 1406, 6405, 13], "avg_logprob": -0.5447716443584516, "compression_ratio": 2.0042735042735043, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 2434.39, "end": 2434.57, "word": "It", "probability": 0.2490234375}, {"start": 2434.57, "end": 2434.63, "word": " is", "probability": 0.265625}, {"start": 2434.63, "end": 2434.69, "word": " not", "probability": 0.81640625}, {"start": 2434.69, "end": 2435.07, "word": " available,", "probability": 0.3447265625}, {"start": 2435.13, "end": 2435.17, "word": " you", "probability": 0.439697265625}, {"start": 2435.17, "end": 2435.21, "word": " will", "probability": 0.67626953125}, {"start": 2435.21, "end": 2435.41, "word": " find", "probability": 0.759765625}, {"start": 2435.41, "end": 2435.63, "word": " it,", "probability": 0.8134765625}, {"start": 2435.91, "end": 2436.11, "word": " except", "probability": 0.43896484375}, {"start": 2436.11, "end": 2436.25, "word": " for", "probability": 0.3544921875}, {"start": 2436.25, "end": 2436.27, "word": " the", "probability": 0.3828125}, {"start": 2436.27, "end": 2436.33, "word": " one", "probability": 0.1064453125}, {"start": 2436.33, "end": 2436.43, "word": " added", "probability": 0.33203125}, {"start": 2436.43, "end": 2436.53, "word": " from", "probability": 0.64697265625}, {"start": 2436.53, "end": 2436.93, "word": " the", "probability": 0.529296875}, {"start": 2436.93, "end": 2437.15, "word": " external", "probability": 0.5078125}, {"start": 2437.15, "end": 2437.15, "word": " library.", "probability": 0.79931640625}, {"start": 2437.85, "end": 2437.99, "word": " The", "probability": 0.441162109375}, {"start": 2437.99, "end": 2438.21, "word": " drawer", "probability": 0.54638671875}, {"start": 2438.21, "end": 2438.57, "word": " layout", "probability": 0.9365234375}, {"start": 2438.57, "end": 2438.69, "word": " is", "probability": 0.8125}, {"start": 2438.69, "end": 2439.07, "word": " available,", "probability": 0.5224609375}, {"start": 2439.21, "end": 2439.81, "word": " but", "probability": 0.87939453125}, {"start": 2439.81, "end": 2439.97, "word": " the", "probability": 0.349365234375}, {"start": 2439.97, "end": 2440.25, "word": " navigation", "probability": 0.81298828125}, {"start": 2440.25, "end": 2440.67, "word": " view", "probability": 0.8603515625}, {"start": 2440.67, "end": 2440.83, "word": " is", "probability": 0.71240234375}, {"start": 2440.83, "end": 2440.85, "word": " not.", "probability": 0.93505859375}, {"start": 2440.99, "end": 2441.31, "word": " To", "probability": 0.66650390625}, {"start": 2441.31, "end": 2441.57, "word": " add", "probability": 0.9052734375}, {"start": 2441.57, "end": 2441.67, "word": " it", "probability": 0.472412109375}, {"start": 2441.67, "end": 2441.73, "word": " from", "probability": 0.55859375}, {"start": 2441.73, "end": 2441.81, "word": " the", "probability": 0.71044921875}, {"start": 2441.81, "end": 2442.31, "word": " external", "probability": 0.85498046875}, {"start": 2442.31, "end": 2442.55, "word": " library,", "probability": 0.9267578125}, {"start": 2443.61, "end": 2443.83, "word": " I", "probability": 0.54931640625}, {"start": 2443.83, "end": 2444.03, "word": " have", "probability": 0.9111328125}, {"start": 2444.03, "end": 2444.53, "word": " here,", "probability": 0.62890625}, {"start": 2445.37, "end": 2445.69, "word": " this", "probability": 0.6220703125}, {"start": 2445.69, "end": 2445.91, "word": " is", "probability": 0.85205078125}, {"start": 2445.91, "end": 2446.37, "word": " its", "probability": 0.32373046875}, {"start": 2446.37, "end": 2446.67, "word": " link,", "probability": 0.12091064453125}, {"start": 2447.49, "end": 2447.77, "word": " okay?", "probability": 0.354736328125}, {"start": 2448.77, "end": 2449.01, "word": " Which", "probability": 0.44482421875}, {"start": 2449.01, "end": 2449.19, "word": " is", "probability": 0.921875}, {"start": 2449.19, "end": 2449.75, "word": " implementation,", "probability": 0.406494140625}, {"start": 2450.15, "end": 2450.21, "word": " this", "probability": 0.332275390625}, {"start": 2450.21, "end": 2450.41, "word": " is", "probability": 0.7626953125}, {"start": 2450.41, "end": 2450.53, "word": " from,", "probability": 0.67333984375}, {"start": 2450.87, "end": 2451.09, "word": " I", "probability": 0.52001953125}, {"start": 2451.09, "end": 2451.09, "word": " don't", "probability": 0.690185546875}, {"start": 2451.09, "end": 2451.33, "word": " remember,", "probability": 0.74658203125}, {"start": 2451.65, "end": 2451.75, "word": " it", "probability": 0.430908203125}, {"start": 2451.75, "end": 2451.75, "word": " is", "probability": 0.658203125}, {"start": 2451.75, "end": 2451.75, "word": " from", "probability": 0.36767578125}, {"start": 2451.75, "end": 2451.87, "word": " the", "probability": 0.79052734375}, {"start": 2451.87, "end": 2452.05, "word": " net,", "probability": 0.52685546875}, {"start": 2452.11, "end": 2452.13, "word": " it", "probability": 0.32958984375}, {"start": 2452.13, "end": 2452.13, "word": " is", "probability": 0.80224609375}, {"start": 2452.13, "end": 2452.49, "word": " available.", "probability": 0.39111328125}, {"start": 2452.61, "end": 2452.97, "word": " To", "probability": 0.386474609375}, {"start": 2452.97, "end": 2453.33, "word": " add", "probability": 0.9228515625}, {"start": 2453.33, "end": 2453.55, "word": " it,", "probability": 0.416015625}, {"start": 2453.67, "end": 2453.73, "word": " there", "probability": 0.493408203125}, {"start": 2453.73, "end": 2453.81, "word": " is", "probability": 0.896484375}, {"start": 2453.81, "end": 2453.97, "word": " something", "probability": 0.74951171875}, {"start": 2453.97, "end": 2454.15, "word": " called", "probability": 0.873046875}, {"start": 2454.15, "end": 2454.31, "word": " the", "probability": 0.381591796875}, {"start": 2454.31, "end": 2454.73, "word": " support", "probability": 0.88916015625}, {"start": 2454.73, "end": 2455.17, "word": " library,", "probability": 0.93505859375}, {"start": 2455.83, "end": 2456.03, "word": " okay?", "probability": 0.77734375}, {"start": 2456.63, "end": 2456.81, "word": " The", "probability": 0.83740234375}, {"start": 2456.81, "end": 2457.25, "word": " navigation", "probability": 0.77294921875}, {"start": 2457.25, "end": 2457.63, "word": " drawer,", "probability": 0.9013671875}, {"start": 2458.09, "end": 2458.23, "word": " this", "probability": 0.5126953125}, {"start": 2458.23, "end": 2458.53, "word": " navigation", "probability": 0.8193359375}, {"start": 2458.53, "end": 2458.91, "word": " view", "probability": 0.88916015625}, {"start": 2458.91, "end": 2459.17, "word": " is", "probability": 0.6943359375}, {"start": 2459.17, "end": 2459.43, "word": " available", "probability": 0.347900390625}, {"start": 2459.43, "end": 2459.57, "word": " from", "probability": 0.71435546875}, {"start": 2459.57, "end": 2459.73, "word": " the", "probability": 0.91064453125}, {"start": 2459.73, "end": 2460.09, "word": " support", "probability": 0.97412109375}, {"start": 2460.09, "end": 2460.39, "word": " library.", "probability": 0.92236328125}], "temperature": 1.0}, {"id": 95, "seek": 247376, "start": 2461.48, "end": 2473.76, "text": " In order to be able to use it, you need to memorize this line, it will appear in the video, and then you go to Gradle", "tokens": [682, 1668, 281, 312, 1075, 281, 764, 309, 11, 291, 643, 281, 27478, 341, 1622, 11, 309, 486, 4204, 294, 264, 960, 11, 293, 550, 291, 352, 281, 16710, 306], "avg_logprob": -0.635584669728433, "compression_ratio": 1.2421052631578948, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 2461.48, "end": 2461.96, "word": " In", "probability": 0.089599609375}, {"start": 2461.96, "end": 2461.98, "word": " order", "probability": 0.8876953125}, {"start": 2461.98, "end": 2462.42, "word": " to", "probability": 0.8583984375}, {"start": 2462.42, "end": 2462.54, "word": " be", "probability": 0.0836181640625}, {"start": 2462.54, "end": 2462.64, "word": " able", "probability": 0.935546875}, {"start": 2462.64, "end": 2462.74, "word": " to", "probability": 0.96923828125}, {"start": 2462.74, "end": 2463.06, "word": " use", "probability": 0.8466796875}, {"start": 2463.06, "end": 2463.32, "word": " it,", "probability": 0.76953125}, {"start": 2463.7, "end": 2463.7, "word": " you", "probability": 0.76171875}, {"start": 2463.7, "end": 2463.84, "word": " need", "probability": 0.38720703125}, {"start": 2463.84, "end": 2464.0, "word": " to", "probability": 0.966796875}, {"start": 2464.0, "end": 2464.18, "word": " memorize", "probability": 0.244873046875}, {"start": 2464.18, "end": 2464.38, "word": " this", "probability": 0.8271484375}, {"start": 2464.38, "end": 2464.66, "word": " line,", "probability": 0.78076171875}, {"start": 2465.92, "end": 2466.42, "word": " it", "probability": 0.181884765625}, {"start": 2466.42, "end": 2466.48, "word": " will", "probability": 0.324462890625}, {"start": 2466.48, "end": 2466.7, "word": " appear", "probability": 0.415283203125}, {"start": 2466.7, "end": 2466.84, "word": " in", "probability": 0.802734375}, {"start": 2466.84, "end": 2466.92, "word": " the", "probability": 0.8701171875}, {"start": 2466.92, "end": 2467.26, "word": " video,", "probability": 0.8486328125}, {"start": 2467.82, "end": 2467.9, "word": " and", "probability": 0.484375}, {"start": 2467.9, "end": 2468.3, "word": " then", "probability": 0.7578125}, {"start": 2468.3, "end": 2469.5, "word": " you", "probability": 0.5869140625}, {"start": 2469.5, "end": 2469.7, "word": " go", "probability": 0.48681640625}, {"start": 2469.7, "end": 2472.5, "word": " to", "probability": 0.9111328125}, {"start": 2472.5, "end": 2473.76, "word": " Gradle", "probability": 0.62646484375}], "temperature": 1.0}, {"id": 96, "seek": 249733, "start": 2477.87, "end": 2497.33, "text": " And you put it here. Do you see the implementation? These are libraries. And this is actually a way to add external libraries. So, if someone wants to make an external library, what does he need? He needs a directory like this. And you put it here. Of course, I put it here. It's there. I don't need to do anything because the dog will bark. If I want to open a new project and put it here, the dog will bark.", "tokens": [400, 291, 829, 309, 510, 13, 1144, 291, 536, 264, 11420, 30, 1981, 366, 15148, 13, 400, 341, 307, 767, 257, 636, 281, 909, 8320, 15148, 13, 407, 11, 498, 1580, 2738, 281, 652, 364, 8320, 6405, 11, 437, 775, 415, 643, 30, 634, 2203, 257, 21120, 411, 341, 13, 400, 291, 829, 309, 510, 13, 2720, 1164, 11, 286, 829, 309, 510, 13, 467, 311, 456, 13, 286, 500, 380, 643, 281, 360, 1340, 570, 264, 3000, 486, 16202, 13, 759, 286, 528, 281, 1269, 257, 777, 1716, 293, 829, 309, 510, 11, 264, 3000, 486, 16202, 13], "avg_logprob": -0.5018749737739563, "compression_ratio": 1.7446808510638299, "no_speech_prob": 9.357929229736328e-06, "words": [{"start": 2477.87, "end": 2478.17, "word": " And", "probability": 0.29931640625}, {"start": 2478.17, "end": 2478.25, "word": " you", "probability": 0.6162109375}, {"start": 2478.25, "end": 2478.47, "word": " put", "probability": 0.32861328125}, {"start": 2478.47, "end": 2478.59, "word": " it", "probability": 0.63330078125}, {"start": 2478.59, "end": 2478.83, "word": " here.", "probability": 0.2032470703125}, {"start": 2478.95, "end": 2479.11, "word": " Do", "probability": 0.308837890625}, {"start": 2479.11, "end": 2479.11, "word": " you", "probability": 0.97412109375}, {"start": 2479.11, "end": 2479.31, "word": " see", "probability": 0.92041015625}, {"start": 2479.31, "end": 2479.49, "word": " the", "probability": 0.337158203125}, {"start": 2479.49, "end": 2480.17, "word": " implementation?", "probability": 0.84326171875}, {"start": 2480.67, "end": 2480.67, "word": " These", "probability": 0.65966796875}, {"start": 2480.67, "end": 2480.91, "word": " are", "probability": 0.5205078125}, {"start": 2480.91, "end": 2481.37, "word": " libraries.", "probability": 0.7998046875}, {"start": 2482.13, "end": 2482.41, "word": " And", "probability": 0.41064453125}, {"start": 2482.41, "end": 2482.59, "word": " this", "probability": 0.80078125}, {"start": 2482.59, "end": 2482.63, "word": " is", "probability": 0.8798828125}, {"start": 2482.63, "end": 2482.85, "word": " actually", "probability": 0.29541015625}, {"start": 2482.85, "end": 2482.97, "word": " a", "probability": 0.33544921875}, {"start": 2482.97, "end": 2483.09, "word": " way", "probability": 0.775390625}, {"start": 2483.09, "end": 2483.29, "word": " to", "probability": 0.71923828125}, {"start": 2483.29, "end": 2483.53, "word": " add", "probability": 0.7548828125}, {"start": 2483.53, "end": 2484.39, "word": " external", "probability": 0.505859375}, {"start": 2484.39, "end": 2484.39, "word": " libraries.", "probability": 0.98583984375}, {"start": 2485.59, "end": 2485.79, "word": " So,", "probability": 0.292724609375}, {"start": 2485.81, "end": 2485.93, "word": " if", "probability": 0.2001953125}, {"start": 2485.93, "end": 2486.19, "word": " someone", "probability": 0.4365234375}, {"start": 2486.19, "end": 2486.37, "word": " wants", "probability": 0.29248046875}, {"start": 2486.37, "end": 2486.37, "word": " to", "probability": 0.81103515625}, {"start": 2486.37, "end": 2486.45, "word": " make", "probability": 0.341064453125}, {"start": 2486.45, "end": 2486.83, "word": " an", "probability": 0.86181640625}, {"start": 2486.83, "end": 2487.05, "word": " external", "probability": 0.82275390625}, {"start": 2487.05, "end": 2487.05, "word": " library,", "probability": 0.943359375}, {"start": 2487.25, "end": 2487.37, "word": " what", "probability": 0.477294921875}, {"start": 2487.37, "end": 2487.37, "word": " does", "probability": 0.61962890625}, {"start": 2487.37, "end": 2487.37, "word": " he", "probability": 0.75}, {"start": 2487.37, "end": 2487.51, "word": " need?", "probability": 0.70654296875}, {"start": 2487.97, "end": 2488.31, "word": " He", "probability": 0.79150390625}, {"start": 2488.31, "end": 2488.47, "word": " needs", "probability": 0.80419921875}, {"start": 2488.47, "end": 2488.61, "word": " a", "probability": 0.67138671875}, {"start": 2488.61, "end": 2488.75, "word": " directory", "probability": 0.03765869140625}, {"start": 2488.75, "end": 2488.91, "word": " like", "probability": 0.8486328125}, {"start": 2488.91, "end": 2489.17, "word": " this.", "probability": 0.92578125}, {"start": 2489.19, "end": 2489.29, "word": " And", "probability": 0.77685546875}, {"start": 2489.29, "end": 2489.39, "word": " you", "probability": 0.82177734375}, {"start": 2489.39, "end": 2489.61, "word": " put", "probability": 0.8154296875}, {"start": 2489.61, "end": 2489.69, "word": " it", "probability": 0.873046875}, {"start": 2489.69, "end": 2489.85, "word": " here.", "probability": 0.81884765625}, {"start": 2490.03, "end": 2490.13, "word": " Of", "probability": 0.70068359375}, {"start": 2490.13, "end": 2490.21, "word": " course,", "probability": 0.9677734375}, {"start": 2490.25, "end": 2490.39, "word": " I", "probability": 0.708984375}, {"start": 2490.39, "end": 2490.63, "word": " put", "probability": 0.2474365234375}, {"start": 2490.63, "end": 2490.85, "word": " it", "probability": 0.66748046875}, {"start": 2490.85, "end": 2490.85, "word": " here.", "probability": 0.453125}, {"start": 2490.85, "end": 2490.93, "word": " It's", "probability": 0.5087890625}, {"start": 2490.93, "end": 2491.17, "word": " there.", "probability": 0.2044677734375}, {"start": 2492.39, "end": 2492.75, "word": " I", "probability": 0.74609375}, {"start": 2492.75, "end": 2492.85, "word": " don't", "probability": 0.830078125}, {"start": 2492.85, "end": 2493.01, "word": " need", "probability": 0.515625}, {"start": 2493.01, "end": 2493.23, "word": " to", "probability": 0.9189453125}, {"start": 2493.23, "end": 2493.31, "word": " do", "probability": 0.416015625}, {"start": 2493.31, "end": 2493.63, "word": " anything", "probability": 0.83203125}, {"start": 2493.63, "end": 2493.89, "word": " because", "probability": 0.5595703125}, {"start": 2493.89, "end": 2494.05, "word": " the", "probability": 0.62158203125}, {"start": 2494.05, "end": 2494.21, "word": " dog", "probability": 0.8017578125}, {"start": 2494.21, "end": 2494.33, "word": " will", "probability": 0.30908203125}, {"start": 2494.33, "end": 2494.53, "word": " bark.", "probability": 0.83154296875}, {"start": 2494.73, "end": 2494.85, "word": " If", "probability": 0.94482421875}, {"start": 2494.85, "end": 2495.17, "word": " I", "probability": 0.98779296875}, {"start": 2495.17, "end": 2495.39, "word": " want", "probability": 0.56689453125}, {"start": 2495.39, "end": 2495.39, "word": " to", "probability": 0.97265625}, {"start": 2495.39, "end": 2495.53, "word": " open", "probability": 0.52001953125}, {"start": 2495.53, "end": 2495.65, "word": " a", "probability": 0.96044921875}, {"start": 2495.65, "end": 2495.69, "word": " new", "probability": 0.9169921875}, {"start": 2495.69, "end": 2496.09, "word": " project", "probability": 0.95751953125}, {"start": 2496.09, "end": 2496.35, "word": " and", "probability": 0.7998046875}, {"start": 2496.35, "end": 2496.57, "word": " put", "probability": 0.60986328125}, {"start": 2496.57, "end": 2496.83, "word": " it", "probability": 0.9365234375}, {"start": 2496.83, "end": 2496.83, "word": " here,", "probability": 0.3408203125}, {"start": 2496.95, "end": 2497.13, "word": " the", "probability": 0.65869140625}, {"start": 2497.13, "end": 2497.13, "word": " dog", "probability": 0.9091796875}, {"start": 2497.13, "end": 2497.27, "word": " will", "probability": 0.681640625}, {"start": 2497.27, "end": 2497.33, "word": " bark.", "probability": 0.28857421875}], "temperature": 1.0}, {"id": 97, "seek": 251531, "start": 2498.33, "end": 2515.31, "text": " That's why I did the precaution and I did it because it's not necessary But the important thing is that it has to be clean Let's go back to our main activity which we have already finished by the way Now this navigation view is about the people who will enter from here Usually when this person enters from here, what happens?", "tokens": [663, 311, 983, 286, 630, 264, 25651, 1448, 293, 286, 630, 309, 570, 309, 311, 406, 4818, 583, 264, 1021, 551, 307, 300, 309, 575, 281, 312, 2541, 961, 311, 352, 646, 281, 527, 2135, 5191, 597, 321, 362, 1217, 4335, 538, 264, 636, 823, 341, 17346, 1910, 307, 466, 264, 561, 567, 486, 3242, 490, 510, 11419, 562, 341, 954, 18780, 490, 510, 11, 437, 2314, 30], "avg_logprob": -0.6974637577499169, "compression_ratio": 1.5497630331753554, "no_speech_prob": 3.159046173095703e-06, "words": [{"start": 2498.33, "end": 2498.63, "word": " That's", "probability": 0.4483642578125}, {"start": 2498.63, "end": 2498.67, "word": " why", "probability": 0.8984375}, {"start": 2498.67, "end": 2498.91, "word": " I", "probability": 0.75537109375}, {"start": 2498.91, "end": 2499.05, "word": " did", "probability": 0.188720703125}, {"start": 2499.05, "end": 2499.13, "word": " the", "probability": 0.237060546875}, {"start": 2499.13, "end": 2499.39, "word": " precaution", "probability": 0.64208984375}, {"start": 2499.39, "end": 2499.63, "word": " and", "probability": 0.318115234375}, {"start": 2499.63, "end": 2499.75, "word": " I", "probability": 0.12744140625}, {"start": 2499.75, "end": 2499.91, "word": " did", "probability": 0.70849609375}, {"start": 2499.91, "end": 2500.77, "word": " it", "probability": 0.79833984375}, {"start": 2500.77, "end": 2501.09, "word": " because", "probability": 0.305908203125}, {"start": 2501.09, "end": 2501.89, "word": " it's", "probability": 0.387451171875}, {"start": 2501.89, "end": 2501.97, "word": " not", "probability": 0.6943359375}, {"start": 2501.97, "end": 2502.23, "word": " necessary", "probability": 0.394287109375}, {"start": 2502.23, "end": 2502.91, "word": " But", "probability": 0.16552734375}, {"start": 2502.91, "end": 2503.05, "word": " the", "probability": 0.39501953125}, {"start": 2503.05, "end": 2503.21, "word": " important", "probability": 0.59716796875}, {"start": 2503.21, "end": 2503.27, "word": " thing", "probability": 0.71240234375}, {"start": 2503.27, "end": 2503.39, "word": " is", "probability": 0.88916015625}, {"start": 2503.39, "end": 2503.45, "word": " that", "probability": 0.6142578125}, {"start": 2503.45, "end": 2503.45, "word": " it", "probability": 0.73193359375}, {"start": 2503.45, "end": 2503.59, "word": " has", "probability": 0.2440185546875}, {"start": 2503.59, "end": 2503.67, "word": " to", "probability": 0.97021484375}, {"start": 2503.67, "end": 2503.77, "word": " be", "probability": 0.9296875}, {"start": 2503.77, "end": 2504.05, "word": " clean", "probability": 0.62109375}, {"start": 2504.05, "end": 2504.61, "word": " Let's", "probability": 0.69921875}, {"start": 2504.61, "end": 2504.77, "word": " go", "probability": 0.5361328125}, {"start": 2504.77, "end": 2504.79, "word": " back", "probability": 0.87060546875}, {"start": 2504.79, "end": 2504.89, "word": " to", "probability": 0.94482421875}, {"start": 2504.89, "end": 2506.39, "word": " our", "probability": 0.681640625}, {"start": 2506.39, "end": 2506.39, "word": " main", "probability": 0.6025390625}, {"start": 2506.39, "end": 2506.93, "word": " activity", "probability": 0.83154296875}, {"start": 2506.93, "end": 2507.39, "word": " which", "probability": 0.2083740234375}, {"start": 2507.39, "end": 2507.51, "word": " we", "probability": 0.7099609375}, {"start": 2507.51, "end": 2507.53, "word": " have", "probability": 0.30224609375}, {"start": 2507.53, "end": 2507.57, "word": " already", "probability": 0.478515625}, {"start": 2507.57, "end": 2507.83, "word": " finished", "probability": 0.348876953125}, {"start": 2507.83, "end": 2507.91, "word": " by", "probability": 0.3701171875}, {"start": 2507.91, "end": 2508.09, "word": " the", "probability": 0.93212890625}, {"start": 2508.09, "end": 2508.69, "word": " way", "probability": 0.95458984375}, {"start": 2508.69, "end": 2509.99, "word": " Now", "probability": 0.26708984375}, {"start": 2509.99, "end": 2510.23, "word": " this", "probability": 0.291015625}, {"start": 2510.23, "end": 2511.17, "word": " navigation", "probability": 0.720703125}, {"start": 2511.17, "end": 2511.55, "word": " view", "probability": 0.8720703125}, {"start": 2511.55, "end": 2511.73, "word": " is", "probability": 0.783203125}, {"start": 2511.73, "end": 2512.03, "word": " about", "probability": 0.185302734375}, {"start": 2512.03, "end": 2512.13, "word": " the", "probability": 0.66455078125}, {"start": 2512.13, "end": 2512.29, "word": " people", "probability": 0.0814208984375}, {"start": 2512.29, "end": 2512.49, "word": " who", "probability": 0.50927734375}, {"start": 2512.49, "end": 2512.61, "word": " will", "probability": 0.52734375}, {"start": 2512.61, "end": 2512.83, "word": " enter", "probability": 0.6103515625}, {"start": 2512.83, "end": 2512.97, "word": " from", "probability": 0.6884765625}, {"start": 2512.97, "end": 2513.23, "word": " here", "probability": 0.7998046875}, {"start": 2513.23, "end": 2513.97, "word": " Usually", "probability": 0.29736328125}, {"start": 2513.97, "end": 2514.17, "word": " when", "probability": 0.580078125}, {"start": 2514.17, "end": 2514.23, "word": " this", "probability": 0.3623046875}, {"start": 2514.23, "end": 2514.45, "word": " person", "probability": 0.56689453125}, {"start": 2514.45, "end": 2514.61, "word": " enters", "probability": 0.806640625}, {"start": 2514.61, "end": 2514.79, "word": " from", "probability": 0.79345703125}, {"start": 2514.79, "end": 2514.95, "word": " here,", "probability": 0.82470703125}, {"start": 2515.09, "end": 2515.13, "word": " what", "probability": 0.48828125}, {"start": 2515.13, "end": 2515.31, "word": " happens?", "probability": 0.339111328125}], "temperature": 1.0}, {"id": 98, "seek": 254353, "start": 2516.79, "end": 2543.53, "text": " It has a specific area, okay? For example, let's say it has 250, no, what did I do? Yes, its width is 250 db. What do I specify? Area. Height? What does it need? Match? Match panel. Yes, by the way, I made a mistake here. Where is the frame layout? Inside the drawer layout, okay? So these constraints", "tokens": [467, 575, 257, 2685, 1859, 11, 1392, 30, 1171, 1365, 11, 718, 311, 584, 309, 575, 11650, 11, 572, 11, 437, 630, 286, 360, 30, 1079, 11, 1080, 11402, 307, 11650, 274, 65, 13, 708, 360, 286, 16500, 30, 19405, 13, 634, 397, 30, 708, 775, 309, 643, 30, 26178, 30, 26178, 4831, 13, 1079, 11, 538, 264, 636, 11, 286, 1027, 257, 6146, 510, 13, 2305, 307, 264, 3920, 13333, 30, 15123, 264, 24039, 13333, 11, 1392, 30, 407, 613, 18491], "avg_logprob": -0.4853162585970867, "compression_ratio": 1.4876847290640394, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2516.79, "end": 2517.01, "word": " It", "probability": 0.2342529296875}, {"start": 2517.01, "end": 2517.09, "word": " has", "probability": 0.478515625}, {"start": 2517.09, "end": 2517.21, "word": " a", "probability": 0.830078125}, {"start": 2517.21, "end": 2517.79, "word": " specific", "probability": 0.28271484375}, {"start": 2517.79, "end": 2517.79, "word": " area,", "probability": 0.466064453125}, {"start": 2518.19, "end": 2518.49, "word": " okay?", "probability": 0.229248046875}, {"start": 2518.87, "end": 2519.01, "word": " For", "probability": 0.435546875}, {"start": 2519.01, "end": 2519.39, "word": " example,", "probability": 0.92041015625}, {"start": 2519.69, "end": 2519.99, "word": " let's", "probability": 0.5382080078125}, {"start": 2519.99, "end": 2520.09, "word": " say", "probability": 0.80419921875}, {"start": 2520.09, "end": 2520.19, "word": " it", "probability": 0.470947265625}, {"start": 2520.19, "end": 2520.19, "word": " has", "probability": 0.41162109375}, {"start": 2520.19, "end": 2520.61, "word": " 250,", "probability": 0.72802734375}, {"start": 2521.53, "end": 2521.83, "word": " no,", "probability": 0.615234375}, {"start": 2521.91, "end": 2522.03, "word": " what", "probability": 0.87890625}, {"start": 2522.03, "end": 2522.11, "word": " did", "probability": 0.8671875}, {"start": 2522.11, "end": 2522.11, "word": " I", "probability": 0.98388671875}, {"start": 2522.11, "end": 2522.29, "word": " do?", "probability": 0.888671875}, {"start": 2522.87, "end": 2523.11, "word": " Yes,", "probability": 0.3916015625}, {"start": 2523.41, "end": 2523.55, "word": " its", "probability": 0.4228515625}, {"start": 2523.55, "end": 2523.79, "word": " width", "probability": 0.93896484375}, {"start": 2523.79, "end": 2524.87, "word": " is", "probability": 0.84716796875}, {"start": 2524.87, "end": 2525.39, "word": " 250", "probability": 0.9267578125}, {"start": 2525.39, "end": 2525.93, "word": " db.", "probability": 0.53045654296875}, {"start": 2526.27, "end": 2526.65, "word": " What", "probability": 0.283203125}, {"start": 2526.65, "end": 2526.65, "word": " do", "probability": 0.53173828125}, {"start": 2526.65, "end": 2526.65, "word": " I", "probability": 0.71630859375}, {"start": 2526.65, "end": 2526.77, "word": " specify?", "probability": 0.257568359375}, {"start": 2527.43, "end": 2527.99, "word": " Area.", "probability": 0.5146484375}, {"start": 2528.57, "end": 2529.13, "word": " Height?", "probability": 0.6663818359375}, {"start": 2529.47, "end": 2530.03, "word": " What", "probability": 0.25732421875}, {"start": 2530.03, "end": 2530.05, "word": " does", "probability": 0.796875}, {"start": 2530.05, "end": 2530.05, "word": " it", "probability": 0.8935546875}, {"start": 2530.05, "end": 2530.21, "word": " need?", "probability": 0.4736328125}, {"start": 2530.67, "end": 2531.23, "word": " Match?", "probability": 0.810546875}, {"start": 2533.89, "end": 2534.45, "word": " Match", "probability": 0.73974609375}, {"start": 2534.45, "end": 2534.69, "word": " panel.", "probability": 0.5107421875}, {"start": 2534.85, "end": 2535.07, "word": " Yes,", "probability": 0.60107421875}, {"start": 2535.19, "end": 2535.31, "word": " by", "probability": 0.89111328125}, {"start": 2535.31, "end": 2535.41, "word": " the", "probability": 0.9375}, {"start": 2535.41, "end": 2535.49, "word": " way,", "probability": 0.9599609375}, {"start": 2535.57, "end": 2535.65, "word": " I", "probability": 0.95458984375}, {"start": 2535.65, "end": 2535.75, "word": " made", "probability": 0.7578125}, {"start": 2535.75, "end": 2535.89, "word": " a", "probability": 0.97900390625}, {"start": 2535.89, "end": 2536.03, "word": " mistake", "probability": 0.95166015625}, {"start": 2536.03, "end": 2536.29, "word": " here.", "probability": 0.80908203125}, {"start": 2537.07, "end": 2537.63, "word": " Where", "probability": 0.73291015625}, {"start": 2537.63, "end": 2537.63, "word": " is", "probability": 0.7353515625}, {"start": 2537.63, "end": 2537.65, "word": " the", "probability": 0.8701171875}, {"start": 2537.65, "end": 2537.91, "word": " frame", "probability": 0.798828125}, {"start": 2537.91, "end": 2538.27, "word": " layout?", "probability": 0.978515625}, {"start": 2539.95, "end": 2540.51, "word": " Inside", "probability": 0.5458984375}, {"start": 2540.51, "end": 2540.65, "word": " the", "probability": 0.81884765625}, {"start": 2540.65, "end": 2540.83, "word": " drawer", "probability": 0.84619140625}, {"start": 2540.83, "end": 2541.27, "word": " layout,", "probability": 0.974609375}, {"start": 2541.45, "end": 2541.87, "word": " okay?", "probability": 0.796875}, {"start": 2542.13, "end": 2542.45, "word": " So", "probability": 0.798828125}, {"start": 2542.45, "end": 2542.71, "word": " these", "probability": 0.51708984375}, {"start": 2542.71, "end": 2543.53, "word": " constraints", "probability": 0.76123046875}], "temperature": 1.0}, {"id": 99, "seek": 255904, "start": 2547.06, "end": 2559.04, "text": " These constraints belong to the constraint layout. When you are inside the constraint layout, you put these constraints. Because of this, the drawer layout does not exist.", "tokens": [1981, 18491, 5784, 281, 264, 25534, 13333, 13, 1133, 291, 366, 1854, 264, 25534, 13333, 11, 291, 829, 613, 18491, 13, 1436, 295, 341, 11, 264, 24039, 13333, 775, 406, 2514, 13], "avg_logprob": -0.6912878787878788, "compression_ratio": 1.5636363636363637, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2547.0600000000004, "end": 2547.6600000000003, "word": " These", "probability": 0.13671875}, {"start": 2547.6600000000003, "end": 2548.26, "word": " constraints", "probability": 0.64208984375}, {"start": 2548.26, "end": 2548.54, "word": " belong", "probability": 0.164794921875}, {"start": 2548.54, "end": 2550.04, "word": " to", "probability": 0.7763671875}, {"start": 2550.04, "end": 2550.04, "word": " the", "probability": 0.2734375}, {"start": 2550.04, "end": 2550.8, "word": " constraint", "probability": 0.53759765625}, {"start": 2550.8, "end": 2551.26, "word": " layout.", "probability": 0.9638671875}, {"start": 2552.14, "end": 2552.74, "word": " When", "probability": 0.29638671875}, {"start": 2552.74, "end": 2553.24, "word": " you", "probability": 0.873046875}, {"start": 2553.24, "end": 2553.4, "word": " are", "probability": 0.73876953125}, {"start": 2553.4, "end": 2553.58, "word": " inside", "probability": 0.5654296875}, {"start": 2553.58, "end": 2553.76, "word": " the", "probability": 0.326171875}, {"start": 2553.76, "end": 2554.16, "word": " constraint", "probability": 0.8837890625}, {"start": 2554.16, "end": 2554.7, "word": " layout,", "probability": 0.97705078125}, {"start": 2554.84, "end": 2555.68, "word": " you", "probability": 0.80810546875}, {"start": 2555.68, "end": 2555.9, "word": " put", "probability": 0.297119140625}, {"start": 2555.9, "end": 2556.2, "word": " these", "probability": 0.60986328125}, {"start": 2556.2, "end": 2556.28, "word": " constraints.", "probability": 0.62158203125}, {"start": 2556.66, "end": 2557.06, "word": " Because", "probability": 0.1280517578125}, {"start": 2557.06, "end": 2557.2, "word": " of", "probability": 0.95263671875}, {"start": 2557.2, "end": 2557.4, "word": " this,", "probability": 0.60791015625}, {"start": 2557.46, "end": 2557.54, "word": " the", "probability": 0.490234375}, {"start": 2557.54, "end": 2557.8, "word": " drawer", "probability": 0.310302734375}, {"start": 2557.8, "end": 2558.26, "word": " layout", "probability": 0.98876953125}, {"start": 2558.26, "end": 2558.62, "word": " does", "probability": 0.1324462890625}, {"start": 2558.62, "end": 2558.66, "word": " not", "probability": 0.92578125}, {"start": 2558.66, "end": 2559.04, "word": " exist.", "probability": 0.54248046875}], "temperature": 1.0}, {"id": 100, "seek": 257602, "start": 2564.16, "end": 2576.02, "text": " Constraint top and start to end, and so on. But this frame is inside the drawer layout. The drawer layout understands match, parent,", "tokens": [8574, 424, 686, 1192, 293, 722, 281, 917, 11, 293, 370, 322, 13, 583, 341, 3920, 307, 1854, 264, 24039, 13333, 13, 440, 24039, 13333, 15146, 2995, 11, 2596, 11], "avg_logprob": -0.7343749846181562, "compression_ratio": 1.303921568627451, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2564.16, "end": 2565.04, "word": " Constraint", "probability": 0.5028076171875}, {"start": 2565.04, "end": 2565.3, "word": " top", "probability": 0.091796875}, {"start": 2565.3, "end": 2565.74, "word": " and", "probability": 0.57470703125}, {"start": 2565.74, "end": 2566.54, "word": " start", "probability": 0.61767578125}, {"start": 2566.54, "end": 2566.66, "word": " to", "probability": 0.7265625}, {"start": 2566.66, "end": 2566.88, "word": " end,", "probability": 0.923828125}, {"start": 2566.92, "end": 2566.92, "word": " and", "probability": 0.1640625}, {"start": 2566.92, "end": 2567.1, "word": " so", "probability": 0.6669921875}, {"start": 2567.1, "end": 2567.58, "word": " on.", "probability": 0.845703125}, {"start": 2567.74, "end": 2567.96, "word": " But", "probability": 0.57763671875}, {"start": 2567.96, "end": 2568.42, "word": " this", "probability": 0.50244140625}, {"start": 2568.42, "end": 2568.86, "word": " frame", "probability": 0.87060546875}, {"start": 2568.86, "end": 2570.26, "word": " is", "probability": 0.58251953125}, {"start": 2570.26, "end": 2570.84, "word": " inside", "probability": 0.42724609375}, {"start": 2570.84, "end": 2571.32, "word": " the", "probability": 0.6826171875}, {"start": 2571.32, "end": 2572.04, "word": " drawer", "probability": 0.498046875}, {"start": 2572.04, "end": 2572.34, "word": " layout.", "probability": 0.97607421875}, {"start": 2572.44, "end": 2572.54, "word": " The", "probability": 0.51220703125}, {"start": 2572.54, "end": 2572.78, "word": " drawer", "probability": 0.8662109375}, {"start": 2572.78, "end": 2573.22, "word": " layout", "probability": 0.98876953125}, {"start": 2573.22, "end": 2573.74, "word": " understands", "probability": 0.428466796875}, {"start": 2573.74, "end": 2575.1, "word": " match,", "probability": 0.33203125}, {"start": 2575.66, "end": 2576.02, "word": " parent,", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 101, "seek": 259973, "start": 2578.45, "end": 2599.73, "text": " and match parent. It does not deal with constraints. Because it is working inside a drawer layout. So if you say parent, it is not a constraint layout, it will not understand it. So the frame layout puts match parent, match parent to fill the screen. Because the navigation drawer has a width of 250 so that it does not take ... What is its height?", "tokens": [293, 2995, 2596, 13, 467, 775, 406, 2028, 365, 18491, 13, 1436, 309, 307, 1364, 1854, 257, 24039, 13333, 13, 407, 498, 291, 584, 2596, 11, 309, 307, 406, 257, 25534, 13333, 11, 309, 486, 406, 1223, 309, 13, 407, 264, 3920, 13333, 8137, 2995, 2596, 11, 2995, 2596, 281, 2836, 264, 2568, 13, 1436, 264, 17346, 24039, 575, 257, 11402, 295, 11650, 370, 300, 309, 775, 406, 747, 1097, 708, 307, 1080, 6681, 30], "avg_logprob": -0.5513980004348253, "compression_ratio": 1.7192118226600985, "no_speech_prob": 8.344650268554688e-06, "words": [{"start": 2578.45, "end": 2578.67, "word": " and", "probability": 0.06549072265625}, {"start": 2578.67, "end": 2578.87, "word": " match", "probability": 0.6640625}, {"start": 2578.87, "end": 2579.29, "word": " parent.", "probability": 0.638671875}, {"start": 2579.65, "end": 2580.13, "word": " It", "probability": 0.287109375}, {"start": 2580.13, "end": 2580.29, "word": " does", "probability": 0.39404296875}, {"start": 2580.29, "end": 2580.29, "word": " not", "probability": 0.876953125}, {"start": 2580.29, "end": 2580.55, "word": " deal", "probability": 0.281982421875}, {"start": 2580.55, "end": 2580.83, "word": " with", "probability": 0.88232421875}, {"start": 2580.83, "end": 2582.09, "word": " constraints.", "probability": 0.681640625}, {"start": 2582.29, "end": 2582.51, "word": " Because", "probability": 0.44677734375}, {"start": 2582.51, "end": 2582.77, "word": " it", "probability": 0.35107421875}, {"start": 2582.77, "end": 2582.77, "word": " is", "probability": 0.71875}, {"start": 2582.77, "end": 2583.27, "word": " working", "probability": 0.24951171875}, {"start": 2583.27, "end": 2584.71, "word": " inside", "probability": 0.3701171875}, {"start": 2584.71, "end": 2585.81, "word": " a", "probability": 0.372802734375}, {"start": 2585.81, "end": 2586.05, "word": " drawer", "probability": 0.8486328125}, {"start": 2586.05, "end": 2586.37, "word": " layout.", "probability": 0.97412109375}, {"start": 2586.53, "end": 2586.65, "word": " So", "probability": 0.415771484375}, {"start": 2586.65, "end": 2586.73, "word": " if", "probability": 0.5791015625}, {"start": 2586.73, "end": 2586.89, "word": " you", "probability": 0.84765625}, {"start": 2586.89, "end": 2587.17, "word": " say", "probability": 0.1319580078125}, {"start": 2587.17, "end": 2587.53, "word": " parent,", "probability": 0.67724609375}, {"start": 2587.89, "end": 2588.37, "word": " it", "probability": 0.78955078125}, {"start": 2588.37, "end": 2588.45, "word": " is", "probability": 0.67919921875}, {"start": 2588.45, "end": 2588.59, "word": " not", "probability": 0.9384765625}, {"start": 2588.59, "end": 2588.67, "word": " a", "probability": 0.60302734375}, {"start": 2588.67, "end": 2589.01, "word": " constraint", "probability": 0.8828125}, {"start": 2589.01, "end": 2589.35, "word": " layout,", "probability": 0.96826171875}, {"start": 2589.43, "end": 2589.57, "word": " it", "probability": 0.4794921875}, {"start": 2589.57, "end": 2589.67, "word": " will", "probability": 0.68359375}, {"start": 2589.67, "end": 2589.69, "word": " not", "probability": 0.94287109375}, {"start": 2589.69, "end": 2589.97, "word": " understand", "probability": 0.71826171875}, {"start": 2589.97, "end": 2590.17, "word": " it.", "probability": 0.58349609375}, {"start": 2590.71, "end": 2590.85, "word": " So", "probability": 0.7216796875}, {"start": 2590.85, "end": 2591.05, "word": " the", "probability": 0.1815185546875}, {"start": 2591.05, "end": 2591.29, "word": " frame", "probability": 0.8447265625}, {"start": 2591.29, "end": 2591.57, "word": " layout", "probability": 0.984375}, {"start": 2591.57, "end": 2591.95, "word": " puts", "probability": 0.361328125}, {"start": 2591.95, "end": 2592.25, "word": " match", "probability": 0.765625}, {"start": 2592.25, "end": 2592.57, "word": " parent,", "probability": 0.85546875}, {"start": 2592.65, "end": 2592.81, "word": " match", "probability": 0.86669921875}, {"start": 2592.81, "end": 2592.99, "word": " parent", "probability": 0.92919921875}, {"start": 2592.99, "end": 2593.23, "word": " to", "probability": 0.6611328125}, {"start": 2593.23, "end": 2593.47, "word": " fill", "probability": 0.81640625}, {"start": 2593.47, "end": 2593.63, "word": " the", "probability": 0.74658203125}, {"start": 2593.63, "end": 2593.87, "word": " screen.", "probability": 0.8310546875}, {"start": 2594.33, "end": 2594.47, "word": " Because", "probability": 0.359375}, {"start": 2594.47, "end": 2594.57, "word": " the", "probability": 0.68505859375}, {"start": 2594.57, "end": 2594.91, "word": " navigation", "probability": 0.794921875}, {"start": 2594.91, "end": 2595.25, "word": " drawer", "probability": 0.9052734375}, {"start": 2595.25, "end": 2595.51, "word": " has", "probability": 0.251220703125}, {"start": 2595.51, "end": 2595.71, "word": " a", "probability": 0.492431640625}, {"start": 2595.71, "end": 2595.97, "word": " width", "probability": 0.8828125}, {"start": 2595.97, "end": 2596.31, "word": " of", "probability": 0.93115234375}, {"start": 2596.31, "end": 2597.31, "word": " 250", "probability": 0.86474609375}, {"start": 2597.31, "end": 2597.73, "word": " so", "probability": 0.1351318359375}, {"start": 2597.73, "end": 2597.87, "word": " that", "probability": 0.7119140625}, {"start": 2597.87, "end": 2597.91, "word": " it", "probability": 0.87451171875}, {"start": 2597.91, "end": 2597.93, "word": " does", "probability": 0.80810546875}, {"start": 2597.93, "end": 2597.93, "word": " not", "probability": 0.95068359375}, {"start": 2597.93, "end": 2598.13, "word": " take", "probability": 0.59765625}, {"start": 2598.13, "end": 2598.87, "word": " ...", "probability": 0.2105712890625}, {"start": 2598.87, "end": 2599.31, "word": " What", "probability": 0.419189453125}, {"start": 2599.31, "end": 2599.31, "word": " is", "probability": 0.90478515625}, {"start": 2599.31, "end": 2599.35, "word": " its", "probability": 0.5830078125}, {"start": 2599.35, "end": 2599.73, "word": " height?", "probability": 0.92431640625}], "temperature": 1.0}, {"id": 102, "seek": 262349, "start": 2601.63, "end": 2623.49, "text": " What is it guys? The screen. There is only one thing left that we need to add. Now this drawer that we have here. The drawer can come from here or from where? From the other side. If you are an Arabic worker, it can come from the right. So this is what we need to define. How? You do Android, layout,", "tokens": [708, 307, 309, 1074, 30, 440, 2568, 13, 821, 307, 787, 472, 551, 1411, 300, 321, 643, 281, 909, 13, 823, 341, 24039, 300, 321, 362, 510, 13, 440, 24039, 393, 808, 490, 510, 420, 490, 689, 30, 3358, 264, 661, 1252, 13, 759, 291, 366, 364, 19938, 11346, 11, 309, 393, 808, 490, 264, 558, 13, 407, 341, 307, 437, 321, 643, 281, 6964, 13, 1012, 30, 509, 360, 8853, 11, 13333, 11], "avg_logprob": -0.5583333460489909, "compression_ratio": 1.5925925925925926, "no_speech_prob": 1.2278556823730469e-05, "words": [{"start": 2601.63, "end": 2601.91, "word": " What", "probability": 0.34130859375}, {"start": 2601.91, "end": 2601.99, "word": " is", "probability": 0.280517578125}, {"start": 2601.99, "end": 2602.01, "word": " it", "probability": 0.472412109375}, {"start": 2602.01, "end": 2602.29, "word": " guys?", "probability": 0.57861328125}, {"start": 2602.51, "end": 2602.73, "word": " The", "probability": 0.5380859375}, {"start": 2602.73, "end": 2602.99, "word": " screen.", "probability": 0.6279296875}, {"start": 2603.57, "end": 2603.67, "word": " There", "probability": 0.1832275390625}, {"start": 2603.67, "end": 2603.71, "word": " is", "probability": 0.74169921875}, {"start": 2603.71, "end": 2603.85, "word": " only", "probability": 0.5498046875}, {"start": 2603.85, "end": 2604.23, "word": " one", "probability": 0.89306640625}, {"start": 2604.23, "end": 2604.23, "word": " thing", "probability": 0.841796875}, {"start": 2604.23, "end": 2604.33, "word": " left", "probability": 0.368896484375}, {"start": 2604.33, "end": 2604.33, "word": " that", "probability": 0.3974609375}, {"start": 2604.33, "end": 2604.41, "word": " we", "probability": 0.7060546875}, {"start": 2604.41, "end": 2604.47, "word": " need", "probability": 0.252197265625}, {"start": 2604.47, "end": 2604.47, "word": " to", "probability": 0.9677734375}, {"start": 2604.47, "end": 2604.77, "word": " add.", "probability": 0.8642578125}, {"start": 2605.29, "end": 2605.57, "word": " Now", "probability": 0.319580078125}, {"start": 2605.57, "end": 2605.81, "word": " this", "probability": 0.45947265625}, {"start": 2605.81, "end": 2606.19, "word": " drawer", "probability": 0.6865234375}, {"start": 2606.19, "end": 2606.47, "word": " that", "probability": 0.126953125}, {"start": 2606.47, "end": 2606.75, "word": " we", "probability": 0.49267578125}, {"start": 2606.75, "end": 2607.13, "word": " have", "probability": 0.69482421875}, {"start": 2607.13, "end": 2607.49, "word": " here.", "probability": 0.314697265625}, {"start": 2608.25, "end": 2608.81, "word": " The", "probability": 0.47705078125}, {"start": 2608.81, "end": 2609.13, "word": " drawer", "probability": 0.90283203125}, {"start": 2609.13, "end": 2609.73, "word": " can", "probability": 0.5361328125}, {"start": 2609.73, "end": 2611.19, "word": " come", "probability": 0.75048828125}, {"start": 2611.19, "end": 2611.33, "word": " from", "probability": 0.81298828125}, {"start": 2611.33, "end": 2611.59, "word": " here", "probability": 0.75341796875}, {"start": 2611.59, "end": 2611.87, "word": " or", "probability": 0.6396484375}, {"start": 2611.87, "end": 2612.35, "word": " from", "probability": 0.489501953125}, {"start": 2612.35, "end": 2612.57, "word": " where?", "probability": 0.1961669921875}, {"start": 2613.09, "end": 2613.35, "word": " From", "probability": 0.68017578125}, {"start": 2613.35, "end": 2613.47, "word": " the", "probability": 0.84326171875}, {"start": 2613.47, "end": 2613.47, "word": " other", "probability": 0.80517578125}, {"start": 2613.47, "end": 2613.77, "word": " side.", "probability": 0.82373046875}, {"start": 2614.33, "end": 2614.47, "word": " If", "probability": 0.84765625}, {"start": 2614.47, "end": 2614.53, "word": " you", "probability": 0.91845703125}, {"start": 2614.53, "end": 2614.59, "word": " are", "probability": 0.7822265625}, {"start": 2614.59, "end": 2614.93, "word": " an", "probability": 0.734375}, {"start": 2614.93, "end": 2615.17, "word": " Arabic", "probability": 0.36767578125}, {"start": 2615.17, "end": 2615.17, "word": " worker,", "probability": 0.419677734375}, {"start": 2616.43, "end": 2617.29, "word": " it", "probability": 0.77685546875}, {"start": 2617.29, "end": 2617.49, "word": " can", "probability": 0.7958984375}, {"start": 2617.49, "end": 2617.63, "word": " come", "probability": 0.8701171875}, {"start": 2617.63, "end": 2617.75, "word": " from", "probability": 0.87109375}, {"start": 2617.75, "end": 2617.79, "word": " the", "probability": 0.7666015625}, {"start": 2617.79, "end": 2617.99, "word": " right.", "probability": 0.84912109375}, {"start": 2618.31, "end": 2618.69, "word": " So", "probability": 0.7314453125}, {"start": 2618.69, "end": 2618.87, "word": " this", "probability": 0.294921875}, {"start": 2618.87, "end": 2618.89, "word": " is", "probability": 0.467529296875}, {"start": 2618.89, "end": 2618.95, "word": " what", "probability": 0.83984375}, {"start": 2618.95, "end": 2618.95, "word": " we", "probability": 0.92626953125}, {"start": 2618.95, "end": 2619.09, "word": " need", "probability": 0.80029296875}, {"start": 2619.09, "end": 2619.13, "word": " to", "probability": 0.970703125}, {"start": 2619.13, "end": 2619.39, "word": " define.", "probability": 0.47607421875}, {"start": 2619.79, "end": 2620.17, "word": " How?", "probability": 0.92919921875}, {"start": 2620.53, "end": 2620.93, "word": " You", "probability": 0.49609375}, {"start": 2620.93, "end": 2621.05, "word": " do", "probability": 0.1864013671875}, {"start": 2621.05, "end": 2621.75, "word": " Android,", "probability": 0.5078125}, {"start": 2622.93, "end": 2623.49, "word": " layout,", "probability": 0.67724609375}], "temperature": 1.0}, {"id": 103, "seek": 265335, "start": 2626.17, "end": 2653.35, "text": " Gravity. Do you know the layout of gravity? It determines the direction of the element. So here we say start. Of course, here they understand the layout of gravity. As for the drawer layout, it means that this is hidden somewhere towards the start. Visibility in this case? No, you don't put visibility. Okay? Actually, it is already present in the navigation view. It is not inside the drawer layout.", "tokens": [49478, 13, 1144, 291, 458, 264, 13333, 295, 12110, 30, 467, 24799, 264, 3513, 295, 264, 4478, 13, 407, 510, 321, 584, 722, 13, 2720, 1164, 11, 510, 436, 1223, 264, 13333, 295, 12110, 13, 1018, 337, 264, 24039, 13333, 11, 309, 1355, 300, 341, 307, 7633, 4079, 3030, 264, 722, 13, 10410, 2841, 294, 341, 1389, 30, 883, 11, 291, 500, 380, 829, 19883, 13, 1033, 30, 5135, 11, 309, 307, 1217, 1974, 294, 264, 17346, 1910, 13, 467, 307, 406, 1854, 264, 24039, 13333, 13], "avg_logprob": -0.5088778260079297, "compression_ratio": 1.6890756302521008, "no_speech_prob": 6.854534149169922e-06, "words": [{"start": 2626.17, "end": 2626.61, "word": " Gravity.", "probability": 0.775390625}, {"start": 2626.61, "end": 2627.05, "word": " Do", "probability": 0.58154296875}, {"start": 2627.05, "end": 2627.15, "word": " you", "probability": 0.96875}, {"start": 2627.15, "end": 2627.15, "word": " know", "probability": 0.8515625}, {"start": 2627.15, "end": 2627.23, "word": " the", "probability": 0.3740234375}, {"start": 2627.23, "end": 2627.39, "word": " layout", "probability": 0.6513671875}, {"start": 2627.39, "end": 2627.61, "word": " of", "probability": 0.9033203125}, {"start": 2627.61, "end": 2627.93, "word": " gravity?", "probability": 0.8837890625}, {"start": 2628.03, "end": 2628.11, "word": " It", "probability": 0.546875}, {"start": 2628.11, "end": 2628.35, "word": " determines", "probability": 0.107666015625}, {"start": 2628.35, "end": 2628.57, "word": " the", "probability": 0.6796875}, {"start": 2628.57, "end": 2628.75, "word": " direction", "probability": 0.73681640625}, {"start": 2628.75, "end": 2628.99, "word": " of", "probability": 0.9169921875}, {"start": 2628.99, "end": 2629.79, "word": " the", "probability": 0.712890625}, {"start": 2629.79, "end": 2630.05, "word": " element.", "probability": 0.5302734375}, {"start": 2630.63, "end": 2630.75, "word": " So", "probability": 0.466796875}, {"start": 2630.75, "end": 2630.93, "word": " here", "probability": 0.48095703125}, {"start": 2630.93, "end": 2631.03, "word": " we", "probability": 0.6630859375}, {"start": 2631.03, "end": 2631.27, "word": " say", "probability": 0.64892578125}, {"start": 2631.27, "end": 2631.99, "word": " start.", "probability": 0.429443359375}, {"start": 2633.73, "end": 2634.17, "word": " Of", "probability": 0.382568359375}, {"start": 2634.17, "end": 2634.23, "word": " course,", "probability": 0.96142578125}, {"start": 2634.33, "end": 2634.41, "word": " here", "probability": 0.67626953125}, {"start": 2634.41, "end": 2634.55, "word": " they", "probability": 0.1636962890625}, {"start": 2634.55, "end": 2634.87, "word": " understand", "probability": 0.70166015625}, {"start": 2634.87, "end": 2635.25, "word": " the", "probability": 0.44677734375}, {"start": 2635.25, "end": 2635.77, "word": " layout", "probability": 0.8359375}, {"start": 2635.77, "end": 2636.03, "word": " of", "probability": 0.9033203125}, {"start": 2636.03, "end": 2636.37, "word": " gravity.", "probability": 0.951171875}, {"start": 2636.49, "end": 2636.53, "word": " As", "probability": 0.343994140625}, {"start": 2636.53, "end": 2636.81, "word": " for", "probability": 0.720703125}, {"start": 2636.81, "end": 2636.99, "word": " the", "probability": 0.78271484375}, {"start": 2636.99, "end": 2637.23, "word": " drawer", "probability": 0.86083984375}, {"start": 2637.23, "end": 2637.53, "word": " layout,", "probability": 0.97607421875}, {"start": 2637.81, "end": 2637.83, "word": " it", "probability": 0.72607421875}, {"start": 2637.83, "end": 2638.01, "word": " means", "probability": 0.88671875}, {"start": 2638.01, "end": 2638.19, "word": " that", "probability": 0.61572265625}, {"start": 2638.19, "end": 2638.39, "word": " this", "probability": 0.55517578125}, {"start": 2638.39, "end": 2638.41, "word": " is", "probability": 0.38232421875}, {"start": 2638.41, "end": 2638.75, "word": " hidden", "probability": 0.71875}, {"start": 2638.75, "end": 2639.17, "word": " somewhere", "probability": 0.29052734375}, {"start": 2639.17, "end": 2640.49, "word": " towards", "probability": 0.33251953125}, {"start": 2640.49, "end": 2641.31, "word": " the", "probability": 0.802734375}, {"start": 2641.31, "end": 2642.79, "word": " start.", "probability": 0.8974609375}, {"start": 2643.55, "end": 2643.99, "word": " Visibility", "probability": 0.6448974609375}, {"start": 2643.99, "end": 2644.17, "word": " in", "probability": 0.11865234375}, {"start": 2644.17, "end": 2644.27, "word": " this", "probability": 0.4765625}, {"start": 2644.27, "end": 2644.31, "word": " case?", "probability": 0.85888671875}, {"start": 2647.37, "end": 2647.81, "word": " No,", "probability": 0.48583984375}, {"start": 2647.89, "end": 2648.01, "word": " you", "probability": 0.85791015625}, {"start": 2648.01, "end": 2648.03, "word": " don't", "probability": 0.813720703125}, {"start": 2648.03, "end": 2648.19, "word": " put", "probability": 0.48779296875}, {"start": 2648.19, "end": 2648.55, "word": " visibility.", "probability": 0.908203125}, {"start": 2649.49, "end": 2649.57, "word": " Okay?", "probability": 0.3212890625}, {"start": 2650.25, "end": 2650.69, "word": " Actually,", "probability": 0.139892578125}, {"start": 2650.79, "end": 2650.87, "word": " it", "probability": 0.7099609375}, {"start": 2650.87, "end": 2650.89, "word": " is", "probability": 0.61572265625}, {"start": 2650.89, "end": 2651.07, "word": " already", "probability": 0.1806640625}, {"start": 2651.07, "end": 2651.35, "word": " present", "probability": 0.6337890625}, {"start": 2651.35, "end": 2651.45, "word": " in", "probability": 0.9111328125}, {"start": 2651.45, "end": 2651.51, "word": " the", "probability": 0.734375}, {"start": 2651.51, "end": 2651.73, "word": " navigation", "probability": 0.71875}, {"start": 2651.73, "end": 2652.09, "word": " view.", "probability": 0.80419921875}, {"start": 2652.17, "end": 2652.21, "word": " It", "probability": 0.8349609375}, {"start": 2652.21, "end": 2652.31, "word": " is", "probability": 0.767578125}, {"start": 2652.31, "end": 2652.31, "word": " not", "probability": 0.9384765625}, {"start": 2652.31, "end": 2652.73, "word": " inside", "probability": 0.298828125}, {"start": 2652.73, "end": 2652.89, "word": " the", "probability": 0.8994140625}, {"start": 2652.89, "end": 2653.07, "word": " drawer", "probability": 0.96240234375}, {"start": 2653.07, "end": 2653.35, "word": " layout.", "probability": 0.98291015625}], "temperature": 1.0}, {"id": 104, "seek": 268386, "start": 2654.98, "end": 2683.86, "text": " He himself understands that when there is a drawer layout and you put layout gravity start, it makes you hide the start. Okay, we are not done yet. We missed something. Because the navigation view, we said that there is a navigation view, but what is the content? It is empty. Yes, it is empty. It is not a content. It is empty. What should be the content? The list. The list. Which is what? Which is what we downloaded below.", "tokens": [634, 3647, 15146, 300, 562, 456, 307, 257, 24039, 13333, 293, 291, 829, 13333, 12110, 722, 11, 309, 1669, 291, 6479, 264, 722, 13, 1033, 11, 321, 366, 406, 1096, 1939, 13, 492, 6721, 746, 13, 1436, 264, 17346, 1910, 11, 321, 848, 300, 456, 307, 257, 17346, 1910, 11, 457, 437, 307, 264, 2701, 30, 467, 307, 6707, 13, 1079, 11, 309, 307, 6707, 13, 467, 307, 406, 257, 2701, 13, 467, 307, 6707, 13, 708, 820, 312, 264, 2701, 30, 440, 1329, 13, 440, 1329, 13, 3013, 307, 437, 30, 3013, 307, 437, 321, 21748, 2507, 13], "avg_logprob": -0.562499994635582, "compression_ratio": 1.8247863247863247, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2654.98, "end": 2655.26, "word": " He", "probability": 0.16455078125}, {"start": 2655.26, "end": 2655.58, "word": " himself", "probability": 0.151123046875}, {"start": 2655.58, "end": 2655.84, "word": " understands", "probability": 0.37060546875}, {"start": 2655.84, "end": 2656.0, "word": " that", "probability": 0.54931640625}, {"start": 2656.0, "end": 2656.1, "word": " when", "probability": 0.4833984375}, {"start": 2656.1, "end": 2656.4, "word": " there", "probability": 0.4111328125}, {"start": 2656.4, "end": 2656.4, "word": " is", "probability": 0.72509765625}, {"start": 2656.4, "end": 2656.6, "word": " a", "probability": 0.8681640625}, {"start": 2656.6, "end": 2656.8, "word": " drawer", "probability": 0.286865234375}, {"start": 2656.8, "end": 2657.2, "word": " layout", "probability": 0.8544921875}, {"start": 2657.2, "end": 2657.34, "word": " and", "probability": 0.4853515625}, {"start": 2657.34, "end": 2657.5, "word": " you", "probability": 0.74853515625}, {"start": 2657.5, "end": 2657.72, "word": " put", "probability": 0.5263671875}, {"start": 2657.72, "end": 2658.08, "word": " layout", "probability": 0.3974609375}, {"start": 2658.08, "end": 2658.62, "word": " gravity", "probability": 0.227783203125}, {"start": 2658.62, "end": 2659.26, "word": " start,", "probability": 0.84716796875}, {"start": 2659.48, "end": 2659.84, "word": " it", "probability": 0.56005859375}, {"start": 2659.84, "end": 2660.02, "word": " makes", "probability": 0.12493896484375}, {"start": 2660.02, "end": 2660.22, "word": " you", "probability": 0.47314453125}, {"start": 2660.22, "end": 2660.38, "word": " hide", "probability": 0.34423828125}, {"start": 2660.38, "end": 2660.42, "word": " the", "probability": 0.488037109375}, {"start": 2660.42, "end": 2661.02, "word": " start.", "probability": 0.798828125}, {"start": 2664.18, "end": 2664.66, "word": " Okay,", "probability": 0.347412109375}, {"start": 2665.02, "end": 2665.28, "word": " we", "probability": 0.75634765625}, {"start": 2665.28, "end": 2665.32, "word": " are", "probability": 0.34521484375}, {"start": 2665.32, "end": 2665.32, "word": " not", "probability": 0.74658203125}, {"start": 2665.32, "end": 2665.62, "word": " done", "probability": 0.54345703125}, {"start": 2665.62, "end": 2665.88, "word": " yet.", "probability": 0.80859375}, {"start": 2665.96, "end": 2666.06, "word": " We", "probability": 0.416748046875}, {"start": 2666.06, "end": 2666.08, "word": " missed", "probability": 0.41259765625}, {"start": 2666.08, "end": 2666.56, "word": " something.", "probability": 0.6298828125}, {"start": 2667.32, "end": 2667.5, "word": " Because", "probability": 0.62451171875}, {"start": 2667.5, "end": 2667.66, "word": " the", "probability": 0.3515625}, {"start": 2667.66, "end": 2667.96, "word": " navigation", "probability": 0.83984375}, {"start": 2667.96, "end": 2668.46, "word": " view,", "probability": 0.8759765625}, {"start": 2670.7, "end": 2671.0, "word": " we", "probability": 0.77734375}, {"start": 2671.0, "end": 2672.14, "word": " said", "probability": 0.3837890625}, {"start": 2672.14, "end": 2672.48, "word": " that", "probability": 0.498779296875}, {"start": 2672.48, "end": 2672.52, "word": " there", "probability": 0.81005859375}, {"start": 2672.52, "end": 2672.52, "word": " is", "probability": 0.88232421875}, {"start": 2672.52, "end": 2672.66, "word": " a", "probability": 0.6669921875}, {"start": 2672.66, "end": 2672.92, "word": " navigation", "probability": 0.85302734375}, {"start": 2672.92, "end": 2673.22, "word": " view,", "probability": 0.8662109375}, {"start": 2673.26, "end": 2673.38, "word": " but", "probability": 0.88818359375}, {"start": 2673.38, "end": 2673.54, "word": " what", "probability": 0.84521484375}, {"start": 2673.54, "end": 2673.56, "word": " is", "probability": 0.51953125}, {"start": 2673.56, "end": 2673.66, "word": " the", "probability": 0.65771484375}, {"start": 2673.66, "end": 2674.0, "word": " content?", "probability": 0.92333984375}, {"start": 2674.38, "end": 2674.82, "word": " It", "probability": 0.35400390625}, {"start": 2674.82, "end": 2674.82, "word": " is", "probability": 0.61328125}, {"start": 2674.82, "end": 2674.94, "word": " empty.", "probability": 0.40087890625}, {"start": 2675.28, "end": 2675.48, "word": " Yes,", "probability": 0.378173828125}, {"start": 2675.66, "end": 2675.92, "word": " it", "probability": 0.79248046875}, {"start": 2675.92, "end": 2675.92, "word": " is", "probability": 0.86767578125}, {"start": 2675.92, "end": 2675.92, "word": " empty.", "probability": 0.50830078125}, {"start": 2676.16, "end": 2676.38, "word": " It", "probability": 0.290771484375}, {"start": 2676.38, "end": 2676.68, "word": " is", "probability": 0.826171875}, {"start": 2676.68, "end": 2676.68, "word": " not", "probability": 0.2919921875}, {"start": 2676.68, "end": 2676.96, "word": " a", "probability": 0.36767578125}, {"start": 2676.96, "end": 2677.28, "word": " content.", "probability": 0.82861328125}, {"start": 2677.64, "end": 2677.98, "word": " It", "probability": 0.5087890625}, {"start": 2677.98, "end": 2677.98, "word": " is", "probability": 0.89599609375}, {"start": 2677.98, "end": 2678.2, "word": " empty.", "probability": 0.80419921875}, {"start": 2678.3, "end": 2678.5, "word": " What", "probability": 0.84326171875}, {"start": 2678.5, "end": 2678.68, "word": " should", "probability": 0.56640625}, {"start": 2678.68, "end": 2678.9, "word": " be", "probability": 0.6953125}, {"start": 2678.9, "end": 2679.02, "word": " the", "probability": 0.6748046875}, {"start": 2679.02, "end": 2679.28, "word": " content?", "probability": 0.93603515625}, {"start": 2679.46, "end": 2679.68, "word": " The", "probability": 0.71435546875}, {"start": 2679.68, "end": 2680.0, "word": " list.", "probability": 0.91748046875}, {"start": 2680.52, "end": 2680.68, "word": " The", "probability": 0.52001953125}, {"start": 2680.68, "end": 2680.98, "word": " list.", "probability": 0.9150390625}, {"start": 2681.26, "end": 2681.44, "word": " Which", "probability": 0.55029296875}, {"start": 2681.44, "end": 2681.64, "word": " is", "probability": 0.66943359375}, {"start": 2681.64, "end": 2681.8, "word": " what?", "probability": 0.354248046875}, {"start": 2682.16, "end": 2682.64, "word": " Which", "probability": 0.5830078125}, {"start": 2682.64, "end": 2682.8, "word": " is", "probability": 0.833984375}, {"start": 2682.8, "end": 2683.0, "word": " what", "probability": 0.57763671875}, {"start": 2683.0, "end": 2683.16, "word": " we", "probability": 0.87744140625}, {"start": 2683.16, "end": 2683.42, "word": " downloaded", "probability": 0.1563720703125}, {"start": 2683.42, "end": 2683.86, "word": " below.", "probability": 0.62646484375}], "temperature": 1.0}, {"id": 105, "seek": 271419, "start": 2684.73, "end": 2714.19, "text": " Do you see it? I want to take it all and put it inside the navigation view. Yes, put whatever you want. I am here, what is the content field? Fragment. Design the content in whatever you want and put it here. But of course, did you see what? These are the constraints. Yes, we want to remove them. We want to show that it is match parent.", "tokens": [1144, 291, 536, 309, 30, 286, 528, 281, 747, 309, 439, 293, 829, 309, 1854, 264, 17346, 1910, 13, 1079, 11, 829, 2035, 291, 528, 13, 286, 669, 510, 11, 437, 307, 264, 2701, 2519, 30, 479, 3731, 518, 13, 12748, 264, 2701, 294, 2035, 291, 528, 293, 829, 309, 510, 13, 583, 295, 1164, 11, 630, 291, 536, 437, 30, 1981, 366, 264, 18491, 13, 1079, 11, 321, 528, 281, 4159, 552, 13, 492, 528, 281, 855, 300, 309, 307, 2995, 2596, 13], "avg_logprob": -0.5283088403589585, "compression_ratio": 1.7121212121212122, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 2684.73, "end": 2684.93, "word": " Do", "probability": 0.08990478515625}, {"start": 2684.93, "end": 2684.99, "word": " you", "probability": 0.962890625}, {"start": 2684.99, "end": 2685.11, "word": " see", "probability": 0.91845703125}, {"start": 2685.11, "end": 2685.37, "word": " it?", "probability": 0.75390625}, {"start": 2685.45, "end": 2685.87, "word": " I", "probability": 0.91357421875}, {"start": 2685.87, "end": 2685.97, "word": " want", "probability": 0.157470703125}, {"start": 2685.97, "end": 2686.03, "word": " to", "probability": 0.9423828125}, {"start": 2686.03, "end": 2686.17, "word": " take", "probability": 0.5068359375}, {"start": 2686.17, "end": 2686.57, "word": " it", "probability": 0.407470703125}, {"start": 2686.57, "end": 2686.57, "word": " all", "probability": 0.84228515625}, {"start": 2686.57, "end": 2689.99, "word": " and", "probability": 0.5244140625}, {"start": 2689.99, "end": 2690.23, "word": " put", "probability": 0.67626953125}, {"start": 2690.23, "end": 2690.39, "word": " it", "probability": 0.86962890625}, {"start": 2690.39, "end": 2690.63, "word": " inside", "probability": 0.6337890625}, {"start": 2690.63, "end": 2690.87, "word": " the", "probability": 0.497802734375}, {"start": 2690.87, "end": 2692.27, "word": " navigation", "probability": 0.736328125}, {"start": 2692.27, "end": 2692.77, "word": " view.", "probability": 0.8837890625}, {"start": 2696.77, "end": 2697.21, "word": " Yes,", "probability": 0.298828125}, {"start": 2698.19, "end": 2698.41, "word": " put", "probability": 0.61572265625}, {"start": 2698.41, "end": 2698.53, "word": " whatever", "probability": 0.69189453125}, {"start": 2698.53, "end": 2698.75, "word": " you", "probability": 0.9404296875}, {"start": 2698.75, "end": 2698.75, "word": " want.", "probability": 0.79052734375}, {"start": 2699.09, "end": 2699.29, "word": " I", "probability": 0.463623046875}, {"start": 2699.29, "end": 2699.29, "word": " am", "probability": 0.38232421875}, {"start": 2699.29, "end": 2699.45, "word": " here,", "probability": 0.76611328125}, {"start": 2699.51, "end": 2699.65, "word": " what", "probability": 0.62060546875}, {"start": 2699.65, "end": 2699.67, "word": " is", "probability": 0.4521484375}, {"start": 2699.67, "end": 2700.05, "word": " the", "probability": 0.78955078125}, {"start": 2700.05, "end": 2700.29, "word": " content", "probability": 0.91650390625}, {"start": 2700.29, "end": 2700.29, "word": " field?", "probability": 0.108642578125}, {"start": 2701.23, "end": 2701.67, "word": " Fragment.", "probability": 0.7154134114583334}, {"start": 2702.31, "end": 2702.75, "word": " Design", "probability": 0.09246826171875}, {"start": 2702.75, "end": 2702.91, "word": " the", "probability": 0.509765625}, {"start": 2702.91, "end": 2703.09, "word": " content", "probability": 0.149658203125}, {"start": 2703.09, "end": 2703.11, "word": " in", "probability": 0.11602783203125}, {"start": 2703.11, "end": 2703.25, "word": " whatever", "probability": 0.71484375}, {"start": 2703.25, "end": 2703.31, "word": " you", "probability": 0.84130859375}, {"start": 2703.31, "end": 2703.43, "word": " want", "probability": 0.833984375}, {"start": 2703.43, "end": 2703.63, "word": " and", "probability": 0.59912109375}, {"start": 2703.63, "end": 2703.89, "word": " put", "probability": 0.81396484375}, {"start": 2703.89, "end": 2703.97, "word": " it", "probability": 0.90966796875}, {"start": 2703.97, "end": 2704.17, "word": " here.", "probability": 0.79541015625}, {"start": 2704.63, "end": 2704.85, "word": " But", "probability": 0.79248046875}, {"start": 2704.85, "end": 2705.11, "word": " of", "probability": 0.69482421875}, {"start": 2705.11, "end": 2705.11, "word": " course,", "probability": 0.95654296875}, {"start": 2705.27, "end": 2705.31, "word": " did", "probability": 0.30712890625}, {"start": 2705.31, "end": 2705.53, "word": " you", "probability": 0.923828125}, {"start": 2705.53, "end": 2705.53, "word": " see", "probability": 0.564453125}, {"start": 2705.53, "end": 2705.83, "word": " what?", "probability": 0.66650390625}, {"start": 2706.13, "end": 2706.43, "word": " These", "probability": 0.734375}, {"start": 2706.43, "end": 2706.59, "word": " are", "probability": 0.74267578125}, {"start": 2706.59, "end": 2706.69, "word": " the", "probability": 0.703125}, {"start": 2706.69, "end": 2707.27, "word": " constraints.", "probability": 0.87158203125}, {"start": 2708.41, "end": 2708.65, "word": " Yes,", "probability": 0.481689453125}, {"start": 2708.91, "end": 2709.11, "word": " we", "probability": 0.9111328125}, {"start": 2709.11, "end": 2709.21, "word": " want", "probability": 0.273681640625}, {"start": 2709.21, "end": 2709.31, "word": " to", "probability": 0.95361328125}, {"start": 2709.31, "end": 2709.43, "word": " remove", "probability": 0.689453125}, {"start": 2709.43, "end": 2709.73, "word": " them.", "probability": 0.89697265625}, {"start": 2710.41, "end": 2710.59, "word": " We", "probability": 0.92041015625}, {"start": 2710.59, "end": 2710.75, "word": " want", "probability": 0.8037109375}, {"start": 2710.75, "end": 2710.79, "word": " to", "probability": 0.95068359375}, {"start": 2710.79, "end": 2710.99, "word": " show", "probability": 0.50341796875}, {"start": 2710.99, "end": 2711.59, "word": " that", "probability": 0.3115234375}, {"start": 2711.59, "end": 2711.83, "word": " it", "probability": 0.345947265625}, {"start": 2711.83, "end": 2713.47, "word": " is", "probability": 0.859375}, {"start": 2713.47, "end": 2713.83, "word": " match", "probability": 0.53955078125}, {"start": 2713.83, "end": 2714.19, "word": " parent.", "probability": 0.7607421875}], "temperature": 1.0}, {"id": 106, "seek": 273706, "start": 2716.22, "end": 2737.06, "text": " Match parent and left mouse click on these margins What is a match parent? What is its parent? It is the navigation view Now, we are done. Now, we need to rearrange the layout of the activity", "tokens": [26178, 2596, 293, 1411, 9719, 2052, 322, 613, 30317, 708, 307, 257, 2995, 2596, 30, 708, 307, 1080, 2596, 30, 467, 307, 264, 17346, 1910, 823, 11, 321, 366, 1096, 13, 823, 11, 321, 643, 281, 39568, 264, 13333, 295, 264, 5191], "avg_logprob": -0.7805232474970263, "compression_ratio": 1.4883720930232558, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2716.22, "end": 2716.58, "word": " Match", "probability": 0.2437744140625}, {"start": 2716.58, "end": 2716.98, "word": " parent", "probability": 0.40673828125}, {"start": 2716.98, "end": 2719.36, "word": " and", "probability": 0.27392578125}, {"start": 2719.36, "end": 2719.74, "word": " left", "probability": 0.212158203125}, {"start": 2719.74, "end": 2719.74, "word": " mouse", "probability": 0.1796875}, {"start": 2719.74, "end": 2719.8, "word": " click", "probability": 0.32080078125}, {"start": 2719.8, "end": 2720.28, "word": " on", "probability": 0.580078125}, {"start": 2720.28, "end": 2721.04, "word": " these", "probability": 0.1666259765625}, {"start": 2721.04, "end": 2721.48, "word": " margins", "probability": 0.59130859375}, {"start": 2721.48, "end": 2725.24, "word": " What", "probability": 0.262939453125}, {"start": 2725.24, "end": 2725.84, "word": " is", "probability": 0.77587890625}, {"start": 2725.84, "end": 2725.88, "word": " a", "probability": 0.3623046875}, {"start": 2725.88, "end": 2726.1, "word": " match", "probability": 0.759765625}, {"start": 2726.1, "end": 2726.5, "word": " parent?", "probability": 0.9365234375}, {"start": 2726.7, "end": 2726.86, "word": " What", "probability": 0.241943359375}, {"start": 2726.86, "end": 2726.86, "word": " is", "probability": 0.84716796875}, {"start": 2726.86, "end": 2726.86, "word": " its", "probability": 0.4580078125}, {"start": 2726.86, "end": 2727.3, "word": " parent?", "probability": 0.94384765625}, {"start": 2727.88, "end": 2728.56, "word": " It", "probability": 0.403076171875}, {"start": 2728.56, "end": 2728.62, "word": " is", "probability": 0.7373046875}, {"start": 2728.62, "end": 2728.74, "word": " the", "probability": 0.416748046875}, {"start": 2728.74, "end": 2729.04, "word": " navigation", "probability": 0.806640625}, {"start": 2729.04, "end": 2729.58, "word": " view", "probability": 0.494140625}, {"start": 2729.58, "end": 2731.08, "word": " Now,", "probability": 0.1256103515625}, {"start": 2731.12, "end": 2731.12, "word": " we", "probability": 0.38525390625}, {"start": 2731.12, "end": 2731.2, "word": " are", "probability": 0.49072265625}, {"start": 2731.2, "end": 2731.48, "word": " done.", "probability": 0.7841796875}, {"start": 2732.54, "end": 2732.94, "word": " Now,", "probability": 0.61376953125}, {"start": 2733.76, "end": 2734.02, "word": " we", "probability": 0.2734375}, {"start": 2734.02, "end": 2734.02, "word": " need", "probability": 0.2275390625}, {"start": 2734.02, "end": 2734.14, "word": " to", "probability": 0.9296875}, {"start": 2734.14, "end": 2734.38, "word": " rearrange", "probability": 0.416259765625}, {"start": 2734.38, "end": 2734.52, "word": " the", "probability": 0.54345703125}, {"start": 2734.52, "end": 2735.14, "word": " layout", "probability": 0.3369140625}, {"start": 2735.14, "end": 2736.64, "word": " of", "probability": 0.56201171875}, {"start": 2736.64, "end": 2736.7, "word": " the", "probability": 0.7373046875}, {"start": 2736.7, "end": 2737.06, "word": " activity", "probability": 0.896484375}], "temperature": 1.0}, {"id": 107, "seek": 276442, "start": 2741.02, "end": 2764.42, "text": " Let's take a quick look at how it works. I have a constant layout activity. What is inside it? Drawer layout. Again, this is it. I explain this code. Drawer layout. Inside the drawer layout, there are two things. There is a frame layout, which is my content.", "tokens": [961, 311, 747, 257, 1702, 574, 412, 577, 309, 1985, 13, 286, 362, 257, 5754, 13333, 5191, 13, 708, 307, 1854, 309, 30, 20386, 260, 13333, 13, 3764, 11, 341, 307, 309, 13, 286, 2903, 341, 3089, 13, 20386, 260, 13333, 13, 15123, 264, 24039, 13333, 11, 456, 366, 732, 721, 13, 821, 307, 257, 3920, 13333, 11, 597, 307, 452, 2701, 13], "avg_logprob": -0.5419921735301614, "compression_ratio": 1.532544378698225, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 2741.02, "end": 2741.68, "word": " Let's", "probability": 0.696044921875}, {"start": 2741.68, "end": 2742.1, "word": " take", "probability": 0.0789794921875}, {"start": 2742.1, "end": 2742.28, "word": " a", "probability": 0.96875}, {"start": 2742.28, "end": 2742.6, "word": " quick", "probability": 0.32861328125}, {"start": 2742.6, "end": 2742.6, "word": " look", "probability": 0.93359375}, {"start": 2742.6, "end": 2742.88, "word": " at", "probability": 0.55419921875}, {"start": 2742.88, "end": 2744.02, "word": " how", "probability": 0.09912109375}, {"start": 2744.02, "end": 2745.16, "word": " it", "probability": 0.39404296875}, {"start": 2745.16, "end": 2746.4, "word": " works.", "probability": 0.60986328125}, {"start": 2746.94, "end": 2747.6, "word": " I", "probability": 0.1534423828125}, {"start": 2747.6, "end": 2748.44, "word": " have", "probability": 0.775390625}, {"start": 2748.44, "end": 2748.52, "word": " a", "probability": 0.58251953125}, {"start": 2748.52, "end": 2748.82, "word": " constant", "probability": 0.5673828125}, {"start": 2748.82, "end": 2749.18, "word": " layout", "probability": 0.9609375}, {"start": 2749.18, "end": 2749.22, "word": " activity.", "probability": 0.29443359375}, {"start": 2749.26, "end": 2749.44, "word": " What", "probability": 0.63037109375}, {"start": 2749.44, "end": 2749.62, "word": " is", "probability": 0.4541015625}, {"start": 2749.62, "end": 2749.92, "word": " inside", "probability": 0.47314453125}, {"start": 2749.92, "end": 2750.38, "word": " it?", "probability": 0.5}, {"start": 2751.28, "end": 2751.94, "word": " Drawer", "probability": 0.512939453125}, {"start": 2751.94, "end": 2752.26, "word": " layout.", "probability": 0.8642578125}, {"start": 2752.7, "end": 2753.16, "word": " Again,", "probability": 0.315673828125}, {"start": 2753.5, "end": 2753.5, "word": " this", "probability": 0.411376953125}, {"start": 2753.5, "end": 2753.5, "word": " is", "probability": 0.377197265625}, {"start": 2753.5, "end": 2753.68, "word": " it.", "probability": 0.5380859375}, {"start": 2755.48, "end": 2755.84, "word": " I", "probability": 0.6015625}, {"start": 2755.84, "end": 2757.16, "word": " explain", "probability": 0.2017822265625}, {"start": 2757.16, "end": 2757.38, "word": " this", "probability": 0.315185546875}, {"start": 2757.38, "end": 2757.58, "word": " code.", "probability": 0.7666015625}, {"start": 2757.62, "end": 2757.98, "word": " Drawer", "probability": 0.687255859375}, {"start": 2757.98, "end": 2758.22, "word": " layout.", "probability": 0.9736328125}, {"start": 2758.5, "end": 2758.72, "word": " Inside", "probability": 0.481689453125}, {"start": 2758.72, "end": 2759.22, "word": " the", "probability": 0.568359375}, {"start": 2759.22, "end": 2759.46, "word": " drawer", "probability": 0.73974609375}, {"start": 2759.46, "end": 2759.88, "word": " layout,", "probability": 0.9775390625}, {"start": 2759.96, "end": 2760.04, "word": " there", "probability": 0.830078125}, {"start": 2760.04, "end": 2760.04, "word": " are", "probability": 0.62255859375}, {"start": 2760.04, "end": 2760.46, "word": " two", "probability": 0.81884765625}, {"start": 2760.46, "end": 2760.46, "word": " things.", "probability": 0.69189453125}, {"start": 2761.9, "end": 2762.28, "word": " There", "probability": 0.55615234375}, {"start": 2762.28, "end": 2762.28, "word": " is", "probability": 0.85546875}, {"start": 2762.28, "end": 2762.36, "word": " a", "probability": 0.58349609375}, {"start": 2762.36, "end": 2762.58, "word": " frame", "probability": 0.82470703125}, {"start": 2762.58, "end": 2763.04, "word": " layout,", "probability": 0.98974609375}, {"start": 2763.84, "end": 2763.88, "word": " which", "probability": 0.86474609375}, {"start": 2763.88, "end": 2764.02, "word": " is", "probability": 0.86865234375}, {"start": 2764.02, "end": 2764.08, "word": " my", "probability": 0.82958984375}, {"start": 2764.08, "end": 2764.42, "word": " content.", "probability": 0.9013671875}], "temperature": 1.0}, {"id": 108, "seek": 278346, "start": 2765.98, "end": 2783.46, "text": " I put frame layout so that I can change it. If your content is fixed, put a fragment and make it match parent match parent to fill the drawer layout. The second part of it is called navigation view, which means a drawer layout with two things inside it.", "tokens": [286, 829, 3920, 13333, 370, 300, 286, 393, 1319, 309, 13, 759, 428, 2701, 307, 6806, 11, 829, 257, 26424, 293, 652, 309, 2995, 2596, 2995, 2596, 281, 2836, 264, 24039, 13333, 13, 440, 1150, 644, 295, 309, 307, 1219, 17346, 1910, 11, 597, 1355, 257, 24039, 13333, 365, 732, 721, 1854, 309, 13], "avg_logprob": -0.5301136623729359, "compression_ratio": 1.5582822085889572, "no_speech_prob": 1.6868114471435547e-05, "words": [{"start": 2765.98, "end": 2766.16, "word": " I", "probability": 0.46630859375}, {"start": 2766.16, "end": 2766.42, "word": " put", "probability": 0.36572265625}, {"start": 2766.42, "end": 2766.76, "word": " frame", "probability": 0.51708984375}, {"start": 2766.76, "end": 2767.0, "word": " layout", "probability": 0.9296875}, {"start": 2767.0, "end": 2767.28, "word": " so", "probability": 0.2005615234375}, {"start": 2767.28, "end": 2767.38, "word": " that", "probability": 0.296875}, {"start": 2767.38, "end": 2767.5, "word": " I", "probability": 0.8740234375}, {"start": 2767.5, "end": 2767.66, "word": " can", "probability": 0.79296875}, {"start": 2767.66, "end": 2767.94, "word": " change", "probability": 0.7509765625}, {"start": 2767.94, "end": 2768.02, "word": " it.", "probability": 0.5068359375}, {"start": 2768.08, "end": 2768.18, "word": " If", "probability": 0.833984375}, {"start": 2768.18, "end": 2768.62, "word": " your", "probability": 0.607421875}, {"start": 2768.62, "end": 2768.62, "word": " content", "probability": 0.8642578125}, {"start": 2768.62, "end": 2768.76, "word": " is", "probability": 0.89990234375}, {"start": 2768.76, "end": 2769.14, "word": " fixed,", "probability": 0.560546875}, {"start": 2769.58, "end": 2769.82, "word": " put", "probability": 0.6220703125}, {"start": 2769.82, "end": 2769.92, "word": " a", "probability": 0.630859375}, {"start": 2769.92, "end": 2770.3, "word": " fragment", "probability": 0.7421875}, {"start": 2770.3, "end": 2771.38, "word": " and", "probability": 0.302734375}, {"start": 2771.38, "end": 2771.74, "word": " make", "probability": 0.2646484375}, {"start": 2771.74, "end": 2771.92, "word": " it", "probability": 0.62353515625}, {"start": 2771.92, "end": 2772.86, "word": " match", "probability": 0.603515625}, {"start": 2772.86, "end": 2773.28, "word": " parent", "probability": 0.67578125}, {"start": 2773.28, "end": 2773.52, "word": " match", "probability": 0.48876953125}, {"start": 2773.52, "end": 2773.9, "word": " parent", "probability": 0.9091796875}, {"start": 2773.9, "end": 2774.12, "word": " to", "probability": 0.39453125}, {"start": 2774.12, "end": 2774.48, "word": " fill", "probability": 0.578125}, {"start": 2774.48, "end": 2774.62, "word": " the", "probability": 0.701171875}, {"start": 2774.62, "end": 2774.8, "word": " drawer", "probability": 0.7919921875}, {"start": 2774.8, "end": 2775.18, "word": " layout.", "probability": 0.96826171875}, {"start": 2776.76, "end": 2777.26, "word": " The", "probability": 0.7978515625}, {"start": 2777.26, "end": 2777.82, "word": " second", "probability": 0.8037109375}, {"start": 2777.82, "end": 2777.82, "word": " part", "probability": 0.83984375}, {"start": 2777.82, "end": 2778.02, "word": " of", "probability": 0.40673828125}, {"start": 2778.02, "end": 2778.28, "word": " it", "probability": 0.7685546875}, {"start": 2778.28, "end": 2778.82, "word": " is", "probability": 0.58349609375}, {"start": 2778.82, "end": 2779.02, "word": " called", "probability": 0.52734375}, {"start": 2779.02, "end": 2779.34, "word": " navigation", "probability": 0.6474609375}, {"start": 2779.34, "end": 2779.82, "word": " view,", "probability": 0.83349609375}, {"start": 2780.92, "end": 2781.02, "word": " which", "probability": 0.231201171875}, {"start": 2781.02, "end": 2781.1, "word": " means", "probability": 0.68115234375}, {"start": 2781.1, "end": 2781.44, "word": " a", "probability": 0.311279296875}, {"start": 2781.44, "end": 2781.66, "word": " drawer", "probability": 0.9375}, {"start": 2781.66, "end": 2782.14, "word": " layout", "probability": 0.97509765625}, {"start": 2782.14, "end": 2782.36, "word": " with", "probability": 0.5869140625}, {"start": 2782.36, "end": 2782.92, "word": " two", "probability": 0.79541015625}, {"start": 2782.92, "end": 2782.92, "word": " things", "probability": 0.52001953125}, {"start": 2782.92, "end": 2782.92, "word": " inside", "probability": 0.572265625}, {"start": 2782.92, "end": 2783.46, "word": " it.", "probability": 0.448486328125}], "temperature": 1.0}, {"id": 109, "seek": 281409, "start": 2785.01, "end": 2814.09, "text": " For example, it is a fragment or frame layout in my case. And the part of the navigation view is actually a hidden screen. It has a width that is not the full width of the screen. 200 or 250 for example. Height match parallel. And you have to put the layout or gravity start to hide the start. Inside the navigation view, you put the content that is inside. For example, I have a fragment and I put it inside.", "tokens": [1171, 1365, 11, 309, 307, 257, 26424, 420, 3920, 13333, 294, 452, 1389, 13, 400, 264, 644, 295, 264, 17346, 1910, 307, 767, 257, 7633, 2568, 13, 467, 575, 257, 11402, 300, 307, 406, 264, 1577, 11402, 295, 264, 2568, 13, 2331, 420, 11650, 337, 1365, 13, 634, 397, 2995, 8952, 13, 400, 291, 362, 281, 829, 264, 13333, 420, 12110, 722, 281, 6479, 264, 722, 13, 15123, 264, 17346, 1910, 11, 291, 829, 264, 2701, 300, 307, 1854, 13, 1171, 1365, 11, 286, 362, 257, 26424, 293, 286, 829, 309, 1854, 13], "avg_logprob": -0.5558510644638792, "compression_ratio": 1.8141592920353982, "no_speech_prob": 7.033348083496094e-06, "words": [{"start": 2785.01, "end": 2785.33, "word": " For", "probability": 0.169677734375}, {"start": 2785.33, "end": 2785.89, "word": " example,", "probability": 0.88525390625}, {"start": 2785.95, "end": 2785.95, "word": " it", "probability": 0.316650390625}, {"start": 2785.95, "end": 2785.95, "word": " is", "probability": 0.37451171875}, {"start": 2785.95, "end": 2786.07, "word": " a", "probability": 0.6923828125}, {"start": 2786.07, "end": 2786.43, "word": " fragment", "probability": 0.568359375}, {"start": 2786.43, "end": 2786.77, "word": " or", "probability": 0.859375}, {"start": 2786.77, "end": 2787.11, "word": " frame", "probability": 0.57861328125}, {"start": 2787.11, "end": 2787.37, "word": " layout", "probability": 0.916015625}, {"start": 2787.37, "end": 2787.55, "word": " in", "probability": 0.54443359375}, {"start": 2787.55, "end": 2788.01, "word": " my", "probability": 0.94873046875}, {"start": 2788.01, "end": 2788.01, "word": " case.", "probability": 0.896484375}, {"start": 2788.85, "end": 2788.85, "word": " And", "probability": 0.517578125}, {"start": 2788.85, "end": 2788.91, "word": " the", "probability": 0.44482421875}, {"start": 2788.91, "end": 2789.07, "word": " part", "probability": 0.6181640625}, {"start": 2789.07, "end": 2789.29, "word": " of", "probability": 0.255126953125}, {"start": 2789.29, "end": 2789.47, "word": " the", "probability": 0.491943359375}, {"start": 2789.47, "end": 2789.73, "word": " navigation", "probability": 0.6669921875}, {"start": 2789.73, "end": 2790.27, "word": " view", "probability": 0.8369140625}, {"start": 2790.27, "end": 2791.59, "word": " is", "probability": 0.4931640625}, {"start": 2791.59, "end": 2792.33, "word": " actually", "probability": 0.34716796875}, {"start": 2792.33, "end": 2792.51, "word": " a", "probability": 0.294921875}, {"start": 2792.51, "end": 2793.33, "word": " hidden", "probability": 0.61376953125}, {"start": 2793.33, "end": 2793.35, "word": " screen.", "probability": 0.6953125}, {"start": 2793.79, "end": 2794.13, "word": " It", "probability": 0.25634765625}, {"start": 2794.13, "end": 2794.45, "word": " has", "probability": 0.26904296875}, {"start": 2794.45, "end": 2794.69, "word": " a", "probability": 0.461181640625}, {"start": 2794.69, "end": 2795.03, "word": " width", "probability": 0.6513671875}, {"start": 2795.03, "end": 2795.59, "word": " that", "probability": 0.1744384765625}, {"start": 2795.59, "end": 2795.79, "word": " is", "probability": 0.5771484375}, {"start": 2795.79, "end": 2795.79, "word": " not", "probability": 0.79541015625}, {"start": 2795.79, "end": 2796.03, "word": " the", "probability": 0.55908203125}, {"start": 2796.03, "end": 2796.13, "word": " full", "probability": 0.18212890625}, {"start": 2796.13, "end": 2796.17, "word": " width", "probability": 0.6962890625}, {"start": 2796.17, "end": 2796.27, "word": " of", "probability": 0.85595703125}, {"start": 2796.27, "end": 2796.29, "word": " the", "probability": 0.892578125}, {"start": 2796.29, "end": 2796.51, "word": " screen.", "probability": 0.75634765625}, {"start": 2796.89, "end": 2797.19, "word": " 200", "probability": 0.421142578125}, {"start": 2797.19, "end": 2797.33, "word": " or", "probability": 0.779296875}, {"start": 2797.33, "end": 2797.77, "word": " 250", "probability": 0.900390625}, {"start": 2797.77, "end": 2798.07, "word": " for", "probability": 0.2958984375}, {"start": 2798.07, "end": 2798.35, "word": " example.", "probability": 0.94873046875}, {"start": 2798.87, "end": 2799.15, "word": " Height", "probability": 0.6409912109375}, {"start": 2799.15, "end": 2799.57, "word": " match", "probability": 0.381103515625}, {"start": 2799.57, "end": 2799.95, "word": " parallel.", "probability": 0.5087890625}, {"start": 2800.75, "end": 2801.01, "word": " And", "probability": 0.73681640625}, {"start": 2801.01, "end": 2801.21, "word": " you", "probability": 0.66748046875}, {"start": 2801.21, "end": 2801.25, "word": " have", "probability": 0.58447265625}, {"start": 2801.25, "end": 2801.35, "word": " to", "probability": 0.9619140625}, {"start": 2801.35, "end": 2801.57, "word": " put", "probability": 0.63232421875}, {"start": 2801.57, "end": 2801.69, "word": " the", "probability": 0.242919921875}, {"start": 2801.69, "end": 2801.85, "word": " layout", "probability": 0.5712890625}, {"start": 2801.85, "end": 2802.05, "word": " or", "probability": 0.27783203125}, {"start": 2802.05, "end": 2802.31, "word": " gravity", "probability": 0.75048828125}, {"start": 2802.31, "end": 2802.69, "word": " start", "probability": 0.8916015625}, {"start": 2802.69, "end": 2802.93, "word": " to", "probability": 0.27685546875}, {"start": 2802.93, "end": 2803.31, "word": " hide", "probability": 0.78955078125}, {"start": 2803.31, "end": 2803.59, "word": " the", "probability": 0.408203125}, {"start": 2803.59, "end": 2805.09, "word": " start.", "probability": 0.5087890625}, {"start": 2806.09, "end": 2806.65, "word": " Inside", "probability": 0.62744140625}, {"start": 2806.65, "end": 2806.77, "word": " the", "probability": 0.82958984375}, {"start": 2806.77, "end": 2807.05, "word": " navigation", "probability": 0.82470703125}, {"start": 2807.05, "end": 2807.55, "word": " view,", "probability": 0.88134765625}, {"start": 2808.03, "end": 2808.57, "word": " you", "probability": 0.7265625}, {"start": 2808.57, "end": 2808.81, "word": " put", "probability": 0.68701171875}, {"start": 2808.81, "end": 2808.93, "word": " the", "probability": 0.822265625}, {"start": 2808.93, "end": 2809.27, "word": " content", "probability": 0.90771484375}, {"start": 2809.27, "end": 2809.43, "word": " that", "probability": 0.54248046875}, {"start": 2809.43, "end": 2809.59, "word": " is", "probability": 0.8125}, {"start": 2809.59, "end": 2809.87, "word": " inside.", "probability": 0.783203125}, {"start": 2811.47, "end": 2812.03, "word": " For", "probability": 0.393310546875}, {"start": 2812.03, "end": 2812.09, "word": " example,", "probability": 0.9423828125}, {"start": 2812.13, "end": 2812.35, "word": " I", "probability": 0.88720703125}, {"start": 2812.35, "end": 2812.73, "word": " have", "probability": 0.912109375}, {"start": 2812.73, "end": 2812.85, "word": " a", "probability": 0.90869140625}, {"start": 2812.85, "end": 2813.15, "word": " fragment", "probability": 0.81298828125}, {"start": 2813.15, "end": 2813.47, "word": " and", "probability": 0.306640625}, {"start": 2813.47, "end": 2813.61, "word": " I", "probability": 0.93701171875}, {"start": 2813.61, "end": 2813.77, "word": " put", "probability": 0.68798828125}, {"start": 2813.77, "end": 2814.09, "word": " it", "probability": 0.93212890625}, {"start": 2814.09, "end": 2814.09, "word": " inside.", "probability": 0.27880859375}], "temperature": 1.0}, {"id": 110, "seek": 283647, "start": 2814.63, "end": 2836.47, "text": " And we're done. So, actually, the activity is a constraint layout or any layout you want. Inside it, there is a drawer. Layout. It's okay. But I did it on purpose. We'll see why in the next lecture. Inside the drawer layout, there should be two things. The content.", "tokens": [400, 321, 434, 1096, 13, 407, 11, 767, 11, 264, 5191, 307, 257, 25534, 13333, 420, 604, 13333, 291, 528, 13, 15123, 309, 11, 456, 307, 257, 24039, 13, 20084, 346, 13, 467, 311, 1392, 13, 583, 286, 630, 309, 322, 4334, 13, 492, 603, 536, 983, 294, 264, 958, 7991, 13, 15123, 264, 24039, 13333, 11, 456, 820, 312, 732, 721, 13, 440, 2701, 13], "avg_logprob": -0.537313448849009, "compression_ratio": 1.5113636363636365, "no_speech_prob": 1.4543533325195312e-05, "words": [{"start": 2814.63, "end": 2814.79, "word": " And", "probability": 0.1739501953125}, {"start": 2814.79, "end": 2815.21, "word": " we're", "probability": 0.4493408203125}, {"start": 2815.21, "end": 2815.21, "word": " done.", "probability": 0.8759765625}, {"start": 2815.93, "end": 2816.37, "word": " So,", "probability": 0.2479248046875}, {"start": 2816.45, "end": 2816.77, "word": " actually,", "probability": 0.281005859375}, {"start": 2817.23, "end": 2817.31, "word": " the", "probability": 0.5703125}, {"start": 2817.31, "end": 2817.79, "word": " activity", "probability": 0.9169921875}, {"start": 2817.79, "end": 2820.45, "word": " is", "probability": 0.85400390625}, {"start": 2820.45, "end": 2820.85, "word": " a", "probability": 0.51513671875}, {"start": 2820.85, "end": 2821.35, "word": " constraint", "probability": 0.67578125}, {"start": 2821.35, "end": 2821.89, "word": " layout", "probability": 0.68115234375}, {"start": 2821.89, "end": 2822.63, "word": " or", "probability": 0.5419921875}, {"start": 2822.63, "end": 2822.81, "word": " any", "probability": 0.58642578125}, {"start": 2822.81, "end": 2823.17, "word": " layout", "probability": 0.90673828125}, {"start": 2823.17, "end": 2823.33, "word": " you", "probability": 0.6669921875}, {"start": 2823.33, "end": 2823.65, "word": " want.", "probability": 0.69873046875}, {"start": 2824.19, "end": 2824.71, "word": " Inside", "probability": 0.5498046875}, {"start": 2824.71, "end": 2825.21, "word": " it,", "probability": 0.54736328125}, {"start": 2825.35, "end": 2825.45, "word": " there", "probability": 0.88427734375}, {"start": 2825.45, "end": 2825.45, "word": " is", "probability": 0.57275390625}, {"start": 2825.45, "end": 2825.57, "word": " a", "probability": 0.9423828125}, {"start": 2825.57, "end": 2825.83, "word": " drawer.", "probability": 0.88134765625}, {"start": 2827.93, "end": 2828.61, "word": " Layout.", "probability": 0.7607421875}, {"start": 2829.07, "end": 2829.07, "word": " It's", "probability": 0.4847412109375}, {"start": 2829.07, "end": 2829.17, "word": " okay.", "probability": 0.377685546875}, {"start": 2829.31, "end": 2829.53, "word": " But", "probability": 0.8330078125}, {"start": 2829.53, "end": 2829.87, "word": " I", "probability": 0.52392578125}, {"start": 2829.87, "end": 2830.03, "word": " did", "probability": 0.1822509765625}, {"start": 2830.03, "end": 2830.51, "word": " it", "probability": 0.5712890625}, {"start": 2830.51, "end": 2830.51, "word": " on", "probability": 0.2325439453125}, {"start": 2830.51, "end": 2830.51, "word": " purpose.", "probability": 0.7861328125}, {"start": 2830.55, "end": 2830.63, "word": " We'll", "probability": 0.683837890625}, {"start": 2830.63, "end": 2830.81, "word": " see", "probability": 0.91015625}, {"start": 2830.81, "end": 2831.03, "word": " why", "probability": 0.68603515625}, {"start": 2831.03, "end": 2831.11, "word": " in", "probability": 0.70263671875}, {"start": 2831.11, "end": 2831.11, "word": " the", "probability": 0.89306640625}, {"start": 2831.11, "end": 2831.11, "word": " next", "probability": 0.88671875}, {"start": 2831.11, "end": 2831.45, "word": " lecture.", "probability": 0.81787109375}, {"start": 2832.11, "end": 2832.35, "word": " Inside", "probability": 0.72705078125}, {"start": 2832.35, "end": 2832.51, "word": " the", "probability": 0.81201171875}, {"start": 2832.51, "end": 2832.73, "word": " drawer", "probability": 0.71826171875}, {"start": 2832.73, "end": 2833.21, "word": " layout,", "probability": 0.798828125}, {"start": 2833.41, "end": 2833.41, "word": " there", "probability": 0.79638671875}, {"start": 2833.41, "end": 2833.55, "word": " should", "probability": 0.44775390625}, {"start": 2833.55, "end": 2834.05, "word": " be", "probability": 0.91748046875}, {"start": 2834.05, "end": 2834.43, "word": " two", "probability": 0.8154296875}, {"start": 2834.43, "end": 2835.27, "word": " things.", "probability": 0.81005859375}, {"start": 2835.87, "end": 2836.03, "word": " The", "probability": 0.39794921875}, {"start": 2836.03, "end": 2836.47, "word": " content.", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 111, "seek": 286622, "start": 2837.88, "end": 2866.22, "text": " It can be a fragment, frame layout, whatever you want to call it. And the second part is navigation view. This tree is for how to make navigation drawings. Inside the navigation view, you put your content. It can be a fragment, a photo, or whatever you want to call it. Is it clear?", "tokens": [467, 393, 312, 257, 26424, 11, 3920, 13333, 11, 2035, 291, 528, 281, 818, 309, 13, 400, 264, 1150, 644, 307, 17346, 1910, 13, 639, 4230, 307, 337, 577, 281, 652, 17346, 18618, 13, 15123, 264, 17346, 1910, 11, 291, 829, 428, 2701, 13, 467, 393, 312, 257, 26424, 11, 257, 5052, 11, 420, 2035, 291, 528, 281, 818, 309, 13, 1119, 309, 1850, 30], "avg_logprob": -0.5392992451335444, "compression_ratio": 1.7469135802469136, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2837.88, "end": 2838.16, "word": " It", "probability": 0.255615234375}, {"start": 2838.16, "end": 2838.6, "word": " can", "probability": 0.51953125}, {"start": 2838.6, "end": 2838.84, "word": " be", "probability": 0.91552734375}, {"start": 2838.84, "end": 2838.98, "word": " a", "probability": 0.64453125}, {"start": 2838.98, "end": 2839.38, "word": " fragment,", "probability": 0.55908203125}, {"start": 2839.58, "end": 2839.8, "word": " frame", "probability": 0.3779296875}, {"start": 2839.8, "end": 2840.2, "word": " layout,", "probability": 0.9638671875}, {"start": 2840.64, "end": 2840.98, "word": " whatever", "probability": 0.56298828125}, {"start": 2840.98, "end": 2841.14, "word": " you", "probability": 0.90478515625}, {"start": 2841.14, "end": 2841.36, "word": " want", "probability": 0.642578125}, {"start": 2841.36, "end": 2841.36, "word": " to", "probability": 0.28466796875}, {"start": 2841.36, "end": 2841.54, "word": " call", "probability": 0.41064453125}, {"start": 2841.54, "end": 2841.66, "word": " it.", "probability": 0.927734375}, {"start": 2841.98, "end": 2842.24, "word": " And", "probability": 0.6044921875}, {"start": 2842.24, "end": 2842.3, "word": " the", "probability": 0.74755859375}, {"start": 2842.3, "end": 2842.86, "word": " second", "probability": 0.5634765625}, {"start": 2842.86, "end": 2842.86, "word": " part", "probability": 0.72216796875}, {"start": 2842.86, "end": 2843.14, "word": " is", "probability": 0.72705078125}, {"start": 2843.14, "end": 2844.66, "word": " navigation", "probability": 0.351318359375}, {"start": 2844.66, "end": 2846.58, "word": " view.", "probability": 0.84326171875}, {"start": 2850.36, "end": 2850.96, "word": " This", "probability": 0.274658203125}, {"start": 2850.96, "end": 2851.36, "word": " tree", "probability": 0.253662109375}, {"start": 2851.36, "end": 2851.6, "word": " is", "probability": 0.53564453125}, {"start": 2851.6, "end": 2851.74, "word": " for", "probability": 0.52978515625}, {"start": 2851.74, "end": 2851.98, "word": " how", "probability": 0.38623046875}, {"start": 2851.98, "end": 2853.6, "word": " to", "probability": 0.57666015625}, {"start": 2853.6, "end": 2853.7, "word": " make", "probability": 0.412841796875}, {"start": 2853.7, "end": 2854.16, "word": " navigation", "probability": 0.7001953125}, {"start": 2854.16, "end": 2854.52, "word": " drawings.", "probability": 0.33154296875}, {"start": 2855.0, "end": 2855.6, "word": " Inside", "probability": 0.414306640625}, {"start": 2855.6, "end": 2855.84, "word": " the", "probability": 0.416015625}, {"start": 2855.84, "end": 2856.16, "word": " navigation", "probability": 0.83984375}, {"start": 2856.16, "end": 2856.74, "word": " view,", "probability": 0.88134765625}, {"start": 2858.32, "end": 2858.32, "word": " you", "probability": 0.73486328125}, {"start": 2858.32, "end": 2858.58, "word": " put", "probability": 0.41845703125}, {"start": 2858.58, "end": 2858.94, "word": " your", "probability": 0.444580078125}, {"start": 2858.94, "end": 2859.48, "word": " content.", "probability": 0.861328125}, {"start": 2860.68, "end": 2861.28, "word": " It", "probability": 0.374267578125}, {"start": 2861.28, "end": 2861.38, "word": " can", "probability": 0.82080078125}, {"start": 2861.38, "end": 2861.38, "word": " be", "probability": 0.951171875}, {"start": 2861.38, "end": 2861.5, "word": " a", "probability": 0.87548828125}, {"start": 2861.5, "end": 2861.88, "word": " fragment,", "probability": 0.705078125}, {"start": 2862.22, "end": 2862.28, "word": " a", "probability": 0.29052734375}, {"start": 2862.28, "end": 2862.6, "word": " photo,", "probability": 0.47802734375}, {"start": 2862.76, "end": 2862.88, "word": " or", "probability": 0.53564453125}, {"start": 2862.88, "end": 2863.4, "word": " whatever", "probability": 0.564453125}, {"start": 2863.4, "end": 2863.74, "word": " you", "probability": 0.90234375}, {"start": 2863.74, "end": 2863.94, "word": " want", "probability": 0.794921875}, {"start": 2863.94, "end": 2863.96, "word": " to", "probability": 0.861328125}, {"start": 2863.96, "end": 2864.14, "word": " call", "probability": 0.8251953125}, {"start": 2864.14, "end": 2864.26, "word": " it.", "probability": 0.94384765625}, {"start": 2865.76, "end": 2866.04, "word": " Is", "probability": 0.57958984375}, {"start": 2866.04, "end": 2866.04, "word": " it", "probability": 0.59521484375}, {"start": 2866.04, "end": 2866.22, "word": " clear?", "probability": 0.86669921875}], "temperature": 1.0}, {"id": 112, "seek": 289630, "start": 2867.94, "end": 2896.3, "text": " No, let's see if this works. This is supposed to work. Ok, fine. This is my face. Now, when I make a slide, can you see it? What do I do with the face? Did you see how the fragment worked? Did I change any code somewhere else? No. I just rearranged it for what?", "tokens": [883, 11, 718, 311, 536, 498, 341, 1985, 13, 639, 307, 3442, 281, 589, 13, 3477, 11, 2489, 13, 639, 307, 452, 1851, 13, 823, 11, 562, 286, 652, 257, 4137, 11, 393, 291, 536, 309, 30, 708, 360, 286, 360, 365, 264, 1851, 30, 2589, 291, 536, 577, 264, 26424, 2732, 30, 2589, 286, 1319, 604, 3089, 4079, 1646, 30, 883, 13, 286, 445, 29875, 10296, 309, 337, 437, 30], "avg_logprob": -0.4926215182575915, "compression_ratio": 1.4636871508379887, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2867.94, "end": 2868.18, "word": " No,", "probability": 0.08428955078125}, {"start": 2868.3, "end": 2868.56, "word": " let's", "probability": 0.6641845703125}, {"start": 2868.56, "end": 2868.8, "word": " see", "probability": 0.64111328125}, {"start": 2868.8, "end": 2868.96, "word": " if", "probability": 0.21630859375}, {"start": 2868.96, "end": 2869.2, "word": " this", "probability": 0.409423828125}, {"start": 2869.2, "end": 2870.48, "word": " works.", "probability": 0.58740234375}, {"start": 2870.6, "end": 2870.68, "word": " This", "probability": 0.224853515625}, {"start": 2870.68, "end": 2870.8, "word": " is", "probability": 0.479248046875}, {"start": 2870.8, "end": 2870.92, "word": " supposed", "probability": 0.422607421875}, {"start": 2870.92, "end": 2870.92, "word": " to", "probability": 0.9619140625}, {"start": 2870.92, "end": 2875.1, "word": " work.", "probability": 0.8701171875}, {"start": 2875.56, "end": 2876.04, "word": " Ok,", "probability": 0.37841796875}, {"start": 2876.06, "end": 2876.3, "word": " fine.", "probability": 0.193115234375}, {"start": 2881.12, "end": 2881.6, "word": " This", "probability": 0.71875}, {"start": 2881.6, "end": 2881.66, "word": " is", "probability": 0.9345703125}, {"start": 2881.66, "end": 2881.7, "word": " my", "probability": 0.445068359375}, {"start": 2881.7, "end": 2881.88, "word": " face.", "probability": 0.284912109375}, {"start": 2882.16, "end": 2882.32, "word": " Now,", "probability": 0.59814453125}, {"start": 2882.32, "end": 2882.44, "word": " when", "probability": 0.72412109375}, {"start": 2882.44, "end": 2882.5, "word": " I", "probability": 0.94921875}, {"start": 2882.5, "end": 2882.62, "word": " make", "probability": 0.308349609375}, {"start": 2882.62, "end": 2882.74, "word": " a", "probability": 0.77880859375}, {"start": 2882.74, "end": 2883.16, "word": " slide,", "probability": 0.9521484375}, {"start": 2884.22, "end": 2884.38, "word": " can", "probability": 0.2431640625}, {"start": 2884.38, "end": 2884.38, "word": " you", "probability": 0.97265625}, {"start": 2884.38, "end": 2884.58, "word": " see", "probability": 0.92919921875}, {"start": 2884.58, "end": 2884.86, "word": " it?", "probability": 0.83349609375}, {"start": 2887.14, "end": 2887.62, "word": " What", "probability": 0.73388671875}, {"start": 2887.62, "end": 2887.66, "word": " do", "probability": 0.6748046875}, {"start": 2887.66, "end": 2887.72, "word": " I", "probability": 0.990234375}, {"start": 2887.72, "end": 2887.88, "word": " do", "probability": 0.9169921875}, {"start": 2887.88, "end": 2887.98, "word": " with", "probability": 0.404541015625}, {"start": 2887.98, "end": 2888.08, "word": " the", "probability": 0.5322265625}, {"start": 2888.08, "end": 2888.28, "word": " face?", "probability": 0.884765625}, {"start": 2889.34, "end": 2889.82, "word": " Did", "probability": 0.358642578125}, {"start": 2889.82, "end": 2889.82, "word": " you", "probability": 0.97216796875}, {"start": 2889.82, "end": 2890.0, "word": " see", "probability": 0.8876953125}, {"start": 2890.0, "end": 2890.22, "word": " how", "probability": 0.9208984375}, {"start": 2890.22, "end": 2890.56, "word": " the", "probability": 0.8203125}, {"start": 2890.56, "end": 2890.92, "word": " fragment", "probability": 0.68701171875}, {"start": 2890.92, "end": 2890.92, "word": " worked?", "probability": 0.472900390625}, {"start": 2891.3, "end": 2891.78, "word": " Did", "probability": 0.79833984375}, {"start": 2891.78, "end": 2892.16, "word": " I", "probability": 0.978515625}, {"start": 2892.16, "end": 2892.16, "word": " change", "probability": 0.873046875}, {"start": 2892.16, "end": 2892.72, "word": " any", "probability": 0.8759765625}, {"start": 2892.72, "end": 2893.06, "word": " code", "probability": 0.87255859375}, {"start": 2893.06, "end": 2893.46, "word": " somewhere", "probability": 0.322998046875}, {"start": 2893.46, "end": 2893.84, "word": " else?", "probability": 0.75341796875}, {"start": 2893.98, "end": 2894.34, "word": " No.", "probability": 0.9404296875}, {"start": 2894.6, "end": 2895.02, "word": " I", "probability": 0.8173828125}, {"start": 2895.02, "end": 2895.2, "word": " just", "probability": 0.66748046875}, {"start": 2895.2, "end": 2895.5, "word": " rearranged", "probability": 0.701171875}, {"start": 2895.5, "end": 2895.92, "word": " it", "probability": 0.5390625}, {"start": 2895.92, "end": 2896.02, "word": " for", "probability": 0.369140625}, {"start": 2896.02, "end": 2896.3, "word": " what?", "probability": 0.72705078125}], "temperature": 1.0}, {"id": 113, "seek": 292614, "start": 2897.64, "end": 2926.14, "text": " for the main activity. It's a game, but it's like a logo. Didn't I tell you before that it's like an installation? You just install it. And that's the simplicity of the job. That's it, you've installed all the fragments, take this one, put it here, put it there, move it right, move it left, and so on. Of course, we're not done yet. This one needs to... When you press the button, what does it do? It closes it. It puts the button in a box and connects it to the bar. Okay? But this is the navigation drawer. It's working. Did you ask me to go up, guys? Next time, we'll continue.", "tokens": [337, 264, 2135, 5191, 13, 467, 311, 257, 1216, 11, 457, 309, 311, 411, 257, 9699, 13, 11151, 380, 286, 980, 291, 949, 300, 309, 311, 411, 364, 13260, 30, 509, 445, 3625, 309, 13, 400, 300, 311, 264, 25632, 295, 264, 1691, 13, 663, 311, 309, 11, 291, 600, 8899, 439, 264, 29197, 11, 747, 341, 472, 11, 829, 309, 510, 11, 829, 309, 456, 11, 1286, 309, 558, 11, 1286, 309, 1411, 11, 293, 370, 322, 13, 2720, 1164, 11, 321, 434, 406, 1096, 1939, 13, 639, 472, 2203, 281, 485, 1133, 291, 1886, 264, 2960, 11, 437, 775, 309, 360, 30, 467, 24157, 309, 13, 467, 8137, 264, 2960, 294, 257, 2424, 293, 16967, 309, 281, 264, 2159, 13, 1033, 30, 583, 341, 307, 264, 17346, 24039, 13, 467, 311, 1364, 13, 2589, 291, 1029, 385, 281, 352, 493, 11, 1074, 30, 3087, 565, 11, 321, 603, 2354, 13], "avg_logprob": -0.5915032617406908, "compression_ratio": 1.7425149700598803, "no_speech_prob": 6.318092346191406e-06, "words": [{"start": 2897.64, "end": 2897.88, "word": " for", "probability": 0.177490234375}, {"start": 2897.88, "end": 2897.96, "word": " the", "probability": 0.65234375}, {"start": 2897.96, "end": 2898.06, "word": " main", "probability": 0.8291015625}, {"start": 2898.06, "end": 2898.52, "word": " activity.", "probability": 0.9013671875}, {"start": 2899.28, "end": 2899.38, "word": " It's", "probability": 0.576416015625}, {"start": 2899.38, "end": 2899.4, "word": " a", "probability": 0.453369140625}, {"start": 2899.4, "end": 2899.52, "word": " game,", "probability": 0.78515625}, {"start": 2899.66, "end": 2899.7, "word": " but", "probability": 0.447509765625}, {"start": 2899.7, "end": 2899.76, "word": " it's", "probability": 0.5772705078125}, {"start": 2899.76, "end": 2899.9, "word": " like", "probability": 0.71484375}, {"start": 2899.9, "end": 2899.98, "word": " a", "probability": 0.419189453125}, {"start": 2899.98, "end": 2900.2, "word": " logo.", "probability": 0.5859375}, {"start": 2900.36, "end": 2900.4, "word": " Didn't", "probability": 0.6463623046875}, {"start": 2900.4, "end": 2900.44, "word": " I", "probability": 0.96435546875}, {"start": 2900.44, "end": 2900.62, "word": " tell", "probability": 0.646484375}, {"start": 2900.62, "end": 2900.76, "word": " you", "probability": 0.96533203125}, {"start": 2900.76, "end": 2900.92, "word": " before", "probability": 0.40478515625}, {"start": 2900.92, "end": 2901.04, "word": " that", "probability": 0.4423828125}, {"start": 2901.04, "end": 2901.1, "word": " it's", "probability": 0.8876953125}, {"start": 2901.1, "end": 2901.22, "word": " like", "probability": 0.7880859375}, {"start": 2901.22, "end": 2901.42, "word": " an", "probability": 0.1849365234375}, {"start": 2901.42, "end": 2901.52, "word": " installation?", "probability": 0.35546875}, {"start": 2902.22, "end": 2902.54, "word": " You", "probability": 0.61083984375}, {"start": 2902.54, "end": 2902.68, "word": " just", "probability": 0.544921875}, {"start": 2902.68, "end": 2902.92, "word": " install", "probability": 0.2396240234375}, {"start": 2902.92, "end": 2903.04, "word": " it.", "probability": 0.77880859375}, {"start": 2903.78, "end": 2903.98, "word": " And", "probability": 0.64404296875}, {"start": 2903.98, "end": 2904.36, "word": " that's", "probability": 0.6390380859375}, {"start": 2904.36, "end": 2904.42, "word": " the", "probability": 0.424560546875}, {"start": 2904.42, "end": 2904.82, "word": " simplicity", "probability": 0.720703125}, {"start": 2904.82, "end": 2904.98, "word": " of", "probability": 0.826171875}, {"start": 2904.98, "end": 2905.04, "word": " the", "probability": 0.52294921875}, {"start": 2905.04, "end": 2905.24, "word": " job.", "probability": 0.72509765625}, {"start": 2905.76, "end": 2906.02, "word": " That's", "probability": 0.5902099609375}, {"start": 2906.02, "end": 2906.06, "word": " it,", "probability": 0.90771484375}, {"start": 2906.16, "end": 2906.38, "word": " you've", "probability": 0.554931640625}, {"start": 2906.38, "end": 2906.56, "word": " installed", "probability": 0.27392578125}, {"start": 2906.56, "end": 2906.86, "word": " all", "probability": 0.29296875}, {"start": 2906.86, "end": 2906.94, "word": " the", "probability": 0.82568359375}, {"start": 2906.94, "end": 2907.32, "word": " fragments,", "probability": 0.435791015625}, {"start": 2907.46, "end": 2907.7, "word": " take", "probability": 0.1158447265625}, {"start": 2907.7, "end": 2907.9, "word": " this", "probability": 0.640625}, {"start": 2907.9, "end": 2907.98, "word": " one,", "probability": 0.323486328125}, {"start": 2907.98, "end": 2908.16, "word": " put", "probability": 0.57861328125}, {"start": 2908.16, "end": 2908.28, "word": " it", "probability": 0.79248046875}, {"start": 2908.28, "end": 2908.42, "word": " here,", "probability": 0.76806640625}, {"start": 2908.54, "end": 2908.72, "word": " put", "probability": 0.72607421875}, {"start": 2908.72, "end": 2908.98, "word": " it", "probability": 0.7548828125}, {"start": 2908.98, "end": 2909.08, "word": " there,", "probability": 0.1566162109375}, {"start": 2909.12, "end": 2909.3, "word": " move", "probability": 0.235107421875}, {"start": 2909.3, "end": 2909.38, "word": " it", "probability": 0.78271484375}, {"start": 2909.38, "end": 2909.54, "word": " right,", "probability": 0.27880859375}, {"start": 2909.68, "end": 2909.8, "word": " move", "probability": 0.81640625}, {"start": 2909.8, "end": 2909.92, "word": " it", "probability": 0.9208984375}, {"start": 2909.92, "end": 2910.12, "word": " left,", "probability": 0.9326171875}, {"start": 2910.56, "end": 2910.82, "word": " and", "probability": 0.73046875}, {"start": 2910.82, "end": 2910.94, "word": " so", "probability": 0.92529296875}, {"start": 2910.94, "end": 2911.02, "word": " on.", "probability": 0.88330078125}, {"start": 2911.98, "end": 2912.3, "word": " Of", "probability": 0.289794921875}, {"start": 2912.3, "end": 2912.32, "word": " course,", "probability": 0.9609375}, {"start": 2912.38, "end": 2912.62, "word": " we're", "probability": 0.5677490234375}, {"start": 2912.62, "end": 2912.62, "word": " not", "probability": 0.86669921875}, {"start": 2912.62, "end": 2912.88, "word": " done", "probability": 0.70166015625}, {"start": 2912.88, "end": 2913.04, "word": " yet.", "probability": 0.84033203125}, {"start": 2913.22, "end": 2913.4, "word": " This", "probability": 0.5830078125}, {"start": 2913.4, "end": 2913.5, "word": " one", "probability": 0.2332763671875}, {"start": 2913.5, "end": 2913.64, "word": " needs", "probability": 0.60888671875}, {"start": 2913.64, "end": 2914.44, "word": " to...", "probability": 0.26947021484375}, {"start": 2914.44, "end": 2914.86, "word": " When", "probability": 0.306640625}, {"start": 2914.86, "end": 2915.0, "word": " you", "probability": 0.37744140625}, {"start": 2915.0, "end": 2915.18, "word": " press", "probability": 0.52099609375}, {"start": 2915.18, "end": 2915.4, "word": " the", "probability": 0.65625}, {"start": 2915.4, "end": 2915.54, "word": " button,", "probability": 0.8369140625}, {"start": 2915.58, "end": 2915.68, "word": " what", "probability": 0.77880859375}, {"start": 2915.68, "end": 2915.68, "word": " does", "probability": 0.76318359375}, {"start": 2915.68, "end": 2915.82, "word": " it", "probability": 0.79443359375}, {"start": 2915.82, "end": 2915.96, "word": " do?", "probability": 0.9560546875}, {"start": 2916.32, "end": 2916.64, "word": " It", "probability": 0.47216796875}, {"start": 2916.64, "end": 2916.88, "word": " closes", "probability": 0.3798828125}, {"start": 2916.88, "end": 2917.06, "word": " it.", "probability": 0.7685546875}, {"start": 2917.1, "end": 2917.18, "word": " It", "probability": 0.39892578125}, {"start": 2917.18, "end": 2917.38, "word": " puts", "probability": 0.591796875}, {"start": 2917.38, "end": 2917.58, "word": " the", "probability": 0.73291015625}, {"start": 2917.58, "end": 2917.76, "word": " button", "probability": 0.83056640625}, {"start": 2917.76, "end": 2917.88, "word": " in", "probability": 0.56787109375}, {"start": 2917.88, "end": 2918.02, "word": " a", "probability": 0.26953125}, {"start": 2918.02, "end": 2918.24, "word": " box", "probability": 0.1683349609375}, {"start": 2918.24, "end": 2918.24, "word": " and", "probability": 0.320556640625}, {"start": 2918.24, "end": 2918.34, "word": " connects", "probability": 0.359375}, {"start": 2918.34, "end": 2918.44, "word": " it", "probability": 0.7431640625}, {"start": 2918.44, "end": 2918.52, "word": " to", "probability": 0.6103515625}, {"start": 2918.52, "end": 2918.76, "word": " the", "probability": 0.69873046875}, {"start": 2918.76, "end": 2919.02, "word": " bar.", "probability": 0.8056640625}, {"start": 2919.36, "end": 2919.68, "word": " Okay?", "probability": 0.261962890625}, {"start": 2919.78, "end": 2919.96, "word": " But", "probability": 0.88916015625}, {"start": 2919.96, "end": 2920.08, "word": " this", "probability": 0.53173828125}, {"start": 2920.08, "end": 2920.08, "word": " is", "probability": 0.1785888671875}, {"start": 2920.08, "end": 2920.18, "word": " the", "probability": 0.59716796875}, {"start": 2920.18, "end": 2920.42, "word": " navigation", "probability": 0.69677734375}, {"start": 2920.42, "end": 2920.76, "word": " drawer.", "probability": 0.87158203125}, {"start": 2921.3, "end": 2921.4, "word": " It's", "probability": 0.781494140625}, {"start": 2921.4, "end": 2921.66, "word": " working.", "probability": 0.3056640625}, {"start": 2923.08, "end": 2923.4, "word": " Did", "probability": 0.5244140625}, {"start": 2923.4, "end": 2923.4, "word": " you", "probability": 0.5634765625}, {"start": 2923.4, "end": 2923.46, "word": " ask", "probability": 0.822265625}, {"start": 2923.46, "end": 2923.54, "word": " me", "probability": 0.22509765625}, {"start": 2923.54, "end": 2923.64, "word": " to", "probability": 0.271240234375}, {"start": 2923.64, "end": 2923.8, "word": " go", "probability": 0.414306640625}, {"start": 2923.8, "end": 2923.86, "word": " up,", "probability": 0.8974609375}, {"start": 2923.98, "end": 2924.14, "word": " guys?", "probability": 0.78564453125}, {"start": 2925.14, "end": 2925.46, "word": " Next", "probability": 0.1890869140625}, {"start": 2925.46, "end": 2925.56, "word": " time,", "probability": 0.87646484375}, {"start": 2925.66, "end": 2925.88, "word": " we'll", "probability": 0.640625}, {"start": 2925.88, "end": 2926.14, "word": " continue.", "probability": 0.65673828125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2926.527, "duration_after_vad": 2653.040624999989} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU.srt new file mode 100644 index 0000000000000000000000000000000000000000..b1112ce58502f270bc4dc8c5d2b71976e59d524b --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU.srt @@ -0,0 +1,2048 @@ +1 +00:00:21,020 --> 00:00:22,180 +طيب جماعة، السلام عليكم + +2 +00:00:26,130 --> 00:00:29,370 +خلصنا يا جماعة، المحاضرة الماضية موضوع الـ database + +3 +00:00:29,370 --> 00:00:32,910 +تمام، اتكلمنا بالتفصيل على كيف ربط التطبيق بالـ + +4 +00:00:32,910 --> 00:00:38,590 +SQLite عشان أعمل insert للـ data أو عرض، أعمل query + +5 +00:00:38,590 --> 00:00:42,710 +أو delete، تمام؟ وإذا واحد فيهم التلاتة هدول بيقدر + +6 +00:00:42,710 --> 00:00:46,950 +يعمل update بشكل بسيط، وعرفنا بعض التفاصيل المهمة + +7 +00:00:46,950 --> 00:00:51,650 +في التعامل مع الـ database. اليوم، إن شاء الله هنكمل + +8 +00:00:51,650 --> 00:00:56,900 +جزئية علاقة برضه بحفظ البيانات، اللي هي حاجة بيسميها + +9 +00:00:56,900 --> 00:01:02,100 +احنا shared preferences، لأن أنتَ في التطبيق بتاعك + +10 +00:01:02,100 --> 00:01:05,720 +يا جماعة، بتحتاج تحفظ معلومات بسيطة، يعني مثلاً المستخدم + +11 +00:01:05,720 --> 00:01:08,380 +دخل على التطبيق وعمل بعض الإعدادات، تغيير مثلاً في + +12 +00:01:08,380 --> 00:01:13,860 +الخطوط، تمام؟ كبر الخط، عمل login وحط user name و + +13 +00:01:13,860 --> 00:01:16,940 +password، بتحتاج لما تيجي تدخل المرة الجاية يظل + +14 +00:01:16,940 --> 00:01:19,460 +متذكر إيش الـ user name والـ password، زي الـ history + +15 +00:01:19,460 --> 00:01:25,250 +اللي بنحفظها في الـ web browser مثلاً، غير إعدادات مثلاً + +16 +00:01:25,250 --> 00:01:29,290 +في التطبيق، غير لون الخلفية، لون الخطوط، كذا، + +17 +00:01:29,290 --> 00:01:32,210 +بتقفل، تقفل التطبيق وترجع ثاني، تلاقي الإعدادات + +18 +00:01:32,210 --> 00:01:35,650 +كلها دي راحت، تمام؟ لأن أنتَ ممكن البيانات تحفظها + +19 +00:01:35,650 --> 00:01:38,850 +بطرق ثانية، ممكن تحفظها في ملفات، ممكن تحفظها في + +20 +00:01:38,850 --> 00:01:42,820 +الـ database. للحفظ في الـ database لأمور بسيطة زي هيك + +21 +00:01:42,820 --> 00:01:45,460 +يعني مش مستاهل، يعني أنتَ عشان تحفظ الـ + +22 +00:01:45,460 --> 00:01:48,980 +password تروح تعمل table في الـ database وتقول له + +23 +00:01:48,980 --> 00:01:54,420 +insert وبعدين تقول له query، لأ، للإعدادات البسيطة + +24 +00:01:56,030 --> 00:02:00,950 +أفضل أنْ نشوف طريقة ثانية غير الـ database، لأن + +25 +00:02:00,950 --> 00:02:04,870 +أندرويد وفّرت لنا طريقة مبسّطة لحفظ البيانات، سموها + +26 +00:02:04,870 --> 00:02:10,090 +shared preferences. إيش هي كلمة preferences أصلاً؟ + +27 +00:02:10,090 --> 00:02:14,430 +preferences يعني الأمور المفضّلة، مش بيقول لك I prefer + +28 +00:02:14,430 --> 00:02:18,650 +كذا، المفضّلات، يعني الأمور، مش الفضلات، المفضّلات، + +29 +00:02:18,650 --> 00:02:22,850 +الأمور اللي أنتَ بتفضّلها، هذه بتسمّيها الـ preferences. + +30 +00:02:23,520 --> 00:02:27,680 +الـ Shared Preferences، من اسمها، إنّه الأمور المفضّلة + +31 +00:02:27,680 --> 00:02:31,600 +بالنسبة لك، الإعدادات، مثلاً الـ Login Details اللي + +32 +00:02:31,600 --> 00:02:34,640 +أنتَ بتستخدمها دائماً، اللي بدّك تلاقيها موجودة في + +33 +00:02:34,640 --> 00:02:39,040 +التطبيق كل ما تفتحه، هذه عملوا لها اسم، سمّوها Shared + +34 +00:02:39,040 --> 00:02:42,560 +Preferences، عشان تحفظ فيها data، فعلياً، هي + +35 +00:02:42,560 --> 00:02:45,160 +Shared Preferences هي ملف، بيكون عبارة عن ملف، و + +36 +00:02:45,160 --> 00:02:48,240 +بيخزن في ملف وبيقرأ من ملف، يعني زي كأنّك بتحفظ + +37 +00:02:48,240 --> 00:02:51,940 +في الملف، بس هم حتى مبسّطينها، يعني مش محتاج مثلاً أنتَ + +38 +00:02:51,940 --> 00:02:55,180 +عشان تحفظ فيها file output stream و file writer زي + +39 +00:02:55,180 --> 00:02:59,740 +ما كنا نعمل في الـ Java، لأن عشان نفهم هذه، نعرِف إيش + +40 +00:02:59,740 --> 00:03:02,140 +هي shared preferences وكيف نستخدمها، بنشوفها بمثال + +41 +00:03:02,140 --> 00:03:06,760 +عامل، تمام؟ المثال العملي اللي بدّي أشوفه اليوم وبدّي + +42 +00:03:06,760 --> 00:03:10,300 +أشرحه من خلاله، shared preferences بسيط جداً، هو + +43 +00:03:10,300 --> 00:03:14,080 +عبارة عن تطبيق وفيه زر واحد، وإيش مكتوب عليه؟ + +44 +00:03:14,080 --> 00:03:19,460 +change color، لأن أنتَ لو ضغطت على change color، هتغيّر + +45 +00:03:19,460 --> 00:03:23,340 +لون الخلفية، الـ background، بإنّنا نخليه يجيب random + +46 +00:03:23,340 --> 00:03:29,080 +color، كل ما تضغط على الزر، بيختار لون عشوائي، و + +47 +00:03:29,080 --> 00:03:33,840 +بيحطه للخلفية، لأن المفروض أنا لو سكّرت التطبيق، و + +48 +00:03:33,840 --> 00:03:37,340 +أرجع أفتحه ثاني، ألاقي لون الخلفية هو نفس آخر لون + +49 +00:03:38,290 --> 00:03:43,090 +أنا حطيته، يعني هنا في حفظ حاجات، إيش هي؟ لون + +50 +00:03:43,090 --> 00:03:47,070 +الخلفية، إذا أنتَ فهمتها، تقدر تطبّقها على أي حاجة، + +51 +00:03:47,070 --> 00:03:51,350 +تقدر تقول مثلاً، إنّ الـ user لما يجي يعمل login، تمام؟ و + +52 +00:03:51,350 --> 00:03:53,450 +كان الـ login successful، خد الـ user name والـ + +53 +00:03:53,450 --> 00:03:56,750 +password وحطّهم وين؟ في الـ shared preferences، تمام؟ + +54 +00:03:56,750 --> 00:04:00,510 +إحنا هنا هنحفظ لون، أنتَ حتى ممكن تحفظ فيها أي + +55 +00:04:00,510 --> 00:04:04,330 +بيانات، واضح يا جماعة؟ طيب، نرجع للتطبيق هذا، هي + +56 +00:04:04,330 --> 00:04:08,690 +الـ activity بتاعته لسه فاضية، لأن بنجيب الـ button + +57 +00:04:08,690 --> 00:04:24,330 +تمام، شغلناه. + +58 +00:04:24,330 --> 00:04:28,310 +خلاص، بلاش R + +59 +00:04:28,310 --> 00:04:28,970 +.ID + +60 +00:04:48,810 --> 00:04:52,870 +عشان نعمل رقم عشوائي، لأن عشان نعمل رقم في حاجة + +61 +00:04:52,870 --> 00:04:57,410 +اسمها RGB، بتديها أنتَ الـ red والـ green والـ + +62 +00:04:57,410 --> 00:05:04,990 +blue، وهي بتعمل لك رقم، طبعاً بتديها رقم من 0 لـ 255. + +63 +00:05:04,990 --> 00:05:09,850 +يعني مثلاً، هد اللون بتطلع إيش؟ أحمر، فكيف نجيب رقم + +64 +00:05:09,850 --> 00:05:12,830 +عشوائي؟ احنا في خدمة class اسمها Random، صح ولا + +65 +00:05:17,130 --> 00:05:22,870 +وبعدين بتقول له هنا R.nextInt(255)، هذا إيش يعني؟ + +66 +00:05:22,870 --> 00:05:27,710 +بيجيب رقم عشوائي من 0 لـ 255، وهنا نفس الحاجة، R + +67 +00:05:27,710 --> 00:05:44,590 +.nextInt(255) هذا. + +68 +00:05:44,590 --> 00:05:50,230 +الـ RGB بترجع integer color، يعني بتعمل color و + +69 +00:05:50,230 --> 00:05:53,850 +بترجعه كـ إيش؟ كـ integer. لو ضلّ علينا حاجة واحدة، إنّ + +70 +00:05:53,850 --> 00:05:58,350 +آخذ الـ color هذا وأحطه للـ background، عشان أحطه للـ + +71 +00:05:58,350 --> 00:06:02,990 +background، لو جينا للـ layout، لمين بنحط الـ color؟ + +72 +00:06:02,990 --> 00:06:05,670 +احنا اتعودنا لما بتحط الخلفية، بتروح للـ layout + +73 +00:06:05,670 --> 00:06:10,830 +نفسها، صح ولا؟ وبتحط background، صح؟ مش هيك اللي أنا + +74 +00:06:10,830 --> 00:06:13,930 +أعمله، بس هالمرة ما بدّي أعمله من xml، بدّي أعمله + +75 +00:06:13,930 --> 00:06:19,610 +من الـ code. عشان نعملها من الـ code لازم تعطيها ID، هي + +76 +00:06:19,610 --> 00:06:24,870 +layout، my layout، احنا + +77 +00:06:24,870 --> 00:06:30,490 +كنا بنعمل xml لها، اللي جبناه، نعمل من الـ code، تعالى + +78 +00:06:30,490 --> 00:06:38,030 +نعملها فوق، هي ConstraintLayout، هي layout، find + +79 +00:06:38,030 --> 00:06:44,610 +view by ID، R.id.myLayout، هاي جاب للـ + +80 +00:06:44,610 --> 00:06:51,740 +ConstraintLayout. الآن أنا باجي وبقول layout.set + +81 +00:06:51,740 --> 00:06:57,520 +background color، وبعطيله الـ color. + +82 +00:07:14,450 --> 00:07:18,150 +طيب، الآن بصير لما أضغط على الزر يغيّر لون الخلفية، + +83 +00:07:18,150 --> 00:07:23,290 +ماهي مشكلة لحد ما يشتغل، نشوف احنا كيف... طيب أنا + +84 +00:07:23,290 --> 00:07:27,350 +إيش هدفي الآن؟ بدّي اللون الجديد اللي عملته هذا، بدنا + +85 +00:07:27,350 --> 00:07:30,370 +نحفظه على أساس إنّه لو سكّر التطبيق، يظل اللون هذا + +86 +00:07:30,370 --> 00:07:35,590 +موجود عندي، لأن أنا بدّي أحفظه، فالآن أنا مثلاً في + +87 +00:07:35,590 --> 00:07:38,270 +مثالي هذا، بدّه لما يضغط على الزر ويغيّر لون الخلفية + +88 +00:07:38,270 --> 00:07:42,760 +على طول ياخد اللون ويحفظه، تمام؟ حفظ، ورقة تالية، + +89 +00:07:42,760 --> 00:07:46,620 +احنا دلّونا في حاجة جاهزة اسمها shared preferences. + +90 +00:07:46,620 --> 00:07:54,580 +هاي التطبيق اللي هتعمل change color، بيضل يغيّر في + +91 +00:07:54,580 --> 00:08:00,640 +الألوان، تمام؟ طيب، كلّ لون جديد يظهر عندنا، نحفظه. + +92 +00:08:00,640 --> 00:08:02,120 +فبتروح + +93 +00:08:14,060 --> 00:08:18,460 +بس أنا أتذكر كيف بنجيبها، shared preferences، + +94 +00:08:34,370 --> 00:08:40,850 +آه، طيب، لأن فينا method اسمها getSharedPreferences، + +95 +00:08:40,850 --> 00:08:44,310 +شايفينها؟ getSharedPreferences، هذا الـ method موجود + +96 +00:08:44,310 --> 00:08:48,610 +أولاً في الـ activity، inherited من أين؟ من الـ super + +97 +00:08:48,610 --> 00:08:51,630 +class، جاهزة، getSharedPreferences، هذا الـ + +98 +00:08:51,630 --> 00:08:53,850 +getSharedPreferences بتاخد two parameters، الـ + +99 +00:08:53,850 --> 00:08:58,410 +parameter الأول، أعطي أنتَ اسم للـ preferences، يعني + +100 +00:08:58,410 --> 00:09:03,190 +مثلاً أنا بدّي أسمّيها settings، أي اسم أنتَ بدّك، يعني + +101 +00:09:04,080 --> 00:09:07,940 +ممكن تجيب أكتر من shared preferences، واحدة تسمّيها + +102 +00:09:07,940 --> 00:09:13,380 +settings، واحدة تسمّيها configurations، واحدة، تقسّم الـ + +103 +00:09:13,380 --> 00:09:20,620 +data بتاعتك، تقسّمها، وكأنّك بتعمل ملف وبتسمّيه مثلاً + +104 +00:09:20,620 --> 00:09:23,420 +هذه جهة shared preferences، بتسمّيها هذه settings. + +105 +00:09:25,800 --> 00:09:28,380 +طبعاً بعد هيك، لما تيجي تقرأ البيانات اللي بدّك إياها، + +106 +00:09:28,380 --> 00:09:34,260 +تقراها من نفس الاسم، تمام؟ الـ parameter الثاني، mode، + +107 +00:09:34,260 --> 00:09:37,460 +حاجة اسمها constant موجود في الـ super class برضه، + +108 +00:09:37,460 --> 00:09:40,980 +اسمها mode private، الآن إيش هذا الـ mode private؟ الآن + +109 +00:09:40,980 --> 00:09:43,540 +الـ shared preferences، أوّل ما عملوها في الـ Android، + +110 +00:09:43,540 --> 00:09:48,580 +كان فيه إمكانية إنّ تطبيقات تتشارك في الـ shared + +111 +00:09:48,580 --> 00:09:51,260 +preferences، يعني ممكن تطبيق يجي يخزّن فيها بيانات، و + +112 +00:09:51,260 --> 00:09:56,050 +يجي تطبيق ثاني يقرأ من نفس البيانات هذه، تمام؟ هذا + +113 +00:09:56,050 --> 00:09:59,930 +زمان، أوّل ما عملوها، بعدين قالوا لأ، قالوا هذا فيه + +114 +00:09:59,930 --> 00:10:04,230 +اختراق لخصوصية البرامج، بدّنا نخلي الـ share in + +115 +00:10:04,230 --> 00:10:08,290 +France، كل تطبيق لحاله، فعشان هيك، زمان كان فيه، أنتَ + +116 +00:10:08,290 --> 00:10:11,570 +بتقدر تحط الـ mode هنا، فيه mode public وفيه mode + +117 +00:10:12,140 --> 00:10:15,700 +private، public بتكون shared ما بين تطبيقات، private + +118 +00:10:15,700 --> 00:10:19,820 +معناها بتكون بس للتطبيق، الآن هذه بطّل إلها دور، يعني + +119 +00:10:19,820 --> 00:10:23,640 +حطّيتها public ولا private، بتبقى private، وحطّوا + +120 +00:10:23,640 --> 00:10:26,840 +الـ public، ما شالوش أصلاً، عشان الـ backward + +121 +00:10:26,840 --> 00:10:30,260 +compatibility، أزالوها، يعني الإصدارات القديمة + +122 +00:10:30,260 --> 00:10:34,000 +أزالوها، شغال عليها، تمام؟ فهذه، يعني أنتَ حطّها mode + +123 +00:10:34,000 --> 00:10:36,860 +private بس، فيها، مش هتفرق إيش ما حطّيتها، تبقى خاصة + +124 +00:10:36,860 --> 00:10:41,350 +في التطبيق. طيب، الآن احنا لما عملنا getShared + +125 +00:10:41,350 --> 00:10:44,330 +preferences زي ما قلنا، بتعطيله اسم معيّن وبتعطيله + +126 +00:10:44,330 --> 00:10:48,250 +mode private، برجع لك object من نوع إيش؟ shared + +127 +00:10:48,250 --> 00:10:51,010 +preferences. الآن احنا بدنا نقرأ منه ولا نكتب عليه؟ + +128 +00:10:51,010 --> 00:10:54,590 +هنا في الحالة هذه، لما نقوم نضغط على زر، لسه الـ get، + +129 +00:10:54,590 --> 00:10:57,810 +احنا بدنا نخزّن البيانات فيه، أنتَ، هنقرأ لما نجي نشغل + +130 +00:10:57,810 --> 00:11:03,460 +التطبيق مرة ثانية، بس أنا في لحظة الضغط على الزر، صار + +131 +00:11:03,460 --> 00:11:07,560 +فيه لون جديد، فأنا بدي أخزّنه، تمام؟ فبتروح للشغلة في + +132 +00:11:07,560 --> 00:11:12,480 +France وبتعمل method اسمها edit، تمام؟ وهذه إيش + +133 +00:11:12,480 --> 00:11:17,220 +بيرجع لك، هي تطلع عليها، بترجع لك editor، فبتعمل edit، + +134 +00:11:17,220 --> 00:11:18,140 +هيجيب لك editor. + +135 +00:11:25,900 --> 00:11:29,260 +وبعدين بتروح للـ editor وبتقول له فيه method اسمه + +136 +00:11:29,260 --> 00:11:35,240 +put، زي الـ intent، put boolean، float، long، string، + +137 +00:11:35,240 --> 00:11:39,760 +string set، تمام؟ احنا مثلاً الـ color تبعنا إيش نوعه؟ + +138 +00:11:39,760 --> 00:11:48,440 +integer، تمام؟ ففي عندك هنا putInt، تحط key اسم معيّن + +139 +00:11:48,440 --> 00:11:52,240 +عشان تجيبه منه برضه، مثلاً bgColor، background color، + +140 +00:11:52,240 --> 00:11:55,080 +حط هنا إيش؟ color. + +141 +00:11:56,850 --> 00:11:59,930 +ماشي يا جماعة، جبنا الشغلة بفرانسيز، عملنا لها + +142 +00:11:59,930 --> 00:12:02,490 +edit، جبنا editor، وروحنا على الـ editor، وضفنا + +143 +00:12:02,490 --> 00:12:08,730 +البيانات، وبعدين آخر خطوة، editor.commit، اعتمد + +144 +00:12:08,730 --> 00:12:12,310 +الـ... أخذنا في الـ database الـ commit والـ rollback، + +145 +00:12:12,310 --> 00:12:16,510 +تاخذوها. + +146 +00:12:16,510 --> 00:12:20,050 +الـ commit هذه معناها إنّه الآن أنا التعديلات اللي + +147 +00:12:20,050 --> 00:12:22,610 +عملتها على الـ editor، إعتمدت، اللي ما بتعمل إيش؟ + +148 +00:12:22,610 --> 00:12:30,360 +commit، تمام؟ خلاص، أنا بقول له save، احفظ، فهي هي + +149 +00:12:30,360 --> 00:12:32,700 +الطريقة للحفظ في الـ shared preferences، بس الأربع + +150 +00:12:32,700 --> 00:12:36,480 +أسطر هذه بتقول له getSharedPreferences، وبعدين + +151 +00:12:36,480 --> 00:12:40,220 +edit، وبعدين put للبيانات، وفي الآخر حاجة commit، + +152 +00:12:40,220 --> 00:12:45,940 +تمام؟ هيك البيانات وين حفظها الآن؟ إيش المفروض أعمل؟ + +153 +00:12:45,940 --> 00:12:50,000 +أنا المفروض، أول ما... أنا هنا حفظنا البيانات، بس هل + +154 +00:12:50,000 --> 00:12:54,320 +استفدنا منها؟ آه، ما استفدناش منها، المفروض أوّل ما أشغل + +155 +00:12:54,320 --> 00:12:59,110 +التطبيق، يروح على الـ shared preferences، أوّل ما يشغل، وين؟ + +156 +00:12:59,110 --> 00:13:03,730 +يعني في الـ onCreate، هنا، قبل ما يعمل action ويفحص + +157 +00:13:03,730 --> 00:13:06,610 +الـ shared preferences، إذا لقى فيه بيانات، يقراها ويحطّها + +158 +00:13:06,610 --> 00:13:11,690 +في الـ background، ما لقىش، خلاص، خليها زي ما هي، فالآن + +159 +00:13:11,690 --> 00:13:17,610 +يعني + +160 +00:13:17,610 --> 00:13:20,430 +حاليا بغيّر في الألوان وبحفظ في الـ shared preferences، بس + +161 +00:13:20,430 --> 00:13:23,790 +ما استفدناش من اللون، طيب، لأن أجيت على الـ onCreate، + +162 +00:13:23,790 --> 00:13:31,870 +بدّي أقول له، أوّل ما تشتغل، روح بإيش؟ اجيب من shared preferences + +163 +00:13:31,870 --> 00:13:35,070 +بتحط + +164 +00:13:35,070 --> 00:13:42,230 +نفس الاسم، طيب، + +165 +00:13:42,230 --> 00:13:46,350 +الآن بدناش نضيف، احنا بدنا... بدنا نقرأ، صح؟ بتقول + +166 +00:13:46,350 --> 00:13:54,390 +sp.get، getInt، احنا بأي اسم حطينا البيانات؟ + +167 +00:13:54,390 --> 00:13:54,670 +فيه + +168 +00:13:59,960 --> 00:14:03,740 +bgColor، لأن الـ integer فيه default value، إذا لم + +169 +00:14:03,740 --> 00:14:10,040 +توجد، ماذا أضيف له؟ سالب واحد، فـ int + +170 +00:14:10,040 --> 00:14:13,640 +color، رجعت عشان أتأكّد إنّ موجود الـ color ولا لأ، + +171 +00:14:13,640 --> 00:14:18,360 +بقول له if color لا يساوي ناقص واحد، معناه إنّ في + +172 +00:14:18,360 --> 00:14:22,0 + +223 +00:18:17,930 --> 00:18:22,710 +إذا لجأت إلى بيانات، ما تطلبش من المستخدم إدخال ثاني، وديه + +224 +00:18:22,710 --> 00:18:26,490 +على الـ activity بتاعة التطبيق مباشرة، فهذا + +225 +00:18:26,490 --> 00:18:27,050 +شغل code + +226 +00:18:32,130 --> 00:18:37,470 +طيب خلينا نشوف حاجة ثانية الآن، طيب + +227 +00:18:37,470 --> 00:18:42,890 +في جزئية يا جماعة إحنا أخذنا كيف تشغل activity + +228 +00:18:42,890 --> 00:18:47,210 +طبعاً، لكن في جزئية أنا ما شرحتش اسمها start + +229 +00:18:47,210 --> 00:18:51,990 +activity for result، طبعاً إيش يعني start activity + +230 +00:18:51,990 --> 00:18:55,550 +for result؟ أحياناً أنت بـتحتاج أن في ترابط بين + +231 +00:18:55,550 --> 00:18:59,850 +activities، أن أنت تشغل activity و تطلب من الـ + +232 +00:18:59,850 --> 00:19:02,490 +activity الثانية تدخل من خلالها بيانات والبيانات + +233 +00:19:02,490 --> 00:19:11,990 +ترجع للـ activity الأولى، يعني على سبيل المثال عندي + +234 +00:19:11,990 --> 00:19:16,210 +أنا form بـأطلب من المستخدم يدخل بيانات، وفي عندي مثلاً + +235 +00:19:16,210 --> 00:19:21,700 +trees، your hobbies مثلاً، إيش هنا hobbies؟ الهوايات + +236 +00:19:21,700 --> 00:19:26,320 +طبعاً هذه الهوايات، يعني أنا كيف بدي أعملها؟ بدي أضغط + +237 +00:19:26,320 --> 00:19:30,460 +على الزر، بدي يشغل لي activity جديدة، الـ activity + +238 +00:19:30,460 --> 00:19:33,020 +الجديدة بـتجيب لي الهوايات، وهنا بـتجيب لي check boxes + +239 +00:19:33,020 --> 00:19:38,200 +طبعاً بـأختار اللي أنا بدي إياه منها طبعاً، وبعدين + +240 +00:19:38,200 --> 00:19:42,800 +بأعمل back أو بضغط زر، برجع لمين؟ للـ activity الأولى + +241 +00:19:42,800 --> 00:19:45,820 +والمفروض البيانات اللي موجودة هنا يرجعها للـ + +242 +00:19:45,820 --> 00:19:50,870 +activity الأولى، فهنا أنا في فرق ما بين start + +243 +00:19:50,870 --> 00:19:54,610 +activity، و start activity for result، start + +244 +00:19:54,610 --> 00:19:58,250 +activity، بروح للـ activity الثانية وخلاص + +245 +00:19:58,250 --> 00:20:03,330 +بتكون الثانية مالهاش علاقة بالأولى، لكن هنا المفروض + +246 +00:20:03,330 --> 00:20:07,630 +أن الـ activity اللي أنا فتحتها ترجع بيانات للـ + +247 +00:20:07,630 --> 00:20:10,530 +activity الأولى، فـنشوف كيف نقدر إحنا نرجع بيانات + +248 +00:20:10,530 --> 00:20:16,180 +من activity لـ activity زي المثال هذا، الآن فعلاً في + +249 +00:20:16,180 --> 00:20:18,000 +كثير من الأحيان يكون فيه ترابط ما بين الـ + +250 +00:20:18,000 --> 00:20:21,620 +activities، أنت بـتشغل الـ activity عشان تعمل حاجة + +251 +00:20:21,620 --> 00:20:25,540 +معينة، والنتيجة ترجع للـ activity الأولى، أعطيكم مثال + +252 +00:20:25,540 --> 00:20:30,520 +ثاني، عليها الكاميرا، برنامج الكاميرا، وهذا إذا فهمنا + +253 +00:20:30,520 --> 00:20:34,710 +هذا، نطبقه من خلاله، نـشغل الـ intent اللي بـيشغل + +254 +00:20:34,710 --> 00:20:37,710 +الكاميرا، لأن الكاميرا أنت بـتقول له start activity، و + +255 +00:20:37,710 --> 00:20:41,250 +بـتشغل برنامج الكاميرا، لما ت... برنامج الكاميرا + +256 +00:20:41,250 --> 00:20:44,870 +لما تعمل تصوير، مفروض يرجع لك بيانات الصورة، الصورة + +257 +00:20:44,870 --> 00:20:48,770 +المفروض ترجع لمين؟ للـ activity اللي هنا، إحنا أخذنا + +258 +00:20:48,770 --> 00:20:52,150 +start activity، الـ intent، كيف تبعت SMS، كيف تبعت + +259 +00:20:52,150 --> 00:20:56,450 +email مثلاً، تمام؟ بس هذه الـ activities كلها ما كانتش + +260 +00:20:56,450 --> 00:21:01,130 +ترجع حاجة، كانت بس بتعرض، بتفتح لك حاجة، تكتب الإيميل، + +261 +00:21:01,130 --> 00:21:05,370 +تعمل الـ send وخلاص، طبعاً، لكن في بعض الـ intents زي + +262 +00:21:05,370 --> 00:21:09,330 +مثلاً الكاميرا، كيف تأخذ فيديو؟ طبعاً لازم ترجع + +263 +00:21:09,330 --> 00:21:14,130 +النتيجة للـ activity اللي طلبتها، لو الصورة مثلاً + +264 +00:21:14,130 --> 00:21:18,410 +بدها ترجع هنا، لو فيديو بدها ترجع هنا، صح؟ ولا؟ فهذه + +265 +00:21:18,410 --> 00:21:22,330 +بدنا نشوفها كيف، الـ activity تحفظ بيانات أو ترجع + +266 +00:21:22,330 --> 00:21:25,030 +البيانات للـ activity الأساسي اللي عمل call + +267 +00:21:28,070 --> 00:21:31,890 +لأ، هذا هنعلمه أول حاجة من خلال مثال إحنا نطبقه + +268 +00:21:31,890 --> 00:21:35,510 +اللي هو مثال الـ hobbies هذا بتاع الهوايات، مثال الـ + +269 +00:21:35,510 --> 00:21:39,010 +hobbies بتاع الهوايات، أنا عامل two activities فيه + +270 +00:21:39,010 --> 00:21:46,010 +main activity اللي هي، فيه زر اسمه إيش؟ favorite + +271 +00:21:47,520 --> 00:21:50,640 +favorite hobbies اللي هو الهوايات المفضلة، هذا + +272 +00:21:50,640 --> 00:21:54,660 +مفروض يفتح لك activity تدخل من خلالها الهوايات، في + +273 +00:21:54,660 --> 00:21:58,300 +زر ثاني اسمه camera، هذا هنشوفه بعد ما نخلص اللي + +274 +00:21:58,300 --> 00:22:02,660 +فوق، اللي هو بتفتحه بـيشغل لك الكاميرا، وهذا إيش؟ هذا + +275 +00:22:02,660 --> 00:22:06,080 +image view، أن هو بعد ما تأخذ الصورة يرجع لك يعرض لك + +276 +00:22:06,080 --> 00:22:10,560 +إياها، يعرضها هنا، تمام؟ بس إحنا لسه خلينا مركزين على + +277 +00:22:10,560 --> 00:22:13,240 +الـ favorite hobbies، هذا الـ favorite hobbies، بـيفتح لك + +278 +00:22:13,240 --> 00:22:17,310 +على activity بسيطة جديدة، فيها داخلها إيش؟ list + +279 +00:22:17,310 --> 00:22:22,030 +view، تمام؟ هـتقعد الهوايات وأنت بـتختار منها اللي بدك + +280 +00:22:22,030 --> 00:22:28,170 +إياه، ماشي؟ طيب، وفي كمان عملت أنا تصميم layout اللي + +281 +00:22:28,170 --> 00:22:32,730 +هو تصميم العناصر اللي هتيجي على الشاشة، هـتلاقي أن + +282 +00:22:32,730 --> 00:22:35,490 +الهوايات كيف هتكون؟ هيكون في اسم الهواية مكتوب + +283 +00:22:35,490 --> 00:22:37,910 +وجنبه check box + +284 +00:22:40,600 --> 00:22:46,080 +على أساس أن أنت بتعلم اللي بدك إياه، وبعدين يرجع لك + +285 +00:22:46,080 --> 00:22:50,300 +النتيجة على الـ activity الأولى، خليني أشوف نعمل + +286 +00:22:50,300 --> 00:22:54,560 +هذا الـ code، وروحنا وين؟ إحنا على الـ main activity + +287 +00:22:56,960 --> 00:23:00,200 +إحنا شفنا شكل الـ main activity كالتالي، فيه زر + +288 +00:23:00,200 --> 00:23:04,900 +بدي يفتح لك من الشاشة بتاعة الهوايات، تمام؟ هالـ + +289 +00:23:04,900 --> 00:23:07,800 +gate، لما ترجع، لما المستخدم يختار ويرجع هنا، بدي + +290 +00:23:07,800 --> 00:23:10,580 +يعرض لك إياها كـ toast من هذه الـ activity أو يعرض لك إياها + +291 +00:23:10,580 --> 00:23:15,200 +جوا text view، طيب، فجينا على الـ main activity بنجيب + +292 +00:23:15,200 --> 00:23:15,520 +الـ button + +293 +00:23:29,820 --> 00:23:37,820 +نسيت أنا إشي، مسميه، لحظة، شايف start + +294 +00:23:37,820 --> 00:23:38,240 +button + +295 +00:24:00,650 --> 00:24:11,230 +طيب الآن intent، و + +296 +00:24:11,230 --> 00:24:16,870 +بعدين ResultActivity + +297 +00:24:16,870 --> 00:24:22,310 +.class، الآن + +298 +00:24:22,310 --> 00:24:26,190 +بنشغل الـ activity، بس بانتظر منه نتيجة، إذا أنت + +299 +00:24:26,190 --> 00:24:29,690 +بانتظر من الـ activity اللي بدك تشغلها نتيجة، بتعملش + +300 +00:24:29,690 --> 00:24:32,130 +start activity لحالها، بتعمل start activity for + +301 +00:24:32,130 --> 00:24:36,690 +result، طبعاً start activity for result بتاخد two + +302 +00:24:36,690 --> 00:24:41,610 +parameters، الـ intent و parameter الثاني اسمه + +303 +00:24:41,610 --> 00:24:46,530 +request code، هذا request code، فيه حاجة اسمها result + +304 +00:24:46,530 --> 00:24:50,890 +code، وأرقام، عشان من خلالها بنقدر نميز مين اللي + +305 +00:24:50,890 --> 00:24:56,140 +بعت الطلب ومين اللي رجع الطلب، يعني مثلاً مثلاً، حط + +306 +00:24:56,140 --> 00:25:00,640 +هنا رقم 4، هالـ gate ممكن تكون في activity ثانية + +307 +00:25:00,640 --> 00:25:07,200 +بتشغل الـ result رقم... بتبعت رقم 5، يعني هذه الـ + +308 +00:25:07,200 --> 00:25:11,370 +activity ممكن تستدعى من أكثر من activity، يعني + +309 +00:25:11,370 --> 00:25:15,330 +activity ثانية تروح تستدعيها، تستدعيها، تستخدمها + +310 +00:25:15,330 --> 00:25:20,030 +هتجيب، كيف هذه بـتميز مين اللي طلبها؟ بـنبعت request + +311 +00:25:20,030 --> 00:25:24,290 +code، هذه بتبعت مثلاً رقم 4، هذه بتبعت 5، هذه بتبعت 6 + +312 +00:25:24,290 --> 00:25:29,230 +هذا مش لازم دائماً، يعني أحياناً في بعض التطبيقات + +313 +00:25:29,230 --> 00:25:33,050 +ممكن هذه الـ activity لازم يعرف من اللي طلب عن + +314 +00:25:33,050 --> 00:25:36,330 +طريق مين؟ الـ request code، إحنا هنا مادام أننا + +315 +00:25:36,330 --> 00:25:39,010 +activity واحدة اللي بتطلب و activity واحدة اللي + +316 +00:25:39,010 --> 00:25:42,250 +بترجع، يبقى هذا الـ request code مالوش أهمية كبيرة + +317 +00:25:42,250 --> 00:25:45,730 +بس زي ما قلت لك، هو هدفه أن هذه الـ activity اللي + +318 +00:25:45,730 --> 00:25:50,310 +بتستقبل الـ request بتميز مين اللي بعته، فكل واحدة + +319 +00:25:50,310 --> 00:25:54,530 +تطلب الـ activity هذه، بتبعت رقم مختلف، فلو أنت + +320 +00:25:54,530 --> 00:25:57,250 +بعت أي رقم، مش هيفرق كتير، تمام؟ + +321 +00:26:00,090 --> 00:26:03,350 +طيب، المفروض الآن الـ activity الثانية اشتغلت، تعالى + +322 +00:26:03,350 --> 00:26:07,150 +نجهز الـ activity الثانية، الـ activity الثانية لسه + +323 +00:26:07,150 --> 00:26:11,350 +حتى الآن ليس فيها list view وليس فيها بيانات، صح؟ + +324 +00:26:11,350 --> 00:26:18,750 +ولا لأ؟ فبنجهزها، هالـ gate إحنا بدنا نعمل array list + +325 +00:26:18,750 --> 00:26:21,830 +list + +326 +00:26:21,830 --> 00:26:22,530 +of string + +327 +00:26:36,810 --> 00:26:37,630 +بتحط إيش؟ + +328 +00:26:57,120 --> 00:27:01,620 +طيب، هالـ gate إحنا بنعبي list view، صح؟ ولا لأ؟ فبدنا + +329 +00:27:01,620 --> 00:27:09,280 +adapter، صح؟ وقصة، بس في نتعلم حل أسهل، هالـ gate نجيب + +330 +00:27:09,280 --> 00:27:13,740 +الـ list view في الأول، هي list view، find view by id + +331 +00:27:13,740 --> 00:27:16,520 +r.id.listview + +332 +00:27:19,640 --> 00:27:23,240 +الحل الأفضل، ده من أن أنت تعمل custom adapter عشان + +333 +00:27:23,240 --> 00:27:27,860 +تعمل زي ما أنت بدك، لكن لما يكون عندك بيانات محددة + +334 +00:27:27,860 --> 00:27:32,580 +زي string مثلاً، وبدك تعبيها، ما فيش فيه شغل، مثلاً + +335 +00:27:32,580 --> 00:27:37,720 +بيانات زي object، الـ object بـتغلب، ليش؟ لأن فيه صور، و + +336 +00:27:37,720 --> 00:27:41,860 +فيه نصوص، وفيه تاريخ ميلاد، بدها شغل، لكن لما يكون الـ + +337 +00:27:41,860 --> 00:27:46,320 +string، خدها وعبيها في مكان محدد، الاندرويد عامل + +338 +00:27:46,320 --> 00:27:51,200 +adapter جاهز اسمه array adapter، تمام؟ بياخد + +339 +00:27:51,200 --> 00:27:54,840 +parameters ثابتة، زي ما قلت لك، بيستخدم لحالات بسيطة + +340 +00:27:54,840 --> 00:27:58,060 +لما يكون في array of string وبدك تعبيها في مكان + +341 +00:27:58,060 --> 00:28:03,760 +محدد، يعني مثلاً إحنا هنا اللي موجود في الـ item فقط + +342 +00:28:03,760 --> 00:28:07,280 +اللي بدها تتعبى من الـ text view هذا، تمام؟ اللي هو + +343 +00:28:07,280 --> 00:28:13,580 +اسمه hobby tv، هذا بنستخدمه عشان أعمل adapter في + +344 +00:28:13,580 --> 00:28:16,960 +object، جهاز اسمه array adapter، البيانات اللي بتعمل + +345 +00:28:16,960 --> 00:28:23,080 +معاها هي إيش؟ string، هاي adapter وبتقول له new array + +346 +00:28:23,080 --> 00:28:28,500 +adapter string، هذا بياخذ المعلومات التالية، أول + +347 +00:28:28,500 --> 00:28:34,620 +حاجة بدها الـ context، تمام؟ وبعدين بدها layout، تمام؟ + +348 +00:28:34,620 --> 00:28:41,780 +layout بتاعة الـ item كلها، R.layout.itemdesign + +349 +00:28:42,750 --> 00:28:47,470 +وبعدين من الـ layout بتاعة الـ item بدك تديله لسه + +350 +00:28:47,470 --> 00:28:53,070 +الـ field اللي بدها تعبيه، الـ field اللي بدها تعبيه + +351 +00:28:53,070 --> 00:29:02,830 +اللي هو اسمه r.id.hobby.tv، الآن أخر حاجة بـيديه الـ + +352 +00:29:02,830 --> 00:29:08,550 +بيانات اللي بدها تعبيها في الـ hobby.tv، اللي هي list + +353 +00:29:08,550 --> 00:29:09,390 +هذه الـ hobbies + +354 +00:29:16,420 --> 00:29:21,380 +طبعاً هكذا عملت أنا adapter جاهز، بدل ما تروح تعمل + +355 +00:29:21,380 --> 00:29:24,420 +extend custom base adapter وتعمل implement للـ + +356 +00:29:24,420 --> 00:29:29,140 +method، هذا adapter، على طول بتديله الـ context، و + +357 +00:29:29,140 --> 00:29:33,540 +بتعطيله الـ layout بتاعة الـ item اللي أنت صممتها، و + +358 +00:29:33,540 --> 00:29:37,340 +بتعطيله الـ field اللي بدك تعبي فيه البيانات، عشان + +359 +00:29:37,340 --> 00:29:40,860 +هكذا، لاحظ أن هذا بتنفع بس لما يكون في حاجة واحدة + +360 +00:29:40,860 --> 00:29:42,960 +بدك تعبيها، صح؟ ولا؟ + +361 +00:29:46,030 --> 00:29:49,870 +بالضبط، بس هذا زي ما قلت لك، محدودة، يعني أنت إيش + +362 +00:29:49,870 --> 00:29:53,950 +بتعطيه field واحد، تعبيه، تمام؟ ولازم يكون string + +363 +00:29:53,950 --> 00:29:58,050 +تمام؟ لكن لما يكون فيه أكثر من field وفيه صورة، و + +364 +00:29:58,050 --> 00:30:01,310 +فيه تاريخ ميلاد، بدها شغل وبرمجة، بدك تعمل custom + +365 +00:30:01,310 --> 00:30:05,710 +adapter، هذا للتمشية، واضح كيف؟ للحاجات البسيطة + +366 +00:30:11,530 --> 00:30:14,170 +هو لحاله، خلاص، أنت عطيله بس الـ array هذا، معمول له + +367 +00:30:14,170 --> 00:30:18,050 +implement وجاهز، تمام؟ ومعمول implement للـ get + +368 +00:30:18,050 --> 00:30:23,130 +view، بياخد من هذا وبيعبي في ال... تمام؟ يعني هو + +369 +00:30:23,130 --> 00:30:25,490 +معمول من... أصلاً أنت لما تعمل custom adapter مش + +370 +00:30:25,490 --> 00:30:30,790 +بتمرر له الـ context وبتمرر له الـ layout وبتمرر له من + +371 +00:30:30,790 --> 00:30:34,570 +الـ array، هم بس كاتبين الـ code اللي جوا عشان يريحوك + +372 +00:30:34,570 --> 00:30:38,110 +بس هو جالك حاجة إضافية، يعني هو مريحك، نقاش الـ field + +373 +00:30:38,110 --> 00:30:42,200 +اللي بتعبى فيه، اللي هو هذا الـ hobby، يعني هم كاتبين + +374 +00:30:42,200 --> 00:30:45,920 +الـ code موجود، وإحنا نقدر نكتب الـ code هذا، و + +375 +00:30:45,920 --> 00:30:49,600 +نستخدمه، بس خلاص بقول لك أن هذا زي ما قلنا، الحاجات + +376 +00:30:49,600 --> 00:30:53,200 +البسيطة، لما يكون في field واحد بدك تعبيه، بتعبيه بـ + +377 +00:30:53,200 --> 00:30:57,680 +string، ماشي؟ هي يا جماعة، طيب، جهزت الـ adapter جاهز + +378 +00:30:57,680 --> 00:31:03,760 +بس، بتروح للـ list view وبتقول له set adapter، adapter + +379 +00:31:03,760 --> 00:31:07,080 +لإن + +380 +00:31:07,080 --> 00:31:11,940 +هيبقى نجرب نشوف كيف شكله، طيب، لحتى الـ Underdog يبقى + +381 +00:31:11,940 --> 00:31:15,180 +أول ما تشغل الـ Activity هذه، هذه الـ Activity، + +382 +00:31:15,180 --> 00:31:18,340 +مين استدعاها؟ الـ Result Activity؟ الـ Main + +383 +00:31:18,340 --> 00:31:23,020 +Activity، لما ضغط على هذا، لسه عبي البيانات، + +384 +00:31:23,020 --> 00:31:27,980 +طبعاً؟ لسه ما ترجعش، ما هو مش هيفضل المستخدم يختار، + +385 +00:31:27,980 --> 00:31:30,820 +ما هي الفكرة عندك؟ لما يختار، بدك تأخذ البيانات + +386 +00:31:30,820 --> 00:31:36,340 +اللي اختارها وتحفظها، طبعاً؟ طيب، يبقى إحنا نزلنا + +387 +00:31:36,340 --> 00:31:39,340 +يا جماعة، ده شوف اشتغل هذا ولا لأ؟ + +388 +00:31:44,710 --> 00:31:51,730 +طيب تعالى نشوف التطبيق الآن، لاحظ + +389 +00:31:51,730 --> 00:31:56,570 +الآن إيش؟ لسه ما علمش على checkbox، مش لحاله هيعلم + +390 +00:31:56,570 --> 00:32:00,410 +أنت بتقول له لما تضغط على list of you روح علم مين؟ للـ + +391 +00:32:00,410 --> 00:32:03,750 +checkbox، طب عشان نعملها دي إحنا برضه، يعني الميزة + +392 +00:32:03,750 --> 00:32:06,610 +مش بس هناخد start activity for a result، هنتعلم بعض + +393 +00:32:06,610 --> 00:32:09,130 +الحاجات الجديدة، الـ readapter، أنا مددت لك يا جبال + +394 +00:32:09,130 --> 00:32:13,210 +هيك صح؟ ولا هي ما مرّت علينا، الـ activity result + +395 +00:32:17, + +445 +00:37:08,870 --> 00:37:17,990 +ساميها اسم ثاني selected اللي + +446 +00:37:17,990 --> 00:37:22,590 +هو دي إيش يعني الـ hobbies اللي المستخدم اختارها في + +447 +00:37:22,590 --> 00:37:25,110 +الأول، إيش بتكون؟ بتكون فارغة + +448 +00:37:34,030 --> 00:37:40,210 +الآن بدي أحكيله if الـ check box is it checked مش + +449 +00:37:40,210 --> 00:37:43,790 +أنا رحت، كان إذا كان مش معلّم، علّمته. الآن إذا كان + +450 +00:37:43,790 --> 00:37:46,630 +معلّم، معناه البيانات إيش بدي أعمل؟ بدي أجيبها + +451 +00:37:46,630 --> 00:37:51,930 +وأحطّها في الـ selected hobbies. إذا كان مش معلّم، صار + +452 +00:37:51,930 --> 00:37:57,310 +مش معلّم، بدي أشيلها من الـ hobbies، صح؟ ولا؟ الآن إذا + +453 +00:37:57,310 --> 00:38:00,590 +كانت checked، معناه بدي الـ data هنا، اللي هي وين + +454 +00:38:00,590 --> 00:38:07,700 +موجودة عند الـ ... الـ position، تمام؟ فبأجي هنا، هاي الـ + +455 +00:38:07,700 --> 00:38:13,600 +array hobbies. + +456 +00:38:13,600 --> 00:38:21,300 +get position string selected hobby + +457 +00:38:24,010 --> 00:38:27,750 +و هذه أحطّها إيش؟ أحطّها final، يعني أنا الآن عشان أعرف + +458 +00:38:27,750 --> 00:38:30,690 +إيش اللي اختاره هو، تمام؟ مش هو بيجيب لي الـ position + +459 +00:38:30,690 --> 00:38:34,770 +اللي اختاره، وبنعرف أن الـ position في الـ list هو + +460 +00:38:34,770 --> 00:38:38,010 +نفس الـ position في الـ array بتاعته، مين هي الـ array؟ + +461 +00:38:38,010 --> 00:38:42,310 +بتاعته، إنه الـ hobbies. الآن لما أختار أي عنصر، جبته + +462 +00:38:42,310 --> 00:38:45,270 +خزنته، إيش الـ selected؟ هو بيقول: دلوقتي ده ممكن مش + +463 +00:38:45,270 --> 00:38:49,030 +selected، ممكن selected ولا أو أو not selected ما + +464 +00:38:49,030 --> 00:38:53,760 +هو لو كان معلّم وضغطت عليه، بصير إيش؟ not selected. + +465 +00:38:53,760 --> 00:38:57,640 +فلآن، إذا كان ... إذا صار checked الـ checkbox، معناه + +466 +00:38:57,640 --> 00:39:01,020 +هبقى آخذ هذه وأحطّها وين؟ جوا الـ ArrayList + +467 +00:39:01,020 --> 00:39:10,660 +selectedhobbies.add selectedhobby + +468 +00:39:10,660 --> 00:39:17,300 +طب إذا كان شيلت التعليم، أنا إيش أنا قلت؟ إن شيلت + +469 +00:39:17,300 --> 00:39:19,940 +التعليم على الـ checkbox، بروح لـ selectedhobbies و + +470 +00:39:19,940 --> 00:39:20,680 +بقول remove + +471 +00:39:23,960 --> 00:39:28,420 +selected hobby مرة + +472 +00:39:28,420 --> 00:39:32,620 +ثانية، لأن أنا لما أضغط على العنصر في الـ list، ممكن + +473 +00:39:32,620 --> 00:39:36,800 +أكون بدي أختار العنصر، وممكن أكون بدي أشيل اختيار + +474 +00:39:36,800 --> 00:39:42,020 +العنصر، تمام؟ فأول خطوة عملتها، رحت جبت العنصر اللي + +475 +00:39:42,020 --> 00:39:47,280 +أنا ضغطت عليه، بضغط عليه، مش معناه أنا اخترته، تمام؟ + +476 +00:39:47,280 --> 00:39:50,480 +ممكن يكون أصلاً معلّم، وأنا شيلت التعليم عنه. + +477 +00:39:50,480 --> 00:39:55,360 +فجبتَه أول حاجة، بعدين بنشوف الـ checkbox أو + +478 +00:39:55,360 --> 00:39:59,340 +غيّرنا قيمة الـ checkbox، مش أنا ضغطت؟ إذا كان الـ + +479 +00:39:59,340 --> 00:40:02,420 +checkbox معلّم، بخليه مش معلّم. إذا كان مش معلّم، بيصير + +480 +00:40:02,420 --> 00:40:05,900 +معلّم. لأن بعد ما نغيّر قيمة الـ checkbox، بنجمع قيمة + +481 +00:40:05,900 --> 00:40:11,520 +الـ checkbox. إذا صار معلّم، طب معناه أن هذه القيمة + +482 +00:40:11,520 --> 00:40:15,460 +اللي هنا، أنا بدي إياها، رحت خزّنتها وين؟ في + +483 +00:40:15,460 --> 00:40:21,850 +selected hobbies. إذا كان شال التعليم عنه ولم يتشيكت، + +484 +00:40:21,850 --> 00:40:24,450 +معناه أن القيمة دي ما نحتاج إليها، فروحت لـ selected + +485 +00:40:24,450 --> 00:40:27,230 +hobbies وقلت له remove selected hobby. يبقى + +486 +00:40:27,230 --> 00:40:29,850 +النتيجة النهائية للـ hobbies اللي اخترت هو اللي + +487 +00:40:29,850 --> 00:40:36,750 +هتكون موجودة في selected hobbies. Logic برمجي واحد + +488 +00:40:36,750 --> 00:40:40,710 +واتنين، ما فيش، ده بيضايق فيه وقت طبعاً. المهم أن نرجع + +489 +00:40:40,710 --> 00:40:45,760 +البيانات لمين؟ للاكتيفتي الرئيسي، لأن بيقولوا أنت أحنا + +490 +00:40:45,760 --> 00:40:49,880 +مش هرجع البيانات هلق، بدنا نحفظ البيانات، وهو + +491 +00:40:49,880 --> 00:40:54,120 +لحظة برجعها لما أضغط على زر الـ back. كيف أعمل + +492 +00:40:54,120 --> 00:41:00,380 +intent، سميّه data you saw new intent. تبقوا معايا + +493 +00:41:00,380 --> 00:41:05,720 +جماعة، intent فاضي شايفينه؟ بعدين بتروح لـ data و + +494 +00:41:05,720 --> 00:41:06,500 +بتقوله put + +495 +00:41:09,280 --> 00:41:17,120 +في عندك put extra، بتأخذ الـ ArrayList، هي + +496 +00:41:17,120 --> 00:41:21,200 +الـ put extra بتأخذ أنواع محددة من البيانات. هذا الـ put + +497 +00:41:21,200 --> 00:41:26,720 +string. الـ ArrayList extra شايفينها؟ هذا ما إيش بتحطّه؟ + +498 +00:41:26,720 --> 00:41:32,180 +ما إيش اسمها مثلاً؟ hobbies. الـ key تبعها، والـ value + +499 +00:41:32,180 --> 00:41:33,640 +هي إيش؟ selected hobbies + +500 +00:41:37,850 --> 00:41:41,390 +هيك حطّيت البيانات في Intent، بعدين بتقول له set result + +501 +00:41:41,390 --> 00:41:44,610 +حطّ + +502 +00:41:44,610 --> 00:41:51,090 +result code، أي رقم، وبعدين بتقول له data. إيش هاعمل هنا؟ + +503 +00:41:51,090 --> 00:41:55,290 +set result الآن، وكأنه حطّ البيانات جاهزة، لكن مش للـ + +504 +00:41:55,290 --> 00:42:00,490 +result، لسه ما بعثتهاش للـ activity الأساسية. آه طبعاً الـ + +505 +00:42:00,490 --> 00:42:03,510 +gate، هنشوفها إمتى هتبعثها للـ activity الرئيسية؟ في + +506 +00:42:03,510 --> 00:42:08,030 +اللحظة اللي بتسكل فيها الـ activity هذه، سواء زرّ + +507 +00:42:08,030 --> 00:42:13,450 +close أو back، هترجع البيانات لمين؟ للـ main activity. + +508 +00:42:13,450 --> 00:42:20,530 +طيب الآن، احنا هي ملخص الموضوع للـ activity هذه. + +509 +00:42:20,530 --> 00:42:24,050 +استخدمنا الـ array adapter، بدل ما نعمل custom + +510 +00:42:24,050 --> 00:42:28,670 +adapter، حطينا الـ list view choice mode multiple + +511 +00:42:28,670 --> 00:42:31,990 +عشان يقدر يختار أكثر من answer. بعدين عملنا action + +512 +00:42:31,990 --> 00:42:35,230 +على الـ list view، وقلنا له: لما تيجي تضغط على الـ + +513 +00:42:35,230 --> 00:42:41,910 +checkbox، روح غيّر قيمته، صح؟ ولا يا جماعة؟ هذا لأنّه + +514 +00:42:41,910 --> 00:42:45,230 +الـ checkbox by default ما يكونش مربوط في الـ item + +515 +00:42:45,230 --> 00:42:47,410 +تضغط على الـ list view بدون ما يغيّر الـ checkbox. + +516 +00:42:48,860 --> 00:42:51,420 +الآن أنا بدي أجيب إيش؟ الـ hobby اللي أنا اخترتها، + +517 +00:42:51,420 --> 00:42:56,260 +سواء أنا اخترتها أو شيلت اختيارها، اللي هي هتكون في + +518 +00:42:56,260 --> 00:42:58,720 +selected hobby. بعدين جيت أفَحص: لو كانت الـ check + +519 +00:42:58,720 --> 00:43:02,160 +box جديدة، إذا كان معلّم، إذا أنا علّمته، بكون إن أنا + +520 +00:43:02,160 --> 00:43:04,600 +بدي الـ hobby الجديد، فأنا بقدر أخزّنها في selected + +521 +00:43:04,600 --> 00:43:08,000 +hobbies، else، شيلها من الـ selected hobbies. هيك + +522 +00:43:08,000 --> 00:43:13,540 +البيانات بتكون إيش؟ وعند أي تعديل، لاحظ، بأخذ الـ + +523 +00:43:13,540 --> 00:43:17,660 +selected hobbies وبخزّنها وين؟ في set result، يعني + +524 +00:43:17,660 --> 00:43:21,540 +set result، هذه بتبقى مالها؟ بعد ما قيمتها طالما + +525 +00:43:21,540 --> 00:43:26,280 +أنا إيش ما أعمل، بغيّر الـ set result، مش هترجع للـ + +526 +00:43:26,280 --> 00:43:29,040 +main activity إلا لما تنهي الـ activity اللي أنتَ + +527 +00:43:29,040 --> 00:43:34,680 +شغال فيها، تعمل زرّ الـ back. أول ما تضغط back، هترجع + +528 +00:43:34,680 --> 00:43:38,760 +البيانات لمين؟ للـ main activity. كيف بنستقبلها في + +529 +00:43:38,760 --> 00:43:44,320 +الـ main activity؟ انتبه معايا هنا. الآن بدنا نعمل + +530 +00:43:44,320 --> 00:43:47,340 +الآن implement لـ callback method جديدة. إيش يعني + +531 +00:43:47,340 --> 00:43:50,600 +callback method؟ الـ onCreate، هذه callback method + +532 +00:43:50,600 --> 00:43:54,860 +احنا ما بنستدعيها، callback، إيش يعني callback؟ يعني الـ + +533 +00:43:54,860 --> 00:43:58,580 +background هو بيستدعيها، مش احنا. هو لحاله بيستدعي الـ + +534 +00:43:58,580 --> 00:44:01,420 +onCreate، أول ما اشتغلت الـ activity. في callback + +535 +00:44:01,420 --> 00:44:05,360 +method ثانية، onBackPressed، بتتذكّروها؟ بيستدعيها + +536 +00:44:05,360 --> 00:44:10,280 +لحاله لما أضغط زرّ الـ back. في callback جديدة، برا الـ + +537 +00:44:10,280 --> 00:44:18,250 +onCreate، اسمها onActivityResult. أول + +538 +00:44:18,250 --> 00:44:23,770 +ما تصل للـ activity هذه result من activity أخرى، + +539 +00:44:23,770 --> 00:44:26,150 +فبتشتغل هذه الـ activity. + +540 +00:44:28,420 --> 00:44:31,220 +واضح؟ يعني هذه الـ activity موجودة أصلاً في الـ + +541 +00:44:31,220 --> 00:44:34,080 +superclass، بس فاضية. لو ما عملتش لها implement، مش + +542 +00:44:34,080 --> 00:44:37,120 +هتعمل حاجة، بترجع البيانات وهو ما عملش فيها حاجة. + +543 +00:44:37,120 --> 00:44:39,200 +الآن أنا عملت لها implement ليش؟ عشان أقول له + +544 +00:44:39,200 --> 00:44:43,800 +استقبل البيانات وأعمل فيها الشيء المعيّن. الآن هنا + +545 +00:44:43,800 --> 00:44:50,100 +بيبين الفيديو الـ result code والـ requestCode. هلق جيت + +546 +00:44:50,100 --> 00:44:53,600 +بقول له: طالع معايا إيش؟ هذا الـ method، لما تشتغل، + +547 +00:44:53,600 --> 00:44:57,220 +بيجيب لي الـ requestCode وبيجيب لي الـ resultCode، لأن أنا لما + +548 +00:44:57,220 --> 00:45:02,060 +استدعيت الـ method، بعت 4، تمام؟ ولما استقبلت الـ + +549 +00:45:02,060 --> 00:45:09,900 +بيانات ورجعت ليها، بعت 9. فبقول له: if requestCode يساوي + +550 +00:45:09,900 --> 00:45:17,480 +4 and resultCode يساوي 9، بعرف فعلياً أن هالطلب + +551 +00:45:17,480 --> 00:45:21,320 +ردّ على مين؟ ردّ على هذه الـ startActivity. طب ممكن أنا + +552 +00:45:21,320 --> 00:45:25,720 +أشتغل الكاميرا، ممكن أشتغل فيديو، كلهم هيستدعوا مين؟ + +553 +00:45:25,720 --> 00:45:29,980 +onActivityResult. كيف بدي أعرف مين أجت البيانات؟ + +554 +00:45:29,980 --> 00:45:34,760 +بَقارِن الـ requestCode. يعني زي لما تبعث أنت بريد، مش + +555 +00:45:34,760 --> 00:45:38,900 +بتحط عنوانك وعنوان المرسل إليه؟ هلق هو لما يرد عليك، + +556 +00:45:39,690 --> 00:45:43,870 +تمام؟ المفروض يرد على عنوانك، الـ ... الـ ... الـ + +557 +00:45:43,870 --> 00:45:47,450 +استلمته. ممكن أنا واحد ثاني أبعث له من رقم ... جواله، + +558 +00:45:47,450 --> 00:45:50,730 +ممكن أبعث له من رقم وطني، صح ولا لا؟ أنتَ مثلاً واحد من + +559 +00:45:50,730 --> 00:45:54,190 +زوجتين، ثاني، مش عامل مشاكل، بروح للأولى، بتصل عليها + +560 +00:45:54,190 --> 00:45:58,150 +من جوال، والثانية بتصل عليها من وطني، هعرف على طول لو + +561 +00:45:58,150 --> 00:46:00,970 +هذا ... لو واحد اتصل عليه من جوال، بعرف إنّه زوجت الـ + +562 +00:46:00,970 --> 00:46:06,760 +... أنتَ فاهم كيف عليّ؟ لو + +563 +00:46:06,760 --> 00:46:09,680 +ردّت هذيك على وطني، بعرف إنّ خلاص اللي بتصل عليها + +564 +00:46:09,680 --> 00:46:12,660 +وطني، هذه الزوجة الثانية، اللي بتصل عليها جوالها دي + +565 +00:46:12,660 --> 00:46:15,620 +دي الزوجة الأولى. هذه زيّك، بيبعت مثلاً أكثر من + +566 +00:46:15,620 --> 00:46:19,960 +requestCode، أربعة وخمسة وستة. إذا وصل requestCode + +567 +00:46:19,960 --> 00:46:23,460 +أربعة، بيعرف إنّه هَذا الطلب اللي بعتّه أربعة. يعني + +568 +00:46:23,460 --> 00:46:27,560 +هذه بستخدمه عشان أميّز لمين أنا بعت الطلب، ومن اللي + +569 +00:46:27,560 --> 00:46:28,280 +رجع الطلب. + +570 +00:46:31,220 --> 00:46:34,160 +طيب، الآن، معناه في بيانات وصلت. وين البيانات اللي + +571 +00:46:34,160 --> 00:46:38,300 +وصلت؟ بلاقيها في الـ data، تمام؟ في الـ data، المفروض + +572 +00:46:38,300 --> 00:46:42,500 +البيانات بتاعتي ألاقيها داخل الـ data. الآن بروح للـ + +573 +00:46:42,500 --> 00:46:51,140 +data هنا، وبقول له get extra. get، هلاقي فيه إيش؟ + +574 +00:46:51,140 --> 00:46:54,860 +string + +575 +00:46:54,860 --> 00:47:05,410 +ArrayList extra. احنا خزّناها بأي اسم؟ hobbies. high + +576 +00:47:05,410 --> 00:47:13,930 +ArrayList الآن. + +577 +00:47:13,930 --> 00:47:17,930 +بس عالسريع، بدي أروح أعمل Toast. makeText، get + +578 +00:47:17,930 --> 00:47:22,790 +application context، وبدي أقول له hobbies.toString، + +579 +00:47:22,790 --> 00:47:26,930 +يحوّلها لحالها لـ string. Toast.short + +580 +00:47:29,040 --> 00:47:33,220 +يعني البيانات اللي رجعت يا جماعة، نتأكد بس إنّه احنا + +581 +00:47:33,220 --> 00:47:36,460 +خذناها بالاسم هذا. آه، هيها، هي رجعت للـ main + +582 +00:47:36,460 --> 00:47:39,440 +activity. هلاقيها وين البيانات؟ زي ما قلنا، في الـ + +583 +00:47:39,440 --> 00:47:42,860 +data، جبتها كـ ArrayList، وطبعتها في الـ Toast. + +584 +00:47:42,860 --> 00:47:47,000 +ما عملتش loop أنا على الـ ... أو يا دكتور، قُلْها دكتور، + +585 +00:47:47,000 --> 00:47:49,840 +مثلاً زي الباكر، يعني لما قلت لعسايدة، هيعمله ستة، + +586 +00:47:49,840 --> 00:47:52,720 +يقول باكر، غزته، وهتفتح له يده مثلاً، مثلاً بتعمل زغره، + +587 +00:47:52,720 --> 00:47:57,810 +كده، يعني بعد ما يخلص دوره، بتعمل ... بتعمل okay. + +588 +00:47:57,810 --> 00:48:01,570 +بعد ما ... ما بنعملهاش هنا، بنعملها في الـ activity + +589 +00:48:01,570 --> 00:48:10,250 +اللي التالي، يعمل + +590 +00:48:10,250 --> 00:48:13,890 +finish للـ activity، بيسكّرَها. آه، بيعمل setResult و + +591 +00:48:13,890 --> 00:48:16,690 +finish، بيعمل setResult في الأول، وبعدين يعمل + +592 +00:48:16,690 --> 00:48:23,330 +finish. أول ما يعمل finish ويسكّرَها، هيرجع + +593 +00:48:23,330 --> 00:48:26,850 +على الـ main activity. طب إيش هيك اشتغل هو؟ + +594 +00:48:33,670 --> 00:48:37,770 +طيب، هي يا جماعة، بس أنفرجي تيها. هي favorite hobbies: + +595 +00:48:37,770 --> 00:48:44,050 +football، reading، sleeping، تمام؟ أعمل back، هي إيش؟ + +596 +00:48:44,050 --> 00:48:47,530 +طبعاً، لـ football، reading، sleeping، شفتوها الرسالة؟ + +597 +00:48:47,530 --> 00:48:53,050 +favorite hobbies، كيف؟ هي اختارت إيش؟ reading و + +598 +00:48:53,050 --> 00:48:56,950 +sleeping، تمام؟ back، هي طبعاً، هي الـ Toast: reading و + +599 +00:48:56,950 --> 00:48:59,930 +sleeping هنا، بس مش باينة كتير. طبعاً، لو بدي إيش؟ لما + +600 +00:48:59,930 --> 00:49:04,270 +نقعد ثاني، أطلّع له اللي عملت select من دول. بت... + +601 +00:49:04,270 --> 00:49:08,990 +كيف؟ يعني رجعت أنت، حطيت choice of his، فتحها، فجيت + +602 +00:49:08,990 --> 00:49:11,310 +choice of selected، لما نعمل selected، وحطيت back، + +603 +00:49:11,310 --> 00:49:16,650 +أعمل select هيك، تمام؟ أعمل back، آه، ارجع تاني بلاها؟ + +604 +00:49:16,650 --> 00:49:19,650 +آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه + +605 +00:49:19,650 --> 00:49:20,050 +آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه + +606 +00:49:20,050 --> 00:49:21,750 +آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه + +607 +00:49:21,750 --> 00:49:23,490 +آه، آه، آه، آه، آه، آه، آه، آه، آه، آه، آه + +608 +00:49:27,170 --> 00:49:28,890 +المرة القادمة ... المرة القادمة + +609 +00:49:31,670 --> 00:49:35,050 +إنّك تحفظ الـ ... هل نحفظ الشيء عشان اللي ... يحفظ + +610 +00:49:35,050 --> 00:49:37,490 +اللي بتاعته، اللي بتاعته؟ آه، هلق أنتَ ممكن إذا + +611 +00:49:37,490 --> 00:49:41,210 +حابب يبقى يحفظها الـ hobbies، إنّك تختارها وتأخذ هذه + +612 +00:49 \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..5ae6998839d7173d23eec8016e7ec58a98f79826 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/eDnQr78BcPU_postprocess.srt @@ -0,0 +1,2460 @@ +1 +00:00:21,020 --> 00:00:22,180 +طيب جماعة السلام عليكم + +2 +00:00:26,130 --> 00:00:29,370 +خلصنا يا جماعة المحاضرة الماضية موضوع ال database + +3 +00:00:29,370 --> 00:00:32,910 +تمام اتكلمنا بالتفصيل على كيف ربط التطبيق بال + +4 +00:00:32,910 --> 00:00:38,590 +SQLite عشان اعمل insert ل data او عرض اعمل query + +5 +00:00:38,590 --> 00:00:42,710 +او delete تمام و اذا واحد فيهم التلاتة هدولة بيقدر + +6 +00:00:42,710 --> 00:00:46,950 +يعمل update بشكل بسيط وعرفنا بعض التفاصيل المهمة + +7 +00:00:46,950 --> 00:00:51,650 +في التعامل مع ال database اليوم ان شاء الله هنكمل + +8 +00:00:51,650 --> 00:00:56,900 +جزئية علاقة برضه بحفظ البياناتاللي هي حاجة بيسميها + +9 +00:00:56,900 --> 00:01:02,100 +احنا shared preferences لأن انت في التطبيق براكته + +10 +00:01:02,100 --> 00:01:05,720 +جماعة بتحتاج تحفظ معلومات بسيطة يعني مثلا المستخدم + +11 +00:01:05,720 --> 00:01:08,380 +دخل على التطبيق وعمل بعض الإعدادات تغيير مثلا في + +12 +00:01:08,380 --> 00:01:13,860 +الخطوط تمام كبر الخط عمل login وحط user name و + +13 +00:01:13,860 --> 00:01:16,940 +password بتحتاج لما تيجي تدخل المرة الجاى يظل + +14 +00:01:16,940 --> 00:01:19,460 +متذكر ايش ال user name و ال password زي ال history + +15 +00:01:19,460 --> 00:01:25,250 +اللي بنضل في ال web browser مثلاغير اعدادات مثلا + +16 +00:01:25,250 --> 00:01:29,290 +في التطبيق، غير لون الخلفية، لون الخطوط، كذا، + +17 +00:01:29,290 --> 00:01:32,210 +بتكاشف، سكر التطبيق ويرجع تاني، تلاقي الأعدادات + +18 +00:01:32,210 --> 00:01:35,650 +كلها دي راحت، تمام؟ لأن انت ممكن البيانات تحفظها + +19 +00:01:35,650 --> 00:01:38,850 +بطرق تانية، ممكن تحفظها في ملفات، ممكن تحفظها في + +20 +00:01:38,850 --> 00:01:42,820 +databaseللحفظ في ال database لأمور بسيطة زي هيك + +21 +00:01:42,820 --> 00:01:45,460 +يعني مش مستاهل يعني انت عشان تحفظه زمان ال + +22 +00:01:45,460 --> 00:01:48,980 +password تروح تعمل table في ال database و تقوله + +23 +00:01:48,980 --> 00:01:54,420 +insert و بعدين تقوله query لأ للاعدادات البسيطة + +24 +00:01:56,030 --> 00:02:00,950 +أفضل أن نشوف طريقة تانية غير ال database لأن + +25 +00:02:00,950 --> 00:02:04,870 +أندرويد وفرولنا طريقة مبسطة لحفظ البيانات سموها + +26 +00:02:04,870 --> 00:02:10,090 +shared preferences ايش هي كلمة preferences أصلا؟ + +27 +00:02:10,090 --> 00:02:14,430 +preferences يعني الأمور المفضلة مش بيقولك I prefer + +28 +00:02:14,430 --> 00:02:18,650 +كده المفضلات يعني الأمور مش الفضلات المفضلات + +29 +00:02:18,650 --> 00:02:22,850 +الأمور اللي أنت بتفضلها هذي بتسميها ال preferences + +30 +00:02:23,520 --> 00:02:27,680 +الـ Shared Preferences من اسمها إنه الأمور المفضلة + +31 +00:02:27,680 --> 00:02:31,600 +بالنسبالك الإعدادات مثلا الـ Login Details اللي + +32 +00:02:31,600 --> 00:02:34,640 +أنت بتستخدمها دايما اللي بدك تلاقيها موجودة في + +33 +00:02:34,640 --> 00:02:39,040 +التطبيق كل ما تفتحه هذه عملونا حد يسموها Shared + +34 +00:02:39,040 --> 00:02:42,560 +Preferences عشان تحفظ فيها دايلة فعليا دمنيا الـ + +35 +00:02:42,560 --> 00:02:45,160 +Shared Preferences هم ملفبيكون عبارة عن ملف و + +36 +00:02:45,160 --> 00:02:48,240 +بيخزن في ملف و بيقرأ من ملف يعني زي كأنك بتحفظ + +37 +00:02:48,240 --> 00:02:51,940 +الملف بس هم حتى مبسطينها يعني مش محتاج مثلا أنت + +38 +00:02:51,940 --> 00:02:55,180 +عشان تحفظ فيها file output stream و file writer زي + +39 +00:02:55,180 --> 00:02:59,740 +ما كنا نعمل في ال Java لأن عشان نفهم هذه نعرف إيش + +40 +00:02:59,740 --> 00:03:02,140 +هي shared preferences و كيف نستخدمها بنشوفها بمثال + +41 +00:03:02,140 --> 00:03:06,760 +عامل تمام المثال العامل اللي بدي أشوفه اليوم و بدي + +42 +00:03:06,760 --> 00:03:10,300 +أشرحه من خلاله shared preferences بسيط جدا هو + +43 +00:03:10,300 --> 00:03:14,080 +عبارة عن تطبيقو فيه زر واحد و ايش مكتوب عليه + +44 +00:03:14,080 --> 00:03:19,460 +change color لأن انت لو ضغط على change color هتغير + +45 +00:03:19,460 --> 00:03:23,340 +لون الخلفية ال background بإننا نخليه يجيب random + +46 +00:03:23,340 --> 00:03:29,080 +color كل ما تضغط على الزر بيختار لون عشوائي و + +47 +00:03:29,080 --> 00:03:33,840 +بيحطه للخلفية لأن المفروض انا لو سكرت التطبيق و + +48 +00:03:33,840 --> 00:03:37,340 +ارجع افتحه تاني الاجي لون الخلفية هو نفس اخر لون + +49 +00:03:38,290 --> 00:03:43,090 +أنا حطيته يعني هنا في حفظ حاجات إيش هي loan + +50 +00:03:43,090 --> 00:03:47,070 +الخلفية إذا أنت فهمتها تقدر تطبقها على أي حاجة + +51 +00:03:47,070 --> 00:03:51,350 +تقدر تقول مثلا أن ال user لم يجي يعمل login تمام و + +52 +00:03:51,350 --> 00:03:53,450 +كان ال login successful خد ال user منهم ال + +53 +00:03:53,450 --> 00:03:56,750 +password و حطهم وين في ال shared preferences تمام + +54 +00:03:56,750 --> 00:04:00,510 +إحنا هنا هنحفظ loan انت حتى ممكن تحفظ فيها أي + +55 +00:04:00,510 --> 00:04:04,330 +بيانات واضح يا جماعة طيب نقدر نرجع للتطبيق هذا هي + +56 +00:04:04,330 --> 00:04:08,690 +ال activity بتاعتهلسه فاضية لان بنجيب ال battle + +57 +00:04:08,690 --> 00:04:24,330 +تمام شغلتوش + +58 +00:04:24,330 --> 00:04:28,310 +خلاص بلاش R + +59 +00:04:28,310 --> 00:04:28,970 +.ID + +60 +00:04:48,810 --> 00:04:52,870 +عشان نعمل رقم عشوائي لان عشان نعمل رقم في مثل + +61 +00:04:52,870 --> 00:04:57,410 +اسمها RGB هد بتديها انت ال red و ال green و ال + +62 +00:04:57,410 --> 00:05:04,990 +blue و هى بتعمل لك رقم طبعا بتديها رقم من 0 ل 255 + +63 +00:05:04,990 --> 00:05:09,850 +يعني مثلا هد اللون بتطلع ايش احمر فكيف نجيب رقم + +64 +00:05:09,850 --> 00:05:12,830 +عشوائي احنا خدمة class اسمها random صح ولا + +65 +00:05:17,130 --> 00:05:22,870 +و بعدين بتقوله هنا R.nextint 255 هذا ايش يعني + +66 +00:05:22,870 --> 00:05:27,710 +بيجيب رقم عشوائي من 0 ل 255 و هنا نفس الحاجة R + +67 +00:05:27,710 --> 00:05:44,590 +.nextint هذا + +68 +00:05:44,590 --> 00:05:50,230 +ال RGB بترجح integercolor يعني بتعمل color و + +69 +00:05:50,230 --> 00:05:53,850 +بترجعه ك إيش ك integer لو نضل عليه حاجة واحدة أن + +70 +00:05:53,850 --> 00:05:58,350 +أخد ال color هذا و أحطه لل background عشان أحطه لل + +71 +00:05:58,350 --> 00:06:02,990 +background لو جينا لل layout لمين بنحط ال color + +72 +00:06:02,990 --> 00:06:05,670 +احنا اتعودنا لما بتحط الخلفية بتروح لل layout + +73 +00:06:05,670 --> 00:06:10,830 +نفسها صح ولا و بتحط background صح مش هيك اللي انا + +74 +00:06:10,830 --> 00:06:13,930 +اعملها بس هال gate مانيش اعملها من xml بدي اعملها + +75 +00:06:13,930 --> 00:06:19,610 +من ال code عشان نعملها من ال code لازم تعطيهاID هي + +76 +00:06:19,610 --> 00:06:24,870 +layout my layout احنا + +77 +00:06:24,870 --> 00:06:30,490 +كنا نعمل XML لها اللي جبنا نعمل من ال code تعالى + +78 +00:06:30,490 --> 00:06:38,030 +نعملها فوق هي constraint layout هي layout find + +79 +00:06:38,030 --> 00:06:44,610 +view by ID are dot ID dot my layout هاي جاب لل + +80 +00:06:44,610 --> 00:06:51,740 +constraintالان انا باجي و بقول layout.set + +81 +00:06:51,740 --> 00:06:57,520 +background color وبعطيله ال color + +82 +00:07:14,450 --> 00:07:18,150 +طيب الآن بصير لما أضغط على الذر يغير لون الخلفية + +83 +00:07:18,150 --> 00:07:23,290 +ماهي مشكلة لحد ما يشتغل نشوف احنا كيف .. طيب انا + +84 +00:07:23,290 --> 00:07:27,350 +ايش هدف الآن بدي اللون الجديد اللي عمل هذا بدنا + +85 +00:07:27,350 --> 00:07:30,370 +نحفظه على أساس انه لو سكر التطبيق يظل اللون هذا + +86 +00:07:30,370 --> 00:07:35,590 +موجود عندى لأن انا بدي أحفظه فالان انا مثلا في + +87 +00:07:35,590 --> 00:07:38,270 +مثالي هذا بده لما يضغط على الذر ويغير لون الخلفية + +88 +00:07:38,270 --> 00:07:42,760 +على طول ياخد اللونو يحفظها تمام؟ حفظ ورقة تالية + +89 +00:07:42,760 --> 00:07:46,620 +احنا دلنا في حاجة جاهزة اسمها shared preferences + +90 +00:07:46,620 --> 00:07:54,580 +هاي التطبيق اللي هتعمل change color بيضل يغير في + +91 +00:07:54,580 --> 00:08:00,640 +الألوان تمام؟ طيب لنا كل نوع جديد يظهر عندنا يحفظه + +92 +00:08:00,640 --> 00:08:02,120 +فبتروح + +93 +00:08:14,060 --> 00:08:18,460 +بس انا اتذكر كيف بنجيبها share preferences + +94 +00:08:34,370 --> 00:08:40,850 +أه طيب لأن فينا method اسمها getSharedPreferences + +95 +00:08:40,850 --> 00:08:44,310 +شايفينها؟ getSharedPreferences هذا ال method موجود + +96 +00:08:44,310 --> 00:08:48,610 +أولا في ال activity inherited من أين؟ من ال super + +97 +00:08:48,610 --> 00:08:51,630 +class جاهزة getSharedPreferences هذا ال + +98 +00:08:51,630 --> 00:08:53,850 +getSharedPreferences بتاخد two parameters ال + +99 +00:08:53,850 --> 00:08:58,410 +parameter الأول أعطي انت اسم لل preferences يعني + +100 +00:08:58,410 --> 00:09:03,190 +مثلا انا بدي أسميها settings أي اسم انت بدك يعني + +101 +00:09:04,080 --> 00:09:07,940 +ممكن تجيب اكتر من shared preferences واحدة تسميها + +102 +00:09:07,940 --> 00:09:13,380 +settings واحدة تسميها configurations واحدة تقسم ال + +103 +00:09:13,380 --> 00:09:20,620 +data بتاعتك لأقسم وكأنك بتعمل ملف و بتسميه مثلا + +104 +00:09:20,620 --> 00:09:23,420 +هاي جهة shared preferences بتسميها هاي settings + +105 +00:09:25,800 --> 00:09:28,380 +طبعا بعد هيك لما تيجي تقرا البيانات اللي بدك هيها + +106 +00:09:28,380 --> 00:09:34,260 +تقراها من نفس الاسم تمام ال parameter التاني mode + +107 +00:09:34,260 --> 00:09:37,460 +حاجة اسمها constant موجود في ال super class برضه + +108 +00:09:37,460 --> 00:09:40,980 +اسم mode private الان ايش هذا ال mode private الان + +109 +00:09:40,980 --> 00:09:43,540 +ال shared preferences اول ما عملوها في الاندرويد + +110 +00:09:43,540 --> 00:09:48,580 +كان فيه إمكانية ان تطبيقات تتشارك في ال shared + +111 +00:09:48,580 --> 00:09:51,260 +preferences يعني ممكن تطبيق يجي يخزن فيها بيانات و + +112 +00:09:51,260 --> 00:09:56,050 +يجي تطبيق تانييقرأ من نفس البيانات هذه تمام هذا + +113 +00:09:56,050 --> 00:09:59,930 +زمان أول ما عملوها بعد هي قالوا لأ قالوا هذا في + +114 +00:09:59,930 --> 00:10:04,230 +اختراق لخصيصية البرامج بدنا نخلي ال share in + +115 +00:10:04,230 --> 00:10:08,290 +France كل تطبيق لحالي فعشان هات زمان كان في انت + +116 +00:10:08,290 --> 00:10:11,570 +بتقدر تحط ال mode هنا في mode public وفي mode + +117 +00:10:12,140 --> 00:10:15,700 +private public بتكون shared ما بين تطبيقات private + +118 +00:10:15,700 --> 00:10:19,820 +معناها بتكون بس للتطبيق الآن هذه بطل إلها دور يعني + +119 +00:10:19,820 --> 00:10:23,640 +حطيتها public private بتبقى private وحبوب + +120 +00:10:23,640 --> 00:10:26,840 +الأطبالاش ما شنوهاش أصلا عشان ال backward + +121 +00:10:26,840 --> 00:10:30,260 +compatibility اتضالها يعني الإصدارات القديمة + +122 +00:10:30,260 --> 00:10:34,000 +اتضالها شغال عليه تمام فهذه يعني انت حطها mode + +123 +00:10:34,000 --> 00:10:36,860 +private بس فيها مش هتفرد أيش ما حطيتها تبقى خاصة + +124 +00:10:36,860 --> 00:10:41,350 +في التطبيقطيب الان احنا لما عملنا get shared + +125 +00:10:41,350 --> 00:10:44,330 +preferences زي ما قلنا بتعطيله اسم معين و بتعطيله + +126 +00:10:44,330 --> 00:10:48,250 +mode private برجعلك object من نوع ايش shared + +127 +00:10:48,250 --> 00:10:51,010 +preferences الان احنا بدنا نقرأ منه ولا نكتب عليه + +128 +00:10:51,010 --> 00:10:54,590 +هنا في الحالة هذه لما نقوم نضغط على زر لسه ال get + +129 +00:10:54,590 --> 00:10:57,810 +احنا بدنا نخزن البيانات فيه انت هنقرأ لما نجي نشغل + +130 +00:10:57,810 --> 00:11:03,460 +التطبيقمرة تانية بس انا في لحظة الضغط ع الزر صار + +131 +00:11:03,460 --> 00:11:07,560 +فيه لان جديد فانا انخزنا تمام فبتروح للشيطان في + +132 +00:11:07,560 --> 00:11:12,480 +فرنسا و بتعمل method اسمها edit تمام و هذه ايش + +133 +00:11:12,480 --> 00:11:17,220 +بيترجعلك هي تطلع عليها بترجعلك editor فبتعمل edit + +134 +00:11:17,220 --> 00:11:18,140 +هيجيبلك editor + +135 +00:11:25,900 --> 00:11:29,260 +و بعدين بتروح لل editor و بتقوله في method اسمه + +136 +00:11:29,260 --> 00:11:35,240 +put زي ال intent put boolean float long string + +137 +00:11:35,240 --> 00:11:39,760 +string set تمام احنا مثلا ال color تبعنا إيش نوعه + +138 +00:11:39,760 --> 00:11:48,440 +integer تمام ففي عندك هنا put int تحط key اسم معين + +139 +00:11:48,440 --> 00:11:52,240 +عشان تجيبه منه برضه مثلا bg color background color + +140 +00:11:52,240 --> 00:11:55,080 +حط هنا إيش color + +141 +00:11:56,850 --> 00:11:59,930 +ماشي يا جماعة جيبنا الشيطان بفرانسيز عملنا لها + +142 +00:11:59,930 --> 00:12:02,490 +edit جيبنا editor و روحت على ال editor وضفت + +143 +00:12:02,490 --> 00:12:08,730 +البيانات و بعدين اخر خطوة editor.commit اعتمد + +144 +00:12:08,730 --> 00:12:12,310 +ال .. اخدت في ال database ال commit و ال rollback + +145 +00:12:12,310 --> 00:12:16,510 +تاخدوها + +146 +00:12:16,510 --> 00:12:20,050 +ال commit هذه معناها ان الآن انا التعديلات اللي + +147 +00:12:20,050 --> 00:12:22,610 +عملتها على ال editor لا تعتمد اللي ما تعمل ايش + +148 +00:12:22,610 --> 00:12:30,360 +commit تمام؟خلاص انا كامل بقوله save احفظ فهي هي + +149 +00:12:30,360 --> 00:12:32,700 +التعامل الحفظ في ال shared preferences بس الأربع + +150 +00:12:32,700 --> 00:12:36,480 +أسطورها دول بتقوله get shared preferences و بعدين + +151 +00:12:36,480 --> 00:12:40,220 +edit و بعدين put للبيانات و في الآخر حاجة comment + +152 +00:12:40,220 --> 00:12:45,940 +تمام هيك البيانات وين حفظها الآن ايش المفروض اعمل + +153 +00:12:45,940 --> 00:12:50,000 +انا المفروض اول ماشي انا هنا حفظنا البيانات بس هل + +154 +00:12:50,000 --> 00:12:54,320 +استفدنا منها اه مااستفدناش منها المفروض اول ما شغل + +155 +00:12:54,320 --> 00:12:59,110 +التطبيقيروح على الشير بي فرانسس اول ما يشغل وين + +156 +00:12:59,110 --> 00:13:03,730 +يعني في ال on create هنا جبل ما يعمل action ويفحص + +157 +00:13:03,730 --> 00:13:06,610 +الشير بي فرانسس اذا لجى فيه بيانات يقرأها ويحطها + +158 +00:13:06,610 --> 00:13:11,690 +في ال background مالجاش خلاص خليها زي ما هي فالان + +159 +00:13:11,690 --> 00:13:17,610 +يعني + +160 +00:13:17,610 --> 00:13:20,430 +حاليا بغير في الألوان و بحفظ في الشير بي فرانسس بس + +161 +00:13:20,430 --> 00:13:23,790 +مستفتناش من اللون طيب لان اجيت على ال on create + +162 +00:13:23,790 --> 00:13:31,870 +بدي أقول لأول ما تشتغلروح بإيش جي بشيرب فرانسس + +163 +00:13:31,870 --> 00:13:35,070 +بتحط + +164 +00:13:35,070 --> 00:13:42,230 +نفس الاسم طيب + +165 +00:13:42,230 --> 00:13:46,350 +الآن بدناش نضيف احنا بدنا .. بدنا نقرأ صح؟ بتقول + +166 +00:13:46,350 --> 00:13:54,390 +SP dot get get integer احنا بأي اسم حطينا البيانات + +167 +00:13:54,390 --> 00:13:54,670 +فيه + +168 +00:13:59,960 --> 00:14:03,740 +bgcolor لان ال integer فيه default value إذا لم + +169 +00:14:03,740 --> 00:14:10,040 +يرجع موجودة ماذا أضيفه؟ سلب واحد فint + +170 +00:14:10,040 --> 00:14:13,640 +color هرجعت عشان أتأكد إن موجود ال color ولا لأ + +171 +00:14:13,640 --> 00:14:18,360 +بقوله if color لا يساوى ناقص واحد معناه إن في + +172 +00:14:18,360 --> 00:14:22,040 +color موجود إذا رجع سلب واحد معناها مافيش حاجة كان + +173 +00:14:22,040 --> 00:14:27,010 +مخزنةالان خلاص دل علي انا اخد ال color هذا و احطه + +174 +00:14:27,010 --> 00:14:33,630 +لمين لل background بتروح لل layout و بتقوله set + +175 +00:14:33,630 --> 00:14:40,670 +background color و هاي ايش و هاي color واضحة جماعة + +176 +00:14:40,670 --> 00:14:43,650 +بسيطة جدا القراءة جيت شيرف فرنسا بتقوله جيت على + +177 +00:14:43,650 --> 00:14:43,910 +طول + +178 +00:15:09,850 --> 00:15:14,590 +طيب هاي change color مثلا هذا اللون و رحنا سكرنا + +179 +00:15:14,590 --> 00:15:23,630 +.. سكرنا التطبيق تمام + +180 +00:15:23,630 --> 00:15:28,330 +هاي بتشغل تاني بيجيبك نفس الحاجة تمام change color + +181 +00:15:32,850 --> 00:15:36,050 +بيضل يرجع نفس التطبيق فانت ممكن تستفيد من الـ + +182 +00:15:36,050 --> 00:15:38,850 +shared preferences هد عشان تحفظ البيانات اللي انت + +183 +00:15:38,850 --> 00:15:42,630 +بدك إياها تمام و ممكن user ماهو بصره تحط text edit + +184 +00:15:42,630 --> 00:15:45,830 +text و كذا اول ما يعمل login تمام تاخد user ماهو + +185 +00:15:45,830 --> 00:15:49,430 +ال password و تحطها ممكن تحط اللي بدك إياه فيه اذا + +186 +00:15:49,430 --> 00:15:52,810 +ممكن تفضيه كمان يعني افرض انت بدك تمحل ال settings + +187 +00:15:52,810 --> 00:15:56,430 +اللي موجودة كلها مابضل هاش ترجعلك قعد من ال editor + +188 +00:15:56,430 --> 00:16:02,800 +نفسه مش فيه editor انت بتجيبه اه فيه clearشايفين + +189 +00:16:02,800 --> 00:16:06,120 +انها clear بشيل كل البيانات اللي موجودة فيها لو + +190 +00:16:06,120 --> 00:16:09,260 +انت بتكاشي يظلك يغلبك كل شوية شغل يجيبلك اللي + +191 +00:16:09,260 --> 00:16:15,360 +موجود في ال history زر ال default هو هيرجعك يعدل + +192 +00:16:15,360 --> 00:16:17,640 +السبق او يمحي اللي موجود في ال share in the + +193 +00:16:17,640 --> 00:16:21,840 +francis في ناس بتحط برضه زي ما قال زر ال default + +194 +00:16:21,840 --> 00:16:24,980 +بروح على share in the francis بخزن المعلومات ايش + +195 +00:16:24,980 --> 00:16:30,670 +الافتراضية اللي بدك إياها في تطبيق تعاكطيب واضح يا + +196 +00:16:30,670 --> 00:16:33,030 +جماعة هذا الشيء الفرنسيزي يعني بتطلع مفيدة في كتير + +197 +00:16:33,030 --> 00:16:35,270 +من الأحيان لما بدك انت بعض المعلومات البسيطة + +198 +00:16:35,270 --> 00:16:36,650 +الخاصة بتطبيقها على خدمة + +199 +00:16:40,180 --> 00:16:44,620 +يعني مثلا زي موضوع .. بتجيب أخبار و بت .. مثلا من + +200 +00:16:44,620 --> 00:16:47,160 +API و بتحفظها كمان واحد عندك في ال application في + +201 +00:16:47,160 --> 00:16:49,340 +حالة ال offline .. مفروض .. مفروض .. مفروض .. + +202 +00:16:49,340 --> 00:16:51,740 +مفروض .. مفروض .. مفروض .. مفروض .. مفروض .. مفروض + +203 +00:16:51,740 --> 00:16:51,920 +.. مفروض .. مفروض .. مفروض .. مفروض .. مفروض .. + +204 +00:16:51,920 --> 00:16:52,080 +مفروض .. مفروض .. مفروض .. مفروض .. مفروض .. مفروض + +205 +00:16:52,080 --> 00:16:53,520 +.. مفروض .. مفروض .. مفروض .. مفروض .. مفروض .. + +206 +00:16:53,520 --> 00:16:56,420 +مفروض .. مفروض .. مفروض .. مفروض .. مفروض .. مفروض + +207 +00:16:56,420 --> 00:17:07,880 +.. مفروض .. مفروض .. مفروض .. مفروض + +208 +00:17:07,880 --> 00:17:13,170 +..يعني تطلع بس أنواع integer float long string + +209 +00:17:13,170 --> 00:17:17,190 +تمام يعني حتى لو عندك object مش هتقدر تحفظه إلا + +210 +00:17:17,190 --> 00:17:19,990 +لما تحوله ل string ممكن تحوله ل json ال object و + +211 +00:17:19,990 --> 00:17:24,330 +تخزنه بس زي ما في حالتك offline أخبار و كده استخدم + +212 +00:17:24,330 --> 00:17:30,830 +database كيف فيه string set يعني array of string + +213 +00:17:30,830 --> 00:17:31,590 +تمام + +214 +00:17:39,710 --> 00:17:48,830 +طيب طيب طيب + +215 +00:17:48,830 --> 00:17:54,890 +طيب + +216 +00:17:54,890 --> 00:18:00,530 +طيب طيب طيب + +217 +00:18:00,530 --> 00:18:04,530 +طيب طيب طيب طيب طيب طيب طيبفهم كيف؟ يعني بوديك على + +218 +00:18:04,530 --> 00:18:06,850 +طول على ال activity اللي أنت بدك إياه، بفتح ال + +219 +00:18:06,850 --> 00:18:09,950 +cache الديانوج اللي بيقولك دخل، أه هذا شغل برمجة، + +220 +00:18:09,950 --> 00:18:13,070 +أنت .. الفكرة أنه أنت .. أنا علمتك كيف تحفظ في + +221 +00:18:13,070 --> 00:18:15,810 +الشريط بفرنسس، لأن لما يرجع .. يرجعتي أنا مش هنجي + +222 +00:18:15,810 --> 00:18:17,930 +فيه بيانات في الشريط بفرنسس، أنت بتحط في ال code + +223 +00:18:17,930 --> 00:18:22,710 +إذا لجي بيانات، ماتطلبش بالمستخدم دخل تاني، وديه + +224 +00:18:22,710 --> 00:18:26,490 +على ال activity اللي .. بتاعة التطبيق مباشرة، فهذا + +225 +00:18:26,490 --> 00:18:27,050 +شغل code + +226 +00:18:32,130 --> 00:18:37,470 +طيب خلينا نشوف حاجة تانية الآن طيب + +227 +00:18:37,470 --> 00:18:42,890 +في جزئية يا جماعة احنا اخدنا كيف تشغل activity + +228 +00:18:42,890 --> 00:18:47,210 +طبعا لكن في جزئية انا ماشرحتاش اسمها start + +229 +00:18:47,210 --> 00:18:51,990 +activity for result طبعا ايش يعني start activity + +230 +00:18:51,990 --> 00:18:55,550 +for result احيانا انت بالبلزمك ان في ترابط من + +231 +00:18:55,550 --> 00:18:59,850 +activities ان انت تشغل activityو تطلب من ال + +232 +00:18:59,850 --> 00:19:02,490 +activity تانية تدخل من خلالها بيانات والبيانات + +233 +00:19:02,490 --> 00:19:11,990 +ترجع لل activity الأولى يعني على سبيل المثال عندي + +234 +00:19:11,990 --> 00:19:16,210 +أنا farm بطلب المستخدم يدخل بيانات وفي عندي مثلا + +235 +00:19:16,210 --> 00:19:21,700 +treesyour hobbies مثلا ايش هنا hobbies الهوايات + +236 +00:19:21,700 --> 00:19:26,320 +طبعا هذه الهوايات يعني انا كيف بده اعملها بده اضغط + +237 +00:19:26,320 --> 00:19:30,460 +على الزر بده يشغللي activity جديدة ال activity + +238 +00:19:30,460 --> 00:19:33,020 +الجديدة بيجيبلي الهوايات و هنا بيجيبلي check boxes + +239 +00:19:33,020 --> 00:19:38,200 +طبعا بختار اللي انا بدي اياه منها طبعا و بعدين + +240 +00:19:38,200 --> 00:19:42,800 +بعمل back او بضغط زر برجع لمين لل activity الأولى + +241 +00:19:42,800 --> 00:19:45,820 +و المفروض البيانات اللي موجودة هنا يرجعها لل + +242 +00:19:45,820 --> 00:19:50,870 +activity الأولىفهنا انا في فرق ما بين start + +243 +00:19:50,870 --> 00:19:54,610 +activity و start activity for result start + +244 +00:19:54,610 --> 00:19:58,250 +activity بروح لل activity الأول التانية و خلاص + +245 +00:19:58,250 --> 00:20:03,330 +بيكون التانية مالهاش علاقة بالأولى لكن هنا المفروض + +246 +00:20:03,330 --> 00:20:07,630 +ان ال activity اللى انا فتحتها ترجع بيانات لل + +247 +00:20:07,630 --> 00:20:10,530 +activity الأولى فبنشوف كيف بنقدر احنا نرجع بيانات + +248 +00:20:10,530 --> 00:20:16,180 +من activity ل activity زى المثال هذالأن فعلا في + +249 +00:20:16,180 --> 00:20:18,000 +كثير من الأحيان يكون فيه ترابط ما بين ال + +250 +00:20:18,000 --> 00:20:21,620 +activities انت بتشغل ال activity عشان تعمل حاجة + +251 +00:20:21,620 --> 00:20:25,540 +معينة والنتيجة ترجع لل activity الأولى أعطيكم مثال + +252 +00:20:25,540 --> 00:20:30,520 +ثاني عليها الكاميرا برنامج الكاميرا وهذا إذا فهمنا + +253 +00:20:30,520 --> 00:20:34,710 +هذههنطبق من خلالها انشغل الـ intent اللي بيشغل + +254 +00:20:34,710 --> 00:20:37,710 +الكاميرا لان الكاميرا انت بتقوله start activity و + +255 +00:20:37,710 --> 00:20:41,250 +بتشغل برنامج الكاميرا لما ت .. البرنامج الكاميرا + +256 +00:20:41,250 --> 00:20:44,870 +لما تعمل تصوير مفروض رجعلك بيانات الصورة الصورة + +257 +00:20:44,870 --> 00:20:48,770 +المفروض ترجع لمين لل activity اللي هنا احنا أخدنا + +258 +00:20:48,770 --> 00:20:52,150 +start activity ال intent كيف تبعت SMS كيف تبعت + +259 +00:20:52,150 --> 00:20:56,450 +email مثلا تمام؟ بس هذه ال activities كلها ماكنتش + +260 +00:20:56,450 --> 00:21:01,130 +ترجع حاجةكانت بس بتعرض تفتح لك حاجة تعب الإيميل + +261 +00:21:01,130 --> 00:21:05,370 +تعمل ال send و خلاص طبعا لكن في بعض ال intense زي + +262 +00:21:05,370 --> 00:21:09,330 +مثلا الكاميرا كيف تاخد فيديو طبعا لازم ترجع + +263 +00:21:09,330 --> 00:21:14,130 +النتيجة لل activity اللي طلبتها لو الصورة مثلا + +264 +00:21:14,130 --> 00:21:18,410 +بدها ترجع هنا لو فيديو بده يرجع هنا صح ولا فهذه + +265 +00:21:18,410 --> 00:21:22,330 +بدنا نشوفها كيف ال activity تحفظ بيانات او تترجع + +266 +00:21:22,330 --> 00:21:25,030 +البيانات لل activity الأساسي اللي عملت call + +267 +00:21:28,070 --> 00:21:31,890 +لأ هذا هنتعلمه أول حاجة من خلال مثال احنا نطبقه + +268 +00:21:31,890 --> 00:21:35,510 +اللي هو مثال ال hobbies هذا بتاع الهوايات مثال ال + +269 +00:21:35,510 --> 00:21:39,010 +hobbies بتاع الهوايات انا عامل two activities فيه + +270 +00:21:39,010 --> 00:21:46,010 +main activity اللي هي هي فيه زر اسمه ايش favorite + +271 +00:21:47,520 --> 00:21:50,640 +favorite hobbies اللي هو الهوايات المفضلة هذا + +272 +00:21:50,640 --> 00:21:54,660 +مافرض يفتحلك activity تدخل من خلالها الهوايات في + +273 +00:21:54,660 --> 00:21:58,300 +زر تاني اسمه camera هذا هنشوفه بعد ما نخلص اللي + +274 +00:21:58,300 --> 00:22:02,660 +فوق اللي هو تفتحه يشغلك الكاميرا وهذا ايش هذا + +275 +00:22:02,660 --> 00:22:06,080 +energy view ان هو بعد ما تاخد الصورة يرجعلك يعرضلك + +276 +00:22:06,080 --> 00:22:10,560 +إياها يعرضها هنا تمام بس احنا لسه خلينا عمين على + +277 +00:22:10,560 --> 00:22:13,240 +ال favorite hobbies هذا ال favorite hobbies هينضجك + +278 +00:22:13,240 --> 00:22:17,310 +على activities ببساطة جديدة فيه داخلها ايشlist + +279 +00:22:17,310 --> 00:22:22,030 +view تمام هتقعد للهوايات وانت تختار منها اللي بدك + +280 +00:22:22,030 --> 00:22:28,170 +هيه ماشي طيب وفيه كمان اعملت انا تصميم layout اللي + +281 +00:22:28,170 --> 00:22:32,730 +هو تصميم الأنصر اللي هييجي على الشاشة هلاجد ان + +282 +00:22:32,730 --> 00:22:35,490 +الهوايات كيف هتكون هيكون في اسم الهواية مكتوب + +283 +00:22:35,490 --> 00:22:37,910 +وجنبها اش محطوب + +284 +00:22:40,600 --> 00:22:46,080 +على أساس ان انت تعلم اللى بدك ياه وبعدين يرجعلك + +285 +00:22:46,080 --> 00:22:50,300 +النتيجة على ال activity الأولى خلّيني أشوف نعمل + +286 +00:22:50,300 --> 00:22:54,560 +هذا ال code وروحنا وين احنا على ال main activity + +287 +00:22:56,960 --> 00:23:00,200 +أحنا شفنا شكل ال main activity كالتالي في انك زر + +288 +00:23:00,200 --> 00:23:04,900 +بده يفتح لك من الشاشة بتاعة الهوايات تمام هال gate + +289 +00:23:04,900 --> 00:23:07,800 +لما ترجع لما المستخدم يخترم ويرجع هنا بده + +290 +00:23:07,800 --> 00:23:10,580 +يعرضلكيهم ك toast من هذه ال activity أو يعرضلكيهم + +291 +00:23:10,580 --> 00:23:15,200 +جوا text view طيب فجينا على ال main activity بنجيب + +292 +00:23:15,200 --> 00:23:15,520 +ال button + +293 +00:23:29,820 --> 00:23:37,820 +نسيت انا اشي مسميه، لحظة شايف start + +294 +00:23:37,820 --> 00:23:38,240 +button + +295 +00:24:00,650 --> 00:24:11,230 +طيب الان intent و + +296 +00:24:11,230 --> 00:24:16,870 +بعدين result activity + +297 +00:24:16,870 --> 00:24:22,310 +.class الان + +298 +00:24:22,310 --> 00:24:26,190 +بنشغل ال activity بس بنتظر منهانتيجة إذا انت + +299 +00:24:26,190 --> 00:24:29,690 +بتنتظر من ال activity اللي بدك تشغلها نتيجة بتعملش + +300 +00:24:29,690 --> 00:24:32,130 +start activity لحالها بتعمل start activity for + +301 +00:24:32,130 --> 00:24:36,690 +result طبعا start activity for result بتاخد two + +302 +00:24:36,690 --> 00:24:41,610 +parameters ال intent و parameter التاني اسمه + +303 +00:24:41,610 --> 00:24:46,530 +request code هذا request code في حد اسمها result + +304 +00:24:46,530 --> 00:24:50,890 +code و أرقام عشان من خلالها بنقدر نميز مين اللي + +305 +00:24:50,890 --> 00:24:56,140 +بعت الطلب و مين اللي رجع الطلبيعني مثلا مثلا حط + +306 +00:24:56,140 --> 00:25:00,640 +هنا رقم 4 هال gate ممكن تكون في activity تانية + +307 +00:25:00,640 --> 00:25:07,200 +بتشغّل ال result رقم .. بتبعت رقم 5 يعني هذه ال + +308 +00:25:07,200 --> 00:25:11,370 +activity ممكن استبدأيها من أكتر من activityيعني + +309 +00:25:11,370 --> 00:25:15,330 +activity تانية تروح تستدعي نين تستدعيها تستخدمها + +310 +00:25:15,330 --> 00:25:20,030 +هتجيب كيف هذي بتهتميز مين اللي طلبها بنبعت request + +311 +00:25:20,030 --> 00:25:24,290 +code هذي بتبعت مثلا رقم 4 هذي بتبعت 5 هذي بتبعت 6 + +312 +00:25:24,290 --> 00:25:29,230 +هذا مش لازم دايما مين يعني أحيانافي بعض التطبيقات + +313 +00:25:29,230 --> 00:25:33,050 +ممكن هذه ال activity لازم هيعرف من اللي طلب عن + +314 +00:25:33,050 --> 00:25:36,330 +طريق مين ال request code احنا هنا مدام اننا + +315 +00:25:36,330 --> 00:25:39,010 +activity واحدة اللي بتطلب و activity واحدة اللي + +316 +00:25:39,010 --> 00:25:42,250 +بترجع يبقى هذا ال request code مالوش اهمية كبيرة + +317 +00:25:42,250 --> 00:25:45,730 +بس زي اللي قلتلك هو هدفه انه هذه ال activity اللي + +318 +00:25:45,730 --> 00:25:50,310 +بتستقبل ال request بتميز مين اللي بعته فكل واحدة + +319 +00:25:50,310 --> 00:25:54,530 +تطلب ال activity هذه بتبعت رقم مختلف فلان انت + +320 +00:25:54,530 --> 00:25:57,250 +ايبعت اي رقم مش هيفرج كتير تمام؟ + +321 +00:26:00,090 --> 00:26:03,350 +طيب المفروض الآن ال activity التانية اشتغلت تعالى + +322 +00:26:03,350 --> 00:26:07,150 +نجحز ال activity التانية ال activity التانية لسه + +323 +00:26:07,150 --> 00:26:11,350 +حتى الان ليست فيها list view وليس فيها بيانات صح + +324 +00:26:11,350 --> 00:26:18,750 +ولا لأ فبنجحزها هلجيت احنا بدنا نعمل array list + +325 +00:26:18,750 --> 00:26:21,830 +list + +326 +00:26:21,830 --> 00:26:22,530 +of string + +327 +00:26:36,810 --> 00:26:37,630 +بتحط ash + +328 +00:26:57,120 --> 00:27:01,620 +طيب هال gate احنا بنعب list view صح ولا لأ فبدنا + +329 +00:27:01,620 --> 00:27:09,280 +adapter صح و قصة بس في نتعلم حل اسهل هال gate نجيب + +330 +00:27:09,280 --> 00:27:13,740 +ال list view في الأول هي list view find view by id + +331 +00:27:13,740 --> 00:27:16,520 +r.id.listview + +332 +00:27:19,640 --> 00:27:23,240 +الحل الأفضل ده من ان انت تعمل custom adapter عشان + +333 +00:27:23,240 --> 00:27:27,860 +تعمله زي ما انت بدك لكن لما يكون عندك بيانات محددة + +334 +00:27:27,860 --> 00:27:32,580 +زي string مثلا و بدك تعبيها مافيش فيه شغل مثلا + +335 +00:27:32,580 --> 00:27:37,720 +بيانات زي object ال object بغلب ليش لأنه فيه صور و + +336 +00:27:37,720 --> 00:27:41,860 +فيه نصوص و فيه تاريخ ميلاد بده شغل لكن لما يكون ال + +337 +00:27:41,860 --> 00:27:46,320 +string خدها و عبيها في مكان محددالاندرويد عمله + +338 +00:27:46,320 --> 00:27:51,200 +adapter جاهز اسمه array adapter تمام بياخد + +339 +00:27:51,200 --> 00:27:54,840 +parameter ثابتة زي ما قلتلك بيستخدم لحالات بسيطة + +340 +00:27:54,840 --> 00:27:58,060 +لما يكون في array of string و بدك تعبيها في مكان + +341 +00:27:58,060 --> 00:28:03,760 +محدد يعني مثلا احنا هنا اللي موجود في ال item فقط + +342 +00:28:03,760 --> 00:28:07,280 +اللي بده يتعبن من ال text view هذا تمام اللي هو + +343 +00:28:07,280 --> 00:28:13,580 +اسمه hobby TV هذا بنستخدمهعشان اعمل adapter في + +344 +00:28:13,580 --> 00:28:16,960 +object جهاز اسمه array adapter البيانات اللي بتعمل + +345 +00:28:16,960 --> 00:28:23,080 +معاها هي ايش string هاي adapter و بتقوله new array + +346 +00:28:23,080 --> 00:28:28,500 +adapter string هذا بياخد المعلومات التالية اول + +347 +00:28:28,500 --> 00:28:34,620 +حاجة بده ال context تمام و بعدين بده layout تمام + +348 +00:28:34,620 --> 00:28:41,780 +layout بتاعة ال item كلها R.layout.itemdesign + +349 +00:28:42,750 --> 00:28:47,470 +و بعدين من ال layout بتاعة ال item بدك تدينه لسه + +350 +00:28:47,470 --> 00:28:53,070 +ال field اللي بده يعبيه ال field اللي بده يعبيه + +351 +00:28:53,070 --> 00:29:02,830 +اللي هو اسمه r.id.hobby.tv الآن أخر حاجة بيديها ال + +352 +00:29:02,830 --> 00:29:08,550 +بيانات اللي بده يعبيها في ال hobby.tv اللي هي list + +353 +00:29:08,550 --> 00:29:09,390 +هذه ال hobbies + +354 +00:29:16,420 --> 00:29:21,380 +طبعاً هكذا اعملت انا adapter جاهز بدل ما تروح تعمل + +355 +00:29:21,380 --> 00:29:24,420 +extend custom base adapter و تعمل implement لل + +356 +00:29:24,420 --> 00:29:29,140 +method هذا adapter على طول بتديله ال context و + +357 +00:29:29,140 --> 00:29:33,540 +بتعطيله ال layout بتاعة ال item اللي انت صممتها و + +358 +00:29:33,540 --> 00:29:37,340 +بتعطيله ال field اللي بدك تعبي فيه البيانات عشان + +359 +00:29:37,340 --> 00:29:40,860 +هكذا لاحظ ان هذا بتنفع بس لما يكون في حاجة واحدة + +360 +00:29:40,860 --> 00:29:42,960 +بدك تعبيها صح و لا ؟ + +361 +00:29:46,030 --> 00:29:49,870 +بالذمش بس هذا زي ما قلتلك محدودة يعني انت ايش + +362 +00:29:49,870 --> 00:29:53,950 +بتعطيه field واحد عبّيه تمام و لازم يكون string + +363 +00:29:53,950 --> 00:29:58,050 +تمام لكن لما يكون فيه اكتر من field و فيه صورة و + +364 +00:29:58,050 --> 00:30:01,310 +فيه طريق ميلاد بده يشغل و برمجها بدك تعمل custom + +365 +00:30:01,310 --> 00:30:05,710 +adapter هذا للتمشاية واضح كيف للحاجات البسيطة + +366 +00:30:11,530 --> 00:30:14,170 +هو لحاله خلاص انت عطيله بس ال array هذا معمول له + +367 +00:30:14,170 --> 00:30:18,050 +implement و جاهز تمام؟ ومعمول implement لل get + +368 +00:30:18,050 --> 00:30:23,130 +view بياخد من هذا و بعب في ال .. تمام؟ يعني هو + +369 +00:30:23,130 --> 00:30:25,490 +معمول من .. اصلا انت لما تعمل custom adapt مش + +370 +00:30:25,490 --> 00:30:30,790 +بتمررله ال context و بتمررله ال layout و بتمرره من + +371 +00:30:30,790 --> 00:30:34,570 +ال array هم بس كاتبين ال code اللي جوا عشان يريحوك + +372 +00:30:34,570 --> 00:30:38,110 +بس هو جالك حاجة إضافية يعني هو مرره نقاش ال field + +373 +00:30:38,110 --> 00:30:42,200 +اللي بتتعب فيه اللي هو هذا ال hobbyيعني هم كاتبين + +374 +00:30:42,200 --> 00:30:45,920 +ال code موجود و احنا نقدر نكتب ال code هذا و + +375 +00:30:45,920 --> 00:30:49,600 +نستخدمه بس خلاص بقولك ان هذا زي ما قلنا الحاجات + +376 +00:30:49,600 --> 00:30:53,200 +البسيطة لما يكون في field واحد بدك تعبيه بتعبيه ب + +377 +00:30:53,200 --> 00:30:57,680 +string ماشي هى يا جماعة طيب هتجهت ال adapter جاهز + +378 +00:30:57,680 --> 00:31:03,760 +بس بتروح ل list view و بتقوله set adapter adapter + +379 +00:31:03,760 --> 00:31:07,080 +لإن + +380 +00:31:07,080 --> 00:31:11,940 +هتبس نجرب نشوف كيف شكلهطيب، لحتى الـ Underdog يبقى + +381 +00:31:11,940 --> 00:31:15,180 +أول ما تشغل الـ Activity هذه، هذه الـ Activity، + +382 +00:31:15,180 --> 00:31:18,340 +مين استدعاها الـ Result Activity؟ الـ Main + +383 +00:31:18,340 --> 00:31:23,020 +Activity، لما ضغط على الـ هذا، لسه عبّى البيانات، + +384 +00:31:23,020 --> 00:31:27,980 +طبعا؟ لسه ماترجعش، ما هو مش هفره المستخدم يختار، + +385 +00:31:27,980 --> 00:31:30,820 +ما هي الفكرة عندك، لما يختار، بدك تاخد البيانات + +386 +00:31:30,820 --> 00:31:36,340 +اللي اختارها و تحفظها، طبعا؟ طيب، يبقى احنا نزلنا + +387 +00:31:36,340 --> 00:31:39,340 +يا جماعة، ده شوف اشتغل هذا ولا لأ؟ + +388 +00:31:44,710 --> 00:31:51,730 +طيب تعالى نشوف التطبيق الان لاحظ + +389 +00:31:51,730 --> 00:31:56,570 +الان ايش لسه ماعلمش على checkbox مش لحاله هيعلم + +390 +00:31:56,570 --> 00:32:00,410 +انت بتقوله لما تضغط على list of you روح علم مين لل + +391 +00:32:00,410 --> 00:32:03,750 +checkbox طب عشان نعملها دي احنا برضه يعني الميزة + +392 +00:32:03,750 --> 00:32:06,610 +مش بس هناخد start activity for a result هنتعلم بعض + +393 +00:32:06,610 --> 00:32:09,130 +الحاجات الجديدة الـre-adapter أنا مددكوش يا جبل + +394 +00:32:09,130 --> 00:32:13,210 +هيك صح ولا هي مار علينا ال activity result + +395 +00:32:17,060 --> 00:32:20,600 +أول حاجة بدك تعملها بدك تروح الـ Main Activity أو + +396 +00:32:20,600 --> 00:32:28,340 +الـ Result Activity والـ List View اللي جبتها بتحط + +397 +00:32:28,340 --> 00:32:31,260 +Set Choice Mode + +398 +00:32:37,090 --> 00:32:40,570 +chase mode multiple إيش هذا الأمر اللي عملته هذا + +399 +00:32:40,570 --> 00:32:44,730 +عشان تفعل إمكانية أنك تختار أكتر من أنصر في list + +400 +00:32:44,730 --> 00:32:48,310 +view by default أنت لما تختار أنصر تعلم عليه تضغط + +401 +00:32:48,310 --> 00:32:52,270 +عليه و تضغط على أنصر تاني خلاص التعليم الأولى + +402 +00:32:52,270 --> 00:32:57,130 +مالها بعتبرها مش موجودة هنا خلته يفعل الاختيار + +403 +00:32:57,130 --> 00:33:00,010 +المتعدد أنت تقدر تضغط على أكتر من أنصر في نفس + +404 +00:33:00,010 --> 00:33:05,230 +الوقت طيب و بعدين روحت لل list view و بنقول sit on + +405 +00:33:05,230 --> 00:33:11,700 +itemClick listener New on item اكليك listener + +406 +00:33:11,700 --> 00:33:15,820 +شوفنا احنا تاني لما شغلنا انه لما اضغط على اي عنصر + +407 +00:33:15,820 --> 00:33:19,600 +بعلمش على مين على ال check box يبقى بده اقوله لما + +408 +00:33:19,600 --> 00:33:23,740 +تيجي تضغط على عنصر وعلى ال check box وعلمه مش علمه + +409 +00:33:23,740 --> 00:33:28,900 +اذا كان معلم شير التعليم اذا كان مش معلم علمه صح و + +410 +00:33:28,900 --> 00:33:30,060 +لا هيك الصح + +411 +00:33:33,120 --> 00:33:38,900 +طيب احنا الآن عملنا action على ال list view احنا + +412 +00:33:38,900 --> 00:33:41,860 +مابدناش ال item اللي طلبتنا عليه بدنا نجيب مين ال + +413 +00:33:41,860 --> 00:33:44,500 +check box عشان نعلمه من وين نجيب ال check box اصلا + +414 +00:33:44,500 --> 00:33:47,980 +هو بيجيبلك من ضمن ال method ال view اش هو ال view + +415 +00:33:47,980 --> 00:33:52,740 +اللي هو عدى كله طبعا اذا جيبت ال view بقدر اجيب ال + +416 +00:33:52,740 --> 00:33:55,600 +check box اللي هو ال view اه كيف view + +417 +00:33:59,500 --> 00:34:12,360 +.findviewbyid r.id.checkbox صح + +418 +00:34:12,360 --> 00:34:15,780 +ولا هي احنا جيبنا ال checkbox و بعدين ال checkbox + +419 +00:34:15,780 --> 00:34:18,740 +و بتقول ست checked + +420 +00:34:26,660 --> 00:34:28,940 +اللي مش فاهم هذا السطر بدي أقعد النظر في حياته + +421 +00:34:28,940 --> 00:34:35,820 +اللي مش فاهم السطر هذا بدي أقعد النظر في حياته كله + +422 +00:34:35,820 --> 00:34:41,580 +مش هاشرعه خلاص + +423 +00:34:41,580 --> 00:34:47,260 +مين + +424 +00:34:47,260 --> 00:34:50,160 +مش فاهمها السطر هذا؟ + +425 +00:35:13,660 --> 00:35:17,740 +خلاص انت لحالك مش مستعنى نحكي فيها اصلا عيب نحكي + +426 +00:35:17,740 --> 00:35:25,580 +فيها طيب هلجيت احنا كيف بنرجع البيانات لل activity + +427 +00:35:25,580 --> 00:35:31,010 +الرئيسية المفروض امتى البيانات ترجعلما أضغط على زر + +428 +00:35:31,010 --> 00:35:34,730 +ال back مثلا تمام أول ما أضغط back بدا ترجع + +429 +00:35:34,730 --> 00:35:38,090 +البيانات على ال activity الرئيسية لأن هو بيقول لما + +430 +00:35:38,090 --> 00:35:40,650 +أنا عامل start activity في ال result بيقوللي عشان + +431 +00:35:40,650 --> 00:35:45,150 +تحفظ البيانات لازم تعمل في method برضه موجود في ال + +432 +00:35:45,150 --> 00:35:52,210 +activity اسمها set result set result شايفها؟ هذه + +433 +00:35:52,210 --> 00:35:56,230 +ال method inherited من وين؟ من ال super class ال + +434 +00:35:56,230 --> 00:36:00,600 +set result هذه بتاخد قيمتين result codeيعني هذه زي + +435 +00:36:00,600 --> 00:36:05,080 +رقم غير request code ان مين اللي يرجع النتيجة يعني + +436 +00:36:05,080 --> 00:36:09,640 +حط مثلا تسعة اللي رجع النتيجة مثلا activity رقم + +437 +00:36:09,640 --> 00:36:14,040 +تسعة أي رقم وبدو ال parameter التاني إيش intent + +438 +00:36:14,040 --> 00:36:20,200 +data يعني البيانات أنت بترجعها كإيش ك intent أنت + +439 +00:36:20,200 --> 00:36:24,160 +بترجع بيانات بتعمل intent و بتحط فيه البيانات اللي + +440 +00:36:24,160 --> 00:36:25,700 +مستخدم اختارها + +441 +00:36:28,620 --> 00:36:43,540 +فهمته عليا ولا لسه يعني طلع معايا هنا خليني + +442 +00:36:43,540 --> 00:36:48,000 +اعرف في الأول ايش البيانات اللي المستخدم بعلم + +443 +00:36:48,000 --> 00:36:55,860 +عليها صح ولا لأ فببساطة انا بروح اعمل array list + +444 +00:37:02,730 --> 00:37:08,870 +string أو hobbies لأ + +445 +00:37:08,870 --> 00:37:17,990 +ساميها اسم تاني selected اللي + +446 +00:37:17,990 --> 00:37:22,590 +هو دي إيش يعنيه ال hobbies اللي مستخدم اختارها في + +447 +00:37:22,590 --> 00:37:25,110 +الأول إيش بتكون بتكون فاضي + +448 +00:37:34,030 --> 00:37:40,210 +الان بدي احكيله if ال check box is it checked مش + +449 +00:37:40,210 --> 00:37:43,790 +انا روحت كان اذا كان مش معلم علمته الان اذا كان + +450 +00:37:43,790 --> 00:37:46,630 +معلم معناه البيانات ايش بدي اعمل بدي اجيبها + +451 +00:37:46,630 --> 00:37:51,930 +واخذلها في ال selected hobbies اذا كان مش معلم صار + +452 +00:37:51,930 --> 00:37:57,310 +مش معلم بدي اشيلها من ال hobbies صح ولا فالان اذا + +453 +00:37:57,310 --> 00:38:00,590 +كانت checked معناه بدي ال data هنا اللي هي وين + +454 +00:38:00,590 --> 00:38:07,700 +موجودة عند ال ..الـ position تمام فبعجي هنا هاي ال + +455 +00:38:07,700 --> 00:38:13,600 +array hobbies dot + +456 +00:38:13,600 --> 00:38:21,300 +get position string selected hobby + +457 +00:38:24,010 --> 00:38:27,750 +و هذه حطها ايش حطها final يعني انا الآن عشان اعرف + +458 +00:38:27,750 --> 00:38:30,690 +ايش اللي اختاره هو تمام مش هو بيجيبلي ال position + +459 +00:38:30,690 --> 00:38:34,770 +اللي اختاره و بنعرف ان ال position فى ال list هو + +460 +00:38:34,770 --> 00:38:38,010 +نفس ال position فى ال array بتاعته مين هي ال array + +461 +00:38:38,010 --> 00:38:42,310 +بتاعته انه ال hobbies فالان لما اختار اي انصر جبته + +462 +00:38:42,310 --> 00:38:45,270 +خزنته ايه ال selected هو بيقول دلبركة ده ممكن مش + +463 +00:38:45,270 --> 00:38:49,030 +selected ممكن selected ولا او او not selected ما + +464 +00:38:49,030 --> 00:38:53,760 +هو لو كان معلم وضغط عليهبصير ايش؟ not selected + +465 +00:38:53,760 --> 00:38:57,640 +فلأن اذا كان .. اذا صار checked ل checkbox معناه + +466 +00:38:57,640 --> 00:39:01,020 +هبقى اخد هذه و احطها وين؟ جوجل ارليلز + +467 +00:39:01,020 --> 00:39:10,660 +selectedhobbies.add selectedhobby + +468 +00:39:10,660 --> 00:39:17,300 +طب اذا كان شيلت التعليم انا ايش انا قلس؟ ان شيلت + +469 +00:39:17,300 --> 00:39:19,940 +التعليم على ال checkbox بروح ل selectedhobbies و + +470 +00:39:19,940 --> 00:39:20,680 +بقول remove + +471 +00:39:23,960 --> 00:39:28,420 +Selected Hobby مرة + +472 +00:39:28,420 --> 00:39:32,620 +تانية لأن انا لما اضغط على العنصر في ال list ممكن + +473 +00:39:32,620 --> 00:39:36,800 +اكون بدي اختار العنصر و ممكن اللي بدي اشيل اختيار + +474 +00:39:36,800 --> 00:39:42,020 +العنصر تمام فأول خطوة عملتها روحت جبت العنصر اللي + +475 +00:39:42,020 --> 00:39:47,280 +انا ضغط عليهبغبط عليه مش معناه انا اخترته تمام + +476 +00:39:47,280 --> 00:39:50,480 +ممكن يكون اصلا معلم وانا شيلت التعليق مال عليه + +477 +00:39:50,480 --> 00:39:55,360 +فجبته اول حاجة بعدين بتقولنا شوف لل check boxأو + +478 +00:39:55,360 --> 00:39:59,340 +غيرنا قيمة ال checkbox مش انا ضغطت اذا كان ال + +479 +00:39:59,340 --> 00:40:02,420 +checkbox معلم بخليه مش معلم اذا كان مش معلم بيصير + +480 +00:40:02,420 --> 00:40:05,900 +معلم لان بعد ما تغير قيمة ال checkbox افحصنا قيمة + +481 +00:40:05,900 --> 00:40:11,520 +ال checkbox اذا صار معلم طب معناه ان هذه القيمة + +482 +00:40:11,520 --> 00:40:15,460 +اللي هنا انا مالي بديها روحت خزانت هوين في + +483 +00:40:15,460 --> 00:40:21,850 +selected hobbiesإذا كان شارت تعليم عنه ولم يتشيكت + +484 +00:40:21,850 --> 00:40:24,450 +معناه أن القيمة دي لاتحتاج إليها فروحت ل selected + +485 +00:40:24,450 --> 00:40:27,230 +hobbies و قلت له remove selected hobby يبقى + +486 +00:40:27,230 --> 00:40:29,850 +النتيجة النهائية لل hobbies اللي اخترت هو اللي + +487 +00:40:29,850 --> 00:40:36,750 +هتكون موجودة في selected hobbies Logic برمج واحد و + +488 +00:40:36,750 --> 00:40:40,710 +اتنين مافيش ده بيضايق فيه وقت طبعا المهم أن الرجع + +489 +00:40:40,710 --> 00:40:45,760 +البيانات لمينالاكتفتر الرئيسي لان بيقولوا انت احنا + +490 +00:40:45,760 --> 00:40:49,880 +مش هرجع البيانات هال gate بدنا نحفظ البيانات و هو + +491 +00:40:49,880 --> 00:40:54,120 +لحالة برجعها لما اضغط على زر ال back كيف اعمل + +492 +00:40:54,120 --> 00:41:00,380 +intent سميه data you saw new intent تبقوا معايا + +493 +00:41:00,380 --> 00:41:05,720 +جماعة intent فاضي شايفينه بعدين بتروح ل data و + +494 +00:41:05,720 --> 00:41:06,500 +بتقوله put + +495 +00:41:09,280 --> 00:41:17,120 +في عندك pot extra بتاخد ال realist هي + +496 +00:41:17,120 --> 00:41:21,200 +ال pot extra بتاخد أنواع محددة من البيانات هذا pot + +497 +00:41:21,200 --> 00:41:26,720 +string ال realist extra شايفينها هذا ما إيش بتحطه + +498 +00:41:26,720 --> 00:41:32,180 +ما إيش اسمها مثلا hobbies ال key تبعها و ال value + +499 +00:41:32,180 --> 00:41:33,640 +هي إيش selected hobbies + +500 +00:41:37,850 --> 00:41:41,390 +هك حط البيانات فى Intent بعدين بتقوله set result + +501 +00:41:41,390 --> 00:41:44,610 +حط + +502 +00:41:44,610 --> 00:41:51,090 +result code أي رقم وبعدين بتقوله data ايش هامل هنا + +503 +00:41:51,090 --> 00:41:55,290 +set result الان وكأنه حط البيانات جاهزة نقاش لل + +504 +00:41:55,290 --> 00:42:00,490 +result لسه مابعتهاش لل activity الأساسيةأه طبعا ال + +505 +00:42:00,490 --> 00:42:03,510 +gate هنشوفها امتى هيبعتها لل activity الرئيسية في + +506 +00:42:03,510 --> 00:42:08,030 +المحظة اللى بتسكل فيها ال activity هذه سواء زر + +507 +00:42:08,030 --> 00:42:13,450 +close او back هترجع البيانات لمن لل main activity + +508 +00:42:13,450 --> 00:42:20,530 +طيب الآن احناهي ملخص الموضوع لل activity هذه + +509 +00:42:20,530 --> 00:42:24,050 +استخدمنا ال array adapter بدل ما نعمل custom + +510 +00:42:24,050 --> 00:42:28,670 +adapter حطينا ال list view choice mode multiple + +511 +00:42:28,670 --> 00:42:31,990 +عشان يقدر يختار اكتر من answer بعدين عملنا action + +512 +00:42:31,990 --> 00:42:35,230 +على ال list view وقلنا له لما تيجي تضغط على ال + +513 +00:42:35,230 --> 00:42:41,910 +check box روح تغير قيمته صح و لا يا جماعة هذا لأنه + +514 +00:42:41,910 --> 00:42:45,230 +ال check box by default مكونش مربوط في ال item + +515 +00:42:45,230 --> 00:42:47,410 +تضغط على ال list view بدون أنه يغير ال check box + +516 +00:42:48,860 --> 00:42:51,420 +الان انا بدي اجيب ايش ال hobby اللي انا اخترتها + +517 +00:42:51,420 --> 00:42:56,260 +سواء انا اخترتها او شيلت اختيارها اللي هي هتكون في + +518 +00:42:56,260 --> 00:42:58,720 +selected hobby بعدين جيتولي افحص لو كانت ال check + +519 +00:42:58,720 --> 00:43:02,160 +box جديدة اذا كان معلم اذا انا علمته بكون ان انا + +520 +00:43:02,160 --> 00:43:04,600 +بدي ال hobby الجديد فانا بقدر اخزنها في selected + +521 +00:43:04,600 --> 00:43:08,000 +hobbies else شيلها من ال selected hobbies هيك + +522 +00:43:08,000 --> 00:43:13,540 +البيانات بتكون ايش و عند اي تعديل لاحظ باخد ال + +523 +00:43:13,540 --> 00:43:17,660 +selected hobbies و بخزنها اين في set resultيعني + +524 +00:43:17,660 --> 00:43:21,540 +set result هذي بتبقى لها مالها، بعد القيمتها طالما + +525 +00:43:21,540 --> 00:43:26,280 +أنا إيش ماعمل، بغير ال set result مش هترجع ل ال + +526 +00:43:26,280 --> 00:43:29,040 +main activity إلا لما تنهي ال activity اللي أنت + +527 +00:43:29,040 --> 00:43:34,680 +شغال فيها، تعمل زر ال back أول ما تضغط back، هترجع + +528 +00:43:34,680 --> 00:43:38,760 +البيانات لمن؟ ل ال main activity كيف بنستقبلها في + +529 +00:43:38,760 --> 00:43:44,320 +ال main activity؟ انتبه معايا هناالان بدنا نعمل + +530 +00:43:44,320 --> 00:43:47,340 +الان implement ل callback method جديدة ايش يعني + +531 +00:43:47,340 --> 00:43:50,600 +callback method ال on create هذي callback method + +532 +00:43:50,600 --> 00:43:54,860 +احنا بيستدعيها callback ايش يعني callback يعني ال + +533 +00:43:54,860 --> 00:43:58,580 +background هو بيستدعيها مش احنا هو لحاله استدعي ال + +534 +00:43:58,580 --> 00:44:01,420 +on create اول ما اشتغلت ال activity فى callback + +535 +00:44:01,420 --> 00:44:05,360 +method تانية on back breast بتذكرينها بيستدعيها + +536 +00:44:05,360 --> 00:44:10,280 +لحاله لما اضغط زر ال back فى callback جديدة برا ال + +537 +00:44:10,280 --> 00:44:18,250 +on createاسمها on activity result اول + +538 +00:44:18,250 --> 00:44:23,770 +ما تصل لل activity هذه result من activity أخرى + +539 +00:44:23,770 --> 00:44:26,150 +فبتشغل هذه ال activity + +540 +00:44:28,420 --> 00:44:31,220 +واضح؟ يعني هذه ال activity موجودة أصلا في ال + +541 +00:44:31,220 --> 00:44:34,080 +superclass بس فاضية، لو ماعملتلاش implement مش + +542 +00:44:34,080 --> 00:44:37,120 +هتعمل حد، بترجع البيانات و هو ماعملش فيها حاجة، + +543 +00:44:37,120 --> 00:44:39,200 +الآن أنا عملتلها implement ليش؟ عشان أقول له + +544 +00:44:39,200 --> 00:44:43,800 +استقبل البيانات و أعمل فيها الشيء معين، الآن هنا + +545 +00:44:43,800 --> 00:44:50,100 +بيبين فيديو ال result code و request codeهلجيت + +546 +00:44:50,100 --> 00:44:53,600 +بقوله طالع معايا إيش هذا ال method لما تشغل + +547 +00:44:53,600 --> 00:44:57,220 +بيجيبلي ال request و بيجيبلي ال result لأن أنا لما + +548 +00:44:57,220 --> 00:45:02,060 +استدعيت ال method مش بعت 4 تمام و لما الاستقبال ال + +549 +00:45:02,060 --> 00:45:09,900 +بيانات رجعليها بعت 9 فبقوله if request code يساوي + +550 +00:45:09,900 --> 00:45:17,480 +4 and result code يساوي 9بعرف فعليا ان هال الطلب + +551 +00:45:17,480 --> 00:45:21,320 +رد ع مين رد على هذه ال start activity طب ممكن انا + +552 +00:45:21,320 --> 00:45:25,720 +اشتغل الكاميرا ممكن اشتغل فيديو كلهم هيستدعو مين + +553 +00:45:25,720 --> 00:45:29,980 +on activity level كيف بدي اعرف مين اجت البيانات + +554 +00:45:29,980 --> 00:45:34,760 +بقارن ال request code يعني زي لما تبعد انت بريد مش + +555 +00:45:34,760 --> 00:45:38,900 +بتحط عنوانك و عنوان المرسل هلجد هو لما يرد عليك + +556 +00:45:39,690 --> 00:45:43,870 +تمام؟ المفروض يرد على أنوارك ال .. ال .. ال .. + +557 +00:45:43,870 --> 00:45:47,450 +استلمته ممكن أنا واحد تاني ابعتله من رقم .. جواله + +558 +00:45:47,450 --> 00:45:50,730 +ممكن ابعتله من رقم وطني صح أو لا؟ انت مثلا واحد من + +559 +00:45:50,730 --> 00:45:54,190 +زوجتين تاني مش عامل مشاكل بروح للأولى بتصل عليها + +560 +00:45:54,190 --> 00:45:58,150 +من جوال والتانى بتصل عليها من وطنية هزد على طول لو + +561 +00:45:58,150 --> 00:46:00,970 +هذا .. لو واحد اتصل عليه من جوال بيعرف انه زوجت ال + +562 +00:46:00,970 --> 00:46:06,760 +..انت فاهم كيف عليا؟ لو + +563 +00:46:06,760 --> 00:46:09,680 +ردت هذيك على وطنية باعرف ان خلاص اللي بتصل عليها + +564 +00:46:09,680 --> 00:46:12,660 +وطنية هذي الزوج التاني اللي بتصل عليها جوالها دي + +565 +00:46:12,660 --> 00:46:15,620 +دين الزوج الأولى هذي زيك بيبعت مثلا اكتر من + +566 +00:46:15,620 --> 00:46:19,960 +request code أربعة وخمسة وستة إذا وصل request code + +567 +00:46:19,960 --> 00:46:23,460 +أربعة بيعرف ان هو جنب الطلب اللي بعته أربعة فيعني + +568 +00:46:23,460 --> 00:46:27,560 +هذي باستخدمه عشان اميز لمين أنا بعت الطلب ومن اللي + +569 +00:46:27,560 --> 00:46:28,280 +رجع الطلب + +570 +00:46:31,220 --> 00:46:34,160 +طيب الان معناه في بيانات وصلت وين البيانات اللي + +571 +00:46:34,160 --> 00:46:38,300 +وصلت بيلاقيها في ال data تمام في ال data المفروض + +572 +00:46:38,300 --> 00:46:42,500 +البيانات بتاعتي ألاقيها داخل ال data الان بروح لل + +573 +00:46:42,500 --> 00:46:51,140 +data هنا و بقوله get extra get هلاقي فيه ايش + +574 +00:46:51,140 --> 00:46:54,860 +string + +575 +00:46:54,860 --> 00:47:05,410 +array list extraأحنا خزناها بأي اسم hobbies high + +576 +00:47:05,410 --> 00:47:13,930 +array list الان + +577 +00:47:13,930 --> 00:47:17,930 +بس عالسه سريع بدي أروح أعمل toast make text get + +578 +00:47:17,930 --> 00:47:22,790 +application context وبدي أقول له hobbies dot to + +579 +00:47:22,790 --> 00:47:26,930 +string يحولها لحاله لstring toast short + +580 +00:47:29,040 --> 00:47:33,220 +يعني البيانات اللي رجعت يا جماعة نتأكد بس أنه احنا + +581 +00:47:33,220 --> 00:47:36,460 +خذلناها بالاسم هذا اه هيها هي رجعت ل ال main + +582 +00:47:36,460 --> 00:47:39,440 +activity هلاجيها وين البيانات زي ما قلنا في ال + +583 +00:47:39,440 --> 00:47:42,860 +data جبتها ك a realist و طبعتها في ال toast + +584 +00:47:42,860 --> 00:47:47,000 +ماعملتش loop انا على ال .. او يا دكتور وصيها دكتور + +585 +00:47:47,000 --> 00:47:49,840 +مثلا زي الباكر يعني لما قلت لعسايدة هيعمله ستة + +586 +00:47:49,840 --> 00:47:52,720 +يقول باكر غزته و هتفتحله يده مثلا مثلا بتعمل زغره + +587 +00:47:52,720 --> 00:47:57,810 +كيه يعني بعد ما يخففك من دوره بتعمل ..بتعمل okay + +588 +00:47:57,810 --> 00:48:01,570 +بعد ما .. مابتعملهاش هنا بتعملها في ال activity + +589 +00:48:01,570 --> 00:48:10,250 +اللي التالي يعمل + +590 +00:48:10,250 --> 00:48:13,890 +finish ل ال activity بيسكرها اه بيعمل set result و + +591 +00:48:13,890 --> 00:48:16,690 +finish يعمل set result في الأول و بعدين يعمل + +592 +00:48:16,690 --> 00:48:23,330 +finish اول ما يعمل finish و يسكرها هيرجع + +593 +00:48:23,330 --> 00:48:26,850 +على ال main activity طب ايش هيك اشتغل هو؟ + +594 +00:48:33,670 --> 00:48:37,770 +طيب هي يا جماعة بس انفرجي تيها هي favorite hobbies + +595 +00:48:37,770 --> 00:48:44,050 +football reading sleeping تمام اعمل back هي ايش + +596 +00:48:44,050 --> 00:48:47,530 +طبعا ل football reading sleeping شفتوها الرسالة + +597 +00:48:47,530 --> 00:48:53,050 +favorite hobbies كيف هي اخترت ايش reading و + +598 +00:48:53,050 --> 00:48:56,950 +sleeping تمام back هي طبعا ل هي toast reading و + +599 +00:48:56,950 --> 00:48:59,930 +sleeping هنا بس مش باينة كتيرطبعا لو بدي ايه لما + +600 +00:48:59,930 --> 00:49:04,270 +نقعد تاني اطلعله اللي عملت selected من دول بت .. + +601 +00:49:04,270 --> 00:49:08,990 +كيف؟ يعني رجعت انت حطيت choice of his فتحها فجيت + +602 +00:49:08,990 --> 00:49:11,310 +choice of selected لما نعمل selected و حطيت back + +603 +00:49:11,310 --> 00:49:16,650 +اعمل select هيك تمام اعمل back اه ارجع تاني بلايه؟ + +604 +00:49:16,650 --> 00:49:19,650 +اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه + +605 +00:49:19,650 --> 00:49:20,050 +اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه + +606 +00:49:20,050 --> 00:49:21,750 +اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه اه + +607 +00:49:21,750 --> 00:49:23,490 +اه اه اه اه اه اه اه اه اه اه اه اه اه + +608 +00:49:27,170 --> 00:49:28,890 +المرة القادمة .. المرة القادمة + +609 +00:49:31,670 --> 00:49:35,050 +إنك تحفظ ال .. هل يحفظ الشيء عشان اللي .. يحفظ + +610 +00:49:35,050 --> 00:49:37,490 +اللي بتاعه اللي بتاعته؟ أه هالجيل أنت ممكن إذا + +611 +00:49:37,490 --> 00:49:41,210 +حابب يبقى يحفظها ال hobbies إنك تختاره و تاخدهم + +612 +00:49:41,210 --> 00:49:44,230 +هذه البيانات اللي رجعت هنا من Unrealist و حطهم في + +613 +00:49:44,230 --> 00:49:48,830 +shared في فرنسا لما تشغل تاني بسمك تبعتهم و يحطهم + +614 +00:49:48,830 --> 00:49:52,350 +في ال list المرة الجاية هنمر عليه السنية تاني عشان + +615 +00:49:52,350 --> 00:49:56,230 +ناخد عميل تشغيل كاميرا تمام؟ خلاص يعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE.srt new file mode 100644 index 0000000000000000000000000000000000000000..1c8dfee272fe1ba13621f90efee8ca6ba9289950 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE.srt @@ -0,0 +1,1381 @@ +1 +00:00:20,700 --> 00:00:25,600 +طيب بسم الله الرحمن الرحيم، في المحاضرة الماضية يا + +2 +00:00:25,600 --> 00:00:28,740 +جماعة، اشتغلنا على الـ code شوية، صح؟ عملنا actions + +3 +00:00:28,740 --> 00:00:31,420 +على الـ items اللي احنا بنضيفه في الـ graphical user + +4 +00:00:31,420 --> 00:00:36,180 +interface، زي مثلاً action على البطون، كيف أنا بأضغط + +5 +00:00:36,180 --> 00:00:39,100 +على البطون، أعمل حاجة معينة، أطبع رسالة، أقرأ الموجود + +6 +00:00:39,100 --> 00:00:42,160 +اللي في الـ text، أعرض بيانات في text view، زي + +7 +00:00:42,160 --> 00:00:44,260 +البرنامج مثلاً، المحسب الإلكترونية اللي معناها + +8 +00:00:44,260 --> 00:00:48,620 +المحاضرة الماضية، واتعلمنا بعض الأمور الصغيرة، مثلاً + +9 +00:00:48,620 --> 00:00:53,800 +رسم shape معين، وكيف أحط الـ shape لزر مثلاً، وشوفنا + +10 +00:00:53,800 --> 00:00:57,100 +كيف أن أنا أعمل selector، شوفتوا الـ selector يا + +11 +00:00:57,100 --> 00:01:01,960 +جماعة؟ لما أضغط على الزر مثلاً، لو كان في عند الـ + +12 +00:01:01,960 --> 00:01:05,860 +state كان pressed، بيغير لونه، صح؟ جربنا، عملنا + +13 +00:01:05,860 --> 00:01:10,350 +المحاضرة الماضية. طيب، اليوم نكمل إن شاء الله، زي ما + +14 +00:01:10,350 --> 00:01:13,030 +أخذنا الـ button، وشوفنا كيف الـ action عليه في + +15 +00:01:13,030 --> 00:01:17,530 +المحاضرة، هذه هنمر على عدد من الـ components أو الـ + +16 +00:01:17,530 --> 00:01:20,230 +views بنسميهم في الاندرويد، بيسمي كل عنصر من + +17 +00:01:20,230 --> 00:01:23,490 +العناصر هذه view، تمام؟ يعني الـ button view، الـ text + +18 +00:01:23,490 --> 00:01:28,110 +view بيسميه view، الـ edit text view، تمام؟ هنمر على + +19 +00:01:28,110 --> 00:01:31,330 +عدد من الـ views، ونشوف كيف نعمل action، action على + +20 +00:01:31,330 --> 00:01:31,850 +views هذه. + +21 +00:01:47,890 --> 00:01:50,910 +أيوة، تمام. هنتكلم عن الـ containers، احنا أخدنا واحد + +22 +00:01:50,910 --> 00:01:54,730 +من الـ containers اللي هو زي الـ scroll view، ليش + +23 +00:01:54,730 --> 00:01:59,050 +سميناه كل view أعتبره container، لأنه فعلياً هو أنا + +24 +00:01:59,050 --> 00:02:03,150 +بحط فيه عناصر، هناخد containers ثانية، زي مثلاً + +25 +00:02:03,150 --> 00:02:08,410 +recycler view، اللي هو العنصر اللي بستخدمه عشان أعرض + +26 +00:02:08,410 --> 00:02:14,030 +list من عناصر، يعني هذا هنتطرق، هناخد الـ view pager، + +27 +00:02:14,030 --> 00:02:17,110 +اللي هو زي مثلاً لو بتعمل تطبيق، تعمل فيه slide مثلاً + +28 +00:02:17,110 --> 00:02:22,710 +لصور، تمام؟ هناخد الـ tabs، مثلاً لو تعمل برضه تطبيق + +29 +00:02:22,710 --> 00:02:26,730 +فيه tabs، فهذا الـ container هنتطرق له بشكل كبير، الـ + +30 +00:02:26,730 --> 00:02:28,990 +navigation drawer، اللي هو لما تعمل slide على + +31 +00:02:28,990 --> 00:02:32,670 +الجانب، يطلع لك الشاشة اللي بتكون الخبية، هذه كلها + +32 +00:02:32,670 --> 00:02:35,810 +containers، لأن فعلياً هي عناصر تحتوي على عناصر + +33 +00:02:35,810 --> 00:02:41,350 +ثانية، عشان نسميها containers، تمام؟ طيب، الآن لو روحنا + +34 +00:02:41,350 --> 00:02:46,770 +على زر البطن، فيه عندي من العناصر اللي ممكن نستفيد + +35 +00:02:46,770 --> 00:02:53,430 +منها من الشاشة، check box، معروف + +36 +00:02:53,430 --> 00:02:55,810 +الـ check box، إيش بستخدمه؟ لما يكون فيه عندي مثلاً + +37 +00:02:55,810 --> 00:03:00,010 +سؤال اللي له أكثر من خيار، وممكن أختار أكثر من حاجة + +38 +00:03:00,010 --> 00:03:01,230 +باستخدام الـ check box. + +39 +00:03:12,580 --> 00:03:17,780 +طيب، للـ checkbox، طبعاً أكيد أنه أنا لما يلزمني مثلاً + +40 +00:03:17,780 --> 00:03:22,300 +سؤال معين، وبدي أحط أكثر من checkbox، طبعاً مش + +41 +00:03:22,300 --> 00:03:25,400 +واحد بس، لأن الـ checkbox، الـ text مثلاً + +42 +00:03:30,560 --> 00:03:33,380 +ممكن نعمل سؤال: إيش اللغات اللي بتتقنها؟ مثلاً + +43 +00:03:33,380 --> 00:03:36,980 +English, Arabic, French, Hebrew مثلاً، وممكن يختار + +44 +00:03:36,980 --> 00:03:40,300 +أكثر من خيار، مثلاً هذا ممكن يكون... هذا في عند الـ + +45 +00:03:40,300 --> 00:03:43,200 +attributes، لأن أنا بتتبع الـ attributes بتاعته الـ + +46 +00:03:43,200 --> 00:03:46,080 +text تبعه، Arabic، في عندنا attribute خاصة بالـ + +47 +00:03:46,080 --> 00:03:49,140 +checkbox اسمها checked، ليش checked هذا؟ عشان أُحدد + +48 +00:03:49,140 --> 00:03:52,440 +حالته، هل هو في البداية بيكون معلّم ولا مش معلّم؟ + +49 +00:03:52,440 --> 00:03:57,940 +تمام؟ يعني مثلاً لو حطيته هنا true، هيجيبوا معلّم، شايف؟ + +50 +00:03:57,940 --> 00:04:00,620 +هيكتب قربه ومعلم عليه، تمام؟ + +51 +00:04:03,770 --> 00:04:07,990 +لو ما حطيتهوش، بعتبرها by default false، تقدر تتحكم في + +52 +00:04:07,990 --> 00:04:10,990 +لون الخط، وحجم الخط، بنفس الـ attributes اللي كنا + +53 +00:04:10,990 --> 00:04:14,750 +نستخدمها للـ button، text-size, text-color, background، + +54 +00:04:14,750 --> 00:04:18,370 +تمام؟ نفس الموجود للـ button موجود للـ checkbox، أنا بحكي + +55 +00:04:18,370 --> 00:04:21,310 +عن حاجة خاصة في الـ checkbox اللي هي checked، طب + +56 +00:04:21,310 --> 00:04:24,270 +الآن نضيف للـ checkbox، خلينا قبل ما نروح للـ code، + +57 +00:04:24,270 --> 00:04:27,970 +نضيف بعض العناصر الأخرى، لأن في أنا حاجة اسمها الـ + +58 +00:04:27,970 --> 00:04:30,630 +radio button، برضه إيش بفرق الـ radio button عن الـ + +59 +00:04:30,630 --> 00:04:33,350 +check box؟ لإنه لما يكون مجموعة خيارات، بختار خيار + +60 +00:04:33,350 --> 00:04:36,610 +واحد بس، طبعاً، الآن الـ radio button، بدك تجمع كل + +61 +00:04:36,610 --> 00:04:40,690 +مجموعة radio buttons مع بعض، فعشان هيك ما يكفيش أحط + +62 +00:04:40,690 --> 00:04:43,170 +radio buttons، بده أجمع الـ radio buttons اللي لهم + +63 +00:04:43,170 --> 00:04:47,690 +علاقة ببعض، بحاجة اسمها radio group، طبعاً، فعشان هيك + +64 +00:04:47,690 --> 00:04:51,370 +أنا أروح أعمل، بده أحط radio group، طبعاً الـ radio + +65 +00:04:51,370 --> 00:04:56,030 +group فاضية، ليش فاضية؟ لأنها معمولة بس عشان تحتوي + +66 +00:04:56,030 --> 00:04:59,530 +radio buttons، هي الـ radio group، حطها هنا، تمام؟ لأن + +67 +00:04:59,530 --> 00:05:05,130 +جوا الـ radio group بدي أسحب مثلاً radio button، + +68 +00:05:05,130 --> 00:05:06,390 +وكمان radio button. + +69 +00:05:09,920 --> 00:05:12,820 +تمام، هاي في عندي two radio buttons داخل الـ radio + +70 +00:05:12,820 --> 00:05:16,480 +group، هي الـ radio group، علمها، لأن هذول الاثنين + +71 +00:05:16,480 --> 00:05:19,560 +موجودين داخل radio group، بقدر أختار واحد منهم، تمام؟ + +72 +00:05:19,560 --> 00:05:22,500 +لو بدي أعمل سؤال ثاني في radio، بعمل كمان radio + +73 +00:05:22,500 --> 00:05:28,040 +group، طيب، لأن بس نضبط الـ ID، الـ ID لأن مهم يا جماعة، + +74 +00:05:28,040 --> 00:05:33,020 +صح؟ هذا الـ ID، إيش مسمى هو؟ check box، الـ radio group، + +75 +00:05:33,020 --> 00:05:37,500 +بدنا نعطي برضه للـ radio group ID، هو by default + +76 +00:05:37,500 --> 00:05:43,300 +ما بيعطي للـ radio group ID، بنعطي لها ID، مثلاً أنا + +77 +00:05:43,300 --> 00:05:49,240 +مثلاً بدي أعمل سؤال اسمه gender group، ليه + +78 +00:05:49,240 --> 00:05:54,880 +gender؟ أسئلة الـ male ولا female مثلاً، هاي مثلاً الـ + +79 +00:05:54,880 --> 00:05:56,980 +pattern هذا، مثلاً male. + +80 +00:06:04,520 --> 00:06:10,580 +طيب، الآن نربط بس العناصر، صح؟ عشان نستخدمهم، أنا الآن + +81 +00:06:10,580 --> 00:06:17,020 +قاعد بضيف عناصر يا جماعة، وهستخدمهم من الـ... من الـ + +82 +00:06:17,020 --> 00:06:22,300 +code لاحقاً، طيب خلينا نجرب هدول بس، بعدين نشوف + +83 +00:06:22,300 --> 00:06:29,140 +عناصر ثانية، الآن بتعرفوا على الـ code، وزي ما + +84 +00:06:29,140 --> 00:06:35,950 +اتعلمنا، أول خطوة بنُجيب العناصر هذه، فأول واحد بدنا + +85 +00:06:35,950 --> 00:06:44,470 +checkbox، بعدين بقول find view by id r.id.checkbox. + +86 +00:06:47,240 --> 00:06:49,860 +خليني أُعيد checkbox في الأول، لأن بدي أعمل action + +87 +00:06:49,860 --> 00:06:55,280 +على checkbox، لأن checkbox بدي أقول له الآن، لو تغيرت + +88 +00:06:55,280 --> 00:06:59,600 +فيه، هو لحاله جاب ليها أول حاجة set on checked change + +89 +00:06:59,600 --> 00:07:03,620 +listener، من اسمها on checked change + +90 +00:07:03,620 --> 00:07:07,960 +listener، يعني لو الـ check اتغير، تمام؟ هذا بيستمع له. + +91 +00:07:07,960 --> 00:07:11,640 +checked change listener، الـ button كان on click + +92 +00:07:11,640 --> 00:07:15,460 +listener، هذا checked change listener، وطبعاً إيش + +93 +00:07:15,460 --> 00:07:19,760 +بياخد بين قوسين parameter من النوع on checked change + +94 +00:07:19,760 --> 00:07:24,980 +listener، لأن هذا interface، فبنقول له new on checked change + +95 +00:07:24,980 --> 00:07:27,740 +listener، وهو جاب له method اسمها on checked + +96 +00:07:27,740 --> 00:07:31,990 +change، وهذا الـ method لاحظ أنها بترجع، من ضمن + +97 +00:07:31,990 --> 00:07:34,590 +العناصر اللي بترجعها، فيها حاجة اسمها إيش؟ it's a + +98 +00:07:34,590 --> 00:07:38,790 +boolean، يعني ببساطة لو أنت معلّم عليه، هذا هترجع لك + +99 +00:07:38,790 --> 00:07:42,810 +true، لو علمت عليه، لو شيلت التعليم هترجع لك false. + +100 +00:07:42,810 --> 00:07:45,970 +فهنا ببدأ أقول له toast.makeText + +101 +00:08:01,900 --> 00:08:04,820 +طبعاً أنا إيش عملتها؟ المحاضرة الماضية كنا ننشئ + +102 +00:08:04,820 --> 00:08:08,960 +toast ونحطه في متغير، وبعدين الناس تسأل، شو هالجيت؟ + +103 +00:08:08,960 --> 00:08:12,500 +أنا عملتها إيش؟ كلها في سطر... سطر واحد، خلاص يعني + +104 +00:08:12,500 --> 00:08:18,100 +أنا بتدرّج، أنا عشان تفهم الحاجة، وبعدين طبعاً + +105 +00:08:18,100 --> 00:08:20,540 +النقطة المهمة، أن في الـ toast ما ينفعش تُحط أي + +106 +00:08:20,540 --> 00:08:24,280 +حاجة غير نص، لو عرضت مثلاً boolean أو integer، بيطلع + +107 +00:08:24,280 --> 00:08:28,120 +error، عشان هيك أنا روحت رابطها في إيش؟ في نص معين. + +108 +00:09:05,960 --> 00:09:09,120 +طيب، لحد ما يشتغل، هذا بالنسبة للـ action على + +109 +00:09:09,120 --> 00:09:14,920 +checkbox، طبعاً بقدر أيضاً برمجياً أغير خصائص الـ + +110 +00:09:14,920 --> 00:09:18,640 +checkbox، يعني مثلاً، مش فيه attribute اسمها checked؟ + +111 +00:09:18,640 --> 00:09:22,000 +في + +112 +00:09:22,000 --> 00:09:24,980 +عندنا، من خلال البرمجة، في ستة checked، وممكن أقول + +113 +00:09:24,980 --> 00:09:30,180 +true أو false، بس احنا أهم شيء أنا بالوقت الآن أن + +114 +00:09:30,180 --> 00:09:34,540 +أُفرجك كيف تعمل action، طيب، الآن الـ radio، radio + +115 +00:09:34,540 --> 00:09:38,390 +button، وradio group، الآن إيش بنشوف فيه؟ أكثر من + +116 +00:09:38,390 --> 00:09:40,170 +طريقة للتعامل على الـ radio button، ممكن تعمل + +117 +00:09:40,170 --> 00:09:42,290 +action على الـ radio button، وممكن تعمل action على + +118 +00:09:42,290 --> 00:09:46,230 +الـ radio group، أنا بفضل نعمل على مين؟ على الـ radio + +119 +00:09:46,230 --> 00:09:49,750 +group كلها، إنه أعمل عليها action، وهي بتقول لي مين + +120 +00:09:49,750 --> 00:09:56,370 +العنصر اللي أنا اخترته فيها، طيب. + +121 +00:09:56,370 --> 00:09:58,730 +فعشان هيك بدأنا نعمل action على الـ radio group، و + +122 +00:09:58,730 --> 00:09:59,130 +نجيبها + +123 +00:10:01,810 --> 00:10:06,730 +هي radio group، rg، findViewById، r. + +124 +00:10:06,730 --> 00:10:16,450 +id.gendergroup، لأن + +125 +00:10:16,450 --> 00:10:18,990 +هذه التطبيق اشتغل، لو أنا عملت click على الـ Arabic، + +126 +00:10:18,990 --> 00:10:23,550 +هي طبع لي إيش؟ true، تمام؟ الهدف أن أعرف أن أنا علمت + +127 +00:10:23,550 --> 00:10:24,210 +على answer أو لا. + +128 +00:10:28,290 --> 00:10:35,230 +طيب، rg. في عندنا برضه setOnCheckedChangeListener، + +129 +00:10:35,230 --> 00:10:41,190 +زي الـ check box، new OnCheckedChangeListener، + +130 +00:10:41,190 --> 00:10:47,850 +listener، بس هنا انتبه، مختلف الموضوع شوية، آه، لو + +131 +00:10:47,850 --> 00:10:52,720 +ضغطت على أي عنصر، الـ checkbox كان يجيب لي true or + +132 +00:10:52,720 --> 00:10:56,880 +false، هذا بيجيب لي مين؟ checked الـ ID، لأن الـ radio + +133 +00:10:56,880 --> 00:11:00,060 +group فيها أكثر من عنصر، واحنا بنعرف أن كل عنصر + +134 +00:11:00,060 --> 00:11:03,480 +على الشاشة له ID، الـ radio button اللي أنت حاططهم، + +135 +00:11:03,480 --> 00:11:06,220 +كل واحد بياخد ID، واحد بيقول أنا ما حطيتهوش ID، هو + +136 +00:11:06,220 --> 00:11:08,180 +automatically بيعمله generate الـ ID، لو أنت مش + +137 +00:11:08,180 --> 00:11:13,380 +معطيه، تمام؟ الفكرة أنه هو جاب لك الـ ID تبع العنصر + +138 +00:11:13,380 --> 00:11:18,370 +اللي أنت علمت عليه، طيب ماشي، كيف أنا... أنا ما بدي الـ + +139 +00:11:18,370 --> 00:11:21,310 +ID تبع العنصر، بدي أجيب النص تبعه، مش هو أنا في عندي + +140 +00:11:21,310 --> 00:11:26,490 +radio group و... و محطوط فيهم radio button، وradio + +141 +00:11:26,490 --> 00:11:29,430 +button، وهذا له text مكتوب female، وهذا له text + +142 +00:11:29,430 --> 00:11:33,550 +male، وهذاك female، فأول حاجة أنا بدي أجيب الـ radio + +143 +00:11:33,550 --> 00:11:38,300 +button، ومنه بجيب النص، بس هو ما أعطانيش الـ radio + +144 +00:11:38,300 --> 00:11:41,980 +button اللي أنا ضغطت عليه، ما أعطانيش مين؟ الـ ID، إذا + +145 +00:11:41,980 --> 00:11:45,180 +عندك الـ ID لأي answer، بتقدر تجيب الـ answer نفسه، آه، + +146 +00:11:45,180 --> 00:11:50,280 +كيف؟ findViewById، وعشان نخليه أسرع كمان، روحنا الـ + +147 +00:11:50,280 --> 00:11:55,260 +radio group نفسها، ونقول له findViewById، ليش أنا + +148 +00:11:55,260 --> 00:11:57,700 +... يعني أنت كان ممكن تنفذ على طول، وتقول له find + +149 +00:11:57,700 --> 00:12:01,300 +view by ID، بيمشي الحل، وبتعطيه إيش؟ هنا checked ID، + +150 +00:12:01,300 --> 00:12:08,670 +لكن أفضل أنك تعملها إيش؟ يعني كأني ببحث وين في الـ + +151 +00:12:08,670 --> 00:12:11,810 +radio group نفسها، عشان ما ياخدش وقت، أنا خلاص أنا + +152 +00:12:11,810 --> 00:12:15,590 +عارف أن اللي علمته وين موجود في الـ radio group هذا، + +153 +00:12:15,590 --> 00:12:21,490 +الـ ID تبعه، الـ ID يا إما بجيبه من خلال الـ R، يا إما بجيبه + +154 +00:12:21,490 --> 00:12:23,910 +من خلال الـ action نفسه، بيقول لي إيش الـ ID اللي انضغط + +155 +00:12:23,910 --> 00:12:27,630 +عليه، فأنا عارف الـ ID، بجيب الـ answer، هنا طبعاً بحط + +156 +00:12:27,630 --> 00:12:35,410 +هذه final، عشان يشتغل، وهي هنا هي radio button، RB، + +157 +00:12:36,880 --> 00:12:40,740 +يعني الـ findViewById هي ترجع لي radio button، الآن + +158 +00:12:40,740 --> 00:12:43,120 +جبت الـ radio button، بقدر أجيب النص المكتوب فيه، + +159 +00:12:43,120 --> 00:12:50,900 +أكيد، rb.getText()، ماشية. + +160 +00:12:50,900 --> 00:12:56,460 +يا جماعة، وهذه بده أروح أعرضها جوا الـ + +161 +00:12:56,460 --> 00:13:00,180 +هذه بتجيب ليها CharSequence على طول، فمش هي لازم أـ + +162 +00:13:00,180 --> 00:13:05,700 +toString() فيها، لأن هاي، تعال خذ هذا الـ text، وحطه إيش؟ + +163 +00:13:16,890 --> 00:13:21,870 +واضحة يا جماعة، يعني فعلياً الـ radio button، بعمل + +164 +00:13:21,870 --> 00:13:25,130 +action على الـ radio group، والـ radio group بتستخدم + +165 +00:13:25,130 --> 00:13:27,490 +الـ setOnCheckedChangeListener زيها زي الـ + +166 +00:13:27,490 --> 00:13:31,470 +check box، بس الفرق أنه لما أضغط عليه عنصر، بيديني الـ + +167 +00:13:31,470 --> 00:13:34,950 +ID بتاع العنصر اللي ضغطت عليه، لأن إذا عرفت الـ ID + +168 +00:13:34,950 --> 00:13:38,190 +بتاع العنصر، بجيب العنصر عن طريق الـ findViewById، + +169 +00:13:38,190 --> 00:13:42,050 +هي صار عندي العنصر هنا، وجبت العنصر، بجيب الـ text، + +170 +00:13:42,050 --> 00:13:42,730 +ببساطة. + +171 +00:13:59,180 --> 00:14:03,460 +طيب، برضه لحد ما يشتغل، خلينا إيش؟ نشوف عنصر ثاني، + +172 +00:14:03,460 --> 00:14:08,060 +عشان ما نضيع شوية، الآن في أنه من العناصر البسيطة، + +173 +00:14:08,060 --> 00:14:15,560 +في عنصر اسمه + +223 +00:20:36,130 --> 00:20:42,350 +تمام، شايفين لما ضغطت عليه تغير اللون، حتى وهي الـ + +224 +00:20:42,350 --> 00:20:49,490 +switch، طيب ليش هذا ما غيّرَش؟ + +225 +00:20:49,490 --> 00:20:51,110 +شكله هذا ما لوش text + +226 +00:21:04,780 --> 00:21:11,880 +هذا ما فيه فيه on أو off أعتقد يعني + +227 +00:21:11,880 --> 00:21:17,620 +بس ممكن أجيب، هو بيغيّر اللون، بس ممكن أجيب الـ status + +228 +00:21:17,620 --> 00:21:24,020 +بتاعته في + +229 +00:21:24,020 --> 00:21:25,200 +أظن is activated + +230 +00:22:18,000 --> 00:22:20,140 +طيب يا جماعة، نجي لعنصر جديد الآن + +231 +00:22:36,190 --> 00:22:39,990 +هذا العنصر الموجود في الـ container اسمه spinner + +232 +00:22:39,990 --> 00:22:47,290 +يبقى + +233 +00:22:47,290 --> 00:22:49,230 +مش activated, it's checked أعتقد + +234 +00:23:01,710 --> 00:23:08,410 +طيب، بعدين منكمّلِها دي لأن أحيانًا في التطبيقات + +235 +00:23:08,410 --> 00:23:13,290 +بتلزَمَك برضه تعمل حاجة زي drop list، يعني مثلاً بدّك + +236 +00:23:13,290 --> 00:23:17,550 +تختار الدولة، طبعًا الدولة أكيد ما بتنحَطّش radio buttons + +237 +00:23:17,550 --> 00:23:22,530 +صح ولا لأ؟ إن عندك 200 دولة، بدّك تختار من list معيّن + +238 +00:23:22,530 --> 00:23:26,850 +زي الـ combo box في الـ java طبعًا، بس في الـ android إيش + +239 +00:23:26,850 --> 00:23:28,490 +بيسمّوها spinner + +240 +00:23:31,760 --> 00:23:36,420 +طبعًا هذه حاطّطها وين؟ في خانة اسمها الـ containers، ليش؟ + +241 +00:23:36,420 --> 00:23:41,480 +لأنّه فعليًا بعتبر الـ spinner في مجموعة عناصر طبعًا + +242 +00:23:41,480 --> 00:23:45,340 +طيب، فبدنا نشوف الـ spinner طبعًا مختلف شوية، بدنا + +243 +00:23:45,340 --> 00:23:50,540 +نشوف كيف نعبيه وكيف نعمل عليه action، حاجتين يعني + +244 +00:23:50,540 --> 00:23:59,760 +كيف نعبيه؟ تعالوا نشوف من الـ text أول + +245 +00:23:59,760 --> 00:24:00,660 +حاجة خدنا رابطها + +246 +00:24:11,690 --> 00:24:15,310 +وبعدين نجي لـ الـ spinner ونشوف كيف نعبيه، طبعًا في + +247 +00:24:15,310 --> 00:24:19,670 +أكثر من طريقة لتعبية الـ spinner، أسهل طريقة فيهم + +248 +00:24:19,670 --> 00:24:23,990 +إنّك تعرف محتوى الـ spinner كمتغيرات في الـ XML و + +249 +00:24:23,990 --> 00:24:28,370 +تقول له عبيها من المتغيرات هذه، يعني كيف؟ شفت مثلاً أنا + +250 +00:24:28,370 --> 00:24:32,950 +في الـ XML لما كنت أعرف string واستخدمها من الـ + +251 +00:24:32,950 --> 00:24:37,800 +layout، أو أعرف color وأستخدمها من الـ layout، الآن + +252 +00:24:37,800 --> 00:24:43,240 +بنعرف array، ليش array؟ لأنّه فيه قيم متعددة في ملف + +253 +00:24:43,240 --> 00:24:48,800 +الـ XML ونستدعيها من الـ layout، عشان كده، إحنا بدّك تروح + +254 +00:24:48,800 --> 00:24:52,580 +مثلاً لأي ملف من هدول الـ XML اللي موجودة في الـ + +255 +00:24:52,580 --> 00:24:59,630 +values، وليكن ملف الـ strings، وتيجي تعرف فيها، تكتب + +256 +00:24:59,630 --> 00:25:03,930 +من أول وجديد هذا، تكتب، مش هاي فيه strings، إحنا + +257 +00:25:03,930 --> 00:25:07,550 +جربنا فيهم المحاضرة الماضية، صح ولا يا جماعة؟ الآن + +258 +00:25:07,550 --> 00:25:11,230 +نيجي نعرف متغير جديد، بس اسمه مش string، string + +259 +00:25:11,230 --> 00:25:17,530 +array، array من نصوص يعني string array، إيش بنسمّيها؟ + +260 +00:25:17,530 --> 00:25:18,970 +سمّيها countries + +261 +00:25:21,840 --> 00:25:25,580 +طيب، الـ string array لسه فاضية، جواها بتنشئ واحد اسمها + +262 +00:25:25,580 --> 00:25:36,220 +item، وبتكتب مثلاً السمّ، هاي Palestine، حطّ + +263 +00:25:36,220 --> 00:25:40,440 +اللي بدّك إياه، عادي، حطّ واحد، اتنين، تلاتة، تمام، ما فيش + +264 +00:25:40,440 --> 00:25:45,350 +مشكلة، ماشي كـ string، وانت بالـ code بتحوّلها لـ integer + +265 +00:25:45,350 --> 00:25:49,870 +صح، صح معانا، صح ولا لأ؟ حطّها .. حطّها .. بتعامل + +266 +00:25:49,870 --> 00:25:51,830 +معاهم كـ string، مش انت بت .. بت .. في الآخر هتجيب + +267 +00:25:51,830 --> 00:25:55,250 +القيمة، اه، وبتعملها integer .parseInt، أخدمها + +268 +00:25:55,250 --> 00:25:58,350 +في الـ java ولا لأ؟ بتحوّل لـ integer، تمام؟ هاي + +269 +00:25:58,350 --> 00:26:00,870 +Palestine، مثلاً، Egypt + +270 +00:26:15,350 --> 00:26:20,630 +طيب، هاي مجموعة الدول، لسه + +271 +00:26:20,630 --> 00:26:24,230 +هاد ما استفدناش منها، بنروح للـ activity، وجيت على الـ + +272 +00:26:24,230 --> 00:26:28,110 +spinner، و + +273 +00:26:28,110 --> 00:26:31,990 +فيه خاصية اسمها entries، من اسمها إيش يعني entries؟ + +274 +00:26:31,990 --> 00:26:37,070 +بتحطّ لحالها، هاي أكتب بس كلمة array، @array، هاي + +275 +00:26:37,070 --> 00:26:38,630 +بيجيب لي الـ countries + +276 +00:26:44,440 --> 00:26:52,160 +طبعًا by default بيختار إيش؟ تمام، أول، أول عنصر طبعًا + +277 +00:26:52,160 --> 00:26:55,560 +انت كمان ممكن إيش تعمل؟ لو أجيت على العربي وحطّيت + +278 +00:26:55,560 --> 00:26:59,300 +string array، واسم الدول هذا، وين أنا عملته؟ في ملف + +279 +00:26:59,300 --> 00:27:02,460 +strings، الموجود في values.ar، فلو اتغيّرت اللغة + +280 +00:27:02,460 --> 00:27:08,840 +هياخد الـ list من هنا، تمام؟ طيب، + +281 +00:27:08,840 --> 00:27:15,480 +إحنا عبّينا الـ spinner، action على الـ spinner، فبدنا + +282 +00:27:15,480 --> 00:27:21,380 +نروح على الـ code برضه + +283 +00:27:21,380 --> 00:27:25,160 +و + +284 +00:27:25,160 --> 00:27:31,020 +خلّينا نجيب الـ spinner تبعنا، هاي spinner sp + +285 +00:27:47,150 --> 00:27:59,590 +طيب sp. شوف بس طيب + +286 +00:27:59,590 --> 00:28:06,030 +هنا في عندي action على الـ .. الـ spinner، in set on + +287 +00:28:06,030 --> 00:28:11,630 +item selected listener، طبعًا هي set on item + +288 +00:28:11,630 --> 00:28:16,630 +selected listener، you on item selected listener + +289 +00:28:21,760 --> 00:28:24,620 +يعني الـ button set on click listener، الـ check box + +290 +00:28:24,620 --> 00:28:27,200 +already set on check the change listener، هذا set + +291 +00:28:27,200 --> 00:28:31,100 +on item selected listener، طيب هنا لما أختار أي + +292 +00:28:31,100 --> 00:28:34,360 +عنصر فيه جايب two methods، واحدة اسمها on item + +293 +00:28:34,360 --> 00:28:37,680 +selected، واحدة اسمها on nothing selected، هذه ما بعرفش + +294 +00:28:37,680 --> 00:28:40,880 +ما استخدمتهاش، on item selected، هذه لما أختار أي + +295 +00:28:40,880 --> 00:28:44,780 +عنصر هينفّذها، ومن بين الـ parameters اللي هيجيب لي + +296 +00:28:44,780 --> 00:28:49,730 +إياها فيه، جايب لي حاجتين، الـ position والـ ID، ممكن على + +297 +00:28:49,730 --> 00:28:52,210 +فكرة تستفيد من أي واحد فيهم، بس أنا هستفيد هالجيت من + +298 +00:28:52,210 --> 00:28:55,290 +إيش؟ position، إيش أنا الـ position؟ الـ index اللي + +299 +00:28:55,290 --> 00:28:59,290 +اخترته، لو اخترت أول واحد بيجيب لي صفر، ثاني واحد + +300 +00:28:59,290 --> 00:29:04,230 +اتنين، تلاتة، أربعة، وهكذا، أنا هدفي هالجيت إيش؟ أعرض + +301 +00:29:04,230 --> 00:29:08,950 +اسم الدولة اللي اخترتها، طبعًا، فبدّك تيجي على + +302 +00:29:12,640 --> 00:29:15,220 +لأنّه هو ما جايب لي الاسم للأسف، بيجيب لي أنا إيش اللي + +303 +00:29:15,220 --> 00:29:19,500 +اخترته، بيجيب لي رقم العنصر اللي اخترته، لكن من خلال + +304 +00:29:19,500 --> 00:29:25,760 +الـ spinner، فيه method اسمها getItemAt + +305 +00:29:25,760 --> 00:29:29,560 +position، يعني انت لو عندك الـ position بتجيب الـ + +306 +00:29:29,560 --> 00:29:35,640 +item، تمام؟ إيش بده؟ أمرّر هنا position، وبعدين بقول له + +307 +00:29:35,640 --> 00:29:36,220 +toString + +308 +00:29:42,100 --> 00:29:46,640 +getItemAt(position).toString، وهي string country + +309 +00:29:46,640 --> 00:29:52,500 +هي الدولة اللي اختارها الـ user، وبعدين نطبعها بـ + +310 +00:29:52,500 --> 00:29:52,800 +toast + +311 +00:30:10,400 --> 00:30:34,340 +ماشي يا جماعة؟ تعالوا الآن نجرب، اه + +312 +00:30:34,340 --> 00:30:38,160 +بالنسبة للـ switch يا جماعة، هي الصح is it checked، تمام؟ + +313 +00:30:38,160 --> 00:30:44,380 +يعني إذا عملته أو يعني ضغطت عليه بيجيب لي true، شيلت + +314 +00:30:44,380 --> 00:30:45,320 +الضغط بيجيب لي false + +315 +00:31:24,280 --> 00:31:30,420 +طيب تعالوا نشوف الـ spinner، لأن + +316 +00:31:30,420 --> 00:31:34,280 +إيه؟ لما تختار أي دولة، هاي الـ spinner، شايفين الـ list + +317 +00:31:34,280 --> 00:31:40,540 +اللي طلعلك إياها لحظة + +318 +00:31:40,540 --> 00:31:44,480 +الآن، الـ spinner هنا بيجيب لك في حاجة اسمها الـ mode + +319 +00:31:48,000 --> 00:31:51,720 +في عندك spinner mode، في عندك two modes، في مود اسمه + +320 +00:31:51,720 --> 00:31:54,780 +drop-down، وفي مود اسمه dialogue، drop-down هو الـ + +321 +00:31:54,780 --> 00:31:57,820 +list اللي بتطلع عندك، هذا dialogue معناه إنّه + +322 +00:31:57,820 --> 00:32:02,120 +بيجيب لك شاشة بالخيارات، يعني هي اللي إحنا شفناها + +323 +00:32:02,120 --> 00:32:13,180 +قبل شوية، drop-down اللي هي list بتنزل تحت، هذه طيب + +324 +00:32:13,180 --> 00:32:19,310 +بس في مشكلة صغيرة في الـ .. في الـ spinner، إنّك أول + +325 +00:32:19,310 --> 00:32:22,750 +ما تشغّل في اللحظة اللي بتشغّل فيها، هيشغّل الـ spinner + +326 +00:32:22,750 --> 00:32:26,290 +يعني شوف هالجيت إيش هيصير أول ما يشغّل التطبيق + +327 +00:33:24,000 --> 00:33:28,760 +طيب يا شباب، شايفين إيش طبع لي؟ إيش طبع؟ طبع + +328 +00:33:28,760 --> 00:33:32,060 +Palestine، مع إنّي أنا ما اخترتش حاجة، تمام؟ يعني في + +329 +00:33:32,060 --> 00:33:37,220 +مشكلة إنّه بيعمل action على الـ .. على الـ spinner من + +330 +00:33:37,220 --> 00:33:40,480 +قبل ما الـ user يختار، أول ما يشتغل بنفّذ الـ code + +331 +00:33:40,480 --> 00:33:46,200 +الموجود في on item selected، فهذه هي الحل الوحيد + +332 +00:33:46,200 --> 00:33:52,040 +لها، إنّك عند أول حالة بس ما تخليش ينفّذ الـ action + +333 +00:33:52,040 --> 00:33:55,700 +بس بعد هيك ينفّذها، كيف مثلاً؟ يعني ممكن تيجي هنا تعرف + +334 +00:33:55,700 --> 00:33:58,280 +boolean + +335 +00:34:01,070 --> 00:34:08,670 +initialState، يعني هل بداية أو مثلاً on starting + +336 +00:34:08,670 --> 00:34:13,850 +يعني لسه البرنامج بيشتغل، تمام؟ إيش القيمة حطّيتها؟ + +337 +00:34:13,850 --> 00:34:16,510 +true، يعني أول ماشي اللي هيكون true، فبدّي أقول له هنا + +338 +00:34:16,510 --> 00:34:21,750 +if، لأ مش هدّي على الـ check box، ع الـ spinner، بيقول له + +339 +00:34:21,750 --> 00:34:25,010 +if isStarting + +340 +00:34:29,870 --> 00:34:35,770 +onStarting، فعلاً، فعلاً + +341 +00:34:35,770 --> 00:34:53,030 +فعلاً، فعلاً، فعلاً، فعلاً، فعلاً، فعلاً + +342 +00:34:57,460 --> 00:35:02,020 +true، أول مرة true، تمام؟ هيفحصها يلاقيها true، إيش + +343 +00:35:02,020 --> 00:35:08,020 +هيعمل؟ هيعملها false، مش هينفّذ code، صح ولا لأ؟ هل + +344 +00:35:08,020 --> 00:35:13,820 +هينفّذ هذا أول مرة؟ لأ، ثاني مرة إيش هيعمل؟ لو إيجى + +345 +00:35:13,820 --> 00:35:18,580 +بره المستخدم، هيفحصها، هيلاقيها true، هيلاقيها false + +346 +00:35:18,580 --> 00:35:22,560 +مش هينفّذ هذا، هيروح إيش يعمل؟ هذا، بس حطّيته هيك trick + +347 +00:35:22,560 --> 00:35:26,060 +صغيرة، إنّه أول مرة ما ينفّذش الـ code هذا + +348 +00:35:31,780 --> 00:35:35,380 +طيب، واحد ممكن يسألنا، إيش كمان؟ بيقول لي مرات إحنا + +349 +00:35:35,380 --> 00:35:40,020 +في الـ list بنلاقي إنّ الخيار الأول بيكون فاضي، صح + +350 +00:35:40,020 --> 00:35:43,940 +ولا لأ؟ يعني بيكونش مختار دولة، هذا إنت بدّك تعملها + +351 +00:35:43,940 --> 00:35:49,640 +برمجيًا، حطّ خيار زي هيك item، اعملها زي هيك، أو log up + +352 +00:35:49,640 --> 00:35:56,980 +أو تقول له choose your country، تمام؟ وانت برمجيًا بدّك + +353 +00:35:56,980 --> 00:36:00,180 +تخليه يقرأ الـ item، إذا لقيته choose your country + +354 +00:36:00,180 --> 00:36:04,140 +معناه إنّه ما له، إنّه ما مختارش، تمام؟ اه، بدّك تحلّها إنت + +355 +00:36:04,140 --> 00:36:08,200 +برمجيًا، هذه + +356 +00:36:08,200 --> 00:36:14,120 +طيب، هذه خلّصناها، لقيت الـ spinner، تعالوا نشوف item + +357 +00:36:14,120 --> 00:36:14,500 +ثاني + +358 +00:36:30,360 --> 00:36:38,200 +طيب فيه item ثاني اسمه الـ SeekBar، الـ SeekBar هذا + +359 +00:36:38,200 --> 00:36:43,700 +يا جماعة لو أنا بدي أختار قيمة بتترواح في range + +360 +00:36:43,700 --> 00:36:52,020 +معيّن، تمام؟ يعني ممكن نختار الـ SeekBar هذا، هاي + +361 +00:36:52,020 --> 00:36:55,560 +شايفين؟ هذا عبارة عن زر هنا، أنا بسحبه وبختار + +362 +00:36:55,560 --> 00:36:58,400 +القيمة اللي بدّي إياها، تعالوا نشوف الـ SeekBar هذا + +363 +00:37:01,270 --> 00:37:07,650 +هيعطيه ID، خلينا بس نربطه + +364 +00:37:07,650 --> 00:37:24,870 +ونشوف + +365 +00:37:24,870 --> 00:37:32,640 +بعض الخصائص، في خاصية مثلاً minimum و maximum، SeekBar + +366 +00:37:32,640 --> 00:37:38,660 +ممكن يبدأ مثلاً أقل قيمة صفر وأكثر قيمة عشرة أو + +367 +00:37:38,660 --> 00:37:46,480 +لحد إيش؟ مثلاً مئة، تمام؟ في عندك اللي هي إيش بيسمّوها؟ + +368 +00:37:46,480 --> 00:37:51,380 +progress، القيمة المبدئية بتاعته أول ما يبدأ، تمام؟ و + +369 +00:37:51,380 --> 00:37:54,820 +MD مثلاً لو جدوله خمسين، إيش بيعمل؟ في النص + +370 +00:37:59,320 --> 00:38:05,420 +ما أعتقدش في step هنا، لأ، في step في واحد ثاني في الـ + +371 +00:38:05,420 --> 00:38:13,520 +rating، أو في discrete SeekBar، اللون هذا لما تتعامل + +372 +00:38:13,520 --> 00:38:19,200 +مع الـ style طبعًا، في + +373 +00:38:19,200 --> 00:38:26,000 +كمان لو إنت بدّك تلفّه، تخليه عمودي مثلاً، ممكن تعطيه + +374 +00:38:26,000 --> 00:38:33,000 +rotation 270، ماذا يعني؟ اللي هي شايف كيف عرضه + +375 +00:38:33,000 --> 00:38:39,140 +رأسي، تمام؟ بس تحطّ مكانه صح، يعني يعني هو موجود بس + +376 +00:38:39,140 --> 00:38:46,660 +عملت له rotation، لفّته، طيب + +377 +00:38:46,660 --> 00:38:47,600 +نعمل عليه action + +378 +00:39:08,460 --> 00:39:13,800 +هذا اسمه setOnSeekBarChangeListener، اسمع، يعني أنا برضه + +379 +00:39:13,800 --> 00:39:16,860 +إيش مانعمل يا جماعة؟ بنحطّ الـ SeekBar ونعرض القيمة + +380 +00:39:16,860 --> 00:39:21,540 +اللي اخترناها في TextView، هاي الـ SeekBar ونعمل + +381 +00:39:21,540 --> 00:39:22,200 +TextView + +382 +00:40:05,490 --> 00:40:10,070 +setOnSeekBarChangeListener، and new on seek + +383 +00:40:10,070 --> 00:40:14,770 +bar change listener، مادام إحنا عرضنا في TextView + +384 +00:40:14,770 --> 00:40:19,810 +بنجيب الـ TextView، هاي TextView اسمه seekResult + +385 +00:40:19,810 --> 00:40:31,410 +findViewById(R.id.seekResult)، وحطّ هذا final وهذا + +386 +00:40:31,410 --> 00:40:34,630 +كمان final، لأن هذا الـ action يا جماعة، لاحظ إنّه جايب + +387 +00:40:34,630 --> 00:40:39,390 +لي كام method داخل؟ تلاتة، في onProgressChanged + +388 +00:40:39,390 --> 00:40:43,390 +وفي onStartTrackingTouch، و onStopTracking + +389 +00:40:43,390 --> 00:40:47,690 +Touch، تلاتة .. طيب ليش تلاتة؟ إحنا متعودناش .. إحنا + +390 +00:40:47,690 --> 00:40:50,950 +متعودين نشوف واحدة، صح ولا؟ لأنّه بقول لي باعتبار إنّ الـ + +391 +00:40:50,950 --> 00:40:54,810 +SeekBar فيه تلاتة events، قد تعني للمستخدم أو + +392 +00:40:54,810 --> 00:41:00,610 +المبرمج إنّه يعملهم catch، أول ما يضغط، ما هو أول ما + +393 +00:41:00,610 --> 00:41:06,320 +يختار يعني، وهو جاعد بيسحب، وأول ما يفلت، يعني مرات + +394 +00:41:06,320 --> 00:41:09,920 +أنا بدّي هو يسحب، ما بدّي أقرأ القيمة، بدّي أقرأ القيمة + +395 diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..66ae60df18d17ffd4b53a9f53d8196a87b94821c --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_postprocess.srt @@ -0,0 +1,1692 @@ +1 +00:00:20,700 --> 00:00:25,600 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية يا + +2 +00:00:25,600 --> 00:00:28,740 +جماعة اشتغلنا على ال code شوية صح عملنا actions + +3 +00:00:28,740 --> 00:00:31,420 +على ال items اللي احنا بنضيفه في ال graphical user + +4 +00:00:31,420 --> 00:00:36,180 +interface زي مثلا action على البطون كيف انا مضغط + +5 +00:00:36,180 --> 00:00:39,100 +على البطون اعمل حاجة معينة اطبع رسالة اقرأ موجود + +6 +00:00:39,100 --> 00:00:42,160 +اللي في ايد ال text عب بيانات في text view زي + +7 +00:00:42,160 --> 00:00:44,260 +المرنامج مثلا المسبح الإلكترونية اللي معناها + +8 +00:00:44,260 --> 00:00:48,620 +المحاضرة الماضيةو اتعلمنا بعض الأمور الصغيرة مثلا + +9 +00:00:48,620 --> 00:00:53,800 +رسم shape معين و كيف احط ال shape لزر مثلا و شوفنا + +10 +00:00:53,800 --> 00:00:57,100 +كيف ان انا اعمل selector شوفتوا ال selector يا + +11 +00:00:57,100 --> 00:01:01,960 +جماعة لما اضغط على الزر مثلا لو كان في عند ال + +12 +00:01:01,960 --> 00:01:05,860 +state كان pressed بيغيرنه لونه صح جربنا عملنا + +13 +00:01:05,860 --> 00:01:10,350 +المحاضرة الماضيةطيب اليوم نكمل ان شاء الله زي ما + +14 +00:01:10,350 --> 00:01:13,030 +أخدنا ال button وشوفنا كيف ال action عليه في + +15 +00:01:13,030 --> 00:01:17,530 +المحاضرة هذه هنمر على عدد من ال components أو ال + +16 +00:01:17,530 --> 00:01:20,230 +views بنسميهم في الاندرويد بيسمي كل عنصر من + +17 +00:01:20,230 --> 00:01:23,490 +العناصر هذه view تمام؟ يعني ال button view ال text + +18 +00:01:23,490 --> 00:01:28,110 +view بيسميه view ال edit text view تمام؟ هنمر على + +19 +00:01:28,110 --> 00:01:31,330 +عدد من ال views ونشوف كيف نعمل action action على + +20 +00:01:31,330 --> 00:01:31,850 +views هذه + +21 +00:01:47,890 --> 00:01:50,910 +أيوة تمام هنتكلم عن ال containers احنا أخدنا واحد + +22 +00:01:50,910 --> 00:01:54,730 +من ال containers اللي هو زي ال scroll viewليش + +23 +00:01:54,730 --> 00:01:59,050 +سمالس كل view اعتبره container لأنه فعليا هو انا + +24 +00:01:59,050 --> 00:02:03,150 +بحط فيه عناصر هناخد containers تانية زي مثلا + +25 +00:02:03,150 --> 00:02:08,410 +recyler view اللي هو العنصر اللي بستخدمه عشان اعرض + +26 +00:02:08,410 --> 00:02:14,030 +list من عناصريعني هذا هنتطرق هناخد ال view pager + +27 +00:02:14,030 --> 00:02:17,110 +اللي هو زي مثلا لو بتعمل تطبيق اعمل فيه slide مثلا + +28 +00:02:17,110 --> 00:02:22,710 +لصور تمام هناخد ال tabs مثلا لو اعمل برضه تطبيق + +29 +00:02:22,710 --> 00:02:26,730 +فيه tabs فهذا ال container هنتطرقله بشكل كبير ال + +30 +00:02:26,730 --> 00:02:28,990 +navigation drawer اللي هو لما تعمل slide على + +31 +00:02:28,990 --> 00:02:32,670 +الجانب يطلعلك الشاشة اللي بتكون الخبية هذه كلها + +32 +00:02:32,670 --> 00:02:35,810 +containers لأن فعليا هي عناصر تحتوى على عناصر + +33 +00:02:35,810 --> 00:02:41,350 +تانية عشان تسميها containers تمامطيب الان لو روحنا + +34 +00:02:41,350 --> 00:02:46,770 +على زر البطن فيه عندى من العناصر اللى ممكن نستفيد + +35 +00:02:46,770 --> 00:02:53,430 +منها من الشاشة check box معروف + +36 +00:02:53,430 --> 00:02:55,810 +ال check box ايش بستخدمه لما يكون فيه عندى مثلا + +37 +00:02:55,810 --> 00:03:00,010 +سؤال اللى له اكتر من خيار وممكن اختار اكتر من حاجة + +38 +00:03:00,010 --> 00:03:01,230 +باستخدام ال check box + +39 +00:03:12,580 --> 00:03:17,780 +طيب لل checkbox طبعا اكيد انه انا لما يلزمني مثلا + +40 +00:03:17,780 --> 00:03:22,300 +سؤال معين و بدي احط اكتر من ال checkbox طبعا مش + +41 +00:03:22,300 --> 00:03:25,400 +واحد بس لان ال checkbox ال text مثلا + +42 +00:03:30,560 --> 00:03:33,380 +ممكن نعمل سؤال ايش اللغات اللي بتتقنها مثلا + +43 +00:03:33,380 --> 00:03:36,980 +English, Arabic, French, Hebrew مثلا و ممكن يختار + +44 +00:03:36,980 --> 00:03:40,300 +اكتر من خيار مثلا هذا ممكن يكون .. هذا في عند ال + +45 +00:03:40,300 --> 00:03:43,200 +attributes لإن أنا بتترقب ال attributes بتاعته ال + +46 +00:03:43,200 --> 00:03:46,080 +text تبعه Arabic في عندنا attribute خاصة بال + +47 +00:03:46,080 --> 00:03:49,140 +checkbox اسمها checked ليش checked هذا؟ عشان احدد + +48 +00:03:49,140 --> 00:03:52,440 +حالته هل هو في البداية بكون معلم و لا مش معلم + +49 +00:03:52,440 --> 00:03:57,940 +تمام؟ يعني مثلا لو حطته هنا trueهيجيبه معلمه شايف + +50 +00:03:57,940 --> 00:04:00,620 +هيكتب قرابك و معلم عليه تمام؟ + +51 +00:04:03,770 --> 00:04:07,990 +لو مش حطتها بيعتبرها by default فالس تقدر تتحكم في + +52 +00:04:07,990 --> 00:04:10,990 +لون الخط وحجم الخط بنفس ال attributes اللي كنا + +53 +00:04:10,990 --> 00:04:14,750 +نستخدمها للبتن text-size, text-color, background + +54 +00:04:14,750 --> 00:04:18,370 +تمام؟ نفس الموجود للبتن موجود لل checkbox انا بحكي + +55 +00:04:18,370 --> 00:04:21,310 +عن حاجة الخاصة في ال checkbox اللي هي checket طب + +56 +00:04:21,310 --> 00:04:24,270 +الان نضيف لل checkbox خلينا قبل ما نروح لل code + +57 +00:04:24,270 --> 00:04:27,970 +نضيف بعض العناصر الأخرىلأن في انا حاجة اسمها ال + +58 +00:04:27,970 --> 00:04:30,630 +radio button برضه ايش بفرج ال radio button على ال + +59 +00:04:30,630 --> 00:04:33,350 +check box لإنه لما يكون مجموعة خيارات بختار خيار + +60 +00:04:33,350 --> 00:04:36,610 +واحد بس طبعا الان ال radio button بدك تجمع كل + +61 +00:04:36,610 --> 00:04:40,690 +مجموعة radio buttons مع بعض فعشان هيك بكفيش احط + +62 +00:04:40,690 --> 00:04:43,170 +radio buttons بده اجمع ال radio buttons اللي لهم + +63 +00:04:43,170 --> 00:04:47,690 +علاقة ببعض بحاجة اسمها radio group طبعا فعشان هيك + +64 +00:04:47,690 --> 00:04:51,370 +انا اش روح اعمل بده احط radio groupطبعا ال radio + +65 +00:04:51,370 --> 00:04:56,030 +group فاضية ليش فاضية؟ لأنها معمولة بس عشان تحتوي + +66 +00:04:56,030 --> 00:04:59,530 +radio buttons هي ال radio group حطة هنا تمام؟ لأن + +67 +00:04:59,530 --> 00:05:05,130 +جوا ال radio group بدي أسحب مثلا radio button + +68 +00:05:05,130 --> 00:05:06,390 +وكمان radio button + +69 +00:05:09,920 --> 00:05:12,820 +تمام هاي فى عندى two radio buttons داخل ال radio + +70 +00:05:12,820 --> 00:05:16,480 +group هى ال radio group علمها لأن هدول الاتنين + +71 +00:05:16,480 --> 00:05:19,560 +موجودين داخل radio group بقدر اختار واحد منهم تمام + +72 +00:05:19,560 --> 00:05:22,500 +لو بدى اعمل سؤال تانى فى radio بعمل كمان radio + +73 +00:05:22,500 --> 00:05:28,040 +group طيب لان بس نظبط ال ID ال ID لان مهم يا جماعة + +74 +00:05:28,040 --> 00:05:33,020 +صح هذا ال ID ايش مسمى هو check box ال radio group + +75 +00:05:33,020 --> 00:05:37,500 +بدنا نعطي برضه لل radio groupID هو by default + +76 +00:05:37,500 --> 00:05:43,300 +مابيعطيش لل radio group ID بنعطيلها ID مثلا انا + +77 +00:05:43,300 --> 00:05:49,240 +مثلا بدي اعمل سؤال اسمه gender group ليه + +78 +00:05:49,240 --> 00:05:54,880 +gender أسئلة ال male ولا female مثلا هاي مثلا ال + +79 +00:05:54,880 --> 00:05:56,980 +pattern هذا مثلا male + +80 +00:06:04,520 --> 00:06:10,580 +طيب الان نربط بس العناصر صح عشان نستخدمهم انا الان + +81 +00:06:10,580 --> 00:06:17,020 +قاعد بضيف عناصر جماعة و هستخدمهم من ال .. من ال + +82 +00:06:17,020 --> 00:06:22,300 +code لاحقا طيب خلينا نجرب هدولة بس بعدين نشوف + +83 +00:06:22,300 --> 00:06:29,140 +عناصر تانية الان بتدروا على ال code و زي ما + +84 +00:06:29,140 --> 00:06:35,950 +اتعلمنا اول خطوةبنجيب العناصر هذه فاول حد بدنا + +85 +00:06:35,950 --> 00:06:44,470 +checkbox بعدين بقول find view by id r.id.checkbox + +86 +00:06:47,240 --> 00:06:49,860 +خلّيني أعد checkbox في الأول لإن بدي أعمل action + +87 +00:06:49,860 --> 00:06:55,280 +على checkbox لأن checkbox بدي أقوله الآن لو تغبطت + +88 +00:06:55,280 --> 00:06:59,600 +فيه هو لحاله جاب ليها أول حاجة sit on check to + +89 +00:06:59,600 --> 00:07:03,620 +change listener من اسمها on check to change + +90 +00:07:03,620 --> 00:07:07,960 +listener يعني لو ال check اتغيرتمام هذا بيستمع له + +91 +00:07:07,960 --> 00:07:11,640 +check the change listener ال button كان on click + +92 +00:07:11,640 --> 00:07:15,460 +listener هذا check the change listener وطبعا ايش + +93 +00:07:15,460 --> 00:07:19,760 +بياخد بين قوسين parameter من النوع on check the + +94 +00:07:19,760 --> 00:07:24,980 +change لأن هذا interface فبنقوله new on check the + +95 +00:07:24,980 --> 00:07:27,740 +change listener وهو جاب له method اسمها on check + +96 +00:07:27,740 --> 00:07:31,990 +the change وهذا ال method لاحظ انها بترجعمن ضمن + +97 +00:07:31,990 --> 00:07:34,590 +العناصر اللي بترجعها فيها حاجة اسمها ايش it's a + +98 +00:07:34,590 --> 00:07:38,790 +chicken يعني ببساطة لو انت معلم عليه هذا هترجعلك + +99 +00:07:38,790 --> 00:07:42,810 +true لو علمت عليه لو شلتي التعليم هترجعلك false + +100 +00:07:42,810 --> 00:07:45,970 +فهنا بدأ اقول له toast.make text + +101 +00:08:01,900 --> 00:08:04,820 +طبعا انا ايش عملتها المحاضرة الماضية كنا ننشق + +102 +00:08:04,820 --> 00:08:08,960 +toast و نحطه في متغير و بعدين الناس تدعي شو هلجيت + +103 +00:08:08,960 --> 00:08:12,500 +انا عملتها ايش كلها في سطر .. سطر واحد خلاص يعني + +104 +00:08:12,500 --> 00:08:18,100 +انا بتدريج انا عشان تفهم الحاجة و بعدين طبعا + +105 +00:08:18,100 --> 00:08:20,540 +النقطة المهمة ان في ال toast مانفعش تهرب انت اي + +106 +00:08:20,540 --> 00:08:24,280 +حاجة غير نص لو عرضت مثلا بوليا او integer بطلع + +107 +00:08:24,280 --> 00:08:28,120 +error عشان هيك انا روحت رابطها في ايش في نص معين + +108 +00:09:05,960 --> 00:09:09,120 +طيب لحد ما يشتغل هذا بالنسبة لل action على + +109 +00:09:09,120 --> 00:09:14,920 +checkbox طبعا بقدر ايضا برمجيا اغير خصائص ال + +110 +00:09:14,920 --> 00:09:18,640 +checkbox يعني مثلا مش فيه attribute اسمها checked + +111 +00:09:18,640 --> 00:09:22,000 +في + +112 +00:09:22,000 --> 00:09:24,980 +عندنا من خلال البرمجة في ستة checked وممكن اقول + +113 +00:09:24,980 --> 00:09:30,180 +true او false بس احنا اهم اشي انا بالزمن الان ان + +114 +00:09:30,180 --> 00:09:34,540 +افرجك كيف تعمل action طيب الان ال radio radio + +115 +00:09:34,540 --> 00:09:38,390 +button و radio groupالان ايش بنصور فيه اكتر من + +116 +00:09:38,390 --> 00:09:40,170 +طريقة التعامل على ال radio battery ممكن تعمل + +117 +00:09:40,170 --> 00:09:42,290 +action على ال radio battery و ممكن تعمل action على + +118 +00:09:42,290 --> 00:09:46,230 +ال ready group انا بفضل نعمل علي مين على ال ready + +119 +00:09:46,230 --> 00:09:49,750 +group كلها انه اعمل عليها action و هي بتقولي مين + +120 +00:09:49,750 --> 00:09:56,370 +العنصر اللي انا اخترته فيها طيب + +121 +00:09:56,370 --> 00:09:58,730 +فعشان هيك بدأنا نعمل action على ال ready group و + +122 +00:09:58,730 --> 00:09:59,130 +نجيبها + +123 +00:10:01,810 --> 00:10:06,730 +هي ريدي جروب rgfindviewbyidr + +124 +00:10:06,730 --> 00:10:16,450 +.id.gendergroup لأن + +125 +00:10:16,450 --> 00:10:18,990 +هذه التطبيق اشتغل لو انا اعملت click على ال Arabic + +126 +00:10:18,990 --> 00:10:23,550 +هي طبع لي ايش true تمام الهدف ان اعرف ان انا علمت + +127 +00:10:23,550 --> 00:10:24,210 +على answer او لا + +128 +00:10:28,290 --> 00:10:35,230 +طيب rg. في عندنا برضه set on checked change + +129 +00:10:35,230 --> 00:10:41,190 +listener زي ال check box new on checked change + +130 +00:10:41,190 --> 00:10:47,850 +listener بس هنا انتبه مختلف الموضوع شوية اه لو + +131 +00:10:47,850 --> 00:10:52,720 +ضغطت على اي انصرالـ checkbox كان يجيب لي true or + +132 +00:10:52,720 --> 00:10:56,880 +false هذا بيجيبلي مين check ال ID لإن ال radio + +133 +00:10:56,880 --> 00:11:00,060 +group فيها أكتر من عنصر و احنا بنعرف أن كل عنصر + +134 +00:11:00,060 --> 00:11:03,480 +على الشاشة له ID ال radio button اللي انت حاططهم + +135 +00:11:03,480 --> 00:11:06,220 +كل واحد بياخد ID واحد بيقول أنا ماحطتهوش ID هو + +136 +00:11:06,220 --> 00:11:08,180 +automatically بيعمله generate ال ID لو انت مش + +137 +00:11:08,180 --> 00:11:13,380 +معطيله تمام الفكرة أن هو جابلك ال ID تع الانصر + +138 +00:11:13,380 --> 00:11:18,370 +اللي انت علمته عليهطيب ماشي كيف انا .. انا بديش ال + +139 +00:11:18,370 --> 00:11:21,310 +ID تعالى عنصر بدي أجيب النص تبعه مش هو انا في عندي + +140 +00:11:21,310 --> 00:11:26,490 +radio group و .. و محطوط فيهم radio button و radio + +141 +00:11:26,490 --> 00:11:29,430 +button و هذا له text مكتوب female و هذا له text + +142 +00:11:29,430 --> 00:11:33,550 +male و هذاك female فأول حاجة انا بدي أجيب ال radio + +143 +00:11:33,550 --> 00:11:38,300 +button و منه بجيب النصبس هو ماعطانيش ال radio + +144 +00:11:38,300 --> 00:11:41,980 +button اللي انا ضغط عليه ماعطيني مين ال ID اذا + +145 +00:11:41,980 --> 00:11:45,180 +عندك ال ID لأي answer بتقدر تجيب ال answer نفسه اه + +146 +00:11:45,180 --> 00:11:50,280 +كيف find view by ID وعشان نخليه أسرع كمان روحنا ال + +147 +00:11:50,280 --> 00:11:55,260 +radio group نفسها و نقوله find view by ID ليش انا + +148 +00:11:55,260 --> 00:11:57,700 +.. يعني انت كان ممكن تنفذ على طول و تقوله find + +149 +00:11:57,700 --> 00:12:01,300 +view by ID بيمشي الحل و تعطيله إيش هنا اتشكد ID + +150 +00:12:01,300 --> 00:12:08,670 +لكن أفضل انك تعملها إيشيعني كأني ببحث وين في ال + +151 +00:12:08,670 --> 00:12:11,810 +radio group نفسي عشان ماياخدش وجهته انا خلاص انا + +152 +00:12:11,810 --> 00:12:15,590 +عارف ان اللي علمته وين موجود في ال radio group هذا + +153 +00:12:15,590 --> 00:12:21,490 +ال ID تبع ال ID يا بجيهه من خلال ال R يا اما بجيهه + +154 +00:12:21,490 --> 00:12:23,910 +من خلال ال action نفسي بقوللي ايش ال ID اللي انضغط + +155 +00:12:23,910 --> 00:12:27,630 +عليه فانا عارف ال ID بجيب ال answer هنا طبعا بحط + +156 +00:12:27,630 --> 00:12:35,410 +هذه final عشان يشتغل وهي هنا هي radio battle RB + +157 +00:12:36,880 --> 00:12:40,740 +يعني ال find view بقي دي هترجعلي radio button الان + +158 +00:12:40,740 --> 00:12:43,120 +جبت ال radio button بقدر أجيب النص المكتوب فيه + +159 +00:12:43,120 --> 00:12:50,900 +أكيد rb.gettext ماشية + +160 +00:12:50,900 --> 00:12:56,460 +يا جماعة و هذه بده أروح أعرضها جوا لأ + +161 +00:12:56,460 --> 00:13:00,180 +هذه بتجيبليها char sequence على طول فمش هي لازم ت + +162 +00:13:00,180 --> 00:13:05,700 +string فيها لأن هاي تعال خد هذا ال text وحطه إيش + +163 +00:13:16,890 --> 00:13:21,870 +واضحة يا جماعة يعني فعليا ال radio button بعمل + +164 +00:13:21,870 --> 00:13:25,130 +action على ال radio group و ال radio group بتستخدم + +165 +00:13:25,130 --> 00:13:27,490 +ال set on check the change listener زيها زي ال + +166 +00:13:27,490 --> 00:13:31,470 +check box بس الفرق أنه لما أضغط عليه عنصر بيديه ال + +167 +00:13:31,470 --> 00:13:34,950 +ID بتاع العنصر اللي اضغط عليه لأن إذا عرفت ال ID + +168 +00:13:34,950 --> 00:13:38,190 +بتاع العنصر بجيب العنصر عن طريق ال find view by ID + +169 +00:13:38,190 --> 00:13:42,050 +هي صار عند العنصر هنا و جيبت العنصر بجيب ال text + +170 +00:13:42,050 --> 00:13:42,730 +ببساطة + +171 +00:13:59,180 --> 00:14:03,460 +طيب برضه لحد ما يشتغل خلينا ايش نشوف عنصر تاني + +172 +00:14:03,460 --> 00:14:08,060 +عشان ما نضيع شوية الان فى أنه من العناصر البسيطة + +173 +00:14:08,060 --> 00:14:15,560 +فى عنصر اسمه toggle button وفى عنصر اسمه switch + +174 +00:14:15,560 --> 00:14:26,040 +يعني أشكال مختلفة للزرار يعني هى ال XML تبعهم هذا + +175 +00:14:26,040 --> 00:14:28,180 +ال toggle button وهذا ال switch ال toggle button + +176 +00:14:33,090 --> 00:14:37,710 +يعني هي منظر هويك بتطلع زر بيجيبلي .. بكتبلي مثلا + +177 +00:14:37,710 --> 00:14:41,790 +أضغط عليه بتغير حالته و اكتبلي on مثلا تمام؟ لو + +178 +00:14:41,790 --> 00:14:45,750 +شيلت الضغطة بكتبلي off أو مثلا ممكن أتحكم أنا في + +179 +00:14:45,750 --> 00:14:49,150 +النص اللي بديه open و close يعني حالة الزر نفسها + +180 +00:14:49,150 --> 00:14:52,090 +بتتغير حتى اللون تبعه مش في خط .. في خط تحت هنا + +181 +00:14:52,090 --> 00:14:57,130 +بيصير يتغير لإن هي ال radio button هي اضغط على + +182 +00:14:57,130 --> 00:14:59,730 +mail تمام؟ + +183 +00:15:02,960 --> 00:15:08,260 +الـ switch نفس الحاجة طبعا اوضان يعني لو .. لو + +184 +00:15:08,260 --> 00:15:11,840 +علمت عليه بيجيبلي بتحرك هذا هي بيجي على الشمال و + +185 +00:15:11,840 --> 00:15:15,340 +بتصير لونه مختلف و بيغيرلي ممكن النص الموجود هنا + +186 +00:15:15,340 --> 00:15:20,720 +طبعا يعني هو زر عادي بس تفاعلي يعني النص اللي فيه + +187 +00:15:20,720 --> 00:15:26,260 +لونه بتغير طبعا الان التعامل معاه هيروح لتقريبا + +188 +00:15:26,260 --> 00:15:31,190 +لاتنين زي بعض هي الـ toggle button ممكنانت تعمل + +189 +00:15:31,190 --> 00:15:37,270 +attributes اسمها text on و text off من اسمهم ايش + +190 +00:15:37,270 --> 00:15:42,790 +بتفهم text on و text off تمام اه لما يكون مضغوط + +191 +00:15:42,790 --> 00:15:45,010 +ايش النص الهيارده لما تكون مش مضغوط ايش النص + +192 +00:15:45,010 --> 00:15:51,190 +الهيارده تمام هى مثلا close و هنا open + +193 +00:15:56,590 --> 00:16:03,070 +و نفس الحاجة لل switch اللي برضه text on و off + +194 +00:16:03,070 --> 00:16:08,690 +مثلا + +195 +00:16:08,690 --> 00:16:17,790 +active هذا text on inactive + +196 +00:16:17,790 --> 00:16:23,630 +كام دي فعل بسيط طبعا ليش بطل أحمر + +197 +00:16:41,920 --> 00:16:45,020 +هذا جنب عشان نكسب المساحة + +198 +00:17:01,780 --> 00:17:04,000 +على فكرة في حاجة في ال Android هنا بس أنا + +199 +00:17:04,000 --> 00:17:09,660 +ماعطيتكوش إياها عشان ما تنبسطوش عليها على طول أن + +200 +00:17:09,660 --> 00:17:12,660 +أنت ممكن تحط العراصر ترميهم و تضغط على الزر هذا + +201 +00:17:12,660 --> 00:17:16,700 +شايفينه؟ هذا إيش اسمه Infra Constraints لحاله + +202 +00:17:16,700 --> 00:17:21,160 +بيربطهم لحاله automatic تمام؟ بس هذه ماتعتمدش + +203 +00:17:21,160 --> 00:17:25,120 +عليها ليش؟ لأنه مش دايما صح يعني مثلا أنا حط + +204 +00:17:25,120 --> 00:17:29,030 +العنصر و جذد إنه ييجي في النصتمام؟ ممكن هو + +205 +00:17:29,030 --> 00:17:32,810 +مايربطلوش هي توسيط يجيبليها مثلا يربطليها في الحفة + +206 +00:17:32,810 --> 00:17:38,290 +هذه وهذه مثلا تمام؟ فماتعتمدش عليه كتير طيب هذه + +207 +00:17:38,290 --> 00:17:41,890 +ضفتان الزرعين ماتنساش تعطي لكل واحد ID هذا مسمى + +208 +00:17:41,890 --> 00:17:47,450 +toggle button ال ID وال switch مسمى switch 1 طب + +209 +00:17:47,450 --> 00:17:50,970 +نيجي نعمل action عليهم برضه هذه بتدعم المتغير اسمه + +210 +00:17:50,970 --> 00:17:59,280 +toggle button TGfind view by id r.id.toggle button + +211 +00:17:59,280 --> 00:18:13,880 +ونجيب كمان التاني اللي هو switch عشان + +212 +00:18:13,880 --> 00:18:19,420 +في كلمة محجوزة switch صح خليها اساس هي طيب هي ال + +213 +00:18:19,420 --> 00:18:27,230 +button seton on click listener زي و زي البتن in + +214 +00:18:27,230 --> 00:18:35,570 +you on click listener + +215 +00:18:35,570 --> 00:18:41,530 +الان انت يعني ممكن مثلا بدناقش لما اضغط عليه يجيب + +216 +00:18:41,530 --> 00:18:44,530 +لي النص مش هو بتغير النص اللي عليه تمام يجيب لي + +217 +00:18:44,530 --> 00:18:49,590 +النص اللي موجود حط هذه final وخد ال toast + +218 +00:18:53,760 --> 00:19:01,240 +وهنا بدل ر ايش حط توجل باتوين دوت جيت اه get text + +219 +00:19:01,240 --> 00:19:07,680 +المفروض يجيبني النص اللى اللى صار معروض حاليا عليه + +220 +00:19:07,680 --> 00:19:14,260 +هتجربه اتأكد انه شغال بلاش يطلع مش هو اللى لان لحد + +221 +00:19:14,260 --> 00:19:19,580 +ما يشتغل برضه ايش بدنا ال switch نفس الطريقة + +222 +00:20:03,880 --> 00:20:05,160 +عشان .. عشان + +223 +00:20:36,130 --> 00:20:42,350 +تمام هاي شايفين لما ضغط عليه تغير اللون حتى وهي ال + +224 +00:20:42,350 --> 00:20:49,490 +switch طيب ليش هذا مغيروش؟ + +225 +00:20:49,490 --> 00:20:51,110 +شكله هذا مالوش text + +226 +00:21:04,780 --> 00:21:11,880 +هذا مافيش فيه on أو off اعتقد يعني + +227 +00:21:11,880 --> 00:21:17,620 +بس ممكن اجيب هو بغير اللوم بس ممكن اجيب ال status + +228 +00:21:17,620 --> 00:21:24,020 +بتاعته في + +229 +00:21:24,020 --> 00:21:25,200 +اظن is activated + +230 +00:22:18,000 --> 00:22:20,140 +طيب يا جماعة نجي لعنصر جديد الآن + +231 +00:22:36,190 --> 00:22:39,990 +هذا العنصر الموجود في ال container اسمه spinner + +232 +00:22:39,990 --> 00:22:47,290 +يبقى + +233 +00:22:47,290 --> 00:22:49,230 +مش activated, it's checked أعتقد + +234 +00:23:01,710 --> 00:23:08,410 +طيب بعدين منكملها دى لأن أحيانا فى التطبيقات + +235 +00:23:08,410 --> 00:23:13,290 +بلزملك برضه تعمل حاجة زى drop list يعني مثلا بدك + +236 +00:23:13,290 --> 00:23:17,550 +تختار الدولة طبعا الدولة أكيد بتنحطش radio buttons + +237 +00:23:17,550 --> 00:23:22,530 +صح ولا لأ؟ إن عندك 200 دولة بدك تختار من list معين + +238 +00:23:22,530 --> 00:23:26,850 +زى ال combo box فى الجابا طبعا بس فى الاندرويد إيش + +239 +00:23:26,850 --> 00:23:28,490 +بيسميها spinner + +240 +00:23:31,760 --> 00:23:36,420 +طبعا هذه حاططها وين في خانة اسمة ال containers ليش + +241 +00:23:36,420 --> 00:23:41,480 +لأنه فعليا بعتبر ال spinner في مجموعة عناصر طبعا + +242 +00:23:41,480 --> 00:23:45,340 +طيب فبدنا نشوف ال spinner طبعا مختلف شوية بدنا + +243 +00:23:45,340 --> 00:23:50,540 +نشوف كيف نعبيه وكيف نعمل عليه action حاجتين يعني + +244 +00:23:50,540 --> 00:23:59,760 +كيف نعبيه تعالى نشوف من ال text أول + +245 +00:23:59,760 --> 00:24:00,660 +حاجة خدنا رابطه + +246 +00:24:11,690 --> 00:24:15,310 +وبعدين نجي ل ال spinner ونشوف كيف نعبيه طبعا في + +247 +00:24:15,310 --> 00:24:19,670 +أكتر من طريقة لتعبية ال spinner أسهل طريقة فيهم + +248 +00:24:19,670 --> 00:24:23,990 +انك تعرف محتوى ال spinner كمتغيرات في ال XML و + +249 +00:24:23,990 --> 00:24:28,370 +تقوله عبيها من المتغيرات هذه يعني كيف شفت مثلا انا + +250 +00:24:28,370 --> 00:24:32,950 +في ال XML لما كنت اعرف string و استخدمها من ال + +251 +00:24:32,950 --> 00:24:37,800 +layout او نعرف color و نستخدمها من ال layoutالان + +252 +00:24:37,800 --> 00:24:43,240 +بنعرف array ليش array؟ لأنه فيه عدسة متعددة في ملف + +253 +00:24:43,240 --> 00:24:48,800 +ال XML ونستدعيها من ال layout عشانك احنا بدك تروح + +254 +00:24:48,800 --> 00:24:52,580 +مثلا لأي ملف من هدول ال XML اللي موجودة في ال + +255 +00:24:52,580 --> 00:24:59,630 +values وليكن ملف ال stringsو تيجي تعرف فيها تكتب + +256 +00:24:59,630 --> 00:25:03,930 +من أول و جديد هذا تكتب مش هاي فيه strings احنا + +257 +00:25:03,930 --> 00:25:07,550 +جربنا فيهم المحاضرة الماضية صح ولا يا جماعة الان + +258 +00:25:07,550 --> 00:25:11,230 +نيجي نعرف متغير جديد بس اسمه مش string string + +259 +00:25:11,230 --> 00:25:17,530 +array array من نصوص يعني string array ايش بنسميها + +260 +00:25:17,530 --> 00:25:18,970 +سميها countries + +261 +00:25:21,840 --> 00:25:25,580 +طب ال string array لسه فاضية جواها بتنشي احد اسمها + +262 +00:25:25,580 --> 00:25:36,220 +item وبتكتب مثلا السمد هاي Palestine حط + +263 +00:25:36,220 --> 00:25:40,440 +اللي بدكيا عادي حط واحد اتنين تلاتة تمام مافيش + +264 +00:25:40,440 --> 00:25:45,350 +مشكلةماشي كسترينج وانت بال code بتحولها ل integer + +265 +00:25:45,350 --> 00:25:49,870 +صح صح معانا صح ولا لا؟ حطها .. حطها .. بتعامل + +266 +00:25:49,870 --> 00:25:51,830 +معاهم كسترينج مش انت بت .. بت .. في الآخر هتجيب + +267 +00:25:51,830 --> 00:25:55,250 +القيمة اه و بتعملها integer dot parse int أخدمها + +268 +00:25:55,250 --> 00:25:58,350 +في الجابر ولا لا؟ بتحول ل integer تمام؟ هاي + +269 +00:25:58,350 --> 00:26:00,870 +Palestine مثلا Egypt + +270 +00:26:15,350 --> 00:26:20,630 +طيب هاي مجموع الدول لسه + +271 +00:26:20,630 --> 00:26:24,230 +هاد مستفدناش منها بنروح لل activity و جيت على ال + +272 +00:26:24,230 --> 00:26:28,110 +spinner و + +273 +00:26:28,110 --> 00:26:31,990 +فيه خاصية اسمها entries من اسمها ايش يعني entries + +274 +00:26:31,990 --> 00:26:37,070 +متخلق لحالي هاي اكتب بس كلمة array at array هاي + +275 +00:26:37,070 --> 00:26:38,630 +يجيب ليه ال countries + +276 +00:26:44,440 --> 00:26:52,160 +طبعا by default بيختار ايش تمام اول اول عنصر طبعا + +277 +00:26:52,160 --> 00:26:55,560 +انت كمان ممكن ايش تعمل لو اجيت على العربي و حطيت + +278 +00:26:55,560 --> 00:26:59,300 +string array و اسم الدول هذا وين انا عملته في ملف + +279 +00:26:59,300 --> 00:27:02,460 +strings الموجود في values.ar فلو اتغيرت اللغة + +280 +00:27:02,460 --> 00:27:08,840 +هياخد ال list من هنا تمام طيب + +281 +00:27:08,840 --> 00:27:15,480 +احنا عبينا ال spinneraction على الـ spinner فبدنا + +282 +00:27:15,480 --> 00:27:21,380 +نروح على ال code برضه + +283 +00:27:21,380 --> 00:27:25,160 +و + +284 +00:27:25,160 --> 00:27:31,020 +خلّينا نجيب ال spinner تبعنا هاي spinner sp + +285 +00:27:47,150 --> 00:27:59,590 +طيب س بي دوت بس شوف بس طيب + +286 +00:27:59,590 --> 00:28:06,030 +هنا فى عندي action على ال .. ال speaker in set on + +287 +00:28:06,030 --> 00:28:11,630 +item selected listener طبعا هى set on item + +288 +00:28:11,630 --> 00:28:16,630 +selected listener in you on item selected listener + +289 +00:28:21,760 --> 00:28:24,620 +يعني ال button set on click listener ال check box + +290 +00:28:24,620 --> 00:28:27,200 +already set on check the change listener هذا set + +291 +00:28:27,200 --> 00:28:31,100 +on item selected listener طيب هنا لما أختار أي + +292 +00:28:31,100 --> 00:28:34,360 +عنصر فيه جايب two methods واحدة اسمها on item + +293 +00:28:34,360 --> 00:28:37,680 +selected واحدة اسمها on nothing selected هذه بعرفش + +294 +00:28:37,680 --> 00:28:40,880 +ما استخدمتهاش on item selected هذه لما أختار أي + +295 +00:28:40,880 --> 00:28:44,780 +عنصر هينفذها ومن بين ال parameters اللي هيجيبلي + +296 +00:28:44,780 --> 00:28:49,730 +إياها فيه جابلي حاجتين ال positionو ال ID ممكن على + +297 +00:28:49,730 --> 00:28:52,210 +فكرة تستفيد من اي واحد فيهم بس انا هستفيد هلجيت من + +298 +00:28:52,210 --> 00:28:55,290 +ايش position ايش انا ال position ال index اللي + +299 +00:28:55,290 --> 00:28:59,290 +اخترته لو اخترت اول واحد بيجيب للصفر التاني واحد + +300 +00:28:59,290 --> 00:29:04,230 +اتنين تلاتة اربعة وها كذا انا هدفها هلجيت ايش اعرض + +301 +00:29:04,230 --> 00:29:08,950 +اسم الدولة اللي اخترتها طبعا فبدك تيجي على + +302 +00:29:12,640 --> 00:29:15,220 +لأن هو ما جابليش الاسم للأسف بيجيبليش انا ايش اللي + +303 +00:29:15,220 --> 00:29:19,500 +اخترته بيجيبلي رقم العنصر اللي اخترته لكن من خلال + +304 +00:29:19,500 --> 00:29:25,760 +ال spinner في method اسمها هيها get item at + +305 +00:29:25,760 --> 00:29:29,560 +position يعني انت لو عندك ال position بتجيب ال + +306 +00:29:29,560 --> 00:29:35,640 +item تمام ايش بده امرر هنا position و بعدين بقوله + +307 +00:29:35,640 --> 00:29:36,220 +two string + +308 +00:29:42,100 --> 00:29:46,640 +get item at position to string وهي string country + +309 +00:29:46,640 --> 00:29:52,500 +هي الدولة اللي اختارها ال user وبعدين نطبعها ب + +310 +00:29:52,500 --> 00:29:52,800 +toast + +311 +00:30:10,400 --> 00:30:34,340 +ماشي يا جماعة تعالوا الان نجرب اه + +312 +00:30:34,340 --> 00:30:38,160 +بالنسبة لل switch جماعة هي الصح is it checked تمام + +313 +00:30:38,160 --> 00:30:44,380 +يعني اذا علمتهأو يعني ضغط عليه بيجيب لي throw شيلت + +314 +00:30:44,380 --> 00:30:45,320 +الضغط بيجيب لي false + +315 +00:31:24,280 --> 00:31:30,420 +طب تعالى نشوف ال spinner لأن + +316 +00:31:30,420 --> 00:31:34,280 +اي لما تختار اي دولة هاي ال spinner شايفين ال list + +317 +00:31:34,280 --> 00:31:40,540 +اللي قلعلك اياها لحظة + +318 +00:31:40,540 --> 00:31:44,480 +الآن ال spinner هو هنا بيجيبلك في حد اسمها ال mode + +319 +00:31:48,000 --> 00:31:51,720 +فى عندك spinner mode فى عندك two modes فى مود اسمه + +320 +00:31:51,720 --> 00:31:54,780 +drop-down وفى مود اسمه dialogue drop-down هو ال + +321 +00:31:54,780 --> 00:31:57,820 +list اللى بتطلع عندك هذا dialogue معناه انه + +322 +00:31:57,820 --> 00:32:02,120 +بيجيبلك شاشة بالخيارات يعني هى اللى احنا شفناها + +323 +00:32:02,120 --> 00:32:13,180 +قبل شوية drop-down اللى هي list بتنزل تحت هذه طيب + +324 +00:32:13,180 --> 00:32:19,310 +بس فى مشكلة صغيرة فى ال .. فى ال spinnerان انت اول + +325 +00:32:19,310 --> 00:32:22,750 +ما تشغل في اللحظة اللي بتشغل فيها هيشغل ال spinner + +326 +00:32:22,750 --> 00:32:26,290 +يعني شوف هلجيت ايش هيصير اول ما يشغل التطبيق + +327 +00:33:24,000 --> 00:33:28,760 +طيب يا شباب شايفين إيش طبع ملي؟ إيش طبع؟ طبع + +328 +00:33:28,760 --> 00:33:32,060 +Palestine، مع أنه أنا مااخترتش حاجة، تمام؟ يعني في + +329 +00:33:32,060 --> 00:33:37,220 +مشكلة إنه بيعمل action على ال ..على ال spinner من + +330 +00:33:37,220 --> 00:33:40,480 +قبل ما ال user يختار اول ما يشتغل بنفذ ال code + +331 +00:33:40,480 --> 00:33:46,200 +الموجود في on item selected فهذه هي الحل الوحيد + +332 +00:33:46,200 --> 00:33:52,040 +لها ان انت عند اول حالة بس ماتخليهش ينفذ ال action + +333 +00:33:52,040 --> 00:33:55,700 +بس بعد هيك ينفذها كيف مثلا يعني ممكن تيجي هنا تعرف + +334 +00:33:55,700 --> 00:33:58,280 +Boolean + +335 +00:34:01,070 --> 00:34:08,670 +initial state يعني هل بداية او مثلا on starting + +336 +00:34:08,670 --> 00:34:13,850 +يعني لسه البرنامج بيشتغل تمام ايش القيمة حطيتها + +337 +00:34:13,850 --> 00:34:16,510 +true يعني اول ماشية اللي هيكون true فبدي اقوله هنا + +338 +00:34:16,510 --> 00:34:21,750 +if لأ مش هد على ال check box ع ال spin up بيقوله + +339 +00:34:21,750 --> 00:34:25,010 +if is starting + +340 +00:34:29,870 --> 00:34:35,770 +on starting فعلا فعلا + +341 +00:34:35,770 --> 00:34:53,030 +فعلا فعلا فعلا فعلا فعلا فعلا + +342 +00:34:57,460 --> 00:35:02,020 +true أول مرة true تمام هيفحصها يلاقيها true إيش + +343 +00:35:02,020 --> 00:35:08,020 +هيعمل هيعملها false مش هينفذ code صح ولا لأ هل + +344 +00:35:08,020 --> 00:35:13,820 +هينفذ هذا أول مرة لأ تاني مرة إيش هيعمل لو إيجي + +345 +00:35:13,820 --> 00:35:18,580 +برهط المستخدم هيفحصها هيلاقيها true هيلاقيها false + +346 +00:35:18,580 --> 00:35:22,560 +مش هينفذ هذا هيروح إيش يعمل هذا بس حطيته هيك trick + +347 +00:35:22,560 --> 00:35:26,060 +صغيرة أنه أول مرة ماينفذش ال code هذا + +348 +00:35:31,780 --> 00:35:35,380 +طيب واحد ممكن يسألنا ايش كمان بيقول لي مرات احنا + +349 +00:35:35,380 --> 00:35:40,020 +في ال list بنلاقي أن الخيار الأول بيكون فاضي صح + +350 +00:35:40,020 --> 00:35:43,940 +ولا لأ يعني بيكونش مختار دولة هذا انت بدك تعملها + +351 +00:35:43,940 --> 00:35:49,640 +برمجيا حط خيار زي هيك item اعملها زي هيك او log up + +352 +00:35:49,640 --> 00:35:56,980 +او تقوله choose your country تمام؟ وانت برمجيابدك + +353 +00:35:56,980 --> 00:36:00,180 +تخليه يقرأ ال item اذا لقيته choose your country + +354 +00:36:00,180 --> 00:36:04,140 +معناه انه ماله انه مختارش تمام اه بدك حلها انت + +355 +00:36:04,140 --> 00:36:08,200 +برمجيا هذي + +356 +00:36:08,200 --> 00:36:14,120 +طيب هذي خلصناها لقيت ال spinner تعالى نشوف item + +357 +00:36:14,120 --> 00:36:14,500 +تاني + +358 +00:36:30,360 --> 00:36:38,200 +طيب فيه item تاني اسمه الـ C كبار الـ C كبار هذا + +359 +00:36:38,200 --> 00:36:43,700 +يا جماعة لو انا بدأ اختار قيمة تتروح ما بـ range + +360 +00:36:43,700 --> 00:36:52,020 +معين تمام يعني ممكن نختار الـ C كبار هذا هاي + +361 +00:36:52,020 --> 00:36:55,560 +شايفين هذا عبارة عن زر هنا انا بسحبه و بختار + +362 +00:36:55,560 --> 00:36:58,400 +القيمة اللي بدها تعالى نشوف الـ C كبار هذا + +363 +00:37:01,270 --> 00:37:07,650 +هيعطله ID خلينا بس الرابطه + +364 +00:37:07,650 --> 00:37:24,870 +ونشوف + +365 +00:37:24,870 --> 00:37:32,640 +بعض الخصائص في خاصية مثلا minimum و maximumسيكبار + +366 +00:37:32,640 --> 00:37:38,660 +ممكن يبدأ مثلا اقل قيمة صفر و اكتر قيمة عشرة او + +367 +00:37:38,660 --> 00:37:46,480 +لحد ايش مثلا مية تمام في عندك اللي هي ايش بيسميها + +368 +00:37:46,480 --> 00:37:51,380 +progress القيمة المبدئية بتاعته اول ما يبدأ تمام و + +369 +00:37:51,380 --> 00:37:54,820 +ام دي مثلا لو جدوله خمسين ايش بيعمل في النص + +370 +00:37:59,320 --> 00:38:05,420 +ماعتقدش في step هنا لأ في step في واحد تاني في ال + +371 +00:38:05,420 --> 00:38:13,520 +rating او في discrete C كبار اللون هذا لما تتعامل + +372 +00:38:13,520 --> 00:38:19,200 +مع ال style طبعا في + +373 +00:38:19,200 --> 00:38:26,000 +كمان لو انت بدك تلفه تخليه عمودي مثلا ممكن تعطله + +374 +00:38:26,000 --> 00:38:33,000 +rotation 270ماذا يعني؟ لطف اللي هي شايف كيف عرضه + +375 +00:38:33,000 --> 00:38:39,140 +رأسي تمام بس تحط مكانه صح يعني يعني هو موجود بس + +376 +00:38:39,140 --> 00:38:46,660 +عمله rotation لفه طيب + +377 +00:38:46,660 --> 00:38:47,600 +نعمل عليه action + +378 +00:39:08,460 --> 00:39:13,800 +هذا اسمه set on seek bar change لسمع يعني انا برضه + +379 +00:39:13,800 --> 00:39:16,860 +اش مانعمله جماعة بنحط ال seek bar ونعرض القيمة + +380 +00:39:16,860 --> 00:39:21,540 +اللي اختارناها في text view هاي ال seek bar ونعمل + +381 +00:39:21,540 --> 00:39:22,200 +text view + +382 +00:40:05,490 --> 00:40:10,070 +set on seek bar change listener and new on seek + +383 +00:40:10,070 --> 00:40:14,770 +bar change listener مادام احنا عرضنا في text view + +384 +00:40:14,770 --> 00:40:19,810 +بنجيب ال text view هاي text view اسمه seek result + +385 +00:40:19,810 --> 00:40:31,410 +find view by id r.id.seek result وحط هذا finalوهذا + +386 +00:40:31,410 --> 00:40:34,630 +كمان final لأن هذا ال action يا جماعة لاحظ انه جاب + +387 +00:40:34,630 --> 00:40:39,390 +لي كام method داخل التلاتة في on progress change + +388 +00:40:39,390 --> 00:40:43,390 +وفي on start tracking touch و on stop tracking + +389 +00:40:43,390 --> 00:40:47,690 +touch تلاتة .. طب ليش تلاتة؟ انا متعودناش .. احنا + +390 +00:40:47,690 --> 00:40:50,950 +متعودنا نشوف واحدة صح ولا؟ لأن بقولني باعتبر ان ال + +391 +00:40:50,950 --> 00:40:54,810 +seek bar في تلاتة events قد تعني المستخدم او + +392 +00:40:54,810 --> 00:41:00,610 +المبرمج انه يعملهم catch اول ما يضغطما هو أول ما + +393 +00:41:00,610 --> 00:41:06,320 +يختار يعني و هو جاعت بيسحب و أول ما يفلتيعني مرات + +394 +00:41:06,320 --> 00:41:09,920 +انا بدي هو يسحب بديش اقرأ القيمة بدي اقرأ القيمة + +395 +00:41:09,920 --> 00:41:14,440 +انت لما يوقف هذا بتعنينا بس القيمة لما يوقف مرات + +396 +00:41:14,440 --> 00:41:19,460 +لا بدي ايش بدي هو بسحب احدث القيمة مثلا في ال text + +397 +00:41:19,460 --> 00:41:22,920 +view زي هنا في حالتنا احنا بدنا القيمة اللي في ال + +398 +00:41:22,920 --> 00:41:27,680 +text view نعدلها هو جاعد بيسحب تمام فال code بما + +399 +00:41:27,680 --> 00:41:31,750 +انه انا بدي هو بسحب بحطه هنافي الـ on progress + +400 +00:41:31,750 --> 00:41:35,190 +changed يعني هي يعني لما ال progress يعني هو + +401 +00:41:35,190 --> 00:41:39,390 +القيمة بتاعته بتتغير طب إيش بيه نعمل لو أحنا نسحب؟ + +402 +00:41:39,390 --> 00:41:43,910 +بدنا نحط القيمة وين؟ في ال text view فباجل ال text + +403 +00:41:43,910 --> 00:41:49,030 +view و بقول له set text و القيمة على فكرة اللي + +404 +00:41:49,030 --> 00:41:53,070 +بتتغير هي بيجيبليها هنا إيش مكتوب؟ progress بكتب + +405 +00:41:53,070 --> 00:41:57,930 +progress تمام؟ + +406 +00:41:57,930 --> 00:41:59,170 +لأن هذه بتاخد string + +407 +00:42:03,170 --> 00:42:06,870 +طب بدى كمان لما يوظف خالص يطبع القيمة في toast + +408 +00:42:06,870 --> 00:42:20,970 +تمام في آخر واحدة هذه عند أول ما تختار اه + +409 +00:42:20,970 --> 00:42:24,290 +بس هذا ال method الأخيرة ايش عملت ماجبت اجابتلي بس + +410 +00:42:24,290 --> 00:42:31,190 +من ال C كبار بس منه هى ال C كبار ماعرفه فوق انا جت + +411 +00:42:35,310 --> 00:42:40,150 +progress يعني و أنا بضغط بحدد في ال text view و + +412 +00:42:40,150 --> 00:42:42,250 +لما أخلص بيعرضليها في toast + +413 +00:42:58,620 --> 00:43:03,500 +طيب ال .. الآن يا جماعة احنا مش هنمر على كل + +414 +00:43:03,500 --> 00:43:06,460 +العناصر واحد واحد انا الهدف ان انا فرجتك مجموعة + +415 +00:43:06,460 --> 00:43:11,940 +عناصر وانت فهمت كيف شغلين تمام؟ في عناصر تانية + +416 +00:43:11,940 --> 00:43:19,100 +مثلا ال rating مثلا انت لحالك اروح يعمله افتح على + +417 +00:43:19,100 --> 00:43:21,720 +جوجل وحط rating كذا وشوف ايش ال attribute بتاعته + +418 +00:43:21,720 --> 00:43:25,520 +كله نفس النمط تمام؟ اللي هو attribute بال XML تحكم + +419 +00:43:25,520 --> 00:43:28,850 +بعض الخصائص واللي هو action بالعملفي ال activity + +420 +00:43:58,880 --> 00:44:03,120 +ده بقى قاعد بغير في ال seek ball لو فلقته طفل + +421 +00:44:03,120 --> 00:44:09,800 +برنامج اه ليش لأ ايش مين يقول ليش الغلط اه انتجار + +422 +00:44:09,800 --> 00:44:15,360 +المفروض اخليه string صح ولا ال toast ماشي + +423 +00:44:15,360 --> 00:44:17,440 +هيك مش هيطلع الخطأ خلاص ساعاتكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..3be955bf4a73e5028534d46eb466e3cb86633ad3 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4490, "start": 23.98, "end": 44.9, "text": " In the previous lecture, we worked on the code a little bit, right? We did actions on the items that we add in the graphical user interface. For example, action on the button, how I click on the button to do a certain thing, print a message, read what's in the text, fill in data in TextView, like the program, for example, the electronic pool that we had in the previous lecture.", "tokens": [682, 264, 3894, 7991, 11, 321, 2732, 322, 264, 3089, 257, 707, 857, 11, 558, 30, 492, 630, 5909, 322, 264, 4754, 300, 321, 909, 294, 264, 35942, 4195, 9226, 13, 1171, 1365, 11, 3069, 322, 264, 2960, 11, 577, 286, 2052, 322, 264, 2960, 281, 360, 257, 1629, 551, 11, 4482, 257, 3636, 11, 1401, 437, 311, 294, 264, 2487, 11, 2836, 294, 1412, 294, 18643, 30203, 11, 411, 264, 1461, 11, 337, 1365, 11, 264, 10092, 7005, 300, 321, 632, 294, 264, 3894, 7991, 13], "avg_logprob": -0.4563210213726217, "compression_ratio": 1.7239819004524888, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 23.980000000000004, "end": 24.380000000000003, "word": " In", "probability": 0.341064453125}, {"start": 24.380000000000003, "end": 24.78, "word": " the", "probability": 0.7841796875}, {"start": 24.78, "end": 24.8, "word": " previous", "probability": 0.51611328125}, {"start": 24.8, "end": 25.14, "word": " lecture,", "probability": 0.74755859375}, {"start": 25.56, "end": 26.14, "word": " we", "probability": 0.8193359375}, {"start": 26.14, "end": 26.44, "word": " worked", "probability": 0.611328125}, {"start": 26.44, "end": 26.64, "word": " on", "probability": 0.7880859375}, {"start": 26.64, "end": 26.72, "word": " the", "probability": 0.2646484375}, {"start": 26.72, "end": 26.9, "word": " code", "probability": 0.81103515625}, {"start": 26.9, "end": 27.02, "word": " a", "probability": 0.394287109375}, {"start": 27.02, "end": 27.14, "word": " little", "probability": 0.5390625}, {"start": 27.14, "end": 27.5, "word": " bit,", "probability": 0.6123046875}, {"start": 27.5, "end": 27.72, "word": " right?", "probability": 0.55517578125}, {"start": 27.88, "end": 27.92, "word": " We", "probability": 0.84033203125}, {"start": 27.92, "end": 28.1, "word": " did", "probability": 0.353515625}, {"start": 28.1, "end": 28.76, "word": " actions", "probability": 0.78857421875}, {"start": 28.76, "end": 29.66, "word": " on", "probability": 0.87255859375}, {"start": 29.66, "end": 29.76, "word": " the", "probability": 0.70849609375}, {"start": 29.76, "end": 30.14, "word": " items", "probability": 0.80908203125}, {"start": 30.14, "end": 30.28, "word": " that", "probability": 0.7607421875}, {"start": 30.28, "end": 30.44, "word": " we", "probability": 0.87255859375}, {"start": 30.44, "end": 30.68, "word": " add", "probability": 0.69287109375}, {"start": 30.68, "end": 30.86, "word": " in", "probability": 0.513671875}, {"start": 30.86, "end": 30.94, "word": " the", "probability": 0.83056640625}, {"start": 30.94, "end": 31.16, "word": " graphical", "probability": 0.447998046875}, {"start": 31.16, "end": 31.42, "word": " user", "probability": 0.861328125}, {"start": 31.42, "end": 32.04, "word": " interface.", "probability": 0.87939453125}, {"start": 32.5, "end": 32.58, "word": " For", "probability": 0.51708984375}, {"start": 32.58, "end": 32.98, "word": " example,", "probability": 0.93408203125}, {"start": 33.36, "end": 34.7, "word": " action", "probability": 0.425537109375}, {"start": 34.7, "end": 34.86, "word": " on", "probability": 0.86328125}, {"start": 34.86, "end": 34.98, "word": " the", "probability": 0.80859375}, {"start": 34.98, "end": 35.26, "word": " button,", "probability": 0.7099609375}, {"start": 35.54, "end": 35.72, "word": " how", "probability": 0.71484375}, {"start": 35.72, "end": 35.9, "word": " I", "probability": 0.334716796875}, {"start": 35.9, "end": 36.12, "word": " click", "probability": 0.27294921875}, {"start": 36.12, "end": 36.28, "word": " on", "probability": 0.865234375}, {"start": 36.28, "end": 36.34, "word": " the", "probability": 0.865234375}, {"start": 36.34, "end": 36.52, "word": " button", "probability": 0.87939453125}, {"start": 36.52, "end": 36.64, "word": " to", "probability": 0.37744140625}, {"start": 36.64, "end": 36.76, "word": " do", "probability": 0.482421875}, {"start": 36.76, "end": 36.9, "word": " a", "probability": 0.37353515625}, {"start": 36.9, "end": 37.32, "word": " certain", "probability": 0.55615234375}, {"start": 37.32, "end": 37.32, "word": " thing,", "probability": 0.71875}, {"start": 37.5, "end": 37.72, "word": " print", "probability": 0.470947265625}, {"start": 37.72, "end": 37.88, "word": " a", "probability": 0.8173828125}, {"start": 37.88, "end": 38.2, "word": " message,", "probability": 0.84814453125}, {"start": 38.4, "end": 38.64, "word": " read", "probability": 0.95166015625}, {"start": 38.64, "end": 39.54, "word": " what's", "probability": 0.392333984375}, {"start": 39.54, "end": 39.54, "word": " in", "probability": 0.71728515625}, {"start": 39.54, "end": 39.54, "word": " the", "probability": 0.68359375}, {"start": 39.54, "end": 40.2, "word": " text,", "probability": 0.64697265625}, {"start": 40.36, "end": 40.74, "word": " fill", "probability": 0.65283203125}, {"start": 40.74, "end": 40.82, "word": " in", "probability": 0.50439453125}, {"start": 40.82, "end": 41.1, "word": " data", "probability": 0.57470703125}, {"start": 41.1, "end": 41.22, "word": " in", "probability": 0.86865234375}, {"start": 41.22, "end": 41.8, "word": " TextView,", "probability": 0.715576171875}, {"start": 41.94, "end": 42.14, "word": " like", "probability": 0.52880859375}, {"start": 42.14, "end": 42.44, "word": " the", "probability": 0.55712890625}, {"start": 42.44, "end": 42.66, "word": " program,", "probability": 0.53125}, {"start": 42.74, "end": 42.9, "word": " for", "probability": 0.72607421875}, {"start": 42.9, "end": 43.02, "word": " example,", "probability": 0.9619140625}, {"start": 43.06, "end": 43.42, "word": " the", "probability": 0.63671875}, {"start": 43.42, "end": 43.76, "word": " electronic", "probability": 0.544921875}, {"start": 43.76, "end": 43.76, "word": " pool", "probability": 0.47412109375}, {"start": 43.76, "end": 43.98, "word": " that", "probability": 0.611328125}, {"start": 43.98, "end": 44.0, "word": " we", "probability": 0.9375}, {"start": 44.0, "end": 44.16, "word": " had", "probability": 0.27294921875}, {"start": 44.16, "end": 44.36, "word": " in", "probability": 0.84326171875}, {"start": 44.36, "end": 44.36, "word": " the", "probability": 0.86376953125}, {"start": 44.36, "end": 44.36, "word": " previous", "probability": 0.66162109375}, {"start": 44.36, "end": 44.9, "word": " lecture.", "probability": 0.9150390625}], "temperature": 1.0}, {"id": 2, "seek": 6630, "start": 46.62, "end": 66.3, "text": " And we learned some small things like how to draw a shape and how to put the shape on the button for example And we saw how to make a selector, did you see the selector guys? When I press the button, for example, if I have a state that is pressed, it changes its color, right? We tried to do it in the last lecture", "tokens": [400, 321, 3264, 512, 1359, 721, 411, 577, 281, 2642, 257, 3909, 293, 577, 281, 829, 264, 3909, 322, 264, 2960, 337, 1365, 400, 321, 1866, 577, 281, 652, 257, 23264, 1672, 11, 630, 291, 536, 264, 23264, 1672, 1074, 30, 1133, 286, 1886, 264, 2960, 11, 337, 1365, 11, 498, 286, 362, 257, 1785, 300, 307, 17355, 11, 309, 2962, 1080, 2017, 11, 558, 30, 492, 3031, 281, 360, 309, 294, 264, 1036, 7991], "avg_logprob": -0.5444079049323735, "compression_ratio": 1.675531914893617, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 46.62, "end": 46.82, "word": " And", "probability": 0.333984375}, {"start": 46.82, "end": 47.18, "word": " we", "probability": 0.705078125}, {"start": 47.18, "end": 47.18, "word": " learned", "probability": 0.50537109375}, {"start": 47.18, "end": 47.44, "word": " some", "probability": 0.55419921875}, {"start": 47.44, "end": 48.1, "word": " small", "probability": 0.240478515625}, {"start": 48.1, "end": 48.14, "word": " things", "probability": 0.55517578125}, {"start": 48.14, "end": 48.4, "word": " like", "probability": 0.470703125}, {"start": 48.4, "end": 48.54, "word": " how", "probability": 0.303955078125}, {"start": 48.54, "end": 48.72, "word": " to", "probability": 0.9580078125}, {"start": 48.72, "end": 48.88, "word": " draw", "probability": 0.64697265625}, {"start": 48.88, "end": 49.08, "word": " a", "probability": 0.57177734375}, {"start": 49.08, "end": 49.26, "word": " shape", "probability": 0.61669921875}, {"start": 49.26, "end": 49.98, "word": " and", "probability": 0.5390625}, {"start": 49.98, "end": 50.14, "word": " how", "probability": 0.724609375}, {"start": 50.14, "end": 50.24, "word": " to", "probability": 0.951171875}, {"start": 50.24, "end": 50.44, "word": " put", "probability": 0.2359619140625}, {"start": 50.44, "end": 50.6, "word": " the", "probability": 0.306396484375}, {"start": 50.6, "end": 50.84, "word": " shape", "probability": 0.7998046875}, {"start": 50.84, "end": 51.12, "word": " on", "probability": 0.389892578125}, {"start": 51.12, "end": 52.1, "word": " the", "probability": 0.5732421875}, {"start": 52.1, "end": 52.28, "word": " button", "probability": 0.7568359375}, {"start": 52.28, "end": 52.48, "word": " for", "probability": 0.231201171875}, {"start": 52.48, "end": 52.7, "word": " example", "probability": 0.9453125}, {"start": 52.7, "end": 53.46, "word": " And", "probability": 0.344482421875}, {"start": 53.46, "end": 53.7, "word": " we", "probability": 0.80810546875}, {"start": 53.7, "end": 53.7, "word": " saw", "probability": 0.277099609375}, {"start": 53.7, "end": 54.02, "word": " how", "probability": 0.9013671875}, {"start": 54.02, "end": 54.36, "word": " to", "probability": 0.8935546875}, {"start": 54.36, "end": 54.6, "word": " make", "probability": 0.58740234375}, {"start": 54.6, "end": 54.82, "word": " a", "probability": 0.765625}, {"start": 54.82, "end": 55.24, "word": " selector,", "probability": 0.8798828125}, {"start": 55.98, "end": 56.44, "word": " did", "probability": 0.34521484375}, {"start": 56.44, "end": 56.48, "word": " you", "probability": 0.96923828125}, {"start": 56.48, "end": 56.48, "word": " see", "probability": 0.837890625}, {"start": 56.48, "end": 56.62, "word": " the", "probability": 0.68798828125}, {"start": 56.62, "end": 56.96, "word": " selector", "probability": 0.933837890625}, {"start": 56.96, "end": 57.4, "word": " guys?", "probability": 0.5625}, {"start": 57.64, "end": 58.1, "word": " When", "probability": 0.49853515625}, {"start": 58.1, "end": 58.22, "word": " I", "probability": 0.65673828125}, {"start": 58.22, "end": 58.4, "word": " press", "probability": 0.458984375}, {"start": 58.4, "end": 58.66, "word": " the", "probability": 0.5068359375}, {"start": 58.66, "end": 58.88, "word": " button,", "probability": 0.8505859375}, {"start": 59.48, "end": 59.68, "word": " for", "probability": 0.4130859375}, {"start": 59.68, "end": 59.92, "word": " example,", "probability": 0.95556640625}, {"start": 60.7, "end": 61.02, "word": " if", "probability": 0.87255859375}, {"start": 61.02, "end": 61.76, "word": " I", "probability": 0.296875}, {"start": 61.76, "end": 61.76, "word": " have", "probability": 0.438720703125}, {"start": 61.76, "end": 61.98, "word": " a", "probability": 0.82470703125}, {"start": 61.98, "end": 62.2, "word": " state", "probability": 0.6904296875}, {"start": 62.2, "end": 62.44, "word": " that", "probability": 0.367919921875}, {"start": 62.44, "end": 62.56, "word": " is", "probability": 0.55126953125}, {"start": 62.56, "end": 63.0, "word": " pressed,", "probability": 0.80859375}, {"start": 63.24, "end": 63.5, "word": " it", "probability": 0.8427734375}, {"start": 63.5, "end": 63.76, "word": " changes", "probability": 0.61474609375}, {"start": 63.76, "end": 63.94, "word": " its", "probability": 0.450439453125}, {"start": 63.94, "end": 64.28, "word": " color,", "probability": 0.77978515625}, {"start": 64.38, "end": 64.64, "word": " right?", "probability": 0.86572265625}, {"start": 65.16, "end": 65.36, "word": " We", "probability": 0.88671875}, {"start": 65.36, "end": 65.52, "word": " tried", "probability": 0.74267578125}, {"start": 65.52, "end": 65.66, "word": " to", "probability": 0.261962890625}, {"start": 65.66, "end": 65.76, "word": " do", "probability": 0.58203125}, {"start": 65.76, "end": 65.88, "word": " it", "probability": 0.59619140625}, {"start": 65.88, "end": 65.96, "word": " in", "probability": 0.7158203125}, {"start": 65.96, "end": 66.0, "word": " the", "probability": 0.67822265625}, {"start": 66.0, "end": 66.0, "word": " last", "probability": 0.461669921875}, {"start": 66.0, "end": 66.3, "word": " lecture", "probability": 0.67236328125}], "temperature": 1.0}, {"id": 3, "seek": 9163, "start": 68.31, "end": 91.63, "text": "Okay, today we will continue as we took the button and saw how to do action on it. In this lecture, we will go through a number of components or views that we call them. In Android, every element of these elements is called view. Okay? I mean the button view, text view is called view, edit text is view. Okay? We will go through a number of views and see how to do action on these views.", "tokens": [8297, 11, 965, 321, 486, 2354, 382, 321, 1890, 264, 2960, 293, 1866, 577, 281, 360, 3069, 322, 309, 13, 682, 341, 7991, 11, 321, 486, 352, 807, 257, 1230, 295, 6677, 420, 6809, 300, 321, 818, 552, 13, 682, 8853, 11, 633, 4478, 295, 613, 4959, 307, 1219, 1910, 13, 1033, 30, 286, 914, 264, 2960, 1910, 11, 2487, 1910, 307, 1219, 1910, 11, 8129, 2487, 307, 1910, 13, 1033, 30, 492, 486, 352, 807, 257, 1230, 295, 6809, 293, 536, 577, 281, 360, 3069, 322, 613, 6809, 13], "avg_logprob": -0.4426510844911848, "compression_ratio": 1.883495145631068, "no_speech_prob": 0.0, "words": [{"start": 68.31, "end": 68.61, "word": "Okay,", "probability": 0.2396240234375}, {"start": 68.63, "end": 68.81, "word": " today", "probability": 0.6533203125}, {"start": 68.81, "end": 68.91, "word": " we", "probability": 0.73046875}, {"start": 68.91, "end": 68.97, "word": " will", "probability": 0.609375}, {"start": 68.97, "end": 69.23, "word": " continue", "probability": 0.71875}, {"start": 69.23, "end": 69.41, "word": " as", "probability": 0.144775390625}, {"start": 69.41, "end": 70.35, "word": " we", "probability": 0.7900390625}, {"start": 70.35, "end": 70.63, "word": " took", "probability": 0.4189453125}, {"start": 70.63, "end": 70.81, "word": " the", "probability": 0.77783203125}, {"start": 70.81, "end": 71.03, "word": " button", "probability": 0.5322265625}, {"start": 71.03, "end": 71.27, "word": " and", "probability": 0.865234375}, {"start": 71.27, "end": 71.45, "word": " saw", "probability": 0.288818359375}, {"start": 71.45, "end": 71.71, "word": " how", "probability": 0.7490234375}, {"start": 71.71, "end": 71.81, "word": " to", "probability": 0.60986328125}, {"start": 71.81, "end": 71.99, "word": " do", "probability": 0.232177734375}, {"start": 71.99, "end": 72.03, "word": " action", "probability": 0.521484375}, {"start": 72.03, "end": 72.25, "word": " on", "probability": 0.56298828125}, {"start": 72.25, "end": 72.45, "word": " it.", "probability": 0.91845703125}, {"start": 72.83, "end": 73.05, "word": " In", "probability": 0.73291015625}, {"start": 73.05, "end": 73.11, "word": " this", "probability": 0.9287109375}, {"start": 73.11, "end": 73.45, "word": " lecture,", "probability": 0.75732421875}, {"start": 73.73, "end": 73.87, "word": " we", "probability": 0.947265625}, {"start": 73.87, "end": 73.89, "word": " will", "probability": 0.85693359375}, {"start": 73.89, "end": 74.07, "word": " go", "probability": 0.646484375}, {"start": 74.07, "end": 74.23, "word": " through", "probability": 0.5107421875}, {"start": 74.23, "end": 74.31, "word": " a", "probability": 0.4140625}, {"start": 74.31, "end": 74.63, "word": " number", "probability": 0.798828125}, {"start": 74.63, "end": 75.99, "word": " of", "probability": 0.966796875}, {"start": 75.99, "end": 77.19, "word": " components", "probability": 0.470703125}, {"start": 77.19, "end": 77.39, "word": " or", "probability": 0.69775390625}, {"start": 77.39, "end": 77.81, "word": " views", "probability": 0.70947265625}, {"start": 77.81, "end": 77.89, "word": " that", "probability": 0.2117919921875}, {"start": 77.89, "end": 77.95, "word": " we", "probability": 0.8740234375}, {"start": 77.95, "end": 78.27, "word": " call", "probability": 0.74560546875}, {"start": 78.27, "end": 78.43, "word": " them.", "probability": 0.53759765625}, {"start": 78.61, "end": 78.75, "word": " In", "probability": 0.794921875}, {"start": 78.75, "end": 79.21, "word": " Android,", "probability": 0.66259765625}, {"start": 79.35, "end": 79.81, "word": " every", "probability": 0.33935546875}, {"start": 79.81, "end": 80.11, "word": " element", "probability": 0.74755859375}, {"start": 80.11, "end": 80.19, "word": " of", "probability": 0.5830078125}, {"start": 80.19, "end": 80.27, "word": " these", "probability": 0.1964111328125}, {"start": 80.27, "end": 80.55, "word": " elements", "probability": 0.84765625}, {"start": 80.55, "end": 80.71, "word": " is", "probability": 0.84716796875}, {"start": 80.71, "end": 80.71, "word": " called", "probability": 0.79736328125}, {"start": 80.71, "end": 81.03, "word": " view.", "probability": 0.49072265625}, {"start": 81.59, "end": 81.81, "word": " Okay?", "probability": 0.54833984375}, {"start": 82.17, "end": 82.21, "word": " I", "probability": 0.1746826171875}, {"start": 82.21, "end": 82.37, "word": " mean", "probability": 0.9091796875}, {"start": 82.37, "end": 82.55, "word": " the", "probability": 0.421630859375}, {"start": 82.55, "end": 82.81, "word": " button", "probability": 0.64697265625}, {"start": 82.81, "end": 83.13, "word": " view,", "probability": 0.40625}, {"start": 83.27, "end": 83.49, "word": " text", "probability": 0.7216796875}, {"start": 83.49, "end": 83.91, "word": " view", "probability": 0.88330078125}, {"start": 83.91, "end": 84.49, "word": " is", "probability": 0.533203125}, {"start": 84.49, "end": 84.71, "word": " called", "probability": 0.88330078125}, {"start": 84.71, "end": 84.95, "word": " view,", "probability": 0.83056640625}, {"start": 85.03, "end": 85.25, "word": " edit", "probability": 0.5458984375}, {"start": 85.25, "end": 85.73, "word": " text", "probability": 0.96240234375}, {"start": 85.73, "end": 85.99, "word": " is", "probability": 0.5068359375}, {"start": 85.99, "end": 86.25, "word": " view.", "probability": 0.48046875}, {"start": 86.83, "end": 86.95, "word": " Okay?", "probability": 0.73876953125}, {"start": 87.63, "end": 87.85, "word": " We", "probability": 0.91845703125}, {"start": 87.85, "end": 87.87, "word": " will", "probability": 0.83056640625}, {"start": 87.87, "end": 87.97, "word": " go", "probability": 0.84423828125}, {"start": 87.97, "end": 88.11, "word": " through", "probability": 0.84326171875}, {"start": 88.11, "end": 88.21, "word": " a", "probability": 0.8447265625}, {"start": 88.21, "end": 88.31, "word": " number", "probability": 0.91748046875}, {"start": 88.31, "end": 88.51, "word": " of", "probability": 0.970703125}, {"start": 88.51, "end": 88.83, "word": " views", "probability": 0.77734375}, {"start": 88.83, "end": 88.99, "word": " and", "probability": 0.82177734375}, {"start": 88.99, "end": 89.17, "word": " see", "probability": 0.8251953125}, {"start": 89.17, "end": 89.41, "word": " how", "probability": 0.9345703125}, {"start": 89.41, "end": 89.51, "word": " to", "probability": 0.7490234375}, {"start": 89.51, "end": 89.63, "word": " do", "probability": 0.7451171875}, {"start": 89.63, "end": 90.09, "word": " action", "probability": 0.8310546875}, {"start": 90.09, "end": 91.31, "word": " on", "probability": 0.611328125}, {"start": 91.31, "end": 91.37, "word": " these", "probability": 0.62255859375}, {"start": 91.37, "end": 91.63, "word": " views.", "probability": 0.89013671875}], "temperature": 1.0}, {"id": 4, "seek": 11341, "start": 95.09, "end": 113.41, "text": " Okay, let's talk about containers. We took one of them, which is a scroll view.", "tokens": [1033, 11, 718, 311, 751, 466, 17089, 13, 492, 1890, 472, 295, 552, 11, 597, 307, 257, 11369, 1910, 13], "avg_logprob": -0.5275297732580275, "compression_ratio": 1.0389610389610389, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 95.09, "end": 95.61, "word": " Okay,", "probability": 0.08160400390625}, {"start": 108.97, "end": 109.25, "word": " let's", "probability": 0.5904541015625}, {"start": 109.25, "end": 109.45, "word": " talk", "probability": 0.79248046875}, {"start": 109.45, "end": 109.65, "word": " about", "probability": 0.890625}, {"start": 109.65, "end": 110.05, "word": " containers.", "probability": 0.8564453125}, {"start": 110.23, "end": 110.35, "word": " We", "probability": 0.806640625}, {"start": 110.35, "end": 110.61, "word": " took", "probability": 0.498779296875}, {"start": 110.61, "end": 110.89, "word": " one", "probability": 0.841796875}, {"start": 110.89, "end": 111.03, "word": " of", "probability": 0.65478515625}, {"start": 111.03, "end": 111.47, "word": " them,", "probability": 0.623046875}, {"start": 112.29, "end": 112.39, "word": " which", "probability": 0.5146484375}, {"start": 112.39, "end": 112.61, "word": " is", "probability": 0.8994140625}, {"start": 112.61, "end": 112.81, "word": " a", "probability": 0.2484130859375}, {"start": 112.81, "end": 113.11, "word": " scroll", "probability": 0.75048828125}, {"start": 113.11, "end": 113.41, "word": " view.", "probability": 0.8125}], "temperature": 1.0}, {"id": 5, "seek": 12981, "start": 114.41, "end": 129.81, "text": " Why do I call every view a container? Because I put elements in it. Let's take another container, for example, RecyclerView, which is the element that I use to give a list of elements.", "tokens": [1545, 360, 286, 818, 633, 1910, 257, 10129, 30, 1436, 286, 829, 4959, 294, 309, 13, 961, 311, 747, 1071, 10129, 11, 337, 1365, 11, 1300, 1344, 66, 1918, 30203, 11, 597, 307, 264, 4478, 300, 286, 764, 281, 976, 257, 1329, 295, 4959, 13], "avg_logprob": -0.562160339044488, "compression_ratio": 1.3503649635036497, "no_speech_prob": 0.0, "words": [{"start": 114.41, "end": 114.69, "word": " Why", "probability": 0.310302734375}, {"start": 114.69, "end": 114.93, "word": " do", "probability": 0.0723876953125}, {"start": 114.93, "end": 114.93, "word": " I", "probability": 0.73486328125}, {"start": 114.93, "end": 114.93, "word": " call", "probability": 0.395751953125}, {"start": 114.93, "end": 115.43, "word": " every", "probability": 0.265625}, {"start": 115.43, "end": 115.69, "word": " view", "probability": 0.72314453125}, {"start": 115.69, "end": 116.19, "word": " a", "probability": 0.2020263671875}, {"start": 116.19, "end": 116.83, "word": " container?", "probability": 0.69091796875}, {"start": 117.15, "end": 117.37, "word": " Because", "probability": 0.74755859375}, {"start": 117.37, "end": 119.01, "word": " I", "probability": 0.607421875}, {"start": 119.01, "end": 119.31, "word": " put", "probability": 0.315673828125}, {"start": 119.31, "end": 119.81, "word": " elements", "probability": 0.6123046875}, {"start": 119.81, "end": 120.03, "word": " in", "probability": 0.55224609375}, {"start": 120.03, "end": 120.31, "word": " it.", "probability": 0.658203125}, {"start": 120.67, "end": 121.31, "word": " Let's", "probability": 0.6663818359375}, {"start": 121.31, "end": 121.49, "word": " take", "probability": 0.54248046875}, {"start": 121.49, "end": 121.59, "word": " another", "probability": 0.6689453125}, {"start": 121.59, "end": 122.17, "word": " container,", "probability": 0.625}, {"start": 122.75, "end": 122.77, "word": " for", "probability": 0.3837890625}, {"start": 122.77, "end": 123.13, "word": " example,", "probability": 0.91455078125}, {"start": 123.51, "end": 124.35, "word": " RecyclerView,", "probability": 0.78955078125}, {"start": 124.65, "end": 124.65, "word": " which", "probability": 0.71044921875}, {"start": 124.65, "end": 125.55, "word": " is", "probability": 0.78662109375}, {"start": 125.55, "end": 125.89, "word": " the", "probability": 0.64697265625}, {"start": 125.89, "end": 126.21, "word": " element", "probability": 0.55517578125}, {"start": 126.21, "end": 126.37, "word": " that", "probability": 0.373046875}, {"start": 126.37, "end": 126.43, "word": " I", "probability": 0.89794921875}, {"start": 126.43, "end": 126.71, "word": " use", "probability": 0.83984375}, {"start": 126.71, "end": 126.99, "word": " to", "probability": 0.935546875}, {"start": 126.99, "end": 127.21, "word": " give", "probability": 0.1981201171875}, {"start": 127.21, "end": 128.17, "word": " a", "probability": 0.6103515625}, {"start": 128.17, "end": 128.67, "word": " list", "probability": 0.6708984375}, {"start": 128.67, "end": 129.41, "word": " of", "probability": 0.93701171875}, {"start": 129.41, "end": 129.81, "word": " elements.", "probability": 0.7451171875}], "temperature": 1.0}, {"id": 6, "seek": 15772, "start": 131.73, "end": 157.73, "text": " For example, if I want to create an app, I can create a slide for pictures. I can also create a tab app with tabs. So, this container has a lot of functions. Navigation drawer, when you slide to the side, it shows you the hidden screen. These are all containers because they contain other elements. That's why it's called containers.", "tokens": [1171, 1365, 11, 498, 286, 528, 281, 1884, 364, 724, 11, 286, 393, 1884, 257, 4137, 337, 5242, 13, 286, 393, 611, 1884, 257, 4421, 724, 365, 20743, 13, 407, 11, 341, 10129, 575, 257, 688, 295, 6828, 13, 9219, 21494, 24039, 11, 562, 291, 4137, 281, 264, 1252, 11, 309, 3110, 291, 264, 7633, 2568, 13, 1981, 366, 439, 17089, 570, 436, 5304, 661, 4959, 13, 663, 311, 983, 309, 311, 1219, 17089, 13], "avg_logprob": -0.7495888361805364, "compression_ratio": 1.6213592233009708, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 131.73, "end": 132.29, "word": " For", "probability": 0.233642578125}, {"start": 132.29, "end": 132.85, "word": " example,", "probability": 0.71728515625}, {"start": 132.93, "end": 134.33, "word": " if", "probability": 0.193359375}, {"start": 134.33, "end": 134.97, "word": " I", "probability": 0.478759765625}, {"start": 134.97, "end": 135.13, "word": " want", "probability": 0.249755859375}, {"start": 135.13, "end": 135.13, "word": " to", "probability": 0.94921875}, {"start": 135.13, "end": 135.13, "word": " create", "probability": 0.333251953125}, {"start": 135.13, "end": 135.31, "word": " an", "probability": 0.55419921875}, {"start": 135.31, "end": 135.63, "word": " app,", "probability": 0.379150390625}, {"start": 135.79, "end": 135.79, "word": " I", "probability": 0.8046875}, {"start": 135.79, "end": 135.97, "word": " can", "probability": 0.21875}, {"start": 135.97, "end": 135.97, "word": " create", "probability": 0.304443359375}, {"start": 135.97, "end": 136.37, "word": " a", "probability": 0.73583984375}, {"start": 136.37, "end": 136.79, "word": " slide", "probability": 0.77294921875}, {"start": 136.79, "end": 137.17, "word": " for", "probability": 0.35986328125}, {"start": 137.17, "end": 137.57, "word": " pictures.", "probability": 0.143310546875}, {"start": 138.63, "end": 139.19, "word": " I", "probability": 0.197509765625}, {"start": 139.19, "end": 139.33, "word": " can", "probability": 0.71533203125}, {"start": 139.33, "end": 139.55, "word": " also", "probability": 0.345703125}, {"start": 139.55, "end": 139.55, "word": " create", "probability": 0.74755859375}, {"start": 139.55, "end": 139.77, "word": " a", "probability": 0.38134765625}, {"start": 139.77, "end": 139.77, "word": " tab", "probability": 0.58349609375}, {"start": 139.77, "end": 142.71, "word": " app", "probability": 0.324462890625}, {"start": 142.71, "end": 142.87, "word": " with", "probability": 0.1751708984375}, {"start": 142.87, "end": 143.27, "word": " tabs.", "probability": 0.84375}, {"start": 143.43, "end": 143.53, "word": " So,", "probability": 0.1943359375}, {"start": 143.59, "end": 143.67, "word": " this", "probability": 0.370361328125}, {"start": 143.67, "end": 144.15, "word": " container", "probability": 0.8115234375}, {"start": 144.15, "end": 144.73, "word": " has", "probability": 0.334716796875}, {"start": 144.73, "end": 144.89, "word": " a", "probability": 0.282470703125}, {"start": 144.89, "end": 146.47, "word": " lot", "probability": 0.28076171875}, {"start": 146.47, "end": 146.47, "word": " of", "probability": 0.88916015625}, {"start": 146.47, "end": 146.47, "word": " functions.", "probability": 0.151123046875}, {"start": 146.61, "end": 147.17, "word": " Navigation", "probability": 0.72021484375}, {"start": 147.17, "end": 147.51, "word": " drawer,", "probability": 0.63818359375}, {"start": 147.79, "end": 148.07, "word": " when", "probability": 0.1873779296875}, {"start": 148.07, "end": 148.29, "word": " you", "probability": 0.921875}, {"start": 148.29, "end": 148.73, "word": " slide", "probability": 0.3955078125}, {"start": 148.73, "end": 148.99, "word": " to", "probability": 0.41015625}, {"start": 148.99, "end": 149.05, "word": " the", "probability": 0.63427734375}, {"start": 149.05, "end": 149.19, "word": " side,", "probability": 0.6806640625}, {"start": 149.29, "end": 149.29, "word": " it", "probability": 0.18310546875}, {"start": 149.29, "end": 149.49, "word": " shows", "probability": 0.388427734375}, {"start": 149.49, "end": 149.67, "word": " you", "probability": 0.53759765625}, {"start": 149.67, "end": 150.55, "word": " the", "probability": 0.50537109375}, {"start": 150.55, "end": 151.41, "word": " hidden", "probability": 0.64794921875}, {"start": 151.41, "end": 151.43, "word": " screen.", "probability": 0.6396484375}, {"start": 151.97, "end": 152.41, "word": " These", "probability": 0.453125}, {"start": 152.41, "end": 152.55, "word": " are", "probability": 0.791015625}, {"start": 152.55, "end": 152.69, "word": " all", "probability": 0.68115234375}, {"start": 152.69, "end": 153.15, "word": " containers", "probability": 0.92919921875}, {"start": 153.15, "end": 153.39, "word": " because", "probability": 0.357177734375}, {"start": 153.39, "end": 153.95, "word": " they", "probability": 0.76318359375}, {"start": 153.95, "end": 155.23, "word": " contain", "probability": 0.40869140625}, {"start": 155.23, "end": 155.49, "word": " other", "probability": 0.476806640625}, {"start": 155.49, "end": 155.79, "word": " elements.", "probability": 0.77294921875}, {"start": 156.07, "end": 156.17, "word": " That's", "probability": 0.623779296875}, {"start": 156.17, "end": 156.17, "word": " why", "probability": 0.9111328125}, {"start": 156.17, "end": 156.33, "word": " it's", "probability": 0.4754638671875}, {"start": 156.33, "end": 156.59, "word": " called", "probability": 0.88037109375}, {"start": 156.59, "end": 157.73, "word": " containers.", "probability": 0.84130859375}], "temperature": 1.0}, {"id": 7, "seek": 18135, "start": 160.21, "end": 181.35, "text": " Ok, now if we go to the button, I have some elements that I can use from the screen, checkboxes It is known that checkboxes are used when I have a question that has more than one option and I can choose more than one thing, I use checkboxes", "tokens": [3477, 11, 586, 498, 321, 352, 281, 264, 2960, 11, 286, 362, 512, 4959, 300, 286, 393, 764, 490, 264, 2568, 11, 1520, 4995, 279, 467, 307, 2570, 300, 1520, 4995, 279, 366, 1143, 562, 286, 362, 257, 1168, 300, 575, 544, 813, 472, 3614, 293, 286, 393, 2826, 544, 813, 472, 551, 11, 286, 764, 1520, 4995, 279], "avg_logprob": -0.4203125004967054, "compression_ratio": 1.6506849315068493, "no_speech_prob": 0.0, "words": [{"start": 160.21, "end": 160.51, "word": " Ok,", "probability": 0.1612548828125}, {"start": 160.65, "end": 160.89, "word": " now", "probability": 0.473388671875}, {"start": 160.89, "end": 161.03, "word": " if", "probability": 0.724609375}, {"start": 161.03, "end": 161.31, "word": " we", "probability": 0.8779296875}, {"start": 161.31, "end": 161.31, "word": " go", "probability": 0.5478515625}, {"start": 161.31, "end": 161.69, "word": " to", "probability": 0.90576171875}, {"start": 161.69, "end": 162.75, "word": " the", "probability": 0.82666015625}, {"start": 162.75, "end": 162.89, "word": " button,", "probability": 0.5771484375}, {"start": 163.95, "end": 164.65, "word": " I", "probability": 0.5712890625}, {"start": 164.65, "end": 164.87, "word": " have", "probability": 0.81884765625}, {"start": 164.87, "end": 165.07, "word": " some", "probability": 0.40087890625}, {"start": 165.07, "end": 165.53, "word": " elements", "probability": 0.61669921875}, {"start": 165.53, "end": 166.01, "word": " that", "probability": 0.6435546875}, {"start": 166.01, "end": 166.21, "word": " I", "probability": 0.497314453125}, {"start": 166.21, "end": 166.47, "word": " can", "probability": 0.90966796875}, {"start": 166.47, "end": 166.77, "word": " use", "probability": 0.63232421875}, {"start": 166.77, "end": 166.95, "word": " from", "probability": 0.61328125}, {"start": 166.95, "end": 167.07, "word": " the", "probability": 0.814453125}, {"start": 167.07, "end": 167.33, "word": " screen,", "probability": 0.6826171875}, {"start": 167.41, "end": 171.91, "word": " checkboxes", "probability": 0.7378743489583334}, {"start": 171.91, "end": 172.01, "word": " It", "probability": 0.32470703125}, {"start": 172.01, "end": 173.19, "word": " is", "probability": 0.724609375}, {"start": 173.19, "end": 173.35, "word": " known", "probability": 0.658203125}, {"start": 173.35, "end": 173.53, "word": " that", "probability": 0.75732421875}, {"start": 173.53, "end": 174.07, "word": " checkboxes", "probability": 0.8421223958333334}, {"start": 174.07, "end": 174.15, "word": " are", "probability": 0.49169921875}, {"start": 174.15, "end": 174.57, "word": " used", "probability": 0.50244140625}, {"start": 174.57, "end": 174.95, "word": " when", "probability": 0.716796875}, {"start": 174.95, "end": 175.09, "word": " I", "probability": 0.48876953125}, {"start": 175.09, "end": 175.51, "word": " have", "probability": 0.869140625}, {"start": 175.51, "end": 175.91, "word": " a", "probability": 0.5986328125}, {"start": 175.91, "end": 176.11, "word": " question", "probability": 0.89306640625}, {"start": 176.11, "end": 176.33, "word": " that", "probability": 0.5263671875}, {"start": 176.33, "end": 176.45, "word": " has", "probability": 0.875}, {"start": 176.45, "end": 176.69, "word": " more", "probability": 0.849609375}, {"start": 176.69, "end": 176.85, "word": " than", "probability": 0.86572265625}, {"start": 176.85, "end": 176.95, "word": " one", "probability": 0.8857421875}, {"start": 176.95, "end": 177.27, "word": " option", "probability": 0.5029296875}, {"start": 177.27, "end": 178.01, "word": " and", "probability": 0.48388671875}, {"start": 178.01, "end": 178.17, "word": " I", "probability": 0.8349609375}, {"start": 178.17, "end": 178.35, "word": " can", "probability": 0.8876953125}, {"start": 178.35, "end": 178.69, "word": " choose", "probability": 0.8056640625}, {"start": 178.69, "end": 178.97, "word": " more", "probability": 0.8681640625}, {"start": 178.97, "end": 179.17, "word": " than", "probability": 0.892578125}, {"start": 179.17, "end": 179.41, "word": " one", "probability": 0.9130859375}, {"start": 179.41, "end": 179.63, "word": " thing,", "probability": 0.55078125}, {"start": 180.09, "end": 180.27, "word": " I", "probability": 0.873046875}, {"start": 180.27, "end": 180.63, "word": " use", "probability": 0.72607421875}, {"start": 180.63, "end": 181.35, "word": " checkboxes", "probability": 0.7989908854166666}], "temperature": 1.0}, {"id": 8, "seek": 20536, "start": 192.44, "end": 205.36, "text": "Okay, for checkboxes, of course when I have a specific question and I want to put more than one checkbox, not just one, because checkboxes are texts for example", "tokens": [8297, 11, 337, 1520, 4995, 279, 11, 295, 1164, 562, 286, 362, 257, 2685, 1168, 293, 286, 528, 281, 829, 544, 813, 472, 1520, 4995, 11, 406, 445, 472, 11, 570, 1520, 4995, 279, 366, 15765, 337, 1365], "avg_logprob": -0.48717948717948717, "compression_ratio": 1.3559322033898304, "no_speech_prob": 0.0, "words": [{"start": 192.44, "end": 192.94, "word": "Okay,", "probability": 0.479248046875}, {"start": 193.44, "end": 193.62, "word": " for", "probability": 0.488037109375}, {"start": 193.62, "end": 195.02, "word": " checkboxes,", "probability": 0.582763671875}, {"start": 195.14, "end": 195.28, "word": " of", "probability": 0.5126953125}, {"start": 195.28, "end": 195.36, "word": " course", "probability": 0.94873046875}, {"start": 195.36, "end": 196.02, "word": " when", "probability": 0.3828125}, {"start": 196.02, "end": 196.58, "word": " I", "probability": 0.75146484375}, {"start": 196.58, "end": 196.8, "word": " have", "probability": 0.2166748046875}, {"start": 196.8, "end": 197.22, "word": " a", "probability": 0.486328125}, {"start": 197.22, "end": 197.22, "word": " specific", "probability": 0.63916015625}, {"start": 197.22, "end": 198.14, "word": " question", "probability": 0.9306640625}, {"start": 198.14, "end": 198.7, "word": " and", "probability": 0.4853515625}, {"start": 198.7, "end": 199.24, "word": " I", "probability": 0.853515625}, {"start": 199.24, "end": 199.36, "word": " want", "probability": 0.6865234375}, {"start": 199.36, "end": 199.4, "word": " to", "probability": 0.947265625}, {"start": 199.4, "end": 199.52, "word": " put", "probability": 0.386962890625}, {"start": 199.52, "end": 199.78, "word": " more", "probability": 0.89208984375}, {"start": 199.78, "end": 199.92, "word": " than", "probability": 0.8232421875}, {"start": 199.92, "end": 200.1, "word": " one", "probability": 0.837890625}, {"start": 200.1, "end": 200.46, "word": " checkbox,", "probability": 0.918701171875}, {"start": 202.12, "end": 202.24, "word": " not", "probability": 0.39794921875}, {"start": 202.24, "end": 202.4, "word": " just", "probability": 0.451904296875}, {"start": 202.4, "end": 202.64, "word": " one,", "probability": 0.92431640625}, {"start": 203.6, "end": 203.98, "word": " because", "probability": 0.81494140625}, {"start": 203.98, "end": 204.64, "word": " checkboxes", "probability": 0.7705078125}, {"start": 204.64, "end": 204.74, "word": " are", "probability": 0.3642578125}, {"start": 204.74, "end": 204.94, "word": " texts", "probability": 0.3671875}, {"start": 204.94, "end": 205.1, "word": " for", "probability": 0.53271484375}, {"start": 205.1, "end": 205.36, "word": " example", "probability": 0.90478515625}], "temperature": 1.0}, {"id": 9, "seek": 23464, "start": 210.56, "end": 234.64, "text": " We can ask you a question, what languages do you speak? English, Arabic, French, Hebrew, for example, and he can choose more than one option For example, this can be .. this .. there are attributes, because I'm going through his attributes The text is Arabic We have an attribute specific to checkboxes called checked Why is this checked? To determine whether he is a teacher or not, okay? For example, if I put it here, true", "tokens": [492, 393, 1029, 291, 257, 1168, 11, 437, 8650, 360, 291, 1710, 30, 3669, 11, 19938, 11, 5522, 11, 17895, 11, 337, 1365, 11, 293, 415, 393, 2826, 544, 813, 472, 3614, 1171, 1365, 11, 341, 393, 312, 4386, 341, 4386, 456, 366, 17212, 11, 570, 286, 478, 516, 807, 702, 17212, 440, 2487, 307, 19938, 492, 362, 364, 19667, 2685, 281, 1520, 4995, 279, 1219, 10033, 1545, 307, 341, 10033, 30, 1407, 6997, 1968, 415, 307, 257, 5027, 420, 406, 11, 1392, 30, 1171, 1365, 11, 498, 286, 829, 309, 510, 11, 2074], "avg_logprob": -0.5792763333571584, "compression_ratio": 1.6640625, "no_speech_prob": 0.0, "words": [{"start": 210.56, "end": 210.78, "word": " We", "probability": 0.2489013671875}, {"start": 210.78, "end": 211.0, "word": " can", "probability": 0.814453125}, {"start": 211.0, "end": 211.2, "word": " ask", "probability": 0.70654296875}, {"start": 211.2, "end": 211.4, "word": " you", "probability": 0.39501953125}, {"start": 211.4, "end": 211.84, "word": " a", "probability": 0.2333984375}, {"start": 211.84, "end": 211.84, "word": " question,", "probability": 0.93017578125}, {"start": 211.98, "end": 212.1, "word": " what", "probability": 0.445068359375}, {"start": 212.1, "end": 212.44, "word": " languages", "probability": 0.438232421875}, {"start": 212.44, "end": 212.66, "word": " do", "probability": 0.61083984375}, {"start": 212.66, "end": 212.72, "word": " you", "probability": 0.96533203125}, {"start": 212.72, "end": 212.96, "word": " speak?", "probability": 0.60546875}, {"start": 213.78, "end": 214.2, "word": " English,", "probability": 0.8623046875}, {"start": 214.36, "end": 214.62, "word": " Arabic,", "probability": 0.955078125}, {"start": 214.78, "end": 215.16, "word": " French,", "probability": 0.888671875}, {"start": 215.4, "end": 215.72, "word": " Hebrew,", "probability": 0.96142578125}, {"start": 215.78, "end": 215.94, "word": " for", "probability": 0.59130859375}, {"start": 215.94, "end": 216.12, "word": " example,", "probability": 0.91552734375}, {"start": 216.28, "end": 216.32, "word": " and", "probability": 0.64501953125}, {"start": 216.32, "end": 216.4, "word": " he", "probability": 0.6298828125}, {"start": 216.4, "end": 216.62, "word": " can", "probability": 0.833984375}, {"start": 216.62, "end": 216.94, "word": " choose", "probability": 0.8310546875}, {"start": 216.94, "end": 217.24, "word": " more", "probability": 0.7275390625}, {"start": 217.24, "end": 217.4, "word": " than", "probability": 0.89453125}, {"start": 217.4, "end": 217.84, "word": " one", "probability": 0.89697265625}, {"start": 217.84, "end": 218.0, "word": " option", "probability": 0.2423095703125}, {"start": 218.0, "end": 218.54, "word": " For", "probability": 0.4462890625}, {"start": 218.54, "end": 218.72, "word": " example,", "probability": 0.93505859375}, {"start": 218.82, "end": 218.84, "word": " this", "probability": 0.269775390625}, {"start": 218.84, "end": 219.06, "word": " can", "probability": 0.306884765625}, {"start": 219.06, "end": 219.42, "word": " be", "probability": 0.892578125}, {"start": 219.42, "end": 219.54, "word": " ..", "probability": 0.2283935546875}, {"start": 219.54, "end": 219.72, "word": " this", "probability": 0.317138671875}, {"start": 219.72, "end": 219.94, "word": " ..", "probability": 0.5087890625}, {"start": 219.94, "end": 220.08, "word": " there", "probability": 0.356201171875}, {"start": 220.08, "end": 220.08, "word": " are", "probability": 0.62646484375}, {"start": 220.08, "end": 220.72, "word": " attributes,", "probability": 0.326904296875}, {"start": 220.82, "end": 221.0, "word": " because", "probability": 0.70068359375}, {"start": 221.0, "end": 221.22, "word": " I'm", "probability": 0.65380859375}, {"start": 221.22, "end": 221.34, "word": " going", "probability": 0.109375}, {"start": 221.34, "end": 221.5, "word": " through", "probability": 0.53955078125}, {"start": 221.5, "end": 221.58, "word": " his", "probability": 0.3779296875}, {"start": 221.58, "end": 222.26, "word": " attributes", "probability": 0.826171875}, {"start": 222.26, "end": 223.16, "word": " The", "probability": 0.258056640625}, {"start": 223.16, "end": 223.42, "word": " text", "probability": 0.66015625}, {"start": 223.42, "end": 223.6, "word": " is", "probability": 0.5400390625}, {"start": 223.6, "end": 223.98, "word": " Arabic", "probability": 0.806640625}, {"start": 223.98, "end": 224.42, "word": " We", "probability": 0.292236328125}, {"start": 224.42, "end": 224.78, "word": " have", "probability": 0.8857421875}, {"start": 224.78, "end": 225.16, "word": " an", "probability": 0.6220703125}, {"start": 225.16, "end": 225.56, "word": " attribute", "probability": 0.92431640625}, {"start": 225.56, "end": 225.9, "word": " specific", "probability": 0.2291259765625}, {"start": 225.9, "end": 226.04, "word": " to", "probability": 0.947265625}, {"start": 226.04, "end": 226.54, "word": " checkboxes", "probability": 0.6558430989583334}, {"start": 226.54, "end": 226.74, "word": " called", "probability": 0.5556640625}, {"start": 226.74, "end": 227.14, "word": " checked", "probability": 0.60107421875}, {"start": 227.14, "end": 228.14, "word": " Why", "probability": 0.7373046875}, {"start": 228.14, "end": 228.28, "word": " is", "probability": 0.38720703125}, {"start": 228.28, "end": 228.28, "word": " this", "probability": 0.427490234375}, {"start": 228.28, "end": 228.44, "word": " checked?", "probability": 0.8681640625}, {"start": 228.68, "end": 228.84, "word": " To", "probability": 0.51708984375}, {"start": 228.84, "end": 229.12, "word": " determine", "probability": 0.650390625}, {"start": 229.12, "end": 229.54, "word": " whether", "probability": 0.49560546875}, {"start": 229.54, "end": 230.04, "word": " he", "probability": 0.630859375}, {"start": 230.04, "end": 230.3, "word": " is", "probability": 0.57080078125}, {"start": 230.3, "end": 231.36, "word": " a", "probability": 0.473388671875}, {"start": 231.36, "end": 231.68, "word": " teacher", "probability": 0.90673828125}, {"start": 231.68, "end": 231.86, "word": " or", "probability": 0.623046875}, {"start": 231.86, "end": 232.04, "word": " not,", "probability": 0.86181640625}, {"start": 233.2, "end": 233.24, "word": " okay?", "probability": 0.41357421875}, {"start": 233.32, "end": 233.6, "word": " For", "probability": 0.34130859375}, {"start": 233.6, "end": 233.76, "word": " example,", "probability": 0.9677734375}, {"start": 233.84, "end": 233.9, "word": " if", "probability": 0.9013671875}, {"start": 233.9, "end": 233.92, "word": " I", "probability": 0.4794921875}, {"start": 233.92, "end": 234.16, "word": " put", "probability": 0.787109375}, {"start": 234.16, "end": 234.26, "word": " it", "probability": 0.289306640625}, {"start": 234.26, "end": 234.38, "word": " here,", "probability": 0.833984375}, {"start": 234.44, "end": 234.64, "word": " true", "probability": 0.7392578125}], "temperature": 1.0}, {"id": 10, "seek": 24066, "start": 235.94, "end": 240.66, "text": " هى جيبه معلمه، شايف؟ هى كتب قرابك و معلم عليه، تمام؟", "tokens": [8032, 7578, 10874, 1829, 3555, 3224, 20449, 19528, 3224, 12399, 13412, 995, 33911, 22807, 8032, 7578, 9122, 2655, 3555, 12174, 23557, 3555, 4117, 4032, 20449, 19528, 47356, 12399, 46811, 10943, 22807], "avg_logprob": -0.3168945321813226, "compression_ratio": 1.2179487179487178, "no_speech_prob": 0.0, "words": [{"start": 235.94, "end": 236.74, "word": " هى", "probability": 0.36865234375}, {"start": 236.74, "end": 237.14, "word": " جيبه", "probability": 0.960205078125}, {"start": 237.14, "end": 237.74, "word": " معلمه،", "probability": 0.78955078125}, {"start": 237.74, "end": 237.96, "word": " شايف؟", "probability": 0.66448974609375}, {"start": 237.96, "end": 238.1, "word": " هى", "probability": 0.969482421875}, {"start": 238.1, "end": 238.34, "word": " كتب", "probability": 0.9788411458333334}, {"start": 238.34, "end": 238.76, "word": " قرابك", "probability": 0.64605712890625}, {"start": 238.76, "end": 238.88, "word": " و", "probability": 0.943359375}, {"start": 238.88, "end": 239.2, "word": " معلم", "probability": 0.849609375}, {"start": 239.2, "end": 239.72, "word": " عليه،", "probability": 0.643310546875}, {"start": 239.72, "end": 240.66, "word": " تمام؟", "probability": 0.869140625}], "temperature": 1.0}, {"id": 11, "seek": 26511, "start": 243.77, "end": 265.11, "text": " If you don't put it, it will consider it by default as false. You can control the color of the line and the size of the line with the same attributes that we used for concrete. Text size, text color, background, okay? The same that is used for concrete is used for checkboxes. I'm talking about the special feature in checkboxes, which is checkered. Okay, now let's clean the checkbox. Before we go to the code, let's add some other elements.", "tokens": [759, 291, 500, 380, 829, 309, 11, 309, 486, 1949, 309, 538, 7576, 382, 7908, 13, 509, 393, 1969, 264, 2017, 295, 264, 1622, 293, 264, 2744, 295, 264, 1622, 365, 264, 912, 17212, 300, 321, 1143, 337, 9859, 13, 18643, 2744, 11, 2487, 2017, 11, 3678, 11, 1392, 30, 440, 912, 300, 307, 1143, 337, 9859, 307, 1143, 337, 1520, 4995, 279, 13, 286, 478, 1417, 466, 264, 2121, 4111, 294, 1520, 4995, 279, 11, 597, 307, 1520, 4073, 13, 1033, 11, 586, 718, 311, 2541, 264, 1520, 4995, 13, 4546, 321, 352, 281, 264, 3089, 11, 718, 311, 909, 512, 661, 4959, 13], "avg_logprob": -0.4466391593780158, "compression_ratio": 1.7170542635658914, "no_speech_prob": 0.0, "words": [{"start": 243.77, "end": 244.01, "word": " If", "probability": 0.63232421875}, {"start": 244.01, "end": 244.19, "word": " you", "probability": 0.1397705078125}, {"start": 244.19, "end": 244.19, "word": " don't", "probability": 0.80419921875}, {"start": 244.19, "end": 244.37, "word": " put", "probability": 0.284912109375}, {"start": 244.37, "end": 244.49, "word": " it,", "probability": 0.70703125}, {"start": 244.53, "end": 244.61, "word": " it", "probability": 0.5966796875}, {"start": 244.61, "end": 244.61, "word": " will", "probability": 0.369873046875}, {"start": 244.61, "end": 244.85, "word": " consider", "probability": 0.57568359375}, {"start": 244.85, "end": 244.97, "word": " it", "probability": 0.82373046875}, {"start": 244.97, "end": 245.05, "word": " by", "probability": 0.420166015625}, {"start": 245.05, "end": 245.53, "word": " default", "probability": 0.962890625}, {"start": 245.53, "end": 245.95, "word": " as", "probability": 0.419677734375}, {"start": 245.95, "end": 246.65, "word": " false.", "probability": 0.64794921875}, {"start": 246.89, "end": 247.15, "word": " You", "probability": 0.86767578125}, {"start": 247.15, "end": 247.33, "word": " can", "probability": 0.91943359375}, {"start": 247.33, "end": 247.79, "word": " control", "probability": 0.68115234375}, {"start": 247.79, "end": 248.17, "word": " the", "probability": 0.6220703125}, {"start": 248.17, "end": 248.37, "word": " color", "probability": 0.49072265625}, {"start": 248.37, "end": 248.59, "word": " of", "probability": 0.321533203125}, {"start": 248.59, "end": 248.59, "word": " the", "probability": 0.64306640625}, {"start": 248.59, "end": 248.75, "word": " line", "probability": 0.77685546875}, {"start": 248.75, "end": 248.89, "word": " and", "probability": 0.79052734375}, {"start": 248.89, "end": 248.91, "word": " the", "probability": 0.52294921875}, {"start": 248.91, "end": 249.07, "word": " size", "probability": 0.701171875}, {"start": 249.07, "end": 249.19, "word": " of", "probability": 0.94775390625}, {"start": 249.19, "end": 249.31, "word": " the", "probability": 0.88525390625}, {"start": 249.31, "end": 249.49, "word": " line", "probability": 0.9345703125}, {"start": 249.49, "end": 249.79, "word": " with", "probability": 0.40869140625}, {"start": 249.79, "end": 250.05, "word": " the", "probability": 0.87353515625}, {"start": 250.05, "end": 250.05, "word": " same", "probability": 0.82421875}, {"start": 250.05, "end": 250.63, "word": " attributes", "probability": 0.83984375}, {"start": 250.63, "end": 250.81, "word": " that", "probability": 0.45751953125}, {"start": 250.81, "end": 251.01, "word": " we", "probability": 0.6875}, {"start": 251.01, "end": 251.39, "word": " used", "probability": 0.66943359375}, {"start": 251.39, "end": 251.61, "word": " for", "probability": 0.64892578125}, {"start": 251.61, "end": 251.89, "word": " concrete.", "probability": 0.358154296875}, {"start": 252.51, "end": 252.89, "word": " Text", "probability": 0.88720703125}, {"start": 252.89, "end": 253.33, "word": " size,", "probability": 0.6767578125}, {"start": 253.47, "end": 253.67, "word": " text", "probability": 0.88427734375}, {"start": 253.67, "end": 254.07, "word": " color,", "probability": 0.88232421875}, {"start": 254.21, "end": 254.73, "word": " background,", "probability": 0.8876953125}, {"start": 255.39, "end": 255.59, "word": " okay?", "probability": 0.162841796875}, {"start": 256.07, "end": 256.29, "word": " The", "probability": 0.6669921875}, {"start": 256.29, "end": 256.45, "word": " same", "probability": 0.8818359375}, {"start": 256.45, "end": 256.59, "word": " that", "probability": 0.201416015625}, {"start": 256.59, "end": 256.59, "word": " is", "probability": 0.49560546875}, {"start": 256.59, "end": 256.79, "word": " used", "probability": 0.2314453125}, {"start": 256.79, "end": 256.93, "word": " for", "probability": 0.90380859375}, {"start": 256.93, "end": 257.15, "word": " concrete", "probability": 0.9140625}, {"start": 257.15, "end": 257.29, "word": " is", "probability": 0.64453125}, {"start": 257.29, "end": 257.45, "word": " used", "probability": 0.73193359375}, {"start": 257.45, "end": 257.59, "word": " for", "probability": 0.9150390625}, {"start": 257.59, "end": 258.01, "word": " checkboxes.", "probability": 0.6795247395833334}, {"start": 258.05, "end": 258.23, "word": " I'm", "probability": 0.70556640625}, {"start": 258.23, "end": 258.35, "word": " talking", "probability": 0.71923828125}, {"start": 258.35, "end": 258.45, "word": " about", "probability": 0.8779296875}, {"start": 258.45, "end": 258.79, "word": " the", "probability": 0.728515625}, {"start": 258.79, "end": 258.87, "word": " special", "probability": 0.37548828125}, {"start": 258.87, "end": 258.87, "word": " feature", "probability": 0.4267578125}, {"start": 258.87, "end": 259.19, "word": " in", "probability": 0.54345703125}, {"start": 259.19, "end": 259.81, "word": " checkboxes,", "probability": 0.81982421875}, {"start": 259.89, "end": 259.89, "word": " which", "probability": 0.75}, {"start": 259.89, "end": 259.97, "word": " is", "probability": 0.93310546875}, {"start": 259.97, "end": 260.35, "word": " checkered.", "probability": 0.31219482421875}, {"start": 260.93, "end": 261.31, "word": " Okay,", "probability": 0.51171875}, {"start": 261.37, "end": 261.53, "word": " now", "probability": 0.78515625}, {"start": 261.53, "end": 261.63, "word": " let's", "probability": 0.6895751953125}, {"start": 261.63, "end": 261.77, "word": " clean", "probability": 0.3974609375}, {"start": 261.77, "end": 261.95, "word": " the", "probability": 0.368896484375}, {"start": 261.95, "end": 262.49, "word": " checkbox.", "probability": 0.95703125}, {"start": 262.61, "end": 262.91, "word": " Before", "probability": 0.53515625}, {"start": 262.91, "end": 263.73, "word": " we", "probability": 0.47216796875}, {"start": 263.73, "end": 263.85, "word": " go", "probability": 0.7861328125}, {"start": 263.85, "end": 263.93, "word": " to", "probability": 0.8857421875}, {"start": 263.93, "end": 264.05, "word": " the", "probability": 0.6552734375}, {"start": 264.05, "end": 264.27, "word": " code,", "probability": 0.95458984375}, {"start": 264.29, "end": 264.39, "word": " let's", "probability": 0.956787109375}, {"start": 264.39, "end": 264.57, "word": " add", "probability": 0.869140625}, {"start": 264.57, "end": 264.83, "word": " some", "probability": 0.80859375}, {"start": 264.83, "end": 264.85, "word": " other", "probability": 0.66259765625}, {"start": 264.85, "end": 265.11, "word": " elements.", "probability": 0.88671875}], "temperature": 1.0}, {"id": 12, "seek": 28989, "start": 266.25, "end": 289.89, "text": " Because there is something called radio button as well. Why do I put radio button on the check box? Because when there is a group of options, I choose one option. But of course now the radio button needs to collect each group of radio buttons together. So that's why it's not enough to put radio buttons, I need to collect the radio buttons that have a relationship with each other with something called radio group. Okay? So that's why what I'm going to do, I'm going to put radio group", "tokens": [1436, 456, 307, 746, 1219, 6477, 2960, 382, 731, 13, 1545, 360, 286, 829, 6477, 2960, 322, 264, 1520, 2424, 30, 1436, 562, 456, 307, 257, 1594, 295, 3956, 11, 286, 2826, 472, 3614, 13, 583, 295, 1164, 586, 264, 6477, 2960, 2203, 281, 2500, 1184, 1594, 295, 6477, 9905, 1214, 13, 407, 300, 311, 983, 309, 311, 406, 1547, 281, 829, 6477, 9905, 11, 286, 643, 281, 2500, 264, 6477, 9905, 300, 362, 257, 2480, 365, 1184, 661, 365, 746, 1219, 6477, 1594, 13, 1033, 30, 407, 300, 311, 983, 437, 286, 478, 516, 281, 360, 11, 286, 478, 516, 281, 829, 6477, 1594], "avg_logprob": -0.43101413632338903, "compression_ratio": 2.024896265560166, "no_speech_prob": 0.0, "words": [{"start": 266.25, "end": 266.51, "word": " Because", "probability": 0.375244140625}, {"start": 266.51, "end": 266.69, "word": " there", "probability": 0.3525390625}, {"start": 266.69, "end": 266.71, "word": " is", "probability": 0.71826171875}, {"start": 266.71, "end": 267.53, "word": " something", "probability": 0.322021484375}, {"start": 267.53, "end": 267.83, "word": " called", "probability": 0.8115234375}, {"start": 267.83, "end": 268.17, "word": " radio", "probability": 0.412841796875}, {"start": 268.17, "end": 268.43, "word": " button", "probability": 0.65283203125}, {"start": 268.43, "end": 268.79, "word": " as", "probability": 0.1363525390625}, {"start": 268.79, "end": 269.13, "word": " well.", "probability": 0.9443359375}, {"start": 269.17, "end": 269.35, "word": " Why", "probability": 0.480224609375}, {"start": 269.35, "end": 269.45, "word": " do", "probability": 0.294189453125}, {"start": 269.45, "end": 269.45, "word": " I", "probability": 0.8720703125}, {"start": 269.45, "end": 269.63, "word": " put", "probability": 0.5498046875}, {"start": 269.63, "end": 269.97, "word": " radio", "probability": 0.57275390625}, {"start": 269.97, "end": 270.23, "word": " button", "probability": 0.77197265625}, {"start": 270.23, "end": 270.43, "word": " on", "probability": 0.8076171875}, {"start": 270.43, "end": 270.63, "word": " the", "probability": 0.53955078125}, {"start": 270.63, "end": 270.83, "word": " check", "probability": 0.90576171875}, {"start": 270.83, "end": 271.07, "word": " box?", "probability": 0.4931640625}, {"start": 271.49, "end": 271.65, "word": " Because", "probability": 0.8076171875}, {"start": 271.65, "end": 271.83, "word": " when", "probability": 0.64111328125}, {"start": 271.83, "end": 272.11, "word": " there", "probability": 0.45166015625}, {"start": 272.11, "end": 272.11, "word": " is", "probability": 0.72802734375}, {"start": 272.11, "end": 272.15, "word": " a", "probability": 0.865234375}, {"start": 272.15, "end": 272.43, "word": " group", "probability": 0.58056640625}, {"start": 272.43, "end": 272.55, "word": " of", "probability": 0.9521484375}, {"start": 272.55, "end": 272.75, "word": " options,", "probability": 0.429443359375}, {"start": 272.79, "end": 272.87, "word": " I", "probability": 0.92333984375}, {"start": 272.87, "end": 273.05, "word": " choose", "probability": 0.630859375}, {"start": 273.05, "end": 273.53, "word": " one", "probability": 0.8154296875}, {"start": 273.53, "end": 273.53, "word": " option.", "probability": 0.41845703125}, {"start": 274.03, "end": 274.23, "word": " But", "probability": 0.80908203125}, {"start": 274.23, "end": 274.43, "word": " of", "probability": 0.342041015625}, {"start": 274.43, "end": 274.43, "word": " course", "probability": 0.9541015625}, {"start": 274.43, "end": 274.67, "word": " now", "probability": 0.560546875}, {"start": 274.67, "end": 274.79, "word": " the", "probability": 0.272705078125}, {"start": 274.79, "end": 275.03, "word": " radio", "probability": 0.974609375}, {"start": 275.03, "end": 275.31, "word": " button", "probability": 0.8486328125}, {"start": 275.31, "end": 275.55, "word": " needs", "probability": 0.2103271484375}, {"start": 275.55, "end": 275.75, "word": " to", "probability": 0.97021484375}, {"start": 275.75, "end": 276.13, "word": " collect", "probability": 0.17333984375}, {"start": 276.13, "end": 276.59, "word": " each", "probability": 0.457763671875}, {"start": 276.59, "end": 276.95, "word": " group", "probability": 0.58203125}, {"start": 276.95, "end": 277.07, "word": " of", "probability": 0.96044921875}, {"start": 277.07, "end": 277.33, "word": " radio", "probability": 0.958984375}, {"start": 277.33, "end": 277.75, "word": " buttons", "probability": 0.900390625}, {"start": 277.75, "end": 278.77, "word": " together.", "probability": 0.79345703125}, {"start": 279.21, "end": 279.51, "word": " So", "probability": 0.576171875}, {"start": 279.51, "end": 279.77, "word": " that's", "probability": 0.5687255859375}, {"start": 279.77, "end": 279.97, "word": " why", "probability": 0.90234375}, {"start": 279.97, "end": 280.15, "word": " it's", "probability": 0.588134765625}, {"start": 280.15, "end": 280.15, "word": " not", "probability": 0.92578125}, {"start": 280.15, "end": 280.33, "word": " enough", "probability": 0.88525390625}, {"start": 280.33, "end": 280.51, "word": " to", "probability": 0.669921875}, {"start": 280.51, "end": 280.65, "word": " put", "probability": 0.87451171875}, {"start": 280.65, "end": 280.95, "word": " radio", "probability": 0.88037109375}, {"start": 280.95, "end": 281.33, "word": " buttons,", "probability": 0.88623046875}, {"start": 281.43, "end": 281.51, "word": " I", "probability": 0.76806640625}, {"start": 281.51, "end": 281.63, "word": " need", "probability": 0.689453125}, {"start": 281.63, "end": 281.77, "word": " to", "probability": 0.9677734375}, {"start": 281.77, "end": 281.93, "word": " collect", "probability": 0.66259765625}, {"start": 281.93, "end": 282.11, "word": " the", "probability": 0.419921875}, {"start": 282.11, "end": 282.31, "word": " radio", "probability": 0.9794921875}, {"start": 282.31, "end": 282.77, "word": " buttons", "probability": 0.92138671875}, {"start": 282.77, "end": 282.99, "word": " that", "probability": 0.73291015625}, {"start": 282.99, "end": 283.15, "word": " have", "probability": 0.76953125}, {"start": 283.15, "end": 283.27, "word": " a", "probability": 0.53515625}, {"start": 283.27, "end": 283.49, "word": " relationship", "probability": 0.732421875}, {"start": 283.49, "end": 283.65, "word": " with", "probability": 0.677734375}, {"start": 283.65, "end": 283.89, "word": " each", "probability": 0.91064453125}, {"start": 283.89, "end": 284.29, "word": " other", "probability": 0.88818359375}, {"start": 284.29, "end": 284.43, "word": " with", "probability": 0.26953125}, {"start": 284.43, "end": 284.57, "word": " something", "probability": 0.64501953125}, {"start": 284.57, "end": 284.79, "word": " called", "probability": 0.87939453125}, {"start": 284.79, "end": 285.09, "word": " radio", "probability": 0.6611328125}, {"start": 285.09, "end": 285.43, "word": " group.", "probability": 0.9404296875}, {"start": 286.29, "end": 286.49, "word": " Okay?", "probability": 0.35888671875}, {"start": 287.01, "end": 287.27, "word": " So", "probability": 0.90771484375}, {"start": 287.27, "end": 287.57, "word": " that's", "probability": 0.8515625}, {"start": 287.57, "end": 287.63, "word": " why", "probability": 0.90869140625}, {"start": 287.63, "end": 287.97, "word": " what", "probability": 0.4130859375}, {"start": 287.97, "end": 288.21, "word": " I'm", "probability": 0.716552734375}, {"start": 288.21, "end": 288.37, "word": " going", "probability": 0.91796875}, {"start": 288.37, "end": 288.47, "word": " to", "probability": 0.96923828125}, {"start": 288.47, "end": 288.63, "word": " do,", "probability": 0.9326171875}, {"start": 288.69, "end": 288.87, "word": " I'm", "probability": 0.755859375}, {"start": 288.87, "end": 288.93, "word": " going", "probability": 0.9296875}, {"start": 288.93, "end": 289.03, "word": " to", "probability": 0.96630859375}, {"start": 289.03, "end": 289.25, "word": " put", "probability": 0.87255859375}, {"start": 289.25, "end": 289.49, "word": " radio", "probability": 0.6640625}, {"start": 289.49, "end": 289.89, "word": " group", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 13, "seek": 30639, "start": 290.75, "end": 306.39, "text": " Of course, the radio group is empty. Why is it empty? Because it is made only to contain radio buttons. This radio group is placed here. Okay? Because inside the radio group, I want to pull, for example, a radio button and another radio button.", "tokens": [2720, 1164, 11, 264, 6477, 1594, 307, 6707, 13, 1545, 307, 309, 6707, 30, 1436, 309, 307, 1027, 787, 281, 5304, 6477, 9905, 13, 639, 6477, 1594, 307, 7074, 510, 13, 1033, 30, 1436, 1854, 264, 6477, 1594, 11, 286, 528, 281, 2235, 11, 337, 1365, 11, 257, 6477, 2960, 293, 1071, 6477, 2960, 13], "avg_logprob": -0.42550222149917055, "compression_ratio": 1.6225165562913908, "no_speech_prob": 0.0, "words": [{"start": 290.75, "end": 290.93, "word": " Of", "probability": 0.112060546875}, {"start": 290.93, "end": 291.09, "word": " course,", "probability": 0.91015625}, {"start": 291.11, "end": 291.21, "word": " the", "probability": 0.6220703125}, {"start": 291.21, "end": 291.37, "word": " radio", "probability": 0.68212890625}, {"start": 291.37, "end": 291.63, "word": " group", "probability": 0.89697265625}, {"start": 291.63, "end": 291.73, "word": " is", "probability": 0.86279296875}, {"start": 291.73, "end": 291.97, "word": " empty.", "probability": 0.61572265625}, {"start": 292.13, "end": 292.35, "word": " Why", "probability": 0.62060546875}, {"start": 292.35, "end": 292.43, "word": " is", "probability": 0.44482421875}, {"start": 292.43, "end": 292.43, "word": " it", "probability": 0.90966796875}, {"start": 292.43, "end": 292.61, "word": " empty?", "probability": 0.81982421875}, {"start": 292.71, "end": 292.93, "word": " Because", "probability": 0.83203125}, {"start": 292.93, "end": 293.39, "word": " it", "probability": 0.88623046875}, {"start": 293.39, "end": 293.63, "word": " is", "probability": 0.6005859375}, {"start": 293.63, "end": 294.07, "word": " made", "probability": 0.56201171875}, {"start": 294.07, "end": 294.51, "word": " only", "probability": 0.375244140625}, {"start": 294.51, "end": 294.97, "word": " to", "probability": 0.60009765625}, {"start": 294.97, "end": 295.99, "word": " contain", "probability": 0.482177734375}, {"start": 295.99, "end": 296.29, "word": " radio", "probability": 0.8896484375}, {"start": 296.29, "end": 296.69, "word": " buttons.", "probability": 0.908203125}, {"start": 296.83, "end": 296.97, "word": " This", "probability": 0.34912109375}, {"start": 296.97, "end": 297.19, "word": " radio", "probability": 0.34130859375}, {"start": 297.19, "end": 297.45, "word": " group", "probability": 0.97265625}, {"start": 297.45, "end": 297.51, "word": " is", "probability": 0.79833984375}, {"start": 297.51, "end": 297.71, "word": " placed", "probability": 0.370849609375}, {"start": 297.71, "end": 297.99, "word": " here.", "probability": 0.8173828125}, {"start": 298.53, "end": 298.71, "word": " Okay?", "probability": 0.26513671875}, {"start": 299.31, "end": 299.55, "word": " Because", "probability": 0.8837890625}, {"start": 299.55, "end": 299.73, "word": " inside", "probability": 0.7939453125}, {"start": 299.73, "end": 299.93, "word": " the", "probability": 0.85205078125}, {"start": 299.93, "end": 300.13, "word": " radio", "probability": 0.984375}, {"start": 300.13, "end": 300.49, "word": " group,", "probability": 0.97265625}, {"start": 300.65, "end": 300.65, "word": " I", "probability": 0.80810546875}, {"start": 300.65, "end": 300.81, "word": " want", "probability": 0.418212890625}, {"start": 300.81, "end": 301.07, "word": " to", "probability": 0.96142578125}, {"start": 301.07, "end": 301.31, "word": " pull,", "probability": 0.3154296875}, {"start": 301.39, "end": 301.47, "word": " for", "probability": 0.93212890625}, {"start": 301.47, "end": 301.79, "word": " example,", "probability": 0.9638671875}, {"start": 304.35, "end": 304.51, "word": " a", "probability": 0.404296875}, {"start": 304.51, "end": 304.73, "word": " radio", "probability": 0.98095703125}, {"start": 304.73, "end": 305.11, "word": " button", "probability": 0.88671875}, {"start": 305.11, "end": 305.59, "word": " and", "probability": 0.80224609375}, {"start": 305.59, "end": 305.87, "word": " another", "probability": 0.62841796875}, {"start": 305.87, "end": 306.13, "word": " radio", "probability": 0.96337890625}, {"start": 306.13, "end": 306.39, "word": " button.", "probability": 0.8515625}], "temperature": 1.0}, {"id": 14, "seek": 33522, "start": 309.92, "end": 335.22, "text": " I have two radio buttons inside the radio group The radio group taught me how to use it Because these two buttons are inside the radio group, I can choose one of them If I want to ask another question inside the radio group, I can also choose radio group Okay, now let's set up the ID The ID is important now, right? This ID is called checkbox The radio group We also need to give the radio group", "tokens": [286, 362, 732, 6477, 9905, 1854, 264, 6477, 1594, 440, 6477, 1594, 5928, 385, 577, 281, 764, 309, 1436, 613, 732, 9905, 366, 1854, 264, 6477, 1594, 11, 286, 393, 2826, 472, 295, 552, 759, 286, 528, 281, 1029, 1071, 1168, 1854, 264, 6477, 1594, 11, 286, 393, 611, 2826, 6477, 1594, 1033, 11, 586, 718, 311, 992, 493, 264, 7348, 440, 7348, 307, 1021, 586, 11, 558, 30, 639, 7348, 307, 1219, 1520, 4995, 440, 6477, 1594, 492, 611, 643, 281, 976, 264, 6477, 1594], "avg_logprob": -0.5057471319176685, "compression_ratio": 1.9086538461538463, "no_speech_prob": 0.0, "words": [{"start": 309.92, "end": 310.36, "word": " I", "probability": 0.316162109375}, {"start": 310.36, "end": 310.52, "word": " have", "probability": 0.77099609375}, {"start": 310.52, "end": 310.94, "word": " two", "probability": 0.64990234375}, {"start": 310.94, "end": 311.3, "word": " radio", "probability": 0.93798828125}, {"start": 311.3, "end": 311.76, "word": " buttons", "probability": 0.90283203125}, {"start": 311.76, "end": 312.5, "word": " inside", "probability": 0.4150390625}, {"start": 312.5, "end": 312.64, "word": " the", "probability": 0.6435546875}, {"start": 312.64, "end": 312.82, "word": " radio", "probability": 0.9208984375}, {"start": 312.82, "end": 313.06, "word": " group", "probability": 0.9619140625}, {"start": 313.06, "end": 313.28, "word": " The", "probability": 0.102783203125}, {"start": 313.28, "end": 313.88, "word": " radio", "probability": 0.92041015625}, {"start": 313.88, "end": 314.16, "word": " group", "probability": 0.96630859375}, {"start": 314.16, "end": 314.42, "word": " taught", "probability": 0.449462890625}, {"start": 314.42, "end": 314.66, "word": " me", "probability": 0.58349609375}, {"start": 314.66, "end": 314.8, "word": " how", "probability": 0.23779296875}, {"start": 314.8, "end": 315.38, "word": " to", "probability": 0.7451171875}, {"start": 315.38, "end": 315.38, "word": " use", "probability": 0.6416015625}, {"start": 315.38, "end": 315.38, "word": " it", "probability": 0.51318359375}, {"start": 315.38, "end": 315.7, "word": " Because", "probability": 0.6865234375}, {"start": 315.7, "end": 316.0, "word": " these", "probability": 0.37841796875}, {"start": 316.0, "end": 316.46, "word": " two", "probability": 0.84765625}, {"start": 316.46, "end": 316.52, "word": " buttons", "probability": 0.59521484375}, {"start": 316.52, "end": 316.66, "word": " are", "probability": 0.90380859375}, {"start": 316.66, "end": 317.12, "word": " inside", "probability": 0.779296875}, {"start": 317.12, "end": 317.3, "word": " the", "probability": 0.7939453125}, {"start": 317.3, "end": 317.38, "word": " radio", "probability": 0.96728515625}, {"start": 317.38, "end": 317.6, "word": " group,", "probability": 0.966796875}, {"start": 317.64, "end": 317.72, "word": " I", "probability": 0.88671875}, {"start": 317.72, "end": 317.92, "word": " can", "probability": 0.8291015625}, {"start": 317.92, "end": 318.22, "word": " choose", "probability": 0.7626953125}, {"start": 318.22, "end": 318.58, "word": " one", "probability": 0.73095703125}, {"start": 318.58, "end": 318.66, "word": " of", "probability": 0.50244140625}, {"start": 318.66, "end": 319.14, "word": " them", "probability": 0.88525390625}, {"start": 319.14, "end": 319.68, "word": " If", "probability": 0.60107421875}, {"start": 319.68, "end": 320.1, "word": " I", "probability": 0.91943359375}, {"start": 320.1, "end": 320.18, "word": " want", "probability": 0.791015625}, {"start": 320.18, "end": 320.2, "word": " to", "probability": 0.94580078125}, {"start": 320.2, "end": 320.3, "word": " ask", "probability": 0.60009765625}, {"start": 320.3, "end": 320.86, "word": " another", "probability": 0.51220703125}, {"start": 320.86, "end": 320.86, "word": " question", "probability": 0.896484375}, {"start": 320.86, "end": 321.04, "word": " inside", "probability": 0.1998291015625}, {"start": 321.04, "end": 321.16, "word": " the", "probability": 0.60107421875}, {"start": 321.16, "end": 321.36, "word": " radio", "probability": 0.9814453125}, {"start": 321.36, "end": 321.42, "word": " group,", "probability": 0.67822265625}, {"start": 321.48, "end": 321.54, "word": " I", "probability": 0.92236328125}, {"start": 321.54, "end": 321.66, "word": " can", "probability": 0.287109375}, {"start": 321.66, "end": 321.88, "word": " also", "probability": 0.4365234375}, {"start": 321.88, "end": 321.88, "word": " choose", "probability": 0.306884765625}, {"start": 321.88, "end": 322.28, "word": " radio", "probability": 0.29296875}, {"start": 322.28, "end": 323.28, "word": " group", "probability": 0.92578125}, {"start": 323.28, "end": 324.16, "word": " Okay,", "probability": 0.134521484375}, {"start": 324.7, "end": 325.3, "word": " now", "probability": 0.60107421875}, {"start": 325.3, "end": 325.78, "word": " let's", "probability": 0.673583984375}, {"start": 325.78, "end": 326.12, "word": " set", "probability": 0.1556396484375}, {"start": 326.12, "end": 326.2, "word": " up", "probability": 0.671875}, {"start": 326.2, "end": 326.34, "word": " the", "probability": 0.7490234375}, {"start": 326.34, "end": 326.66, "word": " ID", "probability": 0.76318359375}, {"start": 326.66, "end": 327.0, "word": " The", "probability": 0.37744140625}, {"start": 327.0, "end": 327.22, "word": " ID", "probability": 0.91943359375}, {"start": 327.22, "end": 327.36, "word": " is", "probability": 0.8916015625}, {"start": 327.36, "end": 327.66, "word": " important", "probability": 0.457275390625}, {"start": 327.66, "end": 327.94, "word": " now,", "probability": 0.49609375}, {"start": 328.08, "end": 328.34, "word": " right?", "probability": 0.61669921875}, {"start": 328.5, "end": 328.72, "word": " This", "probability": 0.505859375}, {"start": 328.72, "end": 329.04, "word": " ID", "probability": 0.8984375}, {"start": 329.04, "end": 329.28, "word": " is", "probability": 0.74169921875}, {"start": 329.28, "end": 329.72, "word": " called", "probability": 0.5419921875}, {"start": 329.72, "end": 331.3, "word": " checkbox", "probability": 0.60546875}, {"start": 331.3, "end": 332.04, "word": " The", "probability": 0.43603515625}, {"start": 332.04, "end": 332.6, "word": " radio", "probability": 0.96923828125}, {"start": 332.6, "end": 333.02, "word": " group", "probability": 0.97998046875}, {"start": 333.02, "end": 333.86, "word": " We", "probability": 0.22607421875}, {"start": 333.86, "end": 334.02, "word": " also", "probability": 0.406982421875}, {"start": 334.02, "end": 334.02, "word": " need", "probability": 0.47509765625}, {"start": 334.02, "end": 334.1, "word": " to", "probability": 0.96533203125}, {"start": 334.1, "end": 334.28, "word": " give", "probability": 0.400146484375}, {"start": 334.28, "end": 334.66, "word": " the", "probability": 0.34423828125}, {"start": 334.66, "end": 334.88, "word": " radio", "probability": 0.90478515625}, {"start": 334.88, "end": 335.22, "word": " group", "probability": 0.98046875}], "temperature": 1.0}, {"id": 15, "seek": 35696, "start": 336.5, "end": 356.96, "text": " By default, it does not give the radio group ID For example, I want to ask a question about gender group Why gender? Is it male or female? For example, this button is male", "tokens": [3146, 7576, 11, 309, 775, 406, 976, 264, 6477, 1594, 7348, 1171, 1365, 11, 286, 528, 281, 1029, 257, 1168, 466, 7898, 1594, 1545, 7898, 30, 1119, 309, 7133, 420, 6556, 30, 1171, 1365, 11, 341, 2960, 307, 7133], "avg_logprob": -0.5105468854308128, "compression_ratio": 1.3543307086614174, "no_speech_prob": 0.0, "words": [{"start": 336.50000000000006, "end": 337.02000000000004, "word": " By", "probability": 0.444091796875}, {"start": 337.02000000000004, "end": 337.54, "word": " default,", "probability": 0.96484375}, {"start": 337.66, "end": 337.66, "word": " it", "probability": 0.5615234375}, {"start": 337.66, "end": 337.86, "word": " does", "probability": 0.5927734375}, {"start": 337.86, "end": 337.86, "word": " not", "probability": 0.94091796875}, {"start": 337.86, "end": 338.08, "word": " give", "probability": 0.4736328125}, {"start": 338.08, "end": 338.34, "word": " the", "probability": 0.342529296875}, {"start": 338.34, "end": 338.58, "word": " radio", "probability": 0.595703125}, {"start": 338.58, "end": 338.82, "word": " group", "probability": 0.9697265625}, {"start": 338.82, "end": 339.14, "word": " ID", "probability": 0.5517578125}, {"start": 339.14, "end": 339.64, "word": " For", "probability": 0.11907958984375}, {"start": 339.64, "end": 341.14, "word": " example,", "probability": 0.923828125}, {"start": 343.14, "end": 343.28, "word": " I", "probability": 0.75341796875}, {"start": 343.28, "end": 343.7, "word": " want", "probability": 0.556640625}, {"start": 343.7, "end": 343.72, "word": " to", "probability": 0.9541015625}, {"start": 343.72, "end": 343.9, "word": " ask", "probability": 0.56494140625}, {"start": 343.9, "end": 344.0, "word": " a", "probability": 0.646484375}, {"start": 344.0, "end": 344.18, "word": " question", "probability": 0.9140625}, {"start": 344.18, "end": 344.42, "word": " about", "probability": 0.204345703125}, {"start": 344.42, "end": 344.72, "word": " gender", "probability": 0.58544921875}, {"start": 344.72, "end": 345.28, "word": " group", "probability": 0.80712890625}, {"start": 345.28, "end": 349.24, "word": " Why", "probability": 0.431884765625}, {"start": 349.24, "end": 349.56, "word": " gender?", "probability": 0.85107421875}, {"start": 349.64, "end": 349.72, "word": " Is", "probability": 0.2283935546875}, {"start": 349.72, "end": 350.16, "word": " it", "probability": 0.63427734375}, {"start": 350.16, "end": 350.68, "word": " male", "probability": 0.5146484375}, {"start": 350.68, "end": 350.86, "word": " or", "probability": 0.9365234375}, {"start": 350.86, "end": 351.24, "word": " female?", "probability": 0.85693359375}, {"start": 354.04, "end": 354.56, "word": " For", "probability": 0.3232421875}, {"start": 354.56, "end": 354.7, "word": " example,", "probability": 0.9482421875}, {"start": 354.8, "end": 354.86, "word": " this", "probability": 0.7080078125}, {"start": 354.86, "end": 355.08, "word": " button", "probability": 0.26513671875}, {"start": 355.08, "end": 355.64, "word": " is", "probability": 0.60498046875}, {"start": 355.64, "end": 356.96, "word": " male", "probability": 0.68701171875}], "temperature": 1.0}, {"id": 16, "seek": 39024, "start": 364.52, "end": 390.24, "text": " Ok, now we connect only the elements, right? So that we can use them. Now I am adding elements, guys. And I will use them from the code later. Ok, let's try these first, then we will see other elements. Now, you can go to the code. And as we learned, the first step", "tokens": [3477, 11, 586, 321, 1745, 787, 264, 4959, 11, 558, 30, 407, 300, 321, 393, 764, 552, 13, 823, 286, 669, 5127, 4959, 11, 1074, 13, 400, 286, 486, 764, 552, 490, 264, 3089, 1780, 13, 3477, 11, 718, 311, 853, 613, 700, 11, 550, 321, 486, 536, 661, 4959, 13, 823, 11, 291, 393, 352, 281, 264, 3089, 13, 400, 382, 321, 3264, 11, 264, 700, 1823], "avg_logprob": -0.5113224741341411, "compression_ratio": 1.592814371257485, "no_speech_prob": 0.0, "words": [{"start": 364.52, "end": 364.82, "word": " Ok,", "probability": 0.141845703125}, {"start": 364.88, "end": 365.08, "word": " now", "probability": 0.61083984375}, {"start": 365.08, "end": 365.18, "word": " we", "probability": 0.537109375}, {"start": 365.18, "end": 365.44, "word": " connect", "probability": 0.1795654296875}, {"start": 365.44, "end": 365.76, "word": " only", "probability": 0.25341796875}, {"start": 365.76, "end": 365.86, "word": " the", "probability": 0.40478515625}, {"start": 365.86, "end": 366.24, "word": " elements,", "probability": 0.84912109375}, {"start": 367.18, "end": 367.5, "word": " right?", "probability": 0.390625}, {"start": 367.56, "end": 367.64, "word": " So", "probability": 0.6357421875}, {"start": 367.64, "end": 367.76, "word": " that", "probability": 0.4951171875}, {"start": 367.76, "end": 367.86, "word": " we", "probability": 0.93798828125}, {"start": 367.86, "end": 367.98, "word": " can", "probability": 0.857421875}, {"start": 367.98, "end": 368.32, "word": " use", "probability": 0.8671875}, {"start": 368.32, "end": 368.66, "word": " them.", "probability": 0.888671875}, {"start": 370.06, "end": 370.5, "word": " Now", "probability": 0.489501953125}, {"start": 370.5, "end": 370.68, "word": " I", "probability": 0.57861328125}, {"start": 370.68, "end": 370.86, "word": " am", "probability": 0.375}, {"start": 370.86, "end": 371.02, "word": " adding", "probability": 0.85546875}, {"start": 371.02, "end": 371.44, "word": " elements,", "probability": 0.75048828125}, {"start": 371.6, "end": 371.88, "word": " guys.", "probability": 0.78662109375}, {"start": 372.9, "end": 373.34, "word": " And", "probability": 0.73876953125}, {"start": 373.34, "end": 373.4, "word": " I", "probability": 0.75048828125}, {"start": 373.4, "end": 373.48, "word": " will", "probability": 0.7890625}, {"start": 373.48, "end": 373.74, "word": " use", "probability": 0.85693359375}, {"start": 373.74, "end": 374.0, "word": " them", "probability": 0.87744140625}, {"start": 374.0, "end": 374.2, "word": " from", "probability": 0.498046875}, {"start": 374.2, "end": 377.0, "word": " the", "probability": 0.77294921875}, {"start": 377.0, "end": 377.22, "word": " code", "probability": 0.89990234375}, {"start": 377.22, "end": 377.56, "word": " later.", "probability": 0.8310546875}, {"start": 379.92, "end": 380.36, "word": " Ok,", "probability": 0.7734375}, {"start": 380.4, "end": 380.7, "word": " let's", "probability": 0.755126953125}, {"start": 380.7, "end": 380.92, "word": " try", "probability": 0.89501953125}, {"start": 380.92, "end": 381.16, "word": " these", "probability": 0.619140625}, {"start": 381.16, "end": 381.34, "word": " first,", "probability": 0.2230224609375}, {"start": 381.56, "end": 381.76, "word": " then", "probability": 0.4716796875}, {"start": 381.76, "end": 382.08, "word": " we", "probability": 0.82421875}, {"start": 382.08, "end": 382.12, "word": " will", "probability": 0.5654296875}, {"start": 382.12, "end": 382.28, "word": " see", "probability": 0.626953125}, {"start": 382.28, "end": 382.34, "word": " other", "probability": 0.58349609375}, {"start": 382.34, "end": 382.64, "word": " elements.", "probability": 0.869140625}, {"start": 384.42, "end": 384.86, "word": " Now,", "probability": 0.93603515625}, {"start": 386.44, "end": 386.56, "word": " you", "probability": 0.422607421875}, {"start": 386.56, "end": 386.68, "word": " can", "probability": 0.363037109375}, {"start": 386.68, "end": 386.78, "word": " go", "probability": 0.58642578125}, {"start": 386.78, "end": 386.92, "word": " to", "probability": 0.88330078125}, {"start": 386.92, "end": 387.04, "word": " the", "probability": 0.70458984375}, {"start": 387.04, "end": 387.38, "word": " code.", "probability": 0.9501953125}, {"start": 388.48, "end": 388.92, "word": " And", "probability": 0.81005859375}, {"start": 388.92, "end": 389.02, "word": " as", "probability": 0.806640625}, {"start": 389.02, "end": 389.16, "word": " we", "probability": 0.94580078125}, {"start": 389.16, "end": 389.5, "word": " learned,", "probability": 0.63525390625}, {"start": 389.72, "end": 389.94, "word": " the", "probability": 0.75439453125}, {"start": 389.94, "end": 389.94, "word": " first", "probability": 0.8935546875}, {"start": 389.94, "end": 390.24, "word": " step", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 17, "seek": 40447, "start": 391.53, "end": 404.47, "text": "We want to get these elements So first we need checkbox Then I say find view by id r.id.checkbox", "tokens": [4360, 528, 281, 483, 613, 4959, 407, 700, 321, 643, 1520, 4995, 1396, 286, 584, 915, 1910, 538, 4496, 367, 13, 327, 13, 15723, 4995], "avg_logprob": -0.5700119985983922, "compression_ratio": 1.1294117647058823, "no_speech_prob": 0.0, "words": [{"start": 391.53, "end": 391.73, "word": "We", "probability": 0.222412109375}, {"start": 391.73, "end": 391.89, "word": " want", "probability": 0.27294921875}, {"start": 391.89, "end": 391.93, "word": " to", "probability": 0.94384765625}, {"start": 391.93, "end": 392.05, "word": " get", "probability": 0.484130859375}, {"start": 392.05, "end": 392.17, "word": " these", "probability": 0.402587890625}, {"start": 392.17, "end": 392.49, "word": " elements", "probability": 0.837890625}, {"start": 392.49, "end": 395.23, "word": " So", "probability": 0.2496337890625}, {"start": 395.23, "end": 395.47, "word": " first", "probability": 0.552734375}, {"start": 395.47, "end": 395.67, "word": " we", "probability": 0.43359375}, {"start": 395.67, "end": 395.93, "word": " need", "probability": 0.5771484375}, {"start": 395.93, "end": 396.75, "word": " checkbox", "probability": 0.671142578125}, {"start": 396.75, "end": 399.51, "word": " Then", "probability": 0.247802734375}, {"start": 399.51, "end": 399.65, "word": " I", "probability": 0.5478515625}, {"start": 399.65, "end": 399.79, "word": " say", "probability": 0.50830078125}, {"start": 399.79, "end": 400.25, "word": " find", "probability": 0.68798828125}, {"start": 400.25, "end": 400.55, "word": " view", "probability": 0.37255859375}, {"start": 400.55, "end": 400.77, "word": " by", "probability": 0.919921875}, {"start": 400.77, "end": 401.13, "word": " id", "probability": 0.849609375}, {"start": 401.13, "end": 401.53, "word": " r", "probability": 0.40283203125}, {"start": 401.53, "end": 402.15, "word": ".id", "probability": 0.78271484375}, {"start": 402.15, "end": 404.47, "word": ".checkbox", "probability": 0.79931640625}], "temperature": 1.0}, {"id": 18, "seek": 42566, "start": 407.4, "end": 425.66, "text": " Let's start with checkboxes, because we want to do action on checkboxes I want to tell you that if you click on a checkbox, it will bring up the first option, sit on check to change listener, from its name on check to change listener, if the check changes", "tokens": [961, 311, 722, 365, 1520, 4995, 279, 11, 570, 321, 528, 281, 360, 3069, 322, 1520, 4995, 279, 286, 528, 281, 980, 291, 300, 498, 291, 2052, 322, 257, 1520, 4995, 11, 309, 486, 1565, 493, 264, 700, 3614, 11, 1394, 322, 1520, 281, 1319, 31569, 11, 490, 1080, 1315, 322, 1520, 281, 1319, 31569, 11, 498, 264, 1520, 2962], "avg_logprob": -0.6623975175325988, "compression_ratio": 1.7181208053691275, "no_speech_prob": 0.0, "words": [{"start": 407.40000000000003, "end": 407.92, "word": " Let's", "probability": 0.677001953125}, {"start": 407.92, "end": 408.02, "word": " start", "probability": 0.251220703125}, {"start": 408.02, "end": 408.02, "word": " with", "probability": 0.7421875}, {"start": 408.02, "end": 408.5, "word": " checkboxes,", "probability": 0.48681640625}, {"start": 408.82, "end": 409.08, "word": " because", "probability": 0.353271484375}, {"start": 409.08, "end": 409.3, "word": " we", "probability": 0.734375}, {"start": 409.3, "end": 409.34, "word": " want", "probability": 0.437255859375}, {"start": 409.34, "end": 409.34, "word": " to", "probability": 0.943359375}, {"start": 409.34, "end": 409.42, "word": " do", "probability": 0.308349609375}, {"start": 409.42, "end": 409.86, "word": " action", "probability": 0.673828125}, {"start": 409.86, "end": 410.0, "word": " on", "probability": 0.41845703125}, {"start": 410.0, "end": 411.5, "word": " checkboxes", "probability": 0.8050130208333334}, {"start": 411.5, "end": 412.32, "word": " I", "probability": 0.09857177734375}, {"start": 412.32, "end": 413.48, "word": " want", "probability": 0.54833984375}, {"start": 413.48, "end": 413.56, "word": " to", "probability": 0.95947265625}, {"start": 413.56, "end": 413.7, "word": " tell", "probability": 0.52392578125}, {"start": 413.7, "end": 413.78, "word": " you", "probability": 0.493896484375}, {"start": 413.78, "end": 414.02, "word": " that", "probability": 0.5146484375}, {"start": 414.02, "end": 414.12, "word": " if", "probability": 0.6181640625}, {"start": 414.12, "end": 414.24, "word": " you", "probability": 0.712890625}, {"start": 414.24, "end": 414.48, "word": " click", "probability": 0.307861328125}, {"start": 414.48, "end": 414.9, "word": " on", "probability": 0.619140625}, {"start": 414.9, "end": 414.9, "word": " a", "probability": 0.26220703125}, {"start": 414.9, "end": 415.14, "word": " checkbox,", "probability": 0.86474609375}, {"start": 415.6, "end": 416.82, "word": " it", "probability": 0.5966796875}, {"start": 416.82, "end": 417.24, "word": " will", "probability": 0.53955078125}, {"start": 417.24, "end": 417.4, "word": " bring", "probability": 0.279052734375}, {"start": 417.4, "end": 417.58, "word": " up", "probability": 0.408447265625}, {"start": 417.58, "end": 417.68, "word": " the", "probability": 0.5986328125}, {"start": 417.68, "end": 417.78, "word": " first", "probability": 0.79443359375}, {"start": 417.78, "end": 418.12, "word": " option,", "probability": 0.247314453125}, {"start": 418.18, "end": 418.7, "word": " sit", "probability": 0.11431884765625}, {"start": 418.7, "end": 419.14, "word": " on", "probability": 0.6318359375}, {"start": 419.14, "end": 419.46, "word": " check", "probability": 0.3203125}, {"start": 419.46, "end": 419.6, "word": " to", "probability": 0.796875}, {"start": 419.6, "end": 420.08, "word": " change", "probability": 0.89697265625}, {"start": 420.08, "end": 421.44, "word": " listener,", "probability": 0.6845703125}, {"start": 421.52, "end": 421.58, "word": " from", "probability": 0.280517578125}, {"start": 421.58, "end": 421.64, "word": " its", "probability": 0.476318359375}, {"start": 421.64, "end": 421.94, "word": " name", "probability": 0.88623046875}, {"start": 421.94, "end": 422.56, "word": " on", "probability": 0.50537109375}, {"start": 422.56, "end": 423.06, "word": " check", "probability": 0.83984375}, {"start": 423.06, "end": 423.24, "word": " to", "probability": 0.94189453125}, {"start": 423.24, "end": 423.6, "word": " change", "probability": 0.89404296875}, {"start": 423.6, "end": 424.02, "word": " listener,", "probability": 0.82373046875}, {"start": 424.26, "end": 424.54, "word": " if", "probability": 0.2939453125}, {"start": 424.54, "end": 425.02, "word": " the", "probability": 0.54833984375}, {"start": 425.02, "end": 425.28, "word": " check", "probability": 0.8779296875}, {"start": 425.28, "end": 425.66, "word": " changes", "probability": 0.4677734375}], "temperature": 1.0}, {"id": 19, "seek": 45038, "start": 426.82, "end": 450.38, "text": " It listens to it. Check the change listener. The button was on click listener. This is check the change listener. And of course, what does it take from cosine? Parameter of the kind on check the change. Because this is an interface. So we say new on check the change listener. And it brought a method called on check the change. And this method noticed that it returns", "tokens": [467, 35959, 281, 309, 13, 6881, 264, 1319, 31569, 13, 440, 2960, 390, 322, 2052, 31569, 13, 639, 307, 1520, 264, 1319, 31569, 13, 400, 295, 1164, 11, 437, 775, 309, 747, 490, 23565, 30, 34882, 2398, 295, 264, 733, 322, 1520, 264, 1319, 13, 1436, 341, 307, 364, 9226, 13, 407, 321, 584, 777, 322, 1520, 264, 1319, 31569, 13, 400, 309, 3038, 257, 3170, 1219, 322, 1520, 264, 1319, 13, 400, 341, 3170, 5694, 300, 309, 11247], "avg_logprob": -0.45507813319563867, "compression_ratio": 1.931937172774869, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 426.82, "end": 427.26, "word": " It", "probability": 0.08367919921875}, {"start": 427.26, "end": 427.66, "word": " listens", "probability": 0.44482421875}, {"start": 427.66, "end": 428.1, "word": " to", "probability": 0.8681640625}, {"start": 428.1, "end": 428.5, "word": " it.", "probability": 0.5947265625}, {"start": 428.52, "end": 428.86, "word": " Check", "probability": 0.4541015625}, {"start": 428.86, "end": 429.04, "word": " the", "probability": 0.845703125}, {"start": 429.04, "end": 429.42, "word": " change", "probability": 0.70458984375}, {"start": 429.42, "end": 429.8, "word": " listener.", "probability": 0.72265625}, {"start": 430.36, "end": 430.52, "word": " The", "probability": 0.496337890625}, {"start": 430.52, "end": 430.78, "word": " button", "probability": 0.79345703125}, {"start": 430.78, "end": 431.04, "word": " was", "probability": 0.60302734375}, {"start": 431.04, "end": 431.2, "word": " on", "probability": 0.80712890625}, {"start": 431.2, "end": 431.62, "word": " click", "probability": 0.60595703125}, {"start": 431.62, "end": 432.7, "word": " listener.", "probability": 0.59326171875}, {"start": 432.82, "end": 432.94, "word": " This", "probability": 0.60595703125}, {"start": 432.94, "end": 433.0, "word": " is", "probability": 0.7021484375}, {"start": 433.0, "end": 433.22, "word": " check", "probability": 0.60888671875}, {"start": 433.22, "end": 433.4, "word": " the", "probability": 0.89990234375}, {"start": 433.4, "end": 433.82, "word": " change", "probability": 0.88916015625}, {"start": 433.82, "end": 434.52, "word": " listener.", "probability": 0.828125}, {"start": 435.0, "end": 435.06, "word": " And", "probability": 0.478759765625}, {"start": 435.06, "end": 435.24, "word": " of", "probability": 0.419189453125}, {"start": 435.24, "end": 435.26, "word": " course,", "probability": 0.953125}, {"start": 435.38, "end": 435.48, "word": " what", "probability": 0.7548828125}, {"start": 435.48, "end": 435.52, "word": " does", "probability": 0.47607421875}, {"start": 435.52, "end": 435.62, "word": " it", "probability": 0.55908203125}, {"start": 435.62, "end": 435.78, "word": " take", "probability": 0.5703125}, {"start": 435.78, "end": 435.88, "word": " from", "probability": 0.2418212890625}, {"start": 435.88, "end": 436.28, "word": " cosine?", "probability": 0.343505859375}, {"start": 437.68, "end": 438.12, "word": " Parameter", "probability": 0.5692138671875}, {"start": 438.12, "end": 438.26, "word": " of", "probability": 0.7119140625}, {"start": 438.26, "end": 438.36, "word": " the", "probability": 0.367431640625}, {"start": 438.36, "end": 438.66, "word": " kind", "probability": 0.455810546875}, {"start": 438.66, "end": 439.3, "word": " on", "probability": 0.66455078125}, {"start": 439.3, "end": 439.6, "word": " check", "probability": 0.73974609375}, {"start": 439.6, "end": 439.74, "word": " the", "probability": 0.90087890625}, {"start": 439.74, "end": 440.0, "word": " change.", "probability": 0.8818359375}, {"start": 440.08, "end": 440.14, "word": " Because", "probability": 0.345947265625}, {"start": 440.14, "end": 440.28, "word": " this", "probability": 0.75537109375}, {"start": 440.28, "end": 440.3, "word": " is", "probability": 0.9052734375}, {"start": 440.3, "end": 440.38, "word": " an", "probability": 0.5673828125}, {"start": 440.38, "end": 440.82, "word": " interface.", "probability": 0.89697265625}, {"start": 441.34, "end": 441.44, "word": " So", "probability": 0.79052734375}, {"start": 441.44, "end": 441.54, "word": " we", "probability": 0.607421875}, {"start": 441.54, "end": 441.74, "word": " say", "probability": 0.494140625}, {"start": 441.74, "end": 442.1, "word": " new", "probability": 0.63134765625}, {"start": 442.1, "end": 442.84, "word": " on", "probability": 0.89599609375}, {"start": 442.84, "end": 444.8, "word": " check", "probability": 0.7275390625}, {"start": 444.8, "end": 444.98, "word": " the", "probability": 0.888671875}, {"start": 444.98, "end": 445.24, "word": " change", "probability": 0.87548828125}, {"start": 445.24, "end": 445.58, "word": " listener.", "probability": 0.82763671875}, {"start": 446.14, "end": 446.24, "word": " And", "probability": 0.70458984375}, {"start": 446.24, "end": 446.38, "word": " it", "probability": 0.4345703125}, {"start": 446.38, "end": 446.58, "word": " brought", "probability": 0.347412109375}, {"start": 446.58, "end": 446.7, "word": " a", "probability": 0.76953125}, {"start": 446.7, "end": 447.0, "word": " method", "probability": 0.94091796875}, {"start": 447.0, "end": 447.3, "word": " called", "probability": 0.708984375}, {"start": 447.3, "end": 447.52, "word": " on", "probability": 0.91845703125}, {"start": 447.52, "end": 447.74, "word": " check", "probability": 0.8212890625}, {"start": 447.74, "end": 447.88, "word": " the", "probability": 0.9111328125}, {"start": 447.88, "end": 448.26, "word": " change.", "probability": 0.89794921875}, {"start": 448.62, "end": 448.96, "word": " And", "probability": 0.85986328125}, {"start": 448.96, "end": 449.16, "word": " this", "probability": 0.82861328125}, {"start": 449.16, "end": 449.52, "word": " method", "probability": 0.95166015625}, {"start": 449.52, "end": 449.78, "word": " noticed", "probability": 0.32666015625}, {"start": 449.78, "end": 449.96, "word": " that", "probability": 0.91259765625}, {"start": 449.96, "end": 450.12, "word": " it", "probability": 0.896484375}, {"start": 450.12, "end": 450.38, "word": " returns", "probability": 0.63525390625}], "temperature": 1.0}, {"id": 20, "seek": 46591, "start": 451.47, "end": 465.91, "text": " From among the elements that are returned, there is something called what? It's the chicken In short, if you teach it, it will return true If you teach it, if you remove education, it will return false So here I want to tell it toast.make text", "tokens": [3358, 3654, 264, 4959, 300, 366, 8752, 11, 456, 307, 746, 1219, 437, 30, 467, 311, 264, 4662, 682, 2099, 11, 498, 291, 2924, 309, 11, 309, 486, 2736, 2074, 759, 291, 2924, 309, 11, 498, 291, 4159, 3309, 11, 309, 486, 2736, 7908, 407, 510, 286, 528, 281, 980, 309, 15354, 13, 38705, 2487], "avg_logprob": -0.5814731866121292, "compression_ratio": 1.564102564102564, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 451.47, "end": 451.77, "word": " From", "probability": 0.08197021484375}, {"start": 451.77, "end": 452.03, "word": " among", "probability": 0.27197265625}, {"start": 452.03, "end": 452.07, "word": " the", "probability": 0.75146484375}, {"start": 452.07, "end": 452.37, "word": " elements", "probability": 0.72216796875}, {"start": 452.37, "end": 452.53, "word": " that", "probability": 0.440185546875}, {"start": 452.53, "end": 452.65, "word": " are", "probability": 0.194580078125}, {"start": 452.65, "end": 452.81, "word": " returned,", "probability": 0.213134765625}, {"start": 453.03, "end": 453.05, "word": " there", "probability": 0.8525390625}, {"start": 453.05, "end": 453.11, "word": " is", "probability": 0.7880859375}, {"start": 453.11, "end": 453.27, "word": " something", "probability": 0.5498046875}, {"start": 453.27, "end": 453.63, "word": " called", "probability": 0.80419921875}, {"start": 453.63, "end": 453.91, "word": " what?", "probability": 0.28759765625}, {"start": 454.27, "end": 454.49, "word": " It's", "probability": 0.3973388671875}, {"start": 454.49, "end": 454.59, "word": " the", "probability": 0.61767578125}, {"start": 454.59, "end": 454.83, "word": " chicken", "probability": 0.78466796875}, {"start": 454.83, "end": 455.43, "word": " In", "probability": 0.155029296875}, {"start": 455.43, "end": 456.53, "word": " short,", "probability": 0.295166015625}, {"start": 456.73, "end": 456.83, "word": " if", "probability": 0.91845703125}, {"start": 456.83, "end": 457.03, "word": " you", "probability": 0.93994140625}, {"start": 457.03, "end": 457.35, "word": " teach", "probability": 0.21533203125}, {"start": 457.35, "end": 457.71, "word": " it,", "probability": 0.5029296875}, {"start": 458.01, "end": 458.25, "word": " it", "probability": 0.79150390625}, {"start": 458.25, "end": 458.37, "word": " will", "probability": 0.76318359375}, {"start": 458.37, "end": 458.61, "word": " return", "probability": 0.7041015625}, {"start": 458.61, "end": 458.99, "word": " true", "probability": 0.499267578125}, {"start": 458.99, "end": 459.91, "word": " If", "probability": 0.304931640625}, {"start": 459.91, "end": 460.03, "word": " you", "probability": 0.919921875}, {"start": 460.03, "end": 460.21, "word": " teach", "probability": 0.55078125}, {"start": 460.21, "end": 460.47, "word": " it,", "probability": 0.9248046875}, {"start": 460.49, "end": 460.65, "word": " if", "probability": 0.82275390625}, {"start": 460.65, "end": 460.91, "word": " you", "probability": 0.9609375}, {"start": 460.91, "end": 460.91, "word": " remove", "probability": 0.406982421875}, {"start": 460.91, "end": 461.31, "word": " education,", "probability": 0.367919921875}, {"start": 461.89, "end": 462.01, "word": " it", "probability": 0.896484375}, {"start": 462.01, "end": 462.11, "word": " will", "probability": 0.78515625}, {"start": 462.11, "end": 462.33, "word": " return", "probability": 0.84619140625}, {"start": 462.33, "end": 462.79, "word": " false", "probability": 0.8173828125}, {"start": 462.79, "end": 463.23, "word": " So", "probability": 0.489501953125}, {"start": 463.23, "end": 463.37, "word": " here", "probability": 0.53173828125}, {"start": 463.37, "end": 463.45, "word": " I", "probability": 0.87255859375}, {"start": 463.45, "end": 463.57, "word": " want", "probability": 0.486328125}, {"start": 463.57, "end": 463.61, "word": " to", "probability": 0.9716796875}, {"start": 463.61, "end": 463.73, "word": " tell", "probability": 0.427978515625}, {"start": 463.73, "end": 463.85, "word": " it", "probability": 0.6435546875}, {"start": 463.85, "end": 464.29, "word": " toast", "probability": 0.67236328125}, {"start": 464.29, "end": 465.51, "word": ".make", "probability": 0.6583251953125}, {"start": 465.51, "end": 465.91, "word": " text", "probability": 0.59423828125}], "temperature": 1.0}, {"id": 21, "seek": 50778, "start": 482.74, "end": 507.78, "text": " In the previous lecture, we used to create a toast and put it in a variable, and then people can live with it. This time, I made it in a single line. I gradually made it so that you can understand it. Of course, an important point is that toast cannot contain anything other than text. For example, if it contains boolean or integer, I make an error. That is why I linked it to a certain text.", "tokens": [682, 264, 3894, 7991, 11, 321, 1143, 281, 1884, 257, 15354, 293, 829, 309, 294, 257, 7006, 11, 293, 550, 561, 393, 1621, 365, 309, 13, 639, 565, 11, 286, 1027, 309, 294, 257, 2167, 1622, 13, 286, 13145, 1027, 309, 370, 300, 291, 393, 1223, 309, 13, 2720, 1164, 11, 364, 1021, 935, 307, 300, 15354, 2644, 5304, 1340, 661, 813, 2487, 13, 1171, 1365, 11, 498, 309, 8306, 748, 4812, 282, 420, 24922, 11, 286, 652, 364, 6713, 13, 663, 307, 983, 286, 9408, 309, 281, 257, 1629, 2487, 13], "avg_logprob": -0.6347446031467889, "compression_ratio": 1.6485355648535565, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 482.73999999999995, "end": 483.15999999999997, "word": " In", "probability": 0.2071533203125}, {"start": 483.15999999999997, "end": 483.58, "word": " the", "probability": 0.5908203125}, {"start": 483.58, "end": 483.58, "word": " previous", "probability": 0.3798828125}, {"start": 483.58, "end": 483.98, "word": " lecture,", "probability": 0.5556640625}, {"start": 484.32, "end": 484.52, "word": " we", "probability": 0.67626953125}, {"start": 484.52, "end": 484.52, "word": " used", "probability": 0.369140625}, {"start": 484.52, "end": 484.64, "word": " to", "probability": 0.939453125}, {"start": 484.64, "end": 484.76, "word": " create", "probability": 0.173095703125}, {"start": 484.76, "end": 484.92, "word": " a", "probability": 0.71728515625}, {"start": 484.92, "end": 485.22, "word": " toast", "probability": 0.8623046875}, {"start": 485.22, "end": 486.02, "word": " and", "probability": 0.479248046875}, {"start": 486.02, "end": 486.26, "word": " put", "probability": 0.35546875}, {"start": 486.26, "end": 486.36, "word": " it", "probability": 0.7705078125}, {"start": 486.36, "end": 486.42, "word": " in", "probability": 0.77294921875}, {"start": 486.42, "end": 486.56, "word": " a", "probability": 0.53125}, {"start": 486.56, "end": 486.92, "word": " variable,", "probability": 0.619140625}, {"start": 487.1, "end": 487.16, "word": " and", "probability": 0.53759765625}, {"start": 487.16, "end": 487.4, "word": " then", "probability": 0.55517578125}, {"start": 487.4, "end": 487.72, "word": " people", "probability": 0.3125}, {"start": 487.72, "end": 487.82, "word": " can", "probability": 0.161865234375}, {"start": 487.82, "end": 488.04, "word": " live", "probability": 0.257568359375}, {"start": 488.04, "end": 488.18, "word": " with", "probability": 0.37255859375}, {"start": 488.18, "end": 488.24, "word": " it.", "probability": 0.8037109375}, {"start": 488.58, "end": 488.78, "word": " This", "probability": 0.140625}, {"start": 488.78, "end": 488.94, "word": " time,", "probability": 0.78857421875}, {"start": 489.06, "end": 489.1, "word": " I", "probability": 0.8251953125}, {"start": 489.1, "end": 489.36, "word": " made", "probability": 0.344970703125}, {"start": 489.36, "end": 489.9, "word": " it", "probability": 0.7158203125}, {"start": 489.9, "end": 490.64, "word": " in", "probability": 0.3857421875}, {"start": 490.64, "end": 490.88, "word": " a", "probability": 0.418212890625}, {"start": 490.88, "end": 491.98, "word": " single", "probability": 0.2108154296875}, {"start": 491.98, "end": 491.98, "word": " line.", "probability": 0.80126953125}, {"start": 492.06, "end": 492.46, "word": " I", "probability": 0.42529296875}, {"start": 492.46, "end": 493.72, "word": " gradually", "probability": 0.255615234375}, {"start": 493.72, "end": 493.82, "word": " made", "probability": 0.2220458984375}, {"start": 493.82, "end": 493.86, "word": " it", "probability": 0.8056640625}, {"start": 493.86, "end": 494.06, "word": " so", "probability": 0.2332763671875}, {"start": 494.06, "end": 494.2, "word": " that", "probability": 0.595703125}, {"start": 494.2, "end": 494.3, "word": " you", "probability": 0.86572265625}, {"start": 494.3, "end": 494.3, "word": " can", "probability": 0.3759765625}, {"start": 494.3, "end": 494.48, "word": " understand", "probability": 0.732421875}, {"start": 494.48, "end": 494.8, "word": " it.", "probability": 0.275634765625}, {"start": 495.72, "end": 496.08, "word": " Of", "probability": 0.3486328125}, {"start": 496.08, "end": 498.06, "word": " course,", "probability": 0.96240234375}, {"start": 498.2, "end": 498.32, "word": " an", "probability": 0.2403564453125}, {"start": 498.32, "end": 498.32, "word": " important", "probability": 0.84033203125}, {"start": 498.32, "end": 498.52, "word": " point", "probability": 0.90283203125}, {"start": 498.52, "end": 498.92, "word": " is", "probability": 0.83251953125}, {"start": 498.92, "end": 499.0, "word": " that", "probability": 0.9345703125}, {"start": 499.0, "end": 499.32, "word": " toast", "probability": 0.404541015625}, {"start": 499.32, "end": 499.58, "word": " cannot", "probability": 0.421630859375}, {"start": 499.58, "end": 500.02, "word": " contain", "probability": 0.22216796875}, {"start": 500.02, "end": 500.66, "word": " anything", "probability": 0.83935546875}, {"start": 500.66, "end": 500.92, "word": " other", "probability": 0.366943359375}, {"start": 500.92, "end": 500.98, "word": " than", "probability": 0.9453125}, {"start": 500.98, "end": 501.26, "word": " text.", "probability": 0.5673828125}, {"start": 501.92, "end": 502.34, "word": " For", "probability": 0.242431640625}, {"start": 502.34, "end": 503.06, "word": " example,", "probability": 0.86376953125}, {"start": 503.06, "end": 503.06, "word": " if", "probability": 0.86669921875}, {"start": 503.06, "end": 503.06, "word": " it", "probability": 0.40869140625}, {"start": 503.06, "end": 503.06, "word": " contains", "probability": 0.57958984375}, {"start": 503.06, "end": 503.48, "word": " boolean", "probability": 0.7162272135416666}, {"start": 503.48, "end": 503.56, "word": " or", "probability": 0.9140625}, {"start": 503.56, "end": 503.88, "word": " integer,", "probability": 0.7490234375}, {"start": 503.96, "end": 504.04, "word": " I", "probability": 0.297607421875}, {"start": 504.04, "end": 504.2, "word": " make", "probability": 0.2099609375}, {"start": 504.2, "end": 504.32, "word": " an", "probability": 0.80029296875}, {"start": 504.32, "end": 504.5, "word": " error.", "probability": 0.890625}, {"start": 505.06, "end": 505.46, "word": " That", "probability": 0.413818359375}, {"start": 505.46, "end": 505.46, "word": " is", "probability": 0.57275390625}, {"start": 505.46, "end": 505.64, "word": " why", "probability": 0.9150390625}, {"start": 505.64, "end": 505.9, "word": " I", "probability": 0.96875}, {"start": 505.9, "end": 506.26, "word": " linked", "probability": 0.3486328125}, {"start": 506.26, "end": 506.46, "word": " it", "probability": 0.857421875}, {"start": 506.46, "end": 506.58, "word": " to", "probability": 0.72314453125}, {"start": 506.58, "end": 507.54, "word": " a", "probability": 0.74462890625}, {"start": 507.54, "end": 507.62, "word": " certain", "probability": 0.391845703125}, {"start": 507.62, "end": 507.78, "word": " text.", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 22, "seek": 57546, "start": 545.96, "end": 575.46, "text": " Okay, until it works This is for the action on the checkbox Of course, I can also change the characteristics of the checkbox programmatically For example, there is no attribute called checked Through the program, there are six checks and I can say true or false But the most important thing now is to show you how to do action Okay, now the radio button or radio group", "tokens": [1033, 11, 1826, 309, 1985, 639, 307, 337, 264, 3069, 322, 264, 1520, 4995, 2720, 1164, 11, 286, 393, 611, 1319, 264, 10891, 295, 264, 1520, 4995, 37648, 5030, 1171, 1365, 11, 456, 307, 572, 19667, 1219, 10033, 8927, 264, 1461, 11, 456, 366, 2309, 13834, 293, 286, 393, 584, 2074, 420, 7908, 583, 264, 881, 1021, 551, 586, 307, 281, 855, 291, 577, 281, 360, 3069, 1033, 11, 586, 264, 6477, 2960, 420, 6477, 1594], "avg_logprob": -0.472808432269406, "compression_ratio": 1.662162162162162, "no_speech_prob": 0.0, "words": [{"start": 545.96, "end": 546.28, "word": " Okay,", "probability": 0.0921630859375}, {"start": 546.34, "end": 546.54, "word": " until", "probability": 0.54296875}, {"start": 546.54, "end": 546.76, "word": " it", "probability": 0.849609375}, {"start": 546.76, "end": 547.08, "word": " works", "probability": 0.481689453125}, {"start": 547.08, "end": 548.02, "word": " This", "probability": 0.2247314453125}, {"start": 548.02, "end": 548.1, "word": " is", "probability": 0.8564453125}, {"start": 548.1, "end": 548.44, "word": " for", "probability": 0.4052734375}, {"start": 548.44, "end": 548.62, "word": " the", "probability": 0.3408203125}, {"start": 548.62, "end": 548.96, "word": " action", "probability": 0.646484375}, {"start": 548.96, "end": 549.14, "word": " on", "probability": 0.479248046875}, {"start": 549.14, "end": 549.24, "word": " the", "probability": 0.38671875}, {"start": 549.24, "end": 549.7, "word": " checkbox", "probability": 0.813720703125}, {"start": 549.7, "end": 550.76, "word": " Of", "probability": 0.70849609375}, {"start": 550.76, "end": 550.76, "word": " course,", "probability": 0.94677734375}, {"start": 550.88, "end": 550.88, "word": " I", "probability": 0.82177734375}, {"start": 550.88, "end": 551.1, "word": " can", "probability": 0.92138671875}, {"start": 551.1, "end": 551.54, "word": " also", "probability": 0.7998046875}, {"start": 551.54, "end": 554.32, "word": " change", "probability": 0.39208984375}, {"start": 554.32, "end": 554.48, "word": " the", "probability": 0.8095703125}, {"start": 554.48, "end": 554.76, "word": " characteristics", "probability": 0.286376953125}, {"start": 554.76, "end": 554.88, "word": " of", "probability": 0.93701171875}, {"start": 554.88, "end": 554.92, "word": " the", "probability": 0.71728515625}, {"start": 554.92, "end": 555.34, "word": " checkbox", "probability": 0.92822265625}, {"start": 555.34, "end": 555.34, "word": " programmatically", "probability": 0.621826171875}, {"start": 555.34, "end": 555.96, "word": " For", "probability": 0.5498046875}, {"start": 555.96, "end": 556.28, "word": " example,", "probability": 0.947265625}, {"start": 557.04, "end": 557.14, "word": " there", "probability": 0.81689453125}, {"start": 557.14, "end": 557.14, "word": " is", "probability": 0.79443359375}, {"start": 557.14, "end": 557.42, "word": " no", "probability": 0.7578125}, {"start": 557.42, "end": 557.94, "word": " attribute", "probability": 0.861328125}, {"start": 557.94, "end": 558.2, "word": " called", "probability": 0.5751953125}, {"start": 558.2, "end": 558.66, "word": " checked", "probability": 0.493408203125}, {"start": 558.66, "end": 562.26, "word": " Through", "probability": 0.1751708984375}, {"start": 562.26, "end": 563.02, "word": " the", "probability": 0.70947265625}, {"start": 563.02, "end": 563.26, "word": " program,", "probability": 0.56787109375}, {"start": 563.54, "end": 563.54, "word": " there", "probability": 0.76123046875}, {"start": 563.54, "end": 563.54, "word": " are", "probability": 0.7724609375}, {"start": 563.54, "end": 563.98, "word": " six", "probability": 0.55224609375}, {"start": 563.98, "end": 564.3, "word": " checks", "probability": 0.378173828125}, {"start": 564.3, "end": 564.5, "word": " and", "probability": 0.1929931640625}, {"start": 564.5, "end": 564.68, "word": " I", "probability": 0.5166015625}, {"start": 564.68, "end": 564.78, "word": " can", "probability": 0.94140625}, {"start": 564.78, "end": 565.0, "word": " say", "probability": 0.70654296875}, {"start": 565.0, "end": 565.3, "word": " true", "probability": 0.72802734375}, {"start": 565.3, "end": 565.94, "word": " or", "probability": 0.91796875}, {"start": 565.94, "end": 566.24, "word": " false", "probability": 0.9052734375}, {"start": 566.24, "end": 568.36, "word": " But", "probability": 0.55419921875}, {"start": 568.36, "end": 568.82, "word": " the", "probability": 0.5791015625}, {"start": 568.82, "end": 568.9, "word": " most", "probability": 0.8779296875}, {"start": 568.9, "end": 569.04, "word": " important", "probability": 0.876953125}, {"start": 569.04, "end": 569.2, "word": " thing", "probability": 0.89697265625}, {"start": 569.2, "end": 569.32, "word": " now", "probability": 0.24072265625}, {"start": 569.32, "end": 570.1, "word": " is", "probability": 0.75634765625}, {"start": 570.1, "end": 570.24, "word": " to", "probability": 0.7060546875}, {"start": 570.24, "end": 570.44, "word": " show", "probability": 0.9150390625}, {"start": 570.44, "end": 570.58, "word": " you", "probability": 0.93359375}, {"start": 570.58, "end": 570.68, "word": " how", "probability": 0.94140625}, {"start": 570.68, "end": 570.74, "word": " to", "probability": 0.89697265625}, {"start": 570.74, "end": 570.86, "word": " do", "probability": 0.609375}, {"start": 570.86, "end": 571.3, "word": " action", "probability": 0.53076171875}, {"start": 571.3, "end": 572.5, "word": " Okay,", "probability": 0.505859375}, {"start": 572.64, "end": 572.84, "word": " now", "probability": 0.77587890625}, {"start": 572.84, "end": 573.06, "word": " the", "probability": 0.487548828125}, {"start": 573.06, "end": 573.4, "word": " radio", "probability": 0.91064453125}, {"start": 573.4, "end": 574.8, "word": " button", "probability": 0.41552734375}, {"start": 574.8, "end": 575.0, "word": " or", "probability": 0.525390625}, {"start": 575.0, "end": 575.2, "word": " radio", "probability": 0.81298828125}, {"start": 575.2, "end": 575.46, "word": " group", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 23, "seek": 59854, "start": 576.79, "end": 598.55, "text": " Now, what do we do with it? More than dealing with the radio battery, you can do action on the radio battery or action on the radio group. I prefer to work on whom? On the whole radio group. To do action on it and it tells me which element I have chosen. Okay, so that's why we started doing action on the radio group.", "tokens": [823, 11, 437, 360, 321, 360, 365, 309, 30, 5048, 813, 6260, 365, 264, 6477, 5809, 11, 291, 393, 360, 3069, 322, 264, 6477, 5809, 420, 3069, 322, 264, 6477, 1594, 13, 286, 4382, 281, 589, 322, 7101, 30, 1282, 264, 1379, 6477, 1594, 13, 1407, 360, 3069, 322, 309, 293, 309, 5112, 385, 597, 4478, 286, 362, 8614, 13, 1033, 11, 370, 300, 311, 983, 321, 1409, 884, 3069, 322, 264, 6477, 1594, 13], "avg_logprob": -0.489309214447674, "compression_ratio": 1.8022598870056497, "no_speech_prob": 0.0, "words": [{"start": 576.79, "end": 577.23, "word": " Now,", "probability": 0.403076171875}, {"start": 577.27, "end": 577.47, "word": " what", "probability": 0.72705078125}, {"start": 577.47, "end": 577.59, "word": " do", "probability": 0.277099609375}, {"start": 577.59, "end": 577.59, "word": " we", "probability": 0.7685546875}, {"start": 577.59, "end": 577.81, "word": " do", "probability": 0.485107421875}, {"start": 577.81, "end": 577.99, "word": " with", "probability": 0.2705078125}, {"start": 577.99, "end": 577.99, "word": " it?", "probability": 0.71533203125}, {"start": 578.03, "end": 578.25, "word": " More", "probability": 0.381591796875}, {"start": 578.25, "end": 578.39, "word": " than", "probability": 0.900390625}, {"start": 578.39, "end": 578.95, "word": " dealing", "probability": 0.28271484375}, {"start": 578.95, "end": 579.13, "word": " with", "probability": 0.8779296875}, {"start": 579.13, "end": 579.21, "word": " the", "probability": 0.34033203125}, {"start": 579.21, "end": 579.37, "word": " radio", "probability": 0.418212890625}, {"start": 579.37, "end": 579.61, "word": " battery,", "probability": 0.3212890625}, {"start": 579.69, "end": 579.75, "word": " you", "probability": 0.68994140625}, {"start": 579.75, "end": 579.91, "word": " can", "probability": 0.88671875}, {"start": 579.91, "end": 580.13, "word": " do", "probability": 0.5537109375}, {"start": 580.13, "end": 580.47, "word": " action", "probability": 0.74951171875}, {"start": 580.47, "end": 580.59, "word": " on", "probability": 0.53564453125}, {"start": 580.59, "end": 580.69, "word": " the", "probability": 0.71923828125}, {"start": 580.69, "end": 580.83, "word": " radio", "probability": 0.9736328125}, {"start": 580.83, "end": 581.07, "word": " battery", "probability": 0.9326171875}, {"start": 581.07, "end": 581.23, "word": " or", "probability": 0.47900390625}, {"start": 581.23, "end": 582.03, "word": " action", "probability": 0.68017578125}, {"start": 582.03, "end": 582.23, "word": " on", "probability": 0.90087890625}, {"start": 582.23, "end": 583.11, "word": " the", "probability": 0.849609375}, {"start": 583.11, "end": 583.27, "word": " radio", "probability": 0.7734375}, {"start": 583.27, "end": 583.67, "word": " group.", "probability": 0.96484375}, {"start": 583.97, "end": 584.19, "word": " I", "probability": 0.87890625}, {"start": 584.19, "end": 584.55, "word": " prefer", "probability": 0.87255859375}, {"start": 584.55, "end": 584.67, "word": " to", "probability": 0.8076171875}, {"start": 584.67, "end": 584.79, "word": " work", "probability": 0.26220703125}, {"start": 584.79, "end": 584.95, "word": " on", "probability": 0.82080078125}, {"start": 584.95, "end": 585.17, "word": " whom?", "probability": 0.62255859375}, {"start": 585.67, "end": 585.97, "word": " On", "probability": 0.69677734375}, {"start": 585.97, "end": 586.01, "word": " the", "probability": 0.86962890625}, {"start": 586.01, "end": 586.01, "word": " whole", "probability": 0.3876953125}, {"start": 586.01, "end": 586.17, "word": " radio", "probability": 0.9541015625}, {"start": 586.17, "end": 586.55, "word": " group.", "probability": 0.97412109375}, {"start": 587.33, "end": 587.47, "word": " To", "probability": 0.4921875}, {"start": 587.47, "end": 587.69, "word": " do", "probability": 0.57666015625}, {"start": 587.69, "end": 588.45, "word": " action", "probability": 0.755859375}, {"start": 588.45, "end": 588.45, "word": " on", "probability": 0.85498046875}, {"start": 588.45, "end": 588.45, "word": " it", "probability": 0.64697265625}, {"start": 588.45, "end": 588.69, "word": " and", "probability": 0.55859375}, {"start": 588.69, "end": 588.85, "word": " it", "probability": 0.83251953125}, {"start": 588.85, "end": 589.29, "word": " tells", "probability": 0.4150390625}, {"start": 589.29, "end": 589.53, "word": " me", "probability": 0.943359375}, {"start": 589.53, "end": 589.77, "word": " which", "probability": 0.51708984375}, {"start": 589.77, "end": 590.17, "word": " element", "probability": 0.86767578125}, {"start": 590.17, "end": 591.39, "word": " I", "probability": 0.802734375}, {"start": 591.39, "end": 591.47, "word": " have", "probability": 0.303955078125}, {"start": 591.47, "end": 591.71, "word": " chosen.", "probability": 0.8515625}, {"start": 595.87, "end": 596.31, "word": " Okay,", "probability": 0.26318359375}, {"start": 596.51, "end": 596.69, "word": " so", "probability": 0.499755859375}, {"start": 596.69, "end": 596.95, "word": " that's", "probability": 0.54864501953125}, {"start": 596.95, "end": 596.95, "word": " why", "probability": 0.90966796875}, {"start": 596.95, "end": 597.13, "word": " we", "probability": 0.58740234375}, {"start": 597.13, "end": 597.25, "word": " started", "probability": 0.53125}, {"start": 597.25, "end": 597.59, "word": " doing", "probability": 0.56689453125}, {"start": 597.59, "end": 597.91, "word": " action", "probability": 0.84326171875}, {"start": 597.91, "end": 598.05, "word": " on", "probability": 0.931640625}, {"start": 598.05, "end": 598.09, "word": " the", "probability": 0.8056640625}, {"start": 598.09, "end": 598.27, "word": " radio", "probability": 0.97900390625}, {"start": 598.27, "end": 598.55, "word": " group.", "probability": 0.97412109375}], "temperature": 1.0}, {"id": 24, "seek": 62421, "start": 601.81, "end": 624.21, "text": " This is a ready group called rgfindviewbyidr.id.gendergroup Because this application worked, if I click on Arabic, what does it print for me? True The goal is to know if I learned the answer or not", "tokens": [639, 307, 257, 1401, 88, 1594, 1219, 367, 70, 35072, 1759, 2322, 327, 81, 13, 327, 13, 22174, 17377, 1436, 341, 3861, 2732, 11, 498, 286, 2052, 322, 19938, 11, 437, 775, 309, 4482, 337, 385, 30, 13587, 440, 3387, 307, 281, 458, 498, 286, 3264, 264, 1867, 420, 406], "avg_logprob": -0.49019607843137253, "compression_ratio": 1.337837837837838, "no_speech_prob": 0.0, "words": [{"start": 601.81, "end": 602.09, "word": " This", "probability": 0.28955078125}, {"start": 602.09, "end": 602.13, "word": " is", "probability": 0.826171875}, {"start": 602.13, "end": 602.21, "word": " a", "probability": 0.55908203125}, {"start": 602.21, "end": 602.41, "word": " ready", "probability": 0.46380615234375}, {"start": 602.41, "end": 602.75, "word": " group", "probability": 0.908203125}, {"start": 602.75, "end": 603.25, "word": " called", "probability": 0.12054443359375}, {"start": 603.25, "end": 606.73, "word": " rgfindviewbyidr", "probability": 0.6880929129464286}, {"start": 606.73, "end": 607.47, "word": ".id", "probability": 0.9716796875}, {"start": 607.47, "end": 610.47, "word": ".gendergroup", "probability": 0.8907877604166666}, {"start": 610.47, "end": 616.41, "word": " Because", "probability": 0.454345703125}, {"start": 616.41, "end": 616.63, "word": " this", "probability": 0.79052734375}, {"start": 616.63, "end": 616.93, "word": " application", "probability": 0.69970703125}, {"start": 616.93, "end": 617.29, "word": " worked,", "probability": 0.38916015625}, {"start": 617.43, "end": 617.53, "word": " if", "probability": 0.70703125}, {"start": 617.53, "end": 617.81, "word": " I", "probability": 0.91259765625}, {"start": 617.81, "end": 618.31, "word": " click", "probability": 0.472900390625}, {"start": 618.31, "end": 618.63, "word": " on", "probability": 0.7578125}, {"start": 618.63, "end": 619.01, "word": " Arabic,", "probability": 0.58935546875}, {"start": 619.11, "end": 619.21, "word": " what", "probability": 0.29443359375}, {"start": 619.21, "end": 619.21, "word": " does", "probability": 0.390380859375}, {"start": 619.21, "end": 619.25, "word": " it", "probability": 0.398193359375}, {"start": 619.25, "end": 619.43, "word": " print", "probability": 0.8583984375}, {"start": 619.43, "end": 619.57, "word": " for", "probability": 0.2176513671875}, {"start": 619.57, "end": 619.83, "word": " me?", "probability": 0.92578125}, {"start": 620.15, "end": 620.67, "word": " True", "probability": 0.72509765625}, {"start": 620.67, "end": 621.79, "word": " The", "probability": 0.25146484375}, {"start": 621.79, "end": 622.05, "word": " goal", "probability": 0.67236328125}, {"start": 622.05, "end": 622.23, "word": " is", "probability": 0.845703125}, {"start": 622.23, "end": 622.27, "word": " to", "probability": 0.80810546875}, {"start": 622.27, "end": 622.59, "word": " know", "probability": 0.79931640625}, {"start": 622.59, "end": 622.87, "word": " if", "probability": 0.50830078125}, {"start": 622.87, "end": 623.11, "word": " I", "probability": 0.94287109375}, {"start": 623.11, "end": 623.49, "word": " learned", "probability": 0.468505859375}, {"start": 623.49, "end": 623.65, "word": " the", "probability": 0.59228515625}, {"start": 623.65, "end": 623.91, "word": " answer", "probability": 0.8984375}, {"start": 623.91, "end": 624.09, "word": " or", "probability": 0.93603515625}, {"start": 624.09, "end": 624.21, "word": " not", "probability": 0.9375}], "temperature": 1.0}, {"id": 25, "seek": 64901, "start": 628.29, "end": 649.01, "text": " Ok, rg. we also have set on check the change listener, like checkbox new on checked change listener But here be careful, it is a bit different, if you press any item", "tokens": [3477, 11, 367, 70, 13, 321, 611, 362, 992, 322, 1520, 264, 1319, 31569, 11, 411, 1520, 4995, 777, 322, 10033, 1319, 31569, 583, 510, 312, 5026, 11, 309, 307, 257, 857, 819, 11, 498, 291, 1886, 604, 3174], "avg_logprob": -0.6351562321186066, "compression_ratio": 1.4188034188034189, "no_speech_prob": 0.0, "words": [{"start": 628.29, "end": 628.67, "word": " Ok,", "probability": 0.2030029296875}, {"start": 629.07, "end": 629.71, "word": " rg.", "probability": 0.6326904296875}, {"start": 630.83, "end": 631.63, "word": " we", "probability": 0.10284423828125}, {"start": 631.63, "end": 631.91, "word": " also", "probability": 0.50048828125}, {"start": 631.91, "end": 631.91, "word": " have", "probability": 0.93017578125}, {"start": 631.91, "end": 633.21, "word": " set", "probability": 0.74072265625}, {"start": 633.21, "end": 633.61, "word": " on", "probability": 0.80078125}, {"start": 633.61, "end": 634.61, "word": " check", "probability": 0.31640625}, {"start": 634.61, "end": 634.81, "word": " the", "probability": 0.755859375}, {"start": 634.81, "end": 635.25, "word": " change", "probability": 0.8369140625}, {"start": 635.25, "end": 636.05, "word": " listener,", "probability": 0.7021484375}, {"start": 636.17, "end": 636.33, "word": " like", "probability": 0.59521484375}, {"start": 636.33, "end": 637.51, "word": " checkbox", "probability": 0.546142578125}, {"start": 637.51, "end": 638.69, "word": " new", "probability": 0.48046875}, {"start": 638.69, "end": 639.47, "word": " on", "probability": 0.94140625}, {"start": 639.47, "end": 640.51, "word": " checked", "probability": 0.67822265625}, {"start": 640.51, "end": 641.19, "word": " change", "probability": 0.7578125}, {"start": 641.19, "end": 642.23, "word": " listener", "probability": 0.8359375}, {"start": 642.23, "end": 643.79, "word": " But", "probability": 0.28955078125}, {"start": 643.79, "end": 643.99, "word": " here", "probability": 0.323974609375}, {"start": 643.99, "end": 644.17, "word": " be", "probability": 0.1904296875}, {"start": 644.17, "end": 644.37, "word": " careful,", "probability": 0.69091796875}, {"start": 644.49, "end": 644.63, "word": " it", "probability": 0.46337890625}, {"start": 644.63, "end": 644.63, "word": " is", "probability": 0.5546875}, {"start": 644.63, "end": 644.67, "word": " a", "probability": 0.37890625}, {"start": 644.67, "end": 644.67, "word": " bit", "probability": 0.43115234375}, {"start": 644.67, "end": 644.91, "word": " different,", "probability": 0.85888671875}, {"start": 645.91, "end": 647.59, "word": " if", "probability": 0.8701171875}, {"start": 647.59, "end": 647.99, "word": " you", "probability": 0.806640625}, {"start": 647.99, "end": 648.21, "word": " press", "probability": 0.564453125}, {"start": 648.21, "end": 648.61, "word": " any", "probability": 0.57421875}, {"start": 648.61, "end": 649.01, "word": " item", "probability": 0.484130859375}], "temperature": 1.0}, {"id": 26, "seek": 67456, "start": 650.84, "end": 674.56, "text": "The checkbox used to bring me true or false. This one brings me checked ID, because the radio group has more than one element. And we know that each element on the screen has an ID. The radio button that you pressed, each one gets an ID. Someone says I didn't press ID, he automatically generates an ID if you don't give it to him. The idea is that he brought you the ID of the element that you clicked on.", "tokens": [2278, 1520, 4995, 1143, 281, 1565, 385, 2074, 420, 7908, 13, 639, 472, 5607, 385, 10033, 7348, 11, 570, 264, 6477, 1594, 575, 544, 813, 472, 4478, 13, 400, 321, 458, 300, 1184, 4478, 322, 264, 2568, 575, 364, 7348, 13, 440, 6477, 2960, 300, 291, 17355, 11, 1184, 472, 2170, 364, 7348, 13, 8734, 1619, 286, 994, 380, 1886, 7348, 11, 415, 6772, 23815, 364, 7348, 498, 291, 500, 380, 976, 309, 281, 796, 13, 440, 1558, 307, 300, 415, 3038, 291, 264, 7348, 295, 264, 4478, 300, 291, 23370, 322, 13], "avg_logprob": -0.47107712068456287, "compression_ratio": 1.7130801687763713, "no_speech_prob": 0.0, "words": [{"start": 650.84, "end": 651.24, "word": "The", "probability": 0.61279296875}, {"start": 651.24, "end": 651.64, "word": " checkbox", "probability": 0.75146484375}, {"start": 651.64, "end": 651.88, "word": " used", "probability": 0.27099609375}, {"start": 651.88, "end": 651.94, "word": " to", "probability": 0.97607421875}, {"start": 651.94, "end": 652.1, "word": " bring", "probability": 0.360107421875}, {"start": 652.1, "end": 652.3, "word": " me", "probability": 0.280029296875}, {"start": 652.3, "end": 652.6, "word": " true", "probability": 0.59375}, {"start": 652.6, "end": 652.72, "word": " or", "probability": 0.841796875}, {"start": 652.72, "end": 653.08, "word": " false.", "probability": 0.9169921875}, {"start": 653.24, "end": 653.6, "word": " This", "probability": 0.441650390625}, {"start": 653.6, "end": 653.66, "word": " one", "probability": 0.33349609375}, {"start": 653.66, "end": 653.84, "word": " brings", "probability": 0.58251953125}, {"start": 653.84, "end": 654.04, "word": " me", "probability": 0.85693359375}, {"start": 654.04, "end": 655.06, "word": " checked", "probability": 0.26123046875}, {"start": 655.06, "end": 655.5, "word": " ID,", "probability": 0.884765625}, {"start": 656.14, "end": 656.5, "word": " because", "probability": 0.64013671875}, {"start": 656.5, "end": 656.66, "word": " the", "probability": 0.54541015625}, {"start": 656.66, "end": 656.88, "word": " radio", "probability": 0.84375}, {"start": 656.88, "end": 657.12, "word": " group", "probability": 0.9541015625}, {"start": 657.12, "end": 657.3, "word": " has", "probability": 0.802734375}, {"start": 657.3, "end": 657.64, "word": " more", "probability": 0.8515625}, {"start": 657.64, "end": 657.72, "word": " than", "probability": 0.79638671875}, {"start": 657.72, "end": 657.9, "word": " one", "probability": 0.84228515625}, {"start": 657.9, "end": 658.12, "word": " element.", "probability": 0.6416015625}, {"start": 658.68, "end": 658.84, "word": " And", "probability": 0.55224609375}, {"start": 658.84, "end": 658.98, "word": " we", "probability": 0.88037109375}, {"start": 658.98, "end": 659.34, "word": " know", "probability": 0.79931640625}, {"start": 659.34, "end": 659.6, "word": " that", "probability": 0.8720703125}, {"start": 659.6, "end": 659.8, "word": " each", "probability": 0.515625}, {"start": 659.8, "end": 660.04, "word": " element", "probability": 0.9208984375}, {"start": 660.04, "end": 660.2, "word": " on", "probability": 0.67822265625}, {"start": 660.2, "end": 660.3, "word": " the", "probability": 0.86279296875}, {"start": 660.3, "end": 660.42, "word": " screen", "probability": 0.83251953125}, {"start": 660.42, "end": 660.6, "word": " has", "probability": 0.92431640625}, {"start": 660.6, "end": 660.72, "word": " an", "probability": 0.7841796875}, {"start": 660.72, "end": 660.88, "word": " ID.", "probability": 0.97119140625}, {"start": 661.04, "end": 661.16, "word": " The", "probability": 0.5751953125}, {"start": 661.16, "end": 661.46, "word": " radio", "probability": 0.77880859375}, {"start": 661.46, "end": 661.88, "word": " button", "probability": 0.83056640625}, {"start": 661.88, "end": 662.92, "word": " that", "probability": 0.50048828125}, {"start": 662.92, "end": 663.1, "word": " you", "probability": 0.830078125}, {"start": 663.1, "end": 663.36, "word": " pressed,", "probability": 0.1519775390625}, {"start": 663.52, "end": 663.66, "word": " each", "probability": 0.5888671875}, {"start": 663.66, "end": 663.84, "word": " one", "probability": 0.64501953125}, {"start": 663.84, "end": 664.02, "word": " gets", "probability": 0.281494140625}, {"start": 664.02, "end": 664.22, "word": " an", "probability": 0.86572265625}, {"start": 664.22, "end": 664.36, "word": " ID.", "probability": 0.97265625}, {"start": 664.54, "end": 664.7, "word": " Someone", "probability": 0.301025390625}, {"start": 664.7, "end": 664.9, "word": " says", "probability": 0.302978515625}, {"start": 664.9, "end": 665.04, "word": " I", "probability": 0.373291015625}, {"start": 665.04, "end": 665.12, "word": " didn't", "probability": 0.777587890625}, {"start": 665.12, "end": 665.3, "word": " press", "probability": 0.69580078125}, {"start": 665.3, "end": 665.8, "word": " ID,", "probability": 0.266357421875}, {"start": 665.98, "end": 666.2, "word": " he", "probability": 0.329833984375}, {"start": 666.2, "end": 666.72, "word": " automatically", "probability": 0.640625}, {"start": 666.72, "end": 667.34, "word": " generates", "probability": 0.79541015625}, {"start": 667.34, "end": 667.54, "word": " an", "probability": 0.4189453125}, {"start": 667.54, "end": 667.7, "word": " ID", "probability": 0.982421875}, {"start": 667.7, "end": 667.86, "word": " if", "probability": 0.6044921875}, {"start": 667.86, "end": 668.06, "word": " you", "probability": 0.93701171875}, {"start": 668.06, "end": 668.2, "word": " don't", "probability": 0.7344970703125}, {"start": 668.2, "end": 668.48, "word": " give", "probability": 0.67626953125}, {"start": 668.48, "end": 668.56, "word": " it", "probability": 0.340087890625}, {"start": 668.56, "end": 668.56, "word": " to", "probability": 0.89794921875}, {"start": 668.56, "end": 669.0, "word": " him.", "probability": 0.93115234375}, {"start": 669.44, "end": 669.84, "word": " The", "probability": 0.489013671875}, {"start": 669.84, "end": 670.08, "word": " idea", "probability": 0.8759765625}, {"start": 670.08, "end": 670.26, "word": " is", "probability": 0.884765625}, {"start": 670.26, "end": 670.28, "word": " that", "probability": 0.8720703125}, {"start": 670.28, "end": 670.42, "word": " he", "probability": 0.40185546875}, {"start": 670.42, "end": 670.64, "word": " brought", "probability": 0.53173828125}, {"start": 670.64, "end": 670.84, "word": " you", "probability": 0.77099609375}, {"start": 670.84, "end": 670.9, "word": " the", "probability": 0.81298828125}, {"start": 670.9, "end": 671.32, "word": " ID", "probability": 0.89697265625}, {"start": 671.32, "end": 672.6, "word": " of", "probability": 0.919921875}, {"start": 672.6, "end": 673.18, "word": " the", "probability": 0.8759765625}, {"start": 673.18, "end": 673.18, "word": " element", "probability": 0.93505859375}, {"start": 673.18, "end": 673.88, "word": " that", "probability": 0.568359375}, {"start": 673.88, "end": 674.06, "word": " you", "probability": 0.96435546875}, {"start": 674.06, "end": 674.36, "word": " clicked", "probability": 0.187255859375}, {"start": 674.36, "end": 674.56, "word": " on.", "probability": 0.8359375}], "temperature": 1.0}, {"id": 27, "seek": 69517, "start": 676.75, "end": 695.17, "text": "Okay, I don't want the ID of the element, I want to get the text, I have a radio group and they have a radio button and a radio button and this one has a text written female and this one has a text written male and that one female. So the first thing I want to get is the radio button and from there I get the text.", "tokens": [8297, 11, 286, 500, 380, 528, 264, 7348, 295, 264, 4478, 11, 286, 528, 281, 483, 264, 2487, 11, 286, 362, 257, 6477, 1594, 293, 436, 362, 257, 6477, 2960, 293, 257, 6477, 2960, 293, 341, 472, 575, 257, 2487, 3720, 6556, 293, 341, 472, 575, 257, 2487, 3720, 7133, 293, 300, 472, 6556, 13, 407, 264, 700, 551, 286, 528, 281, 483, 307, 264, 6477, 2960, 293, 490, 456, 286, 483, 264, 2487, 13], "avg_logprob": -0.4683388102995722, "compression_ratio": 2.0454545454545454, "no_speech_prob": 0.0, "words": [{"start": 676.75, "end": 677.11, "word": "Okay,", "probability": 0.51513671875}, {"start": 677.11, "end": 677.47, "word": " I", "probability": 0.45556640625}, {"start": 677.47, "end": 677.99, "word": " don't", "probability": 0.874267578125}, {"start": 677.99, "end": 678.21, "word": " want", "probability": 0.7265625}, {"start": 678.21, "end": 678.37, "word": " the", "probability": 0.58984375}, {"start": 678.37, "end": 678.59, "word": " ID", "probability": 0.29443359375}, {"start": 678.59, "end": 678.79, "word": " of", "probability": 0.685546875}, {"start": 678.79, "end": 678.87, "word": " the", "probability": 0.810546875}, {"start": 678.87, "end": 679.05, "word": " element,", "probability": 0.1563720703125}, {"start": 679.17, "end": 679.25, "word": " I", "probability": 0.90185546875}, {"start": 679.25, "end": 679.39, "word": " want", "probability": 0.78564453125}, {"start": 679.39, "end": 679.49, "word": " to", "probability": 0.73291015625}, {"start": 679.49, "end": 679.63, "word": " get", "probability": 0.5556640625}, {"start": 679.63, "end": 679.77, "word": " the", "probability": 0.77880859375}, {"start": 679.77, "end": 679.95, "word": " text,", "probability": 0.89501953125}, {"start": 680.27, "end": 680.83, "word": " I", "probability": 0.381103515625}, {"start": 680.83, "end": 681.23, "word": " have", "probability": 0.86865234375}, {"start": 681.23, "end": 681.33, "word": " a", "probability": 0.7314453125}, {"start": 681.33, "end": 681.53, "word": " radio", "probability": 0.89013671875}, {"start": 681.53, "end": 681.93, "word": " group", "probability": 0.95166015625}, {"start": 681.93, "end": 683.53, "word": " and", "probability": 0.340087890625}, {"start": 683.53, "end": 684.01, "word": " they", "probability": 0.302734375}, {"start": 684.01, "end": 684.91, "word": " have", "probability": 0.60888671875}, {"start": 684.91, "end": 685.49, "word": " a", "probability": 0.49853515625}, {"start": 685.49, "end": 685.77, "word": " radio", "probability": 0.9599609375}, {"start": 685.77, "end": 686.09, "word": " button", "probability": 0.89599609375}, {"start": 686.09, "end": 686.27, "word": " and", "probability": 0.546875}, {"start": 686.27, "end": 686.33, "word": " a", "probability": 0.402099609375}, {"start": 686.33, "end": 686.53, "word": " radio", "probability": 0.89013671875}, {"start": 686.53, "end": 686.83, "word": " button", "probability": 0.888671875}, {"start": 686.83, "end": 686.99, "word": " and", "probability": 0.556640625}, {"start": 686.99, "end": 687.21, "word": " this", "probability": 0.59619140625}, {"start": 687.21, "end": 687.27, "word": " one", "probability": 0.37451171875}, {"start": 687.27, "end": 687.39, "word": " has", "probability": 0.8935546875}, {"start": 687.39, "end": 687.47, "word": " a", "probability": 0.62158203125}, {"start": 687.47, "end": 687.73, "word": " text", "probability": 0.7861328125}, {"start": 687.73, "end": 688.15, "word": " written", "probability": 0.345458984375}, {"start": 688.15, "end": 688.49, "word": " female", "probability": 0.413818359375}, {"start": 688.49, "end": 688.71, "word": " and", "probability": 0.86181640625}, {"start": 688.71, "end": 688.81, "word": " this", "probability": 0.794921875}, {"start": 688.81, "end": 688.85, "word": " one", "probability": 0.77490234375}, {"start": 688.85, "end": 689.01, "word": " has", "probability": 0.810546875}, {"start": 689.01, "end": 689.13, "word": " a", "probability": 0.6689453125}, {"start": 689.13, "end": 689.41, "word": " text", "probability": 0.82470703125}, {"start": 689.41, "end": 689.99, "word": " written", "probability": 0.272216796875}, {"start": 689.99, "end": 690.31, "word": " male", "probability": 0.85595703125}, {"start": 690.31, "end": 690.39, "word": " and", "probability": 0.87939453125}, {"start": 690.39, "end": 690.57, "word": " that", "probability": 0.376708984375}, {"start": 690.57, "end": 690.87, "word": " one", "probability": 0.81494140625}, {"start": 690.87, "end": 691.17, "word": " female.", "probability": 0.41357421875}, {"start": 691.75, "end": 692.11, "word": " So", "probability": 0.5810546875}, {"start": 692.11, "end": 692.27, "word": " the", "probability": 0.3662109375}, {"start": 692.27, "end": 692.29, "word": " first", "probability": 0.88427734375}, {"start": 692.29, "end": 692.55, "word": " thing", "probability": 0.90380859375}, {"start": 692.55, "end": 692.71, "word": " I", "probability": 0.794921875}, {"start": 692.71, "end": 692.87, "word": " want", "probability": 0.71337890625}, {"start": 692.87, "end": 692.97, "word": " to", "probability": 0.71630859375}, {"start": 692.97, "end": 693.13, "word": " get", "probability": 0.497314453125}, {"start": 693.13, "end": 693.23, "word": " is", "probability": 0.84912109375}, {"start": 693.23, "end": 693.29, "word": " the", "probability": 0.8525390625}, {"start": 693.29, "end": 693.55, "word": " radio", "probability": 0.98046875}, {"start": 693.55, "end": 693.93, "word": " button", "probability": 0.884765625}, {"start": 693.93, "end": 694.45, "word": " and", "probability": 0.78076171875}, {"start": 694.45, "end": 694.51, "word": " from", "probability": 0.4443359375}, {"start": 694.51, "end": 694.65, "word": " there", "probability": 0.28173828125}, {"start": 694.65, "end": 694.71, "word": " I", "probability": 0.75537109375}, {"start": 694.71, "end": 694.85, "word": " get", "probability": 0.48291015625}, {"start": 694.85, "end": 694.99, "word": " the", "probability": 0.9169921875}, {"start": 694.99, "end": 695.17, "word": " text.", "probability": 0.97021484375}], "temperature": 1.0}, {"id": 28, "seek": 72484, "start": 697.12, "end": 724.84, "text": " But it didn't give me the radio button that I clicked on. What did it give me? The ID. If you have the ID for any element, can you get the element itself? Yes, how? Find view by ID. And to make it faster, let's go to the radio group itself and tell it to find view by ID. Why me? I mean, you could have done it right away and told it to find view by ID. That's fine. And what do you give it here? It checked ID. But it's better to do what?", "tokens": [583, 309, 994, 380, 976, 385, 264, 6477, 2960, 300, 286, 23370, 322, 13, 708, 630, 309, 976, 385, 30, 440, 7348, 13, 759, 291, 362, 264, 7348, 337, 604, 4478, 11, 393, 291, 483, 264, 4478, 2564, 30, 1079, 11, 577, 30, 11809, 1910, 538, 7348, 13, 400, 281, 652, 309, 4663, 11, 718, 311, 352, 281, 264, 6477, 1594, 2564, 293, 980, 309, 281, 915, 1910, 538, 7348, 13, 1545, 385, 30, 286, 914, 11, 291, 727, 362, 1096, 309, 558, 1314, 293, 1907, 309, 281, 915, 1910, 538, 7348, 13, 663, 311, 2489, 13, 400, 437, 360, 291, 976, 309, 510, 30, 467, 10033, 7348, 13, 583, 309, 311, 1101, 281, 360, 437, 30], "avg_logprob": -0.38930083533464854, "compression_ratio": 1.7391304347826086, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 697.12, "end": 697.38, "word": " But", "probability": 0.59033203125}, {"start": 697.38, "end": 697.54, "word": " it", "probability": 0.63671875}, {"start": 697.54, "end": 697.66, "word": " didn't", "probability": 0.7252197265625}, {"start": 697.66, "end": 697.84, "word": " give", "probability": 0.7158203125}, {"start": 697.84, "end": 698.02, "word": " me", "probability": 0.81787109375}, {"start": 698.02, "end": 698.1, "word": " the", "probability": 0.705078125}, {"start": 698.1, "end": 698.32, "word": " radio", "probability": 0.77783203125}, {"start": 698.32, "end": 698.6, "word": " button", "probability": 0.8740234375}, {"start": 698.6, "end": 698.78, "word": " that", "probability": 0.3837890625}, {"start": 698.78, "end": 698.92, "word": " I", "probability": 0.96826171875}, {"start": 698.92, "end": 699.14, "word": " clicked", "probability": 0.301513671875}, {"start": 699.14, "end": 699.34, "word": " on.", "probability": 0.7919921875}, {"start": 699.42, "end": 699.5, "word": " What", "probability": 0.1954345703125}, {"start": 699.5, "end": 699.5, "word": " did", "probability": 0.79150390625}, {"start": 699.5, "end": 699.5, "word": " it", "probability": 0.88818359375}, {"start": 699.5, "end": 699.64, "word": " give", "probability": 0.8701171875}, {"start": 699.64, "end": 699.78, "word": " me?", "probability": 0.92724609375}, {"start": 700.5, "end": 700.86, "word": " The", "probability": 0.68310546875}, {"start": 700.86, "end": 701.12, "word": " ID.", "probability": 0.84375}, {"start": 701.68, "end": 701.96, "word": " If", "probability": 0.90673828125}, {"start": 701.96, "end": 702.26, "word": " you", "probability": 0.96142578125}, {"start": 702.26, "end": 702.26, "word": " have", "probability": 0.896484375}, {"start": 702.26, "end": 702.38, "word": " the", "probability": 0.69482421875}, {"start": 702.38, "end": 702.6, "word": " ID", "probability": 0.9345703125}, {"start": 702.6, "end": 702.76, "word": " for", "probability": 0.448486328125}, {"start": 702.76, "end": 702.88, "word": " any", "probability": 0.78515625}, {"start": 702.88, "end": 703.16, "word": " element,", "probability": 0.517578125}, {"start": 703.26, "end": 703.38, "word": " can", "probability": 0.481201171875}, {"start": 703.38, "end": 703.62, "word": " you", "probability": 0.95947265625}, {"start": 703.62, "end": 703.74, "word": " get", "probability": 0.45166015625}, {"start": 703.74, "end": 703.84, "word": " the", "probability": 0.7822265625}, {"start": 703.84, "end": 704.08, "word": " element", "probability": 0.74072265625}, {"start": 704.08, "end": 704.46, "word": " itself?", "probability": 0.51123046875}, {"start": 704.76, "end": 705.12, "word": " Yes,", "probability": 0.5390625}, {"start": 705.2, "end": 705.52, "word": " how?", "probability": 0.85888671875}, {"start": 706.54, "end": 706.9, "word": " Find", "probability": 0.771484375}, {"start": 706.9, "end": 707.12, "word": " view", "probability": 0.259033203125}, {"start": 707.12, "end": 707.28, "word": " by", "probability": 0.9697265625}, {"start": 707.28, "end": 707.6, "word": " ID.", "probability": 0.9501953125}, {"start": 708.58, "end": 708.64, "word": " And", "probability": 0.517578125}, {"start": 708.64, "end": 708.9, "word": " to", "probability": 0.81884765625}, {"start": 708.9, "end": 709.14, "word": " make", "probability": 0.90234375}, {"start": 709.14, "end": 709.24, "word": " it", "probability": 0.88720703125}, {"start": 709.24, "end": 709.54, "word": " faster,", "probability": 0.716796875}, {"start": 709.88, "end": 710.06, "word": " let's", "probability": 0.7158203125}, {"start": 710.06, "end": 710.06, "word": " go", "probability": 0.7978515625}, {"start": 710.06, "end": 710.24, "word": " to", "probability": 0.86669921875}, {"start": 710.24, "end": 710.3, "word": " the", "probability": 0.86474609375}, {"start": 710.3, "end": 710.5, "word": " radio", "probability": 0.86328125}, {"start": 710.5, "end": 710.76, "word": " group", "probability": 0.96826171875}, {"start": 710.76, "end": 711.14, "word": " itself", "probability": 0.69287109375}, {"start": 711.14, "end": 712.0, "word": " and", "probability": 0.662109375}, {"start": 712.0, "end": 712.12, "word": " tell", "probability": 0.455078125}, {"start": 712.12, "end": 712.22, "word": " it", "probability": 0.798828125}, {"start": 712.22, "end": 712.36, "word": " to", "probability": 0.43115234375}, {"start": 712.36, "end": 712.44, "word": " find", "probability": 0.80517578125}, {"start": 712.44, "end": 712.82, "word": " view", "probability": 0.837890625}, {"start": 712.82, "end": 714.46, "word": " by", "probability": 0.93603515625}, {"start": 714.46, "end": 714.74, "word": " ID.", "probability": 0.97412109375}, {"start": 714.9, "end": 715.06, "word": " Why", "probability": 0.40771484375}, {"start": 715.06, "end": 715.24, "word": " me?", "probability": 0.6328125}, {"start": 715.38, "end": 715.44, "word": " I", "probability": 0.2166748046875}, {"start": 715.44, "end": 715.5, "word": " mean,", "probability": 0.787109375}, {"start": 715.66, "end": 715.7, "word": " you", "probability": 0.87890625}, {"start": 715.7, "end": 716.16, "word": " could", "probability": 0.7578125}, {"start": 716.16, "end": 716.4, "word": " have", "probability": 0.57275390625}, {"start": 716.4, "end": 716.7, "word": " done", "probability": 0.1976318359375}, {"start": 716.7, "end": 716.8, "word": " it", "probability": 0.74853515625}, {"start": 716.8, "end": 717.06, "word": " right", "probability": 0.47998046875}, {"start": 717.06, "end": 717.16, "word": " away", "probability": 0.8828125}, {"start": 717.16, "end": 717.28, "word": " and", "probability": 0.64892578125}, {"start": 717.28, "end": 717.4, "word": " told", "probability": 0.442138671875}, {"start": 717.4, "end": 717.48, "word": " it", "probability": 0.83056640625}, {"start": 717.48, "end": 717.6, "word": " to", "probability": 0.6455078125}, {"start": 717.6, "end": 717.7, "word": " find", "probability": 0.89990234375}, {"start": 717.7, "end": 717.94, "word": " view", "probability": 0.86328125}, {"start": 717.94, "end": 718.12, "word": " by", "probability": 0.962890625}, {"start": 718.12, "end": 718.32, "word": " ID.", "probability": 0.97705078125}, {"start": 718.4, "end": 718.54, "word": " That's", "probability": 0.30108642578125}, {"start": 718.54, "end": 718.64, "word": " fine.", "probability": 0.414794921875}, {"start": 718.88, "end": 718.92, "word": " And", "probability": 0.68359375}, {"start": 718.92, "end": 719.06, "word": " what", "probability": 0.6201171875}, {"start": 719.06, "end": 719.06, "word": " do", "probability": 0.43212890625}, {"start": 719.06, "end": 719.06, "word": " you", "probability": 0.93603515625}, {"start": 719.06, "end": 719.18, "word": " give", "probability": 0.79248046875}, {"start": 719.18, "end": 719.34, "word": " it", "probability": 0.77783203125}, {"start": 719.34, "end": 719.74, "word": " here?", "probability": 0.609375}, {"start": 720.36, "end": 720.72, "word": " It", "probability": 0.445556640625}, {"start": 720.72, "end": 720.92, "word": " checked", "probability": 0.396240234375}, {"start": 720.92, "end": 721.22, "word": " ID.", "probability": 0.7607421875}, {"start": 723.16, "end": 723.52, "word": " But", "probability": 0.916015625}, {"start": 723.52, "end": 723.66, "word": " it's", "probability": 0.697509765625}, {"start": 723.66, "end": 723.88, "word": " better", "probability": 0.8349609375}, {"start": 723.88, "end": 724.1, "word": " to", "probability": 0.368408203125}, {"start": 724.1, "end": 724.44, "word": " do", "probability": 0.71728515625}, {"start": 724.44, "end": 724.84, "word": " what?", "probability": 0.6044921875}], "temperature": 1.0}, {"id": 29, "seek": 75539, "start": 726.15, "end": 755.39, "text": " It's like I'm looking for something in the radio group itself, so that it doesn't take away from me. Okay? I know that I've learned where it is. Yes, in the radio group. This is my ID. Either I get the ID from the R, or I get it from the action itself. It tells me what the ID is that is pressed on it. So, I know the ID, I get the answer. Here, of course, I put it in the final, so that it works. And this is here, this is Radio Baton RB.", "tokens": [467, 311, 411, 286, 478, 1237, 337, 746, 294, 264, 6477, 1594, 2564, 11, 370, 300, 309, 1177, 380, 747, 1314, 490, 385, 13, 1033, 30, 286, 458, 300, 286, 600, 3264, 689, 309, 307, 13, 1079, 11, 294, 264, 6477, 1594, 13, 639, 307, 452, 7348, 13, 13746, 286, 483, 264, 7348, 490, 264, 497, 11, 420, 286, 483, 309, 490, 264, 3069, 2564, 13, 467, 5112, 385, 437, 264, 7348, 307, 300, 307, 17355, 322, 309, 13, 407, 11, 286, 458, 264, 7348, 11, 286, 483, 264, 1867, 13, 1692, 11, 295, 1164, 11, 286, 829, 309, 294, 264, 2572, 11, 370, 300, 309, 1985, 13, 400, 341, 307, 510, 11, 341, 307, 17296, 10066, 266, 40302, 13], "avg_logprob": -0.5568181975813936, "compression_ratio": 1.71875, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 726.15, "end": 726.51, "word": " It's", "probability": 0.418212890625}, {"start": 726.51, "end": 726.61, "word": " like", "probability": 0.77880859375}, {"start": 726.61, "end": 726.87, "word": " I'm", "probability": 0.5491943359375}, {"start": 726.87, "end": 727.03, "word": " looking", "probability": 0.255859375}, {"start": 727.03, "end": 727.11, "word": " for", "probability": 0.8056640625}, {"start": 727.11, "end": 727.43, "word": " something", "probability": 0.205078125}, {"start": 727.43, "end": 728.57, "word": " in", "probability": 0.56787109375}, {"start": 728.57, "end": 728.67, "word": " the", "probability": 0.689453125}, {"start": 728.67, "end": 728.83, "word": " radio", "probability": 0.56982421875}, {"start": 728.83, "end": 729.07, "word": " group", "probability": 0.8427734375}, {"start": 729.07, "end": 729.29, "word": " itself,", "probability": 0.457763671875}, {"start": 729.39, "end": 729.45, "word": " so", "probability": 0.568359375}, {"start": 729.45, "end": 729.53, "word": " that", "probability": 0.42529296875}, {"start": 729.53, "end": 729.57, "word": " it", "probability": 0.6220703125}, {"start": 729.57, "end": 729.59, "word": " doesn't", "probability": 0.78857421875}, {"start": 729.59, "end": 729.75, "word": " take", "probability": 0.301025390625}, {"start": 729.75, "end": 729.89, "word": " away", "probability": 0.189208984375}, {"start": 729.89, "end": 730.23, "word": " from", "probability": 0.1832275390625}, {"start": 730.23, "end": 730.23, "word": " me.", "probability": 0.529296875}, {"start": 730.61, "end": 730.89, "word": " Okay?", "probability": 0.154296875}, {"start": 731.15, "end": 731.41, "word": " I", "probability": 0.62060546875}, {"start": 731.41, "end": 732.05, "word": " know", "probability": 0.5859375}, {"start": 732.05, "end": 732.21, "word": " that", "probability": 0.63037109375}, {"start": 732.21, "end": 732.35, "word": " I've", "probability": 0.4888916015625}, {"start": 732.35, "end": 732.63, "word": " learned", "probability": 0.496826171875}, {"start": 732.63, "end": 732.87, "word": " where", "probability": 0.4443359375}, {"start": 732.87, "end": 732.93, "word": " it", "probability": 0.6845703125}, {"start": 732.93, "end": 733.21, "word": " is.", "probability": 0.67333984375}, {"start": 733.79, "end": 734.15, "word": " Yes,", "probability": 0.5244140625}, {"start": 734.15, "end": 734.31, "word": " in", "probability": 0.80908203125}, {"start": 734.31, "end": 734.37, "word": " the", "probability": 0.86865234375}, {"start": 734.37, "end": 734.51, "word": " radio", "probability": 0.9638671875}, {"start": 734.51, "end": 734.77, "word": " group.", "probability": 0.974609375}, {"start": 735.23, "end": 735.59, "word": " This", "probability": 0.78857421875}, {"start": 735.59, "end": 735.65, "word": " is", "probability": 0.9375}, {"start": 735.65, "end": 735.75, "word": " my", "probability": 0.384033203125}, {"start": 735.75, "end": 735.99, "word": " ID.", "probability": 0.9052734375}, {"start": 738.21, "end": 738.57, "word": " Either", "probability": 0.409423828125}, {"start": 738.57, "end": 738.73, "word": " I", "probability": 0.86669921875}, {"start": 738.73, "end": 738.87, "word": " get", "probability": 0.60888671875}, {"start": 738.87, "end": 738.89, "word": " the", "probability": 0.27392578125}, {"start": 738.89, "end": 738.89, "word": " ID", "probability": 0.91552734375}, {"start": 738.89, "end": 739.03, "word": " from", "probability": 0.452880859375}, {"start": 739.03, "end": 739.43, "word": " the", "probability": 0.42626953125}, {"start": 739.43, "end": 739.73, "word": " R,", "probability": 0.7197265625}, {"start": 740.15, "end": 741.01, "word": " or", "probability": 0.87109375}, {"start": 741.01, "end": 741.29, "word": " I", "probability": 0.475341796875}, {"start": 741.29, "end": 741.37, "word": " get", "probability": 0.7880859375}, {"start": 741.37, "end": 741.49, "word": " it", "probability": 0.8115234375}, {"start": 741.49, "end": 741.57, "word": " from", "probability": 0.681640625}, {"start": 741.57, "end": 741.91, "word": " the", "probability": 0.82275390625}, {"start": 741.91, "end": 742.49, "word": " action", "probability": 0.77099609375}, {"start": 742.49, "end": 742.75, "word": " itself.", "probability": 0.65625}, {"start": 742.81, "end": 743.01, "word": " It", "probability": 0.424560546875}, {"start": 743.01, "end": 743.01, "word": " tells", "probability": 0.54443359375}, {"start": 743.01, "end": 743.11, "word": " me", "probability": 0.94482421875}, {"start": 743.11, "end": 743.25, "word": " what", "probability": 0.59130859375}, {"start": 743.25, "end": 743.31, "word": " the", "probability": 0.30810546875}, {"start": 743.31, "end": 743.51, "word": " ID", "probability": 0.65087890625}, {"start": 743.51, "end": 743.61, "word": " is", "probability": 0.31494140625}, {"start": 743.61, "end": 743.61, "word": " that", "probability": 0.413330078125}, {"start": 743.61, "end": 743.69, "word": " is", "probability": 0.194580078125}, {"start": 743.69, "end": 743.85, "word": " pressed", "probability": 0.3427734375}, {"start": 743.85, "end": 744.07, "word": " on", "probability": 0.76220703125}, {"start": 744.07, "end": 744.21, "word": " it.", "probability": 0.6845703125}, {"start": 744.45, "end": 744.69, "word": " So,", "probability": 0.60888671875}, {"start": 744.71, "end": 744.79, "word": " I", "probability": 0.9453125}, {"start": 744.79, "end": 744.97, "word": " know", "probability": 0.86962890625}, {"start": 744.97, "end": 745.11, "word": " the", "probability": 0.83447265625}, {"start": 745.11, "end": 745.31, "word": " ID,", "probability": 0.966796875}, {"start": 745.37, "end": 745.49, "word": " I", "probability": 0.7041015625}, {"start": 745.49, "end": 745.59, "word": " get", "probability": 0.8466796875}, {"start": 745.59, "end": 745.71, "word": " the", "probability": 0.896484375}, {"start": 745.71, "end": 745.97, "word": " answer.", "probability": 0.96533203125}, {"start": 746.81, "end": 747.09, "word": " Here,", "probability": 0.578125}, {"start": 747.17, "end": 747.33, "word": " of", "probability": 0.7802734375}, {"start": 747.33, "end": 747.33, "word": " course,", "probability": 0.962890625}, {"start": 747.37, "end": 747.45, "word": " I", "probability": 0.94287109375}, {"start": 747.45, "end": 747.61, "word": " put", "probability": 0.642578125}, {"start": 747.61, "end": 747.75, "word": " it", "probability": 0.1552734375}, {"start": 747.75, "end": 747.83, "word": " in", "probability": 0.67236328125}, {"start": 747.83, "end": 747.89, "word": " the", "probability": 0.490234375}, {"start": 747.89, "end": 748.17, "word": " final,", "probability": 0.447998046875}, {"start": 748.23, "end": 748.43, "word": " so", "probability": 0.603515625}, {"start": 748.43, "end": 748.67, "word": " that", "probability": 0.80810546875}, {"start": 748.67, "end": 749.43, "word": " it", "probability": 0.92919921875}, {"start": 749.43, "end": 749.71, "word": " works.", "probability": 0.7138671875}, {"start": 750.37, "end": 750.73, "word": " And", "probability": 0.767578125}, {"start": 750.73, "end": 750.91, "word": " this", "probability": 0.376953125}, {"start": 750.91, "end": 750.93, "word": " is", "probability": 0.568359375}, {"start": 750.93, "end": 751.19, "word": " here,", "probability": 0.380859375}, {"start": 751.33, "end": 751.55, "word": " this", "probability": 0.7353515625}, {"start": 751.55, "end": 751.61, "word": " is", "probability": 0.93115234375}, {"start": 751.61, "end": 752.05, "word": " Radio", "probability": 0.400390625}, {"start": 752.05, "end": 754.35, "word": " Baton", "probability": 0.46295166015625}, {"start": 754.35, "end": 755.39, "word": " RB.", "probability": 0.60986328125}], "temperature": 1.0}, {"id": 30, "seek": 78568, "start": 757.8, "end": 785.68, "text": " FindViewById will return me a radio button Now I got the radio button, can I get the text that is written in it? Of course, rb.getText Ok guys, and this one I have to go and show it inside No, this one brings me a char sequence directly So, it does not have to be stringed in it Because this one, let's take this text and put what?", "tokens": [11809, 30203, 27690, 42739, 486, 2736, 385, 257, 6477, 2960, 823, 286, 658, 264, 6477, 2960, 11, 393, 286, 483, 264, 2487, 300, 307, 3720, 294, 309, 30, 2720, 1164, 11, 367, 65, 13, 847, 50198, 3477, 1074, 11, 293, 341, 472, 286, 362, 281, 352, 293, 855, 309, 1854, 883, 11, 341, 472, 5607, 385, 257, 1290, 8310, 3838, 407, 11, 309, 775, 406, 362, 281, 312, 6798, 292, 294, 309, 1436, 341, 472, 11, 718, 311, 747, 341, 2487, 293, 829, 437, 30], "avg_logprob": -0.6101017427998919, "compression_ratio": 1.5586854460093897, "no_speech_prob": 0.0, "words": [{"start": 757.8000000000001, "end": 758.22, "word": " FindViewById", "probability": 0.501983642578125}, {"start": 758.22, "end": 758.4, "word": " will", "probability": 0.378662109375}, {"start": 758.4, "end": 758.7, "word": " return", "probability": 0.492431640625}, {"start": 758.7, "end": 758.92, "word": " me", "probability": 0.2235107421875}, {"start": 758.92, "end": 759.92, "word": " a", "probability": 0.263671875}, {"start": 759.92, "end": 760.18, "word": " radio", "probability": 0.7275390625}, {"start": 760.18, "end": 760.44, "word": " button", "probability": 0.853515625}, {"start": 760.44, "end": 760.7, "word": " Now", "probability": 0.358642578125}, {"start": 760.7, "end": 760.82, "word": " I", "probability": 0.41015625}, {"start": 760.82, "end": 760.94, "word": " got", "probability": 0.36328125}, {"start": 760.94, "end": 761.1, "word": " the", "probability": 0.6533203125}, {"start": 761.1, "end": 761.3, "word": " radio", "probability": 0.95068359375}, {"start": 761.3, "end": 761.54, "word": " button,", "probability": 0.87890625}, {"start": 761.56, "end": 761.72, "word": " can", "probability": 0.59228515625}, {"start": 761.72, "end": 761.84, "word": " I", "probability": 0.9599609375}, {"start": 761.84, "end": 762.0, "word": " get", "probability": 0.73291015625}, {"start": 762.0, "end": 762.12, "word": " the", "probability": 0.783203125}, {"start": 762.12, "end": 762.36, "word": " text", "probability": 0.89453125}, {"start": 762.36, "end": 762.48, "word": " that", "probability": 0.287841796875}, {"start": 762.48, "end": 762.52, "word": " is", "probability": 0.456787109375}, {"start": 762.52, "end": 762.74, "word": " written", "probability": 0.775390625}, {"start": 762.74, "end": 762.96, "word": " in", "probability": 0.5380859375}, {"start": 762.96, "end": 763.04, "word": " it?", "probability": 0.88037109375}, {"start": 763.6, "end": 764.02, "word": " Of", "probability": 0.386474609375}, {"start": 764.02, "end": 764.02, "word": " course,", "probability": 0.91357421875}, {"start": 764.52, "end": 765.12, "word": " rb", "probability": 0.6761474609375}, {"start": 765.12, "end": 767.38, "word": ".getText", "probability": 0.7664388020833334}, {"start": 767.38, "end": 770.84, "word": " Ok", "probability": 0.272216796875}, {"start": 770.84, "end": 771.24, "word": " guys,", "probability": 0.638671875}, {"start": 771.68, "end": 771.76, "word": " and", "probability": 0.57177734375}, {"start": 771.76, "end": 772.04, "word": " this", "probability": 0.5625}, {"start": 772.04, "end": 772.06, "word": " one", "probability": 0.28271484375}, {"start": 772.06, "end": 772.12, "word": " I", "probability": 0.5908203125}, {"start": 772.12, "end": 772.26, "word": " have", "probability": 0.34912109375}, {"start": 772.26, "end": 772.34, "word": " to", "probability": 0.96826171875}, {"start": 772.34, "end": 772.4, "word": " go", "probability": 0.170166015625}, {"start": 772.4, "end": 772.52, "word": " and", "probability": 0.476318359375}, {"start": 772.52, "end": 772.68, "word": " show", "probability": 0.47802734375}, {"start": 772.68, "end": 772.8, "word": " it", "probability": 0.66796875}, {"start": 772.8, "end": 773.1, "word": " inside", "probability": 0.4990234375}, {"start": 773.1, "end": 776.4, "word": " No,", "probability": 0.371337890625}, {"start": 776.48, "end": 776.72, "word": " this", "probability": 0.8076171875}, {"start": 776.72, "end": 776.78, "word": " one", "probability": 0.66552734375}, {"start": 776.78, "end": 776.98, "word": " brings", "probability": 0.1270751953125}, {"start": 776.98, "end": 777.14, "word": " me", "probability": 0.6865234375}, {"start": 777.14, "end": 777.28, "word": " a", "probability": 0.64501953125}, {"start": 777.28, "end": 777.42, "word": " char", "probability": 0.2254638671875}, {"start": 777.42, "end": 777.92, "word": " sequence", "probability": 0.9287109375}, {"start": 777.92, "end": 778.32, "word": " directly", "probability": 0.4326171875}, {"start": 778.32, "end": 779.22, "word": " So,", "probability": 0.55126953125}, {"start": 779.7, "end": 779.78, "word": " it", "probability": 0.396728515625}, {"start": 779.78, "end": 779.78, "word": " does", "probability": 0.1888427734375}, {"start": 779.78, "end": 779.78, "word": " not", "probability": 0.92529296875}, {"start": 779.78, "end": 779.9, "word": " have", "probability": 0.75048828125}, {"start": 779.9, "end": 780.12, "word": " to", "probability": 0.95849609375}, {"start": 780.12, "end": 780.22, "word": " be", "probability": 0.76318359375}, {"start": 780.22, "end": 780.56, "word": " stringed", "probability": 0.68505859375}, {"start": 780.56, "end": 780.68, "word": " in", "probability": 0.396728515625}, {"start": 780.68, "end": 781.12, "word": " it", "probability": 0.58251953125}, {"start": 781.12, "end": 781.58, "word": " Because", "probability": 0.7451171875}, {"start": 781.58, "end": 781.82, "word": " this", "probability": 0.428466796875}, {"start": 781.82, "end": 781.94, "word": " one,", "probability": 0.48974609375}, {"start": 782.08, "end": 782.12, "word": " let's", "probability": 0.56927490234375}, {"start": 782.12, "end": 782.3, "word": " take", "probability": 0.7294921875}, {"start": 782.3, "end": 782.7, "word": " this", "probability": 0.8681640625}, {"start": 782.7, "end": 784.74, "word": " text", "probability": 0.37353515625}, {"start": 784.74, "end": 785.04, "word": " and", "probability": 0.85498046875}, {"start": 785.04, "end": 785.32, "word": " put", "probability": 0.6884765625}, {"start": 785.32, "end": 785.68, "word": " what?", "probability": 0.619140625}], "temperature": 1.0}, {"id": 31, "seek": 82209, "start": 797.03, "end": 822.09, "text": " Actually, the radio button does action on the radio group. And the radio group uses the sit-on-check-the-change listener, just like checkbooks. But the difference is that when I click on an element, it gives me the ID of the element that I clicked on. Because if I know the ID of the element, I get the element through the findViewByID. I have the element here, and I get the element, I simply get the text.", "tokens": [5135, 11, 264, 6477, 2960, 775, 3069, 322, 264, 6477, 1594, 13, 400, 264, 6477, 1594, 4960, 264, 1394, 12, 266, 12, 15723, 12, 3322, 12, 15431, 31569, 11, 445, 411, 1520, 15170, 13, 583, 264, 2649, 307, 300, 562, 286, 2052, 322, 364, 4478, 11, 309, 2709, 385, 264, 7348, 295, 264, 4478, 300, 286, 23370, 322, 13, 1436, 498, 286, 458, 264, 7348, 295, 264, 4478, 11, 286, 483, 264, 4478, 807, 264, 915, 30203, 27690, 2777, 13, 286, 362, 264, 4478, 510, 11, 293, 286, 483, 264, 4478, 11, 286, 2935, 483, 264, 2487, 13], "avg_logprob": -0.42929293109913064, "compression_ratio": 1.837837837837838, "no_speech_prob": 0.0, "words": [{"start": 797.03, "end": 797.39, "word": " Actually,", "probability": 0.052032470703125}, {"start": 798.67, "end": 798.81, "word": " the", "probability": 0.53955078125}, {"start": 798.81, "end": 799.23, "word": " radio", "probability": 0.884765625}, {"start": 799.23, "end": 801.01, "word": " button", "probability": 0.5869140625}, {"start": 801.01, "end": 801.73, "word": " does", "probability": 0.441650390625}, {"start": 801.73, "end": 802.19, "word": " action", "probability": 0.495361328125}, {"start": 802.19, "end": 802.31, "word": " on", "probability": 0.7109375}, {"start": 802.31, "end": 802.39, "word": " the", "probability": 0.81640625}, {"start": 802.39, "end": 802.59, "word": " radio", "probability": 0.9501953125}, {"start": 802.59, "end": 802.85, "word": " group.", "probability": 0.97021484375}, {"start": 803.51, "end": 803.87, "word": " And", "probability": 0.50390625}, {"start": 803.87, "end": 803.93, "word": " the", "probability": 0.62158203125}, {"start": 803.93, "end": 804.11, "word": " radio", "probability": 0.982421875}, {"start": 804.11, "end": 804.47, "word": " group", "probability": 0.95263671875}, {"start": 804.47, "end": 805.09, "word": " uses", "probability": 0.71923828125}, {"start": 805.09, "end": 805.27, "word": " the", "probability": 0.59375}, {"start": 805.27, "end": 805.49, "word": " sit", "probability": 0.167236328125}, {"start": 805.49, "end": 805.83, "word": "-on", "probability": 0.76025390625}, {"start": 805.83, "end": 806.05, "word": "-check", "probability": 0.539794921875}, {"start": 806.05, "end": 806.21, "word": "-the", "probability": 0.750732421875}, {"start": 806.21, "end": 806.47, "word": "-change", "probability": 0.9599609375}, {"start": 806.47, "end": 806.85, "word": " listener,", "probability": 0.429931640625}, {"start": 806.95, "end": 807.05, "word": " just", "probability": 0.31298828125}, {"start": 807.05, "end": 807.19, "word": " like", "probability": 0.921875}, {"start": 807.19, "end": 807.97, "word": " checkbooks.", "probability": 0.4920654296875}, {"start": 808.21, "end": 808.51, "word": " But", "probability": 0.71484375}, {"start": 808.51, "end": 808.65, "word": " the", "probability": 0.5361328125}, {"start": 808.65, "end": 808.97, "word": " difference", "probability": 0.7919921875}, {"start": 808.97, "end": 809.77, "word": " is", "probability": 0.8974609375}, {"start": 809.77, "end": 810.03, "word": " that", "probability": 0.62158203125}, {"start": 810.03, "end": 810.19, "word": " when", "probability": 0.7041015625}, {"start": 810.19, "end": 810.33, "word": " I", "probability": 0.7109375}, {"start": 810.33, "end": 810.49, "word": " click", "probability": 0.316650390625}, {"start": 810.49, "end": 810.63, "word": " on", "probability": 0.828125}, {"start": 810.63, "end": 810.83, "word": " an", "probability": 0.65478515625}, {"start": 810.83, "end": 810.95, "word": " element,", "probability": 0.5107421875}, {"start": 811.07, "end": 811.13, "word": " it", "probability": 0.69287109375}, {"start": 811.13, "end": 811.27, "word": " gives", "probability": 0.7001953125}, {"start": 811.27, "end": 811.43, "word": " me", "probability": 0.89892578125}, {"start": 811.43, "end": 811.47, "word": " the", "probability": 0.6943359375}, {"start": 811.47, "end": 811.75, "word": " ID", "probability": 0.82275390625}, {"start": 811.75, "end": 811.93, "word": " of", "probability": 0.93408203125}, {"start": 811.93, "end": 812.07, "word": " the", "probability": 0.83154296875}, {"start": 812.07, "end": 812.21, "word": " element", "probability": 0.90283203125}, {"start": 812.21, "end": 812.33, "word": " that", "probability": 0.359619140625}, {"start": 812.33, "end": 812.39, "word": " I", "probability": 0.90234375}, {"start": 812.39, "end": 812.55, "word": " clicked", "probability": 0.62841796875}, {"start": 812.55, "end": 812.73, "word": " on.", "probability": 0.85791015625}, {"start": 813.87, "end": 814.21, "word": " Because", "probability": 0.48193359375}, {"start": 814.21, "end": 814.35, "word": " if", "probability": 0.89697265625}, {"start": 814.35, "end": 814.41, "word": " I", "probability": 0.97265625}, {"start": 814.41, "end": 814.61, "word": " know", "probability": 0.77001953125}, {"start": 814.61, "end": 814.75, "word": " the", "probability": 0.87939453125}, {"start": 814.75, "end": 814.97, "word": " ID", "probability": 0.9658203125}, {"start": 814.97, "end": 815.13, "word": " of", "probability": 0.9404296875}, {"start": 815.13, "end": 815.29, "word": " the", "probability": 0.6103515625}, {"start": 815.29, "end": 815.39, "word": " element,", "probability": 0.96826171875}, {"start": 815.49, "end": 815.61, "word": " I", "probability": 0.92041015625}, {"start": 815.61, "end": 815.71, "word": " get", "probability": 0.47119140625}, {"start": 815.71, "end": 815.87, "word": " the", "probability": 0.80126953125}, {"start": 815.87, "end": 816.13, "word": " element", "probability": 0.95947265625}, {"start": 816.13, "end": 816.93, "word": " through", "probability": 0.4130859375}, {"start": 816.93, "end": 817.21, "word": " the", "probability": 0.63427734375}, {"start": 817.21, "end": 818.13, "word": " findViewByID.", "probability": 0.59490966796875}, {"start": 819.05, "end": 819.41, "word": " I", "probability": 0.1505126953125}, {"start": 819.41, "end": 819.73, "word": " have", "probability": 0.471923828125}, {"start": 819.73, "end": 819.81, "word": " the", "probability": 0.7158203125}, {"start": 819.81, "end": 820.05, "word": " element", "probability": 0.97998046875}, {"start": 820.05, "end": 820.35, "word": " here,", "probability": 0.79150390625}, {"start": 820.45, "end": 820.59, "word": " and", "probability": 0.791015625}, {"start": 820.59, "end": 820.77, "word": " I", "probability": 0.71875}, {"start": 820.77, "end": 820.99, "word": " get", "probability": 0.442138671875}, {"start": 820.99, "end": 821.15, "word": " the", "probability": 0.869140625}, {"start": 821.15, "end": 821.33, "word": " element,", "probability": 0.7333984375}, {"start": 821.49, "end": 821.55, "word": " I", "probability": 0.5224609375}, {"start": 821.55, "end": 821.63, "word": " simply", "probability": 0.273193359375}, {"start": 821.63, "end": 821.67, "word": " get", "probability": 0.89013671875}, {"start": 821.67, "end": 821.79, "word": " the", "probability": 0.9130859375}, {"start": 821.79, "end": 822.09, "word": " text.", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 32, "seek": 86750, "start": 839.18, "end": 867.5, "text": " Okay, until it works, let's see another element, so we don't get lost Now, there is one of the simple elements, there is an element called toggle button and there is an element called switch So, they are different forms of buttons So, this is their xml, this is the toggle button and this is the switch", "tokens": [1033, 11, 1826, 309, 1985, 11, 718, 311, 536, 1071, 4478, 11, 370, 321, 500, 380, 483, 2731, 823, 11, 456, 307, 472, 295, 264, 2199, 4959, 11, 456, 307, 364, 4478, 1219, 31225, 2960, 293, 456, 307, 364, 4478, 1219, 3679, 407, 11, 436, 366, 819, 6422, 295, 9905, 407, 11, 341, 307, 641, 2031, 15480, 11, 341, 307, 264, 31225, 2960, 293, 341, 307, 264, 3679], "avg_logprob": -0.5212862076966659, "compression_ratio": 1.8703703703703705, "no_speech_prob": 0.0, "words": [{"start": 839.18, "end": 839.48, "word": " Okay,", "probability": 0.10894775390625}, {"start": 839.58, "end": 839.9, "word": " until", "probability": 0.2379150390625}, {"start": 839.9, "end": 840.24, "word": " it", "probability": 0.43505859375}, {"start": 840.24, "end": 840.56, "word": " works,", "probability": 0.35302734375}, {"start": 840.96, "end": 841.32, "word": " let's", "probability": 0.80908203125}, {"start": 841.32, "end": 842.38, "word": " see", "probability": 0.548828125}, {"start": 842.38, "end": 843.12, "word": " another", "probability": 0.71875}, {"start": 843.12, "end": 843.12, "word": " element,", "probability": 0.80712890625}, {"start": 843.64, "end": 843.84, "word": " so", "probability": 0.4697265625}, {"start": 843.84, "end": 843.98, "word": " we", "probability": 0.53857421875}, {"start": 843.98, "end": 843.98, "word": " don't", "probability": 0.876220703125}, {"start": 843.98, "end": 844.16, "word": " get", "probability": 0.4970703125}, {"start": 844.16, "end": 844.22, "word": " lost", "probability": 0.8125}, {"start": 844.22, "end": 846.02, "word": " Now,", "probability": 0.40234375}, {"start": 846.52, "end": 846.64, "word": " there", "probability": 0.53466796875}, {"start": 846.64, "end": 846.64, "word": " is", "probability": 0.452880859375}, {"start": 846.64, "end": 846.84, "word": " one", "probability": 0.414794921875}, {"start": 846.84, "end": 846.94, "word": " of", "probability": 0.61083984375}, {"start": 846.94, "end": 847.0, "word": " the", "probability": 0.83251953125}, {"start": 847.0, "end": 847.74, "word": " simple", "probability": 0.69921875}, {"start": 847.74, "end": 847.84, "word": " elements,", "probability": 0.859375}, {"start": 848.14, "end": 848.28, "word": " there", "probability": 0.37744140625}, {"start": 848.28, "end": 848.32, "word": " is", "probability": 0.89208984375}, {"start": 848.32, "end": 848.64, "word": " an", "probability": 0.76123046875}, {"start": 848.64, "end": 848.64, "word": " element", "probability": 0.9775390625}, {"start": 848.64, "end": 849.06, "word": " called", "probability": 0.74072265625}, {"start": 849.06, "end": 850.1, "word": " toggle", "probability": 0.83154296875}, {"start": 850.1, "end": 850.44, "word": " button", "probability": 0.84326171875}, {"start": 850.44, "end": 851.7, "word": " and", "probability": 0.479736328125}, {"start": 851.7, "end": 851.84, "word": " there", "probability": 0.7138671875}, {"start": 851.84, "end": 851.9, "word": " is", "probability": 0.93701171875}, {"start": 851.9, "end": 852.16, "word": " an", "probability": 0.7080078125}, {"start": 852.16, "end": 852.16, "word": " element", "probability": 0.97119140625}, {"start": 852.16, "end": 852.62, "word": " called", "probability": 0.89599609375}, {"start": 852.62, "end": 855.58, "word": " switch", "probability": 0.90966796875}, {"start": 855.58, "end": 856.86, "word": " So,", "probability": 0.12646484375}, {"start": 856.94, "end": 857.08, "word": " they", "probability": 0.1939697265625}, {"start": 857.08, "end": 857.08, "word": " are", "probability": 0.84765625}, {"start": 857.08, "end": 857.8, "word": " different", "probability": 0.71337890625}, {"start": 857.8, "end": 858.12, "word": " forms", "probability": 0.198974609375}, {"start": 858.12, "end": 860.22, "word": " of", "probability": 0.84375}, {"start": 860.22, "end": 860.62, "word": " buttons", "probability": 0.7822265625}, {"start": 860.62, "end": 863.38, "word": " So,", "probability": 0.34375}, {"start": 863.46, "end": 863.6, "word": " this", "probability": 0.6767578125}, {"start": 863.6, "end": 863.6, "word": " is", "probability": 0.76220703125}, {"start": 863.6, "end": 863.64, "word": " their", "probability": 0.8671875}, {"start": 863.64, "end": 864.04, "word": " xml,", "probability": 0.73388671875}, {"start": 864.76, "end": 866.04, "word": " this", "probability": 0.826171875}, {"start": 866.04, "end": 866.08, "word": " is", "probability": 0.86181640625}, {"start": 866.08, "end": 866.16, "word": " the", "probability": 0.4033203125}, {"start": 866.16, "end": 866.34, "word": " toggle", "probability": 0.96435546875}, {"start": 866.34, "end": 866.68, "word": " button", "probability": 0.91259765625}, {"start": 866.68, "end": 866.86, "word": " and", "probability": 0.67578125}, {"start": 866.86, "end": 867.06, "word": " this", "probability": 0.90478515625}, {"start": 867.06, "end": 867.1, "word": " is", "probability": 0.931640625}, {"start": 867.1, "end": 867.26, "word": " the", "probability": 0.84033203125}, {"start": 867.26, "end": 867.5, "word": " switch", "probability": 0.9716796875}], "temperature": 1.0}, {"id": 33, "seek": 89973, "start": 873.65, "end": 899.73, "text": " For example, if I press on a button, it will change its color and say on. If I press off, it will say off. Or if I press on a button, it will change its color and say on. Or if I press off, it will say off. Or if I press off, it will say on. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if I press off, it will say off. Or if", "tokens": [1171, 1365, 11, 498, 286, 1886, 322, 257, 2960, 11, 309, 486, 1319, 1080, 2017, 293, 584, 322, 13, 759, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 322, 257, 2960, 11, 309, 486, 1319, 1080, 2017, 293, 584, 322, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 322, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498, 286, 1886, 766, 11, 309, 486, 584, 766, 13, 1610, 498], "avg_logprob": -0.2559722137451172, "compression_ratio": 6.836363636363636, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 873.6500000000001, "end": 874.33, "word": " For", "probability": 0.10748291015625}, {"start": 874.33, "end": 875.01, "word": " example,", "probability": 0.86376953125}, {"start": 875.77, "end": 875.85, "word": " if", "probability": 0.280517578125}, {"start": 875.85, "end": 876.49, "word": " I", "probability": 0.67919921875}, {"start": 876.49, "end": 878.19, "word": " press", "probability": 0.39990234375}, {"start": 878.19, "end": 878.41, "word": " on", "probability": 0.265625}, {"start": 878.41, "end": 878.53, "word": " a", "probability": 0.5615234375}, {"start": 878.53, "end": 878.53, "word": " button,", "probability": 0.80615234375}, {"start": 878.71, "end": 878.73, "word": " it", "probability": 0.55517578125}, {"start": 878.73, "end": 878.85, "word": " will", "probability": 0.42333984375}, {"start": 878.85, "end": 879.01, "word": " change", "probability": 0.580078125}, {"start": 879.01, "end": 879.19, "word": " its", "probability": 0.42626953125}, {"start": 879.19, "end": 879.25, "word": " color", "probability": 0.26904296875}, {"start": 879.25, "end": 879.41, "word": " and", "probability": 0.423828125}, {"start": 879.41, "end": 879.55, "word": " say", "probability": 0.1790771484375}, {"start": 879.55, "end": 879.87, "word": " on.", "probability": 0.22509765625}, {"start": 880.79, "end": 881.27, "word": " If", "probability": 0.6435546875}, {"start": 881.27, "end": 882.09, "word": " I", "probability": 0.92333984375}, {"start": 882.09, "end": 882.09, "word": " press", "probability": 0.264404296875}, {"start": 882.09, "end": 882.41, "word": " off,", "probability": 0.393798828125}, {"start": 882.41, "end": 882.47, "word": " it", "probability": 0.875}, {"start": 882.47, "end": 882.53, "word": " will", "probability": 0.75048828125}, {"start": 882.53, "end": 882.73, "word": " say", "probability": 0.80224609375}, {"start": 882.73, "end": 883.61, "word": " off.", "probability": 0.8779296875}, {"start": 884.09, "end": 884.27, "word": " Or", "probability": 0.64453125}, {"start": 884.27, "end": 884.91, "word": " if", "probability": 0.1412353515625}, {"start": 884.91, "end": 885.11, "word": " I", "probability": 0.91552734375}, {"start": 885.11, "end": 885.45, "word": " press", "probability": 0.437744140625}, {"start": 885.45, "end": 887.79, "word": " on", "probability": 0.365966796875}, {"start": 887.79, "end": 887.79, "word": " a", "probability": 0.4892578125}, {"start": 887.79, "end": 887.79, "word": " button,", "probability": 0.62451171875}, {"start": 887.79, "end": 887.79, "word": " it", "probability": 0.8720703125}, {"start": 887.79, "end": 888.29, "word": " will", "probability": 0.85400390625}, {"start": 888.29, "end": 888.29, "word": " change", "probability": 0.11785888671875}, {"start": 888.29, "end": 888.29, "word": " its", "probability": 0.8349609375}, {"start": 888.29, "end": 889.39, "word": " color", "probability": 0.82568359375}, {"start": 889.39, "end": 891.21, "word": " and", "probability": 0.82861328125}, {"start": 891.21, "end": 891.31, "word": " say", "probability": 0.87841796875}, {"start": 891.31, "end": 893.87, "word": " on.", "probability": 0.541015625}, {"start": 894.43, "end": 895.11, "word": " Or", "probability": 0.417236328125}, {"start": 895.11, "end": 895.11, "word": " if", "probability": 0.63037109375}, {"start": 895.11, "end": 895.11, "word": " I", "probability": 0.9677734375}, {"start": 895.11, "end": 895.11, "word": " press", "probability": 0.6943359375}, {"start": 895.11, "end": 895.69, "word": " off,", "probability": 0.59912109375}, {"start": 895.69, "end": 895.69, "word": " it", "probability": 0.958984375}, {"start": 895.69, "end": 895.69, "word": " will", "probability": 0.88232421875}, {"start": 895.69, "end": 895.69, "word": " say", "probability": 0.95947265625}, {"start": 895.69, "end": 895.69, "word": " off.", "probability": 0.73583984375}, {"start": 895.69, "end": 895.69, "word": " Or", "probability": 0.69677734375}, {"start": 895.69, "end": 895.69, "word": " if", "probability": 0.301025390625}, {"start": 895.69, "end": 895.69, "word": " I", "probability": 0.935546875}, {"start": 895.69, "end": 895.69, "word": " press", "probability": 0.6513671875}, {"start": 895.69, "end": 895.69, "word": " off,", "probability": 0.490966796875}, {"start": 895.69, "end": 895.69, "word": " it", "probability": 0.9580078125}, {"start": 895.69, "end": 895.69, "word": " will", "probability": 0.88037109375}, {"start": 895.69, "end": 895.69, "word": " say", "probability": 0.94970703125}, {"start": 895.69, "end": 895.69, "word": " on.", "probability": 0.480224609375}, {"start": 895.69, "end": 895.69, "word": " Or", "probability": 0.5595703125}, {"start": 895.69, "end": 895.69, "word": " if", "probability": 0.41259765625}, {"start": 895.69, "end": 895.69, "word": " I", "probability": 0.92138671875}, {"start": 895.69, "end": 895.69, "word": " press", "probability": 0.650390625}, {"start": 895.69, "end": 896.19, "word": " off,", "probability": 0.70751953125}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.9560546875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.876953125}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.9462890625}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.6953125}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.7333984375}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.43359375}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.92578125}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.6640625}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.70849609375}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.87548828125}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.94384765625}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.435302734375}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.79443359375}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.5283203125}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.93896484375}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.6875}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.75830078125}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.876953125}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.943359375}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.481201171875}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.83349609375}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.71484375}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.96533203125}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.7294921875}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.826171875}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.9580078125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88037109375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.94921875}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.59375}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.8486328125}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.84375}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.984375}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.7607421875}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.8818359375}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95703125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.8837890625}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.953125}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.6982421875}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.85498046875}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.904296875}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.9921875}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.7802734375}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.912109375}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.880859375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.95556640625}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.7744140625}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.85986328125}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.93310546875}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.99560546875}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.79052734375}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.92724609375}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88427734375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.95703125}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.83447265625}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.8671875}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.9462890625}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.9970703125}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.79443359375}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.9345703125}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.8857421875}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.86669921875}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.87646484375}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.953125}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.99755859375}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.798828125}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.93701171875}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88427734375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.9580078125}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.880859375}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.8857421875}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.9560546875}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.998046875}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.7998046875}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.94091796875}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.8857421875}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.9580078125}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.88916015625}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.88720703125}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.99853515625}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.8017578125}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.94091796875}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95654296875}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88427734375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.95947265625}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.89453125}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.8857421875}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.99853515625}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.8017578125}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.94287109375}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88427734375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.95947265625}, {"start": 896.19, "end": 896.19, "word": " off.", "probability": 0.8955078125}, {"start": 896.19, "end": 896.19, "word": " Or", "probability": 0.87646484375}, {"start": 896.19, "end": 896.19, "word": " if", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " I", "probability": 0.998046875}, {"start": 896.19, "end": 896.19, "word": " press", "probability": 0.802734375}, {"start": 896.19, "end": 896.19, "word": " off,", "probability": 0.9423828125}, {"start": 896.19, "end": 896.19, "word": " it", "probability": 0.95751953125}, {"start": 896.19, "end": 896.19, "word": " will", "probability": 0.88427734375}, {"start": 896.19, "end": 896.19, "word": " say", "probability": 0.958984375}, {"start": 896.19, "end": 896.25, "word": " off.", "probability": 0.8955078125}, {"start": 896.25, "end": 896.61, "word": " Or", "probability": 0.86279296875}, {"start": 896.61, "end": 896.63, "word": " if", "probability": 0.95703125}, {"start": 896.63, "end": 896.63, "word": " I", "probability": 0.998046875}, {"start": 896.63, "end": 896.63, "word": " press", "probability": 0.80322265625}, {"start": 896.63, "end": 896.97, "word": " off,", "probability": 0.94287109375}, {"start": 896.97, "end": 896.97, "word": " it", "probability": 0.9560546875}, {"start": 896.97, "end": 896.97, "word": " will", "probability": 0.8857421875}, {"start": 896.97, "end": 896.97, "word": " say", "probability": 0.95849609375}, {"start": 896.97, "end": 899.11, "word": " off.", "probability": 0.89306640625}, {"start": 899.11, "end": 899.73, "word": " Or", "probability": 0.8466796875}, {"start": 899.73, "end": 899.73, "word": " if", "probability": 0.95556640625}], "temperature": 1.0}, {"id": 34, "seek": 92786, "start": 903.0, "end": 927.86, "text": " The switch is the same thing Also, if I click on it, it moves like this, it comes to the left and the color changes and it changes the text that is here It is a normal button, but it is interactive, the text that has a color changes Now dealing with it, we will go to both of them together, this is the toggle button", "tokens": [440, 3679, 307, 264, 912, 551, 2743, 11, 498, 286, 2052, 322, 309, 11, 309, 6067, 411, 341, 11, 309, 1487, 281, 264, 1411, 293, 264, 2017, 2962, 293, 309, 2962, 264, 2487, 300, 307, 510, 467, 307, 257, 2710, 2960, 11, 457, 309, 307, 15141, 11, 264, 2487, 300, 575, 257, 2017, 2962, 823, 6260, 365, 309, 11, 321, 486, 352, 281, 1293, 295, 552, 1214, 11, 341, 307, 264, 31225, 2960], "avg_logprob": -0.6608952775194838, "compression_ratio": 1.7322404371584699, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 903.0, "end": 903.46, "word": " The", "probability": 0.26708984375}, {"start": 903.46, "end": 903.74, "word": " switch", "probability": 0.71875}, {"start": 903.74, "end": 903.88, "word": " is", "probability": 0.76708984375}, {"start": 903.88, "end": 903.96, "word": " the", "probability": 0.6611328125}, {"start": 903.96, "end": 904.04, "word": " same", "probability": 0.9072265625}, {"start": 904.04, "end": 905.08, "word": " thing", "probability": 0.65576171875}, {"start": 905.08, "end": 906.02, "word": " Also,", "probability": 0.1402587890625}, {"start": 906.42, "end": 907.8, "word": " if", "probability": 0.7763671875}, {"start": 907.8, "end": 908.52, "word": " I", "probability": 0.341796875}, {"start": 908.52, "end": 908.88, "word": " click", "probability": 0.139892578125}, {"start": 908.88, "end": 909.06, "word": " on", "probability": 0.6025390625}, {"start": 909.06, "end": 909.22, "word": " it,", "probability": 0.8427734375}, {"start": 909.5, "end": 909.9, "word": " it", "probability": 0.736328125}, {"start": 909.9, "end": 910.22, "word": " moves", "probability": 0.439208984375}, {"start": 910.22, "end": 910.6, "word": " like", "probability": 0.44921875}, {"start": 910.6, "end": 910.74, "word": " this,", "probability": 0.9072265625}, {"start": 910.96, "end": 911.06, "word": " it", "probability": 0.213623046875}, {"start": 911.06, "end": 911.2, "word": " comes", "probability": 0.298095703125}, {"start": 911.2, "end": 911.34, "word": " to", "probability": 0.67138671875}, {"start": 911.34, "end": 911.5, "word": " the", "probability": 0.8388671875}, {"start": 911.5, "end": 911.76, "word": " left", "probability": 0.9384765625}, {"start": 911.76, "end": 911.86, "word": " and", "probability": 0.63037109375}, {"start": 911.86, "end": 912.22, "word": " the", "probability": 0.151611328125}, {"start": 912.22, "end": 912.42, "word": " color", "probability": 0.55615234375}, {"start": 912.42, "end": 912.7, "word": " changes", "probability": 0.46533203125}, {"start": 912.7, "end": 912.94, "word": " and", "probability": 0.53271484375}, {"start": 912.94, "end": 913.02, "word": " it", "probability": 0.352783203125}, {"start": 913.02, "end": 913.24, "word": " changes", "probability": 0.450439453125}, {"start": 913.24, "end": 913.72, "word": " the", "probability": 0.625}, {"start": 913.72, "end": 914.0, "word": " text", "probability": 0.75341796875}, {"start": 914.0, "end": 914.8, "word": " that", "probability": 0.384521484375}, {"start": 914.8, "end": 914.92, "word": " is", "probability": 0.59130859375}, {"start": 914.92, "end": 915.28, "word": " here", "probability": 0.42529296875}, {"start": 915.28, "end": 916.56, "word": " It", "probability": 0.1981201171875}, {"start": 916.56, "end": 917.8, "word": " is", "probability": 0.611328125}, {"start": 917.8, "end": 917.92, "word": " a", "probability": 0.68359375}, {"start": 917.92, "end": 918.44, "word": " normal", "probability": 0.65283203125}, {"start": 918.44, "end": 918.48, "word": " button,", "probability": 0.759765625}, {"start": 918.68, "end": 918.8, "word": " but", "probability": 0.86865234375}, {"start": 918.8, "end": 918.92, "word": " it", "probability": 0.482421875}, {"start": 918.92, "end": 918.92, "word": " is", "probability": 0.6962890625}, {"start": 918.92, "end": 919.26, "word": " interactive,", "probability": 0.71044921875}, {"start": 919.94, "end": 920.14, "word": " the", "probability": 0.3125}, {"start": 920.14, "end": 920.38, "word": " text", "probability": 0.76025390625}, {"start": 920.38, "end": 920.58, "word": " that", "probability": 0.296875}, {"start": 920.58, "end": 920.68, "word": " has", "probability": 0.7646484375}, {"start": 920.68, "end": 920.82, "word": " a", "probability": 0.322265625}, {"start": 920.82, "end": 920.96, "word": " color", "probability": 0.77685546875}, {"start": 920.96, "end": 921.4, "word": " changes", "probability": 0.662109375}, {"start": 921.4, "end": 923.8, "word": " Now", "probability": 0.341064453125}, {"start": 923.8, "end": 924.2, "word": " dealing", "probability": 0.361083984375}, {"start": 924.2, "end": 924.44, "word": " with", "probability": 0.9013671875}, {"start": 924.44, "end": 924.66, "word": " it,", "probability": 0.82861328125}, {"start": 925.22, "end": 925.36, "word": " we", "probability": 0.39111328125}, {"start": 925.36, "end": 925.42, "word": " will", "probability": 0.654296875}, {"start": 925.42, "end": 925.56, "word": " go", "probability": 0.62109375}, {"start": 925.56, "end": 925.8, "word": " to", "probability": 0.8115234375}, {"start": 925.8, "end": 926.48, "word": " both", "probability": 0.176513671875}, {"start": 926.48, "end": 926.68, "word": " of", "probability": 0.408447265625}, {"start": 926.68, "end": 926.96, "word": " them", "probability": 0.86865234375}, {"start": 926.96, "end": 926.96, "word": " together,", "probability": 0.345703125}, {"start": 927.1, "end": 927.22, "word": " this", "probability": 0.58544921875}, {"start": 927.22, "end": 927.22, "word": " is", "probability": 0.69921875}, {"start": 927.22, "end": 927.34, "word": " the", "probability": 0.70556640625}, {"start": 927.34, "end": 927.48, "word": " toggle", "probability": 0.5185546875}, {"start": 927.48, "end": 927.86, "word": " button", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 35, "seek": 95117, "start": 930.33, "end": 951.17, "text": " You make attributes called text-on and text-off From their names, what do you understand text-on and text-off? When it is compressed, what does this text mean? When it is not compressed, what does this text mean? For example, this is closed and this is open", "tokens": [509, 652, 17212, 1219, 2487, 12, 266, 293, 2487, 12, 4506, 3358, 641, 5288, 11, 437, 360, 291, 1223, 2487, 12, 266, 293, 2487, 12, 4506, 30, 1133, 309, 307, 30353, 11, 437, 775, 341, 2487, 914, 30, 1133, 309, 307, 406, 30353, 11, 437, 775, 341, 2487, 914, 30, 1171, 1365, 11, 341, 307, 5395, 293, 341, 307, 1269], "avg_logprob": -0.47771517370567945, "compression_ratio": 1.8428571428571427, "no_speech_prob": 0.0, "words": [{"start": 930.33, "end": 930.65, "word": " You", "probability": 0.5634765625}, {"start": 930.65, "end": 931.15, "word": " make", "probability": 0.382568359375}, {"start": 931.15, "end": 931.79, "word": " attributes", "probability": 0.5390625}, {"start": 931.79, "end": 932.13, "word": " called", "probability": 0.157958984375}, {"start": 932.13, "end": 932.53, "word": " text", "probability": 0.607421875}, {"start": 932.53, "end": 932.89, "word": "-on", "probability": 0.6085205078125}, {"start": 932.89, "end": 934.95, "word": " and", "probability": 0.8388671875}, {"start": 934.95, "end": 935.19, "word": " text", "probability": 0.97119140625}, {"start": 935.19, "end": 935.63, "word": "-off", "probability": 0.962158203125}, {"start": 935.63, "end": 936.59, "word": " From", "probability": 0.09375}, {"start": 936.59, "end": 936.71, "word": " their", "probability": 0.763671875}, {"start": 936.71, "end": 936.95, "word": " names,", "probability": 0.83642578125}, {"start": 937.15, "end": 937.27, "word": " what", "probability": 0.25390625}, {"start": 937.27, "end": 937.35, "word": " do", "probability": 0.64208984375}, {"start": 937.35, "end": 937.45, "word": " you", "probability": 0.9501953125}, {"start": 937.45, "end": 937.67, "word": " understand", "probability": 0.5478515625}, {"start": 937.67, "end": 937.89, "word": " text", "probability": 0.26904296875}, {"start": 937.89, "end": 938.19, "word": "-on", "probability": 0.8583984375}, {"start": 938.19, "end": 938.67, "word": " and", "probability": 0.892578125}, {"start": 938.67, "end": 938.89, "word": " text", "probability": 0.95263671875}, {"start": 938.89, "end": 939.77, "word": "-off?", "probability": 0.97265625}, {"start": 940.55, "end": 941.01, "word": " When", "probability": 0.28271484375}, {"start": 941.01, "end": 942.09, "word": " it", "probability": 0.433349609375}, {"start": 942.09, "end": 942.25, "word": " is", "probability": 0.7548828125}, {"start": 942.25, "end": 942.69, "word": " compressed,", "probability": 0.311279296875}, {"start": 942.83, "end": 942.99, "word": " what", "probability": 0.73876953125}, {"start": 942.99, "end": 943.05, "word": " does", "probability": 0.388427734375}, {"start": 943.05, "end": 943.11, "word": " this", "probability": 0.35400390625}, {"start": 943.11, "end": 943.29, "word": " text", "probability": 0.69140625}, {"start": 943.29, "end": 943.51, "word": " mean?", "probability": 0.599609375}, {"start": 943.77, "end": 943.85, "word": " When", "probability": 0.4423828125}, {"start": 943.85, "end": 944.05, "word": " it", "probability": 0.86083984375}, {"start": 944.05, "end": 944.17, "word": " is", "probability": 0.83447265625}, {"start": 944.17, "end": 944.29, "word": " not", "probability": 0.767578125}, {"start": 944.29, "end": 944.59, "word": " compressed,", "probability": 0.88427734375}, {"start": 944.67, "end": 944.77, "word": " what", "probability": 0.91064453125}, {"start": 944.77, "end": 944.81, "word": " does", "probability": 0.82958984375}, {"start": 944.81, "end": 945.17, "word": " this", "probability": 0.78955078125}, {"start": 945.17, "end": 945.17, "word": " text", "probability": 0.93798828125}, {"start": 945.17, "end": 945.27, "word": " mean?", "probability": 0.95263671875}, {"start": 946.15, "end": 946.61, "word": " For", "probability": 0.30126953125}, {"start": 946.61, "end": 946.97, "word": " example,", "probability": 0.95166015625}, {"start": 947.05, "end": 947.05, "word": " this", "probability": 0.505859375}, {"start": 947.05, "end": 947.41, "word": " is", "probability": 0.467041015625}, {"start": 947.41, "end": 948.81, "word": " closed", "probability": 0.8076171875}, {"start": 948.81, "end": 949.69, "word": " and", "probability": 0.72119140625}, {"start": 949.69, "end": 949.91, "word": " this", "probability": 0.685546875}, {"start": 949.91, "end": 950.13, "word": " is", "probability": 0.8486328125}, {"start": 950.13, "end": 951.17, "word": " open", "probability": 0.75732421875}], "temperature": 1.0}, {"id": 36, "seek": 98351, "start": 956.59, "end": 983.51, "text": " And the same thing for the switch It also has text on and off For example, active has text on Inactive It's a simple method Of course, why does it turn red?", "tokens": [400, 264, 912, 551, 337, 264, 3679, 467, 611, 575, 2487, 322, 293, 766, 1171, 1365, 11, 4967, 575, 2487, 322, 682, 12596, 467, 311, 257, 2199, 3170, 2720, 1164, 11, 983, 775, 309, 1261, 2182, 30], "avg_logprob": -0.5600328837570391, "compression_ratio": 1.319327731092437, "no_speech_prob": 0.0, "words": [{"start": 956.59, "end": 957.05, "word": " And", "probability": 0.40283203125}, {"start": 957.05, "end": 957.17, "word": " the", "probability": 0.6025390625}, {"start": 957.17, "end": 957.25, "word": " same", "probability": 0.9072265625}, {"start": 957.25, "end": 957.71, "word": " thing", "probability": 0.60009765625}, {"start": 957.71, "end": 958.95, "word": " for", "probability": 0.533203125}, {"start": 958.95, "end": 959.09, "word": " the", "probability": 0.416748046875}, {"start": 959.09, "end": 960.17, "word": " switch", "probability": 0.79541015625}, {"start": 960.17, "end": 960.93, "word": " It", "probability": 0.1966552734375}, {"start": 960.93, "end": 961.21, "word": " also", "probability": 0.5087890625}, {"start": 961.21, "end": 961.25, "word": " has", "probability": 0.8916015625}, {"start": 961.25, "end": 961.59, "word": " text", "probability": 0.7587890625}, {"start": 961.59, "end": 961.91, "word": " on", "probability": 0.75634765625}, {"start": 961.91, "end": 962.79, "word": " and", "probability": 0.91015625}, {"start": 962.79, "end": 963.09, "word": " off", "probability": 0.794921875}, {"start": 963.09, "end": 968.53, "word": " For", "probability": 0.71044921875}, {"start": 968.53, "end": 968.69, "word": " example,", "probability": 0.921875}, {"start": 968.81, "end": 969.33, "word": " active", "probability": 0.70166015625}, {"start": 969.33, "end": 971.09, "word": " has", "probability": 0.403564453125}, {"start": 971.09, "end": 971.43, "word": " text", "probability": 0.75830078125}, {"start": 971.43, "end": 972.79, "word": " on", "probability": 0.92919921875}, {"start": 972.79, "end": 977.77, "word": " Inactive", "probability": 0.73876953125}, {"start": 977.77, "end": 980.41, "word": " It's", "probability": 0.40484619140625}, {"start": 980.41, "end": 980.47, "word": " a", "probability": 0.5859375}, {"start": 980.47, "end": 980.47, "word": " simple", "probability": 0.89794921875}, {"start": 980.47, "end": 980.73, "word": " method", "probability": 0.134033203125}, {"start": 980.73, "end": 982.73, "word": " Of", "probability": 0.377197265625}, {"start": 982.73, "end": 982.77, "word": " course,", "probability": 0.95263671875}, {"start": 982.89, "end": 982.97, "word": " why", "probability": 0.6904296875}, {"start": 982.97, "end": 983.05, "word": " does", "probability": 0.300048828125}, {"start": 983.05, "end": 983.05, "word": " it", "probability": 0.73486328125}, {"start": 983.05, "end": 983.19, "word": " turn", "probability": 0.17626953125}, {"start": 983.19, "end": 983.51, "word": " red?", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 37, "seek": 100464, "start": 1002.06, "end": 1004.64, "text": " I'll tell you this is a jump to gain space.", "tokens": [286, 603, 980, 291, 341, 307, 257, 3012, 281, 6052, 1901, 13], "avg_logprob": -0.776442289352417, "compression_ratio": 0.8979591836734694, "no_speech_prob": 0.0, "words": [{"start": 1002.06, "end": 1002.5, "word": " I'll", "probability": 0.23333740234375}, {"start": 1002.5, "end": 1002.62, "word": " tell", "probability": 0.347900390625}, {"start": 1002.62, "end": 1002.74, "word": " you", "probability": 0.9296875}, {"start": 1002.74, "end": 1002.9, "word": " this", "probability": 0.1142578125}, {"start": 1002.9, "end": 1003.12, "word": " is", "probability": 0.7158203125}, {"start": 1003.12, "end": 1003.28, "word": " a", "probability": 0.66015625}, {"start": 1003.28, "end": 1003.32, "word": " jump", "probability": 0.4541015625}, {"start": 1003.32, "end": 1003.66, "word": " to", "probability": 0.5048828125}, {"start": 1003.66, "end": 1004.32, "word": " gain", "probability": 0.56103515625}, {"start": 1004.32, "end": 1004.64, "word": " space.", "probability": 0.35595703125}], "temperature": 1.0}, {"id": 38, "seek": 104676, "start": 1021.78, "end": 1046.76, "text": " By the way, there is something in Android here, but I didn't give it to you, so that you don't get bored of it right away. You can put birds, you throw them, and you press this button. Do you see it? What is this called? Infra-constraint. It connects them automatically. Okay? But this does not depend on it. Why? Because it is not always correct. For example, I put an element and I want it to come in the middle.", "tokens": [3146, 264, 636, 11, 456, 307, 746, 294, 8853, 510, 11, 457, 286, 994, 380, 976, 309, 281, 291, 11, 370, 300, 291, 500, 380, 483, 13521, 295, 309, 558, 1314, 13, 509, 393, 829, 9009, 11, 291, 3507, 552, 11, 293, 291, 1886, 341, 2960, 13, 1144, 291, 536, 309, 30, 708, 307, 341, 1219, 30, 11537, 424, 12, 1671, 19639, 686, 13, 467, 16967, 552, 6772, 13, 1033, 30, 583, 341, 775, 406, 5672, 322, 309, 13, 1545, 30, 1436, 309, 307, 406, 1009, 3006, 13, 1171, 1365, 11, 286, 829, 364, 4478, 293, 286, 528, 309, 281, 808, 294, 264, 2808, 13], "avg_logprob": -0.5123820929032452, "compression_ratio": 1.571969696969697, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1021.78, "end": 1022.04, "word": " By", "probability": 0.61328125}, {"start": 1022.04, "end": 1022.08, "word": " the", "probability": 0.9384765625}, {"start": 1022.08, "end": 1022.28, "word": " way,", "probability": 0.962890625}, {"start": 1022.42, "end": 1022.42, "word": " there", "probability": 0.80078125}, {"start": 1022.42, "end": 1022.46, "word": " is", "probability": 0.75}, {"start": 1022.46, "end": 1022.68, "word": " something", "probability": 0.455810546875}, {"start": 1022.68, "end": 1022.82, "word": " in", "probability": 0.64697265625}, {"start": 1022.82, "end": 1023.66, "word": " Android", "probability": 0.59375}, {"start": 1023.66, "end": 1023.8, "word": " here,", "probability": 0.321533203125}, {"start": 1023.82, "end": 1023.9, "word": " but", "probability": 0.69287109375}, {"start": 1023.9, "end": 1024.02, "word": " I", "probability": 0.9658203125}, {"start": 1024.02, "end": 1024.08, "word": " didn't", "probability": 0.71142578125}, {"start": 1024.08, "end": 1024.26, "word": " give", "probability": 0.16943359375}, {"start": 1024.26, "end": 1024.74, "word": " it", "probability": 0.5986328125}, {"start": 1024.74, "end": 1024.74, "word": " to", "probability": 0.880859375}, {"start": 1024.74, "end": 1025.44, "word": " you,", "probability": 0.9580078125}, {"start": 1025.5, "end": 1025.82, "word": " so", "probability": 0.51611328125}, {"start": 1025.82, "end": 1026.02, "word": " that", "probability": 0.5634765625}, {"start": 1026.02, "end": 1027.14, "word": " you", "probability": 0.9404296875}, {"start": 1027.14, "end": 1027.56, "word": " don't", "probability": 0.83447265625}, {"start": 1027.56, "end": 1027.88, "word": " get", "probability": 0.1563720703125}, {"start": 1027.88, "end": 1028.04, "word": " bored", "probability": 0.658203125}, {"start": 1028.04, "end": 1028.2, "word": " of", "probability": 0.40087890625}, {"start": 1028.2, "end": 1028.3, "word": " it", "probability": 0.91748046875}, {"start": 1028.3, "end": 1028.48, "word": " right", "probability": 0.216796875}, {"start": 1028.48, "end": 1028.72, "word": " away.", "probability": 0.88232421875}, {"start": 1029.36, "end": 1029.8, "word": " You", "probability": 0.60888671875}, {"start": 1029.8, "end": 1030.08, "word": " can", "probability": 0.93408203125}, {"start": 1030.08, "end": 1030.4, "word": " put", "probability": 0.480712890625}, {"start": 1030.4, "end": 1030.72, "word": " birds,", "probability": 0.048370361328125}, {"start": 1030.88, "end": 1030.92, "word": " you", "probability": 0.36279296875}, {"start": 1030.92, "end": 1031.16, "word": " throw", "probability": 0.70458984375}, {"start": 1031.16, "end": 1031.44, "word": " them,", "probability": 0.88720703125}, {"start": 1031.56, "end": 1031.68, "word": " and", "probability": 0.86474609375}, {"start": 1031.68, "end": 1031.76, "word": " you", "probability": 0.47509765625}, {"start": 1031.76, "end": 1031.94, "word": " press", "probability": 0.64306640625}, {"start": 1031.94, "end": 1032.2, "word": " this", "probability": 0.7958984375}, {"start": 1032.2, "end": 1032.44, "word": " button.", "probability": 0.849609375}, {"start": 1032.7, "end": 1032.74, "word": " Do", "probability": 0.296875}, {"start": 1032.74, "end": 1032.74, "word": " you", "probability": 0.970703125}, {"start": 1032.74, "end": 1032.96, "word": " see", "probability": 0.91748046875}, {"start": 1032.96, "end": 1033.18, "word": " it?", "probability": 0.591796875}, {"start": 1034.12, "end": 1034.56, "word": " What", "probability": 0.470458984375}, {"start": 1034.56, "end": 1034.72, "word": " is", "probability": 0.74658203125}, {"start": 1034.72, "end": 1034.72, "word": " this", "probability": 0.46435546875}, {"start": 1034.72, "end": 1034.96, "word": " called?", "probability": 0.60302734375}, {"start": 1035.0, "end": 1035.36, "word": " Infra", "probability": 0.73681640625}, {"start": 1035.36, "end": 1035.98, "word": "-constraint.", "probability": 0.5889892578125}, {"start": 1036.34, "end": 1036.76, "word": " It", "probability": 0.354248046875}, {"start": 1036.76, "end": 1036.88, "word": " connects", "probability": 0.2320556640625}, {"start": 1036.88, "end": 1037.16, "word": " them", "probability": 0.72802734375}, {"start": 1037.16, "end": 1037.62, "word": " automatically.", "probability": 0.5419921875}, {"start": 1038.44, "end": 1038.88, "word": " Okay?", "probability": 0.2822265625}, {"start": 1039.86, "end": 1040.3, "word": " But", "probability": 0.64990234375}, {"start": 1040.3, "end": 1040.56, "word": " this", "probability": 0.498779296875}, {"start": 1040.56, "end": 1040.72, "word": " does", "probability": 0.190673828125}, {"start": 1040.72, "end": 1040.72, "word": " not", "probability": 0.9453125}, {"start": 1040.72, "end": 1041.02, "word": " depend", "probability": 0.81396484375}, {"start": 1041.02, "end": 1041.3, "word": " on", "probability": 0.94677734375}, {"start": 1041.3, "end": 1041.5, "word": " it.", "probability": 0.8671875}, {"start": 1041.92, "end": 1042.36, "word": " Why?", "probability": 0.86962890625}, {"start": 1042.48, "end": 1042.7, "word": " Because", "probability": 0.9287109375}, {"start": 1042.7, "end": 1042.8, "word": " it", "probability": 0.87158203125}, {"start": 1042.8, "end": 1042.84, "word": " is", "probability": 0.80908203125}, {"start": 1042.84, "end": 1042.9, "word": " not", "probability": 0.9287109375}, {"start": 1042.9, "end": 1043.1, "word": " always", "probability": 0.91064453125}, {"start": 1043.1, "end": 1043.46, "word": " correct.", "probability": 0.70654296875}, {"start": 1044.14, "end": 1044.38, "word": " For", "probability": 0.72802734375}, {"start": 1044.38, "end": 1044.6, "word": " example,", "probability": 0.94775390625}, {"start": 1044.72, "end": 1044.88, "word": " I", "probability": 0.779296875}, {"start": 1044.88, "end": 1045.12, "word": " put", "probability": 0.728515625}, {"start": 1045.12, "end": 1045.26, "word": " an", "probability": 0.26123046875}, {"start": 1045.26, "end": 1045.52, "word": " element", "probability": 0.402587890625}, {"start": 1045.52, "end": 1045.8, "word": " and", "probability": 0.65283203125}, {"start": 1045.8, "end": 1045.88, "word": " I", "probability": 0.39501953125}, {"start": 1045.88, "end": 1046.04, "word": " want", "probability": 0.2266845703125}, {"start": 1046.04, "end": 1046.24, "word": " it", "probability": 0.84716796875}, {"start": 1046.24, "end": 1046.24, "word": " to", "probability": 0.955078125}, {"start": 1046.24, "end": 1046.36, "word": " come", "probability": 0.6845703125}, {"start": 1046.36, "end": 1046.48, "word": " in", "probability": 0.79736328125}, {"start": 1046.48, "end": 1046.56, "word": " the", "probability": 0.8857421875}, {"start": 1046.56, "end": 1046.76, "word": " middle.", "probability": 0.93310546875}], "temperature": 1.0}, {"id": 39, "seek": 107339, "start": 1047.39, "end": 1073.39, "text": " Okay? Maybe it doesn't connect to it, it's a medium. It brings it to me, for example, and connects it to this and this slot. For example. Okay? So don't rely too much on it. Okay, I added these buttons. Don't forget to give each one an ID. This one is called toggle button ID, and the switch is called switch 1. Okay, let's come and do action on them too. This one needs to do a variable called toggle button. TG", "tokens": [1033, 30, 2704, 309, 1177, 380, 1745, 281, 309, 11, 309, 311, 257, 6399, 13, 467, 5607, 309, 281, 385, 11, 337, 1365, 11, 293, 16967, 309, 281, 341, 293, 341, 14747, 13, 1171, 1365, 13, 1033, 30, 407, 500, 380, 10687, 886, 709, 322, 309, 13, 1033, 11, 286, 3869, 613, 9905, 13, 1468, 380, 2870, 281, 976, 1184, 472, 364, 7348, 13, 639, 472, 307, 1219, 31225, 2960, 7348, 11, 293, 264, 3679, 307, 1219, 3679, 502, 13, 1033, 11, 718, 311, 808, 293, 360, 3069, 322, 552, 886, 13, 639, 472, 2203, 281, 360, 257, 7006, 1219, 31225, 2960, 13, 314, 38], "avg_logprob": -0.5097287893295288, "compression_ratio": 1.7426160337552743, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 1047.3899999999999, "end": 1047.83, "word": " Okay?", "probability": 0.07952880859375}, {"start": 1048.49, "end": 1048.89, "word": " Maybe", "probability": 0.290771484375}, {"start": 1048.89, "end": 1049.05, "word": " it", "probability": 0.3955078125}, {"start": 1049.05, "end": 1049.17, "word": " doesn't", "probability": 0.6224365234375}, {"start": 1049.17, "end": 1049.37, "word": " connect", "probability": 0.492919921875}, {"start": 1049.37, "end": 1049.51, "word": " to", "probability": 0.1705322265625}, {"start": 1049.51, "end": 1049.75, "word": " it,", "probability": 0.49169921875}, {"start": 1050.15, "end": 1050.31, "word": " it's", "probability": 0.578857421875}, {"start": 1050.31, "end": 1050.43, "word": " a", "probability": 0.25439453125}, {"start": 1050.43, "end": 1050.69, "word": " medium.", "probability": 0.387451171875}, {"start": 1050.91, "end": 1051.13, "word": " It", "probability": 0.55224609375}, {"start": 1051.13, "end": 1051.31, "word": " brings", "probability": 0.426025390625}, {"start": 1051.31, "end": 1051.55, "word": " it", "probability": 0.79443359375}, {"start": 1051.55, "end": 1051.57, "word": " to", "probability": 0.76171875}, {"start": 1051.57, "end": 1051.57, "word": " me,", "probability": 0.71923828125}, {"start": 1051.67, "end": 1051.73, "word": " for", "probability": 0.576171875}, {"start": 1051.73, "end": 1051.83, "word": " example,", "probability": 0.95361328125}, {"start": 1051.87, "end": 1051.97, "word": " and", "probability": 0.25732421875}, {"start": 1051.97, "end": 1052.15, "word": " connects", "probability": 0.7890625}, {"start": 1052.15, "end": 1052.35, "word": " it", "probability": 0.58740234375}, {"start": 1052.35, "end": 1052.41, "word": " to", "probability": 0.7470703125}, {"start": 1052.41, "end": 1052.55, "word": " this", "probability": 0.14111328125}, {"start": 1052.55, "end": 1053.05, "word": " and", "probability": 0.4521484375}, {"start": 1053.05, "end": 1053.27, "word": " this", "probability": 0.64892578125}, {"start": 1053.27, "end": 1053.27, "word": " slot.", "probability": 0.1256103515625}, {"start": 1053.51, "end": 1053.67, "word": " For", "probability": 0.62255859375}, {"start": 1053.67, "end": 1053.81, "word": " example.", "probability": 0.95263671875}, {"start": 1054.19, "end": 1054.43, "word": " Okay?", "probability": 0.7900390625}, {"start": 1054.53, "end": 1054.67, "word": " So", "probability": 0.84033203125}, {"start": 1054.67, "end": 1054.89, "word": " don't", "probability": 0.7325439453125}, {"start": 1054.89, "end": 1055.19, "word": " rely", "probability": 0.638671875}, {"start": 1055.19, "end": 1055.59, "word": " too", "probability": 0.5654296875}, {"start": 1055.59, "end": 1055.65, "word": " much", "probability": 0.90576171875}, {"start": 1055.65, "end": 1055.65, "word": " on", "probability": 0.92626953125}, {"start": 1055.65, "end": 1055.65, "word": " it.", "probability": 0.9013671875}, {"start": 1057.67, "end": 1058.11, "word": " Okay,", "probability": 0.63916015625}, {"start": 1058.13, "end": 1058.31, "word": " I", "probability": 0.59033203125}, {"start": 1058.31, "end": 1058.49, "word": " added", "probability": 0.64306640625}, {"start": 1058.49, "end": 1058.73, "word": " these", "probability": 0.323974609375}, {"start": 1058.73, "end": 1058.99, "word": " buttons.", "probability": 0.5947265625}, {"start": 1059.25, "end": 1059.35, "word": " Don't", "probability": 0.872314453125}, {"start": 1059.35, "end": 1059.65, "word": " forget", "probability": 0.9130859375}, {"start": 1059.65, "end": 1059.75, "word": " to", "probability": 0.9140625}, {"start": 1059.75, "end": 1059.93, "word": " give", "probability": 0.7578125}, {"start": 1059.93, "end": 1060.21, "word": " each", "probability": 0.90283203125}, {"start": 1060.21, "end": 1060.45, "word": " one", "probability": 0.75048828125}, {"start": 1060.45, "end": 1060.59, "word": " an", "probability": 0.496826171875}, {"start": 1060.59, "end": 1060.77, "word": " ID.", "probability": 0.791015625}, {"start": 1061.31, "end": 1061.53, "word": " This", "probability": 0.81103515625}, {"start": 1061.53, "end": 1061.57, "word": " one", "probability": 0.45361328125}, {"start": 1061.57, "end": 1061.63, "word": " is", "probability": 0.7880859375}, {"start": 1061.63, "end": 1061.87, "word": " called", "probability": 0.8291015625}, {"start": 1061.87, "end": 1062.13, "word": " toggle", "probability": 0.7626953125}, {"start": 1062.13, "end": 1062.43, "word": " button", "probability": 0.654296875}, {"start": 1062.43, "end": 1062.77, "word": " ID,", "probability": 0.454345703125}, {"start": 1063.11, "end": 1063.25, "word": " and", "probability": 0.91259765625}, {"start": 1063.25, "end": 1063.37, "word": " the", "probability": 0.841796875}, {"start": 1063.37, "end": 1063.67, "word": " switch", "probability": 0.93017578125}, {"start": 1063.67, "end": 1063.81, "word": " is", "probability": 0.8544921875}, {"start": 1063.81, "end": 1064.19, "word": " called", "probability": 0.8974609375}, {"start": 1064.19, "end": 1064.65, "word": " switch", "probability": 0.77734375}, {"start": 1064.65, "end": 1064.91, "word": " 1.", "probability": 0.5068359375}, {"start": 1067.03, "end": 1067.45, "word": " Okay,", "probability": 0.70654296875}, {"start": 1067.47, "end": 1067.67, "word": " let's", "probability": 0.890625}, {"start": 1067.67, "end": 1067.67, "word": " come", "probability": 0.3212890625}, {"start": 1067.67, "end": 1067.77, "word": " and", "probability": 0.64111328125}, {"start": 1067.77, "end": 1067.87, "word": " do", "probability": 0.6083984375}, {"start": 1067.87, "end": 1068.23, "word": " action", "probability": 0.66748046875}, {"start": 1068.23, "end": 1068.41, "word": " on", "probability": 0.84326171875}, {"start": 1068.41, "end": 1068.57, "word": " them", "probability": 0.8818359375}, {"start": 1068.57, "end": 1068.81, "word": " too.", "probability": 0.5400390625}, {"start": 1069.61, "end": 1069.81, "word": " This", "probability": 0.6181640625}, {"start": 1069.81, "end": 1069.85, "word": " one", "probability": 0.6162109375}, {"start": 1069.85, "end": 1070.03, "word": " needs", "probability": 0.399658203125}, {"start": 1070.03, "end": 1070.03, "word": " to", "probability": 0.89306640625}, {"start": 1070.03, "end": 1070.17, "word": " do", "probability": 0.60888671875}, {"start": 1070.17, "end": 1070.29, "word": " a", "probability": 0.705078125}, {"start": 1070.29, "end": 1070.65, "word": " variable", "probability": 0.61669921875}, {"start": 1070.65, "end": 1070.93, "word": " called", "probability": 0.73193359375}, {"start": 1070.93, "end": 1071.21, "word": " toggle", "probability": 0.92138671875}, {"start": 1071.21, "end": 1071.61, "word": " button.", "probability": 0.92626953125}, {"start": 1072.95, "end": 1073.39, "word": " TG", "probability": 0.6300048828125}], "temperature": 1.0}, {"id": 40, "seek": 110052, "start": 1074.56, "end": 1100.52, "text": " find view by id r.id.togglebutton and we get the second one which is switch because there is a word which is reserved switch right? leave it as it is ok this is the button set", "tokens": [915, 1910, 538, 4496, 367, 13, 327, 13, 83, 664, 22631, 5955, 1756, 293, 321, 483, 264, 1150, 472, 597, 307, 3679, 570, 456, 307, 257, 1349, 597, 307, 24819, 3679, 558, 30, 1856, 309, 382, 309, 307, 3133, 341, 307, 264, 2960, 992], "avg_logprob": -0.752083322736952, "compression_ratio": 1.4545454545454546, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1074.56, "end": 1074.98, "word": " find", "probability": 0.31884765625}, {"start": 1074.98, "end": 1075.3, "word": " view", "probability": 0.34521484375}, {"start": 1075.3, "end": 1075.5, "word": " by", "probability": 0.88330078125}, {"start": 1075.5, "end": 1075.84, "word": " id", "probability": 0.849609375}, {"start": 1075.84, "end": 1076.2, "word": " r", "probability": 0.33544921875}, {"start": 1076.2, "end": 1076.82, "word": ".id", "probability": 0.758056640625}, {"start": 1076.82, "end": 1079.28, "word": ".togglebutton", "probability": 0.6573486328125}, {"start": 1079.28, "end": 1079.44, "word": " and", "probability": 0.347412109375}, {"start": 1079.44, "end": 1079.62, "word": " we", "probability": 0.1695556640625}, {"start": 1079.62, "end": 1079.74, "word": " get", "probability": 0.288330078125}, {"start": 1079.74, "end": 1080.18, "word": " the", "probability": 0.331787109375}, {"start": 1080.18, "end": 1080.44, "word": " second", "probability": 0.60205078125}, {"start": 1080.44, "end": 1080.7, "word": " one", "probability": 0.2666015625}, {"start": 1080.7, "end": 1080.8, "word": " which", "probability": 0.484130859375}, {"start": 1080.8, "end": 1081.38, "word": " is", "probability": 0.93115234375}, {"start": 1081.38, "end": 1083.0, "word": " switch", "probability": 0.82666015625}, {"start": 1083.0, "end": 1093.74, "word": " because", "probability": 0.2200927734375}, {"start": 1093.74, "end": 1094.5, "word": " there", "probability": 0.385498046875}, {"start": 1094.5, "end": 1094.54, "word": " is", "probability": 0.8515625}, {"start": 1094.54, "end": 1094.78, "word": " a", "probability": 0.77978515625}, {"start": 1094.78, "end": 1094.78, "word": " word", "probability": 0.53466796875}, {"start": 1094.78, "end": 1094.92, "word": " which", "probability": 0.077392578125}, {"start": 1094.92, "end": 1094.92, "word": " is", "probability": 0.5986328125}, {"start": 1094.92, "end": 1095.1, "word": " reserved", "probability": 0.2255859375}, {"start": 1095.1, "end": 1095.52, "word": " switch", "probability": 0.24267578125}, {"start": 1095.52, "end": 1095.86, "word": " right?", "probability": 0.32177734375}, {"start": 1096.16, "end": 1096.5, "word": " leave", "probability": 0.1591796875}, {"start": 1096.5, "end": 1096.7, "word": " it", "probability": 0.79736328125}, {"start": 1096.7, "end": 1096.8, "word": " as", "probability": 0.42041015625}, {"start": 1096.8, "end": 1097.26, "word": " it", "probability": 0.58203125}, {"start": 1097.26, "end": 1098.16, "word": " is", "probability": 0.916015625}, {"start": 1098.16, "end": 1098.56, "word": " ok", "probability": 0.2279052734375}, {"start": 1098.56, "end": 1099.02, "word": " this", "probability": 0.28857421875}, {"start": 1099.02, "end": 1099.18, "word": " is", "probability": 0.72021484375}, {"start": 1099.18, "end": 1099.42, "word": " the", "probability": 0.461669921875}, {"start": 1099.42, "end": 1099.78, "word": " button", "probability": 0.83349609375}, {"start": 1099.78, "end": 1100.52, "word": " set", "probability": 0.9111328125}], "temperature": 1.0}, {"id": 41, "seek": 112965, "start": 1101.73, "end": 1129.65, "text": " in you on click listener in you on click listener now you can for example when I click on it it brings me the text it does not change the text that is on it it brings me the text that is there put this final and take the toast", "tokens": [294, 291, 322, 2052, 31569, 294, 291, 322, 2052, 31569, 586, 291, 393, 337, 1365, 562, 286, 2052, 322, 309, 309, 5607, 385, 264, 2487, 309, 775, 406, 1319, 264, 2487, 300, 307, 322, 309, 309, 5607, 385, 264, 2487, 300, 307, 456, 829, 341, 2572, 293, 747, 264, 15354], "avg_logprob": -0.5756740476570877, "compression_ratio": 1.8760330578512396, "no_speech_prob": 0.0, "words": [{"start": 1101.73, "end": 1102.13, "word": " in", "probability": 0.059112548828125}, {"start": 1102.13, "end": 1102.13, "word": " you", "probability": 0.7705078125}, {"start": 1102.13, "end": 1102.13, "word": " on", "probability": 0.58251953125}, {"start": 1102.13, "end": 1103.85, "word": " click", "probability": 0.76123046875}, {"start": 1103.85, "end": 1104.21, "word": " listener", "probability": 0.68017578125}, {"start": 1104.21, "end": 1106.93, "word": " in", "probability": 0.10650634765625}, {"start": 1106.93, "end": 1107.43, "word": " you", "probability": 0.93603515625}, {"start": 1107.43, "end": 1108.27, "word": " on", "probability": 0.93115234375}, {"start": 1108.27, "end": 1109.61, "word": " click", "probability": 0.89404296875}, {"start": 1109.61, "end": 1115.55, "word": " listener", "probability": 0.90966796875}, {"start": 1115.55, "end": 1116.27, "word": " now", "probability": 0.354736328125}, {"start": 1116.27, "end": 1116.59, "word": " you", "probability": 0.67333984375}, {"start": 1116.59, "end": 1117.43, "word": " can", "probability": 0.7236328125}, {"start": 1117.43, "end": 1118.45, "word": " for", "probability": 0.39794921875}, {"start": 1118.45, "end": 1118.63, "word": " example", "probability": 0.93115234375}, {"start": 1118.63, "end": 1118.85, "word": " when", "probability": 0.426513671875}, {"start": 1118.85, "end": 1120.53, "word": " I", "probability": 0.2457275390625}, {"start": 1120.53, "end": 1120.75, "word": " click", "probability": 0.443603515625}, {"start": 1120.75, "end": 1120.95, "word": " on", "probability": 0.7265625}, {"start": 1120.95, "end": 1121.09, "word": " it", "probability": 0.599609375}, {"start": 1121.09, "end": 1121.35, "word": " it", "probability": 0.441650390625}, {"start": 1121.35, "end": 1121.49, "word": " brings", "probability": 0.352294921875}, {"start": 1121.49, "end": 1121.65, "word": " me", "probability": 0.580078125}, {"start": 1121.65, "end": 1121.71, "word": " the", "probability": 0.5859375}, {"start": 1121.71, "end": 1121.91, "word": " text", "probability": 0.6806640625}, {"start": 1121.91, "end": 1122.27, "word": " it", "probability": 0.1434326171875}, {"start": 1122.27, "end": 1122.35, "word": " does", "probability": 0.57861328125}, {"start": 1122.35, "end": 1122.35, "word": " not", "probability": 0.71923828125}, {"start": 1122.35, "end": 1122.73, "word": " change", "probability": 0.83984375}, {"start": 1122.73, "end": 1122.87, "word": " the", "probability": 0.6162109375}, {"start": 1122.87, "end": 1123.07, "word": " text", "probability": 0.931640625}, {"start": 1123.07, "end": 1123.19, "word": " that", "probability": 0.220703125}, {"start": 1123.19, "end": 1123.19, "word": " is", "probability": 0.66259765625}, {"start": 1123.19, "end": 1123.31, "word": " on", "probability": 0.6279296875}, {"start": 1123.31, "end": 1123.69, "word": " it", "probability": 0.892578125}, {"start": 1123.69, "end": 1124.25, "word": " it", "probability": 0.478515625}, {"start": 1124.25, "end": 1124.41, "word": " brings", "probability": 0.77392578125}, {"start": 1124.41, "end": 1124.55, "word": " me", "probability": 0.84814453125}, {"start": 1124.55, "end": 1124.61, "word": " the", "probability": 0.875}, {"start": 1124.61, "end": 1124.81, "word": " text", "probability": 0.67138671875}, {"start": 1124.81, "end": 1124.93, "word": " that", "probability": 0.7958984375}, {"start": 1124.93, "end": 1124.93, "word": " is", "probability": 0.86962890625}, {"start": 1124.93, "end": 1125.31, "word": " there", "probability": 0.39208984375}, {"start": 1125.31, "end": 1126.45, "word": " put", "probability": 0.576171875}, {"start": 1126.45, "end": 1126.65, "word": " this", "probability": 0.51171875}, {"start": 1126.65, "end": 1127.05, "word": " final", "probability": 0.6416015625}, {"start": 1127.05, "end": 1128.91, "word": " and", "probability": 0.431640625}, {"start": 1128.91, "end": 1129.11, "word": " take", "probability": 0.65869140625}, {"start": 1129.11, "end": 1129.25, "word": " the", "probability": 0.6181640625}, {"start": 1129.25, "end": 1129.65, "word": " toast", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 42, "seek": 115954, "start": 1133.76, "end": 1159.54, "text": " And here instead of R, I put toggle-batman.gettext It's supposed to bring me the text that is displayed on it Let's try it, make sure it's working, don't let it show up that it's not the one Because until it works, we need to switch it in the same way", "tokens": [400, 510, 2602, 295, 497, 11, 286, 829, 281, 70, 22631, 12, 11980, 1601, 13, 847, 25111, 467, 311, 3442, 281, 1565, 385, 264, 2487, 300, 307, 16372, 322, 309, 961, 311, 853, 309, 11, 652, 988, 309, 311, 1364, 11, 500, 380, 718, 309, 855, 493, 300, 309, 311, 406, 264, 472, 1436, 1826, 309, 1985, 11, 321, 643, 281, 3679, 309, 294, 264, 912, 636], "avg_logprob": -0.7339154490653206, "compression_ratio": 1.44, "no_speech_prob": 0.0, "words": [{"start": 1133.76, "end": 1134.1, "word": " And", "probability": 0.359130859375}, {"start": 1134.1, "end": 1134.4, "word": " here", "probability": 0.6689453125}, {"start": 1134.4, "end": 1134.74, "word": " instead", "probability": 0.60986328125}, {"start": 1134.74, "end": 1135.02, "word": " of", "probability": 0.96484375}, {"start": 1135.02, "end": 1135.36, "word": " R,", "probability": 0.21484375}, {"start": 1135.9, "end": 1135.98, "word": " I", "probability": 0.31298828125}, {"start": 1135.98, "end": 1136.24, "word": " put", "probability": 0.393310546875}, {"start": 1136.24, "end": 1137.0, "word": " toggle", "probability": 0.489990234375}, {"start": 1137.0, "end": 1137.28, "word": "-batman", "probability": 0.2969156901041667}, {"start": 1137.28, "end": 1141.24, "word": ".gettext", "probability": 0.6544596354166666}, {"start": 1141.24, "end": 1141.36, "word": " It's", "probability": 0.22515869140625}, {"start": 1141.36, "end": 1141.54, "word": " supposed", "probability": 0.8037109375}, {"start": 1141.54, "end": 1141.68, "word": " to", "probability": 0.9619140625}, {"start": 1141.68, "end": 1141.8, "word": " bring", "probability": 0.35595703125}, {"start": 1141.8, "end": 1141.96, "word": " me", "probability": 0.52685546875}, {"start": 1141.96, "end": 1142.02, "word": " the", "probability": 0.7529296875}, {"start": 1142.02, "end": 1142.22, "word": " text", "probability": 0.78564453125}, {"start": 1142.22, "end": 1143.76, "word": " that", "probability": 0.55322265625}, {"start": 1143.76, "end": 1146.48, "word": " is", "probability": 0.230224609375}, {"start": 1146.48, "end": 1146.76, "word": " displayed", "probability": 0.3388671875}, {"start": 1146.76, "end": 1147.36, "word": " on", "probability": 0.23095703125}, {"start": 1147.36, "end": 1147.56, "word": " it", "probability": 0.560546875}, {"start": 1147.56, "end": 1148.46, "word": " Let's", "probability": 0.6400146484375}, {"start": 1148.46, "end": 1148.72, "word": " try", "probability": 0.8642578125}, {"start": 1148.72, "end": 1148.96, "word": " it,", "probability": 0.73388671875}, {"start": 1148.96, "end": 1149.24, "word": " make", "probability": 0.5048828125}, {"start": 1149.24, "end": 1149.42, "word": " sure", "probability": 0.92578125}, {"start": 1149.42, "end": 1149.6, "word": " it's", "probability": 0.710693359375}, {"start": 1149.6, "end": 1149.94, "word": " working,", "probability": 0.451416015625}, {"start": 1150.0, "end": 1150.26, "word": " don't", "probability": 0.6307373046875}, {"start": 1150.26, "end": 1150.3, "word": " let", "probability": 0.271728515625}, {"start": 1150.3, "end": 1150.52, "word": " it", "probability": 0.82763671875}, {"start": 1150.52, "end": 1150.74, "word": " show", "probability": 0.2208251953125}, {"start": 1150.74, "end": 1150.78, "word": " up", "probability": 0.4150390625}, {"start": 1150.78, "end": 1150.96, "word": " that", "probability": 0.2425537109375}, {"start": 1150.96, "end": 1151.1, "word": " it's", "probability": 0.7978515625}, {"start": 1151.1, "end": 1151.1, "word": " not", "probability": 0.87646484375}, {"start": 1151.1, "end": 1151.46, "word": " the", "probability": 0.331787109375}, {"start": 1151.46, "end": 1153.26, "word": " one", "probability": 0.282470703125}, {"start": 1153.26, "end": 1153.92, "word": " Because", "probability": 0.34619140625}, {"start": 1153.92, "end": 1154.28, "word": " until", "probability": 0.26904296875}, {"start": 1154.28, "end": 1154.5, "word": " it", "probability": 0.81982421875}, {"start": 1154.5, "end": 1154.66, "word": " works,", "probability": 0.615234375}, {"start": 1155.02, "end": 1155.3, "word": " we", "probability": 0.55712890625}, {"start": 1155.3, "end": 1155.54, "word": " need", "probability": 0.51953125}, {"start": 1155.54, "end": 1156.16, "word": " to", "probability": 0.89111328125}, {"start": 1156.16, "end": 1157.64, "word": " switch", "probability": 0.7333984375}, {"start": 1157.64, "end": 1158.76, "word": " it", "probability": 0.364501953125}, {"start": 1158.76, "end": 1158.92, "word": " in", "probability": 0.1815185546875}, {"start": 1158.92, "end": 1159.12, "word": " the", "probability": 0.908203125}, {"start": 1159.12, "end": 1159.12, "word": " same", "probability": 0.9072265625}, {"start": 1159.12, "end": 1159.54, "word": " way", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 43, "seek": 120506, "start": 1203.88, "end": 1205.06, "text": " Oh, I see. I see.", "tokens": [876, 11, 286, 536, 13, 286, 536, 13], "avg_logprob": -0.5381944444444444, "compression_ratio": 0.9, "no_speech_prob": 2.5272369384765625e-05, "words": [{"start": 1203.88, "end": 1204.04, "word": " Oh,", "probability": 0.0802001953125}, {"start": 1204.12, "end": 1204.24, "word": " I", "probability": 0.693359375}, {"start": 1204.24, "end": 1204.46, "word": " see.", "probability": 0.9130859375}, {"start": 1204.76, "end": 1204.92, "word": " I", "probability": 0.62548828125}, {"start": 1204.92, "end": 1205.06, "word": " see.", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 44, "seek": 125117, "start": 1236.13, "end": 1251.17, "text": " Ok, as you can see, when I press it, the color changes. And this is the switch. Ok, why didn't they change this one? It looks like this one doesn't have text.", "tokens": [3477, 11, 382, 291, 393, 536, 11, 562, 286, 1886, 309, 11, 264, 2017, 2962, 13, 400, 341, 307, 264, 3679, 13, 3477, 11, 983, 994, 380, 436, 1319, 341, 472, 30, 467, 1542, 411, 341, 472, 1177, 380, 362, 2487, 13], "avg_logprob": -0.5476017220075741, "compression_ratio": 1.3361344537815125, "no_speech_prob": 0.0, "words": [{"start": 1236.13, "end": 1236.47, "word": " Ok,", "probability": 0.1802978515625}, {"start": 1236.73, "end": 1236.89, "word": " as", "probability": 0.163818359375}, {"start": 1236.89, "end": 1236.91, "word": " you", "probability": 0.95654296875}, {"start": 1236.91, "end": 1237.17, "word": " can", "probability": 0.73193359375}, {"start": 1237.17, "end": 1237.23, "word": " see,", "probability": 0.931640625}, {"start": 1237.37, "end": 1237.37, "word": " when", "probability": 0.59765625}, {"start": 1237.37, "end": 1237.49, "word": " I", "probability": 0.71923828125}, {"start": 1237.49, "end": 1237.67, "word": " press", "probability": 0.31494140625}, {"start": 1237.67, "end": 1237.99, "word": " it,", "probability": 0.50634765625}, {"start": 1238.21, "end": 1238.71, "word": " the", "probability": 0.438232421875}, {"start": 1238.71, "end": 1238.87, "word": " color", "probability": 0.5537109375}, {"start": 1238.87, "end": 1238.87, "word": " changes.", "probability": 0.52490234375}, {"start": 1241.75, "end": 1242.13, "word": " And", "probability": 0.473388671875}, {"start": 1242.13, "end": 1242.25, "word": " this", "probability": 0.6259765625}, {"start": 1242.25, "end": 1242.27, "word": " is", "probability": 0.93505859375}, {"start": 1242.27, "end": 1242.39, "word": " the", "probability": 0.8642578125}, {"start": 1242.39, "end": 1242.75, "word": " switch.", "probability": 0.83642578125}, {"start": 1244.69, "end": 1245.07, "word": " Ok,", "probability": 0.328125}, {"start": 1245.17, "end": 1245.31, "word": " why", "probability": 0.818359375}, {"start": 1245.31, "end": 1245.51, "word": " didn't", "probability": 0.61773681640625}, {"start": 1245.51, "end": 1245.55, "word": " they", "probability": 0.81298828125}, {"start": 1245.55, "end": 1245.85, "word": " change", "probability": 0.8330078125}, {"start": 1245.85, "end": 1246.13, "word": " this", "probability": 0.71337890625}, {"start": 1246.13, "end": 1246.25, "word": " one?", "probability": 0.264892578125}, {"start": 1249.47, "end": 1249.85, "word": " It", "probability": 0.49365234375}, {"start": 1249.85, "end": 1250.05, "word": " looks", "probability": 0.34423828125}, {"start": 1250.05, "end": 1250.11, "word": " like", "probability": 0.85595703125}, {"start": 1250.11, "end": 1250.25, "word": " this", "probability": 0.515625}, {"start": 1250.25, "end": 1250.29, "word": " one", "probability": 0.70068359375}, {"start": 1250.29, "end": 1250.35, "word": " doesn't", "probability": 0.801025390625}, {"start": 1250.35, "end": 1250.55, "word": " have", "probability": 0.93017578125}, {"start": 1250.55, "end": 1251.17, "word": " text.", "probability": 0.4306640625}], "temperature": 1.0}, {"id": 45, "seek": 128518, "start": 1264.78, "end": 1285.18, "text": " This does not have on or off, I think. I mean, I can bring ... Yes, it changes the color, but I can bring its status. I think it is activated.", "tokens": [639, 775, 406, 362, 322, 420, 766, 11, 286, 519, 13, 286, 914, 11, 286, 393, 1565, 1097, 1079, 11, 309, 2962, 264, 2017, 11, 457, 286, 393, 1565, 1080, 6558, 13, 286, 519, 309, 307, 18157, 13], "avg_logprob": -0.552083318050091, "compression_ratio": 1.311926605504587, "no_speech_prob": 0.0, "words": [{"start": 1264.78, "end": 1265.22, "word": " This", "probability": 0.2044677734375}, {"start": 1265.22, "end": 1265.36, "word": " does", "probability": 0.2327880859375}, {"start": 1265.36, "end": 1265.36, "word": " not", "probability": 0.923828125}, {"start": 1265.36, "end": 1265.68, "word": " have", "probability": 0.6279296875}, {"start": 1265.68, "end": 1265.94, "word": " on", "probability": 0.296142578125}, {"start": 1265.94, "end": 1266.06, "word": " or", "probability": 0.53369140625}, {"start": 1266.06, "end": 1266.32, "word": " off,", "probability": 0.93701171875}, {"start": 1266.38, "end": 1266.48, "word": " I", "probability": 0.916015625}, {"start": 1266.48, "end": 1266.78, "word": " think.", "probability": 0.6123046875}, {"start": 1271.36, "end": 1271.82, "word": " I", "probability": 0.37451171875}, {"start": 1271.82, "end": 1271.88, "word": " mean,", "probability": 0.247314453125}, {"start": 1271.92, "end": 1272.14, "word": " I", "probability": 0.7080078125}, {"start": 1272.14, "end": 1272.4, "word": " can", "probability": 0.82177734375}, {"start": 1272.4, "end": 1272.72, "word": " bring", "probability": 0.4033203125}, {"start": 1272.72, "end": 1273.38, "word": " ...", "probability": 0.12481689453125}, {"start": 1273.38, "end": 1273.6, "word": " Yes,", "probability": 0.290771484375}, {"start": 1273.6, "end": 1276.08, "word": " it", "probability": 0.78173828125}, {"start": 1276.08, "end": 1276.32, "word": " changes", "probability": 0.5751953125}, {"start": 1276.32, "end": 1276.42, "word": " the", "probability": 0.53271484375}, {"start": 1276.42, "end": 1276.5, "word": " color,", "probability": 0.671875}, {"start": 1276.56, "end": 1276.66, "word": " but", "probability": 0.8955078125}, {"start": 1276.66, "end": 1276.8, "word": " I", "probability": 0.9609375}, {"start": 1276.8, "end": 1276.9, "word": " can", "probability": 0.943359375}, {"start": 1276.9, "end": 1277.16, "word": " bring", "probability": 0.83642578125}, {"start": 1277.16, "end": 1277.26, "word": " its", "probability": 0.40478515625}, {"start": 1277.26, "end": 1277.74, "word": " status.", "probability": 0.91259765625}, {"start": 1283.7, "end": 1284.16, "word": " I", "probability": 0.368896484375}, {"start": 1284.16, "end": 1284.32, "word": " think", "probability": 0.68310546875}, {"start": 1284.32, "end": 1284.48, "word": " it", "probability": 0.5615234375}, {"start": 1284.48, "end": 1284.54, "word": " is", "probability": 0.470458984375}, {"start": 1284.54, "end": 1285.18, "word": " activated.", "probability": 0.91015625}], "temperature": 1.0}, {"id": 46, "seek": 133970, "start": 1338.24, "end": 1339.7, "text": " Okay guys, let's move to a new topic.", "tokens": [1033, 1074, 11, 718, 311, 1286, 281, 257, 777, 4829, 13], "avg_logprob": -0.6601562350988388, "compression_ratio": 0.8636363636363636, "no_speech_prob": 0.0, "words": [{"start": 1338.24, "end": 1338.64, "word": " Okay", "probability": 0.438232421875}, {"start": 1338.64, "end": 1338.86, "word": " guys,", "probability": 0.46240234375}, {"start": 1338.88, "end": 1339.06, "word": " let's", "probability": 0.6494140625}, {"start": 1339.06, "end": 1339.2, "word": " move", "probability": 0.170654296875}, {"start": 1339.2, "end": 1339.2, "word": " to", "probability": 0.53466796875}, {"start": 1339.2, "end": 1339.34, "word": " a", "probability": 0.55224609375}, {"start": 1339.34, "end": 1339.7, "word": " new", "probability": 0.91796875}, {"start": 1339.7, "end": 1339.7, "word": " topic.", "probability": 0.43603515625}], "temperature": 1.0}, {"id": 47, "seek": 136919, "start": 1353.21, "end": 1369.19, "text": " Spinner. Yes, this element in the containers is called a spinner. It's not activated, it's checked I think.", "tokens": [1738, 19166, 13, 1079, 11, 341, 4478, 294, 264, 17089, 307, 1219, 257, 44849, 13, 467, 311, 406, 18157, 11, 309, 311, 10033, 286, 519, 13], "avg_logprob": -0.6168981481481481, "compression_ratio": 1.1868131868131868, "no_speech_prob": 0.0, "words": [{"start": 1353.21, "end": 1353.73, "word": " Spinner.", "probability": 0.55230712890625}, {"start": 1356.13, "end": 1356.65, "word": " Yes,", "probability": 0.1282958984375}, {"start": 1356.65, "end": 1356.79, "word": " this", "probability": 0.755859375}, {"start": 1356.79, "end": 1357.03, "word": " element", "probability": 0.293701171875}, {"start": 1357.03, "end": 1357.39, "word": " in", "probability": 0.307373046875}, {"start": 1357.39, "end": 1357.51, "word": " the", "probability": 0.57568359375}, {"start": 1357.51, "end": 1358.07, "word": " containers", "probability": 0.5458984375}, {"start": 1358.07, "end": 1359.17, "word": " is", "probability": 0.8203125}, {"start": 1359.17, "end": 1359.41, "word": " called", "probability": 0.8388671875}, {"start": 1359.41, "end": 1359.61, "word": " a", "probability": 0.3310546875}, {"start": 1359.61, "end": 1359.87, "word": " spinner.", "probability": 0.7236328125}, {"start": 1366.87, "end": 1367.39, "word": " It's", "probability": 0.4439697265625}, {"start": 1367.39, "end": 1367.39, "word": " not", "probability": 0.77880859375}, {"start": 1367.39, "end": 1368.09, "word": " activated,", "probability": 0.437255859375}, {"start": 1368.31, "end": 1368.49, "word": " it's", "probability": 0.774658203125}, {"start": 1368.49, "end": 1368.75, "word": " checked", "probability": 0.5205078125}, {"start": 1368.75, "end": 1368.95, "word": " I", "probability": 0.54052734375}, {"start": 1368.95, "end": 1369.19, "word": " think.", "probability": 0.6728515625}], "temperature": 1.0}, {"id": 48, "seek": 140853, "start": 1382.17, "end": 1408.53, "text": " Let's continue Sometimes in apps you have to do something like a drop list For example, if you want to choose a country, you don't have to put a radio button, right? If you have 200 countries, you have to choose from a certain list Like the combo box in Java But in Android, what do they call it? Spinner", "tokens": [961, 311, 2354, 4803, 294, 7733, 291, 362, 281, 360, 746, 411, 257, 3270, 1329, 1171, 1365, 11, 498, 291, 528, 281, 2826, 257, 1941, 11, 291, 500, 380, 362, 281, 829, 257, 6477, 2960, 11, 558, 30, 759, 291, 362, 2331, 3517, 11, 291, 362, 281, 2826, 490, 257, 1629, 1329, 1743, 264, 16859, 2424, 294, 10745, 583, 294, 8853, 11, 437, 360, 436, 818, 309, 30, 1738, 19166], "avg_logprob": -0.5352112944696991, "compression_ratio": 1.5024630541871922, "no_speech_prob": 0.0, "words": [{"start": 1382.17, "end": 1382.65, "word": " Let's", "probability": 0.4407958984375}, {"start": 1382.65, "end": 1383.13, "word": " continue", "probability": 0.65380859375}, {"start": 1383.13, "end": 1387.27, "word": " Sometimes", "probability": 0.25537109375}, {"start": 1387.27, "end": 1387.85, "word": " in", "probability": 0.448974609375}, {"start": 1387.85, "end": 1388.25, "word": " apps", "probability": 0.451904296875}, {"start": 1388.25, "end": 1388.53, "word": " you", "probability": 0.6123046875}, {"start": 1388.53, "end": 1389.07, "word": " have", "probability": 0.39794921875}, {"start": 1389.07, "end": 1389.17, "word": " to", "probability": 0.96875}, {"start": 1389.17, "end": 1389.67, "word": " do", "probability": 0.25146484375}, {"start": 1389.67, "end": 1391.09, "word": " something", "probability": 0.375732421875}, {"start": 1391.09, "end": 1391.29, "word": " like", "probability": 0.81640625}, {"start": 1391.29, "end": 1391.41, "word": " a", "probability": 0.404296875}, {"start": 1391.41, "end": 1391.57, "word": " drop", "probability": 0.74267578125}, {"start": 1391.57, "end": 1391.93, "word": " list", "probability": 0.8828125}, {"start": 1391.93, "end": 1392.77, "word": " For", "probability": 0.54150390625}, {"start": 1392.77, "end": 1393.01, "word": " example,", "probability": 0.919921875}, {"start": 1393.09, "end": 1393.13, "word": " if", "probability": 0.306396484375}, {"start": 1393.13, "end": 1393.29, "word": " you", "probability": 0.9521484375}, {"start": 1393.29, "end": 1393.29, "word": " want", "probability": 0.74609375}, {"start": 1393.29, "end": 1393.39, "word": " to", "probability": 0.96533203125}, {"start": 1393.39, "end": 1393.61, "word": " choose", "probability": 0.7216796875}, {"start": 1393.61, "end": 1393.77, "word": " a", "probability": 0.8017578125}, {"start": 1393.77, "end": 1394.01, "word": " country,", "probability": 0.78759765625}, {"start": 1395.27, "end": 1395.71, "word": " you", "probability": 0.50732421875}, {"start": 1395.71, "end": 1396.11, "word": " don't", "probability": 0.6707763671875}, {"start": 1396.11, "end": 1396.33, "word": " have", "probability": 0.26513671875}, {"start": 1396.33, "end": 1396.33, "word": " to", "probability": 0.93701171875}, {"start": 1396.33, "end": 1396.41, "word": " put", "probability": 0.3388671875}, {"start": 1396.41, "end": 1396.81, "word": " a", "probability": 0.50390625}, {"start": 1396.81, "end": 1397.23, "word": " radio", "probability": 0.826171875}, {"start": 1397.23, "end": 1397.55, "word": " button,", "probability": 0.90234375}, {"start": 1397.65, "end": 1397.81, "word": " right?", "probability": 0.26416015625}, {"start": 1398.23, "end": 1398.71, "word": " If", "probability": 0.302734375}, {"start": 1398.71, "end": 1398.79, "word": " you", "probability": 0.91943359375}, {"start": 1398.79, "end": 1398.93, "word": " have", "probability": 0.7099609375}, {"start": 1398.93, "end": 1399.27, "word": " 200", "probability": 0.75390625}, {"start": 1399.27, "end": 1399.63, "word": " countries,", "probability": 0.75830078125}, {"start": 1400.27, "end": 1400.45, "word": " you", "probability": 0.875}, {"start": 1400.45, "end": 1400.67, "word": " have", "probability": 0.5830078125}, {"start": 1400.67, "end": 1400.69, "word": " to", "probability": 0.96875}, {"start": 1400.69, "end": 1401.07, "word": " choose", "probability": 0.6298828125}, {"start": 1401.07, "end": 1401.81, "word": " from", "probability": 0.51611328125}, {"start": 1401.81, "end": 1401.91, "word": " a", "probability": 0.8818359375}, {"start": 1401.91, "end": 1402.45, "word": " certain", "probability": 0.292236328125}, {"start": 1402.45, "end": 1402.53, "word": " list", "probability": 0.8720703125}, {"start": 1402.53, "end": 1403.41, "word": " Like", "probability": 0.271728515625}, {"start": 1403.41, "end": 1403.59, "word": " the", "probability": 0.291015625}, {"start": 1403.59, "end": 1403.83, "word": " combo", "probability": 0.4033203125}, {"start": 1403.83, "end": 1404.11, "word": " box", "probability": 0.92431640625}, {"start": 1404.11, "end": 1404.25, "word": " in", "probability": 0.88232421875}, {"start": 1404.25, "end": 1404.61, "word": " Java", "probability": 0.7255859375}, {"start": 1404.61, "end": 1406.17, "word": " But", "probability": 0.51953125}, {"start": 1406.17, "end": 1406.33, "word": " in", "probability": 0.609375}, {"start": 1406.33, "end": 1406.71, "word": " Android,", "probability": 0.85546875}, {"start": 1406.79, "end": 1406.85, "word": " what", "probability": 0.5498046875}, {"start": 1406.85, "end": 1406.93, "word": " do", "probability": 0.57568359375}, {"start": 1406.93, "end": 1406.95, "word": " they", "probability": 0.76806640625}, {"start": 1406.95, "end": 1407.21, "word": " call", "probability": 0.8935546875}, {"start": 1407.21, "end": 1407.71, "word": " it?", "probability": 0.91015625}, {"start": 1408.05, "end": 1408.53, "word": " Spinner", "probability": 0.83447265625}], "temperature": 1.0}, {"id": 49, "seek": 144066, "start": 1411.76, "end": 1440.66, "text": " Of course, it is placed in a container called containers. Why? Because the spinner actually has a group of elements. Okay? Okay, so let's see. The spinner is a little bit different. Let's see how to fill it and how to do action on it. Two things. How to fill it? Let's see from the text. The first thing is to connect it.", "tokens": [2720, 1164, 11, 309, 307, 7074, 294, 257, 10129, 1219, 17089, 13, 1545, 30, 1436, 264, 44849, 767, 575, 257, 1594, 295, 4959, 13, 1033, 30, 1033, 11, 370, 718, 311, 536, 13, 440, 44849, 307, 257, 707, 857, 819, 13, 961, 311, 536, 577, 281, 2836, 309, 293, 577, 281, 360, 3069, 322, 309, 13, 4453, 721, 13, 1012, 281, 2836, 309, 30, 961, 311, 536, 490, 264, 2487, 13, 440, 700, 551, 307, 281, 1745, 309, 13], "avg_logprob": -0.526562512665987, "compression_ratio": 1.6019900497512438, "no_speech_prob": 0.0, "words": [{"start": 1411.76, "end": 1412.02, "word": " Of", "probability": 0.1644287109375}, {"start": 1412.02, "end": 1412.1, "word": " course,", "probability": 0.90966796875}, {"start": 1412.12, "end": 1412.46, "word": " it", "probability": 0.18798828125}, {"start": 1412.46, "end": 1412.52, "word": " is", "probability": 0.3994140625}, {"start": 1412.52, "end": 1412.8, "word": " placed", "probability": 0.26025390625}, {"start": 1412.8, "end": 1413.46, "word": " in", "probability": 0.66845703125}, {"start": 1413.46, "end": 1413.58, "word": " a", "probability": 0.76953125}, {"start": 1413.58, "end": 1413.86, "word": " container", "probability": 0.4443359375}, {"start": 1413.86, "end": 1415.2, "word": " called", "probability": 0.392578125}, {"start": 1415.2, "end": 1415.92, "word": " containers.", "probability": 0.58837890625}, {"start": 1416.12, "end": 1416.4, "word": " Why?", "probability": 0.5859375}, {"start": 1416.42, "end": 1416.64, "word": " Because", "probability": 0.86767578125}, {"start": 1416.64, "end": 1417.74, "word": " the", "probability": 0.40185546875}, {"start": 1417.74, "end": 1419.04, "word": " spinner", "probability": 0.55712890625}, {"start": 1419.04, "end": 1419.04, "word": " actually", "probability": 0.300048828125}, {"start": 1419.04, "end": 1419.76, "word": " has", "probability": 0.236572265625}, {"start": 1419.76, "end": 1419.9, "word": " a", "probability": 0.64892578125}, {"start": 1419.9, "end": 1420.18, "word": " group", "probability": 0.419189453125}, {"start": 1420.18, "end": 1420.34, "word": " of", "probability": 0.9716796875}, {"start": 1420.34, "end": 1420.62, "word": " elements.", "probability": 0.4873046875}, {"start": 1421.04, "end": 1421.42, "word": " Okay?", "probability": 0.427978515625}, {"start": 1422.54, "end": 1422.82, "word": " Okay,", "probability": 0.319091796875}, {"start": 1422.88, "end": 1422.96, "word": " so", "probability": 0.429443359375}, {"start": 1422.96, "end": 1423.18, "word": " let's", "probability": 0.724365234375}, {"start": 1423.18, "end": 1423.44, "word": " see.", "probability": 0.77685546875}, {"start": 1423.6, "end": 1423.78, "word": " The", "probability": 0.71484375}, {"start": 1423.78, "end": 1424.06, "word": " spinner", "probability": 0.8681640625}, {"start": 1424.06, "end": 1424.22, "word": " is", "probability": 0.79345703125}, {"start": 1424.22, "end": 1424.32, "word": " a", "probability": 0.44091796875}, {"start": 1424.32, "end": 1424.32, "word": " little", "probability": 0.43359375}, {"start": 1424.32, "end": 1424.32, "word": " bit", "probability": 0.57080078125}, {"start": 1424.32, "end": 1424.74, "word": " different.", "probability": 0.8525390625}, {"start": 1425.12, "end": 1425.38, "word": " Let's", "probability": 0.7156982421875}, {"start": 1425.38, "end": 1425.54, "word": " see", "probability": 0.900390625}, {"start": 1425.54, "end": 1425.76, "word": " how", "probability": 0.93115234375}, {"start": 1425.76, "end": 1425.86, "word": " to", "probability": 0.76318359375}, {"start": 1425.86, "end": 1426.08, "word": " fill", "probability": 0.6845703125}, {"start": 1426.08, "end": 1426.26, "word": " it", "probability": 0.9033203125}, {"start": 1426.26, "end": 1427.78, "word": " and", "probability": 0.32666015625}, {"start": 1427.78, "end": 1427.98, "word": " how", "probability": 0.80322265625}, {"start": 1427.98, "end": 1428.1, "word": " to", "probability": 0.89794921875}, {"start": 1428.1, "end": 1428.22, "word": " do", "probability": 0.35595703125}, {"start": 1428.22, "end": 1428.76, "word": " action", "probability": 0.56298828125}, {"start": 1428.76, "end": 1428.96, "word": " on", "probability": 0.71533203125}, {"start": 1428.96, "end": 1429.2, "word": " it.", "probability": 0.9443359375}, {"start": 1429.24, "end": 1429.32, "word": " Two", "probability": 0.5986328125}, {"start": 1429.32, "end": 1429.62, "word": " things.", "probability": 0.75927734375}, {"start": 1432.62, "end": 1433.06, "word": " How", "probability": 0.70849609375}, {"start": 1433.06, "end": 1433.18, "word": " to", "probability": 0.60400390625}, {"start": 1433.18, "end": 1433.36, "word": " fill", "probability": 0.8291015625}, {"start": 1433.36, "end": 1433.5, "word": " it?", "probability": 0.880859375}, {"start": 1433.52, "end": 1433.78, "word": " Let's", "probability": 0.9384765625}, {"start": 1433.78, "end": 1433.92, "word": " see", "probability": 0.7548828125}, {"start": 1433.92, "end": 1434.06, "word": " from", "probability": 0.61083984375}, {"start": 1434.06, "end": 1434.3, "word": " the", "probability": 0.8056640625}, {"start": 1434.3, "end": 1434.7, "word": " text.", "probability": 0.943359375}, {"start": 1439.24, "end": 1439.68, "word": " The", "probability": 0.34375}, {"start": 1439.68, "end": 1439.78, "word": " first", "probability": 0.86669921875}, {"start": 1439.78, "end": 1439.94, "word": " thing", "probability": 0.89892578125}, {"start": 1439.94, "end": 1440.0, "word": " is", "probability": 0.583984375}, {"start": 1440.0, "end": 1440.02, "word": " to", "probability": 0.595703125}, {"start": 1440.02, "end": 1440.12, "word": " connect", "probability": 0.12744140625}, {"start": 1440.12, "end": 1440.66, "word": " it.", "probability": 0.82275390625}], "temperature": 1.0}, {"id": 50, "seek": 147591, "start": 1451.77, "end": 1475.91, "text": " Then we come to the spinner and see how to fill it. Of course, there are more ways to fill the spinner. The easiest way is to identify the content of the spinner as variables in the XML and tell it to fill it with these variables. For example, I saw in the XML when I was identifying a string and using it from the layout or identifying a color and using it from the layout.", "tokens": [1396, 321, 808, 281, 264, 44849, 293, 536, 577, 281, 2836, 309, 13, 2720, 1164, 11, 456, 366, 544, 2098, 281, 2836, 264, 44849, 13, 440, 12889, 636, 307, 281, 5876, 264, 2701, 295, 264, 44849, 382, 9102, 294, 264, 43484, 293, 980, 309, 281, 2836, 309, 365, 613, 9102, 13, 1171, 1365, 11, 286, 1866, 294, 264, 43484, 562, 286, 390, 16696, 257, 6798, 293, 1228, 309, 490, 264, 13333, 420, 16696, 257, 2017, 293, 1228, 309, 490, 264, 13333, 13], "avg_logprob": -0.35504518072289154, "compression_ratio": 1.8844221105527639, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1451.77, "end": 1452.21, "word": " Then", "probability": 0.327392578125}, {"start": 1452.21, "end": 1452.65, "word": " we", "probability": 0.65771484375}, {"start": 1452.65, "end": 1452.71, "word": " come", "probability": 0.2491455078125}, {"start": 1452.71, "end": 1452.81, "word": " to", "probability": 0.923828125}, {"start": 1452.81, "end": 1452.95, "word": " the", "probability": 0.71826171875}, {"start": 1452.95, "end": 1453.21, "word": " spinner", "probability": 0.64404296875}, {"start": 1453.21, "end": 1453.99, "word": " and", "probability": 0.611328125}, {"start": 1453.99, "end": 1454.29, "word": " see", "probability": 0.453125}, {"start": 1454.29, "end": 1454.53, "word": " how", "probability": 0.9169921875}, {"start": 1454.53, "end": 1454.65, "word": " to", "probability": 0.455322265625}, {"start": 1454.65, "end": 1454.81, "word": " fill", "probability": 0.73388671875}, {"start": 1454.81, "end": 1454.93, "word": " it.", "probability": 0.712890625}, {"start": 1454.99, "end": 1455.15, "word": " Of", "probability": 0.71728515625}, {"start": 1455.15, "end": 1455.19, "word": " course,", "probability": 0.95361328125}, {"start": 1455.29, "end": 1455.31, "word": " there", "probability": 0.8896484375}, {"start": 1455.31, "end": 1455.37, "word": " are", "probability": 0.72412109375}, {"start": 1455.37, "end": 1455.57, "word": " more", "probability": 0.50537109375}, {"start": 1455.57, "end": 1455.95, "word": " ways", "probability": 0.66943359375}, {"start": 1455.95, "end": 1456.05, "word": " to", "probability": 0.85205078125}, {"start": 1456.05, "end": 1456.25, "word": " fill", "probability": 0.8408203125}, {"start": 1456.25, "end": 1456.53, "word": " the", "probability": 0.59814453125}, {"start": 1456.53, "end": 1456.83, "word": " spinner.", "probability": 0.86376953125}, {"start": 1458.29, "end": 1458.73, "word": " The", "probability": 0.84521484375}, {"start": 1458.73, "end": 1458.91, "word": " easiest", "probability": 0.890625}, {"start": 1458.91, "end": 1459.31, "word": " way", "probability": 0.8271484375}, {"start": 1459.31, "end": 1459.61, "word": " is", "probability": 0.61865234375}, {"start": 1459.61, "end": 1460.01, "word": " to", "probability": 0.8388671875}, {"start": 1460.01, "end": 1460.37, "word": " identify", "probability": 0.357421875}, {"start": 1460.37, "end": 1460.53, "word": " the", "probability": 0.7353515625}, {"start": 1460.53, "end": 1460.79, "word": " content", "probability": 0.57421875}, {"start": 1460.79, "end": 1460.97, "word": " of", "probability": 0.876953125}, {"start": 1460.97, "end": 1461.09, "word": " the", "probability": 0.89208984375}, {"start": 1461.09, "end": 1461.35, "word": " spinner", "probability": 0.89990234375}, {"start": 1461.35, "end": 1461.79, "word": " as", "probability": 0.91259765625}, {"start": 1461.79, "end": 1462.25, "word": " variables", "probability": 0.607421875}, {"start": 1462.25, "end": 1462.45, "word": " in", "probability": 0.896484375}, {"start": 1462.45, "end": 1462.51, "word": " the", "probability": 0.73193359375}, {"start": 1462.51, "end": 1462.85, "word": " XML", "probability": 0.77783203125}, {"start": 1462.85, "end": 1463.99, "word": " and", "probability": 0.61865234375}, {"start": 1463.99, "end": 1464.19, "word": " tell", "probability": 0.5791015625}, {"start": 1464.19, "end": 1464.33, "word": " it", "probability": 0.83935546875}, {"start": 1464.33, "end": 1464.41, "word": " to", "probability": 0.93408203125}, {"start": 1464.41, "end": 1464.55, "word": " fill", "probability": 0.8447265625}, {"start": 1464.55, "end": 1464.75, "word": " it", "probability": 0.634765625}, {"start": 1464.75, "end": 1464.97, "word": " with", "probability": 0.54150390625}, {"start": 1464.97, "end": 1465.31, "word": " these", "probability": 0.60400390625}, {"start": 1465.31, "end": 1466.19, "word": " variables.", "probability": 0.951171875}, {"start": 1467.07, "end": 1467.49, "word": " For", "probability": 0.453125}, {"start": 1467.49, "end": 1467.49, "word": " example,", "probability": 0.9345703125}, {"start": 1467.49, "end": 1467.51, "word": " I", "probability": 0.36328125}, {"start": 1467.51, "end": 1467.71, "word": " saw", "probability": 0.48095703125}, {"start": 1467.71, "end": 1468.45, "word": " in", "probability": 0.677734375}, {"start": 1468.45, "end": 1468.55, "word": " the", "probability": 0.84375}, {"start": 1468.55, "end": 1468.87, "word": " XML", "probability": 0.9072265625}, {"start": 1468.87, "end": 1469.09, "word": " when", "probability": 0.5185546875}, {"start": 1469.09, "end": 1469.69, "word": " I", "probability": 0.95849609375}, {"start": 1469.69, "end": 1469.69, "word": " was", "probability": 0.313720703125}, {"start": 1469.69, "end": 1469.99, "word": " identifying", "probability": 0.72802734375}, {"start": 1469.99, "end": 1470.15, "word": " a", "probability": 0.431640625}, {"start": 1470.15, "end": 1470.51, "word": " string", "probability": 0.900390625}, {"start": 1470.51, "end": 1470.97, "word": " and", "probability": 0.861328125}, {"start": 1470.97, "end": 1471.37, "word": " using", "probability": 0.84912109375}, {"start": 1471.37, "end": 1472.53, "word": " it", "probability": 0.927734375}, {"start": 1472.53, "end": 1472.75, "word": " from", "probability": 0.73681640625}, {"start": 1472.75, "end": 1472.93, "word": " the", "probability": 0.86767578125}, {"start": 1472.93, "end": 1473.33, "word": " layout", "probability": 0.9365234375}, {"start": 1473.33, "end": 1474.21, "word": " or", "probability": 0.49658203125}, {"start": 1474.21, "end": 1474.51, "word": " identifying", "probability": 0.7470703125}, {"start": 1474.51, "end": 1474.71, "word": " a", "probability": 0.701171875}, {"start": 1474.71, "end": 1474.85, "word": " color", "probability": 0.75341796875}, {"start": 1474.85, "end": 1474.99, "word": " and", "probability": 0.88232421875}, {"start": 1474.99, "end": 1475.25, "word": " using", "probability": 0.93896484375}, {"start": 1475.25, "end": 1475.41, "word": " it", "probability": 0.95166015625}, {"start": 1475.41, "end": 1475.49, "word": " from", "probability": 0.87841796875}, {"start": 1475.49, "end": 1475.59, "word": " the", "probability": 0.91064453125}, {"start": 1475.59, "end": 1475.91, "word": " layout.", "probability": 0.9775390625}], "temperature": 1.0}, {"id": 51, "seek": 149558, "start": 1477.44, "end": 1495.58, "text": "Until we define a array, why array? Because there are multiple arrays in the xml file and we get them from the layout That's why we need to go to any xml file in the values and make it a strings file", "tokens": [52, 580, 388, 321, 6964, 257, 10225, 11, 983, 10225, 30, 1436, 456, 366, 3866, 41011, 294, 264, 2031, 15480, 3991, 293, 321, 483, 552, 490, 264, 13333, 663, 311, 983, 321, 643, 281, 352, 281, 604, 2031, 15480, 3991, 294, 264, 4190, 293, 652, 309, 257, 13985, 3991], "avg_logprob": -0.5600000250339509, "compression_ratio": 1.4525547445255473, "no_speech_prob": 0.0, "words": [{"start": 1477.44, "end": 1477.72, "word": "Until", "probability": 0.674407958984375}, {"start": 1477.72, "end": 1478.02, "word": " we", "probability": 0.69091796875}, {"start": 1478.02, "end": 1478.44, "word": " define", "probability": 0.41552734375}, {"start": 1478.44, "end": 1478.62, "word": " a", "probability": 0.432373046875}, {"start": 1478.62, "end": 1478.88, "word": " array,", "probability": 0.716796875}, {"start": 1479.44, "end": 1479.66, "word": " why", "probability": 0.54736328125}, {"start": 1479.66, "end": 1479.98, "word": " array?", "probability": 0.5771484375}, {"start": 1480.46, "end": 1481.02, "word": " Because", "probability": 0.78955078125}, {"start": 1481.02, "end": 1481.82, "word": " there", "probability": 0.68310546875}, {"start": 1481.82, "end": 1481.84, "word": " are", "probability": 0.84423828125}, {"start": 1481.84, "end": 1482.5, "word": " multiple", "probability": 0.52099609375}, {"start": 1482.5, "end": 1482.5, "word": " arrays", "probability": 0.4580078125}, {"start": 1482.5, "end": 1482.96, "word": " in", "probability": 0.6591796875}, {"start": 1482.96, "end": 1483.02, "word": " the", "probability": 0.689453125}, {"start": 1483.02, "end": 1483.78, "word": " xml", "probability": 0.6646728515625}, {"start": 1483.78, "end": 1483.8, "word": " file", "probability": 0.7578125}, {"start": 1483.8, "end": 1483.96, "word": " and", "probability": 0.396728515625}, {"start": 1483.96, "end": 1484.06, "word": " we", "probability": 0.73876953125}, {"start": 1484.06, "end": 1484.16, "word": " get", "probability": 0.09765625}, {"start": 1484.16, "end": 1484.56, "word": " them", "probability": 0.51416015625}, {"start": 1484.56, "end": 1484.76, "word": " from", "probability": 0.84130859375}, {"start": 1484.76, "end": 1484.94, "word": " the", "probability": 0.8134765625}, {"start": 1484.94, "end": 1485.22, "word": " layout", "probability": 0.9013671875}, {"start": 1485.22, "end": 1486.48, "word": " That's", "probability": 0.48828125}, {"start": 1486.48, "end": 1486.68, "word": " why", "probability": 0.92236328125}, {"start": 1486.68, "end": 1487.28, "word": " we", "probability": 0.5224609375}, {"start": 1487.28, "end": 1488.46, "word": " need", "probability": 0.2841796875}, {"start": 1488.46, "end": 1488.56, "word": " to", "probability": 0.94921875}, {"start": 1488.56, "end": 1488.76, "word": " go", "probability": 0.7919921875}, {"start": 1488.76, "end": 1489.02, "word": " to", "probability": 0.8740234375}, {"start": 1489.02, "end": 1489.96, "word": " any", "probability": 0.775390625}, {"start": 1489.96, "end": 1491.9, "word": " xml", "probability": 0.56414794921875}, {"start": 1491.9, "end": 1491.9, "word": " file", "probability": 0.828125}, {"start": 1491.9, "end": 1492.42, "word": " in", "probability": 0.330078125}, {"start": 1492.42, "end": 1492.58, "word": " the", "probability": 0.673828125}, {"start": 1492.58, "end": 1493.04, "word": " values", "probability": 0.86181640625}, {"start": 1493.04, "end": 1494.52, "word": " and", "probability": 0.339599609375}, {"start": 1494.52, "end": 1494.7, "word": " make", "probability": 0.4453125}, {"start": 1494.7, "end": 1494.94, "word": " it", "probability": 0.88818359375}, {"start": 1494.94, "end": 1494.98, "word": " a", "probability": 0.67041015625}, {"start": 1494.98, "end": 1495.58, "word": " strings", "probability": 0.67822265625}, {"start": 1495.58, "end": 1495.58, "word": " file", "probability": 0.818359375}], "temperature": 1.0}, {"id": 52, "seek": 151897, "start": 1498.03, "end": 1518.97, "text": " And you come and introduce yourself, you write from beginning to end, you write, these are not strings that we tried in the previous lecture, right? No, guys. Now we come and introduce a new variable, but its name is not string, it is string array. Array of texts, string array. What do we call it? We call it countries.", "tokens": [400, 291, 808, 293, 5366, 1803, 11, 291, 2464, 490, 2863, 281, 917, 11, 291, 2464, 11, 613, 366, 406, 13985, 300, 321, 3031, 294, 264, 3894, 7991, 11, 558, 30, 883, 11, 1074, 13, 823, 321, 808, 293, 5366, 257, 777, 7006, 11, 457, 1080, 1315, 307, 406, 6798, 11, 309, 307, 6798, 10225, 13, 1587, 3458, 295, 15765, 11, 6798, 10225, 13, 708, 360, 321, 818, 309, 30, 492, 818, 309, 3517, 13], "avg_logprob": -0.5320723903806586, "compression_ratio": 1.6984126984126984, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1498.03, "end": 1498.27, "word": " And", "probability": 0.354736328125}, {"start": 1498.27, "end": 1498.43, "word": " you", "probability": 0.3671875}, {"start": 1498.43, "end": 1498.55, "word": " come", "probability": 0.2000732421875}, {"start": 1498.55, "end": 1498.63, "word": " and", "probability": 0.3388671875}, {"start": 1498.63, "end": 1498.89, "word": " introduce", "probability": 0.4619140625}, {"start": 1498.89, "end": 1499.15, "word": " yourself,", "probability": 0.6376953125}, {"start": 1499.21, "end": 1499.33, "word": " you", "probability": 0.38232421875}, {"start": 1499.33, "end": 1499.59, "word": " write", "probability": 0.650390625}, {"start": 1499.59, "end": 1499.73, "word": " from", "probability": 0.345703125}, {"start": 1499.73, "end": 1499.93, "word": " beginning", "probability": 0.257080078125}, {"start": 1499.93, "end": 1500.09, "word": " to", "probability": 0.9248046875}, {"start": 1500.09, "end": 1500.29, "word": " end,", "probability": 0.91259765625}, {"start": 1501.03, "end": 1501.33, "word": " you", "probability": 0.63671875}, {"start": 1501.33, "end": 1501.61, "word": " write,", "probability": 0.86962890625}, {"start": 1501.91, "end": 1502.95, "word": " these", "probability": 0.193359375}, {"start": 1502.95, "end": 1502.95, "word": " are", "probability": 0.80517578125}, {"start": 1502.95, "end": 1502.95, "word": " not", "probability": 0.9287109375}, {"start": 1502.95, "end": 1503.49, "word": " strings", "probability": 0.62744140625}, {"start": 1503.49, "end": 1503.71, "word": " that", "probability": 0.46142578125}, {"start": 1503.71, "end": 1503.91, "word": " we", "probability": 0.91845703125}, {"start": 1503.91, "end": 1504.91, "word": " tried", "probability": 0.681640625}, {"start": 1504.91, "end": 1505.23, "word": " in", "probability": 0.76513671875}, {"start": 1505.23, "end": 1505.29, "word": " the", "probability": 0.634765625}, {"start": 1505.29, "end": 1505.33, "word": " previous", "probability": 0.4287109375}, {"start": 1505.33, "end": 1505.87, "word": " lecture,", "probability": 0.452880859375}, {"start": 1506.09, "end": 1506.21, "word": " right?", "probability": 0.61181640625}, {"start": 1506.43, "end": 1506.43, "word": " No,", "probability": 0.53662109375}, {"start": 1506.51, "end": 1506.95, "word": " guys.", "probability": 0.5439453125}, {"start": 1507.35, "end": 1507.55, "word": " Now", "probability": 0.62255859375}, {"start": 1507.55, "end": 1507.75, "word": " we", "probability": 0.552734375}, {"start": 1507.75, "end": 1507.85, "word": " come", "probability": 0.4794921875}, {"start": 1507.85, "end": 1507.93, "word": " and", "probability": 0.54248046875}, {"start": 1507.93, "end": 1508.15, "word": " introduce", "probability": 0.8505859375}, {"start": 1508.15, "end": 1508.27, "word": " a", "probability": 0.51220703125}, {"start": 1508.27, "end": 1508.27, "word": " new", "probability": 0.8671875}, {"start": 1508.27, "end": 1508.65, "word": " variable,", "probability": 0.299072265625}, {"start": 1509.69, "end": 1509.87, "word": " but", "probability": 0.82421875}, {"start": 1509.87, "end": 1510.01, "word": " its", "probability": 0.402587890625}, {"start": 1510.01, "end": 1510.19, "word": " name", "probability": 0.8984375}, {"start": 1510.19, "end": 1510.41, "word": " is", "probability": 0.93115234375}, {"start": 1510.41, "end": 1510.43, "word": " not", "probability": 0.931640625}, {"start": 1510.43, "end": 1510.85, "word": " string,", "probability": 0.55859375}, {"start": 1510.93, "end": 1510.99, "word": " it", "probability": 0.5478515625}, {"start": 1510.99, "end": 1510.99, "word": " is", "probability": 0.646484375}, {"start": 1510.99, "end": 1511.27, "word": " string", "probability": 0.421875}, {"start": 1511.27, "end": 1511.55, "word": " array.", "probability": 0.88134765625}, {"start": 1513.37, "end": 1513.81, "word": " Array", "probability": 0.8359375}, {"start": 1513.81, "end": 1513.97, "word": " of", "probability": 0.68896484375}, {"start": 1513.97, "end": 1514.25, "word": " texts,", "probability": 0.54248046875}, {"start": 1514.51, "end": 1515.11, "word": " string", "probability": 0.33203125}, {"start": 1515.11, "end": 1515.95, "word": " array.", "probability": 0.86572265625}, {"start": 1516.49, "end": 1516.83, "word": " What", "probability": 0.83447265625}, {"start": 1516.83, "end": 1516.91, "word": " do", "probability": 0.75439453125}, {"start": 1516.91, "end": 1517.03, "word": " we", "probability": 0.9140625}, {"start": 1517.03, "end": 1517.27, "word": " call", "probability": 0.85498046875}, {"start": 1517.27, "end": 1517.51, "word": " it?", "probability": 0.6904296875}, {"start": 1517.99, "end": 1518.17, "word": " We", "probability": 0.87109375}, {"start": 1518.17, "end": 1518.37, "word": " call", "probability": 0.8740234375}, {"start": 1518.37, "end": 1518.53, "word": " it", "probability": 0.7548828125}, {"start": 1518.53, "end": 1518.97, "word": " countries.", "probability": 0.7451171875}], "temperature": 1.0}, {"id": 53, "seek": 154070, "start": 1521.84, "end": 1540.7, "text": " Ok, the string array is still empty. Inside it, you create something called item, and you write, for example, this is Palestine. Put whatever you want. Ok, put one, two, three. Ok? No problem.", "tokens": [3477, 11, 264, 6798, 10225, 307, 920, 6707, 13, 15123, 309, 11, 291, 1884, 746, 1219, 3174, 11, 293, 291, 2464, 11, 337, 1365, 11, 341, 307, 33030, 13, 4935, 2035, 291, 528, 13, 3477, 11, 829, 472, 11, 732, 11, 1045, 13, 3477, 30, 883, 1154, 13], "avg_logprob": -0.6511479786464146, "compression_ratio": 1.3591549295774648, "no_speech_prob": 0.0, "words": [{"start": 1521.84, "end": 1522.08, "word": " Ok,", "probability": 0.0501708984375}, {"start": 1522.14, "end": 1522.2, "word": " the", "probability": 0.416748046875}, {"start": 1522.2, "end": 1522.44, "word": " string", "probability": 0.69580078125}, {"start": 1522.44, "end": 1522.7, "word": " array", "probability": 0.450927734375}, {"start": 1522.7, "end": 1522.9, "word": " is", "probability": 0.818359375}, {"start": 1522.9, "end": 1523.0, "word": " still", "probability": 0.82763671875}, {"start": 1523.0, "end": 1523.24, "word": " empty.", "probability": 0.6171875}, {"start": 1523.88, "end": 1524.36, "word": " Inside", "probability": 0.4130859375}, {"start": 1524.36, "end": 1524.74, "word": " it,", "probability": 0.572265625}, {"start": 1524.78, "end": 1524.78, "word": " you", "probability": 0.424560546875}, {"start": 1524.78, "end": 1525.06, "word": " create", "probability": 0.430419921875}, {"start": 1525.06, "end": 1525.24, "word": " something", "probability": 0.1973876953125}, {"start": 1525.24, "end": 1525.5, "word": " called", "probability": 0.796875}, {"start": 1525.5, "end": 1525.98, "word": " item,", "probability": 0.77099609375}, {"start": 1526.42, "end": 1526.62, "word": " and", "probability": 0.7265625}, {"start": 1526.62, "end": 1526.72, "word": " you", "probability": 0.6884765625}, {"start": 1526.72, "end": 1526.92, "word": " write,", "probability": 0.55126953125}, {"start": 1527.08, "end": 1527.18, "word": " for", "probability": 0.89990234375}, {"start": 1527.18, "end": 1527.36, "word": " example,", "probability": 0.93408203125}, {"start": 1528.04, "end": 1528.36, "word": " this", "probability": 0.1959228515625}, {"start": 1528.36, "end": 1528.8, "word": " is", "probability": 0.65478515625}, {"start": 1528.8, "end": 1529.4, "word": " Palestine.", "probability": 0.77294921875}, {"start": 1535.7, "end": 1536.18, "word": " Put", "probability": 0.260498046875}, {"start": 1536.18, "end": 1536.34, "word": " whatever", "probability": 0.69970703125}, {"start": 1536.34, "end": 1536.6, "word": " you", "probability": 0.9267578125}, {"start": 1536.6, "end": 1536.6, "word": " want.", "probability": 0.779296875}, {"start": 1537.64, "end": 1538.12, "word": " Ok,", "probability": 0.0970458984375}, {"start": 1538.2, "end": 1538.4, "word": " put", "probability": 0.5595703125}, {"start": 1538.4, "end": 1538.58, "word": " one,", "probability": 0.52490234375}, {"start": 1538.68, "end": 1538.86, "word": " two,", "probability": 0.94189453125}, {"start": 1538.98, "end": 1539.28, "word": " three.", "probability": 0.90576171875}, {"start": 1539.66, "end": 1539.94, "word": " Ok?", "probability": 0.451416015625}, {"start": 1540.16, "end": 1540.32, "word": " No", "probability": 0.71044921875}, {"start": 1540.32, "end": 1540.7, "word": " problem.", "probability": 0.8515625}], "temperature": 1.0}, {"id": 54, "seek": 156085, "start": 1543.05, "end": 1560.85, "text": " Okay, as a string, you convert it from code to integer. Correct or not? Correct or not? Correct. Put it as a string. In the end, you will get the value. Yes, and you convert it to integer and parse it. You took it from Java or not? You convert it to integer. Okay? This is Palestine. For example, Egypt.", "tokens": [1033, 11, 382, 257, 6798, 11, 291, 7620, 309, 490, 3089, 281, 24922, 13, 12753, 420, 406, 30, 12753, 420, 406, 30, 12753, 13, 4935, 309, 382, 257, 6798, 13, 682, 264, 917, 11, 291, 486, 483, 264, 2158, 13, 1079, 11, 293, 291, 7620, 309, 281, 24922, 293, 48377, 309, 13, 509, 1890, 309, 490, 10745, 420, 406, 30, 509, 7620, 309, 281, 24922, 13, 1033, 30, 639, 307, 33030, 13, 1171, 1365, 11, 9582, 13], "avg_logprob": -0.5701122031762049, "compression_ratio": 1.737142857142857, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1543.05, "end": 1543.41, "word": " Okay,", "probability": 0.159912109375}, {"start": 1543.49, "end": 1543.65, "word": " as", "probability": 0.332275390625}, {"start": 1543.65, "end": 1543.69, "word": " a", "probability": 0.875}, {"start": 1543.69, "end": 1543.89, "word": " string,", "probability": 0.90380859375}, {"start": 1544.07, "end": 1544.13, "word": " you", "probability": 0.4091796875}, {"start": 1544.13, "end": 1544.27, "word": " convert", "probability": 0.30419921875}, {"start": 1544.27, "end": 1544.29, "word": " it", "probability": 0.63671875}, {"start": 1544.29, "end": 1544.29, "word": " from", "probability": 0.152587890625}, {"start": 1544.29, "end": 1544.55, "word": " code", "probability": 0.57080078125}, {"start": 1544.55, "end": 1545.03, "word": " to", "probability": 0.75244140625}, {"start": 1545.03, "end": 1545.39, "word": " integer.", "probability": 0.716796875}, {"start": 1545.85, "end": 1546.25, "word": " Correct", "probability": 0.208251953125}, {"start": 1546.25, "end": 1546.57, "word": " or", "probability": 0.67724609375}, {"start": 1546.57, "end": 1546.57, "word": " not?", "probability": 0.49169921875}, {"start": 1546.83, "end": 1546.89, "word": " Correct", "probability": 0.337158203125}, {"start": 1546.89, "end": 1547.05, "word": " or", "probability": 0.340576171875}, {"start": 1547.05, "end": 1547.13, "word": " not?", "probability": 0.87890625}, {"start": 1547.43, "end": 1547.55, "word": " Correct.", "probability": 0.58837890625}, {"start": 1547.95, "end": 1548.21, "word": " Put", "probability": 0.316650390625}, {"start": 1548.21, "end": 1548.85, "word": " it", "probability": 0.7783203125}, {"start": 1548.85, "end": 1549.13, "word": " as", "probability": 0.310302734375}, {"start": 1549.13, "end": 1549.17, "word": " a", "probability": 0.693359375}, {"start": 1549.17, "end": 1549.25, "word": " string.", "probability": 0.82421875}, {"start": 1550.21, "end": 1550.61, "word": " In", "probability": 0.1439208984375}, {"start": 1550.61, "end": 1551.33, "word": " the", "probability": 0.85986328125}, {"start": 1551.33, "end": 1551.49, "word": " end,", "probability": 0.91455078125}, {"start": 1551.55, "end": 1551.65, "word": " you", "probability": 0.69677734375}, {"start": 1551.65, "end": 1551.65, "word": " will", "probability": 0.46044921875}, {"start": 1551.65, "end": 1551.81, "word": " get", "probability": 0.73828125}, {"start": 1551.81, "end": 1551.93, "word": " the", "probability": 0.8076171875}, {"start": 1551.93, "end": 1552.17, "word": " value.", "probability": 0.92578125}, {"start": 1552.81, "end": 1553.21, "word": " Yes,", "probability": 0.255126953125}, {"start": 1553.25, "end": 1553.33, "word": " and", "probability": 0.7021484375}, {"start": 1553.33, "end": 1553.45, "word": " you", "probability": 0.892578125}, {"start": 1553.45, "end": 1553.65, "word": " convert", "probability": 0.2498779296875}, {"start": 1553.65, "end": 1553.73, "word": " it", "probability": 0.91943359375}, {"start": 1553.73, "end": 1553.77, "word": " to", "probability": 0.5126953125}, {"start": 1553.77, "end": 1554.01, "word": " integer", "probability": 0.826171875}, {"start": 1554.01, "end": 1554.23, "word": " and", "probability": 0.327392578125}, {"start": 1554.23, "end": 1554.53, "word": " parse", "probability": 0.65380859375}, {"start": 1554.53, "end": 1554.73, "word": " it.", "probability": 0.77783203125}, {"start": 1554.85, "end": 1554.95, "word": " You", "probability": 0.2427978515625}, {"start": 1554.95, "end": 1555.09, "word": " took", "probability": 0.2841796875}, {"start": 1555.09, "end": 1555.27, "word": " it", "probability": 0.84375}, {"start": 1555.27, "end": 1555.35, "word": " from", "probability": 0.421630859375}, {"start": 1555.35, "end": 1555.59, "word": " Java", "probability": 0.505859375}, {"start": 1555.59, "end": 1555.73, "word": " or", "probability": 0.65673828125}, {"start": 1555.73, "end": 1555.87, "word": " not?", "probability": 0.86865234375}, {"start": 1555.93, "end": 1556.07, "word": " You", "probability": 0.302490234375}, {"start": 1556.07, "end": 1556.33, "word": " convert", "probability": 0.75634765625}, {"start": 1556.33, "end": 1556.47, "word": " it", "probability": 0.92919921875}, {"start": 1556.47, "end": 1556.51, "word": " to", "probability": 0.8212890625}, {"start": 1556.51, "end": 1556.81, "word": " integer.", "probability": 0.84375}, {"start": 1557.45, "end": 1557.71, "word": " Okay?", "probability": 0.548828125}, {"start": 1558.11, "end": 1558.37, "word": " This", "probability": 0.5380859375}, {"start": 1558.37, "end": 1558.37, "word": " is", "probability": 0.89794921875}, {"start": 1558.37, "end": 1558.91, "word": " Palestine.", "probability": 0.97216796875}, {"start": 1559.61, "end": 1559.95, "word": " For", "probability": 0.69189453125}, {"start": 1559.95, "end": 1560.09, "word": " example,", "probability": 0.931640625}, {"start": 1560.37, "end": 1560.85, "word": " Egypt.", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 55, "seek": 159867, "start": 1575.35, "end": 1598.67, "text": " Okay, this is a group of countries that we haven't benefited from yet. We go to the activity, and I came to the spinner, and there is a feature called entries. What does it mean entries? It's random. It's random. If I write the word array at array, it will bring me to the countries.", "tokens": [1033, 11, 341, 307, 257, 1594, 295, 3517, 300, 321, 2378, 380, 33605, 490, 1939, 13, 492, 352, 281, 264, 5191, 11, 293, 286, 1361, 281, 264, 44849, 11, 293, 456, 307, 257, 4111, 1219, 23041, 13, 708, 775, 309, 914, 23041, 30, 467, 311, 4974, 13, 467, 311, 4974, 13, 759, 286, 2464, 264, 1349, 10225, 412, 10225, 11, 309, 486, 1565, 385, 281, 264, 3517, 13], "avg_logprob": -0.6173007039056309, "compression_ratio": 1.6136363636363635, "no_speech_prob": 0.0, "words": [{"start": 1575.35, "end": 1575.69, "word": " Okay,", "probability": 0.135986328125}, {"start": 1575.79, "end": 1575.99, "word": " this", "probability": 0.62841796875}, {"start": 1575.99, "end": 1576.03, "word": " is", "probability": 0.8369140625}, {"start": 1576.03, "end": 1576.11, "word": " a", "probability": 0.60205078125}, {"start": 1576.11, "end": 1576.27, "word": " group", "probability": 0.5556640625}, {"start": 1576.27, "end": 1576.43, "word": " of", "probability": 0.96484375}, {"start": 1576.43, "end": 1576.67, "word": " countries", "probability": 0.734375}, {"start": 1576.67, "end": 1580.53, "word": " that", "probability": 0.311279296875}, {"start": 1580.53, "end": 1580.83, "word": " we", "probability": 0.83203125}, {"start": 1580.83, "end": 1580.91, "word": " haven't", "probability": 0.6571044921875}, {"start": 1580.91, "end": 1581.19, "word": " benefited", "probability": 0.357421875}, {"start": 1581.19, "end": 1581.51, "word": " from", "probability": 0.7275390625}, {"start": 1581.51, "end": 1581.93, "word": " yet.", "probability": 0.794921875}, {"start": 1581.93, "end": 1582.31, "word": " We", "probability": 0.4951171875}, {"start": 1582.31, "end": 1582.51, "word": " go", "probability": 0.6298828125}, {"start": 1582.51, "end": 1582.63, "word": " to", "probability": 0.9443359375}, {"start": 1582.63, "end": 1582.69, "word": " the", "probability": 0.359375}, {"start": 1582.69, "end": 1583.17, "word": " activity,", "probability": 0.81298828125}, {"start": 1583.67, "end": 1583.85, "word": " and", "probability": 0.461181640625}, {"start": 1583.85, "end": 1583.93, "word": " I", "probability": 0.376953125}, {"start": 1583.93, "end": 1583.99, "word": " came", "probability": 0.1817626953125}, {"start": 1583.99, "end": 1584.11, "word": " to", "probability": 0.89208984375}, {"start": 1584.11, "end": 1584.21, "word": " the", "probability": 0.708984375}, {"start": 1584.21, "end": 1584.55, "word": " spinner,", "probability": 0.9404296875}, {"start": 1587.27, "end": 1588.15, "word": " and", "probability": 0.7763671875}, {"start": 1588.15, "end": 1588.41, "word": " there", "probability": 0.75244140625}, {"start": 1588.41, "end": 1588.43, "word": " is", "probability": 0.65625}, {"start": 1588.43, "end": 1588.61, "word": " a", "probability": 0.85546875}, {"start": 1588.61, "end": 1588.73, "word": " feature", "probability": 0.342041015625}, {"start": 1588.73, "end": 1589.19, "word": " called", "probability": 0.68359375}, {"start": 1589.19, "end": 1589.83, "word": " entries.", "probability": 0.7275390625}, {"start": 1590.47, "end": 1590.95, "word": " What", "probability": 0.6123046875}, {"start": 1590.95, "end": 1590.95, "word": " does", "probability": 0.580078125}, {"start": 1590.95, "end": 1591.43, "word": " it", "probability": 0.330810546875}, {"start": 1591.43, "end": 1591.43, "word": " mean", "probability": 0.9072265625}, {"start": 1591.43, "end": 1591.87, "word": " entries?", "probability": 0.365234375}, {"start": 1592.37, "end": 1592.85, "word": " It's", "probability": 0.2882080078125}, {"start": 1592.85, "end": 1593.13, "word": " random.", "probability": 0.1214599609375}, {"start": 1593.49, "end": 1593.61, "word": " It's", "probability": 0.47607421875}, {"start": 1593.61, "end": 1593.91, "word": " random.", "probability": 0.58935546875}, {"start": 1594.11, "end": 1594.29, "word": " If", "probability": 0.365966796875}, {"start": 1594.29, "end": 1594.29, "word": " I", "probability": 0.97802734375}, {"start": 1594.29, "end": 1594.47, "word": " write", "probability": 0.515625}, {"start": 1594.47, "end": 1594.65, "word": " the", "probability": 0.318359375}, {"start": 1594.65, "end": 1594.87, "word": " word", "probability": 0.91064453125}, {"start": 1594.87, "end": 1595.31, "word": " array", "probability": 0.537109375}, {"start": 1595.31, "end": 1596.21, "word": " at", "probability": 0.364990234375}, {"start": 1596.21, "end": 1596.65, "word": " array,", "probability": 0.91455078125}, {"start": 1596.73, "end": 1597.05, "word": " it", "probability": 0.54248046875}, {"start": 1597.05, "end": 1597.09, "word": " will", "probability": 0.485595703125}, {"start": 1597.09, "end": 1597.29, "word": " bring", "probability": 0.54638671875}, {"start": 1597.29, "end": 1597.47, "word": " me", "probability": 0.50390625}, {"start": 1597.47, "end": 1598.17, "word": " to", "probability": 0.43505859375}, {"start": 1598.17, "end": 1598.27, "word": " the", "probability": 0.54931640625}, {"start": 1598.27, "end": 1598.67, "word": " countries.", "probability": 0.67236328125}], "temperature": 1.0}, {"id": 56, "seek": 163050, "start": 1605.38, "end": 1630.5, "text": " By default, it will choose the first element. You can also do this, if you come to the Arabic language, and you put a string array, where did I do this? In the strings file in values.ar. If the language changes, it will take the list from here. Now, we have filled the spinner.", "tokens": [3146, 7576, 11, 309, 486, 2826, 264, 700, 4478, 13, 509, 393, 611, 360, 341, 11, 498, 291, 808, 281, 264, 19938, 2856, 11, 293, 291, 829, 257, 6798, 10225, 11, 689, 630, 286, 360, 341, 30, 682, 264, 13985, 3991, 294, 4190, 13, 289, 13, 759, 264, 2856, 2962, 11, 309, 486, 747, 264, 1329, 490, 510, 13, 823, 11, 321, 362, 6412, 264, 44849, 13], "avg_logprob": -0.7412683841060189, "compression_ratio": 1.5191256830601092, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1605.3799999999999, "end": 1605.86, "word": " By", "probability": 0.11065673828125}, {"start": 1605.86, "end": 1606.34, "word": " default,", "probability": 0.94775390625}, {"start": 1606.44, "end": 1606.44, "word": " it", "probability": 0.5458984375}, {"start": 1606.44, "end": 1606.5, "word": " will", "probability": 0.2467041015625}, {"start": 1606.5, "end": 1606.74, "word": " choose", "probability": 0.416259765625}, {"start": 1606.74, "end": 1607.4, "word": " the", "probability": 0.1689453125}, {"start": 1607.4, "end": 1607.46, "word": " first", "probability": 0.50244140625}, {"start": 1607.46, "end": 1609.42, "word": " element.", "probability": 0.23876953125}, {"start": 1611.78, "end": 1612.26, "word": " You", "probability": 0.26904296875}, {"start": 1612.26, "end": 1613.1, "word": " can", "probability": 0.84619140625}, {"start": 1613.1, "end": 1613.46, "word": " also", "probability": 0.6953125}, {"start": 1613.46, "end": 1613.52, "word": " do", "probability": 0.2476806640625}, {"start": 1613.52, "end": 1613.66, "word": " this,", "probability": 0.435546875}, {"start": 1613.66, "end": 1613.76, "word": " if", "probability": 0.55615234375}, {"start": 1613.76, "end": 1613.88, "word": " you", "probability": 0.86767578125}, {"start": 1613.88, "end": 1614.06, "word": " come", "probability": 0.1331787109375}, {"start": 1614.06, "end": 1614.26, "word": " to", "probability": 0.88037109375}, {"start": 1614.26, "end": 1614.38, "word": " the", "probability": 0.291748046875}, {"start": 1614.38, "end": 1614.62, "word": " Arabic", "probability": 0.5478515625}, {"start": 1614.62, "end": 1614.68, "word": " language,", "probability": 0.5478515625}, {"start": 1615.06, "end": 1615.1, "word": " and", "probability": 0.40283203125}, {"start": 1615.1, "end": 1615.14, "word": " you", "probability": 0.29052734375}, {"start": 1615.14, "end": 1615.52, "word": " put", "probability": 0.48193359375}, {"start": 1615.52, "end": 1615.9, "word": " a", "probability": 0.36572265625}, {"start": 1615.9, "end": 1616.18, "word": " string", "probability": 0.75439453125}, {"start": 1616.18, "end": 1616.5, "word": " array,", "probability": 0.65380859375}, {"start": 1617.0, "end": 1617.78, "word": " where", "probability": 0.12744140625}, {"start": 1617.78, "end": 1618.06, "word": " did", "probability": 0.495849609375}, {"start": 1618.06, "end": 1618.16, "word": " I", "probability": 0.85400390625}, {"start": 1618.16, "end": 1618.48, "word": " do", "probability": 0.5185546875}, {"start": 1618.48, "end": 1618.66, "word": " this?", "probability": 0.418701171875}, {"start": 1618.9, "end": 1619.04, "word": " In", "probability": 0.7490234375}, {"start": 1619.04, "end": 1619.16, "word": " the", "probability": 0.76904296875}, {"start": 1619.16, "end": 1619.76, "word": " strings", "probability": 0.366455078125}, {"start": 1619.76, "end": 1619.8, "word": " file", "probability": 0.56689453125}, {"start": 1619.8, "end": 1620.32, "word": " in", "probability": 0.430908203125}, {"start": 1620.32, "end": 1620.72, "word": " values", "probability": 0.64990234375}, {"start": 1620.72, "end": 1621.1, "word": ".ar.", "probability": 0.805419921875}, {"start": 1621.18, "end": 1621.62, "word": " If", "probability": 0.66259765625}, {"start": 1621.62, "end": 1622.2, "word": " the", "probability": 0.68994140625}, {"start": 1622.2, "end": 1622.36, "word": " language", "probability": 0.73291015625}, {"start": 1622.36, "end": 1622.36, "word": " changes,", "probability": 0.46142578125}, {"start": 1622.54, "end": 1622.66, "word": " it", "probability": 0.80419921875}, {"start": 1622.66, "end": 1622.74, "word": " will", "probability": 0.7587890625}, {"start": 1622.74, "end": 1622.9, "word": " take", "probability": 0.5458984375}, {"start": 1622.9, "end": 1623.0, "word": " the", "probability": 0.63916015625}, {"start": 1623.0, "end": 1623.2, "word": " list", "probability": 0.81298828125}, {"start": 1623.2, "end": 1623.38, "word": " from", "probability": 0.7978515625}, {"start": 1623.38, "end": 1623.58, "word": " here.", "probability": 0.72802734375}, {"start": 1628.52, "end": 1629.0, "word": " Now,", "probability": 0.376220703125}, {"start": 1629.3, "end": 1629.62, "word": " we", "probability": 0.71630859375}, {"start": 1629.62, "end": 1629.68, "word": " have", "probability": 0.39892578125}, {"start": 1629.68, "end": 1629.92, "word": " filled", "probability": 0.8017578125}, {"start": 1629.92, "end": 1630.18, "word": " the", "probability": 0.56201171875}, {"start": 1630.18, "end": 1630.5, "word": " spinner.", "probability": 0.8408203125}], "temperature": 1.0}, {"id": 57, "seek": 165098, "start": 1632.92, "end": 1650.98, "text": " Action on the spinner. So we need to go to the code as well. And let's get our spinner. This is the spinner. SP", "tokens": [16261, 322, 264, 44849, 13, 407, 321, 643, 281, 352, 281, 264, 3089, 382, 731, 13, 400, 718, 311, 483, 527, 44849, 13, 639, 307, 264, 44849, 13, 8420], "avg_logprob": -0.5411458472410838, "compression_ratio": 1.2873563218390804, "no_speech_prob": 0.0, "words": [{"start": 1632.92, "end": 1633.4, "word": " Action", "probability": 0.591796875}, {"start": 1633.4, "end": 1633.68, "word": " on", "probability": 0.603515625}, {"start": 1633.68, "end": 1633.8, "word": " the", "probability": 0.313720703125}, {"start": 1633.8, "end": 1634.02, "word": " spinner.", "probability": 0.8154296875}, {"start": 1634.62, "end": 1635.18, "word": " So", "probability": 0.5244140625}, {"start": 1635.18, "end": 1635.38, "word": " we", "probability": 0.521484375}, {"start": 1635.38, "end": 1635.42, "word": " need", "probability": 0.265869140625}, {"start": 1635.42, "end": 1635.56, "word": " to", "probability": 0.91552734375}, {"start": 1635.56, "end": 1635.62, "word": " go", "probability": 0.580078125}, {"start": 1635.62, "end": 1635.7, "word": " to", "probability": 0.75927734375}, {"start": 1635.7, "end": 1635.8, "word": " the", "probability": 0.611328125}, {"start": 1635.8, "end": 1636.06, "word": " code", "probability": 0.935546875}, {"start": 1636.06, "end": 1639.34, "word": " as", "probability": 0.2822265625}, {"start": 1639.34, "end": 1639.34, "word": " well.", "probability": 0.95263671875}, {"start": 1644.62, "end": 1645.18, "word": " And", "probability": 0.405517578125}, {"start": 1645.18, "end": 1645.62, "word": " let's", "probability": 0.758056640625}, {"start": 1645.62, "end": 1645.8, "word": " get", "probability": 0.385009765625}, {"start": 1645.8, "end": 1645.96, "word": " our", "probability": 0.74267578125}, {"start": 1645.96, "end": 1646.38, "word": " spinner.", "probability": 0.89404296875}, {"start": 1646.98, "end": 1647.46, "word": " This", "probability": 0.6220703125}, {"start": 1647.46, "end": 1647.48, "word": " is", "probability": 0.8818359375}, {"start": 1647.48, "end": 1647.66, "word": " the", "probability": 0.464599609375}, {"start": 1647.66, "end": 1647.94, "word": " spinner.", "probability": 0.92919921875}, {"start": 1650.42, "end": 1650.98, "word": " SP", "probability": 0.442138671875}], "temperature": 1.0}, {"id": 58, "seek": 169661, "start": 1671.23, "end": 1696.61, "text": " Here I have action on the speaker in set on item selected listener set on item selected listener new on item selected listener", "tokens": [1692, 286, 362, 3069, 322, 264, 8145, 294, 992, 322, 3174, 8209, 31569, 992, 322, 3174, 8209, 31569, 777, 322, 3174, 8209, 31569], "avg_logprob": -0.5221353992819786, "compression_ratio": 1.7397260273972603, "no_speech_prob": 0.0, "words": [{"start": 1671.23, "end": 1672.23, "word": " Here", "probability": 0.059600830078125}, {"start": 1672.23, "end": 1672.33, "word": " I", "probability": 0.52587890625}, {"start": 1672.33, "end": 1680.17, "word": " have", "probability": 0.83984375}, {"start": 1680.17, "end": 1680.63, "word": " action", "probability": 0.39697265625}, {"start": 1680.63, "end": 1680.85, "word": " on", "probability": 0.66748046875}, {"start": 1680.85, "end": 1681.93, "word": " the", "probability": 0.498291015625}, {"start": 1681.93, "end": 1682.27, "word": " speaker", "probability": 0.20458984375}, {"start": 1682.27, "end": 1682.75, "word": " in", "probability": 0.487548828125}, {"start": 1682.75, "end": 1683.39, "word": " set", "probability": 0.4189453125}, {"start": 1683.39, "end": 1686.03, "word": " on", "probability": 0.69091796875}, {"start": 1686.03, "end": 1686.45, "word": " item", "probability": 0.9013671875}, {"start": 1686.45, "end": 1686.93, "word": " selected", "probability": 0.8828125}, {"start": 1686.93, "end": 1687.91, "word": " listener", "probability": 0.83447265625}, {"start": 1687.91, "end": 1690.19, "word": " set", "probability": 0.2283935546875}, {"start": 1690.19, "end": 1691.15, "word": " on", "probability": 0.93408203125}, {"start": 1691.15, "end": 1691.63, "word": " item", "probability": 0.96044921875}, {"start": 1691.63, "end": 1692.59, "word": " selected", "probability": 0.9111328125}, {"start": 1692.59, "end": 1693.27, "word": " listener", "probability": 0.8369140625}, {"start": 1693.27, "end": 1693.73, "word": " new", "probability": 0.485595703125}, {"start": 1693.73, "end": 1694.23, "word": " on", "probability": 0.93701171875}, {"start": 1694.23, "end": 1695.81, "word": " item", "probability": 0.94921875}, {"start": 1695.81, "end": 1696.29, "word": " selected", "probability": 0.91162109375}, {"start": 1696.29, "end": 1696.61, "word": " listener", "probability": 0.85205078125}], "temperature": 1.0}, {"id": 59, "seek": 172746, "start": 1701.76, "end": 1727.46, "text": " The button set on click listener, the checkbox already set on check the change listener, and this one set on item selected listener When I choose any element, it brings two methods, one called on item selected and one called on nothing selected I don't know about this one, but I didn't use it On item selected, when I choose any element, it executes it From among the parameters that it brings to me, it brings two things to me, the position", "tokens": [440, 2960, 992, 322, 2052, 31569, 11, 264, 1520, 4995, 1217, 992, 322, 1520, 264, 1319, 31569, 11, 293, 341, 472, 992, 322, 3174, 8209, 31569, 1133, 286, 2826, 604, 4478, 11, 309, 5607, 732, 7150, 11, 472, 1219, 322, 3174, 8209, 293, 472, 1219, 322, 1825, 8209, 286, 500, 380, 458, 466, 341, 472, 11, 457, 286, 994, 380, 764, 309, 1282, 3174, 8209, 11, 562, 286, 2826, 604, 4478, 11, 309, 4454, 1819, 309, 3358, 3654, 264, 9834, 300, 309, 5607, 281, 385, 11, 309, 5607, 732, 721, 281, 385, 11, 264, 2535], "avg_logprob": -0.4798176946739356, "compression_ratio": 2.0228310502283104, "no_speech_prob": 0.0, "words": [{"start": 1701.76, "end": 1702.16, "word": " The", "probability": 0.1695556640625}, {"start": 1702.16, "end": 1702.4, "word": " button", "probability": 0.392578125}, {"start": 1702.4, "end": 1702.7, "word": " set", "probability": 0.187744140625}, {"start": 1702.7, "end": 1702.86, "word": " on", "probability": 0.8154296875}, {"start": 1702.86, "end": 1703.08, "word": " click", "probability": 0.57666015625}, {"start": 1703.08, "end": 1703.54, "word": " listener,", "probability": 0.6865234375}, {"start": 1704.1, "end": 1704.18, "word": " the", "probability": 0.346435546875}, {"start": 1704.18, "end": 1704.62, "word": " checkbox", "probability": 0.7012939453125}, {"start": 1704.62, "end": 1705.0, "word": " already", "probability": 0.5302734375}, {"start": 1705.0, "end": 1705.32, "word": " set", "probability": 0.84814453125}, {"start": 1705.32, "end": 1705.56, "word": " on", "probability": 0.923828125}, {"start": 1705.56, "end": 1705.86, "word": " check", "probability": 0.62255859375}, {"start": 1705.86, "end": 1706.02, "word": " the", "probability": 0.77685546875}, {"start": 1706.02, "end": 1706.26, "word": " change", "probability": 0.71826171875}, {"start": 1706.26, "end": 1706.66, "word": " listener,", "probability": 0.806640625}, {"start": 1706.82, "end": 1706.86, "word": " and", "probability": 0.53173828125}, {"start": 1706.86, "end": 1706.98, "word": " this", "probability": 0.56298828125}, {"start": 1706.98, "end": 1707.0, "word": " one", "probability": 0.4091796875}, {"start": 1707.0, "end": 1707.18, "word": " set", "probability": 0.7890625}, {"start": 1707.18, "end": 1707.36, "word": " on", "probability": 0.93017578125}, {"start": 1707.36, "end": 1707.68, "word": " item", "probability": 0.91259765625}, {"start": 1707.68, "end": 1708.18, "word": " selected", "probability": 0.88671875}, {"start": 1708.18, "end": 1709.28, "word": " listener", "probability": 0.82958984375}, {"start": 1709.28, "end": 1710.32, "word": " When", "probability": 0.226318359375}, {"start": 1710.32, "end": 1710.7, "word": " I", "probability": 0.88720703125}, {"start": 1710.7, "end": 1710.96, "word": " choose", "probability": 0.471923828125}, {"start": 1710.96, "end": 1711.12, "word": " any", "probability": 0.6015625}, {"start": 1711.12, "end": 1711.48, "word": " element,", "probability": 0.5419921875}, {"start": 1712.26, "end": 1712.44, "word": " it", "probability": 0.533203125}, {"start": 1712.44, "end": 1712.62, "word": " brings", "probability": 0.35546875}, {"start": 1712.62, "end": 1712.82, "word": " two", "probability": 0.68603515625}, {"start": 1712.82, "end": 1713.2, "word": " methods,", "probability": 0.88671875}, {"start": 1713.34, "end": 1713.46, "word": " one", "probability": 0.7841796875}, {"start": 1713.46, "end": 1713.78, "word": " called", "probability": 0.215087890625}, {"start": 1713.78, "end": 1714.02, "word": " on", "probability": 0.81494140625}, {"start": 1714.02, "end": 1714.36, "word": " item", "probability": 0.71728515625}, {"start": 1714.36, "end": 1714.82, "word": " selected", "probability": 0.88134765625}, {"start": 1714.82, "end": 1715.08, "word": " and", "probability": 0.6513671875}, {"start": 1715.08, "end": 1715.24, "word": " one", "probability": 0.336669921875}, {"start": 1715.24, "end": 1715.6, "word": " called", "probability": 0.8525390625}, {"start": 1715.6, "end": 1715.8, "word": " on", "probability": 0.87109375}, {"start": 1715.8, "end": 1716.16, "word": " nothing", "probability": 0.86083984375}, {"start": 1716.16, "end": 1717.06, "word": " selected", "probability": 0.9052734375}, {"start": 1717.06, "end": 1717.28, "word": " I", "probability": 0.517578125}, {"start": 1717.28, "end": 1717.42, "word": " don't", "probability": 0.83984375}, {"start": 1717.42, "end": 1717.64, "word": " know", "probability": 0.86669921875}, {"start": 1717.64, "end": 1717.7, "word": " about", "probability": 0.420166015625}, {"start": 1717.7, "end": 1717.7, "word": " this", "probability": 0.69873046875}, {"start": 1717.7, "end": 1717.7, "word": " one,", "probability": 0.6611328125}, {"start": 1717.7, "end": 1717.8, "word": " but", "probability": 0.366455078125}, {"start": 1717.8, "end": 1717.92, "word": " I", "probability": 0.947265625}, {"start": 1717.92, "end": 1718.2, "word": " didn't", "probability": 0.6844482421875}, {"start": 1718.2, "end": 1718.2, "word": " use", "probability": 0.87109375}, {"start": 1718.2, "end": 1718.48, "word": " it", "probability": 0.8974609375}, {"start": 1718.48, "end": 1719.18, "word": " On", "probability": 0.2115478515625}, {"start": 1719.18, "end": 1719.54, "word": " item", "probability": 0.9287109375}, {"start": 1719.54, "end": 1720.0, "word": " selected,", "probability": 0.89111328125}, {"start": 1720.22, "end": 1720.38, "word": " when", "probability": 0.734375}, {"start": 1720.38, "end": 1720.52, "word": " I", "probability": 0.96826171875}, {"start": 1720.52, "end": 1720.74, "word": " choose", "probability": 0.849609375}, {"start": 1720.74, "end": 1720.9, "word": " any", "probability": 0.806640625}, {"start": 1720.9, "end": 1721.24, "word": " element,", "probability": 0.939453125}, {"start": 1721.54, "end": 1721.96, "word": " it", "probability": 0.90576171875}, {"start": 1721.96, "end": 1722.3, "word": " executes", "probability": 0.60992431640625}, {"start": 1722.3, "end": 1722.62, "word": " it", "probability": 0.8779296875}, {"start": 1722.62, "end": 1723.28, "word": " From", "probability": 0.1702880859375}, {"start": 1723.28, "end": 1723.62, "word": " among", "probability": 0.41748046875}, {"start": 1723.62, "end": 1723.72, "word": " the", "probability": 0.8779296875}, {"start": 1723.72, "end": 1724.24, "word": " parameters", "probability": 0.9453125}, {"start": 1724.24, "end": 1724.38, "word": " that", "probability": 0.50439453125}, {"start": 1724.38, "end": 1724.5, "word": " it", "probability": 0.7109375}, {"start": 1724.5, "end": 1724.64, "word": " brings", "probability": 0.69677734375}, {"start": 1724.64, "end": 1724.94, "word": " to", "probability": 0.37060546875}, {"start": 1724.94, "end": 1725.02, "word": " me,", "probability": 0.9189453125}, {"start": 1725.7, "end": 1726.06, "word": " it", "probability": 0.70263671875}, {"start": 1726.06, "end": 1726.28, "word": " brings", "probability": 0.60107421875}, {"start": 1726.28, "end": 1726.42, "word": " two", "probability": 0.4228515625}, {"start": 1726.42, "end": 1726.68, "word": " things", "probability": 0.7080078125}, {"start": 1726.68, "end": 1726.9, "word": " to", "probability": 0.51611328125}, {"start": 1726.9, "end": 1726.9, "word": " me,", "probability": 0.9619140625}, {"start": 1726.92, "end": 1727.02, "word": " the", "probability": 0.46923828125}, {"start": 1727.02, "end": 1727.46, "word": " position", "probability": 0.908203125}], "temperature": 1.0}, {"id": 60, "seek": 174893, "start": 1728.67, "end": 1748.93, "text": " and the ID. You can benefit from any one of them. But I will benefit from what? Position. What is position? The index on the item you chose. If you chose the first one, it will bring you to zero. The second one, one, two, three, four, and so on. My goal is to show the name of the country that I chose. Okay? So you have to come to", "tokens": [293, 264, 7348, 13, 509, 393, 5121, 490, 604, 472, 295, 552, 13, 583, 286, 486, 5121, 490, 437, 30, 29780, 13, 708, 307, 2535, 30, 440, 8186, 322, 264, 3174, 291, 5111, 13, 759, 291, 5111, 264, 700, 472, 11, 309, 486, 1565, 291, 281, 4018, 13, 440, 1150, 472, 11, 472, 11, 732, 11, 1045, 11, 1451, 11, 293, 370, 322, 13, 1222, 3387, 307, 281, 855, 264, 1315, 295, 264, 1941, 300, 286, 5111, 13, 1033, 30, 407, 291, 362, 281, 808, 281], "avg_logprob": -0.48024425355867406, "compression_ratio": 1.5885167464114833, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 1728.67, "end": 1728.91, "word": " and", "probability": 0.155517578125}, {"start": 1728.91, "end": 1728.97, "word": " the", "probability": 0.2298583984375}, {"start": 1728.97, "end": 1729.19, "word": " ID.", "probability": 0.75830078125}, {"start": 1729.41, "end": 1729.53, "word": " You", "probability": 0.340576171875}, {"start": 1729.53, "end": 1729.63, "word": " can", "probability": 0.7412109375}, {"start": 1729.63, "end": 1730.15, "word": " benefit", "probability": 0.5751953125}, {"start": 1730.15, "end": 1730.33, "word": " from", "probability": 0.85400390625}, {"start": 1730.33, "end": 1730.51, "word": " any", "probability": 0.4599609375}, {"start": 1730.51, "end": 1730.71, "word": " one", "probability": 0.5322265625}, {"start": 1730.71, "end": 1730.83, "word": " of", "probability": 0.78857421875}, {"start": 1730.83, "end": 1730.93, "word": " them.", "probability": 0.8076171875}, {"start": 1731.01, "end": 1731.09, "word": " But", "probability": 0.62060546875}, {"start": 1731.09, "end": 1731.27, "word": " I", "probability": 0.56396484375}, {"start": 1731.27, "end": 1731.45, "word": " will", "probability": 0.38916015625}, {"start": 1731.45, "end": 1731.75, "word": " benefit", "probability": 0.7822265625}, {"start": 1731.75, "end": 1732.13, "word": " from", "probability": 0.65087890625}, {"start": 1732.13, "end": 1732.49, "word": " what?", "probability": 0.2283935546875}, {"start": 1732.97, "end": 1733.33, "word": " Position.", "probability": 0.7587890625}, {"start": 1733.41, "end": 1733.51, "word": " What", "probability": 0.77734375}, {"start": 1733.51, "end": 1733.59, "word": " is", "probability": 0.70703125}, {"start": 1733.59, "end": 1733.89, "word": " position?", "probability": 0.60986328125}, {"start": 1734.41, "end": 1734.77, "word": " The", "probability": 0.65625}, {"start": 1734.77, "end": 1735.11, "word": " index", "probability": 0.89599609375}, {"start": 1735.11, "end": 1735.33, "word": " on", "probability": 0.36962890625}, {"start": 1735.33, "end": 1735.55, "word": " the", "probability": 0.73095703125}, {"start": 1735.55, "end": 1735.55, "word": " item", "probability": 0.380859375}, {"start": 1735.55, "end": 1735.69, "word": " you", "probability": 0.55322265625}, {"start": 1735.69, "end": 1735.97, "word": " chose.", "probability": 0.4658203125}, {"start": 1736.05, "end": 1736.13, "word": " If", "probability": 0.9140625}, {"start": 1736.13, "end": 1736.25, "word": " you", "probability": 0.5615234375}, {"start": 1736.25, "end": 1736.39, "word": " chose", "probability": 0.477294921875}, {"start": 1736.39, "end": 1736.55, "word": " the", "probability": 0.611328125}, {"start": 1736.55, "end": 1736.65, "word": " first", "probability": 0.85546875}, {"start": 1736.65, "end": 1736.91, "word": " one,", "probability": 0.79833984375}, {"start": 1736.97, "end": 1737.03, "word": " it", "probability": 0.65576171875}, {"start": 1737.03, "end": 1737.05, "word": " will", "probability": 0.330078125}, {"start": 1737.05, "end": 1737.15, "word": " bring", "probability": 0.358154296875}, {"start": 1737.15, "end": 1737.21, "word": " you", "probability": 0.364990234375}, {"start": 1737.21, "end": 1737.27, "word": " to", "probability": 0.6767578125}, {"start": 1737.27, "end": 1737.51, "word": " zero.", "probability": 0.68603515625}, {"start": 1738.51, "end": 1738.69, "word": " The", "probability": 0.335693359375}, {"start": 1738.69, "end": 1738.85, "word": " second", "probability": 0.51416015625}, {"start": 1738.85, "end": 1738.97, "word": " one,", "probability": 0.74951171875}, {"start": 1739.11, "end": 1739.23, "word": " one,", "probability": 0.7607421875}, {"start": 1739.41, "end": 1739.65, "word": " two,", "probability": 0.93798828125}, {"start": 1739.83, "end": 1740.09, "word": " three,", "probability": 0.9423828125}, {"start": 1740.23, "end": 1740.53, "word": " four,", "probability": 0.927734375}, {"start": 1741.05, "end": 1741.19, "word": " and", "probability": 0.67626953125}, {"start": 1741.19, "end": 1741.39, "word": " so", "probability": 0.93701171875}, {"start": 1741.39, "end": 1741.43, "word": " on.", "probability": 0.896484375}, {"start": 1742.37, "end": 1742.63, "word": " My", "probability": 0.8369140625}, {"start": 1742.63, "end": 1742.77, "word": " goal", "probability": 0.72265625}, {"start": 1742.77, "end": 1742.97, "word": " is", "probability": 0.64599609375}, {"start": 1742.97, "end": 1743.13, "word": " to", "probability": 0.490234375}, {"start": 1743.13, "end": 1744.13, "word": " show", "probability": 0.4609375}, {"start": 1744.13, "end": 1744.37, "word": " the", "probability": 0.76611328125}, {"start": 1744.37, "end": 1744.59, "word": " name", "probability": 0.5390625}, {"start": 1744.59, "end": 1744.71, "word": " of", "probability": 0.96630859375}, {"start": 1744.71, "end": 1744.79, "word": " the", "probability": 0.9072265625}, {"start": 1744.79, "end": 1745.03, "word": " country", "probability": 0.771484375}, {"start": 1745.03, "end": 1745.75, "word": " that", "probability": 0.328369140625}, {"start": 1745.75, "end": 1745.81, "word": " I", "probability": 0.96337890625}, {"start": 1745.81, "end": 1746.09, "word": " chose.", "probability": 0.6513671875}, {"start": 1746.91, "end": 1747.21, "word": " Okay?", "probability": 0.322998046875}, {"start": 1747.95, "end": 1748.17, "word": " So", "probability": 0.7158203125}, {"start": 1748.17, "end": 1748.31, "word": " you", "probability": 0.63330078125}, {"start": 1748.31, "end": 1748.39, "word": " have", "probability": 0.40234375}, {"start": 1748.39, "end": 1748.53, "word": " to", "probability": 0.96923828125}, {"start": 1748.53, "end": 1748.71, "word": " come", "probability": 0.5380859375}, {"start": 1748.71, "end": 1748.93, "word": " to", "probability": 0.8515625}], "temperature": 1.0}, {"id": 61, "seek": 177620, "start": 1752.64, "end": 1776.2, "text": " Because it does not bring me the name, it does not bring me what I chose, it brings me the element number that I chose. But through the spinner, there is a method called get item at position. That is, if you have the position, you get the item. What do I need to pass here? Position, and then I say to string.", "tokens": [1436, 309, 775, 406, 1565, 385, 264, 1315, 11, 309, 775, 406, 1565, 385, 437, 286, 5111, 11, 309, 5607, 385, 264, 4478, 1230, 300, 286, 5111, 13, 583, 807, 264, 44849, 11, 456, 307, 257, 3170, 1219, 483, 3174, 412, 2535, 13, 663, 307, 11, 498, 291, 362, 264, 2535, 11, 291, 483, 264, 3174, 13, 708, 360, 286, 643, 281, 1320, 510, 30, 29780, 11, 293, 550, 286, 584, 281, 6798, 13], "avg_logprob": -0.45416666428248087, "compression_ratio": 1.6756756756756757, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1752.64, "end": 1752.96, "word": " Because", "probability": 0.395263671875}, {"start": 1752.96, "end": 1753.14, "word": " it", "probability": 0.457275390625}, {"start": 1753.14, "end": 1753.28, "word": " does", "probability": 0.282958984375}, {"start": 1753.28, "end": 1753.28, "word": " not", "probability": 0.888671875}, {"start": 1753.28, "end": 1753.44, "word": " bring", "probability": 0.402587890625}, {"start": 1753.44, "end": 1753.6, "word": " me", "probability": 0.6240234375}, {"start": 1753.6, "end": 1753.74, "word": " the", "probability": 0.6826171875}, {"start": 1753.74, "end": 1753.96, "word": " name,", "probability": 0.74658203125}, {"start": 1754.26, "end": 1754.42, "word": " it", "probability": 0.408203125}, {"start": 1754.42, "end": 1754.48, "word": " does", "probability": 0.493896484375}, {"start": 1754.48, "end": 1754.48, "word": " not", "probability": 0.9375}, {"start": 1754.48, "end": 1754.62, "word": " bring", "probability": 0.76953125}, {"start": 1754.62, "end": 1754.92, "word": " me", "probability": 0.865234375}, {"start": 1754.92, "end": 1755.1, "word": " what", "probability": 0.6005859375}, {"start": 1755.1, "end": 1755.22, "word": " I", "probability": 0.8662109375}, {"start": 1755.22, "end": 1755.52, "word": " chose,", "probability": 0.5146484375}, {"start": 1755.72, "end": 1755.86, "word": " it", "probability": 0.81884765625}, {"start": 1755.86, "end": 1756.02, "word": " brings", "probability": 0.67626953125}, {"start": 1756.02, "end": 1756.18, "word": " me", "probability": 0.88232421875}, {"start": 1756.18, "end": 1756.3, "word": " the", "probability": 0.791015625}, {"start": 1756.3, "end": 1756.86, "word": " element", "probability": 0.367431640625}, {"start": 1756.86, "end": 1756.98, "word": " number", "probability": 0.85791015625}, {"start": 1756.98, "end": 1757.82, "word": " that", "probability": 0.434814453125}, {"start": 1757.82, "end": 1758.24, "word": " I", "probability": 0.951171875}, {"start": 1758.24, "end": 1758.42, "word": " chose.", "probability": 0.7763671875}, {"start": 1758.56, "end": 1759.0, "word": " But", "probability": 0.79736328125}, {"start": 1759.0, "end": 1759.34, "word": " through", "probability": 0.86572265625}, {"start": 1759.34, "end": 1759.64, "word": " the", "probability": 0.63232421875}, {"start": 1759.64, "end": 1759.86, "word": " spinner,", "probability": 0.270751953125}, {"start": 1760.72, "end": 1760.94, "word": " there", "probability": 0.8759765625}, {"start": 1760.94, "end": 1760.96, "word": " is", "probability": 0.91259765625}, {"start": 1760.96, "end": 1761.04, "word": " a", "probability": 0.9619140625}, {"start": 1761.04, "end": 1761.32, "word": " method", "probability": 0.9619140625}, {"start": 1761.32, "end": 1761.7, "word": " called", "probability": 0.72802734375}, {"start": 1761.7, "end": 1763.96, "word": " get", "probability": 0.5224609375}, {"start": 1763.96, "end": 1764.54, "word": " item", "probability": 0.45947265625}, {"start": 1764.54, "end": 1765.76, "word": " at", "probability": 0.875}, {"start": 1765.76, "end": 1766.18, "word": " position.", "probability": 0.94970703125}, {"start": 1766.78, "end": 1767.22, "word": " That", "probability": 0.18994140625}, {"start": 1767.22, "end": 1767.22, "word": " is,", "probability": 0.57275390625}, {"start": 1767.3, "end": 1767.38, "word": " if", "probability": 0.80517578125}, {"start": 1767.38, "end": 1767.48, "word": " you", "probability": 0.958984375}, {"start": 1767.48, "end": 1767.72, "word": " have", "probability": 0.8994140625}, {"start": 1767.72, "end": 1767.9, "word": " the", "probability": 0.67431640625}, {"start": 1767.9, "end": 1768.32, "word": " position,", "probability": 0.91845703125}, {"start": 1769.16, "end": 1769.26, "word": " you", "probability": 0.86279296875}, {"start": 1769.26, "end": 1769.44, "word": " get", "probability": 0.6142578125}, {"start": 1769.44, "end": 1769.56, "word": " the", "probability": 0.90771484375}, {"start": 1769.56, "end": 1769.82, "word": " item.", "probability": 0.97705078125}, {"start": 1771.26, "end": 1771.7, "word": " What", "probability": 0.32958984375}, {"start": 1771.7, "end": 1771.86, "word": " do", "probability": 0.29296875}, {"start": 1771.86, "end": 1771.98, "word": " I", "probability": 0.890625}, {"start": 1771.98, "end": 1772.04, "word": " need", "probability": 0.283203125}, {"start": 1772.04, "end": 1772.04, "word": " to", "probability": 0.9501953125}, {"start": 1772.04, "end": 1772.16, "word": " pass", "probability": 0.407958984375}, {"start": 1772.16, "end": 1772.52, "word": " here?", "probability": 0.80126953125}, {"start": 1773.92, "end": 1774.36, "word": " Position,", "probability": 0.71142578125}, {"start": 1774.72, "end": 1774.96, "word": " and", "probability": 0.67822265625}, {"start": 1774.96, "end": 1775.18, "word": " then", "probability": 0.83349609375}, {"start": 1775.18, "end": 1775.34, "word": " I", "probability": 0.92724609375}, {"start": 1775.34, "end": 1775.54, "word": " say", "probability": 0.65087890625}, {"start": 1775.54, "end": 1775.82, "word": " to", "probability": 0.4970703125}, {"start": 1775.82, "end": 1776.2, "word": " string.", "probability": 0.8125}], "temperature": 1.0}, {"id": 62, "seek": 179284, "start": 1782.5, "end": 1792.84, "text": " Get item at position to string and this is string country, it is the country chosen by the user and then we print it with toast", "tokens": [3240, 3174, 412, 2535, 281, 6798, 293, 341, 307, 6798, 1941, 11, 309, 307, 264, 1941, 8614, 538, 264, 4195, 293, 550, 321, 4482, 309, 365, 15354], "avg_logprob": -0.6450892963579723, "compression_ratio": 1.3763440860215055, "no_speech_prob": 0.0, "words": [{"start": 1782.5, "end": 1783.02, "word": " Get", "probability": 0.1649169921875}, {"start": 1783.02, "end": 1783.44, "word": " item", "probability": 0.80712890625}, {"start": 1783.44, "end": 1783.62, "word": " at", "probability": 0.72412109375}, {"start": 1783.62, "end": 1784.0, "word": " position", "probability": 0.93505859375}, {"start": 1784.0, "end": 1784.26, "word": " to", "probability": 0.6513671875}, {"start": 1784.26, "end": 1784.72, "word": " string", "probability": 0.8662109375}, {"start": 1784.72, "end": 1784.84, "word": " and", "probability": 0.30615234375}, {"start": 1784.84, "end": 1785.04, "word": " this", "probability": 0.415283203125}, {"start": 1785.04, "end": 1785.12, "word": " is", "probability": 0.56689453125}, {"start": 1785.12, "end": 1785.56, "word": " string", "probability": 0.236328125}, {"start": 1785.56, "end": 1786.62, "word": " country,", "probability": 0.78955078125}, {"start": 1786.8, "end": 1787.36, "word": " it", "probability": 0.244140625}, {"start": 1787.36, "end": 1787.46, "word": " is", "probability": 0.79931640625}, {"start": 1787.46, "end": 1787.56, "word": " the", "probability": 0.70263671875}, {"start": 1787.56, "end": 1787.8, "word": " country", "probability": 0.76513671875}, {"start": 1787.8, "end": 1788.58, "word": " chosen", "probability": 0.477294921875}, {"start": 1788.58, "end": 1789.88, "word": " by", "probability": 0.96044921875}, {"start": 1789.88, "end": 1789.96, "word": " the", "probability": 0.60693359375}, {"start": 1789.96, "end": 1790.22, "word": " user", "probability": 0.92822265625}, {"start": 1790.22, "end": 1791.3, "word": " and", "probability": 0.2254638671875}, {"start": 1791.3, "end": 1791.54, "word": " then", "probability": 0.49658203125}, {"start": 1791.54, "end": 1791.68, "word": " we", "probability": 0.275634765625}, {"start": 1791.68, "end": 1791.86, "word": " print", "probability": 0.734375}, {"start": 1791.86, "end": 1792.26, "word": " it", "probability": 0.75927734375}, {"start": 1792.26, "end": 1792.5, "word": " with", "probability": 0.402099609375}, {"start": 1792.5, "end": 1792.84, "word": " toast", "probability": 0.6259765625}], "temperature": 1.0}, {"id": 63, "seek": 183916, "start": 1810.4, "end": 1839.16, "text": " Okay guys, let's try it For the switch, it is correct if it is checked Okay, if you learn it", "tokens": [1033, 1074, 11, 718, 311, 853, 309, 1171, 264, 3679, 11, 309, 307, 3006, 498, 309, 307, 10033, 1033, 11, 498, 291, 1466, 309], "avg_logprob": -0.66375, "compression_ratio": 1.1071428571428572, "no_speech_prob": 0.0, "words": [{"start": 1810.4, "end": 1810.76, "word": " Okay", "probability": 0.2061767578125}, {"start": 1810.76, "end": 1811.18, "word": " guys,", "probability": 0.56884765625}, {"start": 1811.44, "end": 1811.68, "word": " let's", "probability": 0.821533203125}, {"start": 1811.68, "end": 1812.2, "word": " try", "probability": 0.83984375}, {"start": 1812.2, "end": 1817.42, "word": " it", "probability": 0.55908203125}, {"start": 1817.42, "end": 1828.58, "word": " For", "probability": 0.1483154296875}, {"start": 1828.58, "end": 1834.82, "word": " the", "probability": 0.6123046875}, {"start": 1834.82, "end": 1835.14, "word": " switch,", "probability": 0.744140625}, {"start": 1835.5, "end": 1835.72, "word": " it", "probability": 0.52783203125}, {"start": 1835.72, "end": 1835.82, "word": " is", "probability": 0.333740234375}, {"start": 1835.82, "end": 1836.12, "word": " correct", "probability": 0.52001953125}, {"start": 1836.12, "end": 1836.32, "word": " if", "probability": 0.8564453125}, {"start": 1836.32, "end": 1836.44, "word": " it", "probability": 0.67919921875}, {"start": 1836.44, "end": 1836.76, "word": " is", "probability": 0.7666015625}, {"start": 1836.76, "end": 1836.76, "word": " checked", "probability": 0.7353515625}, {"start": 1836.76, "end": 1838.12, "word": " Okay,", "probability": 0.1866455078125}, {"start": 1838.24, "end": 1838.54, "word": " if", "probability": 0.57470703125}, {"start": 1838.54, "end": 1838.62, "word": " you", "probability": 0.71923828125}, {"start": 1838.62, "end": 1838.92, "word": " learn", "probability": 0.1895751953125}, {"start": 1838.92, "end": 1839.16, "word": " it", "probability": 0.82275390625}], "temperature": 1.0}, {"id": 64, "seek": 184528, "start": 1841.12, "end": 1845.28, "text": " Or if I press it, it gives me true. If I press it, it gives me false.", "tokens": [1610, 498, 286, 1886, 309, 11, 309, 2709, 385, 2074, 13, 759, 286, 1886, 309, 11, 309, 2709, 385, 7908, 13], "avg_logprob": -0.5656959983435544, "compression_ratio": 1.3461538461538463, "no_speech_prob": 0.0, "words": [{"start": 1841.12, "end": 1841.52, "word": " Or", "probability": 0.487548828125}, {"start": 1841.52, "end": 1841.92, "word": " if", "probability": 0.059356689453125}, {"start": 1841.92, "end": 1842.04, "word": " I", "probability": 0.64013671875}, {"start": 1842.04, "end": 1842.22, "word": " press", "probability": 0.484619140625}, {"start": 1842.22, "end": 1842.54, "word": " it,", "probability": 0.452392578125}, {"start": 1842.62, "end": 1842.68, "word": " it", "probability": 0.83203125}, {"start": 1842.68, "end": 1842.8, "word": " gives", "probability": 0.279296875}, {"start": 1842.8, "end": 1842.94, "word": " me", "probability": 0.916015625}, {"start": 1842.94, "end": 1843.2, "word": " true.", "probability": 0.2335205078125}, {"start": 1843.9, "end": 1844.2, "word": " If", "probability": 0.6708984375}, {"start": 1844.2, "end": 1844.4, "word": " I", "probability": 0.93408203125}, {"start": 1844.4, "end": 1844.4, "word": " press", "probability": 0.417724609375}, {"start": 1844.4, "end": 1844.62, "word": " it,", "probability": 0.66259765625}, {"start": 1844.62, "end": 1844.76, "word": " it", "probability": 0.91552734375}, {"start": 1844.76, "end": 1844.84, "word": " gives", "probability": 0.8544921875}, {"start": 1844.84, "end": 1844.96, "word": " me", "probability": 0.916015625}, {"start": 1844.96, "end": 1845.28, "word": " false.", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 65, "seek": 190652, "start": 1884.28, "end": 1906.52, "text": " Ok, let's see the spinner Because whenever you choose a country, this is the spinner, do you see the list that I showed you? Wait a minute, now the spinner brings you something called the mode, ok?", "tokens": [3477, 11, 718, 311, 536, 264, 44849, 1436, 5699, 291, 2826, 257, 1941, 11, 341, 307, 264, 44849, 11, 360, 291, 536, 264, 1329, 300, 286, 4712, 291, 30, 3802, 257, 3456, 11, 586, 264, 44849, 5607, 291, 746, 1219, 264, 4391, 11, 3133, 30], "avg_logprob": -0.5591032621653184, "compression_ratio": 1.4244604316546763, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1884.28, "end": 1884.54, "word": " Ok,", "probability": 0.2445068359375}, {"start": 1884.58, "end": 1884.72, "word": " let's", "probability": 0.786376953125}, {"start": 1884.72, "end": 1885.12, "word": " see", "probability": 0.52392578125}, {"start": 1885.12, "end": 1886.24, "word": " the", "probability": 0.8017578125}, {"start": 1886.24, "end": 1886.6, "word": " spinner", "probability": 0.6884765625}, {"start": 1886.6, "end": 1890.38, "word": " Because", "probability": 0.450439453125}, {"start": 1890.38, "end": 1890.66, "word": " whenever", "probability": 0.370361328125}, {"start": 1890.66, "end": 1890.82, "word": " you", "probability": 0.94482421875}, {"start": 1890.82, "end": 1891.04, "word": " choose", "probability": 0.748046875}, {"start": 1891.04, "end": 1891.22, "word": " a", "probability": 0.4931640625}, {"start": 1891.22, "end": 1891.48, "word": " country,", "probability": 0.7763671875}, {"start": 1891.98, "end": 1893.3, "word": " this", "probability": 0.4462890625}, {"start": 1893.3, "end": 1893.34, "word": " is", "probability": 0.9091796875}, {"start": 1893.34, "end": 1893.44, "word": " the", "probability": 0.85791015625}, {"start": 1893.44, "end": 1893.66, "word": " spinner,", "probability": 0.9111328125}, {"start": 1893.74, "end": 1893.84, "word": " do", "probability": 0.27734375}, {"start": 1893.84, "end": 1893.98, "word": " you", "probability": 0.97314453125}, {"start": 1893.98, "end": 1893.98, "word": " see", "probability": 0.92431640625}, {"start": 1893.98, "end": 1894.08, "word": " the", "probability": 0.81787109375}, {"start": 1894.08, "end": 1894.3, "word": " list", "probability": 0.90771484375}, {"start": 1894.3, "end": 1894.4, "word": " that", "probability": 0.44970703125}, {"start": 1894.4, "end": 1894.44, "word": " I", "probability": 0.6748046875}, {"start": 1894.44, "end": 1894.64, "word": " showed", "probability": 0.28369140625}, {"start": 1894.64, "end": 1894.8, "word": " you?", "probability": 0.89990234375}, {"start": 1899.6, "end": 1900.1, "word": " Wait", "probability": 0.2181396484375}, {"start": 1900.1, "end": 1900.64, "word": " a", "probability": 0.74560546875}, {"start": 1900.64, "end": 1900.64, "word": " minute,", "probability": 0.50048828125}, {"start": 1901.02, "end": 1901.44, "word": " now", "probability": 0.472412109375}, {"start": 1901.44, "end": 1901.6, "word": " the", "probability": 0.728515625}, {"start": 1901.6, "end": 1901.94, "word": " spinner", "probability": 0.9501953125}, {"start": 1901.94, "end": 1903.12, "word": " brings", "probability": 0.418701171875}, {"start": 1903.12, "end": 1903.44, "word": " you", "probability": 0.603515625}, {"start": 1903.44, "end": 1903.68, "word": " something", "probability": 0.29736328125}, {"start": 1903.68, "end": 1904.04, "word": " called", "probability": 0.5458984375}, {"start": 1904.04, "end": 1904.2, "word": " the", "probability": 0.34228515625}, {"start": 1904.2, "end": 1904.48, "word": " mode,", "probability": 0.6845703125}, {"start": 1904.68, "end": 1906.52, "word": " ok?", "probability": 0.4306640625}], "temperature": 1.0}, {"id": 66, "seek": 193678, "start": 1908.0, "end": 1936.78, "text": " There is a spinner mode and there are two modes There is a mode called drop-down and there is a mode called dialogue Drop-down is the list that appears on the screen Dialogue means that it brings you a screen with options What we saw a while ago was drop-down, which is a list that goes down But there is a small problem with the spinner", "tokens": [821, 307, 257, 44849, 4391, 293, 456, 366, 732, 14068, 821, 307, 257, 4391, 1219, 3270, 12, 5093, 293, 456, 307, 257, 4391, 1219, 10221, 17675, 12, 5093, 307, 264, 1329, 300, 7038, 322, 264, 2568, 29658, 7213, 1355, 300, 309, 5607, 291, 257, 2568, 365, 3956, 708, 321, 1866, 257, 1339, 2057, 390, 3270, 12, 5093, 11, 597, 307, 257, 1329, 300, 1709, 760, 583, 456, 307, 257, 1359, 1154, 365, 264, 44849], "avg_logprob": -0.5049999856948852, "compression_ratio": 1.867403314917127, "no_speech_prob": 0.0, "words": [{"start": 1908.0, "end": 1908.3, "word": " There", "probability": 0.1961669921875}, {"start": 1908.3, "end": 1908.4, "word": " is", "probability": 0.68212890625}, {"start": 1908.4, "end": 1908.6, "word": " a", "probability": 0.446044921875}, {"start": 1908.6, "end": 1908.9, "word": " spinner", "probability": 0.7587890625}, {"start": 1908.9, "end": 1909.28, "word": " mode", "probability": 0.8681640625}, {"start": 1909.28, "end": 1909.58, "word": " and", "probability": 0.2529296875}, {"start": 1909.58, "end": 1909.6, "word": " there", "probability": 0.438720703125}, {"start": 1909.6, "end": 1909.62, "word": " are", "probability": 0.77001953125}, {"start": 1909.62, "end": 1910.0, "word": " two", "probability": 0.806640625}, {"start": 1910.0, "end": 1910.4, "word": " modes", "probability": 0.7841796875}, {"start": 1910.4, "end": 1911.18, "word": " There", "probability": 0.16162109375}, {"start": 1911.18, "end": 1911.3, "word": " is", "probability": 0.85205078125}, {"start": 1911.3, "end": 1911.32, "word": " a", "probability": 0.720703125}, {"start": 1911.32, "end": 1911.46, "word": " mode", "probability": 0.476318359375}, {"start": 1911.46, "end": 1911.68, "word": " called", "probability": 0.77392578125}, {"start": 1911.68, "end": 1911.96, "word": " drop", "probability": 0.6201171875}, {"start": 1911.96, "end": 1912.3, "word": "-down", "probability": 0.6241455078125}, {"start": 1912.3, "end": 1912.52, "word": " and", "probability": 0.76123046875}, {"start": 1912.52, "end": 1912.66, "word": " there", "probability": 0.425048828125}, {"start": 1912.66, "end": 1912.7, "word": " is", "probability": 0.9306640625}, {"start": 1912.7, "end": 1912.72, "word": " a", "probability": 0.9296875}, {"start": 1912.72, "end": 1912.86, "word": " mode", "probability": 0.79150390625}, {"start": 1912.86, "end": 1913.08, "word": " called", "probability": 0.8505859375}, {"start": 1913.08, "end": 1913.44, "word": " dialogue", "probability": 0.48681640625}, {"start": 1913.44, "end": 1914.18, "word": " Drop", "probability": 0.44970703125}, {"start": 1914.18, "end": 1914.52, "word": "-down", "probability": 0.84619140625}, {"start": 1914.52, "end": 1914.66, "word": " is", "probability": 0.615234375}, {"start": 1914.66, "end": 1914.76, "word": " the", "probability": 0.619140625}, {"start": 1914.76, "end": 1914.98, "word": " list", "probability": 0.8974609375}, {"start": 1914.98, "end": 1915.1, "word": " that", "probability": 0.68408203125}, {"start": 1915.1, "end": 1915.36, "word": " appears", "probability": 0.287841796875}, {"start": 1915.36, "end": 1915.54, "word": " on", "probability": 0.163330078125}, {"start": 1915.54, "end": 1916.28, "word": " the", "probability": 0.6181640625}, {"start": 1916.28, "end": 1916.28, "word": " screen", "probability": 0.64599609375}, {"start": 1916.28, "end": 1916.9, "word": " Dialogue", "probability": 0.7215576171875}, {"start": 1916.9, "end": 1917.24, "word": " means", "probability": 0.5810546875}, {"start": 1917.24, "end": 1917.74, "word": " that", "probability": 0.6474609375}, {"start": 1917.74, "end": 1917.94, "word": " it", "probability": 0.7373046875}, {"start": 1917.94, "end": 1918.12, "word": " brings", "probability": 0.43212890625}, {"start": 1918.12, "end": 1918.32, "word": " you", "probability": 0.6103515625}, {"start": 1918.32, "end": 1918.4, "word": " a", "probability": 0.86572265625}, {"start": 1918.4, "end": 1918.7, "word": " screen", "probability": 0.828125}, {"start": 1918.7, "end": 1920.02, "word": " with", "probability": 0.78271484375}, {"start": 1920.02, "end": 1920.52, "word": " options", "probability": 0.6484375}, {"start": 1920.52, "end": 1920.86, "word": " What", "probability": 0.10223388671875}, {"start": 1920.86, "end": 1921.76, "word": " we", "probability": 0.91064453125}, {"start": 1921.76, "end": 1921.98, "word": " saw", "probability": 0.7255859375}, {"start": 1921.98, "end": 1922.28, "word": " a", "probability": 0.246826171875}, {"start": 1922.28, "end": 1922.4, "word": " while", "probability": 0.64697265625}, {"start": 1922.4, "end": 1922.4, "word": " ago", "probability": 0.8896484375}, {"start": 1922.4, "end": 1922.54, "word": " was", "probability": 0.4619140625}, {"start": 1922.54, "end": 1922.74, "word": " drop", "probability": 0.63037109375}, {"start": 1922.74, "end": 1923.04, "word": "-down,", "probability": 0.911865234375}, {"start": 1923.18, "end": 1923.28, "word": " which", "probability": 0.56884765625}, {"start": 1923.28, "end": 1923.38, "word": " is", "probability": 0.87451171875}, {"start": 1923.38, "end": 1923.42, "word": " a", "probability": 0.73876953125}, {"start": 1923.42, "end": 1923.62, "word": " list", "probability": 0.9462890625}, {"start": 1923.62, "end": 1923.8, "word": " that", "probability": 0.7783203125}, {"start": 1923.8, "end": 1923.98, "word": " goes", "probability": 0.389892578125}, {"start": 1923.98, "end": 1924.26, "word": " down", "probability": 0.6787109375}, {"start": 1924.26, "end": 1927.98, "word": " But", "probability": 0.129638671875}, {"start": 1927.98, "end": 1933.68, "word": " there", "probability": 0.86962890625}, {"start": 1933.68, "end": 1933.74, "word": " is", "probability": 0.90087890625}, {"start": 1933.74, "end": 1934.16, "word": " a", "probability": 0.96337890625}, {"start": 1934.16, "end": 1934.34, "word": " small", "probability": 0.80224609375}, {"start": 1934.34, "end": 1934.36, "word": " problem", "probability": 0.8291015625}, {"start": 1934.36, "end": 1934.7, "word": " with", "probability": 0.58447265625}, {"start": 1934.7, "end": 1936.48, "word": " the", "probability": 0.767578125}, {"start": 1936.48, "end": 1936.78, "word": " spinner", "probability": 0.890625}], "temperature": 1.0}, {"id": 67, "seek": 194609, "start": 1938.51, "end": 1946.09, "text": " that when you turn it on, the moment you turn it on, the spinner will turn on. See what happens when the application turns on.", "tokens": [300, 562, 291, 1261, 309, 322, 11, 264, 1623, 291, 1261, 309, 322, 11, 264, 44849, 486, 1261, 322, 13, 3008, 437, 2314, 562, 264, 3861, 4523, 322, 13], "avg_logprob": -0.6281250218550364, "compression_ratio": 1.4431818181818181, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1938.51, "end": 1938.75, "word": " that", "probability": 0.06219482421875}, {"start": 1938.75, "end": 1939.23, "word": " when", "probability": 0.393310546875}, {"start": 1939.23, "end": 1939.43, "word": " you", "probability": 0.810546875}, {"start": 1939.43, "end": 1939.73, "word": " turn", "probability": 0.2491455078125}, {"start": 1939.73, "end": 1939.91, "word": " it", "probability": 0.634765625}, {"start": 1939.91, "end": 1939.99, "word": " on,", "probability": 0.921875}, {"start": 1940.17, "end": 1940.29, "word": " the", "probability": 0.358154296875}, {"start": 1940.29, "end": 1940.43, "word": " moment", "probability": 0.206787109375}, {"start": 1940.43, "end": 1940.67, "word": " you", "probability": 0.8671875}, {"start": 1940.67, "end": 1940.95, "word": " turn", "probability": 0.65087890625}, {"start": 1940.95, "end": 1941.13, "word": " it", "probability": 0.916015625}, {"start": 1941.13, "end": 1941.17, "word": " on,", "probability": 0.93701171875}, {"start": 1941.95, "end": 1942.53, "word": " the", "probability": 0.662109375}, {"start": 1942.53, "end": 1942.81, "word": " spinner", "probability": 0.74169921875}, {"start": 1942.81, "end": 1942.81, "word": " will", "probability": 0.50732421875}, {"start": 1942.81, "end": 1942.81, "word": " turn", "probability": 0.437744140625}, {"start": 1942.81, "end": 1942.81, "word": " on.", "probability": 0.87109375}, {"start": 1943.95, "end": 1944.35, "word": " See", "probability": 0.1212158203125}, {"start": 1944.35, "end": 1944.51, "word": " what", "probability": 0.75439453125}, {"start": 1944.51, "end": 1945.13, "word": " happens", "probability": 0.69775390625}, {"start": 1945.13, "end": 1945.41, "word": " when", "probability": 0.826171875}, {"start": 1945.41, "end": 1945.81, "word": " the", "probability": 0.646484375}, {"start": 1945.81, "end": 1946.09, "word": " application", "probability": 0.5107421875}, {"start": 1946.09, "end": 1946.09, "word": " turns", "probability": 0.34228515625}, {"start": 1946.09, "end": 1946.09, "word": " on.", "probability": 0.916015625}], "temperature": 1.0}, {"id": 68, "seek": 201376, "start": 2004.0, "end": 2013.76, "text": " طيب يا شباب، شايفين إيش طبع ملي؟ إيش طبع؟ طبع Palestine، مع أنه مختارتش حاجة، تمام؟ يعني في مشكلة إنه بعمل action على ال ..", "tokens": [23032, 1829, 3555, 35186, 13412, 3555, 16758, 12399, 13412, 995, 33911, 9957, 11933, 1829, 8592, 23032, 3555, 3615, 3714, 20292, 22807, 11933, 1829, 8592, 23032, 3555, 3615, 22807, 23032, 3555, 3615, 33030, 12399, 20449, 14739, 3224, 3714, 46456, 9640, 2655, 8592, 11331, 26108, 3660, 12399, 46811, 10943, 22807, 37495, 22653, 8978, 37893, 28820, 3660, 36145, 3224, 4724, 25957, 1211, 3069, 15844, 2423, 4386], "avg_logprob": -0.292236328125, "compression_ratio": 1.3733333333333333, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2004.0, "end": 2004.74, "word": " طيب", "probability": 0.4647725423177083}, {"start": 2004.74, "end": 2004.86, "word": " يا", "probability": 0.9130859375}, {"start": 2004.86, "end": 2005.22, "word": " شباب،", "probability": 0.787445068359375}, {"start": 2005.22, "end": 2005.54, "word": " شايفين", "probability": 0.90771484375}, {"start": 2005.54, "end": 2005.72, "word": " إيش", "probability": 0.85400390625}, {"start": 2005.72, "end": 2005.86, "word": " طبع", "probability": 0.94384765625}, {"start": 2005.86, "end": 2006.46, "word": " ملي؟", "probability": 0.5926920572916666}, {"start": 2006.46, "end": 2007.3, "word": " إيش", "probability": 0.8790690104166666}, {"start": 2007.3, "end": 2008.1, "word": " طبع؟", "probability": 0.9803466796875}, {"start": 2008.1, "end": 2008.76, "word": " طبع", "probability": 0.8942057291666666}, {"start": 2008.76, "end": 2009.44, "word": " Palestine،", "probability": 0.735107421875}, {"start": 2009.44, "end": 2009.54, "word": " مع", "probability": 0.72607421875}, {"start": 2009.54, "end": 2009.72, "word": " أنه", "probability": 0.683349609375}, {"start": 2009.72, "end": 2010.3, "word": " مختارتش", "probability": 0.7299072265625}, {"start": 2010.3, "end": 2011.0, "word": " حاجة،", "probability": 0.86968994140625}, {"start": 2011.0, "end": 2011.4, "word": " تمام؟", "probability": 0.777099609375}, {"start": 2011.4, "end": 2011.66, "word": " يعني", "probability": 0.84326171875}, {"start": 2011.66, "end": 2012.06, "word": " في", "probability": 0.6806640625}, {"start": 2012.06, "end": 2012.5, "word": " مشكلة", "probability": 0.9602864583333334}, {"start": 2012.5, "end": 2012.62, "word": " إنه", "probability": 0.6651611328125}, {"start": 2012.62, "end": 2012.9, "word": " بعمل", "probability": 0.8719075520833334}, {"start": 2012.9, "end": 2013.28, "word": " action", "probability": 0.9462890625}, {"start": 2013.28, "end": 2013.5, "word": " على", "probability": 0.81396484375}, {"start": 2013.5, "end": 2013.76, "word": " ال", "probability": 0.91650390625}, {"start": 2013.76, "end": 2013.76, "word": " ..", "probability": 0.7939453125}], "temperature": 1.0}, {"id": 69, "seek": 203826, "start": 2015.62, "end": 2038.26, "text": " on the spinner before the user chooses. As soon as it starts working, it executes the code in on item selected. Okay? So this is the only solution that you have. You have the first case, but you don't let it execute the action, but it executes it later. How, for example? You can come here and introduce yourself. Boolean.", "tokens": [322, 264, 44849, 949, 264, 4195, 25963, 13, 1018, 2321, 382, 309, 3719, 1364, 11, 309, 4454, 1819, 264, 3089, 294, 322, 3174, 8209, 13, 1033, 30, 407, 341, 307, 264, 787, 3827, 300, 291, 362, 13, 509, 362, 264, 700, 1389, 11, 457, 291, 500, 380, 718, 309, 14483, 264, 3069, 11, 457, 309, 4454, 1819, 309, 1780, 13, 1012, 11, 337, 1365, 30, 509, 393, 808, 510, 293, 5366, 1803, 13, 23351, 28499, 13], "avg_logprob": -0.5243506493506493, "compression_ratio": 1.5679611650485437, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2015.62, "end": 2015.88, "word": " on", "probability": 0.2666015625}, {"start": 2015.88, "end": 2016.0, "word": " the", "probability": 0.744140625}, {"start": 2016.0, "end": 2016.38, "word": " spinner", "probability": 0.947265625}, {"start": 2016.38, "end": 2017.38, "word": " before", "probability": 0.755859375}, {"start": 2017.38, "end": 2017.6, "word": " the", "probability": 0.5537109375}, {"start": 2017.6, "end": 2017.82, "word": " user", "probability": 0.9462890625}, {"start": 2017.82, "end": 2018.16, "word": " chooses.", "probability": 0.45947265625}, {"start": 2018.26, "end": 2018.42, "word": " As", "probability": 0.1815185546875}, {"start": 2018.42, "end": 2018.52, "word": " soon", "probability": 0.9501953125}, {"start": 2018.52, "end": 2018.58, "word": " as", "probability": 0.97021484375}, {"start": 2018.58, "end": 2018.68, "word": " it", "probability": 0.31298828125}, {"start": 2018.68, "end": 2018.88, "word": " starts", "probability": 0.476318359375}, {"start": 2018.88, "end": 2019.08, "word": " working,", "probability": 0.55078125}, {"start": 2019.34, "end": 2019.5, "word": " it", "probability": 0.87548828125}, {"start": 2019.5, "end": 2019.96, "word": " executes", "probability": 0.658203125}, {"start": 2019.96, "end": 2020.16, "word": " the", "probability": 0.82861328125}, {"start": 2020.16, "end": 2020.5, "word": " code", "probability": 0.83642578125}, {"start": 2020.5, "end": 2021.52, "word": " in", "probability": 0.34814453125}, {"start": 2021.52, "end": 2021.76, "word": " on", "probability": 0.343017578125}, {"start": 2021.76, "end": 2022.04, "word": " item", "probability": 0.45361328125}, {"start": 2022.04, "end": 2022.5, "word": " selected.", "probability": 0.859375}, {"start": 2023.24, "end": 2023.42, "word": " Okay?", "probability": 0.1761474609375}, {"start": 2023.98, "end": 2024.1, "word": " So", "probability": 0.475341796875}, {"start": 2024.1, "end": 2024.42, "word": " this", "probability": 0.357177734375}, {"start": 2024.42, "end": 2024.68, "word": " is", "probability": 0.8662109375}, {"start": 2024.68, "end": 2025.32, "word": " the", "probability": 0.7392578125}, {"start": 2025.32, "end": 2025.6, "word": " only", "probability": 0.88623046875}, {"start": 2025.6, "end": 2026.18, "word": " solution", "probability": 0.83642578125}, {"start": 2026.18, "end": 2026.54, "word": " that", "probability": 0.209716796875}, {"start": 2026.54, "end": 2026.54, "word": " you", "probability": 0.40087890625}, {"start": 2026.54, "end": 2026.54, "word": " have.", "probability": 0.61376953125}, {"start": 2027.04, "end": 2027.4, "word": " You", "probability": 0.445556640625}, {"start": 2027.4, "end": 2027.6, "word": " have", "probability": 0.609375}, {"start": 2027.6, "end": 2027.76, "word": " the", "probability": 0.2445068359375}, {"start": 2027.76, "end": 2027.94, "word": " first", "probability": 0.85205078125}, {"start": 2027.94, "end": 2028.22, "word": " case,", "probability": 0.77490234375}, {"start": 2028.34, "end": 2028.54, "word": " but", "probability": 0.6396484375}, {"start": 2028.54, "end": 2030.24, "word": " you", "probability": 0.556640625}, {"start": 2030.24, "end": 2030.3, "word": " don't", "probability": 0.79248046875}, {"start": 2030.3, "end": 2030.5, "word": " let", "probability": 0.7548828125}, {"start": 2030.5, "end": 2031.3, "word": " it", "probability": 0.76611328125}, {"start": 2031.3, "end": 2031.6, "word": " execute", "probability": 0.71337890625}, {"start": 2031.6, "end": 2031.74, "word": " the", "probability": 0.806640625}, {"start": 2031.74, "end": 2032.08, "word": " action,", "probability": 0.95166015625}, {"start": 2032.14, "end": 2032.34, "word": " but", "probability": 0.77734375}, {"start": 2032.34, "end": 2032.52, "word": " it", "probability": 0.445068359375}, {"start": 2032.52, "end": 2033.08, "word": " executes", "probability": 0.6922607421875}, {"start": 2033.08, "end": 2033.12, "word": " it", "probability": 0.7861328125}, {"start": 2033.12, "end": 2033.12, "word": " later.", "probability": 0.421630859375}, {"start": 2033.14, "end": 2033.4, "word": " How,", "probability": 0.779296875}, {"start": 2033.46, "end": 2033.58, "word": " for", "probability": 0.9443359375}, {"start": 2033.58, "end": 2033.78, "word": " example?", "probability": 0.9375}, {"start": 2034.36, "end": 2034.6, "word": " You", "probability": 0.736328125}, {"start": 2034.6, "end": 2034.8, "word": " can", "probability": 0.880859375}, {"start": 2034.8, "end": 2034.98, "word": " come", "probability": 0.485107421875}, {"start": 2034.98, "end": 2035.16, "word": " here", "probability": 0.80517578125}, {"start": 2035.16, "end": 2035.22, "word": " and", "probability": 0.72119140625}, {"start": 2035.22, "end": 2035.64, "word": " introduce", "probability": 0.207763671875}, {"start": 2035.64, "end": 2036.44, "word": " yourself.", "probability": 0.67724609375}, {"start": 2037.82, "end": 2038.26, "word": " Boolean.", "probability": 0.791015625}], "temperature": 1.0}, {"id": 70, "seek": 206923, "start": 2040.57, "end": 2069.23, "text": " Initial state, what is initial state? Is it the beginning or on starting? The program is not working yet. What is the value that I put? True, the first value that I put is true. So I want to tell it if, not head on the check box, on the spinner. We tell it if it is starting. Tell it start.", "tokens": [22937, 831, 1785, 11, 437, 307, 5883, 1785, 30, 1119, 309, 264, 2863, 420, 322, 2891, 30, 440, 1461, 307, 406, 1364, 1939, 13, 708, 307, 264, 2158, 300, 286, 829, 30, 13587, 11, 264, 700, 2158, 300, 286, 829, 307, 2074, 13, 407, 286, 528, 281, 980, 309, 498, 11, 406, 1378, 322, 264, 1520, 2424, 11, 322, 264, 44849, 13, 492, 980, 309, 498, 309, 307, 2891, 13, 5115, 309, 722, 13], "avg_logprob": -0.6325000015894572, "compression_ratio": 1.6724137931034482, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2040.57, "end": 2041.09, "word": " Initial", "probability": 0.619384765625}, {"start": 2041.09, "end": 2041.53, "word": " state,", "probability": 0.912109375}, {"start": 2041.57, "end": 2041.71, "word": " what", "probability": 0.5361328125}, {"start": 2041.71, "end": 2041.79, "word": " is", "probability": 0.70166015625}, {"start": 2041.79, "end": 2042.09, "word": " initial", "probability": 0.63720703125}, {"start": 2042.09, "end": 2042.51, "word": " state?", "probability": 0.96435546875}, {"start": 2043.65, "end": 2044.17, "word": " Is", "probability": 0.1497802734375}, {"start": 2044.17, "end": 2044.67, "word": " it", "probability": 0.5927734375}, {"start": 2044.67, "end": 2044.73, "word": " the", "probability": 0.356201171875}, {"start": 2044.73, "end": 2044.97, "word": " beginning", "probability": 0.72021484375}, {"start": 2044.97, "end": 2045.69, "word": " or", "probability": 0.53369140625}, {"start": 2045.69, "end": 2047.45, "word": " on", "probability": 0.12744140625}, {"start": 2047.45, "end": 2048.65, "word": " starting?", "probability": 0.83154296875}, {"start": 2049.95, "end": 2050.47, "word": " The", "probability": 0.335693359375}, {"start": 2050.47, "end": 2050.79, "word": " program", "probability": 0.81103515625}, {"start": 2050.79, "end": 2051.05, "word": " is", "probability": 0.70849609375}, {"start": 2051.05, "end": 2051.05, "word": " not", "probability": 0.23779296875}, {"start": 2051.05, "end": 2051.37, "word": " working", "probability": 0.64111328125}, {"start": 2051.37, "end": 2051.75, "word": " yet.", "probability": 0.74853515625}, {"start": 2052.39, "end": 2052.91, "word": " What", "probability": 0.466796875}, {"start": 2052.91, "end": 2052.99, "word": " is", "probability": 0.69091796875}, {"start": 2052.99, "end": 2053.03, "word": " the", "probability": 0.84716796875}, {"start": 2053.03, "end": 2053.17, "word": " value", "probability": 0.77587890625}, {"start": 2053.17, "end": 2053.29, "word": " that", "probability": 0.2447509765625}, {"start": 2053.29, "end": 2053.29, "word": " I", "probability": 0.578125}, {"start": 2053.29, "end": 2053.43, "word": " put?", "probability": 0.310546875}, {"start": 2053.97, "end": 2054.49, "word": " True,", "probability": 0.615234375}, {"start": 2054.65, "end": 2054.77, "word": " the", "probability": 0.37548828125}, {"start": 2054.77, "end": 2054.91, "word": " first", "probability": 0.7041015625}, {"start": 2054.91, "end": 2055.07, "word": " value", "probability": 0.04278564453125}, {"start": 2055.07, "end": 2055.19, "word": " that", "probability": 0.48046875}, {"start": 2055.19, "end": 2055.19, "word": " I", "probability": 0.72998046875}, {"start": 2055.19, "end": 2055.19, "word": " put", "probability": 0.71923828125}, {"start": 2055.19, "end": 2055.47, "word": " is", "probability": 0.6318359375}, {"start": 2055.47, "end": 2055.69, "word": " true.", "probability": 0.798828125}, {"start": 2055.79, "end": 2055.89, "word": " So", "probability": 0.5556640625}, {"start": 2055.89, "end": 2055.95, "word": " I", "probability": 0.59765625}, {"start": 2055.95, "end": 2056.05, "word": " want", "probability": 0.2425537109375}, {"start": 2056.05, "end": 2056.07, "word": " to", "probability": 0.9697265625}, {"start": 2056.07, "end": 2056.21, "word": " tell", "probability": 0.403564453125}, {"start": 2056.21, "end": 2056.35, "word": " it", "probability": 0.52734375}, {"start": 2056.35, "end": 2056.79, "word": " if,", "probability": 0.430419921875}, {"start": 2057.31, "end": 2057.83, "word": " not", "probability": 0.53076171875}, {"start": 2057.83, "end": 2058.11, "word": " head", "probability": 0.3203125}, {"start": 2058.11, "end": 2058.27, "word": " on", "probability": 0.67529296875}, {"start": 2058.27, "end": 2058.53, "word": " the", "probability": 0.73828125}, {"start": 2058.53, "end": 2058.81, "word": " check", "probability": 0.9453125}, {"start": 2058.81, "end": 2059.11, "word": " box,", "probability": 0.56103515625}, {"start": 2059.97, "end": 2060.43, "word": " on", "probability": 0.7705078125}, {"start": 2060.43, "end": 2060.55, "word": " the", "probability": 0.69287109375}, {"start": 2060.55, "end": 2060.81, "word": " spinner.", "probability": 0.70751953125}, {"start": 2061.21, "end": 2061.41, "word": " We", "probability": 0.487060546875}, {"start": 2061.41, "end": 2061.61, "word": " tell", "probability": 0.379150390625}, {"start": 2061.61, "end": 2061.75, "word": " it", "probability": 0.88623046875}, {"start": 2061.75, "end": 2062.07, "word": " if", "probability": 0.86767578125}, {"start": 2062.07, "end": 2064.37, "word": " it", "probability": 0.57470703125}, {"start": 2064.37, "end": 2064.43, "word": " is", "probability": 0.78515625}, {"start": 2064.43, "end": 2064.99, "word": " starting.", "probability": 0.8955078125}, {"start": 2068.41, "end": 2068.93, "word": " Tell", "probability": 0.316162109375}, {"start": 2068.93, "end": 2069.03, "word": " it", "probability": 0.65283203125}, {"start": 2069.03, "end": 2069.23, "word": " start.", "probability": 0.45849609375}], "temperature": 1.0}, {"id": 71, "seek": 209517, "start": 2071.19, "end": 2095.17, "text": " onstarting if onstarting it means that it is still working we don't want it to do anything else put here the onstarting false we are done like that what will happen? it will work for the first time what did the onstarting do?", "tokens": [322, 24419, 278, 498, 322, 24419, 278, 309, 1355, 300, 309, 307, 920, 1364, 321, 500, 380, 528, 309, 281, 360, 1340, 1646, 829, 510, 264, 322, 24419, 278, 7908, 321, 366, 1096, 411, 300, 437, 486, 1051, 30, 309, 486, 589, 337, 264, 700, 565, 437, 630, 264, 322, 24419, 278, 360, 30], "avg_logprob": -0.5571022835644809, "compression_ratio": 1.7251908396946565, "no_speech_prob": 0.0, "words": [{"start": 2071.19, "end": 2071.79, "word": " onstarting", "probability": 0.4795735677083333}, {"start": 2071.79, "end": 2072.39, "word": " if", "probability": 0.215087890625}, {"start": 2072.39, "end": 2073.11, "word": " onstarting", "probability": 0.9274088541666666}, {"start": 2073.11, "end": 2073.23, "word": " it", "probability": 0.054718017578125}, {"start": 2073.23, "end": 2073.25, "word": " means", "probability": 0.6005859375}, {"start": 2073.25, "end": 2073.45, "word": " that", "probability": 0.40966796875}, {"start": 2073.45, "end": 2073.83, "word": " it", "probability": 0.45849609375}, {"start": 2073.83, "end": 2073.83, "word": " is", "probability": 0.451904296875}, {"start": 2073.83, "end": 2073.83, "word": " still", "probability": 0.74169921875}, {"start": 2073.83, "end": 2075.97, "word": " working", "probability": 0.4619140625}, {"start": 2075.97, "end": 2077.11, "word": " we", "probability": 0.181884765625}, {"start": 2077.11, "end": 2077.31, "word": " don't", "probability": 0.796630859375}, {"start": 2077.31, "end": 2077.39, "word": " want", "probability": 0.6533203125}, {"start": 2077.39, "end": 2077.49, "word": " it", "probability": 0.73779296875}, {"start": 2077.49, "end": 2077.53, "word": " to", "probability": 0.9541015625}, {"start": 2077.53, "end": 2077.61, "word": " do", "probability": 0.69580078125}, {"start": 2077.61, "end": 2078.29, "word": " anything", "probability": 0.71484375}, {"start": 2078.29, "end": 2080.11, "word": " else", "probability": 0.85498046875}, {"start": 2080.11, "end": 2085.75, "word": " put", "probability": 0.391845703125}, {"start": 2085.75, "end": 2086.05, "word": " here", "probability": 0.59521484375}, {"start": 2086.05, "end": 2086.19, "word": " the", "probability": 0.375244140625}, {"start": 2086.19, "end": 2087.05, "word": " onstarting", "probability": 0.9573567708333334}, {"start": 2087.05, "end": 2089.09, "word": " false", "probability": 0.68212890625}, {"start": 2089.09, "end": 2091.13, "word": " we", "probability": 0.2254638671875}, {"start": 2091.13, "end": 2091.47, "word": " are", "probability": 0.235107421875}, {"start": 2091.47, "end": 2091.49, "word": " done", "probability": 0.75244140625}, {"start": 2091.49, "end": 2091.73, "word": " like", "probability": 0.36669921875}, {"start": 2091.73, "end": 2091.73, "word": " that", "probability": 0.5654296875}, {"start": 2091.73, "end": 2091.95, "word": " what", "probability": 0.60693359375}, {"start": 2091.95, "end": 2092.07, "word": " will", "probability": 0.6279296875}, {"start": 2092.07, "end": 2092.31, "word": " happen?", "probability": 0.90087890625}, {"start": 2092.53, "end": 2093.05, "word": " it", "probability": 0.31494140625}, {"start": 2093.05, "end": 2093.21, "word": " will", "probability": 0.65380859375}, {"start": 2093.21, "end": 2093.63, "word": " work", "probability": 0.6787109375}, {"start": 2093.63, "end": 2093.63, "word": " for", "probability": 0.76953125}, {"start": 2093.63, "end": 2093.63, "word": " the", "probability": 0.92041015625}, {"start": 2093.63, "end": 2093.63, "word": " first", "probability": 0.8798828125}, {"start": 2093.63, "end": 2093.63, "word": " time", "probability": 0.89501953125}, {"start": 2093.63, "end": 2094.29, "word": " what", "probability": 0.61865234375}, {"start": 2094.29, "end": 2094.29, "word": " did", "probability": 0.296630859375}, {"start": 2094.29, "end": 2094.31, "word": " the", "probability": 0.5546875}, {"start": 2094.31, "end": 2094.85, "word": " onstarting", "probability": 0.9342447916666666}, {"start": 2094.85, "end": 2095.17, "word": " do?", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 72, "seek": 212584, "start": 2097.22, "end": 2125.84, "text": " True, first time it is true, it will check if it is true, what will it do? It will make it false, it will not execute the code, right or wrong? Will it execute this first time? No, second time, what will it do if the user comes out? It will check if it is true, it will make it false, it will not execute this, what will it do? This is just a small trick that for the first time it will not execute this code", "tokens": [13587, 11, 700, 565, 309, 307, 2074, 11, 309, 486, 1520, 498, 309, 307, 2074, 11, 437, 486, 309, 360, 30, 467, 486, 652, 309, 7908, 11, 309, 486, 406, 14483, 264, 3089, 11, 558, 420, 2085, 30, 3099, 309, 14483, 341, 700, 565, 30, 883, 11, 1150, 565, 11, 437, 486, 309, 360, 498, 264, 4195, 1487, 484, 30, 467, 486, 1520, 498, 309, 307, 2074, 11, 309, 486, 652, 309, 7908, 11, 309, 486, 406, 14483, 341, 11, 437, 486, 309, 360, 30, 639, 307, 445, 257, 1359, 4282, 300, 337, 264, 700, 565, 309, 486, 406, 14483, 341, 3089], "avg_logprob": -0.45358011155452543, "compression_ratio": 2.2849162011173183, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 2097.22, "end": 2097.66, "word": " True,", "probability": 0.50732421875}, {"start": 2098.42, "end": 2098.84, "word": " first", "probability": 0.331298828125}, {"start": 2098.84, "end": 2099.04, "word": " time", "probability": 0.85009765625}, {"start": 2099.04, "end": 2099.18, "word": " it", "probability": 0.1766357421875}, {"start": 2099.18, "end": 2099.18, "word": " is", "probability": 0.473876953125}, {"start": 2099.18, "end": 2099.36, "word": " true,", "probability": 0.91748046875}, {"start": 2099.72, "end": 2100.4, "word": " it", "probability": 0.444091796875}, {"start": 2100.4, "end": 2100.54, "word": " will", "probability": 0.68701171875}, {"start": 2100.54, "end": 2100.84, "word": " check", "probability": 0.64111328125}, {"start": 2100.84, "end": 2100.96, "word": " if", "probability": 0.359619140625}, {"start": 2100.96, "end": 2101.26, "word": " it", "probability": 0.82275390625}, {"start": 2101.26, "end": 2101.26, "word": " is", "probability": 0.65869140625}, {"start": 2101.26, "end": 2101.54, "word": " true,", "probability": 0.94189453125}, {"start": 2101.88, "end": 2102.0, "word": " what", "probability": 0.3037109375}, {"start": 2102.0, "end": 2102.08, "word": " will", "probability": 0.548828125}, {"start": 2102.08, "end": 2102.14, "word": " it", "probability": 0.853515625}, {"start": 2102.14, "end": 2102.42, "word": " do?", "probability": 0.9619140625}, {"start": 2103.7, "end": 2104.14, "word": " It", "probability": 0.45556640625}, {"start": 2104.14, "end": 2104.32, "word": " will", "probability": 0.86376953125}, {"start": 2104.32, "end": 2104.52, "word": " make", "probability": 0.1856689453125}, {"start": 2104.52, "end": 2104.64, "word": " it", "probability": 0.703125}, {"start": 2104.64, "end": 2104.86, "word": " false,", "probability": 0.724609375}, {"start": 2104.98, "end": 2105.08, "word": " it", "probability": 0.59228515625}, {"start": 2105.08, "end": 2105.58, "word": " will", "probability": 0.71533203125}, {"start": 2105.58, "end": 2105.58, "word": " not", "probability": 0.935546875}, {"start": 2105.58, "end": 2105.9, "word": " execute", "probability": 0.640625}, {"start": 2105.9, "end": 2106.04, "word": " the", "probability": 0.57568359375}, {"start": 2106.04, "end": 2106.26, "word": " code,", "probability": 0.935546875}, {"start": 2106.38, "end": 2106.56, "word": " right", "probability": 0.450439453125}, {"start": 2106.56, "end": 2106.7, "word": " or", "probability": 0.79248046875}, {"start": 2106.7, "end": 2106.82, "word": " wrong?", "probability": 0.353759765625}, {"start": 2107.56, "end": 2108.0, "word": " Will", "probability": 0.58251953125}, {"start": 2108.0, "end": 2108.14, "word": " it", "probability": 0.6953125}, {"start": 2108.14, "end": 2108.44, "word": " execute", "probability": 0.8291015625}, {"start": 2108.44, "end": 2108.64, "word": " this", "probability": 0.71533203125}, {"start": 2108.64, "end": 2108.82, "word": " first", "probability": 0.48193359375}, {"start": 2108.82, "end": 2109.12, "word": " time?", "probability": 0.86865234375}, {"start": 2109.32, "end": 2109.76, "word": " No,", "probability": 0.86572265625}, {"start": 2109.9, "end": 2110.32, "word": " second", "probability": 0.47119140625}, {"start": 2110.32, "end": 2110.7, "word": " time,", "probability": 0.88720703125}, {"start": 2112.02, "end": 2112.5, "word": " what", "probability": 0.85498046875}, {"start": 2112.5, "end": 2112.6, "word": " will", "probability": 0.7900390625}, {"start": 2112.6, "end": 2112.66, "word": " it", "probability": 0.91455078125}, {"start": 2112.66, "end": 2112.88, "word": " do", "probability": 0.96728515625}, {"start": 2112.88, "end": 2113.54, "word": " if", "probability": 0.61962890625}, {"start": 2113.54, "end": 2113.84, "word": " the", "probability": 0.436767578125}, {"start": 2113.84, "end": 2113.84, "word": " user", "probability": 0.77392578125}, {"start": 2113.84, "end": 2113.84, "word": " comes", "probability": 0.15673828125}, {"start": 2113.84, "end": 2114.02, "word": " out?", "probability": 0.396240234375}, {"start": 2114.96, "end": 2115.36, "word": " It", "probability": 0.70458984375}, {"start": 2115.36, "end": 2115.44, "word": " will", "probability": 0.857421875}, {"start": 2115.44, "end": 2115.7, "word": " check", "probability": 0.88427734375}, {"start": 2115.7, "end": 2115.94, "word": " if", "probability": 0.53369140625}, {"start": 2115.94, "end": 2116.08, "word": " it", "probability": 0.91796875}, {"start": 2116.08, "end": 2116.12, "word": " is", "probability": 0.92626953125}, {"start": 2116.12, "end": 2116.54, "word": " true,", "probability": 0.97509765625}, {"start": 2117.26, "end": 2118.06, "word": " it", "probability": 0.6298828125}, {"start": 2118.06, "end": 2118.12, "word": " will", "probability": 0.865234375}, {"start": 2118.12, "end": 2118.22, "word": " make", "probability": 0.845703125}, {"start": 2118.22, "end": 2118.32, "word": " it", "probability": 0.94140625}, {"start": 2118.32, "end": 2118.58, "word": " false,", "probability": 0.87744140625}, {"start": 2118.68, "end": 2118.74, "word": " it", "probability": 0.8359375}, {"start": 2118.74, "end": 2118.84, "word": " will", "probability": 0.86767578125}, {"start": 2118.84, "end": 2118.84, "word": " not", "probability": 0.93212890625}, {"start": 2118.84, "end": 2119.18, "word": " execute", "probability": 0.91357421875}, {"start": 2119.18, "end": 2119.38, "word": " this,", "probability": 0.74169921875}, {"start": 2119.42, "end": 2119.7, "word": " what", "probability": 0.452392578125}, {"start": 2119.7, "end": 2119.94, "word": " will", "probability": 0.81103515625}, {"start": 2119.94, "end": 2119.94, "word": " it", "probability": 0.79638671875}, {"start": 2119.94, "end": 2120.1, "word": " do?", "probability": 0.93505859375}, {"start": 2120.84, "end": 2121.28, "word": " This", "probability": 0.432373046875}, {"start": 2121.28, "end": 2121.34, "word": " is", "probability": 0.8623046875}, {"start": 2121.34, "end": 2121.48, "word": " just", "probability": 0.53125}, {"start": 2121.48, "end": 2121.98, "word": " a", "probability": 0.83837890625}, {"start": 2121.98, "end": 2122.16, "word": " small", "probability": 0.50732421875}, {"start": 2122.16, "end": 2122.62, "word": " trick", "probability": 0.90234375}, {"start": 2122.62, "end": 2123.12, "word": " that", "probability": 0.33740234375}, {"start": 2123.12, "end": 2123.22, "word": " for", "probability": 0.131591796875}, {"start": 2123.22, "end": 2123.46, "word": " the", "probability": 0.90380859375}, {"start": 2123.46, "end": 2123.46, "word": " first", "probability": 0.89111328125}, {"start": 2123.46, "end": 2123.76, "word": " time", "probability": 0.8896484375}, {"start": 2123.76, "end": 2125.02, "word": " it", "probability": 0.435546875}, {"start": 2125.02, "end": 2125.16, "word": " will", "probability": 0.3798828125}, {"start": 2125.16, "end": 2125.16, "word": " not", "probability": 0.92919921875}, {"start": 2125.16, "end": 2125.42, "word": " execute", "probability": 0.9287109375}, {"start": 2125.42, "end": 2125.64, "word": " this", "probability": 0.46435546875}, {"start": 2125.64, "end": 2125.84, "word": " code", "probability": 0.94921875}], "temperature": 1.0}, {"id": 73, "seek": 215538, "start": 2131.78, "end": 2155.38, "text": " Okay, someone might ask us, sometimes in the list we find that the first option is empty, right or wrong? It means that the country is not selected. You have to do this programmatically. Put an option like this, item, do it like this or log out or say choose your country, okay? And you programmatically", "tokens": [1033, 11, 1580, 1062, 1029, 505, 11, 2171, 294, 264, 1329, 321, 915, 300, 264, 700, 3614, 307, 6707, 11, 558, 420, 2085, 30, 467, 1355, 300, 264, 1941, 307, 406, 8209, 13, 509, 362, 281, 360, 341, 37648, 5030, 13, 4935, 364, 3614, 411, 341, 11, 3174, 11, 360, 309, 411, 341, 420, 3565, 484, 420, 584, 2826, 428, 1941, 11, 1392, 30, 400, 291, 37648, 5030], "avg_logprob": -0.6313405797101449, "compression_ratio": 1.6170212765957446, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2131.78, "end": 2132.1, "word": " Okay,", "probability": 0.10052490234375}, {"start": 2132.14, "end": 2132.44, "word": " someone", "probability": 0.400390625}, {"start": 2132.44, "end": 2132.7, "word": " might", "probability": 0.388427734375}, {"start": 2132.7, "end": 2132.98, "word": " ask", "probability": 0.8798828125}, {"start": 2132.98, "end": 2133.18, "word": " us,", "probability": 0.2900390625}, {"start": 2133.78, "end": 2134.92, "word": " sometimes", "probability": 0.283447265625}, {"start": 2134.92, "end": 2135.48, "word": " in", "probability": 0.356201171875}, {"start": 2135.48, "end": 2135.6, "word": " the", "probability": 0.3427734375}, {"start": 2135.6, "end": 2135.82, "word": " list", "probability": 0.66845703125}, {"start": 2135.82, "end": 2135.98, "word": " we", "probability": 0.390625}, {"start": 2135.98, "end": 2136.2, "word": " find", "probability": 0.65478515625}, {"start": 2136.2, "end": 2137.48, "word": " that", "probability": 0.57177734375}, {"start": 2137.48, "end": 2138.14, "word": " the", "probability": 0.8291015625}, {"start": 2138.14, "end": 2138.22, "word": " first", "probability": 0.83984375}, {"start": 2138.22, "end": 2138.46, "word": " option", "probability": 0.78515625}, {"start": 2138.46, "end": 2138.94, "word": " is", "probability": 0.85791015625}, {"start": 2138.94, "end": 2139.28, "word": " empty,", "probability": 0.443603515625}, {"start": 2139.36, "end": 2140.02, "word": " right", "probability": 0.4462890625}, {"start": 2140.02, "end": 2140.22, "word": " or", "probability": 0.436767578125}, {"start": 2140.22, "end": 2140.36, "word": " wrong?", "probability": 0.465576171875}, {"start": 2140.56, "end": 2140.82, "word": " It", "probability": 0.2047119140625}, {"start": 2140.82, "end": 2141.0, "word": " means", "probability": 0.51171875}, {"start": 2141.0, "end": 2141.0, "word": " that", "probability": 0.466796875}, {"start": 2141.0, "end": 2141.0, "word": " the", "probability": 0.355224609375}, {"start": 2141.0, "end": 2141.0, "word": " country", "probability": 0.60107421875}, {"start": 2141.0, "end": 2141.0, "word": " is", "probability": 0.4130859375}, {"start": 2141.0, "end": 2141.08, "word": " not", "probability": 0.8994140625}, {"start": 2141.08, "end": 2141.58, "word": " selected.", "probability": 0.34765625}, {"start": 2142.94, "end": 2143.26, "word": " You", "probability": 0.671875}, {"start": 2143.26, "end": 2143.58, "word": " have", "probability": 0.30322265625}, {"start": 2143.58, "end": 2143.66, "word": " to", "probability": 0.97119140625}, {"start": 2143.66, "end": 2143.84, "word": " do", "probability": 0.36279296875}, {"start": 2143.84, "end": 2143.94, "word": " this", "probability": 0.57666015625}, {"start": 2143.94, "end": 2144.44, "word": " programmatically.", "probability": 0.8125}, {"start": 2144.7, "end": 2144.98, "word": " Put", "probability": 0.55615234375}, {"start": 2144.98, "end": 2145.1, "word": " an", "probability": 0.60009765625}, {"start": 2145.1, "end": 2145.3, "word": " option", "probability": 0.7412109375}, {"start": 2145.3, "end": 2145.44, "word": " like", "probability": 0.84375}, {"start": 2145.44, "end": 2146.02, "word": " this,", "probability": 0.77685546875}, {"start": 2146.5, "end": 2147.68, "word": " item,", "probability": 0.59521484375}, {"start": 2148.14, "end": 2148.36, "word": " do", "probability": 0.437255859375}, {"start": 2148.36, "end": 2148.56, "word": " it", "probability": 0.7939453125}, {"start": 2148.56, "end": 2148.66, "word": " like", "probability": 0.8369140625}, {"start": 2148.66, "end": 2148.98, "word": " this", "probability": 0.72802734375}, {"start": 2148.98, "end": 2149.18, "word": " or", "probability": 0.61865234375}, {"start": 2149.18, "end": 2149.42, "word": " log", "probability": 0.1990966796875}, {"start": 2149.42, "end": 2149.64, "word": " out", "probability": 0.36572265625}, {"start": 2149.64, "end": 2149.8, "word": " or", "probability": 0.6884765625}, {"start": 2149.8, "end": 2150.12, "word": " say", "probability": 0.485107421875}, {"start": 2150.12, "end": 2150.98, "word": " choose", "probability": 0.78515625}, {"start": 2150.98, "end": 2151.82, "word": " your", "probability": 0.904296875}, {"start": 2151.82, "end": 2152.36, "word": " country,", "probability": 0.9296875}, {"start": 2153.22, "end": 2153.4, "word": " okay?", "probability": 0.58642578125}, {"start": 2154.38, "end": 2154.6, "word": " And", "probability": 0.8037109375}, {"start": 2154.6, "end": 2154.84, "word": " you", "probability": 0.64013671875}, {"start": 2154.84, "end": 2155.38, "word": " programmatically", "probability": 0.6654052734375}], "temperature": 1.0}, {"id": 74, "seek": 217416, "start": 2156.66, "end": 2174.16, "text": " You have to let him read the item. If he says choose your country, it means he doesn't have a choice. You have to solve it programmatically. Ok, we solved the spinner. Let's see another item.", "tokens": [509, 362, 281, 718, 796, 1401, 264, 3174, 13, 759, 415, 1619, 2826, 428, 1941, 11, 309, 1355, 415, 1177, 380, 362, 257, 3922, 13, 509, 362, 281, 5039, 309, 37648, 5030, 13, 3477, 11, 321, 13041, 264, 44849, 13, 961, 311, 536, 1071, 3174, 13], "avg_logprob": -0.6509308307728869, "compression_ratio": 1.4014598540145986, "no_speech_prob": 0.0, "words": [{"start": 2156.66, "end": 2156.82, "word": " You", "probability": 0.203125}, {"start": 2156.82, "end": 2156.94, "word": " have", "probability": 0.203369140625}, {"start": 2156.94, "end": 2157.06, "word": " to", "probability": 0.95556640625}, {"start": 2157.06, "end": 2157.26, "word": " let", "probability": 0.31494140625}, {"start": 2157.26, "end": 2157.44, "word": " him", "probability": 0.54345703125}, {"start": 2157.44, "end": 2157.66, "word": " read", "probability": 0.7060546875}, {"start": 2157.66, "end": 2157.84, "word": " the", "probability": 0.7685546875}, {"start": 2157.84, "end": 2158.22, "word": " item.", "probability": 0.84033203125}, {"start": 2158.32, "end": 2158.48, "word": " If", "probability": 0.818359375}, {"start": 2158.48, "end": 2158.62, "word": " he", "probability": 0.23486328125}, {"start": 2158.62, "end": 2158.7, "word": " says", "probability": 0.234130859375}, {"start": 2158.7, "end": 2159.12, "word": " choose", "probability": 0.51904296875}, {"start": 2159.12, "end": 2159.88, "word": " your", "probability": 0.86083984375}, {"start": 2159.88, "end": 2160.18, "word": " country,", "probability": 0.93359375}, {"start": 2160.3, "end": 2160.3, "word": " it", "probability": 0.45751953125}, {"start": 2160.3, "end": 2160.5, "word": " means", "probability": 0.9111328125}, {"start": 2160.5, "end": 2160.66, "word": " he", "probability": 0.54443359375}, {"start": 2160.66, "end": 2160.82, "word": " doesn't", "probability": 0.6240234375}, {"start": 2160.82, "end": 2162.08, "word": " have", "probability": 0.55224609375}, {"start": 2162.08, "end": 2162.08, "word": " a", "probability": 0.263916015625}, {"start": 2162.08, "end": 2162.08, "word": " choice.", "probability": 0.80712890625}, {"start": 2163.02, "end": 2163.42, "word": " You", "probability": 0.27587890625}, {"start": 2163.42, "end": 2163.66, "word": " have", "probability": 0.64404296875}, {"start": 2163.66, "end": 2163.74, "word": " to", "probability": 0.96533203125}, {"start": 2163.74, "end": 2163.92, "word": " solve", "probability": 0.31982421875}, {"start": 2163.92, "end": 2164.0, "word": " it", "probability": 0.268798828125}, {"start": 2164.0, "end": 2164.64, "word": " programmatically.", "probability": 0.605224609375}, {"start": 2170.26, "end": 2170.66, "word": " Ok,", "probability": 0.2132568359375}, {"start": 2170.72, "end": 2170.9, "word": " we", "probability": 0.4033203125}, {"start": 2170.9, "end": 2171.26, "word": " solved", "probability": 0.369873046875}, {"start": 2171.26, "end": 2171.44, "word": " the", "probability": 0.53369140625}, {"start": 2171.44, "end": 2172.32, "word": " spinner.", "probability": 0.50927734375}, {"start": 2172.46, "end": 2172.86, "word": " Let's", "probability": 0.8115234375}, {"start": 2172.86, "end": 2173.18, "word": " see", "probability": 0.492919921875}, {"start": 2173.18, "end": 2173.86, "word": " another", "probability": 0.806640625}, {"start": 2173.86, "end": 2174.16, "word": " item.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 75, "seek": 221814, "start": 2190.36, "end": 2218.14, "text": " Okay, there is another item called C bar This C bar guys, if I want to choose a value that goes to a certain range, okay? I can choose this C bar You see, this is a button here, I drag it and choose the value I want Let's see this C bar", "tokens": [1033, 11, 456, 307, 1071, 3174, 1219, 383, 2159, 639, 383, 2159, 1074, 11, 498, 286, 528, 281, 2826, 257, 2158, 300, 1709, 281, 257, 1629, 3613, 11, 1392, 30, 286, 393, 2826, 341, 383, 2159, 509, 536, 11, 341, 307, 257, 2960, 510, 11, 286, 5286, 309, 293, 2826, 264, 2158, 286, 528, 961, 311, 536, 341, 383, 2159], "avg_logprob": -0.5384221233305384, "compression_ratio": 1.5592105263157894, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2190.36, "end": 2190.68, "word": " Okay,", "probability": 0.1583251953125}, {"start": 2190.72, "end": 2190.94, "word": " there", "probability": 0.6533203125}, {"start": 2190.94, "end": 2190.94, "word": " is", "probability": 0.72021484375}, {"start": 2190.94, "end": 2191.12, "word": " another", "probability": 0.54150390625}, {"start": 2191.12, "end": 2192.8, "word": " item", "probability": 0.6494140625}, {"start": 2192.8, "end": 2193.4, "word": " called", "probability": 0.56494140625}, {"start": 2193.4, "end": 2195.12, "word": " C", "probability": 0.61865234375}, {"start": 2195.12, "end": 2195.44, "word": " bar", "probability": 0.0931396484375}, {"start": 2195.44, "end": 2197.6, "word": " This", "probability": 0.2015380859375}, {"start": 2197.6, "end": 2197.8, "word": " C", "probability": 0.87255859375}, {"start": 2197.8, "end": 2198.02, "word": " bar", "probability": 0.958984375}, {"start": 2198.02, "end": 2198.5, "word": " guys,", "probability": 0.332275390625}, {"start": 2198.7, "end": 2198.78, "word": " if", "probability": 0.86572265625}, {"start": 2198.78, "end": 2199.36, "word": " I", "probability": 0.8779296875}, {"start": 2199.36, "end": 2200.74, "word": " want", "probability": 0.5869140625}, {"start": 2200.74, "end": 2200.86, "word": " to", "probability": 0.96044921875}, {"start": 2200.86, "end": 2201.12, "word": " choose", "probability": 0.64892578125}, {"start": 2201.12, "end": 2201.3, "word": " a", "probability": 0.8310546875}, {"start": 2201.3, "end": 2201.6, "word": " value", "probability": 0.8662109375}, {"start": 2201.6, "end": 2201.98, "word": " that", "probability": 0.59033203125}, {"start": 2201.98, "end": 2202.22, "word": " goes", "probability": 0.3388671875}, {"start": 2202.22, "end": 2202.66, "word": " to", "probability": 0.23583984375}, {"start": 2202.66, "end": 2203.38, "word": " a", "probability": 0.83642578125}, {"start": 2203.38, "end": 2203.38, "word": " certain", "probability": 0.416259765625}, {"start": 2203.38, "end": 2203.78, "word": " range,", "probability": 0.830078125}, {"start": 2204.5, "end": 2205.12, "word": " okay?", "probability": 0.39013671875}, {"start": 2207.16, "end": 2207.72, "word": " I", "probability": 0.307861328125}, {"start": 2207.72, "end": 2208.04, "word": " can", "probability": 0.796875}, {"start": 2208.04, "end": 2208.48, "word": " choose", "probability": 0.8515625}, {"start": 2208.48, "end": 2209.5, "word": " this", "probability": 0.79345703125}, {"start": 2209.5, "end": 2209.7, "word": " C", "probability": 0.94921875}, {"start": 2209.7, "end": 2210.02, "word": " bar", "probability": 0.96728515625}, {"start": 2210.02, "end": 2211.98, "word": " You", "probability": 0.2073974609375}, {"start": 2211.98, "end": 2212.26, "word": " see,", "probability": 0.80859375}, {"start": 2212.42, "end": 2212.58, "word": " this", "probability": 0.83447265625}, {"start": 2212.58, "end": 2212.66, "word": " is", "probability": 0.85693359375}, {"start": 2212.66, "end": 2213.32, "word": " a", "probability": 0.35107421875}, {"start": 2213.32, "end": 2213.58, "word": " button", "probability": 0.78662109375}, {"start": 2213.58, "end": 2213.82, "word": " here,", "probability": 0.603515625}, {"start": 2213.88, "end": 2214.02, "word": " I", "probability": 0.83447265625}, {"start": 2214.02, "end": 2214.3, "word": " drag", "probability": 0.33349609375}, {"start": 2214.3, "end": 2214.86, "word": " it", "probability": 0.8896484375}, {"start": 2214.86, "end": 2215.18, "word": " and", "probability": 0.5361328125}, {"start": 2215.18, "end": 2215.5, "word": " choose", "probability": 0.7587890625}, {"start": 2215.5, "end": 2215.68, "word": " the", "probability": 0.81103515625}, {"start": 2215.68, "end": 2215.84, "word": " value", "probability": 0.90869140625}, {"start": 2215.84, "end": 2215.94, "word": " I", "probability": 0.62890625}, {"start": 2215.94, "end": 2216.22, "word": " want", "probability": 0.84375}, {"start": 2216.22, "end": 2217.38, "word": " Let's", "probability": 0.630859375}, {"start": 2217.38, "end": 2217.56, "word": " see", "probability": 0.744140625}, {"start": 2217.56, "end": 2217.7, "word": " this", "probability": 0.91357421875}, {"start": 2217.7, "end": 2217.88, "word": " C", "probability": 0.96533203125}, {"start": 2217.88, "end": 2218.14, "word": " bar", "probability": 0.966796875}], "temperature": 1.0}, {"id": 76, "seek": 224961, "start": 2221.27, "end": 2249.61, "text": " It will give it an ID. Let's connect it. Let's look at some features. There is a feature called minimum and maximum.", "tokens": [467, 486, 976, 309, 364, 7348, 13, 961, 311, 1745, 309, 13, 961, 311, 574, 412, 512, 4122, 13, 821, 307, 257, 4111, 1219, 7285, 293, 6674, 13], "avg_logprob": -0.6039870525228566, "compression_ratio": 1.2061855670103092, "no_speech_prob": 0.0, "words": [{"start": 2221.27, "end": 2221.51, "word": " It", "probability": 0.176513671875}, {"start": 2221.51, "end": 2221.55, "word": " will", "probability": 0.4697265625}, {"start": 2221.55, "end": 2221.71, "word": " give", "probability": 0.64990234375}, {"start": 2221.71, "end": 2221.83, "word": " it", "probability": 0.1856689453125}, {"start": 2221.83, "end": 2221.89, "word": " an", "probability": 0.6416015625}, {"start": 2221.89, "end": 2222.27, "word": " ID.", "probability": 0.5654296875}, {"start": 2222.77, "end": 2223.17, "word": " Let's", "probability": 0.5845947265625}, {"start": 2223.17, "end": 2223.63, "word": " connect", "probability": 0.3876953125}, {"start": 2223.63, "end": 2228.21, "word": " it.", "probability": 0.826171875}, {"start": 2244.01, "end": 2244.65, "word": " Let's", "probability": 0.6783447265625}, {"start": 2244.65, "end": 2244.85, "word": " look", "probability": 0.30078125}, {"start": 2244.85, "end": 2245.03, "word": " at", "probability": 0.90771484375}, {"start": 2245.03, "end": 2245.33, "word": " some", "probability": 0.79345703125}, {"start": 2245.33, "end": 2245.75, "word": " features.", "probability": 0.309326171875}, {"start": 2246.03, "end": 2246.19, "word": " There", "probability": 0.5380859375}, {"start": 2246.19, "end": 2246.19, "word": " is", "probability": 0.59375}, {"start": 2246.19, "end": 2246.31, "word": " a", "probability": 0.59521484375}, {"start": 2246.31, "end": 2246.63, "word": " feature", "probability": 0.7587890625}, {"start": 2246.63, "end": 2247.05, "word": " called", "probability": 0.345703125}, {"start": 2247.05, "end": 2247.37, "word": " minimum", "probability": 0.6171875}, {"start": 2247.37, "end": 2249.19, "word": " and", "probability": 0.81982421875}, {"start": 2249.19, "end": 2249.61, "word": " maximum.", "probability": 0.91015625}], "temperature": 1.0}, {"id": 77, "seek": 227823, "start": 2251.24, "end": 2278.24, "text": "For example, you can start with a lower value than 0 and a higher value than 10 or up to 100 For example, you can start with a lower value than 0 and a higher value than 10 or up to 100 For example, you can start with a lower value than 0 and a higher value than 10 or up to 100 For example, you can start with a lower value than 0 and a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a higher value than 10 or a", "tokens": [12587, 1365, 11, 291, 393, 722, 365, 257, 3126, 2158, 813, 1958, 293, 257, 2946, 2158, 813, 1266, 420, 493, 281, 2319, 1171, 1365, 11, 291, 393, 722, 365, 257, 3126, 2158, 813, 1958, 293, 257, 2946, 2158, 813, 1266, 420, 493, 281, 2319, 1171, 1365, 11, 291, 393, 722, 365, 257, 3126, 2158, 813, 1958, 293, 257, 2946, 2158, 813, 1266, 420, 493, 281, 2319, 1171, 1365, 11, 291, 393, 722, 365, 257, 3126, 2158, 813, 1958, 293, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257, 2946, 2158, 813, 1266, 420, 257], "avg_logprob": -0.18541666030883788, "compression_ratio": 10.333333333333334, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2251.24, "end": 2251.46, "word": "For", "probability": 0.0806884765625}, {"start": 2251.46, "end": 2251.7, "word": " example,", "probability": 0.69677734375}, {"start": 2251.86, "end": 2251.86, "word": " you", "probability": 0.198486328125}, {"start": 2251.86, "end": 2252.48, "word": " can", "probability": 0.54736328125}, {"start": 2252.48, "end": 2253.26, "word": " start", "probability": 0.65478515625}, {"start": 2253.26, "end": 2253.98, "word": " with", "probability": 0.427490234375}, {"start": 2253.98, "end": 2254.26, "word": " a", "probability": 0.274658203125}, {"start": 2254.26, "end": 2254.34, "word": " lower", "probability": 0.341064453125}, {"start": 2254.34, "end": 2254.6, "word": " value", "probability": 0.89013671875}, {"start": 2254.6, "end": 2254.76, "word": " than", "probability": 0.2900390625}, {"start": 2254.76, "end": 2255.02, "word": " 0", "probability": 0.5166015625}, {"start": 2255.02, "end": 2255.8, "word": " and", "probability": 0.64208984375}, {"start": 2255.8, "end": 2255.94, "word": " a", "probability": 0.60546875}, {"start": 2255.94, "end": 2256.02, "word": " higher", "probability": 0.826171875}, {"start": 2256.02, "end": 2256.24, "word": " value", "probability": 0.9248046875}, {"start": 2256.24, "end": 2256.32, "word": " than", "probability": 0.8154296875}, {"start": 2256.32, "end": 2256.64, "word": " 10", "probability": 0.955078125}, {"start": 2256.64, "end": 2258.58, "word": " or", "probability": 0.196044921875}, {"start": 2258.58, "end": 2258.8, "word": " up", "probability": 0.341064453125}, {"start": 2258.8, "end": 2259.52, "word": " to", "probability": 0.9560546875}, {"start": 2259.52, "end": 2260.0, "word": " 100", "probability": 0.82568359375}, {"start": 2260.0, "end": 2261.38, "word": " For", "probability": 0.197265625}, {"start": 2261.38, "end": 2263.14, "word": " example,", "probability": 0.9189453125}, {"start": 2263.44, "end": 2263.44, "word": " you", "probability": 0.50439453125}, {"start": 2263.44, "end": 2265.9, "word": " can", "probability": 0.400634765625}, {"start": 2265.9, "end": 2266.62, "word": " start", "probability": 0.36669921875}, {"start": 2266.62, "end": 2266.62, "word": " with", "probability": 0.70556640625}, {"start": 2266.62, "end": 2268.34, "word": " a", "probability": 0.62158203125}, {"start": 2268.34, "end": 2268.4, "word": " lower", "probability": 0.314208984375}, {"start": 2268.4, "end": 2268.58, "word": " value", "probability": 0.9765625}, {"start": 2268.58, "end": 2269.4, "word": " than", "probability": 0.92822265625}, {"start": 2269.4, "end": 2269.4, "word": " 0", "probability": 0.2357177734375}, {"start": 2269.4, "end": 2269.4, "word": " and", "probability": 0.923828125}, {"start": 2269.4, "end": 2269.4, "word": " a", "probability": 0.9853515625}, {"start": 2269.4, "end": 2269.4, "word": " higher", "probability": 0.91259765625}, {"start": 2269.4, "end": 2269.4, "word": " value", "probability": 0.97802734375}, {"start": 2269.4, "end": 2269.4, "word": " than", "probability": 0.94580078125}, {"start": 2269.4, "end": 2269.4, "word": " 10", "probability": 0.96728515625}, {"start": 2269.4, "end": 2269.4, "word": " or", "probability": 0.71875}, {"start": 2269.4, "end": 2269.4, "word": " up", "probability": 0.96630859375}, {"start": 2269.4, "end": 2269.4, "word": " to", "probability": 0.9775390625}, {"start": 2269.4, "end": 2269.4, "word": " 100", "probability": 0.91650390625}, {"start": 2269.4, "end": 2269.4, "word": " For", "probability": 0.2509765625}, {"start": 2269.4, "end": 2269.4, "word": " example,", "probability": 0.9462890625}, {"start": 2269.4, "end": 2269.4, "word": " you", "probability": 0.85693359375}, {"start": 2269.4, "end": 2269.4, "word": " can", "probability": 0.83447265625}, {"start": 2269.4, "end": 2269.4, "word": " start", "probability": 0.84765625}, {"start": 2269.4, "end": 2270.4, "word": " with", "probability": 0.87744140625}, {"start": 2270.4, "end": 2270.4, "word": " a", "probability": 0.98046875}, {"start": 2270.4, "end": 2270.4, "word": " lower", "probability": 0.6953125}, {"start": 2270.4, "end": 2270.4, "word": " value", "probability": 0.9794921875}, {"start": 2270.4, "end": 2270.4, "word": " than", "probability": 0.95703125}, {"start": 2270.4, "end": 2270.4, "word": " 0", "probability": 0.78955078125}, {"start": 2270.4, "end": 2270.4, "word": " and", "probability": 0.94189453125}, {"start": 2270.4, "end": 2270.4, "word": " a", "probability": 0.99609375}, {"start": 2270.4, "end": 2270.4, "word": " higher", "probability": 0.90966796875}, {"start": 2270.4, "end": 2270.4, "word": " value", "probability": 0.98095703125}, {"start": 2270.4, "end": 2270.4, "word": " than", "probability": 0.9599609375}, {"start": 2270.4, "end": 2270.4, "word": " 10", "probability": 0.78173828125}, {"start": 2270.4, "end": 2270.4, "word": " or", "probability": 0.7578125}, {"start": 2270.4, "end": 2270.66, "word": " up", "probability": 0.80712890625}, {"start": 2270.66, "end": 2270.66, "word": " to", "probability": 0.97802734375}, {"start": 2270.66, "end": 2270.92, "word": " 100", "probability": 0.8232421875}, {"start": 2270.92, "end": 2271.32, "word": " For", "probability": 0.331787109375}, {"start": 2271.32, "end": 2271.46, "word": " example,", "probability": 0.95751953125}, {"start": 2272.2, "end": 2272.2, "word": " you", "probability": 0.857421875}, {"start": 2272.2, "end": 2272.26, "word": " can", "probability": 0.8896484375}, {"start": 2272.26, "end": 2272.4, "word": " start", "probability": 0.8798828125}, {"start": 2272.4, "end": 2272.4, "word": " with", "probability": 0.89794921875}, {"start": 2272.4, "end": 2272.54, "word": " a", "probability": 0.990234375}, {"start": 2272.54, "end": 2272.7, "word": " lower", "probability": 0.7978515625}, {"start": 2272.7, "end": 2272.7, "word": " value", "probability": 0.98095703125}, {"start": 2272.7, "end": 2272.7, "word": " than", "probability": 0.958984375}, {"start": 2272.7, "end": 2272.82, "word": " 0", "probability": 0.97265625}, {"start": 2272.82, "end": 2272.94, "word": " and", "probability": 0.94677734375}, {"start": 2272.94, "end": 2272.94, "word": " a", "probability": 0.99658203125}, {"start": 2272.94, "end": 2272.94, "word": " higher", "probability": 0.9140625}, {"start": 2272.94, "end": 2272.94, "word": " value", "probability": 0.98095703125}, {"start": 2272.94, "end": 2272.94, "word": " than", "probability": 0.9609375}, {"start": 2272.94, "end": 2272.94, "word": " 10", "probability": 0.88818359375}, {"start": 2272.94, "end": 2272.94, "word": " or", "probability": 0.9169921875}, {"start": 2272.94, "end": 2272.94, "word": " a", "probability": 0.255859375}, {"start": 2272.94, "end": 2272.94, "word": " higher", "probability": 0.83251953125}, {"start": 2272.94, "end": 2272.94, "word": " value", "probability": 0.98486328125}, {"start": 2272.94, "end": 2272.94, "word": " than", "probability": 0.96337890625}, {"start": 2272.94, "end": 2272.94, "word": " 10", "probability": 0.791015625}, {"start": 2272.94, "end": 2273.92, "word": " or", "probability": 0.71435546875}, {"start": 2273.92, "end": 2273.92, "word": " a", "probability": 0.9453125}, {"start": 2273.92, "end": 2273.92, "word": " higher", "probability": 0.8720703125}, {"start": 2273.92, "end": 2273.92, "word": " value", "probability": 0.98388671875}, {"start": 2273.92, "end": 2273.92, "word": " than", "probability": 0.9619140625}, {"start": 2273.92, "end": 2273.92, "word": " 10", "probability": 0.9169921875}, {"start": 2273.92, "end": 2274.8, "word": " or", "probability": 0.65283203125}, {"start": 2274.8, "end": 2274.8, "word": " a", "probability": 0.98193359375}, {"start": 2274.8, "end": 2274.8, "word": " higher", "probability": 0.8974609375}, {"start": 2274.8, "end": 2274.8, "word": " value", "probability": 0.982421875}, {"start": 2274.8, "end": 2274.8, "word": " than", "probability": 0.9619140625}, {"start": 2274.8, "end": 2274.8, "word": " 10", "probability": 0.9453125}, {"start": 2274.8, "end": 2274.86, "word": " or", "probability": 0.6767578125}, {"start": 2274.86, "end": 2274.86, "word": " a", "probability": 0.98828125}, {"start": 2274.86, "end": 2274.86, "word": " higher", "probability": 0.9033203125}, {"start": 2274.86, "end": 2274.86, "word": " value", "probability": 0.9814453125}, {"start": 2274.86, "end": 2274.86, "word": " than", "probability": 0.9619140625}, {"start": 2274.86, "end": 2274.86, "word": " 10", "probability": 0.95751953125}, {"start": 2274.86, "end": 2274.86, "word": " or", "probability": 0.71875}, {"start": 2274.86, "end": 2274.86, "word": " a", "probability": 0.9912109375}, {"start": 2274.86, "end": 2274.86, "word": " higher", "probability": 0.90869140625}, {"start": 2274.86, "end": 2274.86, "word": " value", "probability": 0.98095703125}, {"start": 2274.86, "end": 2274.86, "word": " than", "probability": 0.9619140625}, {"start": 2274.86, "end": 2274.86, "word": " 10", "probability": 0.96337890625}, {"start": 2274.86, "end": 2275.24, "word": " or", "probability": 0.755859375}, {"start": 2275.24, "end": 2275.24, "word": " a", "probability": 0.99267578125}, {"start": 2275.24, "end": 2275.24, "word": " higher", "probability": 0.9130859375}, {"start": 2275.24, "end": 2275.24, "word": " value", "probability": 0.98046875}, {"start": 2275.24, "end": 2275.24, "word": " than", "probability": 0.96142578125}, {"start": 2275.24, "end": 2275.24, "word": " 10", "probability": 0.9677734375}, {"start": 2275.24, "end": 2276.6, "word": " or", "probability": 0.787109375}, {"start": 2276.6, "end": 2276.6, "word": " a", "probability": 0.994140625}, {"start": 2276.6, "end": 2276.62, "word": " higher", "probability": 0.91796875}, {"start": 2276.62, "end": 2276.62, "word": " value", "probability": 0.98046875}, {"start": 2276.62, "end": 2276.98, "word": " than", "probability": 0.9619140625}, {"start": 2276.98, "end": 2277.18, "word": " 10", "probability": 0.970703125}, {"start": 2277.18, "end": 2277.32, "word": " or", "probability": 0.80908203125}, {"start": 2277.32, "end": 2277.32, "word": " a", "probability": 0.99462890625}, {"start": 2277.32, "end": 2277.36, "word": " higher", "probability": 0.9208984375}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98046875}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.9609375}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97216796875}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.83203125}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.9951171875}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.923828125}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98046875}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96142578125}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.9736328125}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.84521484375}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99560546875}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.92724609375}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98046875}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96142578125}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97412109375}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.859375}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.93017578125}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98046875}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96142578125}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.974609375}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.8662109375}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.93212890625}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98046875}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96044921875}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.974609375}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.87890625}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.9345703125}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98095703125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96142578125}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97509765625}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.880859375}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99658203125}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.9365234375}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98095703125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96142578125}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97509765625}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.88330078125}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99658203125}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.93798828125}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98095703125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.96044921875}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97412109375}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.88720703125}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.93896484375}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98095703125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.9609375}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97412109375}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.89208984375}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.94091796875}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.9814453125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.9609375}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.9736328125}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.89501953125}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.36, "word": " higher", "probability": 0.9423828125}, {"start": 2277.36, "end": 2277.36, "word": " value", "probability": 0.98095703125}, {"start": 2277.36, "end": 2277.36, "word": " than", "probability": 0.9609375}, {"start": 2277.36, "end": 2277.36, "word": " 10", "probability": 0.97216796875}, {"start": 2277.36, "end": 2277.36, "word": " or", "probability": 0.8955078125}, {"start": 2277.36, "end": 2277.36, "word": " a", "probability": 0.99609375}, {"start": 2277.36, "end": 2277.4, "word": " higher", "probability": 0.9423828125}, {"start": 2277.4, "end": 2277.4, "word": " value", "probability": 0.9814453125}, {"start": 2277.4, "end": 2277.4, "word": " than", "probability": 0.96044921875}, {"start": 2277.4, "end": 2277.4, "word": " 10", "probability": 0.970703125}, {"start": 2277.4, "end": 2277.4, "word": " or", "probability": 0.89453125}, {"start": 2277.4, "end": 2277.4, "word": " a", "probability": 0.99560546875}, {"start": 2277.4, "end": 2277.4, "word": " higher", "probability": 0.94189453125}, {"start": 2277.4, "end": 2277.4, "word": " value", "probability": 0.9814453125}, {"start": 2277.4, "end": 2277.4, "word": " than", "probability": 0.9599609375}, {"start": 2277.4, "end": 2277.4, "word": " 10", "probability": 0.96826171875}, {"start": 2277.4, "end": 2277.4, "word": " or", "probability": 0.89697265625}, {"start": 2277.4, "end": 2277.4, "word": " a", "probability": 0.9951171875}, {"start": 2277.4, "end": 2277.4, "word": " higher", "probability": 0.94287109375}, {"start": 2277.4, "end": 2277.4, "word": " value", "probability": 0.9814453125}, {"start": 2277.4, "end": 2277.4, "word": " than", "probability": 0.958984375}, {"start": 2277.4, "end": 2277.4, "word": " 10", "probability": 0.96533203125}, {"start": 2277.4, "end": 2277.4, "word": " or", "probability": 0.89794921875}, {"start": 2277.4, "end": 2277.4, "word": " a", "probability": 0.99462890625}, {"start": 2277.4, "end": 2277.4, "word": " higher", "probability": 0.94287109375}, {"start": 2277.4, "end": 2277.4, "word": " value", "probability": 0.9814453125}, {"start": 2277.4, "end": 2277.4, "word": " than", "probability": 0.95751953125}, {"start": 2277.4, "end": 2277.4, "word": " 10", "probability": 0.96044921875}, {"start": 2277.4, "end": 2277.4, "word": " or", "probability": 0.89697265625}, {"start": 2277.4, "end": 2277.4, "word": " a", "probability": 0.99365234375}, {"start": 2277.4, "end": 2277.4, "word": " higher", "probability": 0.9423828125}, {"start": 2277.4, "end": 2277.4, "word": " value", "probability": 0.98193359375}, {"start": 2277.4, "end": 2277.4, "word": " than", "probability": 0.95751953125}, {"start": 2277.4, "end": 2278.22, "word": " 10", "probability": 0.953125}, {"start": 2278.22, "end": 2278.24, "word": " or", "probability": 0.900390625}, {"start": 2278.24, "end": 2278.24, "word": " a", "probability": 0.99267578125}], "temperature": 1.0}, {"id": 78, "seek": 230746, "start": 2279.3, "end": 2307.46, "text": " I don't think there is a step here. No, there is a step in another one. In the rating. Yes, in the rating or there is a discrete. Discrete. C bar. The color, what is that? The color is when you deal with the style, okay? There is also, if you want to rotate it, make it vertical for example, you can give it a rotation of 270 degrees.", "tokens": [286, 500, 380, 519, 456, 307, 257, 1823, 510, 13, 883, 11, 456, 307, 257, 1823, 294, 1071, 472, 13, 682, 264, 10990, 13, 1079, 11, 294, 264, 10990, 420, 456, 307, 257, 27706, 13, 19839, 7600, 13, 383, 2159, 13, 440, 2017, 11, 437, 307, 300, 30, 440, 2017, 307, 562, 291, 2028, 365, 264, 3758, 11, 1392, 30, 821, 307, 611, 11, 498, 291, 528, 281, 13121, 309, 11, 652, 309, 9429, 337, 1365, 11, 291, 393, 976, 309, 257, 12447, 295, 40774, 5310, 13], "avg_logprob": -0.3941761231557889, "compression_ratio": 1.642156862745098, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2279.3, "end": 2279.68, "word": " I", "probability": 0.51220703125}, {"start": 2279.68, "end": 2279.82, "word": " don't", "probability": 0.861083984375}, {"start": 2279.82, "end": 2280.02, "word": " think", "probability": 0.87060546875}, {"start": 2280.02, "end": 2280.26, "word": " there", "probability": 0.76904296875}, {"start": 2280.26, "end": 2280.26, "word": " is", "probability": 0.69775390625}, {"start": 2280.26, "end": 2280.36, "word": " a", "probability": 0.5966796875}, {"start": 2280.36, "end": 2280.62, "word": " step", "probability": 0.93359375}, {"start": 2280.62, "end": 2280.94, "word": " here.", "probability": 0.73388671875}, {"start": 2281.88, "end": 2282.32, "word": " No,", "probability": 0.80908203125}, {"start": 2282.44, "end": 2282.64, "word": " there", "probability": 0.7041015625}, {"start": 2282.64, "end": 2282.64, "word": " is", "probability": 0.89404296875}, {"start": 2282.64, "end": 2282.66, "word": " a", "probability": 0.88720703125}, {"start": 2282.66, "end": 2282.96, "word": " step", "probability": 0.9462890625}, {"start": 2282.96, "end": 2283.18, "word": " in", "probability": 0.69580078125}, {"start": 2283.18, "end": 2283.84, "word": " another", "probability": 0.35546875}, {"start": 2283.84, "end": 2284.02, "word": " one.", "probability": 0.50244140625}, {"start": 2284.08, "end": 2284.46, "word": " In", "probability": 0.5849609375}, {"start": 2284.46, "end": 2284.58, "word": " the", "probability": 0.5654296875}, {"start": 2284.58, "end": 2284.78, "word": " rating.", "probability": 0.86083984375}, {"start": 2284.96, "end": 2285.2, "word": " Yes,", "probability": 0.6181640625}, {"start": 2285.2, "end": 2285.4, "word": " in", "probability": 0.904296875}, {"start": 2285.4, "end": 2285.4, "word": " the", "probability": 0.89453125}, {"start": 2285.4, "end": 2285.66, "word": " rating", "probability": 0.9736328125}, {"start": 2285.66, "end": 2285.88, "word": " or", "probability": 0.58056640625}, {"start": 2285.88, "end": 2286.04, "word": " there", "probability": 0.432861328125}, {"start": 2286.04, "end": 2286.04, "word": " is", "probability": 0.92919921875}, {"start": 2286.04, "end": 2286.14, "word": " a", "probability": 0.79052734375}, {"start": 2286.14, "end": 2286.64, "word": " discrete.", "probability": 0.64111328125}, {"start": 2286.8, "end": 2287.22, "word": " Discrete.", "probability": 0.902099609375}, {"start": 2287.74, "end": 2288.18, "word": " C", "probability": 0.90234375}, {"start": 2288.18, "end": 2288.5, "word": " bar.", "probability": 0.261962890625}, {"start": 2290.16, "end": 2290.6, "word": " The", "probability": 0.440673828125}, {"start": 2290.6, "end": 2290.8, "word": " color,", "probability": 0.7412109375}, {"start": 2290.9, "end": 2291.06, "word": " what", "probability": 0.268798828125}, {"start": 2291.06, "end": 2291.16, "word": " is", "probability": 0.8359375}, {"start": 2291.16, "end": 2291.28, "word": " that?", "probability": 0.52734375}, {"start": 2291.9, "end": 2292.34, "word": " The", "probability": 0.7470703125}, {"start": 2292.34, "end": 2292.48, "word": " color", "probability": 0.88720703125}, {"start": 2292.48, "end": 2292.64, "word": " is", "probability": 0.70654296875}, {"start": 2292.64, "end": 2293.0, "word": " when", "probability": 0.70361328125}, {"start": 2293.0, "end": 2293.28, "word": " you", "probability": 0.51611328125}, {"start": 2293.28, "end": 2293.5, "word": " deal", "probability": 0.77001953125}, {"start": 2293.5, "end": 2293.64, "word": " with", "probability": 0.89794921875}, {"start": 2293.64, "end": 2293.76, "word": " the", "probability": 0.5595703125}, {"start": 2293.76, "end": 2294.08, "word": " style,", "probability": 0.89501953125}, {"start": 2294.48, "end": 2294.68, "word": " okay?", "probability": 0.43212890625}, {"start": 2297.7, "end": 2298.14, "word": " There", "probability": 0.355224609375}, {"start": 2298.14, "end": 2299.3, "word": " is", "probability": 0.89501953125}, {"start": 2299.3, "end": 2299.64, "word": " also,", "probability": 0.822265625}, {"start": 2299.94, "end": 2301.58, "word": " if", "probability": 0.9228515625}, {"start": 2301.58, "end": 2301.76, "word": " you", "probability": 0.96728515625}, {"start": 2301.76, "end": 2301.92, "word": " want", "probability": 0.8232421875}, {"start": 2301.92, "end": 2302.02, "word": " to", "probability": 0.9501953125}, {"start": 2302.02, "end": 2302.24, "word": " rotate", "probability": 0.55126953125}, {"start": 2302.24, "end": 2302.78, "word": " it,", "probability": 0.7861328125}, {"start": 2303.16, "end": 2303.36, "word": " make", "probability": 0.423828125}, {"start": 2303.36, "end": 2303.5, "word": " it", "probability": 0.9140625}, {"start": 2303.5, "end": 2303.74, "word": " vertical", "probability": 0.53857421875}, {"start": 2303.74, "end": 2303.96, "word": " for", "probability": 0.57568359375}, {"start": 2303.96, "end": 2304.1, "word": " example,", "probability": 0.9443359375}, {"start": 2305.4, "end": 2305.56, "word": " you", "probability": 0.93701171875}, {"start": 2305.56, "end": 2305.7, "word": " can", "probability": 0.92529296875}, {"start": 2305.7, "end": 2305.92, "word": " give", "probability": 0.73095703125}, {"start": 2305.92, "end": 2306.06, "word": " it", "probability": 0.9111328125}, {"start": 2306.06, "end": 2306.08, "word": " a", "probability": 0.884765625}, {"start": 2306.08, "end": 2306.54, "word": " rotation", "probability": 0.9306640625}, {"start": 2306.54, "end": 2306.72, "word": " of", "probability": 0.580078125}, {"start": 2306.72, "end": 2307.22, "word": " 270", "probability": 0.89208984375}, {"start": 2307.22, "end": 2307.46, "word": " degrees.", "probability": 0.51708984375}], "temperature": 1.0}, {"id": 79, "seek": 232752, "start": 2308.28, "end": 2327.52, "text": " What does it mean? Rotate it. He saw how it rotated. My head. Okay, but put it in the right place. It is there, but rotate it. Rotate it like this. Okay, let's do action on it.", "tokens": [708, 775, 309, 914, 30, 17681, 473, 309, 13, 634, 1866, 577, 309, 42146, 13, 1222, 1378, 13, 1033, 11, 457, 829, 309, 294, 264, 558, 1081, 13, 467, 307, 456, 11, 457, 13121, 309, 13, 17681, 473, 309, 411, 341, 13, 1033, 11, 718, 311, 360, 3069, 322, 309, 13], "avg_logprob": -0.6562499828063525, "compression_ratio": 1.3828125, "no_speech_prob": 0.0, "words": [{"start": 2308.28, "end": 2308.56, "word": " What", "probability": 0.2265625}, {"start": 2308.56, "end": 2308.74, "word": " does", "probability": 0.76904296875}, {"start": 2308.74, "end": 2308.8, "word": " it", "probability": 0.50390625}, {"start": 2308.8, "end": 2308.8, "word": " mean?", "probability": 0.9580078125}, {"start": 2310.12, "end": 2310.68, "word": " Rotate", "probability": 0.53826904296875}, {"start": 2310.68, "end": 2311.0, "word": " it.", "probability": 0.5029296875}, {"start": 2311.5, "end": 2311.92, "word": " He", "probability": 0.08258056640625}, {"start": 2311.92, "end": 2312.28, "word": " saw", "probability": 0.47314453125}, {"start": 2312.28, "end": 2312.58, "word": " how", "probability": 0.6591796875}, {"start": 2312.58, "end": 2312.62, "word": " it", "probability": 0.517578125}, {"start": 2312.62, "end": 2312.84, "word": " rotated.", "probability": 0.5595703125}, {"start": 2313.5, "end": 2313.72, "word": " My", "probability": 0.129638671875}, {"start": 2313.72, "end": 2313.94, "word": " head.", "probability": 0.919921875}, {"start": 2314.4, "end": 2314.68, "word": " Okay,", "probability": 0.2474365234375}, {"start": 2314.72, "end": 2314.88, "word": " but", "probability": 0.52978515625}, {"start": 2314.88, "end": 2315.18, "word": " put", "probability": 0.3251953125}, {"start": 2315.18, "end": 2315.28, "word": " it", "probability": 0.736328125}, {"start": 2315.28, "end": 2315.52, "word": " in", "probability": 0.73046875}, {"start": 2315.52, "end": 2315.64, "word": " the", "probability": 0.442138671875}, {"start": 2315.64, "end": 2315.8, "word": " right", "probability": 0.59130859375}, {"start": 2315.8, "end": 2315.8, "word": " place.", "probability": 0.7509765625}, {"start": 2317.94, "end": 2318.5, "word": " It", "probability": 0.348876953125}, {"start": 2318.5, "end": 2318.6, "word": " is", "probability": 0.52197265625}, {"start": 2318.6, "end": 2318.84, "word": " there,", "probability": 0.322265625}, {"start": 2319.0, "end": 2319.12, "word": " but", "probability": 0.83935546875}, {"start": 2319.12, "end": 2319.5, "word": " rotate", "probability": 0.42236328125}, {"start": 2319.5, "end": 2320.38, "word": " it.", "probability": 0.92919921875}, {"start": 2320.38, "end": 2320.92, "word": " Rotate", "probability": 0.62103271484375}, {"start": 2320.92, "end": 2321.04, "word": " it", "probability": 0.81005859375}, {"start": 2321.04, "end": 2321.12, "word": " like", "probability": 0.3740234375}, {"start": 2321.12, "end": 2321.56, "word": " this.", "probability": 0.57763671875}, {"start": 2326.08, "end": 2326.64, "word": " Okay,", "probability": 0.583984375}, {"start": 2326.78, "end": 2326.86, "word": " let's", "probability": 0.674072265625}, {"start": 2326.86, "end": 2326.98, "word": " do", "probability": 0.5751953125}, {"start": 2326.98, "end": 2327.52, "word": " action", "probability": 0.57470703125}, {"start": 2327.52, "end": 2327.52, "word": " on", "probability": 0.73388671875}, {"start": 2327.52, "end": 2327.52, "word": " it.", "probability": 0.84814453125}], "temperature": 1.0}, {"id": 80, "seek": 236217, "start": 2348.46, "end": 2362.18, "text": " This one is called set on seek bar change listener So what we are going to do guys, we are going to put the seek bar and show the value that we chose in text view This is the seek bar and we are going to make text view", "tokens": [639, 472, 307, 1219, 992, 322, 8075, 2159, 1319, 31569, 407, 437, 321, 366, 516, 281, 360, 1074, 11, 321, 366, 516, 281, 829, 264, 8075, 2159, 293, 855, 264, 2158, 300, 321, 5111, 294, 2487, 1910, 639, 307, 264, 8075, 2159, 293, 321, 366, 516, 281, 652, 2487, 1910], "avg_logprob": -0.5526961064806172, "compression_ratio": 1.7380952380952381, "no_speech_prob": 0.0, "words": [{"start": 2348.46, "end": 2348.72, "word": " This", "probability": 0.320556640625}, {"start": 2348.72, "end": 2348.88, "word": " one", "probability": 0.1287841796875}, {"start": 2348.88, "end": 2349.02, "word": " is", "probability": 0.74755859375}, {"start": 2349.02, "end": 2349.18, "word": " called", "probability": 0.7080078125}, {"start": 2349.18, "end": 2349.62, "word": " set", "probability": 0.21875}, {"start": 2349.62, "end": 2349.88, "word": " on", "probability": 0.50146484375}, {"start": 2349.88, "end": 2350.14, "word": " seek", "probability": 0.451171875}, {"start": 2350.14, "end": 2350.4, "word": " bar", "probability": 0.89990234375}, {"start": 2350.4, "end": 2350.9, "word": " change", "probability": 0.884765625}, {"start": 2350.9, "end": 2352.6, "word": " listener", "probability": 0.35302734375}, {"start": 2352.6, "end": 2353.2, "word": " So", "probability": 0.282958984375}, {"start": 2353.2, "end": 2353.66, "word": " what", "probability": 0.2099609375}, {"start": 2353.66, "end": 2353.98, "word": " we", "probability": 0.5224609375}, {"start": 2353.98, "end": 2354.1, "word": " are", "probability": 0.2249755859375}, {"start": 2354.1, "end": 2354.14, "word": " going", "probability": 0.84228515625}, {"start": 2354.14, "end": 2354.14, "word": " to", "probability": 0.97265625}, {"start": 2354.14, "end": 2354.3, "word": " do", "probability": 0.9580078125}, {"start": 2354.3, "end": 2354.7, "word": " guys,", "probability": 0.27490234375}, {"start": 2354.82, "end": 2354.86, "word": " we", "probability": 0.8095703125}, {"start": 2354.86, "end": 2355.02, "word": " are", "probability": 0.5751953125}, {"start": 2355.02, "end": 2355.02, "word": " going", "probability": 0.90869140625}, {"start": 2355.02, "end": 2355.04, "word": " to", "probability": 0.96435546875}, {"start": 2355.04, "end": 2355.3, "word": " put", "probability": 0.546875}, {"start": 2355.3, "end": 2355.44, "word": " the", "probability": 0.7060546875}, {"start": 2355.44, "end": 2355.66, "word": " seek", "probability": 0.8828125}, {"start": 2355.66, "end": 2355.98, "word": " bar", "probability": 0.919921875}, {"start": 2355.98, "end": 2356.12, "word": " and", "probability": 0.7021484375}, {"start": 2356.12, "end": 2356.4, "word": " show", "probability": 0.315673828125}, {"start": 2356.4, "end": 2356.6, "word": " the", "probability": 0.77099609375}, {"start": 2356.6, "end": 2356.8, "word": " value", "probability": 0.6494140625}, {"start": 2356.8, "end": 2356.92, "word": " that", "probability": 0.52197265625}, {"start": 2356.92, "end": 2356.96, "word": " we", "probability": 0.923828125}, {"start": 2356.96, "end": 2357.3, "word": " chose", "probability": 0.2198486328125}, {"start": 2357.3, "end": 2358.82, "word": " in", "probability": 0.61865234375}, {"start": 2358.82, "end": 2359.08, "word": " text", "probability": 0.60595703125}, {"start": 2359.08, "end": 2359.38, "word": " view", "probability": 0.80517578125}, {"start": 2359.38, "end": 2360.44, "word": " This", "probability": 0.42724609375}, {"start": 2360.44, "end": 2360.52, "word": " is", "probability": 0.943359375}, {"start": 2360.52, "end": 2360.6, "word": " the", "probability": 0.69873046875}, {"start": 2360.6, "end": 2360.78, "word": " seek", "probability": 0.94775390625}, {"start": 2360.78, "end": 2361.1, "word": " bar", "probability": 0.9521484375}, {"start": 2361.1, "end": 2361.24, "word": " and", "probability": 0.6796875}, {"start": 2361.24, "end": 2361.34, "word": " we", "probability": 0.72021484375}, {"start": 2361.34, "end": 2361.36, "word": " are", "probability": 0.265625}, {"start": 2361.36, "end": 2361.38, "word": " going", "probability": 0.8896484375}, {"start": 2361.38, "end": 2361.38, "word": " to", "probability": 0.9677734375}, {"start": 2361.38, "end": 2361.52, "word": " make", "probability": 0.3095703125}, {"start": 2361.52, "end": 2361.8, "word": " text", "probability": 0.62841796875}, {"start": 2361.8, "end": 2362.18, "word": " view", "probability": 0.88671875}], "temperature": 1.0}, {"id": 81, "seek": 242915, "start": 2405.51, "end": 2429.15, "text": "set on seek bar change listener and new on seek bar change listener since we are in text view, we will use text view this is text view name seek result find view by id r.id.seek result and put final", "tokens": [3854, 322, 8075, 2159, 1319, 31569, 293, 777, 322, 8075, 2159, 1319, 31569, 1670, 321, 366, 294, 2487, 1910, 11, 321, 486, 764, 2487, 1910, 341, 307, 2487, 1910, 1315, 8075, 1874, 915, 1910, 538, 4496, 367, 13, 327, 13, 405, 916, 1874, 293, 829, 2572], "avg_logprob": -0.501994696069271, "compression_ratio": 1.7217391304347827, "no_speech_prob": 0.0, "words": [{"start": 2405.51, "end": 2406.23, "word": "set", "probability": 0.1558837890625}, {"start": 2406.23, "end": 2406.59, "word": " on", "probability": 0.705078125}, {"start": 2406.59, "end": 2407.23, "word": " seek", "probability": 0.84375}, {"start": 2407.23, "end": 2407.45, "word": " bar", "probability": 0.55517578125}, {"start": 2407.45, "end": 2407.77, "word": " change", "probability": 0.89013671875}, {"start": 2407.77, "end": 2408.11, "word": " listener", "probability": 0.50244140625}, {"start": 2408.11, "end": 2408.43, "word": " and", "probability": 0.364990234375}, {"start": 2408.43, "end": 2408.69, "word": " new", "probability": 0.74853515625}, {"start": 2408.69, "end": 2409.17, "word": " on", "probability": 0.94189453125}, {"start": 2409.17, "end": 2410.05, "word": " seek", "probability": 0.91650390625}, {"start": 2410.05, "end": 2410.29, "word": " bar", "probability": 0.92822265625}, {"start": 2410.29, "end": 2410.83, "word": " change", "probability": 0.89404296875}, {"start": 2410.83, "end": 2412.79, "word": " listener", "probability": 0.90625}, {"start": 2412.79, "end": 2413.53, "word": " since", "probability": 0.145751953125}, {"start": 2413.53, "end": 2413.75, "word": " we", "probability": 0.74267578125}, {"start": 2413.75, "end": 2413.79, "word": " are", "probability": 0.6455078125}, {"start": 2413.79, "end": 2414.15, "word": " in", "probability": 0.404296875}, {"start": 2414.15, "end": 2414.49, "word": " text", "probability": 0.5244140625}, {"start": 2414.49, "end": 2414.77, "word": " view,", "probability": 0.724609375}, {"start": 2414.89, "end": 2414.93, "word": " we", "probability": 0.654296875}, {"start": 2414.93, "end": 2415.01, "word": " will", "probability": 0.2122802734375}, {"start": 2415.01, "end": 2415.23, "word": " use", "probability": 0.279052734375}, {"start": 2415.23, "end": 2415.59, "word": " text", "probability": 0.5009765625}, {"start": 2415.59, "end": 2415.89, "word": " view", "probability": 0.77783203125}, {"start": 2415.89, "end": 2416.55, "word": " this", "probability": 0.3017578125}, {"start": 2416.55, "end": 2416.61, "word": " is", "probability": 0.7236328125}, {"start": 2416.61, "end": 2416.89, "word": " text", "probability": 0.90185546875}, {"start": 2416.89, "end": 2417.33, "word": " view", "probability": 0.86572265625}, {"start": 2417.33, "end": 2418.47, "word": " name", "probability": 0.220458984375}, {"start": 2418.47, "end": 2418.93, "word": " seek", "probability": 0.5966796875}, {"start": 2418.93, "end": 2419.79, "word": " result", "probability": 0.84814453125}, {"start": 2419.79, "end": 2421.47, "word": " find", "probability": 0.85888671875}, {"start": 2421.47, "end": 2421.87, "word": " view", "probability": 0.71923828125}, {"start": 2421.87, "end": 2422.13, "word": " by", "probability": 0.94775390625}, {"start": 2422.13, "end": 2422.53, "word": " id", "probability": 0.869140625}, {"start": 2422.53, "end": 2422.95, "word": " r", "probability": 0.65185546875}, {"start": 2422.95, "end": 2423.59, "word": ".id", "probability": 0.770751953125}, {"start": 2423.59, "end": 2425.13, "word": ".seek", "probability": 0.9318033854166666}, {"start": 2425.13, "end": 2428.37, "word": " result", "probability": 0.54052734375}, {"start": 2428.37, "end": 2428.53, "word": " and", "probability": 0.6279296875}, {"start": 2428.53, "end": 2428.67, "word": " put", "probability": 0.43798828125}, {"start": 2428.67, "end": 2429.15, "word": " final", "probability": 0.325439453125}], "temperature": 1.0}, {"id": 82, "seek": 245896, "start": 2431.03, "end": 2458.97, "text": " And this is also final Because this action, guys, noticed that it brought me a few methods within three There is onProgressChange And there is onStartTrackingTouch And onStopTrackingTouch Three methods, but why three? We are used to seeing only one, right or not? Because I consider that the seek bar has three events that might make the user or the programmer catch them The first thing that presses", "tokens": [400, 341, 307, 611, 2572, 1436, 341, 3069, 11, 1074, 11, 5694, 300, 309, 3038, 385, 257, 1326, 7150, 1951, 1045, 821, 307, 322, 12681, 3091, 6546, 933, 400, 456, 307, 322, 33996, 14252, 14134, 51, 2220, 400, 322, 26163, 14252, 14134, 51, 2220, 6244, 7150, 11, 457, 983, 1045, 30, 492, 366, 1143, 281, 2577, 787, 472, 11, 558, 420, 406, 30, 1436, 286, 1949, 300, 264, 8075, 2159, 575, 1045, 3931, 300, 1062, 652, 264, 4195, 420, 264, 32116, 3745, 552, 440, 700, 551, 300, 40892], "avg_logprob": -0.5003511289532265, "compression_ratio": 1.6708333333333334, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2431.03, "end": 2431.25, "word": " And", "probability": 0.340576171875}, {"start": 2431.25, "end": 2431.41, "word": " this", "probability": 0.64697265625}, {"start": 2431.41, "end": 2431.47, "word": " is", "probability": 0.546875}, {"start": 2431.47, "end": 2431.71, "word": " also", "probability": 0.454345703125}, {"start": 2431.71, "end": 2432.09, "word": " final", "probability": 0.2218017578125}, {"start": 2432.09, "end": 2432.87, "word": " Because", "probability": 0.26123046875}, {"start": 2432.87, "end": 2433.19, "word": " this", "probability": 0.5498046875}, {"start": 2433.19, "end": 2433.61, "word": " action,", "probability": 0.90771484375}, {"start": 2433.67, "end": 2433.97, "word": " guys,", "probability": 0.55224609375}, {"start": 2434.05, "end": 2434.27, "word": " noticed", "probability": 0.284912109375}, {"start": 2434.27, "end": 2434.45, "word": " that", "probability": 0.63525390625}, {"start": 2434.45, "end": 2434.49, "word": " it", "probability": 0.72998046875}, {"start": 2434.49, "end": 2434.63, "word": " brought", "probability": 0.439453125}, {"start": 2434.63, "end": 2434.77, "word": " me", "probability": 0.312255859375}, {"start": 2434.77, "end": 2434.87, "word": " a", "probability": 0.2335205078125}, {"start": 2434.87, "end": 2434.93, "word": " few", "probability": 0.66357421875}, {"start": 2434.93, "end": 2435.23, "word": " methods", "probability": 0.884765625}, {"start": 2435.23, "end": 2435.55, "word": " within", "probability": 0.54052734375}, {"start": 2435.55, "end": 2437.15, "word": " three", "probability": 0.435791015625}, {"start": 2437.15, "end": 2438.01, "word": " There", "probability": 0.267333984375}, {"start": 2438.01, "end": 2438.25, "word": " is", "probability": 0.6416015625}, {"start": 2438.25, "end": 2439.41, "word": " onProgressChange", "probability": 0.824609375}, {"start": 2439.41, "end": 2439.75, "word": " And", "probability": 0.324462890625}, {"start": 2439.75, "end": 2439.91, "word": " there", "probability": 0.8095703125}, {"start": 2439.91, "end": 2439.97, "word": " is", "probability": 0.84765625}, {"start": 2439.97, "end": 2442.07, "word": " onStartTrackingTouch", "probability": 0.8865559895833334}, {"start": 2442.07, "end": 2442.31, "word": " And", "probability": 0.81640625}, {"start": 2442.31, "end": 2444.31, "word": " onStopTrackingTouch", "probability": 0.910400390625}, {"start": 2444.31, "end": 2445.71, "word": " Three", "probability": 0.53955078125}, {"start": 2445.71, "end": 2445.89, "word": " methods,", "probability": 0.46728515625}, {"start": 2445.97, "end": 2446.05, "word": " but", "probability": 0.54541015625}, {"start": 2446.05, "end": 2446.19, "word": " why", "probability": 0.87109375}, {"start": 2446.19, "end": 2446.41, "word": " three?", "probability": 0.859375}, {"start": 2446.65, "end": 2447.07, "word": " We", "probability": 0.54345703125}, {"start": 2447.07, "end": 2447.19, "word": " are", "probability": 0.360107421875}, {"start": 2447.19, "end": 2447.35, "word": " used", "probability": 0.6865234375}, {"start": 2447.35, "end": 2447.99, "word": " to", "probability": 0.95703125}, {"start": 2447.99, "end": 2448.21, "word": " seeing", "probability": 0.66259765625}, {"start": 2448.21, "end": 2448.37, "word": " only", "probability": 0.43017578125}, {"start": 2448.37, "end": 2448.53, "word": " one,", "probability": 0.9287109375}, {"start": 2448.61, "end": 2448.87, "word": " right", "probability": 0.69970703125}, {"start": 2448.87, "end": 2449.03, "word": " or", "probability": 0.60986328125}, {"start": 2449.03, "end": 2449.37, "word": " not?", "probability": 0.65478515625}, {"start": 2449.69, "end": 2449.91, "word": " Because", "probability": 0.79736328125}, {"start": 2449.91, "end": 2450.07, "word": " I", "probability": 0.57275390625}, {"start": 2450.07, "end": 2450.67, "word": " consider", "probability": 0.59228515625}, {"start": 2450.67, "end": 2450.89, "word": " that", "probability": 0.67333984375}, {"start": 2450.89, "end": 2450.97, "word": " the", "probability": 0.693359375}, {"start": 2450.97, "end": 2451.15, "word": " seek", "probability": 0.6318359375}, {"start": 2451.15, "end": 2451.45, "word": " bar", "probability": 0.86962890625}, {"start": 2451.45, "end": 2451.83, "word": " has", "probability": 0.75}, {"start": 2451.83, "end": 2452.17, "word": " three", "probability": 0.916015625}, {"start": 2452.17, "end": 2452.71, "word": " events", "probability": 0.89990234375}, {"start": 2452.71, "end": 2453.57, "word": " that", "probability": 0.4365234375}, {"start": 2453.57, "end": 2453.69, "word": " might", "probability": 0.2548828125}, {"start": 2453.69, "end": 2453.97, "word": " make", "probability": 0.69677734375}, {"start": 2453.97, "end": 2454.09, "word": " the", "probability": 0.8623046875}, {"start": 2454.09, "end": 2454.47, "word": " user", "probability": 0.8779296875}, {"start": 2454.47, "end": 2454.81, "word": " or", "probability": 0.87451171875}, {"start": 2454.81, "end": 2454.91, "word": " the", "probability": 0.368896484375}, {"start": 2454.91, "end": 2455.21, "word": " programmer", "probability": 0.91845703125}, {"start": 2455.21, "end": 2457.41, "word": " catch", "probability": 0.277587890625}, {"start": 2457.41, "end": 2457.63, "word": " them", "probability": 0.7275390625}, {"start": 2457.63, "end": 2458.23, "word": " The", "probability": 0.4814453125}, {"start": 2458.23, "end": 2458.65, "word": " first", "probability": 0.80517578125}, {"start": 2458.65, "end": 2458.73, "word": " thing", "probability": 0.198974609375}, {"start": 2458.73, "end": 2458.83, "word": " that", "probability": 0.544921875}, {"start": 2458.83, "end": 2458.97, "word": " presses", "probability": 0.221435546875}], "temperature": 1.0}, {"id": 83, "seek": 246467, "start": 2459.95, "end": 2464.67, "text": "Meaning, as soon as he chooses, and he pulls, and as soon as he flips.", "tokens": [12671, 8415, 11, 382, 2321, 382, 415, 25963, 11, 293, 415, 16982, 11, 293, 382, 2321, 382, 415, 40249, 13], "avg_logprob": -0.7269345011029925, "compression_ratio": 1.2727272727272727, "no_speech_prob": 0.0, "words": [{"start": 2459.95, "end": 2460.27, "word": "Meaning,", "probability": 0.3775787353515625}, {"start": 2460.27, "end": 2460.35, "word": " as", "probability": 0.207275390625}, {"start": 2460.35, "end": 2460.49, "word": " soon", "probability": 0.93115234375}, {"start": 2460.49, "end": 2460.61, "word": " as", "probability": 0.970703125}, {"start": 2460.61, "end": 2460.69, "word": " he", "probability": 0.89013671875}, {"start": 2460.69, "end": 2460.97, "word": " chooses,", "probability": 0.6669921875}, {"start": 2461.85, "end": 2461.99, "word": " and", "probability": 0.30419921875}, {"start": 2461.99, "end": 2462.21, "word": " he", "probability": 0.779296875}, {"start": 2462.21, "end": 2462.75, "word": " pulls,", "probability": 0.218505859375}, {"start": 2463.79, "end": 2464.07, "word": " and", "probability": 0.505859375}, {"start": 2464.07, "end": 2464.17, "word": " as", "probability": 0.353271484375}, {"start": 2464.17, "end": 2464.23, "word": " soon", "probability": 0.962890625}, {"start": 2464.23, "end": 2464.35, "word": " as", "probability": 0.97216796875}, {"start": 2464.35, "end": 2464.45, "word": " he", "probability": 0.85498046875}, {"start": 2464.45, "end": 2464.67, "word": " flips.", "probability": 0.86376953125}], "temperature": 1.0}, {"id": 84, "seek": 248950, "start": 2465.8, "end": 2489.5, "text": " Sometimes I want him to withdraw, but I don't want to read the value. I want to read the value when it stops. Sometimes I want him to withdraw, but I don't want to read the value. For example, I want to limit the value in the text view. In our case, we want to adjust the value in the text view while he is withdrawing. In the code, since I want him to withdraw, I put win.", "tokens": [4803, 286, 528, 796, 281, 14999, 11, 457, 286, 500, 380, 528, 281, 1401, 264, 2158, 13, 286, 528, 281, 1401, 264, 2158, 562, 309, 10094, 13, 4803, 286, 528, 796, 281, 14999, 11, 457, 286, 500, 380, 528, 281, 1401, 264, 2158, 13, 1171, 1365, 11, 286, 528, 281, 4948, 264, 2158, 294, 264, 2487, 1910, 13, 682, 527, 1389, 11, 321, 528, 281, 4369, 264, 2158, 294, 264, 2487, 1910, 1339, 415, 307, 14999, 278, 13, 682, 264, 3089, 11, 1670, 286, 528, 796, 281, 14999, 11, 286, 829, 1942, 13], "avg_logprob": -0.40691488886133154, "compression_ratio": 2.2666666666666666, "no_speech_prob": 0.0, "words": [{"start": 2465.7999999999997, "end": 2466.24, "word": " Sometimes", "probability": 0.17626953125}, {"start": 2466.24, "end": 2466.48, "word": " I", "probability": 0.55908203125}, {"start": 2466.48, "end": 2466.72, "word": " want", "probability": 0.77001953125}, {"start": 2466.72, "end": 2466.94, "word": " him", "probability": 0.662109375}, {"start": 2466.94, "end": 2467.12, "word": " to", "probability": 0.939453125}, {"start": 2467.12, "end": 2467.28, "word": " withdraw,", "probability": 0.474609375}, {"start": 2467.7, "end": 2467.88, "word": " but", "probability": 0.35986328125}, {"start": 2467.88, "end": 2467.88, "word": " I", "probability": 0.8447265625}, {"start": 2467.88, "end": 2467.88, "word": " don't", "probability": 0.814208984375}, {"start": 2467.88, "end": 2468.0, "word": " want", "probability": 0.73974609375}, {"start": 2468.0, "end": 2468.12, "word": " to", "probability": 0.8671875}, {"start": 2468.12, "end": 2468.24, "word": " read", "probability": 0.93505859375}, {"start": 2468.24, "end": 2468.4, "word": " the", "probability": 0.7939453125}, {"start": 2468.4, "end": 2468.6, "word": " value.", "probability": 0.86669921875}, {"start": 2469.0, "end": 2469.18, "word": " I", "probability": 0.884765625}, {"start": 2469.18, "end": 2469.32, "word": " want", "probability": 0.76513671875}, {"start": 2469.32, "end": 2469.4, "word": " to", "probability": 0.9521484375}, {"start": 2469.4, "end": 2469.52, "word": " read", "probability": 0.97607421875}, {"start": 2469.52, "end": 2469.68, "word": " the", "probability": 0.841796875}, {"start": 2469.68, "end": 2469.88, "word": " value", "probability": 0.9638671875}, {"start": 2469.88, "end": 2470.4, "word": " when", "probability": 0.37646484375}, {"start": 2470.4, "end": 2471.82, "word": " it", "probability": 0.5185546875}, {"start": 2471.82, "end": 2472.1, "word": " stops.", "probability": 0.71923828125}, {"start": 2473.82, "end": 2474.26, "word": " Sometimes", "probability": 0.2236328125}, {"start": 2474.26, "end": 2474.64, "word": " I", "probability": 0.8056640625}, {"start": 2474.64, "end": 2474.86, "word": " want", "probability": 0.71923828125}, {"start": 2474.86, "end": 2476.02, "word": " him", "probability": 0.86669921875}, {"start": 2476.02, "end": 2476.18, "word": " to", "probability": 0.9609375}, {"start": 2476.18, "end": 2476.36, "word": " withdraw,", "probability": 0.7451171875}, {"start": 2477.2, "end": 2477.58, "word": " but", "probability": 0.54150390625}, {"start": 2477.58, "end": 2477.58, "word": " I", "probability": 0.890625}, {"start": 2477.58, "end": 2477.86, "word": " don't", "probability": 0.755126953125}, {"start": 2477.86, "end": 2477.86, "word": " want", "probability": 0.79296875}, {"start": 2477.86, "end": 2477.86, "word": " to", "probability": 0.87158203125}, {"start": 2477.86, "end": 2477.86, "word": " read", "probability": 0.87158203125}, {"start": 2477.86, "end": 2477.86, "word": " the", "probability": 0.591796875}, {"start": 2477.86, "end": 2477.86, "word": " value.", "probability": 0.95703125}, {"start": 2477.86, "end": 2478.04, "word": " For", "probability": 0.19189453125}, {"start": 2478.04, "end": 2478.04, "word": " example,", "probability": 0.94287109375}, {"start": 2478.04, "end": 2478.12, "word": " I", "probability": 0.52294921875}, {"start": 2478.12, "end": 2478.28, "word": " want", "probability": 0.491455078125}, {"start": 2478.28, "end": 2478.28, "word": " to", "probability": 0.6318359375}, {"start": 2478.28, "end": 2478.42, "word": " limit", "probability": 0.278564453125}, {"start": 2478.42, "end": 2478.62, "word": " the", "probability": 0.89453125}, {"start": 2478.62, "end": 2478.8, "word": " value", "probability": 0.9091796875}, {"start": 2478.8, "end": 2479.2, "word": " in", "probability": 0.7744140625}, {"start": 2479.2, "end": 2479.3, "word": " the", "probability": 0.5869140625}, {"start": 2479.3, "end": 2479.46, "word": " text", "probability": 0.55224609375}, {"start": 2479.46, "end": 2479.72, "word": " view.", "probability": 0.7587890625}, {"start": 2479.78, "end": 2480.02, "word": " In", "probability": 0.3583984375}, {"start": 2480.02, "end": 2480.16, "word": " our", "probability": 0.64990234375}, {"start": 2480.16, "end": 2480.46, "word": " case,", "probability": 0.86669921875}, {"start": 2481.42, "end": 2481.66, "word": " we", "probability": 0.7578125}, {"start": 2481.66, "end": 2481.88, "word": " want", "probability": 0.72216796875}, {"start": 2481.88, "end": 2482.32, "word": " to", "probability": 0.701171875}, {"start": 2482.32, "end": 2482.32, "word": " adjust", "probability": 0.197998046875}, {"start": 2482.32, "end": 2482.42, "word": " the", "probability": 0.90478515625}, {"start": 2482.42, "end": 2482.66, "word": " value", "probability": 0.7431640625}, {"start": 2482.66, "end": 2482.8, "word": " in", "probability": 0.7578125}, {"start": 2482.8, "end": 2482.9, "word": " the", "probability": 0.90966796875}, {"start": 2482.9, "end": 2483.1, "word": " text", "probability": 0.95947265625}, {"start": 2483.1, "end": 2484.28, "word": " view", "probability": 0.8544921875}, {"start": 2484.28, "end": 2485.0, "word": " while", "probability": 0.63623046875}, {"start": 2485.0, "end": 2485.16, "word": " he", "probability": 0.83154296875}, {"start": 2485.16, "end": 2485.44, "word": " is", "probability": 0.50439453125}, {"start": 2485.44, "end": 2485.84, "word": " withdrawing.", "probability": 0.8916015625}, {"start": 2486.62, "end": 2487.06, "word": " In", "probability": 0.12042236328125}, {"start": 2487.06, "end": 2487.18, "word": " the", "probability": 0.64794921875}, {"start": 2487.18, "end": 2487.44, "word": " code,", "probability": 0.9267578125}, {"start": 2487.66, "end": 2487.66, "word": " since", "probability": 0.5361328125}, {"start": 2487.66, "end": 2487.96, "word": " I", "probability": 0.94091796875}, {"start": 2487.96, "end": 2488.14, "word": " want", "probability": 0.83740234375}, {"start": 2488.14, "end": 2488.36, "word": " him", "probability": 0.837890625}, {"start": 2488.36, "end": 2488.54, "word": " to", "probability": 0.96337890625}, {"start": 2488.54, "end": 2488.8, "word": " withdraw,", "probability": 0.82470703125}, {"start": 2488.9, "end": 2489.0, "word": " I", "probability": 0.84912109375}, {"start": 2489.0, "end": 2489.18, "word": " put", "probability": 0.4267578125}, {"start": 2489.18, "end": 2489.5, "word": " win.", "probability": 0.5302734375}], "temperature": 1.0}, {"id": 85, "seek": 251921, "start": 2490.53, "end": 2519.21, "text": " In on, progress changed. Progress means that its value is changing. What do we do if we withdraw? Where do we put the value? In the text view. So I go to the text view and say set text. By the way, the value that changes brings me here. What does it say? Progress. Yes, progress. I write progress. Okay? Because this takes a string.", "tokens": [682, 322, 11, 4205, 3105, 13, 32587, 1355, 300, 1080, 2158, 307, 4473, 13, 708, 360, 321, 360, 498, 321, 14999, 30, 2305, 360, 321, 829, 264, 2158, 30, 682, 264, 2487, 1910, 13, 407, 286, 352, 281, 264, 2487, 1910, 293, 584, 992, 2487, 13, 3146, 264, 636, 11, 264, 2158, 300, 2962, 5607, 385, 510, 13, 708, 775, 309, 584, 30, 32587, 13, 1079, 11, 4205, 13, 286, 2464, 4205, 13, 1033, 30, 1436, 341, 2516, 257, 6798, 13], "avg_logprob": -0.510670706993196, "compression_ratio": 1.7253886010362693, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2490.53, "end": 2490.79, "word": " In", "probability": 0.284912109375}, {"start": 2490.79, "end": 2491.09, "word": " on,", "probability": 0.1915283203125}, {"start": 2491.33, "end": 2491.73, "word": " progress", "probability": 0.60791015625}, {"start": 2491.73, "end": 2492.23, "word": " changed.", "probability": 0.76806640625}, {"start": 2494.11, "end": 2494.59, "word": " Progress", "probability": 0.2093505859375}, {"start": 2494.59, "end": 2495.03, "word": " means", "probability": 0.5576171875}, {"start": 2495.03, "end": 2495.33, "word": " that", "probability": 0.44677734375}, {"start": 2495.33, "end": 2495.41, "word": " its", "probability": 0.227294921875}, {"start": 2495.41, "end": 2495.63, "word": " value", "probability": 0.9208984375}, {"start": 2495.63, "end": 2496.07, "word": " is", "probability": 0.321533203125}, {"start": 2496.07, "end": 2496.37, "word": " changing.", "probability": 0.7587890625}, {"start": 2497.25, "end": 2497.73, "word": " What", "probability": 0.419189453125}, {"start": 2497.73, "end": 2497.85, "word": " do", "probability": 0.416015625}, {"start": 2497.85, "end": 2497.97, "word": " we", "probability": 0.9208984375}, {"start": 2497.97, "end": 2498.09, "word": " do", "probability": 0.876953125}, {"start": 2498.09, "end": 2498.27, "word": " if", "probability": 0.54150390625}, {"start": 2498.27, "end": 2498.45, "word": " we", "probability": 0.90673828125}, {"start": 2498.45, "end": 2498.73, "word": " withdraw?", "probability": 0.09893798828125}, {"start": 2499.29, "end": 2499.57, "word": " Where", "probability": 0.63330078125}, {"start": 2499.57, "end": 2499.57, "word": " do", "probability": 0.72998046875}, {"start": 2499.57, "end": 2499.71, "word": " we", "probability": 0.955078125}, {"start": 2499.71, "end": 2499.91, "word": " put", "probability": 0.61083984375}, {"start": 2499.91, "end": 2500.07, "word": " the", "probability": 0.77734375}, {"start": 2500.07, "end": 2500.29, "word": " value?", "probability": 0.93994140625}, {"start": 2501.63, "end": 2502.11, "word": " In", "probability": 0.88330078125}, {"start": 2502.11, "end": 2502.19, "word": " the", "probability": 0.499267578125}, {"start": 2502.19, "end": 2502.37, "word": " text", "probability": 0.6708984375}, {"start": 2502.37, "end": 2502.65, "word": " view.", "probability": 0.75146484375}, {"start": 2503.11, "end": 2503.13, "word": " So", "probability": 0.40966796875}, {"start": 2503.13, "end": 2503.37, "word": " I", "probability": 0.666015625}, {"start": 2503.37, "end": 2503.51, "word": " go", "probability": 0.494873046875}, {"start": 2503.51, "end": 2503.63, "word": " to", "probability": 0.91064453125}, {"start": 2503.63, "end": 2503.71, "word": " the", "probability": 0.7724609375}, {"start": 2503.71, "end": 2503.91, "word": " text", "probability": 0.95263671875}, {"start": 2503.91, "end": 2504.29, "word": " view", "probability": 0.88232421875}, {"start": 2504.29, "end": 2504.47, "word": " and", "probability": 0.73876953125}, {"start": 2504.47, "end": 2504.71, "word": " say", "probability": 0.2314453125}, {"start": 2504.71, "end": 2505.07, "word": " set", "probability": 0.80126953125}, {"start": 2505.07, "end": 2505.49, "word": " text.", "probability": 0.75244140625}, {"start": 2507.87, "end": 2508.35, "word": " By", "probability": 0.250732421875}, {"start": 2508.35, "end": 2508.61, "word": " the", "probability": 0.9345703125}, {"start": 2508.61, "end": 2508.69, "word": " way,", "probability": 0.955078125}, {"start": 2508.77, "end": 2508.77, "word": " the", "probability": 0.5693359375}, {"start": 2508.77, "end": 2508.77, "word": " value", "probability": 0.4677734375}, {"start": 2508.77, "end": 2509.11, "word": " that", "probability": 0.86083984375}, {"start": 2509.11, "end": 2509.57, "word": " changes", "probability": 0.6708984375}, {"start": 2509.57, "end": 2509.93, "word": " brings", "probability": 0.2568359375}, {"start": 2509.93, "end": 2510.15, "word": " me", "probability": 0.60693359375}, {"start": 2510.15, "end": 2510.41, "word": " here.", "probability": 0.57861328125}, {"start": 2510.49, "end": 2510.63, "word": " What", "probability": 0.7705078125}, {"start": 2510.63, "end": 2510.67, "word": " does", "probability": 0.311767578125}, {"start": 2510.67, "end": 2510.75, "word": " it", "probability": 0.89013671875}, {"start": 2510.75, "end": 2510.95, "word": " say?", "probability": 0.93310546875}, {"start": 2511.13, "end": 2511.61, "word": " Progress.", "probability": 0.66943359375}, {"start": 2511.81, "end": 2511.87, "word": " Yes,", "probability": 0.457763671875}, {"start": 2511.95, "end": 2512.39, "word": " progress.", "probability": 0.62744140625}, {"start": 2512.63, "end": 2512.91, "word": " I", "probability": 0.81201171875}, {"start": 2512.91, "end": 2513.01, "word": " write", "probability": 0.6611328125}, {"start": 2513.01, "end": 2513.63, "word": " progress.", "probability": 0.59619140625}, {"start": 2517.31, "end": 2517.79, "word": " Okay?", "probability": 0.268310546875}, {"start": 2517.91, "end": 2518.05, "word": " Because", "probability": 0.8935546875}, {"start": 2518.05, "end": 2518.25, "word": " this", "probability": 0.67822265625}, {"start": 2518.25, "end": 2518.53, "word": " takes", "probability": 0.32177734375}, {"start": 2518.53, "end": 2518.89, "word": " a", "probability": 0.50146484375}, {"start": 2518.89, "end": 2519.21, "word": " string.", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 86, "seek": 254989, "start": 2523.17, "end": 2549.89, "text": " I also want him to print the value of toast when he finishes his work. In the last one. Yes, but what did this last method do? It only got me the C. But from it, this is the C, I don't know what's up there.", "tokens": [286, 611, 528, 796, 281, 4482, 264, 2158, 295, 15354, 562, 415, 23615, 702, 589, 13, 682, 264, 1036, 472, 13, 1079, 11, 457, 437, 630, 341, 1036, 3170, 360, 30, 467, 787, 658, 385, 264, 383, 13, 583, 490, 309, 11, 341, 307, 264, 383, 11, 286, 500, 380, 458, 437, 311, 493, 456, 13], "avg_logprob": -0.8262061654475698, "compression_ratio": 1.417808219178082, "no_speech_prob": 0.0, "words": [{"start": 2523.17, "end": 2523.47, "word": " I", "probability": 0.16162109375}, {"start": 2523.47, "end": 2523.73, "word": " also", "probability": 0.494873046875}, {"start": 2523.73, "end": 2523.73, "word": " want", "probability": 0.51708984375}, {"start": 2523.73, "end": 2524.63, "word": " him", "probability": 0.1751708984375}, {"start": 2524.63, "end": 2525.87, "word": " to", "probability": 0.81396484375}, {"start": 2525.87, "end": 2526.11, "word": " print", "probability": 0.64306640625}, {"start": 2526.11, "end": 2526.25, "word": " the", "probability": 0.244140625}, {"start": 2526.25, "end": 2526.41, "word": " value", "probability": 0.173828125}, {"start": 2526.41, "end": 2526.55, "word": " of", "probability": 0.64794921875}, {"start": 2526.55, "end": 2526.87, "word": " toast", "probability": 0.75}, {"start": 2526.87, "end": 2526.87, "word": " when", "probability": 0.418212890625}, {"start": 2526.87, "end": 2526.87, "word": " he", "probability": 0.6298828125}, {"start": 2526.87, "end": 2526.87, "word": " finishes", "probability": 0.302978515625}, {"start": 2526.87, "end": 2526.87, "word": " his", "probability": 0.26025390625}, {"start": 2526.87, "end": 2526.87, "word": " work.", "probability": 0.376708984375}, {"start": 2528.17, "end": 2528.79, "word": " In", "probability": 0.1513671875}, {"start": 2528.79, "end": 2528.95, "word": " the", "probability": 0.85009765625}, {"start": 2528.95, "end": 2528.99, "word": " last", "probability": 0.736328125}, {"start": 2528.99, "end": 2530.37, "word": " one.", "probability": 0.1954345703125}, {"start": 2532.59, "end": 2533.21, "word": " Yes,", "probability": 0.0936279296875}, {"start": 2536.15, "end": 2536.89, "word": " but", "probability": 0.5625}, {"start": 2536.89, "end": 2536.89, "word": " what", "probability": 0.5869140625}, {"start": 2536.89, "end": 2540.95, "word": " did", "probability": 0.75}, {"start": 2540.95, "end": 2541.35, "word": " this", "probability": 0.51708984375}, {"start": 2541.35, "end": 2541.95, "word": " last", "probability": 0.316162109375}, {"start": 2541.95, "end": 2541.99, "word": " method", "probability": 0.955078125}, {"start": 2541.99, "end": 2542.47, "word": " do?", "probability": 0.8876953125}, {"start": 2543.13, "end": 2543.71, "word": " It", "probability": 0.6298828125}, {"start": 2543.71, "end": 2543.79, "word": " only", "probability": 0.1907958984375}, {"start": 2543.79, "end": 2543.97, "word": " got", "probability": 0.2568359375}, {"start": 2543.97, "end": 2544.45, "word": " me", "probability": 0.5390625}, {"start": 2544.45, "end": 2545.57, "word": " the", "probability": 0.385009765625}, {"start": 2545.57, "end": 2546.17, "word": " C.", "probability": 0.5927734375}, {"start": 2546.37, "end": 2546.55, "word": " But", "probability": 0.599609375}, {"start": 2546.55, "end": 2546.71, "word": " from", "probability": 0.60302734375}, {"start": 2546.71, "end": 2546.99, "word": " it,", "probability": 0.556640625}, {"start": 2547.57, "end": 2548.21, "word": " this", "probability": 0.385986328125}, {"start": 2548.21, "end": 2548.25, "word": " is", "probability": 0.322509765625}, {"start": 2548.25, "end": 2548.35, "word": " the", "probability": 0.6708984375}, {"start": 2548.35, "end": 2548.51, "word": " C,", "probability": 0.8642578125}, {"start": 2548.77, "end": 2549.17, "word": " I", "probability": 0.46484375}, {"start": 2549.17, "end": 2549.23, "word": " don't", "probability": 0.69482421875}, {"start": 2549.23, "end": 2549.61, "word": " know", "probability": 0.869140625}, {"start": 2549.61, "end": 2549.81, "word": " what's", "probability": 0.22991943359375}, {"start": 2549.81, "end": 2549.81, "word": " up", "probability": 0.32421875}, {"start": 2549.81, "end": 2549.89, "word": " there.", "probability": 0.70361328125}], "temperature": 1.0}, {"id": 87, "seek": 256229, "start": 2556.03, "end": 2562.29, "text": " Progress. It means that when I click, it shows me in the text view, and when I finish, it shows me in the toast.", "tokens": [32587, 13, 467, 1355, 300, 562, 286, 2052, 11, 309, 3110, 385, 294, 264, 2487, 1910, 11, 293, 562, 286, 2413, 11, 309, 3110, 385, 294, 264, 15354, 13], "avg_logprob": -0.6135416626930237, "compression_ratio": 1.3452380952380953, "no_speech_prob": 0.0, "words": [{"start": 2556.0299999999997, "end": 2556.43, "word": " Progress.", "probability": 0.46142578125}, {"start": 2556.43, "end": 2556.83, "word": " It", "probability": 0.1368408203125}, {"start": 2556.83, "end": 2556.83, "word": " means", "probability": 0.61474609375}, {"start": 2556.83, "end": 2556.89, "word": " that", "probability": 0.4814453125}, {"start": 2556.89, "end": 2556.99, "word": " when", "probability": 0.349853515625}, {"start": 2556.99, "end": 2557.09, "word": " I", "probability": 0.9541015625}, {"start": 2557.09, "end": 2557.33, "word": " click,", "probability": 0.447265625}, {"start": 2557.51, "end": 2557.53, "word": " it", "probability": 0.583984375}, {"start": 2557.53, "end": 2557.77, "word": " shows", "probability": 0.3154296875}, {"start": 2557.77, "end": 2557.93, "word": " me", "probability": 0.6416015625}, {"start": 2557.93, "end": 2557.93, "word": " in", "probability": 0.283447265625}, {"start": 2557.93, "end": 2558.01, "word": " the", "probability": 0.44287109375}, {"start": 2558.01, "end": 2558.23, "word": " text", "probability": 0.64599609375}, {"start": 2558.23, "end": 2558.57, "word": " view,", "probability": 0.75927734375}, {"start": 2558.91, "end": 2560.15, "word": " and", "probability": 0.880859375}, {"start": 2560.15, "end": 2560.29, "word": " when", "probability": 0.84033203125}, {"start": 2560.29, "end": 2560.43, "word": " I", "probability": 0.908203125}, {"start": 2560.43, "end": 2560.77, "word": " finish,", "probability": 0.2298583984375}, {"start": 2560.87, "end": 2560.93, "word": " it", "probability": 0.9189453125}, {"start": 2560.93, "end": 2561.13, "word": " shows", "probability": 0.78759765625}, {"start": 2561.13, "end": 2561.49, "word": " me", "probability": 0.69775390625}, {"start": 2561.49, "end": 2561.95, "word": " in", "probability": 0.76416015625}, {"start": 2561.95, "end": 2562.05, "word": " the", "probability": 0.57568359375}, {"start": 2562.05, "end": 2562.29, "word": " toast.", "probability": 0.6650390625}], "temperature": 1.0}, {"id": 88, "seek": 260734, "start": 2579.9, "end": 2607.34, "text": " Okay, now guys, we will not go through all the elements one by one. The goal is to show you a group of elements and you understand how they work. Okay? There are other elements, for example, the rating, for example, you go and do it yourself. Open Google and put a rating and see what is its attribute. All the same pattern. Okay? It has an attribute in the XML, it controls some of the properties and it has action in the action.", "tokens": [1033, 11, 586, 1074, 11, 321, 486, 406, 352, 807, 439, 264, 4959, 472, 538, 472, 13, 440, 3387, 307, 281, 855, 291, 257, 1594, 295, 4959, 293, 291, 1223, 577, 436, 589, 13, 1033, 30, 821, 366, 661, 4959, 11, 337, 1365, 11, 264, 10990, 11, 337, 1365, 11, 291, 352, 293, 360, 309, 1803, 13, 7238, 3329, 293, 829, 257, 10990, 293, 536, 437, 307, 1080, 19667, 13, 1057, 264, 912, 5102, 13, 1033, 30, 467, 575, 364, 19667, 294, 264, 43484, 11, 309, 9003, 512, 295, 264, 7221, 293, 309, 575, 3069, 294, 264, 3069, 13], "avg_logprob": -0.4821874925494194, "compression_ratio": 1.724, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2579.9, "end": 2580.34, "word": " Okay,", "probability": 0.15234375}, {"start": 2580.34, "end": 2580.78, "word": " now", "probability": 0.6103515625}, {"start": 2580.78, "end": 2581.14, "word": " guys,", "probability": 0.58935546875}, {"start": 2581.24, "end": 2581.46, "word": " we", "probability": 0.87548828125}, {"start": 2581.46, "end": 2582.8, "word": " will", "probability": 0.333740234375}, {"start": 2582.8, "end": 2582.8, "word": " not", "probability": 0.94091796875}, {"start": 2582.8, "end": 2583.06, "word": " go", "probability": 0.6904296875}, {"start": 2583.06, "end": 2583.24, "word": " through", "probability": 0.5205078125}, {"start": 2583.24, "end": 2583.52, "word": " all", "probability": 0.6748046875}, {"start": 2583.52, "end": 2583.6, "word": " the", "probability": 0.463623046875}, {"start": 2583.6, "end": 2583.88, "word": " elements", "probability": 0.8115234375}, {"start": 2583.88, "end": 2584.14, "word": " one", "probability": 0.8623046875}, {"start": 2584.14, "end": 2584.34, "word": " by", "probability": 0.9580078125}, {"start": 2584.34, "end": 2584.52, "word": " one.", "probability": 0.93310546875}, {"start": 2584.7, "end": 2584.96, "word": " The", "probability": 0.410400390625}, {"start": 2584.96, "end": 2585.18, "word": " goal", "probability": 0.72900390625}, {"start": 2585.18, "end": 2585.42, "word": " is", "probability": 0.9130859375}, {"start": 2585.42, "end": 2585.6, "word": " to", "probability": 0.720703125}, {"start": 2585.6, "end": 2585.86, "word": " show", "probability": 0.9033203125}, {"start": 2585.86, "end": 2586.08, "word": " you", "probability": 0.89599609375}, {"start": 2586.08, "end": 2586.18, "word": " a", "probability": 0.73193359375}, {"start": 2586.18, "end": 2586.38, "word": " group", "probability": 0.456298828125}, {"start": 2586.38, "end": 2586.56, "word": " of", "probability": 0.96728515625}, {"start": 2586.56, "end": 2586.98, "word": " elements", "probability": 0.87109375}, {"start": 2586.98, "end": 2587.8, "word": " and", "probability": 0.468017578125}, {"start": 2587.8, "end": 2588.0, "word": " you", "probability": 0.72314453125}, {"start": 2588.0, "end": 2588.18, "word": " understand", "probability": 0.537109375}, {"start": 2588.18, "end": 2588.38, "word": " how", "probability": 0.90185546875}, {"start": 2588.38, "end": 2588.44, "word": " they", "probability": 0.84375}, {"start": 2588.44, "end": 2588.76, "word": " work.", "probability": 0.82177734375}, {"start": 2589.52, "end": 2589.74, "word": " Okay?", "probability": 0.564453125}, {"start": 2590.62, "end": 2591.06, "word": " There", "probability": 0.716796875}, {"start": 2591.06, "end": 2591.12, "word": " are", "probability": 0.9306640625}, {"start": 2591.12, "end": 2591.16, "word": " other", "probability": 0.79638671875}, {"start": 2591.16, "end": 2591.56, "word": " elements,", "probability": 0.921875}, {"start": 2592.1, "end": 2592.2, "word": " for", "probability": 0.80712890625}, {"start": 2592.2, "end": 2592.46, "word": " example,", "probability": 0.9462890625}, {"start": 2594.76, "end": 2596.6, "word": " the", "probability": 0.2330322265625}, {"start": 2596.6, "end": 2596.88, "word": " rating,", "probability": 0.92578125}, {"start": 2597.06, "end": 2597.06, "word": " for", "probability": 0.51953125}, {"start": 2597.06, "end": 2597.16, "word": " example,", "probability": 0.96142578125}, {"start": 2597.32, "end": 2597.36, "word": " you", "probability": 0.472412109375}, {"start": 2597.36, "end": 2598.2, "word": " go", "probability": 0.2288818359375}, {"start": 2598.2, "end": 2598.36, "word": " and", "probability": 0.57177734375}, {"start": 2598.36, "end": 2598.5, "word": " do", "probability": 0.609375}, {"start": 2598.5, "end": 2598.62, "word": " it", "probability": 0.88330078125}, {"start": 2598.62, "end": 2598.62, "word": " yourself.", "probability": 0.52392578125}, {"start": 2598.66, "end": 2598.92, "word": " Open", "probability": 0.75927734375}, {"start": 2598.92, "end": 2599.34, "word": " Google", "probability": 0.65380859375}, {"start": 2599.34, "end": 2599.48, "word": " and", "probability": 0.73828125}, {"start": 2599.48, "end": 2599.7, "word": " put", "probability": 0.56005859375}, {"start": 2599.7, "end": 2599.76, "word": " a", "probability": 0.51806640625}, {"start": 2599.76, "end": 2600.06, "word": " rating", "probability": 0.98291015625}, {"start": 2600.06, "end": 2600.3, "word": " and", "probability": 0.52734375}, {"start": 2600.3, "end": 2600.58, "word": " see", "probability": 0.64892578125}, {"start": 2600.58, "end": 2600.84, "word": " what", "probability": 0.80224609375}, {"start": 2600.84, "end": 2600.86, "word": " is", "probability": 0.276123046875}, {"start": 2600.86, "end": 2600.92, "word": " its", "probability": 0.48974609375}, {"start": 2600.92, "end": 2601.3, "word": " attribute.", "probability": 0.734375}, {"start": 2602.08, "end": 2602.3, "word": " All", "probability": 0.60546875}, {"start": 2602.3, "end": 2602.44, "word": " the", "probability": 0.486083984375}, {"start": 2602.44, "end": 2602.54, "word": " same", "probability": 0.853515625}, {"start": 2602.54, "end": 2602.92, "word": " pattern.", "probability": 0.1953125}, {"start": 2603.5, "end": 2603.74, "word": " Okay?", "probability": 0.765625}, {"start": 2603.84, "end": 2603.94, "word": " It", "probability": 0.8251953125}, {"start": 2603.94, "end": 2604.0, "word": " has", "probability": 0.89794921875}, {"start": 2604.0, "end": 2604.1, "word": " an", "probability": 0.5546875}, {"start": 2604.1, "end": 2604.38, "word": " attribute", "probability": 0.87255859375}, {"start": 2604.38, "end": 2604.54, "word": " in", "probability": 0.49560546875}, {"start": 2604.54, "end": 2604.58, "word": " the", "probability": 0.38623046875}, {"start": 2604.58, "end": 2604.98, "word": " XML,", "probability": 0.60107421875}, {"start": 2605.18, "end": 2605.24, "word": " it", "probability": 0.253173828125}, {"start": 2605.24, "end": 2605.48, "word": " controls", "probability": 0.578125}, {"start": 2605.48, "end": 2605.8, "word": " some", "probability": 0.80029296875}, {"start": 2605.8, "end": 2605.8, "word": " of", "probability": 0.47802734375}, {"start": 2605.8, "end": 2605.9, "word": " the", "probability": 0.83154296875}, {"start": 2605.9, "end": 2606.28, "word": " properties", "probability": 0.352783203125}, {"start": 2606.28, "end": 2606.52, "word": " and", "probability": 0.52197265625}, {"start": 2606.52, "end": 2606.64, "word": " it", "probability": 0.72265625}, {"start": 2606.64, "end": 2606.7, "word": " has", "probability": 0.91943359375}, {"start": 2606.7, "end": 2606.98, "word": " action", "probability": 0.8232421875}, {"start": 2606.98, "end": 2607.12, "word": " in", "probability": 0.412109375}, {"start": 2607.12, "end": 2607.18, "word": " the", "probability": 0.460205078125}, {"start": 2607.18, "end": 2607.34, "word": " action.", "probability": 0.44384765625}], "temperature": 1.0}, {"id": 89, "seek": 260885, "start": 2608.23, "end": 2608.85, "text": " in the activity.", "tokens": [294, 264, 5191, 13], "avg_logprob": -0.511328125, "compression_ratio": 0.68, "no_speech_prob": 0.0, "words": [{"start": 2608.23, "end": 2608.43, "word": " in", "probability": 0.4755859375}, {"start": 2608.43, "end": 2608.51, "word": " the", "probability": 0.289306640625}, {"start": 2608.51, "end": 2608.85, "word": " activity.", "probability": 0.83154296875}], "temperature": 1.0}, {"id": 90, "seek": 265708, "start": 2638.98, "end": 2657.08, "text": " He is changing the sequence. If you leave, the program will stop. Yes. Why? No. What? Who says what is wrong? Yes, integer. It is supposed to be a string, right or wrong? The toast. Okay, now it will not make a mistake. Okay, good luck.", "tokens": [634, 307, 4473, 264, 8310, 13, 759, 291, 1856, 11, 264, 1461, 486, 1590, 13, 1079, 13, 1545, 30, 883, 13, 708, 30, 2102, 1619, 437, 307, 2085, 30, 1079, 11, 24922, 13, 467, 307, 3442, 281, 312, 257, 6798, 11, 558, 420, 2085, 30, 440, 15354, 13, 1033, 11, 586, 309, 486, 406, 652, 257, 6146, 13, 1033, 11, 665, 3668, 13], "avg_logprob": -0.6992187229916453, "compression_ratio": 1.4191616766467066, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2638.9799999999996, "end": 2639.3399999999997, "word": " He", "probability": 0.051422119140625}, {"start": 2639.3399999999997, "end": 2639.7, "word": " is", "probability": 0.416259765625}, {"start": 2639.7, "end": 2640.0, "word": " changing", "probability": 0.60009765625}, {"start": 2640.0, "end": 2640.34, "word": " the", "probability": 0.37939453125}, {"start": 2640.34, "end": 2640.54, "word": " sequence.", "probability": 0.355712890625}, {"start": 2640.7, "end": 2640.86, "word": " If", "probability": 0.79541015625}, {"start": 2640.86, "end": 2641.24, "word": " you", "probability": 0.595703125}, {"start": 2641.24, "end": 2641.24, "word": " leave,", "probability": 0.126708984375}, {"start": 2642.46, "end": 2643.12, "word": " the", "probability": 0.343017578125}, {"start": 2643.12, "end": 2643.48, "word": " program", "probability": 0.78076171875}, {"start": 2643.48, "end": 2643.48, "word": " will", "probability": 0.445068359375}, {"start": 2643.48, "end": 2643.48, "word": " stop.", "probability": 0.67822265625}, {"start": 2643.82, "end": 2644.08, "word": " Yes.", "probability": 0.149169921875}, {"start": 2644.62, "end": 2644.98, "word": " Why?", "probability": 0.828125}, {"start": 2645.02, "end": 2645.16, "word": " No.", "probability": 0.34619140625}, {"start": 2645.28, "end": 2645.5, "word": " What?", "probability": 0.619140625}, {"start": 2645.58, "end": 2645.68, "word": " Who", "probability": 0.734375}, {"start": 2645.68, "end": 2645.86, "word": " says", "probability": 0.4765625}, {"start": 2645.86, "end": 2646.02, "word": " what", "probability": 0.465087890625}, {"start": 2646.02, "end": 2646.1, "word": " is", "probability": 0.5185546875}, {"start": 2646.1, "end": 2646.32, "word": " wrong?", "probability": 0.9150390625}, {"start": 2648.88, "end": 2649.24, "word": " Yes,", "probability": 0.259521484375}, {"start": 2649.34, "end": 2649.66, "word": " integer.", "probability": 0.07415771484375}, {"start": 2649.86, "end": 2649.92, "word": " It", "probability": 0.42626953125}, {"start": 2649.92, "end": 2649.94, "word": " is", "probability": 0.343017578125}, {"start": 2649.94, "end": 2650.12, "word": " supposed", "probability": 0.8427734375}, {"start": 2650.12, "end": 2650.22, "word": " to", "probability": 0.96630859375}, {"start": 2650.22, "end": 2650.38, "word": " be", "probability": 0.377685546875}, {"start": 2650.38, "end": 2650.5, "word": " a", "probability": 0.61767578125}, {"start": 2650.5, "end": 2650.78, "word": " string,", "probability": 0.9287109375}, {"start": 2650.88, "end": 2651.02, "word": " right", "probability": 0.6904296875}, {"start": 2651.02, "end": 2651.24, "word": " or", "probability": 0.7001953125}, {"start": 2651.24, "end": 2651.26, "word": " wrong?", "probability": 0.63671875}, {"start": 2651.38, "end": 2651.52, "word": " The", "probability": 0.5078125}, {"start": 2651.52, "end": 2651.9, "word": " toast.", "probability": 0.90087890625}, {"start": 2654.9, "end": 2655.26, "word": " Okay,", "probability": 0.4853515625}, {"start": 2655.46, "end": 2655.6, "word": " now", "probability": 0.369140625}, {"start": 2655.6, "end": 2655.74, "word": " it", "probability": 0.5595703125}, {"start": 2655.74, "end": 2655.82, "word": " will", "probability": 0.5986328125}, {"start": 2655.82, "end": 2655.82, "word": " not", "probability": 0.89599609375}, {"start": 2655.82, "end": 2656.0, "word": " make", "probability": 0.2230224609375}, {"start": 2656.0, "end": 2656.16, "word": " a", "probability": 0.373779296875}, {"start": 2656.16, "end": 2656.34, "word": " mistake.", "probability": 0.95947265625}, {"start": 2656.56, "end": 2656.78, "word": " Okay,", "probability": 0.241455078125}, {"start": 2656.86, "end": 2657.0, "word": " good", "probability": 0.42919921875}, {"start": 2657.0, "end": 2657.08, "word": " luck.", "probability": 0.3916015625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2657.64, "duration_after_vad": 2046.2631249999922} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..66ae60df18d17ffd4b53a9f53d8196a87b94821c --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/gJaEEyefXgE_raw.srt @@ -0,0 +1,1692 @@ +1 +00:00:20,700 --> 00:00:25,600 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية يا + +2 +00:00:25,600 --> 00:00:28,740 +جماعة اشتغلنا على ال code شوية صح عملنا actions + +3 +00:00:28,740 --> 00:00:31,420 +على ال items اللي احنا بنضيفه في ال graphical user + +4 +00:00:31,420 --> 00:00:36,180 +interface زي مثلا action على البطون كيف انا مضغط + +5 +00:00:36,180 --> 00:00:39,100 +على البطون اعمل حاجة معينة اطبع رسالة اقرأ موجود + +6 +00:00:39,100 --> 00:00:42,160 +اللي في ايد ال text عب بيانات في text view زي + +7 +00:00:42,160 --> 00:00:44,260 +المرنامج مثلا المسبح الإلكترونية اللي معناها + +8 +00:00:44,260 --> 00:00:48,620 +المحاضرة الماضيةو اتعلمنا بعض الأمور الصغيرة مثلا + +9 +00:00:48,620 --> 00:00:53,800 +رسم shape معين و كيف احط ال shape لزر مثلا و شوفنا + +10 +00:00:53,800 --> 00:00:57,100 +كيف ان انا اعمل selector شوفتوا ال selector يا + +11 +00:00:57,100 --> 00:01:01,960 +جماعة لما اضغط على الزر مثلا لو كان في عند ال + +12 +00:01:01,960 --> 00:01:05,860 +state كان pressed بيغيرنه لونه صح جربنا عملنا + +13 +00:01:05,860 --> 00:01:10,350 +المحاضرة الماضيةطيب اليوم نكمل ان شاء الله زي ما + +14 +00:01:10,350 --> 00:01:13,030 +أخدنا ال button وشوفنا كيف ال action عليه في + +15 +00:01:13,030 --> 00:01:17,530 +المحاضرة هذه هنمر على عدد من ال components أو ال + +16 +00:01:17,530 --> 00:01:20,230 +views بنسميهم في الاندرويد بيسمي كل عنصر من + +17 +00:01:20,230 --> 00:01:23,490 +العناصر هذه view تمام؟ يعني ال button view ال text + +18 +00:01:23,490 --> 00:01:28,110 +view بيسميه view ال edit text view تمام؟ هنمر على + +19 +00:01:28,110 --> 00:01:31,330 +عدد من ال views ونشوف كيف نعمل action action على + +20 +00:01:31,330 --> 00:01:31,850 +views هذه + +21 +00:01:47,890 --> 00:01:50,910 +أيوة تمام هنتكلم عن ال containers احنا أخدنا واحد + +22 +00:01:50,910 --> 00:01:54,730 +من ال containers اللي هو زي ال scroll viewليش + +23 +00:01:54,730 --> 00:01:59,050 +سمالس كل view اعتبره container لأنه فعليا هو انا + +24 +00:01:59,050 --> 00:02:03,150 +بحط فيه عناصر هناخد containers تانية زي مثلا + +25 +00:02:03,150 --> 00:02:08,410 +recyler view اللي هو العنصر اللي بستخدمه عشان اعرض + +26 +00:02:08,410 --> 00:02:14,030 +list من عناصريعني هذا هنتطرق هناخد ال view pager + +27 +00:02:14,030 --> 00:02:17,110 +اللي هو زي مثلا لو بتعمل تطبيق اعمل فيه slide مثلا + +28 +00:02:17,110 --> 00:02:22,710 +لصور تمام هناخد ال tabs مثلا لو اعمل برضه تطبيق + +29 +00:02:22,710 --> 00:02:26,730 +فيه tabs فهذا ال container هنتطرقله بشكل كبير ال + +30 +00:02:26,730 --> 00:02:28,990 +navigation drawer اللي هو لما تعمل slide على + +31 +00:02:28,990 --> 00:02:32,670 +الجانب يطلعلك الشاشة اللي بتكون الخبية هذه كلها + +32 +00:02:32,670 --> 00:02:35,810 +containers لأن فعليا هي عناصر تحتوى على عناصر + +33 +00:02:35,810 --> 00:02:41,350 +تانية عشان تسميها containers تمامطيب الان لو روحنا + +34 +00:02:41,350 --> 00:02:46,770 +على زر البطن فيه عندى من العناصر اللى ممكن نستفيد + +35 +00:02:46,770 --> 00:02:53,430 +منها من الشاشة check box معروف + +36 +00:02:53,430 --> 00:02:55,810 +ال check box ايش بستخدمه لما يكون فيه عندى مثلا + +37 +00:02:55,810 --> 00:03:00,010 +سؤال اللى له اكتر من خيار وممكن اختار اكتر من حاجة + +38 +00:03:00,010 --> 00:03:01,230 +باستخدام ال check box + +39 +00:03:12,580 --> 00:03:17,780 +طيب لل checkbox طبعا اكيد انه انا لما يلزمني مثلا + +40 +00:03:17,780 --> 00:03:22,300 +سؤال معين و بدي احط اكتر من ال checkbox طبعا مش + +41 +00:03:22,300 --> 00:03:25,400 +واحد بس لان ال checkbox ال text مثلا + +42 +00:03:30,560 --> 00:03:33,380 +ممكن نعمل سؤال ايش اللغات اللي بتتقنها مثلا + +43 +00:03:33,380 --> 00:03:36,980 +English, Arabic, French, Hebrew مثلا و ممكن يختار + +44 +00:03:36,980 --> 00:03:40,300 +اكتر من خيار مثلا هذا ممكن يكون .. هذا في عند ال + +45 +00:03:40,300 --> 00:03:43,200 +attributes لإن أنا بتترقب ال attributes بتاعته ال + +46 +00:03:43,200 --> 00:03:46,080 +text تبعه Arabic في عندنا attribute خاصة بال + +47 +00:03:46,080 --> 00:03:49,140 +checkbox اسمها checked ليش checked هذا؟ عشان احدد + +48 +00:03:49,140 --> 00:03:52,440 +حالته هل هو في البداية بكون معلم و لا مش معلم + +49 +00:03:52,440 --> 00:03:57,940 +تمام؟ يعني مثلا لو حطته هنا trueهيجيبه معلمه شايف + +50 +00:03:57,940 --> 00:04:00,620 +هيكتب قرابك و معلم عليه تمام؟ + +51 +00:04:03,770 --> 00:04:07,990 +لو مش حطتها بيعتبرها by default فالس تقدر تتحكم في + +52 +00:04:07,990 --> 00:04:10,990 +لون الخط وحجم الخط بنفس ال attributes اللي كنا + +53 +00:04:10,990 --> 00:04:14,750 +نستخدمها للبتن text-size, text-color, background + +54 +00:04:14,750 --> 00:04:18,370 +تمام؟ نفس الموجود للبتن موجود لل checkbox انا بحكي + +55 +00:04:18,370 --> 00:04:21,310 +عن حاجة الخاصة في ال checkbox اللي هي checket طب + +56 +00:04:21,310 --> 00:04:24,270 +الان نضيف لل checkbox خلينا قبل ما نروح لل code + +57 +00:04:24,270 --> 00:04:27,970 +نضيف بعض العناصر الأخرىلأن في انا حاجة اسمها ال + +58 +00:04:27,970 --> 00:04:30,630 +radio button برضه ايش بفرج ال radio button على ال + +59 +00:04:30,630 --> 00:04:33,350 +check box لإنه لما يكون مجموعة خيارات بختار خيار + +60 +00:04:33,350 --> 00:04:36,610 +واحد بس طبعا الان ال radio button بدك تجمع كل + +61 +00:04:36,610 --> 00:04:40,690 +مجموعة radio buttons مع بعض فعشان هيك بكفيش احط + +62 +00:04:40,690 --> 00:04:43,170 +radio buttons بده اجمع ال radio buttons اللي لهم + +63 +00:04:43,170 --> 00:04:47,690 +علاقة ببعض بحاجة اسمها radio group طبعا فعشان هيك + +64 +00:04:47,690 --> 00:04:51,370 +انا اش روح اعمل بده احط radio groupطبعا ال radio + +65 +00:04:51,370 --> 00:04:56,030 +group فاضية ليش فاضية؟ لأنها معمولة بس عشان تحتوي + +66 +00:04:56,030 --> 00:04:59,530 +radio buttons هي ال radio group حطة هنا تمام؟ لأن + +67 +00:04:59,530 --> 00:05:05,130 +جوا ال radio group بدي أسحب مثلا radio button + +68 +00:05:05,130 --> 00:05:06,390 +وكمان radio button + +69 +00:05:09,920 --> 00:05:12,820 +تمام هاي فى عندى two radio buttons داخل ال radio + +70 +00:05:12,820 --> 00:05:16,480 +group هى ال radio group علمها لأن هدول الاتنين + +71 +00:05:16,480 --> 00:05:19,560 +موجودين داخل radio group بقدر اختار واحد منهم تمام + +72 +00:05:19,560 --> 00:05:22,500 +لو بدى اعمل سؤال تانى فى radio بعمل كمان radio + +73 +00:05:22,500 --> 00:05:28,040 +group طيب لان بس نظبط ال ID ال ID لان مهم يا جماعة + +74 +00:05:28,040 --> 00:05:33,020 +صح هذا ال ID ايش مسمى هو check box ال radio group + +75 +00:05:33,020 --> 00:05:37,500 +بدنا نعطي برضه لل radio groupID هو by default + +76 +00:05:37,500 --> 00:05:43,300 +مابيعطيش لل radio group ID بنعطيلها ID مثلا انا + +77 +00:05:43,300 --> 00:05:49,240 +مثلا بدي اعمل سؤال اسمه gender group ليه + +78 +00:05:49,240 --> 00:05:54,880 +gender أسئلة ال male ولا female مثلا هاي مثلا ال + +79 +00:05:54,880 --> 00:05:56,980 +pattern هذا مثلا male + +80 +00:06:04,520 --> 00:06:10,580 +طيب الان نربط بس العناصر صح عشان نستخدمهم انا الان + +81 +00:06:10,580 --> 00:06:17,020 +قاعد بضيف عناصر جماعة و هستخدمهم من ال .. من ال + +82 +00:06:17,020 --> 00:06:22,300 +code لاحقا طيب خلينا نجرب هدولة بس بعدين نشوف + +83 +00:06:22,300 --> 00:06:29,140 +عناصر تانية الان بتدروا على ال code و زي ما + +84 +00:06:29,140 --> 00:06:35,950 +اتعلمنا اول خطوةبنجيب العناصر هذه فاول حد بدنا + +85 +00:06:35,950 --> 00:06:44,470 +checkbox بعدين بقول find view by id r.id.checkbox + +86 +00:06:47,240 --> 00:06:49,860 +خلّيني أعد checkbox في الأول لإن بدي أعمل action + +87 +00:06:49,860 --> 00:06:55,280 +على checkbox لأن checkbox بدي أقوله الآن لو تغبطت + +88 +00:06:55,280 --> 00:06:59,600 +فيه هو لحاله جاب ليها أول حاجة sit on check to + +89 +00:06:59,600 --> 00:07:03,620 +change listener من اسمها on check to change + +90 +00:07:03,620 --> 00:07:07,960 +listener يعني لو ال check اتغيرتمام هذا بيستمع له + +91 +00:07:07,960 --> 00:07:11,640 +check the change listener ال button كان on click + +92 +00:07:11,640 --> 00:07:15,460 +listener هذا check the change listener وطبعا ايش + +93 +00:07:15,460 --> 00:07:19,760 +بياخد بين قوسين parameter من النوع on check the + +94 +00:07:19,760 --> 00:07:24,980 +change لأن هذا interface فبنقوله new on check the + +95 +00:07:24,980 --> 00:07:27,740 +change listener وهو جاب له method اسمها on check + +96 +00:07:27,740 --> 00:07:31,990 +the change وهذا ال method لاحظ انها بترجعمن ضمن + +97 +00:07:31,990 --> 00:07:34,590 +العناصر اللي بترجعها فيها حاجة اسمها ايش it's a + +98 +00:07:34,590 --> 00:07:38,790 +chicken يعني ببساطة لو انت معلم عليه هذا هترجعلك + +99 +00:07:38,790 --> 00:07:42,810 +true لو علمت عليه لو شلتي التعليم هترجعلك false + +100 +00:07:42,810 --> 00:07:45,970 +فهنا بدأ اقول له toast.make text + +101 +00:08:01,900 --> 00:08:04,820 +طبعا انا ايش عملتها المحاضرة الماضية كنا ننشق + +102 +00:08:04,820 --> 00:08:08,960 +toast و نحطه في متغير و بعدين الناس تدعي شو هلجيت + +103 +00:08:08,960 --> 00:08:12,500 +انا عملتها ايش كلها في سطر .. سطر واحد خلاص يعني + +104 +00:08:12,500 --> 00:08:18,100 +انا بتدريج انا عشان تفهم الحاجة و بعدين طبعا + +105 +00:08:18,100 --> 00:08:20,540 +النقطة المهمة ان في ال toast مانفعش تهرب انت اي + +106 +00:08:20,540 --> 00:08:24,280 +حاجة غير نص لو عرضت مثلا بوليا او integer بطلع + +107 +00:08:24,280 --> 00:08:28,120 +error عشان هيك انا روحت رابطها في ايش في نص معين + +108 +00:09:05,960 --> 00:09:09,120 +طيب لحد ما يشتغل هذا بالنسبة لل action على + +109 +00:09:09,120 --> 00:09:14,920 +checkbox طبعا بقدر ايضا برمجيا اغير خصائص ال + +110 +00:09:14,920 --> 00:09:18,640 +checkbox يعني مثلا مش فيه attribute اسمها checked + +111 +00:09:18,640 --> 00:09:22,000 +في + +112 +00:09:22,000 --> 00:09:24,980 +عندنا من خلال البرمجة في ستة checked وممكن اقول + +113 +00:09:24,980 --> 00:09:30,180 +true او false بس احنا اهم اشي انا بالزمن الان ان + +114 +00:09:30,180 --> 00:09:34,540 +افرجك كيف تعمل action طيب الان ال radio radio + +115 +00:09:34,540 --> 00:09:38,390 +button و radio groupالان ايش بنصور فيه اكتر من + +116 +00:09:38,390 --> 00:09:40,170 +طريقة التعامل على ال radio battery ممكن تعمل + +117 +00:09:40,170 --> 00:09:42,290 +action على ال radio battery و ممكن تعمل action على + +118 +00:09:42,290 --> 00:09:46,230 +ال ready group انا بفضل نعمل علي مين على ال ready + +119 +00:09:46,230 --> 00:09:49,750 +group كلها انه اعمل عليها action و هي بتقولي مين + +120 +00:09:49,750 --> 00:09:56,370 +العنصر اللي انا اخترته فيها طيب + +121 +00:09:56,370 --> 00:09:58,730 +فعشان هيك بدأنا نعمل action على ال ready group و + +122 +00:09:58,730 --> 00:09:59,130 +نجيبها + +123 +00:10:01,810 --> 00:10:06,730 +هي ريدي جروب rgfindviewbyidr + +124 +00:10:06,730 --> 00:10:16,450 +.id.gendergroup لأن + +125 +00:10:16,450 --> 00:10:18,990 +هذه التطبيق اشتغل لو انا اعملت click على ال Arabic + +126 +00:10:18,990 --> 00:10:23,550 +هي طبع لي ايش true تمام الهدف ان اعرف ان انا علمت + +127 +00:10:23,550 --> 00:10:24,210 +على answer او لا + +128 +00:10:28,290 --> 00:10:35,230 +طيب rg. في عندنا برضه set on checked change + +129 +00:10:35,230 --> 00:10:41,190 +listener زي ال check box new on checked change + +130 +00:10:41,190 --> 00:10:47,850 +listener بس هنا انتبه مختلف الموضوع شوية اه لو + +131 +00:10:47,850 --> 00:10:52,720 +ضغطت على اي انصرالـ checkbox كان يجيب لي true or + +132 +00:10:52,720 --> 00:10:56,880 +false هذا بيجيبلي مين check ال ID لإن ال radio + +133 +00:10:56,880 --> 00:11:00,060 +group فيها أكتر من عنصر و احنا بنعرف أن كل عنصر + +134 +00:11:00,060 --> 00:11:03,480 +على الشاشة له ID ال radio button اللي انت حاططهم + +135 +00:11:03,480 --> 00:11:06,220 +كل واحد بياخد ID واحد بيقول أنا ماحطتهوش ID هو + +136 +00:11:06,220 --> 00:11:08,180 +automatically بيعمله generate ال ID لو انت مش + +137 +00:11:08,180 --> 00:11:13,380 +معطيله تمام الفكرة أن هو جابلك ال ID تع الانصر + +138 +00:11:13,380 --> 00:11:18,370 +اللي انت علمته عليهطيب ماشي كيف انا .. انا بديش ال + +139 +00:11:18,370 --> 00:11:21,310 +ID تعالى عنصر بدي أجيب النص تبعه مش هو انا في عندي + +140 +00:11:21,310 --> 00:11:26,490 +radio group و .. و محطوط فيهم radio button و radio + +141 +00:11:26,490 --> 00:11:29,430 +button و هذا له text مكتوب female و هذا له text + +142 +00:11:29,430 --> 00:11:33,550 +male و هذاك female فأول حاجة انا بدي أجيب ال radio + +143 +00:11:33,550 --> 00:11:38,300 +button و منه بجيب النصبس هو ماعطانيش ال radio + +144 +00:11:38,300 --> 00:11:41,980 +button اللي انا ضغط عليه ماعطيني مين ال ID اذا + +145 +00:11:41,980 --> 00:11:45,180 +عندك ال ID لأي answer بتقدر تجيب ال answer نفسه اه + +146 +00:11:45,180 --> 00:11:50,280 +كيف find view by ID وعشان نخليه أسرع كمان روحنا ال + +147 +00:11:50,280 --> 00:11:55,260 +radio group نفسها و نقوله find view by ID ليش انا + +148 +00:11:55,260 --> 00:11:57,700 +.. يعني انت كان ممكن تنفذ على طول و تقوله find + +149 +00:11:57,700 --> 00:12:01,300 +view by ID بيمشي الحل و تعطيله إيش هنا اتشكد ID + +150 +00:12:01,300 --> 00:12:08,670 +لكن أفضل انك تعملها إيشيعني كأني ببحث وين في ال + +151 +00:12:08,670 --> 00:12:11,810 +radio group نفسي عشان ماياخدش وجهته انا خلاص انا + +152 +00:12:11,810 --> 00:12:15,590 +عارف ان اللي علمته وين موجود في ال radio group هذا + +153 +00:12:15,590 --> 00:12:21,490 +ال ID تبع ال ID يا بجيهه من خلال ال R يا اما بجيهه + +154 +00:12:21,490 --> 00:12:23,910 +من خلال ال action نفسي بقوللي ايش ال ID اللي انضغط + +155 +00:12:23,910 --> 00:12:27,630 +عليه فانا عارف ال ID بجيب ال answer هنا طبعا بحط + +156 +00:12:27,630 --> 00:12:35,410 +هذه final عشان يشتغل وهي هنا هي radio battle RB + +157 +00:12:36,880 --> 00:12:40,740 +يعني ال find view بقي دي هترجعلي radio button الان + +158 +00:12:40,740 --> 00:12:43,120 +جبت ال radio button بقدر أجيب النص المكتوب فيه + +159 +00:12:43,120 --> 00:12:50,900 +أكيد rb.gettext ماشية + +160 +00:12:50,900 --> 00:12:56,460 +يا جماعة و هذه بده أروح أعرضها جوا لأ + +161 +00:12:56,460 --> 00:13:00,180 +هذه بتجيبليها char sequence على طول فمش هي لازم ت + +162 +00:13:00,180 --> 00:13:05,700 +string فيها لأن هاي تعال خد هذا ال text وحطه إيش + +163 +00:13:16,890 --> 00:13:21,870 +واضحة يا جماعة يعني فعليا ال radio button بعمل + +164 +00:13:21,870 --> 00:13:25,130 +action على ال radio group و ال radio group بتستخدم + +165 +00:13:25,130 --> 00:13:27,490 +ال set on check the change listener زيها زي ال + +166 +00:13:27,490 --> 00:13:31,470 +check box بس الفرق أنه لما أضغط عليه عنصر بيديه ال + +167 +00:13:31,470 --> 00:13:34,950 +ID بتاع العنصر اللي اضغط عليه لأن إذا عرفت ال ID + +168 +00:13:34,950 --> 00:13:38,190 +بتاع العنصر بجيب العنصر عن طريق ال find view by ID + +169 +00:13:38,190 --> 00:13:42,050 +هي صار عند العنصر هنا و جيبت العنصر بجيب ال text + +170 +00:13:42,050 --> 00:13:42,730 +ببساطة + +171 +00:13:59,180 --> 00:14:03,460 +طيب برضه لحد ما يشتغل خلينا ايش نشوف عنصر تاني + +172 +00:14:03,460 --> 00:14:08,060 +عشان ما نضيع شوية الان فى أنه من العناصر البسيطة + +173 +00:14:08,060 --> 00:14:15,560 +فى عنصر اسمه toggle button وفى عنصر اسمه switch + +174 +00:14:15,560 --> 00:14:26,040 +يعني أشكال مختلفة للزرار يعني هى ال XML تبعهم هذا + +175 +00:14:26,040 --> 00:14:28,180 +ال toggle button وهذا ال switch ال toggle button + +176 +00:14:33,090 --> 00:14:37,710 +يعني هي منظر هويك بتطلع زر بيجيبلي .. بكتبلي مثلا + +177 +00:14:37,710 --> 00:14:41,790 +أضغط عليه بتغير حالته و اكتبلي on مثلا تمام؟ لو + +178 +00:14:41,790 --> 00:14:45,750 +شيلت الضغطة بكتبلي off أو مثلا ممكن أتحكم أنا في + +179 +00:14:45,750 --> 00:14:49,150 +النص اللي بديه open و close يعني حالة الزر نفسها + +180 +00:14:49,150 --> 00:14:52,090 +بتتغير حتى اللون تبعه مش في خط .. في خط تحت هنا + +181 +00:14:52,090 --> 00:14:57,130 +بيصير يتغير لإن هي ال radio button هي اضغط على + +182 +00:14:57,130 --> 00:14:59,730 +mail تمام؟ + +183 +00:15:02,960 --> 00:15:08,260 +الـ switch نفس الحاجة طبعا اوضان يعني لو .. لو + +184 +00:15:08,260 --> 00:15:11,840 +علمت عليه بيجيبلي بتحرك هذا هي بيجي على الشمال و + +185 +00:15:11,840 --> 00:15:15,340 +بتصير لونه مختلف و بيغيرلي ممكن النص الموجود هنا + +186 +00:15:15,340 --> 00:15:20,720 +طبعا يعني هو زر عادي بس تفاعلي يعني النص اللي فيه + +187 +00:15:20,720 --> 00:15:26,260 +لونه بتغير طبعا الان التعامل معاه هيروح لتقريبا + +188 +00:15:26,260 --> 00:15:31,190 +لاتنين زي بعض هي الـ toggle button ممكنانت تعمل + +189 +00:15:31,190 --> 00:15:37,270 +attributes اسمها text on و text off من اسمهم ايش + +190 +00:15:37,270 --> 00:15:42,790 +بتفهم text on و text off تمام اه لما يكون مضغوط + +191 +00:15:42,790 --> 00:15:45,010 +ايش النص الهيارده لما تكون مش مضغوط ايش النص + +192 +00:15:45,010 --> 00:15:51,190 +الهيارده تمام هى مثلا close و هنا open + +193 +00:15:56,590 --> 00:16:03,070 +و نفس الحاجة لل switch اللي برضه text on و off + +194 +00:16:03,070 --> 00:16:08,690 +مثلا + +195 +00:16:08,690 --> 00:16:17,790 +active هذا text on inactive + +196 +00:16:17,790 --> 00:16:23,630 +كام دي فعل بسيط طبعا ليش بطل أحمر + +197 +00:16:41,920 --> 00:16:45,020 +هذا جنب عشان نكسب المساحة + +198 +00:17:01,780 --> 00:17:04,000 +على فكرة في حاجة في ال Android هنا بس أنا + +199 +00:17:04,000 --> 00:17:09,660 +ماعطيتكوش إياها عشان ما تنبسطوش عليها على طول أن + +200 +00:17:09,660 --> 00:17:12,660 +أنت ممكن تحط العراصر ترميهم و تضغط على الزر هذا + +201 +00:17:12,660 --> 00:17:16,700 +شايفينه؟ هذا إيش اسمه Infra Constraints لحاله + +202 +00:17:16,700 --> 00:17:21,160 +بيربطهم لحاله automatic تمام؟ بس هذه ماتعتمدش + +203 +00:17:21,160 --> 00:17:25,120 +عليها ليش؟ لأنه مش دايما صح يعني مثلا أنا حط + +204 +00:17:25,120 --> 00:17:29,030 +العنصر و جذد إنه ييجي في النصتمام؟ ممكن هو + +205 +00:17:29,030 --> 00:17:32,810 +مايربطلوش هي توسيط يجيبليها مثلا يربطليها في الحفة + +206 +00:17:32,810 --> 00:17:38,290 +هذه وهذه مثلا تمام؟ فماتعتمدش عليه كتير طيب هذه + +207 +00:17:38,290 --> 00:17:41,890 +ضفتان الزرعين ماتنساش تعطي لكل واحد ID هذا مسمى + +208 +00:17:41,890 --> 00:17:47,450 +toggle button ال ID وال switch مسمى switch 1 طب + +209 +00:17:47,450 --> 00:17:50,970 +نيجي نعمل action عليهم برضه هذه بتدعم المتغير اسمه + +210 +00:17:50,970 --> 00:17:59,280 +toggle button TGfind view by id r.id.toggle button + +211 +00:17:59,280 --> 00:18:13,880 +ونجيب كمان التاني اللي هو switch عشان + +212 +00:18:13,880 --> 00:18:19,420 +في كلمة محجوزة switch صح خليها اساس هي طيب هي ال + +213 +00:18:19,420 --> 00:18:27,230 +button seton on click listener زي و زي البتن in + +214 +00:18:27,230 --> 00:18:35,570 +you on click listener + +215 +00:18:35,570 --> 00:18:41,530 +الان انت يعني ممكن مثلا بدناقش لما اضغط عليه يجيب + +216 +00:18:41,530 --> 00:18:44,530 +لي النص مش هو بتغير النص اللي عليه تمام يجيب لي + +217 +00:18:44,530 --> 00:18:49,590 +النص اللي موجود حط هذه final وخد ال toast + +218 +00:18:53,760 --> 00:19:01,240 +وهنا بدل ر ايش حط توجل باتوين دوت جيت اه get text + +219 +00:19:01,240 --> 00:19:07,680 +المفروض يجيبني النص اللى اللى صار معروض حاليا عليه + +220 +00:19:07,680 --> 00:19:14,260 +هتجربه اتأكد انه شغال بلاش يطلع مش هو اللى لان لحد + +221 +00:19:14,260 --> 00:19:19,580 +ما يشتغل برضه ايش بدنا ال switch نفس الطريقة + +222 +00:20:03,880 --> 00:20:05,160 +عشان .. عشان + +223 +00:20:36,130 --> 00:20:42,350 +تمام هاي شايفين لما ضغط عليه تغير اللون حتى وهي ال + +224 +00:20:42,350 --> 00:20:49,490 +switch طيب ليش هذا مغيروش؟ + +225 +00:20:49,490 --> 00:20:51,110 +شكله هذا مالوش text + +226 +00:21:04,780 --> 00:21:11,880 +هذا مافيش فيه on أو off اعتقد يعني + +227 +00:21:11,880 --> 00:21:17,620 +بس ممكن اجيب هو بغير اللوم بس ممكن اجيب ال status + +228 +00:21:17,620 --> 00:21:24,020 +بتاعته في + +229 +00:21:24,020 --> 00:21:25,200 +اظن is activated + +230 +00:22:18,000 --> 00:22:20,140 +طيب يا جماعة نجي لعنصر جديد الآن + +231 +00:22:36,190 --> 00:22:39,990 +هذا العنصر الموجود في ال container اسمه spinner + +232 +00:22:39,990 --> 00:22:47,290 +يبقى + +233 +00:22:47,290 --> 00:22:49,230 +مش activated, it's checked أعتقد + +234 +00:23:01,710 --> 00:23:08,410 +طيب بعدين منكملها دى لأن أحيانا فى التطبيقات + +235 +00:23:08,410 --> 00:23:13,290 +بلزملك برضه تعمل حاجة زى drop list يعني مثلا بدك + +236 +00:23:13,290 --> 00:23:17,550 +تختار الدولة طبعا الدولة أكيد بتنحطش radio buttons + +237 +00:23:17,550 --> 00:23:22,530 +صح ولا لأ؟ إن عندك 200 دولة بدك تختار من list معين + +238 +00:23:22,530 --> 00:23:26,850 +زى ال combo box فى الجابا طبعا بس فى الاندرويد إيش + +239 +00:23:26,850 --> 00:23:28,490 +بيسميها spinner + +240 +00:23:31,760 --> 00:23:36,420 +طبعا هذه حاططها وين في خانة اسمة ال containers ليش + +241 +00:23:36,420 --> 00:23:41,480 +لأنه فعليا بعتبر ال spinner في مجموعة عناصر طبعا + +242 +00:23:41,480 --> 00:23:45,340 +طيب فبدنا نشوف ال spinner طبعا مختلف شوية بدنا + +243 +00:23:45,340 --> 00:23:50,540 +نشوف كيف نعبيه وكيف نعمل عليه action حاجتين يعني + +244 +00:23:50,540 --> 00:23:59,760 +كيف نعبيه تعالى نشوف من ال text أول + +245 +00:23:59,760 --> 00:24:00,660 +حاجة خدنا رابطه + +246 +00:24:11,690 --> 00:24:15,310 +وبعدين نجي ل ال spinner ونشوف كيف نعبيه طبعا في + +247 +00:24:15,310 --> 00:24:19,670 +أكتر من طريقة لتعبية ال spinner أسهل طريقة فيهم + +248 +00:24:19,670 --> 00:24:23,990 +انك تعرف محتوى ال spinner كمتغيرات في ال XML و + +249 +00:24:23,990 --> 00:24:28,370 +تقوله عبيها من المتغيرات هذه يعني كيف شفت مثلا انا + +250 +00:24:28,370 --> 00:24:32,950 +في ال XML لما كنت اعرف string و استخدمها من ال + +251 +00:24:32,950 --> 00:24:37,800 +layout او نعرف color و نستخدمها من ال layoutالان + +252 +00:24:37,800 --> 00:24:43,240 +بنعرف array ليش array؟ لأنه فيه عدسة متعددة في ملف + +253 +00:24:43,240 --> 00:24:48,800 +ال XML ونستدعيها من ال layout عشانك احنا بدك تروح + +254 +00:24:48,800 --> 00:24:52,580 +مثلا لأي ملف من هدول ال XML اللي موجودة في ال + +255 +00:24:52,580 --> 00:24:59,630 +values وليكن ملف ال stringsو تيجي تعرف فيها تكتب + +256 +00:24:59,630 --> 00:25:03,930 +من أول و جديد هذا تكتب مش هاي فيه strings احنا + +257 +00:25:03,930 --> 00:25:07,550 +جربنا فيهم المحاضرة الماضية صح ولا يا جماعة الان + +258 +00:25:07,550 --> 00:25:11,230 +نيجي نعرف متغير جديد بس اسمه مش string string + +259 +00:25:11,230 --> 00:25:17,530 +array array من نصوص يعني string array ايش بنسميها + +260 +00:25:17,530 --> 00:25:18,970 +سميها countries + +261 +00:25:21,840 --> 00:25:25,580 +طب ال string array لسه فاضية جواها بتنشي احد اسمها + +262 +00:25:25,580 --> 00:25:36,220 +item وبتكتب مثلا السمد هاي Palestine حط + +263 +00:25:36,220 --> 00:25:40,440 +اللي بدكيا عادي حط واحد اتنين تلاتة تمام مافيش + +264 +00:25:40,440 --> 00:25:45,350 +مشكلةماشي كسترينج وانت بال code بتحولها ل integer + +265 +00:25:45,350 --> 00:25:49,870 +صح صح معانا صح ولا لا؟ حطها .. حطها .. بتعامل + +266 +00:25:49,870 --> 00:25:51,830 +معاهم كسترينج مش انت بت .. بت .. في الآخر هتجيب + +267 +00:25:51,830 --> 00:25:55,250 +القيمة اه و بتعملها integer dot parse int أخدمها + +268 +00:25:55,250 --> 00:25:58,350 +في الجابر ولا لا؟ بتحول ل integer تمام؟ هاي + +269 +00:25:58,350 --> 00:26:00,870 +Palestine مثلا Egypt + +270 +00:26:15,350 --> 00:26:20,630 +طيب هاي مجموع الدول لسه + +271 +00:26:20,630 --> 00:26:24,230 +هاد مستفدناش منها بنروح لل activity و جيت على ال + +272 +00:26:24,230 --> 00:26:28,110 +spinner و + +273 +00:26:28,110 --> 00:26:31,990 +فيه خاصية اسمها entries من اسمها ايش يعني entries + +274 +00:26:31,990 --> 00:26:37,070 +متخلق لحالي هاي اكتب بس كلمة array at array هاي + +275 +00:26:37,070 --> 00:26:38,630 +يجيب ليه ال countries + +276 +00:26:44,440 --> 00:26:52,160 +طبعا by default بيختار ايش تمام اول اول عنصر طبعا + +277 +00:26:52,160 --> 00:26:55,560 +انت كمان ممكن ايش تعمل لو اجيت على العربي و حطيت + +278 +00:26:55,560 --> 00:26:59,300 +string array و اسم الدول هذا وين انا عملته في ملف + +279 +00:26:59,300 --> 00:27:02,460 +strings الموجود في values.ar فلو اتغيرت اللغة + +280 +00:27:02,460 --> 00:27:08,840 +هياخد ال list من هنا تمام طيب + +281 +00:27:08,840 --> 00:27:15,480 +احنا عبينا ال spinneraction على الـ spinner فبدنا + +282 +00:27:15,480 --> 00:27:21,380 +نروح على ال code برضه + +283 +00:27:21,380 --> 00:27:25,160 +و + +284 +00:27:25,160 --> 00:27:31,020 +خلّينا نجيب ال spinner تبعنا هاي spinner sp + +285 +00:27:47,150 --> 00:27:59,590 +طيب س بي دوت بس شوف بس طيب + +286 +00:27:59,590 --> 00:28:06,030 +هنا فى عندي action على ال .. ال speaker in set on + +287 +00:28:06,030 --> 00:28:11,630 +item selected listener طبعا هى set on item + +288 +00:28:11,630 --> 00:28:16,630 +selected listener in you on item selected listener + +289 +00:28:21,760 --> 00:28:24,620 +يعني ال button set on click listener ال check box + +290 +00:28:24,620 --> 00:28:27,200 +already set on check the change listener هذا set + +291 +00:28:27,200 --> 00:28:31,100 +on item selected listener طيب هنا لما أختار أي + +292 +00:28:31,100 --> 00:28:34,360 +عنصر فيه جايب two methods واحدة اسمها on item + +293 +00:28:34,360 --> 00:28:37,680 +selected واحدة اسمها on nothing selected هذه بعرفش + +294 +00:28:37,680 --> 00:28:40,880 +ما استخدمتهاش on item selected هذه لما أختار أي + +295 +00:28:40,880 --> 00:28:44,780 +عنصر هينفذها ومن بين ال parameters اللي هيجيبلي + +296 +00:28:44,780 --> 00:28:49,730 +إياها فيه جابلي حاجتين ال positionو ال ID ممكن على + +297 +00:28:49,730 --> 00:28:52,210 +فكرة تستفيد من اي واحد فيهم بس انا هستفيد هلجيت من + +298 +00:28:52,210 --> 00:28:55,290 +ايش position ايش انا ال position ال index اللي + +299 +00:28:55,290 --> 00:28:59,290 +اخترته لو اخترت اول واحد بيجيب للصفر التاني واحد + +300 +00:28:59,290 --> 00:29:04,230 +اتنين تلاتة اربعة وها كذا انا هدفها هلجيت ايش اعرض + +301 +00:29:04,230 --> 00:29:08,950 +اسم الدولة اللي اخترتها طبعا فبدك تيجي على + +302 +00:29:12,640 --> 00:29:15,220 +لأن هو ما جابليش الاسم للأسف بيجيبليش انا ايش اللي + +303 +00:29:15,220 --> 00:29:19,500 +اخترته بيجيبلي رقم العنصر اللي اخترته لكن من خلال + +304 +00:29:19,500 --> 00:29:25,760 +ال spinner في method اسمها هيها get item at + +305 +00:29:25,760 --> 00:29:29,560 +position يعني انت لو عندك ال position بتجيب ال + +306 +00:29:29,560 --> 00:29:35,640 +item تمام ايش بده امرر هنا position و بعدين بقوله + +307 +00:29:35,640 --> 00:29:36,220 +two string + +308 +00:29:42,100 --> 00:29:46,640 +get item at position to string وهي string country + +309 +00:29:46,640 --> 00:29:52,500 +هي الدولة اللي اختارها ال user وبعدين نطبعها ب + +310 +00:29:52,500 --> 00:29:52,800 +toast + +311 +00:30:10,400 --> 00:30:34,340 +ماشي يا جماعة تعالوا الان نجرب اه + +312 +00:30:34,340 --> 00:30:38,160 +بالنسبة لل switch جماعة هي الصح is it checked تمام + +313 +00:30:38,160 --> 00:30:44,380 +يعني اذا علمتهأو يعني ضغط عليه بيجيب لي throw شيلت + +314 +00:30:44,380 --> 00:30:45,320 +الضغط بيجيب لي false + +315 +00:31:24,280 --> 00:31:30,420 +طب تعالى نشوف ال spinner لأن + +316 +00:31:30,420 --> 00:31:34,280 +اي لما تختار اي دولة هاي ال spinner شايفين ال list + +317 +00:31:34,280 --> 00:31:40,540 +اللي قلعلك اياها لحظة + +318 +00:31:40,540 --> 00:31:44,480 +الآن ال spinner هو هنا بيجيبلك في حد اسمها ال mode + +319 +00:31:48,000 --> 00:31:51,720 +فى عندك spinner mode فى عندك two modes فى مود اسمه + +320 +00:31:51,720 --> 00:31:54,780 +drop-down وفى مود اسمه dialogue drop-down هو ال + +321 +00:31:54,780 --> 00:31:57,820 +list اللى بتطلع عندك هذا dialogue معناه انه + +322 +00:31:57,820 --> 00:32:02,120 +بيجيبلك شاشة بالخيارات يعني هى اللى احنا شفناها + +323 +00:32:02,120 --> 00:32:13,180 +قبل شوية drop-down اللى هي list بتنزل تحت هذه طيب + +324 +00:32:13,180 --> 00:32:19,310 +بس فى مشكلة صغيرة فى ال .. فى ال spinnerان انت اول + +325 +00:32:19,310 --> 00:32:22,750 +ما تشغل في اللحظة اللي بتشغل فيها هيشغل ال spinner + +326 +00:32:22,750 --> 00:32:26,290 +يعني شوف هلجيت ايش هيصير اول ما يشغل التطبيق + +327 +00:33:24,000 --> 00:33:28,760 +طيب يا شباب شايفين إيش طبع ملي؟ إيش طبع؟ طبع + +328 +00:33:28,760 --> 00:33:32,060 +Palestine، مع أنه أنا مااخترتش حاجة، تمام؟ يعني في + +329 +00:33:32,060 --> 00:33:37,220 +مشكلة إنه بيعمل action على ال ..على ال spinner من + +330 +00:33:37,220 --> 00:33:40,480 +قبل ما ال user يختار اول ما يشتغل بنفذ ال code + +331 +00:33:40,480 --> 00:33:46,200 +الموجود في on item selected فهذه هي الحل الوحيد + +332 +00:33:46,200 --> 00:33:52,040 +لها ان انت عند اول حالة بس ماتخليهش ينفذ ال action + +333 +00:33:52,040 --> 00:33:55,700 +بس بعد هيك ينفذها كيف مثلا يعني ممكن تيجي هنا تعرف + +334 +00:33:55,700 --> 00:33:58,280 +Boolean + +335 +00:34:01,070 --> 00:34:08,670 +initial state يعني هل بداية او مثلا on starting + +336 +00:34:08,670 --> 00:34:13,850 +يعني لسه البرنامج بيشتغل تمام ايش القيمة حطيتها + +337 +00:34:13,850 --> 00:34:16,510 +true يعني اول ماشية اللي هيكون true فبدي اقوله هنا + +338 +00:34:16,510 --> 00:34:21,750 +if لأ مش هد على ال check box ع ال spin up بيقوله + +339 +00:34:21,750 --> 00:34:25,010 +if is starting + +340 +00:34:29,870 --> 00:34:35,770 +on starting فعلا فعلا + +341 +00:34:35,770 --> 00:34:53,030 +فعلا فعلا فعلا فعلا فعلا فعلا + +342 +00:34:57,460 --> 00:35:02,020 +true أول مرة true تمام هيفحصها يلاقيها true إيش + +343 +00:35:02,020 --> 00:35:08,020 +هيعمل هيعملها false مش هينفذ code صح ولا لأ هل + +344 +00:35:08,020 --> 00:35:13,820 +هينفذ هذا أول مرة لأ تاني مرة إيش هيعمل لو إيجي + +345 +00:35:13,820 --> 00:35:18,580 +برهط المستخدم هيفحصها هيلاقيها true هيلاقيها false + +346 +00:35:18,580 --> 00:35:22,560 +مش هينفذ هذا هيروح إيش يعمل هذا بس حطيته هيك trick + +347 +00:35:22,560 --> 00:35:26,060 +صغيرة أنه أول مرة ماينفذش ال code هذا + +348 +00:35:31,780 --> 00:35:35,380 +طيب واحد ممكن يسألنا ايش كمان بيقول لي مرات احنا + +349 +00:35:35,380 --> 00:35:40,020 +في ال list بنلاقي أن الخيار الأول بيكون فاضي صح + +350 +00:35:40,020 --> 00:35:43,940 +ولا لأ يعني بيكونش مختار دولة هذا انت بدك تعملها + +351 +00:35:43,940 --> 00:35:49,640 +برمجيا حط خيار زي هيك item اعملها زي هيك او log up + +352 +00:35:49,640 --> 00:35:56,980 +او تقوله choose your country تمام؟ وانت برمجيابدك + +353 +00:35:56,980 --> 00:36:00,180 +تخليه يقرأ ال item اذا لقيته choose your country + +354 +00:36:00,180 --> 00:36:04,140 +معناه انه ماله انه مختارش تمام اه بدك حلها انت + +355 +00:36:04,140 --> 00:36:08,200 +برمجيا هذي + +356 +00:36:08,200 --> 00:36:14,120 +طيب هذي خلصناها لقيت ال spinner تعالى نشوف item + +357 +00:36:14,120 --> 00:36:14,500 +تاني + +358 +00:36:30,360 --> 00:36:38,200 +طيب فيه item تاني اسمه الـ C كبار الـ C كبار هذا + +359 +00:36:38,200 --> 00:36:43,700 +يا جماعة لو انا بدأ اختار قيمة تتروح ما بـ range + +360 +00:36:43,700 --> 00:36:52,020 +معين تمام يعني ممكن نختار الـ C كبار هذا هاي + +361 +00:36:52,020 --> 00:36:55,560 +شايفين هذا عبارة عن زر هنا انا بسحبه و بختار + +362 +00:36:55,560 --> 00:36:58,400 +القيمة اللي بدها تعالى نشوف الـ C كبار هذا + +363 +00:37:01,270 --> 00:37:07,650 +هيعطله ID خلينا بس الرابطه + +364 +00:37:07,650 --> 00:37:24,870 +ونشوف + +365 +00:37:24,870 --> 00:37:32,640 +بعض الخصائص في خاصية مثلا minimum و maximumسيكبار + +366 +00:37:32,640 --> 00:37:38,660 +ممكن يبدأ مثلا اقل قيمة صفر و اكتر قيمة عشرة او + +367 +00:37:38,660 --> 00:37:46,480 +لحد ايش مثلا مية تمام في عندك اللي هي ايش بيسميها + +368 +00:37:46,480 --> 00:37:51,380 +progress القيمة المبدئية بتاعته اول ما يبدأ تمام و + +369 +00:37:51,380 --> 00:37:54,820 +ام دي مثلا لو جدوله خمسين ايش بيعمل في النص + +370 +00:37:59,320 --> 00:38:05,420 +ماعتقدش في step هنا لأ في step في واحد تاني في ال + +371 +00:38:05,420 --> 00:38:13,520 +rating او في discrete C كبار اللون هذا لما تتعامل + +372 +00:38:13,520 --> 00:38:19,200 +مع ال style طبعا في + +373 +00:38:19,200 --> 00:38:26,000 +كمان لو انت بدك تلفه تخليه عمودي مثلا ممكن تعطله + +374 +00:38:26,000 --> 00:38:33,000 +rotation 270ماذا يعني؟ لطف اللي هي شايف كيف عرضه + +375 +00:38:33,000 --> 00:38:39,140 +رأسي تمام بس تحط مكانه صح يعني يعني هو موجود بس + +376 +00:38:39,140 --> 00:38:46,660 +عمله rotation لفه طيب + +377 +00:38:46,660 --> 00:38:47,600 +نعمل عليه action + +378 +00:39:08,460 --> 00:39:13,800 +هذا اسمه set on seek bar change لسمع يعني انا برضه + +379 +00:39:13,800 --> 00:39:16,860 +اش مانعمله جماعة بنحط ال seek bar ونعرض القيمة + +380 +00:39:16,860 --> 00:39:21,540 +اللي اختارناها في text view هاي ال seek bar ونعمل + +381 +00:39:21,540 --> 00:39:22,200 +text view + +382 +00:40:05,490 --> 00:40:10,070 +set on seek bar change listener and new on seek + +383 +00:40:10,070 --> 00:40:14,770 +bar change listener مادام احنا عرضنا في text view + +384 +00:40:14,770 --> 00:40:19,810 +بنجيب ال text view هاي text view اسمه seek result + +385 +00:40:19,810 --> 00:40:31,410 +find view by id r.id.seek result وحط هذا finalوهذا + +386 +00:40:31,410 --> 00:40:34,630 +كمان final لأن هذا ال action يا جماعة لاحظ انه جاب + +387 +00:40:34,630 --> 00:40:39,390 +لي كام method داخل التلاتة في on progress change + +388 +00:40:39,390 --> 00:40:43,390 +وفي on start tracking touch و on stop tracking + +389 +00:40:43,390 --> 00:40:47,690 +touch تلاتة .. طب ليش تلاتة؟ انا متعودناش .. احنا + +390 +00:40:47,690 --> 00:40:50,950 +متعودنا نشوف واحدة صح ولا؟ لأن بقولني باعتبر ان ال + +391 +00:40:50,950 --> 00:40:54,810 +seek bar في تلاتة events قد تعني المستخدم او + +392 +00:40:54,810 --> 00:41:00,610 +المبرمج انه يعملهم catch اول ما يضغطما هو أول ما + +393 +00:41:00,610 --> 00:41:06,320 +يختار يعني و هو جاعت بيسحب و أول ما يفلتيعني مرات + +394 +00:41:06,320 --> 00:41:09,920 +انا بدي هو يسحب بديش اقرأ القيمة بدي اقرأ القيمة + +395 +00:41:09,920 --> 00:41:14,440 +انت لما يوقف هذا بتعنينا بس القيمة لما يوقف مرات + +396 +00:41:14,440 --> 00:41:19,460 +لا بدي ايش بدي هو بسحب احدث القيمة مثلا في ال text + +397 +00:41:19,460 --> 00:41:22,920 +view زي هنا في حالتنا احنا بدنا القيمة اللي في ال + +398 +00:41:22,920 --> 00:41:27,680 +text view نعدلها هو جاعد بيسحب تمام فال code بما + +399 +00:41:27,680 --> 00:41:31,750 +انه انا بدي هو بسحب بحطه هنافي الـ on progress + +400 +00:41:31,750 --> 00:41:35,190 +changed يعني هي يعني لما ال progress يعني هو + +401 +00:41:35,190 --> 00:41:39,390 +القيمة بتاعته بتتغير طب إيش بيه نعمل لو أحنا نسحب؟ + +402 +00:41:39,390 --> 00:41:43,910 +بدنا نحط القيمة وين؟ في ال text view فباجل ال text + +403 +00:41:43,910 --> 00:41:49,030 +view و بقول له set text و القيمة على فكرة اللي + +404 +00:41:49,030 --> 00:41:53,070 +بتتغير هي بيجيبليها هنا إيش مكتوب؟ progress بكتب + +405 +00:41:53,070 --> 00:41:57,930 +progress تمام؟ + +406 +00:41:57,930 --> 00:41:59,170 +لأن هذه بتاخد string + +407 +00:42:03,170 --> 00:42:06,870 +طب بدى كمان لما يوظف خالص يطبع القيمة في toast + +408 +00:42:06,870 --> 00:42:20,970 +تمام في آخر واحدة هذه عند أول ما تختار اه + +409 +00:42:20,970 --> 00:42:24,290 +بس هذا ال method الأخيرة ايش عملت ماجبت اجابتلي بس + +410 +00:42:24,290 --> 00:42:31,190 +من ال C كبار بس منه هى ال C كبار ماعرفه فوق انا جت + +411 +00:42:35,310 --> 00:42:40,150 +progress يعني و أنا بضغط بحدد في ال text view و + +412 +00:42:40,150 --> 00:42:42,250 +لما أخلص بيعرضليها في toast + +413 +00:42:58,620 --> 00:43:03,500 +طيب ال .. الآن يا جماعة احنا مش هنمر على كل + +414 +00:43:03,500 --> 00:43:06,460 +العناصر واحد واحد انا الهدف ان انا فرجتك مجموعة + +415 +00:43:06,460 --> 00:43:11,940 +عناصر وانت فهمت كيف شغلين تمام؟ في عناصر تانية + +416 +00:43:11,940 --> 00:43:19,100 +مثلا ال rating مثلا انت لحالك اروح يعمله افتح على + +417 +00:43:19,100 --> 00:43:21,720 +جوجل وحط rating كذا وشوف ايش ال attribute بتاعته + +418 +00:43:21,720 --> 00:43:25,520 +كله نفس النمط تمام؟ اللي هو attribute بال XML تحكم + +419 +00:43:25,520 --> 00:43:28,850 +بعض الخصائص واللي هو action بالعملفي ال activity + +420 +00:43:58,880 --> 00:44:03,120 +ده بقى قاعد بغير في ال seek ball لو فلقته طفل + +421 +00:44:03,120 --> 00:44:09,800 +برنامج اه ليش لأ ايش مين يقول ليش الغلط اه انتجار + +422 +00:44:09,800 --> 00:44:15,360 +المفروض اخليه string صح ولا ال toast ماشي + +423 +00:44:15,360 --> 00:44:17,440 +هيك مش هيطلع الخطأ خلاص ساعاتكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..2f14c19e1eea5ca2b8aebe3a1c36afbf408b9247 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_postprocess.srt @@ -0,0 +1,1964 @@ +1 +00:00:21,090 --> 00:00:25,710 +طب السلام عليكم يا جماعة اليوم يا جماعة ان شاء + +2 +00:00:25,710 --> 00:00:29,730 +الله بدنا نبدأ في موضوع مهم اللي هو موضوع التعامل + +3 +00:00:29,730 --> 00:00:34,690 +مع قواعد البيانات في المحاضرات الماضية أخدنا موضوع + +4 +00:00:34,690 --> 00:00:37,990 +الـ RecyclerView اللي هو شبيه في ال list view و + +5 +00:00:37,990 --> 00:00:43,770 +اتكلمنا عن مميزاته عن ال list view اللي احنا في + +6 +00:00:43,770 --> 00:00:47,830 +تطبيقاتنا انا نكون يحتاج بيانات التطبيق تبعنا بده + +7 +00:00:47,830 --> 00:00:52,150 +يقرط بيانات في الآخرإحنا لحد الآن البيانات بدنا + +8 +00:00:52,150 --> 00:00:56,950 +اخيلها يدوية صح و لا في ال code انت بتكتب البيانات + +9 +00:00:56,950 --> 00:01:00,290 +لكن فعليا في البرامج الواقعية مش هاد هيكون الوضع + +10 +00:01:00,290 --> 00:01:03,730 +البيانات بده يكون لها مصدر بيكون مكان ده هتيجي منه + +11 +00:01:03,730 --> 00:01:07,110 +البيانات في تطبيقات الاندرويد البيانات ممكن تيجي + +12 +00:01:07,110 --> 00:01:10,810 +من اكتر من مصدر المصدر الأول انها ممكن تيجي من + +13 +00:01:10,810 --> 00:01:16,440 +filesأحنا شوفنا كيف نتعامل مع file لما اشتغلنا + +14 +00:01:16,440 --> 00:01:19,760 +برنامج المسابقة كانت الأسئلة وين موجودة؟ موجودة في + +15 +00:01:19,760 --> 00:01:25,100 +ال file فهذه الطريقة لتخزين البيانات وكيف أخلي + +16 +00:01:25,100 --> 00:01:28,700 +البرنامج يقرأ البيانات هذه اللي هو تكون البيانات + +17 +00:01:28,700 --> 00:01:32,960 +مخزنة في ملف الطريقة التانية أن البيانات ما تكونش + +18 +00:01:32,960 --> 00:01:36,020 +في ملفها تكون في قواعد بيانات أو بنسميها + +19 +00:01:36,020 --> 00:01:41,120 +relational databaseتمام؟ إيش الفرق بين ال database + +20 +00:01:41,120 --> 00:01:44,640 +و الملف؟ من يقوللي أنت بتاخدوا database هلجيت؟ + +21 +00:01:44,640 --> 00:01:49,120 +السؤال بسيط جدا جدا ليش احنا بنحتاج database؟ ليش + +22 +00:01:49,120 --> 00:01:53,380 +ما نحط البيانات في الملف و نجيبها في الملف؟ يعني + +23 +00:01:53,380 --> 00:01:57,340 +من يقول ليه؟ مش أخدته ال database؟ مولا حد سأل نفس + +24 +00:01:57,340 --> 00:02:01,360 +السؤال هذا ليش احنا أصلا بلزمنا database و query و + +25 +00:02:01,360 --> 00:02:06,440 +لخة هذي و create table و select؟ ممكن نجيب عندنا + +26 +00:02:06,440 --> 00:02:11,180 +ملف موجودة فيه البيانات في الملفأيوة انت بتقدر + +27 +00:02:11,180 --> 00:02:15,000 +تطبيق على ال database عمليات مثل حدث و إضافة و + +28 +00:02:15,000 --> 00:02:18,820 +الوضع ماتتقدرش الميزات الملازمة تمام احد الميزات + +29 +00:02:18,820 --> 00:02:24,740 +ان ال relation database بتدعم ال SQL statements + +30 +00:02:24,740 --> 00:02:28,420 +تمام اللي هي SQL statements لغة معيارية standard + +31 +00:02:28,420 --> 00:02:31,920 +language معروفة في كل العالم عن طريقها انت بتنفذ + +32 +00:02:31,920 --> 00:02:36,580 +عمليات على ال database بتضمن الإضافة و الحدث و + +33 +00:02:36,580 --> 00:02:40,960 +التعديل او ال query الاستعلاميعني انت لما تبحث في + +34 +00:02:40,960 --> 00:02:45,680 +ال database تكتب query معينة لما بتبحث فيها في فرق + +35 +00:02:45,680 --> 00:02:48,540 +فرق اخر ايضا مهم ايوة هل انت قاعد بيانات يبقى + +36 +00:02:48,540 --> 00:02:52,800 +جداول ومعينات ترتب فيها اللي هي البيانات دي فال + +37 +00:02:52,800 --> 00:02:57,800 +file content يكون أصغر هذا بيقدر قواعد البيانات + +38 +00:02:57,800 --> 00:03:01,180 +يكون عبارة عن جداول و علاقات بينهم ووجود الجداول و + +39 +00:03:01,180 --> 00:03:05,830 +العلاقات بمنع تكرار البياناتتمام بمنع تكرار + +40 +00:03:05,830 --> 00:03:10,490 +البيانات لكن انت في الملف تحتاج تحط البيانات في + +41 +00:03:10,490 --> 00:03:15,410 +أسطر و لو بدك تقول ان شخص عنده ابن فيلم اسمه فيلم + +42 +00:03:15,410 --> 00:03:19,590 +بدك تضطر ان في كل سطر تكرر اسم الشخص و ابنه اسم + +43 +00:03:19,590 --> 00:03:22,310 +الشخص و ابن التاني اسم الشخص و ابن التالت لكن فيلم + +44 +00:03:22,310 --> 00:03:27,050 +ال tablesفي database لأ انت بيكون بيانات الشخص + +45 +00:03:27,050 --> 00:03:30,210 +الواحد في table وبيانات ولاده كلها في table تاني + +46 +00:03:30,210 --> 00:03:36,590 +مافيش تكرار اسم الشخص طيب احنا لو نتعامل مع بيانات + +47 +00:03:36,590 --> 00:03:41,090 +بسيطة الملفات فيها ممكن تتجدى لكن زي ما قلنا لما + +48 +00:03:41,090 --> 00:03:44,350 +نتعامل مع بيانات كبيرة شوية بلزم فيها عملية مثلا + +49 +00:03:44,350 --> 00:03:47,930 +بحث كتير واضعفة وتعديل استخدام قواعد البيانات + +50 +00:03:47,930 --> 00:03:54,610 +هيكون أسهلالمصدر التاني اللي هو تطبيقات الاندرويد + +51 +00:03:54,610 --> 00:03:56,430 +اللي ممكن تجيب فيه منه البيانات اللي هي قواعد + +52 +00:03:56,430 --> 00:04:01,550 +البيانات ايش المصدر التالت؟ Web Service Web + +53 +00:04:01,550 --> 00:04:05,030 +Service معناه ان تطبيق تبعي فعليا مافيش بيانات + +54 +00:04:05,030 --> 00:04:09,570 +موجودة على الجهاز اللي هتنجح البيانات من سيرفر + +55 +00:04:09,570 --> 00:04:15,590 +معين وهذه سائدة وشائعة بشكل كبيرلأن كل الشركات + +56 +00:04:15,590 --> 00:04:18,230 +اللي بتعمل تطبيقات أندرويد فعليا بيكون عندها + +57 +00:04:18,230 --> 00:04:22,190 +server و عندها بيانات موجودة على ال server تطبيق + +58 +00:04:22,190 --> 00:04:25,470 +الاندرويد تباعها بتصل على انترنت بيجيب البيانات و + +59 +00:04:25,470 --> 00:04:29,710 +بعرضها على الجهاز طب مين أفضل هذه أو هذه أو هذه + +60 +00:04:29,710 --> 00:04:34,430 +حسب احتياجات التطبيق لأن أنا فيه عند تطبيقات بدو + +61 +00:04:34,430 --> 00:04:37,910 +يشتغل offline و بدو يكون يبدأ ببيانات معينة ففي + +62 +00:04:37,910 --> 00:04:41,310 +الحالة دي لازم يكون عندك بياناتكلمة يجيب من ال web + +63 +00:04:41,310 --> 00:04:45,710 +service لازم يكون شغال online عن نت لأ اصلا يضل + +64 +00:04:45,710 --> 00:04:49,750 +يجيب بيانات في تطبيقات كتير بتجمع الاتنين مع بعض + +65 +00:04:49,750 --> 00:04:54,850 +ليش بيجيب البيانات online لما يكون online و بخزنها + +66 +00:04:54,850 --> 00:04:58,700 +عنده و بستخدمها يعني مثلا تطبيق زي ال facebookعندك + +67 +00:04:58,700 --> 00:05:02,300 +على الجوال فعليا انت لما تكون online بيجيب + +68 +00:05:02,300 --> 00:05:06,480 +البيانات كلها و بيخزنها في local database على + +69 +00:05:06,480 --> 00:05:10,460 +الجهاز طول ما انت شغال زي و زي ال whatsapp و زي + +70 +00:05:10,460 --> 00:05:14,440 +غيره بيستخدم بيجيب البيانات اذا انت online بيجيبها + +71 +00:05:14,440 --> 00:05:18,700 +مباشرة offline بيخزنها عنده على ال database و تشوف + +72 +00:05:18,700 --> 00:05:21,260 +البيانات الموجودة في ال database local فبستخدم + +73 +00:05:21,260 --> 00:05:25,310 +الاتنينفحتى لو يعني واحد يقول لي لأ المعظم + +74 +00:05:25,310 --> 00:05:29,070 +التطبيقات بتستخدم بتجيب بيانات من مبتسيرفس لأ صح + +75 +00:05:29,070 --> 00:05:33,110 +بتجيب بيانات من مبتسيرفس بس بتنزل البيانات عندها + +76 +00:05:33,110 --> 00:05:35,570 +عن جهاز فنلزمها local database فاستخدام ال + +77 +00:05:35,570 --> 00:05:44,110 +database لا غنى عنه طيب طبعا ال database من + +78 +00:05:44,110 --> 00:05:49,030 +المثقات المهمة جدا طبعا مافيش حد بدرس IT إلا بدرس + +79 +00:05:49,030 --> 00:05:54,720 +databaseبمختلف تخصصاته، أي تطبيق بدي نعمل سواء كان + +80 +00:05:54,720 --> 00:06:00,460 +web، desktop، mobile، يعني بنسبة كبيرة إلا يحتاج ل + +81 +00:06:00,460 --> 00:06:03,100 +database، فعشان هيك استخدام ال database الأساسي + +82 +00:06:03,100 --> 00:06:07,180 +وكيف تنشئ tables و تبني علاقات ما بين ال tables و + +83 +00:06:07,180 --> 00:06:11,860 +تعمل query، هذا مهارة مهمة جدا، لأن أنا في المساق + +84 +00:06:11,860 --> 00:06:15,860 +هذا إيش هعطيك؟ هعطيك إنك كيف تربط التطبيقفي + +85 +00:06:15,860 --> 00:06:19,240 +database انا هفترض ان انت عندك اساسيات التعامل مع + +86 +00:06:19,240 --> 00:06:24,420 +ال database اشي الأساسيات SQL تعمل select عشان + +87 +00:06:24,420 --> 00:06:28,600 +تجيب بيانات من ال table تمام و تعمل create عشان + +88 +00:06:28,600 --> 00:06:31,920 +تنشئ ال table تعمل update عشان تعدل بيانات على ال + +89 +00:06:31,920 --> 00:06:36,080 +table و تعمل delete عشان تبحث من .. تحذف من ال + +90 +00:06:36,080 --> 00:06:40,520 +table تمام ال drop هذا عشان تشيل ال table كله تمام + +91 +00:06:41,080 --> 00:06:46,580 +اللي لازم يكون عندك مهارات SQL طيب احنا بنشغل + +92 +00:06:46,580 --> 00:06:51,460 +تطبيق database او نربطه تطبيق اندرويد نربطه في + +93 +00:06:51,460 --> 00:06:56,900 +database ايش لازمنا طبعا + +94 +00:06:56,900 --> 00:07:01,630 +انت عشان تشغل databaseبلزمك اداء او برنامج اسمه + +95 +00:07:01,630 --> 00:07:06,110 +database management system database management + +96 +00:07:06,110 --> 00:07:11,050 +system DMS ال database management system عبارة عن + +97 +00:07:11,050 --> 00:07:13,450 +اخرينا نقول ال engine او المحرك بتاع ال database + +98 +00:07:13,450 --> 00:07:19,570 +اللي بدعم تنفيذ تعليمات ال SQL انت فعليا بتبعت ال + +99 +00:07:19,570 --> 00:07:22,790 +SQL بتاعك لل database management system و هو + +100 +00:07:22,790 --> 00:07:26,190 +بنفذها و بجيبلك البيانات و برجعلك إياهاالـ + +101 +00:07:26,190 --> 00:07:29,230 +database management system هو اللي .. اللي .. اللي + +102 +00:07:29,230 --> 00:07:32,110 +بيحتفظ في ال tables و العلاقات اللي موجودة بينها و + +103 +00:07:32,110 --> 00:07:36,510 +بياخد تعليمات بنفّفها و برجّعلك البيانات زي إيش في + +104 +00:07:36,510 --> 00:07:40,590 +database management systems؟ في عندنا مثلا على ال + +105 +00:07:40,590 --> 00:07:48,190 +.. ال pc عندنا ال Oracleالـ MySQL الـ + +106 +00:07:48,190 --> 00:07:55,870 +Access تمام SQL Server PostgreSQL تمام كل هذه + +107 +00:07:55,870 --> 00:08:01,330 +database management systems طيب بالنسبة لل أندرويد + +108 +00:08:01,330 --> 00:08:05,780 +هل احنا لازم نزل database management systemبقول لي + +109 +00:08:05,780 --> 00:08:10,620 +لأ استنى طبعا احنا في الويندوز لازم ننزل انتوا + +110 +00:08:10,620 --> 00:08:12,600 +أخدتوا database جربتوا database اي database + +111 +00:08:12,600 --> 00:08:17,960 +management system ايش MySQL + +112 +00:08:17,960 --> 00:08:22,800 +على الاندرويد قال مش لازم ننزل database management + +113 +00:08:22,800 --> 00:08:26,040 +system بقول لي نظام الاندرويد نفسه بيجي بعاه + +114 +00:08:26,040 --> 00:08:29,740 +database management system جاهز اللي هو اسمه SQL + +115 +00:08:29,740 --> 00:08:32,660 +Lite + +116 +00:08:34,060 --> 00:08:37,400 +اسمه ايش SQL line واحد هيقول طب احنا ما اتعلمناش + +117 +00:08:37,400 --> 00:08:41,140 +عليه احنا اتعلمنا على MySQL في المنطقة الفكرة ان + +118 +00:08:41,140 --> 00:08:44,580 +ال SQL ما لها standard ايش يعني standard يعني ايش + +119 +00:08:44,580 --> 00:08:46,940 +ما كان ايش نوع ال database management system + +120 +00:08:46,940 --> 00:08:56,030 +Oracle MySQL او غيره كله بتفهم مع ال SQLالـ SQLite + +121 +00:08:56,030 --> 00:08:59,990 +Database Management System موجود على الـ Operating + +122 +00:08:59,990 --> 00:09:04,070 +System على الجهاز نفسه يعني هو نفسه بدعم إنشاء + +123 +00:09:04,070 --> 00:09:07,370 +جداول و إنشاء قواعد بيانات و بتديله تعليمة بنفذها + +124 +00:09:08,200 --> 00:09:10,740 +وبيحفظ البيانات في قواعد البيانات اللي عنده إلا إن + +125 +00:09:10,740 --> 00:09:16,340 +ال SQLite بسيط جدا مقارنة بال database management + +126 +00:09:16,340 --> 00:09:21,100 +system اللي على ال PC يعني هو فعليا بستخدم files + +127 +00:09:21,100 --> 00:09:24,200 +أيضا + +128 +00:09:24,200 --> 00:09:26,980 +من أمور البساطة اللي فيه أنه مثلا بدعمش + +129 +00:09:26,980 --> 00:09:30,200 +concurrency إيش يعني concurrency؟ يعني لما عدد + +130 +00:09:30,200 --> 00:09:33,770 +كبير من المستخدمين يعمل queriesود يضمن ده من + +131 +00:09:33,770 --> 00:09:36,710 +مسئوليات ال database management system ان البيانات + +132 +00:09:36,710 --> 00:09:39,430 +تبقى inconsistent، مايصيرش فيها لخبطة لما اي واحد + +133 +00:09:39,430 --> 00:09:42,990 +يضيف وواحد تاني يحذف اللي ضعفه الآخر، ايش بيصير في + +134 +00:09:42,990 --> 00:09:45,990 +الحالة دي؟ لازم يعمل lock لواحد، يوقفه عشان + +135 +00:09:45,990 --> 00:09:49,190 +مايصيرش فيه لخبطة في البيانةفي ال Android بيقولك + +136 +00:09:49,190 --> 00:09:53,070 +لأ أنا هذا الكلام مش موجود وهذا منطقي لأنه .. لأن + +137 +00:09:53,070 --> 00:09:57,190 +واحد بيستخدم التطبيق تمام؟ لكن لما أنت تعمل + +138 +00:09:57,190 --> 00:10:02,250 +website بيستخدم database فعليا في ممكن ألاف يدخلوا + +139 +00:10:02,250 --> 00:10:05,210 +على ال website في نفس اللحظة لكن تطبيق ال Android + +140 +00:10:05,210 --> 00:10:13,230 +اللي على جهازك بيستخدمه بس من شخص واحد تمام؟ اه + +141 +00:10:13,230 --> 00:10:15,030 +local هذا بتخز ال local + +142 +00:10:18,150 --> 00:10:23,270 +طب ما هو انت من أول ما شطح نطح انت لسه بتعرفش تطبع + +143 +00:10:23,270 --> 00:10:30,550 +toast بدك تجيب من ال net لأ طبعا هداك عشان تجيب + +144 +00:10:30,550 --> 00:10:33,990 +بيانات من ال net بدك تستخدم حاجة تانية بس زي ما + +145 +00:10:33,990 --> 00:10:37,770 +قلت هحتاج انك تجيب من ال net و تحط وين؟ ع ال local + +146 +00:10:37,770 --> 00:10:41,710 +database زي تطبيق الفيسبوك خطوة خطوة من الصلة اللي + +147 +00:10:41,710 --> 00:10:49,120 +بدك هيهابتزعلش انا بس بقول هيك بس انتوا مستعجلين + +148 +00:10:49,120 --> 00:10:54,380 +نصل للاخر طيب + +149 +00:10:54,380 --> 00:10:59,360 +ال SQLite هذا برضه انتبهوا معاها بتعامل معاها أربع + +150 +00:10:59,360 --> 00:11:06,420 +data types الشهري بس أربع أنواع بيانات البيانات + +151 +00:11:06,420 --> 00:11:09,720 +اللي بتعامل معاها هي التالي أول حاجة بتعامل معاها + +152 +00:11:09,720 --> 00:11:17,090 +الأرقام بتعامل مع حاجة اسمها integer و realInteger + +153 +00:11:17,090 --> 00:11:22,350 +لإيش؟ للأرقام الصحيحة وReal لإيش؟ للأرقام الكثري + +154 +00:11:22,350 --> 00:11:27,150 +العشري مافيه Double وFloat فقط بتعامل مع نوع واحد + +155 +00:11:27,150 --> 00:11:31,170 +هو إيش؟ الـ Real الآن النوع التالت اللي بتعامل + +156 +00:11:31,170 --> 00:11:36,470 +معاه بنسميه Text ال database management systems + +157 +00:11:36,470 --> 00:11:41,060 +تانية زي ال MySQL بتعامل مع أنواع أكترcar, + +158 +00:11:41,420 --> 00:11:47,380 +varchar, varchar2, text هذا بس بتعمل على طول ايش؟ + +159 +00:11:47,380 --> 00:11:51,680 +text النوع + +160 +00:11:51,680 --> 00:11:56,880 +الأخير بيسميه blobهذا الـ blob لتخزين بيانات + +161 +00:11:56,880 --> 00:12:03,560 +binary بيانات ما لهاش صيغة لا هي نص ولا هي رقم زي + +162 +00:12:03,560 --> 00:12:08,160 +مثلا الصور و زي ملفات الصوت مثلا و غيره و لو أنه + +163 +00:12:08,160 --> 00:12:13,080 +احنا مش هنلجأ لاستخدامه حتى للصور لأنه بيزيد حجمه + +164 +00:12:13,080 --> 00:12:18,360 +كبير الصور هنخزنها كمسارات text فبس هذه الأنواع + +165 +00:12:18,360 --> 00:12:25,480 +الموجودةفيش فيه مثلا حتى زي ال .. للوقت مثلا ال + +166 +00:12:25,480 --> 00:12:28,400 +mySQL اللي بيستخدم حاجة اسمها ال date و ال + +167 +00:12:28,400 --> 00:12:32,960 +timestamp هذا فيش فيه timestamp بالمرة طب إيش الحل + +168 +00:12:32,960 --> 00:12:35,860 +ال date هنشوف إنه في الآخر التاريخ لازم يتحول لإيش + +169 +00:12:35,860 --> 00:12:40,380 +لرقم تمام و لما نرجعه .. نجيبه نقرأه و نرجعه + +170 +00:12:40,380 --> 00:12:44,320 +لصيغته الأساسية فهو بسيط جدا بتعامل .. بتعامل فقط + +171 +00:12:44,320 --> 00:12:48,980 +مع الأنواع الأساسية هذه Boolean فيش فيه Boolean + +172 +00:12:49,870 --> 00:12:53,430 +فعليا البولي هنحاوله لا إيش؟ صفر و واحد بتحول لا + +173 +00:12:53,430 --> 00:12:59,270 +إيش هو لا انتجار تمام فقط هذه الأنواع الأربعة اللي + +174 +00:12:59,270 --> 00:13:02,190 +بتتعامل معاها و احنا فعليا هنتعامل مع مين؟ مع + +175 +00:13:02,190 --> 00:13:12,030 +تلاتة بس طيب الآن نبدأ نشتغل على برنامج اللي علاقة + +176 +00:13:12,030 --> 00:13:14,790 +ب database خلينا نحكي في الأول إيش البرنامج اللي + +177 +00:13:14,790 --> 00:13:19,030 +أنا بتعمله البرنامج بيسويه كتالةأول ما بدأ أشغل + +178 +00:13:19,030 --> 00:13:22,170 +طبعا من خلال البرنامج هنتعلم كل حاجة اللي علاقة + +179 +00:13:22,170 --> 00:13:28,130 +بال database هندخل على شاشة هيفتحلي زر او فيها + +180 +00:13:28,130 --> 00:13:35,350 +زرين فيها زر اسمه add employee اللي هو وظيف موظف و + +181 +00:13:35,350 --> 00:13:44,180 +بعدين فيه show all اللي هي ايش اظهر كل الموظفينلما + +182 +00:13:44,180 --> 00:13:49,600 +أضغط على add employee فعليا هيفتحلي شاشة form + +183 +00:13:49,600 --> 00:13:54,400 +ادخال للموظف لكل موظف بدنا ندخل التالي اول حاجة + +184 +00:13:54,400 --> 00:14:01,960 +بدنا ندخل اسم اله name زي هيك تمام و بعدين بدنا + +185 +00:14:01,960 --> 00:14:07,900 +نحط salary النوع اللي + +186 +00:14:07,900 --> 00:14:12,500 +هو ده بدي يكون عياش رقم تمام و بعدين بدنا نحط مثلا + +187 +00:14:12,500 --> 00:14:19,650 +check boxاللي هو is married هل + +188 +00:14:19,650 --> 00:14:22,210 +هو متزوج ولا لأ هذا check box على أساس أنك تشوف + +189 +00:14:22,210 --> 00:14:26,710 +كيف نتعامل مع البوليا تمام؟ و بعدين بيكون عندنا + +190 +00:14:26,710 --> 00:14:33,250 +date of birth تاريخ + +191 +00:14:33,250 --> 00:14:38,270 +الميلاد تاريخ الميلاد بيضغط على الزر هنا يفتحله + +192 +00:14:38,270 --> 00:14:40,110 +إيش؟ يفتحله ال calendar + +193 +00:14:44,100 --> 00:14:49,020 +تمام يختار منها التاريخ تبقى و التاريخ هينعرض هنا + +194 +00:14:49,020 --> 00:14:54,980 +اللى هيختاره هو هينعرض هنا بكفي + +195 +00:14:54,980 --> 00:14:57,620 +بدناش نتعامل .. احنا الفكرة انه نتعامل مع أنواع + +196 +00:14:57,620 --> 00:15:04,380 +بيانات مختلفة هى string هى number هى boolean وهى + +197 +00:15:04,380 --> 00:15:12,160 +ايش و هى date تمام و بعدين هى اضغط على ايش save او + +198 +00:15:12,160 --> 00:15:17,910 +addتمام؟ المفروض يضيفه على قاعدة البيانات لأن لما + +199 +00:15:17,910 --> 00:15:25,550 +ييجي على show all هيفتحله شاشة تانية فيها list + +200 +00:15:25,550 --> 00:15:30,550 +view او recyler view تمام؟ + +201 +00:15:30,550 --> 00:15:35,730 +هنا بيطلعله اسم الموظف والمفروض لما اضغط عليه + +202 +00:15:35,730 --> 00:15:40,670 +يطلعله تفاصيلبيانات الموظف كلها في activity تحقيق + +203 +00:15:40,670 --> 00:15:44,230 +جديدة اللي هي مين اللي هي التفاصيل اللي عبّها تمام + +204 +00:15:44,230 --> 00:15:51,510 +هنا بس بطلع مين الاسماء تمام في نفس هذه بدنا نحط + +205 +00:15:51,510 --> 00:15:55,790 +هنا الذر إيش بدّيش يعمل edit ال edit متروك إيه هو + +206 +00:15:55,790 --> 00:16:00,450 +ال delete delete على أساس إن أنا مقدغط عليه نمحي + +207 +00:16:00,450 --> 00:16:04,790 +من ال database عشان نتعلم كيف نمحي من ال databaseو + +208 +00:16:04,790 --> 00:16:11,470 +فوق هنا بدنا نعمل text اللي هو زي filter لل search + +209 +00:16:11,470 --> 00:16:17,290 +مثلا تكتب حرف ال a بجيبلك ب filter هذه ايش بحطلك + +210 +00:16:17,290 --> 00:16:23,170 +كل بس بحرف ال a بتكمل ah بجيبلك مين بجيبلك بس كل + +211 +00:16:23,170 --> 00:16:26,910 +ال ah واضح هنا filter search filter عشان يعني + +212 +00:16:26,910 --> 00:16:32,280 +بنتعلم فيه البرنامج هذا إيش حاجاتكثيرا تمام هذا + +213 +00:16:32,280 --> 00:16:37,520 +اللي بنبدأ فيه او بنعمله بعد ما نخلص الموضوع اذا + +214 +00:16:37,520 --> 00:16:39,900 +.. اذا غطينا هذا بنكون احنا غطينا موضوع ال + +215 +00:16:39,900 --> 00:16:48,380 +database بتفاصيله تمام طيب البداية عند project + +216 +00:16:48,380 --> 00:16:53,270 +جديد لسه .. لسه فاضيبقول لي عشان طبعا احنا لسه لحد + +217 +00:16:53,270 --> 00:16:56,110 +الان مافيش .. مافيش انا database موجودة تمام؟ بدنا + +218 +00:16:56,110 --> 00:17:00,270 +ننشئ database كنت في ال mysql تدخل على ال command + +219 +00:17:00,270 --> 00:17:06,390 +و تقوله ايش create DB تحط اسمها و بعدين create بعد + +220 +00:17:06,390 --> 00:17:11,430 +ما تنشئ ال database اه بتنشئ جوا create table صح؟ + +221 +00:17:11,430 --> 00:17:16,550 +اللي هو الوضع مختلف مش command قدامه مين اللي بده + +222 +00:17:16,550 --> 00:17:21,560 +ينشئ ال database؟ ال code تمام؟فبقول لي عشان تنشئ + +223 +00:17:21,560 --> 00:17:29,600 +database اعمل class جديدة سميها + +224 +00:17:29,600 --> 00:17:34,580 +مثلا mydbhelper وبقول + +225 +00:17:34,580 --> 00:17:37,640 +لي هذا ال class الجديدة اللي بتتعامل مع ال + +226 +00:17:37,640 --> 00:17:42,480 +database لازم تخليها تعمل extends لclass موجودة + +227 +00:17:42,480 --> 00:17:47,380 +اسمها SQLiteOpenHelper + +228 +00:17:51,360 --> 00:17:55,080 +الـ SQLite Open Helper هذه class موجودة في + +229 +00:17:55,080 --> 00:17:59,020 +الاندرويد لكنها class معلها abstract + +230 +00:18:01,510 --> 00:18:05,590 +الفكرة هيجيت ان هذا ال SQLite open helper فيها كل + +231 +00:18:05,590 --> 00:18:09,170 +حاجة بتواصلك لل database و التواصل معها و انك تعمل + +232 +00:18:09,170 --> 00:18:13,130 +معاها queries طبعا لكن هذا ال class مش كاملة ليش + +233 +00:18:13,130 --> 00:18:17,110 +مش كاملة لأنه بدها code لإنشاء ال database ال + +234 +00:18:17,110 --> 00:18:20,270 +database لسه مش موجودة فبقول انت اعمل extend لل + +235 +00:18:20,270 --> 00:18:23,850 +class هذه عشان تكتب ال code اللي بتنشئ فيه ال + +236 +00:18:23,850 --> 00:18:27,890 +database بتاعتك والعمليات التانية موجودة هتلاقيها + +237 +00:18:27,890 --> 00:18:31,320 +هترفها من ال class هذهيعني أنا بدي أعملها Extend + +238 +00:18:31,320 --> 00:18:34,180 +عشان أضيف ال code الخاص في ال database بتاعتي + +239 +00:18:34,180 --> 00:18:37,660 +المهم هو بيقوللي بدك أول خطوة عشان تتعامل مع ال + +240 +00:18:37,660 --> 00:18:40,160 +database أعمل Extend class جديدة Extend + +241 +00:18:40,160 --> 00:18:43,420 +SQLiteOpenHelper أنا ال main activity لسه ما + +242 +00:18:43,420 --> 00:18:47,780 +اتكلمتش عنها صح ولا أسبتها طيب لما تعمل Extend طلب + +243 +00:18:47,780 --> 00:18:52,140 +منك حاجات implement ل method جابلك كام method + +244 +00:18:52,140 --> 00:18:55,500 +method اسمها onCreate و method اسمه onUpgrade + +245 +00:18:55,500 --> 00:18:59,610 +هنتكلم عليهم هالجهزةو لسه فى كمان ايرو اللى هو ايش + +246 +00:18:59,610 --> 00:19:05,250 +بده بده constructor اختار ايش ابسط واحد من + +247 +00:19:05,250 --> 00:19:14,010 +constructors هاد اول واحد طيب + +248 +00:19:14,010 --> 00:19:16,390 +انتبهوا معايا هنا لإن ال constructor اللى عملته + +249 +00:19:16,390 --> 00:19:19,750 +هيستدعم مين ال super constructor بقوللى ال + +250 +00:19:19,750 --> 00:19:22,190 +constructor هاد بده يتمرر لحاجات التالية اول حاجة + +251 +00:19:22,190 --> 00:19:27,540 +لازم يتمرر لمين ال context بعدين مرر لمينname مين + +252 +00:19:27,540 --> 00:19:33,240 +اسم ال database عشان ينشئها إذا مش موجودة بنشئها + +253 +00:19:33,240 --> 00:19:38,240 +مين بنشئها ال constructor نفسه ال super فيه بيتم + +254 +00:19:38,240 --> 00:19:42,040 +الإنشاء تمام هو بيقول مرة اسم ال database إذا مش + +255 +00:19:42,040 --> 00:19:45,700 +موجودة بنشئها إذا موجودة خلاص بنشئهاش بنشئها على + +256 +00:19:45,700 --> 00:19:52,880 +ال operating system يعني + +257 +00:19:52,880 --> 00:19:56,100 +هي بتكون تاب على التطبيق عشان لو في تطبيق تانج نفس + +258 +00:19:56,100 --> 00:20:00,370 +اسملأ هذه ال database خاصة في التطبيق مافيش اي + +259 +00:20:00,370 --> 00:20:05,530 +تطبيق تاني بيستخدم ال database هذه تمام يبقى انت + +260 +00:20:05,530 --> 00:20:09,910 +لأ وهي ال name في حد تانية cursor factor هذا مش + +261 +00:20:09,910 --> 00:20:15,710 +لازمنا فإيش بنعمل هذا بيدي أشيله هنا هذا + +262 +00:20:15,710 --> 00:20:18,050 +ال parameter ماعرفش إيش هو مش لازمنا بيدي أشيله + +263 +00:20:18,050 --> 00:20:23,310 +طبعا بس هذا لازم لمين لل super حطه لنال عشان نسكت + +264 +00:20:23,310 --> 00:20:26,900 +ال superالمهم ان انت لازم تمرر في ال constructor + +265 +00:20:26,900 --> 00:20:30,700 +تلت حاجات ال context اسم ال database اللى بدك + +266 +00:20:30,700 --> 00:20:36,640 +تنشئها او اللى بدك تشبك معاها لو هى موجودة تمام ما + +267 +00:20:36,640 --> 00:20:39,340 +هو ال database هدى امتى بنشئها يا جماعة اول مرة بس + +268 +00:20:39,340 --> 00:20:44,800 +تاني مرة خلاص بشبك معاها تمام وحاجة تالتة هنا ال + +269 +00:20:44,800 --> 00:20:49,090 +version تاع ال databaseماذا يعني الـ version هذا؟ + +270 +00:20:49,090 --> 00:20:55,890 +هلجيت بيقولك ان افرض انت قررت تغير تركيب أو ال + +271 +00:20:55,890 --> 00:20:58,930 +structure بتاع ال database بتاعتك نفس الاسم بس ايش + +272 +00:20:58,930 --> 00:21:02,850 +بتغير في ال database تركيبها ماعليك ان تروح تحط + +273 +00:21:02,850 --> 00:21:06,890 +version ايش تبعت رقم version جديد فهو يروح يعمل و + +274 +00:21:06,890 --> 00:21:10,670 +كأنه هيعمل ايش database جديدة يعني انت لما تغير ال + +275 +00:21:10,670 --> 00:21:15,510 +version كأنك قلتله شيل ال database الجديدة و اعمل + +276 +00:21:15,510 --> 00:21:21,650 +واحدة جديدة بنفس الاسميعني هذا يعني و كأنك كل ما + +277 +00:21:21,650 --> 00:21:26,510 +تغير تزيد ال virgin الاصل ال virgin يظل ايش نفسه + +278 +00:21:26,510 --> 00:21:32,190 +ثابت تمام و مبدأ مثلا رقم واحد اه قررت بعد ذلك + +279 +00:21:32,190 --> 00:21:38,430 +تغير في ال database تمام تغير يعني تشيل ال + +280 +00:21:38,430 --> 00:21:42,570 +database تحط database جديدة او structure جديد بتحط + +281 +00:21:42,570 --> 00:21:46,400 +virgin اتنين هيك بيفهم يعني هو شوف كيف بيشتغلإذا + +282 +00:21:46,400 --> 00:21:50,420 +مررت اسم ال database و ال version أول مرة بنشأ ال + +283 +00:21:50,420 --> 00:21:55,020 +database تمام بعد هيك إذا مررت نفس اسم ال database + +284 +00:21:55,020 --> 00:21:58,920 +و نفس ال version بشمك على ال database المنشأة لو + +285 +00:21:58,920 --> 00:22:02,240 +إجيت بعد هيك غيرت اسم ال database و ال version دلت + +286 +00:22:02,240 --> 00:22:06,480 +زي ما هي عاد بنشأ database جديدة بنفس الاسم تمام + +287 +00:22:07,180 --> 00:22:09,660 +الـ Database القديمة بالاسم القديم بيبقى لها + +288 +00:22:09,660 --> 00:22:13,720 +موجودة طبعا طب لو أتيت نفس اسم ال database بس غيرت + +289 +00:22:13,720 --> 00:22:18,080 +مين ال version هيك بيفهم أن أنت برضه بحفظ database + +290 +00:22:18,080 --> 00:22:23,100 +جديدة بنفس الاسم بس في الحالة هذه إيش هيعمل في + +291 +00:22:23,100 --> 00:22:29,900 +الجديمة بحفظش two databases بنفس الاسم طبعا بس لو + +292 +00:22:29,900 --> 00:22:32,980 +أنت مررت نفس ال version هيشبك مع الجديد لو غيرت ال + +293 +00:22:32,980 --> 00:22:36,920 +version هيعمله كأنه عمل database جديدةفإحنا دائما + +294 +00:22:36,920 --> 00:22:40,580 +لو بدنا نعمل database جديدة بنفس الإسم بنغير مين + +295 +00:22:40,580 --> 00:22:46,840 +ال version هذه طيب شوف الآن عملية إنشاء ال + +296 +00:22:46,840 --> 00:22:51,300 +database مش بس database بده ينشأ جواها table طيب + +297 +00:22:51,300 --> 00:22:54,680 +في عندنا two methods واحدة اسمها onCreate واحدة + +298 +00:22:54,680 --> 00:23:00,650 +اسمهاعلى الـ Upgrade طيب هدولة مين هيستدعيهم؟ + +299 +00:23:00,650 --> 00:23:04,530 +Automatically ال SQL Lite إيش اللي بيصير؟ لو أنت + +300 +00:23:04,530 --> 00:23:10,210 +أول مرة أول مرة تمرر اسم database و Virgin هيروح + +301 +00:23:10,210 --> 00:23:15,460 +ينشئ ال database ويروح يستدعي مين؟on create ليش + +302 +00:23:15,460 --> 00:23:19,660 +بده يستخدم on create لأنه انت بدك تحكيله يا مبرمج + +303 +00:23:19,660 --> 00:23:23,400 +ايش يعمل جوا ال database ايش ال tables اللي يعملهم + +304 +00:23:23,400 --> 00:23:28,800 +هو بنجمش هو ايش بده يسوي جوا ال database فهنا انت + +305 +00:23:28,800 --> 00:23:32,280 +بده انحط ال code انشاء الجداول اللي بتكون موجودة + +306 +00:23:32,280 --> 00:23:38,660 +في قاعدة البيانات الان لو غيرت رقم ال version بفهم + +307 +00:23:38,660 --> 00:23:44,090 +ان انت بدك تعمل database جديدةهيروح ينفذ on + +308 +00:23:44,090 --> 00:23:47,330 +upgrade عشان تقوله إيش بده يعمل في ال database + +309 +00:23:47,330 --> 00:23:52,370 +القديمة و بعدين بنفذ مرة تانية on create عشان يعمل + +310 +00:23:52,370 --> 00:23:56,450 +الأشياء الجديدة طب الآن عملت database و بضل لدك + +311 +00:23:56,450 --> 00:23:58,710 +تستدعيها خلاص مش هيستدعي ال on create ولا on + +312 +00:23:58,710 --> 00:24:01,270 +upgrade إمتى بس هيستدعي ال on create ولا on + +313 +00:24:01,270 --> 00:24:05,950 +upgrade يا إما عند أول مرة أو عند التعديل تغيير + +314 +00:24:05,950 --> 00:24:08,930 +رقم ال version تمام؟ + +315 +00:24:11,570 --> 00:24:15,610 +طبعا هذا استخدمت انا ال class هذه اصلا لسه مش + +316 +00:24:15,610 --> 00:24:19,050 +كاملة تمام بس انا فعليا و انا هاستخدمها في ال main + +317 +00:24:19,050 --> 00:24:22,350 +activity يعني هذه في ال main activity هنا هروح + +318 +00:24:22,350 --> 00:24:32,370 +نقوله mydbhelper helper مثلا new + +319 +00:24:32,370 --> 00:24:34,990 +mydbhelper + +320 +00:24:36,660 --> 00:24:39,580 +بدوا تلت حاجات صح اللي هو الـ get application + +321 +00:24:39,580 --> 00:24:43,060 +context وبدوا اسم ال database بده يسميها employee + +322 +00:24:43,060 --> 00:24:50,980 +DB تمام و version 1 مثلا طيب + +323 +00:24:50,980 --> 00:24:56,140 +الآن استدعى مين ال constructor هذا وهذا نادى + +324 +00:24:56,140 --> 00:24:59,060 +السوبر هيك في اللحظة هذه هينشئ ال database بس + +325 +00:24:59,060 --> 00:25:02,220 +هيروح يستدعى مين اللي انكريت مش هيلاقي فيها حاجة + +326 +00:25:02,220 --> 00:25:07,070 +مش هيعمل tables جوا ال databaseفلازم احنا نكمل هذه + +327 +00:25:07,070 --> 00:25:10,850 +قبل ما نروح نستخدم ال object ال on create هذا ايش + +328 +00:25:10,850 --> 00:25:15,150 +اللي لازم تعمل لازم تعمل جداول جوا ال database طيب + +329 +00:25:15,150 --> 00:25:18,490 +كيف نعمل الجداول لاحظ انه في ال on create جاب لك + +330 +00:25:18,490 --> 00:25:25,130 +هنا parameter اسمه SQLite database DB هذا ال DB هو + +331 +00:25:25,130 --> 00:25:30,530 +الكل في الكل عن طريقه بنفث استعلامات ال SQL كيف + +332 +00:25:30,530 --> 00:25:35,940 +تعال هو عشان هي الدكية عشان تقدر تعمل createتابل + +333 +00:25:35,940 --> 00:25:42,080 +تمام تعال DB dot فينا أنك مجموعة أوامر في أوامر + +334 +00:25:42,080 --> 00:25:47,460 +اسمه إيش query raw query وفي عندك إيش execute SQL + +335 +00:25:47,460 --> 00:25:52,460 +هذا query لإيش ال query لل select أخدتوا ال select + +336 +00:25:52,460 --> 00:25:59,480 +select عشان تقرأ من ال database تمام لكن أنا الآن + +337 +00:25:59,480 --> 00:26:02,920 +بدي أنفذ تعليمة مش query اللي هي إيش التعليم اللي + +338 +00:26:02,920 --> 00:26:08,330 +بنفذهاانشاء table فبنستخدم method اسمها ايش + +339 +00:26:08,330 --> 00:26:14,850 +execute SQL نفس تنفيذ تعليمة SQL ايش بتاخد بين + +340 +00:26:14,850 --> 00:26:20,330 +قوسين SQL تمام يعني هنا بنفس تعليمة انشاء table + +341 +00:26:20,330 --> 00:26:28,210 +create table فلقيت شغل database create table + +342 +00:26:32,730 --> 00:26:38,570 +إيش اسم ال table نسميه employee و بعدين إيش بنعمل + +343 +00:26:38,570 --> 00:26:44,090 +بنفتح أقواس عشان نحط أسماء الحقول أول حقل بدي + +344 +00:26:44,090 --> 00:26:52,190 +أسميه ID تمام بدي أحطه integer auto increment + +345 +00:26:52,190 --> 00:27:01,330 +primary + +346 +00:27:01,330 --> 00:27:17,370 +keynot me + +347 +00:27:17,370 --> 00:27:20,470 +ليش يعني + +348 +00:27:36,550 --> 00:27:42,930 +auto ..طيب اعمل اول حقل او اول عمود في الجدول ID + +349 +00:27:42,930 --> 00:27:46,630 +اسمه خليته integer و auto increment ايش يعني ايه؟ + +350 +00:27:46,630 --> 00:27:50,250 +يعني مش انا اللي بضيفه لحاله هيعمله بعدين ال + +351 +00:27:50,250 --> 00:27:55,690 +parameter التاني بنسميه name نوع ايش؟ text + +352 +00:28:00,970 --> 00:28:05,870 +بدي احطه برضه not null بعدين + +353 +00:28:05,870 --> 00:28:11,210 +salary ممكن احطه ريال لو عندك ثور في ال salary + +354 +00:28:11,210 --> 00:28:21,030 +بعدين في ان اش is married لو + +355 +00:28:21,030 --> 00:28:26,670 +حطيته بوليان بظبط لحاله بيحوله لاش لانتجة تمام هو + +356 +00:28:26,670 --> 00:28:31,920 +المفروض يفهم SQLوالحاله بيحول كل نوع للنوع اللي + +357 +00:28:31,920 --> 00:28:42,680 +ايش بوافقه ايش في كمان بيانات ال date of birth هذا + +358 +00:28:42,680 --> 00:28:47,680 +بدي أحطه real كرقم ماحطتهوش integer لأنه ال + +359 +00:28:47,680 --> 00:28:52,320 +integer برضه limited حجمه ال date لما حوله لرقم + +360 +00:28:52,320 --> 00:28:54,940 +بخاف يكون كبير كتير فحطته real + +361 +00:28:57,380 --> 00:29:02,820 +هذه تعليمة تحت إنشاء ال table أخدته زيها ولا لأ + +362 +00:29:02,820 --> 00:29:07,440 +create table employee و بفتح قص و بحدد وصف كل عمود + +363 +00:29:07,440 --> 00:29:16,100 +اسم كل عمود و ال data type ال data type تبعته يعني + +364 +00:29:16,100 --> 00:29:19,940 +اللي هيصير التالي يا جماعة أول ما تشغله تبعتله اسم + +365 +00:29:19,940 --> 00:29:25,390 +database و Virginبروح بدور في الـ SQLite اللي عنده + +366 +00:29:25,390 --> 00:29:29,130 +على الجهاز هل في database اسمها employee DB و ال + +367 +00:29:29,130 --> 00:29:33,530 +version بتاعتها واحد لأ إذا فاش بروح بنشق ال + +368 +00:29:33,530 --> 00:29:37,370 +database في الأول و بعدين بستدعي ال on create عشان + +369 +00:29:37,370 --> 00:29:40,550 +يعرف إيش يعمل جوا ال database المنشقة فينشق main + +370 +00:29:40,550 --> 00:29:45,270 +table عشان هيك أعملها abstract class لأن في حاجات + +371 +00:29:45,270 --> 00:29:49,070 +أنت لازم تكملها هي مبرمج تمام اللي هي main إنشاء + +372 +00:29:49,070 --> 00:29:54,490 +الجداوشغلت التطبيق مرة تانية، مش معقول ينشئ + +373 +00:29:54,490 --> 00:29:57,990 +database جديدة ويمحي لك الأولانية، فهيروح يشوف هل + +374 +00:29:57,990 --> 00:30:01,590 +في database اسمها employeeDBconversion1 على ال + +375 +00:30:01,590 --> 00:30:07,160 +database موجودة، خلاص مش هينفذالـ on create مرة + +376 +00:30:07,160 --> 00:30:11,540 +تانية يعني هذه بتنفذ بس ايش اول مرة الان روح + +377 +00:30:11,540 --> 00:30:17,560 +اتغيرت ال version سميتها ايش اتنين هك فهم انه بده + +378 +00:30:17,560 --> 00:30:21,100 +يعمل upgrade انه ال database القديمة بدها تتغير + +379 +00:30:21,100 --> 00:30:26,260 +لإيش لإي شي جديد فببساطة بروح في الأول بيستدعي مين + +380 +00:30:26,260 --> 00:30:30,020 +لما يلاقي ال version اتغيرت بيستدعي مين ال on + +381 +00:30:30,020 --> 00:30:33,180 +upgrade شوف انا اش بده اعمل في ال on upgrade بده + +382 +00:30:33,180 --> 00:30:34,500 +اقوله execute + +383 +00:30:38,830 --> 00:30:54,030 +drop if exists + +384 +00:30:54,030 --> 00:31:02,050 +لو + +385 +00:31:02,050 --> 00:31:05,530 +اتغيرت رقم ال version بيفهم انك تريد تعمل upgrade + +386 +00:31:05,530 --> 00:31:09,090 +على ال databaseفهيروح ينفذ upgrade جوا ال upgrade + +387 +00:31:09,090 --> 00:31:13,890 +ايش قلتله قلتله روح ببساطة ا drop ال table اللي هو + +388 +00:31:13,890 --> 00:31:19,350 +ال employee وروح نفذ مين نفذ مين ال on create تاني + +389 +00:31:19,350 --> 00:31:24,810 +اللي هي هتعمل ايش انشاء table جديد فانا لو في لحظة + +390 +00:31:24,810 --> 00:31:30,570 +قررت ان اضيف عموض على ال employee ايش لازم اعمل + +391 +00:31:30,570 --> 00:31:35,050 +مضطر في الحالة هذه ان اغير لازم اروح طبعا في ال my + +392 +00:31:35,050 --> 00:31:39,530 +dp helper اغير مينالـ SQL هي التعليم عشان اضيف + +393 +00:31:39,530 --> 00:31:45,330 +العمود الجديد تمام و بعدين اروح هنا اغير رقم ال + +394 +00:31:45,330 --> 00:31:48,290 +version لحاله هيروح ينفذ upgrade هيعمل دروس لل + +395 +00:31:48,290 --> 00:31:52,370 +table اه هتفقدها اذا بدك تحتفظ فيها بدك شغل اكتر + +396 +00:31:52,370 --> 00:31:55,810 +من هيك تمام انه في ال upgrade جيب البيانات و + +397 +00:31:55,810 --> 00:31:59,570 +احفظهم و يروح ضيف column ويرجع البيانات زي ما كان + +398 +00:31:59,570 --> 00:32:03,010 +بدها شغل اكتر انا هنا upgrade عملته بمنتهى البساطة + +399 +00:32:03,010 --> 00:32:06,190 +انه يسقط ال table كله و يعمل table جديد + +400 +00:32:09,030 --> 00:32:12,150 +واضحة هذه الفكرة يا جماعة؟ هذه أصعب حاجة دلوقتي في + +401 +00:32:12,150 --> 00:32:22,450 +الموضوع كله تمام؟ خلصنا ال class هذه تمام؟ الآن + +402 +00:32:22,450 --> 00:32:26,730 +هنرجع أين شغلنا؟ في المين الآن في المين أول ما + +403 +00:32:26,730 --> 00:32:30,530 +يشتغل مررتله أنا اسم database و virgin وقالت اكون + +404 +00:32:30,530 --> 00:32:34,970 +virgin 1 ال database مش موجودة مسبقا هيروح ينشئها + +405 +00:32:34,970 --> 00:32:40,090 +ويعمل ال table زي ما هو مكتوب وينفي ال on create + +406 +00:32:40,090 --> 00:32:48,250 +تاعة ال mydb helper تمام هات متأكد منها employee + +407 +00:32:48,250 --> 00:32:51,650 +integer primary key auto increment not null name + +408 +00:32:51,650 --> 00:32:55,670 +text salary real is married boolean date of birth + +409 +00:32:55,670 --> 00:33:01,770 +real تمام طيب الأن هنعمل run + +410 +00:33:25,470 --> 00:33:31,990 +تمام التطبيق اشتغل بس لسه بيعملش حاجة طبعا الآن + +411 +00:33:31,990 --> 00:33:38,850 +انا بتأكد انه في ايش في data base اللي عملت خلاص + +412 +00:33:38,850 --> 00:33:41,630 +إذا مافيش error معناها خلاص لأن هذا السطر خلاص + +413 +00:33:41,630 --> 00:33:46,010 +بيظل دايما وينأول سطر في الـ on create بعد الـ set + +414 +00:33:46,010 --> 00:33:50,830 +content view طبعا هذا إذا ال database مش موجودة + +415 +00:33:50,830 --> 00:33:56,330 +بنشيها موجودة خلاص طبعا الآن تعالي هنا على ال + +416 +00:33:56,330 --> 00:34:00,570 +helper لإن احنا عاملين ال database بس لإنها مالهاش + +417 +00:34:00,570 --> 00:34:03,590 +قيمة بدنا نعمل عليها عمليات أول عملية بدنا نعملها + +418 +00:34:03,590 --> 00:34:10,070 +إيش لأ مافيش select أصلا بدنا نعمل insert فبتروح + +419 +00:34:10,070 --> 00:34:15,540 +لل helperو بتقوله طيب في get عندك حاجة اسمها + +420 +00:34:15,540 --> 00:34:17,920 +readable database و في get writeable database + +421 +00:34:17,920 --> 00:34:23,580 +الاتنين بيرجعوا حاجة اسمها SQLite database ال + +422 +00:34:23,580 --> 00:34:26,000 +SQLite database اتكلمنا عليه قبل شوية اللي هو + +423 +00:34:26,000 --> 00:34:30,580 +شفناه وين في ال helper هذا مش هذا اسمه ال SQLite + +424 +00:34:30,580 --> 00:34:34,500 +database هذا الكل في الكل اللي عن طريقه ايش تعمل + +425 +00:34:34,500 --> 00:34:38,950 +عملية في ال database فإذا جبته خلاصفالان كيف + +426 +00:34:38,950 --> 00:34:42,190 +بنجيبه؟ من الـ helper بتقوله get يا readable + +427 +00:34:42,190 --> 00:34:46,230 +database يا writeable حسب إنت إيش بدك تعمل إذا بدك + +428 +00:34:46,230 --> 00:34:50,750 +تعمل بس قراءة جيب readable إذا بدك تعمل إضافة بدك + +429 +00:34:50,750 --> 00:34:54,630 +مين writeable وهذا إيش برجعلك SQLite database + +430 +00:34:54,630 --> 00:35:01,590 +فتعال هنا تنشئ reference SQLite database سميه DB + +431 +00:35:05,950 --> 00:35:11,170 +الان كل الشغل عن طريق مين ال DB بدي أقوله execute + +432 +00:35:11,170 --> 00:35:19,850 +SQL اللي هي لإيش من النفذ SQL هكذا كيف بنضيف على + +433 +00:35:19,850 --> 00:35:25,610 +ال database insert into employee + +434 +00:35:30,010 --> 00:35:34,690 +بتحط قصين إيش الأعمدة اللي بدك تضيف عندها صح أو لا + +435 +00:35:34,690 --> 00:35:38,330 +ال ID احنا مابناش نضيفه لأنه ماله auto increment + +436 +00:35:38,330 --> 00:35:45,470 +بس بدنا نضيف name وبدنا نضيف salary وبدنا نضيف + +437 +00:35:45,470 --> 00:35:48,530 +azmarin وخلّق ال data البيض خلّيه لبعد هذا الجثة + +438 +00:35:48,530 --> 00:35:55,430 +التانية تمام؟ خلصنا؟ لأ بعدين بتفتح إيش كلمة value + +439 +00:35:55,430 --> 00:36:03,340 +إزاي كده الآن بدك تعطيلهقيم الان طبعا كل قيمة + +440 +00:36:03,340 --> 00:36:07,560 +أحطها بين single quotation لأن ال string كلها بين + +441 +00:36:07,560 --> 00:36:13,720 +ال double مثلا بدي أضيف ال name أحمد هدى عشانها + +442 +00:36:13,720 --> 00:36:18,020 +text السلري عشانه رقم مش محتاج quotation مثلا + +443 +00:36:18,020 --> 00:36:24,720 +الفين و خمسمية تمام is married مثلا true + +444 +00:36:28,470 --> 00:36:35,390 +بالحالة هو هيحولها لمفروض هجيت متجربها هذه لل + +445 +00:36:35,390 --> 00:36:39,630 +insert query insert SQL statement مش query غلط + +446 +00:36:39,630 --> 00:36:43,650 +insert statement insert into employee تفتح course + +447 +00:36:43,650 --> 00:36:47,270 +أسماء الأعمدة اللي بدك تضيف عندها و بعدين values و + +448 +00:36:47,270 --> 00:36:51,110 +القيمة اللي بدك تضيفها في كل عمود لازم الترتيب هنا + +449 +00:36:51,110 --> 00:36:52,930 +زي الترتيب اللي هنا تمام؟ + +450 +00:36:58,010 --> 00:37:07,070 +الأن المفروض هيك ضعف بيانات تعالوا إيش نعمل نضيف + +451 +00:37:07,070 --> 00:37:12,990 +أكتر من واحد ما + +452 +00:37:12,990 --> 00:37:18,090 +هو أنت احنا لسه خطوة خطوة يعني قدام هنسير ناخد من + +453 +00:37:18,090 --> 00:37:22,910 +حقول و لما نضغط على الذر بنفذ مين التعليمة + +454 +00:37:40,730 --> 00:37:44,610 +طبعا هذا هيتن .. عنده الانكري احنا لسه في الأول + +455 +00:37:44,610 --> 00:37:48,250 +بنجرب يعني جاب ال graphic ال user internet بخطوة + +456 +00:37:48,250 --> 00:37:53,610 +خطوة نتأكد انه بضيف و بحذف و بعدين بنعمل buttons و + +457 +00:37:53,610 --> 00:38:01,850 +زرار و شاشات طيب + +458 +00:38:01,850 --> 00:38:09,830 +صار في error تغلبوني + +459 +00:38:09,830 --> 00:38:16,380 +او لا؟طب هتجرب هذا مثلا هاي واحد صفر + +460 +00:38:39,430 --> 00:38:43,790 +ممكن عشان تقدر volume اذا ماعرفتش data طبعا لان ده + +461 +00:38:43,790 --> 00:38:46,630 +هو لما اتشغل بعد انا كده زمان + +462 +00:39:30,530 --> 00:39:48,130 +طيب اين الغلطة جيت اه + +463 +00:39:48,130 --> 00:39:54,370 +طيب + +464 +00:39:54,370 --> 00:40:02,290 +شكله انا لما شغلت اول مرةكانت virgin ايش؟ نين فانا + +465 +00:40:02,290 --> 00:40:19,950 +مرجعتها لو واحد قاللي مقدرش اعمل downgrade اذا + +466 +00:40:19,950 --> 00:40:23,590 +كتبت واحدة مشهورة في الفيلم جيتك ال data بينه او + +467 +00:40:23,590 --> 00:40:26,230 +الشيشة اللي صمت؟ + +468 +00:40:30,920 --> 00:40:36,200 +لو أنت قصدك ليش أنا بدأت يعني بال database لأن أنت + +469 +00:40:36,200 --> 00:40:40,160 +لسه بتعرفش database صح ولا لازم في الأول أبدأ لك + +470 +00:40:40,160 --> 00:40:43,680 +أنا database و أضيف و أحذف بدون لسه وجهات و بعدين + +471 +00:40:43,680 --> 00:40:47,840 +بربط لكيها بالوجهات لكن انا لو دخلتلك code الوجهات + +472 +00:40:47,840 --> 00:40:51,480 +مع code ال database هتصير اتلخبط صح ولا و هضيع + +473 +00:40:51,480 --> 00:40:56,200 +كمان وقت كتير يعني الوجهات بتاخد وقت طويل و أنا + +474 +00:40:56,200 --> 00:41:02,020 +بعملهافخلّيني أغطي الأساسي هي اشتغل تمام ضعفها + +475 +00:41:02,020 --> 00:41:05,880 +المشكلة اللي كانت موجودة أنه أنا أول مرة لما عملت + +476 +00:41:05,880 --> 00:41:08,540 +كنت حاط ال virgin اتنين فرجعت لواحد بيقولي مانفعش + +477 +00:41:08,540 --> 00:41:15,160 +تعمل down grade طيب أعتقد الأن أن هذا بنفع تحطه + +478 +00:41:15,160 --> 00:41:17,460 +مثلا هاتنمل كمان واحد + +479 +00:41:28,720 --> 00:41:31,720 +طبعا هدول عملتلهم comment ليش؟ انا ضفتهم على ال + +480 +00:41:31,720 --> 00:41:34,220 +data لازم، بديش يقوموا يضافوا تاني + +481 +00:42:05,650 --> 00:42:09,290 +هذا الـ false ما زبطتش يبقى شايف انت لازم تدخل + +482 +00:42:09,290 --> 00:42:13,350 +البيانات إيش لل boolean صفر واحد انت لما أنشأت + +483 +00:42:13,350 --> 00:42:16,050 +الجدول قلتله boolean بس لما أنشأه في ال database + +484 +00:42:16,050 --> 00:42:20,970 +أنشأه كإيش ك integer فلازم تدخلهم صفر واحد العموم + +485 +00:42:20,970 --> 00:42:28,070 +احنا لحد تلان ضفنا تلت سطور بدنا الآن نتأكد بس إن + +486 +00:42:28,070 --> 00:42:33,020 +هم موجودين هدولة لأ التأكد هذا بدا queryالـ query + +487 +00:42:33,020 --> 00:42:37,820 +هذه بتاخد وجهة طيب خلاص احنا بنكتفي اليوم بالقدر + +488 +00:42:37,820 --> 00:42:41,680 +هذا يعني شبكنا مع ال database أنشأنا ال database و + +489 +00:42:41,680 --> 00:42:45,340 +ال table و أضفنا بيانات على ال database المرة اللي + +490 +00:42:45,340 --> 00:42:48,760 +جاي بنعرضها للبيانات و بنبدأ نربطها في إيش؟ في + +491 +00:42:48,760 --> 00:42:51,460 +الوجهات خلاص يا عزيزي أعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..2f14c19e1eea5ca2b8aebe3a1c36afbf408b9247 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/hrnR9tq7lAQ_raw.srt @@ -0,0 +1,1964 @@ +1 +00:00:21,090 --> 00:00:25,710 +طب السلام عليكم يا جماعة اليوم يا جماعة ان شاء + +2 +00:00:25,710 --> 00:00:29,730 +الله بدنا نبدأ في موضوع مهم اللي هو موضوع التعامل + +3 +00:00:29,730 --> 00:00:34,690 +مع قواعد البيانات في المحاضرات الماضية أخدنا موضوع + +4 +00:00:34,690 --> 00:00:37,990 +الـ RecyclerView اللي هو شبيه في ال list view و + +5 +00:00:37,990 --> 00:00:43,770 +اتكلمنا عن مميزاته عن ال list view اللي احنا في + +6 +00:00:43,770 --> 00:00:47,830 +تطبيقاتنا انا نكون يحتاج بيانات التطبيق تبعنا بده + +7 +00:00:47,830 --> 00:00:52,150 +يقرط بيانات في الآخرإحنا لحد الآن البيانات بدنا + +8 +00:00:52,150 --> 00:00:56,950 +اخيلها يدوية صح و لا في ال code انت بتكتب البيانات + +9 +00:00:56,950 --> 00:01:00,290 +لكن فعليا في البرامج الواقعية مش هاد هيكون الوضع + +10 +00:01:00,290 --> 00:01:03,730 +البيانات بده يكون لها مصدر بيكون مكان ده هتيجي منه + +11 +00:01:03,730 --> 00:01:07,110 +البيانات في تطبيقات الاندرويد البيانات ممكن تيجي + +12 +00:01:07,110 --> 00:01:10,810 +من اكتر من مصدر المصدر الأول انها ممكن تيجي من + +13 +00:01:10,810 --> 00:01:16,440 +filesأحنا شوفنا كيف نتعامل مع file لما اشتغلنا + +14 +00:01:16,440 --> 00:01:19,760 +برنامج المسابقة كانت الأسئلة وين موجودة؟ موجودة في + +15 +00:01:19,760 --> 00:01:25,100 +ال file فهذه الطريقة لتخزين البيانات وكيف أخلي + +16 +00:01:25,100 --> 00:01:28,700 +البرنامج يقرأ البيانات هذه اللي هو تكون البيانات + +17 +00:01:28,700 --> 00:01:32,960 +مخزنة في ملف الطريقة التانية أن البيانات ما تكونش + +18 +00:01:32,960 --> 00:01:36,020 +في ملفها تكون في قواعد بيانات أو بنسميها + +19 +00:01:36,020 --> 00:01:41,120 +relational databaseتمام؟ إيش الفرق بين ال database + +20 +00:01:41,120 --> 00:01:44,640 +و الملف؟ من يقوللي أنت بتاخدوا database هلجيت؟ + +21 +00:01:44,640 --> 00:01:49,120 +السؤال بسيط جدا جدا ليش احنا بنحتاج database؟ ليش + +22 +00:01:49,120 --> 00:01:53,380 +ما نحط البيانات في الملف و نجيبها في الملف؟ يعني + +23 +00:01:53,380 --> 00:01:57,340 +من يقول ليه؟ مش أخدته ال database؟ مولا حد سأل نفس + +24 +00:01:57,340 --> 00:02:01,360 +السؤال هذا ليش احنا أصلا بلزمنا database و query و + +25 +00:02:01,360 --> 00:02:06,440 +لخة هذي و create table و select؟ ممكن نجيب عندنا + +26 +00:02:06,440 --> 00:02:11,180 +ملف موجودة فيه البيانات في الملفأيوة انت بتقدر + +27 +00:02:11,180 --> 00:02:15,000 +تطبيق على ال database عمليات مثل حدث و إضافة و + +28 +00:02:15,000 --> 00:02:18,820 +الوضع ماتتقدرش الميزات الملازمة تمام احد الميزات + +29 +00:02:18,820 --> 00:02:24,740 +ان ال relation database بتدعم ال SQL statements + +30 +00:02:24,740 --> 00:02:28,420 +تمام اللي هي SQL statements لغة معيارية standard + +31 +00:02:28,420 --> 00:02:31,920 +language معروفة في كل العالم عن طريقها انت بتنفذ + +32 +00:02:31,920 --> 00:02:36,580 +عمليات على ال database بتضمن الإضافة و الحدث و + +33 +00:02:36,580 --> 00:02:40,960 +التعديل او ال query الاستعلاميعني انت لما تبحث في + +34 +00:02:40,960 --> 00:02:45,680 +ال database تكتب query معينة لما بتبحث فيها في فرق + +35 +00:02:45,680 --> 00:02:48,540 +فرق اخر ايضا مهم ايوة هل انت قاعد بيانات يبقى + +36 +00:02:48,540 --> 00:02:52,800 +جداول ومعينات ترتب فيها اللي هي البيانات دي فال + +37 +00:02:52,800 --> 00:02:57,800 +file content يكون أصغر هذا بيقدر قواعد البيانات + +38 +00:02:57,800 --> 00:03:01,180 +يكون عبارة عن جداول و علاقات بينهم ووجود الجداول و + +39 +00:03:01,180 --> 00:03:05,830 +العلاقات بمنع تكرار البياناتتمام بمنع تكرار + +40 +00:03:05,830 --> 00:03:10,490 +البيانات لكن انت في الملف تحتاج تحط البيانات في + +41 +00:03:10,490 --> 00:03:15,410 +أسطر و لو بدك تقول ان شخص عنده ابن فيلم اسمه فيلم + +42 +00:03:15,410 --> 00:03:19,590 +بدك تضطر ان في كل سطر تكرر اسم الشخص و ابنه اسم + +43 +00:03:19,590 --> 00:03:22,310 +الشخص و ابن التاني اسم الشخص و ابن التالت لكن فيلم + +44 +00:03:22,310 --> 00:03:27,050 +ال tablesفي database لأ انت بيكون بيانات الشخص + +45 +00:03:27,050 --> 00:03:30,210 +الواحد في table وبيانات ولاده كلها في table تاني + +46 +00:03:30,210 --> 00:03:36,590 +مافيش تكرار اسم الشخص طيب احنا لو نتعامل مع بيانات + +47 +00:03:36,590 --> 00:03:41,090 +بسيطة الملفات فيها ممكن تتجدى لكن زي ما قلنا لما + +48 +00:03:41,090 --> 00:03:44,350 +نتعامل مع بيانات كبيرة شوية بلزم فيها عملية مثلا + +49 +00:03:44,350 --> 00:03:47,930 +بحث كتير واضعفة وتعديل استخدام قواعد البيانات + +50 +00:03:47,930 --> 00:03:54,610 +هيكون أسهلالمصدر التاني اللي هو تطبيقات الاندرويد + +51 +00:03:54,610 --> 00:03:56,430 +اللي ممكن تجيب فيه منه البيانات اللي هي قواعد + +52 +00:03:56,430 --> 00:04:01,550 +البيانات ايش المصدر التالت؟ Web Service Web + +53 +00:04:01,550 --> 00:04:05,030 +Service معناه ان تطبيق تبعي فعليا مافيش بيانات + +54 +00:04:05,030 --> 00:04:09,570 +موجودة على الجهاز اللي هتنجح البيانات من سيرفر + +55 +00:04:09,570 --> 00:04:15,590 +معين وهذه سائدة وشائعة بشكل كبيرلأن كل الشركات + +56 +00:04:15,590 --> 00:04:18,230 +اللي بتعمل تطبيقات أندرويد فعليا بيكون عندها + +57 +00:04:18,230 --> 00:04:22,190 +server و عندها بيانات موجودة على ال server تطبيق + +58 +00:04:22,190 --> 00:04:25,470 +الاندرويد تباعها بتصل على انترنت بيجيب البيانات و + +59 +00:04:25,470 --> 00:04:29,710 +بعرضها على الجهاز طب مين أفضل هذه أو هذه أو هذه + +60 +00:04:29,710 --> 00:04:34,430 +حسب احتياجات التطبيق لأن أنا فيه عند تطبيقات بدو + +61 +00:04:34,430 --> 00:04:37,910 +يشتغل offline و بدو يكون يبدأ ببيانات معينة ففي + +62 +00:04:37,910 --> 00:04:41,310 +الحالة دي لازم يكون عندك بياناتكلمة يجيب من ال web + +63 +00:04:41,310 --> 00:04:45,710 +service لازم يكون شغال online عن نت لأ اصلا يضل + +64 +00:04:45,710 --> 00:04:49,750 +يجيب بيانات في تطبيقات كتير بتجمع الاتنين مع بعض + +65 +00:04:49,750 --> 00:04:54,850 +ليش بيجيب البيانات online لما يكون online و بخزنها + +66 +00:04:54,850 --> 00:04:58,700 +عنده و بستخدمها يعني مثلا تطبيق زي ال facebookعندك + +67 +00:04:58,700 --> 00:05:02,300 +على الجوال فعليا انت لما تكون online بيجيب + +68 +00:05:02,300 --> 00:05:06,480 +البيانات كلها و بيخزنها في local database على + +69 +00:05:06,480 --> 00:05:10,460 +الجهاز طول ما انت شغال زي و زي ال whatsapp و زي + +70 +00:05:10,460 --> 00:05:14,440 +غيره بيستخدم بيجيب البيانات اذا انت online بيجيبها + +71 +00:05:14,440 --> 00:05:18,700 +مباشرة offline بيخزنها عنده على ال database و تشوف + +72 +00:05:18,700 --> 00:05:21,260 +البيانات الموجودة في ال database local فبستخدم + +73 +00:05:21,260 --> 00:05:25,310 +الاتنينفحتى لو يعني واحد يقول لي لأ المعظم + +74 +00:05:25,310 --> 00:05:29,070 +التطبيقات بتستخدم بتجيب بيانات من مبتسيرفس لأ صح + +75 +00:05:29,070 --> 00:05:33,110 +بتجيب بيانات من مبتسيرفس بس بتنزل البيانات عندها + +76 +00:05:33,110 --> 00:05:35,570 +عن جهاز فنلزمها local database فاستخدام ال + +77 +00:05:35,570 --> 00:05:44,110 +database لا غنى عنه طيب طبعا ال database من + +78 +00:05:44,110 --> 00:05:49,030 +المثقات المهمة جدا طبعا مافيش حد بدرس IT إلا بدرس + +79 +00:05:49,030 --> 00:05:54,720 +databaseبمختلف تخصصاته، أي تطبيق بدي نعمل سواء كان + +80 +00:05:54,720 --> 00:06:00,460 +web، desktop، mobile، يعني بنسبة كبيرة إلا يحتاج ل + +81 +00:06:00,460 --> 00:06:03,100 +database، فعشان هيك استخدام ال database الأساسي + +82 +00:06:03,100 --> 00:06:07,180 +وكيف تنشئ tables و تبني علاقات ما بين ال tables و + +83 +00:06:07,180 --> 00:06:11,860 +تعمل query، هذا مهارة مهمة جدا، لأن أنا في المساق + +84 +00:06:11,860 --> 00:06:15,860 +هذا إيش هعطيك؟ هعطيك إنك كيف تربط التطبيقفي + +85 +00:06:15,860 --> 00:06:19,240 +database انا هفترض ان انت عندك اساسيات التعامل مع + +86 +00:06:19,240 --> 00:06:24,420 +ال database اشي الأساسيات SQL تعمل select عشان + +87 +00:06:24,420 --> 00:06:28,600 +تجيب بيانات من ال table تمام و تعمل create عشان + +88 +00:06:28,600 --> 00:06:31,920 +تنشئ ال table تعمل update عشان تعدل بيانات على ال + +89 +00:06:31,920 --> 00:06:36,080 +table و تعمل delete عشان تبحث من .. تحذف من ال + +90 +00:06:36,080 --> 00:06:40,520 +table تمام ال drop هذا عشان تشيل ال table كله تمام + +91 +00:06:41,080 --> 00:06:46,580 +اللي لازم يكون عندك مهارات SQL طيب احنا بنشغل + +92 +00:06:46,580 --> 00:06:51,460 +تطبيق database او نربطه تطبيق اندرويد نربطه في + +93 +00:06:51,460 --> 00:06:56,900 +database ايش لازمنا طبعا + +94 +00:06:56,900 --> 00:07:01,630 +انت عشان تشغل databaseبلزمك اداء او برنامج اسمه + +95 +00:07:01,630 --> 00:07:06,110 +database management system database management + +96 +00:07:06,110 --> 00:07:11,050 +system DMS ال database management system عبارة عن + +97 +00:07:11,050 --> 00:07:13,450 +اخرينا نقول ال engine او المحرك بتاع ال database + +98 +00:07:13,450 --> 00:07:19,570 +اللي بدعم تنفيذ تعليمات ال SQL انت فعليا بتبعت ال + +99 +00:07:19,570 --> 00:07:22,790 +SQL بتاعك لل database management system و هو + +100 +00:07:22,790 --> 00:07:26,190 +بنفذها و بجيبلك البيانات و برجعلك إياهاالـ + +101 +00:07:26,190 --> 00:07:29,230 +database management system هو اللي .. اللي .. اللي + +102 +00:07:29,230 --> 00:07:32,110 +بيحتفظ في ال tables و العلاقات اللي موجودة بينها و + +103 +00:07:32,110 --> 00:07:36,510 +بياخد تعليمات بنفّفها و برجّعلك البيانات زي إيش في + +104 +00:07:36,510 --> 00:07:40,590 +database management systems؟ في عندنا مثلا على ال + +105 +00:07:40,590 --> 00:07:48,190 +.. ال pc عندنا ال Oracleالـ MySQL الـ + +106 +00:07:48,190 --> 00:07:55,870 +Access تمام SQL Server PostgreSQL تمام كل هذه + +107 +00:07:55,870 --> 00:08:01,330 +database management systems طيب بالنسبة لل أندرويد + +108 +00:08:01,330 --> 00:08:05,780 +هل احنا لازم نزل database management systemبقول لي + +109 +00:08:05,780 --> 00:08:10,620 +لأ استنى طبعا احنا في الويندوز لازم ننزل انتوا + +110 +00:08:10,620 --> 00:08:12,600 +أخدتوا database جربتوا database اي database + +111 +00:08:12,600 --> 00:08:17,960 +management system ايش MySQL + +112 +00:08:17,960 --> 00:08:22,800 +على الاندرويد قال مش لازم ننزل database management + +113 +00:08:22,800 --> 00:08:26,040 +system بقول لي نظام الاندرويد نفسه بيجي بعاه + +114 +00:08:26,040 --> 00:08:29,740 +database management system جاهز اللي هو اسمه SQL + +115 +00:08:29,740 --> 00:08:32,660 +Lite + +116 +00:08:34,060 --> 00:08:37,400 +اسمه ايش SQL line واحد هيقول طب احنا ما اتعلمناش + +117 +00:08:37,400 --> 00:08:41,140 +عليه احنا اتعلمنا على MySQL في المنطقة الفكرة ان + +118 +00:08:41,140 --> 00:08:44,580 +ال SQL ما لها standard ايش يعني standard يعني ايش + +119 +00:08:44,580 --> 00:08:46,940 +ما كان ايش نوع ال database management system + +120 +00:08:46,940 --> 00:08:56,030 +Oracle MySQL او غيره كله بتفهم مع ال SQLالـ SQLite + +121 +00:08:56,030 --> 00:08:59,990 +Database Management System موجود على الـ Operating + +122 +00:08:59,990 --> 00:09:04,070 +System على الجهاز نفسه يعني هو نفسه بدعم إنشاء + +123 +00:09:04,070 --> 00:09:07,370 +جداول و إنشاء قواعد بيانات و بتديله تعليمة بنفذها + +124 +00:09:08,200 --> 00:09:10,740 +وبيحفظ البيانات في قواعد البيانات اللي عنده إلا إن + +125 +00:09:10,740 --> 00:09:16,340 +ال SQLite بسيط جدا مقارنة بال database management + +126 +00:09:16,340 --> 00:09:21,100 +system اللي على ال PC يعني هو فعليا بستخدم files + +127 +00:09:21,100 --> 00:09:24,200 +أيضا + +128 +00:09:24,200 --> 00:09:26,980 +من أمور البساطة اللي فيه أنه مثلا بدعمش + +129 +00:09:26,980 --> 00:09:30,200 +concurrency إيش يعني concurrency؟ يعني لما عدد + +130 +00:09:30,200 --> 00:09:33,770 +كبير من المستخدمين يعمل queriesود يضمن ده من + +131 +00:09:33,770 --> 00:09:36,710 +مسئوليات ال database management system ان البيانات + +132 +00:09:36,710 --> 00:09:39,430 +تبقى inconsistent، مايصيرش فيها لخبطة لما اي واحد + +133 +00:09:39,430 --> 00:09:42,990 +يضيف وواحد تاني يحذف اللي ضعفه الآخر، ايش بيصير في + +134 +00:09:42,990 --> 00:09:45,990 +الحالة دي؟ لازم يعمل lock لواحد، يوقفه عشان + +135 +00:09:45,990 --> 00:09:49,190 +مايصيرش فيه لخبطة في البيانةفي ال Android بيقولك + +136 +00:09:49,190 --> 00:09:53,070 +لأ أنا هذا الكلام مش موجود وهذا منطقي لأنه .. لأن + +137 +00:09:53,070 --> 00:09:57,190 +واحد بيستخدم التطبيق تمام؟ لكن لما أنت تعمل + +138 +00:09:57,190 --> 00:10:02,250 +website بيستخدم database فعليا في ممكن ألاف يدخلوا + +139 +00:10:02,250 --> 00:10:05,210 +على ال website في نفس اللحظة لكن تطبيق ال Android + +140 +00:10:05,210 --> 00:10:13,230 +اللي على جهازك بيستخدمه بس من شخص واحد تمام؟ اه + +141 +00:10:13,230 --> 00:10:15,030 +local هذا بتخز ال local + +142 +00:10:18,150 --> 00:10:23,270 +طب ما هو انت من أول ما شطح نطح انت لسه بتعرفش تطبع + +143 +00:10:23,270 --> 00:10:30,550 +toast بدك تجيب من ال net لأ طبعا هداك عشان تجيب + +144 +00:10:30,550 --> 00:10:33,990 +بيانات من ال net بدك تستخدم حاجة تانية بس زي ما + +145 +00:10:33,990 --> 00:10:37,770 +قلت هحتاج انك تجيب من ال net و تحط وين؟ ع ال local + +146 +00:10:37,770 --> 00:10:41,710 +database زي تطبيق الفيسبوك خطوة خطوة من الصلة اللي + +147 +00:10:41,710 --> 00:10:49,120 +بدك هيهابتزعلش انا بس بقول هيك بس انتوا مستعجلين + +148 +00:10:49,120 --> 00:10:54,380 +نصل للاخر طيب + +149 +00:10:54,380 --> 00:10:59,360 +ال SQLite هذا برضه انتبهوا معاها بتعامل معاها أربع + +150 +00:10:59,360 --> 00:11:06,420 +data types الشهري بس أربع أنواع بيانات البيانات + +151 +00:11:06,420 --> 00:11:09,720 +اللي بتعامل معاها هي التالي أول حاجة بتعامل معاها + +152 +00:11:09,720 --> 00:11:17,090 +الأرقام بتعامل مع حاجة اسمها integer و realInteger + +153 +00:11:17,090 --> 00:11:22,350 +لإيش؟ للأرقام الصحيحة وReal لإيش؟ للأرقام الكثري + +154 +00:11:22,350 --> 00:11:27,150 +العشري مافيه Double وFloat فقط بتعامل مع نوع واحد + +155 +00:11:27,150 --> 00:11:31,170 +هو إيش؟ الـ Real الآن النوع التالت اللي بتعامل + +156 +00:11:31,170 --> 00:11:36,470 +معاه بنسميه Text ال database management systems + +157 +00:11:36,470 --> 00:11:41,060 +تانية زي ال MySQL بتعامل مع أنواع أكترcar, + +158 +00:11:41,420 --> 00:11:47,380 +varchar, varchar2, text هذا بس بتعمل على طول ايش؟ + +159 +00:11:47,380 --> 00:11:51,680 +text النوع + +160 +00:11:51,680 --> 00:11:56,880 +الأخير بيسميه blobهذا الـ blob لتخزين بيانات + +161 +00:11:56,880 --> 00:12:03,560 +binary بيانات ما لهاش صيغة لا هي نص ولا هي رقم زي + +162 +00:12:03,560 --> 00:12:08,160 +مثلا الصور و زي ملفات الصوت مثلا و غيره و لو أنه + +163 +00:12:08,160 --> 00:12:13,080 +احنا مش هنلجأ لاستخدامه حتى للصور لأنه بيزيد حجمه + +164 +00:12:13,080 --> 00:12:18,360 +كبير الصور هنخزنها كمسارات text فبس هذه الأنواع + +165 +00:12:18,360 --> 00:12:25,480 +الموجودةفيش فيه مثلا حتى زي ال .. للوقت مثلا ال + +166 +00:12:25,480 --> 00:12:28,400 +mySQL اللي بيستخدم حاجة اسمها ال date و ال + +167 +00:12:28,400 --> 00:12:32,960 +timestamp هذا فيش فيه timestamp بالمرة طب إيش الحل + +168 +00:12:32,960 --> 00:12:35,860 +ال date هنشوف إنه في الآخر التاريخ لازم يتحول لإيش + +169 +00:12:35,860 --> 00:12:40,380 +لرقم تمام و لما نرجعه .. نجيبه نقرأه و نرجعه + +170 +00:12:40,380 --> 00:12:44,320 +لصيغته الأساسية فهو بسيط جدا بتعامل .. بتعامل فقط + +171 +00:12:44,320 --> 00:12:48,980 +مع الأنواع الأساسية هذه Boolean فيش فيه Boolean + +172 +00:12:49,870 --> 00:12:53,430 +فعليا البولي هنحاوله لا إيش؟ صفر و واحد بتحول لا + +173 +00:12:53,430 --> 00:12:59,270 +إيش هو لا انتجار تمام فقط هذه الأنواع الأربعة اللي + +174 +00:12:59,270 --> 00:13:02,190 +بتتعامل معاها و احنا فعليا هنتعامل مع مين؟ مع + +175 +00:13:02,190 --> 00:13:12,030 +تلاتة بس طيب الآن نبدأ نشتغل على برنامج اللي علاقة + +176 +00:13:12,030 --> 00:13:14,790 +ب database خلينا نحكي في الأول إيش البرنامج اللي + +177 +00:13:14,790 --> 00:13:19,030 +أنا بتعمله البرنامج بيسويه كتالةأول ما بدأ أشغل + +178 +00:13:19,030 --> 00:13:22,170 +طبعا من خلال البرنامج هنتعلم كل حاجة اللي علاقة + +179 +00:13:22,170 --> 00:13:28,130 +بال database هندخل على شاشة هيفتحلي زر او فيها + +180 +00:13:28,130 --> 00:13:35,350 +زرين فيها زر اسمه add employee اللي هو وظيف موظف و + +181 +00:13:35,350 --> 00:13:44,180 +بعدين فيه show all اللي هي ايش اظهر كل الموظفينلما + +182 +00:13:44,180 --> 00:13:49,600 +أضغط على add employee فعليا هيفتحلي شاشة form + +183 +00:13:49,600 --> 00:13:54,400 +ادخال للموظف لكل موظف بدنا ندخل التالي اول حاجة + +184 +00:13:54,400 --> 00:14:01,960 +بدنا ندخل اسم اله name زي هيك تمام و بعدين بدنا + +185 +00:14:01,960 --> 00:14:07,900 +نحط salary النوع اللي + +186 +00:14:07,900 --> 00:14:12,500 +هو ده بدي يكون عياش رقم تمام و بعدين بدنا نحط مثلا + +187 +00:14:12,500 --> 00:14:19,650 +check boxاللي هو is married هل + +188 +00:14:19,650 --> 00:14:22,210 +هو متزوج ولا لأ هذا check box على أساس أنك تشوف + +189 +00:14:22,210 --> 00:14:26,710 +كيف نتعامل مع البوليا تمام؟ و بعدين بيكون عندنا + +190 +00:14:26,710 --> 00:14:33,250 +date of birth تاريخ + +191 +00:14:33,250 --> 00:14:38,270 +الميلاد تاريخ الميلاد بيضغط على الزر هنا يفتحله + +192 +00:14:38,270 --> 00:14:40,110 +إيش؟ يفتحله ال calendar + +193 +00:14:44,100 --> 00:14:49,020 +تمام يختار منها التاريخ تبقى و التاريخ هينعرض هنا + +194 +00:14:49,020 --> 00:14:54,980 +اللى هيختاره هو هينعرض هنا بكفي + +195 +00:14:54,980 --> 00:14:57,620 +بدناش نتعامل .. احنا الفكرة انه نتعامل مع أنواع + +196 +00:14:57,620 --> 00:15:04,380 +بيانات مختلفة هى string هى number هى boolean وهى + +197 +00:15:04,380 --> 00:15:12,160 +ايش و هى date تمام و بعدين هى اضغط على ايش save او + +198 +00:15:12,160 --> 00:15:17,910 +addتمام؟ المفروض يضيفه على قاعدة البيانات لأن لما + +199 +00:15:17,910 --> 00:15:25,550 +ييجي على show all هيفتحله شاشة تانية فيها list + +200 +00:15:25,550 --> 00:15:30,550 +view او recyler view تمام؟ + +201 +00:15:30,550 --> 00:15:35,730 +هنا بيطلعله اسم الموظف والمفروض لما اضغط عليه + +202 +00:15:35,730 --> 00:15:40,670 +يطلعله تفاصيلبيانات الموظف كلها في activity تحقيق + +203 +00:15:40,670 --> 00:15:44,230 +جديدة اللي هي مين اللي هي التفاصيل اللي عبّها تمام + +204 +00:15:44,230 --> 00:15:51,510 +هنا بس بطلع مين الاسماء تمام في نفس هذه بدنا نحط + +205 +00:15:51,510 --> 00:15:55,790 +هنا الذر إيش بدّيش يعمل edit ال edit متروك إيه هو + +206 +00:15:55,790 --> 00:16:00,450 +ال delete delete على أساس إن أنا مقدغط عليه نمحي + +207 +00:16:00,450 --> 00:16:04,790 +من ال database عشان نتعلم كيف نمحي من ال databaseو + +208 +00:16:04,790 --> 00:16:11,470 +فوق هنا بدنا نعمل text اللي هو زي filter لل search + +209 +00:16:11,470 --> 00:16:17,290 +مثلا تكتب حرف ال a بجيبلك ب filter هذه ايش بحطلك + +210 +00:16:17,290 --> 00:16:23,170 +كل بس بحرف ال a بتكمل ah بجيبلك مين بجيبلك بس كل + +211 +00:16:23,170 --> 00:16:26,910 +ال ah واضح هنا filter search filter عشان يعني + +212 +00:16:26,910 --> 00:16:32,280 +بنتعلم فيه البرنامج هذا إيش حاجاتكثيرا تمام هذا + +213 +00:16:32,280 --> 00:16:37,520 +اللي بنبدأ فيه او بنعمله بعد ما نخلص الموضوع اذا + +214 +00:16:37,520 --> 00:16:39,900 +.. اذا غطينا هذا بنكون احنا غطينا موضوع ال + +215 +00:16:39,900 --> 00:16:48,380 +database بتفاصيله تمام طيب البداية عند project + +216 +00:16:48,380 --> 00:16:53,270 +جديد لسه .. لسه فاضيبقول لي عشان طبعا احنا لسه لحد + +217 +00:16:53,270 --> 00:16:56,110 +الان مافيش .. مافيش انا database موجودة تمام؟ بدنا + +218 +00:16:56,110 --> 00:17:00,270 +ننشئ database كنت في ال mysql تدخل على ال command + +219 +00:17:00,270 --> 00:17:06,390 +و تقوله ايش create DB تحط اسمها و بعدين create بعد + +220 +00:17:06,390 --> 00:17:11,430 +ما تنشئ ال database اه بتنشئ جوا create table صح؟ + +221 +00:17:11,430 --> 00:17:16,550 +اللي هو الوضع مختلف مش command قدامه مين اللي بده + +222 +00:17:16,550 --> 00:17:21,560 +ينشئ ال database؟ ال code تمام؟فبقول لي عشان تنشئ + +223 +00:17:21,560 --> 00:17:29,600 +database اعمل class جديدة سميها + +224 +00:17:29,600 --> 00:17:34,580 +مثلا mydbhelper وبقول + +225 +00:17:34,580 --> 00:17:37,640 +لي هذا ال class الجديدة اللي بتتعامل مع ال + +226 +00:17:37,640 --> 00:17:42,480 +database لازم تخليها تعمل extends لclass موجودة + +227 +00:17:42,480 --> 00:17:47,380 +اسمها SQLiteOpenHelper + +228 +00:17:51,360 --> 00:17:55,080 +الـ SQLite Open Helper هذه class موجودة في + +229 +00:17:55,080 --> 00:17:59,020 +الاندرويد لكنها class معلها abstract + +230 +00:18:01,510 --> 00:18:05,590 +الفكرة هيجيت ان هذا ال SQLite open helper فيها كل + +231 +00:18:05,590 --> 00:18:09,170 +حاجة بتواصلك لل database و التواصل معها و انك تعمل + +232 +00:18:09,170 --> 00:18:13,130 +معاها queries طبعا لكن هذا ال class مش كاملة ليش + +233 +00:18:13,130 --> 00:18:17,110 +مش كاملة لأنه بدها code لإنشاء ال database ال + +234 +00:18:17,110 --> 00:18:20,270 +database لسه مش موجودة فبقول انت اعمل extend لل + +235 +00:18:20,270 --> 00:18:23,850 +class هذه عشان تكتب ال code اللي بتنشئ فيه ال + +236 +00:18:23,850 --> 00:18:27,890 +database بتاعتك والعمليات التانية موجودة هتلاقيها + +237 +00:18:27,890 --> 00:18:31,320 +هترفها من ال class هذهيعني أنا بدي أعملها Extend + +238 +00:18:31,320 --> 00:18:34,180 +عشان أضيف ال code الخاص في ال database بتاعتي + +239 +00:18:34,180 --> 00:18:37,660 +المهم هو بيقوللي بدك أول خطوة عشان تتعامل مع ال + +240 +00:18:37,660 --> 00:18:40,160 +database أعمل Extend class جديدة Extend + +241 +00:18:40,160 --> 00:18:43,420 +SQLiteOpenHelper أنا ال main activity لسه ما + +242 +00:18:43,420 --> 00:18:47,780 +اتكلمتش عنها صح ولا أسبتها طيب لما تعمل Extend طلب + +243 +00:18:47,780 --> 00:18:52,140 +منك حاجات implement ل method جابلك كام method + +244 +00:18:52,140 --> 00:18:55,500 +method اسمها onCreate و method اسمه onUpgrade + +245 +00:18:55,500 --> 00:18:59,610 +هنتكلم عليهم هالجهزةو لسه فى كمان ايرو اللى هو ايش + +246 +00:18:59,610 --> 00:19:05,250 +بده بده constructor اختار ايش ابسط واحد من + +247 +00:19:05,250 --> 00:19:14,010 +constructors هاد اول واحد طيب + +248 +00:19:14,010 --> 00:19:16,390 +انتبهوا معايا هنا لإن ال constructor اللى عملته + +249 +00:19:16,390 --> 00:19:19,750 +هيستدعم مين ال super constructor بقوللى ال + +250 +00:19:19,750 --> 00:19:22,190 +constructor هاد بده يتمرر لحاجات التالية اول حاجة + +251 +00:19:22,190 --> 00:19:27,540 +لازم يتمرر لمين ال context بعدين مرر لمينname مين + +252 +00:19:27,540 --> 00:19:33,240 +اسم ال database عشان ينشئها إذا مش موجودة بنشئها + +253 +00:19:33,240 --> 00:19:38,240 +مين بنشئها ال constructor نفسه ال super فيه بيتم + +254 +00:19:38,240 --> 00:19:42,040 +الإنشاء تمام هو بيقول مرة اسم ال database إذا مش + +255 +00:19:42,040 --> 00:19:45,700 +موجودة بنشئها إذا موجودة خلاص بنشئهاش بنشئها على + +256 +00:19:45,700 --> 00:19:52,880 +ال operating system يعني + +257 +00:19:52,880 --> 00:19:56,100 +هي بتكون تاب على التطبيق عشان لو في تطبيق تانج نفس + +258 +00:19:56,100 --> 00:20:00,370 +اسملأ هذه ال database خاصة في التطبيق مافيش اي + +259 +00:20:00,370 --> 00:20:05,530 +تطبيق تاني بيستخدم ال database هذه تمام يبقى انت + +260 +00:20:05,530 --> 00:20:09,910 +لأ وهي ال name في حد تانية cursor factor هذا مش + +261 +00:20:09,910 --> 00:20:15,710 +لازمنا فإيش بنعمل هذا بيدي أشيله هنا هذا + +262 +00:20:15,710 --> 00:20:18,050 +ال parameter ماعرفش إيش هو مش لازمنا بيدي أشيله + +263 +00:20:18,050 --> 00:20:23,310 +طبعا بس هذا لازم لمين لل super حطه لنال عشان نسكت + +264 +00:20:23,310 --> 00:20:26,900 +ال superالمهم ان انت لازم تمرر في ال constructor + +265 +00:20:26,900 --> 00:20:30,700 +تلت حاجات ال context اسم ال database اللى بدك + +266 +00:20:30,700 --> 00:20:36,640 +تنشئها او اللى بدك تشبك معاها لو هى موجودة تمام ما + +267 +00:20:36,640 --> 00:20:39,340 +هو ال database هدى امتى بنشئها يا جماعة اول مرة بس + +268 +00:20:39,340 --> 00:20:44,800 +تاني مرة خلاص بشبك معاها تمام وحاجة تالتة هنا ال + +269 +00:20:44,800 --> 00:20:49,090 +version تاع ال databaseماذا يعني الـ version هذا؟ + +270 +00:20:49,090 --> 00:20:55,890 +هلجيت بيقولك ان افرض انت قررت تغير تركيب أو ال + +271 +00:20:55,890 --> 00:20:58,930 +structure بتاع ال database بتاعتك نفس الاسم بس ايش + +272 +00:20:58,930 --> 00:21:02,850 +بتغير في ال database تركيبها ماعليك ان تروح تحط + +273 +00:21:02,850 --> 00:21:06,890 +version ايش تبعت رقم version جديد فهو يروح يعمل و + +274 +00:21:06,890 --> 00:21:10,670 +كأنه هيعمل ايش database جديدة يعني انت لما تغير ال + +275 +00:21:10,670 --> 00:21:15,510 +version كأنك قلتله شيل ال database الجديدة و اعمل + +276 +00:21:15,510 --> 00:21:21,650 +واحدة جديدة بنفس الاسميعني هذا يعني و كأنك كل ما + +277 +00:21:21,650 --> 00:21:26,510 +تغير تزيد ال virgin الاصل ال virgin يظل ايش نفسه + +278 +00:21:26,510 --> 00:21:32,190 +ثابت تمام و مبدأ مثلا رقم واحد اه قررت بعد ذلك + +279 +00:21:32,190 --> 00:21:38,430 +تغير في ال database تمام تغير يعني تشيل ال + +280 +00:21:38,430 --> 00:21:42,570 +database تحط database جديدة او structure جديد بتحط + +281 +00:21:42,570 --> 00:21:46,400 +virgin اتنين هيك بيفهم يعني هو شوف كيف بيشتغلإذا + +282 +00:21:46,400 --> 00:21:50,420 +مررت اسم ال database و ال version أول مرة بنشأ ال + +283 +00:21:50,420 --> 00:21:55,020 +database تمام بعد هيك إذا مررت نفس اسم ال database + +284 +00:21:55,020 --> 00:21:58,920 +و نفس ال version بشمك على ال database المنشأة لو + +285 +00:21:58,920 --> 00:22:02,240 +إجيت بعد هيك غيرت اسم ال database و ال version دلت + +286 +00:22:02,240 --> 00:22:06,480 +زي ما هي عاد بنشأ database جديدة بنفس الاسم تمام + +287 +00:22:07,180 --> 00:22:09,660 +الـ Database القديمة بالاسم القديم بيبقى لها + +288 +00:22:09,660 --> 00:22:13,720 +موجودة طبعا طب لو أتيت نفس اسم ال database بس غيرت + +289 +00:22:13,720 --> 00:22:18,080 +مين ال version هيك بيفهم أن أنت برضه بحفظ database + +290 +00:22:18,080 --> 00:22:23,100 +جديدة بنفس الاسم بس في الحالة هذه إيش هيعمل في + +291 +00:22:23,100 --> 00:22:29,900 +الجديمة بحفظش two databases بنفس الاسم طبعا بس لو + +292 +00:22:29,900 --> 00:22:32,980 +أنت مررت نفس ال version هيشبك مع الجديد لو غيرت ال + +293 +00:22:32,980 --> 00:22:36,920 +version هيعمله كأنه عمل database جديدةفإحنا دائما + +294 +00:22:36,920 --> 00:22:40,580 +لو بدنا نعمل database جديدة بنفس الإسم بنغير مين + +295 +00:22:40,580 --> 00:22:46,840 +ال version هذه طيب شوف الآن عملية إنشاء ال + +296 +00:22:46,840 --> 00:22:51,300 +database مش بس database بده ينشأ جواها table طيب + +297 +00:22:51,300 --> 00:22:54,680 +في عندنا two methods واحدة اسمها onCreate واحدة + +298 +00:22:54,680 --> 00:23:00,650 +اسمهاعلى الـ Upgrade طيب هدولة مين هيستدعيهم؟ + +299 +00:23:00,650 --> 00:23:04,530 +Automatically ال SQL Lite إيش اللي بيصير؟ لو أنت + +300 +00:23:04,530 --> 00:23:10,210 +أول مرة أول مرة تمرر اسم database و Virgin هيروح + +301 +00:23:10,210 --> 00:23:15,460 +ينشئ ال database ويروح يستدعي مين؟on create ليش + +302 +00:23:15,460 --> 00:23:19,660 +بده يستخدم on create لأنه انت بدك تحكيله يا مبرمج + +303 +00:23:19,660 --> 00:23:23,400 +ايش يعمل جوا ال database ايش ال tables اللي يعملهم + +304 +00:23:23,400 --> 00:23:28,800 +هو بنجمش هو ايش بده يسوي جوا ال database فهنا انت + +305 +00:23:28,800 --> 00:23:32,280 +بده انحط ال code انشاء الجداول اللي بتكون موجودة + +306 +00:23:32,280 --> 00:23:38,660 +في قاعدة البيانات الان لو غيرت رقم ال version بفهم + +307 +00:23:38,660 --> 00:23:44,090 +ان انت بدك تعمل database جديدةهيروح ينفذ on + +308 +00:23:44,090 --> 00:23:47,330 +upgrade عشان تقوله إيش بده يعمل في ال database + +309 +00:23:47,330 --> 00:23:52,370 +القديمة و بعدين بنفذ مرة تانية on create عشان يعمل + +310 +00:23:52,370 --> 00:23:56,450 +الأشياء الجديدة طب الآن عملت database و بضل لدك + +311 +00:23:56,450 --> 00:23:58,710 +تستدعيها خلاص مش هيستدعي ال on create ولا on + +312 +00:23:58,710 --> 00:24:01,270 +upgrade إمتى بس هيستدعي ال on create ولا on + +313 +00:24:01,270 --> 00:24:05,950 +upgrade يا إما عند أول مرة أو عند التعديل تغيير + +314 +00:24:05,950 --> 00:24:08,930 +رقم ال version تمام؟ + +315 +00:24:11,570 --> 00:24:15,610 +طبعا هذا استخدمت انا ال class هذه اصلا لسه مش + +316 +00:24:15,610 --> 00:24:19,050 +كاملة تمام بس انا فعليا و انا هاستخدمها في ال main + +317 +00:24:19,050 --> 00:24:22,350 +activity يعني هذه في ال main activity هنا هروح + +318 +00:24:22,350 --> 00:24:32,370 +نقوله mydbhelper helper مثلا new + +319 +00:24:32,370 --> 00:24:34,990 +mydbhelper + +320 +00:24:36,660 --> 00:24:39,580 +بدوا تلت حاجات صح اللي هو الـ get application + +321 +00:24:39,580 --> 00:24:43,060 +context وبدوا اسم ال database بده يسميها employee + +322 +00:24:43,060 --> 00:24:50,980 +DB تمام و version 1 مثلا طيب + +323 +00:24:50,980 --> 00:24:56,140 +الآن استدعى مين ال constructor هذا وهذا نادى + +324 +00:24:56,140 --> 00:24:59,060 +السوبر هيك في اللحظة هذه هينشئ ال database بس + +325 +00:24:59,060 --> 00:25:02,220 +هيروح يستدعى مين اللي انكريت مش هيلاقي فيها حاجة + +326 +00:25:02,220 --> 00:25:07,070 +مش هيعمل tables جوا ال databaseفلازم احنا نكمل هذه + +327 +00:25:07,070 --> 00:25:10,850 +قبل ما نروح نستخدم ال object ال on create هذا ايش + +328 +00:25:10,850 --> 00:25:15,150 +اللي لازم تعمل لازم تعمل جداول جوا ال database طيب + +329 +00:25:15,150 --> 00:25:18,490 +كيف نعمل الجداول لاحظ انه في ال on create جاب لك + +330 +00:25:18,490 --> 00:25:25,130 +هنا parameter اسمه SQLite database DB هذا ال DB هو + +331 +00:25:25,130 --> 00:25:30,530 +الكل في الكل عن طريقه بنفث استعلامات ال SQL كيف + +332 +00:25:30,530 --> 00:25:35,940 +تعال هو عشان هي الدكية عشان تقدر تعمل createتابل + +333 +00:25:35,940 --> 00:25:42,080 +تمام تعال DB dot فينا أنك مجموعة أوامر في أوامر + +334 +00:25:42,080 --> 00:25:47,460 +اسمه إيش query raw query وفي عندك إيش execute SQL + +335 +00:25:47,460 --> 00:25:52,460 +هذا query لإيش ال query لل select أخدتوا ال select + +336 +00:25:52,460 --> 00:25:59,480 +select عشان تقرأ من ال database تمام لكن أنا الآن + +337 +00:25:59,480 --> 00:26:02,920 +بدي أنفذ تعليمة مش query اللي هي إيش التعليم اللي + +338 +00:26:02,920 --> 00:26:08,330 +بنفذهاانشاء table فبنستخدم method اسمها ايش + +339 +00:26:08,330 --> 00:26:14,850 +execute SQL نفس تنفيذ تعليمة SQL ايش بتاخد بين + +340 +00:26:14,850 --> 00:26:20,330 +قوسين SQL تمام يعني هنا بنفس تعليمة انشاء table + +341 +00:26:20,330 --> 00:26:28,210 +create table فلقيت شغل database create table + +342 +00:26:32,730 --> 00:26:38,570 +إيش اسم ال table نسميه employee و بعدين إيش بنعمل + +343 +00:26:38,570 --> 00:26:44,090 +بنفتح أقواس عشان نحط أسماء الحقول أول حقل بدي + +344 +00:26:44,090 --> 00:26:52,190 +أسميه ID تمام بدي أحطه integer auto increment + +345 +00:26:52,190 --> 00:27:01,330 +primary + +346 +00:27:01,330 --> 00:27:17,370 +keynot me + +347 +00:27:17,370 --> 00:27:20,470 +ليش يعني + +348 +00:27:36,550 --> 00:27:42,930 +auto ..طيب اعمل اول حقل او اول عمود في الجدول ID + +349 +00:27:42,930 --> 00:27:46,630 +اسمه خليته integer و auto increment ايش يعني ايه؟ + +350 +00:27:46,630 --> 00:27:50,250 +يعني مش انا اللي بضيفه لحاله هيعمله بعدين ال + +351 +00:27:50,250 --> 00:27:55,690 +parameter التاني بنسميه name نوع ايش؟ text + +352 +00:28:00,970 --> 00:28:05,870 +بدي احطه برضه not null بعدين + +353 +00:28:05,870 --> 00:28:11,210 +salary ممكن احطه ريال لو عندك ثور في ال salary + +354 +00:28:11,210 --> 00:28:21,030 +بعدين في ان اش is married لو + +355 +00:28:21,030 --> 00:28:26,670 +حطيته بوليان بظبط لحاله بيحوله لاش لانتجة تمام هو + +356 +00:28:26,670 --> 00:28:31,920 +المفروض يفهم SQLوالحاله بيحول كل نوع للنوع اللي + +357 +00:28:31,920 --> 00:28:42,680 +ايش بوافقه ايش في كمان بيانات ال date of birth هذا + +358 +00:28:42,680 --> 00:28:47,680 +بدي أحطه real كرقم ماحطتهوش integer لأنه ال + +359 +00:28:47,680 --> 00:28:52,320 +integer برضه limited حجمه ال date لما حوله لرقم + +360 +00:28:52,320 --> 00:28:54,940 +بخاف يكون كبير كتير فحطته real + +361 +00:28:57,380 --> 00:29:02,820 +هذه تعليمة تحت إنشاء ال table أخدته زيها ولا لأ + +362 +00:29:02,820 --> 00:29:07,440 +create table employee و بفتح قص و بحدد وصف كل عمود + +363 +00:29:07,440 --> 00:29:16,100 +اسم كل عمود و ال data type ال data type تبعته يعني + +364 +00:29:16,100 --> 00:29:19,940 +اللي هيصير التالي يا جماعة أول ما تشغله تبعتله اسم + +365 +00:29:19,940 --> 00:29:25,390 +database و Virginبروح بدور في الـ SQLite اللي عنده + +366 +00:29:25,390 --> 00:29:29,130 +على الجهاز هل في database اسمها employee DB و ال + +367 +00:29:29,130 --> 00:29:33,530 +version بتاعتها واحد لأ إذا فاش بروح بنشق ال + +368 +00:29:33,530 --> 00:29:37,370 +database في الأول و بعدين بستدعي ال on create عشان + +369 +00:29:37,370 --> 00:29:40,550 +يعرف إيش يعمل جوا ال database المنشقة فينشق main + +370 +00:29:40,550 --> 00:29:45,270 +table عشان هيك أعملها abstract class لأن في حاجات + +371 +00:29:45,270 --> 00:29:49,070 +أنت لازم تكملها هي مبرمج تمام اللي هي main إنشاء + +372 +00:29:49,070 --> 00:29:54,490 +الجداوشغلت التطبيق مرة تانية، مش معقول ينشئ + +373 +00:29:54,490 --> 00:29:57,990 +database جديدة ويمحي لك الأولانية، فهيروح يشوف هل + +374 +00:29:57,990 --> 00:30:01,590 +في database اسمها employeeDBconversion1 على ال + +375 +00:30:01,590 --> 00:30:07,160 +database موجودة، خلاص مش هينفذالـ on create مرة + +376 +00:30:07,160 --> 00:30:11,540 +تانية يعني هذه بتنفذ بس ايش اول مرة الان روح + +377 +00:30:11,540 --> 00:30:17,560 +اتغيرت ال version سميتها ايش اتنين هك فهم انه بده + +378 +00:30:17,560 --> 00:30:21,100 +يعمل upgrade انه ال database القديمة بدها تتغير + +379 +00:30:21,100 --> 00:30:26,260 +لإيش لإي شي جديد فببساطة بروح في الأول بيستدعي مين + +380 +00:30:26,260 --> 00:30:30,020 +لما يلاقي ال version اتغيرت بيستدعي مين ال on + +381 +00:30:30,020 --> 00:30:33,180 +upgrade شوف انا اش بده اعمل في ال on upgrade بده + +382 +00:30:33,180 --> 00:30:34,500 +اقوله execute + +383 +00:30:38,830 --> 00:30:54,030 +drop if exists + +384 +00:30:54,030 --> 00:31:02,050 +لو + +385 +00:31:02,050 --> 00:31:05,530 +اتغيرت رقم ال version بيفهم انك تريد تعمل upgrade + +386 +00:31:05,530 --> 00:31:09,090 +على ال databaseفهيروح ينفذ upgrade جوا ال upgrade + +387 +00:31:09,090 --> 00:31:13,890 +ايش قلتله قلتله روح ببساطة ا drop ال table اللي هو + +388 +00:31:13,890 --> 00:31:19,350 +ال employee وروح نفذ مين نفذ مين ال on create تاني + +389 +00:31:19,350 --> 00:31:24,810 +اللي هي هتعمل ايش انشاء table جديد فانا لو في لحظة + +390 +00:31:24,810 --> 00:31:30,570 +قررت ان اضيف عموض على ال employee ايش لازم اعمل + +391 +00:31:30,570 --> 00:31:35,050 +مضطر في الحالة هذه ان اغير لازم اروح طبعا في ال my + +392 +00:31:35,050 --> 00:31:39,530 +dp helper اغير مينالـ SQL هي التعليم عشان اضيف + +393 +00:31:39,530 --> 00:31:45,330 +العمود الجديد تمام و بعدين اروح هنا اغير رقم ال + +394 +00:31:45,330 --> 00:31:48,290 +version لحاله هيروح ينفذ upgrade هيعمل دروس لل + +395 +00:31:48,290 --> 00:31:52,370 +table اه هتفقدها اذا بدك تحتفظ فيها بدك شغل اكتر + +396 +00:31:52,370 --> 00:31:55,810 +من هيك تمام انه في ال upgrade جيب البيانات و + +397 +00:31:55,810 --> 00:31:59,570 +احفظهم و يروح ضيف column ويرجع البيانات زي ما كان + +398 +00:31:59,570 --> 00:32:03,010 +بدها شغل اكتر انا هنا upgrade عملته بمنتهى البساطة + +399 +00:32:03,010 --> 00:32:06,190 +انه يسقط ال table كله و يعمل table جديد + +400 +00:32:09,030 --> 00:32:12,150 +واضحة هذه الفكرة يا جماعة؟ هذه أصعب حاجة دلوقتي في + +401 +00:32:12,150 --> 00:32:22,450 +الموضوع كله تمام؟ خلصنا ال class هذه تمام؟ الآن + +402 +00:32:22,450 --> 00:32:26,730 +هنرجع أين شغلنا؟ في المين الآن في المين أول ما + +403 +00:32:26,730 --> 00:32:30,530 +يشتغل مررتله أنا اسم database و virgin وقالت اكون + +404 +00:32:30,530 --> 00:32:34,970 +virgin 1 ال database مش موجودة مسبقا هيروح ينشئها + +405 +00:32:34,970 --> 00:32:40,090 +ويعمل ال table زي ما هو مكتوب وينفي ال on create + +406 +00:32:40,090 --> 00:32:48,250 +تاعة ال mydb helper تمام هات متأكد منها employee + +407 +00:32:48,250 --> 00:32:51,650 +integer primary key auto increment not null name + +408 +00:32:51,650 --> 00:32:55,670 +text salary real is married boolean date of birth + +409 +00:32:55,670 --> 00:33:01,770 +real تمام طيب الأن هنعمل run + +410 +00:33:25,470 --> 00:33:31,990 +تمام التطبيق اشتغل بس لسه بيعملش حاجة طبعا الآن + +411 +00:33:31,990 --> 00:33:38,850 +انا بتأكد انه في ايش في data base اللي عملت خلاص + +412 +00:33:38,850 --> 00:33:41,630 +إذا مافيش error معناها خلاص لأن هذا السطر خلاص + +413 +00:33:41,630 --> 00:33:46,010 +بيظل دايما وينأول سطر في الـ on create بعد الـ set + +414 +00:33:46,010 --> 00:33:50,830 +content view طبعا هذا إذا ال database مش موجودة + +415 +00:33:50,830 --> 00:33:56,330 +بنشيها موجودة خلاص طبعا الآن تعالي هنا على ال + +416 +00:33:56,330 --> 00:34:00,570 +helper لإن احنا عاملين ال database بس لإنها مالهاش + +417 +00:34:00,570 --> 00:34:03,590 +قيمة بدنا نعمل عليها عمليات أول عملية بدنا نعملها + +418 +00:34:03,590 --> 00:34:10,070 +إيش لأ مافيش select أصلا بدنا نعمل insert فبتروح + +419 +00:34:10,070 --> 00:34:15,540 +لل helperو بتقوله طيب في get عندك حاجة اسمها + +420 +00:34:15,540 --> 00:34:17,920 +readable database و في get writeable database + +421 +00:34:17,920 --> 00:34:23,580 +الاتنين بيرجعوا حاجة اسمها SQLite database ال + +422 +00:34:23,580 --> 00:34:26,000 +SQLite database اتكلمنا عليه قبل شوية اللي هو + +423 +00:34:26,000 --> 00:34:30,580 +شفناه وين في ال helper هذا مش هذا اسمه ال SQLite + +424 +00:34:30,580 --> 00:34:34,500 +database هذا الكل في الكل اللي عن طريقه ايش تعمل + +425 +00:34:34,500 --> 00:34:38,950 +عملية في ال database فإذا جبته خلاصفالان كيف + +426 +00:34:38,950 --> 00:34:42,190 +بنجيبه؟ من الـ helper بتقوله get يا readable + +427 +00:34:42,190 --> 00:34:46,230 +database يا writeable حسب إنت إيش بدك تعمل إذا بدك + +428 +00:34:46,230 --> 00:34:50,750 +تعمل بس قراءة جيب readable إذا بدك تعمل إضافة بدك + +429 +00:34:50,750 --> 00:34:54,630 +مين writeable وهذا إيش برجعلك SQLite database + +430 +00:34:54,630 --> 00:35:01,590 +فتعال هنا تنشئ reference SQLite database سميه DB + +431 +00:35:05,950 --> 00:35:11,170 +الان كل الشغل عن طريق مين ال DB بدي أقوله execute + +432 +00:35:11,170 --> 00:35:19,850 +SQL اللي هي لإيش من النفذ SQL هكذا كيف بنضيف على + +433 +00:35:19,850 --> 00:35:25,610 +ال database insert into employee + +434 +00:35:30,010 --> 00:35:34,690 +بتحط قصين إيش الأعمدة اللي بدك تضيف عندها صح أو لا + +435 +00:35:34,690 --> 00:35:38,330 +ال ID احنا مابناش نضيفه لأنه ماله auto increment + +436 +00:35:38,330 --> 00:35:45,470 +بس بدنا نضيف name وبدنا نضيف salary وبدنا نضيف + +437 +00:35:45,470 --> 00:35:48,530 +azmarin وخلّق ال data البيض خلّيه لبعد هذا الجثة + +438 +00:35:48,530 --> 00:35:55,430 +التانية تمام؟ خلصنا؟ لأ بعدين بتفتح إيش كلمة value + +439 +00:35:55,430 --> 00:36:03,340 +إزاي كده الآن بدك تعطيلهقيم الان طبعا كل قيمة + +440 +00:36:03,340 --> 00:36:07,560 +أحطها بين single quotation لأن ال string كلها بين + +441 +00:36:07,560 --> 00:36:13,720 +ال double مثلا بدي أضيف ال name أحمد هدى عشانها + +442 +00:36:13,720 --> 00:36:18,020 +text السلري عشانه رقم مش محتاج quotation مثلا + +443 +00:36:18,020 --> 00:36:24,720 +الفين و خمسمية تمام is married مثلا true + +444 +00:36:28,470 --> 00:36:35,390 +بالحالة هو هيحولها لمفروض هجيت متجربها هذه لل + +445 +00:36:35,390 --> 00:36:39,630 +insert query insert SQL statement مش query غلط + +446 +00:36:39,630 --> 00:36:43,650 +insert statement insert into employee تفتح course + +447 +00:36:43,650 --> 00:36:47,270 +أسماء الأعمدة اللي بدك تضيف عندها و بعدين values و + +448 +00:36:47,270 --> 00:36:51,110 +القيمة اللي بدك تضيفها في كل عمود لازم الترتيب هنا + +449 +00:36:51,110 --> 00:36:52,930 +زي الترتيب اللي هنا تمام؟ + +450 +00:36:58,010 --> 00:37:07,070 +الأن المفروض هيك ضعف بيانات تعالوا إيش نعمل نضيف + +451 +00:37:07,070 --> 00:37:12,990 +أكتر من واحد ما + +452 +00:37:12,990 --> 00:37:18,090 +هو أنت احنا لسه خطوة خطوة يعني قدام هنسير ناخد من + +453 +00:37:18,090 --> 00:37:22,910 +حقول و لما نضغط على الذر بنفذ مين التعليمة + +454 +00:37:40,730 --> 00:37:44,610 +طبعا هذا هيتن .. عنده الانكري احنا لسه في الأول + +455 +00:37:44,610 --> 00:37:48,250 +بنجرب يعني جاب ال graphic ال user internet بخطوة + +456 +00:37:48,250 --> 00:37:53,610 +خطوة نتأكد انه بضيف و بحذف و بعدين بنعمل buttons و + +457 +00:37:53,610 --> 00:38:01,850 +زرار و شاشات طيب + +458 +00:38:01,850 --> 00:38:09,830 +صار في error تغلبوني + +459 +00:38:09,830 --> 00:38:16,380 +او لا؟طب هتجرب هذا مثلا هاي واحد صفر + +460 +00:38:39,430 --> 00:38:43,790 +ممكن عشان تقدر volume اذا ماعرفتش data طبعا لان ده + +461 +00:38:43,790 --> 00:38:46,630 +هو لما اتشغل بعد انا كده زمان + +462 +00:39:30,530 --> 00:39:48,130 +طيب اين الغلطة جيت اه + +463 +00:39:48,130 --> 00:39:54,370 +طيب + +464 +00:39:54,370 --> 00:40:02,290 +شكله انا لما شغلت اول مرةكانت virgin ايش؟ نين فانا + +465 +00:40:02,290 --> 00:40:19,950 +مرجعتها لو واحد قاللي مقدرش اعمل downgrade اذا + +466 +00:40:19,950 --> 00:40:23,590 +كتبت واحدة مشهورة في الفيلم جيتك ال data بينه او + +467 +00:40:23,590 --> 00:40:26,230 +الشيشة اللي صمت؟ + +468 +00:40:30,920 --> 00:40:36,200 +لو أنت قصدك ليش أنا بدأت يعني بال database لأن أنت + +469 +00:40:36,200 --> 00:40:40,160 +لسه بتعرفش database صح ولا لازم في الأول أبدأ لك + +470 +00:40:40,160 --> 00:40:43,680 +أنا database و أضيف و أحذف بدون لسه وجهات و بعدين + +471 +00:40:43,680 --> 00:40:47,840 +بربط لكيها بالوجهات لكن انا لو دخلتلك code الوجهات + +472 +00:40:47,840 --> 00:40:51,480 +مع code ال database هتصير اتلخبط صح ولا و هضيع + +473 +00:40:51,480 --> 00:40:56,200 +كمان وقت كتير يعني الوجهات بتاخد وقت طويل و أنا + +474 +00:40:56,200 --> 00:41:02,020 +بعملهافخلّيني أغطي الأساسي هي اشتغل تمام ضعفها + +475 +00:41:02,020 --> 00:41:05,880 +المشكلة اللي كانت موجودة أنه أنا أول مرة لما عملت + +476 +00:41:05,880 --> 00:41:08,540 +كنت حاط ال virgin اتنين فرجعت لواحد بيقولي مانفعش + +477 +00:41:08,540 --> 00:41:15,160 +تعمل down grade طيب أعتقد الأن أن هذا بنفع تحطه + +478 +00:41:15,160 --> 00:41:17,460 +مثلا هاتنمل كمان واحد + +479 +00:41:28,720 --> 00:41:31,720 +طبعا هدول عملتلهم comment ليش؟ انا ضفتهم على ال + +480 +00:41:31,720 --> 00:41:34,220 +data لازم، بديش يقوموا يضافوا تاني + +481 +00:42:05,650 --> 00:42:09,290 +هذا الـ false ما زبطتش يبقى شايف انت لازم تدخل + +482 +00:42:09,290 --> 00:42:13,350 +البيانات إيش لل boolean صفر واحد انت لما أنشأت + +483 +00:42:13,350 --> 00:42:16,050 +الجدول قلتله boolean بس لما أنشأه في ال database + +484 +00:42:16,050 --> 00:42:20,970 +أنشأه كإيش ك integer فلازم تدخلهم صفر واحد العموم + +485 +00:42:20,970 --> 00:42:28,070 +احنا لحد تلان ضفنا تلت سطور بدنا الآن نتأكد بس إن + +486 +00:42:28,070 --> 00:42:33,020 +هم موجودين هدولة لأ التأكد هذا بدا queryالـ query + +487 +00:42:33,020 --> 00:42:37,820 +هذه بتاخد وجهة طيب خلاص احنا بنكتفي اليوم بالقدر + +488 +00:42:37,820 --> 00:42:41,680 +هذا يعني شبكنا مع ال database أنشأنا ال database و + +489 +00:42:41,680 --> 00:42:45,340 +ال table و أضفنا بيانات على ال database المرة اللي + +490 +00:42:45,340 --> 00:42:48,760 +جاي بنعرضها للبيانات و بنبدأ نربطها في إيش؟ في + +491 +00:42:48,760 --> 00:42:51,460 +الوجهات خلاص يا عزيزي أعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18.srt new file mode 100644 index 0000000000000000000000000000000000000000..1c22da7d5d087ccb378cd37f19edf77da91c5c81 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18.srt @@ -0,0 +1,1934 @@ +1 +00:00:21,290 --> 00:00:25,010 +بسم الله الرحمن الرحيم إن شاء الله اليوم هنكمل + +2 +00:00:25,010 --> 00:00:30,150 +موضوع الـ layouts، المحاضرة الماضية أخذنا أو اشتغلنا + +3 +00:00:30,150 --> 00:00:34,670 +على الـ linear layout + +4 +00:00:34,670 --> 00:00:37,990 +وحكينا يا جماعة أن الـ linear layout بترتب عناصر + +5 +00:00:37,990 --> 00:00:42,870 +الشاشة يا إما أفقيا يا إما رأسيا، وشوفنا أن أحنا + +6 +00:00:42,870 --> 00:00:45,910 +ممكن نستفيد من الـ linear layout عشان نعمل أي تصميم + +7 +00:00:45,910 --> 00:00:50,640 +أحنا بدأنا عن طريق أن أنا أعمل layouts ببعضها + +8 +00:00:50,640 --> 00:00:54,000 +جربنا نعمل مثال للمحاضرة الماضية، أن أنا عملت مثلا + +9 +00:00:54,000 --> 00:01:00,360 +صورة، وتحتها في عندي مربعات إدخال username و + +10 +00:01:00,360 --> 00:01:04,820 +password، وبعدين زرين مثلا login و cancel، وشوفنا + +11 +00:01:04,820 --> 00:01:08,480 +كيف أن أنا في المثال هذا استخدمت أكثر من layout مع + +12 +00:01:08,480 --> 00:01:12,580 +بعض، في الأساس أن عندي vertical linear layout بحط + +13 +00:01:12,580 --> 00:01:18,000 +فيها الصورة، يعني هذه بتكون الـ vertical، هذه كلها + +14 +00:01:20,370 --> 00:01:27,190 +vertical linear layout جواها + +15 +00:01:27,190 --> 00:01:32,970 +الآن، أحط الصورة في البداية، وبعدين هنا بحط + +16 +00:01:32,970 --> 00:01:36,870 +linear layout horizontal عشان أحط فيها الـ text + +17 +00:01:36,870 --> 00:01:38,950 +view والـ edit text، وكمان linear layout + +18 +00:01:38,950 --> 00:01:41,850 +horizontal، وكمان linear layout horizontal عشان + +19 +00:01:41,850 --> 00:01:45,610 +أحط فيها الزرار، تمام، وجربناها، اشتغلناها المحاضرة + +20 +00:01:45,610 --> 00:01:50,250 +الماضية، وتعرفنا على بعض الأمور المتعلقة بالـ Layout + +21 +00:01:50,250 --> 00:01:54,670 +زي مثلا الـ weight، الـ weight إيش فيه، ديته مثلا أنه + +22 +00:01:54,670 --> 00:02:01,470 +يحدد وزن العناصر داخل السطر، تمام؟ وتعرفنا كمان على + +23 +00:02:01,470 --> 00:02:05,850 +خاصيتين اسمهم الـ gravity و layout gravity، الـ gravity + +24 +00:02:05,850 --> 00:02:13,650 +لمحتوى العنصر، وين اتجاهه، Layout Gravity لمكان العنصر + +25 +00:02:13,650 --> 00:02:17,470 +بالنسبة للـ Layout، تمام. طيب، فجينا عشان ننهي الموضوع + +26 +00:02:17,470 --> 00:02:22,670 +هدفنا ناخد مثال سريع على برضه Linear Layout، ونتعلم + +27 +00:02:22,670 --> 00:02:26,270 +منه أشياء جديدة، وبعدين ننتقل لـ Layout جديد، بدنا نعمل + +28 +00:02:26,270 --> 00:02:31,510 +أحنا الـ interface، الشكل اللي تبعه هيكون كالتالي، هنا + +29 +00:02:31,510 --> 00:02:36,930 +هيكون عندي صورة، بعدين الشاشة مجسمة لجسمين هنا + +30 +00:02:36,930 --> 00:02:42,910 +بيدكون عندي مجموعة أزرار تحت بعضها، هنا هتكون عندي + +31 +00:02:42,910 --> 00:02:48,390 +مثلا محتوى مفتوح، المحتوى المفروض لو زاد عن حجم + +32 +00:02:48,390 --> 00:02:54,430 +الشاشة يصير فيه عندي scroll، تمام، يعني سنبقى الآن + +33 +00:02:54,430 --> 00:02:57,690 +من الـ scroll، تعالوا نشوف كيف نعمل محتوى، هنا فيه + +34 +00:02:57,690 --> 00:03:02,310 +صورة مثلا أو logo، هنا فيه زر، وهنا فيه محتوى + +35 +00:03:06,450 --> 00:03:10,430 +فالآن، أول حاجة قبل أن أخطط لشاشة زي هيك، كيف ممكن + +36 +00:03:10,430 --> 00:03:15,450 +نصممها باستخدام الـ linear layout؟ شاشة + +37 +00:03:15,450 --> 00:03:20,090 +زي هذه، لأنها جاهزة، أنا بدأت أعملها وبدأت أشيل أنا + +38 +00:03:20,090 --> 00:03:24,350 +اللي موجود، خلّيتها + +39 +00:03:24,350 --> 00:03:26,030 +بس linear layout واحدة فوق + +40 +00:03:33,420 --> 00:03:35,940 +طيب، design زي هذا كيف أحنا ممكن نعمله باستخدام + +41 +00:03:35,940 --> 00:03:41,840 +linear layout؟ مين يقول لي؟ يلا، أيوة + +42 +00:03:41,840 --> 00:03:44,740 +شغل المخ يا جماعة، كيف نعمله بـ linear layout؟ أيوة + +43 +00:03:44,740 --> 00:03:52,300 +أول + +44 +00:03:52,300 --> 00:03:55,440 +حاجة، أنت بدك layout للـ activity ككل، لازم الـ + +45 +00:03:55,440 --> 00:03:58,640 +activity يكون فيها، تبدأ بـ layout، إيش الـ layout + +46 +00:03:58,640 --> 00:04:01,980 +الكبيرة؟ أيوة + +47 +00:04:03,440 --> 00:04:06,720 +تمام، في عندك layout كبيرة اللي هي vertical linear + +48 +00:04:06,720 --> 00:04:12,620 +layout، ليش؟ لأن أنت هي الشاشة مجسمة، هي بنعمل + +49 +00:04:12,620 --> 00:04:20,060 +linear layout، وتكون vertical عشان أحط + +50 +00:04:20,060 --> 00:04:27,400 +الصورة هنا، هذا السطر، وهذول كلهم في السطر الثاني + +51 +00:04:27,400 --> 00:04:32,210 +صح ولا يا جماعة؟ هذه الـ Vertical Linear Layout هذا + +52 +00:04:32,210 --> 00:04:37,490 +سطر، وهذا سطر ثاني، سطر الأول بحط فيه صورة، سطر + +53 +00:04:37,490 --> 00:04:40,970 +الثاني لسه بده شغل، إيش بده السطر الثاني؟ فيه + +54 +00:04:40,970 --> 00:04:43,310 +السطر الثاني فيه عندك هي مجسمة + +55 +00:04:46,940 --> 00:04:50,300 +يبقى هنا Linear Layout Horizontal، أنت تطلع دائما + +56 +00:04:50,300 --> 00:04:54,400 +على الفواصل، في عندك فاصل أفقي هنا، يبقى هذا بيبقى + +57 +00:04:54,400 --> 00:04:58,120 +Vertical Linear Layout جوا الجزء هذا، في عندك فاصل + +58 +00:04:58,120 --> 00:05:01,200 +رأسي، يبقى جوا هذا الجزء فيه Linear Layout + +59 +00:05:01,200 --> 00:05:06,180 +Horizontal، أنت معايا ولا لأ يا جماعة؟ هنا يبقى جوا + +60 +00:05:06,180 --> 00:05:11,580 +هذه بيبقى Linear Layout Horizontal، ونشوف كيف + +61 +00:05:11,580 --> 00:05:20,280 +نقسمها، خلصت؟ لسه ما خلصتش، في عندي زر هنا، هذه برضه + +62 +00:05:20,280 --> 00:05:24,100 +بدي يكون عندي هنا linear layout vertical عشان أحط + +63 +00:05:24,100 --> 00:05:29,980 +فيها الزرار، وهذا هنتكلم عليه كمان شوية، سهل ولا صعب + +64 +00:05:29,980 --> 00:05:36,140 +يا جماعة؟ بدك تعود، بدك تتدرب عليها، فتعالوا نعملها + +65 +00:05:38,870 --> 00:05:41,650 +يبقى اتفاقنا، أن الـ layout الأساسية إيش بتكون؟ + +66 +00:05:41,650 --> 00:05:46,150 +Linear Layout Vertical، يعني هاي Linear Layout، والـ + +67 +00:05:46,150 --> 00:05:51,270 +orientation Vertical، أحنا هناك ماشيين صح، لأن أول + +68 +00:05:51,270 --> 00:05:54,630 +عنصر إيش بيكون موجود؟ صورة، هل بلزم نحط الصورة جوا + +69 +00:05:54,630 --> 00:05:58,750 +layout ثانية؟ لأ، هي بتحط في سطر في الـ vertical + +70 +00:05:58,750 --> 00:06:03,510 +Linear Layout، يبقى على طول الـ image view هنا جواها بعمل + +71 +00:06:03,510 --> 00:06:04,070 +image view + +72 +00:06:08,430 --> 00:06:18,210 +عرضها عرض الشاشة، match_parent، ارتفاعها wrap_content + +73 +00:06:18,210 --> 00:06:18,810 +wrap_content wrap_content wrap_content wrap_content wrap_content + +74 +00:06:18,810 --> 00:06:19,170 +wrap_content wrap_content wrap_content wrap_content wrap_content + +75 +00:06:19,170 --> 00:06:19,210 +wrap_content wrap_content wrap_content wrap_content wrap_content + +76 +00:06:19,210 --> 00:06:19,270 +wrap_content wrap_content wrap_content wrap_content wrap_content + +77 +00:06:19,270 --> 00:06:19,570 +wrap_content wrap_content wrap_content wrap_content wrap_content + +78 +00:06:19,570 --> 00:06:19,830 +wrap_content wrap_content wrap_content wrap_content wrap_content + +79 +00:06:19,830 --> 00:06:19,870 +wrap_content wrap_content wrap_content wrap_content wrap_content + +80 +00:06:19,870 --> 00:06:36,130 +wrap_content wrap_content wrap_content + +81 +00:06:38,180 --> 00:06:41,540 +حطينا هنا أي صورة الآن بس عشان يعني نشوف منظر لأن + +82 +00:06:41,540 --> 00:06:46,640 +هذه الصورة حطها هنا، تمام، في فراغات على الجانب، شوفنا + +83 +00:06:46,640 --> 00:06:51,400 +أنت بتعدل الصورة، تصميمها هي بتقول لك fit_xy، مش هناخدنا + +84 +00:06:51,400 --> 00:06:56,080 +الـ fit_xy للصورة عشان يعطيها حجم high_scale_type + +85 +00:06:56,080 --> 00:07:01,740 +fit_xy، بس أنت المفروض تراعي بالتصميم أن تكون + +86 +00:07:01,740 --> 00:07:07,570 +الصورة مناسبة، الطول مع العرض، للتصميم اللي أنت بدك إياه + +87 +00:07:07,570 --> 00:07:10,190 +طب خلصنا الجزء اللي فوق، الجزء اللي جوا هذا + +88 +00:07:10,190 --> 00:07:15,150 +اتفقنا أنه عبارة عن linear layout إيش؟ horizontal + +89 +00:07:15,150 --> 00:07:20,110 +فبنيجي تحت الـ image view بدي أكون عندي linear + +90 +00:07:20,110 --> 00:07:27,150 +layout إيش؟ عرض الـ layout اللي جوا match_parent + +91 +00:07:27,150 --> 00:07:29,790 +ارتفاعها + +92 +00:07:31,300 --> 00:07:37,300 +برضه match_parent للأخر، تمام، الـ + +93 +00:07:37,300 --> 00:07:45,680 +orientation تبعها هي horizontal، تمام + +94 +00:07:45,680 --> 00:07:48,940 +عملنا الـ layout، تعالوا نشوف كيف منظرها + +95 +00:08:03,030 --> 00:08:07,890 +تمام، هي في المنطقة هذه، المربع كله، لأن صار في + +96 +00:08:07,890 --> 00:08:12,470 +linear layout horizontal، طيب، هاي الـ linear layout + +97 +00:08:12,470 --> 00:08:19,790 +بتاعتي، لأن جواها، صح؟ جواها بنحط كمان layout للأزرار + +98 +00:08:19,790 --> 00:08:30,590 +linear layout، طيب، قد إيش عرض الأزرار هذول؟ طيب أنت + +99 +00:08:30,590 --> 00:08:34,590 +ممكن تحط... هو للأسف ما فيش في الـ linear layout نسبة + +100 +00:08:34,590 --> 00:08:40,110 +ممكن أنت تحط حجم محدد مثلا بـ dp، تمام، وممكن + +101 +00:08:40,110 --> 00:08:44,750 +تستخدمهم بالـ weight، كيف بالـ weight؟ يعني هذول + +102 +00:08:44,750 --> 00:08:48,430 +عنصرين هيكونوا موجودين في نفس الـ linear layout، ممكن + +103 +00:08:48,430 --> 00:08:52,470 +تعطي هذا واحد وهذا اثنين وهذا ثلاثة، فعشان نعطيه + +104 +00:08:52,470 --> 00:08:56,690 +weight، في الأول نديله wrap_content، تمام، وبعدين + +105 +00:08:56,690 --> 00:09:07,850 +إيش ارتفاع للـ layout هذه؟ match_parent، و + +106 +00:09:07,850 --> 00:09:12,200 +برضه بنديله الـ weight، بس ديلي ربع لك الـ weight، هي واحد + +107 +00:09:12,200 --> 00:09:17,020 +طبعا الـ + +108 +00:09:17,020 --> 00:09:20,520 +Android، بقى لحد الآن، واحد، معناه هياخد كل الشاشة + +109 +00:09:20,520 --> 00:09:24,820 +يعني اللي... آه، لأن ما فيش غيرها، طبعا، نيجي جنبها الـ + +110 +00:09:24,820 --> 00:09:30,860 +gate، بنحط layout ثاني، مبدئيا كيف؟ ماشي، هاي الـ + +111 +00:09:30,860 --> 00:09:35,260 +orientation vertical + +112 +00:09:35,260 --> 00:09:40,500 +الآن، جنبها، مبدئيا بدي أحط layout ثاني هنا، هذه بدي + +113 +00:09:40,500 --> 00:09:41,100 +أحط كمان layout + +114 +00:09:46,980 --> 00:09:54,060 +برضه بدي أقول wrap_content، ارتفاع match_parent، و + +115 +00:09:54,060 --> 00:09:58,580 +هاي الـ weight مثلا ثلاثة، والـ orientation أي حاجة، + +116 +00:09:58,580 --> 00:10:04,140 +هذه خليها vertical، يعني الآن عشان أحنا ما نتايهش في + +117 +00:10:04,140 --> 00:10:08,460 +عند الـ layout الرئيسية، تمام، فيها image view، وفيها + +118 +00:10:08,460 --> 00:10:12,360 +بعدين linear layout اللي هي بتجمع هذول اثنين، جمع + +119 +00:10:12,360 --> 00:10:14,980 +هذا الـ linear layout، فيها layout vertical للأزرار + +120 +00:10:14,980 --> 00:10:23,160 +هيها، وجنبها فيها layout للمحتوى، وهذا أعطيناه واحد + +121 +00:10:23,160 --> 00:10:27,120 +وهذا أعطيناه ثلاثة، تعالوا نشوفها، شايف؟ هي من جسم + +122 +00:10:27,120 --> 00:10:32,760 +الشاشة، إيش؟ آه، واحد ثلاثة، ولو جبت حتى زي هيك هتظل + +123 +00:10:32,760 --> 00:10:36,760 +النسبة زي ما هي، هاي واحد ثلاثة + +124 +00:10:46,130 --> 00:10:51,730 +طيب، هذا الـ layout للأزرار، جواهنا نحط زر، تمام، فبس + +125 +00:10:51,730 --> 00:10:56,730 +أعمل button، حطه مثلا wrap_content أو match_parent + +126 +00:10:56,730 --> 00:11:01,450 +عشان ياخد على قد مساحة الـ layout اللي هو فيها، match + +127 +00:11:01,450 --> 00:11:03,690 +parent للـ button، وبياخد على قد الـ layout، مين الـ + +128 +00:11:03,690 --> 00:11:07,770 +layout اللي هو فيها؟ اللي هي هذه، تمام، فقلنا له + +129 +00:11:07,770 --> 00:11:14,090 +match_parent، وهي هنا wrap_content للـ height، text + +130 +00:11:16,060 --> 00:11:17,780 +بتن واحد + +131 +00:11:40,210 --> 00:11:44,870 +طيب، هاي خلصنا الـ... لأن هنا بدي أكون عند المحتوى + +132 +00:11:44,870 --> 00:11:47,250 +المفروض مثلا لما أضغط على الزر يطلع عندي المحتوى + +133 +00:11:47,250 --> 00:11:50,730 +هنا، لأن + +134 +00:11:50,730 --> 00:11:53,610 +أنا للمحتوى هذا إيش عامل؟ linear layout، صح؟ ممكن + +135 +00:11:53,610 --> 00:11:58,310 +أضيف فيها اللي بدي إياه، يعني مثلا هاي الـ linear layout + +136 +00:11:58,310 --> 00:12:05,490 +بتاعة المحتوى، ممكن تحط فيها مثلا text + +137 +00:12:05,490 --> 00:12:05,950 +view + +138 +00:12:09,120 --> 00:12:23,960 +match_parent، خلّيني أقول match_parent match + +139 +00:12:23,960 --> 00:12:27,500 +parent match parent match match match match match + +140 +00:12:27,500 --> 00:12:27,640 +match match match match match match match match match + +141 +00:12:27,640 --> 00:12:34,000 +match match match match match match match match + +142 +00:12:34,000 --> 00:12:40,330 +ممكن لو مكتوب فيه كلام كثير، في الوضع الحالي، هيختفي + +143 +00:12:40,330 --> 00:12:46,070 +هنجربها + +144 +00:12:46,070 --> 00:12:51,570 +بس عشان نجربها، بدنا نحط كلام كثير شوية + +145 +00:13:18,860 --> 00:13:30,420 +غيّر الكلمة عشان نشوف الفرق، تمام + +146 +00:13:30,420 --> 00:13:35,680 +لاحظ أن الـ text كثير راحت، تمام، طب خلّيني + +147 +00:13:35,680 --> 00:13:36,880 +أعمل run للتطبيق + +148 +00:13:49,270 --> 00:13:57,710 +طيب، لحد ما يشتغل، لو + +149 +00:13:57,710 --> 00:14:02,110 +كان المحتوى اللي أنت حاطه جوا الـ text view أو جوا + +150 +00:14:02,110 --> 00:14:06,030 +الـ linear layout صورة مثلا، مجموعة صور، وكان حجمهم + +151 +00:14:06,030 --> 00:14:09,530 +أكثر من حجم الشاشة، مش هتقدر تنزل تشوفه من تحت طبعا + +152 +00:14:09,530 --> 00:14:17,690 +طب إيش الحل؟ الحل الآن، أنت عارف أن المحتوى هذا، لحظة + +153 +00:14:17,690 --> 00:14:18,050 +شوية + +154 +00:14:20,710 --> 00:14:27,190 +هذا المحتوى، الـ text view حجمه كبير، تمام، بتيجي + +155 +00:14:27,190 --> 00:14:31,910 +حول أو أفضل من الـ text view، بتاخد الـ layout كلها + +156 +00:14:31,910 --> 00:14:36,110 +اللي هي إيش؟ الـ linear layout، تمام، بدي أجعل الـ + +157 +00:14:36,110 --> 00:14:41,310 +linear layout نفسها، وأحطها داخل حاجة اسمها scroll + +158 +00:14:56,960 --> 00:15:13,320 +داخل scroll view، طيب + +159 +00:15:13,320 --> 00:15:17,660 +لاحظ الـ scroll view وين بدأ؟ بدأ من هنا وانتهى هنا + +160 +00:15:17,660 --> 00:15:25,020 +هل هذا صح؟ لأ، المفروض أن هذا التسليك بعد بعد الـ + +161 +00:15:25,020 --> 00:15:29,300 +layout، لأ، أنا حطيت الـ linear layout بالـ text اللي + +162 +00:15:29,300 --> 00:15:34,740 +فيها، هذول كلهم، حطيته جوه الـ scroll view، لأن الـ + +163 +00:15:34,740 --> 00:15:40,080 +scroll view هو حاطط weight، weight ثلاثة، يعني الآن هنا + +164 +00:15:40,080 --> 00:15:46,380 +صار في scroll view ماخذ ثلاثة أجزاء، وهذا ماخذ جزء، جوه + +165 +00:15:46,380 --> 00:15:50,080 +الـ scroll view محطوط عند linear layout، جوه الـ + +166 +00:15:50,080 --> 00:15:51,380 +linear layout، حطينا بديكه + +167 +00:15:54,910 --> 00:15:58,570 +كيف؟ لأ، بلزم، هجيت، هقول ليش، يعني أنا يا جماعة عندي + +168 +00:15:58,570 --> 00:16:03,030 +هي أنا جزء، أين هي + +169 +00:16:03,030 --> 00:16:09,130 +اشتغل الـ... + +170 +00:16:09,130 --> 00:16:16,230 +طيب، لأن هي مثلا الشاشة عندي لـ... لـ... حتى قبل الـ + +171 +00:16:16,230 --> 00:16:19,230 +scroll view، أنا ما أقدرش أطلع الشاشة وأنزلها، هي أنا + +172 +00:16:19,230 --> 00:16:24,480 +بقعد بسحب، بطلع... في لسه كلام text تحت، بس مش قادر + +173 +00:16:24,480 --> 00:16:28,780 +أشوفه، ليش؟ لأنه خلاص امتلأت الشاشة، فما يطلع لي اللي + +174 +00:16:28,780 --> 00:16:32,440 +تحت، كيف أنا بدي أخليه يفرجينا إيش موجود في المحتوى + +175 +00:16:32,440 --> 00:16:37,460 +حط هذه الـ linear layout كلها اللي هنا، حطها داخل + +176 +00:16:37,460 --> 00:16:41,380 +scroll view، متذكرين أيام الجافا لما كنا بنعمل text + +177 +00:16:41,380 --> 00:16:46,220 +area scroll، كنا بنحطها داخل scroll pane، تمام، هذه + +178 +00:16:46,220 --> 00:16:49,060 +نفس الحاجة، بتاخد الآن العن + +223 +00:21:29,320 --> 00:21:35,180 +هيك لو شغلت هيطلع عندك scroll، ماشي يا جماعة؟ فهمنا + +224 +00:21:35,180 --> 00:21:38,680 +ايش الـ scroll؟ scroll يعني لما يكون فيه عدد عناصر + +225 +00:21:38,680 --> 00:21:43,420 +كبيرة ممكن ماتظهر، بتحط حولهم scroll bar بتعمل + +226 +00:21:43,420 --> 00:21:46,940 +scroll view وبتحط جواها layout وبتحط عناصر كلها + +227 +00:21:46,940 --> 00:21:52,180 +جوا الـ layout تاعتك، هذه مرة ثانية لما يكون عندك + +228 +00:21:52,180 --> 00:21:57,960 +عناصر كتير، صورة مثلاً وكلام، تمام؟ هذه image view + +229 +00:21:57,960 --> 00:22:05,660 +وهذا كله عبارة عن text view، أتيت عربتهم على الشاشة + +230 +00:22:05,660 --> 00:22:12,100 +وجدت أن الشاشة تسعش، خذ هذه الإثنين خليهم أنصر واحد + +231 +00:22:12,100 --> 00:22:15,080 +كيف تخليهم أنصر واحد؟ حطهم في layout واحدة، linear + +232 +00:22:15,080 --> 00:22:20,680 +layout، وبعدين خذ الـ linear layout وحطها جوا scroll + +233 +00:22:20,680 --> 00:22:24,140 +view + +234 +00:22:24,140 --> 00:22:30,220 +ماشي يا جماعة؟ طيب، هيك يا جماعة بما تقول خلصنا + +235 +00:22:30,220 --> 00:22:35,640 +مثال الـ linear layout، وشوفنا إن احنا بتصمم أي تصميم + +236 +00:22:35,640 --> 00:22:40,020 +بتنيه على طريق أفضل من Layout مع بعض في أي + +237 +00:22:40,020 --> 00:22:43,680 +سؤال بالنسبة لـLinear Layout؟ أيوة، عامة جيت الـ + +238 +00:22:43,680 --> 00:22:47,580 +software اللي هو المقطوع يعني مش .. يعني ما بديش + +239 +00:22:47,580 --> 00:22:49,760 +أنزل فيه، فاهم عليّ كده؟ يعني أنا في المثال اللي + +240 +00:22:49,760 --> 00:22:52,400 +عنده، لو كان مثلاً أنا عنده ثلاثة قدم، أطلع الـ + +241 +00:22:52,400 --> 00:22:56,240 +software اللي حتى لو كان المقطوع ما بدوش إنه ينزله + +242 +00:22:56,240 --> 00:23:01,220 +بيظهرش scroll، هو بيخليك أنت تتحكم + +243 +00:23:01,220 --> 00:23:05,560 +بالـ touch تطلع وتنزل، بس إذا ما فيش scroll حتى + +244 +00:23:05,560 --> 00:23:08,800 +بإصبعك مش هتقدر تطلع وتنزل، اللي مش باين على + +245 +00:23:08,800 --> 00:23:13,040 +الشاشة بختفي وبتقدرش تشوفه بدون scroll، لكن لو في + +246 +00:23:13,040 --> 00:23:17,080 +scroll view بتقدر تعمل حركة هادية، واضح؟ يعني هو + +247 +00:23:17,080 --> 00:23:19,920 +بيظهرش قدامك scroll bar + +248 +00:23:27,960 --> 00:23:31,560 +هو جماعة كل اللي بيخليني أعمل، إن أنت بالأصبع + +249 +00:23:31,560 --> 00:23:37,700 +بتتحرك، تطلع وتنزل، في هذا + +250 +00:23:37,700 --> 00:23:42,720 +المثال اللي عرضناه، هذا الجزء بيبقى ثابت، وهذا ثابت + +251 +00:23:42,720 --> 00:23:46,740 +من هنا بتقدر تتحرك فيه، هذا اللي هنا بس هو scroll + +252 +00:23:46,740 --> 00:23:53,160 +of view، تمام؟ يعني الفكرة إن ما بحركش كل الشاشة لأ + +253 +00:23:53,160 --> 00:23:56,000 +هذا ثابت وهذا ثابت، ومن جهة الـ scroll view هو + +254 +00:23:56,000 --> 00:24:02,780 +اللي بتحرك، واضح يا جماعة؟ أيوة، سؤال، يجيب إن أنا + +255 +00:24:02,780 --> 00:24:05,800 +أصلًا عامل scroll view تبع الميكروفت دي، أعتقد إنه + +256 +00:24:05,800 --> 00:24:08,640 +الفترة الأولى الـ scroll اللي عم أفضّل إنّي أطلع عن زرع + +257 +00:24:08,640 --> 00:24:12,300 +الفترة الثانية، الفترة الأولى الموجودة أقل من إن + +258 +00:24:12,300 --> 00:24:15,700 +أتتحرك الـ scroll الآن، بتحرك لو حركته بالـ touch ولا + +259 +00:24:15,700 --> 00:24:18,810 +لا بقى كيف؟ مش فاهم، عندي أكثر من الـ battery عندي + +260 +00:24:18,810 --> 00:24:23,090 +إثنين battery، إثنين، آه، جوه كل battery بيعرض محتوى + +261 +00:24:23,090 --> 00:24:26,390 +المحتوى معموله scroll، لو حركت المحتوى تبع الزر + +262 +00:24:26,390 --> 00:24:30,490 +الأول اللي بيتحرك عادي، لأنه كبير بتتحرك بـ scroll + +263 +00:24:30,490 --> 00:24:34,290 +الـ battery الثاني برضه نفس الكلام جوه scroll view + +264 +00:24:34,290 --> 00:24:37,370 +لكن لو حركت بتتحرك، مش عشان المحتوى جوا اللي + +265 +00:24:37,370 --> 00:24:40,810 +بتتحرك، إحنا أنا scroll view واحد، تمام؟ scroll view + +266 +00:24:40,810 --> 00:24:44,870 +واحد، كل العناصر اللي بدي أنا حجمها كبير بحطها جوه + +267 +00:24:44,870 --> 00:24:46,930 +scroll view عشان أقدر أعمل slide + +268 +00:24:50,230 --> 00:24:55,410 +هي عندك scroll، إيش فيه جوا؟ عشان أفهم سؤاله؟ عندي + +269 +00:24:55,410 --> 00:24:58,810 +كلمة واحدة بتحرك؟ جوا الـ scroll كلمة واحدة؟ لأ لأ + +270 +00:24:58,810 --> 00:25:03,210 +بتحركش طبعاً، أنت هي .. هي .. هي، خليك تتحرك لما يكون + +271 +00:25:03,210 --> 00:25:07,350 +فيه كتير، لما يكون فيه زيادة، يعني هي هيك هيك + +272 +00:25:07,350 --> 00:25:12,370 +بيحرك الـ scroll؟ هاي الـ scroll، فيه text view فيه + +273 +00:25:12,370 --> 00:25:18,940 +كلمة واحدة، بيحركوا؟ لأ، لما يكون فيه كتير، أنزل أنزل + +274 +00:25:18,940 --> 00:25:23,540 +أنزل، هي هيك، هذا الكلام برّا الشاشة هنا هيخليك تتحرك + +275 +00:25:23,540 --> 00:25:28,720 +طبعاً، يعني لو ما فيش محتوى كتير بيصير زي، زي ما لهيش + +276 +00:25:28,720 --> 00:25:33,880 +قيمة، أنت معايا ولا لأ؟ زي الـ text area في الـ .. زي + +277 +00:25:33,880 --> 00:25:37,880 +أي برنامج كتابة، لما تيجي تكتب كلمة، كلمتين مش + +278 +00:25:37,880 --> 00:25:42,280 +هيحط لك scroll، لكن لو زاد عن حجم الشاشة أو حجم الـ + +279 +00:25:42,280 --> 00:25:47,290 +component بيصير يحط لك الـ scroll، تمام؟ يعني هنا لو + +280 +00:25:47,290 --> 00:25:49,890 +عندي text view في كلمة واحدة، خلاص، مش هتتحرك، مش هـ .. + +281 +00:25:49,890 --> 00:25:58,670 +مش .. يعني إيش ما بتحرك أصلاً هو لحاله لما .. لأ + +282 +00:25:58,670 --> 00:26:02,130 +لأ هو خلاص، الـ scroll view لو كان الحجم كبير + +283 +00:26:02,130 --> 00:26:11,890 +بيصير يحرك، تمام؟ يعني + +284 +00:26:11,890 --> 00:26:16,540 +هنا .. هنا مثلاً، هنا حط لك الـ scroll هذا شايفينه اللي + +285 +00:26:16,540 --> 00:26:21,380 +هنا؟ ليش؟ لأن حجم المحتوى كبير، لو حجم المحتوى فيه + +286 +00:26:21,380 --> 00:26:29,900 +100 word بس، خلاص مش هعمل لك الـ scroll في + +287 +00:26:29,900 --> 00:26:35,100 +التطبيق + +288 +00:26:35,100 --> 00:26:38,560 +تعال على الجوال يعني، طيب هي شوف أنت جيت الـ options + +289 +00:26:38,560 --> 00:26:41,240 +أنا بعلمك الأساسي، وأنت تدور كيف تطلع الـ scroll الـ + +290 +00:26:41,240 --> 00:26:41,960 +bar وما تطلعش + +291 +00:26:45,270 --> 00:26:49,550 +طيب يا جماعة، لأن خلصنا الـ linear layout، بننتقل لـ + +292 +00:26:49,550 --> 00:26:52,890 +layout ثانية أهم من الـ linear layout، الـ layout + +293 +00:26:52,890 --> 00:27:06,450 +اللي هتكلم عنها اليوم اسمها + +294 +00:27:06,450 --> 00:27:13,930 +الـ constraint layout + +295 +00:27:15,320 --> 00:27:18,200 +لأ، الـ linear layout كويسة، والواحد بيعمل فيها + +296 +00:27:18,200 --> 00:27:23,500 +تصميم اللي بده إياه، بس فيها مشاكل، أول مشكلة يعني + +297 +00:27:23,500 --> 00:27:28,160 +زمان في الـ versions الأولى للأندرويد ما كانش فيه، أو + +298 +00:27:28,160 --> 00:27:32,900 +كانت أكثر layout مستخدمة هي الـ linear layout، بس + +299 +00:27:32,900 --> 00:27:35,540 +نجد فيها مشاكل، إن الـ linear layout بتلزّمك تعمل + +300 +00:27:35,540 --> 00:27:37,800 +list of layouts عشان تعمل التصميم اللي بدك إياه + +301 +00:27:37,800 --> 00:27:40,560 +إيش هي list of layouts؟ layout جمع layout، وهذا + +302 +00:27:40,560 --> 00:27:44,930 +يؤدي إلى بطء في عرض التطبيق، نحن دائماً في تطبيقات الجوال ليس + +303 +00:27:44,930 --> 00:27:49,310 +مثل الـ PC، نبحث عن الـ performance، لو كان فيه layout + +304 +00:27:49,310 --> 00:27:58,130 +جوا layout جوا layout، عرض الشاشة بيكون بطيء، هذا + +305 +00:27:58,130 --> 00:28:03,480 +من مشاكل الـ linear layout، طيب، وهذا أهم مشكلة فعلياً + +306 +00:28:03,480 --> 00:28:07,820 +عشان يحلوا المشكلة هذه، عملوا layouts ثانية، الـ + +307 +00:28:07,820 --> 00:28:11,100 +performance تبعها أفضل، من layout ليها layout + +308 +00:28:11,100 --> 00:28:13,020 +ممتازة، وبتعمل فيها أنت اللي بدك إياه، وإحنا + +309 +00:28:13,020 --> 00:28:16,660 +علّمناكم إياها، عشان أنت تاخد يدك على عمل الـ + +310 +00:28:16,660 --> 00:28:21,460 +layouts، هذا شيء زي أنت أصلاً يدك اشتغلت فيه عشان + +311 +00:28:21,460 --> 00:28:24,840 +يدك تاخد على كيف أنت تشغل XML، وتضيف عناصر، و + +312 +00:28:24,840 --> 00:28:29,530 +ترتبها، بداية هي ضرورية، لكن حالياً في التطبيقات + +313 +00:28:29,530 --> 00:28:36,370 +الحديثة، بطل حد يستخدم linear layout، صاروا + +314 +00:28:36,370 --> 00:28:41,830 +يستخدموا layouts جديدة، زي إيش مثلاً؟ زي layout اسمها + +315 +00:28:41,830 --> 00:28:45,690 +relative، لحظة + +316 +00:28:45,690 --> 00:28:51,110 +شوية، relative layout، relative layout طلعت قبل حوالي + +317 +00:28:51,110 --> 00:28:57,990 +ثلاث سنوات، وكانت هي المستخدمة لحد السنة الماضية + +318 +00:28:57,990 --> 00:29:02,610 +اللي طلعت تطوير عليها اسمها constraint layout، هي + +319 +00:29:02,610 --> 00:29:07,510 +أخر حاجة، constraint layout، ما بقول لك لو دخلتها من + +320 +00:29:07,510 --> 00:29:11,170 +أول كده مش هتفهمها، هذه أصعب من الـ linear layout، الـ + +321 +00:29:11,170 --> 00:29:14,250 +linear layout أسهل واحدة، ابدأ فيها، وتعلّم الـ XML، و + +322 +00:29:14,250 --> 00:29:17,350 +تعلم كيف ترتيب العناصر، وبعدين بتنتقل على الـ + +323 +00:29:17,350 --> 00:29:20,990 +constraint layout، وممكن أنا ما بقولش مش غلط، ممكن + +324 +00:29:20,990 --> 00:29:24,710 +تستخدم الـ linear layout لو التصميم تبعك بسيط، ما فيش + +325 +00:29:24,710 --> 00:29:29,870 +فيه تعقيد كتير، لو أكثر من two levels layout هيصير + +326 +00:29:29,870 --> 00:29:33,170 +بطيء كتير، حالياً مثلاً زي التصميم اللي شفناه قبل + +327 +00:29:33,170 --> 00:29:37,600 +شوية، ماشي حاله، لأنه كم level layouts جوا بعض؟ + +328 +00:29:37,600 --> 00:29:42,520 +إثنين، بتبدأ vertical، أنت صح؟ وبعدين جواها بتحط + +329 +00:29:42,520 --> 00:29:46,600 +إثنين، وواحدة horizontal، وفي ثلاثة levels، وجوا الـ + +330 +00:29:46,600 --> 00:29:50,480 +horizontal في .. هذه بتصبح بطيئة، لكن لو تصميم بسيط + +331 +00:29:50,480 --> 00:29:54,420 +زي بتاع الـ user name والـ password، هذا بسيط يعني + +332 +00:29:54,420 --> 00:29:57,400 +ما يفرقش كتير الـ linear عن الـ constraint، ممكن تستخدم + +333 +00:29:57,400 --> 00:30:01,560 +الـ linear في التصميم البسيط، فما بقولش إن أنا مش + +334 +00:30:01,560 --> 00:30:05,890 +مستخدمة، لأ، مستخدمة، بس في الحالة البسيطة، لكن إذا + +335 +00:30:05,890 --> 00:30:10,030 +اتعقدت الشاشة تاعتك، وصار فيه عندك components كتير + +336 +00:30:10,030 --> 00:30:13,970 +ومحتاجين ترتيبات كتير، استخدم واحدة من الـ layouts + +337 +00:30:13,970 --> 00:30:16,350 +اللي هي الـ relative أو الـ constraint، ظهرت الـ + +338 +00:30:16,350 --> 00:30:19,450 +relative، وبعدين تطورت وصارت constraint layout + +339 +00:30:19,450 --> 00:30:21,970 +طبعاً أنا مش هديكم الـ relative، لأنه خلاص إحنا من + +340 +00:30:21,970 --> 00:30:26,310 +الناوين للجديد، وقلنا إنه هذه تطوير على هذه، فخلاص + +341 +00:30:26,310 --> 00:30:30,130 +نبدأ على طول من الـ constraint layout، إيش هي كلمة + +342 +00:30:30,130 --> 00:30:36,670 +constraint؟ constraint يعني قيود، constraint layout + +343 +00:30:36,670 --> 00:30:40,870 +يعني layout المقيدة، إيش القصد في الـ constraint + +344 +00:30:40,870 --> 00:30:44,270 +layout، أو باختصارها الـ constraint layout يا جماعة + +345 +00:30:44,270 --> 00:30:47,670 +أو الـ relative layout، نفس الفكرة، بقول مبدأ ربط + +346 +00:30:47,670 --> 00:30:51,210 +العناصر، أو ترتيب العناصر، باعتمد إن كل عنصر يترتب + +347 +00:30:51,210 --> 00:30:55,690 +بالنسبة لعنصر ثاني، لاحظ إن العنصر يترتب بالنسبة + +348 +00:30:55,690 --> 00:31:02,070 +للعنصر، لعنصر آخر، الـ Linear أو ترتيب العناصر كيف؟ + +349 +00:31:02,070 --> 00:31:06,310 +أفقي أو رأسي، الـ Consent و Relatively، أو ترتيب + +350 +00:31:06,310 --> 00:31:09,830 +العناصر بالنسبة لبعض، إيش أنا بالنسبة لبعض؟ يعني + +351 +00:31:09,830 --> 00:31:13,090 +مثلاً بنعمل شاشة الـ user name والـ password اللي + +352 +00:31:13,090 --> 00:31:16,130 +عملناها المحاضرة الماضية، إيش أول عنصر بنحطه في + +353 +00:31:16,130 --> 00:31:23,260 +الشاشة؟ اللي هو الصورة اللي كانت فوق، بتقول هذا أول + +354 +00:31:23,260 --> 00:31:26,320 +عنصر، مدينة هو أول عنصر بتضيفه على الشاشة، بتحط + +355 +00:31:26,320 --> 00:31:30,360 +الصورة، والآن إيش بدك تعمل في الصورة هذه؟ بدك + +356 +00:31:30,360 --> 00:31:33,120 +تعلّقها، هلجيت أنت لما تجيب لوحة في البيت مش بدك تحط + +357 +00:31:33,120 --> 00:31:36,740 +مسمار وتعليقها في مكان معين، وتـ centerها، هذا أول + +358 +00:31:36,740 --> 00:31:40,120 +صورة، أول component اللي حاطه في الشاشة بدك تحدد له + +359 +00:31:40,120 --> 00:31:45,530 +مكان، بالنسبة لمين؟ في عنصر ثاني موجود؟ لأ، إحنا + +360 +00:31:45,530 --> 00:31:49,490 +قلنا بترتب عناصر بالنسبة لبعض، مدام هي أول عنصر + +361 +00:31:49,490 --> 00:31:52,890 +الحق، بتحطهاش بالنسبة لعنصر ثاني، بتحطها بالنسبة + +362 +00:31:52,890 --> 00:31:59,200 +للحائط، تخيل هذه الحائط تمام؟ بتتعلق عليها صورة، تمام؟ + +363 +00:31:59,200 --> 00:32:03,220 +فبقول لك إن تحددها بالنسبة للأب، لازم تربطها على + +364 +00:32:03,220 --> 00:32:10,280 +الأقل على الأقل بجزء من أجزاء الأب، كيف يعني؟ يعني + +365 +00:32:10,280 --> 00:32:14,180 +الآن هل الصورة موجودة، تمام؟ بتقول إنّي حأحط الحفة + +366 +00:32:14,180 --> 00:32:17,640 +اليمين، الشمال، مش هذه الحفة الشمال بتاعة الصورة + +367 +00:32:17,640 --> 00:32:23,580 +على الحفة الشمال بتاعة الـ parent، يعني امسك هذا، و + +368 +00:32:23,580 --> 00:32:30,680 +ربطه وين؟ وربطه في هذا، وامسك هذا الجزء وربطه + +369 +00:32:30,680 --> 00:32:36,600 +وين؟ فوق، لأن أنت لما تجيب صورة وتربطها من جهتين + +370 +00:32:36,600 --> 00:32:41,480 +فبتثبت ولا ما بتثبت؟ آه، صارت ثابتة، بكفي تربطها من جهة + +371 +00:32:41,480 --> 00:32:46,380 +واحدة، لأن لو أنت عملت هيك، إيش بيصير فيها لو ربطتها + +372 +00:32:46,380 --> 00:32:50,540 +زيّك، وفلبتها؟ هتتحرك، صح ولا لأ؟ يبقى الـ component + +373 +00:32:50,540 --> 00:32:54,660 +بتحطه على الشاشة، وبتربطه من جانبين، جانب أفقي + +374 +00:32:54,660 --> 00:33:02,940 +وجانب عمودي، ع الزاوية دي، صارت زي هيك، بنثبتها من + +375 +00:33:02,940 --> 00:33:09,760 +اليمين ومن فوق، طبعاً، فراحت كلها اتحركت وين؟ على + +376 +00:33:09,760 --> 00:33:10,860 +الزاوية، راحت على الزاوية + +377 +00:33:15,180 --> 00:33:20,040 +هات نجربها، اللي جاية قدامك + +378 +00:33:20,040 --> 00:33:36,000 +هتشتغل + +379 +00:33:36,000 --> 00:33:39,240 +ولا .. + +380 +00:33:39,240 --> 00:33:41,060 +مطّفل + +381 +00:33:43,040 --> 00:33:44,320 +ماشي، عادي، أغلط، حقاً + +382 +00:34:02,300 --> 00:34:08,200 +والله أفتحها، افتحها + +383 +00:34:08,200 --> 00:34:23,660 +افتحها، افتحها، افتحها + +384 +00:34:37,210 --> 00:34:41,230 +طيب يا جماعة، نتّقل معايا، أجينا على layout بتاعتنا + +385 +00:34:41,230 --> 00:34:43,810 +إحنا ما بدناش نلاقي غير layout، هلجيت نرجع زي ما كانت + +386 +00:34:43,810 --> 00:34:47,430 +قبل، والفكرة أول ما تمشي التطبيق، الحالة كانت + +387 +00:34:47,430 --> 00:34:49,850 +constraint، يعني هو بفترض إن أنت هتستخدم constraint + +388 +00:34:49,850 --> 00:34:53,590 +رجعناها constraint layout، وهلجيت الـ orientation إن + +389 +00:34:53,590 --> 00:34:58,970 +أنا مش لازمني، وهي الشاشة فاضية، لأن تبقى معايا شوف + +390 +00:34:58,970 --> 00:35:01,750 +كيف أنا بتصمم، ميزة كمان الـ constraint إن أنت ممكن + +391 +00:35:01,750 --> 00:35:06,450 +تشتغل visually، يعني بشكل كبير، على + +392 +00:35:09,800 --> 00:35:16,040 +طيب، تعال نضيف زر، هاي، أخدت الزر وحطيته هنا، لأن by + +393 +00:35:16,040 --> 00:35:20,980 +default الزر تبعنا هذا لسه مش مربوط بحاجة، تمام؟ + +394 +00:35 + +445 +00:39:18,190 --> 00:39:22,590 +تمام؟ يعني ما.. التفاصيل الدقيقة هذه بتيجي أنت مع + +446 +00:39:22,590 --> 00:39:26,130 +الشغل. أنا بعلمك الـ layout بشكل عام، كيف تشغل، وأنتَ + +447 +00:39:26,130 --> 00:39:28,490 +روح على البيت وجرّب، وأيّة عندك تساؤل، يعني احنا مش + +448 +00:39:28,490 --> 00:39:31,790 +في برنامج ما يطلبه المشاهدون. إيش بيصير لو عملتَ + +449 +00:39:31,790 --> 00:39:34,910 +هيك؟ إيش بيصير لو سويتَ هيك؟ خلّيه روح لحالك، جرّب في + +450 +00:39:34,910 --> 00:39:40,630 +البيت، تمام؟ كيف؟ يعني الأسئلة.. الأسئلة هذه + +451 +00:39:40,630 --> 00:39:44,530 +التفصيلية الصغيرة، أنتَ العارف تجرّبها، يعني ما فيهش + +452 +00:39:44,530 --> 00:39:54,290 +تُسأل على كل حاجة. اليوم مش مظبوط لسه البرنامج، طيب. + +453 +00:39:54,290 --> 00:39:57,390 +نرجّح نكمل يا جماعة، الـ answer هذا إنك تحطه أنتَ تحت + +454 +00:39:57,390 --> 00:40:01,850 +على الزاوية، برضه نفس الشيء، اربطه في حواف الـ parent + +455 +00:40:01,850 --> 00:40:05,790 +طيب. + +456 +00:40:05,790 --> 00:40:10,560 +لسه ما خلّصناش. احنا أول أنكور أنتَ بتضيفه، تربطه في الـ + +457 +00:40:10,560 --> 00:40:15,980 +parent. طيب تعالَ نرجع للزر هذا تبعنا، لو أنا قلت لك + +458 +00:40:15,980 --> 00:40:22,880 +بدّي أحط أنكور في النص فوق، بسرعة في النص الآن. + +459 +00:40:22,880 --> 00:40:28,100 +عشان تحطه في النص فوق، في الـ top، في النص. أول حاجة + +460 +00:40:28,100 --> 00:40:32,370 +مدام أنا قلت لك في الـ top، يعني بدّك تربط هذا فوق + +461 +00:40:32,370 --> 00:40:37,210 +الآن. بدّك تحطه في النص، بدّك تربطه في النص وين؟ في + +462 +00:40:37,210 --> 00:40:40,430 +النص horizontal، فبدّك تربطه من الجهة هذه والجهة + +463 +00:40:40,430 --> 00:40:46,530 +اللي هي + +464 +00:40:46,530 --> 00:40:51,470 +رابطة، تمام؟ يعني هذا الأنكور الآن غير مشبوك، مشبوك + +465 +00:40:51,470 --> 00:40:54,990 +في الـ parent، في الـ top، ومن الطرفين، اليمين و + +466 +00:40:54,990 --> 00:40:58,770 +الشمال، مشبوك في الـ left والـ right بتاع الـ parent + +467 +00:40:58,770 --> 00:41:04,690 +عشان هيك إيجي لحاله على جهة، وحطه في النص. ليش حطه في + +468 +00:41:04,690 --> 00:41:10,970 +النص؟ إنك شبكته من هنا ومن هنا، معناه يا جماعة، مرّة + +469 +00:41:10,970 --> 00:41:15,050 +ثانية. أنكور هذا، شايفين هذا؟ هذا اللي حطيته الآن، عشان + +470 +00:41:15,050 --> 00:41:19,530 +يشابكه من الطرفين، على الجهة اليمين من الـ + +471 +00:41:19,530 --> 00:41:25,370 +parent، رايح هيك الآن. لو أخذته، شبكته هيك، تمام. + +472 +00:41:32,380 --> 00:41:40,520 +هو الـ button اللي تحت، شيل الـ margin، وهي الـ start و + +473 +00:41:40,520 --> 00:41:40,800 +end. + +474 +00:41:53,820 --> 00:41:58,000 +تمام؟ هذا بيحطه في النص بالشكل هذا. طيب، في عندك + +475 +00:41:58,000 --> 00:42:04,700 +button بدّك تحطه في نص الشاشة تماماً، إيش هيعمله؟ بدّك + +476 +00:42:04,700 --> 00:42:06,140 +تربطه من الجانبين. + +477 +00:42:09,140 --> 00:42:13,140 +لاحظ، ربطه أفقي. واحد بيقول هيّه وجه في النص، لأ هي + +478 +00:42:13,140 --> 00:42:17,620 +غلط. هيك أنتَ معالجه بحبلين بس، لو شغّلت الحبل هيسحله + +479 +00:42:17,620 --> 00:42:22,540 +صح، ولا يا جماعة؟ فكّر دائماً في الجاذبية وأنتَ تشتغل. + +480 +00:42:22,540 --> 00:42:27,060 +فكّر في الجاذبية وأنتَ بتصمّم. فبرضه عشان تحطه في + +481 +00:42:27,060 --> 00:42:29,480 +النص، بتربطه من فوق ومن تحت. + +482 +00:42:38,990 --> 00:42:55,370 +لحظة، شايف؟ هو مرات بيعلق، كيف؟ + +483 +00:42:55,370 --> 00:43:00,250 +ماشي، بقى أنا لسه حتى الآن بعلمك كيف تربطه في الـ + +484 +00:43:00,250 --> 00:43:06,270 +parent. طيب. + +485 +00:43:06,270 --> 00:43:12,640 +هذا هي ربطه في margin جاية فوق هنا، فبزبطها، هشيل الـ margin + +486 +00:43:12,640 --> 00:43:26,760 +هذا button سبعة، هاي margin top خليها ثمانية زي هذا، طيب. + +487 +00:43:26,760 --> 00:43:30,320 +هاي حطه في النصف. فالآن احنا اتعلّمنا كيف أنكور تربط + +488 +00:43:30,320 --> 00:43:36,470 +في الـ parent، لأنّ نيجي نلاقي ربط العناصر ببعضها، + +489 +00:43:36,470 --> 00:43:39,690 +ما تعلمناش لسه كيف تربط العناصر ببعضها. هـيا أنا هأُعطيك + +490 +00:43:39,690 --> 00:43:45,750 +button مربوط + +491 +00:43:45,750 --> 00:43:52,250 +بس في الـ parent، top left، تمام؟ top left، لأنّ بدّي + +492 +00:43:52,250 --> 00:43:56,070 +أحط جنب الـ button هذا، button ثاني، بدّي أحط جنبه + +493 +00:43:56,070 --> 00:43:57,710 +button ثاني. تعالَ اسحب button + +494 +00:44:00,730 --> 00:44:05,050 +هذا الـ بالك، حطه هيك، مش معناه صار جنبه، تمام. هتشغل + +495 +00:44:05,050 --> 00:44:10,730 +هتلاقيه آه، حطه في الزاوية. فالآن الـ button هذا أين بده + +496 +00:44:10,730 --> 00:44:20,650 +يجي على الـ.. على اليمين. هذا الـ button صح، يمين هذا مع + +497 +00:44:20,650 --> 00:44:26,030 +هذا، شايفين كيف؟ زي قطار الـ button + +498 +00:44:26,030 --> 00:44:33,380 +هذا شايفينه؟ ربط، أخذت هذه الدائرة، ربطتها في هذه، تمام؟ + +499 +00:44:33,380 --> 00:44:37,620 +بعدين، طيب بكفي بس اربطه من جهة.. آه، بدّك تربطه من + +500 +00:44:37,620 --> 00:44:41,160 +جهة ثانية. منين مربطه كمان؟ ممكن تربطه برضه فوق، هيك + +501 +00:44:41,160 --> 00:44:46,520 +بس أول ما ربطته على السقف، إيش عمل؟ آه، سحبنا فوق. + +502 +00:44:46,520 --> 00:44:51,200 +ممكن تنزل وأنتَ إيش تعمل؟ margin لتحت. يبقى أنا + +503 +00:44:51,200 --> 00:44:56,440 +العنصر هذا ربطه على مين هذا، وربطه فيه في الـ + +504 +00:44:56,440 --> 00:44:56,660 +parent. + +505 +00:45:05,520 --> 00:45:09,980 +في حل آخر أفضل، لأنّ مش هذا اللي ربطته في الـ.. في + +506 +00:45:09,980 --> 00:45:12,840 +الـ top بتاع الـ parent، بدّيش أربطه في الـ top بتاع الـ + +507 +00:45:12,840 --> 00:45:15,680 +parent. بدّي أعمل زي هيك، بدّي أجيب الـ top تبع هذا + +508 +00:45:15,680 --> 00:45:21,180 +الزر، تمام؟ أربطه مع مين؟ شايفين أين بِصُحّي بالسهم؟ + +509 +00:45:21,180 --> 00:45:26,920 +آه، مع الـ top بتاع هذا، من جنبه، يعني + +510 +00:45:26,920 --> 00:45:31,300 +هذا الزر صار مربوط من الجهتين، إيش هم الجهتين؟ اللي + +511 +00:45:31,300 --> 00:45:37,460 +على الطرف، تبقى مربوط في الزر هذا، يعني هو محطوط على + +512 +00:45:37,460 --> 00:45:43,400 +يمين الزر هذا، والـ top، تبقى ارتفاع هذا، جاه الـ top + +513 +00:45:43,400 --> 00:45:47,540 +بتاع الأول. إيش الميزة إنك.. يعني هذا العنصر صار + +514 +00:45:47,540 --> 00:45:51,640 +مربوط من الجهتين في عنصر واحد. الميزة إنّ أنتَ هذا + +515 +00:45:51,640 --> 00:45:57,960 +لما تسحبه، هيسحب هذاك معه، لأ. + +516 +00:45:57,960 --> 00:46:04,410 +هذا تابع، هذا من التابع؟ هذا التابع، تمام؟ هذا هو + +517 +00:46:04,410 --> 00:46:09,090 +الأساس. أنا رابط هذا في هذا، كيف رابطه؟ من جهتين. قبل + +518 +00:46:09,090 --> 00:46:12,570 +شوية، كان هذا الـ.. أنتم معايا؟ لأنّ إذا ما فهمتوش هذا + +519 +00:46:12,570 --> 00:46:16,010 +مش هتعرف تشتغل عليه، وهذا هو الأساس، الشغل كله + +520 +00:46:16,010 --> 00:46:20,150 +عليه. قبل شوية كنت رابط الـ button هذا في حاجتين، + +521 +00:46:20,150 --> 00:46:24,330 +رابطه في الـ button الثاني، ورابطه في الـ parent، + +522 +00:46:26,040 --> 00:46:29,100 +اللي هو. ما فيهوش معنى إنك تربط العنصر في حاجتين، بس هيكون + +523 +00:46:29,100 --> 00:46:34,840 +يعني هيتأثر بالـ.. بالـ.. بالاتنين، معناه إنّ هذا + +524 +00:46:34,840 --> 00:46:41,500 +لو نزل تحت، ارتفاعه الثاني، ارتفاعه مش هيتأثر، لأنّ + +525 +00:46:41,500 --> 00:46:45,020 +هذا ارتفاعه مربوط في اثنين، في الـ pyramid، لكن الأفضل + +526 +00:46:45,020 --> 00:46:49,400 +إنّك لو ربطت ارتفاع هذا بهذا، يعني قلت لي الـ top مع + +527 +00:46:49,400 --> 00:46:53,580 +الـ top، خلي لي الـ top تعالجه لهذا مع الـ top تعالجه لهذا + +528 +00:46:53,580 --> 00:46:58,490 +هذا، شايفين كيف السهم جايبه؟ فبتصير أنتَ، مدام ربطتَ + +529 +00:46:58,490 --> 00:47:03,450 +العنصر نفسه من الجهتين في عنصر واحد، يبقى بتصير لما + +530 +00:47:03,450 --> 00:47:07,730 +تحرّك العنصر هذا، هذاك يتحرك معه. وبكرة لما تعمل + +531 +00:47:07,730 --> 00:47:13,050 +الشاشة خمسين عنصر، تحرّك أول واحد زي القطار، تحرّك أول + +532 +00:47:13,050 --> 00:47:22,230 +عربة، كل بيمشي معه. طيب، لسه ما خلّصناش.. آه، لحظة، عشان + +533 +00:47:22,230 --> 00:47:25,010 +إيه الـ constraint، كتبت بيغلالها فيها شغل كثير، بدّك + +534 +00:47:25,010 --> 00:47:31,870 +تحط زر تحت هذا.. هنا برضه. + +535 +00:47:31,870 --> 00:47:36,450 +هذا الزر له حلول كثيرة، إنك تحطه في المكان هذا. الحل + +536 +00:47:36,450 --> 00:47:42,330 +الأول إنك ممكن تقوله خليه تحت الزر هذا، ونحط هذه + +537 +00:47:42,330 --> 00:47:48,240 +ربطها في الـ parent، يعني هذا الزر الآن صار مشبوك من + +538 +00:47:48,240 --> 00:47:54,740 +جهتين، أو في حَشْتين. من هما؟ تحت الزر هذا، تمام، ومربوط + +539 +00:47:54,740 --> 00:48:00,020 +بالحافة لشمال الـ parent، صح؟ صح، ما فيش مشكلة، بس + +540 +00:48:00,020 --> 00:48:05,660 +المشكلة وين هتكون؟ إنّ أنتَ لو هذا زدتَ الـ margin تبعه، + +541 +00:48:05,660 --> 00:48:15,560 +إيش صار في هذا الزر؟ ده مكانه تمام، لكن الارتفاع مش + +542 +00:48:15,560 --> 00:48:18,180 +مشبوك فيه، يعني في الارتفاع، لو حركتها وطَلعِت ونزّلتها، هذا بيطلع وبينزل معه، ليش؟ لأنّه مشبوك فيه في + +543 +00:48:18,180 --> 00:48:21,640 +الارتفاع، لكن horizontally مش مشبوك فيه، فلما أصر + +544 +00:48:21,640 --> 00:48:27,100 +أحرّك هيك أفقياً، بِضلّ هذا مكانه. الحل الثاني إنّ أنا + +545 +00:48:27,100 --> 00:48:34,540 +أقوله إنّه خليني الحافة هذه على الحافة هذه، أسحب هيك، و + +546 +00:48:34,540 --> 00:48:41,760 +أحطها مع هذا، تمام؟ شايف كيف رابط الزر هذا؟ تحت الزر + +547 +00:48:41,760 --> 00:48:49,420 +اللي فوق، والحافة بتاعته على الحافة هذه. تعالَ حرّك + +548 +00:48:49,420 --> 00:48:52,660 +الآن، إيش صار فيه؟ يمين، شمال، horizontal، + +549 +00:48:52,660 --> 00:48:57,060 +vertical؟ دلو يتحرك، يتحرك معه، بدّها شغل، بدّك تروح + +550 +00:48:57,060 --> 00:49:03,300 +البيت تشتغل، مين؟ + +551 +00:49:03,300 --> 00:49:11,500 +طيب ما هو هذا احنا قلناه معيّن، يعني محدّد.. ممكن + +552 +00:49:11,500 --> 00:49:16,190 +يعني.. ما حدّدناش مسافة بينهم، يعني، لكن الفكرة إنّه.. + +553 +00:49:16,190 --> 00:49:27,450 +كيف؟ + +554 +00:49:27,450 --> 00:49:34,290 +هذا لسه ما.. ما اشتغلناش عليه. + +555 +00:49:34,290 --> 00:49:36,710 +هذا؟ لأ، بكفي اللي فوق، الحافة اللي فوق، خلاص أنتَ كل + +556 +00:49:41,950 --> 00:49:46,350 +أنكور بنزلها على أقل اثنين، تمام؟ تعالَ الـ button اللي + +557 +00:49:46,350 --> 00:49:50,510 +تحت هذا، هذا الـ button بدّي إياه تحت الـ button هذا، برضه في + +558 +00:49:50,510 --> 00:49:55,170 +عندي أكثر من خيار، بس المفروض إنّك الأنكور تحاول + +559 +00:49:55,170 --> 00:49:59,110 +تربطه في أنكور واحد، يعني ممكن أنا أربط هذا هيك، و + +560 +00:49:59,110 --> 00:50:04,870 +أربط هذا هيك، يبقى هذا في كام زر؟ رابطه اثنين، مش غلط + +561 +00:50:04,870 --> 00:50:11,070 +صحيح، بس أنتَ لو حركت هذا، هتضمن هذا يتحرك، آه اتحرك + +562 +00:50:11,070 --> 00:50:15,630 +بس، إيش يعني؟ لحظة. + +563 +00:50:15,630 --> 00:50:22,170 +خليني أشيل هذا، طيب. + +564 +00:50:22,170 --> 00:50:30,170 +خلاص، هالجهة كلها مربط، صار بينفع. هذا رابطه من هنا + +565 +00:50:30,170 --> 00:50:36,190 +بس، أنا بفضّل إنّ هذا الأنكور اللي واحد، تربطه في إيش + +566 +00:50:44,860 --> 00:50:47,940 +عشان يصير زي القطار، وعشان أنتَ لما تيجي بكرا تراجع + +567 +00:50:47,940 --> 00:50:48,820 +التصميم، ما تتعبش. + +568 +00:50:51,710 --> 00:50:56,570 +هذه أساسيات الـ Constraint Layout، إنها تعتمد إنّ كلّ + +569 +00:50:56,570 --> 00:51:00,610 +أنكور يتحدد مكانه بالنسبة لأنكور آخر. مش هذا اللي + +570 +00:51:00,610 --> 00:51:04,770 +حكيته أنا في الأول؟ أول أنكور بس، أنتَ بتربطه مع الـ + +571 +00:51:04,770 --> 00:51:08,870 +parent، وبعدين العلاقات الثانية بتشبكها في الأنكور + +572 +00:51:08,870 --> 00:51:14,110 +هذا. كل أنكور تشبكه في الثاني، هنلاقي + +573 +00:51:14,110 --> 00:51:19,770 +في الـ code، في الامتحان، الـ code كله؟ لأ لأ، بكرة بيتعدّى + +574 +00:51:19,770 --> 00:51:23,640 +للتصميم. هتضطر تروح للـ code، تمام؟ والـ code أقول لك + +575 +00:51:23,640 --> 00:51:27,840 +أسهل الـ code، هتلاقيه أسهل، اللي بتعوّض عليه، هتلاقيه + +576 +00:51:27,840 --> 00:51:31,500 +سهل، واضحة الفكرة يا جماعة؟ تحت الـ Constraint Layout + +577 +00:51:31,500 --> 00:51:34,780 +لسه فيها تفاصيل كثيرة، هنتكلم عنها المحاضرة اللي جاية. + +578 +00:51:34,780 --> 00:51:35,740 +يعطيكم العافية. diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..69d46e1f202373950533b5436bfcef46a5486789 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_postprocess.srt @@ -0,0 +1,2316 @@ +1 +00:00:21,290 --> 00:00:25,010 +بسم الله الرحمن الرحيم ان شاء الله اليوم هنكمل + +2 +00:00:25,010 --> 00:00:30,150 +موضوع ال layouts المحاضرة الماضية اخدنا او اشتغلنا + +3 +00:00:30,150 --> 00:00:34,670 +على ال linear layout + +4 +00:00:34,670 --> 00:00:37,990 +وحكينا يا جماعة ان ال linear layout بترتب عناصر + +5 +00:00:37,990 --> 00:00:42,870 +الشاشة يا اما أفقيا يا اما رأسيا وشوفنا ان احنا + +6 +00:00:42,870 --> 00:00:45,910 +ممكن نستفيد من ال linear layout عشان نعمل اي تصميم + +7 +00:00:45,910 --> 00:00:50,640 +احنا بدناه عن طريق ان انا اعمل layouts يوا بعضو + +8 +00:00:50,640 --> 00:00:54,000 +جربنا نعمل مثال للمحاضرة الماضية ان انا عملت مثلا + +9 +00:00:54,000 --> 00:01:00,360 +صورة و تحتها في عندي مربعات ادخال username و + +10 +00:01:00,360 --> 00:01:04,820 +password و بعدين زرين مثلا login و cancel وشوفنا + +11 +00:01:04,820 --> 00:01:08,480 +كيف ان انا في المثال هذا damaged اكتر من layout مع + +12 +00:01:08,480 --> 00:01:12,580 +بعض في الأساس ان عندي vertical linear layout بحط + +13 +00:01:12,580 --> 00:01:18,000 +فيها الصورة يعني هذه بتكون ال vertical هذه كلها + +14 +00:01:20,370 --> 00:01:27,190 +vertical linear layout جوا + +15 +00:01:27,190 --> 00:01:32,970 +الان الهدد الصورة بحطها فى البداية و بعدين هنا بحط + +16 +00:01:32,970 --> 00:01:36,870 +linear layout horizontal عشان أحط فيها ال text + +17 +00:01:36,870 --> 00:01:38,950 +view و ال edit text و كمان linear layout + +18 +00:01:38,950 --> 00:01:41,850 +horizontal و كمان linear layout horizontal عشان + +19 +00:01:41,850 --> 00:01:45,610 +أحط فيها الزرار تمام و جربناها اشتغلناها المحاضرة + +20 +00:01:45,610 --> 00:01:50,250 +الماضيةوتعرفنا على بعض الأمور المتعلقة بالـ Layout + +21 +00:01:50,250 --> 00:01:54,670 +زي مثلا ال weight ال weight ايش في ديته مثلا انه + +22 +00:01:54,670 --> 00:02:01,470 +يحدد وزن العناصر داخل السطر تمام؟ وتعرفنا كمان على + +23 +00:02:01,470 --> 00:02:05,850 +حشتين اسمهم ال gravity و layout gravity ال gravity + +24 +00:02:05,850 --> 00:02:13,650 +محتوى العنصر وين اتجاههLayout Gravity مكان العنصر + +25 +00:02:13,650 --> 00:02:17,470 +بالنسبة لل Layout تمام طيب فجيت عشان ننهي الموضوع + +26 +00:02:17,470 --> 00:02:22,670 +هدف ناخد مثال سريع على برضه Linear Layout و نتعلم + +27 +00:02:22,670 --> 00:02:26,270 +منه أشي جديد و بعدين ننتقل ل Layout جديد بدنا نعمل + +28 +00:02:26,270 --> 00:02:31,510 +احنا interface الشكل اللي تبعه هيكون كالتالي هنا + +29 +00:02:31,510 --> 00:02:36,930 +هيكون عندي صورة بعدين الشاشة مجسمة جسمين هنا + +30 +00:02:36,930 --> 00:02:42,910 +بديكون عندي مجموعة زرار تحت بعضو هنا هتكون عندي + +31 +00:02:42,910 --> 00:02:48,390 +مثلا محتوى مفتوح المحتوى المفروض لو زاد عن حجم + +32 +00:02:48,390 --> 00:02:54,430 +الشاشة يصير فيه عندي scroll تمام يعني سيبنا الأن + +33 +00:02:54,430 --> 00:02:57,690 +من ال scroll تعالوا نشوف كيف نعمل محتوى هنا فيه + +34 +00:02:57,690 --> 00:03:02,310 +صورة مثلا أو logo هنا فيه زرار و هنا فيه محتوى + +35 +00:03:06,450 --> 00:03:10,430 +فالان اول حاجة قبل ان اخطط شاشة زي هيك كيف ممكن + +36 +00:03:10,430 --> 00:03:15,450 +نصممها باستخدام ال linear layout شاشة + +37 +00:03:15,450 --> 00:03:20,090 +زي هذه لانها جيتها انا بدأ اعملها و بدأ اشيل انا + +38 +00:03:20,090 --> 00:03:24,350 +اللي موجود خلت + +39 +00:03:24,350 --> 00:03:26,030 +بس linear layout واحدة فوق + +40 +00:03:33,420 --> 00:03:35,940 +طيب design زي هذا كيف احنا ممكن نعمله باستخدام + +41 +00:03:35,940 --> 00:03:41,840 +linear layout؟ مين يقوللي؟ يلا ايوة + +42 +00:03:41,840 --> 00:03:44,740 +شغل المخ يا جماعة كيف نعمله بlinear layout؟ ايوة + +43 +00:03:44,740 --> 00:03:52,300 +اول + +44 +00:03:52,300 --> 00:03:55,440 +حاجة انت بدك layout لل activity ككل لازم ال + +45 +00:03:55,440 --> 00:03:58,640 +activity يكون فيها تبدأ ب layout ايش ال layout + +46 +00:03:58,640 --> 00:04:01,980 +الكبيرة؟ ايوة + +47 +00:04:03,440 --> 00:04:06,720 +تمام في عندك layout كبيرة اللي هي vertical linear + +48 +00:04:06,720 --> 00:04:12,620 +layout ليش طلع انت هي الشاشة مجسومة هي بنعمل + +49 +00:04:12,620 --> 00:04:20,060 +layout linear layout و تكون vertical عشان احط + +50 +00:04:20,060 --> 00:04:27,400 +الصورة cancer هذا السطر و هدولة كلهم في السطر تاني + +51 +00:04:27,400 --> 00:04:32,210 +صح ولا يا جماعةهذه الـ Vertical Linear Layout هذا + +52 +00:04:32,210 --> 00:04:37,490 +سطر و هذا سطر تاني سطر الأول بحط فيه صورة سطر + +53 +00:04:37,490 --> 00:04:40,970 +التاني لسه بده شغل إيش بده السطر التاني؟ طلع فيه + +54 +00:04:40,970 --> 00:04:43,310 +سطر التاني فيه عندك هيه مجسوم + +55 +00:04:46,940 --> 00:04:50,300 +يبقى هنا Linear Layout Horizontal انت تطلع دايما + +56 +00:04:50,300 --> 00:04:54,400 +على الفواصل في عندك فاصل أفق هنا يبقى هذا بيبقى + +57 +00:04:54,400 --> 00:04:58,120 +Vertical Linear Layout جوا الجزء هذا في عندك فاصل + +58 +00:04:58,120 --> 00:05:01,200 +رأسي يبقى جوا هذا الجزء فيه Linear Layout + +59 +00:05:01,200 --> 00:05:06,180 +Horizontal انت معايا ولا لا يا جماعة؟ هنا يبقى جوا + +60 +00:05:06,180 --> 00:05:11,580 +هذه بيبقى Linear Layout Horizontal ونشوف كيف + +61 +00:05:11,580 --> 00:05:20,280 +نقسمهاخلصت؟ لسه ماخلصتش فى عندي زرار هنا هذى برضه + +62 +00:05:20,280 --> 00:05:24,100 +بدي يكون عندي هنا linear layout vertical عشان أحط + +63 +00:05:24,100 --> 00:05:29,980 +فيها الزرار وهذا هنتكلم عليه كمان شوية سهل ولا صعب + +64 +00:05:29,980 --> 00:05:36,140 +يا جماعة بدك تعود بدك تتدرب عليها فتعالى نعملها + +65 +00:05:38,870 --> 00:05:41,650 +يبقى اتفاقنا اللي ال layout الأساسية ايش بتكون + +66 +00:05:41,650 --> 00:05:46,150 +Linear Layout Vertical يعني هاي Linear Layout و ال + +67 +00:05:46,150 --> 00:05:51,270 +orientation Vertical احنا هناك ماشيين صح لأن اول + +68 +00:05:51,270 --> 00:05:54,630 +عنصر ايش بيكون موجود صورة هل بلزم نحط الصورة جوا + +69 +00:05:54,630 --> 00:05:58,750 +layout تانية لأ هي بتحط في سطر في ال vertical + +70 +00:05:58,750 --> 00:06:03,510 +Linear Layout يبقى على طول ال badge هنا جواها بعمل + +71 +00:06:03,510 --> 00:06:04,070 +image view + +72 +00:06:08,430 --> 00:06:18,210 +ماذا عرضه عرض الشاشة match parent ارتفاعه راب + +73 +00:06:18,210 --> 00:06:18,810 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +74 +00:06:18,810 --> 00:06:19,170 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +75 +00:06:19,170 --> 00:06:19,210 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +76 +00:06:19,210 --> 00:06:19,270 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +77 +00:06:19,270 --> 00:06:19,570 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +78 +00:06:19,570 --> 00:06:19,830 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +79 +00:06:19,830 --> 00:06:19,870 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +80 +00:06:19,870 --> 00:06:36,130 +راب كونتين راب كونتين راب + +81 +00:06:38,180 --> 00:06:41,540 +حطنا هنا أي صورة الآن بس عشان يعني نشوف منظر لأن + +82 +00:06:41,540 --> 00:06:46,640 +هذه الصورة حطها هنا تمام في فررات على الجانب شوفنا + +83 +00:06:46,640 --> 00:06:51,400 +انت بتعدر الصورة تصميم هي بتقوله fit xy مش هناخدنا + +84 +00:06:51,400 --> 00:06:56,080 +ال fit xy للصورة عشان يعطيها حجم high scale type + +85 +00:06:56,080 --> 00:07:01,740 +fit xy بس انت المفروض تراعي بالتصميم ان تكون + +86 +00:07:01,740 --> 00:07:07,570 +الصورة مناسبة الطول مع العرضللتصميم اللي انت بدكيه + +87 +00:07:07,570 --> 00:07:10,190 +طب خلصنا الجزء اللي فوق الجهة الجزء اللي جوا هذا + +88 +00:07:10,190 --> 00:07:15,150 +اتفقدنا انه عبارة عن linear layout ايش horizontal + +89 +00:07:15,150 --> 00:07:20,110 +فبنيجي تحت ال image view بدي اكون عندى linear + +90 +00:07:20,110 --> 00:07:27,150 +layout ايش عرض ال layout اللي جوا match balance + +91 +00:07:27,150 --> 00:07:29,790 +ارتفاعها + +92 +00:07:31,300 --> 00:07:37,300 +برضه match parent للاخر تمام ال + +93 +00:07:37,300 --> 00:07:45,680 +orientation تبعها هي horizontal تمام + +94 +00:07:45,680 --> 00:07:48,940 +عملنا ال layout تعالى نشوف كيف منظرها + +95 +00:08:03,030 --> 00:08:07,890 +تمام هي في المنطقة هذه المربع كله لان صار في + +96 +00:08:07,890 --> 00:08:12,470 +linear layout horizontal طيب هاي ال linear layout + +97 +00:08:12,470 --> 00:08:19,790 +بتاعتي لان جواها صح جواها بنحط كمان layout للازرار + +98 +00:08:19,790 --> 00:08:30,590 +linear layout طيب قداش عرض الازرار هدولطيب انت + +99 +00:08:30,590 --> 00:08:34,590 +ممكن تحط .. هو للأسف مافيش في ال linear out نسبة + +100 +00:08:34,590 --> 00:08:40,110 +ممكن انت تحط حجم محدد مثلا بتن دي بي تمام و ممكن + +101 +00:08:40,110 --> 00:08:44,750 +تستخدمهم بال weightكيف بال weight يعني هذولة + +102 +00:08:44,750 --> 00:08:48,430 +غنصرين هيكون موجودين في نفس لينا ال layout ممكن + +103 +00:08:48,430 --> 00:08:52,470 +تعطي هذا واحد وهذا ايش وهذا تلاتة فعشان نعطيه + +104 +00:08:52,470 --> 00:08:56,690 +weight في الأول نديله wrap content تمام و بعدين + +105 +00:08:56,690 --> 00:09:07,850 +ايش ارتفاع لل layout هذه match parent و + +106 +00:09:07,850 --> 00:09:12,200 +برضه بنديه ال weight بس دي ربع لك ال weightهي واحد + +107 +00:09:12,200 --> 00:09:17,020 +طبعا ال + +108 +00:09:17,020 --> 00:09:20,520 +Android بقى لحد الأنوات واحد معناه هياخد كل الشاشة + +109 +00:09:20,520 --> 00:09:24,820 +يعني اللي .. اه لأن مافيش غيرها طبعا نيجي جنبها ال + +110 +00:09:24,820 --> 00:09:30,860 +gate بنحط layout تاني مبدئيا كيف؟ ماشي هاي ال + +111 +00:09:30,860 --> 00:09:35,260 +orientation vertical + +112 +00:09:35,260 --> 00:09:40,500 +الان جنبها مبدئيا بده أحط layout تاني هنا هذه بده + +113 +00:09:40,500 --> 00:09:41,100 +أحط كمان layout + +114 +00:09:46,980 --> 00:09:54,060 +برضه بدي اقول راب content رتفع match parent و + +115 +00:09:54,060 --> 00:09:58,580 +هاي ال weight مثلا تلاتة و ال orientation اي حاجة + +116 +00:09:58,580 --> 00:10:04,140 +هذه خليها vertical يعني الآن عشان احنا مانتوهش في + +117 +00:10:04,140 --> 00:10:08,460 +عند ال layout الرئيسية تمام فيها image view و فيها + +118 +00:10:08,460 --> 00:10:12,360 +بعدين linear layout اللي هي بتجمع هذول اتنين جمع + +119 +00:10:12,360 --> 00:10:14,980 +هذا ال linear layout فيها layout vertical للازرار + +120 +00:10:14,980 --> 00:10:23,160 +هيهاو جنبها فيها layout للمحتوى وهذا اعطانا واحد + +121 +00:10:23,160 --> 00:10:27,120 +وهذا اعطانا تلاتة تعالى نشوفها شايف هي من جسم + +122 +00:10:27,120 --> 00:10:32,760 +الشاشة ايش اه واحد تلاتة و لو جلبت حتى زي هيك هتظل + +123 +00:10:32,760 --> 00:10:36,760 +النسبة زي ما هي هاي واحد تلاتة + +124 +00:10:46,130 --> 00:10:51,730 +طيب هاد ال layout الزرار جواهنا نحط زرار تمام فبس + +125 +00:10:51,730 --> 00:10:56,730 +اعمل button حطه مثلا wrap content او match parent + +126 +00:10:56,730 --> 00:11:01,450 +عشان ياخد عجد مساحة ال layout اللي هو فيها match + +127 +00:11:01,450 --> 00:11:03,690 +parent لل button وبياخد عجد ال layout مين ال + +128 +00:11:03,690 --> 00:11:07,770 +layout اللي هو فيها اللي هي هذه تمام فقولنا له + +129 +00:11:07,770 --> 00:11:14,090 +match parent وهي هنا wrap content لل height text + +130 +00:11:16,060 --> 00:11:17,780 +بتن واحد + +131 +00:11:40,210 --> 00:11:44,870 +طيب هاي خلصنا ال .. لأن هنا بدي أكون عند المحتوى + +132 +00:11:44,870 --> 00:11:47,250 +المفروض مثلا لما أضغط على الذر يطلع عند المحتوى + +133 +00:11:47,250 --> 00:11:50,730 +هنا لأن + +134 +00:11:50,730 --> 00:11:53,610 +أنا للمحتوى هذا إيش عامل linear layout صح ممكن + +135 +00:11:53,610 --> 00:11:58,310 +أضيف فيها اللي بديه يعني مثلا هاي ال linear layout + +136 +00:11:58,310 --> 00:12:05,490 +بتاعة المحتوى ممكن تحط فيها مثلا text + +137 +00:12:05,490 --> 00:12:05,950 +view + +138 +00:12:09,120 --> 00:12:23,960 +ماتش بيرنت خلّيني أقول ماتش بيرنت ماتش + +139 +00:12:23,960 --> 00:12:27,500 +بيرنت ماتش بيرنت ماتش ماتش ماتش ماتش ماتش ماتش + +140 +00:12:27,500 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +141 +00:12:27,640 --> 00:12:34,000 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +142 +00:12:34,000 --> 00:12:40,330 +ملكن لو مكتوب فيه كلام كتير في الوضع الحالي هيختفي + +143 +00:12:40,330 --> 00:12:46,070 +هتجربه + +144 +00:12:46,070 --> 00:12:51,570 +بس عشان نجربه بدنا نحط كلام كتير شوية + +145 +00:13:18,860 --> 00:13:30,420 +تغير الكلمة عشان نشوف الفرق تمام + +146 +00:13:30,420 --> 00:13:35,680 +لاحظ ان ال IOG حطت انا كتير راحت تمام طب خلّيني + +147 +00:13:35,680 --> 00:13:36,880 +انام ال run للتطبيق + +148 +00:13:49,270 --> 00:13:57,710 +طيب لحد ما يشتغل لو + +149 +00:13:57,710 --> 00:14:02,110 +كان المحتوى اللي انت حاطه جوا ال text view او جوا + +150 +00:14:02,110 --> 00:14:06,030 +ال linear layout صورة مثلا مجموعة صور وكان حجمهم + +151 +00:14:06,030 --> 00:14:09,530 +اكتر من حجم الشاشة مش هتقدر تنزل تشوفه من تحت طبعا + +152 +00:14:09,530 --> 00:14:17,690 +طب ايش الحل الحل الان انت عارف ان المحتوى هذا لحظة + +153 +00:14:17,690 --> 00:14:18,050 +شوية + +154 +00:14:20,710 --> 00:14:27,190 +هذا المحتوى ال text view حجمه كبير تمام بتيجي + +155 +00:14:27,190 --> 00:14:31,910 +حوالي او افضل من ال text view بتاخد ال layout كلها + +156 +00:14:31,910 --> 00:14:36,110 +اللي هي ايش ال linear layout تمام بدي اجعل ال + +157 +00:14:36,110 --> 00:14:41,310 +linear layout نفسها و احطها داخل حاجة اسمها scroll + +158 +00:14:56,960 --> 00:15:13,320 +داخل scroll view طيب + +159 +00:15:13,320 --> 00:15:17,660 +لاحظ ال scroll view وين بدأ بدأ من هنا وانتهى هنا + +160 +00:15:17,660 --> 00:15:25,020 +هل هذا صح لأ المفروض ان هذا التسكير بعد بعد ال + +161 +00:15:25,020 --> 00:15:29,300 +layoutلأ انا حطيت ال linear layout بال text اللي + +162 +00:15:29,300 --> 00:15:34,740 +فيها هدولة كلهم حطيته جوه ال scroll view لأن ال + +163 +00:15:34,740 --> 00:15:40,080 +scroll view هو حطت weight weight 3 يعني الآن هنا + +164 +00:15:40,080 --> 00:15:46,380 +صار في scroll view ماخد 3 أجزاء وهذا ماخد جزء وجوه + +165 +00:15:46,380 --> 00:15:50,080 +ال scroll view محطوط عند linear layout وجوه ال + +166 +00:15:50,080 --> 00:15:51,380 +linear layout حط البدكية + +167 +00:15:54,910 --> 00:15:58,570 +كيف؟ لأ بلزم هجيت هقول ليش يعني انا يا جماعة عندي + +168 +00:15:58,570 --> 00:16:03,030 +هى انا جزء اين هى + +169 +00:16:03,030 --> 00:16:09,130 +اشتغل ال .. + +170 +00:16:09,130 --> 00:16:16,230 +طيب لإن هى مثلا الشاشة عندي ل .. ل .. حتى قبل ال + +171 +00:16:16,230 --> 00:16:19,230 +scroll view انا مقدرش اطلع الشاشة و انزلها هى انا + +172 +00:16:19,230 --> 00:16:24,480 +بقعد بسحب بطلع .. فى لسه كلام IOG تحتبس مش قادر + +173 +00:16:24,480 --> 00:16:28,780 +اشوفه ليش لأنه خلاص اتملت الشاشة فماطلعليش اللي + +174 +00:16:28,780 --> 00:16:32,440 +تحت كيف انا بده اخليه يفرجينا ايش موجود في المحتوى + +175 +00:16:32,440 --> 00:16:37,460 +حط هذه ال linear layout كلها اللي هنا حطها داخل + +176 +00:16:37,460 --> 00:16:41,380 +scroll view متذكرين ايام الجافة لما كنا بنعمل text + +177 +00:16:41,380 --> 00:16:46,220 +area scroll كنا بنحطها داخل scroll pan تمام هذه + +178 +00:16:46,220 --> 00:16:49,060 +نفس الحاجة بتاخد الأنصر تبعها اللي هو ال linear + +179 +00:16:49,060 --> 00:16:54,150 +layout حطها داخلScroll view صار الشاشة مكوّنة من + +180 +00:16:54,150 --> 00:17:00,770 +Vertical Linear Layout فيها صورة وهنا في الجزء هذا + +181 +00:17:00,770 --> 00:17:06,750 +فهي Vertical Linear + +182 +00:17:06,750 --> 00:17:09,670 +Layout فيها جزءين فهي Vertical Linear Layout اللي + +183 +00:17:09,670 --> 00:17:15,390 +فيها الزرار وفي الجزء هذا فهي scroll view لأن هو + +184 +00:17:15,390 --> 00:17:20,980 +بيحكي لك ان ال scroll viewلازم تضع جوا layout يعني + +185 +00:17:20,980 --> 00:17:24,760 +بال scroll view بالفش تضع فيه أكتر من حاجة عشان هي + +186 +00:17:24,760 --> 00:17:30,480 +أنا هنا عملت scroll view وإيش فيه جواها ال scroll + +187 +00:17:30,480 --> 00:17:35,840 +view linear layout وحط جوا ال linear layout هذه + +188 +00:17:35,840 --> 00:17:41,500 +اللي بدكية فالان + +189 +00:17:41,500 --> 00:17:49,040 +هذا ال layout لإيش هذا ال layout لزرار صحأيش في + +190 +00:17:49,040 --> 00:17:55,240 +جانبها؟ لأ فيها ال scroll view تمام؟ ال scroll + +191 +00:17:55,240 --> 00:18:00,520 +view داخله إيش؟ linear layout و لاحظ إن أنا ال + +192 +00:18:00,520 --> 00:18:03,280 +scroll view بتعامل مع ذلك إنه أي item حطيت ال + +193 +00:18:03,280 --> 00:18:07,300 +weight تبعه تلاتة على أساس ياخد هذا ال layout واحد + +194 +00:18:07,300 --> 00:18:10,140 +و هذا ال scroll view ياخد تلاتة و جوا ال scroll + +195 +00:18:10,140 --> 00:18:12,640 +view حطيت ال linear layout بتاعتى + +196 +00:18:16,840 --> 00:18:18,700 +هذا الـ gate بقدر اجعل اللي هنا الـ layout اللي + +197 +00:18:18,700 --> 00:18:22,400 +هنا اقوله match فيه على انت عشان يعبي ال school + +198 +00:18:22,400 --> 00:18:26,920 +view طيب الان لو انا عملت run او تحديث التطبيق + +199 +00:18:54,500 --> 00:19:02,500 +طيب شايفين الآن إيش بيصير؟ شايفين ال scroll؟ طيب + +200 +00:19:02,500 --> 00:19:06,660 +باختصار شديد يا جماعة اليوم هي أخدنا إش جديد اللي + +201 +00:19:06,660 --> 00:19:13,360 +هي scroll view باختصار شديد جدا لو أنا عندي شاشة + +202 +00:19:13,360 --> 00:19:19,520 +خلاص شلنا .. خلصنا مثال لأن أنا عندي الشاشة فيها + +203 +00:19:19,520 --> 00:19:26,380 +إيش؟ linear layout verticalخلّي بس يقربها تاني هاد + +204 +00:19:26,380 --> 00:19:29,860 +الآن شاشة فاضية و بده حط عناصر ورا بعض و العناصر + +205 +00:19:29,860 --> 00:19:36,500 +هاد بتاخد مساحة كبيرة فحط مثلا إنت إجيت هنا بدك + +206 +00:19:36,500 --> 00:19:37,500 +تصير تحط باتون + +207 +00:19:51,360 --> 00:20:01,280 +خلّي match parent wrap content وهي + +208 +00:20:01,280 --> 00:20:05,900 +كررت ال battle خلّي + +209 +00:20:05,900 --> 00:20:09,300 +text size 30px + +210 +00:20:19,100 --> 00:20:21,840 +طيب هذه مجموعة الزرار تحت بعض الان المفروض انه في + +211 +00:20:21,840 --> 00:20:27,020 +محتوى مكفهش تحت طبعا لان لو عملت رالة تطبيق هذا + +212 +00:20:27,020 --> 00:20:38,280 +وشغلته مش هيبينك الزرار الأضافية فعشان يتبينهم خد + +213 +00:20:38,280 --> 00:20:41,800 +الزرار كلهم وحطهم داخل + +214 +00:20:45,000 --> 00:20:48,560 +خلّي match parent match parent لأن ال school of + +215 +00:20:48,560 --> 00:20:51,520 +you لسه فاضي أنا أنشأت ال school of you المفروض + +216 +00:20:51,520 --> 00:20:55,160 +أخد الازرار و أحطهم جوا جوا ال school of you لكن + +217 +00:20:55,160 --> 00:20:57,960 +بقولي مانفعش ال school of you تحط جوا أكتر من حاجة + +218 +00:20:57,960 --> 00:21:02,300 +لازم نحط فيه إيش حاجة واحدة فانت حط جوا linearly + +219 +00:21:02,300 --> 00:21:06,660 +out و + +220 +00:21:06,660 --> 00:21:07,400 +تكون vertical + +221 +00:21:14,060 --> 00:21:20,900 +و جوالين ال layout هذه حط الزرار بتاعتك كلها + +222 +00:21:20,900 --> 00:21:29,320 +تمام، + +223 +00:21:29,320 --> 00:21:35,180 +هيك لو شغلت هيطلع عندك scrollماشي يا جماعة فهمنا + +224 +00:21:35,180 --> 00:21:38,680 +ايش ال scroll scroll يعني لما يكون فيه عدد عناصر + +225 +00:21:38,680 --> 00:21:43,420 +كبيرة ممكن ماتظهر بتحط حولهم scroll bar بتعمل + +226 +00:21:43,420 --> 00:21:46,940 +scroll view وبتحط جواها layout وبتحط عناصرك كلها + +227 +00:21:46,940 --> 00:21:52,180 +جوا ال layout تاعتك هذه مرة تانية لما يكون عندك + +228 +00:21:52,180 --> 00:21:57,960 +عناصر كتير صورة مثلا وكلام تمام هذه image view + +229 +00:21:57,960 --> 00:22:05,660 +وهذا كله عبارة عن text viewأتيت عربتهم على الشاشة + +230 +00:22:05,660 --> 00:22:12,100 +وجدت أن الشاشة تسعش خذ هذه الاتنين خليهم أنصر واحد + +231 +00:22:12,100 --> 00:22:15,080 +كيف تخليهم أنصر واحد؟ خطهم في layout واحدة linear + +232 +00:22:15,080 --> 00:22:20,680 +layout وبعدين خذ ال linear layout وحطها جوا scroll + +233 +00:22:20,680 --> 00:22:24,140 +view + +234 +00:22:24,140 --> 00:22:30,220 +ماشي يا جماعة؟ طيب، هيك يا جماعة بما تقول خلصنا + +235 +00:22:30,220 --> 00:22:35,640 +مثال ال linear layoutوشوفنا ان احنا بتصمم اي تصميم + +236 +00:22:35,640 --> 00:22:40,020 +بتنيعه على طريق Damage اكتر من Layout مع بعض في اي + +237 +00:22:40,020 --> 00:22:43,680 +سؤال بالنسبة لـLinear Layout ايوة عامة جيت ال + +238 +00:22:43,680 --> 00:22:47,580 +software اللي هو المقطوع يعني مش .. يعني مابديش + +239 +00:22:47,580 --> 00:22:49,760 +انازل فيه فاهم عليا كده يعني انا في المثال اللي + +240 +00:22:49,760 --> 00:22:52,400 +عندهان لو كان مثلا انا عنده ثلاثة قدم اطلع ال + +241 +00:22:52,400 --> 00:22:56,240 +software اللي حتى لو كان المقطوع بدوش انه ينزلهو + +242 +00:22:56,240 --> 00:23:01,220 +بيظهرش school هو بيخليك أنت تتحكم + +243 +00:23:01,220 --> 00:23:05,560 +بال touch تطلع و تنزل بس إذا مافيش school حتى + +244 +00:23:05,560 --> 00:23:08,800 +بأصبعك مش هتقدر تطلع و تنزل اللي مش باين على + +245 +00:23:08,800 --> 00:23:13,040 +الشاشة بختفي وبتقدرش تشوفه بدون school لكن لو في + +246 +00:23:13,040 --> 00:23:17,080 +school view بتقدر تعمل حركة هادية واضح؟ يعني هو + +247 +00:23:17,080 --> 00:23:19,920 +بيظهرش قدامك school bar + +248 +00:23:27,960 --> 00:23:31,560 +هو جماعة كل اللي بيخليني أعمل ان انت بالأصبع + +249 +00:23:31,560 --> 00:23:37,700 +بتتحرك تطلع و تنزل في هذا + +250 +00:23:37,700 --> 00:23:42,720 +المثال اللي عرضنا هذا الجزء بيبقى ثابت وهذا ثابت + +251 +00:23:42,720 --> 00:23:46,740 +من هنا بتقدر تتحرك فيه هذا اللي هنا بس هو school + +252 +00:23:46,740 --> 00:23:53,160 +of youتمام؟ يعني الفكرة اللي مابحركش كل الشاشة لأ + +253 +00:23:53,160 --> 00:23:56,000 +هذا ثابت و هذا ثابت و من جهة ال scroll view هو + +254 +00:23:56,000 --> 00:24:02,780 +اللي بتحرك واضح يا جماعة؟ ايوة سؤال يجيب ان انا + +255 +00:24:02,780 --> 00:24:05,800 +اصلا عامل scroll view تبع الميكروفت دي اعتقد انه + +256 +00:24:05,800 --> 00:24:08,640 +الفترة الأول ال scroll اللي عم افضل ان اطلع عن زرع + +257 +00:24:08,640 --> 00:24:12,300 +الفترة التانية الفترة الأولة الموجودة اقل من ان + +258 +00:24:12,300 --> 00:24:15,700 +اتحرك ال scroll الان بتحرك لو حركته بال touch ولا + +259 +00:24:15,700 --> 00:24:18,810 +لا بقى كيف مش فاهمعندي اكتر من ال battery عندى + +260 +00:24:18,810 --> 00:24:23,090 +اتنين battery اتنين اه جوه كل battery بيعرض محتوى + +261 +00:24:23,090 --> 00:24:26,390 +المحتوى معمله scroll لو حركت المحتوى تبع الزر + +262 +00:24:26,390 --> 00:24:30,490 +الأول اللي بيتحرك عادي كونه كبير بتتحرك ب scroll + +263 +00:24:30,490 --> 00:24:34,290 +ال battery التاني برضه نفس الكلام جوه scroll view + +264 +00:24:34,290 --> 00:24:37,370 +لكن لو حركت بتتحرك مش عشان المحتوى الجليد اللي + +265 +00:24:37,370 --> 00:24:40,810 +بتتحرك احنا انا scroll view واحد تمام scroll view + +266 +00:24:40,810 --> 00:24:44,870 +واحد كل العناصر اللي بدي انا حجمها كبير بحطها جوه + +267 +00:24:44,870 --> 00:24:46,930 +scroll view عشان اقدر اعمل slide + +268 +00:24:50,230 --> 00:24:55,410 +هي عندك school، إيش فيه جوا؟ عشان أفهم سؤالة؟ عندى + +269 +00:24:55,410 --> 00:24:58,810 +كلمة واحدة بتحرك؟ جوا ال school كلمة واحدة؟ لأ لأ + +270 +00:24:58,810 --> 00:25:03,210 +بتحركش طبعا إنت هي .. هي .. هي خليك تحرك لما يكون + +271 +00:25:03,210 --> 00:25:07,350 +نجر كتير، لما يكون فيه زيادة، يعني هي هيك هيك + +272 +00:25:07,350 --> 00:25:12,370 +بيحرك ال school؟ هاي ال school، في text view في + +273 +00:25:12,370 --> 00:25:18,940 +كلمة واحدة، بيحركوا؟ لألما يكون فيه كتير انزل انزل + +274 +00:25:18,940 --> 00:25:23,540 +انزل هي هيك هذا الكلام برا الشاشة هنا هيخليك تتحرك + +275 +00:25:23,540 --> 00:25:28,720 +طبعا يعني لو فش فيه محتوى كتير بيصير زي و زي ماليش + +276 +00:25:28,720 --> 00:25:33,880 +قيمة انت معايا ولا لأ زي ال text area في ال .. زي + +277 +00:25:33,880 --> 00:25:37,880 +اي برنامج كتابة لما تيجي تكتب كلمة كلمتين مش + +278 +00:25:37,880 --> 00:25:42,280 +هيحطلك scroll لكن لو زاد عن حجم الشاشة او حجم ال + +279 +00:25:42,280 --> 00:25:47,290 +component بيصير يحطلك ال scrollتمام يعني هنا لو + +280 +00:25:47,290 --> 00:25:49,890 +عندى text view في كلمة واحدة خلاص مش هتحرك مش ه .. + +281 +00:25:49,890 --> 00:25:58,670 +مش .. يعني ايش مابتحرك اصلا هو لحاله لما .. لأ + +282 +00:25:58,670 --> 00:26:02,130 +لأ هو خلاص ال score on view لو كان الحجم كبير + +283 +00:26:02,130 --> 00:26:11,890 +بيصير يحرك تمام يعني + +284 +00:26:11,890 --> 00:26:16,540 +هنا .. هنا مثلاهنا حطلك ال scroll هذا شايفينه اللي + +285 +00:26:16,540 --> 00:26:21,380 +هنا؟ ليش؟ لأن حجم المحتوى كبير لو حجم المحتوى فيه + +286 +00:26:21,380 --> 00:26:29,900 +100 word بس خلاص مش هعملك ال scroll في + +287 +00:26:29,900 --> 00:26:35,100 +ال تطبيق + +288 +00:26:35,100 --> 00:26:38,560 +تعالي الجوال يعني طيب هي شوف انت بجيت ال options + +289 +00:26:38,560 --> 00:26:41,240 +انا بعلمك الأساسي و انت تدور كيف تطلع ال scroll ال + +290 +00:26:41,240 --> 00:26:41,960 +bar و ما تطلعش + +291 +00:26:45,270 --> 00:26:49,550 +طيب يا جماعة لان خلصنا ال linear layout بننتقل ل + +292 +00:26:49,550 --> 00:26:52,890 +layout تانية اهم من ال linear layout ال layout + +293 +00:26:52,890 --> 00:27:06,450 +اللي هتكلم عنها اليوم اسمها + +294 +00:27:06,450 --> 00:27:13,930 +ال constraint layout + +295 +00:27:15,320 --> 00:27:18,200 +لأ ال linear layout كويسة و الواحد بيعمل فيها + +296 +00:27:18,200 --> 00:27:23,500 +تصميم اللي بده إياه بس فيها مشاكل أول مشكلة يعني + +297 +00:27:23,500 --> 00:27:28,160 +زمان في ال versions الأولى للأندرويد ماكانش فيه أو + +298 +00:27:28,160 --> 00:27:32,900 +كانت أكتر layout مستخدمة هي ال linear layout بس + +299 +00:27:32,900 --> 00:27:35,540 +نجوا فيها مشاكل إن ال linear layout بلزمك تعمل + +300 +00:27:35,540 --> 00:27:37,800 +list of layouts عشان تعمل التصميم اللي بدك إياه + +301 +00:27:37,800 --> 00:27:40,560 +إيش هي list of layouts؟ layout جمع layout و هذا + +302 +00:27:40,560 --> 00:27:44,930 +ببطء من عرض التطبيقنحن دائما في تطبيقات الجوال ليس + +303 +00:27:44,930 --> 00:27:49,310 +مثل ال PC نبحث عن ال performance لو كان في layout + +304 +00:27:49,310 --> 00:27:58,130 +جوة layout جوة layout عرض الشاشة بيكون بطيء هذا + +305 +00:27:58,130 --> 00:28:03,480 +المشاكل ال linearLayout طيب وهذا أهم المشكلة فعليا + +306 +00:28:03,480 --> 00:28:07,820 +عشان يحل المشكلة هذه يعملوا layouts تانية ال + +307 +00:28:07,820 --> 00:28:11,100 +performance تباعها أفضل من layout ليها layout + +308 +00:28:11,100 --> 00:28:13,020 +ممتازة و بتعمل فيها انت اللي بدك اياه و احنا + +309 +00:28:13,020 --> 00:28:16,660 +علمناكوا اياها عشان انت تاخد ايدك على عمل ال + +310 +00:28:16,660 --> 00:28:21,460 +layouts هذا ايه زي انت اصلا ايدك اشتغلت فيها عشان + +311 +00:28:21,460 --> 00:28:24,840 +ايدك تاخد على كيف انت تشغل XML و تضيف عناصر و + +312 +00:28:24,840 --> 00:28:29,530 +ترتبهاكبداية هي ضرورية لكن حاليًا في التطبيقات + +313 +00:28:29,530 --> 00:28:36,370 +الحديثة بطل حد يستخدم linear layout صاروا + +314 +00:28:36,370 --> 00:28:41,830 +يستخدموا layouts جديدة زي ايش مثلا زي layout اسمها + +315 +00:28:41,830 --> 00:28:45,690 +relative لحظة + +316 +00:28:45,690 --> 00:28:51,110 +شوية relative layout relative layoutطلعت قبل حوالي + +317 +00:28:51,110 --> 00:28:57,990 +تلت سنوات وكانت هي المستخدمة لحد السنة الماضية + +318 +00:28:57,990 --> 00:29:02,610 +اللي طلعت تطوير عليها اسمها constraint layout هي + +319 +00:29:02,610 --> 00:29:07,510 +أخر حاجة constraint layoutما بقولك لو ددكيها من + +320 +00:29:07,510 --> 00:29:11,170 +أول كده مش هتفهمها هذه أصعب من ال linear layout ال + +321 +00:29:11,170 --> 00:29:14,250 +linear layout أسهل واحدة ابدأ فيها و تعلم ال XML و + +322 +00:29:14,250 --> 00:29:17,350 +تعلم كيف ترتيب العناصر و بعدين بتنتقل على ال + +323 +00:29:17,350 --> 00:29:20,990 +constraint layout و ممكن انا مابقولش مش غلط ممكن + +324 +00:29:20,990 --> 00:29:24,710 +تستخدم ال linear layout لو التصميم تبعك بسيط مافيش + +325 +00:29:24,710 --> 00:29:29,870 +فيه تعقيد كتير لو أكتر من two levels layout هيصير + +326 +00:29:29,870 --> 00:29:33,170 +بطيء كتير حاليا مثلا زي التصميم اللي شوفناه قبل + +327 +00:29:33,170 --> 00:29:37,600 +شوية ماشي حالةلأنه كام level layouts جوا بعض؟ + +328 +00:29:37,600 --> 00:29:42,520 +اتنين مابتبدأ vertical انت صح؟ و بعدين جواها بتحط + +329 +00:29:42,520 --> 00:29:46,600 +اتنين و واحدة horizontal وفي تلاتة levels و جوا ال + +330 +00:29:46,600 --> 00:29:50,480 +horizontal في .. هذه بتصبح بطيقة لكن لو تصميم بسيط + +331 +00:29:50,480 --> 00:29:54,420 +زي بتاع ال user name و ال password هذا بسيط يعني + +332 +00:29:54,420 --> 00:29:57,400 +مافرجش كتير ال linear عن ال constraint ممكن تستخدم + +333 +00:29:57,400 --> 00:30:01,560 +ال linear في التصميم البسيط فبقولش ان انا مش + +334 +00:30:01,560 --> 00:30:05,890 +مستخدمة لأ مستخدمة بس في الحلقة البسيطةلكن اذا + +335 +00:30:05,890 --> 00:30:10,030 +اتعجبت الشاشة وتاعتك وصار فيه عندك components كتير + +336 +00:30:10,030 --> 00:30:13,970 +ومحتاجين ترتيبات كتير استخدم واحدة من ال layouts + +337 +00:30:13,970 --> 00:30:16,350 +اللي هي ال relative او ال constraint ظهرت ال + +338 +00:30:16,350 --> 00:30:19,450 +relative وبعدين اتطورت وصارت constraint layout + +339 +00:30:19,450 --> 00:30:21,970 +طبعا انا مش هديكوا ال relative انه خلاص احنا من + +340 +00:30:21,970 --> 00:30:26,310 +الناواكب لجديد وقلنا انه هذه تطوير على هذه فخلاص + +341 +00:30:26,310 --> 00:30:30,130 +نبدأ على طول من ال constraint layout ايش هي كلمة + +342 +00:30:30,130 --> 00:30:36,670 +constraintconstraint يعني قيود constraint layout + +343 +00:30:36,670 --> 00:30:40,870 +يعني layout المقيدة ايش القصد في ال constraint + +344 +00:30:40,870 --> 00:30:44,270 +layout او باختصرها ال constraint layout يا جماعة + +345 +00:30:44,270 --> 00:30:47,670 +او ال relative layout نفس الفكرة بقول مبدأ ربط + +346 +00:30:47,670 --> 00:30:51,210 +العناصر او ترتيب العناصر باعتمد ان كل عنصر يترتب + +347 +00:30:51,210 --> 00:30:55,690 +بالنسبة لعنصر تاني لاحظ ان العنصر يترتب بالنسبة + +348 +00:30:55,690 --> 00:31:02,070 +للعنصر لعنصر اخرالـ Linear أو الترتيب العناصر كيف؟ + +349 +00:31:02,070 --> 00:31:06,310 +أفقي أو رأسي الـ Consent و Relatively أو الترتيب + +350 +00:31:06,310 --> 00:31:09,830 +العناصر بالنسبة لبعض إيش أنا بالنسبة لبعض؟ يعني + +351 +00:31:09,830 --> 00:31:13,090 +مثلا بنعمل شاشة ال user name و ال password اللي + +352 +00:31:13,090 --> 00:31:16,130 +عملناها المحاضرة الماضية إيش أول عنصر بنحطه في + +353 +00:31:16,130 --> 00:31:23,260 +الشاشة؟ اللي هو الصورة اللي كانت فوقبتقول هذا أول + +354 +00:31:23,260 --> 00:31:26,320 +عنصر مدينة هو أول عنصر بتضيفه على الشاشة بتحط + +355 +00:31:26,320 --> 00:31:30,360 +الصورة و الأن إيش بدك تعمل في الصورة هذه؟ بدك + +356 +00:31:30,360 --> 00:31:33,120 +تعلجها هلجيت انت لما تجيب لوحة في البيت مش بدك تحط + +357 +00:31:33,120 --> 00:31:36,740 +مصمار و تعلجها في مكان معين و ت centerها هذا أول + +358 +00:31:36,740 --> 00:31:40,120 +صورة أول component اللي حاط في الشاشة بدك تحددله + +359 +00:31:40,120 --> 00:31:45,530 +مكانبالنسبة لمين؟ في عنصر تاني موجود؟ لأ، احنا + +360 +00:31:45,530 --> 00:31:49,490 +قولنا بترتب عناصر بالنسبة لبعض، مدام هي أول عنصر + +361 +00:31:49,490 --> 00:31:52,890 +الحق، بتحطهاش بالنسبة لعنصر تاني، بتحطه بالنسبة + +362 +00:31:52,890 --> 00:31:59,200 +للقدرتخيل هذه الحيطة تمام؟ بتتعلق عليها صورة تمام؟ + +363 +00:31:59,200 --> 00:32:03,220 +فبقولك ان اتحددها بالنسبة للأب لازم تربطها على + +364 +00:32:03,220 --> 00:32:10,280 +الأقل على الأقل بجزء من أجزاء الأب كيف يعني؟ يعني + +365 +00:32:10,280 --> 00:32:14,180 +الآن هل الصورة موجودة تمام؟ بتقول انه حطل الحفة + +366 +00:32:14,180 --> 00:32:17,640 +اليمين، الشمال مش هذه الحفة الشمال بتاعة الصورة + +367 +00:32:17,640 --> 00:32:23,580 +على الحفة الشمال بتاعة ال parentيعني امسك هذا و + +368 +00:32:23,580 --> 00:32:30,680 +ربطه وين؟ و ربطه في هذا و امسك هذا الجزء و ربطه + +369 +00:32:30,680 --> 00:32:36,600 +وين؟ فوق لأن انت لما تجيب صورة و تربطها من جهتين + +370 +00:32:36,600 --> 00:32:41,480 +فبتت ولا ما فبتتش اه صارت ثابتة بكفه تربطها من جهة + +371 +00:32:41,480 --> 00:32:46,380 +واحدة لأن لو انت عملت هيكإيش بيصير فيها لو ربطتها + +372 +00:32:46,380 --> 00:32:50,540 +زيك و فلبتها؟ هتجعب صح ولا لأ يبقى ال component + +373 +00:32:50,540 --> 00:32:54,660 +بتحطه على الشاشة و بتربطه من جانبين جانب أفقي + +374 +00:32:54,660 --> 00:33:02,940 +وجانب عمودي ع الزاوية دي صارت زي هيك بنتحزقتها من + +375 +00:33:02,940 --> 00:33:09,760 +اليمين و من فوق طبعا فراحت كلها اتحركت وين؟ على + +376 +00:33:09,760 --> 00:33:10,860 +الجرمة راحت على الزاوية + +377 +00:33:15,180 --> 00:33:20,040 +هات مجربها اللي جاية قدامك + +378 +00:33:20,040 --> 00:33:36,000 +هتشتغل + +379 +00:33:36,000 --> 00:33:39,240 +ولا .. + +380 +00:33:39,240 --> 00:33:41,060 +مطفل + +381 +00:33:43,040 --> 00:33:44,320 +ماشي عايش أغلط حقا + +382 +00:34:02,300 --> 00:34:08,200 +والله افتحته افتحه + +383 +00:34:08,200 --> 00:34:23,660 +افتحه افتحه افتحه + +384 +00:34:37,210 --> 00:34:41,230 +طيب يا شايل اتنقل معاياأجينا على layout بتاعتنا + +385 +00:34:41,230 --> 00:34:43,810 +احنا بدناش نلاقي غير layout هلجيت نرجع زي ما كانت + +386 +00:34:43,810 --> 00:34:47,430 +قبل وع فكرة أول ما تمشي التطبيق لحالة كانت + +387 +00:34:47,430 --> 00:34:49,850 +constraint يعني هو بفترض ان انت هتستخدم constraint + +388 +00:34:49,850 --> 00:34:53,590 +رجعناها constraint layout وهلجيت ال orientation ان + +389 +00:34:53,590 --> 00:34:58,970 +انا مش لازمني وهي الشاشة فاضية لان تبقى معايا شوف + +390 +00:34:58,970 --> 00:35:01,750 +كيف انا بتصمم ميزة كمان ال constraint ان انت ممكن + +391 +00:35:01,750 --> 00:35:06,450 +تشتغل visually يعني بشكل كبير على + +392 +00:35:09,800 --> 00:35:16,040 +طيب تعالى نضيف زر هاي أخد الزر و حطيته هنا لأن by + +393 +00:35:16,040 --> 00:35:20,980 +default الزر تبعنا هذا لسه مش مربوط بحاجة تمام + +394 +00:35:20,980 --> 00:35:28,820 +عشان هيك في ال text هنا معلم لكيها بأحمر لأ لأ هذا + +395 +00:35:28,820 --> 00:35:34,040 +ليه مش قيمة كمان هذا معلمه بإيش بأحمر لو عملت run + +396 +00:35:34,040 --> 00:35:38,960 +هتلاقي لوحات عشرين أنصر كل ما يرميلكيهم في الزاوية + +397 +00:35:40,610 --> 00:35:43,990 +يعني التصميم هيطلع بالشكل قدامك ومرتبين يعني افرض + +398 +00:35:43,990 --> 00:35:48,330 +انا حاطيت اكتر من زر بالشكل هذا لما تعمل راني + +399 +00:35:48,330 --> 00:35:51,870 +هيربوني مكونة في الزاويةوالدليل ع الكلام هذا ان + +400 +00:35:51,870 --> 00:35:55,310 +انت بدل منع المرأة ان ياخد وجد في التشغيل، حط + +401 +00:35:55,310 --> 00:35:57,910 +الموصع هذا، ايش بيقولك؟ the view is not + +402 +00:35:57,910 --> 00:36:01,130 +constrained، هذا الرسالة، بقرألكوا إيها، هذا + +403 +00:36:01,130 --> 00:36:05,370 +العنصر مش مقيد، ماحددتلوش أنت مكانه، مربطوهش في حد + +404 +00:36:05,370 --> 00:36:10,830 +تاني، تمام؟ it only has design-time positions، ايش + +405 +00:36:10,830 --> 00:36:13,970 +يعني it only has design-time positions؟ يعني فقط + +406 +00:36:13,970 --> 00:36:18,070 +في وقت ال design وانت بتصمم، بتشوف مكانهمSo it + +407 +00:36:18,070 --> 00:36:21,150 +will jump to 0,0 at run time ايش يعني it will jump + +408 +00:36:21,150 --> 00:36:33,870 +to 0,0 مين 0,0 النقطة اللي فوق طيب + +409 +00:36:33,870 --> 00:36:37,350 +يبقى عشان هيك هذا الخطأ اللي طلع لكيه ان حتى الآن + +410 +00:36:37,350 --> 00:36:41,710 +احنا اماكن العناصر مش محددة طب كيف نحدد مكان + +411 +00:36:41,710 --> 00:36:45,450 +العنصر هذا مثلا افترض ان انا بدي احطه على الزاوية + +412 +00:36:45,450 --> 00:36:49,070 +فوق على الزاويةواحد بيقول هو الحال و بيبقى فوق على + +413 +00:36:49,070 --> 00:36:54,180 +الزمن، ماشي بس ..أيش بنعمل؟ بدك إيها فوق على + +414 +00:36:54,180 --> 00:36:59,580 +الزاوية، امسك الحفة هذه و ربطها مع مين؟ مع اليمين + +415 +00:36:59,580 --> 00:37:02,960 +بتاع ال pyramid، لاحظ أول ما ربطها لحاله إيش؟ شدها + +416 +00:37:02,960 --> 00:37:07,440 +و سحبها، تمام؟ هيك غلط لسه، هيك أنت سحبتها على + +417 +00:37:07,440 --> 00:37:11,040 +اليمين، بس قلنا كل عنصر على الأقل، على الأقل لك + +418 +00:37:11,040 --> 00:37:15,660 +تربطه رأسي و عوافقي، و خد الحفة اللي فوق و ربطها + +419 +00:37:15,660 --> 00:37:21,020 +مع اللي فوق، تمام؟ هيه لحاله و وداها على اليمينأه + +420 +00:37:21,020 --> 00:37:23,620 +هلجيت بتقدر انت تسحب عليك انك تضيف .. هذا لحاله + +421 +00:37:23,620 --> 00:37:28,900 +بضيف margin تمام؟ يعني هو بال مربوط في اليمين و في + +422 +00:37:28,900 --> 00:37:34,420 +ال top بس ايش هذه المسافات؟ بقف margin لحاله اه من + +423 +00:37:34,420 --> 00:37:37,640 +الجهتين يعني اذا تعال انت هنا لحاله هتلاقي أيها ال + +424 +00:37:37,640 --> 00:37:43,440 +margin تمام؟ start و top هنرجع ال XML قصة هلجيت + +425 +00:37:43,440 --> 00:37:46,760 +افرض انا بضيف زر بس مابديش احطه على الزاوية هذه + +426 +00:37:46,760 --> 00:37:49,280 +بدي احطه على الزاوية التانية فوق على الزاوية + +427 +00:37:49,280 --> 00:37:49,620 +التانية + +428 +00:38:01,730 --> 00:38:06,030 +المهم يا شباب العنصر هذا انتبهوا معايا العنصر هذا + +429 +00:38:06,030 --> 00:38:10,090 +بنحطه نفس الحاجة على الزاوية اللي فوق بس على + +430 +00:38:10,090 --> 00:38:13,850 +الشمال تمام؟ + +431 +00:38:13,850 --> 00:38:18,940 +لأن خليه في أي مكان قربط فوق هيك و تعالي هيكلحاله + +432 +00:38:18,940 --> 00:38:23,040 +جابه على الجهة هذه نفس الشيء بدك تحط واحد على + +433 +00:38:23,040 --> 00:38:28,680 +الزاوية تحت بدك تربطه مع الحواف اللي تحت لل .. لل + +434 +00:38:28,680 --> 00:38:32,620 +بيانت لأنش انت قلتلي قبل ذلك ان المنطقة ال margin + +435 +00:38:32,620 --> 00:38:35,920 +اللي انا مقدرش احط فيها محتويات طيب اه انا محطت + +436 +00:38:35,920 --> 00:38:39,940 +محتوى في مص الشاشة وراهم هم اربع .. اربع جهات من + +437 +00:38:39,940 --> 00:38:45,240 +الشاشة تمام او جهتين اه الان مقدرش احط اي محتوى ال + +438 +00:38:45,240 --> 00:38:46,460 +margin اللي احطته + +439 +00:38:52,140 --> 00:38:57,680 +مش ماتحطش فيه محتوى، العنصر نفسه يعني مانوش علاقة + +440 +00:38:57,680 --> 00:38:59,840 +في ال margin خلاص بيكونوا بعيدة عن ال margin يعني + +441 +00:38:59,840 --> 00:39:04,700 +محتوى العنصر نفسه مانوش علاقة بال margin لكن انت + +442 +00:39:04,700 --> 00:39:09,540 +بتقدر تيجي تحط زر هينة مثلا، حدش ممنعك يعني في + +443 +00:39:09,540 --> 00:39:14,890 +المنطقة الفاضية؟ أهما هو انت بدك تجرب تمام؟ انت مع + +444 +00:39:14,890 --> 00:39:18,190 +التجربة على الأسئلة هذه لحالك بتلاقي لها أجوبة + +445 +00:39:18,190 --> 00:39:22,590 +تمام؟ يعني ما .. التفاصيل الدقيقة هذه بتيجي انت مع + +446 +00:39:22,590 --> 00:39:26,130 +الشغل انا بعلمك ال lay out بشكل عام كيف تشغل و انت + +447 +00:39:26,130 --> 00:39:28,490 +روح على البيت و جرب و أيه عندك تساؤل يعني احنا مش + +448 +00:39:28,490 --> 00:39:31,790 +في برنامج ما يطلبه المشاهدون ايش بيصير لو عملت + +449 +00:39:31,790 --> 00:39:34,910 +هيك؟ ايش بيصير لو صويت هيك؟ خلوه روح لحالك جرب في + +450 +00:39:34,910 --> 00:39:40,630 +البيت تمام؟ كيف؟يعني الأسئلة .. الأسئلة هذه + +451 +00:39:40,630 --> 00:39:44,530 +التفاصيلية الصغيرة انت العارف تجربها يعني مافيحش + +452 +00:39:44,530 --> 00:39:54,290 +تسأل على كل حاجة لليوم مش مظبط لسه البرنامج طيب + +453 +00:39:54,290 --> 00:39:57,390 +نرجح نكمل يا جماعة ال answer هاد انك تحطه انت تحت + +454 +00:39:57,390 --> 00:40:01,850 +على الزاوية برضه نفس الشيء اربطه في حواف ال parent + +455 +00:40:01,850 --> 00:40:05,790 +طيب + +456 +00:40:05,790 --> 00:40:10,560 +لسه ماخلصماش احناأول أنصر انت بتضيفه تربطه في الـ + +457 +00:40:10,560 --> 00:40:15,980 +parent طيب تعالى نرجع للزر هدى تبعنا لو انا قلتلك + +458 +00:40:15,980 --> 00:40:22,880 +بدي احط أنصر فى النص فوق بسعر فى النص الان + +459 +00:40:22,880 --> 00:40:28,100 +عشان تحطه فى النص فوق فى ال top فى النص اول حاجة + +460 +00:40:28,100 --> 00:40:32,370 +مدام انا قلتلك فى ال top يعني بديك تربط هدىفوق + +461 +00:40:32,370 --> 00:40:37,210 +الان بدك تحطه في النص بدك تربطه في النص وين؟ في + +462 +00:40:37,210 --> 00:40:40,430 +النص horizontal فبدك تربطه من الجهة هذه و الجهة + +463 +00:40:40,430 --> 00:40:46,530 +ديك هاي + +464 +00:40:46,530 --> 00:40:51,470 +رابطة تمام؟ يعني هذا الأنصار الآن غير مشبوك مشبوك + +465 +00:40:51,470 --> 00:40:54,990 +في ال parent في ال top و من الطرفين اليمين و + +466 +00:40:54,990 --> 00:40:58,770 +الشمال مشبوك في ال left و ال right بتاع ال parent + +467 +00:40:58,770 --> 00:41:04,690 +عشان هيك ايجي لحالهعلجه و حطه فى النص ليش حطه فى + +468 +00:41:04,690 --> 00:41:10,970 +النص انك شبكته من هنا و من هنا معناه يا جماعة مرة + +469 +00:41:10,970 --> 00:41:15,050 +تانى أنصر هذا شايفين هذا هذا اللي حطته الآن عشان + +470 +00:41:15,050 --> 00:41:19,530 +يشابكه إلى من الطرفين على الجهة اليمين من ال + +471 +00:41:19,530 --> 00:41:25,370 +parent رايح هيك الان لو أخدته شبكته هيك تمام + +472 +00:41:32,380 --> 00:41:40,520 +هو ال button اللي تحت شيل ال margin وهي start و + +473 +00:41:40,520 --> 00:41:40,800 +end + +474 +00:41:53,820 --> 00:41:58,000 +تمام؟ هاي بيحطه في النص بالشكل هذا طيب في عندك + +475 +00:41:58,000 --> 00:42:04,700 +button بدك تحطه في نص الشاشة تماما ايش هيعمله؟ بدك + +476 +00:42:04,700 --> 00:42:06,140 +تربطه من الجانبين + +477 +00:42:09,140 --> 00:42:13,140 +لاحظ ربطه أفقه واحد بيقول هيه وجه في النص لأ هي + +478 +00:42:13,140 --> 00:42:17,620 +غلط هيك انت معالجه بحبلين بس لو شغلت الحبل هيسحله + +479 +00:42:17,620 --> 00:42:22,540 +صح و لا يا جماعة فكر دايما في الجاذبية و انت تشتغل + +480 +00:42:22,540 --> 00:42:27,060 +فكر في الجاذبية و انت بتصمم فبرضه عشان تحطه في + +481 +00:42:27,060 --> 00:42:29,480 +النص بليك تربطه من فوق و من التحت + +482 +00:42:38,990 --> 00:42:55,370 +لحظة شايف هو مرات بيعلق كيف؟ + +483 +00:42:55,370 --> 00:43:00,250 +ماشي بقى أنا لسه حتى الآن بيعلمك كيف تربطه في ال + +484 +00:43:00,250 --> 00:43:06,270 +parent طيب + +485 +00:43:06,270 --> 00:43:12,640 +هذا هي ربطهفي مارجن جاية فوق هنا فزبط هشيل المارجن + +486 +00:43:12,640 --> 00:43:26,760 +هذا بطن سبعة هاي مارجن top خليها تمانية زي هدا طيب + +487 +00:43:26,760 --> 00:43:30,320 +هاي حطه في النصف فالان احنا اتعلمنا كيف انصر تربط + +488 +00:43:30,320 --> 00:43:36,470 +في ال parentلأن نيجي نلاقي ربط العناصر البعض + +489 +00:43:36,470 --> 00:43:39,690 +ماتعلمناش لسه كيف تربط العناصر البعض هيا أنا هندي + +490 +00:43:39,690 --> 00:43:45,750 +button مربوط + +491 +00:43:45,750 --> 00:43:52,250 +بس في ال parent top left تمام؟ top left لأن بدي + +492 +00:43:52,250 --> 00:43:56,070 +أحط جنب ال button هذا button تاني بدي أحط جنبه + +493 +00:43:56,070 --> 00:43:57,710 +button تاني تعالي أسحب button + +494 +00:44:00,730 --> 00:44:05,050 +دى البالك حطه هيك مش معناه صار جنبه تمام هتشغل + +495 +00:44:05,050 --> 00:44:10,730 +هتلاقيه اه حطه في الزاوية فالان البطل هذا اين بده + +496 +00:44:10,730 --> 00:44:20,650 +يجي على ال .. على اليمين هذا البطل صح فيمين هذا مع + +497 +00:44:20,650 --> 00:44:26,030 +هذا شايفين كيف زال قطار البطل + +498 +00:44:26,030 --> 00:44:33,380 +هذا شايفينه ربط اخدت هذه الدائرة ربطها في هذهتمام؟ + +499 +00:44:33,380 --> 00:44:37,620 +بعدين طيب بكفي بس اربطه من جهة .. اه بدك تربطه من + +500 +00:44:37,620 --> 00:44:41,160 +جهة تانى منين مربطه كمان؟ ممكن تربطه برضه فوق هيك + +501 +00:44:41,160 --> 00:44:46,520 +بس أول ما ربطته على السقف إيش عمل؟ أه سحبنا فوق + +502 +00:44:46,520 --> 00:44:51,200 +ممكن تنزل و أنت إيش تعمله margin لتحت يبقى أنا + +503 +00:44:51,200 --> 00:44:56,440 +العنصر هذا ربطه على مين هذا و ربطه فيه في ال + +504 +00:44:56,440 --> 00:44:56,660 +parent + +505 +00:45:05,520 --> 00:45:09,980 +في حل أخر أفضل لأن مش هذا اللي ربطته في ال .. في + +506 +00:45:09,980 --> 00:45:12,840 +ال top بتاع ال parent بديش أربطه في ال top بتاع ال + +507 +00:45:12,840 --> 00:45:15,680 +parent بدي أعمل زي هيك بدي أجيب ال top تبع هذا + +508 +00:45:15,680 --> 00:45:21,180 +الزر تمام؟ أربطه مع مين؟ شايفين أين بصحى بالسهم؟ + +509 +00:45:21,180 --> 00:45:26,920 +اه مع ال top بتاع البته من جنبه يعني + +510 +00:45:26,920 --> 00:45:31,300 +هذا الزر صار مربوط من الجهتين إيش هم الجهتين؟اللي + +511 +00:45:31,300 --> 00:45:37,460 +على الطرف تبقى مربوط في الزر هذا يعني هو محطوط على + +512 +00:45:37,460 --> 00:45:43,400 +يمين الزر هذا و ال top تبقى ارتفاع هذا جاه ال top + +513 +00:45:43,400 --> 00:45:47,540 +تقى الأول ايش الميزة انك .. يعني هذا العنصر صار + +514 +00:45:47,540 --> 00:45:51,640 +مربوط من الجهتين في عنصر واحد الميزة ان انت هذا + +515 +00:45:51,640 --> 00:45:57,960 +لما تسحبه هيسحب هداك معاه لأ + +516 +00:45:57,960 --> 00:46:04,410 +هذا تابعهذا من التابع؟ هذا التابع تمام؟ هذا هو + +517 +00:46:04,410 --> 00:46:09,090 +الأساس أنا رابط هذا في هذا كيف رابطه؟ من جهتين قبل + +518 +00:46:09,090 --> 00:46:12,570 +شوية كان هذا ال .. انتم معايا لأن إذا مافهمتوش هذا + +519 +00:46:12,570 --> 00:46:16,010 +مش هتعرف تشتغل عليها و هذا هي الأساس الشغل كله + +520 +00:46:16,010 --> 00:46:20,150 +عليها قبل شوية كنت رابط ال battle هذا في حاجتين + +521 +00:46:20,150 --> 00:46:24,330 +رابطه في ال battle الأنجلاني و رابطه في ال parent + +522 +00:46:26,040 --> 00:46:29,100 +اللي هنفيش معنى إنك تربط العنصر في حاجتين بس هيكون + +523 +00:46:29,100 --> 00:46:34,840 +يعني هيتأثر بال .. بال .. بالاتنين معناها إن هذا + +524 +00:46:34,840 --> 00:46:41,500 +لو نزل تحت ارتفاعه التاني ارتفاعه مش هيتأثر لإن + +525 +00:46:41,500 --> 00:46:45,020 +هذا ارتفاعه مربوط في نين في ال pyramid لكن الأفضل + +526 +00:46:45,020 --> 00:46:49,400 +إنك لو ربط ارتفاع هذا بهذا يعني قلتولي الطب مع + +527 +00:46:49,400 --> 00:46:53,580 +الطب خليلي الطب تعالبته لهذا مع الطب تعالبته لهذا + +528 +00:46:53,580 --> 00:46:58,490 +هاي شايفين كيف السهم جايبه؟فبتصير انت مدام ربط + +529 +00:46:58,490 --> 00:47:03,450 +العنصر نفسه من الجهتين في عنصر واحد يبقى بتصير لما + +530 +00:47:03,450 --> 00:47:07,730 +تحرك العنصر هذا هداك يتحرك معاه وبكرا لما تعمل + +531 +00:47:07,730 --> 00:47:13,050 +الشاشة خمسين عنصر تحرك أول واحد زي القطار تحرك أول + +532 +00:47:13,050 --> 00:47:22,230 +عربة كل بيمشي معاهطيب لسه ماخلصناش .. اه لحظة عشان + +533 +00:47:22,230 --> 00:47:25,010 +ايه ال constraint اكتبت بيغلالها فيها شغل كتير بدك + +534 +00:47:25,010 --> 00:47:31,870 +تحط زر تحت هذا .. هنا برضه + +535 +00:47:31,870 --> 00:47:36,450 +هذا الزر له حلول كتير انك تحطه في المكان هذا الحل + +536 +00:47:36,450 --> 00:47:42,330 +الأول انك ممكن تقوله خليليه تحت الزر هذا و نحف هذه + +537 +00:47:42,330 --> 00:47:48,240 +ربوتها في ال parentيعني هذا الزر الآن صار مشبوك من + +538 +00:47:48,240 --> 00:47:54,740 +جهتين أو في حشتين من هما تحت الزر هذا تمام ومربوط + +539 +00:47:54,740 --> 00:48:00,020 +بالحفة لشمال ال parent صح صح مافيش مشكلة بس + +540 +00:48:00,020 --> 00:48:05,660 +المشكلة وين هتكون ان انت لو هذا زدت ال margin تبعه + +541 +00:48:05,660 --> 00:48:15,560 +ايش صار في هذا الزر ده مكانه تمام لكن الارتفاعمش + +542 +00:48:15,560 --> 00:48:18,180 +مشبوك فيه يعني في الارتفاع لو حركتها و طلعت و + +543 +00:48:18,180 --> 00:48:21,640 +نزلته هذا بطلع و بنزل معاه ليش؟ لأنه مشبوك فيه في + +544 +00:48:21,640 --> 00:48:27,100 +الارتفاع لكن horizontally مش مشبوك فيه فلما أصير + +545 +00:48:27,100 --> 00:48:34,540 +أحرك هيك أفقيا بل هذا مكانه الحل التاني أنه أنا + +546 +00:48:34,540 --> 00:48:41,760 +أقوله أنه خليني الحفة هذه على الحفة هذه أسحب هيك و + +547 +00:48:41,760 --> 00:48:49,420 +أحطها مع هذا تمام؟شايف كيف رابط الزر هذا؟ تحت الزر + +548 +00:48:49,420 --> 00:48:52,660 +اللي فوق والحفة بتاعته على الحفة هذه تعالي تحرك + +549 +00:48:52,660 --> 00:48:57,060 +الآن إيه صار فيه؟ يمين، شمال، horizontal، + +550 +00:48:57,060 --> 00:49:03,300 +vertical؟ دلو يتحرك، يتحرك معاه بدها شغل، بدك تروح + +551 +00:49:03,300 --> 00:49:11,500 +البيت تشتغل مين؟ + +552 +00:49:11,500 --> 00:49:16,190 +طيب ما هوهذا احنا قلناه معين يعني محددت .. ممكن + +553 +00:49:16,190 --> 00:49:27,450 +يعني .. محددناش مسافة بينهم يعني لكن الفكرة انه .. + +554 +00:49:27,450 --> 00:49:34,290 +كيف؟ + +555 +00:49:34,290 --> 00:49:36,710 +هذا لسه ما .. ما اشتغلناش عليه + +556 +00:49:41,950 --> 00:49:46,350 +هذا؟ لأ بكف اللي فوق، الحف اللي فوق، خلاص انت كل + +557 +00:49:46,350 --> 00:49:50,510 +أنصر بنزلك على أقل اتنين، تمام؟ تعالى البطن اللي + +558 +00:49:50,510 --> 00:49:55,170 +تحت هذا، هذا البطن بديه تحت البطن هذا، برضه في + +559 +00:49:55,170 --> 00:49:59,110 +عندي أكتر من خيار، بس المفروض انك الأنصر تحاول + +560 +00:49:59,110 --> 00:50:04,870 +تربط في أنصر واحد، يعني ممكن أنا أربط هذا هيك و + +561 +00:50:04,870 --> 00:50:11,070 +أربط هذا هيكيبقى هذا في كام زر رابطه اتنين مش غلط + +562 +00:50:11,070 --> 00:50:15,630 +صحيح بس انت لو حركت هذا هتضمن هذا اتحرك اه اتحرك + +563 +00:50:15,630 --> 00:50:22,170 +بس ايش يعني لحظة + +564 +00:50:22,170 --> 00:50:30,170 +خليني اشيل هذا طيب + +565 +00:50:30,170 --> 00:50:32,730 +خلاص هالجهة كلها مربط صار بينفع هذا رابطه من هنا + +566 +00:50:32,730 --> 00:50:36,190 +بس انا بفضل ان هذا الأنصر اللي واحد تربطه في إيش + +567 +00:50:44,860 --> 00:50:47,940 +عشان يصير زي القطار وعشان انت لاتوش بكرا ماتراجع + +568 +00:50:47,940 --> 00:50:48,820 +التصميم تدعى + +569 +00:50:51,710 --> 00:50:56,570 +هذه أساسيات الـ Constraint Layout إنها تعتمد إن كل + +570 +00:50:56,570 --> 00:51:00,610 +أنصر يتحدد مكانه بالنسبة لأنصر آخر مش هذا اللي + +571 +00:51:00,610 --> 00:51:04,770 +حكيته أنا في الأول أول أنصر بس أنت بتربطه مع ال + +572 +00:51:04,770 --> 00:51:08,870 +parent و بعدين العلاقات التانية بتشبكها في الأنصر + +573 +00:51:08,870 --> 00:51:14,110 +هذا كل أنصر تشبكه في التاني هنش + +574 +00:51:14,110 --> 00:51:19,770 +في ال code في المتحان code كله لأ لأ بكرا بيتعدى + +575 +00:51:19,770 --> 00:51:23,640 +للتصميم هتضطر تروح لل codeتمام؟ وال code أقولك + +576 +00:51:23,640 --> 00:51:27,840 +أسهل ال code هتلاقيه أسهل اللي بتعوض عليه بلاقيه + +577 +00:51:27,840 --> 00:51:31,500 +سهل واضحة الفكرة يا جماعة تحت ال constantly out + +578 +00:51:31,500 --> 00:51:34,780 +لسه فيها تفاصيل كتير هنتكلم عنها المحاضرة اللي جاي + +579 +00:51:34,780 --> 00:51:35,740 +يعطوكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..f51d6621be625c7788fc5341d1b42d822ee38bfc --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4905, "start": 21.29, "end": 49.05, "text": " In the name of God, Most Gracious, Most Merciful Today we will continue the topic of layouts In the last lecture, we worked on the linear layout And we said that the linear layout arranges the elements of the screen either horizontally or vertically And we saw that we can benefit from the linear layout to make any design we want by making layouts one after another", "tokens": [682, 264, 1315, 295, 1265, 11, 4534, 20586, 851, 11, 4534, 18897, 2069, 2692, 321, 486, 2354, 264, 4829, 295, 46100, 682, 264, 1036, 7991, 11, 321, 2732, 322, 264, 8213, 13333, 400, 321, 848, 300, 264, 8213, 13333, 5539, 10350, 264, 4959, 295, 264, 2568, 2139, 33796, 420, 28450, 400, 321, 1866, 300, 321, 393, 5121, 490, 264, 8213, 13333, 281, 652, 604, 1715, 321, 528, 538, 1455, 46100, 472, 934, 1071], "avg_logprob": -0.4087837825755815, "compression_ratio": 1.7644230769230769, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 21.29, "end": 21.53, "word": " In", "probability": 0.62890625}, {"start": 21.53, "end": 21.61, "word": " the", "probability": 0.8359375}, {"start": 21.61, "end": 21.61, "word": " name", "probability": 0.8310546875}, {"start": 21.61, "end": 21.63, "word": " of", "probability": 0.97509765625}, {"start": 21.63, "end": 21.79, "word": " God,", "probability": 0.428955078125}, {"start": 21.85, "end": 22.05, "word": " Most", "probability": 0.296875}, {"start": 22.05, "end": 22.05, "word": " Gracious,", "probability": 0.803955078125}, {"start": 22.15, "end": 22.21, "word": " Most", "probability": 0.91455078125}, {"start": 22.21, "end": 22.37, "word": " Merciful", "probability": 0.933349609375}, {"start": 22.37, "end": 22.79, "word": " Today", "probability": 0.313720703125}, {"start": 22.79, "end": 24.49, "word": " we", "probability": 0.420166015625}, {"start": 24.49, "end": 24.65, "word": " will", "probability": 0.60205078125}, {"start": 24.65, "end": 24.97, "word": " continue", "probability": 0.734375}, {"start": 24.97, "end": 25.13, "word": " the", "probability": 0.255126953125}, {"start": 25.13, "end": 25.31, "word": " topic", "probability": 0.60009765625}, {"start": 25.31, "end": 25.45, "word": " of", "probability": 0.86279296875}, {"start": 25.45, "end": 25.95, "word": " layouts", "probability": 0.78759765625}, {"start": 25.95, "end": 26.83, "word": " In", "probability": 0.473876953125}, {"start": 26.83, "end": 26.91, "word": " the", "probability": 0.787109375}, {"start": 26.91, "end": 27.49, "word": " last", "probability": 0.483154296875}, {"start": 27.49, "end": 27.55, "word": " lecture,", "probability": 0.724609375}, {"start": 28.95, "end": 29.71, "word": " we", "probability": 0.91357421875}, {"start": 29.71, "end": 29.97, "word": " worked", "probability": 0.5576171875}, {"start": 29.97, "end": 30.31, "word": " on", "probability": 0.91845703125}, {"start": 30.31, "end": 30.45, "word": " the", "probability": 0.340087890625}, {"start": 30.45, "end": 30.71, "word": " linear", "probability": 0.83642578125}, {"start": 30.71, "end": 34.67, "word": " layout", "probability": 0.876953125}, {"start": 34.67, "end": 35.67, "word": " And", "probability": 0.361083984375}, {"start": 35.67, "end": 35.75, "word": " we", "probability": 0.8466796875}, {"start": 35.75, "end": 35.91, "word": " said", "probability": 0.5068359375}, {"start": 35.91, "end": 36.39, "word": " that", "probability": 0.78759765625}, {"start": 36.39, "end": 36.51, "word": " the", "probability": 0.66455078125}, {"start": 36.51, "end": 36.69, "word": " linear", "probability": 0.8857421875}, {"start": 36.69, "end": 37.09, "word": " layout", "probability": 0.9765625}, {"start": 37.09, "end": 37.55, "word": " arranges", "probability": 0.6123046875}, {"start": 37.55, "end": 37.69, "word": " the", "probability": 0.7119140625}, {"start": 37.69, "end": 37.93, "word": " elements", "probability": 0.60400390625}, {"start": 37.93, "end": 38.07, "word": " of", "probability": 0.87548828125}, {"start": 38.07, "end": 38.11, "word": " the", "probability": 0.86181640625}, {"start": 38.11, "end": 38.37, "word": " screen", "probability": 0.87841796875}, {"start": 38.37, "end": 38.77, "word": " either", "probability": 0.67578125}, {"start": 38.77, "end": 39.19, "word": " horizontally", "probability": 0.90185546875}, {"start": 39.19, "end": 40.15, "word": " or", "probability": 0.92529296875}, {"start": 40.15, "end": 40.53, "word": " vertically", "probability": 0.87060546875}, {"start": 40.53, "end": 42.29, "word": " And", "probability": 0.63330078125}, {"start": 42.29, "end": 42.41, "word": " we", "probability": 0.93115234375}, {"start": 42.41, "end": 42.53, "word": " saw", "probability": 0.603515625}, {"start": 42.53, "end": 42.73, "word": " that", "probability": 0.93603515625}, {"start": 42.73, "end": 42.87, "word": " we", "probability": 0.9404296875}, {"start": 42.87, "end": 43.15, "word": " can", "probability": 0.87939453125}, {"start": 43.15, "end": 43.61, "word": " benefit", "probability": 0.487060546875}, {"start": 43.61, "end": 43.79, "word": " from", "probability": 0.88330078125}, {"start": 43.79, "end": 43.91, "word": " the", "probability": 0.6533203125}, {"start": 43.91, "end": 44.11, "word": " linear", "probability": 0.900390625}, {"start": 44.11, "end": 44.53, "word": " layout", "probability": 0.98193359375}, {"start": 44.53, "end": 44.79, "word": " to", "probability": 0.68115234375}, {"start": 44.79, "end": 45.13, "word": " make", "probability": 0.6220703125}, {"start": 45.13, "end": 45.51, "word": " any", "probability": 0.83251953125}, {"start": 45.51, "end": 45.89, "word": " design", "probability": 0.90478515625}, {"start": 45.89, "end": 46.07, "word": " we", "probability": 0.4892578125}, {"start": 46.07, "end": 46.41, "word": " want", "probability": 0.85009765625}, {"start": 46.41, "end": 46.77, "word": " by", "probability": 0.343994140625}, {"start": 46.77, "end": 47.69, "word": " making", "probability": 0.5888671875}, {"start": 47.69, "end": 48.19, "word": " layouts", "probability": 0.55810546875}, {"start": 48.19, "end": 48.37, "word": " one", "probability": 0.22802734375}, {"start": 48.37, "end": 48.53, "word": " after", "probability": 0.490234375}, {"start": 48.53, "end": 49.05, "word": " another", "probability": 0.6904296875}], "temperature": 1.0}, {"id": 2, "seek": 7744, "start": 49.46, "end": 77.44, "text": " Okay? And we tried to make an example from the previous lecture that I made a picture and under it I have a square input, username and password and then two buttons, for example login and cancel And we saw how in this example, it merged more than the layout together Basically, I have a vertical linear layout, right? I put the picture in it and this is the vertical linear layout", "tokens": [1033, 30, 400, 321, 3031, 281, 652, 364, 1365, 490, 264, 3894, 7991, 300, 286, 1027, 257, 3036, 293, 833, 309, 286, 362, 257, 3732, 4846, 11, 30351, 293, 11524, 293, 550, 732, 9905, 11, 337, 1365, 24276, 293, 10373, 400, 321, 1866, 577, 294, 341, 1365, 11, 309, 36427, 544, 813, 264, 13333, 1214, 8537, 11, 286, 362, 257, 9429, 8213, 13333, 11, 558, 30, 286, 829, 264, 3036, 294, 309, 293, 341, 307, 264, 9429, 8213, 13333], "avg_logprob": -0.597265648841858, "compression_ratio": 1.7162162162162162, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 49.46, "end": 49.64, "word": " Okay?", "probability": 0.060272216796875}, {"start": 50.4, "end": 50.68, "word": " And", "probability": 0.473876953125}, {"start": 50.68, "end": 51.0, "word": " we", "probability": 0.798828125}, {"start": 51.0, "end": 51.0, "word": " tried", "probability": 0.6484375}, {"start": 51.0, "end": 51.1, "word": " to", "probability": 0.82421875}, {"start": 51.1, "end": 51.22, "word": " make", "probability": 0.447998046875}, {"start": 51.22, "end": 51.42, "word": " an", "probability": 0.609375}, {"start": 51.42, "end": 51.6, "word": " example", "probability": 0.96435546875}, {"start": 51.6, "end": 51.74, "word": " from", "probability": 0.389892578125}, {"start": 51.74, "end": 51.84, "word": " the", "probability": 0.59716796875}, {"start": 51.84, "end": 52.42, "word": " previous", "probability": 0.57177734375}, {"start": 52.42, "end": 52.42, "word": " lecture", "probability": 0.67578125}, {"start": 52.42, "end": 52.68, "word": " that", "probability": 0.1533203125}, {"start": 52.68, "end": 52.84, "word": " I", "probability": 0.810546875}, {"start": 52.84, "end": 53.26, "word": " made", "probability": 0.53076171875}, {"start": 53.26, "end": 54.22, "word": " a", "probability": 0.63037109375}, {"start": 54.22, "end": 54.52, "word": " picture", "probability": 0.6142578125}, {"start": 54.52, "end": 55.32, "word": " and", "probability": 0.44921875}, {"start": 55.32, "end": 55.56, "word": " under", "probability": 0.3388671875}, {"start": 55.56, "end": 55.84, "word": " it", "probability": 0.736328125}, {"start": 55.84, "end": 56.1, "word": " I", "probability": 0.5224609375}, {"start": 56.1, "end": 57.36, "word": " have", "probability": 0.82080078125}, {"start": 57.36, "end": 58.26, "word": " a", "probability": 0.161376953125}, {"start": 58.26, "end": 58.58, "word": " square", "probability": 0.32275390625}, {"start": 58.58, "end": 58.94, "word": " input,", "probability": 0.10009765625}, {"start": 59.14, "end": 59.5, "word": " username", "probability": 0.798828125}, {"start": 59.5, "end": 60.36, "word": " and", "probability": 0.8447265625}, {"start": 60.36, "end": 60.9, "word": " password", "probability": 0.95166015625}, {"start": 60.9, "end": 61.06, "word": " and", "probability": 0.60009765625}, {"start": 61.06, "end": 61.32, "word": " then", "probability": 0.56689453125}, {"start": 61.32, "end": 61.76, "word": " two", "probability": 0.83642578125}, {"start": 61.76, "end": 61.76, "word": " buttons,", "probability": 0.83935546875}, {"start": 62.5, "end": 62.62, "word": " for", "probability": 0.77783203125}, {"start": 62.62, "end": 62.78, "word": " example", "probability": 0.90185546875}, {"start": 62.78, "end": 63.1, "word": " login", "probability": 0.5693359375}, {"start": 63.1, "end": 63.74, "word": " and", "probability": 0.93798828125}, {"start": 63.74, "end": 64.12, "word": " cancel", "probability": 0.8935546875}, {"start": 64.12, "end": 64.4, "word": " And", "probability": 0.42431640625}, {"start": 64.4, "end": 64.72, "word": " we", "probability": 0.92138671875}, {"start": 64.72, "end": 64.72, "word": " saw", "probability": 0.72119140625}, {"start": 64.72, "end": 65.1, "word": " how", "probability": 0.5478515625}, {"start": 65.1, "end": 66.56, "word": " in", "probability": 0.386962890625}, {"start": 66.56, "end": 66.68, "word": " this", "probability": 0.64111328125}, {"start": 66.68, "end": 67.0, "word": " example,", "probability": 0.88916015625}, {"start": 67.1, "end": 67.26, "word": " it", "probability": 0.469970703125}, {"start": 67.26, "end": 67.56, "word": " merged", "probability": 0.51611328125}, {"start": 67.56, "end": 67.86, "word": " more", "probability": 0.8193359375}, {"start": 67.86, "end": 67.96, "word": " than", "probability": 0.8916015625}, {"start": 67.96, "end": 68.08, "word": " the", "probability": 0.662109375}, {"start": 68.08, "end": 68.32, "word": " layout", "probability": 0.92041015625}, {"start": 68.32, "end": 68.74, "word": " together", "probability": 0.61669921875}, {"start": 68.74, "end": 69.38, "word": " Basically,", "probability": 0.2320556640625}, {"start": 69.64, "end": 69.64, "word": " I", "probability": 0.95263671875}, {"start": 69.64, "end": 69.76, "word": " have", "probability": 0.92724609375}, {"start": 69.76, "end": 69.86, "word": " a", "probability": 0.861328125}, {"start": 69.86, "end": 70.36, "word": " vertical", "probability": 0.84033203125}, {"start": 70.36, "end": 71.16, "word": " linear", "probability": 0.70166015625}, {"start": 71.16, "end": 71.58, "word": " layout,", "probability": 0.98876953125}, {"start": 71.64, "end": 71.86, "word": " right?", "probability": 0.84228515625}, {"start": 72.32, "end": 72.46, "word": " I", "probability": 0.89306640625}, {"start": 72.46, "end": 72.58, "word": " put", "probability": 0.7001953125}, {"start": 72.58, "end": 72.8, "word": " the", "probability": 0.452880859375}, {"start": 72.8, "end": 73.12, "word": " picture", "probability": 0.7490234375}, {"start": 73.12, "end": 73.12, "word": " in", "probability": 0.5185546875}, {"start": 73.12, "end": 73.14, "word": " it", "probability": 0.84814453125}, {"start": 73.14, "end": 73.3, "word": " and", "probability": 0.31298828125}, {"start": 73.3, "end": 74.04, "word": " this", "probability": 0.53173828125}, {"start": 74.04, "end": 74.96, "word": " is", "probability": 0.412841796875}, {"start": 74.96, "end": 75.22, "word": " the", "probability": 0.372802734375}, {"start": 75.22, "end": 76.8, "word": " vertical", "probability": 0.33203125}, {"start": 76.8, "end": 77.26, "word": " linear", "probability": 0.3134765625}, {"start": 77.26, "end": 77.44, "word": " layout", "probability": 0.2880859375}], "temperature": 1.0}, {"id": 3, "seek": 10561, "start": 80.43, "end": 105.61, "text": " Vertical Linear Layout Inside now, I put this picture in the beginning and then here I put Linear Layout Horizontal to put text view and edit text and also Linear Layout Horizontal and also Linear Layout Horizontal to put buttons and we tried it, we worked on it in the previous lecture", "tokens": [21044, 804, 14670, 289, 20084, 346, 15123, 586, 11, 286, 829, 341, 3036, 294, 264, 2863, 293, 550, 510, 286, 829, 14670, 289, 20084, 346, 42141, 896, 304, 281, 829, 2487, 1910, 293, 8129, 2487, 293, 611, 14670, 289, 20084, 346, 42141, 896, 304, 293, 611, 14670, 289, 20084, 346, 42141, 896, 304, 281, 829, 9905, 293, 321, 3031, 309, 11, 321, 2732, 322, 309, 294, 264, 3894, 7991], "avg_logprob": -0.45111608505249023, "compression_ratio": 1.888157894736842, "no_speech_prob": 0.0, "words": [{"start": 80.42999999999999, "end": 81.07, "word": " Vertical", "probability": 0.8369140625}, {"start": 81.07, "end": 81.37, "word": " Linear", "probability": 0.74853515625}, {"start": 81.37, "end": 81.85, "word": " Layout", "probability": 0.94287109375}, {"start": 81.85, "end": 87.15, "word": " Inside", "probability": 0.376953125}, {"start": 87.15, "end": 87.67, "word": " now,", "probability": 0.1802978515625}, {"start": 87.97, "end": 88.11, "word": " I", "probability": 0.37353515625}, {"start": 88.11, "end": 88.11, "word": " put", "probability": 0.388671875}, {"start": 88.11, "end": 88.31, "word": " this", "probability": 0.4404296875}, {"start": 88.31, "end": 88.61, "word": " picture", "probability": 0.478271484375}, {"start": 88.61, "end": 89.97, "word": " in", "probability": 0.405029296875}, {"start": 89.97, "end": 90.43, "word": " the", "probability": 0.85546875}, {"start": 90.43, "end": 90.75, "word": " beginning", "probability": 0.58837890625}, {"start": 90.75, "end": 90.97, "word": " and", "probability": 0.402587890625}, {"start": 90.97, "end": 91.23, "word": " then", "probability": 0.45654296875}, {"start": 91.23, "end": 91.61, "word": " here", "probability": 0.626953125}, {"start": 91.61, "end": 92.71, "word": " I", "probability": 0.833984375}, {"start": 92.71, "end": 92.95, "word": " put", "probability": 0.8623046875}, {"start": 92.95, "end": 93.31, "word": " Linear", "probability": 0.64306640625}, {"start": 93.31, "end": 93.69, "word": " Layout", "probability": 0.928955078125}, {"start": 93.69, "end": 94.35, "word": " Horizontal", "probability": 0.788330078125}, {"start": 94.35, "end": 95.31, "word": " to", "probability": 0.33642578125}, {"start": 95.31, "end": 95.63, "word": " put", "probability": 0.82177734375}, {"start": 95.63, "end": 96.85, "word": " text", "probability": 0.299072265625}, {"start": 96.85, "end": 97.23, "word": " view", "probability": 0.74169921875}, {"start": 97.23, "end": 97.35, "word": " and", "probability": 0.46435546875}, {"start": 97.35, "end": 97.49, "word": " edit", "probability": 0.61181640625}, {"start": 97.49, "end": 97.87, "word": " text", "probability": 0.96240234375}, {"start": 97.87, "end": 97.97, "word": " and", "probability": 0.296630859375}, {"start": 97.97, "end": 98.29, "word": " also", "probability": 0.53369140625}, {"start": 98.29, "end": 98.67, "word": " Linear", "probability": 0.889404296875}, {"start": 98.67, "end": 98.99, "word": " Layout", "probability": 0.97265625}, {"start": 98.99, "end": 99.61, "word": " Horizontal", "probability": 0.9599609375}, {"start": 99.61, "end": 99.67, "word": " and", "probability": 0.479248046875}, {"start": 99.67, "end": 99.95, "word": " also", "probability": 0.66845703125}, {"start": 99.95, "end": 100.33, "word": " Linear", "probability": 0.915771484375}, {"start": 100.33, "end": 100.77, "word": " Layout", "probability": 0.984130859375}, {"start": 100.77, "end": 101.69, "word": " Horizontal", "probability": 0.9158528645833334}, {"start": 101.69, "end": 101.85, "word": " to", "probability": 0.87109375}, {"start": 101.85, "end": 102.13, "word": " put", "probability": 0.86865234375}, {"start": 102.13, "end": 102.49, "word": " buttons", "probability": 0.70361328125}, {"start": 102.49, "end": 103.31, "word": " and", "probability": 0.1226806640625}, {"start": 103.31, "end": 103.65, "word": " we", "probability": 0.6767578125}, {"start": 103.65, "end": 103.85, "word": " tried", "probability": 0.6142578125}, {"start": 103.85, "end": 104.07, "word": " it,", "probability": 0.6669921875}, {"start": 104.07, "end": 104.11, "word": " we", "probability": 0.87109375}, {"start": 104.11, "end": 104.33, "word": " worked", "probability": 0.6259765625}, {"start": 104.33, "end": 104.69, "word": " on", "probability": 0.38671875}, {"start": 104.69, "end": 104.69, "word": " it", "probability": 0.87060546875}, {"start": 104.69, "end": 105.21, "word": " in", "probability": 0.63818359375}, {"start": 105.21, "end": 105.27, "word": " the", "probability": 0.71728515625}, {"start": 105.27, "end": 105.29, "word": " previous", "probability": 0.4736328125}, {"start": 105.29, "end": 105.61, "word": " lecture", "probability": 0.76123046875}], "temperature": 1.0}, {"id": 4, "seek": 12888, "start": 107.61, "end": 128.89, "text": " And we got familiar with some things related to layout, such as weight. What does weight have to do with it? It determines the weight of the elements inside the line. Okay? And we also got familiar with two things called gravity and layout gravity. Gravity is the direction of the element's content.", "tokens": [400, 321, 658, 4963, 365, 512, 721, 4077, 281, 13333, 11, 1270, 382, 3364, 13, 708, 775, 3364, 362, 281, 360, 365, 309, 30, 467, 24799, 264, 3364, 295, 264, 4959, 1854, 264, 1622, 13, 1033, 30, 400, 321, 611, 658, 4963, 365, 732, 721, 1219, 12110, 293, 13333, 12110, 13, 49478, 307, 264, 3513, 295, 264, 4478, 311, 2701, 13], "avg_logprob": -0.5756048415937731, "compression_ratio": 1.7045454545454546, "no_speech_prob": 0.0, "words": [{"start": 107.61, "end": 107.83, "word": " And", "probability": 0.360107421875}, {"start": 107.83, "end": 107.93, "word": " we", "probability": 0.7919921875}, {"start": 107.93, "end": 107.93, "word": " got", "probability": 0.1943359375}, {"start": 107.93, "end": 108.11, "word": " familiar", "probability": 0.27197265625}, {"start": 108.11, "end": 108.31, "word": " with", "probability": 0.7568359375}, {"start": 108.31, "end": 108.65, "word": " some", "probability": 0.6796875}, {"start": 108.65, "end": 108.89, "word": " things", "probability": 0.2685546875}, {"start": 108.89, "end": 109.51, "word": " related", "probability": 0.70263671875}, {"start": 109.51, "end": 109.61, "word": " to", "probability": 0.9287109375}, {"start": 109.61, "end": 110.11, "word": " layout,", "probability": 0.46826171875}, {"start": 110.33, "end": 110.53, "word": " such", "probability": 0.271484375}, {"start": 110.53, "end": 110.83, "word": " as", "probability": 0.97705078125}, {"start": 110.83, "end": 111.31, "word": " weight.", "probability": 0.68115234375}, {"start": 112.33, "end": 112.73, "word": " What", "probability": 0.4970703125}, {"start": 112.73, "end": 112.73, "word": " does", "probability": 0.45654296875}, {"start": 112.73, "end": 112.87, "word": " weight", "probability": 0.79248046875}, {"start": 112.87, "end": 113.31, "word": " have", "probability": 0.64404296875}, {"start": 113.31, "end": 113.35, "word": " to", "probability": 0.537109375}, {"start": 113.35, "end": 113.35, "word": " do", "probability": 0.95849609375}, {"start": 113.35, "end": 113.43, "word": " with", "probability": 0.83740234375}, {"start": 113.43, "end": 113.43, "word": " it?", "probability": 0.273193359375}, {"start": 113.93, "end": 114.59, "word": " It", "probability": 0.43603515625}, {"start": 114.59, "end": 115.01, "word": " determines", "probability": 0.47314453125}, {"start": 115.01, "end": 115.17, "word": " the", "probability": 0.8232421875}, {"start": 115.17, "end": 115.31, "word": " weight", "probability": 0.6689453125}, {"start": 115.31, "end": 115.51, "word": " of", "probability": 0.94873046875}, {"start": 115.51, "end": 115.53, "word": " the", "probability": 0.2222900390625}, {"start": 115.53, "end": 115.95, "word": " elements", "probability": 0.8466796875}, {"start": 115.95, "end": 116.57, "word": " inside", "probability": 0.41552734375}, {"start": 116.57, "end": 117.27, "word": " the", "probability": 0.78955078125}, {"start": 117.27, "end": 117.53, "word": " line.", "probability": 0.43994140625}, {"start": 117.99, "end": 118.13, "word": " Okay?", "probability": 0.1998291015625}, {"start": 119.91, "end": 120.57, "word": " And", "probability": 0.6982421875}, {"start": 120.57, "end": 120.99, "word": " we", "probability": 0.8828125}, {"start": 120.99, "end": 120.99, "word": " also", "probability": 0.467529296875}, {"start": 120.99, "end": 120.99, "word": " got", "probability": 0.81787109375}, {"start": 120.99, "end": 120.99, "word": " familiar", "probability": 0.6689453125}, {"start": 120.99, "end": 121.45, "word": " with", "probability": 0.8720703125}, {"start": 121.45, "end": 121.51, "word": " two", "probability": 0.80712890625}, {"start": 121.51, "end": 121.79, "word": " things", "probability": 0.513671875}, {"start": 121.79, "end": 122.25, "word": " called", "probability": 0.2130126953125}, {"start": 122.25, "end": 122.83, "word": " gravity", "probability": 0.8564453125}, {"start": 122.83, "end": 123.15, "word": " and", "probability": 0.89501953125}, {"start": 123.15, "end": 123.45, "word": " layout", "probability": 0.90625}, {"start": 123.45, "end": 123.99, "word": " gravity.", "probability": 0.8076171875}, {"start": 125.15, "end": 125.77, "word": " Gravity", "probability": 0.80029296875}, {"start": 125.77, "end": 126.47, "word": " is", "probability": 0.380615234375}, {"start": 126.47, "end": 128.09, "word": " the", "probability": 0.491455078125}, {"start": 128.09, "end": 128.41, "word": " direction", "probability": 0.397216796875}, {"start": 128.41, "end": 128.51, "word": " of", "probability": 0.5771484375}, {"start": 128.51, "end": 128.57, "word": " the", "probability": 0.452880859375}, {"start": 128.57, "end": 128.89, "word": " element's", "probability": 0.50830078125}, {"start": 128.89, "end": 128.89, "word": " content.", "probability": 0.8095703125}], "temperature": 1.0}, {"id": 5, "seek": 15897, "start": 131.79, "end": 158.97, "text": " Layout gravity is the location of the element in relation to the layout To end this topic, I will take a quick example of a linear layout And we will learn from it again and then we will move to a new layout We will create an interface The shape will be as follows Here I will have a picture Then the screen is divided into two parts Here I will have a group of buttons under each other", "tokens": [20084, 346, 12110, 307, 264, 4914, 295, 264, 4478, 294, 9721, 281, 264, 13333, 1407, 917, 341, 4829, 11, 286, 486, 747, 257, 1702, 1365, 295, 257, 8213, 13333, 400, 321, 486, 1466, 490, 309, 797, 293, 550, 321, 486, 1286, 281, 257, 777, 13333, 492, 486, 1884, 364, 9226, 440, 3909, 486, 312, 382, 10002, 1692, 286, 486, 362, 257, 3036, 1396, 264, 2568, 307, 6666, 666, 732, 3166, 1692, 286, 486, 362, 257, 1594, 295, 9905, 833, 1184, 661], "avg_logprob": -0.5457317058633013, "compression_ratio": 1.7123893805309736, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 131.79, "end": 132.23, "word": " Layout", "probability": 0.54852294921875}, {"start": 132.23, "end": 132.67, "word": " gravity", "probability": 0.2176513671875}, {"start": 132.67, "end": 132.91, "word": " is", "probability": 0.43603515625}, {"start": 132.91, "end": 132.97, "word": " the", "probability": 0.6015625}, {"start": 132.97, "end": 133.15, "word": " location", "probability": 0.1553955078125}, {"start": 133.15, "end": 133.27, "word": " of", "probability": 0.8408203125}, {"start": 133.27, "end": 133.31, "word": " the", "probability": 0.5390625}, {"start": 133.31, "end": 133.55, "word": " element", "probability": 0.6689453125}, {"start": 133.55, "end": 133.75, "word": " in", "probability": 0.26904296875}, {"start": 133.75, "end": 133.97, "word": " relation", "probability": 0.32763671875}, {"start": 133.97, "end": 134.09, "word": " to", "probability": 0.9677734375}, {"start": 134.09, "end": 134.19, "word": " the", "probability": 0.751953125}, {"start": 134.19, "end": 134.53, "word": " layout", "probability": 0.93115234375}, {"start": 134.53, "end": 135.91, "word": " To", "probability": 0.09423828125}, {"start": 135.91, "end": 137.07, "word": " end", "probability": 0.29296875}, {"start": 137.07, "end": 137.21, "word": " this", "probability": 0.50048828125}, {"start": 137.21, "end": 137.47, "word": " topic,", "probability": 0.73193359375}, {"start": 137.51, "end": 137.59, "word": " I", "probability": 0.5869140625}, {"start": 137.59, "end": 137.67, "word": " will", "probability": 0.51318359375}, {"start": 137.67, "end": 137.91, "word": " take", "probability": 0.430419921875}, {"start": 137.91, "end": 138.75, "word": " a", "probability": 0.52587890625}, {"start": 138.75, "end": 139.81, "word": " quick", "probability": 0.73876953125}, {"start": 139.81, "end": 139.87, "word": " example", "probability": 0.9375}, {"start": 139.87, "end": 140.13, "word": " of", "probability": 0.4169921875}, {"start": 140.13, "end": 140.45, "word": " a", "probability": 0.337646484375}, {"start": 140.45, "end": 140.67, "word": " linear", "probability": 0.89453125}, {"start": 140.67, "end": 141.27, "word": " layout", "probability": 0.96923828125}, {"start": 141.27, "end": 142.29, "word": " And", "probability": 0.302734375}, {"start": 142.29, "end": 142.37, "word": " we", "probability": 0.30419921875}, {"start": 142.37, "end": 142.41, "word": " will", "probability": 0.5771484375}, {"start": 142.41, "end": 142.65, "word": " learn", "probability": 0.9013671875}, {"start": 142.65, "end": 142.81, "word": " from", "probability": 0.3779296875}, {"start": 142.81, "end": 142.93, "word": " it", "probability": 0.72314453125}, {"start": 142.93, "end": 143.39, "word": " again", "probability": 0.40283203125}, {"start": 143.39, "end": 143.55, "word": " and", "probability": 0.447509765625}, {"start": 143.55, "end": 143.71, "word": " then", "probability": 0.5341796875}, {"start": 143.71, "end": 143.85, "word": " we", "probability": 0.455810546875}, {"start": 143.85, "end": 143.87, "word": " will", "probability": 0.72802734375}, {"start": 143.87, "end": 144.11, "word": " move", "probability": 0.755859375}, {"start": 144.11, "end": 144.23, "word": " to", "probability": 0.6484375}, {"start": 144.23, "end": 144.89, "word": " a", "probability": 0.57275390625}, {"start": 144.89, "end": 145.35, "word": " new", "probability": 0.88037109375}, {"start": 145.35, "end": 145.35, "word": " layout", "probability": 0.955078125}, {"start": 145.35, "end": 145.91, "word": " We", "probability": 0.4716796875}, {"start": 145.91, "end": 146.05, "word": " will", "probability": 0.423583984375}, {"start": 146.05, "end": 146.25, "word": " create", "probability": 0.4248046875}, {"start": 146.25, "end": 146.55, "word": " an", "probability": 0.7490234375}, {"start": 146.55, "end": 147.13, "word": " interface", "probability": 0.89501953125}, {"start": 147.13, "end": 148.51, "word": " The", "probability": 0.385009765625}, {"start": 148.51, "end": 148.79, "word": " shape", "probability": 0.489501953125}, {"start": 148.79, "end": 149.37, "word": " will", "probability": 0.5126953125}, {"start": 149.37, "end": 149.65, "word": " be", "probability": 0.78564453125}, {"start": 149.65, "end": 149.77, "word": " as", "probability": 0.591796875}, {"start": 149.77, "end": 150.11, "word": " follows", "probability": 0.74951171875}, {"start": 150.11, "end": 151.51, "word": " Here", "probability": 0.56396484375}, {"start": 151.51, "end": 151.61, "word": " I", "probability": 0.54052734375}, {"start": 151.61, "end": 151.69, "word": " will", "probability": 0.77001953125}, {"start": 151.69, "end": 151.97, "word": " have", "probability": 0.908203125}, {"start": 151.97, "end": 152.09, "word": " a", "probability": 0.92529296875}, {"start": 152.09, "end": 152.35, "word": " picture", "probability": 0.6396484375}, {"start": 152.35, "end": 154.27, "word": " Then", "probability": 0.446533203125}, {"start": 154.27, "end": 154.43, "word": " the", "probability": 0.7978515625}, {"start": 154.43, "end": 154.65, "word": " screen", "probability": 0.828125}, {"start": 154.65, "end": 154.83, "word": " is", "probability": 0.580078125}, {"start": 154.83, "end": 155.01, "word": " divided", "probability": 0.6416015625}, {"start": 155.01, "end": 155.11, "word": " into", "probability": 0.6943359375}, {"start": 155.11, "end": 155.53, "word": " two", "probability": 0.86669921875}, {"start": 155.53, "end": 155.55, "word": " parts", "probability": 0.64990234375}, {"start": 155.55, "end": 156.91, "word": " Here", "probability": 0.7919921875}, {"start": 156.91, "end": 157.03, "word": " I", "probability": 0.68603515625}, {"start": 157.03, "end": 157.09, "word": " will", "probability": 0.5458984375}, {"start": 157.09, "end": 157.55, "word": " have", "probability": 0.939453125}, {"start": 157.55, "end": 157.63, "word": " a", "probability": 0.775390625}, {"start": 157.63, "end": 157.85, "word": " group", "probability": 0.52490234375}, {"start": 157.85, "end": 158.01, "word": " of", "probability": 0.96630859375}, {"start": 158.01, "end": 158.31, "word": " buttons", "probability": 0.84326171875}, {"start": 158.31, "end": 158.53, "word": " under", "probability": 0.458251953125}, {"start": 158.53, "end": 158.83, "word": " each", "probability": 0.8994140625}, {"start": 158.83, "end": 158.97, "word": " other", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 6, "seek": 18221, "start": 161.27, "end": 182.21, "text": " And here I will have an open content And if the content is bigger than the screen size, I will have a scroll Ok So let's leave the scroll and let's see how to make a content Here is a picture or logo Here are buttons and here is a content", "tokens": [400, 510, 286, 486, 362, 364, 1269, 2701, 400, 498, 264, 2701, 307, 3801, 813, 264, 2568, 2744, 11, 286, 486, 362, 257, 11369, 3477, 407, 718, 311, 1856, 264, 11369, 293, 718, 311, 536, 577, 281, 652, 257, 2701, 1692, 307, 257, 3036, 420, 9699, 1692, 366, 9905, 293, 510, 307, 257, 2701], "avg_logprob": -0.6386363853107799, "compression_ratio": 1.614864864864865, "no_speech_prob": 0.0, "words": [{"start": 161.27, "end": 161.71, "word": " And", "probability": 0.2802734375}, {"start": 161.71, "end": 162.07, "word": " here", "probability": 0.7255859375}, {"start": 162.07, "end": 162.37, "word": " I", "probability": 0.41650390625}, {"start": 162.37, "end": 162.47, "word": " will", "probability": 0.5302734375}, {"start": 162.47, "end": 162.89, "word": " have", "probability": 0.87255859375}, {"start": 162.89, "end": 163.63, "word": " an", "probability": 0.49755859375}, {"start": 163.63, "end": 164.77, "word": " open", "probability": 0.763671875}, {"start": 164.77, "end": 164.77, "word": " content", "probability": 0.5107421875}, {"start": 164.77, "end": 166.01, "word": " And", "probability": 0.098876953125}, {"start": 166.01, "end": 166.95, "word": " if", "probability": 0.4658203125}, {"start": 166.95, "end": 167.07, "word": " the", "probability": 0.607421875}, {"start": 167.07, "end": 167.41, "word": " content", "probability": 0.630859375}, {"start": 167.41, "end": 167.65, "word": " is", "probability": 0.427978515625}, {"start": 167.65, "end": 167.93, "word": " bigger", "probability": 0.49755859375}, {"start": 167.93, "end": 168.05, "word": " than", "probability": 0.85693359375}, {"start": 168.05, "end": 168.51, "word": " the", "probability": 0.82470703125}, {"start": 168.51, "end": 168.73, "word": " screen", "probability": 0.62744140625}, {"start": 168.73, "end": 168.75, "word": " size,", "probability": 0.42236328125}, {"start": 169.03, "end": 169.23, "word": " I", "probability": 0.496337890625}, {"start": 169.23, "end": 169.35, "word": " will", "probability": 0.7255859375}, {"start": 169.35, "end": 169.45, "word": " have", "probability": 0.63671875}, {"start": 169.45, "end": 169.57, "word": " a", "probability": 0.60400390625}, {"start": 169.57, "end": 169.85, "word": " scroll", "probability": 0.67529296875}, {"start": 169.85, "end": 170.91, "word": " Ok", "probability": 0.177001953125}, {"start": 170.91, "end": 173.85, "word": " So", "probability": 0.264892578125}, {"start": 173.85, "end": 174.23, "word": " let's", "probability": 0.55767822265625}, {"start": 174.23, "end": 174.49, "word": " leave", "probability": 0.34326171875}, {"start": 174.49, "end": 174.59, "word": " the", "probability": 0.70849609375}, {"start": 174.59, "end": 174.93, "word": " scroll", "probability": 0.9501953125}, {"start": 174.93, "end": 175.39, "word": " and", "probability": 0.2451171875}, {"start": 175.39, "end": 175.99, "word": " let's", "probability": 0.6256103515625}, {"start": 175.99, "end": 176.15, "word": " see", "probability": 0.68310546875}, {"start": 176.15, "end": 176.33, "word": " how", "probability": 0.9052734375}, {"start": 176.33, "end": 176.49, "word": " to", "probability": 0.74658203125}, {"start": 176.49, "end": 176.73, "word": " make", "probability": 0.5068359375}, {"start": 176.73, "end": 176.91, "word": " a", "probability": 0.351806640625}, {"start": 176.91, "end": 177.15, "word": " content", "probability": 0.67333984375}, {"start": 177.15, "end": 177.47, "word": " Here", "probability": 0.380126953125}, {"start": 177.47, "end": 177.61, "word": " is", "probability": 0.382080078125}, {"start": 177.61, "end": 177.73, "word": " a", "probability": 0.324951171875}, {"start": 177.73, "end": 177.95, "word": " picture", "probability": 0.5322265625}, {"start": 177.95, "end": 178.45, "word": " or", "probability": 0.76220703125}, {"start": 178.45, "end": 179.37, "word": " logo", "probability": 0.73486328125}, {"start": 179.37, "end": 180.05, "word": " Here", "probability": 0.257568359375}, {"start": 180.05, "end": 180.21, "word": " are", "probability": 0.470458984375}, {"start": 180.21, "end": 180.49, "word": " buttons", "probability": 0.7294921875}, {"start": 180.49, "end": 180.83, "word": " and", "probability": 0.80517578125}, {"start": 180.83, "end": 180.83, "word": " here", "probability": 0.609375}, {"start": 180.83, "end": 180.97, "word": " is", "probability": 0.75537109375}, {"start": 180.97, "end": 181.89, "word": " a", "probability": 0.52001953125}, {"start": 181.89, "end": 182.21, "word": " content", "probability": 0.83837890625}], "temperature": 1.0}, {"id": 7, "seek": 20583, "start": 185.83, "end": 205.83, "text": " So now, first of all, before we plan a screen like this, how can we design it using linear layout? Who can tell me? A screen like this, because this is what I want to do, and I want to remove what I have. I left only one linear layout above.", "tokens": [407, 586, 11, 700, 295, 439, 11, 949, 321, 1393, 257, 2568, 411, 341, 11, 577, 393, 321, 1715, 309, 1228, 8213, 13333, 30, 2102, 393, 980, 385, 30, 316, 2568, 411, 341, 11, 570, 341, 307, 437, 286, 528, 281, 360, 11, 293, 286, 528, 281, 4159, 437, 286, 362, 13, 286, 1411, 787, 472, 8213, 13333, 3673, 13], "avg_logprob": -0.588627037454824, "compression_ratio": 1.5512820512820513, "no_speech_prob": 0.0, "words": [{"start": 185.83, "end": 186.03, "word": " So", "probability": 0.218994140625}, {"start": 186.03, "end": 186.27, "word": " now,", "probability": 0.451171875}, {"start": 186.99, "end": 187.99, "word": " first", "probability": 0.46337890625}, {"start": 187.99, "end": 188.19, "word": " of", "probability": 0.1910400390625}, {"start": 188.19, "end": 188.19, "word": " all,", "probability": 0.947265625}, {"start": 188.29, "end": 188.37, "word": " before", "probability": 0.57421875}, {"start": 188.37, "end": 188.49, "word": " we", "probability": 0.24853515625}, {"start": 188.49, "end": 188.71, "word": " plan", "probability": 0.32861328125}, {"start": 188.71, "end": 188.89, "word": " a", "probability": 0.304443359375}, {"start": 188.89, "end": 189.11, "word": " screen", "probability": 0.685546875}, {"start": 189.11, "end": 189.29, "word": " like", "probability": 0.8291015625}, {"start": 189.29, "end": 189.69, "word": " this,", "probability": 0.65771484375}, {"start": 189.91, "end": 190.17, "word": " how", "probability": 0.7939453125}, {"start": 190.17, "end": 190.37, "word": " can", "probability": 0.7470703125}, {"start": 190.37, "end": 190.53, "word": " we", "probability": 0.908203125}, {"start": 190.53, "end": 190.77, "word": " design", "probability": 0.68115234375}, {"start": 190.77, "end": 190.95, "word": " it", "probability": 0.7529296875}, {"start": 190.95, "end": 191.43, "word": " using", "probability": 0.70263671875}, {"start": 191.43, "end": 191.89, "word": " linear", "probability": 0.50634765625}, {"start": 191.89, "end": 192.31, "word": " layout?", "probability": 0.86572265625}, {"start": 192.93, "end": 193.13, "word": " Who", "probability": 0.478515625}, {"start": 193.13, "end": 193.25, "word": " can", "probability": 0.348876953125}, {"start": 193.25, "end": 193.35, "word": " tell", "probability": 0.662109375}, {"start": 193.35, "end": 193.85, "word": " me?", "probability": 0.880859375}, {"start": 194.69, "end": 195.15, "word": " A", "probability": 0.638671875}, {"start": 195.15, "end": 195.39, "word": " screen", "probability": 0.86572265625}, {"start": 195.39, "end": 195.61, "word": " like", "probability": 0.93310546875}, {"start": 195.61, "end": 195.89, "word": " this,", "probability": 0.935546875}, {"start": 195.95, "end": 196.13, "word": " because", "probability": 0.478759765625}, {"start": 196.13, "end": 196.53, "word": " this", "probability": 0.10101318359375}, {"start": 196.53, "end": 196.79, "word": " is", "probability": 0.28076171875}, {"start": 196.79, "end": 197.29, "word": " what", "probability": 0.57275390625}, {"start": 197.29, "end": 197.51, "word": " I", "probability": 0.95751953125}, {"start": 197.51, "end": 197.87, "word": " want", "probability": 0.426025390625}, {"start": 197.87, "end": 198.29, "word": " to", "probability": 0.9541015625}, {"start": 198.29, "end": 198.53, "word": " do,", "probability": 0.31884765625}, {"start": 199.21, "end": 199.45, "word": " and", "probability": 0.3671875}, {"start": 199.45, "end": 199.51, "word": " I", "probability": 0.74169921875}, {"start": 199.51, "end": 199.59, "word": " want", "probability": 0.73779296875}, {"start": 199.59, "end": 199.71, "word": " to", "probability": 0.962890625}, {"start": 199.71, "end": 199.85, "word": " remove", "probability": 0.7080078125}, {"start": 199.85, "end": 200.21, "word": " what", "probability": 0.54052734375}, {"start": 200.21, "end": 200.33, "word": " I", "probability": 0.37255859375}, {"start": 200.33, "end": 200.79, "word": " have.", "probability": 0.66650390625}, {"start": 203.61, "end": 204.09, "word": " I", "probability": 0.87890625}, {"start": 204.09, "end": 204.33, "word": " left", "probability": 0.41259765625}, {"start": 204.33, "end": 204.55, "word": " only", "probability": 0.7060546875}, {"start": 204.55, "end": 204.71, "word": " one", "probability": 0.78759765625}, {"start": 204.71, "end": 204.91, "word": " linear", "probability": 0.7236328125}, {"start": 204.91, "end": 205.27, "word": " layout", "probability": 0.9794921875}, {"start": 205.27, "end": 205.83, "word": " above.", "probability": 0.280029296875}], "temperature": 1.0}, {"id": 8, "seek": 24184, "start": 213.42, "end": 241.84, "text": " Ok, a design like this, how can we do it using linear layout? Who can tell me? Yes, use your brain guys. How can we do it using linear layout? Yes? First of all, you need a layout for the whole activity. The activity should have a layout. What is the big layout? Yes?", "tokens": [3477, 11, 257, 1715, 411, 341, 11, 577, 393, 321, 360, 309, 1228, 8213, 13333, 30, 2102, 393, 980, 385, 30, 1079, 11, 764, 428, 3567, 1074, 13, 1012, 393, 321, 360, 309, 1228, 8213, 13333, 30, 1079, 30, 2386, 295, 439, 11, 291, 643, 257, 13333, 337, 264, 1379, 5191, 13, 440, 5191, 820, 362, 257, 13333, 13, 708, 307, 264, 955, 13333, 30, 1079, 30], "avg_logprob": -0.4710478011299582, "compression_ratio": 1.6441717791411044, "no_speech_prob": 0.0, "words": [{"start": 213.42, "end": 213.72, "word": " Ok,", "probability": 0.2958984375}, {"start": 213.82, "end": 213.94, "word": " a", "probability": 0.217529296875}, {"start": 213.94, "end": 214.2, "word": " design", "probability": 0.9150390625}, {"start": 214.2, "end": 214.38, "word": " like", "probability": 0.916015625}, {"start": 214.38, "end": 214.6, "word": " this,", "probability": 0.912109375}, {"start": 214.7, "end": 214.82, "word": " how", "probability": 0.88818359375}, {"start": 214.82, "end": 215.02, "word": " can", "probability": 0.73291015625}, {"start": 215.02, "end": 215.32, "word": " we", "probability": 0.89892578125}, {"start": 215.32, "end": 215.46, "word": " do", "probability": 0.340087890625}, {"start": 215.46, "end": 215.54, "word": " it", "probability": 0.7001953125}, {"start": 215.54, "end": 215.82, "word": " using", "probability": 0.476318359375}, {"start": 215.82, "end": 216.2, "word": " linear", "probability": 0.56201171875}, {"start": 216.2, "end": 216.46, "word": " layout?", "probability": 0.91796875}, {"start": 216.74, "end": 216.9, "word": " Who", "probability": 0.360107421875}, {"start": 216.9, "end": 217.04, "word": " can", "probability": 0.353271484375}, {"start": 217.04, "end": 217.16, "word": " tell", "probability": 0.46240234375}, {"start": 217.16, "end": 217.26, "word": " me?", "probability": 0.82177734375}, {"start": 218.66, "end": 219.06, "word": " Yes,", "probability": 0.28466796875}, {"start": 221.9, "end": 222.06, "word": " use", "probability": 0.154296875}, {"start": 222.06, "end": 222.2, "word": " your", "probability": 0.8623046875}, {"start": 222.2, "end": 222.36, "word": " brain", "probability": 0.68310546875}, {"start": 222.36, "end": 222.76, "word": " guys.", "probability": 0.58544921875}, {"start": 223.0, "end": 223.32, "word": " How", "probability": 0.87548828125}, {"start": 223.32, "end": 223.42, "word": " can", "probability": 0.470458984375}, {"start": 223.42, "end": 223.44, "word": " we", "probability": 0.90966796875}, {"start": 223.44, "end": 223.58, "word": " do", "probability": 0.8154296875}, {"start": 223.58, "end": 223.7, "word": " it", "probability": 0.73193359375}, {"start": 223.7, "end": 223.7, "word": " using", "probability": 0.62841796875}, {"start": 223.7, "end": 223.88, "word": " linear", "probability": 0.85888671875}, {"start": 223.88, "end": 224.16, "word": " layout?", "probability": 0.982421875}, {"start": 224.26, "end": 224.4, "word": " Yes?", "probability": 0.351318359375}, {"start": 229.0, "end": 229.4, "word": " First", "probability": 0.271484375}, {"start": 229.4, "end": 229.4, "word": " of", "probability": 0.2322998046875}, {"start": 229.4, "end": 232.56, "word": " all,", "probability": 0.947265625}, {"start": 232.66, "end": 232.74, "word": " you", "probability": 0.90185546875}, {"start": 232.74, "end": 232.92, "word": " need", "probability": 0.71337890625}, {"start": 232.92, "end": 233.08, "word": " a", "probability": 0.5087890625}, {"start": 233.08, "end": 233.36, "word": " layout", "probability": 0.94873046875}, {"start": 233.36, "end": 233.58, "word": " for", "probability": 0.802734375}, {"start": 233.58, "end": 233.62, "word": " the", "probability": 0.365966796875}, {"start": 233.62, "end": 233.66, "word": " whole", "probability": 0.49853515625}, {"start": 233.66, "end": 234.04, "word": " activity.", "probability": 0.9443359375}, {"start": 234.78, "end": 235.18, "word": " The", "probability": 0.59716796875}, {"start": 235.18, "end": 235.98, "word": " activity", "probability": 0.8408203125}, {"start": 235.98, "end": 236.36, "word": " should", "probability": 0.389404296875}, {"start": 236.36, "end": 236.46, "word": " have", "probability": 0.486328125}, {"start": 236.46, "end": 236.72, "word": " a", "probability": 0.71630859375}, {"start": 236.72, "end": 237.38, "word": " layout.", "probability": 0.94140625}, {"start": 237.86, "end": 238.26, "word": " What", "probability": 0.81591796875}, {"start": 238.26, "end": 238.3, "word": " is", "probability": 0.81640625}, {"start": 238.3, "end": 238.38, "word": " the", "probability": 0.720703125}, {"start": 238.38, "end": 238.38, "word": " big", "probability": 0.405029296875}, {"start": 238.38, "end": 238.72, "word": " layout?", "probability": 0.947265625}, {"start": 241.56, "end": 241.84, "word": " Yes?", "probability": 0.83203125}], "temperature": 1.0}, {"id": 9, "seek": 26818, "start": 243.68, "end": 268.18, "text": " You have a big layout, which is a vertical linear layout. Why? Look, this is the screen, this is the body, we make a layout, a linear layout, and it is vertical. In order to put the image as an element, this is the line, and these are all in the second line. Right or wrong, guys?", "tokens": [509, 362, 257, 955, 13333, 11, 597, 307, 257, 9429, 8213, 13333, 13, 1545, 30, 2053, 11, 341, 307, 264, 2568, 11, 341, 307, 264, 1772, 11, 321, 652, 257, 13333, 11, 257, 8213, 13333, 11, 293, 309, 307, 9429, 13, 682, 1668, 281, 829, 264, 3256, 382, 364, 4478, 11, 341, 307, 264, 1622, 11, 293, 613, 366, 439, 294, 264, 1150, 1622, 13, 1779, 420, 2085, 11, 1074, 30], "avg_logprob": -0.5169271073407598, "compression_ratio": 1.6432748538011697, "no_speech_prob": 0.0, "words": [{"start": 243.68, "end": 244.22, "word": " You", "probability": 0.184814453125}, {"start": 244.22, "end": 244.76, "word": " have", "probability": 0.73681640625}, {"start": 244.76, "end": 244.92, "word": " a", "probability": 0.734375}, {"start": 244.92, "end": 244.94, "word": " big", "probability": 0.60498046875}, {"start": 244.94, "end": 245.24, "word": " layout,", "probability": 0.6103515625}, {"start": 245.72, "end": 245.76, "word": " which", "probability": 0.4052734375}, {"start": 245.76, "end": 245.86, "word": " is", "probability": 0.92578125}, {"start": 245.86, "end": 245.98, "word": " a", "probability": 0.4091796875}, {"start": 245.98, "end": 246.32, "word": " vertical", "probability": 0.83349609375}, {"start": 246.32, "end": 246.72, "word": " linear", "probability": 0.488037109375}, {"start": 246.72, "end": 247.08, "word": " layout.", "probability": 0.984375}, {"start": 247.18, "end": 247.46, "word": " Why?", "probability": 0.630859375}, {"start": 247.82, "end": 248.16, "word": " Look,", "probability": 0.44970703125}, {"start": 248.32, "end": 248.58, "word": " this", "probability": 0.2447509765625}, {"start": 248.58, "end": 248.58, "word": " is", "probability": 0.60302734375}, {"start": 248.58, "end": 248.72, "word": " the", "probability": 0.69775390625}, {"start": 248.72, "end": 248.98, "word": " screen,", "probability": 0.82373046875}, {"start": 249.04, "end": 249.18, "word": " this", "probability": 0.457763671875}, {"start": 249.18, "end": 249.18, "word": " is", "probability": 0.8955078125}, {"start": 249.18, "end": 249.28, "word": " the", "probability": 0.65673828125}, {"start": 249.28, "end": 249.58, "word": " body,", "probability": 0.29638671875}, {"start": 251.76, "end": 252.18, "word": " we", "probability": 0.369140625}, {"start": 252.18, "end": 252.54, "word": " make", "probability": 0.37646484375}, {"start": 252.54, "end": 252.68, "word": " a", "probability": 0.7431640625}, {"start": 252.68, "end": 253.18, "word": " layout,", "probability": 0.4140625}, {"start": 253.6, "end": 254.56, "word": " a", "probability": 0.62646484375}, {"start": 254.56, "end": 254.88, "word": " linear", "probability": 0.8779296875}, {"start": 254.88, "end": 255.42, "word": " layout,", "probability": 0.984375}, {"start": 256.1, "end": 256.6, "word": " and", "probability": 0.66748046875}, {"start": 256.6, "end": 256.7, "word": " it", "probability": 0.66748046875}, {"start": 256.7, "end": 256.78, "word": " is", "probability": 0.47412109375}, {"start": 256.78, "end": 257.3, "word": " vertical.", "probability": 0.85498046875}, {"start": 259.38, "end": 259.68, "word": " In", "probability": 0.31005859375}, {"start": 259.68, "end": 259.68, "word": " order", "probability": 0.9208984375}, {"start": 259.68, "end": 259.82, "word": " to", "probability": 0.95166015625}, {"start": 259.82, "end": 260.06, "word": " put", "probability": 0.6240234375}, {"start": 260.06, "end": 260.46, "word": " the", "probability": 0.72412109375}, {"start": 260.46, "end": 260.78, "word": " image", "probability": 0.54052734375}, {"start": 260.78, "end": 261.82, "word": " as", "probability": 0.90478515625}, {"start": 261.82, "end": 262.0, "word": " an", "probability": 0.45361328125}, {"start": 262.0, "end": 262.0, "word": " element,", "probability": 0.5244140625}, {"start": 263.08, "end": 263.9, "word": " this", "probability": 0.81982421875}, {"start": 263.9, "end": 263.94, "word": " is", "probability": 0.72412109375}, {"start": 263.94, "end": 264.04, "word": " the", "probability": 0.47021484375}, {"start": 264.04, "end": 264.24, "word": " line,", "probability": 0.8076171875}, {"start": 264.42, "end": 264.52, "word": " and", "probability": 0.90625}, {"start": 264.52, "end": 264.72, "word": " these", "probability": 0.37451171875}, {"start": 264.72, "end": 264.92, "word": " are", "probability": 0.65576171875}, {"start": 264.92, "end": 265.36, "word": " all", "probability": 0.82666015625}, {"start": 265.36, "end": 266.6, "word": " in", "probability": 0.6474609375}, {"start": 266.6, "end": 266.68, "word": " the", "probability": 0.478759765625}, {"start": 266.68, "end": 267.14, "word": " second", "probability": 0.67724609375}, {"start": 267.14, "end": 267.14, "word": " line.", "probability": 0.896484375}, {"start": 267.38, "end": 267.68, "word": " Right", "probability": 0.39794921875}, {"start": 267.68, "end": 267.86, "word": " or", "probability": 0.63671875}, {"start": 267.86, "end": 267.88, "word": " wrong,", "probability": 0.77978515625}, {"start": 268.02, "end": 268.18, "word": " guys?", "probability": 0.65966796875}], "temperature": 1.0}, {"id": 10, "seek": 28308, "start": 269.03, "end": 283.09, "text": " This is the vertical linear layout. This is the first line and this is the second line. The first line I put a picture in it. The second line still needs work. What does the second line need? Look at it. The second line is broken.", "tokens": [639, 307, 264, 9429, 8213, 13333, 13, 639, 307, 264, 700, 1622, 293, 341, 307, 264, 1150, 1622, 13, 440, 700, 1622, 286, 829, 257, 3036, 294, 309, 13, 440, 1150, 1622, 920, 2203, 589, 13, 708, 775, 264, 1150, 1622, 643, 30, 2053, 412, 309, 13, 440, 1150, 1622, 307, 5463, 13], "avg_logprob": -0.5086805544517659, "compression_ratio": 1.7633587786259541, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 269.03, "end": 269.53, "word": " This", "probability": 0.51806640625}, {"start": 269.53, "end": 269.73, "word": " is", "probability": 0.810546875}, {"start": 269.73, "end": 269.73, "word": " the", "probability": 0.281982421875}, {"start": 269.73, "end": 270.11, "word": " vertical", "probability": 0.6005859375}, {"start": 270.11, "end": 270.61, "word": " linear", "probability": 0.50341796875}, {"start": 270.61, "end": 271.03, "word": " layout.", "probability": 0.97265625}, {"start": 272.01, "end": 272.19, "word": " This", "probability": 0.5732421875}, {"start": 272.19, "end": 272.29, "word": " is", "probability": 0.8876953125}, {"start": 272.29, "end": 272.37, "word": " the", "probability": 0.41796875}, {"start": 272.37, "end": 272.63, "word": " first", "probability": 0.64111328125}, {"start": 272.63, "end": 272.63, "word": " line", "probability": 0.63916015625}, {"start": 272.63, "end": 272.87, "word": " and", "probability": 0.53369140625}, {"start": 272.87, "end": 273.03, "word": " this", "probability": 0.8515625}, {"start": 273.03, "end": 273.11, "word": " is", "probability": 0.9111328125}, {"start": 273.11, "end": 273.43, "word": " the", "probability": 0.90234375}, {"start": 273.43, "end": 273.47, "word": " second", "probability": 0.85302734375}, {"start": 273.47, "end": 273.47, "word": " line.", "probability": 0.83056640625}, {"start": 274.21, "end": 274.45, "word": " The", "probability": 0.49560546875}, {"start": 274.45, "end": 274.45, "word": " first", "probability": 0.66455078125}, {"start": 274.45, "end": 274.85, "word": " line", "probability": 0.890625}, {"start": 274.85, "end": 275.03, "word": " I", "probability": 0.341552734375}, {"start": 275.03, "end": 275.25, "word": " put", "probability": 0.429931640625}, {"start": 275.25, "end": 276.07, "word": " a", "probability": 0.286376953125}, {"start": 276.07, "end": 276.49, "word": " picture", "probability": 0.60546875}, {"start": 276.49, "end": 276.63, "word": " in", "probability": 0.428466796875}, {"start": 276.63, "end": 277.09, "word": " it.", "probability": 0.42724609375}, {"start": 277.15, "end": 277.27, "word": " The", "probability": 0.8310546875}, {"start": 277.27, "end": 277.77, "word": " second", "probability": 0.8828125}, {"start": 277.77, "end": 277.77, "word": " line", "probability": 0.89599609375}, {"start": 277.77, "end": 278.05, "word": " still", "probability": 0.31396484375}, {"start": 278.05, "end": 278.27, "word": " needs", "probability": 0.6005859375}, {"start": 278.27, "end": 278.55, "word": " work.", "probability": 0.64453125}, {"start": 279.27, "end": 279.53, "word": " What", "probability": 0.53857421875}, {"start": 279.53, "end": 279.69, "word": " does", "probability": 0.85546875}, {"start": 279.69, "end": 279.81, "word": " the", "probability": 0.87158203125}, {"start": 279.81, "end": 280.23, "word": " second", "probability": 0.8994140625}, {"start": 280.23, "end": 280.23, "word": " line", "probability": 0.9033203125}, {"start": 280.23, "end": 280.23, "word": " need?", "probability": 0.6875}, {"start": 280.35, "end": 280.53, "word": " Look", "probability": 0.400390625}, {"start": 280.53, "end": 280.73, "word": " at", "probability": 0.6845703125}, {"start": 280.73, "end": 280.87, "word": " it.", "probability": 0.89501953125}, {"start": 281.53, "end": 281.75, "word": " The", "probability": 0.7158203125}, {"start": 281.75, "end": 282.17, "word": " second", "probability": 0.90576171875}, {"start": 282.17, "end": 282.23, "word": " line", "probability": 0.90576171875}, {"start": 282.23, "end": 282.63, "word": " is", "probability": 0.350341796875}, {"start": 282.63, "end": 283.09, "word": " broken.", "probability": 0.053375244140625}], "temperature": 1.0}, {"id": 11, "seek": 31210, "start": 286.92, "end": 312.1, "text": " It will not be linear layout, it will be horizontal. You always look at the intervals. You have a horizontal interval here, it will be a vertical linear layout. Inside this part, you have a vertical interval. Inside this part, there is a horizontal linear layout. Are you with me or not? Here, inside this part, there will be a horizontal linear layout. Let's see how to divide it.", "tokens": [467, 486, 406, 312, 8213, 13333, 11, 309, 486, 312, 12750, 13, 509, 1009, 574, 412, 264, 26651, 13, 509, 362, 257, 12750, 15035, 510, 11, 309, 486, 312, 257, 9429, 8213, 13333, 13, 15123, 341, 644, 11, 291, 362, 257, 9429, 15035, 13, 15123, 341, 644, 11, 456, 307, 257, 12750, 8213, 13333, 13, 2014, 291, 365, 385, 420, 406, 30, 1692, 11, 1854, 341, 644, 11, 456, 486, 312, 257, 12750, 8213, 13333, 13, 961, 311, 536, 577, 281, 9845, 309, 13], "avg_logprob": -0.5220588347491096, "compression_ratio": 2.15819209039548, "no_speech_prob": 0.0, "words": [{"start": 286.92, "end": 287.36, "word": " It", "probability": 0.1556396484375}, {"start": 287.36, "end": 287.5, "word": " will", "probability": 0.2431640625}, {"start": 287.5, "end": 287.68, "word": " not", "probability": 0.244384765625}, {"start": 287.68, "end": 288.0, "word": " be", "probability": 0.62939453125}, {"start": 288.0, "end": 288.54, "word": " linear", "probability": 0.257080078125}, {"start": 288.54, "end": 288.94, "word": " layout,", "probability": 0.921875}, {"start": 289.04, "end": 289.06, "word": " it", "probability": 0.2822265625}, {"start": 289.06, "end": 289.06, "word": " will", "probability": 0.8369140625}, {"start": 289.06, "end": 289.06, "word": " be", "probability": 0.9208984375}, {"start": 289.06, "end": 289.4, "word": " horizontal.", "probability": 0.77490234375}, {"start": 289.58, "end": 289.76, "word": " You", "probability": 0.458984375}, {"start": 289.76, "end": 289.9, "word": " always", "probability": 0.369384765625}, {"start": 289.9, "end": 290.08, "word": " look", "probability": 0.7138671875}, {"start": 290.08, "end": 290.48, "word": " at", "probability": 0.77197265625}, {"start": 290.48, "end": 290.58, "word": " the", "probability": 0.7158203125}, {"start": 290.58, "end": 290.9, "word": " intervals.", "probability": 0.0604248046875}, {"start": 292.1, "end": 292.54, "word": " You", "probability": 0.15966796875}, {"start": 292.54, "end": 292.84, "word": " have", "probability": 0.62890625}, {"start": 292.84, "end": 293.02, "word": " a", "probability": 0.6220703125}, {"start": 293.02, "end": 293.52, "word": " horizontal", "probability": 0.50146484375}, {"start": 293.52, "end": 293.52, "word": " interval", "probability": 0.93115234375}, {"start": 293.52, "end": 293.84, "word": " here,", "probability": 0.7236328125}, {"start": 293.92, "end": 293.98, "word": " it", "probability": 0.2880859375}, {"start": 293.98, "end": 294.06, "word": " will", "probability": 0.6162109375}, {"start": 294.06, "end": 294.54, "word": " be", "probability": 0.53564453125}, {"start": 294.54, "end": 294.66, "word": " a", "probability": 0.38525390625}, {"start": 294.66, "end": 294.98, "word": " vertical", "probability": 0.86376953125}, {"start": 294.98, "end": 295.32, "word": " linear", "probability": 0.7421875}, {"start": 295.32, "end": 295.7, "word": " layout.", "probability": 0.98046875}, {"start": 296.34, "end": 296.78, "word": " Inside", "probability": 0.56689453125}, {"start": 296.78, "end": 296.92, "word": " this", "probability": 0.861328125}, {"start": 296.92, "end": 297.14, "word": " part,", "probability": 0.3916015625}, {"start": 297.4, "end": 297.56, "word": " you", "probability": 0.6484375}, {"start": 297.56, "end": 297.7, "word": " have", "probability": 0.9169921875}, {"start": 297.7, "end": 297.88, "word": " a", "probability": 0.9541015625}, {"start": 297.88, "end": 298.02, "word": " vertical", "probability": 0.58251953125}, {"start": 298.02, "end": 298.1, "word": " interval.", "probability": 0.82666015625}, {"start": 299.18, "end": 299.62, "word": " Inside", "probability": 0.67529296875}, {"start": 299.62, "end": 300.02, "word": " this", "probability": 0.87353515625}, {"start": 300.02, "end": 300.36, "word": " part,", "probability": 0.77783203125}, {"start": 300.46, "end": 300.56, "word": " there", "probability": 0.60986328125}, {"start": 300.56, "end": 300.56, "word": " is", "probability": 0.66650390625}, {"start": 300.56, "end": 300.86, "word": " a", "probability": 0.88037109375}, {"start": 300.86, "end": 300.86, "word": " horizontal", "probability": 0.58349609375}, {"start": 300.86, "end": 300.86, "word": " linear", "probability": 0.77783203125}, {"start": 300.86, "end": 301.22, "word": " layout.", "probability": 0.9833984375}, {"start": 302.7, "end": 303.14, "word": " Are", "probability": 0.328125}, {"start": 303.14, "end": 303.14, "word": " you", "probability": 0.9482421875}, {"start": 303.14, "end": 303.28, "word": " with", "probability": 0.74951171875}, {"start": 303.28, "end": 303.34, "word": " me", "probability": 0.9560546875}, {"start": 303.34, "end": 303.44, "word": " or", "probability": 0.7431640625}, {"start": 303.44, "end": 303.54, "word": " not?", "probability": 0.90478515625}, {"start": 305.16, "end": 305.6, "word": " Here,", "probability": 0.3798828125}, {"start": 305.9, "end": 306.08, "word": " inside", "probability": 0.6396484375}, {"start": 306.08, "end": 306.56, "word": " this", "probability": 0.7822265625}, {"start": 306.56, "end": 306.56, "word": " part,", "probability": 0.53369140625}, {"start": 306.76, "end": 306.76, "word": " there", "probability": 0.32861328125}, {"start": 306.76, "end": 306.8, "word": " will", "probability": 0.3740234375}, {"start": 306.8, "end": 307.02, "word": " be", "probability": 0.595703125}, {"start": 307.02, "end": 308.82, "word": " a", "probability": 0.619140625}, {"start": 308.82, "end": 308.92, "word": " horizontal", "probability": 0.62890625}, {"start": 308.92, "end": 309.06, "word": " linear", "probability": 0.8203125}, {"start": 309.06, "end": 309.36, "word": " layout.", "probability": 0.98291015625}, {"start": 310.82, "end": 311.26, "word": " Let's", "probability": 0.69091796875}, {"start": 311.26, "end": 311.38, "word": " see", "probability": 0.634765625}, {"start": 311.38, "end": 311.58, "word": " how", "probability": 0.9228515625}, {"start": 311.58, "end": 311.66, "word": " to", "probability": 0.56787109375}, {"start": 311.66, "end": 311.86, "word": " divide", "probability": 0.78564453125}, {"start": 311.86, "end": 312.1, "word": " it.", "probability": 0.826171875}], "temperature": 1.0}, {"id": 12, "seek": 33610, "start": 313.76, "end": 336.1, "text": " Are you done? I'm not done yet. I have buttons here. I also have a linear layout here. Vertical to put buttons in it. We will talk about this in a while. Is it easy or difficult guys? You need to get used to it. You need to practice it. So let's do it.", "tokens": [2014, 291, 1096, 30, 286, 478, 406, 1096, 1939, 13, 286, 362, 9905, 510, 13, 286, 611, 362, 257, 8213, 13333, 510, 13, 21044, 804, 281, 829, 9905, 294, 309, 13, 492, 486, 751, 466, 341, 294, 257, 1339, 13, 1119, 309, 1858, 420, 2252, 1074, 30, 509, 643, 281, 483, 1143, 281, 309, 13, 509, 643, 281, 3124, 309, 13, 407, 718, 311, 360, 309, 13], "avg_logprob": -0.5165441123878255, "compression_ratio": 1.5240963855421688, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 313.76, "end": 314.06, "word": " Are", "probability": 0.1158447265625}, {"start": 314.06, "end": 314.2, "word": " you", "probability": 0.91650390625}, {"start": 314.2, "end": 314.2, "word": " done?", "probability": 0.73193359375}, {"start": 314.74, "end": 315.2, "word": " I'm", "probability": 0.2537841796875}, {"start": 315.2, "end": 315.2, "word": " not", "probability": 0.73291015625}, {"start": 315.2, "end": 315.6, "word": " done", "probability": 0.734375}, {"start": 315.6, "end": 315.82, "word": " yet.", "probability": 0.8779296875}, {"start": 316.14, "end": 316.46, "word": " I", "probability": 0.794921875}, {"start": 316.46, "end": 316.58, "word": " have", "probability": 0.82080078125}, {"start": 316.58, "end": 316.9, "word": " buttons", "probability": 0.74462890625}, {"start": 316.9, "end": 317.84, "word": " here.", "probability": 0.80224609375}, {"start": 319.44, "end": 319.96, "word": " I", "probability": 0.1484375}, {"start": 319.96, "end": 320.28, "word": " also", "probability": 0.41455078125}, {"start": 320.28, "end": 320.8, "word": " have", "probability": 0.57421875}, {"start": 320.8, "end": 321.16, "word": " a", "probability": 0.2406005859375}, {"start": 321.16, "end": 321.36, "word": " linear", "probability": 0.429443359375}, {"start": 321.36, "end": 321.86, "word": " layout", "probability": 0.9052734375}, {"start": 321.86, "end": 322.12, "word": " here.", "probability": 0.323486328125}, {"start": 323.14, "end": 323.66, "word": " Vertical", "probability": 0.803955078125}, {"start": 323.66, "end": 323.8, "word": " to", "probability": 0.1929931640625}, {"start": 323.8, "end": 324.12, "word": " put", "probability": 0.513671875}, {"start": 324.12, "end": 325.88, "word": " buttons", "probability": 0.54052734375}, {"start": 325.88, "end": 325.88, "word": " in", "probability": 0.408203125}, {"start": 325.88, "end": 325.96, "word": " it.", "probability": 0.69970703125}, {"start": 326.72, "end": 326.98, "word": " We", "probability": 0.49072265625}, {"start": 326.98, "end": 327.2, "word": " will", "probability": 0.5810546875}, {"start": 327.2, "end": 327.48, "word": " talk", "probability": 0.76416015625}, {"start": 327.48, "end": 327.7, "word": " about", "probability": 0.80859375}, {"start": 327.7, "end": 327.78, "word": " this", "probability": 0.4765625}, {"start": 327.78, "end": 327.98, "word": " in", "probability": 0.367919921875}, {"start": 327.98, "end": 328.14, "word": " a", "probability": 0.80615234375}, {"start": 328.14, "end": 328.34, "word": " while.", "probability": 0.40185546875}, {"start": 329.18, "end": 329.4, "word": " Is", "probability": 0.31982421875}, {"start": 329.4, "end": 329.4, "word": " it", "probability": 0.775390625}, {"start": 329.4, "end": 329.58, "word": " easy", "probability": 0.9013671875}, {"start": 329.58, "end": 329.74, "word": " or", "probability": 0.95458984375}, {"start": 329.74, "end": 329.96, "word": " difficult", "probability": 0.5107421875}, {"start": 329.96, "end": 330.28, "word": " guys?", "probability": 0.359130859375}, {"start": 331.28, "end": 331.8, "word": " You", "probability": 0.8359375}, {"start": 331.8, "end": 331.96, "word": " need", "probability": 0.59033203125}, {"start": 331.96, "end": 332.08, "word": " to", "probability": 0.751953125}, {"start": 332.08, "end": 332.2, "word": " get", "probability": 0.5859375}, {"start": 332.2, "end": 332.34, "word": " used", "probability": 0.890625}, {"start": 332.34, "end": 332.46, "word": " to", "probability": 0.93017578125}, {"start": 332.46, "end": 332.46, "word": " it.", "probability": 0.90185546875}, {"start": 332.5, "end": 332.5, "word": " You", "probability": 0.6435546875}, {"start": 332.5, "end": 332.66, "word": " need", "probability": 0.87841796875}, {"start": 332.66, "end": 332.76, "word": " to", "probability": 0.9404296875}, {"start": 332.76, "end": 333.02, "word": " practice", "probability": 0.55810546875}, {"start": 333.02, "end": 333.32, "word": " it.", "probability": 0.48291015625}, {"start": 334.94, "end": 335.46, "word": " So", "probability": 0.6796875}, {"start": 335.46, "end": 335.72, "word": " let's", "probability": 0.79248046875}, {"start": 335.72, "end": 335.9, "word": " do", "probability": 0.86767578125}, {"start": 335.9, "end": 336.1, "word": " it.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 13, "seek": 36405, "start": 338.87, "end": 364.05, "text": " So, we agreed that the main layout will be linear layout and vertical layout So, this is linear layout and the orientation is vertical. We are going in the right direction. So, what is the first element? Picture. Do we have to put the picture inside the layout again? No, it is placed in a line in the vertical linear layout. So, I draw a page here and inside it I create an image view", "tokens": [407, 11, 321, 9166, 300, 264, 2135, 13333, 486, 312, 8213, 13333, 293, 9429, 13333, 407, 11, 341, 307, 8213, 13333, 293, 264, 14764, 307, 9429, 13, 492, 366, 516, 294, 264, 558, 3513, 13, 407, 11, 437, 307, 264, 700, 4478, 30, 35730, 13, 1144, 321, 362, 281, 829, 264, 3036, 1854, 264, 13333, 797, 30, 883, 11, 309, 307, 7074, 294, 257, 1622, 294, 264, 9429, 8213, 13333, 13, 407, 11, 286, 2642, 257, 3028, 510, 293, 1854, 309, 286, 1884, 364, 3256, 1910], "avg_logprob": -0.5686063204688587, "compression_ratio": 1.7625570776255708, "no_speech_prob": 0.0, "words": [{"start": 338.87, "end": 339.13, "word": " So,", "probability": 0.36474609375}, {"start": 339.19, "end": 339.23, "word": " we", "probability": 0.484375}, {"start": 339.23, "end": 339.49, "word": " agreed", "probability": 0.66552734375}, {"start": 339.49, "end": 339.71, "word": " that", "probability": 0.7041015625}, {"start": 339.71, "end": 339.83, "word": " the", "probability": 0.8525390625}, {"start": 339.83, "end": 340.51, "word": " main", "probability": 0.49658203125}, {"start": 340.51, "end": 340.71, "word": " layout", "probability": 0.93017578125}, {"start": 340.71, "end": 341.19, "word": " will", "probability": 0.26318359375}, {"start": 341.19, "end": 341.67, "word": " be", "probability": 0.92041015625}, {"start": 341.67, "end": 343.15, "word": " linear", "probability": 0.452392578125}, {"start": 343.15, "end": 343.77, "word": " layout", "probability": 0.8896484375}, {"start": 343.77, "end": 343.95, "word": " and", "probability": 0.33544921875}, {"start": 343.95, "end": 344.25, "word": " vertical", "probability": 0.82568359375}, {"start": 344.25, "end": 344.41, "word": " layout", "probability": 0.60791015625}, {"start": 344.41, "end": 344.99, "word": " So,", "probability": 0.18896484375}, {"start": 345.05, "end": 345.17, "word": " this", "probability": 0.50390625}, {"start": 345.17, "end": 345.17, "word": " is", "probability": 0.861328125}, {"start": 345.17, "end": 345.49, "word": " linear", "probability": 0.5859375}, {"start": 345.49, "end": 345.93, "word": " layout", "probability": 0.98193359375}, {"start": 345.93, "end": 346.07, "word": " and", "probability": 0.775390625}, {"start": 346.07, "end": 346.13, "word": " the", "probability": 0.27001953125}, {"start": 346.13, "end": 346.67, "word": " orientation", "probability": 0.87255859375}, {"start": 346.67, "end": 347.07, "word": " is", "probability": 0.80029296875}, {"start": 347.07, "end": 347.77, "word": " vertical.", "probability": 0.86767578125}, {"start": 347.89, "end": 348.07, "word": " We", "probability": 0.546875}, {"start": 348.07, "end": 348.23, "word": " are", "probability": 0.6865234375}, {"start": 348.23, "end": 348.37, "word": " going", "probability": 0.385009765625}, {"start": 348.37, "end": 348.55, "word": " in", "probability": 0.267822265625}, {"start": 348.55, "end": 348.61, "word": " the", "probability": 0.802734375}, {"start": 348.61, "end": 348.77, "word": " right", "probability": 0.76806640625}, {"start": 348.77, "end": 349.29, "word": " direction.", "probability": 0.6220703125}, {"start": 349.39, "end": 349.79, "word": " So,", "probability": 0.307373046875}, {"start": 350.97, "end": 351.21, "word": " what", "probability": 0.4072265625}, {"start": 351.21, "end": 351.21, "word": " is", "probability": 0.50146484375}, {"start": 351.21, "end": 351.29, "word": " the", "probability": 0.87744140625}, {"start": 351.29, "end": 351.29, "word": " first", "probability": 0.86865234375}, {"start": 351.29, "end": 351.59, "word": " element?", "probability": 0.85595703125}, {"start": 352.83, "end": 353.23, "word": " Picture.", "probability": 0.20849609375}, {"start": 353.41, "end": 353.57, "word": " Do", "probability": 0.6904296875}, {"start": 353.57, "end": 353.71, "word": " we", "probability": 0.88232421875}, {"start": 353.71, "end": 353.81, "word": " have", "probability": 0.53759765625}, {"start": 353.81, "end": 353.91, "word": " to", "probability": 0.9677734375}, {"start": 353.91, "end": 354.11, "word": " put", "probability": 0.53369140625}, {"start": 354.11, "end": 354.25, "word": " the", "probability": 0.60986328125}, {"start": 354.25, "end": 354.41, "word": " picture", "probability": 0.888671875}, {"start": 354.41, "end": 354.61, "word": " inside", "probability": 0.5244140625}, {"start": 354.61, "end": 354.73, "word": " the", "probability": 0.6484375}, {"start": 354.73, "end": 354.99, "word": " layout", "probability": 0.87841796875}, {"start": 354.99, "end": 355.31, "word": " again?", "probability": 0.6396484375}, {"start": 355.81, "end": 356.21, "word": " No,", "probability": 0.9189453125}, {"start": 356.31, "end": 356.45, "word": " it", "probability": 0.654296875}, {"start": 356.45, "end": 356.87, "word": " is", "probability": 0.509765625}, {"start": 356.87, "end": 357.11, "word": " placed", "probability": 0.370361328125}, {"start": 357.11, "end": 357.25, "word": " in", "probability": 0.505859375}, {"start": 357.25, "end": 357.31, "word": " a", "probability": 0.63427734375}, {"start": 357.31, "end": 357.59, "word": " line", "probability": 0.6005859375}, {"start": 357.59, "end": 358.31, "word": " in", "probability": 0.63427734375}, {"start": 358.31, "end": 358.41, "word": " the", "probability": 0.72509765625}, {"start": 358.41, "end": 358.73, "word": " vertical", "probability": 0.8603515625}, {"start": 358.73, "end": 359.05, "word": " linear", "probability": 0.7158203125}, {"start": 359.05, "end": 359.43, "word": " layout.", "probability": 0.986328125}, {"start": 360.17, "end": 360.27, "word": " So,", "probability": 0.69091796875}, {"start": 360.37, "end": 360.45, "word": " I", "probability": 0.39794921875}, {"start": 360.45, "end": 360.67, "word": " draw", "probability": 0.1053466796875}, {"start": 360.67, "end": 360.73, "word": " a", "probability": 0.68115234375}, {"start": 360.73, "end": 360.95, "word": " page", "probability": 0.2406005859375}, {"start": 360.95, "end": 361.35, "word": " here", "probability": 0.6064453125}, {"start": 361.35, "end": 362.73, "word": " and", "probability": 0.260009765625}, {"start": 362.73, "end": 362.91, "word": " inside", "probability": 0.318603515625}, {"start": 362.91, "end": 363.23, "word": " it", "probability": 0.370849609375}, {"start": 363.23, "end": 363.27, "word": " I", "probability": 0.6611328125}, {"start": 363.27, "end": 363.45, "word": " create", "probability": 0.2939453125}, {"start": 363.45, "end": 363.57, "word": " an", "probability": 0.51025390625}, {"start": 363.57, "end": 363.73, "word": " image", "probability": 0.84326171875}, {"start": 363.73, "end": 364.05, "word": " view", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 14, "seek": 39585, "start": 368.43, "end": 395.85, "text": " What is its width? Width of the screen. Yes, match parent. Its height? Wrap content. Wrap content can take the height of the screen. But if I want to determine a certain height, for example, put 200 or 100, 150 dp. So that the image takes a certain height from the screen. And then Source, the image.", "tokens": [708, 307, 1080, 11402, 30, 28331, 392, 295, 264, 2568, 13, 1079, 11, 2995, 2596, 13, 6953, 6681, 30, 41291, 2701, 13, 41291, 2701, 393, 747, 264, 6681, 295, 264, 2568, 13, 583, 498, 286, 528, 281, 6997, 257, 1629, 6681, 11, 337, 1365, 11, 829, 2331, 420, 2319, 11, 8451, 274, 79, 13, 407, 300, 264, 3256, 2516, 257, 1629, 6681, 490, 264, 2568, 13, 400, 550, 29629, 11, 264, 3256, 13], "avg_logprob": -0.5354729882768683, "compression_ratio": 1.644808743169399, "no_speech_prob": 0.0, "words": [{"start": 368.43, "end": 368.73, "word": " What", "probability": 0.366943359375}, {"start": 368.73, "end": 368.75, "word": " is", "probability": 0.7490234375}, {"start": 368.75, "end": 369.05, "word": " its", "probability": 0.479736328125}, {"start": 369.05, "end": 369.05, "word": " width?", "probability": 0.6943359375}, {"start": 370.19, "end": 370.71, "word": " Width", "probability": 0.6424560546875}, {"start": 370.71, "end": 370.85, "word": " of", "probability": 0.93359375}, {"start": 370.85, "end": 370.91, "word": " the", "probability": 0.80224609375}, {"start": 370.91, "end": 371.17, "word": " screen.", "probability": 0.76171875}, {"start": 371.67, "end": 371.91, "word": " Yes,", "probability": 0.12115478515625}, {"start": 372.01, "end": 373.31, "word": " match", "probability": 0.496337890625}, {"start": 373.31, "end": 373.61, "word": " parent.", "probability": 0.2200927734375}, {"start": 374.15, "end": 374.35, "word": " Its", "probability": 0.2578125}, {"start": 374.35, "end": 374.79, "word": " height?", "probability": 0.77294921875}, {"start": 375.85, "end": 376.37, "word": " Wrap", "probability": 0.355712890625}, {"start": 376.37, "end": 377.17, "word": " content.", "probability": 0.779296875}, {"start": 377.65, "end": 378.17, "word": " Wrap", "probability": 0.52099609375}, {"start": 378.17, "end": 378.51, "word": " content", "probability": 0.962890625}, {"start": 378.51, "end": 378.67, "word": " can", "probability": 0.472412109375}, {"start": 378.67, "end": 378.79, "word": " take", "probability": 0.6005859375}, {"start": 378.79, "end": 378.89, "word": " the", "probability": 0.333740234375}, {"start": 378.89, "end": 378.97, "word": " height", "probability": 0.2470703125}, {"start": 378.97, "end": 379.13, "word": " of", "probability": 0.95849609375}, {"start": 379.13, "end": 379.25, "word": " the", "probability": 0.85986328125}, {"start": 379.25, "end": 379.45, "word": " screen.", "probability": 0.375244140625}, {"start": 379.49, "end": 379.61, "word": " But", "probability": 0.68994140625}, {"start": 379.61, "end": 379.75, "word": " if", "probability": 0.8505859375}, {"start": 379.75, "end": 379.91, "word": " I", "probability": 0.9169921875}, {"start": 379.91, "end": 380.07, "word": " want", "probability": 0.80126953125}, {"start": 380.07, "end": 380.19, "word": " to", "probability": 0.87890625}, {"start": 380.19, "end": 380.31, "word": " determine", "probability": 0.1888427734375}, {"start": 380.31, "end": 380.81, "word": " a", "probability": 0.7294921875}, {"start": 380.81, "end": 381.05, "word": " certain", "probability": 0.470703125}, {"start": 381.05, "end": 381.05, "word": " height,", "probability": 0.888671875}, {"start": 381.31, "end": 381.43, "word": " for", "probability": 0.6689453125}, {"start": 381.43, "end": 381.59, "word": " example,", "probability": 0.9541015625}, {"start": 381.67, "end": 381.87, "word": " put", "probability": 0.35498046875}, {"start": 381.87, "end": 382.25, "word": " 200", "probability": 0.7802734375}, {"start": 382.25, "end": 383.23, "word": " or", "probability": 0.74462890625}, {"start": 383.23, "end": 383.73, "word": " 100,", "probability": 0.71728515625}, {"start": 383.87, "end": 384.51, "word": " 150", "probability": 0.8837890625}, {"start": 384.51, "end": 385.03, "word": " dp.", "probability": 0.6026611328125}, {"start": 385.87, "end": 386.13, "word": " So", "probability": 0.278076171875}, {"start": 386.13, "end": 386.39, "word": " that", "probability": 0.82373046875}, {"start": 386.39, "end": 386.61, "word": " the", "probability": 0.85546875}, {"start": 386.61, "end": 386.79, "word": " image", "probability": 0.37353515625}, {"start": 386.79, "end": 387.11, "word": " takes", "probability": 0.43798828125}, {"start": 387.11, "end": 387.25, "word": " a", "probability": 0.828125}, {"start": 387.25, "end": 387.57, "word": " certain", "probability": 0.60205078125}, {"start": 387.57, "end": 387.93, "word": " height", "probability": 0.77392578125}, {"start": 387.93, "end": 388.63, "word": " from", "probability": 0.38134765625}, {"start": 388.63, "end": 388.83, "word": " the", "probability": 0.9208984375}, {"start": 388.83, "end": 389.11, "word": " screen.", "probability": 0.85107421875}, {"start": 393.71, "end": 394.23, "word": " And", "probability": 0.6435546875}, {"start": 394.23, "end": 394.53, "word": " then", "probability": 0.80322265625}, {"start": 394.53, "end": 395.31, "word": " Source,", "probability": 0.310546875}, {"start": 395.49, "end": 395.63, "word": " the", "probability": 0.60107421875}, {"start": 395.63, "end": 395.85, "word": " image.", "probability": 0.76806640625}], "temperature": 1.0}, {"id": 15, "seek": 42468, "start": 398.18, "end": 424.68, "text": " I will put any picture here to see the view Because this is the picture I will put here There are gaps on the side If you want to change the design of the picture, you say fit xy I will not take the fit xy of the picture to give it a size This is scale type Fit xy But you should consider the design that the picture is suitable for the length and width", "tokens": [286, 486, 829, 604, 3036, 510, 281, 536, 264, 1910, 1436, 341, 307, 264, 3036, 286, 486, 829, 510, 821, 366, 15031, 322, 264, 1252, 759, 291, 528, 281, 1319, 264, 1715, 295, 264, 3036, 11, 291, 584, 3318, 2031, 88, 286, 486, 406, 747, 264, 3318, 2031, 88, 295, 264, 3036, 281, 976, 309, 257, 2744, 639, 307, 4373, 2010, 29263, 2031, 88, 583, 291, 820, 1949, 264, 1715, 300, 264, 3036, 307, 12873, 337, 264, 4641, 293, 11402], "avg_logprob": -0.6886574074074074, "compression_ratio": 1.8534031413612566, "no_speech_prob": 0.0, "words": [{"start": 398.18, "end": 398.3, "word": " I", "probability": 0.1485595703125}, {"start": 398.3, "end": 398.36, "word": " will", "probability": 0.337890625}, {"start": 398.36, "end": 398.5, "word": " put", "probability": 0.46630859375}, {"start": 398.5, "end": 398.8, "word": " any", "probability": 0.5380859375}, {"start": 398.8, "end": 399.02, "word": " picture", "probability": 0.366943359375}, {"start": 399.02, "end": 399.16, "word": " here", "probability": 0.438232421875}, {"start": 399.16, "end": 399.82, "word": " to", "probability": 0.2467041015625}, {"start": 399.82, "end": 400.48, "word": " see", "probability": 0.3642578125}, {"start": 400.48, "end": 400.66, "word": " the", "probability": 0.446044921875}, {"start": 400.66, "end": 400.84, "word": " view", "probability": 0.1873779296875}, {"start": 400.84, "end": 401.52, "word": " Because", "probability": 0.18017578125}, {"start": 401.52, "end": 401.72, "word": " this", "probability": 0.56201171875}, {"start": 401.72, "end": 401.72, "word": " is", "probability": 0.39306640625}, {"start": 401.72, "end": 401.84, "word": " the", "probability": 0.82373046875}, {"start": 401.84, "end": 402.0, "word": " picture", "probability": 0.79541015625}, {"start": 402.0, "end": 402.08, "word": " I", "probability": 0.474609375}, {"start": 402.08, "end": 402.24, "word": " will", "probability": 0.3515625}, {"start": 402.24, "end": 402.28, "word": " put", "probability": 0.7548828125}, {"start": 402.28, "end": 402.6, "word": " here", "probability": 0.57763671875}, {"start": 402.6, "end": 403.74, "word": " There", "probability": 0.2193603515625}, {"start": 403.74, "end": 404.5, "word": " are", "probability": 0.7705078125}, {"start": 404.5, "end": 404.9, "word": " gaps", "probability": 0.4091796875}, {"start": 404.9, "end": 405.18, "word": " on", "probability": 0.59375}, {"start": 405.18, "end": 405.26, "word": " the", "probability": 0.81884765625}, {"start": 405.26, "end": 405.54, "word": " side", "probability": 0.4931640625}, {"start": 405.54, "end": 406.48, "word": " If", "probability": 0.161865234375}, {"start": 406.48, "end": 407.24, "word": " you", "probability": 0.88427734375}, {"start": 407.24, "end": 407.5, "word": " want", "probability": 0.10943603515625}, {"start": 407.5, "end": 407.5, "word": " to", "probability": 0.9091796875}, {"start": 407.5, "end": 407.64, "word": " change", "probability": 0.29638671875}, {"start": 407.64, "end": 407.82, "word": " the", "probability": 0.744140625}, {"start": 407.82, "end": 408.34, "word": " design", "probability": 0.42431640625}, {"start": 408.34, "end": 408.48, "word": " of", "probability": 0.69970703125}, {"start": 408.48, "end": 408.48, "word": " the", "probability": 0.71337890625}, {"start": 408.48, "end": 408.48, "word": " picture,", "probability": 0.6748046875}, {"start": 408.6, "end": 408.78, "word": " you", "probability": 0.54833984375}, {"start": 408.78, "end": 408.98, "word": " say", "probability": 0.296630859375}, {"start": 408.98, "end": 409.4, "word": " fit", "probability": 0.51123046875}, {"start": 409.4, "end": 410.54, "word": " xy", "probability": 0.67822265625}, {"start": 410.54, "end": 410.96, "word": " I", "probability": 0.2174072265625}, {"start": 410.96, "end": 411.1, "word": " will", "probability": 0.5009765625}, {"start": 411.1, "end": 411.14, "word": " not", "probability": 0.37548828125}, {"start": 411.14, "end": 411.32, "word": " take", "probability": 0.296875}, {"start": 411.32, "end": 411.5, "word": " the", "probability": 0.496826171875}, {"start": 411.5, "end": 411.68, "word": " fit", "probability": 0.8505859375}, {"start": 411.68, "end": 412.12, "word": " xy", "probability": 0.961181640625}, {"start": 412.12, "end": 412.2, "word": " of", "probability": 0.305908203125}, {"start": 412.2, "end": 412.72, "word": " the", "probability": 0.88232421875}, {"start": 412.72, "end": 412.92, "word": " picture", "probability": 0.67431640625}, {"start": 412.92, "end": 413.26, "word": " to", "probability": 0.67431640625}, {"start": 413.26, "end": 414.04, "word": " give", "probability": 0.68896484375}, {"start": 414.04, "end": 414.2, "word": " it", "probability": 0.76904296875}, {"start": 414.2, "end": 414.22, "word": " a", "probability": 0.69384765625}, {"start": 414.22, "end": 414.5, "word": " size", "probability": 0.322265625}, {"start": 414.5, "end": 415.24, "word": " This", "probability": 0.1614990234375}, {"start": 415.24, "end": 415.34, "word": " is", "probability": 0.82421875}, {"start": 415.34, "end": 415.64, "word": " scale", "probability": 0.60205078125}, {"start": 415.64, "end": 416.08, "word": " type", "probability": 0.93310546875}, {"start": 416.08, "end": 418.96, "word": " Fit", "probability": 0.5966796875}, {"start": 418.96, "end": 419.5, "word": " xy", "probability": 0.9580078125}, {"start": 419.5, "end": 419.9, "word": " But", "probability": 0.654296875}, {"start": 419.9, "end": 420.1, "word": " you", "probability": 0.853515625}, {"start": 420.1, "end": 420.4, "word": " should", "probability": 0.7080078125}, {"start": 420.4, "end": 420.7, "word": " consider", "probability": 0.234130859375}, {"start": 420.7, "end": 420.88, "word": " the", "probability": 0.6220703125}, {"start": 420.88, "end": 421.26, "word": " design", "probability": 0.9345703125}, {"start": 421.26, "end": 421.48, "word": " that", "probability": 0.1627197265625}, {"start": 421.48, "end": 421.84, "word": " the", "probability": 0.8134765625}, {"start": 421.84, "end": 422.1, "word": " picture", "probability": 0.68212890625}, {"start": 422.1, "end": 423.6, "word": " is", "probability": 0.59716796875}, {"start": 423.6, "end": 423.98, "word": " suitable", "probability": 0.251708984375}, {"start": 423.98, "end": 424.16, "word": " for", "probability": 0.4033203125}, {"start": 424.16, "end": 424.18, "word": " the", "probability": 0.56103515625}, {"start": 424.18, "end": 424.28, "word": " length", "probability": 0.7041015625}, {"start": 424.28, "end": 424.44, "word": " and", "probability": 0.5146484375}, {"start": 424.44, "end": 424.68, "word": " width", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 16, "seek": 44943, "start": 425.97, "end": 449.43, "text": " For the design that you want Ok, we finished the upper part, now let's look at the lower part We agreed that it is a linear layout What? Horizontal So, let's go to the image view I want to have a linear layout What is the width of the layout? Match balance Height?", "tokens": [1171, 264, 1715, 300, 291, 528, 3477, 11, 321, 4335, 264, 6597, 644, 11, 586, 718, 311, 574, 412, 264, 3126, 644, 492, 9166, 300, 309, 307, 257, 8213, 13333, 708, 30, 42141, 896, 304, 407, 11, 718, 311, 352, 281, 264, 3256, 1910, 286, 528, 281, 362, 257, 8213, 13333, 708, 307, 264, 11402, 295, 264, 13333, 30, 26178, 4772, 634, 397, 30], "avg_logprob": -0.61875, "compression_ratio": 1.5406976744186047, "no_speech_prob": 0.0, "words": [{"start": 425.97, "end": 426.27, "word": " For", "probability": 0.1446533203125}, {"start": 426.27, "end": 426.63, "word": " the", "probability": 0.1322021484375}, {"start": 426.63, "end": 426.87, "word": " design", "probability": 0.60888671875}, {"start": 426.87, "end": 427.03, "word": " that", "probability": 0.341064453125}, {"start": 427.03, "end": 427.15, "word": " you", "probability": 0.93359375}, {"start": 427.15, "end": 427.33, "word": " want", "probability": 0.62451171875}, {"start": 427.33, "end": 427.81, "word": " Ok,", "probability": 0.19189453125}, {"start": 427.89, "end": 428.25, "word": " we", "probability": 0.61962890625}, {"start": 428.25, "end": 428.25, "word": " finished", "probability": 0.259765625}, {"start": 428.25, "end": 428.65, "word": " the", "probability": 0.53857421875}, {"start": 428.65, "end": 428.85, "word": " upper", "probability": 0.40966796875}, {"start": 428.85, "end": 429.05, "word": " part,", "probability": 0.73193359375}, {"start": 429.11, "end": 429.19, "word": " now", "probability": 0.412109375}, {"start": 429.19, "end": 429.31, "word": " let's", "probability": 0.55279541015625}, {"start": 429.31, "end": 429.31, "word": " look", "probability": 0.1400146484375}, {"start": 429.31, "end": 429.31, "word": " at", "probability": 0.8671875}, {"start": 429.31, "end": 429.33, "word": " the", "probability": 0.80859375}, {"start": 429.33, "end": 429.55, "word": " lower", "probability": 0.31494140625}, {"start": 429.55, "end": 429.55, "word": " part", "probability": 0.89599609375}, {"start": 429.55, "end": 431.09, "word": " We", "probability": 0.444091796875}, {"start": 431.09, "end": 431.41, "word": " agreed", "probability": 0.669921875}, {"start": 431.41, "end": 431.65, "word": " that", "probability": 0.80517578125}, {"start": 431.65, "end": 431.79, "word": " it", "probability": 0.66650390625}, {"start": 431.79, "end": 432.03, "word": " is", "probability": 0.52685546875}, {"start": 432.03, "end": 432.27, "word": " a", "probability": 0.8056640625}, {"start": 432.27, "end": 432.61, "word": " linear", "probability": 0.79736328125}, {"start": 432.61, "end": 433.15, "word": " layout", "probability": 0.96728515625}, {"start": 433.15, "end": 434.11, "word": " What?", "probability": 0.142333984375}, {"start": 435.01, "end": 435.49, "word": " Horizontal", "probability": 0.8121744791666666}, {"start": 435.49, "end": 436.11, "word": " So,", "probability": 0.480712890625}, {"start": 436.23, "end": 436.35, "word": " let's", "probability": 0.596435546875}, {"start": 436.35, "end": 436.47, "word": " go", "probability": 0.5673828125}, {"start": 436.47, "end": 436.63, "word": " to", "probability": 0.367431640625}, {"start": 436.63, "end": 437.03, "word": " the", "probability": 0.45751953125}, {"start": 437.03, "end": 437.25, "word": " image", "probability": 0.6708984375}, {"start": 437.25, "end": 437.67, "word": " view", "probability": 0.802734375}, {"start": 437.67, "end": 439.07, "word": " I", "probability": 0.384765625}, {"start": 439.07, "end": 439.25, "word": " want", "probability": 0.6484375}, {"start": 439.25, "end": 439.25, "word": " to", "probability": 0.74755859375}, {"start": 439.25, "end": 439.51, "word": " have", "probability": 0.86962890625}, {"start": 439.51, "end": 439.69, "word": " a", "probability": 0.880859375}, {"start": 439.69, "end": 440.07, "word": " linear", "probability": 0.85302734375}, {"start": 440.07, "end": 442.69, "word": " layout", "probability": 0.87548828125}, {"start": 442.69, "end": 443.53, "word": " What", "probability": 0.66064453125}, {"start": 443.53, "end": 443.65, "word": " is", "probability": 0.71826171875}, {"start": 443.65, "end": 443.85, "word": " the", "probability": 0.79736328125}, {"start": 443.85, "end": 443.85, "word": " width", "probability": 0.89453125}, {"start": 443.85, "end": 444.01, "word": " of", "probability": 0.95263671875}, {"start": 444.01, "end": 444.03, "word": " the", "probability": 0.7216796875}, {"start": 444.03, "end": 444.31, "word": " layout?", "probability": 0.94140625}, {"start": 446.27, "end": 446.75, "word": " Match", "probability": 0.68798828125}, {"start": 446.75, "end": 447.15, "word": " balance", "probability": 0.471923828125}, {"start": 447.15, "end": 449.43, "word": " Height?", "probability": 0.57513427734375}], "temperature": 1.0}, {"id": 17, "seek": 46872, "start": 451.3, "end": 468.72, "text": " match parent to the other one. The orientation is horizontal. Ok, we made the layout. Let's see how it looks.", "tokens": [2995, 2596, 281, 264, 661, 472, 13, 440, 14764, 307, 12750, 13, 3477, 11, 321, 1027, 264, 13333, 13, 961, 311, 536, 577, 309, 1542, 13], "avg_logprob": -0.7390046075538352, "compression_ratio": 1.1458333333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 451.3, "end": 451.82, "word": " match", "probability": 0.2333984375}, {"start": 451.82, "end": 452.2, "word": " parent", "probability": 0.80712890625}, {"start": 452.2, "end": 452.44, "word": " to", "probability": 0.439208984375}, {"start": 452.44, "end": 453.16, "word": " the", "probability": 0.52197265625}, {"start": 453.16, "end": 453.46, "word": " other", "probability": 0.373046875}, {"start": 453.46, "end": 453.7, "word": " one.", "probability": 0.1563720703125}, {"start": 456.66, "end": 457.26, "word": " The", "probability": 0.237060546875}, {"start": 457.26, "end": 458.98, "word": " orientation", "probability": 0.93017578125}, {"start": 458.98, "end": 459.18, "word": " is", "probability": 0.36962890625}, {"start": 459.18, "end": 462.34, "word": " horizontal.", "probability": 0.338623046875}, {"start": 465.0, "end": 465.6, "word": " Ok,", "probability": 0.181640625}, {"start": 465.82, "end": 466.02, "word": " we", "probability": 0.6494140625}, {"start": 466.02, "end": 466.26, "word": " made", "probability": 0.203369140625}, {"start": 466.26, "end": 467.16, "word": " the", "probability": 0.8193359375}, {"start": 467.16, "end": 467.54, "word": " layout.", "probability": 0.9541015625}, {"start": 467.72, "end": 467.92, "word": " Let's", "probability": 0.7958984375}, {"start": 467.92, "end": 468.16, "word": " see", "probability": 0.7392578125}, {"start": 468.16, "end": 468.4, "word": " how", "probability": 0.63916015625}, {"start": 468.4, "end": 468.46, "word": " it", "probability": 0.82177734375}, {"start": 468.46, "end": 468.72, "word": " looks.", "probability": 0.76220703125}], "temperature": 1.0}, {"id": 18, "seek": 50739, "start": 483.03, "end": 507.39, "text": " Ok, it is in this area, it is what they taught me This whole square now has a linear layout horizontally Ok, this is my linear layout, now inside it, right? Inside it, we also put a layout for buttons Linear layout Ok, what is the width of these buttons?", "tokens": [3477, 11, 309, 307, 294, 341, 1859, 11, 309, 307, 437, 436, 5928, 385, 639, 1379, 3732, 586, 575, 257, 8213, 13333, 33796, 3477, 11, 341, 307, 452, 8213, 13333, 11, 586, 1854, 309, 11, 558, 30, 15123, 309, 11, 321, 611, 829, 257, 13333, 337, 9905, 14670, 289, 13333, 3477, 11, 437, 307, 264, 11402, 295, 613, 9905, 30], "avg_logprob": -0.5251024785588999, "compression_ratio": 1.6346153846153846, "no_speech_prob": 0.0, "words": [{"start": 483.03, "end": 483.33, "word": " Ok,", "probability": 0.11065673828125}, {"start": 483.49, "end": 483.61, "word": " it", "probability": 0.2415771484375}, {"start": 483.61, "end": 483.83, "word": " is", "probability": 0.55908203125}, {"start": 483.83, "end": 484.03, "word": " in", "probability": 0.51171875}, {"start": 484.03, "end": 484.55, "word": " this", "probability": 0.638671875}, {"start": 484.55, "end": 484.55, "word": " area,", "probability": 0.421142578125}, {"start": 484.71, "end": 484.99, "word": " it", "probability": 0.2113037109375}, {"start": 484.99, "end": 485.03, "word": " is", "probability": 0.654296875}, {"start": 485.03, "end": 485.11, "word": " what", "probability": 0.257568359375}, {"start": 485.11, "end": 485.31, "word": " they", "probability": 0.548828125}, {"start": 485.31, "end": 485.51, "word": " taught", "probability": 0.58740234375}, {"start": 485.51, "end": 485.79, "word": " me", "probability": 0.865234375}, {"start": 485.79, "end": 486.57, "word": " This", "probability": 0.2259521484375}, {"start": 486.57, "end": 486.71, "word": " whole", "probability": 0.412841796875}, {"start": 486.71, "end": 486.99, "word": " square", "probability": 0.5888671875}, {"start": 486.99, "end": 487.57, "word": " now", "probability": 0.257568359375}, {"start": 487.57, "end": 487.81, "word": " has", "probability": 0.5556640625}, {"start": 487.81, "end": 487.95, "word": " a", "probability": 0.6845703125}, {"start": 487.95, "end": 488.25, "word": " linear", "probability": 0.81298828125}, {"start": 488.25, "end": 489.31, "word": " layout", "probability": 0.90576171875}, {"start": 489.31, "end": 489.81, "word": " horizontally", "probability": 0.79345703125}, {"start": 489.81, "end": 490.99, "word": " Ok,", "probability": 0.74560546875}, {"start": 491.37, "end": 491.83, "word": " this", "probability": 0.8173828125}, {"start": 491.83, "end": 491.85, "word": " is", "probability": 0.93603515625}, {"start": 491.85, "end": 491.93, "word": " my", "probability": 0.74072265625}, {"start": 491.93, "end": 492.13, "word": " linear", "probability": 0.91748046875}, {"start": 492.13, "end": 492.55, "word": " layout,", "probability": 0.986328125}, {"start": 492.85, "end": 493.07, "word": " now", "probability": 0.280029296875}, {"start": 493.07, "end": 493.33, "word": " inside", "probability": 0.70849609375}, {"start": 493.33, "end": 493.77, "word": " it,", "probability": 0.68505859375}, {"start": 493.91, "end": 494.19, "word": " right?", "probability": 0.7265625}, {"start": 495.41, "end": 495.97, "word": " Inside", "probability": 0.70166015625}, {"start": 495.97, "end": 496.29, "word": " it,", "probability": 0.442626953125}, {"start": 496.29, "end": 496.37, "word": " we", "probability": 0.78515625}, {"start": 496.37, "end": 496.81, "word": " also", "probability": 0.367919921875}, {"start": 496.81, "end": 496.81, "word": " put", "probability": 0.6865234375}, {"start": 496.81, "end": 497.39, "word": " a", "probability": 0.60791015625}, {"start": 497.39, "end": 497.81, "word": " layout", "probability": 0.9453125}, {"start": 497.81, "end": 499.33, "word": " for", "probability": 0.7177734375}, {"start": 499.33, "end": 499.73, "word": " buttons", "probability": 0.466064453125}, {"start": 499.73, "end": 502.67, "word": " Linear", "probability": 0.773193359375}, {"start": 502.67, "end": 503.19, "word": " layout", "probability": 0.98095703125}, {"start": 503.19, "end": 504.33, "word": " Ok,", "probability": 0.50830078125}, {"start": 504.83, "end": 505.01, "word": " what", "probability": 0.42578125}, {"start": 505.01, "end": 505.23, "word": " is", "probability": 0.861328125}, {"start": 505.23, "end": 505.31, "word": " the", "probability": 0.767578125}, {"start": 505.31, "end": 505.49, "word": " width", "probability": 0.853515625}, {"start": 505.49, "end": 505.71, "word": " of", "probability": 0.9599609375}, {"start": 505.71, "end": 507.13, "word": " these", "probability": 0.7841796875}, {"start": 507.13, "end": 507.39, "word": " buttons?", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 19, "seek": 52142, "start": 508.95, "end": 521.43, "text": " Okay, you can put, unfortunately there is no percentage in linear algorithms, okay? You can put a certain size, for example, 2DP, okay? And you can use them by weight.", "tokens": [1033, 11, 291, 393, 829, 11, 7015, 456, 307, 572, 9668, 294, 8213, 14642, 11, 1392, 30, 509, 393, 829, 257, 1629, 2744, 11, 337, 1365, 11, 568, 11373, 11, 1392, 30, 400, 291, 393, 764, 552, 538, 3364, 13], "avg_logprob": -0.6173780487804879, "compression_ratio": 1.3228346456692914, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 508.95, "end": 509.51, "word": " Okay,", "probability": 0.08685302734375}, {"start": 510.31, "end": 510.57, "word": " you", "probability": 0.383056640625}, {"start": 510.57, "end": 510.95, "word": " can", "probability": 0.8291015625}, {"start": 510.95, "end": 511.67, "word": " put,", "probability": 0.50146484375}, {"start": 512.17, "end": 512.91, "word": " unfortunately", "probability": 0.68701171875}, {"start": 512.91, "end": 513.05, "word": " there", "probability": 0.64990234375}, {"start": 513.05, "end": 513.15, "word": " is", "probability": 0.72119140625}, {"start": 513.15, "end": 513.19, "word": " no", "probability": 0.85546875}, {"start": 513.19, "end": 513.19, "word": " percentage", "probability": 0.180908203125}, {"start": 513.19, "end": 513.29, "word": " in", "probability": 0.546875}, {"start": 513.29, "end": 513.49, "word": " linear", "probability": 0.26416015625}, {"start": 513.49, "end": 513.85, "word": " algorithms,", "probability": 0.24072265625}, {"start": 514.61, "end": 514.91, "word": " okay?", "probability": 0.474853515625}, {"start": 515.33, "end": 515.41, "word": " You", "probability": 0.82568359375}, {"start": 515.41, "end": 515.59, "word": " can", "probability": 0.9169921875}, {"start": 515.59, "end": 515.91, "word": " put", "probability": 0.8046875}, {"start": 515.91, "end": 516.01, "word": " a", "probability": 0.8330078125}, {"start": 516.01, "end": 516.99, "word": " certain", "probability": 0.338623046875}, {"start": 516.99, "end": 517.01, "word": " size,", "probability": 0.43896484375}, {"start": 517.23, "end": 517.39, "word": " for", "probability": 0.59375}, {"start": 517.39, "end": 517.55, "word": " example,", "probability": 0.931640625}, {"start": 517.61, "end": 518.13, "word": " 2DP,", "probability": 0.2957763671875}, {"start": 518.79, "end": 519.13, "word": " okay?", "probability": 0.6943359375}, {"start": 519.69, "end": 519.89, "word": " And", "probability": 0.78515625}, {"start": 519.89, "end": 519.99, "word": " you", "probability": 0.93505859375}, {"start": 519.99, "end": 520.17, "word": " can", "probability": 0.92529296875}, {"start": 520.17, "end": 520.77, "word": " use", "probability": 0.86181640625}, {"start": 520.77, "end": 520.95, "word": " them", "probability": 0.70458984375}, {"start": 520.95, "end": 521.07, "word": " by", "probability": 0.267333984375}, {"start": 521.07, "end": 521.43, "word": " weight.", "probability": 0.794921875}], "temperature": 1.0}, {"id": 20, "seek": 54983, "start": 522.09, "end": 549.83, "text": " How do you mean by weight? These two elements will be present in the same linear layout. You can give this one, and this one what? Yes, and this one three. So to give them weight, first give them wrap content. Ok? And then, what is the height of this layout? Yes, match parent. And also we give weight, but it depends on you.", "tokens": [1012, 360, 291, 914, 538, 3364, 30, 1981, 732, 4959, 486, 312, 1974, 294, 264, 912, 8213, 13333, 13, 509, 393, 976, 341, 472, 11, 293, 341, 472, 437, 30, 1079, 11, 293, 341, 472, 1045, 13, 407, 281, 976, 552, 3364, 11, 700, 976, 552, 7019, 2701, 13, 3477, 30, 400, 550, 11, 437, 307, 264, 6681, 295, 341, 13333, 30, 1079, 11, 2995, 2596, 13, 400, 611, 321, 976, 3364, 11, 457, 309, 5946, 322, 291, 13], "avg_logprob": -0.5773437388241291, "compression_ratio": 1.6548223350253808, "no_speech_prob": 0.0, "words": [{"start": 522.09, "end": 522.37, "word": " How", "probability": 0.348388671875}, {"start": 522.37, "end": 522.47, "word": " do", "probability": 0.1002197265625}, {"start": 522.47, "end": 522.47, "word": " you", "probability": 0.63330078125}, {"start": 522.47, "end": 522.47, "word": " mean", "probability": 0.25439453125}, {"start": 522.47, "end": 522.47, "word": " by", "probability": 0.66455078125}, {"start": 522.47, "end": 522.77, "word": " weight?", "probability": 0.7802734375}, {"start": 524.15, "end": 524.59, "word": " These", "probability": 0.33203125}, {"start": 524.59, "end": 524.81, "word": " two", "probability": 0.376220703125}, {"start": 524.81, "end": 525.05, "word": " elements", "probability": 0.59912109375}, {"start": 525.05, "end": 525.91, "word": " will", "probability": 0.64208984375}, {"start": 525.91, "end": 526.07, "word": " be", "probability": 0.80908203125}, {"start": 526.07, "end": 526.41, "word": " present", "probability": 0.5458984375}, {"start": 526.41, "end": 527.31, "word": " in", "probability": 0.833984375}, {"start": 527.31, "end": 527.43, "word": " the", "probability": 0.8017578125}, {"start": 527.43, "end": 527.53, "word": " same", "probability": 0.64453125}, {"start": 527.53, "end": 527.83, "word": " linear", "probability": 0.40966796875}, {"start": 527.83, "end": 528.17, "word": " layout.", "probability": 0.98193359375}, {"start": 528.25, "end": 528.33, "word": " You", "probability": 0.43408203125}, {"start": 528.33, "end": 528.43, "word": " can", "probability": 0.78466796875}, {"start": 528.43, "end": 528.67, "word": " give", "probability": 0.5205078125}, {"start": 528.67, "end": 528.83, "word": " this", "probability": 0.55859375}, {"start": 528.83, "end": 528.93, "word": " one,", "probability": 0.708984375}, {"start": 529.23, "end": 529.35, "word": " and", "probability": 0.398193359375}, {"start": 529.35, "end": 529.51, "word": " this", "probability": 0.76025390625}, {"start": 529.51, "end": 529.53, "word": " one", "probability": 0.54296875}, {"start": 529.53, "end": 529.79, "word": " what?", "probability": 0.302001953125}, {"start": 530.17, "end": 530.61, "word": " Yes,", "probability": 0.304443359375}, {"start": 530.61, "end": 530.75, "word": " and", "probability": 0.84521484375}, {"start": 530.75, "end": 530.91, "word": " this", "probability": 0.8798828125}, {"start": 530.91, "end": 530.93, "word": " one", "probability": 0.779296875}, {"start": 530.93, "end": 531.23, "word": " three.", "probability": 0.60107421875}, {"start": 531.71, "end": 531.99, "word": " So", "probability": 0.488037109375}, {"start": 531.99, "end": 532.17, "word": " to", "probability": 0.43896484375}, {"start": 532.17, "end": 532.37, "word": " give", "probability": 0.8037109375}, {"start": 532.37, "end": 532.51, "word": " them", "probability": 0.209228515625}, {"start": 532.51, "end": 533.05, "word": " weight,", "probability": 0.7802734375}, {"start": 533.15, "end": 533.43, "word": " first", "probability": 0.642578125}, {"start": 533.43, "end": 533.65, "word": " give", "probability": 0.287841796875}, {"start": 533.65, "end": 533.83, "word": " them", "probability": 0.677734375}, {"start": 533.83, "end": 534.07, "word": " wrap", "probability": 0.405029296875}, {"start": 534.07, "end": 534.53, "word": " content.", "probability": 0.81298828125}, {"start": 535.13, "end": 535.39, "word": " Ok?", "probability": 0.177978515625}, {"start": 536.15, "end": 536.35, "word": " And", "probability": 0.50537109375}, {"start": 536.35, "end": 536.59, "word": " then,", "probability": 0.72607421875}, {"start": 536.73, "end": 536.91, "word": " what", "probability": 0.853515625}, {"start": 536.91, "end": 536.99, "word": " is", "probability": 0.77880859375}, {"start": 536.99, "end": 537.09, "word": " the", "probability": 0.84375}, {"start": 537.09, "end": 537.37, "word": " height", "probability": 0.53076171875}, {"start": 537.37, "end": 537.63, "word": " of", "probability": 0.95263671875}, {"start": 537.63, "end": 537.75, "word": " this", "probability": 0.8984375}, {"start": 537.75, "end": 538.11, "word": " layout?", "probability": 0.96484375}, {"start": 538.87, "end": 539.27, "word": " Yes,", "probability": 0.62158203125}, {"start": 539.37, "end": 539.65, "word": " match", "probability": 0.74609375}, {"start": 539.65, "end": 540.07, "word": " parent.", "probability": 0.8115234375}, {"start": 547.41, "end": 547.85, "word": " And", "probability": 0.517578125}, {"start": 547.85, "end": 548.09, "word": " also", "probability": 0.447021484375}, {"start": 548.09, "end": 548.25, "word": " we", "probability": 0.413818359375}, {"start": 548.25, "end": 548.43, "word": " give", "probability": 0.6376953125}, {"start": 548.43, "end": 548.97, "word": " weight,", "probability": 0.51953125}, {"start": 549.17, "end": 549.35, "word": " but", "probability": 0.8388671875}, {"start": 549.35, "end": 549.51, "word": " it", "probability": 0.1817626953125}, {"start": 549.51, "end": 549.59, "word": " depends", "probability": 0.31103515625}, {"start": 549.59, "end": 549.73, "word": " on", "probability": 0.5107421875}, {"start": 549.73, "end": 549.83, "word": " you.", "probability": 0.65185546875}], "temperature": 1.0}, {"id": 21, "seek": 58112, "start": 551.46, "end": 581.12, "text": " This is one, okay? Because if I put the keys one, it means it will take all the screen Yes, because there is no other, okay? We come next to the gate, we put layout again, basically How? Okay, this is the orientation Vertical Now next to it, I want to put layout again Here, this one, I also want to put layout", "tokens": [639, 307, 472, 11, 1392, 30, 1436, 498, 286, 829, 264, 9317, 472, 11, 309, 1355, 309, 486, 747, 439, 264, 2568, 1079, 11, 570, 456, 307, 572, 661, 11, 1392, 30, 492, 808, 958, 281, 264, 8539, 11, 321, 829, 13333, 797, 11, 1936, 1012, 30, 1033, 11, 341, 307, 264, 14764, 21044, 804, 823, 958, 281, 309, 11, 286, 528, 281, 829, 13333, 797, 1692, 11, 341, 472, 11, 286, 611, 528, 281, 829, 13333], "avg_logprob": -0.5729166582608834, "compression_ratio": 1.6631016042780749, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 551.46, "end": 551.74, "word": " This", "probability": 0.228271484375}, {"start": 551.74, "end": 551.78, "word": " is", "probability": 0.53125}, {"start": 551.78, "end": 552.16, "word": " one,", "probability": 0.6923828125}, {"start": 552.34, "end": 553.14, "word": " okay?", "probability": 0.2403564453125}, {"start": 556.6, "end": 557.12, "word": " Because", "probability": 0.60595703125}, {"start": 557.12, "end": 557.26, "word": " if", "probability": 0.369140625}, {"start": 557.26, "end": 557.36, "word": " I", "probability": 0.43701171875}, {"start": 557.36, "end": 557.78, "word": " put", "probability": 0.68701171875}, {"start": 557.78, "end": 557.92, "word": " the", "probability": 0.2471923828125}, {"start": 557.92, "end": 558.24, "word": " keys", "probability": 0.1710205078125}, {"start": 558.24, "end": 558.96, "word": " one,", "probability": 0.38330078125}, {"start": 559.1, "end": 559.26, "word": " it", "probability": 0.6337890625}, {"start": 559.26, "end": 559.36, "word": " means", "probability": 0.5947265625}, {"start": 559.36, "end": 559.6, "word": " it", "probability": 0.51171875}, {"start": 559.6, "end": 559.62, "word": " will", "probability": 0.54345703125}, {"start": 559.62, "end": 559.8, "word": " take", "probability": 0.625}, {"start": 559.8, "end": 560.0, "word": " all", "probability": 0.458251953125}, {"start": 560.0, "end": 560.1, "word": " the", "probability": 0.71728515625}, {"start": 560.1, "end": 560.38, "word": " screen", "probability": 0.73583984375}, {"start": 560.38, "end": 561.54, "word": " Yes,", "probability": 0.1751708984375}, {"start": 561.98, "end": 562.1, "word": " because", "probability": 0.8076171875}, {"start": 562.1, "end": 562.26, "word": " there", "probability": 0.83935546875}, {"start": 562.26, "end": 562.26, "word": " is", "probability": 0.8408203125}, {"start": 562.26, "end": 562.38, "word": " no", "probability": 0.72314453125}, {"start": 562.38, "end": 562.58, "word": " other,", "probability": 0.74755859375}, {"start": 562.88, "end": 563.4, "word": " okay?", "probability": 0.7880859375}, {"start": 563.88, "end": 564.1, "word": " We", "probability": 0.443359375}, {"start": 564.1, "end": 564.22, "word": " come", "probability": 0.62060546875}, {"start": 564.22, "end": 564.5, "word": " next", "probability": 0.6171875}, {"start": 564.5, "end": 564.58, "word": " to", "probability": 0.93896484375}, {"start": 564.58, "end": 564.8, "word": " the", "probability": 0.666015625}, {"start": 564.8, "end": 565.02, "word": " gate,", "probability": 0.91259765625}, {"start": 565.12, "end": 565.26, "word": " we", "probability": 0.44287109375}, {"start": 565.26, "end": 565.46, "word": " put", "probability": 0.6953125}, {"start": 565.46, "end": 565.76, "word": " layout", "probability": 0.640625}, {"start": 565.76, "end": 566.26, "word": " again,", "probability": 0.896484375}, {"start": 566.74, "end": 567.1, "word": " basically", "probability": 0.09844970703125}, {"start": 567.1, "end": 567.94, "word": " How?", "probability": 0.471435546875}, {"start": 569.24, "end": 569.76, "word": " Okay,", "probability": 0.5107421875}, {"start": 570.5, "end": 570.72, "word": " this", "probability": 0.5107421875}, {"start": 570.72, "end": 570.78, "word": " is", "probability": 0.88232421875}, {"start": 570.78, "end": 570.86, "word": " the", "probability": 0.45458984375}, {"start": 570.86, "end": 571.58, "word": " orientation", "probability": 0.896484375}, {"start": 571.58, "end": 575.38, "word": " Vertical", "probability": 0.692626953125}, {"start": 575.38, "end": 576.06, "word": " Now", "probability": 0.4716796875}, {"start": 576.06, "end": 576.48, "word": " next", "probability": 0.7138671875}, {"start": 576.48, "end": 576.56, "word": " to", "probability": 0.9482421875}, {"start": 576.56, "end": 576.88, "word": " it,", "probability": 0.78369140625}, {"start": 577.24, "end": 577.32, "word": " I", "probability": 0.5302734375}, {"start": 577.32, "end": 577.84, "word": " want", "probability": 0.45849609375}, {"start": 577.84, "end": 577.9, "word": " to", "probability": 0.95849609375}, {"start": 577.9, "end": 578.06, "word": " put", "probability": 0.85986328125}, {"start": 578.06, "end": 578.3, "word": " layout", "probability": 0.669921875}, {"start": 578.3, "end": 578.74, "word": " again", "probability": 0.84814453125}, {"start": 578.74, "end": 579.18, "word": " Here,", "probability": 0.271728515625}, {"start": 579.48, "end": 579.76, "word": " this", "probability": 0.64208984375}, {"start": 579.76, "end": 580.28, "word": " one,", "probability": 0.5537109375}, {"start": 580.28, "end": 580.44, "word": " I", "probability": 0.91552734375}, {"start": 580.44, "end": 580.62, "word": " also", "probability": 0.3134765625}, {"start": 580.62, "end": 580.62, "word": " want", "probability": 0.74267578125}, {"start": 580.62, "end": 580.7, "word": " to", "probability": 0.9677734375}, {"start": 580.7, "end": 580.7, "word": " put", "probability": 0.9091796875}, {"start": 580.7, "end": 581.12, "word": " layout", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 22, "seek": 61588, "start": 586.98, "end": 615.88, "text": " I also want to say wrap content, match parent height, and this is the weight, for example, three, and orientation, anything, keep it vertical. So now, because we are not confused, it has the main layout, okay? It has image view, and then it has linear layout, which combines these two. This linear layout has a vertical layout for the buttons, this one.", "tokens": [286, 611, 528, 281, 584, 7019, 2701, 11, 2995, 2596, 6681, 11, 293, 341, 307, 264, 3364, 11, 337, 1365, 11, 1045, 11, 293, 14764, 11, 1340, 11, 1066, 309, 9429, 13, 407, 586, 11, 570, 321, 366, 406, 9019, 11, 309, 575, 264, 2135, 13333, 11, 1392, 30, 467, 575, 3256, 1910, 11, 293, 550, 309, 575, 8213, 13333, 11, 597, 29520, 613, 732, 13, 639, 8213, 13333, 575, 257, 9429, 13333, 337, 264, 9905, 11, 341, 472, 13], "avg_logprob": -0.6030092710330163, "compression_ratio": 1.6857142857142857, "no_speech_prob": 0.0, "words": [{"start": 586.98, "end": 587.22, "word": " I", "probability": 0.276123046875}, {"start": 587.22, "end": 587.36, "word": " also", "probability": 0.2109375}, {"start": 587.36, "end": 587.5, "word": " want", "probability": 0.63623046875}, {"start": 587.5, "end": 587.54, "word": " to", "probability": 0.95263671875}, {"start": 587.54, "end": 587.68, "word": " say", "probability": 0.6025390625}, {"start": 587.68, "end": 587.86, "word": " wrap", "probability": 0.238037109375}, {"start": 587.86, "end": 588.46, "word": " content,", "probability": 0.8642578125}, {"start": 588.78, "end": 589.0, "word": " match", "probability": 0.58349609375}, {"start": 589.0, "end": 590.0, "word": " parent", "probability": 0.86767578125}, {"start": 590.0, "end": 590.96, "word": " height,", "probability": 0.33837890625}, {"start": 591.72, "end": 593.02, "word": " and", "probability": 0.287841796875}, {"start": 593.02, "end": 594.26, "word": " this", "probability": 0.28662109375}, {"start": 594.26, "end": 594.32, "word": " is", "probability": 0.609375}, {"start": 594.32, "end": 594.34, "word": " the", "probability": 0.5947265625}, {"start": 594.34, "end": 594.64, "word": " weight,", "probability": 0.638671875}, {"start": 594.78, "end": 594.86, "word": " for", "probability": 0.697265625}, {"start": 594.86, "end": 595.1, "word": " example,", "probability": 0.94384765625}, {"start": 595.62, "end": 595.84, "word": " three,", "probability": 0.406494140625}, {"start": 596.22, "end": 596.36, "word": " and", "probability": 0.80908203125}, {"start": 596.36, "end": 597.04, "word": " orientation,", "probability": 0.572265625}, {"start": 598.06, "end": 598.34, "word": " anything,", "probability": 0.62890625}, {"start": 598.92, "end": 599.34, "word": " keep", "probability": 0.1900634765625}, {"start": 599.34, "end": 599.48, "word": " it", "probability": 0.85302734375}, {"start": 599.48, "end": 599.9, "word": " vertical.", "probability": 0.849609375}, {"start": 602.04, "end": 602.3, "word": " So", "probability": 0.3115234375}, {"start": 602.3, "end": 602.58, "word": " now,", "probability": 0.6923828125}, {"start": 602.68, "end": 602.8, "word": " because", "probability": 0.351318359375}, {"start": 602.8, "end": 603.08, "word": " we", "probability": 0.88330078125}, {"start": 603.08, "end": 603.14, "word": " are", "probability": 0.31982421875}, {"start": 603.14, "end": 603.24, "word": " not", "probability": 0.79736328125}, {"start": 603.24, "end": 603.48, "word": " confused,", "probability": 0.151123046875}, {"start": 603.9, "end": 604.12, "word": " it", "probability": 0.32958984375}, {"start": 604.12, "end": 604.3, "word": " has", "probability": 0.83447265625}, {"start": 604.3, "end": 604.42, "word": " the", "probability": 0.76708984375}, {"start": 604.42, "end": 604.44, "word": " main", "probability": 0.8486328125}, {"start": 604.44, "end": 604.8, "word": " layout,", "probability": 0.9541015625}, {"start": 606.06, "end": 606.32, "word": " okay?", "probability": 0.513671875}, {"start": 607.16, "end": 607.28, "word": " It", "probability": 0.87353515625}, {"start": 607.28, "end": 607.42, "word": " has", "probability": 0.92919921875}, {"start": 607.42, "end": 607.66, "word": " image", "probability": 0.716796875}, {"start": 607.66, "end": 608.06, "word": " view,", "probability": 0.861328125}, {"start": 608.2, "end": 608.28, "word": " and", "probability": 0.88232421875}, {"start": 608.28, "end": 608.56, "word": " then", "probability": 0.463134765625}, {"start": 608.56, "end": 608.56, "word": " it", "probability": 0.339111328125}, {"start": 608.56, "end": 608.72, "word": " has", "probability": 0.92919921875}, {"start": 608.72, "end": 609.22, "word": " linear", "probability": 0.61328125}, {"start": 609.22, "end": 610.24, "word": " layout,", "probability": 0.98095703125}, {"start": 610.36, "end": 610.5, "word": " which", "probability": 0.78564453125}, {"start": 610.5, "end": 610.82, "word": " combines", "probability": 0.583984375}, {"start": 610.82, "end": 611.14, "word": " these", "probability": 0.689453125}, {"start": 611.14, "end": 611.5, "word": " two.", "probability": 0.92626953125}, {"start": 612.0, "end": 612.34, "word": " This", "probability": 0.109619140625}, {"start": 612.34, "end": 612.84, "word": " linear", "probability": 0.461181640625}, {"start": 612.84, "end": 613.32, "word": " layout", "probability": 0.9765625}, {"start": 613.32, "end": 613.5, "word": " has", "probability": 0.58642578125}, {"start": 613.5, "end": 613.64, "word": " a", "probability": 0.4384765625}, {"start": 613.64, "end": 614.24, "word": " vertical", "probability": 0.85546875}, {"start": 614.24, "end": 614.24, "word": " layout", "probability": 0.9697265625}, {"start": 614.24, "end": 614.64, "word": " for", "probability": 0.298095703125}, {"start": 614.64, "end": 614.68, "word": " the", "probability": 0.419189453125}, {"start": 614.68, "end": 614.96, "word": " buttons,", "probability": 0.83984375}, {"start": 615.64, "end": 615.8, "word": " this", "probability": 0.3935546875}, {"start": 615.8, "end": 615.88, "word": " one.", "probability": 0.72265625}], "temperature": 1.0}, {"id": 23, "seek": 63598, "start": 617.42, "end": 635.98, "text": " And next to it there is a layout for the content And this one gives us 1 and this one gives us 3 Let's see it now, see this part of the screen is what? 1,3 and if it moves to somewhere like this, the ratio will remain as it is 1,3", "tokens": [400, 958, 281, 309, 456, 307, 257, 13333, 337, 264, 2701, 400, 341, 472, 2709, 505, 502, 293, 341, 472, 2709, 505, 805, 961, 311, 536, 309, 586, 11, 536, 341, 644, 295, 264, 2568, 307, 437, 30, 502, 11, 18, 293, 498, 309, 6067, 281, 4079, 411, 341, 11, 264, 8509, 486, 6222, 382, 309, 307, 502, 11, 18], "avg_logprob": -0.6183401678429276, "compression_ratio": 1.5608108108108107, "no_speech_prob": 0.0, "words": [{"start": 617.42, "end": 617.66, "word": " And", "probability": 0.216064453125}, {"start": 617.66, "end": 617.86, "word": " next", "probability": 0.3984375}, {"start": 617.86, "end": 617.94, "word": " to", "probability": 0.8740234375}, {"start": 617.94, "end": 618.04, "word": " it", "probability": 0.67919921875}, {"start": 618.04, "end": 618.12, "word": " there", "probability": 0.2000732421875}, {"start": 618.12, "end": 618.2, "word": " is", "probability": 0.77001953125}, {"start": 618.2, "end": 618.34, "word": " a", "probability": 0.327392578125}, {"start": 618.34, "end": 618.58, "word": " layout", "probability": 0.73583984375}, {"start": 618.58, "end": 618.74, "word": " for", "probability": 0.6484375}, {"start": 618.74, "end": 618.82, "word": " the", "probability": 0.56982421875}, {"start": 618.82, "end": 619.18, "word": " content", "probability": 0.85400390625}, {"start": 619.18, "end": 621.26, "word": " And", "probability": 0.11785888671875}, {"start": 621.26, "end": 622.46, "word": " this", "probability": 0.7314453125}, {"start": 622.46, "end": 622.5, "word": " one", "probability": 0.41845703125}, {"start": 622.5, "end": 622.66, "word": " gives", "probability": 0.48779296875}, {"start": 622.66, "end": 622.8, "word": " us", "probability": 0.681640625}, {"start": 622.8, "end": 623.02, "word": " 1", "probability": 0.485595703125}, {"start": 623.02, "end": 623.22, "word": " and", "probability": 0.7578125}, {"start": 623.22, "end": 623.34, "word": " this", "probability": 0.7919921875}, {"start": 623.34, "end": 623.4, "word": " one", "probability": 0.7900390625}, {"start": 623.4, "end": 623.5, "word": " gives", "probability": 0.79541015625}, {"start": 623.5, "end": 623.8, "word": " us", "probability": 0.900390625}, {"start": 623.8, "end": 624.5, "word": " 3", "probability": 0.9765625}, {"start": 624.5, "end": 625.26, "word": " Let's", "probability": 0.5667724609375}, {"start": 625.26, "end": 625.64, "word": " see", "probability": 0.6181640625}, {"start": 625.64, "end": 626.1, "word": " it", "probability": 0.492431640625}, {"start": 626.1, "end": 626.3, "word": " now,", "probability": 0.50390625}, {"start": 626.32, "end": 626.56, "word": " see", "probability": 0.2137451171875}, {"start": 626.56, "end": 626.74, "word": " this", "probability": 0.28125}, {"start": 626.74, "end": 627.04, "word": " part", "probability": 0.433837890625}, {"start": 627.04, "end": 627.26, "word": " of", "probability": 0.890625}, {"start": 627.26, "end": 627.28, "word": " the", "probability": 0.9052734375}, {"start": 627.28, "end": 627.48, "word": " screen", "probability": 0.8544921875}, {"start": 627.48, "end": 627.66, "word": " is", "probability": 0.71044921875}, {"start": 627.66, "end": 627.84, "word": " what?", "probability": 0.47705078125}, {"start": 629.28, "end": 629.68, "word": " 1", "probability": 0.59033203125}, {"start": 629.68, "end": 630.0, "word": ",3", "probability": 0.5068359375}, {"start": 630.0, "end": 630.18, "word": " and", "probability": 0.355712890625}, {"start": 630.18, "end": 630.32, "word": " if", "probability": 0.93701171875}, {"start": 630.32, "end": 630.62, "word": " it", "probability": 0.7265625}, {"start": 630.62, "end": 630.62, "word": " moves", "probability": 0.193603515625}, {"start": 630.62, "end": 630.92, "word": " to", "probability": 0.447021484375}, {"start": 630.92, "end": 630.98, "word": " somewhere", "probability": 0.274169921875}, {"start": 630.98, "end": 631.12, "word": " like", "probability": 0.81640625}, {"start": 631.12, "end": 631.52, "word": " this,", "probability": 0.62841796875}, {"start": 632.48, "end": 632.84, "word": " the", "probability": 0.662109375}, {"start": 632.84, "end": 633.18, "word": " ratio", "probability": 0.50048828125}, {"start": 633.18, "end": 633.34, "word": " will", "probability": 0.64404296875}, {"start": 633.34, "end": 633.34, "word": " remain", "probability": 0.42724609375}, {"start": 633.34, "end": 634.2, "word": " as", "probability": 0.415771484375}, {"start": 634.2, "end": 634.46, "word": " it", "probability": 0.892578125}, {"start": 634.46, "end": 634.64, "word": " is", "probability": 0.9150390625}, {"start": 634.64, "end": 634.94, "word": " 1", "probability": 0.304931640625}, {"start": 634.94, "end": 635.98, "word": ",3", "probability": 0.93359375}], "temperature": 1.0}, {"id": 24, "seek": 67405, "start": 646.13, "end": 674.05, "text": " Ok, this is the layout of the buttons, inside we put the buttons Ok So, when I make a button, I put for example Wrap Content or Match Parent to take as much space as the layout that it is in Match Parent to the button and takes as much space as the layout that it is in Which is this one Ok So, I put here Match Parent And here is Wrap Content for Height Text", "tokens": [3477, 11, 341, 307, 264, 13333, 295, 264, 9905, 11, 1854, 321, 829, 264, 9905, 3477, 407, 11, 562, 286, 652, 257, 2960, 11, 286, 829, 337, 1365, 41291, 30078, 420, 26178, 44717, 281, 747, 382, 709, 1901, 382, 264, 13333, 300, 309, 307, 294, 26178, 44717, 281, 264, 2960, 293, 2516, 382, 709, 1901, 382, 264, 13333, 300, 309, 307, 294, 3013, 307, 341, 472, 3477, 407, 11, 286, 829, 510, 26178, 44717, 400, 510, 307, 41291, 30078, 337, 634, 397, 18643], "avg_logprob": -0.6194196655636742, "compression_ratio": 1.945945945945946, "no_speech_prob": 0.0, "words": [{"start": 646.13, "end": 646.45, "word": " Ok,", "probability": 0.1614990234375}, {"start": 646.55, "end": 646.81, "word": " this", "probability": 0.66259765625}, {"start": 646.81, "end": 646.89, "word": " is", "probability": 0.91064453125}, {"start": 646.89, "end": 646.89, "word": " the", "probability": 0.6396484375}, {"start": 646.89, "end": 647.09, "word": " layout", "probability": 0.7294921875}, {"start": 647.09, "end": 647.31, "word": " of", "probability": 0.55517578125}, {"start": 647.31, "end": 647.33, "word": " the", "probability": 0.47998046875}, {"start": 647.33, "end": 647.57, "word": " buttons,", "probability": 0.63427734375}, {"start": 647.89, "end": 648.05, "word": " inside", "probability": 0.3056640625}, {"start": 648.05, "end": 648.29, "word": " we", "probability": 0.275390625}, {"start": 648.29, "end": 648.55, "word": " put", "probability": 0.366455078125}, {"start": 648.55, "end": 648.65, "word": " the", "probability": 0.55029296875}, {"start": 648.65, "end": 648.93, "word": " buttons", "probability": 0.802734375}, {"start": 648.93, "end": 650.45, "word": " Ok", "probability": 0.262451171875}, {"start": 650.45, "end": 651.35, "word": " So,", "probability": 0.351318359375}, {"start": 651.51, "end": 651.71, "word": " when", "probability": 0.35595703125}, {"start": 651.71, "end": 651.79, "word": " I", "probability": 0.3330078125}, {"start": 651.79, "end": 651.99, "word": " make", "probability": 0.376220703125}, {"start": 651.99, "end": 652.09, "word": " a", "probability": 0.53564453125}, {"start": 652.09, "end": 652.37, "word": " button,", "probability": 0.9130859375}, {"start": 653.07, "end": 654.11, "word": " I", "probability": 0.57470703125}, {"start": 654.11, "end": 654.35, "word": " put", "probability": 0.70947265625}, {"start": 654.35, "end": 654.47, "word": " for", "probability": 0.380615234375}, {"start": 654.47, "end": 654.71, "word": " example", "probability": 0.9365234375}, {"start": 654.71, "end": 654.99, "word": " Wrap", "probability": 0.34814453125}, {"start": 654.99, "end": 655.49, "word": " Content", "probability": 0.5244140625}, {"start": 655.49, "end": 656.11, "word": " or", "probability": 0.65771484375}, {"start": 656.11, "end": 656.39, "word": " Match", "probability": 0.8515625}, {"start": 656.39, "end": 656.73, "word": " Parent", "probability": 0.73974609375}, {"start": 656.73, "end": 657.05, "word": " to", "probability": 0.38671875}, {"start": 657.05, "end": 657.43, "word": " take", "probability": 0.34765625}, {"start": 657.43, "end": 657.57, "word": " as", "probability": 0.1256103515625}, {"start": 657.57, "end": 657.69, "word": " much", "probability": 0.8466796875}, {"start": 657.69, "end": 658.09, "word": " space", "probability": 0.41552734375}, {"start": 658.09, "end": 658.37, "word": " as", "probability": 0.76025390625}, {"start": 658.37, "end": 659.17, "word": " the", "probability": 0.50244140625}, {"start": 659.17, "end": 659.47, "word": " layout", "probability": 0.87060546875}, {"start": 659.47, "end": 659.69, "word": " that", "probability": 0.20166015625}, {"start": 659.69, "end": 659.77, "word": " it", "probability": 0.5634765625}, {"start": 659.77, "end": 659.87, "word": " is", "probability": 0.40234375}, {"start": 659.87, "end": 660.15, "word": " in", "probability": 0.779296875}, {"start": 660.15, "end": 661.43, "word": " Match", "probability": 0.306640625}, {"start": 661.43, "end": 661.79, "word": " Parent", "probability": 0.7607421875}, {"start": 661.79, "end": 661.97, "word": " to", "probability": 0.41796875}, {"start": 661.97, "end": 662.07, "word": " the", "probability": 0.86767578125}, {"start": 662.07, "end": 662.27, "word": " button", "probability": 0.85791015625}, {"start": 662.27, "end": 662.39, "word": " and", "probability": 0.471923828125}, {"start": 662.39, "end": 662.63, "word": " takes", "probability": 0.52392578125}, {"start": 662.63, "end": 662.83, "word": " as", "probability": 0.7646484375}, {"start": 662.83, "end": 662.99, "word": " much", "probability": 0.8896484375}, {"start": 662.99, "end": 663.05, "word": " space", "probability": 0.4638671875}, {"start": 663.05, "end": 663.05, "word": " as", "probability": 0.89697265625}, {"start": 663.05, "end": 663.09, "word": " the", "probability": 0.82080078125}, {"start": 663.09, "end": 663.29, "word": " layout", "probability": 0.95556640625}, {"start": 663.29, "end": 663.55, "word": " that", "probability": 0.326416015625}, {"start": 663.55, "end": 664.09, "word": " it", "probability": 0.7998046875}, {"start": 664.09, "end": 664.17, "word": " is", "probability": 0.8544921875}, {"start": 664.17, "end": 664.59, "word": " in", "probability": 0.91748046875}, {"start": 664.59, "end": 665.45, "word": " Which", "probability": 0.1826171875}, {"start": 665.45, "end": 665.65, "word": " is", "probability": 0.68701171875}, {"start": 665.65, "end": 665.89, "word": " this", "probability": 0.85205078125}, {"start": 665.89, "end": 666.51, "word": " one", "probability": 0.395751953125}, {"start": 666.51, "end": 666.81, "word": " Ok", "probability": 0.5400390625}, {"start": 666.81, "end": 667.41, "word": " So,", "probability": 0.474853515625}, {"start": 667.45, "end": 667.47, "word": " I", "probability": 0.44580078125}, {"start": 667.47, "end": 667.57, "word": " put", "probability": 0.476318359375}, {"start": 667.57, "end": 667.75, "word": " here", "probability": 0.425537109375}, {"start": 667.75, "end": 667.97, "word": " Match", "probability": 0.7314453125}, {"start": 667.97, "end": 668.51, "word": " Parent", "probability": 0.85009765625}, {"start": 668.51, "end": 670.67, "word": " And", "probability": 0.50634765625}, {"start": 670.67, "end": 670.97, "word": " here", "probability": 0.6337890625}, {"start": 670.97, "end": 670.97, "word": " is", "probability": 0.272216796875}, {"start": 670.97, "end": 671.73, "word": " Wrap", "probability": 0.78564453125}, {"start": 671.73, "end": 672.13, "word": " Content", "probability": 0.921875}, {"start": 672.13, "end": 672.35, "word": " for", "probability": 0.6416015625}, {"start": 672.35, "end": 672.73, "word": " Height", "probability": 0.6806640625}, {"start": 672.73, "end": 674.05, "word": " Text", "probability": 0.849609375}], "temperature": 1.0}, {"id": 25, "seek": 68378, "start": 676.06, "end": 683.78, "text": " button 1 and like this", "tokens": [2960, 502, 293, 411, 341], "avg_logprob": -1.1673177282015483, "compression_ratio": 0.7419354838709677, "no_speech_prob": 0.0, "words": [{"start": 676.06, "end": 676.62, "word": " button", "probability": 0.369140625}, {"start": 676.62, "end": 677.72, "word": " 1", "probability": 0.607421875}, {"start": 677.72, "end": 681.28, "word": " and", "probability": 0.1412353515625}, {"start": 681.28, "end": 681.48, "word": " like", "probability": 0.1240234375}, {"start": 681.48, "end": 683.78, "word": " this", "probability": 0.489013671875}], "temperature": 1.0}, {"id": 26, "seek": 72595, "start": 700.21, "end": 725.95, "text": " Ok, this is done. Because here I want to have content. For example, if I click on the button, the content appears here. Because I have content, this is a linear layout, right? I can add whatever I want to it. For example, this is the content's linear layout. You can add, for example, text view.", "tokens": [3477, 11, 341, 307, 1096, 13, 1436, 510, 286, 528, 281, 362, 2701, 13, 1171, 1365, 11, 498, 286, 2052, 322, 264, 2960, 11, 264, 2701, 7038, 510, 13, 1436, 286, 362, 2701, 11, 341, 307, 257, 8213, 13333, 11, 558, 30, 286, 393, 909, 2035, 286, 528, 281, 309, 13, 1171, 1365, 11, 341, 307, 264, 2701, 311, 8213, 13333, 13, 509, 393, 909, 11, 337, 1365, 11, 2487, 1910, 13], "avg_logprob": -0.5513698760777304, "compression_ratio": 1.783132530120482, "no_speech_prob": 0.0, "words": [{"start": 700.21, "end": 700.57, "word": " Ok,", "probability": 0.1978759765625}, {"start": 700.67, "end": 700.83, "word": " this", "probability": 0.1348876953125}, {"start": 700.83, "end": 700.87, "word": " is", "probability": 0.63134765625}, {"start": 700.87, "end": 701.27, "word": " done.", "probability": 0.244873046875}, {"start": 702.31, "end": 702.71, "word": " Because", "probability": 0.62890625}, {"start": 702.71, "end": 702.97, "word": " here", "probability": 0.65380859375}, {"start": 702.97, "end": 703.89, "word": " I", "probability": 0.315185546875}, {"start": 703.89, "end": 704.07, "word": " want", "probability": 0.4619140625}, {"start": 704.07, "end": 704.07, "word": " to", "probability": 0.7236328125}, {"start": 704.07, "end": 704.35, "word": " have", "probability": 0.6875}, {"start": 704.35, "end": 704.79, "word": " content.", "probability": 0.54931640625}, {"start": 704.97, "end": 705.21, "word": " For", "probability": 0.23583984375}, {"start": 705.21, "end": 705.59, "word": " example,", "probability": 0.91455078125}, {"start": 705.67, "end": 705.71, "word": " if", "probability": 0.350341796875}, {"start": 705.71, "end": 705.79, "word": " I", "probability": 0.962890625}, {"start": 705.79, "end": 705.97, "word": " click", "probability": 0.407470703125}, {"start": 705.97, "end": 706.15, "word": " on", "probability": 0.744140625}, {"start": 706.15, "end": 706.23, "word": " the", "probability": 0.611328125}, {"start": 706.23, "end": 706.39, "word": " button,", "probability": 0.75}, {"start": 706.57, "end": 706.85, "word": " the", "probability": 0.332275390625}, {"start": 706.85, "end": 707.17, "word": " content", "probability": 0.8583984375}, {"start": 707.17, "end": 707.25, "word": " appears", "probability": 0.322509765625}, {"start": 707.25, "end": 707.45, "word": " here.", "probability": 0.62353515625}, {"start": 710.33, "end": 710.73, "word": " Because", "probability": 0.59912109375}, {"start": 710.73, "end": 710.93, "word": " I", "probability": 0.52587890625}, {"start": 710.93, "end": 711.01, "word": " have", "probability": 0.1903076171875}, {"start": 711.01, "end": 711.41, "word": " content,", "probability": 0.6875}, {"start": 711.53, "end": 711.61, "word": " this", "probability": 0.1409912109375}, {"start": 711.61, "end": 711.73, "word": " is", "probability": 0.82470703125}, {"start": 711.73, "end": 711.89, "word": " a", "probability": 0.378662109375}, {"start": 711.89, "end": 712.27, "word": " linear", "probability": 0.91259765625}, {"start": 712.27, "end": 712.75, "word": " layout,", "probability": 0.978515625}, {"start": 712.81, "end": 713.27, "word": " right?", "probability": 0.7802734375}, {"start": 713.35, "end": 713.49, "word": " I", "probability": 0.91552734375}, {"start": 713.49, "end": 713.65, "word": " can", "probability": 0.95166015625}, {"start": 713.65, "end": 713.85, "word": " add", "probability": 0.1405029296875}, {"start": 713.85, "end": 715.17, "word": " whatever", "probability": 0.55810546875}, {"start": 715.17, "end": 715.25, "word": " I", "probability": 0.9248046875}, {"start": 715.25, "end": 715.51, "word": " want", "probability": 0.8330078125}, {"start": 715.51, "end": 715.51, "word": " to", "probability": 0.47265625}, {"start": 715.51, "end": 715.59, "word": " it.", "probability": 0.8759765625}, {"start": 716.77, "end": 717.17, "word": " For", "probability": 0.662109375}, {"start": 717.17, "end": 717.35, "word": " example,", "probability": 0.95556640625}, {"start": 717.51, "end": 717.65, "word": " this", "probability": 0.8876953125}, {"start": 717.65, "end": 717.69, "word": " is", "probability": 0.93017578125}, {"start": 717.69, "end": 717.73, "word": " the", "probability": 0.818359375}, {"start": 717.73, "end": 717.73, "word": " content's", "probability": 0.52294921875}, {"start": 717.73, "end": 717.93, "word": " linear", "probability": 0.8974609375}, {"start": 717.93, "end": 718.35, "word": " layout.", "probability": 0.990234375}, {"start": 719.85, "end": 720.09, "word": " You", "probability": 0.447998046875}, {"start": 720.09, "end": 720.33, "word": " can", "probability": 0.943359375}, {"start": 720.33, "end": 720.63, "word": " add,", "probability": 0.53173828125}, {"start": 720.91, "end": 721.05, "word": " for", "probability": 0.89794921875}, {"start": 721.05, "end": 721.31, "word": " example,", "probability": 0.9580078125}, {"start": 723.89, "end": 725.51, "word": " text", "probability": 0.54150390625}, {"start": 725.51, "end": 725.95, "word": " view.", "probability": 0.7294921875}], "temperature": 1.0}, {"id": 27, "seek": 75346, "start": 729.14, "end": 753.46, "text": " Match parent, let's also say match parent, and you put the text that you want it to be, hello, okay? This is the text view that is present in this layout. Because there is a small problem, guys. If the text that is present inside is still written with the word, meaning it is a small word, no problem.", "tokens": [26178, 2596, 11, 718, 311, 611, 584, 2995, 2596, 11, 293, 291, 829, 264, 2487, 300, 291, 528, 309, 281, 312, 11, 7751, 11, 1392, 30, 639, 307, 264, 2487, 1910, 300, 307, 1974, 294, 341, 13333, 13, 1436, 456, 307, 257, 1359, 1154, 11, 1074, 13, 759, 264, 2487, 300, 307, 1974, 1854, 307, 920, 3720, 365, 264, 1349, 11, 3620, 309, 307, 257, 1359, 1349, 11, 572, 1154, 13], "avg_logprob": -0.5421006828546524, "compression_ratio": 1.6777777777777778, "no_speech_prob": 0.0, "words": [{"start": 729.1399999999999, "end": 729.5799999999999, "word": " Match", "probability": 0.38720703125}, {"start": 729.5799999999999, "end": 730.02, "word": " parent,", "probability": 0.474853515625}, {"start": 730.64, "end": 731.22, "word": " let's", "probability": 0.481201171875}, {"start": 731.22, "end": 731.3, "word": " also", "probability": 0.2347412109375}, {"start": 731.3, "end": 731.38, "word": " say", "probability": 0.671875}, {"start": 731.38, "end": 731.86, "word": " match", "probability": 0.62939453125}, {"start": 731.86, "end": 732.38, "word": " parent,", "probability": 0.89453125}, {"start": 732.92, "end": 734.98, "word": " and", "probability": 0.62060546875}, {"start": 734.98, "end": 735.08, "word": " you", "probability": 0.304443359375}, {"start": 735.08, "end": 735.32, "word": " put", "probability": 0.396728515625}, {"start": 735.32, "end": 735.48, "word": " the", "probability": 0.7421875}, {"start": 735.48, "end": 735.86, "word": " text", "probability": 0.9228515625}, {"start": 735.86, "end": 737.52, "word": " that", "probability": 0.3984375}, {"start": 737.52, "end": 737.68, "word": " you", "probability": 0.95751953125}, {"start": 737.68, "end": 737.9, "word": " want", "probability": 0.78173828125}, {"start": 737.9, "end": 738.06, "word": " it", "probability": 0.265625}, {"start": 738.06, "end": 738.06, "word": " to", "probability": 0.82568359375}, {"start": 738.06, "end": 738.16, "word": " be,", "probability": 0.931640625}, {"start": 738.18, "end": 738.38, "word": " hello,", "probability": 0.42041015625}, {"start": 742.54, "end": 743.02, "word": " okay?", "probability": 0.329833984375}, {"start": 743.32, "end": 743.54, "word": " This", "probability": 0.53369140625}, {"start": 743.54, "end": 743.62, "word": " is", "probability": 0.6943359375}, {"start": 743.62, "end": 743.64, "word": " the", "probability": 0.8154296875}, {"start": 743.64, "end": 743.82, "word": " text", "probability": 0.81787109375}, {"start": 743.82, "end": 744.1, "word": " view", "probability": 0.7529296875}, {"start": 744.1, "end": 744.26, "word": " that", "probability": 0.357666015625}, {"start": 744.26, "end": 744.26, "word": " is", "probability": 0.58740234375}, {"start": 744.26, "end": 744.44, "word": " present", "probability": 0.287109375}, {"start": 744.44, "end": 744.56, "word": " in", "probability": 0.90673828125}, {"start": 744.56, "end": 744.68, "word": " this", "probability": 0.619140625}, {"start": 744.68, "end": 745.08, "word": " layout.", "probability": 0.947265625}, {"start": 745.72, "end": 746.1, "word": " Because", "probability": 0.642578125}, {"start": 746.1, "end": 746.34, "word": " there", "probability": 0.82177734375}, {"start": 746.34, "end": 746.36, "word": " is", "probability": 0.845703125}, {"start": 746.36, "end": 746.72, "word": " a", "probability": 0.97216796875}, {"start": 746.72, "end": 746.9, "word": " small", "probability": 0.75439453125}, {"start": 746.9, "end": 746.9, "word": " problem,", "probability": 0.82666015625}, {"start": 747.12, "end": 747.38, "word": " guys.", "probability": 0.59716796875}, {"start": 748.28, "end": 748.44, "word": " If", "probability": 0.79296875}, {"start": 748.44, "end": 749.26, "word": " the", "probability": 0.85595703125}, {"start": 749.26, "end": 749.56, "word": " text", "probability": 0.9287109375}, {"start": 749.56, "end": 749.7, "word": " that", "probability": 0.494873046875}, {"start": 749.7, "end": 749.78, "word": " is", "probability": 0.87841796875}, {"start": 749.78, "end": 750.02, "word": " present", "probability": 0.4892578125}, {"start": 750.02, "end": 750.26, "word": " inside", "probability": 0.6513671875}, {"start": 750.26, "end": 750.44, "word": " is", "probability": 0.484130859375}, {"start": 750.44, "end": 750.66, "word": " still", "probability": 0.4130859375}, {"start": 750.66, "end": 751.12, "word": " written", "probability": 0.546875}, {"start": 751.12, "end": 751.3, "word": " with", "probability": 0.63134765625}, {"start": 751.3, "end": 751.48, "word": " the", "probability": 0.60986328125}, {"start": 751.48, "end": 751.74, "word": " word,", "probability": 0.931640625}, {"start": 751.8, "end": 752.02, "word": " meaning", "probability": 0.2235107421875}, {"start": 752.02, "end": 752.2, "word": " it", "probability": 0.373291015625}, {"start": 752.2, "end": 752.28, "word": " is", "probability": 0.72607421875}, {"start": 752.28, "end": 752.34, "word": " a", "probability": 0.51123046875}, {"start": 752.34, "end": 752.54, "word": " small", "probability": 0.9013671875}, {"start": 752.54, "end": 752.6, "word": " word,", "probability": 0.876953125}, {"start": 752.92, "end": 753.2, "word": " no", "probability": 0.475830078125}, {"start": 753.2, "end": 753.46, "word": " problem.", "probability": 0.861328125}], "temperature": 1.0}, {"id": 28, "seek": 77695, "start": 754.13, "end": 776.95, "text": " But if there is a lot of words written in it, it will disappear in the current state, because nothing will appear. Let's try it. But to try it, we need to put a lot of words. This is text size. This is 30sp.", "tokens": [583, 498, 456, 307, 257, 688, 295, 2283, 3720, 294, 309, 11, 309, 486, 11596, 294, 264, 2190, 1785, 11, 570, 1825, 486, 4204, 13, 961, 311, 853, 309, 13, 583, 281, 853, 309, 11, 321, 643, 281, 829, 257, 688, 295, 2283, 13, 639, 307, 2487, 2744, 13, 639, 307, 2217, 4952, 13], "avg_logprob": -0.5170454718849876, "compression_ratio": 1.4647887323943662, "no_speech_prob": 0.0, "words": [{"start": 754.13, "end": 754.45, "word": " But", "probability": 0.59912109375}, {"start": 754.45, "end": 754.61, "word": " if", "probability": 0.8447265625}, {"start": 754.61, "end": 755.07, "word": " there", "probability": 0.401123046875}, {"start": 755.07, "end": 755.07, "word": " is", "probability": 0.475341796875}, {"start": 755.07, "end": 755.15, "word": " a", "probability": 0.43798828125}, {"start": 755.15, "end": 755.53, "word": " lot", "probability": 0.875}, {"start": 755.53, "end": 755.53, "word": " of", "probability": 0.947265625}, {"start": 755.53, "end": 755.53, "word": " words", "probability": 0.6787109375}, {"start": 755.53, "end": 755.53, "word": " written", "probability": 0.417236328125}, {"start": 755.53, "end": 756.47, "word": " in", "probability": 0.378173828125}, {"start": 756.47, "end": 756.47, "word": " it,", "probability": 0.495361328125}, {"start": 757.27, "end": 759.21, "word": " it", "probability": 0.50439453125}, {"start": 759.21, "end": 759.95, "word": " will", "probability": 0.779296875}, {"start": 759.95, "end": 760.31, "word": " disappear", "probability": 0.63671875}, {"start": 760.31, "end": 760.41, "word": " in", "probability": 0.5009765625}, {"start": 760.41, "end": 760.41, "word": " the", "probability": 0.420654296875}, {"start": 760.41, "end": 760.41, "word": " current", "probability": 0.63720703125}, {"start": 760.41, "end": 760.41, "word": " state,", "probability": 0.58154296875}, {"start": 760.41, "end": 761.41, "word": " because", "probability": 0.3115234375}, {"start": 761.41, "end": 761.65, "word": " nothing", "probability": 0.43115234375}, {"start": 761.65, "end": 761.69, "word": " will", "probability": 0.74462890625}, {"start": 761.69, "end": 763.23, "word": " appear.", "probability": 0.371337890625}, {"start": 763.85, "end": 764.15, "word": " Let's", "probability": 0.75537109375}, {"start": 764.15, "end": 764.45, "word": " try", "probability": 0.908203125}, {"start": 764.45, "end": 766.75, "word": " it.", "probability": 0.73828125}, {"start": 766.75, "end": 767.05, "word": " But", "probability": 0.705078125}, {"start": 767.05, "end": 767.27, "word": " to", "probability": 0.5693359375}, {"start": 767.27, "end": 767.63, "word": " try", "probability": 0.7958984375}, {"start": 767.63, "end": 767.77, "word": " it,", "probability": 0.86962890625}, {"start": 767.87, "end": 767.87, "word": " we", "probability": 0.87353515625}, {"start": 767.87, "end": 768.07, "word": " need", "probability": 0.58056640625}, {"start": 768.07, "end": 770.13, "word": " to", "probability": 0.9013671875}, {"start": 770.13, "end": 770.33, "word": " put", "probability": 0.56884765625}, {"start": 770.33, "end": 770.45, "word": " a", "probability": 0.80517578125}, {"start": 770.45, "end": 770.79, "word": " lot", "probability": 0.95361328125}, {"start": 770.79, "end": 770.79, "word": " of", "probability": 0.96484375}, {"start": 770.79, "end": 770.87, "word": " words.", "probability": 0.884765625}, {"start": 771.57, "end": 772.05, "word": " This", "probability": 0.437744140625}, {"start": 772.05, "end": 772.09, "word": " is", "probability": 0.74267578125}, {"start": 772.09, "end": 772.31, "word": " text", "probability": 0.50244140625}, {"start": 772.31, "end": 772.79, "word": " size.", "probability": 0.642578125}, {"start": 775.25, "end": 775.91, "word": " This", "probability": 0.7919921875}, {"start": 775.91, "end": 775.93, "word": " is", "probability": 0.92626953125}, {"start": 775.93, "end": 776.95, "word": " 30sp.", "probability": 0.4403076171875}], "temperature": 1.0}, {"id": 29, "seek": 81668, "start": 793.06, "end": 816.68, "text": " What does slash end do? It ends the line. I will change the word to see the difference. Okay. Notice that I put a lot of I and G. It is gone. Okay. Let's run the application.", "tokens": [708, 775, 17330, 917, 360, 30, 467, 5314, 264, 1622, 13, 286, 486, 1319, 264, 1349, 281, 536, 264, 2649, 13, 1033, 13, 13428, 300, 286, 829, 257, 688, 295, 286, 293, 460, 13, 467, 307, 2780, 13, 1033, 13, 961, 311, 1190, 264, 3861, 13], "avg_logprob": -0.5857712791321126, "compression_ratio": 1.3257575757575757, "no_speech_prob": 0.0, "words": [{"start": 793.06, "end": 793.28, "word": " What", "probability": 0.1318359375}, {"start": 793.28, "end": 793.28, "word": " does", "probability": 0.625}, {"start": 793.28, "end": 793.46, "word": " slash", "probability": 0.1397705078125}, {"start": 793.46, "end": 793.94, "word": " end", "probability": 0.236083984375}, {"start": 793.94, "end": 794.46, "word": " do?", "probability": 0.83642578125}, {"start": 794.86, "end": 795.1, "word": " It", "probability": 0.2398681640625}, {"start": 795.1, "end": 795.8, "word": " ends", "probability": 0.1533203125}, {"start": 795.8, "end": 795.9, "word": " the", "probability": 0.501953125}, {"start": 795.9, "end": 796.16, "word": " line.", "probability": 0.720703125}, {"start": 796.9, "end": 797.5, "word": " I", "probability": 0.43017578125}, {"start": 797.5, "end": 800.02, "word": " will", "probability": 0.4306640625}, {"start": 800.02, "end": 800.22, "word": " change", "probability": 0.82275390625}, {"start": 800.22, "end": 800.38, "word": " the", "probability": 0.75537109375}, {"start": 800.38, "end": 800.56, "word": " word", "probability": 0.6806640625}, {"start": 800.56, "end": 800.74, "word": " to", "probability": 0.583984375}, {"start": 800.74, "end": 801.04, "word": " see", "probability": 0.6279296875}, {"start": 801.04, "end": 801.2, "word": " the", "probability": 0.8681640625}, {"start": 801.2, "end": 801.48, "word": " difference.", "probability": 0.8837890625}, {"start": 809.76, "end": 810.36, "word": " Okay.", "probability": 0.260498046875}, {"start": 810.46, "end": 810.84, "word": " Notice", "probability": 0.61376953125}, {"start": 810.84, "end": 811.12, "word": " that", "probability": 0.86572265625}, {"start": 811.12, "end": 811.56, "word": " I", "probability": 0.66455078125}, {"start": 811.56, "end": 812.46, "word": " put", "probability": 0.28076171875}, {"start": 812.46, "end": 812.58, "word": " a", "probability": 0.376953125}, {"start": 812.58, "end": 812.86, "word": " lot", "probability": 0.9580078125}, {"start": 812.86, "end": 812.86, "word": " of", "probability": 0.91943359375}, {"start": 812.86, "end": 812.86, "word": " I", "probability": 0.37548828125}, {"start": 812.86, "end": 812.86, "word": " and", "probability": 0.796875}, {"start": 812.86, "end": 812.86, "word": " G.", "probability": 0.955078125}, {"start": 813.5, "end": 813.8, "word": " It", "probability": 0.312255859375}, {"start": 813.8, "end": 813.8, "word": " is", "probability": 0.27978515625}, {"start": 813.8, "end": 814.04, "word": " gone.", "probability": 0.708984375}, {"start": 814.24, "end": 814.42, "word": " Okay.", "probability": 0.6171875}, {"start": 815.26, "end": 815.74, "word": " Let's", "probability": 0.689453125}, {"start": 815.74, "end": 816.06, "word": " run", "probability": 0.51171875}, {"start": 816.06, "end": 816.36, "word": " the", "probability": 0.80859375}, {"start": 816.36, "end": 816.68, "word": " application.", "probability": 0.6630859375}], "temperature": 1.0}, {"id": 30, "seek": 85803, "start": 829.27, "end": 858.03, "text": " Okay, until it works If the content you put in the TextView or in the LinearLayout, a picture for example, a group of pictures, and their size is more than the screen size, you will not be able to scroll down to see them Okay? Okay, what is the solution? The solution now, you know that this content Notice a little bit", "tokens": [1033, 11, 1826, 309, 1985, 759, 264, 2701, 291, 829, 294, 264, 18643, 30203, 420, 294, 264, 14670, 289, 43, 320, 346, 11, 257, 3036, 337, 1365, 11, 257, 1594, 295, 5242, 11, 293, 641, 2744, 307, 544, 813, 264, 2568, 2744, 11, 291, 486, 406, 312, 1075, 281, 11369, 760, 281, 536, 552, 1033, 30, 1033, 11, 437, 307, 264, 3827, 30, 440, 3827, 586, 11, 291, 458, 300, 341, 2701, 13428, 257, 707, 857], "avg_logprob": -0.49756491958320914, "compression_ratio": 1.6, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 829.27, "end": 829.55, "word": " Okay,", "probability": 0.1524658203125}, {"start": 829.57, "end": 829.75, "word": " until", "probability": 0.5791015625}, {"start": 829.75, "end": 829.99, "word": " it", "probability": 0.72021484375}, {"start": 829.99, "end": 830.29, "word": " works", "probability": 0.415771484375}, {"start": 830.29, "end": 837.71, "word": " If", "probability": 0.5087890625}, {"start": 837.71, "end": 838.03, "word": " the", "probability": 0.56396484375}, {"start": 838.03, "end": 838.37, "word": " content", "probability": 0.828125}, {"start": 838.37, "end": 838.63, "word": " you", "probability": 0.564453125}, {"start": 838.63, "end": 838.95, "word": " put", "probability": 0.48828125}, {"start": 838.95, "end": 839.17, "word": " in", "probability": 0.444091796875}, {"start": 839.17, "end": 839.53, "word": " the", "probability": 0.50244140625}, {"start": 839.53, "end": 841.61, "word": " TextView", "probability": 0.50439453125}, {"start": 841.61, "end": 841.89, "word": " or", "probability": 0.6474609375}, {"start": 841.89, "end": 842.05, "word": " in", "probability": 0.67236328125}, {"start": 842.05, "end": 842.21, "word": " the", "probability": 0.5244140625}, {"start": 842.21, "end": 842.89, "word": " LinearLayout,", "probability": 0.92919921875}, {"start": 843.05, "end": 843.05, "word": " a", "probability": 0.4599609375}, {"start": 843.05, "end": 843.21, "word": " picture", "probability": 0.35546875}, {"start": 843.21, "end": 843.37, "word": " for", "probability": 0.79638671875}, {"start": 843.37, "end": 843.69, "word": " example,", "probability": 0.92626953125}, {"start": 843.79, "end": 844.05, "word": " a", "probability": 0.70947265625}, {"start": 844.05, "end": 844.25, "word": " group", "probability": 0.56494140625}, {"start": 844.25, "end": 844.45, "word": " of", "probability": 0.9716796875}, {"start": 844.45, "end": 844.75, "word": " pictures,", "probability": 0.67724609375}, {"start": 845.07, "end": 845.45, "word": " and", "probability": 0.70947265625}, {"start": 845.45, "end": 845.65, "word": " their", "probability": 0.2919921875}, {"start": 845.65, "end": 845.87, "word": " size", "probability": 0.77197265625}, {"start": 845.87, "end": 846.05, "word": " is", "probability": 0.5029296875}, {"start": 846.05, "end": 846.25, "word": " more", "probability": 0.318359375}, {"start": 846.25, "end": 846.41, "word": " than", "probability": 0.93310546875}, {"start": 846.41, "end": 846.79, "word": " the", "probability": 0.8369140625}, {"start": 846.79, "end": 847.03, "word": " screen", "probability": 0.70703125}, {"start": 847.03, "end": 847.03, "word": " size,", "probability": 0.61328125}, {"start": 847.13, "end": 847.35, "word": " you", "probability": 0.71435546875}, {"start": 847.35, "end": 847.47, "word": " will", "probability": 0.498779296875}, {"start": 847.47, "end": 847.47, "word": " not", "probability": 0.927734375}, {"start": 847.47, "end": 847.67, "word": " be", "probability": 0.8955078125}, {"start": 847.67, "end": 847.69, "word": " able", "probability": 0.95263671875}, {"start": 847.69, "end": 847.89, "word": " to", "probability": 0.966796875}, {"start": 847.89, "end": 847.99, "word": " scroll", "probability": 0.257568359375}, {"start": 847.99, "end": 848.15, "word": " down", "probability": 0.7861328125}, {"start": 848.15, "end": 848.15, "word": " to", "probability": 0.40380859375}, {"start": 848.15, "end": 848.29, "word": " see", "probability": 0.67236328125}, {"start": 848.29, "end": 848.41, "word": " them", "probability": 0.40478515625}, {"start": 848.41, "end": 849.35, "word": " Okay?", "probability": 0.2315673828125}, {"start": 850.17, "end": 850.37, "word": " Okay,", "probability": 0.415283203125}, {"start": 850.41, "end": 850.55, "word": " what", "probability": 0.8466796875}, {"start": 850.55, "end": 850.57, "word": " is", "probability": 0.56494140625}, {"start": 850.57, "end": 850.69, "word": " the", "probability": 0.91796875}, {"start": 850.69, "end": 850.89, "word": " solution?", "probability": 0.9375}, {"start": 851.43, "end": 851.61, "word": " The", "probability": 0.7353515625}, {"start": 851.61, "end": 851.87, "word": " solution", "probability": 0.9208984375}, {"start": 851.87, "end": 852.13, "word": " now,", "probability": 0.7021484375}, {"start": 852.21, "end": 852.37, "word": " you", "probability": 0.90576171875}, {"start": 852.37, "end": 852.67, "word": " know", "probability": 0.86279296875}, {"start": 852.67, "end": 852.85, "word": " that", "probability": 0.84326171875}, {"start": 852.85, "end": 852.97, "word": " this", "probability": 0.5888671875}, {"start": 852.97, "end": 853.29, "word": " content", "probability": 0.923828125}, {"start": 853.29, "end": 857.55, "word": " Notice", "probability": 0.2529296875}, {"start": 857.55, "end": 857.87, "word": " a", "probability": 0.5966796875}, {"start": 857.87, "end": 857.93, "word": " little", "probability": 0.6640625}, {"start": 857.93, "end": 858.03, "word": " bit", "probability": 0.89599609375}], "temperature": 1.0}, {"id": 31, "seek": 88131, "start": 860.71, "end": 881.31, "text": " This content, TextView, has a big size, okay? It comes around, or better than TextView, it takes the whole layout, which is what? The linear layout, okay? It makes the linear layout itself and puts it inside something called scroll", "tokens": [639, 2701, 11, 18643, 30203, 11, 575, 257, 955, 2744, 11, 1392, 30, 467, 1487, 926, 11, 420, 1101, 813, 18643, 30203, 11, 309, 2516, 264, 1379, 13333, 11, 597, 307, 437, 30, 440, 8213, 13333, 11, 1392, 30, 467, 1669, 264, 8213, 13333, 2564, 293, 8137, 309, 1854, 746, 1219, 11369], "avg_logprob": -0.5002948338130735, "compression_ratio": 1.5466666666666666, "no_speech_prob": 0.0, "words": [{"start": 860.71, "end": 861.07, "word": " This", "probability": 0.43798828125}, {"start": 861.07, "end": 861.45, "word": " content,", "probability": 0.59521484375}, {"start": 861.51, "end": 862.09, "word": " TextView,", "probability": 0.636474609375}, {"start": 862.43, "end": 862.67, "word": " has", "probability": 0.2427978515625}, {"start": 862.67, "end": 862.85, "word": " a", "probability": 0.77783203125}, {"start": 862.85, "end": 863.09, "word": " big", "probability": 0.372314453125}, {"start": 863.09, "end": 863.09, "word": " size,", "probability": 0.69873046875}, {"start": 863.27, "end": 864.97, "word": " okay?", "probability": 0.4580078125}, {"start": 866.39, "end": 866.95, "word": " It", "probability": 0.5888671875}, {"start": 866.95, "end": 867.15, "word": " comes", "probability": 0.50732421875}, {"start": 867.15, "end": 867.49, "word": " around,", "probability": 0.8056640625}, {"start": 868.21, "end": 868.55, "word": " or", "probability": 0.447509765625}, {"start": 868.55, "end": 869.21, "word": " better", "probability": 0.68310546875}, {"start": 869.21, "end": 869.35, "word": " than", "probability": 0.935546875}, {"start": 869.35, "end": 870.01, "word": " TextView,", "probability": 0.779541015625}, {"start": 870.17, "end": 870.25, "word": " it", "probability": 0.71337890625}, {"start": 870.25, "end": 870.47, "word": " takes", "probability": 0.63427734375}, {"start": 870.47, "end": 870.63, "word": " the", "probability": 0.53564453125}, {"start": 870.63, "end": 870.67, "word": " whole", "probability": 0.44970703125}, {"start": 870.67, "end": 870.97, "word": " layout,", "probability": 0.94287109375}, {"start": 872.23, "end": 872.33, "word": " which", "probability": 0.7587890625}, {"start": 872.33, "end": 872.51, "word": " is", "probability": 0.939453125}, {"start": 872.51, "end": 872.75, "word": " what?", "probability": 0.6171875}, {"start": 873.19, "end": 873.59, "word": " The", "probability": 0.69580078125}, {"start": 873.59, "end": 873.83, "word": " linear", "probability": 0.74072265625}, {"start": 873.83, "end": 874.27, "word": " layout,", "probability": 0.98876953125}, {"start": 874.81, "end": 875.05, "word": " okay?", "probability": 0.80322265625}, {"start": 875.43, "end": 875.65, "word": " It", "probability": 0.5859375}, {"start": 875.65, "end": 875.93, "word": " makes", "probability": 0.312255859375}, {"start": 875.93, "end": 876.09, "word": " the", "probability": 0.72021484375}, {"start": 876.09, "end": 876.29, "word": " linear", "probability": 0.80810546875}, {"start": 876.29, "end": 876.71, "word": " layout", "probability": 0.98876953125}, {"start": 876.71, "end": 877.11, "word": " itself", "probability": 0.6328125}, {"start": 877.11, "end": 877.97, "word": " and", "probability": 0.54931640625}, {"start": 877.97, "end": 878.23, "word": " puts", "probability": 0.71044921875}, {"start": 878.23, "end": 878.43, "word": " it", "probability": 0.904296875}, {"start": 878.43, "end": 879.09, "word": " inside", "probability": 0.85205078125}, {"start": 879.09, "end": 880.01, "word": " something", "probability": 0.55859375}, {"start": 880.01, "end": 880.45, "word": " called", "probability": 0.791015625}, {"start": 880.45, "end": 881.31, "word": " scroll", "probability": 0.433349609375}], "temperature": 1.0}, {"id": 32, "seek": 92532, "start": 896.96, "end": 925.32, "text": " inside the scroll view. Ok, notice where did the scroll view start? It started from here and ended here. Is this correct? No, it is supposed to close after the layout.", "tokens": [1854, 264, 11369, 1910, 13, 3477, 11, 3449, 689, 630, 264, 11369, 1910, 722, 30, 467, 1409, 490, 510, 293, 4590, 510, 13, 1119, 341, 3006, 30, 883, 11, 309, 307, 3442, 281, 1998, 934, 264, 13333, 13], "avg_logprob": -0.5340545116326748, "compression_ratio": 1.3770491803278688, "no_speech_prob": 0.0, "words": [{"start": 896.96, "end": 897.38, "word": " inside", "probability": 0.173828125}, {"start": 897.38, "end": 897.56, "word": " the", "probability": 0.285888671875}, {"start": 897.56, "end": 897.76, "word": " scroll", "probability": 0.7275390625}, {"start": 897.76, "end": 898.1, "word": " view.", "probability": 0.65966796875}, {"start": 912.76, "end": 913.28, "word": " Ok,", "probability": 0.25048828125}, {"start": 913.34, "end": 913.6, "word": " notice", "probability": 0.55029296875}, {"start": 913.6, "end": 913.74, "word": " where", "probability": 0.3271484375}, {"start": 913.74, "end": 913.74, "word": " did", "probability": 0.374755859375}, {"start": 913.74, "end": 913.74, "word": " the", "probability": 0.728515625}, {"start": 913.74, "end": 914.0, "word": " scroll", "probability": 0.9296875}, {"start": 914.0, "end": 914.38, "word": " view", "probability": 0.8974609375}, {"start": 914.38, "end": 914.86, "word": " start?", "probability": 0.66943359375}, {"start": 915.08, "end": 915.34, "word": " It", "probability": 0.73486328125}, {"start": 915.34, "end": 915.44, "word": " started", "probability": 0.78515625}, {"start": 915.44, "end": 915.58, "word": " from", "probability": 0.6298828125}, {"start": 915.58, "end": 915.88, "word": " here", "probability": 0.8310546875}, {"start": 915.88, "end": 917.14, "word": " and", "probability": 0.6875}, {"start": 917.14, "end": 917.38, "word": " ended", "probability": 0.6875}, {"start": 917.38, "end": 917.64, "word": " here.", "probability": 0.65087890625}, {"start": 917.72, "end": 917.82, "word": " Is", "probability": 0.8896484375}, {"start": 917.82, "end": 918.04, "word": " this", "probability": 0.646484375}, {"start": 918.04, "end": 918.32, "word": " correct?", "probability": 0.5517578125}, {"start": 918.86, "end": 919.12, "word": " No,", "probability": 0.88671875}, {"start": 919.36, "end": 919.36, "word": " it", "probability": 0.69189453125}, {"start": 919.36, "end": 919.4, "word": " is", "probability": 0.3984375}, {"start": 919.4, "end": 919.66, "word": " supposed", "probability": 0.74853515625}, {"start": 919.66, "end": 919.84, "word": " to", "probability": 0.87109375}, {"start": 919.84, "end": 921.48, "word": " close", "probability": 0.0958251953125}, {"start": 921.48, "end": 923.44, "word": " after", "probability": 0.72900390625}, {"start": 923.44, "end": 925.0, "word": " the", "probability": 0.70703125}, {"start": 925.0, "end": 925.32, "word": " layout.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 33, "seek": 95118, "start": 926.74, "end": 951.18, "text": " No, I put the linear layout with all the text inside the scroll view Because the scroll view put a weight, weight 3 So now here there is a scroll view that takes 3 parts and this one takes a part And inside the scroll view I have a linear layout And inside the linear layout I put whatever I want", "tokens": [883, 11, 286, 829, 264, 8213, 13333, 365, 439, 264, 2487, 1854, 264, 11369, 1910, 1436, 264, 11369, 1910, 829, 257, 3364, 11, 3364, 805, 407, 586, 510, 456, 307, 257, 11369, 1910, 300, 2516, 805, 3166, 293, 341, 472, 2516, 257, 644, 400, 1854, 264, 11369, 1910, 286, 362, 257, 8213, 13333, 400, 1854, 264, 8213, 13333, 286, 829, 2035, 286, 528], "avg_logprob": -0.5834960974752903, "compression_ratio": 1.89171974522293, "no_speech_prob": 0.0, "words": [{"start": 926.74, "end": 926.98, "word": " No,", "probability": 0.1082763671875}, {"start": 927.06, "end": 927.12, "word": " I", "probability": 0.83740234375}, {"start": 927.12, "end": 927.42, "word": " put", "probability": 0.44970703125}, {"start": 927.42, "end": 927.6, "word": " the", "probability": 0.509765625}, {"start": 927.6, "end": 927.94, "word": " linear", "probability": 0.78369140625}, {"start": 927.94, "end": 928.52, "word": " layout", "probability": 0.95947265625}, {"start": 928.52, "end": 928.76, "word": " with", "probability": 0.349609375}, {"start": 928.76, "end": 929.76, "word": " all", "probability": 0.421875}, {"start": 929.76, "end": 930.54, "word": " the", "probability": 0.302490234375}, {"start": 930.54, "end": 930.54, "word": " text", "probability": 0.399658203125}, {"start": 930.54, "end": 932.32, "word": " inside", "probability": 0.234619140625}, {"start": 932.32, "end": 932.86, "word": " the", "probability": 0.5009765625}, {"start": 932.86, "end": 933.08, "word": " scroll", "probability": 0.8837890625}, {"start": 933.08, "end": 933.38, "word": " view", "probability": 0.76318359375}, {"start": 933.38, "end": 934.58, "word": " Because", "probability": 0.6416015625}, {"start": 934.58, "end": 934.76, "word": " the", "probability": 0.57470703125}, {"start": 934.76, "end": 934.98, "word": " scroll", "probability": 0.955078125}, {"start": 934.98, "end": 935.28, "word": " view", "probability": 0.9228515625}, {"start": 935.28, "end": 935.7, "word": " put", "probability": 0.1741943359375}, {"start": 935.7, "end": 935.92, "word": " a", "probability": 0.17822265625}, {"start": 935.92, "end": 936.24, "word": " weight,", "probability": 0.85498046875}, {"start": 937.04, "end": 937.7, "word": " weight", "probability": 0.52880859375}, {"start": 937.7, "end": 938.08, "word": " 3", "probability": 0.79443359375}, {"start": 938.08, "end": 939.26, "word": " So", "probability": 0.479736328125}, {"start": 939.26, "end": 939.66, "word": " now", "probability": 0.62353515625}, {"start": 939.66, "end": 940.06, "word": " here", "probability": 0.43603515625}, {"start": 940.06, "end": 941.04, "word": " there", "probability": 0.36865234375}, {"start": 941.04, "end": 941.06, "word": " is", "probability": 0.81103515625}, {"start": 941.06, "end": 941.28, "word": " a", "probability": 0.91650390625}, {"start": 941.28, "end": 941.56, "word": " scroll", "probability": 0.9404296875}, {"start": 941.56, "end": 941.96, "word": " view", "probability": 0.92431640625}, {"start": 941.96, "end": 942.72, "word": " that", "probability": 0.209228515625}, {"start": 942.72, "end": 942.94, "word": " takes", "probability": 0.15869140625}, {"start": 942.94, "end": 943.64, "word": " 3", "probability": 0.7177734375}, {"start": 943.64, "end": 944.1, "word": " parts", "probability": 0.67529296875}, {"start": 944.1, "end": 944.6, "word": " and", "probability": 0.46923828125}, {"start": 944.6, "end": 944.74, "word": " this", "probability": 0.5400390625}, {"start": 944.74, "end": 944.82, "word": " one", "probability": 0.38916015625}, {"start": 944.82, "end": 945.0, "word": " takes", "probability": 0.67919921875}, {"start": 945.0, "end": 945.16, "word": " a", "probability": 0.517578125}, {"start": 945.16, "end": 945.32, "word": " part", "probability": 0.814453125}, {"start": 945.32, "end": 946.14, "word": " And", "probability": 0.521484375}, {"start": 946.14, "end": 946.34, "word": " inside", "probability": 0.82666015625}, {"start": 946.34, "end": 946.54, "word": " the", "probability": 0.84765625}, {"start": 946.54, "end": 946.74, "word": " scroll", "probability": 0.9697265625}, {"start": 946.74, "end": 947.12, "word": " view", "probability": 0.90283203125}, {"start": 947.12, "end": 947.28, "word": " I", "probability": 0.32275390625}, {"start": 947.28, "end": 948.46, "word": " have", "probability": 0.62353515625}, {"start": 948.46, "end": 948.62, "word": " a", "probability": 0.2841796875}, {"start": 948.62, "end": 948.82, "word": " linear", "probability": 0.90380859375}, {"start": 948.82, "end": 949.28, "word": " layout", "probability": 0.98828125}, {"start": 949.28, "end": 949.82, "word": " And", "probability": 0.62060546875}, {"start": 949.82, "end": 949.94, "word": " inside", "probability": 0.8466796875}, {"start": 949.94, "end": 950.1, "word": " the", "probability": 0.81787109375}, {"start": 950.1, "end": 950.28, "word": " linear", "probability": 0.92822265625}, {"start": 950.28, "end": 950.58, "word": " layout", "probability": 0.97900390625}, {"start": 950.58, "end": 950.72, "word": " I", "probability": 0.75341796875}, {"start": 950.72, "end": 950.88, "word": " put", "probability": 0.68798828125}, {"start": 950.88, "end": 951.02, "word": " whatever", "probability": 0.11920166015625}, {"start": 951.02, "end": 951.1, "word": " I", "probability": 0.8388671875}, {"start": 951.1, "end": 951.18, "word": " want", "probability": 0.7353515625}], "temperature": 1.0}, {"id": 34, "seek": 98195, "start": 954.45, "end": 981.95, "text": " How? No, I have to. I will tell you why later. So, guys, I have two parts. Ok, because this is my screen. Even before scrolling through the view, I can't take out the screen and download it. I drag and drop it. There is still IOG below.", "tokens": [1012, 30, 883, 11, 286, 362, 281, 13, 286, 486, 980, 291, 983, 1780, 13, 407, 11, 1074, 11, 286, 362, 732, 3166, 13, 3477, 11, 570, 341, 307, 452, 2568, 13, 2754, 949, 29053, 807, 264, 1910, 11, 286, 393, 380, 747, 484, 264, 2568, 293, 5484, 309, 13, 286, 5286, 293, 3270, 309, 13, 821, 307, 920, 286, 45978, 2507, 13], "avg_logprob": -0.6533202845603228, "compression_ratio": 1.3941176470588235, "no_speech_prob": 0.0, "words": [{"start": 954.4499999999999, "end": 954.93, "word": " How?", "probability": 0.234375}, {"start": 955.37, "end": 955.71, "word": " No,", "probability": 0.42236328125}, {"start": 955.75, "end": 955.91, "word": " I", "probability": 0.385498046875}, {"start": 955.91, "end": 955.91, "word": " have", "probability": 0.1845703125}, {"start": 955.91, "end": 956.03, "word": " to.", "probability": 0.9462890625}, {"start": 956.09, "end": 956.23, "word": " I", "probability": 0.72509765625}, {"start": 956.23, "end": 956.23, "word": " will", "probability": 0.361572265625}, {"start": 956.23, "end": 956.35, "word": " tell", "probability": 0.461669921875}, {"start": 956.35, "end": 956.85, "word": " you", "probability": 0.9130859375}, {"start": 956.85, "end": 956.89, "word": " why", "probability": 0.384033203125}, {"start": 956.89, "end": 956.89, "word": " later.", "probability": 0.3876953125}, {"start": 957.33, "end": 957.59, "word": " So,", "probability": 0.281494140625}, {"start": 957.75, "end": 958.07, "word": " guys,", "probability": 0.4501953125}, {"start": 958.39, "end": 958.39, "word": " I", "probability": 0.67529296875}, {"start": 958.39, "end": 958.57, "word": " have", "probability": 0.89794921875}, {"start": 958.57, "end": 958.79, "word": " two", "probability": 0.73193359375}, {"start": 958.79, "end": 959.07, "word": " parts.", "probability": 0.7880859375}, {"start": 964.43, "end": 964.91, "word": " Ok,", "probability": 0.1463623046875}, {"start": 969.83, "end": 970.19, "word": " because", "probability": 0.474365234375}, {"start": 970.19, "end": 970.39, "word": " this", "probability": 0.5517578125}, {"start": 970.39, "end": 970.41, "word": " is", "probability": 0.70166015625}, {"start": 970.41, "end": 970.81, "word": " my", "probability": 0.60595703125}, {"start": 970.81, "end": 971.09, "word": " screen.", "probability": 0.72021484375}, {"start": 975.31, "end": 975.79, "word": " Even", "probability": 0.51953125}, {"start": 975.79, "end": 976.09, "word": " before", "probability": 0.857421875}, {"start": 976.09, "end": 976.45, "word": " scrolling", "probability": 0.4990234375}, {"start": 976.45, "end": 976.63, "word": " through", "probability": 0.3310546875}, {"start": 976.63, "end": 976.63, "word": " the", "probability": 0.529296875}, {"start": 976.63, "end": 976.83, "word": " view,", "probability": 0.689453125}, {"start": 977.03, "end": 977.43, "word": " I", "probability": 0.98193359375}, {"start": 977.43, "end": 977.81, "word": " can't", "probability": 0.621826171875}, {"start": 977.81, "end": 978.03, "word": " take", "probability": 0.18408203125}, {"start": 978.03, "end": 978.09, "word": " out", "probability": 0.267822265625}, {"start": 978.09, "end": 978.21, "word": " the", "probability": 0.67333984375}, {"start": 978.21, "end": 978.37, "word": " screen", "probability": 0.83056640625}, {"start": 978.37, "end": 978.49, "word": " and", "probability": 0.70703125}, {"start": 978.49, "end": 978.71, "word": " download", "probability": 0.29150390625}, {"start": 978.71, "end": 978.89, "word": " it.", "probability": 0.92431640625}, {"start": 978.97, "end": 979.25, "word": " I", "probability": 0.6328125}, {"start": 979.25, "end": 979.71, "word": " drag", "probability": 0.33056640625}, {"start": 979.71, "end": 979.99, "word": " and", "probability": 0.35302734375}, {"start": 979.99, "end": 980.23, "word": " drop", "probability": 0.76318359375}, {"start": 980.23, "end": 980.45, "word": " it.", "probability": 0.4365234375}, {"start": 980.51, "end": 980.75, "word": " There", "probability": 0.5673828125}, {"start": 980.75, "end": 980.85, "word": " is", "probability": 0.6708984375}, {"start": 980.85, "end": 981.03, "word": " still", "probability": 0.890625}, {"start": 981.03, "end": 981.69, "word": " IOG", "probability": 0.475341796875}, {"start": 981.69, "end": 981.95, "word": " below.", "probability": 0.20458984375}], "temperature": 1.0}, {"id": 35, "seek": 101030, "start": 982.76, "end": 1010.3, "text": " Okay? But I can't see it. Why? Because the screen got bored, so it didn't show what's below. How do I make it show me what's in the content? Put all these linear layouts here, put them inside ScrollView. Do you remember the days of Java when we used to call TextArea a scroll? We used to put it inside ScrollPane. Okay? This is the same thing. It takes the element that is the linear layout and puts it inside", "tokens": [1033, 30, 583, 286, 393, 380, 536, 309, 13, 1545, 30, 1436, 264, 2568, 658, 13521, 11, 370, 309, 994, 380, 855, 437, 311, 2507, 13, 1012, 360, 286, 652, 309, 855, 385, 437, 311, 294, 264, 2701, 30, 4935, 439, 613, 8213, 46100, 510, 11, 829, 552, 1854, 35395, 30203, 13, 1144, 291, 1604, 264, 1708, 295, 10745, 562, 321, 1143, 281, 818, 18643, 32, 12057, 257, 11369, 30, 492, 1143, 281, 829, 309, 1854, 35395, 47, 1929, 13, 1033, 30, 639, 307, 264, 912, 551, 13, 467, 2516, 264, 4478, 300, 307, 264, 8213, 13333, 293, 8137, 309, 1854], "avg_logprob": -0.4365808721266541, "compression_ratio": 1.653225806451613, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 982.76, "end": 982.98, "word": " Okay?", "probability": 0.08172607421875}, {"start": 983.44, "end": 983.7, "word": " But", "probability": 0.77197265625}, {"start": 983.7, "end": 984.14, "word": " I", "probability": 0.7705078125}, {"start": 984.14, "end": 984.4, "word": " can't", "probability": 0.6578369140625}, {"start": 984.4, "end": 984.78, "word": " see", "probability": 0.85205078125}, {"start": 984.78, "end": 985.04, "word": " it.", "probability": 0.78759765625}, {"start": 985.42, "end": 985.94, "word": " Why?", "probability": 0.83935546875}, {"start": 986.02, "end": 986.26, "word": " Because", "probability": 0.8779296875}, {"start": 986.26, "end": 987.22, "word": " the", "probability": 0.595703125}, {"start": 987.22, "end": 987.9, "word": " screen", "probability": 0.7421875}, {"start": 987.9, "end": 987.9, "word": " got", "probability": 0.2489013671875}, {"start": 987.9, "end": 987.9, "word": " bored,", "probability": 0.478271484375}, {"start": 988.02, "end": 988.18, "word": " so", "probability": 0.6328125}, {"start": 988.18, "end": 988.24, "word": " it", "probability": 0.62353515625}, {"start": 988.24, "end": 988.3, "word": " didn't", "probability": 0.75048828125}, {"start": 988.3, "end": 988.46, "word": " show", "probability": 0.54541015625}, {"start": 988.46, "end": 988.86, "word": " what's", "probability": 0.44378662109375}, {"start": 988.86, "end": 989.04, "word": " below.", "probability": 0.5205078125}, {"start": 989.18, "end": 989.64, "word": " How", "probability": 0.8955078125}, {"start": 989.64, "end": 989.84, "word": " do", "probability": 0.3798828125}, {"start": 989.84, "end": 989.84, "word": " I", "probability": 0.9658203125}, {"start": 989.84, "end": 990.24, "word": " make", "probability": 0.423583984375}, {"start": 990.24, "end": 990.6, "word": " it", "probability": 0.8251953125}, {"start": 990.6, "end": 990.82, "word": " show", "probability": 0.84326171875}, {"start": 990.82, "end": 991.06, "word": " me", "probability": 0.458740234375}, {"start": 991.06, "end": 991.28, "word": " what's", "probability": 0.897705078125}, {"start": 991.28, "end": 991.74, "word": " in", "probability": 0.478759765625}, {"start": 991.74, "end": 991.96, "word": " the", "probability": 0.86328125}, {"start": 991.96, "end": 992.3, "word": " content?", "probability": 0.77978515625}, {"start": 993.42, "end": 993.94, "word": " Put", "probability": 0.53369140625}, {"start": 993.94, "end": 994.24, "word": " all", "probability": 0.5234375}, {"start": 994.24, "end": 994.34, "word": " these", "probability": 0.44921875}, {"start": 994.34, "end": 994.66, "word": " linear", "probability": 0.78759765625}, {"start": 994.66, "end": 995.06, "word": " layouts", "probability": 0.87060546875}, {"start": 995.06, "end": 996.0, "word": " here,", "probability": 0.348876953125}, {"start": 996.14, "end": 997.08, "word": " put", "probability": 0.490478515625}, {"start": 997.08, "end": 997.22, "word": " them", "probability": 0.7451171875}, {"start": 997.22, "end": 997.4, "word": " inside", "probability": 0.71826171875}, {"start": 997.4, "end": 998.0, "word": " ScrollView.", "probability": 0.559814453125}, {"start": 998.84, "end": 999.08, "word": " Do", "probability": 0.64111328125}, {"start": 999.08, "end": 999.08, "word": " you", "probability": 0.970703125}, {"start": 999.08, "end": 999.4, "word": " remember", "probability": 0.875}, {"start": 999.4, "end": 999.64, "word": " the", "probability": 0.2310791015625}, {"start": 999.64, "end": 999.7, "word": " days", "probability": 0.56787109375}, {"start": 999.7, "end": 999.96, "word": " of", "probability": 0.7255859375}, {"start": 999.96, "end": 1000.26, "word": " Java", "probability": 0.9208984375}, {"start": 1000.26, "end": 1000.48, "word": " when", "probability": 0.515625}, {"start": 1000.48, "end": 1000.8, "word": " we", "probability": 0.92919921875}, {"start": 1000.8, "end": 1000.8, "word": " used", "probability": 0.5439453125}, {"start": 1000.8, "end": 1000.8, "word": " to", "probability": 0.9619140625}, {"start": 1000.8, "end": 1001.06, "word": " call", "probability": 0.283447265625}, {"start": 1001.06, "end": 1001.88, "word": " TextArea", "probability": 0.78271484375}, {"start": 1001.88, "end": 1002.38, "word": " a", "probability": 0.2236328125}, {"start": 1002.38, "end": 1002.72, "word": " scroll?", "probability": 0.8369140625}, {"start": 1002.86, "end": 1003.14, "word": " We", "probability": 0.9267578125}, {"start": 1003.14, "end": 1003.14, "word": " used", "probability": 0.8291015625}, {"start": 1003.14, "end": 1003.24, "word": " to", "probability": 0.96875}, {"start": 1003.24, "end": 1003.44, "word": " put", "probability": 0.869140625}, {"start": 1003.44, "end": 1003.54, "word": " it", "probability": 0.77880859375}, {"start": 1003.54, "end": 1003.8, "word": " inside", "probability": 0.9091796875}, {"start": 1003.8, "end": 1004.52, "word": " ScrollPane.", "probability": 0.81640625}, {"start": 1005.22, "end": 1005.36, "word": " Okay?", "probability": 0.794921875}, {"start": 1005.78, "end": 1006.22, "word": " This", "probability": 0.5166015625}, {"start": 1006.22, "end": 1006.28, "word": " is", "probability": 0.888671875}, {"start": 1006.28, "end": 1006.46, "word": " the", "probability": 0.8935546875}, {"start": 1006.46, "end": 1006.46, "word": " same", "probability": 0.904296875}, {"start": 1006.46, "end": 1006.76, "word": " thing.", "probability": 0.8603515625}, {"start": 1006.82, "end": 1006.9, "word": " It", "probability": 0.5078125}, {"start": 1006.9, "end": 1007.18, "word": " takes", "probability": 0.76904296875}, {"start": 1007.18, "end": 1007.32, "word": " the", "probability": 0.48095703125}, {"start": 1007.32, "end": 1007.6, "word": " element", "probability": 0.82568359375}, {"start": 1007.6, "end": 1007.82, "word": " that", "probability": 0.2169189453125}, {"start": 1007.82, "end": 1008.74, "word": " is", "probability": 0.732421875}, {"start": 1008.74, "end": 1008.86, "word": " the", "probability": 0.6806640625}, {"start": 1008.86, "end": 1009.08, "word": " linear", "probability": 0.79345703125}, {"start": 1009.08, "end": 1009.54, "word": " layout", "probability": 0.9892578125}, {"start": 1009.54, "end": 1009.66, "word": " and", "probability": 0.4580078125}, {"start": 1009.66, "end": 1009.84, "word": " puts", "probability": 0.82080078125}, {"start": 1009.84, "end": 1009.94, "word": " it", "probability": 0.9443359375}, {"start": 1009.94, "end": 1010.3, "word": " inside", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 36, "seek": 103681, "start": 1011.17, "end": 1036.81, "text": " scroll view now the screen is made up of what? I have a vertical linear layout it has a picture and here in this part I have a vertical horizontal in the first horizontal linear layout it has two parts it has a vertical layout with buttons and in this part I have a scroll view because it tells you that the scroll view", "tokens": [11369, 1910, 586, 264, 2568, 307, 1027, 493, 295, 437, 30, 286, 362, 257, 9429, 8213, 13333, 309, 575, 257, 3036, 293, 510, 294, 341, 644, 286, 362, 257, 9429, 12750, 294, 264, 700, 12750, 8213, 13333, 309, 575, 732, 3166, 309, 575, 257, 9429, 13333, 365, 9905, 293, 294, 341, 644, 286, 362, 257, 11369, 1910, 570, 309, 5112, 291, 300, 264, 11369, 1910], "avg_logprob": -0.43726325260870386, "compression_ratio": 2.0, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1011.17, "end": 1011.55, "word": " scroll", "probability": 0.365478515625}, {"start": 1011.55, "end": 1011.87, "word": " view", "probability": 0.81689453125}, {"start": 1011.87, "end": 1013.03, "word": " now", "probability": 0.0972900390625}, {"start": 1013.03, "end": 1013.27, "word": " the", "probability": 0.494873046875}, {"start": 1013.27, "end": 1013.51, "word": " screen", "probability": 0.7041015625}, {"start": 1013.51, "end": 1013.63, "word": " is", "probability": 0.58056640625}, {"start": 1013.63, "end": 1013.91, "word": " made", "probability": 0.4921875}, {"start": 1013.91, "end": 1014.05, "word": " up", "probability": 0.462646484375}, {"start": 1014.05, "end": 1014.15, "word": " of", "probability": 0.87646484375}, {"start": 1014.15, "end": 1014.43, "word": " what?", "probability": 0.5419921875}, {"start": 1014.79, "end": 1015.03, "word": " I", "probability": 0.50537109375}, {"start": 1015.03, "end": 1015.17, "word": " have", "probability": 0.89013671875}, {"start": 1015.17, "end": 1015.25, "word": " a", "probability": 0.47412109375}, {"start": 1015.25, "end": 1015.63, "word": " vertical", "probability": 0.88232421875}, {"start": 1015.63, "end": 1015.99, "word": " linear", "probability": 0.7578125}, {"start": 1015.99, "end": 1016.51, "word": " layout", "probability": 0.9775390625}, {"start": 1016.51, "end": 1016.79, "word": " it", "probability": 0.2474365234375}, {"start": 1016.79, "end": 1018.79, "word": " has", "probability": 0.86669921875}, {"start": 1018.79, "end": 1018.89, "word": " a", "probability": 0.80224609375}, {"start": 1018.89, "end": 1019.15, "word": " picture", "probability": 0.57958984375}, {"start": 1019.15, "end": 1019.51, "word": " and", "probability": 0.650390625}, {"start": 1019.51, "end": 1019.93, "word": " here", "probability": 0.56396484375}, {"start": 1019.93, "end": 1020.11, "word": " in", "probability": 0.62060546875}, {"start": 1020.11, "end": 1020.73, "word": " this", "probability": 0.921875}, {"start": 1020.73, "end": 1020.73, "word": " part", "probability": 0.69482421875}, {"start": 1020.73, "end": 1020.95, "word": " I", "probability": 0.62744140625}, {"start": 1020.95, "end": 1021.19, "word": " have", "probability": 0.94091796875}, {"start": 1021.19, "end": 1021.25, "word": " a", "probability": 0.456787109375}, {"start": 1021.25, "end": 1021.85, "word": " vertical", "probability": 0.77978515625}, {"start": 1021.85, "end": 1024.11, "word": " horizontal", "probability": 0.3046875}, {"start": 1024.11, "end": 1024.41, "word": " in", "probability": 0.39306640625}, {"start": 1024.41, "end": 1024.53, "word": " the", "probability": 0.90673828125}, {"start": 1024.53, "end": 1024.75, "word": " first", "probability": 0.67822265625}, {"start": 1024.75, "end": 1024.97, "word": " horizontal", "probability": 0.1890869140625}, {"start": 1024.97, "end": 1026.63, "word": " linear", "probability": 0.56298828125}, {"start": 1026.63, "end": 1027.13, "word": " layout", "probability": 0.9775390625}, {"start": 1027.13, "end": 1027.37, "word": " it", "probability": 0.52978515625}, {"start": 1027.37, "end": 1027.79, "word": " has", "probability": 0.939453125}, {"start": 1027.79, "end": 1027.91, "word": " two", "probability": 0.8359375}, {"start": 1027.91, "end": 1028.11, "word": " parts", "probability": 0.86181640625}, {"start": 1028.11, "end": 1028.31, "word": " it", "probability": 0.391845703125}, {"start": 1028.31, "end": 1028.49, "word": " has", "probability": 0.947265625}, {"start": 1028.49, "end": 1028.63, "word": " a", "probability": 0.74072265625}, {"start": 1028.63, "end": 1028.95, "word": " vertical", "probability": 0.9326171875}, {"start": 1028.95, "end": 1029.47, "word": " layout", "probability": 0.93603515625}, {"start": 1029.47, "end": 1029.77, "word": " with", "probability": 0.31640625}, {"start": 1029.77, "end": 1030.27, "word": " buttons", "probability": 0.76611328125}, {"start": 1030.27, "end": 1031.15, "word": " and", "probability": 0.8486328125}, {"start": 1031.15, "end": 1031.23, "word": " in", "probability": 0.85986328125}, {"start": 1031.23, "end": 1031.35, "word": " this", "probability": 0.93359375}, {"start": 1031.35, "end": 1031.53, "word": " part", "probability": 0.89599609375}, {"start": 1031.53, "end": 1031.95, "word": " I", "probability": 0.80712890625}, {"start": 1031.95, "end": 1032.09, "word": " have", "probability": 0.94921875}, {"start": 1032.09, "end": 1032.21, "word": " a", "probability": 0.74072265625}, {"start": 1032.21, "end": 1032.43, "word": " scroll", "probability": 0.9541015625}, {"start": 1032.43, "end": 1032.77, "word": " view", "probability": 0.9169921875}, {"start": 1032.77, "end": 1035.11, "word": " because", "probability": 0.31298828125}, {"start": 1035.11, "end": 1035.39, "word": " it", "probability": 0.576171875}, {"start": 1035.39, "end": 1035.69, "word": " tells", "probability": 0.572265625}, {"start": 1035.69, "end": 1035.93, "word": " you", "probability": 0.92236328125}, {"start": 1035.93, "end": 1036.07, "word": " that", "probability": 0.904296875}, {"start": 1036.07, "end": 1036.25, "word": " the", "probability": 0.634765625}, {"start": 1036.25, "end": 1036.47, "word": " scroll", "probability": 0.94921875}, {"start": 1036.47, "end": 1036.81, "word": " view", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 37, "seek": 106668, "start": 1037.84, "end": 1066.68, "text": " You have to put layout in it. In the scroll view, you have to put more than one thing. That's why I made a scroll view. And what's inside the scroll view? Linear layout. And put inside this linear layout whatever you want. So now, this layout is for what? This layout is for buttons. Right? This one.", "tokens": [509, 362, 281, 829, 13333, 294, 309, 13, 682, 264, 11369, 1910, 11, 291, 362, 281, 829, 544, 813, 472, 551, 13, 663, 311, 983, 286, 1027, 257, 11369, 1910, 13, 400, 437, 311, 1854, 264, 11369, 1910, 30, 14670, 289, 13333, 13, 400, 829, 1854, 341, 8213, 13333, 2035, 291, 528, 13, 407, 586, 11, 341, 13333, 307, 337, 437, 30, 639, 13333, 307, 337, 9905, 13, 1779, 30, 639, 472, 13], "avg_logprob": -0.5287161984959164, "compression_ratio": 1.7810650887573964, "no_speech_prob": 0.0, "words": [{"start": 1037.84, "end": 1038.06, "word": " You", "probability": 0.390869140625}, {"start": 1038.06, "end": 1038.22, "word": " have", "probability": 0.3203125}, {"start": 1038.22, "end": 1038.32, "word": " to", "probability": 0.96435546875}, {"start": 1038.32, "end": 1038.58, "word": " put", "probability": 0.56982421875}, {"start": 1038.58, "end": 1040.0, "word": " layout", "probability": 0.344482421875}, {"start": 1040.0, "end": 1040.14, "word": " in", "probability": 0.37255859375}, {"start": 1040.14, "end": 1040.14, "word": " it.", "probability": 0.323974609375}, {"start": 1040.64, "end": 1041.16, "word": " In", "probability": 0.26416015625}, {"start": 1041.16, "end": 1041.3, "word": " the", "probability": 0.292724609375}, {"start": 1041.3, "end": 1041.58, "word": " scroll", "probability": 0.802734375}, {"start": 1041.58, "end": 1041.86, "word": " view,", "probability": 0.8017578125}, {"start": 1042.0, "end": 1042.22, "word": " you", "probability": 0.255859375}, {"start": 1042.22, "end": 1042.36, "word": " have", "probability": 0.281494140625}, {"start": 1042.36, "end": 1042.36, "word": " to", "probability": 0.9453125}, {"start": 1042.36, "end": 1042.48, "word": " put", "probability": 0.84228515625}, {"start": 1042.48, "end": 1042.94, "word": " more", "probability": 0.69873046875}, {"start": 1042.94, "end": 1043.08, "word": " than", "probability": 0.81103515625}, {"start": 1043.08, "end": 1043.46, "word": " one", "probability": 0.876953125}, {"start": 1043.46, "end": 1043.46, "word": " thing.", "probability": 0.65966796875}, {"start": 1044.08, "end": 1044.6, "word": " That's", "probability": 0.609375}, {"start": 1044.6, "end": 1044.76, "word": " why", "probability": 0.92236328125}, {"start": 1044.76, "end": 1045.0, "word": " I", "probability": 0.818359375}, {"start": 1045.0, "end": 1045.42, "word": " made", "probability": 0.48388671875}, {"start": 1045.42, "end": 1045.6, "word": " a", "probability": 0.56640625}, {"start": 1045.6, "end": 1045.86, "word": " scroll", "probability": 0.92431640625}, {"start": 1045.86, "end": 1046.24, "word": " view.", "probability": 0.90283203125}, {"start": 1048.4, "end": 1048.92, "word": " And", "probability": 0.451904296875}, {"start": 1048.92, "end": 1049.14, "word": " what's", "probability": 0.6746826171875}, {"start": 1049.14, "end": 1049.48, "word": " inside", "probability": 0.53271484375}, {"start": 1049.48, "end": 1050.24, "word": " the", "probability": 0.390380859375}, {"start": 1050.24, "end": 1050.48, "word": " scroll", "probability": 0.93701171875}, {"start": 1050.48, "end": 1050.86, "word": " view?", "probability": 0.88232421875}, {"start": 1051.2, "end": 1051.72, "word": " Linear", "probability": 0.8916015625}, {"start": 1051.72, "end": 1053.12, "word": " layout.", "probability": 0.61474609375}, {"start": 1053.76, "end": 1054.28, "word": " And", "probability": 0.7978515625}, {"start": 1054.28, "end": 1054.58, "word": " put", "probability": 0.489013671875}, {"start": 1054.58, "end": 1054.7, "word": " inside", "probability": 0.47900390625}, {"start": 1054.7, "end": 1054.94, "word": " this", "probability": 0.387939453125}, {"start": 1054.94, "end": 1055.1, "word": " linear", "probability": 0.8076171875}, {"start": 1055.1, "end": 1055.52, "word": " layout", "probability": 0.98583984375}, {"start": 1055.52, "end": 1056.7, "word": " whatever", "probability": 0.2401123046875}, {"start": 1056.7, "end": 1057.04, "word": " you", "probability": 0.71630859375}, {"start": 1057.04, "end": 1057.04, "word": " want.", "probability": 0.66845703125}, {"start": 1060.68, "end": 1061.2, "word": " So", "probability": 0.54150390625}, {"start": 1061.2, "end": 1061.5, "word": " now,", "probability": 0.8173828125}, {"start": 1061.86, "end": 1063.64, "word": " this", "probability": 0.55224609375}, {"start": 1063.64, "end": 1064.06, "word": " layout", "probability": 0.73779296875}, {"start": 1064.06, "end": 1064.26, "word": " is", "probability": 0.63525390625}, {"start": 1064.26, "end": 1064.26, "word": " for", "probability": 0.351806640625}, {"start": 1064.26, "end": 1064.5, "word": " what?", "probability": 0.58349609375}, {"start": 1064.66, "end": 1064.94, "word": " This", "probability": 0.64111328125}, {"start": 1064.94, "end": 1065.14, "word": " layout", "probability": 0.47216796875}, {"start": 1065.14, "end": 1065.38, "word": " is", "probability": 0.83935546875}, {"start": 1065.38, "end": 1065.44, "word": " for", "probability": 0.59228515625}, {"start": 1065.44, "end": 1065.7, "word": " buttons.", "probability": 0.7880859375}, {"start": 1065.96, "end": 1066.24, "word": " Right?", "probability": 0.7490234375}, {"start": 1066.42, "end": 1066.62, "word": " This", "probability": 0.40185546875}, {"start": 1066.62, "end": 1066.68, "word": " one.", "probability": 0.7255859375}], "temperature": 1.0}, {"id": 38, "seek": 109224, "start": 1068.64, "end": 1092.24, "text": " What is next to it? No, it has a scroll view. Ok? The scroll view is inside what? Linear layout. And notice that the scroll view deals with any item that has a weight of 3. In order for this layout to take 1 and this scroll view to take 3. And inside the scroll view is my linear layout.", "tokens": [708, 307, 958, 281, 309, 30, 883, 11, 309, 575, 257, 11369, 1910, 13, 3477, 30, 440, 11369, 1910, 307, 1854, 437, 30, 14670, 289, 13333, 13, 400, 3449, 300, 264, 11369, 1910, 11215, 365, 604, 3174, 300, 575, 257, 3364, 295, 805, 13, 682, 1668, 337, 341, 13333, 281, 747, 502, 293, 341, 11369, 1910, 281, 747, 805, 13, 400, 1854, 264, 11369, 1910, 307, 452, 8213, 13333, 13], "avg_logprob": -0.4850352062305934, "compression_ratio": 1.7245508982035929, "no_speech_prob": 0.0, "words": [{"start": 1068.64, "end": 1068.92, "word": " What", "probability": 0.2568359375}, {"start": 1068.92, "end": 1069.0, "word": " is", "probability": 0.469482421875}, {"start": 1069.0, "end": 1069.38, "word": " next", "probability": 0.50244140625}, {"start": 1069.38, "end": 1069.6, "word": " to", "probability": 0.935546875}, {"start": 1069.6, "end": 1069.6, "word": " it?", "probability": 0.72705078125}, {"start": 1071.56, "end": 1072.12, "word": " No,", "probability": 0.442626953125}, {"start": 1072.24, "end": 1072.26, "word": " it", "probability": 0.615234375}, {"start": 1072.26, "end": 1072.36, "word": " has", "probability": 0.53955078125}, {"start": 1072.36, "end": 1072.56, "word": " a", "probability": 0.348876953125}, {"start": 1072.56, "end": 1072.76, "word": " scroll", "probability": 0.81787109375}, {"start": 1072.76, "end": 1073.06, "word": " view.", "probability": 0.7607421875}, {"start": 1073.62, "end": 1074.18, "word": " Ok?", "probability": 0.2308349609375}, {"start": 1074.78, "end": 1074.98, "word": " The", "probability": 0.414794921875}, {"start": 1074.98, "end": 1075.24, "word": " scroll", "probability": 0.9462890625}, {"start": 1075.24, "end": 1075.56, "word": " view", "probability": 0.90185546875}, {"start": 1075.56, "end": 1075.7, "word": " is", "probability": 0.318359375}, {"start": 1075.7, "end": 1075.92, "word": " inside", "probability": 0.71240234375}, {"start": 1075.92, "end": 1076.3, "word": " what?", "probability": 0.281982421875}, {"start": 1077.0, "end": 1077.52, "word": " Linear", "probability": 0.827392578125}, {"start": 1077.52, "end": 1077.82, "word": " layout.", "probability": 0.88134765625}, {"start": 1079.24, "end": 1079.8, "word": " And", "probability": 0.32568359375}, {"start": 1079.8, "end": 1080.06, "word": " notice", "probability": 0.69091796875}, {"start": 1080.06, "end": 1080.22, "word": " that", "probability": 0.80615234375}, {"start": 1080.22, "end": 1080.5, "word": " the", "probability": 0.302001953125}, {"start": 1080.5, "end": 1080.78, "word": " scroll", "probability": 0.95068359375}, {"start": 1080.78, "end": 1081.14, "word": " view", "probability": 0.91748046875}, {"start": 1081.14, "end": 1081.62, "word": " deals", "probability": 0.35693359375}, {"start": 1081.62, "end": 1081.78, "word": " with", "probability": 0.880859375}, {"start": 1081.78, "end": 1082.36, "word": " any", "probability": 0.56005859375}, {"start": 1082.36, "end": 1082.78, "word": " item", "probability": 0.93115234375}, {"start": 1082.78, "end": 1082.92, "word": " that", "probability": 0.48046875}, {"start": 1082.92, "end": 1083.14, "word": " has", "probability": 0.322998046875}, {"start": 1083.14, "end": 1083.26, "word": " a", "probability": 0.308349609375}, {"start": 1083.26, "end": 1083.44, "word": " weight", "probability": 0.75390625}, {"start": 1083.44, "end": 1083.6, "word": " of", "probability": 0.6748046875}, {"start": 1083.6, "end": 1084.04, "word": " 3.", "probability": 0.76416015625}, {"start": 1084.6, "end": 1084.8, "word": " In", "probability": 0.1632080078125}, {"start": 1084.8, "end": 1085.0, "word": " order", "probability": 0.9130859375}, {"start": 1085.0, "end": 1085.1, "word": " for", "probability": 0.332275390625}, {"start": 1085.1, "end": 1085.92, "word": " this", "probability": 0.5009765625}, {"start": 1085.92, "end": 1086.88, "word": " layout", "probability": 0.84912109375}, {"start": 1086.88, "end": 1086.98, "word": " to", "probability": 0.94140625}, {"start": 1086.98, "end": 1086.98, "word": " take", "probability": 0.51806640625}, {"start": 1086.98, "end": 1087.22, "word": " 1", "probability": 0.75634765625}, {"start": 1087.22, "end": 1087.4, "word": " and", "probability": 0.65771484375}, {"start": 1087.4, "end": 1087.62, "word": " this", "probability": 0.47802734375}, {"start": 1087.62, "end": 1088.0, "word": " scroll", "probability": 0.919921875}, {"start": 1088.0, "end": 1088.28, "word": " view", "probability": 0.89892578125}, {"start": 1088.28, "end": 1088.38, "word": " to", "probability": 0.85400390625}, {"start": 1088.38, "end": 1088.52, "word": " take", "probability": 0.8642578125}, {"start": 1088.52, "end": 1088.86, "word": " 3.", "probability": 0.99072265625}, {"start": 1089.38, "end": 1089.7, "word": " And", "probability": 0.8271484375}, {"start": 1089.7, "end": 1089.8, "word": " inside", "probability": 0.6796875}, {"start": 1089.8, "end": 1090.0, "word": " the", "probability": 0.826171875}, {"start": 1090.0, "end": 1090.12, "word": " scroll", "probability": 0.955078125}, {"start": 1090.12, "end": 1090.54, "word": " view", "probability": 0.896484375}, {"start": 1090.54, "end": 1091.08, "word": " is", "probability": 0.400146484375}, {"start": 1091.08, "end": 1091.62, "word": " my", "probability": 0.62158203125}, {"start": 1091.62, "end": 1091.9, "word": " linear", "probability": 0.84912109375}, {"start": 1091.9, "end": 1092.24, "word": " layout.", "probability": 0.9892578125}], "temperature": 1.0}, {"id": 39, "seek": 110690, "start": 1096.84, "end": 1106.9, "text": " I can add a match here to fill the school view Now if I run the application", "tokens": [286, 393, 909, 257, 2995, 510, 281, 2836, 264, 1395, 1910, 823, 498, 286, 1190, 264, 3861], "avg_logprob": -0.901909695731269, "compression_ratio": 1.0704225352112675, "no_speech_prob": 0.0, "words": [{"start": 1096.84, "end": 1097.22, "word": " I", "probability": 0.302490234375}, {"start": 1097.22, "end": 1097.66, "word": " can", "probability": 0.53955078125}, {"start": 1097.66, "end": 1097.96, "word": " add", "probability": 0.1456298828125}, {"start": 1097.96, "end": 1098.34, "word": " a", "probability": 0.347900390625}, {"start": 1098.34, "end": 1099.5, "word": " match", "probability": 0.689453125}, {"start": 1099.5, "end": 1100.72, "word": " here", "probability": 0.168701171875}, {"start": 1100.72, "end": 1100.94, "word": " to", "probability": 0.465087890625}, {"start": 1100.94, "end": 1101.4, "word": " fill", "probability": 0.50927734375}, {"start": 1101.4, "end": 1102.16, "word": " the", "probability": 0.50927734375}, {"start": 1102.16, "end": 1102.4, "word": " school", "probability": 0.1048583984375}, {"start": 1102.4, "end": 1102.72, "word": " view", "probability": 0.55419921875}, {"start": 1102.72, "end": 1103.66, "word": " Now", "probability": 0.221923828125}, {"start": 1103.66, "end": 1103.96, "word": " if", "probability": 0.6572265625}, {"start": 1103.96, "end": 1104.14, "word": " I", "probability": 0.8271484375}, {"start": 1104.14, "end": 1104.66, "word": " run", "probability": 0.69287109375}, {"start": 1104.66, "end": 1105.76, "word": " the", "probability": 0.509765625}, {"start": 1105.76, "end": 1106.9, "word": " application", "probability": 0.56298828125}], "temperature": 1.0}, {"id": 40, "seek": 116046, "start": 1134.5, "end": 1160.46, "text": " Can you see what is happening now? Can you see the scroll? In short, guys, today we took something new which is scroll view In short, if I have a screen Let's get rid of the example Because I have a screen with vertical layout", "tokens": [1664, 291, 536, 437, 307, 2737, 586, 30, 1664, 291, 536, 264, 11369, 30, 682, 2099, 11, 1074, 11, 965, 321, 1890, 746, 777, 597, 307, 11369, 1910, 682, 2099, 11, 498, 286, 362, 257, 2568, 961, 311, 483, 3973, 295, 264, 1365, 1436, 286, 362, 257, 2568, 365, 9429, 13333], "avg_logprob": -0.5267427598054593, "compression_ratio": 1.5033112582781456, "no_speech_prob": 0.0, "words": [{"start": 1134.5, "end": 1134.8, "word": " Can", "probability": 0.27490234375}, {"start": 1134.8, "end": 1134.84, "word": " you", "probability": 0.95703125}, {"start": 1134.84, "end": 1135.08, "word": " see", "probability": 0.88232421875}, {"start": 1135.08, "end": 1135.38, "word": " what", "probability": 0.716796875}, {"start": 1135.38, "end": 1135.5, "word": " is", "probability": 0.448974609375}, {"start": 1135.5, "end": 1135.74, "word": " happening", "probability": 0.658203125}, {"start": 1135.74, "end": 1135.9, "word": " now?", "probability": 0.444091796875}, {"start": 1136.72, "end": 1137.2, "word": " Can", "probability": 0.499755859375}, {"start": 1137.2, "end": 1137.2, "word": " you", "probability": 0.96826171875}, {"start": 1137.2, "end": 1137.38, "word": " see", "probability": 0.921875}, {"start": 1137.38, "end": 1137.52, "word": " the", "probability": 0.72607421875}, {"start": 1137.52, "end": 1137.78, "word": " scroll?", "probability": 0.90283203125}, {"start": 1142.08, "end": 1142.68, "word": " In", "probability": 0.2445068359375}, {"start": 1142.68, "end": 1143.04, "word": " short,", "probability": 0.38037109375}, {"start": 1143.44, "end": 1143.72, "word": " guys,", "probability": 0.304443359375}, {"start": 1144.64, "end": 1145.32, "word": " today", "probability": 0.68798828125}, {"start": 1145.32, "end": 1145.84, "word": " we", "probability": 0.78271484375}, {"start": 1145.84, "end": 1146.06, "word": " took", "probability": 0.28369140625}, {"start": 1146.06, "end": 1146.32, "word": " something", "probability": 0.58544921875}, {"start": 1146.32, "end": 1146.54, "word": " new", "probability": 0.87890625}, {"start": 1146.54, "end": 1146.7, "word": " which", "probability": 0.4677734375}, {"start": 1146.7, "end": 1146.72, "word": " is", "probability": 0.93701171875}, {"start": 1146.72, "end": 1147.04, "word": " scroll", "probability": 0.37939453125}, {"start": 1147.04, "end": 1147.38, "word": " view", "probability": 0.89599609375}, {"start": 1147.38, "end": 1148.12, "word": " In", "probability": 0.447265625}, {"start": 1148.12, "end": 1148.46, "word": " short,", "probability": 0.77490234375}, {"start": 1148.82, "end": 1150.42, "word": " if", "probability": 0.8671875}, {"start": 1150.42, "end": 1152.06, "word": " I", "probability": 0.89208984375}, {"start": 1152.06, "end": 1152.38, "word": " have", "probability": 0.9267578125}, {"start": 1152.38, "end": 1152.6, "word": " a", "probability": 0.955078125}, {"start": 1152.6, "end": 1152.94, "word": " screen", "probability": 0.81591796875}, {"start": 1152.94, "end": 1156.58, "word": " Let's", "probability": 0.456756591796875}, {"start": 1156.58, "end": 1156.58, "word": " get", "probability": 0.1630859375}, {"start": 1156.58, "end": 1156.9, "word": " rid", "probability": 0.56982421875}, {"start": 1156.9, "end": 1157.04, "word": " of", "probability": 0.96728515625}, {"start": 1157.04, "end": 1157.14, "word": " the", "probability": 0.57421875}, {"start": 1157.14, "end": 1157.4, "word": " example", "probability": 0.93408203125}, {"start": 1157.4, "end": 1158.18, "word": " Because", "probability": 0.53271484375}, {"start": 1158.18, "end": 1158.38, "word": " I", "probability": 0.497314453125}, {"start": 1158.38, "end": 1158.68, "word": " have", "probability": 0.9375}, {"start": 1158.68, "end": 1158.94, "word": " a", "probability": 0.78564453125}, {"start": 1158.94, "end": 1159.2, "word": " screen", "probability": 0.76513671875}, {"start": 1159.2, "end": 1159.46, "word": " with", "probability": 0.5322265625}, {"start": 1159.46, "end": 1159.86, "word": " vertical", "probability": 0.1669921875}, {"start": 1159.86, "end": 1160.46, "word": " layout", "probability": 0.85205078125}], "temperature": 1.0}, {"id": 41, "seek": 117740, "start": 1163.28, "end": 1177.4, "text": " Let me zoom in again. Now this is an empty screen. I want to put elements behind each other. These elements take up a lot of space. For example, you came here and you want to put concrete.", "tokens": [961, 385, 8863, 294, 797, 13, 823, 341, 307, 364, 6707, 2568, 13, 286, 528, 281, 829, 4959, 2261, 1184, 661, 13, 1981, 4959, 747, 493, 257, 688, 295, 1901, 13, 1171, 1365, 11, 291, 1361, 510, 293, 291, 528, 281, 829, 9859, 13], "avg_logprob": -0.5006944550408258, "compression_ratio": 1.3897058823529411, "no_speech_prob": 0.0, "words": [{"start": 1163.28, "end": 1163.52, "word": " Let", "probability": 0.38916015625}, {"start": 1163.52, "end": 1163.66, "word": " me", "probability": 0.93115234375}, {"start": 1163.66, "end": 1163.92, "word": " zoom", "probability": 0.36083984375}, {"start": 1163.92, "end": 1164.16, "word": " in", "probability": 0.6474609375}, {"start": 1164.16, "end": 1164.54, "word": " again.", "probability": 0.5078125}, {"start": 1165.96, "end": 1166.46, "word": " Now", "probability": 0.2939453125}, {"start": 1166.46, "end": 1166.46, "word": " this", "probability": 0.41748046875}, {"start": 1166.46, "end": 1166.8, "word": " is", "probability": 0.70166015625}, {"start": 1166.8, "end": 1166.86, "word": " an", "probability": 0.72314453125}, {"start": 1166.86, "end": 1167.14, "word": " empty", "probability": 0.8037109375}, {"start": 1167.14, "end": 1167.14, "word": " screen.", "probability": 0.79638671875}, {"start": 1167.56, "end": 1168.0, "word": " I", "probability": 0.4208984375}, {"start": 1168.0, "end": 1168.16, "word": " want", "probability": 0.388671875}, {"start": 1168.16, "end": 1168.22, "word": " to", "probability": 0.947265625}, {"start": 1168.22, "end": 1168.4, "word": " put", "probability": 0.430908203125}, {"start": 1168.4, "end": 1168.8, "word": " elements", "probability": 0.52490234375}, {"start": 1168.8, "end": 1169.04, "word": " behind", "probability": 0.75732421875}, {"start": 1169.04, "end": 1169.32, "word": " each", "probability": 0.77490234375}, {"start": 1169.32, "end": 1169.32, "word": " other.", "probability": 0.8681640625}, {"start": 1169.4, "end": 1169.5, "word": " These", "probability": 0.394287109375}, {"start": 1169.5, "end": 1169.9, "word": " elements", "probability": 0.91015625}, {"start": 1169.9, "end": 1170.48, "word": " take", "probability": 0.54052734375}, {"start": 1170.48, "end": 1170.58, "word": " up", "probability": 0.81689453125}, {"start": 1170.58, "end": 1170.82, "word": " a", "probability": 0.68798828125}, {"start": 1170.82, "end": 1170.82, "word": " lot", "probability": 0.544921875}, {"start": 1170.82, "end": 1170.82, "word": " of", "probability": 0.96875}, {"start": 1170.82, "end": 1171.42, "word": " space.", "probability": 0.91796875}, {"start": 1173.88, "end": 1174.08, "word": " For", "probability": 0.30126953125}, {"start": 1174.08, "end": 1175.22, "word": " example,", "probability": 0.89697265625}, {"start": 1175.48, "end": 1175.6, "word": " you", "probability": 0.324462890625}, {"start": 1175.6, "end": 1175.84, "word": " came", "probability": 0.41357421875}, {"start": 1175.84, "end": 1176.18, "word": " here", "probability": 0.81884765625}, {"start": 1176.18, "end": 1176.32, "word": " and", "probability": 0.58642578125}, {"start": 1176.32, "end": 1176.44, "word": " you", "probability": 0.51904296875}, {"start": 1176.44, "end": 1176.44, "word": " want", "probability": 0.6103515625}, {"start": 1176.44, "end": 1176.88, "word": " to", "probability": 0.96826171875}, {"start": 1176.88, "end": 1177.06, "word": " put", "probability": 0.60791015625}, {"start": 1177.06, "end": 1177.4, "word": " concrete.", "probability": 0.666015625}], "temperature": 1.0}, {"id": 42, "seek": 120970, "start": 1191.36, "end": 1209.7, "text": " Match parent webcontent And here I repeated the pattern Text size 30sp", "tokens": [26178, 2596, 3670, 9000, 317, 400, 510, 286, 10477, 264, 5102, 18643, 2744, 2217, 4952], "avg_logprob": -0.8349609375, "compression_ratio": 0.9594594594594594, "no_speech_prob": 0.0, "words": [{"start": 1191.36, "end": 1191.98, "word": " Match", "probability": 0.18701171875}, {"start": 1191.98, "end": 1192.52, "word": " parent", "probability": 0.69970703125}, {"start": 1192.52, "end": 1194.5, "word": " webcontent", "probability": 0.557373046875}, {"start": 1194.5, "end": 1199.34, "word": " And", "probability": 0.20654296875}, {"start": 1199.34, "end": 1201.28, "word": " here", "probability": 0.259765625}, {"start": 1201.28, "end": 1201.42, "word": " I", "probability": 0.3681640625}, {"start": 1201.42, "end": 1201.66, "word": " repeated", "probability": 0.5244140625}, {"start": 1201.66, "end": 1201.82, "word": " the", "probability": 0.73046875}, {"start": 1201.82, "end": 1202.16, "word": " pattern", "probability": 0.361572265625}, {"start": 1202.16, "end": 1206.06, "word": " Text", "probability": 0.4599609375}, {"start": 1206.06, "end": 1207.96, "word": " size", "probability": 0.34521484375}, {"start": 1207.96, "end": 1209.7, "word": " 30sp", "probability": 0.5631103515625}], "temperature": 1.0}, {"id": 43, "seek": 124154, "start": 1219.1, "end": 1241.54, "text": " Ok, this is the set of buttons under each other. Now, there should be content that does not fit under. Ok? Because if you run this application and run it, you will not see the additional buttons. So, to make them visible, let's also make it visible. To make them visible, take all the buttons and put them inside.", "tokens": [3477, 11, 341, 307, 264, 992, 295, 9905, 833, 1184, 661, 13, 823, 11, 456, 820, 312, 2701, 300, 775, 406, 3318, 833, 13, 3477, 30, 1436, 498, 291, 1190, 341, 3861, 293, 1190, 309, 11, 291, 486, 406, 536, 264, 4497, 9905, 13, 407, 11, 281, 652, 552, 8974, 11, 718, 311, 611, 652, 309, 8974, 13, 1407, 652, 552, 8974, 11, 747, 439, 264, 9905, 293, 829, 552, 1854, 13], "avg_logprob": -0.5440924918814881, "compression_ratio": 1.6354166666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1219.1, "end": 1219.34, "word": " Ok,", "probability": 0.139404296875}, {"start": 1219.4, "end": 1219.52, "word": " this", "probability": 0.472412109375}, {"start": 1219.52, "end": 1219.56, "word": " is", "probability": 0.88720703125}, {"start": 1219.56, "end": 1219.6, "word": " the", "probability": 0.478759765625}, {"start": 1219.6, "end": 1219.8, "word": " set", "probability": 0.2568359375}, {"start": 1219.8, "end": 1219.9, "word": " of", "probability": 0.94140625}, {"start": 1219.9, "end": 1220.12, "word": " buttons", "probability": 0.80517578125}, {"start": 1220.12, "end": 1220.38, "word": " under", "probability": 0.2958984375}, {"start": 1220.38, "end": 1220.64, "word": " each", "probability": 0.78759765625}, {"start": 1220.64, "end": 1220.64, "word": " other.", "probability": 0.83642578125}, {"start": 1220.72, "end": 1221.0, "word": " Now,", "probability": 0.58251953125}, {"start": 1221.18, "end": 1221.42, "word": " there", "probability": 0.393798828125}, {"start": 1221.42, "end": 1221.54, "word": " should", "probability": 0.5634765625}, {"start": 1221.54, "end": 1221.86, "word": " be", "probability": 0.89208984375}, {"start": 1221.86, "end": 1222.38, "word": " content", "probability": 0.5478515625}, {"start": 1222.38, "end": 1223.28, "word": " that", "probability": 0.399658203125}, {"start": 1223.28, "end": 1223.32, "word": " does", "probability": 0.322509765625}, {"start": 1223.32, "end": 1223.32, "word": " not", "probability": 0.93212890625}, {"start": 1223.32, "end": 1223.56, "word": " fit", "probability": 0.135498046875}, {"start": 1223.56, "end": 1223.86, "word": " under.", "probability": 0.4423828125}, {"start": 1224.5, "end": 1224.88, "word": " Ok?", "probability": 0.355712890625}, {"start": 1225.46, "end": 1225.64, "word": " Because", "probability": 0.72998046875}, {"start": 1225.64, "end": 1225.76, "word": " if", "probability": 0.81005859375}, {"start": 1225.76, "end": 1226.06, "word": " you", "probability": 0.8544921875}, {"start": 1226.06, "end": 1226.18, "word": " run", "probability": 0.7412109375}, {"start": 1226.18, "end": 1226.34, "word": " this", "probability": 0.7939453125}, {"start": 1226.34, "end": 1226.72, "word": " application", "probability": 0.66455078125}, {"start": 1226.72, "end": 1227.84, "word": " and", "probability": 0.3388671875}, {"start": 1227.84, "end": 1228.24, "word": " run", "probability": 0.470947265625}, {"start": 1228.24, "end": 1228.6, "word": " it,", "probability": 0.93017578125}, {"start": 1228.76, "end": 1228.76, "word": " you", "probability": 0.369384765625}, {"start": 1228.76, "end": 1228.88, "word": " will", "probability": 0.720703125}, {"start": 1228.88, "end": 1228.88, "word": " not", "probability": 0.9296875}, {"start": 1228.88, "end": 1229.24, "word": " see", "probability": 0.64013671875}, {"start": 1229.24, "end": 1229.46, "word": " the", "probability": 0.71240234375}, {"start": 1229.46, "end": 1229.48, "word": " additional", "probability": 0.6396484375}, {"start": 1229.48, "end": 1229.82, "word": " buttons.", "probability": 0.87890625}, {"start": 1232.34, "end": 1232.74, "word": " So,", "probability": 0.47802734375}, {"start": 1233.04, "end": 1233.1, "word": " to", "probability": 0.7314453125}, {"start": 1233.1, "end": 1233.36, "word": " make", "probability": 0.391357421875}, {"start": 1233.36, "end": 1233.56, "word": " them", "probability": 0.6962890625}, {"start": 1233.56, "end": 1233.56, "word": " visible,", "probability": 0.53271484375}, {"start": 1234.04, "end": 1234.42, "word": " let's", "probability": 0.65869140625}, {"start": 1234.42, "end": 1234.88, "word": " also", "probability": 0.445068359375}, {"start": 1234.88, "end": 1235.02, "word": " make", "probability": 0.323974609375}, {"start": 1235.02, "end": 1235.44, "word": " it", "probability": 0.4287109375}, {"start": 1235.44, "end": 1235.82, "word": " visible.", "probability": 0.7822265625}, {"start": 1236.72, "end": 1237.24, "word": " To", "probability": 0.6748046875}, {"start": 1237.24, "end": 1237.6, "word": " make", "probability": 0.935546875}, {"start": 1237.6, "end": 1237.8, "word": " them", "probability": 0.81201171875}, {"start": 1237.8, "end": 1237.8, "word": " visible,", "probability": 0.9111328125}, {"start": 1238.02, "end": 1238.28, "word": " take", "probability": 0.79345703125}, {"start": 1238.28, "end": 1238.38, "word": " all", "probability": 0.892578125}, {"start": 1238.38, "end": 1238.42, "word": " the", "probability": 0.7021484375}, {"start": 1238.42, "end": 1238.7, "word": " buttons", "probability": 0.87744140625}, {"start": 1238.7, "end": 1240.88, "word": " and", "probability": 0.79052734375}, {"start": 1240.88, "end": 1241.12, "word": " put", "probability": 0.73291015625}, {"start": 1241.12, "end": 1241.22, "word": " them", "probability": 0.8857421875}, {"start": 1241.22, "end": 1241.54, "word": " inside.", "probability": 0.8583984375}], "temperature": 1.0}, {"id": 44, "seek": 126733, "start": 1245.32, "end": 1267.34, "text": " Match parent, match parent. Now the scroll view is still empty. I created the scroll view. I am supposed to take the buttons and put them inside the scroll view. But they say that you cannot put more than one thing inside the scroll view. What should we put in it? One thing. So you put linearly out inside. And it should be vertical.", "tokens": [26178, 2596, 11, 2995, 2596, 13, 823, 264, 11369, 1910, 307, 920, 6707, 13, 286, 2942, 264, 11369, 1910, 13, 286, 669, 3442, 281, 747, 264, 9905, 293, 829, 552, 1854, 264, 11369, 1910, 13, 583, 436, 584, 300, 291, 2644, 829, 544, 813, 472, 551, 1854, 264, 11369, 1910, 13, 708, 820, 321, 829, 294, 309, 30, 1485, 551, 13, 407, 291, 829, 43586, 484, 1854, 13, 400, 309, 820, 312, 9429, 13], "avg_logprob": -0.4720833404858907, "compression_ratio": 1.7914438502673797, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1245.32, "end": 1245.76, "word": " Match", "probability": 0.099365234375}, {"start": 1245.76, "end": 1246.2, "word": " parent,", "probability": 0.64892578125}, {"start": 1246.48, "end": 1246.9, "word": " match", "probability": 0.689453125}, {"start": 1246.9, "end": 1247.3, "word": " parent.", "probability": 0.912109375}, {"start": 1247.78, "end": 1248.02, "word": " Now", "probability": 0.5888671875}, {"start": 1248.02, "end": 1248.18, "word": " the", "probability": 0.54052734375}, {"start": 1248.18, "end": 1248.4, "word": " scroll", "probability": 0.7763671875}, {"start": 1248.4, "end": 1248.62, "word": " view", "probability": 0.7431640625}, {"start": 1248.62, "end": 1248.78, "word": " is", "probability": 0.9052734375}, {"start": 1248.78, "end": 1248.94, "word": " still", "probability": 0.61083984375}, {"start": 1248.94, "end": 1249.2, "word": " empty.", "probability": 0.6328125}, {"start": 1249.54, "end": 1249.78, "word": " I", "probability": 0.8115234375}, {"start": 1249.78, "end": 1250.12, "word": " created", "probability": 0.55029296875}, {"start": 1250.12, "end": 1250.26, "word": " the", "probability": 0.525390625}, {"start": 1250.26, "end": 1250.46, "word": " scroll", "probability": 0.97607421875}, {"start": 1250.46, "end": 1250.74, "word": " view.", "probability": 0.90380859375}, {"start": 1251.02, "end": 1251.24, "word": " I", "probability": 0.69384765625}, {"start": 1251.24, "end": 1251.3, "word": " am", "probability": 0.2041015625}, {"start": 1251.3, "end": 1251.5, "word": " supposed", "probability": 0.81591796875}, {"start": 1251.5, "end": 1251.6, "word": " to", "probability": 0.96728515625}, {"start": 1251.6, "end": 1251.84, "word": " take", "probability": 0.505859375}, {"start": 1251.84, "end": 1251.96, "word": " the", "probability": 0.6611328125}, {"start": 1251.96, "end": 1252.12, "word": " buttons", "probability": 0.79052734375}, {"start": 1252.12, "end": 1252.4, "word": " and", "probability": 0.9013671875}, {"start": 1252.4, "end": 1252.6, "word": " put", "probability": 0.494384765625}, {"start": 1252.6, "end": 1252.74, "word": " them", "probability": 0.8896484375}, {"start": 1252.74, "end": 1252.96, "word": " inside", "probability": 0.63671875}, {"start": 1252.96, "end": 1254.14, "word": " the", "probability": 0.720703125}, {"start": 1254.14, "end": 1254.38, "word": " scroll", "probability": 0.9697265625}, {"start": 1254.38, "end": 1254.64, "word": " view.", "probability": 0.904296875}, {"start": 1254.76, "end": 1255.16, "word": " But", "probability": 0.8896484375}, {"start": 1255.16, "end": 1255.42, "word": " they", "probability": 0.2254638671875}, {"start": 1255.42, "end": 1255.56, "word": " say", "probability": 0.515625}, {"start": 1255.56, "end": 1255.7, "word": " that", "probability": 0.476806640625}, {"start": 1255.7, "end": 1255.76, "word": " you", "probability": 0.271484375}, {"start": 1255.76, "end": 1255.88, "word": " cannot", "probability": 0.58154296875}, {"start": 1255.88, "end": 1256.94, "word": " put", "probability": 0.720703125}, {"start": 1256.94, "end": 1257.38, "word": " more", "probability": 0.84716796875}, {"start": 1257.38, "end": 1257.52, "word": " than", "probability": 0.791015625}, {"start": 1257.52, "end": 1257.94, "word": " one", "probability": 0.90087890625}, {"start": 1257.94, "end": 1257.94, "word": " thing", "probability": 0.412353515625}, {"start": 1257.94, "end": 1257.94, "word": " inside", "probability": 0.79296875}, {"start": 1257.94, "end": 1257.94, "word": " the", "probability": 0.8193359375}, {"start": 1257.94, "end": 1257.94, "word": " scroll", "probability": 0.97705078125}, {"start": 1257.94, "end": 1257.94, "word": " view.", "probability": 0.8935546875}, {"start": 1258.52, "end": 1258.7, "word": " What", "probability": 0.197021484375}, {"start": 1258.7, "end": 1258.78, "word": " should", "probability": 0.580078125}, {"start": 1258.78, "end": 1258.94, "word": " we", "probability": 0.52734375}, {"start": 1258.94, "end": 1259.12, "word": " put", "probability": 0.79296875}, {"start": 1259.12, "end": 1259.26, "word": " in", "probability": 0.3896484375}, {"start": 1259.26, "end": 1259.32, "word": " it?", "probability": 0.78125}, {"start": 1260.0, "end": 1260.44, "word": " One", "probability": 0.59521484375}, {"start": 1260.44, "end": 1260.64, "word": " thing.", "probability": 0.857421875}, {"start": 1261.14, "end": 1261.38, "word": " So", "probability": 0.51171875}, {"start": 1261.38, "end": 1261.5, "word": " you", "probability": 0.494140625}, {"start": 1261.5, "end": 1261.72, "word": " put", "probability": 0.759765625}, {"start": 1261.72, "end": 1262.3, "word": " linearly", "probability": 0.35302734375}, {"start": 1262.3, "end": 1262.8, "word": " out", "probability": 0.802734375}, {"start": 1262.8, "end": 1262.84, "word": " inside.", "probability": 0.689453125}, {"start": 1266.22, "end": 1266.66, "word": " And", "probability": 0.7880859375}, {"start": 1266.66, "end": 1266.74, "word": " it", "probability": 0.62890625}, {"start": 1266.74, "end": 1266.82, "word": " should", "probability": 0.66357421875}, {"start": 1266.82, "end": 1266.92, "word": " be", "probability": 0.94775390625}, {"start": 1266.92, "end": 1267.34, "word": " vertical.", "probability": 0.90234375}], "temperature": 1.0}, {"id": 45, "seek": 129242, "start": 1274.06, "end": 1292.42, "text": " And in this layout, put all your buttons. If it is running, you will see a scroll icon.", "tokens": [400, 294, 341, 13333, 11, 829, 439, 428, 9905, 13, 759, 309, 307, 2614, 11, 291, 486, 536, 257, 11369, 6528, 13], "avg_logprob": -0.8023098085237585, "compression_ratio": 1.0864197530864197, "no_speech_prob": 0.0, "words": [{"start": 1274.06, "end": 1274.32, "word": " And", "probability": 0.2783203125}, {"start": 1274.32, "end": 1274.42, "word": " in", "probability": 0.1917724609375}, {"start": 1274.42, "end": 1274.6, "word": " this", "probability": 0.354736328125}, {"start": 1274.6, "end": 1275.2, "word": " layout,", "probability": 0.20166015625}, {"start": 1275.56, "end": 1275.92, "word": " put", "probability": 0.203857421875}, {"start": 1275.92, "end": 1276.08, "word": " all", "probability": 0.72216796875}, {"start": 1276.08, "end": 1276.08, "word": " your", "probability": 0.51416015625}, {"start": 1276.08, "end": 1276.64, "word": " buttons.", "probability": 0.7666015625}, {"start": 1288.58, "end": 1289.3, "word": " If", "probability": 0.2310791015625}, {"start": 1289.3, "end": 1289.72, "word": " it", "probability": 0.57763671875}, {"start": 1289.72, "end": 1289.72, "word": " is", "probability": 0.366943359375}, {"start": 1289.72, "end": 1289.98, "word": " running,", "probability": 0.329833984375}, {"start": 1290.38, "end": 1290.56, "word": " you", "probability": 0.60302734375}, {"start": 1290.56, "end": 1290.62, "word": " will", "probability": 0.70947265625}, {"start": 1290.62, "end": 1290.78, "word": " see", "probability": 0.54833984375}, {"start": 1290.78, "end": 1291.58, "word": " a", "probability": 0.6669921875}, {"start": 1291.58, "end": 1292.3, "word": " scroll", "probability": 0.5732421875}, {"start": 1292.3, "end": 1292.42, "word": " icon.", "probability": 0.27197265625}], "temperature": 1.0}, {"id": 46, "seek": 132254, "start": 1294.18, "end": 1322.54, "text": " Ok guys, do you understand what scroll is? Scroll means when there are a lot of elements that you want to put around them in a scroll bar You make a scroll view and you put a layout inside it and you put all your elements inside this layout Ok? Again, when you have a lot of elements, for example a picture and words Ok? This is an image view And all of this is a text view", "tokens": [3477, 1074, 11, 360, 291, 1223, 437, 11369, 307, 30, 35395, 1355, 562, 456, 366, 257, 688, 295, 4959, 300, 291, 528, 281, 829, 926, 552, 294, 257, 11369, 2159, 509, 652, 257, 11369, 1910, 293, 291, 829, 257, 13333, 1854, 309, 293, 291, 829, 439, 428, 4959, 1854, 341, 13333, 3477, 30, 3764, 11, 562, 291, 362, 257, 688, 295, 4959, 11, 337, 1365, 257, 3036, 293, 2283, 3477, 30, 639, 307, 364, 3256, 1910, 400, 439, 295, 341, 307, 257, 2487, 1910], "avg_logprob": -0.5216911596410415, "compression_ratio": 1.7641509433962264, "no_speech_prob": 0.0, "words": [{"start": 1294.18, "end": 1294.52, "word": " Ok", "probability": 0.2529296875}, {"start": 1294.52, "end": 1294.82, "word": " guys,", "probability": 0.452392578125}, {"start": 1294.94, "end": 1294.98, "word": " do", "probability": 0.1351318359375}, {"start": 1294.98, "end": 1294.98, "word": " you", "probability": 0.9697265625}, {"start": 1294.98, "end": 1295.12, "word": " understand", "probability": 0.548828125}, {"start": 1295.12, "end": 1295.34, "word": " what", "probability": 0.80615234375}, {"start": 1295.34, "end": 1295.72, "word": " scroll", "probability": 0.33740234375}, {"start": 1295.72, "end": 1295.8, "word": " is?", "probability": 0.4306640625}, {"start": 1296.26, "end": 1296.64, "word": " Scroll", "probability": 0.7880859375}, {"start": 1296.64, "end": 1296.84, "word": " means", "probability": 0.480712890625}, {"start": 1296.84, "end": 1297.04, "word": " when", "probability": 0.615234375}, {"start": 1297.04, "end": 1297.66, "word": " there", "probability": 0.71337890625}, {"start": 1297.66, "end": 1297.78, "word": " are", "probability": 0.67236328125}, {"start": 1297.78, "end": 1298.08, "word": " a", "probability": 0.2127685546875}, {"start": 1298.08, "end": 1298.24, "word": " lot", "probability": 0.69580078125}, {"start": 1298.24, "end": 1298.34, "word": " of", "probability": 0.962890625}, {"start": 1298.34, "end": 1298.66, "word": " elements", "probability": 0.53857421875}, {"start": 1298.66, "end": 1299.74, "word": " that", "probability": 0.35205078125}, {"start": 1299.74, "end": 1300.56, "word": " you", "probability": 0.3125}, {"start": 1300.56, "end": 1300.96, "word": " want", "probability": 0.441650390625}, {"start": 1300.96, "end": 1301.0, "word": " to", "probability": 0.935546875}, {"start": 1301.0, "end": 1301.18, "word": " put", "probability": 0.382080078125}, {"start": 1301.18, "end": 1301.4, "word": " around", "probability": 0.64599609375}, {"start": 1301.4, "end": 1301.6, "word": " them", "probability": 0.4951171875}, {"start": 1301.6, "end": 1301.72, "word": " in", "probability": 0.23046875}, {"start": 1301.72, "end": 1301.72, "word": " a", "probability": 0.7783203125}, {"start": 1301.72, "end": 1301.92, "word": " scroll", "probability": 0.96728515625}, {"start": 1301.92, "end": 1302.24, "word": " bar", "probability": 0.80615234375}, {"start": 1302.24, "end": 1303.02, "word": " You", "probability": 0.395751953125}, {"start": 1303.02, "end": 1303.4, "word": " make", "probability": 0.276123046875}, {"start": 1303.4, "end": 1303.52, "word": " a", "probability": 0.79736328125}, {"start": 1303.52, "end": 1303.76, "word": " scroll", "probability": 0.92822265625}, {"start": 1303.76, "end": 1304.12, "word": " view", "probability": 0.8896484375}, {"start": 1304.12, "end": 1304.4, "word": " and", "probability": 0.52099609375}, {"start": 1304.4, "end": 1304.48, "word": " you", "probability": 0.2763671875}, {"start": 1304.48, "end": 1304.66, "word": " put", "probability": 0.73193359375}, {"start": 1304.66, "end": 1304.96, "word": " a", "probability": 0.33642578125}, {"start": 1304.96, "end": 1305.28, "word": " layout", "probability": 0.880859375}, {"start": 1305.28, "end": 1305.28, "word": " inside", "probability": 0.4541015625}, {"start": 1305.28, "end": 1305.4, "word": " it", "probability": 0.673828125}, {"start": 1305.4, "end": 1305.54, "word": " and", "probability": 0.59130859375}, {"start": 1305.54, "end": 1305.68, "word": " you", "probability": 0.69580078125}, {"start": 1305.68, "end": 1305.88, "word": " put", "probability": 0.85595703125}, {"start": 1305.88, "end": 1305.98, "word": " all", "probability": 0.86376953125}, {"start": 1305.98, "end": 1306.36, "word": " your", "probability": 0.31640625}, {"start": 1306.36, "end": 1306.36, "word": " elements", "probability": 0.86767578125}, {"start": 1306.36, "end": 1307.72, "word": " inside", "probability": 0.705078125}, {"start": 1307.72, "end": 1307.88, "word": " this", "probability": 0.2315673828125}, {"start": 1307.88, "end": 1308.64, "word": " layout", "probability": 0.94775390625}, {"start": 1308.64, "end": 1309.56, "word": " Ok?", "probability": 0.257568359375}, {"start": 1310.86, "end": 1311.42, "word": " Again,", "probability": 0.63232421875}, {"start": 1311.6, "end": 1311.7, "word": " when", "probability": 0.77880859375}, {"start": 1311.7, "end": 1311.82, "word": " you", "probability": 0.861328125}, {"start": 1311.82, "end": 1312.16, "word": " have", "probability": 0.943359375}, {"start": 1312.16, "end": 1312.2, "word": " a", "probability": 0.751953125}, {"start": 1312.2, "end": 1312.2, "word": " lot", "probability": 0.93701171875}, {"start": 1312.2, "end": 1312.2, "word": " of", "probability": 0.97314453125}, {"start": 1312.2, "end": 1312.54, "word": " elements,", "probability": 0.86669921875}, {"start": 1313.02, "end": 1313.24, "word": " for", "probability": 0.1650390625}, {"start": 1313.24, "end": 1313.24, "word": " example", "probability": 0.94140625}, {"start": 1313.24, "end": 1313.24, "word": " a", "probability": 0.4658203125}, {"start": 1313.24, "end": 1313.48, "word": " picture", "probability": 0.67236328125}, {"start": 1313.48, "end": 1313.98, "word": " and", "probability": 0.556640625}, {"start": 1313.98, "end": 1314.46, "word": " words", "probability": 0.497314453125}, {"start": 1314.46, "end": 1316.18, "word": " Ok?", "probability": 0.57373046875}, {"start": 1316.44, "end": 1316.8, "word": " This", "probability": 0.7919921875}, {"start": 1316.8, "end": 1317.0, "word": " is", "probability": 0.92529296875}, {"start": 1317.0, "end": 1317.3, "word": " an", "probability": 0.4228515625}, {"start": 1317.3, "end": 1317.48, "word": " image", "probability": 0.86962890625}, {"start": 1317.48, "end": 1317.88, "word": " view", "probability": 0.89794921875}, {"start": 1317.88, "end": 1320.18, "word": " And", "probability": 0.60107421875}, {"start": 1320.18, "end": 1320.68, "word": " all", "probability": 0.568359375}, {"start": 1320.68, "end": 1320.82, "word": " of", "probability": 0.55517578125}, {"start": 1320.82, "end": 1320.82, "word": " this", "probability": 0.767578125}, {"start": 1320.82, "end": 1321.64, "word": " is", "probability": 0.9072265625}, {"start": 1321.64, "end": 1321.94, "word": " a", "probability": 0.646484375}, {"start": 1321.94, "end": 1322.2, "word": " text", "probability": 0.87939453125}, {"start": 1322.2, "end": 1322.54, "word": " view", "probability": 0.861328125}], "temperature": 1.0}, {"id": 47, "seek": 135216, "start": 1324.38, "end": 1352.16, "text": " I showed them on the screen, and I found out that the screen doesn't work. Ok? Take these two, make them one element. How do you make them one element? Put them in one layout. Linear layout. And then take the linear layout and put it inside the scroll view. Ok guys? Ok. So guys, we completed the example of the linear layout.", "tokens": [286, 4712, 552, 322, 264, 2568, 11, 293, 286, 1352, 484, 300, 264, 2568, 1177, 380, 589, 13, 3477, 30, 3664, 613, 732, 11, 652, 552, 472, 4478, 13, 1012, 360, 291, 652, 552, 472, 4478, 30, 4935, 552, 294, 472, 13333, 13, 14670, 289, 13333, 13, 400, 550, 747, 264, 8213, 13333, 293, 829, 309, 1854, 264, 11369, 1910, 13, 3477, 1074, 30, 3477, 13, 407, 1074, 11, 321, 7365, 264, 1365, 295, 264, 8213, 13333, 13], "avg_logprob": -0.5478639346134814, "compression_ratio": 1.7580645161290323, "no_speech_prob": 0.0, "words": [{"start": 1324.38, "end": 1324.56, "word": " I", "probability": 0.1827392578125}, {"start": 1324.56, "end": 1324.96, "word": " showed", "probability": 0.1395263671875}, {"start": 1324.96, "end": 1325.12, "word": " them", "probability": 0.58642578125}, {"start": 1325.12, "end": 1325.24, "word": " on", "probability": 0.60595703125}, {"start": 1325.24, "end": 1325.38, "word": " the", "probability": 0.552734375}, {"start": 1325.38, "end": 1325.58, "word": " screen,", "probability": 0.77294921875}, {"start": 1325.6, "end": 1325.72, "word": " and", "probability": 0.375244140625}, {"start": 1325.72, "end": 1325.82, "word": " I", "probability": 0.57421875}, {"start": 1325.82, "end": 1326.04, "word": " found", "probability": 0.30078125}, {"start": 1326.04, "end": 1326.14, "word": " out", "probability": 0.372314453125}, {"start": 1326.14, "end": 1326.24, "word": " that", "probability": 0.72509765625}, {"start": 1326.24, "end": 1326.38, "word": " the", "probability": 0.6064453125}, {"start": 1326.38, "end": 1326.54, "word": " screen", "probability": 0.76220703125}, {"start": 1326.54, "end": 1326.68, "word": " doesn't", "probability": 0.55682373046875}, {"start": 1326.68, "end": 1327.04, "word": " work.", "probability": 0.2113037109375}, {"start": 1327.74, "end": 1328.04, "word": " Ok?", "probability": 0.2205810546875}, {"start": 1328.34, "end": 1328.74, "word": " Take", "probability": 0.61669921875}, {"start": 1328.74, "end": 1328.98, "word": " these", "probability": 0.72509765625}, {"start": 1328.98, "end": 1329.5, "word": " two,", "probability": 0.81982421875}, {"start": 1330.52, "end": 1331.32, "word": " make", "probability": 0.25439453125}, {"start": 1331.32, "end": 1331.5, "word": " them", "probability": 0.75439453125}, {"start": 1331.5, "end": 1331.6, "word": " one", "probability": 0.33056640625}, {"start": 1331.6, "end": 1331.76, "word": " element.", "probability": 0.62890625}, {"start": 1332.14, "end": 1332.28, "word": " How", "probability": 0.771484375}, {"start": 1332.28, "end": 1332.38, "word": " do", "probability": 0.599609375}, {"start": 1332.38, "end": 1332.4, "word": " you", "probability": 0.90380859375}, {"start": 1332.4, "end": 1332.5, "word": " make", "probability": 0.861328125}, {"start": 1332.5, "end": 1332.6, "word": " them", "probability": 0.779296875}, {"start": 1332.6, "end": 1332.64, "word": " one", "probability": 0.8349609375}, {"start": 1332.64, "end": 1332.86, "word": " element?", "probability": 0.923828125}, {"start": 1333.56, "end": 1333.88, "word": " Put", "probability": 0.6748046875}, {"start": 1333.88, "end": 1334.0, "word": " them", "probability": 0.85791015625}, {"start": 1334.0, "end": 1334.1, "word": " in", "probability": 0.85107421875}, {"start": 1334.1, "end": 1334.46, "word": " one", "probability": 0.51806640625}, {"start": 1334.46, "end": 1334.46, "word": " layout.", "probability": 0.8681640625}, {"start": 1334.76, "end": 1335.2, "word": " Linear", "probability": 0.9638671875}, {"start": 1335.2, "end": 1336.86, "word": " layout.", "probability": 0.425537109375}, {"start": 1338.28, "end": 1338.5, "word": " And", "probability": 0.53466796875}, {"start": 1338.5, "end": 1338.7, "word": " then", "probability": 0.67919921875}, {"start": 1338.7, "end": 1338.98, "word": " take", "probability": 0.67919921875}, {"start": 1338.98, "end": 1339.1, "word": " the", "probability": 0.73046875}, {"start": 1339.1, "end": 1339.34, "word": " linear", "probability": 0.8701171875}, {"start": 1339.34, "end": 1339.66, "word": " layout", "probability": 0.97705078125}, {"start": 1339.66, "end": 1339.76, "word": " and", "probability": 0.71826171875}, {"start": 1339.76, "end": 1339.96, "word": " put", "probability": 0.78662109375}, {"start": 1339.96, "end": 1340.04, "word": " it", "probability": 0.89599609375}, {"start": 1340.04, "end": 1340.2, "word": " inside", "probability": 0.5615234375}, {"start": 1340.2, "end": 1340.36, "word": " the", "probability": 0.42626953125}, {"start": 1340.36, "end": 1340.68, "word": " scroll", "probability": 0.82421875}, {"start": 1340.68, "end": 1344.1, "word": " view.", "probability": 0.7802734375}, {"start": 1345.54, "end": 1345.98, "word": " Ok", "probability": 0.66796875}, {"start": 1345.98, "end": 1346.34, "word": " guys?", "probability": 0.66162109375}, {"start": 1347.32, "end": 1347.6, "word": " Ok.", "probability": 0.62255859375}, {"start": 1348.58, "end": 1349.02, "word": " So", "probability": 0.428466796875}, {"start": 1349.02, "end": 1349.3, "word": " guys,", "probability": 0.52587890625}, {"start": 1349.36, "end": 1349.52, "word": " we", "probability": 0.67578125}, {"start": 1349.52, "end": 1350.02, "word": " completed", "probability": 0.1767578125}, {"start": 1350.02, "end": 1350.34, "word": " the", "probability": 0.59912109375}, {"start": 1350.34, "end": 1350.68, "word": " example", "probability": 0.87646484375}, {"start": 1350.68, "end": 1351.46, "word": " of", "probability": 0.86865234375}, {"start": 1351.46, "end": 1351.54, "word": " the", "probability": 0.393798828125}, {"start": 1351.54, "end": 1351.76, "word": " linear", "probability": 0.89013671875}, {"start": 1351.76, "end": 1352.16, "word": " layout.", "probability": 0.984375}], "temperature": 1.0}, {"id": 48, "seek": 137454, "start": 1353.96, "end": 1374.54, "text": " And we saw that we can design any design we want by merging more than one layout together Do you have any question about the linear layout? Yes Sir, about the scroll, I don't want to download it, but in my example, if I have three scrolls, I can scroll them, even if I don't want to download the content", "tokens": [400, 321, 1866, 300, 321, 393, 1715, 604, 1715, 321, 528, 538, 44559, 544, 813, 472, 13333, 1214, 1144, 291, 362, 604, 1168, 466, 264, 8213, 13333, 30, 1079, 6144, 11, 466, 264, 11369, 11, 286, 500, 380, 528, 281, 5484, 309, 11, 457, 294, 452, 1365, 11, 498, 286, 362, 1045, 11369, 82, 11, 286, 393, 11369, 552, 11, 754, 498, 286, 500, 380, 528, 281, 5484, 264, 2701], "avg_logprob": -0.6822182930691142, "compression_ratio": 1.6432432432432433, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1353.96, "end": 1354.16, "word": " And", "probability": 0.240966796875}, {"start": 1354.16, "end": 1354.38, "word": " we", "probability": 0.88916015625}, {"start": 1354.38, "end": 1354.38, "word": " saw", "probability": 0.54541015625}, {"start": 1354.38, "end": 1354.54, "word": " that", "probability": 0.86376953125}, {"start": 1354.54, "end": 1354.7, "word": " we", "probability": 0.64697265625}, {"start": 1354.7, "end": 1354.86, "word": " can", "probability": 0.228515625}, {"start": 1354.86, "end": 1355.1, "word": " design", "probability": 0.93408203125}, {"start": 1355.1, "end": 1355.32, "word": " any", "probability": 0.67236328125}, {"start": 1355.32, "end": 1355.64, "word": " design", "probability": 0.8486328125}, {"start": 1355.64, "end": 1355.74, "word": " we", "probability": 0.25439453125}, {"start": 1355.74, "end": 1355.96, "word": " want", "probability": 0.83251953125}, {"start": 1355.96, "end": 1356.22, "word": " by", "probability": 0.25439453125}, {"start": 1356.22, "end": 1356.7, "word": " merging", "probability": 0.382568359375}, {"start": 1356.7, "end": 1356.96, "word": " more", "probability": 0.409912109375}, {"start": 1356.96, "end": 1357.1, "word": " than", "probability": 0.751953125}, {"start": 1357.1, "end": 1357.18, "word": " one", "probability": 0.55126953125}, {"start": 1357.18, "end": 1357.6, "word": " layout", "probability": 0.94873046875}, {"start": 1357.6, "end": 1358.32, "word": " together", "probability": 0.4794921875}, {"start": 1358.32, "end": 1359.8, "word": " Do", "probability": 0.2313232421875}, {"start": 1359.8, "end": 1359.86, "word": " you", "probability": 0.70166015625}, {"start": 1359.86, "end": 1359.86, "word": " have", "probability": 0.9326171875}, {"start": 1359.86, "end": 1360.02, "word": " any", "probability": 0.82373046875}, {"start": 1360.02, "end": 1360.24, "word": " question", "probability": 0.4677734375}, {"start": 1360.24, "end": 1360.54, "word": " about", "probability": 0.454345703125}, {"start": 1360.54, "end": 1360.82, "word": " the", "probability": 0.32177734375}, {"start": 1360.82, "end": 1360.9, "word": " linear", "probability": 0.3505859375}, {"start": 1360.9, "end": 1361.32, "word": " layout?", "probability": 0.97314453125}, {"start": 1362.46, "end": 1362.58, "word": " Yes", "probability": 0.16162109375}, {"start": 1362.58, "end": 1362.82, "word": " Sir,", "probability": 0.1326904296875}, {"start": 1362.96, "end": 1363.22, "word": " about", "probability": 0.10064697265625}, {"start": 1363.22, "end": 1363.66, "word": " the", "probability": 0.74072265625}, {"start": 1363.66, "end": 1364.06, "word": " scroll,", "probability": 0.91015625}, {"start": 1364.6, "end": 1366.04, "word": " I", "probability": 0.32275390625}, {"start": 1366.04, "end": 1366.62, "word": " don't", "probability": 0.765869140625}, {"start": 1366.62, "end": 1367.56, "word": " want", "probability": 0.65771484375}, {"start": 1367.56, "end": 1367.68, "word": " to", "probability": 0.8466796875}, {"start": 1367.68, "end": 1367.9, "word": " download", "probability": 0.170166015625}, {"start": 1367.9, "end": 1368.02, "word": " it,", "probability": 0.51220703125}, {"start": 1368.12, "end": 1368.48, "word": " but", "probability": 0.802734375}, {"start": 1368.48, "end": 1369.3, "word": " in", "probability": 0.165771484375}, {"start": 1369.3, "end": 1369.44, "word": " my", "probability": 0.7724609375}, {"start": 1369.44, "end": 1369.96, "word": " example,", "probability": 0.6005859375}, {"start": 1370.1, "end": 1370.26, "word": " if", "probability": 0.6123046875}, {"start": 1370.26, "end": 1370.68, "word": " I", "probability": 0.75341796875}, {"start": 1370.68, "end": 1370.92, "word": " have", "probability": 0.55029296875}, {"start": 1370.92, "end": 1371.22, "word": " three", "probability": 0.390869140625}, {"start": 1371.22, "end": 1371.84, "word": " scrolls,", "probability": 0.5943603515625}, {"start": 1371.94, "end": 1372.08, "word": " I", "probability": 0.3818359375}, {"start": 1372.08, "end": 1372.18, "word": " can", "probability": 0.252197265625}, {"start": 1372.18, "end": 1372.54, "word": " scroll", "probability": 0.771484375}, {"start": 1372.54, "end": 1372.78, "word": " them,", "probability": 0.369873046875}, {"start": 1372.84, "end": 1372.98, "word": " even", "probability": 0.76025390625}, {"start": 1372.98, "end": 1373.42, "word": " if", "probability": 0.865234375}, {"start": 1373.42, "end": 1373.8, "word": " I", "probability": 0.5634765625}, {"start": 1373.8, "end": 1373.86, "word": " don't", "probability": 0.94921875}, {"start": 1373.86, "end": 1374.24, "word": " want", "probability": 0.80859375}, {"start": 1374.24, "end": 1374.24, "word": " to", "probability": 0.445556640625}, {"start": 1374.24, "end": 1374.54, "word": " download", "probability": 0.7978515625}, {"start": 1374.54, "end": 1374.54, "word": " the", "probability": 0.3515625}, {"start": 1374.54, "end": 1374.54, "word": " content", "probability": 0.70751953125}], "temperature": 1.0}, {"id": 49, "seek": 139994, "start": 1376.02, "end": 1399.94, "text": "It does not show scroll bar, it allows you to use touch to scroll up and down But if there is no scroll bar, even with your finger you will not be able to scroll up and down If it is not visible on the screen, it will disappear and you will not be able to see it without scroll bar But if there is scroll view, you can do this movement Clear? It does not show scroll bar in front of you", "tokens": [3522, 775, 406, 855, 11369, 2159, 11, 309, 4045, 291, 281, 764, 2557, 281, 11369, 493, 293, 760, 583, 498, 456, 307, 572, 11369, 2159, 11, 754, 365, 428, 5984, 291, 486, 406, 312, 1075, 281, 11369, 493, 293, 760, 759, 309, 307, 406, 8974, 322, 264, 2568, 11, 309, 486, 11596, 293, 291, 486, 406, 312, 1075, 281, 536, 309, 1553, 11369, 2159, 583, 498, 456, 307, 11369, 1910, 11, 291, 393, 360, 341, 3963, 14993, 30, 467, 775, 406, 855, 11369, 2159, 294, 1868, 295, 291], "avg_logprob": -0.43153089619754403, "compression_ratio": 2.0104166666666665, "no_speech_prob": 0.0, "words": [{"start": 1376.02, "end": 1376.24, "word": "It", "probability": 0.61279296875}, {"start": 1376.24, "end": 1376.3, "word": " does", "probability": 0.431884765625}, {"start": 1376.3, "end": 1376.3, "word": " not", "probability": 0.845703125}, {"start": 1376.3, "end": 1376.58, "word": " show", "probability": 0.5615234375}, {"start": 1376.58, "end": 1377.04, "word": " scroll", "probability": 0.59765625}, {"start": 1377.04, "end": 1377.1, "word": " bar,", "probability": 0.298828125}, {"start": 1377.24, "end": 1377.28, "word": " it", "probability": 0.689453125}, {"start": 1377.28, "end": 1377.62, "word": " allows", "probability": 0.2437744140625}, {"start": 1377.62, "end": 1380.64, "word": " you", "probability": 0.9375}, {"start": 1380.64, "end": 1380.72, "word": " to", "probability": 0.916015625}, {"start": 1380.72, "end": 1381.22, "word": " use", "probability": 0.11334228515625}, {"start": 1381.22, "end": 1382.32, "word": " touch", "probability": 0.5009765625}, {"start": 1382.32, "end": 1382.66, "word": " to", "probability": 0.615234375}, {"start": 1382.66, "end": 1382.84, "word": " scroll", "probability": 0.66162109375}, {"start": 1382.84, "end": 1382.84, "word": " up", "probability": 0.79541015625}, {"start": 1382.84, "end": 1383.0, "word": " and", "probability": 0.78857421875}, {"start": 1383.0, "end": 1383.22, "word": " down", "probability": 0.8134765625}, {"start": 1383.22, "end": 1383.38, "word": " But", "probability": 0.24658203125}, {"start": 1383.38, "end": 1383.54, "word": " if", "probability": 0.6865234375}, {"start": 1383.54, "end": 1383.72, "word": " there", "probability": 0.76220703125}, {"start": 1383.72, "end": 1383.72, "word": " is", "probability": 0.8857421875}, {"start": 1383.72, "end": 1383.8, "word": " no", "probability": 0.873046875}, {"start": 1383.8, "end": 1384.22, "word": " scroll", "probability": 0.9453125}, {"start": 1384.22, "end": 1384.32, "word": " bar,", "probability": 0.43701171875}, {"start": 1385.02, "end": 1385.52, "word": " even", "probability": 0.5263671875}, {"start": 1385.52, "end": 1385.66, "word": " with", "probability": 0.74169921875}, {"start": 1385.66, "end": 1385.68, "word": " your", "probability": 0.74658203125}, {"start": 1385.68, "end": 1385.84, "word": " finger", "probability": 0.8291015625}, {"start": 1385.84, "end": 1385.98, "word": " you", "probability": 0.626953125}, {"start": 1385.98, "end": 1386.12, "word": " will", "probability": 0.390869140625}, {"start": 1386.12, "end": 1386.12, "word": " not", "probability": 0.92822265625}, {"start": 1386.12, "end": 1386.32, "word": " be", "probability": 0.8251953125}, {"start": 1386.32, "end": 1386.32, "word": " able", "probability": 0.9560546875}, {"start": 1386.32, "end": 1386.4, "word": " to", "probability": 0.96337890625}, {"start": 1386.4, "end": 1386.52, "word": " scroll", "probability": 0.7666015625}, {"start": 1386.52, "end": 1386.54, "word": " up", "probability": 0.8984375}, {"start": 1386.54, "end": 1386.68, "word": " and", "probability": 0.86865234375}, {"start": 1386.68, "end": 1386.94, "word": " down", "probability": 0.86962890625}, {"start": 1386.94, "end": 1387.74, "word": " If", "probability": 0.265380859375}, {"start": 1387.74, "end": 1388.14, "word": " it", "probability": 0.359619140625}, {"start": 1388.14, "end": 1388.22, "word": " is", "probability": 0.62060546875}, {"start": 1388.22, "end": 1388.3, "word": " not", "probability": 0.87060546875}, {"start": 1388.3, "end": 1388.66, "word": " visible", "probability": 0.8056640625}, {"start": 1388.66, "end": 1388.84, "word": " on", "probability": 0.79443359375}, {"start": 1388.84, "end": 1388.92, "word": " the", "probability": 0.6767578125}, {"start": 1388.92, "end": 1389.08, "word": " screen,", "probability": 0.8212890625}, {"start": 1389.1, "end": 1389.26, "word": " it", "probability": 0.578125}, {"start": 1389.26, "end": 1389.32, "word": " will", "probability": 0.42724609375}, {"start": 1389.32, "end": 1389.54, "word": " disappear", "probability": 0.474365234375}, {"start": 1389.54, "end": 1390.34, "word": " and", "probability": 0.44873046875}, {"start": 1390.34, "end": 1390.46, "word": " you", "probability": 0.94384765625}, {"start": 1390.46, "end": 1390.56, "word": " will", "probability": 0.444580078125}, {"start": 1390.56, "end": 1390.56, "word": " not", "probability": 0.92578125}, {"start": 1390.56, "end": 1390.66, "word": " be", "probability": 0.89404296875}, {"start": 1390.66, "end": 1390.66, "word": " able", "probability": 0.94873046875}, {"start": 1390.66, "end": 1390.8, "word": " to", "probability": 0.9716796875}, {"start": 1390.8, "end": 1391.02, "word": " see", "probability": 0.83544921875}, {"start": 1391.02, "end": 1391.2, "word": " it", "probability": 0.8251953125}, {"start": 1391.2, "end": 1391.42, "word": " without", "probability": 0.7099609375}, {"start": 1391.42, "end": 1391.72, "word": " scroll", "probability": 0.44775390625}, {"start": 1391.72, "end": 1392.24, "word": " bar", "probability": 0.453369140625}, {"start": 1392.24, "end": 1392.7, "word": " But", "probability": 0.81494140625}, {"start": 1392.7, "end": 1392.9, "word": " if", "probability": 0.9228515625}, {"start": 1392.9, "end": 1393.08, "word": " there", "probability": 0.76123046875}, {"start": 1393.08, "end": 1393.08, "word": " is", "probability": 0.9375}, {"start": 1393.08, "end": 1393.3, "word": " scroll", "probability": 0.68701171875}, {"start": 1393.3, "end": 1393.68, "word": " view,", "probability": 0.89990234375}, {"start": 1394.16, "end": 1394.3, "word": " you", "probability": 0.9326171875}, {"start": 1394.3, "end": 1394.5, "word": " can", "probability": 0.7529296875}, {"start": 1394.5, "end": 1394.76, "word": " do", "probability": 0.2210693359375}, {"start": 1394.76, "end": 1395.52, "word": " this", "probability": 0.312255859375}, {"start": 1395.52, "end": 1395.52, "word": " movement", "probability": 0.3603515625}, {"start": 1395.52, "end": 1396.6, "word": " Clear?", "probability": 0.276611328125}, {"start": 1396.8, "end": 1397.08, "word": " It", "probability": 0.50146484375}, {"start": 1397.08, "end": 1397.2, "word": " does", "probability": 0.81103515625}, {"start": 1397.2, "end": 1397.2, "word": " not", "probability": 0.94384765625}, {"start": 1397.2, "end": 1397.44, "word": " show", "probability": 0.72265625}, {"start": 1397.44, "end": 1399.54, "word": " scroll", "probability": 0.360595703125}, {"start": 1399.54, "end": 1399.92, "word": " bar", "probability": 0.9150390625}, {"start": 1399.92, "end": 1399.94, "word": " in", "probability": 0.826171875}, {"start": 1399.94, "end": 1399.94, "word": " front", "probability": 0.9384765625}, {"start": 1399.94, "end": 1399.94, "word": " of", "probability": 0.97021484375}, {"start": 1399.94, "end": 1399.94, "word": " you", "probability": 0.95703125}], "temperature": 1.0}, {"id": 50, "seek": 142710, "start": 1411.56, "end": 1427.1, "text": " In this example that we showed, this part remains fixed and this part is fixed. Where can you move? Only this part here, the scroll view.", "tokens": [682, 341, 1365, 300, 321, 4712, 11, 341, 644, 7023, 6806, 293, 341, 644, 307, 6806, 13, 2305, 393, 291, 1286, 30, 5686, 341, 644, 510, 11, 264, 11369, 1910, 13], "avg_logprob": -0.6572265420109034, "compression_ratio": 1.3269230769230769, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1411.5600000000002, "end": 1412.1200000000001, "word": " In", "probability": 0.073974609375}, {"start": 1412.1200000000001, "end": 1412.68, "word": " this", "probability": 0.1915283203125}, {"start": 1412.68, "end": 1418.14, "word": " example", "probability": 0.85595703125}, {"start": 1418.14, "end": 1418.26, "word": " that", "probability": 0.2607421875}, {"start": 1418.26, "end": 1418.3, "word": " we", "probability": 0.7880859375}, {"start": 1418.3, "end": 1418.56, "word": " showed,", "probability": 0.478271484375}, {"start": 1419.3, "end": 1419.6, "word": " this", "probability": 0.7861328125}, {"start": 1419.6, "end": 1419.88, "word": " part", "probability": 0.75}, {"start": 1419.88, "end": 1420.16, "word": " remains", "probability": 0.5361328125}, {"start": 1420.16, "end": 1420.66, "word": " fixed", "probability": 0.4248046875}, {"start": 1420.66, "end": 1421.46, "word": " and", "probability": 0.564453125}, {"start": 1421.46, "end": 1421.7, "word": " this", "probability": 0.8642578125}, {"start": 1421.7, "end": 1421.78, "word": " part", "probability": 0.58642578125}, {"start": 1421.78, "end": 1421.8, "word": " is", "probability": 0.400390625}, {"start": 1421.8, "end": 1422.2, "word": " fixed.", "probability": 0.8154296875}, {"start": 1422.88, "end": 1423.08, "word": " Where", "probability": 0.52099609375}, {"start": 1423.08, "end": 1423.24, "word": " can", "probability": 0.73828125}, {"start": 1423.24, "end": 1423.46, "word": " you", "probability": 0.81591796875}, {"start": 1423.46, "end": 1423.76, "word": " move?", "probability": 0.91064453125}, {"start": 1424.44, "end": 1425.0, "word": " Only", "probability": 0.1785888671875}, {"start": 1425.0, "end": 1425.08, "word": " this", "probability": 0.56982421875}, {"start": 1425.08, "end": 1425.18, "word": " part", "probability": 0.50732421875}, {"start": 1425.18, "end": 1425.46, "word": " here,", "probability": 0.496337890625}, {"start": 1426.28, "end": 1426.52, "word": " the", "probability": 0.384765625}, {"start": 1426.52, "end": 1426.78, "word": " scroll", "probability": 0.325439453125}, {"start": 1426.78, "end": 1427.1, "word": " view.", "probability": 0.8720703125}], "temperature": 1.0}, {"id": 51, "seek": 144940, "start": 1428.82, "end": 1449.4, "text": " The idea is that it does not move the whole screen. This is fixed, this is fixed, and inside the scroll view, it is what moves. Is it clear, guys? Yes. How? I did not understand.", "tokens": [440, 1558, 307, 300, 309, 775, 406, 1286, 264, 1379, 2568, 13, 639, 307, 6806, 11, 341, 307, 6806, 11, 293, 1854, 264, 11369, 1910, 11, 309, 307, 437, 6067, 13, 1119, 309, 1850, 11, 1074, 30, 1079, 13, 1012, 30, 286, 630, 406, 1223, 13], "avg_logprob": -0.5624999898545285, "compression_ratio": 1.366412213740458, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1428.8200000000002, "end": 1429.38, "word": " The", "probability": 0.181640625}, {"start": 1429.38, "end": 1429.88, "word": " idea", "probability": 0.72900390625}, {"start": 1429.88, "end": 1430.22, "word": " is", "probability": 0.7685546875}, {"start": 1430.22, "end": 1430.54, "word": " that", "probability": 0.6484375}, {"start": 1430.54, "end": 1430.6, "word": " it", "probability": 0.53759765625}, {"start": 1430.6, "end": 1430.66, "word": " does", "probability": 0.51953125}, {"start": 1430.66, "end": 1430.66, "word": " not", "probability": 0.9384765625}, {"start": 1430.66, "end": 1430.86, "word": " move", "probability": 0.74072265625}, {"start": 1430.86, "end": 1431.5, "word": " the", "probability": 0.7998046875}, {"start": 1431.5, "end": 1431.5, "word": " whole", "probability": 0.463623046875}, {"start": 1431.5, "end": 1432.12, "word": " screen.", "probability": 0.82177734375}, {"start": 1432.94, "end": 1433.3, "word": " This", "probability": 0.209716796875}, {"start": 1433.3, "end": 1433.44, "word": " is", "probability": 0.55126953125}, {"start": 1433.44, "end": 1433.74, "word": " fixed,", "probability": 0.55712890625}, {"start": 1433.78, "end": 1433.96, "word": " this", "probability": 0.475341796875}, {"start": 1433.96, "end": 1434.06, "word": " is", "probability": 0.9345703125}, {"start": 1434.06, "end": 1434.32, "word": " fixed,", "probability": 0.88330078125}, {"start": 1434.44, "end": 1434.46, "word": " and", "probability": 0.74462890625}, {"start": 1434.46, "end": 1434.66, "word": " inside", "probability": 0.31298828125}, {"start": 1434.66, "end": 1434.9, "word": " the", "probability": 0.68994140625}, {"start": 1434.9, "end": 1435.06, "word": " scroll", "probability": 0.63525390625}, {"start": 1435.06, "end": 1435.4, "word": " view,", "probability": 0.8173828125}, {"start": 1435.78, "end": 1436.02, "word": " it", "probability": 0.6982421875}, {"start": 1436.02, "end": 1436.12, "word": " is", "probability": 0.41796875}, {"start": 1436.12, "end": 1436.12, "word": " what", "probability": 0.43115234375}, {"start": 1436.12, "end": 1436.44, "word": " moves.", "probability": 0.81884765625}, {"start": 1437.86, "end": 1438.38, "word": " Is", "probability": 0.56591796875}, {"start": 1438.38, "end": 1438.38, "word": " it", "probability": 0.6669921875}, {"start": 1438.38, "end": 1438.54, "word": " clear,", "probability": 0.859375}, {"start": 1438.68, "end": 1438.98, "word": " guys?", "probability": 0.7548828125}, {"start": 1440.36, "end": 1440.92, "word": " Yes.", "probability": 0.3466796875}, {"start": 1448.32, "end": 1448.88, "word": " How?", "probability": 0.1708984375}, {"start": 1449.4, "end": 1449.4, "word": " I", "probability": 0.96435546875}, {"start": 1449.4, "end": 1449.4, "word": " did", "probability": 0.367431640625}, {"start": 1449.4, "end": 1449.4, "word": " not", "probability": 0.94140625}, {"start": 1449.4, "end": 1449.4, "word": " understand.", "probability": 0.689453125}], "temperature": 1.0}, {"id": 52, "seek": 148693, "start": 1457.71, "end": 1486.93, "text": " I have more than one button. I have two buttons. Two, yes, inside. Each button shows content. The first button is made of scroll. If you move the content of the first button, it moves normally because it is big. It moves in scroll. The second button is also the same thing. It is inside the scroll view, but if you move it, it moves because the content is small. We have one scroll view. Okay? One scroll view. All the elements that I want to make big, I put them inside the scroll view so that I can make slides.", "tokens": [286, 362, 544, 813, 472, 2960, 13, 286, 362, 732, 9905, 13, 4453, 11, 2086, 11, 1854, 13, 6947, 2960, 3110, 2701, 13, 440, 700, 2960, 307, 1027, 295, 11369, 13, 759, 291, 1286, 264, 2701, 295, 264, 700, 2960, 11, 309, 6067, 5646, 570, 309, 307, 955, 13, 467, 6067, 294, 11369, 13, 440, 1150, 2960, 307, 611, 264, 912, 551, 13, 467, 307, 1854, 264, 11369, 1910, 11, 457, 498, 291, 1286, 309, 11, 309, 6067, 570, 264, 2701, 307, 1359, 13, 492, 362, 472, 11369, 1910, 13, 1033, 30, 1485, 11369, 1910, 13, 1057, 264, 4959, 300, 286, 528, 281, 652, 955, 11, 286, 829, 552, 1854, 264, 11369, 1910, 370, 300, 286, 393, 652, 9788, 13], "avg_logprob": -0.4323347048325972, "compression_ratio": 2.015686274509804, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 1457.71, "end": 1457.89, "word": " I", "probability": 0.2462158203125}, {"start": 1457.89, "end": 1458.01, "word": " have", "probability": 0.89990234375}, {"start": 1458.01, "end": 1458.21, "word": " more", "probability": 0.67333984375}, {"start": 1458.21, "end": 1458.31, "word": " than", "probability": 0.8212890625}, {"start": 1458.31, "end": 1458.45, "word": " one", "probability": 0.8271484375}, {"start": 1458.45, "end": 1458.57, "word": " button.", "probability": 0.37646484375}, {"start": 1458.61, "end": 1458.67, "word": " I", "probability": 0.92626953125}, {"start": 1458.67, "end": 1458.79, "word": " have", "probability": 0.94189453125}, {"start": 1458.79, "end": 1458.95, "word": " two", "probability": 0.7861328125}, {"start": 1458.95, "end": 1459.29, "word": " buttons.", "probability": 0.8779296875}, {"start": 1459.83, "end": 1460.19, "word": " Two,", "probability": 0.7939453125}, {"start": 1460.31, "end": 1460.47, "word": " yes,", "probability": 0.67822265625}, {"start": 1460.53, "end": 1460.71, "word": " inside.", "probability": 0.7880859375}, {"start": 1460.97, "end": 1461.23, "word": " Each", "probability": 0.62109375}, {"start": 1461.23, "end": 1461.49, "word": " button", "probability": 0.8310546875}, {"start": 1461.49, "end": 1462.33, "word": " shows", "probability": 0.162109375}, {"start": 1462.33, "end": 1463.05, "word": " content.", "probability": 0.69873046875}, {"start": 1463.31, "end": 1463.65, "word": " The", "probability": 0.17236328125}, {"start": 1463.65, "end": 1463.65, "word": " first", "probability": 0.6513671875}, {"start": 1463.65, "end": 1463.69, "word": " button", "probability": 0.43603515625}, {"start": 1463.69, "end": 1463.83, "word": " is", "probability": 0.7666015625}, {"start": 1463.83, "end": 1463.99, "word": " made", "probability": 0.443115234375}, {"start": 1463.99, "end": 1464.17, "word": " of", "probability": 0.3095703125}, {"start": 1464.17, "end": 1464.31, "word": " scroll.", "probability": 0.2646484375}, {"start": 1464.51, "end": 1464.89, "word": " If", "probability": 0.91455078125}, {"start": 1464.89, "end": 1465.17, "word": " you", "probability": 0.78759765625}, {"start": 1465.17, "end": 1465.17, "word": " move", "probability": 0.68115234375}, {"start": 1465.17, "end": 1465.53, "word": " the", "probability": 0.7919921875}, {"start": 1465.53, "end": 1465.89, "word": " content", "probability": 0.5625}, {"start": 1465.89, "end": 1466.09, "word": " of", "probability": 0.74267578125}, {"start": 1466.09, "end": 1466.27, "word": " the", "probability": 0.9052734375}, {"start": 1466.27, "end": 1466.27, "word": " first", "probability": 0.82275390625}, {"start": 1466.27, "end": 1466.41, "word": " button,", "probability": 0.88671875}, {"start": 1466.67, "end": 1466.81, "word": " it", "probability": 0.861328125}, {"start": 1466.81, "end": 1467.07, "word": " moves", "probability": 0.51171875}, {"start": 1467.07, "end": 1467.43, "word": " normally", "probability": 0.67724609375}, {"start": 1467.43, "end": 1467.75, "word": " because", "probability": 0.461181640625}, {"start": 1467.75, "end": 1467.97, "word": " it", "probability": 0.93701171875}, {"start": 1467.97, "end": 1467.97, "word": " is", "probability": 0.80419921875}, {"start": 1467.97, "end": 1468.45, "word": " big.", "probability": 0.62255859375}, {"start": 1469.09, "end": 1469.25, "word": " It", "probability": 0.78759765625}, {"start": 1469.25, "end": 1469.53, "word": " moves", "probability": 0.76904296875}, {"start": 1469.53, "end": 1469.71, "word": " in", "probability": 0.390380859375}, {"start": 1469.71, "end": 1470.37, "word": " scroll.", "probability": 0.71533203125}, {"start": 1471.11, "end": 1471.55, "word": " The", "probability": 0.8349609375}, {"start": 1471.55, "end": 1471.55, "word": " second", "probability": 0.796875}, {"start": 1471.55, "end": 1471.87, "word": " button", "probability": 0.87060546875}, {"start": 1471.87, "end": 1472.65, "word": " is", "probability": 0.478515625}, {"start": 1472.65, "end": 1472.65, "word": " also", "probability": 0.45703125}, {"start": 1472.65, "end": 1472.95, "word": " the", "probability": 0.77099609375}, {"start": 1472.95, "end": 1472.95, "word": " same", "probability": 0.900390625}, {"start": 1472.95, "end": 1473.25, "word": " thing.", "probability": 0.45751953125}, {"start": 1473.47, "end": 1473.59, "word": " It", "probability": 0.359375}, {"start": 1473.59, "end": 1473.61, "word": " is", "probability": 0.533203125}, {"start": 1473.61, "end": 1473.71, "word": " inside", "probability": 0.68359375}, {"start": 1473.71, "end": 1473.81, "word": " the", "probability": 0.365478515625}, {"start": 1473.81, "end": 1473.97, "word": " scroll", "probability": 0.91650390625}, {"start": 1473.97, "end": 1474.27, "word": " view,", "probability": 0.8974609375}, {"start": 1474.49, "end": 1474.87, "word": " but", "probability": 0.88720703125}, {"start": 1474.87, "end": 1475.11, "word": " if", "probability": 0.59326171875}, {"start": 1475.11, "end": 1475.49, "word": " you", "probability": 0.896484375}, {"start": 1475.49, "end": 1475.71, "word": " move", "probability": 0.9443359375}, {"start": 1475.71, "end": 1475.83, "word": " it,", "probability": 0.76611328125}, {"start": 1475.87, "end": 1475.93, "word": " it", "probability": 0.92431640625}, {"start": 1475.93, "end": 1476.19, "word": " moves", "probability": 0.82470703125}, {"start": 1476.19, "end": 1476.53, "word": " because", "probability": 0.251220703125}, {"start": 1476.53, "end": 1476.75, "word": " the", "probability": 0.55419921875}, {"start": 1476.75, "end": 1476.91, "word": " content", "probability": 0.94921875}, {"start": 1476.91, "end": 1477.17, "word": " is", "probability": 0.77294921875}, {"start": 1477.17, "end": 1477.23, "word": " small.", "probability": 0.77783203125}, {"start": 1477.49, "end": 1477.71, "word": " We", "probability": 0.65673828125}, {"start": 1477.71, "end": 1477.91, "word": " have", "probability": 0.564453125}, {"start": 1477.91, "end": 1478.09, "word": " one", "probability": 0.5869140625}, {"start": 1478.09, "end": 1478.23, "word": " scroll", "probability": 0.96484375}, {"start": 1478.23, "end": 1478.53, "word": " view.", "probability": 0.9072265625}, {"start": 1479.43, "end": 1479.87, "word": " Okay?", "probability": 0.28173828125}, {"start": 1480.21, "end": 1480.37, "word": " One", "probability": 0.86669921875}, {"start": 1480.37, "end": 1480.53, "word": " scroll", "probability": 0.96484375}, {"start": 1480.53, "end": 1480.89, "word": " view.", "probability": 0.89208984375}, {"start": 1481.27, "end": 1481.43, "word": " All", "probability": 0.75830078125}, {"start": 1481.43, "end": 1481.55, "word": " the", "probability": 0.5048828125}, {"start": 1481.55, "end": 1481.93, "word": " elements", "probability": 0.84326171875}, {"start": 1481.93, "end": 1482.17, "word": " that", "probability": 0.8134765625}, {"start": 1482.17, "end": 1482.55, "word": " I", "probability": 0.9658203125}, {"start": 1482.55, "end": 1482.61, "word": " want", "probability": 0.81787109375}, {"start": 1482.61, "end": 1483.11, "word": " to", "probability": 0.79248046875}, {"start": 1483.11, "end": 1483.25, "word": " make", "probability": 0.323974609375}, {"start": 1483.25, "end": 1483.67, "word": " big,", "probability": 0.47509765625}, {"start": 1483.89, "end": 1484.49, "word": " I", "probability": 0.96240234375}, {"start": 1484.49, "end": 1484.67, "word": " put", "probability": 0.76708984375}, {"start": 1484.67, "end": 1484.79, "word": " them", "probability": 0.74365234375}, {"start": 1484.79, "end": 1484.85, "word": " inside", "probability": 0.6513671875}, {"start": 1484.85, "end": 1485.05, "word": " the", "probability": 0.7724609375}, {"start": 1485.05, "end": 1485.17, "word": " scroll", "probability": 0.9619140625}, {"start": 1485.17, "end": 1485.41, "word": " view", "probability": 0.8955078125}, {"start": 1485.41, "end": 1485.55, "word": " so", "probability": 0.47998046875}, {"start": 1485.55, "end": 1485.65, "word": " that", "probability": 0.59130859375}, {"start": 1485.65, "end": 1485.75, "word": " I", "probability": 0.99609375}, {"start": 1485.75, "end": 1485.91, "word": " can", "probability": 0.94580078125}, {"start": 1485.91, "end": 1486.17, "word": " make", "probability": 0.73828125}, {"start": 1486.17, "end": 1486.93, "word": " slides.", "probability": 0.66015625}], "temperature": 1.0}, {"id": 53, "seek": 151449, "start": 1490.23, "end": 1514.49, "text": " Do you have a school? What's inside? What's the question? To understand the question Do you have one word that moves? Inside the school, one word? No, no, it doesn't move, of course. When does it make you move? When there is a lot of people, when there is an increase. So, this is like this. Does the school move like this? This is the school. Is there a text view with one word? Does it move? No", "tokens": [1144, 291, 362, 257, 1395, 30, 708, 311, 1854, 30, 708, 311, 264, 1168, 30, 1407, 1223, 264, 1168, 1144, 291, 362, 472, 1349, 300, 6067, 30, 15123, 264, 1395, 11, 472, 1349, 30, 883, 11, 572, 11, 309, 1177, 380, 1286, 11, 295, 1164, 13, 1133, 775, 309, 652, 291, 1286, 30, 1133, 456, 307, 257, 688, 295, 561, 11, 562, 456, 307, 364, 3488, 13, 407, 11, 341, 307, 411, 341, 13, 4402, 264, 1395, 1286, 411, 341, 30, 639, 307, 264, 1395, 13, 1119, 456, 257, 2487, 1910, 365, 472, 1349, 30, 4402, 309, 1286, 30, 883], "avg_logprob": -0.4631807013313369, "compression_ratio": 1.863849765258216, "no_speech_prob": 0.0, "words": [{"start": 1490.23, "end": 1490.61, "word": " Do", "probability": 0.1588134765625}, {"start": 1490.61, "end": 1490.61, "word": " you", "probability": 0.91796875}, {"start": 1490.61, "end": 1490.73, "word": " have", "probability": 0.78955078125}, {"start": 1490.73, "end": 1490.93, "word": " a", "probability": 0.44140625}, {"start": 1490.93, "end": 1491.01, "word": " school?", "probability": 0.8544921875}, {"start": 1491.19, "end": 1491.39, "word": " What's", "probability": 0.5792236328125}, {"start": 1491.39, "end": 1491.69, "word": " inside?", "probability": 0.75537109375}, {"start": 1492.27, "end": 1492.45, "word": " What's", "probability": 0.35382080078125}, {"start": 1492.45, "end": 1492.71, "word": " the", "probability": 0.61767578125}, {"start": 1492.71, "end": 1492.71, "word": " question?", "probability": 0.9345703125}, {"start": 1492.89, "end": 1493.07, "word": " To", "probability": 0.26953125}, {"start": 1493.07, "end": 1493.31, "word": " understand", "probability": 0.59228515625}, {"start": 1493.31, "end": 1493.85, "word": " the", "probability": 0.755859375}, {"start": 1493.85, "end": 1493.85, "word": " question", "probability": 0.93359375}, {"start": 1493.85, "end": 1495.03, "word": " Do", "probability": 0.359619140625}, {"start": 1495.03, "end": 1495.35, "word": " you", "probability": 0.8017578125}, {"start": 1495.35, "end": 1495.35, "word": " have", "probability": 0.7353515625}, {"start": 1495.35, "end": 1495.69, "word": " one", "probability": 0.416015625}, {"start": 1495.69, "end": 1495.69, "word": " word", "probability": 0.89111328125}, {"start": 1495.69, "end": 1495.95, "word": " that", "probability": 0.50439453125}, {"start": 1495.95, "end": 1496.13, "word": " moves?", "probability": 0.77099609375}, {"start": 1497.05, "end": 1497.45, "word": " Inside", "probability": 0.6572265625}, {"start": 1497.45, "end": 1497.63, "word": " the", "probability": 0.73583984375}, {"start": 1497.63, "end": 1497.89, "word": " school,", "probability": 0.95166015625}, {"start": 1497.99, "end": 1498.37, "word": " one", "probability": 0.73193359375}, {"start": 1498.37, "end": 1498.37, "word": " word?", "probability": 0.92626953125}, {"start": 1498.51, "end": 1498.67, "word": " No,", "probability": 0.76611328125}, {"start": 1498.75, "end": 1498.85, "word": " no,", "probability": 0.35595703125}, {"start": 1498.85, "end": 1498.95, "word": " it", "probability": 0.76025390625}, {"start": 1498.95, "end": 1498.95, "word": " doesn't", "probability": 0.845947265625}, {"start": 1498.95, "end": 1499.23, "word": " move,", "probability": 0.927734375}, {"start": 1499.37, "end": 1499.67, "word": " of", "probability": 0.88525390625}, {"start": 1499.67, "end": 1499.85, "word": " course.", "probability": 0.95849609375}, {"start": 1500.09, "end": 1500.33, "word": " When", "probability": 0.5361328125}, {"start": 1500.33, "end": 1500.39, "word": " does", "probability": 0.40869140625}, {"start": 1500.39, "end": 1500.93, "word": " it", "probability": 0.8037109375}, {"start": 1500.93, "end": 1501.27, "word": " make", "probability": 0.6591796875}, {"start": 1501.27, "end": 1501.39, "word": " you", "probability": 0.93603515625}, {"start": 1501.39, "end": 1501.63, "word": " move?", "probability": 0.94921875}, {"start": 1502.51, "end": 1502.91, "word": " When", "probability": 0.66748046875}, {"start": 1502.91, "end": 1503.13, "word": " there", "probability": 0.599609375}, {"start": 1503.13, "end": 1503.21, "word": " is", "probability": 0.483154296875}, {"start": 1503.21, "end": 1503.27, "word": " a", "probability": 0.74951171875}, {"start": 1503.27, "end": 1503.27, "word": " lot", "probability": 0.9150390625}, {"start": 1503.27, "end": 1503.35, "word": " of", "probability": 0.9638671875}, {"start": 1503.35, "end": 1503.51, "word": " people,", "probability": 0.24462890625}, {"start": 1504.31, "end": 1504.65, "word": " when", "probability": 0.8583984375}, {"start": 1504.65, "end": 1505.01, "word": " there", "probability": 0.88134765625}, {"start": 1505.01, "end": 1505.03, "word": " is", "probability": 0.8486328125}, {"start": 1505.03, "end": 1505.39, "word": " an", "probability": 0.45263671875}, {"start": 1505.39, "end": 1505.39, "word": " increase.", "probability": 0.320556640625}, {"start": 1505.73, "end": 1505.91, "word": " So,", "probability": 0.473388671875}, {"start": 1505.97, "end": 1506.15, "word": " this", "probability": 0.429443359375}, {"start": 1506.15, "end": 1506.19, "word": " is", "probability": 0.76708984375}, {"start": 1506.19, "end": 1506.37, "word": " like", "probability": 0.322265625}, {"start": 1506.37, "end": 1506.63, "word": " this.", "probability": 0.5322265625}, {"start": 1506.69, "end": 1506.99, "word": " Does", "probability": 0.5078125}, {"start": 1506.99, "end": 1507.79, "word": " the", "probability": 0.260986328125}, {"start": 1507.79, "end": 1508.07, "word": " school", "probability": 0.962890625}, {"start": 1508.07, "end": 1508.07, "word": " move", "probability": 0.91357421875}, {"start": 1508.07, "end": 1508.07, "word": " like", "probability": 0.802734375}, {"start": 1508.07, "end": 1508.07, "word": " this?", "probability": 0.919921875}, {"start": 1510.07, "end": 1510.47, "word": " This", "probability": 0.354736328125}, {"start": 1510.47, "end": 1510.65, "word": " is", "probability": 0.9404296875}, {"start": 1510.65, "end": 1510.79, "word": " the", "probability": 0.81884765625}, {"start": 1510.79, "end": 1511.05, "word": " school.", "probability": 0.96142578125}, {"start": 1511.51, "end": 1511.67, "word": " Is", "probability": 0.291015625}, {"start": 1511.67, "end": 1511.71, "word": " there", "probability": 0.9013671875}, {"start": 1511.71, "end": 1511.91, "word": " a", "probability": 0.67236328125}, {"start": 1511.91, "end": 1511.91, "word": " text", "probability": 0.39892578125}, {"start": 1511.91, "end": 1512.19, "word": " view", "probability": 0.705078125}, {"start": 1512.19, "end": 1512.37, "word": " with", "probability": 0.583984375}, {"start": 1512.37, "end": 1512.85, "word": " one", "probability": 0.7685546875}, {"start": 1512.85, "end": 1512.85, "word": " word?", "probability": 0.919921875}, {"start": 1512.99, "end": 1513.05, "word": " Does", "probability": 0.7763671875}, {"start": 1513.05, "end": 1513.05, "word": " it", "probability": 0.9150390625}, {"start": 1513.05, "end": 1513.25, "word": " move?", "probability": 0.93408203125}, {"start": 1514.09, "end": 1514.49, "word": " No", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 54, "seek": 154388, "start": 1516.22, "end": 1543.88, "text": " Yes, when there is a lot of down, down, down, it will be like this Because this is outside the screen It will make you move If there is not a lot of content, it will be like this and this, it has no value Are you with me or not? Like the text area in any written program When you write a word or two, it will not put a scroll for you But if it exceeds the screen size or component size, it will put a scroll for you", "tokens": [1079, 11, 562, 456, 307, 257, 688, 295, 760, 11, 760, 11, 760, 11, 309, 486, 312, 411, 341, 1436, 341, 307, 2380, 264, 2568, 467, 486, 652, 291, 1286, 759, 456, 307, 406, 257, 688, 295, 2701, 11, 309, 486, 312, 411, 341, 293, 341, 11, 309, 575, 572, 2158, 2014, 291, 365, 385, 420, 406, 30, 1743, 264, 2487, 1859, 294, 604, 3720, 1461, 1133, 291, 2464, 257, 1349, 420, 732, 11, 309, 486, 406, 829, 257, 11369, 337, 291, 583, 498, 309, 43305, 264, 2568, 2744, 420, 6542, 2744, 11, 309, 486, 829, 257, 11369, 337, 291], "avg_logprob": -0.5040223055546826, "compression_ratio": 1.8823529411764706, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1516.2199999999998, "end": 1516.62, "word": " Yes,", "probability": 0.29248046875}, {"start": 1516.62, "end": 1517.02, "word": " when", "probability": 0.626953125}, {"start": 1517.02, "end": 1517.48, "word": " there", "probability": 0.67529296875}, {"start": 1517.48, "end": 1517.48, "word": " is", "probability": 0.364501953125}, {"start": 1517.48, "end": 1517.58, "word": " a", "probability": 0.50537109375}, {"start": 1517.58, "end": 1517.9, "word": " lot", "probability": 0.89111328125}, {"start": 1517.9, "end": 1518.1, "word": " of", "probability": 0.9013671875}, {"start": 1518.1, "end": 1518.46, "word": " down,", "probability": 0.03607177734375}, {"start": 1518.54, "end": 1518.84, "word": " down,", "probability": 0.734375}, {"start": 1518.86, "end": 1519.34, "word": " down,", "probability": 0.79345703125}, {"start": 1519.36, "end": 1519.54, "word": " it", "probability": 0.38671875}, {"start": 1519.54, "end": 1519.6, "word": " will", "probability": 0.408203125}, {"start": 1519.6, "end": 1519.64, "word": " be", "probability": 0.312744140625}, {"start": 1519.64, "end": 1519.84, "word": " like", "probability": 0.83154296875}, {"start": 1519.84, "end": 1520.34, "word": " this", "probability": 0.50830078125}, {"start": 1520.34, "end": 1520.74, "word": " Because", "probability": 0.1556396484375}, {"start": 1520.74, "end": 1520.88, "word": " this", "probability": 0.48779296875}, {"start": 1520.88, "end": 1520.88, "word": " is", "probability": 0.6025390625}, {"start": 1520.88, "end": 1521.24, "word": " outside", "probability": 0.367919921875}, {"start": 1521.24, "end": 1521.48, "word": " the", "probability": 0.64990234375}, {"start": 1521.48, "end": 1521.74, "word": " screen", "probability": 0.845703125}, {"start": 1521.74, "end": 1522.58, "word": " It", "probability": 0.3916015625}, {"start": 1522.58, "end": 1522.8, "word": " will", "probability": 0.791015625}, {"start": 1522.8, "end": 1523.04, "word": " make", "probability": 0.71533203125}, {"start": 1523.04, "end": 1523.16, "word": " you", "probability": 0.9111328125}, {"start": 1523.16, "end": 1523.48, "word": " move", "probability": 0.93408203125}, {"start": 1523.48, "end": 1525.44, "word": " If", "probability": 0.08538818359375}, {"start": 1525.44, "end": 1526.36, "word": " there", "probability": 0.78857421875}, {"start": 1526.36, "end": 1526.36, "word": " is", "probability": 0.74658203125}, {"start": 1526.36, "end": 1526.36, "word": " not", "probability": 0.7734375}, {"start": 1526.36, "end": 1526.54, "word": " a", "probability": 0.392822265625}, {"start": 1526.54, "end": 1526.54, "word": " lot", "probability": 0.93408203125}, {"start": 1526.54, "end": 1526.66, "word": " of", "probability": 0.9111328125}, {"start": 1526.66, "end": 1526.96, "word": " content,", "probability": 0.935546875}, {"start": 1527.42, "end": 1527.58, "word": " it", "probability": 0.8388671875}, {"start": 1527.58, "end": 1527.66, "word": " will", "probability": 0.44677734375}, {"start": 1527.66, "end": 1527.8, "word": " be", "probability": 0.392578125}, {"start": 1527.8, "end": 1527.94, "word": " like", "probability": 0.4423828125}, {"start": 1527.94, "end": 1528.1, "word": " this", "probability": 0.3134765625}, {"start": 1528.1, "end": 1528.18, "word": " and", "probability": 0.646484375}, {"start": 1528.18, "end": 1528.4, "word": " this,", "probability": 0.4658203125}, {"start": 1528.54, "end": 1528.54, "word": " it", "probability": 0.5439453125}, {"start": 1528.54, "end": 1528.58, "word": " has", "probability": 0.423095703125}, {"start": 1528.58, "end": 1528.7, "word": " no", "probability": 0.947265625}, {"start": 1528.7, "end": 1529.0, "word": " value", "probability": 0.8681640625}, {"start": 1529.0, "end": 1530.6, "word": " Are", "probability": 0.6533203125}, {"start": 1530.6, "end": 1530.7, "word": " you", "probability": 0.970703125}, {"start": 1530.7, "end": 1530.82, "word": " with", "probability": 0.77978515625}, {"start": 1530.82, "end": 1530.94, "word": " me", "probability": 0.9638671875}, {"start": 1530.94, "end": 1531.02, "word": " or", "probability": 0.75146484375}, {"start": 1531.02, "end": 1531.2, "word": " not?", "probability": 0.9091796875}, {"start": 1531.66, "end": 1532.06, "word": " Like", "probability": 0.449951171875}, {"start": 1532.06, "end": 1532.22, "word": " the", "probability": 0.1966552734375}, {"start": 1532.22, "end": 1532.42, "word": " text", "probability": 0.87646484375}, {"start": 1532.42, "end": 1532.8, "word": " area", "probability": 0.8876953125}, {"start": 1532.8, "end": 1532.92, "word": " in", "probability": 0.428955078125}, {"start": 1532.92, "end": 1534.02, "word": " any", "probability": 0.68701171875}, {"start": 1534.02, "end": 1534.12, "word": " written", "probability": 0.2734375}, {"start": 1534.12, "end": 1534.98, "word": " program", "probability": 0.8115234375}, {"start": 1534.98, "end": 1536.0, "word": " When", "probability": 0.638671875}, {"start": 1536.0, "end": 1536.22, "word": " you", "probability": 0.94677734375}, {"start": 1536.22, "end": 1536.54, "word": " write", "probability": 0.6220703125}, {"start": 1536.54, "end": 1536.72, "word": " a", "probability": 0.4384765625}, {"start": 1536.72, "end": 1536.86, "word": " word", "probability": 0.8857421875}, {"start": 1536.86, "end": 1537.0, "word": " or", "probability": 0.8251953125}, {"start": 1537.0, "end": 1537.38, "word": " two,", "probability": 0.94091796875}, {"start": 1537.62, "end": 1537.88, "word": " it", "probability": 0.900390625}, {"start": 1537.88, "end": 1537.98, "word": " will", "probability": 0.69970703125}, {"start": 1537.98, "end": 1537.98, "word": " not", "probability": 0.8466796875}, {"start": 1537.98, "end": 1538.34, "word": " put", "probability": 0.268798828125}, {"start": 1538.34, "end": 1538.54, "word": " a", "probability": 0.498779296875}, {"start": 1538.54, "end": 1538.86, "word": " scroll", "probability": 0.96435546875}, {"start": 1538.86, "end": 1539.02, "word": " for", "probability": 0.353759765625}, {"start": 1539.02, "end": 1539.24, "word": " you", "probability": 0.9658203125}, {"start": 1539.24, "end": 1540.0, "word": " But", "probability": 0.87109375}, {"start": 1540.0, "end": 1540.24, "word": " if", "probability": 0.8857421875}, {"start": 1540.24, "end": 1540.3, "word": " it", "probability": 0.78955078125}, {"start": 1540.3, "end": 1540.52, "word": " exceeds", "probability": 0.56591796875}, {"start": 1540.52, "end": 1541.4, "word": " the", "probability": 0.8935546875}, {"start": 1541.4, "end": 1541.74, "word": " screen", "probability": 0.6640625}, {"start": 1541.74, "end": 1541.76, "word": " size", "probability": 0.6611328125}, {"start": 1541.76, "end": 1541.94, "word": " or", "probability": 0.7197265625}, {"start": 1541.94, "end": 1542.66, "word": " component", "probability": 0.28515625}, {"start": 1542.66, "end": 1542.7, "word": " size,", "probability": 0.61767578125}, {"start": 1542.9, "end": 1542.9, "word": " it", "probability": 0.8125}, {"start": 1542.9, "end": 1543.06, "word": " will", "probability": 0.71923828125}, {"start": 1543.06, "end": 1543.26, "word": " put", "probability": 0.75}, {"start": 1543.26, "end": 1543.48, "word": " a", "probability": 0.66357421875}, {"start": 1543.48, "end": 1543.8, "word": " scroll", "probability": 0.94873046875}, {"start": 1543.8, "end": 1543.88, "word": " for", "probability": 0.90478515625}, {"start": 1543.88, "end": 1543.88, "word": " you", "probability": 0.9658203125}], "temperature": 1.0}, {"id": 55, "seek": 157305, "start": 1546.53, "end": 1573.05, "text": " If I have a text view and there is only one word in it, I don't need to move it. I don't need to move it at all. It moves on its own. No, no. The screen view, if it is big, it moves on its own. Here for example,", "tokens": [759, 286, 362, 257, 2487, 1910, 293, 456, 307, 787, 472, 1349, 294, 309, 11, 286, 500, 380, 643, 281, 1286, 309, 13, 286, 500, 380, 643, 281, 1286, 309, 412, 439, 13, 467, 6067, 322, 1080, 1065, 13, 883, 11, 572, 13, 440, 2568, 1910, 11, 498, 309, 307, 955, 11, 309, 6067, 322, 1080, 1065, 13, 1692, 337, 1365, 11], "avg_logprob": -0.7375992214868939, "compression_ratio": 1.5703703703703704, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1546.53, "end": 1546.93, "word": " If", "probability": 0.1527099609375}, {"start": 1546.93, "end": 1547.33, "word": " I", "probability": 0.36865234375}, {"start": 1547.33, "end": 1547.49, "word": " have", "probability": 0.72607421875}, {"start": 1547.49, "end": 1547.57, "word": " a", "probability": 0.52978515625}, {"start": 1547.57, "end": 1547.71, "word": " text", "probability": 0.67822265625}, {"start": 1547.71, "end": 1547.99, "word": " view", "probability": 0.6083984375}, {"start": 1547.99, "end": 1548.13, "word": " and", "probability": 0.2064208984375}, {"start": 1548.13, "end": 1548.23, "word": " there", "probability": 0.47900390625}, {"start": 1548.23, "end": 1548.23, "word": " is", "probability": 0.80615234375}, {"start": 1548.23, "end": 1548.43, "word": " only", "probability": 0.495849609375}, {"start": 1548.43, "end": 1548.59, "word": " one", "probability": 0.9091796875}, {"start": 1548.59, "end": 1548.59, "word": " word", "probability": 0.86376953125}, {"start": 1548.59, "end": 1548.73, "word": " in", "probability": 0.1888427734375}, {"start": 1548.73, "end": 1548.73, "word": " it,", "probability": 0.80517578125}, {"start": 1548.81, "end": 1549.01, "word": " I", "probability": 0.3271484375}, {"start": 1549.01, "end": 1549.17, "word": " don't", "probability": 0.6029052734375}, {"start": 1549.17, "end": 1549.23, "word": " need", "probability": 0.24072265625}, {"start": 1549.23, "end": 1549.27, "word": " to", "probability": 0.93359375}, {"start": 1549.27, "end": 1549.51, "word": " move", "probability": 0.67724609375}, {"start": 1549.51, "end": 1549.59, "word": " it.", "probability": 0.471435546875}, {"start": 1549.61, "end": 1549.67, "word": " I", "probability": 0.067138671875}, {"start": 1549.67, "end": 1549.67, "word": " don't", "probability": 0.81494140625}, {"start": 1549.67, "end": 1550.15, "word": " need", "probability": 0.67578125}, {"start": 1550.15, "end": 1550.15, "word": " to", "probability": 0.912109375}, {"start": 1550.15, "end": 1552.23, "word": " move", "probability": 0.261474609375}, {"start": 1552.23, "end": 1552.39, "word": " it", "probability": 0.56298828125}, {"start": 1552.39, "end": 1552.47, "word": " at", "probability": 0.28271484375}, {"start": 1552.47, "end": 1553.09, "word": " all.", "probability": 0.94775390625}, {"start": 1553.17, "end": 1553.35, "word": " It", "probability": 0.2587890625}, {"start": 1553.35, "end": 1553.55, "word": " moves", "probability": 0.1793212890625}, {"start": 1553.55, "end": 1553.75, "word": " on", "probability": 0.2176513671875}, {"start": 1553.75, "end": 1553.75, "word": " its", "probability": 0.67822265625}, {"start": 1553.75, "end": 1553.75, "word": " own.", "probability": 0.9072265625}, {"start": 1555.67, "end": 1556.07, "word": " No,", "probability": 0.1871337890625}, {"start": 1558.71, "end": 1558.93, "word": " no.", "probability": 0.298828125}, {"start": 1559.45, "end": 1559.85, "word": " The", "probability": 0.427734375}, {"start": 1559.85, "end": 1560.15, "word": " screen", "probability": 0.1378173828125}, {"start": 1560.15, "end": 1560.59, "word": " view,", "probability": 0.87451171875}, {"start": 1560.93, "end": 1561.19, "word": " if", "probability": 0.8818359375}, {"start": 1561.19, "end": 1561.61, "word": " it", "probability": 0.6181640625}, {"start": 1561.61, "end": 1561.61, "word": " is", "probability": 0.54833984375}, {"start": 1561.61, "end": 1561.99, "word": " big,", "probability": 0.429443359375}, {"start": 1562.15, "end": 1562.29, "word": " it", "probability": 0.3935546875}, {"start": 1562.29, "end": 1562.65, "word": " moves", "probability": 0.48681640625}, {"start": 1562.65, "end": 1562.83, "word": " on", "probability": 0.31982421875}, {"start": 1562.83, "end": 1562.83, "word": " its", "probability": 0.90087890625}, {"start": 1562.83, "end": 1563.13, "word": " own.", "probability": 0.92529296875}, {"start": 1571.63, "end": 1572.03, "word": " Here", "probability": 0.19091796875}, {"start": 1572.03, "end": 1572.89, "word": " for", "probability": 0.4189453125}, {"start": 1572.89, "end": 1573.05, "word": " example,", "probability": 0.93115234375}], "temperature": 1.0}, {"id": 56, "seek": 160202, "start": 1574.4, "end": 1602.02, "text": " Here I will put this scroll, do you see it here? Why? Because the content is big If the content is big, there is only one word Yes, that's it, I will not make a scroll for you In the application on the phone, I mean? Yes Okay, look, you came to the options, I will teach you the basics, and you look for how to get the scroll bar, you can't get it Yes", "tokens": [1692, 286, 486, 829, 341, 11369, 11, 360, 291, 536, 309, 510, 30, 1545, 30, 1436, 264, 2701, 307, 955, 759, 264, 2701, 307, 955, 11, 456, 307, 787, 472, 1349, 1079, 11, 300, 311, 309, 11, 286, 486, 406, 652, 257, 11369, 337, 291, 682, 264, 3861, 322, 264, 2593, 11, 286, 914, 30, 1079, 1033, 11, 574, 11, 291, 1361, 281, 264, 3956, 11, 286, 486, 2924, 291, 264, 14688, 11, 293, 291, 574, 337, 577, 281, 483, 264, 11369, 2159, 11, 291, 393, 380, 483, 309, 1079], "avg_logprob": -0.6198488945489401, "compression_ratio": 1.6761904761904762, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1574.4, "end": 1574.76, "word": " Here", "probability": 0.303466796875}, {"start": 1574.76, "end": 1574.82, "word": " I", "probability": 0.320068359375}, {"start": 1574.82, "end": 1575.0, "word": " will", "probability": 0.366455078125}, {"start": 1575.0, "end": 1575.14, "word": " put", "probability": 0.5126953125}, {"start": 1575.14, "end": 1575.42, "word": " this", "probability": 0.367919921875}, {"start": 1575.42, "end": 1575.74, "word": " scroll,", "probability": 0.82177734375}, {"start": 1575.98, "end": 1576.06, "word": " do", "probability": 0.30322265625}, {"start": 1576.06, "end": 1576.06, "word": " you", "probability": 0.9755859375}, {"start": 1576.06, "end": 1576.32, "word": " see", "probability": 0.92431640625}, {"start": 1576.32, "end": 1576.48, "word": " it", "probability": 0.6650390625}, {"start": 1576.48, "end": 1576.7, "word": " here?", "probability": 0.427001953125}, {"start": 1577.14, "end": 1577.5, "word": " Why?", "probability": 0.7978515625}, {"start": 1577.82, "end": 1578.18, "word": " Because", "probability": 0.87255859375}, {"start": 1578.18, "end": 1578.76, "word": " the", "probability": 0.53369140625}, {"start": 1578.76, "end": 1579.02, "word": " content", "probability": 0.8427734375}, {"start": 1579.02, "end": 1579.14, "word": " is", "probability": 0.497314453125}, {"start": 1579.14, "end": 1579.4, "word": " big", "probability": 0.48876953125}, {"start": 1579.4, "end": 1580.52, "word": " If", "probability": 0.396728515625}, {"start": 1580.52, "end": 1580.88, "word": " the", "probability": 0.74853515625}, {"start": 1580.88, "end": 1581.14, "word": " content", "probability": 0.9306640625}, {"start": 1581.14, "end": 1581.14, "word": " is", "probability": 0.6083984375}, {"start": 1581.14, "end": 1581.14, "word": " big,", "probability": 0.59228515625}, {"start": 1581.32, "end": 1581.4, "word": " there", "probability": 0.28076171875}, {"start": 1581.4, "end": 1581.4, "word": " is", "probability": 0.56787109375}, {"start": 1581.4, "end": 1581.44, "word": " only", "probability": 0.544921875}, {"start": 1581.44, "end": 1581.52, "word": " one", "probability": 0.5546875}, {"start": 1581.52, "end": 1581.84, "word": " word", "probability": 0.880859375}, {"start": 1581.84, "end": 1583.14, "word": " Yes,", "probability": 0.1495361328125}, {"start": 1583.38, "end": 1583.46, "word": " that's", "probability": 0.5628662109375}, {"start": 1583.46, "end": 1583.46, "word": " it,", "probability": 0.7158203125}, {"start": 1583.54, "end": 1583.6, "word": " I", "probability": 0.861328125}, {"start": 1583.6, "end": 1583.68, "word": " will", "probability": 0.4482421875}, {"start": 1583.68, "end": 1583.68, "word": " not", "probability": 0.9404296875}, {"start": 1583.68, "end": 1583.88, "word": " make", "probability": 0.306640625}, {"start": 1583.88, "end": 1584.08, "word": " a", "probability": 0.484619140625}, {"start": 1584.08, "end": 1584.28, "word": " scroll", "probability": 0.94287109375}, {"start": 1584.28, "end": 1584.28, "word": " for", "probability": 0.52490234375}, {"start": 1584.28, "end": 1584.9, "word": " you", "probability": 0.9423828125}, {"start": 1584.9, "end": 1589.92, "word": " In", "probability": 0.20166015625}, {"start": 1589.92, "end": 1594.72, "word": " the", "probability": 0.63525390625}, {"start": 1594.72, "end": 1595.04, "word": " application", "probability": 0.291015625}, {"start": 1595.04, "end": 1595.28, "word": " on", "probability": 0.478759765625}, {"start": 1595.28, "end": 1595.68, "word": " the", "probability": 0.58056640625}, {"start": 1595.68, "end": 1595.98, "word": " phone,", "probability": 0.68017578125}, {"start": 1596.1, "end": 1596.24, "word": " I", "probability": 0.310546875}, {"start": 1596.24, "end": 1596.24, "word": " mean?", "probability": 0.8046875}, {"start": 1596.36, "end": 1596.62, "word": " Yes", "probability": 0.54345703125}, {"start": 1596.62, "end": 1596.74, "word": " Okay,", "probability": 0.224609375}, {"start": 1597.18, "end": 1597.58, "word": " look,", "probability": 0.378662109375}, {"start": 1597.76, "end": 1597.84, "word": " you", "probability": 0.70068359375}, {"start": 1597.84, "end": 1598.06, "word": " came", "probability": 0.1282958984375}, {"start": 1598.06, "end": 1598.14, "word": " to", "probability": 0.85986328125}, {"start": 1598.14, "end": 1598.2, "word": " the", "probability": 0.55712890625}, {"start": 1598.2, "end": 1598.54, "word": " options,", "probability": 0.91015625}, {"start": 1598.6, "end": 1598.76, "word": " I", "probability": 0.8955078125}, {"start": 1598.76, "end": 1598.84, "word": " will", "probability": 0.4326171875}, {"start": 1598.84, "end": 1598.98, "word": " teach", "probability": 0.650390625}, {"start": 1598.98, "end": 1599.14, "word": " you", "probability": 0.9580078125}, {"start": 1599.14, "end": 1599.22, "word": " the", "probability": 0.83251953125}, {"start": 1599.22, "end": 1599.56, "word": " basics,", "probability": 0.6845703125}, {"start": 1599.68, "end": 1599.72, "word": " and", "probability": 0.625}, {"start": 1599.72, "end": 1599.88, "word": " you", "probability": 0.93603515625}, {"start": 1599.88, "end": 1600.16, "word": " look", "probability": 0.4345703125}, {"start": 1600.16, "end": 1600.24, "word": " for", "probability": 0.41259765625}, {"start": 1600.24, "end": 1600.48, "word": " how", "probability": 0.67431640625}, {"start": 1600.48, "end": 1600.6, "word": " to", "probability": 0.923828125}, {"start": 1600.6, "end": 1600.74, "word": " get", "probability": 0.2423095703125}, {"start": 1600.74, "end": 1600.92, "word": " the", "probability": 0.564453125}, {"start": 1600.92, "end": 1601.08, "word": " scroll", "probability": 0.6025390625}, {"start": 1601.08, "end": 1601.38, "word": " bar,", "probability": 0.47412109375}, {"start": 1601.42, "end": 1601.64, "word": " you", "probability": 0.60498046875}, {"start": 1601.64, "end": 1601.64, "word": " can't", "probability": 0.5628662109375}, {"start": 1601.64, "end": 1601.76, "word": " get", "probability": 0.6396484375}, {"start": 1601.76, "end": 1601.94, "word": " it", "probability": 0.87841796875}, {"start": 1601.94, "end": 1602.02, "word": " Yes", "probability": 0.378173828125}], "temperature": 1.0}, {"id": 57, "seek": 163391, "start": 1605.27, "end": 1633.91, "text": " Ok guys, now that we have finished the linear layout, we will move to another layout more important than the linear layout The layout that I will talk about today is called the constraint layout", "tokens": [3477, 1074, 11, 586, 300, 321, 362, 4335, 264, 8213, 13333, 11, 321, 486, 1286, 281, 1071, 13333, 544, 1021, 813, 264, 8213, 13333, 440, 13333, 300, 286, 486, 751, 466, 965, 307, 1219, 264, 25534, 13333], "avg_logprob": -0.505756593064258, "compression_ratio": 1.5354330708661417, "no_speech_prob": 0.0, "words": [{"start": 1605.27, "end": 1605.57, "word": " Ok", "probability": 0.28662109375}, {"start": 1605.57, "end": 1605.95, "word": " guys,", "probability": 0.57080078125}, {"start": 1606.35, "end": 1607.45, "word": " now", "probability": 0.501953125}, {"start": 1607.45, "end": 1608.03, "word": " that", "probability": 0.235595703125}, {"start": 1608.03, "end": 1608.09, "word": " we", "probability": 0.90869140625}, {"start": 1608.09, "end": 1608.09, "word": " have", "probability": 0.29443359375}, {"start": 1608.09, "end": 1608.09, "word": " finished", "probability": 0.40966796875}, {"start": 1608.09, "end": 1608.19, "word": " the", "probability": 0.353515625}, {"start": 1608.19, "end": 1608.39, "word": " linear", "probability": 0.75439453125}, {"start": 1608.39, "end": 1608.83, "word": " layout,", "probability": 0.9736328125}, {"start": 1608.99, "end": 1609.07, "word": " we", "probability": 0.52783203125}, {"start": 1609.07, "end": 1609.13, "word": " will", "probability": 0.461669921875}, {"start": 1609.13, "end": 1609.39, "word": " move", "probability": 0.7421875}, {"start": 1609.39, "end": 1609.51, "word": " to", "probability": 0.70556640625}, {"start": 1609.51, "end": 1610.33, "word": " another", "probability": 0.74609375}, {"start": 1610.33, "end": 1610.43, "word": " layout", "probability": 0.74072265625}, {"start": 1610.43, "end": 1610.95, "word": " more", "probability": 0.321533203125}, {"start": 1610.95, "end": 1611.17, "word": " important", "probability": 0.86474609375}, {"start": 1611.17, "end": 1611.33, "word": " than", "probability": 0.8916015625}, {"start": 1611.33, "end": 1611.39, "word": " the", "probability": 0.52197265625}, {"start": 1611.39, "end": 1611.59, "word": " linear", "probability": 0.8662109375}, {"start": 1611.59, "end": 1612.05, "word": " layout", "probability": 0.98583984375}, {"start": 1612.05, "end": 1612.61, "word": " The", "probability": 0.37646484375}, {"start": 1612.61, "end": 1612.89, "word": " layout", "probability": 0.97802734375}, {"start": 1612.89, "end": 1613.01, "word": " that", "probability": 0.501953125}, {"start": 1613.01, "end": 1613.07, "word": " I", "probability": 0.4560546875}, {"start": 1613.07, "end": 1613.15, "word": " will", "probability": 0.6962890625}, {"start": 1613.15, "end": 1613.37, "word": " talk", "probability": 0.73388671875}, {"start": 1613.37, "end": 1613.59, "word": " about", "probability": 0.8798828125}, {"start": 1613.59, "end": 1614.77, "word": " today", "probability": 0.75048828125}, {"start": 1614.77, "end": 1617.33, "word": " is", "probability": 0.62158203125}, {"start": 1617.33, "end": 1626.35, "word": " called", "probability": 0.58740234375}, {"start": 1626.35, "end": 1627.05, "word": " the", "probability": 0.4423828125}, {"start": 1627.05, "end": 1627.89, "word": " constraint", "probability": 0.73388671875}, {"start": 1627.89, "end": 1633.91, "word": " layout", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 58, "seek": 166196, "start": 1635.32, "end": 1661.96, "text": " The Linear Layout is good and you can design whatever you want with it But it has problems The first problem was that in the first versions of Android, the most used layout was the Linear Layout But it has problems because Linear Layout has to make a list of layouts to design whatever you want with it What is a list of layouts? It is a layout in a layout, and it delays the application", "tokens": [440, 14670, 289, 20084, 346, 307, 665, 293, 291, 393, 1715, 2035, 291, 528, 365, 309, 583, 309, 575, 2740, 440, 700, 1154, 390, 300, 294, 264, 700, 9606, 295, 8853, 11, 264, 881, 1143, 13333, 390, 264, 14670, 289, 20084, 346, 583, 309, 575, 2740, 570, 14670, 289, 20084, 346, 575, 281, 652, 257, 1329, 295, 46100, 281, 1715, 2035, 291, 528, 365, 309, 708, 307, 257, 1329, 295, 46100, 30, 467, 307, 257, 13333, 294, 257, 13333, 11, 293, 309, 28610, 264, 3861], "avg_logprob": -0.5566860354223917, "compression_ratio": 2.031413612565445, "no_speech_prob": 0.0, "words": [{"start": 1635.32, "end": 1635.78, "word": " The", "probability": 0.3203125}, {"start": 1635.78, "end": 1636.12, "word": " Linear", "probability": 0.61761474609375}, {"start": 1636.12, "end": 1636.52, "word": " Layout", "probability": 0.81689453125}, {"start": 1636.52, "end": 1636.66, "word": " is", "probability": 0.748046875}, {"start": 1636.66, "end": 1636.96, "word": " good", "probability": 0.2052001953125}, {"start": 1636.96, "end": 1637.44, "word": " and", "probability": 0.34765625}, {"start": 1637.44, "end": 1637.66, "word": " you", "probability": 0.58349609375}, {"start": 1637.66, "end": 1637.86, "word": " can", "probability": 0.81298828125}, {"start": 1637.86, "end": 1638.5, "word": " design", "probability": 0.27490234375}, {"start": 1638.5, "end": 1638.72, "word": " whatever", "probability": 0.41796875}, {"start": 1638.72, "end": 1638.76, "word": " you", "probability": 0.818359375}, {"start": 1638.76, "end": 1639.02, "word": " want", "probability": 0.77392578125}, {"start": 1639.02, "end": 1639.3, "word": " with", "probability": 0.293701171875}, {"start": 1639.3, "end": 1639.3, "word": " it", "probability": 0.92333984375}, {"start": 1639.3, "end": 1640.12, "word": " But", "probability": 0.34521484375}, {"start": 1640.12, "end": 1640.24, "word": " it", "probability": 0.443359375}, {"start": 1640.24, "end": 1640.3, "word": " has", "probability": 0.91064453125}, {"start": 1640.3, "end": 1641.12, "word": " problems", "probability": 0.37890625}, {"start": 1641.12, "end": 1641.8, "word": " The", "probability": 0.42626953125}, {"start": 1641.8, "end": 1641.98, "word": " first", "probability": 0.8291015625}, {"start": 1641.98, "end": 1642.3, "word": " problem", "probability": 0.490966796875}, {"start": 1642.3, "end": 1643.5, "word": " was", "probability": 0.2371826171875}, {"start": 1643.5, "end": 1644.5, "word": " that", "probability": 0.3193359375}, {"start": 1644.5, "end": 1644.5, "word": " in", "probability": 0.338134765625}, {"start": 1644.5, "end": 1645.38, "word": " the", "probability": 0.669921875}, {"start": 1645.38, "end": 1645.38, "word": " first", "probability": 0.5537109375}, {"start": 1645.38, "end": 1645.76, "word": " versions", "probability": 0.57666015625}, {"start": 1645.76, "end": 1646.12, "word": " of", "probability": 0.88134765625}, {"start": 1646.12, "end": 1646.68, "word": " Android,", "probability": 0.81494140625}, {"start": 1646.94, "end": 1648.2, "word": " the", "probability": 0.471923828125}, {"start": 1648.2, "end": 1648.68, "word": " most", "probability": 0.75}, {"start": 1648.68, "end": 1650.44, "word": " used", "probability": 0.5712890625}, {"start": 1650.44, "end": 1650.52, "word": " layout", "probability": 0.9306640625}, {"start": 1650.52, "end": 1651.18, "word": " was", "probability": 0.75732421875}, {"start": 1651.18, "end": 1651.3, "word": " the", "probability": 0.55615234375}, {"start": 1651.3, "end": 1651.56, "word": " Linear", "probability": 0.81640625}, {"start": 1651.56, "end": 1651.9, "word": " Layout", "probability": 0.958740234375}, {"start": 1651.9, "end": 1652.88, "word": " But", "probability": 0.82568359375}, {"start": 1652.88, "end": 1653.12, "word": " it", "probability": 0.278076171875}, {"start": 1653.12, "end": 1653.24, "word": " has", "probability": 0.66357421875}, {"start": 1653.24, "end": 1653.7, "word": " problems", "probability": 0.705078125}, {"start": 1653.7, "end": 1653.98, "word": " because", "probability": 0.5869140625}, {"start": 1653.98, "end": 1654.36, "word": " Linear", "probability": 0.6470947265625}, {"start": 1654.36, "end": 1654.78, "word": " Layout", "probability": 0.942138671875}, {"start": 1654.78, "end": 1654.98, "word": " has", "probability": 0.314208984375}, {"start": 1654.98, "end": 1655.14, "word": " to", "probability": 0.95703125}, {"start": 1655.14, "end": 1655.52, "word": " make", "probability": 0.375244140625}, {"start": 1655.52, "end": 1655.62, "word": " a", "probability": 0.91748046875}, {"start": 1655.62, "end": 1655.82, "word": " list", "probability": 0.572265625}, {"start": 1655.82, "end": 1655.98, "word": " of", "probability": 0.95361328125}, {"start": 1655.98, "end": 1656.36, "word": " layouts", "probability": 0.9248046875}, {"start": 1656.36, "end": 1656.62, "word": " to", "probability": 0.61865234375}, {"start": 1656.62, "end": 1657.26, "word": " design", "probability": 0.59326171875}, {"start": 1657.26, "end": 1657.44, "word": " whatever", "probability": 0.74267578125}, {"start": 1657.44, "end": 1657.48, "word": " you", "probability": 0.83984375}, {"start": 1657.48, "end": 1657.68, "word": " want", "probability": 0.849609375}, {"start": 1657.68, "end": 1657.8, "word": " with", "probability": 0.49853515625}, {"start": 1657.8, "end": 1657.8, "word": " it", "probability": 0.9248046875}, {"start": 1657.8, "end": 1657.92, "word": " What", "probability": 0.63916015625}, {"start": 1657.92, "end": 1658.06, "word": " is", "probability": 0.7236328125}, {"start": 1658.06, "end": 1658.14, "word": " a", "probability": 0.6591796875}, {"start": 1658.14, "end": 1658.3, "word": " list", "probability": 0.89892578125}, {"start": 1658.3, "end": 1658.42, "word": " of", "probability": 0.97509765625}, {"start": 1658.42, "end": 1658.8, "word": " layouts?", "probability": 0.88671875}, {"start": 1659.14, "end": 1659.52, "word": " It", "probability": 0.2330322265625}, {"start": 1659.52, "end": 1659.52, "word": " is", "probability": 0.603515625}, {"start": 1659.52, "end": 1659.52, "word": " a", "probability": 0.452392578125}, {"start": 1659.52, "end": 1659.68, "word": " layout", "probability": 0.5771484375}, {"start": 1659.68, "end": 1659.88, "word": " in", "probability": 0.19189453125}, {"start": 1659.88, "end": 1660.0, "word": " a", "probability": 0.6513671875}, {"start": 1660.0, "end": 1660.24, "word": " layout,", "probability": 0.9833984375}, {"start": 1660.34, "end": 1660.4, "word": " and", "probability": 0.61865234375}, {"start": 1660.4, "end": 1660.58, "word": " it", "probability": 0.390380859375}, {"start": 1660.58, "end": 1660.96, "word": " delays", "probability": 0.1527099609375}, {"start": 1660.96, "end": 1661.4, "word": " the", "probability": 0.5654296875}, {"start": 1661.4, "end": 1661.96, "word": " application", "probability": 0.740234375}], "temperature": 1.0}, {"id": 59, "seek": 167951, "start": 1662.91, "end": 1679.51, "text": " In mobile applications, we always look for performance, not like a PC If there is a layout inside a layout inside a layout, the rendering of the screen will be slow These are linear problems", "tokens": [682, 6013, 5821, 11, 321, 1009, 574, 337, 3389, 11, 406, 411, 257, 6465, 759, 456, 307, 257, 13333, 1854, 257, 13333, 1854, 257, 13333, 11, 264, 22407, 295, 264, 2568, 486, 312, 2964, 1981, 366, 8213, 2740], "avg_logprob": -0.6298076709111532, "compression_ratio": 1.4360902255639099, "no_speech_prob": 0.0, "words": [{"start": 1662.91, "end": 1663.61, "word": " In", "probability": 0.2042236328125}, {"start": 1663.61, "end": 1663.61, "word": " mobile", "probability": 0.31494140625}, {"start": 1663.61, "end": 1664.49, "word": " applications,", "probability": 0.50048828125}, {"start": 1664.83, "end": 1665.59, "word": " we", "probability": 0.27099609375}, {"start": 1665.59, "end": 1665.59, "word": " always", "probability": 0.359619140625}, {"start": 1665.59, "end": 1666.45, "word": " look", "probability": 0.640625}, {"start": 1666.45, "end": 1666.57, "word": " for", "probability": 0.65478515625}, {"start": 1666.57, "end": 1667.31, "word": " performance,", "probability": 0.72021484375}, {"start": 1667.49, "end": 1667.57, "word": " not", "probability": 0.401611328125}, {"start": 1667.57, "end": 1667.57, "word": " like", "probability": 0.73095703125}, {"start": 1667.57, "end": 1667.57, "word": " a", "probability": 0.22021484375}, {"start": 1667.57, "end": 1667.57, "word": " PC", "probability": 0.716796875}, {"start": 1667.57, "end": 1668.07, "word": " If", "probability": 0.376708984375}, {"start": 1668.07, "end": 1668.87, "word": " there", "probability": 0.693359375}, {"start": 1668.87, "end": 1669.01, "word": " is", "probability": 0.63037109375}, {"start": 1669.01, "end": 1669.37, "word": " a", "probability": 0.4814453125}, {"start": 1669.37, "end": 1669.37, "word": " layout", "probability": 0.91845703125}, {"start": 1669.37, "end": 1669.65, "word": " inside", "probability": 0.460693359375}, {"start": 1669.65, "end": 1669.79, "word": " a", "probability": 0.472412109375}, {"start": 1669.79, "end": 1670.03, "word": " layout", "probability": 0.9736328125}, {"start": 1670.03, "end": 1670.25, "word": " inside", "probability": 0.29248046875}, {"start": 1670.25, "end": 1670.39, "word": " a", "probability": 0.92138671875}, {"start": 1670.39, "end": 1670.87, "word": " layout,", "probability": 0.9794921875}, {"start": 1671.77, "end": 1672.13, "word": " the", "probability": 0.7001953125}, {"start": 1672.13, "end": 1672.47, "word": " rendering", "probability": 0.544921875}, {"start": 1672.47, "end": 1673.03, "word": " of", "probability": 0.11224365234375}, {"start": 1673.03, "end": 1673.47, "word": " the", "probability": 0.86083984375}, {"start": 1673.47, "end": 1673.71, "word": " screen", "probability": 0.82763671875}, {"start": 1673.71, "end": 1673.97, "word": " will", "probability": 0.58154296875}, {"start": 1673.97, "end": 1674.65, "word": " be", "probability": 0.8515625}, {"start": 1674.65, "end": 1675.21, "word": " slow", "probability": 0.87939453125}, {"start": 1675.21, "end": 1678.13, "word": " These", "probability": 0.345947265625}, {"start": 1678.13, "end": 1678.23, "word": " are", "probability": 0.6923828125}, {"start": 1678.23, "end": 1679.51, "word": " linear", "probability": 0.379638671875}, {"start": 1679.51, "end": 1679.51, "word": " problems", "probability": 0.755859375}], "temperature": 1.0}, {"id": 60, "seek": 170548, "start": 1680.5, "end": 1705.48, "text": " Layout. Ok. And this is the most important problem. In order to solve this problem, they made layouts again. Their performance is better than leaner layout. Leaner layout is excellent. You can do whatever you want with it. And we taught you with it so that you can get your hands on making layouts. What is this? So that you can get your hands on working with it. So that you can get your hands on working with XML and adding elements and arranging them.", "tokens": [20084, 346, 13, 3477, 13, 400, 341, 307, 264, 881, 1021, 1154, 13, 682, 1668, 281, 5039, 341, 1154, 11, 436, 1027, 46100, 797, 13, 6710, 3389, 307, 1101, 813, 11659, 260, 13333, 13, 49303, 260, 13333, 307, 7103, 13, 509, 393, 360, 2035, 291, 528, 365, 309, 13, 400, 321, 5928, 291, 365, 309, 370, 300, 291, 393, 483, 428, 2377, 322, 1455, 46100, 13, 708, 307, 341, 30, 407, 300, 291, 393, 483, 428, 2377, 322, 1364, 365, 309, 13, 407, 300, 291, 393, 483, 428, 2377, 322, 1364, 365, 43484, 293, 5127, 4959, 293, 5539, 9741, 552, 13], "avg_logprob": -0.49877453084085505, "compression_ratio": 1.919831223628692, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1680.5, "end": 1680.96, "word": " Layout.", "probability": 0.49267578125}, {"start": 1681.34, "end": 1681.58, "word": " Ok.", "probability": 0.365966796875}, {"start": 1682.18, "end": 1682.34, "word": " And", "probability": 0.442626953125}, {"start": 1682.34, "end": 1682.46, "word": " this", "probability": 0.763671875}, {"start": 1682.46, "end": 1682.5, "word": " is", "probability": 0.90087890625}, {"start": 1682.5, "end": 1682.56, "word": " the", "probability": 0.583984375}, {"start": 1682.56, "end": 1682.6, "word": " most", "probability": 0.51708984375}, {"start": 1682.6, "end": 1682.74, "word": " important", "probability": 0.86669921875}, {"start": 1682.74, "end": 1683.0, "word": " problem.", "probability": 0.65673828125}, {"start": 1683.74, "end": 1684.2, "word": " In", "probability": 0.2724609375}, {"start": 1684.2, "end": 1684.28, "word": " order", "probability": 0.9169921875}, {"start": 1684.28, "end": 1684.42, "word": " to", "probability": 0.943359375}, {"start": 1684.42, "end": 1684.6, "word": " solve", "probability": 0.76611328125}, {"start": 1684.6, "end": 1684.72, "word": " this", "probability": 0.89453125}, {"start": 1684.72, "end": 1685.06, "word": " problem,", "probability": 0.8095703125}, {"start": 1685.34, "end": 1685.4, "word": " they", "probability": 0.203125}, {"start": 1685.4, "end": 1685.56, "word": " made", "probability": 0.352783203125}, {"start": 1685.56, "end": 1686.24, "word": " layouts", "probability": 0.50146484375}, {"start": 1686.24, "end": 1687.08, "word": " again.", "probability": 0.60693359375}, {"start": 1687.66, "end": 1687.84, "word": " Their", "probability": 0.3388671875}, {"start": 1687.84, "end": 1688.48, "word": " performance", "probability": 0.87255859375}, {"start": 1688.48, "end": 1688.84, "word": " is", "probability": 0.7587890625}, {"start": 1688.84, "end": 1689.12, "word": " better", "probability": 0.82470703125}, {"start": 1689.12, "end": 1689.72, "word": " than", "probability": 0.89892578125}, {"start": 1689.72, "end": 1690.12, "word": " leaner", "probability": 0.539031982421875}, {"start": 1690.12, "end": 1690.44, "word": " layout.", "probability": 0.51708984375}, {"start": 1690.56, "end": 1690.82, "word": " Leaner", "probability": 0.934814453125}, {"start": 1690.82, "end": 1691.1, "word": " layout", "probability": 0.9501953125}, {"start": 1691.1, "end": 1691.2, "word": " is", "probability": 0.931640625}, {"start": 1691.2, "end": 1691.52, "word": " excellent.", "probability": 0.68603515625}, {"start": 1691.64, "end": 1691.68, "word": " You", "probability": 0.7998046875}, {"start": 1691.68, "end": 1691.78, "word": " can", "probability": 0.7958984375}, {"start": 1691.78, "end": 1691.98, "word": " do", "probability": 0.410888671875}, {"start": 1691.98, "end": 1692.36, "word": " whatever", "probability": 0.7421875}, {"start": 1692.36, "end": 1692.4, "word": " you", "probability": 0.9345703125}, {"start": 1692.4, "end": 1692.6, "word": " want", "probability": 0.8349609375}, {"start": 1692.6, "end": 1692.76, "word": " with", "probability": 0.7431640625}, {"start": 1692.76, "end": 1692.76, "word": " it.", "probability": 0.91796875}, {"start": 1692.88, "end": 1692.9, "word": " And", "probability": 0.5732421875}, {"start": 1692.9, "end": 1693.06, "word": " we", "probability": 0.86328125}, {"start": 1693.06, "end": 1693.32, "word": " taught", "probability": 0.6591796875}, {"start": 1693.32, "end": 1693.52, "word": " you", "probability": 0.9443359375}, {"start": 1693.52, "end": 1693.7, "word": " with", "probability": 0.48681640625}, {"start": 1693.7, "end": 1693.96, "word": " it", "probability": 0.90478515625}, {"start": 1693.96, "end": 1694.7, "word": " so", "probability": 0.2548828125}, {"start": 1694.7, "end": 1694.94, "word": " that", "probability": 0.6416015625}, {"start": 1694.94, "end": 1695.2, "word": " you", "probability": 0.95947265625}, {"start": 1695.2, "end": 1695.78, "word": " can", "probability": 0.48828125}, {"start": 1695.78, "end": 1695.92, "word": " get", "probability": 0.16748046875}, {"start": 1695.92, "end": 1696.04, "word": " your", "probability": 0.34716796875}, {"start": 1696.04, "end": 1696.16, "word": " hands", "probability": 0.80419921875}, {"start": 1696.16, "end": 1696.34, "word": " on", "probability": 0.8232421875}, {"start": 1696.34, "end": 1696.58, "word": " making", "probability": 0.422607421875}, {"start": 1696.58, "end": 1697.04, "word": " layouts.", "probability": 0.81982421875}, {"start": 1697.56, "end": 1697.8, "word": " What", "probability": 0.3583984375}, {"start": 1697.8, "end": 1697.82, "word": " is", "probability": 0.6494140625}, {"start": 1697.82, "end": 1697.86, "word": " this?", "probability": 0.83154296875}, {"start": 1698.08, "end": 1698.44, "word": " So", "probability": 0.2486572265625}, {"start": 1698.44, "end": 1698.58, "word": " that", "probability": 0.74169921875}, {"start": 1698.58, "end": 1698.64, "word": " you", "probability": 0.6552734375}, {"start": 1698.64, "end": 1698.64, "word": " can", "probability": 0.630859375}, {"start": 1698.64, "end": 1698.64, "word": " get", "probability": 0.62548828125}, {"start": 1698.64, "end": 1698.64, "word": " your", "probability": 0.82470703125}, {"start": 1698.64, "end": 1698.72, "word": " hands", "probability": 0.86669921875}, {"start": 1698.72, "end": 1698.72, "word": " on", "probability": 0.89306640625}, {"start": 1698.72, "end": 1698.72, "word": " working", "probability": 0.27880859375}, {"start": 1698.72, "end": 1698.96, "word": " with", "probability": 0.41943359375}, {"start": 1698.96, "end": 1699.92, "word": " it.", "probability": 0.69189453125}, {"start": 1700.92, "end": 1701.38, "word": " So", "probability": 0.57470703125}, {"start": 1701.38, "end": 1701.5, "word": " that", "probability": 0.896484375}, {"start": 1701.5, "end": 1701.64, "word": " you", "probability": 0.85302734375}, {"start": 1701.64, "end": 1701.8, "word": " can", "probability": 0.77978515625}, {"start": 1701.8, "end": 1702.0, "word": " get", "probability": 0.5498046875}, {"start": 1702.0, "end": 1702.0, "word": " your", "probability": 0.837890625}, {"start": 1702.0, "end": 1702.0, "word": " hands", "probability": 0.8759765625}, {"start": 1702.0, "end": 1702.2, "word": " on", "probability": 0.939453125}, {"start": 1702.2, "end": 1702.72, "word": " working", "probability": 0.34423828125}, {"start": 1702.72, "end": 1703.5, "word": " with", "probability": 0.74462890625}, {"start": 1703.5, "end": 1703.8, "word": " XML", "probability": 0.67236328125}, {"start": 1703.8, "end": 1704.06, "word": " and", "probability": 0.470458984375}, {"start": 1704.06, "end": 1704.28, "word": " adding", "probability": 0.61572265625}, {"start": 1704.28, "end": 1704.68, "word": " elements", "probability": 0.85791015625}, {"start": 1704.68, "end": 1704.86, "word": " and", "probability": 0.83203125}, {"start": 1704.86, "end": 1705.16, "word": " arranging", "probability": 0.6434326171875}, {"start": 1705.16, "end": 1705.48, "word": " them.", "probability": 0.81201171875}], "temperature": 1.0}, {"id": 61, "seek": 172883, "start": 1705.91, "end": 1728.83, "text": "At first, it was mandatory. But now, in modern applications, people stopped using linear layouts. They started using new layouts. For example, a layout called Relative Layout. Relative Layout.", "tokens": [18684, 700, 11, 309, 390, 22173, 13, 583, 586, 11, 294, 4363, 5821, 11, 561, 5936, 1228, 8213, 46100, 13, 814, 1409, 1228, 777, 46100, 13, 1171, 1365, 11, 257, 13333, 1219, 8738, 1166, 20084, 346, 13, 8738, 1166, 20084, 346, 13], "avg_logprob": -0.5697674224543017, "compression_ratio": 1.443609022556391, "no_speech_prob": 0.0, "words": [{"start": 1705.91, "end": 1706.41, "word": "At", "probability": 0.12152099609375}, {"start": 1706.41, "end": 1706.71, "word": " first,", "probability": 0.6728515625}, {"start": 1706.87, "end": 1706.93, "word": " it", "probability": 0.80322265625}, {"start": 1706.93, "end": 1706.95, "word": " was", "probability": 0.83837890625}, {"start": 1706.95, "end": 1707.33, "word": " mandatory.", "probability": 0.3876953125}, {"start": 1707.91, "end": 1708.23, "word": " But", "probability": 0.80322265625}, {"start": 1708.23, "end": 1708.77, "word": " now,", "probability": 0.31494140625}, {"start": 1709.03, "end": 1709.09, "word": " in", "probability": 0.5009765625}, {"start": 1709.09, "end": 1709.81, "word": " modern", "probability": 0.5732421875}, {"start": 1709.81, "end": 1709.81, "word": " applications,", "probability": 0.59130859375}, {"start": 1710.03, "end": 1710.53, "word": " people", "probability": 0.30517578125}, {"start": 1710.53, "end": 1710.53, "word": " stopped", "probability": 0.2384033203125}, {"start": 1710.53, "end": 1712.07, "word": " using", "probability": 0.9208984375}, {"start": 1712.07, "end": 1712.45, "word": " linear", "probability": 0.68505859375}, {"start": 1712.45, "end": 1712.81, "word": " layouts.", "probability": 0.73681640625}, {"start": 1715.01, "end": 1716.01, "word": " They", "probability": 0.61181640625}, {"start": 1716.01, "end": 1716.33, "word": " started", "probability": 0.70068359375}, {"start": 1716.33, "end": 1716.77, "word": " using", "probability": 0.89453125}, {"start": 1716.77, "end": 1716.85, "word": " new", "probability": 0.8779296875}, {"start": 1716.85, "end": 1717.67, "word": " layouts.", "probability": 0.94189453125}, {"start": 1718.13, "end": 1718.25, "word": " For", "probability": 0.3837890625}, {"start": 1718.25, "end": 1718.93, "word": " example,", "probability": 0.89453125}, {"start": 1719.55, "end": 1720.51, "word": " a", "probability": 0.392822265625}, {"start": 1720.51, "end": 1721.01, "word": " layout", "probability": 0.85302734375}, {"start": 1721.01, "end": 1721.75, "word": " called", "probability": 0.7734375}, {"start": 1721.75, "end": 1722.33, "word": " Relative", "probability": 0.646728515625}, {"start": 1722.33, "end": 1725.03, "word": " Layout.", "probability": 0.5936279296875}, {"start": 1726.45, "end": 1726.79, "word": " Relative", "probability": 0.7310791015625}, {"start": 1726.79, "end": 1728.83, "word": " Layout.", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 62, "seek": 174399, "start": 1729.65, "end": 1743.99, "text": " It came out about three years ago, and it was used until last year, when a development was launched called Constraint Layout It is the last thing Constraint Layout", "tokens": [467, 1361, 484, 466, 1045, 924, 2057, 11, 293, 309, 390, 1143, 1826, 1036, 1064, 11, 562, 257, 3250, 390, 8730, 1219, 8574, 424, 686, 20084, 346, 467, 307, 264, 1036, 551, 8574, 424, 686, 20084, 346], "avg_logprob": -0.5616776268733176, "compression_ratio": 1.4017094017094016, "no_speech_prob": 0.0, "words": [{"start": 1729.65, "end": 1729.83, "word": " It", "probability": 0.568359375}, {"start": 1729.83, "end": 1730.13, "word": " came", "probability": 0.192138671875}, {"start": 1730.13, "end": 1730.19, "word": " out", "probability": 0.81396484375}, {"start": 1730.19, "end": 1730.97, "word": " about", "probability": 0.3974609375}, {"start": 1730.97, "end": 1731.27, "word": " three", "probability": 0.48291015625}, {"start": 1731.27, "end": 1731.87, "word": " years", "probability": 0.92822265625}, {"start": 1731.87, "end": 1732.31, "word": " ago,", "probability": 0.892578125}, {"start": 1732.69, "end": 1732.69, "word": " and", "probability": 0.80810546875}, {"start": 1732.69, "end": 1732.99, "word": " it", "probability": 0.63134765625}, {"start": 1732.99, "end": 1732.99, "word": " was", "probability": 0.72998046875}, {"start": 1732.99, "end": 1733.71, "word": " used", "probability": 0.49365234375}, {"start": 1733.71, "end": 1734.99, "word": " until", "probability": 0.6474609375}, {"start": 1734.99, "end": 1735.15, "word": " last", "probability": 0.6826171875}, {"start": 1735.15, "end": 1737.91, "word": " year,", "probability": 0.92822265625}, {"start": 1738.01, "end": 1738.53, "word": " when", "probability": 0.29931640625}, {"start": 1738.53, "end": 1738.83, "word": " a", "probability": 0.26904296875}, {"start": 1738.83, "end": 1739.15, "word": " development", "probability": 0.70166015625}, {"start": 1739.15, "end": 1739.37, "word": " was", "probability": 0.387939453125}, {"start": 1739.37, "end": 1739.37, "word": " launched", "probability": 0.385009765625}, {"start": 1739.37, "end": 1740.01, "word": " called", "probability": 0.30419921875}, {"start": 1740.01, "end": 1740.87, "word": " Constraint", "probability": 0.7657877604166666}, {"start": 1740.87, "end": 1741.87, "word": " Layout", "probability": 0.872802734375}, {"start": 1741.87, "end": 1742.55, "word": " It", "probability": 0.292724609375}, {"start": 1742.55, "end": 1742.67, "word": " is", "probability": 0.467529296875}, {"start": 1742.67, "end": 1742.79, "word": " the", "probability": 0.88818359375}, {"start": 1742.79, "end": 1742.91, "word": " last", "probability": 0.63525390625}, {"start": 1742.91, "end": 1743.13, "word": " thing", "probability": 0.66455078125}, {"start": 1743.13, "end": 1743.59, "word": " Constraint", "probability": 0.6845703125}, {"start": 1743.59, "end": 1743.99, "word": " Layout", "probability": 0.962646484375}], "temperature": 1.0}, {"id": 63, "seek": 177373, "start": 1745.95, "end": 1773.73, "text": " I'm telling you, if you did it from the beginning, you wouldn't understand it. This is harder than Linear Layout. Linear Layout is the easiest one. Start with it, learn the XML, learn how to arrange elements, then move to Constraint Layout. I'm not saying it's wrong. You can use Linear Layout if your design is simple. There's not much complexity. If it's more than two levels layout, it will become very slow. Currently, for example, the design we saw a while ago is fine.", "tokens": [286, 478, 3585, 291, 11, 498, 291, 630, 309, 490, 264, 2863, 11, 291, 2759, 380, 1223, 309, 13, 639, 307, 6081, 813, 14670, 289, 20084, 346, 13, 14670, 289, 20084, 346, 307, 264, 12889, 472, 13, 6481, 365, 309, 11, 1466, 264, 43484, 11, 1466, 577, 281, 9424, 4959, 11, 550, 1286, 281, 8574, 424, 686, 20084, 346, 13, 286, 478, 406, 1566, 309, 311, 2085, 13, 509, 393, 764, 14670, 289, 20084, 346, 498, 428, 1715, 307, 2199, 13, 821, 311, 406, 709, 14024, 13, 759, 309, 311, 544, 813, 732, 4358, 13333, 11, 309, 486, 1813, 588, 2964, 13, 19964, 11, 337, 1365, 11, 264, 1715, 321, 1866, 257, 1339, 2057, 307, 2489, 13], "avg_logprob": -0.44253177359952767, "compression_ratio": 1.6784452296819787, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1745.95, "end": 1746.43, "word": " I'm", "probability": 0.27374267578125}, {"start": 1746.43, "end": 1746.67, "word": " telling", "probability": 0.53173828125}, {"start": 1746.67, "end": 1746.87, "word": " you,", "probability": 0.95849609375}, {"start": 1746.91, "end": 1746.99, "word": " if", "probability": 0.82177734375}, {"start": 1746.99, "end": 1747.07, "word": " you", "probability": 0.77734375}, {"start": 1747.07, "end": 1747.15, "word": " did", "probability": 0.0687255859375}, {"start": 1747.15, "end": 1747.41, "word": " it", "probability": 0.69580078125}, {"start": 1747.41, "end": 1747.49, "word": " from", "probability": 0.6845703125}, {"start": 1747.49, "end": 1747.85, "word": " the", "probability": 0.7705078125}, {"start": 1747.85, "end": 1747.85, "word": " beginning,", "probability": 0.58984375}, {"start": 1748.15, "end": 1748.47, "word": " you", "probability": 0.681640625}, {"start": 1748.47, "end": 1748.47, "word": " wouldn't", "probability": 0.71728515625}, {"start": 1748.47, "end": 1748.79, "word": " understand", "probability": 0.5576171875}, {"start": 1748.79, "end": 1749.07, "word": " it.", "probability": 0.7734375}, {"start": 1749.51, "end": 1749.73, "word": " This", "probability": 0.424072265625}, {"start": 1749.73, "end": 1749.77, "word": " is", "probability": 0.8388671875}, {"start": 1749.77, "end": 1750.11, "word": " harder", "probability": 0.4990234375}, {"start": 1750.11, "end": 1750.37, "word": " than", "probability": 0.91455078125}, {"start": 1750.37, "end": 1750.71, "word": " Linear", "probability": 0.6292724609375}, {"start": 1750.71, "end": 1751.05, "word": " Layout.", "probability": 0.874267578125}, {"start": 1751.15, "end": 1751.37, "word": " Linear", "probability": 0.9384765625}, {"start": 1751.37, "end": 1751.61, "word": " Layout", "probability": 0.9736328125}, {"start": 1751.61, "end": 1751.71, "word": " is", "probability": 0.90869140625}, {"start": 1751.71, "end": 1751.89, "word": " the", "probability": 0.1539306640625}, {"start": 1751.89, "end": 1751.95, "word": " easiest", "probability": 0.93603515625}, {"start": 1751.95, "end": 1752.17, "word": " one.", "probability": 0.6201171875}, {"start": 1752.45, "end": 1752.85, "word": " Start", "probability": 0.7607421875}, {"start": 1752.85, "end": 1752.97, "word": " with", "probability": 0.429443359375}, {"start": 1752.97, "end": 1753.13, "word": " it,", "probability": 0.88916015625}, {"start": 1753.17, "end": 1753.53, "word": " learn", "probability": 0.82666015625}, {"start": 1753.53, "end": 1753.63, "word": " the", "probability": 0.35009765625}, {"start": 1753.63, "end": 1753.99, "word": " XML,", "probability": 0.78662109375}, {"start": 1754.19, "end": 1754.55, "word": " learn", "probability": 0.6923828125}, {"start": 1754.55, "end": 1754.71, "word": " how", "probability": 0.76416015625}, {"start": 1754.71, "end": 1754.75, "word": " to", "probability": 0.90673828125}, {"start": 1754.75, "end": 1755.03, "word": " arrange", "probability": 0.449462890625}, {"start": 1755.03, "end": 1755.41, "word": " elements,", "probability": 0.39892578125}, {"start": 1755.77, "end": 1756.09, "word": " then", "probability": 0.52587890625}, {"start": 1756.09, "end": 1756.47, "word": " move", "probability": 0.488037109375}, {"start": 1756.47, "end": 1756.85, "word": " to", "probability": 0.48876953125}, {"start": 1756.85, "end": 1758.47, "word": " Constraint", "probability": 0.763671875}, {"start": 1758.47, "end": 1758.77, "word": " Layout.", "probability": 0.979736328125}, {"start": 1759.25, "end": 1759.73, "word": " I'm", "probability": 0.572509765625}, {"start": 1759.73, "end": 1759.75, "word": " not", "probability": 0.8828125}, {"start": 1759.75, "end": 1759.83, "word": " saying", "probability": 0.7841796875}, {"start": 1759.83, "end": 1760.05, "word": " it's", "probability": 0.67578125}, {"start": 1760.05, "end": 1760.27, "word": " wrong.", "probability": 0.783203125}, {"start": 1760.71, "end": 1760.83, "word": " You", "probability": 0.9384765625}, {"start": 1760.83, "end": 1761.01, "word": " can", "probability": 0.91748046875}, {"start": 1761.01, "end": 1761.39, "word": " use", "probability": 0.8447265625}, {"start": 1761.39, "end": 1762.01, "word": " Linear", "probability": 0.88623046875}, {"start": 1762.01, "end": 1762.47, "word": " Layout", "probability": 0.987548828125}, {"start": 1762.47, "end": 1762.91, "word": " if", "probability": 0.77197265625}, {"start": 1762.91, "end": 1763.05, "word": " your", "probability": 0.42138671875}, {"start": 1763.05, "end": 1763.29, "word": " design", "probability": 0.9423828125}, {"start": 1763.29, "end": 1763.61, "word": " is", "probability": 0.93212890625}, {"start": 1763.61, "end": 1764.05, "word": " simple.", "probability": 0.91357421875}, {"start": 1764.43, "end": 1764.65, "word": " There's", "probability": 0.4805908203125}, {"start": 1764.65, "end": 1764.71, "word": " not", "probability": 0.36669921875}, {"start": 1764.71, "end": 1764.83, "word": " much", "probability": 0.6923828125}, {"start": 1764.83, "end": 1765.15, "word": " complexity.", "probability": 0.79345703125}, {"start": 1766.09, "end": 1766.33, "word": " If", "probability": 0.94970703125}, {"start": 1766.33, "end": 1766.41, "word": " it's", "probability": 0.6212158203125}, {"start": 1766.41, "end": 1766.65, "word": " more", "probability": 0.82958984375}, {"start": 1766.65, "end": 1766.85, "word": " than", "probability": 0.93701171875}, {"start": 1766.85, "end": 1767.05, "word": " two", "probability": 0.68896484375}, {"start": 1767.05, "end": 1767.49, "word": " levels", "probability": 0.833984375}, {"start": 1767.49, "end": 1768.03, "word": " layout,", "probability": 0.63037109375}, {"start": 1768.57, "end": 1769.69, "word": " it", "probability": 0.890625}, {"start": 1769.69, "end": 1769.73, "word": " will", "probability": 0.45947265625}, {"start": 1769.73, "end": 1769.87, "word": " become", "probability": 0.55078125}, {"start": 1769.87, "end": 1769.91, "word": " very", "probability": 0.422607421875}, {"start": 1769.91, "end": 1770.13, "word": " slow.", "probability": 0.9072265625}, {"start": 1771.03, "end": 1771.51, "word": " Currently,", "probability": 0.252685546875}, {"start": 1771.65, "end": 1771.89, "word": " for", "probability": 0.70166015625}, {"start": 1771.89, "end": 1772.11, "word": " example,", "probability": 0.93701171875}, {"start": 1772.19, "end": 1772.35, "word": " the", "probability": 0.322021484375}, {"start": 1772.35, "end": 1772.59, "word": " design", "probability": 0.92138671875}, {"start": 1772.59, "end": 1772.75, "word": " we", "probability": 0.62060546875}, {"start": 1772.75, "end": 1772.87, "word": " saw", "probability": 0.68505859375}, {"start": 1772.87, "end": 1773.09, "word": " a", "probability": 0.356201171875}, {"start": 1773.09, "end": 1773.39, "word": " while", "probability": 0.7509765625}, {"start": 1773.39, "end": 1773.41, "word": " ago", "probability": 0.857421875}, {"start": 1773.41, "end": 1773.57, "word": " is", "probability": 0.5}, {"start": 1773.57, "end": 1773.73, "word": " fine.", "probability": 0.1817626953125}], "temperature": 1.0}, {"id": 64, "seek": 180394, "start": 1774.94, "end": 1803.94, "text": " Because how many level layouts are inside each other? Two. You start vertically, right? And then inside it, you put two, one horizontal, and there are three levels. And inside the horizontal, there is ... this becomes slow. But if the design is simple, like the username and password, this is simple, it doesn't matter much. Linear, unconstrained. You can use linear in a simple design. So I'm not saying that this is not used. No, it is used only in simple cases.", "tokens": [1436, 577, 867, 1496, 46100, 366, 1854, 1184, 661, 30, 4453, 13, 509, 722, 28450, 11, 558, 30, 400, 550, 1854, 309, 11, 291, 829, 732, 11, 472, 12750, 11, 293, 456, 366, 1045, 4358, 13, 400, 1854, 264, 12750, 11, 456, 307, 1097, 341, 3643, 2964, 13, 583, 498, 264, 1715, 307, 2199, 11, 411, 264, 30351, 293, 11524, 11, 341, 307, 2199, 11, 309, 1177, 380, 1871, 709, 13, 14670, 289, 11, 35847, 19639, 2001, 13, 509, 393, 764, 8213, 294, 257, 2199, 1715, 13, 407, 286, 478, 406, 1566, 300, 341, 307, 406, 1143, 13, 883, 11, 309, 307, 1143, 787, 294, 2199, 3331, 13], "avg_logprob": -0.42373853976573417, "compression_ratio": 1.7032967032967032, "no_speech_prob": 0.0, "words": [{"start": 1774.94, "end": 1775.22, "word": " Because", "probability": 0.482666015625}, {"start": 1775.22, "end": 1775.58, "word": " how", "probability": 0.47412109375}, {"start": 1775.58, "end": 1776.44, "word": " many", "probability": 0.85498046875}, {"start": 1776.44, "end": 1776.7, "word": " level", "probability": 0.368408203125}, {"start": 1776.7, "end": 1777.12, "word": " layouts", "probability": 0.83447265625}, {"start": 1777.12, "end": 1777.26, "word": " are", "probability": 0.59375}, {"start": 1777.26, "end": 1777.26, "word": " inside", "probability": 0.296875}, {"start": 1777.26, "end": 1777.56, "word": " each", "probability": 0.50146484375}, {"start": 1777.56, "end": 1777.58, "word": " other?", "probability": 0.6318359375}, {"start": 1777.62, "end": 1777.86, "word": " Two.", "probability": 0.65380859375}, {"start": 1778.66, "end": 1778.94, "word": " You", "probability": 0.435546875}, {"start": 1778.94, "end": 1779.18, "word": " start", "probability": 0.5517578125}, {"start": 1779.18, "end": 1779.72, "word": " vertically,", "probability": 0.75146484375}, {"start": 1780.56, "end": 1780.88, "word": " right?", "probability": 0.74267578125}, {"start": 1781.0, "end": 1781.48, "word": " And", "probability": 0.54931640625}, {"start": 1781.48, "end": 1781.76, "word": " then", "probability": 0.50048828125}, {"start": 1781.76, "end": 1781.94, "word": " inside", "probability": 0.56201171875}, {"start": 1781.94, "end": 1782.16, "word": " it,", "probability": 0.4052734375}, {"start": 1782.18, "end": 1782.28, "word": " you", "probability": 0.80712890625}, {"start": 1782.28, "end": 1782.5, "word": " put", "probability": 0.61474609375}, {"start": 1782.5, "end": 1782.92, "word": " two,", "probability": 0.8603515625}, {"start": 1783.04, "end": 1783.32, "word": " one", "probability": 0.84423828125}, {"start": 1783.32, "end": 1783.76, "word": " horizontal,", "probability": 0.5302734375}, {"start": 1784.04, "end": 1784.28, "word": " and", "probability": 0.775390625}, {"start": 1784.28, "end": 1784.44, "word": " there", "probability": 0.541015625}, {"start": 1784.44, "end": 1784.7, "word": " are", "probability": 0.89404296875}, {"start": 1784.7, "end": 1785.28, "word": " three", "probability": 0.896484375}, {"start": 1785.28, "end": 1785.7, "word": " levels.", "probability": 0.912109375}, {"start": 1786.14, "end": 1786.38, "word": " And", "probability": 0.84423828125}, {"start": 1786.38, "end": 1786.46, "word": " inside", "probability": 0.82275390625}, {"start": 1786.46, "end": 1786.62, "word": " the", "probability": 0.7177734375}, {"start": 1786.62, "end": 1786.94, "word": " horizontal,", "probability": 0.859375}, {"start": 1787.22, "end": 1787.22, "word": " there", "probability": 0.630859375}, {"start": 1787.22, "end": 1787.28, "word": " is", "probability": 0.5654296875}, {"start": 1787.28, "end": 1787.38, "word": " ...", "probability": 0.242431640625}, {"start": 1787.38, "end": 1787.56, "word": " this", "probability": 0.3212890625}, {"start": 1787.56, "end": 1787.86, "word": " becomes", "probability": 0.568359375}, {"start": 1787.86, "end": 1788.16, "word": " slow.", "probability": 0.480712890625}, {"start": 1788.86, "end": 1789.18, "word": " But", "probability": 0.498291015625}, {"start": 1789.18, "end": 1789.42, "word": " if", "probability": 0.88916015625}, {"start": 1789.42, "end": 1789.76, "word": " the", "probability": 0.705078125}, {"start": 1789.76, "end": 1789.96, "word": " design", "probability": 0.94970703125}, {"start": 1789.96, "end": 1790.08, "word": " is", "probability": 0.9423828125}, {"start": 1790.08, "end": 1790.46, "word": " simple,", "probability": 0.93408203125}, {"start": 1790.94, "end": 1791.12, "word": " like", "probability": 0.73095703125}, {"start": 1791.12, "end": 1791.38, "word": " the", "probability": 0.42333984375}, {"start": 1791.38, "end": 1791.7, "word": " username", "probability": 0.78857421875}, {"start": 1791.7, "end": 1791.92, "word": " and", "probability": 0.89306640625}, {"start": 1791.92, "end": 1793.24, "word": " password,", "probability": 0.720703125}, {"start": 1793.26, "end": 1793.86, "word": " this", "probability": 0.654296875}, {"start": 1793.86, "end": 1793.94, "word": " is", "probability": 0.90478515625}, {"start": 1793.94, "end": 1794.26, "word": " simple,", "probability": 0.90234375}, {"start": 1794.34, "end": 1794.48, "word": " it", "probability": 0.427490234375}, {"start": 1794.48, "end": 1794.58, "word": " doesn't", "probability": 0.7076416015625}, {"start": 1794.58, "end": 1794.82, "word": " matter", "probability": 0.5322265625}, {"start": 1794.82, "end": 1795.18, "word": " much.", "probability": 0.6123046875}, {"start": 1795.68, "end": 1796.16, "word": " Linear,", "probability": 0.846435546875}, {"start": 1796.24, "end": 1796.76, "word": " unconstrained.", "probability": 0.85693359375}, {"start": 1796.78, "end": 1796.88, "word": " You", "probability": 0.93603515625}, {"start": 1796.88, "end": 1797.04, "word": " can", "probability": 0.94091796875}, {"start": 1797.04, "end": 1797.38, "word": " use", "probability": 0.88037109375}, {"start": 1797.38, "end": 1797.72, "word": " linear", "probability": 0.55908203125}, {"start": 1797.72, "end": 1797.86, "word": " in", "probability": 0.74609375}, {"start": 1797.86, "end": 1797.96, "word": " a", "probability": 0.302978515625}, {"start": 1797.96, "end": 1798.58, "word": " simple", "probability": 0.9462890625}, {"start": 1798.58, "end": 1798.58, "word": " design.", "probability": 0.94970703125}, {"start": 1800.32, "end": 1800.8, "word": " So", "probability": 0.63134765625}, {"start": 1800.8, "end": 1800.98, "word": " I'm", "probability": 0.67626953125}, {"start": 1800.98, "end": 1800.98, "word": " not", "probability": 0.93310546875}, {"start": 1800.98, "end": 1801.08, "word": " saying", "probability": 0.85595703125}, {"start": 1801.08, "end": 1801.3, "word": " that", "probability": 0.4248046875}, {"start": 1801.3, "end": 1801.4, "word": " this", "probability": 0.362060546875}, {"start": 1801.4, "end": 1801.46, "word": " is", "probability": 0.76171875}, {"start": 1801.46, "end": 1801.62, "word": " not", "probability": 0.763671875}, {"start": 1801.62, "end": 1801.98, "word": " used.", "probability": 0.53662109375}, {"start": 1802.44, "end": 1802.68, "word": " No,", "probability": 0.8740234375}, {"start": 1802.76, "end": 1802.84, "word": " it", "probability": 0.72216796875}, {"start": 1802.84, "end": 1802.84, "word": " is", "probability": 0.73779296875}, {"start": 1802.84, "end": 1803.22, "word": " used", "probability": 0.76416015625}, {"start": 1803.22, "end": 1803.56, "word": " only", "probability": 0.7724609375}, {"start": 1803.56, "end": 1803.66, "word": " in", "probability": 0.90625}, {"start": 1803.66, "end": 1803.72, "word": " simple", "probability": 0.90478515625}, {"start": 1803.72, "end": 1803.94, "word": " cases.", "probability": 0.65673828125}], "temperature": 1.0}, {"id": 65, "seek": 183047, "start": 1805.47, "end": 1830.47, "text": " But if your screen is out of order, and you have too many components, and you need a lot of arrangements, use one of the layouts, which is relative or constraint Relative appeared, then it evolved and became constraint layout Of course, I will not give you relative, because we are newbies And we said that this is development on this, so let's start with constraint layout What is the word constraint?", "tokens": [583, 498, 428, 2568, 307, 484, 295, 1668, 11, 293, 291, 362, 886, 867, 6677, 11, 293, 291, 643, 257, 688, 295, 22435, 11, 764, 472, 295, 264, 46100, 11, 597, 307, 4972, 420, 25534, 8738, 1166, 8516, 11, 550, 309, 14178, 293, 3062, 25534, 13333, 2720, 1164, 11, 286, 486, 406, 976, 291, 4972, 11, 570, 321, 366, 777, 23177, 400, 321, 848, 300, 341, 307, 3250, 322, 341, 11, 370, 718, 311, 722, 365, 25534, 13333, 708, 307, 264, 1349, 25534, 30], "avg_logprob": -0.521323543436387, "compression_ratio": 1.7148936170212765, "no_speech_prob": 0.0, "words": [{"start": 1805.47, "end": 1805.75, "word": " But", "probability": 0.63525390625}, {"start": 1805.75, "end": 1805.89, "word": " if", "probability": 0.82666015625}, {"start": 1805.89, "end": 1806.49, "word": " your", "probability": 0.60595703125}, {"start": 1806.49, "end": 1806.75, "word": " screen", "probability": 0.65234375}, {"start": 1806.75, "end": 1806.95, "word": " is", "probability": 0.26708984375}, {"start": 1806.95, "end": 1806.95, "word": " out", "probability": 0.05059814453125}, {"start": 1806.95, "end": 1807.11, "word": " of", "probability": 0.93994140625}, {"start": 1807.11, "end": 1807.11, "word": " order,", "probability": 0.6494140625}, {"start": 1807.65, "end": 1808.41, "word": " and", "probability": 0.72412109375}, {"start": 1808.41, "end": 1808.77, "word": " you", "probability": 0.62255859375}, {"start": 1808.77, "end": 1808.91, "word": " have", "probability": 0.7021484375}, {"start": 1808.91, "end": 1809.03, "word": " too", "probability": 0.341796875}, {"start": 1809.03, "end": 1809.03, "word": " many", "probability": 0.7666015625}, {"start": 1809.03, "end": 1809.57, "word": " components,", "probability": 0.8583984375}, {"start": 1810.13, "end": 1810.23, "word": " and", "probability": 0.6650390625}, {"start": 1810.23, "end": 1810.33, "word": " you", "probability": 0.71240234375}, {"start": 1810.33, "end": 1810.73, "word": " need", "probability": 0.74951171875}, {"start": 1810.73, "end": 1811.19, "word": " a", "probability": 0.1761474609375}, {"start": 1811.19, "end": 1812.05, "word": " lot", "probability": 0.90869140625}, {"start": 1812.05, "end": 1812.05, "word": " of", "probability": 0.9677734375}, {"start": 1812.05, "end": 1812.05, "word": " arrangements,", "probability": 0.357177734375}, {"start": 1812.41, "end": 1813.11, "word": " use", "probability": 0.62939453125}, {"start": 1813.11, "end": 1813.41, "word": " one", "probability": 0.84619140625}, {"start": 1813.41, "end": 1813.57, "word": " of", "probability": 0.90576171875}, {"start": 1813.57, "end": 1813.67, "word": " the", "probability": 0.82373046875}, {"start": 1813.67, "end": 1813.91, "word": " layouts,", "probability": 0.82666015625}, {"start": 1813.99, "end": 1814.11, "word": " which", "probability": 0.270263671875}, {"start": 1814.11, "end": 1814.17, "word": " is", "probability": 0.83349609375}, {"start": 1814.17, "end": 1814.51, "word": " relative", "probability": 0.428466796875}, {"start": 1814.51, "end": 1814.73, "word": " or", "probability": 0.85986328125}, {"start": 1814.73, "end": 1815.13, "word": " constraint", "probability": 0.828125}, {"start": 1815.13, "end": 1816.67, "word": " Relative", "probability": 0.7298583984375}, {"start": 1816.67, "end": 1816.67, "word": " appeared,", "probability": 0.19775390625}, {"start": 1816.77, "end": 1816.93, "word": " then", "probability": 0.428466796875}, {"start": 1816.93, "end": 1817.03, "word": " it", "probability": 0.3564453125}, {"start": 1817.03, "end": 1817.33, "word": " evolved", "probability": 0.44775390625}, {"start": 1817.33, "end": 1817.63, "word": " and", "probability": 0.333251953125}, {"start": 1817.63, "end": 1817.71, "word": " became", "probability": 0.83740234375}, {"start": 1817.71, "end": 1818.41, "word": " constraint", "probability": 0.69287109375}, {"start": 1818.41, "end": 1819.39, "word": " layout", "probability": 0.89111328125}, {"start": 1819.39, "end": 1819.71, "word": " Of", "probability": 0.55078125}, {"start": 1819.71, "end": 1819.79, "word": " course,", "probability": 0.94384765625}, {"start": 1819.85, "end": 1819.91, "word": " I", "probability": 0.93408203125}, {"start": 1819.91, "end": 1820.09, "word": " will", "probability": 0.50537109375}, {"start": 1820.09, "end": 1820.09, "word": " not", "probability": 0.93994140625}, {"start": 1820.09, "end": 1820.25, "word": " give", "probability": 0.68017578125}, {"start": 1820.25, "end": 1820.37, "word": " you", "probability": 0.91162109375}, {"start": 1820.37, "end": 1820.67, "word": " relative,", "probability": 0.68212890625}, {"start": 1821.29, "end": 1821.47, "word": " because", "probability": 0.8046875}, {"start": 1821.47, "end": 1821.81, "word": " we", "probability": 0.787109375}, {"start": 1821.81, "end": 1821.87, "word": " are", "probability": 0.82275390625}, {"start": 1821.87, "end": 1823.01, "word": " newbies", "probability": 0.4124755859375}, {"start": 1823.01, "end": 1824.19, "word": " And", "probability": 0.38623046875}, {"start": 1824.19, "end": 1824.41, "word": " we", "probability": 0.65673828125}, {"start": 1824.41, "end": 1824.61, "word": " said", "probability": 0.58203125}, {"start": 1824.61, "end": 1824.79, "word": " that", "probability": 0.57275390625}, {"start": 1824.79, "end": 1824.97, "word": " this", "probability": 0.7490234375}, {"start": 1824.97, "end": 1825.01, "word": " is", "probability": 0.66357421875}, {"start": 1825.01, "end": 1825.41, "word": " development", "probability": 0.326416015625}, {"start": 1825.41, "end": 1825.61, "word": " on", "probability": 0.63525390625}, {"start": 1825.61, "end": 1825.89, "word": " this,", "probability": 0.78076171875}, {"start": 1825.95, "end": 1826.09, "word": " so", "probability": 0.849609375}, {"start": 1826.09, "end": 1826.41, "word": " let's", "probability": 0.6959228515625}, {"start": 1826.41, "end": 1826.59, "word": " start", "probability": 0.8251953125}, {"start": 1826.59, "end": 1827.07, "word": " with", "probability": 0.251220703125}, {"start": 1827.07, "end": 1828.65, "word": " constraint", "probability": 0.6455078125}, {"start": 1828.65, "end": 1829.01, "word": " layout", "probability": 0.97607421875}, {"start": 1829.01, "end": 1829.75, "word": " What", "probability": 0.76318359375}, {"start": 1829.75, "end": 1829.91, "word": " is", "probability": 0.90234375}, {"start": 1829.91, "end": 1829.91, "word": " the", "probability": 0.44921875}, {"start": 1829.91, "end": 1830.09, "word": " word", "probability": 0.73095703125}, {"start": 1830.09, "end": 1830.47, "word": " constraint?", "probability": 0.810546875}], "temperature": 1.0}, {"id": 66, "seek": 185625, "start": 1833.23, "end": 1856.25, "text": "Constraints means constraints Constraint layout means the layout that is constrained What is the meaning of constraint layout? Constraint layout or relative layout is the same idea It says that the principle of linking elements or arranging elements depends on each element being arranged with respect to another element Notice that an element is arranged with respect to another element", "tokens": [34, 4068, 424, 8654, 1355, 18491, 8574, 424, 686, 13333, 1355, 264, 13333, 300, 307, 38901, 708, 307, 264, 3620, 295, 25534, 13333, 30, 8574, 424, 686, 13333, 420, 4972, 13333, 307, 264, 912, 1558, 467, 1619, 300, 264, 8665, 295, 25775, 4959, 420, 5539, 9741, 4959, 5946, 322, 1184, 4478, 885, 18721, 365, 3104, 281, 1071, 4478, 13428, 300, 364, 4478, 307, 18721, 365, 3104, 281, 1071, 4478], "avg_logprob": -0.4455357108797346, "compression_ratio": 2.1864406779661016, "no_speech_prob": 0.0, "words": [{"start": 1833.23, "end": 1833.79, "word": "Constraints", "probability": 0.74981689453125}, {"start": 1833.79, "end": 1833.97, "word": " means", "probability": 0.4892578125}, {"start": 1833.97, "end": 1834.47, "word": " constraints", "probability": 0.595703125}, {"start": 1834.47, "end": 1836.29, "word": " Constraint", "probability": 0.5653483072916666}, {"start": 1836.29, "end": 1836.65, "word": " layout", "probability": 0.787109375}, {"start": 1836.65, "end": 1836.93, "word": " means", "probability": 0.87451171875}, {"start": 1836.93, "end": 1837.03, "word": " the", "probability": 0.36669921875}, {"start": 1837.03, "end": 1837.43, "word": " layout", "probability": 0.454345703125}, {"start": 1837.43, "end": 1837.67, "word": " that", "probability": 0.494384765625}, {"start": 1837.67, "end": 1837.83, "word": " is", "probability": 0.5302734375}, {"start": 1837.83, "end": 1838.17, "word": " constrained", "probability": 0.396240234375}, {"start": 1838.17, "end": 1839.47, "word": " What", "probability": 0.60791015625}, {"start": 1839.47, "end": 1839.61, "word": " is", "probability": 0.73681640625}, {"start": 1839.61, "end": 1839.95, "word": " the", "probability": 0.7294921875}, {"start": 1839.95, "end": 1840.21, "word": " meaning", "probability": 0.63427734375}, {"start": 1840.21, "end": 1840.41, "word": " of", "probability": 0.79736328125}, {"start": 1840.41, "end": 1840.87, "word": " constraint", "probability": 0.50390625}, {"start": 1840.87, "end": 1841.31, "word": " layout?", "probability": 0.9755859375}, {"start": 1843.01, "end": 1843.57, "word": " Constraint", "probability": 0.7137858072916666}, {"start": 1843.57, "end": 1843.95, "word": " layout", "probability": 0.966796875}, {"start": 1843.95, "end": 1844.41, "word": " or", "probability": 0.7314453125}, {"start": 1844.41, "end": 1844.79, "word": " relative", "probability": 0.828125}, {"start": 1844.79, "end": 1845.15, "word": " layout", "probability": 0.9833984375}, {"start": 1845.15, "end": 1845.27, "word": " is", "probability": 0.281494140625}, {"start": 1845.27, "end": 1845.35, "word": " the", "probability": 0.666015625}, {"start": 1845.35, "end": 1845.41, "word": " same", "probability": 0.8125}, {"start": 1845.41, "end": 1845.89, "word": " idea", "probability": 0.475341796875}, {"start": 1845.89, "end": 1846.33, "word": " It", "probability": 0.19970703125}, {"start": 1846.33, "end": 1846.59, "word": " says", "probability": 0.226806640625}, {"start": 1846.59, "end": 1846.95, "word": " that", "probability": 0.6748046875}, {"start": 1846.95, "end": 1847.01, "word": " the", "probability": 0.7421875}, {"start": 1847.01, "end": 1847.25, "word": " principle", "probability": 0.59033203125}, {"start": 1847.25, "end": 1847.43, "word": " of", "probability": 0.94189453125}, {"start": 1847.43, "end": 1847.65, "word": " linking", "probability": 0.312255859375}, {"start": 1847.65, "end": 1848.19, "word": " elements", "probability": 0.54931640625}, {"start": 1848.19, "end": 1848.43, "word": " or", "probability": 0.6083984375}, {"start": 1848.43, "end": 1848.73, "word": " arranging", "probability": 0.7822265625}, {"start": 1848.73, "end": 1849.29, "word": " elements", "probability": 0.763671875}, {"start": 1849.29, "end": 1849.67, "word": " depends", "probability": 0.76953125}, {"start": 1849.67, "end": 1849.93, "word": " on", "probability": 0.87744140625}, {"start": 1849.93, "end": 1850.21, "word": " each", "probability": 0.68359375}, {"start": 1850.21, "end": 1850.57, "word": " element", "probability": 0.9775390625}, {"start": 1850.57, "end": 1850.77, "word": " being", "probability": 0.513671875}, {"start": 1850.77, "end": 1851.11, "word": " arranged", "probability": 0.66259765625}, {"start": 1851.11, "end": 1851.35, "word": " with", "probability": 0.188232421875}, {"start": 1851.35, "end": 1851.61, "word": " respect", "probability": 0.82861328125}, {"start": 1851.61, "end": 1851.73, "word": " to", "probability": 0.97216796875}, {"start": 1851.73, "end": 1852.35, "word": " another", "probability": 0.7890625}, {"start": 1852.35, "end": 1852.37, "word": " element", "probability": 0.97607421875}, {"start": 1852.37, "end": 1853.45, "word": " Notice", "probability": 0.677734375}, {"start": 1853.45, "end": 1854.15, "word": " that", "probability": 0.88330078125}, {"start": 1854.15, "end": 1854.37, "word": " an", "probability": 0.245361328125}, {"start": 1854.37, "end": 1854.49, "word": " element", "probability": 0.98291015625}, {"start": 1854.49, "end": 1854.69, "word": " is", "probability": 0.78076171875}, {"start": 1854.69, "end": 1855.05, "word": " arranged", "probability": 0.73486328125}, {"start": 1855.05, "end": 1855.33, "word": " with", "probability": 0.74365234375}, {"start": 1855.33, "end": 1855.61, "word": " respect", "probability": 0.8974609375}, {"start": 1855.61, "end": 1855.75, "word": " to", "probability": 0.96484375}, {"start": 1855.75, "end": 1855.87, "word": " another", "probability": 0.87646484375}, {"start": 1855.87, "end": 1856.25, "word": " element", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 67, "seek": 188011, "start": 1859.49, "end": 1880.11, "text": " How do we arrange elements? Horizontally or vertically? Consent or relative layout, arranging elements relative to each other. What is relative to each other? For example, we want to create a username and password screen, which we did in the previous lecture. What is the first element that we put on the screen? The image that was above.", "tokens": [1012, 360, 321, 9424, 4959, 30, 42141, 896, 379, 420, 28450, 30, 6923, 317, 420, 4972, 13333, 11, 5539, 9741, 4959, 4972, 281, 1184, 661, 13, 708, 307, 4972, 281, 1184, 661, 30, 1171, 1365, 11, 321, 528, 281, 1884, 257, 30351, 293, 11524, 2568, 11, 597, 321, 630, 294, 264, 3894, 7991, 13, 708, 307, 264, 700, 4478, 300, 321, 829, 322, 264, 2568, 30, 440, 3256, 300, 390, 3673, 13], "avg_logprob": -0.5299657599566734, "compression_ratio": 1.6536585365853658, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1859.49, "end": 1859.79, "word": " How", "probability": 0.177978515625}, {"start": 1859.79, "end": 1859.79, "word": " do", "probability": 0.2291259765625}, {"start": 1859.79, "end": 1859.83, "word": " we", "probability": 0.59814453125}, {"start": 1859.83, "end": 1860.35, "word": " arrange", "probability": 0.154296875}, {"start": 1860.35, "end": 1860.97, "word": " elements?", "probability": 0.634765625}, {"start": 1862.03, "end": 1862.55, "word": " Horizontally", "probability": 0.7830403645833334}, {"start": 1862.55, "end": 1862.81, "word": " or", "probability": 0.89501953125}, {"start": 1862.81, "end": 1863.07, "word": " vertically?", "probability": 0.80126953125}, {"start": 1864.51, "end": 1865.03, "word": " Consent", "probability": 0.660400390625}, {"start": 1865.03, "end": 1865.21, "word": " or", "probability": 0.35595703125}, {"start": 1865.21, "end": 1865.49, "word": " relative", "probability": 0.1572265625}, {"start": 1865.49, "end": 1865.81, "word": " layout,", "probability": 0.7646484375}, {"start": 1866.01, "end": 1866.29, "word": " arranging", "probability": 0.55523681640625}, {"start": 1866.29, "end": 1866.77, "word": " elements", "probability": 0.77197265625}, {"start": 1866.77, "end": 1867.33, "word": " relative", "probability": 0.54833984375}, {"start": 1867.33, "end": 1867.49, "word": " to", "probability": 0.9599609375}, {"start": 1867.49, "end": 1867.89, "word": " each", "probability": 0.84375}, {"start": 1867.89, "end": 1868.17, "word": " other.", "probability": 0.89208984375}, {"start": 1868.39, "end": 1868.53, "word": " What", "probability": 0.5048828125}, {"start": 1868.53, "end": 1868.61, "word": " is", "probability": 0.378662109375}, {"start": 1868.61, "end": 1868.81, "word": " relative", "probability": 0.90478515625}, {"start": 1868.81, "end": 1869.15, "word": " to", "probability": 0.8310546875}, {"start": 1869.15, "end": 1869.29, "word": " each", "probability": 0.9619140625}, {"start": 1869.29, "end": 1869.31, "word": " other?", "probability": 0.9013671875}, {"start": 1869.51, "end": 1869.91, "word": " For", "probability": 0.7041015625}, {"start": 1869.91, "end": 1870.09, "word": " example,", "probability": 0.904296875}, {"start": 1870.15, "end": 1870.21, "word": " we", "probability": 0.459228515625}, {"start": 1870.21, "end": 1870.39, "word": " want", "probability": 0.319091796875}, {"start": 1870.39, "end": 1870.41, "word": " to", "probability": 0.96484375}, {"start": 1870.41, "end": 1870.63, "word": " create", "probability": 0.4267578125}, {"start": 1870.63, "end": 1871.05, "word": " a", "probability": 0.7216796875}, {"start": 1871.05, "end": 1871.15, "word": " username", "probability": 0.2471923828125}, {"start": 1871.15, "end": 1871.55, "word": " and", "probability": 0.85986328125}, {"start": 1871.55, "end": 1872.07, "word": " password", "probability": 0.9228515625}, {"start": 1872.07, "end": 1872.07, "word": " screen,", "probability": 0.29150390625}, {"start": 1872.33, "end": 1873.09, "word": " which", "probability": 0.324951171875}, {"start": 1873.09, "end": 1873.13, "word": " we", "probability": 0.82470703125}, {"start": 1873.13, "end": 1873.35, "word": " did", "probability": 0.587890625}, {"start": 1873.35, "end": 1873.51, "word": " in", "probability": 0.7099609375}, {"start": 1873.51, "end": 1873.53, "word": " the", "probability": 0.7099609375}, {"start": 1873.53, "end": 1873.53, "word": " previous", "probability": 0.5146484375}, {"start": 1873.53, "end": 1874.03, "word": " lecture.", "probability": 0.7890625}, {"start": 1874.55, "end": 1874.87, "word": " What", "probability": 0.599609375}, {"start": 1874.87, "end": 1874.89, "word": " is", "probability": 0.82861328125}, {"start": 1874.89, "end": 1875.19, "word": " the", "probability": 0.921875}, {"start": 1875.19, "end": 1875.19, "word": " first", "probability": 0.87646484375}, {"start": 1875.19, "end": 1875.47, "word": " element", "probability": 0.73291015625}, {"start": 1875.47, "end": 1875.73, "word": " that", "probability": 0.392578125}, {"start": 1875.73, "end": 1875.81, "word": " we", "probability": 0.70166015625}, {"start": 1875.81, "end": 1875.99, "word": " put", "probability": 0.445556640625}, {"start": 1875.99, "end": 1876.13, "word": " on", "probability": 0.47216796875}, {"start": 1876.13, "end": 1876.23, "word": " the", "probability": 0.8671875}, {"start": 1876.23, "end": 1876.51, "word": " screen?", "probability": 0.84814453125}, {"start": 1877.57, "end": 1878.09, "word": " The", "probability": 0.4599609375}, {"start": 1878.09, "end": 1879.49, "word": " image", "probability": 0.63232421875}, {"start": 1879.49, "end": 1879.65, "word": " that", "probability": 0.5869140625}, {"start": 1879.65, "end": 1879.85, "word": " was", "probability": 0.85107421875}, {"start": 1879.85, "end": 1880.11, "word": " above.", "probability": 0.59228515625}], "temperature": 1.0}, {"id": 68, "seek": 190038, "start": 1880.82, "end": 1900.38, "text": " Ok? You say this is the first element, since it is the first element you add to the screen, you put the image and now what do you want to do with this image? You want to hang it. Do you understand? When you bring a board at home, you don't put a nail and hang it in a certain place and center it. This is the first image, the first component you put on the screen. You want to define a place for it.", "tokens": [3477, 30, 509, 584, 341, 307, 264, 700, 4478, 11, 1670, 309, 307, 264, 700, 4478, 291, 909, 281, 264, 2568, 11, 291, 829, 264, 3256, 293, 586, 437, 360, 291, 528, 281, 360, 365, 341, 3256, 30, 509, 528, 281, 3967, 309, 13, 1144, 291, 1223, 30, 1133, 291, 1565, 257, 3150, 412, 1280, 11, 291, 500, 380, 829, 257, 10173, 293, 3967, 309, 294, 257, 1629, 1081, 293, 3056, 309, 13, 639, 307, 264, 700, 3256, 11, 264, 700, 6542, 291, 829, 322, 264, 2568, 13, 509, 528, 281, 6964, 257, 1081, 337, 309, 13], "avg_logprob": -0.4279336731652824, "compression_ratio": 1.8518518518518519, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 1880.8200000000002, "end": 1881.18, "word": " Ok?", "probability": 0.12078857421875}, {"start": 1881.84, "end": 1882.04, "word": " You", "probability": 0.474853515625}, {"start": 1882.04, "end": 1882.4, "word": " say", "probability": 0.56689453125}, {"start": 1882.4, "end": 1883.0, "word": " this", "probability": 0.3515625}, {"start": 1883.0, "end": 1883.06, "word": " is", "probability": 0.92724609375}, {"start": 1883.06, "end": 1883.28, "word": " the", "probability": 0.89453125}, {"start": 1883.28, "end": 1883.28, "word": " first", "probability": 0.85986328125}, {"start": 1883.28, "end": 1883.56, "word": " element,", "probability": 0.8251953125}, {"start": 1883.64, "end": 1883.84, "word": " since", "probability": 0.348388671875}, {"start": 1883.84, "end": 1884.02, "word": " it", "probability": 0.56689453125}, {"start": 1884.02, "end": 1884.04, "word": " is", "probability": 0.671875}, {"start": 1884.04, "end": 1884.18, "word": " the", "probability": 0.90478515625}, {"start": 1884.18, "end": 1884.32, "word": " first", "probability": 0.861328125}, {"start": 1884.32, "end": 1884.58, "word": " element", "probability": 0.96142578125}, {"start": 1884.58, "end": 1884.74, "word": " you", "probability": 0.50927734375}, {"start": 1884.74, "end": 1884.9, "word": " add", "probability": 0.52685546875}, {"start": 1884.9, "end": 1885.04, "word": " to", "probability": 0.60546875}, {"start": 1885.04, "end": 1885.16, "word": " the", "probability": 0.80078125}, {"start": 1885.16, "end": 1885.48, "word": " screen,", "probability": 0.82666015625}, {"start": 1885.92, "end": 1886.06, "word": " you", "probability": 0.859375}, {"start": 1886.06, "end": 1886.3, "word": " put", "probability": 0.385009765625}, {"start": 1886.3, "end": 1886.48, "word": " the", "probability": 0.7890625}, {"start": 1886.48, "end": 1886.7, "word": " image", "probability": 0.416259765625}, {"start": 1886.7, "end": 1887.74, "word": " and", "probability": 0.5224609375}, {"start": 1887.74, "end": 1888.08, "word": " now", "probability": 0.70947265625}, {"start": 1888.08, "end": 1888.28, "word": " what", "probability": 0.82373046875}, {"start": 1888.28, "end": 1888.4, "word": " do", "probability": 0.60107421875}, {"start": 1888.4, "end": 1888.44, "word": " you", "probability": 0.95947265625}, {"start": 1888.44, "end": 1888.52, "word": " want", "probability": 0.363525390625}, {"start": 1888.52, "end": 1888.52, "word": " to", "probability": 0.96484375}, {"start": 1888.52, "end": 1888.7, "word": " do", "probability": 0.95458984375}, {"start": 1888.7, "end": 1888.8, "word": " with", "probability": 0.7373046875}, {"start": 1888.8, "end": 1888.92, "word": " this", "probability": 0.79052734375}, {"start": 1888.92, "end": 1889.12, "word": " image?", "probability": 0.8828125}, {"start": 1889.8, "end": 1890.16, "word": " You", "probability": 0.91796875}, {"start": 1890.16, "end": 1890.32, "word": " want", "probability": 0.80908203125}, {"start": 1890.32, "end": 1890.48, "word": " to", "probability": 0.958984375}, {"start": 1890.48, "end": 1890.68, "word": " hang", "probability": 0.14697265625}, {"start": 1890.68, "end": 1890.9, "word": " it.", "probability": 0.94189453125}, {"start": 1891.02, "end": 1891.14, "word": " Do", "probability": 0.21142578125}, {"start": 1891.14, "end": 1891.14, "word": " you", "probability": 0.96728515625}, {"start": 1891.14, "end": 1891.26, "word": " understand?", "probability": 0.3349609375}, {"start": 1891.44, "end": 1891.62, "word": " When", "probability": 0.7529296875}, {"start": 1891.62, "end": 1891.74, "word": " you", "probability": 0.958984375}, {"start": 1891.74, "end": 1891.86, "word": " bring", "probability": 0.75048828125}, {"start": 1891.86, "end": 1891.94, "word": " a", "probability": 0.8486328125}, {"start": 1891.94, "end": 1892.08, "word": " board", "probability": 0.284423828125}, {"start": 1892.08, "end": 1892.24, "word": " at", "probability": 0.305908203125}, {"start": 1892.24, "end": 1892.52, "word": " home,", "probability": 0.849609375}, {"start": 1892.66, "end": 1892.72, "word": " you", "probability": 0.84375}, {"start": 1892.72, "end": 1892.74, "word": " don't", "probability": 0.813232421875}, {"start": 1892.74, "end": 1893.1, "word": " put", "probability": 0.31494140625}, {"start": 1893.1, "end": 1893.24, "word": " a", "probability": 0.8173828125}, {"start": 1893.24, "end": 1893.42, "word": " nail", "probability": 0.485107421875}, {"start": 1893.42, "end": 1893.66, "word": " and", "probability": 0.6455078125}, {"start": 1893.66, "end": 1893.94, "word": " hang", "probability": 0.78759765625}, {"start": 1893.94, "end": 1894.06, "word": " it", "probability": 0.9375}, {"start": 1894.06, "end": 1894.14, "word": " in", "probability": 0.51123046875}, {"start": 1894.14, "end": 1894.24, "word": " a", "probability": 0.8935546875}, {"start": 1894.24, "end": 1894.68, "word": " certain", "probability": 0.450439453125}, {"start": 1894.68, "end": 1894.76, "word": " place", "probability": 0.8017578125}, {"start": 1894.76, "end": 1894.86, "word": " and", "probability": 0.84033203125}, {"start": 1894.86, "end": 1895.2, "word": " center", "probability": 0.501953125}, {"start": 1895.2, "end": 1895.44, "word": " it.", "probability": 0.94287109375}, {"start": 1896.02, "end": 1896.38, "word": " This", "probability": 0.716796875}, {"start": 1896.38, "end": 1896.46, "word": " is", "probability": 0.93603515625}, {"start": 1896.46, "end": 1896.6, "word": " the", "probability": 0.9208984375}, {"start": 1896.6, "end": 1896.72, "word": " first", "probability": 0.87255859375}, {"start": 1896.72, "end": 1897.12, "word": " image,", "probability": 0.80078125}, {"start": 1897.4, "end": 1897.56, "word": " the", "probability": 0.88134765625}, {"start": 1897.56, "end": 1897.72, "word": " first", "probability": 0.87158203125}, {"start": 1897.72, "end": 1898.22, "word": " component", "probability": 0.8681640625}, {"start": 1898.22, "end": 1898.4, "word": " you", "probability": 0.482177734375}, {"start": 1898.4, "end": 1898.54, "word": " put", "probability": 0.6875}, {"start": 1898.54, "end": 1898.66, "word": " on", "probability": 0.61474609375}, {"start": 1898.66, "end": 1898.76, "word": " the", "probability": 0.8447265625}, {"start": 1898.76, "end": 1899.02, "word": " screen.", "probability": 0.869140625}, {"start": 1899.14, "end": 1899.14, "word": " You", "probability": 0.9423828125}, {"start": 1899.14, "end": 1899.24, "word": " want", "probability": 0.468505859375}, {"start": 1899.24, "end": 1899.72, "word": " to", "probability": 0.9677734375}, {"start": 1899.72, "end": 1899.94, "word": " define", "probability": 0.2081298828125}, {"start": 1899.94, "end": 1900.18, "word": " a", "probability": 0.78271484375}, {"start": 1900.18, "end": 1900.38, "word": " place", "probability": 0.75634765625}, {"start": 1900.38, "end": 1900.38, "word": " for", "probability": 0.849609375}, {"start": 1900.38, "end": 1900.38, "word": " it.", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 69, "seek": 191335, "start": 1901.25, "end": 1913.35, "text": " بالنسبة لمين؟ في عنصر تاني موجود؟ لأ، احنا بقولنا بترتبع عناصر بالنسبة لبعض، مدام هي أول عنصر الحق، بتحطهاش بالنسبة لعنصر تاني، بتحطه بالنسبة للقدر", "tokens": [20666, 1863, 35457, 3660, 32767, 9957, 22807, 8978, 18871, 9381, 2288, 6055, 7649, 1829, 3714, 29245, 23328, 22807, 5296, 10721, 12399, 1975, 5016, 8315, 4724, 39648, 8315, 39894, 43500, 3555, 3615, 18871, 33546, 2288, 20666, 1863, 35457, 3660, 5296, 3555, 3615, 11242, 12399, 3714, 3215, 10943, 39896, 5551, 12610, 18871, 9381, 2288, 21542, 4587, 12399, 39894, 5016, 9566, 3224, 33599, 20666, 1863, 35457, 3660, 5296, 3615, 1863, 9381, 2288, 6055, 7649, 1829, 12399, 39894, 5016, 9566, 3224, 20666, 1863, 35457, 3660, 24976, 4587, 3215, 2288], "avg_logprob": -0.19731104027393254, "compression_ratio": 1.9219858156028369, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1901.25, "end": 1901.87, "word": " بالنسبة", "probability": 0.739654541015625}, {"start": 1901.87, "end": 1903.09, "word": " لمين؟", "probability": 0.7218424479166666}, {"start": 1903.09, "end": 1903.21, "word": " في", "probability": 0.6201171875}, {"start": 1903.21, "end": 1903.69, "word": " عنصر", "probability": 0.9462890625}, {"start": 1903.69, "end": 1903.97, "word": " تاني", "probability": 0.9713541666666666}, {"start": 1903.97, "end": 1904.89, "word": " موجود؟", "probability": 0.966796875}, {"start": 1904.89, "end": 1905.37, "word": " لأ،", "probability": 0.7097981770833334}, {"start": 1905.37, "end": 1905.53, "word": " احنا", "probability": 0.8720703125}, {"start": 1905.53, "end": 1905.91, "word": " بقولنا", "probability": 0.6297200520833334}, {"start": 1905.91, "end": 1906.59, "word": " بترتبع", "probability": 0.7744140625}, {"start": 1906.59, "end": 1906.99, "word": " عناصر", "probability": 0.9632161458333334}, {"start": 1906.99, "end": 1907.41, "word": " بالنسبة", "probability": 0.9886474609375}, {"start": 1907.41, "end": 1908.41, "word": " لبعض،", "probability": 0.867578125}, {"start": 1908.41, "end": 1908.71, "word": " مدام", "probability": 0.88916015625}, {"start": 1908.71, "end": 1908.85, "word": " هي", "probability": 0.740234375}, {"start": 1908.85, "end": 1909.17, "word": " أول", "probability": 0.829345703125}, {"start": 1909.17, "end": 1909.49, "word": " عنصر", "probability": 0.9959309895833334}, {"start": 1909.49, "end": 1910.71, "word": " الحق،", "probability": 0.6941731770833334}, {"start": 1910.71, "end": 1911.21, "word": " بتحطهاش", "probability": 0.81220703125}, {"start": 1911.21, "end": 1911.53, "word": " بالنسبة", "probability": 0.994384765625}, {"start": 1911.53, "end": 1911.93, "word": " لعنصر", "probability": 0.9103515625}, {"start": 1911.93, "end": 1912.21, "word": " تاني،", "probability": 0.96875}, {"start": 1912.21, "end": 1912.55, "word": " بتحطه", "probability": 0.7889404296875}, {"start": 1912.55, "end": 1912.89, "word": " بالنسبة", "probability": 0.9952392578125}, {"start": 1912.89, "end": 1913.35, "word": " للقدر", "probability": 0.67529296875}], "temperature": 1.0}, {"id": 70, "seek": 194044, "start": 1914.7, "end": 1940.44, "text": " Imagine this wall with a picture on it. I tell you to define it for the father. You must connect it at least with a part of the father's body. How? Does the picture exist now? You say to put the left edge of the picture on the left edge of the parent.", "tokens": [11739, 341, 2929, 365, 257, 3036, 322, 309, 13, 286, 980, 291, 281, 6964, 309, 337, 264, 3086, 13, 509, 1633, 1745, 309, 412, 1935, 365, 257, 644, 295, 264, 3086, 311, 1772, 13, 1012, 30, 4402, 264, 3036, 2514, 586, 30, 509, 584, 281, 829, 264, 1411, 4691, 295, 264, 3036, 322, 264, 1411, 4691, 295, 264, 2596, 13], "avg_logprob": -0.5676229664536773, "compression_ratio": 1.6470588235294117, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1914.7, "end": 1915.08, "word": " Imagine", "probability": 0.59326171875}, {"start": 1915.08, "end": 1915.38, "word": " this", "probability": 0.7763671875}, {"start": 1915.38, "end": 1915.7, "word": " wall", "probability": 0.78125}, {"start": 1915.7, "end": 1917.04, "word": " with", "probability": 0.12091064453125}, {"start": 1917.04, "end": 1917.64, "word": " a", "probability": 0.63134765625}, {"start": 1917.64, "end": 1917.9, "word": " picture", "probability": 0.67529296875}, {"start": 1917.9, "end": 1918.16, "word": " on", "probability": 0.423583984375}, {"start": 1918.16, "end": 1918.16, "word": " it.", "probability": 0.87890625}, {"start": 1918.82, "end": 1919.46, "word": " I", "probability": 0.26171875}, {"start": 1919.46, "end": 1919.98, "word": " tell", "probability": 0.2481689453125}, {"start": 1919.98, "end": 1920.24, "word": " you", "probability": 0.96435546875}, {"start": 1920.24, "end": 1920.74, "word": " to", "probability": 0.461181640625}, {"start": 1920.74, "end": 1921.02, "word": " define", "probability": 0.5}, {"start": 1921.02, "end": 1921.18, "word": " it", "probability": 0.67138671875}, {"start": 1921.18, "end": 1921.6, "word": " for", "probability": 0.237548828125}, {"start": 1921.6, "end": 1921.74, "word": " the", "probability": 0.720703125}, {"start": 1921.74, "end": 1921.92, "word": " father.", "probability": 0.4521484375}, {"start": 1922.06, "end": 1922.12, "word": " You", "probability": 0.560546875}, {"start": 1922.12, "end": 1922.44, "word": " must", "probability": 0.300048828125}, {"start": 1922.44, "end": 1922.78, "word": " connect", "probability": 0.44287109375}, {"start": 1922.78, "end": 1923.04, "word": " it", "probability": 0.78271484375}, {"start": 1923.04, "end": 1923.16, "word": " at", "probability": 0.63916015625}, {"start": 1923.16, "end": 1925.14, "word": " least", "probability": 0.94970703125}, {"start": 1925.14, "end": 1926.36, "word": " with", "probability": 0.6318359375}, {"start": 1926.36, "end": 1927.22, "word": " a", "probability": 0.400146484375}, {"start": 1927.22, "end": 1927.32, "word": " part", "probability": 0.73583984375}, {"start": 1927.32, "end": 1927.7, "word": " of", "probability": 0.90087890625}, {"start": 1927.7, "end": 1927.82, "word": " the", "probability": 0.76025390625}, {"start": 1927.82, "end": 1928.42, "word": " father's", "probability": 0.688720703125}, {"start": 1928.42, "end": 1928.42, "word": " body.", "probability": 0.6513671875}, {"start": 1929.08, "end": 1929.38, "word": " How?", "probability": 0.4638671875}, {"start": 1929.78, "end": 1930.42, "word": " Does", "probability": 0.4716796875}, {"start": 1930.42, "end": 1930.74, "word": " the", "probability": 0.7646484375}, {"start": 1930.74, "end": 1930.96, "word": " picture", "probability": 0.833984375}, {"start": 1930.96, "end": 1931.3, "word": " exist", "probability": 0.728515625}, {"start": 1931.3, "end": 1931.46, "word": " now?", "probability": 0.407958984375}, {"start": 1932.18, "end": 1932.48, "word": " You", "probability": 0.599609375}, {"start": 1932.48, "end": 1932.8, "word": " say", "probability": 0.32470703125}, {"start": 1932.8, "end": 1933.14, "word": " to", "probability": 0.308349609375}, {"start": 1933.14, "end": 1933.44, "word": " put", "probability": 0.6728515625}, {"start": 1933.44, "end": 1933.78, "word": " the", "probability": 0.796875}, {"start": 1933.78, "end": 1935.4, "word": " left", "probability": 0.458251953125}, {"start": 1935.4, "end": 1936.22, "word": " edge", "probability": 0.1422119140625}, {"start": 1936.22, "end": 1936.22, "word": " of", "probability": 0.478759765625}, {"start": 1936.22, "end": 1937.3, "word": " the", "probability": 0.89453125}, {"start": 1937.3, "end": 1937.58, "word": " picture", "probability": 0.72998046875}, {"start": 1937.58, "end": 1938.7, "word": " on", "probability": 0.80712890625}, {"start": 1938.7, "end": 1938.84, "word": " the", "probability": 0.91357421875}, {"start": 1938.84, "end": 1939.08, "word": " left", "probability": 0.8134765625}, {"start": 1939.08, "end": 1939.24, "word": " edge", "probability": 0.947265625}, {"start": 1939.24, "end": 1939.94, "word": " of", "probability": 0.9658203125}, {"start": 1939.94, "end": 1940.2, "word": " the", "probability": 0.88623046875}, {"start": 1940.2, "end": 1940.44, "word": " parent.", "probability": 0.7412109375}], "temperature": 1.0}, {"id": 71, "seek": 195858, "start": 1942.16, "end": 1958.58, "text": " So grab this part and connect it to this part and connect it to this part and grab this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part and connect it to this part", "tokens": [407, 4444, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 4444, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644, 293, 1745, 309, 281, 341, 644], "avg_logprob": -0.17694444444444443, "compression_ratio": 18.333333333333332, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1942.16, "end": 1942.42, "word": " So", "probability": 0.23583984375}, {"start": 1942.42, "end": 1942.68, "word": " grab", "probability": 0.1549072265625}, {"start": 1942.68, "end": 1943.16, "word": " this", "probability": 0.82666015625}, {"start": 1943.16, "end": 1943.3, "word": " part", "probability": 0.2269287109375}, {"start": 1943.3, "end": 1943.64, "word": " and", "probability": 0.73583984375}, {"start": 1943.64, "end": 1943.8, "word": " connect", "probability": 0.2137451171875}, {"start": 1943.8, "end": 1943.94, "word": " it", "probability": 0.85009765625}, {"start": 1943.94, "end": 1943.98, "word": " to", "probability": 0.493408203125}, {"start": 1943.98, "end": 1944.2, "word": " this", "probability": 0.638671875}, {"start": 1944.2, "end": 1945.08, "word": " part", "probability": 0.67578125}, {"start": 1945.08, "end": 1945.32, "word": " and", "probability": 0.289306640625}, {"start": 1945.32, "end": 1945.48, "word": " connect", "probability": 0.568359375}, {"start": 1945.48, "end": 1945.6, "word": " it", "probability": 0.60498046875}, {"start": 1945.6, "end": 1945.68, "word": " to", "probability": 0.8125}, {"start": 1945.68, "end": 1945.86, "word": " this", "probability": 0.77783203125}, {"start": 1945.86, "end": 1946.32, "word": " part", "probability": 0.8232421875}, {"start": 1946.32, "end": 1947.98, "word": " and", "probability": 0.24755859375}, {"start": 1947.98, "end": 1948.24, "word": " grab", "probability": 0.64599609375}, {"start": 1948.24, "end": 1948.56, "word": " this", "probability": 0.88037109375}, {"start": 1948.56, "end": 1948.82, "word": " part", "probability": 0.849609375}, {"start": 1948.82, "end": 1950.38, "word": " and", "probability": 0.88623046875}, {"start": 1950.38, "end": 1950.56, "word": " connect", "probability": 0.86376953125}, {"start": 1950.56, "end": 1950.82, "word": " it", "probability": 0.91357421875}, {"start": 1950.82, "end": 1950.82, "word": " to", "probability": 0.80908203125}, {"start": 1950.82, "end": 1951.04, "word": " this", "probability": 0.3271484375}, {"start": 1951.04, "end": 1952.64, "word": " part", "probability": 0.87109375}, {"start": 1952.64, "end": 1952.64, "word": " and", "probability": 0.151123046875}, {"start": 1952.64, "end": 1952.64, "word": " connect", "probability": 0.427734375}, {"start": 1952.64, "end": 1952.64, "word": " it", "probability": 0.93359375}, {"start": 1952.64, "end": 1952.64, "word": " to", "probability": 0.89208984375}, {"start": 1952.64, "end": 1952.64, "word": " this", "probability": 0.72314453125}, {"start": 1952.64, "end": 1952.64, "word": " part", "probability": 0.91259765625}, {"start": 1952.64, "end": 1952.64, "word": " and", "probability": 0.249267578125}, {"start": 1952.64, "end": 1952.64, "word": " connect", "probability": 0.415283203125}, {"start": 1952.64, "end": 1952.64, "word": " it", "probability": 0.92626953125}, {"start": 1952.64, "end": 1952.64, "word": " to", "probability": 0.91455078125}, {"start": 1952.64, "end": 1952.64, "word": " this", "probability": 0.81787109375}, {"start": 1952.64, "end": 1952.64, "word": " part", "probability": 0.91748046875}, {"start": 1952.64, "end": 1954.9, "word": " and", "probability": 0.39453125}, {"start": 1954.9, "end": 1954.9, "word": " connect", "probability": 0.5576171875}, {"start": 1954.9, "end": 1954.9, "word": " it", "probability": 0.92578125}, {"start": 1954.9, "end": 1954.9, "word": " to", "probability": 0.93017578125}, {"start": 1954.9, "end": 1954.9, "word": " this", "probability": 0.861328125}, {"start": 1954.9, "end": 1954.9, "word": " part", "probability": 0.91796875}, {"start": 1954.9, "end": 1954.9, "word": " and", "probability": 0.53466796875}, {"start": 1954.9, "end": 1954.9, "word": " connect", "probability": 0.6640625}, {"start": 1954.9, "end": 1954.9, "word": " it", "probability": 0.93115234375}, {"start": 1954.9, "end": 1954.9, "word": " to", "probability": 0.93896484375}, {"start": 1954.9, "end": 1954.9, "word": " this", "probability": 0.88818359375}, {"start": 1954.9, "end": 1954.9, "word": " part", "probability": 0.91943359375}, {"start": 1954.9, "end": 1954.96, "word": " and", "probability": 0.63525390625}, {"start": 1954.96, "end": 1954.96, "word": " connect", "probability": 0.728515625}, {"start": 1954.96, "end": 1954.96, "word": " it", "probability": 0.9404296875}, {"start": 1954.96, "end": 1954.96, "word": " to", "probability": 0.947265625}, {"start": 1954.96, "end": 1954.96, "word": " this", "probability": 0.9072265625}, {"start": 1954.96, "end": 1954.96, "word": " part", "probability": 0.92138671875}, {"start": 1954.96, "end": 1954.96, "word": " and", "probability": 0.7109375}, {"start": 1954.96, "end": 1954.96, "word": " connect", "probability": 0.7744140625}, {"start": 1954.96, "end": 1954.96, "word": " it", "probability": 0.94873046875}, {"start": 1954.96, "end": 1954.96, "word": " to", "probability": 0.95361328125}, {"start": 1954.96, "end": 1954.96, "word": " this", "probability": 0.9228515625}, {"start": 1954.96, "end": 1954.96, "word": " part", "probability": 0.9228515625}, {"start": 1954.96, "end": 1954.96, "word": " and", "probability": 0.77978515625}, {"start": 1954.96, "end": 1954.96, "word": " connect", "probability": 0.80859375}, {"start": 1954.96, "end": 1954.96, "word": " it", "probability": 0.9521484375}, {"start": 1954.96, "end": 1954.96, "word": " to", "probability": 0.95947265625}, {"start": 1954.96, "end": 1954.96, "word": " this", "probability": 0.93408203125}, {"start": 1954.96, "end": 1954.96, "word": " part", "probability": 0.92431640625}, {"start": 1954.96, "end": 1954.96, "word": " and", "probability": 0.8251953125}, {"start": 1954.96, "end": 1954.96, "word": " connect", "probability": 0.8271484375}, {"start": 1954.96, "end": 1954.96, "word": " it", "probability": 0.95458984375}, {"start": 1954.96, "end": 1954.96, "word": " to", "probability": 0.96337890625}, {"start": 1954.96, "end": 1954.96, "word": " this", "probability": 0.939453125}, {"start": 1954.96, "end": 1954.96, "word": " part", "probability": 0.92626953125}, {"start": 1954.96, "end": 1954.96, "word": " and", "probability": 0.85498046875}, {"start": 1954.96, "end": 1954.96, "word": " connect", "probability": 0.8408203125}, {"start": 1954.96, "end": 1954.98, "word": " it", "probability": 0.9560546875}, {"start": 1954.98, "end": 1954.98, "word": " to", "probability": 0.96533203125}, {"start": 1954.98, "end": 1954.98, "word": " this", "probability": 0.94384765625}, {"start": 1954.98, "end": 1954.98, "word": " part", "probability": 0.92724609375}, {"start": 1954.98, "end": 1954.98, "word": " and", "probability": 0.87548828125}, {"start": 1954.98, "end": 1954.98, "word": " connect", "probability": 0.85107421875}, {"start": 1954.98, "end": 1954.98, "word": " it", "probability": 0.95654296875}, {"start": 1954.98, "end": 1954.98, "word": " to", "probability": 0.96728515625}, {"start": 1954.98, "end": 1954.98, "word": " this", "probability": 0.94677734375}, {"start": 1954.98, "end": 1954.98, "word": " part", "probability": 0.9267578125}, {"start": 1954.98, "end": 1954.98, "word": " and", "probability": 0.888671875}, {"start": 1954.98, "end": 1954.98, "word": " connect", "probability": 0.8564453125}, {"start": 1954.98, "end": 1954.98, "word": " it", "probability": 0.95703125}, {"start": 1954.98, "end": 1954.98, "word": " to", "probability": 0.96923828125}, {"start": 1954.98, "end": 1954.98, "word": " this", "probability": 0.94775390625}, {"start": 1954.98, "end": 1954.98, "word": " part", "probability": 0.92724609375}, {"start": 1954.98, "end": 1954.98, "word": " and", "probability": 0.89697265625}, {"start": 1954.98, "end": 1954.98, "word": " connect", "probability": 0.8623046875}, {"start": 1954.98, "end": 1955.0, "word": " it", "probability": 0.95654296875}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9697265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.9482421875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.90673828125}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.8671875}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.9580078125}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9697265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.9501953125}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91015625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.8681640625}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.970703125}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.94921875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91357421875}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.869140625}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95703125}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9716796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.94921875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91552734375}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.86865234375}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95751953125}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9716796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.95068359375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91650390625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.86962890625}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9716796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.95068359375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9267578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.916015625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87158203125}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97216796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.951171875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92724609375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91552734375}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87158203125}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97216796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.95068359375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92724609375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91552734375}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87255859375}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.951171875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92724609375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.912109375}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87255859375}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.9599609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.951171875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92724609375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.91162109375}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87158203125}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95947265625}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.95068359375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92578125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.9091796875}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.873046875}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95947265625}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97314453125}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.95068359375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92529296875}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.90478515625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87451171875}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.958984375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97216796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.9501953125}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9248046875}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.9013671875}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.8759765625}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95849609375}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97216796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.9482421875}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.92236328125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.89697265625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.87841796875}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95947265625}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97265625}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.947265625}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.919921875}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.892578125}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.88037109375}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95751953125}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9716796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.9453125}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.91748046875}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.88623046875}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.8798828125}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95703125}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.9716796875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.94140625}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.9130859375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.87890625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.880859375}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.9560546875}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.97021484375}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.93505859375}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.908203125}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.8681640625}, {"start": 1955.0, "end": 1955.0, "word": " connect", "probability": 0.8798828125}, {"start": 1955.0, "end": 1955.0, "word": " it", "probability": 0.95263671875}, {"start": 1955.0, "end": 1955.0, "word": " to", "probability": 0.96826171875}, {"start": 1955.0, "end": 1955.0, "word": " this", "probability": 0.92578125}, {"start": 1955.0, "end": 1955.0, "word": " part", "probability": 0.89990234375}, {"start": 1955.0, "end": 1955.0, "word": " and", "probability": 0.8583984375}, {"start": 1955.0, "end": 1955.08, "word": " connect", "probability": 0.8779296875}, {"start": 1955.08, "end": 1955.2, "word": " it", "probability": 0.9501953125}, {"start": 1955.2, "end": 1955.2, "word": " to", "probability": 0.96435546875}, {"start": 1955.2, "end": 1955.2, "word": " this", "probability": 0.91015625}, {"start": 1955.2, "end": 1955.2, "word": " part", "probability": 0.89208984375}, {"start": 1955.2, "end": 1955.2, "word": " and", "probability": 0.84228515625}, {"start": 1955.2, "end": 1955.2, "word": " connect", "probability": 0.8740234375}, {"start": 1955.2, "end": 1955.98, "word": " it", "probability": 0.9453125}, {"start": 1955.98, "end": 1956.16, "word": " to", "probability": 0.9599609375}, {"start": 1956.16, "end": 1956.54, "word": " this", "probability": 0.88720703125}, {"start": 1956.54, "end": 1956.54, "word": " part", "probability": 0.8818359375}, {"start": 1956.54, "end": 1957.36, "word": " and", "probability": 0.83349609375}, {"start": 1957.36, "end": 1957.56, "word": " connect", "probability": 0.87109375}, {"start": 1957.56, "end": 1958.2, "word": " it", "probability": 0.943359375}, {"start": 1958.2, "end": 1958.58, "word": " to", "probability": 0.9580078125}, {"start": 1958.58, "end": 1958.58, "word": " this", "probability": 0.86279296875}, {"start": 1958.58, "end": 1958.58, "word": " part", "probability": 0.875}], "temperature": 1.0}, {"id": 72, "seek": 199200, "start": 1965.16, "end": 1992.0, "text": " What will happen if I tie it like this and untie it? It will fall. Right or wrong? Any component you want to put on the screen, you have to tie it from two sides. Horizontal side and vertical side. On the corner. It happened like this. I tied it from the right or from above. Okay? So it all went away. Where did it go? On the corner. It went to the corner. Okay?", "tokens": [708, 486, 1051, 498, 286, 7582, 309, 411, 341, 293, 1701, 414, 309, 30, 467, 486, 2100, 13, 1779, 420, 2085, 30, 2639, 6542, 291, 528, 281, 829, 322, 264, 2568, 11, 291, 362, 281, 7582, 309, 490, 732, 4881, 13, 42141, 896, 304, 1252, 293, 9429, 1252, 13, 1282, 264, 4538, 13, 467, 2011, 411, 341, 13, 286, 9601, 309, 490, 264, 558, 420, 490, 3673, 13, 1033, 30, 407, 309, 439, 1437, 1314, 13, 2305, 630, 309, 352, 30, 1282, 264, 4538, 13, 467, 1437, 281, 264, 4538, 13, 1033, 30], "avg_logprob": -0.5269281902211778, "compression_ratio": 1.7169811320754718, "no_speech_prob": 0.0, "words": [{"start": 1965.16, "end": 1965.42, "word": " What", "probability": 0.472412109375}, {"start": 1965.42, "end": 1965.54, "word": " will", "probability": 0.1602783203125}, {"start": 1965.54, "end": 1965.74, "word": " happen", "probability": 0.908203125}, {"start": 1965.74, "end": 1965.96, "word": " if", "probability": 0.677734375}, {"start": 1965.96, "end": 1966.06, "word": " I", "probability": 0.7060546875}, {"start": 1966.06, "end": 1966.26, "word": " tie", "probability": 0.30908203125}, {"start": 1966.26, "end": 1966.36, "word": " it", "probability": 0.67333984375}, {"start": 1966.36, "end": 1966.44, "word": " like", "probability": 0.54736328125}, {"start": 1966.44, "end": 1966.56, "word": " this", "probability": 0.57861328125}, {"start": 1966.56, "end": 1966.66, "word": " and", "probability": 0.81787109375}, {"start": 1966.66, "end": 1966.92, "word": " untie", "probability": 0.490234375}, {"start": 1966.92, "end": 1967.18, "word": " it?", "probability": 0.908203125}, {"start": 1967.32, "end": 1967.72, "word": " It", "probability": 0.7822265625}, {"start": 1967.72, "end": 1967.8, "word": " will", "probability": 0.8056640625}, {"start": 1967.8, "end": 1968.0, "word": " fall.", "probability": 0.68359375}, {"start": 1968.24, "end": 1968.6, "word": " Right", "probability": 0.546875}, {"start": 1968.6, "end": 1968.76, "word": " or", "probability": 0.9130859375}, {"start": 1968.76, "end": 1968.86, "word": " wrong?", "probability": 0.65185546875}, {"start": 1969.44, "end": 1969.84, "word": " Any", "probability": 0.30908203125}, {"start": 1969.84, "end": 1970.52, "word": " component", "probability": 0.90478515625}, {"start": 1970.52, "end": 1970.88, "word": " you", "probability": 0.48583984375}, {"start": 1970.88, "end": 1971.0, "word": " want", "probability": 0.48193359375}, {"start": 1971.0, "end": 1971.0, "word": " to", "probability": 0.96044921875}, {"start": 1971.0, "end": 1971.2, "word": " put", "probability": 0.5107421875}, {"start": 1971.2, "end": 1971.34, "word": " on", "probability": 0.82080078125}, {"start": 1971.34, "end": 1971.44, "word": " the", "probability": 0.69580078125}, {"start": 1971.44, "end": 1971.62, "word": " screen,", "probability": 0.90625}, {"start": 1971.7, "end": 1971.76, "word": " you", "probability": 0.798828125}, {"start": 1971.76, "end": 1971.84, "word": " have", "probability": 0.364013671875}, {"start": 1971.84, "end": 1972.02, "word": " to", "probability": 0.97216796875}, {"start": 1972.02, "end": 1972.16, "word": " tie", "probability": 0.6240234375}, {"start": 1972.16, "end": 1972.32, "word": " it", "probability": 0.751953125}, {"start": 1972.32, "end": 1972.4, "word": " from", "probability": 0.60693359375}, {"start": 1972.4, "end": 1972.94, "word": " two", "probability": 0.61572265625}, {"start": 1972.94, "end": 1972.94, "word": " sides.", "probability": 0.82763671875}, {"start": 1974.26, "end": 1974.66, "word": " Horizontal", "probability": 0.60595703125}, {"start": 1974.66, "end": 1974.66, "word": " side", "probability": 0.68359375}, {"start": 1974.66, "end": 1976.16, "word": " and", "probability": 0.86328125}, {"start": 1976.16, "end": 1976.6, "word": " vertical", "probability": 0.64794921875}, {"start": 1976.6, "end": 1977.08, "word": " side.", "probability": 0.8671875}, {"start": 1978.54, "end": 1978.76, "word": " On", "probability": 0.10577392578125}, {"start": 1978.76, "end": 1978.78, "word": " the", "probability": 0.66552734375}, {"start": 1978.78, "end": 1978.9, "word": " corner.", "probability": 0.480712890625}, {"start": 1978.9, "end": 1979.12, "word": " It", "probability": 0.53515625}, {"start": 1979.12, "end": 1979.34, "word": " happened", "probability": 0.385009765625}, {"start": 1979.34, "end": 1979.5, "word": " like", "probability": 0.806640625}, {"start": 1979.5, "end": 1979.78, "word": " this.", "probability": 0.669921875}, {"start": 1981.68, "end": 1981.84, "word": " I", "probability": 0.423583984375}, {"start": 1981.84, "end": 1982.16, "word": " tied", "probability": 0.317626953125}, {"start": 1982.16, "end": 1982.48, "word": " it", "probability": 0.88623046875}, {"start": 1982.48, "end": 1982.58, "word": " from", "probability": 0.6064453125}, {"start": 1982.58, "end": 1983.1, "word": " the", "probability": 0.60302734375}, {"start": 1983.1, "end": 1983.22, "word": " right", "probability": 0.78271484375}, {"start": 1983.22, "end": 1983.48, "word": " or", "probability": 0.291259765625}, {"start": 1983.48, "end": 1983.6, "word": " from", "probability": 0.60693359375}, {"start": 1983.6, "end": 1983.9, "word": " above.", "probability": 0.72509765625}, {"start": 1984.5, "end": 1984.8, "word": " Okay?", "probability": 0.263427734375}, {"start": 1985.74, "end": 1986.14, "word": " So", "probability": 0.6162109375}, {"start": 1986.14, "end": 1986.6, "word": " it", "probability": 0.63623046875}, {"start": 1986.6, "end": 1986.6, "word": " all", "probability": 0.55517578125}, {"start": 1986.6, "end": 1986.66, "word": " went", "probability": 0.60546875}, {"start": 1986.66, "end": 1986.9, "word": " away.", "probability": 0.173828125}, {"start": 1987.06, "end": 1987.16, "word": " Where", "probability": 0.420654296875}, {"start": 1987.16, "end": 1987.16, "word": " did", "probability": 0.93310546875}, {"start": 1987.16, "end": 1987.16, "word": " it", "probability": 0.9453125}, {"start": 1987.16, "end": 1987.42, "word": " go?", "probability": 0.474853515625}, {"start": 1989.38, "end": 1989.78, "word": " On", "probability": 0.27685546875}, {"start": 1989.78, "end": 1989.84, "word": " the", "probability": 0.87646484375}, {"start": 1989.84, "end": 1990.02, "word": " corner.", "probability": 0.8349609375}, {"start": 1990.16, "end": 1990.16, "word": " It", "probability": 0.60791015625}, {"start": 1990.16, "end": 1990.3, "word": " went", "probability": 0.77392578125}, {"start": 1990.3, "end": 1990.44, "word": " to", "probability": 0.30029296875}, {"start": 1990.44, "end": 1990.58, "word": " the", "probability": 0.87939453125}, {"start": 1990.58, "end": 1990.8, "word": " corner.", "probability": 0.89453125}, {"start": 1991.6, "end": 1992.0, "word": " Okay?", "probability": 0.7666015625}], "temperature": 1.0}, {"id": 73, "seek": 202088, "start": 1995.18, "end": 2020.88, "text": " Let's try it in front of you. Is it working or not? Turn it off.", "tokens": [961, 311, 853, 309, 294, 1868, 295, 291, 13, 1119, 309, 1364, 420, 406, 30, 7956, 309, 766, 13], "avg_logprob": -0.589453113079071, "compression_ratio": 0.9701492537313433, "no_speech_prob": 0.0, "words": [{"start": 1995.18, "end": 1995.52, "word": " Let's", "probability": 0.55419921875}, {"start": 1995.52, "end": 1995.76, "word": " try", "probability": 0.86328125}, {"start": 1995.76, "end": 1995.94, "word": " it", "probability": 0.4658203125}, {"start": 1995.94, "end": 1996.0, "word": " in", "probability": 0.186279296875}, {"start": 1996.0, "end": 1996.32, "word": " front", "probability": 0.9208984375}, {"start": 1996.32, "end": 2000.04, "word": " of", "probability": 0.96875}, {"start": 2000.04, "end": 2000.04, "word": " you.", "probability": 0.8916015625}, {"start": 2012.12, "end": 2012.84, "word": " Is", "probability": 0.260986328125}, {"start": 2012.84, "end": 2015.68, "word": " it", "probability": 0.68408203125}, {"start": 2015.68, "end": 2015.96, "word": " working", "probability": 0.77392578125}, {"start": 2015.96, "end": 2016.16, "word": " or", "probability": 0.43701171875}, {"start": 2016.16, "end": 2016.54, "word": " not?", "probability": 0.65771484375}, {"start": 2020.2, "end": 2020.8, "word": " Turn", "probability": 0.071044921875}, {"start": 2020.8, "end": 2020.8, "word": " it", "probability": 0.367919921875}, {"start": 2020.8, "end": 2020.88, "word": " off.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 74, "seek": 202402, "start": 2023.16, "end": 2024.02, "text": " Masha'Allah, it's a good thing.", "tokens": [376, 12137, 6, 32, 31884, 11, 309, 311, 257, 665, 551, 13], "avg_logprob": -0.9525240017817571, "compression_ratio": 0.8, "no_speech_prob": 0.0, "words": [{"start": 2023.16, "end": 2023.42, "word": " Masha", "probability": 0.55426025390625}, {"start": 2023.42, "end": 2023.54, "word": "'Allah,", "probability": 0.4066162109375}, {"start": 2023.56, "end": 2023.68, "word": " it's", "probability": 0.467010498046875}, {"start": 2023.68, "end": 2023.74, "word": " a", "probability": 0.75537109375}, {"start": 2023.74, "end": 2023.88, "word": " good", "probability": 0.232177734375}, {"start": 2023.88, "end": 2024.02, "word": " thing.", "probability": 0.27685546875}], "temperature": 1.0}, {"id": 75, "seek": 204296, "start": 2040.14, "end": 2042.96, "text": " Okay. What else?", "tokens": [1033, 13, 708, 1646, 30], "avg_logprob": -1.2682291865348816, "compression_ratio": 0.68, "no_speech_prob": 2.5570392608642578e-05, "words": [{"start": 2040.14, "end": 2041.32, "word": " Okay.", "probability": 0.0277252197265625}, {"start": 2042.04, "end": 2042.68, "word": " What", "probability": 0.1329345703125}, {"start": 2042.68, "end": 2042.96, "word": " else?", "probability": 0.496826171875}], "temperature": 1.0}, {"id": 76, "seek": 206859, "start": 2063.71, "end": 2068.59, "text": " Okay, I'm going to take a break.", "tokens": [1033, 11, 286, 478, 516, 281, 747, 257, 1821, 13], "avg_logprob": -1.3515625216744163, "compression_ratio": 0.8048780487804879, "no_speech_prob": 0.0, "words": [{"start": 2063.71, "end": 2064.07, "word": " Okay,", "probability": 0.0653076171875}, {"start": 2064.07, "end": 2064.39, "word": " I'm", "probability": 0.23345947265625}, {"start": 2064.39, "end": 2064.67, "word": " going", "probability": 0.226318359375}, {"start": 2064.67, "end": 2064.83, "word": " to", "probability": 0.87890625}, {"start": 2064.83, "end": 2065.45, "word": " take", "probability": 0.03997802734375}, {"start": 2065.45, "end": 2065.45, "word": " a", "probability": 0.393798828125}, {"start": 2065.45, "end": 2068.59, "word": " break.", "probability": 0.346923828125}], "temperature": 1.0}, {"id": 77, "seek": 210619, "start": 2079.89, "end": 2106.19, "text": " We came to our layout. We don't want to find anything other than the layout. We go back to where we were before. By the way, as soon as you launch the application, it becomes constraint. It assumes that you are going to use constraint. This is constraint. We returned it as constraint layout. This is orientation. We don't need this. This screen is empty. Because you can see how I design. Another advantage of constraint is that you can work visually. In a big way.", "tokens": [492, 1361, 281, 527, 13333, 13, 492, 500, 380, 528, 281, 915, 1340, 661, 813, 264, 13333, 13, 492, 352, 646, 281, 689, 321, 645, 949, 13, 3146, 264, 636, 11, 382, 2321, 382, 291, 4025, 264, 3861, 11, 309, 3643, 25534, 13, 467, 37808, 300, 291, 366, 516, 281, 764, 25534, 13, 639, 307, 25534, 13, 492, 8752, 309, 382, 25534, 13333, 13, 639, 307, 14764, 13, 492, 500, 380, 643, 341, 13, 639, 2568, 307, 6707, 13, 1436, 291, 393, 536, 577, 286, 1715, 13, 3996, 5002, 295, 25534, 307, 300, 291, 393, 589, 19622, 13, 682, 257, 955, 636, 13], "avg_logprob": -0.576021634042263, "compression_ratio": 1.8171206225680934, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2079.89, "end": 2080.27, "word": " We", "probability": 0.349365234375}, {"start": 2080.27, "end": 2080.27, "word": " came", "probability": 0.323486328125}, {"start": 2080.27, "end": 2080.41, "word": " to", "probability": 0.84619140625}, {"start": 2080.41, "end": 2080.47, "word": " our", "probability": 0.5068359375}, {"start": 2080.47, "end": 2080.73, "word": " layout.", "probability": 0.8603515625}, {"start": 2081.25, "end": 2081.43, "word": " We", "probability": 0.72021484375}, {"start": 2081.43, "end": 2081.53, "word": " don't", "probability": 0.753662109375}, {"start": 2081.53, "end": 2081.65, "word": " want", "probability": 0.62109375}, {"start": 2081.65, "end": 2081.91, "word": " to", "probability": 0.43310546875}, {"start": 2081.91, "end": 2081.91, "word": " find", "probability": 0.54345703125}, {"start": 2081.91, "end": 2082.05, "word": " anything", "probability": 0.376953125}, {"start": 2082.05, "end": 2082.05, "word": " other", "probability": 0.254638671875}, {"start": 2082.05, "end": 2082.05, "word": " than", "probability": 0.92822265625}, {"start": 2082.05, "end": 2082.15, "word": " the", "probability": 0.312255859375}, {"start": 2082.15, "end": 2082.37, "word": " layout.", "probability": 0.93896484375}, {"start": 2082.53, "end": 2082.85, "word": " We", "probability": 0.482666015625}, {"start": 2082.85, "end": 2082.95, "word": " go", "probability": 0.31884765625}, {"start": 2082.95, "end": 2083.17, "word": " back", "probability": 0.8515625}, {"start": 2083.17, "end": 2083.37, "word": " to", "probability": 0.6240234375}, {"start": 2083.37, "end": 2083.49, "word": " where", "probability": 0.28662109375}, {"start": 2083.49, "end": 2083.79, "word": " we", "probability": 0.83544921875}, {"start": 2083.79, "end": 2083.79, "word": " were", "probability": 0.65087890625}, {"start": 2083.79, "end": 2084.09, "word": " before.", "probability": 0.64599609375}, {"start": 2084.65, "end": 2084.75, "word": " By", "probability": 0.64599609375}, {"start": 2084.75, "end": 2084.91, "word": " the", "probability": 0.935546875}, {"start": 2084.91, "end": 2084.99, "word": " way,", "probability": 0.9560546875}, {"start": 2085.09, "end": 2085.15, "word": " as", "probability": 0.2333984375}, {"start": 2085.15, "end": 2085.23, "word": " soon", "probability": 0.93798828125}, {"start": 2085.23, "end": 2085.27, "word": " as", "probability": 0.9697265625}, {"start": 2085.27, "end": 2085.41, "word": " you", "probability": 0.580078125}, {"start": 2085.41, "end": 2085.61, "word": " launch", "probability": 0.1788330078125}, {"start": 2085.61, "end": 2085.73, "word": " the", "probability": 0.8583984375}, {"start": 2085.73, "end": 2086.07, "word": " application,", "probability": 0.720703125}, {"start": 2086.85, "end": 2087.13, "word": " it", "probability": 0.455322265625}, {"start": 2087.13, "end": 2087.13, "word": " becomes", "probability": 0.138916015625}, {"start": 2087.13, "end": 2087.71, "word": " constraint.", "probability": 0.29345703125}, {"start": 2087.95, "end": 2088.13, "word": " It", "probability": 0.58837890625}, {"start": 2088.13, "end": 2088.53, "word": " assumes", "probability": 0.673828125}, {"start": 2088.53, "end": 2088.75, "word": " that", "probability": 0.75537109375}, {"start": 2088.75, "end": 2088.89, "word": " you", "probability": 0.9326171875}, {"start": 2088.89, "end": 2089.01, "word": " are", "probability": 0.1817626953125}, {"start": 2089.01, "end": 2089.09, "word": " going", "probability": 0.7001953125}, {"start": 2089.09, "end": 2089.09, "word": " to", "probability": 0.9677734375}, {"start": 2089.09, "end": 2089.27, "word": " use", "probability": 0.85400390625}, {"start": 2089.27, "end": 2089.81, "word": " constraint.", "probability": 0.436767578125}, {"start": 2090.21, "end": 2090.53, "word": " This", "probability": 0.1551513671875}, {"start": 2090.53, "end": 2090.65, "word": " is", "probability": 0.4931640625}, {"start": 2090.65, "end": 2090.85, "word": " constraint.", "probability": 0.66357421875}, {"start": 2090.95, "end": 2091.15, "word": " We", "probability": 0.84716796875}, {"start": 2091.15, "end": 2091.15, "word": " returned", "probability": 0.1739501953125}, {"start": 2091.15, "end": 2091.31, "word": " it", "probability": 0.48876953125}, {"start": 2091.31, "end": 2091.31, "word": " as", "probability": 0.372802734375}, {"start": 2091.31, "end": 2091.69, "word": " constraint", "probability": 0.7265625}, {"start": 2091.69, "end": 2091.99, "word": " layout.", "probability": 0.94189453125}, {"start": 2092.63, "end": 2092.75, "word": " This", "probability": 0.150634765625}, {"start": 2092.75, "end": 2092.85, "word": " is", "probability": 0.576171875}, {"start": 2092.85, "end": 2093.27, "word": " orientation.", "probability": 0.77783203125}, {"start": 2093.39, "end": 2093.65, "word": " We", "probability": 0.3447265625}, {"start": 2093.65, "end": 2093.77, "word": " don't", "probability": 0.88818359375}, {"start": 2093.77, "end": 2094.03, "word": " need", "probability": 0.8564453125}, {"start": 2094.03, "end": 2094.15, "word": " this.", "probability": 0.47412109375}, {"start": 2095.73, "end": 2096.17, "word": " This", "probability": 0.58349609375}, {"start": 2096.17, "end": 2096.59, "word": " screen", "probability": 0.373046875}, {"start": 2096.59, "end": 2097.01, "word": " is", "probability": 0.8916015625}, {"start": 2097.01, "end": 2097.29, "word": " empty.", "probability": 0.6337890625}, {"start": 2097.93, "end": 2098.19, "word": " Because", "probability": 0.2763671875}, {"start": 2098.19, "end": 2098.37, "word": " you", "probability": 0.38427734375}, {"start": 2098.37, "end": 2098.43, "word": " can", "probability": 0.1053466796875}, {"start": 2098.43, "end": 2098.69, "word": " see", "probability": 0.63720703125}, {"start": 2098.69, "end": 2099.11, "word": " how", "probability": 0.6630859375}, {"start": 2099.11, "end": 2099.29, "word": " I", "probability": 0.92431640625}, {"start": 2099.29, "end": 2099.65, "word": " design.", "probability": 0.6640625}, {"start": 2100.03, "end": 2100.47, "word": " Another", "probability": 0.62158203125}, {"start": 2100.47, "end": 2100.47, "word": " advantage", "probability": 0.62548828125}, {"start": 2100.47, "end": 2100.61, "word": " of", "probability": 0.9375}, {"start": 2100.61, "end": 2101.01, "word": " constraint", "probability": 0.81396484375}, {"start": 2101.01, "end": 2101.27, "word": " is", "probability": 0.88525390625}, {"start": 2101.27, "end": 2101.37, "word": " that", "probability": 0.92138671875}, {"start": 2101.37, "end": 2101.55, "word": " you", "probability": 0.9521484375}, {"start": 2101.55, "end": 2101.77, "word": " can", "probability": 0.94091796875}, {"start": 2101.77, "end": 2102.25, "word": " work", "probability": 0.84521484375}, {"start": 2102.25, "end": 2103.37, "word": " visually.", "probability": 0.84765625}, {"start": 2105.17, "end": 2105.61, "word": " In", "probability": 0.22021484375}, {"start": 2105.61, "end": 2105.73, "word": " a", "probability": 0.66650390625}, {"start": 2105.73, "end": 2106.07, "word": " big", "probability": 0.498779296875}, {"start": 2106.07, "end": 2106.19, "word": " way.", "probability": 0.77001953125}], "temperature": 1.0}, {"id": 78, "seek": 213890, "start": 2109.8, "end": 2138.9, "text": " Ok, let's add a button. I took the button and put it here. Because by default, the button is not connected to anything yet. Ok? That's why in the text here, the teacher told you to make it red. No, this is not a value either. What did the teacher teach you to make it red? If you run, you will find a board with 20 elements, all of them thrown at you in the corner.", "tokens": [3477, 11, 718, 311, 909, 257, 2960, 13, 286, 1890, 264, 2960, 293, 829, 309, 510, 13, 1436, 538, 7576, 11, 264, 2960, 307, 406, 4582, 281, 1340, 1939, 13, 3477, 30, 663, 311, 983, 294, 264, 2487, 510, 11, 264, 5027, 1907, 291, 281, 652, 309, 2182, 13, 883, 11, 341, 307, 406, 257, 2158, 2139, 13, 708, 630, 264, 5027, 2924, 291, 281, 652, 309, 2182, 30, 759, 291, 1190, 11, 291, 486, 915, 257, 3150, 365, 945, 4959, 11, 439, 295, 552, 11732, 412, 291, 294, 264, 4538, 13], "avg_logprob": -0.5292338940405077, "compression_ratio": 1.6561085972850678, "no_speech_prob": 0.0, "words": [{"start": 2109.8, "end": 2110.02, "word": " Ok,", "probability": 0.342529296875}, {"start": 2110.12, "end": 2110.38, "word": " let's", "probability": 0.818359375}, {"start": 2110.38, "end": 2110.6, "word": " add", "probability": 0.82080078125}, {"start": 2110.6, "end": 2110.76, "word": " a", "probability": 0.52197265625}, {"start": 2110.76, "end": 2110.94, "word": " button.", "probability": 0.71142578125}, {"start": 2111.44, "end": 2111.72, "word": " I", "probability": 0.43798828125}, {"start": 2111.72, "end": 2112.0, "word": " took", "probability": 0.36572265625}, {"start": 2112.0, "end": 2112.12, "word": " the", "probability": 0.47314453125}, {"start": 2112.12, "end": 2112.28, "word": " button", "probability": 0.849609375}, {"start": 2112.28, "end": 2112.38, "word": " and", "probability": 0.8857421875}, {"start": 2112.38, "end": 2112.62, "word": " put", "probability": 0.425048828125}, {"start": 2112.62, "end": 2112.76, "word": " it", "probability": 0.91650390625}, {"start": 2112.76, "end": 2113.0, "word": " here.", "probability": 0.7666015625}, {"start": 2115.56, "end": 2115.84, "word": " Because", "probability": 0.35302734375}, {"start": 2115.84, "end": 2116.02, "word": " by", "probability": 0.77001953125}, {"start": 2116.02, "end": 2116.48, "word": " default,", "probability": 0.982421875}, {"start": 2116.64, "end": 2116.68, "word": " the", "probability": 0.440185546875}, {"start": 2116.68, "end": 2116.88, "word": " button", "probability": 0.767578125}, {"start": 2116.88, "end": 2117.28, "word": " is", "probability": 0.317138671875}, {"start": 2117.28, "end": 2117.76, "word": " not", "probability": 0.6220703125}, {"start": 2117.76, "end": 2118.88, "word": " connected", "probability": 0.471923828125}, {"start": 2118.88, "end": 2119.02, "word": " to", "probability": 0.765625}, {"start": 2119.02, "end": 2119.32, "word": " anything", "probability": 0.65380859375}, {"start": 2119.32, "end": 2120.6, "word": " yet.", "probability": 0.414306640625}, {"start": 2120.62, "end": 2120.84, "word": " Ok?", "probability": 0.3955078125}, {"start": 2121.26, "end": 2121.56, "word": " That's", "probability": 0.6153564453125}, {"start": 2121.56, "end": 2122.0, "word": " why", "probability": 0.92138671875}, {"start": 2122.0, "end": 2123.86, "word": " in", "probability": 0.34765625}, {"start": 2123.86, "end": 2124.0, "word": " the", "probability": 0.7724609375}, {"start": 2124.0, "end": 2124.24, "word": " text", "probability": 0.8359375}, {"start": 2124.24, "end": 2124.44, "word": " here,", "probability": 0.4990234375}, {"start": 2124.54, "end": 2124.72, "word": " the", "probability": 0.378662109375}, {"start": 2124.72, "end": 2124.84, "word": " teacher", "probability": 0.6943359375}, {"start": 2124.84, "end": 2125.0, "word": " told", "probability": 0.10589599609375}, {"start": 2125.0, "end": 2125.04, "word": " you", "probability": 0.76806640625}, {"start": 2125.04, "end": 2125.16, "word": " to", "probability": 0.7255859375}, {"start": 2125.16, "end": 2125.22, "word": " make", "probability": 0.18408203125}, {"start": 2125.22, "end": 2125.28, "word": " it", "probability": 0.8955078125}, {"start": 2125.28, "end": 2125.48, "word": " red.", "probability": 0.923828125}, {"start": 2127.94, "end": 2128.38, "word": " No,", "probability": 0.436767578125}, {"start": 2128.48, "end": 2128.82, "word": " this", "probability": 0.5068359375}, {"start": 2128.82, "end": 2128.9, "word": " is", "probability": 0.767578125}, {"start": 2128.9, "end": 2129.06, "word": " not", "probability": 0.77099609375}, {"start": 2129.06, "end": 2129.14, "word": " a", "probability": 0.5458984375}, {"start": 2129.14, "end": 2129.32, "word": " value", "probability": 0.90869140625}, {"start": 2129.32, "end": 2129.68, "word": " either.", "probability": 0.300048828125}, {"start": 2130.5, "end": 2130.66, "word": " What", "probability": 0.297607421875}, {"start": 2130.66, "end": 2130.66, "word": " did", "probability": 0.72802734375}, {"start": 2130.66, "end": 2131.1, "word": " the", "probability": 0.63818359375}, {"start": 2131.1, "end": 2131.16, "word": " teacher", "probability": 0.94091796875}, {"start": 2131.16, "end": 2131.5, "word": " teach", "probability": 0.402587890625}, {"start": 2131.5, "end": 2131.8, "word": " you", "probability": 0.55517578125}, {"start": 2131.8, "end": 2132.16, "word": " to", "probability": 0.395263671875}, {"start": 2132.16, "end": 2132.24, "word": " make", "probability": 0.8505859375}, {"start": 2132.24, "end": 2132.3, "word": " it", "probability": 0.88037109375}, {"start": 2132.3, "end": 2132.52, "word": " red?", "probability": 0.9130859375}, {"start": 2133.14, "end": 2133.38, "word": " If", "probability": 0.931640625}, {"start": 2133.38, "end": 2133.76, "word": " you", "probability": 0.943359375}, {"start": 2133.76, "end": 2134.02, "word": " run,", "probability": 0.5888671875}, {"start": 2134.44, "end": 2134.6, "word": " you", "probability": 0.95556640625}, {"start": 2134.6, "end": 2134.74, "word": " will", "probability": 0.67724609375}, {"start": 2134.74, "end": 2135.04, "word": " find", "probability": 0.68603515625}, {"start": 2135.04, "end": 2135.28, "word": " a", "probability": 0.464111328125}, {"start": 2135.28, "end": 2135.46, "word": " board", "probability": 0.322998046875}, {"start": 2135.46, "end": 2135.78, "word": " with", "probability": 0.58935546875}, {"start": 2135.78, "end": 2136.14, "word": " 20", "probability": 0.470947265625}, {"start": 2136.14, "end": 2136.64, "word": " elements,", "probability": 0.6708984375}, {"start": 2137.06, "end": 2137.74, "word": " all", "probability": 0.2415771484375}, {"start": 2137.74, "end": 2137.86, "word": " of", "probability": 0.42724609375}, {"start": 2137.86, "end": 2137.88, "word": " them", "probability": 0.69677734375}, {"start": 2137.88, "end": 2138.16, "word": " thrown", "probability": 0.279296875}, {"start": 2138.16, "end": 2138.34, "word": " at", "probability": 0.66357421875}, {"start": 2138.34, "end": 2138.34, "word": " you", "probability": 0.95068359375}, {"start": 2138.34, "end": 2138.56, "word": " in", "probability": 0.529296875}, {"start": 2138.56, "end": 2138.68, "word": " the", "probability": 0.59033203125}, {"start": 2138.68, "end": 2138.9, "word": " corner.", "probability": 0.9150390625}], "temperature": 1.0}, {"id": 79, "seek": 214942, "start": 2140.61, "end": 2149.43, "text": " Meaning that the design will appear in front of you in order. For example, I put more than one button in this way. When you make the rail, they will all be in the corner.", "tokens": [19948, 300, 264, 1715, 486, 4204, 294, 1868, 295, 291, 294, 1668, 13, 1171, 1365, 11, 286, 829, 544, 813, 472, 2960, 294, 341, 636, 13, 1133, 291, 652, 264, 8765, 11, 436, 486, 439, 312, 294, 264, 4538, 13], "avg_logprob": -0.6718750116301746, "compression_ratio": 1.3359375, "no_speech_prob": 0.0, "words": [{"start": 2140.61, "end": 2140.93, "word": " Meaning", "probability": 0.1224365234375}, {"start": 2140.93, "end": 2140.95, "word": " that", "probability": 0.431396484375}, {"start": 2140.95, "end": 2141.05, "word": " the", "probability": 0.66455078125}, {"start": 2141.05, "end": 2141.35, "word": " design", "probability": 0.779296875}, {"start": 2141.35, "end": 2141.59, "word": " will", "probability": 0.716796875}, {"start": 2141.59, "end": 2141.89, "word": " appear", "probability": 0.1583251953125}, {"start": 2141.89, "end": 2142.01, "word": " in", "probability": 0.388916015625}, {"start": 2142.01, "end": 2142.65, "word": " front", "probability": 0.438232421875}, {"start": 2142.65, "end": 2142.91, "word": " of", "probability": 0.9501953125}, {"start": 2142.91, "end": 2142.91, "word": " you", "probability": 0.6904296875}, {"start": 2142.91, "end": 2142.99, "word": " in", "probability": 0.54541015625}, {"start": 2142.99, "end": 2143.31, "word": " order.", "probability": 0.253662109375}, {"start": 2143.59, "end": 2143.79, "word": " For", "probability": 0.186279296875}, {"start": 2143.79, "end": 2143.97, "word": " example,", "probability": 0.8896484375}, {"start": 2144.07, "end": 2144.15, "word": " I", "probability": 0.8291015625}, {"start": 2144.15, "end": 2144.39, "word": " put", "probability": 0.487548828125}, {"start": 2144.39, "end": 2144.69, "word": " more", "probability": 0.87451171875}, {"start": 2144.69, "end": 2144.85, "word": " than", "probability": 0.79150390625}, {"start": 2144.85, "end": 2145.05, "word": " one", "probability": 0.89306640625}, {"start": 2145.05, "end": 2145.13, "word": " button", "probability": 0.771484375}, {"start": 2145.13, "end": 2145.25, "word": " in", "probability": 0.333984375}, {"start": 2145.25, "end": 2145.79, "word": " this", "probability": 0.80712890625}, {"start": 2145.79, "end": 2146.41, "word": " way.", "probability": 0.6015625}, {"start": 2147.33, "end": 2147.73, "word": " When", "probability": 0.5126953125}, {"start": 2147.73, "end": 2147.93, "word": " you", "probability": 0.64111328125}, {"start": 2147.93, "end": 2148.11, "word": " make", "probability": 0.53759765625}, {"start": 2148.11, "end": 2148.21, "word": " the", "probability": 0.210205078125}, {"start": 2148.21, "end": 2148.27, "word": " rail,", "probability": 0.40771484375}, {"start": 2148.33, "end": 2148.45, "word": " they", "probability": 0.262451171875}, {"start": 2148.45, "end": 2148.47, "word": " will", "probability": 0.685546875}, {"start": 2148.47, "end": 2148.65, "word": " all", "probability": 0.348388671875}, {"start": 2148.65, "end": 2148.87, "word": " be", "probability": 0.2548828125}, {"start": 2148.87, "end": 2149.09, "word": " in", "probability": 0.64306640625}, {"start": 2149.09, "end": 2149.23, "word": " the", "probability": 0.53955078125}, {"start": 2149.23, "end": 2149.43, "word": " corner.", "probability": 0.38720703125}], "temperature": 1.0}, {"id": 80, "seek": 217644, "start": 2150.67, "end": 2176.45, "text": " And the proof of this is that instead of forbidding people to take a seat in the office, you put this sign. What does it say? The view is not constrained. This is the message. I will read it to you. This element is not constrained. You did not specify a place for it. You did not link it to anything else. It only has designed time positions. What does it mean? It only has designed time positions. It means only at the time of design, when you design, you see their place.", "tokens": [400, 264, 8177, 295, 341, 307, 300, 2602, 295, 34117, 3584, 561, 281, 747, 257, 6121, 294, 264, 3398, 11, 291, 829, 341, 1465, 13, 708, 775, 309, 584, 30, 440, 1910, 307, 406, 38901, 13, 639, 307, 264, 3636, 13, 286, 486, 1401, 309, 281, 291, 13, 639, 4478, 307, 406, 38901, 13, 509, 630, 406, 16500, 257, 1081, 337, 309, 13, 509, 630, 406, 2113, 309, 281, 1340, 1646, 13, 467, 787, 575, 4761, 565, 8432, 13, 708, 775, 309, 914, 30, 467, 787, 575, 4761, 565, 8432, 13, 467, 1355, 787, 412, 264, 565, 295, 1715, 11, 562, 291, 1715, 11, 291, 536, 641, 1081, 13], "avg_logprob": -0.5213067986748435, "compression_ratio": 1.9112903225806452, "no_speech_prob": 0.0, "words": [{"start": 2150.67, "end": 2150.89, "word": " And", "probability": 0.265869140625}, {"start": 2150.89, "end": 2150.97, "word": " the", "probability": 0.494140625}, {"start": 2150.97, "end": 2151.13, "word": " proof", "probability": 0.7666015625}, {"start": 2151.13, "end": 2151.29, "word": " of", "probability": 0.5810546875}, {"start": 2151.29, "end": 2151.37, "word": " this", "probability": 0.66162109375}, {"start": 2151.37, "end": 2151.73, "word": " is", "probability": 0.499267578125}, {"start": 2151.73, "end": 2152.31, "word": " that", "probability": 0.5947265625}, {"start": 2152.31, "end": 2152.77, "word": " instead", "probability": 0.54345703125}, {"start": 2152.77, "end": 2152.91, "word": " of", "probability": 0.96533203125}, {"start": 2152.91, "end": 2153.11, "word": " forbidding", "probability": 0.5107269287109375}, {"start": 2153.11, "end": 2153.53, "word": " people", "probability": 0.33251953125}, {"start": 2153.53, "end": 2153.73, "word": " to", "probability": 0.52197265625}, {"start": 2153.73, "end": 2153.89, "word": " take", "probability": 0.421875}, {"start": 2153.89, "end": 2154.01, "word": " a", "probability": 0.1593017578125}, {"start": 2154.01, "end": 2154.15, "word": " seat", "probability": 0.353271484375}, {"start": 2154.15, "end": 2154.25, "word": " in", "probability": 0.429931640625}, {"start": 2154.25, "end": 2154.31, "word": " the", "probability": 0.57861328125}, {"start": 2154.31, "end": 2154.61, "word": " office,", "probability": 0.123779296875}, {"start": 2155.03, "end": 2155.11, "word": " you", "probability": 0.1845703125}, {"start": 2155.11, "end": 2155.31, "word": " put", "probability": 0.455322265625}, {"start": 2155.31, "end": 2155.43, "word": " this", "probability": 0.4091796875}, {"start": 2155.43, "end": 2155.71, "word": " sign.", "probability": 0.08807373046875}, {"start": 2155.97, "end": 2156.13, "word": " What", "probability": 0.7265625}, {"start": 2156.13, "end": 2156.19, "word": " does", "probability": 0.93310546875}, {"start": 2156.19, "end": 2156.23, "word": " it", "probability": 0.77197265625}, {"start": 2156.23, "end": 2156.41, "word": " say?", "probability": 0.64208984375}, {"start": 2156.83, "end": 2157.17, "word": " The", "probability": 0.58203125}, {"start": 2157.17, "end": 2157.47, "word": " view", "probability": 0.85693359375}, {"start": 2157.47, "end": 2157.71, "word": " is", "probability": 0.9482421875}, {"start": 2157.71, "end": 2157.91, "word": " not", "probability": 0.947265625}, {"start": 2157.91, "end": 2158.49, "word": " constrained.", "probability": 0.7861328125}, {"start": 2158.89, "end": 2159.09, "word": " This", "probability": 0.63232421875}, {"start": 2159.09, "end": 2159.09, "word": " is", "probability": 0.76171875}, {"start": 2159.09, "end": 2159.21, "word": " the", "probability": 0.77392578125}, {"start": 2159.21, "end": 2159.47, "word": " message.", "probability": 0.80615234375}, {"start": 2159.53, "end": 2159.61, "word": " I", "probability": 0.779296875}, {"start": 2159.61, "end": 2159.77, "word": " will", "probability": 0.5478515625}, {"start": 2159.77, "end": 2159.93, "word": " read", "probability": 0.96484375}, {"start": 2159.93, "end": 2160.07, "word": " it", "probability": 0.88427734375}, {"start": 2160.07, "end": 2160.19, "word": " to", "probability": 0.342041015625}, {"start": 2160.19, "end": 2160.19, "word": " you.", "probability": 0.9638671875}, {"start": 2160.75, "end": 2161.15, "word": " This", "probability": 0.626953125}, {"start": 2161.15, "end": 2161.53, "word": " element", "probability": 0.54541015625}, {"start": 2161.53, "end": 2161.73, "word": " is", "probability": 0.90625}, {"start": 2161.73, "end": 2161.79, "word": " not", "probability": 0.9326171875}, {"start": 2161.79, "end": 2162.27, "word": " constrained.", "probability": 0.385498046875}, {"start": 2162.87, "end": 2163.15, "word": " You", "probability": 0.853515625}, {"start": 2163.15, "end": 2163.17, "word": " did", "probability": 0.431396484375}, {"start": 2163.17, "end": 2163.17, "word": " not", "probability": 0.94775390625}, {"start": 2163.17, "end": 2163.49, "word": " specify", "probability": 0.30419921875}, {"start": 2163.49, "end": 2163.99, "word": " a", "probability": 0.330078125}, {"start": 2163.99, "end": 2164.19, "word": " place", "probability": 0.625}, {"start": 2164.19, "end": 2164.29, "word": " for", "probability": 0.69970703125}, {"start": 2164.29, "end": 2164.29, "word": " it.", "probability": 0.85009765625}, {"start": 2164.47, "end": 2164.61, "word": " You", "probability": 0.76025390625}, {"start": 2164.61, "end": 2164.65, "word": " did", "probability": 0.81884765625}, {"start": 2164.65, "end": 2164.65, "word": " not", "probability": 0.9453125}, {"start": 2164.65, "end": 2164.87, "word": " link", "probability": 0.225341796875}, {"start": 2164.87, "end": 2165.11, "word": " it", "probability": 0.88525390625}, {"start": 2165.11, "end": 2165.21, "word": " to", "probability": 0.8095703125}, {"start": 2165.21, "end": 2165.39, "word": " anything", "probability": 0.408203125}, {"start": 2165.39, "end": 2165.77, "word": " else.", "probability": 0.78076171875}, {"start": 2167.37, "end": 2167.77, "word": " It", "probability": 0.35595703125}, {"start": 2167.77, "end": 2168.89, "word": " only", "probability": 0.90869140625}, {"start": 2168.89, "end": 2169.21, "word": " has", "probability": 0.93603515625}, {"start": 2169.21, "end": 2169.59, "word": " designed", "probability": 0.41015625}, {"start": 2169.59, "end": 2169.87, "word": " time", "probability": 0.763671875}, {"start": 2169.87, "end": 2170.35, "word": " positions.", "probability": 0.8466796875}, {"start": 2170.63, "end": 2170.79, "word": " What", "probability": 0.66943359375}, {"start": 2170.79, "end": 2170.93, "word": " does", "probability": 0.90771484375}, {"start": 2170.93, "end": 2170.93, "word": " it", "probability": 0.76416015625}, {"start": 2170.93, "end": 2171.01, "word": " mean?", "probability": 0.96337890625}, {"start": 2171.07, "end": 2171.17, "word": " It", "probability": 0.86376953125}, {"start": 2171.17, "end": 2171.37, "word": " only", "probability": 0.84228515625}, {"start": 2171.37, "end": 2171.61, "word": " has", "probability": 0.93603515625}, {"start": 2171.61, "end": 2171.97, "word": " designed", "probability": 0.8828125}, {"start": 2171.97, "end": 2172.23, "word": " time", "probability": 0.88525390625}, {"start": 2172.23, "end": 2172.71, "word": " positions.", "probability": 0.81201171875}, {"start": 2173.39, "end": 2173.53, "word": " It", "probability": 0.293701171875}, {"start": 2173.53, "end": 2173.59, "word": " means", "probability": 0.66796875}, {"start": 2173.59, "end": 2173.91, "word": " only", "probability": 0.294189453125}, {"start": 2173.91, "end": 2174.07, "word": " at", "probability": 0.2783203125}, {"start": 2174.07, "end": 2174.15, "word": " the", "probability": 0.68359375}, {"start": 2174.15, "end": 2174.23, "word": " time", "probability": 0.5263671875}, {"start": 2174.23, "end": 2174.39, "word": " of", "probability": 0.9443359375}, {"start": 2174.39, "end": 2174.81, "word": " design,", "probability": 0.8544921875}, {"start": 2174.93, "end": 2175.03, "word": " when", "probability": 0.54345703125}, {"start": 2175.03, "end": 2175.19, "word": " you", "probability": 0.94091796875}, {"start": 2175.19, "end": 2175.61, "word": " design,", "probability": 0.65234375}, {"start": 2175.67, "end": 2175.79, "word": " you", "probability": 0.90380859375}, {"start": 2175.79, "end": 2176.05, "word": " see", "probability": 0.61767578125}, {"start": 2176.05, "end": 2176.23, "word": " their", "probability": 0.34326171875}, {"start": 2176.23, "end": 2176.45, "word": " place.", "probability": 0.433837890625}], "temperature": 1.0}, {"id": 81, "seek": 220642, "start": 2177.55, "end": 2206.43, "text": " So it will jump to 0,0 at run-time. What does it mean it will jump to 0,0? It means 0,0, the point up there. Ok, that is why this mistake was made. Until now, the places of elements are not defined. Ok, how can we define the place of this element? For example, suppose that I want to put it on the corner, above the corner.", "tokens": [407, 309, 486, 3012, 281, 1958, 11, 15, 412, 1190, 12, 3766, 13, 708, 775, 309, 914, 309, 486, 3012, 281, 1958, 11, 15, 30, 467, 1355, 1958, 11, 15, 11, 264, 935, 493, 456, 13, 3477, 11, 300, 307, 983, 341, 6146, 390, 1027, 13, 9088, 586, 11, 264, 3190, 295, 4959, 366, 406, 7642, 13, 3477, 11, 577, 393, 321, 6964, 264, 1081, 295, 341, 4478, 30, 1171, 1365, 11, 7297, 300, 286, 528, 281, 829, 309, 322, 264, 4538, 11, 3673, 264, 4538, 13], "avg_logprob": -0.5475852374326099, "compression_ratio": 1.6281407035175879, "no_speech_prob": 0.0, "words": [{"start": 2177.55, "end": 2177.87, "word": " So", "probability": 0.7119140625}, {"start": 2177.87, "end": 2178.07, "word": " it", "probability": 0.73095703125}, {"start": 2178.07, "end": 2178.25, "word": " will", "probability": 0.89013671875}, {"start": 2178.25, "end": 2178.55, "word": " jump", "probability": 0.853515625}, {"start": 2178.55, "end": 2178.73, "word": " to", "probability": 0.9580078125}, {"start": 2178.73, "end": 2179.01, "word": " 0", "probability": 0.50537109375}, {"start": 2179.01, "end": 2179.27, "word": ",0", "probability": 0.739013671875}, {"start": 2179.27, "end": 2179.51, "word": " at", "probability": 0.9296875}, {"start": 2179.51, "end": 2179.69, "word": " run", "probability": 0.51416015625}, {"start": 2179.69, "end": 2179.95, "word": "-time.", "probability": 0.629150390625}, {"start": 2180.33, "end": 2180.47, "word": " What", "probability": 0.341064453125}, {"start": 2180.47, "end": 2180.57, "word": " does", "probability": 0.755859375}, {"start": 2180.57, "end": 2180.75, "word": " it", "probability": 0.7490234375}, {"start": 2180.75, "end": 2180.75, "word": " mean", "probability": 0.912109375}, {"start": 2180.75, "end": 2180.75, "word": " it", "probability": 0.1651611328125}, {"start": 2180.75, "end": 2180.95, "word": " will", "probability": 0.85009765625}, {"start": 2180.95, "end": 2181.13, "word": " jump", "probability": 0.88037109375}, {"start": 2181.13, "end": 2181.27, "word": " to", "probability": 0.87158203125}, {"start": 2181.27, "end": 2181.51, "word": " 0", "probability": 0.94091796875}, {"start": 2181.51, "end": 2181.79, "word": ",0?", "probability": 0.962646484375}, {"start": 2182.53, "end": 2183.01, "word": " It", "probability": 0.2086181640625}, {"start": 2183.01, "end": 2183.03, "word": " means", "probability": 0.87060546875}, {"start": 2183.03, "end": 2183.27, "word": " 0", "probability": 0.63916015625}, {"start": 2183.27, "end": 2183.51, "word": ",0,", "probability": 0.9375}, {"start": 2183.59, "end": 2183.63, "word": " the", "probability": 0.544921875}, {"start": 2183.63, "end": 2183.83, "word": " point", "probability": 0.44580078125}, {"start": 2183.83, "end": 2184.09, "word": " up", "probability": 0.2066650390625}, {"start": 2184.09, "end": 2184.53, "word": " there.", "probability": 0.5947265625}, {"start": 2186.91, "end": 2187.39, "word": " Ok,", "probability": 0.2164306640625}, {"start": 2193.97, "end": 2194.47, "word": " that", "probability": 0.54736328125}, {"start": 2194.47, "end": 2194.47, "word": " is", "probability": 0.54052734375}, {"start": 2194.47, "end": 2194.75, "word": " why", "probability": 0.78173828125}, {"start": 2194.75, "end": 2194.97, "word": " this", "probability": 0.44970703125}, {"start": 2194.97, "end": 2195.29, "word": " mistake", "probability": 0.33935546875}, {"start": 2195.29, "end": 2195.47, "word": " was", "probability": 0.1822509765625}, {"start": 2195.47, "end": 2195.63, "word": " made.", "probability": 0.4072265625}, {"start": 2196.39, "end": 2196.87, "word": " Until", "probability": 0.196044921875}, {"start": 2196.87, "end": 2197.35, "word": " now,", "probability": 0.94091796875}, {"start": 2197.57, "end": 2197.67, "word": " the", "probability": 0.2822265625}, {"start": 2197.67, "end": 2197.95, "word": " places", "probability": 0.41015625}, {"start": 2197.95, "end": 2198.13, "word": " of", "probability": 0.61767578125}, {"start": 2198.13, "end": 2198.47, "word": " elements", "probability": 0.48583984375}, {"start": 2198.47, "end": 2198.65, "word": " are", "probability": 0.55419921875}, {"start": 2198.65, "end": 2198.71, "word": " not", "probability": 0.89453125}, {"start": 2198.71, "end": 2199.07, "word": " defined.", "probability": 0.333251953125}, {"start": 2199.81, "end": 2200.15, "word": " Ok,", "probability": 0.52685546875}, {"start": 2200.63, "end": 2200.97, "word": " how", "probability": 0.76513671875}, {"start": 2200.97, "end": 2201.09, "word": " can", "probability": 0.2978515625}, {"start": 2201.09, "end": 2201.09, "word": " we", "probability": 0.55712890625}, {"start": 2201.09, "end": 2201.35, "word": " define", "probability": 0.82666015625}, {"start": 2201.35, "end": 2201.53, "word": " the", "probability": 0.323974609375}, {"start": 2201.53, "end": 2201.65, "word": " place", "probability": 0.54052734375}, {"start": 2201.65, "end": 2201.77, "word": " of", "probability": 0.92724609375}, {"start": 2201.77, "end": 2201.81, "word": " this", "probability": 0.3291015625}, {"start": 2201.81, "end": 2202.03, "word": " element?", "probability": 0.96142578125}, {"start": 2202.69, "end": 2203.01, "word": " For", "probability": 0.73828125}, {"start": 2203.01, "end": 2203.15, "word": " example,", "probability": 0.927734375}, {"start": 2203.21, "end": 2203.65, "word": " suppose", "probability": 0.345458984375}, {"start": 2203.65, "end": 2203.81, "word": " that", "probability": 0.4228515625}, {"start": 2203.81, "end": 2203.97, "word": " I", "probability": 0.97607421875}, {"start": 2203.97, "end": 2204.17, "word": " want", "probability": 0.76708984375}, {"start": 2204.17, "end": 2204.23, "word": " to", "probability": 0.94921875}, {"start": 2204.23, "end": 2204.49, "word": " put", "probability": 0.498779296875}, {"start": 2204.49, "end": 2204.85, "word": " it", "probability": 0.85009765625}, {"start": 2204.85, "end": 2205.05, "word": " on", "probability": 0.5537109375}, {"start": 2205.05, "end": 2205.17, "word": " the", "probability": 0.455322265625}, {"start": 2205.17, "end": 2205.41, "word": " corner,", "probability": 0.59326171875}, {"start": 2205.69, "end": 2205.95, "word": " above", "probability": 0.4296875}, {"start": 2205.95, "end": 2206.21, "word": " the", "probability": 0.79931640625}, {"start": 2206.21, "end": 2206.43, "word": " corner.", "probability": 0.896484375}], "temperature": 1.0}, {"id": 82, "seek": 220961, "start": 2207.75, "end": 2209.61, "text": " One says he is alone and comes up to me. Okay.", "tokens": [1485, 1619, 415, 307, 3312, 293, 1487, 493, 281, 385, 13, 1033, 13], "avg_logprob": -1.0719865730830602, "compression_ratio": 0.8703703703703703, "no_speech_prob": 0.0, "words": [{"start": 2207.75, "end": 2207.97, "word": " One", "probability": 0.2484130859375}, {"start": 2207.97, "end": 2208.17, "word": " says", "probability": 0.513671875}, {"start": 2208.17, "end": 2208.33, "word": " he", "probability": 0.51123046875}, {"start": 2208.33, "end": 2208.39, "word": " is", "probability": 0.36328125}, {"start": 2208.39, "end": 2208.63, "word": " alone", "probability": 0.384033203125}, {"start": 2208.63, "end": 2208.71, "word": " and", "probability": 0.61181640625}, {"start": 2208.71, "end": 2208.81, "word": " comes", "probability": 0.1561279296875}, {"start": 2208.81, "end": 2208.95, "word": " up", "probability": 0.1396484375}, {"start": 2208.95, "end": 2209.07, "word": " to", "probability": 0.364990234375}, {"start": 2209.07, "end": 2209.29, "word": " me.", "probability": 0.3369140625}, {"start": 2209.35, "end": 2209.61, "word": " Okay.", "probability": 0.292236328125}], "temperature": 1.0}, {"id": 83, "seek": 223996, "start": 2212.5, "end": 2239.96, "text": " What do you want to do? You want it to go up to the corner. Hold this line and connect it to whom? To the right of the pyramid. Notice, as soon as you connect it to yourself, what happens? You pull it here and pull it out. Okay? This is still wrong. You pulled it to the right, but we said that each element should at least be connected head and shoulders. And take the line above and connect it to the one above it. Okay? Prepare yourself and take it to the right.", "tokens": [708, 360, 291, 528, 281, 360, 30, 509, 528, 309, 281, 352, 493, 281, 264, 4538, 13, 6962, 341, 1622, 293, 1745, 309, 281, 7101, 30, 1407, 264, 558, 295, 264, 25950, 13, 13428, 11, 382, 2321, 382, 291, 1745, 309, 281, 1803, 11, 437, 2314, 30, 509, 2235, 309, 510, 293, 2235, 309, 484, 13, 1033, 30, 639, 307, 920, 2085, 13, 509, 7373, 309, 281, 264, 558, 11, 457, 321, 848, 300, 1184, 4478, 820, 412, 1935, 312, 4582, 1378, 293, 10245, 13, 400, 747, 264, 1622, 3673, 293, 1745, 309, 281, 264, 472, 3673, 309, 13, 1033, 30, 29689, 1803, 293, 747, 309, 281, 264, 558, 13], "avg_logprob": -0.5850225257443952, "compression_ratio": 1.864, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2212.5, "end": 2212.8, "word": " What", "probability": 0.36181640625}, {"start": 2212.8, "end": 2212.92, "word": " do", "probability": 0.4130859375}, {"start": 2212.92, "end": 2212.96, "word": " you", "probability": 0.435791015625}, {"start": 2212.96, "end": 2213.0, "word": " want", "probability": 0.37841796875}, {"start": 2213.0, "end": 2213.0, "word": " to", "probability": 0.76220703125}, {"start": 2213.0, "end": 2213.16, "word": " do?", "probability": 0.947265625}, {"start": 2213.34, "end": 2213.42, "word": " You", "probability": 0.529296875}, {"start": 2213.42, "end": 2213.52, "word": " want", "probability": 0.61279296875}, {"start": 2213.52, "end": 2213.76, "word": " it", "probability": 0.36328125}, {"start": 2213.76, "end": 2213.76, "word": " to", "probability": 0.371337890625}, {"start": 2213.76, "end": 2214.0, "word": " go", "probability": 0.30712890625}, {"start": 2214.0, "end": 2214.0, "word": " up", "probability": 0.63037109375}, {"start": 2214.0, "end": 2214.14, "word": " to", "probability": 0.15625}, {"start": 2214.14, "end": 2214.24, "word": " the", "probability": 0.70751953125}, {"start": 2214.24, "end": 2214.42, "word": " corner.", "probability": 0.728515625}, {"start": 2214.54, "end": 2214.76, "word": " Hold", "probability": 0.359130859375}, {"start": 2214.76, "end": 2214.9, "word": " this", "probability": 0.681640625}, {"start": 2214.9, "end": 2215.14, "word": " line", "probability": 0.0804443359375}, {"start": 2215.14, "end": 2216.38, "word": " and", "probability": 0.7333984375}, {"start": 2216.38, "end": 2216.62, "word": " connect", "probability": 0.40283203125}, {"start": 2216.62, "end": 2216.76, "word": " it", "probability": 0.9013671875}, {"start": 2216.76, "end": 2216.86, "word": " to", "probability": 0.499755859375}, {"start": 2216.86, "end": 2217.14, "word": " whom?", "probability": 0.491943359375}, {"start": 2217.82, "end": 2218.22, "word": " To", "probability": 0.6826171875}, {"start": 2218.22, "end": 2219.32, "word": " the", "probability": 0.783203125}, {"start": 2219.32, "end": 2219.54, "word": " right", "probability": 0.83544921875}, {"start": 2219.54, "end": 2219.72, "word": " of", "probability": 0.58740234375}, {"start": 2219.72, "end": 2219.86, "word": " the", "probability": 0.87109375}, {"start": 2219.86, "end": 2220.04, "word": " pyramid.", "probability": 0.73583984375}, {"start": 2220.28, "end": 2220.62, "word": " Notice,", "probability": 0.82470703125}, {"start": 2220.72, "end": 2220.84, "word": " as", "probability": 0.2061767578125}, {"start": 2220.84, "end": 2220.88, "word": " soon", "probability": 0.91650390625}, {"start": 2220.88, "end": 2220.88, "word": " as", "probability": 0.970703125}, {"start": 2220.88, "end": 2221.06, "word": " you", "probability": 0.331298828125}, {"start": 2221.06, "end": 2221.22, "word": " connect", "probability": 0.57177734375}, {"start": 2221.22, "end": 2221.3, "word": " it", "probability": 0.67919921875}, {"start": 2221.3, "end": 2221.4, "word": " to", "probability": 0.72705078125}, {"start": 2221.4, "end": 2221.64, "word": " yourself,", "probability": 0.59716796875}, {"start": 2221.82, "end": 2221.92, "word": " what", "probability": 0.5361328125}, {"start": 2221.92, "end": 2221.98, "word": " happens?", "probability": 0.340087890625}, {"start": 2222.42, "end": 2222.62, "word": " You", "probability": 0.419677734375}, {"start": 2222.62, "end": 2222.84, "word": " pull", "probability": 0.53662109375}, {"start": 2222.84, "end": 2222.98, "word": " it", "probability": 0.64306640625}, {"start": 2222.98, "end": 2223.06, "word": " here", "probability": 0.1715087890625}, {"start": 2223.06, "end": 2223.12, "word": " and", "probability": 0.75927734375}, {"start": 2223.12, "end": 2223.26, "word": " pull", "probability": 0.390869140625}, {"start": 2223.26, "end": 2223.46, "word": " it", "probability": 0.9169921875}, {"start": 2223.46, "end": 2223.54, "word": " out.", "probability": 0.2252197265625}, {"start": 2224.06, "end": 2224.26, "word": " Okay?", "probability": 0.222412109375}, {"start": 2224.76, "end": 2225.16, "word": " This", "probability": 0.3212890625}, {"start": 2225.16, "end": 2225.2, "word": " is", "probability": 0.822265625}, {"start": 2225.2, "end": 2225.24, "word": " still", "probability": 0.43603515625}, {"start": 2225.24, "end": 2225.46, "word": " wrong.", "probability": 0.89892578125}, {"start": 2226.36, "end": 2226.76, "word": " You", "probability": 0.63916015625}, {"start": 2226.76, "end": 2227.16, "word": " pulled", "probability": 0.8203125}, {"start": 2227.16, "end": 2227.32, "word": " it", "probability": 0.8876953125}, {"start": 2227.32, "end": 2227.38, "word": " to", "probability": 0.826171875}, {"start": 2227.38, "end": 2227.46, "word": " the", "probability": 0.904296875}, {"start": 2227.46, "end": 2227.74, "word": " right,", "probability": 0.90380859375}, {"start": 2227.86, "end": 2228.06, "word": " but", "probability": 0.8974609375}, {"start": 2228.06, "end": 2228.46, "word": " we", "probability": 0.4013671875}, {"start": 2228.46, "end": 2228.46, "word": " said", "probability": 0.84375}, {"start": 2228.46, "end": 2228.64, "word": " that", "probability": 0.5009765625}, {"start": 2228.64, "end": 2228.76, "word": " each", "probability": 0.44189453125}, {"start": 2228.76, "end": 2229.08, "word": " element", "probability": 0.94775390625}, {"start": 2229.08, "end": 2229.3, "word": " should", "probability": 0.29736328125}, {"start": 2229.3, "end": 2229.3, "word": " at", "probability": 0.79345703125}, {"start": 2229.3, "end": 2230.8, "word": " least", "probability": 0.96240234375}, {"start": 2230.8, "end": 2230.98, "word": " be", "probability": 0.360107421875}, {"start": 2230.98, "end": 2231.28, "word": " connected", "probability": 0.7744140625}, {"start": 2231.28, "end": 2232.4, "word": " head", "probability": 0.2467041015625}, {"start": 2232.4, "end": 2232.74, "word": " and", "probability": 0.253173828125}, {"start": 2232.74, "end": 2233.1, "word": " shoulders.", "probability": 0.285888671875}, {"start": 2233.66, "end": 2234.06, "word": " And", "probability": 0.591796875}, {"start": 2234.06, "end": 2234.28, "word": " take", "probability": 0.74169921875}, {"start": 2234.28, "end": 2234.44, "word": " the", "probability": 0.6904296875}, {"start": 2234.44, "end": 2234.64, "word": " line", "probability": 0.68310546875}, {"start": 2234.64, "end": 2234.98, "word": " above", "probability": 0.5087890625}, {"start": 2234.98, "end": 2235.32, "word": " and", "probability": 0.80224609375}, {"start": 2235.32, "end": 2235.54, "word": " connect", "probability": 0.8544921875}, {"start": 2235.54, "end": 2235.68, "word": " it", "probability": 0.92333984375}, {"start": 2235.68, "end": 2235.78, "word": " to", "probability": 0.68505859375}, {"start": 2235.78, "end": 2235.94, "word": " the", "probability": 0.68115234375}, {"start": 2235.94, "end": 2235.94, "word": " one", "probability": 0.58447265625}, {"start": 2235.94, "end": 2236.16, "word": " above", "probability": 0.93115234375}, {"start": 2236.16, "end": 2236.3, "word": " it.", "probability": 0.2919921875}, {"start": 2236.94, "end": 2237.34, "word": " Okay?", "probability": 0.73681640625}, {"start": 2237.54, "end": 2237.78, "word": " Prepare", "probability": 0.112548828125}, {"start": 2237.78, "end": 2238.2, "word": " yourself", "probability": 0.73193359375}, {"start": 2238.2, "end": 2239.24, "word": " and", "probability": 0.74755859375}, {"start": 2239.24, "end": 2239.46, "word": " take", "probability": 0.331787109375}, {"start": 2239.46, "end": 2239.64, "word": " it", "probability": 0.880859375}, {"start": 2239.64, "end": 2239.82, "word": " to", "probability": 0.5478515625}, {"start": 2239.82, "end": 2239.94, "word": " the", "probability": 0.43017578125}, {"start": 2239.94, "end": 2239.96, "word": " right.", "probability": 0.22314453125}], "temperature": 1.0}, {"id": 84, "seek": 226948, "start": 2240.66, "end": 2269.48, "text": " Yes uncle, you can subtract it, it will add a margin to itself, okay? So it is a pair connected to the right and to the top. But what are these distances? It is a double margin to itself. Yes, from both sides. Even if you are here alone, you will find that this is the margin, okay? Start and top. Let's go back to the example. Uncle, suppose I want to add an arrow, but I don't want to put it on this corner, I want to put it on the other corner, above the other corner.", "tokens": [1079, 9153, 11, 291, 393, 16390, 309, 11, 309, 486, 909, 257, 10270, 281, 2564, 11, 1392, 30, 407, 309, 307, 257, 6119, 4582, 281, 264, 558, 293, 281, 264, 1192, 13, 583, 437, 366, 613, 22182, 30, 467, 307, 257, 3834, 10270, 281, 2564, 13, 1079, 11, 490, 1293, 4881, 13, 2754, 498, 291, 366, 510, 3312, 11, 291, 486, 915, 300, 341, 307, 264, 10270, 11, 1392, 30, 6481, 293, 1192, 13, 961, 311, 352, 646, 281, 264, 1365, 13, 12347, 11, 7297, 286, 528, 281, 909, 364, 11610, 11, 457, 286, 500, 380, 528, 281, 829, 309, 322, 341, 4538, 11, 286, 528, 281, 829, 309, 322, 264, 661, 4538, 11, 3673, 264, 661, 4538, 13], "avg_logprob": -0.5260416870315869, "compression_ratio": 1.7811320754716982, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2240.66, "end": 2241.02, "word": " Yes", "probability": 0.257080078125}, {"start": 2241.02, "end": 2241.2, "word": " uncle,", "probability": 0.1888427734375}, {"start": 2241.34, "end": 2241.5, "word": " you", "probability": 0.84375}, {"start": 2241.5, "end": 2241.68, "word": " can", "probability": 0.8291015625}, {"start": 2241.68, "end": 2242.24, "word": " subtract", "probability": 0.2259521484375}, {"start": 2242.24, "end": 2242.4, "word": " it,", "probability": 0.2919921875}, {"start": 2242.48, "end": 2242.74, "word": " it", "probability": 0.25048828125}, {"start": 2242.74, "end": 2243.7, "word": " will", "probability": 0.31396484375}, {"start": 2243.7, "end": 2243.84, "word": " add", "probability": 0.55126953125}, {"start": 2243.84, "end": 2243.96, "word": " a", "probability": 0.38134765625}, {"start": 2243.96, "end": 2244.26, "word": " margin", "probability": 0.9677734375}, {"start": 2244.26, "end": 2244.48, "word": " to", "probability": 0.315185546875}, {"start": 2244.48, "end": 2244.48, "word": " itself,", "probability": 0.732421875}, {"start": 2244.56, "end": 2245.74, "word": " okay?", "probability": 0.2169189453125}, {"start": 2246.04, "end": 2246.3, "word": " So", "probability": 0.348876953125}, {"start": 2246.3, "end": 2246.46, "word": " it", "probability": 0.6328125}, {"start": 2246.46, "end": 2246.56, "word": " is", "probability": 0.5595703125}, {"start": 2246.56, "end": 2246.8, "word": " a", "probability": 0.12359619140625}, {"start": 2246.8, "end": 2246.8, "word": " pair", "probability": 0.552734375}, {"start": 2246.8, "end": 2247.44, "word": " connected", "probability": 0.260986328125}, {"start": 2247.44, "end": 2248.26, "word": " to", "probability": 0.395751953125}, {"start": 2248.26, "end": 2248.36, "word": " the", "probability": 0.74658203125}, {"start": 2248.36, "end": 2248.56, "word": " right", "probability": 0.8447265625}, {"start": 2248.56, "end": 2248.86, "word": " and", "probability": 0.8505859375}, {"start": 2248.86, "end": 2248.94, "word": " to", "probability": 0.345458984375}, {"start": 2248.94, "end": 2249.26, "word": " the", "probability": 0.89208984375}, {"start": 2249.26, "end": 2249.26, "word": " top.", "probability": 0.93798828125}, {"start": 2250.2, "end": 2250.6, "word": " But", "probability": 0.86328125}, {"start": 2250.6, "end": 2250.8, "word": " what", "probability": 0.83544921875}, {"start": 2250.8, "end": 2250.8, "word": " are", "probability": 0.791015625}, {"start": 2250.8, "end": 2251.02, "word": " these", "probability": 0.75390625}, {"start": 2251.02, "end": 2251.32, "word": " distances?", "probability": 0.89404296875}, {"start": 2251.98, "end": 2252.38, "word": " It", "probability": 0.232666015625}, {"start": 2252.38, "end": 2252.4, "word": " is", "probability": 0.21435546875}, {"start": 2252.4, "end": 2252.5, "word": " a", "probability": 0.50927734375}, {"start": 2252.5, "end": 2252.56, "word": " double", "probability": 0.498779296875}, {"start": 2252.56, "end": 2252.86, "word": " margin", "probability": 0.94140625}, {"start": 2252.86, "end": 2253.04, "word": " to", "probability": 0.56103515625}, {"start": 2253.04, "end": 2253.34, "word": " itself.", "probability": 0.76123046875}, {"start": 2253.8, "end": 2254.2, "word": " Yes,", "probability": 0.67724609375}, {"start": 2254.28, "end": 2254.42, "word": " from", "probability": 0.464111328125}, {"start": 2254.42, "end": 2254.48, "word": " both", "probability": 0.72607421875}, {"start": 2254.48, "end": 2254.74, "word": " sides.", "probability": 0.861328125}, {"start": 2254.92, "end": 2255.32, "word": " Even", "probability": 0.32470703125}, {"start": 2255.32, "end": 2255.48, "word": " if", "probability": 0.5478515625}, {"start": 2255.48, "end": 2255.6, "word": " you", "probability": 0.787109375}, {"start": 2255.6, "end": 2255.72, "word": " are", "probability": 0.16064453125}, {"start": 2255.72, "end": 2255.84, "word": " here", "probability": 0.64697265625}, {"start": 2255.84, "end": 2256.3, "word": " alone,", "probability": 0.378173828125}, {"start": 2256.8, "end": 2256.94, "word": " you", "probability": 0.94189453125}, {"start": 2256.94, "end": 2257.02, "word": " will", "probability": 0.82373046875}, {"start": 2257.02, "end": 2257.18, "word": " find", "probability": 0.8291015625}, {"start": 2257.18, "end": 2257.28, "word": " that", "probability": 0.406005859375}, {"start": 2257.28, "end": 2257.46, "word": " this", "probability": 0.281982421875}, {"start": 2257.46, "end": 2257.52, "word": " is", "probability": 0.42041015625}, {"start": 2257.52, "end": 2257.66, "word": " the", "probability": 0.62353515625}, {"start": 2257.66, "end": 2257.98, "word": " margin,", "probability": 0.93798828125}, {"start": 2258.52, "end": 2258.82, "word": " okay?", "probability": 0.796875}, {"start": 2259.46, "end": 2259.78, "word": " Start", "probability": 0.787109375}, {"start": 2259.78, "end": 2259.94, "word": " and", "probability": 0.5419921875}, {"start": 2259.94, "end": 2260.16, "word": " top.", "probability": 0.469482421875}, {"start": 2260.98, "end": 2261.22, "word": " Let's", "probability": 0.6165771484375}, {"start": 2261.22, "end": 2261.34, "word": " go", "probability": 0.67822265625}, {"start": 2261.34, "end": 2261.42, "word": " back", "probability": 0.869140625}, {"start": 2261.42, "end": 2261.5, "word": " to", "probability": 0.96533203125}, {"start": 2261.5, "end": 2261.56, "word": " the", "probability": 0.8095703125}, {"start": 2261.56, "end": 2261.86, "word": " example.", "probability": 0.1961669921875}, {"start": 2262.86, "end": 2263.26, "word": " Uncle,", "probability": 0.3759765625}, {"start": 2263.48, "end": 2263.8, "word": " suppose", "probability": 0.5771484375}, {"start": 2263.8, "end": 2264.0, "word": " I", "probability": 0.72509765625}, {"start": 2264.0, "end": 2264.22, "word": " want", "probability": 0.74072265625}, {"start": 2264.22, "end": 2264.22, "word": " to", "probability": 0.96875}, {"start": 2264.22, "end": 2264.36, "word": " add", "probability": 0.80517578125}, {"start": 2264.36, "end": 2264.66, "word": " an", "probability": 0.74658203125}, {"start": 2264.66, "end": 2264.66, "word": " arrow,", "probability": 0.435546875}, {"start": 2264.76, "end": 2264.92, "word": " but", "probability": 0.916015625}, {"start": 2264.92, "end": 2265.04, "word": " I", "probability": 0.9638671875}, {"start": 2265.04, "end": 2265.04, "word": " don't", "probability": 0.836669921875}, {"start": 2265.04, "end": 2265.16, "word": " want", "probability": 0.853515625}, {"start": 2265.16, "end": 2265.26, "word": " to", "probability": 0.88818359375}, {"start": 2265.26, "end": 2265.48, "word": " put", "probability": 0.625}, {"start": 2265.48, "end": 2265.56, "word": " it", "probability": 0.9306640625}, {"start": 2265.56, "end": 2265.72, "word": " on", "probability": 0.7568359375}, {"start": 2265.72, "end": 2266.18, "word": " this", "probability": 0.89892578125}, {"start": 2266.18, "end": 2266.46, "word": " corner,", "probability": 0.54296875}, {"start": 2266.8, "end": 2266.88, "word": " I", "probability": 0.9248046875}, {"start": 2266.88, "end": 2267.02, "word": " want", "probability": 0.85986328125}, {"start": 2267.02, "end": 2267.04, "word": " to", "probability": 0.95166015625}, {"start": 2267.04, "end": 2267.2, "word": " put", "probability": 0.884765625}, {"start": 2267.2, "end": 2267.26, "word": " it", "probability": 0.9365234375}, {"start": 2267.26, "end": 2267.32, "word": " on", "probability": 0.90283203125}, {"start": 2267.32, "end": 2267.44, "word": " the", "probability": 0.7294921875}, {"start": 2267.44, "end": 2267.94, "word": " other", "probability": 0.58935546875}, {"start": 2267.94, "end": 2267.94, "word": " corner,", "probability": 0.65625}, {"start": 2268.54, "end": 2268.78, "word": " above", "probability": 0.66357421875}, {"start": 2268.78, "end": 2269.04, "word": " the", "probability": 0.84521484375}, {"start": 2269.04, "end": 2269.48, "word": " other", "probability": 0.7802734375}, {"start": 2269.48, "end": 2269.48, "word": " corner.", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 85, "seek": 229733, "start": 2281.85, "end": 2297.33, "text": " Okay guys, this element, pay attention to me, this element, we put the same thing on the corner, the one above, but on the left, okay? Because let it be anywhere, close above like this, and up like this,", "tokens": [1033, 1074, 11, 341, 4478, 11, 1689, 3202, 281, 385, 11, 341, 4478, 11, 321, 829, 264, 912, 551, 322, 264, 4538, 11, 264, 472, 3673, 11, 457, 322, 264, 1411, 11, 1392, 30, 1436, 718, 309, 312, 4992, 11, 1998, 3673, 411, 341, 11, 293, 493, 411, 341, 11], "avg_logprob": -0.623774528503418, "compression_ratio": 1.5223880597014925, "no_speech_prob": 0.0, "words": [{"start": 2281.85, "end": 2282.29, "word": " Okay", "probability": 0.06390380859375}, {"start": 2282.29, "end": 2282.73, "word": " guys,", "probability": 0.419677734375}, {"start": 2282.93, "end": 2283.07, "word": " this", "probability": 0.55908203125}, {"start": 2283.07, "end": 2283.33, "word": " element,", "probability": 0.869140625}, {"start": 2284.71, "end": 2285.15, "word": " pay", "probability": 0.53173828125}, {"start": 2285.15, "end": 2285.29, "word": " attention", "probability": 0.939453125}, {"start": 2285.29, "end": 2285.37, "word": " to", "probability": 0.45556640625}, {"start": 2285.37, "end": 2285.51, "word": " me,", "probability": 0.43310546875}, {"start": 2285.55, "end": 2285.65, "word": " this", "probability": 0.6396484375}, {"start": 2285.65, "end": 2285.87, "word": " element,", "probability": 0.9658203125}, {"start": 2286.13, "end": 2286.17, "word": " we", "probability": 0.7578125}, {"start": 2286.17, "end": 2286.53, "word": " put", "probability": 0.313232421875}, {"start": 2286.53, "end": 2287.21, "word": " the", "probability": 0.425537109375}, {"start": 2287.21, "end": 2287.21, "word": " same", "probability": 0.88720703125}, {"start": 2287.21, "end": 2287.51, "word": " thing", "probability": 0.68603515625}, {"start": 2287.51, "end": 2287.61, "word": " on", "probability": 0.55029296875}, {"start": 2287.61, "end": 2287.73, "word": " the", "probability": 0.7822265625}, {"start": 2287.73, "end": 2288.01, "word": " corner,", "probability": 0.62353515625}, {"start": 2289.19, "end": 2289.45, "word": " the", "probability": 0.355712890625}, {"start": 2289.45, "end": 2289.51, "word": " one", "probability": 0.6103515625}, {"start": 2289.51, "end": 2289.75, "word": " above,", "probability": 0.74462890625}, {"start": 2289.83, "end": 2289.95, "word": " but", "probability": 0.6318359375}, {"start": 2289.95, "end": 2290.09, "word": " on", "probability": 0.58349609375}, {"start": 2290.09, "end": 2290.25, "word": " the", "probability": 0.9130859375}, {"start": 2290.25, "end": 2290.41, "word": " left,", "probability": 0.95361328125}, {"start": 2290.89, "end": 2291.41, "word": " okay?", "probability": 0.6923828125}, {"start": 2293.83, "end": 2294.09, "word": " Because", "probability": 0.35986328125}, {"start": 2294.09, "end": 2294.31, "word": " let", "probability": 0.1202392578125}, {"start": 2294.31, "end": 2294.45, "word": " it", "probability": 0.6474609375}, {"start": 2294.45, "end": 2294.45, "word": " be", "probability": 0.576171875}, {"start": 2294.45, "end": 2294.81, "word": " anywhere,", "probability": 0.6572265625}, {"start": 2295.41, "end": 2295.69, "word": " close", "probability": 0.199951171875}, {"start": 2295.69, "end": 2296.11, "word": " above", "probability": 0.439453125}, {"start": 2296.11, "end": 2296.29, "word": " like", "probability": 0.70263671875}, {"start": 2296.29, "end": 2296.49, "word": " this,", "probability": 0.8759765625}, {"start": 2296.63, "end": 2296.73, "word": " and", "probability": 0.87353515625}, {"start": 2296.73, "end": 2296.97, "word": " up", "probability": 0.356689453125}, {"start": 2296.97, "end": 2297.09, "word": " like", "probability": 0.9111328125}, {"start": 2297.09, "end": 2297.33, "word": " this,", "probability": 0.84619140625}], "temperature": 1.0}, {"id": 86, "seek": 232596, "start": 2309.42, "end": 2325.96, "text": " Because you told me before that you can't put content in the margin. I put content in half of the screen, 4 sides of the screen, or 2 sides. Now I can't put any content in the margin.", "tokens": [1436, 291, 1907, 385, 949, 300, 291, 393, 380, 829, 2701, 294, 264, 10270, 13, 286, 829, 2701, 294, 1922, 295, 264, 2568, 11, 1017, 4881, 295, 264, 2568, 11, 420, 568, 4881, 13, 823, 286, 393, 380, 829, 604, 2701, 294, 264, 10270, 13], "avg_logprob": -0.6501358617906985, "compression_ratio": 1.6140350877192982, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2309.42, "end": 2310.06, "word": " Because", "probability": 0.032073974609375}, {"start": 2310.06, "end": 2310.7, "word": " you", "probability": 0.7421875}, {"start": 2310.7, "end": 2310.94, "word": " told", "probability": 0.61669921875}, {"start": 2310.94, "end": 2311.08, "word": " me", "probability": 0.9091796875}, {"start": 2311.08, "end": 2311.24, "word": " before", "probability": 0.462158203125}, {"start": 2311.24, "end": 2311.6, "word": " that", "probability": 0.623046875}, {"start": 2311.6, "end": 2312.84, "word": " you", "probability": 0.1943359375}, {"start": 2312.84, "end": 2313.18, "word": " can't", "probability": 0.638671875}, {"start": 2313.18, "end": 2313.32, "word": " put", "probability": 0.55078125}, {"start": 2313.32, "end": 2313.72, "word": " content", "probability": 0.5478515625}, {"start": 2313.72, "end": 2313.84, "word": " in", "probability": 0.37451171875}, {"start": 2313.84, "end": 2313.84, "word": " the", "probability": 0.3095703125}, {"start": 2313.84, "end": 2313.84, "word": " margin.", "probability": 0.84765625}, {"start": 2314.78, "end": 2315.42, "word": " I", "probability": 0.2490234375}, {"start": 2315.42, "end": 2315.88, "word": " put", "probability": 0.642578125}, {"start": 2315.88, "end": 2316.22, "word": " content", "probability": 0.5498046875}, {"start": 2316.22, "end": 2316.42, "word": " in", "probability": 0.50146484375}, {"start": 2316.42, "end": 2316.58, "word": " half", "probability": 0.54638671875}, {"start": 2316.58, "end": 2316.7, "word": " of", "probability": 0.755859375}, {"start": 2316.7, "end": 2316.74, "word": " the", "probability": 0.80419921875}, {"start": 2316.74, "end": 2316.96, "word": " screen,", "probability": 0.7822265625}, {"start": 2317.1, "end": 2318.36, "word": " 4", "probability": 0.1434326171875}, {"start": 2318.36, "end": 2319.64, "word": " sides", "probability": 0.6845703125}, {"start": 2319.64, "end": 2319.9, "word": " of", "probability": 0.7529296875}, {"start": 2319.9, "end": 2320.2, "word": " the", "probability": 0.8349609375}, {"start": 2320.2, "end": 2320.52, "word": " screen,", "probability": 0.87109375}, {"start": 2321.06, "end": 2321.4, "word": " or", "probability": 0.442626953125}, {"start": 2321.4, "end": 2321.48, "word": " 2", "probability": 0.5712890625}, {"start": 2321.48, "end": 2321.74, "word": " sides.", "probability": 0.876953125}, {"start": 2322.54, "end": 2323.18, "word": " Now", "probability": 0.73193359375}, {"start": 2323.18, "end": 2323.3, "word": " I", "probability": 0.77294921875}, {"start": 2323.3, "end": 2323.54, "word": " can't", "probability": 0.92333984375}, {"start": 2323.54, "end": 2323.82, "word": " put", "probability": 0.89013671875}, {"start": 2323.82, "end": 2324.26, "word": " any", "probability": 0.7119140625}, {"start": 2324.26, "end": 2324.64, "word": " content", "probability": 0.92236328125}, {"start": 2324.64, "end": 2325.22, "word": " in", "probability": 0.61083984375}, {"start": 2325.22, "end": 2325.7, "word": " the", "probability": 0.68994140625}, {"start": 2325.7, "end": 2325.96, "word": " margin.", "probability": 0.8447265625}], "temperature": 1.0}, {"id": 87, "seek": 235071, "start": 2331.48, "end": 2350.72, "text": " It's not that you don't put content in it. The element itself has nothing to do with the margin. It's far from the margin. The content of the element itself has nothing to do with the margin. But you can put a button here, for example. Nobody will stop you. In the logical sense? Yes.", "tokens": [467, 311, 406, 300, 291, 500, 380, 829, 2701, 294, 309, 13, 440, 4478, 2564, 575, 1825, 281, 360, 365, 264, 10270, 13, 467, 311, 1400, 490, 264, 10270, 13, 440, 2701, 295, 264, 4478, 2564, 575, 1825, 281, 360, 365, 264, 10270, 13, 583, 291, 393, 829, 257, 2960, 510, 11, 337, 1365, 13, 9297, 486, 1590, 291, 13, 682, 264, 14978, 2020, 30, 1079, 13], "avg_logprob": -0.48943013873170405, "compression_ratio": 1.7484662576687116, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 2331.48, "end": 2331.96, "word": " It's", "probability": 0.331787109375}, {"start": 2331.96, "end": 2332.44, "word": " not", "probability": 0.8505859375}, {"start": 2332.44, "end": 2332.62, "word": " that", "probability": 0.46875}, {"start": 2332.62, "end": 2333.1, "word": " you", "probability": 0.69677734375}, {"start": 2333.1, "end": 2333.24, "word": " don't", "probability": 0.792236328125}, {"start": 2333.24, "end": 2333.48, "word": " put", "probability": 0.361328125}, {"start": 2333.48, "end": 2334.02, "word": " content", "probability": 0.85302734375}, {"start": 2334.02, "end": 2334.18, "word": " in", "probability": 0.62646484375}, {"start": 2334.18, "end": 2334.18, "word": " it.", "probability": 0.82470703125}, {"start": 2334.36, "end": 2334.48, "word": " The", "probability": 0.68212890625}, {"start": 2334.48, "end": 2334.72, "word": " element", "probability": 0.580078125}, {"start": 2334.72, "end": 2335.32, "word": " itself", "probability": 0.67724609375}, {"start": 2335.32, "end": 2337.08, "word": " has", "probability": 0.70458984375}, {"start": 2337.08, "end": 2337.38, "word": " nothing", "probability": 0.80029296875}, {"start": 2337.38, "end": 2337.54, "word": " to", "probability": 0.970703125}, {"start": 2337.54, "end": 2337.7, "word": " do", "probability": 0.9658203125}, {"start": 2337.7, "end": 2337.8, "word": " with", "probability": 0.9033203125}, {"start": 2337.8, "end": 2337.92, "word": " the", "probability": 0.58203125}, {"start": 2337.92, "end": 2338.18, "word": " margin.", "probability": 0.87548828125}, {"start": 2338.32, "end": 2338.8, "word": " It's", "probability": 0.53759765625}, {"start": 2338.8, "end": 2338.8, "word": " far", "probability": 0.1685791015625}, {"start": 2338.8, "end": 2339.22, "word": " from", "probability": 0.68408203125}, {"start": 2339.22, "end": 2339.34, "word": " the", "probability": 0.82177734375}, {"start": 2339.34, "end": 2339.62, "word": " margin.", "probability": 0.958984375}, {"start": 2341.08, "end": 2341.2, "word": " The", "probability": 0.64404296875}, {"start": 2341.2, "end": 2341.5, "word": " content", "probability": 0.89404296875}, {"start": 2341.5, "end": 2341.64, "word": " of", "probability": 0.75244140625}, {"start": 2341.64, "end": 2341.68, "word": " the", "probability": 0.890625}, {"start": 2341.68, "end": 2341.88, "word": " element", "probability": 0.97021484375}, {"start": 2341.88, "end": 2342.36, "word": " itself", "probability": 0.67822265625}, {"start": 2342.36, "end": 2342.76, "word": " has", "probability": 0.865234375}, {"start": 2342.76, "end": 2342.86, "word": " nothing", "probability": 0.86962890625}, {"start": 2342.86, "end": 2343.02, "word": " to", "probability": 0.97216796875}, {"start": 2343.02, "end": 2343.1, "word": " do", "probability": 0.96875}, {"start": 2343.1, "end": 2343.2, "word": " with", "probability": 0.9033203125}, {"start": 2343.2, "end": 2343.32, "word": " the", "probability": 0.82568359375}, {"start": 2343.32, "end": 2343.58, "word": " margin.", "probability": 0.9755859375}, {"start": 2344.26, "end": 2344.5, "word": " But", "probability": 0.76171875}, {"start": 2344.5, "end": 2344.7, "word": " you", "probability": 0.78857421875}, {"start": 2344.7, "end": 2344.98, "word": " can", "probability": 0.83837890625}, {"start": 2344.98, "end": 2345.32, "word": " put", "probability": 0.4111328125}, {"start": 2345.32, "end": 2346.46, "word": " a", "probability": 0.4755859375}, {"start": 2346.46, "end": 2346.64, "word": " button", "probability": 0.11181640625}, {"start": 2346.64, "end": 2346.74, "word": " here,", "probability": 0.44873046875}, {"start": 2347.0, "end": 2347.0, "word": " for", "probability": 0.5322265625}, {"start": 2347.0, "end": 2347.14, "word": " example.", "probability": 0.91650390625}, {"start": 2347.78, "end": 2348.06, "word": " Nobody", "probability": 0.62060546875}, {"start": 2348.06, "end": 2348.22, "word": " will", "probability": 0.38671875}, {"start": 2348.22, "end": 2348.34, "word": " stop", "probability": 0.50048828125}, {"start": 2348.34, "end": 2348.56, "word": " you.", "probability": 0.96142578125}, {"start": 2349.32, "end": 2349.6, "word": " In", "probability": 0.46533203125}, {"start": 2349.6, "end": 2349.62, "word": " the", "probability": 0.53564453125}, {"start": 2349.62, "end": 2349.82, "word": " logical", "probability": 0.07574462890625}, {"start": 2349.82, "end": 2350.12, "word": " sense?", "probability": 0.5302734375}, {"start": 2350.46, "end": 2350.72, "word": " Yes.", "probability": 0.931640625}], "temperature": 1.0}, {"id": 88, "seek": 237701, "start": 2352.49, "end": 2377.01, "text": " Which means you have to try, okay? You have to try these questions and you will find the answer by yourself, okay? I mean, these precise details come with your work. I teach you the layout in general, how to work, and you go home and try, and whatever questions you have, I mean, we are not in a program where viewers are asked, what happens if I do this, what happens if I do that, let's go home and try by yourself, okay? How?", "tokens": [3013, 1355, 291, 362, 281, 853, 11, 1392, 30, 509, 362, 281, 853, 613, 1651, 293, 291, 486, 915, 264, 1867, 538, 1803, 11, 1392, 30, 286, 914, 11, 613, 13600, 4365, 808, 365, 428, 589, 13, 286, 2924, 291, 264, 13333, 294, 2674, 11, 577, 281, 589, 11, 293, 291, 352, 1280, 293, 853, 11, 293, 2035, 1651, 291, 362, 11, 286, 914, 11, 321, 366, 406, 294, 257, 1461, 689, 8499, 366, 2351, 11, 437, 2314, 498, 286, 360, 341, 11, 437, 2314, 498, 286, 360, 300, 11, 718, 311, 352, 1280, 293, 853, 538, 1803, 11, 1392, 30, 1012, 30], "avg_logprob": -0.5573918166068884, "compression_ratio": 1.8982300884955752, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2352.49, "end": 2352.69, "word": " Which", "probability": 0.047149658203125}, {"start": 2352.69, "end": 2352.85, "word": " means", "probability": 0.63818359375}, {"start": 2352.85, "end": 2353.17, "word": " you", "probability": 0.55859375}, {"start": 2353.17, "end": 2353.37, "word": " have", "probability": 0.28125}, {"start": 2353.37, "end": 2353.45, "word": " to", "probability": 0.96630859375}, {"start": 2353.45, "end": 2353.77, "word": " try,", "probability": 0.8115234375}, {"start": 2354.17, "end": 2354.35, "word": " okay?", "probability": 0.253662109375}, {"start": 2354.61, "end": 2354.75, "word": " You", "probability": 0.424560546875}, {"start": 2354.75, "end": 2354.87, "word": " have", "probability": 0.19287109375}, {"start": 2354.87, "end": 2355.07, "word": " to", "probability": 0.77001953125}, {"start": 2355.07, "end": 2355.25, "word": " try", "probability": 0.6123046875}, {"start": 2355.25, "end": 2355.49, "word": " these", "probability": 0.4453125}, {"start": 2355.49, "end": 2355.79, "word": " questions", "probability": 0.9365234375}, {"start": 2355.79, "end": 2356.71, "word": " and", "probability": 0.3818359375}, {"start": 2356.71, "end": 2356.93, "word": " you", "probability": 0.546875}, {"start": 2356.93, "end": 2357.09, "word": " will", "probability": 0.595703125}, {"start": 2357.09, "end": 2357.25, "word": " find", "probability": 0.673828125}, {"start": 2357.25, "end": 2357.35, "word": " the", "probability": 0.416259765625}, {"start": 2357.35, "end": 2357.63, "word": " answer", "probability": 0.75537109375}, {"start": 2357.63, "end": 2357.75, "word": " by", "probability": 0.1663818359375}, {"start": 2357.75, "end": 2357.89, "word": " yourself,", "probability": 0.79541015625}, {"start": 2357.89, "end": 2358.47, "word": " okay?", "probability": 0.80517578125}, {"start": 2359.51, "end": 2359.79, "word": " I", "probability": 0.253173828125}, {"start": 2359.79, "end": 2359.89, "word": " mean,", "probability": 0.9482421875}, {"start": 2360.21, "end": 2361.01, "word": " these", "probability": 0.42578125}, {"start": 2361.01, "end": 2361.61, "word": " precise", "probability": 0.1734619140625}, {"start": 2361.61, "end": 2361.77, "word": " details", "probability": 0.787109375}, {"start": 2361.77, "end": 2362.25, "word": " come", "probability": 0.440185546875}, {"start": 2362.25, "end": 2362.57, "word": " with", "probability": 0.404296875}, {"start": 2362.57, "end": 2362.67, "word": " your", "probability": 0.281005859375}, {"start": 2362.67, "end": 2362.91, "word": " work.", "probability": 0.58740234375}, {"start": 2362.99, "end": 2363.11, "word": " I", "probability": 0.96923828125}, {"start": 2363.11, "end": 2363.37, "word": " teach", "probability": 0.5751953125}, {"start": 2363.37, "end": 2363.69, "word": " you", "probability": 0.94921875}, {"start": 2363.69, "end": 2363.93, "word": " the", "probability": 0.5}, {"start": 2363.93, "end": 2364.29, "word": " layout", "probability": 0.455078125}, {"start": 2364.29, "end": 2364.41, "word": " in", "probability": 0.284912109375}, {"start": 2364.41, "end": 2364.79, "word": " general,", "probability": 0.8623046875}, {"start": 2364.85, "end": 2364.99, "word": " how", "probability": 0.85693359375}, {"start": 2364.99, "end": 2365.07, "word": " to", "probability": 0.6591796875}, {"start": 2365.07, "end": 2365.43, "word": " work,", "probability": 0.9013671875}, {"start": 2365.85, "end": 2365.99, "word": " and", "probability": 0.76123046875}, {"start": 2365.99, "end": 2366.15, "word": " you", "probability": 0.93017578125}, {"start": 2366.15, "end": 2366.27, "word": " go", "probability": 0.86474609375}, {"start": 2366.27, "end": 2366.55, "word": " home", "probability": 0.75634765625}, {"start": 2366.55, "end": 2366.65, "word": " and", "probability": 0.91845703125}, {"start": 2366.65, "end": 2366.91, "word": " try,", "probability": 0.9326171875}, {"start": 2367.03, "end": 2367.15, "word": " and", "probability": 0.83740234375}, {"start": 2367.15, "end": 2367.31, "word": " whatever", "probability": 0.354736328125}, {"start": 2367.31, "end": 2367.75, "word": " questions", "probability": 0.67529296875}, {"start": 2367.75, "end": 2367.75, "word": " you", "probability": 0.94287109375}, {"start": 2367.75, "end": 2367.91, "word": " have,", "probability": 0.86083984375}, {"start": 2368.03, "end": 2368.17, "word": " I", "probability": 0.446044921875}, {"start": 2368.17, "end": 2368.17, "word": " mean,", "probability": 0.86572265625}, {"start": 2368.21, "end": 2368.35, "word": " we", "probability": 0.7734375}, {"start": 2368.35, "end": 2368.37, "word": " are", "probability": 0.73681640625}, {"start": 2368.37, "end": 2368.51, "word": " not", "probability": 0.9375}, {"start": 2368.51, "end": 2368.57, "word": " in", "probability": 0.587890625}, {"start": 2368.57, "end": 2368.63, "word": " a", "probability": 0.92431640625}, {"start": 2368.63, "end": 2368.89, "word": " program", "probability": 0.492431640625}, {"start": 2368.89, "end": 2369.25, "word": " where", "probability": 0.326904296875}, {"start": 2369.25, "end": 2369.49, "word": " viewers", "probability": 0.4052734375}, {"start": 2369.49, "end": 2369.53, "word": " are", "probability": 0.76318359375}, {"start": 2369.53, "end": 2369.53, "word": " asked,", "probability": 0.6640625}, {"start": 2370.27, "end": 2371.01, "word": " what", "probability": 0.2464599609375}, {"start": 2371.01, "end": 2371.31, "word": " happens", "probability": 0.796875}, {"start": 2371.31, "end": 2371.45, "word": " if", "probability": 0.74560546875}, {"start": 2371.45, "end": 2371.55, "word": " I", "probability": 0.73193359375}, {"start": 2371.55, "end": 2371.71, "word": " do", "probability": 0.8515625}, {"start": 2371.71, "end": 2371.99, "word": " this,", "probability": 0.7939453125}, {"start": 2372.11, "end": 2372.27, "word": " what", "probability": 0.89111328125}, {"start": 2372.27, "end": 2372.45, "word": " happens", "probability": 0.96240234375}, {"start": 2372.45, "end": 2372.61, "word": " if", "probability": 0.947265625}, {"start": 2372.61, "end": 2372.69, "word": " I", "probability": 0.994140625}, {"start": 2372.69, "end": 2372.83, "word": " do", "probability": 0.943359375}, {"start": 2372.83, "end": 2373.23, "word": " that,", "probability": 0.6982421875}, {"start": 2373.73, "end": 2374.09, "word": " let's", "probability": 0.59130859375}, {"start": 2374.09, "end": 2374.17, "word": " go", "probability": 0.69677734375}, {"start": 2374.17, "end": 2374.33, "word": " home", "probability": 0.3369140625}, {"start": 2374.33, "end": 2374.53, "word": " and", "probability": 0.904296875}, {"start": 2374.53, "end": 2374.73, "word": " try", "probability": 0.9365234375}, {"start": 2374.73, "end": 2374.77, "word": " by", "probability": 0.2548828125}, {"start": 2374.77, "end": 2374.77, "word": " yourself,", "probability": 0.693359375}, {"start": 2375.75, "end": 2375.97, "word": " okay?", "probability": 0.83544921875}, {"start": 2376.69, "end": 2377.01, "word": " How?", "probability": 0.724609375}], "temperature": 1.0}, {"id": 89, "seek": 240665, "start": 2377.97, "end": 2406.65, "text": " When you practice, you get the best results. These questions are small details that you can try. So, you can't ask him everything. We tried to practice, but the program didn't work. The program didn't work until today? Yes, it didn't work until yesterday. Yes. On Monday, we made a video about it. Okay, let's continue, guys. You have to put this element down, on the corner. Also, the same thing, connect it to the edges of the pyramid. Okay, we are not done yet.", "tokens": [1133, 291, 3124, 11, 291, 483, 264, 1151, 3542, 13, 1981, 1651, 366, 1359, 4365, 300, 291, 393, 853, 13, 407, 11, 291, 393, 380, 1029, 796, 1203, 13, 492, 3031, 281, 3124, 11, 457, 264, 1461, 994, 380, 589, 13, 440, 1461, 994, 380, 589, 1826, 965, 30, 1079, 11, 309, 994, 380, 589, 1826, 5186, 13, 1079, 13, 1282, 8138, 11, 321, 1027, 257, 960, 466, 309, 13, 1033, 11, 718, 311, 2354, 11, 1074, 13, 509, 362, 281, 829, 341, 4478, 760, 11, 322, 264, 4538, 13, 2743, 11, 264, 912, 551, 11, 1745, 309, 281, 264, 8819, 295, 264, 25950, 13, 1033, 11, 321, 366, 406, 1096, 1939, 13], "avg_logprob": -0.6787280801095461, "compression_ratio": 1.697080291970803, "no_speech_prob": 7.569789886474609e-06, "words": [{"start": 2377.97, "end": 2378.23, "word": " When", "probability": 0.08941650390625}, {"start": 2378.23, "end": 2378.49, "word": " you", "probability": 0.486083984375}, {"start": 2378.49, "end": 2378.59, "word": " practice,", "probability": 0.349853515625}, {"start": 2378.67, "end": 2378.75, "word": " you", "probability": 0.74658203125}, {"start": 2378.75, "end": 2378.85, "word": " get", "probability": 0.405517578125}, {"start": 2378.85, "end": 2378.97, "word": " the", "probability": 0.47802734375}, {"start": 2378.97, "end": 2379.13, "word": " best", "probability": 0.66552734375}, {"start": 2379.13, "end": 2379.15, "word": " results.", "probability": 0.4033203125}, {"start": 2379.65, "end": 2380.07, "word": " These", "probability": 0.26123046875}, {"start": 2380.07, "end": 2380.33, "word": " questions", "probability": 0.4267578125}, {"start": 2380.33, "end": 2380.65, "word": " are", "probability": 0.69384765625}, {"start": 2380.65, "end": 2380.75, "word": " small", "probability": 0.360107421875}, {"start": 2380.75, "end": 2381.11, "word": " details", "probability": 0.67236328125}, {"start": 2381.11, "end": 2382.65, "word": " that", "probability": 0.416748046875}, {"start": 2382.65, "end": 2382.87, "word": " you", "probability": 0.94287109375}, {"start": 2382.87, "end": 2383.15, "word": " can", "probability": 0.64453125}, {"start": 2383.15, "end": 2383.45, "word": " try.", "probability": 0.85498046875}, {"start": 2383.99, "end": 2384.19, "word": " So,", "probability": 0.2445068359375}, {"start": 2384.19, "end": 2384.27, "word": " you", "probability": 0.71337890625}, {"start": 2384.27, "end": 2384.55, "word": " can't", "probability": 0.5772705078125}, {"start": 2384.55, "end": 2384.73, "word": " ask", "probability": 0.76318359375}, {"start": 2384.73, "end": 2384.97, "word": " him", "probability": 0.5908203125}, {"start": 2384.97, "end": 2385.23, "word": " everything.", "probability": 0.68798828125}, {"start": 2385.65, "end": 2385.85, "word": " We", "probability": 0.54833984375}, {"start": 2385.85, "end": 2386.01, "word": " tried", "probability": 0.61083984375}, {"start": 2386.01, "end": 2386.17, "word": " to", "probability": 0.83984375}, {"start": 2386.17, "end": 2386.33, "word": " practice,", "probability": 0.6552734375}, {"start": 2386.41, "end": 2387.11, "word": " but", "probability": 0.52685546875}, {"start": 2387.11, "end": 2387.11, "word": " the", "probability": 0.1375732421875}, {"start": 2387.11, "end": 2387.11, "word": " program", "probability": 0.6923828125}, {"start": 2387.11, "end": 2387.25, "word": " didn't", "probability": 0.6705322265625}, {"start": 2387.25, "end": 2387.49, "word": " work.", "probability": 0.69873046875}, {"start": 2387.85, "end": 2388.27, "word": " The", "probability": 0.1077880859375}, {"start": 2388.27, "end": 2388.49, "word": " program", "probability": 0.89453125}, {"start": 2388.49, "end": 2388.63, "word": " didn't", "probability": 0.6414794921875}, {"start": 2388.63, "end": 2388.91, "word": " work", "probability": 0.8515625}, {"start": 2388.91, "end": 2389.23, "word": " until", "probability": 0.1932373046875}, {"start": 2389.23, "end": 2389.43, "word": " today?", "probability": 0.7724609375}, {"start": 2389.57, "end": 2389.59, "word": " Yes,", "probability": 0.2330322265625}, {"start": 2389.59, "end": 2389.67, "word": " it", "probability": 0.36181640625}, {"start": 2389.67, "end": 2389.67, "word": " didn't", "probability": 0.7196044921875}, {"start": 2389.67, "end": 2389.67, "word": " work", "probability": 0.798828125}, {"start": 2389.67, "end": 2389.67, "word": " until", "probability": 0.146484375}, {"start": 2389.67, "end": 2389.89, "word": " yesterday.", "probability": 0.34521484375}, {"start": 2390.29, "end": 2390.51, "word": " Yes.", "probability": 0.10400390625}, {"start": 2391.47, "end": 2391.81, "word": " On", "probability": 0.120849609375}, {"start": 2391.81, "end": 2392.17, "word": " Monday,", "probability": 0.556640625}, {"start": 2392.27, "end": 2392.53, "word": " we", "probability": 0.2437744140625}, {"start": 2392.53, "end": 2392.71, "word": " made", "probability": 0.081787109375}, {"start": 2392.71, "end": 2392.95, "word": " a", "probability": 0.25146484375}, {"start": 2392.95, "end": 2393.15, "word": " video", "probability": 0.196533203125}, {"start": 2393.15, "end": 2393.15, "word": " about", "probability": 0.34619140625}, {"start": 2393.15, "end": 2393.31, "word": " it.", "probability": 0.56982421875}, {"start": 2393.79, "end": 2394.21, "word": " Okay,", "probability": 0.341796875}, {"start": 2394.57, "end": 2394.99, "word": " let's", "probability": 0.779296875}, {"start": 2394.99, "end": 2395.39, "word": " continue,", "probability": 0.525390625}, {"start": 2395.47, "end": 2395.71, "word": " guys.", "probability": 0.6416015625}, {"start": 2395.79, "end": 2396.21, "word": " You", "probability": 0.432373046875}, {"start": 2396.21, "end": 2396.39, "word": " have", "probability": 0.3076171875}, {"start": 2396.39, "end": 2396.53, "word": " to", "probability": 0.9599609375}, {"start": 2396.53, "end": 2396.75, "word": " put", "probability": 0.5908203125}, {"start": 2396.75, "end": 2396.81, "word": " this", "probability": 0.82275390625}, {"start": 2396.81, "end": 2396.81, "word": " element", "probability": 0.87060546875}, {"start": 2396.81, "end": 2397.33, "word": " down,", "probability": 0.451416015625}, {"start": 2398.17, "end": 2398.55, "word": " on", "probability": 0.30859375}, {"start": 2398.55, "end": 2398.61, "word": " the", "probability": 0.6962890625}, {"start": 2398.61, "end": 2398.85, "word": " corner.", "probability": 0.53515625}, {"start": 2398.97, "end": 2399.19, "word": " Also,", "probability": 0.498779296875}, {"start": 2399.25, "end": 2399.29, "word": " the", "probability": 0.369140625}, {"start": 2399.29, "end": 2399.39, "word": " same", "probability": 0.89111328125}, {"start": 2399.39, "end": 2399.81, "word": " thing,", "probability": 0.880859375}, {"start": 2399.97, "end": 2400.19, "word": " connect", "probability": 0.359619140625}, {"start": 2400.19, "end": 2401.01, "word": " it", "probability": 0.83544921875}, {"start": 2401.01, "end": 2401.11, "word": " to", "probability": 0.466552734375}, {"start": 2401.11, "end": 2401.25, "word": " the", "probability": 0.83544921875}, {"start": 2401.25, "end": 2401.37, "word": " edges", "probability": 0.6611328125}, {"start": 2401.37, "end": 2401.55, "word": " of", "probability": 0.94775390625}, {"start": 2401.55, "end": 2401.65, "word": " the", "probability": 0.90234375}, {"start": 2401.65, "end": 2401.83, "word": " pyramid.", "probability": 0.25146484375}, {"start": 2405.31, "end": 2405.73, "word": " Okay,", "probability": 0.80322265625}, {"start": 2405.85, "end": 2406.05, "word": " we", "probability": 0.90576171875}, {"start": 2406.05, "end": 2406.05, "word": " are", "probability": 0.33251953125}, {"start": 2406.05, "end": 2406.09, "word": " not", "probability": 0.87841796875}, {"start": 2406.09, "end": 2406.39, "word": " done", "probability": 0.642578125}, {"start": 2406.39, "end": 2406.65, "word": " yet.", "probability": 0.88623046875}], "temperature": 1.0}, {"id": 90, "seek": 243082, "start": 2408.26, "end": 2430.82, "text": " The first element you add, you connect it to the pyramid. Ok, let's go back to this button here. If I tell you I want to add an element in the middle, above, but in the middle. Now, to put it in the middle, above, in the top, in the middle. As long as I tell you in the top, that is, you want to connect it calmly.", "tokens": [440, 700, 4478, 291, 909, 11, 291, 1745, 309, 281, 264, 25950, 13, 3477, 11, 718, 311, 352, 646, 281, 341, 2960, 510, 13, 759, 286, 980, 291, 286, 528, 281, 909, 364, 4478, 294, 264, 2808, 11, 3673, 11, 457, 294, 264, 2808, 13, 823, 11, 281, 829, 309, 294, 264, 2808, 11, 3673, 11, 294, 264, 1192, 11, 294, 264, 2808, 13, 1018, 938, 382, 286, 980, 291, 294, 264, 1192, 11, 300, 307, 11, 291, 528, 281, 1745, 309, 39740, 13], "avg_logprob": -0.4617647114922019, "compression_ratio": 1.8208092485549132, "no_speech_prob": 0.0, "words": [{"start": 2408.26, "end": 2408.48, "word": " The", "probability": 0.2222900390625}, {"start": 2408.48, "end": 2408.64, "word": " first", "probability": 0.8720703125}, {"start": 2408.64, "end": 2408.92, "word": " element", "probability": 0.78466796875}, {"start": 2408.92, "end": 2409.18, "word": " you", "probability": 0.54931640625}, {"start": 2409.18, "end": 2409.6, "word": " add,", "probability": 0.7265625}, {"start": 2409.96, "end": 2410.08, "word": " you", "probability": 0.382080078125}, {"start": 2410.08, "end": 2410.22, "word": " connect", "probability": 0.51318359375}, {"start": 2410.22, "end": 2410.36, "word": " it", "probability": 0.57568359375}, {"start": 2410.36, "end": 2410.44, "word": " to", "probability": 0.5849609375}, {"start": 2410.44, "end": 2410.52, "word": " the", "probability": 0.7021484375}, {"start": 2410.52, "end": 2410.72, "word": " pyramid.", "probability": 0.1680908203125}, {"start": 2411.8, "end": 2412.16, "word": " Ok,", "probability": 0.43408203125}, {"start": 2412.28, "end": 2412.5, "word": " let's", "probability": 0.7509765625}, {"start": 2412.5, "end": 2412.74, "word": " go", "probability": 0.65087890625}, {"start": 2412.74, "end": 2412.8, "word": " back", "probability": 0.8720703125}, {"start": 2412.8, "end": 2412.9, "word": " to", "probability": 0.9619140625}, {"start": 2412.9, "end": 2413.02, "word": " this", "probability": 0.17529296875}, {"start": 2413.02, "end": 2413.28, "word": " button", "probability": 0.76513671875}, {"start": 2413.28, "end": 2413.56, "word": " here.", "probability": 0.2802734375}, {"start": 2415.08, "end": 2415.44, "word": " If", "probability": 0.7646484375}, {"start": 2415.44, "end": 2415.6, "word": " I", "probability": 0.9619140625}, {"start": 2415.6, "end": 2415.78, "word": " tell", "probability": 0.399658203125}, {"start": 2415.78, "end": 2416.0, "word": " you", "probability": 0.96826171875}, {"start": 2416.0, "end": 2416.06, "word": " I", "probability": 0.4228515625}, {"start": 2416.06, "end": 2416.16, "word": " want", "probability": 0.7763671875}, {"start": 2416.16, "end": 2416.22, "word": " to", "probability": 0.9384765625}, {"start": 2416.22, "end": 2416.36, "word": " add", "probability": 0.5341796875}, {"start": 2416.36, "end": 2416.44, "word": " an", "probability": 0.78466796875}, {"start": 2416.44, "end": 2416.6, "word": " element", "probability": 0.95458984375}, {"start": 2416.6, "end": 2416.8, "word": " in", "probability": 0.68115234375}, {"start": 2416.8, "end": 2416.88, "word": " the", "probability": 0.90576171875}, {"start": 2416.88, "end": 2417.08, "word": " middle,", "probability": 0.8349609375}, {"start": 2417.26, "end": 2417.62, "word": " above,", "probability": 0.50244140625}, {"start": 2417.74, "end": 2417.9, "word": " but", "probability": 0.327880859375}, {"start": 2417.9, "end": 2418.1, "word": " in", "probability": 0.63671875}, {"start": 2418.1, "end": 2418.26, "word": " the", "probability": 0.90576171875}, {"start": 2418.26, "end": 2418.48, "word": " middle.", "probability": 0.94384765625}, {"start": 2422.5, "end": 2422.86, "word": " Now,", "probability": 0.72314453125}, {"start": 2423.42, "end": 2423.9, "word": " to", "probability": 0.433837890625}, {"start": 2423.9, "end": 2424.58, "word": " put", "probability": 0.430419921875}, {"start": 2424.58, "end": 2424.72, "word": " it", "probability": 0.7705078125}, {"start": 2424.72, "end": 2424.78, "word": " in", "probability": 0.828125}, {"start": 2424.78, "end": 2424.86, "word": " the", "probability": 0.91650390625}, {"start": 2424.86, "end": 2425.02, "word": " middle,", "probability": 0.93994140625}, {"start": 2425.1, "end": 2425.36, "word": " above,", "probability": 0.8017578125}, {"start": 2425.78, "end": 2426.36, "word": " in", "probability": 0.662109375}, {"start": 2426.36, "end": 2426.52, "word": " the", "probability": 0.87744140625}, {"start": 2426.52, "end": 2426.7, "word": " top,", "probability": 0.8056640625}, {"start": 2426.8, "end": 2426.96, "word": " in", "probability": 0.84423828125}, {"start": 2426.96, "end": 2427.0, "word": " the", "probability": 0.9228515625}, {"start": 2427.0, "end": 2427.16, "word": " middle.", "probability": 0.9619140625}, {"start": 2427.66, "end": 2427.86, "word": " As", "probability": 0.3525390625}, {"start": 2427.86, "end": 2428.68, "word": " long", "probability": 0.8115234375}, {"start": 2428.68, "end": 2428.68, "word": " as", "probability": 0.96630859375}, {"start": 2428.68, "end": 2428.8, "word": " I", "probability": 0.89111328125}, {"start": 2428.8, "end": 2428.98, "word": " tell", "probability": 0.56005859375}, {"start": 2428.98, "end": 2429.14, "word": " you", "probability": 0.95263671875}, {"start": 2429.14, "end": 2429.34, "word": " in", "probability": 0.59130859375}, {"start": 2429.34, "end": 2429.46, "word": " the", "probability": 0.88427734375}, {"start": 2429.46, "end": 2429.72, "word": " top,", "probability": 0.9462890625}, {"start": 2429.94, "end": 2430.08, "word": " that", "probability": 0.1962890625}, {"start": 2430.08, "end": 2430.08, "word": " is,", "probability": 0.64306640625}, {"start": 2430.08, "end": 2430.3, "word": " you", "probability": 0.82080078125}, {"start": 2430.3, "end": 2430.3, "word": " want", "probability": 0.40087890625}, {"start": 2430.3, "end": 2430.36, "word": " to", "probability": 0.955078125}, {"start": 2430.36, "end": 2430.5, "word": " connect", "probability": 0.88525390625}, {"start": 2430.5, "end": 2430.68, "word": " it", "probability": 0.64990234375}, {"start": 2430.68, "end": 2430.82, "word": " calmly.", "probability": 0.191162109375}], "temperature": 1.0}, {"id": 91, "seek": 246092, "start": 2431.89, "end": 2460.93, "text": " Up. No, you have to put it in the middle. You have to connect it. In the middle where? In the middle horizontal. So you have to connect it from this side and that side. This is connected. Okay? So this element now is not connected. It is connected in the parent top. And from both sides, right and left, it is connected in the left and right of the parent. That is why it came by itself.", "tokens": [5858, 13, 883, 11, 291, 362, 281, 829, 309, 294, 264, 2808, 13, 509, 362, 281, 1745, 309, 13, 682, 264, 2808, 689, 30, 682, 264, 2808, 12750, 13, 407, 291, 362, 281, 1745, 309, 490, 341, 1252, 293, 300, 1252, 13, 639, 307, 4582, 13, 1033, 30, 407, 341, 4478, 586, 307, 406, 4582, 13, 467, 307, 4582, 294, 264, 2596, 1192, 13, 400, 490, 1293, 4881, 11, 558, 293, 1411, 11, 309, 307, 4582, 294, 264, 1411, 293, 558, 295, 264, 2596, 13, 663, 307, 983, 309, 1361, 538, 2564, 13], "avg_logprob": -0.4205452244966588, "compression_ratio": 1.8926829268292682, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2431.89, "end": 2432.33, "word": " Up.", "probability": 0.09771728515625}, {"start": 2432.91, "end": 2433.11, "word": " No,", "probability": 0.487060546875}, {"start": 2433.17, "end": 2433.23, "word": " you", "probability": 0.828125}, {"start": 2433.23, "end": 2433.31, "word": " have", "probability": 0.31591796875}, {"start": 2433.31, "end": 2433.35, "word": " to", "probability": 0.96337890625}, {"start": 2433.35, "end": 2433.57, "word": " put", "probability": 0.6650390625}, {"start": 2433.57, "end": 2433.65, "word": " it", "probability": 0.8466796875}, {"start": 2433.65, "end": 2433.75, "word": " in", "probability": 0.85791015625}, {"start": 2433.75, "end": 2433.83, "word": " the", "probability": 0.8779296875}, {"start": 2433.83, "end": 2434.05, "word": " middle.", "probability": 0.86474609375}, {"start": 2434.59, "end": 2434.69, "word": " You", "probability": 0.8212890625}, {"start": 2434.69, "end": 2434.85, "word": " have", "probability": 0.81494140625}, {"start": 2434.85, "end": 2435.03, "word": " to", "probability": 0.96923828125}, {"start": 2435.03, "end": 2435.23, "word": " connect", "probability": 0.493408203125}, {"start": 2435.23, "end": 2435.65, "word": " it.", "probability": 0.818359375}, {"start": 2435.93, "end": 2436.37, "word": " In", "probability": 0.6083984375}, {"start": 2436.37, "end": 2436.45, "word": " the", "probability": 0.88427734375}, {"start": 2436.45, "end": 2436.63, "word": " middle", "probability": 0.95654296875}, {"start": 2436.63, "end": 2436.91, "word": " where?", "probability": 0.5419921875}, {"start": 2437.03, "end": 2437.21, "word": " In", "probability": 0.9140625}, {"start": 2437.21, "end": 2437.33, "word": " the", "probability": 0.91650390625}, {"start": 2437.33, "end": 2437.45, "word": " middle", "probability": 0.947265625}, {"start": 2437.45, "end": 2437.97, "word": " horizontal.", "probability": 0.29150390625}, {"start": 2438.41, "end": 2438.75, "word": " So", "probability": 0.7421875}, {"start": 2438.75, "end": 2438.81, "word": " you", "probability": 0.6923828125}, {"start": 2438.81, "end": 2438.95, "word": " have", "probability": 0.76171875}, {"start": 2438.95, "end": 2439.03, "word": " to", "probability": 0.96337890625}, {"start": 2439.03, "end": 2439.17, "word": " connect", "probability": 0.8740234375}, {"start": 2439.17, "end": 2439.33, "word": " it", "probability": 0.55908203125}, {"start": 2439.33, "end": 2439.39, "word": " from", "probability": 0.63330078125}, {"start": 2439.39, "end": 2439.77, "word": " this", "probability": 0.8515625}, {"start": 2439.77, "end": 2439.77, "word": " side", "probability": 0.78564453125}, {"start": 2439.77, "end": 2440.17, "word": " and", "probability": 0.6708984375}, {"start": 2440.17, "end": 2440.29, "word": " that", "probability": 0.5517578125}, {"start": 2440.29, "end": 2440.59, "word": " side.", "probability": 0.84423828125}, {"start": 2446.07, "end": 2446.51, "word": " This", "probability": 0.492919921875}, {"start": 2446.51, "end": 2446.55, "word": " is", "probability": 0.69873046875}, {"start": 2446.55, "end": 2446.77, "word": " connected.", "probability": 0.2034912109375}, {"start": 2447.09, "end": 2447.49, "word": " Okay?", "probability": 0.2509765625}, {"start": 2448.19, "end": 2448.53, "word": " So", "probability": 0.67041015625}, {"start": 2448.53, "end": 2448.81, "word": " this", "probability": 0.7744140625}, {"start": 2448.81, "end": 2449.07, "word": " element", "probability": 0.8388671875}, {"start": 2449.07, "end": 2449.33, "word": " now", "probability": 0.433349609375}, {"start": 2449.33, "end": 2449.49, "word": " is", "probability": 0.73046875}, {"start": 2449.49, "end": 2449.53, "word": " not", "probability": 0.67529296875}, {"start": 2449.53, "end": 2449.77, "word": " connected.", "probability": 0.77978515625}, {"start": 2450.85, "end": 2451.05, "word": " It", "probability": 0.416748046875}, {"start": 2451.05, "end": 2451.05, "word": " is", "probability": 0.806640625}, {"start": 2451.05, "end": 2451.27, "word": " connected", "probability": 0.85791015625}, {"start": 2451.27, "end": 2451.63, "word": " in", "probability": 0.51806640625}, {"start": 2451.63, "end": 2451.81, "word": " the", "probability": 0.73388671875}, {"start": 2451.81, "end": 2452.11, "word": " parent", "probability": 0.92138671875}, {"start": 2452.11, "end": 2452.61, "word": " top.", "probability": 0.17236328125}, {"start": 2453.33, "end": 2453.57, "word": " And", "probability": 0.9091796875}, {"start": 2453.57, "end": 2453.77, "word": " from", "probability": 0.6953125}, {"start": 2453.77, "end": 2453.97, "word": " both", "probability": 0.484619140625}, {"start": 2453.97, "end": 2454.49, "word": " sides,", "probability": 0.85546875}, {"start": 2454.59, "end": 2454.81, "word": " right", "probability": 0.55712890625}, {"start": 2454.81, "end": 2455.01, "word": " and", "probability": 0.9521484375}, {"start": 2455.01, "end": 2455.41, "word": " left,", "probability": 0.95166015625}, {"start": 2456.25, "end": 2456.79, "word": " it", "probability": 0.45654296875}, {"start": 2456.79, "end": 2456.79, "word": " is", "probability": 0.89306640625}, {"start": 2456.79, "end": 2456.99, "word": " connected", "probability": 0.85791015625}, {"start": 2456.99, "end": 2457.23, "word": " in", "probability": 0.74267578125}, {"start": 2457.23, "end": 2457.53, "word": " the", "probability": 0.88525390625}, {"start": 2457.53, "end": 2457.77, "word": " left", "probability": 0.61328125}, {"start": 2457.77, "end": 2457.97, "word": " and", "probability": 0.93701171875}, {"start": 2457.97, "end": 2458.19, "word": " right", "probability": 0.77392578125}, {"start": 2458.19, "end": 2458.37, "word": " of", "probability": 0.74951171875}, {"start": 2458.37, "end": 2458.49, "word": " the", "probability": 0.88525390625}, {"start": 2458.49, "end": 2458.69, "word": " parent.", "probability": 0.9091796875}, {"start": 2459.63, "end": 2460.07, "word": " That", "probability": 0.5244140625}, {"start": 2460.07, "end": 2460.07, "word": " is", "probability": 0.50048828125}, {"start": 2460.07, "end": 2460.13, "word": " why", "probability": 0.8837890625}, {"start": 2460.13, "end": 2460.49, "word": " it", "probability": 0.80126953125}, {"start": 2460.49, "end": 2460.49, "word": " came", "probability": 0.60498046875}, {"start": 2460.49, "end": 2460.63, "word": " by", "probability": 0.388427734375}, {"start": 2460.63, "end": 2460.93, "word": " itself.", "probability": 0.80419921875}], "temperature": 1.0}, {"id": 92, "seek": 248519, "start": 2462.01, "end": 2485.19, "text": " Hang it and put it in the middle. Why do I put it in the middle? Because I connected it from here and from here. Do you understand guys? Again, this element, do you see this one? This one that I put now to connect it from both sides, on the right side of the parent goes like this. Now, if I connect it like this, okay?", "tokens": [14070, 309, 293, 829, 309, 294, 264, 2808, 13, 1545, 360, 286, 829, 309, 294, 264, 2808, 30, 1436, 286, 4582, 309, 490, 510, 293, 490, 510, 13, 1144, 291, 1223, 1074, 30, 3764, 11, 341, 4478, 11, 360, 291, 536, 341, 472, 30, 639, 472, 300, 286, 829, 586, 281, 1745, 309, 490, 1293, 4881, 11, 322, 264, 558, 1252, 295, 264, 2596, 1709, 411, 341, 13, 823, 11, 498, 286, 1745, 309, 411, 341, 11, 1392, 30], "avg_logprob": -0.5027343861758709, "compression_ratio": 1.675392670157068, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2462.01, "end": 2462.37, "word": " Hang", "probability": 0.0677490234375}, {"start": 2462.37, "end": 2462.49, "word": " it", "probability": 0.6591796875}, {"start": 2462.49, "end": 2462.55, "word": " and", "probability": 0.359130859375}, {"start": 2462.55, "end": 2462.75, "word": " put", "probability": 0.59521484375}, {"start": 2462.75, "end": 2462.87, "word": " it", "probability": 0.8759765625}, {"start": 2462.87, "end": 2462.95, "word": " in", "probability": 0.802734375}, {"start": 2462.95, "end": 2463.03, "word": " the", "probability": 0.83740234375}, {"start": 2463.03, "end": 2463.21, "word": " middle.", "probability": 0.8828125}, {"start": 2463.87, "end": 2464.31, "word": " Why", "probability": 0.7421875}, {"start": 2464.31, "end": 2464.37, "word": " do", "probability": 0.282958984375}, {"start": 2464.37, "end": 2464.37, "word": " I", "probability": 0.412109375}, {"start": 2464.37, "end": 2464.53, "word": " put", "probability": 0.67578125}, {"start": 2464.53, "end": 2464.59, "word": " it", "probability": 0.8974609375}, {"start": 2464.59, "end": 2464.69, "word": " in", "probability": 0.91748046875}, {"start": 2464.69, "end": 2464.75, "word": " the", "probability": 0.91259765625}, {"start": 2464.75, "end": 2464.89, "word": " middle?", "probability": 0.96044921875}, {"start": 2464.97, "end": 2465.09, "word": " Because", "probability": 0.73974609375}, {"start": 2465.09, "end": 2465.25, "word": " I", "probability": 0.7412109375}, {"start": 2465.25, "end": 2465.43, "word": " connected", "probability": 0.211181640625}, {"start": 2465.43, "end": 2465.59, "word": " it", "probability": 0.69384765625}, {"start": 2465.59, "end": 2465.69, "word": " from", "probability": 0.7275390625}, {"start": 2465.69, "end": 2465.97, "word": " here", "probability": 0.67333984375}, {"start": 2465.97, "end": 2466.97, "word": " and", "probability": 0.6171875}, {"start": 2466.97, "end": 2467.13, "word": " from", "probability": 0.398193359375}, {"start": 2467.13, "end": 2467.81, "word": " here.", "probability": 0.80029296875}, {"start": 2468.93, "end": 2469.37, "word": " Do", "probability": 0.312255859375}, {"start": 2469.37, "end": 2469.37, "word": " you", "probability": 0.9638671875}, {"start": 2469.37, "end": 2469.49, "word": " understand", "probability": 0.4638671875}, {"start": 2469.49, "end": 2469.97, "word": " guys?", "probability": 0.32958984375}, {"start": 2470.65, "end": 2471.07, "word": " Again,", "probability": 0.53271484375}, {"start": 2471.75, "end": 2472.25, "word": " this", "probability": 0.388427734375}, {"start": 2472.25, "end": 2472.25, "word": " element,", "probability": 0.89013671875}, {"start": 2472.83, "end": 2473.01, "word": " do", "probability": 0.389892578125}, {"start": 2473.01, "end": 2473.01, "word": " you", "probability": 0.97314453125}, {"start": 2473.01, "end": 2473.29, "word": " see", "probability": 0.92919921875}, {"start": 2473.29, "end": 2473.55, "word": " this", "probability": 0.73876953125}, {"start": 2473.55, "end": 2473.83, "word": " one?", "probability": 0.37890625}, {"start": 2473.95, "end": 2474.21, "word": " This", "probability": 0.48876953125}, {"start": 2474.21, "end": 2474.25, "word": " one", "probability": 0.6513671875}, {"start": 2474.25, "end": 2474.33, "word": " that", "probability": 0.474609375}, {"start": 2474.33, "end": 2474.35, "word": " I", "probability": 0.955078125}, {"start": 2474.35, "end": 2474.51, "word": " put", "probability": 0.7822265625}, {"start": 2474.51, "end": 2474.81, "word": " now", "probability": 0.47216796875}, {"start": 2474.81, "end": 2475.03, "word": " to", "probability": 0.369873046875}, {"start": 2475.03, "end": 2475.39, "word": " connect", "probability": 0.65625}, {"start": 2475.39, "end": 2475.55, "word": " it", "probability": 0.40478515625}, {"start": 2475.55, "end": 2475.71, "word": " from", "probability": 0.640625}, {"start": 2475.71, "end": 2476.25, "word": " both", "probability": 0.62109375}, {"start": 2476.25, "end": 2476.31, "word": " sides,", "probability": 0.853515625}, {"start": 2477.61, "end": 2477.95, "word": " on", "probability": 0.485595703125}, {"start": 2477.95, "end": 2478.55, "word": " the", "probability": 0.92041015625}, {"start": 2478.55, "end": 2479.03, "word": " right", "probability": 0.888671875}, {"start": 2479.03, "end": 2479.05, "word": " side", "probability": 0.59033203125}, {"start": 2479.05, "end": 2479.37, "word": " of", "probability": 0.499267578125}, {"start": 2479.37, "end": 2479.55, "word": " the", "probability": 0.84033203125}, {"start": 2479.55, "end": 2479.89, "word": " parent", "probability": 0.84423828125}, {"start": 2479.89, "end": 2480.25, "word": " goes", "probability": 0.2109375}, {"start": 2480.25, "end": 2480.57, "word": " like", "probability": 0.66943359375}, {"start": 2480.57, "end": 2480.59, "word": " this.", "probability": 0.787109375}, {"start": 2481.35, "end": 2481.79, "word": " Now,", "probability": 0.900390625}, {"start": 2481.95, "end": 2482.27, "word": " if", "probability": 0.9228515625}, {"start": 2482.27, "end": 2482.39, "word": " I", "probability": 0.861328125}, {"start": 2482.39, "end": 2482.91, "word": " connect", "probability": 0.3759765625}, {"start": 2482.91, "end": 2483.11, "word": " it", "probability": 0.806640625}, {"start": 2483.11, "end": 2483.23, "word": " like", "probability": 0.87158203125}, {"start": 2483.23, "end": 2483.85, "word": " this,", "probability": 0.8837890625}, {"start": 2484.71, "end": 2485.19, "word": " okay?", "probability": 0.260986328125}], "temperature": 1.0}, {"id": 93, "seek": 250090, "start": 2487.12, "end": 2500.9, "text": " put it in the middle, but why? because I have a margin, if I remove the margin, it will come in the middle, this is the button below, remove the margin, start and end", "tokens": [829, 309, 294, 264, 2808, 11, 457, 983, 30, 570, 286, 362, 257, 10270, 11, 498, 286, 4159, 264, 10270, 11, 309, 486, 808, 294, 264, 2808, 11, 341, 307, 264, 2960, 2507, 11, 4159, 264, 10270, 11, 722, 293, 917], "avg_logprob": -0.5301339030265808, "compression_ratio": 1.518181818181818, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2487.12, "end": 2487.4, "word": " put", "probability": 0.2032470703125}, {"start": 2487.4, "end": 2487.48, "word": " it", "probability": 0.6142578125}, {"start": 2487.48, "end": 2487.58, "word": " in", "probability": 0.74853515625}, {"start": 2487.58, "end": 2487.66, "word": " the", "probability": 0.72314453125}, {"start": 2487.66, "end": 2487.76, "word": " middle,", "probability": 0.82568359375}, {"start": 2487.82, "end": 2487.94, "word": " but", "probability": 0.474853515625}, {"start": 2487.94, "end": 2488.24, "word": " why?", "probability": 0.76318359375}, {"start": 2488.52, "end": 2489.0, "word": " because", "probability": 0.46728515625}, {"start": 2489.0, "end": 2489.4, "word": " I", "probability": 0.262939453125}, {"start": 2489.4, "end": 2490.38, "word": " have", "probability": 0.80859375}, {"start": 2490.38, "end": 2490.52, "word": " a", "probability": 0.47607421875}, {"start": 2490.52, "end": 2490.78, "word": " margin,", "probability": 0.96728515625}, {"start": 2491.4, "end": 2491.92, "word": " if", "probability": 0.580078125}, {"start": 2491.92, "end": 2492.4, "word": " I", "probability": 0.650390625}, {"start": 2492.4, "end": 2492.4, "word": " remove", "probability": 0.64453125}, {"start": 2492.4, "end": 2492.54, "word": " the", "probability": 0.68359375}, {"start": 2492.54, "end": 2492.84, "word": " margin,", "probability": 0.96533203125}, {"start": 2493.06, "end": 2493.12, "word": " it", "probability": 0.76416015625}, {"start": 2493.12, "end": 2493.12, "word": " will", "probability": 0.49072265625}, {"start": 2493.12, "end": 2493.3, "word": " come", "probability": 0.408447265625}, {"start": 2493.3, "end": 2493.8, "word": " in", "probability": 0.76171875}, {"start": 2493.8, "end": 2493.92, "word": " the", "probability": 0.90380859375}, {"start": 2493.92, "end": 2494.1, "word": " middle,", "probability": 0.939453125}, {"start": 2494.2, "end": 2494.36, "word": " this", "probability": 0.61083984375}, {"start": 2494.36, "end": 2494.42, "word": " is", "probability": 0.87890625}, {"start": 2494.42, "end": 2494.48, "word": " the", "probability": 0.88623046875}, {"start": 2494.48, "end": 2494.72, "word": " button", "probability": 0.78076171875}, {"start": 2494.72, "end": 2495.24, "word": " below,", "probability": 0.466064453125}, {"start": 2495.98, "end": 2496.36, "word": " remove", "probability": 0.77734375}, {"start": 2496.36, "end": 2496.9, "word": " the", "probability": 0.81103515625}, {"start": 2496.9, "end": 2497.28, "word": " margin,", "probability": 0.96728515625}, {"start": 2497.46, "end": 2498.54, "word": " start", "probability": 0.29052734375}, {"start": 2498.54, "end": 2500.56, "word": " and", "probability": 0.56640625}, {"start": 2500.56, "end": 2500.9, "word": " end", "probability": 0.80810546875}], "temperature": 1.0}, {"id": 94, "seek": 252600, "start": 2516.88, "end": 2526.0, "text": " Okay, you have a button and you want to put it in the middle of the screen. What are you going to do? You want to connect it from both sides.", "tokens": [1033, 11, 291, 362, 257, 2960, 293, 291, 528, 281, 829, 309, 294, 264, 2808, 295, 264, 2568, 13, 708, 366, 291, 516, 281, 360, 30, 509, 528, 281, 1745, 309, 490, 1293, 4881, 13], "avg_logprob": -0.5507812235090468, "compression_ratio": 1.2792792792792793, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2516.8799999999997, "end": 2517.2799999999997, "word": " Okay,", "probability": 0.066162109375}, {"start": 2517.2799999999997, "end": 2517.68, "word": " you", "probability": 0.24658203125}, {"start": 2517.68, "end": 2517.9, "word": " have", "probability": 0.74560546875}, {"start": 2517.9, "end": 2518.04, "word": " a", "probability": 0.84619140625}, {"start": 2518.04, "end": 2518.36, "word": " button", "probability": 0.6669921875}, {"start": 2518.36, "end": 2519.5, "word": " and", "probability": 0.133056640625}, {"start": 2519.5, "end": 2519.7, "word": " you", "probability": 0.93994140625}, {"start": 2519.7, "end": 2519.9, "word": " want", "probability": 0.61181640625}, {"start": 2519.9, "end": 2519.92, "word": " to", "probability": 0.9365234375}, {"start": 2519.92, "end": 2520.16, "word": " put", "probability": 0.447998046875}, {"start": 2520.16, "end": 2520.3, "word": " it", "probability": 0.8798828125}, {"start": 2520.3, "end": 2520.34, "word": " in", "probability": 0.5751953125}, {"start": 2520.34, "end": 2520.36, "word": " the", "probability": 0.83203125}, {"start": 2520.36, "end": 2520.5, "word": " middle", "probability": 0.80859375}, {"start": 2520.5, "end": 2520.6, "word": " of", "probability": 0.9541015625}, {"start": 2520.6, "end": 2520.68, "word": " the", "probability": 0.814453125}, {"start": 2520.68, "end": 2520.9, "word": " screen.", "probability": 0.744140625}, {"start": 2522.1, "end": 2522.5, "word": " What", "probability": 0.55859375}, {"start": 2522.5, "end": 2522.52, "word": " are", "probability": 0.1739501953125}, {"start": 2522.52, "end": 2523.08, "word": " you", "probability": 0.76416015625}, {"start": 2523.08, "end": 2523.26, "word": " going", "probability": 0.89208984375}, {"start": 2523.26, "end": 2523.28, "word": " to", "probability": 0.9736328125}, {"start": 2523.28, "end": 2523.36, "word": " do?", "probability": 0.9580078125}, {"start": 2524.02, "end": 2524.42, "word": " You", "probability": 0.828125}, {"start": 2524.42, "end": 2524.6, "word": " want", "probability": 0.499267578125}, {"start": 2524.6, "end": 2524.76, "word": " to", "probability": 0.95849609375}, {"start": 2524.76, "end": 2524.96, "word": " connect", "probability": 0.578125}, {"start": 2524.96, "end": 2525.18, "word": " it", "probability": 0.429931640625}, {"start": 2525.18, "end": 2525.24, "word": " from", "probability": 0.5439453125}, {"start": 2525.24, "end": 2525.54, "word": " both", "probability": 0.494140625}, {"start": 2525.54, "end": 2526.0, "word": " sides.", "probability": 0.84765625}], "temperature": 1.0}, {"id": 95, "seek": 254936, "start": 2529.3, "end": 2549.36, "text": " Notice, you tied it horizontally, and someone says it should come in the middle. No, that's wrong. That way, you're dealing with two ropes, but if the two ropes are connected, it will pull you. Am I right or not, guys? Always think about gravity when you work out. Think about gravity when you work out. Also, in order to put it in the middle, you have to tie it from above and from below.", "tokens": [13428, 11, 291, 9601, 309, 33796, 11, 293, 1580, 1619, 309, 820, 808, 294, 264, 2808, 13, 883, 11, 300, 311, 2085, 13, 663, 636, 11, 291, 434, 6260, 365, 732, 32964, 11, 457, 498, 264, 732, 32964, 366, 4582, 11, 309, 486, 2235, 291, 13, 2012, 286, 558, 420, 406, 11, 1074, 30, 11270, 519, 466, 12110, 562, 291, 589, 484, 13, 6557, 466, 12110, 562, 291, 589, 484, 13, 2743, 11, 294, 1668, 281, 829, 309, 294, 264, 2808, 11, 291, 362, 281, 7582, 309, 490, 3673, 293, 490, 2507, 13], "avg_logprob": -0.6153590159213289, "compression_ratio": 1.6666666666666667, "no_speech_prob": 3.7550926208496094e-06, "words": [{"start": 2529.2999999999997, "end": 2529.66, "word": " Notice,", "probability": 0.2213134765625}, {"start": 2529.66, "end": 2530.02, "word": " you", "probability": 0.246826171875}, {"start": 2530.02, "end": 2530.02, "word": " tied", "probability": 0.252685546875}, {"start": 2530.02, "end": 2530.1, "word": " it", "probability": 0.5478515625}, {"start": 2530.1, "end": 2530.34, "word": " horizontally,", "probability": 0.65625}, {"start": 2530.76, "end": 2530.86, "word": " and", "probability": 0.450439453125}, {"start": 2530.86, "end": 2530.98, "word": " someone", "probability": 0.187255859375}, {"start": 2530.98, "end": 2531.16, "word": " says", "probability": 0.388427734375}, {"start": 2531.16, "end": 2531.32, "word": " it", "probability": 0.11724853515625}, {"start": 2531.32, "end": 2531.36, "word": " should", "probability": 0.250732421875}, {"start": 2531.36, "end": 2531.48, "word": " come", "probability": 0.1759033203125}, {"start": 2531.48, "end": 2531.62, "word": " in", "probability": 0.68212890625}, {"start": 2531.62, "end": 2531.68, "word": " the", "probability": 0.8447265625}, {"start": 2531.68, "end": 2531.9, "word": " middle.", "probability": 0.90869140625}, {"start": 2532.7, "end": 2533.04, "word": " No,", "probability": 0.54296875}, {"start": 2533.06, "end": 2533.18, "word": " that's", "probability": 0.573486328125}, {"start": 2533.18, "end": 2533.5, "word": " wrong.", "probability": 0.83544921875}, {"start": 2534.02, "end": 2534.38, "word": " That", "probability": 0.277099609375}, {"start": 2534.38, "end": 2534.4, "word": " way,", "probability": 0.72412109375}, {"start": 2534.5, "end": 2534.76, "word": " you're", "probability": 0.602783203125}, {"start": 2534.76, "end": 2534.94, "word": " dealing", "probability": 0.310791015625}, {"start": 2534.94, "end": 2535.12, "word": " with", "probability": 0.89599609375}, {"start": 2535.12, "end": 2535.42, "word": " two", "probability": 0.7958984375}, {"start": 2535.42, "end": 2535.42, "word": " ropes,", "probability": 0.2138671875}, {"start": 2535.52, "end": 2535.74, "word": " but", "probability": 0.88525390625}, {"start": 2535.74, "end": 2536.02, "word": " if", "probability": 0.8974609375}, {"start": 2536.02, "end": 2536.8, "word": " the", "probability": 0.34814453125}, {"start": 2536.8, "end": 2537.06, "word": " two", "probability": 0.2958984375}, {"start": 2537.06, "end": 2537.06, "word": " ropes", "probability": 0.935546875}, {"start": 2537.06, "end": 2537.06, "word": " are", "probability": 0.27490234375}, {"start": 2537.06, "end": 2537.06, "word": " connected,", "probability": 0.12481689453125}, {"start": 2537.1, "end": 2537.2, "word": " it", "probability": 0.6259765625}, {"start": 2537.2, "end": 2537.28, "word": " will", "probability": 0.3564453125}, {"start": 2537.28, "end": 2537.4, "word": " pull", "probability": 0.1534423828125}, {"start": 2537.4, "end": 2537.62, "word": " you.", "probability": 0.6171875}, {"start": 2538.12, "end": 2538.48, "word": " Am", "probability": 0.319580078125}, {"start": 2538.48, "end": 2538.48, "word": " I", "probability": 0.98046875}, {"start": 2538.48, "end": 2538.48, "word": " right", "probability": 0.90185546875}, {"start": 2538.48, "end": 2538.74, "word": " or", "probability": 0.387939453125}, {"start": 2538.74, "end": 2538.74, "word": " not,", "probability": 0.58740234375}, {"start": 2538.82, "end": 2538.94, "word": " guys?", "probability": 0.7919921875}, {"start": 2539.78, "end": 2540.14, "word": " Always", "probability": 0.2161865234375}, {"start": 2540.14, "end": 2540.48, "word": " think", "probability": 0.84619140625}, {"start": 2540.48, "end": 2540.84, "word": " about", "probability": 0.43017578125}, {"start": 2540.84, "end": 2541.22, "word": " gravity", "probability": 0.47705078125}, {"start": 2541.22, "end": 2541.54, "word": " when", "probability": 0.421142578125}, {"start": 2541.54, "end": 2541.66, "word": " you", "probability": 0.88916015625}, {"start": 2541.66, "end": 2541.88, "word": " work", "probability": 0.2685546875}, {"start": 2541.88, "end": 2542.34, "word": " out.", "probability": 0.4912109375}, {"start": 2543.5, "end": 2543.86, "word": " Think", "probability": 0.68115234375}, {"start": 2543.86, "end": 2544.04, "word": " about", "probability": 0.8681640625}, {"start": 2544.04, "end": 2544.48, "word": " gravity", "probability": 0.90380859375}, {"start": 2544.48, "end": 2544.66, "word": " when", "probability": 0.73828125}, {"start": 2544.66, "end": 2544.78, "word": " you", "probability": 0.95556640625}, {"start": 2544.78, "end": 2544.94, "word": " work", "probability": 0.255859375}, {"start": 2544.94, "end": 2545.24, "word": " out.", "probability": 0.87744140625}, {"start": 2545.94, "end": 2546.3, "word": " Also,", "probability": 0.450927734375}, {"start": 2546.4, "end": 2546.5, "word": " in", "probability": 0.41943359375}, {"start": 2546.5, "end": 2546.5, "word": " order", "probability": 0.90283203125}, {"start": 2546.5, "end": 2546.64, "word": " to", "probability": 0.921875}, {"start": 2546.64, "end": 2546.84, "word": " put", "probability": 0.56689453125}, {"start": 2546.84, "end": 2546.96, "word": " it", "probability": 0.89599609375}, {"start": 2546.96, "end": 2547.04, "word": " in", "probability": 0.81103515625}, {"start": 2547.04, "end": 2547.08, "word": " the", "probability": 0.9189453125}, {"start": 2547.08, "end": 2547.22, "word": " middle,", "probability": 0.94580078125}, {"start": 2547.3, "end": 2547.3, "word": " you", "probability": 0.892578125}, {"start": 2547.3, "end": 2547.44, "word": " have", "probability": 0.42529296875}, {"start": 2547.44, "end": 2547.58, "word": " to", "probability": 0.97265625}, {"start": 2547.58, "end": 2547.72, "word": " tie", "probability": 0.69873046875}, {"start": 2547.72, "end": 2547.98, "word": " it", "probability": 0.8115234375}, {"start": 2547.98, "end": 2548.06, "word": " from", "probability": 0.7177734375}, {"start": 2548.06, "end": 2548.46, "word": " above", "probability": 0.77392578125}, {"start": 2548.46, "end": 2549.04, "word": " and", "probability": 0.908203125}, {"start": 2549.04, "end": 2549.1, "word": " from", "probability": 0.5078125}, {"start": 2549.1, "end": 2549.36, "word": " below.", "probability": 0.89697265625}], "temperature": 1.0}, {"id": 96, "seek": 258713, "start": 2558.99, "end": 2587.13, "text": " Note that sometimes it sticks. How? Okay, I'm still teaching you how to connect it to the parent. Okay, this is the connection.", "tokens": [11633, 300, 2171, 309, 12518, 13, 1012, 30, 1033, 11, 286, 478, 920, 4571, 291, 577, 281, 1745, 309, 281, 264, 2596, 13, 1033, 11, 341, 307, 264, 4984, 13], "avg_logprob": -0.8382056605431342, "compression_ratio": 1.2307692307692308, "no_speech_prob": 0.0, "words": [{"start": 2558.99, "end": 2559.27, "word": " Note", "probability": 0.0413818359375}, {"start": 2559.27, "end": 2559.41, "word": " that", "probability": 0.263671875}, {"start": 2559.41, "end": 2559.93, "word": " sometimes", "probability": 0.17041015625}, {"start": 2559.93, "end": 2560.11, "word": " it", "probability": 0.4990234375}, {"start": 2560.11, "end": 2560.53, "word": " sticks.", "probability": 0.1611328125}, {"start": 2571.61, "end": 2572.13, "word": " How?", "probability": 0.18212890625}, {"start": 2577.57, "end": 2578.09, "word": " Okay,", "probability": 0.33056640625}, {"start": 2578.19, "end": 2578.47, "word": " I'm", "probability": 0.4000244140625}, {"start": 2578.47, "end": 2578.63, "word": " still", "probability": 0.67138671875}, {"start": 2578.63, "end": 2578.97, "word": " teaching", "probability": 0.76220703125}, {"start": 2578.97, "end": 2579.65, "word": " you", "probability": 0.88623046875}, {"start": 2579.65, "end": 2579.77, "word": " how", "probability": 0.83447265625}, {"start": 2579.77, "end": 2579.85, "word": " to", "probability": 0.9677734375}, {"start": 2579.85, "end": 2579.97, "word": " connect", "probability": 0.4453125}, {"start": 2579.97, "end": 2580.15, "word": " it", "probability": 0.263427734375}, {"start": 2580.15, "end": 2580.15, "word": " to", "probability": 0.448974609375}, {"start": 2580.15, "end": 2580.25, "word": " the", "probability": 0.646484375}, {"start": 2580.25, "end": 2580.49, "word": " parent.", "probability": 0.70556640625}, {"start": 2585.69, "end": 2586.21, "word": " Okay,", "probability": 0.47998046875}, {"start": 2586.33, "end": 2586.61, "word": " this", "probability": 0.50537109375}, {"start": 2586.61, "end": 2586.71, "word": " is", "probability": 0.65185546875}, {"start": 2586.71, "end": 2586.91, "word": " the", "probability": 0.2159423828125}, {"start": 2586.91, "end": 2587.13, "word": " connection.", "probability": 0.1951904296875}], "temperature": 1.0}, {"id": 97, "seek": 261078, "start": 2588.44, "end": 2610.78, "text": " Yes, there is a margin above here, so I correct it and remove the margin. This is between 7. This is the top margin. I will make it 8 like this. Ok, I will put this in the middle. Now we have learned how to connect elements in the parent.", "tokens": [1079, 11, 456, 307, 257, 10270, 3673, 510, 11, 370, 286, 3006, 309, 293, 4159, 264, 10270, 13, 639, 307, 1296, 1614, 13, 639, 307, 264, 1192, 10270, 13, 286, 486, 652, 309, 1649, 411, 341, 13, 3477, 11, 286, 486, 829, 341, 294, 264, 2808, 13, 823, 321, 362, 3264, 577, 281, 1745, 4959, 294, 264, 2596, 13], "avg_logprob": -0.6041666517655054, "compression_ratio": 1.5222929936305734, "no_speech_prob": 0.0, "words": [{"start": 2588.44, "end": 2588.82, "word": " Yes,", "probability": 0.10211181640625}, {"start": 2588.96, "end": 2589.08, "word": " there", "probability": 0.71044921875}, {"start": 2589.08, "end": 2589.08, "word": " is", "probability": 0.806640625}, {"start": 2589.08, "end": 2589.18, "word": " a", "probability": 0.65478515625}, {"start": 2589.18, "end": 2589.48, "word": " margin", "probability": 0.91357421875}, {"start": 2589.48, "end": 2589.86, "word": " above", "probability": 0.1715087890625}, {"start": 2589.86, "end": 2590.3, "word": " here,", "probability": 0.61328125}, {"start": 2590.44, "end": 2591.14, "word": " so", "probability": 0.53857421875}, {"start": 2591.14, "end": 2591.5, "word": " I", "probability": 0.6572265625}, {"start": 2591.5, "end": 2591.7, "word": " correct", "probability": 0.099853515625}, {"start": 2591.7, "end": 2591.82, "word": " it", "probability": 0.849609375}, {"start": 2591.82, "end": 2591.88, "word": " and", "probability": 0.54931640625}, {"start": 2591.88, "end": 2592.04, "word": " remove", "probability": 0.69384765625}, {"start": 2592.04, "end": 2592.18, "word": " the", "probability": 0.583984375}, {"start": 2592.18, "end": 2592.56, "word": " margin.", "probability": 0.9677734375}, {"start": 2594.16, "end": 2594.54, "word": " This", "probability": 0.6787109375}, {"start": 2594.54, "end": 2594.62, "word": " is", "probability": 0.708984375}, {"start": 2594.62, "end": 2594.82, "word": " between", "probability": 0.306640625}, {"start": 2594.82, "end": 2595.22, "word": " 7.", "probability": 0.58251953125}, {"start": 2596.26, "end": 2596.64, "word": " This", "probability": 0.78369140625}, {"start": 2596.64, "end": 2596.7, "word": " is", "probability": 0.89453125}, {"start": 2596.7, "end": 2597.1, "word": " the", "probability": 0.302734375}, {"start": 2597.1, "end": 2597.42, "word": " top", "probability": 0.40771484375}, {"start": 2597.42, "end": 2597.48, "word": " margin.", "probability": 0.95849609375}, {"start": 2598.64, "end": 2598.66, "word": " I", "probability": 0.57958984375}, {"start": 2598.66, "end": 2598.76, "word": " will", "probability": 0.346435546875}, {"start": 2598.76, "end": 2598.88, "word": " make", "probability": 0.306640625}, {"start": 2598.88, "end": 2599.02, "word": " it", "probability": 0.75732421875}, {"start": 2599.02, "end": 2599.3, "word": " 8", "probability": 0.89013671875}, {"start": 2599.3, "end": 2599.54, "word": " like", "probability": 0.476318359375}, {"start": 2599.54, "end": 2599.8, "word": " this.", "probability": 0.91650390625}, {"start": 2606.54, "end": 2606.76, "word": " Ok,", "probability": 0.401611328125}, {"start": 2606.8, "end": 2606.9, "word": " I", "probability": 0.50341796875}, {"start": 2606.9, "end": 2606.94, "word": " will", "probability": 0.50146484375}, {"start": 2606.94, "end": 2607.12, "word": " put", "probability": 0.6015625}, {"start": 2607.12, "end": 2607.18, "word": " this", "probability": 0.6396484375}, {"start": 2607.18, "end": 2607.26, "word": " in", "probability": 0.81201171875}, {"start": 2607.26, "end": 2607.36, "word": " the", "probability": 0.87890625}, {"start": 2607.36, "end": 2607.52, "word": " middle.", "probability": 0.90673828125}, {"start": 2608.12, "end": 2608.5, "word": " Now", "probability": 0.467529296875}, {"start": 2608.5, "end": 2608.84, "word": " we", "probability": 0.499267578125}, {"start": 2608.84, "end": 2608.96, "word": " have", "probability": 0.394775390625}, {"start": 2608.96, "end": 2609.36, "word": " learned", "probability": 0.75390625}, {"start": 2609.36, "end": 2609.6, "word": " how", "probability": 0.91845703125}, {"start": 2609.6, "end": 2609.76, "word": " to", "probability": 0.8291015625}, {"start": 2609.76, "end": 2609.86, "word": " connect", "probability": 0.4345703125}, {"start": 2609.86, "end": 2609.9, "word": " elements", "probability": 0.33740234375}, {"start": 2609.9, "end": 2610.44, "word": " in", "probability": 0.64697265625}, {"start": 2610.44, "end": 2610.56, "word": " the", "probability": 0.30810546875}, {"start": 2610.56, "end": 2610.78, "word": " parent.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 98, "seek": 263767, "start": 2612.99, "end": 2637.67, "text": " Because the key is to connect the elements together. We haven't learned yet how to connect the elements together. Let's say I have a button connected only to the parent top left. Top left. Because I want to put another button next to this button. I want to put another button next to it. Come on, pull the button.", "tokens": [1436, 264, 2141, 307, 281, 1745, 264, 4959, 1214, 13, 492, 2378, 380, 3264, 1939, 577, 281, 1745, 264, 4959, 1214, 13, 961, 311, 584, 286, 362, 257, 2960, 4582, 787, 281, 264, 2596, 1192, 1411, 13, 8840, 1411, 13, 1436, 286, 528, 281, 829, 1071, 2960, 958, 281, 341, 2960, 13, 286, 528, 281, 829, 1071, 2960, 958, 281, 309, 13, 2492, 322, 11, 2235, 264, 2960, 13], "avg_logprob": -0.48839284351893836, "compression_ratio": 1.950310559006211, "no_speech_prob": 0.0, "words": [{"start": 2612.99, "end": 2613.25, "word": " Because", "probability": 0.369384765625}, {"start": 2613.25, "end": 2613.47, "word": " the", "probability": 0.11248779296875}, {"start": 2613.47, "end": 2613.47, "word": " key", "probability": 0.183349609375}, {"start": 2613.47, "end": 2613.69, "word": " is", "probability": 0.5947265625}, {"start": 2613.69, "end": 2614.51, "word": " to", "probability": 0.62890625}, {"start": 2614.51, "end": 2615.63, "word": " connect", "probability": 0.50732421875}, {"start": 2615.63, "end": 2615.75, "word": " the", "probability": 0.45263671875}, {"start": 2615.75, "end": 2616.03, "word": " elements", "probability": 0.8544921875}, {"start": 2616.03, "end": 2616.43, "word": " together.", "probability": 0.61376953125}, {"start": 2616.55, "end": 2616.55, "word": " We", "probability": 0.76611328125}, {"start": 2616.55, "end": 2616.61, "word": " haven't", "probability": 0.61920166015625}, {"start": 2616.61, "end": 2616.97, "word": " learned", "probability": 0.459228515625}, {"start": 2616.97, "end": 2617.31, "word": " yet", "probability": 0.449462890625}, {"start": 2617.31, "end": 2617.43, "word": " how", "probability": 0.84619140625}, {"start": 2617.43, "end": 2617.69, "word": " to", "probability": 0.9658203125}, {"start": 2617.69, "end": 2617.69, "word": " connect", "probability": 0.8515625}, {"start": 2617.69, "end": 2617.79, "word": " the", "probability": 0.373046875}, {"start": 2617.79, "end": 2618.01, "word": " elements", "probability": 0.92919921875}, {"start": 2618.01, "end": 2618.95, "word": " together.", "probability": 0.81396484375}, {"start": 2619.13, "end": 2619.39, "word": " Let's", "probability": 0.5517578125}, {"start": 2619.39, "end": 2619.39, "word": " say", "probability": 0.51318359375}, {"start": 2619.39, "end": 2619.55, "word": " I", "probability": 0.78173828125}, {"start": 2619.55, "end": 2619.67, "word": " have", "probability": 0.84912109375}, {"start": 2619.67, "end": 2619.77, "word": " a", "probability": 0.94384765625}, {"start": 2619.77, "end": 2620.01, "word": " button", "probability": 0.857421875}, {"start": 2620.01, "end": 2625.57, "word": " connected", "probability": 0.105224609375}, {"start": 2625.57, "end": 2626.09, "word": " only", "probability": 0.42529296875}, {"start": 2626.09, "end": 2626.61, "word": " to", "probability": 0.5673828125}, {"start": 2626.61, "end": 2626.77, "word": " the", "probability": 0.406005859375}, {"start": 2626.77, "end": 2627.15, "word": " parent", "probability": 0.919921875}, {"start": 2627.15, "end": 2627.69, "word": " top", "probability": 0.4501953125}, {"start": 2627.69, "end": 2628.47, "word": " left.", "probability": 0.677734375}, {"start": 2629.87, "end": 2630.39, "word": " Top", "probability": 0.257568359375}, {"start": 2630.39, "end": 2630.89, "word": " left.", "probability": 0.9033203125}, {"start": 2631.53, "end": 2632.05, "word": " Because", "probability": 0.66455078125}, {"start": 2632.05, "end": 2632.13, "word": " I", "probability": 0.873046875}, {"start": 2632.13, "end": 2632.31, "word": " want", "probability": 0.791015625}, {"start": 2632.31, "end": 2632.31, "word": " to", "probability": 0.94384765625}, {"start": 2632.31, "end": 2632.55, "word": " put", "probability": 0.423828125}, {"start": 2632.55, "end": 2632.87, "word": " another", "probability": 0.58203125}, {"start": 2632.87, "end": 2633.57, "word": " button", "probability": 0.8779296875}, {"start": 2633.57, "end": 2633.79, "word": " next", "probability": 0.86376953125}, {"start": 2633.79, "end": 2633.79, "word": " to", "probability": 0.96923828125}, {"start": 2633.79, "end": 2633.79, "word": " this", "probability": 0.60302734375}, {"start": 2633.79, "end": 2633.79, "word": " button.", "probability": 0.83740234375}, {"start": 2634.93, "end": 2635.45, "word": " I", "probability": 0.62451171875}, {"start": 2635.45, "end": 2635.57, "word": " want", "probability": 0.78173828125}, {"start": 2635.57, "end": 2635.61, "word": " to", "probability": 0.95947265625}, {"start": 2635.61, "end": 2635.77, "word": " put", "probability": 0.83544921875}, {"start": 2635.77, "end": 2636.03, "word": " another", "probability": 0.765625}, {"start": 2636.03, "end": 2636.35, "word": " button", "probability": 0.88623046875}, {"start": 2636.35, "end": 2636.57, "word": " next", "probability": 0.939453125}, {"start": 2636.57, "end": 2636.57, "word": " to", "probability": 0.96875}, {"start": 2636.57, "end": 2636.57, "word": " it.", "probability": 0.78466796875}, {"start": 2636.73, "end": 2636.99, "word": " Come", "probability": 0.54638671875}, {"start": 2636.99, "end": 2637.07, "word": " on,", "probability": 0.27001953125}, {"start": 2637.09, "end": 2637.25, "word": " pull", "probability": 0.498291015625}, {"start": 2637.25, "end": 2637.41, "word": " the", "probability": 0.646484375}, {"start": 2637.41, "end": 2637.67, "word": " button.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 99, "seek": 267013, "start": 2640.73, "end": 2670.13, "text": " Pay attention, if you put it like this, it does not mean that it is next to it. Okay? You will turn it on and you will find it. Yes, put it in the corner. Now, where does this piston want to come? On the right of this piston, right? So, right of this one with this one. Do you see how the track moves? This piston, do you see it? I took this circle and connected it to this one.", "tokens": [11431, 3202, 11, 498, 291, 829, 309, 411, 341, 11, 309, 775, 406, 914, 300, 309, 307, 958, 281, 309, 13, 1033, 30, 509, 486, 1261, 309, 322, 293, 291, 486, 915, 309, 13, 1079, 11, 829, 309, 294, 264, 4538, 13, 823, 11, 689, 775, 341, 30002, 528, 281, 808, 30, 1282, 264, 558, 295, 341, 30002, 11, 558, 30, 407, 11, 558, 295, 341, 472, 365, 341, 472, 13, 1144, 291, 536, 577, 264, 2837, 6067, 30, 639, 30002, 11, 360, 291, 536, 309, 30, 286, 1890, 341, 6329, 293, 4582, 309, 281, 341, 472, 13], "avg_logprob": -0.5356691798778496, "compression_ratio": 1.7465437788018434, "no_speech_prob": 0.0, "words": [{"start": 2640.73, "end": 2640.99, "word": " Pay", "probability": 0.149658203125}, {"start": 2640.99, "end": 2641.25, "word": " attention,", "probability": 0.91650390625}, {"start": 2641.37, "end": 2641.57, "word": " if", "probability": 0.391357421875}, {"start": 2641.57, "end": 2641.63, "word": " you", "probability": 0.671875}, {"start": 2641.63, "end": 2641.63, "word": " put", "probability": 0.483642578125}, {"start": 2641.63, "end": 2641.71, "word": " it", "probability": 0.76513671875}, {"start": 2641.71, "end": 2641.83, "word": " like", "probability": 0.456787109375}, {"start": 2641.83, "end": 2641.93, "word": " this,", "probability": 0.72607421875}, {"start": 2642.05, "end": 2642.11, "word": " it", "probability": 0.84423828125}, {"start": 2642.11, "end": 2642.11, "word": " does", "probability": 0.2978515625}, {"start": 2642.11, "end": 2642.11, "word": " not", "probability": 0.892578125}, {"start": 2642.11, "end": 2642.27, "word": " mean", "probability": 0.865234375}, {"start": 2642.27, "end": 2642.37, "word": " that", "probability": 0.51123046875}, {"start": 2642.37, "end": 2642.49, "word": " it", "probability": 0.59912109375}, {"start": 2642.49, "end": 2642.49, "word": " is", "probability": 0.408203125}, {"start": 2642.49, "end": 2642.81, "word": " next", "probability": 0.12347412109375}, {"start": 2642.81, "end": 2642.81, "word": " to", "probability": 0.96630859375}, {"start": 2642.81, "end": 2642.97, "word": " it.", "probability": 0.57763671875}, {"start": 2644.03, "end": 2644.37, "word": " Okay?", "probability": 0.229248046875}, {"start": 2644.53, "end": 2644.67, "word": " You", "probability": 0.2359619140625}, {"start": 2644.67, "end": 2644.67, "word": " will", "probability": 0.6396484375}, {"start": 2644.67, "end": 2644.93, "word": " turn", "probability": 0.27392578125}, {"start": 2644.93, "end": 2645.05, "word": " it", "probability": 0.85009765625}, {"start": 2645.05, "end": 2645.05, "word": " on", "probability": 0.93505859375}, {"start": 2645.05, "end": 2645.17, "word": " and", "probability": 0.64111328125}, {"start": 2645.17, "end": 2645.19, "word": " you", "probability": 0.4521484375}, {"start": 2645.19, "end": 2645.23, "word": " will", "probability": 0.8623046875}, {"start": 2645.23, "end": 2645.43, "word": " find", "probability": 0.430908203125}, {"start": 2645.43, "end": 2645.87, "word": " it.", "probability": 0.68212890625}, {"start": 2646.37, "end": 2646.77, "word": " Yes,", "probability": 0.471435546875}, {"start": 2646.83, "end": 2647.09, "word": " put", "probability": 0.619140625}, {"start": 2647.09, "end": 2647.17, "word": " it", "probability": 0.92236328125}, {"start": 2647.17, "end": 2647.21, "word": " in", "probability": 0.52587890625}, {"start": 2647.21, "end": 2647.33, "word": " the", "probability": 0.71240234375}, {"start": 2647.33, "end": 2647.55, "word": " corner.", "probability": 0.82177734375}, {"start": 2648.03, "end": 2648.43, "word": " Now,", "probability": 0.69482421875}, {"start": 2649.89, "end": 2649.95, "word": " where", "probability": 0.78662109375}, {"start": 2649.95, "end": 2649.95, "word": " does", "probability": 0.609375}, {"start": 2649.95, "end": 2649.99, "word": " this", "probability": 0.875}, {"start": 2649.99, "end": 2650.17, "word": " piston", "probability": 0.05224609375}, {"start": 2650.17, "end": 2650.85, "word": " want", "probability": 0.51904296875}, {"start": 2650.85, "end": 2650.87, "word": " to", "probability": 0.97265625}, {"start": 2650.87, "end": 2650.99, "word": " come?", "probability": 0.52587890625}, {"start": 2653.53, "end": 2653.93, "word": " On", "probability": 0.464111328125}, {"start": 2653.93, "end": 2655.43, "word": " the", "probability": 0.81591796875}, {"start": 2655.43, "end": 2656.57, "word": " right", "probability": 0.7041015625}, {"start": 2656.57, "end": 2656.97, "word": " of", "probability": 0.384521484375}, {"start": 2656.97, "end": 2657.17, "word": " this", "probability": 0.91455078125}, {"start": 2657.17, "end": 2657.45, "word": " piston,", "probability": 0.8759765625}, {"start": 2657.59, "end": 2657.85, "word": " right?", "probability": 0.8037109375}, {"start": 2659.29, "end": 2659.69, "word": " So,", "probability": 0.66259765625}, {"start": 2659.91, "end": 2660.03, "word": " right", "probability": 0.419189453125}, {"start": 2660.03, "end": 2660.27, "word": " of", "probability": 0.222412109375}, {"start": 2660.27, "end": 2660.47, "word": " this", "probability": 0.89697265625}, {"start": 2660.47, "end": 2660.51, "word": " one", "probability": 0.341064453125}, {"start": 2660.51, "end": 2660.63, "word": " with", "probability": 0.5498046875}, {"start": 2660.63, "end": 2660.85, "word": " this", "probability": 0.85693359375}, {"start": 2660.85, "end": 2660.89, "word": " one.", "probability": 0.8837890625}, {"start": 2660.93, "end": 2660.99, "word": " Do", "probability": 0.4130859375}, {"start": 2660.99, "end": 2660.99, "word": " you", "probability": 0.9716796875}, {"start": 2660.99, "end": 2661.19, "word": " see", "probability": 0.9033203125}, {"start": 2661.19, "end": 2661.35, "word": " how", "probability": 0.83251953125}, {"start": 2661.35, "end": 2661.57, "word": " the", "probability": 0.6767578125}, {"start": 2661.57, "end": 2661.77, "word": " track", "probability": 0.41455078125}, {"start": 2661.77, "end": 2661.77, "word": " moves?", "probability": 0.10638427734375}, {"start": 2665.35, "end": 2665.75, "word": " This", "probability": 0.47412109375}, {"start": 2665.75, "end": 2666.05, "word": " piston,", "probability": 0.87548828125}, {"start": 2666.31, "end": 2666.39, "word": " do", "probability": 0.60693359375}, {"start": 2666.39, "end": 2666.39, "word": " you", "probability": 0.96923828125}, {"start": 2666.39, "end": 2666.67, "word": " see", "probability": 0.92529296875}, {"start": 2666.67, "end": 2666.97, "word": " it?", "probability": 0.822265625}, {"start": 2667.21, "end": 2667.61, "word": " I", "probability": 0.345703125}, {"start": 2667.61, "end": 2667.87, "word": " took", "probability": 0.369873046875}, {"start": 2667.87, "end": 2668.37, "word": " this", "probability": 0.90771484375}, {"start": 2668.37, "end": 2669.19, "word": " circle", "probability": 0.83740234375}, {"start": 2669.19, "end": 2669.37, "word": " and", "probability": 0.9091796875}, {"start": 2669.37, "end": 2669.55, "word": " connected", "probability": 0.18896484375}, {"start": 2669.55, "end": 2669.71, "word": " it", "probability": 0.92919921875}, {"start": 2669.71, "end": 2669.83, "word": " to", "probability": 0.65869140625}, {"start": 2669.83, "end": 2670.07, "word": " this", "probability": 0.88818359375}, {"start": 2670.07, "end": 2670.13, "word": " one.", "probability": 0.78076171875}], "temperature": 1.0}, {"id": 100, "seek": 269666, "start": 2671.78, "end": 2696.66, "text": " All right? Then, it's enough if I just connect it from one side, you need to connect it from the other side. From where do I connect it? You can connect it above you. But when I connected it on the ceiling, what did it do? It pulled me up. You can go down and make a margin below. So, I connected this element on the right and connected it in the parent.", "tokens": [1057, 558, 30, 1396, 11, 309, 311, 1547, 498, 286, 445, 1745, 309, 490, 472, 1252, 11, 291, 643, 281, 1745, 309, 490, 264, 661, 1252, 13, 3358, 689, 360, 286, 1745, 309, 30, 509, 393, 1745, 309, 3673, 291, 13, 583, 562, 286, 4582, 309, 322, 264, 13655, 11, 437, 630, 309, 360, 30, 467, 7373, 385, 493, 13, 509, 393, 352, 760, 293, 652, 257, 10270, 2507, 13, 407, 11, 286, 4582, 341, 4478, 322, 264, 558, 293, 4582, 309, 294, 264, 2596, 13], "avg_logprob": -0.5614224384570944, "compression_ratio": 1.7317073170731707, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2671.78, "end": 2672.04, "word": " All", "probability": 0.07110595703125}, {"start": 2672.04, "end": 2672.22, "word": " right?", "probability": 0.68017578125}, {"start": 2673.54, "end": 2673.92, "word": " Then,", "probability": 0.346923828125}, {"start": 2674.14, "end": 2674.84, "word": " it's", "probability": 0.277099609375}, {"start": 2674.84, "end": 2675.02, "word": " enough", "probability": 0.72705078125}, {"start": 2675.02, "end": 2675.12, "word": " if", "probability": 0.385986328125}, {"start": 2675.12, "end": 2675.36, "word": " I", "probability": 0.88330078125}, {"start": 2675.36, "end": 2675.48, "word": " just", "probability": 0.244140625}, {"start": 2675.48, "end": 2675.48, "word": " connect", "probability": 0.452880859375}, {"start": 2675.48, "end": 2675.6, "word": " it", "probability": 0.2232666015625}, {"start": 2675.6, "end": 2675.66, "word": " from", "probability": 0.6416015625}, {"start": 2675.66, "end": 2675.96, "word": " one", "probability": 0.5361328125}, {"start": 2675.96, "end": 2675.96, "word": " side,", "probability": 0.71533203125}, {"start": 2676.42, "end": 2677.0, "word": " you", "probability": 0.372314453125}, {"start": 2677.0, "end": 2677.18, "word": " need", "probability": 0.20068359375}, {"start": 2677.18, "end": 2677.34, "word": " to", "probability": 0.96923828125}, {"start": 2677.34, "end": 2677.42, "word": " connect", "probability": 0.9013671875}, {"start": 2677.42, "end": 2677.6, "word": " it", "probability": 0.68603515625}, {"start": 2677.6, "end": 2677.6, "word": " from", "probability": 0.81396484375}, {"start": 2677.6, "end": 2677.7, "word": " the", "probability": 0.412109375}, {"start": 2677.7, "end": 2677.74, "word": " other", "probability": 0.85498046875}, {"start": 2677.74, "end": 2677.98, "word": " side.", "probability": 0.79931640625}, {"start": 2678.22, "end": 2678.36, "word": " From", "probability": 0.260498046875}, {"start": 2678.36, "end": 2678.52, "word": " where", "probability": 0.7294921875}, {"start": 2678.52, "end": 2678.62, "word": " do", "probability": 0.4736328125}, {"start": 2678.62, "end": 2678.64, "word": " I", "probability": 0.796875}, {"start": 2678.64, "end": 2678.78, "word": " connect", "probability": 0.8134765625}, {"start": 2678.78, "end": 2678.84, "word": " it?", "probability": 0.6005859375}, {"start": 2679.36, "end": 2679.74, "word": " You", "probability": 0.8154296875}, {"start": 2679.74, "end": 2679.96, "word": " can", "probability": 0.884765625}, {"start": 2679.96, "end": 2680.2, "word": " connect", "probability": 0.69580078125}, {"start": 2680.2, "end": 2680.32, "word": " it", "probability": 0.87353515625}, {"start": 2680.32, "end": 2680.68, "word": " above", "probability": 0.349365234375}, {"start": 2680.68, "end": 2681.04, "word": " you.", "probability": 0.50439453125}, {"start": 2682.72, "end": 2683.1, "word": " But", "probability": 0.86279296875}, {"start": 2683.1, "end": 2683.34, "word": " when", "probability": 0.367431640625}, {"start": 2683.34, "end": 2683.5, "word": " I", "probability": 0.60009765625}, {"start": 2683.5, "end": 2683.66, "word": " connected", "probability": 0.59912109375}, {"start": 2683.66, "end": 2683.78, "word": " it", "probability": 0.85400390625}, {"start": 2683.78, "end": 2683.84, "word": " on", "probability": 0.340087890625}, {"start": 2683.84, "end": 2683.92, "word": " the", "probability": 0.8994140625}, {"start": 2683.92, "end": 2684.08, "word": " ceiling,", "probability": 0.67236328125}, {"start": 2684.26, "end": 2684.3, "word": " what", "probability": 0.85498046875}, {"start": 2684.3, "end": 2684.4, "word": " did", "probability": 0.744140625}, {"start": 2684.4, "end": 2684.4, "word": " it", "probability": 0.85986328125}, {"start": 2684.4, "end": 2684.56, "word": " do?", "probability": 0.958984375}, {"start": 2685.54, "end": 2685.92, "word": " It", "probability": 0.748046875}, {"start": 2685.92, "end": 2686.06, "word": " pulled", "probability": 0.5537109375}, {"start": 2686.06, "end": 2686.26, "word": " me", "probability": 0.61572265625}, {"start": 2686.26, "end": 2686.44, "word": " up.", "probability": 0.7958984375}, {"start": 2686.98, "end": 2687.1, "word": " You", "probability": 0.63916015625}, {"start": 2687.1, "end": 2687.32, "word": " can", "probability": 0.87060546875}, {"start": 2687.32, "end": 2687.54, "word": " go", "probability": 0.242919921875}, {"start": 2687.54, "end": 2687.66, "word": " down", "probability": 0.7080078125}, {"start": 2687.66, "end": 2688.42, "word": " and", "probability": 0.406494140625}, {"start": 2688.42, "end": 2688.7, "word": " make", "probability": 0.240966796875}, {"start": 2688.7, "end": 2688.84, "word": " a", "probability": 0.83447265625}, {"start": 2688.84, "end": 2689.06, "word": " margin", "probability": 0.93017578125}, {"start": 2689.06, "end": 2689.38, "word": " below.", "probability": 0.446533203125}, {"start": 2690.52, "end": 2690.78, "word": " So,", "probability": 0.4248046875}, {"start": 2690.94, "end": 2691.26, "word": " I", "probability": 0.460693359375}, {"start": 2691.26, "end": 2693.1, "word": " connected", "probability": 0.712890625}, {"start": 2693.1, "end": 2693.22, "word": " this", "probability": 0.7900390625}, {"start": 2693.22, "end": 2693.22, "word": " element", "probability": 0.955078125}, {"start": 2693.22, "end": 2693.92, "word": " on", "probability": 0.3017578125}, {"start": 2693.92, "end": 2694.04, "word": " the", "probability": 0.58056640625}, {"start": 2694.04, "end": 2694.2, "word": " right", "probability": 0.90966796875}, {"start": 2694.2, "end": 2694.78, "word": " and", "probability": 0.60546875}, {"start": 2694.78, "end": 2695.12, "word": " connected", "probability": 0.61865234375}, {"start": 2695.12, "end": 2695.5, "word": " it", "probability": 0.8642578125}, {"start": 2695.5, "end": 2696.3, "word": " in", "probability": 0.418701171875}, {"start": 2696.3, "end": 2696.44, "word": " the", "probability": 0.84033203125}, {"start": 2696.44, "end": 2696.66, "word": " parent.", "probability": 0.5966796875}], "temperature": 1.0}, {"id": 101, "seek": 272970, "start": 2705.52, "end": 2729.7, "text": " There is another solution which is better because it is not related to the parent's top. I don't want to connect it to the parent's top. I want to do like this. I want to bring the top of this button. Okay? I connect it to whom? Can you see where I pull the arrow? Yes, to the top of the button next to it. So this button is connected to both sides. What are both sides?", "tokens": [821, 307, 1071, 3827, 597, 307, 1101, 570, 309, 307, 406, 4077, 281, 264, 2596, 311, 1192, 13, 286, 500, 380, 528, 281, 1745, 309, 281, 264, 2596, 311, 1192, 13, 286, 528, 281, 360, 411, 341, 13, 286, 528, 281, 1565, 264, 1192, 295, 341, 2960, 13, 1033, 30, 286, 1745, 309, 281, 7101, 30, 1664, 291, 536, 689, 286, 2235, 264, 11610, 30, 1079, 11, 281, 264, 1192, 295, 264, 2960, 958, 281, 309, 13, 407, 341, 2960, 307, 4582, 281, 1293, 4881, 13, 708, 366, 1293, 4881, 30], "avg_logprob": -0.46739130596751755, "compression_ratio": 1.7751196172248804, "no_speech_prob": 0.0, "words": [{"start": 2705.52, "end": 2705.72, "word": " There", "probability": 0.418701171875}, {"start": 2705.72, "end": 2705.78, "word": " is", "probability": 0.78857421875}, {"start": 2705.78, "end": 2706.24, "word": " another", "probability": 0.77001953125}, {"start": 2706.24, "end": 2706.3, "word": " solution", "probability": 0.486083984375}, {"start": 2706.3, "end": 2707.36, "word": " which", "probability": 0.1859130859375}, {"start": 2707.36, "end": 2707.36, "word": " is", "probability": 0.89697265625}, {"start": 2707.36, "end": 2707.62, "word": " better", "probability": 0.7890625}, {"start": 2707.62, "end": 2708.38, "word": " because", "probability": 0.2320556640625}, {"start": 2708.38, "end": 2708.62, "word": " it", "probability": 0.392578125}, {"start": 2708.62, "end": 2708.62, "word": " is", "probability": 0.46728515625}, {"start": 2708.62, "end": 2708.62, "word": " not", "probability": 0.85693359375}, {"start": 2708.62, "end": 2709.0, "word": " related", "probability": 0.11395263671875}, {"start": 2709.0, "end": 2709.46, "word": " to", "probability": 0.9384765625}, {"start": 2709.46, "end": 2710.02, "word": " the", "probability": 0.56298828125}, {"start": 2710.02, "end": 2710.7, "word": " parent's", "probability": 0.667236328125}, {"start": 2710.7, "end": 2710.7, "word": " top.", "probability": 0.34326171875}, {"start": 2711.38, "end": 2711.78, "word": " I", "probability": 0.5}, {"start": 2711.78, "end": 2711.92, "word": " don't", "probability": 0.75634765625}, {"start": 2711.92, "end": 2712.04, "word": " want", "probability": 0.8076171875}, {"start": 2712.04, "end": 2712.06, "word": " to", "probability": 0.90576171875}, {"start": 2712.06, "end": 2712.18, "word": " connect", "probability": 0.44384765625}, {"start": 2712.18, "end": 2712.28, "word": " it", "probability": 0.5947265625}, {"start": 2712.28, "end": 2712.34, "word": " to", "probability": 0.880859375}, {"start": 2712.34, "end": 2712.82, "word": " the", "probability": 0.7294921875}, {"start": 2712.82, "end": 2713.04, "word": " parent's", "probability": 0.953857421875}, {"start": 2713.04, "end": 2713.04, "word": " top.", "probability": 0.94482421875}, {"start": 2713.22, "end": 2713.28, "word": " I", "probability": 0.853515625}, {"start": 2713.28, "end": 2713.42, "word": " want", "probability": 0.6689453125}, {"start": 2713.42, "end": 2713.48, "word": " to", "probability": 0.85595703125}, {"start": 2713.48, "end": 2713.6, "word": " do", "probability": 0.5126953125}, {"start": 2713.6, "end": 2713.76, "word": " like", "probability": 0.31298828125}, {"start": 2713.76, "end": 2714.04, "word": " this.", "probability": 0.8759765625}, {"start": 2714.14, "end": 2714.16, "word": " I", "probability": 0.9501953125}, {"start": 2714.16, "end": 2714.36, "word": " want", "probability": 0.70849609375}, {"start": 2714.36, "end": 2714.48, "word": " to", "probability": 0.779296875}, {"start": 2714.48, "end": 2714.7, "word": " bring", "probability": 0.485595703125}, {"start": 2714.7, "end": 2714.88, "word": " the", "probability": 0.6298828125}, {"start": 2714.88, "end": 2715.12, "word": " top", "probability": 0.9306640625}, {"start": 2715.12, "end": 2715.4, "word": " of", "probability": 0.89990234375}, {"start": 2715.4, "end": 2715.68, "word": " this", "probability": 0.88818359375}, {"start": 2715.68, "end": 2716.02, "word": " button.", "probability": 0.81396484375}, {"start": 2717.0, "end": 2717.4, "word": " Okay?", "probability": 0.252197265625}, {"start": 2717.6, "end": 2717.78, "word": " I", "probability": 0.6669921875}, {"start": 2717.78, "end": 2717.9, "word": " connect", "probability": 0.6591796875}, {"start": 2717.9, "end": 2718.06, "word": " it", "probability": 0.8515625}, {"start": 2718.06, "end": 2718.12, "word": " to", "probability": 0.454345703125}, {"start": 2718.12, "end": 2718.36, "word": " whom?", "probability": 0.52197265625}, {"start": 2718.86, "end": 2719.1, "word": " Can", "probability": 0.392578125}, {"start": 2719.1, "end": 2719.24, "word": " you", "probability": 0.97119140625}, {"start": 2719.24, "end": 2719.24, "word": " see", "probability": 0.9052734375}, {"start": 2719.24, "end": 2719.38, "word": " where", "probability": 0.814453125}, {"start": 2719.38, "end": 2719.5, "word": " I", "probability": 0.896484375}, {"start": 2719.5, "end": 2719.68, "word": " pull", "probability": 0.5}, {"start": 2719.68, "end": 2719.82, "word": " the", "probability": 0.82275390625}, {"start": 2719.82, "end": 2720.04, "word": " arrow?", "probability": 0.276611328125}, {"start": 2721.12, "end": 2721.48, "word": " Yes,", "probability": 0.64453125}, {"start": 2721.56, "end": 2721.72, "word": " to", "probability": 0.39013671875}, {"start": 2721.72, "end": 2721.84, "word": " the", "probability": 0.88671875}, {"start": 2721.84, "end": 2722.04, "word": " top", "probability": 0.7666015625}, {"start": 2722.04, "end": 2722.2, "word": " of", "probability": 0.65966796875}, {"start": 2722.2, "end": 2722.3, "word": " the", "probability": 0.75}, {"start": 2722.3, "end": 2722.44, "word": " button", "probability": 0.33740234375}, {"start": 2722.44, "end": 2722.7, "word": " next", "probability": 0.58544921875}, {"start": 2722.7, "end": 2722.92, "word": " to", "probability": 0.97119140625}, {"start": 2722.92, "end": 2723.0, "word": " it.", "probability": 0.8359375}, {"start": 2726.5, "end": 2726.9, "word": " So", "probability": 0.349609375}, {"start": 2726.9, "end": 2727.22, "word": " this", "probability": 0.66259765625}, {"start": 2727.22, "end": 2727.6, "word": " button", "probability": 0.85302734375}, {"start": 2727.6, "end": 2728.02, "word": " is", "probability": 0.65966796875}, {"start": 2728.02, "end": 2728.28, "word": " connected", "probability": 0.62548828125}, {"start": 2728.28, "end": 2728.48, "word": " to", "probability": 0.475830078125}, {"start": 2728.48, "end": 2728.96, "word": " both", "probability": 0.73486328125}, {"start": 2728.96, "end": 2728.96, "word": " sides.", "probability": 0.86376953125}, {"start": 2729.06, "end": 2729.24, "word": " What", "probability": 0.8330078125}, {"start": 2729.24, "end": 2729.36, "word": " are", "probability": 0.81298828125}, {"start": 2729.36, "end": 2729.5, "word": " both", "probability": 0.494384765625}, {"start": 2729.5, "end": 2729.7, "word": " sides?", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 102, "seek": 275904, "start": 2730.96, "end": 2759.04, "text": " which is attached to this button on the right and this top is attached to the top of the first button. What is the advantage of this? This element is attached from both sides to the same element. The advantage is that when you pull this element, it will pull that element with you. No, this element is attached", "tokens": [597, 307, 8570, 281, 341, 2960, 322, 264, 558, 293, 341, 1192, 307, 8570, 281, 264, 1192, 295, 264, 700, 2960, 13, 708, 307, 264, 5002, 295, 341, 30, 639, 4478, 307, 8570, 490, 1293, 4881, 281, 264, 912, 4478, 13, 440, 5002, 307, 300, 562, 291, 2235, 341, 4478, 11, 309, 486, 2235, 300, 4478, 365, 291, 13, 883, 11, 341, 4478, 307, 8570], "avg_logprob": -0.6633522790489774, "compression_ratio": 1.896341463414634, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2730.96, "end": 2731.32, "word": " which", "probability": 0.1490478515625}, {"start": 2731.32, "end": 2731.46, "word": " is", "probability": 0.5498046875}, {"start": 2731.46, "end": 2733.54, "word": " attached", "probability": 0.1439208984375}, {"start": 2733.54, "end": 2735.68, "word": " to", "probability": 0.79150390625}, {"start": 2735.68, "end": 2735.8, "word": " this", "probability": 0.3759765625}, {"start": 2735.8, "end": 2736.12, "word": " button", "probability": 0.59912109375}, {"start": 2736.12, "end": 2737.36, "word": " on", "probability": 0.2158203125}, {"start": 2737.36, "end": 2738.06, "word": " the", "probability": 0.583984375}, {"start": 2738.06, "end": 2738.16, "word": " right", "probability": 0.68310546875}, {"start": 2738.16, "end": 2740.16, "word": " and", "probability": 0.320556640625}, {"start": 2740.16, "end": 2740.34, "word": " this", "probability": 0.284423828125}, {"start": 2740.34, "end": 2740.52, "word": " top", "probability": 0.29052734375}, {"start": 2740.52, "end": 2742.58, "word": " is", "probability": 0.420166015625}, {"start": 2742.58, "end": 2743.02, "word": " attached", "probability": 0.6337890625}, {"start": 2743.02, "end": 2743.22, "word": " to", "probability": 0.9375}, {"start": 2743.22, "end": 2743.3, "word": " the", "probability": 0.426513671875}, {"start": 2743.3, "end": 2743.4, "word": " top", "probability": 0.556640625}, {"start": 2743.4, "end": 2743.54, "word": " of", "probability": 0.73291015625}, {"start": 2743.54, "end": 2743.66, "word": " the", "probability": 0.7060546875}, {"start": 2743.66, "end": 2743.86, "word": " first", "probability": 0.471923828125}, {"start": 2743.86, "end": 2744.0, "word": " button.", "probability": 0.2313232421875}, {"start": 2745.46, "end": 2745.78, "word": " What", "probability": 0.583984375}, {"start": 2745.78, "end": 2745.84, "word": " is", "probability": 0.7890625}, {"start": 2745.84, "end": 2745.94, "word": " the", "probability": 0.72802734375}, {"start": 2745.94, "end": 2746.16, "word": " advantage", "probability": 0.38623046875}, {"start": 2746.16, "end": 2746.38, "word": " of", "probability": 0.491455078125}, {"start": 2746.38, "end": 2746.54, "word": " this?", "probability": 0.4833984375}, {"start": 2746.54, "end": 2747.02, "word": " This", "probability": 0.4990234375}, {"start": 2747.02, "end": 2747.26, "word": " element", "probability": 0.043853759765625}, {"start": 2747.26, "end": 2747.54, "word": " is", "probability": 0.6962890625}, {"start": 2747.54, "end": 2747.86, "word": " attached", "probability": 0.6123046875}, {"start": 2747.86, "end": 2748.06, "word": " from", "probability": 0.2381591796875}, {"start": 2748.06, "end": 2748.76, "word": " both", "probability": 0.724609375}, {"start": 2748.76, "end": 2748.78, "word": " sides", "probability": 0.830078125}, {"start": 2748.78, "end": 2749.96, "word": " to", "probability": 0.45849609375}, {"start": 2749.96, "end": 2750.04, "word": " the", "probability": 0.35205078125}, {"start": 2750.04, "end": 2750.04, "word": " same", "probability": 0.740234375}, {"start": 2750.04, "end": 2750.28, "word": " element.", "probability": 0.9423828125}, {"start": 2750.7, "end": 2750.84, "word": " The", "probability": 0.6552734375}, {"start": 2750.84, "end": 2751.1, "word": " advantage", "probability": 0.82421875}, {"start": 2751.1, "end": 2751.26, "word": " is", "probability": 0.8359375}, {"start": 2751.26, "end": 2751.42, "word": " that", "probability": 0.720703125}, {"start": 2751.42, "end": 2751.74, "word": " when", "probability": 0.78759765625}, {"start": 2751.74, "end": 2751.94, "word": " you", "probability": 0.94287109375}, {"start": 2751.94, "end": 2752.18, "word": " pull", "probability": 0.54833984375}, {"start": 2752.18, "end": 2752.42, "word": " this", "probability": 0.54052734375}, {"start": 2752.42, "end": 2752.42, "word": " element,", "probability": 0.279541015625}, {"start": 2753.58, "end": 2753.66, "word": " it", "probability": 0.69482421875}, {"start": 2753.66, "end": 2753.76, "word": " will", "probability": 0.61181640625}, {"start": 2753.76, "end": 2753.94, "word": " pull", "probability": 0.73486328125}, {"start": 2753.94, "end": 2754.22, "word": " that", "probability": 0.370849609375}, {"start": 2754.22, "end": 2754.26, "word": " element", "probability": 0.6923828125}, {"start": 2754.26, "end": 2754.42, "word": " with", "probability": 0.4189453125}, {"start": 2754.42, "end": 2754.82, "word": " you.", "probability": 0.50341796875}, {"start": 2757.52, "end": 2757.84, "word": " No,", "probability": 0.5966796875}, {"start": 2758.1, "end": 2758.48, "word": " this", "probability": 0.82666015625}, {"start": 2758.48, "end": 2758.56, "word": " element", "probability": 0.548828125}, {"start": 2758.56, "end": 2759.04, "word": " is", "probability": 0.63232421875}, {"start": 2759.04, "end": 2759.04, "word": " attached", "probability": 0.71337890625}], "temperature": 1.0}, {"id": 103, "seek": 278429, "start": 2760.49, "end": 2784.29, "text": " Who is following? This one is following, right? This is the basis. I linked this one to this one. How did I link them? From two sides. A while ago, it was like this. Pay attention to me, because if you don't understand this, you won't know how to work on it. And this is the basis that all the work is on. A while ago, I linked this battle to two things. I linked it to the English battle and I linked it to the parent.", "tokens": [2102, 307, 3480, 30, 639, 472, 307, 3480, 11, 558, 30, 639, 307, 264, 5143, 13, 286, 9408, 341, 472, 281, 341, 472, 13, 1012, 630, 286, 2113, 552, 30, 3358, 732, 4881, 13, 316, 1339, 2057, 11, 309, 390, 411, 341, 13, 11431, 3202, 281, 385, 11, 570, 498, 291, 500, 380, 1223, 341, 11, 291, 1582, 380, 458, 577, 281, 589, 322, 309, 13, 400, 341, 307, 264, 5143, 300, 439, 264, 589, 307, 322, 13, 316, 1339, 2057, 11, 286, 9408, 341, 4635, 281, 732, 721, 13, 286, 9408, 309, 281, 264, 3669, 4635, 293, 286, 9408, 309, 281, 264, 2596, 13], "avg_logprob": -0.4404481275464004, "compression_ratio": 1.8502202643171806, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2760.49, "end": 2760.81, "word": " Who", "probability": 0.31982421875}, {"start": 2760.81, "end": 2760.93, "word": " is", "probability": 0.370849609375}, {"start": 2760.93, "end": 2761.25, "word": " following?", "probability": 0.58544921875}, {"start": 2761.35, "end": 2761.53, "word": " This", "probability": 0.4658203125}, {"start": 2761.53, "end": 2761.57, "word": " one", "probability": 0.498291015625}, {"start": 2761.57, "end": 2761.69, "word": " is", "probability": 0.376220703125}, {"start": 2761.69, "end": 2761.93, "word": " following,", "probability": 0.8583984375}, {"start": 2762.11, "end": 2762.67, "word": " right?", "probability": 0.2218017578125}, {"start": 2763.91, "end": 2764.23, "word": " This", "probability": 0.73046875}, {"start": 2764.23, "end": 2764.39, "word": " is", "probability": 0.91015625}, {"start": 2764.39, "end": 2764.51, "word": " the", "probability": 0.8515625}, {"start": 2764.51, "end": 2764.89, "word": " basis.", "probability": 0.46435546875}, {"start": 2764.99, "end": 2765.15, "word": " I", "probability": 0.95458984375}, {"start": 2765.15, "end": 2765.47, "word": " linked", "probability": 0.378662109375}, {"start": 2765.47, "end": 2765.85, "word": " this", "probability": 0.689453125}, {"start": 2765.85, "end": 2765.91, "word": " one", "probability": 0.3134765625}, {"start": 2765.91, "end": 2766.07, "word": " to", "probability": 0.435302734375}, {"start": 2766.07, "end": 2766.37, "word": " this", "probability": 0.80224609375}, {"start": 2766.37, "end": 2766.49, "word": " one.", "probability": 0.91259765625}, {"start": 2767.05, "end": 2767.37, "word": " How", "probability": 0.90771484375}, {"start": 2767.37, "end": 2767.43, "word": " did", "probability": 0.8017578125}, {"start": 2767.43, "end": 2767.47, "word": " I", "probability": 0.9541015625}, {"start": 2767.47, "end": 2767.59, "word": " link", "probability": 0.83056640625}, {"start": 2767.59, "end": 2767.83, "word": " them?", "probability": 0.53369140625}, {"start": 2767.83, "end": 2767.89, "word": " From", "probability": 0.404052734375}, {"start": 2767.89, "end": 2768.29, "word": " two", "probability": 0.6806640625}, {"start": 2768.29, "end": 2768.29, "word": " sides.", "probability": 0.77197265625}, {"start": 2768.89, "end": 2769.13, "word": " A", "probability": 0.57421875}, {"start": 2769.13, "end": 2769.43, "word": " while", "probability": 0.6103515625}, {"start": 2769.43, "end": 2769.49, "word": " ago,", "probability": 0.8720703125}, {"start": 2770.31, "end": 2770.39, "word": " it", "probability": 0.174072265625}, {"start": 2770.39, "end": 2770.39, "word": " was", "probability": 0.9306640625}, {"start": 2770.39, "end": 2770.51, "word": " like", "probability": 0.14501953125}, {"start": 2770.51, "end": 2770.55, "word": " this.", "probability": 0.81689453125}, {"start": 2770.85, "end": 2771.17, "word": " Pay", "probability": 0.323486328125}, {"start": 2771.17, "end": 2771.17, "word": " attention", "probability": 0.947265625}, {"start": 2771.17, "end": 2771.27, "word": " to", "probability": 0.461181640625}, {"start": 2771.27, "end": 2771.41, "word": " me,", "probability": 0.8134765625}, {"start": 2771.49, "end": 2771.55, "word": " because", "probability": 0.66162109375}, {"start": 2771.55, "end": 2771.71, "word": " if", "probability": 0.93798828125}, {"start": 2771.71, "end": 2771.93, "word": " you", "probability": 0.95556640625}, {"start": 2771.93, "end": 2771.97, "word": " don't", "probability": 0.885498046875}, {"start": 2771.97, "end": 2772.23, "word": " understand", "probability": 0.72314453125}, {"start": 2772.23, "end": 2772.55, "word": " this,", "probability": 0.86328125}, {"start": 2772.57, "end": 2772.69, "word": " you", "probability": 0.91357421875}, {"start": 2772.69, "end": 2772.77, "word": " won't", "probability": 0.76806640625}, {"start": 2772.77, "end": 2772.95, "word": " know", "probability": 0.382568359375}, {"start": 2772.95, "end": 2773.07, "word": " how", "probability": 0.744140625}, {"start": 2773.07, "end": 2773.07, "word": " to", "probability": 0.9501953125}, {"start": 2773.07, "end": 2773.23, "word": " work", "probability": 0.8427734375}, {"start": 2773.23, "end": 2773.45, "word": " on", "probability": 0.8251953125}, {"start": 2773.45, "end": 2773.59, "word": " it.", "probability": 0.8359375}, {"start": 2774.33, "end": 2774.65, "word": " And", "probability": 0.697265625}, {"start": 2774.65, "end": 2774.79, "word": " this", "probability": 0.84033203125}, {"start": 2774.79, "end": 2774.89, "word": " is", "probability": 0.93896484375}, {"start": 2774.89, "end": 2775.03, "word": " the", "probability": 0.9033203125}, {"start": 2775.03, "end": 2775.35, "word": " basis", "probability": 0.75390625}, {"start": 2775.35, "end": 2775.49, "word": " that", "probability": 0.171875}, {"start": 2775.49, "end": 2775.59, "word": " all", "probability": 0.2103271484375}, {"start": 2775.59, "end": 2775.59, "word": " the", "probability": 0.5234375}, {"start": 2775.59, "end": 2775.77, "word": " work", "probability": 0.90673828125}, {"start": 2775.77, "end": 2775.99, "word": " is", "probability": 0.82958984375}, {"start": 2775.99, "end": 2776.15, "word": " on.", "probability": 0.63232421875}, {"start": 2776.97, "end": 2777.29, "word": " A", "probability": 0.88818359375}, {"start": 2777.29, "end": 2777.39, "word": " while", "probability": 0.93701171875}, {"start": 2777.39, "end": 2777.49, "word": " ago,", "probability": 0.89697265625}, {"start": 2777.81, "end": 2777.93, "word": " I", "probability": 0.98876953125}, {"start": 2777.93, "end": 2778.21, "word": " linked", "probability": 0.82568359375}, {"start": 2778.21, "end": 2778.51, "word": " this", "probability": 0.849609375}, {"start": 2778.51, "end": 2778.75, "word": " battle", "probability": 0.280517578125}, {"start": 2778.75, "end": 2779.43, "word": " to", "probability": 0.340087890625}, {"start": 2779.43, "end": 2780.05, "word": " two", "probability": 0.830078125}, {"start": 2780.05, "end": 2780.05, "word": " things.", "probability": 0.66650390625}, {"start": 2781.03, "end": 2781.11, "word": " I", "probability": 0.68359375}, {"start": 2781.11, "end": 2781.35, "word": " linked", "probability": 0.93212890625}, {"start": 2781.35, "end": 2781.51, "word": " it", "probability": 0.7548828125}, {"start": 2781.51, "end": 2781.59, "word": " to", "probability": 0.83349609375}, {"start": 2781.59, "end": 2781.77, "word": " the", "probability": 0.681640625}, {"start": 2781.77, "end": 2782.43, "word": " English", "probability": 0.81591796875}, {"start": 2782.43, "end": 2782.43, "word": " battle", "probability": 0.74462890625}, {"start": 2782.43, "end": 2783.57, "word": " and", "probability": 0.70947265625}, {"start": 2783.57, "end": 2783.67, "word": " I", "probability": 0.38427734375}, {"start": 2783.67, "end": 2783.79, "word": " linked", "probability": 0.91796875}, {"start": 2783.79, "end": 2783.89, "word": " it", "probability": 0.94091796875}, {"start": 2783.89, "end": 2783.97, "word": " to", "probability": 0.95947265625}, {"start": 2783.97, "end": 2784.09, "word": " the", "probability": 0.53369140625}, {"start": 2784.09, "end": 2784.29, "word": " parent.", "probability": 0.89453125}], "temperature": 1.0}, {"id": 104, "seek": 281500, "start": 2786.04, "end": 2815.0, "text": " It doesn't mean that you tie the element in two ways, but it will be affected by both. It means that if this goes down its height, the other one's height won't be affected. Because this height is attached to which part of the pyramid? But it's better if you tie this height to this height. It's like saying to a doctor, keep the doctor on this side, and the doctor on this side. Can you see how the arrow brought it?", "tokens": [467, 1177, 380, 914, 300, 291, 7582, 264, 4478, 294, 732, 2098, 11, 457, 309, 486, 312, 8028, 538, 1293, 13, 467, 1355, 300, 498, 341, 1709, 760, 1080, 6681, 11, 264, 661, 472, 311, 6681, 1582, 380, 312, 8028, 13, 1436, 341, 6681, 307, 8570, 281, 597, 644, 295, 264, 25950, 30, 583, 309, 311, 1101, 498, 291, 7582, 341, 6681, 281, 341, 6681, 13, 467, 311, 411, 1566, 281, 257, 4631, 11, 1066, 264, 4631, 322, 341, 1252, 11, 293, 264, 4631, 322, 341, 1252, 13, 1664, 291, 536, 577, 264, 11610, 3038, 309, 30], "avg_logprob": -0.6265944011357366, "compression_ratio": 1.8130434782608695, "no_speech_prob": 0.0, "words": [{"start": 2786.04, "end": 2786.26, "word": " It", "probability": 0.1630859375}, {"start": 2786.26, "end": 2786.42, "word": " doesn't", "probability": 0.71875}, {"start": 2786.42, "end": 2786.84, "word": " mean", "probability": 0.80712890625}, {"start": 2786.84, "end": 2787.04, "word": " that", "probability": 0.55029296875}, {"start": 2787.04, "end": 2787.16, "word": " you", "probability": 0.568359375}, {"start": 2787.16, "end": 2787.34, "word": " tie", "probability": 0.09686279296875}, {"start": 2787.34, "end": 2787.54, "word": " the", "probability": 0.375732421875}, {"start": 2787.54, "end": 2787.76, "word": " element", "probability": 0.332763671875}, {"start": 2787.76, "end": 2788.0, "word": " in", "probability": 0.40625}, {"start": 2788.0, "end": 2788.44, "word": " two", "probability": 0.53662109375}, {"start": 2788.44, "end": 2788.44, "word": " ways,", "probability": 0.1448974609375}, {"start": 2788.6, "end": 2788.68, "word": " but", "probability": 0.73095703125}, {"start": 2788.68, "end": 2788.88, "word": " it", "probability": 0.71875}, {"start": 2788.88, "end": 2789.04, "word": " will", "probability": 0.423583984375}, {"start": 2789.04, "end": 2789.08, "word": " be", "probability": 0.340576171875}, {"start": 2789.08, "end": 2790.74, "word": " affected", "probability": 0.55126953125}, {"start": 2790.74, "end": 2790.94, "word": " by", "probability": 0.82470703125}, {"start": 2790.94, "end": 2792.24, "word": " both.", "probability": 0.7001953125}, {"start": 2793.54, "end": 2794.02, "word": " It", "probability": 0.33349609375}, {"start": 2794.02, "end": 2794.26, "word": " means", "probability": 0.9248046875}, {"start": 2794.26, "end": 2794.54, "word": " that", "probability": 0.85009765625}, {"start": 2794.54, "end": 2794.62, "word": " if", "probability": 0.82177734375}, {"start": 2794.62, "end": 2794.86, "word": " this", "probability": 0.7197265625}, {"start": 2794.86, "end": 2795.14, "word": " goes", "probability": 0.337890625}, {"start": 2795.14, "end": 2795.62, "word": " down", "probability": 0.79541015625}, {"start": 2795.62, "end": 2795.9, "word": " its", "probability": 0.215576171875}, {"start": 2795.9, "end": 2796.32, "word": " height,", "probability": 0.77099609375}, {"start": 2797.52, "end": 2799.04, "word": " the", "probability": 0.6083984375}, {"start": 2799.04, "end": 2799.28, "word": " other", "probability": 0.6201171875}, {"start": 2799.28, "end": 2799.52, "word": " one's", "probability": 0.3509521484375}, {"start": 2799.52, "end": 2799.8, "word": " height", "probability": 0.92724609375}, {"start": 2799.8, "end": 2800.0, "word": " won't", "probability": 0.702880859375}, {"start": 2800.0, "end": 2800.14, "word": " be", "probability": 0.82177734375}, {"start": 2800.14, "end": 2800.4, "word": " affected.", "probability": 0.8525390625}, {"start": 2801.0, "end": 2801.48, "word": " Because", "probability": 0.87109375}, {"start": 2801.48, "end": 2801.74, "word": " this", "probability": 0.5986328125}, {"start": 2801.74, "end": 2802.06, "word": " height", "probability": 0.86328125}, {"start": 2802.06, "end": 2802.38, "word": " is", "probability": 0.79345703125}, {"start": 2802.38, "end": 2802.62, "word": " attached", "probability": 0.1337890625}, {"start": 2802.62, "end": 2802.86, "word": " to", "probability": 0.81396484375}, {"start": 2802.86, "end": 2803.02, "word": " which", "probability": 0.34130859375}, {"start": 2803.02, "end": 2803.14, "word": " part", "probability": 0.227783203125}, {"start": 2803.14, "end": 2803.24, "word": " of", "probability": 0.8134765625}, {"start": 2803.24, "end": 2803.32, "word": " the", "probability": 0.8271484375}, {"start": 2803.32, "end": 2803.56, "word": " pyramid?", "probability": 0.6708984375}, {"start": 2804.24, "end": 2804.54, "word": " But", "probability": 0.83056640625}, {"start": 2804.54, "end": 2804.68, "word": " it's", "probability": 0.48388671875}, {"start": 2804.68, "end": 2804.96, "word": " better", "probability": 0.84130859375}, {"start": 2804.96, "end": 2805.16, "word": " if", "probability": 0.6171875}, {"start": 2805.16, "end": 2805.5, "word": " you", "probability": 0.93359375}, {"start": 2805.5, "end": 2805.7, "word": " tie", "probability": 0.369873046875}, {"start": 2805.7, "end": 2805.92, "word": " this", "probability": 0.703125}, {"start": 2805.92, "end": 2806.22, "word": " height", "probability": 0.8896484375}, {"start": 2806.22, "end": 2806.66, "word": " to", "probability": 0.56005859375}, {"start": 2806.66, "end": 2806.96, "word": " this", "probability": 0.80322265625}, {"start": 2806.96, "end": 2807.0, "word": " height.", "probability": 0.51123046875}, {"start": 2807.64, "end": 2808.08, "word": " It's", "probability": 0.5440673828125}, {"start": 2808.08, "end": 2808.12, "word": " like", "probability": 0.75830078125}, {"start": 2808.12, "end": 2808.28, "word": " saying", "probability": 0.165771484375}, {"start": 2808.28, "end": 2808.58, "word": " to", "probability": 0.36865234375}, {"start": 2808.58, "end": 2808.58, "word": " a", "probability": 0.51904296875}, {"start": 2808.58, "end": 2808.9, "word": " doctor,", "probability": 0.72021484375}, {"start": 2809.96, "end": 2810.64, "word": " keep", "probability": 0.1087646484375}, {"start": 2810.64, "end": 2810.96, "word": " the", "probability": 0.31884765625}, {"start": 2810.96, "end": 2811.22, "word": " doctor", "probability": 0.8115234375}, {"start": 2811.22, "end": 2811.4, "word": " on", "probability": 0.2734375}, {"start": 2811.4, "end": 2811.94, "word": " this", "probability": 0.5947265625}, {"start": 2811.94, "end": 2811.94, "word": " side,", "probability": 0.71923828125}, {"start": 2812.08, "end": 2812.2, "word": " and", "probability": 0.67041015625}, {"start": 2812.2, "end": 2812.34, "word": " the", "probability": 0.362060546875}, {"start": 2812.34, "end": 2812.5, "word": " doctor", "probability": 0.84326171875}, {"start": 2812.5, "end": 2812.7, "word": " on", "probability": 0.8662109375}, {"start": 2812.7, "end": 2813.22, "word": " this", "probability": 0.44970703125}, {"start": 2813.22, "end": 2813.22, "word": " side.", "probability": 0.8525390625}, {"start": 2813.58, "end": 2813.82, "word": " Can", "probability": 0.30615234375}, {"start": 2813.82, "end": 2813.86, "word": " you", "probability": 0.96826171875}, {"start": 2813.86, "end": 2814.04, "word": " see", "probability": 0.90625}, {"start": 2814.04, "end": 2814.28, "word": " how", "probability": 0.83349609375}, {"start": 2814.28, "end": 2814.42, "word": " the", "probability": 0.609375}, {"start": 2814.42, "end": 2814.58, "word": " arrow", "probability": 0.56982421875}, {"start": 2814.58, "end": 2814.84, "word": " brought", "probability": 0.09710693359375}, {"start": 2814.84, "end": 2815.0, "word": " it?", "probability": 0.5478515625}], "temperature": 1.0}, {"id": 105, "seek": 283467, "start": 2816.39, "end": 2834.67, "text": " So it happens that as long as you connect the element itself from both sides in one element, it happens that when this element moves, it moves with it. And tomorrow when you make the screen 50 elements, the first one moves like a train. The first car moves and everyone moves with it.", "tokens": [407, 309, 2314, 300, 382, 938, 382, 291, 1745, 264, 4478, 2564, 490, 1293, 4881, 294, 472, 4478, 11, 309, 2314, 300, 562, 341, 4478, 6067, 11, 309, 6067, 365, 309, 13, 400, 4153, 562, 291, 652, 264, 2568, 2625, 4959, 11, 264, 700, 472, 6067, 411, 257, 3847, 13, 440, 700, 1032, 6067, 293, 1518, 6067, 365, 309, 13], "avg_logprob": -0.4956454918032787, "compression_ratio": 1.716867469879518, "no_speech_prob": 0.0, "words": [{"start": 2816.39, "end": 2816.59, "word": " So", "probability": 0.46435546875}, {"start": 2816.59, "end": 2816.67, "word": " it", "probability": 0.16650390625}, {"start": 2816.67, "end": 2816.91, "word": " happens", "probability": 0.53173828125}, {"start": 2816.91, "end": 2817.35, "word": " that", "probability": 0.5517578125}, {"start": 2817.35, "end": 2817.85, "word": " as", "probability": 0.3017578125}, {"start": 2817.85, "end": 2818.11, "word": " long", "probability": 0.75634765625}, {"start": 2818.11, "end": 2818.11, "word": " as", "probability": 0.96533203125}, {"start": 2818.11, "end": 2818.23, "word": " you", "probability": 0.8310546875}, {"start": 2818.23, "end": 2818.47, "word": " connect", "probability": 0.361083984375}, {"start": 2818.47, "end": 2818.65, "word": " the", "probability": 0.56201171875}, {"start": 2818.65, "end": 2818.91, "word": " element", "probability": 0.159912109375}, {"start": 2818.91, "end": 2819.51, "word": " itself", "probability": 0.43798828125}, {"start": 2819.51, "end": 2820.15, "word": " from", "probability": 0.5009765625}, {"start": 2820.15, "end": 2820.33, "word": " both", "probability": 0.7900390625}, {"start": 2820.33, "end": 2820.77, "word": " sides", "probability": 0.84765625}, {"start": 2820.77, "end": 2821.51, "word": " in", "probability": 0.38671875}, {"start": 2821.51, "end": 2822.17, "word": " one", "probability": 0.8486328125}, {"start": 2822.17, "end": 2822.23, "word": " element,", "probability": 0.9677734375}, {"start": 2822.79, "end": 2822.91, "word": " it", "probability": 0.61376953125}, {"start": 2822.91, "end": 2823.25, "word": " happens", "probability": 0.1068115234375}, {"start": 2823.25, "end": 2823.39, "word": " that", "probability": 0.77001953125}, {"start": 2823.39, "end": 2823.45, "word": " when", "probability": 0.8369140625}, {"start": 2823.45, "end": 2823.95, "word": " this", "probability": 0.73486328125}, {"start": 2823.95, "end": 2824.23, "word": " element", "probability": 0.978515625}, {"start": 2824.23, "end": 2824.37, "word": " moves,", "probability": 0.86962890625}, {"start": 2825.05, "end": 2825.57, "word": " it", "probability": 0.208984375}, {"start": 2825.57, "end": 2826.01, "word": " moves", "probability": 0.75048828125}, {"start": 2826.01, "end": 2826.25, "word": " with", "probability": 0.619140625}, {"start": 2826.25, "end": 2826.39, "word": " it.", "probability": 0.70849609375}, {"start": 2826.75, "end": 2827.05, "word": " And", "probability": 0.86328125}, {"start": 2827.05, "end": 2827.27, "word": " tomorrow", "probability": 0.5859375}, {"start": 2827.27, "end": 2827.45, "word": " when", "probability": 0.75927734375}, {"start": 2827.45, "end": 2827.55, "word": " you", "probability": 0.83984375}, {"start": 2827.55, "end": 2827.69, "word": " make", "probability": 0.56396484375}, {"start": 2827.69, "end": 2827.83, "word": " the", "probability": 0.69775390625}, {"start": 2827.83, "end": 2828.01, "word": " screen", "probability": 0.85986328125}, {"start": 2828.01, "end": 2828.43, "word": " 50", "probability": 0.406982421875}, {"start": 2828.43, "end": 2828.79, "word": " elements,", "probability": 0.9365234375}, {"start": 2828.89, "end": 2829.25, "word": " the", "probability": 0.6279296875}, {"start": 2829.25, "end": 2829.41, "word": " first", "probability": 0.88134765625}, {"start": 2829.41, "end": 2829.91, "word": " one", "probability": 0.74658203125}, {"start": 2829.91, "end": 2829.91, "word": " moves", "probability": 0.84326171875}, {"start": 2829.91, "end": 2830.97, "word": " like", "probability": 0.313232421875}, {"start": 2830.97, "end": 2831.13, "word": " a", "probability": 0.783203125}, {"start": 2831.13, "end": 2831.37, "word": " train.", "probability": 0.94482421875}, {"start": 2832.27, "end": 2832.73, "word": " The", "probability": 0.826171875}, {"start": 2832.73, "end": 2832.99, "word": " first", "probability": 0.857421875}, {"start": 2832.99, "end": 2833.55, "word": " car", "probability": 0.71533203125}, {"start": 2833.55, "end": 2833.55, "word": " moves", "probability": 0.88818359375}, {"start": 2833.55, "end": 2833.77, "word": " and", "probability": 0.358642578125}, {"start": 2833.77, "end": 2833.89, "word": " everyone", "probability": 0.425537109375}, {"start": 2833.89, "end": 2834.31, "word": " moves", "probability": 0.426025390625}, {"start": 2834.31, "end": 2834.55, "word": " with", "probability": 0.63525390625}, {"start": 2834.55, "end": 2834.67, "word": " it.", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 106, "seek": 286471, "start": 2836.79, "end": 2864.71, "text": " Okay, we are not done yet. Yes, wait a minute. That's why you need to put a button under this. Here. Also, this button has many solutions. You put it in this place. The first solution is that you can tell it to put it under this button and connect it to the parent.", "tokens": [1033, 11, 321, 366, 406, 1096, 1939, 13, 1079, 11, 1699, 257, 3456, 13, 663, 311, 983, 291, 643, 281, 829, 257, 2960, 833, 341, 13, 1692, 13, 2743, 11, 341, 2960, 575, 867, 6547, 13, 509, 829, 309, 294, 341, 1081, 13, 440, 700, 3827, 307, 300, 291, 393, 980, 309, 281, 829, 309, 833, 341, 2960, 293, 1745, 309, 281, 264, 2596, 13], "avg_logprob": -0.5762310867959802, "compression_ratio": 1.5739644970414202, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2836.79, "end": 2837.07, "word": " Okay,", "probability": 0.16845703125}, {"start": 2837.17, "end": 2837.37, "word": " we", "probability": 0.6259765625}, {"start": 2837.37, "end": 2837.39, "word": " are", "probability": 0.334228515625}, {"start": 2837.39, "end": 2837.43, "word": " not", "probability": 0.771484375}, {"start": 2837.43, "end": 2837.69, "word": " done", "probability": 0.53076171875}, {"start": 2837.69, "end": 2838.09, "word": " yet.", "probability": 0.84130859375}, {"start": 2839.85, "end": 2840.37, "word": " Yes,", "probability": 0.224365234375}, {"start": 2840.59, "end": 2841.21, "word": " wait", "probability": 0.255615234375}, {"start": 2841.21, "end": 2841.65, "word": " a", "probability": 0.78271484375}, {"start": 2841.65, "end": 2841.71, "word": " minute.", "probability": 0.5458984375}, {"start": 2841.89, "end": 2842.27, "word": " That's", "probability": 0.5096435546875}, {"start": 2842.27, "end": 2842.33, "word": " why", "probability": 0.92431640625}, {"start": 2842.33, "end": 2842.75, "word": " you", "probability": 0.1446533203125}, {"start": 2842.75, "end": 2843.13, "word": " need", "probability": 0.151611328125}, {"start": 2843.13, "end": 2843.13, "word": " to", "probability": 0.7919921875}, {"start": 2843.13, "end": 2845.31, "word": " put", "probability": 0.2169189453125}, {"start": 2845.31, "end": 2845.43, "word": " a", "probability": 0.3994140625}, {"start": 2845.43, "end": 2845.73, "word": " button", "probability": 0.794921875}, {"start": 2845.73, "end": 2846.23, "word": " under", "probability": 0.55029296875}, {"start": 2846.23, "end": 2846.53, "word": " this.", "probability": 0.53759765625}, {"start": 2846.99, "end": 2847.51, "word": " Here.", "probability": 0.287109375}, {"start": 2851.35, "end": 2851.87, "word": " Also,", "probability": 0.470458984375}, {"start": 2851.93, "end": 2852.15, "word": " this", "probability": 0.89453125}, {"start": 2852.15, "end": 2852.35, "word": " button", "probability": 0.85595703125}, {"start": 2852.35, "end": 2852.51, "word": " has", "probability": 0.9189453125}, {"start": 2852.51, "end": 2852.55, "word": " many", "probability": 0.71484375}, {"start": 2852.55, "end": 2852.79, "word": " solutions.", "probability": 0.89599609375}, {"start": 2854.05, "end": 2854.29, "word": " You", "probability": 0.65283203125}, {"start": 2854.29, "end": 2854.55, "word": " put", "probability": 0.53271484375}, {"start": 2854.55, "end": 2854.65, "word": " it", "probability": 0.845703125}, {"start": 2854.65, "end": 2854.71, "word": " in", "probability": 0.58447265625}, {"start": 2854.71, "end": 2854.81, "word": " this", "probability": 0.76220703125}, {"start": 2854.81, "end": 2855.11, "word": " place.", "probability": 0.6748046875}, {"start": 2855.97, "end": 2856.25, "word": " The", "probability": 0.80859375}, {"start": 2856.25, "end": 2856.71, "word": " first", "probability": 0.87353515625}, {"start": 2856.71, "end": 2856.71, "word": " solution", "probability": 0.91064453125}, {"start": 2856.71, "end": 2857.01, "word": " is", "probability": 0.82177734375}, {"start": 2857.01, "end": 2857.05, "word": " that", "probability": 0.404296875}, {"start": 2857.05, "end": 2857.17, "word": " you", "probability": 0.94482421875}, {"start": 2857.17, "end": 2857.39, "word": " can", "probability": 0.5888671875}, {"start": 2857.39, "end": 2857.61, "word": " tell", "probability": 0.2225341796875}, {"start": 2857.61, "end": 2857.85, "word": " it", "probability": 0.662109375}, {"start": 2857.85, "end": 2857.97, "word": " to", "probability": 0.63916015625}, {"start": 2857.97, "end": 2858.17, "word": " put", "probability": 0.468017578125}, {"start": 2858.17, "end": 2859.11, "word": " it", "probability": 0.69580078125}, {"start": 2859.11, "end": 2859.47, "word": " under", "probability": 0.86279296875}, {"start": 2859.47, "end": 2859.67, "word": " this", "probability": 0.90185546875}, {"start": 2859.67, "end": 2859.91, "word": " button", "probability": 0.7978515625}, {"start": 2859.91, "end": 2861.73, "word": " and", "probability": 0.468017578125}, {"start": 2861.73, "end": 2862.03, "word": " connect", "probability": 0.20654296875}, {"start": 2862.03, "end": 2862.79, "word": " it", "probability": 0.53857421875}, {"start": 2862.79, "end": 2864.27, "word": " to", "probability": 0.6328125}, {"start": 2864.27, "end": 2864.41, "word": " the", "probability": 0.76025390625}, {"start": 2864.41, "end": 2864.71, "word": " parent.", "probability": 0.83203125}], "temperature": 1.0}, {"id": 107, "seek": 289412, "start": 2865.68, "end": 2894.12, "text": " Meaning that this button is now connected to two sides, or to two brackets. Who are they? Under this button, okay? And it is connected to the bracket to the left of the parent. Right? Right. There is no problem. But the problem is that if you increase the margin of this button, what will happen to this button? It will stay in its place, okay? But the height?", "tokens": [19948, 300, 341, 2960, 307, 586, 4582, 281, 732, 4881, 11, 420, 281, 732, 26179, 13, 2102, 366, 436, 30, 6974, 341, 2960, 11, 1392, 30, 400, 309, 307, 4582, 281, 264, 16904, 281, 264, 1411, 295, 264, 2596, 13, 1779, 30, 1779, 13, 821, 307, 572, 1154, 13, 583, 264, 1154, 307, 300, 498, 291, 3488, 264, 10270, 295, 341, 2960, 11, 437, 486, 1051, 281, 341, 2960, 30, 467, 486, 1754, 294, 1080, 1081, 11, 1392, 30, 583, 264, 6681, 30], "avg_logprob": -0.5770089165085838, "compression_ratio": 1.7609756097560976, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2865.68, "end": 2866.0, "word": " Meaning", "probability": 0.09991455078125}, {"start": 2866.0, "end": 2866.06, "word": " that", "probability": 0.494384765625}, {"start": 2866.06, "end": 2866.32, "word": " this", "probability": 0.74169921875}, {"start": 2866.32, "end": 2866.54, "word": " button", "probability": 0.56982421875}, {"start": 2866.54, "end": 2867.72, "word": " is", "probability": 0.426025390625}, {"start": 2867.72, "end": 2867.74, "word": " now", "probability": 0.361083984375}, {"start": 2867.74, "end": 2868.0, "word": " connected", "probability": 0.5615234375}, {"start": 2868.0, "end": 2868.22, "word": " to", "probability": 0.2646484375}, {"start": 2868.22, "end": 2868.72, "word": " two", "probability": 0.54931640625}, {"start": 2868.72, "end": 2868.72, "word": " sides,", "probability": 0.63525390625}, {"start": 2868.88, "end": 2869.02, "word": " or", "probability": 0.6787109375}, {"start": 2869.02, "end": 2869.12, "word": " to", "probability": 0.2105712890625}, {"start": 2869.12, "end": 2869.54, "word": " two", "probability": 0.6396484375}, {"start": 2869.54, "end": 2869.54, "word": " brackets.", "probability": 0.11859130859375}, {"start": 2869.74, "end": 2870.0, "word": " Who", "probability": 0.251708984375}, {"start": 2870.0, "end": 2870.16, "word": " are", "probability": 0.869140625}, {"start": 2870.16, "end": 2870.28, "word": " they?", "probability": 0.8486328125}, {"start": 2870.94, "end": 2871.46, "word": " Under", "probability": 0.392822265625}, {"start": 2871.46, "end": 2871.98, "word": " this", "probability": 0.828125}, {"start": 2871.98, "end": 2872.28, "word": " button,", "probability": 0.845703125}, {"start": 2872.8, "end": 2873.52, "word": " okay?", "probability": 0.236328125}, {"start": 2873.82, "end": 2874.34, "word": " And", "probability": 0.7998046875}, {"start": 2874.34, "end": 2874.4, "word": " it", "probability": 0.290283203125}, {"start": 2874.4, "end": 2874.44, "word": " is", "probability": 0.69677734375}, {"start": 2874.44, "end": 2874.62, "word": " connected", "probability": 0.58837890625}, {"start": 2874.62, "end": 2874.88, "word": " to", "probability": 0.7265625}, {"start": 2874.88, "end": 2874.96, "word": " the", "probability": 0.7841796875}, {"start": 2874.96, "end": 2875.28, "word": " bracket", "probability": 0.272216796875}, {"start": 2875.28, "end": 2875.86, "word": " to", "probability": 0.440185546875}, {"start": 2875.86, "end": 2876.14, "word": " the", "probability": 0.8857421875}, {"start": 2876.14, "end": 2876.14, "word": " left", "probability": 0.87548828125}, {"start": 2876.14, "end": 2876.28, "word": " of", "probability": 0.9296875}, {"start": 2876.28, "end": 2876.36, "word": " the", "probability": 0.73974609375}, {"start": 2876.36, "end": 2876.6, "word": " parent.", "probability": 0.86181640625}, {"start": 2877.72, "end": 2878.24, "word": " Right?", "probability": 0.45849609375}, {"start": 2878.4, "end": 2878.6, "word": " Right.", "probability": 0.68994140625}, {"start": 2878.7, "end": 2878.84, "word": " There", "probability": 0.42333984375}, {"start": 2878.84, "end": 2878.86, "word": " is", "probability": 0.857421875}, {"start": 2878.86, "end": 2878.98, "word": " no", "probability": 0.935546875}, {"start": 2878.98, "end": 2879.26, "word": " problem.", "probability": 0.84228515625}, {"start": 2879.78, "end": 2880.02, "word": " But", "probability": 0.8935546875}, {"start": 2880.02, "end": 2880.12, "word": " the", "probability": 0.427978515625}, {"start": 2880.12, "end": 2880.34, "word": " problem", "probability": 0.79296875}, {"start": 2880.34, "end": 2880.76, "word": " is", "probability": 0.349853515625}, {"start": 2880.76, "end": 2881.16, "word": " that", "probability": 0.32373046875}, {"start": 2881.16, "end": 2881.78, "word": " if", "probability": 0.77001953125}, {"start": 2881.78, "end": 2882.22, "word": " you", "probability": 0.360107421875}, {"start": 2882.22, "end": 2884.36, "word": " increase", "probability": 0.382080078125}, {"start": 2884.36, "end": 2884.52, "word": " the", "probability": 0.5224609375}, {"start": 2884.52, "end": 2884.86, "word": " margin", "probability": 0.93408203125}, {"start": 2884.86, "end": 2885.3, "word": " of", "probability": 0.60400390625}, {"start": 2885.3, "end": 2885.3, "word": " this", "probability": 0.8447265625}, {"start": 2885.3, "end": 2885.3, "word": " button,", "probability": 0.468994140625}, {"start": 2886.26, "end": 2886.48, "word": " what", "probability": 0.8017578125}, {"start": 2886.48, "end": 2886.66, "word": " will", "probability": 0.29443359375}, {"start": 2886.66, "end": 2886.74, "word": " happen", "probability": 0.88818359375}, {"start": 2886.74, "end": 2886.88, "word": " to", "probability": 0.71142578125}, {"start": 2886.88, "end": 2887.08, "word": " this", "probability": 0.84228515625}, {"start": 2887.08, "end": 2887.34, "word": " button?", "probability": 0.82275390625}, {"start": 2888.42, "end": 2888.64, "word": " It", "probability": 0.5693359375}, {"start": 2888.64, "end": 2888.8, "word": " will", "probability": 0.62841796875}, {"start": 2888.8, "end": 2890.04, "word": " stay", "probability": 0.2239990234375}, {"start": 2890.04, "end": 2890.44, "word": " in", "probability": 0.4208984375}, {"start": 2890.44, "end": 2890.44, "word": " its", "probability": 0.56396484375}, {"start": 2890.44, "end": 2890.44, "word": " place,", "probability": 0.73828125}, {"start": 2891.04, "end": 2891.2, "word": " okay?", "probability": 0.7607421875}, {"start": 2893.22, "end": 2893.74, "word": " But", "probability": 0.845703125}, {"start": 2893.74, "end": 2893.86, "word": " the", "probability": 0.64990234375}, {"start": 2893.86, "end": 2894.12, "word": " height?", "probability": 0.75}], "temperature": 1.0}, {"id": 108, "seek": 292368, "start": 2895.26, "end": 2923.68, "text": " I'm stuck in it. In the height, if I move it up and down, it goes up and down with it. Why? Because I'm stuck in the height. But horizontally, I'm not stuck in it. So when I move it horizontally, it stays in its place. The second solution is to say, leave this edge on this edge. Pull it like this and put it with this one. Okay?", "tokens": [286, 478, 5541, 294, 309, 13, 682, 264, 6681, 11, 498, 286, 1286, 309, 493, 293, 760, 11, 309, 1709, 493, 293, 760, 365, 309, 13, 1545, 30, 1436, 286, 478, 5541, 294, 264, 6681, 13, 583, 33796, 11, 286, 478, 406, 5541, 294, 309, 13, 407, 562, 286, 1286, 309, 33796, 11, 309, 10834, 294, 1080, 1081, 13, 440, 1150, 3827, 307, 281, 584, 11, 1856, 341, 4691, 322, 341, 4691, 13, 15074, 309, 411, 341, 293, 829, 309, 365, 341, 472, 13, 1033, 30], "avg_logprob": -0.5251436781609196, "compression_ratio": 1.7098445595854923, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 2895.26, "end": 2895.5, "word": " I'm", "probability": 0.1888885498046875}, {"start": 2895.5, "end": 2895.7, "word": " stuck", "probability": 0.248779296875}, {"start": 2895.7, "end": 2895.92, "word": " in", "probability": 0.5146484375}, {"start": 2895.92, "end": 2896.06, "word": " it.", "probability": 0.81982421875}, {"start": 2896.4, "end": 2896.7, "word": " In", "probability": 0.0919189453125}, {"start": 2896.7, "end": 2896.84, "word": " the", "probability": 0.50048828125}, {"start": 2896.84, "end": 2897.04, "word": " height,", "probability": 0.51708984375}, {"start": 2897.14, "end": 2897.22, "word": " if", "probability": 0.626953125}, {"start": 2897.22, "end": 2897.32, "word": " I", "probability": 0.92236328125}, {"start": 2897.32, "end": 2897.56, "word": " move", "probability": 0.73974609375}, {"start": 2897.56, "end": 2897.7, "word": " it", "probability": 0.72314453125}, {"start": 2897.7, "end": 2897.84, "word": " up", "probability": 0.29833984375}, {"start": 2897.84, "end": 2898.18, "word": " and", "probability": 0.7001953125}, {"start": 2898.18, "end": 2898.48, "word": " down,", "probability": 0.62939453125}, {"start": 2899.04, "end": 2899.64, "word": " it", "probability": 0.50341796875}, {"start": 2899.64, "end": 2899.76, "word": " goes", "probability": 0.37060546875}, {"start": 2899.76, "end": 2899.92, "word": " up", "probability": 0.9345703125}, {"start": 2899.92, "end": 2900.08, "word": " and", "probability": 0.8359375}, {"start": 2900.08, "end": 2900.26, "word": " down", "probability": 0.8427734375}, {"start": 2900.26, "end": 2900.44, "word": " with", "probability": 0.60302734375}, {"start": 2900.44, "end": 2900.5, "word": " it.", "probability": 0.77294921875}, {"start": 2900.56, "end": 2900.74, "word": " Why?", "probability": 0.7353515625}, {"start": 2900.82, "end": 2900.92, "word": " Because", "probability": 0.89111328125}, {"start": 2900.92, "end": 2901.06, "word": " I'm", "probability": 0.94384765625}, {"start": 2901.06, "end": 2901.3, "word": " stuck", "probability": 0.63330078125}, {"start": 2901.3, "end": 2901.48, "word": " in", "probability": 0.84521484375}, {"start": 2901.48, "end": 2901.6, "word": " the", "probability": 0.371337890625}, {"start": 2901.6, "end": 2902.12, "word": " height.", "probability": 0.88818359375}, {"start": 2902.8, "end": 2903.28, "word": " But", "probability": 0.92138671875}, {"start": 2903.28, "end": 2904.32, "word": " horizontally,", "probability": 0.79150390625}, {"start": 2905.02, "end": 2905.74, "word": " I'm", "probability": 0.94091796875}, {"start": 2905.74, "end": 2905.82, "word": " not", "probability": 0.91845703125}, {"start": 2905.82, "end": 2906.1, "word": " stuck", "probability": 0.740234375}, {"start": 2906.1, "end": 2906.38, "word": " in", "probability": 0.6845703125}, {"start": 2906.38, "end": 2906.38, "word": " it.", "probability": 0.9306640625}, {"start": 2906.52, "end": 2906.64, "word": " So", "probability": 0.8173828125}, {"start": 2906.64, "end": 2906.8, "word": " when", "probability": 0.56494140625}, {"start": 2906.8, "end": 2907.16, "word": " I", "probability": 0.98046875}, {"start": 2907.16, "end": 2907.42, "word": " move", "probability": 0.67236328125}, {"start": 2907.42, "end": 2907.6, "word": " it", "probability": 0.178466796875}, {"start": 2907.6, "end": 2909.6, "word": " horizontally,", "probability": 0.58984375}, {"start": 2911.22, "end": 2911.52, "word": " it", "probability": 0.359130859375}, {"start": 2911.52, "end": 2911.7, "word": " stays", "probability": 0.3330078125}, {"start": 2911.7, "end": 2911.9, "word": " in", "probability": 0.52490234375}, {"start": 2911.9, "end": 2912.02, "word": " its", "probability": 0.459716796875}, {"start": 2912.02, "end": 2912.2, "word": " place.", "probability": 0.8115234375}, {"start": 2912.68, "end": 2912.92, "word": " The", "probability": 0.833984375}, {"start": 2912.92, "end": 2913.52, "word": " second", "probability": 0.60205078125}, {"start": 2913.52, "end": 2913.52, "word": " solution", "probability": 0.8974609375}, {"start": 2913.52, "end": 2914.34, "word": " is", "probability": 0.59765625}, {"start": 2914.34, "end": 2914.6, "word": " to", "probability": 0.430908203125}, {"start": 2914.6, "end": 2915.06, "word": " say,", "probability": 0.246337890625}, {"start": 2915.3, "end": 2915.74, "word": " leave", "probability": 0.366455078125}, {"start": 2915.74, "end": 2916.04, "word": " this", "probability": 0.83349609375}, {"start": 2916.04, "end": 2916.4, "word": " edge", "probability": 0.32568359375}, {"start": 2916.4, "end": 2917.62, "word": " on", "probability": 0.404052734375}, {"start": 2917.62, "end": 2917.72, "word": " this", "probability": 0.80126953125}, {"start": 2917.72, "end": 2918.18, "word": " edge.", "probability": 0.912109375}, {"start": 2919.84, "end": 2920.32, "word": " Pull", "probability": 0.37939453125}, {"start": 2920.32, "end": 2920.52, "word": " it", "probability": 0.6025390625}, {"start": 2920.52, "end": 2920.84, "word": " like", "probability": 0.4541015625}, {"start": 2920.84, "end": 2920.86, "word": " this", "probability": 0.84228515625}, {"start": 2920.86, "end": 2921.76, "word": " and", "probability": 0.67333984375}, {"start": 2921.76, "end": 2921.96, "word": " put", "probability": 0.65771484375}, {"start": 2921.96, "end": 2922.06, "word": " it", "probability": 0.8828125}, {"start": 2922.06, "end": 2922.18, "word": " with", "probability": 0.5537109375}, {"start": 2922.18, "end": 2922.46, "word": " this", "probability": 0.77783203125}, {"start": 2922.46, "end": 2922.78, "word": " one.", "probability": 0.31494140625}, {"start": 2923.4, "end": 2923.68, "word": " Okay?", "probability": 0.36083984375}], "temperature": 1.0}, {"id": 109, "seek": 295314, "start": 2924.72, "end": 2953.14, "text": " Did you see how I connected this button? Yes. Under the upper button and the circle is connected to this circle. Come and move now. What happened? Right, left, horizontal, vertical, it kept moving with it. It needs work. You need to go home and work. Who? Okay. What is it?", "tokens": [2589, 291, 536, 577, 286, 4582, 341, 2960, 30, 1079, 13, 6974, 264, 6597, 2960, 293, 264, 6329, 307, 4582, 281, 341, 6329, 13, 2492, 293, 1286, 586, 13, 708, 2011, 30, 1779, 11, 1411, 11, 12750, 11, 9429, 11, 309, 4305, 2684, 365, 309, 13, 467, 2203, 589, 13, 509, 643, 281, 352, 1280, 293, 589, 13, 2102, 30, 1033, 13, 708, 307, 309, 30], "avg_logprob": -0.5433768905810455, "compression_ratio": 1.481081081081081, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2924.72, "end": 2925.02, "word": " Did", "probability": 0.08282470703125}, {"start": 2925.02, "end": 2925.12, "word": " you", "probability": 0.95068359375}, {"start": 2925.12, "end": 2925.12, "word": " see", "probability": 0.8603515625}, {"start": 2925.12, "end": 2925.32, "word": " how", "probability": 0.875}, {"start": 2925.32, "end": 2925.44, "word": " I", "probability": 0.701171875}, {"start": 2925.44, "end": 2925.6, "word": " connected", "probability": 0.2188720703125}, {"start": 2925.6, "end": 2925.74, "word": " this", "probability": 0.611328125}, {"start": 2925.74, "end": 2925.92, "word": " button?", "probability": 0.74755859375}, {"start": 2926.92, "end": 2927.4, "word": " Yes.", "probability": 0.341796875}, {"start": 2928.6, "end": 2929.08, "word": " Under", "probability": 0.56005859375}, {"start": 2929.08, "end": 2929.24, "word": " the", "probability": 0.6796875}, {"start": 2929.24, "end": 2929.88, "word": " upper", "probability": 0.403076171875}, {"start": 2929.88, "end": 2929.88, "word": " button", "probability": 0.8388671875}, {"start": 2929.88, "end": 2930.12, "word": " and", "probability": 0.58447265625}, {"start": 2930.12, "end": 2930.22, "word": " the", "probability": 0.5556640625}, {"start": 2930.22, "end": 2930.42, "word": " circle", "probability": 0.1395263671875}, {"start": 2930.42, "end": 2930.64, "word": " is", "probability": 0.275390625}, {"start": 2930.64, "end": 2930.82, "word": " connected", "probability": 0.262451171875}, {"start": 2930.82, "end": 2930.88, "word": " to", "probability": 0.87841796875}, {"start": 2930.88, "end": 2931.0, "word": " this", "probability": 0.70361328125}, {"start": 2931.0, "end": 2931.26, "word": " circle.", "probability": 0.849609375}, {"start": 2932.02, "end": 2932.32, "word": " Come", "probability": 0.33935546875}, {"start": 2932.32, "end": 2932.38, "word": " and", "probability": 0.408447265625}, {"start": 2932.38, "end": 2932.62, "word": " move", "probability": 0.90478515625}, {"start": 2932.62, "end": 2933.1, "word": " now.", "probability": 0.78857421875}, {"start": 2935.0, "end": 2935.32, "word": " What", "probability": 0.8701171875}, {"start": 2935.32, "end": 2935.5, "word": " happened?", "probability": 0.763671875}, {"start": 2935.74, "end": 2936.04, "word": " Right,", "probability": 0.370849609375}, {"start": 2936.22, "end": 2936.38, "word": " left,", "probability": 0.8994140625}, {"start": 2936.54, "end": 2936.88, "word": " horizontal,", "probability": 0.64892578125}, {"start": 2937.06, "end": 2937.46, "word": " vertical,", "probability": 0.9296875}, {"start": 2937.56, "end": 2937.64, "word": " it", "probability": 0.417236328125}, {"start": 2937.64, "end": 2937.78, "word": " kept", "probability": 0.40625}, {"start": 2937.78, "end": 2938.32, "word": " moving", "probability": 0.84814453125}, {"start": 2938.32, "end": 2939.56, "word": " with", "probability": 0.40185546875}, {"start": 2939.56, "end": 2939.68, "word": " it.", "probability": 0.455322265625}, {"start": 2941.62, "end": 2942.1, "word": " It", "probability": 0.74169921875}, {"start": 2942.1, "end": 2942.22, "word": " needs", "probability": 0.69775390625}, {"start": 2942.22, "end": 2942.52, "word": " work.", "probability": 0.67041015625}, {"start": 2942.84, "end": 2942.96, "word": " You", "probability": 0.54638671875}, {"start": 2942.96, "end": 2943.08, "word": " need", "probability": 0.701171875}, {"start": 2943.08, "end": 2943.2, "word": " to", "probability": 0.9423828125}, {"start": 2943.2, "end": 2943.28, "word": " go", "probability": 0.939453125}, {"start": 2943.28, "end": 2943.54, "word": " home", "probability": 0.77197265625}, {"start": 2943.54, "end": 2943.62, "word": " and", "probability": 0.70849609375}, {"start": 2943.62, "end": 2943.88, "word": " work.", "probability": 0.904296875}, {"start": 2950.24, "end": 2950.72, "word": " Who?", "probability": 0.255615234375}, {"start": 2951.34, "end": 2951.82, "word": " Okay.", "probability": 0.39794921875}, {"start": 2952.24, "end": 2952.44, "word": " What", "probability": 0.32421875}, {"start": 2952.44, "end": 2952.7, "word": " is", "probability": 0.78076171875}, {"start": 2952.7, "end": 2953.14, "word": " it?", "probability": 0.187255859375}], "temperature": 1.0}, {"id": 110, "seek": 297673, "start": 2953.95, "end": 2976.73, "text": " This is what we said previously. We did not specify a distance between them. But the idea is that... How? We have not worked on this yet.", "tokens": [639, 307, 437, 321, 848, 8046, 13, 492, 630, 406, 16500, 257, 4560, 1296, 552, 13, 583, 264, 1558, 307, 300, 485, 1012, 30, 492, 362, 406, 2732, 322, 341, 1939, 13], "avg_logprob": -0.6453598484848485, "compression_ratio": 1.2105263157894737, "no_speech_prob": 0.0, "words": [{"start": 2953.95, "end": 2954.35, "word": " This", "probability": 0.291259765625}, {"start": 2954.35, "end": 2954.51, "word": " is", "probability": 0.2279052734375}, {"start": 2954.51, "end": 2954.51, "word": " what", "probability": 0.7021484375}, {"start": 2954.51, "end": 2954.59, "word": " we", "probability": 0.85595703125}, {"start": 2954.59, "end": 2954.83, "word": " said", "probability": 0.39892578125}, {"start": 2954.83, "end": 2955.31, "word": " previously.", "probability": 0.035064697265625}, {"start": 2957.09, "end": 2957.67, "word": " We", "probability": 0.7177734375}, {"start": 2957.67, "end": 2957.79, "word": " did", "probability": 0.44775390625}, {"start": 2957.79, "end": 2957.79, "word": " not", "probability": 0.94970703125}, {"start": 2957.79, "end": 2958.09, "word": " specify", "probability": 0.474609375}, {"start": 2958.09, "end": 2958.29, "word": " a", "probability": 0.318603515625}, {"start": 2958.29, "end": 2958.57, "word": " distance", "probability": 0.84423828125}, {"start": 2958.57, "end": 2958.83, "word": " between", "probability": 0.82861328125}, {"start": 2958.83, "end": 2958.95, "word": " them.", "probability": 0.8603515625}, {"start": 2960.57, "end": 2961.15, "word": " But", "probability": 0.6953125}, {"start": 2961.15, "end": 2961.31, "word": " the", "probability": 0.89013671875}, {"start": 2961.31, "end": 2961.53, "word": " idea", "probability": 0.8271484375}, {"start": 2961.53, "end": 2961.91, "word": " is", "probability": 0.900390625}, {"start": 2961.91, "end": 2966.13, "word": " that...", "probability": 0.3636474609375}, {"start": 2966.13, "end": 2969.27, "word": " How?", "probability": 0.1568603515625}, {"start": 2974.89, "end": 2975.47, "word": " We", "probability": 0.66845703125}, {"start": 2975.47, "end": 2975.99, "word": " have", "probability": 0.35546875}, {"start": 2975.99, "end": 2975.99, "word": " not", "probability": 0.9150390625}, {"start": 2975.99, "end": 2976.27, "word": " worked", "probability": 0.626953125}, {"start": 2976.27, "end": 2976.61, "word": " on", "probability": 0.88623046875}, {"start": 2976.61, "end": 2976.71, "word": " this", "probability": 0.68994140625}, {"start": 2976.71, "end": 2976.73, "word": " yet.", "probability": 0.71533203125}], "temperature": 1.0}, {"id": 111, "seek": 300565, "start": 2981.73, "end": 3005.65, "text": " This one? No, the one above it. The one above it. That's it. Each element has at least two branches. Okay? Come to the bottom one. This one. Yes, this bottom one wants to go under this bottom one. I also have more than one option. But it is necessary because each element tries to bind to one element. So I can bind this one like this and bind this one like this.", "tokens": [639, 472, 30, 883, 11, 264, 472, 3673, 309, 13, 440, 472, 3673, 309, 13, 663, 311, 309, 13, 6947, 4478, 575, 412, 1935, 732, 14770, 13, 1033, 30, 2492, 281, 264, 2767, 472, 13, 639, 472, 13, 1079, 11, 341, 2767, 472, 2738, 281, 352, 833, 341, 2767, 472, 13, 286, 611, 362, 544, 813, 472, 3614, 13, 583, 309, 307, 4818, 570, 1184, 4478, 9898, 281, 14786, 281, 472, 4478, 13, 407, 286, 393, 14786, 341, 472, 411, 341, 293, 14786, 341, 472, 411, 341, 13], "avg_logprob": -0.610252808988764, "compression_ratio": 1.775609756097561, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2981.73, "end": 2982.15, "word": " This", "probability": 0.3935546875}, {"start": 2982.15, "end": 2982.27, "word": " one?", "probability": 0.64697265625}, {"start": 2982.59, "end": 2982.79, "word": " No,", "probability": 0.66845703125}, {"start": 2982.89, "end": 2983.13, "word": " the", "probability": 0.1795654296875}, {"start": 2983.13, "end": 2983.13, "word": " one", "probability": 0.362548828125}, {"start": 2983.13, "end": 2983.59, "word": " above", "probability": 0.521484375}, {"start": 2983.59, "end": 2983.77, "word": " it.", "probability": 0.173583984375}, {"start": 2983.77, "end": 2983.83, "word": " The", "probability": 0.20068359375}, {"start": 2983.83, "end": 2983.91, "word": " one", "probability": 0.45361328125}, {"start": 2983.91, "end": 2984.01, "word": " above", "probability": 0.69873046875}, {"start": 2984.01, "end": 2984.43, "word": " it.", "probability": 0.56103515625}, {"start": 2984.43, "end": 2984.67, "word": " That's", "probability": 0.6661376953125}, {"start": 2984.67, "end": 2984.81, "word": " it.", "probability": 0.8505859375}, {"start": 2985.89, "end": 2986.33, "word": " Each", "probability": 0.50830078125}, {"start": 2986.33, "end": 2986.63, "word": " element", "probability": 0.919921875}, {"start": 2986.63, "end": 2986.87, "word": " has", "probability": 0.1412353515625}, {"start": 2986.87, "end": 2987.13, "word": " at", "probability": 0.6318359375}, {"start": 2987.13, "end": 2987.35, "word": " least", "probability": 0.9619140625}, {"start": 2987.35, "end": 2987.71, "word": " two", "probability": 0.716796875}, {"start": 2987.71, "end": 2987.71, "word": " branches.", "probability": 0.043701171875}, {"start": 2988.23, "end": 2988.53, "word": " Okay?", "probability": 0.2327880859375}, {"start": 2989.51, "end": 2989.91, "word": " Come", "probability": 0.2109375}, {"start": 2989.91, "end": 2990.05, "word": " to", "probability": 0.54541015625}, {"start": 2990.05, "end": 2990.17, "word": " the", "probability": 0.61669921875}, {"start": 2990.17, "end": 2990.33, "word": " bottom", "probability": 0.2310791015625}, {"start": 2990.33, "end": 2990.43, "word": " one.", "probability": 0.32080078125}, {"start": 2991.09, "end": 2991.11, "word": " This", "probability": 0.501953125}, {"start": 2991.11, "end": 2991.11, "word": " one.", "probability": 0.61865234375}, {"start": 2991.57, "end": 2991.85, "word": " Yes,", "probability": 0.448974609375}, {"start": 2992.05, "end": 2992.15, "word": " this", "probability": 0.7548828125}, {"start": 2992.15, "end": 2992.39, "word": " bottom", "probability": 0.389404296875}, {"start": 2992.39, "end": 2992.47, "word": " one", "probability": 0.63623046875}, {"start": 2992.47, "end": 2992.67, "word": " wants", "probability": 0.14599609375}, {"start": 2992.67, "end": 2992.67, "word": " to", "probability": 0.3134765625}, {"start": 2992.67, "end": 2992.87, "word": " go", "probability": 0.66357421875}, {"start": 2992.87, "end": 2993.09, "word": " under", "probability": 0.396484375}, {"start": 2993.09, "end": 2993.21, "word": " this", "probability": 0.74365234375}, {"start": 2993.21, "end": 2993.41, "word": " bottom", "probability": 0.8076171875}, {"start": 2993.41, "end": 2993.47, "word": " one.", "probability": 0.916015625}, {"start": 2994.57, "end": 2995.01, "word": " I", "probability": 0.57080078125}, {"start": 2995.01, "end": 2995.05, "word": " also", "probability": 0.52392578125}, {"start": 2995.05, "end": 2995.35, "word": " have", "probability": 0.931640625}, {"start": 2995.35, "end": 2995.59, "word": " more", "probability": 0.6806640625}, {"start": 2995.59, "end": 2995.71, "word": " than", "probability": 0.371337890625}, {"start": 2995.71, "end": 2995.83, "word": " one", "probability": 0.92724609375}, {"start": 2995.83, "end": 2996.05, "word": " option.", "probability": 0.444580078125}, {"start": 2996.73, "end": 2997.17, "word": " But", "probability": 0.9033203125}, {"start": 2997.17, "end": 2997.27, "word": " it", "probability": 0.65673828125}, {"start": 2997.27, "end": 2997.27, "word": " is", "probability": 0.451904296875}, {"start": 2997.27, "end": 2997.57, "word": " necessary", "probability": 0.325439453125}, {"start": 2997.57, "end": 2997.83, "word": " because", "probability": 0.58935546875}, {"start": 2997.83, "end": 2998.11, "word": " each", "probability": 0.45068359375}, {"start": 2998.11, "end": 2998.57, "word": " element", "probability": 0.96630859375}, {"start": 2998.57, "end": 2999.07, "word": " tries", "probability": 0.609375}, {"start": 2999.07, "end": 2999.23, "word": " to", "probability": 0.97119140625}, {"start": 2999.23, "end": 2999.35, "word": " bind", "probability": 0.44580078125}, {"start": 2999.35, "end": 2999.47, "word": " to", "probability": 0.396240234375}, {"start": 2999.47, "end": 2999.61, "word": " one", "probability": 0.71435546875}, {"start": 2999.61, "end": 2999.79, "word": " element.", "probability": 0.94287109375}, {"start": 3001.39, "end": 3001.71, "word": " So", "probability": 0.395751953125}, {"start": 3001.71, "end": 3002.21, "word": " I", "probability": 0.443359375}, {"start": 3002.21, "end": 3002.21, "word": " can", "probability": 0.6123046875}, {"start": 3002.21, "end": 3002.55, "word": " bind", "probability": 0.55224609375}, {"start": 3002.55, "end": 3002.81, "word": " this", "probability": 0.84228515625}, {"start": 3002.81, "end": 3002.91, "word": " one", "probability": 0.7001953125}, {"start": 3002.91, "end": 3003.01, "word": " like", "probability": 0.65234375}, {"start": 3003.01, "end": 3003.23, "word": " this", "probability": 0.859375}, {"start": 3003.23, "end": 3004.87, "word": " and", "probability": 0.4765625}, {"start": 3004.87, "end": 3005.13, "word": " bind", "probability": 0.388427734375}, {"start": 3005.13, "end": 3005.33, "word": " this", "probability": 0.830078125}, {"start": 3005.33, "end": 3005.41, "word": " one", "probability": 0.912109375}, {"start": 3005.41, "end": 3005.53, "word": " like", "probability": 0.927734375}, {"start": 3005.53, "end": 3005.65, "word": " this.", "probability": 0.78759765625}], "temperature": 1.0}, {"id": 112, "seek": 303615, "start": 3007.41, "end": 3036.15, "text": " So, how many buttons did it connect to? Two, not wrong, correct. But if you move this, will it move? Yes, it moves. But what? Wait a minute, let me remove this. Okay, everything is connected now. So, this is connected from here. But I prefer that this is the element that connects to what?", "tokens": [407, 11, 577, 867, 9905, 630, 309, 1745, 281, 30, 4453, 11, 406, 2085, 11, 3006, 13, 583, 498, 291, 1286, 341, 11, 486, 309, 1286, 30, 1079, 11, 309, 6067, 13, 583, 437, 30, 3802, 257, 3456, 11, 718, 385, 4159, 341, 13, 1033, 11, 1203, 307, 4582, 586, 13, 407, 11, 341, 307, 4582, 490, 510, 13, 583, 286, 4382, 300, 341, 307, 264, 4478, 300, 16967, 281, 437, 30], "avg_logprob": -0.583904116121057, "compression_ratio": 1.5846994535519126, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3007.41, "end": 3007.67, "word": " So,", "probability": 0.164306640625}, {"start": 3007.77, "end": 3007.95, "word": " how", "probability": 0.603515625}, {"start": 3007.95, "end": 3008.27, "word": " many", "probability": 0.8505859375}, {"start": 3008.27, "end": 3008.41, "word": " buttons", "probability": 0.347900390625}, {"start": 3008.41, "end": 3008.57, "word": " did", "probability": 0.53564453125}, {"start": 3008.57, "end": 3008.57, "word": " it", "probability": 0.2196044921875}, {"start": 3008.57, "end": 3008.61, "word": " connect", "probability": 0.421630859375}, {"start": 3008.61, "end": 3008.85, "word": " to?", "probability": 0.33740234375}, {"start": 3009.61, "end": 3010.03, "word": " Two,", "probability": 0.5234375}, {"start": 3010.61, "end": 3010.77, "word": " not", "probability": 0.212646484375}, {"start": 3010.77, "end": 3011.01, "word": " wrong,", "probability": 0.72119140625}, {"start": 3011.15, "end": 3011.45, "word": " correct.", "probability": 0.36181640625}, {"start": 3012.07, "end": 3012.49, "word": " But", "probability": 0.70556640625}, {"start": 3012.49, "end": 3012.69, "word": " if", "probability": 0.71240234375}, {"start": 3012.69, "end": 3012.93, "word": " you", "probability": 0.880859375}, {"start": 3012.93, "end": 3013.19, "word": " move", "probability": 0.5859375}, {"start": 3013.19, "end": 3013.59, "word": " this,", "probability": 0.787109375}, {"start": 3013.87, "end": 3014.13, "word": " will", "probability": 0.693359375}, {"start": 3014.13, "end": 3014.23, "word": " it", "probability": 0.359130859375}, {"start": 3014.23, "end": 3014.29, "word": " move?", "probability": 0.63232421875}, {"start": 3015.07, "end": 3015.23, "word": " Yes,", "probability": 0.88671875}, {"start": 3015.29, "end": 3015.35, "word": " it", "probability": 0.87255859375}, {"start": 3015.35, "end": 3015.59, "word": " moves.", "probability": 0.46630859375}, {"start": 3015.69, "end": 3015.85, "word": " But", "probability": 0.8369140625}, {"start": 3015.85, "end": 3016.17, "word": " what?", "probability": 0.8017578125}, {"start": 3020.53, "end": 3020.95, "word": " Wait", "probability": 0.12548828125}, {"start": 3020.95, "end": 3022.17, "word": " a", "probability": 0.6337890625}, {"start": 3022.17, "end": 3022.17, "word": " minute,", "probability": 0.6103515625}, {"start": 3022.23, "end": 3022.35, "word": " let", "probability": 0.90478515625}, {"start": 3022.35, "end": 3022.49, "word": " me", "probability": 0.8974609375}, {"start": 3022.49, "end": 3022.69, "word": " remove", "probability": 0.55419921875}, {"start": 3022.69, "end": 3023.43, "word": " this.", "probability": 0.87890625}, {"start": 3029.71, "end": 3030.13, "word": " Okay,", "probability": 0.44580078125}, {"start": 3030.35, "end": 3030.61, "word": " everything", "probability": 0.1480712890625}, {"start": 3030.61, "end": 3030.95, "word": " is", "probability": 0.70458984375}, {"start": 3030.95, "end": 3031.19, "word": " connected", "probability": 0.68701171875}, {"start": 3031.19, "end": 3031.47, "word": " now.", "probability": 0.289306640625}, {"start": 3031.57, "end": 3031.75, "word": " So,", "probability": 0.394775390625}, {"start": 3031.85, "end": 3031.99, "word": " this", "probability": 0.54296875}, {"start": 3031.99, "end": 3032.09, "word": " is", "probability": 0.27197265625}, {"start": 3032.09, "end": 3032.25, "word": " connected", "probability": 0.5751953125}, {"start": 3032.25, "end": 3032.51, "word": " from", "probability": 0.58154296875}, {"start": 3032.51, "end": 3032.71, "word": " here.", "probability": 0.8115234375}, {"start": 3032.79, "end": 3032.91, "word": " But", "probability": 0.888671875}, {"start": 3032.91, "end": 3033.09, "word": " I", "probability": 0.76318359375}, {"start": 3033.09, "end": 3033.53, "word": " prefer", "probability": 0.9287109375}, {"start": 3033.53, "end": 3034.41, "word": " that", "probability": 0.52880859375}, {"start": 3034.41, "end": 3034.61, "word": " this", "probability": 0.72119140625}, {"start": 3034.61, "end": 3034.69, "word": " is", "probability": 0.5400390625}, {"start": 3034.69, "end": 3034.79, "word": " the", "probability": 0.281494140625}, {"start": 3034.79, "end": 3034.95, "word": " element", "probability": 0.73681640625}, {"start": 3034.95, "end": 3035.13, "word": " that", "probability": 0.49365234375}, {"start": 3035.13, "end": 3035.59, "word": " connects", "probability": 0.53466796875}, {"start": 3035.59, "end": 3035.81, "word": " to", "probability": 0.640625}, {"start": 3035.81, "end": 3036.15, "word": " what?", "probability": 0.50732421875}], "temperature": 1.0}, {"id": 113, "seek": 304872, "start": 3037.18, "end": 3048.72, "text": " In principle, leave this top with the top that is like this. So that it becomes like a train. So that you don't go back tomorrow. Design calls for it.", "tokens": [682, 8665, 11, 1856, 341, 1192, 365, 264, 1192, 300, 307, 411, 341, 13, 407, 300, 309, 3643, 411, 257, 3847, 13, 407, 300, 291, 500, 380, 352, 646, 4153, 13, 12748, 5498, 337, 309, 13], "avg_logprob": -0.7609797555047113, "compression_ratio": 1.3245614035087718, "no_speech_prob": 0.0, "words": [{"start": 3037.18, "end": 3037.44, "word": " In", "probability": 0.1795654296875}, {"start": 3037.44, "end": 3037.86, "word": " principle,", "probability": 0.4345703125}, {"start": 3038.06, "end": 3038.3, "word": " leave", "probability": 0.1005859375}, {"start": 3038.3, "end": 3038.56, "word": " this", "probability": 0.54345703125}, {"start": 3038.56, "end": 3038.84, "word": " top", "probability": 0.302001953125}, {"start": 3038.84, "end": 3039.5, "word": " with", "probability": 0.22705078125}, {"start": 3039.5, "end": 3040.74, "word": " the", "probability": 0.53173828125}, {"start": 3040.74, "end": 3040.92, "word": " top", "probability": 0.4169921875}, {"start": 3040.92, "end": 3041.12, "word": " that", "probability": 0.374267578125}, {"start": 3041.12, "end": 3041.26, "word": " is", "probability": 0.5263671875}, {"start": 3041.26, "end": 3041.82, "word": " like", "probability": 0.354248046875}, {"start": 3041.82, "end": 3042.98, "word": " this.", "probability": 0.607421875}, {"start": 3045.1, "end": 3045.46, "word": " So", "probability": 0.467529296875}, {"start": 3045.46, "end": 3045.6, "word": " that", "probability": 0.685546875}, {"start": 3045.6, "end": 3045.62, "word": " it", "probability": 0.82177734375}, {"start": 3045.62, "end": 3045.78, "word": " becomes", "probability": 0.4404296875}, {"start": 3045.78, "end": 3045.92, "word": " like", "probability": 0.76953125}, {"start": 3045.92, "end": 3046.02, "word": " a", "probability": 0.61767578125}, {"start": 3046.02, "end": 3046.2, "word": " train.", "probability": 0.85400390625}, {"start": 3046.3, "end": 3046.42, "word": " So", "probability": 0.72021484375}, {"start": 3046.42, "end": 3046.56, "word": " that", "probability": 0.90966796875}, {"start": 3046.56, "end": 3046.72, "word": " you", "probability": 0.55859375}, {"start": 3046.72, "end": 3046.9, "word": " don't", "probability": 0.773681640625}, {"start": 3046.9, "end": 3046.98, "word": " go", "probability": 0.10833740234375}, {"start": 3046.98, "end": 3047.66, "word": " back", "probability": 0.6982421875}, {"start": 3047.66, "end": 3047.84, "word": " tomorrow.", "probability": 0.3818359375}, {"start": 3048.04, "end": 3048.36, "word": " Design", "probability": 0.435546875}, {"start": 3048.36, "end": 3048.62, "word": " calls", "probability": 0.345947265625}, {"start": 3048.62, "end": 3048.7, "word": " for", "probability": 0.3095703125}, {"start": 3048.7, "end": 3048.72, "word": " it.", "probability": 0.5830078125}], "temperature": 1.0}, {"id": 114, "seek": 308123, "start": 3051.71, "end": 3081.23, "text": " These are the basics of Constraint Layout. It assumes that each element determines its place in relation to another element. Isn't this what I said in the beginning? The first element only, you connect it to the parent. And then the other elements connect to each other in this element. Each element connects to each other. It's not in the code. In the whole code exam. No, no. Tomorrow you have to pass the design exam and you have to go to the code exam.", "tokens": [1981, 366, 264, 14688, 295, 8574, 424, 686, 20084, 346, 13, 467, 37808, 300, 1184, 4478, 24799, 1080, 1081, 294, 9721, 281, 1071, 4478, 13, 6998, 380, 341, 437, 286, 848, 294, 264, 2863, 30, 440, 700, 4478, 787, 11, 291, 1745, 309, 281, 264, 2596, 13, 400, 550, 264, 661, 4959, 1745, 281, 1184, 661, 294, 341, 4478, 13, 6947, 4478, 16967, 281, 1184, 661, 13, 467, 311, 406, 294, 264, 3089, 13, 682, 264, 1379, 3089, 1139, 13, 883, 11, 572, 13, 17499, 291, 362, 281, 1320, 264, 1715, 1139, 293, 291, 362, 281, 352, 281, 264, 3089, 1139, 13], "avg_logprob": -0.5282160460370259, "compression_ratio": 1.8577235772357723, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3051.71, "end": 3052.09, "word": " These", "probability": 0.56982421875}, {"start": 3052.09, "end": 3052.15, "word": " are", "probability": 0.9169921875}, {"start": 3052.15, "end": 3052.21, "word": " the", "probability": 0.7978515625}, {"start": 3052.21, "end": 3052.63, "word": " basics", "probability": 0.1370849609375}, {"start": 3052.63, "end": 3053.51, "word": " of", "probability": 0.84814453125}, {"start": 3053.51, "end": 3053.97, "word": " Constraint", "probability": 0.6468098958333334}, {"start": 3053.97, "end": 3054.49, "word": " Layout.", "probability": 0.9169921875}, {"start": 3054.63, "end": 3055.07, "word": " It", "probability": 0.57666015625}, {"start": 3055.07, "end": 3055.93, "word": " assumes", "probability": 0.0880126953125}, {"start": 3055.93, "end": 3056.27, "word": " that", "probability": 0.89599609375}, {"start": 3056.27, "end": 3056.59, "word": " each", "probability": 0.73046875}, {"start": 3056.59, "end": 3056.93, "word": " element", "probability": 0.93017578125}, {"start": 3056.93, "end": 3057.41, "word": " determines", "probability": 0.427490234375}, {"start": 3057.41, "end": 3057.61, "word": " its", "probability": 0.7265625}, {"start": 3057.61, "end": 3057.83, "word": " place", "probability": 0.49658203125}, {"start": 3057.83, "end": 3058.03, "word": " in", "probability": 0.66015625}, {"start": 3058.03, "end": 3058.55, "word": " relation", "probability": 0.5751953125}, {"start": 3058.55, "end": 3058.93, "word": " to", "probability": 0.96728515625}, {"start": 3058.93, "end": 3059.49, "word": " another", "probability": 0.83935546875}, {"start": 3059.49, "end": 3059.75, "word": " element.", "probability": 0.9482421875}, {"start": 3060.29, "end": 3060.45, "word": " Isn't", "probability": 0.583740234375}, {"start": 3060.45, "end": 3060.55, "word": " this", "probability": 0.427490234375}, {"start": 3060.55, "end": 3060.61, "word": " what", "probability": 0.8671875}, {"start": 3060.61, "end": 3060.93, "word": " I", "probability": 0.9833984375}, {"start": 3060.93, "end": 3060.93, "word": " said", "probability": 0.451904296875}, {"start": 3060.93, "end": 3061.13, "word": " in", "probability": 0.45654296875}, {"start": 3061.13, "end": 3061.23, "word": " the", "probability": 0.9150390625}, {"start": 3061.23, "end": 3061.45, "word": " beginning?", "probability": 0.62451171875}, {"start": 3061.95, "end": 3062.27, "word": " The", "probability": 0.42822265625}, {"start": 3062.27, "end": 3062.37, "word": " first", "probability": 0.818359375}, {"start": 3062.37, "end": 3062.79, "word": " element", "probability": 0.9677734375}, {"start": 3062.79, "end": 3063.17, "word": " only,", "probability": 0.286376953125}, {"start": 3063.65, "end": 3064.19, "word": " you", "probability": 0.73291015625}, {"start": 3064.19, "end": 3064.47, "word": " connect", "probability": 0.393310546875}, {"start": 3064.47, "end": 3064.59, "word": " it", "probability": 0.515625}, {"start": 3064.59, "end": 3064.65, "word": " to", "probability": 0.486083984375}, {"start": 3064.65, "end": 3064.77, "word": " the", "probability": 0.7919921875}, {"start": 3064.77, "end": 3064.97, "word": " parent.", "probability": 0.87158203125}, {"start": 3065.79, "end": 3065.97, "word": " And", "probability": 0.342041015625}, {"start": 3065.97, "end": 3066.25, "word": " then", "probability": 0.54931640625}, {"start": 3066.25, "end": 3066.41, "word": " the", "probability": 0.58447265625}, {"start": 3066.41, "end": 3067.13, "word": " other", "probability": 0.480224609375}, {"start": 3067.13, "end": 3067.13, "word": " elements", "probability": 0.90380859375}, {"start": 3067.13, "end": 3067.61, "word": " connect", "probability": 0.301025390625}, {"start": 3067.61, "end": 3068.09, "word": " to", "probability": 0.42529296875}, {"start": 3068.09, "end": 3068.51, "word": " each", "probability": 0.30419921875}, {"start": 3068.51, "end": 3068.51, "word": " other", "probability": 0.87646484375}, {"start": 3068.51, "end": 3068.51, "word": " in", "probability": 0.60498046875}, {"start": 3068.51, "end": 3068.51, "word": " this", "probability": 0.44482421875}, {"start": 3068.51, "end": 3068.83, "word": " element.", "probability": 0.95068359375}, {"start": 3069.13, "end": 3069.25, "word": " Each", "probability": 0.572265625}, {"start": 3069.25, "end": 3069.55, "word": " element", "probability": 0.9130859375}, {"start": 3069.55, "end": 3069.81, "word": " connects", "probability": 0.48974609375}, {"start": 3069.81, "end": 3070.45, "word": " to", "probability": 0.6787109375}, {"start": 3070.45, "end": 3070.71, "word": " each", "probability": 0.47314453125}, {"start": 3070.71, "end": 3070.85, "word": " other.", "probability": 0.8994140625}, {"start": 3070.91, "end": 3070.99, "word": " It's", "probability": 0.33935546875}, {"start": 3070.99, "end": 3074.11, "word": " not", "probability": 0.87646484375}, {"start": 3074.11, "end": 3074.25, "word": " in", "probability": 0.66796875}, {"start": 3074.25, "end": 3074.33, "word": " the", "probability": 0.84326171875}, {"start": 3074.33, "end": 3074.57, "word": " code.", "probability": 0.841796875}, {"start": 3074.67, "end": 3074.77, "word": " In", "probability": 0.58837890625}, {"start": 3074.77, "end": 3074.85, "word": " the", "probability": 0.7255859375}, {"start": 3074.85, "end": 3075.05, "word": " whole", "probability": 0.4453125}, {"start": 3075.05, "end": 3075.41, "word": " code", "probability": 0.76904296875}, {"start": 3075.41, "end": 3075.43, "word": " exam.", "probability": 0.366943359375}, {"start": 3077.29, "end": 3077.77, "word": " No,", "probability": 0.256591796875}, {"start": 3078.03, "end": 3078.25, "word": " no.", "probability": 0.350341796875}, {"start": 3078.33, "end": 3078.81, "word": " Tomorrow", "probability": 0.65234375}, {"start": 3078.81, "end": 3079.31, "word": " you", "probability": 0.3955078125}, {"start": 3079.31, "end": 3079.49, "word": " have", "probability": 0.326171875}, {"start": 3079.49, "end": 3079.49, "word": " to", "probability": 0.9140625}, {"start": 3079.49, "end": 3079.71, "word": " pass", "probability": 0.266845703125}, {"start": 3079.71, "end": 3079.87, "word": " the", "probability": 0.77490234375}, {"start": 3079.87, "end": 3080.19, "word": " design", "probability": 0.260986328125}, {"start": 3080.19, "end": 3080.29, "word": " exam", "probability": 0.428466796875}, {"start": 3080.29, "end": 3080.33, "word": " and", "probability": 0.65966796875}, {"start": 3080.33, "end": 3080.43, "word": " you", "probability": 0.477294921875}, {"start": 3080.43, "end": 3080.47, "word": " have", "probability": 0.5869140625}, {"start": 3080.47, "end": 3080.69, "word": " to", "probability": 0.96923828125}, {"start": 3080.69, "end": 3080.83, "word": " go", "probability": 0.76318359375}, {"start": 3080.83, "end": 3080.93, "word": " to", "probability": 0.84521484375}, {"start": 3080.93, "end": 3081.03, "word": " the", "probability": 0.83984375}, {"start": 3081.03, "end": 3081.23, "word": " code", "probability": 0.95068359375}, {"start": 3081.23, "end": 3081.23, "word": " exam.", "probability": 0.509765625}], "temperature": 1.0}, {"id": 115, "seek": 309548, "start": 3082.02, "end": 3095.48, "text": " Okay? And the code, I tell you, is easier. You will find the code easier. Those who get used to it will find it easy. The idea is clear, guys. You will constantly out. There are still many details. We will talk about it in the next lecture. God bless you all.", "tokens": [1033, 30, 400, 264, 3089, 11, 286, 980, 291, 11, 307, 3571, 13, 509, 486, 915, 264, 3089, 3571, 13, 3950, 567, 483, 1143, 281, 309, 486, 915, 309, 1858, 13, 440, 1558, 307, 1850, 11, 1074, 13, 509, 486, 6460, 484, 13, 821, 366, 920, 867, 4365, 13, 492, 486, 751, 466, 309, 294, 264, 958, 7991, 13, 1265, 5227, 291, 439, 13], "avg_logprob": -0.4237980769230769, "compression_ratio": 1.5204678362573099, "no_speech_prob": 2.2649765014648438e-06, "words": [{"start": 3082.02, "end": 3082.38, "word": " Okay?", "probability": 0.054840087890625}, {"start": 3082.84, "end": 3083.02, "word": " And", "probability": 0.74755859375}, {"start": 3083.02, "end": 3083.12, "word": " the", "probability": 0.65625}, {"start": 3083.12, "end": 3083.28, "word": " code,", "probability": 0.91064453125}, {"start": 3083.32, "end": 3083.36, "word": " I", "probability": 0.73193359375}, {"start": 3083.36, "end": 3083.52, "word": " tell", "probability": 0.253173828125}, {"start": 3083.52, "end": 3083.64, "word": " you,", "probability": 0.97119140625}, {"start": 3083.66, "end": 3083.7, "word": " is", "probability": 0.79638671875}, {"start": 3083.7, "end": 3084.0, "word": " easier.", "probability": 0.7568359375}, {"start": 3084.88, "end": 3085.24, "word": " You", "probability": 0.6064453125}, {"start": 3085.24, "end": 3085.36, "word": " will", "probability": 0.64306640625}, {"start": 3085.36, "end": 3085.54, "word": " find", "probability": 0.8837890625}, {"start": 3085.54, "end": 3085.62, "word": " the", "probability": 0.53857421875}, {"start": 3085.62, "end": 3085.62, "word": " code", "probability": 0.94384765625}, {"start": 3085.62, "end": 3085.9, "word": " easier.", "probability": 0.90478515625}, {"start": 3086.58, "end": 3086.94, "word": " Those", "probability": 0.393310546875}, {"start": 3086.94, "end": 3087.02, "word": " who", "probability": 0.86474609375}, {"start": 3087.02, "end": 3087.1, "word": " get", "probability": 0.128662109375}, {"start": 3087.1, "end": 3087.28, "word": " used", "probability": 0.49462890625}, {"start": 3087.28, "end": 3087.48, "word": " to", "probability": 0.95751953125}, {"start": 3087.48, "end": 3087.56, "word": " it", "probability": 0.90380859375}, {"start": 3087.56, "end": 3087.64, "word": " will", "probability": 0.52978515625}, {"start": 3087.64, "end": 3087.74, "word": " find", "probability": 0.84619140625}, {"start": 3087.74, "end": 3087.84, "word": " it", "probability": 0.94482421875}, {"start": 3087.84, "end": 3088.06, "word": " easy.", "probability": 0.74609375}, {"start": 3089.66, "end": 3090.02, "word": " The", "probability": 0.58203125}, {"start": 3090.02, "end": 3090.34, "word": " idea", "probability": 0.70751953125}, {"start": 3090.34, "end": 3090.34, "word": " is", "probability": 0.59716796875}, {"start": 3090.34, "end": 3090.34, "word": " clear,", "probability": 0.81787109375}, {"start": 3090.52, "end": 3090.64, "word": " guys.", "probability": 0.748046875}, {"start": 3090.72, "end": 3090.88, "word": " You", "probability": 0.70068359375}, {"start": 3090.88, "end": 3090.88, "word": " will", "probability": 0.69921875}, {"start": 3090.88, "end": 3091.26, "word": " constantly", "probability": 0.505859375}, {"start": 3091.26, "end": 3091.5, "word": " out.", "probability": 0.338623046875}, {"start": 3091.52, "end": 3091.76, "word": " There", "probability": 0.4814453125}, {"start": 3091.76, "end": 3092.4, "word": " are", "probability": 0.82763671875}, {"start": 3092.4, "end": 3092.4, "word": " still", "probability": 0.7392578125}, {"start": 3092.4, "end": 3092.42, "word": " many", "probability": 0.669921875}, {"start": 3092.42, "end": 3092.76, "word": " details.", "probability": 0.8203125}, {"start": 3093.34, "end": 3093.64, "word": " We", "probability": 0.73876953125}, {"start": 3093.64, "end": 3093.66, "word": " will", "probability": 0.85498046875}, {"start": 3093.66, "end": 3093.84, "word": " talk", "probability": 0.6005859375}, {"start": 3093.84, "end": 3094.02, "word": " about", "probability": 0.90478515625}, {"start": 3094.02, "end": 3094.02, "word": " it", "probability": 0.48583984375}, {"start": 3094.02, "end": 3094.14, "word": " in", "probability": 0.85693359375}, {"start": 3094.14, "end": 3094.14, "word": " the", "probability": 0.888671875}, {"start": 3094.14, "end": 3094.64, "word": " next", "probability": 0.81201171875}, {"start": 3094.64, "end": 3094.64, "word": " lecture.", "probability": 0.87451171875}, {"start": 3095.02, "end": 3095.22, "word": " God", "probability": 0.306640625}, {"start": 3095.22, "end": 3095.36, "word": " bless", "probability": 0.86865234375}, {"start": 3095.36, "end": 3095.46, "word": " you", "probability": 0.94921875}, {"start": 3095.46, "end": 3095.48, "word": " all.", "probability": 0.56201171875}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 3096.172, "duration_after_vad": 2781.8462499999864} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..c1431bbd474542e6f207e7891c90d796f60a00ad --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/knz1LWzvD18_raw.srt @@ -0,0 +1,2332 @@ +1 +00:00:21,290 --> 00:00:25,010 +بسم الله الرحمن الرحيم ان شاء الله اليوم هنكمل + +2 +00:00:25,010 --> 00:00:30,150 +موضوع ال layouts المحاضرة الماضية اخدنا او اشتغلنا + +3 +00:00:30,150 --> 00:00:34,670 +على ال linear layout + +4 +00:00:34,670 --> 00:00:37,990 +وحكينا يا جماعة ان ال linear layout بترتب عناصر + +5 +00:00:37,990 --> 00:00:42,870 +الشاشة يا اما أفقيا يا اما رأسيا وشوفنا ان احنا + +6 +00:00:42,870 --> 00:00:45,910 +ممكن نستفيد من ال linear layout عشان نعمل اي تصميم + +7 +00:00:45,910 --> 00:00:50,640 +احنا بدناه عن طريق ان انا اعمل layouts يوا بعضو + +8 +00:00:50,640 --> 00:00:54,000 +جربنا نعمل مثال للمحاضرة الماضية ان انا عملت مثلا + +9 +00:00:54,000 --> 00:01:00,360 +صورة و تحتها في عندي مربعات ادخال username و + +10 +00:01:00,360 --> 00:01:04,820 +password و بعدين زرين مثلا login و cancel وشوفنا + +11 +00:01:04,820 --> 00:01:08,480 +كيف ان انا في المثال هذا damaged اكتر من layout مع + +12 +00:01:08,480 --> 00:01:12,580 +بعض في الأساس ان عندي vertical linear layout بحط + +13 +00:01:12,580 --> 00:01:18,000 +فيها الصورة يعني هذه بتكون ال vertical هذه كلها + +14 +00:01:20,370 --> 00:01:27,190 +vertical linear layout جوا + +15 +00:01:27,190 --> 00:01:32,970 +الان الهدد الصورة بحطها فى البداية و بعدين هنا بحط + +16 +00:01:32,970 --> 00:01:36,870 +linear layout horizontal عشان أحط فيها ال text + +17 +00:01:36,870 --> 00:01:38,950 +view و ال edit text و كمان linear layout + +18 +00:01:38,950 --> 00:01:41,850 +horizontal و كمان linear layout horizontal عشان + +19 +00:01:41,850 --> 00:01:45,610 +أحط فيها الزرار تمام و جربناها اشتغلناها المحاضرة + +20 +00:01:45,610 --> 00:01:50,250 +الماضيةوتعرفنا على بعض الأمور المتعلقة بالـ Layout + +21 +00:01:50,250 --> 00:01:54,670 +زي مثلا ال weight ال weight ايش في ديته مثلا انه + +22 +00:01:54,670 --> 00:02:01,470 +يحدد وزن العناصر داخل السطر تمام؟ وتعرفنا كمان على + +23 +00:02:01,470 --> 00:02:05,850 +حشتين اسمهم ال gravity و layout gravity ال gravity + +24 +00:02:05,850 --> 00:02:13,650 +محتوى العنصر وين اتجاههLayout Gravity مكان العنصر + +25 +00:02:13,650 --> 00:02:17,470 +بالنسبة لل Layout تمام طيب فجيت عشان ننهي الموضوع + +26 +00:02:17,470 --> 00:02:22,670 +هدف ناخد مثال سريع على برضه Linear Layout و نتعلم + +27 +00:02:22,670 --> 00:02:26,270 +منه أشي جديد و بعدين ننتقل ل Layout جديد بدنا نعمل + +28 +00:02:26,270 --> 00:02:31,510 +احنا interface الشكل اللي تبعه هيكون كالتالي هنا + +29 +00:02:31,510 --> 00:02:36,930 +هيكون عندي صورة بعدين الشاشة مجسمة جسمين هنا + +30 +00:02:36,930 --> 00:02:42,910 +بديكون عندي مجموعة زرار تحت بعضو هنا هتكون عندي + +31 +00:02:42,910 --> 00:02:48,390 +مثلا محتوى مفتوح المحتوى المفروض لو زاد عن حجم + +32 +00:02:48,390 --> 00:02:54,430 +الشاشة يصير فيه عندي scroll تمام يعني سيبنا الأن + +33 +00:02:54,430 --> 00:02:57,690 +من ال scroll تعالوا نشوف كيف نعمل محتوى هنا فيه + +34 +00:02:57,690 --> 00:03:02,310 +صورة مثلا أو logo هنا فيه زرار و هنا فيه محتوى + +35 +00:03:06,450 --> 00:03:10,430 +فالان اول حاجة قبل ان اخطط شاشة زي هيك كيف ممكن + +36 +00:03:10,430 --> 00:03:15,450 +نصممها باستخدام ال linear layout شاشة + +37 +00:03:15,450 --> 00:03:20,090 +زي هذه لانها جيتها انا بدأ اعملها و بدأ اشيل انا + +38 +00:03:20,090 --> 00:03:24,350 +اللي موجود خلت + +39 +00:03:24,350 --> 00:03:26,030 +بس linear layout واحدة فوق + +40 +00:03:33,420 --> 00:03:35,940 +طيب design زي هذا كيف احنا ممكن نعمله باستخدام + +41 +00:03:35,940 --> 00:03:41,840 +linear layout؟ مين يقوللي؟ يلا ايوة + +42 +00:03:41,840 --> 00:03:44,740 +شغل المخ يا جماعة كيف نعمله بlinear layout؟ ايوة + +43 +00:03:44,740 --> 00:03:52,300 +اول + +44 +00:03:52,300 --> 00:03:55,440 +حاجة انت بدك layout لل activity ككل لازم ال + +45 +00:03:55,440 --> 00:03:58,640 +activity يكون فيها تبدأ ب layout ايش ال layout + +46 +00:03:58,640 --> 00:04:01,980 +الكبيرة؟ ايوة + +47 +00:04:03,440 --> 00:04:06,720 +تمام في عندك layout كبيرة اللي هي vertical linear + +48 +00:04:06,720 --> 00:04:12,620 +layout ليش طلع انت هي الشاشة مجسومة هي بنعمل + +49 +00:04:12,620 --> 00:04:20,060 +layout linear layout و تكون vertical عشان احط + +50 +00:04:20,060 --> 00:04:27,400 +الصورة cancer هذا السطر و هدولة كلهم في السطر تاني + +51 +00:04:27,400 --> 00:04:32,210 +صح ولا يا جماعةهذه الـ Vertical Linear Layout هذا + +52 +00:04:32,210 --> 00:04:37,490 +سطر و هذا سطر تاني سطر الأول بحط فيه صورة سطر + +53 +00:04:37,490 --> 00:04:40,970 +التاني لسه بده شغل إيش بده السطر التاني؟ طلع فيه + +54 +00:04:40,970 --> 00:04:43,310 +سطر التاني فيه عندك هيه مجسوم + +55 +00:04:46,940 --> 00:04:50,300 +يبقى هنا Linear Layout Horizontal انت تطلع دايما + +56 +00:04:50,300 --> 00:04:54,400 +على الفواصل في عندك فاصل أفق هنا يبقى هذا بيبقى + +57 +00:04:54,400 --> 00:04:58,120 +Vertical Linear Layout جوا الجزء هذا في عندك فاصل + +58 +00:04:58,120 --> 00:05:01,200 +رأسي يبقى جوا هذا الجزء فيه Linear Layout + +59 +00:05:01,200 --> 00:05:06,180 +Horizontal انت معايا ولا لا يا جماعة؟ هنا يبقى جوا + +60 +00:05:06,180 --> 00:05:11,580 +هذه بيبقى Linear Layout Horizontal ونشوف كيف + +61 +00:05:11,580 --> 00:05:20,280 +نقسمهاخلصت؟ لسه ماخلصتش فى عندي زرار هنا هذى برضه + +62 +00:05:20,280 --> 00:05:24,100 +بدي يكون عندي هنا linear layout vertical عشان أحط + +63 +00:05:24,100 --> 00:05:29,980 +فيها الزرار وهذا هنتكلم عليه كمان شوية سهل ولا صعب + +64 +00:05:29,980 --> 00:05:36,140 +يا جماعة بدك تعود بدك تتدرب عليها فتعالى نعملها + +65 +00:05:38,870 --> 00:05:41,650 +يبقى اتفاقنا اللي ال layout الأساسية ايش بتكون + +66 +00:05:41,650 --> 00:05:46,150 +Linear Layout Vertical يعني هاي Linear Layout و ال + +67 +00:05:46,150 --> 00:05:51,270 +orientation Vertical احنا هناك ماشيين صح لأن اول + +68 +00:05:51,270 --> 00:05:54,630 +عنصر ايش بيكون موجود صورة هل بلزم نحط الصورة جوا + +69 +00:05:54,630 --> 00:05:58,750 +layout تانية لأ هي بتحط في سطر في ال vertical + +70 +00:05:58,750 --> 00:06:03,510 +Linear Layout يبقى على طول ال badge هنا جواها بعمل + +71 +00:06:03,510 --> 00:06:04,070 +image view + +72 +00:06:08,430 --> 00:06:18,210 +ماذا عرضه عرض الشاشة match parent ارتفاعه راب + +73 +00:06:18,210 --> 00:06:18,810 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +74 +00:06:18,810 --> 00:06:19,170 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +75 +00:06:19,170 --> 00:06:19,210 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +76 +00:06:19,210 --> 00:06:19,270 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +77 +00:06:19,270 --> 00:06:19,570 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +78 +00:06:19,570 --> 00:06:19,830 +راب كونتين راب كونتين راب كونتين راب كونتين راب + +79 +00:06:19,830 --> 00:06:19,870 +كونتين راب كونتين راب كونتين راب كونتين راب كونتين + +80 +00:06:19,870 --> 00:06:36,130 +راب كونتين راب كونتين راب + +81 +00:06:38,180 --> 00:06:41,540 +حطنا هنا أي صورة الآن بس عشان يعني نشوف منظر لأن + +82 +00:06:41,540 --> 00:06:46,640 +هذه الصورة حطها هنا تمام في فررات على الجانب شوفنا + +83 +00:06:46,640 --> 00:06:51,400 +انت بتعدر الصورة تصميم هي بتقوله fit xy مش هناخدنا + +84 +00:06:51,400 --> 00:06:56,080 +ال fit xy للصورة عشان يعطيها حجم high scale type + +85 +00:06:56,080 --> 00:07:01,740 +fit xy بس انت المفروض تراعي بالتصميم ان تكون + +86 +00:07:01,740 --> 00:07:07,570 +الصورة مناسبة الطول مع العرضللتصميم اللي انت بدكيه + +87 +00:07:07,570 --> 00:07:10,190 +طب خلصنا الجزء اللي فوق الجهة الجزء اللي جوا هذا + +88 +00:07:10,190 --> 00:07:15,150 +اتفقدنا انه عبارة عن linear layout ايش horizontal + +89 +00:07:15,150 --> 00:07:20,110 +فبنيجي تحت ال image view بدي اكون عندى linear + +90 +00:07:20,110 --> 00:07:27,150 +layout ايش عرض ال layout اللي جوا match balance + +91 +00:07:27,150 --> 00:07:29,790 +ارتفاعها + +92 +00:07:31,300 --> 00:07:37,300 +برضه match parent للاخر تمام ال + +93 +00:07:37,300 --> 00:07:45,680 +orientation تبعها هي horizontal تمام + +94 +00:07:45,680 --> 00:07:48,940 +عملنا ال layout تعالى نشوف كيف منظرها + +95 +00:08:03,030 --> 00:08:07,890 +تمام هي في المنطقة هذه المربع كله لان صار في + +96 +00:08:07,890 --> 00:08:12,470 +linear layout horizontal طيب هاي ال linear layout + +97 +00:08:12,470 --> 00:08:19,790 +بتاعتي لان جواها صح جواها بنحط كمان layout للازرار + +98 +00:08:19,790 --> 00:08:30,590 +linear layout طيب قداش عرض الازرار هدولطيب انت + +99 +00:08:30,590 --> 00:08:34,590 +ممكن تحط .. هو للأسف مافيش في ال linear out نسبة + +100 +00:08:34,590 --> 00:08:40,110 +ممكن انت تحط حجم محدد مثلا بتن دي بي تمام و ممكن + +101 +00:08:40,110 --> 00:08:44,750 +تستخدمهم بال weightكيف بال weight يعني هذولة + +102 +00:08:44,750 --> 00:08:48,430 +غنصرين هيكون موجودين في نفس لينا ال layout ممكن + +103 +00:08:48,430 --> 00:08:52,470 +تعطي هذا واحد وهذا ايش وهذا تلاتة فعشان نعطيه + +104 +00:08:52,470 --> 00:08:56,690 +weight في الأول نديله wrap content تمام و بعدين + +105 +00:08:56,690 --> 00:09:07,850 +ايش ارتفاع لل layout هذه match parent و + +106 +00:09:07,850 --> 00:09:12,200 +برضه بنديه ال weight بس دي ربع لك ال weightهي واحد + +107 +00:09:12,200 --> 00:09:17,020 +طبعا ال + +108 +00:09:17,020 --> 00:09:20,520 +Android بقى لحد الأنوات واحد معناه هياخد كل الشاشة + +109 +00:09:20,520 --> 00:09:24,820 +يعني اللي .. اه لأن مافيش غيرها طبعا نيجي جنبها ال + +110 +00:09:24,820 --> 00:09:30,860 +gate بنحط layout تاني مبدئيا كيف؟ ماشي هاي ال + +111 +00:09:30,860 --> 00:09:35,260 +orientation vertical + +112 +00:09:35,260 --> 00:09:40,500 +الان جنبها مبدئيا بده أحط layout تاني هنا هذه بده + +113 +00:09:40,500 --> 00:09:41,100 +أحط كمان layout + +114 +00:09:46,980 --> 00:09:54,060 +برضه بدي اقول راب content رتفع match parent و + +115 +00:09:54,060 --> 00:09:58,580 +هاي ال weight مثلا تلاتة و ال orientation اي حاجة + +116 +00:09:58,580 --> 00:10:04,140 +هذه خليها vertical يعني الآن عشان احنا مانتوهش في + +117 +00:10:04,140 --> 00:10:08,460 +عند ال layout الرئيسية تمام فيها image view و فيها + +118 +00:10:08,460 --> 00:10:12,360 +بعدين linear layout اللي هي بتجمع هذول اتنين جمع + +119 +00:10:12,360 --> 00:10:14,980 +هذا ال linear layout فيها layout vertical للازرار + +120 +00:10:14,980 --> 00:10:23,160 +هيهاو جنبها فيها layout للمحتوى وهذا اعطانا واحد + +121 +00:10:23,160 --> 00:10:27,120 +وهذا اعطانا تلاتة تعالى نشوفها شايف هي من جسم + +122 +00:10:27,120 --> 00:10:32,760 +الشاشة ايش اه واحد تلاتة و لو جلبت حتى زي هيك هتظل + +123 +00:10:32,760 --> 00:10:36,760 +النسبة زي ما هي هاي واحد تلاتة + +124 +00:10:46,130 --> 00:10:51,730 +طيب هاد ال layout الزرار جواهنا نحط زرار تمام فبس + +125 +00:10:51,730 --> 00:10:56,730 +اعمل button حطه مثلا wrap content او match parent + +126 +00:10:56,730 --> 00:11:01,450 +عشان ياخد عجد مساحة ال layout اللي هو فيها match + +127 +00:11:01,450 --> 00:11:03,690 +parent لل button وبياخد عجد ال layout مين ال + +128 +00:11:03,690 --> 00:11:07,770 +layout اللي هو فيها اللي هي هذه تمام فقولنا له + +129 +00:11:07,770 --> 00:11:14,090 +match parent وهي هنا wrap content لل height text + +130 +00:11:16,060 --> 00:11:17,780 +بتن واحد + +131 +00:11:40,210 --> 00:11:44,870 +طيب هاي خلصنا ال .. لأن هنا بدي أكون عند المحتوى + +132 +00:11:44,870 --> 00:11:47,250 +المفروض مثلا لما أضغط على الذر يطلع عند المحتوى + +133 +00:11:47,250 --> 00:11:50,730 +هنا لأن + +134 +00:11:50,730 --> 00:11:53,610 +أنا للمحتوى هذا إيش عامل linear layout صح ممكن + +135 +00:11:53,610 --> 00:11:58,310 +أضيف فيها اللي بديه يعني مثلا هاي ال linear layout + +136 +00:11:58,310 --> 00:12:05,490 +بتاعة المحتوى ممكن تحط فيها مثلا text + +137 +00:12:05,490 --> 00:12:05,950 +view + +138 +00:12:09,120 --> 00:12:23,960 +ماتش بيرنت خلّيني أقول ماتش بيرنت ماتش + +139 +00:12:23,960 --> 00:12:27,500 +بيرنت ماتش بيرنت ماتش ماتش ماتش ماتش ماتش ماتش + +140 +00:12:27,500 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +141 +00:12:27,640 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +142 +00:12:27,640 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +143 +00:12:27,640 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +144 +00:12:27,640 --> 00:12:27,640 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +145 +00:12:27,640 --> 00:12:34,000 +ماتش ماتش ماتش ماتش ماتش ماتش ماتش ماتش + +146 +00:12:34,000 --> 00:12:40,330 +ملكن لو مكتوب فيه كلام كتير في الوضع الحالي هيختفي + +147 +00:12:40,330 --> 00:12:46,070 +هتجربه + +148 +00:12:46,070 --> 00:12:51,570 +بس عشان نجربه بدنا نحط كلام كتير شوية + +149 +00:13:18,860 --> 00:13:30,420 +تغير الكلمة عشان نشوف الفرق تمام + +150 +00:13:30,420 --> 00:13:35,680 +لاحظ ان ال IOG حطت انا كتير راحت تمام طب خلّيني + +151 +00:13:35,680 --> 00:13:36,880 +انام ال run للتطبيق + +152 +00:13:49,270 --> 00:13:57,710 +طيب لحد ما يشتغل لو + +153 +00:13:57,710 --> 00:14:02,110 +كان المحتوى اللي انت حاطه جوا ال text view او جوا + +154 +00:14:02,110 --> 00:14:06,030 +ال linear layout صورة مثلا مجموعة صور وكان حجمهم + +155 +00:14:06,030 --> 00:14:09,530 +اكتر من حجم الشاشة مش هتقدر تنزل تشوفه من تحت طبعا + +156 +00:14:09,530 --> 00:14:17,690 +طب ايش الحل الحل الان انت عارف ان المحتوى هذا لحظة + +157 +00:14:17,690 --> 00:14:18,050 +شوية + +158 +00:14:20,710 --> 00:14:27,190 +هذا المحتوى ال text view حجمه كبير تمام بتيجي + +159 +00:14:27,190 --> 00:14:31,910 +حوالي او افضل من ال text view بتاخد ال layout كلها + +160 +00:14:31,910 --> 00:14:36,110 +اللي هي ايش ال linear layout تمام بدي اجعل ال + +161 +00:14:36,110 --> 00:14:41,310 +linear layout نفسها و احطها داخل حاجة اسمها scroll + +162 +00:14:56,960 --> 00:15:13,320 +داخل scroll view طيب + +163 +00:15:13,320 --> 00:15:17,660 +لاحظ ال scroll view وين بدأ بدأ من هنا وانتهى هنا + +164 +00:15:17,660 --> 00:15:25,020 +هل هذا صح لأ المفروض ان هذا التسكير بعد بعد ال + +165 +00:15:25,020 --> 00:15:29,300 +layoutلأ انا حطيت ال linear layout بال text اللي + +166 +00:15:29,300 --> 00:15:34,740 +فيها هدولة كلهم حطيته جوه ال scroll view لأن ال + +167 +00:15:34,740 --> 00:15:40,080 +scroll view هو حطت weight weight 3 يعني الآن هنا + +168 +00:15:40,080 --> 00:15:46,380 +صار في scroll view ماخد 3 أجزاء وهذا ماخد جزء وجوه + +169 +00:15:46,380 --> 00:15:50,080 +ال scroll view محطوط عند linear layout وجوه ال + +170 +00:15:50,080 --> 00:15:51,380 +linear layout حط البدكية + +171 +00:15:54,910 --> 00:15:58,570 +كيف؟ لأ بلزم هجيت هقول ليش يعني انا يا جماعة عندي + +172 +00:15:58,570 --> 00:16:03,030 +هى انا جزء اين هى + +173 +00:16:03,030 --> 00:16:09,130 +اشتغل ال .. + +174 +00:16:09,130 --> 00:16:16,230 +طيب لإن هى مثلا الشاشة عندي ل .. ل .. حتى قبل ال + +175 +00:16:16,230 --> 00:16:19,230 +scroll view انا مقدرش اطلع الشاشة و انزلها هى انا + +176 +00:16:19,230 --> 00:16:24,480 +بقعد بسحب بطلع .. فى لسه كلام IOG تحتبس مش قادر + +177 +00:16:24,480 --> 00:16:28,780 +اشوفه ليش لأنه خلاص اتملت الشاشة فماطلعليش اللي + +178 +00:16:28,780 --> 00:16:32,440 +تحت كيف انا بده اخليه يفرجينا ايش موجود في المحتوى + +179 +00:16:32,440 --> 00:16:37,460 +حط هذه ال linear layout كلها اللي هنا حطها داخل + +180 +00:16:37,460 --> 00:16:41,380 +scroll view متذكرين ايام الجافة لما كنا بنعمل text + +181 +00:16:41,380 --> 00:16:46,220 +area scroll كنا بنحطها داخل scroll pan تمام هذه + +182 +00:16:46,220 --> 00:16:49,060 +نفس الحاجة بتاخد الأنصر تبعها اللي هو ال linear + +183 +00:16:49,060 --> 00:16:54,150 +layout حطها داخلScroll view صار الشاشة مكوّنة من + +184 +00:16:54,150 --> 00:17:00,770 +Vertical Linear Layout فيها صورة وهنا في الجزء هذا + +185 +00:17:00,770 --> 00:17:06,750 +فهي Vertical Linear + +186 +00:17:06,750 --> 00:17:09,670 +Layout فيها جزءين فهي Vertical Linear Layout اللي + +187 +00:17:09,670 --> 00:17:15,390 +فيها الزرار وفي الجزء هذا فهي scroll view لأن هو + +188 +00:17:15,390 --> 00:17:20,980 +بيحكي لك ان ال scroll viewلازم تضع جوا layout يعني + +189 +00:17:20,980 --> 00:17:24,760 +بال scroll view بالفش تضع فيه أكتر من حاجة عشان هي + +190 +00:17:24,760 --> 00:17:30,480 +أنا هنا عملت scroll view وإيش فيه جواها ال scroll + +191 +00:17:30,480 --> 00:17:35,840 +view linear layout وحط جوا ال linear layout هذه + +192 +00:17:35,840 --> 00:17:41,500 +اللي بدكية فالان + +193 +00:17:41,500 --> 00:17:49,040 +هذا ال layout لإيش هذا ال layout لزرار صحأيش في + +194 +00:17:49,040 --> 00:17:55,240 +جانبها؟ لأ فيها ال scroll view تمام؟ ال scroll + +195 +00:17:55,240 --> 00:18:00,520 +view داخله إيش؟ linear layout و لاحظ إن أنا ال + +196 +00:18:00,520 --> 00:18:03,280 +scroll view بتعامل مع ذلك إنه أي item حطيت ال + +197 +00:18:03,280 --> 00:18:07,300 +weight تبعه تلاتة على أساس ياخد هذا ال layout واحد + +198 +00:18:07,300 --> 00:18:10,140 +و هذا ال scroll view ياخد تلاتة و جوا ال scroll + +199 +00:18:10,140 --> 00:18:12,640 +view حطيت ال linear layout بتاعتى + +200 +00:18:16,840 --> 00:18:18,700 +هذا الـ gate بقدر اجعل اللي هنا الـ layout اللي + +201 +00:18:18,700 --> 00:18:22,400 +هنا اقوله match فيه على انت عشان يعبي ال school + +202 +00:18:22,400 --> 00:18:26,920 +view طيب الان لو انا عملت run او تحديث التطبيق + +203 +00:18:54,500 --> 00:19:02,500 +طيب شايفين الآن إيش بيصير؟ شايفين ال scroll؟ طيب + +204 +00:19:02,500 --> 00:19:06,660 +باختصار شديد يا جماعة اليوم هي أخدنا إش جديد اللي + +205 +00:19:06,660 --> 00:19:13,360 +هي scroll view باختصار شديد جدا لو أنا عندي شاشة + +206 +00:19:13,360 --> 00:19:19,520 +خلاص شلنا .. خلصنا مثال لأن أنا عندي الشاشة فيها + +207 +00:19:19,520 --> 00:19:26,380 +إيش؟ linear layout verticalخلّي بس يقربها تاني هاد + +208 +00:19:26,380 --> 00:19:29,860 +الآن شاشة فاضية و بده حط عناصر ورا بعض و العناصر + +209 +00:19:29,860 --> 00:19:36,500 +هاد بتاخد مساحة كبيرة فحط مثلا إنت إجيت هنا بدك + +210 +00:19:36,500 --> 00:19:37,500 +تصير تحط باتون + +211 +00:19:51,360 --> 00:20:01,280 +خلّي match parent wrap content وهي + +212 +00:20:01,280 --> 00:20:05,900 +كررت ال battle خلّي + +213 +00:20:05,900 --> 00:20:09,300 +text size 30px + +214 +00:20:19,100 --> 00:20:21,840 +طيب هذه مجموعة الزرار تحت بعض الان المفروض انه في + +215 +00:20:21,840 --> 00:20:27,020 +محتوى مكفهش تحت طبعا لان لو عملت رالة تطبيق هذا + +216 +00:20:27,020 --> 00:20:38,280 +وشغلته مش هيبينك الزرار الأضافية فعشان يتبينهم خد + +217 +00:20:38,280 --> 00:20:41,800 +الزرار كلهم وحطهم داخل + +218 +00:20:45,000 --> 00:20:48,560 +خلّي match parent match parent لأن ال school of + +219 +00:20:48,560 --> 00:20:51,520 +you لسه فاضي أنا أنشأت ال school of you المفروض + +220 +00:20:51,520 --> 00:20:55,160 +أخد الازرار و أحطهم جوا جوا ال school of you لكن + +221 +00:20:55,160 --> 00:20:57,960 +بقولي مانفعش ال school of you تحط جوا أكتر من حاجة + +222 +00:20:57,960 --> 00:21:02,300 +لازم نحط فيه إيش حاجة واحدة فانت حط جوا linearly + +223 +00:21:02,300 --> 00:21:06,660 +out و + +224 +00:21:06,660 --> 00:21:07,400 +تكون vertical + +225 +00:21:14,060 --> 00:21:20,900 +و جوالين ال layout هذه حط الزرار بتاعتك كلها + +226 +00:21:20,900 --> 00:21:29,320 +تمام، + +227 +00:21:29,320 --> 00:21:35,180 +هيك لو شغلت هيطلع عندك scrollماشي يا جماعة فهمنا + +228 +00:21:35,180 --> 00:21:38,680 +ايش ال scroll scroll يعني لما يكون فيه عدد عناصر + +229 +00:21:38,680 --> 00:21:43,420 +كبيرة ممكن ماتظهر بتحط حولهم scroll bar بتعمل + +230 +00:21:43,420 --> 00:21:46,940 +scroll view وبتحط جواها layout وبتحط عناصرك كلها + +231 +00:21:46,940 --> 00:21:52,180 +جوا ال layout تاعتك هذه مرة تانية لما يكون عندك + +232 +00:21:52,180 --> 00:21:57,960 +عناصر كتير صورة مثلا وكلام تمام هذه image view + +233 +00:21:57,960 --> 00:22:05,660 +وهذا كله عبارة عن text viewأتيت عربتهم على الشاشة + +234 +00:22:05,660 --> 00:22:12,100 +وجدت أن الشاشة تسعش خذ هذه الاتنين خليهم أنصر واحد + +235 +00:22:12,100 --> 00:22:15,080 +كيف تخليهم أنصر واحد؟ خطهم في layout واحدة linear + +236 +00:22:15,080 --> 00:22:20,680 +layout وبعدين خذ ال linear layout وحطها جوا scroll + +237 +00:22:20,680 --> 00:22:24,140 +view + +238 +00:22:24,140 --> 00:22:30,220 +ماشي يا جماعة؟ طيب، هيك يا جماعة بما تقول خلصنا + +239 +00:22:30,220 --> 00:22:35,640 +مثال ال linear layoutوشوفنا ان احنا بتصمم اي تصميم + +240 +00:22:35,640 --> 00:22:40,020 +بتنيعه على طريق Damage اكتر من Layout مع بعض في اي + +241 +00:22:40,020 --> 00:22:43,680 +سؤال بالنسبة لـLinear Layout ايوة عامة جيت ال + +242 +00:22:43,680 --> 00:22:47,580 +software اللي هو المقطوع يعني مش .. يعني مابديش + +243 +00:22:47,580 --> 00:22:49,760 +انازل فيه فاهم عليا كده يعني انا في المثال اللي + +244 +00:22:49,760 --> 00:22:52,400 +عندهان لو كان مثلا انا عنده ثلاثة قدم اطلع ال + +245 +00:22:52,400 --> 00:22:56,240 +software اللي حتى لو كان المقطوع بدوش انه ينزلهو + +246 +00:22:56,240 --> 00:23:01,220 +بيظهرش school هو بيخليك أنت تتحكم + +247 +00:23:01,220 --> 00:23:05,560 +بال touch تطلع و تنزل بس إذا مافيش school حتى + +248 +00:23:05,560 --> 00:23:08,800 +بأصبعك مش هتقدر تطلع و تنزل اللي مش باين على + +249 +00:23:08,800 --> 00:23:13,040 +الشاشة بختفي وبتقدرش تشوفه بدون school لكن لو في + +250 +00:23:13,040 --> 00:23:17,080 +school view بتقدر تعمل حركة هادية واضح؟ يعني هو + +251 +00:23:17,080 --> 00:23:19,920 +بيظهرش قدامك school bar + +252 +00:23:27,960 --> 00:23:31,560 +هو جماعة كل اللي بيخليني أعمل ان انت بالأصبع + +253 +00:23:31,560 --> 00:23:37,700 +بتتحرك تطلع و تنزل في هذا + +254 +00:23:37,700 --> 00:23:42,720 +المثال اللي عرضنا هذا الجزء بيبقى ثابت وهذا ثابت + +255 +00:23:42,720 --> 00:23:46,740 +من هنا بتقدر تتحرك فيه هذا اللي هنا بس هو school + +256 +00:23:46,740 --> 00:23:53,160 +of youتمام؟ يعني الفكرة اللي مابحركش كل الشاشة لأ + +257 +00:23:53,160 --> 00:23:56,000 +هذا ثابت و هذا ثابت و من جهة ال scroll view هو + +258 +00:23:56,000 --> 00:24:02,780 +اللي بتحرك واضح يا جماعة؟ ايوة سؤال يجيب ان انا + +259 +00:24:02,780 --> 00:24:05,800 +اصلا عامل scroll view تبع الميكروفت دي اعتقد انه + +260 +00:24:05,800 --> 00:24:08,640 +الفترة الأول ال scroll اللي عم افضل ان اطلع عن زرع + +261 +00:24:08,640 --> 00:24:12,300 +الفترة التانية الفترة الأولة الموجودة اقل من ان + +262 +00:24:12,300 --> 00:24:15,700 +اتحرك ال scroll الان بتحرك لو حركته بال touch ولا + +263 +00:24:15,700 --> 00:24:18,810 +لا بقى كيف مش فاهمعندي اكتر من ال battery عندى + +264 +00:24:18,810 --> 00:24:23,090 +اتنين battery اتنين اه جوه كل battery بيعرض محتوى + +265 +00:24:23,090 --> 00:24:26,390 +المحتوى معمله scroll لو حركت المحتوى تبع الزر + +266 +00:24:26,390 --> 00:24:30,490 +الأول اللي بيتحرك عادي كونه كبير بتتحرك ب scroll + +267 +00:24:30,490 --> 00:24:34,290 +ال battery التاني برضه نفس الكلام جوه scroll view + +268 +00:24:34,290 --> 00:24:37,370 +لكن لو حركت بتتحرك مش عشان المحتوى الجليد اللي + +269 +00:24:37,370 --> 00:24:40,810 +بتتحرك احنا انا scroll view واحد تمام scroll view + +270 +00:24:40,810 --> 00:24:44,870 +واحد كل العناصر اللي بدي انا حجمها كبير بحطها جوه + +271 +00:24:44,870 --> 00:24:46,930 +scroll view عشان اقدر اعمل slide + +272 +00:24:50,230 --> 00:24:55,410 +هي عندك school، إيش فيه جوا؟ عشان أفهم سؤالة؟ عندى + +273 +00:24:55,410 --> 00:24:58,810 +كلمة واحدة بتحرك؟ جوا ال school كلمة واحدة؟ لأ لأ + +274 +00:24:58,810 --> 00:25:03,210 +بتحركش طبعا إنت هي .. هي .. هي خليك تحرك لما يكون + +275 +00:25:03,210 --> 00:25:07,350 +نجر كتير، لما يكون فيه زيادة، يعني هي هيك هيك + +276 +00:25:07,350 --> 00:25:12,370 +بيحرك ال school؟ هاي ال school، في text view في + +277 +00:25:12,370 --> 00:25:18,940 +كلمة واحدة، بيحركوا؟ لألما يكون فيه كتير انزل انزل + +278 +00:25:18,940 --> 00:25:23,540 +انزل هي هيك هذا الكلام برا الشاشة هنا هيخليك تتحرك + +279 +00:25:23,540 --> 00:25:28,720 +طبعا يعني لو فش فيه محتوى كتير بيصير زي و زي ماليش + +280 +00:25:28,720 --> 00:25:33,880 +قيمة انت معايا ولا لأ زي ال text area في ال .. زي + +281 +00:25:33,880 --> 00:25:37,880 +اي برنامج كتابة لما تيجي تكتب كلمة كلمتين مش + +282 +00:25:37,880 --> 00:25:42,280 +هيحطلك scroll لكن لو زاد عن حجم الشاشة او حجم ال + +283 +00:25:42,280 --> 00:25:47,290 +component بيصير يحطلك ال scrollتمام يعني هنا لو + +284 +00:25:47,290 --> 00:25:49,890 +عندى text view في كلمة واحدة خلاص مش هتحرك مش ه .. + +285 +00:25:49,890 --> 00:25:58,670 +مش .. يعني ايش مابتحرك اصلا هو لحاله لما .. لأ + +286 +00:25:58,670 --> 00:26:02,130 +لأ هو خلاص ال score on view لو كان الحجم كبير + +287 +00:26:02,130 --> 00:26:11,890 +بيصير يحرك تمام يعني + +288 +00:26:11,890 --> 00:26:16,540 +هنا .. هنا مثلاهنا حطلك ال scroll هذا شايفينه اللي + +289 +00:26:16,540 --> 00:26:21,380 +هنا؟ ليش؟ لأن حجم المحتوى كبير لو حجم المحتوى فيه + +290 +00:26:21,380 --> 00:26:29,900 +100 word بس خلاص مش هعملك ال scroll في + +291 +00:26:29,900 --> 00:26:35,100 +ال تطبيق + +292 +00:26:35,100 --> 00:26:38,560 +تعالي الجوال يعني طيب هي شوف انت بجيت ال options + +293 +00:26:38,560 --> 00:26:41,240 +انا بعلمك الأساسي و انت تدور كيف تطلع ال scroll ال + +294 +00:26:41,240 --> 00:26:41,960 +bar و ما تطلعش + +295 +00:26:45,270 --> 00:26:49,550 +طيب يا جماعة لان خلصنا ال linear layout بننتقل ل + +296 +00:26:49,550 --> 00:26:52,890 +layout تانية اهم من ال linear layout ال layout + +297 +00:26:52,890 --> 00:27:06,450 +اللي هتكلم عنها اليوم اسمها + +298 +00:27:06,450 --> 00:27:13,930 +ال constraint layout + +299 +00:27:15,320 --> 00:27:18,200 +لأ ال linear layout كويسة و الواحد بيعمل فيها + +300 +00:27:18,200 --> 00:27:23,500 +تصميم اللي بده إياه بس فيها مشاكل أول مشكلة يعني + +301 +00:27:23,500 --> 00:27:28,160 +زمان في ال versions الأولى للأندرويد ماكانش فيه أو + +302 +00:27:28,160 --> 00:27:32,900 +كانت أكتر layout مستخدمة هي ال linear layout بس + +303 +00:27:32,900 --> 00:27:35,540 +نجوا فيها مشاكل إن ال linear layout بلزمك تعمل + +304 +00:27:35,540 --> 00:27:37,800 +list of layouts عشان تعمل التصميم اللي بدك إياه + +305 +00:27:37,800 --> 00:27:40,560 +إيش هي list of layouts؟ layout جمع layout و هذا + +306 +00:27:40,560 --> 00:27:44,930 +ببطء من عرض التطبيقنحن دائما في تطبيقات الجوال ليس + +307 +00:27:44,930 --> 00:27:49,310 +مثل ال PC نبحث عن ال performance لو كان في layout + +308 +00:27:49,310 --> 00:27:58,130 +جوة layout جوة layout عرض الشاشة بيكون بطيء هذا + +309 +00:27:58,130 --> 00:28:03,480 +المشاكل ال linearLayout طيب وهذا أهم المشكلة فعليا + +310 +00:28:03,480 --> 00:28:07,820 +عشان يحل المشكلة هذه يعملوا layouts تانية ال + +311 +00:28:07,820 --> 00:28:11,100 +performance تباعها أفضل من layout ليها layout + +312 +00:28:11,100 --> 00:28:13,020 +ممتازة و بتعمل فيها انت اللي بدك اياه و احنا + +313 +00:28:13,020 --> 00:28:16,660 +علمناكوا اياها عشان انت تاخد ايدك على عمل ال + +314 +00:28:16,660 --> 00:28:21,460 +layouts هذا ايه زي انت اصلا ايدك اشتغلت فيها عشان + +315 +00:28:21,460 --> 00:28:24,840 +ايدك تاخد على كيف انت تشغل XML و تضيف عناصر و + +316 +00:28:24,840 --> 00:28:29,530 +ترتبهاكبداية هي ضرورية لكن حاليًا في التطبيقات + +317 +00:28:29,530 --> 00:28:36,370 +الحديثة بطل حد يستخدم linear layout صاروا + +318 +00:28:36,370 --> 00:28:41,830 +يستخدموا layouts جديدة زي ايش مثلا زي layout اسمها + +319 +00:28:41,830 --> 00:28:45,690 +relative لحظة + +320 +00:28:45,690 --> 00:28:51,110 +شوية relative layout relative layoutطلعت قبل حوالي + +321 +00:28:51,110 --> 00:28:57,990 +تلت سنوات وكانت هي المستخدمة لحد السنة الماضية + +322 +00:28:57,990 --> 00:29:02,610 +اللي طلعت تطوير عليها اسمها constraint layout هي + +323 +00:29:02,610 --> 00:29:07,510 +أخر حاجة constraint layoutما بقولك لو ددكيها من + +324 +00:29:07,510 --> 00:29:11,170 +أول كده مش هتفهمها هذه أصعب من ال linear layout ال + +325 +00:29:11,170 --> 00:29:14,250 +linear layout أسهل واحدة ابدأ فيها و تعلم ال XML و + +326 +00:29:14,250 --> 00:29:17,350 +تعلم كيف ترتيب العناصر و بعدين بتنتقل على ال + +327 +00:29:17,350 --> 00:29:20,990 +constraint layout و ممكن انا مابقولش مش غلط ممكن + +328 +00:29:20,990 --> 00:29:24,710 +تستخدم ال linear layout لو التصميم تبعك بسيط مافيش + +329 +00:29:24,710 --> 00:29:29,870 +فيه تعقيد كتير لو أكتر من two levels layout هيصير + +330 +00:29:29,870 --> 00:29:33,170 +بطيء كتير حاليا مثلا زي التصميم اللي شوفناه قبل + +331 +00:29:33,170 --> 00:29:37,600 +شوية ماشي حالةلأنه كام level layouts جوا بعض؟ + +332 +00:29:37,600 --> 00:29:42,520 +اتنين مابتبدأ vertical انت صح؟ و بعدين جواها بتحط + +333 +00:29:42,520 --> 00:29:46,600 +اتنين و واحدة horizontal وفي تلاتة levels و جوا ال + +334 +00:29:46,600 --> 00:29:50,480 +horizontal في .. هذه بتصبح بطيقة لكن لو تصميم بسيط + +335 +00:29:50,480 --> 00:29:54,420 +زي بتاع ال user name و ال password هذا بسيط يعني + +336 +00:29:54,420 --> 00:29:57,400 +مافرجش كتير ال linear عن ال constraint ممكن تستخدم + +337 +00:29:57,400 --> 00:30:01,560 +ال linear في التصميم البسيط فبقولش ان انا مش + +338 +00:30:01,560 --> 00:30:05,890 +مستخدمة لأ مستخدمة بس في الحلقة البسيطةلكن اذا + +339 +00:30:05,890 --> 00:30:10,030 +اتعجبت الشاشة وتاعتك وصار فيه عندك components كتير + +340 +00:30:10,030 --> 00:30:13,970 +ومحتاجين ترتيبات كتير استخدم واحدة من ال layouts + +341 +00:30:13,970 --> 00:30:16,350 +اللي هي ال relative او ال constraint ظهرت ال + +342 +00:30:16,350 --> 00:30:19,450 +relative وبعدين اتطورت وصارت constraint layout + +343 +00:30:19,450 --> 00:30:21,970 +طبعا انا مش هديكوا ال relative انه خلاص احنا من + +344 +00:30:21,970 --> 00:30:26,310 +الناواكب لجديد وقلنا انه هذه تطوير على هذه فخلاص + +345 +00:30:26,310 --> 00:30:30,130 +نبدأ على طول من ال constraint layout ايش هي كلمة + +346 +00:30:30,130 --> 00:30:36,670 +constraintconstraint يعني قيود constraint layout + +347 +00:30:36,670 --> 00:30:40,870 +يعني layout المقيدة ايش القصد في ال constraint + +348 +00:30:40,870 --> 00:30:44,270 +layout او باختصرها ال constraint layout يا جماعة + +349 +00:30:44,270 --> 00:30:47,670 +او ال relative layout نفس الفكرة بقول مبدأ ربط + +350 +00:30:47,670 --> 00:30:51,210 +العناصر او ترتيب العناصر باعتمد ان كل عنصر يترتب + +351 +00:30:51,210 --> 00:30:55,690 +بالنسبة لعنصر تاني لاحظ ان العنصر يترتب بالنسبة + +352 +00:30:55,690 --> 00:31:02,070 +للعنصر لعنصر اخرالـ Linear أو الترتيب العناصر كيف؟ + +353 +00:31:02,070 --> 00:31:06,310 +أفقي أو رأسي الـ Consent و Relatively أو الترتيب + +354 +00:31:06,310 --> 00:31:09,830 +العناصر بالنسبة لبعض إيش أنا بالنسبة لبعض؟ يعني + +355 +00:31:09,830 --> 00:31:13,090 +مثلا بنعمل شاشة ال user name و ال password اللي + +356 +00:31:13,090 --> 00:31:16,130 +عملناها المحاضرة الماضية إيش أول عنصر بنحطه في + +357 +00:31:16,130 --> 00:31:23,260 +الشاشة؟ اللي هو الصورة اللي كانت فوقبتقول هذا أول + +358 +00:31:23,260 --> 00:31:26,320 +عنصر مدينة هو أول عنصر بتضيفه على الشاشة بتحط + +359 +00:31:26,320 --> 00:31:30,360 +الصورة و الأن إيش بدك تعمل في الصورة هذه؟ بدك + +360 +00:31:30,360 --> 00:31:33,120 +تعلجها هلجيت انت لما تجيب لوحة في البيت مش بدك تحط + +361 +00:31:33,120 --> 00:31:36,740 +مصمار و تعلجها في مكان معين و ت centerها هذا أول + +362 +00:31:36,740 --> 00:31:40,120 +صورة أول component اللي حاط في الشاشة بدك تحددله + +363 +00:31:40,120 --> 00:31:45,530 +مكانبالنسبة لمين؟ في عنصر تاني موجود؟ لأ، احنا + +364 +00:31:45,530 --> 00:31:49,490 +قولنا بترتب عناصر بالنسبة لبعض، مدام هي أول عنصر + +365 +00:31:49,490 --> 00:31:52,890 +الحق، بتحطهاش بالنسبة لعنصر تاني، بتحطه بالنسبة + +366 +00:31:52,890 --> 00:31:59,200 +للقدرتخيل هذه الحيطة تمام؟ بتتعلق عليها صورة تمام؟ + +367 +00:31:59,200 --> 00:32:03,220 +فبقولك ان اتحددها بالنسبة للأب لازم تربطها على + +368 +00:32:03,220 --> 00:32:10,280 +الأقل على الأقل بجزء من أجزاء الأب كيف يعني؟ يعني + +369 +00:32:10,280 --> 00:32:14,180 +الآن هل الصورة موجودة تمام؟ بتقول انه حطل الحفة + +370 +00:32:14,180 --> 00:32:17,640 +اليمين، الشمال مش هذه الحفة الشمال بتاعة الصورة + +371 +00:32:17,640 --> 00:32:23,580 +على الحفة الشمال بتاعة ال parentيعني امسك هذا و + +372 +00:32:23,580 --> 00:32:30,680 +ربطه وين؟ و ربطه في هذا و امسك هذا الجزء و ربطه + +373 +00:32:30,680 --> 00:32:36,600 +وين؟ فوق لأن انت لما تجيب صورة و تربطها من جهتين + +374 +00:32:36,600 --> 00:32:41,480 +فبتت ولا ما فبتتش اه صارت ثابتة بكفه تربطها من جهة + +375 +00:32:41,480 --> 00:32:46,380 +واحدة لأن لو انت عملت هيكإيش بيصير فيها لو ربطتها + +376 +00:32:46,380 --> 00:32:50,540 +زيك و فلبتها؟ هتجعب صح ولا لأ يبقى ال component + +377 +00:32:50,540 --> 00:32:54,660 +بتحطه على الشاشة و بتربطه من جانبين جانب أفقي + +378 +00:32:54,660 --> 00:33:02,940 +وجانب عمودي ع الزاوية دي صارت زي هيك بنتحزقتها من + +379 +00:33:02,940 --> 00:33:09,760 +اليمين و من فوق طبعا فراحت كلها اتحركت وين؟ على + +380 +00:33:09,760 --> 00:33:10,860 +الجرمة راحت على الزاوية + +381 +00:33:15,180 --> 00:33:20,040 +هات مجربها اللي جاية قدامك + +382 +00:33:20,040 --> 00:33:36,000 +هتشتغل + +383 +00:33:36,000 --> 00:33:39,240 +ولا .. + +384 +00:33:39,240 --> 00:33:41,060 +مطفل + +385 +00:33:43,040 --> 00:33:44,320 +ماشي عايش أغلط حقا + +386 +00:34:02,300 --> 00:34:08,200 +والله افتحته افتحه + +387 +00:34:08,200 --> 00:34:23,660 +افتحه افتحه افتحه + +388 +00:34:37,210 --> 00:34:41,230 +طيب يا شايل اتنقل معاياأجينا على layout بتاعتنا + +389 +00:34:41,230 --> 00:34:43,810 +احنا بدناش نلاقي غير layout هلجيت نرجع زي ما كانت + +390 +00:34:43,810 --> 00:34:47,430 +قبل وع فكرة أول ما تمشي التطبيق لحالة كانت + +391 +00:34:47,430 --> 00:34:49,850 +constraint يعني هو بفترض ان انت هتستخدم constraint + +392 +00:34:49,850 --> 00:34:53,590 +رجعناها constraint layout وهلجيت ال orientation ان + +393 +00:34:53,590 --> 00:34:58,970 +انا مش لازمني وهي الشاشة فاضية لان تبقى معايا شوف + +394 +00:34:58,970 --> 00:35:01,750 +كيف انا بتصمم ميزة كمان ال constraint ان انت ممكن + +395 +00:35:01,750 --> 00:35:06,450 +تشتغل visually يعني بشكل كبير على + +396 +00:35:09,800 --> 00:35:16,040 +طيب تعالى نضيف زر هاي أخد الزر و حطيته هنا لأن by + +397 +00:35:16,040 --> 00:35:20,980 +default الزر تبعنا هذا لسه مش مربوط بحاجة تمام + +398 +00:35:20,980 --> 00:35:28,820 +عشان هيك في ال text هنا معلم لكيها بأحمر لأ لأ هذا + +399 +00:35:28,820 --> 00:35:34,040 +ليه مش قيمة كمان هذا معلمه بإيش بأحمر لو عملت run + +400 +00:35:34,040 --> 00:35:38,960 +هتلاقي لوحات عشرين أنصر كل ما يرميلكيهم في الزاوية + +401 +00:35:40,610 --> 00:35:43,990 +يعني التصميم هيطلع بالشكل قدامك ومرتبين يعني افرض + +402 +00:35:43,990 --> 00:35:48,330 +انا حاطيت اكتر من زر بالشكل هذا لما تعمل راني + +403 +00:35:48,330 --> 00:35:51,870 +هيربوني مكونة في الزاويةوالدليل ع الكلام هذا ان + +404 +00:35:51,870 --> 00:35:55,310 +انت بدل منع المرأة ان ياخد وجد في التشغيل، حط + +405 +00:35:55,310 --> 00:35:57,910 +الموصع هذا، ايش بيقولك؟ the view is not + +406 +00:35:57,910 --> 00:36:01,130 +constrained، هذا الرسالة، بقرألكوا إيها، هذا + +407 +00:36:01,130 --> 00:36:05,370 +العنصر مش مقيد، ماحددتلوش أنت مكانه، مربطوهش في حد + +408 +00:36:05,370 --> 00:36:10,830 +تاني، تمام؟ it only has design-time positions، ايش + +409 +00:36:10,830 --> 00:36:13,970 +يعني it only has design-time positions؟ يعني فقط + +410 +00:36:13,970 --> 00:36:18,070 +في وقت ال design وانت بتصمم، بتشوف مكانهمSo it + +411 +00:36:18,070 --> 00:36:21,150 +will jump to 0,0 at run time ايش يعني it will jump + +412 +00:36:21,150 --> 00:36:33,870 +to 0,0 مين 0,0 النقطة اللي فوق طيب + +413 +00:36:33,870 --> 00:36:37,350 +يبقى عشان هيك هذا الخطأ اللي طلع لكيه ان حتى الآن + +414 +00:36:37,350 --> 00:36:41,710 +احنا اماكن العناصر مش محددة طب كيف نحدد مكان + +415 +00:36:41,710 --> 00:36:45,450 +العنصر هذا مثلا افترض ان انا بدي احطه على الزاوية + +416 +00:36:45,450 --> 00:36:49,070 +فوق على الزاويةواحد بيقول هو الحال و بيبقى فوق على + +417 +00:36:49,070 --> 00:36:54,180 +الزمن، ماشي بس ..أيش بنعمل؟ بدك إيها فوق على + +418 +00:36:54,180 --> 00:36:59,580 +الزاوية، امسك الحفة هذه و ربطها مع مين؟ مع اليمين + +419 +00:36:59,580 --> 00:37:02,960 +بتاع ال pyramid، لاحظ أول ما ربطها لحاله إيش؟ شدها + +420 +00:37:02,960 --> 00:37:07,440 +و سحبها، تمام؟ هيك غلط لسه، هيك أنت سحبتها على + +421 +00:37:07,440 --> 00:37:11,040 +اليمين، بس قلنا كل عنصر على الأقل، على الأقل لك + +422 +00:37:11,040 --> 00:37:15,660 +تربطه رأسي و عوافقي، و خد الحفة اللي فوق و ربطها + +423 +00:37:15,660 --> 00:37:21,020 +مع اللي فوق، تمام؟ هيه لحاله و وداها على اليمينأه + +424 +00:37:21,020 --> 00:37:23,620 +هلجيت بتقدر انت تسحب عليك انك تضيف .. هذا لحاله + +425 +00:37:23,620 --> 00:37:28,900 +بضيف margin تمام؟ يعني هو بال مربوط في اليمين و في + +426 +00:37:28,900 --> 00:37:34,420 +ال top بس ايش هذه المسافات؟ بقف margin لحاله اه من + +427 +00:37:34,420 --> 00:37:37,640 +الجهتين يعني اذا تعال انت هنا لحاله هتلاقي أيها ال + +428 +00:37:37,640 --> 00:37:43,440 +margin تمام؟ start و top هنرجع ال XML قصة هلجيت + +429 +00:37:43,440 --> 00:37:46,760 +افرض انا بضيف زر بس مابديش احطه على الزاوية هذه + +430 +00:37:46,760 --> 00:37:49,280 +بدي احطه على الزاوية التانية فوق على الزاوية + +431 +00:37:49,280 --> 00:37:49,620 +التانية + +432 +00:38:01,730 --> 00:38:06,030 +المهم يا شباب العنصر هذا انتبهوا معايا العنصر هذا + +433 +00:38:06,030 --> 00:38:10,090 +بنحطه نفس الحاجة على الزاوية اللي فوق بس على + +434 +00:38:10,090 --> 00:38:13,850 +الشمال تمام؟ + +435 +00:38:13,850 --> 00:38:18,940 +لأن خليه في أي مكان قربط فوق هيك و تعالي هيكلحاله + +436 +00:38:18,940 --> 00:38:23,040 +جابه على الجهة هذه نفس الشيء بدك تحط واحد على + +437 +00:38:23,040 --> 00:38:28,680 +الزاوية تحت بدك تربطه مع الحواف اللي تحت لل .. لل + +438 +00:38:28,680 --> 00:38:32,620 +بيانت لأنش انت قلتلي قبل ذلك ان المنطقة ال margin + +439 +00:38:32,620 --> 00:38:35,920 +اللي انا مقدرش احط فيها محتويات طيب اه انا محطت + +440 +00:38:35,920 --> 00:38:39,940 +محتوى في مص الشاشة وراهم هم اربع .. اربع جهات من + +441 +00:38:39,940 --> 00:38:45,240 +الشاشة تمام او جهتين اه الان مقدرش احط اي محتوى ال + +442 +00:38:45,240 --> 00:38:46,460 +margin اللي احطته + +443 +00:38:52,140 --> 00:38:57,680 +مش ماتحطش فيه محتوى، العنصر نفسه يعني مانوش علاقة + +444 +00:38:57,680 --> 00:38:59,840 +في ال margin خلاص بيكونوا بعيدة عن ال margin يعني + +445 +00:38:59,840 --> 00:39:04,700 +محتوى العنصر نفسه مانوش علاقة بال margin لكن انت + +446 +00:39:04,700 --> 00:39:09,540 +بتقدر تيجي تحط زر هينة مثلا، حدش ممنعك يعني في + +447 +00:39:09,540 --> 00:39:14,890 +المنطقة الفاضية؟ أهما هو انت بدك تجرب تمام؟ انت مع + +448 +00:39:14,890 --> 00:39:18,190 +التجربة على الأسئلة هذه لحالك بتلاقي لها أجوبة + +449 +00:39:18,190 --> 00:39:22,590 +تمام؟ يعني ما .. التفاصيل الدقيقة هذه بتيجي انت مع + +450 +00:39:22,590 --> 00:39:26,130 +الشغل انا بعلمك ال lay out بشكل عام كيف تشغل و انت + +451 +00:39:26,130 --> 00:39:28,490 +روح على البيت و جرب و أيه عندك تساؤل يعني احنا مش + +452 +00:39:28,490 --> 00:39:31,790 +في برنامج ما يطلبه المشاهدون ايش بيصير لو عملت + +453 +00:39:31,790 --> 00:39:34,910 +هيك؟ ايش بيصير لو صويت هيك؟ خلوه روح لحالك جرب في + +454 +00:39:34,910 --> 00:39:40,630 +البيت تمام؟ كيف؟يعني الأسئلة .. الأسئلة هذه + +455 +00:39:40,630 --> 00:39:44,530 +التفاصيلية الصغيرة انت العارف تجربها يعني مافيحش + +456 +00:39:44,530 --> 00:39:54,290 +تسأل على كل حاجة لليوم مش مظبط لسه البرنامج طيب + +457 +00:39:54,290 --> 00:39:57,390 +نرجح نكمل يا جماعة ال answer هاد انك تحطه انت تحت + +458 +00:39:57,390 --> 00:40:01,850 +على الزاوية برضه نفس الشيء اربطه في حواف ال parent + +459 +00:40:01,850 --> 00:40:05,790 +طيب + +460 +00:40:05,790 --> 00:40:10,560 +لسه ماخلصماش احناأول أنصر انت بتضيفه تربطه في الـ + +461 +00:40:10,560 --> 00:40:15,980 +parent طيب تعالى نرجع للزر هدى تبعنا لو انا قلتلك + +462 +00:40:15,980 --> 00:40:22,880 +بدي احط أنصر فى النص فوق بسعر فى النص الان + +463 +00:40:22,880 --> 00:40:28,100 +عشان تحطه فى النص فوق فى ال top فى النص اول حاجة + +464 +00:40:28,100 --> 00:40:32,370 +مدام انا قلتلك فى ال top يعني بديك تربط هدىفوق + +465 +00:40:32,370 --> 00:40:37,210 +الان بدك تحطه في النص بدك تربطه في النص وين؟ في + +466 +00:40:37,210 --> 00:40:40,430 +النص horizontal فبدك تربطه من الجهة هذه و الجهة + +467 +00:40:40,430 --> 00:40:46,530 +ديك هاي + +468 +00:40:46,530 --> 00:40:51,470 +رابطة تمام؟ يعني هذا الأنصار الآن غير مشبوك مشبوك + +469 +00:40:51,470 --> 00:40:54,990 +في ال parent في ال top و من الطرفين اليمين و + +470 +00:40:54,990 --> 00:40:58,770 +الشمال مشبوك في ال left و ال right بتاع ال parent + +471 +00:40:58,770 --> 00:41:04,690 +عشان هيك ايجي لحالهعلجه و حطه فى النص ليش حطه فى + +472 +00:41:04,690 --> 00:41:10,970 +النص انك شبكته من هنا و من هنا معناه يا جماعة مرة + +473 +00:41:10,970 --> 00:41:15,050 +تانى أنصر هذا شايفين هذا هذا اللي حطته الآن عشان + +474 +00:41:15,050 --> 00:41:19,530 +يشابكه إلى من الطرفين على الجهة اليمين من ال + +475 +00:41:19,530 --> 00:41:25,370 +parent رايح هيك الان لو أخدته شبكته هيك تمام + +476 +00:41:32,380 --> 00:41:40,520 +هو ال button اللي تحت شيل ال margin وهي start و + +477 +00:41:40,520 --> 00:41:40,800 +end + +478 +00:41:53,820 --> 00:41:58,000 +تمام؟ هاي بيحطه في النص بالشكل هذا طيب في عندك + +479 +00:41:58,000 --> 00:42:04,700 +button بدك تحطه في نص الشاشة تماما ايش هيعمله؟ بدك + +480 +00:42:04,700 --> 00:42:06,140 +تربطه من الجانبين + +481 +00:42:09,140 --> 00:42:13,140 +لاحظ ربطه أفقه واحد بيقول هيه وجه في النص لأ هي + +482 +00:42:13,140 --> 00:42:17,620 +غلط هيك انت معالجه بحبلين بس لو شغلت الحبل هيسحله + +483 +00:42:17,620 --> 00:42:22,540 +صح و لا يا جماعة فكر دايما في الجاذبية و انت تشتغل + +484 +00:42:22,540 --> 00:42:27,060 +فكر في الجاذبية و انت بتصمم فبرضه عشان تحطه في + +485 +00:42:27,060 --> 00:42:29,480 +النص بليك تربطه من فوق و من التحت + +486 +00:42:38,990 --> 00:42:55,370 +لحظة شايف هو مرات بيعلق كيف؟ + +487 +00:42:55,370 --> 00:43:00,250 +ماشي بقى أنا لسه حتى الآن بيعلمك كيف تربطه في ال + +488 +00:43:00,250 --> 00:43:06,270 +parent طيب + +489 +00:43:06,270 --> 00:43:12,640 +هذا هي ربطهفي مارجن جاية فوق هنا فزبط هشيل المارجن + +490 +00:43:12,640 --> 00:43:26,760 +هذا بطن سبعة هاي مارجن top خليها تمانية زي هدا طيب + +491 +00:43:26,760 --> 00:43:30,320 +هاي حطه في النصف فالان احنا اتعلمنا كيف انصر تربط + +492 +00:43:30,320 --> 00:43:36,470 +في ال parentلأن نيجي نلاقي ربط العناصر البعض + +493 +00:43:36,470 --> 00:43:39,690 +ماتعلمناش لسه كيف تربط العناصر البعض هيا أنا هندي + +494 +00:43:39,690 --> 00:43:45,750 +button مربوط + +495 +00:43:45,750 --> 00:43:52,250 +بس في ال parent top left تمام؟ top left لأن بدي + +496 +00:43:52,250 --> 00:43:56,070 +أحط جنب ال button هذا button تاني بدي أحط جنبه + +497 +00:43:56,070 --> 00:43:57,710 +button تاني تعالي أسحب button + +498 +00:44:00,730 --> 00:44:05,050 +دى البالك حطه هيك مش معناه صار جنبه تمام هتشغل + +499 +00:44:05,050 --> 00:44:10,730 +هتلاقيه اه حطه في الزاوية فالان البطل هذا اين بده + +500 +00:44:10,730 --> 00:44:20,650 +يجي على ال .. على اليمين هذا البطل صح فيمين هذا مع + +501 +00:44:20,650 --> 00:44:26,030 +هذا شايفين كيف زال قطار البطل + +502 +00:44:26,030 --> 00:44:33,380 +هذا شايفينه ربط اخدت هذه الدائرة ربطها في هذهتمام؟ + +503 +00:44:33,380 --> 00:44:37,620 +بعدين طيب بكفي بس اربطه من جهة .. اه بدك تربطه من + +504 +00:44:37,620 --> 00:44:41,160 +جهة تانى منين مربطه كمان؟ ممكن تربطه برضه فوق هيك + +505 +00:44:41,160 --> 00:44:46,520 +بس أول ما ربطته على السقف إيش عمل؟ أه سحبنا فوق + +506 +00:44:46,520 --> 00:44:51,200 +ممكن تنزل و أنت إيش تعمله margin لتحت يبقى أنا + +507 +00:44:51,200 --> 00:44:56,440 +العنصر هذا ربطه على مين هذا و ربطه فيه في ال + +508 +00:44:56,440 --> 00:44:56,660 +parent + +509 +00:45:05,520 --> 00:45:09,980 +في حل أخر أفضل لأن مش هذا اللي ربطته في ال .. في + +510 +00:45:09,980 --> 00:45:12,840 +ال top بتاع ال parent بديش أربطه في ال top بتاع ال + +511 +00:45:12,840 --> 00:45:15,680 +parent بدي أعمل زي هيك بدي أجيب ال top تبع هذا + +512 +00:45:15,680 --> 00:45:21,180 +الزر تمام؟ أربطه مع مين؟ شايفين أين بصحى بالسهم؟ + +513 +00:45:21,180 --> 00:45:26,920 +اه مع ال top بتاع البته من جنبه يعني + +514 +00:45:26,920 --> 00:45:31,300 +هذا الزر صار مربوط من الجهتين إيش هم الجهتين؟اللي + +515 +00:45:31,300 --> 00:45:37,460 +على الطرف تبقى مربوط في الزر هذا يعني هو محطوط على + +516 +00:45:37,460 --> 00:45:43,400 +يمين الزر هذا و ال top تبقى ارتفاع هذا جاه ال top + +517 +00:45:43,400 --> 00:45:47,540 +تقى الأول ايش الميزة انك .. يعني هذا العنصر صار + +518 +00:45:47,540 --> 00:45:51,640 +مربوط من الجهتين في عنصر واحد الميزة ان انت هذا + +519 +00:45:51,640 --> 00:45:57,960 +لما تسحبه هيسحب هداك معاه لأ + +520 +00:45:57,960 --> 00:46:04,410 +هذا تابعهذا من التابع؟ هذا التابع تمام؟ هذا هو + +521 +00:46:04,410 --> 00:46:09,090 +الأساس أنا رابط هذا في هذا كيف رابطه؟ من جهتين قبل + +522 +00:46:09,090 --> 00:46:12,570 +شوية كان هذا ال .. انتم معايا لأن إذا مافهمتوش هذا + +523 +00:46:12,570 --> 00:46:16,010 +مش هتعرف تشتغل عليها و هذا هي الأساس الشغل كله + +524 +00:46:16,010 --> 00:46:20,150 +عليها قبل شوية كنت رابط ال battle هذا في حاجتين + +525 +00:46:20,150 --> 00:46:24,330 +رابطه في ال battle الأنجلاني و رابطه في ال parent + +526 +00:46:26,040 --> 00:46:29,100 +اللي هنفيش معنى إنك تربط العنصر في حاجتين بس هيكون + +527 +00:46:29,100 --> 00:46:34,840 +يعني هيتأثر بال .. بال .. بالاتنين معناها إن هذا + +528 +00:46:34,840 --> 00:46:41,500 +لو نزل تحت ارتفاعه التاني ارتفاعه مش هيتأثر لإن + +529 +00:46:41,500 --> 00:46:45,020 +هذا ارتفاعه مربوط في نين في ال pyramid لكن الأفضل + +530 +00:46:45,020 --> 00:46:49,400 +إنك لو ربط ارتفاع هذا بهذا يعني قلتولي الطب مع + +531 +00:46:49,400 --> 00:46:53,580 +الطب خليلي الطب تعالبته لهذا مع الطب تعالبته لهذا + +532 +00:46:53,580 --> 00:46:58,490 +هاي شايفين كيف السهم جايبه؟فبتصير انت مدام ربط + +533 +00:46:58,490 --> 00:47:03,450 +العنصر نفسه من الجهتين في عنصر واحد يبقى بتصير لما + +534 +00:47:03,450 --> 00:47:07,730 +تحرك العنصر هذا هداك يتحرك معاه وبكرا لما تعمل + +535 +00:47:07,730 --> 00:47:13,050 +الشاشة خمسين عنصر تحرك أول واحد زي القطار تحرك أول + +536 +00:47:13,050 --> 00:47:22,230 +عربة كل بيمشي معاهطيب لسه ماخلصناش .. اه لحظة عشان + +537 +00:47:22,230 --> 00:47:25,010 +ايه ال constraint اكتبت بيغلالها فيها شغل كتير بدك + +538 +00:47:25,010 --> 00:47:31,870 +تحط زر تحت هذا .. هنا برضه + +539 +00:47:31,870 --> 00:47:36,450 +هذا الزر له حلول كتير انك تحطه في المكان هذا الحل + +540 +00:47:36,450 --> 00:47:42,330 +الأول انك ممكن تقوله خليليه تحت الزر هذا و نحف هذه + +541 +00:47:42,330 --> 00:47:48,240 +ربوتها في ال parentيعني هذا الزر الآن صار مشبوك من + +542 +00:47:48,240 --> 00:47:54,740 +جهتين أو في حشتين من هما تحت الزر هذا تمام ومربوط + +543 +00:47:54,740 --> 00:48:00,020 +بالحفة لشمال ال parent صح صح مافيش مشكلة بس + +544 +00:48:00,020 --> 00:48:05,660 +المشكلة وين هتكون ان انت لو هذا زدت ال margin تبعه + +545 +00:48:05,660 --> 00:48:15,560 +ايش صار في هذا الزر ده مكانه تمام لكن الارتفاعمش + +546 +00:48:15,560 --> 00:48:18,180 +مشبوك فيه يعني في الارتفاع لو حركتها و طلعت و + +547 +00:48:18,180 --> 00:48:21,640 +نزلته هذا بطلع و بنزل معاه ليش؟ لأنه مشبوك فيه في + +548 +00:48:21,640 --> 00:48:27,100 +الارتفاع لكن horizontally مش مشبوك فيه فلما أصير + +549 +00:48:27,100 --> 00:48:34,540 +أحرك هيك أفقيا بل هذا مكانه الحل التاني أنه أنا + +550 +00:48:34,540 --> 00:48:41,760 +أقوله أنه خليني الحفة هذه على الحفة هذه أسحب هيك و + +551 +00:48:41,760 --> 00:48:49,420 +أحطها مع هذا تمام؟شايف كيف رابط الزر هذا؟ تحت الزر + +552 +00:48:49,420 --> 00:48:52,660 +اللي فوق والحفة بتاعته على الحفة هذه تعالي تحرك + +553 +00:48:52,660 --> 00:48:57,060 +الآن إيه صار فيه؟ يمين، شمال، horizontal، + +554 +00:48:57,060 --> 00:49:03,300 +vertical؟ دلو يتحرك، يتحرك معاه بدها شغل، بدك تروح + +555 +00:49:03,300 --> 00:49:11,500 +البيت تشتغل مين؟ + +556 +00:49:11,500 --> 00:49:16,190 +طيب ما هوهذا احنا قلناه معين يعني محددت .. ممكن + +557 +00:49:16,190 --> 00:49:27,450 +يعني .. محددناش مسافة بينهم يعني لكن الفكرة انه .. + +558 +00:49:27,450 --> 00:49:34,290 +كيف؟ + +559 +00:49:34,290 --> 00:49:36,710 +هذا لسه ما .. ما اشتغلناش عليه + +560 +00:49:41,950 --> 00:49:46,350 +هذا؟ لأ بكف اللي فوق، الحف اللي فوق، خلاص انت كل + +561 +00:49:46,350 --> 00:49:50,510 +أنصر بنزلك على أقل اتنين، تمام؟ تعالى البطن اللي + +562 +00:49:50,510 --> 00:49:55,170 +تحت هذا، هذا البطن بديه تحت البطن هذا، برضه في + +563 +00:49:55,170 --> 00:49:59,110 +عندي أكتر من خيار، بس المفروض انك الأنصر تحاول + +564 +00:49:59,110 --> 00:50:04,870 +تربط في أنصر واحد، يعني ممكن أنا أربط هذا هيك و + +565 +00:50:04,870 --> 00:50:11,070 +أربط هذا هيكيبقى هذا في كام زر رابطه اتنين مش غلط + +566 +00:50:11,070 --> 00:50:15,630 +صحيح بس انت لو حركت هذا هتضمن هذا اتحرك اه اتحرك + +567 +00:50:15,630 --> 00:50:22,170 +بس ايش يعني لحظة + +568 +00:50:22,170 --> 00:50:30,170 +خليني اشيل هذا طيب + +569 +00:50:30,170 --> 00:50:32,730 +خلاص هالجهة كلها مربط صار بينفع هذا رابطه من هنا + +570 +00:50:32,730 --> 00:50:36,190 +بس انا بفضل ان هذا الأنصر اللي واحد تربطه في إيش + +571 +00:50:44,860 --> 00:50:47,940 +عشان يصير زي القطار وعشان انت لاتوش بكرا ماتراجع + +572 +00:50:47,940 --> 00:50:48,820 +التصميم تدعى + +573 +00:50:51,710 --> 00:50:56,570 +هذه أساسيات الـ Constraint Layout إنها تعتمد إن كل + +574 +00:50:56,570 --> 00:51:00,610 +أنصر يتحدد مكانه بالنسبة لأنصر آخر مش هذا اللي + +575 +00:51:00,610 --> 00:51:04,770 +حكيته أنا في الأول أول أنصر بس أنت بتربطه مع ال + +576 +00:51:04,770 --> 00:51:08,870 +parent و بعدين العلاقات التانية بتشبكها في الأنصر + +577 +00:51:08,870 --> 00:51:14,110 +هذا كل أنصر تشبكه في التاني هنش + +578 +00:51:14,110 --> 00:51:19,770 +في ال code في المتحان code كله لأ لأ بكرا بيتعدى + +579 +00:51:19,770 --> 00:51:23,640 +للتصميم هتضطر تروح لل codeتمام؟ وال code أقولك + +580 +00:51:23,640 --> 00:51:27,840 +أسهل ال code هتلاقيه أسهل اللي بتعوض عليه بلاقيه + +581 +00:51:27,840 --> 00:51:31,500 +سهل واضحة الفكرة يا جماعة تحت ال constantly out + +582 +00:51:31,500 --> 00:51:34,780 +لسه فيها تفاصيل كتير هنتكلم عنها المحاضرة اللي جاي + +583 +00:51:34,780 --> 00:51:35,740 +يعطوكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..1bc0eb029fb5d436b2d589545ad3b922bb00843c --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_postprocess.srt @@ -0,0 +1,2328 @@ +1 +00:00:20,920 --> 00:00:25,240 +طيب يا شباب السلام عليكم اليوم ان شاء الله هنكمل + +2 +00:00:25,240 --> 00:00:27,840 +في الموضوع اللي بدأناه اخر المحاضرة الماضي اللي هو + +3 +00:00:27,840 --> 00:00:32,620 +list view وقلنا ان ال list view تستخدم لعرض مجموعة + +4 +00:00:32,620 --> 00:00:38,200 +عناصر متتالية يعني مثلا بدك تعرض itemsعلى متجر + +5 +00:00:38,200 --> 00:00:42,260 +إلكتروني مثلا ممكن تعرض مجموعة أخبار فزي ما قلنا + +6 +00:00:42,260 --> 00:00:46,280 +استخدام list view كبير فلازم الواحد يتعلمها كويس و + +7 +00:00:46,280 --> 00:00:49,560 +بالذات كيف يعمل أو يخصص ال list view عشان تعرض + +8 +00:00:49,560 --> 00:00:53,340 +العناصر بالشكل اللي هو بدهوا يعني المحاضرة الماضية + +9 +00:00:53,340 --> 00:00:58,660 +بدنا نبدأ نعمل customization لل list view نخصصها + +10 +00:00:58,660 --> 00:01:02,240 +بحيث نعمل design احنا خاص فينا زي ما قلنا مثلا + +11 +00:01:02,240 --> 00:01:08,340 +بدنا نحط صورة شخص واسمه وعمرهأول خطوة عملناها ان + +12 +00:01:08,340 --> 00:01:12,400 +انت بتضيف ال list view على ال activity طبعا هاي ال + +13 +00:01:12,400 --> 00:01:14,640 +list view في الحتاج اسمه list view وعملته على جد + +14 +00:01:14,640 --> 00:01:18,860 +الشاشة كلها طبعا الان مافيش عندى entries جابل كنا + +15 +00:01:18,860 --> 00:01:22,160 +نعبيها مباشرة من array الان لأ انا مش .. بتعبيها + +16 +00:01:22,160 --> 00:01:29,040 +من ال code طيب فاضفت ال list view الخطوة التانية + +17 +00:01:29,040 --> 00:01:36,190 +ان ال data اللي بنضيفهاداخل ال list view بدنا نصمم + +18 +00:01:36,190 --> 00:01:40,550 +ال item تبعه إيش هي ال item؟ الآن أنا عندي عنصر في + +19 +00:01:40,550 --> 00:01:44,390 +الشاشة هيبقى يتكرر زيه مش هو نفسه هيتكرر بس + +20 +00:01:44,390 --> 00:01:48,610 +البيانات هتختلف فروح بقى بصمم شكل ال item هذا فروح + +21 +00:01:48,610 --> 00:01:54,010 +تعمل layout جديد ملف xml جديد وصممت شكل ال item + +22 +00:01:54,010 --> 00:01:57,290 +بالشكل اللي بديها هيحطت image view text view للاسم + +23 +00:01:57,290 --> 00:02:00,670 +text view لل age وزر لل delete على أساس بعد هيك + +24 +00:02:00,670 --> 00:02:05,840 +نشوف كيف نحدث عنصر من ال list viewالخطوة التالتة + +25 +00:02:05,840 --> 00:02:11,400 +ان انا روحت اعملت class بتمثل البيانات لان لاحظوا + +26 +00:02:11,400 --> 00:02:14,000 +ان انا دايما في ال .. في ال .. في البرمجة لما + +27 +00:02:14,000 --> 00:02:18,480 +نتعامل معا بيانات كتير متعددة وكل واحدة من + +28 +00:02:18,480 --> 00:02:22,240 +البيانات هذه مكونة من بيانات تفصيلية حاول تعمل + +29 +00:02:22,240 --> 00:02:26,100 +class تجمع البيانات هذه مع بعض فعملنا class person + +30 +00:02:26,100 --> 00:02:28,980 +فيها name و age و photo ID هاي بيانات الشخص + +31 +00:02:33,270 --> 00:02:36,450 +خلّصنا الأول خطوطين اللي هو روحت عملت layout و + +32 +00:02:36,450 --> 00:02:41,170 +روحت عملت class java تبثل layout هذا الان بدنا + +33 +00:02:41,170 --> 00:02:46,230 +نروح ال main activity الان طبعا معروف أن أول ما + +34 +00:02:46,230 --> 00:02:50,790 +تشتغل ال activity يشتغل on create أول حاجة بدي + +35 +00:02:50,790 --> 00:02:56,310 +أعملها بدي أجمع ال dataوال data اللي بنشيها بعبيها + +36 +00:02:56,310 --> 00:02:59,030 +وين في ال list view يبقى لازم في الأول يكون في + +37 +00:02:59,030 --> 00:03:02,930 +عندي data ايش هي data بدك تروح تنشيئ person P1 + +38 +00:03:02,930 --> 00:03:08,470 +مثلا يسوى new person من ال class اللي احنا سوينها + +39 +00:03:08,470 --> 00:03:17,670 +و بتقوله P1 dot set name مثلا أحمد P1 + +40 +00:03:17,670 --> 00:03:18,750 +dot set age + +41 +00:03:22,180 --> 00:03:26,260 +P1.set photo id الـ photo قلنا كيف خذلناها في ال + +42 +00:03:26,260 --> 00:03:29,540 +class إيش عملناها integer على أساس إن هي هتكون في + +43 +00:03:29,540 --> 00:03:33,440 +drawable طب تحط ال ID تبعها R.drawable. + +44 +00:03:36,600 --> 00:03:41,300 +هذه الصور اللي موجودين عندي هذا ال object الأول + +45 +00:03:41,300 --> 00:03:44,400 +لأن person P2 + +46 +00:04:24,560 --> 00:04:27,620 +طيب هيك احنا انشأنا العناصر ابننا نعرضها في الشاشة + +47 +00:04:27,620 --> 00:04:30,780 +اكيد هال gate في مخ بعض منكم هيقول يعني انا بده + +48 +00:04:30,780 --> 00:04:33,440 +اعرض خمسين حاجة في list of you بده اقعد انشئهم + +49 +00:04:33,440 --> 00:04:36,880 +واحد واحد في ناس هيك بتسأل حالها؟ في حد سأل حاله + +50 +00:04:36,880 --> 00:04:41,460 +هيك؟ هذه + +51 +00:04:41,460 --> 00:04:44,500 +أصل البيانات ممكن تكون موجودة في database موجودة + +52 +00:04:44,500 --> 00:04:48,660 +في ملف تقراها و تعمل loop عليها و تنشئ objects طيب + +53 +00:04:48,660 --> 00:04:52,360 +هال gate هدولة كلهم منجمعهم في array واحدة ماشي؟ + +54 +00:04:53,620 --> 00:04:59,620 +هذه عملنا list او array list من + +55 +00:04:59,620 --> 00:05:04,020 +نوع ايش ال list person نسميها persons + +56 +00:05:32,030 --> 00:05:36,110 +تمام هيعملنا البيانات وجمعناها في array طيب نيجيها + +57 +00:05:36,110 --> 00:05:41,230 +ال gate بدنا نعب البيانات هذه في ال array list طيب + +58 +00:05:41,230 --> 00:05:48,810 +انتبهوا معايا لأن هذه هي النقطة الأساسية طيب + +59 +00:05:48,810 --> 00:05:51,870 +اللي بدنا نجيب ال list view صح ولا مش احنا في + +60 +00:05:51,870 --> 00:05:54,770 +الآخر بنعب ال list view ال list view عبارة عن أنصر + +61 +00:05:54,770 --> 00:06:02,760 +موجود في ال layout فبقول له list view lv مثلاfind + +62 +00:06:02,760 --> 00:06:04,480 +view by id + +63 +00:06:39,400 --> 00:06:44,200 +تمام يبقى لان عندنا بيانات و عندنا list view هاي + +64 +00:06:44,200 --> 00:06:54,040 +list view و هاي ال data طيب الفكرة لان كيف ننعب ال + +65 +00:06:54,040 --> 00:06:58,500 +data هذه في ال list view طيب هال gate بدنا نستخدم + +66 +00:06:58,500 --> 00:07:03,660 +اش جديد وظيفته هذا الجديد اسمه + +67 +00:07:07,370 --> 00:07:11,030 +الـ adapter ايش هي كلمة adapter؟ محول اه محول هل + +68 +00:07:11,030 --> 00:07:14,190 +جيت في الكهربا فياش الكهربا اللي بتكون اتنين و + +69 +00:07:14,190 --> 00:07:19,210 +عندك انت فيش تلاتة ايش بتستخدم؟ تستخدم adapter صح + +70 +00:07:19,210 --> 00:07:23,210 +ولا؟ بياخد تلاتة بطلع اتنين او العكس فهو هذا موائم + +71 +00:07:23,210 --> 00:07:28,630 +لان ال list view مابتعرفش كيف البياناتبدا تتعدى + +72 +00:07:28,630 --> 00:07:32,090 +فيها مين هيحدد دلها كيف تتعدى؟ مين هيعمل التحويلة؟ + +73 +00:07:32,090 --> 00:07:36,130 +هياخد البيانات ال data ويحولها لعناصر تنعرض في ال + +74 +00:07:36,130 --> 00:07:39,590 +list view اللي هو ال adapter ال adapter هذا بيعمل + +75 +00:07:39,590 --> 00:07:44,470 +التالي طلع معايا هياخد input حاشتين هياخد ال data + +76 +00:07:44,470 --> 00:07:47,790 +وهياخد كمان ال layout + +77 +00:07:53,530 --> 00:07:57,130 +ما هي Layout بتاعة الأنصار؟ هل جيت احنا لو نطلب + +78 +00:07:57,130 --> 00:08:00,690 +بال adaptor يا adaptor هديك انا بيانات و هديك + +79 +00:08:00,690 --> 00:08:04,270 +Layout تتبين لك كل واحدة من البيانات هذه كبيرة + +80 +00:08:04,270 --> 00:08:06,150 +نادرة على الشاشة مين ال Layout؟ ايش جزمه في ال + +81 +00:08:06,150 --> 00:08:10,130 +Layout؟ تصميم الأنصار للواحد فهو هيعمل التالي زي + +82 +00:08:10,130 --> 00:08:14,810 +اللي بصنع جاعدهياخد ال layout ويعملها inflation + +83 +00:08:14,810 --> 00:08:24,510 +يحولها من xml ل java يعني سارة الآن حاجة تنعرض على + +84 +00:08:24,510 --> 00:08:27,630 +الشاشة بعد ما يعمل inflation يجيب البيانات اللي + +85 +00:08:27,630 --> 00:08:33,020 +هناوحدة وحدة يعني بيجيب من الاشياء البيانات مش هنا + +86 +00:08:33,020 --> 00:08:37,640 +في عندي person هي البيانات عبارة عن list كل واحدة + +87 +00:08:37,640 --> 00:08:40,920 +فيها ل person واحد person اتنين person تلاتة صح + +88 +00:08:40,920 --> 00:08:46,880 +ولا هيجيب ال person الأولاني وهيجيب ال layout يعمل + +89 +00:08:46,880 --> 00:08:53,640 +منه inflation ايش هيطلع عنده view وبعدين + +90 +00:08:53,640 --> 00:08:58,060 +هيعب البيانات الموجودة في P1 داخل مين؟ داخل ال + +91 +00:08:58,060 --> 00:09:02,960 +view هذاو هك بيصل ال view ماله جاهز لعرض بياخد ال + +92 +00:09:02,960 --> 00:09:09,480 +view و بيحطه في list view في list view بروح بعدين + +93 +00:09:09,480 --> 00:09:14,000 +عنين على أنصر التاني مرة تانية بيجيب ال layout و + +94 +00:09:14,000 --> 00:09:19,140 +بيعمل منها inflation بناء على الخريطة بعد بعمل ال + +95 +00:09:19,140 --> 00:09:22,720 +view view يعني حد يتنعدد على الشاشة اش في داخل ال + +96 +00:09:22,720 --> 00:09:26,820 +view انت عارفين ان في image view و في name و في + +97 +00:09:26,820 --> 00:09:31,580 +age و في patternبعدين بيجيب person ات مين و بياخد + +98 +00:09:31,580 --> 00:09:37,400 +اسمه و بيحطه اين في هذه و بياخد عمره و بيحطه هنا و + +99 +00:09:37,400 --> 00:09:41,360 +بياخد صورته و بيحطه هنا و بيقوله خلاص جاهز روح هي + +100 +00:09:41,360 --> 00:09:47,100 +عرض مين العنصر التاني و هكذا هذه فايدة مين هذه + +101 +00:09:47,100 --> 00:09:51,640 +فايدة ال adapter الان اول ما ال list view تشتغل هي + +102 +00:09:51,640 --> 00:09:56,920 +هيك نمطها اول ما ال list view بتشتغل بتروح ال list + +103 +00:09:56,920 --> 00:09:57,720 +view نفسها + +104 +00:10:00,680 --> 00:10:04,100 +لأ ال adapter نفسه بمر على العناصر بتاعة ال array + +105 +00:10:04,100 --> 00:10:10,180 +وبنفذ method اسمها get view ال get view هذه هي + +106 +00:10:10,180 --> 00:10:15,580 +اللي بتنشأ من؟ العنصر اللي بتعبي بال data طيب عشان + +107 +00:10:15,580 --> 00:10:17,880 +نفهم هذا كيف .. الآن احنا بنا نعمل ال adapter هذا + +108 +00:10:17,880 --> 00:10:20,820 +ال adapter .. ال adapter مالوش وجود احنا بنا نعمله + +109 +00:10:20,820 --> 00:10:23,580 +تمام كيف بنا نعمل ال adapter؟ بقوللي انت عشان تعمل + +110 +00:10:23,580 --> 00:10:26,200 +ال adapter بدك تروح تعمل class جديدة + +111 +00:10:31,700 --> 00:10:37,080 +ماذا نسميها مثلا person adapter + +112 +00:10:37,080 --> 00:10:42,420 +هذا ال class اللي هتعمل الشغل هذه مش سحر هذه الشغل + +113 +00:10:42,420 --> 00:10:45,960 +لازم ال code تكتبها person adapter طيب بعدين بقولك + +114 +00:10:45,960 --> 00:10:52,140 +اروح منه extend لحد يسمها base adapter + +115 +00:11:08,600 --> 00:11:16,060 +طيب لأ لأ طيب إيش بدها ال gate extends + +116 +00:11:40,830 --> 00:11:45,010 +طيب تمام لما أول ما عملت extend ل base adapter + +117 +00:11:45,010 --> 00:11:48,990 +طلعلي error ليش ال base adapter عبارة عن abstract + +118 +00:11:48,990 --> 00:11:52,730 +class تمام يعني انت لما تعمل extend ل abstract + +119 +00:11:52,730 --> 00:11:56,250 +class معروف ان انت ايش لازم تعمل لازم تكمل + +120 +00:11:56,250 --> 00:11:59,630 +implement لكل ال method ال abstract اللي موجودة في + +121 +00:11:59,630 --> 00:12:02,350 +ال abstract class اللي هي ال base adapter لحاله + +122 +00:12:02,350 --> 00:12:08,310 +ايش هعملك رسلك مجموعة .. مجموعة methodsالآن هذا + +123 +00:12:08,310 --> 00:12:12,570 +الـ Base Adapter هو اللي بتستخدمه ال ListView يعني + +124 +00:12:12,570 --> 00:12:15,130 +الآن لو أنا سبت هذا شوية و روحت على ال Main + +125 +00:12:15,130 --> 00:12:18,570 +Activity شايفين ال ListView اللي جيبناها؟ بدك + +126 +00:12:18,570 --> 00:12:24,310 +تقوله ListView و تقوله Set Adapter شايفين؟ بقوله + +127 +00:12:24,310 --> 00:12:27,650 +Set Adapter، إيش بياخد؟ بياخد object من نوع List + +128 +00:12:27,650 --> 00:12:31,230 +Adapter اللي هو ال parent تبع مين؟ ال Base + +129 +00:12:31,230 --> 00:12:34,390 +Adapter، تمام؟ يعني الآن أنا بدي أجهزله Adapter، + +130 +00:12:34,390 --> 00:12:37,230 +أنا روحت و عملت Extend ل Base Adapter + +131 +00:12:39,730 --> 00:12:43,290 +فالان انا بدي اجهز ال adapter و مررله لمين لل list + +132 +00:12:43,290 --> 00:12:47,310 +view طيب هاي جينا عملنا extend base adapter مرة + +133 +00:12:47,310 --> 00:12:52,130 +تانية في الاول انا اول ما عملت extend طلعلي error + +134 +00:12:52,130 --> 00:12:59,070 +كان لازم تعمل implement لل methods طيب + +135 +00:12:59,070 --> 00:13:02,570 +قبل ما نشتغل اي حاجة حكينا انه احنا ال adapter + +136 +00:13:02,570 --> 00:13:07,490 +تبعنا بدنا نمرله مينبنمرله حاجات عشان هيشتغل عليهم + +137 +00:13:07,490 --> 00:13:12,930 +طبعا هنا كيف نمرل لل object حاجات اول ما نشغله اول + +138 +00:13:12,930 --> 00:13:15,450 +ما نشيهه باستخدام constructor لان هذا فيه + +139 +00:13:15,450 --> 00:13:19,530 +constructor لأ طلع اشهر 7 methods في عندك get + +140 +00:13:19,530 --> 00:13:22,030 +count, get item, get item ID احنا لسنا نشوف get + +141 +00:13:22,030 --> 00:13:25,270 +view مش عارفين اش هدوله سيبك منهم بس الان اول خطوة + +142 +00:13:25,270 --> 00:13:29,530 +ان انت لازم تمرله حاجات طبعا فبنروح نعمله + +143 +00:13:29,530 --> 00:13:32,630 +constructor فبنقوله public person + +144 +00:13:35,570 --> 00:13:40,390 +adapter بنمرله حاجتين اللي هي ال data تمام اللي هو + +145 +00:13:40,390 --> 00:13:44,950 +list of person اللي + +146 +00:13:44,950 --> 00:13:48,210 +هي من أين ده تيجي هذا ال list of person من أين + +147 +00:13:48,210 --> 00:13:50,350 +نتيجي من ال activity مش احنا انشئناها في ال + +148 +00:13:50,350 --> 00:13:56,110 +activity هذه سامحة array list احسن طيب و بننشئله + +149 +00:13:56,110 --> 00:14:01,810 +كمان مين ال layout بنمرله layout اللي هي layout + +150 +00:14:01,810 --> 00:14:06,450 +بتاعة مينبتاعة ال item تمام اللي هي همررها ك ID + +151 +00:14:06,450 --> 00:14:14,770 +Int Layout IDيعني هو بده حاجتين بده layout وبده ال + +152 +00:14:14,770 --> 00:14:19,030 +data ال data هي مررناها وال layout بيمررها ك إيش؟ + +153 +00:14:19,030 --> 00:14:23,470 +ك ID أي حاجة موجودة في ال resources بتستخدمها أو + +154 +00:14:23,470 --> 00:14:27,450 +بتمررها أو بتجيبها أو بتوديها باستخدام إيش؟ ID صح + +155 +00:14:27,450 --> 00:14:29,770 +ولا لأ drawable مش وجود في ال resources are دوت + +156 +00:14:29,770 --> 00:14:33,570 +drawable دوت كده عبارة عن ID integer تمام؟ وال + +157 +00:14:33,570 --> 00:14:35,610 +layouts مش وجودة في ال resources برضه عبارة عن + +158 +00:14:35,610 --> 00:14:38,850 +integers كل واحد بنشيلها ID خاص فيها عبارة عن + +159 +00:14:38,850 --> 00:14:42,300 +integerطب الآن هدول عشان نستخدمهم في ال methods + +160 +00:14:42,300 --> 00:15:00,400 +اللي تحت نروح ايش نعمل نعمل array list ايش + +161 +00:15:00,400 --> 00:15:06,320 +هدول يا جماعة عشان لما قاعدي اقول له this dot + +162 +00:15:06,320 --> 00:15:06,980 +persons + +163 +00:15:11,250 --> 00:15:16,670 +this.layoutid تمام + +164 +00:15:16,670 --> 00:15:20,350 +اللي مررته في ال constructor خزنته فوق لأ انا ليش + +165 +00:15:20,350 --> 00:15:23,770 +عملت ال constructor هذا على أساس انه انا في ال + +166 +00:15:23,770 --> 00:15:29,650 +activity بدي أنشئ adapter احنا هنا جيبنا list view + +167 +00:15:29,650 --> 00:15:32,330 +بننشئ adapter ايش اسم ال adapter تبعنا person + +168 +00:15:32,330 --> 00:15:38,810 +adapter adapter يساوي new person + +169 +00:15:40,890 --> 00:15:45,370 +adapter يعني ايش بدنا نمرله اللي هو ال persons + +170 +00:15:45,370 --> 00:15:52,950 +وبدنا نمرله ال id تعالي layout اللي هو r.layout + +171 +00:15:52,950 --> 00:16:00,250 +.person item design تمام يوجه هنا هذا ال + +172 +00:16:00,250 --> 00:16:02,630 +constructor تعالي ال adapter اللي مررناله persons + +173 +00:16:02,630 --> 00:16:08,330 +ومررناله ال id تعالي layout اللي انا بدي استخدمها + +174 +00:16:08,330 --> 00:16:12,840 +عشان انشئ كل عنصرماشي يعني احنا الان اللي سوناه + +175 +00:16:12,840 --> 00:16:17,840 +لحتى الان انه مررنا ال data و ال layout ل ال + +176 +00:16:17,840 --> 00:16:21,280 +adapter ال adapter اشتغل عليهم، اه لسه ماشتغلش + +177 +00:16:21,280 --> 00:16:26,680 +عليهم فبنرجع نخليه يشتغل عليهم طب رجعنا ل ال main + +178 +00:16:26,680 --> 00:16:30,120 +activity هي مررنا ال data و هي مررنا ال id بتاع ال + +179 +00:16:30,120 --> 00:16:34,080 +layout و هيخزنوه هنا الان تعالي على الوصفة في تحت + +180 +00:16:34,080 --> 00:16:39,870 +methods مثلا في method اسمها get countماذا يعني ان + +181 +00:16:39,870 --> 00:16:44,630 +اسمها getCount؟ عدد العناصر، ماذا يترجح؟ انتجة، + +182 +00:16:44,630 --> 00:16:51,010 +هذه عدد العناصر getCount مش أنا اللي هستخدمها، هذا + +183 +00:16:51,010 --> 00:16:54,550 +فعليا لما يروح، أول ما يشتغل ال activity و ال + +184 +00:16:54,550 --> 00:16:56,710 +listView تاخد ال adapter، ال listView نفسها + +185 +00:16:56,710 --> 00:17:01,550 +بتستدعين getCount عشان تعرف كم أنصر ضيف على الشاشة + +186 +00:17:02,610 --> 00:17:05,230 +و بعدين بتصير لكل العناصر تمشي عليهم في الفرن و + +187 +00:17:05,230 --> 00:17:07,910 +بواحد واحد و تنشيهم يعني هذا المهم ال get count + +188 +00:17:07,910 --> 00:17:12,090 +لمين و مش لي ليه ل ال list view عشان ما راح تنشه + +189 +00:17:12,090 --> 00:17:16,790 +لأ انا بتعمل override هي أصلا ترجع انتجة فهو حطله + +190 +00:17:16,790 --> 00:17:21,490 +return 0 كحاجة مبدئية لأن هذا لازم يترجع عدد إيش + +191 +00:17:21,490 --> 00:17:25,510 +العناصر الموجودة اللي هي عدد مين عدد ال objects + +192 +00:17:25,510 --> 00:17:29,030 +الموجودين في ال list فبتقولوا persons dot size + +193 +00:17:31,800 --> 00:17:35,160 +الـ method الـ array list فيها method dot size + +194 +00:17:35,160 --> 00:17:40,240 +بتجيبك عدد العناصر اللي في ال list الان في method + +195 +00:17:40,240 --> 00:17:47,880 +اسمها get item بترجع .. بتديها إيش position + +196 +00:17:47,880 --> 00:17:53,160 +وبترجعلك object يعني تديها مكان الأنصر بيرجعلك + +197 +00:17:53,160 --> 00:17:54,580 +الأنصر + +198 +00:17:56,350 --> 00:18:01,870 +الان ايش بدأ اقوله persons that get + +199 +00:18:04,490 --> 00:18:08,230 +Position يعني انا .. اه انا بدي الانصر الاول واحد + +200 +00:18:08,230 --> 00:18:12,570 +في ال list بعطيه .. اكيد هيكون هذا zero فهيجيب + +201 +00:18:12,570 --> 00:18:16,730 +الانصر get zero يعني بدلالة المكان رجع لمين؟ + +202 +00:18:16,730 --> 00:18:19,670 +الانصر هذا هو انا بتلزم ال method برضه و مش انا + +203 +00:18:19,670 --> 00:18:22,350 +اللي هستخدمها ال list view بقرأ من انا اعمل click + +204 +00:18:22,350 --> 00:18:26,570 +على انصر انا هعمل click على position معين باستخدام + +205 +00:18:26,570 --> 00:18:30,970 +ال position هو هيرجعلي ال data تبعته باستخدام هذه + +206 +00:18:30,970 --> 00:18:38,430 +ال methodتمام؟ بعدين get item ID الان بدنا احنا + +207 +00:18:38,430 --> 00:18:43,010 +لكل انصر في الشيء في ال list بنعطيله ID أسهل ID + +208 +00:18:43,010 --> 00:18:46,910 +ممكن تعطيله اللي هو ال position نفسه يعني أول واحد + +209 +00:18:46,910 --> 00:18:51,510 +و صفر و التاني زي اللي دخلنا في خمسين ولد عشان ما + +210 +00:18:51,510 --> 00:18:54,630 +نخبطش بينهم سماهم ايش صفر واحد اتنين تلاتة اربعة + +211 +00:18:54,630 --> 00:18:59,330 +تمام؟ تعالى اربعة اربعين بيجي واحد فهذا نفس الحاجة + +212 +00:18:59,330 --> 00:19:06,240 +get item ID خليه رجع مينالـ position الان + +213 +00:19:06,240 --> 00:19:09,960 +عملنا override خلصنا ايش؟ تلاتة methods نيجي لـ + +214 +00:19:09,960 --> 00:19:13,180 +method الأهم فيهم و اللي بده يشغل هدول كله الكلام + +215 +00:19:13,180 --> 00:19:15,560 +الفاضل اللي فوق get count عدد عناصر person dot + +216 +00:19:15,560 --> 00:19:19,940 +size get item في position معين اعمل لي position + +217 +00:19:19,940 --> 00:19:24,500 +dot get persons dot get ال position هان get item + +218 +00:19:24,500 --> 00:19:27,700 +id رجعلي ال position نفسه نيجي الان ل get view get + +219 +00:19:27,700 --> 00:19:33,110 +view هذه ايش بتترجع؟view مش احنا قلنا توي ان ال + +220 +00:19:33,110 --> 00:19:37,490 +adapter بياخد ال data و ياخد ال layout و ينشأ ال + +221 +00:19:37,490 --> 00:19:41,990 +view و يعب ال بيانات من ال list من ال data في ال + +222 +00:19:41,990 --> 00:19:45,510 +view و يرجع ل list view وين ده كله بنعمل في ال + +223 +00:19:45,510 --> 00:19:49,630 +method هذه يعني في الآخر ايش بيترجع هي ال view + +224 +00:19:49,630 --> 00:19:52,730 +اللي بدنا هيها هذا الكل في الكل شوف هذا ال method + +225 +00:19:52,730 --> 00:19:59,000 +ايش بتاخدPosition يعني أنا الآن بقوله كإني بقوله + +226 +00:19:59,000 --> 00:20:03,640 +انشئ للعنصر الموجود في position معين هذا مثلا جت + +227 +00:20:03,640 --> 00:20:06,760 +view مين هيستدعيها ال list view نفسها بصير تستدعي + +228 +00:20:06,760 --> 00:20:11,780 +جت view 0 جت view 1 جت view 2 بناء على العدد + +229 +00:20:11,780 --> 00:20:16,860 +الموجود عندها لكل عنصر هتستدعي جت view فجت view كم + +230 +00:20:16,860 --> 00:20:21,630 +مرة هيتم استدعيها على جد العناصر في ال listمش أنا + +231 +00:20:21,630 --> 00:20:24,170 +اللي بستدعيها، مين ال list view internally + +232 +00:20:24,170 --> 00:20:28,990 +تستدعيها تمام؟ و هذه مين بتغير فيها ال position + +233 +00:20:28,990 --> 00:20:31,930 +مرة صفر و مرة واحد و مرة اتنين لأن لو كان صفر + +234 +00:20:31,930 --> 00:20:37,530 +معناه أننا بدنا نشيئ العنصر الأول طيب أول خطوة بده + +235 +00:20:37,530 --> 00:20:41,310 +يتعملها ال adapter في ال get view انه بال XML بده + +236 +00:20:41,310 --> 00:20:48,070 +يحوله ل Java بده يعمل عملية إيش؟inflation طيب عشان + +237 +00:20:48,070 --> 00:20:51,350 +نعمل عملية inflation للأسف لو أنا شغال في ال + +238 +00:20:51,350 --> 00:20:58,530 +activity في ال main activity فى + +239 +00:20:58,530 --> 00:21:05,770 +عنا method اسمها get + +240 +00:21:05,770 --> 00:21:10,760 +layoutبيتذكرى المحاضرة الماضى لما عملنا menu + +241 +00:21:10,760 --> 00:21:16,620 +استخدمنا method اسمها ايش gate menu inflater ليش + +242 +00:21:16,620 --> 00:21:22,280 +استخدمنا gate menu inflater عشان ال menu ال XML + +243 +00:21:22,280 --> 00:21:26,480 +اللى حولها لقائمة تمام فى method تانى اسمها gate + +244 +00:21:26,480 --> 00:21:30,600 +layout inflater هذه بتاخد ID ل layout و بتحوله ل + +245 +00:21:30,600 --> 00:21:36,390 +viewهذه جاهزية هذي هذي get layout inflater ايش + +246 +00:21:36,390 --> 00:21:39,310 +بترجع layout inflater انا وين انا الشغال انا + +247 +00:21:39,310 --> 00:21:42,650 +شمنتوه الشغال فى ال activity تمام هى layout + +248 +00:21:42,650 --> 00:21:45,870 +inflater + +249 +00:21:45,870 --> 00:21:50,070 +تمام ونفذت method get layout inflater طبعا ال + +250 +00:21:50,070 --> 00:21:52,930 +layout inflater get layout inflater هذى method + +251 +00:21:52,930 --> 00:21:58,010 +موجودة وين فى ال super class عشان هيك شاف هذى لأن + +252 +00:21:58,010 --> 00:22:02,980 +هذى ال inflater بتقدر تقوله انا get inflateو + +253 +00:22:02,980 --> 00:22:09,420 +تدّيله ال id بتاع ال layout و برجّعلك ايش view زي + +254 +00:22:09,420 --> 00:22:14,000 +ال menu inflater لأن المشكلة ان هذا انا بدي + +255 +00:22:14,000 --> 00:22:18,300 +استدعيه من وين مش من هنا بدي استدعيه من ال adapter + +256 +00:22:18,300 --> 00:22:24,140 +فلو انا روحت على ال adapter و قلت له get layout + +257 +00:22:24,140 --> 00:22:26,300 +inflater + +258 +00:22:27,840 --> 00:22:31,180 +مش هيشوفه، تمام؟ لأنه هدفك موجود في ال super class + +259 +00:22:31,180 --> 00:22:36,900 +فإيش الحل؟ بدك تمرر من ال activity عشان يستدعي ال + +260 +00:22:36,900 --> 00:22:42,140 +method هذه أو أنا إيش بدي أعمل؟ بدي أمرر حاجة زي + +261 +00:22:42,140 --> 00:22:46,360 +.. حاجة اسمها ال context مين ال context؟ هو ال + +262 +00:22:46,360 --> 00:22:50,640 +super class بتاع ال activity اللي هو فيه برضه ال + +263 +00:22:50,640 --> 00:22:57,300 +.. جتلي أهانفليتر في هاي ال context مررته في ال + +264 +00:22:57,300 --> 00:23:02,840 +constructor و بعدين بقوله this.context اه بده عارف + +265 +00:23:02,840 --> 00:23:03,300 +فوق انا + +266 +00:23:12,100 --> 00:23:14,740 +أنا ليش بدأ مرّن ال context لأن ال context فيه ال + +267 +00:23:14,740 --> 00:23:17,880 +method اللي جيت layout inflater context أو ال + +268 +00:23:17,880 --> 00:23:24,840 +activity أخدنا قبل هيك احنا لما اشتغلنا في ايش في + +269 +00:23:24,840 --> 00:23:30,140 +حاجة مرّرنا لها اه لما كنا بدنا نقرأ نقرأ ال + +270 +00:23:30,140 --> 00:23:34,600 +assets طبعا فكنا مرّن ال activity هنا زي ال + +271 +00:23:34,600 --> 00:23:38,080 +activity بس بدأ مرّن ال context طيب في ال main + +272 +00:23:38,080 --> 00:23:41,670 +activity هلجيتهذا طلع لي خطأ ليش اللي قال ال + +273 +00:23:41,670 --> 00:23:45,310 +constructor صار فيه خطأ لان مافيش فيه ال + +274 +00:23:45,310 --> 00:23:48,110 +constructor تغير صار فيه عنصر تالت اللي هو مين ال + +275 +00:23:48,110 --> 00:23:53,870 +context get application context يبقى الآن ال + +276 +00:23:53,870 --> 00:23:57,770 +constructor مررناله تلت حاجات ال context وال data + +277 +00:23:57,770 --> 00:24:01,330 +اللي هي ال array list وال layout اللي هيستخدمها + +278 +00:24:01,330 --> 00:24:05,330 +ليش لازم ال context عشان يجيب ال inflaterالان + +279 +00:24:05,330 --> 00:24:09,750 +رجعنا لل layout adapter انزل تحت هنا الان بتقدر + +280 +00:24:09,750 --> 00:24:13,730 +تقوله context.get + +281 +00:24:13,730 --> 00:24:18,610 +layout مش + +282 +00:24:18,610 --> 00:24:22,730 +موجود هنا برضه + +283 +00:24:22,730 --> 00:24:30,630 +غريب + +284 +00:24:41,960 --> 00:24:45,900 +هذه طريقة تانية تكتب layout inflater.from و + +285 +00:24:45,900 --> 00:24:52,080 +بتمررله ال context.inflate يعني طريقة تانية بتكتب + +286 +00:24:52,080 --> 00:24:56,280 +هذه static method layout inflater.from from هذه + +287 +00:24:56,280 --> 00:25:00,020 +static method بتعطيه ال context و بتعمل inflate + +288 +00:25:00,020 --> 00:25:09,890 +طيب ال inflate هذه بتاخد حاجتين أول حاجةالانتجر + +289 +00:25:09,890 --> 00:25:12,670 +تاع ال layout اللى بتعمله inflate اللى هو وان + +290 +00:25:12,670 --> 00:25:16,870 +مررناه اصلا فى ال constructor هى خذلناه هنا + +291 +00:25:16,870 --> 00:25:23,250 +فبتمرره ال layout ID و + +292 +00:25:23,250 --> 00:25:27,340 +بعدين ال parameter التانى بدي أحطه nullهذه ليش ال + +293 +00:25:27,340 --> 00:25:30,600 +null بيقولي انت مرلي لل layout و حددلي ال layout و + +294 +00:25:30,600 --> 00:25:33,840 +اين بده يربطها بعد هيك يعني هل بدك تخليها داخل + +295 +00:25:33,840 --> 00:25:37,500 +عنصر اخر لو بدك تربط لعنصر و بدك تنشق في حاجة + +296 +00:25:37,500 --> 00:25:40,900 +تانية فلأ انا بيقول انشقلي عنصر و سيبلييا ماتربطوش + +297 +00:25:40,900 --> 00:25:44,340 +في حاجة تمام فخلاص هذه التانية حطها null دايما + +298 +00:25:44,340 --> 00:25:49,860 +inflate layout id هذه ايش بترجع ال inflate هترجع + +299 +00:25:49,860 --> 00:25:50,120 +view + +300 +00:25:53,830 --> 00:25:57,830 +يعني الآن أول خطوة اللي هو layout أحوله ل view هذا + +301 +00:25:57,830 --> 00:26:01,510 +السطر اللي بعملها وهو هذا السطر عشان يشغل بحاجة + +302 +00:26:01,510 --> 00:26:04,590 +لإيش لل context عشان هيك أنا في ال constructor + +303 +00:26:04,590 --> 00:26:09,650 +مررت ال context اللي هنضل عليها انعبي ال view + +304 +00:26:09,650 --> 00:26:14,790 +هنعبيه ب data من وين؟ من ال array list أي data + +305 +00:26:14,790 --> 00:26:17,990 +انعبيه، ما هو ال view إيش بياخد؟ بيانات شخص واحد + +306 +00:26:17,990 --> 00:26:23,280 +بناء على إيش؟ على ال positionيعني بدنا نروح لل + +307 +00:26:23,280 --> 00:26:29,480 +persons و بدنا نقول له get position + +308 +00:26:29,480 --> 00:26:35,420 +هذا هيرجع ال object من هو person + +309 +00:26:35,420 --> 00:26:41,160 +هذا ال person بدى يتعبى وين؟ في ال view هذا طيب ال + +310 +00:26:41,160 --> 00:26:46,000 +view هذا بدنا نروح عليه و نقول له find view by id + +311 +00:26:46,000 --> 00:26:51,090 +أنا جاعة ببحث وين أنا؟وين ببحث نكون فاهمين يا + +312 +00:26:51,090 --> 00:26:53,450 +جماعة ماعرفناش نحصل في ال view اللي صممناه + +313 +00:26:53,450 --> 00:26:59,430 +انشأناها ده بنبحث فيه عن إيش عن الصورة و ال name و + +314 +00:26:59,430 --> 00:27:08,170 +ال .. مش فيه تلت عناصر هو بنجيبهم R.id.photoim هذي + +315 +00:27:08,170 --> 00:27:14,670 +إيش، إيش بترجع ال image view هاي photoim + +316 +00:27:17,630 --> 00:27:21,690 +أنا هجيب الأسطور التالية بجيب العناصر اللي موجودة + +317 +00:27:21,690 --> 00:27:27,990 +في الـ view text view name tv يساوي view + +318 +00:27:27,990 --> 00:27:39,030 +.findviewbyid r.id.name tv text + +319 +00:27:39,030 --> 00:27:48,580 +view age tv view.findviewbyidview by id r.id.age + +320 +00:27:48,580 --> 00:27:53,580 +هدول + +321 +00:27:53,580 --> 00:27:58,640 +الأسطر جابوا محتويات من ال view اللي أنشأته بال + +322 +00:27:58,640 --> 00:28:04,980 +inflater إيش ضال عليّ الآن أعب هدولة بالبيانات + +323 +00:28:04,980 --> 00:28:09,640 +الموجودة وين في ال P مش في ال list .. في ال .. أعب + +324 +00:28:09,640 --> 00:28:14,320 +البيانات هذه العلاقر هذه بالبيانات اللي من وين من + +325 +00:28:14,320 --> 00:28:19,550 +ال personهذا الـ GetView بدها تعبّي الـ View + +326 +00:28:19,550 --> 00:28:23,810 +بالبيانات الموجودة في المكان position في الـ + +327 +00:28:23,810 --> 00:28:27,530 +ArrayList فهي جيبت أنا ال person P و بدنا نعبّي + +328 +00:28:27,530 --> 00:28:33,690 +الآن البيانات بتقول photo im.set image resource + +329 +00:28:33,690 --> 00:28:41,490 +are لأ منهم نجيب من P.getphotoid أخدنا من ال P و + +330 +00:28:41,490 --> 00:28:45,310 +حطينا في ال image view name TV + +331 +00:28:50,130 --> 00:28:57,770 +.sittextp.getname agetv.sittextp + +332 +00:28:57,770 --> 00:29:02,770 +.getage وما تنساش هد عشانها integer بتحط ايش زي + +333 +00:29:02,770 --> 00:29:07,170 +هيك او بكرا هيقول لي في لا ماشتغلتش معايا ما تنساش + +334 +00:29:07,170 --> 00:29:11,570 +تحط هد لأن هد ايش integer sittext لازم تعطيله أيش + +335 +00:29:11,570 --> 00:29:16,890 +string تمام، هيك عبينا البياناتفي ال view و ال + +336 +00:29:16,890 --> 00:29:22,210 +view جهز صح ولا أنشأنا inflation عبّنا فيه + +337 +00:29:22,210 --> 00:29:26,530 +البيانات و بعدين return ايش بترجع return ال view + +338 +00:29:26,530 --> 00:29:32,310 +اللي احنا أنشأنا هتلخص الموضوع انا عارف انه احنا + +339 +00:29:32,310 --> 00:29:35,530 +بنضل نروح و نيجي من class ل class ممكن واحد يلخبط + +340 +00:29:35,530 --> 00:29:35,890 +شوية + +341 +00:29:42,760 --> 00:29:46,300 +أحنا الآن في خطوة إنشاء الـ Adapter عشان ننشي الـ + +342 +00:29:46,300 --> 00:29:50,400 +Adapter بتعمل كلاس جديدة بتقوله Extend Base + +343 +00:29:50,400 --> 00:29:55,840 +Adapter لأن الـ Adapter بدنا نعمله Constructor + +344 +00:29:55,840 --> 00:30:01,120 +لأنه واضح من الرسمة أنه بدي ياخد حاجتين هنا ال + +345 +00:30:01,120 --> 00:30:03,620 +data بتاعتي اللي بيتعامل معاها اللي المفروض تكون + +346 +00:30:03,620 --> 00:30:09,190 +منشأ أوين في ال activityوبتمررها في ال constructor + +347 +00:30:09,190 --> 00:30:11,590 +معروف طبعا ال adapter وين هننشه احنا اصلا ال + +348 +00:30:11,590 --> 00:30:15,870 +object هذا في ال activity ننشه في class وننشه + +349 +00:30:15,870 --> 00:30:21,550 +object منه في ال activity فبنمرله ال data وبنمرله + +350 +00:30:21,550 --> 00:30:26,510 +كمان ال layout بتاعة ال answer اللي بده ينشه هي ما + +351 +00:30:26,510 --> 00:30:29,410 +هو بده على .. بناء على ال layout بده ينشه view + +352 +00:30:29,410 --> 00:30:34,040 +يعديه كل واحدة موجودة في ال dataوبدي امررله كمان + +353 +00:30:34,040 --> 00:30:36,880 +ال context ليش بدي امررله ال context لأنه لازم + +354 +00:30:36,880 --> 00:30:40,460 +لعملية ال inflation وانا في ال activity لما أعمل + +355 +00:30:40,460 --> 00:30:44,320 +inflate مافي مشكلة لكن لما أكون شغال في كلاس تاني + +356 +00:30:44,320 --> 00:30:47,280 +وبالزمن ال context فمررته في ال constructor وكل + +357 +00:30:47,280 --> 00:30:52,520 +هدول أخدتهم وخزنتهم فوق ليش هتحطيتهم فوق لأنه + +358 +00:30:52,520 --> 00:30:56,520 +استخدمهم في كل ال methods الأهم أول ما عملت extend + +359 +00:30:56,520 --> 00:31:02,490 +طلعلي بعض ال methodsget count هذا لازم ترجّه عدد + +360 +00:31:02,490 --> 00:31:06,030 +العناصر الموجودة في ال list أو في ال array عدد + +361 +00:31:06,030 --> 00:31:08,510 +العناصر في ال array هي نفس عدد العناصر اللي في ال + +362 +00:31:08,510 --> 00:31:13,830 +list فبتقول بس رجع ل persons dot size get item في + +363 +00:31:13,830 --> 00:31:17,950 +مكان معين position اللي هو مين هيرجع ليه ال + +364 +00:31:17,950 --> 00:31:22,830 +persons dot get position get item id عند position + +365 +00:31:22,830 --> 00:31:25,610 +معين يعني إيش ال ID اللي هنحطه للأنصر في position + +366 +00:31:25,610 --> 00:31:28,430 +معين خبره هو نفس ال position هو نفس ال ID + +367 +00:31:32,180 --> 00:31:36,760 +زي كأنا بتقول هذا الـ method مهمة لتسمية العناصر + +368 +00:31:36,760 --> 00:31:40,520 +الانصر الأول سميه باسم المكان اللي هو فيه فبس قوله + +369 +00:31:40,520 --> 00:31:43,540 +retail position نيجي لـ method المهمة اللي هي ال + +370 +00:31:43,540 --> 00:31:47,340 +get view اللي هي أول خطوة بدها تعملها بيتحول ال + +371 +00:31:47,340 --> 00:31:51,480 +layout ل view كيف؟ بتستخدم ال method from اللي + +372 +00:31:51,480 --> 00:31:56,380 +موجودة في layoutinflater.from وهذه بس بتاخد إيش ال + +373 +00:31:56,380 --> 00:31:59,820 +context وبعدين بتقوله inflate بتعطيله ال layout ID + +374 +00:32:01,370 --> 00:32:04,250 +اللي مررتها في الـ constructor وهذا بترجعلك view + +375 +00:32:04,250 --> 00:32:07,330 +لما نعبي ال view هذا إيش بنعبيه؟ في كل ال list .. + +376 +00:32:07,330 --> 00:32:10,530 +ال array list؟ لأ فأنصر واحد اللي هو أي أنصر + +377 +00:32:10,530 --> 00:32:14,970 +الموجود في مكان position فعليا ال get view هذا + +378 +00:32:14,970 --> 00:32:18,890 +هتتنفذ كام مرة؟ بعدد العلاقات في ال list فيه أول + +379 +00:32:18,890 --> 00:32:23,950 +مرة بتتنفذ فيها هيكون في هنا position 0 بعدين 1 + +380 +00:32:23,950 --> 00:32:29,430 +بعدين 2 بعدين 3لأن لو كانت zero هيروح مثلا ل + +381 +00:32:29,430 --> 00:32:34,290 +persons that get zero بيجيب ال person الأول لأن + +382 +00:32:34,290 --> 00:32:37,710 +أنشأت ال view أنشأت ال person ضال عليها app هذا في + +383 +00:32:37,710 --> 00:32:42,070 +هذا كيف ال view الآن هذا ال view محتوى و جواه + +384 +00:32:42,070 --> 00:32:46,150 +حاجات فبدأ أجيبها كيف بدأ أجيب العناصر اللي جوا ال + +385 +00:32:46,150 --> 00:32:51,450 +view عن طريق ايش view.findviewbyid هت لل image + +386 +00:32:51,450 --> 00:32:54,050 +view و هت لل text view بتاعة ال name و ال text + +387 +00:32:54,050 --> 00:32:59,200 +view بتاعة ال ageو أعبيهم روح لل image view و حط + +388 +00:32:59,200 --> 00:33:02,940 +فيها الصورة الموجودة في ال person و روح لل name tv + +389 +00:33:02,940 --> 00:33:06,560 +و حط فيه ال text الموجود في ال name بتاع ال person + +390 +00:33:06,560 --> 00:33:09,800 +و ال age حط فيه ال age الموجود في ال integer age + +391 +00:33:09,800 --> 00:33:15,800 +في ال person عبنا هيك و في الآخر رجعنا view هيك ال + +392 +00:33:15,800 --> 00:33:21,300 +adapter معله اكتمل الان نرجع ل ال main activity + +393 +00:33:23,090 --> 00:33:26,130 +ومنشي ال adapter هاي انا انشرت object منه person + +394 +00:33:26,130 --> 00:33:28,930 +adapter يسوي new person adapter جيت application + +395 +00:33:28,930 --> 00:33:31,170 +context عشان مررنا ال context هي مررنا له ال + +396 +00:33:31,170 --> 00:33:35,970 +persons مررنا له ال layout و بعدين اخر خطوة بتروح + +397 +00:33:35,970 --> 00:33:47,390 +لل list view و بتقولها set adapter تمام + +398 +00:33:47,390 --> 00:33:49,530 +و هيك ايش خلصنا + +399 +00:34:05,970 --> 00:34:34,150 +مخلصناش المحاضرة خلصنا بس هذه تمام + +400 +00:34:34,150 --> 00:34:35,270 +هي عبّى البيانات + +401 +00:34:38,660 --> 00:34:38,800 +بنشغله في ال list view + +402 +00:35:07,400 --> 00:35:11,440 +خرجات بقولكوا أشياء هذه بس خليني أجربها لا لا لحظة + +403 +00:35:11,440 --> 00:35:12,420 +بس + +404 +00:36:13,450 --> 00:36:18,650 +هرجيت المشكلة الموجودة هاي list view هاي فيه زر + +405 +00:36:18,650 --> 00:36:22,770 +طبعا الزر لسه ال delete ماله مش شغال بس لأن فيه زر + +406 +00:36:22,770 --> 00:36:26,950 +delete زر ال delete أخد ال focus شايفين بنضغط عليه + +407 +00:36:26,950 --> 00:36:31,270 +بعملش حاجة بس بنضغط عليه بس العنصر العنصر نفسه على + +408 +00:36:31,270 --> 00:36:36,420 +ال listبطل touchable يعني مش قادر انا اضغط على ال + +409 +00:36:36,420 --> 00:36:39,260 +list على ال item كله ما هو لو ضغط على ال item كله + +410 +00:36:39,260 --> 00:36:43,600 +المفروض يعلمك بلون تلاقي لون اختلف تمام فانا في + +411 +00:36:43,600 --> 00:36:51,300 +حاجة لازم تنضعف لسه انا بجربها جاعد عشان انسيتها + +412 +00:36:51,300 --> 00:36:56,100 +مش + +413 +00:36:56,100 --> 00:36:56,860 +هيتنفذ لأ + +414 +00:37:00,880 --> 00:37:04,500 +هذا بس في حالة لو كان فيه ازرار تانية داخل ال list + +415 +00:37:04,500 --> 00:37:08,020 +view واحد من العناصر بتلاقي بياخد ال focus ايش + +416 +00:37:08,020 --> 00:37:11,080 +يعني بياخد ال focus يعني هو بس اللي بيصير ايش + +417 +00:37:11,080 --> 00:37:20,400 +ينضغط عليه مش + +418 +00:37:20,400 --> 00:37:26,060 +ظابط طب خلينا نشوفها بلكي لما عملنا ال action + +419 +00:37:26,060 --> 00:37:29,020 +تتبين معانا + +420 +00:37:54,280 --> 00:38:06,500 +احتمال هذه طيب + +421 +00:38:06,500 --> 00:38:09,340 +لحد ما يشتغل خلينا نلج على ال activity لما بنعمل + +422 +00:38:09,340 --> 00:38:13,040 +احنا action على ال list view يعني لما نضغط على + +423 +00:38:13,040 --> 00:38:16,480 +عنصر مثلا المفروض ان يطلعلي toast او يفتحلي + +424 +00:38:16,480 --> 00:38:20,340 +activity جديدة تمام فتعالي على ال list view + +425 +00:38:24,170 --> 00:38:27,270 +تعالى على ال list view و بنعمل action عليها كيف + +426 +00:38:27,270 --> 00:38:33,710 +نعمل action علي البتن؟ sit on + +427 +00:38:33,710 --> 00:38:41,290 +item click listener on item click listener مش on + +428 +00:38:41,290 --> 00:38:43,990 +click listener on item click listener و فيه واحد + +429 +00:38:43,990 --> 00:38:48,210 +تاني مش هنجربه متروك لكم اسمه on item long click + +430 +00:38:48,210 --> 00:38:52,340 +listenerهذه ضغطة طويلة عند الضغط العادى بعمل حاجة + +431 +00:38:52,340 --> 00:38:57,880 +و عند الضغط الطويل بعمل حاجة تانى on item click + +432 +00:38:57,880 --> 00:39:02,900 +listener طبعا بده ال get object منه ايش on item + +433 +00:39:02,900 --> 00:39:11,100 +click listener a new on item click listener طيب + +434 +00:39:11,100 --> 00:39:14,640 +الان اول ما اضغط على اي انصر هينفذ ال method اسمها + +435 +00:39:14,640 --> 00:39:19,890 +on item clickالـ on item click هتجيبلي حاجة اسمها + +436 +00:39:19,890 --> 00:39:22,290 +ال parent حاجة اسمها ال view ايش ال view يعني + +437 +00:39:22,290 --> 00:39:26,290 +العنصر اللي انا ضغط عليه هو الان كل عنصر في الشاشة + +438 +00:39:26,290 --> 00:39:30,290 +صار عبارة عن ال view وانا لها يا جماعة هذا view و + +439 +00:39:30,290 --> 00:39:37,010 +هذا view و هذا view و بيجيبلي كمان ال position + +440 +00:39:37,010 --> 00:39:41,790 +يعني موقع العنصر اللي انا ضغط عليه + +441 +00:39:46,110 --> 00:39:48,830 +فبدنا نجيب العنصر اللي اتضغط عليه بتروح لل list + +442 +00:39:48,830 --> 00:39:53,210 +view طب الآن بيبقى انه انا استخدمها من جوا ال + +443 +00:39:53,210 --> 00:39:57,390 +inner class تحطها final و بقوله في method اسمها + +444 +00:39:57,390 --> 00:40:04,290 +get item شايفها؟ get item at position get item at + +445 +00:40:04,290 --> 00:40:07,730 +position من اسمها ايش يعني؟ تديها position تجيبلك + +446 +00:40:07,730 --> 00:40:11,310 +ال item اللي انت اتضغط عليه مين ال position؟ وين + +447 +00:40:11,310 --> 00:40:15,860 +ايجا؟ هاي ايجا في ال method فأعطيه positionطب + +448 +00:40:15,860 --> 00:40:18,860 +عزيزي بترجعلك يعمل نوع object فانت بتحوله لنوع ايش + +449 +00:40:18,860 --> 00:40:26,040 +person ما + +450 +00:40:26,040 --> 00:40:28,220 +هو العنصر اللي انت ضغط عليه في الآخر هو عبارة عن + +451 +00:40:28,220 --> 00:40:32,360 +person تمام فهيجعك object فعملتله casting ل person + +452 +00:40:32,360 --> 00:40:34,780 +الآن بروح بقوله toast + +453 +00:40:49,080 --> 00:40:56,200 +طبعا هى طبعت toast طبعت فيه اسم من اسم الشخص بدكية + +454 +00:40:56,200 --> 00:40:59,340 +فى ال toast بدكية احنا المفروض اش نعمل كمان ان + +455 +00:40:59,340 --> 00:41:02,920 +تعمل start activity و تبعت اسم الشخص + +456 +00:41:33,600 --> 00:41:37,500 +تبقى بهيك بتضغط على أي عنصر تعرف الانصر انت ضغط + +457 +00:41:37,500 --> 00:41:40,960 +عليه لأن طبعا في حاجات انا مش لازم احكيها يعني ان + +458 +00:41:40,960 --> 00:41:44,680 +انا عرفت العنصر جيبت اسمه انت بعدين بتروح البيت + +459 +00:41:44,680 --> 00:41:50,280 +بتجرب تفتح activity جديدة و تبعد فيها بياناته عشان + +460 +00:41:50,280 --> 00:41:55,580 +تنعرض لين في activity جديدة لأن في حاجة اللي + +461 +00:41:55,580 --> 00:41:58,940 +عملتها التوي اللي خلت هذا يشتغل زي ما قلت إذا في + +462 +00:41:58,940 --> 00:42:04,140 +زرإذا في زر داخل ال list view زي هيك زي delete + +463 +00:42:04,140 --> 00:42:08,340 +مثلا هتلاقي إنه أول ما اتشغّل العنصر نفسه مش هتقدر + +464 +00:42:08,340 --> 00:42:12,060 +تضغط عليه لأن مين بيكون ماخد ال focus ال delete + +465 +00:42:12,060 --> 00:42:17,500 +عشان أن عنصر معين ياخد ال focus روحت على ال layout + +466 +00:42:17,500 --> 00:42:23,200 +وضفت ايش ال attribute هدف ال activity اللي هي + +467 +00:42:23,200 --> 00:42:27,050 +touch screen blocks focusبلوكس فوكس؟ إيش يعني + +468 +00:42:27,050 --> 00:42:30,650 +بلوكس؟ لأ بلوكس بتمنع يعني بتمنع الفوكس بتمنع أي + +469 +00:42:30,650 --> 00:42:36,950 +عنصر ياخد focus معين وحطتها true يبقى عيد أخدنا ال + +470 +00:42:36,950 --> 00:42:40,210 +list view أخدنا كيف نعمل action على ال list view + +471 +00:42:40,210 --> 00:42:44,670 +لسه مخلصلاش ال list view لأ ولا ال delete لسه + +472 +00:42:44,670 --> 00:42:49,890 +هلجيت؟ ال list view بتاعتنا لسه تصميمها سيء فيها + +473 +00:42:49,890 --> 00:42:57,890 +مشاكل إيش هي؟ المشاكل الموجودة بيقول إنهكل ما هال + +474 +00:42:57,890 --> 00:43:02,250 +list view متوقع تكون كبيرة شوية صح ولا بمجرد ما + +475 +00:43:02,250 --> 00:43:09,770 +اعمل slide هو دلبلك ال android ذكي في ايش فرضا ان + +476 +00:43:09,770 --> 00:43:14,790 +انا عندي ال list فيها 100 item تمام بروحش من اول + +477 +00:43:14,790 --> 00:43:19,660 +ما يشتغل بنشأ get view ل 100بعمل get view لإيش بس + +478 +00:43:19,660 --> 00:43:23,600 +على جد العناصر المعروضة في الشاشة يعني مثلا الشاشة + +479 +00:43:23,600 --> 00:43:27,040 +اللي انا بتقعد عشرة وفيه تسعين لسه مخبين بعمل get + +480 +00:43:27,040 --> 00:43:31,760 +view لعشرة المعروضين بعدين لما تعمل انت slide + +481 +00:43:31,760 --> 00:43:37,580 +بيصير يعمل get view لمن للي تحت الان بال design + +482 +00:43:37,580 --> 00:43:40,060 +الموجود عندنا هذا هال list view هتكون بطيقة + +483 +00:43:40,060 --> 00:43:44,800 +فبتلاقي انت لما تعمل slide ممكن يجبطها معاك طبعا + +484 +00:43:44,800 --> 00:43:45,300 +هذا مهم + +485 +00:43:48,200 --> 00:43:51,560 +لأ تحميل غير في مرات بلزم يجيب بيانات من الانترنت + +486 +00:43:51,560 --> 00:43:55,420 +نحكي عنها غير هيك بس أحيانا بيكون في بعض البرامج + +487 +00:43:55,420 --> 00:43:58,640 +ماعرفش إذا مرت عليكم أو لا بتلاقي تصميم ال list + +488 +00:43:58,640 --> 00:44:02,480 +view سيء فبتلاقي لما يعمل slide بيعملوش smooth، + +489 +00:44:02,480 --> 00:44:08,260 +بيعلج، بتلاقي شوية بعدين بيكمل، تمام؟ إيش السبب + +490 +00:44:08,260 --> 00:44:11,860 +هذا؟ لأنه مش ملاحق فاهم كيف أنت بتعمل slide بسرعة + +491 +00:44:11,860 --> 00:44:14,920 +عابدة و روح ينشئ لها عشرين، تلاتين، تمام؟ فبتلاقي + +492 +00:44:14,920 --> 00:44:18,660 +بيصير بطيءفي ايش الحلول؟ شوف كيف بعض ال techniques + +493 +00:44:18,660 --> 00:44:23,600 +البسيطة انها اتسرع العملية هذه اللي هنتطلع في ال + +494 +00:44:23,600 --> 00:44:28,440 +gate view قلنا فيها item اسمه ايش position وفيها + +495 +00:44:28,440 --> 00:44:33,360 +عنصر تاني اسمه ايش convert view هذا مااتكلمناش + +496 +00:44:33,360 --> 00:44:36,800 +عليه صح ولا؟ ايش ال convert view هذا يا جماعة؟ هال + +497 +00:44:36,800 --> 00:44:39,200 +gate احنا فكرة ال list view كانت تالت + +498 +00:44:42,130 --> 00:44:45,770 +جمّال missed view حاليًا بتعرض مثلًا العناصر هدولة + +499 +00:44:45,770 --> 00:44:49,790 +في عناصر جديدة انت لما تعمل slide مثلًا سحبت هذا + +500 +00:44:49,790 --> 00:44:53,470 +لفوق هيك العنصر اللي هنا معله هيطلع برا الشاشة بطل + +501 +00:44:53,470 --> 00:44:58,810 +إليه فادة صح هو طلع برا الشاشة بس إيش بعمل هو بقول + +502 +00:44:58,810 --> 00:45:04,520 +للعنصر اللي طلع هذاممكن تعيد استخدامه بدل ما تروح + +503 +00:45:04,520 --> 00:45:10,960 +تعمل انفليت البطق في حاجتين الانفليت اكتر حاجة + +504 +00:45:10,960 --> 00:45:17,020 +will find you ب ID لما بدو يبحث اكتر حاجة بتاخد + +505 +00:45:17,020 --> 00:45:22,390 +وجه انفليت فانا بدحاول اجلل الانفليتفي الوضع + +506 +00:45:22,390 --> 00:45:25,590 +الطبيعي في الكود اللي احنا كاتبينه كل انصر يطلع + +507 +00:45:25,590 --> 00:45:28,810 +ويجي انصر جديد يدخل مكانه هذا الانصر اللي نعمله + +508 +00:45:28,810 --> 00:45:33,290 +ايش M Flat View جديد الان لأ بدنا الانصر اللي بطلع + +509 +00:45:33,290 --> 00:45:40,670 +هذا ناخد ال view تبعه ونبدر البيانات اللي فيهواضح؟ + +510 +00:45:40,670 --> 00:45:44,530 +بنعبيه من أول و جديد بدل من روح نعمل الـflate طب + +511 +00:45:44,530 --> 00:45:48,910 +هذا اللي طلع كيبنا نجيبه بقول بسيطة أنا أصلا جيت + +512 +00:45:48,910 --> 00:45:55,610 +view لحالها إذا بدوا ينفذها في حالة ال slide في + +513 +00:45:55,610 --> 00:45:59,670 +حالة ال slide هيرجعلك مين ال convert view هذا + +514 +00:45:59,670 --> 00:46:03,690 +الأنصار اللي طلع من مين؟ من الشاشة فبقولك تقدر + +515 +00:46:03,690 --> 00:46:07,360 +تستخدمهطبعا في البداية ادري بالك اول ما تشغل ال + +516 +00:46:07,360 --> 00:46:11,040 +convert view ايش قيمته هتكون none لأن فيش انت عملت + +517 +00:46:11,040 --> 00:46:15,760 +slide ماعملش slide بعد هيك لما يحتاج يعمل get view + +518 +00:46:15,760 --> 00:46:20,200 +تاني تعمل slide الأنصار اللي بطلع من الشاشة برجعلك + +519 +00:46:20,200 --> 00:46:25,480 +منين ال view تبقى فالان + +520 +00:46:25,480 --> 00:46:34,720 +بدي اجي هنا اقوله if convert viewيساوي null إذا + +521 +00:46:34,720 --> 00:46:42,140 +كان null لأ + +522 +00:46:42,140 --> 00:46:45,880 +مش هلزم ال view إذا كان null روح لل convert view + +523 +00:46:45,880 --> 00:46:51,600 +يعني إيش معناه هذه اعمل inflate وخزن النتيجة وين + +524 +00:46:51,600 --> 00:46:56,740 +في ال convert view إنتهى هذا الكلام بس في حالة إنه + +525 +00:46:56,740 --> 00:47:02,600 +كان null إذا ماكانش null استخدمه من غير else + +526 +00:47:08,700 --> 00:47:12,860 +كمان مرة تمام + +527 +00:47:12,860 --> 00:47:16,880 +لحظة شويه اول مرة اول ما يشتغل ال convert view مش + +528 +00:47:16,880 --> 00:47:20,200 +هيكون موجود قلنا امتى هذا بقى امتى convert view + +529 +00:47:20,200 --> 00:47:23,260 +هيكون مقيمة لما تعمل ال slide اول ما اشتغل هيكون + +530 +00:47:23,260 --> 00:47:27,260 +null فالان ايجه نفذ good view هل ال convert view + +531 +00:47:27,260 --> 00:47:32,960 +null اذا كان null راح يعمل inflate بيحول xml view + +532 +00:47:32,960 --> 00:47:38,470 +بيخزن نتيجة وين في convert viewطب إذا مش null هذا + +533 +00:47:38,470 --> 00:47:42,810 +ال code ماله؟ مش هيتنفّر بخش عليه بعده، إيش اللي + +534 +00:47:42,810 --> 00:47:46,170 +بعده بيعمل؟ بيجيب ال person و ببحث في ال convert + +535 +00:47:46,170 --> 00:47:50,110 +view عن image .. photo و عن image و عن age و + +536 +00:47:50,110 --> 00:47:55,310 +بعبيهم بال person و برجع ال convert view أنا + +537 +00:47:55,310 --> 00:47:58,510 +استخدمت ال convert view في كل الأحوال إذا كان null + +538 +00:47:58,510 --> 00:48:03,270 +في البداية انشئ ال view .. view جديد و خزنا فيه + +539 +00:48:03,270 --> 00:48:13,500 +إذا مش nullكمّل بعده كيف؟ تمام + +540 +00:48:13,500 --> 00:48:17,460 +أول ما يخش هيعمل لعشرة inflate تمام لأول عشرة + +541 +00:48:17,460 --> 00:48:21,080 +هيعمل اللي هي نورده ع الشاشة يعني احنا مش ال view + +542 +00:48:21,080 --> 00:48:24,660 +واحد بيكون عندنا، بيكون عندنا عشرة تمام؟ بعد هيك + +543 +00:48:24,660 --> 00:48:28,920 +كل أنصر بطلع بعيد استخدامه لمين؟ لم تحت + +544 +00:48:31,810 --> 00:48:35,310 +ماشي يا جماعة و هذا بسرع الشغل شويه طبعا احنا مش + +545 +00:48:35,310 --> 00:48:39,230 +هيفرج معانا لأنه كام عنصر اصلا على الشاشة تلاتة بس + +546 +00:48:39,230 --> 00:48:42,130 +انا معناه تكونوا فاهمين هذه هذي ال convert view + +547 +00:48:42,130 --> 00:48:47,330 +مرة تانية ال method get view بترجح اذا كان في عنصر + +548 +00:48:47,330 --> 00:48:50,630 +طلع من الشاشة و بده ينشأ عنصر جديد لحاله بيجيبلك + +549 +00:48:50,630 --> 00:48:54,830 +ال view بتاع العنصر اللي طلع عشان تعيد استخدامه لو + +550 +00:48:54,830 --> 00:48:57,410 +مش .. لسه فيش عناصر على الشاشة + +551 +00:49:00,210 --> 00:49:03,550 +في الحالة هذه بتكون ال convert view null فبدك تنشئ + +552 +00:49:03,550 --> 00:49:07,010 +عناصر من أول و جديد ففي حالة أنه لسه أول مرة تنعرض + +553 +00:49:07,010 --> 00:49:10,790 +ال list view بده ينشئ عشر عناصر ويعرضهم على الشاشة + +554 +00:49:10,790 --> 00:49:15,650 +فبدروح هنا في get view عشر مراتفي العشر مرات الـ + +555 +00:49:15,650 --> 00:49:20,390 +convert view قيمتهم لسه إيش؟ نل فبروح بعمل inflate + +556 +00:49:20,390 --> 00:49:23,890 +و بحط العناصر على الشاشة اجهزت تعمل slide فيه عنصر + +557 +00:49:23,890 --> 00:49:27,670 +ه طلع بدي يصدر اجد view لمين اللي بده يدخل جديد + +558 +00:49:27,670 --> 00:49:31,890 +فرجع ل convert view فعلا في view موجود يعني + +559 +00:49:31,890 --> 00:49:34,490 +باختصار إذا في view موجود يا جماعة استخدموا مافيش + +560 +00:49:34,490 --> 00:49:38,770 +view موجود انشئوا بس إذا convert view نل اعمله + +561 +00:49:38,770 --> 00:49:43,610 +inflate هذا ال code في كل الأحوال هيتنفذكود + +562 +00:49:43,610 --> 00:49:49,230 +التعبية هيتنفذ تمام؟ يا بعبي حاجة موجودة، يا إذا + +563 +00:49:49,230 --> 00:49:53,270 +مش موجود بانشي أبعبي عشان هذا ماحطتهش في ILS أنا، + +564 +00:49:53,270 --> 00:49:57,170 +مافعش أحطه في ILS ILS معناها إيش؟ يا هذا، يا هذا، + +565 +00:49:57,170 --> 00:50:01,250 +ارجع للبرمجة واحد، أول محاضر في هذا، شوفتوا كيف + +566 +00:50:01,250 --> 00:50:04,870 +الـGeneric بنقولكوا البرمج أهم حاجة، هل كل الشغل + +567 +00:50:04,870 --> 00:50:07,550 +إيش؟ برمجة و Extended أو Abstract Class أو + +568 +00:50:07,550 --> 00:50:10,130 +Constructor وإبعد بيانات من هنا لهنا، اللي فاهم + +569 +00:50:10,130 --> 00:50:12,170 +Object Oriented، بتلاقي هذا الموضوع سهل + +570 +00:50:17,810 --> 00:50:22,430 +ماشي يا جماعة لسه هنعمل كمان حاجة تسري على list + +571 +00:50:22,430 --> 00:50:28,170 +view أكتر من هذا المحاضرة الجاي هناخد كمان تمرين + +572 +00:50:28,170 --> 00:50:32,070 +على list view كنوع من المراجعة هنشوف كيف نسري على + +573 +00:50:32,070 --> 00:50:35,150 +list view ونكمل بعض الحاجات الصغيرة اللي عليها + +574 +00:50:35,150 --> 00:50:38,470 +مثلا ال delete هذا كيف نحذف عنصر من ال list view + +575 +00:50:39,730 --> 00:50:42,830 +يعني المحاضرة اللي جاي أخر محاضرة في list view و + +576 +00:50:42,830 --> 00:50:46,550 +بعدها ندخل في إيش؟ في ال recicler view الامتحان + +577 +00:50:46,550 --> 00:50:54,950 +أمتى؟ لسبوع اللي بعد؟ خلاص + +578 +00:50:54,950 --> 00:50:58,050 +الامتحان لأخر recicler view لسبوع اللي جاى كله + +579 +00:50:58,050 --> 00:51:01,170 +داخل طبعا؟ لسبوع اللي جاى كله داخل في الامتحان + +580 +00:51:01,170 --> 00:51:06,950 +سبوع هذا قصديهو السبوع اللي جاى الامتحانات؟ يعني + +581 +00:51:06,950 --> 00:51:09,650 +السبوع اللي جاى فش محاضرات صح؟ خلاص ابقى السبوع ده + +582 +00:51:09,650 --> 00:51:13,670 +أخر سبوع خلاص يعطوكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..9a2179e105128423aae7ffd7f2fdb715114a7425 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 3656, "start": 20.92, "end": 36.56, "text": " Okay guys, peace be upon you. Today, God willing, we will continue with the topic that we started in the last lecture, which is ListView. And we said that ListView is used to display a group of consecutive elements. For example, you want to display items.", "tokens": [1033, 1074, 11, 4336, 312, 3564, 291, 13, 2692, 11, 1265, 4950, 11, 321, 486, 2354, 365, 264, 4829, 300, 321, 1409, 294, 264, 1036, 7991, 11, 597, 307, 17668, 30203, 13, 400, 321, 848, 300, 17668, 30203, 307, 1143, 281, 4674, 257, 1594, 295, 30497, 4959, 13, 1171, 1365, 11, 291, 528, 281, 4674, 4754, 13], "avg_logprob": -0.4428879402834794, "compression_ratio": 1.4463276836158192, "no_speech_prob": 0.0, "words": [{"start": 20.92, "end": 21.2, "word": " Okay", "probability": 0.10498046875}, {"start": 21.2, "end": 21.44, "word": " guys,", "probability": 0.6318359375}, {"start": 21.5, "end": 21.7, "word": " peace", "probability": 0.19287109375}, {"start": 21.7, "end": 21.84, "word": " be", "probability": 0.8505859375}, {"start": 21.84, "end": 21.86, "word": " upon", "probability": 0.9052734375}, {"start": 21.86, "end": 22.14, "word": " you.", "probability": 0.9697265625}, {"start": 23.68, "end": 24.14, "word": " Today,", "probability": 0.861328125}, {"start": 24.28, "end": 24.52, "word": " God", "probability": 0.47021484375}, {"start": 24.52, "end": 24.52, "word": " willing,", "probability": 0.7412109375}, {"start": 24.56, "end": 24.72, "word": " we", "probability": 0.93359375}, {"start": 24.72, "end": 24.76, "word": " will", "probability": 0.78857421875}, {"start": 24.76, "end": 25.14, "word": " continue", "probability": 0.80810546875}, {"start": 25.14, "end": 25.68, "word": " with", "probability": 0.28125}, {"start": 25.68, "end": 25.8, "word": " the", "probability": 0.6064453125}, {"start": 25.8, "end": 26.04, "word": " topic", "probability": 0.6005859375}, {"start": 26.04, "end": 26.18, "word": " that", "probability": 0.379150390625}, {"start": 26.18, "end": 26.18, "word": " we", "probability": 0.92626953125}, {"start": 26.18, "end": 26.42, "word": " started", "probability": 0.646484375}, {"start": 26.42, "end": 26.64, "word": " in", "probability": 0.2242431640625}, {"start": 26.64, "end": 26.66, "word": " the", "probability": 0.890625}, {"start": 26.66, "end": 26.82, "word": " last", "probability": 0.78662109375}, {"start": 26.82, "end": 27.24, "word": " lecture,", "probability": 0.822265625}, {"start": 27.48, "end": 27.62, "word": " which", "probability": 0.79296875}, {"start": 27.62, "end": 27.86, "word": " is", "probability": 0.9189453125}, {"start": 27.86, "end": 28.36, "word": " ListView.", "probability": 0.541015625}, {"start": 29.44, "end": 29.68, "word": " And", "probability": 0.380126953125}, {"start": 29.68, "end": 29.74, "word": " we", "probability": 0.8994140625}, {"start": 29.74, "end": 29.94, "word": " said", "probability": 0.86474609375}, {"start": 29.94, "end": 30.16, "word": " that", "probability": 0.91455078125}, {"start": 30.16, "end": 30.72, "word": " ListView", "probability": 0.8017578125}, {"start": 30.72, "end": 30.94, "word": " is", "probability": 0.8994140625}, {"start": 30.94, "end": 31.36, "word": " used", "probability": 0.90478515625}, {"start": 31.36, "end": 31.54, "word": " to", "probability": 0.7578125}, {"start": 31.54, "end": 31.88, "word": " display", "probability": 0.6748046875}, {"start": 31.88, "end": 32.26, "word": " a", "probability": 0.7509765625}, {"start": 32.26, "end": 32.54, "word": " group", "probability": 0.447021484375}, {"start": 32.54, "end": 32.7, "word": " of", "probability": 0.966796875}, {"start": 32.7, "end": 32.72, "word": " consecutive", "probability": 0.2802734375}, {"start": 32.72, "end": 33.12, "word": " elements.", "probability": 0.880859375}, {"start": 34.54, "end": 34.8, "word": " For", "probability": 0.71044921875}, {"start": 34.8, "end": 35.04, "word": " example,", "probability": 0.94287109375}, {"start": 35.12, "end": 35.22, "word": " you", "probability": 0.6337890625}, {"start": 35.22, "end": 35.32, "word": " want", "probability": 0.673828125}, {"start": 35.32, "end": 35.32, "word": " to", "probability": 0.97314453125}, {"start": 35.32, "end": 35.5, "word": " display", "probability": 0.69140625}, {"start": 35.5, "end": 36.56, "word": " items.", "probability": 0.5771484375}], "temperature": 1.0}, {"id": 2, "seek": 6486, "start": 37.56, "end": 64.86, "text": " on an electronic store, for example, you want to show a bunch of news. So, as we said, using a large list view, one must learn it well, especially how to make or customize the list view to show the elements in the way they want. For the previous lecture, we want to start customizing the list view and customize it to make our own design. As we said, for example, we want to put a picture of a person, his name and age.", "tokens": [322, 364, 10092, 3531, 11, 337, 1365, 11, 291, 528, 281, 855, 257, 3840, 295, 2583, 13, 407, 11, 382, 321, 848, 11, 1228, 257, 2416, 1329, 1910, 11, 472, 1633, 1466, 309, 731, 11, 2318, 577, 281, 652, 420, 19734, 264, 1329, 1910, 281, 855, 264, 4959, 294, 264, 636, 436, 528, 13, 1171, 264, 3894, 7991, 11, 321, 528, 281, 722, 2375, 3319, 264, 1329, 1910, 293, 19734, 309, 281, 652, 527, 1065, 1715, 13, 1018, 321, 848, 11, 337, 1365, 11, 321, 528, 281, 829, 257, 3036, 295, 257, 954, 11, 702, 1315, 293, 3205, 13], "avg_logprob": -0.43749998599290846, "compression_ratio": 1.8181818181818181, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 37.56, "end": 37.86, "word": " on", "probability": 0.1744384765625}, {"start": 37.86, "end": 38.24, "word": " an", "probability": 0.6533203125}, {"start": 38.24, "end": 38.46, "word": " electronic", "probability": 0.5458984375}, {"start": 38.46, "end": 38.6, "word": " store,", "probability": 0.409912109375}, {"start": 38.82, "end": 38.86, "word": " for", "probability": 0.63720703125}, {"start": 38.86, "end": 38.98, "word": " example,", "probability": 0.87841796875}, {"start": 39.02, "end": 39.1, "word": " you", "probability": 0.364013671875}, {"start": 39.1, "end": 39.3, "word": " want", "probability": 0.576171875}, {"start": 39.3, "end": 39.34, "word": " to", "probability": 0.95849609375}, {"start": 39.34, "end": 39.52, "word": " show", "probability": 0.35986328125}, {"start": 39.52, "end": 39.66, "word": " a", "probability": 0.73779296875}, {"start": 39.66, "end": 39.82, "word": " bunch", "probability": 0.2392578125}, {"start": 39.82, "end": 39.98, "word": " of", "probability": 0.966796875}, {"start": 39.98, "end": 40.32, "word": " news.", "probability": 0.8056640625}, {"start": 41.2, "end": 41.58, "word": " So,", "probability": 0.366943359375}, {"start": 41.72, "end": 41.96, "word": " as", "probability": 0.74462890625}, {"start": 41.96, "end": 42.1, "word": " we", "probability": 0.6181640625}, {"start": 42.1, "end": 42.22, "word": " said,", "probability": 0.85546875}, {"start": 42.32, "end": 42.64, "word": " using", "probability": 0.6826171875}, {"start": 42.64, "end": 42.84, "word": " a", "probability": 0.71337890625}, {"start": 42.84, "end": 42.9, "word": " large", "probability": 0.37158203125}, {"start": 42.9, "end": 42.96, "word": " list", "probability": 0.82177734375}, {"start": 42.96, "end": 43.78, "word": " view,", "probability": 0.7783203125}, {"start": 44.74, "end": 45.06, "word": " one", "probability": 0.32421875}, {"start": 45.06, "end": 45.24, "word": " must", "probability": 0.515625}, {"start": 45.24, "end": 45.7, "word": " learn", "probability": 0.8193359375}, {"start": 45.7, "end": 45.86, "word": " it", "probability": 0.56982421875}, {"start": 45.86, "end": 46.12, "word": " well,", "probability": 0.8291015625}, {"start": 46.26, "end": 46.5, "word": " especially", "probability": 0.72802734375}, {"start": 46.5, "end": 46.74, "word": " how", "probability": 0.76123046875}, {"start": 46.74, "end": 46.84, "word": " to", "probability": 0.91162109375}, {"start": 46.84, "end": 47.12, "word": " make", "probability": 0.28857421875}, {"start": 47.12, "end": 48.02, "word": " or", "probability": 0.552734375}, {"start": 48.02, "end": 48.44, "word": " customize", "probability": 0.32080078125}, {"start": 48.44, "end": 48.62, "word": " the", "probability": 0.83447265625}, {"start": 48.62, "end": 48.8, "word": " list", "probability": 0.89892578125}, {"start": 48.8, "end": 49.06, "word": " view", "probability": 0.8720703125}, {"start": 49.06, "end": 49.28, "word": " to", "probability": 0.6337890625}, {"start": 49.28, "end": 49.56, "word": " show", "probability": 0.62158203125}, {"start": 49.56, "end": 49.7, "word": " the", "probability": 0.318359375}, {"start": 49.7, "end": 50.0, "word": " elements", "probability": 0.83203125}, {"start": 50.0, "end": 50.18, "word": " in", "probability": 0.6513671875}, {"start": 50.18, "end": 50.24, "word": " the", "probability": 0.7255859375}, {"start": 50.24, "end": 50.4, "word": " way", "probability": 0.79736328125}, {"start": 50.4, "end": 50.58, "word": " they", "probability": 0.453125}, {"start": 50.58, "end": 50.84, "word": " want.", "probability": 0.79345703125}, {"start": 51.84, "end": 52.22, "word": " For", "probability": 0.58349609375}, {"start": 52.22, "end": 52.36, "word": " the", "probability": 0.8798828125}, {"start": 52.36, "end": 52.98, "word": " previous", "probability": 0.55908203125}, {"start": 52.98, "end": 52.98, "word": " lecture,", "probability": 0.69384765625}, {"start": 53.42, "end": 55.98, "word": " we", "probability": 0.9541015625}, {"start": 55.98, "end": 55.98, "word": " want", "probability": 0.222900390625}, {"start": 55.98, "end": 56.26, "word": " to", "probability": 0.9697265625}, {"start": 56.26, "end": 56.42, "word": " start", "probability": 0.5791015625}, {"start": 56.42, "end": 57.4, "word": " customizing", "probability": 0.748291015625}, {"start": 57.4, "end": 57.58, "word": " the", "probability": 0.8837890625}, {"start": 57.58, "end": 57.78, "word": " list", "probability": 0.90283203125}, {"start": 57.78, "end": 58.0, "word": " view", "probability": 0.86474609375}, {"start": 58.0, "end": 58.1, "word": " and", "probability": 0.229736328125}, {"start": 58.1, "end": 58.42, "word": " customize", "probability": 0.50048828125}, {"start": 58.42, "end": 58.72, "word": " it", "probability": 0.93408203125}, {"start": 58.72, "end": 58.82, "word": " to", "probability": 0.428955078125}, {"start": 58.82, "end": 59.28, "word": " make", "probability": 0.59716796875}, {"start": 59.28, "end": 59.92, "word": " our", "probability": 0.467041015625}, {"start": 59.92, "end": 60.52, "word": " own", "probability": 0.83154296875}, {"start": 60.52, "end": 60.52, "word": " design.", "probability": 0.95654296875}, {"start": 61.28, "end": 61.66, "word": " As", "probability": 0.80615234375}, {"start": 61.66, "end": 61.8, "word": " we", "probability": 0.89892578125}, {"start": 61.8, "end": 61.92, "word": " said,", "probability": 0.9287109375}, {"start": 62.08, "end": 62.08, "word": " for", "probability": 0.82861328125}, {"start": 62.08, "end": 62.24, "word": " example,", "probability": 0.9560546875}, {"start": 62.28, "end": 62.34, "word": " we", "probability": 0.92822265625}, {"start": 62.34, "end": 62.48, "word": " want", "probability": 0.77880859375}, {"start": 62.48, "end": 62.56, "word": " to", "probability": 0.96875}, {"start": 62.56, "end": 62.84, "word": " put", "probability": 0.73193359375}, {"start": 62.84, "end": 63.32, "word": " a", "probability": 0.607421875}, {"start": 63.32, "end": 63.52, "word": " picture", "probability": 0.63232421875}, {"start": 63.52, "end": 63.6, "word": " of", "probability": 0.96923828125}, {"start": 63.6, "end": 63.74, "word": " a", "probability": 0.74658203125}, {"start": 63.74, "end": 63.92, "word": " person,", "probability": 0.9111328125}, {"start": 64.04, "end": 64.06, "word": " his", "probability": 0.83203125}, {"start": 64.06, "end": 64.32, "word": " name", "probability": 0.86279296875}, {"start": 64.32, "end": 64.68, "word": " and", "probability": 0.7041015625}, {"start": 64.68, "end": 64.86, "word": " age.", "probability": 0.623046875}], "temperature": 1.0}, {"id": 3, "seek": 9138, "start": 66.86, "end": 91.38, "text": " The first step is to add the list view to the activity Of course this list view has a tag called list view and I added it to the whole screen Of course now I don't have any entries Before we used to fill them directly from the array Now I don't want to fill them with code Okay, so I added the list view The second step is to add the data", "tokens": [440, 700, 1823, 307, 281, 909, 264, 1329, 1910, 281, 264, 5191, 2720, 1164, 341, 1329, 1910, 575, 257, 6162, 1219, 1329, 1910, 293, 286, 3869, 309, 281, 264, 1379, 2568, 2720, 1164, 586, 286, 500, 380, 362, 604, 23041, 4546, 321, 1143, 281, 2836, 552, 3838, 490, 264, 10225, 823, 286, 500, 380, 528, 281, 2836, 552, 365, 3089, 1033, 11, 370, 286, 3869, 264, 1329, 1910, 440, 1150, 1823, 307, 281, 909, 264, 1412], "avg_logprob": -0.571834440355177, "compression_ratio": 1.7936507936507937, "no_speech_prob": 0.0, "words": [{"start": 66.86, "end": 67.26, "word": " The", "probability": 0.323974609375}, {"start": 67.26, "end": 67.38, "word": " first", "probability": 0.85888671875}, {"start": 67.38, "end": 67.64, "word": " step", "probability": 0.759765625}, {"start": 67.64, "end": 68.26, "word": " is", "probability": 0.367431640625}, {"start": 68.26, "end": 68.7, "word": " to", "probability": 0.5712890625}, {"start": 68.7, "end": 68.88, "word": " add", "probability": 0.8232421875}, {"start": 68.88, "end": 69.06, "word": " the", "probability": 0.233642578125}, {"start": 69.06, "end": 69.24, "word": " list", "probability": 0.525390625}, {"start": 69.24, "end": 69.48, "word": " view", "probability": 0.58740234375}, {"start": 69.48, "end": 69.6, "word": " to", "probability": 0.57958984375}, {"start": 69.6, "end": 69.66, "word": " the", "probability": 0.619140625}, {"start": 69.66, "end": 70.04, "word": " activity", "probability": 0.7900390625}, {"start": 70.04, "end": 71.16, "word": " Of", "probability": 0.07757568359375}, {"start": 71.16, "end": 72.1, "word": " course", "probability": 0.904296875}, {"start": 72.1, "end": 72.3, "word": " this", "probability": 0.310546875}, {"start": 72.3, "end": 72.56, "word": " list", "probability": 0.53173828125}, {"start": 72.56, "end": 72.78, "word": " view", "probability": 0.85546875}, {"start": 72.78, "end": 72.9, "word": " has", "probability": 0.541015625}, {"start": 72.9, "end": 73.0, "word": " a", "probability": 0.5791015625}, {"start": 73.0, "end": 73.28, "word": " tag", "probability": 0.97265625}, {"start": 73.28, "end": 73.48, "word": " called", "probability": 0.298828125}, {"start": 73.48, "end": 73.68, "word": " list", "probability": 0.79443359375}, {"start": 73.68, "end": 73.96, "word": " view", "probability": 0.76123046875}, {"start": 73.96, "end": 74.06, "word": " and", "probability": 0.274169921875}, {"start": 74.06, "end": 74.28, "word": " I", "probability": 0.681640625}, {"start": 74.28, "end": 74.28, "word": " added", "probability": 0.1650390625}, {"start": 74.28, "end": 74.34, "word": " it", "probability": 0.86279296875}, {"start": 74.34, "end": 74.44, "word": " to", "probability": 0.52880859375}, {"start": 74.44, "end": 74.66, "word": " the", "probability": 0.7138671875}, {"start": 74.66, "end": 74.7, "word": " whole", "probability": 0.3310546875}, {"start": 74.7, "end": 74.98, "word": " screen", "probability": 0.67626953125}, {"start": 74.98, "end": 76.08, "word": " Of", "probability": 0.29443359375}, {"start": 76.08, "end": 76.16, "word": " course", "probability": 0.9521484375}, {"start": 76.16, "end": 76.38, "word": " now", "probability": 0.50244140625}, {"start": 76.38, "end": 76.5, "word": " I", "probability": 0.7001953125}, {"start": 76.5, "end": 76.54, "word": " don't", "probability": 0.8271484375}, {"start": 76.54, "end": 76.86, "word": " have", "probability": 0.94482421875}, {"start": 76.86, "end": 77.18, "word": " any", "probability": 0.36767578125}, {"start": 77.18, "end": 77.68, "word": " entries", "probability": 0.7890625}, {"start": 77.68, "end": 78.64, "word": " Before", "probability": 0.1922607421875}, {"start": 78.64, "end": 78.86, "word": " we", "probability": 0.35205078125}, {"start": 78.86, "end": 78.94, "word": " used", "probability": 0.51416015625}, {"start": 78.94, "end": 78.96, "word": " to", "probability": 0.96826171875}, {"start": 78.96, "end": 79.14, "word": " fill", "probability": 0.7041015625}, {"start": 79.14, "end": 79.26, "word": " them", "probability": 0.546875}, {"start": 79.26, "end": 79.54, "word": " directly", "probability": 0.48095703125}, {"start": 79.54, "end": 79.7, "word": " from", "probability": 0.71728515625}, {"start": 79.7, "end": 79.82, "word": " the", "probability": 0.67333984375}, {"start": 79.82, "end": 80.08, "word": " array", "probability": 0.78369140625}, {"start": 80.08, "end": 80.38, "word": " Now", "probability": 0.35888671875}, {"start": 80.38, "end": 80.74, "word": " I", "probability": 0.65576171875}, {"start": 80.74, "end": 80.96, "word": " don't", "probability": 0.6102294921875}, {"start": 80.96, "end": 81.5, "word": " want", "probability": 0.3935546875}, {"start": 81.5, "end": 81.62, "word": " to", "probability": 0.91943359375}, {"start": 81.62, "end": 81.8, "word": " fill", "probability": 0.76611328125}, {"start": 81.8, "end": 82.1, "word": " them", "probability": 0.5087890625}, {"start": 82.1, "end": 83.04, "word": " with", "probability": 0.460205078125}, {"start": 83.04, "end": 83.52, "word": " code", "probability": 0.54248046875}, {"start": 83.52, "end": 84.34, "word": " Okay,", "probability": 0.190185546875}, {"start": 85.54, "end": 85.7, "word": " so", "probability": 0.6328125}, {"start": 85.7, "end": 85.88, "word": " I", "probability": 0.9541015625}, {"start": 85.88, "end": 86.04, "word": " added", "probability": 0.818359375}, {"start": 86.04, "end": 86.22, "word": " the", "probability": 0.8720703125}, {"start": 86.22, "end": 86.4, "word": " list", "probability": 0.88623046875}, {"start": 86.4, "end": 86.78, "word": " view", "probability": 0.859375}, {"start": 86.78, "end": 88.22, "word": " The", "probability": 0.5419921875}, {"start": 88.22, "end": 88.84, "word": " second", "probability": 0.86865234375}, {"start": 88.84, "end": 88.84, "word": " step", "probability": 0.91748046875}, {"start": 88.84, "end": 89.52, "word": " is", "probability": 0.88037109375}, {"start": 89.52, "end": 89.7, "word": " to", "probability": 0.490478515625}, {"start": 89.7, "end": 90.94, "word": " add", "probability": 0.66845703125}, {"start": 90.94, "end": 91.06, "word": " the", "probability": 0.75634765625}, {"start": 91.06, "end": 91.38, "word": " data", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 4, "seek": 12237, "start": 93.59, "end": 122.37, "text": " Inside the ListView, we want to design its item. What is an item? If I have an element on the screen, it will keep repeating itself. It will not repeat itself, but the data will be different. So I design the shape of this item. So I created a new layout. A new XML file. And I designed the shape of the item as I want it to be. I put ImageView, TextView for the name, TextView for the age, and a Delete button to delete the element from the ListView.", "tokens": [15123, 264, 17668, 30203, 11, 321, 528, 281, 1715, 1080, 3174, 13, 708, 307, 364, 3174, 30, 759, 286, 362, 364, 4478, 322, 264, 2568, 11, 309, 486, 1066, 18617, 2564, 13, 467, 486, 406, 7149, 2564, 11, 457, 264, 1412, 486, 312, 819, 13, 407, 286, 1715, 264, 3909, 295, 341, 3174, 13, 407, 286, 2942, 257, 777, 13333, 13, 316, 777, 43484, 3991, 13, 400, 286, 4761, 264, 3909, 295, 264, 3174, 382, 286, 528, 309, 281, 312, 13, 286, 829, 29903, 30203, 11, 18643, 30203, 337, 264, 1315, 11, 18643, 30203, 337, 264, 3205, 11, 293, 257, 49452, 2960, 281, 12097, 264, 4478, 490, 264, 17668, 30203, 13], "avg_logprob": -0.46037947785641464, "compression_ratio": 1.804, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 93.58999999999999, "end": 93.99, "word": " Inside", "probability": 0.1661376953125}, {"start": 93.99, "end": 94.11, "word": " the", "probability": 0.472412109375}, {"start": 94.11, "end": 94.53, "word": " ListView,", "probability": 0.715087890625}, {"start": 94.83, "end": 95.57, "word": " we", "probability": 0.8154296875}, {"start": 95.57, "end": 95.77, "word": " want", "probability": 0.323486328125}, {"start": 95.77, "end": 95.95, "word": " to", "probability": 0.9677734375}, {"start": 95.95, "end": 96.09, "word": " design", "probability": 0.86962890625}, {"start": 96.09, "end": 96.29, "word": " its", "probability": 0.349609375}, {"start": 96.29, "end": 96.65, "word": " item.", "probability": 0.775390625}, {"start": 98.19, "end": 98.59, "word": " What", "probability": 0.734375}, {"start": 98.59, "end": 98.65, "word": " is", "probability": 0.68115234375}, {"start": 98.65, "end": 98.81, "word": " an", "probability": 0.356689453125}, {"start": 98.81, "end": 99.09, "word": " item?", "probability": 0.921875}, {"start": 99.17, "end": 99.31, "word": " If", "probability": 0.21044921875}, {"start": 99.31, "end": 99.83, "word": " I", "probability": 0.7861328125}, {"start": 99.83, "end": 100.05, "word": " have", "probability": 0.84619140625}, {"start": 100.05, "end": 100.15, "word": " an", "probability": 0.71240234375}, {"start": 100.15, "end": 100.37, "word": " element", "probability": 0.51953125}, {"start": 100.37, "end": 100.53, "word": " on", "probability": 0.458740234375}, {"start": 100.53, "end": 100.65, "word": " the", "probability": 0.7041015625}, {"start": 100.65, "end": 100.79, "word": " screen,", "probability": 0.85888671875}, {"start": 100.83, "end": 100.97, "word": " it", "probability": 0.86328125}, {"start": 100.97, "end": 101.01, "word": " will", "probability": 0.6884765625}, {"start": 101.01, "end": 101.15, "word": " keep", "probability": 0.419677734375}, {"start": 101.15, "end": 101.55, "word": " repeating", "probability": 0.48486328125}, {"start": 101.55, "end": 101.83, "word": " itself.", "probability": 0.38818359375}, {"start": 102.29, "end": 102.45, "word": " It", "probability": 0.61474609375}, {"start": 102.45, "end": 102.47, "word": " will", "probability": 0.38623046875}, {"start": 102.47, "end": 102.47, "word": " not", "probability": 0.472412109375}, {"start": 102.47, "end": 102.85, "word": " repeat", "probability": 0.5009765625}, {"start": 102.85, "end": 102.99, "word": " itself,", "probability": 0.6455078125}, {"start": 104.17, "end": 104.37, "word": " but", "probability": 0.82421875}, {"start": 104.37, "end": 104.51, "word": " the", "probability": 0.81640625}, {"start": 104.51, "end": 104.75, "word": " data", "probability": 0.71484375}, {"start": 104.75, "end": 105.85, "word": " will", "probability": 0.7646484375}, {"start": 105.85, "end": 105.89, "word": " be", "probability": 0.2452392578125}, {"start": 105.89, "end": 106.21, "word": " different.", "probability": 0.81396484375}, {"start": 106.57, "end": 106.77, "word": " So", "probability": 0.410888671875}, {"start": 106.77, "end": 106.95, "word": " I", "probability": 0.568359375}, {"start": 106.95, "end": 107.29, "word": " design", "probability": 0.310302734375}, {"start": 107.29, "end": 107.53, "word": " the", "probability": 0.61376953125}, {"start": 107.53, "end": 107.67, "word": " shape", "probability": 0.6435546875}, {"start": 107.67, "end": 107.75, "word": " of", "probability": 0.95849609375}, {"start": 107.75, "end": 107.83, "word": " this", "probability": 0.52587890625}, {"start": 107.83, "end": 108.15, "word": " item.", "probability": 0.95703125}, {"start": 108.35, "end": 108.47, "word": " So", "probability": 0.438232421875}, {"start": 108.47, "end": 108.63, "word": " I", "probability": 0.84814453125}, {"start": 108.63, "end": 108.93, "word": " created", "probability": 0.280029296875}, {"start": 108.93, "end": 109.17, "word": " a", "probability": 0.93310546875}, {"start": 109.17, "end": 109.17, "word": " new", "probability": 0.90185546875}, {"start": 109.17, "end": 109.39, "word": " layout.", "probability": 0.55810546875}, {"start": 110.19, "end": 110.55, "word": " A", "probability": 0.40771484375}, {"start": 110.55, "end": 110.55, "word": " new", "probability": 0.8193359375}, {"start": 110.55, "end": 111.09, "word": " XML", "probability": 0.70703125}, {"start": 111.09, "end": 111.25, "word": " file.", "probability": 0.85205078125}, {"start": 112.09, "end": 112.49, "word": " And", "probability": 0.640625}, {"start": 112.49, "end": 112.49, "word": " I", "probability": 0.72900390625}, {"start": 112.49, "end": 112.71, "word": " designed", "probability": 0.78955078125}, {"start": 112.71, "end": 113.45, "word": " the", "probability": 0.87890625}, {"start": 113.45, "end": 113.45, "word": " shape", "probability": 0.41552734375}, {"start": 113.45, "end": 113.63, "word": " of", "probability": 0.908203125}, {"start": 113.63, "end": 113.73, "word": " the", "probability": 0.81591796875}, {"start": 113.73, "end": 114.01, "word": " item", "probability": 0.94970703125}, {"start": 114.01, "end": 114.17, "word": " as", "probability": 0.365478515625}, {"start": 114.17, "end": 114.45, "word": " I", "probability": 0.77099609375}, {"start": 114.45, "end": 114.59, "word": " want", "probability": 0.5888671875}, {"start": 114.59, "end": 114.59, "word": " it", "probability": 0.412109375}, {"start": 114.59, "end": 114.59, "word": " to", "probability": 0.51025390625}, {"start": 114.59, "end": 114.75, "word": " be.", "probability": 0.83984375}, {"start": 114.75, "end": 114.93, "word": " I", "probability": 0.73779296875}, {"start": 114.93, "end": 115.21, "word": " put", "probability": 0.44189453125}, {"start": 115.21, "end": 115.85, "word": " ImageView,", "probability": 0.643798828125}, {"start": 116.27, "end": 116.81, "word": " TextView", "probability": 0.9560546875}, {"start": 116.81, "end": 116.97, "word": " for", "probability": 0.65380859375}, {"start": 116.97, "end": 116.99, "word": " the", "probability": 0.485107421875}, {"start": 116.99, "end": 117.27, "word": " name,", "probability": 0.6923828125}, {"start": 117.37, "end": 117.81, "word": " TextView", "probability": 0.84912109375}, {"start": 117.81, "end": 117.97, "word": " for", "probability": 0.947265625}, {"start": 117.97, "end": 118.01, "word": " the", "probability": 0.8828125}, {"start": 118.01, "end": 118.35, "word": " age,", "probability": 0.72705078125}, {"start": 118.93, "end": 119.07, "word": " and", "probability": 0.88916015625}, {"start": 119.07, "end": 119.15, "word": " a", "probability": 0.5126953125}, {"start": 119.15, "end": 119.59, "word": " Delete", "probability": 0.262939453125}, {"start": 119.59, "end": 119.63, "word": " button", "probability": 0.81591796875}, {"start": 119.63, "end": 119.99, "word": " to", "probability": 0.444091796875}, {"start": 119.99, "end": 121.29, "word": " delete", "probability": 0.51611328125}, {"start": 121.29, "end": 121.45, "word": " the", "probability": 0.354736328125}, {"start": 121.45, "end": 121.67, "word": " element", "probability": 0.84716796875}, {"start": 121.67, "end": 121.85, "word": " from", "probability": 0.70947265625}, {"start": 121.85, "end": 121.95, "word": " the", "probability": 0.8974609375}, {"start": 121.95, "end": 122.37, "word": " ListView.", "probability": 0.909423828125}], "temperature": 1.0}, {"id": 5, "seek": 14884, "start": 124.96, "end": 148.84, "text": " The third step is to create a class that represents the data Notice that in programming, when we deal with many different data and each data is made up of detailed data, we try to create a class that combines these data together So we created a class Person with name, age, and photo ID. These are the person's data", "tokens": [440, 2636, 1823, 307, 281, 1884, 257, 1508, 300, 8855, 264, 1412, 13428, 300, 294, 9410, 11, 562, 321, 2028, 365, 867, 819, 1412, 293, 1184, 1412, 307, 1027, 493, 295, 9942, 1412, 11, 321, 853, 281, 1884, 257, 1508, 300, 29520, 613, 1412, 1214, 407, 321, 2942, 257, 1508, 8443, 365, 1315, 11, 3205, 11, 293, 5052, 7348, 13, 1981, 366, 264, 954, 311, 1412], "avg_logprob": -0.5517723756049996, "compression_ratio": 1.6544502617801047, "no_speech_prob": 0.0, "words": [{"start": 124.96, "end": 125.12, "word": " The", "probability": 0.71240234375}, {"start": 125.12, "end": 125.2, "word": " third", "probability": 0.921875}, {"start": 125.2, "end": 125.52, "word": " step", "probability": 0.89599609375}, {"start": 125.52, "end": 126.04, "word": " is", "probability": 0.48828125}, {"start": 126.04, "end": 126.22, "word": " to", "probability": 0.50244140625}, {"start": 126.22, "end": 126.68, "word": " create", "probability": 0.401611328125}, {"start": 126.68, "end": 126.86, "word": " a", "probability": 0.9345703125}, {"start": 126.86, "end": 127.32, "word": " class", "probability": 0.88720703125}, {"start": 127.32, "end": 128.16, "word": " that", "probability": 0.5107421875}, {"start": 128.16, "end": 128.68, "word": " represents", "probability": 0.4580078125}, {"start": 128.68, "end": 128.86, "word": " the", "probability": 0.50537109375}, {"start": 128.86, "end": 129.08, "word": " data", "probability": 0.75244140625}, {"start": 129.08, "end": 131.26, "word": " Notice", "probability": 0.1348876953125}, {"start": 131.26, "end": 131.48, "word": " that", "probability": 0.7568359375}, {"start": 131.48, "end": 132.66, "word": " in", "probability": 0.436279296875}, {"start": 132.66, "end": 133.72, "word": " programming,", "probability": 0.73095703125}, {"start": 133.84, "end": 133.98, "word": " when", "probability": 0.409423828125}, {"start": 133.98, "end": 134.12, "word": " we", "probability": 0.67919921875}, {"start": 134.12, "end": 134.4, "word": " deal", "probability": 0.4404296875}, {"start": 134.4, "end": 135.0, "word": " with", "probability": 0.8916015625}, {"start": 135.0, "end": 136.9, "word": " many", "probability": 0.1798095703125}, {"start": 136.9, "end": 137.62, "word": " different", "probability": 0.55908203125}, {"start": 137.62, "end": 137.62, "word": " data", "probability": 0.50244140625}, {"start": 137.62, "end": 137.9, "word": " and", "probability": 0.2127685546875}, {"start": 137.9, "end": 138.2, "word": " each", "probability": 0.86767578125}, {"start": 138.2, "end": 138.82, "word": " data", "probability": 0.404052734375}, {"start": 138.82, "end": 139.12, "word": " is", "probability": 0.5810546875}, {"start": 139.12, "end": 139.46, "word": " made", "probability": 0.25146484375}, {"start": 139.46, "end": 139.6, "word": " up", "probability": 0.59375}, {"start": 139.6, "end": 139.64, "word": " of", "probability": 0.84326171875}, {"start": 139.64, "end": 140.22, "word": " detailed", "probability": 0.2362060546875}, {"start": 140.22, "end": 140.5, "word": " data,", "probability": 0.81591796875}, {"start": 140.62, "end": 140.78, "word": " we", "probability": 0.27880859375}, {"start": 140.78, "end": 140.94, "word": " try", "probability": 0.55322265625}, {"start": 140.94, "end": 141.94, "word": " to", "probability": 0.94970703125}, {"start": 141.94, "end": 142.2, "word": " create", "probability": 0.43017578125}, {"start": 142.2, "end": 142.32, "word": " a", "probability": 0.89306640625}, {"start": 142.32, "end": 142.56, "word": " class", "probability": 0.94140625}, {"start": 142.56, "end": 142.68, "word": " that", "probability": 0.755859375}, {"start": 142.68, "end": 142.84, "word": " combines", "probability": 0.4423828125}, {"start": 142.84, "end": 142.94, "word": " these", "probability": 0.333740234375}, {"start": 142.94, "end": 143.18, "word": " data", "probability": 0.85107421875}, {"start": 143.18, "end": 143.76, "word": " together", "probability": 0.6337890625}, {"start": 143.76, "end": 145.14, "word": " So", "probability": 0.432861328125}, {"start": 145.14, "end": 145.34, "word": " we", "probability": 0.68359375}, {"start": 145.34, "end": 145.34, "word": " created", "probability": 0.53076171875}, {"start": 145.34, "end": 145.46, "word": " a", "probability": 0.93115234375}, {"start": 145.46, "end": 145.66, "word": " class", "probability": 0.8837890625}, {"start": 145.66, "end": 146.1, "word": " Person", "probability": 0.58544921875}, {"start": 146.1, "end": 146.28, "word": " with", "probability": 0.442138671875}, {"start": 146.28, "end": 146.58, "word": " name,", "probability": 0.5458984375}, {"start": 146.68, "end": 146.9, "word": " age,", "probability": 0.892578125}, {"start": 147.08, "end": 147.42, "word": " and", "probability": 0.5078125}, {"start": 147.42, "end": 147.6, "word": " photo", "probability": 0.84033203125}, {"start": 147.6, "end": 147.92, "word": " ID.", "probability": 0.85498046875}, {"start": 148.06, "end": 148.18, "word": " These", "probability": 0.7939453125}, {"start": 148.18, "end": 148.26, "word": " are", "probability": 0.9248046875}, {"start": 148.26, "end": 148.68, "word": " the", "probability": 0.73046875}, {"start": 148.68, "end": 148.84, "word": " person's", "probability": 0.6844482421875}, {"start": 148.84, "end": 148.84, "word": " data", "probability": 0.84619140625}], "temperature": 1.0}, {"id": 6, "seek": 17189, "start": 151.35, "end": 171.89, "text": " Ok, let's go to the first two steps, which is to create the layout and create a java class to represent this layout. Now, we can go to the main activity. Of course, it is known that once you run the activity, it will run onCreate. The first thing I want to do is to collect the data.", "tokens": [3477, 11, 718, 311, 352, 281, 264, 700, 732, 4439, 11, 597, 307, 281, 1884, 264, 13333, 293, 1884, 257, 361, 4061, 1508, 281, 2906, 341, 13333, 13, 823, 11, 321, 393, 352, 281, 264, 2135, 5191, 13, 2720, 1164, 11, 309, 307, 2570, 300, 1564, 291, 1190, 264, 5191, 11, 309, 486, 1190, 322, 44637, 473, 13, 440, 700, 551, 286, 528, 281, 360, 307, 281, 2500, 264, 1412, 13], "avg_logprob": -0.5364583449231254, "compression_ratio": 1.595505617977528, "no_speech_prob": 0.0, "words": [{"start": 151.35, "end": 151.61, "word": " Ok,", "probability": 0.1568603515625}, {"start": 151.71, "end": 151.85, "word": " let's", "probability": 0.56829833984375}, {"start": 151.85, "end": 151.93, "word": " go", "probability": 0.289794921875}, {"start": 151.93, "end": 152.45, "word": " to", "probability": 0.406005859375}, {"start": 152.45, "end": 153.49, "word": " the", "probability": 0.65673828125}, {"start": 153.49, "end": 154.47, "word": " first", "probability": 0.7021484375}, {"start": 154.47, "end": 154.97, "word": " two", "probability": 0.60693359375}, {"start": 154.97, "end": 154.97, "word": " steps,", "probability": 0.7109375}, {"start": 155.17, "end": 155.17, "word": " which", "probability": 0.3876953125}, {"start": 155.17, "end": 155.37, "word": " is", "probability": 0.59814453125}, {"start": 155.37, "end": 155.47, "word": " to", "probability": 0.2470703125}, {"start": 155.47, "end": 155.75, "word": " create", "probability": 0.61376953125}, {"start": 155.75, "end": 155.91, "word": " the", "probability": 0.299560546875}, {"start": 155.91, "end": 156.25, "word": " layout", "probability": 0.8515625}, {"start": 156.25, "end": 156.43, "word": " and", "probability": 0.630859375}, {"start": 156.43, "end": 156.89, "word": " create", "probability": 0.515625}, {"start": 156.89, "end": 157.09, "word": " a", "probability": 0.88818359375}, {"start": 157.09, "end": 157.97, "word": " java", "probability": 0.55126953125}, {"start": 157.97, "end": 157.97, "word": " class", "probability": 0.974609375}, {"start": 157.97, "end": 158.65, "word": " to", "probability": 0.322021484375}, {"start": 158.65, "end": 159.05, "word": " represent", "probability": 0.69580078125}, {"start": 159.05, "end": 159.55, "word": " this", "probability": 0.406005859375}, {"start": 159.55, "end": 159.95, "word": " layout.", "probability": 0.958984375}, {"start": 160.69, "end": 160.95, "word": " Now,", "probability": 0.400634765625}, {"start": 160.99, "end": 161.03, "word": " we", "probability": 0.52099609375}, {"start": 161.03, "end": 161.17, "word": " can", "probability": 0.2283935546875}, {"start": 161.17, "end": 161.27, "word": " go", "probability": 0.7822265625}, {"start": 161.27, "end": 161.37, "word": " to", "probability": 0.9423828125}, {"start": 161.37, "end": 161.45, "word": " the", "probability": 0.603515625}, {"start": 161.45, "end": 161.55, "word": " main", "probability": 0.728515625}, {"start": 161.55, "end": 162.01, "word": " activity.", "probability": 0.9140625}, {"start": 164.63, "end": 164.91, "word": " Of", "probability": 0.275390625}, {"start": 164.91, "end": 165.17, "word": " course,", "probability": 0.955078125}, {"start": 165.33, "end": 165.35, "word": " it", "probability": 0.73828125}, {"start": 165.35, "end": 165.35, "word": " is", "probability": 0.73583984375}, {"start": 165.35, "end": 165.59, "word": " known", "probability": 0.5849609375}, {"start": 165.59, "end": 165.83, "word": " that", "probability": 0.90869140625}, {"start": 165.83, "end": 166.09, "word": " once", "probability": 0.245849609375}, {"start": 166.09, "end": 167.19, "word": " you", "probability": 0.73291015625}, {"start": 167.19, "end": 167.35, "word": " run", "probability": 0.28076171875}, {"start": 167.35, "end": 167.47, "word": " the", "probability": 0.76611328125}, {"start": 167.47, "end": 167.85, "word": " activity,", "probability": 0.94921875}, {"start": 167.99, "end": 167.99, "word": " it", "probability": 0.83056640625}, {"start": 167.99, "end": 168.09, "word": " will", "probability": 0.48974609375}, {"start": 168.09, "end": 168.25, "word": " run", "probability": 0.6845703125}, {"start": 168.25, "end": 168.81, "word": " onCreate.", "probability": 0.7128092447916666}, {"start": 169.91, "end": 170.31, "word": " The", "probability": 0.6884765625}, {"start": 170.31, "end": 170.43, "word": " first", "probability": 0.8916015625}, {"start": 170.43, "end": 170.63, "word": " thing", "probability": 0.890625}, {"start": 170.63, "end": 170.71, "word": " I", "probability": 0.86376953125}, {"start": 170.71, "end": 170.81, "word": " want", "probability": 0.45263671875}, {"start": 170.81, "end": 170.83, "word": " to", "probability": 0.97021484375}, {"start": 170.83, "end": 170.97, "word": " do", "probability": 0.9541015625}, {"start": 170.97, "end": 171.21, "word": " is", "probability": 0.890625}, {"start": 171.21, "end": 171.27, "word": " to", "probability": 0.5390625}, {"start": 171.27, "end": 171.49, "word": " collect", "probability": 0.52587890625}, {"start": 171.49, "end": 171.65, "word": " the", "probability": 0.59619140625}, {"start": 171.65, "end": 171.89, "word": " data.", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 7, "seek": 19875, "start": 173.95, "end": 198.75, "text": " And where do I fill the data that I create? In the ListView So it should be in the first place that I have data What is data? You want to create a Person P1 for example equals new Person From the class that we created And you say P1 dot set name for example Ahmed P1 dot set age", "tokens": [400, 689, 360, 286, 2836, 264, 1412, 300, 286, 1884, 30, 682, 264, 17668, 30203, 407, 309, 820, 312, 294, 264, 700, 1081, 300, 286, 362, 1412, 708, 307, 1412, 30, 509, 528, 281, 1884, 257, 8443, 430, 16, 337, 1365, 6915, 777, 8443, 3358, 264, 1508, 300, 321, 2942, 400, 291, 584, 430, 16, 5893, 992, 1315, 337, 1365, 39189, 430, 16, 5893, 992, 3205], "avg_logprob": -0.5004664250274202, "compression_ratio": 1.576271186440678, "no_speech_prob": 0.0, "words": [{"start": 173.95, "end": 174.17, "word": " And", "probability": 0.3466796875}, {"start": 174.17, "end": 174.69, "word": " where", "probability": 0.1239013671875}, {"start": 174.69, "end": 174.69, "word": " do", "probability": 0.50439453125}, {"start": 174.69, "end": 174.69, "word": " I", "probability": 0.80712890625}, {"start": 174.69, "end": 174.69, "word": " fill", "probability": 0.50830078125}, {"start": 174.69, "end": 174.69, "word": " the", "probability": 0.452392578125}, {"start": 174.69, "end": 174.95, "word": " data", "probability": 0.81787109375}, {"start": 174.95, "end": 175.03, "word": " that", "probability": 0.397216796875}, {"start": 175.03, "end": 175.45, "word": " I", "probability": 0.904296875}, {"start": 175.45, "end": 175.65, "word": " create?", "probability": 0.63916015625}, {"start": 176.79, "end": 177.29, "word": " In", "probability": 0.861328125}, {"start": 177.29, "end": 177.37, "word": " the", "probability": 0.654296875}, {"start": 177.37, "end": 177.73, "word": " ListView", "probability": 0.6781005859375}, {"start": 177.73, "end": 178.11, "word": " So", "probability": 0.32373046875}, {"start": 178.11, "end": 178.29, "word": " it", "probability": 0.1405029296875}, {"start": 178.29, "end": 178.39, "word": " should", "probability": 0.48974609375}, {"start": 178.39, "end": 178.45, "word": " be", "probability": 0.419189453125}, {"start": 178.45, "end": 178.49, "word": " in", "probability": 0.44970703125}, {"start": 178.49, "end": 178.57, "word": " the", "probability": 0.87353515625}, {"start": 178.57, "end": 178.71, "word": " first", "probability": 0.71533203125}, {"start": 178.71, "end": 178.77, "word": " place", "probability": 0.43505859375}, {"start": 178.77, "end": 178.85, "word": " that", "probability": 0.41552734375}, {"start": 178.85, "end": 179.05, "word": " I", "probability": 0.62255859375}, {"start": 179.05, "end": 179.19, "word": " have", "probability": 0.84130859375}, {"start": 179.19, "end": 179.55, "word": " data", "probability": 0.76123046875}, {"start": 179.55, "end": 180.13, "word": " What", "probability": 0.62109375}, {"start": 180.13, "end": 180.23, "word": " is", "probability": 0.83203125}, {"start": 180.23, "end": 180.55, "word": " data?", "probability": 0.69921875}, {"start": 180.59, "end": 180.69, "word": " You", "probability": 0.75634765625}, {"start": 180.69, "end": 180.83, "word": " want", "probability": 0.2235107421875}, {"start": 180.83, "end": 180.95, "word": " to", "probability": 0.96484375}, {"start": 180.95, "end": 181.23, "word": " create", "probability": 0.78759765625}, {"start": 181.23, "end": 181.37, "word": " a", "probability": 0.69140625}, {"start": 181.37, "end": 181.83, "word": " Person", "probability": 0.453857421875}, {"start": 181.83, "end": 182.91, "word": " P1", "probability": 0.6671142578125}, {"start": 182.91, "end": 183.09, "word": " for", "probability": 0.193603515625}, {"start": 183.09, "end": 183.29, "word": " example", "probability": 0.9404296875}, {"start": 183.29, "end": 183.69, "word": " equals", "probability": 0.12042236328125}, {"start": 183.69, "end": 184.09, "word": " new", "probability": 0.53759765625}, {"start": 184.09, "end": 185.65, "word": " Person", "probability": 0.69482421875}, {"start": 185.65, "end": 187.27, "word": " From", "probability": 0.36376953125}, {"start": 187.27, "end": 187.39, "word": " the", "probability": 0.87744140625}, {"start": 187.39, "end": 187.65, "word": " class", "probability": 0.91162109375}, {"start": 187.65, "end": 187.77, "word": " that", "probability": 0.78173828125}, {"start": 187.77, "end": 187.93, "word": " we", "probability": 0.90185546875}, {"start": 187.93, "end": 188.23, "word": " created", "probability": 0.474853515625}, {"start": 188.23, "end": 189.03, "word": " And", "probability": 0.486328125}, {"start": 189.03, "end": 189.17, "word": " you", "probability": 0.84765625}, {"start": 189.17, "end": 189.29, "word": " say", "probability": 0.50341796875}, {"start": 189.29, "end": 189.97, "word": " P1", "probability": 0.86376953125}, {"start": 189.97, "end": 190.21, "word": " dot", "probability": 0.568359375}, {"start": 190.21, "end": 190.61, "word": " set", "probability": 0.60498046875}, {"start": 190.61, "end": 192.73, "word": " name", "probability": 0.7646484375}, {"start": 192.73, "end": 193.25, "word": " for", "probability": 0.343994140625}, {"start": 193.25, "end": 193.47, "word": " example", "probability": 0.96142578125}, {"start": 193.47, "end": 193.93, "word": " Ahmed", "probability": 0.720703125}, {"start": 193.93, "end": 197.67, "word": " P1", "probability": 0.96044921875}, {"start": 197.67, "end": 197.99, "word": " dot", "probability": 0.93017578125}, {"start": 197.99, "end": 198.33, "word": " set", "probability": 0.966796875}, {"start": 198.33, "end": 198.75, "word": " age", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 8, "seek": 22440, "start": 202.6, "end": 224.4, "text": " P1.set photo id The photo is how we stored it in the class, what we did with it Integer On the basis that it will be in the drawable, you put the id of it R.drawable.these pictures that I have This is the first object, person P2", "tokens": [430, 16, 13, 3854, 5052, 4496, 440, 5052, 307, 577, 321, 12187, 309, 294, 264, 1508, 11, 437, 321, 630, 365, 309, 5681, 30744, 1282, 264, 5143, 300, 309, 486, 312, 294, 264, 2642, 712, 11, 291, 829, 264, 4496, 295, 309, 497, 13, 48848, 712, 13, 42678, 5242, 300, 286, 362, 639, 307, 264, 700, 2657, 11, 954, 430, 17], "avg_logprob": -0.5892137183297065, "compression_ratio": 1.4774193548387098, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 202.6, "end": 203.04, "word": " P1", "probability": 0.57159423828125}, {"start": 203.04, "end": 203.48, "word": ".set", "probability": 0.5911865234375}, {"start": 203.48, "end": 204.36, "word": " photo", "probability": 0.67822265625}, {"start": 204.36, "end": 204.66, "word": " id", "probability": 0.40185546875}, {"start": 204.66, "end": 204.88, "word": " The", "probability": 0.22607421875}, {"start": 204.88, "end": 205.14, "word": " photo", "probability": 0.73974609375}, {"start": 205.14, "end": 205.28, "word": " is", "probability": 0.284423828125}, {"start": 205.28, "end": 205.54, "word": " how", "probability": 0.265380859375}, {"start": 205.54, "end": 205.66, "word": " we", "probability": 0.5048828125}, {"start": 205.66, "end": 205.88, "word": " stored", "probability": 0.3564453125}, {"start": 205.88, "end": 206.08, "word": " it", "probability": 0.77197265625}, {"start": 206.08, "end": 206.18, "word": " in", "probability": 0.8486328125}, {"start": 206.18, "end": 206.24, "word": " the", "probability": 0.6572265625}, {"start": 206.24, "end": 206.58, "word": " class,", "probability": 0.90283203125}, {"start": 206.64, "end": 206.74, "word": " what", "probability": 0.4931640625}, {"start": 206.74, "end": 206.84, "word": " we", "probability": 0.67333984375}, {"start": 206.84, "end": 206.98, "word": " did", "probability": 0.638671875}, {"start": 206.98, "end": 207.02, "word": " with", "probability": 0.4072265625}, {"start": 207.02, "end": 207.62, "word": " it", "probability": 0.86572265625}, {"start": 207.62, "end": 208.16, "word": " Integer", "probability": 0.72802734375}, {"start": 208.16, "end": 208.62, "word": " On", "probability": 0.125244140625}, {"start": 208.62, "end": 208.72, "word": " the", "probability": 0.7490234375}, {"start": 208.72, "end": 208.88, "word": " basis", "probability": 0.6123046875}, {"start": 208.88, "end": 208.96, "word": " that", "probability": 0.8408203125}, {"start": 208.96, "end": 209.14, "word": " it", "probability": 0.87451171875}, {"start": 209.14, "end": 209.28, "word": " will", "probability": 0.38916015625}, {"start": 209.28, "end": 209.42, "word": " be", "probability": 0.92626953125}, {"start": 209.42, "end": 209.56, "word": " in", "probability": 0.85595703125}, {"start": 209.56, "end": 209.6, "word": " the", "probability": 0.299072265625}, {"start": 209.6, "end": 210.02, "word": " drawable,", "probability": 0.90673828125}, {"start": 210.46, "end": 210.64, "word": " you", "probability": 0.41015625}, {"start": 210.64, "end": 210.88, "word": " put", "probability": 0.338134765625}, {"start": 210.88, "end": 211.0, "word": " the", "probability": 0.323486328125}, {"start": 211.0, "end": 211.26, "word": " id", "probability": 0.417724609375}, {"start": 211.26, "end": 211.4, "word": " of", "probability": 0.5546875}, {"start": 211.4, "end": 211.56, "word": " it", "probability": 0.77392578125}, {"start": 211.56, "end": 212.0, "word": " R", "probability": 0.4541015625}, {"start": 212.0, "end": 213.4, "word": ".drawable", "probability": 0.88232421875}, {"start": 213.4, "end": 216.84, "word": ".these", "probability": 0.3851318359375}, {"start": 216.84, "end": 217.26, "word": " pictures", "probability": 0.37646484375}, {"start": 217.26, "end": 217.66, "word": " that", "probability": 0.36376953125}, {"start": 217.66, "end": 217.8, "word": " I", "probability": 0.5576171875}, {"start": 217.8, "end": 218.24, "word": " have", "probability": 0.90380859375}, {"start": 218.24, "end": 220.36, "word": " This", "probability": 0.397216796875}, {"start": 220.36, "end": 220.5, "word": " is", "probability": 0.923828125}, {"start": 220.5, "end": 220.56, "word": " the", "probability": 0.9111328125}, {"start": 220.56, "end": 221.2, "word": " first", "probability": 0.865234375}, {"start": 221.2, "end": 221.22, "word": " object,", "probability": 0.96533203125}, {"start": 221.56, "end": 222.24, "word": " person", "probability": 0.4697265625}, {"start": 222.24, "end": 224.4, "word": " P2", "probability": 0.754638671875}], "temperature": 1.0}, {"id": 9, "seek": 29202, "start": 264.76, "end": 292.02, "text": " Okay, this is how we created the elements that we can see on the screen. Of course, this gate has a brain, some of you may say that I want to show 50 things in the list view. I want to create them one by one. Are there people who ask themselves this way? Are there people who ask themselves this way? These original data can be found in a database, found in a file. You read it, you load it, and you create objects. Okay, these things are all gathered in one array. Okay?", "tokens": [1033, 11, 341, 307, 577, 321, 2942, 264, 4959, 300, 321, 393, 536, 322, 264, 2568, 13, 2720, 1164, 11, 341, 8539, 575, 257, 3567, 11, 512, 295, 291, 815, 584, 300, 286, 528, 281, 855, 2625, 721, 294, 264, 1329, 1910, 13, 286, 528, 281, 1884, 552, 472, 538, 472, 13, 2014, 456, 561, 567, 1029, 2969, 341, 636, 30, 2014, 456, 561, 567, 1029, 2969, 341, 636, 30, 1981, 3380, 1412, 393, 312, 1352, 294, 257, 8149, 11, 1352, 294, 257, 3991, 13, 509, 1401, 309, 11, 291, 3677, 309, 11, 293, 291, 1884, 6565, 13, 1033, 11, 613, 721, 366, 439, 13032, 294, 472, 10225, 13, 1033, 30], "avg_logprob": -0.5443638286420277, "compression_ratio": 1.858267716535433, "no_speech_prob": 0.0, "words": [{"start": 264.76000000000005, "end": 265.16, "word": " Okay,", "probability": 0.13232421875}, {"start": 265.16, "end": 265.56, "word": " this", "probability": 0.438232421875}, {"start": 265.56, "end": 265.56, "word": " is", "probability": 0.64404296875}, {"start": 265.56, "end": 265.64, "word": " how", "probability": 0.9169921875}, {"start": 265.64, "end": 265.84, "word": " we", "probability": 0.8984375}, {"start": 265.84, "end": 266.12, "word": " created", "probability": 0.236328125}, {"start": 266.12, "end": 266.26, "word": " the", "probability": 0.46875}, {"start": 266.26, "end": 266.62, "word": " elements", "probability": 0.38232421875}, {"start": 266.62, "end": 266.86, "word": " that", "probability": 0.300537109375}, {"start": 266.86, "end": 266.92, "word": " we", "probability": 0.55126953125}, {"start": 266.92, "end": 266.96, "word": " can", "probability": 0.1746826171875}, {"start": 266.96, "end": 267.14, "word": " see", "probability": 0.55810546875}, {"start": 267.14, "end": 267.26, "word": " on", "probability": 0.69873046875}, {"start": 267.26, "end": 267.36, "word": " the", "probability": 0.74462890625}, {"start": 267.36, "end": 267.58, "word": " screen.", "probability": 0.85107421875}, {"start": 267.68, "end": 267.92, "word": " Of", "probability": 0.275634765625}, {"start": 267.92, "end": 267.92, "word": " course,", "probability": 0.9541015625}, {"start": 267.98, "end": 268.06, "word": " this", "probability": 0.1689453125}, {"start": 268.06, "end": 268.26, "word": " gate", "probability": 0.619140625}, {"start": 268.26, "end": 268.44, "word": " has", "probability": 0.60888671875}, {"start": 268.44, "end": 268.54, "word": " a", "probability": 0.68310546875}, {"start": 268.54, "end": 268.7, "word": " brain,", "probability": 0.607421875}, {"start": 268.78, "end": 269.02, "word": " some", "probability": 0.58056640625}, {"start": 269.02, "end": 269.08, "word": " of", "probability": 0.62158203125}, {"start": 269.08, "end": 269.34, "word": " you", "probability": 0.94970703125}, {"start": 269.34, "end": 269.92, "word": " may", "probability": 0.45654296875}, {"start": 269.92, "end": 270.12, "word": " say", "probability": 0.51904296875}, {"start": 270.12, "end": 270.34, "word": " that", "probability": 0.53466796875}, {"start": 270.34, "end": 270.52, "word": " I", "probability": 0.472412109375}, {"start": 270.52, "end": 270.72, "word": " want", "probability": 0.399658203125}, {"start": 270.72, "end": 270.78, "word": " to", "probability": 0.92333984375}, {"start": 270.78, "end": 270.94, "word": " show", "probability": 0.40185546875}, {"start": 270.94, "end": 271.36, "word": " 50", "probability": 0.54638671875}, {"start": 271.36, "end": 271.64, "word": " things", "probability": 0.5205078125}, {"start": 271.64, "end": 271.76, "word": " in", "probability": 0.587890625}, {"start": 271.76, "end": 271.84, "word": " the", "probability": 0.5771484375}, {"start": 271.84, "end": 272.02, "word": " list", "probability": 0.6142578125}, {"start": 272.02, "end": 272.26, "word": " view.", "probability": 0.498779296875}, {"start": 272.68, "end": 272.78, "word": " I", "probability": 0.6064453125}, {"start": 272.78, "end": 272.9, "word": " want", "probability": 0.73779296875}, {"start": 272.9, "end": 273.1, "word": " to", "probability": 0.90576171875}, {"start": 273.1, "end": 273.28, "word": " create", "probability": 0.681640625}, {"start": 273.28, "end": 273.44, "word": " them", "probability": 0.7119140625}, {"start": 273.44, "end": 273.62, "word": " one", "probability": 0.896484375}, {"start": 273.62, "end": 273.78, "word": " by", "probability": 0.96435546875}, {"start": 273.78, "end": 274.04, "word": " one.", "probability": 0.93310546875}, {"start": 274.44, "end": 274.7, "word": " Are", "probability": 0.5615234375}, {"start": 274.7, "end": 274.76, "word": " there", "probability": 0.8916015625}, {"start": 274.76, "end": 274.98, "word": " people", "probability": 0.818359375}, {"start": 274.98, "end": 275.16, "word": " who", "probability": 0.44921875}, {"start": 275.16, "end": 275.38, "word": " ask", "probability": 0.83056640625}, {"start": 275.38, "end": 275.7, "word": " themselves", "probability": 0.72412109375}, {"start": 275.7, "end": 275.76, "word": " this", "probability": 0.49365234375}, {"start": 275.76, "end": 275.76, "word": " way?", "probability": 0.339599609375}, {"start": 276.04, "end": 276.14, "word": " Are", "probability": 0.257568359375}, {"start": 276.14, "end": 276.2, "word": " there", "probability": 0.89453125}, {"start": 276.2, "end": 276.4, "word": " people", "probability": 0.908203125}, {"start": 276.4, "end": 276.46, "word": " who", "probability": 0.82861328125}, {"start": 276.46, "end": 276.6, "word": " ask", "probability": 0.91552734375}, {"start": 276.6, "end": 276.84, "word": " themselves", "probability": 0.7998046875}, {"start": 276.84, "end": 277.02, "word": " this", "probability": 0.78857421875}, {"start": 277.02, "end": 277.04, "word": " way?", "probability": 0.9140625}, {"start": 281.06, "end": 281.46, "word": " These", "probability": 0.414794921875}, {"start": 281.46, "end": 281.84, "word": " original", "probability": 0.262451171875}, {"start": 281.84, "end": 282.12, "word": " data", "probability": 0.60595703125}, {"start": 282.12, "end": 282.66, "word": " can", "probability": 0.515625}, {"start": 282.66, "end": 282.92, "word": " be", "probability": 0.9091796875}, {"start": 282.92, "end": 283.08, "word": " found", "probability": 0.5107421875}, {"start": 283.08, "end": 283.26, "word": " in", "probability": 0.90185546875}, {"start": 283.26, "end": 283.34, "word": " a", "probability": 0.71240234375}, {"start": 283.34, "end": 283.82, "word": " database,", "probability": 0.8916015625}, {"start": 284.16, "end": 284.38, "word": " found", "probability": 0.2271728515625}, {"start": 284.38, "end": 284.6, "word": " in", "probability": 0.9072265625}, {"start": 284.6, "end": 284.72, "word": " a", "probability": 0.255859375}, {"start": 284.72, "end": 284.98, "word": " file.", "probability": 0.83154296875}, {"start": 285.1, "end": 285.24, "word": " You", "probability": 0.89208984375}, {"start": 285.24, "end": 285.46, "word": " read", "probability": 0.64501953125}, {"start": 285.46, "end": 285.58, "word": " it,", "probability": 0.662109375}, {"start": 285.72, "end": 285.76, "word": " you", "probability": 0.324462890625}, {"start": 285.76, "end": 286.14, "word": " load", "probability": 0.179443359375}, {"start": 286.14, "end": 286.28, "word": " it,", "probability": 0.794921875}, {"start": 286.54, "end": 286.74, "word": " and", "probability": 0.68505859375}, {"start": 286.74, "end": 286.8, "word": " you", "probability": 0.712890625}, {"start": 286.8, "end": 286.98, "word": " create", "probability": 0.85595703125}, {"start": 286.98, "end": 287.36, "word": " objects.", "probability": 0.947265625}, {"start": 287.96, "end": 288.24, "word": " Okay,", "probability": 0.63134765625}, {"start": 288.9, "end": 289.06, "word": " these", "probability": 0.53369140625}, {"start": 289.06, "end": 289.32, "word": " things", "probability": 0.2037353515625}, {"start": 289.32, "end": 289.56, "word": " are", "probability": 0.5810546875}, {"start": 289.56, "end": 289.8, "word": " all", "probability": 0.736328125}, {"start": 289.8, "end": 290.26, "word": " gathered", "probability": 0.28466796875}, {"start": 290.26, "end": 290.5, "word": " in", "probability": 0.8017578125}, {"start": 290.5, "end": 290.58, "word": " one", "probability": 0.8212890625}, {"start": 290.58, "end": 290.74, "word": " array.", "probability": 0.8193359375}, {"start": 291.7, "end": 292.02, "word": " Okay?", "probability": 0.7529296875}], "temperature": 1.0}, {"id": 10, "seek": 30402, "start": 293.62, "end": 304.02, "text": " Here we made a list, a list or ArrayList of type ArrayListPerson, we call it persons", "tokens": [1692, 321, 1027, 257, 1329, 11, 257, 1329, 420, 1587, 3458, 43, 468, 295, 2010, 1587, 3458, 43, 468, 47, 3953, 11, 321, 818, 309, 14453], "avg_logprob": -0.721064810399656, "compression_ratio": 1.1971830985915493, "no_speech_prob": 0.0, "words": [{"start": 293.62, "end": 293.88, "word": " Here", "probability": 0.093505859375}, {"start": 293.88, "end": 294.04, "word": " we", "probability": 0.59228515625}, {"start": 294.04, "end": 294.2, "word": " made", "probability": 0.28564453125}, {"start": 294.2, "end": 294.6, "word": " a", "probability": 0.640625}, {"start": 294.6, "end": 294.6, "word": " list,", "probability": 0.54638671875}, {"start": 294.78, "end": 294.84, "word": " a", "probability": 0.387939453125}, {"start": 294.84, "end": 295.38, "word": " list", "probability": 0.615234375}, {"start": 295.38, "end": 295.86, "word": " or", "probability": 0.66357421875}, {"start": 295.86, "end": 296.52, "word": " ArrayList", "probability": 0.6531982421875}, {"start": 296.52, "end": 299.62, "word": " of", "probability": 0.26611328125}, {"start": 299.62, "end": 299.82, "word": " type", "probability": 0.4658203125}, {"start": 299.82, "end": 301.46, "word": " ArrayListPerson,", "probability": 0.6847737630208334}, {"start": 302.72, "end": 303.14, "word": " we", "probability": 0.52392578125}, {"start": 303.14, "end": 303.38, "word": " call", "probability": 0.35107421875}, {"start": 303.38, "end": 303.54, "word": " it", "probability": 0.78515625}, {"start": 303.54, "end": 304.02, "word": " persons", "probability": 0.57861328125}], "temperature": 1.0}, {"id": 11, "seek": 36091, "start": 332.03, "end": 360.91, "text": " Okay, we made the data and collected it in the array. Okay, we go to the gate and we want to fill these data in the array list. Okay, look with me because this is the main point. Okay, we want to get the list view. Right or not? In the end, we fill the list view. The list view is an element that exists in the layout. So, I say list view lv for example.", "tokens": [1033, 11, 321, 1027, 264, 1412, 293, 11087, 309, 294, 264, 10225, 13, 1033, 11, 321, 352, 281, 264, 8539, 293, 321, 528, 281, 2836, 613, 1412, 294, 264, 10225, 1329, 13, 1033, 11, 574, 365, 385, 570, 341, 307, 264, 2135, 935, 13, 1033, 11, 321, 528, 281, 483, 264, 1329, 1910, 13, 1779, 420, 406, 30, 682, 264, 917, 11, 321, 2836, 264, 1329, 1910, 13, 440, 1329, 1910, 307, 364, 4478, 300, 8198, 294, 264, 13333, 13, 407, 11, 286, 584, 1329, 1910, 287, 85, 337, 1365, 13], "avg_logprob": -0.5366847579893859, "compression_ratio": 1.8205128205128205, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 332.03, "end": 332.39, "word": " Okay,", "probability": 0.107666015625}, {"start": 332.49, "end": 332.63, "word": " we", "probability": 0.271484375}, {"start": 332.63, "end": 332.83, "word": " made", "probability": 0.1787109375}, {"start": 332.83, "end": 333.01, "word": " the", "probability": 0.52099609375}, {"start": 333.01, "end": 333.21, "word": " data", "probability": 0.5556640625}, {"start": 333.21, "end": 333.75, "word": " and", "probability": 0.71728515625}, {"start": 333.75, "end": 334.05, "word": " collected", "probability": 0.1744384765625}, {"start": 334.05, "end": 334.21, "word": " it", "probability": 0.464111328125}, {"start": 334.21, "end": 334.29, "word": " in", "probability": 0.76220703125}, {"start": 334.29, "end": 334.39, "word": " the", "probability": 0.30908203125}, {"start": 334.39, "end": 334.53, "word": " array.", "probability": 0.60205078125}, {"start": 335.19, "end": 335.53, "word": " Okay,", "probability": 0.284423828125}, {"start": 335.75, "end": 335.93, "word": " we", "probability": 0.302001953125}, {"start": 335.93, "end": 335.99, "word": " go", "probability": 0.1732177734375}, {"start": 335.99, "end": 336.07, "word": " to", "probability": 0.8955078125}, {"start": 336.07, "end": 336.17, "word": " the", "probability": 0.6728515625}, {"start": 336.17, "end": 336.39, "word": " gate", "probability": 0.54736328125}, {"start": 336.39, "end": 336.61, "word": " and", "probability": 0.496337890625}, {"start": 336.61, "end": 336.61, "word": " we", "probability": 0.452880859375}, {"start": 336.61, "end": 336.77, "word": " want", "probability": 0.276123046875}, {"start": 336.77, "end": 337.89, "word": " to", "probability": 0.95166015625}, {"start": 337.89, "end": 338.13, "word": " fill", "probability": 0.60205078125}, {"start": 338.13, "end": 338.27, "word": " these", "probability": 0.275146484375}, {"start": 338.27, "end": 338.61, "word": " data", "probability": 0.84912109375}, {"start": 338.61, "end": 339.93, "word": " in", "probability": 0.787109375}, {"start": 339.93, "end": 340.05, "word": " the", "probability": 0.84814453125}, {"start": 340.05, "end": 340.23, "word": " array", "probability": 0.7431640625}, {"start": 340.23, "end": 340.57, "word": " list.", "probability": 0.67626953125}, {"start": 340.89, "end": 341.17, "word": " Okay,", "probability": 0.57421875}, {"start": 341.83, "end": 342.11, "word": " look", "probability": 0.189208984375}, {"start": 342.11, "end": 342.31, "word": " with", "probability": 0.43603515625}, {"start": 342.31, "end": 342.47, "word": " me", "probability": 0.95263671875}, {"start": 342.47, "end": 342.63, "word": " because", "probability": 0.66015625}, {"start": 342.63, "end": 342.83, "word": " this", "probability": 0.84326171875}, {"start": 342.83, "end": 342.95, "word": " is", "probability": 0.92431640625}, {"start": 342.95, "end": 343.05, "word": " the", "probability": 0.900390625}, {"start": 343.05, "end": 343.05, "word": " main", "probability": 0.5576171875}, {"start": 343.05, "end": 343.27, "word": " point.", "probability": 0.89404296875}, {"start": 348.35, "end": 348.75, "word": " Okay,", "probability": 0.72021484375}, {"start": 348.99, "end": 349.35, "word": " we", "probability": 0.880859375}, {"start": 349.35, "end": 349.53, "word": " want", "probability": 0.69921875}, {"start": 349.53, "end": 349.61, "word": " to", "probability": 0.955078125}, {"start": 349.61, "end": 349.73, "word": " get", "probability": 0.58056640625}, {"start": 349.73, "end": 349.83, "word": " the", "probability": 0.8212890625}, {"start": 349.83, "end": 350.01, "word": " list", "probability": 0.705078125}, {"start": 350.01, "end": 350.27, "word": " view.", "probability": 0.7080078125}, {"start": 350.91, "end": 351.21, "word": " Right", "probability": 0.36181640625}, {"start": 351.21, "end": 351.37, "word": " or", "probability": 0.666015625}, {"start": 351.37, "end": 351.43, "word": " not?", "probability": 0.41259765625}, {"start": 351.49, "end": 351.69, "word": " In", "probability": 0.1988525390625}, {"start": 351.69, "end": 351.93, "word": " the", "probability": 0.8974609375}, {"start": 351.93, "end": 352.07, "word": " end,", "probability": 0.89501953125}, {"start": 352.15, "end": 352.15, "word": " we", "probability": 0.76953125}, {"start": 352.15, "end": 352.43, "word": " fill", "probability": 0.32958984375}, {"start": 352.43, "end": 352.53, "word": " the", "probability": 0.71240234375}, {"start": 352.53, "end": 352.75, "word": " list", "probability": 0.880859375}, {"start": 352.75, "end": 353.01, "word": " view.", "probability": 0.85009765625}, {"start": 353.41, "end": 353.57, "word": " The", "probability": 0.57861328125}, {"start": 353.57, "end": 353.77, "word": " list", "probability": 0.87548828125}, {"start": 353.77, "end": 353.95, "word": " view", "probability": 0.896484375}, {"start": 353.95, "end": 354.11, "word": " is", "probability": 0.8857421875}, {"start": 354.11, "end": 354.45, "word": " an", "probability": 0.4736328125}, {"start": 354.45, "end": 354.69, "word": " element", "probability": 0.89208984375}, {"start": 354.69, "end": 354.87, "word": " that", "probability": 0.380859375}, {"start": 354.87, "end": 355.07, "word": " exists", "probability": 0.403076171875}, {"start": 355.07, "end": 355.31, "word": " in", "probability": 0.396484375}, {"start": 355.31, "end": 356.77, "word": " the", "probability": 0.84765625}, {"start": 356.77, "end": 357.07, "word": " layout.", "probability": 0.94287109375}, {"start": 357.37, "end": 357.77, "word": " So,", "probability": 0.751953125}, {"start": 357.85, "end": 357.87, "word": " I", "probability": 0.90185546875}, {"start": 357.87, "end": 358.05, "word": " say", "probability": 0.44091796875}, {"start": 358.05, "end": 358.35, "word": " list", "probability": 0.68115234375}, {"start": 358.35, "end": 358.79, "word": " view", "probability": 0.6689453125}, {"start": 358.79, "end": 360.51, "word": " lv", "probability": 0.5999755859375}, {"start": 360.51, "end": 360.75, "word": " for", "probability": 0.72265625}, {"start": 360.75, "end": 360.91, "word": " example.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 12, "seek": 36658, "start": 362.12, "end": 366.58, "text": " find view by id r dot id dot", "tokens": [915, 1910, 538, 4496, 367, 5893, 4496, 5893], "avg_logprob": -0.6189236111111112, "compression_ratio": 0.8787878787878788, "no_speech_prob": 0.0, "words": [{"start": 362.12, "end": 362.76, "word": " find", "probability": 0.1500244140625}, {"start": 362.76, "end": 363.74, "word": " view", "probability": 0.654296875}, {"start": 363.74, "end": 364.02, "word": " by", "probability": 0.8662109375}, {"start": 364.02, "end": 364.46, "word": " id", "probability": 0.80517578125}, {"start": 364.46, "end": 364.98, "word": " r", "probability": 0.372314453125}, {"start": 364.98, "end": 365.3, "word": " dot", "probability": 0.365966796875}, {"start": 365.3, "end": 365.74, "word": " id", "probability": 0.87890625}, {"start": 365.74, "end": 366.58, "word": " dot", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 13, "seek": 42352, "start": 399.4, "end": 423.52, "text": " Ok, now we have data and list view This is the list view and this is the data Ok, the idea now is how to fill this data in the list view Ok, this gate we need to use something new Its function This new function is called", "tokens": [3477, 11, 586, 321, 362, 1412, 293, 1329, 1910, 639, 307, 264, 1329, 1910, 293, 341, 307, 264, 1412, 3477, 11, 264, 1558, 586, 307, 577, 281, 2836, 341, 1412, 294, 264, 1329, 1910, 3477, 11, 341, 8539, 321, 643, 281, 764, 746, 777, 6953, 2445, 639, 777, 2445, 307, 1219], "avg_logprob": -0.5480769196381936, "compression_ratio": 1.7131782945736433, "no_speech_prob": 0.0, "words": [{"start": 399.4, "end": 399.72, "word": " Ok,", "probability": 0.1650390625}, {"start": 399.84, "end": 400.14, "word": " now", "probability": 0.475341796875}, {"start": 400.14, "end": 400.28, "word": " we", "probability": 0.82421875}, {"start": 400.28, "end": 400.46, "word": " have", "probability": 0.87548828125}, {"start": 400.46, "end": 400.74, "word": " data", "probability": 0.406982421875}, {"start": 400.74, "end": 401.86, "word": " and", "probability": 0.70849609375}, {"start": 401.86, "end": 403.44, "word": " list", "probability": 0.3251953125}, {"start": 403.44, "end": 403.76, "word": " view", "probability": 0.7060546875}, {"start": 403.76, "end": 404.16, "word": " This", "probability": 0.2064208984375}, {"start": 404.16, "end": 404.2, "word": " is", "probability": 0.9287109375}, {"start": 404.2, "end": 404.28, "word": " the", "probability": 0.52587890625}, {"start": 404.28, "end": 404.46, "word": " list", "probability": 0.76806640625}, {"start": 404.46, "end": 404.82, "word": " view", "probability": 0.86328125}, {"start": 404.82, "end": 406.38, "word": " and", "probability": 0.406982421875}, {"start": 406.38, "end": 406.64, "word": " this", "probability": 0.80419921875}, {"start": 406.64, "end": 408.04, "word": " is", "probability": 0.91552734375}, {"start": 408.04, "end": 409.74, "word": " the", "probability": 0.67626953125}, {"start": 409.74, "end": 410.08, "word": " data", "probability": 0.89404296875}, {"start": 410.08, "end": 412.6, "word": " Ok,", "probability": 0.283935546875}, {"start": 412.66, "end": 412.74, "word": " the", "probability": 0.410400390625}, {"start": 412.74, "end": 412.96, "word": " idea", "probability": 0.8232421875}, {"start": 412.96, "end": 413.34, "word": " now", "probability": 0.6162109375}, {"start": 413.34, "end": 413.46, "word": " is", "probability": 0.75830078125}, {"start": 413.46, "end": 413.62, "word": " how", "probability": 0.58984375}, {"start": 413.62, "end": 413.72, "word": " to", "probability": 0.5361328125}, {"start": 413.72, "end": 413.92, "word": " fill", "probability": 0.6005859375}, {"start": 413.92, "end": 414.04, "word": " this", "probability": 0.57421875}, {"start": 414.04, "end": 414.32, "word": " data", "probability": 0.87744140625}, {"start": 414.32, "end": 415.52, "word": " in", "probability": 0.71875}, {"start": 415.52, "end": 415.6, "word": " the", "probability": 0.80126953125}, {"start": 415.6, "end": 415.82, "word": " list", "probability": 0.8828125}, {"start": 415.82, "end": 416.14, "word": " view", "probability": 0.87255859375}, {"start": 416.14, "end": 417.08, "word": " Ok,", "probability": 0.587890625}, {"start": 417.34, "end": 417.52, "word": " this", "probability": 0.34912109375}, {"start": 417.52, "end": 417.78, "word": " gate", "probability": 0.17431640625}, {"start": 417.78, "end": 417.88, "word": " we", "probability": 0.30615234375}, {"start": 417.88, "end": 418.02, "word": " need", "probability": 0.390869140625}, {"start": 418.02, "end": 418.12, "word": " to", "probability": 0.95654296875}, {"start": 418.12, "end": 418.46, "word": " use", "probability": 0.861328125}, {"start": 418.46, "end": 418.68, "word": " something", "probability": 0.638671875}, {"start": 418.68, "end": 419.1, "word": " new", "probability": 0.87890625}, {"start": 419.1, "end": 420.36, "word": " Its", "probability": 0.200439453125}, {"start": 420.36, "end": 420.74, "word": " function", "probability": 0.87939453125}, {"start": 420.74, "end": 422.76, "word": " This", "probability": 0.2042236328125}, {"start": 422.76, "end": 423.08, "word": " new", "probability": 0.77099609375}, {"start": 423.08, "end": 423.18, "word": " function", "probability": 0.55859375}, {"start": 423.18, "end": 423.28, "word": " is", "probability": 0.64453125}, {"start": 423.28, "end": 423.52, "word": " called", "probability": 0.81884765625}], "temperature": 1.0}, {"id": 14, "seek": 44671, "start": 427.37, "end": 446.71, "text": " The adapter, what is the word adapter? Transformer, if you are in electricity, there is no electricity that is two and you have three batteries, what do you use? You use an adapter, right or wrong? It takes three and takes out two or vice versa, okay? So, this is a metaphor. Now, the list view does not know how the data", "tokens": [440, 22860, 11, 437, 307, 264, 1349, 22860, 30, 6531, 837, 260, 11, 498, 291, 366, 294, 10356, 11, 456, 307, 572, 10356, 300, 307, 732, 293, 291, 362, 1045, 13070, 11, 437, 360, 291, 764, 30, 509, 764, 364, 22860, 11, 558, 420, 2085, 30, 467, 2516, 1045, 293, 2516, 484, 732, 420, 11964, 25650, 11, 1392, 30, 407, 11, 341, 307, 257, 19157, 13, 823, 11, 264, 1329, 1910, 775, 406, 458, 577, 264, 1412], "avg_logprob": -0.6546474420107328, "compression_ratio": 1.6262626262626263, "no_speech_prob": 0.0, "words": [{"start": 427.37, "end": 427.57, "word": " The", "probability": 0.1280517578125}, {"start": 427.57, "end": 427.91, "word": " adapter,", "probability": 0.67041015625}, {"start": 428.15, "end": 428.31, "word": " what", "probability": 0.66552734375}, {"start": 428.31, "end": 428.41, "word": " is", "probability": 0.5751953125}, {"start": 428.41, "end": 428.45, "word": " the", "probability": 0.64404296875}, {"start": 428.45, "end": 428.59, "word": " word", "probability": 0.7236328125}, {"start": 428.59, "end": 429.05, "word": " adapter?", "probability": 0.62646484375}, {"start": 430.45, "end": 430.85, "word": " Transformer,", "probability": 0.4099934895833333}, {"start": 430.89, "end": 430.99, "word": " if", "probability": 0.52294921875}, {"start": 430.99, "end": 431.07, "word": " you", "probability": 0.78759765625}, {"start": 431.07, "end": 431.19, "word": " are", "probability": 0.27294921875}, {"start": 431.19, "end": 431.25, "word": " in", "probability": 0.428466796875}, {"start": 431.25, "end": 431.61, "word": " electricity,", "probability": 0.390625}, {"start": 431.75, "end": 431.87, "word": " there", "probability": 0.1822509765625}, {"start": 431.87, "end": 431.99, "word": " is", "probability": 0.75244140625}, {"start": 431.99, "end": 432.11, "word": " no", "probability": 0.6630859375}, {"start": 432.11, "end": 432.43, "word": " electricity", "probability": 0.896484375}, {"start": 432.43, "end": 432.61, "word": " that", "probability": 0.4287109375}, {"start": 432.61, "end": 432.87, "word": " is", "probability": 0.2822265625}, {"start": 432.87, "end": 433.27, "word": " two", "probability": 0.341064453125}, {"start": 433.27, "end": 434.09, "word": " and", "probability": 0.38671875}, {"start": 434.09, "end": 434.47, "word": " you", "probability": 0.7177734375}, {"start": 434.47, "end": 434.47, "word": " have", "probability": 0.77587890625}, {"start": 434.47, "end": 435.11, "word": " three", "probability": 0.703125}, {"start": 435.11, "end": 436.11, "word": " batteries,", "probability": 0.10601806640625}, {"start": 436.31, "end": 437.25, "word": " what", "probability": 0.75048828125}, {"start": 437.25, "end": 437.33, "word": " do", "probability": 0.861328125}, {"start": 437.33, "end": 437.41, "word": " you", "probability": 0.9619140625}, {"start": 437.41, "end": 437.81, "word": " use?", "probability": 0.89306640625}, {"start": 438.07, "end": 438.25, "word": " You", "probability": 0.771484375}, {"start": 438.25, "end": 438.51, "word": " use", "probability": 0.8583984375}, {"start": 438.51, "end": 438.65, "word": " an", "probability": 0.277099609375}, {"start": 438.65, "end": 438.89, "word": " adapter,", "probability": 0.818359375}, {"start": 439.07, "end": 439.21, "word": " right", "probability": 0.6064453125}, {"start": 439.21, "end": 439.39, "word": " or", "probability": 0.6611328125}, {"start": 439.39, "end": 439.41, "word": " wrong?", "probability": 0.76025390625}, {"start": 439.49, "end": 439.61, "word": " It", "probability": 0.70849609375}, {"start": 439.61, "end": 439.75, "word": " takes", "probability": 0.7373046875}, {"start": 439.75, "end": 440.07, "word": " three", "probability": 0.84619140625}, {"start": 440.07, "end": 440.19, "word": " and", "probability": 0.70947265625}, {"start": 440.19, "end": 440.35, "word": " takes", "probability": 0.361572265625}, {"start": 440.35, "end": 440.45, "word": " out", "probability": 0.50146484375}, {"start": 440.45, "end": 440.71, "word": " two", "probability": 0.92333984375}, {"start": 440.71, "end": 440.89, "word": " or", "probability": 0.55810546875}, {"start": 440.89, "end": 441.19, "word": " vice", "probability": 0.701171875}, {"start": 441.19, "end": 441.35, "word": " versa,", "probability": 0.8349609375}, {"start": 441.75, "end": 441.99, "word": " okay?", "probability": 0.1962890625}, {"start": 442.17, "end": 442.29, "word": " So,", "probability": 0.732421875}, {"start": 442.35, "end": 442.55, "word": " this", "probability": 0.56689453125}, {"start": 442.55, "end": 442.59, "word": " is", "probability": 0.82763671875}, {"start": 442.59, "end": 442.69, "word": " a", "probability": 0.2454833984375}, {"start": 442.69, "end": 442.91, "word": " metaphor.", "probability": 0.0241546630859375}, {"start": 443.67, "end": 443.97, "word": " Now,", "probability": 0.80908203125}, {"start": 444.69, "end": 444.95, "word": " the", "probability": 0.245361328125}, {"start": 444.95, "end": 445.15, "word": " list", "probability": 0.5126953125}, {"start": 445.15, "end": 445.51, "word": " view", "probability": 0.69482421875}, {"start": 445.51, "end": 445.73, "word": " does", "probability": 0.5888671875}, {"start": 445.73, "end": 445.73, "word": " not", "probability": 0.94921875}, {"start": 445.73, "end": 446.07, "word": " know", "probability": 0.869140625}, {"start": 446.07, "end": 446.35, "word": " how", "probability": 0.85791015625}, {"start": 446.35, "end": 446.45, "word": " the", "probability": 0.693359375}, {"start": 446.45, "end": 446.71, "word": " data", "probability": 0.83837890625}], "temperature": 1.0}, {"id": 15, "seek": 46777, "start": 448.97, "end": 467.77, "text": " Who will define how it will be filled? Who will make the conversion? He will take the data and turn it into elements displayed in the list view, which is the adapter. This adapter will do the following. Look with me. It will take input two things. It will take the data and it will also take the layout.", "tokens": [2102, 486, 6964, 577, 309, 486, 312, 6412, 30, 2102, 486, 652, 264, 14298, 30, 634, 486, 747, 264, 1412, 293, 1261, 309, 666, 4959, 16372, 294, 264, 1329, 1910, 11, 597, 307, 264, 22860, 13, 639, 22860, 486, 360, 264, 3480, 13, 2053, 365, 385, 13, 467, 486, 747, 4846, 732, 721, 13, 467, 486, 747, 264, 1412, 293, 309, 486, 611, 747, 264, 13333, 13], "avg_logprob": -0.5588235329179203, "compression_ratio": 1.7272727272727273, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 448.97, "end": 449.37, "word": " Who", "probability": 0.0738525390625}, {"start": 449.37, "end": 449.61, "word": " will", "probability": 0.521484375}, {"start": 449.61, "end": 449.89, "word": " define", "probability": 0.331298828125}, {"start": 449.89, "end": 450.23, "word": " how", "probability": 0.283447265625}, {"start": 450.23, "end": 450.35, "word": " it", "probability": 0.3759765625}, {"start": 450.35, "end": 450.39, "word": " will", "probability": 0.308349609375}, {"start": 450.39, "end": 450.47, "word": " be", "probability": 0.426513671875}, {"start": 450.47, "end": 450.49, "word": " filled?", "probability": 0.232666015625}, {"start": 450.59, "end": 450.71, "word": " Who", "probability": 0.7041015625}, {"start": 450.71, "end": 450.83, "word": " will", "probability": 0.8203125}, {"start": 450.83, "end": 451.03, "word": " make", "probability": 0.2354736328125}, {"start": 451.03, "end": 451.17, "word": " the", "probability": 0.708984375}, {"start": 451.17, "end": 451.51, "word": " conversion?", "probability": 0.62451171875}, {"start": 452.03, "end": 452.15, "word": " He", "probability": 0.240966796875}, {"start": 452.15, "end": 452.27, "word": " will", "probability": 0.791015625}, {"start": 452.27, "end": 452.49, "word": " take", "probability": 0.64794921875}, {"start": 452.49, "end": 452.59, "word": " the", "probability": 0.7392578125}, {"start": 452.59, "end": 452.79, "word": " data", "probability": 0.89599609375}, {"start": 452.79, "end": 453.83, "word": " and", "probability": 0.5205078125}, {"start": 453.83, "end": 454.41, "word": " turn", "probability": 0.2431640625}, {"start": 454.41, "end": 454.57, "word": " it", "probability": 0.59716796875}, {"start": 454.57, "end": 454.71, "word": " into", "probability": 0.7138671875}, {"start": 454.71, "end": 455.25, "word": " elements", "probability": 0.51904296875}, {"start": 455.25, "end": 455.95, "word": " displayed", "probability": 0.1737060546875}, {"start": 455.95, "end": 456.07, "word": " in", "probability": 0.82470703125}, {"start": 456.07, "end": 456.13, "word": " the", "probability": 0.65087890625}, {"start": 456.13, "end": 456.29, "word": " list", "probability": 0.6181640625}, {"start": 456.29, "end": 456.63, "word": " view,", "probability": 0.611328125}, {"start": 457.13, "end": 457.17, "word": " which", "probability": 0.796875}, {"start": 457.17, "end": 457.47, "word": " is", "probability": 0.91455078125}, {"start": 457.47, "end": 458.13, "word": " the", "probability": 0.7509765625}, {"start": 458.13, "end": 458.47, "word": " adapter.", "probability": 0.802734375}, {"start": 458.57, "end": 458.67, "word": " This", "probability": 0.60205078125}, {"start": 458.67, "end": 459.03, "word": " adapter", "probability": 0.85400390625}, {"start": 459.03, "end": 459.35, "word": " will", "probability": 0.77490234375}, {"start": 459.35, "end": 459.53, "word": " do", "probability": 0.86083984375}, {"start": 459.53, "end": 459.73, "word": " the", "probability": 0.7412109375}, {"start": 459.73, "end": 459.95, "word": " following.", "probability": 0.8525390625}, {"start": 460.49, "end": 460.59, "word": " Look", "probability": 0.23193359375}, {"start": 460.59, "end": 460.77, "word": " with", "probability": 0.339111328125}, {"start": 460.77, "end": 460.95, "word": " me.", "probability": 0.9482421875}, {"start": 461.53, "end": 461.67, "word": " It", "probability": 0.76318359375}, {"start": 461.67, "end": 461.73, "word": " will", "probability": 0.84619140625}, {"start": 461.73, "end": 461.97, "word": " take", "probability": 0.78564453125}, {"start": 461.97, "end": 462.33, "word": " input", "probability": 0.60888671875}, {"start": 462.33, "end": 462.75, "word": " two", "probability": 0.0828857421875}, {"start": 462.75, "end": 462.75, "word": " things.", "probability": 0.7060546875}, {"start": 463.57, "end": 463.71, "word": " It", "probability": 0.7744140625}, {"start": 463.71, "end": 463.81, "word": " will", "probability": 0.84521484375}, {"start": 463.81, "end": 464.01, "word": " take", "probability": 0.85546875}, {"start": 464.01, "end": 464.13, "word": " the", "probability": 0.7177734375}, {"start": 464.13, "end": 464.45, "word": " data", "probability": 0.94775390625}, {"start": 464.45, "end": 466.69, "word": " and", "probability": 0.69580078125}, {"start": 466.69, "end": 466.71, "word": " it", "probability": 0.360595703125}, {"start": 466.71, "end": 466.89, "word": " will", "probability": 0.87255859375}, {"start": 466.89, "end": 467.25, "word": " also", "probability": 0.63720703125}, {"start": 467.25, "end": 467.25, "word": " take", "probability": 0.8720703125}, {"start": 467.25, "end": 467.47, "word": " the", "probability": 0.89453125}, {"start": 467.47, "end": 467.77, "word": " layout.", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 16, "seek": 49057, "start": 473.53, "end": 490.57, "text": " What is the layout of the element? If we ask the adapter to give us data and layout, each of these data will be displayed on the screen. What is the main layout? What is the part of the layout? The design of the element for each one. It will do the following, like a manufacturer.", "tokens": [708, 307, 264, 13333, 295, 264, 4478, 30, 759, 321, 1029, 264, 22860, 281, 976, 505, 1412, 293, 13333, 11, 1184, 295, 613, 1412, 486, 312, 16372, 322, 264, 2568, 13, 708, 307, 264, 2135, 13333, 30, 708, 307, 264, 644, 295, 264, 13333, 30, 440, 1715, 295, 264, 4478, 337, 1184, 472, 13, 467, 486, 360, 264, 3480, 11, 411, 257, 18022, 13], "avg_logprob": -0.5975961538461538, "compression_ratio": 1.7030303030303031, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 473.53, "end": 473.79, "word": " What", "probability": 0.51611328125}, {"start": 473.79, "end": 473.89, "word": " is", "probability": 0.80029296875}, {"start": 473.89, "end": 474.01, "word": " the", "probability": 0.6748046875}, {"start": 474.01, "end": 474.33, "word": " layout", "probability": 0.85009765625}, {"start": 474.33, "end": 474.73, "word": " of", "probability": 0.81884765625}, {"start": 474.73, "end": 474.87, "word": " the", "probability": 0.578125}, {"start": 474.87, "end": 475.07, "word": " element?", "probability": 0.560546875}, {"start": 475.89, "end": 476.33, "word": " If", "probability": 0.2369384765625}, {"start": 476.33, "end": 476.91, "word": " we", "probability": 0.60107421875}, {"start": 476.91, "end": 477.11, "word": " ask", "probability": 0.3642578125}, {"start": 477.11, "end": 477.29, "word": " the", "probability": 0.444580078125}, {"start": 477.29, "end": 478.21, "word": " adapter", "probability": 0.7958984375}, {"start": 478.21, "end": 478.47, "word": " to", "probability": 0.320068359375}, {"start": 478.47, "end": 478.79, "word": " give", "probability": 0.330810546875}, {"start": 478.79, "end": 478.99, "word": " us", "probability": 0.7841796875}, {"start": 478.99, "end": 479.31, "word": " data", "probability": 0.60888671875}, {"start": 479.31, "end": 480.29, "word": " and", "probability": 0.60595703125}, {"start": 480.29, "end": 481.13, "word": " layout,", "probability": 0.51025390625}, {"start": 481.29, "end": 481.91, "word": " each", "probability": 0.5009765625}, {"start": 481.91, "end": 482.39, "word": " of", "probability": 0.30712890625}, {"start": 482.39, "end": 482.57, "word": " these", "probability": 0.560546875}, {"start": 482.57, "end": 482.93, "word": " data", "probability": 0.8486328125}, {"start": 482.93, "end": 483.65, "word": " will", "probability": 0.53271484375}, {"start": 483.65, "end": 483.65, "word": " be", "probability": 0.4443359375}, {"start": 483.65, "end": 483.65, "word": " displayed", "probability": 0.357177734375}, {"start": 483.65, "end": 484.47, "word": " on", "probability": 0.67236328125}, {"start": 484.47, "end": 484.71, "word": " the", "probability": 0.7763671875}, {"start": 484.71, "end": 484.89, "word": " screen.", "probability": 0.81103515625}, {"start": 484.93, "end": 485.15, "word": " What", "probability": 0.56396484375}, {"start": 485.15, "end": 485.15, "word": " is", "probability": 0.76611328125}, {"start": 485.15, "end": 485.15, "word": " the", "probability": 0.57958984375}, {"start": 485.15, "end": 485.15, "word": " main", "probability": 0.231201171875}, {"start": 485.15, "end": 485.51, "word": " layout?", "probability": 0.78369140625}, {"start": 485.59, "end": 485.69, "word": " What", "probability": 0.69873046875}, {"start": 485.69, "end": 485.73, "word": " is", "probability": 0.72314453125}, {"start": 485.73, "end": 485.77, "word": " the", "probability": 0.48583984375}, {"start": 485.77, "end": 485.87, "word": " part", "probability": 0.182861328125}, {"start": 485.87, "end": 486.05, "word": " of", "probability": 0.681640625}, {"start": 486.05, "end": 486.15, "word": " the", "probability": 0.7314453125}, {"start": 486.15, "end": 486.49, "word": " layout?", "probability": 0.9853515625}, {"start": 486.81, "end": 487.25, "word": " The", "probability": 0.4609375}, {"start": 487.25, "end": 487.43, "word": " design", "probability": 0.424560546875}, {"start": 487.43, "end": 487.61, "word": " of", "probability": 0.96630859375}, {"start": 487.61, "end": 487.63, "word": " the", "probability": 0.73583984375}, {"start": 487.63, "end": 487.85, "word": " element", "probability": 0.92822265625}, {"start": 487.85, "end": 488.01, "word": " for", "probability": 0.210693359375}, {"start": 488.01, "end": 488.23, "word": " each", "probability": 0.71630859375}, {"start": 488.23, "end": 488.37, "word": " one.", "probability": 0.25830078125}, {"start": 488.75, "end": 489.05, "word": " It", "probability": 0.38037109375}, {"start": 489.05, "end": 489.19, "word": " will", "probability": 0.7060546875}, {"start": 489.19, "end": 489.43, "word": " do", "probability": 0.5791015625}, {"start": 489.43, "end": 489.57, "word": " the", "probability": 0.599609375}, {"start": 489.57, "end": 489.81, "word": " following,", "probability": 0.83837890625}, {"start": 489.95, "end": 490.11, "word": " like", "probability": 0.409912109375}, {"start": 490.11, "end": 490.33, "word": " a", "probability": 0.383544921875}, {"start": 490.33, "end": 490.57, "word": " manufacturer.", "probability": 0.33837890625}], "temperature": 1.0}, {"id": 17, "seek": 50785, "start": 492.29, "end": 507.85, "text": " It will take the layout and make it an inflation. What is an inflation? It converts it from XML to Java. So now what happens? Something is displayed on the screen. After making inflation, it will bring the data here", "tokens": [467, 486, 747, 264, 13333, 293, 652, 309, 364, 15860, 13, 708, 307, 364, 15860, 30, 467, 38874, 309, 490, 43484, 281, 10745, 13, 407, 586, 437, 2314, 30, 6595, 307, 16372, 322, 264, 2568, 13, 2381, 1455, 15860, 11, 309, 486, 1565, 264, 1412, 510], "avg_logprob": -0.6203457243899082, "compression_ratio": 1.4304635761589404, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 492.29, "end": 492.51, "word": " It", "probability": 0.30126953125}, {"start": 492.51, "end": 492.59, "word": " will", "probability": 0.5029296875}, {"start": 492.59, "end": 492.77, "word": " take", "probability": 0.5546875}, {"start": 492.77, "end": 492.89, "word": " the", "probability": 0.771484375}, {"start": 492.89, "end": 493.23, "word": " layout", "probability": 0.85400390625}, {"start": 493.23, "end": 493.97, "word": " and", "probability": 0.84326171875}, {"start": 493.97, "end": 494.23, "word": " make", "probability": 0.283203125}, {"start": 494.23, "end": 494.35, "word": " it", "probability": 0.78515625}, {"start": 494.35, "end": 494.43, "word": " an", "probability": 0.2152099609375}, {"start": 494.43, "end": 494.83, "word": " inflation.", "probability": 0.92919921875}, {"start": 495.39, "end": 495.57, "word": " What", "probability": 0.5830078125}, {"start": 495.57, "end": 495.65, "word": " is", "probability": 0.8056640625}, {"start": 495.65, "end": 495.73, "word": " an", "probability": 0.404052734375}, {"start": 495.73, "end": 496.17, "word": " inflation?", "probability": 0.87646484375}, {"start": 496.97, "end": 497.17, "word": " It", "probability": 0.68408203125}, {"start": 497.17, "end": 497.47, "word": " converts", "probability": 0.314697265625}, {"start": 497.47, "end": 497.61, "word": " it", "probability": 0.65234375}, {"start": 497.61, "end": 497.71, "word": " from", "probability": 0.8603515625}, {"start": 497.71, "end": 498.09, "word": " XML", "probability": 0.658203125}, {"start": 498.09, "end": 500.75, "word": " to", "probability": 0.84521484375}, {"start": 500.75, "end": 501.11, "word": " Java.", "probability": 0.623046875}, {"start": 501.41, "end": 501.71, "word": " So", "probability": 0.313720703125}, {"start": 501.71, "end": 502.35, "word": " now", "probability": 0.3076171875}, {"start": 502.35, "end": 502.73, "word": " what", "probability": 0.37109375}, {"start": 502.73, "end": 502.73, "word": " happens?", "probability": 0.377197265625}, {"start": 503.01, "end": 503.33, "word": " Something", "probability": 0.1566162109375}, {"start": 503.33, "end": 503.47, "word": " is", "probability": 0.541015625}, {"start": 503.47, "end": 503.79, "word": " displayed", "probability": 0.52587890625}, {"start": 503.79, "end": 504.55, "word": " on", "probability": 0.9150390625}, {"start": 504.55, "end": 504.65, "word": " the", "probability": 0.81884765625}, {"start": 504.65, "end": 504.85, "word": " screen.", "probability": 0.85595703125}, {"start": 505.37, "end": 505.61, "word": " After", "probability": 0.76171875}, {"start": 505.61, "end": 505.87, "word": " making", "probability": 0.254150390625}, {"start": 505.87, "end": 506.41, "word": " inflation,", "probability": 0.4052734375}, {"start": 506.59, "end": 506.59, "word": " it", "probability": 0.72705078125}, {"start": 506.59, "end": 506.75, "word": " will", "probability": 0.40673828125}, {"start": 506.75, "end": 506.95, "word": " bring", "probability": 0.315673828125}, {"start": 506.95, "end": 507.09, "word": " the", "probability": 0.62646484375}, {"start": 507.09, "end": 507.33, "word": " data", "probability": 0.7900390625}, {"start": 507.33, "end": 507.85, "word": " here", "probability": 0.5146484375}], "temperature": 1.0}, {"id": 18, "seek": 53826, "start": 509.4, "end": 538.26, "text": " one by one, one by one, that is, it brings meaning to the data, not that I have a person here, these data are a list, each one has a person one, person two, person three, right or wrong? It will bring the first person, and it will bring the layout, it will make an inflation from it, which will give it a view. And then it will fill the data in P1, inside who? Inside this view.", "tokens": [472, 538, 472, 11, 472, 538, 472, 11, 300, 307, 11, 309, 5607, 3620, 281, 264, 1412, 11, 406, 300, 286, 362, 257, 954, 510, 11, 613, 1412, 366, 257, 1329, 11, 1184, 472, 575, 257, 954, 472, 11, 954, 732, 11, 954, 1045, 11, 558, 420, 2085, 30, 467, 486, 1565, 264, 700, 954, 11, 293, 309, 486, 1565, 264, 13333, 11, 309, 486, 652, 364, 15860, 490, 309, 11, 597, 486, 976, 309, 257, 1910, 13, 400, 550, 309, 486, 2836, 264, 1412, 294, 430, 16, 11, 1854, 567, 30, 15123, 341, 1910, 13], "avg_logprob": -0.4867912272817081, "compression_ratio": 1.8221153846153846, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 509.4, "end": 509.74, "word": " one", "probability": 0.29052734375}, {"start": 509.74, "end": 509.96, "word": " by", "probability": 0.9150390625}, {"start": 509.96, "end": 510.2, "word": " one,", "probability": 0.93310546875}, {"start": 510.7, "end": 510.88, "word": " one", "probability": 0.1328125}, {"start": 510.88, "end": 511.04, "word": " by", "probability": 0.91162109375}, {"start": 511.04, "end": 511.04, "word": " one,", "probability": 0.92041015625}, {"start": 511.06, "end": 511.18, "word": " that", "probability": 0.07916259765625}, {"start": 511.18, "end": 511.18, "word": " is,", "probability": 0.361572265625}, {"start": 511.2, "end": 511.3, "word": " it", "probability": 0.474853515625}, {"start": 511.3, "end": 511.48, "word": " brings", "probability": 0.451171875}, {"start": 511.48, "end": 511.88, "word": " meaning", "probability": 0.11761474609375}, {"start": 511.88, "end": 512.1, "word": " to", "probability": 0.439208984375}, {"start": 512.1, "end": 512.32, "word": " the", "probability": 0.43310546875}, {"start": 512.32, "end": 512.6, "word": " data,", "probability": 0.77392578125}, {"start": 512.68, "end": 512.88, "word": " not", "probability": 0.505859375}, {"start": 512.88, "end": 512.94, "word": " that", "probability": 0.4033203125}, {"start": 512.94, "end": 513.08, "word": " I", "probability": 0.53662109375}, {"start": 513.08, "end": 513.28, "word": " have", "probability": 0.92431640625}, {"start": 513.28, "end": 513.44, "word": " a", "probability": 0.5078125}, {"start": 513.44, "end": 513.86, "word": " person", "probability": 0.8662109375}, {"start": 513.86, "end": 513.98, "word": " here,", "probability": 0.56396484375}, {"start": 514.38, "end": 514.6, "word": " these", "probability": 0.46337890625}, {"start": 514.6, "end": 514.98, "word": " data", "probability": 0.7666015625}, {"start": 514.98, "end": 515.2, "word": " are", "probability": 0.90234375}, {"start": 515.2, "end": 515.26, "word": " a", "probability": 0.295166015625}, {"start": 515.26, "end": 516.68, "word": " list,", "probability": 0.86083984375}, {"start": 516.88, "end": 517.34, "word": " each", "probability": 0.82275390625}, {"start": 517.34, "end": 517.62, "word": " one", "probability": 0.68701171875}, {"start": 517.62, "end": 517.82, "word": " has", "probability": 0.57763671875}, {"start": 517.82, "end": 518.02, "word": " a", "probability": 0.669921875}, {"start": 518.02, "end": 518.34, "word": " person", "probability": 0.8623046875}, {"start": 518.34, "end": 518.7, "word": " one,", "probability": 0.4287109375}, {"start": 518.96, "end": 519.28, "word": " person", "probability": 0.798828125}, {"start": 519.28, "end": 519.72, "word": " two,", "probability": 0.90869140625}, {"start": 519.9, "end": 520.2, "word": " person", "probability": 0.89794921875}, {"start": 520.2, "end": 520.62, "word": " three,", "probability": 0.94580078125}, {"start": 520.74, "end": 520.92, "word": " right", "probability": 0.58837890625}, {"start": 520.92, "end": 521.12, "word": " or", "probability": 0.87646484375}, {"start": 521.12, "end": 521.2, "word": " wrong?", "probability": 0.5703125}, {"start": 521.78, "end": 521.88, "word": " It", "probability": 0.6650390625}, {"start": 521.88, "end": 522.02, "word": " will", "probability": 0.54736328125}, {"start": 522.02, "end": 522.22, "word": " bring", "probability": 0.888671875}, {"start": 522.22, "end": 522.4, "word": " the", "probability": 0.87939453125}, {"start": 522.4, "end": 522.46, "word": " first", "probability": 0.7890625}, {"start": 522.46, "end": 522.76, "word": " person,", "probability": 0.9111328125}, {"start": 523.64, "end": 525.78, "word": " and", "probability": 0.83154296875}, {"start": 525.78, "end": 525.88, "word": " it", "probability": 0.78564453125}, {"start": 525.88, "end": 525.94, "word": " will", "probability": 0.8232421875}, {"start": 525.94, "end": 526.12, "word": " bring", "probability": 0.81201171875}, {"start": 526.12, "end": 526.26, "word": " the", "probability": 0.791015625}, {"start": 526.26, "end": 526.56, "word": " layout,", "probability": 0.82958984375}, {"start": 526.66, "end": 526.72, "word": " it", "probability": 0.65869140625}, {"start": 526.72, "end": 526.76, "word": " will", "probability": 0.60986328125}, {"start": 526.76, "end": 526.92, "word": " make", "probability": 0.59619140625}, {"start": 526.92, "end": 527.1, "word": " an", "probability": 0.5107421875}, {"start": 527.1, "end": 527.72, "word": " inflation", "probability": 0.92626953125}, {"start": 527.72, "end": 527.8, "word": " from", "probability": 0.50732421875}, {"start": 527.8, "end": 527.8, "word": " it,", "probability": 0.84033203125}, {"start": 528.5, "end": 528.7, "word": " which", "probability": 0.474609375}, {"start": 528.7, "end": 528.8, "word": " will", "probability": 0.78076171875}, {"start": 528.8, "end": 529.04, "word": " give", "probability": 0.2822265625}, {"start": 529.04, "end": 529.36, "word": " it", "probability": 0.6689453125}, {"start": 529.36, "end": 529.56, "word": " a", "probability": 0.9736328125}, {"start": 529.56, "end": 529.8, "word": " view.", "probability": 0.8818359375}, {"start": 532.9, "end": 533.34, "word": " And", "probability": 0.66748046875}, {"start": 533.34, "end": 533.58, "word": " then", "probability": 0.78857421875}, {"start": 533.58, "end": 533.76, "word": " it", "probability": 0.79150390625}, {"start": 533.76, "end": 533.82, "word": " will", "probability": 0.8193359375}, {"start": 533.82, "end": 534.06, "word": " fill", "probability": 0.81884765625}, {"start": 534.06, "end": 534.22, "word": " the", "probability": 0.6572265625}, {"start": 534.22, "end": 534.58, "word": " data", "probability": 0.91796875}, {"start": 534.58, "end": 535.16, "word": " in", "probability": 0.463623046875}, {"start": 535.16, "end": 535.98, "word": " P1,", "probability": 0.88916015625}, {"start": 536.22, "end": 536.94, "word": " inside", "probability": 0.4306640625}, {"start": 536.94, "end": 537.22, "word": " who?", "probability": 0.344482421875}, {"start": 537.44, "end": 537.84, "word": " Inside", "probability": 0.84814453125}, {"start": 537.84, "end": 538.04, "word": " this", "probability": 0.80078125}, {"start": 538.04, "end": 538.26, "word": " view.", "probability": 0.9013671875}], "temperature": 1.0}, {"id": 19, "seek": 56778, "start": 539.22, "end": 567.78, "text": " And that's how he gets his view. The presentation is ready. He takes the view and puts it where? In the list view. In the list view. Where does he go next? To the second element. Again, he brings the layout and does what from it? Inflation. Based on the map, he makes the view. View means something that appears on the screen. What's inside the view? You know that there's image view, and there's name, and there's age, and there's pattern.", "tokens": [400, 300, 311, 577, 415, 2170, 702, 1910, 13, 440, 5860, 307, 1919, 13, 634, 2516, 264, 1910, 293, 8137, 309, 689, 30, 682, 264, 1329, 1910, 13, 682, 264, 1329, 1910, 13, 2305, 775, 415, 352, 958, 30, 1407, 264, 1150, 4478, 13, 3764, 11, 415, 5607, 264, 13333, 293, 775, 437, 490, 309, 30, 682, 3423, 399, 13, 18785, 322, 264, 4471, 11, 415, 1669, 264, 1910, 13, 13909, 1355, 746, 300, 7038, 322, 264, 2568, 13, 708, 311, 1854, 264, 1910, 30, 509, 458, 300, 456, 311, 3256, 1910, 11, 293, 456, 311, 1315, 11, 293, 456, 311, 3205, 11, 293, 456, 311, 5102, 13], "avg_logprob": -0.40538989732024866, "compression_ratio": 1.8073770491803278, "no_speech_prob": 0.0, "words": [{"start": 539.22, "end": 539.44, "word": " And", "probability": 0.277099609375}, {"start": 539.44, "end": 539.6, "word": " that's", "probability": 0.41766357421875}, {"start": 539.6, "end": 539.6, "word": " how", "probability": 0.90771484375}, {"start": 539.6, "end": 539.86, "word": " he", "probability": 0.3056640625}, {"start": 539.86, "end": 539.86, "word": " gets", "probability": 0.46875}, {"start": 539.86, "end": 539.9, "word": " his", "probability": 0.53369140625}, {"start": 539.9, "end": 540.12, "word": " view.", "probability": 0.66357421875}, {"start": 541.0, "end": 541.44, "word": " The", "probability": 0.376708984375}, {"start": 541.44, "end": 541.76, "word": " presentation", "probability": 0.275390625}, {"start": 541.76, "end": 541.76, "word": " is", "probability": 0.9248046875}, {"start": 541.76, "end": 541.76, "word": " ready.", "probability": 0.74951171875}, {"start": 542.4, "end": 542.6, "word": " He", "probability": 0.7607421875}, {"start": 542.6, "end": 542.78, "word": " takes", "probability": 0.5703125}, {"start": 542.78, "end": 542.98, "word": " the", "probability": 0.82177734375}, {"start": 542.98, "end": 543.2, "word": " view", "probability": 0.82177734375}, {"start": 543.2, "end": 543.38, "word": " and", "probability": 0.67919921875}, {"start": 543.38, "end": 543.96, "word": " puts", "probability": 0.260986328125}, {"start": 543.96, "end": 544.08, "word": " it", "probability": 0.92333984375}, {"start": 544.08, "end": 544.28, "word": " where?", "probability": 0.6064453125}, {"start": 545.24, "end": 545.68, "word": " In", "probability": 0.8076171875}, {"start": 545.68, "end": 545.72, "word": " the", "probability": 0.88037109375}, {"start": 545.72, "end": 545.92, "word": " list", "probability": 0.73828125}, {"start": 545.92, "end": 546.18, "word": " view.", "probability": 0.734375}, {"start": 546.72, "end": 546.84, "word": " In", "probability": 0.302001953125}, {"start": 546.84, "end": 546.88, "word": " the", "probability": 0.91552734375}, {"start": 546.88, "end": 547.1, "word": " list", "probability": 0.91259765625}, {"start": 547.1, "end": 547.38, "word": " view.", "probability": 0.88916015625}, {"start": 548.6, "end": 549.04, "word": " Where", "probability": 0.15625}, {"start": 549.04, "end": 549.04, "word": " does", "probability": 0.89990234375}, {"start": 549.04, "end": 549.04, "word": " he", "probability": 0.65625}, {"start": 549.04, "end": 549.14, "word": " go", "probability": 0.7783203125}, {"start": 549.14, "end": 549.46, "word": " next?", "probability": 0.5732421875}, {"start": 550.3, "end": 550.74, "word": " To", "probability": 0.66650390625}, {"start": 550.74, "end": 551.14, "word": " the", "probability": 0.89111328125}, {"start": 551.14, "end": 551.36, "word": " second", "probability": 0.8076171875}, {"start": 551.36, "end": 551.36, "word": " element.", "probability": 0.693359375}, {"start": 552.56, "end": 552.94, "word": " Again,", "probability": 0.489990234375}, {"start": 553.16, "end": 553.24, "word": " he", "probability": 0.90087890625}, {"start": 553.24, "end": 553.42, "word": " brings", "probability": 0.45361328125}, {"start": 553.42, "end": 553.56, "word": " the", "probability": 0.54638671875}, {"start": 553.56, "end": 553.84, "word": " layout", "probability": 0.91943359375}, {"start": 553.84, "end": 554.0, "word": " and", "probability": 0.8017578125}, {"start": 554.0, "end": 554.18, "word": " does", "probability": 0.2078857421875}, {"start": 554.18, "end": 554.84, "word": " what", "probability": 0.37548828125}, {"start": 554.84, "end": 554.84, "word": " from", "probability": 0.349853515625}, {"start": 554.84, "end": 554.84, "word": " it?", "probability": 0.91796875}, {"start": 555.26, "end": 555.7, "word": " Inflation.", "probability": 0.9715169270833334}, {"start": 556.66, "end": 556.9, "word": " Based", "probability": 0.51904296875}, {"start": 556.9, "end": 557.0, "word": " on", "probability": 0.94775390625}, {"start": 557.0, "end": 557.12, "word": " the", "probability": 0.89990234375}, {"start": 557.12, "end": 557.4, "word": " map,", "probability": 0.82568359375}, {"start": 557.52, "end": 557.74, "word": " he", "probability": 0.6591796875}, {"start": 557.74, "end": 558.22, "word": " makes", "probability": 0.161376953125}, {"start": 558.22, "end": 559.14, "word": " the", "probability": 0.74365234375}, {"start": 559.14, "end": 559.4, "word": " view.", "probability": 0.857421875}, {"start": 559.66, "end": 560.1, "word": " View", "probability": 0.71337890625}, {"start": 560.1, "end": 560.34, "word": " means", "probability": 0.75927734375}, {"start": 560.34, "end": 560.58, "word": " something", "probability": 0.404296875}, {"start": 560.58, "end": 560.72, "word": " that", "probability": 0.52490234375}, {"start": 560.72, "end": 560.88, "word": " appears", "probability": 0.478515625}, {"start": 560.88, "end": 561.0, "word": " on", "probability": 0.93896484375}, {"start": 561.0, "end": 561.12, "word": " the", "probability": 0.849609375}, {"start": 561.12, "end": 561.34, "word": " screen.", "probability": 0.888671875}, {"start": 561.9, "end": 562.26, "word": " What's", "probability": 0.723876953125}, {"start": 562.26, "end": 562.52, "word": " inside", "probability": 0.796875}, {"start": 562.52, "end": 562.72, "word": " the", "probability": 0.8447265625}, {"start": 562.72, "end": 562.86, "word": " view?", "probability": 0.87158203125}, {"start": 562.92, "end": 563.02, "word": " You", "probability": 0.5732421875}, {"start": 563.02, "end": 563.3, "word": " know", "probability": 0.88037109375}, {"start": 563.3, "end": 563.44, "word": " that", "probability": 0.64404296875}, {"start": 563.44, "end": 563.6, "word": " there's", "probability": 0.6759033203125}, {"start": 563.6, "end": 563.86, "word": " image", "probability": 0.4091796875}, {"start": 563.86, "end": 564.18, "word": " view,", "probability": 0.8525390625}, {"start": 565.24, "end": 565.26, "word": " and", "probability": 0.337158203125}, {"start": 565.26, "end": 565.42, "word": " there's", "probability": 0.817138671875}, {"start": 565.42, "end": 565.8, "word": " name,", "probability": 0.8486328125}, {"start": 566.54, "end": 566.64, "word": " and", "probability": 0.9091796875}, {"start": 566.64, "end": 566.84, "word": " there's", "probability": 0.94287109375}, {"start": 566.84, "end": 567.2, "word": " age,", "probability": 0.7626953125}, {"start": 567.26, "end": 567.34, "word": " and", "probability": 0.9365234375}, {"start": 567.34, "end": 567.46, "word": " there's", "probability": 0.9345703125}, {"start": 567.46, "end": 567.78, "word": " pattern.", "probability": 0.466552734375}], "temperature": 1.0}, {"id": 20, "seek": 59755, "start": 568.48, "end": 597.56, "text": " Then it takes person's name and puts it where? In this one. And it takes age and puts it here. And it takes picture and puts it here. And it says it is ready to go and show it to whom? The second element. And so on. Whose benefit is this? This is the benefit of the adapter. Now, when the list view works, it has this mode. When the list view works, it goes to the list view itself.", "tokens": [1396, 309, 2516, 954, 311, 1315, 293, 8137, 309, 689, 30, 682, 341, 472, 13, 400, 309, 2516, 3205, 293, 8137, 309, 510, 13, 400, 309, 2516, 3036, 293, 8137, 309, 510, 13, 400, 309, 1619, 309, 307, 1919, 281, 352, 293, 855, 309, 281, 7101, 30, 440, 1150, 4478, 13, 400, 370, 322, 13, 28463, 5121, 307, 341, 30, 639, 307, 264, 5121, 295, 264, 22860, 13, 823, 11, 562, 264, 1329, 1910, 1985, 11, 309, 575, 341, 4391, 13, 1133, 264, 1329, 1910, 1985, 11, 309, 1709, 281, 264, 1329, 1910, 2564, 13], "avg_logprob": -0.5341796670109034, "compression_ratio": 1.9343434343434343, "no_speech_prob": 0.0, "words": [{"start": 568.48, "end": 568.82, "word": " Then", "probability": 0.31982421875}, {"start": 568.82, "end": 569.02, "word": " it", "probability": 0.303466796875}, {"start": 569.02, "end": 569.14, "word": " takes", "probability": 0.144287109375}, {"start": 569.14, "end": 570.04, "word": " person's", "probability": 0.282470703125}, {"start": 570.04, "end": 570.04, "word": " name", "probability": 0.87451171875}, {"start": 570.04, "end": 572.6, "word": " and", "probability": 0.74072265625}, {"start": 572.6, "end": 572.86, "word": " puts", "probability": 0.1951904296875}, {"start": 572.86, "end": 572.98, "word": " it", "probability": 0.779296875}, {"start": 572.98, "end": 573.24, "word": " where?", "probability": 0.337158203125}, {"start": 574.42, "end": 574.82, "word": " In", "probability": 0.419921875}, {"start": 574.82, "end": 575.1, "word": " this", "probability": 0.458984375}, {"start": 575.1, "end": 575.2, "word": " one.", "probability": 0.2288818359375}, {"start": 575.34, "end": 575.7, "word": " And", "probability": 0.48095703125}, {"start": 575.7, "end": 575.78, "word": " it", "probability": 0.54541015625}, {"start": 575.78, "end": 576.02, "word": " takes", "probability": 0.82666015625}, {"start": 576.02, "end": 576.28, "word": " age", "probability": 0.365234375}, {"start": 576.28, "end": 576.46, "word": " and", "probability": 0.82861328125}, {"start": 576.46, "end": 576.7, "word": " puts", "probability": 0.74072265625}, {"start": 576.7, "end": 576.82, "word": " it", "probability": 0.92822265625}, {"start": 576.82, "end": 577.02, "word": " here.", "probability": 0.70361328125}, {"start": 577.16, "end": 577.42, "word": " And", "probability": 0.76318359375}, {"start": 577.42, "end": 577.52, "word": " it", "probability": 0.79443359375}, {"start": 577.52, "end": 577.84, "word": " takes", "probability": 0.8291015625}, {"start": 577.84, "end": 578.42, "word": " picture", "probability": 0.29296875}, {"start": 578.42, "end": 578.62, "word": " and", "probability": 0.88232421875}, {"start": 578.62, "end": 578.84, "word": " puts", "probability": 0.81884765625}, {"start": 578.84, "end": 578.96, "word": " it", "probability": 0.92724609375}, {"start": 578.96, "end": 579.22, "word": " here.", "probability": 0.76025390625}, {"start": 579.78, "end": 579.98, "word": " And", "probability": 0.83154296875}, {"start": 579.98, "end": 580.04, "word": " it", "probability": 0.5390625}, {"start": 580.04, "end": 580.18, "word": " says", "probability": 0.67041015625}, {"start": 580.18, "end": 580.56, "word": " it", "probability": 0.322509765625}, {"start": 580.56, "end": 580.6, "word": " is", "probability": 0.447265625}, {"start": 580.6, "end": 580.92, "word": " ready", "probability": 0.775390625}, {"start": 580.92, "end": 581.12, "word": " to", "probability": 0.337158203125}, {"start": 581.12, "end": 581.2, "word": " go", "probability": 0.61181640625}, {"start": 581.2, "end": 581.36, "word": " and", "probability": 0.203857421875}, {"start": 581.36, "end": 581.48, "word": " show", "probability": 0.1605224609375}, {"start": 581.48, "end": 581.6, "word": " it", "probability": 0.55908203125}, {"start": 581.6, "end": 581.66, "word": " to", "probability": 0.90234375}, {"start": 581.66, "end": 581.84, "word": " whom?", "probability": 0.5947265625}, {"start": 582.28, "end": 582.56, "word": " The", "probability": 0.427490234375}, {"start": 582.56, "end": 582.58, "word": " second", "probability": 0.68701171875}, {"start": 582.58, "end": 582.82, "word": " element.", "probability": 0.76953125}, {"start": 584.7, "end": 584.8, "word": " And", "probability": 0.462646484375}, {"start": 584.8, "end": 584.96, "word": " so", "probability": 0.728515625}, {"start": 584.96, "end": 585.16, "word": " on.", "probability": 0.90283203125}, {"start": 585.26, "end": 585.52, "word": " Whose", "probability": 0.445068359375}, {"start": 585.52, "end": 585.76, "word": " benefit", "probability": 0.50146484375}, {"start": 585.76, "end": 585.86, "word": " is", "probability": 0.8232421875}, {"start": 585.86, "end": 585.86, "word": " this?", "probability": 0.81005859375}, {"start": 586.68, "end": 587.08, "word": " This", "probability": 0.28076171875}, {"start": 587.08, "end": 587.16, "word": " is", "probability": 0.9111328125}, {"start": 587.16, "end": 587.22, "word": " the", "probability": 0.74560546875}, {"start": 587.22, "end": 587.34, "word": " benefit", "probability": 0.69287109375}, {"start": 587.34, "end": 587.5, "word": " of", "probability": 0.95556640625}, {"start": 587.5, "end": 587.58, "word": " the", "probability": 0.416748046875}, {"start": 587.58, "end": 587.8, "word": " adapter.", "probability": 0.7626953125}, {"start": 589.28, "end": 589.68, "word": " Now,", "probability": 0.80859375}, {"start": 589.78, "end": 590.04, "word": " when", "probability": 0.39990234375}, {"start": 590.04, "end": 590.24, "word": " the", "probability": 0.56005859375}, {"start": 590.24, "end": 590.4, "word": " list", "probability": 0.603515625}, {"start": 590.4, "end": 590.6, "word": " view", "probability": 0.64404296875}, {"start": 590.6, "end": 591.1, "word": " works,", "probability": 0.32421875}, {"start": 591.42, "end": 591.58, "word": " it", "probability": 0.8125}, {"start": 591.58, "end": 591.68, "word": " has", "probability": 0.505859375}, {"start": 591.68, "end": 591.8, "word": " this", "probability": 0.39501953125}, {"start": 591.8, "end": 592.06, "word": " mode.", "probability": 0.6494140625}, {"start": 592.92, "end": 593.32, "word": " When", "probability": 0.8232421875}, {"start": 593.32, "end": 593.5, "word": " the", "probability": 0.8916015625}, {"start": 593.5, "end": 593.66, "word": " list", "probability": 0.90625}, {"start": 593.66, "end": 593.84, "word": " view", "probability": 0.91552734375}, {"start": 593.84, "end": 594.4, "word": " works,", "probability": 0.64208984375}, {"start": 595.04, "end": 595.18, "word": " it", "probability": 0.685546875}, {"start": 595.18, "end": 595.54, "word": " goes", "probability": 0.796875}, {"start": 595.54, "end": 596.6, "word": " to", "probability": 0.783203125}, {"start": 596.6, "end": 596.68, "word": " the", "probability": 0.81103515625}, {"start": 596.68, "end": 596.92, "word": " list", "probability": 0.85498046875}, {"start": 596.92, "end": 597.2, "word": " view", "probability": 0.87060546875}, {"start": 597.2, "end": 597.56, "word": " itself.", "probability": 0.7275390625}], "temperature": 1.0}, {"id": 21, "seek": 62572, "start": 600.64, "end": 625.72, "text": " No, the adapter itself goes through the elements of the array and implements a method called getView. This getView is what generates the main element that is filled with data. To understand this, we need to create an adapter. The adapter does not exist. We need to create it. How do we create an adapter? To create an adapter, you need to create a new class", "tokens": [883, 11, 264, 22860, 2564, 1709, 807, 264, 4959, 295, 264, 10225, 293, 704, 17988, 257, 3170, 1219, 483, 30203, 13, 639, 483, 30203, 307, 437, 23815, 264, 2135, 4478, 300, 307, 6412, 365, 1412, 13, 1407, 1223, 341, 11, 321, 643, 281, 1884, 364, 22860, 13, 440, 22860, 775, 406, 2514, 13, 492, 643, 281, 1884, 309, 13, 1012, 360, 321, 1884, 364, 22860, 30, 1407, 1884, 364, 22860, 11, 291, 643, 281, 1884, 257, 777, 1508], "avg_logprob": -0.4193037982228436, "compression_ratio": 1.8645833333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 600.6400000000001, "end": 601.2, "word": " No,", "probability": 0.265869140625}, {"start": 601.4, "end": 601.56, "word": " the", "probability": 0.69384765625}, {"start": 601.56, "end": 601.98, "word": " adapter", "probability": 0.79150390625}, {"start": 601.98, "end": 602.34, "word": " itself", "probability": 0.60693359375}, {"start": 602.34, "end": 602.5, "word": " goes", "probability": 0.286376953125}, {"start": 602.5, "end": 602.86, "word": " through", "probability": 0.83154296875}, {"start": 602.86, "end": 603.0, "word": " the", "probability": 0.833984375}, {"start": 603.0, "end": 603.36, "word": " elements", "probability": 0.54541015625}, {"start": 603.36, "end": 603.64, "word": " of", "probability": 0.888671875}, {"start": 603.64, "end": 603.78, "word": " the", "probability": 0.85791015625}, {"start": 603.78, "end": 604.1, "word": " array", "probability": 0.90283203125}, {"start": 604.1, "end": 605.12, "word": " and", "probability": 0.6201171875}, {"start": 605.12, "end": 605.5, "word": " implements", "probability": 0.6395263671875}, {"start": 605.5, "end": 605.64, "word": " a", "probability": 0.91064453125}, {"start": 605.64, "end": 605.94, "word": " method", "probability": 0.9267578125}, {"start": 605.94, "end": 606.36, "word": " called", "probability": 0.8388671875}, {"start": 606.36, "end": 607.44, "word": " getView.", "probability": 0.623291015625}, {"start": 608.54, "end": 609.1, "word": " This", "probability": 0.54248046875}, {"start": 609.1, "end": 609.58, "word": " getView", "probability": 0.931884765625}, {"start": 609.58, "end": 610.16, "word": " is", "probability": 0.7021484375}, {"start": 610.16, "end": 610.3, "word": " what", "probability": 0.8076171875}, {"start": 610.3, "end": 610.62, "word": " generates", "probability": 0.314697265625}, {"start": 610.62, "end": 611.04, "word": " the", "probability": 0.6494140625}, {"start": 611.04, "end": 611.04, "word": " main", "probability": 0.48583984375}, {"start": 611.04, "end": 612.94, "word": " element", "probability": 0.393310546875}, {"start": 612.94, "end": 613.1, "word": " that", "probability": 0.3544921875}, {"start": 613.1, "end": 613.12, "word": " is", "probability": 0.3701171875}, {"start": 613.12, "end": 613.38, "word": " filled", "probability": 0.65234375}, {"start": 613.38, "end": 613.98, "word": " with", "probability": 0.79931640625}, {"start": 613.98, "end": 614.32, "word": " data.", "probability": 0.85595703125}, {"start": 614.92, "end": 615.48, "word": " To", "probability": 0.21826171875}, {"start": 615.48, "end": 615.88, "word": " understand", "probability": 0.70166015625}, {"start": 615.88, "end": 616.12, "word": " this,", "probability": 0.6650390625}, {"start": 616.42, "end": 616.78, "word": " we", "probability": 0.611328125}, {"start": 616.78, "end": 617.0, "word": " need", "probability": 0.257080078125}, {"start": 617.0, "end": 617.12, "word": " to", "probability": 0.94482421875}, {"start": 617.12, "end": 617.3, "word": " create", "probability": 0.328125}, {"start": 617.3, "end": 617.44, "word": " an", "probability": 0.6171875}, {"start": 617.44, "end": 617.68, "word": " adapter.", "probability": 0.89208984375}, {"start": 617.74, "end": 617.94, "word": " The", "probability": 0.2861328125}, {"start": 617.94, "end": 618.94, "word": " adapter", "probability": 0.8447265625}, {"start": 618.94, "end": 619.1, "word": " does", "probability": 0.5224609375}, {"start": 619.1, "end": 619.1, "word": " not", "probability": 0.94677734375}, {"start": 619.1, "end": 619.44, "word": " exist.", "probability": 0.935546875}, {"start": 619.6, "end": 619.78, "word": " We", "probability": 0.58740234375}, {"start": 619.78, "end": 619.92, "word": " need", "probability": 0.6142578125}, {"start": 619.92, "end": 619.98, "word": " to", "probability": 0.97119140625}, {"start": 619.98, "end": 620.18, "word": " create", "probability": 0.6904296875}, {"start": 620.18, "end": 620.62, "word": " it.", "probability": 0.7353515625}, {"start": 620.9, "end": 621.46, "word": " How", "probability": 0.6650390625}, {"start": 621.46, "end": 621.58, "word": " do", "probability": 0.6318359375}, {"start": 621.58, "end": 621.66, "word": " we", "probability": 0.89013671875}, {"start": 621.66, "end": 621.82, "word": " create", "probability": 0.78369140625}, {"start": 621.82, "end": 622.0, "word": " an", "probability": 0.5673828125}, {"start": 622.0, "end": 622.28, "word": " adapter?", "probability": 0.8662109375}, {"start": 622.54, "end": 623.1, "word": " To", "probability": 0.446044921875}, {"start": 623.1, "end": 623.52, "word": " create", "probability": 0.81982421875}, {"start": 623.52, "end": 623.7, "word": " an", "probability": 0.7705078125}, {"start": 623.7, "end": 624.04, "word": " adapter,", "probability": 0.8935546875}, {"start": 624.56, "end": 624.66, "word": " you", "probability": 0.83642578125}, {"start": 624.66, "end": 624.8, "word": " need", "probability": 0.796875}, {"start": 624.8, "end": 625.06, "word": " to", "probability": 0.96484375}, {"start": 625.06, "end": 625.26, "word": " create", "probability": 0.74072265625}, {"start": 625.26, "end": 625.38, "word": " a", "probability": 0.986328125}, {"start": 625.38, "end": 625.38, "word": " new", "probability": 0.90576171875}, {"start": 625.38, "end": 625.72, "word": " class", "probability": 0.9716796875}], "temperature": 1.0}, {"id": 22, "seek": 65217, "start": 631.7, "end": 652.18, "text": " What should we call it? For example, PersonAdapter. Ok? This class will do this job. This job is not magic. You have to write a code. PersonAdapter. Ok, then I tell you to go and extend it to someone called BaseAdapter.", "tokens": [708, 820, 321, 818, 309, 30, 1171, 1365, 11, 8443, 15830, 5446, 13, 3477, 30, 639, 1508, 486, 360, 341, 1691, 13, 639, 1691, 307, 406, 5585, 13, 509, 362, 281, 2464, 257, 3089, 13, 8443, 15830, 5446, 13, 3477, 11, 550, 286, 980, 291, 281, 352, 293, 10101, 309, 281, 1580, 1219, 21054, 15830, 5446, 13], "avg_logprob": -0.5509159554695261, "compression_ratio": 1.4102564102564104, "no_speech_prob": 0.0, "words": [{"start": 631.7, "end": 631.98, "word": " What", "probability": 0.269775390625}, {"start": 631.98, "end": 632.1, "word": " should", "probability": 0.307373046875}, {"start": 632.1, "end": 632.18, "word": " we", "probability": 0.77783203125}, {"start": 632.18, "end": 632.44, "word": " call", "probability": 0.62744140625}, {"start": 632.44, "end": 632.64, "word": " it?", "probability": 0.79931640625}, {"start": 632.8, "end": 632.8, "word": " For", "probability": 0.177001953125}, {"start": 632.8, "end": 632.98, "word": " example,", "probability": 0.92626953125}, {"start": 633.5, "end": 637.1, "word": " PersonAdapter.", "probability": 0.7003580729166666}, {"start": 637.68, "end": 638.12, "word": " Ok?", "probability": 0.3017578125}, {"start": 638.66, "end": 639.1, "word": " This", "probability": 0.493408203125}, {"start": 639.1, "end": 639.8, "word": " class", "probability": 0.8330078125}, {"start": 639.8, "end": 640.0, "word": " will", "probability": 0.505859375}, {"start": 640.0, "end": 640.28, "word": " do", "probability": 0.7841796875}, {"start": 640.28, "end": 640.38, "word": " this", "probability": 0.81591796875}, {"start": 640.38, "end": 640.7, "word": " job.", "probability": 0.3740234375}, {"start": 641.26, "end": 641.7, "word": " This", "probability": 0.345947265625}, {"start": 641.7, "end": 641.7, "word": " job", "probability": 0.76025390625}, {"start": 641.7, "end": 641.7, "word": " is", "probability": 0.86279296875}, {"start": 641.7, "end": 641.74, "word": " not", "probability": 0.91796875}, {"start": 641.74, "end": 642.0, "word": " magic.", "probability": 0.740234375}, {"start": 642.46, "end": 642.5, "word": " You", "probability": 0.78076171875}, {"start": 642.5, "end": 642.6, "word": " have", "probability": 0.200927734375}, {"start": 642.6, "end": 642.76, "word": " to", "probability": 0.96923828125}, {"start": 642.76, "end": 642.76, "word": " write", "probability": 0.65625}, {"start": 642.76, "end": 642.84, "word": " a", "probability": 0.271728515625}, {"start": 642.84, "end": 643.0, "word": " code.", "probability": 0.9140625}, {"start": 644.5, "end": 644.94, "word": " PersonAdapter.", "probability": 0.8601888020833334}, {"start": 645.06, "end": 645.26, "word": " Ok,", "probability": 0.66796875}, {"start": 645.32, "end": 645.52, "word": " then", "probability": 0.603515625}, {"start": 645.52, "end": 645.62, "word": " I", "probability": 0.436767578125}, {"start": 645.62, "end": 645.76, "word": " tell", "probability": 0.32958984375}, {"start": 645.76, "end": 645.98, "word": " you", "probability": 0.9345703125}, {"start": 645.98, "end": 646.2, "word": " to", "probability": 0.6884765625}, {"start": 646.2, "end": 646.28, "word": " go", "probability": 0.41162109375}, {"start": 646.28, "end": 646.36, "word": " and", "probability": 0.53271484375}, {"start": 646.36, "end": 646.94, "word": " extend", "probability": 0.240234375}, {"start": 646.94, "end": 647.98, "word": " it", "probability": 0.59228515625}, {"start": 647.98, "end": 648.78, "word": " to", "probability": 0.84814453125}, {"start": 648.78, "end": 649.18, "word": " someone", "probability": 0.59130859375}, {"start": 649.18, "end": 649.44, "word": " called", "probability": 0.4814453125}, {"start": 649.44, "end": 652.18, "word": " BaseAdapter.", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 23, "seek": 67608, "start": 666.52, "end": 676.08, "text": " Okay. No, no. Okay, what does getextend want?", "tokens": [1033, 13, 883, 11, 572, 13, 1033, 11, 437, 775, 483, 3828, 521, 528, 30], "avg_logprob": -0.6889648362994194, "compression_ratio": 0.9019607843137255, "no_speech_prob": 0.0, "words": [{"start": 666.5200000000001, "end": 667.9200000000001, "word": " Okay.", "probability": 0.1280517578125}, {"start": 667.9200000000001, "end": 669.32, "word": " No,", "probability": 0.259765625}, {"start": 670.98, "end": 671.22, "word": " no.", "probability": 0.7939453125}, {"start": 673.32, "end": 674.72, "word": " Okay,", "probability": 0.417236328125}, {"start": 674.76, "end": 674.92, "word": " what", "probability": 0.8310546875}, {"start": 674.92, "end": 675.1, "word": " does", "probability": 0.8203125}, {"start": 675.1, "end": 676.08, "word": " getextend", "probability": 0.4064127604166667}, {"start": 676.08, "end": 676.08, "word": " want?", "probability": 0.6328125}], "temperature": 1.0}, {"id": 24, "seek": 72635, "start": 701.85, "end": 726.35, "text": " When you first did extend to base adapter, you made a mistake Why? The base adapter is an abstract class When you do extend to abstract class, you have to implement all methods in the abstract class, which is the base adapter It will send you a group of methods", "tokens": [1133, 291, 700, 630, 10101, 281, 3096, 22860, 11, 291, 1027, 257, 6146, 1545, 30, 440, 3096, 22860, 307, 364, 12649, 1508, 1133, 291, 360, 10101, 281, 12649, 1508, 11, 291, 362, 281, 4445, 439, 7150, 294, 264, 12649, 1508, 11, 597, 307, 264, 3096, 22860, 467, 486, 2845, 291, 257, 1594, 295, 7150], "avg_logprob": -0.5644886190241033, "compression_ratio": 1.782312925170068, "no_speech_prob": 0.0, "words": [{"start": 701.85, "end": 702.61, "word": " When", "probability": 0.074462890625}, {"start": 702.61, "end": 703.37, "word": " you", "probability": 0.89306640625}, {"start": 703.37, "end": 703.37, "word": " first", "probability": 0.37939453125}, {"start": 703.37, "end": 703.63, "word": " did", "probability": 0.096923828125}, {"start": 703.63, "end": 704.35, "word": " extend", "probability": 0.53955078125}, {"start": 704.35, "end": 704.51, "word": " to", "probability": 0.7431640625}, {"start": 704.51, "end": 704.69, "word": " base", "probability": 0.29443359375}, {"start": 704.69, "end": 705.01, "word": " adapter,", "probability": 0.70751953125}, {"start": 705.21, "end": 705.23, "word": " you", "probability": 0.51025390625}, {"start": 705.23, "end": 705.37, "word": " made", "probability": 0.51123046875}, {"start": 705.37, "end": 705.53, "word": " a", "probability": 0.478515625}, {"start": 705.53, "end": 705.75, "word": " mistake", "probability": 0.875}, {"start": 705.75, "end": 706.45, "word": " Why?", "probability": 0.27001953125}, {"start": 707.15, "end": 707.53, "word": " The", "probability": 0.425537109375}, {"start": 707.53, "end": 707.73, "word": " base", "probability": 0.748046875}, {"start": 707.73, "end": 708.11, "word": " adapter", "probability": 0.86572265625}, {"start": 708.11, "end": 708.31, "word": " is", "probability": 0.8515625}, {"start": 708.31, "end": 708.63, "word": " an", "probability": 0.5849609375}, {"start": 708.63, "end": 709.01, "word": " abstract", "probability": 0.81591796875}, {"start": 709.01, "end": 709.65, "word": " class", "probability": 0.94384765625}, {"start": 709.65, "end": 711.03, "word": " When", "probability": 0.27392578125}, {"start": 711.03, "end": 711.49, "word": " you", "probability": 0.9609375}, {"start": 711.49, "end": 711.69, "word": " do", "probability": 0.43115234375}, {"start": 711.69, "end": 712.21, "word": " extend", "probability": 0.86181640625}, {"start": 712.21, "end": 712.35, "word": " to", "probability": 0.89697265625}, {"start": 712.35, "end": 712.73, "word": " abstract", "probability": 0.67578125}, {"start": 712.73, "end": 713.23, "word": " class,", "probability": 0.95849609375}, {"start": 713.37, "end": 714.05, "word": " you", "probability": 0.681640625}, {"start": 714.05, "end": 714.19, "word": " have", "probability": 0.1898193359375}, {"start": 714.19, "end": 714.31, "word": " to", "probability": 0.95556640625}, {"start": 714.31, "end": 716.19, "word": " implement", "probability": 0.4384765625}, {"start": 716.19, "end": 717.15, "word": " all", "probability": 0.71142578125}, {"start": 717.15, "end": 717.57, "word": " methods", "probability": 0.418701171875}, {"start": 717.57, "end": 718.51, "word": " in", "probability": 0.51416015625}, {"start": 718.51, "end": 719.71, "word": " the", "probability": 0.697265625}, {"start": 719.71, "end": 719.99, "word": " abstract", "probability": 0.76025390625}, {"start": 719.99, "end": 720.45, "word": " class,", "probability": 0.91943359375}, {"start": 720.49, "end": 720.61, "word": " which", "probability": 0.7392578125}, {"start": 720.61, "end": 720.71, "word": " is", "probability": 0.9013671875}, {"start": 720.71, "end": 720.83, "word": " the", "probability": 0.826171875}, {"start": 720.83, "end": 721.01, "word": " base", "probability": 0.86572265625}, {"start": 721.01, "end": 721.39, "word": " adapter", "probability": 0.861328125}, {"start": 721.39, "end": 721.99, "word": " It", "probability": 0.1512451171875}, {"start": 721.99, "end": 722.51, "word": " will", "probability": 0.49072265625}, {"start": 722.51, "end": 723.19, "word": " send", "probability": 0.38525390625}, {"start": 723.19, "end": 724.25, "word": " you", "probability": 0.833984375}, {"start": 724.25, "end": 724.41, "word": " a", "probability": 0.82177734375}, {"start": 724.41, "end": 724.69, "word": " group", "probability": 0.31005859375}, {"start": 724.69, "end": 725.99, "word": " of", "probability": 0.96630859375}, {"start": 725.99, "end": 726.35, "word": " methods", "probability": 0.8828125}], "temperature": 1.0}, {"id": 25, "seek": 75719, "start": 727.75, "end": 757.19, "text": "Now this base adapter is what you use for the list view So now if I leave this for a while and go to the main activity Do you see the list view that we got? You have to say list view and set adapter Do you see it? I say set adapter What does it take? It takes an object of the type of list adapter Which is the parent of the base adapter Okay? So now I want to prepare an adapter for it I went and made extend to base adapter", "tokens": [13267, 341, 3096, 22860, 307, 437, 291, 764, 337, 264, 1329, 1910, 407, 586, 498, 286, 1856, 341, 337, 257, 1339, 293, 352, 281, 264, 2135, 5191, 1144, 291, 536, 264, 1329, 1910, 300, 321, 658, 30, 509, 362, 281, 584, 1329, 1910, 293, 992, 22860, 1144, 291, 536, 309, 30, 286, 584, 992, 22860, 708, 775, 309, 747, 30, 467, 2516, 364, 2657, 295, 264, 2010, 295, 1329, 22860, 3013, 307, 264, 2596, 295, 264, 3096, 22860, 1033, 30, 407, 586, 286, 528, 281, 5940, 364, 22860, 337, 309, 286, 1437, 293, 1027, 10101, 281, 3096, 22860], "avg_logprob": -0.47916665944186126, "compression_ratio": 1.9230769230769231, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 727.75, "end": 728.05, "word": "Now", "probability": 0.159423828125}, {"start": 728.05, "end": 728.35, "word": " this", "probability": 0.64453125}, {"start": 728.35, "end": 728.61, "word": " base", "probability": 0.2255859375}, {"start": 728.61, "end": 729.05, "word": " adapter", "probability": 0.70458984375}, {"start": 729.05, "end": 730.23, "word": " is", "probability": 0.70849609375}, {"start": 730.23, "end": 730.71, "word": " what", "probability": 0.490966796875}, {"start": 730.71, "end": 730.91, "word": " you", "probability": 0.447998046875}, {"start": 730.91, "end": 731.25, "word": " use", "probability": 0.74267578125}, {"start": 731.25, "end": 731.41, "word": " for", "probability": 0.50830078125}, {"start": 731.41, "end": 731.45, "word": " the", "probability": 0.249267578125}, {"start": 731.45, "end": 731.61, "word": " list", "probability": 0.63134765625}, {"start": 731.61, "end": 731.85, "word": " view", "probability": 0.71484375}, {"start": 731.85, "end": 732.55, "word": " So", "probability": 0.1868896484375}, {"start": 732.55, "end": 732.93, "word": " now", "probability": 0.5498046875}, {"start": 732.93, "end": 733.25, "word": " if", "probability": 0.818359375}, {"start": 733.25, "end": 733.65, "word": " I", "probability": 0.82275390625}, {"start": 733.65, "end": 733.91, "word": " leave", "probability": 0.358154296875}, {"start": 733.91, "end": 734.17, "word": " this", "probability": 0.638671875}, {"start": 734.17, "end": 734.27, "word": " for", "probability": 0.176025390625}, {"start": 734.27, "end": 734.39, "word": " a", "probability": 0.8974609375}, {"start": 734.39, "end": 734.39, "word": " while", "probability": 0.58935546875}, {"start": 734.39, "end": 734.55, "word": " and", "probability": 0.7978515625}, {"start": 734.55, "end": 734.73, "word": " go", "probability": 0.63818359375}, {"start": 734.73, "end": 734.89, "word": " to", "probability": 0.8642578125}, {"start": 734.89, "end": 734.99, "word": " the", "probability": 0.67919921875}, {"start": 734.99, "end": 735.13, "word": " main", "probability": 0.7978515625}, {"start": 735.13, "end": 735.63, "word": " activity", "probability": 0.900390625}, {"start": 735.63, "end": 736.49, "word": " Do", "probability": 0.357177734375}, {"start": 736.49, "end": 736.49, "word": " you", "probability": 0.97314453125}, {"start": 736.49, "end": 736.69, "word": " see", "probability": 0.91455078125}, {"start": 736.69, "end": 736.85, "word": " the", "probability": 0.88134765625}, {"start": 736.85, "end": 737.07, "word": " list", "probability": 0.873046875}, {"start": 737.07, "end": 737.25, "word": " view", "probability": 0.84619140625}, {"start": 737.25, "end": 737.37, "word": " that", "probability": 0.59716796875}, {"start": 737.37, "end": 737.39, "word": " we", "probability": 0.7841796875}, {"start": 737.39, "end": 737.57, "word": " got?", "probability": 0.327880859375}, {"start": 738.11, "end": 738.51, "word": " You", "probability": 0.47900390625}, {"start": 738.51, "end": 738.51, "word": " have", "probability": 0.201171875}, {"start": 738.51, "end": 738.65, "word": " to", "probability": 0.97119140625}, {"start": 738.65, "end": 738.83, "word": " say", "probability": 0.351806640625}, {"start": 738.83, "end": 739.11, "word": " list", "probability": 0.6591796875}, {"start": 739.11, "end": 739.43, "word": " view", "probability": 0.8193359375}, {"start": 739.43, "end": 739.63, "word": " and", "probability": 0.69287109375}, {"start": 739.63, "end": 740.27, "word": " set", "probability": 0.783203125}, {"start": 740.27, "end": 742.15, "word": " adapter", "probability": 0.8310546875}, {"start": 742.15, "end": 742.41, "word": " Do", "probability": 0.377685546875}, {"start": 742.41, "end": 743.57, "word": " you", "probability": 0.9716796875}, {"start": 743.57, "end": 743.85, "word": " see", "probability": 0.92333984375}, {"start": 743.85, "end": 743.99, "word": " it?", "probability": 0.342529296875}, {"start": 743.99, "end": 744.07, "word": " I", "probability": 0.84619140625}, {"start": 744.07, "end": 744.21, "word": " say", "probability": 0.56689453125}, {"start": 744.21, "end": 744.59, "word": " set", "probability": 0.9453125}, {"start": 744.59, "end": 744.93, "word": " adapter", "probability": 0.87890625}, {"start": 744.93, "end": 745.19, "word": " What", "probability": 0.41455078125}, {"start": 745.19, "end": 745.29, "word": " does", "probability": 0.77783203125}, {"start": 745.29, "end": 745.37, "word": " it", "probability": 0.86669921875}, {"start": 745.37, "end": 745.67, "word": " take?", "probability": 0.74658203125}, {"start": 746.01, "end": 746.49, "word": " It", "probability": 0.8095703125}, {"start": 746.49, "end": 746.69, "word": " takes", "probability": 0.79541015625}, {"start": 746.69, "end": 746.77, "word": " an", "probability": 0.6796875}, {"start": 746.77, "end": 746.99, "word": " object", "probability": 0.96875}, {"start": 746.99, "end": 747.17, "word": " of", "probability": 0.5439453125}, {"start": 747.17, "end": 747.23, "word": " the", "probability": 0.6025390625}, {"start": 747.23, "end": 747.31, "word": " type", "probability": 0.3330078125}, {"start": 747.31, "end": 747.35, "word": " of", "probability": 0.47265625}, {"start": 747.35, "end": 747.65, "word": " list", "probability": 0.79150390625}, {"start": 747.65, "end": 748.71, "word": " adapter", "probability": 0.62109375}, {"start": 748.71, "end": 749.25, "word": " Which", "probability": 0.48193359375}, {"start": 749.25, "end": 749.47, "word": " is", "probability": 0.89306640625}, {"start": 749.47, "end": 749.57, "word": " the", "probability": 0.8115234375}, {"start": 749.57, "end": 749.83, "word": " parent", "probability": 0.67578125}, {"start": 749.83, "end": 750.13, "word": " of", "probability": 0.5869140625}, {"start": 750.13, "end": 750.57, "word": " the", "probability": 0.39013671875}, {"start": 750.57, "end": 751.23, "word": " base", "probability": 0.8447265625}, {"start": 751.23, "end": 751.65, "word": " adapter", "probability": 0.869140625}, {"start": 751.65, "end": 752.19, "word": " Okay?", "probability": 0.1455078125}, {"start": 752.45, "end": 752.85, "word": " So", "probability": 0.71337890625}, {"start": 752.85, "end": 753.05, "word": " now", "probability": 0.9091796875}, {"start": 753.05, "end": 753.27, "word": " I", "probability": 0.9599609375}, {"start": 753.27, "end": 753.41, "word": " want", "probability": 0.406005859375}, {"start": 753.41, "end": 753.53, "word": " to", "probability": 0.97021484375}, {"start": 753.53, "end": 753.75, "word": " prepare", "probability": 0.74853515625}, {"start": 753.75, "end": 753.93, "word": " an", "probability": 0.62060546875}, {"start": 753.93, "end": 754.21, "word": " adapter", "probability": 0.83935546875}, {"start": 754.21, "end": 754.33, "word": " for", "probability": 0.64794921875}, {"start": 754.33, "end": 754.33, "word": " it", "probability": 0.7138671875}, {"start": 754.33, "end": 754.53, "word": " I", "probability": 0.5380859375}, {"start": 754.53, "end": 754.69, "word": " went", "probability": 0.5029296875}, {"start": 754.69, "end": 754.79, "word": " and", "probability": 0.69921875}, {"start": 754.79, "end": 754.95, "word": " made", "probability": 0.282958984375}, {"start": 754.95, "end": 755.55, "word": " extend", "probability": 0.6279296875}, {"start": 755.55, "end": 755.93, "word": " to", "probability": 0.8857421875}, {"start": 755.93, "end": 756.27, "word": " base", "probability": 0.796875}, {"start": 756.27, "end": 757.19, "word": " adapter", "probability": 0.90234375}], "temperature": 1.0}, {"id": 26, "seek": 78391, "start": 759.73, "end": 783.91, "text": " So now I want to prepare the adapter and pass it to whom? To the ListView Ok, we came to do Extend Base Adapter Again, when I first did Extend, it gave me an error It said that I had to do an implement for the methods Ok, before I run anything, we said that we want to pass our adapter to whom?", "tokens": [407, 586, 286, 528, 281, 5940, 264, 22860, 293, 1320, 309, 281, 7101, 30, 1407, 264, 17668, 30203, 3477, 11, 321, 1361, 281, 360, 9881, 521, 21054, 1999, 5446, 3764, 11, 562, 286, 700, 630, 9881, 521, 11, 309, 2729, 385, 364, 6713, 467, 848, 300, 286, 632, 281, 360, 364, 4445, 337, 264, 7150, 3477, 11, 949, 286, 1190, 1340, 11, 321, 848, 300, 321, 528, 281, 1320, 527, 22860, 281, 7101, 30], "avg_logprob": -0.5562500047683716, "compression_ratio": 1.5775401069518717, "no_speech_prob": 0.0, "words": [{"start": 759.73, "end": 759.93, "word": " So", "probability": 0.27490234375}, {"start": 759.93, "end": 760.11, "word": " now", "probability": 0.654296875}, {"start": 760.11, "end": 760.31, "word": " I", "probability": 0.7099609375}, {"start": 760.31, "end": 760.49, "word": " want", "probability": 0.42138671875}, {"start": 760.49, "end": 760.61, "word": " to", "probability": 0.96728515625}, {"start": 760.61, "end": 760.83, "word": " prepare", "probability": 0.6630859375}, {"start": 760.83, "end": 760.99, "word": " the", "probability": 0.6484375}, {"start": 760.99, "end": 761.39, "word": " adapter", "probability": 0.71240234375}, {"start": 761.39, "end": 761.61, "word": " and", "probability": 0.72412109375}, {"start": 761.61, "end": 761.85, "word": " pass", "probability": 0.442138671875}, {"start": 761.85, "end": 762.03, "word": " it", "probability": 0.90283203125}, {"start": 762.03, "end": 762.13, "word": " to", "probability": 0.89111328125}, {"start": 762.13, "end": 762.31, "word": " whom?", "probability": 0.2626953125}, {"start": 762.59, "end": 763.03, "word": " To", "probability": 0.71240234375}, {"start": 763.03, "end": 763.11, "word": " the", "probability": 0.32763671875}, {"start": 763.11, "end": 763.55, "word": " ListView", "probability": 0.78466796875}, {"start": 763.55, "end": 764.51, "word": " Ok,", "probability": 0.2249755859375}, {"start": 764.71, "end": 765.27, "word": " we", "probability": 0.27294921875}, {"start": 765.27, "end": 765.35, "word": " came", "probability": 0.220458984375}, {"start": 765.35, "end": 765.51, "word": " to", "probability": 0.40869140625}, {"start": 765.51, "end": 765.63, "word": " do", "probability": 0.305908203125}, {"start": 765.63, "end": 766.21, "word": " Extend", "probability": 0.677490234375}, {"start": 766.21, "end": 766.55, "word": " Base", "probability": 0.3046875}, {"start": 766.55, "end": 766.95, "word": " Adapter", "probability": 0.7978515625}, {"start": 766.95, "end": 767.47, "word": " Again,", "probability": 0.196044921875}, {"start": 768.43, "end": 768.49, "word": " when", "probability": 0.36181640625}, {"start": 768.49, "end": 768.99, "word": " I", "probability": 0.9482421875}, {"start": 768.99, "end": 769.19, "word": " first", "probability": 0.323974609375}, {"start": 769.19, "end": 769.51, "word": " did", "probability": 0.68994140625}, {"start": 769.51, "end": 770.11, "word": " Extend,", "probability": 0.833984375}, {"start": 770.59, "end": 771.51, "word": " it", "probability": 0.49462890625}, {"start": 771.51, "end": 771.69, "word": " gave", "probability": 0.2442626953125}, {"start": 771.69, "end": 771.83, "word": " me", "probability": 0.54052734375}, {"start": 771.83, "end": 771.89, "word": " an", "probability": 0.8603515625}, {"start": 771.89, "end": 772.11, "word": " error", "probability": 0.873046875}, {"start": 772.11, "end": 774.19, "word": " It", "probability": 0.363037109375}, {"start": 774.19, "end": 774.29, "word": " said", "probability": 0.5625}, {"start": 774.29, "end": 774.45, "word": " that", "probability": 0.337890625}, {"start": 774.45, "end": 774.45, "word": " I", "probability": 0.281982421875}, {"start": 774.45, "end": 774.57, "word": " had", "probability": 0.46142578125}, {"start": 774.57, "end": 774.65, "word": " to", "probability": 0.97119140625}, {"start": 774.65, "end": 774.81, "word": " do", "probability": 0.435791015625}, {"start": 774.81, "end": 774.93, "word": " an", "probability": 0.5146484375}, {"start": 774.93, "end": 775.21, "word": " implement", "probability": 0.495361328125}, {"start": 775.21, "end": 775.43, "word": " for", "probability": 0.72900390625}, {"start": 775.43, "end": 775.53, "word": " the", "probability": 0.744140625}, {"start": 775.53, "end": 775.89, "word": " methods", "probability": 0.751953125}, {"start": 775.89, "end": 779.01, "word": " Ok,", "probability": 0.59423828125}, {"start": 779.15, "end": 779.37, "word": " before", "probability": 0.84228515625}, {"start": 779.37, "end": 779.59, "word": " I", "probability": 0.697265625}, {"start": 779.59, "end": 779.79, "word": " run", "probability": 0.1572265625}, {"start": 779.79, "end": 780.27, "word": " anything,", "probability": 0.78369140625}, {"start": 780.95, "end": 781.09, "word": " we", "probability": 0.6806640625}, {"start": 781.09, "end": 781.33, "word": " said", "probability": 0.66015625}, {"start": 781.33, "end": 782.01, "word": " that", "probability": 0.90576171875}, {"start": 782.01, "end": 782.19, "word": " we", "probability": 0.6357421875}, {"start": 782.19, "end": 782.19, "word": " want", "probability": 0.63671875}, {"start": 782.19, "end": 782.19, "word": " to", "probability": 0.9423828125}, {"start": 782.19, "end": 782.19, "word": " pass", "probability": 0.82421875}, {"start": 782.19, "end": 782.19, "word": " our", "probability": 0.53466796875}, {"start": 782.19, "end": 782.95, "word": " adapter", "probability": 0.81689453125}, {"start": 782.95, "end": 783.73, "word": " to", "probability": 0.9638671875}, {"start": 783.73, "end": 783.91, "word": " whom?", "probability": 0.9306640625}], "temperature": 1.0}, {"id": 27, "seek": 81261, "start": 785.13, "end": 812.61, "text": " Yes, we need to train them to work on them. Ok? Of course, here, how do we train an object, things, as soon as we turn it on, as soon as we turn it off? By using constructor. Now, does this have a constructor? No. Look, what are the seven methods? You have getCount, getItem, getItemId, we don't even know what getView is. Forget about them. But now, the first step is that you need to train it with things. Ok? So, we need to go and train it with constructor. So, we say public person", "tokens": [1079, 11, 321, 643, 281, 3847, 552, 281, 589, 322, 552, 13, 3477, 30, 2720, 1164, 11, 510, 11, 577, 360, 321, 3847, 364, 2657, 11, 721, 11, 382, 2321, 382, 321, 1261, 309, 322, 11, 382, 2321, 382, 321, 1261, 309, 766, 30, 3146, 1228, 47479, 13, 823, 11, 775, 341, 362, 257, 47479, 30, 883, 13, 2053, 11, 437, 366, 264, 3407, 7150, 30, 509, 362, 483, 34, 792, 11, 483, 3522, 443, 11, 483, 3522, 443, 42739, 11, 321, 500, 380, 754, 458, 437, 483, 30203, 307, 13, 18675, 466, 552, 13, 583, 586, 11, 264, 700, 1823, 307, 300, 291, 643, 281, 3847, 309, 365, 721, 13, 3477, 30, 407, 11, 321, 643, 281, 352, 293, 3847, 309, 365, 47479, 13, 407, 11, 321, 584, 1908, 954], "avg_logprob": -0.46496213295243005, "compression_ratio": 1.8066914498141264, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 785.13, "end": 785.45, "word": " Yes,", "probability": 0.1488037109375}, {"start": 785.49, "end": 785.57, "word": " we", "probability": 0.68505859375}, {"start": 785.57, "end": 785.65, "word": " need", "probability": 0.378662109375}, {"start": 785.65, "end": 785.75, "word": " to", "probability": 0.9501953125}, {"start": 785.75, "end": 785.89, "word": " train", "probability": 0.354248046875}, {"start": 785.89, "end": 786.07, "word": " them", "probability": 0.212646484375}, {"start": 786.07, "end": 786.39, "word": " to", "probability": 0.2454833984375}, {"start": 786.39, "end": 786.83, "word": " work", "probability": 0.64501953125}, {"start": 786.83, "end": 787.03, "word": " on", "probability": 0.63134765625}, {"start": 787.03, "end": 787.49, "word": " them.", "probability": 0.55078125}, {"start": 787.75, "end": 787.97, "word": " Ok?", "probability": 0.1805419921875}, {"start": 788.71, "end": 788.95, "word": " Of", "probability": 0.5166015625}, {"start": 788.95, "end": 789.07, "word": " course,", "probability": 0.9345703125}, {"start": 789.23, "end": 789.45, "word": " here,", "probability": 0.46728515625}, {"start": 789.77, "end": 790.07, "word": " how", "probability": 0.8798828125}, {"start": 790.07, "end": 790.21, "word": " do", "probability": 0.64599609375}, {"start": 790.21, "end": 790.27, "word": " we", "probability": 0.8896484375}, {"start": 790.27, "end": 790.59, "word": " train", "probability": 0.90625}, {"start": 790.59, "end": 790.89, "word": " an", "probability": 0.27587890625}, {"start": 790.89, "end": 791.35, "word": " object,", "probability": 0.97265625}, {"start": 791.53, "end": 791.95, "word": " things,", "probability": 0.478515625}, {"start": 792.11, "end": 792.21, "word": " as", "probability": 0.311279296875}, {"start": 792.21, "end": 792.31, "word": " soon", "probability": 0.9306640625}, {"start": 792.31, "end": 792.33, "word": " as", "probability": 0.96875}, {"start": 792.33, "end": 792.43, "word": " we", "probability": 0.712890625}, {"start": 792.43, "end": 792.63, "word": " turn", "probability": 0.3369140625}, {"start": 792.63, "end": 792.75, "word": " it", "probability": 0.7763671875}, {"start": 792.75, "end": 792.75, "word": " on,", "probability": 0.9423828125}, {"start": 792.81, "end": 792.89, "word": " as", "probability": 0.6767578125}, {"start": 792.89, "end": 792.95, "word": " soon", "probability": 0.9638671875}, {"start": 792.95, "end": 793.07, "word": " as", "probability": 0.97216796875}, {"start": 793.07, "end": 793.15, "word": " we", "probability": 0.943359375}, {"start": 793.15, "end": 793.31, "word": " turn", "probability": 0.52587890625}, {"start": 793.31, "end": 793.31, "word": " it", "probability": 0.923828125}, {"start": 793.31, "end": 793.47, "word": " off?", "probability": 0.9169921875}, {"start": 793.79, "end": 793.89, "word": " By", "probability": 0.640625}, {"start": 793.89, "end": 794.19, "word": " using", "probability": 0.91357421875}, {"start": 794.19, "end": 794.71, "word": " constructor.", "probability": 0.42578125}, {"start": 794.85, "end": 795.05, "word": " Now,", "probability": 0.72119140625}, {"start": 795.07, "end": 795.21, "word": " does", "probability": 0.296142578125}, {"start": 795.21, "end": 795.27, "word": " this", "probability": 0.61083984375}, {"start": 795.27, "end": 795.41, "word": " have", "probability": 0.8154296875}, {"start": 795.41, "end": 795.49, "word": " a", "probability": 0.67041015625}, {"start": 795.49, "end": 795.95, "word": " constructor?", "probability": 0.87841796875}, {"start": 797.11, "end": 797.43, "word": " No.", "probability": 0.86083984375}, {"start": 797.63, "end": 797.75, "word": " Look,", "probability": 0.7197265625}, {"start": 797.79, "end": 797.97, "word": " what", "probability": 0.35009765625}, {"start": 797.97, "end": 798.01, "word": " are", "probability": 0.75439453125}, {"start": 798.01, "end": 798.07, "word": " the", "probability": 0.66845703125}, {"start": 798.07, "end": 798.23, "word": " seven", "probability": 0.257080078125}, {"start": 798.23, "end": 798.63, "word": " methods?", "probability": 0.8857421875}, {"start": 798.83, "end": 799.15, "word": " You", "probability": 0.454833984375}, {"start": 799.15, "end": 799.25, "word": " have", "probability": 0.810546875}, {"start": 799.25, "end": 799.91, "word": " getCount,", "probability": 0.7516276041666666}, {"start": 800.03, "end": 800.59, "word": " getItem,", "probability": 0.9327799479166666}, {"start": 800.69, "end": 801.27, "word": " getItemId,", "probability": 0.8505859375}, {"start": 801.35, "end": 801.49, "word": " we", "probability": 0.56689453125}, {"start": 801.49, "end": 801.63, "word": " don't", "probability": 0.6322021484375}, {"start": 801.63, "end": 801.71, "word": " even", "probability": 0.5322265625}, {"start": 801.71, "end": 801.85, "word": " know", "probability": 0.748046875}, {"start": 801.85, "end": 801.89, "word": " what", "probability": 0.301025390625}, {"start": 801.89, "end": 802.27, "word": " getView", "probability": 0.81201171875}, {"start": 802.27, "end": 802.37, "word": " is.", "probability": 0.859375}, {"start": 803.05, "end": 803.27, "word": " Forget", "probability": 0.37646484375}, {"start": 803.27, "end": 803.45, "word": " about", "probability": 0.371337890625}, {"start": 803.45, "end": 803.65, "word": " them.", "probability": 0.53271484375}, {"start": 804.07, "end": 804.39, "word": " But", "probability": 0.89794921875}, {"start": 804.39, "end": 804.63, "word": " now,", "probability": 0.7822265625}, {"start": 804.67, "end": 804.77, "word": " the", "probability": 0.880859375}, {"start": 804.77, "end": 804.91, "word": " first", "probability": 0.8837890625}, {"start": 804.91, "end": 805.19, "word": " step", "probability": 0.91015625}, {"start": 805.19, "end": 805.35, "word": " is", "probability": 0.88720703125}, {"start": 805.35, "end": 805.43, "word": " that", "probability": 0.7138671875}, {"start": 805.43, "end": 805.61, "word": " you", "probability": 0.91455078125}, {"start": 805.61, "end": 805.77, "word": " need", "probability": 0.54052734375}, {"start": 805.77, "end": 805.89, "word": " to", "probability": 0.974609375}, {"start": 805.89, "end": 806.11, "word": " train", "probability": 0.93212890625}, {"start": 806.11, "end": 806.47, "word": " it", "probability": 0.49951171875}, {"start": 806.47, "end": 806.87, "word": " with", "probability": 0.3095703125}, {"start": 806.87, "end": 807.21, "word": " things.", "probability": 0.68505859375}, {"start": 807.71, "end": 808.01, "word": " Ok?", "probability": 0.85498046875}, {"start": 808.37, "end": 808.65, "word": " So,", "probability": 0.89599609375}, {"start": 808.67, "end": 808.85, "word": " we", "probability": 0.327392578125}, {"start": 808.85, "end": 808.85, "word": " need", "probability": 0.59521484375}, {"start": 808.85, "end": 808.97, "word": " to", "probability": 0.97216796875}, {"start": 808.97, "end": 809.03, "word": " go", "probability": 0.5986328125}, {"start": 809.03, "end": 809.15, "word": " and", "probability": 0.72509765625}, {"start": 809.15, "end": 809.37, "word": " train", "probability": 0.7431640625}, {"start": 809.37, "end": 809.59, "word": " it", "probability": 0.830078125}, {"start": 809.59, "end": 809.87, "word": " with", "probability": 0.8359375}, {"start": 809.87, "end": 810.33, "word": " constructor.", "probability": 0.65966796875}, {"start": 810.49, "end": 810.65, "word": " So,", "probability": 0.283447265625}, {"start": 810.69, "end": 810.81, "word": " we", "probability": 0.830078125}, {"start": 810.81, "end": 810.95, "word": " say", "probability": 0.494873046875}, {"start": 810.95, "end": 811.33, "word": " public", "probability": 0.5986328125}, {"start": 811.33, "end": 812.61, "word": " person", "probability": 0.69580078125}], "temperature": 1.0}, {"id": 28, "seek": 84199, "start": 815.17, "end": 841.99, "text": " adapter. We need to give him two things, which is data, which is a list of persons, which is where does this list of persons come from? From where does it come from? From the activity, because we created it in the activity. This is called a array list, better. Okay, and we need to create for him also what? The layout. We need to create for him the layout, which is, whose layout is it?", "tokens": [22860, 13, 492, 643, 281, 976, 796, 732, 721, 11, 597, 307, 1412, 11, 597, 307, 257, 1329, 295, 14453, 11, 597, 307, 689, 775, 341, 1329, 295, 14453, 808, 490, 30, 3358, 689, 775, 309, 808, 490, 30, 3358, 264, 5191, 11, 570, 321, 2942, 309, 294, 264, 5191, 13, 639, 307, 1219, 257, 10225, 1329, 11, 1101, 13, 1033, 11, 293, 321, 643, 281, 1884, 337, 796, 611, 437, 30, 440, 13333, 13, 492, 643, 281, 1884, 337, 796, 264, 13333, 11, 597, 307, 11, 6104, 13333, 307, 309, 30], "avg_logprob": -0.5154570174473588, "compression_ratio": 1.9303482587064678, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 815.17, "end": 815.53, "word": " adapter.", "probability": 0.28955078125}, {"start": 816.15, "end": 816.47, "word": " We", "probability": 0.61328125}, {"start": 816.47, "end": 816.47, "word": " need", "probability": 0.2445068359375}, {"start": 816.47, "end": 816.59, "word": " to", "probability": 0.93115234375}, {"start": 816.59, "end": 816.73, "word": " give", "probability": 0.2301025390625}, {"start": 816.73, "end": 816.87, "word": " him", "probability": 0.41015625}, {"start": 816.87, "end": 817.23, "word": " two", "probability": 0.69873046875}, {"start": 817.23, "end": 817.23, "word": " things,", "probability": 0.69921875}, {"start": 817.63, "end": 817.71, "word": " which", "probability": 0.53662109375}, {"start": 817.71, "end": 817.85, "word": " is", "probability": 0.76025390625}, {"start": 817.85, "end": 818.37, "word": " data,", "probability": 0.65869140625}, {"start": 819.19, "end": 819.39, "word": " which", "probability": 0.455322265625}, {"start": 819.39, "end": 820.37, "word": " is", "probability": 0.91845703125}, {"start": 820.37, "end": 820.49, "word": " a", "probability": 0.515625}, {"start": 820.49, "end": 820.69, "word": " list", "probability": 0.9033203125}, {"start": 820.69, "end": 820.99, "word": " of", "probability": 0.9716796875}, {"start": 820.99, "end": 821.47, "word": " persons,", "probability": 0.61865234375}, {"start": 824.87, "end": 824.95, "word": " which", "probability": 0.66845703125}, {"start": 824.95, "end": 825.09, "word": " is", "probability": 0.77587890625}, {"start": 825.09, "end": 825.27, "word": " where", "probability": 0.3603515625}, {"start": 825.27, "end": 825.43, "word": " does", "probability": 0.38232421875}, {"start": 825.43, "end": 825.81, "word": " this", "probability": 0.75927734375}, {"start": 825.81, "end": 826.09, "word": " list", "probability": 0.865234375}, {"start": 826.09, "end": 826.23, "word": " of", "probability": 0.9150390625}, {"start": 826.23, "end": 826.65, "word": " persons", "probability": 0.7724609375}, {"start": 826.65, "end": 826.65, "word": " come", "probability": 0.6416015625}, {"start": 826.65, "end": 826.65, "word": " from?", "probability": 0.88330078125}, {"start": 827.71, "end": 828.07, "word": " From", "probability": 0.31396484375}, {"start": 828.07, "end": 828.21, "word": " where", "probability": 0.69970703125}, {"start": 828.21, "end": 828.35, "word": " does", "probability": 0.76953125}, {"start": 828.35, "end": 828.37, "word": " it", "probability": 0.89794921875}, {"start": 828.37, "end": 828.57, "word": " come", "probability": 0.853515625}, {"start": 828.57, "end": 828.67, "word": " from?", "probability": 0.78515625}, {"start": 828.75, "end": 828.85, "word": " From", "probability": 0.68310546875}, {"start": 828.85, "end": 828.91, "word": " the", "probability": 0.459716796875}, {"start": 828.91, "end": 829.29, "word": " activity,", "probability": 0.912109375}, {"start": 829.39, "end": 829.49, "word": " because", "probability": 0.74365234375}, {"start": 829.49, "end": 829.65, "word": " we", "probability": 0.72021484375}, {"start": 829.65, "end": 829.93, "word": " created", "probability": 0.433837890625}, {"start": 829.93, "end": 830.21, "word": " it", "probability": 0.7958984375}, {"start": 830.21, "end": 830.29, "word": " in", "probability": 0.80517578125}, {"start": 830.29, "end": 830.35, "word": " the", "probability": 0.79931640625}, {"start": 830.35, "end": 830.77, "word": " activity.", "probability": 0.9365234375}, {"start": 832.19, "end": 832.45, "word": " This", "probability": 0.50341796875}, {"start": 832.45, "end": 832.55, "word": " is", "probability": 0.6376953125}, {"start": 832.55, "end": 832.75, "word": " called", "probability": 0.5068359375}, {"start": 832.75, "end": 832.93, "word": " a", "probability": 0.4296875}, {"start": 832.93, "end": 833.05, "word": " array", "probability": 0.3505859375}, {"start": 833.05, "end": 833.33, "word": " list,", "probability": 0.88525390625}, {"start": 833.37, "end": 833.63, "word": " better.", "probability": 0.646484375}, {"start": 835.01, "end": 835.29, "word": " Okay,", "probability": 0.5078125}, {"start": 835.45, "end": 835.57, "word": " and", "probability": 0.81689453125}, {"start": 835.57, "end": 835.63, "word": " we", "probability": 0.78857421875}, {"start": 835.63, "end": 835.75, "word": " need", "probability": 0.50048828125}, {"start": 835.75, "end": 835.85, "word": " to", "probability": 0.96826171875}, {"start": 835.85, "end": 836.01, "word": " create", "probability": 0.708984375}, {"start": 836.01, "end": 836.09, "word": " for", "probability": 0.27001953125}, {"start": 836.09, "end": 836.17, "word": " him", "probability": 0.841796875}, {"start": 836.17, "end": 836.39, "word": " also", "probability": 0.1884765625}, {"start": 836.39, "end": 836.59, "word": " what?", "probability": 0.29296875}, {"start": 837.41, "end": 837.73, "word": " The", "probability": 0.515625}, {"start": 837.73, "end": 838.55, "word": " layout.", "probability": 0.9541015625}, {"start": 839.43, "end": 839.59, "word": " We", "probability": 0.6611328125}, {"start": 839.59, "end": 839.75, "word": " need", "probability": 0.44482421875}, {"start": 839.75, "end": 839.75, "word": " to", "probability": 0.96923828125}, {"start": 839.75, "end": 839.95, "word": " create", "probability": 0.4267578125}, {"start": 839.95, "end": 840.07, "word": " for", "probability": 0.50537109375}, {"start": 840.07, "end": 840.09, "word": " him", "probability": 0.927734375}, {"start": 840.09, "end": 840.19, "word": " the", "probability": 0.7509765625}, {"start": 840.19, "end": 840.53, "word": " layout,", "probability": 0.98046875}, {"start": 840.95, "end": 841.11, "word": " which", "probability": 0.89990234375}, {"start": 841.11, "end": 841.29, "word": " is,", "probability": 0.8818359375}, {"start": 841.45, "end": 841.61, "word": " whose", "probability": 0.64990234375}, {"start": 841.61, "end": 841.83, "word": " layout", "probability": 0.966796875}, {"start": 841.83, "end": 841.99, "word": " is", "probability": 0.57373046875}, {"start": 841.99, "end": 841.99, "word": " it?", "probability": 0.7431640625}], "temperature": 1.0}, {"id": 29, "seek": 85087, "start": 843.23, "end": 850.87, "text": " of the item which I will pass as id int layout id", "tokens": [295, 264, 3174, 597, 286, 486, 1320, 382, 4496, 560, 13333, 4496], "avg_logprob": -0.799879789352417, "compression_ratio": 0.8928571428571429, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 843.23, "end": 843.47, "word": " of", "probability": 0.060150146484375}, {"start": 843.47, "end": 843.71, "word": " the", "probability": 0.52978515625}, {"start": 843.71, "end": 844.05, "word": " item", "probability": 0.85791015625}, {"start": 844.05, "end": 844.73, "word": " which", "probability": 0.2186279296875}, {"start": 844.73, "end": 845.49, "word": " I", "probability": 0.294677734375}, {"start": 845.49, "end": 845.63, "word": " will", "probability": 0.58984375}, {"start": 845.63, "end": 845.81, "word": " pass", "probability": 0.496337890625}, {"start": 845.81, "end": 846.07, "word": " as", "probability": 0.73681640625}, {"start": 846.07, "end": 846.45, "word": " id", "probability": 0.443115234375}, {"start": 846.45, "end": 847.59, "word": " int", "probability": 0.2191162109375}, {"start": 847.59, "end": 848.85, "word": " layout", "probability": 0.9248046875}, {"start": 848.85, "end": 850.87, "word": " id", "probability": 0.69384765625}], "temperature": 1.0}, {"id": 30, "seek": 87911, "start": 851.85, "end": 879.11, "text": " It needs two things. It needs layout and data. Data is what we pass through it. Layout is what we pass through it as ID. Anything that is in the resources, you use it, pass it through it, bring it to it using what? ID. Right or wrong? Drawable is not in the resources? Yes, it is drawable. It is an ID integer. Layout is not in the resources? It is also an integer. Each one of them has its own ID, which is an integer.", "tokens": [467, 2203, 732, 721, 13, 467, 2203, 13333, 293, 1412, 13, 11888, 307, 437, 321, 1320, 807, 309, 13, 20084, 346, 307, 437, 321, 1320, 807, 309, 382, 7348, 13, 11998, 300, 307, 294, 264, 3593, 11, 291, 764, 309, 11, 1320, 309, 807, 309, 11, 1565, 309, 281, 309, 1228, 437, 30, 7348, 13, 1779, 420, 2085, 30, 20386, 712, 307, 406, 294, 264, 3593, 30, 1079, 11, 309, 307, 2642, 712, 13, 467, 307, 364, 7348, 24922, 13, 20084, 346, 307, 406, 294, 264, 3593, 30, 467, 307, 611, 364, 24922, 13, 6947, 472, 295, 552, 575, 1080, 1065, 7348, 11, 597, 307, 364, 24922, 13], "avg_logprob": -0.5048738466490299, "compression_ratio": 1.926605504587156, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 851.85, "end": 852.25, "word": " It", "probability": 0.43359375}, {"start": 852.25, "end": 852.55, "word": " needs", "probability": 0.44873046875}, {"start": 852.55, "end": 852.99, "word": " two", "probability": 0.66162109375}, {"start": 852.99, "end": 852.99, "word": " things.", "probability": 0.73681640625}, {"start": 853.13, "end": 853.15, "word": " It", "probability": 0.62890625}, {"start": 853.15, "end": 853.33, "word": " needs", "probability": 0.875}, {"start": 853.33, "end": 853.71, "word": " layout", "probability": 0.498046875}, {"start": 853.71, "end": 854.11, "word": " and", "probability": 0.81005859375}, {"start": 854.11, "end": 855.31, "word": " data.", "probability": 0.7509765625}, {"start": 855.47, "end": 855.87, "word": " Data", "probability": 0.54296875}, {"start": 855.87, "end": 856.01, "word": " is", "probability": 0.53857421875}, {"start": 856.01, "end": 856.13, "word": " what", "probability": 0.68505859375}, {"start": 856.13, "end": 856.13, "word": " we", "probability": 0.81787109375}, {"start": 856.13, "end": 856.33, "word": " pass", "probability": 0.21923828125}, {"start": 856.33, "end": 856.63, "word": " through", "probability": 0.32763671875}, {"start": 856.63, "end": 856.63, "word": " it.", "probability": 0.2880859375}, {"start": 857.29, "end": 857.69, "word": " Layout", "probability": 0.6693115234375}, {"start": 857.69, "end": 857.85, "word": " is", "probability": 0.60888671875}, {"start": 857.85, "end": 857.87, "word": " what", "probability": 0.580078125}, {"start": 857.87, "end": 857.87, "word": " we", "probability": 0.77001953125}, {"start": 857.87, "end": 858.07, "word": " pass", "probability": 0.841796875}, {"start": 858.07, "end": 858.19, "word": " through", "probability": 0.712890625}, {"start": 858.19, "end": 858.27, "word": " it", "probability": 0.86669921875}, {"start": 858.27, "end": 858.39, "word": " as", "probability": 0.4228515625}, {"start": 858.39, "end": 859.69, "word": " ID.", "probability": 0.44482421875}, {"start": 860.35, "end": 860.63, "word": " Anything", "probability": 0.56103515625}, {"start": 860.63, "end": 860.97, "word": " that", "probability": 0.33251953125}, {"start": 860.97, "end": 860.97, "word": " is", "probability": 0.595703125}, {"start": 860.97, "end": 861.27, "word": " in", "probability": 0.465576171875}, {"start": 861.27, "end": 861.39, "word": " the", "probability": 0.50830078125}, {"start": 861.39, "end": 861.91, "word": " resources,", "probability": 0.837890625}, {"start": 862.11, "end": 862.91, "word": " you", "probability": 0.708984375}, {"start": 862.91, "end": 863.29, "word": " use", "probability": 0.478759765625}, {"start": 863.29, "end": 863.45, "word": " it,", "probability": 0.7177734375}, {"start": 863.47, "end": 863.77, "word": " pass", "probability": 0.75}, {"start": 863.77, "end": 863.95, "word": " it", "probability": 0.5712890625}, {"start": 863.95, "end": 863.97, "word": " through", "probability": 0.44873046875}, {"start": 863.97, "end": 863.97, "word": " it,", "probability": 0.75439453125}, {"start": 864.11, "end": 864.31, "word": " bring", "probability": 0.1995849609375}, {"start": 864.31, "end": 864.39, "word": " it", "probability": 0.9443359375}, {"start": 864.39, "end": 864.67, "word": " to", "probability": 0.2548828125}, {"start": 864.67, "end": 864.81, "word": " it", "probability": 0.63037109375}, {"start": 864.81, "end": 865.15, "word": " using", "probability": 0.2412109375}, {"start": 865.15, "end": 865.67, "word": " what?", "probability": 0.451171875}, {"start": 866.15, "end": 866.51, "word": " ID.", "probability": 0.7119140625}, {"start": 867.29, "end": 867.43, "word": " Right", "probability": 0.2900390625}, {"start": 867.43, "end": 867.63, "word": " or", "probability": 0.78125}, {"start": 867.63, "end": 867.65, "word": " wrong?", "probability": 0.75341796875}, {"start": 867.79, "end": 868.19, "word": " Drawable", "probability": 0.886962890625}, {"start": 868.19, "end": 868.29, "word": " is", "probability": 0.43017578125}, {"start": 868.29, "end": 868.35, "word": " not", "probability": 0.91162109375}, {"start": 868.35, "end": 868.55, "word": " in", "probability": 0.40869140625}, {"start": 868.55, "end": 868.69, "word": " the", "probability": 0.54052734375}, {"start": 868.69, "end": 869.05, "word": " resources?", "probability": 0.904296875}, {"start": 869.37, "end": 869.57, "word": " Yes,", "probability": 0.6328125}, {"start": 869.59, "end": 869.71, "word": " it", "probability": 0.369140625}, {"start": 869.71, "end": 869.77, "word": " is", "probability": 0.71484375}, {"start": 869.77, "end": 870.17, "word": " drawable.", "probability": 0.7008056640625}, {"start": 870.37, "end": 870.57, "word": " It", "probability": 0.5458984375}, {"start": 870.57, "end": 870.69, "word": " is", "probability": 0.8369140625}, {"start": 870.69, "end": 870.79, "word": " an", "probability": 0.440673828125}, {"start": 870.79, "end": 871.25, "word": " ID", "probability": 0.60107421875}, {"start": 871.25, "end": 871.77, "word": " integer.", "probability": 0.51416015625}, {"start": 873.55, "end": 873.95, "word": " Layout", "probability": 0.6162109375}, {"start": 873.95, "end": 874.13, "word": " is", "probability": 0.63818359375}, {"start": 874.13, "end": 874.15, "word": " not", "probability": 0.74462890625}, {"start": 874.15, "end": 874.29, "word": " in", "probability": 0.71533203125}, {"start": 874.29, "end": 874.53, "word": " the", "probability": 0.8525390625}, {"start": 874.53, "end": 874.91, "word": " resources?", "probability": 0.91162109375}, {"start": 875.05, "end": 875.21, "word": " It", "probability": 0.640625}, {"start": 875.21, "end": 875.29, "word": " is", "probability": 0.90283203125}, {"start": 875.29, "end": 875.29, "word": " also", "probability": 0.701171875}, {"start": 875.29, "end": 875.59, "word": " an", "probability": 0.88037109375}, {"start": 875.59, "end": 875.89, "word": " integer.", "probability": 0.853515625}, {"start": 875.99, "end": 876.19, "word": " Each", "probability": 0.607421875}, {"start": 876.19, "end": 876.35, "word": " one", "probability": 0.63525390625}, {"start": 876.35, "end": 876.53, "word": " of", "probability": 0.16259765625}, {"start": 876.53, "end": 876.53, "word": " them", "probability": 0.64892578125}, {"start": 876.53, "end": 876.71, "word": " has", "probability": 0.67578125}, {"start": 876.71, "end": 877.79, "word": " its", "probability": 0.57568359375}, {"start": 877.79, "end": 877.79, "word": " own", "probability": 0.83935546875}, {"start": 877.79, "end": 878.07, "word": " ID,", "probability": 0.86572265625}, {"start": 878.47, "end": 878.57, "word": " which", "probability": 0.54443359375}, {"start": 878.57, "end": 878.57, "word": " is", "probability": 0.90625}, {"start": 878.57, "end": 878.85, "word": " an", "probability": 0.68603515625}, {"start": 878.85, "end": 879.11, "word": " integer.", "probability": 0.8779296875}], "temperature": 1.0}, {"id": 31, "seek": 90694, "start": 879.84, "end": 906.94, "text": " Now, to use them in the methods below Let's go to arraylist What are these guys? Because when I say this dot persons", "tokens": [823, 11, 281, 764, 552, 294, 264, 7150, 2507, 961, 311, 352, 281, 10225, 8264, 708, 366, 613, 1074, 30, 1436, 562, 286, 584, 341, 5893, 14453], "avg_logprob": -0.6194196364709309, "compression_ratio": 1.1359223300970873, "no_speech_prob": 0.0, "words": [{"start": 879.84, "end": 880.4, "word": " Now,", "probability": 0.338623046875}, {"start": 880.78, "end": 880.96, "word": " to", "probability": 0.46826171875}, {"start": 880.96, "end": 881.68, "word": " use", "probability": 0.833984375}, {"start": 881.68, "end": 881.84, "word": " them", "probability": 0.480712890625}, {"start": 881.84, "end": 882.0, "word": " in", "probability": 0.6904296875}, {"start": 882.0, "end": 882.06, "word": " the", "probability": 0.56689453125}, {"start": 882.06, "end": 882.32, "word": " methods", "probability": 0.67041015625}, {"start": 882.32, "end": 882.9, "word": " below", "probability": 0.479248046875}, {"start": 882.9, "end": 883.86, "word": " Let's", "probability": 0.500885009765625}, {"start": 883.86, "end": 883.92, "word": " go", "probability": 0.51806640625}, {"start": 883.92, "end": 884.1, "word": " to", "probability": 0.7080078125}, {"start": 884.1, "end": 886.14, "word": " arraylist", "probability": 0.50946044921875}, {"start": 886.14, "end": 899.06, "word": " What", "probability": 0.5234375}, {"start": 899.06, "end": 900.48, "word": " are", "probability": 0.360595703125}, {"start": 900.48, "end": 900.66, "word": " these", "probability": 0.63134765625}, {"start": 900.66, "end": 900.98, "word": " guys?", "probability": 0.7001953125}, {"start": 902.34, "end": 903.1, "word": " Because", "probability": 0.325439453125}, {"start": 903.1, "end": 903.4, "word": " when", "probability": 0.6806640625}, {"start": 903.4, "end": 903.54, "word": " I", "probability": 0.861328125}, {"start": 903.54, "end": 903.88, "word": " say", "probability": 0.578125}, {"start": 903.88, "end": 904.5, "word": " this", "probability": 0.7236328125}, {"start": 904.5, "end": 906.32, "word": " dot", "probability": 0.240966796875}, {"start": 906.32, "end": 906.94, "word": " persons", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 32, "seek": 93875, "start": 909.23, "end": 938.75, "text": " person this.layout id what you passed in constructor you saved above why did I make this constructor? because in activity I want to create adapter we got list view and we want to create adapter what is the name of adapter? person adapter adapter equals new person", "tokens": [954, 341, 13, 8376, 346, 4496, 437, 291, 4678, 294, 47479, 291, 6624, 3673, 983, 630, 286, 652, 341, 47479, 30, 570, 294, 5191, 286, 528, 281, 1884, 22860, 321, 658, 1329, 1910, 293, 321, 528, 281, 1884, 22860, 437, 307, 264, 1315, 295, 22860, 30, 954, 22860, 22860, 6915, 777, 954], "avg_logprob": -0.6839622416586246, "compression_ratio": 1.6923076923076923, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 909.2299999999999, "end": 910.05, "word": " person", "probability": 0.1712646484375}, {"start": 910.05, "end": 910.65, "word": " this", "probability": 0.57763671875}, {"start": 910.65, "end": 912.31, "word": ".layout", "probability": 0.7842610677083334}, {"start": 912.31, "end": 912.83, "word": " id", "probability": 0.321044921875}, {"start": 912.83, "end": 916.79, "word": " what", "probability": 0.044952392578125}, {"start": 916.79, "end": 916.89, "word": " you", "probability": 0.339111328125}, {"start": 916.89, "end": 917.17, "word": " passed", "probability": 0.17431640625}, {"start": 917.17, "end": 917.31, "word": " in", "probability": 0.69091796875}, {"start": 917.31, "end": 917.95, "word": " constructor", "probability": 0.52587890625}, {"start": 917.95, "end": 918.57, "word": " you", "probability": 0.4365234375}, {"start": 918.57, "end": 918.79, "word": " saved", "probability": 0.2705078125}, {"start": 918.79, "end": 919.25, "word": " above", "probability": 0.3310546875}, {"start": 919.25, "end": 919.97, "word": " why", "probability": 0.281005859375}, {"start": 919.97, "end": 920.35, "word": " did", "probability": 0.41357421875}, {"start": 920.35, "end": 920.35, "word": " I", "probability": 0.66015625}, {"start": 920.35, "end": 920.57, "word": " make", "probability": 0.2724609375}, {"start": 920.57, "end": 920.75, "word": " this", "probability": 0.51513671875}, {"start": 920.75, "end": 921.25, "word": " constructor?", "probability": 0.88232421875}, {"start": 921.97, "end": 922.79, "word": " because", "probability": 0.424560546875}, {"start": 922.79, "end": 923.65, "word": " in", "probability": 0.489501953125}, {"start": 923.65, "end": 924.23, "word": " activity", "probability": 0.5859375}, {"start": 924.23, "end": 925.09, "word": " I", "probability": 0.66064453125}, {"start": 925.09, "end": 925.27, "word": " want", "probability": 0.5859375}, {"start": 925.27, "end": 925.33, "word": " to", "probability": 0.95166015625}, {"start": 925.33, "end": 925.49, "word": " create", "probability": 0.79541015625}, {"start": 925.49, "end": 925.99, "word": " adapter", "probability": 0.499755859375}, {"start": 925.99, "end": 928.75, "word": " we", "probability": 0.352783203125}, {"start": 928.75, "end": 929.09, "word": " got", "probability": 0.2303466796875}, {"start": 929.09, "end": 929.41, "word": " list", "probability": 0.320556640625}, {"start": 929.41, "end": 929.65, "word": " view", "probability": 0.703125}, {"start": 929.65, "end": 929.85, "word": " and", "probability": 0.46337890625}, {"start": 929.85, "end": 929.89, "word": " we", "probability": 0.44921875}, {"start": 929.89, "end": 929.93, "word": " want", "probability": 0.38623046875}, {"start": 929.93, "end": 929.97, "word": " to", "probability": 0.962890625}, {"start": 929.97, "end": 930.09, "word": " create", "probability": 0.86572265625}, {"start": 930.09, "end": 930.53, "word": " adapter", "probability": 0.84228515625}, {"start": 930.53, "end": 930.69, "word": " what", "probability": 0.56591796875}, {"start": 930.69, "end": 930.77, "word": " is", "probability": 0.841796875}, {"start": 930.77, "end": 930.89, "word": " the", "probability": 0.2069091796875}, {"start": 930.89, "end": 930.89, "word": " name", "probability": 0.7744140625}, {"start": 930.89, "end": 930.97, "word": " of", "probability": 0.9521484375}, {"start": 930.97, "end": 931.29, "word": " adapter?", "probability": 0.67138671875}, {"start": 931.49, "end": 932.17, "word": " person", "probability": 0.5126953125}, {"start": 932.17, "end": 934.57, "word": " adapter", "probability": 0.8798828125}, {"start": 934.57, "end": 935.55, "word": " adapter", "probability": 0.72216796875}, {"start": 935.55, "end": 936.23, "word": " equals", "probability": 0.048553466796875}, {"start": 936.23, "end": 936.77, "word": " new", "probability": 0.87060546875}, {"start": 936.77, "end": 938.75, "word": " person", "probability": 0.86181640625}], "temperature": 1.0}, {"id": 33, "seek": 96947, "start": 940.49, "end": 969.47, "text": " adapter. What do we pass to it? It is persons and we pass the id of the layout which is r.layout.person-item-design. This is the constructor of the adapter. We pass persons and pass the id of the layout which I want to use to create each element.", "tokens": [22860, 13, 708, 360, 321, 1320, 281, 309, 30, 467, 307, 14453, 293, 321, 1320, 264, 4496, 295, 264, 13333, 597, 307, 367, 13, 8376, 346, 13, 10813, 12, 270, 443, 12, 14792, 788, 13, 639, 307, 264, 47479, 295, 264, 22860, 13, 492, 1320, 14453, 293, 1320, 264, 4496, 295, 264, 13333, 597, 286, 528, 281, 764, 281, 1884, 1184, 4478, 13], "avg_logprob": -0.5185547042638063, "compression_ratio": 1.7394366197183098, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 940.49, "end": 941.03, "word": " adapter.", "probability": 0.295654296875}, {"start": 941.95, "end": 942.49, "word": " What", "probability": 0.302490234375}, {"start": 942.49, "end": 942.63, "word": " do", "probability": 0.389404296875}, {"start": 942.63, "end": 942.75, "word": " we", "probability": 0.90966796875}, {"start": 942.75, "end": 942.89, "word": " pass", "probability": 0.390380859375}, {"start": 942.89, "end": 943.13, "word": " to", "probability": 0.51318359375}, {"start": 943.13, "end": 943.23, "word": " it?", "probability": 0.68115234375}, {"start": 944.07, "end": 944.61, "word": " It", "probability": 0.1453857421875}, {"start": 944.61, "end": 944.75, "word": " is", "probability": 0.6591796875}, {"start": 944.75, "end": 945.29, "word": " persons", "probability": 0.57568359375}, {"start": 945.29, "end": 946.71, "word": " and", "probability": 0.450927734375}, {"start": 946.71, "end": 946.91, "word": " we", "probability": 0.7568359375}, {"start": 946.91, "end": 947.29, "word": " pass", "probability": 0.474365234375}, {"start": 947.29, "end": 949.07, "word": " the", "probability": 0.251220703125}, {"start": 949.07, "end": 949.87, "word": " id", "probability": 0.43505859375}, {"start": 949.87, "end": 950.07, "word": " of", "probability": 0.5986328125}, {"start": 950.07, "end": 950.21, "word": " the", "probability": 0.426513671875}, {"start": 950.21, "end": 950.41, "word": " layout", "probability": 0.95068359375}, {"start": 950.41, "end": 950.65, "word": " which", "probability": 0.296142578125}, {"start": 950.65, "end": 950.73, "word": " is", "probability": 0.93994140625}, {"start": 950.73, "end": 951.13, "word": " r", "probability": 0.53515625}, {"start": 951.13, "end": 952.71, "word": ".layout", "probability": 0.8971354166666666}, {"start": 952.71, "end": 955.65, "word": ".person", "probability": 0.775390625}, {"start": 955.65, "end": 956.55, "word": "-item", "probability": 0.6854654947916666}, {"start": 956.55, "end": 958.69, "word": "-design.", "probability": 0.9309895833333334}, {"start": 959.09, "end": 959.63, "word": " This", "probability": 0.197509765625}, {"start": 959.63, "end": 959.95, "word": " is", "probability": 0.59375}, {"start": 959.95, "end": 960.23, "word": " the", "probability": 0.8134765625}, {"start": 960.23, "end": 960.73, "word": " constructor", "probability": 0.81884765625}, {"start": 960.73, "end": 960.91, "word": " of", "probability": 0.8154296875}, {"start": 960.91, "end": 961.03, "word": " the", "probability": 0.83203125}, {"start": 961.03, "end": 961.29, "word": " adapter.", "probability": 0.81201171875}, {"start": 961.45, "end": 961.51, "word": " We", "probability": 0.8583984375}, {"start": 961.51, "end": 961.73, "word": " pass", "probability": 0.54833984375}, {"start": 961.73, "end": 962.47, "word": " persons", "probability": 0.39306640625}, {"start": 962.47, "end": 963.21, "word": " and", "probability": 0.74462890625}, {"start": 963.21, "end": 963.65, "word": " pass", "probability": 0.468505859375}, {"start": 963.65, "end": 963.91, "word": " the", "probability": 0.626953125}, {"start": 963.91, "end": 964.33, "word": " id", "probability": 0.85400390625}, {"start": 964.33, "end": 966.53, "word": " of", "probability": 0.814453125}, {"start": 966.53, "end": 966.65, "word": " the", "probability": 0.68701171875}, {"start": 966.65, "end": 967.03, "word": " layout", "probability": 0.9755859375}, {"start": 967.03, "end": 967.39, "word": " which", "probability": 0.35546875}, {"start": 967.39, "end": 967.49, "word": " I", "probability": 0.67041015625}, {"start": 967.49, "end": 967.69, "word": " want", "probability": 0.419921875}, {"start": 967.69, "end": 967.73, "word": " to", "probability": 0.9609375}, {"start": 967.73, "end": 968.15, "word": " use", "probability": 0.88427734375}, {"start": 968.15, "end": 968.71, "word": " to", "probability": 0.68994140625}, {"start": 968.71, "end": 968.99, "word": " create", "probability": 0.7783203125}, {"start": 968.99, "end": 969.23, "word": " each", "probability": 0.65283203125}, {"start": 969.23, "end": 969.47, "word": " element.", "probability": 0.8466796875}], "temperature": 1.0}, {"id": 34, "seek": 99838, "start": 971.52, "end": 998.38, "text": " What we have done so far is to pass the data and the layout to the adapter. The adapter is working on them, but it is not working on them yet, so we will let it work on them. Let's go back to the main activity. We passed the data and the layout ID and stored it here. There are methods below. For example, there is a method called getCount.", "tokens": [708, 321, 362, 1096, 370, 1400, 307, 281, 1320, 264, 1412, 293, 264, 13333, 281, 264, 22860, 13, 440, 22860, 307, 1364, 322, 552, 11, 457, 309, 307, 406, 1364, 322, 552, 1939, 11, 370, 321, 486, 718, 309, 589, 322, 552, 13, 961, 311, 352, 646, 281, 264, 2135, 5191, 13, 492, 4678, 264, 1412, 293, 264, 13333, 7348, 293, 12187, 309, 510, 13, 821, 366, 7150, 2507, 13, 1171, 1365, 11, 456, 307, 257, 3170, 1219, 483, 34, 792, 13], "avg_logprob": -0.455572296337909, "compression_ratio": 1.688118811881188, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 971.52, "end": 972.0, "word": " What", "probability": 0.1358642578125}, {"start": 972.0, "end": 972.48, "word": " we", "probability": 0.85693359375}, {"start": 972.48, "end": 972.72, "word": " have", "probability": 0.308837890625}, {"start": 972.72, "end": 972.72, "word": " done", "probability": 0.861328125}, {"start": 972.72, "end": 973.12, "word": " so", "probability": 0.295654296875}, {"start": 973.12, "end": 973.3, "word": " far", "probability": 0.94482421875}, {"start": 973.3, "end": 973.54, "word": " is", "probability": 0.8134765625}, {"start": 973.54, "end": 973.6, "word": " to", "probability": 0.36279296875}, {"start": 973.6, "end": 973.82, "word": " pass", "probability": 0.484375}, {"start": 973.82, "end": 975.68, "word": " the", "probability": 0.58642578125}, {"start": 975.68, "end": 976.12, "word": " data", "probability": 0.89013671875}, {"start": 976.12, "end": 976.42, "word": " and", "probability": 0.8583984375}, {"start": 976.42, "end": 976.52, "word": " the", "probability": 0.38623046875}, {"start": 976.52, "end": 976.94, "word": " layout", "probability": 0.92431640625}, {"start": 976.94, "end": 977.36, "word": " to", "probability": 0.83837890625}, {"start": 977.36, "end": 977.84, "word": " the", "probability": 0.85595703125}, {"start": 977.84, "end": 978.22, "word": " adapter.", "probability": 0.71044921875}, {"start": 978.34, "end": 978.46, "word": " The", "probability": 0.7744140625}, {"start": 978.46, "end": 978.78, "word": " adapter", "probability": 0.83935546875}, {"start": 978.78, "end": 978.96, "word": " is", "probability": 0.37890625}, {"start": 978.96, "end": 979.12, "word": " working", "probability": 0.5986328125}, {"start": 979.12, "end": 979.3, "word": " on", "probability": 0.73388671875}, {"start": 979.3, "end": 979.58, "word": " them,", "probability": 0.7998046875}, {"start": 979.84, "end": 980.6, "word": " but", "probability": 0.6201171875}, {"start": 980.6, "end": 980.64, "word": " it", "probability": 0.383544921875}, {"start": 980.64, "end": 980.92, "word": " is", "probability": 0.41015625}, {"start": 980.92, "end": 980.92, "word": " not", "probability": 0.8310546875}, {"start": 980.92, "end": 981.18, "word": " working", "probability": 0.82421875}, {"start": 981.18, "end": 981.42, "word": " on", "probability": 0.75732421875}, {"start": 981.42, "end": 981.54, "word": " them", "probability": 0.84521484375}, {"start": 981.54, "end": 981.54, "word": " yet,", "probability": 0.64306640625}, {"start": 981.64, "end": 981.72, "word": " so", "probability": 0.86474609375}, {"start": 981.72, "end": 981.96, "word": " we", "probability": 0.7373046875}, {"start": 981.96, "end": 981.98, "word": " will", "probability": 0.374267578125}, {"start": 981.98, "end": 982.32, "word": " let", "probability": 0.251953125}, {"start": 982.32, "end": 982.48, "word": " it", "probability": 0.8291015625}, {"start": 982.48, "end": 982.66, "word": " work", "probability": 0.818359375}, {"start": 982.66, "end": 982.82, "word": " on", "probability": 0.8603515625}, {"start": 982.82, "end": 982.94, "word": " them.", "probability": 0.8916015625}, {"start": 985.44, "end": 985.92, "word": " Let's", "probability": 0.43487548828125}, {"start": 985.92, "end": 986.12, "word": " go", "probability": 0.6513671875}, {"start": 986.12, "end": 986.18, "word": " back", "probability": 0.86376953125}, {"start": 986.18, "end": 986.38, "word": " to", "probability": 0.9677734375}, {"start": 986.38, "end": 986.52, "word": " the", "probability": 0.810546875}, {"start": 986.52, "end": 986.7, "word": " main", "probability": 0.7685546875}, {"start": 986.7, "end": 987.12, "word": " activity.", "probability": 0.89990234375}, {"start": 987.3, "end": 987.46, "word": " We", "probability": 0.412109375}, {"start": 987.46, "end": 987.76, "word": " passed", "probability": 0.54541015625}, {"start": 987.76, "end": 988.02, "word": " the", "probability": 0.83935546875}, {"start": 988.02, "end": 988.36, "word": " data", "probability": 0.94775390625}, {"start": 988.36, "end": 988.56, "word": " and", "probability": 0.48828125}, {"start": 988.56, "end": 989.44, "word": " the", "probability": 0.72705078125}, {"start": 989.44, "end": 989.78, "word": " layout", "probability": 0.86083984375}, {"start": 989.78, "end": 989.86, "word": " ID", "probability": 0.491455078125}, {"start": 989.86, "end": 990.64, "word": " and", "probability": 0.440673828125}, {"start": 990.64, "end": 991.44, "word": " stored", "probability": 0.38671875}, {"start": 991.44, "end": 991.62, "word": " it", "probability": 0.6494140625}, {"start": 991.62, "end": 991.78, "word": " here.", "probability": 0.72607421875}, {"start": 992.78, "end": 993.26, "word": " There", "probability": 0.2161865234375}, {"start": 993.26, "end": 993.26, "word": " are", "probability": 0.87109375}, {"start": 993.26, "end": 994.4, "word": " methods", "probability": 0.8564453125}, {"start": 994.4, "end": 994.4, "word": " below.", "probability": 0.273193359375}, {"start": 996.28, "end": 996.76, "word": " For", "probability": 0.82861328125}, {"start": 996.76, "end": 996.88, "word": " example,", "probability": 0.9482421875}, {"start": 996.96, "end": 997.1, "word": " there", "probability": 0.8994140625}, {"start": 997.1, "end": 997.1, "word": " is", "probability": 0.92626953125}, {"start": 997.1, "end": 997.18, "word": " a", "probability": 0.9677734375}, {"start": 997.18, "end": 997.4, "word": " method", "probability": 0.94921875}, {"start": 997.4, "end": 997.72, "word": " called", "probability": 0.8505859375}, {"start": 997.72, "end": 998.38, "word": " getCount.", "probability": 0.701171875}], "temperature": 1.0}, {"id": 35, "seek": 102145, "start": 999.23, "end": 1021.45, "text": " What does getCount mean? It's the number of elements. What does it return? Integer. This is the number of elements that getCount is going to use, not me. This is really when the activity starts, and the ListView takes the adapter, and the ListView itself takes getCount to know how many elements are added to the screen.", "tokens": [708, 775, 483, 34, 792, 914, 30, 467, 311, 264, 1230, 295, 4959, 13, 708, 775, 309, 2736, 30, 5681, 30744, 13, 639, 307, 264, 1230, 295, 4959, 300, 483, 34, 792, 307, 516, 281, 764, 11, 406, 385, 13, 639, 307, 534, 562, 264, 5191, 3719, 11, 293, 264, 17668, 30203, 2516, 264, 22860, 11, 293, 264, 17668, 30203, 2564, 2516, 483, 34, 792, 281, 458, 577, 867, 4959, 366, 3869, 281, 264, 2568, 13], "avg_logprob": -0.5219155937046199, "compression_ratio": 1.7540983606557377, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 999.23, "end": 999.53, "word": " What", "probability": 0.17626953125}, {"start": 999.53, "end": 999.73, "word": " does", "probability": 0.469482421875}, {"start": 999.73, "end": 1000.81, "word": " getCount", "probability": 0.5716959635416666}, {"start": 1000.81, "end": 1000.81, "word": " mean?", "probability": 0.75732421875}, {"start": 1000.87, "end": 1001.21, "word": " It's", "probability": 0.45849609375}, {"start": 1001.21, "end": 1001.29, "word": " the", "probability": 0.640625}, {"start": 1001.29, "end": 1001.41, "word": " number", "probability": 0.87353515625}, {"start": 1001.41, "end": 1001.55, "word": " of", "probability": 0.9716796875}, {"start": 1001.55, "end": 1001.91, "word": " elements.", "probability": 0.6865234375}, {"start": 1002.13, "end": 1002.45, "word": " What", "probability": 0.5693359375}, {"start": 1002.45, "end": 1002.47, "word": " does", "probability": 0.4384765625}, {"start": 1002.47, "end": 1003.39, "word": " it", "probability": 0.4599609375}, {"start": 1003.39, "end": 1003.39, "word": " return?", "probability": 0.294921875}, {"start": 1003.79, "end": 1004.35, "word": " Integer.", "probability": 0.729736328125}, {"start": 1005.23, "end": 1005.61, "word": " This", "probability": 0.404052734375}, {"start": 1005.61, "end": 1005.69, "word": " is", "probability": 0.40283203125}, {"start": 1005.69, "end": 1005.73, "word": " the", "probability": 0.72900390625}, {"start": 1005.73, "end": 1005.95, "word": " number", "probability": 0.9052734375}, {"start": 1005.95, "end": 1006.47, "word": " of", "probability": 0.966796875}, {"start": 1006.47, "end": 1007.23, "word": " elements", "probability": 0.74072265625}, {"start": 1007.23, "end": 1008.31, "word": " that", "probability": 0.59765625}, {"start": 1008.31, "end": 1009.39, "word": " getCount", "probability": 0.8566080729166666}, {"start": 1009.39, "end": 1009.51, "word": " is", "probability": 0.2685546875}, {"start": 1009.51, "end": 1009.81, "word": " going", "probability": 0.6171875}, {"start": 1009.81, "end": 1009.83, "word": " to", "probability": 0.9716796875}, {"start": 1009.83, "end": 1010.21, "word": " use,", "probability": 0.83642578125}, {"start": 1010.25, "end": 1010.25, "word": " not", "probability": 0.69970703125}, {"start": 1010.25, "end": 1010.25, "word": " me.", "probability": 0.82177734375}, {"start": 1010.81, "end": 1010.99, "word": " This", "probability": 0.4169921875}, {"start": 1010.99, "end": 1011.07, "word": " is", "probability": 0.73046875}, {"start": 1011.07, "end": 1011.39, "word": " really", "probability": 0.4052734375}, {"start": 1011.39, "end": 1011.71, "word": " when", "probability": 0.3125}, {"start": 1011.71, "end": 1012.55, "word": " the", "probability": 0.224609375}, {"start": 1012.55, "end": 1013.79, "word": " activity", "probability": 0.68408203125}, {"start": 1013.79, "end": 1013.79, "word": " starts,", "probability": 0.55224609375}, {"start": 1014.11, "end": 1014.49, "word": " and", "probability": 0.634765625}, {"start": 1014.49, "end": 1014.55, "word": " the", "probability": 0.50390625}, {"start": 1014.55, "end": 1014.97, "word": " ListView", "probability": 0.82421875}, {"start": 1014.97, "end": 1015.25, "word": " takes", "probability": 0.67578125}, {"start": 1015.25, "end": 1015.41, "word": " the", "probability": 0.7861328125}, {"start": 1015.41, "end": 1015.79, "word": " adapter,", "probability": 0.7763671875}, {"start": 1015.95, "end": 1015.99, "word": " and", "probability": 0.2303466796875}, {"start": 1015.99, "end": 1015.99, "word": " the", "probability": 0.75341796875}, {"start": 1015.99, "end": 1016.37, "word": " ListView", "probability": 0.92919921875}, {"start": 1016.37, "end": 1016.63, "word": " itself", "probability": 0.5927734375}, {"start": 1016.63, "end": 1016.95, "word": " takes", "probability": 0.08111572265625}, {"start": 1016.95, "end": 1018.75, "word": " getCount", "probability": 0.7862955729166666}, {"start": 1018.75, "end": 1018.89, "word": " to", "probability": 0.3369140625}, {"start": 1018.89, "end": 1019.39, "word": " know", "probability": 0.67919921875}, {"start": 1019.39, "end": 1020.51, "word": " how", "probability": 0.86279296875}, {"start": 1020.51, "end": 1020.59, "word": " many", "probability": 0.86181640625}, {"start": 1020.59, "end": 1020.73, "word": " elements", "probability": 0.76953125}, {"start": 1020.73, "end": 1020.85, "word": " are", "probability": 0.49560546875}, {"start": 1020.85, "end": 1021.01, "word": " added", "probability": 0.43505859375}, {"start": 1021.01, "end": 1021.13, "word": " to", "probability": 0.6904296875}, {"start": 1021.13, "end": 1021.21, "word": " the", "probability": 0.91259765625}, {"start": 1021.21, "end": 1021.45, "word": " screen.", "probability": 0.8662109375}], "temperature": 1.0}, {"id": 36, "seek": 105031, "start": 1022.61, "end": 1050.31, "text": " And then for all the elements, you walk on them one by one and you create them So this is important, the get count for whom and not for me, for the nest view Because it will not be created No, I am doing an override, it is actually returning an integer, so it is putting return zero as a primitive thing Because this must return the number of what? The existing elements Which is the number of whom? The number of objects that are in the list So you say persons dot what? dot size", "tokens": [400, 550, 337, 439, 264, 4959, 11, 291, 1792, 322, 552, 472, 538, 472, 293, 291, 1884, 552, 407, 341, 307, 1021, 11, 264, 483, 1207, 337, 7101, 293, 406, 337, 385, 11, 337, 264, 15646, 1910, 1436, 309, 486, 406, 312, 2942, 883, 11, 286, 669, 884, 364, 42321, 11, 309, 307, 767, 12678, 364, 24922, 11, 370, 309, 307, 3372, 2736, 4018, 382, 257, 28540, 551, 1436, 341, 1633, 2736, 264, 1230, 295, 437, 30, 440, 6741, 4959, 3013, 307, 264, 1230, 295, 7101, 30, 440, 1230, 295, 6565, 300, 366, 294, 264, 1329, 407, 291, 584, 14453, 5893, 437, 30, 5893, 2744], "avg_logprob": -0.6173349242165403, "compression_ratio": 1.788104089219331, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1022.61, "end": 1022.79, "word": " And", "probability": 0.1932373046875}, {"start": 1022.79, "end": 1023.03, "word": " then", "probability": 0.521484375}, {"start": 1023.03, "end": 1023.49, "word": " for", "probability": 0.2376708984375}, {"start": 1023.49, "end": 1023.77, "word": " all", "probability": 0.61279296875}, {"start": 1023.77, "end": 1023.81, "word": " the", "probability": 0.310302734375}, {"start": 1023.81, "end": 1024.05, "word": " elements,", "probability": 0.77783203125}, {"start": 1024.19, "end": 1024.29, "word": " you", "probability": 0.78857421875}, {"start": 1024.29, "end": 1024.45, "word": " walk", "probability": 0.07611083984375}, {"start": 1024.45, "end": 1024.63, "word": " on", "probability": 0.34912109375}, {"start": 1024.63, "end": 1024.77, "word": " them", "probability": 0.57763671875}, {"start": 1024.77, "end": 1025.09, "word": " one", "probability": 0.6259765625}, {"start": 1025.09, "end": 1025.71, "word": " by", "probability": 0.95654296875}, {"start": 1025.71, "end": 1025.83, "word": " one", "probability": 0.931640625}, {"start": 1025.83, "end": 1025.97, "word": " and", "probability": 0.422119140625}, {"start": 1025.97, "end": 1026.05, "word": " you", "probability": 0.22802734375}, {"start": 1026.05, "end": 1026.21, "word": " create", "probability": 0.1461181640625}, {"start": 1026.21, "end": 1026.39, "word": " them", "probability": 0.73046875}, {"start": 1026.39, "end": 1026.83, "word": " So", "probability": 0.26513671875}, {"start": 1026.83, "end": 1027.05, "word": " this", "probability": 0.45361328125}, {"start": 1027.05, "end": 1027.15, "word": " is", "probability": 0.603515625}, {"start": 1027.15, "end": 1027.35, "word": " important,", "probability": 0.52587890625}, {"start": 1027.45, "end": 1027.51, "word": " the", "probability": 0.31787109375}, {"start": 1027.51, "end": 1027.61, "word": " get", "probability": 0.51513671875}, {"start": 1027.61, "end": 1027.89, "word": " count", "probability": 0.63720703125}, {"start": 1027.89, "end": 1028.09, "word": " for", "probability": 0.55224609375}, {"start": 1028.09, "end": 1028.21, "word": " whom", "probability": 0.462158203125}, {"start": 1028.21, "end": 1028.31, "word": " and", "probability": 0.55517578125}, {"start": 1028.31, "end": 1028.43, "word": " not", "probability": 0.89599609375}, {"start": 1028.43, "end": 1028.57, "word": " for", "probability": 0.84228515625}, {"start": 1028.57, "end": 1028.81, "word": " me,", "probability": 0.6005859375}, {"start": 1028.89, "end": 1029.63, "word": " for", "probability": 0.78515625}, {"start": 1029.63, "end": 1029.75, "word": " the", "probability": 0.7255859375}, {"start": 1029.75, "end": 1029.91, "word": " nest", "probability": 0.451904296875}, {"start": 1029.91, "end": 1030.25, "word": " view", "probability": 0.869140625}, {"start": 1030.25, "end": 1031.33, "word": " Because", "probability": 0.467041015625}, {"start": 1031.33, "end": 1031.53, "word": " it", "probability": 0.477294921875}, {"start": 1031.53, "end": 1031.67, "word": " will", "probability": 0.5576171875}, {"start": 1031.67, "end": 1031.77, "word": " not", "probability": 0.57080078125}, {"start": 1031.77, "end": 1031.79, "word": " be", "probability": 0.2177734375}, {"start": 1031.79, "end": 1031.97, "word": " created", "probability": 0.75634765625}, {"start": 1031.97, "end": 1032.83, "word": " No,", "probability": 0.288330078125}, {"start": 1033.23, "end": 1033.69, "word": " I", "probability": 0.58056640625}, {"start": 1033.69, "end": 1033.83, "word": " am", "probability": 0.30615234375}, {"start": 1033.83, "end": 1033.97, "word": " doing", "probability": 0.46142578125}, {"start": 1033.97, "end": 1034.09, "word": " an", "probability": 0.288330078125}, {"start": 1034.09, "end": 1034.47, "word": " override,", "probability": 0.90234375}, {"start": 1034.53, "end": 1034.71, "word": " it", "probability": 0.703125}, {"start": 1034.71, "end": 1034.75, "word": " is", "probability": 0.434326171875}, {"start": 1034.75, "end": 1035.11, "word": " actually", "probability": 0.1947021484375}, {"start": 1035.11, "end": 1035.75, "word": " returning", "probability": 0.71923828125}, {"start": 1035.75, "end": 1035.91, "word": " an", "probability": 0.491455078125}, {"start": 1035.91, "end": 1036.11, "word": " integer,", "probability": 0.9345703125}, {"start": 1036.23, "end": 1036.31, "word": " so", "probability": 0.69921875}, {"start": 1036.31, "end": 1036.45, "word": " it", "probability": 0.6904296875}, {"start": 1036.45, "end": 1036.65, "word": " is", "probability": 0.1610107421875}, {"start": 1036.65, "end": 1036.65, "word": " putting", "probability": 0.371826171875}, {"start": 1036.65, "end": 1037.17, "word": " return", "probability": 0.233154296875}, {"start": 1037.17, "end": 1037.57, "word": " zero", "probability": 0.44091796875}, {"start": 1037.57, "end": 1037.75, "word": " as", "probability": 0.7509765625}, {"start": 1037.75, "end": 1037.83, "word": " a", "probability": 0.486572265625}, {"start": 1037.83, "end": 1038.31, "word": " primitive", "probability": 0.50390625}, {"start": 1038.31, "end": 1038.91, "word": " thing", "probability": 0.473876953125}, {"start": 1038.91, "end": 1039.43, "word": " Because", "probability": 0.7900390625}, {"start": 1039.43, "end": 1039.67, "word": " this", "probability": 0.77880859375}, {"start": 1039.67, "end": 1039.89, "word": " must", "probability": 0.348388671875}, {"start": 1039.89, "end": 1040.23, "word": " return", "probability": 0.66748046875}, {"start": 1040.23, "end": 1040.37, "word": " the", "probability": 0.77001953125}, {"start": 1040.37, "end": 1040.51, "word": " number", "probability": 0.86376953125}, {"start": 1040.51, "end": 1040.73, "word": " of", "probability": 0.95849609375}, {"start": 1040.73, "end": 1040.89, "word": " what?", "probability": 0.2626953125}, {"start": 1041.75, "end": 1042.07, "word": " The", "probability": 0.70849609375}, {"start": 1042.07, "end": 1042.15, "word": " existing", "probability": 0.69482421875}, {"start": 1042.15, "end": 1042.41, "word": " elements", "probability": 0.88232421875}, {"start": 1042.41, "end": 1043.29, "word": " Which", "probability": 0.44775390625}, {"start": 1043.29, "end": 1043.43, "word": " is", "probability": 0.6591796875}, {"start": 1043.43, "end": 1043.53, "word": " the", "probability": 0.75}, {"start": 1043.53, "end": 1043.65, "word": " number", "probability": 0.921875}, {"start": 1043.65, "end": 1043.77, "word": " of", "probability": 0.91943359375}, {"start": 1043.77, "end": 1043.93, "word": " whom?", "probability": 0.65283203125}, {"start": 1044.81, "end": 1044.95, "word": " The", "probability": 0.666015625}, {"start": 1044.95, "end": 1045.07, "word": " number", "probability": 0.93017578125}, {"start": 1045.07, "end": 1045.21, "word": " of", "probability": 0.9716796875}, {"start": 1045.21, "end": 1045.53, "word": " objects", "probability": 0.771484375}, {"start": 1045.53, "end": 1045.69, "word": " that", "probability": 0.242919921875}, {"start": 1045.69, "end": 1045.79, "word": " are", "probability": 0.587890625}, {"start": 1045.79, "end": 1045.95, "word": " in", "probability": 0.7392578125}, {"start": 1045.95, "end": 1046.01, "word": " the", "probability": 0.8759765625}, {"start": 1046.01, "end": 1046.13, "word": " list", "probability": 0.796875}, {"start": 1046.13, "end": 1046.25, "word": " So", "probability": 0.681640625}, {"start": 1046.25, "end": 1046.39, "word": " you", "probability": 0.8740234375}, {"start": 1046.39, "end": 1046.53, "word": " say", "probability": 0.623046875}, {"start": 1046.53, "end": 1047.35, "word": " persons", "probability": 0.82177734375}, {"start": 1047.35, "end": 1048.53, "word": " dot", "probability": 0.7421875}, {"start": 1048.53, "end": 1048.93, "word": " what?", "probability": 0.63232421875}, {"start": 1049.71, "end": 1049.95, "word": " dot", "probability": 0.443115234375}, {"start": 1049.95, "end": 1050.31, "word": " size", "probability": 0.82177734375}], "temperature": 1.0}, {"id": 37, "seek": 107340, "start": 1051.8, "end": 1073.4, "text": "The method arraylist has a method called dot size that gives you the number of elements in the list. Now, there is a method called getitem. It gives you a position and returns an object. It gives you the place of the element and returns the element.", "tokens": [2278, 3170, 10225, 8264, 575, 257, 3170, 1219, 5893, 2744, 300, 2709, 291, 264, 1230, 295, 4959, 294, 264, 1329, 13, 823, 11, 456, 307, 257, 3170, 1219, 483, 270, 443, 13, 467, 2709, 291, 257, 2535, 293, 11247, 364, 2657, 13, 467, 2709, 291, 264, 1081, 295, 264, 4478, 293, 11247, 264, 4478, 13], "avg_logprob": -0.45731025614908766, "compression_ratio": 1.7291666666666667, "no_speech_prob": 0.0, "words": [{"start": 1051.8, "end": 1052.06, "word": "The", "probability": 0.65966796875}, {"start": 1052.06, "end": 1052.3, "word": " method", "probability": 0.8056640625}, {"start": 1052.3, "end": 1053.82, "word": " arraylist", "probability": 0.4700927734375}, {"start": 1053.82, "end": 1054.38, "word": " has", "probability": 0.423583984375}, {"start": 1054.38, "end": 1054.48, "word": " a", "probability": 0.63525390625}, {"start": 1054.48, "end": 1054.64, "word": " method", "probability": 0.916015625}, {"start": 1054.64, "end": 1054.78, "word": " called", "probability": 0.477294921875}, {"start": 1054.78, "end": 1054.84, "word": " dot", "probability": 0.21240234375}, {"start": 1054.84, "end": 1055.16, "word": " size", "probability": 0.58642578125}, {"start": 1055.16, "end": 1055.28, "word": " that", "probability": 0.341064453125}, {"start": 1055.28, "end": 1055.38, "word": " gives", "probability": 0.324462890625}, {"start": 1055.38, "end": 1055.54, "word": " you", "probability": 0.59521484375}, {"start": 1055.54, "end": 1055.6, "word": " the", "probability": 0.70703125}, {"start": 1055.6, "end": 1055.72, "word": " number", "probability": 0.84619140625}, {"start": 1055.72, "end": 1055.84, "word": " of", "probability": 0.974609375}, {"start": 1055.84, "end": 1056.14, "word": " elements", "probability": 0.7744140625}, {"start": 1056.14, "end": 1056.44, "word": " in", "probability": 0.82958984375}, {"start": 1056.44, "end": 1056.68, "word": " the", "probability": 0.783203125}, {"start": 1056.68, "end": 1056.94, "word": " list.", "probability": 0.6943359375}, {"start": 1059.22, "end": 1059.56, "word": " Now,", "probability": 0.2474365234375}, {"start": 1059.64, "end": 1059.94, "word": " there", "probability": 0.8984375}, {"start": 1059.94, "end": 1059.94, "word": " is", "probability": 0.8203125}, {"start": 1059.94, "end": 1060.04, "word": " a", "probability": 0.9150390625}, {"start": 1060.04, "end": 1060.26, "word": " method", "probability": 0.955078125}, {"start": 1060.26, "end": 1060.64, "word": " called", "probability": 0.8388671875}, {"start": 1060.64, "end": 1062.62, "word": " getitem.", "probability": 0.8046875}, {"start": 1065.06, "end": 1065.58, "word": " It", "probability": 0.56787109375}, {"start": 1065.58, "end": 1066.4, "word": " gives", "probability": 0.416748046875}, {"start": 1066.4, "end": 1066.62, "word": " you", "probability": 0.54638671875}, {"start": 1066.62, "end": 1067.08, "word": " a", "probability": 0.5400390625}, {"start": 1067.08, "end": 1067.38, "word": " position", "probability": 0.931640625}, {"start": 1067.38, "end": 1068.58, "word": " and", "probability": 0.72900390625}, {"start": 1068.58, "end": 1068.88, "word": " returns", "probability": 0.509765625}, {"start": 1068.88, "end": 1069.3, "word": " an", "probability": 0.60888671875}, {"start": 1069.3, "end": 1070.2, "word": " object.", "probability": 0.970703125}, {"start": 1070.84, "end": 1071.3, "word": " It", "probability": 0.49267578125}, {"start": 1071.3, "end": 1071.5, "word": " gives", "probability": 0.6923828125}, {"start": 1071.5, "end": 1071.7, "word": " you", "probability": 0.78759765625}, {"start": 1071.7, "end": 1071.74, "word": " the", "probability": 0.67138671875}, {"start": 1071.74, "end": 1071.86, "word": " place", "probability": 0.3818359375}, {"start": 1071.86, "end": 1072.04, "word": " of", "probability": 0.8623046875}, {"start": 1072.04, "end": 1072.12, "word": " the", "probability": 0.76416015625}, {"start": 1072.12, "end": 1072.34, "word": " element", "probability": 0.50634765625}, {"start": 1072.34, "end": 1072.58, "word": " and", "probability": 0.798828125}, {"start": 1072.58, "end": 1072.84, "word": " returns", "probability": 0.78662109375}, {"start": 1072.84, "end": 1073.4, "word": " the", "probability": 0.572265625}, {"start": 1073.4, "end": 1073.4, "word": " element.", "probability": 0.6962890625}], "temperature": 1.0}, {"id": 38, "seek": 108184, "start": 1076.35, "end": 1081.85, "text": " Now, what should I say? Persons that get", "tokens": [823, 11, 437, 820, 286, 584, 30, 14006, 892, 300, 483], "avg_logprob": -0.5377604365348816, "compression_ratio": 0.8723404255319149, "no_speech_prob": 0.0, "words": [{"start": 1076.35, "end": 1076.79, "word": " Now,", "probability": 0.45361328125}, {"start": 1077.47, "end": 1078.07, "word": " what", "probability": 0.67578125}, {"start": 1078.07, "end": 1078.19, "word": " should", "probability": 0.330322265625}, {"start": 1078.19, "end": 1078.27, "word": " I", "probability": 0.94921875}, {"start": 1078.27, "end": 1078.49, "word": " say?", "probability": 0.441162109375}, {"start": 1079.21, "end": 1080.11, "word": " Persons", "probability": 0.669189453125}, {"start": 1080.11, "end": 1081.39, "word": " that", "probability": 0.74267578125}, {"start": 1081.39, "end": 1081.85, "word": " get", "probability": 0.9208984375}], "temperature": 1.0}, {"id": 39, "seek": 111131, "start": 1083.99, "end": 1111.31, "text": " Position. I want the first element in the list. Of course, this will be zero. So, it will bring the element to get zero. So, by the indication of the place, it will bring the element to whom? The element. This is how I apply the method. Also, it is not me who will use it. The ListView will read when I click on an element. When I click on a specific position. By using the position, it will bring me the data. By using this method.", "tokens": [29780, 13, 286, 528, 264, 700, 4478, 294, 264, 1329, 13, 2720, 1164, 11, 341, 486, 312, 4018, 13, 407, 11, 309, 486, 1565, 264, 4478, 281, 483, 4018, 13, 407, 11, 538, 264, 18877, 295, 264, 1081, 11, 309, 486, 1565, 264, 4478, 281, 7101, 30, 440, 4478, 13, 639, 307, 577, 286, 3079, 264, 3170, 13, 2743, 11, 309, 307, 406, 385, 567, 486, 764, 309, 13, 440, 17668, 30203, 486, 1401, 562, 286, 2052, 322, 364, 4478, 13, 1133, 286, 2052, 322, 257, 2685, 2535, 13, 3146, 1228, 264, 2535, 11, 309, 486, 1565, 385, 264, 1412, 13, 3146, 1228, 341, 3170, 13], "avg_logprob": -0.5286215008976304, "compression_ratio": 1.9330357142857142, "no_speech_prob": 1.0073184967041016e-05, "words": [{"start": 1083.99, "end": 1084.39, "word": " Position.", "probability": 0.1177978515625}, {"start": 1085.53, "end": 1085.87, "word": " I", "probability": 0.1990966796875}, {"start": 1085.87, "end": 1086.81, "word": " want", "probability": 0.5869140625}, {"start": 1086.81, "end": 1086.97, "word": " the", "probability": 0.71923828125}, {"start": 1086.97, "end": 1087.15, "word": " first", "probability": 0.63818359375}, {"start": 1087.15, "end": 1087.15, "word": " element", "probability": 0.4326171875}, {"start": 1087.15, "end": 1088.33, "word": " in", "probability": 0.634765625}, {"start": 1088.33, "end": 1088.81, "word": " the", "probability": 0.8193359375}, {"start": 1088.81, "end": 1089.31, "word": " list.", "probability": 0.8671875}, {"start": 1089.67, "end": 1090.07, "word": " Of", "probability": 0.2373046875}, {"start": 1090.07, "end": 1090.67, "word": " course,", "probability": 0.958984375}, {"start": 1090.79, "end": 1090.97, "word": " this", "probability": 0.486328125}, {"start": 1090.97, "end": 1091.03, "word": " will", "probability": 0.304443359375}, {"start": 1091.03, "end": 1091.21, "word": " be", "probability": 0.8681640625}, {"start": 1091.21, "end": 1091.69, "word": " zero.", "probability": 0.623046875}, {"start": 1092.13, "end": 1092.29, "word": " So,", "probability": 0.720703125}, {"start": 1092.31, "end": 1092.47, "word": " it", "probability": 0.2113037109375}, {"start": 1092.47, "end": 1092.49, "word": " will", "probability": 0.499755859375}, {"start": 1092.49, "end": 1092.55, "word": " bring", "probability": 0.44970703125}, {"start": 1092.55, "end": 1092.65, "word": " the", "probability": 0.69189453125}, {"start": 1092.65, "end": 1092.85, "word": " element", "probability": 0.82568359375}, {"start": 1092.85, "end": 1093.03, "word": " to", "probability": 0.1942138671875}, {"start": 1093.03, "end": 1093.11, "word": " get", "probability": 0.30322265625}, {"start": 1093.11, "end": 1093.41, "word": " zero.", "probability": 0.8017578125}, {"start": 1093.95, "end": 1094.25, "word": " So,", "probability": 0.250732421875}, {"start": 1094.33, "end": 1094.37, "word": " by", "probability": 0.400390625}, {"start": 1094.37, "end": 1094.45, "word": " the", "probability": 0.30859375}, {"start": 1094.45, "end": 1094.67, "word": " indication", "probability": 0.1300048828125}, {"start": 1094.67, "end": 1094.83, "word": " of", "probability": 0.94287109375}, {"start": 1094.83, "end": 1094.91, "word": " the", "probability": 0.6748046875}, {"start": 1094.91, "end": 1095.29, "word": " place,", "probability": 0.51416015625}, {"start": 1095.41, "end": 1095.47, "word": " it", "probability": 0.51416015625}, {"start": 1095.47, "end": 1095.51, "word": " will", "probability": 0.38818359375}, {"start": 1095.51, "end": 1095.71, "word": " bring", "probability": 0.673828125}, {"start": 1095.71, "end": 1095.85, "word": " the", "probability": 0.29931640625}, {"start": 1095.85, "end": 1095.85, "word": " element", "probability": 0.8662109375}, {"start": 1095.85, "end": 1095.85, "word": " to", "probability": 0.6123046875}, {"start": 1095.85, "end": 1096.07, "word": " whom?", "probability": 0.348876953125}, {"start": 1096.79, "end": 1097.19, "word": " The", "probability": 0.331787109375}, {"start": 1097.19, "end": 1097.43, "word": " element.", "probability": 0.89404296875}, {"start": 1097.81, "end": 1098.07, "word": " This", "probability": 0.6904296875}, {"start": 1098.07, "end": 1098.13, "word": " is", "probability": 0.53173828125}, {"start": 1098.13, "end": 1098.25, "word": " how", "probability": 0.219970703125}, {"start": 1098.25, "end": 1098.37, "word": " I", "probability": 0.42236328125}, {"start": 1098.37, "end": 1098.57, "word": " apply", "probability": 0.250732421875}, {"start": 1098.57, "end": 1098.77, "word": " the", "probability": 0.83349609375}, {"start": 1098.77, "end": 1099.03, "word": " method.", "probability": 0.91748046875}, {"start": 1099.09, "end": 1099.29, "word": " Also,", "probability": 0.314697265625}, {"start": 1099.39, "end": 1099.43, "word": " it", "probability": 0.319091796875}, {"start": 1099.43, "end": 1099.43, "word": " is", "probability": 0.77490234375}, {"start": 1099.43, "end": 1099.51, "word": " not", "probability": 0.9462890625}, {"start": 1099.51, "end": 1099.67, "word": " me", "probability": 0.4716796875}, {"start": 1099.67, "end": 1099.73, "word": " who", "probability": 0.79052734375}, {"start": 1099.73, "end": 1099.79, "word": " will", "probability": 0.5849609375}, {"start": 1099.79, "end": 1100.13, "word": " use", "probability": 0.83154296875}, {"start": 1100.13, "end": 1100.29, "word": " it.", "probability": 0.884765625}, {"start": 1100.75, "end": 1100.91, "word": " The", "probability": 0.50830078125}, {"start": 1100.91, "end": 1101.29, "word": " ListView", "probability": 0.780029296875}, {"start": 1101.29, "end": 1101.47, "word": " will", "probability": 0.36474609375}, {"start": 1101.47, "end": 1101.59, "word": " read", "probability": 0.669921875}, {"start": 1101.59, "end": 1101.77, "word": " when", "probability": 0.54248046875}, {"start": 1101.77, "end": 1101.89, "word": " I", "probability": 0.9658203125}, {"start": 1101.89, "end": 1102.31, "word": " click", "probability": 0.82373046875}, {"start": 1102.31, "end": 1102.53, "word": " on", "probability": 0.85595703125}, {"start": 1102.53, "end": 1102.63, "word": " an", "probability": 0.71923828125}, {"start": 1102.63, "end": 1102.89, "word": " element.", "probability": 0.96435546875}, {"start": 1103.75, "end": 1103.99, "word": " When", "probability": 0.45166015625}, {"start": 1103.99, "end": 1104.05, "word": " I", "probability": 0.99267578125}, {"start": 1104.05, "end": 1104.37, "word": " click", "probability": 0.90234375}, {"start": 1104.37, "end": 1104.63, "word": " on", "probability": 0.91845703125}, {"start": 1104.63, "end": 1104.71, "word": " a", "probability": 0.96435546875}, {"start": 1104.71, "end": 1105.29, "word": " specific", "probability": 0.338134765625}, {"start": 1105.29, "end": 1105.31, "word": " position.", "probability": 0.89794921875}, {"start": 1105.83, "end": 1106.17, "word": " By", "probability": 0.673828125}, {"start": 1106.17, "end": 1106.51, "word": " using", "probability": 0.908203125}, {"start": 1106.51, "end": 1106.71, "word": " the", "probability": 0.77001953125}, {"start": 1106.71, "end": 1107.01, "word": " position,", "probability": 0.8828125}, {"start": 1107.15, "end": 1107.29, "word": " it", "probability": 0.90478515625}, {"start": 1107.29, "end": 1107.49, "word": " will", "probability": 0.80615234375}, {"start": 1107.49, "end": 1107.71, "word": " bring", "probability": 0.57080078125}, {"start": 1107.71, "end": 1107.97, "word": " me", "probability": 0.44873046875}, {"start": 1107.97, "end": 1108.89, "word": " the", "probability": 0.447021484375}, {"start": 1108.89, "end": 1109.25, "word": " data.", "probability": 0.93798828125}, {"start": 1109.95, "end": 1110.35, "word": " By", "probability": 0.56103515625}, {"start": 1110.35, "end": 1110.71, "word": " using", "probability": 0.9208984375}, {"start": 1110.71, "end": 1110.99, "word": " this", "probability": 0.919921875}, {"start": 1110.99, "end": 1111.31, "word": " method.", "probability": 0.93994140625}], "temperature": 1.0}, {"id": 40, "seek": 114147, "start": 1115.69, "end": 1141.47, "text": " Then, get item ID. Now, we want each element in the list to have an ID. The easiest ID you can give it is the position itself. So, the first one is zero. And the second one, like the one who gave birth to fifty children, so that they don't argue with each other, call them what? Zero, one, two, three, four. Okay? Then, forty-four, then one. So, this is the same thing. Get item ID, let them return it to whom?", "tokens": [1396, 11, 483, 3174, 7348, 13, 823, 11, 321, 528, 1184, 4478, 294, 264, 1329, 281, 362, 364, 7348, 13, 440, 12889, 7348, 291, 393, 976, 309, 307, 264, 2535, 309, 405, 75, 69, 13, 407, 11, 264, 700, 472, 307, 4018, 13, 400, 264, 1150, 472, 11, 411, 264, 472, 567, 2729, 3965, 281, 13442, 2227, 11, 370, 300, 436, 500, 380, 9695, 365, 1184, 661, 11, 818, 552, 437, 30, 17182, 11, 472, 11, 732, 11, 1045, 11, 1451, 13, 1033, 30, 1396, 11, 15815, 12, 23251, 11, 550, 472, 13, 407, 11, 341, 307, 264, 912, 551, 13, 3240, 3174, 7348, 11, 718, 552, 2736, 309, 281, 7101, 30], "avg_logprob": -0.6001106194690266, "compression_ratio": 1.5992217898832686, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1115.6899999999998, "end": 1116.07, "word": " Then,", "probability": 0.1046142578125}, {"start": 1116.07, "end": 1116.45, "word": " get", "probability": 0.537109375}, {"start": 1116.45, "end": 1116.91, "word": " item", "probability": 0.7607421875}, {"start": 1116.91, "end": 1117.27, "word": " ID.", "probability": 0.410400390625}, {"start": 1117.81, "end": 1117.95, "word": " Now,", "probability": 0.364990234375}, {"start": 1118.03, "end": 1118.07, "word": " we", "probability": 0.373291015625}, {"start": 1118.07, "end": 1118.19, "word": " want", "probability": 0.43603515625}, {"start": 1118.19, "end": 1118.77, "word": " each", "probability": 0.296142578125}, {"start": 1118.77, "end": 1119.13, "word": " element", "probability": 0.52587890625}, {"start": 1119.13, "end": 1119.39, "word": " in", "probability": 0.58740234375}, {"start": 1119.39, "end": 1119.51, "word": " the", "probability": 0.751953125}, {"start": 1119.51, "end": 1120.33, "word": " list", "probability": 0.861328125}, {"start": 1120.33, "end": 1120.61, "word": " to", "probability": 0.734375}, {"start": 1120.61, "end": 1120.87, "word": " have", "probability": 0.7099609375}, {"start": 1120.87, "end": 1120.99, "word": " an", "probability": 0.77685546875}, {"start": 1120.99, "end": 1121.19, "word": " ID.", "probability": 0.90625}, {"start": 1122.03, "end": 1122.41, "word": " The", "probability": 0.529296875}, {"start": 1122.41, "end": 1122.65, "word": " easiest", "probability": 0.884765625}, {"start": 1122.65, "end": 1123.01, "word": " ID", "probability": 0.763671875}, {"start": 1123.01, "end": 1123.13, "word": " you", "probability": 0.3369140625}, {"start": 1123.13, "end": 1123.31, "word": " can", "probability": 0.8876953125}, {"start": 1123.31, "end": 1123.53, "word": " give", "probability": 0.62451171875}, {"start": 1123.53, "end": 1123.87, "word": " it", "probability": 0.34814453125}, {"start": 1123.87, "end": 1124.07, "word": " is", "probability": 0.75341796875}, {"start": 1124.07, "end": 1124.27, "word": " the", "probability": 0.7578125}, {"start": 1124.27, "end": 1124.59, "word": " position", "probability": 0.74365234375}, {"start": 1124.59, "end": 1124.93, "word": " itself.", "probability": 0.701995849609375}, {"start": 1125.93, "end": 1126.21, "word": " So,", "probability": 0.229248046875}, {"start": 1126.29, "end": 1126.43, "word": " the", "probability": 0.55224609375}, {"start": 1126.43, "end": 1126.43, "word": " first", "probability": 0.88916015625}, {"start": 1126.43, "end": 1126.75, "word": " one", "probability": 0.67431640625}, {"start": 1126.75, "end": 1128.59, "word": " is", "probability": 0.446044921875}, {"start": 1128.59, "end": 1128.81, "word": " zero.", "probability": 0.5009765625}, {"start": 1129.35, "end": 1129.47, "word": " And", "probability": 0.238525390625}, {"start": 1129.47, "end": 1129.55, "word": " the", "probability": 0.59326171875}, {"start": 1129.55, "end": 1129.71, "word": " second", "probability": 0.8388671875}, {"start": 1129.71, "end": 1129.75, "word": " one,", "probability": 0.498291015625}, {"start": 1129.75, "end": 1129.91, "word": " like", "probability": 0.39453125}, {"start": 1129.91, "end": 1130.07, "word": " the", "probability": 0.2578125}, {"start": 1130.07, "end": 1130.07, "word": " one", "probability": 0.68212890625}, {"start": 1130.07, "end": 1130.09, "word": " who", "probability": 0.32275390625}, {"start": 1130.09, "end": 1130.27, "word": " gave", "probability": 0.28271484375}, {"start": 1130.27, "end": 1130.39, "word": " birth", "probability": 0.95751953125}, {"start": 1130.39, "end": 1130.47, "word": " to", "probability": 0.908203125}, {"start": 1130.47, "end": 1130.95, "word": " fifty", "probability": 0.47021484375}, {"start": 1130.95, "end": 1131.19, "word": " children,", "probability": 0.5361328125}, {"start": 1131.31, "end": 1131.37, "word": " so", "probability": 0.418701171875}, {"start": 1131.37, "end": 1131.49, "word": " that", "probability": 0.521484375}, {"start": 1131.49, "end": 1131.59, "word": " they", "probability": 0.27294921875}, {"start": 1131.59, "end": 1131.59, "word": " don't", "probability": 0.7452392578125}, {"start": 1131.59, "end": 1131.77, "word": " argue", "probability": 0.1861572265625}, {"start": 1131.77, "end": 1131.99, "word": " with", "probability": 0.3525390625}, {"start": 1131.99, "end": 1132.11, "word": " each", "probability": 0.8623046875}, {"start": 1132.11, "end": 1132.11, "word": " other,", "probability": 0.904296875}, {"start": 1132.19, "end": 1132.35, "word": " call", "probability": 0.279541015625}, {"start": 1132.35, "end": 1132.55, "word": " them", "probability": 0.74609375}, {"start": 1132.55, "end": 1132.77, "word": " what?", "probability": 0.4150390625}, {"start": 1133.37, "end": 1133.61, "word": " Zero,", "probability": 0.67578125}, {"start": 1133.73, "end": 1133.79, "word": " one,", "probability": 0.93115234375}, {"start": 1133.87, "end": 1133.99, "word": " two,", "probability": 0.94677734375}, {"start": 1134.09, "end": 1134.23, "word": " three,", "probability": 0.94970703125}, {"start": 1134.31, "end": 1134.59, "word": " four.", "probability": 0.931640625}, {"start": 1134.87, "end": 1135.01, "word": " Okay?", "probability": 0.345947265625}, {"start": 1135.91, "end": 1136.27, "word": " Then,", "probability": 0.1614990234375}, {"start": 1136.29, "end": 1136.51, "word": " forty", "probability": 0.1339111328125}, {"start": 1136.51, "end": 1136.63, "word": "-four,", "probability": 0.8310546875}, {"start": 1136.63, "end": 1136.99, "word": " then", "probability": 0.2958984375}, {"start": 1136.99, "end": 1137.67, "word": " one.", "probability": 0.6025390625}, {"start": 1138.17, "end": 1138.55, "word": " So,", "probability": 0.52001953125}, {"start": 1138.57, "end": 1138.69, "word": " this", "probability": 0.478271484375}, {"start": 1138.69, "end": 1138.73, "word": " is", "probability": 0.93359375}, {"start": 1138.73, "end": 1138.81, "word": " the", "probability": 0.88232421875}, {"start": 1138.81, "end": 1138.91, "word": " same", "probability": 0.89892578125}, {"start": 1138.91, "end": 1139.25, "word": " thing.", "probability": 0.8134765625}, {"start": 1139.55, "end": 1139.91, "word": " Get", "probability": 0.8720703125}, {"start": 1139.91, "end": 1140.25, "word": " item", "probability": 0.9326171875}, {"start": 1140.25, "end": 1140.57, "word": " ID,", "probability": 0.970703125}, {"start": 1140.69, "end": 1140.81, "word": " let", "probability": 0.304443359375}, {"start": 1140.81, "end": 1140.93, "word": " them", "probability": 0.442138671875}, {"start": 1140.93, "end": 1141.11, "word": " return", "probability": 0.3701171875}, {"start": 1141.11, "end": 1141.31, "word": " it", "probability": 0.213134765625}, {"start": 1141.31, "end": 1141.47, "word": " to", "probability": 0.7587890625}, {"start": 1141.47, "end": 1141.47, "word": " whom?", "probability": 0.334716796875}], "temperature": 1.0}, {"id": 41, "seek": 116938, "start": 1142.3, "end": 1169.38, "text": " The position. We did overwrite and completed three methods. Let's go to the most important method. It is the one that I want to work on. These are all empty words up there. Get count, number of elements, person, size. Get item in a specific position. Create position dot get persons dot get position. Get item id and return the position itself. Let's go to get view. What does get view return?", "tokens": [440, 2535, 13, 492, 630, 670, 21561, 293, 7365, 1045, 7150, 13, 961, 311, 352, 281, 264, 881, 1021, 3170, 13, 467, 307, 264, 472, 300, 286, 528, 281, 589, 322, 13, 1981, 366, 439, 6707, 2283, 493, 456, 13, 3240, 1207, 11, 1230, 295, 4959, 11, 954, 11, 2744, 13, 3240, 3174, 294, 257, 2685, 2535, 13, 20248, 2535, 5893, 483, 14453, 5893, 483, 2535, 13, 3240, 3174, 4496, 293, 2736, 264, 2535, 2564, 13, 961, 311, 352, 281, 483, 1910, 13, 708, 775, 483, 1910, 2736, 30], "avg_logprob": -0.5427083439297147, "compression_ratio": 1.7356828193832599, "no_speech_prob": 0.0, "words": [{"start": 1142.3, "end": 1142.74, "word": " The", "probability": 0.283447265625}, {"start": 1142.74, "end": 1143.12, "word": " position.", "probability": 0.814453125}, {"start": 1145.86, "end": 1146.3, "word": " We", "probability": 0.30419921875}, {"start": 1146.3, "end": 1146.56, "word": " did", "probability": 0.28076171875}, {"start": 1146.56, "end": 1147.06, "word": " overwrite", "probability": 0.5338134765625}, {"start": 1147.06, "end": 1147.16, "word": " and", "probability": 0.461669921875}, {"start": 1147.16, "end": 1147.5, "word": " completed", "probability": 0.1531982421875}, {"start": 1147.5, "end": 1148.26, "word": " three", "probability": 0.474853515625}, {"start": 1148.26, "end": 1149.46, "word": " methods.", "probability": 0.91455078125}, {"start": 1149.62, "end": 1149.72, "word": " Let's", "probability": 0.681884765625}, {"start": 1149.72, "end": 1149.84, "word": " go", "probability": 0.352783203125}, {"start": 1149.84, "end": 1149.88, "word": " to", "probability": 0.85546875}, {"start": 1149.88, "end": 1149.98, "word": " the", "probability": 0.8818359375}, {"start": 1149.98, "end": 1150.38, "word": " most", "probability": 0.79248046875}, {"start": 1150.38, "end": 1150.74, "word": " important", "probability": 0.87060546875}, {"start": 1150.74, "end": 1150.76, "word": " method.", "probability": 0.81201171875}, {"start": 1151.58, "end": 1152.02, "word": " It", "probability": 0.204345703125}, {"start": 1152.02, "end": 1152.02, "word": " is", "probability": 0.258544921875}, {"start": 1152.02, "end": 1152.08, "word": " the", "probability": 0.248779296875}, {"start": 1152.08, "end": 1152.08, "word": " one", "probability": 0.54443359375}, {"start": 1152.08, "end": 1152.1, "word": " that", "probability": 0.474853515625}, {"start": 1152.1, "end": 1152.26, "word": " I", "probability": 0.39892578125}, {"start": 1152.26, "end": 1152.26, "word": " want", "probability": 0.5380859375}, {"start": 1152.26, "end": 1152.28, "word": " to", "probability": 0.94384765625}, {"start": 1152.28, "end": 1152.48, "word": " work", "probability": 0.65576171875}, {"start": 1152.48, "end": 1152.5, "word": " on.", "probability": 0.71337890625}, {"start": 1152.54, "end": 1152.66, "word": " These", "probability": 0.23779296875}, {"start": 1152.66, "end": 1152.76, "word": " are", "probability": 0.748046875}, {"start": 1152.76, "end": 1152.94, "word": " all", "probability": 0.5556640625}, {"start": 1152.94, "end": 1153.44, "word": " empty", "probability": 0.427734375}, {"start": 1153.44, "end": 1153.44, "word": " words", "probability": 0.56884765625}, {"start": 1153.44, "end": 1153.64, "word": " up", "probability": 0.1627197265625}, {"start": 1153.64, "end": 1153.72, "word": " there.", "probability": 0.71044921875}, {"start": 1153.8, "end": 1153.92, "word": " Get", "probability": 0.873046875}, {"start": 1153.92, "end": 1154.26, "word": " count,", "probability": 0.705078125}, {"start": 1154.36, "end": 1154.52, "word": " number", "probability": 0.55908203125}, {"start": 1154.52, "end": 1154.68, "word": " of", "probability": 0.97265625}, {"start": 1154.68, "end": 1154.96, "word": " elements,", "probability": 0.5341796875}, {"start": 1155.14, "end": 1155.36, "word": " person,", "probability": 0.71533203125}, {"start": 1155.46, "end": 1155.86, "word": " size.", "probability": 0.390380859375}, {"start": 1156.4, "end": 1156.84, "word": " Get", "probability": 0.93896484375}, {"start": 1156.84, "end": 1157.2, "word": " item", "probability": 0.94873046875}, {"start": 1157.2, "end": 1157.36, "word": " in", "probability": 0.82421875}, {"start": 1157.36, "end": 1157.42, "word": " a", "probability": 0.84326171875}, {"start": 1157.42, "end": 1157.42, "word": " specific", "probability": 0.3359375}, {"start": 1157.42, "end": 1158.12, "word": " position.", "probability": 0.94091796875}, {"start": 1159.22, "end": 1159.5, "word": " Create", "probability": 0.20361328125}, {"start": 1159.5, "end": 1159.96, "word": " position", "probability": 0.61865234375}, {"start": 1159.96, "end": 1160.18, "word": " dot", "probability": 0.317138671875}, {"start": 1160.18, "end": 1160.5, "word": " get", "probability": 0.9296875}, {"start": 1160.5, "end": 1162.44, "word": " persons", "probability": 0.576171875}, {"start": 1162.44, "end": 1162.66, "word": " dot", "probability": 0.92041015625}, {"start": 1162.66, "end": 1162.88, "word": " get", "probability": 0.91162109375}, {"start": 1162.88, "end": 1163.4, "word": " position.", "probability": 0.576171875}, {"start": 1163.66, "end": 1164.1, "word": " Get", "probability": 0.919921875}, {"start": 1164.1, "end": 1164.5, "word": " item", "probability": 0.95947265625}, {"start": 1164.5, "end": 1164.82, "word": " id", "probability": 0.6474609375}, {"start": 1164.82, "end": 1165.02, "word": " and", "probability": 0.439453125}, {"start": 1165.02, "end": 1165.14, "word": " return", "probability": 0.5908203125}, {"start": 1165.14, "end": 1165.32, "word": " the", "probability": 0.34912109375}, {"start": 1165.32, "end": 1165.62, "word": " position", "probability": 0.759765625}, {"start": 1165.62, "end": 1165.92, "word": " itself.", "probability": 0.43212890625}, {"start": 1166.48, "end": 1166.64, "word": " Let's", "probability": 0.84716796875}, {"start": 1166.64, "end": 1166.74, "word": " go", "probability": 0.67626953125}, {"start": 1166.74, "end": 1166.92, "word": " to", "probability": 0.7138671875}, {"start": 1166.92, "end": 1167.2, "word": " get", "probability": 0.82763671875}, {"start": 1167.2, "end": 1167.48, "word": " view.", "probability": 0.80322265625}, {"start": 1167.54, "end": 1167.74, "word": " What", "probability": 0.65625}, {"start": 1167.74, "end": 1167.74, "word": " does", "probability": 0.397216796875}, {"start": 1167.74, "end": 1167.74, "word": " get", "probability": 0.45068359375}, {"start": 1167.74, "end": 1168.1, "word": " view", "probability": 0.9033203125}, {"start": 1168.1, "end": 1169.38, "word": " return?", "probability": 0.68310546875}], "temperature": 1.0}, {"id": 42, "seek": 119327, "start": 1170.67, "end": 1193.27, "text": " a view. It's not like we said that the adapter should take the data and take the layout and extract the view and fill the data from the list, from the data in the view and return it to the list view. Where do we do all this? In this method. In the end, what does it return? It is the view that we want. This is everything in everything. Look at what this method takes.", "tokens": [257, 1910, 13, 467, 311, 406, 411, 321, 848, 300, 264, 22860, 820, 747, 264, 1412, 293, 747, 264, 13333, 293, 8947, 264, 1910, 293, 2836, 264, 1412, 490, 264, 1329, 11, 490, 264, 1412, 294, 264, 1910, 293, 2736, 309, 281, 264, 1329, 1910, 13, 2305, 360, 321, 360, 439, 341, 30, 682, 341, 3170, 13, 682, 264, 917, 11, 437, 775, 309, 2736, 30, 467, 307, 264, 1910, 300, 321, 528, 13, 639, 307, 1203, 294, 1203, 13, 2053, 412, 437, 341, 3170, 2516, 13], "avg_logprob": -0.46129260144450446, "compression_ratio": 1.8636363636363635, "no_speech_prob": 5.0067901611328125e-06, "words": [{"start": 1170.67, "end": 1170.91, "word": " a", "probability": 0.082275390625}, {"start": 1170.91, "end": 1171.11, "word": " view.", "probability": 0.666015625}, {"start": 1171.47, "end": 1171.91, "word": " It's", "probability": 0.32012939453125}, {"start": 1171.91, "end": 1171.95, "word": " not", "probability": 0.8486328125}, {"start": 1171.95, "end": 1172.17, "word": " like", "probability": 0.5029296875}, {"start": 1172.17, "end": 1172.21, "word": " we", "probability": 0.51708984375}, {"start": 1172.21, "end": 1172.37, "word": " said", "probability": 0.5146484375}, {"start": 1172.37, "end": 1172.85, "word": " that", "probability": 0.43994140625}, {"start": 1172.85, "end": 1173.09, "word": " the", "probability": 0.64501953125}, {"start": 1173.09, "end": 1173.55, "word": " adapter", "probability": 0.7001953125}, {"start": 1173.55, "end": 1173.81, "word": " should", "probability": 0.24755859375}, {"start": 1173.81, "end": 1174.09, "word": " take", "probability": 0.7080078125}, {"start": 1174.09, "end": 1174.23, "word": " the", "probability": 0.748046875}, {"start": 1174.23, "end": 1174.55, "word": " data", "probability": 0.91357421875}, {"start": 1174.55, "end": 1174.79, "word": " and", "probability": 0.54248046875}, {"start": 1174.79, "end": 1175.05, "word": " take", "probability": 0.405517578125}, {"start": 1175.05, "end": 1175.33, "word": " the", "probability": 0.81787109375}, {"start": 1175.33, "end": 1176.31, "word": " layout", "probability": 0.861328125}, {"start": 1176.31, "end": 1176.99, "word": " and", "probability": 0.59716796875}, {"start": 1176.99, "end": 1177.31, "word": " extract", "probability": 0.16943359375}, {"start": 1177.31, "end": 1177.49, "word": " the", "probability": 0.8671875}, {"start": 1177.49, "end": 1177.87, "word": " view", "probability": 0.84814453125}, {"start": 1177.87, "end": 1178.77, "word": " and", "probability": 0.6904296875}, {"start": 1178.77, "end": 1179.15, "word": " fill", "probability": 0.6181640625}, {"start": 1179.15, "end": 1179.31, "word": " the", "probability": 0.53271484375}, {"start": 1179.31, "end": 1179.63, "word": " data", "probability": 0.7568359375}, {"start": 1179.63, "end": 1180.05, "word": " from", "probability": 0.77099609375}, {"start": 1180.05, "end": 1180.21, "word": " the", "probability": 0.87744140625}, {"start": 1180.21, "end": 1180.53, "word": " list,", "probability": 0.74609375}, {"start": 1180.75, "end": 1180.83, "word": " from", "probability": 0.6796875}, {"start": 1180.83, "end": 1181.07, "word": " the", "probability": 0.888671875}, {"start": 1181.07, "end": 1181.53, "word": " data", "probability": 0.9345703125}, {"start": 1181.53, "end": 1181.85, "word": " in", "probability": 0.625}, {"start": 1181.85, "end": 1182.01, "word": " the", "probability": 0.88427734375}, {"start": 1182.01, "end": 1182.25, "word": " view", "probability": 0.85498046875}, {"start": 1182.25, "end": 1182.47, "word": " and", "probability": 0.8173828125}, {"start": 1182.47, "end": 1182.67, "word": " return", "probability": 0.416748046875}, {"start": 1182.67, "end": 1182.79, "word": " it", "probability": 0.48095703125}, {"start": 1182.79, "end": 1182.85, "word": " to", "probability": 0.84326171875}, {"start": 1182.85, "end": 1182.89, "word": " the", "probability": 0.86962890625}, {"start": 1182.89, "end": 1183.05, "word": " list", "probability": 0.6025390625}, {"start": 1183.05, "end": 1183.33, "word": " view.", "probability": 0.6455078125}, {"start": 1183.81, "end": 1183.93, "word": " Where", "probability": 0.64697265625}, {"start": 1183.93, "end": 1184.05, "word": " do", "probability": 0.379150390625}, {"start": 1184.05, "end": 1184.21, "word": " we", "probability": 0.88671875}, {"start": 1184.21, "end": 1184.21, "word": " do", "probability": 0.82421875}, {"start": 1184.21, "end": 1184.33, "word": " all", "probability": 0.8232421875}, {"start": 1184.33, "end": 1184.33, "word": " this?", "probability": 0.492919921875}, {"start": 1184.99, "end": 1185.43, "word": " In", "probability": 0.7626953125}, {"start": 1185.43, "end": 1185.51, "word": " this", "probability": 0.9130859375}, {"start": 1185.51, "end": 1185.81, "word": " method.", "probability": 0.9326171875}, {"start": 1187.01, "end": 1187.39, "word": " In", "probability": 0.375}, {"start": 1187.39, "end": 1187.75, "word": " the", "probability": 0.90673828125}, {"start": 1187.75, "end": 1187.93, "word": " end,", "probability": 0.9130859375}, {"start": 1188.01, "end": 1188.09, "word": " what", "probability": 0.81005859375}, {"start": 1188.09, "end": 1188.17, "word": " does", "probability": 0.232177734375}, {"start": 1188.17, "end": 1188.23, "word": " it", "probability": 0.58154296875}, {"start": 1188.23, "end": 1188.49, "word": " return?", "probability": 0.76806640625}, {"start": 1188.85, "end": 1189.29, "word": " It", "probability": 0.65283203125}, {"start": 1189.29, "end": 1189.35, "word": " is", "probability": 0.398681640625}, {"start": 1189.35, "end": 1189.47, "word": " the", "probability": 0.9150390625}, {"start": 1189.47, "end": 1189.65, "word": " view", "probability": 0.8408203125}, {"start": 1189.65, "end": 1189.75, "word": " that", "probability": 0.58642578125}, {"start": 1189.75, "end": 1189.85, "word": " we", "probability": 0.953125}, {"start": 1189.85, "end": 1189.95, "word": " want.", "probability": 0.74267578125}, {"start": 1190.35, "end": 1190.71, "word": " This", "probability": 0.58349609375}, {"start": 1190.71, "end": 1190.81, "word": " is", "probability": 0.50634765625}, {"start": 1190.81, "end": 1190.97, "word": " everything", "probability": 0.302978515625}, {"start": 1190.97, "end": 1191.07, "word": " in", "probability": 0.72216796875}, {"start": 1191.07, "end": 1191.35, "word": " everything.", "probability": 0.912109375}, {"start": 1192.03, "end": 1192.25, "word": " Look", "probability": 0.401611328125}, {"start": 1192.25, "end": 1192.31, "word": " at", "probability": 0.6328125}, {"start": 1192.31, "end": 1192.43, "word": " what", "probability": 0.802734375}, {"start": 1192.43, "end": 1192.45, "word": " this", "probability": 0.83154296875}, {"start": 1192.45, "end": 1192.75, "word": " method", "probability": 0.94140625}, {"start": 1192.75, "end": 1193.27, "word": " takes.", "probability": 0.5888671875}], "temperature": 1.0}, {"id": 43, "seek": 122009, "start": 1194.38, "end": 1220.1, "text": " Position, meaning now I'm telling him as if I'm telling him the number of elements present in a certain position. This is similar to GetView, who will claim it? GetView itself will claim it. GetView is 0, GetView is 1, GetView is 2 based on the number present in it. For each element, GetView will claim it. So how many times will GetView be claimed? According to the elements in the list.", "tokens": [29780, 11, 3620, 586, 286, 478, 3585, 796, 382, 498, 286, 478, 3585, 796, 264, 1230, 295, 4959, 1974, 294, 257, 1629, 2535, 13, 639, 307, 2531, 281, 3240, 30203, 11, 567, 486, 3932, 309, 30, 3240, 30203, 2564, 486, 3932, 309, 13, 3240, 30203, 307, 1958, 11, 3240, 30203, 307, 502, 11, 3240, 30203, 307, 568, 2361, 322, 264, 1230, 1974, 294, 309, 13, 1171, 1184, 4478, 11, 3240, 30203, 486, 3932, 309, 13, 407, 577, 867, 1413, 486, 3240, 30203, 312, 12941, 30, 7328, 281, 264, 4959, 294, 264, 1329, 13], "avg_logprob": -0.49301861860650653, "compression_ratio": 1.8932038834951457, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1194.38, "end": 1194.9, "word": " Position,", "probability": 0.235595703125}, {"start": 1195.46, "end": 1195.72, "word": " meaning", "probability": 0.2193603515625}, {"start": 1195.72, "end": 1196.0, "word": " now", "probability": 0.19775390625}, {"start": 1196.0, "end": 1197.32, "word": " I'm", "probability": 0.5732421875}, {"start": 1197.32, "end": 1197.46, "word": " telling", "probability": 0.358642578125}, {"start": 1197.46, "end": 1198.1, "word": " him", "probability": 0.36962890625}, {"start": 1198.1, "end": 1198.26, "word": " as", "probability": 0.238525390625}, {"start": 1198.26, "end": 1198.42, "word": " if", "probability": 0.8701171875}, {"start": 1198.42, "end": 1198.56, "word": " I'm", "probability": 0.891845703125}, {"start": 1198.56, "end": 1198.72, "word": " telling", "probability": 0.701171875}, {"start": 1198.72, "end": 1199.26, "word": " him", "probability": 0.9052734375}, {"start": 1199.26, "end": 1199.56, "word": " the", "probability": 0.266357421875}, {"start": 1199.56, "end": 1199.82, "word": " number", "probability": 0.1612548828125}, {"start": 1199.82, "end": 1199.94, "word": " of", "probability": 0.9677734375}, {"start": 1199.94, "end": 1200.32, "word": " elements", "probability": 0.73828125}, {"start": 1200.32, "end": 1201.06, "word": " present", "probability": 0.216064453125}, {"start": 1201.06, "end": 1202.0, "word": " in", "probability": 0.90576171875}, {"start": 1202.0, "end": 1202.06, "word": " a", "probability": 0.9404296875}, {"start": 1202.06, "end": 1202.66, "word": " certain", "probability": 0.269775390625}, {"start": 1202.66, "end": 1202.7, "word": " position.", "probability": 0.9267578125}, {"start": 1202.92, "end": 1203.18, "word": " This", "probability": 0.462890625}, {"start": 1203.18, "end": 1203.34, "word": " is", "probability": 0.6904296875}, {"start": 1203.34, "end": 1203.44, "word": " similar", "probability": 0.19775390625}, {"start": 1203.44, "end": 1203.5, "word": " to", "probability": 0.96630859375}, {"start": 1203.5, "end": 1203.84, "word": " GetView,", "probability": 0.4886474609375}, {"start": 1203.98, "end": 1204.06, "word": " who", "probability": 0.293701171875}, {"start": 1204.06, "end": 1204.2, "word": " will", "probability": 0.494873046875}, {"start": 1204.2, "end": 1204.52, "word": " claim", "probability": 0.269287109375}, {"start": 1204.52, "end": 1204.68, "word": " it?", "probability": 0.83056640625}, {"start": 1204.74, "end": 1205.2, "word": " GetView", "probability": 0.65869140625}, {"start": 1205.2, "end": 1205.56, "word": " itself", "probability": 0.56298828125}, {"start": 1205.56, "end": 1206.14, "word": " will", "probability": 0.255859375}, {"start": 1206.14, "end": 1206.68, "word": " claim", "probability": 0.7705078125}, {"start": 1206.68, "end": 1206.68, "word": " it.", "probability": 0.72265625}, {"start": 1206.8, "end": 1207.28, "word": " GetView", "probability": 0.8984375}, {"start": 1207.28, "end": 1207.42, "word": " is", "probability": 0.359619140625}, {"start": 1207.42, "end": 1207.68, "word": " 0,", "probability": 0.341796875}, {"start": 1208.04, "end": 1208.54, "word": " GetView", "probability": 0.949462890625}, {"start": 1208.54, "end": 1208.68, "word": " is", "probability": 0.8837890625}, {"start": 1208.68, "end": 1209.0, "word": " 1,", "probability": 0.986328125}, {"start": 1209.22, "end": 1209.62, "word": " GetView", "probability": 0.910888671875}, {"start": 1209.62, "end": 1209.76, "word": " is", "probability": 0.9345703125}, {"start": 1209.76, "end": 1210.12, "word": " 2", "probability": 0.99560546875}, {"start": 1210.12, "end": 1211.14, "word": " based", "probability": 0.330322265625}, {"start": 1211.14, "end": 1211.44, "word": " on", "probability": 0.951171875}, {"start": 1211.44, "end": 1211.54, "word": " the", "probability": 0.86376953125}, {"start": 1211.54, "end": 1211.76, "word": " number", "probability": 0.86328125}, {"start": 1211.76, "end": 1212.14, "word": " present", "probability": 0.59619140625}, {"start": 1212.14, "end": 1212.34, "word": " in", "probability": 0.384033203125}, {"start": 1212.34, "end": 1212.5, "word": " it.", "probability": 0.5986328125}, {"start": 1213.62, "end": 1213.74, "word": " For", "probability": 0.263916015625}, {"start": 1213.74, "end": 1214.0, "word": " each", "probability": 0.673828125}, {"start": 1214.0, "end": 1214.32, "word": " element,", "probability": 0.962890625}, {"start": 1214.88, "end": 1216.06, "word": " GetView", "probability": 0.9248046875}, {"start": 1216.06, "end": 1216.06, "word": " will", "probability": 0.833984375}, {"start": 1216.06, "end": 1216.06, "word": " claim", "probability": 0.9619140625}, {"start": 1216.06, "end": 1216.06, "word": " it.", "probability": 0.826171875}, {"start": 1216.12, "end": 1216.24, "word": " So", "probability": 0.72900390625}, {"start": 1216.24, "end": 1216.8, "word": " how", "probability": 0.46826171875}, {"start": 1216.8, "end": 1216.86, "word": " many", "probability": 0.86181640625}, {"start": 1216.86, "end": 1216.98, "word": " times", "probability": 0.7822265625}, {"start": 1216.98, "end": 1217.1, "word": " will", "probability": 0.53076171875}, {"start": 1217.1, "end": 1217.16, "word": " GetView", "probability": 0.951171875}, {"start": 1217.16, "end": 1217.24, "word": " be", "probability": 0.8193359375}, {"start": 1217.24, "end": 1217.54, "word": " claimed?", "probability": 0.8642578125}, {"start": 1218.0, "end": 1218.52, "word": " According", "probability": 0.27734375}, {"start": 1218.52, "end": 1218.7, "word": " to", "probability": 0.97412109375}, {"start": 1218.7, "end": 1219.28, "word": " the", "probability": 0.85009765625}, {"start": 1219.28, "end": 1219.48, "word": " elements", "probability": 0.5869140625}, {"start": 1219.48, "end": 1219.74, "word": " in", "probability": 0.59326171875}, {"start": 1219.74, "end": 1219.86, "word": " the", "probability": 0.90380859375}, {"start": 1219.86, "end": 1220.1, "word": " list.", "probability": 0.87744140625}], "temperature": 1.0}, {"id": 44, "seek": 124345, "start": 1221.21, "end": 1243.45, "text": " It's not me who's calling them, it's the list view internally that's calling them. Okay? And this is what changes the position, once zero, once one, twice two. Because if it was zero, it means that I have to create the first element. Okay, the first step that the adapter has to do in the GetView is that the XML has to convert it to Java. What does it have to do?", "tokens": [467, 311, 406, 385, 567, 311, 5141, 552, 11, 309, 311, 264, 1329, 1910, 19501, 300, 311, 5141, 552, 13, 1033, 30, 400, 341, 307, 437, 2962, 264, 2535, 11, 1564, 4018, 11, 1564, 472, 11, 6091, 732, 13, 1436, 498, 309, 390, 4018, 11, 309, 1355, 300, 286, 362, 281, 1884, 264, 700, 4478, 13, 1033, 11, 264, 700, 1823, 300, 264, 22860, 575, 281, 360, 294, 264, 3240, 30203, 307, 300, 264, 43484, 575, 281, 7620, 309, 281, 10745, 13, 708, 775, 309, 362, 281, 360, 30], "avg_logprob": -0.5538194523917304, "compression_ratio": 1.6441441441441442, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1221.21, "end": 1221.43, "word": " It's", "probability": 0.41229248046875}, {"start": 1221.43, "end": 1221.47, "word": " not", "probability": 0.92626953125}, {"start": 1221.47, "end": 1221.67, "word": " me", "probability": 0.69873046875}, {"start": 1221.67, "end": 1221.85, "word": " who's", "probability": 0.33197021484375}, {"start": 1221.85, "end": 1222.03, "word": " calling", "probability": 0.28857421875}, {"start": 1222.03, "end": 1222.21, "word": " them,", "probability": 0.360107421875}, {"start": 1222.35, "end": 1222.39, "word": " it's", "probability": 0.77099609375}, {"start": 1222.39, "end": 1223.19, "word": " the", "probability": 0.55859375}, {"start": 1223.19, "end": 1223.39, "word": " list", "probability": 0.72998046875}, {"start": 1223.39, "end": 1223.61, "word": " view", "probability": 0.255859375}, {"start": 1223.61, "end": 1224.19, "word": " internally", "probability": 0.833984375}, {"start": 1224.19, "end": 1224.51, "word": " that's", "probability": 0.35125732421875}, {"start": 1224.51, "end": 1224.71, "word": " calling", "probability": 0.80859375}, {"start": 1224.71, "end": 1224.99, "word": " them.", "probability": 0.86279296875}, {"start": 1225.51, "end": 1225.71, "word": " Okay?", "probability": 0.15869140625}, {"start": 1226.31, "end": 1226.71, "word": " And", "probability": 0.7744140625}, {"start": 1226.71, "end": 1226.89, "word": " this", "probability": 0.45556640625}, {"start": 1226.89, "end": 1227.07, "word": " is", "probability": 0.1436767578125}, {"start": 1227.07, "end": 1227.15, "word": " what", "probability": 0.266357421875}, {"start": 1227.15, "end": 1227.55, "word": " changes", "probability": 0.70458984375}, {"start": 1227.55, "end": 1228.31, "word": " the", "probability": 0.5556640625}, {"start": 1228.31, "end": 1229.01, "word": " position,", "probability": 0.86962890625}, {"start": 1229.05, "end": 1229.27, "word": " once", "probability": 0.467529296875}, {"start": 1229.27, "end": 1229.51, "word": " zero,", "probability": 0.450927734375}, {"start": 1229.65, "end": 1229.77, "word": " once", "probability": 0.8369140625}, {"start": 1229.77, "end": 1229.99, "word": " one,", "probability": 0.92529296875}, {"start": 1230.15, "end": 1230.31, "word": " twice", "probability": 0.441650390625}, {"start": 1230.31, "end": 1230.63, "word": " two.", "probability": 0.69580078125}, {"start": 1230.97, "end": 1231.27, "word": " Because", "probability": 0.74365234375}, {"start": 1231.27, "end": 1231.47, "word": " if", "probability": 0.900390625}, {"start": 1231.47, "end": 1231.67, "word": " it", "probability": 0.859375}, {"start": 1231.67, "end": 1231.67, "word": " was", "probability": 0.470947265625}, {"start": 1231.67, "end": 1231.89, "word": " zero,", "probability": 0.8544921875}, {"start": 1232.05, "end": 1232.11, "word": " it", "probability": 0.67529296875}, {"start": 1232.11, "end": 1232.11, "word": " means", "probability": 0.5205078125}, {"start": 1232.11, "end": 1232.27, "word": " that", "probability": 0.40283203125}, {"start": 1232.27, "end": 1232.31, "word": " I", "probability": 0.54833984375}, {"start": 1232.31, "end": 1232.43, "word": " have", "probability": 0.1749267578125}, {"start": 1232.43, "end": 1232.55, "word": " to", "probability": 0.83056640625}, {"start": 1232.55, "end": 1232.73, "word": " create", "probability": 0.5556640625}, {"start": 1232.73, "end": 1232.89, "word": " the", "probability": 0.86767578125}, {"start": 1232.89, "end": 1233.09, "word": " first", "probability": 0.82275390625}, {"start": 1233.09, "end": 1233.21, "word": " element.", "probability": 0.87353515625}, {"start": 1235.99, "end": 1236.39, "word": " Okay,", "probability": 0.5341796875}, {"start": 1236.79, "end": 1237.11, "word": " the", "probability": 0.859375}, {"start": 1237.11, "end": 1237.11, "word": " first", "probability": 0.88671875}, {"start": 1237.11, "end": 1237.37, "word": " step", "probability": 0.85400390625}, {"start": 1237.37, "end": 1237.51, "word": " that", "probability": 0.55419921875}, {"start": 1237.51, "end": 1238.57, "word": " the", "probability": 0.47265625}, {"start": 1238.57, "end": 1239.29, "word": " adapter", "probability": 0.83203125}, {"start": 1239.29, "end": 1239.35, "word": " has", "probability": 0.175537109375}, {"start": 1239.35, "end": 1239.35, "word": " to", "probability": 0.958984375}, {"start": 1239.35, "end": 1239.35, "word": " do", "probability": 0.63232421875}, {"start": 1239.35, "end": 1239.55, "word": " in", "probability": 0.8056640625}, {"start": 1239.55, "end": 1239.63, "word": " the", "probability": 0.7109375}, {"start": 1239.63, "end": 1240.11, "word": " GetView", "probability": 0.4676513671875}, {"start": 1240.11, "end": 1240.33, "word": " is", "probability": 0.74072265625}, {"start": 1240.33, "end": 1240.39, "word": " that", "probability": 0.3916015625}, {"start": 1240.39, "end": 1240.59, "word": " the", "probability": 0.29150390625}, {"start": 1240.59, "end": 1240.97, "word": " XML", "probability": 0.83837890625}, {"start": 1240.97, "end": 1241.25, "word": " has", "probability": 0.69384765625}, {"start": 1241.25, "end": 1241.33, "word": " to", "probability": 0.96826171875}, {"start": 1241.33, "end": 1241.55, "word": " convert", "probability": 0.294677734375}, {"start": 1241.55, "end": 1242.67, "word": " it", "probability": 0.87451171875}, {"start": 1242.67, "end": 1242.79, "word": " to", "probability": 0.77294921875}, {"start": 1242.79, "end": 1243.09, "word": " Java.", "probability": 0.87548828125}, {"start": 1243.15, "end": 1243.27, "word": " What", "probability": 0.319091796875}, {"start": 1243.27, "end": 1243.27, "word": " does", "probability": 0.49365234375}, {"start": 1243.27, "end": 1243.33, "word": " it", "probability": 0.70947265625}, {"start": 1243.33, "end": 1243.35, "word": " have", "probability": 0.75634765625}, {"start": 1243.35, "end": 1243.35, "word": " to", "probability": 0.9736328125}, {"start": 1243.35, "end": 1243.45, "word": " do?", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 45, "seek": 126636, "start": 1245.91, "end": 1266.37, "text": " Inflation, okay, to do the inflation process, unfortunately, if I work in the activity, in the main activity, we have a method called getLayout", "tokens": [682, 3423, 399, 11, 1392, 11, 281, 360, 264, 15860, 1399, 11, 7015, 11, 498, 286, 589, 294, 264, 5191, 11, 294, 264, 2135, 5191, 11, 321, 362, 257, 3170, 1219, 483, 43, 320, 346], "avg_logprob": -0.4973958598242866, "compression_ratio": 1.3333333333333333, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1245.91, "end": 1246.57, "word": " Inflation,", "probability": 0.7781575520833334}, {"start": 1246.73, "end": 1247.07, "word": " okay,", "probability": 0.2802734375}, {"start": 1247.67, "end": 1248.03, "word": " to", "probability": 0.59912109375}, {"start": 1248.03, "end": 1248.27, "word": " do", "probability": 0.3203125}, {"start": 1248.27, "end": 1248.69, "word": " the", "probability": 0.2410888671875}, {"start": 1248.69, "end": 1248.81, "word": " inflation", "probability": 0.58447265625}, {"start": 1248.81, "end": 1249.13, "word": " process,", "probability": 0.47265625}, {"start": 1249.25, "end": 1249.61, "word": " unfortunately,", "probability": 0.62158203125}, {"start": 1250.21, "end": 1250.43, "word": " if", "probability": 0.87744140625}, {"start": 1250.43, "end": 1250.73, "word": " I", "probability": 0.93115234375}, {"start": 1250.73, "end": 1251.13, "word": " work", "probability": 0.6025390625}, {"start": 1251.13, "end": 1251.29, "word": " in", "probability": 0.791015625}, {"start": 1251.29, "end": 1251.35, "word": " the", "probability": 0.48291015625}, {"start": 1251.35, "end": 1251.85, "word": " activity,", "probability": 0.80419921875}, {"start": 1253.37, "end": 1253.49, "word": " in", "probability": 0.7548828125}, {"start": 1253.49, "end": 1253.59, "word": " the", "probability": 0.84130859375}, {"start": 1253.59, "end": 1253.71, "word": " main", "probability": 0.8720703125}, {"start": 1253.71, "end": 1254.27, "word": " activity,", "probability": 0.9462890625}, {"start": 1255.91, "end": 1258.55, "word": " we", "probability": 0.57568359375}, {"start": 1258.55, "end": 1258.67, "word": " have", "probability": 0.923828125}, {"start": 1258.67, "end": 1258.79, "word": " a", "probability": 0.8095703125}, {"start": 1258.79, "end": 1259.07, "word": " method", "probability": 0.9716796875}, {"start": 1259.07, "end": 1259.47, "word": " called", "probability": 0.73095703125}, {"start": 1259.47, "end": 1266.37, "word": " getLayout", "probability": 0.798095703125}], "temperature": 1.0}, {"id": 46, "seek": 129161, "start": 1267.82, "end": 1291.62, "text": " Inflater. Do you remember in the last lecture when we made a menu, we used a method called what? GetMenuInflater. Why? Why did we use GetMenuInflater? Because the menu, the XML that we turned into a list. Okay? There is another method called GetLayoutInflater. This takes the ID of the layout and turns it into what? Into a view.", "tokens": [682, 3423, 771, 13, 1144, 291, 1604, 294, 264, 1036, 7991, 562, 321, 1027, 257, 6510, 11, 321, 1143, 257, 3170, 1219, 437, 30, 3240, 30505, 84, 4575, 3423, 771, 13, 1545, 30, 1545, 630, 321, 764, 3240, 30505, 84, 4575, 3423, 771, 30, 1436, 264, 6510, 11, 264, 43484, 300, 321, 3574, 666, 257, 1329, 13, 1033, 30, 821, 307, 1071, 3170, 1219, 3240, 43, 320, 346, 4575, 3423, 771, 13, 639, 2516, 264, 7348, 295, 264, 13333, 293, 4523, 309, 666, 437, 30, 23373, 257, 1910, 13], "avg_logprob": -0.4052083472410838, "compression_ratio": 1.6666666666666667, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1267.82, "end": 1268.34, "word": " Inflater.", "probability": 0.6150309244791666}, {"start": 1268.68, "end": 1269.0, "word": " Do", "probability": 0.367431640625}, {"start": 1269.0, "end": 1269.0, "word": " you", "probability": 0.9462890625}, {"start": 1269.0, "end": 1269.2, "word": " remember", "probability": 0.8623046875}, {"start": 1269.2, "end": 1269.34, "word": " in", "probability": 0.23876953125}, {"start": 1269.34, "end": 1269.42, "word": " the", "probability": 0.57763671875}, {"start": 1269.42, "end": 1269.44, "word": " last", "probability": 0.469970703125}, {"start": 1269.44, "end": 1269.72, "word": " lecture", "probability": 0.580078125}, {"start": 1269.72, "end": 1270.18, "word": " when", "probability": 0.436279296875}, {"start": 1270.18, "end": 1270.24, "word": " we", "probability": 0.92041015625}, {"start": 1270.24, "end": 1270.38, "word": " made", "probability": 0.449951171875}, {"start": 1270.38, "end": 1270.52, "word": " a", "probability": 0.5400390625}, {"start": 1270.52, "end": 1270.76, "word": " menu,", "probability": 0.8505859375}, {"start": 1271.24, "end": 1271.44, "word": " we", "probability": 0.86279296875}, {"start": 1271.44, "end": 1271.76, "word": " used", "probability": 0.91796875}, {"start": 1271.76, "end": 1272.46, "word": " a", "probability": 0.7216796875}, {"start": 1272.46, "end": 1272.7, "word": " method", "probability": 0.94677734375}, {"start": 1272.7, "end": 1273.06, "word": " called", "probability": 0.53662109375}, {"start": 1273.06, "end": 1273.42, "word": " what?", "probability": 0.3037109375}, {"start": 1275.68, "end": 1276.2, "word": " GetMenuInflater.", "probability": 0.8495279947916666}, {"start": 1276.3, "end": 1276.56, "word": " Why?", "probability": 0.845703125}, {"start": 1277.4, "end": 1277.92, "word": " Why", "probability": 0.783203125}, {"start": 1277.92, "end": 1278.02, "word": " did", "probability": 0.8427734375}, {"start": 1278.02, "end": 1278.4, "word": " we", "probability": 0.943359375}, {"start": 1278.4, "end": 1278.4, "word": " use", "probability": 0.85498046875}, {"start": 1278.4, "end": 1279.34, "word": " GetMenuInflater?", "probability": 0.927001953125}, {"start": 1280.22, "end": 1280.74, "word": " Because", "probability": 0.81787109375}, {"start": 1280.74, "end": 1281.5, "word": " the", "probability": 0.75634765625}, {"start": 1281.5, "end": 1281.76, "word": " menu,", "probability": 0.56787109375}, {"start": 1281.9, "end": 1281.96, "word": " the", "probability": 0.6015625}, {"start": 1281.96, "end": 1282.32, "word": " XML", "probability": 0.71240234375}, {"start": 1282.32, "end": 1282.58, "word": " that", "probability": 0.352294921875}, {"start": 1282.58, "end": 1282.58, "word": " we", "probability": 0.58837890625}, {"start": 1282.58, "end": 1282.8, "word": " turned", "probability": 0.1629638671875}, {"start": 1282.8, "end": 1282.98, "word": " into", "probability": 0.58740234375}, {"start": 1282.98, "end": 1283.16, "word": " a", "probability": 0.865234375}, {"start": 1283.16, "end": 1283.44, "word": " list.", "probability": 0.5146484375}, {"start": 1283.84, "end": 1284.1, "word": " Okay?", "probability": 0.34130859375}, {"start": 1284.72, "end": 1284.96, "word": " There", "probability": 0.7431640625}, {"start": 1284.96, "end": 1285.14, "word": " is", "probability": 0.75537109375}, {"start": 1285.14, "end": 1285.48, "word": " another", "probability": 0.83935546875}, {"start": 1285.48, "end": 1285.76, "word": " method", "probability": 0.94384765625}, {"start": 1285.76, "end": 1286.24, "word": " called", "probability": 0.7373046875}, {"start": 1286.24, "end": 1287.46, "word": " GetLayoutInflater.", "probability": 0.96826171875}, {"start": 1288.38, "end": 1288.7, "word": " This", "probability": 0.62744140625}, {"start": 1288.7, "end": 1289.08, "word": " takes", "probability": 0.65478515625}, {"start": 1289.08, "end": 1289.22, "word": " the", "probability": 0.3330078125}, {"start": 1289.22, "end": 1289.44, "word": " ID", "probability": 0.4287109375}, {"start": 1289.44, "end": 1289.56, "word": " of", "probability": 0.765625}, {"start": 1289.56, "end": 1289.64, "word": " the", "probability": 0.492431640625}, {"start": 1289.64, "end": 1289.82, "word": " layout", "probability": 0.853515625}, {"start": 1289.82, "end": 1290.06, "word": " and", "probability": 0.82275390625}, {"start": 1290.06, "end": 1290.34, "word": " turns", "probability": 0.57568359375}, {"start": 1290.34, "end": 1290.54, "word": " it", "probability": 0.8515625}, {"start": 1290.54, "end": 1290.58, "word": " into", "probability": 0.75732421875}, {"start": 1290.58, "end": 1290.88, "word": " what?", "probability": 0.70751953125}, {"start": 1291.2, "end": 1291.44, "word": " Into", "probability": 0.495361328125}, {"start": 1291.44, "end": 1291.48, "word": " a", "probability": 0.415283203125}, {"start": 1291.48, "end": 1291.62, "word": " view.", "probability": 0.7529296875}], "temperature": 1.0}, {"id": 47, "seek": 132201, "start": 1293.03, "end": 1322.01, "text": " this is getLayoutInflater, what is getLayoutInflater? where is it working? it is working in the activity this is layoutInflater and it executed the method getLayoutInflater of course layoutInflater, getLayoutInflater, where is this method located? in the superclass that is why it saw this because this inflater you can say getInflate", "tokens": [341, 307, 483, 43, 320, 346, 4575, 3423, 771, 11, 437, 307, 483, 43, 320, 346, 4575, 3423, 771, 30, 689, 307, 309, 1364, 30, 309, 307, 1364, 294, 264, 5191, 341, 307, 13333, 4575, 3423, 771, 293, 309, 17577, 264, 3170, 483, 43, 320, 346, 4575, 3423, 771, 295, 1164, 13333, 4575, 3423, 771, 11, 483, 43, 320, 346, 4575, 3423, 771, 11, 689, 307, 341, 3170, 6870, 30, 294, 264, 1687, 11665, 300, 307, 983, 309, 1866, 341, 570, 341, 9922, 771, 291, 393, 584, 483, 4575, 3423, 473], "avg_logprob": -0.5033967643976212, "compression_ratio": 2.0180722891566263, "no_speech_prob": 0.0, "words": [{"start": 1293.03, "end": 1293.31, "word": " this", "probability": 0.224365234375}, {"start": 1293.31, "end": 1293.37, "word": " is", "probability": 0.2119140625}, {"start": 1293.37, "end": 1296.23, "word": " getLayoutInflater,", "probability": 0.7705426897321429}, {"start": 1296.29, "end": 1296.39, "word": " what", "probability": 0.375}, {"start": 1296.39, "end": 1296.45, "word": " is", "probability": 0.371337890625}, {"start": 1296.45, "end": 1297.61, "word": " getLayoutInflater?", "probability": 0.8917061941964286}, {"start": 1297.97, "end": 1298.49, "word": " where", "probability": 0.299072265625}, {"start": 1298.49, "end": 1298.63, "word": " is", "probability": 0.37744140625}, {"start": 1298.63, "end": 1298.77, "word": " it", "probability": 0.33056640625}, {"start": 1298.77, "end": 1299.09, "word": " working?", "probability": 0.11163330078125}, {"start": 1299.21, "end": 1299.47, "word": " it", "probability": 0.1575927734375}, {"start": 1299.47, "end": 1299.95, "word": " is", "probability": 0.66259765625}, {"start": 1299.95, "end": 1300.19, "word": " working", "probability": 0.57177734375}, {"start": 1300.19, "end": 1300.35, "word": " in", "probability": 0.79296875}, {"start": 1300.35, "end": 1300.41, "word": " the", "probability": 0.3994140625}, {"start": 1300.41, "end": 1300.85, "word": " activity", "probability": 0.888671875}, {"start": 1300.85, "end": 1302.15, "word": " this", "probability": 0.11407470703125}, {"start": 1302.15, "end": 1302.33, "word": " is", "probability": 0.92626953125}, {"start": 1302.33, "end": 1305.89, "word": " layoutInflater", "probability": 0.7108154296875}, {"start": 1305.89, "end": 1307.95, "word": " and", "probability": 0.36328125}, {"start": 1307.95, "end": 1308.09, "word": " it", "probability": 0.6328125}, {"start": 1308.09, "end": 1308.33, "word": " executed", "probability": 0.265869140625}, {"start": 1308.33, "end": 1308.47, "word": " the", "probability": 0.37841796875}, {"start": 1308.47, "end": 1308.69, "word": " method", "probability": 0.90771484375}, {"start": 1308.69, "end": 1309.67, "word": " getLayoutInflater", "probability": 0.9607282366071429}, {"start": 1309.67, "end": 1309.91, "word": " of", "probability": 0.2191162109375}, {"start": 1309.91, "end": 1309.91, "word": " course", "probability": 0.91845703125}, {"start": 1309.91, "end": 1310.93, "word": " layoutInflater,", "probability": 0.786773681640625}, {"start": 1311.11, "end": 1312.51, "word": " getLayoutInflater,", "probability": 0.9499860491071429}, {"start": 1312.61, "end": 1312.65, "word": " where", "probability": 0.57373046875}, {"start": 1312.65, "end": 1312.65, "word": " is", "probability": 0.8310546875}, {"start": 1312.65, "end": 1312.73, "word": " this", "probability": 0.830078125}, {"start": 1312.73, "end": 1312.95, "word": " method", "probability": 0.94580078125}, {"start": 1312.95, "end": 1313.33, "word": " located?", "probability": 0.281005859375}, {"start": 1314.15, "end": 1314.41, "word": " in", "probability": 0.82177734375}, {"start": 1314.41, "end": 1315.25, "word": " the", "probability": 0.60400390625}, {"start": 1315.25, "end": 1315.89, "word": " superclass", "probability": 0.812255859375}, {"start": 1315.89, "end": 1316.25, "word": " that", "probability": 0.2724609375}, {"start": 1316.25, "end": 1316.25, "word": " is", "probability": 0.5615234375}, {"start": 1316.25, "end": 1316.35, "word": " why", "probability": 0.88671875}, {"start": 1316.35, "end": 1316.51, "word": " it", "probability": 0.73291015625}, {"start": 1316.51, "end": 1316.73, "word": " saw", "probability": 0.2069091796875}, {"start": 1316.73, "end": 1317.11, "word": " this", "probability": 0.495849609375}, {"start": 1317.11, "end": 1317.97, "word": " because", "probability": 0.5107421875}, {"start": 1317.97, "end": 1318.29, "word": " this", "probability": 0.77392578125}, {"start": 1318.29, "end": 1318.97, "word": " inflater", "probability": 0.844482421875}, {"start": 1318.97, "end": 1320.55, "word": " you", "probability": 0.43408203125}, {"start": 1320.55, "end": 1320.73, "word": " can", "probability": 0.904296875}, {"start": 1320.73, "end": 1320.99, "word": " say", "probability": 0.8388671875}, {"start": 1320.99, "end": 1322.01, "word": " getInflate", "probability": 0.72491455078125}], "temperature": 1.0}, {"id": 48, "seek": 134630, "start": 1322.78, "end": 1346.3, "text": " and give it the layout id and return it to you as a view. Like the menu inflater. The problem is that I need to get it from where? Not from here. I need to get it from the adapter. So if I go to the adapter and say get layout inflater", "tokens": [293, 976, 309, 264, 13333, 4496, 293, 2736, 309, 281, 291, 382, 257, 1910, 13, 1743, 264, 6510, 9922, 771, 13, 440, 1154, 307, 300, 286, 643, 281, 483, 309, 490, 689, 30, 1726, 490, 510, 13, 286, 643, 281, 483, 309, 490, 264, 22860, 13, 407, 498, 286, 352, 281, 264, 22860, 293, 584, 483, 13333, 9922, 771], "avg_logprob": -0.5041666845480601, "compression_ratio": 1.6433566433566433, "no_speech_prob": 0.0, "words": [{"start": 1322.78, "end": 1323.02, "word": " and", "probability": 0.157470703125}, {"start": 1323.02, "end": 1323.26, "word": " give", "probability": 0.331298828125}, {"start": 1323.26, "end": 1323.46, "word": " it", "probability": 0.4453125}, {"start": 1323.46, "end": 1323.5, "word": " the", "probability": 0.67919921875}, {"start": 1323.5, "end": 1323.7, "word": " layout", "probability": 0.6025390625}, {"start": 1323.7, "end": 1324.64, "word": " id", "probability": 0.489501953125}, {"start": 1324.64, "end": 1325.46, "word": " and", "probability": 0.68798828125}, {"start": 1325.46, "end": 1325.76, "word": " return", "probability": 0.405029296875}, {"start": 1325.76, "end": 1325.96, "word": " it", "probability": 0.223388671875}, {"start": 1325.96, "end": 1326.08, "word": " to", "probability": 0.384765625}, {"start": 1326.08, "end": 1326.08, "word": " you", "probability": 0.5791015625}, {"start": 1326.08, "end": 1326.66, "word": " as", "probability": 0.37109375}, {"start": 1326.66, "end": 1326.66, "word": " a", "probability": 0.34130859375}, {"start": 1326.66, "end": 1327.74, "word": " view.", "probability": 0.70751953125}, {"start": 1328.9, "end": 1329.34, "word": " Like", "probability": 0.241943359375}, {"start": 1329.34, "end": 1329.54, "word": " the", "probability": 0.60400390625}, {"start": 1329.54, "end": 1329.72, "word": " menu", "probability": 0.759765625}, {"start": 1329.72, "end": 1330.2, "word": " inflater.", "probability": 0.8515625}, {"start": 1332.4, "end": 1332.84, "word": " The", "probability": 0.461181640625}, {"start": 1332.84, "end": 1333.14, "word": " problem", "probability": 0.80419921875}, {"start": 1333.14, "end": 1333.34, "word": " is", "probability": 0.8740234375}, {"start": 1333.34, "end": 1333.44, "word": " that", "probability": 0.62744140625}, {"start": 1333.44, "end": 1333.8, "word": " I", "probability": 0.64013671875}, {"start": 1333.8, "end": 1334.02, "word": " need", "probability": 0.421875}, {"start": 1334.02, "end": 1334.08, "word": " to", "probability": 0.9052734375}, {"start": 1334.08, "end": 1334.26, "word": " get", "probability": 0.30810546875}, {"start": 1334.26, "end": 1334.48, "word": " it", "probability": 0.315185546875}, {"start": 1334.48, "end": 1334.64, "word": " from", "probability": 0.8408203125}, {"start": 1334.64, "end": 1334.94, "word": " where?", "probability": 0.236572265625}, {"start": 1335.32, "end": 1335.76, "word": " Not", "probability": 0.8115234375}, {"start": 1335.76, "end": 1335.92, "word": " from", "probability": 0.775390625}, {"start": 1335.92, "end": 1336.14, "word": " here.", "probability": 0.7978515625}, {"start": 1336.9, "end": 1337.18, "word": " I", "probability": 0.7802734375}, {"start": 1337.18, "end": 1337.32, "word": " need", "probability": 0.908203125}, {"start": 1337.32, "end": 1337.36, "word": " to", "probability": 0.95849609375}, {"start": 1337.36, "end": 1337.5, "word": " get", "probability": 0.90576171875}, {"start": 1337.5, "end": 1337.62, "word": " it", "probability": 0.931640625}, {"start": 1337.62, "end": 1337.8, "word": " from", "probability": 0.86328125}, {"start": 1337.8, "end": 1337.98, "word": " the", "probability": 0.8740234375}, {"start": 1337.98, "end": 1338.28, "word": " adapter.", "probability": 0.83984375}, {"start": 1338.9, "end": 1339.12, "word": " So", "probability": 0.55126953125}, {"start": 1339.12, "end": 1339.22, "word": " if", "probability": 0.72216796875}, {"start": 1339.22, "end": 1339.38, "word": " I", "probability": 0.978515625}, {"start": 1339.38, "end": 1339.52, "word": " go", "probability": 0.62548828125}, {"start": 1339.52, "end": 1339.7, "word": " to", "probability": 0.927734375}, {"start": 1339.7, "end": 1339.8, "word": " the", "probability": 0.80859375}, {"start": 1339.8, "end": 1340.16, "word": " adapter", "probability": 0.89697265625}, {"start": 1340.16, "end": 1342.58, "word": " and", "probability": 0.53271484375}, {"start": 1342.58, "end": 1342.8, "word": " say", "probability": 0.31201171875}, {"start": 1342.8, "end": 1343.3, "word": " get", "probability": 0.67919921875}, {"start": 1343.3, "end": 1344.12, "word": " layout", "probability": 0.79638671875}, {"start": 1344.12, "end": 1346.3, "word": " inflater", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 49, "seek": 137160, "start": 1347.84, "end": 1371.6, "text": " they will not see it because your target is in the super class. So, what is the solution? You need to learn from the activity to be able to use this method. Or I need to learn something called context. Who is the context? It is the super class of the activity which also has the Get-Luck.", "tokens": [436, 486, 406, 536, 309, 570, 428, 3779, 307, 294, 264, 1687, 1508, 13, 407, 11, 437, 307, 264, 3827, 30, 509, 643, 281, 1466, 490, 264, 5191, 281, 312, 1075, 281, 764, 341, 3170, 13, 1610, 286, 643, 281, 1466, 746, 1219, 4319, 13, 2102, 307, 264, 4319, 30, 467, 307, 264, 1687, 1508, 295, 264, 5191, 597, 611, 575, 264, 3240, 12, 43, 1134, 13], "avg_logprob": -0.5749081040129942, "compression_ratio": 1.6145251396648044, "no_speech_prob": 0.0, "words": [{"start": 1347.84, "end": 1348.08, "word": " they", "probability": 0.1575927734375}, {"start": 1348.08, "end": 1348.16, "word": " will", "probability": 0.336669921875}, {"start": 1348.16, "end": 1348.16, "word": " not", "probability": 0.8876953125}, {"start": 1348.16, "end": 1348.46, "word": " see", "probability": 0.71826171875}, {"start": 1348.46, "end": 1348.74, "word": " it", "probability": 0.60400390625}, {"start": 1348.74, "end": 1349.8, "word": " because", "probability": 0.434326171875}, {"start": 1349.8, "end": 1350.16, "word": " your", "probability": 0.23583984375}, {"start": 1350.16, "end": 1350.16, "word": " target", "probability": 0.395751953125}, {"start": 1350.16, "end": 1350.26, "word": " is", "probability": 0.90478515625}, {"start": 1350.26, "end": 1350.54, "word": " in", "probability": 0.453369140625}, {"start": 1350.54, "end": 1350.64, "word": " the", "probability": 0.75830078125}, {"start": 1350.64, "end": 1350.8, "word": " super", "probability": 0.90478515625}, {"start": 1350.8, "end": 1351.18, "word": " class.", "probability": 0.50048828125}, {"start": 1351.26, "end": 1351.36, "word": " So,", "probability": 0.74658203125}, {"start": 1351.38, "end": 1351.5, "word": " what", "probability": 0.85205078125}, {"start": 1351.5, "end": 1351.54, "word": " is", "probability": 0.76806640625}, {"start": 1351.54, "end": 1351.62, "word": " the", "probability": 0.9091796875}, {"start": 1351.62, "end": 1351.88, "word": " solution?", "probability": 0.89697265625}, {"start": 1353.32, "end": 1353.8, "word": " You", "probability": 0.67041015625}, {"start": 1353.8, "end": 1353.94, "word": " need", "probability": 0.2646484375}, {"start": 1353.94, "end": 1354.16, "word": " to", "probability": 0.955078125}, {"start": 1354.16, "end": 1354.32, "word": " learn", "probability": 0.2308349609375}, {"start": 1354.32, "end": 1354.54, "word": " from", "probability": 0.66796875}, {"start": 1354.54, "end": 1354.58, "word": " the", "probability": 0.5751953125}, {"start": 1354.58, "end": 1355.0, "word": " activity", "probability": 0.9287109375}, {"start": 1355.0, "end": 1355.7, "word": " to", "probability": 0.36962890625}, {"start": 1355.7, "end": 1355.9, "word": " be", "probability": 0.2138671875}, {"start": 1355.9, "end": 1356.02, "word": " able", "probability": 0.94580078125}, {"start": 1356.02, "end": 1356.1, "word": " to", "probability": 0.966796875}, {"start": 1356.1, "end": 1356.4, "word": " use", "probability": 0.1864013671875}, {"start": 1356.4, "end": 1356.9, "word": " this", "probability": 0.88037109375}, {"start": 1356.9, "end": 1357.22, "word": " method.", "probability": 0.93603515625}, {"start": 1357.52, "end": 1357.76, "word": " Or", "probability": 0.892578125}, {"start": 1357.76, "end": 1359.14, "word": " I", "probability": 0.31787109375}, {"start": 1359.14, "end": 1359.38, "word": " need", "probability": 0.447021484375}, {"start": 1359.38, "end": 1360.98, "word": " to", "probability": 0.96484375}, {"start": 1360.98, "end": 1361.3, "word": " learn", "probability": 0.8837890625}, {"start": 1361.3, "end": 1361.9, "word": " something", "probability": 0.51513671875}, {"start": 1361.9, "end": 1363.0, "word": " called", "probability": 0.59814453125}, {"start": 1363.0, "end": 1363.6, "word": " context.", "probability": 0.77490234375}, {"start": 1365.28, "end": 1365.44, "word": " Who", "probability": 0.350830078125}, {"start": 1365.44, "end": 1365.5, "word": " is", "probability": 0.88623046875}, {"start": 1365.5, "end": 1365.6, "word": " the", "probability": 0.498291015625}, {"start": 1365.6, "end": 1365.96, "word": " context?", "probability": 0.9248046875}, {"start": 1366.08, "end": 1366.22, "word": " It", "probability": 0.75439453125}, {"start": 1366.22, "end": 1366.26, "word": " is", "probability": 0.89306640625}, {"start": 1366.26, "end": 1366.36, "word": " the", "probability": 0.78466796875}, {"start": 1366.36, "end": 1366.56, "word": " super", "probability": 0.939453125}, {"start": 1366.56, "end": 1366.92, "word": " class", "probability": 0.9306640625}, {"start": 1366.92, "end": 1367.06, "word": " of", "probability": 0.61865234375}, {"start": 1367.06, "end": 1367.14, "word": " the", "probability": 0.68701171875}, {"start": 1367.14, "end": 1367.54, "word": " activity", "probability": 0.9619140625}, {"start": 1367.54, "end": 1368.42, "word": " which", "probability": 0.279296875}, {"start": 1368.42, "end": 1368.84, "word": " also", "probability": 0.51318359375}, {"start": 1368.84, "end": 1369.96, "word": " has", "probability": 0.388427734375}, {"start": 1369.96, "end": 1370.68, "word": " the", "probability": 0.669921875}, {"start": 1370.68, "end": 1371.4, "word": " Get", "probability": 0.15283203125}, {"start": 1371.4, "end": 1371.6, "word": "-Luck.", "probability": 0.34033203125}], "temperature": 1.0}, {"id": 50, "seek": 138306, "start": 1373.34, "end": 1383.06, "text": "Inflater. In this context, I passed it in the constructor. And then I say this.context. Yes, I want to know above.", "tokens": [4575, 3423, 771, 13, 682, 341, 4319, 11, 286, 4678, 309, 294, 264, 47479, 13, 400, 550, 286, 584, 341, 13, 9000, 3828, 13, 1079, 11, 286, 528, 281, 458, 3673, 13], "avg_logprob": -0.6316287878787878, "compression_ratio": 1.1875, "no_speech_prob": 0.0, "words": [{"start": 1373.3400000000001, "end": 1373.66, "word": "Inflater.", "probability": 0.5516764322916666}, {"start": 1374.9, "end": 1375.22, "word": " In", "probability": 0.2315673828125}, {"start": 1375.22, "end": 1375.34, "word": " this", "probability": 0.88623046875}, {"start": 1375.34, "end": 1375.94, "word": " context,", "probability": 0.8984375}, {"start": 1376.64, "end": 1376.78, "word": " I", "probability": 0.865234375}, {"start": 1376.78, "end": 1376.98, "word": " passed", "probability": 0.1524658203125}, {"start": 1376.98, "end": 1377.18, "word": " it", "probability": 0.728515625}, {"start": 1377.18, "end": 1377.2, "word": " in", "probability": 0.4306640625}, {"start": 1377.2, "end": 1377.3, "word": " the", "probability": 0.43212890625}, {"start": 1377.3, "end": 1377.8, "word": " constructor.", "probability": 0.92041015625}, {"start": 1377.92, "end": 1377.98, "word": " And", "probability": 0.431640625}, {"start": 1377.98, "end": 1378.14, "word": " then", "probability": 0.65234375}, {"start": 1378.14, "end": 1378.28, "word": " I", "probability": 0.875}, {"start": 1378.28, "end": 1378.44, "word": " say", "probability": 0.62939453125}, {"start": 1378.44, "end": 1378.78, "word": " this", "probability": 0.767578125}, {"start": 1378.78, "end": 1379.8, "word": ".context.", "probability": 0.8380533854166666}, {"start": 1382.02, "end": 1382.34, "word": " Yes,", "probability": 0.302978515625}, {"start": 1382.46, "end": 1382.58, "word": " I", "probability": 0.408447265625}, {"start": 1382.58, "end": 1382.6, "word": " want", "probability": 0.59912109375}, {"start": 1382.6, "end": 1382.68, "word": " to", "probability": 0.86083984375}, {"start": 1382.68, "end": 1382.8, "word": " know", "probability": 0.77685546875}, {"start": 1382.8, "end": 1383.06, "word": " above.", "probability": 0.298583984375}], "temperature": 1.0}, {"id": 51, "seek": 141872, "start": 1392.1, "end": 1418.72, "text": "Why do I need to train context? Because context has a method that I found in Layout Inflater Context or Activity Let's say before when we worked on something and we had to read the assets So we said let's train the activity Here it's like the activity but I need to train the context In the main activity I found", "tokens": [8429, 360, 286, 643, 281, 3847, 4319, 30, 1436, 4319, 575, 257, 3170, 300, 286, 1352, 294, 20084, 346, 682, 3423, 771, 4839, 3828, 420, 3251, 4253, 961, 311, 584, 949, 562, 321, 2732, 322, 746, 293, 321, 632, 281, 1401, 264, 9769, 407, 321, 848, 718, 311, 3847, 264, 5191, 1692, 309, 311, 411, 264, 5191, 457, 286, 643, 281, 3847, 264, 4319, 682, 264, 2135, 5191, 286, 1352], "avg_logprob": -0.6663732125725544, "compression_ratio": 1.723756906077348, "no_speech_prob": 0.0, "words": [{"start": 1392.1, "end": 1392.5, "word": "Why", "probability": 0.1329345703125}, {"start": 1392.5, "end": 1392.64, "word": " do", "probability": 0.306396484375}, {"start": 1392.64, "end": 1392.64, "word": " I", "probability": 0.92138671875}, {"start": 1392.64, "end": 1392.72, "word": " need", "probability": 0.52783203125}, {"start": 1392.72, "end": 1392.9, "word": " to", "probability": 0.810546875}, {"start": 1392.9, "end": 1392.9, "word": " train", "probability": 0.32080078125}, {"start": 1392.9, "end": 1393.46, "word": " context?", "probability": 0.4814453125}, {"start": 1393.54, "end": 1393.7, "word": " Because", "probability": 0.72802734375}, {"start": 1393.7, "end": 1394.28, "word": " context", "probability": 0.7919921875}, {"start": 1394.28, "end": 1394.62, "word": " has", "probability": 0.490966796875}, {"start": 1394.62, "end": 1394.74, "word": " a", "probability": 0.30029296875}, {"start": 1394.74, "end": 1395.06, "word": " method", "probability": 0.71142578125}, {"start": 1395.06, "end": 1395.26, "word": " that", "probability": 0.27978515625}, {"start": 1395.26, "end": 1395.42, "word": " I", "probability": 0.57568359375}, {"start": 1395.42, "end": 1395.42, "word": " found", "probability": 0.4755859375}, {"start": 1395.42, "end": 1395.52, "word": " in", "probability": 0.364990234375}, {"start": 1395.52, "end": 1395.92, "word": " Layout", "probability": 0.74267578125}, {"start": 1395.92, "end": 1396.5, "word": " Inflater", "probability": 0.7975260416666666}, {"start": 1396.5, "end": 1397.52, "word": " Context", "probability": 0.678466796875}, {"start": 1397.52, "end": 1397.8, "word": " or", "probability": 0.82177734375}, {"start": 1397.8, "end": 1398.3, "word": " Activity", "probability": 0.66162109375}, {"start": 1398.3, "end": 1398.46, "word": " Let's", "probability": 0.4610595703125}, {"start": 1398.46, "end": 1398.9, "word": " say", "probability": 0.6142578125}, {"start": 1398.9, "end": 1398.94, "word": " before", "probability": 0.21044921875}, {"start": 1398.94, "end": 1400.92, "word": " when", "probability": 0.368896484375}, {"start": 1400.92, "end": 1401.5, "word": " we", "probability": 0.8291015625}, {"start": 1401.5, "end": 1401.8, "word": " worked", "probability": 0.4453125}, {"start": 1401.8, "end": 1402.02, "word": " on", "probability": 0.272216796875}, {"start": 1402.02, "end": 1404.16, "word": " something", "probability": 0.44140625}, {"start": 1404.16, "end": 1405.9, "word": " and", "probability": 0.306396484375}, {"start": 1405.9, "end": 1405.9, "word": " we", "probability": 0.5205078125}, {"start": 1405.9, "end": 1405.9, "word": " had", "probability": 0.140869140625}, {"start": 1405.9, "end": 1407.84, "word": " to", "probability": 0.6181640625}, {"start": 1407.84, "end": 1408.16, "word": " read", "probability": 0.828125}, {"start": 1408.16, "end": 1408.5, "word": " the", "probability": 0.431884765625}, {"start": 1408.5, "end": 1410.48, "word": " assets", "probability": 0.640625}, {"start": 1410.48, "end": 1411.34, "word": " So", "probability": 0.299072265625}, {"start": 1411.34, "end": 1411.96, "word": " we", "probability": 0.6953125}, {"start": 1411.96, "end": 1411.96, "word": " said", "probability": 0.1253662109375}, {"start": 1411.96, "end": 1412.14, "word": " let's", "probability": 0.68017578125}, {"start": 1412.14, "end": 1412.28, "word": " train", "probability": 0.892578125}, {"start": 1412.28, "end": 1412.46, "word": " the", "probability": 0.28271484375}, {"start": 1412.46, "end": 1412.84, "word": " activity", "probability": 0.8466796875}, {"start": 1412.84, "end": 1413.76, "word": " Here", "probability": 0.486572265625}, {"start": 1413.76, "end": 1414.34, "word": " it's", "probability": 0.3897705078125}, {"start": 1414.34, "end": 1414.48, "word": " like", "probability": 0.51513671875}, {"start": 1414.48, "end": 1414.58, "word": " the", "probability": 0.54248046875}, {"start": 1414.58, "end": 1414.92, "word": " activity", "probability": 0.93798828125}, {"start": 1414.92, "end": 1415.1, "word": " but", "probability": 0.71484375}, {"start": 1415.1, "end": 1415.28, "word": " I", "probability": 0.486328125}, {"start": 1415.28, "end": 1415.28, "word": " need", "probability": 0.6953125}, {"start": 1415.28, "end": 1415.34, "word": " to", "probability": 0.974609375}, {"start": 1415.34, "end": 1415.44, "word": " train", "probability": 0.91357421875}, {"start": 1415.44, "end": 1415.64, "word": " the", "probability": 0.72265625}, {"start": 1415.64, "end": 1416.06, "word": " context", "probability": 0.916015625}, {"start": 1416.06, "end": 1417.8, "word": " In", "probability": 0.2222900390625}, {"start": 1417.8, "end": 1417.94, "word": " the", "probability": 0.6533203125}, {"start": 1417.94, "end": 1418.08, "word": " main", "probability": 0.59326171875}, {"start": 1418.08, "end": 1418.46, "word": " activity", "probability": 0.9384765625}, {"start": 1418.46, "end": 1418.64, "word": " I", "probability": 0.31640625}, {"start": 1418.64, "end": 1418.72, "word": " found", "probability": 0.83544921875}], "temperature": 1.0}, {"id": 52, "seek": 144429, "start": 1419.93, "end": 1444.29, "text": " This led to a mistake. Why did the constructor make a mistake? Because the constructor has changed. There is a third element which is context. Get application context Now the constructor has three things. Context, data which is the array list and the layout that it will use. Why does the context need it? To get the inflater.", "tokens": [639, 4684, 281, 257, 6146, 13, 1545, 630, 264, 47479, 652, 257, 6146, 30, 1436, 264, 47479, 575, 3105, 13, 821, 307, 257, 2636, 4478, 597, 307, 4319, 13, 3240, 3861, 4319, 823, 264, 47479, 575, 1045, 721, 13, 4839, 3828, 11, 1412, 597, 307, 264, 10225, 1329, 293, 264, 13333, 300, 309, 486, 764, 13, 1545, 775, 264, 4319, 643, 309, 30, 1407, 483, 264, 9922, 771, 13], "avg_logprob": -0.5424107245036534, "compression_ratio": 1.694300518134715, "no_speech_prob": 0.0, "words": [{"start": 1419.93, "end": 1420.27, "word": " This", "probability": 0.1617431640625}, {"start": 1420.27, "end": 1420.43, "word": " led", "probability": 0.20068359375}, {"start": 1420.43, "end": 1420.65, "word": " to", "probability": 0.74169921875}, {"start": 1420.65, "end": 1420.73, "word": " a", "probability": 0.2900390625}, {"start": 1420.73, "end": 1420.89, "word": " mistake.", "probability": 0.79248046875}, {"start": 1421.03, "end": 1421.25, "word": " Why", "probability": 0.794921875}, {"start": 1421.25, "end": 1421.35, "word": " did", "probability": 0.72900390625}, {"start": 1421.35, "end": 1421.43, "word": " the", "probability": 0.6484375}, {"start": 1421.43, "end": 1422.11, "word": " constructor", "probability": 0.92822265625}, {"start": 1422.11, "end": 1422.33, "word": " make", "probability": 0.52392578125}, {"start": 1422.33, "end": 1422.49, "word": " a", "probability": 0.71728515625}, {"start": 1422.49, "end": 1422.69, "word": " mistake?", "probability": 0.9521484375}, {"start": 1423.63, "end": 1424.15, "word": " Because", "probability": 0.662109375}, {"start": 1424.15, "end": 1424.45, "word": " the", "probability": 0.33056640625}, {"start": 1424.45, "end": 1425.81, "word": " constructor", "probability": 0.9052734375}, {"start": 1425.81, "end": 1425.93, "word": " has", "probability": 0.2061767578125}, {"start": 1425.93, "end": 1426.19, "word": " changed.", "probability": 0.83837890625}, {"start": 1426.31, "end": 1426.51, "word": " There", "probability": 0.335693359375}, {"start": 1426.51, "end": 1426.53, "word": " is", "probability": 0.69580078125}, {"start": 1426.53, "end": 1426.69, "word": " a", "probability": 0.64404296875}, {"start": 1426.69, "end": 1427.23, "word": " third", "probability": 0.85791015625}, {"start": 1427.23, "end": 1427.23, "word": " element", "probability": 0.78955078125}, {"start": 1427.23, "end": 1427.39, "word": " which", "probability": 0.189453125}, {"start": 1427.39, "end": 1427.53, "word": " is", "probability": 0.86865234375}, {"start": 1427.53, "end": 1428.65, "word": " context.", "probability": 0.380615234375}, {"start": 1429.01, "end": 1429.37, "word": " Get", "probability": 0.429931640625}, {"start": 1429.37, "end": 1430.25, "word": " application", "probability": 0.6162109375}, {"start": 1430.25, "end": 1432.05, "word": " context", "probability": 0.91162109375}, {"start": 1432.05, "end": 1433.41, "word": " Now", "probability": 0.468017578125}, {"start": 1433.41, "end": 1433.85, "word": " the", "probability": 0.58203125}, {"start": 1433.85, "end": 1434.35, "word": " constructor", "probability": 0.9287109375}, {"start": 1434.35, "end": 1434.79, "word": " has", "probability": 0.58203125}, {"start": 1434.79, "end": 1435.09, "word": " three", "probability": 0.74072265625}, {"start": 1435.09, "end": 1435.51, "word": " things.", "probability": 0.43994140625}, {"start": 1435.75, "end": 1436.27, "word": " Context,", "probability": 0.77587890625}, {"start": 1437.29, "end": 1437.75, "word": " data", "probability": 0.76123046875}, {"start": 1437.75, "end": 1438.59, "word": " which", "probability": 0.2484130859375}, {"start": 1438.59, "end": 1438.67, "word": " is", "probability": 0.89990234375}, {"start": 1438.67, "end": 1438.77, "word": " the", "probability": 0.4853515625}, {"start": 1438.77, "end": 1438.97, "word": " array", "probability": 0.82421875}, {"start": 1438.97, "end": 1439.31, "word": " list", "probability": 0.74853515625}, {"start": 1439.31, "end": 1439.89, "word": " and", "probability": 0.53173828125}, {"start": 1439.89, "end": 1440.01, "word": " the", "probability": 0.3564453125}, {"start": 1440.01, "end": 1440.33, "word": " layout", "probability": 0.97509765625}, {"start": 1440.33, "end": 1440.45, "word": " that", "probability": 0.300537109375}, {"start": 1440.45, "end": 1440.55, "word": " it", "probability": 0.61328125}, {"start": 1440.55, "end": 1440.59, "word": " will", "probability": 0.62255859375}, {"start": 1440.59, "end": 1441.01, "word": " use.", "probability": 0.87646484375}, {"start": 1441.51, "end": 1441.79, "word": " Why", "probability": 0.7265625}, {"start": 1441.79, "end": 1442.05, "word": " does", "probability": 0.72802734375}, {"start": 1442.05, "end": 1442.21, "word": " the", "probability": 0.68017578125}, {"start": 1442.21, "end": 1442.61, "word": " context", "probability": 0.86474609375}, {"start": 1442.61, "end": 1442.61, "word": " need", "probability": 0.465087890625}, {"start": 1442.61, "end": 1442.81, "word": " it?", "probability": 0.458740234375}, {"start": 1442.99, "end": 1443.45, "word": " To", "probability": 0.60595703125}, {"start": 1443.45, "end": 1443.71, "word": " get", "probability": 0.38671875}, {"start": 1443.71, "end": 1443.83, "word": " the", "probability": 0.85205078125}, {"start": 1443.83, "end": 1444.29, "word": " inflater.", "probability": 0.7509765625}], "temperature": 1.0}, {"id": 53, "seek": 147191, "start": 1445.07, "end": 1471.91, "text": " Let's go back to the Layout Adapter. Go down here. Now you can say context.getLayout. What? It's not here either? Strange. Wait.", "tokens": [961, 311, 352, 646, 281, 264, 20084, 346, 1999, 5446, 13, 1037, 760, 510, 13, 823, 291, 393, 584, 4319, 13, 847, 43, 320, 346, 13, 708, 30, 467, 311, 406, 510, 2139, 30, 29068, 13, 3802, 13], "avg_logprob": -0.5881410470375648, "compression_ratio": 1.162162162162162, "no_speech_prob": 0.0, "words": [{"start": 1445.07, "end": 1445.43, "word": " Let's", "probability": 0.47723388671875}, {"start": 1445.43, "end": 1445.63, "word": " go", "probability": 0.71142578125}, {"start": 1445.63, "end": 1445.63, "word": " back", "probability": 0.78515625}, {"start": 1445.63, "end": 1445.87, "word": " to", "probability": 0.95849609375}, {"start": 1445.87, "end": 1445.99, "word": " the", "probability": 0.748046875}, {"start": 1445.99, "end": 1446.31, "word": " Layout", "probability": 0.63623046875}, {"start": 1446.31, "end": 1446.89, "word": " Adapter.", "probability": 0.78662109375}, {"start": 1447.53, "end": 1447.73, "word": " Go", "probability": 0.3896484375}, {"start": 1447.73, "end": 1447.95, "word": " down", "probability": 0.591796875}, {"start": 1447.95, "end": 1448.37, "word": " here.", "probability": 0.7041015625}, {"start": 1449.15, "end": 1449.31, "word": " Now", "probability": 0.3974609375}, {"start": 1449.31, "end": 1449.51, "word": " you", "probability": 0.705078125}, {"start": 1449.51, "end": 1449.69, "word": " can", "probability": 0.92724609375}, {"start": 1449.69, "end": 1450.05, "word": " say", "probability": 0.32861328125}, {"start": 1450.05, "end": 1450.77, "word": " context", "probability": 0.57373046875}, {"start": 1450.77, "end": 1454.45, "word": ".getLayout.", "probability": 0.83525390625}, {"start": 1457.83, "end": 1458.55, "word": " What?", "probability": 0.30908203125}, {"start": 1458.59, "end": 1458.71, "word": " It's", "probability": 0.638427734375}, {"start": 1458.71, "end": 1458.75, "word": " not", "probability": 0.92138671875}, {"start": 1458.75, "end": 1459.13, "word": " here", "probability": 0.56982421875}, {"start": 1459.13, "end": 1459.47, "word": " either?", "probability": 0.446533203125}, {"start": 1469.87, "end": 1470.59, "word": " Strange.", "probability": 0.28955078125}, {"start": 1471.19, "end": 1471.91, "word": " Wait.", "probability": 0.351318359375}], "temperature": 1.0}, {"id": 54, "seek": 150736, "start": 1481.96, "end": 1507.36, "text": " This is another way, you write layout inflater dot from and pass context dot inflate This is a static method Layout inflater dot from, from is a static method, you pass context and it makes inflate This inflate takes two steps First thing", "tokens": [639, 307, 1071, 636, 11, 291, 2464, 13333, 9922, 771, 5893, 490, 293, 1320, 4319, 5893, 9922, 473, 639, 307, 257, 13437, 3170, 20084, 346, 9922, 771, 5893, 490, 11, 490, 307, 257, 13437, 3170, 11, 291, 1320, 4319, 293, 309, 1669, 9922, 473, 639, 9922, 473, 2516, 732, 4439, 2386, 551], "avg_logprob": -0.5672169811320755, "compression_ratio": 1.8244274809160306, "no_speech_prob": 0.0, "words": [{"start": 1481.96, "end": 1482.38, "word": " This", "probability": 0.306884765625}, {"start": 1482.38, "end": 1482.46, "word": " is", "probability": 0.64013671875}, {"start": 1482.46, "end": 1482.88, "word": " another", "probability": 0.7060546875}, {"start": 1482.88, "end": 1482.88, "word": " way,", "probability": 0.54345703125}, {"start": 1483.14, "end": 1483.4, "word": " you", "probability": 0.61181640625}, {"start": 1483.4, "end": 1483.58, "word": " write", "probability": 0.57177734375}, {"start": 1483.58, "end": 1483.98, "word": " layout", "probability": 0.84130859375}, {"start": 1483.98, "end": 1484.62, "word": " inflater", "probability": 0.5208740234375}, {"start": 1484.62, "end": 1484.92, "word": " dot", "probability": 0.419677734375}, {"start": 1484.92, "end": 1485.3, "word": " from", "probability": 0.90869140625}, {"start": 1485.3, "end": 1485.94, "word": " and", "probability": 0.58056640625}, {"start": 1485.94, "end": 1486.26, "word": " pass", "probability": 0.2744140625}, {"start": 1486.26, "end": 1488.02, "word": " context", "probability": 0.53076171875}, {"start": 1488.02, "end": 1489.06, "word": " dot", "probability": 0.5517578125}, {"start": 1489.06, "end": 1489.74, "word": " inflate", "probability": 0.981689453125}, {"start": 1489.74, "end": 1491.06, "word": " This", "probability": 0.2034912109375}, {"start": 1491.06, "end": 1492.36, "word": " is", "probability": 0.84326171875}, {"start": 1492.36, "end": 1492.42, "word": " a", "probability": 0.268798828125}, {"start": 1492.42, "end": 1492.66, "word": " static", "probability": 0.92431640625}, {"start": 1492.66, "end": 1493.32, "word": " method", "probability": 0.9384765625}, {"start": 1493.32, "end": 1494.06, "word": " Layout", "probability": 0.663330078125}, {"start": 1494.06, "end": 1494.66, "word": " inflater", "probability": 0.88818359375}, {"start": 1494.66, "end": 1495.48, "word": " dot", "probability": 0.89599609375}, {"start": 1495.48, "end": 1495.78, "word": " from,", "probability": 0.90283203125}, {"start": 1495.84, "end": 1496.06, "word": " from", "probability": 0.6767578125}, {"start": 1496.06, "end": 1496.26, "word": " is", "probability": 0.60546875}, {"start": 1496.26, "end": 1496.32, "word": " a", "probability": 0.5302734375}, {"start": 1496.32, "end": 1496.58, "word": " static", "probability": 0.93115234375}, {"start": 1496.58, "end": 1496.96, "word": " method,", "probability": 0.93505859375}, {"start": 1497.58, "end": 1497.82, "word": " you", "probability": 0.44140625}, {"start": 1497.82, "end": 1498.0, "word": " pass", "probability": 0.434814453125}, {"start": 1498.0, "end": 1498.56, "word": " context", "probability": 0.8662109375}, {"start": 1498.56, "end": 1498.74, "word": " and", "probability": 0.6728515625}, {"start": 1498.74, "end": 1498.84, "word": " it", "probability": 0.2144775390625}, {"start": 1498.84, "end": 1499.0, "word": " makes", "probability": 0.1156005859375}, {"start": 1499.0, "end": 1499.6, "word": " inflate", "probability": 0.85009765625}, {"start": 1499.6, "end": 1500.58, "word": " This", "probability": 0.284423828125}, {"start": 1500.58, "end": 1501.14, "word": " inflate", "probability": 0.92333984375}, {"start": 1501.14, "end": 1504.22, "word": " takes", "probability": 0.578125}, {"start": 1504.22, "end": 1504.92, "word": " two", "probability": 0.82373046875}, {"start": 1504.92, "end": 1504.92, "word": " steps", "probability": 0.57275390625}, {"start": 1504.92, "end": 1506.96, "word": " First", "probability": 0.401611328125}, {"start": 1506.96, "end": 1507.36, "word": " thing", "probability": 0.57568359375}], "temperature": 1.0}, {"id": 55, "seek": 152513, "start": 1509.25, "end": 1525.13, "text": " The integer of the layout that you want to inflate, which is where we passed it in the constructor, here, we stored it here, so you pass the layout id And then the second parameter I want to put null", "tokens": [440, 24922, 295, 264, 13333, 300, 291, 528, 281, 9922, 473, 11, 597, 307, 689, 321, 4678, 309, 294, 264, 47479, 11, 510, 11, 321, 12187, 309, 510, 11, 370, 291, 1320, 264, 13333, 4496, 400, 550, 264, 1150, 13075, 286, 528, 281, 829, 18184], "avg_logprob": -0.5968070742876633, "compression_ratio": 1.5267175572519085, "no_speech_prob": 0.0, "words": [{"start": 1509.25, "end": 1509.49, "word": " The", "probability": 0.27490234375}, {"start": 1509.49, "end": 1509.83, "word": " integer", "probability": 0.6865234375}, {"start": 1509.83, "end": 1510.07, "word": " of", "probability": 0.64013671875}, {"start": 1510.07, "end": 1510.17, "word": " the", "probability": 0.48486328125}, {"start": 1510.17, "end": 1510.47, "word": " layout", "probability": 0.86474609375}, {"start": 1510.47, "end": 1510.71, "word": " that", "probability": 0.215576171875}, {"start": 1510.71, "end": 1510.91, "word": " you", "probability": 0.599609375}, {"start": 1510.91, "end": 1510.95, "word": " want", "probability": 0.29248046875}, {"start": 1510.95, "end": 1510.95, "word": " to", "probability": 0.9599609375}, {"start": 1510.95, "end": 1511.71, "word": " inflate,", "probability": 0.6910400390625}, {"start": 1512.13, "end": 1512.31, "word": " which", "probability": 0.444580078125}, {"start": 1512.31, "end": 1512.47, "word": " is", "probability": 0.81201171875}, {"start": 1512.47, "end": 1512.65, "word": " where", "probability": 0.283203125}, {"start": 1512.65, "end": 1512.75, "word": " we", "probability": 0.640625}, {"start": 1512.75, "end": 1512.99, "word": " passed", "probability": 0.2744140625}, {"start": 1512.99, "end": 1513.15, "word": " it", "probability": 0.498046875}, {"start": 1513.15, "end": 1513.73, "word": " in", "probability": 0.46630859375}, {"start": 1513.73, "end": 1514.29, "word": " the", "probability": 0.8115234375}, {"start": 1514.29, "end": 1514.89, "word": " constructor,", "probability": 0.935546875}, {"start": 1514.95, "end": 1515.13, "word": " here,", "probability": 0.370849609375}, {"start": 1515.37, "end": 1515.91, "word": " we", "probability": 0.61865234375}, {"start": 1515.91, "end": 1516.41, "word": " stored", "probability": 0.358642578125}, {"start": 1516.41, "end": 1516.65, "word": " it", "probability": 0.92333984375}, {"start": 1516.65, "end": 1517.19, "word": " here,", "probability": 0.7890625}, {"start": 1517.55, "end": 1517.67, "word": " so", "probability": 0.52734375}, {"start": 1517.67, "end": 1517.81, "word": " you", "probability": 0.51025390625}, {"start": 1517.81, "end": 1518.01, "word": " pass", "probability": 0.74365234375}, {"start": 1518.01, "end": 1518.17, "word": " the", "probability": 0.409912109375}, {"start": 1518.17, "end": 1518.43, "word": " layout", "probability": 0.947265625}, {"start": 1518.43, "end": 1518.83, "word": " id", "probability": 0.461181640625}, {"start": 1518.83, "end": 1523.23, "word": " And", "probability": 0.348876953125}, {"start": 1523.23, "end": 1523.51, "word": " then", "probability": 0.71044921875}, {"start": 1523.51, "end": 1523.69, "word": " the", "probability": 0.62451171875}, {"start": 1523.69, "end": 1523.75, "word": " second", "probability": 0.6455078125}, {"start": 1523.75, "end": 1524.17, "word": " parameter", "probability": 0.9814453125}, {"start": 1524.17, "end": 1524.57, "word": " I", "probability": 0.44140625}, {"start": 1524.57, "end": 1524.69, "word": " want", "probability": 0.67431640625}, {"start": 1524.69, "end": 1524.71, "word": " to", "probability": 0.96533203125}, {"start": 1524.71, "end": 1524.89, "word": " put", "probability": 0.826171875}, {"start": 1524.89, "end": 1525.13, "word": " null", "probability": 0.69482421875}], "temperature": 1.0}, {"id": 56, "seek": 155010, "start": 1526.6, "end": 1550.1, "text": " Why is this null? It tells me to go to the layout and specify the layout and where to connect it after that. Do you want to leave it inside another element if you want to connect the element and create something else? No, I want to say create an element and leave it alone, don't connect it to anything. Okay? So that's it, this is the second one, I always put null. Inflate layout id. What does this return? Inflate. It returns view.", "tokens": [1545, 307, 341, 18184, 30, 467, 5112, 385, 281, 352, 281, 264, 13333, 293, 16500, 264, 13333, 293, 689, 281, 1745, 309, 934, 300, 13, 1144, 291, 528, 281, 1856, 309, 1854, 1071, 4478, 498, 291, 528, 281, 1745, 264, 4478, 293, 1884, 746, 1646, 30, 883, 11, 286, 528, 281, 584, 1884, 364, 4478, 293, 1856, 309, 3312, 11, 500, 380, 1745, 309, 281, 1340, 13, 1033, 30, 407, 300, 311, 309, 11, 341, 307, 264, 1150, 472, 11, 286, 1009, 829, 18184, 13, 682, 3423, 473, 13333, 4496, 13, 708, 775, 341, 2736, 30, 682, 3423, 473, 13, 467, 11247, 1910, 13], "avg_logprob": -0.5532738095238096, "compression_ratio": 1.7975206611570247, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1526.6, "end": 1526.9, "word": " Why", "probability": 0.126708984375}, {"start": 1526.9, "end": 1527.02, "word": " is", "probability": 0.348876953125}, {"start": 1527.02, "end": 1527.02, "word": " this", "probability": 0.5849609375}, {"start": 1527.02, "end": 1527.5, "word": " null?", "probability": 0.42236328125}, {"start": 1527.64, "end": 1528.04, "word": " It", "probability": 0.28955078125}, {"start": 1528.04, "end": 1528.2, "word": " tells", "probability": 0.30615234375}, {"start": 1528.2, "end": 1528.36, "word": " me", "probability": 0.62109375}, {"start": 1528.36, "end": 1528.62, "word": " to", "probability": 0.576171875}, {"start": 1528.62, "end": 1528.82, "word": " go", "probability": 0.3486328125}, {"start": 1528.82, "end": 1529.04, "word": " to", "probability": 0.6826171875}, {"start": 1529.04, "end": 1529.12, "word": " the", "probability": 0.3896484375}, {"start": 1529.12, "end": 1529.3, "word": " layout", "probability": 0.880859375}, {"start": 1529.3, "end": 1529.52, "word": " and", "probability": 0.63916015625}, {"start": 1529.52, "end": 1529.82, "word": " specify", "probability": 0.37109375}, {"start": 1529.82, "end": 1530.04, "word": " the", "probability": 0.333251953125}, {"start": 1530.04, "end": 1530.4, "word": " layout", "probability": 0.900390625}, {"start": 1530.4, "end": 1530.58, "word": " and", "probability": 0.5263671875}, {"start": 1530.58, "end": 1530.72, "word": " where", "probability": 0.29296875}, {"start": 1530.72, "end": 1530.86, "word": " to", "probability": 0.285400390625}, {"start": 1530.86, "end": 1531.1, "word": " connect", "probability": 0.423095703125}, {"start": 1531.1, "end": 1531.24, "word": " it", "probability": 0.7626953125}, {"start": 1531.24, "end": 1531.4, "word": " after", "probability": 0.2607421875}, {"start": 1531.4, "end": 1532.12, "word": " that.", "probability": 0.71484375}, {"start": 1532.16, "end": 1532.38, "word": " Do", "probability": 0.1717529296875}, {"start": 1532.38, "end": 1532.52, "word": " you", "probability": 0.8291015625}, {"start": 1532.52, "end": 1532.66, "word": " want", "probability": 0.7861328125}, {"start": 1532.66, "end": 1532.96, "word": " to", "probability": 0.919921875}, {"start": 1532.96, "end": 1533.36, "word": " leave", "probability": 0.301513671875}, {"start": 1533.36, "end": 1533.52, "word": " it", "probability": 0.8251953125}, {"start": 1533.52, "end": 1533.78, "word": " inside", "probability": 0.556640625}, {"start": 1533.78, "end": 1534.32, "word": " another", "probability": 0.7763671875}, {"start": 1534.32, "end": 1534.32, "word": " element", "probability": 0.90185546875}, {"start": 1534.32, "end": 1534.96, "word": " if", "probability": 0.5625}, {"start": 1534.96, "end": 1535.66, "word": " you", "probability": 0.9384765625}, {"start": 1535.66, "end": 1535.98, "word": " want", "probability": 0.755859375}, {"start": 1535.98, "end": 1535.98, "word": " to", "probability": 0.95947265625}, {"start": 1535.98, "end": 1536.16, "word": " connect", "probability": 0.77294921875}, {"start": 1536.16, "end": 1536.36, "word": " the", "probability": 0.2744140625}, {"start": 1536.36, "end": 1536.58, "word": " element", "probability": 0.91259765625}, {"start": 1536.58, "end": 1536.72, "word": " and", "probability": 0.77392578125}, {"start": 1536.72, "end": 1537.08, "word": " create", "probability": 0.404052734375}, {"start": 1537.08, "end": 1537.4, "word": " something", "probability": 0.5908203125}, {"start": 1537.4, "end": 1537.76, "word": " else?", "probability": 0.7607421875}, {"start": 1538.34, "end": 1538.5, "word": " No,", "probability": 0.61865234375}, {"start": 1538.6, "end": 1538.7, "word": " I", "probability": 0.81640625}, {"start": 1538.7, "end": 1538.82, "word": " want", "probability": 0.7021484375}, {"start": 1538.82, "end": 1538.9, "word": " to", "probability": 0.755859375}, {"start": 1538.9, "end": 1538.98, "word": " say", "probability": 0.49853515625}, {"start": 1538.98, "end": 1539.28, "word": " create", "probability": 0.61962890625}, {"start": 1539.28, "end": 1539.48, "word": " an", "probability": 0.63623046875}, {"start": 1539.48, "end": 1539.74, "word": " element", "probability": 0.96728515625}, {"start": 1539.74, "end": 1540.0, "word": " and", "probability": 0.806640625}, {"start": 1540.0, "end": 1540.18, "word": " leave", "probability": 0.849609375}, {"start": 1540.18, "end": 1540.38, "word": " it", "probability": 0.86181640625}, {"start": 1540.38, "end": 1540.4, "word": " alone,", "probability": 0.2119140625}, {"start": 1540.5, "end": 1540.56, "word": " don't", "probability": 0.7763671875}, {"start": 1540.56, "end": 1540.72, "word": " connect", "probability": 0.77001953125}, {"start": 1540.72, "end": 1540.9, "word": " it", "probability": 0.86474609375}, {"start": 1540.9, "end": 1541.02, "word": " to", "probability": 0.74609375}, {"start": 1541.02, "end": 1541.26, "word": " anything.", "probability": 0.80517578125}, {"start": 1541.86, "end": 1542.06, "word": " Okay?", "probability": 0.2301025390625}, {"start": 1542.3, "end": 1542.4, "word": " So", "probability": 0.58251953125}, {"start": 1542.4, "end": 1542.6, "word": " that's", "probability": 0.6231689453125}, {"start": 1542.6, "end": 1542.6, "word": " it,", "probability": 0.72216796875}, {"start": 1542.74, "end": 1542.86, "word": " this", "probability": 0.443603515625}, {"start": 1542.86, "end": 1542.9, "word": " is", "probability": 0.7724609375}, {"start": 1542.9, "end": 1543.02, "word": " the", "probability": 0.650390625}, {"start": 1543.02, "end": 1543.22, "word": " second", "probability": 0.7958984375}, {"start": 1543.22, "end": 1543.28, "word": " one,", "probability": 0.5146484375}, {"start": 1543.3, "end": 1543.32, "word": " I", "probability": 0.276123046875}, {"start": 1543.32, "end": 1543.44, "word": " always", "probability": 0.68505859375}, {"start": 1543.44, "end": 1543.48, "word": " put", "probability": 0.6083984375}, {"start": 1543.48, "end": 1543.7, "word": " null.", "probability": 0.39306640625}, {"start": 1544.76, "end": 1545.16, "word": " Inflate", "probability": 0.92431640625}, {"start": 1545.16, "end": 1545.48, "word": " layout", "probability": 0.71630859375}, {"start": 1545.48, "end": 1545.9, "word": " id.", "probability": 0.48974609375}, {"start": 1546.46, "end": 1546.72, "word": " What", "probability": 0.66064453125}, {"start": 1546.72, "end": 1546.72, "word": " does", "probability": 0.6845703125}, {"start": 1546.72, "end": 1547.24, "word": " this", "probability": 0.681640625}, {"start": 1547.24, "end": 1547.72, "word": " return?", "probability": 0.2978515625}, {"start": 1548.92, "end": 1549.32, "word": " Inflate.", "probability": 0.7940266927083334}, {"start": 1549.36, "end": 1549.5, "word": " It", "probability": 0.5419921875}, {"start": 1549.5, "end": 1549.8, "word": " returns", "probability": 0.54248046875}, {"start": 1549.8, "end": 1550.1, "word": " view.", "probability": 0.68603515625}], "temperature": 1.0}, {"id": 57, "seek": 158127, "start": 1553.83, "end": 1581.27, "text": " Now, the first step is to turn the layout into a view. This is the first step. And this is the first step to work on something that is not a context. That is why in the constructor, I passed the context. Now, I have to fill the view. I will fill it with data from where? From the array list. Any data that I fill. What does the view take? The data of one person. Based on what? On the position.", "tokens": [823, 11, 264, 700, 1823, 307, 281, 1261, 264, 13333, 666, 257, 1910, 13, 639, 307, 264, 700, 1823, 13, 400, 341, 307, 264, 700, 1823, 281, 589, 322, 746, 300, 307, 406, 257, 4319, 13, 663, 307, 983, 294, 264, 47479, 11, 286, 4678, 264, 4319, 13, 823, 11, 286, 362, 281, 2836, 264, 1910, 13, 286, 486, 2836, 309, 365, 1412, 490, 689, 30, 3358, 264, 10225, 1329, 13, 2639, 1412, 300, 286, 2836, 13, 708, 775, 264, 1910, 747, 30, 440, 1412, 295, 472, 954, 13, 18785, 322, 437, 30, 1282, 264, 2535, 13], "avg_logprob": -0.5471938732935457, "compression_ratio": 1.7400881057268722, "no_speech_prob": 0.0, "words": [{"start": 1553.83, "end": 1554.27, "word": " Now,", "probability": 0.158447265625}, {"start": 1554.51, "end": 1554.61, "word": " the", "probability": 0.52099609375}, {"start": 1554.61, "end": 1554.75, "word": " first", "probability": 0.87109375}, {"start": 1554.75, "end": 1555.11, "word": " step", "probability": 0.89013671875}, {"start": 1555.11, "end": 1555.51, "word": " is", "probability": 0.40283203125}, {"start": 1555.51, "end": 1555.73, "word": " to", "probability": 0.64892578125}, {"start": 1555.73, "end": 1555.73, "word": " turn", "probability": 0.1873779296875}, {"start": 1555.73, "end": 1555.73, "word": " the", "probability": 0.52880859375}, {"start": 1555.73, "end": 1556.05, "word": " layout", "probability": 0.7958984375}, {"start": 1556.05, "end": 1556.63, "word": " into", "probability": 0.6611328125}, {"start": 1556.63, "end": 1556.79, "word": " a", "probability": 0.6982421875}, {"start": 1556.79, "end": 1557.09, "word": " view.", "probability": 0.83251953125}, {"start": 1557.63, "end": 1557.83, "word": " This", "probability": 0.439208984375}, {"start": 1557.83, "end": 1557.83, "word": " is", "probability": 0.3701171875}, {"start": 1557.83, "end": 1557.95, "word": " the", "probability": 0.431884765625}, {"start": 1557.95, "end": 1558.09, "word": " first", "probability": 0.495361328125}, {"start": 1558.09, "end": 1558.11, "word": " step.", "probability": 0.638671875}, {"start": 1559.19, "end": 1559.67, "word": " And", "probability": 0.2281494140625}, {"start": 1559.67, "end": 1559.91, "word": " this", "probability": 0.56298828125}, {"start": 1559.91, "end": 1560.01, "word": " is", "probability": 0.478759765625}, {"start": 1560.01, "end": 1560.29, "word": " the", "probability": 0.814453125}, {"start": 1560.29, "end": 1560.49, "word": " first", "probability": 0.47265625}, {"start": 1560.49, "end": 1560.53, "word": " step", "probability": 0.9189453125}, {"start": 1560.53, "end": 1560.75, "word": " to", "probability": 0.6298828125}, {"start": 1560.75, "end": 1561.11, "word": " work", "probability": 0.311279296875}, {"start": 1561.11, "end": 1561.23, "word": " on", "probability": 0.387451171875}, {"start": 1561.23, "end": 1561.49, "word": " something", "probability": 0.36572265625}, {"start": 1561.49, "end": 1561.61, "word": " that", "probability": 0.317626953125}, {"start": 1561.61, "end": 1561.65, "word": " is", "probability": 0.5009765625}, {"start": 1561.65, "end": 1561.65, "word": " not", "probability": 0.60888671875}, {"start": 1561.65, "end": 1562.69, "word": " a", "probability": 0.2578125}, {"start": 1562.69, "end": 1563.05, "word": " context.", "probability": 0.54052734375}, {"start": 1563.23, "end": 1563.47, "word": " That", "probability": 0.52490234375}, {"start": 1563.47, "end": 1563.47, "word": " is", "probability": 0.53515625}, {"start": 1563.47, "end": 1563.59, "word": " why", "probability": 0.89453125}, {"start": 1563.59, "end": 1563.85, "word": " in", "probability": 0.2242431640625}, {"start": 1563.85, "end": 1563.99, "word": " the", "probability": 0.281494140625}, {"start": 1563.99, "end": 1564.57, "word": " constructor,", "probability": 0.861328125}, {"start": 1565.05, "end": 1565.19, "word": " I", "probability": 0.96533203125}, {"start": 1565.19, "end": 1565.45, "word": " passed", "probability": 0.219970703125}, {"start": 1565.45, "end": 1565.65, "word": " the", "probability": 0.61328125}, {"start": 1565.65, "end": 1566.37, "word": " context.", "probability": 0.82080078125}, {"start": 1566.87, "end": 1567.35, "word": " Now,", "probability": 0.6494140625}, {"start": 1567.85, "end": 1567.91, "word": " I", "probability": 0.6533203125}, {"start": 1567.91, "end": 1567.91, "word": " have", "probability": 0.417724609375}, {"start": 1567.91, "end": 1568.09, "word": " to", "probability": 0.96484375}, {"start": 1568.09, "end": 1568.39, "word": " fill", "probability": 0.74072265625}, {"start": 1568.39, "end": 1569.41, "word": " the", "probability": 0.473388671875}, {"start": 1569.41, "end": 1569.65, "word": " view.", "probability": 0.89453125}, {"start": 1570.17, "end": 1570.59, "word": " I", "probability": 0.307373046875}, {"start": 1570.59, "end": 1570.69, "word": " will", "probability": 0.623046875}, {"start": 1570.69, "end": 1570.91, "word": " fill", "probability": 0.75732421875}, {"start": 1570.91, "end": 1571.05, "word": " it", "probability": 0.83154296875}, {"start": 1571.05, "end": 1571.13, "word": " with", "probability": 0.85498046875}, {"start": 1571.13, "end": 1571.37, "word": " data", "probability": 0.6923828125}, {"start": 1571.37, "end": 1571.51, "word": " from", "probability": 0.8095703125}, {"start": 1571.51, "end": 1571.75, "word": " where?", "probability": 0.576171875}, {"start": 1572.89, "end": 1573.11, "word": " From", "probability": 0.67041015625}, {"start": 1573.11, "end": 1573.19, "word": " the", "probability": 0.80126953125}, {"start": 1573.19, "end": 1573.39, "word": " array", "probability": 0.767578125}, {"start": 1573.39, "end": 1573.75, "word": " list.", "probability": 0.67578125}, {"start": 1574.25, "end": 1574.55, "word": " Any", "probability": 0.457763671875}, {"start": 1574.55, "end": 1574.79, "word": " data", "probability": 0.92724609375}, {"start": 1574.79, "end": 1574.93, "word": " that", "probability": 0.37890625}, {"start": 1574.93, "end": 1574.93, "word": " I", "probability": 0.84033203125}, {"start": 1574.93, "end": 1575.09, "word": " fill.", "probability": 0.62060546875}, {"start": 1575.21, "end": 1575.35, "word": " What", "probability": 0.5634765625}, {"start": 1575.35, "end": 1575.35, "word": " does", "probability": 0.71240234375}, {"start": 1575.35, "end": 1575.51, "word": " the", "probability": 0.85546875}, {"start": 1575.51, "end": 1575.69, "word": " view", "probability": 0.91650390625}, {"start": 1575.69, "end": 1576.25, "word": " take?", "probability": 0.693359375}, {"start": 1576.91, "end": 1577.03, "word": " The", "probability": 0.396728515625}, {"start": 1577.03, "end": 1577.19, "word": " data", "probability": 0.73486328125}, {"start": 1577.19, "end": 1577.33, "word": " of", "probability": 0.92333984375}, {"start": 1577.33, "end": 1577.79, "word": " one", "probability": 0.802734375}, {"start": 1577.79, "end": 1577.85, "word": " person.", "probability": 0.88623046875}, {"start": 1579.19, "end": 1579.67, "word": " Based", "probability": 0.323974609375}, {"start": 1579.67, "end": 1579.89, "word": " on", "probability": 0.94287109375}, {"start": 1579.89, "end": 1580.23, "word": " what?", "probability": 0.66796875}, {"start": 1580.61, "end": 1580.87, "word": " On", "probability": 0.460693359375}, {"start": 1580.87, "end": 1580.93, "word": " the", "probability": 0.68798828125}, {"start": 1580.93, "end": 1581.27, "word": " position.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 58, "seek": 160864, "start": 1582.1, "end": 1608.64, "text": " We need to go to persons and type get position This will return the object as a person This person will be filled in the view Ok, what is the purpose of this view? Type find view by id I am searching for it", "tokens": [492, 643, 281, 352, 281, 14453, 293, 2010, 483, 2535, 639, 486, 2736, 264, 2657, 382, 257, 954, 639, 954, 486, 312, 6412, 294, 264, 1910, 3477, 11, 437, 307, 264, 4334, 295, 341, 1910, 30, 15576, 915, 1910, 538, 4496, 286, 669, 10808, 337, 309], "avg_logprob": -0.7067819250390884, "compression_ratio": 1.4375, "no_speech_prob": 0.0, "words": [{"start": 1582.1, "end": 1582.44, "word": " We", "probability": 0.1812744140625}, {"start": 1582.44, "end": 1582.62, "word": " need", "probability": 0.13134765625}, {"start": 1582.62, "end": 1582.74, "word": " to", "probability": 0.94287109375}, {"start": 1582.74, "end": 1582.88, "word": " go", "probability": 0.7685546875}, {"start": 1582.88, "end": 1583.08, "word": " to", "probability": 0.9365234375}, {"start": 1583.08, "end": 1584.1, "word": " persons", "probability": 0.51806640625}, {"start": 1584.1, "end": 1585.08, "word": " and", "probability": 0.5517578125}, {"start": 1585.08, "end": 1585.34, "word": " type", "probability": 0.442138671875}, {"start": 1585.34, "end": 1585.82, "word": " get", "probability": 0.74658203125}, {"start": 1585.82, "end": 1589.46, "word": " position", "probability": 0.7333984375}, {"start": 1589.46, "end": 1590.18, "word": " This", "probability": 0.18408203125}, {"start": 1590.18, "end": 1590.42, "word": " will", "probability": 0.61962890625}, {"start": 1590.42, "end": 1590.58, "word": " return", "probability": 0.40087890625}, {"start": 1590.58, "end": 1590.74, "word": " the", "probability": 0.4794921875}, {"start": 1590.74, "end": 1591.04, "word": " object", "probability": 0.83154296875}, {"start": 1591.04, "end": 1591.24, "word": " as", "probability": 0.2352294921875}, {"start": 1591.24, "end": 1591.86, "word": " a", "probability": 0.24609375}, {"start": 1591.86, "end": 1595.4, "word": " person", "probability": 0.79248046875}, {"start": 1595.4, "end": 1595.96, "word": " This", "probability": 0.4853515625}, {"start": 1595.96, "end": 1596.7, "word": " person", "probability": 0.9111328125}, {"start": 1596.7, "end": 1597.32, "word": " will", "probability": 0.55126953125}, {"start": 1597.32, "end": 1597.46, "word": " be", "probability": 0.6494140625}, {"start": 1597.46, "end": 1597.7, "word": " filled", "probability": 0.5927734375}, {"start": 1597.7, "end": 1598.22, "word": " in", "probability": 0.353759765625}, {"start": 1598.22, "end": 1598.34, "word": " the", "probability": 0.432861328125}, {"start": 1598.34, "end": 1599.2, "word": " view", "probability": 0.81103515625}, {"start": 1599.2, "end": 1600.4, "word": " Ok,", "probability": 0.1302490234375}, {"start": 1601.0, "end": 1601.52, "word": " what", "probability": 0.313720703125}, {"start": 1601.52, "end": 1601.52, "word": " is", "probability": 0.284912109375}, {"start": 1601.52, "end": 1601.98, "word": " the", "probability": 0.433837890625}, {"start": 1601.98, "end": 1603.2, "word": " purpose", "probability": 0.3876953125}, {"start": 1603.2, "end": 1603.36, "word": " of", "probability": 0.9453125}, {"start": 1603.36, "end": 1603.36, "word": " this", "probability": 0.74658203125}, {"start": 1603.36, "end": 1603.36, "word": " view?", "probability": 0.88916015625}, {"start": 1603.48, "end": 1603.82, "word": " Type", "probability": 0.2445068359375}, {"start": 1603.82, "end": 1604.44, "word": " find", "probability": 0.673828125}, {"start": 1604.44, "end": 1605.34, "word": " view", "probability": 0.80126953125}, {"start": 1605.34, "end": 1605.62, "word": " by", "probability": 0.9404296875}, {"start": 1605.62, "end": 1606.0, "word": " id", "probability": 0.59326171875}, {"start": 1606.0, "end": 1607.16, "word": " I", "probability": 0.279296875}, {"start": 1607.16, "end": 1607.44, "word": " am", "probability": 0.64111328125}, {"start": 1607.44, "end": 1607.8, "word": " searching", "probability": 0.5732421875}, {"start": 1607.8, "end": 1608.04, "word": " for", "probability": 0.51025390625}, {"start": 1608.04, "end": 1608.64, "word": " it", "probability": 0.288330078125}], "temperature": 1.0}, {"id": 59, "seek": 163465, "start": 1609.55, "end": 1634.65, "text": " Where should I search? Let's be clear guys, we don't want to make a mistake In the view that we created, what should we search for? About the picture, and the name, and the ... aren't there three elements? We want to get them, okay? r.id.photo.im What is this? What does it return? The image view This is photo.im", "tokens": [2305, 820, 286, 3164, 30, 961, 311, 312, 1850, 1074, 11, 321, 500, 380, 528, 281, 652, 257, 6146, 682, 264, 1910, 300, 321, 2942, 11, 437, 820, 321, 3164, 337, 30, 7769, 264, 3036, 11, 293, 264, 1315, 11, 293, 264, 1097, 3212, 380, 456, 1045, 4959, 30, 492, 528, 281, 483, 552, 11, 1392, 30, 367, 13, 327, 13, 950, 6738, 13, 332, 708, 307, 341, 30, 708, 775, 309, 2736, 30, 440, 3256, 1910, 639, 307, 5052, 13, 332], "avg_logprob": -0.6208584452249918, "compression_ratio": 1.57, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1609.55, "end": 1609.81, "word": " Where", "probability": 0.313720703125}, {"start": 1609.81, "end": 1609.95, "word": " should", "probability": 0.35546875}, {"start": 1609.95, "end": 1609.99, "word": " I", "probability": 0.76708984375}, {"start": 1609.99, "end": 1610.23, "word": " search?", "probability": 0.70654296875}, {"start": 1610.31, "end": 1610.51, "word": " Let's", "probability": 0.441741943359375}, {"start": 1610.51, "end": 1610.59, "word": " be", "probability": 0.324462890625}, {"start": 1610.59, "end": 1610.87, "word": " clear", "probability": 0.53173828125}, {"start": 1610.87, "end": 1611.21, "word": " guys,", "probability": 0.34130859375}, {"start": 1611.23, "end": 1611.27, "word": " we", "probability": 0.489990234375}, {"start": 1611.27, "end": 1611.27, "word": " don't", "probability": 0.725830078125}, {"start": 1611.27, "end": 1611.51, "word": " want", "probability": 0.45751953125}, {"start": 1611.51, "end": 1611.51, "word": " to", "probability": 0.9287109375}, {"start": 1611.51, "end": 1611.61, "word": " make", "probability": 0.1214599609375}, {"start": 1611.61, "end": 1611.61, "word": " a", "probability": 0.291259765625}, {"start": 1611.61, "end": 1611.79, "word": " mistake", "probability": 0.68798828125}, {"start": 1611.79, "end": 1611.93, "word": " In", "probability": 0.361083984375}, {"start": 1611.93, "end": 1612.65, "word": " the", "probability": 0.81982421875}, {"start": 1612.65, "end": 1612.81, "word": " view", "probability": 0.56298828125}, {"start": 1612.81, "end": 1612.95, "word": " that", "probability": 0.52294921875}, {"start": 1612.95, "end": 1613.07, "word": " we", "probability": 0.91064453125}, {"start": 1613.07, "end": 1613.29, "word": " created,", "probability": 0.293212890625}, {"start": 1614.25, "end": 1614.43, "word": " what", "probability": 0.26953125}, {"start": 1614.43, "end": 1614.43, "word": " should", "probability": 0.546875}, {"start": 1614.43, "end": 1614.53, "word": " we", "probability": 0.7587890625}, {"start": 1614.53, "end": 1614.83, "word": " search", "probability": 0.82666015625}, {"start": 1614.83, "end": 1614.99, "word": " for?", "probability": 0.5751953125}, {"start": 1615.97, "end": 1616.33, "word": " About", "probability": 0.420166015625}, {"start": 1616.33, "end": 1617.75, "word": " the", "probability": 0.64111328125}, {"start": 1617.75, "end": 1618.05, "word": " picture,", "probability": 0.330322265625}, {"start": 1618.37, "end": 1618.37, "word": " and", "probability": 0.273681640625}, {"start": 1618.37, "end": 1618.79, "word": " the", "probability": 0.68212890625}, {"start": 1618.79, "end": 1619.23, "word": " name,", "probability": 0.787109375}, {"start": 1619.43, "end": 1619.43, "word": " and", "probability": 0.61865234375}, {"start": 1619.43, "end": 1619.59, "word": " the", "probability": 0.5322265625}, {"start": 1619.59, "end": 1619.71, "word": " ...", "probability": 0.26318359375}, {"start": 1619.71, "end": 1619.91, "word": " aren't", "probability": 0.55194091796875}, {"start": 1619.91, "end": 1620.03, "word": " there", "probability": 0.890625}, {"start": 1620.03, "end": 1620.27, "word": " three", "probability": 0.6416015625}, {"start": 1620.27, "end": 1620.61, "word": " elements?", "probability": 0.8251953125}, {"start": 1620.87, "end": 1621.25, "word": " We", "probability": 0.67529296875}, {"start": 1621.25, "end": 1621.43, "word": " want", "probability": 0.286376953125}, {"start": 1621.43, "end": 1621.49, "word": " to", "probability": 0.93505859375}, {"start": 1621.49, "end": 1621.65, "word": " get", "probability": 0.353515625}, {"start": 1621.65, "end": 1622.01, "word": " them,", "probability": 0.89013671875}, {"start": 1622.01, "end": 1622.57, "word": " okay?", "probability": 0.365234375}, {"start": 1623.59, "end": 1623.95, "word": " r", "probability": 0.34765625}, {"start": 1623.95, "end": 1625.23, "word": ".id", "probability": 0.891357421875}, {"start": 1625.23, "end": 1627.23, "word": ".photo", "probability": 0.8893229166666666}, {"start": 1627.23, "end": 1627.81, "word": ".im", "probability": 0.584716796875}, {"start": 1627.81, "end": 1628.01, "word": " What", "probability": 0.350830078125}, {"start": 1628.01, "end": 1628.01, "word": " is", "probability": 0.3837890625}, {"start": 1628.01, "end": 1628.37, "word": " this?", "probability": 0.7822265625}, {"start": 1628.47, "end": 1628.65, "word": " What", "probability": 0.77294921875}, {"start": 1628.65, "end": 1628.69, "word": " does", "probability": 0.301025390625}, {"start": 1628.69, "end": 1628.79, "word": " it", "probability": 0.72509765625}, {"start": 1628.79, "end": 1629.01, "word": " return?", "probability": 0.30224609375}, {"start": 1629.69, "end": 1630.15, "word": " The", "probability": 0.355224609375}, {"start": 1630.15, "end": 1630.37, "word": " image", "probability": 0.802734375}, {"start": 1630.37, "end": 1630.71, "word": " view", "probability": 0.76025390625}, {"start": 1630.71, "end": 1633.19, "word": " This", "probability": 0.54052734375}, {"start": 1633.19, "end": 1633.29, "word": " is", "probability": 0.927734375}, {"start": 1633.29, "end": 1633.79, "word": " photo", "probability": 0.73583984375}, {"start": 1633.79, "end": 1634.65, "word": ".im", "probability": 0.921142578125}], "temperature": 1.0}, {"id": 60, "seek": 166541, "start": 1637.63, "end": 1665.41, "text": " I will bring the elements in the view TextView Name TV View.FindViewByID R.ID.NameTV TextView AgeTV View.FindViewByID", "tokens": [286, 486, 1565, 264, 4959, 294, 264, 1910, 18643, 30203, 13866, 3558, 13909, 13, 37, 471, 30203, 27690, 2777, 497, 13, 2777, 13, 45, 529, 12586, 18643, 30203, 16280, 12586, 13909, 13, 37, 471, 30203, 27690, 2777], "avg_logprob": -0.4597039599167673, "compression_ratio": 1.3409090909090908, "no_speech_prob": 0.0, "words": [{"start": 1637.63, "end": 1637.93, "word": " I", "probability": 0.50146484375}, {"start": 1637.93, "end": 1638.05, "word": " will", "probability": 0.344482421875}, {"start": 1638.05, "end": 1638.33, "word": " bring", "probability": 0.1322021484375}, {"start": 1638.33, "end": 1640.85, "word": " the", "probability": 0.41845703125}, {"start": 1640.85, "end": 1641.19, "word": " elements", "probability": 0.6005859375}, {"start": 1641.19, "end": 1641.73, "word": " in", "probability": 0.4443359375}, {"start": 1641.73, "end": 1641.87, "word": " the", "probability": 0.44921875}, {"start": 1641.87, "end": 1642.05, "word": " view", "probability": 0.525390625}, {"start": 1642.05, "end": 1643.61, "word": " TextView", "probability": 0.5474853515625}, {"start": 1643.61, "end": 1645.01, "word": " Name", "probability": 0.334716796875}, {"start": 1645.01, "end": 1646.25, "word": " TV", "probability": 0.39404296875}, {"start": 1646.25, "end": 1647.81, "word": " View", "probability": 0.1893310546875}, {"start": 1647.81, "end": 1650.07, "word": ".FindViewByID", "probability": 0.7362467447916666}, {"start": 1650.07, "end": 1651.21, "word": " R", "probability": 0.4287109375}, {"start": 1651.21, "end": 1651.93, "word": ".ID", "probability": 0.91357421875}, {"start": 1651.93, "end": 1654.71, "word": ".NameTV", "probability": 0.7874755859375}, {"start": 1654.71, "end": 1659.45, "word": " TextView", "probability": 0.939453125}, {"start": 1659.45, "end": 1662.27, "word": " AgeTV", "probability": 0.7568359375}, {"start": 1662.27, "end": 1663.75, "word": " View", "probability": 0.86767578125}, {"start": 1663.75, "end": 1665.41, "word": ".FindViewByID", "probability": 0.920166015625}], "temperature": 1.0}, {"id": 61, "seek": 169472, "start": 1665.56, "end": 1694.72, "text": " view by id, r.id.age These lines brought contents from the view that I created with the inflater What is left now? Fill these with the data that is present where? In the P Fill these data, these elements with the data from where? From the person", "tokens": [1910, 538, 4496, 11, 367, 13, 327, 13, 609, 1981, 3876, 3038, 15768, 490, 264, 1910, 300, 286, 2942, 365, 264, 9922, 771, 708, 307, 1411, 586, 30, 25315, 613, 365, 264, 1412, 300, 307, 1974, 689, 30, 682, 264, 430, 25315, 613, 1412, 11, 613, 4959, 365, 264, 1412, 490, 689, 30, 3358, 264, 954], "avg_logprob": -0.6019737009416547, "compression_ratio": 1.5870967741935484, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1665.56, "end": 1665.96, "word": " view", "probability": 0.361328125}, {"start": 1665.96, "end": 1666.2, "word": " by", "probability": 0.71728515625}, {"start": 1666.2, "end": 1666.6, "word": " id,", "probability": 0.6845703125}, {"start": 1666.66, "end": 1666.9, "word": " r", "probability": 0.5576171875}, {"start": 1666.9, "end": 1667.54, "word": ".id", "probability": 0.79296875}, {"start": 1667.54, "end": 1668.58, "word": ".age", "probability": 0.855712890625}, {"start": 1668.58, "end": 1673.62, "word": " These", "probability": 0.304443359375}, {"start": 1673.62, "end": 1674.04, "word": " lines", "probability": 0.369384765625}, {"start": 1674.04, "end": 1675.38, "word": " brought", "probability": 0.275390625}, {"start": 1675.38, "end": 1675.92, "word": " contents", "probability": 0.3359375}, {"start": 1675.92, "end": 1676.62, "word": " from", "probability": 0.72314453125}, {"start": 1676.62, "end": 1677.4, "word": " the", "probability": 0.51611328125}, {"start": 1677.4, "end": 1677.64, "word": " view", "probability": 0.7958984375}, {"start": 1677.64, "end": 1678.04, "word": " that", "probability": 0.26025390625}, {"start": 1678.04, "end": 1678.16, "word": " I", "probability": 0.72314453125}, {"start": 1678.16, "end": 1678.42, "word": " created", "probability": 0.5771484375}, {"start": 1678.42, "end": 1678.62, "word": " with", "probability": 0.53173828125}, {"start": 1678.62, "end": 1678.66, "word": " the", "probability": 0.59228515625}, {"start": 1678.66, "end": 1679.18, "word": " inflater", "probability": 0.6318359375}, {"start": 1679.18, "end": 1681.58, "word": " What", "probability": 0.444091796875}, {"start": 1681.58, "end": 1681.62, "word": " is", "probability": 0.425537109375}, {"start": 1681.62, "end": 1681.74, "word": " left", "probability": 0.8095703125}, {"start": 1681.74, "end": 1682.22, "word": " now?", "probability": 0.46435546875}, {"start": 1682.44, "end": 1682.78, "word": " Fill", "probability": 0.34033203125}, {"start": 1682.78, "end": 1683.22, "word": " these", "probability": 0.5380859375}, {"start": 1683.22, "end": 1684.12, "word": " with", "probability": 0.6279296875}, {"start": 1684.12, "end": 1684.6, "word": " the", "probability": 0.72314453125}, {"start": 1684.6, "end": 1684.9, "word": " data", "probability": 0.7490234375}, {"start": 1684.9, "end": 1685.08, "word": " that", "probability": 0.35791015625}, {"start": 1685.08, "end": 1685.22, "word": " is", "probability": 0.52294921875}, {"start": 1685.22, "end": 1685.44, "word": " present", "probability": 0.2447509765625}, {"start": 1685.44, "end": 1685.68, "word": " where?", "probability": 0.3837890625}, {"start": 1685.88, "end": 1686.0, "word": " In", "probability": 0.7568359375}, {"start": 1686.0, "end": 1686.74, "word": " the", "probability": 0.724609375}, {"start": 1686.74, "end": 1686.94, "word": " P", "probability": 0.38525390625}, {"start": 1686.94, "end": 1688.4, "word": " Fill", "probability": 0.3935546875}, {"start": 1688.4, "end": 1690.22, "word": " these", "probability": 0.61767578125}, {"start": 1690.22, "end": 1690.22, "word": " data,", "probability": 0.470703125}, {"start": 1690.54, "end": 1691.92, "word": " these", "probability": 0.64697265625}, {"start": 1691.92, "end": 1692.3, "word": " elements", "probability": 0.88818359375}, {"start": 1692.3, "end": 1692.72, "word": " with", "probability": 0.7353515625}, {"start": 1692.72, "end": 1692.8, "word": " the", "probability": 0.74462890625}, {"start": 1692.8, "end": 1693.06, "word": " data", "probability": 0.8232421875}, {"start": 1693.06, "end": 1693.44, "word": " from", "probability": 0.2452392578125}, {"start": 1693.44, "end": 1693.68, "word": " where?", "probability": 0.8388671875}, {"start": 1694.12, "end": 1694.3, "word": " From", "probability": 0.65966796875}, {"start": 1694.3, "end": 1694.42, "word": " the", "probability": 0.84423828125}, {"start": 1694.42, "end": 1694.72, "word": " person", "probability": 0.52490234375}], "temperature": 1.0}, {"id": 62, "seek": 172529, "start": 1696.69, "end": 1725.29, "text": " This getView will fill the view with the data in the place position in the array list. So, I brought the person P and I will fill the data. You say photoim.setimageresource.p.getphotoid. We took from P and put it in the image view. Name TV.", "tokens": [639, 483, 30203, 486, 2836, 264, 1910, 365, 264, 1412, 294, 264, 1081, 2535, 294, 264, 10225, 1329, 13, 407, 11, 286, 3038, 264, 954, 430, 293, 286, 486, 2836, 264, 1412, 13, 509, 584, 5052, 332, 13, 3854, 26624, 495, 2948, 13, 79, 13, 847, 950, 6738, 327, 13, 492, 1890, 490, 430, 293, 829, 309, 294, 264, 3256, 1910, 13, 13866, 3558, 13], "avg_logprob": -0.6410984649802699, "compression_ratio": 1.5253164556962024, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1696.69, "end": 1697.27, "word": " This", "probability": 0.1778564453125}, {"start": 1697.27, "end": 1697.83, "word": " getView", "probability": 0.515380859375}, {"start": 1697.83, "end": 1698.05, "word": " will", "probability": 0.26611328125}, {"start": 1698.05, "end": 1698.49, "word": " fill", "probability": 0.37548828125}, {"start": 1698.49, "end": 1699.25, "word": " the", "probability": 0.50439453125}, {"start": 1699.25, "end": 1699.55, "word": " view", "probability": 0.444091796875}, {"start": 1699.55, "end": 1700.05, "word": " with", "probability": 0.748046875}, {"start": 1700.05, "end": 1700.13, "word": " the", "probability": 0.497314453125}, {"start": 1700.13, "end": 1700.45, "word": " data", "probability": 0.51806640625}, {"start": 1700.45, "end": 1701.01, "word": " in", "probability": 0.38232421875}, {"start": 1701.01, "end": 1701.15, "word": " the", "probability": 0.529296875}, {"start": 1701.15, "end": 1701.57, "word": " place", "probability": 0.31396484375}, {"start": 1701.57, "end": 1702.87, "word": " position", "probability": 0.33056640625}, {"start": 1702.87, "end": 1703.73, "word": " in", "probability": 0.79931640625}, {"start": 1703.73, "end": 1703.81, "word": " the", "probability": 0.68212890625}, {"start": 1703.81, "end": 1703.97, "word": " array", "probability": 0.75048828125}, {"start": 1703.97, "end": 1704.35, "word": " list.", "probability": 0.481689453125}, {"start": 1705.33, "end": 1705.37, "word": " So,", "probability": 0.372314453125}, {"start": 1705.49, "end": 1705.61, "word": " I", "probability": 0.61767578125}, {"start": 1705.61, "end": 1705.79, "word": " brought", "probability": 0.2222900390625}, {"start": 1705.79, "end": 1706.33, "word": " the", "probability": 0.4609375}, {"start": 1706.33, "end": 1706.71, "word": " person", "probability": 0.76171875}, {"start": 1706.71, "end": 1706.95, "word": " P", "probability": 0.488525390625}, {"start": 1706.95, "end": 1707.07, "word": " and", "probability": 0.59375}, {"start": 1707.07, "end": 1707.23, "word": " I", "probability": 0.470458984375}, {"start": 1707.23, "end": 1707.27, "word": " will", "probability": 0.35986328125}, {"start": 1707.27, "end": 1707.47, "word": " fill", "probability": 0.78173828125}, {"start": 1707.47, "end": 1707.77, "word": " the", "probability": 0.5517578125}, {"start": 1707.77, "end": 1707.97, "word": " data.", "probability": 0.72265625}, {"start": 1708.11, "end": 1708.25, "word": " You", "probability": 0.327880859375}, {"start": 1708.25, "end": 1708.41, "word": " say", "probability": 0.332275390625}, {"start": 1708.41, "end": 1710.33, "word": " photoim", "probability": 0.4595947265625}, {"start": 1710.33, "end": 1713.71, "word": ".setimageresource", "probability": 0.768212890625}, {"start": 1713.71, "end": 1714.73, "word": ".p", "probability": 0.193756103515625}, {"start": 1714.73, "end": 1718.99, "word": ".getphotoid.", "probability": 0.74970703125}, {"start": 1719.15, "end": 1719.67, "word": " We", "probability": 0.5263671875}, {"start": 1719.67, "end": 1719.95, "word": " took", "probability": 0.60302734375}, {"start": 1719.95, "end": 1720.19, "word": " from", "probability": 0.548828125}, {"start": 1720.19, "end": 1720.57, "word": " P", "probability": 0.59521484375}, {"start": 1720.57, "end": 1721.51, "word": " and", "probability": 0.83203125}, {"start": 1721.51, "end": 1721.77, "word": " put", "probability": 0.59326171875}, {"start": 1721.77, "end": 1721.93, "word": " it", "probability": 0.408203125}, {"start": 1721.93, "end": 1722.01, "word": " in", "probability": 0.8779296875}, {"start": 1722.01, "end": 1722.07, "word": " the", "probability": 0.5380859375}, {"start": 1722.07, "end": 1722.27, "word": " image", "probability": 0.82080078125}, {"start": 1722.27, "end": 1722.55, "word": " view.", "probability": 0.5244140625}, {"start": 1724.33, "end": 1724.91, "word": " Name", "probability": 0.84423828125}, {"start": 1724.91, "end": 1725.29, "word": " TV.", "probability": 0.72119140625}], "temperature": 1.0}, {"id": 63, "seek": 175449, "start": 1730.89, "end": 1754.49, "text": " .sittextp.getname agetv.sittextp.getage And don't forget that because it's an integer, you have to put something like this Or tomorrow he will tell me that it doesn't work with him Don't forget to put this because it's an integer Sittext has to give it a string Okay, that's how we filled the data", "tokens": [2411, 82, 593, 3828, 79, 13, 847, 16344, 623, 302, 85, 13, 82, 593, 3828, 79, 13, 847, 609, 400, 500, 380, 2870, 300, 570, 309, 311, 364, 24922, 11, 291, 362, 281, 829, 746, 411, 341, 1610, 4153, 415, 486, 980, 385, 300, 309, 1177, 380, 589, 365, 796, 1468, 380, 2870, 281, 829, 341, 570, 309, 311, 364, 24922, 318, 593, 3828, 575, 281, 976, 309, 257, 6798, 1033, 11, 300, 311, 577, 321, 6412, 264, 1412], "avg_logprob": -0.5718749769032001, "compression_ratio": 1.6464088397790055, "no_speech_prob": 0.0, "words": [{"start": 1730.8899999999999, "end": 1731.31, "word": " .sittextp", "probability": 0.445703125}, {"start": 1731.31, "end": 1731.73, "word": ".getname", "probability": 0.8948567708333334}, {"start": 1731.73, "end": 1734.49, "word": " agetv", "probability": 0.6968994140625}, {"start": 1734.49, "end": 1737.75, "word": ".sittextp", "probability": 0.91767578125}, {"start": 1737.75, "end": 1739.17, "word": ".getage", "probability": 0.93798828125}, {"start": 1739.17, "end": 1739.29, "word": " And", "probability": 0.200439453125}, {"start": 1739.29, "end": 1739.39, "word": " don't", "probability": 0.7646484375}, {"start": 1739.39, "end": 1739.77, "word": " forget", "probability": 0.919921875}, {"start": 1739.77, "end": 1739.91, "word": " that", "probability": 0.1785888671875}, {"start": 1739.91, "end": 1740.11, "word": " because", "probability": 0.29345703125}, {"start": 1740.11, "end": 1740.29, "word": " it's", "probability": 0.637939453125}, {"start": 1740.29, "end": 1740.41, "word": " an", "probability": 0.370849609375}, {"start": 1740.41, "end": 1740.67, "word": " integer,", "probability": 0.81494140625}, {"start": 1740.83, "end": 1740.93, "word": " you", "probability": 0.490966796875}, {"start": 1740.93, "end": 1741.03, "word": " have", "probability": 0.0955810546875}, {"start": 1741.03, "end": 1741.03, "word": " to", "probability": 0.9580078125}, {"start": 1741.03, "end": 1741.19, "word": " put", "probability": 0.4814453125}, {"start": 1741.19, "end": 1741.63, "word": " something", "probability": 0.496337890625}, {"start": 1741.63, "end": 1741.81, "word": " like", "probability": 0.6767578125}, {"start": 1741.81, "end": 1742.97, "word": " this", "probability": 0.65673828125}, {"start": 1742.97, "end": 1743.89, "word": " Or", "probability": 0.345947265625}, {"start": 1743.89, "end": 1744.13, "word": " tomorrow", "probability": 0.56201171875}, {"start": 1744.13, "end": 1744.35, "word": " he", "probability": 0.271728515625}, {"start": 1744.35, "end": 1744.41, "word": " will", "probability": 0.369384765625}, {"start": 1744.41, "end": 1744.53, "word": " tell", "probability": 0.2861328125}, {"start": 1744.53, "end": 1744.67, "word": " me", "probability": 0.8271484375}, {"start": 1744.67, "end": 1744.79, "word": " that", "probability": 0.345458984375}, {"start": 1744.79, "end": 1745.07, "word": " it", "probability": 0.1998291015625}, {"start": 1745.07, "end": 1745.11, "word": " doesn't", "probability": 0.6986083984375}, {"start": 1745.11, "end": 1745.47, "word": " work", "probability": 0.92626953125}, {"start": 1745.47, "end": 1745.73, "word": " with", "probability": 0.6357421875}, {"start": 1745.73, "end": 1745.91, "word": " him", "probability": 0.57177734375}, {"start": 1745.91, "end": 1746.87, "word": " Don't", "probability": 0.7127685546875}, {"start": 1746.87, "end": 1747.13, "word": " forget", "probability": 0.91455078125}, {"start": 1747.13, "end": 1747.27, "word": " to", "probability": 0.86572265625}, {"start": 1747.27, "end": 1747.39, "word": " put", "probability": 0.8251953125}, {"start": 1747.39, "end": 1747.59, "word": " this", "probability": 0.62646484375}, {"start": 1747.59, "end": 1747.71, "word": " because", "probability": 0.58251953125}, {"start": 1747.71, "end": 1747.93, "word": " it's", "probability": 0.72509765625}, {"start": 1747.93, "end": 1748.35, "word": " an", "probability": 0.7978515625}, {"start": 1748.35, "end": 1748.81, "word": " integer", "probability": 0.8525390625}, {"start": 1748.81, "end": 1750.23, "word": " Sittext", "probability": 0.747314453125}, {"start": 1750.23, "end": 1750.65, "word": " has", "probability": 0.1793212890625}, {"start": 1750.65, "end": 1750.83, "word": " to", "probability": 0.96630859375}, {"start": 1750.83, "end": 1751.15, "word": " give", "probability": 0.43701171875}, {"start": 1751.15, "end": 1751.27, "word": " it", "probability": 0.464599609375}, {"start": 1751.27, "end": 1751.55, "word": " a", "probability": 0.5751953125}, {"start": 1751.55, "end": 1752.39, "word": " string", "probability": 0.8681640625}, {"start": 1752.39, "end": 1753.47, "word": " Okay,", "probability": 0.1610107421875}, {"start": 1753.57, "end": 1753.73, "word": " that's", "probability": 0.47479248046875}, {"start": 1753.73, "end": 1753.77, "word": " how", "probability": 0.90869140625}, {"start": 1753.77, "end": 1753.81, "word": " we", "probability": 0.87451171875}, {"start": 1753.81, "end": 1754.01, "word": " filled", "probability": 0.6494140625}, {"start": 1754.01, "end": 1754.27, "word": " the", "probability": 0.52001953125}, {"start": 1754.27, "end": 1754.49, "word": " data", "probability": 0.701171875}], "temperature": 1.0}, {"id": 64, "seek": 177577, "start": 1755.59, "end": 1775.77, "text": " in the view, and the view is ready. Right or wrong? We created inflation and filled it with data, and then return. What does return mean? The view that we created. I will summarize the topic. I know that we keep going back and forth from class to class, and each one gets confused a bit.", "tokens": [294, 264, 1910, 11, 293, 264, 1910, 307, 1919, 13, 1779, 420, 2085, 30, 492, 2942, 15860, 293, 6412, 309, 365, 1412, 11, 293, 550, 2736, 13, 708, 775, 2736, 914, 30, 440, 1910, 300, 321, 2942, 13, 286, 486, 20858, 264, 4829, 13, 286, 458, 300, 321, 1066, 516, 646, 293, 5220, 490, 1508, 281, 1508, 11, 293, 1184, 472, 2170, 9019, 257, 857, 13], "avg_logprob": -0.5191231236528995, "compression_ratio": 1.5824175824175823, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1755.59, "end": 1755.79, "word": " in", "probability": 0.241943359375}, {"start": 1755.79, "end": 1755.93, "word": " the", "probability": 0.64111328125}, {"start": 1755.93, "end": 1756.15, "word": " view,", "probability": 0.7607421875}, {"start": 1756.51, "end": 1756.83, "word": " and", "probability": 0.7509765625}, {"start": 1756.83, "end": 1756.93, "word": " the", "probability": 0.7451171875}, {"start": 1756.93, "end": 1757.13, "word": " view", "probability": 0.8837890625}, {"start": 1757.13, "end": 1757.41, "word": " is", "probability": 0.85400390625}, {"start": 1757.41, "end": 1757.75, "word": " ready.", "probability": 0.5869140625}, {"start": 1758.15, "end": 1758.31, "word": " Right", "probability": 0.256103515625}, {"start": 1758.31, "end": 1758.49, "word": " or", "probability": 0.57666015625}, {"start": 1758.49, "end": 1758.53, "word": " wrong?", "probability": 0.59033203125}, {"start": 1758.65, "end": 1758.85, "word": " We", "probability": 0.73046875}, {"start": 1758.85, "end": 1759.09, "word": " created", "probability": 0.388427734375}, {"start": 1759.09, "end": 1759.87, "word": " inflation", "probability": 0.421142578125}, {"start": 1759.87, "end": 1760.99, "word": " and", "probability": 0.482666015625}, {"start": 1760.99, "end": 1761.19, "word": " filled", "probability": 0.70751953125}, {"start": 1761.19, "end": 1761.55, "word": " it", "probability": 0.7978515625}, {"start": 1761.55, "end": 1762.13, "word": " with", "probability": 0.7373046875}, {"start": 1762.13, "end": 1762.53, "word": " data,", "probability": 0.8701171875}, {"start": 1762.99, "end": 1763.37, "word": " and", "probability": 0.71484375}, {"start": 1763.37, "end": 1763.61, "word": " then", "probability": 0.66748046875}, {"start": 1763.61, "end": 1764.11, "word": " return.", "probability": 0.5205078125}, {"start": 1764.27, "end": 1764.37, "word": " What", "probability": 0.775390625}, {"start": 1764.37, "end": 1764.49, "word": " does", "probability": 0.21142578125}, {"start": 1764.49, "end": 1764.87, "word": " return", "probability": 0.84619140625}, {"start": 1764.87, "end": 1764.87, "word": " mean?", "probability": 0.5087890625}, {"start": 1765.85, "end": 1766.33, "word": " The", "probability": 0.697265625}, {"start": 1766.33, "end": 1766.53, "word": " view", "probability": 0.87060546875}, {"start": 1766.53, "end": 1766.67, "word": " that", "probability": 0.69580078125}, {"start": 1766.67, "end": 1768.37, "word": " we", "probability": 0.9443359375}, {"start": 1768.37, "end": 1768.77, "word": " created.", "probability": 0.7158203125}, {"start": 1769.29, "end": 1769.67, "word": " I", "probability": 0.4892578125}, {"start": 1769.67, "end": 1769.77, "word": " will", "probability": 0.73486328125}, {"start": 1769.77, "end": 1770.13, "word": " summarize", "probability": 0.73486328125}, {"start": 1770.13, "end": 1770.31, "word": " the", "probability": 0.66796875}, {"start": 1770.31, "end": 1770.63, "word": " topic.", "probability": 0.52587890625}, {"start": 1771.59, "end": 1771.83, "word": " I", "probability": 0.97119140625}, {"start": 1771.83, "end": 1772.01, "word": " know", "probability": 0.85888671875}, {"start": 1772.01, "end": 1772.13, "word": " that", "probability": 0.7919921875}, {"start": 1772.13, "end": 1772.69, "word": " we", "probability": 0.5888671875}, {"start": 1772.69, "end": 1773.05, "word": " keep", "probability": 0.3076171875}, {"start": 1773.05, "end": 1773.25, "word": " going", "probability": 0.5791015625}, {"start": 1773.25, "end": 1773.63, "word": " back", "probability": 0.41748046875}, {"start": 1773.63, "end": 1773.75, "word": " and", "probability": 0.6494140625}, {"start": 1773.75, "end": 1773.75, "word": " forth", "probability": 0.966796875}, {"start": 1773.75, "end": 1773.81, "word": " from", "probability": 0.7939453125}, {"start": 1773.81, "end": 1774.07, "word": " class", "probability": 0.9228515625}, {"start": 1774.07, "end": 1774.23, "word": " to", "probability": 0.97119140625}, {"start": 1774.23, "end": 1774.49, "word": " class,", "probability": 0.9775390625}, {"start": 1774.59, "end": 1774.63, "word": " and", "probability": 0.365234375}, {"start": 1774.63, "end": 1774.83, "word": " each", "probability": 0.2100830078125}, {"start": 1774.83, "end": 1775.03, "word": " one", "probability": 0.5390625}, {"start": 1775.03, "end": 1775.21, "word": " gets", "probability": 0.20068359375}, {"start": 1775.21, "end": 1775.45, "word": " confused", "probability": 0.583984375}, {"start": 1775.45, "end": 1775.77, "word": " a", "probability": 0.54736328125}, {"start": 1775.77, "end": 1775.77, "word": " bit.", "probability": 0.43408203125}], "temperature": 1.0}, {"id": 65, "seek": 180588, "start": 1782.76, "end": 1805.88, "text": " We are now in the process of creating the adapter. In order to create the adapter, you need to create a new class called ExtendBaseAdapter. In order to create the adapter, you need to create a constructor, because it is clear from the drawing that it will take two things. My data, which is supposed to be created first in the activity,", "tokens": [492, 366, 586, 294, 264, 1399, 295, 4084, 264, 22860, 13, 682, 1668, 281, 1884, 264, 22860, 11, 291, 643, 281, 1884, 257, 777, 1508, 1219, 9881, 521, 33, 651, 15830, 5446, 13, 682, 1668, 281, 1884, 264, 22860, 11, 291, 643, 281, 1884, 257, 47479, 11, 570, 309, 307, 1850, 490, 264, 6316, 300, 309, 486, 747, 732, 721, 13, 1222, 1412, 11, 597, 307, 3442, 281, 312, 2942, 700, 294, 264, 5191, 11], "avg_logprob": -0.4502467222903904, "compression_ratio": 1.8415300546448088, "no_speech_prob": 0.0, "words": [{"start": 1782.76, "end": 1783.04, "word": " We", "probability": 0.42431640625}, {"start": 1783.04, "end": 1783.18, "word": " are", "probability": 0.77685546875}, {"start": 1783.18, "end": 1783.52, "word": " now", "probability": 0.7587890625}, {"start": 1783.52, "end": 1784.06, "word": " in", "probability": 0.6279296875}, {"start": 1784.06, "end": 1784.2, "word": " the", "probability": 0.7578125}, {"start": 1784.2, "end": 1784.38, "word": " process", "probability": 0.41943359375}, {"start": 1784.38, "end": 1784.52, "word": " of", "probability": 0.96484375}, {"start": 1784.52, "end": 1784.8, "word": " creating", "probability": 0.429931640625}, {"start": 1784.8, "end": 1784.98, "word": " the", "probability": 0.50732421875}, {"start": 1784.98, "end": 1785.3, "word": " adapter.", "probability": 0.69873046875}, {"start": 1785.54, "end": 1785.82, "word": " In", "probability": 0.284423828125}, {"start": 1785.82, "end": 1785.82, "word": " order", "probability": 0.90576171875}, {"start": 1785.82, "end": 1785.96, "word": " to", "probability": 0.9580078125}, {"start": 1785.96, "end": 1786.1, "word": " create", "probability": 0.77587890625}, {"start": 1786.1, "end": 1786.26, "word": " the", "probability": 0.69482421875}, {"start": 1786.26, "end": 1786.62, "word": " adapter,", "probability": 0.90234375}, {"start": 1786.94, "end": 1787.4, "word": " you", "probability": 0.32958984375}, {"start": 1787.4, "end": 1787.54, "word": " need", "probability": 0.36865234375}, {"start": 1787.54, "end": 1787.54, "word": " to", "probability": 0.86279296875}, {"start": 1787.54, "end": 1787.62, "word": " create", "probability": 0.6669921875}, {"start": 1787.62, "end": 1787.72, "word": " a", "probability": 0.9521484375}, {"start": 1787.72, "end": 1787.72, "word": " new", "probability": 0.8466796875}, {"start": 1787.72, "end": 1787.98, "word": " class", "probability": 0.95654296875}, {"start": 1787.98, "end": 1788.5, "word": " called", "probability": 0.26318359375}, {"start": 1788.5, "end": 1791.06, "word": " ExtendBaseAdapter.", "probability": 0.7504475911458334}, {"start": 1792.2, "end": 1792.6, "word": " In", "probability": 0.1268310546875}, {"start": 1792.6, "end": 1793.5, "word": " order", "probability": 0.71142578125}, {"start": 1793.5, "end": 1793.5, "word": " to", "probability": 0.9716796875}, {"start": 1793.5, "end": 1793.5, "word": " create", "probability": 0.779296875}, {"start": 1793.5, "end": 1793.5, "word": " the", "probability": 0.84228515625}, {"start": 1793.5, "end": 1793.86, "word": " adapter,", "probability": 0.89453125}, {"start": 1794.34, "end": 1794.84, "word": " you", "probability": 0.693359375}, {"start": 1794.84, "end": 1794.92, "word": " need", "probability": 0.84326171875}, {"start": 1794.92, "end": 1795.04, "word": " to", "probability": 0.966796875}, {"start": 1795.04, "end": 1795.12, "word": " create", "probability": 0.90380859375}, {"start": 1795.12, "end": 1795.32, "word": " a", "probability": 0.9453125}, {"start": 1795.32, "end": 1795.78, "word": " constructor,", "probability": 0.865234375}, {"start": 1796.18, "end": 1796.68, "word": " because", "probability": 0.6181640625}, {"start": 1796.68, "end": 1797.22, "word": " it", "probability": 0.6240234375}, {"start": 1797.22, "end": 1797.28, "word": " is", "probability": 0.73095703125}, {"start": 1797.28, "end": 1797.48, "word": " clear", "probability": 0.496337890625}, {"start": 1797.48, "end": 1797.7, "word": " from", "probability": 0.689453125}, {"start": 1797.7, "end": 1797.76, "word": " the", "probability": 0.8486328125}, {"start": 1797.76, "end": 1798.02, "word": " drawing", "probability": 0.2220458984375}, {"start": 1798.02, "end": 1798.24, "word": " that", "probability": 0.8408203125}, {"start": 1798.24, "end": 1798.3, "word": " it", "probability": 0.671875}, {"start": 1798.3, "end": 1798.46, "word": " will", "probability": 0.41064453125}, {"start": 1798.46, "end": 1798.82, "word": " take", "probability": 0.5556640625}, {"start": 1798.82, "end": 1799.48, "word": " two", "probability": 0.7900390625}, {"start": 1799.48, "end": 1799.48, "word": " things.", "probability": 0.5283203125}, {"start": 1800.54, "end": 1801.1, "word": " My", "probability": 0.254150390625}, {"start": 1801.1, "end": 1801.52, "word": " data,", "probability": 0.90869140625}, {"start": 1801.92, "end": 1802.06, "word": " which", "probability": 0.77490234375}, {"start": 1802.06, "end": 1802.16, "word": " is", "probability": 0.41357421875}, {"start": 1802.16, "end": 1803.22, "word": " supposed", "probability": 0.6748046875}, {"start": 1803.22, "end": 1803.44, "word": " to", "probability": 0.97021484375}, {"start": 1803.44, "end": 1803.6, "word": " be", "probability": 0.826171875}, {"start": 1803.6, "end": 1803.92, "word": " created", "probability": 0.666015625}, {"start": 1803.92, "end": 1804.28, "word": " first", "probability": 0.41650390625}, {"start": 1804.28, "end": 1805.3, "word": " in", "probability": 0.74365234375}, {"start": 1805.3, "end": 1805.4, "word": " the", "probability": 0.796875}, {"start": 1805.4, "end": 1805.88, "word": " activity,", "probability": 0.88623046875}], "temperature": 1.0}, {"id": 66, "seek": 183199, "start": 1807.61, "end": 1831.99, "text": " Okay? And you pass it through the constructor. Of course, it is known where the adapter will create this object. In the activity. We create it in the class and we create an object from it in the activity. So we pass it the data. And we also pass it the layout of the object that it wants to create. That is, based on the layout, it wants to create a view and fill it with each one in the data.", "tokens": [1033, 30, 400, 291, 1320, 309, 807, 264, 47479, 13, 2720, 1164, 11, 309, 307, 2570, 689, 264, 22860, 486, 1884, 341, 2657, 13, 682, 264, 5191, 13, 492, 1884, 309, 294, 264, 1508, 293, 321, 1884, 364, 2657, 490, 309, 294, 264, 5191, 13, 407, 321, 1320, 309, 264, 1412, 13, 400, 321, 611, 1320, 309, 264, 13333, 295, 264, 2657, 300, 309, 2738, 281, 1884, 13, 663, 307, 11, 2361, 322, 264, 13333, 11, 309, 2738, 281, 1884, 257, 1910, 293, 2836, 309, 365, 1184, 472, 294, 264, 1412, 13], "avg_logprob": -0.4821908576514131, "compression_ratio": 1.841121495327103, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1807.61, "end": 1807.93, "word": " Okay?", "probability": 0.07025146484375}, {"start": 1808.05, "end": 1808.15, "word": " And", "probability": 0.7412109375}, {"start": 1808.15, "end": 1808.27, "word": " you", "probability": 0.24072265625}, {"start": 1808.27, "end": 1808.45, "word": " pass", "probability": 0.496337890625}, {"start": 1808.45, "end": 1808.59, "word": " it", "probability": 0.60009765625}, {"start": 1808.59, "end": 1808.69, "word": " through", "probability": 0.4443359375}, {"start": 1808.69, "end": 1808.77, "word": " the", "probability": 0.83544921875}, {"start": 1808.77, "end": 1809.23, "word": " constructor.", "probability": 0.85107421875}, {"start": 1809.39, "end": 1809.53, "word": " Of", "probability": 0.144775390625}, {"start": 1809.53, "end": 1809.53, "word": " course,", "probability": 0.9580078125}, {"start": 1809.53, "end": 1809.67, "word": " it", "probability": 0.537109375}, {"start": 1809.67, "end": 1809.69, "word": " is", "probability": 0.60400390625}, {"start": 1809.69, "end": 1809.69, "word": " known", "probability": 0.6591796875}, {"start": 1809.69, "end": 1810.07, "word": " where", "probability": 0.480712890625}, {"start": 1810.07, "end": 1810.07, "word": " the", "probability": 0.29638671875}, {"start": 1810.07, "end": 1810.45, "word": " adapter", "probability": 0.7080078125}, {"start": 1810.45, "end": 1810.77, "word": " will", "probability": 0.47265625}, {"start": 1810.77, "end": 1810.95, "word": " create", "probability": 0.247802734375}, {"start": 1810.95, "end": 1811.25, "word": " this", "probability": 0.2279052734375}, {"start": 1811.25, "end": 1811.91, "word": " object.", "probability": 0.96240234375}, {"start": 1812.95, "end": 1813.31, "word": " In", "probability": 0.71240234375}, {"start": 1813.31, "end": 1813.41, "word": " the", "probability": 0.68798828125}, {"start": 1813.41, "end": 1813.75, "word": " activity.", "probability": 0.8837890625}, {"start": 1814.45, "end": 1814.71, "word": " We", "probability": 0.61376953125}, {"start": 1814.71, "end": 1814.87, "word": " create", "probability": 0.78466796875}, {"start": 1814.87, "end": 1814.99, "word": " it", "probability": 0.576171875}, {"start": 1814.99, "end": 1815.01, "word": " in", "probability": 0.931640625}, {"start": 1815.01, "end": 1815.07, "word": " the", "probability": 0.50439453125}, {"start": 1815.07, "end": 1815.27, "word": " class", "probability": 0.978515625}, {"start": 1815.27, "end": 1815.39, "word": " and", "probability": 0.666015625}, {"start": 1815.39, "end": 1815.49, "word": " we", "probability": 0.21435546875}, {"start": 1815.49, "end": 1815.81, "word": " create", "probability": 0.6806640625}, {"start": 1815.81, "end": 1815.91, "word": " an", "probability": 0.77099609375}, {"start": 1815.91, "end": 1816.09, "word": " object", "probability": 0.97802734375}, {"start": 1816.09, "end": 1816.29, "word": " from", "probability": 0.6337890625}, {"start": 1816.29, "end": 1816.37, "word": " it", "probability": 0.9111328125}, {"start": 1816.37, "end": 1816.43, "word": " in", "probability": 0.90673828125}, {"start": 1816.43, "end": 1816.51, "word": " the", "probability": 0.90087890625}, {"start": 1816.51, "end": 1816.81, "word": " activity.", "probability": 0.927734375}, {"start": 1817.35, "end": 1817.53, "word": " So", "probability": 0.72314453125}, {"start": 1817.53, "end": 1817.67, "word": " we", "probability": 0.52001953125}, {"start": 1817.67, "end": 1817.87, "word": " pass", "probability": 0.82958984375}, {"start": 1817.87, "end": 1818.03, "word": " it", "probability": 0.359130859375}, {"start": 1818.03, "end": 1818.09, "word": " the", "probability": 0.53515625}, {"start": 1818.09, "end": 1818.41, "word": " data.", "probability": 0.9501953125}, {"start": 1820.81, "end": 1821.05, "word": " And", "probability": 0.62548828125}, {"start": 1821.05, "end": 1821.19, "word": " we", "probability": 0.8837890625}, {"start": 1821.19, "end": 1821.27, "word": " also", "probability": 0.4384765625}, {"start": 1821.27, "end": 1821.41, "word": " pass", "probability": 0.8759765625}, {"start": 1821.41, "end": 1822.05, "word": " it", "probability": 0.603515625}, {"start": 1822.05, "end": 1823.01, "word": " the", "probability": 0.87744140625}, {"start": 1823.01, "end": 1823.39, "word": " layout", "probability": 0.90283203125}, {"start": 1823.39, "end": 1823.61, "word": " of", "probability": 0.93212890625}, {"start": 1823.61, "end": 1823.77, "word": " the", "probability": 0.91064453125}, {"start": 1823.77, "end": 1824.07, "word": " object", "probability": 0.2763671875}, {"start": 1824.07, "end": 1825.41, "word": " that", "probability": 0.418701171875}, {"start": 1825.41, "end": 1825.59, "word": " it", "probability": 0.4482421875}, {"start": 1825.59, "end": 1825.61, "word": " wants", "probability": 0.501953125}, {"start": 1825.61, "end": 1825.65, "word": " to", "probability": 0.96337890625}, {"start": 1825.65, "end": 1825.83, "word": " create.", "probability": 0.818359375}, {"start": 1826.19, "end": 1826.33, "word": " That", "probability": 0.11944580078125}, {"start": 1826.33, "end": 1826.47, "word": " is,", "probability": 0.734375}, {"start": 1826.73, "end": 1827.67, "word": " based", "probability": 0.3994140625}, {"start": 1827.67, "end": 1827.99, "word": " on", "probability": 0.955078125}, {"start": 1827.99, "end": 1828.15, "word": " the", "probability": 0.8955078125}, {"start": 1828.15, "end": 1828.55, "word": " layout,", "probability": 0.97705078125}, {"start": 1828.65, "end": 1828.67, "word": " it", "probability": 0.78173828125}, {"start": 1828.67, "end": 1828.83, "word": " wants", "probability": 0.7412109375}, {"start": 1828.83, "end": 1828.89, "word": " to", "probability": 0.95361328125}, {"start": 1828.89, "end": 1829.07, "word": " create", "probability": 0.8525390625}, {"start": 1829.07, "end": 1829.21, "word": " a", "probability": 0.90869140625}, {"start": 1829.21, "end": 1829.41, "word": " view", "probability": 0.85400390625}, {"start": 1829.41, "end": 1829.63, "word": " and", "probability": 0.2005615234375}, {"start": 1829.63, "end": 1829.83, "word": " fill", "probability": 0.63330078125}, {"start": 1829.83, "end": 1830.41, "word": " it", "probability": 0.67236328125}, {"start": 1830.41, "end": 1830.77, "word": " with", "probability": 0.73974609375}, {"start": 1830.77, "end": 1830.99, "word": " each", "probability": 0.78369140625}, {"start": 1830.99, "end": 1831.23, "word": " one", "probability": 0.408935546875}, {"start": 1831.23, "end": 1831.53, "word": " in", "probability": 0.35546875}, {"start": 1831.53, "end": 1831.71, "word": " the", "probability": 0.9111328125}, {"start": 1831.71, "end": 1831.99, "word": " data.", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 67, "seek": 185898, "start": 1832.84, "end": 1858.98, "text": " And I also need to learn the context. Why do I need to learn the context? Because it is necessary for the process of inflation. When I am in the activity, when I do inflate, there is no problem. But when I am working in another class and I need the context, I need to go through the constructor. And I took all these and stored them above. Why did I put them above? Because I will use them in all methods. Now, when I did extend, it gave me some methods.", "tokens": [400, 286, 611, 643, 281, 1466, 264, 4319, 13, 1545, 360, 286, 643, 281, 1466, 264, 4319, 30, 1436, 309, 307, 4818, 337, 264, 1399, 295, 15860, 13, 1133, 286, 669, 294, 264, 5191, 11, 562, 286, 360, 9922, 473, 11, 456, 307, 572, 1154, 13, 583, 562, 286, 669, 1364, 294, 1071, 1508, 293, 286, 643, 264, 4319, 11, 286, 643, 281, 352, 807, 264, 47479, 13, 400, 286, 1890, 439, 613, 293, 12187, 552, 3673, 13, 1545, 630, 286, 829, 552, 3673, 30, 1436, 286, 486, 764, 552, 294, 439, 7150, 13, 823, 11, 562, 286, 630, 10101, 11, 309, 2729, 385, 512, 7150, 13], "avg_logprob": -0.3984374958607886, "compression_ratio": 1.8724279835390947, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1832.84, "end": 1833.04, "word": " And", "probability": 0.2646484375}, {"start": 1833.04, "end": 1833.16, "word": " I", "probability": 0.72314453125}, {"start": 1833.16, "end": 1833.2, "word": " also", "probability": 0.376953125}, {"start": 1833.2, "end": 1833.24, "word": " need", "probability": 0.578125}, {"start": 1833.24, "end": 1833.3, "word": " to", "probability": 0.95068359375}, {"start": 1833.3, "end": 1833.54, "word": " learn", "probability": 0.517578125}, {"start": 1833.54, "end": 1834.66, "word": " the", "probability": 0.315185546875}, {"start": 1834.66, "end": 1835.14, "word": " context.", "probability": 0.84521484375}, {"start": 1835.28, "end": 1835.48, "word": " Why", "probability": 0.70947265625}, {"start": 1835.48, "end": 1835.62, "word": " do", "probability": 0.418701171875}, {"start": 1835.62, "end": 1835.62, "word": " I", "probability": 0.958984375}, {"start": 1835.62, "end": 1835.7, "word": " need", "probability": 0.8623046875}, {"start": 1835.7, "end": 1835.74, "word": " to", "probability": 0.95068359375}, {"start": 1835.74, "end": 1835.86, "word": " learn", "probability": 0.92626953125}, {"start": 1835.86, "end": 1835.98, "word": " the", "probability": 0.7109375}, {"start": 1835.98, "end": 1836.26, "word": " context?", "probability": 0.90625}, {"start": 1836.34, "end": 1836.48, "word": " Because", "probability": 0.8642578125}, {"start": 1836.48, "end": 1836.6, "word": " it", "probability": 0.623046875}, {"start": 1836.6, "end": 1836.6, "word": " is", "probability": 0.572265625}, {"start": 1836.6, "end": 1836.86, "word": " necessary", "probability": 0.60888671875}, {"start": 1836.86, "end": 1837.0, "word": " for", "probability": 0.72412109375}, {"start": 1837.0, "end": 1837.02, "word": " the", "probability": 0.54541015625}, {"start": 1837.02, "end": 1837.2, "word": " process", "probability": 0.5791015625}, {"start": 1837.2, "end": 1837.34, "word": " of", "probability": 0.9677734375}, {"start": 1837.34, "end": 1837.8, "word": " inflation.", "probability": 0.9091796875}, {"start": 1839.18, "end": 1839.44, "word": " When", "probability": 0.323974609375}, {"start": 1839.44, "end": 1839.52, "word": " I", "probability": 0.9423828125}, {"start": 1839.52, "end": 1839.52, "word": " am", "probability": 0.6640625}, {"start": 1839.52, "end": 1839.6, "word": " in", "probability": 0.6787109375}, {"start": 1839.6, "end": 1839.68, "word": " the", "probability": 0.53662109375}, {"start": 1839.68, "end": 1840.08, "word": " activity,", "probability": 0.87109375}, {"start": 1840.18, "end": 1840.26, "word": " when", "probability": 0.56005859375}, {"start": 1840.26, "end": 1840.36, "word": " I", "probability": 0.477294921875}, {"start": 1840.36, "end": 1840.46, "word": " do", "probability": 0.53271484375}, {"start": 1840.46, "end": 1841.08, "word": " inflate,", "probability": 0.652099609375}, {"start": 1841.46, "end": 1841.92, "word": " there", "probability": 0.60107421875}, {"start": 1841.92, "end": 1841.92, "word": " is", "probability": 0.89599609375}, {"start": 1841.92, "end": 1842.06, "word": " no", "probability": 0.92529296875}, {"start": 1842.06, "end": 1842.32, "word": " problem.", "probability": 0.8388671875}, {"start": 1842.6, "end": 1842.94, "word": " But", "probability": 0.9091796875}, {"start": 1842.94, "end": 1843.12, "word": " when", "probability": 0.8291015625}, {"start": 1843.12, "end": 1843.36, "word": " I", "probability": 0.9833984375}, {"start": 1843.36, "end": 1843.36, "word": " am", "probability": 0.55078125}, {"start": 1843.36, "end": 1843.66, "word": " working", "probability": 0.67529296875}, {"start": 1843.66, "end": 1843.8, "word": " in", "probability": 0.84130859375}, {"start": 1843.8, "end": 1843.88, "word": " another", "probability": 0.72119140625}, {"start": 1843.88, "end": 1844.14, "word": " class", "probability": 0.94384765625}, {"start": 1844.14, "end": 1844.42, "word": " and", "probability": 0.41455078125}, {"start": 1844.42, "end": 1844.48, "word": " I", "probability": 0.5048828125}, {"start": 1844.48, "end": 1844.64, "word": " need", "probability": 0.8818359375}, {"start": 1844.64, "end": 1844.84, "word": " the", "probability": 0.44384765625}, {"start": 1844.84, "end": 1845.12, "word": " context,", "probability": 0.9228515625}, {"start": 1845.22, "end": 1845.32, "word": " I", "probability": 0.5517578125}, {"start": 1845.32, "end": 1845.36, "word": " need", "probability": 0.1612548828125}, {"start": 1845.36, "end": 1845.36, "word": " to", "probability": 0.9501953125}, {"start": 1845.36, "end": 1845.52, "word": " go", "probability": 0.1788330078125}, {"start": 1845.52, "end": 1846.22, "word": " through", "probability": 0.6474609375}, {"start": 1846.22, "end": 1846.38, "word": " the", "probability": 0.8330078125}, {"start": 1846.38, "end": 1846.86, "word": " constructor.", "probability": 0.90966796875}, {"start": 1846.96, "end": 1847.14, "word": " And", "probability": 0.60009765625}, {"start": 1847.14, "end": 1847.56, "word": " I", "probability": 0.61279296875}, {"start": 1847.56, "end": 1847.92, "word": " took", "probability": 0.46826171875}, {"start": 1847.92, "end": 1848.14, "word": " all", "probability": 0.8330078125}, {"start": 1848.14, "end": 1848.14, "word": " these", "probability": 0.45556640625}, {"start": 1848.14, "end": 1848.54, "word": " and", "probability": 0.4326171875}, {"start": 1848.54, "end": 1849.02, "word": " stored", "probability": 0.6220703125}, {"start": 1849.02, "end": 1849.28, "word": " them", "probability": 0.85302734375}, {"start": 1849.28, "end": 1849.48, "word": " above.", "probability": 0.50390625}, {"start": 1849.82, "end": 1850.22, "word": " Why", "probability": 0.84130859375}, {"start": 1850.22, "end": 1850.24, "word": " did", "probability": 0.7509765625}, {"start": 1850.24, "end": 1850.44, "word": " I", "probability": 0.88525390625}, {"start": 1850.44, "end": 1850.68, "word": " put", "probability": 0.56982421875}, {"start": 1850.68, "end": 1850.9, "word": " them", "probability": 0.86474609375}, {"start": 1850.9, "end": 1851.18, "word": " above?", "probability": 0.85693359375}, {"start": 1851.56, "end": 1851.82, "word": " Because", "probability": 0.88671875}, {"start": 1851.82, "end": 1852.52, "word": " I", "probability": 0.98681640625}, {"start": 1852.52, "end": 1852.6, "word": " will", "probability": 0.62255859375}, {"start": 1852.6, "end": 1852.9, "word": " use", "probability": 0.86767578125}, {"start": 1852.9, "end": 1853.14, "word": " them", "probability": 0.8798828125}, {"start": 1853.14, "end": 1854.22, "word": " in", "probability": 0.86328125}, {"start": 1854.22, "end": 1854.42, "word": " all", "probability": 0.94091796875}, {"start": 1854.42, "end": 1854.8, "word": " methods.", "probability": 0.615234375}, {"start": 1855.0, "end": 1855.28, "word": " Now,", "probability": 0.65576171875}, {"start": 1855.4, "end": 1855.58, "word": " when", "probability": 0.5185546875}, {"start": 1855.58, "end": 1855.74, "word": " I", "probability": 0.9853515625}, {"start": 1855.74, "end": 1855.92, "word": " did", "probability": 0.51953125}, {"start": 1855.92, "end": 1856.5, "word": " extend,", "probability": 0.86474609375}, {"start": 1857.38, "end": 1857.6, "word": " it", "probability": 0.79833984375}, {"start": 1857.6, "end": 1857.78, "word": " gave", "probability": 0.337890625}, {"start": 1857.78, "end": 1858.08, "word": " me", "probability": 0.92333984375}, {"start": 1858.08, "end": 1858.52, "word": " some", "probability": 0.87109375}, {"start": 1858.52, "end": 1858.98, "word": " methods.", "probability": 0.6572265625}], "temperature": 1.0}, {"id": 68, "seek": 188843, "start": 1860.97, "end": 1888.43, "text": "GetCount must return the number of elements in the list or in the array. The number of elements in the array is the same as the number of elements in the list. So you just need to return persons.size. GetItem in a certain place, position. Who will return it to? Persons.get position. GetItemId means a certain position. What is the ID that we put to the answer in a certain position? Imagine that the same position is the same ID.", "tokens": [18133, 34, 792, 1633, 2736, 264, 1230, 295, 4959, 294, 264, 1329, 420, 294, 264, 10225, 13, 440, 1230, 295, 4959, 294, 264, 10225, 307, 264, 912, 382, 264, 1230, 295, 4959, 294, 264, 1329, 13, 407, 291, 445, 643, 281, 2736, 14453, 13, 27553, 13, 3240, 3522, 443, 294, 257, 1629, 1081, 11, 2535, 13, 2102, 486, 2736, 309, 281, 30, 14006, 892, 13, 847, 2535, 13, 3240, 3522, 443, 42739, 1355, 257, 1629, 2535, 13, 708, 307, 264, 7348, 300, 321, 829, 281, 264, 1867, 294, 257, 1629, 2535, 30, 11739, 300, 264, 912, 2535, 307, 264, 912, 7348, 13], "avg_logprob": -0.5033373716965462, "compression_ratio": 2.0476190476190474, "no_speech_prob": 0.0, "words": [{"start": 1860.9699999999998, "end": 1861.3899999999999, "word": "GetCount", "probability": 0.5372721354166666}, {"start": 1861.3899999999999, "end": 1861.81, "word": " must", "probability": 0.1466064453125}, {"start": 1861.81, "end": 1862.13, "word": " return", "probability": 0.333984375}, {"start": 1862.13, "end": 1862.29, "word": " the", "probability": 0.6162109375}, {"start": 1862.29, "end": 1862.45, "word": " number", "probability": 0.71337890625}, {"start": 1862.45, "end": 1862.57, "word": " of", "probability": 0.9638671875}, {"start": 1862.57, "end": 1862.93, "word": " elements", "probability": 0.46630859375}, {"start": 1862.93, "end": 1863.77, "word": " in", "probability": 0.521484375}, {"start": 1863.77, "end": 1864.43, "word": " the", "probability": 0.7216796875}, {"start": 1864.43, "end": 1864.69, "word": " list", "probability": 0.460693359375}, {"start": 1864.69, "end": 1864.87, "word": " or", "probability": 0.61572265625}, {"start": 1864.87, "end": 1865.03, "word": " in", "probability": 0.11273193359375}, {"start": 1865.03, "end": 1865.05, "word": " the", "probability": 0.787109375}, {"start": 1865.05, "end": 1865.31, "word": " array.", "probability": 0.93115234375}, {"start": 1865.49, "end": 1865.83, "word": " The", "probability": 0.466552734375}, {"start": 1865.83, "end": 1865.97, "word": " number", "probability": 0.8662109375}, {"start": 1865.97, "end": 1866.07, "word": " of", "probability": 0.96533203125}, {"start": 1866.07, "end": 1866.39, "word": " elements", "probability": 0.841796875}, {"start": 1866.39, "end": 1866.59, "word": " in", "probability": 0.90087890625}, {"start": 1866.59, "end": 1866.65, "word": " the", "probability": 0.7578125}, {"start": 1866.65, "end": 1866.87, "word": " array", "probability": 0.927734375}, {"start": 1866.87, "end": 1867.03, "word": " is", "probability": 0.77197265625}, {"start": 1867.03, "end": 1867.15, "word": " the", "probability": 0.666015625}, {"start": 1867.15, "end": 1867.17, "word": " same", "probability": 0.7626953125}, {"start": 1867.17, "end": 1867.29, "word": " as", "probability": 0.4697265625}, {"start": 1867.29, "end": 1867.43, "word": " the", "probability": 0.78076171875}, {"start": 1867.43, "end": 1867.43, "word": " number", "probability": 0.92822265625}, {"start": 1867.43, "end": 1867.43, "word": " of", "probability": 0.9453125}, {"start": 1867.43, "end": 1867.79, "word": " elements", "probability": 0.83251953125}, {"start": 1867.79, "end": 1868.35, "word": " in", "probability": 0.9248046875}, {"start": 1868.35, "end": 1868.51, "word": " the", "probability": 0.912109375}, {"start": 1868.51, "end": 1868.69, "word": " list.", "probability": 0.91015625}, {"start": 1869.15, "end": 1869.33, "word": " So", "probability": 0.438720703125}, {"start": 1869.33, "end": 1869.43, "word": " you", "probability": 0.1441650390625}, {"start": 1869.43, "end": 1869.61, "word": " just", "probability": 0.26318359375}, {"start": 1869.61, "end": 1869.61, "word": " need", "probability": 0.19580078125}, {"start": 1869.61, "end": 1869.89, "word": " to", "probability": 0.9677734375}, {"start": 1869.89, "end": 1870.01, "word": " return", "probability": 0.681640625}, {"start": 1870.01, "end": 1870.49, "word": " persons", "probability": 0.5390625}, {"start": 1870.49, "end": 1871.13, "word": ".size.", "probability": 0.896484375}, {"start": 1872.31, "end": 1872.73, "word": " GetItem", "probability": 0.77783203125}, {"start": 1872.73, "end": 1873.81, "word": " in", "probability": 0.51123046875}, {"start": 1873.81, "end": 1873.99, "word": " a", "probability": 0.921875}, {"start": 1873.99, "end": 1873.99, "word": " certain", "probability": 0.2734375}, {"start": 1873.99, "end": 1874.55, "word": " place,", "probability": 0.480712890625}, {"start": 1874.71, "end": 1875.15, "word": " position.", "probability": 0.7294921875}, {"start": 1876.51, "end": 1876.93, "word": " Who", "probability": 0.300048828125}, {"start": 1876.93, "end": 1877.27, "word": " will", "probability": 0.43701171875}, {"start": 1877.27, "end": 1877.53, "word": " return", "probability": 0.607421875}, {"start": 1877.53, "end": 1877.67, "word": " it", "probability": 0.51318359375}, {"start": 1877.67, "end": 1877.73, "word": " to?", "probability": 0.62060546875}, {"start": 1877.99, "end": 1878.41, "word": " Persons", "probability": 0.78173828125}, {"start": 1878.41, "end": 1878.91, "word": ".get", "probability": 0.94384765625}, {"start": 1878.91, "end": 1880.13, "word": " position.", "probability": 0.371826171875}, {"start": 1881.85, "end": 1882.27, "word": " GetItemId", "probability": 0.8624267578125}, {"start": 1882.27, "end": 1882.51, "word": " means", "probability": 0.56396484375}, {"start": 1882.51, "end": 1882.61, "word": " a", "probability": 0.66796875}, {"start": 1882.61, "end": 1883.15, "word": " certain", "probability": 0.611328125}, {"start": 1883.15, "end": 1883.15, "word": " position.", "probability": 0.9326171875}, {"start": 1883.31, "end": 1883.55, "word": " What", "probability": 0.61328125}, {"start": 1883.55, "end": 1883.61, "word": " is", "probability": 0.7236328125}, {"start": 1883.61, "end": 1883.71, "word": " the", "probability": 0.5625}, {"start": 1883.71, "end": 1884.07, "word": " ID", "probability": 0.329345703125}, {"start": 1884.07, "end": 1884.29, "word": " that", "probability": 0.347900390625}, {"start": 1884.29, "end": 1884.41, "word": " we", "probability": 0.42626953125}, {"start": 1884.41, "end": 1884.63, "word": " put", "probability": 0.348876953125}, {"start": 1884.63, "end": 1884.79, "word": " to", "probability": 0.403076171875}, {"start": 1884.79, "end": 1884.81, "word": " the", "probability": 0.72119140625}, {"start": 1884.81, "end": 1885.05, "word": " answer", "probability": 0.1749267578125}, {"start": 1885.05, "end": 1885.25, "word": " in", "probability": 0.859375}, {"start": 1885.25, "end": 1885.35, "word": " a", "probability": 0.92431640625}, {"start": 1885.35, "end": 1885.35, "word": " certain", "probability": 0.68505859375}, {"start": 1885.35, "end": 1885.65, "word": " position?", "probability": 0.927734375}, {"start": 1886.49, "end": 1886.79, "word": " Imagine", "probability": 0.10455322265625}, {"start": 1886.79, "end": 1886.97, "word": " that", "probability": 0.76611328125}, {"start": 1886.97, "end": 1887.09, "word": " the", "probability": 0.7177734375}, {"start": 1887.09, "end": 1887.21, "word": " same", "probability": 0.292724609375}, {"start": 1887.21, "end": 1887.67, "word": " position", "probability": 0.93017578125}, {"start": 1887.67, "end": 1887.85, "word": " is", "probability": 0.775390625}, {"start": 1887.85, "end": 1887.97, "word": " the", "probability": 0.91162109375}, {"start": 1887.97, "end": 1888.09, "word": " same", "probability": 0.8779296875}, {"start": 1888.09, "end": 1888.43, "word": " ID.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 69, "seek": 191982, "start": 1892.18, "end": 1919.82, "text": "As we said, this method is important for naming elements. The first element, name it by the name of the place where it is located. So, just say RetailPosition. Let's go to the important method, which is GetView. Which is the first step you have to do to turn the layout into a view. How? By using the method from, which is located in LayoutInflater.from. And this just has to take what? The context, and then say Inflate, and give it the layout ID.", "tokens": [10884, 321, 848, 11, 341, 3170, 307, 1021, 337, 25290, 4959, 13, 440, 700, 4478, 11, 1315, 309, 538, 264, 1315, 295, 264, 1081, 689, 309, 307, 6870, 13, 407, 11, 445, 584, 11495, 864, 47, 5830, 13, 961, 311, 352, 281, 264, 1021, 3170, 11, 597, 307, 3240, 30203, 13, 3013, 307, 264, 700, 1823, 291, 362, 281, 360, 281, 1261, 264, 13333, 666, 257, 1910, 13, 1012, 30, 3146, 1228, 264, 3170, 490, 11, 597, 307, 6870, 294, 20084, 346, 4575, 3423, 771, 13, 20579, 13, 400, 341, 445, 575, 281, 747, 437, 30, 440, 4319, 11, 293, 550, 584, 682, 3423, 473, 11, 293, 976, 309, 264, 13333, 7348, 13], "avg_logprob": -0.493695176484292, "compression_ratio": 1.7164750957854407, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1892.18, "end": 1892.4, "word": "As", "probability": 0.1805419921875}, {"start": 1892.4, "end": 1892.74, "word": " we", "probability": 0.50439453125}, {"start": 1892.74, "end": 1892.96, "word": " said,", "probability": 0.56005859375}, {"start": 1893.02, "end": 1893.14, "word": " this", "probability": 0.71533203125}, {"start": 1893.14, "end": 1893.48, "word": " method", "probability": 0.744140625}, {"start": 1893.48, "end": 1893.58, "word": " is", "probability": 0.84765625}, {"start": 1893.58, "end": 1893.84, "word": " important", "probability": 0.662109375}, {"start": 1893.84, "end": 1894.02, "word": " for", "probability": 0.5869140625}, {"start": 1894.02, "end": 1894.4, "word": " naming", "probability": 0.8603515625}, {"start": 1894.4, "end": 1896.64, "word": " elements.", "probability": 0.580078125}, {"start": 1896.9, "end": 1897.08, "word": " The", "probability": 0.444580078125}, {"start": 1897.08, "end": 1897.12, "word": " first", "probability": 0.8544921875}, {"start": 1897.12, "end": 1897.42, "word": " element,", "probability": 0.9091796875}, {"start": 1898.0, "end": 1898.18, "word": " name", "probability": 0.6396484375}, {"start": 1898.18, "end": 1898.34, "word": " it", "probability": 0.9033203125}, {"start": 1898.34, "end": 1898.36, "word": " by", "probability": 0.39990234375}, {"start": 1898.36, "end": 1898.56, "word": " the", "probability": 0.47900390625}, {"start": 1898.56, "end": 1898.56, "word": " name", "probability": 0.49169921875}, {"start": 1898.56, "end": 1898.68, "word": " of", "probability": 0.95751953125}, {"start": 1898.68, "end": 1898.68, "word": " the", "probability": 0.54296875}, {"start": 1898.68, "end": 1898.92, "word": " place", "probability": 0.609375}, {"start": 1898.92, "end": 1899.06, "word": " where", "probability": 0.333984375}, {"start": 1899.06, "end": 1899.12, "word": " it", "probability": 0.88037109375}, {"start": 1899.12, "end": 1899.22, "word": " is", "probability": 0.7734375}, {"start": 1899.22, "end": 1899.42, "word": " located.", "probability": 0.300048828125}, {"start": 1899.98, "end": 1900.14, "word": " So,", "probability": 0.426513671875}, {"start": 1900.16, "end": 1900.3, "word": " just", "probability": 0.4921875}, {"start": 1900.3, "end": 1900.46, "word": " say", "probability": 0.428955078125}, {"start": 1900.46, "end": 1901.7, "word": " RetailPosition.", "probability": 0.63861083984375}, {"start": 1901.76, "end": 1901.88, "word": " Let's", "probability": 0.6708984375}, {"start": 1901.88, "end": 1902.0, "word": " go", "probability": 0.2332763671875}, {"start": 1902.0, "end": 1902.08, "word": " to", "probability": 0.869140625}, {"start": 1902.08, "end": 1902.32, "word": " the", "probability": 0.73291015625}, {"start": 1902.32, "end": 1902.98, "word": " important", "probability": 0.591796875}, {"start": 1902.98, "end": 1903.02, "word": " method,", "probability": 0.92431640625}, {"start": 1903.3, "end": 1903.3, "word": " which", "probability": 0.62353515625}, {"start": 1903.3, "end": 1903.44, "word": " is", "probability": 0.94677734375}, {"start": 1903.44, "end": 1903.92, "word": " GetView.", "probability": 0.765380859375}, {"start": 1904.34, "end": 1904.7, "word": " Which", "probability": 0.30419921875}, {"start": 1904.7, "end": 1904.82, "word": " is", "probability": 0.91650390625}, {"start": 1904.82, "end": 1904.94, "word": " the", "probability": 0.9033203125}, {"start": 1904.94, "end": 1905.06, "word": " first", "probability": 0.880859375}, {"start": 1905.06, "end": 1905.34, "word": " step", "probability": 0.8330078125}, {"start": 1905.34, "end": 1905.48, "word": " you", "probability": 0.456298828125}, {"start": 1905.48, "end": 1905.52, "word": " have", "probability": 0.2066650390625}, {"start": 1905.52, "end": 1905.64, "word": " to", "probability": 0.96826171875}, {"start": 1905.64, "end": 1905.94, "word": " do", "probability": 0.59326171875}, {"start": 1905.94, "end": 1906.86, "word": " to", "probability": 0.505859375}, {"start": 1906.86, "end": 1907.16, "word": " turn", "probability": 0.33056640625}, {"start": 1907.16, "end": 1907.36, "word": " the", "probability": 0.75732421875}, {"start": 1907.36, "end": 1907.56, "word": " layout", "probability": 0.751953125}, {"start": 1907.56, "end": 1908.58, "word": " into", "probability": 0.7392578125}, {"start": 1908.58, "end": 1908.62, "word": " a", "probability": 0.6416015625}, {"start": 1908.62, "end": 1908.8, "word": " view.", "probability": 0.8330078125}, {"start": 1909.08, "end": 1909.48, "word": " How?", "probability": 0.92919921875}, {"start": 1909.88, "end": 1910.12, "word": " By", "probability": 0.294677734375}, {"start": 1910.12, "end": 1910.5, "word": " using", "probability": 0.92041015625}, {"start": 1910.5, "end": 1910.7, "word": " the", "probability": 0.81982421875}, {"start": 1910.7, "end": 1910.94, "word": " method", "probability": 0.5869140625}, {"start": 1910.94, "end": 1911.28, "word": " from,", "probability": 0.60107421875}, {"start": 1911.38, "end": 1911.48, "word": " which", "probability": 0.73291015625}, {"start": 1911.48, "end": 1911.76, "word": " is", "probability": 0.80029296875}, {"start": 1911.76, "end": 1911.76, "word": " located", "probability": 0.348388671875}, {"start": 1911.76, "end": 1911.94, "word": " in", "probability": 0.8359375}, {"start": 1911.94, "end": 1913.12, "word": " LayoutInflater", "probability": 0.8236328125}, {"start": 1913.12, "end": 1913.72, "word": ".from.", "probability": 0.826171875}, {"start": 1914.14, "end": 1914.44, "word": " And", "probability": 0.3994140625}, {"start": 1914.44, "end": 1914.64, "word": " this", "probability": 0.63916015625}, {"start": 1914.64, "end": 1914.8, "word": " just", "probability": 0.12042236328125}, {"start": 1914.8, "end": 1914.92, "word": " has", "probability": 0.476318359375}, {"start": 1914.92, "end": 1915.04, "word": " to", "probability": 0.97314453125}, {"start": 1915.04, "end": 1915.24, "word": " take", "probability": 0.6806640625}, {"start": 1915.24, "end": 1915.5, "word": " what?", "probability": 0.5517578125}, {"start": 1916.48, "end": 1916.88, "word": " The", "probability": 0.62548828125}, {"start": 1916.88, "end": 1917.34, "word": " context,", "probability": 0.90087890625}, {"start": 1917.48, "end": 1917.56, "word": " and", "probability": 0.69970703125}, {"start": 1917.56, "end": 1917.74, "word": " then", "probability": 0.74560546875}, {"start": 1917.74, "end": 1918.0, "word": " say", "probability": 0.5634765625}, {"start": 1918.0, "end": 1918.56, "word": " Inflate,", "probability": 0.7412923177083334}, {"start": 1918.6, "end": 1918.72, "word": " and", "probability": 0.45849609375}, {"start": 1918.72, "end": 1918.92, "word": " give", "probability": 0.388427734375}, {"start": 1918.92, "end": 1919.08, "word": " it", "probability": 0.53076171875}, {"start": 1919.08, "end": 1919.18, "word": " the", "probability": 0.68310546875}, {"start": 1919.18, "end": 1919.46, "word": " layout", "probability": 0.93994140625}, {"start": 1919.46, "end": 1919.82, "word": " ID.", "probability": 0.583984375}], "temperature": 1.0}, {"id": 70, "seek": 194543, "start": 1921.37, "end": 1945.43, "text": " Which I passed in the constructor And this gives you a view Because we fill this view What do we fill it with? All the lists? All the array lists? No, there is only one element Which is any element that exists in a position place Actually, this getView will be executed how many times? With the number of elements in the list view The first time it is executed will be here in position 0 Then 1, then 2, then 3", "tokens": [3013, 286, 4678, 294, 264, 47479, 400, 341, 2709, 291, 257, 1910, 1436, 321, 2836, 341, 1910, 708, 360, 321, 2836, 309, 365, 30, 1057, 264, 14511, 30, 1057, 264, 10225, 14511, 30, 883, 11, 456, 307, 787, 472, 4478, 3013, 307, 604, 4478, 300, 8198, 294, 257, 2535, 1081, 5135, 11, 341, 483, 30203, 486, 312, 17577, 577, 867, 1413, 30, 2022, 264, 1230, 295, 4959, 294, 264, 1329, 1910, 440, 700, 565, 309, 307, 17577, 486, 312, 510, 294, 2535, 1958, 1396, 502, 11, 550, 568, 11, 550, 805], "avg_logprob": -0.539741843290951, "compression_ratio": 1.7415254237288136, "no_speech_prob": 4.5299530029296875e-06, "words": [{"start": 1921.37, "end": 1921.63, "word": " Which", "probability": 0.0966796875}, {"start": 1921.63, "end": 1921.69, "word": " I", "probability": 0.3173828125}, {"start": 1921.69, "end": 1921.93, "word": " passed", "probability": 0.2122802734375}, {"start": 1921.93, "end": 1922.13, "word": " in", "probability": 0.46435546875}, {"start": 1922.13, "end": 1922.21, "word": " the", "probability": 0.54296875}, {"start": 1922.21, "end": 1922.65, "word": " constructor", "probability": 0.845703125}, {"start": 1922.65, "end": 1923.27, "word": " And", "probability": 0.29638671875}, {"start": 1923.27, "end": 1923.43, "word": " this", "probability": 0.70654296875}, {"start": 1923.43, "end": 1923.57, "word": " gives", "probability": 0.21826171875}, {"start": 1923.57, "end": 1923.97, "word": " you", "probability": 0.521484375}, {"start": 1923.97, "end": 1924.05, "word": " a", "probability": 0.484130859375}, {"start": 1924.05, "end": 1924.25, "word": " view", "probability": 0.74267578125}, {"start": 1924.25, "end": 1924.91, "word": " Because", "probability": 0.322265625}, {"start": 1924.91, "end": 1925.09, "word": " we", "probability": 0.64013671875}, {"start": 1925.09, "end": 1925.27, "word": " fill", "probability": 0.5341796875}, {"start": 1925.27, "end": 1925.45, "word": " this", "probability": 0.5537109375}, {"start": 1925.45, "end": 1925.69, "word": " view", "probability": 0.89990234375}, {"start": 1925.69, "end": 1926.09, "word": " What", "probability": 0.44482421875}, {"start": 1926.09, "end": 1926.19, "word": " do", "probability": 0.75341796875}, {"start": 1926.19, "end": 1926.29, "word": " we", "probability": 0.8681640625}, {"start": 1926.29, "end": 1926.49, "word": " fill", "probability": 0.818359375}, {"start": 1926.49, "end": 1926.65, "word": " it", "probability": 0.269775390625}, {"start": 1926.65, "end": 1926.69, "word": " with?", "probability": 0.76611328125}, {"start": 1926.73, "end": 1926.91, "word": " All", "probability": 0.254638671875}, {"start": 1926.91, "end": 1927.01, "word": " the", "probability": 0.49169921875}, {"start": 1927.01, "end": 1927.23, "word": " lists?", "probability": 0.476318359375}, {"start": 1927.37, "end": 1927.39, "word": " All", "probability": 0.2802734375}, {"start": 1927.39, "end": 1927.45, "word": " the", "probability": 0.79345703125}, {"start": 1927.45, "end": 1927.61, "word": " array", "probability": 0.53759765625}, {"start": 1927.61, "end": 1927.91, "word": " lists?", "probability": 0.86181640625}, {"start": 1928.37, "end": 1928.53, "word": " No,", "probability": 0.86865234375}, {"start": 1928.57, "end": 1928.67, "word": " there", "probability": 0.134521484375}, {"start": 1928.67, "end": 1928.67, "word": " is", "probability": 0.73291015625}, {"start": 1928.67, "end": 1928.79, "word": " only", "probability": 0.71630859375}, {"start": 1928.79, "end": 1929.25, "word": " one", "probability": 0.873046875}, {"start": 1929.25, "end": 1929.25, "word": " element", "probability": 0.7353515625}, {"start": 1929.25, "end": 1929.77, "word": " Which", "probability": 0.58837890625}, {"start": 1929.77, "end": 1929.87, "word": " is", "probability": 0.86767578125}, {"start": 1929.87, "end": 1930.05, "word": " any", "probability": 0.84814453125}, {"start": 1930.05, "end": 1930.43, "word": " element", "probability": 0.94677734375}, {"start": 1930.43, "end": 1931.19, "word": " that", "probability": 0.249755859375}, {"start": 1931.19, "end": 1931.61, "word": " exists", "probability": 0.377685546875}, {"start": 1931.61, "end": 1931.85, "word": " in", "probability": 0.83837890625}, {"start": 1931.85, "end": 1932.01, "word": " a", "probability": 0.37353515625}, {"start": 1932.01, "end": 1932.47, "word": " position", "probability": 0.787109375}, {"start": 1932.47, "end": 1932.61, "word": " place", "probability": 0.263427734375}, {"start": 1932.61, "end": 1933.85, "word": " Actually,", "probability": 0.537109375}, {"start": 1934.15, "end": 1934.25, "word": " this", "probability": 0.463623046875}, {"start": 1934.25, "end": 1934.71, "word": " getView", "probability": 0.60107421875}, {"start": 1934.71, "end": 1935.09, "word": " will", "probability": 0.611328125}, {"start": 1935.09, "end": 1935.19, "word": " be", "probability": 0.5166015625}, {"start": 1935.19, "end": 1935.43, "word": " executed", "probability": 0.8916015625}, {"start": 1935.43, "end": 1935.65, "word": " how", "probability": 0.4931640625}, {"start": 1935.65, "end": 1935.73, "word": " many", "probability": 0.88037109375}, {"start": 1935.73, "end": 1935.91, "word": " times?", "probability": 0.9326171875}, {"start": 1936.35, "end": 1936.47, "word": " With", "probability": 0.55126953125}, {"start": 1936.47, "end": 1937.13, "word": " the", "probability": 0.76904296875}, {"start": 1937.13, "end": 1937.23, "word": " number", "probability": 0.892578125}, {"start": 1937.23, "end": 1937.35, "word": " of", "probability": 0.97509765625}, {"start": 1937.35, "end": 1937.59, "word": " elements", "probability": 0.875}, {"start": 1937.59, "end": 1937.79, "word": " in", "probability": 0.88623046875}, {"start": 1937.79, "end": 1937.83, "word": " the", "probability": 0.73779296875}, {"start": 1937.83, "end": 1938.03, "word": " list", "probability": 0.75830078125}, {"start": 1938.03, "end": 1938.21, "word": " view", "probability": 0.214599609375}, {"start": 1938.21, "end": 1938.69, "word": " The", "probability": 0.72802734375}, {"start": 1938.69, "end": 1938.89, "word": " first", "probability": 0.8935546875}, {"start": 1938.89, "end": 1939.11, "word": " time", "probability": 0.884765625}, {"start": 1939.11, "end": 1939.23, "word": " it", "probability": 0.6259765625}, {"start": 1939.23, "end": 1939.29, "word": " is", "probability": 0.53125}, {"start": 1939.29, "end": 1939.65, "word": " executed", "probability": 0.94580078125}, {"start": 1939.65, "end": 1940.39, "word": " will", "probability": 0.1253662109375}, {"start": 1940.39, "end": 1941.59, "word": " be", "probability": 0.86865234375}, {"start": 1941.59, "end": 1941.87, "word": " here", "probability": 0.4326171875}, {"start": 1941.87, "end": 1942.03, "word": " in", "probability": 0.38916015625}, {"start": 1942.03, "end": 1942.29, "word": " position", "probability": 0.79052734375}, {"start": 1942.29, "end": 1942.79, "word": " 0", "probability": 0.56298828125}, {"start": 1942.79, "end": 1943.55, "word": " Then", "probability": 0.6884765625}, {"start": 1943.55, "end": 1943.95, "word": " 1,", "probability": 0.8984375}, {"start": 1944.17, "end": 1944.41, "word": " then", "probability": 0.74169921875}, {"start": 1944.41, "end": 1944.73, "word": " 2,", "probability": 0.994140625}, {"start": 1944.85, "end": 1945.07, "word": " then", "probability": 0.83056640625}, {"start": 1945.07, "end": 1945.43, "word": " 3", "probability": 0.99658203125}], "temperature": 1.0}, {"id": 71, "seek": 197481, "start": 1946.99, "end": 1974.81, "text": " For example, if it is zero, it will go to persons that get zero. It will bring the first person. Because I created the view, I created the person, and I have to fill this in this. How? The view now is filled with things. So I have to bring them. How do I bring the elements inside the view? By what? view.findviewbyid. I put the image view, the text view of the name, and the text view of the age.", "tokens": [1171, 1365, 11, 498, 309, 307, 4018, 11, 309, 486, 352, 281, 14453, 300, 483, 4018, 13, 467, 486, 1565, 264, 700, 954, 13, 1436, 286, 2942, 264, 1910, 11, 286, 2942, 264, 954, 11, 293, 286, 362, 281, 2836, 341, 294, 341, 13, 1012, 30, 440, 1910, 586, 307, 6412, 365, 721, 13, 407, 286, 362, 281, 1565, 552, 13, 1012, 360, 286, 1565, 264, 4959, 1854, 264, 1910, 30, 3146, 437, 30, 1910, 13, 35072, 1759, 2322, 327, 13, 286, 829, 264, 3256, 1910, 11, 264, 2487, 1910, 295, 264, 1315, 11, 293, 264, 2487, 1910, 295, 264, 3205, 13], "avg_logprob": -0.5136529253524484, "compression_ratio": 1.817351598173516, "no_speech_prob": 0.0, "words": [{"start": 1946.99, "end": 1947.25, "word": " For", "probability": 0.1995849609375}, {"start": 1947.25, "end": 1947.45, "word": " example,", "probability": 0.86572265625}, {"start": 1947.45, "end": 1947.45, "word": " if", "probability": 0.70068359375}, {"start": 1947.45, "end": 1947.67, "word": " it", "probability": 0.548828125}, {"start": 1947.67, "end": 1947.73, "word": " is", "probability": 0.315673828125}, {"start": 1947.73, "end": 1948.11, "word": " zero,", "probability": 0.47314453125}, {"start": 1948.63, "end": 1948.79, "word": " it", "probability": 0.67041015625}, {"start": 1948.79, "end": 1948.87, "word": " will", "probability": 0.611328125}, {"start": 1948.87, "end": 1948.97, "word": " go", "probability": 0.47509765625}, {"start": 1948.97, "end": 1949.41, "word": " to", "probability": 0.89990234375}, {"start": 1949.41, "end": 1949.81, "word": " persons", "probability": 0.7646484375}, {"start": 1949.81, "end": 1950.09, "word": " that", "probability": 0.322509765625}, {"start": 1950.09, "end": 1950.35, "word": " get", "probability": 0.880859375}, {"start": 1950.35, "end": 1950.91, "word": " zero.", "probability": 0.81982421875}, {"start": 1951.13, "end": 1951.37, "word": " It", "probability": 0.65478515625}, {"start": 1951.37, "end": 1951.37, "word": " will", "probability": 0.43505859375}, {"start": 1951.37, "end": 1951.53, "word": " bring", "probability": 0.40380859375}, {"start": 1951.53, "end": 1951.67, "word": " the", "probability": 0.65625}, {"start": 1951.67, "end": 1951.85, "word": " first", "probability": 0.7314453125}, {"start": 1951.85, "end": 1952.69, "word": " person.", "probability": 0.830078125}, {"start": 1953.85, "end": 1954.29, "word": " Because", "probability": 0.28076171875}, {"start": 1954.29, "end": 1954.49, "word": " I", "probability": 0.467529296875}, {"start": 1954.49, "end": 1954.67, "word": " created", "probability": 0.67529296875}, {"start": 1954.67, "end": 1954.89, "word": " the", "probability": 0.5478515625}, {"start": 1954.89, "end": 1955.05, "word": " view,", "probability": 0.68994140625}, {"start": 1955.11, "end": 1955.19, "word": " I", "probability": 0.462158203125}, {"start": 1955.19, "end": 1955.35, "word": " created", "probability": 0.78271484375}, {"start": 1955.35, "end": 1955.53, "word": " the", "probability": 0.8544921875}, {"start": 1955.53, "end": 1955.71, "word": " person,", "probability": 0.83642578125}, {"start": 1955.83, "end": 1955.95, "word": " and", "probability": 0.26123046875}, {"start": 1955.95, "end": 1955.99, "word": " I", "probability": 0.25}, {"start": 1955.99, "end": 1956.01, "word": " have", "probability": 0.1807861328125}, {"start": 1956.01, "end": 1956.23, "word": " to", "probability": 0.82470703125}, {"start": 1956.23, "end": 1956.55, "word": " fill", "probability": 0.77490234375}, {"start": 1956.55, "end": 1957.03, "word": " this", "probability": 0.51025390625}, {"start": 1957.03, "end": 1957.69, "word": " in", "probability": 0.283447265625}, {"start": 1957.69, "end": 1957.99, "word": " this.", "probability": 0.8134765625}, {"start": 1959.11, "end": 1959.55, "word": " How?", "probability": 0.70166015625}, {"start": 1959.65, "end": 1959.83, "word": " The", "probability": 0.33154296875}, {"start": 1959.83, "end": 1960.07, "word": " view", "probability": 0.83349609375}, {"start": 1960.07, "end": 1960.43, "word": " now", "probability": 0.489990234375}, {"start": 1960.43, "end": 1960.65, "word": " is", "probability": 0.4462890625}, {"start": 1960.65, "end": 1961.61, "word": " filled", "probability": 0.12109375}, {"start": 1961.61, "end": 1961.83, "word": " with", "probability": 0.80859375}, {"start": 1961.83, "end": 1962.27, "word": " things.", "probability": 0.341552734375}, {"start": 1962.63, "end": 1963.03, "word": " So", "probability": 0.81298828125}, {"start": 1963.03, "end": 1963.13, "word": " I", "probability": 0.626953125}, {"start": 1963.13, "end": 1963.25, "word": " have", "probability": 0.291748046875}, {"start": 1963.25, "end": 1963.27, "word": " to", "probability": 0.9697265625}, {"start": 1963.27, "end": 1963.47, "word": " bring", "probability": 0.7275390625}, {"start": 1963.47, "end": 1963.63, "word": " them.", "probability": 0.5791015625}, {"start": 1964.43, "end": 1964.87, "word": " How", "probability": 0.93701171875}, {"start": 1964.87, "end": 1964.99, "word": " do", "probability": 0.63525390625}, {"start": 1964.99, "end": 1965.07, "word": " I", "probability": 0.90869140625}, {"start": 1965.07, "end": 1965.25, "word": " bring", "probability": 0.7802734375}, {"start": 1965.25, "end": 1965.35, "word": " the", "probability": 0.7646484375}, {"start": 1965.35, "end": 1965.71, "word": " elements", "probability": 0.7568359375}, {"start": 1965.71, "end": 1966.01, "word": " inside", "probability": 0.41748046875}, {"start": 1966.01, "end": 1966.19, "word": " the", "probability": 0.85595703125}, {"start": 1966.19, "end": 1966.39, "word": " view?", "probability": 0.86328125}, {"start": 1966.89, "end": 1967.29, "word": " By", "probability": 0.416259765625}, {"start": 1967.29, "end": 1967.85, "word": " what?", "probability": 0.67724609375}, {"start": 1968.59, "end": 1969.03, "word": " view", "probability": 0.34326171875}, {"start": 1969.03, "end": 1970.29, "word": ".findviewbyid.", "probability": 0.8150390625}, {"start": 1970.79, "end": 1970.93, "word": " I", "probability": 0.53857421875}, {"start": 1970.93, "end": 1971.09, "word": " put", "probability": 0.10992431640625}, {"start": 1971.09, "end": 1971.21, "word": " the", "probability": 0.427978515625}, {"start": 1971.21, "end": 1971.45, "word": " image", "probability": 0.81640625}, {"start": 1971.45, "end": 1971.81, "word": " view,", "probability": 0.767578125}, {"start": 1972.01, "end": 1972.57, "word": " the", "probability": 0.435791015625}, {"start": 1972.57, "end": 1972.83, "word": " text", "probability": 0.7529296875}, {"start": 1972.83, "end": 1973.11, "word": " view", "probability": 0.869140625}, {"start": 1973.11, "end": 1973.33, "word": " of", "probability": 0.49462890625}, {"start": 1973.33, "end": 1973.51, "word": " the", "probability": 0.82080078125}, {"start": 1973.51, "end": 1973.69, "word": " name,", "probability": 0.85595703125}, {"start": 1973.73, "end": 1973.83, "word": " and", "probability": 0.9169921875}, {"start": 1973.83, "end": 1973.85, "word": " the", "probability": 0.900390625}, {"start": 1973.85, "end": 1974.03, "word": " text", "probability": 0.9638671875}, {"start": 1974.03, "end": 1974.27, "word": " view", "probability": 0.8603515625}, {"start": 1974.27, "end": 1974.47, "word": " of", "probability": 0.96240234375}, {"start": 1974.47, "end": 1974.61, "word": " the", "probability": 0.84716796875}, {"start": 1974.61, "end": 1974.81, "word": " age.", "probability": 0.215087890625}], "temperature": 1.0}, {"id": 72, "seek": 200130, "start": 1976.36, "end": 2001.3, "text": " And fill them. Go to the image view and put the image in the person. And go to the name TV and put the text in the name of the person. And the age, put the age in the integer age in the person. We filled it like this and in the end we returned the view. This is how the adapter was completed. Now let's go back to the main activity.", "tokens": [400, 2836, 552, 13, 1037, 281, 264, 3256, 1910, 293, 829, 264, 3256, 294, 264, 954, 13, 400, 352, 281, 264, 1315, 3558, 293, 829, 264, 2487, 294, 264, 1315, 295, 264, 954, 13, 400, 264, 3205, 11, 829, 264, 3205, 294, 264, 24922, 3205, 294, 264, 954, 13, 492, 6412, 309, 411, 341, 293, 294, 264, 917, 321, 8752, 264, 1910, 13, 639, 307, 577, 264, 22860, 390, 7365, 13, 823, 718, 311, 352, 646, 281, 264, 2135, 5191, 13], "avg_logprob": -0.43902439351488903, "compression_ratio": 1.839779005524862, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1976.36, "end": 1976.56, "word": " And", "probability": 0.1502685546875}, {"start": 1976.56, "end": 1976.76, "word": " fill", "probability": 0.34033203125}, {"start": 1976.76, "end": 1977.02, "word": " them.", "probability": 0.7451171875}, {"start": 1977.2, "end": 1977.48, "word": " Go", "probability": 0.76953125}, {"start": 1977.48, "end": 1977.7, "word": " to", "probability": 0.9443359375}, {"start": 1977.7, "end": 1978.02, "word": " the", "probability": 0.47412109375}, {"start": 1978.02, "end": 1978.3, "word": " image", "probability": 0.5986328125}, {"start": 1978.3, "end": 1978.64, "word": " view", "probability": 0.81591796875}, {"start": 1978.64, "end": 1978.94, "word": " and", "probability": 0.560546875}, {"start": 1978.94, "end": 1979.22, "word": " put", "probability": 0.50732421875}, {"start": 1979.22, "end": 1980.22, "word": " the", "probability": 0.56494140625}, {"start": 1980.22, "end": 1980.48, "word": " image", "probability": 0.361572265625}, {"start": 1980.48, "end": 1980.88, "word": " in", "probability": 0.429443359375}, {"start": 1980.88, "end": 1981.06, "word": " the", "probability": 0.67529296875}, {"start": 1981.06, "end": 1981.36, "word": " person.", "probability": 0.7470703125}, {"start": 1981.68, "end": 1982.08, "word": " And", "probability": 0.48681640625}, {"start": 1982.08, "end": 1982.24, "word": " go", "probability": 0.81640625}, {"start": 1982.24, "end": 1982.36, "word": " to", "probability": 0.96240234375}, {"start": 1982.36, "end": 1982.46, "word": " the", "probability": 0.693359375}, {"start": 1982.46, "end": 1982.64, "word": " name", "probability": 0.74951171875}, {"start": 1982.64, "end": 1982.92, "word": " TV", "probability": 0.5966796875}, {"start": 1982.92, "end": 1983.04, "word": " and", "probability": 0.677734375}, {"start": 1983.04, "end": 1983.2, "word": " put", "probability": 0.8515625}, {"start": 1983.2, "end": 1983.38, "word": " the", "probability": 0.7509765625}, {"start": 1983.38, "end": 1983.66, "word": " text", "probability": 0.7734375}, {"start": 1983.66, "end": 1984.12, "word": " in", "probability": 0.7236328125}, {"start": 1984.12, "end": 1984.32, "word": " the", "probability": 0.8759765625}, {"start": 1984.32, "end": 1984.64, "word": " name", "probability": 0.6884765625}, {"start": 1984.64, "end": 1985.94, "word": " of", "probability": 0.5166015625}, {"start": 1985.94, "end": 1986.12, "word": " the", "probability": 0.90869140625}, {"start": 1986.12, "end": 1986.56, "word": " person.", "probability": 0.8828125}, {"start": 1986.78, "end": 1987.08, "word": " And", "probability": 0.8583984375}, {"start": 1987.08, "end": 1987.16, "word": " the", "probability": 0.258544921875}, {"start": 1987.16, "end": 1987.52, "word": " age,", "probability": 0.8037109375}, {"start": 1987.66, "end": 1987.9, "word": " put", "probability": 0.8359375}, {"start": 1987.9, "end": 1988.1, "word": " the", "probability": 0.7431640625}, {"start": 1988.1, "end": 1988.32, "word": " age", "probability": 0.8408203125}, {"start": 1988.32, "end": 1988.8, "word": " in", "probability": 0.775390625}, {"start": 1988.8, "end": 1989.1, "word": " the", "probability": 0.88623046875}, {"start": 1989.1, "end": 1989.5, "word": " integer", "probability": 0.84619140625}, {"start": 1989.5, "end": 1989.8, "word": " age", "probability": 0.195556640625}, {"start": 1989.8, "end": 1989.96, "word": " in", "probability": 0.57080078125}, {"start": 1989.96, "end": 1990.06, "word": " the", "probability": 0.888671875}, {"start": 1990.06, "end": 1990.38, "word": " person.", "probability": 0.91162109375}, {"start": 1990.9, "end": 1991.1, "word": " We", "probability": 0.7109375}, {"start": 1991.1, "end": 1991.26, "word": " filled", "probability": 0.8466796875}, {"start": 1991.26, "end": 1991.5, "word": " it", "probability": 0.751953125}, {"start": 1991.5, "end": 1991.6, "word": " like", "probability": 0.41748046875}, {"start": 1991.6, "end": 1991.6, "word": " this", "probability": 0.47509765625}, {"start": 1991.6, "end": 1991.74, "word": " and", "probability": 0.65283203125}, {"start": 1991.74, "end": 1991.74, "word": " in", "probability": 0.326171875}, {"start": 1991.74, "end": 1991.82, "word": " the", "probability": 0.927734375}, {"start": 1991.82, "end": 1991.94, "word": " end", "probability": 0.91455078125}, {"start": 1991.94, "end": 1992.38, "word": " we", "probability": 0.5810546875}, {"start": 1992.38, "end": 1992.38, "word": " returned", "probability": 0.31689453125}, {"start": 1992.38, "end": 1993.78, "word": " the", "probability": 0.64111328125}, {"start": 1993.78, "end": 1993.96, "word": " view.", "probability": 0.85400390625}, {"start": 1995.18, "end": 1995.68, "word": " This", "probability": 0.280029296875}, {"start": 1995.68, "end": 1995.68, "word": " is", "probability": 0.453369140625}, {"start": 1995.68, "end": 1995.7, "word": " how", "probability": 0.921875}, {"start": 1995.7, "end": 1995.78, "word": " the", "probability": 0.5302734375}, {"start": 1995.78, "end": 1996.2, "word": " adapter", "probability": 0.78955078125}, {"start": 1996.2, "end": 1996.6, "word": " was", "probability": 0.364013671875}, {"start": 1996.6, "end": 1997.24, "word": " completed.", "probability": 0.5673828125}, {"start": 1999.7, "end": 2000.2, "word": " Now", "probability": 0.81787109375}, {"start": 2000.2, "end": 2000.36, "word": " let's", "probability": 0.655517578125}, {"start": 2000.36, "end": 2000.48, "word": " go", "probability": 0.60693359375}, {"start": 2000.48, "end": 2000.54, "word": " back", "probability": 0.85546875}, {"start": 2000.54, "end": 2000.64, "word": " to", "probability": 0.970703125}, {"start": 2000.64, "end": 2000.74, "word": " the", "probability": 0.87353515625}, {"start": 2000.74, "end": 2000.86, "word": " main", "probability": 0.75}, {"start": 2000.86, "end": 2001.3, "word": " activity.", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 73, "seek": 202939, "start": 2003.09, "end": 2029.39, "text": " And who is the adapter? Here I created an object from it PersonAdapter, it creates a new PersonAdapter, getApplicationContext, because we passed the context, we passed the persons, we passed the layout And then the last step, you go to the listView, and you call it setAdapter Okay, and then what? We're done", "tokens": [400, 567, 307, 264, 22860, 30, 1692, 286, 2942, 364, 2657, 490, 309, 8443, 15830, 5446, 11, 309, 7829, 257, 777, 8443, 15830, 5446, 11, 483, 9132, 1050, 399, 29821, 3828, 11, 570, 321, 4678, 264, 4319, 11, 321, 4678, 264, 14453, 11, 321, 4678, 264, 13333, 400, 550, 264, 1036, 1823, 11, 291, 352, 281, 264, 1329, 30203, 11, 293, 291, 818, 309, 992, 15830, 5446, 1033, 11, 293, 550, 437, 30, 492, 434, 1096], "avg_logprob": -0.6047077798224115, "compression_ratio": 1.6793478260869565, "no_speech_prob": 0.0, "words": [{"start": 2003.09, "end": 2003.29, "word": " And", "probability": 0.157470703125}, {"start": 2003.29, "end": 2003.47, "word": " who", "probability": 0.147705078125}, {"start": 2003.47, "end": 2003.53, "word": " is", "probability": 0.56298828125}, {"start": 2003.53, "end": 2003.65, "word": " the", "probability": 0.67041015625}, {"start": 2003.65, "end": 2004.01, "word": " adapter?", "probability": 0.72265625}, {"start": 2004.11, "end": 2004.31, "word": " Here", "probability": 0.1553955078125}, {"start": 2004.31, "end": 2004.59, "word": " I", "probability": 0.533203125}, {"start": 2004.59, "end": 2004.93, "word": " created", "probability": 0.313720703125}, {"start": 2004.93, "end": 2005.07, "word": " an", "probability": 0.6357421875}, {"start": 2005.07, "end": 2005.23, "word": " object", "probability": 0.94580078125}, {"start": 2005.23, "end": 2005.45, "word": " from", "probability": 0.453369140625}, {"start": 2005.45, "end": 2005.57, "word": " it", "probability": 0.47802734375}, {"start": 2005.57, "end": 2006.69, "word": " PersonAdapter,", "probability": 0.603515625}, {"start": 2006.75, "end": 2006.85, "word": " it", "probability": 0.2244873046875}, {"start": 2006.85, "end": 2007.01, "word": " creates", "probability": 0.12103271484375}, {"start": 2007.01, "end": 2007.13, "word": " a", "probability": 0.83447265625}, {"start": 2007.13, "end": 2007.25, "word": " new", "probability": 0.8583984375}, {"start": 2007.25, "end": 2008.07, "word": " PersonAdapter,", "probability": 0.8087565104166666}, {"start": 2008.21, "end": 2009.45, "word": " getApplicationContext,", "probability": 0.7278238932291666}, {"start": 2009.55, "end": 2009.63, "word": " because", "probability": 0.314208984375}, {"start": 2009.63, "end": 2009.91, "word": " we", "probability": 0.438720703125}, {"start": 2009.91, "end": 2009.91, "word": " passed", "probability": 0.37646484375}, {"start": 2009.91, "end": 2010.03, "word": " the", "probability": 0.383544921875}, {"start": 2010.03, "end": 2010.41, "word": " context,", "probability": 0.88232421875}, {"start": 2010.53, "end": 2010.65, "word": " we", "probability": 0.5048828125}, {"start": 2010.65, "end": 2010.83, "word": " passed", "probability": 0.64599609375}, {"start": 2010.83, "end": 2011.11, "word": " the", "probability": 0.75537109375}, {"start": 2011.11, "end": 2011.53, "word": " persons,", "probability": 0.61181640625}, {"start": 2011.59, "end": 2011.71, "word": " we", "probability": 0.51123046875}, {"start": 2011.71, "end": 2011.89, "word": " passed", "probability": 0.76953125}, {"start": 2011.89, "end": 2012.97, "word": " the", "probability": 0.876953125}, {"start": 2012.97, "end": 2013.27, "word": " layout", "probability": 0.9169921875}, {"start": 2013.27, "end": 2014.57, "word": " And", "probability": 0.45849609375}, {"start": 2014.57, "end": 2014.85, "word": " then", "probability": 0.5302734375}, {"start": 2014.85, "end": 2014.99, "word": " the", "probability": 0.6025390625}, {"start": 2014.99, "end": 2015.15, "word": " last", "probability": 0.85546875}, {"start": 2015.15, "end": 2015.49, "word": " step,", "probability": 0.90185546875}, {"start": 2015.65, "end": 2015.79, "word": " you", "probability": 0.58544921875}, {"start": 2015.79, "end": 2015.93, "word": " go", "probability": 0.88916015625}, {"start": 2015.93, "end": 2016.07, "word": " to", "probability": 0.95458984375}, {"start": 2016.07, "end": 2016.13, "word": " the", "probability": 0.59130859375}, {"start": 2016.13, "end": 2016.69, "word": " listView,", "probability": 0.536865234375}, {"start": 2017.17, "end": 2017.43, "word": " and", "probability": 0.6845703125}, {"start": 2017.43, "end": 2017.53, "word": " you", "probability": 0.669921875}, {"start": 2017.53, "end": 2017.69, "word": " call", "probability": 0.3525390625}, {"start": 2017.69, "end": 2017.89, "word": " it", "probability": 0.73828125}, {"start": 2017.89, "end": 2019.57, "word": " setAdapter", "probability": 0.8395182291666666}, {"start": 2019.57, "end": 2027.31, "word": " Okay,", "probability": 0.2042236328125}, {"start": 2027.51, "end": 2027.63, "word": " and", "probability": 0.6181640625}, {"start": 2027.63, "end": 2027.81, "word": " then", "probability": 0.2255859375}, {"start": 2027.81, "end": 2028.17, "word": " what?", "probability": 0.75830078125}, {"start": 2028.93, "end": 2029.29, "word": " We're", "probability": 0.4918212890625}, {"start": 2029.29, "end": 2029.39, "word": " done", "probability": 0.87255859375}], "temperature": 1.0}, {"id": 74, "seek": 207505, "start": 2045.97, "end": 2075.05, "text": " We didn't finish the lecture. We only finished this one. Okay? He filled in the data.", "tokens": [492, 994, 380, 2413, 264, 7991, 13, 492, 787, 4335, 341, 472, 13, 1033, 30, 634, 6412, 294, 264, 1412, 13], "avg_logprob": -0.6001420319080353, "compression_ratio": 1.0886075949367089, "no_speech_prob": 0.0, "words": [{"start": 2045.97, "end": 2046.19, "word": " We", "probability": 0.295654296875}, {"start": 2046.19, "end": 2046.19, "word": " didn't", "probability": 0.62060546875}, {"start": 2046.19, "end": 2046.45, "word": " finish", "probability": 0.81005859375}, {"start": 2046.45, "end": 2046.67, "word": " the", "probability": 0.78955078125}, {"start": 2046.67, "end": 2046.97, "word": " lecture.", "probability": 0.86962890625}, {"start": 2047.29, "end": 2047.41, "word": " We", "probability": 0.69580078125}, {"start": 2047.41, "end": 2047.67, "word": " only", "probability": 0.244873046875}, {"start": 2047.67, "end": 2047.67, "word": " finished", "probability": 0.69921875}, {"start": 2047.67, "end": 2048.11, "word": " this", "probability": 0.8173828125}, {"start": 2048.11, "end": 2048.35, "word": " one.", "probability": 0.345703125}, {"start": 2073.59, "end": 2074.07, "word": " Okay?", "probability": 0.348876953125}, {"start": 2074.25, "end": 2074.49, "word": " He", "probability": 0.2373046875}, {"start": 2074.49, "end": 2074.71, "word": " filled", "probability": 0.75390625}, {"start": 2074.71, "end": 2074.81, "word": " in", "probability": 0.302734375}, {"start": 2074.81, "end": 2074.83, "word": " the", "probability": 0.85400390625}, {"start": 2074.83, "end": 2075.05, "word": " data.", "probability": 0.76904296875}], "temperature": 1.0}, {"id": 75, "seek": 208010, "start": 2076.42, "end": 2080.1, "text": " In ListView Okay, let's run it", "tokens": [682, 17668, 30203, 1033, 11, 718, 311, 1190, 309], "avg_logprob": -0.6660156190395355, "compression_ratio": 0.7948717948717948, "no_speech_prob": 0.0, "words": [{"start": 2076.42, "end": 2076.6, "word": " In", "probability": 0.255126953125}, {"start": 2076.6, "end": 2077.12, "word": " ListView", "probability": 0.5501708984375}, {"start": 2077.12, "end": 2079.52, "word": " Okay,", "probability": 0.252685546875}, {"start": 2079.6, "end": 2079.78, "word": " let's", "probability": 0.7149658203125}, {"start": 2079.78, "end": 2079.98, "word": " run", "probability": 0.430908203125}, {"start": 2079.98, "end": 2080.1, "word": " it", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 76, "seek": 210940, "start": 2107.4, "end": 2109.4, "text": " I can't tell you what it is, but let me try it.", "tokens": [286, 393, 380, 980, 291, 437, 309, 307, 11, 457, 718, 385, 853, 309, 13], "avg_logprob": -0.6909179873764515, "compression_ratio": 0.9056603773584906, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 2107.4, "end": 2107.58, "word": " I", "probability": 0.2020263671875}, {"start": 2107.58, "end": 2107.92, "word": " can't", "probability": 0.258544921875}, {"start": 2107.92, "end": 2107.98, "word": " tell", "probability": 0.194091796875}, {"start": 2107.98, "end": 2108.08, "word": " you", "probability": 0.919921875}, {"start": 2108.08, "end": 2108.26, "word": " what", "probability": 0.477783203125}, {"start": 2108.26, "end": 2108.4, "word": " it", "probability": 0.48046875}, {"start": 2108.4, "end": 2108.4, "word": " is,", "probability": 0.8232421875}, {"start": 2108.48, "end": 2108.56, "word": " but", "probability": 0.818359375}, {"start": 2108.56, "end": 2108.74, "word": " let", "probability": 0.78662109375}, {"start": 2108.74, "end": 2108.9, "word": " me", "probability": 0.853515625}, {"start": 2108.9, "end": 2109.14, "word": " try", "probability": 0.8681640625}, {"start": 2109.14, "end": 2109.4, "word": " it.", "probability": 0.62060546875}], "temperature": 1.0}, {"id": 77, "seek": 219161, "start": 2173.45, "end": 2191.61, "text": " I will go back to the existing problem. This is the list view and this is the button. Of course, the delete button is still on it. It is not turned off. But because there is a delete button, the delete button took the focus. You see, I am pressured on it. It does not do anything, but I am pressured on it. But the element is the same on the list.", "tokens": [286, 486, 352, 646, 281, 264, 6741, 1154, 13, 639, 307, 264, 1329, 1910, 293, 341, 307, 264, 2960, 13, 2720, 1164, 11, 264, 12097, 2960, 307, 920, 322, 309, 13, 467, 307, 406, 3574, 766, 13, 583, 570, 456, 307, 257, 12097, 2960, 11, 264, 12097, 2960, 1890, 264, 1879, 13, 509, 536, 11, 286, 669, 45306, 322, 309, 13, 467, 775, 406, 360, 1340, 11, 457, 286, 669, 45306, 322, 309, 13, 583, 264, 4478, 307, 264, 912, 322, 264, 1329, 13], "avg_logprob": -0.517647086872774, "compression_ratio": 1.7938144329896908, "no_speech_prob": 0.0, "words": [{"start": 2173.45, "end": 2173.65, "word": " I", "probability": 0.400146484375}, {"start": 2173.65, "end": 2173.69, "word": " will", "probability": 0.1405029296875}, {"start": 2173.69, "end": 2173.75, "word": " go", "probability": 0.33251953125}, {"start": 2173.75, "end": 2173.91, "word": " back", "probability": 0.833984375}, {"start": 2173.91, "end": 2174.07, "word": " to", "probability": 0.9580078125}, {"start": 2174.07, "end": 2174.21, "word": " the", "probability": 0.7255859375}, {"start": 2174.21, "end": 2174.93, "word": " existing", "probability": 0.583984375}, {"start": 2174.93, "end": 2174.93, "word": " problem.", "probability": 0.6962890625}, {"start": 2177.07, "end": 2177.39, "word": " This", "probability": 0.51318359375}, {"start": 2177.39, "end": 2177.41, "word": " is", "probability": 0.8798828125}, {"start": 2177.41, "end": 2177.47, "word": " the", "probability": 0.52099609375}, {"start": 2177.47, "end": 2177.67, "word": " list", "probability": 0.7353515625}, {"start": 2177.67, "end": 2178.01, "word": " view", "probability": 0.69677734375}, {"start": 2178.01, "end": 2178.19, "word": " and", "probability": 0.2498779296875}, {"start": 2178.19, "end": 2178.33, "word": " this", "probability": 0.6435546875}, {"start": 2178.33, "end": 2178.37, "word": " is", "probability": 0.6162109375}, {"start": 2178.37, "end": 2178.55, "word": " the", "probability": 0.475830078125}, {"start": 2178.55, "end": 2178.65, "word": " button.", "probability": 0.55419921875}, {"start": 2178.73, "end": 2178.89, "word": " Of", "probability": 0.425537109375}, {"start": 2178.89, "end": 2178.89, "word": " course,", "probability": 0.92724609375}, {"start": 2178.99, "end": 2179.01, "word": " the", "probability": 0.61962890625}, {"start": 2179.01, "end": 2179.57, "word": " delete", "probability": 0.20458984375}, {"start": 2179.57, "end": 2179.71, "word": " button", "probability": 0.76611328125}, {"start": 2179.71, "end": 2179.81, "word": " is", "probability": 0.76220703125}, {"start": 2179.81, "end": 2179.87, "word": " still", "probability": 0.416259765625}, {"start": 2179.87, "end": 2179.87, "word": " on", "probability": 0.36328125}, {"start": 2179.87, "end": 2180.01, "word": " it.", "probability": 0.335205078125}, {"start": 2180.43, "end": 2180.71, "word": " It", "probability": 0.26806640625}, {"start": 2180.71, "end": 2180.83, "word": " is", "probability": 0.52001953125}, {"start": 2180.83, "end": 2180.89, "word": " not", "probability": 0.89013671875}, {"start": 2180.89, "end": 2181.05, "word": " turned", "probability": 0.18701171875}, {"start": 2181.05, "end": 2181.21, "word": " off.", "probability": 0.63818359375}, {"start": 2181.85, "end": 2182.03, "word": " But", "probability": 0.68115234375}, {"start": 2182.03, "end": 2182.29, "word": " because", "probability": 0.68017578125}, {"start": 2182.29, "end": 2182.55, "word": " there", "probability": 0.61328125}, {"start": 2182.55, "end": 2182.55, "word": " is", "probability": 0.91748046875}, {"start": 2182.55, "end": 2182.73, "word": " a", "probability": 0.58349609375}, {"start": 2182.73, "end": 2183.15, "word": " delete", "probability": 0.86376953125}, {"start": 2183.15, "end": 2183.19, "word": " button,", "probability": 0.859375}, {"start": 2183.99, "end": 2184.53, "word": " the", "probability": 0.55419921875}, {"start": 2184.53, "end": 2185.03, "word": " delete", "probability": 0.91796875}, {"start": 2185.03, "end": 2185.23, "word": " button", "probability": 0.89111328125}, {"start": 2185.23, "end": 2185.49, "word": " took", "probability": 0.2548828125}, {"start": 2185.49, "end": 2185.63, "word": " the", "probability": 0.650390625}, {"start": 2185.63, "end": 2185.93, "word": " focus.", "probability": 0.95068359375}, {"start": 2185.97, "end": 2186.01, "word": " You", "probability": 0.341796875}, {"start": 2186.01, "end": 2186.23, "word": " see,", "probability": 0.7763671875}, {"start": 2186.31, "end": 2186.39, "word": " I", "probability": 0.398193359375}, {"start": 2186.39, "end": 2186.47, "word": " am", "probability": 0.62158203125}, {"start": 2186.47, "end": 2186.67, "word": " pressured", "probability": 0.2362060546875}, {"start": 2186.67, "end": 2186.85, "word": " on", "probability": 0.33154296875}, {"start": 2186.85, "end": 2186.97, "word": " it.", "probability": 0.80419921875}, {"start": 2187.09, "end": 2187.17, "word": " It", "probability": 0.845703125}, {"start": 2187.17, "end": 2187.27, "word": " does", "probability": 0.5947265625}, {"start": 2187.27, "end": 2187.43, "word": " not", "probability": 0.646484375}, {"start": 2187.43, "end": 2187.43, "word": " do", "probability": 0.76318359375}, {"start": 2187.43, "end": 2187.69, "word": " anything,", "probability": 0.818359375}, {"start": 2187.77, "end": 2187.91, "word": " but", "probability": 0.90234375}, {"start": 2187.91, "end": 2188.03, "word": " I", "probability": 0.90087890625}, {"start": 2188.03, "end": 2188.07, "word": " am", "probability": 0.82177734375}, {"start": 2188.07, "end": 2188.25, "word": " pressured", "probability": 0.81640625}, {"start": 2188.25, "end": 2188.45, "word": " on", "probability": 0.8984375}, {"start": 2188.45, "end": 2188.59, "word": " it.", "probability": 0.935546875}, {"start": 2189.25, "end": 2189.43, "word": " But", "probability": 0.8876953125}, {"start": 2189.43, "end": 2189.59, "word": " the", "probability": 0.853515625}, {"start": 2189.59, "end": 2189.89, "word": " element", "probability": 0.86962890625}, {"start": 2189.89, "end": 2190.39, "word": " is", "probability": 0.253662109375}, {"start": 2190.39, "end": 2190.39, "word": " the", "probability": 0.81884765625}, {"start": 2190.39, "end": 2191.01, "word": " same", "probability": 0.884765625}, {"start": 2191.01, "end": 2191.25, "word": " on", "probability": 0.423583984375}, {"start": 2191.25, "end": 2191.33, "word": " the", "probability": 0.91552734375}, {"start": 2191.33, "end": 2191.61, "word": " list.", "probability": 0.921875}], "temperature": 1.0}, {"id": 78, "seek": 221673, "start": 2193.24, "end": 2216.74, "text": " It stopped being touchable. I am not pressing on the list, on the entire item. If I press on the entire item, it is supposed to teach me a color. You will find a different color. Okay? So there is something that needs to be added. I am still trying it. I forgot about it. It will not be executed. No.", "tokens": [467, 5936, 885, 2557, 712, 13, 286, 669, 406, 12417, 322, 264, 1329, 11, 322, 264, 2302, 3174, 13, 759, 286, 1886, 322, 264, 2302, 3174, 11, 309, 307, 3442, 281, 2924, 385, 257, 2017, 13, 509, 486, 915, 257, 819, 2017, 13, 1033, 30, 407, 456, 307, 746, 300, 2203, 281, 312, 3869, 13, 286, 669, 920, 1382, 309, 13, 286, 5298, 466, 309, 13, 467, 486, 406, 312, 17577, 13, 883, 13], "avg_logprob": -0.5433333476384481, "compression_ratio": 1.5842105263157895, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2193.24, "end": 2193.54, "word": " It", "probability": 0.1663818359375}, {"start": 2193.54, "end": 2193.62, "word": " stopped", "probability": 0.498046875}, {"start": 2193.62, "end": 2193.8, "word": " being", "probability": 0.6953125}, {"start": 2193.8, "end": 2194.18, "word": " touchable.", "probability": 0.936767578125}, {"start": 2194.5, "end": 2194.74, "word": " I", "probability": 0.263671875}, {"start": 2194.74, "end": 2194.74, "word": " am", "probability": 0.2469482421875}, {"start": 2194.74, "end": 2194.74, "word": " not", "probability": 0.91552734375}, {"start": 2194.74, "end": 2195.02, "word": " pressing", "probability": 0.53857421875}, {"start": 2195.02, "end": 2196.14, "word": " on", "probability": 0.26123046875}, {"start": 2196.14, "end": 2196.44, "word": " the", "probability": 0.7900390625}, {"start": 2196.44, "end": 2196.7, "word": " list,", "probability": 0.49560546875}, {"start": 2197.04, "end": 2197.16, "word": " on", "probability": 0.591796875}, {"start": 2197.16, "end": 2197.24, "word": " the", "probability": 0.77587890625}, {"start": 2197.24, "end": 2197.24, "word": " entire", "probability": 0.378173828125}, {"start": 2197.24, "end": 2197.54, "word": " item.", "probability": 0.8759765625}, {"start": 2197.9, "end": 2197.98, "word": " If", "probability": 0.7763671875}, {"start": 2197.98, "end": 2198.4, "word": " I", "probability": 0.75732421875}, {"start": 2198.4, "end": 2198.56, "word": " press", "probability": 0.47705078125}, {"start": 2198.56, "end": 2198.68, "word": " on", "probability": 0.8779296875}, {"start": 2198.68, "end": 2198.76, "word": " the", "probability": 0.6416015625}, {"start": 2198.76, "end": 2198.76, "word": " entire", "probability": 0.75634765625}, {"start": 2198.76, "end": 2199.0, "word": " item,", "probability": 0.94140625}, {"start": 2199.14, "end": 2199.28, "word": " it", "probability": 0.68017578125}, {"start": 2199.28, "end": 2199.32, "word": " is", "probability": 0.253662109375}, {"start": 2199.32, "end": 2199.5, "word": " supposed", "probability": 0.841796875}, {"start": 2199.5, "end": 2199.58, "word": " to", "probability": 0.966796875}, {"start": 2199.58, "end": 2199.84, "word": " teach", "probability": 0.373046875}, {"start": 2199.84, "end": 2200.0, "word": " me", "probability": 0.67138671875}, {"start": 2200.0, "end": 2200.08, "word": " a", "probability": 0.380615234375}, {"start": 2200.08, "end": 2200.28, "word": " color.", "probability": 0.58837890625}, {"start": 2200.7, "end": 2201.08, "word": " You", "probability": 0.42578125}, {"start": 2201.08, "end": 2201.12, "word": " will", "probability": 0.3212890625}, {"start": 2201.12, "end": 2201.2, "word": " find", "probability": 0.59814453125}, {"start": 2201.2, "end": 2201.38, "word": " a", "probability": 0.35302734375}, {"start": 2201.38, "end": 2201.64, "word": " different", "probability": 0.87890625}, {"start": 2201.64, "end": 2201.64, "word": " color.", "probability": 0.84521484375}, {"start": 2202.28, "end": 2202.44, "word": " Okay?", "probability": 0.263671875}, {"start": 2203.04, "end": 2203.24, "word": " So", "probability": 0.67626953125}, {"start": 2203.24, "end": 2203.52, "word": " there", "probability": 0.459228515625}, {"start": 2203.52, "end": 2203.58, "word": " is", "probability": 0.87841796875}, {"start": 2203.58, "end": 2203.92, "word": " something", "probability": 0.79541015625}, {"start": 2203.92, "end": 2204.02, "word": " that", "probability": 0.84326171875}, {"start": 2204.02, "end": 2204.24, "word": " needs", "probability": 0.5029296875}, {"start": 2204.24, "end": 2204.28, "word": " to", "probability": 0.9384765625}, {"start": 2204.28, "end": 2204.36, "word": " be", "probability": 0.90869140625}, {"start": 2204.36, "end": 2204.74, "word": " added.", "probability": 0.1531982421875}, {"start": 2205.88, "end": 2206.22, "word": " I", "probability": 0.94091796875}, {"start": 2206.22, "end": 2206.32, "word": " am", "probability": 0.88427734375}, {"start": 2206.32, "end": 2206.32, "word": " still", "probability": 0.80908203125}, {"start": 2206.32, "end": 2206.58, "word": " trying", "probability": 0.87109375}, {"start": 2206.58, "end": 2206.76, "word": " it.", "probability": 0.7880859375}, {"start": 2207.82, "end": 2208.22, "word": " I", "probability": 0.65576171875}, {"start": 2208.22, "end": 2208.48, "word": " forgot", "probability": 0.7138671875}, {"start": 2208.48, "end": 2212.64, "word": " about", "probability": 0.2763671875}, {"start": 2212.64, "end": 2212.64, "word": " it.", "probability": 0.9296875}, {"start": 2213.16, "end": 2213.56, "word": " It", "probability": 0.47314453125}, {"start": 2213.56, "end": 2216.2, "word": " will", "probability": 0.40771484375}, {"start": 2216.2, "end": 2216.24, "word": " not", "probability": 0.91015625}, {"start": 2216.24, "end": 2216.36, "word": " be", "probability": 0.2498779296875}, {"start": 2216.36, "end": 2216.52, "word": " executed.", "probability": 0.61669921875}, {"start": 2216.6, "end": 2216.74, "word": " No.", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 79, "seek": 224867, "start": 2220.88, "end": 2248.68, "text": " This is only if there are other buttons inside the list view. One of the elements takes the focus. What does it mean that it takes the focus? It means that it is the only thing that is pressured. It is not working. Let's see it. Maybe when we do the action, it will appear.", "tokens": [639, 307, 787, 498, 456, 366, 661, 9905, 1854, 264, 1329, 1910, 13, 1485, 295, 264, 4959, 2516, 264, 1879, 13, 708, 775, 309, 914, 300, 309, 2516, 264, 1879, 30, 467, 1355, 300, 309, 307, 264, 787, 551, 300, 307, 45306, 13, 467, 307, 406, 1364, 13, 961, 311, 536, 309, 13, 2704, 562, 321, 360, 264, 3069, 11, 309, 486, 4204, 13], "avg_logprob": -0.5245192307692308, "compression_ratio": 1.5393258426966292, "no_speech_prob": 0.0, "words": [{"start": 2220.88, "end": 2221.12, "word": " This", "probability": 0.452880859375}, {"start": 2221.12, "end": 2221.2, "word": " is", "probability": 0.60107421875}, {"start": 2221.2, "end": 2221.36, "word": " only", "probability": 0.66552734375}, {"start": 2221.36, "end": 2221.54, "word": " if", "probability": 0.2431640625}, {"start": 2221.54, "end": 2222.46, "word": " there", "probability": 0.77587890625}, {"start": 2222.46, "end": 2222.58, "word": " are", "probability": 0.548828125}, {"start": 2222.58, "end": 2222.76, "word": " other", "probability": 0.615234375}, {"start": 2222.76, "end": 2223.14, "word": " buttons", "probability": 0.63525390625}, {"start": 2223.14, "end": 2223.9, "word": " inside", "probability": 0.385986328125}, {"start": 2223.9, "end": 2224.2, "word": " the", "probability": 0.6875}, {"start": 2224.2, "end": 2224.52, "word": " list", "probability": 0.58740234375}, {"start": 2224.52, "end": 2224.82, "word": " view.", "probability": 0.69775390625}, {"start": 2225.34, "end": 2225.68, "word": " One", "probability": 0.57275390625}, {"start": 2225.68, "end": 2225.84, "word": " of", "probability": 0.943359375}, {"start": 2225.84, "end": 2225.96, "word": " the", "probability": 0.79052734375}, {"start": 2225.96, "end": 2226.34, "word": " elements", "probability": 0.7431640625}, {"start": 2226.34, "end": 2227.12, "word": " takes", "probability": 0.333251953125}, {"start": 2227.12, "end": 2227.32, "word": " the", "probability": 0.5888671875}, {"start": 2227.32, "end": 2227.76, "word": " focus.", "probability": 0.93798828125}, {"start": 2227.86, "end": 2228.02, "word": " What", "probability": 0.6181640625}, {"start": 2228.02, "end": 2228.1, "word": " does", "probability": 0.7509765625}, {"start": 2228.1, "end": 2228.24, "word": " it", "probability": 0.487548828125}, {"start": 2228.24, "end": 2228.24, "word": " mean", "probability": 0.89208984375}, {"start": 2228.24, "end": 2228.24, "word": " that", "probability": 0.255859375}, {"start": 2228.24, "end": 2228.24, "word": " it", "probability": 0.6982421875}, {"start": 2228.24, "end": 2228.36, "word": " takes", "probability": 0.80419921875}, {"start": 2228.36, "end": 2228.5, "word": " the", "probability": 0.66552734375}, {"start": 2228.5, "end": 2228.88, "word": " focus?", "probability": 0.9453125}, {"start": 2229.44, "end": 2229.88, "word": " It", "probability": 0.386474609375}, {"start": 2229.88, "end": 2229.88, "word": " means", "probability": 0.29248046875}, {"start": 2229.88, "end": 2229.94, "word": " that", "probability": 0.79052734375}, {"start": 2229.94, "end": 2230.02, "word": " it", "probability": 0.60693359375}, {"start": 2230.02, "end": 2230.1, "word": " is", "probability": 0.74853515625}, {"start": 2230.1, "end": 2230.2, "word": " the", "probability": 0.464599609375}, {"start": 2230.2, "end": 2230.32, "word": " only", "probability": 0.7607421875}, {"start": 2230.32, "end": 2230.42, "word": " thing", "probability": 0.61962890625}, {"start": 2230.42, "end": 2230.46, "word": " that", "probability": 0.66357421875}, {"start": 2230.46, "end": 2231.3, "word": " is", "probability": 0.54345703125}, {"start": 2231.3, "end": 2231.52, "word": " pressured.", "probability": 0.2266845703125}, {"start": 2239.9, "end": 2240.34, "word": " It", "probability": 0.537109375}, {"start": 2240.34, "end": 2240.42, "word": " is", "probability": 0.450927734375}, {"start": 2240.42, "end": 2240.42, "word": " not", "probability": 0.8974609375}, {"start": 2240.42, "end": 2240.66, "word": " working.", "probability": 0.354736328125}, {"start": 2242.3, "end": 2242.74, "word": " Let's", "probability": 0.58935546875}, {"start": 2242.74, "end": 2243.22, "word": " see", "probability": 0.61328125}, {"start": 2243.22, "end": 2243.62, "word": " it.", "probability": 0.4990234375}, {"start": 2244.6, "end": 2245.0, "word": " Maybe", "probability": 0.78173828125}, {"start": 2245.0, "end": 2245.16, "word": " when", "probability": 0.5966796875}, {"start": 2245.16, "end": 2245.28, "word": " we", "probability": 0.93115234375}, {"start": 2245.28, "end": 2245.42, "word": " do", "probability": 0.487548828125}, {"start": 2245.42, "end": 2245.62, "word": " the", "probability": 0.70947265625}, {"start": 2245.62, "end": 2246.04, "word": " action,", "probability": 0.9111328125}, {"start": 2247.24, "end": 2248.34, "word": " it", "probability": 0.78564453125}, {"start": 2248.34, "end": 2248.42, "word": " will", "probability": 0.492919921875}, {"start": 2248.42, "end": 2248.68, "word": " appear.", "probability": 0.2332763671875}], "temperature": 1.0}, {"id": 80, "seek": 230034, "start": 2274.28, "end": 2300.34, "text": " Probably this one. Okay, until it works, let's go back to the activity. When we do action on the list view, for example, when I click on a item, it is supposed to give me a toast or open a new activity. Okay? So, let's go to the list view.", "tokens": [9210, 341, 472, 13, 1033, 11, 1826, 309, 1985, 11, 718, 311, 352, 646, 281, 264, 5191, 13, 1133, 321, 360, 3069, 322, 264, 1329, 1910, 11, 337, 1365, 11, 562, 286, 2052, 322, 257, 3174, 11, 309, 307, 3442, 281, 976, 385, 257, 15354, 420, 1269, 257, 777, 5191, 13, 1033, 30, 407, 11, 718, 311, 352, 281, 264, 1329, 1910, 13], "avg_logprob": -0.5024414258077741, "compression_ratio": 1.4814814814814814, "no_speech_prob": 0.0, "words": [{"start": 2274.28, "end": 2274.62, "word": " Probably", "probability": 0.07525634765625}, {"start": 2274.62, "end": 2275.02, "word": " this", "probability": 0.6416015625}, {"start": 2275.02, "end": 2282.78, "word": " one.", "probability": 0.72265625}, {"start": 2286.04, "end": 2286.48, "word": " Okay,", "probability": 0.2427978515625}, {"start": 2286.54, "end": 2286.7, "word": " until", "probability": 0.453857421875}, {"start": 2286.7, "end": 2286.98, "word": " it", "probability": 0.66552734375}, {"start": 2286.98, "end": 2287.2, "word": " works,", "probability": 0.319091796875}, {"start": 2287.34, "end": 2287.62, "word": " let's", "probability": 0.89892578125}, {"start": 2287.62, "end": 2287.88, "word": " go", "probability": 0.1510009765625}, {"start": 2287.88, "end": 2287.98, "word": " back", "probability": 0.70458984375}, {"start": 2287.98, "end": 2288.02, "word": " to", "probability": 0.96728515625}, {"start": 2288.02, "end": 2288.08, "word": " the", "probability": 0.60693359375}, {"start": 2288.08, "end": 2288.48, "word": " activity.", "probability": 0.86376953125}, {"start": 2288.66, "end": 2288.92, "word": " When", "probability": 0.85546875}, {"start": 2288.92, "end": 2289.16, "word": " we", "probability": 0.87744140625}, {"start": 2289.16, "end": 2289.28, "word": " do", "probability": 0.5439453125}, {"start": 2289.28, "end": 2289.94, "word": " action", "probability": 0.58740234375}, {"start": 2289.94, "end": 2290.22, "word": " on", "probability": 0.86572265625}, {"start": 2290.22, "end": 2291.34, "word": " the", "probability": 0.640625}, {"start": 2291.34, "end": 2291.54, "word": " list", "probability": 0.681640625}, {"start": 2291.54, "end": 2291.8, "word": " view,", "probability": 0.7265625}, {"start": 2292.24, "end": 2292.44, "word": " for", "probability": 0.2005615234375}, {"start": 2292.44, "end": 2292.44, "word": " example,", "probability": 0.91748046875}, {"start": 2292.44, "end": 2292.52, "word": " when", "probability": 0.654296875}, {"start": 2292.52, "end": 2292.72, "word": " I", "probability": 0.76953125}, {"start": 2292.72, "end": 2292.88, "word": " click", "probability": 0.42626953125}, {"start": 2292.88, "end": 2293.04, "word": " on", "probability": 0.8486328125}, {"start": 2293.04, "end": 2293.18, "word": " a", "probability": 0.546875}, {"start": 2293.18, "end": 2293.3, "word": " item,", "probability": 0.09661865234375}, {"start": 2293.44, "end": 2293.74, "word": " it", "probability": 0.83349609375}, {"start": 2293.74, "end": 2293.74, "word": " is", "probability": 0.265380859375}, {"start": 2293.74, "end": 2293.98, "word": " supposed", "probability": 0.86279296875}, {"start": 2293.98, "end": 2294.64, "word": " to", "probability": 0.9677734375}, {"start": 2294.64, "end": 2294.96, "word": " give", "probability": 0.28515625}, {"start": 2294.96, "end": 2295.18, "word": " me", "probability": 0.9169921875}, {"start": 2295.18, "end": 2295.2, "word": " a", "probability": 0.56787109375}, {"start": 2295.2, "end": 2295.52, "word": " toast", "probability": 0.9482421875}, {"start": 2295.52, "end": 2295.88, "word": " or", "probability": 0.71826171875}, {"start": 2295.88, "end": 2296.3, "word": " open", "probability": 0.36767578125}, {"start": 2296.3, "end": 2296.5, "word": " a", "probability": 0.75341796875}, {"start": 2296.5, "end": 2296.5, "word": " new", "probability": 0.9013671875}, {"start": 2296.5, "end": 2297.02, "word": " activity.", "probability": 0.96728515625}, {"start": 2298.24, "end": 2298.58, "word": " Okay?", "probability": 0.6083984375}, {"start": 2299.28, "end": 2299.42, "word": " So,", "probability": 0.71875}, {"start": 2299.48, "end": 2299.6, "word": " let's", "probability": 0.842529296875}, {"start": 2299.6, "end": 2299.68, "word": " go", "probability": 0.6630859375}, {"start": 2299.68, "end": 2299.76, "word": " to", "probability": 0.84228515625}, {"start": 2299.76, "end": 2299.82, "word": " the", "probability": 0.84130859375}, {"start": 2299.82, "end": 2300.0, "word": " list", "probability": 0.89892578125}, {"start": 2300.0, "end": 2300.34, "word": " view.", "probability": 0.88330078125}], "temperature": 1.0}, {"id": 81, "seek": 232857, "start": 2312.57, "end": 2328.57, "text": " Sit on item click listener On item click listener Not on click listener, on item click listener And we have another one, we will not try it, it is left for you It is called on item long click listener", "tokens": [14523, 322, 3174, 2052, 31569, 1282, 3174, 2052, 31569, 1726, 322, 2052, 31569, 11, 322, 3174, 2052, 31569, 400, 321, 362, 1071, 472, 11, 321, 486, 406, 853, 309, 11, 309, 307, 1411, 337, 291, 467, 307, 1219, 322, 3174, 938, 2052, 31569], "avg_logprob": -0.5223721387711439, "compression_ratio": 1.763157894736842, "no_speech_prob": 0.0, "words": [{"start": 2312.57, "end": 2313.13, "word": " Sit", "probability": 0.040618896484375}, {"start": 2313.13, "end": 2313.69, "word": " on", "probability": 0.5888671875}, {"start": 2313.69, "end": 2315.63, "word": " item", "probability": 0.6943359375}, {"start": 2315.63, "end": 2316.91, "word": " click", "probability": 0.451904296875}, {"start": 2316.91, "end": 2317.35, "word": " listener", "probability": 0.78759765625}, {"start": 2317.35, "end": 2318.49, "word": " On", "probability": 0.2369384765625}, {"start": 2318.49, "end": 2318.95, "word": " item", "probability": 0.873046875}, {"start": 2318.95, "end": 2319.61, "word": " click", "probability": 0.7216796875}, {"start": 2319.61, "end": 2320.71, "word": " listener", "probability": 0.830078125}, {"start": 2320.71, "end": 2321.17, "word": " Not", "probability": 0.54541015625}, {"start": 2321.17, "end": 2321.29, "word": " on", "probability": 0.79931640625}, {"start": 2321.29, "end": 2321.53, "word": " click", "probability": 0.84619140625}, {"start": 2321.53, "end": 2321.89, "word": " listener,", "probability": 0.82470703125}, {"start": 2321.99, "end": 2322.13, "word": " on", "probability": 0.77587890625}, {"start": 2322.13, "end": 2322.51, "word": " item", "probability": 0.955078125}, {"start": 2322.51, "end": 2322.77, "word": " click", "probability": 0.84375}, {"start": 2322.77, "end": 2323.17, "word": " listener", "probability": 0.85107421875}, {"start": 2323.17, "end": 2323.43, "word": " And", "probability": 0.49755859375}, {"start": 2323.43, "end": 2323.59, "word": " we", "probability": 0.40576171875}, {"start": 2323.59, "end": 2323.73, "word": " have", "probability": 0.85693359375}, {"start": 2323.73, "end": 2324.23, "word": " another", "probability": 0.6669921875}, {"start": 2324.23, "end": 2324.87, "word": " one,", "probability": 0.63671875}, {"start": 2324.87, "end": 2325.09, "word": " we", "probability": 0.283447265625}, {"start": 2325.09, "end": 2325.23, "word": " will", "probability": 0.58642578125}, {"start": 2325.23, "end": 2325.27, "word": " not", "probability": 0.61181640625}, {"start": 2325.27, "end": 2325.47, "word": " try", "probability": 0.8916015625}, {"start": 2325.47, "end": 2325.59, "word": " it,", "probability": 0.658203125}, {"start": 2325.59, "end": 2325.63, "word": " it", "probability": 0.67138671875}, {"start": 2325.63, "end": 2325.63, "word": " is", "probability": 0.7353515625}, {"start": 2325.63, "end": 2325.79, "word": " left", "probability": 0.39404296875}, {"start": 2325.79, "end": 2325.99, "word": " for", "probability": 0.4775390625}, {"start": 2325.99, "end": 2326.25, "word": " you", "probability": 0.9521484375}, {"start": 2326.25, "end": 2326.77, "word": " It", "probability": 0.2469482421875}, {"start": 2326.77, "end": 2326.91, "word": " is", "probability": 0.755859375}, {"start": 2326.91, "end": 2326.97, "word": " called", "probability": 0.5576171875}, {"start": 2326.97, "end": 2327.15, "word": " on", "probability": 0.74609375}, {"start": 2327.15, "end": 2327.59, "word": " item", "probability": 0.9296875}, {"start": 2327.59, "end": 2327.91, "word": " long", "probability": 0.8720703125}, {"start": 2327.91, "end": 2328.21, "word": " click", "probability": 0.83740234375}, {"start": 2328.21, "end": 2328.57, "word": " listener", "probability": 0.80419921875}], "temperature": 1.0}, {"id": 82, "seek": 235630, "start": 2329.42, "end": 2356.3, "text": " This is a long press Under the normal press, it does one thing and under the long press, it does another thing On item click listener Of course, it needs a get object of type what? On item click listener A new on item click listener Okay Now, as soon as I click on any element, it will execute the method called on item click", "tokens": [639, 307, 257, 938, 1886, 6974, 264, 2710, 1886, 11, 309, 775, 472, 551, 293, 833, 264, 938, 1886, 11, 309, 775, 1071, 551, 1282, 3174, 2052, 31569, 2720, 1164, 11, 309, 2203, 257, 483, 2657, 295, 2010, 437, 30, 1282, 3174, 2052, 31569, 316, 777, 322, 3174, 2052, 31569, 1033, 823, 11, 382, 2321, 382, 286, 2052, 322, 604, 4478, 11, 309, 486, 14483, 264, 3170, 1219, 322, 3174, 2052], "avg_logprob": -0.527777775294251, "compression_ratio": 1.7814207650273224, "no_speech_prob": 0.0, "words": [{"start": 2329.42, "end": 2329.64, "word": " This", "probability": 0.29150390625}, {"start": 2329.64, "end": 2329.74, "word": " is", "probability": 0.82373046875}, {"start": 2329.74, "end": 2329.98, "word": " a", "probability": 0.6953125}, {"start": 2329.98, "end": 2330.22, "word": " long", "probability": 0.861328125}, {"start": 2330.22, "end": 2330.22, "word": " press", "probability": 0.43994140625}, {"start": 2330.22, "end": 2331.08, "word": " Under", "probability": 0.1068115234375}, {"start": 2331.08, "end": 2331.2, "word": " the", "probability": 0.236083984375}, {"start": 2331.2, "end": 2331.66, "word": " normal", "probability": 0.58251953125}, {"start": 2331.66, "end": 2331.66, "word": " press,", "probability": 0.53955078125}, {"start": 2331.74, "end": 2331.82, "word": " it", "probability": 0.64599609375}, {"start": 2331.82, "end": 2331.94, "word": " does", "probability": 0.499267578125}, {"start": 2331.94, "end": 2332.3, "word": " one", "probability": 0.449462890625}, {"start": 2332.3, "end": 2332.32, "word": " thing", "probability": 0.90771484375}, {"start": 2332.32, "end": 2332.46, "word": " and", "probability": 0.285400390625}, {"start": 2332.46, "end": 2332.58, "word": " under", "probability": 0.8427734375}, {"start": 2332.58, "end": 2333.56, "word": " the", "probability": 0.669921875}, {"start": 2333.56, "end": 2333.6, "word": " long", "probability": 0.79931640625}, {"start": 2333.6, "end": 2334.08, "word": " press,", "probability": 0.78759765625}, {"start": 2334.44, "end": 2334.44, "word": " it", "probability": 0.83642578125}, {"start": 2334.44, "end": 2334.54, "word": " does", "probability": 0.921875}, {"start": 2334.54, "end": 2334.98, "word": " another", "probability": 0.47412109375}, {"start": 2334.98, "end": 2336.32, "word": " thing", "probability": 0.826171875}, {"start": 2336.32, "end": 2337.2, "word": " On", "probability": 0.488525390625}, {"start": 2337.2, "end": 2337.56, "word": " item", "probability": 0.5205078125}, {"start": 2337.56, "end": 2337.88, "word": " click", "probability": 0.57177734375}, {"start": 2337.88, "end": 2338.26, "word": " listener", "probability": 0.77880859375}, {"start": 2338.26, "end": 2340.18, "word": " Of", "probability": 0.4892578125}, {"start": 2340.18, "end": 2340.3, "word": " course,", "probability": 0.94287109375}, {"start": 2340.56, "end": 2340.58, "word": " it", "probability": 0.4775390625}, {"start": 2340.58, "end": 2340.72, "word": " needs", "probability": 0.43505859375}, {"start": 2340.72, "end": 2340.9, "word": " a", "probability": 0.51806640625}, {"start": 2340.9, "end": 2341.02, "word": " get", "probability": 0.73046875}, {"start": 2341.02, "end": 2341.32, "word": " object", "probability": 0.85009765625}, {"start": 2341.32, "end": 2341.46, "word": " of", "probability": 0.387939453125}, {"start": 2341.46, "end": 2341.7, "word": " type", "probability": 0.2325439453125}, {"start": 2341.7, "end": 2341.96, "word": " what?", "probability": 0.265380859375}, {"start": 2342.32, "end": 2342.54, "word": " On", "probability": 0.66845703125}, {"start": 2342.54, "end": 2342.88, "word": " item", "probability": 0.92431640625}, {"start": 2342.88, "end": 2343.16, "word": " click", "probability": 0.88427734375}, {"start": 2343.16, "end": 2343.5, "word": " listener", "probability": 0.80859375}, {"start": 2343.5, "end": 2343.74, "word": " A", "probability": 0.12457275390625}, {"start": 2343.74, "end": 2344.0, "word": " new", "probability": 0.89453125}, {"start": 2344.0, "end": 2344.7, "word": " on", "probability": 0.76513671875}, {"start": 2344.7, "end": 2345.52, "word": " item", "probability": 0.9501953125}, {"start": 2345.52, "end": 2346.24, "word": " click", "probability": 0.884765625}, {"start": 2346.24, "end": 2346.64, "word": " listener", "probability": 0.80712890625}, {"start": 2346.64, "end": 2350.86, "word": " Okay", "probability": 0.286376953125}, {"start": 2350.86, "end": 2351.82, "word": " Now,", "probability": 0.46435546875}, {"start": 2351.88, "end": 2352.12, "word": " as", "probability": 0.256591796875}, {"start": 2352.12, "end": 2352.14, "word": " soon", "probability": 0.93896484375}, {"start": 2352.14, "end": 2352.2, "word": " as", "probability": 0.96826171875}, {"start": 2352.2, "end": 2352.32, "word": " I", "probability": 0.939453125}, {"start": 2352.32, "end": 2352.52, "word": " click", "probability": 0.3212890625}, {"start": 2352.52, "end": 2352.7, "word": " on", "probability": 0.81103515625}, {"start": 2352.7, "end": 2352.86, "word": " any", "probability": 0.80078125}, {"start": 2352.86, "end": 2353.16, "word": " element,", "probability": 0.54052734375}, {"start": 2353.3, "end": 2353.34, "word": " it", "probability": 0.50146484375}, {"start": 2353.34, "end": 2353.4, "word": " will", "probability": 0.6572265625}, {"start": 2353.4, "end": 2353.7, "word": " execute", "probability": 0.441650390625}, {"start": 2353.7, "end": 2353.82, "word": " the", "probability": 0.74658203125}, {"start": 2353.82, "end": 2354.08, "word": " method", "probability": 0.939453125}, {"start": 2354.08, "end": 2354.48, "word": " called", "probability": 0.5546875}, {"start": 2354.48, "end": 2355.6, "word": " on", "probability": 0.7275390625}, {"start": 2355.6, "end": 2355.92, "word": " item", "probability": 0.92333984375}, {"start": 2355.92, "end": 2356.3, "word": " click", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 83, "seek": 238175, "start": 2357.37, "end": 2381.75, "text": " The on item click will bring me something called parent, something called view. What is view? The element that I clicked on. Now every element in the screen is a view. And I know guys, this is a view, this is a view, and this is a view. And it also brings me the position. The position of the element that I clicked on.", "tokens": [440, 322, 3174, 2052, 486, 1565, 385, 746, 1219, 2596, 11, 746, 1219, 1910, 13, 708, 307, 1910, 30, 440, 4478, 300, 286, 23370, 322, 13, 823, 633, 4478, 294, 264, 2568, 307, 257, 1910, 13, 400, 286, 458, 1074, 11, 341, 307, 257, 1910, 11, 341, 307, 257, 1910, 11, 293, 341, 307, 257, 1910, 13, 400, 309, 611, 5607, 385, 264, 2535, 13, 440, 2535, 295, 264, 4478, 300, 286, 23370, 322, 13], "avg_logprob": -0.4317434210526316, "compression_ratio": 1.927710843373494, "no_speech_prob": 0.0, "words": [{"start": 2357.37, "end": 2357.59, "word": " The", "probability": 0.456298828125}, {"start": 2357.59, "end": 2357.75, "word": " on", "probability": 0.54296875}, {"start": 2357.75, "end": 2358.03, "word": " item", "probability": 0.54833984375}, {"start": 2358.03, "end": 2358.47, "word": " click", "probability": 0.79541015625}, {"start": 2358.47, "end": 2358.71, "word": " will", "probability": 0.52685546875}, {"start": 2358.71, "end": 2358.91, "word": " bring", "probability": 0.595703125}, {"start": 2358.91, "end": 2359.19, "word": " me", "probability": 0.541015625}, {"start": 2359.19, "end": 2359.57, "word": " something", "probability": 0.311279296875}, {"start": 2359.57, "end": 2359.85, "word": " called", "probability": 0.78369140625}, {"start": 2359.85, "end": 2360.29, "word": " parent,", "probability": 0.455810546875}, {"start": 2360.67, "end": 2360.67, "word": " something", "probability": 0.6787109375}, {"start": 2360.67, "end": 2360.95, "word": " called", "probability": 0.8720703125}, {"start": 2360.95, "end": 2361.35, "word": " view.", "probability": 0.8017578125}, {"start": 2361.51, "end": 2361.65, "word": " What", "probability": 0.7548828125}, {"start": 2361.65, "end": 2361.75, "word": " is", "probability": 0.634765625}, {"start": 2361.75, "end": 2361.97, "word": " view?", "probability": 0.65673828125}, {"start": 2362.41, "end": 2362.85, "word": " The", "probability": 0.501953125}, {"start": 2362.85, "end": 2363.07, "word": " element", "probability": 0.6181640625}, {"start": 2363.07, "end": 2363.17, "word": " that", "probability": 0.55419921875}, {"start": 2363.17, "end": 2363.31, "word": " I", "probability": 0.939453125}, {"start": 2363.31, "end": 2363.51, "word": " clicked", "probability": 0.3798828125}, {"start": 2363.51, "end": 2363.69, "word": " on.", "probability": 0.88037109375}, {"start": 2364.31, "end": 2364.75, "word": " Now", "probability": 0.39404296875}, {"start": 2364.75, "end": 2365.13, "word": " every", "probability": 0.391357421875}, {"start": 2365.13, "end": 2365.41, "word": " element", "probability": 0.94921875}, {"start": 2365.41, "end": 2365.57, "word": " in", "probability": 0.43212890625}, {"start": 2365.57, "end": 2365.69, "word": " the", "probability": 0.8603515625}, {"start": 2365.69, "end": 2366.07, "word": " screen", "probability": 0.81982421875}, {"start": 2366.07, "end": 2367.31, "word": " is", "probability": 0.408935546875}, {"start": 2367.31, "end": 2367.51, "word": " a", "probability": 0.3291015625}, {"start": 2367.51, "end": 2368.07, "word": " view.", "probability": 0.88330078125}, {"start": 2368.31, "end": 2368.43, "word": " And", "probability": 0.281494140625}, {"start": 2368.43, "end": 2368.51, "word": " I", "probability": 0.6904296875}, {"start": 2368.51, "end": 2368.69, "word": " know", "probability": 0.291259765625}, {"start": 2368.69, "end": 2369.01, "word": " guys,", "probability": 0.35986328125}, {"start": 2369.45, "end": 2369.63, "word": " this", "probability": 0.86083984375}, {"start": 2369.63, "end": 2369.71, "word": " is", "probability": 0.92626953125}, {"start": 2369.71, "end": 2369.79, "word": " a", "probability": 0.419921875}, {"start": 2369.79, "end": 2369.99, "word": " view,", "probability": 0.88720703125}, {"start": 2370.25, "end": 2370.45, "word": " this", "probability": 0.51513671875}, {"start": 2370.45, "end": 2370.53, "word": " is", "probability": 0.93701171875}, {"start": 2370.53, "end": 2370.61, "word": " a", "probability": 0.8984375}, {"start": 2370.61, "end": 2370.85, "word": " view,", "probability": 0.9111328125}, {"start": 2371.01, "end": 2371.13, "word": " and", "probability": 0.61328125}, {"start": 2371.13, "end": 2371.27, "word": " this", "probability": 0.90087890625}, {"start": 2371.27, "end": 2371.33, "word": " is", "probability": 0.93798828125}, {"start": 2371.33, "end": 2371.39, "word": " a", "probability": 0.9658203125}, {"start": 2371.39, "end": 2371.57, "word": " view.", "probability": 0.8994140625}, {"start": 2373.37, "end": 2373.81, "word": " And", "probability": 0.5087890625}, {"start": 2373.81, "end": 2373.93, "word": " it", "probability": 0.84033203125}, {"start": 2373.93, "end": 2374.01, "word": " also", "probability": 0.7490234375}, {"start": 2374.01, "end": 2374.11, "word": " brings", "probability": 0.78662109375}, {"start": 2374.11, "end": 2375.65, "word": " me", "probability": 0.88232421875}, {"start": 2375.65, "end": 2376.53, "word": " the", "probability": 0.6884765625}, {"start": 2376.53, "end": 2376.93, "word": " position.", "probability": 0.9482421875}, {"start": 2378.63, "end": 2379.07, "word": " The", "probability": 0.37548828125}, {"start": 2379.07, "end": 2379.31, "word": " position", "probability": 0.59326171875}, {"start": 2379.31, "end": 2379.47, "word": " of", "probability": 0.93505859375}, {"start": 2379.47, "end": 2379.53, "word": " the", "probability": 0.78515625}, {"start": 2379.53, "end": 2379.73, "word": " element", "probability": 0.87744140625}, {"start": 2379.73, "end": 2380.01, "word": " that", "probability": 0.81884765625}, {"start": 2380.01, "end": 2381.23, "word": " I", "probability": 0.98876953125}, {"start": 2381.23, "end": 2381.51, "word": " clicked", "probability": 0.74755859375}, {"start": 2381.51, "end": 2381.75, "word": " on.", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 84, "seek": 241425, "start": 2385.61, "end": 2414.25, "text": " So, we want to get the object that you clicked on, you go to the list view. Now, it looks like I'm using it from the inner class, I put it in the final, and I tell it that there is a method called get item, do you see it? Get item at position. Get item at position. What does it mean? It gives you a position to get the item that you clicked on. Who is the position? Where did it come from? It came from the method. So, I give it the position.", "tokens": [407, 11, 321, 528, 281, 483, 264, 2657, 300, 291, 23370, 322, 11, 291, 352, 281, 264, 1329, 1910, 13, 823, 11, 309, 1542, 411, 286, 478, 1228, 309, 490, 264, 7284, 1508, 11, 286, 829, 309, 294, 264, 2572, 11, 293, 286, 980, 309, 300, 456, 307, 257, 3170, 1219, 483, 3174, 11, 360, 291, 536, 309, 30, 3240, 3174, 412, 2535, 13, 3240, 3174, 412, 2535, 13, 708, 775, 309, 914, 30, 467, 2709, 291, 257, 2535, 281, 483, 264, 3174, 300, 291, 23370, 322, 13, 2102, 307, 264, 2535, 30, 2305, 630, 309, 808, 490, 30, 467, 1361, 490, 264, 3170, 13, 407, 11, 286, 976, 309, 264, 2535, 13], "avg_logprob": -0.457510973016421, "compression_ratio": 1.85, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2385.6099999999997, "end": 2385.97, "word": " So,", "probability": 0.324951171875}, {"start": 2386.55, "end": 2386.57, "word": " we", "probability": 0.5595703125}, {"start": 2386.57, "end": 2386.75, "word": " want", "probability": 0.498046875}, {"start": 2386.75, "end": 2386.85, "word": " to", "probability": 0.9462890625}, {"start": 2386.85, "end": 2386.97, "word": " get", "probability": 0.40087890625}, {"start": 2386.97, "end": 2387.09, "word": " the", "probability": 0.712890625}, {"start": 2387.09, "end": 2387.31, "word": " object", "probability": 0.49462890625}, {"start": 2387.31, "end": 2387.43, "word": " that", "probability": 0.451904296875}, {"start": 2387.43, "end": 2387.51, "word": " you", "probability": 0.5185546875}, {"start": 2387.51, "end": 2387.69, "word": " clicked", "probability": 0.4326171875}, {"start": 2387.69, "end": 2387.91, "word": " on,", "probability": 0.7880859375}, {"start": 2388.11, "end": 2388.31, "word": " you", "probability": 0.279296875}, {"start": 2388.31, "end": 2388.43, "word": " go", "probability": 0.81201171875}, {"start": 2388.43, "end": 2388.57, "word": " to", "probability": 0.951171875}, {"start": 2388.57, "end": 2388.63, "word": " the", "probability": 0.37548828125}, {"start": 2388.63, "end": 2388.83, "word": " list", "probability": 0.67333984375}, {"start": 2388.83, "end": 2389.19, "word": " view.", "probability": 0.720703125}, {"start": 2390.73, "end": 2391.09, "word": " Now,", "probability": 0.2388916015625}, {"start": 2391.61, "end": 2391.79, "word": " it", "probability": 0.4697265625}, {"start": 2391.79, "end": 2392.01, "word": " looks", "probability": 0.2445068359375}, {"start": 2392.01, "end": 2392.09, "word": " like", "probability": 0.79931640625}, {"start": 2392.09, "end": 2392.35, "word": " I'm", "probability": 0.4317626953125}, {"start": 2392.35, "end": 2392.65, "word": " using", "probability": 0.62109375}, {"start": 2392.65, "end": 2392.77, "word": " it", "probability": 0.83154296875}, {"start": 2392.77, "end": 2392.87, "word": " from", "probability": 0.7373046875}, {"start": 2392.87, "end": 2393.17, "word": " the", "probability": 0.304443359375}, {"start": 2393.17, "end": 2393.33, "word": " inner", "probability": 0.86474609375}, {"start": 2393.33, "end": 2393.91, "word": " class,", "probability": 0.9482421875}, {"start": 2393.99, "end": 2394.23, "word": " I", "probability": 0.56103515625}, {"start": 2394.23, "end": 2394.39, "word": " put", "probability": 0.60595703125}, {"start": 2394.39, "end": 2394.51, "word": " it", "probability": 0.865234375}, {"start": 2394.51, "end": 2394.55, "word": " in", "probability": 0.465087890625}, {"start": 2394.55, "end": 2394.55, "word": " the", "probability": 0.51953125}, {"start": 2394.55, "end": 2394.89, "word": " final,", "probability": 0.80615234375}, {"start": 2395.05, "end": 2395.75, "word": " and", "probability": 0.7705078125}, {"start": 2395.75, "end": 2395.83, "word": " I", "probability": 0.86669921875}, {"start": 2395.83, "end": 2395.97, "word": " tell", "probability": 0.321044921875}, {"start": 2395.97, "end": 2396.07, "word": " it", "probability": 0.80078125}, {"start": 2396.07, "end": 2396.13, "word": " that", "probability": 0.35400390625}, {"start": 2396.13, "end": 2396.23, "word": " there", "probability": 0.8935546875}, {"start": 2396.23, "end": 2396.23, "word": " is", "probability": 0.63427734375}, {"start": 2396.23, "end": 2396.31, "word": " a", "probability": 0.95361328125}, {"start": 2396.31, "end": 2396.67, "word": " method", "probability": 0.958984375}, {"start": 2396.67, "end": 2397.13, "word": " called", "probability": 0.6748046875}, {"start": 2397.13, "end": 2398.53, "word": " get", "probability": 0.75244140625}, {"start": 2398.53, "end": 2399.13, "word": " item,", "probability": 0.5751953125}, {"start": 2399.41, "end": 2399.59, "word": " do", "probability": 0.2249755859375}, {"start": 2399.59, "end": 2399.59, "word": " you", "probability": 0.97314453125}, {"start": 2399.59, "end": 2399.77, "word": " see", "probability": 0.9306640625}, {"start": 2399.77, "end": 2400.05, "word": " it?", "probability": 0.828125}, {"start": 2401.17, "end": 2401.49, "word": " Get", "probability": 0.473388671875}, {"start": 2401.49, "end": 2401.95, "word": " item", "probability": 0.9345703125}, {"start": 2401.95, "end": 2402.19, "word": " at", "probability": 0.95751953125}, {"start": 2402.19, "end": 2402.59, "word": " position.", "probability": 0.94775390625}, {"start": 2403.21, "end": 2403.55, "word": " Get", "probability": 0.658203125}, {"start": 2403.55, "end": 2404.05, "word": " item", "probability": 0.97265625}, {"start": 2404.05, "end": 2404.29, "word": " at", "probability": 0.9658203125}, {"start": 2404.29, "end": 2404.61, "word": " position.", "probability": 0.94482421875}, {"start": 2404.67, "end": 2404.77, "word": " What", "probability": 0.61181640625}, {"start": 2404.77, "end": 2404.77, "word": " does", "probability": 0.7529296875}, {"start": 2404.77, "end": 2405.31, "word": " it", "probability": 0.65185546875}, {"start": 2405.31, "end": 2405.53, "word": " mean?", "probability": 0.9326171875}, {"start": 2406.27, "end": 2406.63, "word": " It", "probability": 0.5302734375}, {"start": 2406.63, "end": 2406.73, "word": " gives", "probability": 0.7841796875}, {"start": 2406.73, "end": 2406.85, "word": " you", "probability": 0.53515625}, {"start": 2406.85, "end": 2406.93, "word": " a", "probability": 0.82568359375}, {"start": 2406.93, "end": 2407.19, "word": " position", "probability": 0.943359375}, {"start": 2407.19, "end": 2407.37, "word": " to", "probability": 0.33056640625}, {"start": 2407.37, "end": 2407.51, "word": " get", "probability": 0.775390625}, {"start": 2407.51, "end": 2407.87, "word": " the", "probability": 0.81201171875}, {"start": 2407.87, "end": 2408.21, "word": " item", "probability": 0.888671875}, {"start": 2408.21, "end": 2408.33, "word": " that", "probability": 0.72021484375}, {"start": 2408.33, "end": 2408.51, "word": " you", "probability": 0.95703125}, {"start": 2408.51, "end": 2408.71, "word": " clicked", "probability": 0.74560546875}, {"start": 2408.71, "end": 2408.95, "word": " on.", "probability": 0.9306640625}, {"start": 2410.25, "end": 2410.61, "word": " Who", "probability": 0.435546875}, {"start": 2410.61, "end": 2410.65, "word": " is", "probability": 0.72412109375}, {"start": 2410.65, "end": 2410.73, "word": " the", "probability": 0.75244140625}, {"start": 2410.73, "end": 2411.05, "word": " position?", "probability": 0.9404296875}, {"start": 2411.15, "end": 2411.29, "word": " Where", "probability": 0.80712890625}, {"start": 2411.29, "end": 2411.41, "word": " did", "probability": 0.86279296875}, {"start": 2411.41, "end": 2411.57, "word": " it", "probability": 0.86474609375}, {"start": 2411.57, "end": 2411.57, "word": " come", "probability": 0.87841796875}, {"start": 2411.57, "end": 2411.57, "word": " from?", "probability": 0.7998046875}, {"start": 2411.89, "end": 2412.21, "word": " It", "probability": 0.413330078125}, {"start": 2412.21, "end": 2412.37, "word": " came", "probability": 0.7685546875}, {"start": 2412.37, "end": 2412.51, "word": " from", "probability": 0.67138671875}, {"start": 2412.51, "end": 2412.63, "word": " the", "probability": 0.83203125}, {"start": 2412.63, "end": 2412.85, "word": " method.", "probability": 0.9658203125}, {"start": 2413.33, "end": 2413.51, "word": " So,", "probability": 0.7822265625}, {"start": 2413.53, "end": 2413.61, "word": " I", "probability": 0.94873046875}, {"start": 2413.61, "end": 2413.73, "word": " give", "probability": 0.476806640625}, {"start": 2413.73, "end": 2413.81, "word": " it", "probability": 0.8095703125}, {"start": 2413.81, "end": 2413.91, "word": " the", "probability": 0.52587890625}, {"start": 2413.91, "end": 2414.25, "word": " position.", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 85, "seek": 243473, "start": 2415.66, "end": 2434.74, "text": " Why does it ask you to create an object? Because you are turning it into a person. The element that you clicked on in the end is a person. Ok? So it became an object and you cast it as a person. Now I go and tell it toast.", "tokens": [1545, 775, 309, 1029, 291, 281, 1884, 364, 2657, 30, 1436, 291, 366, 6246, 309, 666, 257, 954, 13, 440, 4478, 300, 291, 23370, 322, 294, 264, 917, 307, 257, 954, 13, 3477, 30, 407, 309, 3062, 364, 2657, 293, 291, 4193, 309, 382, 257, 954, 13, 823, 286, 352, 293, 980, 309, 15354, 13], "avg_logprob": -0.7243303688509124, "compression_ratio": 1.5170068027210883, "no_speech_prob": 0.0, "words": [{"start": 2415.66, "end": 2416.02, "word": " Why", "probability": 0.1043701171875}, {"start": 2416.02, "end": 2416.18, "word": " does", "probability": 0.257080078125}, {"start": 2416.18, "end": 2416.18, "word": " it", "probability": 0.72412109375}, {"start": 2416.18, "end": 2416.38, "word": " ask", "probability": 0.13525390625}, {"start": 2416.38, "end": 2416.56, "word": " you", "probability": 0.65234375}, {"start": 2416.56, "end": 2416.74, "word": " to", "probability": 0.78857421875}, {"start": 2416.74, "end": 2416.76, "word": " create", "probability": 0.1214599609375}, {"start": 2416.76, "end": 2417.0, "word": " an", "probability": 0.5234375}, {"start": 2417.0, "end": 2417.28, "word": " object?", "probability": 0.9443359375}, {"start": 2417.46, "end": 2417.56, "word": " Because", "probability": 0.408935546875}, {"start": 2417.56, "end": 2417.72, "word": " you", "probability": 0.57470703125}, {"start": 2417.72, "end": 2417.86, "word": " are", "probability": 0.29931640625}, {"start": 2417.86, "end": 2418.1, "word": " turning", "probability": 0.286376953125}, {"start": 2418.1, "end": 2418.26, "word": " it", "probability": 0.76806640625}, {"start": 2418.26, "end": 2418.34, "word": " into", "probability": 0.7333984375}, {"start": 2418.34, "end": 2418.74, "word": " a", "probability": 0.728515625}, {"start": 2418.74, "end": 2420.08, "word": " person.", "probability": 0.62060546875}, {"start": 2425.9, "end": 2426.26, "word": " The", "probability": 0.317138671875}, {"start": 2426.26, "end": 2426.58, "word": " element", "probability": 0.72705078125}, {"start": 2426.58, "end": 2426.74, "word": " that", "probability": 0.38427734375}, {"start": 2426.74, "end": 2426.86, "word": " you", "probability": 0.86767578125}, {"start": 2426.86, "end": 2427.08, "word": " clicked", "probability": 0.139892578125}, {"start": 2427.08, "end": 2427.32, "word": " on", "probability": 0.7529296875}, {"start": 2427.32, "end": 2427.48, "word": " in", "probability": 0.29443359375}, {"start": 2427.48, "end": 2427.56, "word": " the", "probability": 0.8876953125}, {"start": 2427.56, "end": 2427.74, "word": " end", "probability": 0.76318359375}, {"start": 2427.74, "end": 2427.9, "word": " is", "probability": 0.7431640625}, {"start": 2427.9, "end": 2428.28, "word": " a", "probability": 0.54443359375}, {"start": 2428.28, "end": 2428.6, "word": " person.", "probability": 0.8818359375}, {"start": 2429.24, "end": 2429.36, "word": " Ok?", "probability": 0.2261962890625}, {"start": 2429.98, "end": 2430.26, "word": " So", "probability": 0.6328125}, {"start": 2430.26, "end": 2430.34, "word": " it", "probability": 0.1805419921875}, {"start": 2430.34, "end": 2430.5, "word": " became", "probability": 0.2076416015625}, {"start": 2430.5, "end": 2430.72, "word": " an", "probability": 0.8046875}, {"start": 2430.72, "end": 2430.9, "word": " object", "probability": 0.97265625}, {"start": 2430.9, "end": 2431.04, "word": " and", "probability": 0.482177734375}, {"start": 2431.04, "end": 2431.12, "word": " you", "probability": 0.51708984375}, {"start": 2431.12, "end": 2431.64, "word": " cast", "probability": 0.301025390625}, {"start": 2431.64, "end": 2431.88, "word": " it", "probability": 0.6005859375}, {"start": 2431.88, "end": 2432.0, "word": " as", "probability": 0.265380859375}, {"start": 2432.0, "end": 2432.04, "word": " a", "probability": 0.875}, {"start": 2432.04, "end": 2432.36, "word": " person.", "probability": 0.9150390625}, {"start": 2433.18, "end": 2433.54, "word": " Now", "probability": 0.837890625}, {"start": 2433.54, "end": 2433.94, "word": " I", "probability": 0.61328125}, {"start": 2433.94, "end": 2434.02, "word": " go", "probability": 0.2335205078125}, {"start": 2434.02, "end": 2434.14, "word": " and", "probability": 0.56201171875}, {"start": 2434.14, "end": 2434.28, "word": " tell", "probability": 0.42041015625}, {"start": 2434.28, "end": 2434.44, "word": " it", "probability": 0.69189453125}, {"start": 2434.44, "end": 2434.74, "word": " toast.", "probability": 0.5732421875}], "temperature": 1.0}, {"id": 86, "seek": 246269, "start": 2449.08, "end": 2462.7, "text": " It printed toast and printed the name of the person. In toast, we are supposed to start activity and send the name of the person.", "tokens": [467, 13567, 15354, 293, 13567, 264, 1315, 295, 264, 954, 13, 682, 15354, 11, 321, 366, 3442, 281, 722, 5191, 293, 2845, 264, 1315, 295, 264, 954, 13], "avg_logprob": -0.790948251198078, "compression_ratio": 1.4942528735632183, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2449.08, "end": 2449.56, "word": " It", "probability": 0.042510986328125}, {"start": 2449.56, "end": 2449.82, "word": " printed", "probability": 0.50537109375}, {"start": 2449.82, "end": 2450.28, "word": " toast", "probability": 0.59033203125}, {"start": 2450.28, "end": 2450.54, "word": " and", "probability": 0.427001953125}, {"start": 2450.54, "end": 2450.8, "word": " printed", "probability": 0.2763671875}, {"start": 2450.8, "end": 2450.98, "word": " the", "probability": 0.24267578125}, {"start": 2450.98, "end": 2451.26, "word": " name", "probability": 0.671875}, {"start": 2451.26, "end": 2452.8, "word": " of", "probability": 0.90869140625}, {"start": 2452.8, "end": 2452.84, "word": " the", "probability": 0.62744140625}, {"start": 2452.84, "end": 2453.06, "word": " person.", "probability": 0.79150390625}, {"start": 2453.6, "end": 2453.6, "word": " In", "probability": 0.0718994140625}, {"start": 2453.6, "end": 2456.64, "word": " toast,", "probability": 0.5517578125}, {"start": 2456.78, "end": 2457.22, "word": " we", "probability": 0.09136962890625}, {"start": 2457.22, "end": 2457.56, "word": " are", "probability": 0.359375}, {"start": 2457.56, "end": 2457.78, "word": " supposed", "probability": 0.6025390625}, {"start": 2457.78, "end": 2459.44, "word": " to", "probability": 0.9453125}, {"start": 2459.44, "end": 2459.84, "word": " start", "probability": 0.3134765625}, {"start": 2459.84, "end": 2460.56, "word": " activity", "probability": 0.4599609375}, {"start": 2460.56, "end": 2461.66, "word": " and", "probability": 0.83203125}, {"start": 2461.66, "end": 2461.94, "word": " send", "probability": 0.521484375}, {"start": 2461.94, "end": 2462.18, "word": " the", "probability": 0.59619140625}, {"start": 2462.18, "end": 2462.32, "word": " name", "probability": 0.64013671875}, {"start": 2462.32, "end": 2462.42, "word": " of", "probability": 0.955078125}, {"start": 2462.42, "end": 2462.46, "word": " the", "probability": 0.86572265625}, {"start": 2462.46, "end": 2462.7, "word": " person.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 87, "seek": 251930, "start": 2493.6, "end": 2519.3, "text": " This way you can press any element and it will know which element you pressed on it. Because of course there are things that I don't have to talk about because I know the element and I got its name. Then you go home and try to open a new activity and send data to it to show that there is a new activity. Now there is something that I did that made this work. As I said, if there is a button", "tokens": [639, 636, 291, 393, 1886, 604, 4478, 293, 309, 486, 458, 597, 4478, 291, 17355, 322, 309, 13, 1436, 295, 1164, 456, 366, 721, 300, 286, 500, 380, 362, 281, 751, 466, 570, 286, 458, 264, 4478, 293, 286, 658, 1080, 1315, 13, 1396, 291, 352, 1280, 293, 853, 281, 1269, 257, 777, 5191, 293, 2845, 1412, 281, 309, 281, 855, 300, 456, 307, 257, 777, 5191, 13, 823, 456, 307, 746, 300, 286, 630, 300, 1027, 341, 589, 13, 1018, 286, 848, 11, 498, 456, 307, 257, 2960], "avg_logprob": -0.5013889167043898, "compression_ratio": 1.7422222222222221, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2493.6, "end": 2494.04, "word": " This", "probability": 0.1639404296875}, {"start": 2494.04, "end": 2494.06, "word": " way", "probability": 0.775390625}, {"start": 2494.06, "end": 2494.2, "word": " you", "probability": 0.64306640625}, {"start": 2494.2, "end": 2494.24, "word": " can", "probability": 0.499267578125}, {"start": 2494.24, "end": 2494.42, "word": " press", "probability": 0.46142578125}, {"start": 2494.42, "end": 2494.68, "word": " any", "probability": 0.67626953125}, {"start": 2494.68, "end": 2495.04, "word": " element", "probability": 0.47705078125}, {"start": 2495.04, "end": 2496.56, "word": " and", "probability": 0.406982421875}, {"start": 2496.56, "end": 2496.62, "word": " it", "probability": 0.39306640625}, {"start": 2496.62, "end": 2496.62, "word": " will", "probability": 0.489013671875}, {"start": 2496.62, "end": 2496.78, "word": " know", "probability": 0.61279296875}, {"start": 2496.78, "end": 2497.16, "word": " which", "probability": 0.5712890625}, {"start": 2497.16, "end": 2497.16, "word": " element", "probability": 0.76806640625}, {"start": 2497.16, "end": 2497.26, "word": " you", "probability": 0.6494140625}, {"start": 2497.26, "end": 2497.5, "word": " pressed", "probability": 0.42041015625}, {"start": 2497.5, "end": 2497.68, "word": " on", "probability": 0.3564453125}, {"start": 2497.68, "end": 2497.98, "word": " it.", "probability": 0.583984375}, {"start": 2498.56, "end": 2498.82, "word": " Because", "probability": 0.3486328125}, {"start": 2498.82, "end": 2498.96, "word": " of", "probability": 0.392578125}, {"start": 2498.96, "end": 2499.1, "word": " course", "probability": 0.94384765625}, {"start": 2499.1, "end": 2499.26, "word": " there", "probability": 0.67236328125}, {"start": 2499.26, "end": 2499.32, "word": " are", "probability": 0.8984375}, {"start": 2499.32, "end": 2499.68, "word": " things", "probability": 0.60595703125}, {"start": 2499.68, "end": 2499.84, "word": " that", "probability": 0.4755859375}, {"start": 2499.84, "end": 2499.94, "word": " I", "probability": 0.96142578125}, {"start": 2499.94, "end": 2500.08, "word": " don't", "probability": 0.7294921875}, {"start": 2500.08, "end": 2500.3, "word": " have", "probability": 0.560546875}, {"start": 2500.3, "end": 2500.36, "word": " to", "probability": 0.97314453125}, {"start": 2500.36, "end": 2500.58, "word": " talk", "probability": 0.1514892578125}, {"start": 2500.58, "end": 2500.68, "word": " about", "probability": 0.89599609375}, {"start": 2500.68, "end": 2500.88, "word": " because", "probability": 0.35546875}, {"start": 2500.88, "end": 2501.24, "word": " I", "probability": 0.90283203125}, {"start": 2501.24, "end": 2501.5, "word": " know", "probability": 0.43994140625}, {"start": 2501.5, "end": 2501.64, "word": " the", "probability": 0.6240234375}, {"start": 2501.64, "end": 2501.78, "word": " element", "probability": 0.96826171875}, {"start": 2501.78, "end": 2501.94, "word": " and", "probability": 0.6796875}, {"start": 2501.94, "end": 2501.96, "word": " I", "probability": 0.59375}, {"start": 2501.96, "end": 2502.08, "word": " got", "probability": 0.282470703125}, {"start": 2502.08, "end": 2502.16, "word": " its", "probability": 0.71728515625}, {"start": 2502.16, "end": 2502.4, "word": " name.", "probability": 0.87939453125}, {"start": 2503.34, "end": 2503.78, "word": " Then", "probability": 0.2279052734375}, {"start": 2503.78, "end": 2503.98, "word": " you", "probability": 0.83935546875}, {"start": 2503.98, "end": 2504.18, "word": " go", "probability": 0.5}, {"start": 2504.18, "end": 2504.64, "word": " home", "probability": 0.77783203125}, {"start": 2504.64, "end": 2504.78, "word": " and", "probability": 0.5712890625}, {"start": 2504.78, "end": 2505.06, "word": " try", "probability": 0.78759765625}, {"start": 2505.06, "end": 2505.24, "word": " to", "probability": 0.8369140625}, {"start": 2505.24, "end": 2505.46, "word": " open", "probability": 0.3759765625}, {"start": 2505.46, "end": 2507.04, "word": " a", "probability": 0.8759765625}, {"start": 2507.04, "end": 2507.34, "word": " new", "probability": 0.9111328125}, {"start": 2507.34, "end": 2507.34, "word": " activity", "probability": 0.93798828125}, {"start": 2507.34, "end": 2508.3, "word": " and", "probability": 0.73876953125}, {"start": 2508.3, "end": 2509.2, "word": " send", "probability": 0.474365234375}, {"start": 2509.2, "end": 2509.76, "word": " data", "probability": 0.376708984375}, {"start": 2509.76, "end": 2510.04, "word": " to", "probability": 0.331787109375}, {"start": 2510.04, "end": 2510.04, "word": " it", "probability": 0.6591796875}, {"start": 2510.04, "end": 2510.24, "word": " to", "probability": 0.5869140625}, {"start": 2510.24, "end": 2510.62, "word": " show", "probability": 0.2261962890625}, {"start": 2510.62, "end": 2510.9, "word": " that", "probability": 0.30908203125}, {"start": 2510.9, "end": 2511.36, "word": " there", "probability": 0.7099609375}, {"start": 2511.36, "end": 2511.36, "word": " is", "probability": 0.865234375}, {"start": 2511.36, "end": 2511.4, "word": " a", "probability": 0.96044921875}, {"start": 2511.4, "end": 2511.4, "word": " new", "probability": 0.91552734375}, {"start": 2511.4, "end": 2511.76, "word": " activity.", "probability": 0.9560546875}, {"start": 2514.12, "end": 2514.44, "word": " Now", "probability": 0.455078125}, {"start": 2514.44, "end": 2514.86, "word": " there", "probability": 0.57080078125}, {"start": 2514.86, "end": 2514.94, "word": " is", "probability": 0.87255859375}, {"start": 2514.94, "end": 2515.26, "word": " something", "probability": 0.68212890625}, {"start": 2515.26, "end": 2515.56, "word": " that", "probability": 0.70849609375}, {"start": 2515.56, "end": 2515.64, "word": " I", "probability": 0.85302734375}, {"start": 2515.64, "end": 2515.84, "word": " did", "probability": 0.70166015625}, {"start": 2515.84, "end": 2516.42, "word": " that", "probability": 0.30419921875}, {"start": 2516.42, "end": 2517.04, "word": " made", "probability": 0.64599609375}, {"start": 2517.04, "end": 2517.42, "word": " this", "probability": 0.650390625}, {"start": 2517.42, "end": 2517.74, "word": " work.", "probability": 0.74169921875}, {"start": 2517.88, "end": 2517.98, "word": " As", "probability": 0.705078125}, {"start": 2517.98, "end": 2518.16, "word": " I", "probability": 0.96533203125}, {"start": 2518.16, "end": 2518.4, "word": " said,", "probability": 0.8662109375}, {"start": 2518.54, "end": 2518.72, "word": " if", "probability": 0.93115234375}, {"start": 2518.72, "end": 2518.98, "word": " there", "probability": 0.89453125}, {"start": 2518.98, "end": 2519.02, "word": " is", "probability": 0.91259765625}, {"start": 2519.02, "end": 2519.26, "word": " a", "probability": 0.6953125}, {"start": 2519.26, "end": 2519.3, "word": " button", "probability": 0.84521484375}], "temperature": 1.0}, {"id": 88, "seek": 254496, "start": 2520.6, "end": 2544.96, "text": " If there is a button inside the list view, like this, like delete for example, you will find that when it is turned on, the element itself will not be able to cover it. Because who takes the focus? The delete. Okay? Because a specific element takes the focus, I went to the layout and added this attribute in the activity. Okay? Which is touch screen blocks focus.", "tokens": [759, 456, 307, 257, 2960, 1854, 264, 1329, 1910, 11, 411, 341, 11, 411, 12097, 337, 1365, 11, 291, 486, 915, 300, 562, 309, 307, 3574, 322, 11, 264, 4478, 2564, 486, 406, 312, 1075, 281, 2060, 309, 13, 1436, 567, 2516, 264, 1879, 30, 440, 12097, 13, 1033, 30, 1436, 257, 2685, 4478, 2516, 264, 1879, 11, 286, 1437, 281, 264, 13333, 293, 3869, 341, 19667, 294, 264, 5191, 13, 1033, 30, 3013, 307, 2557, 2568, 8474, 1879, 13], "avg_logprob": -0.4243827160493827, "compression_ratio": 1.6515837104072397, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2520.6, "end": 2520.86, "word": " If", "probability": 0.57373046875}, {"start": 2520.86, "end": 2521.18, "word": " there", "probability": 0.81103515625}, {"start": 2521.18, "end": 2521.18, "word": " is", "probability": 0.779296875}, {"start": 2521.18, "end": 2521.4, "word": " a", "probability": 0.73095703125}, {"start": 2521.4, "end": 2521.4, "word": " button", "probability": 0.69384765625}, {"start": 2521.4, "end": 2521.82, "word": " inside", "probability": 0.488525390625}, {"start": 2521.82, "end": 2521.96, "word": " the", "probability": 0.383056640625}, {"start": 2521.96, "end": 2522.16, "word": " list", "probability": 0.732421875}, {"start": 2522.16, "end": 2522.56, "word": " view,", "probability": 0.74072265625}, {"start": 2522.9, "end": 2523.02, "word": " like", "probability": 0.53564453125}, {"start": 2523.02, "end": 2523.36, "word": " this,", "probability": 0.611328125}, {"start": 2523.66, "end": 2523.82, "word": " like", "probability": 0.53857421875}, {"start": 2523.82, "end": 2524.14, "word": " delete", "probability": 0.69970703125}, {"start": 2524.14, "end": 2524.34, "word": " for", "probability": 0.62841796875}, {"start": 2524.34, "end": 2524.52, "word": " example,", "probability": 0.927734375}, {"start": 2524.82, "end": 2524.9, "word": " you", "probability": 0.80517578125}, {"start": 2524.9, "end": 2525.02, "word": " will", "probability": 0.7958984375}, {"start": 2525.02, "end": 2525.22, "word": " find", "probability": 0.42724609375}, {"start": 2525.22, "end": 2525.36, "word": " that", "probability": 0.8359375}, {"start": 2525.36, "end": 2525.48, "word": " when", "probability": 0.3388671875}, {"start": 2525.48, "end": 2525.66, "word": " it", "probability": 0.7705078125}, {"start": 2525.66, "end": 2525.72, "word": " is", "probability": 0.54833984375}, {"start": 2525.72, "end": 2525.9, "word": " turned", "probability": 0.27685546875}, {"start": 2525.9, "end": 2526.12, "word": " on,", "probability": 0.931640625}, {"start": 2526.24, "end": 2526.34, "word": " the", "probability": 0.76513671875}, {"start": 2526.34, "end": 2526.58, "word": " element", "probability": 0.81298828125}, {"start": 2526.58, "end": 2527.14, "word": " itself", "probability": 0.4814453125}, {"start": 2527.14, "end": 2528.06, "word": " will", "probability": 0.473876953125}, {"start": 2528.06, "end": 2528.06, "word": " not", "probability": 0.90966796875}, {"start": 2528.06, "end": 2528.32, "word": " be", "probability": 0.90185546875}, {"start": 2528.32, "end": 2528.32, "word": " able", "probability": 0.951171875}, {"start": 2528.32, "end": 2528.44, "word": " to", "probability": 0.970703125}, {"start": 2528.44, "end": 2528.66, "word": " cover", "probability": 0.0814208984375}, {"start": 2528.66, "end": 2528.98, "word": " it.", "probability": 0.87646484375}, {"start": 2529.28, "end": 2529.64, "word": " Because", "probability": 0.78076171875}, {"start": 2529.64, "end": 2529.86, "word": " who", "probability": 0.80078125}, {"start": 2529.86, "end": 2530.34, "word": " takes", "probability": 0.306884765625}, {"start": 2530.34, "end": 2530.5, "word": " the", "probability": 0.728515625}, {"start": 2530.5, "end": 2530.98, "word": " focus?", "probability": 0.95947265625}, {"start": 2531.42, "end": 2531.72, "word": " The", "probability": 0.317626953125}, {"start": 2531.72, "end": 2532.06, "word": " delete.", "probability": 0.869140625}, {"start": 2532.46, "end": 2532.74, "word": " Okay?", "probability": 0.256591796875}, {"start": 2533.12, "end": 2533.5, "word": " Because", "probability": 0.6875}, {"start": 2533.5, "end": 2533.92, "word": " a", "probability": 0.7529296875}, {"start": 2533.92, "end": 2534.4, "word": " specific", "probability": 0.33935546875}, {"start": 2534.4, "end": 2534.4, "word": " element", "probability": 0.97998046875}, {"start": 2534.4, "end": 2534.9, "word": " takes", "probability": 0.794921875}, {"start": 2534.9, "end": 2535.06, "word": " the", "probability": 0.75146484375}, {"start": 2535.06, "end": 2535.52, "word": " focus,", "probability": 0.95654296875}, {"start": 2536.22, "end": 2536.64, "word": " I", "probability": 0.5615234375}, {"start": 2536.64, "end": 2536.82, "word": " went", "probability": 0.57568359375}, {"start": 2536.82, "end": 2537.02, "word": " to", "probability": 0.92822265625}, {"start": 2537.02, "end": 2537.14, "word": " the", "probability": 0.7431640625}, {"start": 2537.14, "end": 2537.46, "word": " layout", "probability": 0.87353515625}, {"start": 2537.46, "end": 2537.68, "word": " and", "probability": 0.75439453125}, {"start": 2537.68, "end": 2537.94, "word": " added", "probability": 0.81103515625}, {"start": 2537.94, "end": 2538.8, "word": " this", "probability": 0.55029296875}, {"start": 2538.8, "end": 2539.82, "word": " attribute", "probability": 0.9384765625}, {"start": 2539.82, "end": 2540.18, "word": " in", "probability": 0.41943359375}, {"start": 2540.18, "end": 2540.24, "word": " the", "probability": 0.81005859375}, {"start": 2540.24, "end": 2540.68, "word": " activity.", "probability": 0.91552734375}, {"start": 2542.2, "end": 2542.76, "word": " Okay?", "probability": 0.6142578125}, {"start": 2542.98, "end": 2543.08, "word": " Which", "probability": 0.6025390625}, {"start": 2543.08, "end": 2543.22, "word": " is", "probability": 0.93408203125}, {"start": 2543.22, "end": 2543.5, "word": " touch", "probability": 0.367431640625}, {"start": 2543.5, "end": 2544.06, "word": " screen", "probability": 0.705078125}, {"start": 2544.06, "end": 2544.48, "word": " blocks", "probability": 0.88916015625}, {"start": 2544.48, "end": 2544.96, "word": " focus.", "probability": 0.9453125}], "temperature": 1.0}, {"id": 89, "seek": 257392, "start": 2545.93, "end": 2573.93, "text": " Blocks focus, what does blocks mean? No, blocks prevent the focus. It prevents any element from taking a certain focus. If you put it, true. Let's go back. We took the list view. We took how to do action on the list view. We haven't finished the list view yet. No, not even delete yet. Did you find it? Our list view design is still bad. It has problems. What are they? The existing problems are because", "tokens": [9865, 2761, 1879, 11, 437, 775, 8474, 914, 30, 883, 11, 8474, 4871, 264, 1879, 13, 467, 22367, 604, 4478, 490, 1940, 257, 1629, 1879, 13, 759, 291, 829, 309, 11, 2074, 13, 961, 311, 352, 646, 13, 492, 1890, 264, 1329, 1910, 13, 492, 1890, 577, 281, 360, 3069, 322, 264, 1329, 1910, 13, 492, 2378, 380, 4335, 264, 1329, 1910, 1939, 13, 883, 11, 406, 754, 12097, 1939, 13, 2589, 291, 915, 309, 30, 2621, 1329, 1910, 1715, 307, 920, 1578, 13, 467, 575, 2740, 13, 708, 366, 436, 30, 440, 6741, 2740, 366, 570], "avg_logprob": -0.48182396590709686, "compression_ratio": 1.6903765690376569, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2545.93, "end": 2546.35, "word": " Blocks", "probability": 0.660400390625}, {"start": 2546.35, "end": 2546.67, "word": " focus,", "probability": 0.77685546875}, {"start": 2546.81, "end": 2546.89, "word": " what", "probability": 0.62744140625}, {"start": 2546.89, "end": 2547.03, "word": " does", "probability": 0.67138671875}, {"start": 2547.03, "end": 2547.45, "word": " blocks", "probability": 0.369873046875}, {"start": 2547.45, "end": 2547.45, "word": " mean?", "probability": 0.79736328125}, {"start": 2547.99, "end": 2548.21, "word": " No,", "probability": 0.297119140625}, {"start": 2548.31, "end": 2548.61, "word": " blocks", "probability": 0.8779296875}, {"start": 2548.61, "end": 2548.97, "word": " prevent", "probability": 0.254638671875}, {"start": 2548.97, "end": 2549.49, "word": " the", "probability": 0.115478515625}, {"start": 2549.49, "end": 2550.11, "word": " focus.", "probability": 0.873046875}, {"start": 2550.21, "end": 2550.31, "word": " It", "probability": 0.51513671875}, {"start": 2550.31, "end": 2550.45, "word": " prevents", "probability": 0.79736328125}, {"start": 2550.45, "end": 2550.67, "word": " any", "probability": 0.73388671875}, {"start": 2550.67, "end": 2550.87, "word": " element", "probability": 0.68701171875}, {"start": 2550.87, "end": 2551.11, "word": " from", "probability": 0.61376953125}, {"start": 2551.11, "end": 2551.45, "word": " taking", "probability": 0.464111328125}, {"start": 2551.45, "end": 2551.67, "word": " a", "probability": 0.720703125}, {"start": 2551.67, "end": 2551.89, "word": " certain", "probability": 0.32421875}, {"start": 2551.89, "end": 2552.55, "word": " focus.", "probability": 0.89501953125}, {"start": 2552.77, "end": 2552.89, "word": " If", "probability": 0.142578125}, {"start": 2552.89, "end": 2552.91, "word": " you", "probability": 0.280517578125}, {"start": 2552.91, "end": 2553.15, "word": " put", "probability": 0.58349609375}, {"start": 2553.15, "end": 2553.47, "word": " it,", "probability": 0.677734375}, {"start": 2554.01, "end": 2554.31, "word": " true.", "probability": 0.406494140625}, {"start": 2555.73, "end": 2555.97, "word": " Let's", "probability": 0.56903076171875}, {"start": 2555.97, "end": 2556.03, "word": " go", "probability": 0.4306640625}, {"start": 2556.03, "end": 2556.35, "word": " back.", "probability": 0.76171875}, {"start": 2556.51, "end": 2556.83, "word": " We", "probability": 0.904296875}, {"start": 2556.83, "end": 2556.83, "word": " took", "probability": 0.70703125}, {"start": 2556.83, "end": 2556.97, "word": " the", "probability": 0.61669921875}, {"start": 2556.97, "end": 2557.13, "word": " list", "probability": 0.67529296875}, {"start": 2557.13, "end": 2557.45, "word": " view.", "probability": 0.8115234375}, {"start": 2557.59, "end": 2557.71, "word": " We", "probability": 0.85986328125}, {"start": 2557.71, "end": 2557.85, "word": " took", "probability": 0.5625}, {"start": 2557.85, "end": 2558.07, "word": " how", "probability": 0.8583984375}, {"start": 2558.07, "end": 2558.21, "word": " to", "probability": 0.79052734375}, {"start": 2558.21, "end": 2558.29, "word": " do", "probability": 0.27783203125}, {"start": 2558.29, "end": 2558.73, "word": " action", "probability": 0.64013671875}, {"start": 2558.73, "end": 2558.95, "word": " on", "probability": 0.876953125}, {"start": 2558.95, "end": 2559.77, "word": " the", "probability": 0.8056640625}, {"start": 2559.77, "end": 2559.99, "word": " list", "probability": 0.890625}, {"start": 2559.99, "end": 2560.19, "word": " view.", "probability": 0.888671875}, {"start": 2560.29, "end": 2560.47, "word": " We", "probability": 0.8701171875}, {"start": 2560.47, "end": 2560.57, "word": " haven't", "probability": 0.6259765625}, {"start": 2560.57, "end": 2560.85, "word": " finished", "probability": 0.66162109375}, {"start": 2560.85, "end": 2561.13, "word": " the", "probability": 0.705078125}, {"start": 2561.13, "end": 2561.31, "word": " list", "probability": 0.89111328125}, {"start": 2561.31, "end": 2561.55, "word": " view", "probability": 0.90234375}, {"start": 2561.55, "end": 2561.61, "word": " yet.", "probability": 0.814453125}, {"start": 2563.09, "end": 2563.37, "word": " No,", "probability": 0.5390625}, {"start": 2563.53, "end": 2563.59, "word": " not", "probability": 0.478271484375}, {"start": 2563.59, "end": 2563.65, "word": " even", "probability": 0.5146484375}, {"start": 2563.65, "end": 2563.95, "word": " delete", "probability": 0.70849609375}, {"start": 2563.95, "end": 2564.23, "word": " yet.", "probability": 0.80126953125}, {"start": 2564.69, "end": 2564.79, "word": " Did", "probability": 0.469970703125}, {"start": 2564.79, "end": 2564.79, "word": " you", "probability": 0.95947265625}, {"start": 2564.79, "end": 2564.97, "word": " find", "probability": 0.3603515625}, {"start": 2564.97, "end": 2565.07, "word": " it?", "probability": 0.611328125}, {"start": 2566.69, "end": 2567.13, "word": " Our", "probability": 0.787109375}, {"start": 2567.13, "end": 2567.35, "word": " list", "probability": 0.87744140625}, {"start": 2567.35, "end": 2568.03, "word": " view", "probability": 0.90478515625}, {"start": 2568.03, "end": 2569.07, "word": " design", "probability": 0.2247314453125}, {"start": 2569.07, "end": 2569.37, "word": " is", "probability": 0.85888671875}, {"start": 2569.37, "end": 2569.45, "word": " still", "probability": 0.84912109375}, {"start": 2569.45, "end": 2569.61, "word": " bad.", "probability": 0.8056640625}, {"start": 2569.69, "end": 2569.79, "word": " It", "probability": 0.70947265625}, {"start": 2569.79, "end": 2569.87, "word": " has", "probability": 0.9326171875}, {"start": 2569.87, "end": 2570.27, "word": " problems.", "probability": 0.7880859375}, {"start": 2571.03, "end": 2571.35, "word": " What", "probability": 0.8671875}, {"start": 2571.35, "end": 2571.45, "word": " are", "probability": 0.90869140625}, {"start": 2571.45, "end": 2571.65, "word": " they?", "probability": 0.75244140625}, {"start": 2572.25, "end": 2572.69, "word": " The", "probability": 0.80419921875}, {"start": 2572.69, "end": 2573.35, "word": " existing", "probability": 0.75634765625}, {"start": 2573.35, "end": 2573.39, "word": " problems", "probability": 0.83740234375}, {"start": 2573.39, "end": 2573.59, "word": " are", "probability": 0.5498046875}, {"start": 2573.59, "end": 2573.93, "word": " because", "probability": 0.43701171875}], "temperature": 1.0}, {"id": 90, "seek": 259681, "start": 2576.05, "end": 2596.81, "text": " The more the get list view is expected to be bigger. Right or not? As soon as I make a slide, imagine that I have a list with 100 items. It does not go away from the moment it starts working, it creates a get view for the 100 items.", "tokens": [440, 544, 264, 483, 1329, 1910, 307, 5176, 281, 312, 3801, 13, 1779, 420, 406, 30, 1018, 2321, 382, 286, 652, 257, 4137, 11, 3811, 300, 286, 362, 257, 1329, 365, 2319, 4754, 13, 467, 775, 406, 352, 1314, 490, 264, 1623, 309, 3719, 1364, 11, 309, 7829, 257, 483, 1910, 337, 264, 2319, 4754, 13], "avg_logprob": -0.669956131985313, "compression_ratio": 1.4382716049382716, "no_speech_prob": 0.0, "words": [{"start": 2576.05, "end": 2576.43, "word": " The", "probability": 0.2568359375}, {"start": 2576.43, "end": 2576.43, "word": " more", "probability": 0.5224609375}, {"start": 2576.43, "end": 2577.81, "word": " the", "probability": 0.2359619140625}, {"start": 2577.81, "end": 2578.05, "word": " get", "probability": 0.2115478515625}, {"start": 2578.05, "end": 2578.39, "word": " list", "probability": 0.272705078125}, {"start": 2578.39, "end": 2578.61, "word": " view", "probability": 0.88623046875}, {"start": 2578.61, "end": 2578.75, "word": " is", "probability": 0.53759765625}, {"start": 2578.75, "end": 2579.01, "word": " expected", "probability": 0.482666015625}, {"start": 2579.01, "end": 2579.21, "word": " to", "probability": 0.9326171875}, {"start": 2579.21, "end": 2579.33, "word": " be", "probability": 0.888671875}, {"start": 2579.33, "end": 2579.63, "word": " bigger.", "probability": 0.3994140625}, {"start": 2580.17, "end": 2580.61, "word": " Right", "probability": 0.392822265625}, {"start": 2580.61, "end": 2580.81, "word": " or", "probability": 0.8515625}, {"start": 2580.81, "end": 2580.89, "word": " not?", "probability": 0.44091796875}, {"start": 2581.67, "end": 2581.87, "word": " As", "probability": 0.560546875}, {"start": 2581.87, "end": 2582.07, "word": " soon", "probability": 0.82275390625}, {"start": 2582.07, "end": 2582.17, "word": " as", "probability": 0.96630859375}, {"start": 2582.17, "end": 2582.43, "word": " I", "probability": 0.8701171875}, {"start": 2582.43, "end": 2582.43, "word": " make", "probability": 0.313720703125}, {"start": 2582.43, "end": 2582.57, "word": " a", "probability": 0.82177734375}, {"start": 2582.57, "end": 2582.99, "word": " slide,", "probability": 0.94970703125}, {"start": 2584.87, "end": 2585.33, "word": " imagine", "probability": 0.138916015625}, {"start": 2585.33, "end": 2585.77, "word": " that", "probability": 0.19189453125}, {"start": 2585.77, "end": 2588.39, "word": " I", "probability": 0.54443359375}, {"start": 2588.39, "end": 2590.09, "word": " have", "probability": 0.55859375}, {"start": 2590.09, "end": 2590.57, "word": " a", "probability": 0.64990234375}, {"start": 2590.57, "end": 2590.83, "word": " list", "probability": 0.82275390625}, {"start": 2590.83, "end": 2591.13, "word": " with", "probability": 0.3623046875}, {"start": 2591.13, "end": 2591.53, "word": " 100", "probability": 0.6943359375}, {"start": 2591.53, "end": 2592.01, "word": " items.", "probability": 0.82470703125}, {"start": 2593.61, "end": 2594.05, "word": " It", "probability": 0.1253662109375}, {"start": 2594.05, "end": 2594.21, "word": " does", "probability": 0.484130859375}, {"start": 2594.21, "end": 2594.35, "word": " not", "probability": 0.94189453125}, {"start": 2594.35, "end": 2594.35, "word": " go", "probability": 0.458251953125}, {"start": 2594.35, "end": 2594.51, "word": " away", "probability": 0.302490234375}, {"start": 2594.51, "end": 2594.51, "word": " from", "probability": 0.449462890625}, {"start": 2594.51, "end": 2594.65, "word": " the", "probability": 0.86572265625}, {"start": 2594.65, "end": 2594.79, "word": " moment", "probability": 0.37060546875}, {"start": 2594.79, "end": 2594.99, "word": " it", "probability": 0.81494140625}, {"start": 2594.99, "end": 2595.17, "word": " starts", "probability": 0.52490234375}, {"start": 2595.17, "end": 2595.41, "word": " working,", "probability": 0.62060546875}, {"start": 2595.53, "end": 2595.61, "word": " it", "probability": 0.54248046875}, {"start": 2595.61, "end": 2595.79, "word": " creates", "probability": 0.587890625}, {"start": 2595.79, "end": 2595.91, "word": " a", "probability": 0.732421875}, {"start": 2595.91, "end": 2596.09, "word": " get", "probability": 0.8203125}, {"start": 2596.09, "end": 2596.33, "word": " view", "probability": 0.77490234375}, {"start": 2596.33, "end": 2596.47, "word": " for", "probability": 0.57373046875}, {"start": 2596.47, "end": 2596.55, "word": " the", "probability": 0.328125}, {"start": 2596.55, "end": 2596.71, "word": " 100", "probability": 0.7001953125}, {"start": 2596.71, "end": 2596.81, "word": " items.", "probability": 0.5107421875}], "temperature": 1.0}, {"id": 91, "seek": 262532, "start": 2597.52, "end": 2625.32, "text": "It creates a get-view for only the elements shown on the screen. For example, the screen is 10 and there are 90 hidden elements. It creates a get-view for 10 of them. Then, when you create a slide, it creates a get-view for the element below it. Now, with this existing design, the list view will be slow. So, when you create a slide, it can jump with you. This is important.", "tokens": [3522, 7829, 257, 483, 12, 1759, 337, 787, 264, 4959, 4898, 322, 264, 2568, 13, 1171, 1365, 11, 264, 2568, 307, 1266, 293, 456, 366, 4289, 7633, 4959, 13, 467, 7829, 257, 483, 12, 1759, 337, 1266, 295, 552, 13, 1396, 11, 562, 291, 1884, 257, 4137, 11, 309, 7829, 257, 483, 12, 1759, 337, 264, 4478, 2507, 309, 13, 823, 11, 365, 341, 6741, 1715, 11, 264, 1329, 1910, 486, 312, 2964, 13, 407, 11, 562, 291, 1884, 257, 4137, 11, 309, 393, 3012, 365, 291, 13, 639, 307, 1021, 13], "avg_logprob": -0.5063843855293848, "compression_ratio": 1.8656716417910448, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2597.52, "end": 2597.74, "word": "It", "probability": 0.390380859375}, {"start": 2597.74, "end": 2597.92, "word": " creates", "probability": 0.429443359375}, {"start": 2597.92, "end": 2598.0, "word": " a", "probability": 0.7451171875}, {"start": 2598.0, "end": 2598.14, "word": " get", "probability": 0.408203125}, {"start": 2598.14, "end": 2598.4, "word": "-view", "probability": 0.569091796875}, {"start": 2598.4, "end": 2598.56, "word": " for", "probability": 0.311767578125}, {"start": 2598.56, "end": 2599.62, "word": " only", "probability": 0.343505859375}, {"start": 2599.62, "end": 2600.12, "word": " the", "probability": 0.381103515625}, {"start": 2600.12, "end": 2600.44, "word": " elements", "probability": 0.28271484375}, {"start": 2600.44, "end": 2601.52, "word": " shown", "probability": 0.18359375}, {"start": 2601.52, "end": 2601.66, "word": " on", "probability": 0.548828125}, {"start": 2601.66, "end": 2601.76, "word": " the", "probability": 0.79443359375}, {"start": 2601.76, "end": 2602.02, "word": " screen.", "probability": 0.82861328125}, {"start": 2602.52, "end": 2602.96, "word": " For", "probability": 0.6689453125}, {"start": 2602.96, "end": 2603.12, "word": " example,", "probability": 0.8994140625}, {"start": 2603.22, "end": 2603.34, "word": " the", "probability": 0.4697265625}, {"start": 2603.34, "end": 2603.56, "word": " screen", "probability": 0.58544921875}, {"start": 2603.56, "end": 2603.82, "word": " is", "probability": 0.3740234375}, {"start": 2603.82, "end": 2604.28, "word": " 10", "probability": 0.16552734375}, {"start": 2604.28, "end": 2604.56, "word": " and", "probability": 0.3193359375}, {"start": 2604.56, "end": 2604.78, "word": " there", "probability": 0.64501953125}, {"start": 2604.78, "end": 2604.78, "word": " are", "probability": 0.8056640625}, {"start": 2604.78, "end": 2605.16, "word": " 90", "probability": 0.58056640625}, {"start": 2605.16, "end": 2606.32, "word": " hidden", "probability": 0.78662109375}, {"start": 2606.32, "end": 2606.52, "word": " elements.", "probability": 0.79052734375}, {"start": 2606.52, "end": 2606.68, "word": " It", "probability": 0.56689453125}, {"start": 2606.68, "end": 2606.82, "word": " creates", "probability": 0.83349609375}, {"start": 2606.82, "end": 2606.9, "word": " a", "probability": 0.9326171875}, {"start": 2606.9, "end": 2607.02, "word": " get", "probability": 0.912109375}, {"start": 2607.02, "end": 2607.32, "word": "-view", "probability": 0.90966796875}, {"start": 2607.32, "end": 2607.46, "word": " for", "probability": 0.85888671875}, {"start": 2607.46, "end": 2607.84, "word": " 10", "probability": 0.48583984375}, {"start": 2607.84, "end": 2607.9, "word": " of", "probability": 0.3251953125}, {"start": 2607.9, "end": 2609.12, "word": " them.", "probability": 0.615234375}, {"start": 2609.74, "end": 2610.22, "word": " Then,", "probability": 0.285888671875}, {"start": 2610.48, "end": 2610.72, "word": " when", "probability": 0.71875}, {"start": 2610.72, "end": 2610.92, "word": " you", "probability": 0.9384765625}, {"start": 2610.92, "end": 2611.06, "word": " create", "probability": 0.258544921875}, {"start": 2611.06, "end": 2611.34, "word": " a", "probability": 0.95556640625}, {"start": 2611.34, "end": 2611.76, "word": " slide,", "probability": 0.93115234375}, {"start": 2613.1, "end": 2613.4, "word": " it", "probability": 0.85498046875}, {"start": 2613.4, "end": 2613.84, "word": " creates", "probability": 0.826171875}, {"start": 2613.84, "end": 2613.94, "word": " a", "probability": 0.9501953125}, {"start": 2613.94, "end": 2614.08, "word": " get", "probability": 0.935546875}, {"start": 2614.08, "end": 2614.36, "word": "-view", "probability": 0.923095703125}, {"start": 2614.36, "end": 2614.5, "word": " for", "probability": 0.88671875}, {"start": 2614.5, "end": 2614.72, "word": " the", "probability": 0.57568359375}, {"start": 2614.72, "end": 2614.72, "word": " element", "probability": 0.1610107421875}, {"start": 2614.72, "end": 2615.18, "word": " below", "probability": 0.65234375}, {"start": 2615.18, "end": 2615.46, "word": " it.", "probability": 0.285888671875}, {"start": 2616.6, "end": 2617.08, "word": " Now,", "probability": 0.30126953125}, {"start": 2617.12, "end": 2617.22, "word": " with", "probability": 0.4306640625}, {"start": 2617.22, "end": 2617.3, "word": " this", "probability": 0.45703125}, {"start": 2617.3, "end": 2618.08, "word": " existing", "probability": 0.564453125}, {"start": 2618.08, "end": 2618.08, "word": " design,", "probability": 0.935546875}, {"start": 2618.76, "end": 2618.98, "word": " the", "probability": 0.4697265625}, {"start": 2618.98, "end": 2619.18, "word": " list", "probability": 0.673828125}, {"start": 2619.18, "end": 2619.38, "word": " view", "probability": 0.61669921875}, {"start": 2619.38, "end": 2619.52, "word": " will", "probability": 0.5751953125}, {"start": 2619.52, "end": 2619.66, "word": " be", "probability": 0.86865234375}, {"start": 2619.66, "end": 2619.94, "word": " slow.", "probability": 0.69775390625}, {"start": 2620.8, "end": 2621.06, "word": " So,", "probability": 0.60205078125}, {"start": 2621.38, "end": 2621.4, "word": " when", "probability": 0.57275390625}, {"start": 2621.4, "end": 2621.9, "word": " you", "probability": 0.9501953125}, {"start": 2621.9, "end": 2622.06, "word": " create", "probability": 0.7529296875}, {"start": 2622.06, "end": 2622.18, "word": " a", "probability": 0.9775390625}, {"start": 2622.18, "end": 2622.54, "word": " slide,", "probability": 0.9658203125}, {"start": 2622.62, "end": 2622.64, "word": " it", "probability": 0.818359375}, {"start": 2622.64, "end": 2622.82, "word": " can", "probability": 0.240234375}, {"start": 2622.82, "end": 2623.1, "word": " jump", "probability": 0.324951171875}, {"start": 2623.1, "end": 2623.36, "word": " with", "probability": 0.50634765625}, {"start": 2623.36, "end": 2623.56, "word": " you.", "probability": 0.93994140625}, {"start": 2624.48, "end": 2624.96, "word": " This", "probability": 0.417236328125}, {"start": 2624.96, "end": 2625.04, "word": " is", "probability": 0.94287109375}, {"start": 2625.04, "end": 2625.32, "word": " important.", "probability": 0.8173828125}], "temperature": 1.0}, {"id": 92, "seek": 265540, "start": 2628.2, "end": 2655.4, "text": " No, downloading is different. Sometimes it takes data from the internet. But sometimes, in some programs, I don't know if you are used to it or not, you find that the design of the list view is bad. So, when it creates a slide, it doesn't make it smooth, it sticks. You find it a little bit and then it continues. Okay? What is the reason for this? Because it didn't catch up. Do you understand? You create a slide quickly and it takes 20-30 minutes to create it. Okay? So, you find that it becomes slow.", "tokens": [883, 11, 32529, 307, 819, 13, 4803, 309, 2516, 1412, 490, 264, 4705, 13, 583, 2171, 11, 294, 512, 4268, 11, 286, 500, 380, 458, 498, 291, 366, 1143, 281, 309, 420, 406, 11, 291, 915, 300, 264, 1715, 295, 264, 1329, 1910, 307, 1578, 13, 407, 11, 562, 309, 7829, 257, 4137, 11, 309, 1177, 380, 652, 309, 5508, 11, 309, 12518, 13, 509, 915, 309, 257, 707, 857, 293, 550, 309, 6515, 13, 1033, 30, 708, 307, 264, 1778, 337, 341, 30, 1436, 309, 994, 380, 3745, 493, 13, 1144, 291, 1223, 30, 509, 1884, 257, 4137, 2661, 293, 309, 2516, 945, 12, 3446, 2077, 281, 1884, 309, 13, 1033, 30, 407, 11, 291, 915, 300, 309, 3643, 2964, 13], "avg_logprob": -0.5259146205778045, "compression_ratio": 1.6833333333333333, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2628.2, "end": 2628.48, "word": " No,", "probability": 0.379150390625}, {"start": 2628.56, "end": 2628.9, "word": " downloading", "probability": 0.2430419921875}, {"start": 2628.9, "end": 2629.02, "word": " is", "probability": 0.642578125}, {"start": 2629.02, "end": 2629.26, "word": " different.", "probability": 0.7705078125}, {"start": 2629.5, "end": 2629.86, "word": " Sometimes", "probability": 0.7939453125}, {"start": 2629.86, "end": 2630.38, "word": " it", "probability": 0.36572265625}, {"start": 2630.38, "end": 2630.38, "word": " takes", "probability": 0.116943359375}, {"start": 2630.38, "end": 2630.76, "word": " data", "probability": 0.51904296875}, {"start": 2630.76, "end": 2631.04, "word": " from", "probability": 0.84375}, {"start": 2631.04, "end": 2631.14, "word": " the", "probability": 0.482666015625}, {"start": 2631.14, "end": 2631.52, "word": " internet.", "probability": 0.7587890625}, {"start": 2632.58, "end": 2632.94, "word": " But", "probability": 0.1741943359375}, {"start": 2632.94, "end": 2633.36, "word": " sometimes,", "probability": 0.81396484375}, {"start": 2633.86, "end": 2634.6, "word": " in", "probability": 0.47509765625}, {"start": 2634.6, "end": 2634.92, "word": " some", "probability": 0.763671875}, {"start": 2634.92, "end": 2635.4, "word": " programs,", "probability": 0.595703125}, {"start": 2635.52, "end": 2635.58, "word": " I", "probability": 0.671875}, {"start": 2635.58, "end": 2635.72, "word": " don't", "probability": 0.91943359375}, {"start": 2635.72, "end": 2635.8, "word": " know", "probability": 0.88623046875}, {"start": 2635.8, "end": 2635.98, "word": " if", "probability": 0.8310546875}, {"start": 2635.98, "end": 2636.24, "word": " you", "probability": 0.54736328125}, {"start": 2636.24, "end": 2636.24, "word": " are", "probability": 0.12030029296875}, {"start": 2636.24, "end": 2636.24, "word": " used", "probability": 0.28173828125}, {"start": 2636.24, "end": 2636.34, "word": " to", "probability": 0.93994140625}, {"start": 2636.34, "end": 2636.5, "word": " it", "probability": 0.69873046875}, {"start": 2636.5, "end": 2636.62, "word": " or", "probability": 0.8447265625}, {"start": 2636.62, "end": 2636.78, "word": " not,", "probability": 0.9248046875}, {"start": 2637.54, "end": 2637.72, "word": " you", "probability": 0.72509765625}, {"start": 2637.72, "end": 2637.96, "word": " find", "probability": 0.37451171875}, {"start": 2637.96, "end": 2638.04, "word": " that", "probability": 0.459228515625}, {"start": 2638.04, "end": 2638.1, "word": " the", "probability": 0.783203125}, {"start": 2638.1, "end": 2638.28, "word": " design", "probability": 0.352294921875}, {"start": 2638.28, "end": 2638.46, "word": " of", "probability": 0.91748046875}, {"start": 2638.46, "end": 2638.48, "word": " the", "probability": 0.81298828125}, {"start": 2638.48, "end": 2638.64, "word": " list", "probability": 0.56689453125}, {"start": 2638.64, "end": 2638.9, "word": " view", "probability": 0.63525390625}, {"start": 2638.9, "end": 2638.92, "word": " is", "probability": 0.91748046875}, {"start": 2638.92, "end": 2639.2, "word": " bad.", "probability": 0.71533203125}, {"start": 2639.34, "end": 2639.42, "word": " So,", "probability": 0.68505859375}, {"start": 2639.56, "end": 2639.92, "word": " when", "probability": 0.72314453125}, {"start": 2639.92, "end": 2640.08, "word": " it", "probability": 0.5439453125}, {"start": 2640.08, "end": 2640.3, "word": " creates", "probability": 0.28173828125}, {"start": 2640.3, "end": 2640.42, "word": " a", "probability": 0.83642578125}, {"start": 2640.42, "end": 2640.86, "word": " slide,", "probability": 0.939453125}, {"start": 2641.2, "end": 2641.66, "word": " it", "probability": 0.86962890625}, {"start": 2641.66, "end": 2641.68, "word": " doesn't", "probability": 0.7459716796875}, {"start": 2641.68, "end": 2641.82, "word": " make", "probability": 0.5693359375}, {"start": 2641.82, "end": 2641.98, "word": " it", "probability": 0.708984375}, {"start": 2641.98, "end": 2642.38, "word": " smooth,", "probability": 0.8603515625}, {"start": 2642.44, "end": 2642.56, "word": " it", "probability": 0.8466796875}, {"start": 2642.56, "end": 2642.94, "word": " sticks.", "probability": 0.0625}, {"start": 2643.32, "end": 2643.56, "word": " You", "probability": 0.66748046875}, {"start": 2643.56, "end": 2643.74, "word": " find", "probability": 0.439208984375}, {"start": 2643.74, "end": 2643.8, "word": " it", "probability": 0.303955078125}, {"start": 2643.8, "end": 2643.9, "word": " a", "probability": 0.4453125}, {"start": 2643.9, "end": 2644.04, "word": " little", "probability": 0.62744140625}, {"start": 2644.04, "end": 2644.14, "word": " bit", "probability": 0.57568359375}, {"start": 2644.14, "end": 2644.24, "word": " and", "probability": 0.384521484375}, {"start": 2644.24, "end": 2644.6, "word": " then", "probability": 0.76806640625}, {"start": 2644.6, "end": 2645.68, "word": " it", "probability": 0.748046875}, {"start": 2645.68, "end": 2645.98, "word": " continues.", "probability": 0.374755859375}, {"start": 2646.52, "end": 2646.7, "word": " Okay?", "probability": 0.255126953125}, {"start": 2647.46, "end": 2647.82, "word": " What", "probability": 0.771484375}, {"start": 2647.82, "end": 2647.88, "word": " is", "probability": 0.76904296875}, {"start": 2647.88, "end": 2648.0, "word": " the", "probability": 0.73583984375}, {"start": 2648.0, "end": 2648.22, "word": " reason", "probability": 0.92724609375}, {"start": 2648.22, "end": 2648.42, "word": " for", "probability": 0.78173828125}, {"start": 2648.42, "end": 2648.56, "word": " this?", "probability": 0.7724609375}, {"start": 2648.62, "end": 2648.88, "word": " Because", "probability": 0.88671875}, {"start": 2648.88, "end": 2649.4, "word": " it", "probability": 0.71484375}, {"start": 2649.4, "end": 2649.44, "word": " didn't", "probability": 0.635498046875}, {"start": 2649.44, "end": 2649.72, "word": " catch", "probability": 0.5693359375}, {"start": 2649.72, "end": 2649.9, "word": " up.", "probability": 0.84521484375}, {"start": 2650.28, "end": 2650.4, "word": " Do", "probability": 0.2236328125}, {"start": 2650.4, "end": 2650.46, "word": " you", "probability": 0.974609375}, {"start": 2650.46, "end": 2650.46, "word": " understand?", "probability": 0.69873046875}, {"start": 2650.6, "end": 2650.84, "word": " You", "probability": 0.441650390625}, {"start": 2650.84, "end": 2651.12, "word": " create", "probability": 0.482421875}, {"start": 2651.12, "end": 2651.24, "word": " a", "probability": 0.95654296875}, {"start": 2651.24, "end": 2651.5, "word": " slide", "probability": 0.8359375}, {"start": 2651.5, "end": 2651.84, "word": " quickly", "probability": 0.258544921875}, {"start": 2651.84, "end": 2652.16, "word": " and", "probability": 0.6845703125}, {"start": 2652.16, "end": 2652.36, "word": " it", "probability": 0.442138671875}, {"start": 2652.36, "end": 2652.56, "word": " takes", "probability": 0.4921875}, {"start": 2652.56, "end": 2653.24, "word": " 20", "probability": 0.58056640625}, {"start": 2653.24, "end": 2653.62, "word": "-30", "probability": 0.7066650390625}, {"start": 2653.62, "end": 2653.8, "word": " minutes", "probability": 0.5673828125}, {"start": 2653.8, "end": 2653.8, "word": " to", "probability": 0.6572265625}, {"start": 2653.8, "end": 2653.8, "word": " create", "probability": 0.7060546875}, {"start": 2653.8, "end": 2653.8, "word": " it.", "probability": 0.7919921875}, {"start": 2654.34, "end": 2654.54, "word": " Okay?", "probability": 0.580078125}, {"start": 2654.62, "end": 2654.7, "word": " So,", "probability": 0.8212890625}, {"start": 2654.72, "end": 2654.82, "word": " you", "probability": 0.7109375}, {"start": 2654.82, "end": 2654.92, "word": " find", "probability": 0.68017578125}, {"start": 2654.92, "end": 2654.98, "word": " that", "probability": 0.548828125}, {"start": 2654.98, "end": 2655.08, "word": " it", "probability": 0.90966796875}, {"start": 2655.08, "end": 2655.2, "word": " becomes", "probability": 0.619140625}, {"start": 2655.2, "end": 2655.4, "word": " slow.", "probability": 0.85888671875}], "temperature": 1.0}, {"id": 93, "seek": 267920, "start": 2656.86, "end": 2679.2, "text": "Look at some simple techniques to speed up this process. If you look at the GetView, we said that there is an item called Position, and there is another element called ConvertView. We did not talk about this, right? What is this ConvertView? Did you notice that the idea of ListView was the third one?", "tokens": [12863, 412, 512, 2199, 7512, 281, 3073, 493, 341, 1399, 13, 759, 291, 574, 412, 264, 3240, 30203, 11, 321, 848, 300, 456, 307, 364, 3174, 1219, 29780, 11, 293, 456, 307, 1071, 4478, 1219, 2656, 3281, 30203, 13, 492, 630, 406, 751, 466, 341, 11, 558, 30, 708, 307, 341, 2656, 3281, 30203, 30, 2589, 291, 3449, 300, 264, 1558, 295, 17668, 30203, 390, 264, 2636, 472, 30], "avg_logprob": -0.5031250195843833, "compression_ratio": 1.5759162303664922, "no_speech_prob": 0.0, "words": [{"start": 2656.86, "end": 2657.36, "word": "Look", "probability": 0.037445068359375}, {"start": 2657.36, "end": 2657.86, "word": " at", "probability": 0.73681640625}, {"start": 2657.86, "end": 2658.12, "word": " some", "probability": 0.33935546875}, {"start": 2658.12, "end": 2658.28, "word": " simple", "probability": 0.57568359375}, {"start": 2658.28, "end": 2658.78, "word": " techniques", "probability": 0.91796875}, {"start": 2658.78, "end": 2660.1, "word": " to", "probability": 0.455322265625}, {"start": 2660.1, "end": 2661.64, "word": " speed", "probability": 0.59228515625}, {"start": 2661.64, "end": 2661.7, "word": " up", "probability": 0.88671875}, {"start": 2661.7, "end": 2661.78, "word": " this", "probability": 0.72021484375}, {"start": 2661.78, "end": 2662.24, "word": " process.", "probability": 0.919921875}, {"start": 2662.9, "end": 2663.0, "word": " If", "probability": 0.092041015625}, {"start": 2663.0, "end": 2663.18, "word": " you", "probability": 0.55224609375}, {"start": 2663.18, "end": 2663.38, "word": " look", "probability": 0.76806640625}, {"start": 2663.38, "end": 2663.5, "word": " at", "probability": 0.7333984375}, {"start": 2663.5, "end": 2663.6, "word": " the", "probability": 0.59130859375}, {"start": 2663.6, "end": 2664.02, "word": " GetView,", "probability": 0.58544921875}, {"start": 2665.0, "end": 2665.38, "word": " we", "probability": 0.266357421875}, {"start": 2665.38, "end": 2665.38, "word": " said", "probability": 0.40576171875}, {"start": 2665.38, "end": 2665.56, "word": " that", "probability": 0.42578125}, {"start": 2665.56, "end": 2665.66, "word": " there", "probability": 0.400390625}, {"start": 2665.66, "end": 2665.66, "word": " is", "probability": 0.595703125}, {"start": 2665.66, "end": 2665.82, "word": " an", "probability": 0.84423828125}, {"start": 2665.82, "end": 2666.08, "word": " item", "probability": 0.89501953125}, {"start": 2666.08, "end": 2666.34, "word": " called", "probability": 0.63134765625}, {"start": 2666.34, "end": 2667.38, "word": " Position,", "probability": 0.54150390625}, {"start": 2667.82, "end": 2668.08, "word": " and", "probability": 0.86767578125}, {"start": 2668.08, "end": 2668.28, "word": " there", "probability": 0.59033203125}, {"start": 2668.28, "end": 2668.4, "word": " is", "probability": 0.900390625}, {"start": 2668.4, "end": 2668.52, "word": " another", "probability": 0.82861328125}, {"start": 2668.52, "end": 2668.82, "word": " element", "probability": 0.6708984375}, {"start": 2668.82, "end": 2669.44, "word": " called", "probability": 0.86474609375}, {"start": 2669.44, "end": 2671.24, "word": " ConvertView.", "probability": 0.9055989583333334}, {"start": 2672.32, "end": 2672.82, "word": " We", "probability": 0.65576171875}, {"start": 2672.82, "end": 2672.92, "word": " did", "probability": 0.386474609375}, {"start": 2672.92, "end": 2672.92, "word": " not", "probability": 0.94580078125}, {"start": 2672.92, "end": 2673.16, "word": " talk", "probability": 0.61083984375}, {"start": 2673.16, "end": 2673.52, "word": " about", "probability": 0.900390625}, {"start": 2673.52, "end": 2673.62, "word": " this,", "probability": 0.6015625}, {"start": 2673.7, "end": 2673.9, "word": " right?", "probability": 0.548828125}, {"start": 2674.16, "end": 2674.62, "word": " What", "probability": 0.72119140625}, {"start": 2674.62, "end": 2674.74, "word": " is", "probability": 0.90087890625}, {"start": 2674.74, "end": 2674.8, "word": " this", "probability": 0.65576171875}, {"start": 2674.8, "end": 2675.48, "word": " ConvertView?", "probability": 0.9482421875}, {"start": 2676.3, "end": 2676.78, "word": " Did", "probability": 0.27490234375}, {"start": 2676.78, "end": 2676.86, "word": " you", "probability": 0.96240234375}, {"start": 2676.86, "end": 2677.04, "word": " notice", "probability": 0.3369140625}, {"start": 2677.04, "end": 2677.6, "word": " that", "probability": 0.7734375}, {"start": 2677.6, "end": 2677.68, "word": " the", "probability": 0.63037109375}, {"start": 2677.68, "end": 2677.92, "word": " idea", "probability": 0.6787109375}, {"start": 2677.92, "end": 2678.1, "word": " of", "probability": 0.810546875}, {"start": 2678.1, "end": 2678.62, "word": " ListView", "probability": 0.744384765625}, {"start": 2678.62, "end": 2678.8, "word": " was", "probability": 0.78271484375}, {"start": 2678.8, "end": 2679.08, "word": " the", "probability": 0.425537109375}, {"start": 2679.08, "end": 2679.14, "word": " third", "probability": 0.8369140625}, {"start": 2679.14, "end": 2679.2, "word": " one?", "probability": 0.429931640625}], "temperature": 1.0}, {"id": 94, "seek": 270001, "start": 2682.69, "end": 2700.01, "text": " For example, you see these elements. There are new elements. When you make a slide, for example, you pull this up like this, the element here will come out of the screen. I pull it out, it's useless. It's true that it came out of the screen, but what does it do? It tells the element that came out that", "tokens": [1171, 1365, 11, 291, 536, 613, 4959, 13, 821, 366, 777, 4959, 13, 1133, 291, 652, 257, 4137, 11, 337, 1365, 11, 291, 2235, 341, 493, 411, 341, 11, 264, 4478, 510, 486, 808, 484, 295, 264, 2568, 13, 286, 2235, 309, 484, 11, 309, 311, 14115, 13, 467, 311, 2074, 300, 309, 1361, 484, 295, 264, 2568, 11, 457, 437, 775, 309, 360, 30, 467, 5112, 264, 4478, 300, 1361, 484, 300], "avg_logprob": -0.5595439011986191, "compression_ratio": 1.7719298245614035, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 2682.6899999999996, "end": 2683.0899999999997, "word": " For", "probability": 0.1512451171875}, {"start": 2683.0899999999997, "end": 2683.49, "word": " example,", "probability": 0.86767578125}, {"start": 2684.37, "end": 2684.37, "word": " you", "probability": 0.14208984375}, {"start": 2684.37, "end": 2684.69, "word": " see", "probability": 0.09503173828125}, {"start": 2684.69, "end": 2685.07, "word": " these", "probability": 0.308837890625}, {"start": 2685.07, "end": 2685.39, "word": " elements.", "probability": 0.44482421875}, {"start": 2685.75, "end": 2685.89, "word": " There", "probability": 0.326904296875}, {"start": 2685.89, "end": 2685.97, "word": " are", "probability": 0.912109375}, {"start": 2685.97, "end": 2686.47, "word": " new", "probability": 0.73291015625}, {"start": 2686.47, "end": 2686.47, "word": " elements.", "probability": 0.87841796875}, {"start": 2687.33, "end": 2687.73, "word": " When", "probability": 0.47607421875}, {"start": 2687.73, "end": 2687.93, "word": " you", "probability": 0.95263671875}, {"start": 2687.93, "end": 2688.07, "word": " make", "probability": 0.31982421875}, {"start": 2688.07, "end": 2688.23, "word": " a", "probability": 0.83154296875}, {"start": 2688.23, "end": 2688.59, "word": " slide,", "probability": 0.931640625}, {"start": 2688.73, "end": 2688.89, "word": " for", "probability": 0.533203125}, {"start": 2688.89, "end": 2689.03, "word": " example,", "probability": 0.93408203125}, {"start": 2689.25, "end": 2689.35, "word": " you", "probability": 0.332275390625}, {"start": 2689.35, "end": 2689.57, "word": " pull", "probability": 0.3017578125}, {"start": 2689.57, "end": 2689.79, "word": " this", "probability": 0.623046875}, {"start": 2689.79, "end": 2690.05, "word": " up", "probability": 0.53125}, {"start": 2690.05, "end": 2690.29, "word": " like", "probability": 0.280517578125}, {"start": 2690.29, "end": 2690.49, "word": " this,", "probability": 0.80615234375}, {"start": 2690.65, "end": 2690.73, "word": " the", "probability": 0.72021484375}, {"start": 2690.73, "end": 2690.95, "word": " element", "probability": 0.90576171875}, {"start": 2690.95, "end": 2691.31, "word": " here", "probability": 0.311279296875}, {"start": 2691.31, "end": 2691.77, "word": " will", "probability": 0.59912109375}, {"start": 2691.77, "end": 2692.57, "word": " come", "probability": 0.2490234375}, {"start": 2692.57, "end": 2692.71, "word": " out", "probability": 0.81591796875}, {"start": 2692.71, "end": 2692.85, "word": " of", "probability": 0.9169921875}, {"start": 2692.85, "end": 2692.93, "word": " the", "probability": 0.90576171875}, {"start": 2692.93, "end": 2693.11, "word": " screen.", "probability": 0.87744140625}, {"start": 2693.19, "end": 2693.25, "word": " I", "probability": 0.52294921875}, {"start": 2693.25, "end": 2693.43, "word": " pull", "probability": 0.76806640625}, {"start": 2693.43, "end": 2693.67, "word": " it", "probability": 0.73193359375}, {"start": 2693.67, "end": 2693.91, "word": " out,", "probability": 0.2486572265625}, {"start": 2694.23, "end": 2694.35, "word": " it's", "probability": 0.519287109375}, {"start": 2694.35, "end": 2694.57, "word": " useless.", "probability": 0.31396484375}, {"start": 2695.19, "end": 2695.47, "word": " It's", "probability": 0.5931396484375}, {"start": 2695.47, "end": 2695.49, "word": " true", "probability": 0.3984375}, {"start": 2695.49, "end": 2695.67, "word": " that", "probability": 0.7626953125}, {"start": 2695.67, "end": 2695.71, "word": " it", "probability": 0.84033203125}, {"start": 2695.71, "end": 2695.89, "word": " came", "probability": 0.5791015625}, {"start": 2695.89, "end": 2695.99, "word": " out", "probability": 0.87890625}, {"start": 2695.99, "end": 2696.15, "word": " of", "probability": 0.94189453125}, {"start": 2696.15, "end": 2696.29, "word": " the", "probability": 0.91845703125}, {"start": 2696.29, "end": 2696.49, "word": " screen,", "probability": 0.88330078125}, {"start": 2696.63, "end": 2696.79, "word": " but", "probability": 0.9111328125}, {"start": 2696.79, "end": 2697.27, "word": " what", "probability": 0.89111328125}, {"start": 2697.27, "end": 2697.33, "word": " does", "probability": 0.73388671875}, {"start": 2697.33, "end": 2697.33, "word": " it", "probability": 0.76220703125}, {"start": 2697.33, "end": 2697.55, "word": " do?", "probability": 0.94580078125}, {"start": 2698.23, "end": 2698.63, "word": " It", "probability": 0.83642578125}, {"start": 2698.63, "end": 2698.79, "word": " tells", "probability": 0.63134765625}, {"start": 2698.79, "end": 2698.97, "word": " the", "probability": 0.74609375}, {"start": 2698.97, "end": 2699.21, "word": " element", "probability": 0.94775390625}, {"start": 2699.21, "end": 2699.43, "word": " that", "probability": 0.85302734375}, {"start": 2699.43, "end": 2699.59, "word": " came", "probability": 0.74658203125}, {"start": 2699.59, "end": 2699.71, "word": " out", "probability": 0.85205078125}, {"start": 2699.71, "end": 2700.01, "word": " that", "probability": 0.247314453125}], "temperature": 1.0}, {"id": 95, "seek": 272058, "start": 2701.16, "end": 2720.58, "text": " Yes, you can reuse it, instead of going and doing what? Inflate. The bottom has two things. Inflate is the most important thing. You will find a view by ID, when you search. Okay? Inflate is the most important thing. So, I will try to reduce the inflate.", "tokens": [1079, 11, 291, 393, 26225, 309, 11, 2602, 295, 516, 293, 884, 437, 30, 682, 3423, 473, 13, 440, 10592, 1353, 76, 575, 732, 721, 13, 682, 3423, 473, 307, 264, 881, 1021, 551, 13, 509, 486, 915, 257, 1910, 538, 7348, 11, 562, 291, 3164, 13, 1033, 30, 682, 3423, 473, 307, 264, 881, 1021, 551, 13, 407, 11, 286, 486, 853, 281, 5407, 264, 9922, 473, 13], "avg_logprob": -0.5924107125827245, "compression_ratio": 1.5838509316770186, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 2701.16, "end": 2701.6, "word": " Yes,", "probability": 0.1683349609375}, {"start": 2702.2, "end": 2702.34, "word": " you", "probability": 0.5859375}, {"start": 2702.34, "end": 2702.58, "word": " can", "probability": 0.8837890625}, {"start": 2702.58, "end": 2702.88, "word": " reuse", "probability": 0.6123046875}, {"start": 2702.88, "end": 2703.54, "word": " it,", "probability": 0.79345703125}, {"start": 2703.86, "end": 2704.08, "word": " instead", "probability": 0.64013671875}, {"start": 2704.08, "end": 2704.24, "word": " of", "probability": 0.94677734375}, {"start": 2704.24, "end": 2704.44, "word": " going", "probability": 0.1763916015625}, {"start": 2704.44, "end": 2704.68, "word": " and", "probability": 0.412841796875}, {"start": 2704.68, "end": 2704.92, "word": " doing", "probability": 0.5224609375}, {"start": 2704.92, "end": 2705.34, "word": " what?", "probability": 0.37646484375}, {"start": 2705.94, "end": 2706.5, "word": " Inflate.", "probability": 0.8561197916666666}, {"start": 2706.9, "end": 2707.5, "word": " The", "probability": 0.47412109375}, {"start": 2707.5, "end": 2707.9, "word": " bottom", "probability": 0.4295450846354167}, {"start": 2707.9, "end": 2708.26, "word": " has", "probability": 0.2333984375}, {"start": 2708.26, "end": 2708.72, "word": " two", "probability": 0.7919921875}, {"start": 2708.72, "end": 2708.72, "word": " things.", "probability": 0.334228515625}, {"start": 2709.04, "end": 2709.64, "word": " Inflate", "probability": 0.78125}, {"start": 2709.64, "end": 2709.86, "word": " is", "probability": 0.7919921875}, {"start": 2709.86, "end": 2710.2, "word": " the", "probability": 0.452392578125}, {"start": 2710.2, "end": 2710.2, "word": " most", "probability": 0.744140625}, {"start": 2710.2, "end": 2710.58, "word": " important", "probability": 0.51416015625}, {"start": 2710.58, "end": 2711.46, "word": " thing.", "probability": 0.6875}, {"start": 2711.58, "end": 2711.66, "word": " You", "probability": 0.2340087890625}, {"start": 2711.66, "end": 2711.74, "word": " will", "probability": 0.5048828125}, {"start": 2711.74, "end": 2711.94, "word": " find", "probability": 0.9033203125}, {"start": 2711.94, "end": 2712.06, "word": " a", "probability": 0.4921875}, {"start": 2712.06, "end": 2712.18, "word": " view", "probability": 0.7578125}, {"start": 2712.18, "end": 2712.32, "word": " by", "probability": 0.81494140625}, {"start": 2712.32, "end": 2712.62, "word": " ID,", "probability": 0.7841796875}, {"start": 2713.36, "end": 2713.86, "word": " when", "probability": 0.432861328125}, {"start": 2713.86, "end": 2713.92, "word": " you", "probability": 0.462646484375}, {"start": 2713.92, "end": 2714.28, "word": " search.", "probability": 0.5498046875}, {"start": 2715.1, "end": 2715.26, "word": " Okay?", "probability": 0.22119140625}, {"start": 2716.02, "end": 2716.38, "word": " Inflate", "probability": 0.794189453125}, {"start": 2716.38, "end": 2716.38, "word": " is", "probability": 0.65966796875}, {"start": 2716.38, "end": 2716.38, "word": " the", "probability": 0.7060546875}, {"start": 2716.38, "end": 2716.38, "word": " most", "probability": 0.8603515625}, {"start": 2716.38, "end": 2716.64, "word": " important", "probability": 0.8203125}, {"start": 2716.64, "end": 2716.64, "word": " thing.", "probability": 0.7666015625}, {"start": 2717.86, "end": 2717.98, "word": " So,", "probability": 0.71435546875}, {"start": 2718.0, "end": 2718.1, "word": " I", "probability": 0.97216796875}, {"start": 2718.1, "end": 2718.26, "word": " will", "probability": 0.5087890625}, {"start": 2718.26, "end": 2718.64, "word": " try", "probability": 0.91845703125}, {"start": 2718.64, "end": 2718.86, "word": " to", "probability": 0.8984375}, {"start": 2718.86, "end": 2719.26, "word": " reduce", "probability": 0.48095703125}, {"start": 2719.26, "end": 2720.1, "word": " the", "probability": 0.46923828125}, {"start": 2720.1, "end": 2720.58, "word": " inflate.", "probability": 0.83349609375}], "temperature": 1.0}, {"id": 96, "seek": 273757, "start": 2721.95, "end": 2737.57, "text": "In the natural state, in the code that we wrote, whenever an element appears and a new element enters its place, this element is inflated. Now, depending on the element that appears, we take its view and replace the existing data.", "tokens": [4575, 264, 3303, 1785, 11, 294, 264, 3089, 300, 321, 4114, 11, 5699, 364, 4478, 7038, 293, 257, 777, 4478, 18780, 1080, 1081, 11, 341, 4478, 307, 9922, 770, 13, 823, 11, 5413, 322, 264, 4478, 300, 7038, 11, 321, 747, 1080, 1910, 293, 7406, 264, 6741, 1412, 13], "avg_logprob": -0.5881250262260437, "compression_ratio": 1.5972222222222223, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2721.95, "end": 2722.11, "word": "In", "probability": 0.68603515625}, {"start": 2722.11, "end": 2722.17, "word": " the", "probability": 0.62939453125}, {"start": 2722.17, "end": 2722.19, "word": " natural", "probability": 0.3408203125}, {"start": 2722.19, "end": 2722.63, "word": " state,", "probability": 0.379638671875}, {"start": 2722.89, "end": 2722.93, "word": " in", "probability": 0.6396484375}, {"start": 2722.93, "end": 2723.03, "word": " the", "probability": 0.8544921875}, {"start": 2723.03, "end": 2723.23, "word": " code", "probability": 0.81982421875}, {"start": 2723.23, "end": 2723.31, "word": " that", "probability": 0.46826171875}, {"start": 2723.31, "end": 2723.45, "word": " we", "probability": 0.896484375}, {"start": 2723.45, "end": 2723.71, "word": " wrote,", "probability": 0.421142578125}, {"start": 2724.21, "end": 2724.63, "word": " whenever", "probability": 0.2900390625}, {"start": 2724.63, "end": 2724.87, "word": " an", "probability": 0.5068359375}, {"start": 2724.87, "end": 2725.07, "word": " element", "probability": 0.8759765625}, {"start": 2725.07, "end": 2725.43, "word": " appears", "probability": 0.2469482421875}, {"start": 2725.43, "end": 2725.87, "word": " and", "probability": 0.5498046875}, {"start": 2725.87, "end": 2726.11, "word": " a", "probability": 0.3564453125}, {"start": 2726.11, "end": 2726.19, "word": " new", "probability": 0.89013671875}, {"start": 2726.19, "end": 2726.43, "word": " element", "probability": 0.837890625}, {"start": 2726.43, "end": 2726.91, "word": " enters", "probability": 0.58154296875}, {"start": 2726.91, "end": 2727.07, "word": " its", "probability": 0.52099609375}, {"start": 2727.07, "end": 2727.47, "word": " place,", "probability": 0.71484375}, {"start": 2727.77, "end": 2727.93, "word": " this", "probability": 0.37841796875}, {"start": 2727.93, "end": 2728.25, "word": " element", "probability": 0.806640625}, {"start": 2728.25, "end": 2728.53, "word": " is", "probability": 0.191650390625}, {"start": 2728.53, "end": 2730.29, "word": " inflated.", "probability": 0.806396484375}, {"start": 2731.33, "end": 2731.81, "word": " Now,", "probability": 0.487060546875}, {"start": 2732.13, "end": 2732.35, "word": " depending", "probability": 0.09259033203125}, {"start": 2732.35, "end": 2732.47, "word": " on", "probability": 0.93310546875}, {"start": 2732.47, "end": 2732.57, "word": " the", "probability": 0.499267578125}, {"start": 2732.57, "end": 2732.81, "word": " element", "probability": 0.7470703125}, {"start": 2732.81, "end": 2732.97, "word": " that", "probability": 0.80419921875}, {"start": 2732.97, "end": 2733.25, "word": " appears,", "probability": 0.6513671875}, {"start": 2733.79, "end": 2734.53, "word": " we", "probability": 0.87939453125}, {"start": 2734.53, "end": 2734.73, "word": " take", "probability": 0.24853515625}, {"start": 2734.73, "end": 2734.89, "word": " its", "probability": 0.7392578125}, {"start": 2734.89, "end": 2735.13, "word": " view", "probability": 0.7236328125}, {"start": 2735.13, "end": 2736.89, "word": " and", "probability": 0.90087890625}, {"start": 2736.89, "end": 2737.23, "word": " replace", "probability": 0.222412109375}, {"start": 2737.23, "end": 2737.35, "word": " the", "probability": 0.5595703125}, {"start": 2737.35, "end": 2737.37, "word": " existing", "probability": 0.443359375}, {"start": 2737.37, "end": 2737.57, "word": " data.", "probability": 0.66259765625}], "temperature": 1.0}, {"id": 97, "seek": 276427, "start": 2740.13, "end": 2764.27, "text": "Clearly, we fill it from beginning to end, instead of doing the fillet. How do we get this result? I got a view by itself. If you want to implement it in the case of slide, it will return you the convert view, which is the element that came out of the screen. So you can use it.", "tokens": [34, 5797, 356, 11, 321, 2836, 309, 490, 2863, 281, 917, 11, 2602, 295, 884, 264, 2836, 302, 13, 1012, 360, 321, 483, 341, 1874, 30, 286, 658, 257, 1910, 538, 2564, 13, 759, 291, 528, 281, 4445, 309, 294, 264, 1389, 295, 4137, 11, 309, 486, 2736, 291, 264, 7620, 1910, 11, 597, 307, 264, 4478, 300, 1361, 484, 295, 264, 2568, 13, 407, 291, 393, 764, 309, 13], "avg_logprob": -0.6232394215086816, "compression_ratio": 1.5191256830601092, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2740.13, "end": 2740.59, "word": "Clearly,", "probability": 0.4949951171875}, {"start": 2740.71, "end": 2740.81, "word": " we", "probability": 0.72265625}, {"start": 2740.81, "end": 2741.09, "word": " fill", "probability": 0.419189453125}, {"start": 2741.09, "end": 2741.27, "word": " it", "probability": 0.57666015625}, {"start": 2741.27, "end": 2741.35, "word": " from", "probability": 0.3017578125}, {"start": 2741.35, "end": 2741.51, "word": " beginning", "probability": 0.393310546875}, {"start": 2741.51, "end": 2741.63, "word": " to", "probability": 0.95703125}, {"start": 2741.63, "end": 2741.79, "word": " end,", "probability": 0.89306640625}, {"start": 2741.91, "end": 2742.07, "word": " instead", "probability": 0.58984375}, {"start": 2742.07, "end": 2742.19, "word": " of", "probability": 0.951171875}, {"start": 2742.19, "end": 2742.63, "word": " doing", "probability": 0.220458984375}, {"start": 2742.63, "end": 2743.41, "word": " the", "probability": 0.2486572265625}, {"start": 2743.41, "end": 2743.79, "word": " fillet.", "probability": 0.626708984375}, {"start": 2744.31, "end": 2744.77, "word": " How", "probability": 0.14453125}, {"start": 2744.77, "end": 2744.77, "word": " do", "probability": 0.495849609375}, {"start": 2744.77, "end": 2744.77, "word": " we", "probability": 0.87744140625}, {"start": 2744.77, "end": 2744.77, "word": " get", "probability": 0.64404296875}, {"start": 2744.77, "end": 2744.77, "word": " this", "probability": 0.54833984375}, {"start": 2744.77, "end": 2745.13, "word": " result?", "probability": 0.3701171875}, {"start": 2746.83, "end": 2747.33, "word": " I", "probability": 0.293701171875}, {"start": 2747.33, "end": 2748.81, "word": " got", "probability": 0.2205810546875}, {"start": 2748.81, "end": 2749.03, "word": " a", "probability": 0.487060546875}, {"start": 2749.03, "end": 2749.27, "word": " view", "probability": 0.81103515625}, {"start": 2749.27, "end": 2749.41, "word": " by", "probability": 0.33837890625}, {"start": 2749.41, "end": 2749.77, "word": " itself.", "probability": 0.63232421875}, {"start": 2751.07, "end": 2751.57, "word": " If", "probability": 0.8359375}, {"start": 2751.57, "end": 2751.81, "word": " you", "probability": 0.303955078125}, {"start": 2751.81, "end": 2751.91, "word": " want", "probability": 0.78955078125}, {"start": 2751.91, "end": 2751.91, "word": " to", "probability": 0.95849609375}, {"start": 2751.91, "end": 2752.19, "word": " implement", "probability": 0.3662109375}, {"start": 2752.19, "end": 2753.27, "word": " it", "probability": 0.86279296875}, {"start": 2753.27, "end": 2753.89, "word": " in", "probability": 0.591796875}, {"start": 2753.89, "end": 2754.01, "word": " the", "probability": 0.369140625}, {"start": 2754.01, "end": 2754.15, "word": " case", "probability": 0.748046875}, {"start": 2754.15, "end": 2754.27, "word": " of", "probability": 0.9697265625}, {"start": 2754.27, "end": 2754.75, "word": " slide,", "probability": 0.292236328125}, {"start": 2757.07, "end": 2757.25, "word": " it", "probability": 0.21728515625}, {"start": 2757.25, "end": 2757.43, "word": " will", "probability": 0.72705078125}, {"start": 2757.43, "end": 2757.67, "word": " return", "probability": 0.440673828125}, {"start": 2757.67, "end": 2757.97, "word": " you", "probability": 0.3974609375}, {"start": 2757.97, "end": 2758.75, "word": " the", "probability": 0.666015625}, {"start": 2758.75, "end": 2759.07, "word": " convert", "probability": 0.7548828125}, {"start": 2759.07, "end": 2759.45, "word": " view,", "probability": 0.837890625}, {"start": 2759.57, "end": 2759.69, "word": " which", "probability": 0.287109375}, {"start": 2759.69, "end": 2759.69, "word": " is", "probability": 0.65771484375}, {"start": 2759.69, "end": 2759.77, "word": " the", "probability": 0.560546875}, {"start": 2759.77, "end": 2760.03, "word": " element", "probability": 0.54541015625}, {"start": 2760.03, "end": 2760.25, "word": " that", "probability": 0.5908203125}, {"start": 2760.25, "end": 2760.43, "word": " came", "probability": 0.55029296875}, {"start": 2760.43, "end": 2760.57, "word": " out", "probability": 0.5810546875}, {"start": 2760.57, "end": 2760.67, "word": " of", "probability": 0.7119140625}, {"start": 2760.67, "end": 2761.89, "word": " the", "probability": 0.68505859375}, {"start": 2761.89, "end": 2762.17, "word": " screen.", "probability": 0.8251953125}, {"start": 2762.75, "end": 2763.11, "word": " So", "probability": 0.459716796875}, {"start": 2763.11, "end": 2763.43, "word": " you", "probability": 0.426513671875}, {"start": 2763.43, "end": 2763.59, "word": " can", "probability": 0.87841796875}, {"start": 2763.59, "end": 2764.13, "word": " use", "probability": 0.865234375}, {"start": 2764.13, "end": 2764.27, "word": " it.", "probability": 0.783203125}], "temperature": 1.0}, {"id": 98, "seek": 279180, "start": 2764.8, "end": 2791.8, "text": " In the beginning, when you turn on the converter view, the value will be NULL. Because you did not make a slide. After that, when you need to make another get view, you make a slide, the element that comes out of the screen returns the view. So now, I want to come here and say, if convert view", "tokens": [682, 264, 2863, 11, 562, 291, 1261, 322, 264, 33905, 1910, 11, 264, 2158, 486, 312, 426, 42615, 13, 1436, 291, 630, 406, 652, 257, 4137, 13, 2381, 300, 11, 562, 291, 643, 281, 652, 1071, 483, 1910, 11, 291, 652, 257, 4137, 11, 264, 4478, 300, 1487, 484, 295, 264, 2568, 11247, 264, 1910, 13, 407, 586, 11, 286, 528, 281, 808, 510, 293, 584, 11, 498, 7620, 1910], "avg_logprob": -0.6588908232433696, "compression_ratio": 1.620879120879121, "no_speech_prob": 0.0, "words": [{"start": 2764.8, "end": 2765.24, "word": " In", "probability": 0.1744384765625}, {"start": 2765.24, "end": 2765.42, "word": " the", "probability": 0.89697265625}, {"start": 2765.42, "end": 2765.68, "word": " beginning,", "probability": 0.80029296875}, {"start": 2765.82, "end": 2766.3, "word": " when", "probability": 0.11541748046875}, {"start": 2766.3, "end": 2766.66, "word": " you", "probability": 0.8798828125}, {"start": 2766.66, "end": 2766.88, "word": " turn", "probability": 0.1705322265625}, {"start": 2766.88, "end": 2767.14, "word": " on", "probability": 0.72705078125}, {"start": 2767.14, "end": 2767.36, "word": " the", "probability": 0.484619140625}, {"start": 2767.36, "end": 2767.58, "word": " converter", "probability": 0.1552734375}, {"start": 2767.58, "end": 2767.94, "word": " view,", "probability": 0.6982421875}, {"start": 2767.98, "end": 2768.08, "word": " the", "probability": 0.27734375}, {"start": 2768.08, "end": 2768.28, "word": " value", "probability": 0.8134765625}, {"start": 2768.28, "end": 2768.46, "word": " will", "probability": 0.54345703125}, {"start": 2768.46, "end": 2768.78, "word": " be", "probability": 0.9072265625}, {"start": 2768.78, "end": 2769.48, "word": " NULL.", "probability": 0.39581298828125}, {"start": 2770.14, "end": 2770.4, "word": " Because", "probability": 0.6240234375}, {"start": 2770.4, "end": 2770.72, "word": " you", "probability": 0.60546875}, {"start": 2770.72, "end": 2770.98, "word": " did", "probability": 0.299072265625}, {"start": 2770.98, "end": 2771.12, "word": " not", "probability": 0.814453125}, {"start": 2771.12, "end": 2771.12, "word": " make", "probability": 0.281494140625}, {"start": 2771.12, "end": 2771.12, "word": " a", "probability": 0.51025390625}, {"start": 2771.12, "end": 2771.42, "word": " slide.", "probability": 0.8916015625}, {"start": 2772.88, "end": 2773.4, "word": " After", "probability": 0.275634765625}, {"start": 2773.4, "end": 2773.86, "word": " that,", "probability": 0.775390625}, {"start": 2774.4, "end": 2774.54, "word": " when", "probability": 0.7265625}, {"start": 2774.54, "end": 2774.66, "word": " you", "probability": 0.406005859375}, {"start": 2774.66, "end": 2775.0, "word": " need", "probability": 0.4443359375}, {"start": 2775.0, "end": 2775.08, "word": " to", "probability": 0.89013671875}, {"start": 2775.08, "end": 2775.22, "word": " make", "probability": 0.376953125}, {"start": 2775.22, "end": 2775.34, "word": " another", "probability": 0.347900390625}, {"start": 2775.34, "end": 2775.46, "word": " get", "probability": 0.62744140625}, {"start": 2775.46, "end": 2775.76, "word": " view,", "probability": 0.39404296875}, {"start": 2776.48, "end": 2776.9, "word": " you", "probability": 0.61865234375}, {"start": 2776.9, "end": 2777.1, "word": " make", "probability": 0.50341796875}, {"start": 2777.1, "end": 2777.24, "word": " a", "probability": 0.85009765625}, {"start": 2777.24, "end": 2777.64, "word": " slide,", "probability": 0.8994140625}, {"start": 2778.26, "end": 2778.3, "word": " the", "probability": 0.474609375}, {"start": 2778.3, "end": 2778.58, "word": " element", "probability": 0.307373046875}, {"start": 2778.58, "end": 2778.84, "word": " that", "probability": 0.63134765625}, {"start": 2778.84, "end": 2778.92, "word": " comes", "probability": 0.453369140625}, {"start": 2778.92, "end": 2779.06, "word": " out", "probability": 0.716796875}, {"start": 2779.06, "end": 2779.18, "word": " of", "probability": 0.85498046875}, {"start": 2779.18, "end": 2779.3, "word": " the", "probability": 0.88818359375}, {"start": 2779.3, "end": 2779.54, "word": " screen", "probability": 0.81005859375}, {"start": 2779.54, "end": 2779.94, "word": " returns", "probability": 0.31298828125}, {"start": 2779.94, "end": 2781.84, "word": " the", "probability": 0.447265625}, {"start": 2781.84, "end": 2782.08, "word": " view.", "probability": 0.66455078125}, {"start": 2784.68, "end": 2785.2, "word": " So", "probability": 0.279296875}, {"start": 2785.2, "end": 2785.5, "word": " now,", "probability": 0.7421875}, {"start": 2785.84, "end": 2786.0, "word": " I", "probability": 0.8173828125}, {"start": 2786.0, "end": 2786.06, "word": " want", "probability": 0.4248046875}, {"start": 2786.06, "end": 2786.22, "word": " to", "probability": 0.9599609375}, {"start": 2786.22, "end": 2786.32, "word": " come", "probability": 0.25830078125}, {"start": 2786.32, "end": 2786.52, "word": " here", "probability": 0.73486328125}, {"start": 2786.52, "end": 2786.66, "word": " and", "probability": 0.85888671875}, {"start": 2786.66, "end": 2786.9, "word": " say,", "probability": 0.4853515625}, {"start": 2788.42, "end": 2788.88, "word": " if", "probability": 0.65673828125}, {"start": 2788.88, "end": 2791.1, "word": " convert", "probability": 0.505859375}, {"start": 2791.1, "end": 2791.8, "word": " view", "probability": 0.81298828125}], "temperature": 1.0}, {"id": 99, "seek": 282260, "start": 2793.52, "end": 2822.6, "text": "يساوي null إذا كان null لا مش هلزمني view إذا كان null روح لل convert view يعني إيش معناه هذه أعمل inflate وخزن النتيجة وين؟ في ال convert view إنتهى هذا الكلام بس في حالة إنه كان null إذا ماكانش null استخدمه من غير else", "tokens": [1829, 3794, 995, 45865, 18184, 11933, 15730, 25961, 18184, 20193, 37893, 8032, 1211, 11622, 2304, 22653, 1910, 11933, 15730, 25961, 18184, 12602, 2407, 5016, 24976, 7620, 1910, 37495, 22653, 11933, 1829, 8592, 20449, 8315, 3224, 29538, 5551, 25957, 1211, 9922, 473, 4032, 9778, 11622, 1863, 28239, 31371, 7435, 3660, 4032, 9957, 22807, 8978, 2423, 7620, 1910, 11933, 29399, 3224, 7578, 23758, 2423, 28820, 10943, 4724, 3794, 8978, 11331, 6027, 3660, 36145, 3224, 25961, 18184, 11933, 15730, 19446, 41361, 8592, 18184, 44713, 9778, 40448, 3224, 9154, 32771, 13546, 1646], "avg_logprob": -0.2505266987875606, "compression_ratio": 1.6782178217821782, "no_speech_prob": 0.0, "words": [{"start": 2793.52, "end": 2794.18, "word": "يساوي", "probability": 0.50531005859375}, {"start": 2794.18, "end": 2794.38, "word": " null", "probability": 0.87646484375}, {"start": 2794.38, "end": 2794.72, "word": " إذا", "probability": 0.82080078125}, {"start": 2794.72, "end": 2794.98, "word": " كان", "probability": 0.97265625}, {"start": 2794.98, "end": 2795.28, "word": " null", "probability": 0.97802734375}, {"start": 2795.28, "end": 2802.06, "word": " لا", "probability": 0.257080078125}, {"start": 2802.06, "end": 2802.3, "word": " مش", "probability": 0.92626953125}, {"start": 2802.3, "end": 2802.76, "word": " هلزمني", "probability": 0.655419921875}, {"start": 2802.76, "end": 2803.0, "word": " view", "probability": 0.9345703125}, {"start": 2803.0, "end": 2803.46, "word": " إذا", "probability": 0.93408203125}, {"start": 2803.46, "end": 2803.7, "word": " كان", "probability": 0.9853515625}, {"start": 2803.7, "end": 2803.98, "word": " null", "probability": 0.9892578125}, {"start": 2803.98, "end": 2804.74, "word": " روح", "probability": 0.8575846354166666}, {"start": 2804.74, "end": 2804.88, "word": " لل", "probability": 0.69677734375}, {"start": 2804.88, "end": 2805.28, "word": " convert", "probability": 0.92431640625}, {"start": 2805.28, "end": 2805.88, "word": " view", "probability": 0.92724609375}, {"start": 2805.88, "end": 2807.8, "word": " يعني", "probability": 0.925048828125}, {"start": 2807.8, "end": 2808.08, "word": " إيش", "probability": 0.90576171875}, {"start": 2808.08, "end": 2808.32, "word": " معناه", "probability": 0.9498697916666666}, {"start": 2808.32, "end": 2808.6, "word": " هذه", "probability": 0.322265625}, {"start": 2808.6, "end": 2809.4, "word": " أعمل", "probability": 0.798828125}, {"start": 2809.4, "end": 2810.1, "word": " inflate", "probability": 0.716064453125}, {"start": 2810.1, "end": 2810.86, "word": " وخزن", "probability": 0.6929931640625}, {"start": 2810.86, "end": 2811.32, "word": " النتيجة", "probability": 0.943115234375}, {"start": 2811.32, "end": 2812.04, "word": " وين؟", "probability": 0.6529134114583334}, {"start": 2812.04, "end": 2812.16, "word": " في", "probability": 0.5625}, {"start": 2812.16, "end": 2812.34, "word": " ال", "probability": 0.8974609375}, {"start": 2812.34, "end": 2813.34, "word": " convert", "probability": 0.93212890625}, {"start": 2813.34, "end": 2813.64, "word": " view", "probability": 0.9052734375}, {"start": 2813.64, "end": 2814.02, "word": " إنتهى", "probability": 0.66827392578125}, {"start": 2814.02, "end": 2814.16, "word": " هذا", "probability": 0.65869140625}, {"start": 2814.16, "end": 2814.52, "word": " الكلام", "probability": 0.9697265625}, {"start": 2814.52, "end": 2815.62, "word": " بس", "probability": 0.951171875}, {"start": 2815.62, "end": 2815.72, "word": " في", "probability": 0.80859375}, {"start": 2815.72, "end": 2816.0, "word": " حالة", "probability": 0.9895833333333334}, {"start": 2816.0, "end": 2816.74, "word": " إنه", "probability": 0.829345703125}, {"start": 2816.74, "end": 2817.14, "word": " كان", "probability": 0.955078125}, {"start": 2817.14, "end": 2817.32, "word": " null", "probability": 0.99365234375}, {"start": 2817.32, "end": 2818.08, "word": " إذا", "probability": 0.958740234375}, {"start": 2818.08, "end": 2818.54, "word": " ماكانش", "probability": 0.92431640625}, {"start": 2818.54, "end": 2818.78, "word": " null", "probability": 0.99609375}, {"start": 2818.78, "end": 2820.28, "word": " استخدمه", "probability": 0.9044189453125}, {"start": 2820.28, "end": 2822.18, "word": " من", "probability": 0.8095703125}, {"start": 2822.18, "end": 2822.36, "word": " غير", "probability": 0.9765625}, {"start": 2822.36, "end": 2822.6, "word": " else", "probability": 0.67822265625}], "temperature": 1.0}, {"id": 100, "seek": 285560, "start": 2828.7, "end": 2855.6, "text": " One more time. Ok, wait a minute. Now, the first time it works, the convert view will not be present. We said that the convert view will be a value when you make a slide. The first time it works, it will be null. So now, goodview came and executed. Is the convert view null? If it is null, it will do inflate. It turns xml view and stores the result where? In convert view.", "tokens": [1485, 544, 565, 13, 3477, 11, 1699, 257, 3456, 13, 823, 11, 264, 700, 565, 309, 1985, 11, 264, 7620, 1910, 486, 406, 312, 1974, 13, 492, 848, 300, 264, 7620, 1910, 486, 312, 257, 2158, 562, 291, 652, 257, 4137, 13, 440, 700, 565, 309, 1985, 11, 309, 486, 312, 18184, 13, 407, 586, 11, 665, 1759, 1361, 293, 17577, 13, 1119, 264, 7620, 1910, 18184, 30, 759, 309, 307, 18184, 11, 309, 486, 360, 9922, 473, 13, 467, 4523, 2031, 15480, 1910, 293, 9512, 264, 1874, 689, 30, 682, 7620, 1910, 13], "avg_logprob": -0.5315789724651135, "compression_ratio": 1.7894736842105263, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2828.7, "end": 2828.98, "word": " One", "probability": 0.126953125}, {"start": 2828.98, "end": 2829.1, "word": " more", "probability": 0.92236328125}, {"start": 2829.1, "end": 2829.44, "word": " time.", "probability": 0.8779296875}, {"start": 2830.54, "end": 2831.02, "word": " Ok,", "probability": 0.0616455078125}, {"start": 2832.86, "end": 2833.04, "word": " wait", "probability": 0.27294921875}, {"start": 2833.04, "end": 2833.22, "word": " a", "probability": 0.83447265625}, {"start": 2833.22, "end": 2833.22, "word": " minute.", "probability": 0.495849609375}, {"start": 2833.58, "end": 2833.88, "word": " Now,", "probability": 0.275146484375}, {"start": 2834.0, "end": 2834.22, "word": " the", "probability": 0.48779296875}, {"start": 2834.22, "end": 2834.3, "word": " first", "probability": 0.74267578125}, {"start": 2834.3, "end": 2834.64, "word": " time", "probability": 0.83251953125}, {"start": 2834.64, "end": 2835.06, "word": " it", "probability": 0.444580078125}, {"start": 2835.06, "end": 2835.44, "word": " works,", "probability": 0.37060546875}, {"start": 2835.6, "end": 2835.7, "word": " the", "probability": 0.5869140625}, {"start": 2835.7, "end": 2835.96, "word": " convert", "probability": 0.740234375}, {"start": 2835.96, "end": 2836.3, "word": " view", "probability": 0.87353515625}, {"start": 2836.3, "end": 2836.94, "word": " will", "probability": 0.50927734375}, {"start": 2836.94, "end": 2837.0, "word": " not", "probability": 0.8291015625}, {"start": 2837.0, "end": 2837.16, "word": " be", "probability": 0.6884765625}, {"start": 2837.16, "end": 2837.46, "word": " present.", "probability": 0.394775390625}, {"start": 2837.86, "end": 2838.12, "word": " We", "probability": 0.49951171875}, {"start": 2838.12, "end": 2838.12, "word": " said", "probability": 0.58251953125}, {"start": 2838.12, "end": 2838.38, "word": " that", "probability": 0.2276611328125}, {"start": 2838.38, "end": 2838.52, "word": " the", "probability": 0.25146484375}, {"start": 2838.52, "end": 2839.94, "word": " convert", "probability": 0.8642578125}, {"start": 2839.94, "end": 2840.18, "word": " view", "probability": 0.8974609375}, {"start": 2840.18, "end": 2840.32, "word": " will", "probability": 0.69091796875}, {"start": 2840.32, "end": 2840.52, "word": " be", "probability": 0.48828125}, {"start": 2840.52, "end": 2840.62, "word": " a", "probability": 0.2088623046875}, {"start": 2840.62, "end": 2840.78, "word": " value", "probability": 0.74853515625}, {"start": 2840.78, "end": 2840.96, "word": " when", "probability": 0.7587890625}, {"start": 2840.96, "end": 2841.1, "word": " you", "probability": 0.6591796875}, {"start": 2841.1, "end": 2841.22, "word": " make", "probability": 0.2252197265625}, {"start": 2841.22, "end": 2841.34, "word": " a", "probability": 0.6162109375}, {"start": 2841.34, "end": 2841.62, "word": " slide.", "probability": 0.953125}, {"start": 2841.86, "end": 2842.28, "word": " The", "probability": 0.346435546875}, {"start": 2842.28, "end": 2842.4, "word": " first", "probability": 0.88232421875}, {"start": 2842.4, "end": 2842.52, "word": " time", "probability": 0.81787109375}, {"start": 2842.52, "end": 2842.58, "word": " it", "probability": 0.9072265625}, {"start": 2842.58, "end": 2842.86, "word": " works,", "probability": 0.634765625}, {"start": 2842.92, "end": 2843.04, "word": " it", "probability": 0.86083984375}, {"start": 2843.04, "end": 2843.1, "word": " will", "probability": 0.78466796875}, {"start": 2843.1, "end": 2843.26, "word": " be", "probability": 0.93115234375}, {"start": 2843.26, "end": 2843.44, "word": " null.", "probability": 0.7919921875}, {"start": 2844.12, "end": 2844.38, "word": " So", "probability": 0.455078125}, {"start": 2844.38, "end": 2844.6, "word": " now,", "probability": 0.6689453125}, {"start": 2845.14, "end": 2846.16, "word": " goodview", "probability": 0.319091796875}, {"start": 2846.16, "end": 2846.16, "word": " came", "probability": 0.3759765625}, {"start": 2846.16, "end": 2846.16, "word": " and", "probability": 0.5380859375}, {"start": 2846.16, "end": 2846.16, "word": " executed.", "probability": 0.389892578125}, {"start": 2846.28, "end": 2846.46, "word": " Is", "probability": 0.6826171875}, {"start": 2846.46, "end": 2846.62, "word": " the", "probability": 0.82373046875}, {"start": 2846.62, "end": 2846.96, "word": " convert", "probability": 0.87255859375}, {"start": 2846.96, "end": 2847.26, "word": " view", "probability": 0.9189453125}, {"start": 2847.26, "end": 2847.54, "word": " null?", "probability": 0.966796875}, {"start": 2848.2, "end": 2848.68, "word": " If", "probability": 0.78173828125}, {"start": 2848.68, "end": 2848.84, "word": " it", "probability": 0.87451171875}, {"start": 2848.84, "end": 2848.92, "word": " is", "probability": 0.6220703125}, {"start": 2848.92, "end": 2849.2, "word": " null,", "probability": 0.96240234375}, {"start": 2849.54, "end": 2849.62, "word": " it", "probability": 0.8515625}, {"start": 2849.62, "end": 2849.78, "word": " will", "probability": 0.81591796875}, {"start": 2849.78, "end": 2850.02, "word": " do", "probability": 0.19677734375}, {"start": 2850.02, "end": 2850.58, "word": " inflate.", "probability": 0.7489013671875}, {"start": 2851.7, "end": 2851.92, "word": " It", "probability": 0.732421875}, {"start": 2851.92, "end": 2852.1, "word": " turns", "probability": 0.287353515625}, {"start": 2852.1, "end": 2852.54, "word": " xml", "probability": 0.6068115234375}, {"start": 2852.54, "end": 2852.96, "word": " view", "probability": 0.74267578125}, {"start": 2852.96, "end": 2853.1, "word": " and", "probability": 0.2261962890625}, {"start": 2853.1, "end": 2853.36, "word": " stores", "probability": 0.30517578125}, {"start": 2853.36, "end": 2853.52, "word": " the", "probability": 0.83935546875}, {"start": 2853.52, "end": 2853.74, "word": " result", "probability": 0.91552734375}, {"start": 2853.74, "end": 2854.02, "word": " where?", "probability": 0.358154296875}, {"start": 2854.52, "end": 2855.0, "word": " In", "probability": 0.88232421875}, {"start": 2855.0, "end": 2855.34, "word": " convert", "probability": 0.58984375}, {"start": 2855.34, "end": 2855.6, "word": " view.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 101, "seek": 288463, "start": 2856.67, "end": 2884.63, "text": " If it is not null, what is the code for? It will not execute. What does it do next? It brings the person and searches in the convert view for photo, image and age. It fills them with the person and returns them to the convert view. I used the convert view in all cases. If it is null, in the beginning, create a new view and store it. If it is not null,", "tokens": [759, 309, 307, 406, 18184, 11, 437, 307, 264, 3089, 337, 30, 467, 486, 406, 14483, 13, 708, 775, 309, 360, 958, 30, 467, 5607, 264, 954, 293, 26701, 294, 264, 7620, 1910, 337, 5052, 11, 3256, 293, 3205, 13, 467, 22498, 552, 365, 264, 954, 293, 11247, 552, 281, 264, 7620, 1910, 13, 286, 1143, 264, 7620, 1910, 294, 439, 3331, 13, 759, 309, 307, 18184, 11, 294, 264, 2863, 11, 1884, 257, 777, 1910, 293, 3531, 309, 13, 759, 309, 307, 406, 18184, 11], "avg_logprob": -0.44683908731087874, "compression_ratio": 1.84375, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2856.67, "end": 2857.05, "word": " If", "probability": 0.14599609375}, {"start": 2857.05, "end": 2857.19, "word": " it", "probability": 0.59521484375}, {"start": 2857.19, "end": 2857.19, "word": " is", "probability": 0.44873046875}, {"start": 2857.19, "end": 2857.31, "word": " not", "probability": 0.83447265625}, {"start": 2857.31, "end": 2857.53, "word": " null,", "probability": 0.85693359375}, {"start": 2858.17, "end": 2858.43, "word": " what", "probability": 0.50390625}, {"start": 2858.43, "end": 2858.43, "word": " is", "probability": 0.463134765625}, {"start": 2858.43, "end": 2858.53, "word": " the", "probability": 0.482666015625}, {"start": 2858.53, "end": 2858.75, "word": " code", "probability": 0.732421875}, {"start": 2858.75, "end": 2858.99, "word": " for?", "probability": 0.2744140625}, {"start": 2859.65, "end": 2860.17, "word": " It", "probability": 0.53271484375}, {"start": 2860.17, "end": 2860.27, "word": " will", "probability": 0.53515625}, {"start": 2860.27, "end": 2860.27, "word": " not", "probability": 0.884765625}, {"start": 2860.27, "end": 2860.61, "word": " execute.", "probability": 0.3974609375}, {"start": 2861.57, "end": 2862.09, "word": " What", "probability": 0.190673828125}, {"start": 2862.09, "end": 2862.09, "word": " does", "probability": 0.6845703125}, {"start": 2862.09, "end": 2862.89, "word": " it", "probability": 0.464111328125}, {"start": 2862.89, "end": 2863.29, "word": " do", "probability": 0.90625}, {"start": 2863.29, "end": 2863.31, "word": " next?", "probability": 0.32666015625}, {"start": 2863.49, "end": 2863.77, "word": " It", "probability": 0.79638671875}, {"start": 2863.77, "end": 2863.95, "word": " brings", "probability": 0.3515625}, {"start": 2863.95, "end": 2864.09, "word": " the", "probability": 0.62255859375}, {"start": 2864.09, "end": 2864.43, "word": " person", "probability": 0.7998046875}, {"start": 2864.43, "end": 2865.35, "word": " and", "probability": 0.5390625}, {"start": 2865.35, "end": 2865.69, "word": " searches", "probability": 0.6455078125}, {"start": 2865.69, "end": 2865.81, "word": " in", "probability": 0.499755859375}, {"start": 2865.81, "end": 2865.87, "word": " the", "probability": 0.5283203125}, {"start": 2865.87, "end": 2866.17, "word": " convert", "probability": 0.7275390625}, {"start": 2866.17, "end": 2866.53, "word": " view", "probability": 0.833984375}, {"start": 2866.53, "end": 2867.71, "word": " for", "probability": 0.409423828125}, {"start": 2867.71, "end": 2868.61, "word": " photo,", "probability": 0.2305908203125}, {"start": 2868.89, "end": 2869.29, "word": " image", "probability": 0.8955078125}, {"start": 2869.29, "end": 2869.43, "word": " and", "probability": 0.61376953125}, {"start": 2869.43, "end": 2869.95, "word": " age.", "probability": 0.86865234375}, {"start": 2870.13, "end": 2870.15, "word": " It", "probability": 0.55908203125}, {"start": 2870.15, "end": 2870.43, "word": " fills", "probability": 0.5419921875}, {"start": 2870.43, "end": 2870.63, "word": " them", "probability": 0.6435546875}, {"start": 2870.63, "end": 2870.75, "word": " with", "probability": 0.50830078125}, {"start": 2870.75, "end": 2870.87, "word": " the", "probability": 0.7431640625}, {"start": 2870.87, "end": 2871.23, "word": " person", "probability": 0.8427734375}, {"start": 2871.23, "end": 2871.77, "word": " and", "probability": 0.74658203125}, {"start": 2871.77, "end": 2872.01, "word": " returns", "probability": 0.689453125}, {"start": 2872.01, "end": 2872.17, "word": " them", "probability": 0.3564453125}, {"start": 2872.17, "end": 2872.19, "word": " to", "probability": 0.875}, {"start": 2872.19, "end": 2872.25, "word": " the", "probability": 0.8251953125}, {"start": 2872.25, "end": 2872.69, "word": " convert", "probability": 0.84423828125}, {"start": 2872.69, "end": 2873.47, "word": " view.", "probability": 0.89306640625}, {"start": 2875.09, "end": 2875.31, "word": " I", "probability": 0.87841796875}, {"start": 2875.31, "end": 2875.73, "word": " used", "probability": 0.82275390625}, {"start": 2875.73, "end": 2875.89, "word": " the", "probability": 0.783203125}, {"start": 2875.89, "end": 2876.13, "word": " convert", "probability": 0.8525390625}, {"start": 2876.13, "end": 2876.45, "word": " view", "probability": 0.89990234375}, {"start": 2876.45, "end": 2876.57, "word": " in", "probability": 0.62744140625}, {"start": 2876.57, "end": 2876.77, "word": " all", "probability": 0.67626953125}, {"start": 2876.77, "end": 2877.15, "word": " cases.", "probability": 0.6494140625}, {"start": 2877.77, "end": 2877.93, "word": " If", "probability": 0.8759765625}, {"start": 2877.93, "end": 2878.17, "word": " it", "probability": 0.88427734375}, {"start": 2878.17, "end": 2878.17, "word": " is", "probability": 0.60302734375}, {"start": 2878.17, "end": 2878.49, "word": " null,", "probability": 0.9248046875}, {"start": 2879.23, "end": 2879.29, "word": " in", "probability": 0.28515625}, {"start": 2879.29, "end": 2879.45, "word": " the", "probability": 0.9150390625}, {"start": 2879.45, "end": 2879.77, "word": " beginning,", "probability": 0.87158203125}, {"start": 2880.77, "end": 2881.13, "word": " create", "probability": 0.394775390625}, {"start": 2881.13, "end": 2881.73, "word": " a", "probability": 0.92333984375}, {"start": 2881.73, "end": 2881.73, "word": " new", "probability": 0.9033203125}, {"start": 2881.73, "end": 2882.25, "word": " view", "probability": 0.90087890625}, {"start": 2882.25, "end": 2882.59, "word": " and", "probability": 0.8388671875}, {"start": 2882.59, "end": 2882.81, "word": " store", "probability": 0.52734375}, {"start": 2882.81, "end": 2883.03, "word": " it.", "probability": 0.8505859375}, {"start": 2883.67, "end": 2884.19, "word": " If", "probability": 0.951171875}, {"start": 2884.19, "end": 2884.29, "word": " it", "probability": 0.8955078125}, {"start": 2884.29, "end": 2884.29, "word": " is", "probability": 0.919921875}, {"start": 2884.29, "end": 2884.43, "word": " not", "probability": 0.85107421875}, {"start": 2884.43, "end": 2884.63, "word": " null,", "probability": 0.96533203125}], "temperature": 1.0}, {"id": 102, "seek": 290892, "start": 2885.76, "end": 2908.92, "text": " Repeat after me How? Once he enters, he will do 10 inflates. For the first 10 inflates, he will do what is shown on the screen today. It is not one view, it is 10. After that, each element will be used for what? For what is below.", "tokens": [28523, 934, 385, 1012, 30, 3443, 415, 18780, 11, 415, 486, 360, 1266, 9922, 1024, 13, 1171, 264, 700, 1266, 9922, 1024, 11, 415, 486, 360, 437, 307, 4898, 322, 264, 2568, 965, 13, 467, 307, 406, 472, 1910, 11, 309, 307, 1266, 13, 2381, 300, 11, 1184, 4478, 486, 312, 1143, 337, 437, 30, 1171, 437, 307, 2507, 13], "avg_logprob": -0.7213114910438413, "compression_ratio": 1.5, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2885.76, "end": 2886.12, "word": " Repeat", "probability": 0.05206298828125}, {"start": 2886.12, "end": 2886.38, "word": " after", "probability": 0.61376953125}, {"start": 2886.38, "end": 2886.7, "word": " me", "probability": 0.81005859375}, {"start": 2886.7, "end": 2888.36, "word": " How?", "probability": 0.1546630859375}, {"start": 2893.26, "end": 2893.76, "word": " Once", "probability": 0.0999755859375}, {"start": 2893.76, "end": 2894.06, "word": " he", "probability": 0.5078125}, {"start": 2894.06, "end": 2894.3, "word": " enters,", "probability": 0.45166015625}, {"start": 2894.36, "end": 2894.48, "word": " he", "probability": 0.66455078125}, {"start": 2894.48, "end": 2894.58, "word": " will", "probability": 0.4521484375}, {"start": 2894.58, "end": 2894.78, "word": " do", "probability": 0.31884765625}, {"start": 2894.78, "end": 2895.1, "word": " 10", "probability": 0.262939453125}, {"start": 2895.1, "end": 2895.64, "word": " inflates.", "probability": 0.561279296875}, {"start": 2896.28, "end": 2896.7, "word": " For", "probability": 0.2998046875}, {"start": 2896.7, "end": 2896.98, "word": " the", "probability": 0.876953125}, {"start": 2896.98, "end": 2896.98, "word": " first", "probability": 0.88037109375}, {"start": 2896.98, "end": 2897.32, "word": " 10", "probability": 0.8359375}, {"start": 2897.32, "end": 2897.46, "word": " inflates,", "probability": 0.635986328125}, {"start": 2897.92, "end": 2898.08, "word": " he", "probability": 0.8095703125}, {"start": 2898.08, "end": 2898.12, "word": " will", "probability": 0.83154296875}, {"start": 2898.12, "end": 2898.28, "word": " do", "probability": 0.62646484375}, {"start": 2898.28, "end": 2898.56, "word": " what", "probability": 0.3828125}, {"start": 2898.56, "end": 2898.72, "word": " is", "probability": 0.337158203125}, {"start": 2898.72, "end": 2899.0, "word": " shown", "probability": 0.41796875}, {"start": 2899.0, "end": 2899.1, "word": " on", "probability": 0.79150390625}, {"start": 2899.1, "end": 2899.2, "word": " the", "probability": 0.77880859375}, {"start": 2899.2, "end": 2899.46, "word": " screen", "probability": 0.8671875}, {"start": 2899.46, "end": 2899.48, "word": " today.", "probability": 0.35693359375}, {"start": 2900.2, "end": 2900.38, "word": " It", "probability": 0.2459716796875}, {"start": 2900.38, "end": 2900.7, "word": " is", "probability": 0.48779296875}, {"start": 2900.7, "end": 2900.7, "word": " not", "probability": 0.9189453125}, {"start": 2900.7, "end": 2900.92, "word": " one", "probability": 0.40283203125}, {"start": 2900.92, "end": 2901.12, "word": " view,", "probability": 0.85595703125}, {"start": 2901.84, "end": 2901.94, "word": " it", "probability": 0.478271484375}, {"start": 2901.94, "end": 2902.1, "word": " is", "probability": 0.7177734375}, {"start": 2902.1, "end": 2902.52, "word": " 10.", "probability": 0.63720703125}, {"start": 2903.78, "end": 2904.28, "word": " After", "probability": 0.48486328125}, {"start": 2904.28, "end": 2904.56, "word": " that,", "probability": 0.8349609375}, {"start": 2904.68, "end": 2904.9, "word": " each", "probability": 0.45556640625}, {"start": 2904.9, "end": 2905.2, "word": " element", "probability": 0.71044921875}, {"start": 2905.2, "end": 2905.44, "word": " will", "probability": 0.288818359375}, {"start": 2905.44, "end": 2905.7, "word": " be", "probability": 0.1982421875}, {"start": 2905.7, "end": 2907.42, "word": " used", "probability": 0.4873046875}, {"start": 2907.42, "end": 2907.82, "word": " for", "probability": 0.43701171875}, {"start": 2907.82, "end": 2908.04, "word": " what?", "probability": 0.330078125}, {"start": 2908.3, "end": 2908.5, "word": " For", "probability": 0.7197265625}, {"start": 2908.5, "end": 2908.62, "word": " what", "probability": 0.5732421875}, {"start": 2908.62, "end": 2908.72, "word": " is", "probability": 0.2069091796875}, {"start": 2908.72, "end": 2908.92, "word": " below.", "probability": 0.72705078125}], "temperature": 1.0}, {"id": 103, "seek": 293697, "start": 2911.85, "end": 2936.97, "text": "Okay guys, and this speeds up the work a little bit. Of course, it won't bother us because how many elements are on the screen? Yes, three. But I want you to understand this. This is the convert view again. The method getView asks if there is an element that came out of the screen and wants to create a new element, it will bring you the view of the element that came out to reuse its use. If there are still elements on the screen,", "tokens": [8297, 1074, 11, 293, 341, 16411, 493, 264, 589, 257, 707, 857, 13, 2720, 1164, 11, 309, 1582, 380, 8677, 505, 570, 577, 867, 4959, 366, 322, 264, 2568, 30, 1079, 11, 1045, 13, 583, 286, 528, 291, 281, 1223, 341, 13, 639, 307, 264, 7620, 1910, 797, 13, 440, 3170, 483, 30203, 8962, 498, 456, 307, 364, 4478, 300, 1361, 484, 295, 264, 2568, 293, 2738, 281, 1884, 257, 777, 4478, 11, 309, 486, 1565, 291, 264, 1910, 295, 264, 4478, 300, 1361, 484, 281, 26225, 1080, 764, 13, 759, 456, 366, 920, 4959, 322, 264, 2568, 11], "avg_logprob": -0.44937499433755873, "compression_ratio": 1.732, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2911.85, "end": 2912.25, "word": "Okay", "probability": 0.12890625}, {"start": 2912.25, "end": 2912.65, "word": " guys,", "probability": 0.407958984375}, {"start": 2912.81, "end": 2912.87, "word": " and", "probability": 0.419189453125}, {"start": 2912.87, "end": 2913.09, "word": " this", "probability": 0.712890625}, {"start": 2913.09, "end": 2913.47, "word": " speeds", "probability": 0.405517578125}, {"start": 2913.47, "end": 2913.65, "word": " up", "probability": 0.93017578125}, {"start": 2913.65, "end": 2913.71, "word": " the", "probability": 0.5078125}, {"start": 2913.71, "end": 2913.95, "word": " work", "probability": 0.54931640625}, {"start": 2913.95, "end": 2914.57, "word": " a", "probability": 0.54248046875}, {"start": 2914.57, "end": 2914.57, "word": " little", "probability": 0.529296875}, {"start": 2914.57, "end": 2914.77, "word": " bit.", "probability": 0.441162109375}, {"start": 2914.79, "end": 2914.95, "word": " Of", "probability": 0.69091796875}, {"start": 2914.95, "end": 2914.95, "word": " course,", "probability": 0.9501953125}, {"start": 2915.09, "end": 2915.19, "word": " it", "probability": 0.30078125}, {"start": 2915.19, "end": 2915.37, "word": " won't", "probability": 0.6298828125}, {"start": 2915.37, "end": 2915.61, "word": " bother", "probability": 0.396728515625}, {"start": 2915.61, "end": 2915.91, "word": " us", "probability": 0.86279296875}, {"start": 2915.91, "end": 2916.09, "word": " because", "probability": 0.591796875}, {"start": 2916.09, "end": 2916.33, "word": " how", "probability": 0.441650390625}, {"start": 2916.33, "end": 2916.39, "word": " many", "probability": 0.88134765625}, {"start": 2916.39, "end": 2916.57, "word": " elements", "probability": 0.78271484375}, {"start": 2916.57, "end": 2916.77, "word": " are", "probability": 0.7080078125}, {"start": 2916.77, "end": 2916.95, "word": " on", "probability": 0.49267578125}, {"start": 2916.95, "end": 2917.11, "word": " the", "probability": 0.8515625}, {"start": 2917.11, "end": 2917.31, "word": " screen?", "probability": 0.87890625}, {"start": 2917.75, "end": 2918.15, "word": " Yes,", "probability": 0.271484375}, {"start": 2918.31, "end": 2918.61, "word": " three.", "probability": 0.794921875}, {"start": 2918.95, "end": 2919.23, "word": " But", "probability": 0.85546875}, {"start": 2919.23, "end": 2919.41, "word": " I", "probability": 0.7451171875}, {"start": 2919.41, "end": 2919.59, "word": " want", "probability": 0.5712890625}, {"start": 2919.59, "end": 2919.75, "word": " you", "probability": 0.93212890625}, {"start": 2919.75, "end": 2919.89, "word": " to", "probability": 0.93798828125}, {"start": 2919.89, "end": 2920.13, "word": " understand", "probability": 0.755859375}, {"start": 2920.13, "end": 2920.53, "word": " this.", "probability": 0.82958984375}, {"start": 2921.09, "end": 2921.47, "word": " This", "probability": 0.7900390625}, {"start": 2921.47, "end": 2921.55, "word": " is", "probability": 0.64453125}, {"start": 2921.55, "end": 2921.57, "word": " the", "probability": 0.568359375}, {"start": 2921.57, "end": 2921.85, "word": " convert", "probability": 0.66748046875}, {"start": 2921.85, "end": 2922.11, "word": " view", "probability": 0.849609375}, {"start": 2922.11, "end": 2922.49, "word": " again.", "probability": 0.5703125}, {"start": 2923.53, "end": 2923.67, "word": " The", "probability": 0.85791015625}, {"start": 2923.67, "end": 2923.97, "word": " method", "probability": 0.85009765625}, {"start": 2923.97, "end": 2924.43, "word": " getView", "probability": 0.62109375}, {"start": 2924.43, "end": 2924.81, "word": " asks", "probability": 0.04315185546875}, {"start": 2924.81, "end": 2925.27, "word": " if", "probability": 0.7412109375}, {"start": 2925.27, "end": 2926.87, "word": " there", "probability": 0.7509765625}, {"start": 2926.87, "end": 2926.91, "word": " is", "probability": 0.7734375}, {"start": 2926.91, "end": 2927.11, "word": " an", "probability": 0.8525390625}, {"start": 2927.11, "end": 2927.27, "word": " element", "probability": 0.94189453125}, {"start": 2927.27, "end": 2927.45, "word": " that", "probability": 0.402587890625}, {"start": 2927.45, "end": 2927.51, "word": " came", "probability": 0.51953125}, {"start": 2927.51, "end": 2927.63, "word": " out", "probability": 0.6865234375}, {"start": 2927.63, "end": 2927.77, "word": " of", "probability": 0.89599609375}, {"start": 2927.77, "end": 2927.91, "word": " the", "probability": 0.91845703125}, {"start": 2927.91, "end": 2928.19, "word": " screen", "probability": 0.88232421875}, {"start": 2928.19, "end": 2928.35, "word": " and", "probability": 0.72412109375}, {"start": 2928.35, "end": 2928.55, "word": " wants", "probability": 0.386962890625}, {"start": 2928.55, "end": 2928.59, "word": " to", "probability": 0.966796875}, {"start": 2928.59, "end": 2928.75, "word": " create", "probability": 0.8740234375}, {"start": 2928.75, "end": 2928.89, "word": " a", "probability": 0.9208984375}, {"start": 2928.89, "end": 2929.33, "word": " new", "probability": 0.91162109375}, {"start": 2929.33, "end": 2929.33, "word": " element,", "probability": 0.9033203125}, {"start": 2929.73, "end": 2930.15, "word": " it", "probability": 0.783203125}, {"start": 2930.15, "end": 2930.23, "word": " will", "probability": 0.287841796875}, {"start": 2930.23, "end": 2930.37, "word": " bring", "probability": 0.52587890625}, {"start": 2930.37, "end": 2930.63, "word": " you", "probability": 0.465576171875}, {"start": 2930.63, "end": 2931.03, "word": " the", "probability": 0.59716796875}, {"start": 2931.03, "end": 2931.25, "word": " view", "probability": 0.69873046875}, {"start": 2931.25, "end": 2931.39, "word": " of", "probability": 0.9111328125}, {"start": 2931.39, "end": 2931.55, "word": " the", "probability": 0.845703125}, {"start": 2931.55, "end": 2931.77, "word": " element", "probability": 0.8427734375}, {"start": 2931.77, "end": 2931.95, "word": " that", "probability": 0.71240234375}, {"start": 2931.95, "end": 2932.07, "word": " came", "probability": 0.79833984375}, {"start": 2932.07, "end": 2932.19, "word": " out", "probability": 0.8369140625}, {"start": 2932.19, "end": 2932.49, "word": " to", "probability": 0.27490234375}, {"start": 2932.49, "end": 2932.93, "word": " reuse", "probability": 0.70947265625}, {"start": 2932.93, "end": 2933.39, "word": " its", "probability": 0.424072265625}, {"start": 2933.39, "end": 2933.63, "word": " use.", "probability": 0.5908203125}, {"start": 2934.51, "end": 2934.87, "word": " If", "probability": 0.94482421875}, {"start": 2934.87, "end": 2935.17, "word": " there", "probability": 0.75927734375}, {"start": 2935.17, "end": 2935.57, "word": " are", "probability": 0.77685546875}, {"start": 2935.57, "end": 2935.57, "word": " still", "probability": 0.5595703125}, {"start": 2935.57, "end": 2936.37, "word": " elements", "probability": 0.86181640625}, {"start": 2936.37, "end": 2936.51, "word": " on", "probability": 0.92919921875}, {"start": 2936.51, "end": 2936.67, "word": " the", "probability": 0.91455078125}, {"start": 2936.67, "end": 2936.97, "word": " screen,", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 104, "seek": 295315, "start": 2940.33, "end": 2953.15, "text": "In this case, the convert view is null, so you have to create elements again. So if this is the first time you show the list view, you have to create 10 elements and show them on the screen. So you have to go to the get view 10 times.", "tokens": [4575, 341, 1389, 11, 264, 7620, 1910, 307, 18184, 11, 370, 291, 362, 281, 1884, 4959, 797, 13, 407, 498, 341, 307, 264, 700, 565, 291, 855, 264, 1329, 1910, 11, 291, 362, 281, 1884, 1266, 4959, 293, 855, 552, 322, 264, 2568, 13, 407, 291, 362, 281, 352, 281, 264, 483, 1910, 1266, 1413, 13], "avg_logprob": -0.5287829198335346, "compression_ratio": 1.683453237410072, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2940.33, "end": 2940.73, "word": "In", "probability": 0.75537109375}, {"start": 2940.73, "end": 2940.83, "word": " this", "probability": 0.84912109375}, {"start": 2940.83, "end": 2941.13, "word": " case,", "probability": 0.80908203125}, {"start": 2941.63, "end": 2941.81, "word": " the", "probability": 0.21435546875}, {"start": 2941.81, "end": 2942.15, "word": " convert", "probability": 0.6689453125}, {"start": 2942.15, "end": 2942.43, "word": " view", "probability": 0.73583984375}, {"start": 2942.43, "end": 2942.47, "word": " is", "probability": 0.485107421875}, {"start": 2942.47, "end": 2942.69, "word": " null,", "probability": 0.8671875}, {"start": 2942.93, "end": 2943.03, "word": " so", "probability": 0.483154296875}, {"start": 2943.03, "end": 2943.03, "word": " you", "probability": 0.75537109375}, {"start": 2943.03, "end": 2943.23, "word": " have", "probability": 0.33544921875}, {"start": 2943.23, "end": 2943.39, "word": " to", "probability": 0.9677734375}, {"start": 2943.39, "end": 2943.51, "word": " create", "probability": 0.80126953125}, {"start": 2943.51, "end": 2943.87, "word": " elements", "probability": 0.3583984375}, {"start": 2943.87, "end": 2944.39, "word": " again.", "probability": 0.444580078125}, {"start": 2944.71, "end": 2944.79, "word": " So", "probability": 0.380859375}, {"start": 2944.79, "end": 2945.21, "word": " if", "probability": 0.36962890625}, {"start": 2945.21, "end": 2945.49, "word": " this", "probability": 0.30908203125}, {"start": 2945.49, "end": 2945.51, "word": " is", "probability": 0.87451171875}, {"start": 2945.51, "end": 2946.29, "word": " the", "probability": 0.5205078125}, {"start": 2946.29, "end": 2946.45, "word": " first", "probability": 0.876953125}, {"start": 2946.45, "end": 2946.65, "word": " time", "probability": 0.80615234375}, {"start": 2946.65, "end": 2946.81, "word": " you", "probability": 0.623046875}, {"start": 2946.81, "end": 2946.99, "word": " show", "probability": 0.2408447265625}, {"start": 2946.99, "end": 2947.09, "word": " the", "probability": 0.443603515625}, {"start": 2947.09, "end": 2947.29, "word": " list", "probability": 0.63720703125}, {"start": 2947.29, "end": 2947.57, "word": " view,", "probability": 0.6318359375}, {"start": 2948.19, "end": 2948.29, "word": " you", "probability": 0.68896484375}, {"start": 2948.29, "end": 2948.45, "word": " have", "probability": 0.5986328125}, {"start": 2948.45, "end": 2948.53, "word": " to", "probability": 0.95556640625}, {"start": 2948.53, "end": 2948.67, "word": " create", "probability": 0.81494140625}, {"start": 2948.67, "end": 2949.35, "word": " 10", "probability": 0.572265625}, {"start": 2949.35, "end": 2949.77, "word": " elements", "probability": 0.78076171875}, {"start": 2949.77, "end": 2949.91, "word": " and", "probability": 0.5498046875}, {"start": 2949.91, "end": 2950.07, "word": " show", "probability": 0.70068359375}, {"start": 2950.07, "end": 2950.21, "word": " them", "probability": 0.87109375}, {"start": 2950.21, "end": 2950.31, "word": " on", "probability": 0.79736328125}, {"start": 2950.31, "end": 2950.39, "word": " the", "probability": 0.67578125}, {"start": 2950.39, "end": 2950.63, "word": " screen.", "probability": 0.86962890625}, {"start": 2951.13, "end": 2951.25, "word": " So", "probability": 0.59619140625}, {"start": 2951.25, "end": 2951.49, "word": " you", "probability": 0.313232421875}, {"start": 2951.49, "end": 2951.49, "word": " have", "probability": 0.6484375}, {"start": 2951.49, "end": 2951.49, "word": " to", "probability": 0.962890625}, {"start": 2951.49, "end": 2951.59, "word": " go", "probability": 0.3671875}, {"start": 2951.59, "end": 2951.87, "word": " to", "probability": 0.2183837890625}, {"start": 2951.87, "end": 2951.97, "word": " the", "probability": 0.40771484375}, {"start": 2951.97, "end": 2952.19, "word": " get", "probability": 0.74072265625}, {"start": 2952.19, "end": 2952.47, "word": " view", "probability": 0.802734375}, {"start": 2952.47, "end": 2952.69, "word": " 10", "probability": 0.2216796875}, {"start": 2952.69, "end": 2953.15, "word": " times.", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 105, "seek": 298091, "start": 2954.39, "end": 2980.91, "text": " In the ten times, the convert view value is still null. So I go and do inflate and put the elements on the screen. I came to make a slide, there is a part of it that came out, it wants to know who I brought the view to, because it wants to enter again. So I go back to convert view, there really is a view available. In short, if there is a view available, use it. If there is no view available, create it. That's it. If convert view is null, do inflate. This code will be executed in all cases.", "tokens": [682, 264, 2064, 1413, 11, 264, 7620, 1910, 2158, 307, 920, 18184, 13, 407, 286, 352, 293, 360, 9922, 473, 293, 829, 264, 4959, 322, 264, 2568, 13, 286, 1361, 281, 652, 257, 4137, 11, 456, 307, 257, 644, 295, 309, 300, 1361, 484, 11, 309, 2738, 281, 458, 567, 286, 3038, 264, 1910, 281, 11, 570, 309, 2738, 281, 3242, 797, 13, 407, 286, 352, 646, 281, 7620, 1910, 11, 456, 534, 307, 257, 1910, 2435, 13, 682, 2099, 11, 498, 456, 307, 257, 1910, 2435, 11, 764, 309, 13, 759, 456, 307, 572, 1910, 2435, 11, 1884, 309, 13, 663, 311, 309, 13, 759, 7620, 1910, 307, 18184, 11, 360, 9922, 473, 13, 639, 3089, 486, 312, 17577, 294, 439, 3331, 13], "avg_logprob": -0.43375000762939453, "compression_ratio": 1.9450980392156862, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2954.39, "end": 2954.55, "word": " In", "probability": 0.32666015625}, {"start": 2954.55, "end": 2954.65, "word": " the", "probability": 0.4267578125}, {"start": 2954.65, "end": 2954.85, "word": " ten", "probability": 0.2022705078125}, {"start": 2954.85, "end": 2955.21, "word": " times,", "probability": 0.62353515625}, {"start": 2955.45, "end": 2955.63, "word": " the", "probability": 0.479248046875}, {"start": 2955.63, "end": 2955.89, "word": " convert", "probability": 0.6640625}, {"start": 2955.89, "end": 2956.19, "word": " view", "probability": 0.6552734375}, {"start": 2956.19, "end": 2956.45, "word": " value", "probability": 0.2685546875}, {"start": 2956.45, "end": 2956.73, "word": " is", "probability": 0.6806640625}, {"start": 2956.73, "end": 2956.89, "word": " still", "probability": 0.75732421875}, {"start": 2956.89, "end": 2957.89, "word": " null.", "probability": 0.55615234375}, {"start": 2958.61, "end": 2958.97, "word": " So", "probability": 0.599609375}, {"start": 2958.97, "end": 2959.27, "word": " I", "probability": 0.4580078125}, {"start": 2959.27, "end": 2959.27, "word": " go", "probability": 0.180908203125}, {"start": 2959.27, "end": 2959.47, "word": " and", "probability": 0.56689453125}, {"start": 2959.47, "end": 2959.75, "word": " do", "probability": 0.216796875}, {"start": 2959.75, "end": 2960.39, "word": " inflate", "probability": 0.822998046875}, {"start": 2960.39, "end": 2960.59, "word": " and", "probability": 0.61083984375}, {"start": 2960.59, "end": 2960.85, "word": " put", "probability": 0.474609375}, {"start": 2960.85, "end": 2960.95, "word": " the", "probability": 0.6142578125}, {"start": 2960.95, "end": 2961.17, "word": " elements", "probability": 0.58740234375}, {"start": 2961.17, "end": 2961.37, "word": " on", "probability": 0.869140625}, {"start": 2961.37, "end": 2961.45, "word": " the", "probability": 0.89208984375}, {"start": 2961.45, "end": 2961.65, "word": " screen.", "probability": 0.65625}, {"start": 2962.27, "end": 2962.35, "word": " I", "probability": 0.59814453125}, {"start": 2962.35, "end": 2962.53, "word": " came", "probability": 0.262451171875}, {"start": 2962.53, "end": 2962.67, "word": " to", "probability": 0.51708984375}, {"start": 2962.67, "end": 2962.75, "word": " make", "probability": 0.57373046875}, {"start": 2962.75, "end": 2962.89, "word": " a", "probability": 0.908203125}, {"start": 2962.89, "end": 2963.27, "word": " slide,", "probability": 0.97021484375}, {"start": 2963.41, "end": 2963.53, "word": " there", "probability": 0.5146484375}, {"start": 2963.53, "end": 2963.55, "word": " is", "probability": 0.74609375}, {"start": 2963.55, "end": 2963.65, "word": " a", "probability": 0.317138671875}, {"start": 2963.65, "end": 2963.83, "word": " part", "probability": 0.42041015625}, {"start": 2963.83, "end": 2963.91, "word": " of", "probability": 0.41015625}, {"start": 2963.91, "end": 2963.99, "word": " it", "probability": 0.84765625}, {"start": 2963.99, "end": 2964.15, "word": " that", "probability": 0.36376953125}, {"start": 2964.15, "end": 2964.27, "word": " came", "probability": 0.40869140625}, {"start": 2964.27, "end": 2964.47, "word": " out,", "probability": 0.7890625}, {"start": 2965.11, "end": 2965.31, "word": " it", "probability": 0.313232421875}, {"start": 2965.31, "end": 2965.41, "word": " wants", "probability": 0.5732421875}, {"start": 2965.41, "end": 2965.47, "word": " to", "probability": 0.97021484375}, {"start": 2965.47, "end": 2965.69, "word": " know", "probability": 0.52294921875}, {"start": 2965.69, "end": 2965.81, "word": " who", "probability": 0.408447265625}, {"start": 2965.81, "end": 2965.81, "word": " I", "probability": 0.3251953125}, {"start": 2965.81, "end": 2965.95, "word": " brought", "probability": 0.56640625}, {"start": 2965.95, "end": 2966.07, "word": " the", "probability": 0.5458984375}, {"start": 2966.07, "end": 2966.25, "word": " view", "probability": 0.87890625}, {"start": 2966.25, "end": 2966.43, "word": " to,", "probability": 0.58203125}, {"start": 2966.57, "end": 2966.73, "word": " because", "probability": 0.38525390625}, {"start": 2966.73, "end": 2966.85, "word": " it", "probability": 0.482177734375}, {"start": 2966.85, "end": 2966.93, "word": " wants", "probability": 0.78369140625}, {"start": 2966.93, "end": 2966.95, "word": " to", "probability": 0.966796875}, {"start": 2966.95, "end": 2967.11, "word": " enter", "probability": 0.5712890625}, {"start": 2967.11, "end": 2967.45, "word": " again.", "probability": 0.90673828125}, {"start": 2968.19, "end": 2968.37, "word": " So", "probability": 0.7861328125}, {"start": 2968.37, "end": 2968.43, "word": " I", "probability": 0.88037109375}, {"start": 2968.43, "end": 2968.45, "word": " go", "probability": 0.384521484375}, {"start": 2968.45, "end": 2968.61, "word": " back", "probability": 0.8271484375}, {"start": 2968.61, "end": 2968.69, "word": " to", "probability": 0.9599609375}, {"start": 2968.69, "end": 2969.01, "word": " convert", "probability": 0.5498046875}, {"start": 2969.01, "end": 2969.45, "word": " view,", "probability": 0.83935546875}, {"start": 2969.67, "end": 2969.93, "word": " there", "probability": 0.288818359375}, {"start": 2969.93, "end": 2970.07, "word": " really", "probability": 0.291748046875}, {"start": 2970.07, "end": 2970.19, "word": " is", "probability": 0.9287109375}, {"start": 2970.19, "end": 2970.33, "word": " a", "probability": 0.95263671875}, {"start": 2970.33, "end": 2970.45, "word": " view", "probability": 0.8984375}, {"start": 2970.45, "end": 2970.77, "word": " available.", "probability": 0.3310546875}, {"start": 2971.65, "end": 2971.93, "word": " In", "probability": 0.5419921875}, {"start": 2971.93, "end": 2972.23, "word": " short,", "probability": 0.89111328125}, {"start": 2972.37, "end": 2972.47, "word": " if", "probability": 0.9287109375}, {"start": 2972.47, "end": 2972.71, "word": " there", "probability": 0.86474609375}, {"start": 2972.71, "end": 2972.71, "word": " is", "probability": 0.90771484375}, {"start": 2972.71, "end": 2972.77, "word": " a", "probability": 0.95947265625}, {"start": 2972.77, "end": 2972.95, "word": " view", "probability": 0.8798828125}, {"start": 2972.95, "end": 2973.29, "word": " available,", "probability": 0.791015625}, {"start": 2973.49, "end": 2973.97, "word": " use", "probability": 0.716796875}, {"start": 2973.97, "end": 2974.21, "word": " it.", "probability": 0.94580078125}, {"start": 2974.23, "end": 2974.39, "word": " If", "probability": 0.91162109375}, {"start": 2974.39, "end": 2974.53, "word": " there", "probability": 0.85107421875}, {"start": 2974.53, "end": 2974.53, "word": " is", "probability": 0.92138671875}, {"start": 2974.53, "end": 2974.53, "word": " no", "probability": 0.9013671875}, {"start": 2974.53, "end": 2974.71, "word": " view", "probability": 0.85302734375}, {"start": 2974.71, "end": 2975.17, "word": " available,", "probability": 0.7890625}, {"start": 2975.97, "end": 2976.23, "word": " create", "probability": 0.779296875}, {"start": 2976.23, "end": 2976.43, "word": " it.", "probability": 0.68408203125}, {"start": 2976.47, "end": 2976.69, "word": " That's", "probability": 0.76904296875}, {"start": 2976.69, "end": 2976.71, "word": " it.", "probability": 0.79736328125}, {"start": 2977.19, "end": 2977.31, "word": " If", "probability": 0.96728515625}, {"start": 2977.31, "end": 2977.63, "word": " convert", "probability": 0.7392578125}, {"start": 2977.63, "end": 2977.99, "word": " view", "probability": 0.89501953125}, {"start": 2977.99, "end": 2978.11, "word": " is", "probability": 0.68994140625}, {"start": 2978.11, "end": 2978.27, "word": " null,", "probability": 0.96630859375}, {"start": 2978.51, "end": 2978.75, "word": " do", "probability": 0.413330078125}, {"start": 2978.75, "end": 2979.27, "word": " inflate.", "probability": 0.89013671875}, {"start": 2979.69, "end": 2980.05, "word": " This", "probability": 0.81640625}, {"start": 2980.05, "end": 2980.33, "word": " code", "probability": 0.88671875}, {"start": 2980.33, "end": 2980.41, "word": " will", "probability": 0.72265625}, {"start": 2980.41, "end": 2980.41, "word": " be", "probability": 0.42578125}, {"start": 2980.41, "end": 2980.41, "word": " executed", "probability": 0.70751953125}, {"start": 2980.41, "end": 2980.45, "word": " in", "probability": 0.89013671875}, {"start": 2980.45, "end": 2980.63, "word": " all", "probability": 0.77099609375}, {"start": 2980.63, "end": 2980.91, "word": " cases.", "probability": 0.71337890625}], "temperature": 1.0}, {"id": 106, "seek": 301211, "start": 2983.23, "end": 3012.11, "text": " The code will be executed. Ok? Either I fill in something that is already there, or if it is not there, I delete it and fill it in. That is why I did not put it in ILS. You cannot put it in ILS. What does ILS mean? Either this or that. Go back to program 1, the first lecture in ILS. You saw how I told you that programming is the most important thing. This is all work. Programming, Extending, Abstract Class, Constructing, and moving files from here to here. Those who understand Object Oriented will find this subject easy.", "tokens": [440, 3089, 486, 312, 17577, 13, 3477, 30, 13746, 286, 2836, 294, 746, 300, 307, 1217, 456, 11, 420, 498, 309, 307, 406, 456, 11, 286, 12097, 309, 293, 2836, 309, 294, 13, 663, 307, 983, 286, 630, 406, 829, 309, 294, 286, 19198, 13, 509, 2644, 829, 309, 294, 286, 19198, 13, 708, 775, 286, 19198, 914, 30, 13746, 341, 420, 300, 13, 1037, 646, 281, 1461, 502, 11, 264, 700, 7991, 294, 286, 19198, 13, 509, 1866, 577, 286, 1907, 291, 300, 9410, 307, 264, 881, 1021, 551, 13, 639, 307, 439, 589, 13, 8338, 2810, 11, 9881, 2029, 11, 46853, 1897, 9471, 11, 8574, 1757, 278, 11, 293, 2684, 7098, 490, 510, 281, 510, 13, 3950, 567, 1223, 24753, 23621, 6003, 486, 915, 341, 3983, 1858, 13], "avg_logprob": -0.5496183470005297, "compression_ratio": 1.7110389610389611, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2983.23, "end": 2983.41, "word": " The", "probability": 0.1917724609375}, {"start": 2983.41, "end": 2983.57, "word": " code", "probability": 0.1588134765625}, {"start": 2983.57, "end": 2984.43, "word": " will", "probability": 0.280029296875}, {"start": 2984.43, "end": 2984.63, "word": " be", "probability": 0.43701171875}, {"start": 2984.63, "end": 2985.03, "word": " executed.", "probability": 0.6279296875}, {"start": 2985.57, "end": 2985.89, "word": " Ok?", "probability": 0.140380859375}, {"start": 2986.81, "end": 2987.09, "word": " Either", "probability": 0.4482421875}, {"start": 2987.09, "end": 2987.21, "word": " I", "probability": 0.65673828125}, {"start": 2987.21, "end": 2987.45, "word": " fill", "probability": 0.446533203125}, {"start": 2987.45, "end": 2987.71, "word": " in", "probability": 0.33935546875}, {"start": 2987.71, "end": 2988.21, "word": " something", "probability": 0.1561279296875}, {"start": 2988.21, "end": 2988.31, "word": " that", "probability": 0.44287109375}, {"start": 2988.31, "end": 2988.31, "word": " is", "probability": 0.389404296875}, {"start": 2988.31, "end": 2988.45, "word": " already", "probability": 0.34619140625}, {"start": 2988.45, "end": 2988.65, "word": " there,", "probability": 0.6123046875}, {"start": 2988.77, "end": 2988.95, "word": " or", "probability": 0.82568359375}, {"start": 2988.95, "end": 2989.17, "word": " if", "probability": 0.65185546875}, {"start": 2989.17, "end": 2989.37, "word": " it", "probability": 0.58203125}, {"start": 2989.37, "end": 2989.39, "word": " is", "probability": 0.50146484375}, {"start": 2989.39, "end": 2989.43, "word": " not", "probability": 0.896484375}, {"start": 2989.43, "end": 2989.77, "word": " there,", "probability": 0.6728515625}, {"start": 2989.83, "end": 2989.93, "word": " I", "probability": 0.84326171875}, {"start": 2989.93, "end": 2990.11, "word": " delete", "probability": 0.0921630859375}, {"start": 2990.11, "end": 2990.21, "word": " it", "probability": 0.7978515625}, {"start": 2990.21, "end": 2990.25, "word": " and", "probability": 0.6943359375}, {"start": 2990.25, "end": 2990.37, "word": " fill", "probability": 0.71728515625}, {"start": 2990.37, "end": 2990.39, "word": " it", "probability": 0.7412109375}, {"start": 2990.39, "end": 2990.61, "word": " in.", "probability": 0.525390625}, {"start": 2991.53, "end": 2991.89, "word": " That", "probability": 0.406982421875}, {"start": 2991.89, "end": 2991.89, "word": " is", "probability": 0.591796875}, {"start": 2991.89, "end": 2991.91, "word": " why", "probability": 0.8916015625}, {"start": 2991.91, "end": 2992.21, "word": " I", "probability": 0.77685546875}, {"start": 2992.21, "end": 2992.29, "word": " did", "probability": 0.37451171875}, {"start": 2992.29, "end": 2992.29, "word": " not", "probability": 0.9453125}, {"start": 2992.29, "end": 2992.49, "word": " put", "probability": 0.48876953125}, {"start": 2992.49, "end": 2992.77, "word": " it", "probability": 0.509765625}, {"start": 2992.77, "end": 2992.77, "word": " in", "probability": 0.89013671875}, {"start": 2992.77, "end": 2992.97, "word": " ILS.", "probability": 0.5904541015625}, {"start": 2993.19, "end": 2993.29, "word": " You", "probability": 0.3525390625}, {"start": 2993.29, "end": 2993.51, "word": " cannot", "probability": 0.56884765625}, {"start": 2993.51, "end": 2993.75, "word": " put", "probability": 0.814453125}, {"start": 2993.75, "end": 2993.79, "word": " it", "probability": 0.8544921875}, {"start": 2993.79, "end": 2993.87, "word": " in", "probability": 0.9375}, {"start": 2993.87, "end": 2994.17, "word": " ILS.", "probability": 0.8330078125}, {"start": 2994.71, "end": 2994.87, "word": " What", "probability": 0.6767578125}, {"start": 2994.87, "end": 2994.87, "word": " does", "probability": 0.79345703125}, {"start": 2994.87, "end": 2995.03, "word": " ILS", "probability": 0.879638671875}, {"start": 2995.03, "end": 2995.33, "word": " mean?", "probability": 0.94091796875}, {"start": 2996.15, "end": 2996.55, "word": " Either", "probability": 0.5341796875}, {"start": 2996.55, "end": 2996.73, "word": " this", "probability": 0.83837890625}, {"start": 2996.73, "end": 2996.83, "word": " or", "probability": 0.80810546875}, {"start": 2996.83, "end": 2997.13, "word": " that.", "probability": 0.78759765625}, {"start": 2997.79, "end": 2998.05, "word": " Go", "probability": 0.47509765625}, {"start": 2998.05, "end": 2998.19, "word": " back", "probability": 0.86328125}, {"start": 2998.19, "end": 2998.39, "word": " to", "probability": 0.9482421875}, {"start": 2998.39, "end": 2998.75, "word": " program", "probability": 0.217041015625}, {"start": 2998.75, "end": 2999.15, "word": " 1,", "probability": 0.7236328125}, {"start": 2999.27, "end": 2999.47, "word": " the", "probability": 0.6708984375}, {"start": 2999.47, "end": 2999.47, "word": " first", "probability": 0.81005859375}, {"start": 2999.47, "end": 2999.77, "word": " lecture", "probability": 0.84814453125}, {"start": 2999.77, "end": 2999.97, "word": " in", "probability": 0.373779296875}, {"start": 2999.97, "end": 3000.27, "word": " ILS.", "probability": 0.5858154296875}, {"start": 3000.73, "end": 3000.87, "word": " You", "probability": 0.359375}, {"start": 3000.87, "end": 3001.03, "word": " saw", "probability": 0.4775390625}, {"start": 3001.03, "end": 3001.29, "word": " how", "probability": 0.60888671875}, {"start": 3001.29, "end": 3001.57, "word": " I", "probability": 0.210205078125}, {"start": 3001.57, "end": 3002.35, "word": " told", "probability": 0.763671875}, {"start": 3002.35, "end": 3002.51, "word": " you", "probability": 0.9580078125}, {"start": 3002.51, "end": 3002.53, "word": " that", "probability": 0.54345703125}, {"start": 3002.53, "end": 3002.83, "word": " programming", "probability": 0.63818359375}, {"start": 3002.83, "end": 3002.93, "word": " is", "probability": 0.91943359375}, {"start": 3002.93, "end": 3003.03, "word": " the", "probability": 0.64306640625}, {"start": 3003.03, "end": 3003.19, "word": " most", "probability": 0.89306640625}, {"start": 3003.19, "end": 3003.25, "word": " important", "probability": 0.869140625}, {"start": 3003.25, "end": 3003.81, "word": " thing.", "probability": 0.80615234375}, {"start": 3004.13, "end": 3004.29, "word": " This", "probability": 0.24755859375}, {"start": 3004.29, "end": 3004.33, "word": " is", "probability": 0.73046875}, {"start": 3004.33, "end": 3004.51, "word": " all", "probability": 0.65478515625}, {"start": 3004.51, "end": 3004.83, "word": " work.", "probability": 0.228759765625}, {"start": 3005.15, "end": 3005.55, "word": " Programming,", "probability": 0.84716796875}, {"start": 3005.61, "end": 3006.11, "word": " Extending,", "probability": 0.4647216796875}, {"start": 3006.19, "end": 3006.57, "word": " Abstract", "probability": 0.900146484375}, {"start": 3006.57, "end": 3007.03, "word": " Class,", "probability": 0.6416015625}, {"start": 3007.45, "end": 3008.17, "word": " Constructing,", "probability": 0.8346354166666666}, {"start": 3008.23, "end": 3008.25, "word": " and", "probability": 0.296630859375}, {"start": 3008.25, "end": 3008.39, "word": " moving", "probability": 0.334228515625}, {"start": 3008.39, "end": 3008.75, "word": " files", "probability": 0.1807861328125}, {"start": 3008.75, "end": 3008.91, "word": " from", "probability": 0.7978515625}, {"start": 3008.91, "end": 3009.05, "word": " here", "probability": 0.5908203125}, {"start": 3009.05, "end": 3009.13, "word": " to", "probability": 0.970703125}, {"start": 3009.13, "end": 3009.35, "word": " here.", "probability": 0.56298828125}, {"start": 3009.73, "end": 3009.93, "word": " Those", "probability": 0.342529296875}, {"start": 3009.93, "end": 3009.99, "word": " who", "probability": 0.755859375}, {"start": 3009.99, "end": 3010.13, "word": " understand", "probability": 0.69189453125}, {"start": 3010.13, "end": 3010.35, "word": " Object", "probability": 0.472412109375}, {"start": 3010.35, "end": 3010.89, "word": " Oriented", "probability": 0.78076171875}, {"start": 3010.89, "end": 3011.25, "word": " will", "probability": 0.30322265625}, {"start": 3011.25, "end": 3011.47, "word": " find", "probability": 0.6484375}, {"start": 3011.47, "end": 3011.63, "word": " this", "probability": 0.55712890625}, {"start": 3011.63, "end": 3011.83, "word": " subject", "probability": 0.22412109375}, {"start": 3011.83, "end": 3012.11, "word": " easy.", "probability": 0.640625}], "temperature": 1.0}, {"id": 107, "seek": 303849, "start": 3017.87, "end": 3038.49, "text": "Okay guys, we will also do something to speed up the list view more than this, okay? In the next lecture, we will also take a list view training as a kind of review, we will see how to speed up the list view and complete some small things on it, such as delete, how to delete an element from the list view.", "tokens": [8297, 1074, 11, 321, 486, 611, 360, 746, 281, 3073, 493, 264, 1329, 1910, 544, 813, 341, 11, 1392, 30, 682, 264, 958, 7991, 11, 321, 486, 611, 747, 257, 1329, 1910, 3097, 382, 257, 733, 295, 3131, 11, 321, 486, 536, 577, 281, 3073, 493, 264, 1329, 1910, 293, 3566, 512, 1359, 721, 322, 309, 11, 1270, 382, 12097, 11, 577, 281, 12097, 364, 4478, 490, 264, 1329, 1910, 13], "avg_logprob": -0.4917534730500645, "compression_ratio": 1.7586206896551724, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 3017.87, "end": 3018.29, "word": "Okay", "probability": 0.178466796875}, {"start": 3018.29, "end": 3018.71, "word": " guys,", "probability": 0.51025390625}, {"start": 3018.89, "end": 3020.89, "word": " we", "probability": 0.583984375}, {"start": 3020.89, "end": 3021.05, "word": " will", "probability": 0.5771484375}, {"start": 3021.05, "end": 3021.43, "word": " also", "probability": 0.135986328125}, {"start": 3021.43, "end": 3021.43, "word": " do", "probability": 0.420654296875}, {"start": 3021.43, "end": 3021.85, "word": " something", "probability": 0.236572265625}, {"start": 3021.85, "end": 3021.97, "word": " to", "probability": 0.2213134765625}, {"start": 3021.97, "end": 3022.13, "word": " speed", "probability": 0.779296875}, {"start": 3022.13, "end": 3022.23, "word": " up", "probability": 0.9453125}, {"start": 3022.23, "end": 3022.31, "word": " the", "probability": 0.341796875}, {"start": 3022.31, "end": 3022.45, "word": " list", "probability": 0.818359375}, {"start": 3022.45, "end": 3022.75, "word": " view", "probability": 0.7880859375}, {"start": 3022.75, "end": 3024.15, "word": " more", "probability": 0.451904296875}, {"start": 3024.15, "end": 3024.35, "word": " than", "probability": 0.87255859375}, {"start": 3024.35, "end": 3024.97, "word": " this,", "probability": 0.630859375}, {"start": 3024.97, "end": 3025.43, "word": " okay?", "probability": 0.59033203125}, {"start": 3025.75, "end": 3025.87, "word": " In", "probability": 0.57861328125}, {"start": 3025.87, "end": 3025.91, "word": " the", "probability": 0.86279296875}, {"start": 3025.91, "end": 3025.91, "word": " next", "probability": 0.7900390625}, {"start": 3025.91, "end": 3026.25, "word": " lecture,", "probability": 0.72900390625}, {"start": 3027.11, "end": 3027.21, "word": " we", "probability": 0.93115234375}, {"start": 3027.21, "end": 3027.25, "word": " will", "probability": 0.83935546875}, {"start": 3027.25, "end": 3027.73, "word": " also", "probability": 0.46923828125}, {"start": 3027.73, "end": 3027.73, "word": " take", "probability": 0.54931640625}, {"start": 3027.73, "end": 3028.35, "word": " a", "probability": 0.673828125}, {"start": 3028.35, "end": 3028.39, "word": " list", "probability": 0.2274169921875}, {"start": 3028.39, "end": 3028.79, "word": " view", "probability": 0.85302734375}, {"start": 3028.79, "end": 3028.79, "word": " training", "probability": 0.64697265625}, {"start": 3028.79, "end": 3029.33, "word": " as", "probability": 0.7646484375}, {"start": 3029.33, "end": 3029.43, "word": " a", "probability": 0.8525390625}, {"start": 3029.43, "end": 3029.51, "word": " kind", "probability": 0.61279296875}, {"start": 3029.51, "end": 3029.71, "word": " of", "probability": 0.97265625}, {"start": 3029.71, "end": 3030.11, "word": " review,", "probability": 0.720703125}, {"start": 3030.61, "end": 3031.15, "word": " we", "probability": 0.65283203125}, {"start": 3031.15, "end": 3031.23, "word": " will", "probability": 0.8486328125}, {"start": 3031.23, "end": 3031.39, "word": " see", "probability": 0.869140625}, {"start": 3031.39, "end": 3031.57, "word": " how", "probability": 0.93701171875}, {"start": 3031.57, "end": 3031.71, "word": " to", "probability": 0.8740234375}, {"start": 3031.71, "end": 3031.93, "word": " speed", "probability": 0.92578125}, {"start": 3031.93, "end": 3032.01, "word": " up", "probability": 0.9619140625}, {"start": 3032.01, "end": 3032.11, "word": " the", "probability": 0.6865234375}, {"start": 3032.11, "end": 3032.27, "word": " list", "probability": 0.88525390625}, {"start": 3032.27, "end": 3032.63, "word": " view", "probability": 0.8837890625}, {"start": 3032.63, "end": 3033.39, "word": " and", "probability": 0.734375}, {"start": 3033.39, "end": 3033.77, "word": " complete", "probability": 0.49755859375}, {"start": 3033.77, "end": 3034.03, "word": " some", "probability": 0.7822265625}, {"start": 3034.03, "end": 3034.65, "word": " small", "probability": 0.67529296875}, {"start": 3034.65, "end": 3034.65, "word": " things", "probability": 0.6572265625}, {"start": 3034.65, "end": 3034.95, "word": " on", "probability": 0.2159423828125}, {"start": 3034.95, "end": 3035.15, "word": " it,", "probability": 0.93115234375}, {"start": 3035.17, "end": 3035.25, "word": " such", "probability": 0.237060546875}, {"start": 3035.25, "end": 3035.25, "word": " as", "probability": 0.9716796875}, {"start": 3035.25, "end": 3035.77, "word": " delete,", "probability": 0.4091796875}, {"start": 3036.13, "end": 3036.47, "word": " how", "probability": 0.79296875}, {"start": 3036.47, "end": 3036.59, "word": " to", "probability": 0.93408203125}, {"start": 3036.59, "end": 3036.75, "word": " delete", "probability": 0.7548828125}, {"start": 3036.75, "end": 3036.89, "word": " an", "probability": 0.417236328125}, {"start": 3036.89, "end": 3037.09, "word": " element", "probability": 0.744140625}, {"start": 3037.09, "end": 3037.39, "word": " from", "probability": 0.7724609375}, {"start": 3037.39, "end": 3038.03, "word": " the", "probability": 0.8935546875}, {"start": 3038.03, "end": 3038.21, "word": " list", "probability": 0.88232421875}, {"start": 3038.21, "end": 3038.49, "word": " view.", "probability": 0.86962890625}], "temperature": 1.0}, {"id": 108, "seek": 306221, "start": 3039.73, "end": 3062.21, "text": "So the next lecture is the last lecture in the list view and after that we enter in what? In the recycler view When is the exam next week? Next week is the last exam in the recycler view, next week everything is included in the exam. Next week everything is included in the exam, this week I mean", "tokens": [6455, 264, 958, 7991, 307, 264, 1036, 7991, 294, 264, 1329, 1910, 293, 934, 300, 321, 3242, 294, 437, 30, 682, 264, 12036, 66, 1918, 1910, 1133, 307, 264, 1139, 958, 1243, 30, 3087, 1243, 307, 264, 1036, 1139, 294, 264, 12036, 66, 1918, 1910, 11, 958, 1243, 1203, 307, 5556, 294, 264, 1139, 13, 3087, 1243, 1203, 307, 5556, 294, 264, 1139, 11, 341, 1243, 286, 914], "avg_logprob": -0.5321557832800824, "compression_ratio": 2.0, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 3039.73, "end": 3039.99, "word": "So", "probability": 0.5126953125}, {"start": 3039.99, "end": 3040.07, "word": " the", "probability": 0.263671875}, {"start": 3040.07, "end": 3040.07, "word": " next", "probability": 0.7978515625}, {"start": 3040.07, "end": 3040.37, "word": " lecture", "probability": 0.59423828125}, {"start": 3040.37, "end": 3040.65, "word": " is", "probability": 0.70947265625}, {"start": 3040.65, "end": 3040.71, "word": " the", "probability": 0.8212890625}, {"start": 3040.71, "end": 3040.89, "word": " last", "probability": 0.88623046875}, {"start": 3040.89, "end": 3041.29, "word": " lecture", "probability": 0.84619140625}, {"start": 3041.29, "end": 3041.43, "word": " in", "probability": 0.7490234375}, {"start": 3041.43, "end": 3041.49, "word": " the", "probability": 0.42138671875}, {"start": 3041.49, "end": 3041.67, "word": " list", "probability": 0.7294921875}, {"start": 3041.67, "end": 3041.97, "word": " view", "probability": 0.70751953125}, {"start": 3041.97, "end": 3042.81, "word": " and", "probability": 0.489501953125}, {"start": 3042.81, "end": 3043.05, "word": " after", "probability": 0.44775390625}, {"start": 3043.05, "end": 3043.19, "word": " that", "probability": 0.85205078125}, {"start": 3043.19, "end": 3043.33, "word": " we", "probability": 0.697265625}, {"start": 3043.33, "end": 3043.55, "word": " enter", "probability": 0.4287109375}, {"start": 3043.55, "end": 3043.69, "word": " in", "probability": 0.305419921875}, {"start": 3043.69, "end": 3043.93, "word": " what?", "probability": 0.60791015625}, {"start": 3044.07, "end": 3044.19, "word": " In", "probability": 0.56884765625}, {"start": 3044.19, "end": 3044.79, "word": " the", "probability": 0.68994140625}, {"start": 3044.79, "end": 3045.17, "word": " recycler", "probability": 0.6224772135416666}, {"start": 3045.17, "end": 3045.47, "word": " view", "probability": 0.83544921875}, {"start": 3045.47, "end": 3045.85, "word": " When", "probability": 0.23583984375}, {"start": 3045.85, "end": 3045.89, "word": " is", "probability": 0.86474609375}, {"start": 3045.89, "end": 3046.07, "word": " the", "probability": 0.86328125}, {"start": 3046.07, "end": 3046.49, "word": " exam", "probability": 0.669921875}, {"start": 3046.49, "end": 3046.89, "word": " next", "probability": 0.3740234375}, {"start": 3046.89, "end": 3047.17, "word": " week?", "probability": 0.93994140625}, {"start": 3048.67, "end": 3048.71, "word": " Next", "probability": 0.251953125}, {"start": 3048.71, "end": 3049.15, "word": " week", "probability": 0.7060546875}, {"start": 3049.15, "end": 3049.45, "word": " is", "probability": 0.279296875}, {"start": 3049.45, "end": 3049.53, "word": " the", "probability": 0.35205078125}, {"start": 3049.53, "end": 3052.19, "word": " last", "probability": 0.5166015625}, {"start": 3052.19, "end": 3055.53, "word": " exam", "probability": 0.62255859375}, {"start": 3055.53, "end": 3055.81, "word": " in", "probability": 0.49560546875}, {"start": 3055.81, "end": 3056.37, "word": " the", "probability": 0.84619140625}, {"start": 3056.37, "end": 3056.79, "word": " recycler", "probability": 0.7662760416666666}, {"start": 3056.79, "end": 3057.05, "word": " view,", "probability": 0.8603515625}, {"start": 3057.25, "end": 3057.35, "word": " next", "probability": 0.50048828125}, {"start": 3057.35, "end": 3057.71, "word": " week", "probability": 0.94775390625}, {"start": 3057.71, "end": 3058.01, "word": " everything", "probability": 0.6005859375}, {"start": 3058.01, "end": 3058.09, "word": " is", "probability": 0.728515625}, {"start": 3058.09, "end": 3058.37, "word": " included", "probability": 0.685546875}, {"start": 3058.37, "end": 3059.73, "word": " in", "probability": 0.41943359375}, {"start": 3059.73, "end": 3059.73, "word": " the", "probability": 0.79345703125}, {"start": 3059.73, "end": 3059.73, "word": " exam.", "probability": 0.92724609375}, {"start": 3059.73, "end": 3059.73, "word": " Next", "probability": 0.331298828125}, {"start": 3059.73, "end": 3059.99, "word": " week", "probability": 0.94482421875}, {"start": 3059.99, "end": 3060.09, "word": " everything", "probability": 0.34521484375}, {"start": 3060.09, "end": 3060.41, "word": " is", "probability": 0.8447265625}, {"start": 3060.41, "end": 3060.59, "word": " included", "probability": 0.8525390625}, {"start": 3060.59, "end": 3060.71, "word": " in", "probability": 0.89111328125}, {"start": 3060.71, "end": 3060.77, "word": " the", "probability": 0.92041015625}, {"start": 3060.77, "end": 3061.11, "word": " exam,", "probability": 0.9736328125}, {"start": 3061.35, "end": 3061.79, "word": " this", "probability": 0.46826171875}, {"start": 3061.79, "end": 3061.79, "word": " week", "probability": 0.87109375}, {"start": 3061.79, "end": 3061.97, "word": " I", "probability": 0.63720703125}, {"start": 3061.97, "end": 3062.21, "word": " mean", "probability": 0.5869140625}], "temperature": 1.0}, {"id": 109, "seek": 307335, "start": 3064.75, "end": 3073.35, "text": "Is next week the exams? Next week there is no lectures, right? Ok, next week is the last week. Ok, God bless you.", "tokens": [6802, 958, 1243, 264, 20514, 30, 3087, 1243, 456, 307, 572, 16564, 11, 558, 30, 3477, 11, 958, 1243, 307, 264, 1036, 1243, 13, 3477, 11, 1265, 5227, 291, 13], "avg_logprob": -0.5887096928011987, "compression_ratio": 1.2555555555555555, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3064.75, "end": 3065.01, "word": "Is", "probability": 0.21240234375}, {"start": 3065.01, "end": 3065.09, "word": " next", "probability": 0.5625}, {"start": 3065.09, "end": 3065.41, "word": " week", "probability": 0.94287109375}, {"start": 3065.41, "end": 3065.61, "word": " the", "probability": 0.240966796875}, {"start": 3065.61, "end": 3065.83, "word": " exams?", "probability": 0.354736328125}, {"start": 3066.69, "end": 3067.01, "word": " Next", "probability": 0.3681640625}, {"start": 3067.01, "end": 3067.31, "word": " week", "probability": 0.94189453125}, {"start": 3067.31, "end": 3067.55, "word": " there", "probability": 0.53515625}, {"start": 3067.55, "end": 3067.57, "word": " is", "probability": 0.321044921875}, {"start": 3067.57, "end": 3067.71, "word": " no", "probability": 0.8271484375}, {"start": 3067.71, "end": 3068.21, "word": " lectures,", "probability": 0.6376953125}, {"start": 3068.37, "end": 3068.53, "word": " right?", "probability": 0.72509765625}, {"start": 3068.87, "end": 3069.01, "word": " Ok,", "probability": 0.214599609375}, {"start": 3069.09, "end": 3069.21, "word": " next", "probability": 0.37890625}, {"start": 3069.21, "end": 3069.51, "word": " week", "probability": 0.90625}, {"start": 3069.51, "end": 3069.67, "word": " is", "probability": 0.70458984375}, {"start": 3069.67, "end": 3069.67, "word": " the", "probability": 0.62255859375}, {"start": 3069.67, "end": 3069.83, "word": " last", "probability": 0.85498046875}, {"start": 3069.83, "end": 3070.37, "word": " week.", "probability": 0.78466796875}, {"start": 3072.69, "end": 3073.01, "word": " Ok,", "probability": 0.74462890625}, {"start": 3073.09, "end": 3073.19, "word": " God", "probability": 0.213623046875}, {"start": 3073.19, "end": 3073.31, "word": " bless", "probability": 0.84033203125}, {"start": 3073.31, "end": 3073.35, "word": " you.", "probability": 0.95068359375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 3073.76475, "duration_after_vad": 2614.1787499999873} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..1bc0eb029fb5d436b2d589545ad3b922bb00843c --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/nddbShV8OeU_raw.srt @@ -0,0 +1,2328 @@ +1 +00:00:20,920 --> 00:00:25,240 +طيب يا شباب السلام عليكم اليوم ان شاء الله هنكمل + +2 +00:00:25,240 --> 00:00:27,840 +في الموضوع اللي بدأناه اخر المحاضرة الماضي اللي هو + +3 +00:00:27,840 --> 00:00:32,620 +list view وقلنا ان ال list view تستخدم لعرض مجموعة + +4 +00:00:32,620 --> 00:00:38,200 +عناصر متتالية يعني مثلا بدك تعرض itemsعلى متجر + +5 +00:00:38,200 --> 00:00:42,260 +إلكتروني مثلا ممكن تعرض مجموعة أخبار فزي ما قلنا + +6 +00:00:42,260 --> 00:00:46,280 +استخدام list view كبير فلازم الواحد يتعلمها كويس و + +7 +00:00:46,280 --> 00:00:49,560 +بالذات كيف يعمل أو يخصص ال list view عشان تعرض + +8 +00:00:49,560 --> 00:00:53,340 +العناصر بالشكل اللي هو بدهوا يعني المحاضرة الماضية + +9 +00:00:53,340 --> 00:00:58,660 +بدنا نبدأ نعمل customization لل list view نخصصها + +10 +00:00:58,660 --> 00:01:02,240 +بحيث نعمل design احنا خاص فينا زي ما قلنا مثلا + +11 +00:01:02,240 --> 00:01:08,340 +بدنا نحط صورة شخص واسمه وعمرهأول خطوة عملناها ان + +12 +00:01:08,340 --> 00:01:12,400 +انت بتضيف ال list view على ال activity طبعا هاي ال + +13 +00:01:12,400 --> 00:01:14,640 +list view في الحتاج اسمه list view وعملته على جد + +14 +00:01:14,640 --> 00:01:18,860 +الشاشة كلها طبعا الان مافيش عندى entries جابل كنا + +15 +00:01:18,860 --> 00:01:22,160 +نعبيها مباشرة من array الان لأ انا مش .. بتعبيها + +16 +00:01:22,160 --> 00:01:29,040 +من ال code طيب فاضفت ال list view الخطوة التانية + +17 +00:01:29,040 --> 00:01:36,190 +ان ال data اللي بنضيفهاداخل ال list view بدنا نصمم + +18 +00:01:36,190 --> 00:01:40,550 +ال item تبعه إيش هي ال item؟ الآن أنا عندي عنصر في + +19 +00:01:40,550 --> 00:01:44,390 +الشاشة هيبقى يتكرر زيه مش هو نفسه هيتكرر بس + +20 +00:01:44,390 --> 00:01:48,610 +البيانات هتختلف فروح بقى بصمم شكل ال item هذا فروح + +21 +00:01:48,610 --> 00:01:54,010 +تعمل layout جديد ملف xml جديد وصممت شكل ال item + +22 +00:01:54,010 --> 00:01:57,290 +بالشكل اللي بديها هيحطت image view text view للاسم + +23 +00:01:57,290 --> 00:02:00,670 +text view لل age وزر لل delete على أساس بعد هيك + +24 +00:02:00,670 --> 00:02:05,840 +نشوف كيف نحدث عنصر من ال list viewالخطوة التالتة + +25 +00:02:05,840 --> 00:02:11,400 +ان انا روحت اعملت class بتمثل البيانات لان لاحظوا + +26 +00:02:11,400 --> 00:02:14,000 +ان انا دايما في ال .. في ال .. في البرمجة لما + +27 +00:02:14,000 --> 00:02:18,480 +نتعامل معا بيانات كتير متعددة وكل واحدة من + +28 +00:02:18,480 --> 00:02:22,240 +البيانات هذه مكونة من بيانات تفصيلية حاول تعمل + +29 +00:02:22,240 --> 00:02:26,100 +class تجمع البيانات هذه مع بعض فعملنا class person + +30 +00:02:26,100 --> 00:02:28,980 +فيها name و age و photo ID هاي بيانات الشخص + +31 +00:02:33,270 --> 00:02:36,450 +خلّصنا الأول خطوطين اللي هو روحت عملت layout و + +32 +00:02:36,450 --> 00:02:41,170 +روحت عملت class java تبثل layout هذا الان بدنا + +33 +00:02:41,170 --> 00:02:46,230 +نروح ال main activity الان طبعا معروف أن أول ما + +34 +00:02:46,230 --> 00:02:50,790 +تشتغل ال activity يشتغل on create أول حاجة بدي + +35 +00:02:50,790 --> 00:02:56,310 +أعملها بدي أجمع ال dataوال data اللي بنشيها بعبيها + +36 +00:02:56,310 --> 00:02:59,030 +وين في ال list view يبقى لازم في الأول يكون في + +37 +00:02:59,030 --> 00:03:02,930 +عندي data ايش هي data بدك تروح تنشيئ person P1 + +38 +00:03:02,930 --> 00:03:08,470 +مثلا يسوى new person من ال class اللي احنا سوينها + +39 +00:03:08,470 --> 00:03:17,670 +و بتقوله P1 dot set name مثلا أحمد P1 + +40 +00:03:17,670 --> 00:03:18,750 +dot set age + +41 +00:03:22,180 --> 00:03:26,260 +P1.set photo id الـ photo قلنا كيف خذلناها في ال + +42 +00:03:26,260 --> 00:03:29,540 +class إيش عملناها integer على أساس إن هي هتكون في + +43 +00:03:29,540 --> 00:03:33,440 +drawable طب تحط ال ID تبعها R.drawable. + +44 +00:03:36,600 --> 00:03:41,300 +هذه الصور اللي موجودين عندي هذا ال object الأول + +45 +00:03:41,300 --> 00:03:44,400 +لأن person P2 + +46 +00:04:24,560 --> 00:04:27,620 +طيب هيك احنا انشأنا العناصر ابننا نعرضها في الشاشة + +47 +00:04:27,620 --> 00:04:30,780 +اكيد هال gate في مخ بعض منكم هيقول يعني انا بده + +48 +00:04:30,780 --> 00:04:33,440 +اعرض خمسين حاجة في list of you بده اقعد انشئهم + +49 +00:04:33,440 --> 00:04:36,880 +واحد واحد في ناس هيك بتسأل حالها؟ في حد سأل حاله + +50 +00:04:36,880 --> 00:04:41,460 +هيك؟ هذه + +51 +00:04:41,460 --> 00:04:44,500 +أصل البيانات ممكن تكون موجودة في database موجودة + +52 +00:04:44,500 --> 00:04:48,660 +في ملف تقراها و تعمل loop عليها و تنشئ objects طيب + +53 +00:04:48,660 --> 00:04:52,360 +هال gate هدولة كلهم منجمعهم في array واحدة ماشي؟ + +54 +00:04:53,620 --> 00:04:59,620 +هذه عملنا list او array list من + +55 +00:04:59,620 --> 00:05:04,020 +نوع ايش ال list person نسميها persons + +56 +00:05:32,030 --> 00:05:36,110 +تمام هيعملنا البيانات وجمعناها في array طيب نيجيها + +57 +00:05:36,110 --> 00:05:41,230 +ال gate بدنا نعب البيانات هذه في ال array list طيب + +58 +00:05:41,230 --> 00:05:48,810 +انتبهوا معايا لأن هذه هي النقطة الأساسية طيب + +59 +00:05:48,810 --> 00:05:51,870 +اللي بدنا نجيب ال list view صح ولا مش احنا في + +60 +00:05:51,870 --> 00:05:54,770 +الآخر بنعب ال list view ال list view عبارة عن أنصر + +61 +00:05:54,770 --> 00:06:02,760 +موجود في ال layout فبقول له list view lv مثلاfind + +62 +00:06:02,760 --> 00:06:04,480 +view by id + +63 +00:06:39,400 --> 00:06:44,200 +تمام يبقى لان عندنا بيانات و عندنا list view هاي + +64 +00:06:44,200 --> 00:06:54,040 +list view و هاي ال data طيب الفكرة لان كيف ننعب ال + +65 +00:06:54,040 --> 00:06:58,500 +data هذه في ال list view طيب هال gate بدنا نستخدم + +66 +00:06:58,500 --> 00:07:03,660 +اش جديد وظيفته هذا الجديد اسمه + +67 +00:07:07,370 --> 00:07:11,030 +الـ adapter ايش هي كلمة adapter؟ محول اه محول هل + +68 +00:07:11,030 --> 00:07:14,190 +جيت في الكهربا فياش الكهربا اللي بتكون اتنين و + +69 +00:07:14,190 --> 00:07:19,210 +عندك انت فيش تلاتة ايش بتستخدم؟ تستخدم adapter صح + +70 +00:07:19,210 --> 00:07:23,210 +ولا؟ بياخد تلاتة بطلع اتنين او العكس فهو هذا موائم + +71 +00:07:23,210 --> 00:07:28,630 +لان ال list view مابتعرفش كيف البياناتبدا تتعدى + +72 +00:07:28,630 --> 00:07:32,090 +فيها مين هيحدد دلها كيف تتعدى؟ مين هيعمل التحويلة؟ + +73 +00:07:32,090 --> 00:07:36,130 +هياخد البيانات ال data ويحولها لعناصر تنعرض في ال + +74 +00:07:36,130 --> 00:07:39,590 +list view اللي هو ال adapter ال adapter هذا بيعمل + +75 +00:07:39,590 --> 00:07:44,470 +التالي طلع معايا هياخد input حاشتين هياخد ال data + +76 +00:07:44,470 --> 00:07:47,790 +وهياخد كمان ال layout + +77 +00:07:53,530 --> 00:07:57,130 +ما هي Layout بتاعة الأنصار؟ هل جيت احنا لو نطلب + +78 +00:07:57,130 --> 00:08:00,690 +بال adaptor يا adaptor هديك انا بيانات و هديك + +79 +00:08:00,690 --> 00:08:04,270 +Layout تتبين لك كل واحدة من البيانات هذه كبيرة + +80 +00:08:04,270 --> 00:08:06,150 +نادرة على الشاشة مين ال Layout؟ ايش جزمه في ال + +81 +00:08:06,150 --> 00:08:10,130 +Layout؟ تصميم الأنصار للواحد فهو هيعمل التالي زي + +82 +00:08:10,130 --> 00:08:14,810 +اللي بصنع جاعدهياخد ال layout ويعملها inflation + +83 +00:08:14,810 --> 00:08:24,510 +يحولها من xml ل java يعني سارة الآن حاجة تنعرض على + +84 +00:08:24,510 --> 00:08:27,630 +الشاشة بعد ما يعمل inflation يجيب البيانات اللي + +85 +00:08:27,630 --> 00:08:33,020 +هناوحدة وحدة يعني بيجيب من الاشياء البيانات مش هنا + +86 +00:08:33,020 --> 00:08:37,640 +في عندي person هي البيانات عبارة عن list كل واحدة + +87 +00:08:37,640 --> 00:08:40,920 +فيها ل person واحد person اتنين person تلاتة صح + +88 +00:08:40,920 --> 00:08:46,880 +ولا هيجيب ال person الأولاني وهيجيب ال layout يعمل + +89 +00:08:46,880 --> 00:08:53,640 +منه inflation ايش هيطلع عنده view وبعدين + +90 +00:08:53,640 --> 00:08:58,060 +هيعب البيانات الموجودة في P1 داخل مين؟ داخل ال + +91 +00:08:58,060 --> 00:09:02,960 +view هذاو هك بيصل ال view ماله جاهز لعرض بياخد ال + +92 +00:09:02,960 --> 00:09:09,480 +view و بيحطه في list view في list view بروح بعدين + +93 +00:09:09,480 --> 00:09:14,000 +عنين على أنصر التاني مرة تانية بيجيب ال layout و + +94 +00:09:14,000 --> 00:09:19,140 +بيعمل منها inflation بناء على الخريطة بعد بعمل ال + +95 +00:09:19,140 --> 00:09:22,720 +view view يعني حد يتنعدد على الشاشة اش في داخل ال + +96 +00:09:22,720 --> 00:09:26,820 +view انت عارفين ان في image view و في name و في + +97 +00:09:26,820 --> 00:09:31,580 +age و في patternبعدين بيجيب person ات مين و بياخد + +98 +00:09:31,580 --> 00:09:37,400 +اسمه و بيحطه اين في هذه و بياخد عمره و بيحطه هنا و + +99 +00:09:37,400 --> 00:09:41,360 +بياخد صورته و بيحطه هنا و بيقوله خلاص جاهز روح هي + +100 +00:09:41,360 --> 00:09:47,100 +عرض مين العنصر التاني و هكذا هذه فايدة مين هذه + +101 +00:09:47,100 --> 00:09:51,640 +فايدة ال adapter الان اول ما ال list view تشتغل هي + +102 +00:09:51,640 --> 00:09:56,920 +هيك نمطها اول ما ال list view بتشتغل بتروح ال list + +103 +00:09:56,920 --> 00:09:57,720 +view نفسها + +104 +00:10:00,680 --> 00:10:04,100 +لأ ال adapter نفسه بمر على العناصر بتاعة ال array + +105 +00:10:04,100 --> 00:10:10,180 +وبنفذ method اسمها get view ال get view هذه هي + +106 +00:10:10,180 --> 00:10:15,580 +اللي بتنشأ من؟ العنصر اللي بتعبي بال data طيب عشان + +107 +00:10:15,580 --> 00:10:17,880 +نفهم هذا كيف .. الآن احنا بنا نعمل ال adapter هذا + +108 +00:10:17,880 --> 00:10:20,820 +ال adapter .. ال adapter مالوش وجود احنا بنا نعمله + +109 +00:10:20,820 --> 00:10:23,580 +تمام كيف بنا نعمل ال adapter؟ بقوللي انت عشان تعمل + +110 +00:10:23,580 --> 00:10:26,200 +ال adapter بدك تروح تعمل class جديدة + +111 +00:10:31,700 --> 00:10:37,080 +ماذا نسميها مثلا person adapter + +112 +00:10:37,080 --> 00:10:42,420 +هذا ال class اللي هتعمل الشغل هذه مش سحر هذه الشغل + +113 +00:10:42,420 --> 00:10:45,960 +لازم ال code تكتبها person adapter طيب بعدين بقولك + +114 +00:10:45,960 --> 00:10:52,140 +اروح منه extend لحد يسمها base adapter + +115 +00:11:08,600 --> 00:11:16,060 +طيب لأ لأ طيب إيش بدها ال gate extends + +116 +00:11:40,830 --> 00:11:45,010 +طيب تمام لما أول ما عملت extend ل base adapter + +117 +00:11:45,010 --> 00:11:48,990 +طلعلي error ليش ال base adapter عبارة عن abstract + +118 +00:11:48,990 --> 00:11:52,730 +class تمام يعني انت لما تعمل extend ل abstract + +119 +00:11:52,730 --> 00:11:56,250 +class معروف ان انت ايش لازم تعمل لازم تكمل + +120 +00:11:56,250 --> 00:11:59,630 +implement لكل ال method ال abstract اللي موجودة في + +121 +00:11:59,630 --> 00:12:02,350 +ال abstract class اللي هي ال base adapter لحاله + +122 +00:12:02,350 --> 00:12:08,310 +ايش هعملك رسلك مجموعة .. مجموعة methodsالآن هذا + +123 +00:12:08,310 --> 00:12:12,570 +الـ Base Adapter هو اللي بتستخدمه ال ListView يعني + +124 +00:12:12,570 --> 00:12:15,130 +الآن لو أنا سبت هذا شوية و روحت على ال Main + +125 +00:12:15,130 --> 00:12:18,570 +Activity شايفين ال ListView اللي جيبناها؟ بدك + +126 +00:12:18,570 --> 00:12:24,310 +تقوله ListView و تقوله Set Adapter شايفين؟ بقوله + +127 +00:12:24,310 --> 00:12:27,650 +Set Adapter، إيش بياخد؟ بياخد object من نوع List + +128 +00:12:27,650 --> 00:12:31,230 +Adapter اللي هو ال parent تبع مين؟ ال Base + +129 +00:12:31,230 --> 00:12:34,390 +Adapter، تمام؟ يعني الآن أنا بدي أجهزله Adapter، + +130 +00:12:34,390 --> 00:12:37,230 +أنا روحت و عملت Extend ل Base Adapter + +131 +00:12:39,730 --> 00:12:43,290 +فالان انا بدي اجهز ال adapter و مررله لمين لل list + +132 +00:12:43,290 --> 00:12:47,310 +view طيب هاي جينا عملنا extend base adapter مرة + +133 +00:12:47,310 --> 00:12:52,130 +تانية في الاول انا اول ما عملت extend طلعلي error + +134 +00:12:52,130 --> 00:12:59,070 +كان لازم تعمل implement لل methods طيب + +135 +00:12:59,070 --> 00:13:02,570 +قبل ما نشتغل اي حاجة حكينا انه احنا ال adapter + +136 +00:13:02,570 --> 00:13:07,490 +تبعنا بدنا نمرله مينبنمرله حاجات عشان هيشتغل عليهم + +137 +00:13:07,490 --> 00:13:12,930 +طبعا هنا كيف نمرل لل object حاجات اول ما نشغله اول + +138 +00:13:12,930 --> 00:13:15,450 +ما نشيهه باستخدام constructor لان هذا فيه + +139 +00:13:15,450 --> 00:13:19,530 +constructor لأ طلع اشهر 7 methods في عندك get + +140 +00:13:19,530 --> 00:13:22,030 +count, get item, get item ID احنا لسنا نشوف get + +141 +00:13:22,030 --> 00:13:25,270 +view مش عارفين اش هدوله سيبك منهم بس الان اول خطوة + +142 +00:13:25,270 --> 00:13:29,530 +ان انت لازم تمرله حاجات طبعا فبنروح نعمله + +143 +00:13:29,530 --> 00:13:32,630 +constructor فبنقوله public person + +144 +00:13:35,570 --> 00:13:40,390 +adapter بنمرله حاجتين اللي هي ال data تمام اللي هو + +145 +00:13:40,390 --> 00:13:44,950 +list of person اللي + +146 +00:13:44,950 --> 00:13:48,210 +هي من أين ده تيجي هذا ال list of person من أين + +147 +00:13:48,210 --> 00:13:50,350 +نتيجي من ال activity مش احنا انشئناها في ال + +148 +00:13:50,350 --> 00:13:56,110 +activity هذه سامحة array list احسن طيب و بننشئله + +149 +00:13:56,110 --> 00:14:01,810 +كمان مين ال layout بنمرله layout اللي هي layout + +150 +00:14:01,810 --> 00:14:06,450 +بتاعة مينبتاعة ال item تمام اللي هي همررها ك ID + +151 +00:14:06,450 --> 00:14:14,770 +Int Layout IDيعني هو بده حاجتين بده layout وبده ال + +152 +00:14:14,770 --> 00:14:19,030 +data ال data هي مررناها وال layout بيمررها ك إيش؟ + +153 +00:14:19,030 --> 00:14:23,470 +ك ID أي حاجة موجودة في ال resources بتستخدمها أو + +154 +00:14:23,470 --> 00:14:27,450 +بتمررها أو بتجيبها أو بتوديها باستخدام إيش؟ ID صح + +155 +00:14:27,450 --> 00:14:29,770 +ولا لأ drawable مش وجود في ال resources are دوت + +156 +00:14:29,770 --> 00:14:33,570 +drawable دوت كده عبارة عن ID integer تمام؟ وال + +157 +00:14:33,570 --> 00:14:35,610 +layouts مش وجودة في ال resources برضه عبارة عن + +158 +00:14:35,610 --> 00:14:38,850 +integers كل واحد بنشيلها ID خاص فيها عبارة عن + +159 +00:14:38,850 --> 00:14:42,300 +integerطب الآن هدول عشان نستخدمهم في ال methods + +160 +00:14:42,300 --> 00:15:00,400 +اللي تحت نروح ايش نعمل نعمل array list ايش + +161 +00:15:00,400 --> 00:15:06,320 +هدول يا جماعة عشان لما قاعدي اقول له this dot + +162 +00:15:06,320 --> 00:15:06,980 +persons + +163 +00:15:11,250 --> 00:15:16,670 +this.layoutid تمام + +164 +00:15:16,670 --> 00:15:20,350 +اللي مررته في ال constructor خزنته فوق لأ انا ليش + +165 +00:15:20,350 --> 00:15:23,770 +عملت ال constructor هذا على أساس انه انا في ال + +166 +00:15:23,770 --> 00:15:29,650 +activity بدي أنشئ adapter احنا هنا جيبنا list view + +167 +00:15:29,650 --> 00:15:32,330 +بننشئ adapter ايش اسم ال adapter تبعنا person + +168 +00:15:32,330 --> 00:15:38,810 +adapter adapter يساوي new person + +169 +00:15:40,890 --> 00:15:45,370 +adapter يعني ايش بدنا نمرله اللي هو ال persons + +170 +00:15:45,370 --> 00:15:52,950 +وبدنا نمرله ال id تعالي layout اللي هو r.layout + +171 +00:15:52,950 --> 00:16:00,250 +.person item design تمام يوجه هنا هذا ال + +172 +00:16:00,250 --> 00:16:02,630 +constructor تعالي ال adapter اللي مررناله persons + +173 +00:16:02,630 --> 00:16:08,330 +ومررناله ال id تعالي layout اللي انا بدي استخدمها + +174 +00:16:08,330 --> 00:16:12,840 +عشان انشئ كل عنصرماشي يعني احنا الان اللي سوناه + +175 +00:16:12,840 --> 00:16:17,840 +لحتى الان انه مررنا ال data و ال layout ل ال + +176 +00:16:17,840 --> 00:16:21,280 +adapter ال adapter اشتغل عليهم، اه لسه ماشتغلش + +177 +00:16:21,280 --> 00:16:26,680 +عليهم فبنرجع نخليه يشتغل عليهم طب رجعنا ل ال main + +178 +00:16:26,680 --> 00:16:30,120 +activity هي مررنا ال data و هي مررنا ال id بتاع ال + +179 +00:16:30,120 --> 00:16:34,080 +layout و هيخزنوه هنا الان تعالي على الوصفة في تحت + +180 +00:16:34,080 --> 00:16:39,870 +methods مثلا في method اسمها get countماذا يعني ان + +181 +00:16:39,870 --> 00:16:44,630 +اسمها getCount؟ عدد العناصر، ماذا يترجح؟ انتجة، + +182 +00:16:44,630 --> 00:16:51,010 +هذه عدد العناصر getCount مش أنا اللي هستخدمها، هذا + +183 +00:16:51,010 --> 00:16:54,550 +فعليا لما يروح، أول ما يشتغل ال activity و ال + +184 +00:16:54,550 --> 00:16:56,710 +listView تاخد ال adapter، ال listView نفسها + +185 +00:16:56,710 --> 00:17:01,550 +بتستدعين getCount عشان تعرف كم أنصر ضيف على الشاشة + +186 +00:17:02,610 --> 00:17:05,230 +و بعدين بتصير لكل العناصر تمشي عليهم في الفرن و + +187 +00:17:05,230 --> 00:17:07,910 +بواحد واحد و تنشيهم يعني هذا المهم ال get count + +188 +00:17:07,910 --> 00:17:12,090 +لمين و مش لي ليه ل ال list view عشان ما راح تنشه + +189 +00:17:12,090 --> 00:17:16,790 +لأ انا بتعمل override هي أصلا ترجع انتجة فهو حطله + +190 +00:17:16,790 --> 00:17:21,490 +return 0 كحاجة مبدئية لأن هذا لازم يترجع عدد إيش + +191 +00:17:21,490 --> 00:17:25,510 +العناصر الموجودة اللي هي عدد مين عدد ال objects + +192 +00:17:25,510 --> 00:17:29,030 +الموجودين في ال list فبتقولوا persons dot size + +193 +00:17:31,800 --> 00:17:35,160 +الـ method الـ array list فيها method dot size + +194 +00:17:35,160 --> 00:17:40,240 +بتجيبك عدد العناصر اللي في ال list الان في method + +195 +00:17:40,240 --> 00:17:47,880 +اسمها get item بترجع .. بتديها إيش position + +196 +00:17:47,880 --> 00:17:53,160 +وبترجعلك object يعني تديها مكان الأنصر بيرجعلك + +197 +00:17:53,160 --> 00:17:54,580 +الأنصر + +198 +00:17:56,350 --> 00:18:01,870 +الان ايش بدأ اقوله persons that get + +199 +00:18:04,490 --> 00:18:08,230 +Position يعني انا .. اه انا بدي الانصر الاول واحد + +200 +00:18:08,230 --> 00:18:12,570 +في ال list بعطيه .. اكيد هيكون هذا zero فهيجيب + +201 +00:18:12,570 --> 00:18:16,730 +الانصر get zero يعني بدلالة المكان رجع لمين؟ + +202 +00:18:16,730 --> 00:18:19,670 +الانصر هذا هو انا بتلزم ال method برضه و مش انا + +203 +00:18:19,670 --> 00:18:22,350 +اللي هستخدمها ال list view بقرأ من انا اعمل click + +204 +00:18:22,350 --> 00:18:26,570 +على انصر انا هعمل click على position معين باستخدام + +205 +00:18:26,570 --> 00:18:30,970 +ال position هو هيرجعلي ال data تبعته باستخدام هذه + +206 +00:18:30,970 --> 00:18:38,430 +ال methodتمام؟ بعدين get item ID الان بدنا احنا + +207 +00:18:38,430 --> 00:18:43,010 +لكل انصر في الشيء في ال list بنعطيله ID أسهل ID + +208 +00:18:43,010 --> 00:18:46,910 +ممكن تعطيله اللي هو ال position نفسه يعني أول واحد + +209 +00:18:46,910 --> 00:18:51,510 +و صفر و التاني زي اللي دخلنا في خمسين ولد عشان ما + +210 +00:18:51,510 --> 00:18:54,630 +نخبطش بينهم سماهم ايش صفر واحد اتنين تلاتة اربعة + +211 +00:18:54,630 --> 00:18:59,330 +تمام؟ تعالى اربعة اربعين بيجي واحد فهذا نفس الحاجة + +212 +00:18:59,330 --> 00:19:06,240 +get item ID خليه رجع مينالـ position الان + +213 +00:19:06,240 --> 00:19:09,960 +عملنا override خلصنا ايش؟ تلاتة methods نيجي لـ + +214 +00:19:09,960 --> 00:19:13,180 +method الأهم فيهم و اللي بده يشغل هدول كله الكلام + +215 +00:19:13,180 --> 00:19:15,560 +الفاضل اللي فوق get count عدد عناصر person dot + +216 +00:19:15,560 --> 00:19:19,940 +size get item في position معين اعمل لي position + +217 +00:19:19,940 --> 00:19:24,500 +dot get persons dot get ال position هان get item + +218 +00:19:24,500 --> 00:19:27,700 +id رجعلي ال position نفسه نيجي الان ل get view get + +219 +00:19:27,700 --> 00:19:33,110 +view هذه ايش بتترجع؟view مش احنا قلنا توي ان ال + +220 +00:19:33,110 --> 00:19:37,490 +adapter بياخد ال data و ياخد ال layout و ينشأ ال + +221 +00:19:37,490 --> 00:19:41,990 +view و يعب ال بيانات من ال list من ال data في ال + +222 +00:19:41,990 --> 00:19:45,510 +view و يرجع ل list view وين ده كله بنعمل في ال + +223 +00:19:45,510 --> 00:19:49,630 +method هذه يعني في الآخر ايش بيترجع هي ال view + +224 +00:19:49,630 --> 00:19:52,730 +اللي بدنا هيها هذا الكل في الكل شوف هذا ال method + +225 +00:19:52,730 --> 00:19:59,000 +ايش بتاخدPosition يعني أنا الآن بقوله كإني بقوله + +226 +00:19:59,000 --> 00:20:03,640 +انشئ للعنصر الموجود في position معين هذا مثلا جت + +227 +00:20:03,640 --> 00:20:06,760 +view مين هيستدعيها ال list view نفسها بصير تستدعي + +228 +00:20:06,760 --> 00:20:11,780 +جت view 0 جت view 1 جت view 2 بناء على العدد + +229 +00:20:11,780 --> 00:20:16,860 +الموجود عندها لكل عنصر هتستدعي جت view فجت view كم + +230 +00:20:16,860 --> 00:20:21,630 +مرة هيتم استدعيها على جد العناصر في ال listمش أنا + +231 +00:20:21,630 --> 00:20:24,170 +اللي بستدعيها، مين ال list view internally + +232 +00:20:24,170 --> 00:20:28,990 +تستدعيها تمام؟ و هذه مين بتغير فيها ال position + +233 +00:20:28,990 --> 00:20:31,930 +مرة صفر و مرة واحد و مرة اتنين لأن لو كان صفر + +234 +00:20:31,930 --> 00:20:37,530 +معناه أننا بدنا نشيئ العنصر الأول طيب أول خطوة بده + +235 +00:20:37,530 --> 00:20:41,310 +يتعملها ال adapter في ال get view انه بال XML بده + +236 +00:20:41,310 --> 00:20:48,070 +يحوله ل Java بده يعمل عملية إيش؟inflation طيب عشان + +237 +00:20:48,070 --> 00:20:51,350 +نعمل عملية inflation للأسف لو أنا شغال في ال + +238 +00:20:51,350 --> 00:20:58,530 +activity في ال main activity فى + +239 +00:20:58,530 --> 00:21:05,770 +عنا method اسمها get + +240 +00:21:05,770 --> 00:21:10,760 +layoutبيتذكرى المحاضرة الماضى لما عملنا menu + +241 +00:21:10,760 --> 00:21:16,620 +استخدمنا method اسمها ايش gate menu inflater ليش + +242 +00:21:16,620 --> 00:21:22,280 +استخدمنا gate menu inflater عشان ال menu ال XML + +243 +00:21:22,280 --> 00:21:26,480 +اللى حولها لقائمة تمام فى method تانى اسمها gate + +244 +00:21:26,480 --> 00:21:30,600 +layout inflater هذه بتاخد ID ل layout و بتحوله ل + +245 +00:21:30,600 --> 00:21:36,390 +viewهذه جاهزية هذي هذي get layout inflater ايش + +246 +00:21:36,390 --> 00:21:39,310 +بترجع layout inflater انا وين انا الشغال انا + +247 +00:21:39,310 --> 00:21:42,650 +شمنتوه الشغال فى ال activity تمام هى layout + +248 +00:21:42,650 --> 00:21:45,870 +inflater + +249 +00:21:45,870 --> 00:21:50,070 +تمام ونفذت method get layout inflater طبعا ال + +250 +00:21:50,070 --> 00:21:52,930 +layout inflater get layout inflater هذى method + +251 +00:21:52,930 --> 00:21:58,010 +موجودة وين فى ال super class عشان هيك شاف هذى لأن + +252 +00:21:58,010 --> 00:22:02,980 +هذى ال inflater بتقدر تقوله انا get inflateو + +253 +00:22:02,980 --> 00:22:09,420 +تدّيله ال id بتاع ال layout و برجّعلك ايش view زي + +254 +00:22:09,420 --> 00:22:14,000 +ال menu inflater لأن المشكلة ان هذا انا بدي + +255 +00:22:14,000 --> 00:22:18,300 +استدعيه من وين مش من هنا بدي استدعيه من ال adapter + +256 +00:22:18,300 --> 00:22:24,140 +فلو انا روحت على ال adapter و قلت له get layout + +257 +00:22:24,140 --> 00:22:26,300 +inflater + +258 +00:22:27,840 --> 00:22:31,180 +مش هيشوفه، تمام؟ لأنه هدفك موجود في ال super class + +259 +00:22:31,180 --> 00:22:36,900 +فإيش الحل؟ بدك تمرر من ال activity عشان يستدعي ال + +260 +00:22:36,900 --> 00:22:42,140 +method هذه أو أنا إيش بدي أعمل؟ بدي أمرر حاجة زي + +261 +00:22:42,140 --> 00:22:46,360 +.. حاجة اسمها ال context مين ال context؟ هو ال + +262 +00:22:46,360 --> 00:22:50,640 +super class بتاع ال activity اللي هو فيه برضه ال + +263 +00:22:50,640 --> 00:22:57,300 +.. جتلي أهانفليتر في هاي ال context مررته في ال + +264 +00:22:57,300 --> 00:23:02,840 +constructor و بعدين بقوله this.context اه بده عارف + +265 +00:23:02,840 --> 00:23:03,300 +فوق انا + +266 +00:23:12,100 --> 00:23:14,740 +أنا ليش بدأ مرّن ال context لأن ال context فيه ال + +267 +00:23:14,740 --> 00:23:17,880 +method اللي جيت layout inflater context أو ال + +268 +00:23:17,880 --> 00:23:24,840 +activity أخدنا قبل هيك احنا لما اشتغلنا في ايش في + +269 +00:23:24,840 --> 00:23:30,140 +حاجة مرّرنا لها اه لما كنا بدنا نقرأ نقرأ ال + +270 +00:23:30,140 --> 00:23:34,600 +assets طبعا فكنا مرّن ال activity هنا زي ال + +271 +00:23:34,600 --> 00:23:38,080 +activity بس بدأ مرّن ال context طيب في ال main + +272 +00:23:38,080 --> 00:23:41,670 +activity هلجيتهذا طلع لي خطأ ليش اللي قال ال + +273 +00:23:41,670 --> 00:23:45,310 +constructor صار فيه خطأ لان مافيش فيه ال + +274 +00:23:45,310 --> 00:23:48,110 +constructor تغير صار فيه عنصر تالت اللي هو مين ال + +275 +00:23:48,110 --> 00:23:53,870 +context get application context يبقى الآن ال + +276 +00:23:53,870 --> 00:23:57,770 +constructor مررناله تلت حاجات ال context وال data + +277 +00:23:57,770 --> 00:24:01,330 +اللي هي ال array list وال layout اللي هيستخدمها + +278 +00:24:01,330 --> 00:24:05,330 +ليش لازم ال context عشان يجيب ال inflaterالان + +279 +00:24:05,330 --> 00:24:09,750 +رجعنا لل layout adapter انزل تحت هنا الان بتقدر + +280 +00:24:09,750 --> 00:24:13,730 +تقوله context.get + +281 +00:24:13,730 --> 00:24:18,610 +layout مش + +282 +00:24:18,610 --> 00:24:22,730 +موجود هنا برضه + +283 +00:24:22,730 --> 00:24:30,630 +غريب + +284 +00:24:41,960 --> 00:24:45,900 +هذه طريقة تانية تكتب layout inflater.from و + +285 +00:24:45,900 --> 00:24:52,080 +بتمررله ال context.inflate يعني طريقة تانية بتكتب + +286 +00:24:52,080 --> 00:24:56,280 +هذه static method layout inflater.from from هذه + +287 +00:24:56,280 --> 00:25:00,020 +static method بتعطيه ال context و بتعمل inflate + +288 +00:25:00,020 --> 00:25:09,890 +طيب ال inflate هذه بتاخد حاجتين أول حاجةالانتجر + +289 +00:25:09,890 --> 00:25:12,670 +تاع ال layout اللى بتعمله inflate اللى هو وان + +290 +00:25:12,670 --> 00:25:16,870 +مررناه اصلا فى ال constructor هى خذلناه هنا + +291 +00:25:16,870 --> 00:25:23,250 +فبتمرره ال layout ID و + +292 +00:25:23,250 --> 00:25:27,340 +بعدين ال parameter التانى بدي أحطه nullهذه ليش ال + +293 +00:25:27,340 --> 00:25:30,600 +null بيقولي انت مرلي لل layout و حددلي ال layout و + +294 +00:25:30,600 --> 00:25:33,840 +اين بده يربطها بعد هيك يعني هل بدك تخليها داخل + +295 +00:25:33,840 --> 00:25:37,500 +عنصر اخر لو بدك تربط لعنصر و بدك تنشق في حاجة + +296 +00:25:37,500 --> 00:25:40,900 +تانية فلأ انا بيقول انشقلي عنصر و سيبلييا ماتربطوش + +297 +00:25:40,900 --> 00:25:44,340 +في حاجة تمام فخلاص هذه التانية حطها null دايما + +298 +00:25:44,340 --> 00:25:49,860 +inflate layout id هذه ايش بترجع ال inflate هترجع + +299 +00:25:49,860 --> 00:25:50,120 +view + +300 +00:25:53,830 --> 00:25:57,830 +يعني الآن أول خطوة اللي هو layout أحوله ل view هذا + +301 +00:25:57,830 --> 00:26:01,510 +السطر اللي بعملها وهو هذا السطر عشان يشغل بحاجة + +302 +00:26:01,510 --> 00:26:04,590 +لإيش لل context عشان هيك أنا في ال constructor + +303 +00:26:04,590 --> 00:26:09,650 +مررت ال context اللي هنضل عليها انعبي ال view + +304 +00:26:09,650 --> 00:26:14,790 +هنعبيه ب data من وين؟ من ال array list أي data + +305 +00:26:14,790 --> 00:26:17,990 +انعبيه، ما هو ال view إيش بياخد؟ بيانات شخص واحد + +306 +00:26:17,990 --> 00:26:23,280 +بناء على إيش؟ على ال positionيعني بدنا نروح لل + +307 +00:26:23,280 --> 00:26:29,480 +persons و بدنا نقول له get position + +308 +00:26:29,480 --> 00:26:35,420 +هذا هيرجع ال object من هو person + +309 +00:26:35,420 --> 00:26:41,160 +هذا ال person بدى يتعبى وين؟ في ال view هذا طيب ال + +310 +00:26:41,160 --> 00:26:46,000 +view هذا بدنا نروح عليه و نقول له find view by id + +311 +00:26:46,000 --> 00:26:51,090 +أنا جاعة ببحث وين أنا؟وين ببحث نكون فاهمين يا + +312 +00:26:51,090 --> 00:26:53,450 +جماعة ماعرفناش نحصل في ال view اللي صممناه + +313 +00:26:53,450 --> 00:26:59,430 +انشأناها ده بنبحث فيه عن إيش عن الصورة و ال name و + +314 +00:26:59,430 --> 00:27:08,170 +ال .. مش فيه تلت عناصر هو بنجيبهم R.id.photoim هذي + +315 +00:27:08,170 --> 00:27:14,670 +إيش، إيش بترجع ال image view هاي photoim + +316 +00:27:17,630 --> 00:27:21,690 +أنا هجيب الأسطور التالية بجيب العناصر اللي موجودة + +317 +00:27:21,690 --> 00:27:27,990 +في الـ view text view name tv يساوي view + +318 +00:27:27,990 --> 00:27:39,030 +.findviewbyid r.id.name tv text + +319 +00:27:39,030 --> 00:27:48,580 +view age tv view.findviewbyidview by id r.id.age + +320 +00:27:48,580 --> 00:27:53,580 +هدول + +321 +00:27:53,580 --> 00:27:58,640 +الأسطر جابوا محتويات من ال view اللي أنشأته بال + +322 +00:27:58,640 --> 00:28:04,980 +inflater إيش ضال عليّ الآن أعب هدولة بالبيانات + +323 +00:28:04,980 --> 00:28:09,640 +الموجودة وين في ال P مش في ال list .. في ال .. أعب + +324 +00:28:09,640 --> 00:28:14,320 +البيانات هذه العلاقر هذه بالبيانات اللي من وين من + +325 +00:28:14,320 --> 00:28:19,550 +ال personهذا الـ GetView بدها تعبّي الـ View + +326 +00:28:19,550 --> 00:28:23,810 +بالبيانات الموجودة في المكان position في الـ + +327 +00:28:23,810 --> 00:28:27,530 +ArrayList فهي جيبت أنا ال person P و بدنا نعبّي + +328 +00:28:27,530 --> 00:28:33,690 +الآن البيانات بتقول photo im.set image resource + +329 +00:28:33,690 --> 00:28:41,490 +are لأ منهم نجيب من P.getphotoid أخدنا من ال P و + +330 +00:28:41,490 --> 00:28:45,310 +حطينا في ال image view name TV + +331 +00:28:50,130 --> 00:28:57,770 +.sittextp.getname agetv.sittextp + +332 +00:28:57,770 --> 00:29:02,770 +.getage وما تنساش هد عشانها integer بتحط ايش زي + +333 +00:29:02,770 --> 00:29:07,170 +هيك او بكرا هيقول لي في لا ماشتغلتش معايا ما تنساش + +334 +00:29:07,170 --> 00:29:11,570 +تحط هد لأن هد ايش integer sittext لازم تعطيله أيش + +335 +00:29:11,570 --> 00:29:16,890 +string تمام، هيك عبينا البياناتفي ال view و ال + +336 +00:29:16,890 --> 00:29:22,210 +view جهز صح ولا أنشأنا inflation عبّنا فيه + +337 +00:29:22,210 --> 00:29:26,530 +البيانات و بعدين return ايش بترجع return ال view + +338 +00:29:26,530 --> 00:29:32,310 +اللي احنا أنشأنا هتلخص الموضوع انا عارف انه احنا + +339 +00:29:32,310 --> 00:29:35,530 +بنضل نروح و نيجي من class ل class ممكن واحد يلخبط + +340 +00:29:35,530 --> 00:29:35,890 +شوية + +341 +00:29:42,760 --> 00:29:46,300 +أحنا الآن في خطوة إنشاء الـ Adapter عشان ننشي الـ + +342 +00:29:46,300 --> 00:29:50,400 +Adapter بتعمل كلاس جديدة بتقوله Extend Base + +343 +00:29:50,400 --> 00:29:55,840 +Adapter لأن الـ Adapter بدنا نعمله Constructor + +344 +00:29:55,840 --> 00:30:01,120 +لأنه واضح من الرسمة أنه بدي ياخد حاجتين هنا ال + +345 +00:30:01,120 --> 00:30:03,620 +data بتاعتي اللي بيتعامل معاها اللي المفروض تكون + +346 +00:30:03,620 --> 00:30:09,190 +منشأ أوين في ال activityوبتمررها في ال constructor + +347 +00:30:09,190 --> 00:30:11,590 +معروف طبعا ال adapter وين هننشه احنا اصلا ال + +348 +00:30:11,590 --> 00:30:15,870 +object هذا في ال activity ننشه في class وننشه + +349 +00:30:15,870 --> 00:30:21,550 +object منه في ال activity فبنمرله ال data وبنمرله + +350 +00:30:21,550 --> 00:30:26,510 +كمان ال layout بتاعة ال answer اللي بده ينشه هي ما + +351 +00:30:26,510 --> 00:30:29,410 +هو بده على .. بناء على ال layout بده ينشه view + +352 +00:30:29,410 --> 00:30:34,040 +يعديه كل واحدة موجودة في ال dataوبدي امررله كمان + +353 +00:30:34,040 --> 00:30:36,880 +ال context ليش بدي امررله ال context لأنه لازم + +354 +00:30:36,880 --> 00:30:40,460 +لعملية ال inflation وانا في ال activity لما أعمل + +355 +00:30:40,460 --> 00:30:44,320 +inflate مافي مشكلة لكن لما أكون شغال في كلاس تاني + +356 +00:30:44,320 --> 00:30:47,280 +وبالزمن ال context فمررته في ال constructor وكل + +357 +00:30:47,280 --> 00:30:52,520 +هدول أخدتهم وخزنتهم فوق ليش هتحطيتهم فوق لأنه + +358 +00:30:52,520 --> 00:30:56,520 +استخدمهم في كل ال methods الأهم أول ما عملت extend + +359 +00:30:56,520 --> 00:31:02,490 +طلعلي بعض ال methodsget count هذا لازم ترجّه عدد + +360 +00:31:02,490 --> 00:31:06,030 +العناصر الموجودة في ال list أو في ال array عدد + +361 +00:31:06,030 --> 00:31:08,510 +العناصر في ال array هي نفس عدد العناصر اللي في ال + +362 +00:31:08,510 --> 00:31:13,830 +list فبتقول بس رجع ل persons dot size get item في + +363 +00:31:13,830 --> 00:31:17,950 +مكان معين position اللي هو مين هيرجع ليه ال + +364 +00:31:17,950 --> 00:31:22,830 +persons dot get position get item id عند position + +365 +00:31:22,830 --> 00:31:25,610 +معين يعني إيش ال ID اللي هنحطه للأنصر في position + +366 +00:31:25,610 --> 00:31:28,430 +معين خبره هو نفس ال position هو نفس ال ID + +367 +00:31:32,180 --> 00:31:36,760 +زي كأنا بتقول هذا الـ method مهمة لتسمية العناصر + +368 +00:31:36,760 --> 00:31:40,520 +الانصر الأول سميه باسم المكان اللي هو فيه فبس قوله + +369 +00:31:40,520 --> 00:31:43,540 +retail position نيجي لـ method المهمة اللي هي ال + +370 +00:31:43,540 --> 00:31:47,340 +get view اللي هي أول خطوة بدها تعملها بيتحول ال + +371 +00:31:47,340 --> 00:31:51,480 +layout ل view كيف؟ بتستخدم ال method from اللي + +372 +00:31:51,480 --> 00:31:56,380 +موجودة في layoutinflater.from وهذه بس بتاخد إيش ال + +373 +00:31:56,380 --> 00:31:59,820 +context وبعدين بتقوله inflate بتعطيله ال layout ID + +374 +00:32:01,370 --> 00:32:04,250 +اللي مررتها في الـ constructor وهذا بترجعلك view + +375 +00:32:04,250 --> 00:32:07,330 +لما نعبي ال view هذا إيش بنعبيه؟ في كل ال list .. + +376 +00:32:07,330 --> 00:32:10,530 +ال array list؟ لأ فأنصر واحد اللي هو أي أنصر + +377 +00:32:10,530 --> 00:32:14,970 +الموجود في مكان position فعليا ال get view هذا + +378 +00:32:14,970 --> 00:32:18,890 +هتتنفذ كام مرة؟ بعدد العلاقات في ال list فيه أول + +379 +00:32:18,890 --> 00:32:23,950 +مرة بتتنفذ فيها هيكون في هنا position 0 بعدين 1 + +380 +00:32:23,950 --> 00:32:29,430 +بعدين 2 بعدين 3لأن لو كانت zero هيروح مثلا ل + +381 +00:32:29,430 --> 00:32:34,290 +persons that get zero بيجيب ال person الأول لأن + +382 +00:32:34,290 --> 00:32:37,710 +أنشأت ال view أنشأت ال person ضال عليها app هذا في + +383 +00:32:37,710 --> 00:32:42,070 +هذا كيف ال view الآن هذا ال view محتوى و جواه + +384 +00:32:42,070 --> 00:32:46,150 +حاجات فبدأ أجيبها كيف بدأ أجيب العناصر اللي جوا ال + +385 +00:32:46,150 --> 00:32:51,450 +view عن طريق ايش view.findviewbyid هت لل image + +386 +00:32:51,450 --> 00:32:54,050 +view و هت لل text view بتاعة ال name و ال text + +387 +00:32:54,050 --> 00:32:59,200 +view بتاعة ال ageو أعبيهم روح لل image view و حط + +388 +00:32:59,200 --> 00:33:02,940 +فيها الصورة الموجودة في ال person و روح لل name tv + +389 +00:33:02,940 --> 00:33:06,560 +و حط فيه ال text الموجود في ال name بتاع ال person + +390 +00:33:06,560 --> 00:33:09,800 +و ال age حط فيه ال age الموجود في ال integer age + +391 +00:33:09,800 --> 00:33:15,800 +في ال person عبنا هيك و في الآخر رجعنا view هيك ال + +392 +00:33:15,800 --> 00:33:21,300 +adapter معله اكتمل الان نرجع ل ال main activity + +393 +00:33:23,090 --> 00:33:26,130 +ومنشي ال adapter هاي انا انشرت object منه person + +394 +00:33:26,130 --> 00:33:28,930 +adapter يسوي new person adapter جيت application + +395 +00:33:28,930 --> 00:33:31,170 +context عشان مررنا ال context هي مررنا له ال + +396 +00:33:31,170 --> 00:33:35,970 +persons مررنا له ال layout و بعدين اخر خطوة بتروح + +397 +00:33:35,970 --> 00:33:47,390 +لل list view و بتقولها set adapter تمام + +398 +00:33:47,390 --> 00:33:49,530 +و هيك ايش خلصنا + +399 +00:34:05,970 --> 00:34:34,150 +مخلصناش المحاضرة خلصنا بس هذه تمام + +400 +00:34:34,150 --> 00:34:35,270 +هي عبّى البيانات + +401 +00:34:38,660 --> 00:34:38,800 +بنشغله في ال list view + +402 +00:35:07,400 --> 00:35:11,440 +خرجات بقولكوا أشياء هذه بس خليني أجربها لا لا لحظة + +403 +00:35:11,440 --> 00:35:12,420 +بس + +404 +00:36:13,450 --> 00:36:18,650 +هرجيت المشكلة الموجودة هاي list view هاي فيه زر + +405 +00:36:18,650 --> 00:36:22,770 +طبعا الزر لسه ال delete ماله مش شغال بس لأن فيه زر + +406 +00:36:22,770 --> 00:36:26,950 +delete زر ال delete أخد ال focus شايفين بنضغط عليه + +407 +00:36:26,950 --> 00:36:31,270 +بعملش حاجة بس بنضغط عليه بس العنصر العنصر نفسه على + +408 +00:36:31,270 --> 00:36:36,420 +ال listبطل touchable يعني مش قادر انا اضغط على ال + +409 +00:36:36,420 --> 00:36:39,260 +list على ال item كله ما هو لو ضغط على ال item كله + +410 +00:36:39,260 --> 00:36:43,600 +المفروض يعلمك بلون تلاقي لون اختلف تمام فانا في + +411 +00:36:43,600 --> 00:36:51,300 +حاجة لازم تنضعف لسه انا بجربها جاعد عشان انسيتها + +412 +00:36:51,300 --> 00:36:56,100 +مش + +413 +00:36:56,100 --> 00:36:56,860 +هيتنفذ لأ + +414 +00:37:00,880 --> 00:37:04,500 +هذا بس في حالة لو كان فيه ازرار تانية داخل ال list + +415 +00:37:04,500 --> 00:37:08,020 +view واحد من العناصر بتلاقي بياخد ال focus ايش + +416 +00:37:08,020 --> 00:37:11,080 +يعني بياخد ال focus يعني هو بس اللي بيصير ايش + +417 +00:37:11,080 --> 00:37:20,400 +ينضغط عليه مش + +418 +00:37:20,400 --> 00:37:26,060 +ظابط طب خلينا نشوفها بلكي لما عملنا ال action + +419 +00:37:26,060 --> 00:37:29,020 +تتبين معانا + +420 +00:37:54,280 --> 00:38:06,500 +احتمال هذه طيب + +421 +00:38:06,500 --> 00:38:09,340 +لحد ما يشتغل خلينا نلج على ال activity لما بنعمل + +422 +00:38:09,340 --> 00:38:13,040 +احنا action على ال list view يعني لما نضغط على + +423 +00:38:13,040 --> 00:38:16,480 +عنصر مثلا المفروض ان يطلعلي toast او يفتحلي + +424 +00:38:16,480 --> 00:38:20,340 +activity جديدة تمام فتعالي على ال list view + +425 +00:38:24,170 --> 00:38:27,270 +تعالى على ال list view و بنعمل action عليها كيف + +426 +00:38:27,270 --> 00:38:33,710 +نعمل action علي البتن؟ sit on + +427 +00:38:33,710 --> 00:38:41,290 +item click listener on item click listener مش on + +428 +00:38:41,290 --> 00:38:43,990 +click listener on item click listener و فيه واحد + +429 +00:38:43,990 --> 00:38:48,210 +تاني مش هنجربه متروك لكم اسمه on item long click + +430 +00:38:48,210 --> 00:38:52,340 +listenerهذه ضغطة طويلة عند الضغط العادى بعمل حاجة + +431 +00:38:52,340 --> 00:38:57,880 +و عند الضغط الطويل بعمل حاجة تانى on item click + +432 +00:38:57,880 --> 00:39:02,900 +listener طبعا بده ال get object منه ايش on item + +433 +00:39:02,900 --> 00:39:11,100 +click listener a new on item click listener طيب + +434 +00:39:11,100 --> 00:39:14,640 +الان اول ما اضغط على اي انصر هينفذ ال method اسمها + +435 +00:39:14,640 --> 00:39:19,890 +on item clickالـ on item click هتجيبلي حاجة اسمها + +436 +00:39:19,890 --> 00:39:22,290 +ال parent حاجة اسمها ال view ايش ال view يعني + +437 +00:39:22,290 --> 00:39:26,290 +العنصر اللي انا ضغط عليه هو الان كل عنصر في الشاشة + +438 +00:39:26,290 --> 00:39:30,290 +صار عبارة عن ال view وانا لها يا جماعة هذا view و + +439 +00:39:30,290 --> 00:39:37,010 +هذا view و هذا view و بيجيبلي كمان ال position + +440 +00:39:37,010 --> 00:39:41,790 +يعني موقع العنصر اللي انا ضغط عليه + +441 +00:39:46,110 --> 00:39:48,830 +فبدنا نجيب العنصر اللي اتضغط عليه بتروح لل list + +442 +00:39:48,830 --> 00:39:53,210 +view طب الآن بيبقى انه انا استخدمها من جوا ال + +443 +00:39:53,210 --> 00:39:57,390 +inner class تحطها final و بقوله في method اسمها + +444 +00:39:57,390 --> 00:40:04,290 +get item شايفها؟ get item at position get item at + +445 +00:40:04,290 --> 00:40:07,730 +position من اسمها ايش يعني؟ تديها position تجيبلك + +446 +00:40:07,730 --> 00:40:11,310 +ال item اللي انت اتضغط عليه مين ال position؟ وين + +447 +00:40:11,310 --> 00:40:15,860 +ايجا؟ هاي ايجا في ال method فأعطيه positionطب + +448 +00:40:15,860 --> 00:40:18,860 +عزيزي بترجعلك يعمل نوع object فانت بتحوله لنوع ايش + +449 +00:40:18,860 --> 00:40:26,040 +person ما + +450 +00:40:26,040 --> 00:40:28,220 +هو العنصر اللي انت ضغط عليه في الآخر هو عبارة عن + +451 +00:40:28,220 --> 00:40:32,360 +person تمام فهيجعك object فعملتله casting ل person + +452 +00:40:32,360 --> 00:40:34,780 +الآن بروح بقوله toast + +453 +00:40:49,080 --> 00:40:56,200 +طبعا هى طبعت toast طبعت فيه اسم من اسم الشخص بدكية + +454 +00:40:56,200 --> 00:40:59,340 +فى ال toast بدكية احنا المفروض اش نعمل كمان ان + +455 +00:40:59,340 --> 00:41:02,920 +تعمل start activity و تبعت اسم الشخص + +456 +00:41:33,600 --> 00:41:37,500 +تبقى بهيك بتضغط على أي عنصر تعرف الانصر انت ضغط + +457 +00:41:37,500 --> 00:41:40,960 +عليه لأن طبعا في حاجات انا مش لازم احكيها يعني ان + +458 +00:41:40,960 --> 00:41:44,680 +انا عرفت العنصر جيبت اسمه انت بعدين بتروح البيت + +459 +00:41:44,680 --> 00:41:50,280 +بتجرب تفتح activity جديدة و تبعد فيها بياناته عشان + +460 +00:41:50,280 --> 00:41:55,580 +تنعرض لين في activity جديدة لأن في حاجة اللي + +461 +00:41:55,580 --> 00:41:58,940 +عملتها التوي اللي خلت هذا يشتغل زي ما قلت إذا في + +462 +00:41:58,940 --> 00:42:04,140 +زرإذا في زر داخل ال list view زي هيك زي delete + +463 +00:42:04,140 --> 00:42:08,340 +مثلا هتلاقي إنه أول ما اتشغّل العنصر نفسه مش هتقدر + +464 +00:42:08,340 --> 00:42:12,060 +تضغط عليه لأن مين بيكون ماخد ال focus ال delete + +465 +00:42:12,060 --> 00:42:17,500 +عشان أن عنصر معين ياخد ال focus روحت على ال layout + +466 +00:42:17,500 --> 00:42:23,200 +وضفت ايش ال attribute هدف ال activity اللي هي + +467 +00:42:23,200 --> 00:42:27,050 +touch screen blocks focusبلوكس فوكس؟ إيش يعني + +468 +00:42:27,050 --> 00:42:30,650 +بلوكس؟ لأ بلوكس بتمنع يعني بتمنع الفوكس بتمنع أي + +469 +00:42:30,650 --> 00:42:36,950 +عنصر ياخد focus معين وحطتها true يبقى عيد أخدنا ال + +470 +00:42:36,950 --> 00:42:40,210 +list view أخدنا كيف نعمل action على ال list view + +471 +00:42:40,210 --> 00:42:44,670 +لسه مخلصلاش ال list view لأ ولا ال delete لسه + +472 +00:42:44,670 --> 00:42:49,890 +هلجيت؟ ال list view بتاعتنا لسه تصميمها سيء فيها + +473 +00:42:49,890 --> 00:42:57,890 +مشاكل إيش هي؟ المشاكل الموجودة بيقول إنهكل ما هال + +474 +00:42:57,890 --> 00:43:02,250 +list view متوقع تكون كبيرة شوية صح ولا بمجرد ما + +475 +00:43:02,250 --> 00:43:09,770 +اعمل slide هو دلبلك ال android ذكي في ايش فرضا ان + +476 +00:43:09,770 --> 00:43:14,790 +انا عندي ال list فيها 100 item تمام بروحش من اول + +477 +00:43:14,790 --> 00:43:19,660 +ما يشتغل بنشأ get view ل 100بعمل get view لإيش بس + +478 +00:43:19,660 --> 00:43:23,600 +على جد العناصر المعروضة في الشاشة يعني مثلا الشاشة + +479 +00:43:23,600 --> 00:43:27,040 +اللي انا بتقعد عشرة وفيه تسعين لسه مخبين بعمل get + +480 +00:43:27,040 --> 00:43:31,760 +view لعشرة المعروضين بعدين لما تعمل انت slide + +481 +00:43:31,760 --> 00:43:37,580 +بيصير يعمل get view لمن للي تحت الان بال design + +482 +00:43:37,580 --> 00:43:40,060 +الموجود عندنا هذا هال list view هتكون بطيقة + +483 +00:43:40,060 --> 00:43:44,800 +فبتلاقي انت لما تعمل slide ممكن يجبطها معاك طبعا + +484 +00:43:44,800 --> 00:43:45,300 +هذا مهم + +485 +00:43:48,200 --> 00:43:51,560 +لأ تحميل غير في مرات بلزم يجيب بيانات من الانترنت + +486 +00:43:51,560 --> 00:43:55,420 +نحكي عنها غير هيك بس أحيانا بيكون في بعض البرامج + +487 +00:43:55,420 --> 00:43:58,640 +ماعرفش إذا مرت عليكم أو لا بتلاقي تصميم ال list + +488 +00:43:58,640 --> 00:44:02,480 +view سيء فبتلاقي لما يعمل slide بيعملوش smooth، + +489 +00:44:02,480 --> 00:44:08,260 +بيعلج، بتلاقي شوية بعدين بيكمل، تمام؟ إيش السبب + +490 +00:44:08,260 --> 00:44:11,860 +هذا؟ لأنه مش ملاحق فاهم كيف أنت بتعمل slide بسرعة + +491 +00:44:11,860 --> 00:44:14,920 +عابدة و روح ينشئ لها عشرين، تلاتين، تمام؟ فبتلاقي + +492 +00:44:14,920 --> 00:44:18,660 +بيصير بطيءفي ايش الحلول؟ شوف كيف بعض ال techniques + +493 +00:44:18,660 --> 00:44:23,600 +البسيطة انها اتسرع العملية هذه اللي هنتطلع في ال + +494 +00:44:23,600 --> 00:44:28,440 +gate view قلنا فيها item اسمه ايش position وفيها + +495 +00:44:28,440 --> 00:44:33,360 +عنصر تاني اسمه ايش convert view هذا مااتكلمناش + +496 +00:44:33,360 --> 00:44:36,800 +عليه صح ولا؟ ايش ال convert view هذا يا جماعة؟ هال + +497 +00:44:36,800 --> 00:44:39,200 +gate احنا فكرة ال list view كانت تالت + +498 +00:44:42,130 --> 00:44:45,770 +جمّال missed view حاليًا بتعرض مثلًا العناصر هدولة + +499 +00:44:45,770 --> 00:44:49,790 +في عناصر جديدة انت لما تعمل slide مثلًا سحبت هذا + +500 +00:44:49,790 --> 00:44:53,470 +لفوق هيك العنصر اللي هنا معله هيطلع برا الشاشة بطل + +501 +00:44:53,470 --> 00:44:58,810 +إليه فادة صح هو طلع برا الشاشة بس إيش بعمل هو بقول + +502 +00:44:58,810 --> 00:45:04,520 +للعنصر اللي طلع هذاممكن تعيد استخدامه بدل ما تروح + +503 +00:45:04,520 --> 00:45:10,960 +تعمل انفليت البطق في حاجتين الانفليت اكتر حاجة + +504 +00:45:10,960 --> 00:45:17,020 +will find you ب ID لما بدو يبحث اكتر حاجة بتاخد + +505 +00:45:17,020 --> 00:45:22,390 +وجه انفليت فانا بدحاول اجلل الانفليتفي الوضع + +506 +00:45:22,390 --> 00:45:25,590 +الطبيعي في الكود اللي احنا كاتبينه كل انصر يطلع + +507 +00:45:25,590 --> 00:45:28,810 +ويجي انصر جديد يدخل مكانه هذا الانصر اللي نعمله + +508 +00:45:28,810 --> 00:45:33,290 +ايش M Flat View جديد الان لأ بدنا الانصر اللي بطلع + +509 +00:45:33,290 --> 00:45:40,670 +هذا ناخد ال view تبعه ونبدر البيانات اللي فيهواضح؟ + +510 +00:45:40,670 --> 00:45:44,530 +بنعبيه من أول و جديد بدل من روح نعمل الـflate طب + +511 +00:45:44,530 --> 00:45:48,910 +هذا اللي طلع كيبنا نجيبه بقول بسيطة أنا أصلا جيت + +512 +00:45:48,910 --> 00:45:55,610 +view لحالها إذا بدوا ينفذها في حالة ال slide في + +513 +00:45:55,610 --> 00:45:59,670 +حالة ال slide هيرجعلك مين ال convert view هذا + +514 +00:45:59,670 --> 00:46:03,690 +الأنصار اللي طلع من مين؟ من الشاشة فبقولك تقدر + +515 +00:46:03,690 --> 00:46:07,360 +تستخدمهطبعا في البداية ادري بالك اول ما تشغل ال + +516 +00:46:07,360 --> 00:46:11,040 +convert view ايش قيمته هتكون none لأن فيش انت عملت + +517 +00:46:11,040 --> 00:46:15,760 +slide ماعملش slide بعد هيك لما يحتاج يعمل get view + +518 +00:46:15,760 --> 00:46:20,200 +تاني تعمل slide الأنصار اللي بطلع من الشاشة برجعلك + +519 +00:46:20,200 --> 00:46:25,480 +منين ال view تبقى فالان + +520 +00:46:25,480 --> 00:46:34,720 +بدي اجي هنا اقوله if convert viewيساوي null إذا + +521 +00:46:34,720 --> 00:46:42,140 +كان null لأ + +522 +00:46:42,140 --> 00:46:45,880 +مش هلزم ال view إذا كان null روح لل convert view + +523 +00:46:45,880 --> 00:46:51,600 +يعني إيش معناه هذه اعمل inflate وخزن النتيجة وين + +524 +00:46:51,600 --> 00:46:56,740 +في ال convert view إنتهى هذا الكلام بس في حالة إنه + +525 +00:46:56,740 --> 00:47:02,600 +كان null إذا ماكانش null استخدمه من غير else + +526 +00:47:08,700 --> 00:47:12,860 +كمان مرة تمام + +527 +00:47:12,860 --> 00:47:16,880 +لحظة شويه اول مرة اول ما يشتغل ال convert view مش + +528 +00:47:16,880 --> 00:47:20,200 +هيكون موجود قلنا امتى هذا بقى امتى convert view + +529 +00:47:20,200 --> 00:47:23,260 +هيكون مقيمة لما تعمل ال slide اول ما اشتغل هيكون + +530 +00:47:23,260 --> 00:47:27,260 +null فالان ايجه نفذ good view هل ال convert view + +531 +00:47:27,260 --> 00:47:32,960 +null اذا كان null راح يعمل inflate بيحول xml view + +532 +00:47:32,960 --> 00:47:38,470 +بيخزن نتيجة وين في convert viewطب إذا مش null هذا + +533 +00:47:38,470 --> 00:47:42,810 +ال code ماله؟ مش هيتنفّر بخش عليه بعده، إيش اللي + +534 +00:47:42,810 --> 00:47:46,170 +بعده بيعمل؟ بيجيب ال person و ببحث في ال convert + +535 +00:47:46,170 --> 00:47:50,110 +view عن image .. photo و عن image و عن age و + +536 +00:47:50,110 --> 00:47:55,310 +بعبيهم بال person و برجع ال convert view أنا + +537 +00:47:55,310 --> 00:47:58,510 +استخدمت ال convert view في كل الأحوال إذا كان null + +538 +00:47:58,510 --> 00:48:03,270 +في البداية انشئ ال view .. view جديد و خزنا فيه + +539 +00:48:03,270 --> 00:48:13,500 +إذا مش nullكمّل بعده كيف؟ تمام + +540 +00:48:13,500 --> 00:48:17,460 +أول ما يخش هيعمل لعشرة inflate تمام لأول عشرة + +541 +00:48:17,460 --> 00:48:21,080 +هيعمل اللي هي نورده ع الشاشة يعني احنا مش ال view + +542 +00:48:21,080 --> 00:48:24,660 +واحد بيكون عندنا، بيكون عندنا عشرة تمام؟ بعد هيك + +543 +00:48:24,660 --> 00:48:28,920 +كل أنصر بطلع بعيد استخدامه لمين؟ لم تحت + +544 +00:48:31,810 --> 00:48:35,310 +ماشي يا جماعة و هذا بسرع الشغل شويه طبعا احنا مش + +545 +00:48:35,310 --> 00:48:39,230 +هيفرج معانا لأنه كام عنصر اصلا على الشاشة تلاتة بس + +546 +00:48:39,230 --> 00:48:42,130 +انا معناه تكونوا فاهمين هذه هذي ال convert view + +547 +00:48:42,130 --> 00:48:47,330 +مرة تانية ال method get view بترجح اذا كان في عنصر + +548 +00:48:47,330 --> 00:48:50,630 +طلع من الشاشة و بده ينشأ عنصر جديد لحاله بيجيبلك + +549 +00:48:50,630 --> 00:48:54,830 +ال view بتاع العنصر اللي طلع عشان تعيد استخدامه لو + +550 +00:48:54,830 --> 00:48:57,410 +مش .. لسه فيش عناصر على الشاشة + +551 +00:49:00,210 --> 00:49:03,550 +في الحالة هذه بتكون ال convert view null فبدك تنشئ + +552 +00:49:03,550 --> 00:49:07,010 +عناصر من أول و جديد ففي حالة أنه لسه أول مرة تنعرض + +553 +00:49:07,010 --> 00:49:10,790 +ال list view بده ينشئ عشر عناصر ويعرضهم على الشاشة + +554 +00:49:10,790 --> 00:49:15,650 +فبدروح هنا في get view عشر مراتفي العشر مرات الـ + +555 +00:49:15,650 --> 00:49:20,390 +convert view قيمتهم لسه إيش؟ نل فبروح بعمل inflate + +556 +00:49:20,390 --> 00:49:23,890 +و بحط العناصر على الشاشة اجهزت تعمل slide فيه عنصر + +557 +00:49:23,890 --> 00:49:27,670 +ه طلع بدي يصدر اجد view لمين اللي بده يدخل جديد + +558 +00:49:27,670 --> 00:49:31,890 +فرجع ل convert view فعلا في view موجود يعني + +559 +00:49:31,890 --> 00:49:34,490 +باختصار إذا في view موجود يا جماعة استخدموا مافيش + +560 +00:49:34,490 --> 00:49:38,770 +view موجود انشئوا بس إذا convert view نل اعمله + +561 +00:49:38,770 --> 00:49:43,610 +inflate هذا ال code في كل الأحوال هيتنفذكود + +562 +00:49:43,610 --> 00:49:49,230 +التعبية هيتنفذ تمام؟ يا بعبي حاجة موجودة، يا إذا + +563 +00:49:49,230 --> 00:49:53,270 +مش موجود بانشي أبعبي عشان هذا ماحطتهش في ILS أنا، + +564 +00:49:53,270 --> 00:49:57,170 +مافعش أحطه في ILS ILS معناها إيش؟ يا هذا، يا هذا، + +565 +00:49:57,170 --> 00:50:01,250 +ارجع للبرمجة واحد، أول محاضر في هذا، شوفتوا كيف + +566 +00:50:01,250 --> 00:50:04,870 +الـGeneric بنقولكوا البرمج أهم حاجة، هل كل الشغل + +567 +00:50:04,870 --> 00:50:07,550 +إيش؟ برمجة و Extended أو Abstract Class أو + +568 +00:50:07,550 --> 00:50:10,130 +Constructor وإبعد بيانات من هنا لهنا، اللي فاهم + +569 +00:50:10,130 --> 00:50:12,170 +Object Oriented، بتلاقي هذا الموضوع سهل + +570 +00:50:17,810 --> 00:50:22,430 +ماشي يا جماعة لسه هنعمل كمان حاجة تسري على list + +571 +00:50:22,430 --> 00:50:28,170 +view أكتر من هذا المحاضرة الجاي هناخد كمان تمرين + +572 +00:50:28,170 --> 00:50:32,070 +على list view كنوع من المراجعة هنشوف كيف نسري على + +573 +00:50:32,070 --> 00:50:35,150 +list view ونكمل بعض الحاجات الصغيرة اللي عليها + +574 +00:50:35,150 --> 00:50:38,470 +مثلا ال delete هذا كيف نحذف عنصر من ال list view + +575 +00:50:39,730 --> 00:50:42,830 +يعني المحاضرة اللي جاي أخر محاضرة في list view و + +576 +00:50:42,830 --> 00:50:46,550 +بعدها ندخل في إيش؟ في ال recicler view الامتحان + +577 +00:50:46,550 --> 00:50:54,950 +أمتى؟ لسبوع اللي بعد؟ خلاص + +578 +00:50:54,950 --> 00:50:58,050 +الامتحان لأخر recicler view لسبوع اللي جاى كله + +579 +00:50:58,050 --> 00:51:01,170 +داخل طبعا؟ لسبوع اللي جاى كله داخل في الامتحان + +580 +00:51:01,170 --> 00:51:06,950 +سبوع هذا قصديهو السبوع اللي جاى الامتحانات؟ يعني + +581 +00:51:06,950 --> 00:51:09,650 +السبوع اللي جاى فش محاضرات صح؟ خلاص ابقى السبوع ده + +582 +00:51:09,650 --> 00:51:13,670 +أخر سبوع خلاص يعطوكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..fd426feaada17e13495d2d00bc75a240036fd3cc --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_postprocess.srt @@ -0,0 +1,1848 @@ +1 +00:00:21,160 --> 00:00:25,720 +طب يا جماعة السلام عليكم المحاضرة هذه ان شاء الله + +2 +00:00:25,720 --> 00:00:29,560 +زي ما حكينا في المحاضرة الماضية راح ناخد تطبيق + +3 +00:00:29,560 --> 00:00:33,180 +متكامل نطبق فيه اللي أخدناه و نتعلم برضه من خلاله + +4 +00:00:33,180 --> 00:00:36,280 +حاجات جديدة التطبيق اللي بنعمله عبارة عن تطبيق + +5 +00:00:36,280 --> 00:00:41,560 +مسابقات تصميم التطبيق هيكون كالتالي أول واجهة أدخل + +6 +00:00:41,560 --> 00:00:42,380 +فيها على التطبيق + +7 +00:00:46,580 --> 00:00:50,960 +مثلا اهلا ببرنامج المسابقة تمام المسابقة بعدين + +8 +00:00:50,960 --> 00:00:56,600 +هيطلب منك ايش ادخل اسمك تمام + +9 +00:00:56,600 --> 00:01:02,100 +و بعدين مثلا في عندي زر هنا ايش اسمه ابدأ المسابقة + +10 +00:01:02,100 --> 00:01:05,600 +تمام طيب بعد ما يدخل على ال .. يضغط على ابدأ + +11 +00:01:05,600 --> 00:01:08,460 +المسابقة هيروح على activity جديدة + +12 +00:01:10,690 --> 00:01:12,950 +الـ Activity هذا هتجيب أسئلة، من وين الأسئلة + +13 +00:01:12,950 --> 00:01:19,450 +موجودة؟ الأسئلة هنشوفها موجودة في text file تمام؟ + +14 +00:01:19,450 --> 00:01:22,570 +يعني هو بده يحمل الأسئلة من ال text file، يعملها + +15 +00:01:22,570 --> 00:01:26,630 +randomization و يختار سؤال سؤال تمام؟ أه، بظهر + +16 +00:01:26,630 --> 00:01:31,770 +عندك السؤال هنا، و هنا بيجي عندك خيارات السؤالتلات + +17 +00:01:31,770 --> 00:01:36,110 +خيارات أو أربع خيارات تمام واحد أكيد منهم صح في + +18 +00:01:36,110 --> 00:01:40,470 +لفس ملف ال text فيه سؤال وخياراته والإجابة الصحيحة + +19 +00:01:40,470 --> 00:01:45,610 +تمام وممكن السؤال له صورة تمام تكون برضه اسم + +20 +00:01:45,610 --> 00:01:49,210 +الصورة موجود في ملف ال text فالعمل هو بيختار + +21 +00:01:49,210 --> 00:01:53,130 +الإجابة من الإجابات لأن إذا الإجابة صحيحة كانت + +22 +00:01:53,130 --> 00:01:57,770 +بعلمله الإجابة اللون الأخضر تمام وبيعطله صوت تجيه + +23 +00:01:59,370 --> 00:02:03,390 +وبنتقل لإيش؟ للسؤال التاني السؤال التاني طبعا + +24 +00:02:03,390 --> 00:02:07,030 +مابيروحش على activity تانية بعدل على نفس ال + +25 +00:02:07,030 --> 00:02:09,670 +activity يعني بغير السؤال و بغير الخيارات إذا جاوب + +26 +00:02:09,670 --> 00:02:15,410 +غلط طبعا بكون في رصيد عنده مثلا هنا تمام؟ رصيد + +27 +00:02:15,410 --> 00:02:21,750 +رصيد كل سؤال بيجاوب و بزيد الرصيد بدرجة معينة + +28 +00:02:21,750 --> 00:02:25,240 +تمام؟ و بنعرض الرصيد هناطبعا في الآخر بعد ما يخلص + +29 +00:02:25,240 --> 00:02:28,620 +ال .. الأسئلة كلها طبعا إيش بدنا نعمل؟ كما بدنا + +30 +00:02:28,620 --> 00:02:32,200 +نعمل هنا ال timer يعني هو مش .. ماعندوش وجد مفتوح + +31 +00:02:32,200 --> 00:02:35,740 +مثلا .. مثلا خمس ثواني أو عشر ثواني وهذا ماله وهذا + +32 +00:02:35,740 --> 00:02:41,380 +بيضله يجل الوجد طبعا فلو خلص الوجد و هو ماجاوبش + +33 +00:02:41,380 --> 00:02:45,300 +بياخد صفر في السؤال بروح على السؤال اللي بعد + +34 +00:02:45,300 --> 00:02:52,470 +باعتبره خسران يعنى طبعا خلص المسابقة في الآخريعني + +35 +00:02:52,470 --> 00:02:55,810 +خلص الأسئلة كلها بنتقل لشاشة أخيرة بقوله مثلا + +36 +00:02:55,810 --> 00:03:01,150 +رصيدك كذا بطلعله الرصيد تبعه و بقوله مثلا يا اما + +37 +00:03:01,150 --> 00:03:10,890 +خروج يا اما ايش اعد المسابقة مثلا طبعا + +38 +00:03:10,890 --> 00:03:14,370 +طيب + +39 +00:03:14,370 --> 00:03:17,770 +هنبدأ من هنا هنبدأ من هنا ماشي + +40 +00:03:23,000 --> 00:03:26,820 +طيب هاي الآن بدأنا تطبيق جديد وهي الشاشة الرئيسية + +41 +00:03:26,820 --> 00:03:29,920 +اللي هي ال main activity هتكون الواجهة الرئيسية + +42 +00:03:29,920 --> 00:03:32,860 +هنا فالان زي ما انت شايف الواجهة الرئيسية بدي أحط + +43 +00:03:32,860 --> 00:03:37,680 +فيها text view و + +44 +00:03:37,680 --> 00:03:39,960 +بدي أحط فيها edit text + +45 +00:03:50,270 --> 00:04:10,030 +وبدي كمان فيها زر برضه اللي هو ابدأ المسابقة طيب + +46 +00:04:10,030 --> 00:04:10,930 +خلينا بس ايش + +47 +00:04:36,120 --> 00:04:37,400 +وهذا start button + +48 +00:05:09,310 --> 00:05:14,150 +هو احنا بنشغل .. عشان الأسئلة عربي، بنايا كله + +49 +00:05:14,150 --> 00:05:18,770 +عربي، تمام؟ + +50 +00:05:18,770 --> 00:05:21,530 +طيب خليني بس .. + +51 +00:05:44,470 --> 00:05:49,650 +طيب بما انه انا بدأ ادخل اسم طبعا هذا لسه بدأ شغل + +52 +00:05:49,650 --> 00:05:53,810 +ال activity المفروض انه لما اضغط على ابدأ المسابقة + +53 +00:05:53,810 --> 00:05:57,610 +ميروحش على اللي يبدأ المسابقة الا لو كان فعلا ادخل + +54 +00:05:57,610 --> 00:06:01,270 +اسم فهذا مانقوله انه نتحققها برضه فالان طبعا بدي + +55 +00:06:01,270 --> 00:06:04,810 +يكون في activity تانية ليش لأنه لما اضغط على زر + +56 +00:06:04,810 --> 00:06:06,650 +بدي اروح عليها فخلينا نعمل ال activity التانية + +57 +00:06:06,650 --> 00:06:10,330 +فاضية بعدين بنصممها ف new activity + +58 +00:06:17,930 --> 00:06:25,850 +بنسميها مثلا competition activity + +59 +00:06:25,850 --> 00:06:31,690 +طيب + +60 +00:06:31,690 --> 00:06:33,770 +هيعمل ال activity التاني خلنا نروح الآن على ال + +61 +00:06:33,770 --> 00:06:38,550 +code بتاع ال activity الأولى تمام هي ال main + +62 +00:06:38,550 --> 00:06:42,370 +activity هرجيت + +63 +00:06:42,370 --> 00:06:43,390 +طبعا بتجيب ال button + +64 +00:07:15,090 --> 00:07:17,810 +طيب الآن في ال .. sit and click listener فعليا بدو + +65 +00:07:17,810 --> 00:07:21,830 +يجيب النص الموجود في ال edit text صح ولا لأ خلينا + +66 +00:07:21,830 --> 00:07:30,550 +نجيب ال edit text فوق اللي + +67 +00:07:30,550 --> 00:07:31,670 +هو سمينا name ed + +68 +00:07:39,770 --> 00:07:45,830 +لأن قيمته لن تقرأ إلا عندما يضغط على الزر نام ed + +69 +00:07:45,830 --> 00:07:51,690 +.gettext + +70 +00:08:17,340 --> 00:08:22,220 +name.rim.equals + +71 +00:08:30,480 --> 00:08:35,020 +معنى الكلام هذا إذا كان النام بنل أو النام عملنا + +72 +00:08:35,020 --> 00:08:39,840 +trim عشان نسيب المسافات كان يساوي فاضي يعني يا إما + +73 +00:08:39,840 --> 00:08:43,680 +نل أو فاضي هنا بدناش نمشي صح؟ بدنا نطلع لسالة + +74 +00:08:43,680 --> 00:08:51,100 +نقوله أرجاء ادخل الاسم إلس بدنا + +75 +00:08:51,100 --> 00:08:54,420 +نخليه يروح على ال activity الجديدة كي بنروح على ال + +76 +00:08:54,420 --> 00:08:56,500 +activity الجديدة بدك تعمل إيش intent + +77 +00:09:04,540 --> 00:09:10,220 +هنا جد application context و بدك تحط اسم ال + +78 +00:09:10,220 --> 00:09:18,020 +activity التاني اللي هي comp activity.classبنبعت + +79 +00:09:18,020 --> 00:09:21,120 +بيانات لل activity الجديدة، إيش هي؟ القيمة + +80 +00:09:21,120 --> 00:09:23,860 +الموجودة في إيدا ال text، صح؟ اللي هي ال name، في + +81 +00:09:23,860 --> 00:09:27,700 +ال intent، احنا خليني نسأل برضه، تمام؟ بما أنه + +82 +00:09:27,700 --> 00:09:32,900 +احنا بنراجع، تمام؟ نسأل طيب، كيف بنحط بيانات في ال + +83 +00:09:32,900 --> 00:09:37,440 +.. في ال intent؟ أيوة، هاي ال intent، بنحط فيه ال + +84 +00:09:37,440 --> 00:09:43,200 +name هذا، تمام؟ + +85 +00:09:43,200 --> 00:09:52,330 +intent.putextraبتعطيله مثلا name بتعطيله القيمة + +86 +00:09:52,330 --> 00:09:59,010 +اللى بده يضيفها ابعتها باسم name وبعدين بتقول + +87 +00:09:59,010 --> 00:10:02,730 +start activity + +88 +00:10:02,730 --> 00:10:06,510 +بتبعتله ال intent وهيك المفروض تشغل ال activity + +89 +00:10:06,510 --> 00:10:11,770 +الجديدلأن هنا لو ماكانش فيه name بدنا نقبعله رسالة + +90 +00:10:11,770 --> 00:10:15,290 +تمام؟ لأ بديش أقبعله توسط، بنتعلم أشي جديد، بنطلع + +91 +00:10:15,290 --> 00:10:18,250 +Dialogue تمام؟ بس خلينا نتأكد إن هاد شغالة في + +92 +00:10:18,250 --> 00:10:21,430 +الأول، نشغلها و نشتغل في ال dialogue شوية + +93 +00:10:29,540 --> 00:10:32,020 +طيب احنا الرسائل حتى الآن اتعلمنا كيف نطلعها + +94 +00:10:32,020 --> 00:10:36,840 +بالتوست ماشي هجيبنا نطلع ال dialogue كيف بنقرأ ال + +95 +00:10:36,840 --> 00:10:41,080 +dialogue في الاندرويد؟ في عندنا class اسمها alert + +96 +00:10:41,080 --> 00:10:46,500 +-dialogue تمام؟ في class اسمها alert-dialogue + +97 +00:10:46,500 --> 00:10:51,200 +انتوا أخدتوا JavaScript؟لسه ال javascript في + +98 +00:10:51,200 --> 00:10:54,620 +method اسمها alert بتطلع لك رسالة فهو اي dialogue + +99 +00:10:54,620 --> 00:10:58,420 +فيه رسالة او تحذير او كذا بيسميه alert dialogue + +100 +00:10:58,420 --> 00:11:02,380 +طبعا احنا متعودين عشان ننشئ او يعني alert dialogue + +101 +00:11:02,380 --> 00:11:06,300 +او اي عندي pattern و نعمل new pattern صح بس هذا + +102 +00:11:06,300 --> 00:11:08,680 +alert dialogue نعملش على طول ال new alert dialogue + +103 +00:11:08,680 --> 00:11:13,330 +بيقولوا جوا فيه class اسمها builderالـ Builder + +104 +00:11:13,330 --> 00:11:16,850 +وظيفته هذا هذا class داخل ال class AlertDialog + +105 +00:11:16,850 --> 00:11:20,150 +تنشي object انت من Builder وبتعطيله بيانات ال + +106 +00:11:20,150 --> 00:11:22,110 +dialogue ايش هي بيانات ال dialogue ايش ال title + +107 +00:11:22,110 --> 00:11:25,150 +تبعه ايش الرسالة ايش بده يعمل لما يضغط على okay + +108 +00:11:25,150 --> 00:11:30,930 +تمام و بعدك بتقول لل Builder Build اعمل dialogue + +109 +00:11:30,930 --> 00:11:36,090 +برجعلك object منه AlertDialog طيب خليني بس اشتغل + +110 +00:11:36,090 --> 00:11:40,170 +التطبيق طيب + +111 +00:11:40,170 --> 00:11:41,090 +تمام لحد تلان + +112 +00:11:46,420 --> 00:11:50,220 +انتوا طبعا مستعجلين و نبدأ هنا بس احنا لسه عايش اه + +113 +00:11:50,220 --> 00:11:52,920 +فهديك فاحنا عشان نتعلم حاجات جديدة + +114 +00:12:05,250 --> 00:12:07,930 +طب لحتى الآن طبعا ايش تبغى تبدأ المسابقة و مافيش + +115 +00:12:07,930 --> 00:12:11,590 +حاجة ليش لأنه بدخل جوا ال F statement اللي حتى + +116 +00:12:11,590 --> 00:12:15,110 +الآن فاضي طبعا فأول حاجة روحنا عملنا يا جماعة + +117 +00:12:15,110 --> 00:12:20,090 +builder يسمى new alert dialogue dot builder قولنا + +118 +00:12:20,090 --> 00:12:24,590 +مرة تانية ان ال builder هذاclass داخل الالردالو + +119 +00:12:24,590 --> 00:12:27,270 +انشئنا منها object لان ال constructor بتاع ال + +120 +00:12:27,270 --> 00:12:30,090 +builder بده reference لل activity اللي أنا شغال + +121 +00:12:30,090 --> 00:12:34,230 +فيها هل جيت ماذا ذاكرين ال j option pane كان ياخد + +122 +00:12:34,230 --> 00:12:37,550 +this ليش عشان يغرض ال j option pane على ال frame + +123 +00:12:37,550 --> 00:12:40,970 +تمام هنا بده reference لل activity فانا لو حطمه + +124 +00:12:40,970 --> 00:12:44,090 +طبعا this هيطلع ال error ليش لأن ال this هنا عائد + +125 +00:12:44,090 --> 00:12:48,770 +عمين على ال anonymous class تمام فعشان نحل هذه كيف + +126 +00:12:48,770 --> 00:12:56,520 +أخدنا نحلها تكتب main activitydo this تفهم؟ هيك + +127 +00:12:56,520 --> 00:12:59,300 +ايش؟ سكت يعني انت بتعمل builder و بتمرده reference + +128 +00:12:59,300 --> 00:13:03,040 +لل activity طيب الآن الموضوع سهل بس بتروح لل + +129 +00:13:03,040 --> 00:13:07,960 +builder تبعك و بتعطيله بيانات ال dialogue مثلا set + +130 +00:13:07,960 --> 00:13:16,220 +title ايش بدنا عنوان الرسالة تنبيه + +131 +00:13:16,220 --> 00:13:20,100 +مثلا احنا اللي بنكتب عربي + +132 +00:13:27,210 --> 00:13:31,570 +طيب فى عندنا set message ايه ايه ايش الرسالة + +133 +00:13:31,570 --> 00:13:36,070 +الرجاء + +134 +00:13:36,070 --> 00:13:45,810 +ادخل الاسم طيب + +135 +00:13:45,810 --> 00:13:51,790 +بلده dot فى عندنا set icon icon + +136 +00:13:51,790 --> 00:13:55,790 +لو انت بدك icon لهذا مثلا خلينا نختار icon لل + +137 +00:13:55,790 --> 00:14:01,090 +dialogueممكن اعمل اكتر من الرسالة يعني مثلا لو ساب + +138 +00:14:01,090 --> 00:14:04,070 +اسباس هيجيبنا رسالة كذا كيف؟ ساب اسباس لو عمل + +139 +00:14:04,070 --> 00:14:10,250 +اسباس مثلا ممكن تعمل اكتر من الرسالة مش فاهم ايش + +140 +00:14:10,250 --> 00:14:17,370 +بدك تفعل بالظبط طيب + +141 +00:14:17,370 --> 00:14:19,950 +ايه في ال statement افحص ال string الموجودة اذا + +142 +00:14:19,950 --> 00:14:21,970 +فيها مشكلة كذا طلع له رسالة كذا + +143 +00:14:28,810 --> 00:14:32,250 +طب هذا سؤال كويس هلجيت هجاوب عليه لو روحت انا على + +144 +00:14:32,250 --> 00:14:35,570 +drawable بدأ حط صورة ال icon اللي انا بديها انا + +145 +00:14:35,570 --> 00:14:39,350 +طبعا بحضر اي كلاتي معايا تمام هي اسمها مثلا closed + +146 +00:14:39,350 --> 00:14:42,250 +icon مش هي المية المية بس يعني يبين انه يحدث icon + +147 +00:14:42,250 --> 00:14:46,050 +هلجيت icon هذي بتاخد بديكوه اكتر من الخيار كمان + +148 +00:14:46,050 --> 00:14:52,440 +لست iconفى ايقون بتاخد integer اللى هو ايش هو ال + +149 +00:14:52,440 --> 00:14:57,380 +ID اللى بيعمله للصورة تمام احنا لأ هناخد هذه ليه + +150 +00:14:57,380 --> 00:15:07,430 +يعني بتقوله R.drawable.Close Icon R.ID + +151 +00:15:07,430 --> 00:15:13,210 +.Button هذا عبارة عن انتجار اي حاجة في ال R عبارة + +152 +00:15:13,210 --> 00:15:15,730 +عن انتجار اي حاجة في ال R عبارة عن انتجار اي حاجة + +153 +00:15:15,730 --> 00:15:21,030 +في ال R عبارة عن انتجار اي حاجة في ال R عبارة عن + +154 +00:15:21,030 --> 00:15:24,230 +انتجار اي حاجة في ال R عبارة عن انتجار + +155 +00:15:28,930 --> 00:15:33,050 +بيلدار.الأن في عندي زرار موجودة في ال .. صحيح ولا + +156 +00:15:33,050 --> 00:15:36,430 +لأ؟ يعني احنا مثلا لما نضغط .. نحط اللي زر okay + +157 +00:15:36,430 --> 00:15:41,350 +صحيح ولا لأ؟ الان هو بيعطيك خيار انك تحط تالتة + +158 +00:15:41,350 --> 00:15:45,890 +زرار تمام؟ وسميهم اللي بدك يعني مرات احنا بتحط + +159 +00:15:45,890 --> 00:15:52,810 +okay و cancel okay و cancel و .. اه ignore تمام؟ + +160 +00:15:52,810 --> 00:15:59,090 +هو طبعا ايش مسمي الزرار؟في عندك 6 positive button + +161 +00:15:59,090 --> 00:16:03,670 +و 6 negative button و 6 neutral button ايش ال + +162 +00:16:03,670 --> 00:16:06,810 +positive و ال negative انت ال action بتاعتك مربضك + +163 +00:16:06,810 --> 00:16:11,730 +إيجابي و سلبي و محيد طبعا هذه مش الأسماء اللي + +164 +00:16:11,730 --> 00:16:14,730 +بتطلع عليهم انت بتقدر تسمي زي ما بده مثلا انا بدي + +165 +00:16:14,730 --> 00:16:17,690 +اختار ايش و positive مثلا طبعا احنا في ال dialogue + +166 +00:16:17,690 --> 00:16:21,950 +تبعنا هنطلع ايش زر واحد دلوقت هنعمل dialogue احنا + +167 +00:16:21,950 --> 00:16:27,600 +كمان شوية وين لما تيجي تضغط backلو في وضع التطبيق + +168 +00:16:27,600 --> 00:16:34,120 +بيسكر التطبيق بيقول لك هل تريد إغلاق التطبيق؟ هذي + +169 +00:16:34,120 --> 00:16:37,400 +بيكون فيها OK و Cancel و إلغاء مثلا هنا احنا بنحط + +170 +00:16:37,400 --> 00:16:41,460 +زر واحد فاختار أي واحد من هذين الـ set positive + +171 +00:16:41,460 --> 00:16:45,560 +pattern هلجيت هنا في ال set positive pattern تطلع + +172 +00:16:45,560 --> 00:16:50,630 +على ال method ايش اللي بيطلبها set positiveبطل + +173 +00:16:50,630 --> 00:16:55,370 +بطلب حشتين car sequence vs string و ال parameter + +174 +00:16:55,370 --> 00:16:59,980 +التاني اللي هو ايشonclick listener يعني حاجات + +175 +00:16:59,980 --> 00:17:03,680 +بتفهمها حتى بالفطرة ال string هذي هيش النص اللي + +176 +00:17:03,680 --> 00:17:07,000 +هيطلع ع البطون، إيش بده يطبع ع البطون؟ و التاني + +177 +00:17:07,000 --> 00:17:09,760 +onclick listener، إيش ال action، إيش بده يعمل لما + +178 +00:17:09,760 --> 00:17:13,540 +تضغط ع البطون؟ طبعا فهي set positive بطون، بتقول + +179 +00:17:13,540 --> 00:17:18,840 +له مثلا .. طبعا هنا أدخل اسم تقوله مثلا okay أو + +180 +00:17:18,840 --> 00:17:23,440 +إغلاق، طبعا يعني هو بعد هيك بده يدخل الاسم ماشي + +181 +00:17:23,440 --> 00:17:31,140 +موافقو بعدين بده event ال + +182 +00:17:31,140 --> 00:17:34,380 +event كده بتحطه زي ال button in you on click + +183 +00:17:34,380 --> 00:17:40,640 +listener on click + +184 +00:17:40,640 --> 00:17:45,560 +listener يعني إيش بده يعمل لما تتغبط ع الزر طبعا + +185 +00:17:45,560 --> 00:17:50,160 +هنا مش هي بس بده يسكر إيش يعني هاي جايبلك هنا + +186 +00:17:50,160 --> 00:17:50,580 +dialogue + +187 +00:17:53,640 --> 00:17:57,320 +أنا عملت بس زر، أنا بدي زر واحد، تمام؟ في ال + +188 +00:17:57,320 --> 00:18:00,840 +dialogue هذا، بدي شكله إيش، أرجو تخيل اسمه، وبعدين + +189 +00:18:00,840 --> 00:18:05,300 +كلمة موافقة كل + +190 +00:18:05,300 --> 00:18:10,120 +الأزرار + +191 +00:18:10,120 --> 00:18:12,300 +التالية نفس الحاجة، كل واحد إلو إلو click + +192 +00:18:12,300 --> 00:18:17,400 +listener، بعمل event مختلفطبعا هذا انا سميته موافق + +193 +00:18:17,400 --> 00:18:20,180 +و حطيت اقولك ليه صراحة انه بدي يسكر ال dialogue بس + +194 +00:18:20,180 --> 00:18:24,160 +بتيجي كلمة dialogue هيك و بتقوله dismiss ايش هي + +195 +00:18:24,160 --> 00:18:29,360 +dismiss يعني اغلقه سكره يعني انا بدي يسكر ال + +196 +00:18:29,360 --> 00:18:33,360 +dialogueالان يبقى ال dialog تبع نطلع ايش اعطيته + +197 +00:18:33,360 --> 00:18:37,020 +انا طبعا متى هيقعد ال dialog لاحظ ان كل هذا موجود + +198 +00:18:37,020 --> 00:18:42,020 +جوا ال F6 اعطانه title اعطانه message اعطانه icon + +199 +00:18:42,020 --> 00:18:48,320 +واعطانه ايش واحد من الزرار تمام بكفله هنا بعدين + +200 +00:18:48,320 --> 00:18:54,320 +بتقوله builder dot build او create اه create + +201 +00:18:54,320 --> 00:18:58,060 +create هذا ايش بتطلعلك بتطلعك object منه alert + +202 +00:18:59,630 --> 00:19:03,030 +Dialogue يعني فعليا ال builder مش هو ال dialogue + +203 +00:19:03,030 --> 00:19:06,630 +ال builder وظيفته بس انك تعطيله حاجات و تقوله + +204 +00:19:06,630 --> 00:19:10,490 +create عندما تعمل create رجعلك object من مين؟ من + +205 +00:19:10,490 --> 00:19:12,770 +اللي هو ال dialogue هو هذا ال dialogue اللي بدنا + +206 +00:19:12,770 --> 00:19:19,270 +يه هذا بتقوله dialogue.show هيك عرض ال dialogue + +207 +00:19:19,270 --> 00:19:23,110 +هذا ال code تعيش انشاء dialogue من هنا لهنا فانت + +208 +00:19:23,110 --> 00:19:29,030 +بتنشئ builderبتحدد محتويات الـ Dialogue عن طريق 6 + +209 +00:19:29,030 --> 00:19:31,810 +methods موجودين في الـ Builder وفي الآخر بعد ما + +210 +00:19:31,810 --> 00:19:33,970 +تجهز بيانات الـ Dialogue كلها بتروح للـ Builder + +211 +00:19:33,970 --> 00:19:37,770 +بتقوله create برجّعلك object من نوع other Dialogue + +212 +00:19:37,770 --> 00:19:46,070 +و بتقوله show اعرف ال Dialogue اللي عنه show طبعا؟ + +213 +00:19:46,070 --> 00:19:52,030 +طيب + +214 +00:19:52,030 --> 00:19:56,920 +عمل ما يشتغل هال create ال Dialogue تبعنا هذابرضه + +215 +00:19:56,920 --> 00:20:01,920 +ممكن في بعض الخصائص مثلا في مثل اسمها sit cancel + +216 +00:20:01,920 --> 00:20:04,780 +on touch outside ايش يعني يعني هال gate ال + +217 +00:20:04,780 --> 00:20:09,580 +dialogue لما يظهر لو ضغط برا منه بيسكر انت بدك ال + +218 +00:20:09,580 --> 00:20:14,220 +behavior هذا ولا لأ اذا بدك مثلا sit cancel on + +219 +00:20:14,220 --> 00:20:19,820 +touch outside ايش يعني sit cancel مثلا هاي أبينكوا + +220 +00:20:19,820 --> 00:20:20,140 +ال dialogue + +221 +00:20:23,180 --> 00:20:26,620 +هي يشتغل عند هنا هاي الذرع ابدأ المسابقة طبعا لان + +222 +00:20:26,620 --> 00:20:29,780 +مافيش حاجة مدخلة طب هي طلعلك ال dialogue تنبيه و + +223 +00:20:29,780 --> 00:20:33,120 +هيحطلك هيك و بعدين هيحطلك هنا ايش موافق طب لو ضغط + +224 +00:20:33,120 --> 00:20:36,460 +برا هنا بيسكر ال dialogue بيمشي الحاجة طبعا بس هذا + +225 +00:20:36,460 --> 00:20:40,020 +ال behavior انه انت لما مفروض مراك بدكيا يسكر بس + +226 +00:20:40,020 --> 00:20:47,640 +لما تضغط ايش موافق فهذه بتحطها ايش falseمن اسمها + +227 +00:20:47,640 --> 00:20:50,820 +cancel on touch outside بدك يعمل cancel لما تضغط + +228 +00:20:50,820 --> 00:20:55,480 +outside false معناه بيبقى موجود لازم تضغط موافق + +229 +00:20:55,480 --> 00:20:59,760 +هذا اللي اللي بدك يه انت طبعا هذا ال dialogue لاحظ + +230 +00:20:59,760 --> 00:21:03,680 +انه تصميمه ثابت تمام باستخدام ال theme اللي انت + +231 +00:21:03,680 --> 00:21:07,700 +مستخدمه لكن هنشوف بعد هيك ان انت ممكن تعمل + +232 +00:21:07,700 --> 00:21:11,210 +dialogue من تصميمك الخاصيعني انت تروح تعمل layout + +233 +00:21:11,210 --> 00:21:14,370 +و تصمم فيه dialogue و تستخدم التصميم هذا هذا ال + +234 +00:21:14,370 --> 00:21:17,430 +dialogue تصميمه ثابت انت بس بتعطيله ال title ال + +235 +00:21:17,430 --> 00:21:21,090 +icon الرسالة ايش يعملها ميضة على زرار و ايش يكتب + +236 +00:21:21,090 --> 00:21:30,510 +على زرار طبعا احنا الان بنستخدم هذا فقط طيب + +237 +00:21:30,510 --> 00:21:39,460 +الان لسه مخلصناش الشاشة الأولىماذا سنفعل؟ قبل أن + +238 +00:21:39,460 --> 00:21:45,140 +نخرج من الشاشة الأولى، إذا قمت بضغط back في + +239 +00:21:45,140 --> 00:21:52,160 +الشاشة الرئيسية، فهيخرج من التطبيق، فهيخرج من + +240 +00:21:52,160 --> 00:21:57,240 +الشاشة الرئيسية، فهيخرج من الشاشة الرئيسية، فهيخرج + +241 +00:21:57,240 --> 00:22:00,840 +من التطبيقهننسخ اللي فوق مش هنقعد نكتب من أول و + +242 +00:22:00,840 --> 00:22:05,940 +جديد طيب هذه كيف نعملها انتموا معايا يا جماعة لحتى + +243 +00:22:05,940 --> 00:22:09,140 +ال underbar وال code اللي احنا شغالين فيه كله داخل + +244 +00:22:09,140 --> 00:22:11,420 +method اسمها ال onCreate وهذا ال method اللي + +245 +00:22:11,420 --> 00:22:15,700 +بتتنفذ أول ما شغل التطبيق الآن بيحكيلي في method + +246 +00:22:15,700 --> 00:22:21,880 +تانية اسمها onBackBreast + +247 +00:22:21,880 --> 00:22:27,100 +onBackBreast لاحظ هذا ال method ايش كتب لهنا + +248 +00:22:28,580 --> 00:22:31,840 +overwrite يعني هي موجودة وين في ال parent انا روحت + +249 +00:22:31,840 --> 00:22:36,380 +بدي اعملها override طبعا كيف طلعت هذه لو انت اجيت + +250 +00:22:36,380 --> 00:22:39,400 +في اي مكان فاضي برا ال on كريته جوه ال class اكتب + +251 +00:22:39,400 --> 00:22:43,120 +on دائما ال method اللي بتبدو ب on معناها بتتنفذ + +252 +00:22:43,120 --> 00:22:47,440 +عند حدث معين ال on start عند التشغيل on back + +253 +00:22:47,440 --> 00:22:50,340 +breast هاي اللي حاول اكملك هذه امتى بتتنفذ ال + +254 +00:22:50,340 --> 00:22:54,750 +method لما اضغط زر ال backلاحظ انت لما تضغط زر + +255 +00:22:54,750 --> 00:22:59,090 +الباك ايش بيعمل بيروح بيعمل super.albackpress ال + +256 +00:22:59,090 --> 00:23:02,910 +super.albackpress فيها ال code اللي بيسكر التطبيق + +257 +00:23:02,910 --> 00:23:08,130 +لأن هذا لو ببساطة عملت لهذا comment هالجهة بتضغط + +258 +00:23:08,130 --> 00:23:09,430 +على ال back تطبيقك مش هيسكر + +259 +00:23:15,190 --> 00:23:18,230 +أحنا بيبنى نسوي انه لما يضغط on back press مايسكرش + +260 +00:23:18,230 --> 00:23:21,490 +الا بناء على Dialogue فبنروح نجيب ال Dialogue تبقى + +261 +00:23:21,490 --> 00:23:25,990 +هى تكتب تانى عشان اتكراه بعلم الشطار تمام هى + +262 +00:23:25,990 --> 00:23:33,870 +Dialogue.builder بس بنكتبه على السريع Builder + +263 +00:23:33,870 --> 00:23:38,470 +طيب الآن حطيت this ليش حطيت this ماحطيتش ان انا .. + +264 +00:23:38,470 --> 00:23:40,870 +لأن انا مش داخل اقبل ماس class لان انا داخل ال + +265 +00:23:40,870 --> 00:23:44,370 +class الأساسية Builder.set title + +266 +00:23:46,850 --> 00:23:52,670 +هذه تنبيه برضه + +267 +00:23:52,670 --> 00:24:01,630 +builder.setmessage اه + +268 +00:24:01,630 --> 00:24:05,750 +هتتعلم اشي جديد هالجيرد انا مابديش اكتب الرسالة + +269 +00:24:05,750 --> 00:24:12,130 +بدي احط الرسالة في ال strings هاي strings تمام + +270 +00:24:16,210 --> 00:24:19,210 +وبدنا نجرحها من ال code احنا اتعلمنا كيف نحطه في + +271 +00:24:19,210 --> 00:24:22,210 +ال string و نجرحها من ال layout فرجعنا نجرحها من + +272 +00:24:22,210 --> 00:24:30,650 +ال code close confirm هذا الرسالة هيك بنسميه تمام + +273 +00:24:30,650 --> 00:24:38,050 +هل تريد الخروج تمام + +274 +00:24:38,050 --> 00:24:42,150 +هنا طبعا عشان هيك هو ايش عامل ايه يا جماعة في ال + +275 +00:24:42,150 --> 00:24:42,710 +set message + +276 +00:24:46,480 --> 00:24:50,560 +في الـ set message معطيك two methods واحدة بتاخد + +277 +00:24:50,560 --> 00:24:55,300 +string والتانية بتاخد id فبتقول ر.string + +278 +00:24:55,300 --> 00:25:00,440 +.closeconvert تمام هذا اللي بدك تجيبها من ال .. + +279 +00:25:00,440 --> 00:25:05,040 +بعدين builder.settitle و ال title نفس الحاجة يا + +280 +00:25:05,040 --> 00:25:07,940 +بتحطها في ال string يا بتكتبها .. احنا حطينا title + +281 +00:25:07,940 --> 00:25:13,660 +set icon r.drawable + +282 +00:25:17,620 --> 00:25:23,900 +close icon طيب الان بده حط زرين okay و cancel تمام + +283 +00:25:23,900 --> 00:25:31,260 +set positive button تمام اللي هو موافق اه بده اسكر + +284 +00:25:31,260 --> 00:25:35,940 +التطبيق ونقوله + +285 +00:25:35,940 --> 00:25:44,800 +new on click ليش ماكملش لحاله مش + +286 +00:25:44,800 --> 00:25:45,560 +مشكلة انا هفضل + +287 +00:26:03,020 --> 00:26:06,500 +طيب و لسه ما كتبناش طيب لما نضغط على okay موافق + +288 +00:26:06,500 --> 00:26:10,130 +بده يسكر التطبيقفي أكتر منطقة .. بظبط اعطينا ال + +289 +00:26:10,130 --> 00:26:13,230 +code بتاع مين؟ بتاع ال super هذا .. هذي أفضل طريقة + +290 +00:26:13,230 --> 00:26:16,410 +وفي طريقة تانية عشان نتسكر ال activity .. يعني + +291 +00:26:16,410 --> 00:26:19,370 +أفضل طريقة أنك تعطينا ال super بس طبعا هنا مفهمش + +292 +00:26:19,370 --> 00:26:22,150 +super .. ليش؟ لإن أنا جوا قانون mass class .. + +293 +00:26:22,150 --> 00:26:23,030 +بتقول أنا بحط main + +294 +00:26:33,260 --> 00:26:40,460 +https://mainactivity.this.mainactivity + +295 +00:26:40,460 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +296 +00:26:40,500 --> 00:26:40,780 +.mainactivity.mainactivity.mainactivity + +297 +00:26:40,780 --> 00:26:42,460 +.mainactivity.mainactivity.mainactivity + +298 +00:26:42,460 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +299 +00:26:42,880 --> 00:26:45,810 +.mainactivity.mainactخلّى ينادي ال super عشان لو + +300 +00:26:45,810 --> 00:26:48,690 +فيه code إغلاق في ال parent ينفذها ما هو أصلا في + +301 +00:26:48,690 --> 00:26:52,950 +الأول كان إيش ينفذ on back pressed at ال super هذا + +302 +00:26:52,950 --> 00:26:56,750 +ال code انت بتنفذ لما أضغط على الذر الموافق زي و + +303 +00:26:56,750 --> 00:27:01,830 +بدنا نعمل build up dot set negative button و + +304 +00:27:01,830 --> 00:27:03,630 +أعطيله مثلا الغابة + +305 +00:27:13,080 --> 00:27:18,020 +هيقول انك لك listener للزر + +306 +00:27:18,020 --> 00:27:21,340 +التاني الان ايش هيعمل انك لك listener للزر التاني + +307 +00:27:21,340 --> 00:27:24,680 +مش هيعمل حاجة بس يسكر ال dialogue بتقوله dialogue + +308 +00:27:24,680 --> 00:27:30,180 +هيجيب لك في ال parameter dismiss تمام وبعدين بعد + +309 +00:27:30,180 --> 00:27:32,400 +ما خلصنا كل حاجة في ال builder بتقوله builder + +310 +00:27:32,400 --> 00:27:37,880 +.create هذا برجعلك object من النوع alert dialogue + +311 +00:27:37,880 --> 00:27:46,700 +دي مثلا و دي dot showو هيك ايش؟ + +312 +00:27:46,700 --> 00:27:53,980 +راحة المحاضرة و احنا وين؟ + +313 +00:27:53,980 --> 00:28:02,420 +ماشيكتش، + +314 +00:28:02,420 --> 00:28:05,740 +شوفشيك اذا في method او طريقة اتقالكتر او طريقة + +315 +00:28:05,740 --> 00:28:08,040 +تانية او تانية او تانية او تانية او تانية او تانية + +316 +00:28:08,040 --> 00:28:09,320 +او تانية او تانية او تانية او تانية او تانية او + +317 +00:28:09,320 --> 00:28:09,360 +تانية او تانية او تانية او تانية او تانية او تانية + +318 +00:28:09,360 --> 00:28:09,740 +او تانية او تانية او تانية او تانية او تانية او + +319 +00:28:09,740 --> 00:28:09,780 +او تانية او تانية او تانية او تانية او تانية او + +320 +00:28:18,010 --> 00:28:23,930 +طيب هاي باك هل تريد بالخروج هاي إيش إلغاء موافق + +321 +00:28:23,930 --> 00:28:29,550 +تمام هاي كده تفكر تطبيقه ماشي يا جماعة هجيتنا نتقل + +322 +00:28:29,550 --> 00:28:33,610 +على وين على ال activity التاني ال activity التاني + +323 +00:28:33,610 --> 00:28:38,390 +المفروض تعالوا في الأول game emulation codeانصممها + +324 +00:28:38,390 --> 00:28:42,670 +هاي ال activity التانية نجي نشتغل التصميم التصميم + +325 +00:28:42,670 --> 00:28:48,190 +هال gate بدنا نعمل فيه التالي بدنا نحط جبل جبل + +326 +00:28:48,190 --> 00:28:53,190 +هدول و بدنا نحط هنا الاسم + +327 +00:28:53,190 --> 00:29:04,090 +و هنا الرصيد تمام هدول الفبتين اه او + +328 +00:29:04,090 --> 00:29:05,330 +او او او او او او او او او او او او او او او او او + +329 +00:29:05,330 --> 00:29:08,440 +او او او اهذا ال title تاع ال activity هذا بتغيره + +330 +00:29:08,440 --> 00:29:12,380 +من ال manifestعشان انا بدأ لعبة اقوم يا اسم + +331 +00:29:12,380 --> 00:29:16,300 +المسابقة تمام تمام فاهم عليك اصلا هذا ال action + +332 +00:29:16,300 --> 00:29:21,120 +bar هتكلم عليك قدام في المثال هذا هنشيله كله اصلا + +333 +00:29:21,120 --> 00:29:24,920 +احنا تمام هنحط بدالي حاجة تسمى tool bar تمام فهذا + +334 +00:29:24,920 --> 00:29:29,160 +انا اجله لبعدين لانه برضه في التطبيق هذا هناخده ال + +335 +00:29:29,160 --> 00:29:35,240 +tool bar فعرجيت فوق هنا بنحط الاسم فبنعرضه ايش ك + +336 +00:29:35,240 --> 00:29:35,900 +text view + +337 +00:29:40,830 --> 00:29:46,310 +و بدنا كمان هنا اتنين + +338 +00:29:46,310 --> 00:29:49,990 +text view جنب بعض عشان نعرض كلمة الرصيد يعني الاسم + +339 +00:29:49,990 --> 00:29:52,190 +خلاص معاه مش لازم احض جنبها اسم هو عارف ان هذا + +340 +00:29:52,190 --> 00:29:54,830 +اسمه يعني تمام بس الرصيد بدي اقوله ان هذا عبارة عن + +341 +00:29:54,830 --> 00:29:58,730 +الرصيد طيب + +342 +00:29:58,730 --> 00:30:09,490 +نيجي على ال attributes هنا هذه name tv score + +343 +00:30:12,940 --> 00:30:18,020 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +344 +00:30:18,020 --> 00:30:18,060 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +345 +00:30:18,060 --> 00:30:20,740 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +346 +00:30:20,740 --> 00:30:20,960 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +347 +00:30:20,960 --> 00:30:22,720 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +348 +00:30:22,720 --> 00:30:23,400 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +349 +00:30:23,400 --> 00:30:23,800 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +350 +00:30:23,800 --> 00:30:24,040 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +351 +00:30:24,040 --> 00:30:24,080 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +352 +00:30:24,080 --> 00:30:26,440 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +353 +00:30:26,440 --> 00:30:26,500 +TV TV TV + +354 +00:30:36,300 --> 00:30:41,820 +هذا ال name tv مثلا تقوله text size 14sp + +355 +00:30:41,820 --> 00:30:45,900 +text color + +356 +00:30:45,900 --> 00:31:04,280 +لأن + +357 +00:31:04,280 --> 00:31:05,520 +هذا مكتوب فيه رصيد + +358 +00:31:18,460 --> 00:31:22,140 +تمام و هنا بتنحط قيمة قيمة الرسيل + +359 +00:31:41,930 --> 00:31:45,430 +طيب كل هذا هنشوفها الأمور الصغيرة تعالى لان نعمل + +360 +00:31:45,430 --> 00:31:50,770 +برضه في عندنا text view لمين للسؤال هتجدر بالك في + +361 +00:31:50,770 --> 00:31:54,450 +text view للسؤال و بدي يكون في image view لصورة + +362 +00:31:54,450 --> 00:32:00,150 +تمام إذا كان السؤال في صورة و في عندك الخيارات + +363 +00:32:00,150 --> 00:32:03,970 +الموجودة و في عندك progress bar لإيش لل timer + +364 +00:32:03,970 --> 00:32:06,370 +فالان + +365 +00:32:12,560 --> 00:32:17,520 +فالسؤال ان نضع text view يعني + +366 +00:32:17,520 --> 00:32:28,960 +يجي تحت الاسم طبعا + +367 +00:32:28,960 --> 00:32:35,520 +العرب تبعه نضع 0db عشان ياخد مساحة الشاشة كلها + +368 +00:32:40,970 --> 00:32:46,790 +الـ high trap content يعني عجبنا حجم السؤال بعدين + +369 +00:32:46,790 --> 00:32:52,070 +بدك تجيب النص عشان هو عربي على الجهة التانية هو + +370 +00:32:52,070 --> 00:33:00,390 +هاي text view 4 في + +371 +00:33:00,390 --> 00:33:04,970 +text alignment خليه + +372 +00:33:04,970 --> 00:33:10,150 +ياخد ال gravity بعدين بتقوله ال gravity + +373 +00:33:13,460 --> 00:33:23,640 +بعدها نضغط on end طيب + +374 +00:33:23,640 --> 00:33:30,260 +مفروض + +375 +00:33:30,260 --> 00:33:36,900 +نضغط نفسه وراك لإنه عنغة واحدة ماشي طيب الأن اللصت + +376 +00:33:36,900 --> 00:33:42,280 +على هذا برضه بنسميه question tv + +377 +00:33:48,420 --> 00:33:52,680 +لان بديش اعمل الصورة بدي اعمل الخيارات و ال + +378 +00:33:52,680 --> 00:33:56,080 +progress bar عشان هم كله تحت هنا تمام أسفل الشاشة + +379 +00:33:56,080 --> 00:34:01,360 +عشان الصورة تجي اين بين السؤال و بين الغزرات فالان + +380 +00:34:01,360 --> 00:34:05,140 +هاي في عندي buttons طبعا انا بدي اعمل الخيارات ك + +381 +00:34:05,140 --> 00:34:09,700 +buttons انا مفترض طبعا ان السؤال الواحد فيه تلت + +382 +00:34:09,700 --> 00:34:12,000 +خيارات تمام + +383 +00:34:17,200 --> 00:34:24,000 +خلّيني بس نسميهم الازرار هدول هذا + +384 +00:34:24,000 --> 00:34:30,100 +option one button انا + +385 +00:34:30,100 --> 00:34:32,900 +حابب يكونوا button على أساس إيش يطلع جد الشاشة لون + +386 +00:34:32,900 --> 00:34:40,340 +ياخد في ال radio بس بغير دائرة صغيرة و + +387 +00:34:40,340 --> 00:34:43,860 +هذا option two button + +388 +00:34:46,900 --> 00:34:49,980 +يعني كأن هي بالراجعة كل اللي أخدناها قبل صح ولا هي + +389 +00:34:49,980 --> 00:34:58,060 +اللي بنشغل طيب + +390 +00:34:58,060 --> 00:35:00,240 +هذا الأخير option تلاتة وشبكه + +391 +00:35:17,100 --> 00:35:18,900 +السلام عليكم + +392 +00:35:50,060 --> 00:36:02,140 +طيب الازرار هدولة خلينا هذا نقول له gravity right + +393 +00:36:02,140 --> 00:36:05,160 +على + +394 +00:36:05,160 --> 00:36:12,480 +أساس النص ييجي هنا gravity right و بعدين center + +395 +00:36:12,480 --> 00:36:16,520 +vertical تمام + +396 +00:36:16,520 --> 00:36:33,410 +عشان ييجي بالشكل هذاهذه سنضعها على كل زرار نضعها + +397 +00:36:33,410 --> 00:36:45,290 +على كل زرار نضعها + +398 +00:36:45,290 --> 00:36:46,050 +على كل زرار نضعها على كل زرار نضعها على كل زرار + +399 +00:36:46,050 --> 00:36:50,510 +نضعها على كل زرارأو فيه شكل افتراضي وبعدين لما + +400 +00:36:50,510 --> 00:36:55,530 +نضغط عليه لو كانت الإجابة صح بيبقى بالأخضر لو كانت + +401 +00:36:55,530 --> 00:37:00,090 +الإجابة خطأ بيصير بالأحمر فخلينا نرسم الرسمات أو + +402 +00:37:00,090 --> 00:37:05,470 +لسه ما خلصناها اشخاص خلينا نحط ال progress bar هدت + +403 +00:37:05,470 --> 00:37:14,940 +النص على السؤال برضه خلينا نكبر الخط X Sizeمثلا + +404 +00:37:14,940 --> 00:37:21,940 +16sp text color أسود + +405 +00:37:21,940 --> 00:37:26,620 +هنا بنحط ال progress bar اللي هو ال timer الوقت + +406 +00:37:26,620 --> 00:37:32,640 +اللي بده يجل فهنا ابحث عن ال progress progress bar + +407 +00:37:54,590 --> 00:38:02,470 +تمام طيب طيب + +408 +00:38:02,470 --> 00:38:07,090 +هاي ال progress bar طبعا ليش ال progress bar لونه + +409 +00:38:07,090 --> 00:38:09,990 +أبيض زي هيك لأنه مافيه قيمة يعني لو جبتلي مثلا ال + +410 +00:38:09,990 --> 00:38:13,630 +progress خمسين minimum + +411 +00:38:21,430 --> 00:38:31,110 +الصفر هذي بس مبدئيا هذي بس عشان نشوفه ال gate طبعا + +412 +00:38:31,110 --> 00:38:34,330 +هنا حط الصفر ال width عشان يجي ع جد الشاشة + +413 +00:38:39,180 --> 00:38:41,860 +طبعا هى شكله هنغيظه .. هنشوف كيف نتحكم في قيمته + +414 +00:38:41,860 --> 00:38:45,580 +هذا المفروض الوجد ايش يظله جل باستمرار وهنا هيكون + +415 +00:38:45,580 --> 00:38:53,520 +فيه image view لو كان السؤال صورة طبعا مش هتطلع + +416 +00:38:53,520 --> 00:38:58,380 +الصورة بالمرة هتطلع السؤال طبعا هو لو كان الصورة + +417 +00:38:58,380 --> 00:39:01,400 +بطلع السؤال و الصورة و الزرار اللى تحت + +418 +00:39:08,970 --> 00:39:12,750 +هذا بدك تتحكم في ربطهم يعني انا ربطهم في ايش حاليا + +419 +00:39:12,750 --> 00:39:15,730 +باللي تحت بيبقى لهم تحت لو انت ربطهم في ال image + +420 +00:39:15,730 --> 00:39:21,150 +view و ال image view اختفت هيتلافهم اه بالظبط الان + +421 +00:39:21,150 --> 00:39:26,990 +خد اي صورة موجودة تمام؟ و هادي وشوف من اين نبط + +422 +00:39:26,990 --> 00:39:27,630 +الصورة + +423 +00:39:30,780 --> 00:39:34,360 +الان الصورة طبعا هتنكمش وتصغر بناء على حجم السؤال + +424 +00:39:34,360 --> 00:39:37,540 +اللى فوق يعني لو هذا ماخد Wrap Content لو كبر شوية + +425 +00:39:37,540 --> 00:39:47,600 +الصورة هتنزل تحت لأن هذه مربوطة وين في السؤال يعني + +426 +00:39:47,600 --> 00:39:50,820 +حاليا دايما الزرار بضلوا تحت يا جماعة ليش؟ لأنه + +427 +00:39:50,820 --> 00:39:53,700 +انا عشان اخف الأول انا روحت وعملت زرار لأن دي + +428 +00:39:53,700 --> 00:39:58,460 +مكانهم ثابت تحت تمام؟لو بد الإزرار يتغير مكانهم أو + +429 +00:39:58,460 --> 00:40:02,720 +يطلع لفوق إذا مافيه صورة فعليا نتربطهم في الصورة، + +430 +00:40:02,720 --> 00:40:08,220 +لأ أنا عملتهم تحت ومتبرمت الصورة فيهم يعني الصورة + +431 +00:40:08,220 --> 00:40:11,440 +اللي قاعدة طالعة ماخدة المساحة اللي باقلة ما بين + +432 +00:40:11,440 --> 00:40:17,020 +ال text و ما بين ال patterns اللي تحت طيب + +433 +00:40:17,020 --> 00:40:19,820 +هلجيت ال wood full height خليه 0 DB؟ + +434 +00:40:26,020 --> 00:40:33,140 +الصورة تبقى بحجمها الطبيعي هذا هو تصميم الواجهة + +435 +00:40:33,140 --> 00:40:35,320 +المسابقة + +436 +00:40:49,570 --> 00:40:57,810 +طيب كيف نعمل اسم طبعا اول + +437 +00:40:57,810 --> 00:41:00,810 +ما يشتغل ال activity هذه تجيب اسم من ال activity + +438 +00:41:00,810 --> 00:41:09,630 +الأولى فبدأ أقول له if getIntent لا يساوى null and + +439 +00:41:09,630 --> 00:41:17,640 +خلاص هيك احتياط getIntent that has extraname إذا + +440 +00:41:17,640 --> 00:41:22,140 +الـ intent مش لله فيه name تمام قل له get intent + +441 +00:41:22,140 --> 00:41:28,340 +dot get string extra name + +442 +00:41:28,340 --> 00:41:33,000 +أنا ماعملتش متغير على طول قلت له get intent اشتغلت + +443 +00:41:33,000 --> 00:41:43,610 +عليها دي تمام هنا string name وبعدين بناحكي لهfind + +444 +00:41:43,610 --> 00:41:58,750 +view by id r.id.name tv هذا برجع لك text view و + +445 +00:41:58,750 --> 00:42:08,350 +بعدين name tv.set text هي ساوي ان + +446 +00:42:08,350 --> 00:42:12,130 +هو بعد ما يبدأ من صفر يعني + +447 +00:42:15,210 --> 00:42:23,110 +هي integer score value او score لحالها يساوي ايش + +448 +00:42:23,110 --> 00:42:28,570 +بدأ من zero طبعا هذه اول ما يشتغل اكيد في ال on + +449 +00:42:28,570 --> 00:42:37,490 +create بدنا نجيب ال score او ال text view score + +450 +00:42:37,490 --> 00:42:38,710 +value tv + +451 +00:42:41,740 --> 00:42:50,860 +FindViewByIDR.ID.ScoreValueTV وهذا + +452 +00:42:50,860 --> 00:42:57,620 +بتقول ست تكست تمام + +453 +00:42:57,620 --> 00:43:01,560 +و بعدين خلال ال code هنسينا نغير في قيمة ال score + +454 +00:43:01,560 --> 00:43:06,940 +تمام واضح الأن الشغل اللي سوينه يا جماعةخلاص اشوى + +455 +00:43:06,940 --> 00:43:15,060 +شغل مافيش حاجة يعني تشوف يعني الاسم طالع في ال .. + +456 +00:43:15,060 --> 00:43:24,820 +بس + +457 +00:43:24,820 --> 00:43:30,660 +بيشيل السؤال الجديد و بيحط مكان السؤال الجديد طيب + +458 +00:43:30,660 --> 00:43:35,300 +ماشياحنا مهنزيد ال counter و هنقوله اعرضه تاني اه + +459 +00:43:35,300 --> 00:43:46,160 +اه هنزيده و نقوله اعرضه تاني مثلا هاي احمد علي هاي + +460 +00:43:46,160 --> 00:43:49,900 +ابدأ المسابقة تمام هاي عرضلك ايش ايش احمد علي + +461 +00:43:49,900 --> 00:43:53,420 +والرصيد صفر تمام بنكمل المحاضرة اللي جاي ان شاء + +462 +00:43:53,420 --> 00:43:53,520 +الله + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..77bce993198db9bc0db941433a74212627990785 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4224, "start": 21.16, "end": 42.24, "text": " Ok guys, peace be upon you. In this lecture, God willing, as we said in the previous lecture, we will take a complete application, apply what we have learned, and also learn new things through it. The application that we will do is a competition application. The design of the application will be as follows. The first page that I will enter in the application", "tokens": [3477, 1074, 11, 4336, 312, 3564, 291, 13, 682, 341, 7991, 11, 1265, 4950, 11, 382, 321, 848, 294, 264, 3894, 7991, 11, 321, 486, 747, 257, 3566, 3861, 11, 3079, 437, 321, 362, 3264, 11, 293, 611, 1466, 777, 721, 807, 309, 13, 440, 3861, 300, 321, 486, 360, 307, 257, 6211, 3861, 13, 440, 1715, 295, 264, 3861, 486, 312, 382, 10002, 13, 440, 700, 3028, 300, 286, 486, 3242, 294, 264, 3861], "avg_logprob": -0.45476974429268585, "compression_ratio": 1.7696078431372548, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 21.16, "end": 21.44, "word": " Ok", "probability": 0.2432861328125}, {"start": 21.44, "end": 21.62, "word": " guys,", "probability": 0.58642578125}, {"start": 21.72, "end": 21.92, "word": " peace", "probability": 0.2039794921875}, {"start": 21.92, "end": 22.06, "word": " be", "probability": 0.861328125}, {"start": 22.06, "end": 22.06, "word": " upon", "probability": 0.8701171875}, {"start": 22.06, "end": 22.7, "word": " you.", "probability": 0.9736328125}, {"start": 24.34, "end": 24.82, "word": " In", "probability": 0.271728515625}, {"start": 24.82, "end": 24.86, "word": " this", "probability": 0.82958984375}, {"start": 24.86, "end": 25.18, "word": " lecture,", "probability": 0.845703125}, {"start": 25.66, "end": 25.7, "word": " God", "probability": 0.188232421875}, {"start": 25.7, "end": 25.7, "word": " willing,", "probability": 0.7412109375}, {"start": 25.76, "end": 25.86, "word": " as", "probability": 0.6904296875}, {"start": 25.86, "end": 26.0, "word": " we", "probability": 0.80322265625}, {"start": 26.0, "end": 26.24, "word": " said", "probability": 0.2381591796875}, {"start": 26.24, "end": 26.92, "word": " in", "probability": 0.84130859375}, {"start": 26.92, "end": 27.0, "word": " the", "probability": 0.8056640625}, {"start": 27.0, "end": 27.64, "word": " previous", "probability": 0.5556640625}, {"start": 27.64, "end": 27.64, "word": " lecture,", "probability": 0.77783203125}, {"start": 27.76, "end": 27.8, "word": " we", "probability": 0.92138671875}, {"start": 27.8, "end": 27.9, "word": " will", "probability": 0.6513671875}, {"start": 27.9, "end": 28.34, "word": " take", "probability": 0.6083984375}, {"start": 28.34, "end": 29.22, "word": " a", "probability": 0.88671875}, {"start": 29.22, "end": 29.22, "word": " complete", "probability": 0.4033203125}, {"start": 29.22, "end": 30.1, "word": " application,", "probability": 0.63232421875}, {"start": 30.68, "end": 31.0, "word": " apply", "probability": 0.48095703125}, {"start": 31.0, "end": 31.3, "word": " what", "probability": 0.60693359375}, {"start": 31.3, "end": 31.4, "word": " we", "probability": 0.9443359375}, {"start": 31.4, "end": 31.42, "word": " have", "probability": 0.32177734375}, {"start": 31.42, "end": 31.68, "word": " learned,", "probability": 0.66357421875}, {"start": 31.92, "end": 32.04, "word": " and", "probability": 0.90087890625}, {"start": 32.04, "end": 32.08, "word": " also", "probability": 0.397216796875}, {"start": 32.08, "end": 32.44, "word": " learn", "probability": 0.939453125}, {"start": 32.44, "end": 33.04, "word": " new", "probability": 0.447509765625}, {"start": 33.04, "end": 33.44, "word": " things", "probability": 0.861328125}, {"start": 33.44, "end": 33.66, "word": " through", "probability": 0.55419921875}, {"start": 33.66, "end": 33.66, "word": " it.", "probability": 0.8974609375}, {"start": 34.32, "end": 34.62, "word": " The", "probability": 0.82958984375}, {"start": 34.62, "end": 34.86, "word": " application", "probability": 0.9208984375}, {"start": 34.86, "end": 35.0, "word": " that", "probability": 0.3837890625}, {"start": 35.0, "end": 35.14, "word": " we", "probability": 0.94677734375}, {"start": 35.14, "end": 35.16, "word": " will", "probability": 0.6279296875}, {"start": 35.16, "end": 35.36, "word": " do", "probability": 0.3994140625}, {"start": 35.36, "end": 35.64, "word": " is", "probability": 0.87548828125}, {"start": 35.64, "end": 35.98, "word": " a", "probability": 0.5576171875}, {"start": 35.98, "end": 36.54, "word": " competition", "probability": 0.492919921875}, {"start": 36.54, "end": 36.94, "word": " application.", "probability": 0.92138671875}, {"start": 38.16, "end": 38.64, "word": " The", "probability": 0.806640625}, {"start": 38.64, "end": 39.02, "word": " design", "probability": 0.74365234375}, {"start": 39.02, "end": 39.2, "word": " of", "probability": 0.93701171875}, {"start": 39.2, "end": 39.36, "word": " the", "probability": 0.888671875}, {"start": 39.36, "end": 39.62, "word": " application", "probability": 0.92236328125}, {"start": 39.62, "end": 39.8, "word": " will", "probability": 0.79052734375}, {"start": 39.8, "end": 39.98, "word": " be", "probability": 0.92138671875}, {"start": 39.98, "end": 40.16, "word": " as", "probability": 0.814453125}, {"start": 40.16, "end": 40.42, "word": " follows.", "probability": 0.86474609375}, {"start": 40.56, "end": 40.66, "word": " The", "probability": 0.63818359375}, {"start": 40.66, "end": 40.8, "word": " first", "probability": 0.89013671875}, {"start": 40.8, "end": 41.14, "word": " page", "probability": 0.254638671875}, {"start": 41.14, "end": 41.34, "word": " that", "probability": 0.448486328125}, {"start": 41.34, "end": 41.34, "word": " I", "probability": 0.86376953125}, {"start": 41.34, "end": 41.46, "word": " will", "probability": 0.76611328125}, {"start": 41.46, "end": 41.56, "word": " enter", "probability": 0.66162109375}, {"start": 41.56, "end": 41.68, "word": " in", "probability": 0.445556640625}, {"start": 41.68, "end": 41.92, "word": " the", "probability": 0.76513671875}, {"start": 41.92, "end": 42.24, "word": " application", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 2, "seek": 6714, "start": 45.06, "end": 67.14, "text": " For example, welcome to the competition program Then it will ask you to enter your name And then for example I have a button here called start the competition After entering start the competition, it will go to a new activity", "tokens": [1171, 1365, 11, 2928, 281, 264, 6211, 1461, 1396, 309, 486, 1029, 291, 281, 3242, 428, 1315, 400, 550, 337, 1365, 286, 362, 257, 2960, 510, 1219, 722, 264, 6211, 2381, 11104, 722, 264, 6211, 11, 309, 486, 352, 281, 257, 777, 5191], "avg_logprob": -0.5504261512647975, "compression_ratio": 1.6028368794326242, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 45.059999999999995, "end": 45.58, "word": " For", "probability": 0.52294921875}, {"start": 45.58, "end": 45.86, "word": " example,", "probability": 0.87451171875}, {"start": 46.5, "end": 47.86, "word": " welcome", "probability": 0.337890625}, {"start": 47.86, "end": 48.08, "word": " to", "probability": 0.92919921875}, {"start": 48.08, "end": 48.84, "word": " the", "probability": 0.494140625}, {"start": 48.84, "end": 49.1, "word": " competition", "probability": 0.292724609375}, {"start": 49.1, "end": 49.34, "word": " program", "probability": 0.58984375}, {"start": 49.34, "end": 50.84, "word": " Then", "probability": 0.1932373046875}, {"start": 50.84, "end": 51.02, "word": " it", "probability": 0.318603515625}, {"start": 51.02, "end": 51.1, "word": " will", "probability": 0.6845703125}, {"start": 51.1, "end": 51.3, "word": " ask", "probability": 0.84814453125}, {"start": 51.3, "end": 51.56, "word": " you", "probability": 0.6123046875}, {"start": 51.56, "end": 52.18, "word": " to", "probability": 0.79931640625}, {"start": 52.18, "end": 52.54, "word": " enter", "probability": 0.71728515625}, {"start": 52.54, "end": 52.66, "word": " your", "probability": 0.8779296875}, {"start": 52.66, "end": 53.1, "word": " name", "probability": 0.87158203125}, {"start": 53.1, "end": 56.7, "word": " And", "probability": 0.17529296875}, {"start": 56.7, "end": 57.04, "word": " then", "probability": 0.54248046875}, {"start": 57.04, "end": 57.24, "word": " for", "probability": 0.258056640625}, {"start": 57.24, "end": 57.38, "word": " example", "probability": 0.95751953125}, {"start": 57.38, "end": 57.58, "word": " I", "probability": 0.408447265625}, {"start": 57.58, "end": 57.76, "word": " have", "probability": 0.91748046875}, {"start": 57.76, "end": 57.84, "word": " a", "probability": 0.77099609375}, {"start": 57.84, "end": 57.98, "word": " button", "probability": 0.8046875}, {"start": 57.98, "end": 58.18, "word": " here", "probability": 0.724609375}, {"start": 58.18, "end": 58.68, "word": " called", "probability": 0.412353515625}, {"start": 58.68, "end": 59.18, "word": " start", "probability": 0.53271484375}, {"start": 59.18, "end": 61.54, "word": " the", "probability": 0.595703125}, {"start": 61.54, "end": 61.9, "word": " competition", "probability": 0.8193359375}, {"start": 61.9, "end": 63.82, "word": " After", "probability": 0.3603515625}, {"start": 63.82, "end": 64.28, "word": " entering", "probability": 0.284912109375}, {"start": 64.28, "end": 65.5, "word": " start", "probability": 0.2030029296875}, {"start": 65.5, "end": 65.7, "word": " the", "probability": 0.80078125}, {"start": 65.7, "end": 66.06, "word": " competition,", "probability": 0.92529296875}, {"start": 66.18, "end": 66.32, "word": " it", "probability": 0.73974609375}, {"start": 66.32, "end": 66.36, "word": " will", "probability": 0.7158203125}, {"start": 66.36, "end": 66.44, "word": " go", "probability": 0.67578125}, {"start": 66.44, "end": 66.56, "word": " to", "probability": 0.90869140625}, {"start": 66.56, "end": 66.66, "word": " a", "probability": 0.29833984375}, {"start": 66.66, "end": 66.66, "word": " new", "probability": 0.921875}, {"start": 66.66, "end": 67.14, "word": " activity", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 3, "seek": 9041, "start": 70.69, "end": 90.41, "text": " This activity will bring questions. Where do these questions come from? These questions are in a text file. Okay? So it will download the questions from the text file, it will do randomization, and it will choose question by question. Okay? Yes. You will see that you have the question here, and here you have the options for the question.", "tokens": [639, 5191, 486, 1565, 1651, 13, 2305, 360, 613, 1651, 808, 490, 30, 1981, 1651, 366, 294, 257, 2487, 3991, 13, 1033, 30, 407, 309, 486, 5484, 264, 1651, 490, 264, 2487, 3991, 11, 309, 486, 360, 4974, 2144, 11, 293, 309, 486, 2826, 1168, 538, 1168, 13, 1033, 30, 1079, 13, 509, 486, 536, 300, 291, 362, 264, 1168, 510, 11, 293, 510, 291, 362, 264, 3956, 337, 264, 1168, 13], "avg_logprob": -0.5612157730207051, "compression_ratio": 1.92090395480226, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 70.69, "end": 70.93, "word": " This", "probability": 0.463623046875}, {"start": 70.93, "end": 71.29, "word": " activity", "probability": 0.931640625}, {"start": 71.29, "end": 71.65, "word": " will", "probability": 0.65478515625}, {"start": 71.65, "end": 71.85, "word": " bring", "probability": 0.5029296875}, {"start": 71.85, "end": 72.23, "word": " questions.", "probability": 0.6201171875}, {"start": 72.29, "end": 72.49, "word": " Where", "probability": 0.490966796875}, {"start": 72.49, "end": 72.67, "word": " do", "probability": 0.2403564453125}, {"start": 72.67, "end": 72.73, "word": " these", "probability": 0.380859375}, {"start": 72.73, "end": 72.95, "word": " questions", "probability": 0.9443359375}, {"start": 72.95, "end": 73.15, "word": " come", "probability": 0.77978515625}, {"start": 73.15, "end": 73.31, "word": " from?", "probability": 0.88330078125}, {"start": 73.41, "end": 73.59, "word": " These", "probability": 0.299560546875}, {"start": 73.59, "end": 73.95, "word": " questions", "probability": 0.89013671875}, {"start": 73.95, "end": 74.53, "word": " are", "probability": 0.58154296875}, {"start": 74.53, "end": 74.99, "word": " in", "probability": 0.46337890625}, {"start": 74.99, "end": 75.19, "word": " a", "probability": 0.53173828125}, {"start": 75.19, "end": 75.31, "word": " text", "probability": 0.9248046875}, {"start": 75.31, "end": 75.67, "word": " file.", "probability": 0.8857421875}, {"start": 78.93, "end": 79.33, "word": " Okay?", "probability": 0.1566162109375}, {"start": 79.45, "end": 79.57, "word": " So", "probability": 0.437744140625}, {"start": 79.57, "end": 79.69, "word": " it", "probability": 0.26953125}, {"start": 79.69, "end": 79.87, "word": " will", "probability": 0.354736328125}, {"start": 79.87, "end": 80.17, "word": " download", "probability": 0.345947265625}, {"start": 80.17, "end": 80.33, "word": " the", "probability": 0.423583984375}, {"start": 80.33, "end": 80.63, "word": " questions", "probability": 0.7509765625}, {"start": 80.63, "end": 80.87, "word": " from", "probability": 0.78125}, {"start": 80.87, "end": 80.99, "word": " the", "probability": 0.6298828125}, {"start": 80.99, "end": 81.17, "word": " text", "probability": 0.94482421875}, {"start": 81.17, "end": 81.53, "word": " file,", "probability": 0.88330078125}, {"start": 82.23, "end": 82.23, "word": " it", "probability": 0.2081298828125}, {"start": 82.23, "end": 82.33, "word": " will", "probability": 0.79736328125}, {"start": 82.33, "end": 82.47, "word": " do", "probability": 0.422119140625}, {"start": 82.47, "end": 83.35, "word": " randomization,", "probability": 0.706298828125}, {"start": 83.41, "end": 83.53, "word": " and", "probability": 0.83984375}, {"start": 83.53, "end": 83.63, "word": " it", "probability": 0.483642578125}, {"start": 83.63, "end": 83.63, "word": " will", "probability": 0.8388671875}, {"start": 83.63, "end": 83.95, "word": " choose", "probability": 0.53125}, {"start": 83.95, "end": 84.63, "word": " question", "probability": 0.53564453125}, {"start": 84.63, "end": 84.75, "word": " by", "probability": 0.728515625}, {"start": 84.75, "end": 85.03, "word": " question.", "probability": 0.9423828125}, {"start": 85.51, "end": 85.73, "word": " Okay?", "probability": 0.62255859375}, {"start": 86.03, "end": 86.23, "word": " Yes.", "probability": 0.414306640625}, {"start": 86.41, "end": 86.43, "word": " You", "probability": 0.1580810546875}, {"start": 86.43, "end": 86.47, "word": " will", "probability": 0.380615234375}, {"start": 86.47, "end": 86.61, "word": " see", "probability": 0.72705078125}, {"start": 86.61, "end": 86.73, "word": " that", "probability": 0.38623046875}, {"start": 86.73, "end": 86.93, "word": " you", "probability": 0.42236328125}, {"start": 86.93, "end": 86.93, "word": " have", "probability": 0.9150390625}, {"start": 86.93, "end": 87.03, "word": " the", "probability": 0.391357421875}, {"start": 87.03, "end": 87.27, "word": " question", "probability": 0.85888671875}, {"start": 87.27, "end": 87.59, "word": " here,", "probability": 0.7802734375}, {"start": 88.41, "end": 88.83, "word": " and", "probability": 0.90869140625}, {"start": 88.83, "end": 89.11, "word": " here", "probability": 0.6181640625}, {"start": 89.11, "end": 89.21, "word": " you", "probability": 0.7734375}, {"start": 89.21, "end": 89.57, "word": " have", "probability": 0.521484375}, {"start": 89.57, "end": 89.71, "word": " the", "probability": 0.7197265625}, {"start": 89.71, "end": 89.89, "word": " options", "probability": 0.27783203125}, {"start": 89.89, "end": 90.05, "word": " for", "probability": 0.5615234375}, {"start": 90.05, "end": 90.17, "word": " the", "probability": 0.7802734375}, {"start": 90.17, "end": 90.41, "word": " question.", "probability": 0.8974609375}], "temperature": 1.0}, {"id": 4, "seek": 11759, "start": 91.41, "end": 117.59, "text": " Three options or four options One of them is correct In the same text file, there is his question, his options and the correct answer And the question might have a picture with the picture's name in the text file Because he chose the answer from the answers Because if the answer was correct, he would teach him the answer in green And he would give him a sound prompt", "tokens": [6244, 3956, 420, 1451, 3956, 1485, 295, 552, 307, 3006, 682, 264, 912, 2487, 3991, 11, 456, 307, 702, 1168, 11, 702, 3956, 293, 264, 3006, 1867, 400, 264, 1168, 1062, 362, 257, 3036, 365, 264, 3036, 311, 1315, 294, 264, 2487, 3991, 1436, 415, 5111, 264, 1867, 490, 264, 6338, 1436, 498, 264, 1867, 390, 3006, 11, 415, 576, 2924, 796, 264, 1867, 294, 3092, 400, 415, 576, 976, 796, 257, 1626, 12391], "avg_logprob": -0.6108333110809326, "compression_ratio": 1.8826530612244898, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 91.41, "end": 91.75, "word": " Three", "probability": 0.2469482421875}, {"start": 91.75, "end": 92.13, "word": " options", "probability": 0.41943359375}, {"start": 92.13, "end": 92.35, "word": " or", "probability": 0.8369140625}, {"start": 92.35, "end": 92.61, "word": " four", "probability": 0.83984375}, {"start": 92.61, "end": 93.07, "word": " options", "probability": 0.791015625}, {"start": 93.07, "end": 94.07, "word": " One", "probability": 0.298095703125}, {"start": 94.07, "end": 94.47, "word": " of", "probability": 0.79345703125}, {"start": 94.47, "end": 94.75, "word": " them", "probability": 0.806640625}, {"start": 94.75, "end": 95.19, "word": " is", "probability": 0.72021484375}, {"start": 95.19, "end": 95.47, "word": " correct", "probability": 0.26513671875}, {"start": 95.47, "end": 96.11, "word": " In", "probability": 0.66162109375}, {"start": 96.11, "end": 96.25, "word": " the", "probability": 0.82568359375}, {"start": 96.25, "end": 96.37, "word": " same", "probability": 0.71728515625}, {"start": 96.37, "end": 97.03, "word": " text", "probability": 0.362060546875}, {"start": 97.03, "end": 97.03, "word": " file,", "probability": 0.859375}, {"start": 97.33, "end": 97.45, "word": " there", "probability": 0.71435546875}, {"start": 97.45, "end": 97.49, "word": " is", "probability": 0.564453125}, {"start": 97.49, "end": 97.63, "word": " his", "probability": 0.2261962890625}, {"start": 97.63, "end": 97.91, "word": " question,", "probability": 0.8271484375}, {"start": 98.05, "end": 98.13, "word": " his", "probability": 0.83447265625}, {"start": 98.13, "end": 98.51, "word": " options", "probability": 0.64892578125}, {"start": 98.51, "end": 99.41, "word": " and", "probability": 0.64208984375}, {"start": 99.41, "end": 99.47, "word": " the", "probability": 0.7880859375}, {"start": 99.47, "end": 100.09, "word": " correct", "probability": 0.7216796875}, {"start": 100.09, "end": 100.13, "word": " answer", "probability": 0.94140625}, {"start": 100.13, "end": 101.15, "word": " And", "probability": 0.343994140625}, {"start": 101.15, "end": 101.57, "word": " the", "probability": 0.5537109375}, {"start": 101.57, "end": 101.85, "word": " question", "probability": 0.9091796875}, {"start": 101.85, "end": 101.85, "word": " might", "probability": 0.280029296875}, {"start": 101.85, "end": 102.09, "word": " have", "probability": 0.81640625}, {"start": 102.09, "end": 102.17, "word": " a", "probability": 0.841796875}, {"start": 102.17, "end": 102.43, "word": " picture", "probability": 0.53857421875}, {"start": 102.43, "end": 104.91, "word": " with", "probability": 0.1929931640625}, {"start": 104.91, "end": 105.39, "word": " the", "probability": 0.67578125}, {"start": 105.39, "end": 105.93, "word": " picture's", "probability": 0.4781494140625}, {"start": 105.93, "end": 105.93, "word": " name", "probability": 0.875}, {"start": 105.93, "end": 106.45, "word": " in", "probability": 0.4580078125}, {"start": 106.45, "end": 107.11, "word": " the", "probability": 0.759765625}, {"start": 107.11, "end": 107.69, "word": " text", "probability": 0.62548828125}, {"start": 107.69, "end": 107.73, "word": " file", "probability": 0.86572265625}, {"start": 107.73, "end": 108.61, "word": " Because", "probability": 0.09417724609375}, {"start": 108.61, "end": 108.79, "word": " he", "probability": 0.8740234375}, {"start": 108.79, "end": 109.21, "word": " chose", "probability": 0.40283203125}, {"start": 109.21, "end": 109.97, "word": " the", "probability": 0.64306640625}, {"start": 109.97, "end": 110.29, "word": " answer", "probability": 0.54443359375}, {"start": 110.29, "end": 110.43, "word": " from", "probability": 0.56982421875}, {"start": 110.43, "end": 110.49, "word": " the", "probability": 0.84423828125}, {"start": 110.49, "end": 110.85, "word": " answers", "probability": 0.71728515625}, {"start": 110.85, "end": 111.39, "word": " Because", "probability": 0.1458740234375}, {"start": 111.39, "end": 111.59, "word": " if", "probability": 0.92529296875}, {"start": 111.59, "end": 111.71, "word": " the", "probability": 0.8515625}, {"start": 111.71, "end": 112.01, "word": " answer", "probability": 0.9228515625}, {"start": 112.01, "end": 112.31, "word": " was", "probability": 0.552734375}, {"start": 112.31, "end": 112.77, "word": " correct,", "probability": 0.81005859375}, {"start": 113.09, "end": 113.25, "word": " he", "probability": 0.5283203125}, {"start": 113.25, "end": 113.25, "word": " would", "probability": 0.3740234375}, {"start": 113.25, "end": 113.49, "word": " teach", "probability": 0.43017578125}, {"start": 113.49, "end": 113.65, "word": " him", "probability": 0.8603515625}, {"start": 113.65, "end": 113.69, "word": " the", "probability": 0.86376953125}, {"start": 113.69, "end": 113.89, "word": " answer", "probability": 0.471923828125}, {"start": 113.89, "end": 114.01, "word": " in", "probability": 0.8271484375}, {"start": 114.01, "end": 114.47, "word": " green", "probability": 0.80615234375}, {"start": 114.47, "end": 115.99, "word": " And", "probability": 0.2379150390625}, {"start": 115.99, "end": 116.55, "word": " he", "probability": 0.39697265625}, {"start": 116.55, "end": 116.81, "word": " would", "probability": 0.783203125}, {"start": 116.81, "end": 116.97, "word": " give", "probability": 0.7470703125}, {"start": 116.97, "end": 117.13, "word": " him", "probability": 0.8984375}, {"start": 117.13, "end": 117.39, "word": " a", "probability": 0.607421875}, {"start": 117.39, "end": 117.59, "word": " sound", "probability": 0.022430419921875}, {"start": 117.59, "end": 117.59, "word": " prompt", "probability": 0.09375}], "temperature": 1.0}, {"id": 5, "seek": 14299, "start": 119.15, "end": 142.99, "text": " And I move to the next question. The next question does not go to another activity, it is equal to the activity itself. I change the question and change the options. If the answer is wrong, of course there will be a receipt with him, for example here, receipt, receipt. Every question I answer increases the receipt to a certain degree. And I show the receipt here.", "tokens": [400, 286, 1286, 281, 264, 958, 1168, 13, 440, 958, 1168, 775, 406, 352, 281, 1071, 5191, 11, 309, 307, 2681, 281, 264, 5191, 2564, 13, 286, 1319, 264, 1168, 293, 1319, 264, 3956, 13, 759, 264, 1867, 307, 2085, 11, 295, 1164, 456, 486, 312, 257, 33882, 365, 796, 11, 337, 1365, 510, 11, 33882, 11, 33882, 13, 2048, 1168, 286, 1867, 8637, 264, 33882, 281, 257, 1629, 4314, 13, 400, 286, 855, 264, 33882, 510, 13], "avg_logprob": -0.5466772212257868, "compression_ratio": 1.8029556650246306, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 119.15, "end": 119.59, "word": " And", "probability": 0.281005859375}, {"start": 119.59, "end": 119.73, "word": " I", "probability": 0.2431640625}, {"start": 119.73, "end": 119.93, "word": " move", "probability": 0.46533203125}, {"start": 119.93, "end": 120.15, "word": " to", "probability": 0.74169921875}, {"start": 120.15, "end": 121.83, "word": " the", "probability": 0.541015625}, {"start": 121.83, "end": 122.45, "word": " next", "probability": 0.474853515625}, {"start": 122.45, "end": 122.45, "word": " question.", "probability": 0.89453125}, {"start": 122.59, "end": 122.71, "word": " The", "probability": 0.5517578125}, {"start": 122.71, "end": 123.09, "word": " next", "probability": 0.7236328125}, {"start": 123.09, "end": 123.09, "word": " question", "probability": 0.9130859375}, {"start": 123.09, "end": 123.51, "word": " does", "probability": 0.32666015625}, {"start": 123.51, "end": 123.51, "word": " not", "probability": 0.91552734375}, {"start": 123.51, "end": 123.65, "word": " go", "probability": 0.5595703125}, {"start": 123.65, "end": 123.83, "word": " to", "probability": 0.82666015625}, {"start": 123.83, "end": 124.51, "word": " another", "probability": 0.52001953125}, {"start": 124.51, "end": 124.51, "word": " activity,", "probability": 0.943359375}, {"start": 125.01, "end": 125.21, "word": " it", "probability": 0.685546875}, {"start": 125.21, "end": 125.31, "word": " is", "probability": 0.1617431640625}, {"start": 125.31, "end": 125.47, "word": " equal", "probability": 0.1824951171875}, {"start": 125.47, "end": 125.63, "word": " to", "probability": 0.94091796875}, {"start": 125.63, "end": 126.65, "word": " the", "probability": 0.6884765625}, {"start": 126.65, "end": 127.35, "word": " activity", "probability": 0.5712890625}, {"start": 127.35, "end": 127.39, "word": " itself.", "probability": 0.47705078125}, {"start": 127.45, "end": 127.57, "word": " I", "probability": 0.390380859375}, {"start": 127.57, "end": 127.83, "word": " change", "probability": 0.865234375}, {"start": 127.83, "end": 127.99, "word": " the", "probability": 0.8818359375}, {"start": 127.99, "end": 128.23, "word": " question", "probability": 0.89111328125}, {"start": 128.23, "end": 128.47, "word": " and", "probability": 0.85595703125}, {"start": 128.47, "end": 128.75, "word": " change", "probability": 0.3818359375}, {"start": 128.75, "end": 128.81, "word": " the", "probability": 0.875}, {"start": 128.81, "end": 129.11, "word": " options.", "probability": 0.474853515625}, {"start": 129.25, "end": 129.35, "word": " If", "probability": 0.94580078125}, {"start": 129.35, "end": 129.65, "word": " the", "probability": 0.456298828125}, {"start": 129.65, "end": 129.65, "word": " answer", "probability": 0.91357421875}, {"start": 129.65, "end": 129.71, "word": " is", "probability": 0.93310546875}, {"start": 129.71, "end": 129.91, "word": " wrong,", "probability": 0.84814453125}, {"start": 130.39, "end": 130.51, "word": " of", "probability": 0.321533203125}, {"start": 130.51, "end": 130.61, "word": " course", "probability": 0.9638671875}, {"start": 130.61, "end": 130.77, "word": " there", "probability": 0.2958984375}, {"start": 130.77, "end": 130.79, "word": " will", "probability": 0.330810546875}, {"start": 130.79, "end": 131.05, "word": " be", "probability": 0.94091796875}, {"start": 131.05, "end": 131.19, "word": " a", "probability": 0.66259765625}, {"start": 131.19, "end": 131.41, "word": " receipt", "probability": 0.1278076171875}, {"start": 131.41, "end": 131.65, "word": " with", "probability": 0.26123046875}, {"start": 131.65, "end": 131.75, "word": " him,", "probability": 0.55615234375}, {"start": 131.85, "end": 131.87, "word": " for", "probability": 0.81591796875}, {"start": 131.87, "end": 132.15, "word": " example", "probability": 0.95166015625}, {"start": 132.15, "end": 133.01, "word": " here,", "probability": 0.58154296875}, {"start": 133.75, "end": 135.25, "word": " receipt,", "probability": 0.8115234375}, {"start": 135.51, "end": 135.81, "word": " receipt.", "probability": 0.96630859375}, {"start": 138.13, "end": 138.57, "word": " Every", "probability": 0.495361328125}, {"start": 138.57, "end": 138.83, "word": " question", "probability": 0.88037109375}, {"start": 138.83, "end": 138.99, "word": " I", "probability": 0.2724609375}, {"start": 138.99, "end": 139.23, "word": " answer", "probability": 0.9150390625}, {"start": 139.23, "end": 139.51, "word": " increases", "probability": 0.302978515625}, {"start": 139.51, "end": 139.69, "word": " the", "probability": 0.8759765625}, {"start": 139.69, "end": 140.03, "word": " receipt", "probability": 0.94580078125}, {"start": 140.03, "end": 140.89, "word": " to", "probability": 0.6611328125}, {"start": 140.89, "end": 141.21, "word": " a", "probability": 0.9697265625}, {"start": 141.21, "end": 141.39, "word": " certain", "probability": 0.80078125}, {"start": 141.39, "end": 141.49, "word": " degree.", "probability": 0.60546875}, {"start": 141.87, "end": 142.07, "word": " And", "probability": 0.47509765625}, {"start": 142.07, "end": 142.25, "word": " I", "probability": 0.611328125}, {"start": 142.25, "end": 142.35, "word": " show", "probability": 0.51025390625}, {"start": 142.35, "end": 142.53, "word": " the", "probability": 0.7734375}, {"start": 142.53, "end": 142.77, "word": " receipt", "probability": 0.96728515625}, {"start": 142.77, "end": 142.99, "word": " here.", "probability": 0.8232421875}], "temperature": 1.0}, {"id": 6, "seek": 17128, "start": 143.74, "end": 171.28, "text": " Of course at the end, after he finishes all the questions Of course, what do we do? As we do here, it's a timer So he doesn't have an open mouth For example, 5 seconds or 10 seconds and this is his and this is his, he keeps lowering his mouth, okay? So if he finishes the mouth and he doesn't answer, he takes 0 in the question, he goes to the next question, he considers it a loss, okay? Of course, he finished the competition at the end", "tokens": [2720, 1164, 412, 264, 917, 11, 934, 415, 23615, 439, 264, 1651, 2720, 1164, 11, 437, 360, 321, 360, 30, 1018, 321, 360, 510, 11, 309, 311, 257, 19247, 407, 415, 1177, 380, 362, 364, 1269, 4525, 1171, 1365, 11, 1025, 3949, 420, 1266, 3949, 293, 341, 307, 702, 293, 341, 307, 702, 11, 415, 5965, 28124, 702, 4525, 11, 1392, 30, 407, 498, 415, 23615, 264, 4525, 293, 415, 1177, 380, 1867, 11, 415, 2516, 1958, 294, 264, 1168, 11, 415, 1709, 281, 264, 958, 1168, 11, 415, 33095, 309, 257, 4470, 11, 1392, 30, 2720, 1164, 11, 415, 4335, 264, 6211, 412, 264, 917], "avg_logprob": -0.5660046495009805, "compression_ratio": 1.8601694915254237, "no_speech_prob": 0.0, "words": [{"start": 143.74, "end": 144.08, "word": " Of", "probability": 0.18017578125}, {"start": 144.08, "end": 144.08, "word": " course", "probability": 0.89990234375}, {"start": 144.08, "end": 144.2, "word": " at", "probability": 0.1800537109375}, {"start": 144.2, "end": 144.3, "word": " the", "probability": 0.92138671875}, {"start": 144.3, "end": 144.46, "word": " end,", "probability": 0.90087890625}, {"start": 144.56, "end": 144.74, "word": " after", "probability": 0.64453125}, {"start": 144.74, "end": 144.9, "word": " he", "probability": 0.61328125}, {"start": 144.9, "end": 145.18, "word": " finishes", "probability": 0.46044921875}, {"start": 145.18, "end": 145.48, "word": " all", "probability": 0.75439453125}, {"start": 145.48, "end": 146.12, "word": " the", "probability": 0.666015625}, {"start": 146.12, "end": 146.4, "word": " questions", "probability": 0.90966796875}, {"start": 146.4, "end": 147.56, "word": " Of", "probability": 0.16357421875}, {"start": 147.56, "end": 147.64, "word": " course,", "probability": 0.95849609375}, {"start": 147.74, "end": 147.8, "word": " what", "probability": 0.68505859375}, {"start": 147.8, "end": 147.92, "word": " do", "probability": 0.548828125}, {"start": 147.92, "end": 148.0, "word": " we", "probability": 0.9375}, {"start": 148.0, "end": 148.14, "word": " do?", "probability": 0.91845703125}, {"start": 148.26, "end": 148.34, "word": " As", "probability": 0.2249755859375}, {"start": 148.34, "end": 148.46, "word": " we", "probability": 0.8564453125}, {"start": 148.46, "end": 148.68, "word": " do", "probability": 0.66796875}, {"start": 148.68, "end": 148.9, "word": " here,", "probability": 0.6787109375}, {"start": 148.94, "end": 149.02, "word": " it's", "probability": 0.37652587890625}, {"start": 149.02, "end": 149.02, "word": " a", "probability": 0.52490234375}, {"start": 149.02, "end": 149.3, "word": " timer", "probability": 0.93994140625}, {"start": 149.3, "end": 150.3, "word": " So", "probability": 0.2548828125}, {"start": 150.3, "end": 150.56, "word": " he", "probability": 0.54833984375}, {"start": 150.56, "end": 151.24, "word": " doesn't", "probability": 0.78173828125}, {"start": 151.24, "end": 151.42, "word": " have", "probability": 0.89697265625}, {"start": 151.42, "end": 151.78, "word": " an", "probability": 0.3212890625}, {"start": 151.78, "end": 151.9, "word": " open", "probability": 0.83349609375}, {"start": 151.9, "end": 151.9, "word": " mouth", "probability": 0.06591796875}, {"start": 151.9, "end": 152.98, "word": " For", "probability": 0.6884765625}, {"start": 152.98, "end": 153.28, "word": " example,", "probability": 0.9306640625}, {"start": 153.34, "end": 153.88, "word": " 5", "probability": 0.38134765625}, {"start": 153.88, "end": 154.26, "word": " seconds", "probability": 0.69580078125}, {"start": 154.26, "end": 154.38, "word": " or", "probability": 0.88232421875}, {"start": 154.38, "end": 154.58, "word": " 10", "probability": 0.94482421875}, {"start": 154.58, "end": 155.02, "word": " seconds", "probability": 0.79736328125}, {"start": 155.02, "end": 155.14, "word": " and", "probability": 0.421142578125}, {"start": 155.14, "end": 155.28, "word": " this", "probability": 0.433837890625}, {"start": 155.28, "end": 155.34, "word": " is", "probability": 0.52197265625}, {"start": 155.34, "end": 155.56, "word": " his", "probability": 0.50537109375}, {"start": 155.56, "end": 155.56, "word": " and", "probability": 0.1627197265625}, {"start": 155.56, "end": 155.74, "word": " this", "probability": 0.599609375}, {"start": 155.74, "end": 155.8, "word": " is", "probability": 0.43896484375}, {"start": 155.8, "end": 156.02, "word": " his,", "probability": 0.77783203125}, {"start": 156.02, "end": 156.06, "word": " he", "probability": 0.2318115234375}, {"start": 156.06, "end": 156.06, "word": " keeps", "probability": 0.296630859375}, {"start": 156.06, "end": 156.3, "word": " lowering", "probability": 0.379150390625}, {"start": 156.3, "end": 156.42, "word": " his", "probability": 0.75341796875}, {"start": 156.42, "end": 156.58, "word": " mouth,", "probability": 0.88818359375}, {"start": 157.26, "end": 157.64, "word": " okay?", "probability": 0.3173828125}, {"start": 159.4, "end": 159.76, "word": " So", "probability": 0.8486328125}, {"start": 159.76, "end": 159.96, "word": " if", "probability": 0.84619140625}, {"start": 159.96, "end": 160.08, "word": " he", "probability": 0.91064453125}, {"start": 160.08, "end": 160.28, "word": " finishes", "probability": 0.7724609375}, {"start": 160.28, "end": 160.42, "word": " the", "probability": 0.4736328125}, {"start": 160.42, "end": 160.58, "word": " mouth", "probability": 0.52001953125}, {"start": 160.58, "end": 160.7, "word": " and", "probability": 0.7451171875}, {"start": 160.7, "end": 160.8, "word": " he", "probability": 0.76220703125}, {"start": 160.8, "end": 160.88, "word": " doesn't", "probability": 0.853271484375}, {"start": 160.88, "end": 161.2, "word": " answer,", "probability": 0.89599609375}, {"start": 161.52, "end": 162.78, "word": " he", "probability": 0.83056640625}, {"start": 162.78, "end": 163.02, "word": " takes", "probability": 0.346923828125}, {"start": 163.02, "end": 163.36, "word": " 0", "probability": 0.544921875}, {"start": 163.36, "end": 163.5, "word": " in", "probability": 0.242919921875}, {"start": 163.5, "end": 163.6, "word": " the", "probability": 0.9033203125}, {"start": 163.6, "end": 163.74, "word": " question,", "probability": 0.89306640625}, {"start": 163.84, "end": 163.9, "word": " he", "probability": 0.65234375}, {"start": 163.9, "end": 164.02, "word": " goes", "probability": 0.7451171875}, {"start": 164.02, "end": 164.14, "word": " to", "probability": 0.71533203125}, {"start": 164.14, "end": 164.24, "word": " the", "probability": 0.90771484375}, {"start": 164.24, "end": 164.68, "word": " next", "probability": 0.8974609375}, {"start": 164.68, "end": 164.88, "word": " question,", "probability": 0.91357421875}, {"start": 165.36, "end": 165.4, "word": " he", "probability": 0.56201171875}, {"start": 165.4, "end": 165.62, "word": " considers", "probability": 0.78173828125}, {"start": 165.62, "end": 165.72, "word": " it", "probability": 0.244384765625}, {"start": 165.72, "end": 165.8, "word": " a", "probability": 0.57666015625}, {"start": 165.8, "end": 166.04, "word": " loss,", "probability": 0.6201171875}, {"start": 166.24, "end": 166.98, "word": " okay?", "probability": 0.75830078125}, {"start": 169.22, "end": 169.58, "word": " Of", "probability": 0.9033203125}, {"start": 169.58, "end": 169.58, "word": " course,", "probability": 0.95849609375}, {"start": 169.72, "end": 169.72, "word": " he", "probability": 0.41162109375}, {"start": 169.72, "end": 169.9, "word": " finished", "probability": 0.41064453125}, {"start": 169.9, "end": 170.06, "word": " the", "probability": 0.9033203125}, {"start": 170.06, "end": 170.36, "word": " competition", "probability": 0.4638671875}, {"start": 170.36, "end": 170.92, "word": " at", "probability": 0.4404296875}, {"start": 170.92, "end": 171.04, "word": " the", "probability": 0.92529296875}, {"start": 171.04, "end": 171.28, "word": " end", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 7, "seek": 19767, "start": 172.09, "end": 197.67, "text": " I finish all the questions and move to the last screen and I tell him for example your credit card and I give him my credit card and I tell him either exit or repeat the competition for example ok? ok, where do we start? where do we start from here? ok", "tokens": [286, 2413, 439, 264, 1651, 293, 1286, 281, 264, 1036, 2568, 293, 286, 980, 796, 337, 1365, 428, 5397, 2920, 293, 286, 976, 796, 452, 5397, 2920, 293, 286, 980, 796, 2139, 11043, 420, 7149, 264, 6211, 337, 1365, 3133, 30, 3133, 11, 689, 360, 321, 722, 30, 689, 360, 321, 722, 490, 510, 30, 3133], "avg_logprob": -0.7236842021607516, "compression_ratio": 1.7210884353741496, "no_speech_prob": 0.0, "words": [{"start": 172.09, "end": 172.45, "word": " I", "probability": 0.12347412109375}, {"start": 172.45, "end": 172.75, "word": " finish", "probability": 0.256591796875}, {"start": 172.75, "end": 172.89, "word": " all", "probability": 0.76220703125}, {"start": 172.89, "end": 172.91, "word": " the", "probability": 0.68115234375}, {"start": 172.91, "end": 173.17, "word": " questions", "probability": 0.900390625}, {"start": 173.17, "end": 173.59, "word": " and", "probability": 0.5986328125}, {"start": 173.59, "end": 173.83, "word": " move", "probability": 0.42919921875}, {"start": 173.83, "end": 173.99, "word": " to", "probability": 0.8037109375}, {"start": 173.99, "end": 174.35, "word": " the", "probability": 0.69677734375}, {"start": 174.35, "end": 174.59, "word": " last", "probability": 0.5830078125}, {"start": 174.59, "end": 174.59, "word": " screen", "probability": 0.62109375}, {"start": 174.59, "end": 175.29, "word": " and", "probability": 0.341064453125}, {"start": 175.29, "end": 175.31, "word": " I", "probability": 0.1878662109375}, {"start": 175.31, "end": 175.41, "word": " tell", "probability": 0.2493896484375}, {"start": 175.41, "end": 175.55, "word": " him", "probability": 0.673828125}, {"start": 175.55, "end": 175.73, "word": " for", "probability": 0.174072265625}, {"start": 175.73, "end": 175.79, "word": " example", "probability": 0.93994140625}, {"start": 175.79, "end": 175.91, "word": " your", "probability": 0.56298828125}, {"start": 175.91, "end": 176.21, "word": " credit", "probability": 0.10150146484375}, {"start": 176.21, "end": 176.55, "word": " card", "probability": 0.285888671875}, {"start": 176.55, "end": 177.69, "word": " and", "probability": 0.2454833984375}, {"start": 177.69, "end": 177.97, "word": " I", "probability": 0.330810546875}, {"start": 177.97, "end": 178.57, "word": " give", "probability": 0.333251953125}, {"start": 178.57, "end": 178.77, "word": " him", "probability": 0.84033203125}, {"start": 178.77, "end": 179.03, "word": " my", "probability": 0.436767578125}, {"start": 179.03, "end": 179.31, "word": " credit", "probability": 0.728515625}, {"start": 179.31, "end": 179.37, "word": " card", "probability": 0.8447265625}, {"start": 179.37, "end": 180.01, "word": " and", "probability": 0.68359375}, {"start": 180.01, "end": 180.39, "word": " I", "probability": 0.67529296875}, {"start": 180.39, "end": 180.49, "word": " tell", "probability": 0.64404296875}, {"start": 180.49, "end": 180.61, "word": " him", "probability": 0.92822265625}, {"start": 180.61, "end": 181.05, "word": " either", "probability": 0.5380859375}, {"start": 181.05, "end": 181.65, "word": " exit", "probability": 0.368408203125}, {"start": 181.65, "end": 183.75, "word": " or", "probability": 0.88232421875}, {"start": 183.75, "end": 185.35, "word": " repeat", "probability": 0.06109619140625}, {"start": 185.35, "end": 185.47, "word": " the", "probability": 0.79345703125}, {"start": 185.47, "end": 185.81, "word": " competition", "probability": 0.321044921875}, {"start": 185.81, "end": 186.07, "word": " for", "probability": 0.349609375}, {"start": 186.07, "end": 186.37, "word": " example", "probability": 0.9501953125}, {"start": 186.37, "end": 188.41, "word": " ok?", "probability": 0.1171875}, {"start": 193.81, "end": 194.33, "word": " ok,", "probability": 0.55517578125}, {"start": 194.39, "end": 194.55, "word": " where", "probability": 0.67333984375}, {"start": 194.55, "end": 194.55, "word": " do", "probability": 0.46875}, {"start": 194.55, "end": 194.59, "word": " we", "probability": 0.859375}, {"start": 194.59, "end": 194.77, "word": " start?", "probability": 0.89501953125}, {"start": 195.91, "end": 196.31, "word": " where", "probability": 0.331298828125}, {"start": 196.31, "end": 196.31, "word": " do", "probability": 0.93896484375}, {"start": 196.31, "end": 196.41, "word": " we", "probability": 0.96484375}, {"start": 196.41, "end": 196.53, "word": " start", "probability": 0.92041015625}, {"start": 196.53, "end": 196.65, "word": " from", "probability": 0.438232421875}, {"start": 196.65, "end": 197.01, "word": " here?", "probability": 0.6318359375}, {"start": 197.23, "end": 197.67, "word": " ok", "probability": 0.68310546875}], "temperature": 1.0}, {"id": 8, "seek": 21996, "start": 203.22, "end": 219.96, "text": " Ok, now I started a new application and this is the main screen, which is the main activity, which will be the main interface here. So now, as you can see in the main interface, I want to put TextView in it and I want to put EditText in it.", "tokens": [3477, 11, 586, 286, 1409, 257, 777, 3861, 293, 341, 307, 264, 2135, 2568, 11, 597, 307, 264, 2135, 5191, 11, 597, 486, 312, 264, 2135, 9226, 510, 13, 407, 586, 11, 382, 291, 393, 536, 294, 264, 2135, 9226, 11, 286, 528, 281, 829, 18643, 30203, 294, 309, 293, 286, 528, 281, 829, 33241, 50198, 294, 309, 13], "avg_logprob": -0.4841145798563957, "compression_ratio": 1.6283783783783783, "no_speech_prob": 0.0, "words": [{"start": 203.21999999999997, "end": 203.51999999999998, "word": " Ok,", "probability": 0.17138671875}, {"start": 203.51999999999998, "end": 203.82, "word": " now", "probability": 0.407470703125}, {"start": 203.82, "end": 204.18, "word": " I", "probability": 0.70361328125}, {"start": 204.18, "end": 204.32, "word": " started", "probability": 0.13916015625}, {"start": 204.32, "end": 204.44, "word": " a", "probability": 0.79833984375}, {"start": 204.44, "end": 204.96, "word": " new", "probability": 0.91357421875}, {"start": 204.96, "end": 204.96, "word": " application", "probability": 0.609375}, {"start": 204.96, "end": 205.72, "word": " and", "probability": 0.22998046875}, {"start": 205.72, "end": 206.0, "word": " this", "probability": 0.5322265625}, {"start": 206.0, "end": 206.04, "word": " is", "probability": 0.6376953125}, {"start": 206.04, "end": 206.2, "word": " the", "probability": 0.84814453125}, {"start": 206.2, "end": 206.2, "word": " main", "probability": 0.7490234375}, {"start": 206.2, "end": 206.78, "word": " screen,", "probability": 0.62109375}, {"start": 206.9, "end": 206.92, "word": " which", "probability": 0.355224609375}, {"start": 206.92, "end": 207.0, "word": " is", "probability": 0.73291015625}, {"start": 207.0, "end": 207.12, "word": " the", "probability": 0.62451171875}, {"start": 207.12, "end": 207.22, "word": " main", "probability": 0.79638671875}, {"start": 207.22, "end": 207.6, "word": " activity,", "probability": 0.91015625}, {"start": 207.7, "end": 207.76, "word": " which", "probability": 0.5009765625}, {"start": 207.76, "end": 207.76, "word": " will", "probability": 0.308837890625}, {"start": 207.76, "end": 208.04, "word": " be", "probability": 0.92431640625}, {"start": 208.04, "end": 208.36, "word": " the", "probability": 0.81201171875}, {"start": 208.36, "end": 208.48, "word": " main", "probability": 0.82373046875}, {"start": 208.48, "end": 208.78, "word": " interface", "probability": 0.30859375}, {"start": 208.78, "end": 210.12, "word": " here.", "probability": 0.52490234375}, {"start": 210.62, "end": 210.82, "word": " So", "probability": 0.44970703125}, {"start": 210.82, "end": 211.04, "word": " now,", "probability": 0.75537109375}, {"start": 211.16, "end": 211.28, "word": " as", "probability": 0.8779296875}, {"start": 211.28, "end": 211.5, "word": " you", "probability": 0.85888671875}, {"start": 211.5, "end": 211.56, "word": " can", "probability": 0.468505859375}, {"start": 211.56, "end": 211.66, "word": " see", "probability": 0.93798828125}, {"start": 211.66, "end": 211.78, "word": " in", "probability": 0.49560546875}, {"start": 211.78, "end": 211.84, "word": " the", "probability": 0.90234375}, {"start": 211.84, "end": 211.84, "word": " main", "probability": 0.7744140625}, {"start": 211.84, "end": 212.3, "word": " interface,", "probability": 0.85009765625}, {"start": 212.42, "end": 212.5, "word": " I", "probability": 0.97998046875}, {"start": 212.5, "end": 212.6, "word": " want", "probability": 0.4169921875}, {"start": 212.6, "end": 212.64, "word": " to", "probability": 0.96875}, {"start": 212.64, "end": 212.86, "word": " put", "probability": 0.7197265625}, {"start": 212.86, "end": 213.8, "word": " TextView", "probability": 0.5911865234375}, {"start": 213.8, "end": 213.9, "word": " in", "probability": 0.6923828125}, {"start": 213.9, "end": 214.88, "word": " it", "probability": 0.93310546875}, {"start": 214.88, "end": 217.68, "word": " and", "probability": 0.451904296875}, {"start": 217.68, "end": 217.74, "word": " I", "probability": 0.6923828125}, {"start": 217.74, "end": 217.88, "word": " want", "probability": 0.72705078125}, {"start": 217.88, "end": 218.22, "word": " to", "probability": 0.96826171875}, {"start": 218.22, "end": 218.48, "word": " put", "probability": 0.84423828125}, {"start": 218.48, "end": 219.96, "word": " EditText", "probability": 0.734619140625}, {"start": 219.96, "end": 219.96, "word": " in", "probability": 0.85986328125}, {"start": 219.96, "end": 219.96, "word": " it.", "probability": 0.9482421875}], "temperature": 1.0}, {"id": 9, "seek": 25067, "start": 230.27, "end": 250.67, "text": " And I also want .. there is a button as well which is start the competition Ok let's just ..", "tokens": [400, 286, 611, 528, 4386, 456, 307, 257, 2960, 382, 731, 597, 307, 722, 264, 6211, 3477, 718, 311, 445, 4386], "avg_logprob": -0.8188920508731495, "compression_ratio": 1.1071428571428572, "no_speech_prob": 0.0, "words": [{"start": 230.27, "end": 230.53, "word": " And", "probability": 0.30078125}, {"start": 230.53, "end": 230.63, "word": " I", "probability": 0.56982421875}, {"start": 230.63, "end": 230.93, "word": " also", "probability": 0.5439453125}, {"start": 230.93, "end": 231.03, "word": " want", "probability": 0.7041015625}, {"start": 231.03, "end": 231.39, "word": " ..", "probability": 0.086669921875}, {"start": 231.39, "end": 233.39, "word": " there", "probability": 0.289306640625}, {"start": 233.39, "end": 233.45, "word": " is", "probability": 0.72998046875}, {"start": 233.45, "end": 233.57, "word": " a", "probability": 0.443359375}, {"start": 233.57, "end": 233.75, "word": " button", "probability": 0.55517578125}, {"start": 233.75, "end": 234.03, "word": " as", "probability": 0.2218017578125}, {"start": 234.03, "end": 234.03, "word": " well", "probability": 0.9443359375}, {"start": 234.03, "end": 234.63, "word": " which", "probability": 0.333740234375}, {"start": 234.63, "end": 234.75, "word": " is", "probability": 0.4609375}, {"start": 234.75, "end": 235.01, "word": " start", "probability": 0.271484375}, {"start": 235.01, "end": 235.15, "word": " the", "probability": 0.5107421875}, {"start": 235.15, "end": 235.51, "word": " competition", "probability": 0.6181640625}, {"start": 235.51, "end": 249.99, "word": " Ok", "probability": 0.300537109375}, {"start": 249.99, "end": 250.41, "word": " let's", "probability": 0.518310546875}, {"start": 250.41, "end": 250.59, "word": " just", "probability": 0.52099609375}, {"start": 250.59, "end": 250.67, "word": " ..", "probability": 0.505859375}], "temperature": 1.0}, {"id": 10, "seek": 27736, "start": 276.12, "end": 277.36, "text": " And this is start button.", "tokens": [400, 341, 307, 722, 2960, 13], "avg_logprob": -0.5393415008272443, "compression_ratio": 0.8125, "no_speech_prob": 0.0, "words": [{"start": 276.12, "end": 276.4, "word": " And", "probability": 0.26904296875}, {"start": 276.4, "end": 276.6, "word": " this", "probability": 0.83203125}, {"start": 276.6, "end": 276.74, "word": " is", "probability": 0.83154296875}, {"start": 276.74, "end": 277.1, "word": " start", "probability": 0.27880859375}, {"start": 277.1, "end": 277.36, "word": " button.", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 11, "seek": 32039, "start": 302.61, "end": 320.39, "text": "In the end, when ginger is going to land on the device, will it work according to the device's order? It's us, we work, madam, for Arabic questions, we want everything in Arabic, okay? Okay, let's just ...", "tokens": [4575, 264, 917, 11, 562, 14966, 307, 516, 281, 2117, 322, 264, 4302, 11, 486, 309, 589, 4650, 281, 264, 4302, 311, 1668, 30, 467, 311, 505, 11, 321, 589, 11, 28882, 11, 337, 19938, 1651, 11, 321, 528, 1203, 294, 19938, 11, 1392, 30, 1033, 11, 718, 311, 445, 1097], "avg_logprob": -0.8695913473000894, "compression_ratio": 1.4236111111111112, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 302.61, "end": 303.13, "word": "In", "probability": 0.024383544921875}, {"start": 303.13, "end": 303.21, "word": " the", "probability": 0.6689453125}, {"start": 303.21, "end": 304.89, "word": " end,", "probability": 0.84130859375}, {"start": 304.95, "end": 305.05, "word": " when", "probability": 0.67822265625}, {"start": 305.05, "end": 305.35, "word": " ginger", "probability": 0.2449951171875}, {"start": 305.35, "end": 305.57, "word": " is", "probability": 0.1868896484375}, {"start": 305.57, "end": 305.73, "word": " going", "probability": 0.222900390625}, {"start": 305.73, "end": 305.81, "word": " to", "probability": 0.83984375}, {"start": 305.81, "end": 305.99, "word": " land", "probability": 0.31884765625}, {"start": 305.99, "end": 306.11, "word": " on", "probability": 0.8935546875}, {"start": 306.11, "end": 306.29, "word": " the", "probability": 0.787109375}, {"start": 306.29, "end": 306.53, "word": " device,", "probability": 0.60888671875}, {"start": 306.69, "end": 306.79, "word": " will", "probability": 0.1993408203125}, {"start": 306.79, "end": 307.59, "word": " it", "probability": 0.6025390625}, {"start": 307.59, "end": 307.59, "word": " work", "probability": 0.4345703125}, {"start": 307.59, "end": 307.59, "word": " according", "probability": 0.2386474609375}, {"start": 307.59, "end": 307.67, "word": " to", "probability": 0.96142578125}, {"start": 307.67, "end": 307.99, "word": " the", "probability": 0.70849609375}, {"start": 307.99, "end": 308.25, "word": " device's", "probability": 0.35076904296875}, {"start": 308.25, "end": 308.25, "word": " order?", "probability": 0.081298828125}, {"start": 309.71, "end": 310.23, "word": " It's", "probability": 0.313232421875}, {"start": 310.23, "end": 310.49, "word": " us,", "probability": 0.250732421875}, {"start": 310.55, "end": 310.69, "word": " we", "probability": 0.77685546875}, {"start": 310.69, "end": 310.97, "word": " work,", "probability": 0.495849609375}, {"start": 311.75, "end": 312.09, "word": " madam,", "probability": 0.319091796875}, {"start": 312.57, "end": 312.91, "word": " for", "probability": 0.370361328125}, {"start": 312.91, "end": 313.51, "word": " Arabic", "probability": 0.3359375}, {"start": 313.51, "end": 313.51, "word": " questions,", "probability": 0.5146484375}, {"start": 313.65, "end": 313.75, "word": " we", "probability": 0.406494140625}, {"start": 313.75, "end": 313.85, "word": " want", "probability": 0.369873046875}, {"start": 313.85, "end": 314.11, "word": " everything", "probability": 0.5517578125}, {"start": 314.11, "end": 314.47, "word": " in", "probability": 0.25732421875}, {"start": 314.47, "end": 314.47, "word": " Arabic,", "probability": 0.8994140625}, {"start": 314.91, "end": 315.21, "word": " okay?", "probability": 0.430908203125}, {"start": 319.05, "end": 319.57, "word": " Okay,", "probability": 0.51025390625}, {"start": 319.69, "end": 320.01, "word": " let's", "probability": 0.773681640625}, {"start": 320.01, "end": 320.21, "word": " just", "probability": 0.76171875}, {"start": 320.21, "end": 320.39, "word": " ...", "probability": 0.198974609375}], "temperature": 1.0}, {"id": 12, "seek": 37029, "start": 344.61, "end": 370.29, "text": " Okay, since I want to enter the name, of course, this is still the activity work, it is supposed that when I click on start the competition, it does not go to the one who starts the competition unless it is really entered the name, so this is what we want to achieve. So now, of course, there should be another activity, why? Because when I click on it, they want to go to it, so let's make another empty activity now, then we design it, so new activity", "tokens": [1033, 11, 1670, 286, 528, 281, 3242, 264, 1315, 11, 295, 1164, 11, 341, 307, 920, 264, 5191, 589, 11, 309, 307, 3442, 300, 562, 286, 2052, 322, 722, 264, 6211, 11, 309, 775, 406, 352, 281, 264, 472, 567, 3719, 264, 6211, 5969, 309, 307, 534, 9065, 264, 1315, 11, 370, 341, 307, 437, 321, 528, 281, 4584, 13, 407, 586, 11, 295, 1164, 11, 456, 820, 312, 1071, 5191, 11, 983, 30, 1436, 562, 286, 2052, 322, 309, 11, 436, 528, 281, 352, 281, 309, 11, 370, 718, 311, 652, 1071, 6707, 5191, 586, 11, 550, 321, 1715, 309, 11, 370, 777, 5191], "avg_logprob": -0.5274174601401923, "compression_ratio": 1.8916666666666666, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 344.61, "end": 344.93, "word": " Okay,", "probability": 0.11883544921875}, {"start": 344.93, "end": 345.25, "word": " since", "probability": 0.47119140625}, {"start": 345.25, "end": 345.75, "word": " I", "probability": 0.9365234375}, {"start": 345.75, "end": 346.27, "word": " want", "probability": 0.6494140625}, {"start": 346.27, "end": 346.35, "word": " to", "probability": 0.962890625}, {"start": 346.35, "end": 346.59, "word": " enter", "probability": 0.4609375}, {"start": 346.59, "end": 346.73, "word": " the", "probability": 0.466552734375}, {"start": 346.73, "end": 347.03, "word": " name,", "probability": 0.8046875}, {"start": 348.61, "end": 348.71, "word": " of", "probability": 0.27880859375}, {"start": 348.71, "end": 348.77, "word": " course,", "probability": 0.958984375}, {"start": 348.87, "end": 348.95, "word": " this", "probability": 0.69873046875}, {"start": 348.95, "end": 348.97, "word": " is", "probability": 0.451171875}, {"start": 348.97, "end": 349.19, "word": " still", "probability": 0.70263671875}, {"start": 349.19, "end": 349.41, "word": " the", "probability": 0.2386474609375}, {"start": 349.41, "end": 349.99, "word": " activity", "probability": 0.81640625}, {"start": 349.99, "end": 349.99, "word": " work,", "probability": 0.11199951171875}, {"start": 351.09, "end": 351.77, "word": " it", "probability": 0.356201171875}, {"start": 351.77, "end": 351.85, "word": " is", "probability": 0.5478515625}, {"start": 351.85, "end": 352.09, "word": " supposed", "probability": 0.69482421875}, {"start": 352.09, "end": 352.39, "word": " that", "probability": 0.57080078125}, {"start": 352.39, "end": 352.53, "word": " when", "probability": 0.80810546875}, {"start": 352.53, "end": 352.65, "word": " I", "probability": 0.935546875}, {"start": 352.65, "end": 352.83, "word": " click", "probability": 0.451416015625}, {"start": 352.83, "end": 353.01, "word": " on", "probability": 0.7861328125}, {"start": 353.01, "end": 353.23, "word": " start", "probability": 0.2020263671875}, {"start": 353.23, "end": 353.37, "word": " the", "probability": 0.69482421875}, {"start": 353.37, "end": 353.75, "word": " competition,", "probability": 0.62353515625}, {"start": 353.89, "end": 353.95, "word": " it", "probability": 0.68115234375}, {"start": 353.95, "end": 354.03, "word": " does", "probability": 0.35546875}, {"start": 354.03, "end": 354.03, "word": " not", "probability": 0.94482421875}, {"start": 354.03, "end": 354.23, "word": " go", "probability": 0.6533203125}, {"start": 354.23, "end": 354.47, "word": " to", "probability": 0.8251953125}, {"start": 354.47, "end": 354.59, "word": " the", "probability": 0.376953125}, {"start": 354.59, "end": 354.63, "word": " one", "probability": 0.4833984375}, {"start": 354.63, "end": 354.65, "word": " who", "probability": 0.7255859375}, {"start": 354.65, "end": 354.81, "word": " starts", "probability": 0.392822265625}, {"start": 354.81, "end": 354.91, "word": " the", "probability": 0.818359375}, {"start": 354.91, "end": 355.23, "word": " competition", "probability": 0.86669921875}, {"start": 355.23, "end": 355.51, "word": " unless", "probability": 0.304443359375}, {"start": 355.51, "end": 355.75, "word": " it", "probability": 0.471923828125}, {"start": 355.75, "end": 355.89, "word": " is", "probability": 0.52978515625}, {"start": 355.89, "end": 356.27, "word": " really", "probability": 0.58544921875}, {"start": 356.27, "end": 357.53, "word": " entered", "probability": 0.27734375}, {"start": 357.53, "end": 357.69, "word": " the", "probability": 0.5263671875}, {"start": 357.69, "end": 357.83, "word": " name,", "probability": 0.87890625}, {"start": 357.93, "end": 358.01, "word": " so", "probability": 0.6123046875}, {"start": 358.01, "end": 358.11, "word": " this", "probability": 0.5048828125}, {"start": 358.11, "end": 358.15, "word": " is", "probability": 0.61669921875}, {"start": 358.15, "end": 358.23, "word": " what", "probability": 0.499267578125}, {"start": 358.23, "end": 358.23, "word": " we", "probability": 0.884765625}, {"start": 358.23, "end": 358.35, "word": " want", "probability": 0.224609375}, {"start": 358.35, "end": 358.67, "word": " to", "probability": 0.8818359375}, {"start": 358.67, "end": 359.01, "word": " achieve.", "probability": 0.7412109375}, {"start": 360.13, "end": 360.45, "word": " So", "probability": 0.48779296875}, {"start": 360.45, "end": 360.75, "word": " now,", "probability": 0.78515625}, {"start": 360.89, "end": 360.99, "word": " of", "probability": 0.9375}, {"start": 360.99, "end": 361.05, "word": " course,", "probability": 0.958984375}, {"start": 361.15, "end": 361.19, "word": " there", "probability": 0.79052734375}, {"start": 361.19, "end": 361.27, "word": " should", "probability": 0.336181640625}, {"start": 361.27, "end": 361.49, "word": " be", "probability": 0.94775390625}, {"start": 361.49, "end": 361.61, "word": " another", "probability": 0.8974609375}, {"start": 361.61, "end": 361.99, "word": " activity,", "probability": 0.9580078125}, {"start": 362.27, "end": 362.57, "word": " why?", "probability": 0.85986328125}, {"start": 363.73, "end": 363.91, "word": " Because", "probability": 0.85302734375}, {"start": 363.91, "end": 364.19, "word": " when", "probability": 0.89306640625}, {"start": 364.19, "end": 364.35, "word": " I", "probability": 0.974609375}, {"start": 364.35, "end": 364.51, "word": " click", "probability": 0.75634765625}, {"start": 364.51, "end": 364.67, "word": " on", "probability": 0.794921875}, {"start": 364.67, "end": 364.79, "word": " it,", "probability": 0.5703125}, {"start": 364.81, "end": 364.87, "word": " they", "probability": 0.275146484375}, {"start": 364.87, "end": 365.03, "word": " want", "probability": 0.308349609375}, {"start": 365.03, "end": 365.03, "word": " to", "probability": 0.94482421875}, {"start": 365.03, "end": 365.11, "word": " go", "probability": 0.65478515625}, {"start": 365.11, "end": 365.21, "word": " to", "probability": 0.464599609375}, {"start": 365.21, "end": 365.31, "word": " it,", "probability": 0.8876953125}, {"start": 365.39, "end": 365.45, "word": " so", "probability": 0.81494140625}, {"start": 365.45, "end": 365.73, "word": " let's", "probability": 0.956298828125}, {"start": 365.73, "end": 365.89, "word": " make", "probability": 0.38623046875}, {"start": 365.89, "end": 365.99, "word": " another", "probability": 0.5595703125}, {"start": 365.99, "end": 366.95, "word": " empty", "probability": 0.339111328125}, {"start": 366.95, "end": 366.97, "word": " activity", "probability": 0.96337890625}, {"start": 366.97, "end": 367.19, "word": " now,", "probability": 0.66064453125}, {"start": 367.27, "end": 367.43, "word": " then", "probability": 0.53466796875}, {"start": 367.43, "end": 367.59, "word": " we", "probability": 0.8369140625}, {"start": 367.59, "end": 367.85, "word": " design", "probability": 0.67822265625}, {"start": 367.85, "end": 368.07, "word": " it,", "probability": 0.9375}, {"start": 368.13, "end": 368.49, "word": " so", "probability": 0.765625}, {"start": 368.49, "end": 369.47, "word": " new", "probability": 0.63818359375}, {"start": 369.47, "end": 370.29, "word": " activity", "probability": 0.92578125}], "temperature": 1.0}, {"id": 13, "seek": 40343, "start": 377.93, "end": 403.43, "text": " let's call it for example comp competition activity ok it will do the second activity let's go now to the code of the first activity which is the main activity I will get the button", "tokens": [718, 311, 818, 309, 337, 1365, 715, 6211, 5191, 3133, 309, 486, 360, 264, 1150, 5191, 718, 311, 352, 586, 281, 264, 3089, 295, 264, 700, 5191, 597, 307, 264, 2135, 5191, 286, 486, 483, 264, 2960], "avg_logprob": -0.5752466995465128, "compression_ratio": 1.5826086956521739, "no_speech_prob": 0.0, "words": [{"start": 377.93, "end": 378.23, "word": " let's", "probability": 0.4879150390625}, {"start": 378.23, "end": 378.43, "word": " call", "probability": 0.339599609375}, {"start": 378.43, "end": 378.59, "word": " it", "probability": 0.888671875}, {"start": 378.59, "end": 378.73, "word": " for", "probability": 0.254638671875}, {"start": 378.73, "end": 378.99, "word": " example", "probability": 0.92724609375}, {"start": 378.99, "end": 380.25, "word": " comp", "probability": 0.35986328125}, {"start": 380.25, "end": 385.19, "word": " competition", "probability": 0.2763671875}, {"start": 385.19, "end": 385.83, "word": " activity", "probability": 0.91748046875}, {"start": 385.83, "end": 391.65, "word": " ok", "probability": 0.25244140625}, {"start": 391.65, "end": 391.83, "word": " it", "probability": 0.287109375}, {"start": 391.83, "end": 391.91, "word": " will", "probability": 0.396484375}, {"start": 391.91, "end": 392.07, "word": " do", "probability": 0.36572265625}, {"start": 392.07, "end": 392.17, "word": " the", "probability": 0.55810546875}, {"start": 392.17, "end": 392.73, "word": " second", "probability": 0.443603515625}, {"start": 392.73, "end": 392.73, "word": " activity", "probability": 0.92529296875}, {"start": 392.73, "end": 393.09, "word": " let's", "probability": 0.767333984375}, {"start": 393.09, "end": 393.25, "word": " go", "probability": 0.6533203125}, {"start": 393.25, "end": 393.51, "word": " now", "probability": 0.41796875}, {"start": 393.51, "end": 393.65, "word": " to", "probability": 0.87646484375}, {"start": 393.65, "end": 393.73, "word": " the", "probability": 0.84814453125}, {"start": 393.73, "end": 394.09, "word": " code", "probability": 0.85546875}, {"start": 394.09, "end": 396.35, "word": " of", "probability": 0.73291015625}, {"start": 396.35, "end": 396.47, "word": " the", "probability": 0.88330078125}, {"start": 396.47, "end": 397.13, "word": " first", "probability": 0.89013671875}, {"start": 397.13, "end": 397.21, "word": " activity", "probability": 0.9482421875}, {"start": 397.21, "end": 397.93, "word": " which", "probability": 0.183349609375}, {"start": 397.93, "end": 398.33, "word": " is", "probability": 0.92529296875}, {"start": 398.33, "end": 398.45, "word": " the", "probability": 0.72998046875}, {"start": 398.45, "end": 398.57, "word": " main", "probability": 0.90625}, {"start": 398.57, "end": 399.05, "word": " activity", "probability": 0.947265625}, {"start": 399.05, "end": 402.21, "word": " I", "probability": 0.376953125}, {"start": 402.21, "end": 402.25, "word": " will", "probability": 0.47314453125}, {"start": 402.25, "end": 402.35, "word": " get", "probability": 0.402099609375}, {"start": 402.35, "end": 403.11, "word": " the", "probability": 0.548828125}, {"start": 403.11, "end": 403.43, "word": " button", "probability": 0.79296875}], "temperature": 1.0}, {"id": 14, "seek": 45163, "start": 435.09, "end": 451.63, "text": " Okay, now in the sit and click listener, it really wants to bring the text that is in the edit text, right or not? Let's bring the edit text above Which is called name ed", "tokens": [1033, 11, 586, 294, 264, 1394, 293, 2052, 31569, 11, 309, 534, 2738, 281, 1565, 264, 2487, 300, 307, 294, 264, 8129, 2487, 11, 558, 420, 406, 30, 961, 311, 1565, 264, 8129, 2487, 3673, 3013, 307, 1219, 1315, 1257], "avg_logprob": -0.6112804645445289, "compression_ratio": 1.3790322580645162, "no_speech_prob": 0.0, "words": [{"start": 435.09, "end": 435.43, "word": " Okay,", "probability": 0.08428955078125}, {"start": 435.87, "end": 435.87, "word": " now", "probability": 0.61328125}, {"start": 435.87, "end": 436.03, "word": " in", "probability": 0.466552734375}, {"start": 436.03, "end": 436.11, "word": " the", "probability": 0.5576171875}, {"start": 436.11, "end": 436.37, "word": " sit", "probability": 0.1221923828125}, {"start": 436.37, "end": 436.49, "word": " and", "probability": 0.43017578125}, {"start": 436.49, "end": 436.73, "word": " click", "probability": 0.8984375}, {"start": 436.73, "end": 437.09, "word": " listener,", "probability": 0.74560546875}, {"start": 437.25, "end": 437.29, "word": " it", "probability": 0.345703125}, {"start": 437.29, "end": 437.45, "word": " really", "probability": 0.17041015625}, {"start": 437.45, "end": 437.75, "word": " wants", "probability": 0.57177734375}, {"start": 437.75, "end": 437.83, "word": " to", "probability": 0.9443359375}, {"start": 437.83, "end": 437.99, "word": " bring", "probability": 0.430419921875}, {"start": 437.99, "end": 438.13, "word": " the", "probability": 0.55029296875}, {"start": 438.13, "end": 438.37, "word": " text", "probability": 0.87939453125}, {"start": 438.37, "end": 438.51, "word": " that", "probability": 0.351806640625}, {"start": 438.51, "end": 438.85, "word": " is", "probability": 0.60546875}, {"start": 438.85, "end": 439.47, "word": " in", "probability": 0.63671875}, {"start": 439.47, "end": 439.57, "word": " the", "probability": 0.7939453125}, {"start": 439.57, "end": 439.71, "word": " edit", "probability": 0.701171875}, {"start": 439.71, "end": 440.15, "word": " text,", "probability": 0.96337890625}, {"start": 440.27, "end": 440.55, "word": " right", "probability": 0.59033203125}, {"start": 440.55, "end": 440.69, "word": " or", "probability": 0.77490234375}, {"start": 440.69, "end": 440.83, "word": " not?", "probability": 0.57568359375}, {"start": 441.49, "end": 441.89, "word": " Let's", "probability": 0.859619140625}, {"start": 441.89, "end": 442.05, "word": " bring", "probability": 0.8154296875}, {"start": 442.05, "end": 442.15, "word": " the", "probability": 0.693359375}, {"start": 442.15, "end": 442.27, "word": " edit", "probability": 0.89306640625}, {"start": 442.27, "end": 442.73, "word": " text", "probability": 0.96923828125}, {"start": 442.73, "end": 443.45, "word": " above", "probability": 0.56689453125}, {"start": 443.45, "end": 450.53, "word": " Which", "probability": 0.1776123046875}, {"start": 450.53, "end": 450.71, "word": " is", "probability": 0.488037109375}, {"start": 450.71, "end": 450.95, "word": " called", "probability": 0.43505859375}, {"start": 450.95, "end": 451.35, "word": " name", "probability": 0.69189453125}, {"start": 451.35, "end": 451.63, "word": " ed", "probability": 0.30078125}], "temperature": 1.0}, {"id": 15, "seek": 48403, "start": 459.77, "end": 484.03, "text": " Because, of course, the value will not be read unless it is pressed on the button So, when I say name ed.gettext I don't know if this will return null or not Okay, string name When I say fname", "tokens": [1436, 11, 295, 1164, 11, 264, 2158, 486, 406, 312, 1401, 5969, 309, 307, 17355, 322, 264, 2960, 407, 11, 562, 286, 584, 1315, 1257, 13, 847, 25111, 286, 500, 380, 458, 498, 341, 486, 2736, 18184, 420, 406, 1033, 11, 6798, 1315, 1133, 286, 584, 283, 16344], "avg_logprob": -0.5392219582382514, "compression_ratio": 1.3785714285714286, "no_speech_prob": 0.0, "words": [{"start": 459.77, "end": 460.03, "word": " Because,", "probability": 0.440185546875}, {"start": 460.15, "end": 460.23, "word": " of", "probability": 0.72021484375}, {"start": 460.23, "end": 460.31, "word": " course,", "probability": 0.94677734375}, {"start": 460.39, "end": 460.41, "word": " the", "probability": 0.260009765625}, {"start": 460.41, "end": 460.59, "word": " value", "probability": 0.90673828125}, {"start": 460.59, "end": 460.83, "word": " will", "probability": 0.2196044921875}, {"start": 460.83, "end": 460.87, "word": " not", "probability": 0.82275390625}, {"start": 460.87, "end": 461.11, "word": " be", "probability": 0.4091796875}, {"start": 461.11, "end": 461.11, "word": " read", "probability": 0.75537109375}, {"start": 461.11, "end": 461.59, "word": " unless", "probability": 0.423828125}, {"start": 461.59, "end": 461.87, "word": " it", "probability": 0.38330078125}, {"start": 461.87, "end": 461.95, "word": " is", "probability": 0.489501953125}, {"start": 461.95, "end": 462.13, "word": " pressed", "probability": 0.60595703125}, {"start": 462.13, "end": 462.31, "word": " on", "probability": 0.81298828125}, {"start": 462.31, "end": 463.05, "word": " the", "probability": 0.8662109375}, {"start": 463.05, "end": 463.25, "word": " button", "probability": 0.65087890625}, {"start": 463.25, "end": 463.81, "word": " So,", "probability": 0.447998046875}, {"start": 463.85, "end": 463.95, "word": " when", "probability": 0.5888671875}, {"start": 463.95, "end": 464.11, "word": " I", "probability": 0.72216796875}, {"start": 464.11, "end": 464.33, "word": " say", "probability": 0.64892578125}, {"start": 464.33, "end": 464.79, "word": " name", "probability": 0.66357421875}, {"start": 464.79, "end": 465.85, "word": " ed", "probability": 0.26220703125}, {"start": 465.85, "end": 471.41, "word": ".gettext", "probability": 0.6944986979166666}, {"start": 471.41, "end": 474.69, "word": " I", "probability": 0.30712890625}, {"start": 474.69, "end": 475.97, "word": " don't", "probability": 0.7459716796875}, {"start": 475.97, "end": 476.09, "word": " know", "probability": 0.89453125}, {"start": 476.09, "end": 476.21, "word": " if", "probability": 0.75537109375}, {"start": 476.21, "end": 476.29, "word": " this", "probability": 0.54638671875}, {"start": 476.29, "end": 476.41, "word": " will", "probability": 0.6103515625}, {"start": 476.41, "end": 476.73, "word": " return", "probability": 0.669921875}, {"start": 476.73, "end": 476.97, "word": " null", "probability": 0.5732421875}, {"start": 476.97, "end": 477.15, "word": " or", "probability": 0.8369140625}, {"start": 477.15, "end": 477.37, "word": " not", "probability": 0.9130859375}, {"start": 477.37, "end": 477.85, "word": " Okay,", "probability": 0.1761474609375}, {"start": 478.21, "end": 478.79, "word": " string", "probability": 0.67724609375}, {"start": 478.79, "end": 480.09, "word": " name", "probability": 0.876953125}, {"start": 480.09, "end": 482.83, "word": " When", "probability": 0.401123046875}, {"start": 482.83, "end": 482.99, "word": " I", "probability": 0.91943359375}, {"start": 482.99, "end": 483.19, "word": " say", "probability": 0.91552734375}, {"start": 483.19, "end": 484.03, "word": " fname", "probability": 0.6446533203125}], "temperature": 1.0}, {"id": 16, "seek": 50222, "start": 496.68, "end": 502.22, "text": " name.rim.equals", "tokens": [1315, 13, 5565, 13, 12816, 1124], "avg_logprob": -0.5477120365415301, "compression_ratio": 0.6666666666666666, "no_speech_prob": 0.0, "words": [{"start": 496.68000000000006, "end": 498.08000000000004, "word": " name", "probability": 0.143798828125}, {"start": 498.08000000000004, "end": 499.48, "word": ".rim", "probability": 0.767578125}, {"start": 499.48, "end": 502.22, "word": ".equals", "probability": 0.7991536458333334}], "temperature": 1.0}, {"id": 17, "seek": 53667, "start": 510.48, "end": 536.68, "text": " What is the meaning of this word? If the name is with null, or if the name is with a trim to leave spaces, if it is equal to an empty space, either null or empty, here we don't want to walk, right? We want to give it a message to ask it to enter the name, okay? Else, we want to make it go to the new activity. How do we go to the new activity? What do you want to do? Intent,", "tokens": [708, 307, 264, 3620, 295, 341, 1349, 30, 759, 264, 1315, 307, 365, 18184, 11, 420, 498, 264, 1315, 307, 365, 257, 10445, 281, 1856, 7673, 11, 498, 309, 307, 2681, 281, 364, 6707, 1901, 11, 2139, 18184, 420, 6707, 11, 510, 321, 500, 380, 528, 281, 1792, 11, 558, 30, 492, 528, 281, 976, 309, 257, 3636, 281, 1029, 309, 281, 3242, 264, 1315, 11, 1392, 30, 45472, 11, 321, 528, 281, 652, 309, 352, 281, 264, 777, 5191, 13, 1012, 360, 321, 352, 281, 264, 777, 5191, 30, 708, 360, 291, 528, 281, 360, 30, 5681, 317, 11], "avg_logprob": -0.6033415841584159, "compression_ratio": 1.7699530516431925, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 510.48, "end": 510.78, "word": " What", "probability": 0.373046875}, {"start": 510.78, "end": 510.82, "word": " is", "probability": 0.2073974609375}, {"start": 510.82, "end": 510.94, "word": " the", "probability": 0.611328125}, {"start": 510.94, "end": 510.94, "word": " meaning", "probability": 0.84326171875}, {"start": 510.94, "end": 511.0, "word": " of", "probability": 0.921875}, {"start": 511.0, "end": 511.36, "word": " this", "probability": 0.72314453125}, {"start": 511.36, "end": 511.36, "word": " word?", "probability": 0.433837890625}, {"start": 511.46, "end": 511.6, "word": " If", "probability": 0.6650390625}, {"start": 511.6, "end": 511.92, "word": " the", "probability": 0.5849609375}, {"start": 511.92, "end": 512.08, "word": " name", "probability": 0.435546875}, {"start": 512.08, "end": 512.26, "word": " is", "probability": 0.45947265625}, {"start": 512.26, "end": 512.26, "word": " with", "probability": 0.208251953125}, {"start": 512.26, "end": 512.46, "word": " null,", "probability": 0.31689453125}, {"start": 512.92, "end": 513.54, "word": " or", "probability": 0.78759765625}, {"start": 513.54, "end": 513.78, "word": " if", "probability": 0.36865234375}, {"start": 513.78, "end": 513.78, "word": " the", "probability": 0.5185546875}, {"start": 513.78, "end": 514.04, "word": " name", "probability": 0.77685546875}, {"start": 514.04, "end": 514.82, "word": " is", "probability": 0.393310546875}, {"start": 514.82, "end": 514.98, "word": " with", "probability": 0.19580078125}, {"start": 514.98, "end": 514.98, "word": " a", "probability": 0.2003173828125}, {"start": 514.98, "end": 515.24, "word": " trim", "probability": 0.61572265625}, {"start": 515.24, "end": 515.42, "word": " to", "probability": 0.41796875}, {"start": 515.42, "end": 515.92, "word": " leave", "probability": 0.609375}, {"start": 515.92, "end": 517.5, "word": " spaces,", "probability": 0.416259765625}, {"start": 517.8, "end": 518.16, "word": " if", "probability": 0.16357421875}, {"start": 518.16, "end": 518.32, "word": " it", "probability": 0.62939453125}, {"start": 518.32, "end": 518.32, "word": " is", "probability": 0.5009765625}, {"start": 518.32, "end": 518.58, "word": " equal", "probability": 0.34130859375}, {"start": 518.58, "end": 518.7, "word": " to", "probability": 0.73388671875}, {"start": 518.7, "end": 518.98, "word": " an", "probability": 0.143798828125}, {"start": 518.98, "end": 518.98, "word": " empty", "probability": 0.57470703125}, {"start": 518.98, "end": 519.06, "word": " space,", "probability": 0.759765625}, {"start": 519.38, "end": 519.6, "word": " either", "probability": 0.475341796875}, {"start": 519.6, "end": 520.08, "word": " null", "probability": 0.494140625}, {"start": 520.08, "end": 520.3, "word": " or", "probability": 0.94384765625}, {"start": 520.3, "end": 520.68, "word": " empty,", "probability": 0.60791015625}, {"start": 520.86, "end": 521.14, "word": " here", "probability": 0.2763671875}, {"start": 521.14, "end": 521.22, "word": " we", "probability": 0.7373046875}, {"start": 521.22, "end": 521.4, "word": " don't", "probability": 0.7548828125}, {"start": 521.4, "end": 521.52, "word": " want", "probability": 0.50537109375}, {"start": 521.52, "end": 521.82, "word": " to", "probability": 0.5048828125}, {"start": 521.82, "end": 521.82, "word": " walk,", "probability": 0.15478515625}, {"start": 521.96, "end": 522.2, "word": " right?", "probability": 0.69677734375}, {"start": 522.58, "end": 522.78, "word": " We", "probability": 0.81591796875}, {"start": 522.78, "end": 522.96, "word": " want", "probability": 0.623046875}, {"start": 522.96, "end": 522.96, "word": " to", "probability": 0.958984375}, {"start": 522.96, "end": 523.14, "word": " give", "probability": 0.1844482421875}, {"start": 523.14, "end": 523.34, "word": " it", "probability": 0.371826171875}, {"start": 523.34, "end": 523.54, "word": " a", "probability": 0.8095703125}, {"start": 523.54, "end": 523.62, "word": " message", "probability": 0.748046875}, {"start": 523.62, "end": 523.82, "word": " to", "probability": 0.2529296875}, {"start": 523.82, "end": 524.02, "word": " ask", "probability": 0.4052734375}, {"start": 524.02, "end": 524.16, "word": " it", "probability": 0.49658203125}, {"start": 524.16, "end": 524.34, "word": " to", "probability": 0.822265625}, {"start": 524.34, "end": 524.84, "word": " enter", "probability": 0.370361328125}, {"start": 524.84, "end": 525.32, "word": " the", "probability": 0.77490234375}, {"start": 525.32, "end": 525.64, "word": " name,", "probability": 0.826171875}, {"start": 525.9, "end": 526.54, "word": " okay?", "probability": 0.260009765625}, {"start": 526.98, "end": 527.34, "word": " Else,", "probability": 0.6943359375}, {"start": 530.26, "end": 530.7, "word": " we", "probability": 0.57958984375}, {"start": 530.7, "end": 530.98, "word": " want", "probability": 0.8095703125}, {"start": 530.98, "end": 531.8, "word": " to", "probability": 0.8759765625}, {"start": 531.8, "end": 531.98, "word": " make", "probability": 0.339599609375}, {"start": 531.98, "end": 532.1, "word": " it", "probability": 0.8759765625}, {"start": 532.1, "end": 532.2, "word": " go", "probability": 0.7646484375}, {"start": 532.2, "end": 532.28, "word": " to", "probability": 0.83740234375}, {"start": 532.28, "end": 532.36, "word": " the", "probability": 0.70751953125}, {"start": 532.36, "end": 532.36, "word": " new", "probability": 0.88671875}, {"start": 532.36, "end": 533.18, "word": " activity.", "probability": 0.93701171875}, {"start": 533.76, "end": 534.06, "word": " How", "probability": 0.6044921875}, {"start": 534.06, "end": 534.16, "word": " do", "probability": 0.63916015625}, {"start": 534.16, "end": 534.16, "word": " we", "probability": 0.73388671875}, {"start": 534.16, "end": 534.28, "word": " go", "probability": 0.64599609375}, {"start": 534.28, "end": 534.36, "word": " to", "probability": 0.9541015625}, {"start": 534.36, "end": 534.38, "word": " the", "probability": 0.81884765625}, {"start": 534.38, "end": 534.38, "word": " new", "probability": 0.91015625}, {"start": 534.38, "end": 534.74, "word": " activity?", "probability": 0.9560546875}, {"start": 535.24, "end": 535.32, "word": " What", "probability": 0.501953125}, {"start": 535.32, "end": 535.32, "word": " do", "probability": 0.791015625}, {"start": 535.32, "end": 535.44, "word": " you", "probability": 0.87451171875}, {"start": 535.44, "end": 535.44, "word": " want", "probability": 0.49267578125}, {"start": 535.44, "end": 535.52, "word": " to", "probability": 0.970703125}, {"start": 535.52, "end": 535.72, "word": " do?", "probability": 0.95751953125}, {"start": 536.24, "end": 536.68, "word": " Intent,", "probability": 0.841064453125}], "temperature": 1.0}, {"id": 18, "seek": 55540, "start": 544.54, "end": 555.4, "text": "here get application context and you have to put another activity name which is comp activity.class", "tokens": [6703, 483, 3861, 4319, 293, 291, 362, 281, 829, 1071, 5191, 1315, 597, 307, 715, 5191, 13, 11665], "avg_logprob": -0.5662006578947368, "compression_ratio": 1.1927710843373494, "no_speech_prob": 0.0, "words": [{"start": 544.54, "end": 544.9, "word": "here", "probability": 0.08837890625}, {"start": 544.9, "end": 545.96, "word": " get", "probability": 0.6279296875}, {"start": 545.96, "end": 546.58, "word": " application", "probability": 0.7607421875}, {"start": 546.58, "end": 547.3, "word": " context", "probability": 0.89453125}, {"start": 547.3, "end": 547.98, "word": " and", "probability": 0.56494140625}, {"start": 547.98, "end": 547.98, "word": " you", "probability": 0.24072265625}, {"start": 547.98, "end": 548.18, "word": " have", "probability": 0.267578125}, {"start": 548.18, "end": 548.26, "word": " to", "probability": 0.96044921875}, {"start": 548.26, "end": 548.66, "word": " put", "probability": 0.5556640625}, {"start": 548.66, "end": 549.9, "word": " another", "probability": 0.416259765625}, {"start": 549.9, "end": 550.52, "word": " activity", "probability": 0.65380859375}, {"start": 550.52, "end": 550.88, "word": " name", "probability": 0.70458984375}, {"start": 550.88, "end": 551.04, "word": " which", "probability": 0.53759765625}, {"start": 551.04, "end": 551.22, "word": " is", "probability": 0.94140625}, {"start": 551.22, "end": 551.72, "word": " comp", "probability": 0.63623046875}, {"start": 551.72, "end": 554.52, "word": " activity", "probability": 0.7421875}, {"start": 554.52, "end": 555.4, "word": ".class", "probability": 0.756591796875}], "temperature": 1.0}, {"id": 19, "seek": 58646, "start": 557.48, "end": 586.46, "text": " We want to send data to the new activity. What is it? The value in the hand of the text, right? Which is the name. In intent, let's ask too, okay? Since we are reviewing, okay? Let's ask. Okay, how do we put data in the intent? Yes. This is the intent. We want to put the name in it. Okay? Intent.putextra", "tokens": [492, 528, 281, 2845, 1412, 281, 264, 777, 5191, 13, 708, 307, 309, 30, 440, 2158, 294, 264, 1011, 295, 264, 2487, 11, 558, 30, 3013, 307, 264, 1315, 13, 682, 8446, 11, 718, 311, 1029, 886, 11, 1392, 30, 4162, 321, 366, 19576, 11, 1392, 30, 961, 311, 1029, 13, 1033, 11, 577, 360, 321, 829, 1412, 294, 264, 8446, 30, 1079, 13, 639, 307, 264, 8446, 13, 492, 528, 281, 829, 264, 1315, 294, 309, 13, 1033, 30, 5681, 317, 13, 2582, 3828, 424], "avg_logprob": -0.447198290249397, "compression_ratio": 1.619047619047619, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 557.48, "end": 557.64, "word": " We", "probability": 0.47412109375}, {"start": 557.64, "end": 557.8, "word": " want", "probability": 0.370849609375}, {"start": 557.8, "end": 557.84, "word": " to", "probability": 0.96142578125}, {"start": 557.84, "end": 558.02, "word": " send", "probability": 0.703125}, {"start": 558.02, "end": 558.28, "word": " data", "probability": 0.63623046875}, {"start": 558.28, "end": 558.5, "word": " to", "probability": 0.84521484375}, {"start": 558.5, "end": 558.56, "word": " the", "probability": 0.56591796875}, {"start": 558.56, "end": 559.22, "word": " new", "probability": 0.6494140625}, {"start": 559.22, "end": 559.22, "word": " activity.", "probability": 0.89697265625}, {"start": 559.34, "end": 559.48, "word": " What", "probability": 0.7373046875}, {"start": 559.48, "end": 559.62, "word": " is", "probability": 0.81689453125}, {"start": 559.62, "end": 559.72, "word": " it?", "probability": 0.76708984375}, {"start": 560.36, "end": 560.8, "word": " The", "probability": 0.58837890625}, {"start": 560.8, "end": 561.06, "word": " value", "probability": 0.77734375}, {"start": 561.06, "end": 561.54, "word": " in", "probability": 0.4990234375}, {"start": 561.54, "end": 561.66, "word": " the", "probability": 0.697265625}, {"start": 561.66, "end": 561.78, "word": " hand", "probability": 0.109375}, {"start": 561.78, "end": 561.86, "word": " of", "probability": 0.51416015625}, {"start": 561.86, "end": 561.92, "word": " the", "probability": 0.6533203125}, {"start": 561.92, "end": 562.16, "word": " text,", "probability": 0.78857421875}, {"start": 562.5, "end": 562.66, "word": " right?", "probability": 0.484375}, {"start": 562.8, "end": 562.96, "word": " Which", "probability": 0.372314453125}, {"start": 562.96, "end": 563.06, "word": " is", "probability": 0.93505859375}, {"start": 563.06, "end": 563.18, "word": " the", "probability": 0.595703125}, {"start": 563.18, "end": 563.34, "word": " name.", "probability": 0.826171875}, {"start": 563.74, "end": 563.86, "word": " In", "probability": 0.6650390625}, {"start": 563.86, "end": 564.22, "word": " intent,", "probability": 0.505859375}, {"start": 565.26, "end": 565.92, "word": " let's", "probability": 0.6378173828125}, {"start": 565.92, "end": 566.16, "word": " ask", "probability": 0.72802734375}, {"start": 566.16, "end": 566.5, "word": " too,", "probability": 0.363525390625}, {"start": 567.02, "end": 567.24, "word": " okay?", "probability": 0.344482421875}, {"start": 567.34, "end": 567.48, "word": " Since", "probability": 0.54296875}, {"start": 567.48, "end": 567.82, "word": " we", "probability": 0.94140625}, {"start": 567.82, "end": 567.88, "word": " are", "probability": 0.6328125}, {"start": 567.88, "end": 568.24, "word": " reviewing,", "probability": 0.326904296875}, {"start": 568.8, "end": 569.02, "word": " okay?", "probability": 0.5048828125}, {"start": 569.24, "end": 569.5, "word": " Let's", "probability": 0.71142578125}, {"start": 569.5, "end": 569.68, "word": " ask.", "probability": 0.919921875}, {"start": 570.9, "end": 571.34, "word": " Okay,", "probability": 0.525390625}, {"start": 571.5, "end": 571.72, "word": " how", "probability": 0.9033203125}, {"start": 571.72, "end": 571.82, "word": " do", "probability": 0.5146484375}, {"start": 571.82, "end": 571.9, "word": " we", "probability": 0.89111328125}, {"start": 571.9, "end": 572.12, "word": " put", "probability": 0.76416015625}, {"start": 572.12, "end": 572.4, "word": " data", "probability": 0.89208984375}, {"start": 572.4, "end": 572.66, "word": " in", "probability": 0.88818359375}, {"start": 572.66, "end": 572.9, "word": " the", "probability": 0.7333984375}, {"start": 572.9, "end": 573.52, "word": " intent?", "probability": 0.87060546875}, {"start": 573.92, "end": 574.16, "word": " Yes.", "probability": 0.497802734375}, {"start": 576.0, "end": 576.26, "word": " This", "probability": 0.82275390625}, {"start": 576.26, "end": 576.3, "word": " is", "probability": 0.951171875}, {"start": 576.3, "end": 576.4, "word": " the", "probability": 0.841796875}, {"start": 576.4, "end": 576.68, "word": " intent.", "probability": 0.96044921875}, {"start": 576.76, "end": 576.8, "word": " We", "probability": 0.6279296875}, {"start": 576.8, "end": 576.94, "word": " want", "probability": 0.6044921875}, {"start": 576.94, "end": 576.96, "word": " to", "probability": 0.9658203125}, {"start": 576.96, "end": 577.18, "word": " put", "probability": 0.82763671875}, {"start": 577.18, "end": 577.42, "word": " the", "probability": 0.337890625}, {"start": 577.42, "end": 577.64, "word": " name", "probability": 0.8994140625}, {"start": 577.64, "end": 577.78, "word": " in", "probability": 0.7275390625}, {"start": 577.78, "end": 577.78, "word": " it.", "probability": 0.6142578125}, {"start": 578.86, "end": 579.12, "word": " Okay?", "probability": 0.54931640625}, {"start": 584.78, "end": 585.22, "word": " Intent", "probability": 0.67138671875}, {"start": 585.22, "end": 586.46, "word": ".putextra", "probability": 0.6939697265625}], "temperature": 1.0}, {"id": 20, "seek": 60677, "start": 587.45, "end": 606.77, "text": " For example, you give him a name and you give him the value that he wants to add. You send it with the name name and then you say start activity and you send him the intent. This is how the new activity should run.", "tokens": [1171, 1365, 11, 291, 976, 796, 257, 1315, 293, 291, 976, 796, 264, 2158, 300, 415, 2738, 281, 909, 13, 509, 2845, 309, 365, 264, 1315, 1315, 293, 550, 291, 584, 722, 5191, 293, 291, 2845, 796, 264, 8446, 13, 639, 307, 577, 264, 777, 5191, 820, 1190, 13], "avg_logprob": -0.6134375214576722, "compression_ratio": 1.5925925925925926, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 587.45, "end": 588.01, "word": " For", "probability": 0.08807373046875}, {"start": 588.01, "end": 588.01, "word": " example,", "probability": 0.83544921875}, {"start": 588.01, "end": 588.01, "word": " you", "probability": 0.229736328125}, {"start": 588.01, "end": 588.23, "word": " give", "probability": 0.328125}, {"start": 588.23, "end": 588.77, "word": " him", "probability": 0.36572265625}, {"start": 588.77, "end": 589.21, "word": " a", "probability": 0.378662109375}, {"start": 589.21, "end": 589.43, "word": " name", "probability": 0.80029296875}, {"start": 589.43, "end": 591.39, "word": " and", "probability": 0.3935546875}, {"start": 591.39, "end": 591.39, "word": " you", "probability": 0.300537109375}, {"start": 591.39, "end": 591.57, "word": " give", "probability": 0.478271484375}, {"start": 591.57, "end": 591.77, "word": " him", "probability": 0.90185546875}, {"start": 591.77, "end": 591.83, "word": " the", "probability": 0.63525390625}, {"start": 591.83, "end": 592.11, "word": " value", "probability": 0.77392578125}, {"start": 592.11, "end": 592.75, "word": " that", "probability": 0.478759765625}, {"start": 592.75, "end": 594.33, "word": " he", "probability": 0.63525390625}, {"start": 594.33, "end": 594.35, "word": " wants", "probability": 0.51806640625}, {"start": 594.35, "end": 594.35, "word": " to", "probability": 0.806640625}, {"start": 594.35, "end": 594.67, "word": " add.", "probability": 0.775390625}, {"start": 595.13, "end": 595.69, "word": " You", "probability": 0.22314453125}, {"start": 595.69, "end": 596.09, "word": " send", "probability": 0.4287109375}, {"start": 596.09, "end": 596.19, "word": " it", "probability": 0.74755859375}, {"start": 596.19, "end": 596.25, "word": " with", "probability": 0.34716796875}, {"start": 596.25, "end": 596.75, "word": " the", "probability": 0.455078125}, {"start": 596.75, "end": 597.49, "word": " name", "probability": 0.8974609375}, {"start": 597.49, "end": 597.49, "word": " name", "probability": 0.39453125}, {"start": 597.49, "end": 598.23, "word": " and", "probability": 0.297119140625}, {"start": 598.23, "end": 598.71, "word": " then", "probability": 0.55419921875}, {"start": 598.71, "end": 598.87, "word": " you", "probability": 0.80517578125}, {"start": 598.87, "end": 599.01, "word": " say", "probability": 0.62939453125}, {"start": 599.01, "end": 599.61, "word": " start", "probability": 0.77392578125}, {"start": 599.61, "end": 602.73, "word": " activity", "probability": 0.85986328125}, {"start": 602.73, "end": 602.91, "word": " and", "probability": 0.81201171875}, {"start": 602.91, "end": 602.99, "word": " you", "probability": 0.708984375}, {"start": 602.99, "end": 603.21, "word": " send", "probability": 0.76806640625}, {"start": 603.21, "end": 603.41, "word": " him", "probability": 0.83203125}, {"start": 603.41, "end": 604.17, "word": " the", "probability": 0.85888671875}, {"start": 604.17, "end": 604.47, "word": " intent.", "probability": 0.8974609375}, {"start": 604.65, "end": 604.79, "word": " This", "probability": 0.29345703125}, {"start": 604.79, "end": 604.79, "word": " is", "probability": 0.7001953125}, {"start": 604.79, "end": 605.11, "word": " how", "probability": 0.91845703125}, {"start": 605.11, "end": 605.29, "word": " the", "probability": 0.42529296875}, {"start": 605.29, "end": 606.21, "word": " new", "probability": 0.671875}, {"start": 606.21, "end": 606.57, "word": " activity", "probability": 0.90673828125}, {"start": 606.57, "end": 606.77, "word": " should", "probability": 0.7451171875}, {"start": 606.77, "end": 606.77, "word": " run.", "probability": 0.3427734375}], "temperature": 1.0}, {"id": 21, "seek": 62241, "start": 607.63, "end": 622.41, "text": " Because here if there is no name, we want to print a message to him, okay? No, I don't want to print on the middle, we want to learn something new, we want to create a dialogue, okay? But let's make sure that this is running at first, let's run it and work on the dialogue a little bit", "tokens": [1436, 510, 498, 456, 307, 572, 1315, 11, 321, 528, 281, 4482, 257, 3636, 281, 796, 11, 1392, 30, 883, 11, 286, 500, 380, 528, 281, 4482, 322, 264, 2808, 11, 321, 528, 281, 1466, 746, 777, 11, 321, 528, 281, 1884, 257, 10221, 11, 1392, 30, 583, 718, 311, 652, 988, 300, 341, 307, 2614, 412, 700, 11, 718, 311, 1190, 309, 293, 589, 322, 264, 10221, 257, 707, 857], "avg_logprob": -0.4153645837472545, "compression_ratio": 1.672514619883041, "no_speech_prob": 2.3245811462402344e-06, "words": [{"start": 607.63, "end": 607.97, "word": " Because", "probability": 0.1319580078125}, {"start": 607.97, "end": 608.25, "word": " here", "probability": 0.3857421875}, {"start": 608.25, "end": 608.47, "word": " if", "probability": 0.75146484375}, {"start": 608.47, "end": 609.23, "word": " there", "probability": 0.443603515625}, {"start": 609.23, "end": 609.37, "word": " is", "probability": 0.457763671875}, {"start": 609.37, "end": 609.39, "word": " no", "probability": 0.84375}, {"start": 609.39, "end": 609.85, "word": " name,", "probability": 0.75}, {"start": 610.23, "end": 610.39, "word": " we", "probability": 0.80517578125}, {"start": 610.39, "end": 610.47, "word": " want", "probability": 0.30029296875}, {"start": 610.47, "end": 610.61, "word": " to", "probability": 0.96484375}, {"start": 610.61, "end": 610.77, "word": " print", "probability": 0.72021484375}, {"start": 610.77, "end": 611.29, "word": " a", "probability": 0.59912109375}, {"start": 611.29, "end": 611.55, "word": " message", "probability": 0.8544921875}, {"start": 611.55, "end": 611.81, "word": " to", "probability": 0.3486328125}, {"start": 611.81, "end": 611.81, "word": " him,", "probability": 0.5751953125}, {"start": 612.15, "end": 612.39, "word": " okay?", "probability": 0.388916015625}, {"start": 612.69, "end": 612.91, "word": " No,", "probability": 0.73486328125}, {"start": 612.97, "end": 613.01, "word": " I", "probability": 0.74072265625}, {"start": 613.01, "end": 613.01, "word": " don't", "probability": 0.802734375}, {"start": 613.01, "end": 613.13, "word": " want", "probability": 0.85400390625}, {"start": 613.13, "end": 613.27, "word": " to", "probability": 0.958984375}, {"start": 613.27, "end": 613.39, "word": " print", "probability": 0.88037109375}, {"start": 613.39, "end": 613.53, "word": " on", "probability": 0.30029296875}, {"start": 613.53, "end": 613.63, "word": " the", "probability": 0.5703125}, {"start": 613.63, "end": 613.73, "word": " middle,", "probability": 0.89599609375}, {"start": 613.75, "end": 613.93, "word": " we", "probability": 0.666015625}, {"start": 613.93, "end": 613.97, "word": " want", "probability": 0.72119140625}, {"start": 613.97, "end": 613.99, "word": " to", "probability": 0.96142578125}, {"start": 613.99, "end": 614.19, "word": " learn", "probability": 0.96337890625}, {"start": 614.19, "end": 614.37, "word": " something", "probability": 0.79541015625}, {"start": 614.37, "end": 614.67, "word": " new,", "probability": 0.88671875}, {"start": 614.91, "end": 614.97, "word": " we", "probability": 0.4345703125}, {"start": 614.97, "end": 615.11, "word": " want", "probability": 0.8203125}, {"start": 615.11, "end": 615.11, "word": " to", "probability": 0.96142578125}, {"start": 615.11, "end": 615.29, "word": " create", "probability": 0.491455078125}, {"start": 615.29, "end": 615.39, "word": " a", "probability": 0.89453125}, {"start": 615.39, "end": 615.65, "word": " dialogue,", "probability": 0.818359375}, {"start": 616.25, "end": 616.53, "word": " okay?", "probability": 0.7998046875}, {"start": 616.59, "end": 616.75, "word": " But", "probability": 0.88037109375}, {"start": 616.75, "end": 617.07, "word": " let's", "probability": 0.91845703125}, {"start": 617.07, "end": 617.19, "word": " make", "probability": 0.83349609375}, {"start": 617.19, "end": 617.43, "word": " sure", "probability": 0.9228515625}, {"start": 617.43, "end": 617.57, "word": " that", "probability": 0.66650390625}, {"start": 617.57, "end": 617.71, "word": " this", "probability": 0.6083984375}, {"start": 617.71, "end": 617.77, "word": " is", "probability": 0.37255859375}, {"start": 617.77, "end": 618.09, "word": " running", "probability": 0.300048828125}, {"start": 618.09, "end": 618.23, "word": " at", "probability": 0.408935546875}, {"start": 618.23, "end": 618.57, "word": " first,", "probability": 0.6884765625}, {"start": 619.39, "end": 619.51, "word": " let's", "probability": 0.670654296875}, {"start": 619.51, "end": 619.75, "word": " run", "probability": 0.6337890625}, {"start": 619.75, "end": 619.97, "word": " it", "probability": 0.92529296875}, {"start": 619.97, "end": 620.19, "word": " and", "probability": 0.859375}, {"start": 620.19, "end": 620.55, "word": " work", "probability": 0.86279296875}, {"start": 620.55, "end": 620.69, "word": " on", "probability": 0.61279296875}, {"start": 620.69, "end": 620.79, "word": " the", "probability": 0.8515625}, {"start": 620.79, "end": 621.03, "word": " dialogue", "probability": 0.8330078125}, {"start": 621.03, "end": 621.23, "word": " a", "probability": 0.88232421875}, {"start": 621.23, "end": 621.23, "word": " little", "probability": 0.615234375}, {"start": 621.23, "end": 622.41, "word": " bit", "probability": 0.71533203125}], "temperature": 1.0}, {"id": 22, "seek": 64786, "start": 629.54, "end": 647.86, "text": " So far, we have learned how to make a toast. Next, we will learn how to make a dialogue. How do we read a dialogue in Android? We have a class called AlertDialogue. Did you take Javascript?", "tokens": [407, 1400, 11, 321, 362, 3264, 577, 281, 652, 257, 15354, 13, 3087, 11, 321, 486, 1466, 577, 281, 652, 257, 10221, 13, 1012, 360, 321, 1401, 257, 10221, 294, 8853, 30, 492, 362, 257, 1508, 1219, 44939, 35, 831, 7213, 13, 2589, 291, 747, 508, 37331, 5944, 30], "avg_logprob": -0.5665625, "compression_ratio": 1.4179104477611941, "no_speech_prob": 0.0, "words": [{"start": 629.54, "end": 629.88, "word": " So", "probability": 0.09149169921875}, {"start": 629.88, "end": 630.46, "word": " far,", "probability": 0.3359375}, {"start": 631.1, "end": 631.1, "word": " we", "probability": 0.7392578125}, {"start": 631.1, "end": 631.12, "word": " have", "probability": 0.363037109375}, {"start": 631.12, "end": 631.34, "word": " learned", "probability": 0.57421875}, {"start": 631.34, "end": 631.6, "word": " how", "probability": 0.849609375}, {"start": 631.6, "end": 631.7, "word": " to", "probability": 0.94482421875}, {"start": 631.7, "end": 631.94, "word": " make", "probability": 0.2183837890625}, {"start": 631.94, "end": 632.16, "word": " a", "probability": 0.230712890625}, {"start": 632.16, "end": 632.42, "word": " toast.", "probability": 0.78857421875}, {"start": 632.74, "end": 633.22, "word": " Next,", "probability": 0.1378173828125}, {"start": 633.78, "end": 633.78, "word": " we", "probability": 0.5244140625}, {"start": 633.78, "end": 633.96, "word": " will", "probability": 0.50244140625}, {"start": 633.96, "end": 634.1, "word": " learn", "probability": 0.673828125}, {"start": 634.1, "end": 634.1, "word": " how", "probability": 0.82958984375}, {"start": 634.1, "end": 634.1, "word": " to", "probability": 0.97265625}, {"start": 634.1, "end": 634.22, "word": " make", "probability": 0.414794921875}, {"start": 634.22, "end": 634.4, "word": " a", "probability": 0.85107421875}, {"start": 634.4, "end": 634.72, "word": " dialogue.", "probability": 0.50244140625}, {"start": 635.88, "end": 636.4, "word": " How", "probability": 0.66455078125}, {"start": 636.4, "end": 636.54, "word": " do", "probability": 0.421142578125}, {"start": 636.54, "end": 636.58, "word": " we", "probability": 0.78369140625}, {"start": 636.58, "end": 636.74, "word": " read", "probability": 0.64306640625}, {"start": 636.74, "end": 636.86, "word": " a", "probability": 0.5166015625}, {"start": 636.86, "end": 637.1, "word": " dialogue", "probability": 0.81884765625}, {"start": 637.1, "end": 637.24, "word": " in", "probability": 0.73583984375}, {"start": 637.24, "end": 637.68, "word": " Android?", "probability": 0.80322265625}, {"start": 637.84, "end": 638.12, "word": " We", "probability": 0.45166015625}, {"start": 638.12, "end": 638.26, "word": " have", "probability": 0.9072265625}, {"start": 638.26, "end": 638.42, "word": " a", "probability": 0.95166015625}, {"start": 638.42, "end": 638.86, "word": " class", "probability": 0.92236328125}, {"start": 638.86, "end": 640.16, "word": " called", "probability": 0.7216796875}, {"start": 640.16, "end": 642.44, "word": " AlertDialogue.", "probability": 0.79681396484375}, {"start": 646.18, "end": 646.7, "word": " Did", "probability": 0.385986328125}, {"start": 646.7, "end": 646.98, "word": " you", "probability": 0.91650390625}, {"start": 646.98, "end": 647.26, "word": " take", "probability": 0.2509765625}, {"start": 647.26, "end": 647.86, "word": " Javascript?", "probability": 0.7257486979166666}], "temperature": 1.0}, {"id": 23, "seek": 67116, "start": 650.34, "end": 671.16, "text": "Javascript has a method called alert that gives you a message. So any dialogue that has a message or a warning or something like that is called an alert dialogue. Of course, we are used to create an alert dialogue or any pattern, we create a new pattern, right? But this is an alert dialogue, we don't create a new alert dialogue right away. They say that there is a class inside called builder.", "tokens": [41, 706, 4806, 470, 662, 575, 257, 3170, 1219, 9615, 300, 2709, 291, 257, 3636, 13, 407, 604, 10221, 300, 575, 257, 3636, 420, 257, 9164, 420, 746, 411, 300, 307, 1219, 364, 9615, 10221, 13, 2720, 1164, 11, 321, 366, 1143, 281, 1884, 364, 9615, 10221, 420, 604, 5102, 11, 321, 1884, 257, 777, 5102, 11, 558, 30, 583, 341, 307, 364, 9615, 10221, 11, 321, 500, 380, 1884, 257, 777, 9615, 10221, 558, 1314, 13, 814, 584, 300, 456, 307, 257, 1508, 1854, 1219, 27377, 13], "avg_logprob": -0.5091291920522626, "compression_ratio": 1.8899521531100478, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 650.3399999999999, "end": 650.78, "word": "Javascript", "probability": 0.5706298828125}, {"start": 650.78, "end": 651.18, "word": " has", "probability": 0.60693359375}, {"start": 651.18, "end": 651.36, "word": " a", "probability": 0.833984375}, {"start": 651.36, "end": 651.6, "word": " method", "probability": 0.89208984375}, {"start": 651.6, "end": 651.9, "word": " called", "probability": 0.77099609375}, {"start": 651.9, "end": 652.2, "word": " alert", "probability": 0.63720703125}, {"start": 652.2, "end": 652.34, "word": " that", "probability": 0.27587890625}, {"start": 652.34, "end": 652.62, "word": " gives", "probability": 0.2103271484375}, {"start": 652.62, "end": 652.84, "word": " you", "probability": 0.7451171875}, {"start": 652.84, "end": 653.2, "word": " a", "probability": 0.91943359375}, {"start": 653.2, "end": 653.2, "word": " message.", "probability": 0.82080078125}, {"start": 653.78, "end": 653.9, "word": " So", "probability": 0.2005615234375}, {"start": 653.9, "end": 654.24, "word": " any", "probability": 0.60498046875}, {"start": 654.24, "end": 654.62, "word": " dialogue", "probability": 0.259033203125}, {"start": 654.62, "end": 654.78, "word": " that", "probability": 0.456787109375}, {"start": 654.78, "end": 654.86, "word": " has", "probability": 0.72119140625}, {"start": 654.86, "end": 655.32, "word": " a", "probability": 0.92041015625}, {"start": 655.32, "end": 655.66, "word": " message", "probability": 0.81640625}, {"start": 655.66, "end": 655.82, "word": " or", "probability": 0.744140625}, {"start": 655.82, "end": 655.88, "word": " a", "probability": 0.1610107421875}, {"start": 655.88, "end": 656.2, "word": " warning", "probability": 0.68017578125}, {"start": 656.2, "end": 656.34, "word": " or", "probability": 0.324462890625}, {"start": 656.34, "end": 656.54, "word": " something", "probability": 0.465087890625}, {"start": 656.54, "end": 656.54, "word": " like", "probability": 0.50927734375}, {"start": 656.54, "end": 656.58, "word": " that", "probability": 0.861328125}, {"start": 656.58, "end": 656.7, "word": " is", "probability": 0.494873046875}, {"start": 656.7, "end": 656.94, "word": " called", "probability": 0.88427734375}, {"start": 656.94, "end": 657.06, "word": " an", "probability": 0.56689453125}, {"start": 657.06, "end": 657.32, "word": " alert", "probability": 0.87890625}, {"start": 657.32, "end": 658.3, "word": " dialogue.", "probability": 0.77685546875}, {"start": 658.92, "end": 659.0, "word": " Of", "probability": 0.61767578125}, {"start": 659.0, "end": 659.08, "word": " course,", "probability": 0.947265625}, {"start": 660.02, "end": 660.08, "word": " we", "probability": 0.72265625}, {"start": 660.08, "end": 660.22, "word": " are", "probability": 0.5537109375}, {"start": 660.22, "end": 660.48, "word": " used", "probability": 0.87255859375}, {"start": 660.48, "end": 660.86, "word": " to", "probability": 0.96826171875}, {"start": 660.86, "end": 661.24, "word": " create", "probability": 0.346923828125}, {"start": 661.24, "end": 661.82, "word": " an", "probability": 0.432373046875}, {"start": 661.82, "end": 662.0, "word": " alert", "probability": 0.91162109375}, {"start": 662.0, "end": 662.38, "word": " dialogue", "probability": 0.83642578125}, {"start": 662.38, "end": 662.58, "word": " or", "probability": 0.744140625}, {"start": 662.58, "end": 662.96, "word": " any", "probability": 0.71044921875}, {"start": 662.96, "end": 664.44, "word": " pattern,", "probability": 0.272216796875}, {"start": 664.44, "end": 664.66, "word": " we", "probability": 0.587890625}, {"start": 664.66, "end": 664.92, "word": " create", "probability": 0.298095703125}, {"start": 664.92, "end": 665.08, "word": " a", "probability": 0.92626953125}, {"start": 665.08, "end": 665.22, "word": " new", "probability": 0.91064453125}, {"start": 665.22, "end": 665.48, "word": " pattern,", "probability": 0.859375}, {"start": 665.74, "end": 665.88, "word": " right?", "probability": 0.65966796875}, {"start": 665.98, "end": 666.1, "word": " But", "probability": 0.89697265625}, {"start": 666.1, "end": 666.28, "word": " this", "probability": 0.84228515625}, {"start": 666.28, "end": 666.32, "word": " is", "probability": 0.60791015625}, {"start": 666.32, "end": 666.46, "word": " an", "probability": 0.73046875}, {"start": 666.46, "end": 666.5, "word": " alert", "probability": 0.92578125}, {"start": 666.5, "end": 666.92, "word": " dialogue,", "probability": 0.85009765625}, {"start": 667.14, "end": 667.28, "word": " we", "probability": 0.80517578125}, {"start": 667.28, "end": 667.54, "word": " don't", "probability": 0.807861328125}, {"start": 667.54, "end": 667.54, "word": " create", "probability": 0.302978515625}, {"start": 667.54, "end": 667.96, "word": " a", "probability": 0.67724609375}, {"start": 667.96, "end": 668.1, "word": " new", "probability": 0.8955078125}, {"start": 668.1, "end": 668.36, "word": " alert", "probability": 0.9267578125}, {"start": 668.36, "end": 668.68, "word": " dialogue", "probability": 0.87109375}, {"start": 668.68, "end": 668.68, "word": " right", "probability": 0.345703125}, {"start": 668.68, "end": 668.68, "word": " away.", "probability": 0.88720703125}, {"start": 668.82, "end": 668.86, "word": " They", "probability": 0.347412109375}, {"start": 668.86, "end": 669.02, "word": " say", "probability": 0.85498046875}, {"start": 669.02, "end": 669.28, "word": " that", "probability": 0.25830078125}, {"start": 669.28, "end": 669.42, "word": " there", "probability": 0.654296875}, {"start": 669.42, "end": 669.58, "word": " is", "probability": 0.8173828125}, {"start": 669.58, "end": 669.66, "word": " a", "probability": 0.9775390625}, {"start": 669.66, "end": 669.94, "word": " class", "probability": 0.96826171875}, {"start": 669.94, "end": 670.18, "word": " inside", "probability": 0.362548828125}, {"start": 670.18, "end": 670.34, "word": " called", "probability": 0.51513671875}, {"start": 670.34, "end": 671.16, "word": " builder.", "probability": 0.70166015625}], "temperature": 1.0}, {"id": 24, "seek": 69665, "start": 672.79, "end": 696.65, "text": " The builder's job is to create an object from the builder and give it the dialog data, the title, the message, etc. After that, you tell the builder to create a dialog and return an object from it. Let me turn on the application.", "tokens": [440, 27377, 311, 1691, 307, 281, 1884, 364, 2657, 490, 264, 27377, 293, 976, 309, 264, 19308, 1412, 11, 264, 4876, 11, 264, 3636, 11, 5183, 13, 2381, 300, 11, 291, 980, 264, 27377, 281, 1884, 257, 19308, 293, 2736, 364, 2657, 490, 309, 13, 961, 385, 1261, 322, 264, 3861, 13], "avg_logprob": -0.7441037465941231, "compression_ratio": 1.619718309859155, "no_speech_prob": 0.0, "words": [{"start": 672.79, "end": 673.05, "word": " The", "probability": 0.1846923828125}, {"start": 673.05, "end": 673.47, "word": " builder's", "probability": 0.60009765625}, {"start": 673.47, "end": 673.71, "word": " job", "probability": 0.7392578125}, {"start": 673.71, "end": 674.03, "word": " is", "probability": 0.861328125}, {"start": 674.03, "end": 675.15, "word": " to", "probability": 0.398681640625}, {"start": 675.15, "end": 677.23, "word": " create", "probability": 0.6025390625}, {"start": 677.23, "end": 677.43, "word": " an", "probability": 0.52490234375}, {"start": 677.43, "end": 677.59, "word": " object", "probability": 0.919921875}, {"start": 677.59, "end": 678.03, "word": " from", "probability": 0.4931640625}, {"start": 678.03, "end": 678.17, "word": " the", "probability": 0.428466796875}, {"start": 678.17, "end": 678.41, "word": " builder", "probability": 0.84716796875}, {"start": 678.41, "end": 679.13, "word": " and", "probability": 0.2529296875}, {"start": 679.13, "end": 679.45, "word": " give", "probability": 0.3544921875}, {"start": 679.45, "end": 679.91, "word": " it", "probability": 0.5107421875}, {"start": 679.91, "end": 680.11, "word": " the", "probability": 0.515625}, {"start": 680.11, "end": 680.41, "word": " dialog", "probability": 0.289794921875}, {"start": 680.41, "end": 680.47, "word": " data,", "probability": 0.26513671875}, {"start": 680.55, "end": 680.65, "word": " the", "probability": 0.178466796875}, {"start": 680.65, "end": 682.09, "word": " title,", "probability": 0.66943359375}, {"start": 682.59, "end": 682.75, "word": " the", "probability": 0.53271484375}, {"start": 682.75, "end": 683.19, "word": " message,", "probability": 0.64111328125}, {"start": 683.63, "end": 685.05, "word": " etc.", "probability": 0.284423828125}, {"start": 687.69, "end": 687.71, "word": " After", "probability": 0.2225341796875}, {"start": 687.71, "end": 688.97, "word": " that,", "probability": 0.58251953125}, {"start": 689.01, "end": 689.05, "word": " you", "probability": 0.525390625}, {"start": 689.05, "end": 689.25, "word": " tell", "probability": 0.421875}, {"start": 689.25, "end": 689.39, "word": " the", "probability": 0.82080078125}, {"start": 689.39, "end": 689.67, "word": " builder", "probability": 0.935546875}, {"start": 689.67, "end": 690.01, "word": " to", "probability": 0.8671875}, {"start": 690.01, "end": 690.53, "word": " create", "probability": 0.322265625}, {"start": 690.53, "end": 690.67, "word": " a", "probability": 0.69287109375}, {"start": 690.67, "end": 690.89, "word": " dialog", "probability": 0.70166015625}, {"start": 690.89, "end": 690.99, "word": " and", "probability": 0.319580078125}, {"start": 690.99, "end": 691.31, "word": " return", "probability": 0.420654296875}, {"start": 691.31, "end": 691.59, "word": " an", "probability": 0.3583984375}, {"start": 691.59, "end": 691.85, "word": " object", "probability": 0.9560546875}, {"start": 691.85, "end": 692.01, "word": " from", "probability": 0.59912109375}, {"start": 692.01, "end": 692.65, "word": " it.", "probability": 0.75048828125}, {"start": 694.01, "end": 694.61, "word": " Let", "probability": 0.35009765625}, {"start": 694.61, "end": 694.95, "word": " me", "probability": 0.5908203125}, {"start": 694.95, "end": 695.95, "word": " turn", "probability": 0.174072265625}, {"start": 695.95, "end": 696.11, "word": " on", "probability": 0.87109375}, {"start": 696.11, "end": 696.21, "word": " the", "probability": 0.818359375}, {"start": 696.21, "end": 696.65, "word": " application.", "probability": 0.56298828125}], "temperature": 1.0}, {"id": 25, "seek": 71250, "start": 706.42, "end": 712.5, "text": " Of course, you are in a hurry to start here, but we are still alive. So, we are here to learn new things.", "tokens": [2720, 1164, 11, 291, 366, 294, 257, 11025, 281, 722, 510, 11, 457, 321, 366, 920, 5465, 13, 407, 11, 321, 366, 510, 281, 1466, 777, 721, 13], "avg_logprob": -0.5309806281122668, "compression_ratio": 1.1910112359550562, "no_speech_prob": 0.0, "words": [{"start": 706.42, "end": 706.76, "word": " Of", "probability": 0.10003662109375}, {"start": 706.76, "end": 707.02, "word": " course,", "probability": 0.95556640625}, {"start": 707.1, "end": 707.1, "word": " you", "probability": 0.75048828125}, {"start": 707.1, "end": 707.18, "word": " are", "probability": 0.420166015625}, {"start": 707.18, "end": 707.18, "word": " in", "probability": 0.6376953125}, {"start": 707.18, "end": 707.26, "word": " a", "probability": 0.9228515625}, {"start": 707.26, "end": 707.56, "word": " hurry", "probability": 0.8388671875}, {"start": 707.56, "end": 707.76, "word": " to", "probability": 0.56787109375}, {"start": 707.76, "end": 708.0, "word": " start", "probability": 0.78955078125}, {"start": 708.0, "end": 708.22, "word": " here,", "probability": 0.57470703125}, {"start": 708.48, "end": 708.64, "word": " but", "probability": 0.89501953125}, {"start": 708.64, "end": 708.8, "word": " we", "probability": 0.5244140625}, {"start": 708.8, "end": 708.84, "word": " are", "probability": 0.68115234375}, {"start": 708.84, "end": 709.0, "word": " still", "probability": 0.6708984375}, {"start": 709.0, "end": 709.38, "word": " alive.", "probability": 0.787109375}, {"start": 710.8, "end": 710.82, "word": " So,", "probability": 0.349853515625}, {"start": 711.06, "end": 711.3, "word": " we", "probability": 0.268798828125}, {"start": 711.3, "end": 711.46, "word": " are", "probability": 0.36669921875}, {"start": 711.46, "end": 711.56, "word": " here", "probability": 0.5087890625}, {"start": 711.56, "end": 711.62, "word": " to", "probability": 0.900390625}, {"start": 711.62, "end": 712.1, "word": " learn", "probability": 0.95556640625}, {"start": 712.1, "end": 712.26, "word": " new", "probability": 0.8251953125}, {"start": 712.26, "end": 712.5, "word": " things.", "probability": 0.86865234375}], "temperature": 1.0}, {"id": 26, "seek": 73969, "start": 725.69, "end": 739.69, "text": " If you want to start the competition, there is no need to do that. Why? Because it enters in the if statement, which is still empty. So the first thing we did was create a builder called new alert-dialogue.builder", "tokens": [759, 291, 528, 281, 722, 264, 6211, 11, 456, 307, 572, 643, 281, 360, 300, 13, 1545, 30, 1436, 309, 18780, 294, 264, 498, 5629, 11, 597, 307, 920, 6707, 13, 407, 264, 700, 551, 321, 630, 390, 1884, 257, 27377, 1219, 777, 9615, 12, 67, 831, 7213, 13, 11516, 260], "avg_logprob": -0.6682692055518811, "compression_ratio": 1.3806451612903226, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 725.6899999999999, "end": 726.17, "word": " If", "probability": 0.061004638671875}, {"start": 726.17, "end": 726.65, "word": " you", "probability": 0.83056640625}, {"start": 726.65, "end": 726.75, "word": " want", "probability": 0.6904296875}, {"start": 726.75, "end": 726.85, "word": " to", "probability": 0.9453125}, {"start": 726.85, "end": 727.03, "word": " start", "probability": 0.7666015625}, {"start": 727.03, "end": 727.17, "word": " the", "probability": 0.45068359375}, {"start": 727.17, "end": 727.51, "word": " competition,", "probability": 0.3828125}, {"start": 727.51, "end": 727.79, "word": " there", "probability": 0.347412109375}, {"start": 727.79, "end": 727.83, "word": " is", "probability": 0.76025390625}, {"start": 727.83, "end": 727.97, "word": " no", "probability": 0.79638671875}, {"start": 727.97, "end": 728.21, "word": " need", "probability": 0.8330078125}, {"start": 728.21, "end": 728.41, "word": " to", "probability": 0.388671875}, {"start": 728.41, "end": 728.41, "word": " do", "probability": 0.5068359375}, {"start": 728.41, "end": 728.53, "word": " that.", "probability": 0.336669921875}, {"start": 728.63, "end": 728.99, "word": " Why?", "probability": 0.353515625}, {"start": 729.01, "end": 729.19, "word": " Because", "probability": 0.87548828125}, {"start": 729.19, "end": 729.29, "word": " it", "probability": 0.28173828125}, {"start": 729.29, "end": 729.51, "word": " enters", "probability": 0.32421875}, {"start": 729.51, "end": 729.77, "word": " in", "probability": 0.287109375}, {"start": 729.77, "end": 730.53, "word": " the", "probability": 0.65771484375}, {"start": 730.53, "end": 730.67, "word": " if", "probability": 0.16552734375}, {"start": 730.67, "end": 731.15, "word": " statement,", "probability": 0.89794921875}, {"start": 731.15, "end": 731.35, "word": " which", "probability": 0.82080078125}, {"start": 731.35, "end": 731.73, "word": " is", "probability": 0.783203125}, {"start": 731.73, "end": 731.73, "word": " still", "probability": 0.4404296875}, {"start": 731.73, "end": 732.09, "word": " empty.", "probability": 0.5615234375}, {"start": 733.17, "end": 733.65, "word": " So", "probability": 0.21630859375}, {"start": 733.65, "end": 733.89, "word": " the", "probability": 0.344970703125}, {"start": 733.89, "end": 734.03, "word": " first", "probability": 0.88623046875}, {"start": 734.03, "end": 734.21, "word": " thing", "probability": 0.86962890625}, {"start": 734.21, "end": 734.47, "word": " we", "probability": 0.63720703125}, {"start": 734.47, "end": 734.65, "word": " did", "probability": 0.65869140625}, {"start": 734.65, "end": 735.09, "word": " was", "probability": 0.65625}, {"start": 735.09, "end": 735.09, "word": " create", "probability": 0.1475830078125}, {"start": 735.09, "end": 735.19, "word": " a", "probability": 0.873046875}, {"start": 735.19, "end": 735.45, "word": " builder", "probability": 0.91162109375}, {"start": 735.45, "end": 736.03, "word": " called", "probability": 0.25927734375}, {"start": 736.03, "end": 736.49, "word": " new", "probability": 0.69140625}, {"start": 736.49, "end": 737.37, "word": " alert", "probability": 0.8623046875}, {"start": 737.37, "end": 738.05, "word": "-dialogue", "probability": 0.64990234375}, {"start": 738.05, "end": 739.69, "word": ".builder", "probability": 0.9415690104166666}], "temperature": 1.0}, {"id": 27, "seek": 77109, "start": 742.67, "end": 771.09, "text": " a class inside the ElevDialog, okay? We created an object from it. Now, the builder constructor needs a reference to the activity that I worked on. Do you remember the jOptionPane? It used to take this, why? So that the jOptionPane appears on the frame, okay? Here, it needs a reference to the activity. So, if I put this here, of course, it will create an error. Why? Because this here is a return to the anonymous class, okay? So, to solve this, how did we solve it? You write MainActivity", "tokens": [257, 1508, 1854, 264, 8024, 85, 35, 831, 664, 11, 1392, 30, 492, 2942, 364, 2657, 490, 309, 13, 823, 11, 264, 27377, 47479, 2203, 257, 6408, 281, 264, 5191, 300, 286, 2732, 322, 13, 1144, 291, 1604, 264, 361, 46, 1695, 47, 1929, 30, 467, 1143, 281, 747, 341, 11, 983, 30, 407, 300, 264, 361, 46, 1695, 47, 1929, 7038, 322, 264, 3920, 11, 1392, 30, 1692, 11, 309, 2203, 257, 6408, 281, 264, 5191, 13, 407, 11, 498, 286, 829, 341, 510, 11, 295, 1164, 11, 309, 486, 1884, 364, 6713, 13, 1545, 30, 1436, 341, 510, 307, 257, 2736, 281, 264, 24932, 1508, 11, 1392, 30, 407, 11, 281, 5039, 341, 11, 577, 630, 321, 5039, 309, 30, 509, 2464, 12383, 30338, 4253], "avg_logprob": -0.4506835858337581, "compression_ratio": 1.7446808510638299, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 742.67, "end": 743.07, "word": " a", "probability": 0.06597900390625}, {"start": 743.07, "end": 743.47, "word": " class", "probability": 0.9033203125}, {"start": 743.47, "end": 743.91, "word": " inside", "probability": 0.64599609375}, {"start": 743.91, "end": 744.01, "word": " the", "probability": 0.5810546875}, {"start": 744.01, "end": 744.59, "word": " ElevDialog,", "probability": 0.5760009765625}, {"start": 744.77, "end": 745.01, "word": " okay?", "probability": 0.1839599609375}, {"start": 745.11, "end": 745.25, "word": " We", "probability": 0.6572265625}, {"start": 745.25, "end": 745.43, "word": " created", "probability": 0.431884765625}, {"start": 745.43, "end": 745.71, "word": " an", "probability": 0.6572265625}, {"start": 745.71, "end": 745.97, "word": " object", "probability": 0.9609375}, {"start": 745.97, "end": 745.97, "word": " from", "probability": 0.63037109375}, {"start": 745.97, "end": 745.97, "word": " it.", "probability": 0.8740234375}, {"start": 746.05, "end": 746.25, "word": " Now,", "probability": 0.7392578125}, {"start": 746.33, "end": 746.39, "word": " the", "probability": 0.67529296875}, {"start": 746.39, "end": 746.71, "word": " builder", "probability": 0.3876953125}, {"start": 746.71, "end": 747.03, "word": " constructor", "probability": 0.77685546875}, {"start": 747.03, "end": 748.35, "word": " needs", "probability": 0.6396484375}, {"start": 748.35, "end": 748.41, "word": " a", "probability": 0.6669921875}, {"start": 748.41, "end": 748.81, "word": " reference", "probability": 0.8916015625}, {"start": 748.81, "end": 748.97, "word": " to", "probability": 0.541015625}, {"start": 748.97, "end": 749.05, "word": " the", "probability": 0.84130859375}, {"start": 749.05, "end": 749.49, "word": " activity", "probability": 0.90185546875}, {"start": 749.49, "end": 749.61, "word": " that", "probability": 0.40087890625}, {"start": 749.61, "end": 749.75, "word": " I", "probability": 0.91015625}, {"start": 749.75, "end": 750.03, "word": " worked", "probability": 0.370849609375}, {"start": 750.03, "end": 750.25, "word": " on.", "probability": 0.6796875}, {"start": 751.03, "end": 751.27, "word": " Do", "probability": 0.389892578125}, {"start": 751.27, "end": 751.49, "word": " you", "probability": 0.96728515625}, {"start": 751.49, "end": 751.81, "word": " remember", "probability": 0.86279296875}, {"start": 751.81, "end": 752.01, "word": " the", "probability": 0.4990234375}, {"start": 752.01, "end": 752.83, "word": " jOptionPane?", "probability": 0.7133544921875}, {"start": 753.45, "end": 753.89, "word": " It", "probability": 0.4912109375}, {"start": 753.89, "end": 754.01, "word": " used", "probability": 0.258544921875}, {"start": 754.01, "end": 754.01, "word": " to", "probability": 0.8095703125}, {"start": 754.01, "end": 754.25, "word": " take", "probability": 0.70654296875}, {"start": 754.25, "end": 754.55, "word": " this,", "probability": 0.79541015625}, {"start": 754.69, "end": 754.93, "word": " why?", "probability": 0.7861328125}, {"start": 755.01, "end": 755.15, "word": " So", "probability": 0.296142578125}, {"start": 755.15, "end": 755.31, "word": " that", "probability": 0.8203125}, {"start": 755.31, "end": 755.65, "word": " the", "probability": 0.59619140625}, {"start": 755.65, "end": 756.31, "word": " jOptionPane", "probability": 0.951171875}, {"start": 756.31, "end": 756.31, "word": " appears", "probability": 0.327392578125}, {"start": 756.31, "end": 756.51, "word": " on", "probability": 0.8994140625}, {"start": 756.51, "end": 757.25, "word": " the", "probability": 0.90234375}, {"start": 757.25, "end": 757.55, "word": " frame,", "probability": 0.90380859375}, {"start": 757.87, "end": 758.09, "word": " okay?", "probability": 0.78271484375}, {"start": 758.21, "end": 758.41, "word": " Here,", "probability": 0.65869140625}, {"start": 758.49, "end": 758.51, "word": " it", "probability": 0.8359375}, {"start": 758.51, "end": 758.63, "word": " needs", "probability": 0.83837890625}, {"start": 758.63, "end": 758.67, "word": " a", "probability": 0.9296875}, {"start": 758.67, "end": 758.97, "word": " reference", "probability": 0.90234375}, {"start": 758.97, "end": 759.17, "word": " to", "probability": 0.849609375}, {"start": 759.17, "end": 759.23, "word": " the", "probability": 0.87255859375}, {"start": 759.23, "end": 759.63, "word": " activity.", "probability": 0.9296875}, {"start": 760.23, "end": 760.37, "word": " So,", "probability": 0.52001953125}, {"start": 760.49, "end": 760.57, "word": " if", "probability": 0.8544921875}, {"start": 760.57, "end": 760.63, "word": " I", "probability": 0.60205078125}, {"start": 760.63, "end": 760.81, "word": " put", "probability": 0.48681640625}, {"start": 760.81, "end": 761.05, "word": " this", "probability": 0.4130859375}, {"start": 761.05, "end": 761.05, "word": " here,", "probability": 0.377685546875}, {"start": 761.25, "end": 761.25, "word": " of", "probability": 0.41064453125}, {"start": 761.25, "end": 761.25, "word": " course,", "probability": 0.96875}, {"start": 761.37, "end": 761.59, "word": " it", "probability": 0.7744140625}, {"start": 761.59, "end": 761.69, "word": " will", "probability": 0.763671875}, {"start": 761.69, "end": 761.89, "word": " create", "probability": 0.1376953125}, {"start": 761.89, "end": 762.07, "word": " an", "probability": 0.89404296875}, {"start": 762.07, "end": 762.21, "word": " error.", "probability": 0.87939453125}, {"start": 762.31, "end": 762.59, "word": " Why?", "probability": 0.880859375}, {"start": 762.85, "end": 763.13, "word": " Because", "probability": 0.935546875}, {"start": 763.13, "end": 763.53, "word": " this", "probability": 0.693359375}, {"start": 763.53, "end": 763.77, "word": " here", "probability": 0.371826171875}, {"start": 763.77, "end": 763.89, "word": " is", "probability": 0.69873046875}, {"start": 763.89, "end": 764.05, "word": " a", "probability": 0.51123046875}, {"start": 764.05, "end": 764.05, "word": " return", "probability": 0.2078857421875}, {"start": 764.05, "end": 764.25, "word": " to", "probability": 0.321044921875}, {"start": 764.25, "end": 764.69, "word": " the", "probability": 0.63427734375}, {"start": 764.69, "end": 765.05, "word": " anonymous", "probability": 0.85107421875}, {"start": 765.05, "end": 766.53, "word": " class,", "probability": 0.9541015625}, {"start": 766.79, "end": 767.11, "word": " okay?", "probability": 0.84228515625}, {"start": 767.39, "end": 767.73, "word": " So,", "probability": 0.82275390625}, {"start": 767.99, "end": 768.03, "word": " to", "probability": 0.67578125}, {"start": 768.03, "end": 768.25, "word": " solve", "probability": 0.84130859375}, {"start": 768.25, "end": 768.53, "word": " this,", "probability": 0.89599609375}, {"start": 768.61, "end": 768.75, "word": " how", "probability": 0.90869140625}, {"start": 768.75, "end": 768.99, "word": " did", "probability": 0.61474609375}, {"start": 768.99, "end": 769.13, "word": " we", "probability": 0.86669921875}, {"start": 769.13, "end": 769.31, "word": " solve", "probability": 0.765625}, {"start": 769.31, "end": 769.49, "word": " it?", "probability": 0.82861328125}, {"start": 769.75, "end": 770.07, "word": " You", "probability": 0.6220703125}, {"start": 770.07, "end": 770.19, "word": " write", "probability": 0.607421875}, {"start": 770.19, "end": 771.09, "word": " MainActivity", "probability": 0.79638671875}], "temperature": 1.0}, {"id": 28, "seek": 80006, "start": 772.16, "end": 800.06, "text": " Do this. Do you understand? What is this? Second. You create a builder and give it a reference to the activity. Now it is easy to understand. You go to your builder and give it the data of the dialogue. For example, set title. What is the title of the message? Tenby, for example. We write in Arabic.", "tokens": [1144, 341, 13, 1144, 291, 1223, 30, 708, 307, 341, 30, 5736, 13, 509, 1884, 257, 27377, 293, 976, 309, 257, 6408, 281, 264, 5191, 13, 823, 309, 307, 1858, 281, 1223, 13, 509, 352, 281, 428, 27377, 293, 976, 309, 264, 1412, 295, 264, 10221, 13, 1171, 1365, 11, 992, 4876, 13, 708, 307, 264, 4876, 295, 264, 3636, 30, 9380, 2322, 11, 337, 1365, 13, 492, 2464, 294, 19938, 13], "avg_logprob": -0.5590753555297852, "compression_ratio": 1.618279569892473, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 772.16, "end": 772.42, "word": " Do", "probability": 0.280517578125}, {"start": 772.42, "end": 772.84, "word": " this.", "probability": 0.90087890625}, {"start": 773.46, "end": 773.66, "word": " Do", "probability": 0.1737060546875}, {"start": 773.66, "end": 773.68, "word": " you", "probability": 0.92138671875}, {"start": 773.68, "end": 773.76, "word": " understand?", "probability": 0.744140625}, {"start": 775.98, "end": 776.48, "word": " What", "probability": 0.13916015625}, {"start": 776.48, "end": 776.58, "word": " is", "probability": 0.64013671875}, {"start": 776.58, "end": 776.58, "word": " this?", "probability": 0.51416015625}, {"start": 776.76, "end": 777.1, "word": " Second.", "probability": 0.32470703125}, {"start": 777.26, "end": 777.54, "word": " You", "probability": 0.394287109375}, {"start": 777.54, "end": 777.88, "word": " create", "probability": 0.33642578125}, {"start": 777.88, "end": 778.02, "word": " a", "probability": 0.69677734375}, {"start": 778.02, "end": 778.22, "word": " builder", "probability": 0.93359375}, {"start": 778.22, "end": 778.38, "word": " and", "probability": 0.75146484375}, {"start": 778.38, "end": 778.66, "word": " give", "probability": 0.15234375}, {"start": 778.66, "end": 778.86, "word": " it", "probability": 0.654296875}, {"start": 778.86, "end": 779.08, "word": " a", "probability": 0.53076171875}, {"start": 779.08, "end": 779.46, "word": " reference", "probability": 0.8974609375}, {"start": 779.46, "end": 779.64, "word": " to", "probability": 0.427734375}, {"start": 779.64, "end": 779.7, "word": " the", "probability": 0.58447265625}, {"start": 779.7, "end": 780.12, "word": " activity.", "probability": 0.9189453125}, {"start": 781.16, "end": 781.44, "word": " Now", "probability": 0.288818359375}, {"start": 781.44, "end": 781.64, "word": " it", "probability": 0.310302734375}, {"start": 781.64, "end": 781.64, "word": " is", "probability": 0.80224609375}, {"start": 781.64, "end": 782.06, "word": " easy", "probability": 0.57470703125}, {"start": 782.06, "end": 782.06, "word": " to", "probability": 0.44482421875}, {"start": 782.06, "end": 782.06, "word": " understand.", "probability": 0.402587890625}, {"start": 782.34, "end": 782.56, "word": " You", "probability": 0.38037109375}, {"start": 782.56, "end": 782.86, "word": " go", "probability": 0.630859375}, {"start": 782.86, "end": 782.96, "word": " to", "probability": 0.9384765625}, {"start": 782.96, "end": 783.08, "word": " your", "probability": 0.7607421875}, {"start": 783.08, "end": 783.32, "word": " builder", "probability": 0.908203125}, {"start": 783.32, "end": 784.56, "word": " and", "probability": 0.56005859375}, {"start": 784.56, "end": 784.8, "word": " give", "probability": 0.61474609375}, {"start": 784.8, "end": 785.0, "word": " it", "probability": 0.74609375}, {"start": 785.0, "end": 785.0, "word": " the", "probability": 0.4794921875}, {"start": 785.0, "end": 785.2, "word": " data", "probability": 0.358642578125}, {"start": 785.2, "end": 786.0, "word": " of", "probability": 0.634765625}, {"start": 786.0, "end": 786.12, "word": " the", "probability": 0.60791015625}, {"start": 786.12, "end": 786.44, "word": " dialogue.", "probability": 0.76416015625}, {"start": 786.66, "end": 786.98, "word": " For", "probability": 0.86083984375}, {"start": 786.98, "end": 787.18, "word": " example,", "probability": 0.9169921875}, {"start": 787.58, "end": 787.94, "word": " set", "probability": 0.65185546875}, {"start": 787.94, "end": 789.92, "word": " title.", "probability": 0.82275390625}, {"start": 790.04, "end": 790.22, "word": " What", "probability": 0.84033203125}, {"start": 790.22, "end": 790.24, "word": " is", "probability": 0.307861328125}, {"start": 790.24, "end": 790.46, "word": " the", "probability": 0.87255859375}, {"start": 790.46, "end": 790.68, "word": " title", "probability": 0.70947265625}, {"start": 790.68, "end": 791.26, "word": " of", "probability": 0.93017578125}, {"start": 791.26, "end": 792.42, "word": " the", "probability": 0.74853515625}, {"start": 792.42, "end": 792.76, "word": " message?", "probability": 0.80078125}, {"start": 795.58, "end": 796.08, "word": " Tenby,", "probability": 0.2247314453125}, {"start": 796.24, "end": 796.44, "word": " for", "probability": 0.92529296875}, {"start": 796.44, "end": 796.58, "word": " example.", "probability": 0.9453125}, {"start": 798.78, "end": 799.28, "word": " We", "probability": 0.5009765625}, {"start": 799.28, "end": 799.56, "word": " write", "probability": 0.428466796875}, {"start": 799.56, "end": 799.78, "word": " in", "probability": 0.50634765625}, {"start": 799.78, "end": 800.06, "word": " Arabic.", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 29, "seek": 83637, "start": 807.21, "end": 836.37, "text": " Okay, we have a set message, which is a message, okay? Please enter the name Okay, build up dot, we have a set icon Icon, if you want an icon for this For example, let's choose an icon for the dialogue", "tokens": [1033, 11, 321, 362, 257, 992, 3636, 11, 597, 307, 257, 3636, 11, 1392, 30, 2555, 3242, 264, 1315, 1033, 11, 1322, 493, 5893, 11, 321, 362, 257, 992, 6528, 286, 1671, 11, 498, 291, 528, 364, 6528, 337, 341, 1171, 1365, 11, 718, 311, 2826, 364, 6528, 337, 264, 10221], "avg_logprob": -0.5144230608756726, "compression_ratio": 1.4852941176470589, "no_speech_prob": 0.0, "words": [{"start": 807.21, "end": 807.59, "word": " Okay,", "probability": 0.197998046875}, {"start": 807.89, "end": 808.31, "word": " we", "probability": 0.58740234375}, {"start": 808.31, "end": 808.31, "word": " have", "probability": 0.86279296875}, {"start": 808.31, "end": 808.43, "word": " a", "probability": 0.10931396484375}, {"start": 808.43, "end": 808.57, "word": " set", "probability": 0.74755859375}, {"start": 808.57, "end": 809.03, "word": " message,", "probability": 0.90625}, {"start": 809.31, "end": 809.63, "word": " which", "probability": 0.5078125}, {"start": 809.63, "end": 809.85, "word": " is", "probability": 0.81201171875}, {"start": 809.85, "end": 811.05, "word": " a", "probability": 0.2763671875}, {"start": 811.05, "end": 811.43, "word": " message,", "probability": 0.76904296875}, {"start": 811.57, "end": 812.01, "word": " okay?", "probability": 0.5732421875}, {"start": 815.43, "end": 816.01, "word": " Please", "probability": 0.280029296875}, {"start": 816.01, "end": 817.07, "word": " enter", "probability": 0.79248046875}, {"start": 817.07, "end": 819.99, "word": " the", "probability": 0.499267578125}, {"start": 819.99, "end": 820.29, "word": " name", "probability": 0.8583984375}, {"start": 820.29, "end": 825.77, "word": " Okay,", "probability": 0.42431640625}, {"start": 825.89, "end": 826.13, "word": " build", "probability": 0.297119140625}, {"start": 826.13, "end": 826.49, "word": " up", "probability": 0.471923828125}, {"start": 826.49, "end": 827.03, "word": " dot,", "probability": 0.66015625}, {"start": 827.49, "end": 827.79, "word": " we", "probability": 0.7333984375}, {"start": 827.79, "end": 827.89, "word": " have", "probability": 0.9267578125}, {"start": 827.89, "end": 828.01, "word": " a", "probability": 0.68408203125}, {"start": 828.01, "end": 828.25, "word": " set", "probability": 0.9658203125}, {"start": 828.25, "end": 828.69, "word": " icon", "probability": 0.783203125}, {"start": 828.69, "end": 831.85, "word": " Icon,", "probability": 0.582763671875}, {"start": 831.87, "end": 831.97, "word": " if", "probability": 0.86083984375}, {"start": 831.97, "end": 832.15, "word": " you", "probability": 0.96240234375}, {"start": 832.15, "end": 832.35, "word": " want", "probability": 0.75732421875}, {"start": 832.35, "end": 832.53, "word": " an", "probability": 0.640625}, {"start": 832.53, "end": 832.77, "word": " icon", "probability": 0.97509765625}, {"start": 832.77, "end": 832.99, "word": " for", "probability": 0.5947265625}, {"start": 832.99, "end": 833.69, "word": " this", "probability": 0.414306640625}, {"start": 833.69, "end": 834.13, "word": " For", "probability": 0.298095703125}, {"start": 834.13, "end": 834.41, "word": " example,", "probability": 0.9482421875}, {"start": 834.55, "end": 834.87, "word": " let's", "probability": 0.921630859375}, {"start": 834.87, "end": 835.11, "word": " choose", "probability": 0.7998046875}, {"start": 835.11, "end": 835.25, "word": " an", "probability": 0.7294921875}, {"start": 835.25, "end": 835.43, "word": " icon", "probability": 0.97265625}, {"start": 835.43, "end": 835.67, "word": " for", "probability": 0.9365234375}, {"start": 835.67, "end": 835.95, "word": " the", "probability": 0.57373046875}, {"start": 835.95, "end": 836.37, "word": " dialogue", "probability": 0.6171875}], "temperature": 1.0}, {"id": 30, "seek": 86235, "start": 837.35, "end": 862.35, "text": "I can't do more than one message, for example, if a subspace brings me a message like this How? If it's a subspace, for example, I can't do more than one message I don't understand, what exactly do you want to do? If it's a subspace, for example, I can't do more than one message Okay, what's in the statement? Check the existing string, if it has a problem like this, give it a message like this, okay?", "tokens": [40, 393, 380, 360, 544, 813, 472, 3636, 11, 337, 1365, 11, 498, 257, 2090, 17940, 5607, 385, 257, 3636, 411, 341, 1012, 30, 759, 309, 311, 257, 2090, 17940, 11, 337, 1365, 11, 286, 393, 380, 360, 544, 813, 472, 3636, 286, 500, 380, 1223, 11, 437, 2293, 360, 291, 528, 281, 360, 30, 759, 309, 311, 257, 2090, 17940, 11, 337, 1365, 11, 286, 393, 380, 360, 544, 813, 472, 3636, 1033, 11, 437, 311, 294, 264, 5629, 30, 6881, 264, 6741, 6798, 11, 498, 309, 575, 257, 1154, 411, 341, 11, 976, 309, 257, 3636, 411, 341, 11, 1392, 30], "avg_logprob": -0.5189302999239701, "compression_ratio": 2.066666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 837.35, "end": 837.57, "word": "I", "probability": 0.2247314453125}, {"start": 837.57, "end": 837.83, "word": " can't", "probability": 0.415771484375}, {"start": 837.83, "end": 837.87, "word": " do", "probability": 0.43359375}, {"start": 837.87, "end": 838.13, "word": " more", "probability": 0.84423828125}, {"start": 838.13, "end": 838.31, "word": " than", "probability": 0.89111328125}, {"start": 838.31, "end": 838.43, "word": " one", "probability": 0.65087890625}, {"start": 838.43, "end": 838.71, "word": " message,", "probability": 0.60400390625}, {"start": 839.55, "end": 840.07, "word": " for", "probability": 0.415283203125}, {"start": 840.07, "end": 840.27, "word": " example,", "probability": 0.93115234375}, {"start": 840.37, "end": 840.49, "word": " if", "probability": 0.8115234375}, {"start": 840.49, "end": 840.99, "word": " a", "probability": 0.20849609375}, {"start": 840.99, "end": 841.47, "word": " subspace", "probability": 0.59808349609375}, {"start": 841.47, "end": 841.87, "word": " brings", "probability": 0.360595703125}, {"start": 841.87, "end": 842.03, "word": " me", "probability": 0.2919921875}, {"start": 842.03, "end": 842.09, "word": " a", "probability": 0.61669921875}, {"start": 842.09, "end": 842.35, "word": " message", "probability": 0.8037109375}, {"start": 842.35, "end": 842.47, "word": " like", "probability": 0.5703125}, {"start": 842.47, "end": 842.71, "word": " this", "probability": 0.77294921875}, {"start": 842.71, "end": 843.13, "word": " How?", "probability": 0.1871337890625}, {"start": 843.47, "end": 843.83, "word": " If", "probability": 0.427001953125}, {"start": 843.83, "end": 843.89, "word": " it's", "probability": 0.37109375}, {"start": 843.89, "end": 844.07, "word": " a", "probability": 0.84423828125}, {"start": 844.07, "end": 844.43, "word": " subspace,", "probability": 0.7152099609375}, {"start": 844.51, "end": 844.63, "word": " for", "probability": 0.3291015625}, {"start": 844.63, "end": 844.73, "word": " example,", "probability": 0.96435546875}, {"start": 844.79, "end": 844.89, "word": " I", "probability": 0.352294921875}, {"start": 844.89, "end": 845.17, "word": " can't", "probability": 0.837158203125}, {"start": 845.17, "end": 845.35, "word": " do", "probability": 0.212158203125}, {"start": 845.35, "end": 845.49, "word": " more", "probability": 0.81494140625}, {"start": 845.49, "end": 845.55, "word": " than", "probability": 0.92041015625}, {"start": 845.55, "end": 845.67, "word": " one", "probability": 0.8701171875}, {"start": 845.67, "end": 845.67, "word": " message", "probability": 0.78759765625}, {"start": 845.67, "end": 845.87, "word": " I", "probability": 0.11187744140625}, {"start": 845.87, "end": 849.81, "word": " don't", "probability": 0.7213134765625}, {"start": 849.81, "end": 850.03, "word": " understand,", "probability": 0.489990234375}, {"start": 850.11, "end": 850.25, "word": " what", "probability": 0.8798828125}, {"start": 850.25, "end": 850.29, "word": " exactly", "probability": 0.51708984375}, {"start": 850.29, "end": 850.29, "word": " do", "probability": 0.84326171875}, {"start": 850.29, "end": 850.29, "word": " you", "probability": 0.96630859375}, {"start": 850.29, "end": 850.39, "word": " want", "probability": 0.78173828125}, {"start": 850.39, "end": 850.47, "word": " to", "probability": 0.8193359375}, {"start": 850.47, "end": 850.93, "word": " do?", "probability": 0.943359375}, {"start": 851.79, "end": 851.79, "word": " If", "probability": 0.1038818359375}, {"start": 851.79, "end": 852.75, "word": " it's", "probability": 0.72412109375}, {"start": 852.75, "end": 852.87, "word": " a", "probability": 0.9130859375}, {"start": 852.87, "end": 853.17, "word": " subspace,", "probability": 0.902099609375}, {"start": 853.29, "end": 853.47, "word": " for", "probability": 0.646484375}, {"start": 853.47, "end": 853.57, "word": " example,", "probability": 0.9716796875}, {"start": 853.65, "end": 854.17, "word": " I", "probability": 0.10125732421875}, {"start": 854.17, "end": 854.97, "word": " can't", "probability": 0.649169921875}, {"start": 854.97, "end": 855.67, "word": " do", "probability": 0.5283203125}, {"start": 855.67, "end": 855.71, "word": " more", "probability": 0.8671875}, {"start": 855.71, "end": 856.41, "word": " than", "probability": 0.93212890625}, {"start": 856.41, "end": 856.97, "word": " one", "probability": 0.91015625}, {"start": 856.97, "end": 857.11, "word": " message", "probability": 0.82177734375}, {"start": 857.11, "end": 857.19, "word": " Okay,", "probability": 0.09033203125}, {"start": 857.41, "end": 857.55, "word": " what's", "probability": 0.573486328125}, {"start": 857.55, "end": 857.61, "word": " in", "probability": 0.6123046875}, {"start": 857.61, "end": 857.67, "word": " the", "probability": 0.86962890625}, {"start": 857.67, "end": 858.03, "word": " statement?", "probability": 0.93017578125}, {"start": 858.21, "end": 858.43, "word": " Check", "probability": 0.763671875}, {"start": 858.43, "end": 858.79, "word": " the", "probability": 0.82373046875}, {"start": 858.79, "end": 859.47, "word": " existing", "probability": 0.619140625}, {"start": 859.47, "end": 859.47, "word": " string,", "probability": 0.88330078125}, {"start": 859.79, "end": 859.93, "word": " if", "probability": 0.86474609375}, {"start": 859.93, "end": 860.13, "word": " it", "probability": 0.63134765625}, {"start": 860.13, "end": 860.15, "word": " has", "probability": 0.880859375}, {"start": 860.15, "end": 860.23, "word": " a", "probability": 0.71435546875}, {"start": 860.23, "end": 860.47, "word": " problem", "probability": 0.79296875}, {"start": 860.47, "end": 860.69, "word": " like", "probability": 0.74609375}, {"start": 860.69, "end": 860.87, "word": " this,", "probability": 0.81982421875}, {"start": 861.01, "end": 861.13, "word": " give", "probability": 0.178466796875}, {"start": 861.13, "end": 861.31, "word": " it", "probability": 0.5322265625}, {"start": 861.31, "end": 861.33, "word": " a", "probability": 0.88671875}, {"start": 861.33, "end": 861.53, "word": " message", "probability": 0.9189453125}, {"start": 861.53, "end": 861.67, "word": " like", "probability": 0.8994140625}, {"start": 861.67, "end": 862.05, "word": " this,", "probability": 0.90087890625}, {"start": 862.19, "end": 862.35, "word": " okay?", "probability": 0.361572265625}], "temperature": 1.0}, {"id": 31, "seek": 88677, "start": 869.05, "end": 886.77, "text": " If I go to drawable, I want to put the picture of the icon that I want. I prepare my icons with me. For example, this is called a closed icon. It is not 100% but it shows that it is an icon. If I find this icon, it will give you more than one option for 6 icons.", "tokens": [759, 286, 352, 281, 2642, 712, 11, 286, 528, 281, 829, 264, 3036, 295, 264, 6528, 300, 286, 528, 13, 286, 5940, 452, 23308, 365, 385, 13, 1171, 1365, 11, 341, 307, 1219, 257, 5395, 6528, 13, 467, 307, 406, 2319, 4, 457, 309, 3110, 300, 309, 307, 364, 6528, 13, 759, 286, 915, 341, 6528, 11, 309, 486, 976, 291, 544, 813, 472, 3614, 337, 1386, 23308, 13], "avg_logprob": -0.5593749914850508, "compression_ratio": 1.5114942528735633, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 869.05, "end": 869.41, "word": " If", "probability": 0.15966796875}, {"start": 869.41, "end": 869.63, "word": " I", "probability": 0.343505859375}, {"start": 869.63, "end": 871.89, "word": " go", "probability": 0.453369140625}, {"start": 871.89, "end": 872.21, "word": " to", "probability": 0.890625}, {"start": 872.21, "end": 872.69, "word": " drawable,", "probability": 0.668212890625}, {"start": 872.79, "end": 872.93, "word": " I", "probability": 0.88916015625}, {"start": 872.93, "end": 873.09, "word": " want", "probability": 0.1746826171875}, {"start": 873.09, "end": 873.13, "word": " to", "probability": 0.912109375}, {"start": 873.13, "end": 873.31, "word": " put", "probability": 0.5341796875}, {"start": 873.31, "end": 873.47, "word": " the", "probability": 0.6259765625}, {"start": 873.47, "end": 873.61, "word": " picture", "probability": 0.1571044921875}, {"start": 873.61, "end": 873.73, "word": " of", "probability": 0.89599609375}, {"start": 873.73, "end": 873.81, "word": " the", "probability": 0.71337890625}, {"start": 873.81, "end": 874.05, "word": " icon", "probability": 0.7724609375}, {"start": 874.05, "end": 874.41, "word": " that", "probability": 0.3330078125}, {"start": 874.41, "end": 874.49, "word": " I", "probability": 0.9794921875}, {"start": 874.49, "end": 874.73, "word": " want.", "probability": 0.80615234375}, {"start": 875.39, "end": 875.59, "word": " I", "probability": 0.57177734375}, {"start": 875.59, "end": 876.07, "word": " prepare", "probability": 0.44140625}, {"start": 876.07, "end": 876.21, "word": " my", "probability": 0.7919921875}, {"start": 876.21, "end": 876.41, "word": " icons", "probability": 0.67626953125}, {"start": 876.41, "end": 876.69, "word": " with", "probability": 0.59228515625}, {"start": 876.69, "end": 877.49, "word": " me.", "probability": 0.91259765625}, {"start": 877.69, "end": 877.89, "word": " For", "probability": 0.302978515625}, {"start": 877.89, "end": 878.03, "word": " example,", "probability": 0.958984375}, {"start": 878.05, "end": 878.21, "word": " this", "probability": 0.59619140625}, {"start": 878.21, "end": 878.33, "word": " is", "probability": 0.6171875}, {"start": 878.33, "end": 878.51, "word": " called", "probability": 0.42822265625}, {"start": 878.51, "end": 879.09, "word": " a", "probability": 0.2318115234375}, {"start": 879.09, "end": 879.35, "word": " closed", "probability": 0.46240234375}, {"start": 879.35, "end": 879.67, "word": " icon.", "probability": 0.9140625}, {"start": 879.81, "end": 879.95, "word": " It", "probability": 0.360595703125}, {"start": 879.95, "end": 879.95, "word": " is", "probability": 0.5244140625}, {"start": 879.95, "end": 879.95, "word": " not", "probability": 0.921875}, {"start": 879.95, "end": 880.29, "word": " 100", "probability": 0.400146484375}, {"start": 880.29, "end": 880.59, "word": "%", "probability": 0.52685546875}, {"start": 880.59, "end": 880.77, "word": " but", "probability": 0.44970703125}, {"start": 880.77, "end": 881.37, "word": " it", "probability": 0.76318359375}, {"start": 881.37, "end": 881.61, "word": " shows", "probability": 0.416259765625}, {"start": 881.61, "end": 881.71, "word": " that", "probability": 0.36181640625}, {"start": 881.71, "end": 881.77, "word": " it", "probability": 0.6796875}, {"start": 881.77, "end": 881.83, "word": " is", "probability": 0.7392578125}, {"start": 881.83, "end": 882.01, "word": " an", "probability": 0.810546875}, {"start": 882.01, "end": 882.19, "word": " icon.", "probability": 0.93017578125}, {"start": 882.27, "end": 882.37, "word": " If", "probability": 0.76123046875}, {"start": 882.37, "end": 882.55, "word": " I", "probability": 0.7744140625}, {"start": 882.55, "end": 882.55, "word": " find", "probability": 0.7021484375}, {"start": 882.55, "end": 882.65, "word": " this", "probability": 0.67578125}, {"start": 882.65, "end": 882.93, "word": " icon,", "probability": 0.8935546875}, {"start": 883.27, "end": 884.73, "word": " it", "probability": 0.580078125}, {"start": 884.73, "end": 884.79, "word": " will", "probability": 0.2412109375}, {"start": 884.79, "end": 884.87, "word": " give", "probability": 0.65234375}, {"start": 884.87, "end": 885.05, "word": " you", "probability": 0.453125}, {"start": 885.05, "end": 885.29, "word": " more", "probability": 0.88330078125}, {"start": 885.29, "end": 885.43, "word": " than", "probability": 0.67431640625}, {"start": 885.43, "end": 885.57, "word": " one", "probability": 0.8203125}, {"start": 885.57, "end": 885.81, "word": " option", "probability": 0.67041015625}, {"start": 885.81, "end": 886.19, "word": " for", "probability": 0.5595703125}, {"start": 886.19, "end": 886.41, "word": " 6", "probability": 0.15283203125}, {"start": 886.41, "end": 886.77, "word": " icons.", "probability": 0.9150390625}], "temperature": 1.0}, {"id": 32, "seek": 89942, "start": 889.38, "end": 899.42, "text": " There is an icon that takes an integer, which is the id of the image. We will take this one. Why? Because it says r.drawable", "tokens": [821, 307, 364, 6528, 300, 2516, 364, 24922, 11, 597, 307, 264, 4496, 295, 264, 3256, 13, 492, 486, 747, 341, 472, 13, 1545, 30, 1436, 309, 1619, 367, 13, 48848, 712], "avg_logprob": -0.6709280303030303, "compression_ratio": 1.2376237623762376, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 889.38, "end": 889.58, "word": " There", "probability": 0.10943603515625}, {"start": 889.58, "end": 889.62, "word": " is", "probability": 0.76025390625}, {"start": 889.62, "end": 889.9, "word": " an", "probability": 0.75634765625}, {"start": 889.9, "end": 889.9, "word": " icon", "probability": 0.779296875}, {"start": 889.9, "end": 890.04, "word": " that", "probability": 0.488037109375}, {"start": 890.04, "end": 890.26, "word": " takes", "probability": 0.37451171875}, {"start": 890.26, "end": 890.4, "word": " an", "probability": 0.307373046875}, {"start": 890.4, "end": 890.74, "word": " integer,", "probability": 0.8955078125}, {"start": 891.76, "end": 891.76, "word": " which", "probability": 0.61279296875}, {"start": 891.76, "end": 891.96, "word": " is", "probability": 0.87255859375}, {"start": 891.96, "end": 892.4, "word": " the", "probability": 0.6767578125}, {"start": 892.4, "end": 892.68, "word": " id", "probability": 0.275146484375}, {"start": 892.68, "end": 892.88, "word": " of", "probability": 0.371337890625}, {"start": 892.88, "end": 893.28, "word": " the", "probability": 0.6611328125}, {"start": 893.28, "end": 893.56, "word": " image.", "probability": 0.2880859375}, {"start": 894.8, "end": 895.36, "word": " We", "probability": 0.31103515625}, {"start": 895.36, "end": 895.64, "word": " will", "probability": 0.54638671875}, {"start": 895.64, "end": 895.86, "word": " take", "probability": 0.64208984375}, {"start": 895.86, "end": 896.16, "word": " this", "probability": 0.8271484375}, {"start": 896.16, "end": 896.7, "word": " one.", "probability": 0.68310546875}, {"start": 896.8, "end": 897.3, "word": " Why?", "probability": 0.465087890625}, {"start": 897.44, "end": 897.6, "word": " Because", "probability": 0.6025390625}, {"start": 897.6, "end": 897.7, "word": " it", "probability": 0.44189453125}, {"start": 897.7, "end": 897.92, "word": " says", "probability": 0.56689453125}, {"start": 897.92, "end": 898.4, "word": " r", "probability": 0.1893310546875}, {"start": 898.4, "end": 899.42, "word": ".drawable", "probability": 0.9368489583333334}], "temperature": 1.0}, {"id": 33, "seek": 92409, "start": 906.13, "end": 924.09, "text": "R.ID.Button is an integer, anything in R is an integer, IDs, but what makes it special is that drawable means something that exists in drawable, color means something that exists in color, ID means something that exists in layout", "tokens": [49, 13, 2777, 13, 7835, 1756, 307, 364, 24922, 11, 1340, 294, 497, 307, 364, 24922, 11, 48212, 11, 457, 437, 1669, 309, 2121, 307, 300, 2642, 712, 1355, 746, 300, 8198, 294, 2642, 712, 11, 2017, 1355, 746, 300, 8198, 294, 2017, 11, 7348, 1355, 746, 300, 8198, 294, 13333], "avg_logprob": -0.5988581547370324, "compression_ratio": 1.8174603174603174, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 906.1300000000001, "end": 906.7900000000001, "word": "R", "probability": 0.054840087890625}, {"start": 906.7900000000001, "end": 907.45, "word": ".ID", "probability": 0.68310546875}, {"start": 907.45, "end": 908.51, "word": ".Button", "probability": 0.7877604166666666}, {"start": 908.51, "end": 908.69, "word": " is", "probability": 0.35302734375}, {"start": 908.69, "end": 909.11, "word": " an", "probability": 0.354736328125}, {"start": 909.11, "end": 909.39, "word": " integer,", "probability": 0.84033203125}, {"start": 909.91, "end": 910.21, "word": " anything", "probability": 0.4521484375}, {"start": 910.21, "end": 910.75, "word": " in", "probability": 0.6279296875}, {"start": 910.75, "end": 911.17, "word": " R", "probability": 0.7138671875}, {"start": 911.17, "end": 913.07, "word": " is", "probability": 0.7568359375}, {"start": 913.07, "end": 913.87, "word": " an", "probability": 0.7060546875}, {"start": 913.87, "end": 914.19, "word": " integer,", "probability": 0.81494140625}, {"start": 914.31, "end": 914.69, "word": " IDs,", "probability": 0.294921875}, {"start": 915.55, "end": 915.65, "word": " but", "probability": 0.4599609375}, {"start": 915.65, "end": 915.81, "word": " what", "probability": 0.2252197265625}, {"start": 915.81, "end": 915.93, "word": " makes", "probability": 0.406494140625}, {"start": 915.93, "end": 915.93, "word": " it", "probability": 0.76318359375}, {"start": 915.93, "end": 916.21, "word": " special", "probability": 0.459716796875}, {"start": 916.21, "end": 916.49, "word": " is", "probability": 0.890625}, {"start": 916.49, "end": 916.99, "word": " that", "probability": 0.85595703125}, {"start": 916.99, "end": 917.41, "word": " drawable", "probability": 0.6573486328125}, {"start": 917.41, "end": 917.57, "word": " means", "probability": 0.480224609375}, {"start": 917.57, "end": 917.85, "word": " something", "probability": 0.25341796875}, {"start": 917.85, "end": 918.19, "word": " that", "probability": 0.444580078125}, {"start": 918.19, "end": 918.19, "word": " exists", "probability": 0.2666015625}, {"start": 918.19, "end": 918.71, "word": " in", "probability": 0.54345703125}, {"start": 918.71, "end": 919.17, "word": " drawable,", "probability": 0.6888427734375}, {"start": 919.23, "end": 919.75, "word": " color", "probability": 0.548828125}, {"start": 919.75, "end": 919.89, "word": " means", "probability": 0.630859375}, {"start": 919.89, "end": 920.11, "word": " something", "probability": 0.55419921875}, {"start": 920.11, "end": 920.13, "word": " that", "probability": 0.62646484375}, {"start": 920.13, "end": 920.13, "word": " exists", "probability": 0.79248046875}, {"start": 920.13, "end": 920.23, "word": " in", "probability": 0.896484375}, {"start": 920.23, "end": 920.85, "word": " color,", "probability": 0.84130859375}, {"start": 921.95, "end": 922.71, "word": " ID", "probability": 0.611328125}, {"start": 922.71, "end": 922.97, "word": " means", "probability": 0.74853515625}, {"start": 922.97, "end": 923.27, "word": " something", "probability": 0.556640625}, {"start": 923.27, "end": 923.61, "word": " that", "probability": 0.79541015625}, {"start": 923.61, "end": 923.61, "word": " exists", "probability": 0.82861328125}, {"start": 923.61, "end": 923.79, "word": " in", "probability": 0.9365234375}, {"start": 923.79, "end": 924.09, "word": " layout", "probability": 0.7275390625}], "temperature": 1.0}, {"id": 34, "seek": 95513, "start": 944.15, "end": 955.13, "text": " Builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder.builder", "tokens": [11875, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260, 13, 11516, 260], "avg_logprob": -0.04649305714501275, "compression_ratio": 26.08695652173913, "no_speech_prob": 0.0, "words": [{"start": 944.1499999999999, "end": 944.7299999999999, "word": " Builder", "probability": 0.62451171875}, {"start": 944.7299999999999, "end": 945.31, "word": ".builder", "probability": 0.5099894205729166}, {"start": 945.31, "end": 947.67, "word": ".builder", "probability": 0.8173828125}, {"start": 947.67, "end": 948.39, "word": ".builder", "probability": 0.8810221354166666}, {"start": 948.39, "end": 949.97, "word": ".builder", "probability": 0.9309895833333334}, {"start": 949.97, "end": 951.21, "word": ".builder", "probability": 0.95166015625}, {"start": 951.21, "end": 951.51, "word": ".builder", "probability": 0.9664713541666666}, {"start": 951.51, "end": 954.47, "word": ".builder", "probability": 0.9754231770833334}, {"start": 954.47, "end": 954.47, "word": ".builder", "probability": 0.98046875}, {"start": 954.47, "end": 954.47, "word": ".builder", "probability": 0.98291015625}, {"start": 954.47, "end": 954.47, "word": ".builder", "probability": 0.9840494791666666}, {"start": 954.47, "end": 954.49, "word": ".builder", "probability": 0.9850260416666666}, {"start": 954.49, "end": 954.49, "word": ".builder", "probability": 0.9853515625}, {"start": 954.49, "end": 954.77, "word": ".builder", "probability": 0.9851888020833334}, {"start": 954.77, "end": 954.77, "word": ".builder", "probability": 0.9853515625}, {"start": 954.77, "end": 954.79, "word": ".builder", "probability": 0.9851888020833334}, {"start": 954.79, "end": 954.79, "word": ".builder", "probability": 0.9847005208333334}, {"start": 954.79, "end": 954.79, "word": ".builder", "probability": 0.9845377604166666}, {"start": 954.79, "end": 954.81, "word": ".builder", "probability": 0.9842122395833334}, {"start": 954.81, "end": 954.81, "word": ".builder", "probability": 0.98388671875}, {"start": 954.81, "end": 954.91, "word": ".builder", "probability": 0.9837239583333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9833984375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9830729166666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.98291015625}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9825846354166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9825846354166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.982421875}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.982421875}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.98193359375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.98193359375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.98193359375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9817708333333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9814453125}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9811197916666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9807942708333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9807942708333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9806315104166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.98046875}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9801432291666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9798177083333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9793294270833334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9791666666666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9786783854166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9781901041666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9775390625}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9772135416666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9767252604166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9763997395833334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9755859375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9754231770833334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9749348958333334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.974609375}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9736328125}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9737955729166666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9723307291666666}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9724934895833334}, {"start": 954.91, "end": 954.91, "word": ".builder", "probability": 0.9720052083333334}, {"start": 954.91, "end": 954.93, "word": ".builder", "probability": 0.9720052083333334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9716796875}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9713541666666666}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9710286458333334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9705403645833334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9700520833333334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.97021484375}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9705403645833334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.97021484375}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9705403645833334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.970703125}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9703776041666666}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9705403645833334}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.97119140625}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.97021484375}, {"start": 954.93, "end": 954.93, "word": ".builder", "probability": 0.9708658854166666}, {"start": 954.93, "end": 955.03, "word": ".builder", "probability": 0.97119140625}, {"start": 955.03, "end": 955.13, "word": ".builder", "probability": 0.9710286458333334}], "temperature": 1.0}, {"id": 35, "seek": 98497, "start": 957.15, "end": 984.97, "text": " You have 6 positive buttons, 6 negative buttons and 6 neutral buttons What is positive and negative? It means that your actions are positive, negative and neutral. Ok? Of course, these are not the names that come up, you can call them whatever you want. For example, I want to choose something positive, for example. Of course, in the dialogue that follows, we will choose button 1. Then, we will make a dialogue where when you press back,", "tokens": [509, 362, 1386, 3353, 9905, 11, 1386, 3671, 9905, 293, 1386, 10598, 9905, 708, 307, 3353, 293, 3671, 30, 467, 1355, 300, 428, 5909, 366, 3353, 11, 3671, 293, 10598, 13, 3477, 30, 2720, 1164, 11, 613, 366, 406, 264, 5288, 300, 808, 493, 11, 291, 393, 818, 552, 2035, 291, 528, 13, 1171, 1365, 11, 286, 528, 281, 2826, 746, 3353, 11, 337, 1365, 13, 2720, 1164, 11, 294, 264, 10221, 300, 10002, 11, 321, 486, 2826, 2960, 502, 13, 1396, 11, 321, 486, 652, 257, 10221, 689, 562, 291, 1886, 646, 11], "avg_logprob": -0.5898026478917975, "compression_ratio": 1.8487394957983194, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 957.15, "end": 957.43, "word": " You", "probability": 0.277587890625}, {"start": 957.43, "end": 957.71, "word": " have", "probability": 0.75390625}, {"start": 957.71, "end": 958.09, "word": " 6", "probability": 0.55712890625}, {"start": 958.09, "end": 958.69, "word": " positive", "probability": 0.45361328125}, {"start": 958.69, "end": 959.11, "word": " buttons,", "probability": 0.521484375}, {"start": 959.39, "end": 959.59, "word": " 6", "probability": 0.91455078125}, {"start": 959.59, "end": 960.05, "word": " negative", "probability": 0.86181640625}, {"start": 960.05, "end": 960.53, "word": " buttons", "probability": 0.859375}, {"start": 960.53, "end": 960.89, "word": " and", "probability": 0.44921875}, {"start": 960.89, "end": 961.03, "word": " 6", "probability": 0.78564453125}, {"start": 961.03, "end": 962.41, "word": " neutral", "probability": 0.90625}, {"start": 962.41, "end": 963.13, "word": " buttons", "probability": 0.86865234375}, {"start": 963.13, "end": 963.55, "word": " What", "probability": 0.3642578125}, {"start": 963.55, "end": 963.65, "word": " is", "probability": 0.37353515625}, {"start": 963.65, "end": 964.11, "word": " positive", "probability": 0.625}, {"start": 964.11, "end": 964.23, "word": " and", "probability": 0.75927734375}, {"start": 964.23, "end": 964.51, "word": " negative?", "probability": 0.8896484375}, {"start": 964.61, "end": 964.79, "word": " It", "probability": 0.30908203125}, {"start": 964.79, "end": 964.79, "word": " means", "probability": 0.406982421875}, {"start": 964.79, "end": 964.95, "word": " that", "probability": 0.301513671875}, {"start": 964.95, "end": 965.03, "word": " your", "probability": 0.5947265625}, {"start": 965.03, "end": 965.51, "word": " actions", "probability": 0.58984375}, {"start": 965.51, "end": 966.47, "word": " are", "probability": 0.469482421875}, {"start": 966.47, "end": 966.97, "word": " positive,", "probability": 0.19482421875}, {"start": 967.35, "end": 967.71, "word": " negative", "probability": 0.95263671875}, {"start": 967.71, "end": 968.81, "word": " and", "probability": 0.75341796875}, {"start": 968.81, "end": 969.45, "word": " neutral.", "probability": 0.4853515625}, {"start": 969.59, "end": 969.99, "word": " Ok?", "probability": 0.1741943359375}, {"start": 970.51, "end": 970.83, "word": " Of", "probability": 0.58984375}, {"start": 970.83, "end": 970.83, "word": " course,", "probability": 0.91162109375}, {"start": 970.89, "end": 971.01, "word": " these", "probability": 0.525390625}, {"start": 971.01, "end": 971.03, "word": " are", "probability": 0.87841796875}, {"start": 971.03, "end": 971.19, "word": " not", "probability": 0.94091796875}, {"start": 971.19, "end": 971.31, "word": " the", "probability": 0.765625}, {"start": 971.31, "end": 971.59, "word": " names", "probability": 0.50244140625}, {"start": 971.59, "end": 971.75, "word": " that", "probability": 0.6357421875}, {"start": 971.75, "end": 971.95, "word": " come", "probability": 0.22607421875}, {"start": 971.95, "end": 972.11, "word": " up,", "probability": 0.53271484375}, {"start": 972.21, "end": 972.39, "word": " you", "probability": 0.66455078125}, {"start": 972.39, "end": 972.65, "word": " can", "probability": 0.89501953125}, {"start": 972.65, "end": 972.95, "word": " call", "probability": 0.286865234375}, {"start": 972.95, "end": 973.03, "word": " them", "probability": 0.386474609375}, {"start": 973.03, "end": 973.13, "word": " whatever", "probability": 0.5849609375}, {"start": 973.13, "end": 973.25, "word": " you", "probability": 0.935546875}, {"start": 973.25, "end": 973.43, "word": " want.", "probability": 0.75927734375}, {"start": 973.95, "end": 974.33, "word": " For", "probability": 0.7490234375}, {"start": 974.33, "end": 974.37, "word": " example,", "probability": 0.943359375}, {"start": 974.43, "end": 974.57, "word": " I", "probability": 0.63134765625}, {"start": 974.57, "end": 974.71, "word": " want", "probability": 0.7353515625}, {"start": 974.71, "end": 974.81, "word": " to", "probability": 0.96044921875}, {"start": 974.81, "end": 975.01, "word": " choose", "probability": 0.8486328125}, {"start": 975.01, "end": 975.31, "word": " something", "probability": 0.299072265625}, {"start": 975.31, "end": 975.89, "word": " positive,", "probability": 0.818359375}, {"start": 976.23, "end": 976.23, "word": " for", "probability": 0.68017578125}, {"start": 976.23, "end": 976.37, "word": " example.", "probability": 0.96240234375}, {"start": 976.77, "end": 976.93, "word": " Of", "probability": 0.78271484375}, {"start": 976.93, "end": 976.93, "word": " course,", "probability": 0.962890625}, {"start": 977.23, "end": 977.31, "word": " in", "probability": 0.71044921875}, {"start": 977.31, "end": 977.45, "word": " the", "probability": 0.6591796875}, {"start": 977.45, "end": 977.69, "word": " dialogue", "probability": 0.300048828125}, {"start": 977.69, "end": 977.85, "word": " that", "probability": 0.61474609375}, {"start": 977.85, "end": 978.03, "word": " follows,", "probability": 0.68310546875}, {"start": 978.17, "end": 978.27, "word": " we", "probability": 0.73828125}, {"start": 978.27, "end": 978.35, "word": " will", "probability": 0.66796875}, {"start": 978.35, "end": 978.67, "word": " choose", "probability": 0.142333984375}, {"start": 978.67, "end": 979.49, "word": " button", "probability": 0.1773681640625}, {"start": 979.49, "end": 979.83, "word": " 1.", "probability": 0.83056640625}, {"start": 980.61, "end": 980.91, "word": " Then,", "probability": 0.5791015625}, {"start": 981.05, "end": 981.11, "word": " we", "probability": 0.72216796875}, {"start": 981.11, "end": 981.13, "word": " will", "probability": 0.77685546875}, {"start": 981.13, "end": 981.27, "word": " make", "probability": 0.38623046875}, {"start": 981.27, "end": 981.41, "word": " a", "probability": 0.5517578125}, {"start": 981.41, "end": 981.61, "word": " dialogue", "probability": 0.74462890625}, {"start": 981.61, "end": 982.09, "word": " where", "probability": 0.161865234375}, {"start": 982.09, "end": 983.75, "word": " when", "probability": 0.24169921875}, {"start": 983.75, "end": 984.33, "word": " you", "probability": 0.818359375}, {"start": 984.33, "end": 984.49, "word": " press", "probability": 0.492431640625}, {"start": 984.49, "end": 984.97, "word": " back,", "probability": 0.61083984375}], "temperature": 1.0}, {"id": 36, "seek": 100926, "start": 986.66, "end": 1009.26, "text": " In normal situation, it will close the application When you click back, it will ask you if you want to close the application This will have OK and Cancel and Cancel for example Here we will put 1 So choose any one of these, set positive button You will find here in the set positive button, look at the method, what it asks for, set positive", "tokens": [682, 2710, 2590, 11, 309, 486, 1998, 264, 3861, 1133, 291, 2052, 646, 11, 309, 486, 1029, 291, 498, 291, 528, 281, 1998, 264, 3861, 639, 486, 362, 2264, 293, 1664, 4933, 293, 1664, 4933, 337, 1365, 1692, 321, 486, 829, 502, 407, 2826, 604, 472, 295, 613, 11, 992, 3353, 2960, 509, 486, 915, 510, 294, 264, 992, 3353, 2960, 11, 574, 412, 264, 3170, 11, 437, 309, 8962, 337, 11, 992, 3353], "avg_logprob": -0.685416693687439, "compression_ratio": 1.7185929648241205, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 986.66, "end": 987.12, "word": " In", "probability": 0.154296875}, {"start": 987.12, "end": 987.58, "word": " normal", "probability": 0.285400390625}, {"start": 987.58, "end": 987.58, "word": " situation,", "probability": 0.3994140625}, {"start": 987.68, "end": 987.72, "word": " it", "probability": 0.419921875}, {"start": 987.72, "end": 987.78, "word": " will", "probability": 0.50634765625}, {"start": 987.78, "end": 987.98, "word": " close", "probability": 0.6669921875}, {"start": 987.98, "end": 988.14, "word": " the", "probability": 0.72802734375}, {"start": 988.14, "end": 988.5, "word": " application", "probability": 0.499267578125}, {"start": 988.5, "end": 989.94, "word": " When", "probability": 0.121826171875}, {"start": 989.94, "end": 990.68, "word": " you", "probability": 0.71923828125}, {"start": 990.68, "end": 990.84, "word": " click", "probability": 0.44677734375}, {"start": 990.84, "end": 991.3, "word": " back,", "probability": 0.46728515625}, {"start": 991.56, "end": 991.62, "word": " it", "probability": 0.775390625}, {"start": 991.62, "end": 991.72, "word": " will", "probability": 0.6171875}, {"start": 991.72, "end": 991.86, "word": " ask", "probability": 0.3212890625}, {"start": 991.86, "end": 992.0, "word": " you", "probability": 0.63818359375}, {"start": 992.0, "end": 992.5, "word": " if", "probability": 0.338134765625}, {"start": 992.5, "end": 992.8, "word": " you", "probability": 0.95654296875}, {"start": 992.8, "end": 993.0, "word": " want", "probability": 0.796875}, {"start": 993.0, "end": 993.04, "word": " to", "probability": 0.9296875}, {"start": 993.04, "end": 993.3, "word": " close", "probability": 0.62451171875}, {"start": 993.3, "end": 993.48, "word": " the", "probability": 0.80029296875}, {"start": 993.48, "end": 993.8, "word": " application", "probability": 0.9091796875}, {"start": 993.8, "end": 994.04, "word": " This", "probability": 0.1480712890625}, {"start": 994.04, "end": 994.26, "word": " will", "probability": 0.2213134765625}, {"start": 994.26, "end": 994.5, "word": " have", "probability": 0.3935546875}, {"start": 994.5, "end": 994.88, "word": " OK", "probability": 0.2724609375}, {"start": 994.88, "end": 995.12, "word": " and", "probability": 0.3310546875}, {"start": 995.12, "end": 995.54, "word": " Cancel", "probability": 0.736328125}, {"start": 995.54, "end": 995.64, "word": " and", "probability": 0.599609375}, {"start": 995.64, "end": 995.88, "word": " Cancel", "probability": 0.688232421875}, {"start": 995.88, "end": 996.04, "word": " for", "probability": 0.257080078125}, {"start": 996.04, "end": 996.48, "word": " example", "probability": 0.9365234375}, {"start": 996.48, "end": 996.84, "word": " Here", "probability": 0.55517578125}, {"start": 996.84, "end": 997.08, "word": " we", "probability": 0.5947265625}, {"start": 997.08, "end": 997.2, "word": " will", "probability": 0.56982421875}, {"start": 997.2, "end": 997.42, "word": " put", "probability": 0.489501953125}, {"start": 997.42, "end": 998.3, "word": " 1", "probability": 0.4443359375}, {"start": 998.3, "end": 999.22, "word": " So", "probability": 0.1832275390625}, {"start": 999.22, "end": 999.88, "word": " choose", "probability": 0.31494140625}, {"start": 999.88, "end": 1000.12, "word": " any", "probability": 0.77783203125}, {"start": 1000.12, "end": 1000.34, "word": " one", "probability": 0.65673828125}, {"start": 1000.34, "end": 1000.46, "word": " of", "probability": 0.77880859375}, {"start": 1000.46, "end": 1000.68, "word": " these,", "probability": 0.560546875}, {"start": 1000.86, "end": 1000.9, "word": " set", "probability": 0.59130859375}, {"start": 1000.9, "end": 1001.46, "word": " positive", "probability": 0.7587890625}, {"start": 1001.46, "end": 1002.9, "word": " button", "probability": 0.30126953125}, {"start": 1002.9, "end": 1003.52, "word": " You", "probability": 0.277099609375}, {"start": 1003.52, "end": 1003.58, "word": " will", "probability": 0.669921875}, {"start": 1003.58, "end": 1003.72, "word": " find", "probability": 0.453125}, {"start": 1003.72, "end": 1003.92, "word": " here", "probability": 0.56591796875}, {"start": 1003.92, "end": 1004.04, "word": " in", "probability": 0.74560546875}, {"start": 1004.04, "end": 1004.18, "word": " the", "probability": 0.372802734375}, {"start": 1004.18, "end": 1004.4, "word": " set", "probability": 0.88916015625}, {"start": 1004.4, "end": 1004.9, "word": " positive", "probability": 0.93115234375}, {"start": 1004.9, "end": 1005.18, "word": " button,", "probability": 0.89501953125}, {"start": 1005.3, "end": 1005.48, "word": " look", "probability": 0.1068115234375}, {"start": 1005.48, "end": 1005.64, "word": " at", "probability": 0.484619140625}, {"start": 1005.64, "end": 1005.7, "word": " the", "probability": 0.88037109375}, {"start": 1005.7, "end": 1006.06, "word": " method,", "probability": 0.92431640625}, {"start": 1006.22, "end": 1006.38, "word": " what", "probability": 0.53076171875}, {"start": 1006.38, "end": 1007.42, "word": " it", "probability": 0.30859375}, {"start": 1007.42, "end": 1007.7, "word": " asks", "probability": 0.356201171875}, {"start": 1007.7, "end": 1008.38, "word": " for,", "probability": 0.59130859375}, {"start": 1008.38, "end": 1008.68, "word": " set", "probability": 0.90283203125}, {"start": 1008.68, "end": 1009.26, "word": " positive", "probability": 0.931640625}], "temperature": 1.0}, {"id": 37, "seek": 101663, "start": 1012.31, "end": 1016.63, "text": " And the second parameter is what?", "tokens": [400, 264, 1150, 13075, 307, 437, 30], "avg_logprob": -1.0751953572034836, "compression_ratio": 0.85, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1012.3100000000001, "end": 1013.71, "word": " And", "probability": 0.0252685546875}, {"start": 1013.71, "end": 1014.97, "word": " the", "probability": 0.462646484375}, {"start": 1014.97, "end": 1015.07, "word": " second", "probability": 0.55712890625}, {"start": 1015.07, "end": 1015.93, "word": " parameter", "probability": 0.919921875}, {"start": 1015.93, "end": 1016.63, "word": " is", "probability": 0.56494140625}, {"start": 1016.63, "end": 1016.63, "word": " what?", "probability": 0.093994140625}], "temperature": 1.0}, {"id": 38, "seek": 104378, "start": 1018.08, "end": 1043.78, "text": "On click listener means things that you understand by instinct. This string is for the text that appears on the button. What does it want to print on the button? And the second one is on click listener. What action does it want to do when you click on the button? Okay? So this is a positive button. Of course, here I enter a name. For example, you say okay or closed. Okay? After that, it will enter the name. Okay, I agree.", "tokens": [11747, 2052, 32670, 1147, 260, 1355, 721, 300, 291, 1223, 538, 16556, 13, 639, 6798, 307, 337, 264, 2487, 300, 7038, 322, 264, 2960, 13, 708, 775, 309, 528, 281, 4482, 322, 264, 2960, 30, 400, 264, 1150, 472, 307, 322, 2052, 31569, 13, 708, 3069, 775, 309, 528, 281, 360, 562, 291, 2052, 322, 264, 2960, 30, 1033, 30, 407, 341, 307, 257, 3353, 2960, 13, 2720, 1164, 11, 510, 286, 3242, 257, 1315, 13, 1171, 1365, 11, 291, 584, 1392, 420, 5395, 13, 1033, 30, 2381, 300, 11, 309, 486, 3242, 264, 1315, 13, 1033, 11, 286, 3986, 13], "avg_logprob": -0.5692402071812573, "compression_ratio": 1.7708333333333333, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1018.08, "end": 1018.36, "word": "On", "probability": 0.2666015625}, {"start": 1018.36, "end": 1018.64, "word": " click", "probability": 0.45068359375}, {"start": 1018.64, "end": 1019.06, "word": " listener", "probability": 0.7027994791666666}, {"start": 1019.06, "end": 1019.32, "word": " means", "probability": 0.17529296875}, {"start": 1019.32, "end": 1019.88, "word": " things", "probability": 0.406982421875}, {"start": 1019.88, "end": 1020.12, "word": " that", "probability": 0.363525390625}, {"start": 1020.12, "end": 1020.18, "word": " you", "probability": 0.74365234375}, {"start": 1020.18, "end": 1020.36, "word": " understand", "probability": 0.365966796875}, {"start": 1020.36, "end": 1020.7, "word": " by", "probability": 0.3701171875}, {"start": 1020.7, "end": 1021.02, "word": " instinct.", "probability": 0.79931640625}, {"start": 1021.78, "end": 1022.18, "word": " This", "probability": 0.418701171875}, {"start": 1022.18, "end": 1022.56, "word": " string", "probability": 0.81494140625}, {"start": 1022.56, "end": 1023.1, "word": " is", "probability": 0.60546875}, {"start": 1023.1, "end": 1023.3, "word": " for", "probability": 0.247802734375}, {"start": 1023.3, "end": 1023.38, "word": " the", "probability": 0.4619140625}, {"start": 1023.38, "end": 1023.56, "word": " text", "probability": 0.8408203125}, {"start": 1023.56, "end": 1023.68, "word": " that", "probability": 0.5068359375}, {"start": 1023.68, "end": 1024.02, "word": " appears", "probability": 0.2427978515625}, {"start": 1024.02, "end": 1024.86, "word": " on", "probability": 0.8134765625}, {"start": 1024.86, "end": 1024.94, "word": " the", "probability": 0.76416015625}, {"start": 1024.94, "end": 1025.1, "word": " button.", "probability": 0.2374267578125}, {"start": 1025.16, "end": 1025.28, "word": " What", "probability": 0.64306640625}, {"start": 1025.28, "end": 1025.4, "word": " does", "probability": 0.22998046875}, {"start": 1025.4, "end": 1025.5, "word": " it", "probability": 0.5625}, {"start": 1025.5, "end": 1025.5, "word": " want", "probability": 0.379638671875}, {"start": 1025.5, "end": 1025.5, "word": " to", "probability": 0.9541015625}, {"start": 1025.5, "end": 1025.66, "word": " print", "probability": 0.7919921875}, {"start": 1025.66, "end": 1025.8, "word": " on", "probability": 0.888671875}, {"start": 1025.8, "end": 1025.88, "word": " the", "probability": 0.896484375}, {"start": 1025.88, "end": 1026.08, "word": " button?", "probability": 0.89208984375}, {"start": 1026.38, "end": 1026.66, "word": " And", "probability": 0.74462890625}, {"start": 1026.66, "end": 1026.82, "word": " the", "probability": 0.7099609375}, {"start": 1026.82, "end": 1026.98, "word": " second", "probability": 0.67919921875}, {"start": 1026.98, "end": 1027.06, "word": " one", "probability": 0.390380859375}, {"start": 1027.06, "end": 1027.06, "word": " is", "probability": 0.42138671875}, {"start": 1027.06, "end": 1027.16, "word": " on", "probability": 0.4267578125}, {"start": 1027.16, "end": 1027.44, "word": " click", "probability": 0.7841796875}, {"start": 1027.44, "end": 1027.82, "word": " listener.", "probability": 0.814453125}, {"start": 1028.22, "end": 1028.62, "word": " What", "probability": 0.7548828125}, {"start": 1028.62, "end": 1029.0, "word": " action", "probability": 0.57080078125}, {"start": 1029.0, "end": 1029.18, "word": " does", "probability": 0.59423828125}, {"start": 1029.18, "end": 1029.22, "word": " it", "probability": 0.8857421875}, {"start": 1029.22, "end": 1029.46, "word": " want", "probability": 0.81689453125}, {"start": 1029.46, "end": 1029.5, "word": " to", "probability": 0.9365234375}, {"start": 1029.5, "end": 1029.62, "word": " do", "probability": 0.3447265625}, {"start": 1029.62, "end": 1029.76, "word": " when", "probability": 0.77001953125}, {"start": 1029.76, "end": 1029.88, "word": " you", "probability": 0.73779296875}, {"start": 1029.88, "end": 1030.02, "word": " click", "probability": 0.44970703125}, {"start": 1030.02, "end": 1030.16, "word": " on", "probability": 0.88330078125}, {"start": 1030.16, "end": 1030.22, "word": " the", "probability": 0.873046875}, {"start": 1030.22, "end": 1030.42, "word": " button?", "probability": 0.88232421875}, {"start": 1031.2, "end": 1031.38, "word": " Okay?", "probability": 0.216064453125}, {"start": 1031.94, "end": 1032.08, "word": " So", "probability": 0.78759765625}, {"start": 1032.08, "end": 1032.26, "word": " this", "probability": 0.397705078125}, {"start": 1032.26, "end": 1032.38, "word": " is", "probability": 0.640625}, {"start": 1032.38, "end": 1032.6, "word": " a", "probability": 0.44580078125}, {"start": 1032.6, "end": 1032.84, "word": " positive", "probability": 0.494873046875}, {"start": 1032.84, "end": 1033.22, "word": " button.", "probability": 0.7646484375}, {"start": 1033.5, "end": 1033.9, "word": " Of", "probability": 0.29345703125}, {"start": 1033.9, "end": 1034.06, "word": " course,", "probability": 0.95703125}, {"start": 1034.2, "end": 1034.28, "word": " here", "probability": 0.52978515625}, {"start": 1034.28, "end": 1034.44, "word": " I", "probability": 0.60009765625}, {"start": 1034.44, "end": 1034.68, "word": " enter", "probability": 0.66552734375}, {"start": 1034.68, "end": 1034.8, "word": " a", "probability": 0.7373046875}, {"start": 1034.8, "end": 1035.5, "word": " name.", "probability": 0.77197265625}, {"start": 1036.92, "end": 1037.32, "word": " For", "probability": 0.37548828125}, {"start": 1037.32, "end": 1037.68, "word": " example,", "probability": 0.95556640625}, {"start": 1037.74, "end": 1037.74, "word": " you", "probability": 0.408935546875}, {"start": 1037.74, "end": 1037.74, "word": " say", "probability": 0.452880859375}, {"start": 1037.74, "end": 1038.52, "word": " okay", "probability": 0.4951171875}, {"start": 1038.52, "end": 1038.88, "word": " or", "probability": 0.791015625}, {"start": 1038.88, "end": 1039.32, "word": " closed.", "probability": 0.55810546875}, {"start": 1039.84, "end": 1040.06, "word": " Okay?", "probability": 0.65625}, {"start": 1040.34, "end": 1040.74, "word": " After", "probability": 0.1473388671875}, {"start": 1040.74, "end": 1041.04, "word": " that,", "probability": 0.85546875}, {"start": 1041.08, "end": 1041.08, "word": " it", "probability": 0.44189453125}, {"start": 1041.08, "end": 1041.2, "word": " will", "probability": 0.53564453125}, {"start": 1041.2, "end": 1041.42, "word": " enter", "probability": 0.5478515625}, {"start": 1041.42, "end": 1041.58, "word": " the", "probability": 0.87255859375}, {"start": 1041.58, "end": 1041.76, "word": " name.", "probability": 0.88232421875}, {"start": 1042.74, "end": 1043.14, "word": " Okay,", "probability": 0.4423828125}, {"start": 1043.46, "end": 1043.52, "word": " I", "probability": 0.291015625}, {"start": 1043.52, "end": 1043.78, "word": " agree.", "probability": 0.8291015625}], "temperature": 1.0}, {"id": 39, "seek": 107058, "start": 1045.52, "end": 1070.58, "text": " And then it needs an event The event is like the button, new onclicklistener So what does it do when you click on the button? Of course here it just wants to close what? So it brings you a dialogue here", "tokens": [400, 550, 309, 2203, 364, 2280, 440, 2280, 307, 411, 264, 2960, 11, 777, 322, 18548, 75, 4821, 260, 407, 437, 775, 309, 360, 562, 291, 2052, 322, 264, 2960, 30, 2720, 1164, 510, 309, 445, 2738, 281, 1998, 437, 30, 407, 309, 5607, 291, 257, 10221, 510], "avg_logprob": -0.7346938775510204, "compression_ratio": 1.460431654676259, "no_speech_prob": 0.0, "words": [{"start": 1045.52, "end": 1046.04, "word": " And", "probability": 0.1962890625}, {"start": 1046.04, "end": 1046.56, "word": " then", "probability": 0.54296875}, {"start": 1046.56, "end": 1046.74, "word": " it", "probability": 0.444580078125}, {"start": 1046.74, "end": 1047.36, "word": " needs", "probability": 0.416259765625}, {"start": 1047.36, "end": 1047.48, "word": " an", "probability": 0.5419921875}, {"start": 1047.48, "end": 1047.88, "word": " event", "probability": 0.85498046875}, {"start": 1047.88, "end": 1051.14, "word": " The", "probability": 0.15673828125}, {"start": 1051.14, "end": 1051.48, "word": " event", "probability": 0.86083984375}, {"start": 1051.48, "end": 1051.8, "word": " is", "probability": 0.245849609375}, {"start": 1051.8, "end": 1052.02, "word": " like", "probability": 0.344482421875}, {"start": 1052.02, "end": 1052.36, "word": " the", "probability": 0.279296875}, {"start": 1052.36, "end": 1052.6, "word": " button,", "probability": 0.6884765625}, {"start": 1052.66, "end": 1053.04, "word": " new", "probability": 0.274169921875}, {"start": 1053.04, "end": 1056.66, "word": " onclicklistener", "probability": 0.66552734375}, {"start": 1056.66, "end": 1057.08, "word": " So", "probability": 0.1856689453125}, {"start": 1057.08, "end": 1061.38, "word": " what", "probability": 0.669921875}, {"start": 1061.38, "end": 1061.58, "word": " does", "probability": 0.43603515625}, {"start": 1061.58, "end": 1061.68, "word": " it", "probability": 0.70361328125}, {"start": 1061.68, "end": 1061.82, "word": " do", "probability": 0.52783203125}, {"start": 1061.82, "end": 1062.04, "word": " when", "probability": 0.83447265625}, {"start": 1062.04, "end": 1062.14, "word": " you", "probability": 0.73486328125}, {"start": 1062.14, "end": 1062.48, "word": " click", "probability": 0.44775390625}, {"start": 1062.48, "end": 1064.54, "word": " on", "probability": 0.59033203125}, {"start": 1064.54, "end": 1064.62, "word": " the", "probability": 0.6171875}, {"start": 1064.62, "end": 1064.8, "word": " button?", "probability": 0.8349609375}, {"start": 1065.38, "end": 1065.38, "word": " Of", "probability": 0.256103515625}, {"start": 1065.38, "end": 1065.52, "word": " course", "probability": 0.919921875}, {"start": 1065.52, "end": 1065.7, "word": " here", "probability": 0.263427734375}, {"start": 1065.7, "end": 1066.28, "word": " it", "probability": 0.7197265625}, {"start": 1066.28, "end": 1066.48, "word": " just", "probability": 0.2037353515625}, {"start": 1066.48, "end": 1066.68, "word": " wants", "probability": 0.32080078125}, {"start": 1066.68, "end": 1066.72, "word": " to", "probability": 0.96826171875}, {"start": 1066.72, "end": 1067.02, "word": " close", "probability": 0.5791015625}, {"start": 1067.02, "end": 1067.38, "word": " what?", "probability": 0.242919921875}, {"start": 1068.76, "end": 1069.28, "word": " So", "probability": 0.280029296875}, {"start": 1069.28, "end": 1069.6, "word": " it", "probability": 0.498291015625}, {"start": 1069.6, "end": 1069.8, "word": " brings", "probability": 0.27978515625}, {"start": 1069.8, "end": 1070.0, "word": " you", "probability": 0.425048828125}, {"start": 1070.0, "end": 1070.2, "word": " a", "probability": 0.76708984375}, {"start": 1070.2, "end": 1070.56, "word": " dialogue", "probability": 0.548828125}, {"start": 1070.56, "end": 1070.58, "word": " here", "probability": 0.74755859375}], "temperature": 1.0}, {"id": 40, "seek": 109359, "start": 1073.64, "end": 1093.6, "text": "I made only one button, I want only one button, ok? In this dialog, I want the name to look like what? Please imagine the name and then the word approved. All buttons are the same thing, each one has its own click listener, it makes a different event.", "tokens": [40, 1027, 787, 472, 2960, 11, 286, 528, 787, 472, 2960, 11, 3133, 30, 682, 341, 19308, 11, 286, 528, 264, 1315, 281, 574, 411, 437, 30, 2555, 3811, 264, 1315, 293, 550, 264, 1349, 10826, 13, 1057, 9905, 366, 264, 912, 551, 11, 1184, 472, 575, 1080, 1065, 2052, 1329, 7971, 11, 309, 1669, 257, 819, 2280, 13], "avg_logprob": -0.6822916756073634, "compression_ratio": 1.5493827160493827, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1073.64, "end": 1073.88, "word": "I", "probability": 0.42138671875}, {"start": 1073.88, "end": 1074.1, "word": " made", "probability": 0.2088623046875}, {"start": 1074.1, "end": 1074.26, "word": " only", "probability": 0.349609375}, {"start": 1074.26, "end": 1074.54, "word": " one", "probability": 0.77294921875}, {"start": 1074.54, "end": 1074.56, "word": " button,", "probability": 0.74853515625}, {"start": 1074.6, "end": 1074.72, "word": " I", "probability": 0.68701171875}, {"start": 1074.72, "end": 1074.92, "word": " want", "probability": 0.638671875}, {"start": 1074.92, "end": 1075.1, "word": " only", "probability": 0.240234375}, {"start": 1075.1, "end": 1075.44, "word": " one", "probability": 0.89208984375}, {"start": 1075.44, "end": 1075.78, "word": " button,", "probability": 0.55859375}, {"start": 1075.96, "end": 1076.4, "word": " ok?", "probability": 0.20703125}, {"start": 1076.84, "end": 1077.18, "word": " In", "probability": 0.5673828125}, {"start": 1077.18, "end": 1077.34, "word": " this", "probability": 0.84814453125}, {"start": 1077.34, "end": 1077.7, "word": " dialog,", "probability": 0.61083984375}, {"start": 1078.08, "end": 1078.2, "word": " I", "probability": 0.58642578125}, {"start": 1078.2, "end": 1078.36, "word": " want", "probability": 0.73193359375}, {"start": 1078.36, "end": 1078.76, "word": " the", "probability": 0.1951904296875}, {"start": 1078.76, "end": 1078.76, "word": " name", "probability": 0.229248046875}, {"start": 1078.76, "end": 1078.76, "word": " to", "probability": 0.468505859375}, {"start": 1078.76, "end": 1078.76, "word": " look", "probability": 0.493896484375}, {"start": 1078.76, "end": 1079.0, "word": " like", "probability": 0.8310546875}, {"start": 1079.0, "end": 1079.08, "word": " what?", "probability": 0.4580078125}, {"start": 1079.54, "end": 1079.84, "word": " Please", "probability": 0.53271484375}, {"start": 1079.84, "end": 1080.24, "word": " imagine", "probability": 0.279541015625}, {"start": 1080.24, "end": 1080.36, "word": " the", "probability": 0.62939453125}, {"start": 1080.36, "end": 1080.52, "word": " name", "probability": 0.8466796875}, {"start": 1080.52, "end": 1080.64, "word": " and", "probability": 0.35205078125}, {"start": 1080.64, "end": 1080.82, "word": " then", "probability": 0.7646484375}, {"start": 1080.82, "end": 1080.94, "word": " the", "probability": 0.638671875}, {"start": 1080.94, "end": 1081.1, "word": " word", "probability": 0.76708984375}, {"start": 1081.1, "end": 1081.56, "word": " approved.", "probability": 0.1263427734375}, {"start": 1084.8, "end": 1085.22, "word": " All", "probability": 0.087158203125}, {"start": 1085.22, "end": 1090.08, "word": " buttons", "probability": 0.48681640625}, {"start": 1090.08, "end": 1090.38, "word": " are", "probability": 0.473388671875}, {"start": 1090.38, "end": 1090.46, "word": " the", "probability": 0.7392578125}, {"start": 1090.46, "end": 1090.62, "word": " same", "probability": 0.9130859375}, {"start": 1090.62, "end": 1091.02, "word": " thing,", "probability": 0.56494140625}, {"start": 1091.36, "end": 1091.54, "word": " each", "probability": 0.4677734375}, {"start": 1091.54, "end": 1091.78, "word": " one", "probability": 0.5498046875}, {"start": 1091.78, "end": 1091.92, "word": " has", "probability": 0.8583984375}, {"start": 1091.92, "end": 1092.14, "word": " its", "probability": 0.525390625}, {"start": 1092.14, "end": 1092.18, "word": " own", "probability": 0.79833984375}, {"start": 1092.18, "end": 1092.32, "word": " click", "probability": 0.9013671875}, {"start": 1092.32, "end": 1092.7, "word": " listener,", "probability": 0.6337890625}, {"start": 1092.74, "end": 1092.8, "word": " it", "probability": 0.253662109375}, {"start": 1092.8, "end": 1092.94, "word": " makes", "probability": 0.2783203125}, {"start": 1092.94, "end": 1093.06, "word": " a", "probability": 0.421630859375}, {"start": 1093.06, "end": 1093.6, "word": " different", "probability": 0.84912109375}, {"start": 1093.6, "end": 1093.6, "word": " event.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 41, "seek": 110961, "start": 1094.44, "end": 1109.62, "text": "Okay? I called it a consensus and I told the professor to close the dialogue. That's it. You take the word dialogue and say dismiss. What is dismiss? Close it. Close it. I told him to close the dialogue.", "tokens": [8297, 30, 286, 1219, 309, 257, 19115, 293, 286, 1907, 264, 8304, 281, 1998, 264, 10221, 13, 663, 311, 309, 13, 509, 747, 264, 1349, 10221, 293, 584, 16974, 13, 708, 307, 16974, 30, 16346, 309, 13, 16346, 309, 13, 286, 1907, 796, 281, 1998, 264, 10221, 13], "avg_logprob": -0.6619897959183674, "compression_ratio": 1.5378787878787878, "no_speech_prob": 0.0, "words": [{"start": 1094.44, "end": 1095.0, "word": "Okay?", "probability": 0.087158203125}, {"start": 1095.64, "end": 1096.04, "word": " I", "probability": 0.65283203125}, {"start": 1096.04, "end": 1096.52, "word": " called", "probability": 0.263671875}, {"start": 1096.52, "end": 1096.78, "word": " it", "probability": 0.3251953125}, {"start": 1096.78, "end": 1096.96, "word": " a", "probability": 0.242919921875}, {"start": 1096.96, "end": 1097.24, "word": " consensus", "probability": 0.379638671875}, {"start": 1097.24, "end": 1097.54, "word": " and", "probability": 0.44921875}, {"start": 1097.54, "end": 1097.6, "word": " I", "probability": 0.4267578125}, {"start": 1097.6, "end": 1098.12, "word": " told", "probability": 0.28466796875}, {"start": 1098.12, "end": 1098.36, "word": " the", "probability": 0.274658203125}, {"start": 1098.36, "end": 1098.66, "word": " professor", "probability": 0.2132568359375}, {"start": 1098.66, "end": 1099.06, "word": " to", "probability": 0.54833984375}, {"start": 1099.06, "end": 1099.4, "word": " close", "probability": 0.287353515625}, {"start": 1099.4, "end": 1099.56, "word": " the", "probability": 0.79296875}, {"start": 1099.56, "end": 1099.84, "word": " dialogue.", "probability": 0.8662109375}, {"start": 1099.94, "end": 1099.94, "word": " That's", "probability": 0.6285400390625}, {"start": 1099.94, "end": 1100.54, "word": " it.", "probability": 0.70654296875}, {"start": 1100.84, "end": 1100.96, "word": " You", "probability": 0.4560546875}, {"start": 1100.96, "end": 1101.12, "word": " take", "probability": 0.11962890625}, {"start": 1101.12, "end": 1101.26, "word": " the", "probability": 0.72216796875}, {"start": 1101.26, "end": 1101.4, "word": " word", "probability": 0.76171875}, {"start": 1101.4, "end": 1101.86, "word": " dialogue", "probability": 0.87548828125}, {"start": 1101.86, "end": 1102.3, "word": " and", "probability": 0.60595703125}, {"start": 1102.3, "end": 1102.7, "word": " say", "probability": 0.58203125}, {"start": 1102.7, "end": 1103.58, "word": " dismiss.", "probability": 0.66796875}, {"start": 1103.92, "end": 1104.04, "word": " What", "probability": 0.6865234375}, {"start": 1104.04, "end": 1104.18, "word": " is", "probability": 0.60107421875}, {"start": 1104.18, "end": 1104.46, "word": " dismiss?", "probability": 0.8662109375}, {"start": 1105.26, "end": 1105.66, "word": " Close", "probability": 0.23779296875}, {"start": 1105.66, "end": 1105.94, "word": " it.", "probability": 0.80517578125}, {"start": 1106.94, "end": 1107.32, "word": " Close", "probability": 0.32470703125}, {"start": 1107.32, "end": 1107.48, "word": " it.", "probability": 0.83544921875}, {"start": 1108.16, "end": 1108.72, "word": " I", "probability": 0.385986328125}, {"start": 1108.72, "end": 1108.88, "word": " told", "probability": 0.29638671875}, {"start": 1108.88, "end": 1108.98, "word": " him", "probability": 0.85986328125}, {"start": 1108.98, "end": 1108.98, "word": " to", "probability": 0.89599609375}, {"start": 1108.98, "end": 1109.22, "word": " close", "probability": 0.8232421875}, {"start": 1109.22, "end": 1109.38, "word": " the", "probability": 0.86865234375}, {"start": 1109.38, "end": 1109.62, "word": " dialogue.", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 42, "seek": 113806, "start": 1111.08, "end": 1138.06, "text": " It will give you the dialogue that I gave you. When will it give you the dialogue? Notice that all of this is inside the settings. It gave me a title, it gave me a message, it gave me an icon, and it gave me one of the buttons. Okay? That's enough here. Then you say builder dot build or create. Yes, create. What does create give you? It gives you an object called alert.", "tokens": [467, 486, 976, 291, 264, 10221, 300, 286, 2729, 291, 13, 1133, 486, 309, 976, 291, 264, 10221, 30, 13428, 300, 439, 295, 341, 307, 1854, 264, 992, 783, 82, 13, 467, 2729, 385, 257, 4876, 11, 309, 2729, 385, 257, 3636, 11, 309, 2729, 385, 364, 6528, 11, 293, 309, 2729, 385, 472, 295, 264, 9905, 13, 1033, 30, 663, 311, 1547, 510, 13, 1396, 291, 584, 27377, 5893, 1322, 420, 1884, 13, 1079, 11, 1884, 13, 708, 775, 1884, 976, 291, 30, 467, 2709, 291, 364, 2657, 1219, 9615, 13], "avg_logprob": -0.539314511001751, "compression_ratio": 1.7677725118483412, "no_speech_prob": 0.0, "words": [{"start": 1111.08, "end": 1111.48, "word": " It", "probability": 0.1591796875}, {"start": 1111.48, "end": 1111.64, "word": " will", "probability": 0.283203125}, {"start": 1111.64, "end": 1111.82, "word": " give", "probability": 0.260009765625}, {"start": 1111.82, "end": 1112.02, "word": " you", "probability": 0.55126953125}, {"start": 1112.02, "end": 1112.06, "word": " the", "probability": 0.297607421875}, {"start": 1112.06, "end": 1112.06, "word": " dialogue", "probability": 0.2410888671875}, {"start": 1112.06, "end": 1112.26, "word": " that", "probability": 0.2484130859375}, {"start": 1112.26, "end": 1112.48, "word": " I", "probability": 0.467041015625}, {"start": 1112.48, "end": 1113.24, "word": " gave", "probability": 0.47607421875}, {"start": 1113.24, "end": 1114.3, "word": " you.", "probability": 0.38134765625}, {"start": 1114.4, "end": 1114.8, "word": " When", "probability": 0.33251953125}, {"start": 1114.8, "end": 1115.0, "word": " will", "probability": 0.56298828125}, {"start": 1115.0, "end": 1115.1, "word": " it", "probability": 0.495361328125}, {"start": 1115.1, "end": 1115.44, "word": " give", "probability": 0.5556640625}, {"start": 1115.44, "end": 1115.6, "word": " you", "probability": 0.5966796875}, {"start": 1115.6, "end": 1115.7, "word": " the", "probability": 0.4658203125}, {"start": 1115.7, "end": 1115.7, "word": " dialogue?", "probability": 0.8505859375}, {"start": 1115.7, "end": 1115.98, "word": " Notice", "probability": 0.6904296875}, {"start": 1115.98, "end": 1116.2, "word": " that", "probability": 0.8310546875}, {"start": 1116.2, "end": 1116.44, "word": " all", "probability": 0.544921875}, {"start": 1116.44, "end": 1116.58, "word": " of", "probability": 0.371337890625}, {"start": 1116.58, "end": 1116.64, "word": " this", "probability": 0.5595703125}, {"start": 1116.64, "end": 1116.74, "word": " is", "probability": 0.845703125}, {"start": 1116.74, "end": 1117.26, "word": " inside", "probability": 0.40380859375}, {"start": 1117.26, "end": 1118.38, "word": " the", "probability": 0.73291015625}, {"start": 1118.38, "end": 1119.14, "word": " settings.", "probability": 0.54937744140625}, {"start": 1119.14, "end": 1119.48, "word": " It", "probability": 0.640625}, {"start": 1119.48, "end": 1119.7, "word": " gave", "probability": 0.75244140625}, {"start": 1119.7, "end": 1119.92, "word": " me", "probability": 0.48193359375}, {"start": 1119.92, "end": 1120.0, "word": " a", "probability": 0.38427734375}, {"start": 1120.0, "end": 1120.34, "word": " title,", "probability": 0.95361328125}, {"start": 1120.5, "end": 1120.54, "word": " it", "probability": 0.303955078125}, {"start": 1120.54, "end": 1120.68, "word": " gave", "probability": 0.888671875}, {"start": 1120.68, "end": 1120.82, "word": " me", "probability": 0.9521484375}, {"start": 1120.82, "end": 1120.86, "word": " a", "probability": 0.9619140625}, {"start": 1120.86, "end": 1121.12, "word": " message,", "probability": 0.94580078125}, {"start": 1121.2, "end": 1121.26, "word": " it", "probability": 0.796875}, {"start": 1121.26, "end": 1121.42, "word": " gave", "probability": 0.8837890625}, {"start": 1121.42, "end": 1121.54, "word": " me", "probability": 0.93994140625}, {"start": 1121.54, "end": 1121.62, "word": " an", "probability": 0.92529296875}, {"start": 1121.62, "end": 1122.02, "word": " icon,", "probability": 0.94970703125}, {"start": 1122.76, "end": 1122.86, "word": " and", "probability": 0.76708984375}, {"start": 1122.86, "end": 1122.96, "word": " it", "probability": 0.72509765625}, {"start": 1122.96, "end": 1123.06, "word": " gave", "probability": 0.8330078125}, {"start": 1123.06, "end": 1123.48, "word": " me", "probability": 0.923828125}, {"start": 1123.48, "end": 1124.06, "word": " one", "probability": 0.78125}, {"start": 1124.06, "end": 1124.22, "word": " of", "probability": 0.931640625}, {"start": 1124.22, "end": 1124.3, "word": " the", "probability": 0.865234375}, {"start": 1124.3, "end": 1124.6, "word": " buttons.", "probability": 0.87109375}, {"start": 1125.2, "end": 1125.34, "word": " Okay?", "probability": 0.17431640625}, {"start": 1125.46, "end": 1125.64, "word": " That's", "probability": 0.38128662109375}, {"start": 1125.64, "end": 1125.86, "word": " enough", "probability": 0.51904296875}, {"start": 1125.86, "end": 1126.2, "word": " here.", "probability": 0.291748046875}, {"start": 1127.88, "end": 1128.24, "word": " Then", "probability": 0.61865234375}, {"start": 1128.24, "end": 1128.42, "word": " you", "probability": 0.51220703125}, {"start": 1128.42, "end": 1128.62, "word": " say", "probability": 0.54638671875}, {"start": 1128.62, "end": 1128.94, "word": " builder", "probability": 0.5927734375}, {"start": 1128.94, "end": 1129.48, "word": " dot", "probability": 0.399169921875}, {"start": 1129.48, "end": 1132.42, "word": " build", "probability": 0.66259765625}, {"start": 1132.42, "end": 1132.62, "word": " or", "probability": 0.91357421875}, {"start": 1132.62, "end": 1133.08, "word": " create.", "probability": 0.90625}, {"start": 1133.52, "end": 1133.84, "word": " Yes,", "probability": 0.43505859375}, {"start": 1133.94, "end": 1134.32, "word": " create.", "probability": 0.86083984375}, {"start": 1134.88, "end": 1135.16, "word": " What", "probability": 0.5146484375}, {"start": 1135.16, "end": 1135.16, "word": " does", "probability": 0.81591796875}, {"start": 1135.16, "end": 1135.32, "word": " create", "probability": 0.80810546875}, {"start": 1135.32, "end": 1135.84, "word": " give", "probability": 0.400146484375}, {"start": 1135.84, "end": 1136.18, "word": " you?", "probability": 0.927734375}, {"start": 1136.22, "end": 1136.32, "word": " It", "probability": 0.87890625}, {"start": 1136.32, "end": 1136.5, "word": " gives", "probability": 0.875}, {"start": 1136.5, "end": 1136.7, "word": " you", "probability": 0.9111328125}, {"start": 1136.7, "end": 1136.8, "word": " an", "probability": 0.85107421875}, {"start": 1136.8, "end": 1137.0, "word": " object", "probability": 0.93359375}, {"start": 1137.0, "end": 1137.4, "word": " called", "probability": 0.13330078125}, {"start": 1137.4, "end": 1138.06, "word": " alert.", "probability": 0.81591796875}], "temperature": 1.0}, {"id": 43, "seek": 116379, "start": 1139.93, "end": 1163.79, "text": "Dialogue means that the builder is not the dialogue. The builder's job is just to give him things and tell him to create. When you create a dialogue, it returns an object from whom? From the builder. From the builder. This is the dialogue we want. This is called dialogue.show. This is how the dialogue is presented. This is the code to create a dialogue from here to here. You create a builder.", "tokens": [35, 831, 7213, 1355, 300, 264, 27377, 307, 406, 264, 10221, 13, 440, 27377, 311, 1691, 307, 445, 281, 976, 796, 721, 293, 980, 796, 281, 1884, 13, 1133, 291, 1884, 257, 10221, 11, 309, 11247, 364, 2657, 490, 7101, 30, 3358, 264, 27377, 13, 3358, 264, 27377, 13, 639, 307, 264, 10221, 321, 528, 13, 639, 307, 1219, 10221, 13, 34436, 13, 639, 307, 577, 264, 10221, 307, 8212, 13, 639, 307, 264, 3089, 281, 1884, 257, 10221, 490, 510, 281, 510, 13, 509, 1884, 257, 27377, 13], "avg_logprob": -0.5541666818989648, "compression_ratio": 2.036082474226804, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1139.93, "end": 1140.41, "word": "Dialogue", "probability": 0.6459147135416666}, {"start": 1140.41, "end": 1140.89, "word": " means", "probability": 0.08447265625}, {"start": 1140.89, "end": 1141.37, "word": " that", "probability": 0.326416015625}, {"start": 1141.37, "end": 1141.51, "word": " the", "probability": 0.337890625}, {"start": 1141.51, "end": 1141.79, "word": " builder", "probability": 0.908203125}, {"start": 1141.79, "end": 1142.49, "word": " is", "probability": 0.50439453125}, {"start": 1142.49, "end": 1142.49, "word": " not", "probability": 0.471435546875}, {"start": 1142.49, "end": 1142.79, "word": " the", "probability": 0.626953125}, {"start": 1142.79, "end": 1143.03, "word": " dialogue.", "probability": 0.62255859375}, {"start": 1143.11, "end": 1143.21, "word": " The", "probability": 0.65625}, {"start": 1143.21, "end": 1143.61, "word": " builder's", "probability": 0.75732421875}, {"start": 1143.61, "end": 1143.83, "word": " job", "probability": 0.697265625}, {"start": 1143.83, "end": 1144.09, "word": " is", "probability": 0.9375}, {"start": 1144.09, "end": 1144.25, "word": " just", "probability": 0.224365234375}, {"start": 1144.25, "end": 1144.51, "word": " to", "probability": 0.70703125}, {"start": 1144.51, "end": 1144.87, "word": " give", "probability": 0.6884765625}, {"start": 1144.87, "end": 1145.05, "word": " him", "probability": 0.57275390625}, {"start": 1145.05, "end": 1145.55, "word": " things", "probability": 0.43896484375}, {"start": 1145.55, "end": 1146.35, "word": " and", "probability": 0.77587890625}, {"start": 1146.35, "end": 1146.53, "word": " tell", "probability": 0.467041015625}, {"start": 1146.53, "end": 1146.63, "word": " him", "probability": 0.90478515625}, {"start": 1146.63, "end": 1146.71, "word": " to", "probability": 0.53564453125}, {"start": 1146.71, "end": 1146.93, "word": " create.", "probability": 0.9140625}, {"start": 1147.55, "end": 1148.01, "word": " When", "probability": 0.80224609375}, {"start": 1148.01, "end": 1148.21, "word": " you", "probability": 0.85595703125}, {"start": 1148.21, "end": 1148.41, "word": " create", "probability": 0.77587890625}, {"start": 1148.41, "end": 1148.49, "word": " a", "probability": 0.22509765625}, {"start": 1148.49, "end": 1148.69, "word": " dialogue,", "probability": 0.81591796875}, {"start": 1148.79, "end": 1148.91, "word": " it", "probability": 0.352783203125}, {"start": 1148.91, "end": 1149.13, "word": " returns", "probability": 0.48828125}, {"start": 1149.13, "end": 1149.35, "word": " an", "probability": 0.460693359375}, {"start": 1149.35, "end": 1149.63, "word": " object", "probability": 0.95703125}, {"start": 1149.63, "end": 1149.81, "word": " from", "probability": 0.5634765625}, {"start": 1149.81, "end": 1150.03, "word": " whom?", "probability": 0.4833984375}, {"start": 1150.41, "end": 1150.49, "word": " From", "probability": 0.6162109375}, {"start": 1150.49, "end": 1151.01, "word": " the", "probability": 0.472412109375}, {"start": 1151.01, "end": 1151.53, "word": " builder.", "probability": 0.2467041015625}, {"start": 1151.79, "end": 1151.83, "word": " From", "probability": 0.179443359375}, {"start": 1151.83, "end": 1151.83, "word": " the", "probability": 0.6689453125}, {"start": 1151.83, "end": 1151.83, "word": " builder.", "probability": 0.66162109375}, {"start": 1151.83, "end": 1151.99, "word": " This", "probability": 0.28857421875}, {"start": 1151.99, "end": 1151.99, "word": " is", "probability": 0.6015625}, {"start": 1151.99, "end": 1152.23, "word": " the", "probability": 0.64990234375}, {"start": 1152.23, "end": 1152.41, "word": " dialogue", "probability": 0.7880859375}, {"start": 1152.41, "end": 1152.57, "word": " we", "probability": 0.431640625}, {"start": 1152.57, "end": 1152.75, "word": " want.", "probability": 0.77734375}, {"start": 1153.19, "end": 1153.67, "word": " This", "probability": 0.47509765625}, {"start": 1153.67, "end": 1153.83, "word": " is", "probability": 0.1409912109375}, {"start": 1153.83, "end": 1154.05, "word": " called", "probability": 0.5390625}, {"start": 1154.05, "end": 1154.61, "word": " dialogue", "probability": 0.67578125}, {"start": 1154.61, "end": 1155.59, "word": ".show.", "probability": 0.87890625}, {"start": 1157.29, "end": 1157.43, "word": " This", "probability": 0.533203125}, {"start": 1157.43, "end": 1157.45, "word": " is", "probability": 0.8212890625}, {"start": 1157.45, "end": 1157.77, "word": " how", "probability": 0.431884765625}, {"start": 1157.77, "end": 1158.91, "word": " the", "probability": 0.58056640625}, {"start": 1158.91, "end": 1159.23, "word": " dialogue", "probability": 0.87548828125}, {"start": 1159.23, "end": 1159.23, "word": " is", "probability": 0.390380859375}, {"start": 1159.23, "end": 1159.23, "word": " presented.", "probability": 0.4736328125}, {"start": 1159.79, "end": 1160.07, "word": " This", "probability": 0.87548828125}, {"start": 1160.07, "end": 1160.25, "word": " is", "probability": 0.77197265625}, {"start": 1160.25, "end": 1160.25, "word": " the", "probability": 0.7958984375}, {"start": 1160.25, "end": 1160.53, "word": " code", "probability": 0.82080078125}, {"start": 1160.53, "end": 1160.75, "word": " to", "probability": 0.298095703125}, {"start": 1160.75, "end": 1161.39, "word": " create", "probability": 0.6923828125}, {"start": 1161.39, "end": 1161.81, "word": " a", "probability": 0.62109375}, {"start": 1161.81, "end": 1161.81, "word": " dialogue", "probability": 0.92626953125}, {"start": 1161.81, "end": 1161.97, "word": " from", "probability": 0.62548828125}, {"start": 1161.97, "end": 1162.17, "word": " here", "probability": 0.7607421875}, {"start": 1162.17, "end": 1162.29, "word": " to", "probability": 0.96630859375}, {"start": 1162.29, "end": 1162.53, "word": " here.", "probability": 0.79150390625}, {"start": 1162.83, "end": 1163.13, "word": " You", "probability": 0.44140625}, {"start": 1163.13, "end": 1163.47, "word": " create", "probability": 0.83349609375}, {"start": 1163.47, "end": 1163.63, "word": " a", "probability": 0.9130859375}, {"start": 1163.63, "end": 1163.79, "word": " builder.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 44, "seek": 119491, "start": 1165.79, "end": 1194.91, "text": " It determines the content of the dialogue through six methods in the builder. In the end, after you have prepared all the data of the dialogue, you go to the builder and tell it to create and return an object of the type of dialogue and tell it to show. Okay? Before it works, the dialogue created follows this.", "tokens": [467, 24799, 264, 2701, 295, 264, 10221, 807, 2309, 7150, 294, 264, 27377, 13, 682, 264, 917, 11, 934, 291, 362, 4927, 439, 264, 1412, 295, 264, 10221, 11, 291, 352, 281, 264, 27377, 293, 980, 309, 281, 1884, 293, 2736, 364, 2657, 295, 264, 2010, 295, 10221, 293, 980, 309, 281, 855, 13, 1033, 30, 4546, 309, 1985, 11, 264, 10221, 2942, 10002, 341, 13], "avg_logprob": -0.6679104566574097, "compression_ratio": 1.723756906077348, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1165.79, "end": 1165.97, "word": " It", "probability": 0.21923828125}, {"start": 1165.97, "end": 1166.51, "word": " determines", "probability": 0.2169189453125}, {"start": 1166.51, "end": 1167.09, "word": " the", "probability": 0.62744140625}, {"start": 1167.09, "end": 1167.43, "word": " content", "probability": 0.478759765625}, {"start": 1167.43, "end": 1167.69, "word": " of", "probability": 0.7587890625}, {"start": 1167.69, "end": 1167.81, "word": " the", "probability": 0.69970703125}, {"start": 1167.81, "end": 1168.07, "word": " dialogue", "probability": 0.51318359375}, {"start": 1168.07, "end": 1168.41, "word": " through", "probability": 0.5068359375}, {"start": 1168.41, "end": 1169.03, "word": " six", "probability": 0.470458984375}, {"start": 1169.03, "end": 1169.41, "word": " methods", "probability": 0.806640625}, {"start": 1169.41, "end": 1169.87, "word": " in", "probability": 0.387939453125}, {"start": 1169.87, "end": 1170.03, "word": " the", "probability": 0.69677734375}, {"start": 1170.03, "end": 1170.27, "word": " builder.", "probability": 0.7607421875}, {"start": 1170.79, "end": 1171.15, "word": " In", "probability": 0.1328125}, {"start": 1171.15, "end": 1171.25, "word": " the", "probability": 0.89208984375}, {"start": 1171.25, "end": 1171.43, "word": " end,", "probability": 0.849609375}, {"start": 1171.59, "end": 1171.75, "word": " after", "probability": 0.62744140625}, {"start": 1171.75, "end": 1171.95, "word": " you", "probability": 0.1826171875}, {"start": 1171.95, "end": 1172.09, "word": " have", "probability": 0.36376953125}, {"start": 1172.09, "end": 1172.19, "word": " prepared", "probability": 0.3349609375}, {"start": 1172.19, "end": 1172.29, "word": " all", "probability": 0.6201171875}, {"start": 1172.29, "end": 1172.29, "word": " the", "probability": 0.81884765625}, {"start": 1172.29, "end": 1172.45, "word": " data", "probability": 0.3974609375}, {"start": 1172.45, "end": 1172.63, "word": " of", "probability": 0.377685546875}, {"start": 1172.63, "end": 1172.69, "word": " the", "probability": 0.87939453125}, {"start": 1172.69, "end": 1172.91, "word": " dialogue,", "probability": 0.8544921875}, {"start": 1173.13, "end": 1173.35, "word": " you", "probability": 0.76708984375}, {"start": 1173.35, "end": 1173.49, "word": " go", "probability": 0.732421875}, {"start": 1173.49, "end": 1173.61, "word": " to", "probability": 0.935546875}, {"start": 1173.61, "end": 1173.75, "word": " the", "probability": 0.85888671875}, {"start": 1173.75, "end": 1173.93, "word": " builder", "probability": 0.9140625}, {"start": 1173.93, "end": 1174.05, "word": " and", "probability": 0.7158203125}, {"start": 1174.05, "end": 1174.21, "word": " tell", "probability": 0.2626953125}, {"start": 1174.21, "end": 1174.29, "word": " it", "probability": 0.431884765625}, {"start": 1174.29, "end": 1174.35, "word": " to", "probability": 0.79296875}, {"start": 1174.35, "end": 1174.65, "word": " create", "probability": 0.82080078125}, {"start": 1174.65, "end": 1174.85, "word": " and", "probability": 0.1610107421875}, {"start": 1174.85, "end": 1175.05, "word": " return", "probability": 0.60107421875}, {"start": 1175.05, "end": 1175.31, "word": " an", "probability": 0.40087890625}, {"start": 1175.31, "end": 1175.65, "word": " object", "probability": 0.91748046875}, {"start": 1175.65, "end": 1176.91, "word": " of", "probability": 0.283447265625}, {"start": 1176.91, "end": 1177.09, "word": " the", "probability": 0.658203125}, {"start": 1177.09, "end": 1177.13, "word": " type", "probability": 0.428466796875}, {"start": 1177.13, "end": 1177.29, "word": " of", "probability": 0.4306640625}, {"start": 1177.29, "end": 1177.65, "word": " dialogue", "probability": 0.57763671875}, {"start": 1177.65, "end": 1177.79, "word": " and", "probability": 0.27392578125}, {"start": 1177.79, "end": 1178.09, "word": " tell", "probability": 0.43310546875}, {"start": 1178.09, "end": 1178.41, "word": " it", "probability": 0.79296875}, {"start": 1178.41, "end": 1178.55, "word": " to", "probability": 0.888671875}, {"start": 1178.55, "end": 1179.23, "word": " show.", "probability": 0.5419921875}, {"start": 1181.57, "end": 1181.97, "word": " Okay?", "probability": 0.19091796875}, {"start": 1191.89, "end": 1192.29, "word": " Before", "probability": 0.447021484375}, {"start": 1192.29, "end": 1192.49, "word": " it", "probability": 0.68505859375}, {"start": 1192.49, "end": 1192.75, "word": " works,", "probability": 0.357421875}, {"start": 1193.49, "end": 1193.65, "word": " the", "probability": 0.261962890625}, {"start": 1193.65, "end": 1194.23, "word": " dialogue", "probability": 0.63916015625}, {"start": 1194.23, "end": 1194.29, "word": " created", "probability": 0.234619140625}, {"start": 1194.29, "end": 1194.55, "word": " follows", "probability": 0.291748046875}, {"start": 1194.55, "end": 1194.91, "word": " this.", "probability": 0.79443359375}], "temperature": 1.0}, {"id": 45, "seek": 122014, "start": 1196.5, "end": 1220.14, "text": "Also, there are some characteristics, for example, there is a method called set cancel on touch outside. What does it mean? It means that when the dialogue appears, if you press outside of it, it closes. Do you want this behavior or not? For example, if you want to set cancel on touch outside, what does set cancel mean? Wait, let me show you the dialogue.", "tokens": [9171, 539, 11, 456, 366, 512, 10891, 11, 337, 1365, 11, 456, 307, 257, 3170, 1219, 992, 10373, 322, 2557, 2380, 13, 708, 775, 309, 914, 30, 467, 1355, 300, 562, 264, 10221, 7038, 11, 498, 291, 1886, 2380, 295, 309, 11, 309, 24157, 13, 1144, 291, 528, 341, 5223, 420, 406, 30, 1171, 1365, 11, 498, 291, 528, 281, 992, 10373, 322, 2557, 2380, 11, 437, 775, 992, 10373, 914, 30, 3802, 11, 718, 385, 855, 291, 264, 10221, 13], "avg_logprob": -0.42949694176999537, "compression_ratio": 1.7673267326732673, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1196.5, "end": 1196.9, "word": "Also,", "probability": 0.59002685546875}, {"start": 1197.04, "end": 1197.28, "word": " there", "probability": 0.57666015625}, {"start": 1197.28, "end": 1197.36, "word": " are", "probability": 0.51806640625}, {"start": 1197.36, "end": 1197.54, "word": " some", "probability": 0.67919921875}, {"start": 1197.54, "end": 1198.06, "word": " characteristics,", "probability": 0.24169921875}, {"start": 1198.2, "end": 1198.34, "word": " for", "probability": 0.76171875}, {"start": 1198.34, "end": 1199.58, "word": " example,", "probability": 0.88330078125}, {"start": 1199.58, "end": 1200.7, "word": " there", "probability": 0.6943359375}, {"start": 1200.7, "end": 1200.74, "word": " is", "probability": 0.77197265625}, {"start": 1200.74, "end": 1200.8, "word": " a", "probability": 0.90087890625}, {"start": 1200.8, "end": 1200.98, "word": " method", "probability": 0.8759765625}, {"start": 1200.98, "end": 1201.32, "word": " called", "probability": 0.70849609375}, {"start": 1201.32, "end": 1201.52, "word": " set", "probability": 0.19873046875}, {"start": 1201.52, "end": 1201.92, "word": " cancel", "probability": 0.70654296875}, {"start": 1201.92, "end": 1202.16, "word": " on", "probability": 0.8212890625}, {"start": 1202.16, "end": 1202.4, "word": " touch", "probability": 0.89453125}, {"start": 1202.4, "end": 1202.96, "word": " outside.", "probability": 0.79638671875}, {"start": 1203.3, "end": 1203.46, "word": " What", "probability": 0.55224609375}, {"start": 1203.46, "end": 1203.58, "word": " does", "probability": 0.86474609375}, {"start": 1203.58, "end": 1203.58, "word": " it", "probability": 0.5546875}, {"start": 1203.58, "end": 1203.68, "word": " mean?", "probability": 0.9658203125}, {"start": 1203.98, "end": 1204.26, "word": " It", "probability": 0.274169921875}, {"start": 1204.26, "end": 1204.48, "word": " means", "probability": 0.77783203125}, {"start": 1204.48, "end": 1204.48, "word": " that", "probability": 0.59765625}, {"start": 1204.48, "end": 1204.66, "word": " when", "probability": 0.44384765625}, {"start": 1204.66, "end": 1204.76, "word": " the", "probability": 0.461181640625}, {"start": 1204.76, "end": 1205.02, "word": " dialogue", "probability": 0.74462890625}, {"start": 1205.02, "end": 1205.54, "word": " appears,", "probability": 0.5263671875}, {"start": 1205.62, "end": 1205.76, "word": " if", "probability": 0.74853515625}, {"start": 1205.76, "end": 1205.82, "word": " you", "probability": 0.77294921875}, {"start": 1205.82, "end": 1206.0, "word": " press", "probability": 0.4541015625}, {"start": 1206.0, "end": 1206.3, "word": " outside", "probability": 0.5205078125}, {"start": 1206.3, "end": 1206.48, "word": " of", "probability": 0.420654296875}, {"start": 1206.48, "end": 1206.64, "word": " it,", "probability": 0.9208984375}, {"start": 1207.02, "end": 1207.7, "word": " it", "probability": 0.8388671875}, {"start": 1207.7, "end": 1208.08, "word": " closes.", "probability": 0.372314453125}, {"start": 1208.36, "end": 1208.74, "word": " Do", "probability": 0.2452392578125}, {"start": 1208.74, "end": 1208.8, "word": " you", "probability": 0.96533203125}, {"start": 1208.8, "end": 1209.42, "word": " want", "probability": 0.79541015625}, {"start": 1209.42, "end": 1209.58, "word": " this", "probability": 0.828125}, {"start": 1209.58, "end": 1209.94, "word": " behavior", "probability": 0.67724609375}, {"start": 1209.94, "end": 1210.34, "word": " or", "probability": 0.88720703125}, {"start": 1210.34, "end": 1210.48, "word": " not?", "probability": 0.91259765625}, {"start": 1210.56, "end": 1210.68, "word": " For", "probability": 0.364013671875}, {"start": 1210.68, "end": 1210.68, "word": " example,", "probability": 0.962890625}, {"start": 1210.68, "end": 1210.68, "word": " if", "probability": 0.80517578125}, {"start": 1210.68, "end": 1211.38, "word": " you", "probability": 0.953125}, {"start": 1211.38, "end": 1211.38, "word": " want", "probability": 0.82861328125}, {"start": 1211.38, "end": 1213.44, "word": " to", "probability": 0.6298828125}, {"start": 1213.44, "end": 1213.62, "word": " set", "probability": 0.90478515625}, {"start": 1213.62, "end": 1213.96, "word": " cancel", "probability": 0.92822265625}, {"start": 1213.96, "end": 1214.2, "word": " on", "probability": 0.943359375}, {"start": 1214.2, "end": 1214.44, "word": " touch", "probability": 0.890625}, {"start": 1214.44, "end": 1215.06, "word": " outside,", "probability": 0.869140625}, {"start": 1215.88, "end": 1216.92, "word": " what", "probability": 0.751953125}, {"start": 1216.92, "end": 1217.04, "word": " does", "probability": 0.53125}, {"start": 1217.04, "end": 1217.26, "word": " set", "probability": 0.391845703125}, {"start": 1217.26, "end": 1217.76, "word": " cancel", "probability": 0.90966796875}, {"start": 1217.76, "end": 1217.76, "word": " mean?", "probability": 0.896484375}, {"start": 1218.64, "end": 1218.82, "word": " Wait,", "probability": 0.309326171875}, {"start": 1218.96, "end": 1219.3, "word": " let", "probability": 0.493408203125}, {"start": 1219.3, "end": 1219.4, "word": " me", "probability": 0.93359375}, {"start": 1219.4, "end": 1219.62, "word": " show", "probability": 0.703125}, {"start": 1219.62, "end": 1219.8, "word": " you", "probability": 0.939453125}, {"start": 1219.8, "end": 1219.88, "word": " the", "probability": 0.9013671875}, {"start": 1219.88, "end": 1220.14, "word": " dialogue.", "probability": 0.75146484375}], "temperature": 1.0}, {"id": 46, "seek": 124535, "start": 1223.18, "end": 1245.36, "text": "This button will work here, this button will start the competition. Of course, there is nothing in it yet. It will show you the dialogue, notify you, it will show you this, and then it will show you this. Agreed. Of course, if you press outside here, it will close the dialogue, it will go away. Okay? But this behavior, when you are supposed to press it, it will close only when you press what? Yes, agreed. So what does this put? False.", "tokens": [5723, 2960, 486, 589, 510, 11, 341, 2960, 486, 722, 264, 6211, 13, 2720, 1164, 11, 456, 307, 1825, 294, 309, 1939, 13, 467, 486, 855, 291, 264, 19308, 622, 11, 36560, 291, 11, 309, 486, 855, 291, 341, 11, 293, 550, 309, 486, 855, 291, 341, 13, 29324, 292, 13, 2720, 1164, 11, 498, 291, 1886, 2380, 510, 11, 309, 486, 1998, 264, 19308, 622, 11, 309, 486, 352, 1314, 13, 1033, 30, 583, 341, 5223, 11, 562, 291, 366, 3442, 281, 1886, 309, 11, 309, 486, 1998, 787, 562, 291, 1886, 437, 30, 1079, 11, 9166, 13, 407, 437, 775, 341, 829, 30, 50040, 13], "avg_logprob": -0.6851851597980216, "compression_ratio": 1.9295154185022025, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1223.18, "end": 1223.44, "word": "This", "probability": 0.29931640625}, {"start": 1223.44, "end": 1223.5, "word": " button", "probability": 0.486572265625}, {"start": 1223.5, "end": 1223.5, "word": " will", "probability": 0.12030029296875}, {"start": 1223.5, "end": 1223.78, "word": " work", "probability": 0.4873046875}, {"start": 1223.78, "end": 1224.2, "word": " here,", "probability": 0.489501953125}, {"start": 1224.52, "end": 1224.78, "word": " this", "probability": 0.53466796875}, {"start": 1224.78, "end": 1224.78, "word": " button", "probability": 0.6279296875}, {"start": 1224.78, "end": 1224.78, "word": " will", "probability": 0.5390625}, {"start": 1224.78, "end": 1225.36, "word": " start", "probability": 0.35791015625}, {"start": 1225.36, "end": 1225.52, "word": " the", "probability": 0.701171875}, {"start": 1225.52, "end": 1225.86, "word": " competition.", "probability": 0.401611328125}, {"start": 1226.12, "end": 1226.18, "word": " Of", "probability": 0.314208984375}, {"start": 1226.18, "end": 1226.3, "word": " course,", "probability": 0.904296875}, {"start": 1226.4, "end": 1226.7, "word": " there", "probability": 0.29833984375}, {"start": 1226.7, "end": 1226.84, "word": " is", "probability": 0.78955078125}, {"start": 1226.84, "end": 1227.0, "word": " nothing", "probability": 0.48974609375}, {"start": 1227.0, "end": 1227.36, "word": " in", "probability": 0.1982421875}, {"start": 1227.36, "end": 1227.48, "word": " it", "probability": 0.349365234375}, {"start": 1227.48, "end": 1227.96, "word": " yet.", "probability": 0.38916015625}, {"start": 1228.0, "end": 1228.28, "word": " It", "probability": 0.474365234375}, {"start": 1228.28, "end": 1228.36, "word": " will", "probability": 0.70166015625}, {"start": 1228.36, "end": 1228.56, "word": " show", "probability": 0.1260986328125}, {"start": 1228.56, "end": 1228.74, "word": " you", "probability": 0.828125}, {"start": 1228.74, "end": 1228.84, "word": " the", "probability": 0.79541015625}, {"start": 1228.84, "end": 1229.18, "word": " dialogue,", "probability": 0.4473876953125}, {"start": 1229.24, "end": 1229.54, "word": " notify", "probability": 0.1361083984375}, {"start": 1229.54, "end": 1229.7, "word": " you,", "probability": 0.8408203125}, {"start": 1229.76, "end": 1229.76, "word": " it", "probability": 0.1341552734375}, {"start": 1229.76, "end": 1229.88, "word": " will", "probability": 0.8544921875}, {"start": 1229.88, "end": 1230.14, "word": " show", "probability": 0.182373046875}, {"start": 1230.14, "end": 1230.3, "word": " you", "probability": 0.8271484375}, {"start": 1230.3, "end": 1230.5, "word": " this,", "probability": 0.39501953125}, {"start": 1230.54, "end": 1230.62, "word": " and", "probability": 0.7001953125}, {"start": 1230.62, "end": 1230.78, "word": " then", "probability": 0.334716796875}, {"start": 1230.78, "end": 1230.88, "word": " it", "probability": 0.47705078125}, {"start": 1230.88, "end": 1230.9, "word": " will", "probability": 0.728515625}, {"start": 1230.9, "end": 1231.1, "word": " show", "probability": 0.5615234375}, {"start": 1231.1, "end": 1231.36, "word": " you", "probability": 0.90576171875}, {"start": 1231.36, "end": 1231.58, "word": " this.", "probability": 0.2474365234375}, {"start": 1232.2, "end": 1232.44, "word": " Agreed.", "probability": 0.5687255859375}, {"start": 1232.52, "end": 1232.68, "word": " Of", "probability": 0.59130859375}, {"start": 1232.68, "end": 1232.68, "word": " course,", "probability": 0.9599609375}, {"start": 1232.74, "end": 1232.82, "word": " if", "probability": 0.919921875}, {"start": 1232.82, "end": 1233.08, "word": " you", "probability": 0.7802734375}, {"start": 1233.08, "end": 1233.08, "word": " press", "probability": 0.441650390625}, {"start": 1233.08, "end": 1233.32, "word": " outside", "probability": 0.438232421875}, {"start": 1233.32, "end": 1233.52, "word": " here,", "probability": 0.409423828125}, {"start": 1233.58, "end": 1233.62, "word": " it", "probability": 0.46728515625}, {"start": 1233.62, "end": 1233.72, "word": " will", "probability": 0.66357421875}, {"start": 1233.72, "end": 1233.92, "word": " close", "probability": 0.65966796875}, {"start": 1233.92, "end": 1234.06, "word": " the", "probability": 0.87109375}, {"start": 1234.06, "end": 1234.3, "word": " dialogue,", "probability": 0.6434326171875}, {"start": 1234.38, "end": 1234.42, "word": " it", "probability": 0.32958984375}, {"start": 1234.42, "end": 1234.48, "word": " will", "probability": 0.455078125}, {"start": 1234.48, "end": 1234.56, "word": " go", "probability": 0.36181640625}, {"start": 1234.56, "end": 1234.86, "word": " away.", "probability": 0.4599609375}, {"start": 1235.14, "end": 1235.5, "word": " Okay?", "probability": 0.349365234375}, {"start": 1236.04, "end": 1236.28, "word": " But", "probability": 0.8759765625}, {"start": 1236.28, "end": 1236.44, "word": " this", "probability": 0.85498046875}, {"start": 1236.44, "end": 1236.92, "word": " behavior,", "probability": 0.71337890625}, {"start": 1237.08, "end": 1237.22, "word": " when", "probability": 0.29736328125}, {"start": 1237.22, "end": 1237.74, "word": " you", "probability": 0.7373046875}, {"start": 1237.74, "end": 1238.52, "word": " are", "probability": 0.29541015625}, {"start": 1238.52, "end": 1238.7, "word": " supposed", "probability": 0.88232421875}, {"start": 1238.7, "end": 1238.8, "word": " to", "probability": 0.95947265625}, {"start": 1238.8, "end": 1238.88, "word": " press", "probability": 0.572265625}, {"start": 1238.88, "end": 1239.06, "word": " it,", "probability": 0.481201171875}, {"start": 1239.08, "end": 1239.46, "word": " it", "probability": 0.638671875}, {"start": 1239.46, "end": 1239.52, "word": " will", "probability": 0.5361328125}, {"start": 1239.52, "end": 1239.76, "word": " close", "probability": 0.75732421875}, {"start": 1239.76, "end": 1239.96, "word": " only", "probability": 0.229736328125}, {"start": 1239.96, "end": 1240.12, "word": " when", "probability": 0.79296875}, {"start": 1240.12, "end": 1240.26, "word": " you", "probability": 0.953125}, {"start": 1240.26, "end": 1240.46, "word": " press", "probability": 0.78955078125}, {"start": 1240.46, "end": 1240.74, "word": " what?", "probability": 0.60888671875}, {"start": 1240.92, "end": 1241.14, "word": " Yes,", "probability": 0.24560546875}, {"start": 1241.96, "end": 1242.38, "word": " agreed.", "probability": 0.8291015625}, {"start": 1243.26, "end": 1243.66, "word": " So", "probability": 0.69091796875}, {"start": 1243.66, "end": 1244.12, "word": " what", "probability": 0.30078125}, {"start": 1244.12, "end": 1244.12, "word": " does", "probability": 0.62744140625}, {"start": 1244.12, "end": 1244.3, "word": " this", "probability": 0.78515625}, {"start": 1244.3, "end": 1244.58, "word": " put?", "probability": 0.30419921875}, {"start": 1244.98, "end": 1245.36, "word": " False.", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 47, "seek": 126858, "start": 1247.04, "end": 1268.58, "text": "It's called cancel untouch outside. You have to cancel when you press outside. False means it's still there, you have to press approved. This is what you want. Of course, this dialogue, notice that its design is fixed, okay? It uses the theme that you use. But we will see later that you can make a dialogue from your own design.", "tokens": [3522, 311, 1219, 10373, 1701, 2220, 2380, 13, 509, 362, 281, 10373, 562, 291, 1886, 2380, 13, 50040, 1355, 309, 311, 920, 456, 11, 291, 362, 281, 1886, 10826, 13, 639, 307, 437, 291, 528, 13, 2720, 1164, 11, 341, 10221, 11, 3449, 300, 1080, 1715, 307, 6806, 11, 1392, 30, 467, 4960, 264, 6314, 300, 291, 764, 13, 583, 321, 486, 536, 1780, 300, 291, 393, 652, 257, 10221, 490, 428, 1065, 1715, 13], "avg_logprob": -0.497944104044061, "compression_ratio": 1.5893719806763285, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1247.04, "end": 1247.3, "word": "It's", "probability": 0.35333251953125}, {"start": 1247.3, "end": 1247.56, "word": " called", "probability": 0.416259765625}, {"start": 1247.56, "end": 1247.98, "word": " cancel", "probability": 0.406494140625}, {"start": 1247.98, "end": 1248.44, "word": " untouch", "probability": 0.74560546875}, {"start": 1248.44, "end": 1248.96, "word": " outside.", "probability": 0.78564453125}, {"start": 1249.36, "end": 1249.48, "word": " You", "probability": 0.32373046875}, {"start": 1249.48, "end": 1249.62, "word": " have", "probability": 0.254638671875}, {"start": 1249.62, "end": 1249.66, "word": " to", "probability": 0.966796875}, {"start": 1249.66, "end": 1250.16, "word": " cancel", "probability": 0.70849609375}, {"start": 1250.16, "end": 1250.38, "word": " when", "probability": 0.4150390625}, {"start": 1250.38, "end": 1250.54, "word": " you", "probability": 0.912109375}, {"start": 1250.54, "end": 1250.74, "word": " press", "probability": 0.3330078125}, {"start": 1250.74, "end": 1251.54, "word": " outside.", "probability": 0.8203125}, {"start": 1252.18, "end": 1252.62, "word": " False", "probability": 0.61181640625}, {"start": 1252.62, "end": 1252.84, "word": " means", "probability": 0.7421875}, {"start": 1252.84, "end": 1253.02, "word": " it's", "probability": 0.4669189453125}, {"start": 1253.02, "end": 1253.18, "word": " still", "probability": 0.81640625}, {"start": 1253.18, "end": 1253.5, "word": " there,", "probability": 0.60498046875}, {"start": 1253.62, "end": 1253.64, "word": " you", "probability": 0.82666015625}, {"start": 1253.64, "end": 1253.72, "word": " have", "probability": 0.74951171875}, {"start": 1253.72, "end": 1253.86, "word": " to", "probability": 0.96826171875}, {"start": 1253.86, "end": 1254.26, "word": " press", "probability": 0.716796875}, {"start": 1254.26, "end": 1255.42, "word": " approved.", "probability": 0.093505859375}, {"start": 1255.5, "end": 1255.72, "word": " This", "probability": 0.386474609375}, {"start": 1255.72, "end": 1255.76, "word": " is", "probability": 0.82470703125}, {"start": 1255.76, "end": 1256.02, "word": " what", "probability": 0.8330078125}, {"start": 1256.02, "end": 1256.06, "word": " you", "probability": 0.951171875}, {"start": 1256.06, "end": 1256.3, "word": " want.", "probability": 0.5205078125}, {"start": 1256.9, "end": 1257.42, "word": " Of", "probability": 0.580078125}, {"start": 1257.42, "end": 1257.56, "word": " course,", "probability": 0.94384765625}, {"start": 1257.82, "end": 1258.06, "word": " this", "probability": 0.70166015625}, {"start": 1258.06, "end": 1258.6, "word": " dialogue,", "probability": 0.58056640625}, {"start": 1259.14, "end": 1259.7, "word": " notice", "probability": 0.68115234375}, {"start": 1259.7, "end": 1259.88, "word": " that", "probability": 0.634765625}, {"start": 1259.88, "end": 1260.0, "word": " its", "probability": 0.493896484375}, {"start": 1260.0, "end": 1260.32, "word": " design", "probability": 0.921875}, {"start": 1260.32, "end": 1260.54, "word": " is", "probability": 0.92822265625}, {"start": 1260.54, "end": 1260.9, "word": " fixed,", "probability": 0.428466796875}, {"start": 1261.54, "end": 1261.8, "word": " okay?", "probability": 0.4892578125}, {"start": 1261.86, "end": 1261.92, "word": " It", "probability": 0.5439453125}, {"start": 1261.92, "end": 1262.4, "word": " uses", "probability": 0.7041015625}, {"start": 1262.4, "end": 1262.96, "word": " the", "probability": 0.89013671875}, {"start": 1262.96, "end": 1263.24, "word": " theme", "probability": 0.8349609375}, {"start": 1263.24, "end": 1263.34, "word": " that", "probability": 0.73486328125}, {"start": 1263.34, "end": 1263.66, "word": " you", "probability": 0.9560546875}, {"start": 1263.66, "end": 1264.88, "word": " use.", "probability": 0.5927734375}, {"start": 1265.46, "end": 1265.9, "word": " But", "probability": 0.916015625}, {"start": 1265.9, "end": 1266.06, "word": " we", "probability": 0.490966796875}, {"start": 1266.06, "end": 1266.08, "word": " will", "probability": 0.654296875}, {"start": 1266.08, "end": 1266.28, "word": " see", "probability": 0.81591796875}, {"start": 1266.28, "end": 1266.56, "word": " later", "probability": 0.71142578125}, {"start": 1266.56, "end": 1266.9, "word": " that", "probability": 0.8154296875}, {"start": 1266.9, "end": 1267.12, "word": " you", "probability": 0.962890625}, {"start": 1267.12, "end": 1267.44, "word": " can", "probability": 0.93994140625}, {"start": 1267.44, "end": 1267.66, "word": " make", "probability": 0.7890625}, {"start": 1267.66, "end": 1267.76, "word": " a", "probability": 0.712890625}, {"start": 1267.76, "end": 1268.02, "word": " dialogue", "probability": 0.81005859375}, {"start": 1268.02, "end": 1268.22, "word": " from", "probability": 0.437744140625}, {"start": 1268.22, "end": 1268.32, "word": " your", "probability": 0.89208984375}, {"start": 1268.32, "end": 1268.32, "word": " own", "probability": 0.63818359375}, {"start": 1268.32, "end": 1268.58, "word": " design.", "probability": 0.96923828125}], "temperature": 1.0}, {"id": 48, "seek": 129429, "start": 1269.73, "end": 1294.29, "text": " You create a layout and design a dialogue in it and use this design. This dialogue has a fixed design. When you give it the title, the icon, the message, what does it do when you click on the buttons? What does it want to write on the buttons? Okay? We will use only this for now. Okay. We haven't finished the first screen yet.", "tokens": [509, 1884, 257, 13333, 293, 1715, 257, 10221, 294, 309, 293, 764, 341, 1715, 13, 639, 10221, 575, 257, 6806, 1715, 13, 1133, 291, 976, 309, 264, 4876, 11, 264, 6528, 11, 264, 3636, 11, 437, 775, 309, 360, 562, 291, 2052, 322, 264, 9905, 30, 708, 775, 309, 528, 281, 2464, 322, 264, 9905, 30, 1033, 30, 492, 486, 764, 787, 341, 337, 586, 13, 1033, 13, 492, 2378, 380, 4335, 264, 700, 2568, 1939, 13], "avg_logprob": -0.5064102609952291, "compression_ratio": 1.6532663316582914, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1269.73, "end": 1270.21, "word": " You", "probability": 0.419921875}, {"start": 1270.21, "end": 1270.69, "word": " create", "probability": 0.1812744140625}, {"start": 1270.69, "end": 1270.85, "word": " a", "probability": 0.80322265625}, {"start": 1270.85, "end": 1271.19, "word": " layout", "probability": 0.91650390625}, {"start": 1271.19, "end": 1271.37, "word": " and", "probability": 0.438720703125}, {"start": 1271.37, "end": 1271.67, "word": " design", "probability": 0.529296875}, {"start": 1271.67, "end": 1271.93, "word": " a", "probability": 0.66357421875}, {"start": 1271.93, "end": 1272.29, "word": " dialogue", "probability": 0.402587890625}, {"start": 1272.29, "end": 1272.77, "word": " in", "probability": 0.150390625}, {"start": 1272.77, "end": 1272.77, "word": " it", "probability": 0.88330078125}, {"start": 1272.77, "end": 1272.91, "word": " and", "probability": 0.3134765625}, {"start": 1272.91, "end": 1273.31, "word": " use", "probability": 0.69677734375}, {"start": 1273.31, "end": 1273.49, "word": " this", "probability": 0.6201171875}, {"start": 1273.49, "end": 1273.83, "word": " design.", "probability": 0.82568359375}, {"start": 1274.07, "end": 1274.27, "word": " This", "probability": 0.53564453125}, {"start": 1274.27, "end": 1274.59, "word": " dialogue", "probability": 0.60546875}, {"start": 1274.59, "end": 1275.11, "word": " has", "probability": 0.317138671875}, {"start": 1275.11, "end": 1275.63, "word": " a", "probability": 0.9189453125}, {"start": 1275.63, "end": 1275.95, "word": " fixed", "probability": 0.5947265625}, {"start": 1275.95, "end": 1275.95, "word": " design.", "probability": 0.93310546875}, {"start": 1276.05, "end": 1276.21, "word": " When", "probability": 0.2303466796875}, {"start": 1276.21, "end": 1276.39, "word": " you", "probability": 0.93359375}, {"start": 1276.39, "end": 1276.71, "word": " give", "probability": 0.55322265625}, {"start": 1276.71, "end": 1276.79, "word": " it", "probability": 0.6865234375}, {"start": 1276.79, "end": 1276.89, "word": " the", "probability": 0.4296875}, {"start": 1276.89, "end": 1277.23, "word": " title,", "probability": 0.93310546875}, {"start": 1277.37, "end": 1277.45, "word": " the", "probability": 0.52099609375}, {"start": 1277.45, "end": 1277.83, "word": " icon,", "probability": 0.59619140625}, {"start": 1278.29, "end": 1278.39, "word": " the", "probability": 0.52490234375}, {"start": 1278.39, "end": 1278.81, "word": " message,", "probability": 0.78662109375}, {"start": 1279.03, "end": 1279.29, "word": " what", "probability": 0.4716796875}, {"start": 1279.29, "end": 1279.37, "word": " does", "probability": 0.40234375}, {"start": 1279.37, "end": 1279.37, "word": " it", "probability": 0.857421875}, {"start": 1279.37, "end": 1279.51, "word": " do", "probability": 0.76904296875}, {"start": 1279.51, "end": 1279.67, "word": " when", "probability": 0.5849609375}, {"start": 1279.67, "end": 1279.71, "word": " you", "probability": 0.609375}, {"start": 1279.71, "end": 1279.85, "word": " click", "probability": 0.427001953125}, {"start": 1279.85, "end": 1279.99, "word": " on", "probability": 0.71533203125}, {"start": 1279.99, "end": 1280.03, "word": " the", "probability": 0.56201171875}, {"start": 1280.03, "end": 1280.21, "word": " buttons?", "probability": 0.63916015625}, {"start": 1280.51, "end": 1280.71, "word": " What", "probability": 0.515625}, {"start": 1280.71, "end": 1280.81, "word": " does", "probability": 0.767578125}, {"start": 1280.81, "end": 1280.81, "word": " it", "probability": 0.90234375}, {"start": 1280.81, "end": 1280.93, "word": " want", "probability": 0.51123046875}, {"start": 1280.93, "end": 1280.93, "word": " to", "probability": 0.9658203125}, {"start": 1280.93, "end": 1281.07, "word": " write", "probability": 0.69921875}, {"start": 1281.07, "end": 1281.21, "word": " on", "probability": 0.82470703125}, {"start": 1281.21, "end": 1281.31, "word": " the", "probability": 0.771484375}, {"start": 1281.31, "end": 1281.43, "word": " buttons?", "probability": 0.87841796875}, {"start": 1282.37, "end": 1282.65, "word": " Okay?", "probability": 0.26171875}, {"start": 1282.95, "end": 1283.19, "word": " We", "probability": 0.548828125}, {"start": 1283.19, "end": 1283.41, "word": " will", "probability": 0.2509765625}, {"start": 1283.41, "end": 1283.83, "word": " use", "probability": 0.6083984375}, {"start": 1283.83, "end": 1284.37, "word": " only", "probability": 0.49072265625}, {"start": 1284.37, "end": 1284.37, "word": " this", "probability": 0.86083984375}, {"start": 1284.37, "end": 1284.49, "word": " for", "probability": 0.2076416015625}, {"start": 1284.49, "end": 1284.49, "word": " now.", "probability": 0.912109375}, {"start": 1289.91, "end": 1290.39, "word": " Okay.", "probability": 0.51025390625}, {"start": 1292.47, "end": 1292.95, "word": " We", "probability": 0.64697265625}, {"start": 1292.95, "end": 1293.27, "word": " haven't", "probability": 0.61102294921875}, {"start": 1293.27, "end": 1293.57, "word": " finished", "probability": 0.5859375}, {"start": 1293.57, "end": 1293.85, "word": " the", "probability": 0.79150390625}, {"start": 1293.85, "end": 1293.85, "word": " first", "probability": 0.8056640625}, {"start": 1293.85, "end": 1294.23, "word": " screen", "probability": 0.78076171875}, {"start": 1294.23, "end": 1294.29, "word": " yet.", "probability": 0.8076171875}], "temperature": 1.0}, {"id": 49, "seek": 131678, "start": 1297.04, "end": 1316.78, "text": "What should we do again? Before we exit from the first screen, if I press back, if I press back on the main screen, it will exit from the application. So we should say no, you will not exit until you send a message, are you sure you want to exit or not?", "tokens": [3748, 820, 321, 360, 797, 30, 4546, 321, 11043, 490, 264, 700, 2568, 11, 498, 286, 1886, 646, 11, 498, 286, 1886, 646, 322, 264, 2135, 2568, 11, 309, 486, 11043, 490, 264, 3861, 13, 407, 321, 820, 584, 572, 11, 291, 486, 406, 11043, 1826, 291, 2845, 257, 3636, 11, 366, 291, 988, 291, 528, 281, 11043, 420, 406, 30], "avg_logprob": -0.603326634053261, "compression_ratio": 1.632258064516129, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1297.04, "end": 1297.26, "word": "What", "probability": 0.4150390625}, {"start": 1297.26, "end": 1297.38, "word": " should", "probability": 0.1298828125}, {"start": 1297.38, "end": 1297.42, "word": " we", "probability": 0.58837890625}, {"start": 1297.42, "end": 1297.68, "word": " do", "probability": 0.91650390625}, {"start": 1297.68, "end": 1297.92, "word": " again?", "probability": 0.1558837890625}, {"start": 1298.82, "end": 1299.26, "word": " Before", "probability": 0.55322265625}, {"start": 1299.26, "end": 1299.5, "word": " we", "probability": 0.3681640625}, {"start": 1299.5, "end": 1299.66, "word": " exit", "probability": 0.32275390625}, {"start": 1299.66, "end": 1299.78, "word": " from", "probability": 0.426513671875}, {"start": 1299.78, "end": 1299.86, "word": " the", "probability": 0.82666015625}, {"start": 1299.86, "end": 1300.2, "word": " first", "probability": 0.363037109375}, {"start": 1300.2, "end": 1300.2, "word": " screen,", "probability": 0.71142578125}, {"start": 1300.32, "end": 1300.44, "word": " if", "probability": 0.8427734375}, {"start": 1300.44, "end": 1300.74, "word": " I", "probability": 0.38427734375}, {"start": 1300.74, "end": 1300.84, "word": " press", "probability": 0.344482421875}, {"start": 1300.84, "end": 1301.3, "word": " back,", "probability": 0.53076171875}, {"start": 1302.08, "end": 1302.56, "word": " if", "probability": 0.239501953125}, {"start": 1302.56, "end": 1303.64, "word": " I", "probability": 0.8955078125}, {"start": 1303.64, "end": 1303.84, "word": " press", "probability": 0.5283203125}, {"start": 1303.84, "end": 1304.36, "word": " back", "probability": 0.84130859375}, {"start": 1304.36, "end": 1305.58, "word": " on", "probability": 0.387451171875}, {"start": 1305.58, "end": 1305.72, "word": " the", "probability": 0.85302734375}, {"start": 1305.72, "end": 1305.76, "word": " main", "probability": 0.6025390625}, {"start": 1305.76, "end": 1306.56, "word": " screen,", "probability": 0.81982421875}, {"start": 1306.8, "end": 1307.56, "word": " it", "probability": 0.548828125}, {"start": 1307.56, "end": 1307.98, "word": " will", "probability": 0.76123046875}, {"start": 1307.98, "end": 1308.16, "word": " exit", "probability": 0.55224609375}, {"start": 1308.16, "end": 1308.34, "word": " from", "probability": 0.7392578125}, {"start": 1308.34, "end": 1308.78, "word": " the", "probability": 0.84326171875}, {"start": 1308.78, "end": 1309.08, "word": " application.", "probability": 0.5859375}, {"start": 1309.62, "end": 1310.06, "word": " So", "probability": 0.448486328125}, {"start": 1310.06, "end": 1310.28, "word": " we", "probability": 0.63525390625}, {"start": 1310.28, "end": 1310.44, "word": " should", "probability": 0.452392578125}, {"start": 1310.44, "end": 1310.74, "word": " say", "probability": 0.5048828125}, {"start": 1310.74, "end": 1310.96, "word": " no,", "probability": 0.285888671875}, {"start": 1311.24, "end": 1311.36, "word": " you", "probability": 0.69384765625}, {"start": 1311.36, "end": 1311.5, "word": " will", "probability": 0.2139892578125}, {"start": 1311.5, "end": 1311.52, "word": " not", "probability": 0.7861328125}, {"start": 1311.52, "end": 1311.74, "word": " exit", "probability": 0.7119140625}, {"start": 1311.74, "end": 1312.06, "word": " until", "probability": 0.436767578125}, {"start": 1312.06, "end": 1313.5, "word": " you", "probability": 0.5634765625}, {"start": 1313.5, "end": 1313.68, "word": " send", "probability": 0.446533203125}, {"start": 1313.68, "end": 1313.86, "word": " a", "probability": 0.52734375}, {"start": 1313.86, "end": 1314.2, "word": " message,", "probability": 0.91455078125}, {"start": 1314.32, "end": 1314.5, "word": " are", "probability": 0.3779296875}, {"start": 1314.5, "end": 1314.64, "word": " you", "probability": 0.95849609375}, {"start": 1314.64, "end": 1315.38, "word": " sure", "probability": 0.87548828125}, {"start": 1315.38, "end": 1315.48, "word": " you", "probability": 0.471435546875}, {"start": 1315.48, "end": 1315.48, "word": " want", "probability": 0.81884765625}, {"start": 1315.48, "end": 1315.52, "word": " to", "probability": 0.9658203125}, {"start": 1315.52, "end": 1315.74, "word": " exit", "probability": 0.89111328125}, {"start": 1315.74, "end": 1316.62, "word": " or", "probability": 0.7919921875}, {"start": 1316.62, "end": 1316.78, "word": " not?", "probability": 0.90087890625}], "temperature": 1.0}, {"id": 50, "seek": 134702, "start": 1318.46, "end": 1347.02, "text": "Yes, let's do it. Let's forget the above. We will not write from beginning to end. Okay, this is how we do it. Follow me, guys. Until now, remember that the code that we are working on is inside a method called onCreate. And this is the method that is executed when the application is turned on. Now, they tell me that there is another method called onBackBreast. OnBackBreast. Notice what this method wrote here.", "tokens": [6054, 11, 718, 311, 360, 309, 13, 961, 311, 2870, 264, 3673, 13, 492, 486, 406, 2464, 490, 2863, 281, 917, 13, 1033, 11, 341, 307, 577, 321, 360, 309, 13, 9876, 385, 11, 1074, 13, 9088, 586, 11, 1604, 300, 264, 3089, 300, 321, 366, 1364, 322, 307, 1854, 257, 3170, 1219, 322, 44637, 473, 13, 400, 341, 307, 264, 3170, 300, 307, 17577, 562, 264, 3861, 307, 3574, 322, 13, 823, 11, 436, 980, 385, 300, 456, 307, 1071, 3170, 1219, 322, 28404, 43034, 525, 13, 1282, 28404, 43034, 525, 13, 13428, 437, 341, 3170, 4114, 510, 13], "avg_logprob": -0.5179455374727154, "compression_ratio": 1.6586345381526104, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1318.46, "end": 1318.7, "word": "Yes,", "probability": 0.147705078125}, {"start": 1318.74, "end": 1318.84, "word": " let's", "probability": 0.51708984375}, {"start": 1318.84, "end": 1318.96, "word": " do", "probability": 0.1241455078125}, {"start": 1318.96, "end": 1319.1, "word": " it.", "probability": 0.603515625}, {"start": 1319.12, "end": 1319.28, "word": " Let's", "probability": 0.6802978515625}, {"start": 1319.28, "end": 1319.46, "word": " forget", "probability": 0.4609375}, {"start": 1319.46, "end": 1319.64, "word": " the", "probability": 0.272705078125}, {"start": 1319.64, "end": 1319.84, "word": " above.", "probability": 0.5302734375}, {"start": 1319.96, "end": 1320.1, "word": " We", "probability": 0.5283203125}, {"start": 1320.1, "end": 1320.12, "word": " will", "probability": 0.3984375}, {"start": 1320.12, "end": 1320.16, "word": " not", "probability": 0.70458984375}, {"start": 1320.16, "end": 1320.48, "word": " write", "probability": 0.450927734375}, {"start": 1320.48, "end": 1320.66, "word": " from", "probability": 0.28759765625}, {"start": 1320.66, "end": 1320.76, "word": " beginning", "probability": 0.439453125}, {"start": 1320.76, "end": 1320.9, "word": " to", "probability": 0.90869140625}, {"start": 1320.9, "end": 1321.06, "word": " end.", "probability": 0.91064453125}, {"start": 1322.86, "end": 1323.18, "word": " Okay,", "probability": 0.1435546875}, {"start": 1324.04, "end": 1324.2, "word": " this", "probability": 0.340576171875}, {"start": 1324.2, "end": 1324.26, "word": " is", "probability": 0.90283203125}, {"start": 1324.26, "end": 1324.4, "word": " how", "probability": 0.91064453125}, {"start": 1324.4, "end": 1324.5, "word": " we", "probability": 0.84912109375}, {"start": 1324.5, "end": 1324.66, "word": " do", "probability": 0.82568359375}, {"start": 1324.66, "end": 1324.76, "word": " it.", "probability": 0.9248046875}, {"start": 1324.82, "end": 1325.0, "word": " Follow", "probability": 0.2548828125}, {"start": 1325.0, "end": 1325.24, "word": " me,", "probability": 0.8740234375}, {"start": 1325.34, "end": 1325.52, "word": " guys.", "probability": 0.6923828125}, {"start": 1325.54, "end": 1325.86, "word": " Until", "probability": 0.29150390625}, {"start": 1325.86, "end": 1326.16, "word": " now,", "probability": 0.9111328125}, {"start": 1326.28, "end": 1326.44, "word": " remember", "probability": 0.197021484375}, {"start": 1326.44, "end": 1326.58, "word": " that", "probability": 0.69677734375}, {"start": 1326.58, "end": 1326.66, "word": " the", "probability": 0.74560546875}, {"start": 1326.66, "end": 1326.88, "word": " code", "probability": 0.89599609375}, {"start": 1326.88, "end": 1326.98, "word": " that", "probability": 0.5185546875}, {"start": 1326.98, "end": 1327.12, "word": " we", "probability": 0.93994140625}, {"start": 1327.12, "end": 1327.18, "word": " are", "probability": 0.68896484375}, {"start": 1327.18, "end": 1327.46, "word": " working", "probability": 0.66796875}, {"start": 1327.46, "end": 1327.62, "word": " on", "probability": 0.689453125}, {"start": 1327.62, "end": 1327.94, "word": " is", "probability": 0.66552734375}, {"start": 1327.94, "end": 1329.08, "word": " inside", "probability": 0.54736328125}, {"start": 1329.08, "end": 1329.22, "word": " a", "probability": 0.55126953125}, {"start": 1329.22, "end": 1329.42, "word": " method", "probability": 0.9306640625}, {"start": 1329.42, "end": 1329.68, "word": " called", "probability": 0.80517578125}, {"start": 1329.68, "end": 1330.34, "word": " onCreate.", "probability": 0.8015950520833334}, {"start": 1330.64, "end": 1330.84, "word": " And", "probability": 0.6259765625}, {"start": 1330.84, "end": 1331.0, "word": " this", "probability": 0.89013671875}, {"start": 1331.0, "end": 1331.0, "word": " is", "probability": 0.226318359375}, {"start": 1331.0, "end": 1331.08, "word": " the", "probability": 0.83740234375}, {"start": 1331.08, "end": 1331.3, "word": " method", "probability": 0.9326171875}, {"start": 1331.3, "end": 1331.44, "word": " that", "probability": 0.84619140625}, {"start": 1331.44, "end": 1331.58, "word": " is", "probability": 0.47802734375}, {"start": 1331.58, "end": 1332.06, "word": " executed", "probability": 0.65673828125}, {"start": 1332.06, "end": 1332.46, "word": " when", "probability": 0.55126953125}, {"start": 1332.46, "end": 1333.3, "word": " the", "probability": 0.84814453125}, {"start": 1333.3, "end": 1333.64, "word": " application", "probability": 0.7158203125}, {"start": 1333.64, "end": 1333.64, "word": " is", "probability": 0.4814453125}, {"start": 1333.64, "end": 1333.64, "word": " turned", "probability": 0.420654296875}, {"start": 1333.64, "end": 1333.64, "word": " on.", "probability": 0.9453125}, {"start": 1334.4, "end": 1334.72, "word": " Now,", "probability": 0.69140625}, {"start": 1334.76, "end": 1334.92, "word": " they", "probability": 0.464111328125}, {"start": 1334.92, "end": 1335.08, "word": " tell", "probability": 0.56005859375}, {"start": 1335.08, "end": 1335.34, "word": " me", "probability": 0.92431640625}, {"start": 1335.34, "end": 1335.38, "word": " that", "probability": 0.59912109375}, {"start": 1335.38, "end": 1335.48, "word": " there", "probability": 0.8984375}, {"start": 1335.48, "end": 1335.48, "word": " is", "probability": 0.91455078125}, {"start": 1335.48, "end": 1336.06, "word": " another", "probability": 0.88330078125}, {"start": 1336.06, "end": 1336.16, "word": " method", "probability": 0.9453125}, {"start": 1336.16, "end": 1338.52, "word": " called", "probability": 0.65283203125}, {"start": 1338.52, "end": 1341.88, "word": " onBackBreast.", "probability": 0.7723388671875}, {"start": 1344.4, "end": 1344.72, "word": " OnBackBreast.", "probability": 0.76641845703125}, {"start": 1345.28, "end": 1345.6, "word": " Notice", "probability": 0.85791015625}, {"start": 1345.6, "end": 1345.8, "word": " what", "probability": 0.441162109375}, {"start": 1345.8, "end": 1345.88, "word": " this", "probability": 0.6962890625}, {"start": 1345.88, "end": 1346.26, "word": " method", "probability": 0.94873046875}, {"start": 1346.26, "end": 1346.7, "word": " wrote", "probability": 0.55908203125}, {"start": 1346.7, "end": 1347.02, "word": " here.", "probability": 0.47607421875}], "temperature": 1.0}, {"id": 51, "seek": 137226, "start": 1348.64, "end": 1372.26, "text": "Override, it means it is present when in the parent. I want to override it. Of course, how did this work? If you came to any empty place outside the on created inside the class, write on, always the method that looks like on means it is executed at a certain event. The on starts when it is running. On back pressed, here I will try to continue. When does this execute the method? When I press the back button.", "tokens": [33093, 25502, 11, 309, 1355, 309, 307, 1974, 562, 294, 264, 2596, 13, 286, 528, 281, 42321, 309, 13, 2720, 1164, 11, 577, 630, 341, 589, 30, 759, 291, 1361, 281, 604, 6707, 1081, 2380, 264, 322, 2942, 1854, 264, 1508, 11, 2464, 322, 11, 1009, 264, 3170, 300, 1542, 411, 322, 1355, 309, 307, 17577, 412, 257, 1629, 2280, 13, 440, 322, 3719, 562, 309, 307, 2614, 13, 1282, 646, 17355, 11, 510, 286, 486, 853, 281, 2354, 13, 1133, 775, 341, 14483, 264, 3170, 30, 1133, 286, 1886, 264, 646, 2960, 13], "avg_logprob": -0.5473684147784584, "compression_ratio": 1.6872427983539096, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1348.6399999999999, "end": 1349.08, "word": "Override,", "probability": 0.51904296875}, {"start": 1349.14, "end": 1349.32, "word": " it", "probability": 0.38232421875}, {"start": 1349.32, "end": 1349.32, "word": " means", "probability": 0.248779296875}, {"start": 1349.32, "end": 1349.46, "word": " it", "probability": 0.54248046875}, {"start": 1349.46, "end": 1349.56, "word": " is", "probability": 0.449951171875}, {"start": 1349.56, "end": 1349.8, "word": " present", "probability": 0.30126953125}, {"start": 1349.8, "end": 1350.12, "word": " when", "probability": 0.38623046875}, {"start": 1350.12, "end": 1350.84, "word": " in", "probability": 0.330078125}, {"start": 1350.84, "end": 1350.96, "word": " the", "probability": 0.6533203125}, {"start": 1350.96, "end": 1351.2, "word": " parent.", "probability": 0.88427734375}, {"start": 1351.34, "end": 1351.6, "word": " I", "probability": 0.4912109375}, {"start": 1351.6, "end": 1351.86, "word": " want", "probability": 0.2841796875}, {"start": 1351.86, "end": 1352.08, "word": " to", "probability": 0.92041015625}, {"start": 1352.08, "end": 1352.28, "word": " override", "probability": 0.458251953125}, {"start": 1352.28, "end": 1354.4, "word": " it.", "probability": 0.70654296875}, {"start": 1354.44, "end": 1354.78, "word": " Of", "probability": 0.326171875}, {"start": 1354.78, "end": 1354.86, "word": " course,", "probability": 0.935546875}, {"start": 1355.04, "end": 1355.18, "word": " how", "probability": 0.72998046875}, {"start": 1355.18, "end": 1355.46, "word": " did", "probability": 0.59814453125}, {"start": 1355.46, "end": 1355.66, "word": " this", "probability": 0.58349609375}, {"start": 1355.66, "end": 1355.78, "word": " work?", "probability": 0.4091796875}, {"start": 1355.8, "end": 1355.94, "word": " If", "probability": 0.82421875}, {"start": 1355.94, "end": 1356.16, "word": " you", "probability": 0.919921875}, {"start": 1356.16, "end": 1356.38, "word": " came", "probability": 0.35107421875}, {"start": 1356.38, "end": 1356.48, "word": " to", "probability": 0.286376953125}, {"start": 1356.48, "end": 1356.64, "word": " any", "probability": 0.5322265625}, {"start": 1356.64, "end": 1357.14, "word": " empty", "probability": 0.36865234375}, {"start": 1357.14, "end": 1357.14, "word": " place", "probability": 0.58984375}, {"start": 1357.14, "end": 1357.44, "word": " outside", "probability": 0.6123046875}, {"start": 1357.44, "end": 1357.5, "word": " the", "probability": 0.42431640625}, {"start": 1357.5, "end": 1357.6, "word": " on", "probability": 0.49609375}, {"start": 1357.6, "end": 1357.92, "word": " created", "probability": 0.353759765625}, {"start": 1357.92, "end": 1358.14, "word": " inside", "probability": 0.272705078125}, {"start": 1358.14, "end": 1358.3, "word": " the", "probability": 0.8330078125}, {"start": 1358.3, "end": 1358.64, "word": " class,", "probability": 0.97802734375}, {"start": 1359.1, "end": 1359.36, "word": " write", "probability": 0.406982421875}, {"start": 1359.36, "end": 1359.66, "word": " on,", "probability": 0.8525390625}, {"start": 1360.64, "end": 1361.12, "word": " always", "probability": 0.6240234375}, {"start": 1361.12, "end": 1361.34, "word": " the", "probability": 0.77587890625}, {"start": 1361.34, "end": 1361.56, "word": " method", "probability": 0.96630859375}, {"start": 1361.56, "end": 1361.7, "word": " that", "probability": 0.6796875}, {"start": 1361.7, "end": 1361.94, "word": " looks", "probability": 0.43701171875}, {"start": 1361.94, "end": 1362.06, "word": " like", "probability": 0.7216796875}, {"start": 1362.06, "end": 1362.22, "word": " on", "probability": 0.87158203125}, {"start": 1362.22, "end": 1362.52, "word": " means", "probability": 0.64892578125}, {"start": 1362.52, "end": 1362.78, "word": " it", "probability": 0.497314453125}, {"start": 1362.78, "end": 1362.86, "word": " is", "probability": 0.477783203125}, {"start": 1362.86, "end": 1363.06, "word": " executed", "probability": 0.875}, {"start": 1363.06, "end": 1363.3, "word": " at", "probability": 0.5966796875}, {"start": 1363.3, "end": 1363.42, "word": " a", "probability": 0.92578125}, {"start": 1363.42, "end": 1363.42, "word": " certain", "probability": 0.5244140625}, {"start": 1363.42, "end": 1364.46, "word": " event.", "probability": 0.7275390625}, {"start": 1364.98, "end": 1365.08, "word": " The", "probability": 0.477783203125}, {"start": 1365.08, "end": 1365.22, "word": " on", "probability": 0.90625}, {"start": 1365.22, "end": 1365.62, "word": " starts", "probability": 0.36083984375}, {"start": 1365.62, "end": 1365.82, "word": " when", "probability": 0.58154296875}, {"start": 1365.82, "end": 1365.92, "word": " it", "probability": 0.30859375}, {"start": 1365.92, "end": 1365.98, "word": " is", "probability": 0.69189453125}, {"start": 1365.98, "end": 1366.24, "word": " running.", "probability": 0.771484375}, {"start": 1366.88, "end": 1367.16, "word": " On", "probability": 0.71630859375}, {"start": 1367.16, "end": 1367.44, "word": " back", "probability": 0.81640625}, {"start": 1367.44, "end": 1367.78, "word": " pressed,", "probability": 0.337890625}, {"start": 1368.0, "end": 1368.0, "word": " here", "probability": 0.327880859375}, {"start": 1368.0, "end": 1368.14, "word": " I", "probability": 0.6376953125}, {"start": 1368.14, "end": 1368.2, "word": " will", "probability": 0.67333984375}, {"start": 1368.2, "end": 1368.34, "word": " try", "probability": 0.90966796875}, {"start": 1368.34, "end": 1368.44, "word": " to", "probability": 0.9453125}, {"start": 1368.44, "end": 1368.62, "word": " continue.", "probability": 0.302978515625}, {"start": 1369.22, "end": 1369.66, "word": " When", "probability": 0.64111328125}, {"start": 1369.66, "end": 1369.84, "word": " does", "probability": 0.625}, {"start": 1369.84, "end": 1369.86, "word": " this", "probability": 0.62939453125}, {"start": 1369.86, "end": 1370.12, "word": " execute", "probability": 0.44091796875}, {"start": 1370.12, "end": 1370.34, "word": " the", "probability": 0.77783203125}, {"start": 1370.34, "end": 1370.58, "word": " method?", "probability": 0.953125}, {"start": 1371.04, "end": 1371.48, "word": " When", "probability": 0.86962890625}, {"start": 1371.48, "end": 1371.6, "word": " I", "probability": 0.734375}, {"start": 1371.6, "end": 1371.72, "word": " press", "probability": 0.75634765625}, {"start": 1371.72, "end": 1372.02, "word": " the", "probability": 0.88134765625}, {"start": 1372.02, "end": 1372.26, "word": " back", "probability": 0.701171875}, {"start": 1372.26, "end": 1372.26, "word": " button.", "probability": 0.85693359375}], "temperature": 1.0}, {"id": 52, "seek": 138937, "start": 1373.49, "end": 1389.37, "text": " Notice, when you press the back button, what does it do? It goes to super.albackpressure Super.albackpressure has the code that closes the application Because this is simply a comment If you press back, your application will not close", "tokens": [13428, 11, 562, 291, 1886, 264, 646, 2960, 11, 437, 775, 309, 360, 30, 467, 1709, 281, 1687, 13, 304, 3207, 11637, 540, 4548, 13, 304, 3207, 11637, 540, 575, 264, 3089, 300, 24157, 264, 3861, 1436, 341, 307, 2935, 257, 2871, 759, 291, 1886, 646, 11, 428, 3861, 486, 406, 1998], "avg_logprob": -0.5129717251039901, "compression_ratio": 1.598639455782313, "no_speech_prob": 0.0, "words": [{"start": 1373.49, "end": 1373.89, "word": " Notice,", "probability": 0.42822265625}, {"start": 1374.07, "end": 1374.29, "word": " when", "probability": 0.78125}, {"start": 1374.29, "end": 1374.39, "word": " you", "probability": 0.91796875}, {"start": 1374.39, "end": 1374.51, "word": " press", "probability": 0.44287109375}, {"start": 1374.51, "end": 1374.85, "word": " the", "probability": 0.53955078125}, {"start": 1374.85, "end": 1375.05, "word": " back", "probability": 0.650390625}, {"start": 1375.05, "end": 1375.09, "word": " button,", "probability": 0.85400390625}, {"start": 1375.19, "end": 1375.29, "word": " what", "probability": 0.267578125}, {"start": 1375.29, "end": 1375.33, "word": " does", "probability": 0.49072265625}, {"start": 1375.33, "end": 1375.39, "word": " it", "probability": 0.78369140625}, {"start": 1375.39, "end": 1375.59, "word": " do?", "probability": 0.9423828125}, {"start": 1376.01, "end": 1376.13, "word": " It", "probability": 0.75537109375}, {"start": 1376.13, "end": 1376.25, "word": " goes", "probability": 0.1671142578125}, {"start": 1376.25, "end": 1376.77, "word": " to", "probability": 0.42431640625}, {"start": 1376.77, "end": 1377.43, "word": " super", "probability": 0.46875}, {"start": 1377.43, "end": 1378.67, "word": ".albackpressure", "probability": 0.69921875}, {"start": 1378.67, "end": 1379.39, "word": " Super", "probability": 0.1441650390625}, {"start": 1379.39, "end": 1380.25, "word": ".albackpressure", "probability": 0.91279296875}, {"start": 1380.25, "end": 1380.41, "word": " has", "probability": 0.51318359375}, {"start": 1380.41, "end": 1380.59, "word": " the", "probability": 0.50634765625}, {"start": 1380.59, "end": 1380.79, "word": " code", "probability": 0.8818359375}, {"start": 1380.79, "end": 1380.93, "word": " that", "probability": 0.81982421875}, {"start": 1380.93, "end": 1381.35, "word": " closes", "probability": 0.685546875}, {"start": 1381.35, "end": 1382.47, "word": " the", "probability": 0.84765625}, {"start": 1382.47, "end": 1382.85, "word": " application", "probability": 0.67626953125}, {"start": 1382.85, "end": 1383.33, "word": " Because", "probability": 0.32177734375}, {"start": 1383.33, "end": 1383.61, "word": " this", "probability": 0.466552734375}, {"start": 1383.61, "end": 1383.97, "word": " is", "probability": 0.6357421875}, {"start": 1383.97, "end": 1384.21, "word": " simply", "probability": 0.360107421875}, {"start": 1384.21, "end": 1384.71, "word": " a", "probability": 0.342041015625}, {"start": 1384.71, "end": 1385.41, "word": " comment", "probability": 0.84130859375}, {"start": 1385.41, "end": 1387.41, "word": " If", "probability": 0.218505859375}, {"start": 1387.41, "end": 1387.89, "word": " you", "probability": 0.92041015625}, {"start": 1387.89, "end": 1388.07, "word": " press", "probability": 0.5556640625}, {"start": 1388.07, "end": 1388.47, "word": " back,", "probability": 0.501953125}, {"start": 1388.53, "end": 1388.57, "word": " your", "probability": 0.60205078125}, {"start": 1388.57, "end": 1388.79, "word": " application", "probability": 0.88134765625}, {"start": 1388.79, "end": 1389.03, "word": " will", "probability": 0.625}, {"start": 1389.03, "end": 1389.03, "word": " not", "probability": 0.916015625}, {"start": 1389.03, "end": 1389.37, "word": " close", "probability": 0.83984375}], "temperature": 1.0}, {"id": 53, "seek": 142435, "start": 1395.19, "end": 1424.35, "text": "We want to make sure that when you press on back press, it does not close except based on the dialogue. So we want to go and get the dialogue. It is going to be written again because I am a teacher. This is another dialogue.builder, but we write it quickly. Builder. Okay, now I put this. Why did I put this? Because I did not enter the class before. Because I entered the main class. Builder.set title", "tokens": [4360, 528, 281, 652, 988, 300, 562, 291, 1886, 322, 646, 1886, 11, 309, 775, 406, 1998, 3993, 2361, 322, 264, 10221, 13, 407, 321, 528, 281, 352, 293, 483, 264, 10221, 13, 467, 307, 516, 281, 312, 3720, 797, 570, 286, 669, 257, 5027, 13, 639, 307, 1071, 10221, 13, 11516, 260, 11, 457, 321, 2464, 309, 2661, 13, 11875, 260, 13, 1033, 11, 586, 286, 829, 341, 13, 1545, 630, 286, 829, 341, 30, 1436, 286, 630, 406, 3242, 264, 1508, 949, 13, 1436, 286, 9065, 264, 2135, 1508, 13, 11875, 260, 13, 3854, 4876], "avg_logprob": -0.6549745177736088, "compression_ratio": 1.6962025316455696, "no_speech_prob": 0.0, "words": [{"start": 1395.19, "end": 1395.47, "word": "We", "probability": 0.2166748046875}, {"start": 1395.47, "end": 1395.73, "word": " want", "probability": 0.314697265625}, {"start": 1395.73, "end": 1395.85, "word": " to", "probability": 0.486083984375}, {"start": 1395.85, "end": 1396.09, "word": " make", "probability": 0.5361328125}, {"start": 1396.09, "end": 1396.23, "word": " sure", "probability": 0.65966796875}, {"start": 1396.23, "end": 1396.31, "word": " that", "probability": 0.625}, {"start": 1396.31, "end": 1396.43, "word": " when", "probability": 0.529296875}, {"start": 1396.43, "end": 1396.57, "word": " you", "probability": 0.2122802734375}, {"start": 1396.57, "end": 1396.71, "word": " press", "probability": 0.392333984375}, {"start": 1396.71, "end": 1396.91, "word": " on", "probability": 0.66845703125}, {"start": 1396.91, "end": 1397.13, "word": " back", "probability": 0.5634765625}, {"start": 1397.13, "end": 1397.47, "word": " press,", "probability": 0.35595703125}, {"start": 1397.59, "end": 1397.63, "word": " it", "probability": 0.74951171875}, {"start": 1397.63, "end": 1397.73, "word": " does", "probability": 0.2274169921875}, {"start": 1397.73, "end": 1397.73, "word": " not", "probability": 0.8740234375}, {"start": 1397.73, "end": 1398.07, "word": " close", "probability": 0.615234375}, {"start": 1398.07, "end": 1398.57, "word": " except", "probability": 0.2900390625}, {"start": 1398.57, "end": 1399.43, "word": " based", "probability": 0.2335205078125}, {"start": 1399.43, "end": 1399.57, "word": " on", "probability": 0.9453125}, {"start": 1399.57, "end": 1399.65, "word": " the", "probability": 0.358642578125}, {"start": 1399.65, "end": 1399.87, "word": " dialogue.", "probability": 0.402099609375}, {"start": 1400.03, "end": 1400.15, "word": " So", "probability": 0.5166015625}, {"start": 1400.15, "end": 1400.35, "word": " we", "probability": 0.60205078125}, {"start": 1400.35, "end": 1400.35, "word": " want", "probability": 0.134033203125}, {"start": 1400.35, "end": 1400.61, "word": " to", "probability": 0.95849609375}, {"start": 1400.61, "end": 1400.61, "word": " go", "probability": 0.471923828125}, {"start": 1400.61, "end": 1400.79, "word": " and", "probability": 0.51318359375}, {"start": 1400.79, "end": 1400.91, "word": " get", "probability": 0.61376953125}, {"start": 1400.91, "end": 1401.07, "word": " the", "probability": 0.859375}, {"start": 1401.07, "end": 1401.27, "word": " dialogue.", "probability": 0.77197265625}, {"start": 1401.43, "end": 1401.49, "word": " It", "probability": 0.243896484375}, {"start": 1401.49, "end": 1401.59, "word": " is", "probability": 0.1793212890625}, {"start": 1401.59, "end": 1401.65, "word": " going", "probability": 0.7666015625}, {"start": 1401.65, "end": 1401.65, "word": " to", "probability": 0.970703125}, {"start": 1401.65, "end": 1401.77, "word": " be", "probability": 0.61376953125}, {"start": 1401.77, "end": 1401.97, "word": " written", "probability": 0.88671875}, {"start": 1401.97, "end": 1402.35, "word": " again", "probability": 0.890625}, {"start": 1402.35, "end": 1402.55, "word": " because", "probability": 0.2030029296875}, {"start": 1402.55, "end": 1402.85, "word": " I", "probability": 0.216064453125}, {"start": 1402.85, "end": 1402.87, "word": " am", "probability": 0.6123046875}, {"start": 1402.87, "end": 1403.05, "word": " a", "probability": 0.2978515625}, {"start": 1403.05, "end": 1403.69, "word": " teacher.", "probability": 0.291748046875}, {"start": 1405.13, "end": 1405.49, "word": " This", "probability": 0.1419677734375}, {"start": 1405.49, "end": 1406.01, "word": " is", "probability": 0.8681640625}, {"start": 1406.01, "end": 1406.17, "word": " another", "probability": 0.1624755859375}, {"start": 1406.17, "end": 1406.71, "word": " dialogue", "probability": 0.68701171875}, {"start": 1406.71, "end": 1407.61, "word": ".builder,", "probability": 0.6881510416666666}, {"start": 1407.65, "end": 1407.77, "word": " but", "probability": 0.3876953125}, {"start": 1407.77, "end": 1407.91, "word": " we", "probability": 0.64111328125}, {"start": 1407.91, "end": 1408.07, "word": " write", "probability": 0.461181640625}, {"start": 1408.07, "end": 1408.19, "word": " it", "probability": 0.52197265625}, {"start": 1408.19, "end": 1408.57, "word": " quickly.", "probability": 0.6123046875}, {"start": 1408.79, "end": 1409.13, "word": " Builder.", "probability": 0.636962890625}, {"start": 1415.33, "end": 1415.69, "word": " Okay,", "probability": 0.2978515625}, {"start": 1415.73, "end": 1415.89, "word": " now", "probability": 0.796875}, {"start": 1415.89, "end": 1415.99, "word": " I", "probability": 0.853515625}, {"start": 1415.99, "end": 1416.15, "word": " put", "probability": 0.59228515625}, {"start": 1416.15, "end": 1416.51, "word": " this.", "probability": 0.912109375}, {"start": 1416.65, "end": 1416.83, "word": " Why", "probability": 0.79541015625}, {"start": 1416.83, "end": 1416.91, "word": " did", "probability": 0.6953125}, {"start": 1416.91, "end": 1416.91, "word": " I", "probability": 0.9697265625}, {"start": 1416.91, "end": 1417.05, "word": " put", "probability": 0.90087890625}, {"start": 1417.05, "end": 1417.39, "word": " this?", "probability": 0.9501953125}, {"start": 1417.75, "end": 1418.11, "word": " Because", "probability": 0.48828125}, {"start": 1418.11, "end": 1418.89, "word": " I", "probability": 0.95361328125}, {"start": 1418.89, "end": 1419.01, "word": " did", "probability": 0.263427734375}, {"start": 1419.01, "end": 1419.03, "word": " not", "probability": 0.9443359375}, {"start": 1419.03, "end": 1419.23, "word": " enter", "probability": 0.6123046875}, {"start": 1419.23, "end": 1419.43, "word": " the", "probability": 0.29833984375}, {"start": 1419.43, "end": 1419.91, "word": " class", "probability": 0.77490234375}, {"start": 1419.91, "end": 1419.91, "word": " before.", "probability": 0.42333984375}, {"start": 1420.13, "end": 1420.49, "word": " Because", "probability": 0.52001953125}, {"start": 1420.49, "end": 1420.59, "word": " I", "probability": 0.9697265625}, {"start": 1420.59, "end": 1420.73, "word": " entered", "probability": 0.630859375}, {"start": 1420.73, "end": 1420.87, "word": " the", "probability": 0.884765625}, {"start": 1420.87, "end": 1420.87, "word": " main", "probability": 0.4384765625}, {"start": 1420.87, "end": 1421.47, "word": " class.", "probability": 0.91943359375}, {"start": 1422.31, "end": 1422.67, "word": " Builder", "probability": 0.8623046875}, {"start": 1422.67, "end": 1423.81, "word": ".set", "probability": 0.648681640625}, {"start": 1423.81, "end": 1424.35, "word": " title", "probability": 0.751953125}], "temperature": 1.0}, {"id": 54, "seek": 145195, "start": 1426.85, "end": 1451.95, "text": " This is also a warning Builder.setmessage Yes, we will learn something new This gate, I don't want to write the message I want to put the message in the strings, this is strings, ok?", "tokens": [639, 307, 611, 257, 9164, 11875, 260, 13, 3854, 76, 442, 609, 1079, 11, 321, 486, 1466, 746, 777, 639, 8539, 11, 286, 500, 380, 528, 281, 2464, 264, 3636, 286, 528, 281, 829, 264, 3636, 294, 264, 13985, 11, 341, 307, 13985, 11, 3133, 30], "avg_logprob": -0.5239361473854552, "compression_ratio": 1.464, "no_speech_prob": 0.0, "words": [{"start": 1426.85, "end": 1427.15, "word": " This", "probability": 0.25732421875}, {"start": 1427.15, "end": 1427.17, "word": " is", "probability": 0.8095703125}, {"start": 1427.17, "end": 1427.63, "word": " also", "probability": 0.17236328125}, {"start": 1427.63, "end": 1427.63, "word": " a", "probability": 0.71044921875}, {"start": 1427.63, "end": 1427.63, "word": " warning", "probability": 0.427490234375}, {"start": 1427.63, "end": 1433.89, "word": " Builder", "probability": 0.6715087890625}, {"start": 1433.89, "end": 1436.57, "word": ".setmessage", "probability": 0.76748046875}, {"start": 1436.57, "end": 1441.61, "word": " Yes,", "probability": 0.3544921875}, {"start": 1441.63, "end": 1441.85, "word": " we", "probability": 0.30712890625}, {"start": 1441.85, "end": 1441.85, "word": " will", "probability": 0.6142578125}, {"start": 1441.85, "end": 1442.11, "word": " learn", "probability": 0.9345703125}, {"start": 1442.11, "end": 1442.31, "word": " something", "probability": 0.5361328125}, {"start": 1442.31, "end": 1442.67, "word": " new", "probability": 0.8720703125}, {"start": 1442.67, "end": 1444.01, "word": " This", "probability": 0.2222900390625}, {"start": 1444.01, "end": 1444.29, "word": " gate,", "probability": 0.187744140625}, {"start": 1444.53, "end": 1444.69, "word": " I", "probability": 0.92431640625}, {"start": 1444.69, "end": 1444.77, "word": " don't", "probability": 0.818115234375}, {"start": 1444.77, "end": 1444.91, "word": " want", "probability": 0.83349609375}, {"start": 1444.91, "end": 1445.01, "word": " to", "probability": 0.955078125}, {"start": 1445.01, "end": 1445.15, "word": " write", "probability": 0.86083984375}, {"start": 1445.15, "end": 1445.31, "word": " the", "probability": 0.568359375}, {"start": 1445.31, "end": 1445.61, "word": " message", "probability": 0.83642578125}, {"start": 1445.61, "end": 1446.37, "word": " I", "probability": 0.5712890625}, {"start": 1446.37, "end": 1446.53, "word": " want", "probability": 0.84130859375}, {"start": 1446.53, "end": 1446.59, "word": " to", "probability": 0.95947265625}, {"start": 1446.59, "end": 1446.75, "word": " put", "probability": 0.66064453125}, {"start": 1446.75, "end": 1446.89, "word": " the", "probability": 0.8525390625}, {"start": 1446.89, "end": 1447.37, "word": " message", "probability": 0.88916015625}, {"start": 1447.37, "end": 1449.75, "word": " in", "probability": 0.505859375}, {"start": 1449.75, "end": 1449.85, "word": " the", "probability": 0.66357421875}, {"start": 1449.85, "end": 1450.17, "word": " strings,", "probability": 0.84228515625}, {"start": 1450.27, "end": 1450.39, "word": " this", "probability": 0.39794921875}, {"start": 1450.39, "end": 1450.45, "word": " is", "probability": 0.92626953125}, {"start": 1450.45, "end": 1450.95, "word": " strings,", "probability": 0.869140625}, {"start": 1451.73, "end": 1451.95, "word": " ok?", "probability": 0.270263671875}], "temperature": 1.0}, {"id": 55, "seek": 148269, "start": 1456.21, "end": 1482.69, "text": " And we want to read it from the code. We learned how to put it in the string and read it from the layout. We like to read it from the code. Close. Confirm. This is how we call this message. Okay? Do you want to go out? Okay? Here, of course, because of this, what does it do? In the set message,", "tokens": [400, 321, 528, 281, 1401, 309, 490, 264, 3089, 13, 492, 3264, 577, 281, 829, 309, 294, 264, 6798, 293, 1401, 309, 490, 264, 13333, 13, 492, 411, 281, 1401, 309, 490, 264, 3089, 13, 16346, 13, 11701, 3692, 13, 639, 307, 577, 321, 818, 341, 3636, 13, 1033, 30, 1144, 291, 528, 281, 352, 484, 30, 1033, 30, 1692, 11, 295, 1164, 11, 570, 295, 341, 11, 437, 775, 309, 360, 30, 682, 264, 992, 3636, 11], "avg_logprob": -0.4893196232711213, "compression_ratio": 1.6536312849162011, "no_speech_prob": 0.0, "words": [{"start": 1456.21, "end": 1456.39, "word": " And", "probability": 0.3271484375}, {"start": 1456.39, "end": 1456.39, "word": " we", "probability": 0.5771484375}, {"start": 1456.39, "end": 1456.57, "word": " want", "probability": 0.2296142578125}, {"start": 1456.57, "end": 1456.71, "word": " to", "probability": 0.951171875}, {"start": 1456.71, "end": 1456.83, "word": " read", "probability": 0.55810546875}, {"start": 1456.83, "end": 1456.97, "word": " it", "probability": 0.40625}, {"start": 1456.97, "end": 1457.11, "word": " from", "probability": 0.75}, {"start": 1457.11, "end": 1457.23, "word": " the", "probability": 0.5751953125}, {"start": 1457.23, "end": 1457.51, "word": " code.", "probability": 0.8603515625}, {"start": 1457.75, "end": 1458.03, "word": " We", "probability": 0.80908203125}, {"start": 1458.03, "end": 1458.39, "word": " learned", "probability": 0.4677734375}, {"start": 1458.39, "end": 1458.67, "word": " how", "probability": 0.85595703125}, {"start": 1458.67, "end": 1458.79, "word": " to", "probability": 0.95458984375}, {"start": 1458.79, "end": 1459.03, "word": " put", "probability": 0.4775390625}, {"start": 1459.03, "end": 1459.09, "word": " it", "probability": 0.5888671875}, {"start": 1459.09, "end": 1459.19, "word": " in", "probability": 0.73486328125}, {"start": 1459.19, "end": 1459.41, "word": " the", "probability": 0.55224609375}, {"start": 1459.41, "end": 1459.95, "word": " string", "probability": 0.87939453125}, {"start": 1459.95, "end": 1460.17, "word": " and", "probability": 0.822265625}, {"start": 1460.17, "end": 1460.35, "word": " read", "probability": 0.892578125}, {"start": 1460.35, "end": 1460.47, "word": " it", "probability": 0.83740234375}, {"start": 1460.47, "end": 1460.61, "word": " from", "probability": 0.84619140625}, {"start": 1460.61, "end": 1460.69, "word": " the", "probability": 0.83251953125}, {"start": 1460.69, "end": 1461.05, "word": " layout.", "probability": 0.9287109375}, {"start": 1461.23, "end": 1461.59, "word": " We", "probability": 0.263671875}, {"start": 1461.59, "end": 1461.77, "word": " like", "probability": 0.266845703125}, {"start": 1461.77, "end": 1461.87, "word": " to", "probability": 0.64453125}, {"start": 1461.87, "end": 1462.03, "word": " read", "probability": 0.97900390625}, {"start": 1462.03, "end": 1462.13, "word": " it", "probability": 0.61474609375}, {"start": 1462.13, "end": 1462.21, "word": " from", "probability": 0.8681640625}, {"start": 1462.21, "end": 1462.31, "word": " the", "probability": 0.78857421875}, {"start": 1462.31, "end": 1462.55, "word": " code.", "probability": 0.94287109375}, {"start": 1464.91, "end": 1465.35, "word": " Close.", "probability": 0.39404296875}, {"start": 1466.57, "end": 1467.01, "word": " Confirm.", "probability": 0.929443359375}, {"start": 1468.31, "end": 1468.75, "word": " This", "probability": 0.6044921875}, {"start": 1468.75, "end": 1468.77, "word": " is", "probability": 0.62744140625}, {"start": 1468.77, "end": 1469.17, "word": " how", "probability": 0.28466796875}, {"start": 1469.17, "end": 1469.31, "word": " we", "probability": 0.712890625}, {"start": 1469.31, "end": 1469.67, "word": " call", "probability": 0.26025390625}, {"start": 1469.67, "end": 1469.67, "word": " this", "probability": 0.61279296875}, {"start": 1469.67, "end": 1469.67, "word": " message.", "probability": 0.7607421875}, {"start": 1470.23, "end": 1470.57, "word": " Okay?", "probability": 0.1922607421875}, {"start": 1471.39, "end": 1471.83, "word": " Do", "probability": 0.7822265625}, {"start": 1471.83, "end": 1471.97, "word": " you", "probability": 0.96533203125}, {"start": 1471.97, "end": 1472.43, "word": " want", "probability": 0.86865234375}, {"start": 1472.43, "end": 1473.89, "word": " to", "probability": 0.7529296875}, {"start": 1473.89, "end": 1473.97, "word": " go", "probability": 0.273681640625}, {"start": 1473.97, "end": 1474.25, "word": " out?", "probability": 0.8349609375}, {"start": 1477.45, "end": 1477.89, "word": " Okay?", "probability": 0.64892578125}, {"start": 1478.89, "end": 1479.17, "word": " Here,", "probability": 0.478759765625}, {"start": 1479.37, "end": 1479.45, "word": " of", "probability": 0.77392578125}, {"start": 1479.45, "end": 1479.59, "word": " course,", "probability": 0.96044921875}, {"start": 1480.21, "end": 1480.43, "word": " because", "probability": 0.1580810546875}, {"start": 1480.43, "end": 1480.57, "word": " of", "probability": 0.87451171875}, {"start": 1480.57, "end": 1480.75, "word": " this,", "probability": 0.5556640625}, {"start": 1480.83, "end": 1481.11, "word": " what", "probability": 0.75}, {"start": 1481.11, "end": 1481.13, "word": " does", "probability": 0.3701171875}, {"start": 1481.13, "end": 1481.13, "word": " it", "probability": 0.77490234375}, {"start": 1481.13, "end": 1481.37, "word": " do?", "probability": 0.9365234375}, {"start": 1481.61, "end": 1482.03, "word": " In", "probability": 0.6435546875}, {"start": 1482.03, "end": 1482.13, "word": " the", "probability": 0.5634765625}, {"start": 1482.13, "end": 1482.29, "word": " set", "probability": 0.71630859375}, {"start": 1482.29, "end": 1482.69, "word": " message,", "probability": 0.90576171875}], "temperature": 1.0}, {"id": 56, "seek": 151362, "start": 1486.48, "end": 1513.62, "text": "In the set message, it gives you two methods. One takes a string and the other takes an id. So you say r.string.closeconvert. Okay? This is what you want to get from it. Then builder.settitle and the title is the same thing. Either you put it in the string or you write it. We put the title here. Set icon r.drawable", "tokens": [4575, 264, 992, 3636, 11, 309, 2709, 291, 732, 7150, 13, 1485, 2516, 257, 6798, 293, 264, 661, 2516, 364, 4496, 13, 407, 291, 584, 367, 13, 37045, 13, 3474, 541, 1671, 3281, 13, 1033, 30, 639, 307, 437, 291, 528, 281, 483, 490, 309, 13, 1396, 27377, 13, 3854, 27689, 306, 293, 264, 4876, 307, 264, 912, 551, 13, 13746, 291, 829, 309, 294, 264, 6798, 420, 291, 2464, 309, 13, 492, 829, 264, 4876, 510, 13, 8928, 6528, 367, 13, 48848, 712], "avg_logprob": -0.435294106427361, "compression_ratio": 1.5879396984924623, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1486.48, "end": 1486.7, "word": "In", "probability": 0.301513671875}, {"start": 1486.7, "end": 1486.82, "word": " the", "probability": 0.40283203125}, {"start": 1486.82, "end": 1486.96, "word": " set", "probability": 0.6953125}, {"start": 1486.96, "end": 1487.42, "word": " message,", "probability": 0.8291015625}, {"start": 1487.92, "end": 1487.92, "word": " it", "probability": 0.693359375}, {"start": 1487.92, "end": 1488.12, "word": " gives", "probability": 0.57080078125}, {"start": 1488.12, "end": 1488.48, "word": " you", "probability": 0.8447265625}, {"start": 1488.48, "end": 1489.58, "word": " two", "probability": 0.759765625}, {"start": 1489.58, "end": 1489.92, "word": " methods.", "probability": 0.9130859375}, {"start": 1490.0, "end": 1490.2, "word": " One", "probability": 0.67236328125}, {"start": 1490.2, "end": 1490.48, "word": " takes", "probability": 0.27099609375}, {"start": 1490.48, "end": 1490.64, "word": " a", "probability": 0.34619140625}, {"start": 1490.64, "end": 1490.98, "word": " string", "probability": 0.88671875}, {"start": 1490.98, "end": 1491.54, "word": " and", "probability": 0.6318359375}, {"start": 1491.54, "end": 1491.64, "word": " the", "probability": 0.59228515625}, {"start": 1491.64, "end": 1491.8, "word": " other", "probability": 0.6455078125}, {"start": 1491.8, "end": 1492.1, "word": " takes", "probability": 0.4912109375}, {"start": 1492.1, "end": 1492.2, "word": " an", "probability": 0.47021484375}, {"start": 1492.2, "end": 1492.42, "word": " id.", "probability": 0.5986328125}, {"start": 1492.82, "end": 1493.14, "word": " So", "probability": 0.58935546875}, {"start": 1493.14, "end": 1493.28, "word": " you", "probability": 0.71533203125}, {"start": 1493.28, "end": 1493.44, "word": " say", "probability": 0.27099609375}, {"start": 1493.44, "end": 1493.92, "word": " r", "probability": 0.31494140625}, {"start": 1493.92, "end": 1495.26, "word": ".string", "probability": 0.891357421875}, {"start": 1495.26, "end": 1498.08, "word": ".closeconvert.", "probability": 0.725537109375}, {"start": 1498.68, "end": 1498.96, "word": " Okay?", "probability": 0.2174072265625}, {"start": 1499.04, "end": 1499.18, "word": " This", "probability": 0.46240234375}, {"start": 1499.18, "end": 1499.24, "word": " is", "probability": 0.880859375}, {"start": 1499.24, "end": 1499.28, "word": " what", "probability": 0.89111328125}, {"start": 1499.28, "end": 1499.4, "word": " you", "probability": 0.94189453125}, {"start": 1499.4, "end": 1499.4, "word": " want", "probability": 0.260009765625}, {"start": 1499.4, "end": 1499.54, "word": " to", "probability": 0.91162109375}, {"start": 1499.54, "end": 1499.7, "word": " get", "probability": 0.62060546875}, {"start": 1499.7, "end": 1499.86, "word": " from", "probability": 0.62109375}, {"start": 1499.86, "end": 1500.26, "word": " it.", "probability": 0.239990234375}, {"start": 1500.56, "end": 1500.92, "word": " Then", "probability": 0.5478515625}, {"start": 1500.92, "end": 1501.32, "word": " builder", "probability": 0.84716796875}, {"start": 1501.32, "end": 1503.22, "word": ".settitle", "probability": 0.8934326171875}, {"start": 1503.22, "end": 1503.82, "word": " and", "probability": 0.319091796875}, {"start": 1503.82, "end": 1503.92, "word": " the", "probability": 0.77099609375}, {"start": 1503.92, "end": 1504.16, "word": " title", "probability": 0.9541015625}, {"start": 1504.16, "end": 1504.3, "word": " is", "probability": 0.8681640625}, {"start": 1504.3, "end": 1504.44, "word": " the", "probability": 0.888671875}, {"start": 1504.44, "end": 1504.44, "word": " same", "probability": 0.904296875}, {"start": 1504.44, "end": 1504.82, "word": " thing.", "probability": 0.78662109375}, {"start": 1504.94, "end": 1505.08, "word": " Either", "probability": 0.61328125}, {"start": 1505.08, "end": 1505.2, "word": " you", "probability": 0.828125}, {"start": 1505.2, "end": 1505.36, "word": " put", "probability": 0.646484375}, {"start": 1505.36, "end": 1505.44, "word": " it", "probability": 0.9150390625}, {"start": 1505.44, "end": 1505.5, "word": " in", "probability": 0.8515625}, {"start": 1505.5, "end": 1505.58, "word": " the", "probability": 0.765625}, {"start": 1505.58, "end": 1505.76, "word": " string", "probability": 0.9384765625}, {"start": 1505.76, "end": 1505.86, "word": " or", "probability": 0.9208984375}, {"start": 1505.86, "end": 1505.96, "word": " you", "probability": 0.75244140625}, {"start": 1505.96, "end": 1506.16, "word": " write", "probability": 0.78955078125}, {"start": 1506.16, "end": 1506.4, "word": " it.", "probability": 0.9521484375}, {"start": 1506.92, "end": 1507.2, "word": " We", "probability": 0.791015625}, {"start": 1507.2, "end": 1507.46, "word": " put", "probability": 0.70458984375}, {"start": 1507.46, "end": 1507.64, "word": " the", "probability": 0.595703125}, {"start": 1507.64, "end": 1507.92, "word": " title", "probability": 0.9736328125}, {"start": 1507.92, "end": 1508.46, "word": " here.", "probability": 0.348388671875}, {"start": 1510.26, "end": 1510.7, "word": " Set", "probability": 0.6591796875}, {"start": 1510.7, "end": 1511.2, "word": " icon", "probability": 0.7646484375}, {"start": 1511.2, "end": 1512.82, "word": " r", "probability": 0.53125}, {"start": 1512.82, "end": 1513.62, "word": ".drawable", "probability": 0.94140625}], "temperature": 1.0}, {"id": 57, "seek": 154562, "start": 1517.62, "end": 1545.62, "text": " close icon ok now I want to put two buttons ok and cancel ok set positive button ok which is agree yes I want to close the application and say new on click why it does not complete by itself no problem I will save it", "tokens": [1998, 6528, 3133, 586, 286, 528, 281, 829, 732, 9905, 3133, 293, 10373, 3133, 992, 3353, 2960, 3133, 597, 307, 3986, 2086, 286, 528, 281, 1998, 264, 3861, 293, 584, 777, 322, 2052, 983, 309, 775, 406, 3566, 538, 2564, 572, 1154, 286, 486, 3155, 309], "avg_logprob": -0.600731372833252, "compression_ratio": 1.55, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1517.62, "end": 1517.98, "word": " close", "probability": 0.16455078125}, {"start": 1517.98, "end": 1518.5, "word": " icon", "probability": 0.82177734375}, {"start": 1518.5, "end": 1519.44, "word": " ok", "probability": 0.1429443359375}, {"start": 1519.44, "end": 1520.5, "word": " now", "probability": 0.70947265625}, {"start": 1520.5, "end": 1520.72, "word": " I", "probability": 0.349365234375}, {"start": 1520.72, "end": 1520.84, "word": " want", "probability": 0.32861328125}, {"start": 1520.84, "end": 1520.88, "word": " to", "probability": 0.94873046875}, {"start": 1520.88, "end": 1521.0, "word": " put", "probability": 0.58251953125}, {"start": 1521.0, "end": 1521.1, "word": " two", "probability": 0.7158203125}, {"start": 1521.1, "end": 1521.28, "word": " buttons", "probability": 0.7197265625}, {"start": 1521.28, "end": 1521.86, "word": " ok", "probability": 0.40087890625}, {"start": 1521.86, "end": 1522.74, "word": " and", "probability": 0.88427734375}, {"start": 1522.74, "end": 1523.16, "word": " cancel", "probability": 0.87548828125}, {"start": 1523.16, "end": 1523.84, "word": " ok", "probability": 0.34033203125}, {"start": 1523.84, "end": 1525.5, "word": " set", "probability": 0.254638671875}, {"start": 1525.5, "end": 1526.14, "word": " positive", "probability": 0.91259765625}, {"start": 1526.14, "end": 1526.78, "word": " button", "probability": 0.89794921875}, {"start": 1526.78, "end": 1528.2, "word": " ok", "probability": 0.379150390625}, {"start": 1528.2, "end": 1529.02, "word": " which", "probability": 0.66796875}, {"start": 1529.02, "end": 1529.38, "word": " is", "probability": 0.85546875}, {"start": 1529.38, "end": 1529.86, "word": " agree", "probability": 0.14794921875}, {"start": 1529.86, "end": 1530.7, "word": " yes", "probability": 0.408935546875}, {"start": 1530.7, "end": 1530.82, "word": " I", "probability": 0.82373046875}, {"start": 1530.82, "end": 1530.94, "word": " want", "probability": 0.78076171875}, {"start": 1530.94, "end": 1531.04, "word": " to", "probability": 0.9609375}, {"start": 1531.04, "end": 1531.24, "word": " close", "probability": 0.8046875}, {"start": 1531.24, "end": 1531.4, "word": " the", "probability": 0.8603515625}, {"start": 1531.4, "end": 1531.82, "word": " application", "probability": 0.63818359375}, {"start": 1531.82, "end": 1535.62, "word": " and", "probability": 0.740234375}, {"start": 1535.62, "end": 1535.88, "word": " say", "probability": 0.435546875}, {"start": 1535.88, "end": 1536.22, "word": " new", "probability": 0.73388671875}, {"start": 1536.22, "end": 1536.92, "word": " on", "probability": 0.787109375}, {"start": 1536.92, "end": 1537.64, "word": " click", "probability": 0.82275390625}, {"start": 1537.64, "end": 1540.02, "word": " why", "probability": 0.77197265625}, {"start": 1540.02, "end": 1540.1, "word": " it", "probability": 0.402099609375}, {"start": 1540.1, "end": 1540.12, "word": " does", "probability": 0.2060546875}, {"start": 1540.12, "end": 1540.12, "word": " not", "probability": 0.8564453125}, {"start": 1540.12, "end": 1540.4, "word": " complete", "probability": 0.49169921875}, {"start": 1540.4, "end": 1540.62, "word": " by", "probability": 0.424560546875}, {"start": 1540.62, "end": 1540.9, "word": " itself", "probability": 0.7041015625}, {"start": 1540.9, "end": 1544.8, "word": " no", "probability": 0.2421875}, {"start": 1544.8, "end": 1545.06, "word": " problem", "probability": 0.83642578125}, {"start": 1545.06, "end": 1545.22, "word": " I", "probability": 0.79052734375}, {"start": 1545.22, "end": 1545.34, "word": " will", "probability": 0.78515625}, {"start": 1545.34, "end": 1545.52, "word": " save", "probability": 0.11407470703125}, {"start": 1545.52, "end": 1545.62, "word": " it", "probability": 0.91015625}], "temperature": 1.0}, {"id": 58, "seek": 156740, "start": 1553.1, "end": 1567.4, "text": " Okay, and we haven't written it yet. Okay, when we press okay, it will close the application.", "tokens": [1033, 11, 293, 321, 2378, 380, 3720, 309, 1939, 13, 1033, 11, 562, 321, 1886, 1392, 11, 309, 486, 1998, 264, 3861, 13], "avg_logprob": -0.7154947817325592, "compression_ratio": 1.146341463414634, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1553.1000000000001, "end": 1553.46, "word": " Okay,", "probability": 0.170654296875}, {"start": 1563.68, "end": 1563.76, "word": " and", "probability": 0.2044677734375}, {"start": 1563.76, "end": 1563.96, "word": " we", "probability": 0.422119140625}, {"start": 1563.96, "end": 1564.44, "word": " haven't", "probability": 0.614501953125}, {"start": 1564.44, "end": 1564.72, "word": " written", "probability": 0.5126953125}, {"start": 1564.72, "end": 1564.92, "word": " it", "probability": 0.33642578125}, {"start": 1564.92, "end": 1564.92, "word": " yet.", "probability": 0.8486328125}, {"start": 1565.08, "end": 1565.26, "word": " Okay,", "probability": 0.295654296875}, {"start": 1565.28, "end": 1565.44, "word": " when", "probability": 0.7529296875}, {"start": 1565.44, "end": 1565.6, "word": " we", "probability": 0.67626953125}, {"start": 1565.6, "end": 1565.76, "word": " press", "probability": 0.340087890625}, {"start": 1565.76, "end": 1566.16, "word": " okay,", "probability": 0.322021484375}, {"start": 1566.24, "end": 1566.48, "word": " it", "probability": 0.53173828125}, {"start": 1566.48, "end": 1566.5, "word": " will", "probability": 0.13623046875}, {"start": 1566.5, "end": 1567.0, "word": " close", "probability": 0.82958984375}, {"start": 1567.0, "end": 1567.16, "word": " the", "probability": 0.8740234375}, {"start": 1567.16, "end": 1567.4, "word": " application.", "probability": 0.6318359375}], "temperature": 1.0}, {"id": 59, "seek": 158301, "start": 1569.17, "end": 1583.01, "text": "Exactly, give me the code of the super, this is the best way, and there is another way to close the activity, the best way is to give me the code of the super, but here I don't understand super, why? Because I am inside the anonymous class, I put main", "tokens": [11149, 46831, 11, 976, 385, 264, 3089, 295, 264, 1687, 11, 341, 307, 264, 1151, 636, 11, 293, 456, 307, 1071, 636, 281, 1998, 264, 5191, 11, 264, 1151, 636, 307, 281, 976, 385, 264, 3089, 295, 264, 1687, 11, 457, 510, 286, 500, 380, 1223, 1687, 11, 983, 30, 1436, 286, 669, 1854, 264, 24932, 1508, 11, 286, 829, 2135], "avg_logprob": -0.5423387375570112, "compression_ratio": 1.6622516556291391, "no_speech_prob": 1.5497207641601562e-06, "words": [{"start": 1569.1699999999998, "end": 1569.57, "word": "Exactly,", "probability": 0.5087890625}, {"start": 1569.69, "end": 1569.89, "word": " give", "probability": 0.389892578125}, {"start": 1569.89, "end": 1570.03, "word": " me", "probability": 0.650390625}, {"start": 1570.03, "end": 1570.13, "word": " the", "probability": 0.64453125}, {"start": 1570.13, "end": 1570.35, "word": " code", "probability": 0.86474609375}, {"start": 1570.35, "end": 1570.47, "word": " of", "probability": 0.5634765625}, {"start": 1570.47, "end": 1571.77, "word": " the", "probability": 0.224853515625}, {"start": 1571.77, "end": 1571.97, "word": " super,", "probability": 0.62109375}, {"start": 1572.09, "end": 1572.39, "word": " this", "probability": 0.4140625}, {"start": 1572.39, "end": 1572.47, "word": " is", "probability": 0.90771484375}, {"start": 1572.47, "end": 1572.55, "word": " the", "probability": 0.88330078125}, {"start": 1572.55, "end": 1572.71, "word": " best", "probability": 0.85546875}, {"start": 1572.71, "end": 1573.13, "word": " way,", "probability": 0.8583984375}, {"start": 1573.59, "end": 1573.81, "word": " and", "probability": 0.68115234375}, {"start": 1573.81, "end": 1573.91, "word": " there", "probability": 0.802734375}, {"start": 1573.91, "end": 1573.99, "word": " is", "probability": 0.77099609375}, {"start": 1573.99, "end": 1574.07, "word": " another", "probability": 0.83984375}, {"start": 1574.07, "end": 1574.51, "word": " way", "probability": 0.89404296875}, {"start": 1574.51, "end": 1574.73, "word": " to", "probability": 0.8896484375}, {"start": 1574.73, "end": 1575.19, "word": " close", "probability": 0.490966796875}, {"start": 1575.19, "end": 1575.35, "word": " the", "probability": 0.69482421875}, {"start": 1575.35, "end": 1575.79, "word": " activity,", "probability": 0.9404296875}, {"start": 1576.31, "end": 1576.79, "word": " the", "probability": 0.2296142578125}, {"start": 1576.79, "end": 1577.05, "word": " best", "probability": 0.87646484375}, {"start": 1577.05, "end": 1577.53, "word": " way", "probability": 0.93115234375}, {"start": 1577.53, "end": 1577.77, "word": " is", "probability": 0.62109375}, {"start": 1577.77, "end": 1577.85, "word": " to", "probability": 0.73974609375}, {"start": 1577.85, "end": 1578.05, "word": " give", "probability": 0.744140625}, {"start": 1578.05, "end": 1578.19, "word": " me", "probability": 0.580078125}, {"start": 1578.19, "end": 1578.25, "word": " the", "probability": 0.67724609375}, {"start": 1578.25, "end": 1578.35, "word": " code", "probability": 0.4287109375}, {"start": 1578.35, "end": 1578.35, "word": " of", "probability": 0.4775390625}, {"start": 1578.35, "end": 1578.35, "word": " the", "probability": 0.73681640625}, {"start": 1578.35, "end": 1578.35, "word": " super,", "probability": 0.80615234375}, {"start": 1578.39, "end": 1578.55, "word": " but", "probability": 0.7470703125}, {"start": 1578.55, "end": 1578.85, "word": " here", "probability": 0.325439453125}, {"start": 1578.85, "end": 1578.97, "word": " I", "probability": 0.70458984375}, {"start": 1578.97, "end": 1579.01, "word": " don't", "probability": 0.746826171875}, {"start": 1579.01, "end": 1579.29, "word": " understand", "probability": 0.7431640625}, {"start": 1579.29, "end": 1579.71, "word": " super,", "probability": 0.436279296875}, {"start": 1579.83, "end": 1580.05, "word": " why?", "probability": 0.712890625}, {"start": 1580.55, "end": 1580.69, "word": " Because", "probability": 0.54736328125}, {"start": 1580.69, "end": 1580.79, "word": " I", "probability": 0.340087890625}, {"start": 1580.79, "end": 1580.89, "word": " am", "probability": 0.395751953125}, {"start": 1580.89, "end": 1580.95, "word": " inside", "probability": 0.4541015625}, {"start": 1580.95, "end": 1581.23, "word": " the", "probability": 0.48486328125}, {"start": 1581.23, "end": 1581.35, "word": " anonymous", "probability": 0.490234375}, {"start": 1581.35, "end": 1581.77, "word": " class,", "probability": 0.97998046875}, {"start": 1582.13, "end": 1582.33, "word": " I", "probability": 0.371826171875}, {"start": 1582.33, "end": 1582.65, "word": " put", "probability": 0.33544921875}, {"start": 1582.65, "end": 1583.01, "word": " main", "probability": 0.72021484375}], "temperature": 1.0}, {"id": 60, "seek": 160234, "start": 1584.86, "end": 1602.34, "text": " activity.super.onbackbreast This is the way to close the activity. The second way is to go to the activity itself main activity.this and execute a method called finish. Finish also closes the activity. Either this or this. But I prefer", "tokens": [5191, 13, 48172, 13, 266, 3207, 2672, 525, 639, 307, 264, 636, 281, 1998, 264, 5191, 13, 440, 1150, 636, 307, 281, 352, 281, 264, 5191, 2564, 2135, 5191, 13, 11176, 293, 14483, 257, 3170, 1219, 2413, 13, 31583, 611, 24157, 264, 5191, 13, 13746, 341, 420, 341, 13, 583, 286, 4382], "avg_logprob": -0.5374410557297041, "compression_ratio": 1.5945945945945945, "no_speech_prob": 5.245208740234375e-06, "words": [{"start": 1584.86, "end": 1585.38, "word": " activity", "probability": 0.11016845703125}, {"start": 1585.38, "end": 1586.06, "word": ".super", "probability": 0.87939453125}, {"start": 1586.06, "end": 1586.98, "word": ".onbackbreast", "probability": 0.6609375}, {"start": 1586.98, "end": 1587.54, "word": " This", "probability": 0.149658203125}, {"start": 1587.54, "end": 1587.6, "word": " is", "probability": 0.71826171875}, {"start": 1587.6, "end": 1587.68, "word": " the", "probability": 0.344970703125}, {"start": 1587.68, "end": 1587.88, "word": " way", "probability": 0.6611328125}, {"start": 1587.88, "end": 1588.18, "word": " to", "probability": 0.84033203125}, {"start": 1588.18, "end": 1588.66, "word": " close", "probability": 0.5869140625}, {"start": 1588.66, "end": 1589.36, "word": " the", "probability": 0.517578125}, {"start": 1589.36, "end": 1589.68, "word": " activity.", "probability": 0.85498046875}, {"start": 1589.76, "end": 1589.92, "word": " The", "probability": 0.53173828125}, {"start": 1589.92, "end": 1589.96, "word": " second", "probability": 0.455078125}, {"start": 1589.96, "end": 1590.54, "word": " way", "probability": 0.87939453125}, {"start": 1590.54, "end": 1591.14, "word": " is", "probability": 0.724609375}, {"start": 1591.14, "end": 1591.3, "word": " to", "probability": 0.65576171875}, {"start": 1591.3, "end": 1591.4, "word": " go", "probability": 0.73388671875}, {"start": 1591.4, "end": 1591.52, "word": " to", "probability": 0.92236328125}, {"start": 1591.52, "end": 1591.58, "word": " the", "probability": 0.6953125}, {"start": 1591.58, "end": 1591.94, "word": " activity", "probability": 0.7197265625}, {"start": 1591.94, "end": 1592.38, "word": " itself", "probability": 0.60009765625}, {"start": 1592.38, "end": 1593.1, "word": " main", "probability": 0.499755859375}, {"start": 1593.1, "end": 1593.62, "word": " activity", "probability": 0.5390625}, {"start": 1593.62, "end": 1594.78, "word": ".this", "probability": 0.8251953125}, {"start": 1594.78, "end": 1595.82, "word": " and", "probability": 0.6640625}, {"start": 1595.82, "end": 1596.16, "word": " execute", "probability": 0.564453125}, {"start": 1596.16, "end": 1596.28, "word": " a", "probability": 0.423583984375}, {"start": 1596.28, "end": 1596.5, "word": " method", "probability": 0.95703125}, {"start": 1596.5, "end": 1596.82, "word": " called", "probability": 0.68408203125}, {"start": 1596.82, "end": 1597.78, "word": " finish.", "probability": 0.80615234375}, {"start": 1598.54, "end": 1598.84, "word": " Finish", "probability": 0.5009765625}, {"start": 1598.84, "end": 1599.0, "word": " also", "probability": 0.2061767578125}, {"start": 1599.0, "end": 1599.32, "word": " closes", "probability": 0.84228515625}, {"start": 1599.32, "end": 1600.4, "word": " the", "probability": 0.72314453125}, {"start": 1600.4, "end": 1600.76, "word": " activity.", "probability": 0.94384765625}, {"start": 1600.9, "end": 1601.08, "word": " Either", "probability": 0.38134765625}, {"start": 1601.08, "end": 1601.28, "word": " this", "probability": 0.66943359375}, {"start": 1601.28, "end": 1601.4, "word": " or", "probability": 0.763671875}, {"start": 1601.4, "end": 1601.58, "word": " this.", "probability": 0.473388671875}, {"start": 1601.6, "end": 1601.74, "word": " But", "probability": 0.82373046875}, {"start": 1601.74, "end": 1601.9, "word": " I", "probability": 0.916015625}, {"start": 1601.9, "end": 1602.34, "word": " prefer", "probability": 0.953125}], "temperature": 1.0}, {"id": 61, "seek": 162327, "start": 1603.49, "end": 1623.27, "text": " Let's call super because if there is a closed code in the parent, it will execute it. In the first case, it did not execute. On back pressed at super. This code is executed when I press the agree button. Like we want to do build up dot set negative button and give it a cancel.", "tokens": [961, 311, 818, 1687, 570, 498, 456, 307, 257, 5395, 3089, 294, 264, 2596, 11, 309, 486, 14483, 309, 13, 682, 264, 700, 1389, 11, 309, 630, 406, 14483, 13, 1282, 646, 17355, 412, 1687, 13, 639, 3089, 307, 17577, 562, 286, 1886, 264, 3986, 2960, 13, 1743, 321, 528, 281, 360, 1322, 493, 5893, 992, 3671, 2960, 293, 976, 309, 257, 10373, 13], "avg_logprob": -0.6889423076923077, "compression_ratio": 1.553072625698324, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1603.49, "end": 1603.95, "word": " Let's", "probability": 0.24847412109375}, {"start": 1603.95, "end": 1604.19, "word": " call", "probability": 0.277099609375}, {"start": 1604.19, "end": 1605.39, "word": " super", "probability": 0.381591796875}, {"start": 1605.39, "end": 1605.61, "word": " because", "probability": 0.1983642578125}, {"start": 1605.61, "end": 1605.81, "word": " if", "probability": 0.32666015625}, {"start": 1605.81, "end": 1606.05, "word": " there", "probability": 0.7470703125}, {"start": 1606.05, "end": 1606.05, "word": " is", "probability": 0.64794921875}, {"start": 1606.05, "end": 1606.11, "word": " a", "probability": 0.6845703125}, {"start": 1606.11, "end": 1606.55, "word": " closed", "probability": 0.33203125}, {"start": 1606.55, "end": 1606.55, "word": " code", "probability": 0.8310546875}, {"start": 1606.55, "end": 1607.17, "word": " in", "probability": 0.7451171875}, {"start": 1607.17, "end": 1607.33, "word": " the", "probability": 0.372314453125}, {"start": 1607.33, "end": 1607.61, "word": " parent,", "probability": 0.91064453125}, {"start": 1607.65, "end": 1607.73, "word": " it", "probability": 0.75390625}, {"start": 1607.73, "end": 1607.77, "word": " will", "probability": 0.51416015625}, {"start": 1607.77, "end": 1608.01, "word": " execute", "probability": 0.63330078125}, {"start": 1608.01, "end": 1608.11, "word": " it.", "probability": 0.83056640625}, {"start": 1608.19, "end": 1608.31, "word": " In", "probability": 0.134521484375}, {"start": 1608.31, "end": 1608.75, "word": " the", "probability": 0.7880859375}, {"start": 1608.75, "end": 1608.93, "word": " first", "probability": 0.5205078125}, {"start": 1608.93, "end": 1609.09, "word": " case,", "probability": 0.5244140625}, {"start": 1609.15, "end": 1609.27, "word": " it", "probability": 0.39599609375}, {"start": 1609.27, "end": 1609.31, "word": " did", "probability": 0.2327880859375}, {"start": 1609.31, "end": 1609.33, "word": " not", "probability": 0.9267578125}, {"start": 1609.33, "end": 1609.73, "word": " execute.", "probability": 0.8583984375}, {"start": 1610.51, "end": 1610.97, "word": " On", "probability": 0.3017578125}, {"start": 1610.97, "end": 1611.17, "word": " back", "probability": 0.46826171875}, {"start": 1611.17, "end": 1611.43, "word": " pressed", "probability": 0.084228515625}, {"start": 1611.43, "end": 1611.61, "word": " at", "probability": 0.556640625}, {"start": 1611.61, "end": 1612.01, "word": " super.", "probability": 0.7548828125}, {"start": 1612.73, "end": 1612.97, "word": " This", "probability": 0.759765625}, {"start": 1612.97, "end": 1613.23, "word": " code", "probability": 0.9208984375}, {"start": 1613.23, "end": 1613.41, "word": " is", "probability": 0.359619140625}, {"start": 1613.41, "end": 1613.85, "word": " executed", "probability": 0.8544921875}, {"start": 1613.85, "end": 1614.09, "word": " when", "probability": 0.82470703125}, {"start": 1614.09, "end": 1614.25, "word": " I", "probability": 0.7822265625}, {"start": 1614.25, "end": 1614.41, "word": " press", "probability": 0.61474609375}, {"start": 1614.41, "end": 1614.71, "word": " the", "probability": 0.6162109375}, {"start": 1614.71, "end": 1615.25, "word": " agree", "probability": 0.20458984375}, {"start": 1615.25, "end": 1615.43, "word": " button.", "probability": 0.818359375}, {"start": 1616.09, "end": 1616.57, "word": " Like", "probability": 0.1807861328125}, {"start": 1616.57, "end": 1616.79, "word": " we", "probability": 0.294189453125}, {"start": 1616.79, "end": 1616.99, "word": " want", "probability": 0.61865234375}, {"start": 1616.99, "end": 1617.19, "word": " to", "probability": 0.9228515625}, {"start": 1617.19, "end": 1617.19, "word": " do", "probability": 0.34228515625}, {"start": 1617.19, "end": 1617.53, "word": " build", "probability": 0.6826171875}, {"start": 1617.53, "end": 1617.81, "word": " up", "probability": 0.56103515625}, {"start": 1617.81, "end": 1618.87, "word": " dot", "probability": 0.413818359375}, {"start": 1618.87, "end": 1619.31, "word": " set", "probability": 0.92041015625}, {"start": 1619.31, "end": 1619.81, "word": " negative", "probability": 0.93603515625}, {"start": 1619.81, "end": 1620.17, "word": " button", "probability": 0.81591796875}, {"start": 1620.17, "end": 1621.85, "word": " and", "probability": 0.49951171875}, {"start": 1621.85, "end": 1622.07, "word": " give", "probability": 0.6591796875}, {"start": 1622.07, "end": 1622.21, "word": " it", "probability": 0.76220703125}, {"start": 1622.21, "end": 1623.01, "word": " a", "probability": 0.1900634765625}, {"start": 1623.01, "end": 1623.27, "word": " cancel.", "probability": 0.36767578125}], "temperature": 1.0}, {"id": 62, "seek": 166176, "start": 1633.08, "end": 1661.76, "text": " it will ask you to click listener to the second button now what will it do to ask you to click listener to the second button? it will not do anything but it will close the dialog you will say dialog and it will answer you in the parameter dismiss after we finish everything in the builder you will say builder.create this will return you an object of the type alert dialog D for example and D.show", "tokens": [309, 486, 1029, 291, 281, 2052, 31569, 281, 264, 1150, 2960, 586, 437, 486, 309, 360, 281, 1029, 291, 281, 2052, 31569, 281, 264, 1150, 2960, 30, 309, 486, 406, 360, 1340, 457, 309, 486, 1998, 264, 19308, 291, 486, 584, 19308, 293, 309, 486, 1867, 291, 294, 264, 13075, 16974, 934, 321, 2413, 1203, 294, 264, 27377, 291, 486, 584, 27377, 13, 14066, 473, 341, 486, 2736, 291, 364, 2657, 295, 264, 2010, 9615, 19308, 413, 337, 1365, 293, 413, 13, 34436], "avg_logprob": -0.5260416567325592, "compression_ratio": 2.0, "no_speech_prob": 0.0, "words": [{"start": 1633.08, "end": 1633.3, "word": " it", "probability": 0.294189453125}, {"start": 1633.3, "end": 1633.32, "word": " will", "probability": 0.75048828125}, {"start": 1633.32, "end": 1633.52, "word": " ask", "probability": 0.249755859375}, {"start": 1633.52, "end": 1633.66, "word": " you", "probability": 0.6806640625}, {"start": 1633.66, "end": 1633.72, "word": " to", "probability": 0.87353515625}, {"start": 1633.72, "end": 1633.84, "word": " click", "probability": 0.771484375}, {"start": 1633.84, "end": 1634.2, "word": " listener", "probability": 0.480712890625}, {"start": 1634.2, "end": 1637.74, "word": " to", "probability": 0.320556640625}, {"start": 1637.74, "end": 1637.84, "word": " the", "probability": 0.422607421875}, {"start": 1637.84, "end": 1638.36, "word": " second", "probability": 0.396240234375}, {"start": 1638.36, "end": 1638.36, "word": " button", "probability": 0.708984375}, {"start": 1638.36, "end": 1639.38, "word": " now", "probability": 0.407470703125}, {"start": 1639.38, "end": 1639.72, "word": " what", "probability": 0.56689453125}, {"start": 1639.72, "end": 1639.84, "word": " will", "probability": 0.499755859375}, {"start": 1639.84, "end": 1639.86, "word": " it", "probability": 0.411865234375}, {"start": 1639.86, "end": 1640.02, "word": " do", "probability": 0.83984375}, {"start": 1640.02, "end": 1640.14, "word": " to", "probability": 0.294677734375}, {"start": 1640.14, "end": 1640.16, "word": " ask", "probability": 0.42431640625}, {"start": 1640.16, "end": 1640.32, "word": " you", "probability": 0.76904296875}, {"start": 1640.32, "end": 1640.32, "word": " to", "probability": 0.8642578125}, {"start": 1640.32, "end": 1640.44, "word": " click", "probability": 0.8232421875}, {"start": 1640.44, "end": 1640.7, "word": " listener", "probability": 0.599609375}, {"start": 1640.7, "end": 1640.82, "word": " to", "probability": 0.904296875}, {"start": 1640.82, "end": 1640.86, "word": " the", "probability": 0.84130859375}, {"start": 1640.86, "end": 1641.28, "word": " second", "probability": 0.83984375}, {"start": 1641.28, "end": 1641.3, "word": " button?", "probability": 0.84521484375}, {"start": 1641.42, "end": 1641.54, "word": " it", "probability": 0.74658203125}, {"start": 1641.54, "end": 1641.56, "word": " will", "probability": 0.7021484375}, {"start": 1641.56, "end": 1641.56, "word": " not", "probability": 0.677734375}, {"start": 1641.56, "end": 1641.8, "word": " do", "probability": 0.9267578125}, {"start": 1641.8, "end": 1642.06, "word": " anything", "probability": 0.775390625}, {"start": 1642.06, "end": 1642.28, "word": " but", "probability": 0.22900390625}, {"start": 1642.28, "end": 1642.42, "word": " it", "probability": 0.65478515625}, {"start": 1642.42, "end": 1642.68, "word": " will", "probability": 0.80322265625}, {"start": 1642.68, "end": 1642.92, "word": " close", "probability": 0.63037109375}, {"start": 1642.92, "end": 1643.08, "word": " the", "probability": 0.783203125}, {"start": 1643.08, "end": 1643.38, "word": " dialog", "probability": 0.66015625}, {"start": 1643.38, "end": 1643.88, "word": " you", "probability": 0.458984375}, {"start": 1643.88, "end": 1643.98, "word": " will", "probability": 0.335205078125}, {"start": 1643.98, "end": 1644.12, "word": " say", "probability": 0.39404296875}, {"start": 1644.12, "end": 1644.62, "word": " dialog", "probability": 0.5126953125}, {"start": 1644.62, "end": 1645.2, "word": " and", "probability": 0.271484375}, {"start": 1645.2, "end": 1645.22, "word": " it", "probability": 0.84375}, {"start": 1645.22, "end": 1645.26, "word": " will", "probability": 0.83056640625}, {"start": 1645.26, "end": 1645.42, "word": " answer", "probability": 0.40673828125}, {"start": 1645.42, "end": 1645.58, "word": " you", "probability": 0.6845703125}, {"start": 1645.58, "end": 1645.74, "word": " in", "probability": 0.556640625}, {"start": 1645.74, "end": 1645.86, "word": " the", "probability": 0.76611328125}, {"start": 1645.86, "end": 1646.3, "word": " parameter", "probability": 0.80712890625}, {"start": 1646.3, "end": 1646.94, "word": " dismiss", "probability": 0.89794921875}, {"start": 1646.94, "end": 1649.46, "word": " after", "probability": 0.1640625}, {"start": 1649.46, "end": 1650.36, "word": " we", "probability": 0.420654296875}, {"start": 1650.36, "end": 1650.72, "word": " finish", "probability": 0.348876953125}, {"start": 1650.72, "end": 1651.04, "word": " everything", "probability": 0.73291015625}, {"start": 1651.04, "end": 1651.3, "word": " in", "probability": 0.85009765625}, {"start": 1651.3, "end": 1651.44, "word": " the", "probability": 0.419677734375}, {"start": 1651.44, "end": 1651.66, "word": " builder", "probability": 0.947265625}, {"start": 1651.66, "end": 1651.88, "word": " you", "probability": 0.5888671875}, {"start": 1651.88, "end": 1651.94, "word": " will", "probability": 0.48291015625}, {"start": 1651.94, "end": 1652.1, "word": " say", "probability": 0.88037109375}, {"start": 1652.1, "end": 1652.4, "word": " builder", "probability": 0.9189453125}, {"start": 1652.4, "end": 1654.14, "word": ".create", "probability": 0.7734375}, {"start": 1654.14, "end": 1654.3, "word": " this", "probability": 0.2529296875}, {"start": 1654.3, "end": 1654.44, "word": " will", "probability": 0.5634765625}, {"start": 1654.44, "end": 1654.7, "word": " return", "probability": 0.62646484375}, {"start": 1654.7, "end": 1655.06, "word": " you", "probability": 0.64697265625}, {"start": 1655.06, "end": 1655.28, "word": " an", "probability": 0.56005859375}, {"start": 1655.28, "end": 1655.54, "word": " object", "probability": 0.845703125}, {"start": 1655.54, "end": 1655.66, "word": " of", "probability": 0.5205078125}, {"start": 1655.66, "end": 1655.78, "word": " the", "probability": 0.429931640625}, {"start": 1655.78, "end": 1655.96, "word": " type", "probability": 0.619140625}, {"start": 1655.96, "end": 1656.46, "word": " alert", "probability": 0.89453125}, {"start": 1656.46, "end": 1657.86, "word": " dialog", "probability": 0.56640625}, {"start": 1657.86, "end": 1658.18, "word": " D", "probability": 0.1773681640625}, {"start": 1658.18, "end": 1658.42, "word": " for", "probability": 0.7578125}, {"start": 1658.42, "end": 1658.66, "word": " example", "probability": 0.9580078125}, {"start": 1658.66, "end": 1661.02, "word": " and", "probability": 0.87646484375}, {"start": 1661.02, "end": 1661.24, "word": " D", "probability": 0.775390625}, {"start": 1661.24, "end": 1661.76, "word": ".show", "probability": 0.69775390625}], "temperature": 1.0}, {"id": 63, "seek": 168962, "start": 1663.18, "end": 1689.62, "text": " And then what? The lecture went and where did we go? No. I checked. Check if there is a method. This is like a counter to do it.", "tokens": [400, 550, 437, 30, 440, 7991, 1437, 293, 689, 630, 321, 352, 30, 883, 13, 286, 947, 44118, 13, 6881, 498, 456, 307, 257, 3170, 13, 639, 307, 411, 257, 5682, 281, 360, 309, 13], "avg_logprob": -0.6111111326350106, "compression_ratio": 1.2285714285714286, "no_speech_prob": 0.0, "words": [{"start": 1663.18, "end": 1663.44, "word": " And", "probability": 0.42529296875}, {"start": 1663.44, "end": 1663.64, "word": " then", "probability": 0.336181640625}, {"start": 1663.64, "end": 1663.96, "word": " what?", "probability": 0.822265625}, {"start": 1667.7, "end": 1668.22, "word": " The", "probability": 0.51220703125}, {"start": 1668.22, "end": 1668.48, "word": " lecture", "probability": 0.8466796875}, {"start": 1668.48, "end": 1668.48, "word": " went", "probability": 0.258544921875}, {"start": 1668.48, "end": 1668.7, "word": " and", "probability": 0.294189453125}, {"start": 1668.7, "end": 1668.78, "word": " where", "probability": 0.63037109375}, {"start": 1668.78, "end": 1668.78, "word": " did", "probability": 0.79345703125}, {"start": 1668.78, "end": 1668.9, "word": " we", "probability": 0.8916015625}, {"start": 1668.9, "end": 1668.96, "word": " go?", "probability": 0.96484375}, {"start": 1670.04, "end": 1670.56, "word": " No.", "probability": 0.2017822265625}, {"start": 1677.1, "end": 1677.62, "word": " I", "probability": 0.2191162109375}, {"start": 1677.62, "end": 1682.22, "word": " checked.", "probability": 0.40460205078125}, {"start": 1682.36, "end": 1682.62, "word": " Check", "probability": 0.329833984375}, {"start": 1682.62, "end": 1683.02, "word": " if", "probability": 0.798828125}, {"start": 1683.02, "end": 1683.16, "word": " there", "probability": 0.89453125}, {"start": 1683.16, "end": 1683.16, "word": " is", "probability": 0.64306640625}, {"start": 1683.16, "end": 1683.24, "word": " a", "probability": 0.70654296875}, {"start": 1683.24, "end": 1683.54, "word": " method.", "probability": 0.95751953125}, {"start": 1687.52, "end": 1688.04, "word": " This", "probability": 0.184326171875}, {"start": 1688.04, "end": 1688.26, "word": " is", "probability": 0.77880859375}, {"start": 1688.26, "end": 1688.26, "word": " like", "probability": 0.432373046875}, {"start": 1688.26, "end": 1688.6, "word": " a", "probability": 0.386474609375}, {"start": 1688.6, "end": 1689.06, "word": " counter", "probability": 0.9248046875}, {"start": 1689.06, "end": 1689.32, "word": " to", "probability": 0.3310546875}, {"start": 1689.32, "end": 1689.46, "word": " do", "probability": 0.6943359375}, {"start": 1689.46, "end": 1689.62, "word": " it.", "probability": 0.5419921875}], "temperature": 1.0}, {"id": 64, "seek": 171595, "start": 1698.25, "end": 1715.95, "text": " Ok, hey back, do you want me to cancel the activity? I don't want to go out. Agree? Ok, how do you think about the application? Ok guys, we moved on to the second activity. The second activity is supposed to be, let's see the first one, generational code.", "tokens": [3477, 11, 4177, 646, 11, 360, 291, 528, 385, 281, 10373, 264, 5191, 30, 286, 500, 380, 528, 281, 352, 484, 13, 2725, 701, 30, 3477, 11, 577, 360, 291, 519, 466, 264, 3861, 30, 3477, 1074, 11, 321, 4259, 322, 281, 264, 1150, 5191, 13, 440, 1150, 5191, 307, 3442, 281, 312, 11, 718, 311, 536, 264, 700, 472, 11, 5125, 304, 3089, 13], "avg_logprob": -0.7334280104348154, "compression_ratio": 1.532934131736527, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1698.25, "end": 1698.73, "word": " Ok,", "probability": 0.2052001953125}, {"start": 1698.77, "end": 1698.93, "word": " hey", "probability": 0.112548828125}, {"start": 1698.93, "end": 1699.29, "word": " back,", "probability": 0.4716796875}, {"start": 1700.31, "end": 1700.53, "word": " do", "probability": 0.436767578125}, {"start": 1700.53, "end": 1700.61, "word": " you", "probability": 0.9609375}, {"start": 1700.61, "end": 1700.75, "word": " want", "probability": 0.79638671875}, {"start": 1700.75, "end": 1700.89, "word": " me", "probability": 0.1649169921875}, {"start": 1700.89, "end": 1700.97, "word": " to", "probability": 0.958984375}, {"start": 1700.97, "end": 1701.19, "word": " cancel", "probability": 0.58154296875}, {"start": 1701.19, "end": 1701.89, "word": " the", "probability": 0.34423828125}, {"start": 1701.89, "end": 1702.09, "word": " activity?", "probability": 0.12005615234375}, {"start": 1702.11, "end": 1702.19, "word": " I", "probability": 0.2020263671875}, {"start": 1702.19, "end": 1702.41, "word": " don't", "probability": 0.83056640625}, {"start": 1702.41, "end": 1702.47, "word": " want", "probability": 0.8583984375}, {"start": 1702.47, "end": 1702.49, "word": " to", "probability": 0.93701171875}, {"start": 1702.49, "end": 1702.61, "word": " go", "probability": 0.2049560546875}, {"start": 1702.61, "end": 1702.81, "word": " out.", "probability": 0.64892578125}, {"start": 1703.35, "end": 1703.75, "word": " Agree?", "probability": 0.55126953125}, {"start": 1704.55, "end": 1705.01, "word": " Ok,", "probability": 0.379638671875}, {"start": 1705.13, "end": 1705.51, "word": " how", "probability": 0.09478759765625}, {"start": 1705.51, "end": 1705.51, "word": " do", "probability": 0.63232421875}, {"start": 1705.51, "end": 1705.53, "word": " you", "probability": 0.9580078125}, {"start": 1705.53, "end": 1705.95, "word": " think", "probability": 0.69873046875}, {"start": 1705.95, "end": 1706.51, "word": " about", "probability": 0.266845703125}, {"start": 1706.51, "end": 1706.55, "word": " the", "probability": 0.2314453125}, {"start": 1706.55, "end": 1706.85, "word": " application?", "probability": 0.84521484375}, {"start": 1707.41, "end": 1707.71, "word": " Ok", "probability": 0.7158203125}, {"start": 1707.71, "end": 1708.09, "word": " guys,", "probability": 0.5712890625}, {"start": 1708.77, "end": 1708.91, "word": " we", "probability": 0.478515625}, {"start": 1708.91, "end": 1709.45, "word": " moved", "probability": 0.28955078125}, {"start": 1709.45, "end": 1709.71, "word": " on", "probability": 0.2296142578125}, {"start": 1709.71, "end": 1710.43, "word": " to", "probability": 0.81396484375}, {"start": 1710.43, "end": 1711.53, "word": " the", "probability": 0.62158203125}, {"start": 1711.53, "end": 1711.53, "word": " second", "probability": 0.4560546875}, {"start": 1711.53, "end": 1711.97, "word": " activity.", "probability": 0.93994140625}, {"start": 1712.53, "end": 1712.95, "word": " The", "probability": 0.5146484375}, {"start": 1712.95, "end": 1713.03, "word": " second", "probability": 0.85400390625}, {"start": 1713.03, "end": 1713.41, "word": " activity", "probability": 0.96044921875}, {"start": 1713.41, "end": 1713.71, "word": " is", "probability": 0.6025390625}, {"start": 1713.71, "end": 1713.91, "word": " supposed", "probability": 0.64306640625}, {"start": 1713.91, "end": 1714.35, "word": " to", "probability": 0.90185546875}, {"start": 1714.35, "end": 1714.59, "word": " be,", "probability": 0.292724609375}, {"start": 1714.59, "end": 1714.59, "word": " let's", "probability": 0.623046875}, {"start": 1714.59, "end": 1714.65, "word": " see", "probability": 0.205078125}, {"start": 1714.65, "end": 1714.77, "word": " the", "probability": 0.353759765625}, {"start": 1714.77, "end": 1714.95, "word": " first", "probability": 0.77294921875}, {"start": 1714.95, "end": 1715.01, "word": " one,", "probability": 0.634765625}, {"start": 1715.03, "end": 1715.63, "word": " generational", "probability": 0.3193359375}, {"start": 1715.63, "end": 1715.95, "word": " code.", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 65, "seek": 174087, "start": 1717.13, "end": 1740.87, "text": " Yes, we design it. This is the second activity. We can work on the design. The design of this gate, we want to do the following in it. We want to put a mountain, these mountains, and we want to put here the name and here the address. Okay? These are fixed. Yes.", "tokens": [1079, 11, 321, 1715, 309, 13, 639, 307, 264, 1150, 5191, 13, 492, 393, 589, 322, 264, 1715, 13, 440, 1715, 295, 341, 8539, 11, 321, 528, 281, 360, 264, 3480, 294, 309, 13, 492, 528, 281, 829, 257, 6937, 11, 613, 10233, 11, 293, 321, 528, 281, 829, 510, 264, 1315, 293, 510, 264, 2985, 13, 1033, 30, 1981, 366, 6806, 13, 1079, 13], "avg_logprob": -0.6126893831021858, "compression_ratio": 1.607361963190184, "no_speech_prob": 0.0, "words": [{"start": 1717.13, "end": 1717.49, "word": " Yes,", "probability": 0.369873046875}, {"start": 1717.51, "end": 1717.69, "word": " we", "probability": 0.4638671875}, {"start": 1717.69, "end": 1717.91, "word": " design", "probability": 0.444580078125}, {"start": 1717.91, "end": 1718.17, "word": " it.", "probability": 0.8203125}, {"start": 1718.73, "end": 1719.13, "word": " This", "probability": 0.5478515625}, {"start": 1719.13, "end": 1719.17, "word": " is", "probability": 0.912109375}, {"start": 1719.17, "end": 1719.25, "word": " the", "probability": 0.66943359375}, {"start": 1719.25, "end": 1719.25, "word": " second", "probability": 0.78173828125}, {"start": 1719.25, "end": 1719.65, "word": " activity.", "probability": 0.9140625}, {"start": 1720.03, "end": 1720.17, "word": " We", "probability": 0.52099609375}, {"start": 1720.17, "end": 1720.27, "word": " can", "probability": 0.43212890625}, {"start": 1720.27, "end": 1720.61, "word": " work", "probability": 0.5}, {"start": 1720.61, "end": 1721.47, "word": " on", "probability": 0.78466796875}, {"start": 1721.47, "end": 1721.49, "word": " the", "probability": 0.54638671875}, {"start": 1721.49, "end": 1721.83, "word": " design.", "probability": 0.94921875}, {"start": 1722.15, "end": 1722.31, "word": " The", "probability": 0.260498046875}, {"start": 1722.31, "end": 1722.61, "word": " design", "probability": 0.91650390625}, {"start": 1722.61, "end": 1722.73, "word": " of", "probability": 0.388916015625}, {"start": 1722.73, "end": 1722.83, "word": " this", "probability": 0.79833984375}, {"start": 1722.83, "end": 1723.07, "word": " gate,", "probability": 0.53466796875}, {"start": 1723.17, "end": 1723.23, "word": " we", "probability": 0.87255859375}, {"start": 1723.23, "end": 1723.35, "word": " want", "probability": 0.32763671875}, {"start": 1723.35, "end": 1723.63, "word": " to", "probability": 0.9580078125}, {"start": 1723.63, "end": 1723.81, "word": " do", "probability": 0.44921875}, {"start": 1723.81, "end": 1724.07, "word": " the", "probability": 0.41650390625}, {"start": 1724.07, "end": 1724.27, "word": " following", "probability": 0.8447265625}, {"start": 1724.27, "end": 1724.37, "word": " in", "probability": 0.2056884765625}, {"start": 1724.37, "end": 1724.37, "word": " it.", "probability": 0.9287109375}, {"start": 1724.47, "end": 1724.53, "word": " We", "probability": 0.8203125}, {"start": 1724.53, "end": 1724.69, "word": " want", "probability": 0.6669921875}, {"start": 1724.69, "end": 1724.81, "word": " to", "probability": 0.9658203125}, {"start": 1724.81, "end": 1725.05, "word": " put", "probability": 0.78125}, {"start": 1725.05, "end": 1726.23, "word": " a", "probability": 0.1962890625}, {"start": 1726.23, "end": 1727.89, "word": " mountain,", "probability": 0.1590576171875}, {"start": 1727.93, "end": 1728.13, "word": " these", "probability": 0.2271728515625}, {"start": 1728.13, "end": 1728.21, "word": " mountains,", "probability": 0.79296875}, {"start": 1728.75, "end": 1729.07, "word": " and", "probability": 0.56396484375}, {"start": 1729.07, "end": 1729.13, "word": " we", "probability": 0.74560546875}, {"start": 1729.13, "end": 1729.23, "word": " want", "probability": 0.80810546875}, {"start": 1729.23, "end": 1729.31, "word": " to", "probability": 0.9638671875}, {"start": 1729.31, "end": 1729.55, "word": " put", "probability": 0.86572265625}, {"start": 1729.55, "end": 1729.91, "word": " here", "probability": 0.4208984375}, {"start": 1729.91, "end": 1732.77, "word": " the", "probability": 0.615234375}, {"start": 1732.77, "end": 1733.13, "word": " name", "probability": 0.865234375}, {"start": 1733.13, "end": 1734.29, "word": " and", "probability": 0.71337890625}, {"start": 1734.29, "end": 1734.45, "word": " here", "probability": 0.7431640625}, {"start": 1734.45, "end": 1734.53, "word": " the", "probability": 0.71923828125}, {"start": 1734.53, "end": 1734.75, "word": " address.", "probability": 0.07562255859375}, {"start": 1736.85, "end": 1737.25, "word": " Okay?", "probability": 0.317138671875}, {"start": 1737.41, "end": 1737.61, "word": " These", "probability": 0.74951171875}, {"start": 1737.61, "end": 1737.73, "word": " are", "probability": 0.41357421875}, {"start": 1737.73, "end": 1737.97, "word": " fixed.", "probability": 0.2149658203125}, {"start": 1740.47, "end": 1740.87, "word": " Yes.", "probability": 0.190673828125}], "temperature": 1.0}, {"id": 66, "seek": 174894, "start": 1745.72, "end": 1748.94, "text": " This is the title of the activity. This changes from the manifest.", "tokens": [639, 307, 264, 4876, 295, 264, 5191, 13, 639, 2962, 490, 264, 10067, 13], "avg_logprob": -0.38046873807907106, "compression_ratio": 1.046875, "no_speech_prob": 0.0, "words": [{"start": 1745.72, "end": 1746.04, "word": " This", "probability": 0.392578125}, {"start": 1746.04, "end": 1746.1, "word": " is", "probability": 0.89306640625}, {"start": 1746.1, "end": 1746.16, "word": " the", "probability": 0.80224609375}, {"start": 1746.16, "end": 1746.5, "word": " title", "probability": 0.7978515625}, {"start": 1746.5, "end": 1746.68, "word": " of", "probability": 0.94775390625}, {"start": 1746.68, "end": 1746.78, "word": " the", "probability": 0.62060546875}, {"start": 1746.78, "end": 1747.2, "word": " activity.", "probability": 0.9365234375}, {"start": 1747.5, "end": 1747.96, "word": " This", "probability": 0.58349609375}, {"start": 1747.96, "end": 1748.28, "word": " changes", "probability": 0.58251953125}, {"start": 1748.28, "end": 1748.54, "word": " from", "probability": 0.8056640625}, {"start": 1748.54, "end": 1748.64, "word": " the", "probability": 0.46826171875}, {"start": 1748.64, "end": 1748.94, "word": " manifest.", "probability": 0.8251953125}], "temperature": 1.0}, {"id": 67, "seek": 177588, "start": 1751.68, "end": 1775.88, "text": " Okay, okay, I understand you Actually, this is the action bar that I will talk about in front of you in this example We will remove everything, okay? And we will replace it with something called toolbar, okay? So, I will delete this later because in this application, I will take the toolbar So, I came back here and I will put the name and I will show it as a text view", "tokens": [1033, 11, 1392, 11, 286, 1223, 291, 5135, 11, 341, 307, 264, 3069, 2159, 300, 286, 486, 751, 466, 294, 1868, 295, 291, 294, 341, 1365, 492, 486, 4159, 1203, 11, 1392, 30, 400, 321, 486, 7406, 309, 365, 746, 1219, 47715, 11, 1392, 30, 407, 11, 286, 486, 12097, 341, 1780, 570, 294, 341, 3861, 11, 286, 486, 747, 264, 47715, 407, 11, 286, 1361, 646, 510, 293, 286, 486, 829, 264, 1315, 293, 286, 486, 855, 309, 382, 257, 2487, 1910], "avg_logprob": -0.6175595238095238, "compression_ratio": 1.6863636363636363, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1751.6799999999998, "end": 1752.12, "word": " Okay,", "probability": 0.034088134765625}, {"start": 1753.24, "end": 1753.5, "word": " okay,", "probability": 0.391845703125}, {"start": 1753.54, "end": 1754.08, "word": " I", "probability": 0.76416015625}, {"start": 1754.08, "end": 1754.24, "word": " understand", "probability": 0.422607421875}, {"start": 1754.24, "end": 1754.5, "word": " you", "probability": 0.3310546875}, {"start": 1754.5, "end": 1755.02, "word": " Actually,", "probability": 0.1971435546875}, {"start": 1755.12, "end": 1755.3, "word": " this", "probability": 0.5595703125}, {"start": 1755.3, "end": 1755.44, "word": " is", "probability": 0.3125}, {"start": 1755.44, "end": 1756.0, "word": " the", "probability": 0.6162109375}, {"start": 1756.0, "end": 1756.3, "word": " action", "probability": 0.8408203125}, {"start": 1756.3, "end": 1756.58, "word": " bar", "probability": 0.916015625}, {"start": 1756.58, "end": 1756.66, "word": " that", "probability": 0.392578125}, {"start": 1756.66, "end": 1756.72, "word": " I", "probability": 0.7744140625}, {"start": 1756.72, "end": 1756.74, "word": " will", "probability": 0.53564453125}, {"start": 1756.74, "end": 1756.98, "word": " talk", "probability": 0.62744140625}, {"start": 1756.98, "end": 1757.2, "word": " about", "probability": 0.78759765625}, {"start": 1757.2, "end": 1757.34, "word": " in", "probability": 0.425537109375}, {"start": 1757.34, "end": 1757.48, "word": " front", "probability": 0.2919921875}, {"start": 1757.48, "end": 1757.48, "word": " of", "probability": 0.76611328125}, {"start": 1757.48, "end": 1757.92, "word": " you", "probability": 0.9326171875}, {"start": 1757.92, "end": 1758.12, "word": " in", "probability": 0.4013671875}, {"start": 1758.12, "end": 1758.9, "word": " this", "probability": 0.82275390625}, {"start": 1758.9, "end": 1759.44, "word": " example", "probability": 0.95751953125}, {"start": 1759.44, "end": 1760.2, "word": " We", "probability": 0.5810546875}, {"start": 1760.2, "end": 1760.3, "word": " will", "probability": 0.71630859375}, {"start": 1760.3, "end": 1760.46, "word": " remove", "probability": 0.78759765625}, {"start": 1760.46, "end": 1760.82, "word": " everything,", "probability": 0.472900390625}, {"start": 1761.18, "end": 1762.0, "word": " okay?", "probability": 0.4736328125}, {"start": 1762.18, "end": 1762.3, "word": " And", "probability": 0.32373046875}, {"start": 1762.3, "end": 1762.32, "word": " we", "probability": 0.68310546875}, {"start": 1762.32, "end": 1762.4, "word": " will", "probability": 0.81005859375}, {"start": 1762.4, "end": 1762.6, "word": " replace", "probability": 0.436279296875}, {"start": 1762.6, "end": 1762.92, "word": " it", "probability": 0.7314453125}, {"start": 1762.92, "end": 1762.94, "word": " with", "probability": 0.79296875}, {"start": 1762.94, "end": 1763.04, "word": " something", "probability": 0.6455078125}, {"start": 1763.04, "end": 1763.26, "word": " called", "probability": 0.82763671875}, {"start": 1763.26, "end": 1763.6, "word": " toolbar,", "probability": 0.41650390625}, {"start": 1764.22, "end": 1764.52, "word": " okay?", "probability": 0.826171875}, {"start": 1764.66, "end": 1764.74, "word": " So,", "probability": 0.421875}, {"start": 1764.88, "end": 1765.02, "word": " I", "probability": 0.7197265625}, {"start": 1765.02, "end": 1765.16, "word": " will", "probability": 0.393310546875}, {"start": 1765.16, "end": 1765.4, "word": " delete", "probability": 0.27734375}, {"start": 1765.4, "end": 1765.4, "word": " this", "probability": 0.748046875}, {"start": 1765.4, "end": 1765.7, "word": " later", "probability": 0.6396484375}, {"start": 1765.7, "end": 1766.2, "word": " because", "probability": 0.55419921875}, {"start": 1766.2, "end": 1767.44, "word": " in", "probability": 0.458251953125}, {"start": 1767.44, "end": 1767.94, "word": " this", "probability": 0.333740234375}, {"start": 1767.94, "end": 1768.5, "word": " application,", "probability": 0.81982421875}, {"start": 1768.66, "end": 1768.8, "word": " I", "probability": 0.349365234375}, {"start": 1768.8, "end": 1768.9, "word": " will", "probability": 0.8095703125}, {"start": 1768.9, "end": 1769.04, "word": " take", "probability": 0.447021484375}, {"start": 1769.04, "end": 1769.16, "word": " the", "probability": 0.5478515625}, {"start": 1769.16, "end": 1769.38, "word": " toolbar", "probability": 0.95166015625}, {"start": 1769.38, "end": 1770.18, "word": " So,", "probability": 0.529296875}, {"start": 1770.24, "end": 1770.32, "word": " I", "probability": 0.748046875}, {"start": 1770.32, "end": 1770.44, "word": " came", "probability": 0.304931640625}, {"start": 1770.44, "end": 1770.48, "word": " back", "probability": 0.6123046875}, {"start": 1770.48, "end": 1770.72, "word": " here", "probability": 0.3818359375}, {"start": 1770.72, "end": 1770.88, "word": " and", "probability": 0.5068359375}, {"start": 1770.88, "end": 1770.96, "word": " I", "probability": 0.5751953125}, {"start": 1770.96, "end": 1771.1, "word": " will", "probability": 0.66357421875}, {"start": 1771.1, "end": 1771.44, "word": " put", "probability": 0.6064453125}, {"start": 1771.44, "end": 1771.68, "word": " the", "probability": 0.81982421875}, {"start": 1771.68, "end": 1772.0, "word": " name", "probability": 0.869140625}, {"start": 1772.0, "end": 1772.94, "word": " and", "probability": 0.1607666015625}, {"start": 1772.94, "end": 1772.98, "word": " I", "probability": 0.71142578125}, {"start": 1772.98, "end": 1773.16, "word": " will", "probability": 0.83935546875}, {"start": 1773.16, "end": 1773.38, "word": " show", "probability": 0.424072265625}, {"start": 1773.38, "end": 1773.54, "word": " it", "probability": 0.6337890625}, {"start": 1773.54, "end": 1774.88, "word": " as", "probability": 0.72216796875}, {"start": 1774.88, "end": 1775.24, "word": " a", "probability": 0.4140625}, {"start": 1775.24, "end": 1775.52, "word": " text", "probability": 0.84423828125}, {"start": 1775.52, "end": 1775.88, "word": " view", "probability": 0.806640625}], "temperature": 1.0}, {"id": 68, "seek": 180949, "start": 1780.97, "end": 1809.49, "text": " And we also need here two text views next to each other to show the word receipt The name is already known, we don't need to put a name next to it He knows that this is his name But the receipt, I want to tell him that this is the receipt Ok, let's go to attributes, here this is name, tv, score", "tokens": [400, 321, 611, 643, 510, 732, 2487, 6809, 958, 281, 1184, 661, 281, 855, 264, 1349, 33882, 440, 1315, 307, 1217, 2570, 11, 321, 500, 380, 643, 281, 829, 257, 1315, 958, 281, 309, 634, 3255, 300, 341, 307, 702, 1315, 583, 264, 33882, 11, 286, 528, 281, 980, 796, 300, 341, 307, 264, 33882, 3477, 11, 718, 311, 352, 281, 17212, 11, 510, 341, 307, 1315, 11, 16364, 11, 6175], "avg_logprob": -0.5190972056653764, "compression_ratio": 1.6536312849162011, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1780.9699999999998, "end": 1781.4099999999999, "word": " And", "probability": 0.324462890625}, {"start": 1781.4099999999999, "end": 1781.85, "word": " we", "probability": 0.482666015625}, {"start": 1781.85, "end": 1781.85, "word": " also", "probability": 0.492919921875}, {"start": 1781.85, "end": 1781.85, "word": " need", "probability": 0.71533203125}, {"start": 1781.85, "end": 1783.09, "word": " here", "probability": 0.41162109375}, {"start": 1783.09, "end": 1786.23, "word": " two", "probability": 0.3388671875}, {"start": 1786.23, "end": 1786.57, "word": " text", "probability": 0.736328125}, {"start": 1786.57, "end": 1786.89, "word": " views", "probability": 0.6181640625}, {"start": 1786.89, "end": 1787.07, "word": " next", "probability": 0.64453125}, {"start": 1787.07, "end": 1787.13, "word": " to", "probability": 0.96337890625}, {"start": 1787.13, "end": 1787.33, "word": " each", "probability": 0.92626953125}, {"start": 1787.33, "end": 1787.33, "word": " other", "probability": 0.85693359375}, {"start": 1787.33, "end": 1787.59, "word": " to", "probability": 0.314697265625}, {"start": 1787.59, "end": 1788.11, "word": " show", "probability": 0.493408203125}, {"start": 1788.11, "end": 1788.45, "word": " the", "probability": 0.65087890625}, {"start": 1788.45, "end": 1788.45, "word": " word", "probability": 0.75439453125}, {"start": 1788.45, "end": 1788.81, "word": " receipt", "probability": 0.10247802734375}, {"start": 1788.81, "end": 1789.75, "word": " The", "probability": 0.341064453125}, {"start": 1789.75, "end": 1789.99, "word": " name", "probability": 0.791015625}, {"start": 1789.99, "end": 1790.09, "word": " is", "probability": 0.79736328125}, {"start": 1790.09, "end": 1790.23, "word": " already", "probability": 0.276123046875}, {"start": 1790.23, "end": 1790.51, "word": " known,", "probability": 0.267822265625}, {"start": 1790.57, "end": 1790.65, "word": " we", "probability": 0.42333984375}, {"start": 1790.65, "end": 1790.69, "word": " don't", "probability": 0.858154296875}, {"start": 1790.69, "end": 1790.87, "word": " need", "probability": 0.646484375}, {"start": 1790.87, "end": 1790.93, "word": " to", "probability": 0.892578125}, {"start": 1790.93, "end": 1791.09, "word": " put", "probability": 0.4375}, {"start": 1791.09, "end": 1791.29, "word": " a", "probability": 0.56201171875}, {"start": 1791.29, "end": 1791.51, "word": " name", "probability": 0.8193359375}, {"start": 1791.51, "end": 1791.51, "word": " next", "probability": 0.7939453125}, {"start": 1791.51, "end": 1791.51, "word": " to", "probability": 0.9638671875}, {"start": 1791.51, "end": 1791.51, "word": " it", "probability": 0.92333984375}, {"start": 1791.51, "end": 1791.73, "word": " He", "probability": 0.174560546875}, {"start": 1791.73, "end": 1791.95, "word": " knows", "probability": 0.54833984375}, {"start": 1791.95, "end": 1792.05, "word": " that", "probability": 0.463623046875}, {"start": 1792.05, "end": 1792.19, "word": " this", "probability": 0.6552734375}, {"start": 1792.19, "end": 1792.19, "word": " is", "probability": 0.90625}, {"start": 1792.19, "end": 1792.47, "word": " his", "probability": 0.82421875}, {"start": 1792.47, "end": 1792.47, "word": " name", "probability": 0.88720703125}, {"start": 1792.47, "end": 1793.37, "word": " But", "probability": 0.29541015625}, {"start": 1793.37, "end": 1793.67, "word": " the", "probability": 0.4267578125}, {"start": 1793.67, "end": 1793.85, "word": " receipt,", "probability": 0.919921875}, {"start": 1793.85, "end": 1793.95, "word": " I", "probability": 0.890625}, {"start": 1793.95, "end": 1793.99, "word": " want", "probability": 0.5576171875}, {"start": 1793.99, "end": 1794.03, "word": " to", "probability": 0.921875}, {"start": 1794.03, "end": 1794.15, "word": " tell", "probability": 0.6279296875}, {"start": 1794.15, "end": 1794.23, "word": " him", "probability": 0.90771484375}, {"start": 1794.23, "end": 1794.31, "word": " that", "probability": 0.86376953125}, {"start": 1794.31, "end": 1794.47, "word": " this", "probability": 0.88427734375}, {"start": 1794.47, "end": 1794.53, "word": " is", "probability": 0.89501953125}, {"start": 1794.53, "end": 1794.87, "word": " the", "probability": 0.43994140625}, {"start": 1794.87, "end": 1795.23, "word": " receipt", "probability": 0.8857421875}, {"start": 1795.23, "end": 1798.65, "word": " Ok,", "probability": 0.36083984375}, {"start": 1798.79, "end": 1799.07, "word": " let's", "probability": 0.84375}, {"start": 1799.07, "end": 1799.15, "word": " go", "probability": 0.454833984375}, {"start": 1799.15, "end": 1799.23, "word": " to", "probability": 0.88818359375}, {"start": 1799.23, "end": 1799.93, "word": " attributes,", "probability": 0.65478515625}, {"start": 1800.13, "end": 1800.51, "word": " here", "probability": 0.69140625}, {"start": 1800.51, "end": 1801.03, "word": " this", "probability": 0.4912109375}, {"start": 1801.03, "end": 1801.59, "word": " is", "probability": 0.68115234375}, {"start": 1801.59, "end": 1802.01, "word": " name,", "probability": 0.72607421875}, {"start": 1802.37, "end": 1802.91, "word": " tv,", "probability": 0.6357421875}, {"start": 1804.39, "end": 1809.49, "word": " score", "probability": 0.89013671875}], "temperature": 1.0}, {"id": 69, "seek": 182884, "start": 1813.98, "end": 1828.84, "text": " TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV", "tokens": [3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558, 3558], "avg_logprob": -0.5795036764705882, "compression_ratio": 3.4285714285714284, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1813.9799999999998, "end": 1814.1399999999999, "word": " TV", "probability": 0.5498046875}, {"start": 1814.1399999999999, "end": 1814.3, "word": " TV", "probability": 0.369140625}, {"start": 1814.3, "end": 1816.86, "word": " TV", "probability": 0.40673828125}, {"start": 1816.86, "end": 1819.8, "word": " TV", "probability": 0.50537109375}, {"start": 1819.8, "end": 1819.82, "word": " TV", "probability": 0.59716796875}, {"start": 1819.82, "end": 1819.84, "word": " TV", "probability": 0.6611328125}, {"start": 1819.84, "end": 1819.86, "word": " TV", "probability": 0.70849609375}, {"start": 1819.86, "end": 1819.88, "word": " TV", "probability": 0.7470703125}, {"start": 1819.88, "end": 1825.1, "word": " TV", "probability": 0.7802734375}, {"start": 1825.1, "end": 1825.12, "word": " TV", "probability": 0.80712890625}, {"start": 1825.12, "end": 1825.18, "word": " TV", "probability": 0.826171875}, {"start": 1825.18, "end": 1825.22, "word": " TV", "probability": 0.83837890625}, {"start": 1825.22, "end": 1828.22, "word": " TV", "probability": 0.84912109375}, {"start": 1828.22, "end": 1828.32, "word": " TV", "probability": 0.85595703125}, {"start": 1828.32, "end": 1828.34, "word": " TV", "probability": 0.8623046875}, {"start": 1828.34, "end": 1828.84, "word": " TV", "probability": 0.869140625}], "temperature": 1.0}, {"id": 70, "seek": 186538, "start": 1836.3, "end": 1865.38, "text": " This is the name of the TV, for example, you say text size 14sp, text color Because this is written in the receipt", "tokens": [639, 307, 264, 1315, 295, 264, 3558, 11, 337, 1365, 11, 291, 584, 2487, 2744, 3499, 4952, 11, 2487, 2017, 1436, 341, 307, 3720, 294, 264, 33882], "avg_logprob": -0.5898437414850507, "compression_ratio": 1.1734693877551021, "no_speech_prob": 0.0, "words": [{"start": 1836.3, "end": 1836.64, "word": " This", "probability": 0.2705078125}, {"start": 1836.64, "end": 1836.66, "word": " is", "probability": 0.505859375}, {"start": 1836.66, "end": 1836.74, "word": " the", "probability": 0.21337890625}, {"start": 1836.74, "end": 1836.88, "word": " name", "probability": 0.578125}, {"start": 1836.88, "end": 1837.06, "word": " of", "probability": 0.6015625}, {"start": 1837.06, "end": 1837.06, "word": " the", "probability": 0.56103515625}, {"start": 1837.06, "end": 1837.2, "word": " TV,", "probability": 0.66064453125}, {"start": 1837.3, "end": 1837.44, "word": " for", "probability": 0.52392578125}, {"start": 1837.44, "end": 1837.52, "word": " example,", "probability": 0.939453125}, {"start": 1837.62, "end": 1837.64, "word": " you", "probability": 0.251220703125}, {"start": 1837.64, "end": 1837.78, "word": " say", "probability": 0.338623046875}, {"start": 1837.78, "end": 1838.12, "word": " text", "probability": 0.30419921875}, {"start": 1838.12, "end": 1838.64, "word": " size", "probability": 0.53515625}, {"start": 1838.64, "end": 1841.8, "word": " 14sp,", "probability": 0.621337890625}, {"start": 1842.28, "end": 1842.84, "word": " text", "probability": 0.86865234375}, {"start": 1842.84, "end": 1845.9, "word": " color", "probability": 0.87548828125}, {"start": 1845.9, "end": 1864.22, "word": " Because", "probability": 0.499755859375}, {"start": 1864.22, "end": 1864.52, "word": " this", "probability": 0.70263671875}, {"start": 1864.52, "end": 1864.56, "word": " is", "probability": 0.8359375}, {"start": 1864.56, "end": 1864.8, "word": " written", "probability": 0.7900390625}, {"start": 1864.8, "end": 1864.98, "word": " in", "probability": 0.80615234375}, {"start": 1864.98, "end": 1865.16, "word": " the", "probability": 0.68505859375}, {"start": 1865.16, "end": 1865.38, "word": " receipt", "probability": 0.55224609375}], "temperature": 1.0}, {"id": 71, "seek": 188208, "start": 1878.46, "end": 1882.08, "text": " تمام؟ وهنا بتحط قيمة قيمة الرسيل.", "tokens": [46811, 10943, 22807, 37037, 8315, 39894, 5016, 9566, 12174, 32640, 3660, 12174, 32640, 3660, 34892, 3794, 26895, 13], "avg_logprob": -0.5312500062741732, "compression_ratio": 1.0338983050847457, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1878.46, "end": 1878.86, "word": " تمام؟", "probability": 0.5570170084635416}, {"start": 1878.86, "end": 1879.08, "word": " وهنا", "probability": 0.7283935546875}, {"start": 1879.08, "end": 1879.5, "word": " بتحط", "probability": 0.8391927083333334}, {"start": 1879.5, "end": 1880.0, "word": " قيمة", "probability": 0.9928385416666666}, {"start": 1880.0, "end": 1881.66, "word": " قيمة", "probability": 0.8720703125}, {"start": 1881.66, "end": 1882.08, "word": " الرسيل.", "probability": 0.615234375}], "temperature": 1.0}, {"id": 72, "seek": 192635, "start": 1901.83, "end": 1926.35, "text": "Okay, we will see all of these small things. Let's do it now. We have a text view for whom? For the question. Keep in mind that there is a text view for the question and there should be an image view for the picture. Okay? If the question has a picture and you have options available. And you have a progress bar for what? For the timer. So now,", "tokens": [8297, 11, 321, 486, 536, 439, 295, 613, 1359, 721, 13, 961, 311, 360, 309, 586, 13, 492, 362, 257, 2487, 1910, 337, 7101, 30, 1171, 264, 1168, 13, 5527, 294, 1575, 300, 456, 307, 257, 2487, 1910, 337, 264, 1168, 293, 456, 820, 312, 364, 3256, 1910, 337, 264, 3036, 13, 1033, 30, 759, 264, 1168, 575, 257, 3036, 293, 291, 362, 3956, 2435, 13, 400, 291, 362, 257, 4205, 2159, 337, 437, 30, 1171, 264, 19247, 13, 407, 586, 11], "avg_logprob": -0.4642319413552801, "compression_ratio": 1.6829268292682926, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1901.83, "end": 1902.31, "word": "Okay,", "probability": 0.321533203125}, {"start": 1902.97, "end": 1903.41, "word": " we", "probability": 0.60595703125}, {"start": 1903.41, "end": 1903.55, "word": " will", "probability": 0.54833984375}, {"start": 1903.55, "end": 1903.79, "word": " see", "probability": 0.51416015625}, {"start": 1903.79, "end": 1903.83, "word": " all", "probability": 0.71484375}, {"start": 1903.83, "end": 1903.83, "word": " of", "probability": 0.3505859375}, {"start": 1903.83, "end": 1903.83, "word": " these", "probability": 0.3994140625}, {"start": 1903.83, "end": 1904.37, "word": " small", "probability": 0.370849609375}, {"start": 1904.37, "end": 1904.45, "word": " things.", "probability": 0.43115234375}, {"start": 1904.59, "end": 1904.85, "word": " Let's", "probability": 0.682861328125}, {"start": 1904.85, "end": 1905.33, "word": " do", "probability": 0.1407470703125}, {"start": 1905.33, "end": 1905.33, "word": " it", "probability": 0.156982421875}, {"start": 1905.33, "end": 1905.33, "word": " now.", "probability": 0.5146484375}, {"start": 1905.85, "end": 1906.03, "word": " We", "probability": 0.537109375}, {"start": 1906.03, "end": 1906.23, "word": " have", "probability": 0.8408203125}, {"start": 1906.23, "end": 1906.35, "word": " a", "probability": 0.5029296875}, {"start": 1906.35, "end": 1906.55, "word": " text", "probability": 0.8076171875}, {"start": 1906.55, "end": 1906.85, "word": " view", "probability": 0.77392578125}, {"start": 1906.85, "end": 1907.01, "word": " for", "probability": 0.70263671875}, {"start": 1907.01, "end": 1907.15, "word": " whom?", "probability": 0.5908203125}, {"start": 1908.07, "end": 1908.55, "word": " For", "probability": 0.78662109375}, {"start": 1908.55, "end": 1908.69, "word": " the", "probability": 0.84423828125}, {"start": 1908.69, "end": 1908.95, "word": " question.", "probability": 0.89697265625}, {"start": 1909.91, "end": 1910.19, "word": " Keep", "probability": 0.07904052734375}, {"start": 1910.19, "end": 1910.45, "word": " in", "probability": 0.8828125}, {"start": 1910.45, "end": 1910.55, "word": " mind", "probability": 0.892578125}, {"start": 1910.55, "end": 1910.69, "word": " that", "probability": 0.6484375}, {"start": 1910.69, "end": 1910.77, "word": " there", "probability": 0.81103515625}, {"start": 1910.77, "end": 1910.79, "word": " is", "probability": 0.8388671875}, {"start": 1910.79, "end": 1910.87, "word": " a", "probability": 0.90185546875}, {"start": 1910.87, "end": 1911.05, "word": " text", "probability": 0.93994140625}, {"start": 1911.05, "end": 1911.31, "word": " view", "probability": 0.857421875}, {"start": 1911.31, "end": 1911.43, "word": " for", "probability": 0.8486328125}, {"start": 1911.43, "end": 1911.51, "word": " the", "probability": 0.79833984375}, {"start": 1911.51, "end": 1911.87, "word": " question", "probability": 0.9189453125}, {"start": 1911.87, "end": 1912.33, "word": " and", "probability": 0.62451171875}, {"start": 1912.33, "end": 1912.45, "word": " there", "probability": 0.70068359375}, {"start": 1912.45, "end": 1912.57, "word": " should", "probability": 0.55078125}, {"start": 1912.57, "end": 1912.87, "word": " be", "probability": 0.84521484375}, {"start": 1912.87, "end": 1913.01, "word": " an", "probability": 0.73193359375}, {"start": 1913.01, "end": 1913.19, "word": " image", "probability": 0.9248046875}, {"start": 1913.19, "end": 1913.61, "word": " view", "probability": 0.888671875}, {"start": 1913.61, "end": 1913.91, "word": " for", "probability": 0.822265625}, {"start": 1913.91, "end": 1914.03, "word": " the", "probability": 0.86083984375}, {"start": 1914.03, "end": 1914.27, "word": " picture.", "probability": 0.363525390625}, {"start": 1915.05, "end": 1915.31, "word": " Okay?", "probability": 0.51904296875}, {"start": 1915.79, "end": 1916.01, "word": " If", "probability": 0.93115234375}, {"start": 1916.01, "end": 1916.37, "word": " the", "probability": 0.84814453125}, {"start": 1916.37, "end": 1916.59, "word": " question", "probability": 0.9052734375}, {"start": 1916.59, "end": 1916.83, "word": " has", "probability": 0.33544921875}, {"start": 1916.83, "end": 1916.93, "word": " a", "probability": 0.89453125}, {"start": 1916.93, "end": 1917.21, "word": " picture", "probability": 0.80810546875}, {"start": 1917.21, "end": 1917.97, "word": " and", "probability": 0.6494140625}, {"start": 1917.97, "end": 1918.13, "word": " you", "probability": 0.775390625}, {"start": 1918.13, "end": 1919.29, "word": " have", "probability": 0.93017578125}, {"start": 1919.29, "end": 1920.11, "word": " options", "probability": 0.447509765625}, {"start": 1920.11, "end": 1920.63, "word": " available.", "probability": 0.2320556640625}, {"start": 1920.71, "end": 1920.85, "word": " And", "probability": 0.685546875}, {"start": 1920.85, "end": 1920.97, "word": " you", "probability": 0.82568359375}, {"start": 1920.97, "end": 1921.23, "word": " have", "probability": 0.91162109375}, {"start": 1921.23, "end": 1921.33, "word": " a", "probability": 0.71337890625}, {"start": 1921.33, "end": 1921.69, "word": " progress", "probability": 0.85205078125}, {"start": 1921.69, "end": 1922.03, "word": " bar", "probability": 0.9365234375}, {"start": 1922.03, "end": 1922.21, "word": " for", "probability": 0.7626953125}, {"start": 1922.21, "end": 1922.43, "word": " what?", "probability": 0.701171875}, {"start": 1922.83, "end": 1923.31, "word": " For", "probability": 0.7666015625}, {"start": 1923.31, "end": 1923.69, "word": " the", "probability": 0.8603515625}, {"start": 1923.69, "end": 1923.97, "word": " timer.", "probability": 0.9482421875}, {"start": 1925.61, "end": 1926.09, "word": " So", "probability": 0.595703125}, {"start": 1926.09, "end": 1926.35, "word": " now,", "probability": 0.8154296875}], "temperature": 1.0}, {"id": 73, "seek": 195500, "start": 1932.56, "end": 1955.0, "text": " So the question is to put a text view, meaning that it should come under the name. Of course, the display should follow. Put 0db on the screen, so that it takes up all the screen space.", "tokens": [407, 264, 1168, 307, 281, 829, 257, 2487, 1910, 11, 3620, 300, 309, 820, 808, 833, 264, 1315, 13, 2720, 1164, 11, 264, 4674, 820, 1524, 13, 4935, 1958, 67, 65, 322, 264, 2568, 11, 370, 300, 309, 2516, 493, 439, 264, 2568, 1901, 13], "avg_logprob": -0.6253396557724994, "compression_ratio": 1.4090909090909092, "no_speech_prob": 0.0, "words": [{"start": 1932.56, "end": 1932.88, "word": " So", "probability": 0.2939453125}, {"start": 1932.88, "end": 1933.02, "word": " the", "probability": 0.57568359375}, {"start": 1933.02, "end": 1933.28, "word": " question", "probability": 0.91259765625}, {"start": 1933.28, "end": 1933.42, "word": " is", "probability": 0.7734375}, {"start": 1933.42, "end": 1933.6, "word": " to", "probability": 0.2374267578125}, {"start": 1933.6, "end": 1933.78, "word": " put", "probability": 0.55419921875}, {"start": 1933.78, "end": 1933.78, "word": " a", "probability": 0.267578125}, {"start": 1933.78, "end": 1934.1, "word": " text", "probability": 0.59033203125}, {"start": 1934.1, "end": 1934.46, "word": " view,", "probability": 0.65087890625}, {"start": 1935.06, "end": 1937.52, "word": " meaning", "probability": 0.270263671875}, {"start": 1937.52, "end": 1937.66, "word": " that", "probability": 0.34765625}, {"start": 1937.66, "end": 1937.66, "word": " it", "probability": 0.72900390625}, {"start": 1937.66, "end": 1937.7, "word": " should", "probability": 0.47509765625}, {"start": 1937.7, "end": 1937.8, "word": " come", "probability": 0.351806640625}, {"start": 1937.8, "end": 1938.0, "word": " under", "probability": 0.724609375}, {"start": 1938.0, "end": 1938.14, "word": " the", "probability": 0.86083984375}, {"start": 1938.14, "end": 1938.48, "word": " name.", "probability": 0.7890625}, {"start": 1948.48, "end": 1948.88, "word": " Of", "probability": 0.60205078125}, {"start": 1948.88, "end": 1948.92, "word": " course,", "probability": 0.95703125}, {"start": 1949.0, "end": 1949.04, "word": " the", "probability": 0.37939453125}, {"start": 1949.04, "end": 1949.24, "word": " display", "probability": 0.251220703125}, {"start": 1949.24, "end": 1949.32, "word": " should", "probability": 0.59130859375}, {"start": 1949.32, "end": 1949.56, "word": " follow.", "probability": 0.4033203125}, {"start": 1951.72, "end": 1952.12, "word": " Put", "probability": 0.415283203125}, {"start": 1952.12, "end": 1952.82, "word": " 0db", "probability": 0.6261393229166666}, {"start": 1952.82, "end": 1952.96, "word": " on", "probability": 0.57958984375}, {"start": 1952.96, "end": 1953.24, "word": " the", "probability": 0.80859375}, {"start": 1953.24, "end": 1953.24, "word": " screen,", "probability": 0.78955078125}, {"start": 1953.6, "end": 1953.84, "word": " so", "probability": 0.419921875}, {"start": 1953.84, "end": 1953.96, "word": " that", "probability": 0.79931640625}, {"start": 1953.96, "end": 1954.02, "word": " it", "probability": 0.8330078125}, {"start": 1954.02, "end": 1954.22, "word": " takes", "probability": 0.462890625}, {"start": 1954.22, "end": 1954.32, "word": " up", "probability": 0.7294921875}, {"start": 1954.32, "end": 1954.8, "word": " all", "probability": 0.496826171875}, {"start": 1954.8, "end": 1954.8, "word": " the", "probability": 0.748046875}, {"start": 1954.8, "end": 1955.0, "word": " screen", "probability": 0.71240234375}, {"start": 1955.0, "end": 1955.0, "word": " space.", "probability": 0.7080078125}], "temperature": 1.0}, {"id": 74, "seek": 199013, "start": 1960.97, "end": 1990.13, "text": " The high trap content, meaning the size of the question. Then you need to bring the text, because it is in Arabic, to the other side. This is text view 4. There is text alignment. Let me take gravity. Then you say gravity.", "tokens": [440, 1090, 11487, 2701, 11, 3620, 264, 2744, 295, 264, 1168, 13, 1396, 291, 643, 281, 1565, 264, 2487, 11, 570, 309, 307, 294, 19938, 11, 281, 264, 661, 1252, 13, 639, 307, 2487, 1910, 1017, 13, 821, 307, 2487, 18515, 13, 961, 385, 747, 12110, 13, 1396, 291, 584, 12110, 13], "avg_logprob": -0.5521815902781937, "compression_ratio": 1.4866666666666666, "no_speech_prob": 0.0, "words": [{"start": 1960.97, "end": 1961.19, "word": " The", "probability": 0.2398681640625}, {"start": 1961.19, "end": 1961.41, "word": " high", "probability": 0.55712890625}, {"start": 1961.41, "end": 1961.69, "word": " trap", "probability": 0.6806640625}, {"start": 1961.69, "end": 1962.25, "word": " content,", "probability": 0.951171875}, {"start": 1962.69, "end": 1962.85, "word": " meaning", "probability": 0.38525390625}, {"start": 1962.85, "end": 1963.25, "word": " the", "probability": 0.196044921875}, {"start": 1963.25, "end": 1963.85, "word": " size", "probability": 0.264404296875}, {"start": 1963.85, "end": 1964.01, "word": " of", "probability": 0.95263671875}, {"start": 1964.01, "end": 1964.07, "word": " the", "probability": 0.8642578125}, {"start": 1964.07, "end": 1964.39, "word": " question.", "probability": 0.88330078125}, {"start": 1966.17, "end": 1966.77, "word": " Then", "probability": 0.615234375}, {"start": 1966.77, "end": 1966.85, "word": " you", "probability": 0.58984375}, {"start": 1966.85, "end": 1967.03, "word": " need", "probability": 0.28515625}, {"start": 1967.03, "end": 1967.13, "word": " to", "probability": 0.947265625}, {"start": 1967.13, "end": 1967.29, "word": " bring", "probability": 0.548828125}, {"start": 1967.29, "end": 1967.41, "word": " the", "probability": 0.63916015625}, {"start": 1967.41, "end": 1967.63, "word": " text,", "probability": 0.87646484375}, {"start": 1967.69, "end": 1967.83, "word": " because", "probability": 0.69140625}, {"start": 1967.83, "end": 1968.01, "word": " it", "probability": 0.916015625}, {"start": 1968.01, "end": 1968.01, "word": " is", "probability": 0.625}, {"start": 1968.01, "end": 1968.09, "word": " in", "probability": 0.400634765625}, {"start": 1968.09, "end": 1968.29, "word": " Arabic,", "probability": 0.88818359375}, {"start": 1968.79, "end": 1969.51, "word": " to", "probability": 0.68896484375}, {"start": 1969.51, "end": 1969.81, "word": " the", "probability": 0.87060546875}, {"start": 1969.81, "end": 1970.01, "word": " other", "probability": 0.7587890625}, {"start": 1970.01, "end": 1970.11, "word": " side.", "probability": 0.634765625}, {"start": 1971.77, "end": 1972.11, "word": " This", "probability": 0.2392578125}, {"start": 1972.11, "end": 1972.11, "word": " is", "probability": 0.87255859375}, {"start": 1972.11, "end": 1972.47, "word": " text", "probability": 0.36279296875}, {"start": 1972.47, "end": 1972.77, "word": " view", "probability": 0.53125}, {"start": 1972.77, "end": 1973.15, "word": " 4.", "probability": 0.5625}, {"start": 1979.81, "end": 1980.41, "word": " There", "probability": 0.61279296875}, {"start": 1980.41, "end": 1980.41, "word": " is", "probability": 0.89990234375}, {"start": 1980.41, "end": 1980.73, "word": " text", "probability": 0.7314453125}, {"start": 1980.73, "end": 1981.25, "word": " alignment.", "probability": 0.953125}, {"start": 1984.25, "end": 1984.85, "word": " Let", "probability": 0.8232421875}, {"start": 1984.85, "end": 1985.03, "word": " me", "probability": 0.354248046875}, {"start": 1985.03, "end": 1985.21, "word": " take", "probability": 0.444580078125}, {"start": 1985.21, "end": 1985.69, "word": " gravity.", "probability": 0.55810546875}, {"start": 1987.43, "end": 1987.83, "word": " Then", "probability": 0.7392578125}, {"start": 1987.83, "end": 1988.03, "word": " you", "probability": 0.8681640625}, {"start": 1988.03, "end": 1988.27, "word": " say", "probability": 0.422607421875}, {"start": 1988.27, "end": 1990.13, "word": " gravity.", "probability": 0.77294921875}], "temperature": 1.0}, {"id": 75, "seek": 202226, "start": 1993.46, "end": 2022.26, "text": " we need end ok ok now the last one we need to name it question tv", "tokens": [321, 643, 917, 3133, 3133, 586, 264, 1036, 472, 321, 643, 281, 1315, 309, 1168, 16364], "avg_logprob": -0.9053308823529411, "compression_ratio": 1.11864406779661, "no_speech_prob": 0.0, "words": [{"start": 1993.46, "end": 1993.82, "word": " we", "probability": 0.11065673828125}, {"start": 1993.82, "end": 1993.98, "word": " need", "probability": 0.3916015625}, {"start": 1993.98, "end": 1995.42, "word": " end", "probability": 0.404296875}, {"start": 1995.42, "end": 2003.1, "word": " ok", "probability": 0.375}, {"start": 2003.1, "end": 2014.92, "word": " ok", "probability": 0.35302734375}, {"start": 2014.92, "end": 2016.48, "word": " now", "probability": 0.60205078125}, {"start": 2016.48, "end": 2016.68, "word": " the", "probability": 0.5673828125}, {"start": 2016.68, "end": 2016.84, "word": " last", "probability": 0.1484375}, {"start": 2016.84, "end": 2017.08, "word": " one", "probability": 0.494384765625}, {"start": 2017.08, "end": 2017.48, "word": " we", "probability": 0.160888671875}, {"start": 2017.48, "end": 2017.88, "word": " need", "probability": 0.2060546875}, {"start": 2017.88, "end": 2018.0, "word": " to", "probability": 0.9326171875}, {"start": 2018.0, "end": 2018.24, "word": " name", "probability": 0.31298828125}, {"start": 2018.24, "end": 2018.88, "word": " it", "probability": 0.5693359375}, {"start": 2018.88, "end": 2019.78, "word": " question", "probability": 0.76708984375}, {"start": 2019.78, "end": 2022.26, "word": " tv", "probability": 0.658203125}], "temperature": 1.0}, {"id": 76, "seek": 205188, "start": 2028.42, "end": 2051.88, "text": "Because I don't want to make a picture, I want to make options and progress bar, because they are all below, below the screen, so that the picture comes between the question and the answer. So now here I have buttons, of course I want to make the options as buttons. I assume that the first question has three options, okay?", "tokens": [21831, 286, 500, 380, 528, 281, 652, 257, 3036, 11, 286, 528, 281, 652, 3956, 293, 4205, 2159, 11, 570, 436, 366, 439, 2507, 11, 2507, 264, 2568, 11, 370, 300, 264, 3036, 1487, 1296, 264, 1168, 293, 264, 1867, 13, 407, 586, 510, 286, 362, 9905, 11, 295, 1164, 286, 528, 281, 652, 264, 3956, 382, 9905, 13, 286, 6552, 300, 264, 700, 1168, 575, 1045, 3956, 11, 1392, 30], "avg_logprob": -0.5078124710255199, "compression_ratio": 1.732620320855615, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2028.42, "end": 2028.74, "word": "Because", "probability": 0.143310546875}, {"start": 2028.74, "end": 2029.2, "word": " I", "probability": 0.73583984375}, {"start": 2029.2, "end": 2029.22, "word": " don't", "probability": 0.871826171875}, {"start": 2029.22, "end": 2029.4, "word": " want", "probability": 0.8076171875}, {"start": 2029.4, "end": 2029.48, "word": " to", "probability": 0.92138671875}, {"start": 2029.48, "end": 2029.62, "word": " make", "probability": 0.408447265625}, {"start": 2029.62, "end": 2029.86, "word": " a", "probability": 0.57275390625}, {"start": 2029.86, "end": 2030.14, "word": " picture,", "probability": 0.57470703125}, {"start": 2030.78, "end": 2030.96, "word": " I", "probability": 0.80078125}, {"start": 2030.96, "end": 2031.14, "word": " want", "probability": 0.63818359375}, {"start": 2031.14, "end": 2031.14, "word": " to", "probability": 0.93212890625}, {"start": 2031.14, "end": 2031.52, "word": " make", "probability": 0.7958984375}, {"start": 2031.52, "end": 2032.14, "word": " options", "probability": 0.26904296875}, {"start": 2032.14, "end": 2032.62, "word": " and", "probability": 0.849609375}, {"start": 2032.62, "end": 2033.02, "word": " progress", "probability": 0.74658203125}, {"start": 2033.02, "end": 2033.24, "word": " bar,", "probability": 0.658203125}, {"start": 2033.34, "end": 2033.44, "word": " because", "probability": 0.47119140625}, {"start": 2033.44, "end": 2033.58, "word": " they", "probability": 0.49609375}, {"start": 2033.58, "end": 2033.84, "word": " are", "probability": 0.6767578125}, {"start": 2033.84, "end": 2033.9, "word": " all", "probability": 0.61376953125}, {"start": 2033.9, "end": 2034.2, "word": " below,", "probability": 0.399169921875}, {"start": 2034.7, "end": 2035.5, "word": " below", "probability": 0.26953125}, {"start": 2035.5, "end": 2035.74, "word": " the", "probability": 0.884765625}, {"start": 2035.74, "end": 2035.98, "word": " screen,", "probability": 0.81494140625}, {"start": 2036.64, "end": 2036.76, "word": " so", "probability": 0.4765625}, {"start": 2036.76, "end": 2037.0, "word": " that", "probability": 0.671875}, {"start": 2037.0, "end": 2037.06, "word": " the", "probability": 0.78662109375}, {"start": 2037.06, "end": 2037.34, "word": " picture", "probability": 0.72412109375}, {"start": 2037.34, "end": 2037.58, "word": " comes", "probability": 0.454833984375}, {"start": 2037.58, "end": 2037.9, "word": " between", "probability": 0.37353515625}, {"start": 2037.9, "end": 2038.64, "word": " the", "probability": 0.85009765625}, {"start": 2038.64, "end": 2038.88, "word": " question", "probability": 0.8193359375}, {"start": 2038.88, "end": 2039.18, "word": " and", "probability": 0.9404296875}, {"start": 2039.18, "end": 2039.54, "word": " the", "probability": 0.751953125}, {"start": 2039.54, "end": 2039.96, "word": " answer.", "probability": 0.11529541015625}, {"start": 2040.8, "end": 2041.16, "word": " So", "probability": 0.487060546875}, {"start": 2041.16, "end": 2041.38, "word": " now", "probability": 0.65380859375}, {"start": 2041.38, "end": 2041.58, "word": " here", "probability": 0.419921875}, {"start": 2041.58, "end": 2041.72, "word": " I", "probability": 0.9013671875}, {"start": 2041.72, "end": 2041.88, "word": " have", "probability": 0.92333984375}, {"start": 2041.88, "end": 2042.32, "word": " buttons,", "probability": 0.9033203125}, {"start": 2042.48, "end": 2042.64, "word": " of", "probability": 0.60693359375}, {"start": 2042.64, "end": 2042.64, "word": " course", "probability": 0.96728515625}, {"start": 2042.64, "end": 2042.84, "word": " I", "probability": 0.7490234375}, {"start": 2042.84, "end": 2043.0, "word": " want", "probability": 0.81640625}, {"start": 2043.0, "end": 2043.08, "word": " to", "probability": 0.953125}, {"start": 2043.08, "end": 2043.28, "word": " make", "probability": 0.8466796875}, {"start": 2043.28, "end": 2043.8, "word": " the", "probability": 0.54150390625}, {"start": 2043.8, "end": 2044.94, "word": " options", "probability": 0.818359375}, {"start": 2044.94, "end": 2045.16, "word": " as", "probability": 0.708984375}, {"start": 2045.16, "end": 2045.46, "word": " buttons.", "probability": 0.900390625}, {"start": 2046.34, "end": 2046.48, "word": " I", "probability": 0.90576171875}, {"start": 2046.48, "end": 2046.82, "word": " assume", "probability": 0.24951171875}, {"start": 2046.82, "end": 2047.28, "word": " that", "probability": 0.505859375}, {"start": 2047.28, "end": 2047.46, "word": " the", "probability": 0.67724609375}, {"start": 2047.46, "end": 2048.02, "word": " first", "probability": 0.410888671875}, {"start": 2048.02, "end": 2048.22, "word": " question", "probability": 0.91796875}, {"start": 2048.22, "end": 2049.42, "word": " has", "probability": 0.8857421875}, {"start": 2049.42, "end": 2049.7, "word": " three", "probability": 0.69287109375}, {"start": 2049.7, "end": 2050.08, "word": " options,", "probability": 0.82275390625}, {"start": 2051.66, "end": 2051.88, "word": " okay?", "probability": 0.412353515625}], "temperature": 1.0}, {"id": 77, "seek": 208386, "start": 2057.2, "end": 2083.86, "text": " Let's just name them These buttons This is option 1 button I want it to be a button so that it shows up on the screen in color So maybe in the radio I just change a small circle And this is option 2 button", "tokens": [961, 311, 445, 1315, 552, 1981, 9905, 639, 307, 3614, 502, 2960, 286, 528, 309, 281, 312, 257, 2960, 370, 300, 309, 3110, 493, 322, 264, 2568, 294, 2017, 407, 1310, 294, 264, 6477, 286, 445, 1319, 257, 1359, 6329, 400, 341, 307, 3614, 568, 2960], "avg_logprob": -0.6426196935329032, "compression_ratio": 1.4714285714285715, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2057.2, "end": 2057.64, "word": " Let's", "probability": 0.57177734375}, {"start": 2057.64, "end": 2057.74, "word": " just", "probability": 0.3134765625}, {"start": 2057.74, "end": 2058.1, "word": " name", "probability": 0.56201171875}, {"start": 2058.1, "end": 2058.46, "word": " them", "probability": 0.470703125}, {"start": 2058.46, "end": 2059.28, "word": " These", "probability": 0.17919921875}, {"start": 2059.28, "end": 2059.56, "word": " buttons", "probability": 0.86328125}, {"start": 2059.56, "end": 2064.0, "word": " This", "probability": 0.62548828125}, {"start": 2064.0, "end": 2064.12, "word": " is", "probability": 0.80908203125}, {"start": 2064.12, "end": 2064.56, "word": " option", "probability": 0.55908203125}, {"start": 2064.56, "end": 2065.32, "word": " 1", "probability": 0.47119140625}, {"start": 2065.32, "end": 2065.74, "word": " button", "probability": 0.8525390625}, {"start": 2065.74, "end": 2070.08, "word": " I", "probability": 0.77685546875}, {"start": 2070.08, "end": 2070.42, "word": " want", "probability": 0.302001953125}, {"start": 2070.42, "end": 2070.68, "word": " it", "probability": 0.30859375}, {"start": 2070.68, "end": 2070.68, "word": " to", "probability": 0.9111328125}, {"start": 2070.68, "end": 2070.68, "word": " be", "probability": 0.7646484375}, {"start": 2070.68, "end": 2070.78, "word": " a", "probability": 0.68310546875}, {"start": 2070.78, "end": 2070.92, "word": " button", "probability": 0.8662109375}, {"start": 2070.92, "end": 2071.14, "word": " so", "probability": 0.193115234375}, {"start": 2071.14, "end": 2071.64, "word": " that", "probability": 0.5673828125}, {"start": 2071.64, "end": 2071.66, "word": " it", "probability": 0.220947265625}, {"start": 2071.66, "end": 2071.9, "word": " shows", "probability": 0.2406005859375}, {"start": 2071.9, "end": 2072.0, "word": " up", "probability": 0.462646484375}, {"start": 2072.0, "end": 2072.12, "word": " on", "probability": 0.49267578125}, {"start": 2072.12, "end": 2072.34, "word": " the", "probability": 0.7314453125}, {"start": 2072.34, "end": 2072.58, "word": " screen", "probability": 0.67626953125}, {"start": 2072.58, "end": 2072.74, "word": " in", "probability": 0.10345458984375}, {"start": 2072.74, "end": 2072.88, "word": " color", "probability": 0.44140625}, {"start": 2072.88, "end": 2073.52, "word": " So", "probability": 0.1572265625}, {"start": 2073.52, "end": 2073.84, "word": " maybe", "probability": 0.38720703125}, {"start": 2073.84, "end": 2073.96, "word": " in", "probability": 0.345703125}, {"start": 2073.96, "end": 2074.06, "word": " the", "probability": 0.31689453125}, {"start": 2074.06, "end": 2074.28, "word": " radio", "probability": 0.958984375}, {"start": 2074.28, "end": 2074.42, "word": " I", "probability": 0.53955078125}, {"start": 2074.42, "end": 2074.5, "word": " just", "probability": 0.4736328125}, {"start": 2074.5, "end": 2074.74, "word": " change", "probability": 0.80126953125}, {"start": 2074.74, "end": 2074.88, "word": " a", "probability": 0.83984375}, {"start": 2074.88, "end": 2075.34, "word": " small", "probability": 0.79833984375}, {"start": 2075.34, "end": 2075.34, "word": " circle", "probability": 0.8798828125}, {"start": 2075.34, "end": 2080.34, "word": " And", "probability": 0.5380859375}, {"start": 2080.34, "end": 2080.7, "word": " this", "probability": 0.9169921875}, {"start": 2080.7, "end": 2081.0, "word": " is", "probability": 0.712890625}, {"start": 2081.0, "end": 2082.92, "word": " option", "probability": 0.5888671875}, {"start": 2082.92, "end": 2083.42, "word": " 2", "probability": 0.9560546875}, {"start": 2083.42, "end": 2083.86, "word": " button", "probability": 0.88916015625}], "temperature": 1.0}, {"id": 78, "seek": 210017, "start": 2097.28, "end": 2100.18, "text": " This is the last option, option 3, oshipko", "tokens": [639, 307, 264, 1036, 3614, 11, 3614, 805, 11, 3003, 1210, 4093], "avg_logprob": -1.0889423076923077, "compression_ratio": 1.0, "no_speech_prob": 0.0, "words": [{"start": 2097.28, "end": 2097.96, "word": " This", "probability": 0.128662109375}, {"start": 2097.96, "end": 2098.34, "word": " is", "probability": 0.52001953125}, {"start": 2098.34, "end": 2098.46, "word": " the", "probability": 0.2548828125}, {"start": 2098.46, "end": 2098.66, "word": " last", "probability": 0.325439453125}, {"start": 2098.66, "end": 2099.1, "word": " option,", "probability": 0.51513671875}, {"start": 2099.28, "end": 2099.28, "word": " option", "probability": 0.403076171875}, {"start": 2099.28, "end": 2099.62, "word": " 3,", "probability": 0.673828125}, {"start": 2099.72, "end": 2100.18, "word": " oshipko", "probability": 0.405242919921875}], "temperature": 1.0}, {"id": 79, "seek": 211617, "start": 2115.92, "end": 2116.18, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.2682291666666667, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.0030689239501953125, "words": [{"start": 2115.92, "end": 2116.18, "word": " Okay.", "probability": 0.031158447265625}], "temperature": 1.0}, {"id": 80, "seek": 217752, "start": 2150.06, "end": 2177.52, "text": " Ok, these buttons let's call it gravity right so that the center comes here gravity right and then center vertical ok, so that it comes like this", "tokens": [3477, 11, 613, 9905, 718, 311, 818, 309, 12110, 558, 370, 300, 264, 3056, 1487, 510, 12110, 558, 293, 550, 3056, 9429, 3133, 11, 370, 300, 309, 1487, 411, 341], "avg_logprob": -0.6108871198469593, "compression_ratio": 1.4313725490196079, "no_speech_prob": 0.0, "words": [{"start": 2150.06, "end": 2150.38, "word": " Ok,", "probability": 0.177001953125}, {"start": 2150.44, "end": 2150.58, "word": " these", "probability": 0.53857421875}, {"start": 2150.58, "end": 2150.82, "word": " buttons", "probability": 0.857421875}, {"start": 2150.82, "end": 2154.44, "word": " let's", "probability": 0.4825439453125}, {"start": 2154.44, "end": 2154.86, "word": " call", "probability": 0.61962890625}, {"start": 2154.86, "end": 2154.96, "word": " it", "probability": 0.356689453125}, {"start": 2154.96, "end": 2155.36, "word": " gravity", "probability": 0.71630859375}, {"start": 2155.36, "end": 2162.18, "word": " right", "probability": 0.74072265625}, {"start": 2162.18, "end": 2165.2, "word": " so", "probability": 0.223876953125}, {"start": 2165.2, "end": 2165.48, "word": " that", "probability": 0.5732421875}, {"start": 2165.48, "end": 2165.54, "word": " the", "probability": 0.59521484375}, {"start": 2165.54, "end": 2165.7, "word": " center", "probability": 0.43359375}, {"start": 2165.7, "end": 2165.9, "word": " comes", "probability": 0.427001953125}, {"start": 2165.9, "end": 2166.22, "word": " here", "probability": 0.73876953125}, {"start": 2166.22, "end": 2167.52, "word": " gravity", "probability": 0.62353515625}, {"start": 2167.52, "end": 2168.1, "word": " right", "probability": 0.91162109375}, {"start": 2168.1, "end": 2169.52, "word": " and", "probability": 0.4423828125}, {"start": 2169.52, "end": 2170.1, "word": " then", "probability": 0.58056640625}, {"start": 2170.1, "end": 2172.48, "word": " center", "probability": 0.8984375}, {"start": 2172.48, "end": 2173.14, "word": " vertical", "probability": 0.91259765625}, {"start": 2173.14, "end": 2176.48, "word": " ok,", "probability": 0.298583984375}, {"start": 2176.56, "end": 2176.74, "word": " so", "probability": 0.57568359375}, {"start": 2176.74, "end": 2176.82, "word": " that", "probability": 0.65234375}, {"start": 2176.82, "end": 2176.84, "word": " it", "probability": 0.74853515625}, {"start": 2176.84, "end": 2176.96, "word": " comes", "probability": 0.5791015625}, {"start": 2176.96, "end": 2177.26, "word": " like", "probability": 0.476806640625}, {"start": 2177.26, "end": 2177.52, "word": " this", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 81, "seek": 220585, "start": 2180.27, "end": 2205.85, "text": " And this one we will put on each button I don't need the text, only this one Ok, and what we want to do is this gate, the button, when we click on it", "tokens": [400, 341, 472, 321, 486, 829, 322, 1184, 2960, 286, 500, 380, 643, 264, 2487, 11, 787, 341, 472, 3477, 11, 293, 437, 321, 528, 281, 360, 307, 341, 8539, 11, 264, 2960, 11, 562, 321, 2052, 322, 309], "avg_logprob": -0.641406275331974, "compression_ratio": 1.3513513513513513, "no_speech_prob": 0.0, "words": [{"start": 2180.27, "end": 2180.51, "word": " And", "probability": 0.3212890625}, {"start": 2180.51, "end": 2180.65, "word": " this", "probability": 0.35546875}, {"start": 2180.65, "end": 2180.69, "word": " one", "probability": 0.25146484375}, {"start": 2180.69, "end": 2180.81, "word": " we", "probability": 0.6376953125}, {"start": 2180.81, "end": 2180.85, "word": " will", "probability": 0.2509765625}, {"start": 2180.85, "end": 2181.09, "word": " put", "probability": 0.62890625}, {"start": 2181.09, "end": 2181.59, "word": " on", "probability": 0.443115234375}, {"start": 2181.59, "end": 2184.03, "word": " each", "probability": 0.430908203125}, {"start": 2184.03, "end": 2184.45, "word": " button", "probability": 0.68603515625}, {"start": 2184.45, "end": 2191.19, "word": " I", "probability": 0.3974609375}, {"start": 2191.19, "end": 2192.53, "word": " don't", "probability": 0.804443359375}, {"start": 2192.53, "end": 2192.85, "word": " need", "probability": 0.9052734375}, {"start": 2192.85, "end": 2193.01, "word": " the", "probability": 0.4853515625}, {"start": 2193.01, "end": 2193.31, "word": " text,", "probability": 0.833984375}, {"start": 2193.67, "end": 2194.17, "word": " only", "probability": 0.2115478515625}, {"start": 2194.17, "end": 2194.43, "word": " this", "probability": 0.8154296875}, {"start": 2194.43, "end": 2196.45, "word": " one", "probability": 0.66455078125}, {"start": 2196.45, "end": 2202.05, "word": " Ok,", "probability": 0.375244140625}, {"start": 2202.09, "end": 2202.17, "word": " and", "probability": 0.460693359375}, {"start": 2202.17, "end": 2202.27, "word": " what", "probability": 0.359619140625}, {"start": 2202.27, "end": 2202.27, "word": " we", "probability": 0.5810546875}, {"start": 2202.27, "end": 2202.35, "word": " want", "probability": 0.461181640625}, {"start": 2202.35, "end": 2202.47, "word": " to", "probability": 0.97412109375}, {"start": 2202.47, "end": 2202.73, "word": " do", "probability": 0.951171875}, {"start": 2202.73, "end": 2203.29, "word": " is", "probability": 0.63916015625}, {"start": 2203.29, "end": 2203.99, "word": " this", "probability": 0.19384765625}, {"start": 2203.99, "end": 2204.21, "word": " gate,", "probability": 0.5458984375}, {"start": 2204.41, "end": 2204.57, "word": " the", "probability": 0.364990234375}, {"start": 2204.57, "end": 2204.81, "word": " button,", "probability": 0.75732421875}, {"start": 2204.91, "end": 2205.07, "word": " when", "probability": 0.8564453125}, {"start": 2205.07, "end": 2205.21, "word": " we", "probability": 0.8349609375}, {"start": 2205.21, "end": 2205.43, "word": " click", "probability": 0.55078125}, {"start": 2205.43, "end": 2205.67, "word": " on", "probability": 0.78515625}, {"start": 2205.67, "end": 2205.85, "word": " it", "probability": 0.93359375}], "temperature": 1.0}, {"id": 82, "seek": 223185, "start": 2207.55, "end": 2231.85, "text": " Or there is an imaginary shape. Then when we press it, if the answer is correct, it will turn green. If the answer is wrong, it will turn red. So let's draw the drawings. Or we are not done yet. Let's put the progress bar. This is the text on the question. Also, let's enlarge the line x size.", "tokens": [1610, 456, 307, 364, 26164, 3909, 13, 1396, 562, 321, 1886, 309, 11, 498, 264, 1867, 307, 3006, 11, 309, 486, 1261, 3092, 13, 759, 264, 1867, 307, 2085, 11, 309, 486, 1261, 2182, 13, 407, 718, 311, 2642, 264, 18618, 13, 1610, 321, 366, 406, 1096, 1939, 13, 961, 311, 829, 264, 4205, 2159, 13, 639, 307, 264, 2487, 322, 264, 1168, 13, 2743, 11, 718, 311, 31976, 432, 264, 1622, 2031, 2744, 13], "avg_logprob": -0.40254934053671987, "compression_ratio": 1.5978260869565217, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2207.55, "end": 2208.11, "word": " Or", "probability": 0.67626953125}, {"start": 2208.11, "end": 2208.55, "word": " there", "probability": 0.48046875}, {"start": 2208.55, "end": 2208.59, "word": " is", "probability": 0.646484375}, {"start": 2208.59, "end": 2208.93, "word": " an", "probability": 0.422119140625}, {"start": 2208.93, "end": 2209.23, "word": " imaginary", "probability": 0.323974609375}, {"start": 2209.23, "end": 2209.33, "word": " shape.", "probability": 0.61962890625}, {"start": 2209.87, "end": 2210.17, "word": " Then", "probability": 0.431884765625}, {"start": 2210.17, "end": 2210.47, "word": " when", "probability": 0.459716796875}, {"start": 2210.47, "end": 2210.75, "word": " we", "probability": 0.681640625}, {"start": 2210.75, "end": 2210.93, "word": " press", "probability": 0.6279296875}, {"start": 2210.93, "end": 2211.31, "word": " it,", "probability": 0.59765625}, {"start": 2211.85, "end": 2212.69, "word": " if", "probability": 0.87939453125}, {"start": 2212.69, "end": 2213.05, "word": " the", "probability": 0.8330078125}, {"start": 2213.05, "end": 2213.27, "word": " answer", "probability": 0.49609375}, {"start": 2213.27, "end": 2213.35, "word": " is", "probability": 0.8994140625}, {"start": 2213.35, "end": 2213.51, "word": " correct,", "probability": 0.7080078125}, {"start": 2213.59, "end": 2213.63, "word": " it", "probability": 0.8525390625}, {"start": 2213.63, "end": 2213.71, "word": " will", "probability": 0.390380859375}, {"start": 2213.71, "end": 2213.97, "word": " turn", "probability": 0.30322265625}, {"start": 2213.97, "end": 2214.31, "word": " green.", "probability": 0.80810546875}, {"start": 2214.69, "end": 2215.25, "word": " If", "probability": 0.5908203125}, {"start": 2215.25, "end": 2215.55, "word": " the", "probability": 0.685546875}, {"start": 2215.55, "end": 2215.75, "word": " answer", "probability": 0.966796875}, {"start": 2215.75, "end": 2215.81, "word": " is", "probability": 0.93359375}, {"start": 2215.81, "end": 2216.05, "word": " wrong,", "probability": 0.6220703125}, {"start": 2216.23, "end": 2216.23, "word": " it", "probability": 0.8642578125}, {"start": 2216.23, "end": 2216.39, "word": " will", "probability": 0.7451171875}, {"start": 2216.39, "end": 2217.35, "word": " turn", "probability": 0.73291015625}, {"start": 2217.35, "end": 2217.93, "word": " red.", "probability": 0.9365234375}, {"start": 2218.07, "end": 2218.17, "word": " So", "probability": 0.60205078125}, {"start": 2218.17, "end": 2218.63, "word": " let's", "probability": 0.612060546875}, {"start": 2218.63, "end": 2218.95, "word": " draw", "probability": 0.8447265625}, {"start": 2218.95, "end": 2219.43, "word": " the", "probability": 0.49853515625}, {"start": 2219.43, "end": 2219.67, "word": " drawings.", "probability": 0.6845703125}, {"start": 2219.97, "end": 2220.13, "word": " Or", "probability": 0.63916015625}, {"start": 2220.13, "end": 2220.39, "word": " we", "probability": 0.65478515625}, {"start": 2220.39, "end": 2220.45, "word": " are", "probability": 0.31884765625}, {"start": 2220.45, "end": 2220.45, "word": " not", "probability": 0.8935546875}, {"start": 2220.45, "end": 2220.73, "word": " done", "probability": 0.6142578125}, {"start": 2220.73, "end": 2220.91, "word": " yet.", "probability": 0.84521484375}, {"start": 2220.99, "end": 2221.29, "word": " Let's", "probability": 0.9267578125}, {"start": 2221.29, "end": 2221.47, "word": " put", "probability": 0.65966796875}, {"start": 2221.47, "end": 2221.61, "word": " the", "probability": 0.44677734375}, {"start": 2221.61, "end": 2221.91, "word": " progress", "probability": 0.7578125}, {"start": 2221.91, "end": 2222.23, "word": " bar.", "probability": 0.91552734375}, {"start": 2224.71, "end": 2225.27, "word": " This", "probability": 0.62841796875}, {"start": 2225.27, "end": 2225.63, "word": " is", "probability": 0.74609375}, {"start": 2225.63, "end": 2226.09, "word": " the", "probability": 0.8046875}, {"start": 2226.09, "end": 2226.27, "word": " text", "probability": 0.68310546875}, {"start": 2226.27, "end": 2226.45, "word": " on", "probability": 0.36083984375}, {"start": 2226.45, "end": 2226.55, "word": " the", "probability": 0.92724609375}, {"start": 2226.55, "end": 2226.77, "word": " question.", "probability": 0.91845703125}, {"start": 2229.47, "end": 2230.03, "word": " Also,", "probability": 0.677734375}, {"start": 2230.15, "end": 2230.39, "word": " let's", "probability": 0.939697265625}, {"start": 2230.39, "end": 2230.69, "word": " enlarge", "probability": 0.794677734375}, {"start": 2230.69, "end": 2230.85, "word": " the", "probability": 0.89501953125}, {"start": 2230.85, "end": 2231.09, "word": " line", "probability": 0.67578125}, {"start": 2231.09, "end": 2231.37, "word": " x", "probability": 0.13232421875}, {"start": 2231.37, "end": 2231.85, "word": " size.", "probability": 0.378662109375}], "temperature": 1.0}, {"id": 83, "seek": 225264, "start": 2233.76, "end": 2252.64, "text": " For example, 16sp text-color black Here we put the progress bar which is the timer, the time that it takes So here search for progress, this is the progress bar", "tokens": [1171, 1365, 11, 3165, 4952, 2487, 12, 23851, 2211, 1692, 321, 829, 264, 4205, 2159, 597, 307, 264, 19247, 11, 264, 565, 300, 309, 2516, 407, 510, 3164, 337, 4205, 11, 341, 307, 264, 4205, 2159], "avg_logprob": -0.6338682174682617, "compression_ratio": 1.3879310344827587, "no_speech_prob": 0.0, "words": [{"start": 2233.76, "end": 2234.1, "word": " For", "probability": 0.51025390625}, {"start": 2234.1, "end": 2234.3, "word": " example,", "probability": 0.86083984375}, {"start": 2234.68, "end": 2235.78, "word": " 16sp", "probability": 0.554931640625}, {"start": 2235.78, "end": 2237.42, "word": " text", "probability": 0.38623046875}, {"start": 2237.42, "end": 2237.86, "word": "-color", "probability": 0.56097412109375}, {"start": 2237.86, "end": 2241.94, "word": " black", "probability": 0.33642578125}, {"start": 2241.94, "end": 2244.3, "word": " Here", "probability": 0.233154296875}, {"start": 2244.3, "end": 2244.44, "word": " we", "probability": 0.60205078125}, {"start": 2244.44, "end": 2244.7, "word": " put", "probability": 0.352783203125}, {"start": 2244.7, "end": 2244.82, "word": " the", "probability": 0.289794921875}, {"start": 2244.82, "end": 2245.1, "word": " progress", "probability": 0.82470703125}, {"start": 2245.1, "end": 2245.36, "word": " bar", "probability": 0.8115234375}, {"start": 2245.36, "end": 2245.5, "word": " which", "probability": 0.439453125}, {"start": 2245.5, "end": 2245.6, "word": " is", "probability": 0.8935546875}, {"start": 2245.6, "end": 2245.72, "word": " the", "probability": 0.6884765625}, {"start": 2245.72, "end": 2246.06, "word": " timer,", "probability": 0.91552734375}, {"start": 2246.22, "end": 2246.36, "word": " the", "probability": 0.587890625}, {"start": 2246.36, "end": 2246.58, "word": " time", "probability": 0.61181640625}, {"start": 2246.58, "end": 2246.72, "word": " that", "probability": 0.421142578125}, {"start": 2246.72, "end": 2246.94, "word": " it", "probability": 0.29931640625}, {"start": 2246.94, "end": 2246.98, "word": " takes", "probability": 0.430419921875}, {"start": 2246.98, "end": 2248.54, "word": " So", "probability": 0.1202392578125}, {"start": 2248.54, "end": 2249.8, "word": " here", "probability": 0.57861328125}, {"start": 2249.8, "end": 2250.2, "word": " search", "probability": 0.342041015625}, {"start": 2250.2, "end": 2250.44, "word": " for", "probability": 0.8818359375}, {"start": 2250.44, "end": 2251.04, "word": " progress,", "probability": 0.57275390625}, {"start": 2251.5, "end": 2251.94, "word": " this", "probability": 0.466064453125}, {"start": 2251.94, "end": 2251.98, "word": " is", "probability": 0.92041015625}, {"start": 2251.98, "end": 2252.02, "word": " the", "probability": 0.52783203125}, {"start": 2252.02, "end": 2252.3, "word": " progress", "probability": 0.86572265625}, {"start": 2252.3, "end": 2252.64, "word": " bar", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 84, "seek": 229363, "start": 2269.13, "end": 2293.63, "text": " Ok, this is the progress bar. Of course, why is the progress bar white like that? Because it has no value. For example, if I say that the progress is 50 minimum", "tokens": [3477, 11, 341, 307, 264, 4205, 2159, 13, 2720, 1164, 11, 983, 307, 264, 4205, 2159, 2418, 411, 300, 30, 1436, 309, 575, 572, 2158, 13, 1171, 1365, 11, 498, 286, 584, 300, 264, 4205, 307, 2625, 7285], "avg_logprob": -0.5564903815587362, "compression_ratio": 1.3416666666666666, "no_speech_prob": 0.0, "words": [{"start": 2269.13, "end": 2269.53, "word": " Ok,", "probability": 0.1553955078125}, {"start": 2282.51, "end": 2282.63, "word": " this", "probability": 0.4404296875}, {"start": 2282.63, "end": 2282.73, "word": " is", "probability": 0.927734375}, {"start": 2282.73, "end": 2282.79, "word": " the", "probability": 0.58447265625}, {"start": 2282.79, "end": 2283.09, "word": " progress", "probability": 0.7802734375}, {"start": 2283.09, "end": 2283.39, "word": " bar.", "probability": 0.94580078125}, {"start": 2283.55, "end": 2283.61, "word": " Of", "probability": 0.2467041015625}, {"start": 2283.61, "end": 2283.71, "word": " course,", "probability": 0.90625}, {"start": 2283.93, "end": 2284.13, "word": " why", "probability": 0.75390625}, {"start": 2284.13, "end": 2284.25, "word": " is", "probability": 0.433349609375}, {"start": 2284.25, "end": 2284.45, "word": " the", "probability": 0.73583984375}, {"start": 2284.45, "end": 2284.77, "word": " progress", "probability": 0.8427734375}, {"start": 2284.77, "end": 2285.15, "word": " bar", "probability": 0.95849609375}, {"start": 2285.15, "end": 2287.23, "word": " white", "probability": 0.552734375}, {"start": 2287.23, "end": 2287.51, "word": " like", "probability": 0.3642578125}, {"start": 2287.51, "end": 2287.75, "word": " that?", "probability": 0.478271484375}, {"start": 2287.75, "end": 2287.93, "word": " Because", "probability": 0.81640625}, {"start": 2287.93, "end": 2288.05, "word": " it", "probability": 0.55322265625}, {"start": 2288.05, "end": 2288.17, "word": " has", "probability": 0.52734375}, {"start": 2288.17, "end": 2288.21, "word": " no", "probability": 0.9404296875}, {"start": 2288.21, "end": 2288.79, "word": " value.", "probability": 0.91015625}, {"start": 2289.09, "end": 2289.25, "word": " For", "probability": 0.26171875}, {"start": 2289.25, "end": 2289.25, "word": " example,", "probability": 0.93798828125}, {"start": 2289.25, "end": 2289.27, "word": " if", "probability": 0.81103515625}, {"start": 2289.27, "end": 2289.33, "word": " I", "probability": 0.68359375}, {"start": 2289.33, "end": 2289.53, "word": " say", "probability": 0.303466796875}, {"start": 2289.53, "end": 2289.95, "word": " that", "probability": 0.336181640625}, {"start": 2289.95, "end": 2289.99, "word": " the", "probability": 0.55224609375}, {"start": 2289.99, "end": 2290.41, "word": " progress", "probability": 0.74853515625}, {"start": 2290.41, "end": 2291.05, "word": " is", "probability": 0.5556640625}, {"start": 2291.05, "end": 2291.73, "word": " 50", "probability": 0.7734375}, {"start": 2291.73, "end": 2293.63, "word": " minimum", "probability": 0.53125}], "temperature": 1.0}, {"id": 85, "seek": 231415, "start": 2301.69, "end": 2314.15, "text": " 0 this is just for the beginning, this is just to see it, did you get it? Of course, here I put the zero, the width, so that it really comes to the screen", "tokens": [1958, 341, 307, 445, 337, 264, 2863, 11, 341, 307, 445, 281, 536, 309, 11, 630, 291, 483, 309, 30, 2720, 1164, 11, 510, 286, 829, 264, 4018, 11, 264, 11402, 11, 370, 300, 309, 534, 1487, 281, 264, 2568], "avg_logprob": -0.7530488037481541, "compression_ratio": 1.3596491228070176, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2301.6899999999996, "end": 2302.0299999999997, "word": " 0", "probability": 0.09063720703125}, {"start": 2302.0299999999997, "end": 2302.37, "word": " this", "probability": 0.2479248046875}, {"start": 2302.37, "end": 2302.51, "word": " is", "probability": 0.69482421875}, {"start": 2302.51, "end": 2302.65, "word": " just", "probability": 0.47216796875}, {"start": 2302.65, "end": 2302.79, "word": " for", "probability": 0.36669921875}, {"start": 2302.79, "end": 2303.05, "word": " the", "probability": 0.1326904296875}, {"start": 2303.05, "end": 2303.05, "word": " beginning,", "probability": 0.2080078125}, {"start": 2303.21, "end": 2303.31, "word": " this", "probability": 0.243896484375}, {"start": 2303.31, "end": 2303.33, "word": " is", "probability": 0.75830078125}, {"start": 2303.33, "end": 2303.45, "word": " just", "probability": 0.736328125}, {"start": 2303.45, "end": 2303.67, "word": " to", "probability": 0.671875}, {"start": 2303.67, "end": 2304.01, "word": " see", "probability": 0.6904296875}, {"start": 2304.01, "end": 2304.19, "word": " it,", "probability": 0.370361328125}, {"start": 2304.19, "end": 2304.37, "word": " did", "probability": 0.2919921875}, {"start": 2304.37, "end": 2304.37, "word": " you", "probability": 0.966796875}, {"start": 2304.37, "end": 2304.55, "word": " get", "probability": 0.54443359375}, {"start": 2304.55, "end": 2305.29, "word": " it?", "probability": 0.90625}, {"start": 2310.69, "end": 2311.03, "word": " Of", "probability": 0.2890625}, {"start": 2311.03, "end": 2311.09, "word": " course,", "probability": 0.94091796875}, {"start": 2311.13, "end": 2311.25, "word": " here", "probability": 0.69384765625}, {"start": 2311.25, "end": 2311.33, "word": " I", "probability": 0.8115234375}, {"start": 2311.33, "end": 2311.53, "word": " put", "probability": 0.57080078125}, {"start": 2311.53, "end": 2311.67, "word": " the", "probability": 0.436279296875}, {"start": 2311.67, "end": 2311.95, "word": " zero,", "probability": 0.3525390625}, {"start": 2312.35, "end": 2312.75, "word": " the", "probability": 0.54443359375}, {"start": 2312.75, "end": 2312.99, "word": " width,", "probability": 0.82568359375}, {"start": 2313.13, "end": 2313.23, "word": " so", "probability": 0.357421875}, {"start": 2313.23, "end": 2313.37, "word": " that", "probability": 0.75146484375}, {"start": 2313.37, "end": 2313.37, "word": " it", "probability": 0.765625}, {"start": 2313.37, "end": 2313.65, "word": " really", "probability": 0.145751953125}, {"start": 2313.65, "end": 2313.71, "word": " comes", "probability": 0.53369140625}, {"start": 2313.71, "end": 2313.83, "word": " to", "probability": 0.8466796875}, {"start": 2313.83, "end": 2313.87, "word": " the", "probability": 0.90771484375}, {"start": 2313.87, "end": 2314.15, "word": " screen", "probability": 0.896484375}], "temperature": 1.0}, {"id": 86, "seek": 234598, "start": 2319.18, "end": 2345.98, "text": "Okay, this is how it looks. We will see how to control its value. What is this supposed to look like? It will always be a gel. And here there will be an image view. If the question is a picture, okay? The problem is that it remains as it is. It does not appear in the picture. The picture will not appear at all. The question will appear. Okay? What is the question? If it is a picture, the question will appear. And the picture and the buttons below. But there is no picture. If the same screen is made, for example, the buttons in the picture will appear slightly above.", "tokens": [8297, 11, 341, 307, 577, 309, 1542, 13, 492, 486, 536, 577, 281, 1969, 1080, 2158, 13, 708, 307, 341, 3442, 281, 574, 411, 30, 467, 486, 1009, 312, 257, 4087, 13, 400, 510, 456, 486, 312, 364, 3256, 1910, 13, 759, 264, 1168, 307, 257, 3036, 11, 1392, 30, 440, 1154, 307, 300, 309, 7023, 382, 309, 307, 13, 467, 775, 406, 4204, 294, 264, 3036, 13, 440, 3036, 486, 406, 4204, 412, 439, 13, 440, 1168, 486, 4204, 13, 1033, 30, 708, 307, 264, 1168, 30, 759, 309, 307, 257, 3036, 11, 264, 1168, 486, 4204, 13, 400, 264, 3036, 293, 264, 9905, 2507, 13, 583, 456, 307, 572, 3036, 13, 759, 264, 912, 2568, 307, 1027, 11, 337, 1365, 11, 264, 9905, 294, 264, 3036, 486, 4204, 4748, 3673, 13], "avg_logprob": -0.5652984807740397, "compression_ratio": 1.9792387543252594, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2319.18, "end": 2319.48, "word": "Okay,", "probability": 0.08001708984375}, {"start": 2319.52, "end": 2319.68, "word": " this", "probability": 0.284423828125}, {"start": 2319.68, "end": 2319.68, "word": " is", "probability": 0.875}, {"start": 2319.68, "end": 2319.94, "word": " how", "probability": 0.3798828125}, {"start": 2319.94, "end": 2319.94, "word": " it", "probability": 0.74951171875}, {"start": 2319.94, "end": 2319.94, "word": " looks.", "probability": 0.6083984375}, {"start": 2320.0, "end": 2320.06, "word": " We", "probability": 0.4951171875}, {"start": 2320.06, "end": 2320.1, "word": " will", "probability": 0.55029296875}, {"start": 2320.1, "end": 2320.7, "word": " see", "probability": 0.322021484375}, {"start": 2320.7, "end": 2320.94, "word": " how", "probability": 0.89208984375}, {"start": 2320.94, "end": 2321.08, "word": " to", "probability": 0.48291015625}, {"start": 2321.08, "end": 2321.36, "word": " control", "probability": 0.59716796875}, {"start": 2321.36, "end": 2321.56, "word": " its", "probability": 0.60791015625}, {"start": 2321.56, "end": 2321.78, "word": " value.", "probability": 0.87890625}, {"start": 2321.94, "end": 2322.06, "word": " What", "probability": 0.240234375}, {"start": 2322.06, "end": 2322.06, "word": " is", "probability": 0.56884765625}, {"start": 2322.06, "end": 2322.08, "word": " this", "probability": 0.55322265625}, {"start": 2322.08, "end": 2322.34, "word": " supposed", "probability": 0.465087890625}, {"start": 2322.34, "end": 2322.46, "word": " to", "probability": 0.9658203125}, {"start": 2322.46, "end": 2322.66, "word": " look", "probability": 0.302490234375}, {"start": 2322.66, "end": 2322.84, "word": " like?", "probability": 0.900390625}, {"start": 2323.62, "end": 2323.84, "word": " It", "probability": 0.4521484375}, {"start": 2323.84, "end": 2323.92, "word": " will", "probability": 0.30712890625}, {"start": 2323.92, "end": 2323.96, "word": " always", "probability": 0.1627197265625}, {"start": 2323.96, "end": 2324.1, "word": " be", "probability": 0.226318359375}, {"start": 2324.1, "end": 2324.38, "word": " a", "probability": 0.29443359375}, {"start": 2324.38, "end": 2324.38, "word": " gel.", "probability": 0.5244140625}, {"start": 2324.94, "end": 2325.04, "word": " And", "probability": 0.5908203125}, {"start": 2325.04, "end": 2325.22, "word": " here", "probability": 0.7509765625}, {"start": 2325.22, "end": 2325.36, "word": " there", "probability": 0.52392578125}, {"start": 2325.36, "end": 2325.36, "word": " will", "probability": 0.72119140625}, {"start": 2325.36, "end": 2325.74, "word": " be", "probability": 0.94775390625}, {"start": 2325.74, "end": 2326.76, "word": " an", "probability": 0.38916015625}, {"start": 2326.76, "end": 2326.92, "word": " image", "probability": 0.88671875}, {"start": 2326.92, "end": 2327.18, "word": " view.", "probability": 0.8349609375}, {"start": 2327.28, "end": 2327.44, "word": " If", "probability": 0.87646484375}, {"start": 2327.44, "end": 2327.82, "word": " the", "probability": 0.7021484375}, {"start": 2327.82, "end": 2328.04, "word": " question", "probability": 0.65771484375}, {"start": 2328.04, "end": 2328.06, "word": " is", "probability": 0.52197265625}, {"start": 2328.06, "end": 2328.18, "word": " a", "probability": 0.75537109375}, {"start": 2328.18, "end": 2328.36, "word": " picture,", "probability": 0.5908203125}, {"start": 2328.98, "end": 2329.3, "word": " okay?", "probability": 0.5703125}, {"start": 2329.84, "end": 2330.04, "word": " The", "probability": 0.171142578125}, {"start": 2330.04, "end": 2330.22, "word": " problem", "probability": 0.662109375}, {"start": 2330.22, "end": 2330.5, "word": " is", "probability": 0.71875}, {"start": 2330.5, "end": 2330.64, "word": " that", "probability": 0.51220703125}, {"start": 2330.64, "end": 2330.9, "word": " it", "probability": 0.64501953125}, {"start": 2330.9, "end": 2331.08, "word": " remains", "probability": 0.1993408203125}, {"start": 2331.08, "end": 2331.34, "word": " as", "probability": 0.5068359375}, {"start": 2331.34, "end": 2331.48, "word": " it", "probability": 0.9189453125}, {"start": 2331.48, "end": 2331.66, "word": " is.", "probability": 0.91943359375}, {"start": 2331.94, "end": 2332.1, "word": " It", "probability": 0.59033203125}, {"start": 2332.1, "end": 2332.18, "word": " does", "probability": 0.449951171875}, {"start": 2332.18, "end": 2332.36, "word": " not", "probability": 0.94580078125}, {"start": 2332.36, "end": 2332.36, "word": " appear", "probability": 0.202392578125}, {"start": 2332.36, "end": 2332.76, "word": " in", "probability": 0.36279296875}, {"start": 2332.76, "end": 2332.82, "word": " the", "probability": 0.77001953125}, {"start": 2332.82, "end": 2332.92, "word": " picture.", "probability": 0.3955078125}, {"start": 2333.02, "end": 2333.26, "word": " The", "probability": 0.509765625}, {"start": 2333.26, "end": 2333.26, "word": " picture", "probability": 0.80859375}, {"start": 2333.26, "end": 2333.26, "word": " will", "probability": 0.6748046875}, {"start": 2333.26, "end": 2333.26, "word": " not", "probability": 0.86669921875}, {"start": 2333.26, "end": 2333.56, "word": " appear", "probability": 0.68505859375}, {"start": 2333.56, "end": 2334.0, "word": " at", "probability": 0.2244873046875}, {"start": 2334.0, "end": 2334.24, "word": " all.", "probability": 0.51171875}, {"start": 2334.4, "end": 2334.76, "word": " The", "probability": 0.7802734375}, {"start": 2334.76, "end": 2335.14, "word": " question", "probability": 0.91015625}, {"start": 2335.14, "end": 2335.14, "word": " will", "probability": 0.830078125}, {"start": 2335.14, "end": 2335.14, "word": " appear.", "probability": 0.6953125}, {"start": 2335.96, "end": 2336.32, "word": " Okay?", "probability": 0.64453125}, {"start": 2336.46, "end": 2336.64, "word": " What", "probability": 0.50732421875}, {"start": 2336.64, "end": 2336.8, "word": " is", "probability": 0.806640625}, {"start": 2336.8, "end": 2336.96, "word": " the", "probability": 0.71337890625}, {"start": 2336.96, "end": 2337.1, "word": " question?", "probability": 0.90869140625}, {"start": 2337.46, "end": 2337.82, "word": " If", "probability": 0.8837890625}, {"start": 2337.82, "end": 2337.92, "word": " it", "probability": 0.5390625}, {"start": 2337.92, "end": 2338.04, "word": " is", "probability": 0.62451171875}, {"start": 2338.04, "end": 2338.16, "word": " a", "probability": 0.59033203125}, {"start": 2338.16, "end": 2338.34, "word": " picture,", "probability": 0.89404296875}, {"start": 2338.4, "end": 2338.74, "word": " the", "probability": 0.6845703125}, {"start": 2338.74, "end": 2339.08, "word": " question", "probability": 0.7646484375}, {"start": 2339.08, "end": 2339.08, "word": " will", "probability": 0.479248046875}, {"start": 2339.08, "end": 2339.08, "word": " appear.", "probability": 0.724609375}, {"start": 2339.16, "end": 2339.26, "word": " And", "probability": 0.50341796875}, {"start": 2339.26, "end": 2339.34, "word": " the", "probability": 0.833984375}, {"start": 2339.34, "end": 2339.6, "word": " picture", "probability": 0.81103515625}, {"start": 2339.6, "end": 2340.66, "word": " and", "probability": 0.62890625}, {"start": 2340.66, "end": 2340.82, "word": " the", "probability": 0.8408203125}, {"start": 2340.82, "end": 2341.0, "word": " buttons", "probability": 0.779296875}, {"start": 2341.0, "end": 2341.36, "word": " below.", "probability": 0.69482421875}, {"start": 2341.52, "end": 2341.74, "word": " But", "probability": 0.0810546875}, {"start": 2341.74, "end": 2342.4, "word": " there", "probability": 0.440673828125}, {"start": 2342.4, "end": 2342.62, "word": " is", "probability": 0.85498046875}, {"start": 2342.62, "end": 2342.7, "word": " no", "probability": 0.94140625}, {"start": 2342.7, "end": 2343.02, "word": " picture.", "probability": 0.6728515625}, {"start": 2343.08, "end": 2343.38, "word": " If", "probability": 0.441650390625}, {"start": 2343.38, "end": 2343.42, "word": " the", "probability": 0.54052734375}, {"start": 2343.42, "end": 2343.42, "word": " same", "probability": 0.66796875}, {"start": 2343.42, "end": 2343.66, "word": " screen", "probability": 0.8154296875}, {"start": 2343.66, "end": 2343.9, "word": " is", "probability": 0.50732421875}, {"start": 2343.9, "end": 2344.12, "word": " made,", "probability": 0.5283203125}, {"start": 2344.32, "end": 2344.32, "word": " for", "probability": 0.83447265625}, {"start": 2344.32, "end": 2344.48, "word": " example,", "probability": 0.96240234375}, {"start": 2344.58, "end": 2344.68, "word": " the", "probability": 0.380126953125}, {"start": 2344.68, "end": 2344.92, "word": " buttons", "probability": 0.7412109375}, {"start": 2344.92, "end": 2345.14, "word": " in", "probability": 0.3623046875}, {"start": 2345.14, "end": 2345.26, "word": " the", "probability": 0.89892578125}, {"start": 2345.26, "end": 2345.42, "word": " picture", "probability": 0.8037109375}, {"start": 2345.42, "end": 2345.56, "word": " will", "probability": 0.361328125}, {"start": 2345.56, "end": 2345.74, "word": " appear", "probability": 0.372802734375}, {"start": 2345.74, "end": 2345.9, "word": " slightly", "probability": 0.27197265625}, {"start": 2345.9, "end": 2345.98, "word": " above.", "probability": 0.83544921875}], "temperature": 1.0}, {"id": 87, "seek": 236739, "start": 2349.03, "end": 2367.39, "text": " This you need to control in their connection. If you connect them in the image view and the image view disappeared, they will be lost. Yes exactly. Now take any existing image and see from where the image is connected.", "tokens": [639, 291, 643, 281, 1969, 294, 641, 4984, 13, 759, 291, 1745, 552, 294, 264, 3256, 1910, 293, 264, 3256, 1910, 13954, 11, 436, 486, 312, 2731, 13, 1079, 2293, 13, 823, 747, 604, 6741, 3256, 293, 536, 490, 689, 264, 3256, 307, 4582, 13], "avg_logprob": -0.7798912797285162, "compression_ratio": 1.553191489361702, "no_speech_prob": 3.1828880310058594e-05, "words": [{"start": 2349.03, "end": 2349.55, "word": " This", "probability": 0.144287109375}, {"start": 2349.55, "end": 2349.61, "word": " you", "probability": 0.281494140625}, {"start": 2349.61, "end": 2349.73, "word": " need", "probability": 0.285888671875}, {"start": 2349.73, "end": 2349.83, "word": " to", "probability": 0.96923828125}, {"start": 2349.83, "end": 2350.11, "word": " control", "probability": 0.6484375}, {"start": 2350.11, "end": 2350.33, "word": " in", "probability": 0.46484375}, {"start": 2350.33, "end": 2350.59, "word": " their", "probability": 0.452880859375}, {"start": 2350.59, "end": 2350.59, "word": " connection.", "probability": 0.397705078125}, {"start": 2352.89, "end": 2353.41, "word": " If", "probability": 0.27490234375}, {"start": 2353.41, "end": 2354.95, "word": " you", "probability": 0.42138671875}, {"start": 2354.95, "end": 2355.21, "word": " connect", "probability": 0.339599609375}, {"start": 2355.21, "end": 2355.33, "word": " them", "probability": 0.80029296875}, {"start": 2355.33, "end": 2355.45, "word": " in", "probability": 0.541015625}, {"start": 2355.45, "end": 2355.53, "word": " the", "probability": 0.286376953125}, {"start": 2355.53, "end": 2355.73, "word": " image", "probability": 0.841796875}, {"start": 2355.73, "end": 2356.03, "word": " view", "probability": 0.771484375}, {"start": 2356.03, "end": 2356.85, "word": " and", "probability": 0.5166015625}, {"start": 2356.85, "end": 2356.95, "word": " the", "probability": 0.35595703125}, {"start": 2356.95, "end": 2357.11, "word": " image", "probability": 0.900390625}, {"start": 2357.11, "end": 2357.35, "word": " view", "probability": 0.7470703125}, {"start": 2357.35, "end": 2357.79, "word": " disappeared,", "probability": 0.289794921875}, {"start": 2358.51, "end": 2358.63, "word": " they", "probability": 0.55615234375}, {"start": 2358.63, "end": 2358.73, "word": " will", "probability": 0.68359375}, {"start": 2358.73, "end": 2358.75, "word": " be", "probability": 0.332275390625}, {"start": 2358.75, "end": 2359.01, "word": " lost.", "probability": 0.51416015625}, {"start": 2359.49, "end": 2359.67, "word": " Yes", "probability": 0.280029296875}, {"start": 2359.67, "end": 2360.07, "word": " exactly.", "probability": 0.609375}, {"start": 2360.77, "end": 2361.13, "word": " Now", "probability": 0.853515625}, {"start": 2361.13, "end": 2361.57, "word": " take", "probability": 0.47412109375}, {"start": 2361.57, "end": 2361.85, "word": " any", "probability": 0.88720703125}, {"start": 2361.85, "end": 2362.51, "word": " existing", "probability": 0.228271484375}, {"start": 2362.51, "end": 2362.53, "word": " image", "probability": 0.452392578125}, {"start": 2362.53, "end": 2365.47, "word": " and", "probability": 0.384521484375}, {"start": 2365.47, "end": 2366.39, "word": " see", "probability": 0.2125244140625}, {"start": 2366.39, "end": 2366.61, "word": " from", "probability": 0.284423828125}, {"start": 2366.61, "end": 2366.77, "word": " where", "probability": 0.53466796875}, {"start": 2366.77, "end": 2367.07, "word": " the", "probability": 0.47021484375}, {"start": 2367.07, "end": 2367.39, "word": " image", "probability": 0.787109375}, {"start": 2367.39, "end": 2367.39, "word": " is", "probability": 0.412841796875}, {"start": 2367.39, "end": 2367.39, "word": " connected.", "probability": 0.126220703125}], "temperature": 1.0}, {"id": 88, "seek": 239550, "start": 2370.78, "end": 2395.5, "text": " Now the image will shrink based on the size of the question above. This is called Wrap Content. If the image is too big, it will shrink. Because this is related to the question. Currently, the buttons always stay below. Why? Because I made buttons to hide them. Because I want their place to stay below. Okay?", "tokens": [823, 264, 3256, 486, 23060, 2361, 322, 264, 2744, 295, 264, 1168, 3673, 13, 639, 307, 1219, 41291, 30078, 13, 759, 264, 3256, 307, 886, 955, 11, 309, 486, 23060, 13, 1436, 341, 307, 4077, 281, 264, 1168, 13, 7907, 1095, 83, 356, 11, 264, 9905, 1009, 1754, 2507, 13, 1545, 30, 1436, 286, 1027, 9905, 281, 6479, 552, 13, 1436, 286, 528, 641, 1081, 281, 1754, 2507, 13, 1033, 30], "avg_logprob": -0.686197891831398, "compression_ratio": 1.6402116402116402, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2370.78, "end": 2371.14, "word": " Now", "probability": 0.52294921875}, {"start": 2371.14, "end": 2371.3, "word": " the", "probability": 0.5654296875}, {"start": 2371.3, "end": 2371.48, "word": " image", "probability": 0.351318359375}, {"start": 2371.48, "end": 2372.02, "word": " will", "probability": 0.681640625}, {"start": 2372.02, "end": 2372.4, "word": " shrink", "probability": 0.583984375}, {"start": 2372.4, "end": 2372.98, "word": " based", "probability": 0.247802734375}, {"start": 2372.98, "end": 2373.4, "word": " on", "probability": 0.94775390625}, {"start": 2373.4, "end": 2373.56, "word": " the", "probability": 0.8388671875}, {"start": 2373.56, "end": 2373.72, "word": " size", "probability": 0.379150390625}, {"start": 2373.72, "end": 2373.9, "word": " of", "probability": 0.95703125}, {"start": 2373.9, "end": 2373.96, "word": " the", "probability": 0.8583984375}, {"start": 2373.96, "end": 2374.3, "word": " question", "probability": 0.68505859375}, {"start": 2374.3, "end": 2374.92, "word": " above.", "probability": 0.2313232421875}, {"start": 2375.32, "end": 2375.72, "word": " This", "probability": 0.377685546875}, {"start": 2375.72, "end": 2375.86, "word": " is", "probability": 0.80322265625}, {"start": 2375.86, "end": 2376.06, "word": " called", "probability": 0.1854248046875}, {"start": 2376.06, "end": 2376.3, "word": " Wrap", "probability": 0.4267578125}, {"start": 2376.3, "end": 2376.7, "word": " Content.", "probability": 0.85400390625}, {"start": 2376.84, "end": 2376.94, "word": " If", "probability": 0.81103515625}, {"start": 2376.94, "end": 2377.22, "word": " the", "probability": 0.27587890625}, {"start": 2377.22, "end": 2377.22, "word": " image", "probability": 0.74658203125}, {"start": 2377.22, "end": 2377.24, "word": " is", "probability": 0.6953125}, {"start": 2377.24, "end": 2377.38, "word": " too", "probability": 0.283447265625}, {"start": 2377.38, "end": 2377.44, "word": " big,", "probability": 0.73779296875}, {"start": 2377.64, "end": 2377.88, "word": " it", "probability": 0.56298828125}, {"start": 2377.88, "end": 2378.04, "word": " will", "probability": 0.73828125}, {"start": 2378.04, "end": 2378.3, "word": " shrink.", "probability": 0.406982421875}, {"start": 2379.14, "end": 2379.3, "word": " Because", "probability": 0.595703125}, {"start": 2379.3, "end": 2379.5, "word": " this", "probability": 0.396484375}, {"start": 2379.5, "end": 2379.56, "word": " is", "probability": 0.51904296875}, {"start": 2379.56, "end": 2379.8, "word": " related", "probability": 0.322998046875}, {"start": 2379.8, "end": 2380.02, "word": " to", "probability": 0.93798828125}, {"start": 2380.02, "end": 2380.72, "word": " the", "probability": 0.72265625}, {"start": 2380.72, "end": 2381.0, "word": " question.", "probability": 0.8291015625}, {"start": 2387.84, "end": 2388.24, "word": " Currently,", "probability": 0.6312255859375}, {"start": 2388.36, "end": 2388.66, "word": " the", "probability": 0.337158203125}, {"start": 2388.66, "end": 2388.88, "word": " buttons", "probability": 0.61962890625}, {"start": 2388.88, "end": 2389.02, "word": " always", "probability": 0.35986328125}, {"start": 2389.02, "end": 2389.22, "word": " stay", "probability": 0.60888671875}, {"start": 2389.22, "end": 2389.52, "word": " below.", "probability": 0.328369140625}, {"start": 2390.28, "end": 2390.56, "word": " Why?", "probability": 0.58544921875}, {"start": 2390.7, "end": 2390.78, "word": " Because", "probability": 0.673828125}, {"start": 2390.78, "end": 2392.12, "word": " I", "probability": 0.3115234375}, {"start": 2392.12, "end": 2392.5, "word": " made", "probability": 0.15478515625}, {"start": 2392.5, "end": 2393.02, "word": " buttons", "probability": 0.51416015625}, {"start": 2393.02, "end": 2393.06, "word": " to", "probability": 0.31640625}, {"start": 2393.06, "end": 2393.06, "word": " hide", "probability": 0.54736328125}, {"start": 2393.06, "end": 2393.06, "word": " them.", "probability": 0.2099609375}, {"start": 2393.34, "end": 2393.5, "word": " Because", "probability": 0.65234375}, {"start": 2393.5, "end": 2393.58, "word": " I", "probability": 0.9326171875}, {"start": 2393.58, "end": 2393.7, "word": " want", "probability": 0.44384765625}, {"start": 2393.7, "end": 2393.82, "word": " their", "probability": 0.3095703125}, {"start": 2393.82, "end": 2393.98, "word": " place", "probability": 0.46484375}, {"start": 2393.98, "end": 2394.18, "word": " to", "probability": 0.84375}, {"start": 2394.18, "end": 2394.36, "word": " stay", "probability": 0.3935546875}, {"start": 2394.36, "end": 2394.7, "word": " below.", "probability": 0.603515625}, {"start": 2395.22, "end": 2395.5, "word": " Okay?", "probability": 0.300537109375}], "temperature": 1.0}, {"id": 89, "seek": 241982, "start": 2396.52, "end": 2419.82, "text": "If you want the buttons to change their position or go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there is no image, you connect them to the image. If you want the buttons to go up if there", "tokens": [8031, 291, 528, 264, 9905, 281, 1319, 641, 2535, 420, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456, 307, 572, 3256, 11, 291, 1745, 552, 281, 264, 3256, 13, 759, 291, 528, 264, 9905, 281, 352, 493, 498, 456], "avg_logprob": -0.1766666603088379, "compression_ratio": 9.168316831683168, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2396.52, "end": 2396.78, "word": "If", "probability": 0.424072265625}, {"start": 2396.78, "end": 2397.1, "word": " you", "probability": 0.3564453125}, {"start": 2397.1, "end": 2397.1, "word": " want", "probability": 0.763671875}, {"start": 2397.1, "end": 2397.1, "word": " the", "probability": 0.245361328125}, {"start": 2397.1, "end": 2397.36, "word": " buttons", "probability": 0.73681640625}, {"start": 2397.36, "end": 2397.52, "word": " to", "probability": 0.7919921875}, {"start": 2397.52, "end": 2397.9, "word": " change", "probability": 0.445068359375}, {"start": 2397.9, "end": 2398.32, "word": " their", "probability": 0.438232421875}, {"start": 2398.32, "end": 2398.32, "word": " position", "probability": 0.363525390625}, {"start": 2398.32, "end": 2398.5, "word": " or", "probability": 0.52294921875}, {"start": 2398.5, "end": 2398.72, "word": " go", "probability": 0.223876953125}, {"start": 2398.72, "end": 2399.04, "word": " up", "probability": 0.8310546875}, {"start": 2399.04, "end": 2399.32, "word": " if", "probability": 0.3447265625}, {"start": 2399.32, "end": 2399.48, "word": " there", "probability": 0.79833984375}, {"start": 2399.48, "end": 2399.48, "word": " is", "probability": 0.7890625}, {"start": 2399.48, "end": 2399.58, "word": " no", "probability": 0.888671875}, {"start": 2399.58, "end": 2399.86, "word": " image,", "probability": 0.374755859375}, {"start": 2400.78, "end": 2401.18, "word": " you", "probability": 0.465576171875}, {"start": 2401.18, "end": 2401.78, "word": " connect", "probability": 0.1453857421875}, {"start": 2401.78, "end": 2401.9, "word": " them", "probability": 0.77294921875}, {"start": 2401.9, "end": 2402.0, "word": " to", "probability": 0.541015625}, {"start": 2402.0, "end": 2402.12, "word": " the", "probability": 0.84228515625}, {"start": 2402.12, "end": 2402.32, "word": " image.", "probability": 0.73291015625}, {"start": 2402.54, "end": 2403.14, "word": " If", "probability": 0.2412109375}, {"start": 2403.14, "end": 2403.4, "word": " you", "probability": 0.4580078125}, {"start": 2403.4, "end": 2404.52, "word": " want", "probability": 0.521484375}, {"start": 2404.52, "end": 2407.94, "word": " the", "probability": 0.3857421875}, {"start": 2407.94, "end": 2408.26, "word": " buttons", "probability": 0.625}, {"start": 2408.26, "end": 2408.26, "word": " to", "probability": 0.90478515625}, {"start": 2408.26, "end": 2408.58, "word": " go", "probability": 0.397705078125}, {"start": 2408.58, "end": 2409.28, "word": " up", "probability": 0.490234375}, {"start": 2409.28, "end": 2409.86, "word": " if", "probability": 0.5126953125}, {"start": 2409.86, "end": 2410.0, "word": " there", "probability": 0.919921875}, {"start": 2410.0, "end": 2410.0, "word": " is", "probability": 0.947265625}, {"start": 2410.0, "end": 2410.4, "word": " no", "probability": 0.96044921875}, {"start": 2410.4, "end": 2410.4, "word": " image,", "probability": 0.91650390625}, {"start": 2410.52, "end": 2411.26, "word": " you", "probability": 0.93701171875}, {"start": 2411.26, "end": 2411.42, "word": " connect", "probability": 0.8896484375}, {"start": 2411.42, "end": 2411.52, "word": " them", "probability": 0.908203125}, {"start": 2411.52, "end": 2412.08, "word": " to", "probability": 0.97119140625}, {"start": 2412.08, "end": 2413.1, "word": " the", "probability": 0.92529296875}, {"start": 2413.1, "end": 2413.26, "word": " image.", "probability": 0.92041015625}, {"start": 2413.26, "end": 2413.26, "word": " If", "probability": 0.43701171875}, {"start": 2413.26, "end": 2413.26, "word": " you", "probability": 0.92041015625}, {"start": 2413.26, "end": 2413.26, "word": " want", "probability": 0.8447265625}, {"start": 2413.26, "end": 2413.26, "word": " the", "probability": 0.90380859375}, {"start": 2413.26, "end": 2413.26, "word": " buttons", "probability": 0.91455078125}, {"start": 2413.26, "end": 2414.5, "word": " to", "probability": 0.9609375}, {"start": 2414.5, "end": 2414.96, "word": " go", "probability": 0.87890625}, {"start": 2414.96, "end": 2418.18, "word": " up", "probability": 0.7958984375}, {"start": 2418.18, "end": 2418.48, "word": " if", "probability": 0.953125}, {"start": 2418.48, "end": 2418.96, "word": " there", "probability": 0.91650390625}, {"start": 2418.96, "end": 2418.96, "word": " is", "probability": 0.95263671875}, {"start": 2418.96, "end": 2419.04, "word": " no", "probability": 0.96533203125}, {"start": 2419.04, "end": 2419.8, "word": " image,", "probability": 0.9140625}, {"start": 2419.8, "end": 2419.8, "word": " you", "probability": 0.95947265625}, {"start": 2419.8, "end": 2419.8, "word": " connect", "probability": 0.89794921875}, {"start": 2419.8, "end": 2419.8, "word": " them", "probability": 0.90673828125}, {"start": 2419.8, "end": 2419.8, "word": " to", "probability": 0.9716796875}, {"start": 2419.8, "end": 2419.8, "word": " the", "probability": 0.923828125}, {"start": 2419.8, "end": 2419.8, "word": " image.", "probability": 0.9189453125}, {"start": 2419.8, "end": 2419.8, "word": " If", "probability": 0.426513671875}, {"start": 2419.8, "end": 2419.8, "word": " you", "probability": 0.912109375}, {"start": 2419.8, "end": 2419.8, "word": " want", "probability": 0.84619140625}, {"start": 2419.8, "end": 2419.8, "word": " the", "probability": 0.90478515625}, {"start": 2419.8, "end": 2419.8, "word": " buttons", "probability": 0.923828125}, {"start": 2419.8, "end": 2419.8, "word": " to", "probability": 0.96337890625}, {"start": 2419.8, "end": 2419.8, "word": " go", "probability": 0.94091796875}, {"start": 2419.8, "end": 2419.8, "word": " up", "probability": 0.912109375}, {"start": 2419.8, "end": 2419.8, "word": " if", "probability": 0.95751953125}, {"start": 2419.8, "end": 2419.82, "word": " there", "probability": 0.91650390625}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.96484375}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.9140625}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.96533203125}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.89990234375}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.90576171875}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97265625}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9228515625}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.9189453125}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.533203125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.93212890625}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.861328125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9208984375}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.9306640625}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97119140625}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96044921875}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.94384765625}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.958984375}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.91455078125}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.966796875}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.91455078125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.96875}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.90283203125}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.90673828125}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97265625}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.921875}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.91845703125}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.626953125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.94921875}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.87353515625}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9267578125}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.9365234375}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97265625}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96630859375}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.95751953125}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.95849609375}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.912109375}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.96728515625}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.9150390625}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.97021484375}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.90283203125}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.9033203125}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.921875}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.919921875}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.67138671875}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.95654296875}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.88037109375}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9287109375}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.9404296875}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97265625}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96826171875}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.96533203125}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.95703125}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.91162109375}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.96826171875}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.91552734375}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.97119140625}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.89404296875}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.904296875}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9228515625}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.9228515625}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.70166015625}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.96142578125}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.88623046875}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.93017578125}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.94287109375}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96875}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.9677734375}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.95703125}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.9130859375}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.95458984375}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.9677734375}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.91796875}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.97119140625}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.88427734375}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.904296875}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9228515625}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.927734375}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.72802734375}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.9638671875}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.8876953125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9296875}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.94287109375}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96875}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.96728515625}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.9580078125}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.91064453125}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.96826171875}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.91943359375}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.9716796875}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.87841796875}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.90478515625}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.974609375}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9248046875}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.93115234375}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.7548828125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.96533203125}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.88916015625}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.92919921875}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.94189453125}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.9736328125}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96875}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.96337890625}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.958984375}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.912109375}, {"start": 2419.82, "end": 2419.82, "word": " is", "probability": 0.953125}, {"start": 2419.82, "end": 2419.82, "word": " no", "probability": 0.9677734375}, {"start": 2419.82, "end": 2419.82, "word": " image,", "probability": 0.92236328125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.97119140625}, {"start": 2419.82, "end": 2419.82, "word": " connect", "probability": 0.875}, {"start": 2419.82, "end": 2419.82, "word": " them", "probability": 0.90478515625}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97412109375}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.92626953125}, {"start": 2419.82, "end": 2419.82, "word": " image.", "probability": 0.93408203125}, {"start": 2419.82, "end": 2419.82, "word": " If", "probability": 0.77001953125}, {"start": 2419.82, "end": 2419.82, "word": " you", "probability": 0.9658203125}, {"start": 2419.82, "end": 2419.82, "word": " want", "probability": 0.88720703125}, {"start": 2419.82, "end": 2419.82, "word": " the", "probability": 0.9296875}, {"start": 2419.82, "end": 2419.82, "word": " buttons", "probability": 0.93896484375}, {"start": 2419.82, "end": 2419.82, "word": " to", "probability": 0.97314453125}, {"start": 2419.82, "end": 2419.82, "word": " go", "probability": 0.96923828125}, {"start": 2419.82, "end": 2419.82, "word": " up", "probability": 0.9404296875}, {"start": 2419.82, "end": 2419.82, "word": " if", "probability": 0.958984375}, {"start": 2419.82, "end": 2419.82, "word": " there", "probability": 0.91015625}], "temperature": 1.0}, {"id": 90, "seek": 243536, "start": 2424.6, "end": 2435.36, "text": " No, I'm not going to say fit, because the picture is going to look like this This is the design of the face of the contestant", "tokens": [883, 11, 286, 478, 406, 516, 281, 584, 3318, 11, 570, 264, 3036, 307, 516, 281, 574, 411, 341, 639, 307, 264, 1715, 295, 264, 1851, 295, 264, 10287, 394], "avg_logprob": -0.8301411521050238, "compression_ratio": 1.2857142857142858, "no_speech_prob": 0.0, "words": [{"start": 2424.6, "end": 2425.04, "word": " No,", "probability": 0.10601806640625}, {"start": 2425.1, "end": 2425.16, "word": " I'm", "probability": 0.4134521484375}, {"start": 2425.16, "end": 2425.22, "word": " not", "probability": 0.9033203125}, {"start": 2425.22, "end": 2425.38, "word": " going", "probability": 0.62890625}, {"start": 2425.38, "end": 2425.38, "word": " to", "probability": 0.95068359375}, {"start": 2425.38, "end": 2425.46, "word": " say", "probability": 0.6298828125}, {"start": 2425.46, "end": 2425.7, "word": " fit,", "probability": 0.09814453125}, {"start": 2425.82, "end": 2426.48, "word": " because", "probability": 0.288330078125}, {"start": 2426.48, "end": 2427.18, "word": " the", "probability": 0.60400390625}, {"start": 2427.18, "end": 2427.34, "word": " picture", "probability": 0.32568359375}, {"start": 2427.34, "end": 2427.46, "word": " is", "probability": 0.19482421875}, {"start": 2427.46, "end": 2427.58, "word": " going", "probability": 0.25146484375}, {"start": 2427.58, "end": 2427.58, "word": " to", "probability": 0.97265625}, {"start": 2427.58, "end": 2427.6, "word": " look", "probability": 0.304443359375}, {"start": 2427.6, "end": 2427.8, "word": " like", "probability": 0.140869140625}, {"start": 2427.8, "end": 2428.02, "word": " this", "probability": 0.53857421875}, {"start": 2428.02, "end": 2429.16, "word": " This", "probability": 0.275634765625}, {"start": 2429.16, "end": 2430.14, "word": " is", "probability": 0.8466796875}, {"start": 2430.14, "end": 2430.24, "word": " the", "probability": 0.4638671875}, {"start": 2430.24, "end": 2430.46, "word": " design", "probability": 0.39208984375}, {"start": 2430.46, "end": 2432.14, "word": " of", "probability": 0.783203125}, {"start": 2432.14, "end": 2432.14, "word": " the", "probability": 0.79638671875}, {"start": 2432.14, "end": 2432.38, "word": " face", "probability": 0.191650390625}, {"start": 2432.38, "end": 2434.18, "word": " of", "probability": 0.79150390625}, {"start": 2434.18, "end": 2434.82, "word": " the", "probability": 0.79931640625}, {"start": 2434.82, "end": 2435.36, "word": " contestant", "probability": 0.671875}], "temperature": 1.0}, {"id": 91, "seek": 247396, "start": 2449.09, "end": 2473.97, "text": " Ok, how? Yes, it is supposed to get the name from the first activity as soon as it starts working So I want to tell it if getIntent is equal to null and that's it, it got lost getIntent.hasExtra", "tokens": [3477, 11, 577, 30, 1079, 11, 309, 307, 3442, 281, 483, 264, 1315, 490, 264, 700, 5191, 382, 2321, 382, 309, 3719, 1364, 407, 286, 528, 281, 980, 309, 498, 483, 25597, 317, 307, 2681, 281, 18184, 293, 300, 311, 309, 11, 309, 658, 2731, 483, 25597, 317, 13, 12438, 36, 734, 424], "avg_logprob": -0.5925926014229104, "compression_ratio": 1.3541666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2449.09, "end": 2449.61, "word": " Ok,", "probability": 0.15380859375}, {"start": 2450.85, "end": 2451.11, "word": " how?", "probability": 0.59716796875}, {"start": 2453.89, "end": 2454.41, "word": " Yes,", "probability": 0.1986083984375}, {"start": 2456.73, "end": 2456.95, "word": " it", "probability": 0.1136474609375}, {"start": 2456.95, "end": 2457.05, "word": " is", "probability": 0.341796875}, {"start": 2457.05, "end": 2457.25, "word": " supposed", "probability": 0.62060546875}, {"start": 2457.25, "end": 2457.71, "word": " to", "probability": 0.5078125}, {"start": 2457.71, "end": 2459.75, "word": " get", "probability": 0.297607421875}, {"start": 2459.75, "end": 2459.89, "word": " the", "probability": 0.73095703125}, {"start": 2459.89, "end": 2460.11, "word": " name", "probability": 0.74365234375}, {"start": 2460.11, "end": 2460.31, "word": " from", "probability": 0.6025390625}, {"start": 2460.31, "end": 2460.43, "word": " the", "probability": 0.77783203125}, {"start": 2460.43, "end": 2460.47, "word": " first", "probability": 0.67919921875}, {"start": 2460.47, "end": 2461.03, "word": " activity", "probability": 0.88037109375}, {"start": 2461.03, "end": 2461.03, "word": " as", "probability": 0.0966796875}, {"start": 2461.03, "end": 2461.03, "word": " soon", "probability": 0.92578125}, {"start": 2461.03, "end": 2461.03, "word": " as", "probability": 0.95849609375}, {"start": 2461.03, "end": 2461.03, "word": " it", "probability": 0.82470703125}, {"start": 2461.03, "end": 2461.03, "word": " starts", "probability": 0.5458984375}, {"start": 2461.03, "end": 2461.03, "word": " working", "probability": 0.67724609375}, {"start": 2461.03, "end": 2462.09, "word": " So", "probability": 0.470703125}, {"start": 2462.09, "end": 2462.21, "word": " I", "probability": 0.58837890625}, {"start": 2462.21, "end": 2462.31, "word": " want", "probability": 0.305908203125}, {"start": 2462.31, "end": 2462.39, "word": " to", "probability": 0.9716796875}, {"start": 2462.39, "end": 2462.53, "word": " tell", "probability": 0.41064453125}, {"start": 2462.53, "end": 2462.65, "word": " it", "probability": 0.6640625}, {"start": 2462.65, "end": 2462.99, "word": " if", "probability": 0.61181640625}, {"start": 2462.99, "end": 2464.39, "word": " getIntent", "probability": 0.7783203125}, {"start": 2464.39, "end": 2465.51, "word": " is", "probability": 0.384765625}, {"start": 2465.51, "end": 2465.89, "word": " equal", "probability": 0.59130859375}, {"start": 2465.89, "end": 2465.99, "word": " to", "probability": 0.98046875}, {"start": 2465.99, "end": 2466.21, "word": " null", "probability": 0.72900390625}, {"start": 2466.21, "end": 2469.63, "word": " and", "probability": 0.5400390625}, {"start": 2469.63, "end": 2470.79, "word": " that's", "probability": 0.5224609375}, {"start": 2470.79, "end": 2470.79, "word": " it,", "probability": 0.87939453125}, {"start": 2470.83, "end": 2471.03, "word": " it", "probability": 0.419677734375}, {"start": 2471.03, "end": 2471.15, "word": " got", "probability": 0.2705078125}, {"start": 2471.15, "end": 2471.41, "word": " lost", "probability": 0.62451171875}, {"start": 2471.41, "end": 2472.55, "word": " getIntent", "probability": 0.8219401041666666}, {"start": 2472.55, "end": 2473.97, "word": ".hasExtra", "probability": 0.72568359375}], "temperature": 1.0}, {"id": 92, "seek": 250204, "start": 2475.68, "end": 2502.04, "text": " Name, what does it mean? If the intent is not for him, but there is a name, okay? Tell him getIntent.getStringExtraName I did not make a change, I told him straight away getIntent, I worked on it, okay? Here is the string name and then we tell him", "tokens": [13866, 11, 437, 775, 309, 914, 30, 759, 264, 8446, 307, 406, 337, 796, 11, 457, 456, 307, 257, 1315, 11, 1392, 30, 5115, 796, 483, 25597, 317, 13, 847, 4520, 2937, 36, 734, 424, 45, 529, 286, 630, 406, 652, 257, 1319, 11, 286, 1907, 796, 2997, 1314, 483, 25597, 317, 11, 286, 2732, 322, 309, 11, 1392, 30, 1692, 307, 264, 6798, 1315, 293, 550, 321, 980, 796], "avg_logprob": -0.5528169198774956, "compression_ratio": 1.5308641975308641, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2475.68, "end": 2476.16, "word": " Name,", "probability": 0.156494140625}, {"start": 2476.6, "end": 2476.84, "word": " what", "probability": 0.43017578125}, {"start": 2476.84, "end": 2477.0, "word": " does", "probability": 0.68115234375}, {"start": 2477.0, "end": 2477.0, "word": " it", "probability": 0.65087890625}, {"start": 2477.0, "end": 2477.1, "word": " mean?", "probability": 0.90869140625}, {"start": 2477.46, "end": 2477.66, "word": " If", "probability": 0.54150390625}, {"start": 2477.66, "end": 2477.76, "word": " the", "probability": 0.49609375}, {"start": 2477.76, "end": 2478.08, "word": " intent", "probability": 0.6396484375}, {"start": 2478.08, "end": 2478.24, "word": " is", "probability": 0.70263671875}, {"start": 2478.24, "end": 2478.34, "word": " not", "probability": 0.77978515625}, {"start": 2478.34, "end": 2478.54, "word": " for", "probability": 0.1646728515625}, {"start": 2478.54, "end": 2478.64, "word": " him,", "probability": 0.59423828125}, {"start": 2478.72, "end": 2478.74, "word": " but", "probability": 0.3095703125}, {"start": 2478.74, "end": 2478.88, "word": " there", "probability": 0.40185546875}, {"start": 2478.88, "end": 2478.88, "word": " is", "probability": 0.82958984375}, {"start": 2478.88, "end": 2479.02, "word": " a", "probability": 0.85693359375}, {"start": 2479.02, "end": 2479.26, "word": " name,", "probability": 0.8251953125}, {"start": 2480.26, "end": 2480.58, "word": " okay?", "probability": 0.164794921875}, {"start": 2480.92, "end": 2481.2, "word": " Tell", "probability": 0.4462890625}, {"start": 2481.2, "end": 2481.32, "word": " him", "probability": 0.87060546875}, {"start": 2481.32, "end": 2482.22, "word": " getIntent", "probability": 0.6449788411458334}, {"start": 2482.22, "end": 2488.36, "word": ".getStringExtraName", "probability": 0.7769911024305556}, {"start": 2488.36, "end": 2489.14, "word": " I", "probability": 0.71826171875}, {"start": 2489.14, "end": 2489.5, "word": " did", "probability": 0.51806640625}, {"start": 2489.5, "end": 2489.6, "word": " not", "probability": 0.9375}, {"start": 2489.6, "end": 2489.6, "word": " make", "probability": 0.4853515625}, {"start": 2489.6, "end": 2489.72, "word": " a", "probability": 0.329345703125}, {"start": 2489.72, "end": 2490.08, "word": " change,", "probability": 0.68408203125}, {"start": 2490.44, "end": 2491.08, "word": " I", "probability": 0.70068359375}, {"start": 2491.08, "end": 2491.38, "word": " told", "probability": 0.371337890625}, {"start": 2491.38, "end": 2491.52, "word": " him", "probability": 0.908203125}, {"start": 2491.52, "end": 2491.54, "word": " straight", "probability": 0.353271484375}, {"start": 2491.54, "end": 2491.54, "word": " away", "probability": 0.69677734375}, {"start": 2491.54, "end": 2492.24, "word": " getIntent,", "probability": 0.736083984375}, {"start": 2492.32, "end": 2492.7, "word": " I", "probability": 0.71533203125}, {"start": 2492.7, "end": 2492.94, "word": " worked", "probability": 0.79833984375}, {"start": 2492.94, "end": 2493.14, "word": " on", "probability": 0.91748046875}, {"start": 2493.14, "end": 2493.3, "word": " it,", "probability": 0.66552734375}, {"start": 2493.42, "end": 2494.08, "word": " okay?", "probability": 0.75244140625}, {"start": 2496.44, "end": 2496.92, "word": " Here", "probability": 0.708984375}, {"start": 2496.92, "end": 2496.98, "word": " is", "probability": 0.53173828125}, {"start": 2496.98, "end": 2497.06, "word": " the", "probability": 0.5703125}, {"start": 2497.06, "end": 2497.46, "word": " string", "probability": 0.63037109375}, {"start": 2497.46, "end": 2498.54, "word": " name", "probability": 0.64990234375}, {"start": 2498.54, "end": 2500.96, "word": " and", "probability": 0.33740234375}, {"start": 2500.96, "end": 2501.18, "word": " then", "probability": 0.81201171875}, {"start": 2501.18, "end": 2501.38, "word": " we", "probability": 0.77099609375}, {"start": 2501.38, "end": 2501.68, "word": " tell", "probability": 0.447265625}, {"start": 2501.68, "end": 2502.04, "word": " him", "probability": 0.87744140625}], "temperature": 1.0}, {"id": 93, "seek": 252311, "start": 2503.13, "end": 2523.11, "text": " find view by id r.id.name tv text view name tv.settext", "tokens": [915, 1910, 538, 4496, 367, 13, 327, 13, 16344, 16364, 2487, 1910, 1315, 16364, 13, 3854, 25111], "avg_logprob": -0.5672743188010322, "compression_ratio": 1.0784313725490196, "no_speech_prob": 0.0, "words": [{"start": 2503.13, "end": 2503.61, "word": " find", "probability": 0.383544921875}, {"start": 2503.61, "end": 2504.01, "word": " view", "probability": 0.488037109375}, {"start": 2504.01, "end": 2504.25, "word": " by", "probability": 0.92333984375}, {"start": 2504.25, "end": 2504.69, "word": " id", "probability": 0.77392578125}, {"start": 2504.69, "end": 2505.13, "word": " r", "probability": 0.58544921875}, {"start": 2505.13, "end": 2505.81, "word": ".id", "probability": 0.8251953125}, {"start": 2505.81, "end": 2506.77, "word": ".name", "probability": 0.7568359375}, {"start": 2506.77, "end": 2508.65, "word": " tv", "probability": 0.76025390625}, {"start": 2508.65, "end": 2510.03, "word": " text", "probability": 0.2197265625}, {"start": 2510.03, "end": 2511.09, "word": " view", "probability": 0.5654296875}, {"start": 2511.09, "end": 2519.01, "word": " name", "probability": 0.268798828125}, {"start": 2519.01, "end": 2519.89, "word": " tv", "probability": 0.84619140625}, {"start": 2519.89, "end": 2523.11, "word": ".settext", "probability": 0.602783203125}], "temperature": 1.0}, {"id": 94, "seek": 255867, "start": 2535.21, "end": 2558.67, "text": " this is an integer score value or score by itself equal to what? it started from zero of course the goal is that as soon as it starts working in uncreate we bring the score or text view score value tv", "tokens": [341, 307, 364, 24922, 6175, 2158, 420, 6175, 538, 2564, 2681, 281, 437, 30, 309, 1409, 490, 4018, 295, 1164, 264, 3387, 307, 300, 382, 2321, 382, 309, 3719, 1364, 294, 6219, 265, 473, 321, 1565, 264, 6175, 420, 2487, 1910, 6175, 2158, 16364], "avg_logprob": -0.6072916666666667, "compression_ratio": 1.5227272727272727, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2535.21, "end": 2535.51, "word": " this", "probability": 0.15869140625}, {"start": 2535.51, "end": 2535.55, "word": " is", "probability": 0.6484375}, {"start": 2535.55, "end": 2536.03, "word": " an", "probability": 0.41845703125}, {"start": 2536.03, "end": 2536.03, "word": " integer", "probability": 0.81298828125}, {"start": 2536.03, "end": 2538.45, "word": " score", "probability": 0.448486328125}, {"start": 2538.45, "end": 2539.77, "word": " value", "probability": 0.888671875}, {"start": 2539.77, "end": 2541.21, "word": " or", "probability": 0.46240234375}, {"start": 2541.21, "end": 2541.53, "word": " score", "probability": 0.458740234375}, {"start": 2541.53, "end": 2541.69, "word": " by", "probability": 0.27099609375}, {"start": 2541.69, "end": 2541.87, "word": " itself", "probability": 0.78271484375}, {"start": 2541.87, "end": 2542.29, "word": " equal", "probability": 0.1251220703125}, {"start": 2542.29, "end": 2543.15, "word": " to", "probability": 0.8251953125}, {"start": 2543.15, "end": 2543.15, "word": " what?", "probability": 0.57373046875}, {"start": 2543.47, "end": 2544.29, "word": " it", "probability": 0.256591796875}, {"start": 2544.29, "end": 2544.37, "word": " started", "probability": 0.6103515625}, {"start": 2544.37, "end": 2544.55, "word": " from", "probability": 0.80517578125}, {"start": 2544.55, "end": 2545.19, "word": " zero", "probability": 0.7109375}, {"start": 2545.19, "end": 2546.05, "word": " of", "probability": 0.35595703125}, {"start": 2546.05, "end": 2546.11, "word": " course", "probability": 0.90625}, {"start": 2546.11, "end": 2546.35, "word": " the", "probability": 0.22900390625}, {"start": 2546.35, "end": 2546.35, "word": " goal", "probability": 0.572265625}, {"start": 2546.35, "end": 2546.91, "word": " is", "probability": 0.48681640625}, {"start": 2546.91, "end": 2546.97, "word": " that", "probability": 0.309814453125}, {"start": 2546.97, "end": 2547.13, "word": " as", "probability": 0.33740234375}, {"start": 2547.13, "end": 2547.27, "word": " soon", "probability": 0.9375}, {"start": 2547.27, "end": 2547.35, "word": " as", "probability": 0.95703125}, {"start": 2547.35, "end": 2547.49, "word": " it", "probability": 0.8623046875}, {"start": 2547.49, "end": 2547.61, "word": " starts", "probability": 0.369140625}, {"start": 2547.61, "end": 2547.85, "word": " working", "probability": 0.75390625}, {"start": 2547.85, "end": 2548.35, "word": " in", "probability": 0.2880859375}, {"start": 2548.35, "end": 2549.09, "word": " uncreate", "probability": 0.6977945963541666}, {"start": 2549.09, "end": 2550.11, "word": " we", "probability": 0.6474609375}, {"start": 2550.11, "end": 2550.59, "word": " bring", "probability": 0.275634765625}, {"start": 2550.59, "end": 2550.85, "word": " the", "probability": 0.646484375}, {"start": 2550.85, "end": 2551.39, "word": " score", "probability": 0.82666015625}, {"start": 2551.39, "end": 2553.53, "word": " or", "probability": 0.900390625}, {"start": 2553.53, "end": 2553.89, "word": " text", "probability": 0.8701171875}, {"start": 2553.89, "end": 2554.35, "word": " view", "probability": 0.7197265625}, {"start": 2554.35, "end": 2557.49, "word": " score", "probability": 0.7392578125}, {"start": 2557.49, "end": 2558.01, "word": " value", "probability": 0.919921875}, {"start": 2558.01, "end": 2558.67, "word": " tv", "probability": 0.57861328125}], "temperature": 1.0}, {"id": 95, "seek": 258502, "start": 2561.82, "end": 2585.02, "text": " FindViewByIDR.ID.ScoreValueTV And this one says set text And then during the code we will change the value of this score Is it clear what we did guys?", "tokens": [11809, 30203, 27690, 2777, 49, 13, 2777, 13, 50, 12352, 53, 304, 622, 12586, 400, 341, 472, 1619, 992, 2487, 400, 550, 1830, 264, 3089, 321, 486, 1319, 264, 2158, 295, 341, 6175, 1119, 309, 1850, 437, 321, 630, 1074, 30], "avg_logprob": -0.6521577125503903, "compression_ratio": 1.2377049180327868, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2561.8199999999997, "end": 2562.58, "word": " FindViewByIDR", "probability": 0.5412109375}, {"start": 2562.58, "end": 2563.16, "word": ".ID", "probability": 0.823486328125}, {"start": 2563.16, "end": 2566.1, "word": ".ScoreValueTV", "probability": 0.7971888950892857}, {"start": 2566.1, "end": 2570.6, "word": " And", "probability": 0.359619140625}, {"start": 2570.6, "end": 2570.86, "word": " this", "probability": 0.58837890625}, {"start": 2570.86, "end": 2570.92, "word": " one", "probability": 0.2454833984375}, {"start": 2570.92, "end": 2571.18, "word": " says", "probability": 0.349609375}, {"start": 2571.18, "end": 2571.72, "word": " set", "probability": 0.5234375}, {"start": 2571.72, "end": 2573.14, "word": " text", "probability": 0.472900390625}, {"start": 2573.14, "end": 2575.16, "word": " And", "probability": 0.0941162109375}, {"start": 2575.16, "end": 2578.18, "word": " then", "probability": 0.424072265625}, {"start": 2578.18, "end": 2578.48, "word": " during", "probability": 0.268310546875}, {"start": 2578.48, "end": 2578.68, "word": " the", "probability": 0.45166015625}, {"start": 2578.68, "end": 2578.84, "word": " code", "probability": 0.91015625}, {"start": 2578.84, "end": 2578.98, "word": " we", "probability": 0.41162109375}, {"start": 2578.98, "end": 2578.98, "word": " will", "probability": 0.44140625}, {"start": 2578.98, "end": 2579.48, "word": " change", "probability": 0.79443359375}, {"start": 2579.48, "end": 2580.42, "word": " the", "probability": 0.41552734375}, {"start": 2580.42, "end": 2580.64, "word": " value", "probability": 0.66650390625}, {"start": 2580.64, "end": 2580.92, "word": " of", "probability": 0.8740234375}, {"start": 2580.92, "end": 2581.32, "word": " this", "probability": 0.3427734375}, {"start": 2581.32, "end": 2581.58, "word": " score", "probability": 0.8642578125}, {"start": 2581.58, "end": 2582.8, "word": " Is", "probability": 0.167236328125}, {"start": 2582.8, "end": 2583.28, "word": " it", "probability": 0.54736328125}, {"start": 2583.28, "end": 2583.36, "word": " clear", "probability": 0.8466796875}, {"start": 2583.36, "end": 2583.72, "word": " what", "probability": 0.1348876953125}, {"start": 2583.72, "end": 2584.5, "word": " we", "probability": 0.86474609375}, {"start": 2584.5, "end": 2584.72, "word": " did", "probability": 0.302978515625}, {"start": 2584.72, "end": 2585.02, "word": " guys?", "probability": 0.339599609375}], "temperature": 1.0}, {"id": 96, "seek": 261134, "start": 2586.08, "end": 2611.34, "text": " It's okay, it's working It's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it's okay, it", "tokens": [467, 311, 1392, 11, 309, 311, 1364, 467, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309, 311, 1392, 11, 309], "avg_logprob": -0.13055556191338433, "compression_ratio": 16.342105263157894, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2586.08, "end": 2586.44, "word": " It's", "probability": 0.41961669921875}, {"start": 2586.44, "end": 2586.44, "word": " okay,", "probability": 0.1651611328125}, {"start": 2586.52, "end": 2587.1, "word": " it's", "probability": 0.4287109375}, {"start": 2587.1, "end": 2587.34, "word": " working", "probability": 0.341064453125}, {"start": 2587.34, "end": 2587.84, "word": " It's", "probability": 0.52978515625}, {"start": 2587.84, "end": 2588.14, "word": " okay,", "probability": 0.65283203125}, {"start": 2588.36, "end": 2588.46, "word": " it's", "probability": 0.706787109375}, {"start": 2588.46, "end": 2588.54, "word": " okay,", "probability": 0.357421875}, {"start": 2588.54, "end": 2588.66, "word": " it's", "probability": 0.672607421875}, {"start": 2588.66, "end": 2589.02, "word": " okay,", "probability": 0.57568359375}, {"start": 2589.02, "end": 2589.14, "word": " it's", "probability": 0.742919921875}, {"start": 2589.14, "end": 2589.14, "word": " okay,", "probability": 0.83056640625}, {"start": 2589.14, "end": 2589.38, "word": " it's", "probability": 0.89990234375}, {"start": 2589.38, "end": 2589.38, "word": " okay,", "probability": 0.890625}, {"start": 2589.74, "end": 2589.74, "word": " it's", "probability": 0.94873046875}, {"start": 2589.74, "end": 2589.98, "word": " okay,", "probability": 0.90625}, {"start": 2589.98, "end": 2590.34, "word": " it's", "probability": 0.95947265625}, {"start": 2590.34, "end": 2590.34, "word": " okay,", "probability": 0.912109375}, {"start": 2590.34, "end": 2590.34, "word": " it's", "probability": 0.96484375}, {"start": 2590.34, "end": 2590.34, "word": " okay,", "probability": 0.9150390625}, {"start": 2590.34, "end": 2590.34, "word": " it's", "probability": 0.967041015625}, {"start": 2590.34, "end": 2590.34, "word": " okay,", "probability": 0.9189453125}, {"start": 2590.34, "end": 2590.34, "word": " it's", "probability": 0.96826171875}, {"start": 2590.34, "end": 2590.34, "word": " okay,", "probability": 0.92138671875}, {"start": 2590.34, "end": 2590.34, "word": " it's", "probability": 0.969482421875}, {"start": 2590.34, "end": 2590.34, "word": " okay,", "probability": 0.92333984375}, {"start": 2590.58, "end": 2590.58, "word": " it's", "probability": 0.970703125}, {"start": 2590.58, "end": 2590.58, "word": " okay,", "probability": 0.92431640625}, {"start": 2591.16, "end": 2591.38, "word": " it's", "probability": 0.971923828125}, {"start": 2591.38, "end": 2591.38, "word": " okay,", "probability": 0.92578125}, {"start": 2591.38, "end": 2591.54, "word": " it's", "probability": 0.972900390625}, {"start": 2591.54, "end": 2591.56, "word": " okay,", "probability": 0.92626953125}, {"start": 2591.56, "end": 2591.56, "word": " it's", "probability": 0.973876953125}, {"start": 2591.56, "end": 2591.62, "word": " okay,", "probability": 0.9267578125}, {"start": 2591.62, "end": 2591.8, "word": " it's", "probability": 0.974853515625}, {"start": 2591.8, "end": 2591.8, "word": " okay,", "probability": 0.92724609375}, {"start": 2591.8, "end": 2591.8, "word": " it's", "probability": 0.975341796875}, {"start": 2591.8, "end": 2591.8, "word": " okay,", "probability": 0.927734375}, {"start": 2591.8, "end": 2591.8, "word": " it's", "probability": 0.976318359375}, {"start": 2591.8, "end": 2591.8, "word": " okay,", "probability": 0.92724609375}, {"start": 2591.8, "end": 2591.8, "word": " it's", "probability": 0.976806640625}, {"start": 2591.8, "end": 2591.8, "word": " okay,", "probability": 0.9287109375}, {"start": 2591.8, "end": 2591.88, "word": " it's", "probability": 0.976806640625}, {"start": 2591.88, "end": 2591.88, "word": " okay,", "probability": 0.927734375}, {"start": 2591.88, "end": 2591.88, "word": " it's", "probability": 0.977294921875}, {"start": 2591.88, "end": 2591.88, "word": " okay,", "probability": 0.92822265625}, {"start": 2591.88, "end": 2591.88, "word": " it's", "probability": 0.9775390625}, {"start": 2591.88, "end": 2591.88, "word": " okay,", "probability": 0.92822265625}, {"start": 2591.88, "end": 2591.88, "word": " it's", "probability": 0.977783203125}, {"start": 2591.88, "end": 2591.88, "word": " okay,", "probability": 0.9267578125}, {"start": 2591.88, "end": 2591.9, "word": " it's", "probability": 0.977783203125}, {"start": 2591.9, "end": 2591.9, "word": " okay,", "probability": 0.927734375}, {"start": 2592.22, "end": 2592.6, "word": " it's", "probability": 0.97802734375}, {"start": 2592.6, "end": 2592.6, "word": " okay,", "probability": 0.9267578125}, {"start": 2592.6, "end": 2593.84, "word": " it's", "probability": 0.977783203125}, {"start": 2593.84, "end": 2593.84, "word": " okay,", "probability": 0.92578125}, {"start": 2593.84, "end": 2593.84, "word": " it's", "probability": 0.978271484375}, {"start": 2593.84, "end": 2593.84, "word": " okay,", "probability": 0.9267578125}, {"start": 2593.84, "end": 2593.84, "word": " it's", "probability": 0.97802734375}, {"start": 2593.84, "end": 2593.84, "word": " okay,", "probability": 0.92626953125}, {"start": 2593.84, "end": 2594.24, "word": " it's", "probability": 0.977783203125}, {"start": 2594.24, "end": 2594.3, "word": " okay,", "probability": 0.9248046875}, {"start": 2594.3, "end": 2594.66, "word": " it's", "probability": 0.978271484375}, {"start": 2594.66, "end": 2594.66, "word": " okay,", "probability": 0.9248046875}, {"start": 2594.66, "end": 2594.66, "word": " it's", "probability": 0.978515625}, {"start": 2594.66, "end": 2594.66, "word": " okay,", "probability": 0.9248046875}, {"start": 2594.66, "end": 2595.06, "word": " it's", "probability": 0.97802734375}, {"start": 2595.06, "end": 2595.06, "word": " okay,", "probability": 0.92333984375}, {"start": 2595.12, "end": 2595.5, "word": " it's", "probability": 0.97802734375}, {"start": 2595.5, "end": 2595.5, "word": " okay,", "probability": 0.92333984375}, {"start": 2597.06, "end": 2598.68, "word": " it's", "probability": 0.978515625}, {"start": 2598.68, "end": 2598.68, "word": " okay,", "probability": 0.9228515625}, {"start": 2599.2, "end": 2602.26, "word": " it's", "probability": 0.978515625}, {"start": 2602.26, "end": 2602.26, "word": " okay,", "probability": 0.92333984375}, {"start": 2602.26, "end": 2602.26, "word": " it's", "probability": 0.978759765625}, {"start": 2602.26, "end": 2602.26, "word": " okay,", "probability": 0.92138671875}, {"start": 2602.26, "end": 2602.28, "word": " it's", "probability": 0.978515625}, {"start": 2602.28, "end": 2602.28, "word": " okay,", "probability": 0.92138671875}, {"start": 2602.28, "end": 2602.28, "word": " it's", "probability": 0.97900390625}, {"start": 2602.28, "end": 2602.28, "word": " okay,", "probability": 0.92041015625}, {"start": 2602.28, "end": 2602.62, "word": " it's", "probability": 0.978515625}, {"start": 2602.62, "end": 2602.62, "word": " okay,", "probability": 0.92236328125}, {"start": 2602.62, "end": 2603.48, "word": " it's", "probability": 0.978515625}, {"start": 2603.48, "end": 2603.48, "word": " okay,", "probability": 0.92236328125}, {"start": 2603.48, "end": 2603.48, "word": " it's", "probability": 0.979248046875}, {"start": 2603.48, "end": 2603.48, "word": " okay,", "probability": 0.9208984375}, {"start": 2603.48, "end": 2603.48, "word": " it's", "probability": 0.978759765625}, {"start": 2603.48, "end": 2603.48, "word": " okay,", "probability": 0.92041015625}, {"start": 2603.48, "end": 2603.54, "word": " it's", "probability": 0.97900390625}, {"start": 2603.54, "end": 2603.54, "word": " okay,", "probability": 0.919921875}, {"start": 2603.88, "end": 2604.16, "word": " it's", "probability": 0.97900390625}, {"start": 2604.16, "end": 2604.46, "word": " okay,", "probability": 0.9189453125}, {"start": 2604.8, "end": 2605.22, "word": " it's", "probability": 0.979248046875}, {"start": 2605.22, "end": 2605.22, "word": " okay,", "probability": 0.9189453125}, {"start": 2605.22, "end": 2607.04, "word": " it's", "probability": 0.979248046875}, {"start": 2607.04, "end": 2607.16, "word": " okay,", "probability": 0.919921875}, {"start": 2607.16, "end": 2607.84, "word": " it's", "probability": 0.979736328125}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.9189453125}, {"start": 2607.84, "end": 2607.84, "word": " it's", "probability": 0.9794921875}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.91748046875}, {"start": 2607.84, "end": 2607.84, "word": " it's", "probability": 0.9794921875}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.91845703125}, {"start": 2607.84, "end": 2607.84, "word": " it's", "probability": 0.979736328125}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.916015625}, {"start": 2607.84, "end": 2607.84, "word": " it's", "probability": 0.97998046875}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.916015625}, {"start": 2607.84, "end": 2607.84, "word": " it's", "probability": 0.979736328125}, {"start": 2607.84, "end": 2607.84, "word": " okay,", "probability": 0.9150390625}, {"start": 2607.84, "end": 2609.92, "word": " it's", "probability": 0.97998046875}, {"start": 2609.92, "end": 2610.22, "word": " okay,", "probability": 0.91357421875}, {"start": 2610.66, "end": 2610.66, "word": " it's", "probability": 0.9794921875}, {"start": 2610.66, "end": 2611.02, "word": " okay,", "probability": 0.91552734375}, {"start": 2611.18, "end": 2611.34, "word": " it", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 97, "seek": 263344, "start": 2612.6, "end": 2633.44, "text": " We will not increase the counter, we will ask him to show it again Yes, yes, we will increase it and ask him to show it again For example, this is Ahmed Ali This is Ibn Al Musabiqah, okay? This shows you what? Ahmed Ali and the receipt is zero, okay? We will continue in the next lecture, God willing", "tokens": [492, 486, 406, 3488, 264, 5682, 11, 321, 486, 1029, 796, 281, 855, 309, 797, 1079, 11, 2086, 11, 321, 486, 3488, 309, 293, 1029, 796, 281, 855, 309, 797, 1171, 1365, 11, 341, 307, 39189, 12020, 639, 307, 286, 19404, 967, 3569, 455, 72, 80, 545, 11, 1392, 30, 639, 3110, 291, 437, 30, 39189, 12020, 293, 264, 33882, 307, 4018, 11, 1392, 30, 492, 486, 2354, 294, 264, 958, 7991, 11, 1265, 4950], "avg_logprob": -0.4823190895350356, "compression_ratio": 1.6358695652173914, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2612.6, "end": 2612.82, "word": " We", "probability": 0.57421875}, {"start": 2612.82, "end": 2613.0, "word": " will", "probability": 0.61865234375}, {"start": 2613.0, "end": 2613.16, "word": " not", "probability": 0.6376953125}, {"start": 2613.16, "end": 2613.16, "word": " increase", "probability": 0.440185546875}, {"start": 2613.16, "end": 2613.32, "word": " the", "probability": 0.76806640625}, {"start": 2613.32, "end": 2613.66, "word": " counter,", "probability": 0.82666015625}, {"start": 2613.86, "end": 2614.0, "word": " we", "probability": 0.7578125}, {"start": 2614.0, "end": 2614.04, "word": " will", "probability": 0.85693359375}, {"start": 2614.04, "end": 2614.18, "word": " ask", "probability": 0.315185546875}, {"start": 2614.18, "end": 2614.26, "word": " him", "probability": 0.60888671875}, {"start": 2614.26, "end": 2614.32, "word": " to", "probability": 0.919921875}, {"start": 2614.32, "end": 2614.42, "word": " show", "probability": 0.55029296875}, {"start": 2614.42, "end": 2614.58, "word": " it", "probability": 0.311279296875}, {"start": 2614.58, "end": 2614.9, "word": " again", "probability": 0.90478515625}, {"start": 2614.9, "end": 2615.22, "word": " Yes,", "probability": 0.242431640625}, {"start": 2616.0, "end": 2616.14, "word": " yes,", "probability": 0.6806640625}, {"start": 2616.18, "end": 2616.36, "word": " we", "probability": 0.7314453125}, {"start": 2616.36, "end": 2616.4, "word": " will", "probability": 0.8291015625}, {"start": 2616.4, "end": 2616.5, "word": " increase", "probability": 0.6904296875}, {"start": 2616.5, "end": 2616.6, "word": " it", "probability": 0.6923828125}, {"start": 2616.6, "end": 2616.68, "word": " and", "probability": 0.8818359375}, {"start": 2616.68, "end": 2616.78, "word": " ask", "probability": 0.73046875}, {"start": 2616.78, "end": 2616.88, "word": " him", "probability": 0.88671875}, {"start": 2616.88, "end": 2616.9, "word": " to", "probability": 0.9287109375}, {"start": 2616.9, "end": 2617.04, "word": " show", "probability": 0.921875}, {"start": 2617.04, "end": 2617.12, "word": " it", "probability": 0.89697265625}, {"start": 2617.12, "end": 2617.7, "word": " again", "probability": 0.93017578125}, {"start": 2617.7, "end": 2618.28, "word": " For", "probability": 0.61083984375}, {"start": 2618.28, "end": 2618.6, "word": " example,", "probability": 0.92822265625}, {"start": 2618.78, "end": 2618.88, "word": " this", "probability": 0.591796875}, {"start": 2618.88, "end": 2619.42, "word": " is", "probability": 0.39404296875}, {"start": 2619.42, "end": 2622.0, "word": " Ahmed", "probability": 0.85302734375}, {"start": 2622.0, "end": 2622.32, "word": " Ali", "probability": 0.9091796875}, {"start": 2622.32, "end": 2626.12, "word": " This", "probability": 0.446044921875}, {"start": 2626.12, "end": 2626.22, "word": " is", "probability": 0.7705078125}, {"start": 2626.22, "end": 2626.34, "word": " Ibn", "probability": 0.531005859375}, {"start": 2626.34, "end": 2626.46, "word": " Al", "probability": 0.41259765625}, {"start": 2626.46, "end": 2627.3, "word": " Musabiqah,", "probability": 0.582275390625}, {"start": 2627.82, "end": 2628.12, "word": " okay?", "probability": 0.161865234375}, {"start": 2628.24, "end": 2628.38, "word": " This", "probability": 0.61865234375}, {"start": 2628.38, "end": 2628.62, "word": " shows", "probability": 0.2137451171875}, {"start": 2628.62, "end": 2628.82, "word": " you", "probability": 0.64111328125}, {"start": 2628.82, "end": 2629.0, "word": " what?", "probability": 0.7216796875}, {"start": 2629.3, "end": 2629.62, "word": " Ahmed", "probability": 0.73291015625}, {"start": 2629.62, "end": 2629.9, "word": " Ali", "probability": 0.921875}, {"start": 2629.9, "end": 2630.06, "word": " and", "probability": 0.67431640625}, {"start": 2630.06, "end": 2630.12, "word": " the", "probability": 0.48876953125}, {"start": 2630.12, "end": 2630.46, "word": " receipt", "probability": 0.802734375}, {"start": 2630.46, "end": 2631.16, "word": " is", "probability": 0.318115234375}, {"start": 2631.16, "end": 2631.4, "word": " zero,", "probability": 0.67578125}, {"start": 2631.7, "end": 2631.9, "word": " okay?", "probability": 0.81005859375}, {"start": 2632.02, "end": 2632.12, "word": " We", "probability": 0.84130859375}, {"start": 2632.12, "end": 2632.2, "word": " will", "probability": 0.78955078125}, {"start": 2632.2, "end": 2632.4, "word": " continue", "probability": 0.8271484375}, {"start": 2632.4, "end": 2632.56, "word": " in", "probability": 0.34228515625}, {"start": 2632.56, "end": 2632.58, "word": " the", "probability": 0.84033203125}, {"start": 2632.58, "end": 2632.62, "word": " next", "probability": 0.9140625}, {"start": 2632.62, "end": 2632.88, "word": " lecture,", "probability": 0.83837890625}, {"start": 2633.44, "end": 2633.44, "word": " God", "probability": 0.418701171875}, {"start": 2633.44, "end": 2633.44, "word": " willing", "probability": 0.81201171875}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2633.70025, "duration_after_vad": 2197.257499999991} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..d42b2a56864766979354baf42b4d5ec14bd5de32 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/rGXpQytBrX0_raw.srt @@ -0,0 +1,1932 @@ +1 +00:00:21,160 --> 00:00:25,720 +طب يا جماعة السلام عليكم المحاضرة هذه ان شاء الله + +2 +00:00:25,720 --> 00:00:29,560 +زي ما حكينا في المحاضرة الماضية راح ناخد تطبيق + +3 +00:00:29,560 --> 00:00:33,180 +متكامل نطبق فيه اللي أخدناه و نتعلم برضه من خلاله + +4 +00:00:33,180 --> 00:00:36,280 +حاجات جديدة التطبيق اللي بنعمله عبارة عن تطبيق + +5 +00:00:36,280 --> 00:00:41,560 +مسابقات تصميم التطبيق هيكون كالتالي أول واجهة أدخل + +6 +00:00:41,560 --> 00:00:42,380 +فيها على التطبيق + +7 +00:00:46,580 --> 00:00:50,960 +مثلا اهلا ببرنامج المسابقة تمام المسابقة بعدين + +8 +00:00:50,960 --> 00:00:56,600 +هيطلب منك ايش ادخل اسمك تمام + +9 +00:00:56,600 --> 00:01:02,100 +و بعدين مثلا في عندي زر هنا ايش اسمه ابدأ المسابقة + +10 +00:01:02,100 --> 00:01:05,600 +تمام طيب بعد ما يدخل على ال .. يضغط على ابدأ + +11 +00:01:05,600 --> 00:01:08,460 +المسابقة هيروح على activity جديدة + +12 +00:01:10,690 --> 00:01:12,950 +الـ Activity هذا هتجيب أسئلة، من وين الأسئلة + +13 +00:01:12,950 --> 00:01:19,450 +موجودة؟ الأسئلة هنشوفها موجودة في text file تمام؟ + +14 +00:01:19,450 --> 00:01:22,570 +يعني هو بده يحمل الأسئلة من ال text file، يعملها + +15 +00:01:22,570 --> 00:01:26,630 +randomization و يختار سؤال سؤال تمام؟ أه، بظهر + +16 +00:01:26,630 --> 00:01:31,770 +عندك السؤال هنا، و هنا بيجي عندك خيارات السؤالتلات + +17 +00:01:31,770 --> 00:01:36,110 +خيارات أو أربع خيارات تمام واحد أكيد منهم صح في + +18 +00:01:36,110 --> 00:01:40,470 +لفس ملف ال text فيه سؤال وخياراته والإجابة الصحيحة + +19 +00:01:40,470 --> 00:01:45,610 +تمام وممكن السؤال له صورة تمام تكون برضه اسم + +20 +00:01:45,610 --> 00:01:49,210 +الصورة موجود في ملف ال text فالعمل هو بيختار + +21 +00:01:49,210 --> 00:01:53,130 +الإجابة من الإجابات لأن إذا الإجابة صحيحة كانت + +22 +00:01:53,130 --> 00:01:57,770 +بعلمله الإجابة اللون الأخضر تمام وبيعطله صوت تجيه + +23 +00:01:59,370 --> 00:02:03,390 +وبنتقل لإيش؟ للسؤال التاني السؤال التاني طبعا + +24 +00:02:03,390 --> 00:02:07,030 +مابيروحش على activity تانية بعدل على نفس ال + +25 +00:02:07,030 --> 00:02:09,670 +activity يعني بغير السؤال و بغير الخيارات إذا جاوب + +26 +00:02:09,670 --> 00:02:15,410 +غلط طبعا بكون في رصيد عنده مثلا هنا تمام؟ رصيد + +27 +00:02:15,410 --> 00:02:21,750 +رصيد كل سؤال بيجاوب و بزيد الرصيد بدرجة معينة + +28 +00:02:21,750 --> 00:02:25,240 +تمام؟ و بنعرض الرصيد هناطبعا في الآخر بعد ما يخلص + +29 +00:02:25,240 --> 00:02:28,620 +ال .. الأسئلة كلها طبعا إيش بدنا نعمل؟ كما بدنا + +30 +00:02:28,620 --> 00:02:32,200 +نعمل هنا ال timer يعني هو مش .. ماعندوش وجد مفتوح + +31 +00:02:32,200 --> 00:02:35,740 +مثلا .. مثلا خمس ثواني أو عشر ثواني وهذا ماله وهذا + +32 +00:02:35,740 --> 00:02:41,380 +بيضله يجل الوجد طبعا فلو خلص الوجد و هو ماجاوبش + +33 +00:02:41,380 --> 00:02:45,300 +بياخد صفر في السؤال بروح على السؤال اللي بعد + +34 +00:02:45,300 --> 00:02:52,470 +باعتبره خسران يعنى طبعا خلص المسابقة في الآخريعني + +35 +00:02:52,470 --> 00:02:55,810 +خلص الأسئلة كلها بنتقل لشاشة أخيرة بقوله مثلا + +36 +00:02:55,810 --> 00:03:01,150 +رصيدك كذا بطلعله الرصيد تبعه و بقوله مثلا يا اما + +37 +00:03:01,150 --> 00:03:10,890 +خروج يا اما ايش اعد المسابقة مثلا طبعا + +38 +00:03:10,890 --> 00:03:14,370 +طيب + +39 +00:03:14,370 --> 00:03:17,770 +هنبدأ من هنا هنبدأ من هنا ماشي + +40 +00:03:23,000 --> 00:03:26,820 +طيب هاي الآن بدأنا تطبيق جديد وهي الشاشة الرئيسية + +41 +00:03:26,820 --> 00:03:29,920 +اللي هي ال main activity هتكون الواجهة الرئيسية + +42 +00:03:29,920 --> 00:03:32,860 +هنا فالان زي ما انت شايف الواجهة الرئيسية بدي أحط + +43 +00:03:32,860 --> 00:03:37,680 +فيها text view و + +44 +00:03:37,680 --> 00:03:39,960 +بدي أحط فيها edit text + +45 +00:03:50,270 --> 00:04:10,030 +وبدي كمان فيها زر برضه اللي هو ابدأ المسابقة طيب + +46 +00:04:10,030 --> 00:04:10,930 +خلينا بس ايش + +47 +00:04:36,120 --> 00:04:37,400 +وهذا start button + +48 +00:05:09,310 --> 00:05:14,150 +هو احنا بنشغل .. عشان الأسئلة عربي، بنايا كله + +49 +00:05:14,150 --> 00:05:18,770 +عربي، تمام؟ + +50 +00:05:18,770 --> 00:05:21,530 +طيب خليني بس .. + +51 +00:05:44,470 --> 00:05:49,650 +طيب بما انه انا بدأ ادخل اسم طبعا هذا لسه بدأ شغل + +52 +00:05:49,650 --> 00:05:53,810 +ال activity المفروض انه لما اضغط على ابدأ المسابقة + +53 +00:05:53,810 --> 00:05:57,610 +ميروحش على اللي يبدأ المسابقة الا لو كان فعلا ادخل + +54 +00:05:57,610 --> 00:06:01,270 +اسم فهذا مانقوله انه نتحققها برضه فالان طبعا بدي + +55 +00:06:01,270 --> 00:06:04,810 +يكون في activity تانية ليش لأنه لما اضغط على زر + +56 +00:06:04,810 --> 00:06:06,650 +بدي اروح عليها فخلينا نعمل ال activity التانية + +57 +00:06:06,650 --> 00:06:10,330 +فاضية بعدين بنصممها ف new activity + +58 +00:06:17,930 --> 00:06:25,850 +بنسميها مثلا competition activity + +59 +00:06:25,850 --> 00:06:31,690 +طيب + +60 +00:06:31,690 --> 00:06:33,770 +هيعمل ال activity التاني خلنا نروح الآن على ال + +61 +00:06:33,770 --> 00:06:38,550 +code بتاع ال activity الأولى تمام هي ال main + +62 +00:06:38,550 --> 00:06:42,370 +activity هرجيت + +63 +00:06:42,370 --> 00:06:43,390 +طبعا بتجيب ال button + +64 +00:07:15,090 --> 00:07:17,810 +طيب الآن في ال .. sit and click listener فعليا بدو + +65 +00:07:17,810 --> 00:07:21,830 +يجيب النص الموجود في ال edit text صح ولا لأ خلينا + +66 +00:07:21,830 --> 00:07:30,550 +نجيب ال edit text فوق اللي + +67 +00:07:30,550 --> 00:07:31,670 +هو سمينا name ed + +68 +00:07:39,770 --> 00:07:45,830 +لأن قيمته لن تقرأ إلا عندما يضغط على الزر نام ed + +69 +00:07:45,830 --> 00:07:51,690 +.gettext + +70 +00:08:17,340 --> 00:08:22,220 +name.rim.equals + +71 +00:08:30,480 --> 00:08:35,020 +معنى الكلام هذا إذا كان النام بنل أو النام عملنا + +72 +00:08:35,020 --> 00:08:39,840 +trim عشان نسيب المسافات كان يساوي فاضي يعني يا إما + +73 +00:08:39,840 --> 00:08:43,680 +نل أو فاضي هنا بدناش نمشي صح؟ بدنا نطلع لسالة + +74 +00:08:43,680 --> 00:08:51,100 +نقوله أرجاء ادخل الاسم إلس بدنا + +75 +00:08:51,100 --> 00:08:54,420 +نخليه يروح على ال activity الجديدة كي بنروح على ال + +76 +00:08:54,420 --> 00:08:56,500 +activity الجديدة بدك تعمل إيش intent + +77 +00:09:04,540 --> 00:09:10,220 +هنا جد application context و بدك تحط اسم ال + +78 +00:09:10,220 --> 00:09:18,020 +activity التاني اللي هي comp activity.classبنبعت + +79 +00:09:18,020 --> 00:09:21,120 +بيانات لل activity الجديدة، إيش هي؟ القيمة + +80 +00:09:21,120 --> 00:09:23,860 +الموجودة في إيدا ال text، صح؟ اللي هي ال name، في + +81 +00:09:23,860 --> 00:09:27,700 +ال intent، احنا خليني نسأل برضه، تمام؟ بما أنه + +82 +00:09:27,700 --> 00:09:32,900 +احنا بنراجع، تمام؟ نسأل طيب، كيف بنحط بيانات في ال + +83 +00:09:32,900 --> 00:09:37,440 +.. في ال intent؟ أيوة، هاي ال intent، بنحط فيه ال + +84 +00:09:37,440 --> 00:09:43,200 +name هذا، تمام؟ + +85 +00:09:43,200 --> 00:09:52,330 +intent.putextraبتعطيله مثلا name بتعطيله القيمة + +86 +00:09:52,330 --> 00:09:59,010 +اللى بده يضيفها ابعتها باسم name وبعدين بتقول + +87 +00:09:59,010 --> 00:10:02,730 +start activity + +88 +00:10:02,730 --> 00:10:06,510 +بتبعتله ال intent وهيك المفروض تشغل ال activity + +89 +00:10:06,510 --> 00:10:11,770 +الجديدلأن هنا لو ماكانش فيه name بدنا نقبعله رسالة + +90 +00:10:11,770 --> 00:10:15,290 +تمام؟ لأ بديش أقبعله توسط، بنتعلم أشي جديد، بنطلع + +91 +00:10:15,290 --> 00:10:18,250 +Dialogue تمام؟ بس خلينا نتأكد إن هاد شغالة في + +92 +00:10:18,250 --> 00:10:21,430 +الأول، نشغلها و نشتغل في ال dialogue شوية + +93 +00:10:29,540 --> 00:10:32,020 +طيب احنا الرسائل حتى الآن اتعلمنا كيف نطلعها + +94 +00:10:32,020 --> 00:10:36,840 +بالتوست ماشي هجيبنا نطلع ال dialogue كيف بنقرأ ال + +95 +00:10:36,840 --> 00:10:41,080 +dialogue في الاندرويد؟ في عندنا class اسمها alert + +96 +00:10:41,080 --> 00:10:46,500 +-dialogue تمام؟ في class اسمها alert-dialogue + +97 +00:10:46,500 --> 00:10:51,200 +انتوا أخدتوا JavaScript؟لسه ال javascript في + +98 +00:10:51,200 --> 00:10:54,620 +method اسمها alert بتطلع لك رسالة فهو اي dialogue + +99 +00:10:54,620 --> 00:10:58,420 +فيه رسالة او تحذير او كذا بيسميه alert dialogue + +100 +00:10:58,420 --> 00:11:02,380 +طبعا احنا متعودين عشان ننشئ او يعني alert dialogue + +101 +00:11:02,380 --> 00:11:06,300 +او اي عندي pattern و نعمل new pattern صح بس هذا + +102 +00:11:06,300 --> 00:11:08,680 +alert dialogue نعملش على طول ال new alert dialogue + +103 +00:11:08,680 --> 00:11:13,330 +بيقولوا جوا فيه class اسمها builderالـ Builder + +104 +00:11:13,330 --> 00:11:16,850 +وظيفته هذا هذا class داخل ال class AlertDialog + +105 +00:11:16,850 --> 00:11:20,150 +تنشي object انت من Builder وبتعطيله بيانات ال + +106 +00:11:20,150 --> 00:11:22,110 +dialogue ايش هي بيانات ال dialogue ايش ال title + +107 +00:11:22,110 --> 00:11:25,150 +تبعه ايش الرسالة ايش بده يعمل لما يضغط على okay + +108 +00:11:25,150 --> 00:11:30,930 +تمام و بعدك بتقول لل Builder Build اعمل dialogue + +109 +00:11:30,930 --> 00:11:36,090 +برجعلك object منه AlertDialog طيب خليني بس اشتغل + +110 +00:11:36,090 --> 00:11:40,170 +التطبيق طيب + +111 +00:11:40,170 --> 00:11:41,090 +تمام لحد تلان + +112 +00:11:46,420 --> 00:11:50,220 +انتوا طبعا مستعجلين و نبدأ هنا بس احنا لسه عايش اه + +113 +00:11:50,220 --> 00:11:52,920 +فهديك فاحنا عشان نتعلم حاجات جديدة + +114 +00:12:05,250 --> 00:12:07,930 +طب لحتى الآن طبعا ايش تبغى تبدأ المسابقة و مافيش + +115 +00:12:07,930 --> 00:12:11,590 +حاجة ليش لأنه بدخل جوا ال F statement اللي حتى + +116 +00:12:11,590 --> 00:12:15,110 +الآن فاضي طبعا فأول حاجة روحنا عملنا يا جماعة + +117 +00:12:15,110 --> 00:12:20,090 +builder يسمى new alert dialogue dot builder قولنا + +118 +00:12:20,090 --> 00:12:24,590 +مرة تانية ان ال builder هذاclass داخل الالردالو + +119 +00:12:24,590 --> 00:12:27,270 +انشئنا منها object لان ال constructor بتاع ال + +120 +00:12:27,270 --> 00:12:30,090 +builder بده reference لل activity اللي أنا شغال + +121 +00:12:30,090 --> 00:12:34,230 +فيها هل جيت ماذا ذاكرين ال j option pane كان ياخد + +122 +00:12:34,230 --> 00:12:37,550 +this ليش عشان يغرض ال j option pane على ال frame + +123 +00:12:37,550 --> 00:12:40,970 +تمام هنا بده reference لل activity فانا لو حطمه + +124 +00:12:40,970 --> 00:12:44,090 +طبعا this هيطلع ال error ليش لأن ال this هنا عائد + +125 +00:12:44,090 --> 00:12:48,770 +عمين على ال anonymous class تمام فعشان نحل هذه كيف + +126 +00:12:48,770 --> 00:12:56,520 +أخدنا نحلها تكتب main activitydo this تفهم؟ هيك + +127 +00:12:56,520 --> 00:12:59,300 +ايش؟ سكت يعني انت بتعمل builder و بتمرده reference + +128 +00:12:59,300 --> 00:13:03,040 +لل activity طيب الآن الموضوع سهل بس بتروح لل + +129 +00:13:03,040 --> 00:13:07,960 +builder تبعك و بتعطيله بيانات ال dialogue مثلا set + +130 +00:13:07,960 --> 00:13:16,220 +title ايش بدنا عنوان الرسالة تنبيه + +131 +00:13:16,220 --> 00:13:20,100 +مثلا احنا اللي بنكتب عربي + +132 +00:13:27,210 --> 00:13:31,570 +طيب فى عندنا set message ايه ايه ايش الرسالة + +133 +00:13:31,570 --> 00:13:36,070 +الرجاء + +134 +00:13:36,070 --> 00:13:45,810 +ادخل الاسم طيب + +135 +00:13:45,810 --> 00:13:51,790 +بلده dot فى عندنا set icon icon + +136 +00:13:51,790 --> 00:13:55,790 +لو انت بدك icon لهذا مثلا خلينا نختار icon لل + +137 +00:13:55,790 --> 00:14:01,090 +dialogueممكن اعمل اكتر من الرسالة يعني مثلا لو ساب + +138 +00:14:01,090 --> 00:14:04,070 +اسباس هيجيبنا رسالة كذا كيف؟ ساب اسباس لو عمل + +139 +00:14:04,070 --> 00:14:10,250 +اسباس مثلا ممكن تعمل اكتر من الرسالة مش فاهم ايش + +140 +00:14:10,250 --> 00:14:17,370 +بدك تفعل بالظبط طيب + +141 +00:14:17,370 --> 00:14:19,950 +ايه في ال statement افحص ال string الموجودة اذا + +142 +00:14:19,950 --> 00:14:21,970 +فيها مشكلة كذا طلع له رسالة كذا + +143 +00:14:28,810 --> 00:14:32,250 +طب هذا سؤال كويس هلجيت هجاوب عليه لو روحت انا على + +144 +00:14:32,250 --> 00:14:35,570 +drawable بدأ حط صورة ال icon اللي انا بديها انا + +145 +00:14:35,570 --> 00:14:39,350 +طبعا بحضر اي كلاتي معايا تمام هي اسمها مثلا closed + +146 +00:14:39,350 --> 00:14:42,250 +icon مش هي المية المية بس يعني يبين انه يحدث icon + +147 +00:14:42,250 --> 00:14:46,050 +هلجيت icon هذي بتاخد بديكوه اكتر من الخيار كمان + +148 +00:14:46,050 --> 00:14:52,440 +لست iconفى ايقون بتاخد integer اللى هو ايش هو ال + +149 +00:14:52,440 --> 00:14:57,380 +ID اللى بيعمله للصورة تمام احنا لأ هناخد هذه ليه + +150 +00:14:57,380 --> 00:15:07,430 +يعني بتقوله R.drawable.Close Icon R.ID + +151 +00:15:07,430 --> 00:15:13,210 +.Button هذا عبارة عن انتجار اي حاجة في ال R عبارة + +152 +00:15:13,210 --> 00:15:15,730 +عن انتجار اي حاجة في ال R عبارة عن انتجار اي حاجة + +153 +00:15:15,730 --> 00:15:21,030 +في ال R عبارة عن انتجار اي حاجة في ال R عبارة عن + +154 +00:15:21,030 --> 00:15:24,230 +انتجار اي حاجة في ال R عبارة عن انتجار + +155 +00:15:28,930 --> 00:15:33,050 +بيلدار.الأن في عندي زرار موجودة في ال .. صحيح ولا + +156 +00:15:33,050 --> 00:15:36,430 +لأ؟ يعني احنا مثلا لما نضغط .. نحط اللي زر okay + +157 +00:15:36,430 --> 00:15:41,350 +صحيح ولا لأ؟ الان هو بيعطيك خيار انك تحط تالتة + +158 +00:15:41,350 --> 00:15:45,890 +زرار تمام؟ وسميهم اللي بدك يعني مرات احنا بتحط + +159 +00:15:45,890 --> 00:15:52,810 +okay و cancel okay و cancel و .. اه ignore تمام؟ + +160 +00:15:52,810 --> 00:15:59,090 +هو طبعا ايش مسمي الزرار؟في عندك 6 positive button + +161 +00:15:59,090 --> 00:16:03,670 +و 6 negative button و 6 neutral button ايش ال + +162 +00:16:03,670 --> 00:16:06,810 +positive و ال negative انت ال action بتاعتك مربضك + +163 +00:16:06,810 --> 00:16:11,730 +إيجابي و سلبي و محيد طبعا هذه مش الأسماء اللي + +164 +00:16:11,730 --> 00:16:14,730 +بتطلع عليهم انت بتقدر تسمي زي ما بده مثلا انا بدي + +165 +00:16:14,730 --> 00:16:17,690 +اختار ايش و positive مثلا طبعا احنا في ال dialogue + +166 +00:16:17,690 --> 00:16:21,950 +تبعنا هنطلع ايش زر واحد دلوقت هنعمل dialogue احنا + +167 +00:16:21,950 --> 00:16:27,600 +كمان شوية وين لما تيجي تضغط backلو في وضع التطبيق + +168 +00:16:27,600 --> 00:16:34,120 +بيسكر التطبيق بيقول لك هل تريد إغلاق التطبيق؟ هذي + +169 +00:16:34,120 --> 00:16:37,400 +بيكون فيها OK و Cancel و إلغاء مثلا هنا احنا بنحط + +170 +00:16:37,400 --> 00:16:41,460 +زر واحد فاختار أي واحد من هذين الـ set positive + +171 +00:16:41,460 --> 00:16:45,560 +pattern هلجيت هنا في ال set positive pattern تطلع + +172 +00:16:45,560 --> 00:16:50,630 +على ال method ايش اللي بيطلبها set positiveبطل + +173 +00:16:50,630 --> 00:16:55,370 +بطلب حشتين car sequence vs string و ال parameter + +174 +00:16:55,370 --> 00:16:59,980 +التاني اللي هو ايشonclick listener يعني حاجات + +175 +00:16:59,980 --> 00:17:03,680 +بتفهمها حتى بالفطرة ال string هذي هيش النص اللي + +176 +00:17:03,680 --> 00:17:07,000 +هيطلع ع البطون، إيش بده يطبع ع البطون؟ و التاني + +177 +00:17:07,000 --> 00:17:09,760 +onclick listener، إيش ال action، إيش بده يعمل لما + +178 +00:17:09,760 --> 00:17:13,540 +تضغط ع البطون؟ طبعا فهي set positive بطون، بتقول + +179 +00:17:13,540 --> 00:17:18,840 +له مثلا .. طبعا هنا أدخل اسم تقوله مثلا okay أو + +180 +00:17:18,840 --> 00:17:23,440 +إغلاق، طبعا يعني هو بعد هيك بده يدخل الاسم ماشي + +181 +00:17:23,440 --> 00:17:31,140 +موافقو بعدين بده event ال + +182 +00:17:31,140 --> 00:17:34,380 +event كده بتحطه زي ال button in you on click + +183 +00:17:34,380 --> 00:17:40,640 +listener on click + +184 +00:17:40,640 --> 00:17:45,560 +listener يعني إيش بده يعمل لما تتغبط ع الزر طبعا + +185 +00:17:45,560 --> 00:17:50,160 +هنا مش هي بس بده يسكر إيش يعني هاي جايبلك هنا + +186 +00:17:50,160 --> 00:17:50,580 +dialogue + +187 +00:17:53,640 --> 00:17:57,320 +أنا عملت بس زر، أنا بدي زر واحد، تمام؟ في ال + +188 +00:17:57,320 --> 00:18:00,840 +dialogue هذا، بدي شكله إيش، أرجو تخيل اسمه، وبعدين + +189 +00:18:00,840 --> 00:18:05,300 +كلمة موافقة كل + +190 +00:18:05,300 --> 00:18:10,120 +الأزرار + +191 +00:18:10,120 --> 00:18:12,300 +التالية نفس الحاجة، كل واحد إلو إلو click + +192 +00:18:12,300 --> 00:18:17,400 +listener، بعمل event مختلفطبعا هذا انا سميته موافق + +193 +00:18:17,400 --> 00:18:20,180 +و حطيت اقولك ليه صراحة انه بدي يسكر ال dialogue بس + +194 +00:18:20,180 --> 00:18:24,160 +بتيجي كلمة dialogue هيك و بتقوله dismiss ايش هي + +195 +00:18:24,160 --> 00:18:29,360 +dismiss يعني اغلقه سكره يعني انا بدي يسكر ال + +196 +00:18:29,360 --> 00:18:33,360 +dialogueالان يبقى ال dialog تبع نطلع ايش اعطيته + +197 +00:18:33,360 --> 00:18:37,020 +انا طبعا متى هيقعد ال dialog لاحظ ان كل هذا موجود + +198 +00:18:37,020 --> 00:18:42,020 +جوا ال F6 اعطانه title اعطانه message اعطانه icon + +199 +00:18:42,020 --> 00:18:48,320 +واعطانه ايش واحد من الزرار تمام بكفله هنا بعدين + +200 +00:18:48,320 --> 00:18:54,320 +بتقوله builder dot build او create اه create + +201 +00:18:54,320 --> 00:18:58,060 +create هذا ايش بتطلعلك بتطلعك object منه alert + +202 +00:18:59,630 --> 00:19:03,030 +Dialogue يعني فعليا ال builder مش هو ال dialogue + +203 +00:19:03,030 --> 00:19:06,630 +ال builder وظيفته بس انك تعطيله حاجات و تقوله + +204 +00:19:06,630 --> 00:19:10,490 +create عندما تعمل create رجعلك object من مين؟ من + +205 +00:19:10,490 --> 00:19:12,770 +اللي هو ال dialogue هو هذا ال dialogue اللي بدنا + +206 +00:19:12,770 --> 00:19:19,270 +يه هذا بتقوله dialogue.show هيك عرض ال dialogue + +207 +00:19:19,270 --> 00:19:23,110 +هذا ال code تعيش انشاء dialogue من هنا لهنا فانت + +208 +00:19:23,110 --> 00:19:29,030 +بتنشئ builderبتحدد محتويات الـ Dialogue عن طريق 6 + +209 +00:19:29,030 --> 00:19:31,810 +methods موجودين في الـ Builder وفي الآخر بعد ما + +210 +00:19:31,810 --> 00:19:33,970 +تجهز بيانات الـ Dialogue كلها بتروح للـ Builder + +211 +00:19:33,970 --> 00:19:37,770 +بتقوله create برجّعلك object من نوع other Dialogue + +212 +00:19:37,770 --> 00:19:46,070 +و بتقوله show اعرف ال Dialogue اللي عنه show طبعا؟ + +213 +00:19:46,070 --> 00:19:52,030 +طيب + +214 +00:19:52,030 --> 00:19:56,920 +عمل ما يشتغل هال create ال Dialogue تبعنا هذابرضه + +215 +00:19:56,920 --> 00:20:01,920 +ممكن في بعض الخصائص مثلا في مثل اسمها sit cancel + +216 +00:20:01,920 --> 00:20:04,780 +on touch outside ايش يعني يعني هال gate ال + +217 +00:20:04,780 --> 00:20:09,580 +dialogue لما يظهر لو ضغط برا منه بيسكر انت بدك ال + +218 +00:20:09,580 --> 00:20:14,220 +behavior هذا ولا لأ اذا بدك مثلا sit cancel on + +219 +00:20:14,220 --> 00:20:19,820 +touch outside ايش يعني sit cancel مثلا هاي أبينكوا + +220 +00:20:19,820 --> 00:20:20,140 +ال dialogue + +221 +00:20:23,180 --> 00:20:26,620 +هي يشتغل عند هنا هاي الذرع ابدأ المسابقة طبعا لان + +222 +00:20:26,620 --> 00:20:29,780 +مافيش حاجة مدخلة طب هي طلعلك ال dialogue تنبيه و + +223 +00:20:29,780 --> 00:20:33,120 +هيحطلك هيك و بعدين هيحطلك هنا ايش موافق طب لو ضغط + +224 +00:20:33,120 --> 00:20:36,460 +برا هنا بيسكر ال dialogue بيمشي الحاجة طبعا بس هذا + +225 +00:20:36,460 --> 00:20:40,020 +ال behavior انه انت لما مفروض مراك بدكيا يسكر بس + +226 +00:20:40,020 --> 00:20:47,640 +لما تضغط ايش موافق فهذه بتحطها ايش falseمن اسمها + +227 +00:20:47,640 --> 00:20:50,820 +cancel on touch outside بدك يعمل cancel لما تضغط + +228 +00:20:50,820 --> 00:20:55,480 +outside false معناه بيبقى موجود لازم تضغط موافق + +229 +00:20:55,480 --> 00:20:59,760 +هذا اللي اللي بدك يه انت طبعا هذا ال dialogue لاحظ + +230 +00:20:59,760 --> 00:21:03,680 +انه تصميمه ثابت تمام باستخدام ال theme اللي انت + +231 +00:21:03,680 --> 00:21:07,700 +مستخدمه لكن هنشوف بعد هيك ان انت ممكن تعمل + +232 +00:21:07,700 --> 00:21:11,210 +dialogue من تصميمك الخاصيعني انت تروح تعمل layout + +233 +00:21:11,210 --> 00:21:14,370 +و تصمم فيه dialogue و تستخدم التصميم هذا هذا ال + +234 +00:21:14,370 --> 00:21:17,430 +dialogue تصميمه ثابت انت بس بتعطيله ال title ال + +235 +00:21:17,430 --> 00:21:21,090 +icon الرسالة ايش يعملها ميضة على زرار و ايش يكتب + +236 +00:21:21,090 --> 00:21:30,510 +على زرار طبعا احنا الان بنستخدم هذا فقط طيب + +237 +00:21:30,510 --> 00:21:39,460 +الان لسه مخلصناش الشاشة الأولىماذا سنفعل؟ قبل أن + +238 +00:21:39,460 --> 00:21:45,140 +نخرج من الشاشة الأولى، إذا قمت بضغط back في + +239 +00:21:45,140 --> 00:21:52,160 +الشاشة الرئيسية، فهيخرج من التطبيق، فهيخرج من + +240 +00:21:52,160 --> 00:21:57,240 +الشاشة الرئيسية، فهيخرج من الشاشة الرئيسية، فهيخرج + +241 +00:21:57,240 --> 00:22:00,840 +من التطبيقهننسخ اللي فوق مش هنقعد نكتب من أول و + +242 +00:22:00,840 --> 00:22:05,940 +جديد طيب هذه كيف نعملها انتموا معايا يا جماعة لحتى + +243 +00:22:05,940 --> 00:22:09,140 +ال underbar وال code اللي احنا شغالين فيه كله داخل + +244 +00:22:09,140 --> 00:22:11,420 +method اسمها ال onCreate وهذا ال method اللي + +245 +00:22:11,420 --> 00:22:15,700 +بتتنفذ أول ما شغل التطبيق الآن بيحكيلي في method + +246 +00:22:15,700 --> 00:22:21,880 +تانية اسمها onBackBreast + +247 +00:22:21,880 --> 00:22:27,100 +onBackBreast لاحظ هذا ال method ايش كتب لهنا + +248 +00:22:28,580 --> 00:22:31,840 +overwrite يعني هي موجودة وين في ال parent انا روحت + +249 +00:22:31,840 --> 00:22:36,380 +بدي اعملها override طبعا كيف طلعت هذه لو انت اجيت + +250 +00:22:36,380 --> 00:22:39,400 +في اي مكان فاضي برا ال on كريته جوه ال class اكتب + +251 +00:22:39,400 --> 00:22:43,120 +on دائما ال method اللي بتبدو ب on معناها بتتنفذ + +252 +00:22:43,120 --> 00:22:47,440 +عند حدث معين ال on start عند التشغيل on back + +253 +00:22:47,440 --> 00:22:50,340 +breast هاي اللي حاول اكملك هذه امتى بتتنفذ ال + +254 +00:22:50,340 --> 00:22:54,750 +method لما اضغط زر ال backلاحظ انت لما تضغط زر + +255 +00:22:54,750 --> 00:22:59,090 +الباك ايش بيعمل بيروح بيعمل super.albackpress ال + +256 +00:22:59,090 --> 00:23:02,910 +super.albackpress فيها ال code اللي بيسكر التطبيق + +257 +00:23:02,910 --> 00:23:08,130 +لأن هذا لو ببساطة عملت لهذا comment هالجهة بتضغط + +258 +00:23:08,130 --> 00:23:09,430 +على ال back تطبيقك مش هيسكر + +259 +00:23:15,190 --> 00:23:18,230 +أحنا بيبنى نسوي انه لما يضغط on back press مايسكرش + +260 +00:23:18,230 --> 00:23:21,490 +الا بناء على Dialogue فبنروح نجيب ال Dialogue تبقى + +261 +00:23:21,490 --> 00:23:25,990 +هى تكتب تانى عشان اتكراه بعلم الشطار تمام هى + +262 +00:23:25,990 --> 00:23:33,870 +Dialogue.builder بس بنكتبه على السريع Builder + +263 +00:23:33,870 --> 00:23:38,470 +طيب الآن حطيت this ليش حطيت this ماحطيتش ان انا .. + +264 +00:23:38,470 --> 00:23:40,870 +لأن انا مش داخل اقبل ماس class لان انا داخل ال + +265 +00:23:40,870 --> 00:23:44,370 +class الأساسية Builder.set title + +266 +00:23:46,850 --> 00:23:52,670 +هذه تنبيه برضه + +267 +00:23:52,670 --> 00:24:01,630 +builder.setmessage اه + +268 +00:24:01,630 --> 00:24:05,750 +هتتعلم اشي جديد هالجيرد انا مابديش اكتب الرسالة + +269 +00:24:05,750 --> 00:24:12,130 +بدي احط الرسالة في ال strings هاي strings تمام + +270 +00:24:16,210 --> 00:24:19,210 +وبدنا نجرحها من ال code احنا اتعلمنا كيف نحطه في + +271 +00:24:19,210 --> 00:24:22,210 +ال string و نجرحها من ال layout فرجعنا نجرحها من + +272 +00:24:22,210 --> 00:24:30,650 +ال code close confirm هذا الرسالة هيك بنسميه تمام + +273 +00:24:30,650 --> 00:24:38,050 +هل تريد الخروج تمام + +274 +00:24:38,050 --> 00:24:42,150 +هنا طبعا عشان هيك هو ايش عامل ايه يا جماعة في ال + +275 +00:24:42,150 --> 00:24:42,710 +set message + +276 +00:24:46,480 --> 00:24:50,560 +في الـ set message معطيك two methods واحدة بتاخد + +277 +00:24:50,560 --> 00:24:55,300 +string والتانية بتاخد id فبتقول ر.string + +278 +00:24:55,300 --> 00:25:00,440 +.closeconvert تمام هذا اللي بدك تجيبها من ال .. + +279 +00:25:00,440 --> 00:25:05,040 +بعدين builder.settitle و ال title نفس الحاجة يا + +280 +00:25:05,040 --> 00:25:07,940 +بتحطها في ال string يا بتكتبها .. احنا حطينا title + +281 +00:25:07,940 --> 00:25:13,660 +set icon r.drawable + +282 +00:25:17,620 --> 00:25:23,900 +close icon طيب الان بده حط زرين okay و cancel تمام + +283 +00:25:23,900 --> 00:25:31,260 +set positive button تمام اللي هو موافق اه بده اسكر + +284 +00:25:31,260 --> 00:25:35,940 +التطبيق ونقوله + +285 +00:25:35,940 --> 00:25:44,800 +new on click ليش ماكملش لحاله مش + +286 +00:25:44,800 --> 00:25:45,560 +مشكلة انا هفضل + +287 +00:26:03,020 --> 00:26:06,500 +طيب و لسه ما كتبناش طيب لما نضغط على okay موافق + +288 +00:26:06,500 --> 00:26:10,130 +بده يسكر التطبيقفي أكتر منطقة .. بظبط اعطينا ال + +289 +00:26:10,130 --> 00:26:13,230 +code بتاع مين؟ بتاع ال super هذا .. هذي أفضل طريقة + +290 +00:26:13,230 --> 00:26:16,410 +وفي طريقة تانية عشان نتسكر ال activity .. يعني + +291 +00:26:16,410 --> 00:26:19,370 +أفضل طريقة أنك تعطينا ال super بس طبعا هنا مفهمش + +292 +00:26:19,370 --> 00:26:22,150 +super .. ليش؟ لإن أنا جوا قانون mass class .. + +293 +00:26:22,150 --> 00:26:23,030 +بتقول أنا بحط main + +294 +00:26:33,260 --> 00:26:40,460 +https://mainactivity.this.mainactivity + +295 +00:26:40,460 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +296 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +297 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +298 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +299 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +300 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +301 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +302 +00:26:40,500 --> 00:26:40,500 +.mainactivity.mainactivity.mainactivity + +303 +00:26:40,500 --> 00:26:40,780 +.mainactivity.mainactivity.mainactivity + +304 +00:26:40,780 --> 00:26:42,460 +.mainactivity.mainactivity.mainactivity + +305 +00:26:42,460 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +306 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +307 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +308 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +309 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +310 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +311 +00:26:42,880 --> 00:26:42,880 +.mainactivity.mainactivity.mainactivity + +312 +00:26:42,880 --> 00:26:45,810 +.mainactivity.mainactخلّى ينادي ال super عشان لو + +313 +00:26:45,810 --> 00:26:48,690 +فيه code إغلاق في ال parent ينفذها ما هو أصلا في + +314 +00:26:48,690 --> 00:26:52,950 +الأول كان إيش ينفذ on back pressed at ال super هذا + +315 +00:26:52,950 --> 00:26:56,750 +ال code انت بتنفذ لما أضغط على الذر الموافق زي و + +316 +00:26:56,750 --> 00:27:01,830 +بدنا نعمل build up dot set negative button و + +317 +00:27:01,830 --> 00:27:03,630 +أعطيله مثلا الغابة + +318 +00:27:13,080 --> 00:27:18,020 +هيقول انك لك listener للزر + +319 +00:27:18,020 --> 00:27:21,340 +التاني الان ايش هيعمل انك لك listener للزر التاني + +320 +00:27:21,340 --> 00:27:24,680 +مش هيعمل حاجة بس يسكر ال dialogue بتقوله dialogue + +321 +00:27:24,680 --> 00:27:30,180 +هيجيب لك في ال parameter dismiss تمام وبعدين بعد + +322 +00:27:30,180 --> 00:27:32,400 +ما خلصنا كل حاجة في ال builder بتقوله builder + +323 +00:27:32,400 --> 00:27:37,880 +.create هذا برجعلك object من النوع alert dialogue + +324 +00:27:37,880 --> 00:27:46,700 +دي مثلا و دي dot showو هيك ايش؟ + +325 +00:27:46,700 --> 00:27:53,980 +راحة المحاضرة و احنا وين؟ + +326 +00:27:53,980 --> 00:28:02,420 +ماشيكتش، + +327 +00:28:02,420 --> 00:28:05,740 +شوفشيك اذا في method او طريقة اتقالكتر او طريقة + +328 +00:28:05,740 --> 00:28:08,040 +تانية او تانية او تانية او تانية او تانية او تانية + +329 +00:28:08,040 --> 00:28:09,320 +او تانية او تانية او تانية او تانية او تانية او + +330 +00:28:09,320 --> 00:28:09,360 +تانية او تانية او تانية او تانية او تانية او تانية + +331 +00:28:09,360 --> 00:28:09,740 +او تانية او تانية او تانية او تانية او تانية او + +332 +00:28:09,740 --> 00:28:09,740 +تانية او تانية او تانية او تانية او تانية او تانية + +333 +00:28:09,740 --> 00:28:09,780 +او تانية او تانية او تانية او تانية او تانية او + +334 +00:28:09,780 --> 00:28:09,780 +تانية او + +335 +00:28:18,010 --> 00:28:23,930 +طيب هاي باك هل تريد بالخروج هاي إيش إلغاء موافق + +336 +00:28:23,930 --> 00:28:29,550 +تمام هاي كده تفكر تطبيقه ماشي يا جماعة هجيتنا نتقل + +337 +00:28:29,550 --> 00:28:33,610 +على وين على ال activity التاني ال activity التاني + +338 +00:28:33,610 --> 00:28:38,390 +المفروض تعالوا في الأول game emulation codeانصممها + +339 +00:28:38,390 --> 00:28:42,670 +هاي ال activity التانية نجي نشتغل التصميم التصميم + +340 +00:28:42,670 --> 00:28:48,190 +هال gate بدنا نعمل فيه التالي بدنا نحط جبل جبل + +341 +00:28:48,190 --> 00:28:53,190 +هدول و بدنا نحط هنا الاسم + +342 +00:28:53,190 --> 00:29:04,090 +و هنا الرصيد تمام هدول الفبتين اه او + +343 +00:29:04,090 --> 00:29:05,330 +او او او او او او او او او او او او او او او او او + +344 +00:29:05,330 --> 00:29:05,330 +او او او او او او او او او او او او او او او او او + +345 +00:29:05,330 --> 00:29:05,330 +او او او او او او او او او او او او او او او او او + +346 +00:29:05,330 --> 00:29:05,330 +او او او او او او او او او او او او او او او او او + +347 +00:29:05,330 --> 00:29:08,440 +او او او اهذا ال title تاع ال activity هذا بتغيره + +348 +00:29:08,440 --> 00:29:12,380 +من ال manifestعشان انا بدأ لعبة اقوم يا اسم + +349 +00:29:12,380 --> 00:29:16,300 +المسابقة تمام تمام فاهم عليك اصلا هذا ال action + +350 +00:29:16,300 --> 00:29:21,120 +bar هتكلم عليك قدام في المثال هذا هنشيله كله اصلا + +351 +00:29:21,120 --> 00:29:24,920 +احنا تمام هنحط بدالي حاجة تسمى tool bar تمام فهذا + +352 +00:29:24,920 --> 00:29:29,160 +انا اجله لبعدين لانه برضه في التطبيق هذا هناخده ال + +353 +00:29:29,160 --> 00:29:35,240 +tool bar فعرجيت فوق هنا بنحط الاسم فبنعرضه ايش ك + +354 +00:29:35,240 --> 00:29:35,900 +text view + +355 +00:29:40,830 --> 00:29:46,310 +و بدنا كمان هنا اتنين + +356 +00:29:46,310 --> 00:29:49,990 +text view جنب بعض عشان نعرض كلمة الرصيد يعني الاسم + +357 +00:29:49,990 --> 00:29:52,190 +خلاص معاه مش لازم احض جنبها اسم هو عارف ان هذا + +358 +00:29:52,190 --> 00:29:54,830 +اسمه يعني تمام بس الرصيد بدي اقوله ان هذا عبارة عن + +359 +00:29:54,830 --> 00:29:58,730 +الرصيد طيب + +360 +00:29:58,730 --> 00:30:09,490 +نيجي على ال attributes هنا هذه name tv score + +361 +00:30:12,940 --> 00:30:18,020 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +362 +00:30:18,020 --> 00:30:18,060 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +363 +00:30:18,060 --> 00:30:20,740 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +364 +00:30:20,740 --> 00:30:20,960 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +365 +00:30:20,960 --> 00:30:22,720 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +366 +00:30:22,720 --> 00:30:23,400 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +367 +00:30:23,400 --> 00:30:23,800 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +368 +00:30:23,800 --> 00:30:24,040 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +369 +00:30:24,040 --> 00:30:24,080 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +370 +00:30:24,080 --> 00:30:26,440 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +371 +00:30:26,440 --> 00:30:26,440 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +372 +00:30:26,440 --> 00:30:26,440 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +373 +00:30:26,440 --> 00:30:26,440 +TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV TV + +374 +00:30:26,440 --> 00:30:26,500 +TV TV TV + +375 +00:30:36,300 --> 00:30:41,820 +هذا ال name tv مثلا تقوله text size 14sp + +376 +00:30:41,820 --> 00:30:45,900 +text color + +377 +00:30:45,900 --> 00:31:04,280 +لأن + +378 +00:31:04,280 --> 00:31:05,520 +هذا مكتوب فيه رصيد + +379 +00:31:18,460 --> 00:31:22,140 +تمام و هنا بتنحط قيمة قيمة الرسيل + +380 +00:31:41,930 --> 00:31:45,430 +طيب كل هذا هنشوفها الأمور الصغيرة تعالى لان نعمل + +381 +00:31:45,430 --> 00:31:50,770 +برضه في عندنا text view لمين للسؤال هتجدر بالك في + +382 +00:31:50,770 --> 00:31:54,450 +text view للسؤال و بدي يكون في image view لصورة + +383 +00:31:54,450 --> 00:32:00,150 +تمام إذا كان السؤال في صورة و في عندك الخيارات + +384 +00:32:00,150 --> 00:32:03,970 +الموجودة و في عندك progress bar لإيش لل timer + +385 +00:32:03,970 --> 00:32:06,370 +فالان + +386 +00:32:12,560 --> 00:32:17,520 +فالسؤال ان نضع text view يعني + +387 +00:32:17,520 --> 00:32:28,960 +يجي تحت الاسم طبعا + +388 +00:32:28,960 --> 00:32:35,520 +العرب تبعه نضع 0db عشان ياخد مساحة الشاشة كلها + +389 +00:32:40,970 --> 00:32:46,790 +الـ high trap content يعني عجبنا حجم السؤال بعدين + +390 +00:32:46,790 --> 00:32:52,070 +بدك تجيب النص عشان هو عربي على الجهة التانية هو + +391 +00:32:52,070 --> 00:33:00,390 +هاي text view 4 في + +392 +00:33:00,390 --> 00:33:04,970 +text alignment خليه + +393 +00:33:04,970 --> 00:33:10,150 +ياخد ال gravity بعدين بتقوله ال gravity + +394 +00:33:13,460 --> 00:33:23,640 +بعدها نضغط on end طيب + +395 +00:33:23,640 --> 00:33:30,260 +مفروض + +396 +00:33:30,260 --> 00:33:36,900 +نضغط نفسه وراك لإنه عنغة واحدة ماشي طيب الأن اللصت + +397 +00:33:36,900 --> 00:33:42,280 +على هذا برضه بنسميه question tv + +398 +00:33:48,420 --> 00:33:52,680 +لان بديش اعمل الصورة بدي اعمل الخيارات و ال + +399 +00:33:52,680 --> 00:33:56,080 +progress bar عشان هم كله تحت هنا تمام أسفل الشاشة + +400 +00:33:56,080 --> 00:34:01,360 +عشان الصورة تجي اين بين السؤال و بين الغزرات فالان + +401 +00:34:01,360 --> 00:34:05,140 +هاي في عندي buttons طبعا انا بدي اعمل الخيارات ك + +402 +00:34:05,140 --> 00:34:09,700 +buttons انا مفترض طبعا ان السؤال الواحد فيه تلت + +403 +00:34:09,700 --> 00:34:12,000 +خيارات تمام + +404 +00:34:17,200 --> 00:34:24,000 +خلّيني بس نسميهم الازرار هدول هذا + +405 +00:34:24,000 --> 00:34:30,100 +option one button انا + +406 +00:34:30,100 --> 00:34:32,900 +حابب يكونوا button على أساس إيش يطلع جد الشاشة لون + +407 +00:34:32,900 --> 00:34:40,340 +ياخد في ال radio بس بغير دائرة صغيرة و + +408 +00:34:40,340 --> 00:34:43,860 +هذا option two button + +409 +00:34:46,900 --> 00:34:49,980 +يعني كأن هي بالراجعة كل اللي أخدناها قبل صح ولا هي + +410 +00:34:49,980 --> 00:34:58,060 +اللي بنشغل طيب + +411 +00:34:58,060 --> 00:35:00,240 +هذا الأخير option تلاتة وشبكه + +412 +00:35:17,100 --> 00:35:18,900 +السلام عليكم + +413 +00:35:50,060 --> 00:36:02,140 +طيب الازرار هدولة خلينا هذا نقول له gravity right + +414 +00:36:02,140 --> 00:36:05,160 +على + +415 +00:36:05,160 --> 00:36:12,480 +أساس النص ييجي هنا gravity right و بعدين center + +416 +00:36:12,480 --> 00:36:16,520 +vertical تمام + +417 +00:36:16,520 --> 00:36:33,410 +عشان ييجي بالشكل هذاهذه سنضعها على كل زرار نضعها + +418 +00:36:33,410 --> 00:36:45,290 +على كل زرار نضعها + +419 +00:36:45,290 --> 00:36:46,050 +على كل زرار نضعها على كل زرار نضعها على كل زرار + +420 +00:36:46,050 --> 00:36:50,510 +نضعها على كل زرارأو فيه شكل افتراضي وبعدين لما + +421 +00:36:50,510 --> 00:36:55,530 +نضغط عليه لو كانت الإجابة صح بيبقى بالأخضر لو كانت + +422 +00:36:55,530 --> 00:37:00,090 +الإجابة خطأ بيصير بالأحمر فخلينا نرسم الرسمات أو + +423 +00:37:00,090 --> 00:37:05,470 +لسه ما خلصناها اشخاص خلينا نحط ال progress bar هدت + +424 +00:37:05,470 --> 00:37:14,940 +النص على السؤال برضه خلينا نكبر الخط X Sizeمثلا + +425 +00:37:14,940 --> 00:37:21,940 +16sp text color أسود + +426 +00:37:21,940 --> 00:37:26,620 +هنا بنحط ال progress bar اللي هو ال timer الوقت + +427 +00:37:26,620 --> 00:37:32,640 +اللي بده يجل فهنا ابحث عن ال progress progress bar + +428 +00:37:54,590 --> 00:38:02,470 +تمام طيب طيب + +429 +00:38:02,470 --> 00:38:07,090 +هاي ال progress bar طبعا ليش ال progress bar لونه + +430 +00:38:07,090 --> 00:38:09,990 +أبيض زي هيك لأنه مافيه قيمة يعني لو جبتلي مثلا ال + +431 +00:38:09,990 --> 00:38:13,630 +progress خمسين minimum + +432 +00:38:21,430 --> 00:38:31,110 +الصفر هذي بس مبدئيا هذي بس عشان نشوفه ال gate طبعا + +433 +00:38:31,110 --> 00:38:34,330 +هنا حط الصفر ال width عشان يجي ع جد الشاشة + +434 +00:38:39,180 --> 00:38:41,860 +طبعا هى شكله هنغيظه .. هنشوف كيف نتحكم في قيمته + +435 +00:38:41,860 --> 00:38:45,580 +هذا المفروض الوجد ايش يظله جل باستمرار وهنا هيكون + +436 +00:38:45,580 --> 00:38:53,520 +فيه image view لو كان السؤال صورة طبعا مش هتطلع + +437 +00:38:53,520 --> 00:38:58,380 +الصورة بالمرة هتطلع السؤال طبعا هو لو كان الصورة + +438 +00:38:58,380 --> 00:39:01,400 +بطلع السؤال و الصورة و الزرار اللى تحت + +439 +00:39:08,970 --> 00:39:12,750 +هذا بدك تتحكم في ربطهم يعني انا ربطهم في ايش حاليا + +440 +00:39:12,750 --> 00:39:15,730 +باللي تحت بيبقى لهم تحت لو انت ربطهم في ال image + +441 +00:39:15,730 --> 00:39:21,150 +view و ال image view اختفت هيتلافهم اه بالظبط الان + +442 +00:39:21,150 --> 00:39:26,990 +خد اي صورة موجودة تمام؟ و هادي وشوف من اين نبط + +443 +00:39:26,990 --> 00:39:27,630 +الصورة + +444 +00:39:30,780 --> 00:39:34,360 +الان الصورة طبعا هتنكمش وتصغر بناء على حجم السؤال + +445 +00:39:34,360 --> 00:39:37,540 +اللى فوق يعني لو هذا ماخد Wrap Content لو كبر شوية + +446 +00:39:37,540 --> 00:39:47,600 +الصورة هتنزل تحت لأن هذه مربوطة وين في السؤال يعني + +447 +00:39:47,600 --> 00:39:50,820 +حاليا دايما الزرار بضلوا تحت يا جماعة ليش؟ لأنه + +448 +00:39:50,820 --> 00:39:53,700 +انا عشان اخف الأول انا روحت وعملت زرار لأن دي + +449 +00:39:53,700 --> 00:39:58,460 +مكانهم ثابت تحت تمام؟لو بد الإزرار يتغير مكانهم أو + +450 +00:39:58,460 --> 00:40:02,720 +يطلع لفوق إذا مافيه صورة فعليا نتربطهم في الصورة، + +451 +00:40:02,720 --> 00:40:08,220 +لأ أنا عملتهم تحت ومتبرمت الصورة فيهم يعني الصورة + +452 +00:40:08,220 --> 00:40:11,440 +اللي قاعدة طالعة ماخدة المساحة اللي باقلة ما بين + +453 +00:40:11,440 --> 00:40:17,020 +ال text و ما بين ال patterns اللي تحت طيب + +454 +00:40:17,020 --> 00:40:19,820 +هلجيت ال wood full height خليه 0 DB؟ + +455 +00:40:26,020 --> 00:40:33,140 +الصورة تبقى بحجمها الطبيعي هذا هو تصميم الواجهة + +456 +00:40:33,140 --> 00:40:35,320 +المسابقة + +457 +00:40:49,570 --> 00:40:57,810 +طيب كيف نعمل اسم طبعا اول + +458 +00:40:57,810 --> 00:41:00,810 +ما يشتغل ال activity هذه تجيب اسم من ال activity + +459 +00:41:00,810 --> 00:41:09,630 +الأولى فبدأ أقول له if getIntent لا يساوى null and + +460 +00:41:09,630 --> 00:41:17,640 +خلاص هيك احتياط getIntent that has extraname إذا + +461 +00:41:17,640 --> 00:41:22,140 +الـ intent مش لله فيه name تمام قل له get intent + +462 +00:41:22,140 --> 00:41:28,340 +dot get string extra name + +463 +00:41:28,340 --> 00:41:33,000 +أنا ماعملتش متغير على طول قلت له get intent اشتغلت + +464 +00:41:33,000 --> 00:41:43,610 +عليها دي تمام هنا string name وبعدين بناحكي لهfind + +465 +00:41:43,610 --> 00:41:58,750 +view by id r.id.name tv هذا برجع لك text view و + +466 +00:41:58,750 --> 00:42:08,350 +بعدين name tv.set text هي ساوي ان + +467 +00:42:08,350 --> 00:42:12,130 +هو بعد ما يبدأ من صفر يعني + +468 +00:42:15,210 --> 00:42:23,110 +هي integer score value او score لحالها يساوي ايش + +469 +00:42:23,110 --> 00:42:28,570 +بدأ من zero طبعا هذه اول ما يشتغل اكيد في ال on + +470 +00:42:28,570 --> 00:42:37,490 +create بدنا نجيب ال score او ال text view score + +471 +00:42:37,490 --> 00:42:38,710 +value tv + +472 +00:42:41,740 --> 00:42:50,860 +FindViewByIDR.ID.ScoreValueTV وهذا + +473 +00:42:50,860 --> 00:42:57,620 +بتقول ست تكست تمام + +474 +00:42:57,620 --> 00:43:01,560 +و بعدين خلال ال code هنسينا نغير في قيمة ال score + +475 +00:43:01,560 --> 00:43:06,940 +تمام واضح الأن الشغل اللي سوينه يا جماعةخلاص اشوى + +476 +00:43:06,940 --> 00:43:15,060 +شغل مافيش حاجة يعني تشوف يعني الاسم طالع في ال .. + +477 +00:43:15,060 --> 00:43:24,820 +بس + +478 +00:43:24,820 --> 00:43:30,660 +بيشيل السؤال الجديد و بيحط مكان السؤال الجديد طيب + +479 +00:43:30,660 --> 00:43:35,300 +ماشياحنا مهنزيد ال counter و هنقوله اعرضه تاني اه + +480 +00:43:35,300 --> 00:43:46,160 +اه هنزيده و نقوله اعرضه تاني مثلا هاي احمد علي هاي + +481 +00:43:46,160 --> 00:43:49,900 +ابدأ المسابقة تمام هاي عرضلك ايش ايش احمد علي + +482 +00:43:49,900 --> 00:43:53,420 +والرصيد صفر تمام بنكمل المحاضرة اللي جاي ان شاء + +483 +00:43:53,420 --> 00:43:53,520 +الله + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..09283d6e4dfe3fc3f22a68c6fd604c5f289e541f --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_postprocess.srt @@ -0,0 +1,2424 @@ +1 +00:00:21,560 --> 00:00:25,720 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية + +2 +00:00:25,720 --> 00:00:28,960 +بدأنا نتعرف على بعض عناصر ال GUI اللي بنستخدمها في + +3 +00:00:28,960 --> 00:00:33,600 +الاندرويد يعني مثلا اتكلمنا عن عنصر اسمه text view + +4 +00:00:33,600 --> 00:00:39,320 +صح؟ وقلنا ان هذا يستخدم لعرض نصوص اتكلمنا بعدين عن + +5 +00:00:39,320 --> 00:00:42,480 +ال pattern وشوفنا ان ال pattern التعامل فيه شبيف + +6 +00:00:42,480 --> 00:00:45,540 +التعامل مع ال text view اللهم انه ان بعدين لما + +7 +00:00:45,540 --> 00:00:47,900 +ندخل على ال code هنشوف كيف نعمل action على ال + +8 +00:00:47,900 --> 00:00:52,470 +pattern تمام؟و بعدين اتكلمنا عن ال image view اللى + +9 +00:00:52,470 --> 00:00:56,890 +هيتستخدم لعرض الصور وشوفنا احنا عشان نعرض اى صورة + +10 +00:00:56,890 --> 00:01:01,930 +لازم تحط الصورة ملف الصورة فى مجلة drawable تمام و + +11 +00:01:01,930 --> 00:01:05,090 +بدك تراها تسمية الصورة لأنه فى النهاية اسم الصورة + +12 +00:01:05,090 --> 00:01:08,340 +بتحول ل variableيعني الصورة ما تكونش فيها حروف + +13 +00:01:08,340 --> 00:01:15,200 +capital ما تبدهش برقم او رموز محجوزة مثلا زي + +14 +00:01:15,200 --> 00:01:20,020 +dollar sign او علامة تعجب او غيره مايكونش فيها + +15 +00:01:20,020 --> 00:01:25,740 +مكونا من كلمتين فيها space بينهم تمام وإلا يعني + +16 +00:01:25,740 --> 00:01:31,330 +هيصير في عندك خطأ في عرض الصورةو قبل هيك اتكلمنا + +17 +00:01:31,330 --> 00:01:35,350 +عن كيف ال GUI اللي انا بصممه عن طريق الدرجة + +18 +00:01:35,350 --> 00:01:38,550 +الدروفي ان هي بتحول ل XML و اتكلمنا عن ال XML + +19 +00:01:38,550 --> 00:01:42,110 +وشوفنا ان ملف ال layout فعليا عبارة عن ملف XML + +20 +00:01:42,110 --> 00:01:47,550 +التاج الأساسي لبرا هو التاج اللي بيمثل ال layout + +21 +00:01:47,550 --> 00:01:51,350 +تمام هذا بيمثل ال layout هنا مثلا أنا بستخدم + +22 +00:01:51,350 --> 00:01:54,030 +layout اسمها constraint layout + +23 +00:01:57,970 --> 00:02:00,610 +أحنا لسه متكلمناش عن layouts لان قلنا المنطق ان + +24 +00:02:00,610 --> 00:02:03,470 +احنا نتعرف على العناصر الشاشة وبعدين نتكلم كيف + +25 +00:02:03,470 --> 00:02:07,530 +ترتيب العناصر على الشاشة وقلنا في ال XML عشان انا + +26 +00:02:07,530 --> 00:02:13,810 +احط بيانات يا بستخدم tag يا بستخدم attributes ايش + +27 +00:02:13,810 --> 00:02:18,510 +ال attributes خصائص تُعطى داخل ال opening tag يعني + +28 +00:02:18,510 --> 00:02:24,500 +مثلا ال opening tag هو هدا تمام كل هدولةعبارة عن + +29 +00:02:24,500 --> 00:02:27,960 +attributes الاندرويد بتبع ال attributes عشان يعطي + +30 +00:02:27,960 --> 00:02:31,860 +خصائص العلاصر على الشاشة مثلا انا بضيف button اكيد + +31 +00:02:31,860 --> 00:02:36,060 +طبعا حكينا ان كل العلاصر تضاف داخل ال tag بتاع ال + +32 +00:02:36,060 --> 00:02:40,900 +layout مثلا بقوله button هيك طبعا شوف انت بس تكتب + +33 +00:02:40,900 --> 00:02:44,140 +كلمة button بطلقلك علاصر الشاشة هاي button طبعا + +34 +00:02:44,140 --> 00:02:47,040 +ضافلك هي او ضفلك هدول هنتكلم عنهم wrap content + +35 +00:02:47,040 --> 00:02:51,620 +wrap content طبعا مثلا بحط له نص text لل button + +36 +00:02:51,620 --> 00:02:58,920 +هاي hello worldلاحظ إن هدول كلهم attributes داخل + +37 +00:02:58,920 --> 00:03:02,000 +ال opening tag تعلبته بعدين حكينا إيش السهم هذا + +38 +00:03:02,000 --> 00:03:06,980 +صح؟ هذا يعني أنه أصل هو شكله زي هيك بس لأنه مافيش + +39 +00:03:06,980 --> 00:03:16,980 +محتوى هنا ممكن يسكره مباشرة طيب + +40 +00:03:16,980 --> 00:03:19,740 +هذا كان ملخص الكلام اللي حكيناه للمحاضرة الماضية + +41 +00:03:23,440 --> 00:03:27,100 +الان فى بس نقطة صغيرة لما انا ضفت button على + +42 +00:03:27,100 --> 00:03:32,040 +الشاشة عن طريق ال drag and drop + +43 +00:03:32,040 --> 00:03:43,800 +حظة اقلق شوية طيب + +44 +00:03:43,800 --> 00:03:48,700 +هيه اتطلع عندى ك XML طيب خلينا نطلع على ال code + +45 +00:03:48,700 --> 00:03:49,140 +على ال XML + +46 +00:03:52,330 --> 00:03:55,930 +هذا طبعاً لل text تمام؟ هذا رص ال .. البتون جميعها + +47 +00:03:55,930 --> 00:03:59,410 +ممكن تغيرها من هنا أو ممكن تغيرها من ال .. ال + +48 +00:03:59,410 --> 00:04:03,370 +attributes هاي ال text موجود وراه هاي ممكن تغيره + +49 +00:04:03,370 --> 00:04:07,050 +من هنا و لو فتحت السهمين هدول هتلاقي فيه خصائص + +50 +00:04:07,050 --> 00:04:12,250 +مطولة لل .. لل بتون منها مثلا بتغير نوع الخط و حجم + +51 +00:04:12,250 --> 00:04:17,490 +الخط جربناهم برا الماضي تمام؟ نرجع ل XML فيه + +52 +00:04:17,490 --> 00:04:19,390 +خاصيتين ماتكلملاش عنهم اللي هو ال width و ال + +53 +00:04:19,390 --> 00:04:23,320 +heightهدولة أي عنصر بدك تضيفه على الشاشة لازم + +54 +00:04:23,320 --> 00:04:27,780 +تحددله width و height إيش القيمة اللي بياخدها؟ هو + +55 +00:04:27,780 --> 00:04:33,140 +بياخد أحد تلات قيم القيمة الأولى المبدئية اللي هو + +56 +00:04:33,140 --> 00:04:35,860 +حطتها حاجة اسمها wrap content إيش هي wrap content؟ + +57 +00:04:35,860 --> 00:04:41,020 +زغر على جد النص الموجود القيمة التانية لو أنا ضغط + +58 +00:04:41,020 --> 00:04:44,620 +control space بيجيبلي عندي match parent من اسمها + +59 +00:04:44,620 --> 00:04:47,720 +بيكبره على اساس يتوافق مع ال parent من ال parent + +60 +00:04:47,720 --> 00:04:55,940 +على بابتهم؟ اللي هو ال layoutتعالى شوف هى ماتش + +61 +00:04:55,940 --> 00:05:01,700 +parent طبعا بدك تحدد انت للودف والهيت لحاله يعني + +62 +00:05:01,700 --> 00:05:06,840 +هنا ال match parent الودف طبعا لكن الهيت مانه wrap + +63 +00:05:06,840 --> 00:05:12,600 +content هذا لو حطته match parent هيك + +64 +00:05:12,600 --> 00:05:18,140 +البطن غبط كل الشاشة طبعا ممكن انت تحط حجم خاص فيك + +65 +00:05:18,140 --> 00:05:21,540 +يعني مثلا تقول اني بدي عرضه 200DP + +66 +00:05:24,030 --> 00:05:27,630 +والـ height تبقى من الارتفاع 100 DP واتكلمنا + +67 +00:05:27,630 --> 00:05:31,190 +المحاضرة الماضية عن الـ DP صح ولا لأ اللي هو مقياس + +68 +00:05:31,190 --> 00:05:35,990 +يتناسب مع حجم الشاشة يعني في شاشات ال density أو + +69 +00:05:35,990 --> 00:05:38,610 +ال resolution تبقى عالي جدا بتلاقيه بكبر شوية + +70 +00:05:38,610 --> 00:05:42,270 +الانصار عشان يتناسب معاه في شاشات ال resolution + +71 +00:05:42,270 --> 00:05:45,550 +تبقى هواق جدا بتلاقيه بظغره عشان مايعبيش الشاشة + +72 +00:05:45,550 --> 00:05:50,490 +احنا نعمل الحكيمة تبقى زر حجمه 100 DP وعربطه على + +73 +00:05:50,490 --> 00:05:53,430 +شاشة 100 ال density تبقاها 100 pixel per inch + +74 +00:05:56,670 --> 00:06:02,170 +تمام؟ عندك مثلا زر عفوا مية pixel وعربطه على شاشة + +75 +00:06:02,170 --> 00:06:06,070 +حجمها مية pixel per inch معناه انه الزر هياخد واحد + +76 +00:06:06,070 --> 00:06:09,810 +inch تمام؟ لكن لو ال resolution بتاع الشاشة مية + +77 +00:06:09,810 --> 00:06:15,270 +pixel عفوا ألف pixel per inch الزر هياخد معاك عشر + +78 +00:06:15,270 --> 00:06:19,090 +المساحة هذه صح ولا تقريبا فبطلع صغير جدا لو الشاشة + +79 +00:06:19,090 --> 00:06:24,510 +ال resolution تبعها عال كتير زي ال DP في ال SP بس + +80 +00:06:24,510 --> 00:06:30,670 +ليهاشللخطوط طيب هذا بالنسبة لل width و ال height + +81 +00:06:30,670 --> 00:06:41,710 +الان في نقطة تانية هذه نسميها ال padding ايش + +82 +00:06:41,710 --> 00:06:50,070 +المقصود بال padding ال padding يا جماعة الان + +83 +00:06:50,070 --> 00:06:56,960 +عندنا button و مكتوب فيه textالـ padding هي + +84 +00:06:56,960 --> 00:07:02,940 +المسافة ما بين محتوى الأنصر وحدود الأنصر يعني إيش + +85 +00:07:02,940 --> 00:07:06,380 +محتوى الأنصر البطن؟ إيش محتوى؟ إيش فيه جوا؟ الـ + +86 +00:07:06,380 --> 00:07:11,440 +text تمام؟ المسافة ما بين المحتوى وحدوده هذه + +87 +00:07:11,440 --> 00:07:17,600 +المسافة إيش بنسميها؟ ال padding تمام؟ + +88 +00:07:17,600 --> 00:07:20,600 +يعني مثلا لو جيت أنا للبطن قلت له حط ال padding + +89 +00:07:20,600 --> 00:07:26,960 +مثلا تلاتين هيوصل زي هيكعلى أساس يخلّي مسافة + +90 +00:07:26,960 --> 00:07:35,380 +تلاتين من كل النواحي ماشي + +91 +00:07:35,380 --> 00:07:40,520 +هذه بتتحكم جداش المحتوى اللي جوا بعيد عن الحدود + +92 +00:07:40,520 --> 00:07:45,820 +بتاع الأنصار أحيانا انت بالذراك يعني ال battle لما + +93 +00:07:45,820 --> 00:07:51,960 +تعطي راب content بيجي على بالظبط ع جدع جد نص، صح؟ + +94 +00:07:51,960 --> 00:07:55,280 +ممكن تحطله paddle من يمين إلى شمال مثلا عشر عشر + +95 +00:07:55,280 --> 00:08:02,150 +عشان يطلع منظره يعني ألطف شويةواضح كيف؟ يعني تعطيه + +96 +00:08:02,150 --> 00:08:05,930 +مثل مساحات من الجوانب الان هنا ال padding مثلا انا + +97 +00:08:05,930 --> 00:08:10,930 +عطيته padding عشرين DP في برضه حاجتان مفيدة في ال + +98 +00:08:10,930 --> 00:08:14,550 +padding انه بعمل زي كأنك بتعمل border اطار حواليك + +99 +00:08:14,550 --> 00:08:17,970 +image view مثلا انت لما تعرض فيها صورة ال image + +100 +00:08:17,970 --> 00:08:21,070 +view بتعبي الصورة اللي بتحطها بتعبي ال image view + +101 +00:08:21,070 --> 00:08:26,100 +لو حطيت padding لهابصير زي و زي كأنه في إطار + +102 +00:08:26,100 --> 00:08:31,220 +حوالين الصور هذا بتجي مع التجربة هتلاقي كيف أهميت + +103 +00:08:31,220 --> 00:08:35,140 +مثلا هنا أنا حطيت ال padding لل button يعني خلي ال + +104 +00:08:35,140 --> 00:08:41,960 +button wrap content تعالى + +105 +00:08:41,960 --> 00:08:43,780 +شوف كيف شكله الآن + +106 +00:08:46,400 --> 00:08:50,420 +في مسافات سابها لو راب content لحالك اللي جيته على + +107 +00:08:50,420 --> 00:08:58,280 +جد نص تماما حط خمسين او مية هتلاقي ايش ساب مسافة + +108 +00:08:58,280 --> 00:09:00,740 +كبيرة بس هذا طبعا مش منطقي انا بس عشان افرجيكي + +109 +00:09:00,740 --> 00:09:05,700 +اياه ممكن تعطي padding من جهة محددة هذا ال padding + +110 +00:09:05,700 --> 00:09:10,940 +بتبقى على كل الجهات مثلا ممكن تقول هاي في padding + +111 +00:09:10,940 --> 00:09:16,520 +bottomend و start و top end و start زي left و + +112 +00:09:16,520 --> 00:09:22,320 +right يعني مثلا padding خلينا نقول start يعني من + +113 +00:09:22,320 --> 00:09:30,160 +الشمال كله مثلا اربعين DP بس بيجي من جهة واحدة + +114 +00:09:30,160 --> 00:09:32,540 +بيعطي padding تمام + +115 +00:09:37,560 --> 00:09:40,780 +طيب هذه بالنسبة لها ال padding نرجع الآن يا جماعة + +116 +00:09:40,780 --> 00:09:43,780 +للعلاصر اللي موجودة عنا على الشاشة طبعا هذا ال + +117 +00:09:43,780 --> 00:09:46,700 +padding مش بس لل button لأي عنصر بعد هيك image + +118 +00:09:46,700 --> 00:09:50,780 +view text view برضه بتعطيله ممكن تعطيله padding + +119 +00:09:50,780 --> 00:09:54,880 +نجي الأن لعنصر تاني بعد ما غطينا ال text view و ال + +120 +00:09:54,880 --> 00:09:59,320 +button و ال image view في عندنا الحقن الخاص بإضافة + +121 +00:09:59,320 --> 00:10:04,330 +النصواحد بيضيف في اسم مستخدم كلمة مرور description + +122 +00:10:04,330 --> 00:10:08,330 +لحاجة معينة بيده الراجل يكتب على ال keyboard ففيه + +123 +00:10:08,330 --> 00:10:12,990 +أنا عنصر لو روحت على شاشة ال text هذه اه وفيه أنا + +124 +00:10:12,990 --> 00:10:16,910 +عنصر هنا اسمه plain text شايفينه؟ فيه text view + +125 +00:10:16,910 --> 00:10:20,830 +فوق وفيه تحته plain text ايش بيفرجه؟ هذا فيه تحته + +126 +00:10:20,830 --> 00:10:25,510 +خط واضح؟ مبين هنا أن هذا اللي تحته خط هذا اللي + +127 +00:10:25,510 --> 00:10:29,050 +الكتابة يعني لإن انا سحبته زي هيك وحطيته + +128 +00:10:32,560 --> 00:10:36,980 +تمام هذا زي ال text field في ال java هنا بسميه + +129 +00:10:36,980 --> 00:10:41,020 +edit text طيب + +130 +00:10:41,020 --> 00:10:44,280 +خليني أشوف الأن كيف بطلع .. طبعا قبل ما نروح على + +131 +00:10:44,280 --> 00:10:49,920 +ال XML لأن هو ميعطيك خيارات كبيرة جدا لإضافة نصوص + +132 +00:10:49,920 --> 00:10:54,440 +مثلا هذا ال plain text هذا عشان تضيف انت لصفي حقل + +133 +00:10:54,440 --> 00:11:01,260 +تاني لpassword ايش بفرق زي اللي فوق تماما لكن ال + +134 +00:11:01,260 --> 00:11:06,000 +password اللي بتكتبها بتطلع انجوب بعدين في عندك + +135 +00:11:06,000 --> 00:11:09,800 +هنا email مثلا مش هجرب من كلهم انا email هذا + +136 +00:11:09,800 --> 00:11:14,700 +لكتابة ال email طب ايش بفرق على النص اللي فوق بفرق + +137 +00:11:14,700 --> 00:11:18,480 +ان ال keyboard نفسها بتطلع فيها حروف لكتابة ال + +138 +00:11:18,480 --> 00:11:22,260 +email على طول من غير انك تروح تدور عليها في عندك + +139 +00:11:22,260 --> 00:11:28,400 +مثلا phoneتمام؟ هذا بطلع ال letters المستخدمة + +140 +00:11:28,400 --> 00:11:31,340 +لكتابة التليفونات، إيش يعني؟ إيش في letters + +141 +00:11:31,340 --> 00:11:34,620 +مستخدمة لكتابة التليفونات؟ يعني الأرقام .. ليش مش + +142 +00:11:34,620 --> 00:11:41,450 +راضي أسحبها؟أو طيب ليش مش راضي ال .. زي الأرقام و + +143 +00:11:41,450 --> 00:11:48,350 +charts سلّا مثلا تمام الزائد تمام النجمة في كمان + +144 +00:11:48,350 --> 00:11:51,630 +عندنا day و time و number مثلا لو أنت بدك تضيف حقل + +145 +00:11:51,630 --> 00:11:57,230 +تسمح فيه فقط بأرقام تستخدم هذا إيش مفرج إن ال + +146 +00:11:57,230 --> 00:12:01,090 +keyboard بتطلع بس الأرقام يعني أنت لو .. لو روحنا + +147 +00:12:01,090 --> 00:12:05,510 +على ال XMLهتلاقيهم طالع عليهم هايهم كلهم واحد + +148 +00:12:05,510 --> 00:12:10,210 +اتنين تلاتة اربعة خمسة كلهم على فكرة من نوع واحد + +149 +00:12:10,210 --> 00:12:13,730 +اسمه edit text ايش بختلفه في ال attributes اللي + +150 +00:12:13,730 --> 00:12:20,390 +جوا بتاعتهم لان مثلا مثلا اضافة اسماء اشخاص او كده + +151 +00:12:20,390 --> 00:12:24,490 +ايش بيسميه هو text personname هذا ال text personal + +152 +00:12:24,490 --> 00:12:27,930 +name هذا كل اللي بيختلف أهم واحد فيهم اللي بيحدد + +153 +00:12:27,930 --> 00:12:31,430 +ان هو ال input type ال input type هذا فيه منه + +154 +00:12:31,430 --> 00:12:35,050 +أنواع كتير مثلا في عندنا text personal name هذا + +155 +00:12:35,050 --> 00:12:38,270 +لإضافة الأسماء واحد بيقول ايش مفرج ال x اسم على + +156 +00:12:38,270 --> 00:12:41,770 +النص العادي هو الاسم النص عادي بس مش هيسمحلك + +157 +00:12:41,770 --> 00:12:46,390 +multiline تمام يعني مش هيخليك تضغط enter عشان تنزل + +158 +00:12:46,390 --> 00:12:50,410 +سطر جديد المفروض الاسم ينحط في السطر واحد اللي + +159 +00:12:50,410 --> 00:12:57,940 +تحته هنافي عندك هذا text password تمام وفي decimal + +160 +00:12:57,940 --> 00:13:00,980 +password لو انت بدك تخلي واحد تجبره انه يدخل + +161 +00:13:00,980 --> 00:13:07,220 +password أرقام في كمان text email address نفس اللي + +162 +00:13:07,220 --> 00:13:10,620 +ضفناهم يعني كل اللي بختلف ال input type لكن هم + +163 +00:13:10,620 --> 00:13:15,500 +كلهم انه edit text وفي كمان هذا phone و آخر واحد + +164 +00:13:15,500 --> 00:13:20,100 +number تمام ال input type هو المهم + +165 +00:13:22,020 --> 00:13:25,940 +خلّينا نشوف منظرهم بس هال gate عشان نشوف منظرهم + +166 +00:13:25,940 --> 00:13:29,680 +انا بتغير حاجة انت ما تهتمش فيها هال gate عشان + +167 +00:13:29,680 --> 00:13:30,600 +يبينوا ع الشاشة بس + +168 +00:13:57,370 --> 00:14:00,510 +طيب عبر ما يشتغل خلينا نطلع شوية على ال edit text + +169 +00:14:00,510 --> 00:14:06,870 +لان هذا طلع ال width و ال height قداش راب content + +170 +00:14:06,870 --> 00:14:12,530 +في عنا خاصية اسمها EMS ايش ال EMS لان انا لحظ لو + +171 +00:14:12,530 --> 00:14:18,950 +هذه مش موجودة تمام هذا على مين انا بغير على اول + +172 +00:14:18,950 --> 00:14:22,470 +واحد صح اللي هو ال person name و تعالى شوفوا هنا + +173 +00:14:22,470 --> 00:14:28,680 +شايفين ايش ايش صار فيه زغرهعلى جد المحتوى تبعه هو + +174 +00:14:28,680 --> 00:14:31,800 +كاتب لحاله فيه name تمام مصغر على جد لأنه rap + +175 +00:14:31,800 --> 00:14:35,720 +content منطقي تمام لأن بيقولك أنت ممكن تخليه rap + +176 +00:14:35,720 --> 00:14:40,700 +content بس ممكن تحددله عدد الأحرف اللي ياخدها تمام + +177 +00:14:40,700 --> 00:14:45,520 +يعني هنا أنا قلتله عدد الأحرف اللي ياخدها هذا ال + +178 +00:14:45,520 --> 00:14:49,220 +.. بياخد أكتر بس هو حجمه المبدأي يعني بيجي ع جد + +179 +00:14:49,220 --> 00:14:53,340 +عرض عشر أحرف هذه طبعا أيام أسئلة تفسيرات عشر أحرف + +180 +00:14:53,340 --> 00:14:57,750 +من حجم حرف ال Mطبعا هيك مفسروها يعني الواحد بيقول + +181 +00:14:57,750 --> 00:15:02,870 +انا جربت كتبت فيها 15 حرف V اه ماشي V لأنها اصغر + +182 +00:15:02,870 --> 00:15:08,090 +من M طبعا فهي صح Wrap Content بس بفترض انه اصغر + +183 +00:15:08,090 --> 00:15:13,610 +حجم هي عشرة ماشي فانت لو شيلت هذه بيصير Wrap + +184 +00:15:13,610 --> 00:15:19,390 +Content بصغر كتير طبعا انا صح هذه بقى مستخدماش + +185 +00:15:19,390 --> 00:15:22,750 +كتير ممكن لو انا بدكبه كتير بشيل هذه بحط هذا match + +186 +00:15:24,680 --> 00:15:28,500 +match parent او في امور تانية هاي شوف match parent + +187 +00:15:28,500 --> 00:15:36,140 +اخد حجم الشاشة طيب text ايش هذا ال text اللي هو + +188 +00:15:36,140 --> 00:15:41,380 +النص اللي مكتوب مبدئيا تمام في غير هذا بس بدنا + +189 +00:15:41,380 --> 00:15:46,420 +نغيره على اللي تحت هذا ايش هنا لل password صح؟ بدك + +190 +00:15:46,420 --> 00:15:50,600 +تكتب فيها في attribute جديد اسمها hintماهو الـ + +191 +00:15:50,600 --> 00:15:54,520 +hint؟ هذا اللص اللي بيطلع بلون فاه شوية بيديك + +192 +00:15:54,520 --> 00:15:58,160 +إرشادات تضغط عليه بيختفي عشان أنت تكتب اللص تبعك + +193 +00:15:58,160 --> 00:16:02,820 +تمام؟ هذا بيفرج على ال text ال text بيختفيش تمام؟ + +194 +00:16:02,820 --> 00:16:08,100 +ال hint هذا بيختفي مثلا enter password + +195 +00:16:31,930 --> 00:16:37,930 +هذه الحقون الأربع الموجودين هذا + +196 +00:16:37,930 --> 00:16:40,910 +ال name أنا عملته match parent تمام تضغط عليه زي + +197 +00:16:40,910 --> 00:16:44,090 +هيك هنا بيقولك اكتب النص اللي بدك إياه طبعا إيش + +198 +00:16:44,090 --> 00:16:47,670 +بكتب إيش الزر اللي تحت هذا next مش enter next + +199 +00:16:47,670 --> 00:16:51,870 +معناه إنه بيسمح line واحد لإن هو text person name + +200 +00:16:51,870 --> 00:16:54,650 +هنشوف كيف هلجيه تخليه multiline اضغط هيك بروح على + +201 +00:16:54,650 --> 00:16:57,110 +ال field اللي بعده ال field اللي بعده password + +202 +00:16:57,110 --> 00:17:00,710 +تكتب إنت ال password اللي بدك إياها بس بتتحول ل + +203 +00:17:01,490 --> 00:17:04,250 +انجوم لان ال input type هو اللي حدد انه يطلع + +204 +00:17:04,250 --> 00:17:09,450 +password اللي بعده هذا تبع ال email هذه طلعلك على + +205 +00:17:09,450 --> 00:17:14,770 +طول ال at هنا تمام و dot com اللي بعده هذا number + +206 +00:17:14,770 --> 00:17:19,130 +كيف؟ + +207 +00:17:19,130 --> 00:17:27,490 +وين ال hint هلجيت؟ هاي تمام هذا الرقم الرقم ال + +208 +00:17:27,490 --> 00:17:34,110 +numberو .. لأ هذا ال fall اه طلعلك تمام و هاي ال + +209 +00:17:34,110 --> 00:17:39,030 +number جابلك بس أرقام ماشي هاي ال number أخر واحد + +210 +00:17:39,030 --> 00:17:44,670 +هذا number طيب في عشان نمهي موضوع ال edit text هذا + +211 +00:17:44,670 --> 00:17:50,930 +الآن افرض انت بدك تعمل اكتر من line فيه فانت بتيجي + +212 +00:17:50,930 --> 00:17:55,730 +لل text مثلا هذا بدك تكتب فيه شرح فيه عندك text + +213 +00:17:55,730 --> 00:18:13,920 +multi lineبتصير انت تضغط .. ها تنحدثها لأ + +214 +00:18:13,920 --> 00:18:18,500 +لسه ما .. + +215 +00:18:27,830 --> 00:18:31,450 +تمام هاي text multiline شايفين إيجاني هنا إشارة ال + +216 +00:18:31,450 --> 00:18:41,150 +enter اضغط هاي إيش قاعد بنزل عادوا تاني أنا + +217 +00:18:41,150 --> 00:18:45,430 +المفروض مكتوبش بال keyboard بتاعتي اه هاي اضغط هيك + +218 +00:18:45,430 --> 00:18:50,410 +بنصير ينزل ينزل أسطر ممكن تحدد عدد الأسطور تمام + +219 +00:18:50,410 --> 00:18:54,430 +مثلا ممكن تقوله minimum lines يعني بديه أول ما + +220 +00:18:54,430 --> 00:19:01,070 +يظهر يظهر تلاتة lines تمامmax lines ممكن تقوله ايش + +221 +00:19:01,070 --> 00:19:04,610 +مثلا تلاتة على اساس انه يطلع تلاتة بالظبط تمام او + +222 +00:19:04,610 --> 00:19:07,890 +ممكن تقوله انه اقل اشي تلاتة او اكتر اشي سبعة + +223 +00:19:07,890 --> 00:19:14,490 +وممكن تقوله scroll bar vertical على اساس ايش يطلع + +224 +00:19:14,490 --> 00:19:22,590 +لو مثلا زاد عن سبعة يطلع scroll bar عشان + +225 +00:19:22,590 --> 00:19:27,750 +مايضلوش ينزل يعني هنا ال max line سبعةطبعا انت لو + +226 +00:19:27,750 --> 00:19:32,250 +حطته تلاتة تلاتة minimum و maximum هيبقى لنفسك انه + +227 +00:19:32,250 --> 00:19:34,870 +ثابت فبيصير يعتمد على ال scroll bar + +228 +00:19:44,490 --> 00:19:49,490 +بتكتب سطر واحد حسب .. يعني مش فاهم بطلع حجمه تلاتة + +229 +00:19:49,490 --> 00:19:53,490 +وبتكتب اللي بدكيها تضغط enter بنزل سطر تضغط enter + +230 +00:19:53,490 --> 00:19:57,210 +بنزل سطر تضغط enter بنزل بضل ننزل بس بطلها scroll + +231 +00:19:57,210 --> 00:20:01,770 +ايش + +232 +00:20:01,770 --> 00:20:06,110 +حدث هو ولا .. + +233 +00:20:06,110 --> 00:20:10,050 +لا مالوش علاقة بالجهاز + +234 +00:20:31,470 --> 00:20:32,830 +طيب هاي شايفين هذا + +235 +00:20:38,830 --> 00:20:43,770 +لأن هزيده ل سبعة بعدين بيصير يطلع scroll يعني انا + +236 +00:20:43,770 --> 00:20:48,410 +ممكن اسحبه زي هيك برجع تمام + +237 +00:20:48,410 --> 00:20:51,710 +المهم انه خلاص أفهمنا ال edit text ال input type + +238 +00:20:51,710 --> 00:20:54,570 +هذا أهم واحد عندي اللي بيحدد نوع ال input تبعه و + +239 +00:20:54,570 --> 00:20:59,710 +هيك بيكون خلصنا ال edit text أخدنا الآن كام عنصر + +240 +00:20:59,710 --> 00:21:04,090 +من أعصر الشاشة أربعة صح؟text view اليد ال text و + +241 +00:21:04,090 --> 00:21:07,130 +ال button و ال image view بعد ما خدم الأربعة هدولة + +242 +00:21:07,130 --> 00:21:10,370 +بدنا ننتقل لان لموضوع اللي له علاقة بترتيب العناصر + +243 +00:21:10,370 --> 00:21:14,710 +على الشاشة تمام بدنا عشان نكمل باقى العناصر بدنا + +244 +00:21:14,710 --> 00:21:18,470 +نشوف على جد اللي خدمهم هدول كيف رتبهم على الشاشة + +245 +00:21:18,470 --> 00:21:26,690 +الآن يا جماعة لو أنا رجعت خليني رجعهم و رجعت هذه + +246 +00:21:26,690 --> 00:21:27,590 +constraint + +247 +00:21:41,180 --> 00:21:46,440 +Layout وهي رجعت ال edit text كلهم وجهتي اعمل run + +248 +00:21:46,440 --> 00:21:52,860 +على + +249 +00:21:52,860 --> 00:21:56,340 +الشاشة اضفت العناصر مبسوط وكلهم تحت بعض + +250 +00:22:03,120 --> 00:22:10,880 +لكن لو انا هذا ال code عملتله run و + +251 +00:22:10,880 --> 00:22:15,780 +تعالى نشوف كيف طالع عندي على الشاشة ايش صار؟ وين + +252 +00:22:15,780 --> 00:22:21,400 +العناصر انا كنت بشغل فيهم؟ كلهم اختفوا مش اختفوا + +253 +00:22:21,400 --> 00:22:28,400 +كلهم كوامهم في ال top left في جرة الشاشة طب ليش + +254 +00:22:28,400 --> 00:22:32,720 +هيك؟هذا الخطأ اللى كان يطلع عندى هنا وكنا نتجهله + +255 +00:22:32,720 --> 00:22:37,180 +احنا شايفين اللى بالأحمر هذا مقول انت محددتش مكان + +256 +00:22:37,180 --> 00:22:43,220 +مكان الأنصار فهو لحاله برميت على زاوية الشاشة + +257 +00:22:43,220 --> 00:22:48,360 +فالمهم هنا كيف نحدد أماكن العناصر والمهم كمان + +258 +00:22:48,360 --> 00:22:53,280 +الصعب في الجوال ان انت بتعرض البرنامج على أجهزة + +259 +00:22:53,280 --> 00:22:56,720 +مختلفة في جهاز بالطول وجهاز بالعرض أجهزة كبيرة + +260 +00:22:56,720 --> 00:23:00,410 +أجهزة صغيرة تصميم الوجهاتفي الاندرويد أصعب من + +261 +00:23:00,410 --> 00:23:02,970 +الديسكتوب الديسكتوب معروف دائما الشاشات بتاعته + +262 +00:23:02,970 --> 00:23:09,210 +مستطيلة صح و لا لكن هذا لأ هذا بختلف فضلا فبتضبط + +263 +00:23:09,210 --> 00:23:12,890 +دائما تصميمك نتواءم مع الأجهزة المختلفة هاناش انا + +264 +00:23:12,890 --> 00:23:16,450 +في الأول قلتلك اللي بتجرب على شاشات مختلفة و تجرب + +265 +00:23:16,450 --> 00:23:19,410 +على ال portrait و landscape عشان تتأكد من الحاجة + +266 +00:23:19,410 --> 00:23:22,170 +هذه فنجي الآن لأول نقطة كيف ارتب العناصر على + +267 +00:23:22,170 --> 00:23:26,170 +الشاشة ترتيب العناصر على الشاشة باستخدام ال layout + +268 +00:23:26,170 --> 00:23:30,600 +اللي بيتنتبه لناأول layout اللي اتطرق إليها خلّيني + +269 +00:23:30,600 --> 00:23:36,220 +أشيل العناصر اللي موجودة هذه هنتكلم + +270 +00:23:36,220 --> 00:23:41,460 +عن اتنين layouts أساسيين في layout اسمها linear + +271 +00:23:41,460 --> 00:23:45,700 +layout و layout اللي هي هذا ال constraint layout + +272 +00:23:45,700 --> 00:23:50,840 +كان في layout مشهورة اسمها relative layoutتمام لكن + +273 +00:23:50,840 --> 00:23:55,620 +اخر سنتين ظهرت هذه الـ constraint layout غطط يعني + +274 +00:23:55,620 --> 00:23:58,980 +كتحسين عليها فخلاص احنا بنجي على جديد دايما + +275 +00:23:58,980 --> 00:24:04,240 +والجديد ممكن تطلع عليه لحالك لان بدي اشيل هذا ال + +276 +00:24:04,240 --> 00:24:07,620 +code اللي هنا بدي اغير نوع ال layout و اكتب كلمة + +277 +00:24:07,620 --> 00:24:15,240 +linear layout ايش + +278 +00:24:15,240 --> 00:24:22,710 +بده هذا؟ اه طيبكتبت Linear Layout من اسمها ايش عن + +279 +00:24:22,710 --> 00:24:26,990 +كلمة Linear Layout هاد يا جماعة Linear Layout + +280 +00:24:26,990 --> 00:24:29,470 +شبيهة بال Layout اللي خدناها في الـ Flow Layout + +281 +00:24:29,470 --> 00:24:34,190 +اللي هي بترتب العناصر ورا بعض بس يا إما أفقي يا + +282 +00:24:34,190 --> 00:24:41,390 +إما رأسي طبعا هو هنا طلع لي خطأ أول ما كتبت لإيش + +283 +00:24:41,390 --> 00:24:46,300 +لأن تعال تعال شوف أنت حط الخط هنا No Orientationis + +284 +00:24:46,300 --> 00:24:50,260 +specified the default is horizontal انت ماحددتش + +285 +00:24:50,260 --> 00:24:52,840 +orientation ايش يعني orientation لأن هو بيقولي + +286 +00:24:52,840 --> 00:24:55,580 +linear layout معناه اي عنصر او اي علاصر تضيفها + +287 +00:24:55,580 --> 00:25:01,340 +جوايا هحطهم ورا بعض لكن بيقولي انت ماحددتش ال + +288 +00:25:01,340 --> 00:25:03,240 +orientation فانا هفترض ان ال orientation + +289 +00:25:03,240 --> 00:25:08,380 +horizontal الافضل ان احنا نكتبه كتابة كيف واحد من + +290 +00:25:08,380 --> 00:25:12,120 +ال attributes على ال layout هنا قبل ما تسكر ال + +291 +00:25:12,120 --> 00:25:15,320 +course اي مكان اكتب مثلا orientation + +292 +00:25:17,820 --> 00:25:20,460 +وهو لحاله جاب لك الـ Vertical و لا Horizontal + +293 +00:25:20,460 --> 00:25:26,800 +خلينا نقوله مثلا Horizontal الان الشاشة لسه فاضية + +294 +00:25:26,800 --> 00:25:34,540 +طيب + +295 +00:25:34,540 --> 00:25:40,040 +الان تعالى نجرب على البتن اسحب بتن و حط يحط البتن + +296 +00:25:40,040 --> 00:25:41,820 +و عب الشاشة اسحب كمان واحد + +297 +00:25:45,340 --> 00:25:49,880 +جنبه horizontal بتصف ورا بعض horizontal أفق يعني + +298 +00:25:49,880 --> 00:25:55,420 +اسحب كمان واحد تمام هو بيقولك حبك تحطه في الأول في + +299 +00:25:55,420 --> 00:26:01,300 +النص في الآخر تمام تقدرش تمسك عنصر و تحطه تحت + +300 +00:26:01,300 --> 00:26:05,660 +لحاله كل ما تحط عناصر برصهم ورا بعض تمام اسمه + +301 +00:26:05,660 --> 00:26:11,620 +horizontal زيه تعال غيّر ال orientation هاي + +302 +00:26:11,620 --> 00:26:21,840 +vertical بسهك حطهم برأسي فهذا + +303 +00:26:21,840 --> 00:26:27,020 +باختصار ال layout ال linear layout يا بترص أفقي يا + +304 +00:26:27,020 --> 00:26:31,740 +بترص رأسي طب واحد بيقول يعني انا مش هقدر اصمم اللي + +305 +00:26:31,740 --> 00:26:35,640 +بديا باستخدام ال linear layout و اقوله لأ اصمم + +306 +00:26:35,640 --> 00:26:38,520 +اللي بدكيا بال linear layout عن طريق انك تستخدم + +307 +00:26:38,520 --> 00:26:43,420 +layout جوجل layoutوعشان نفهم هذه قبل ما .. يعني + +308 +00:26:43,420 --> 00:26:48,400 +الآن في المحاضرة بناخد تصميم مثلا نحط username + +309 +00:26:48,400 --> 00:26:51,820 +ويكتب + +310 +00:26:51,820 --> 00:26:58,040 +زي password تمام؟ + +311 +00:26:58,040 --> 00:27:04,340 +و بعدين زرين okay و cancel يعني هذه شاشة بسيطة + +312 +00:27:04,340 --> 00:27:09,730 +بنشوف كيف ممكن نعملها بال linear layoutو ممكن فوق + +313 +00:27:09,730 --> 00:27:16,670 +و بيحط صورة شخص يعني طيب + +314 +00:27:16,670 --> 00:27:19,330 +أول حاجة و قبل ما نشوف كيف نعمل واجهة زي هيك ب + +315 +00:27:19,330 --> 00:27:21,610 +linear layout خلينا نفهم أساسيات ال linear layout + +316 +00:27:21,610 --> 00:27:28,410 +الآن أنا رجعت و بدي أحط ال layout تبعها horizontal + +317 +00:27:28,410 --> 00:27:32,850 +ال orientation تمام + +318 +00:27:32,850 --> 00:27:36,130 +و بدنا نبدأ نضيف buttons بس بدي أعملها بال XML طيب + +319 +00:27:36,130 --> 00:27:44,890 +أجيت هيك اناهيضافة button راب content text + +320 +00:27:44,890 --> 00:27:49,070 +هي button واحد + +321 +00:27:49,070 --> 00:27:56,250 +مش لازم حاليا تعال هنا هيضعف ال button ضيف كمان + +322 +00:27:56,250 --> 00:27:57,830 +واحد هنسخه زي ما هو + +323 +00:28:05,910 --> 00:28:15,090 +هي كرره لان برضه هذا حطه حطه جنب حابب + +324 +00:28:15,090 --> 00:28:22,030 +انت الذرين تصيب مسافة بينهم تبعدهم عن بعض تمام اه + +325 +00:28:22,030 --> 00:28:25,850 +لان بدنا نتعلم بعض الخصائص المهمة لان الذرار ملزج + +326 +00:28:25,850 --> 00:28:31,710 +حتى الذر نفسه ملزجين في ال layout طيب كيف بدك تبعد + +327 +00:28:31,710 --> 00:28:38,610 +مثلا بتن واحد عن الحفةحفة ال layout فيها انا حاجة + +328 +00:28:38,610 --> 00:28:44,110 +اسمها margin اشان ال margin الحدود والان بنا نميذ + +329 +00:28:44,110 --> 00:28:48,130 +ما بين ال margin و ال padding عشان ما نخبطش لو انا + +330 +00:28:48,130 --> 00:28:54,870 +عندي زر او اي انصر هذا المحتوى ال content وهذا ال + +331 +00:28:54,870 --> 00:29:01,810 +item تبعي هذا ال item وهذا ايش ال content الجوه ال + +332 +00:29:01,810 --> 00:29:07,350 +item هذا كله يعني itemالان ال padding هي المسافات + +333 +00:29:07,350 --> 00:29:11,710 +هذه ماشي + +334 +00:29:11,710 --> 00:29:18,770 +ال margin هي المسافات البرا المجدشن عنصره بعيد عن + +335 +00:29:18,770 --> 00:29:22,710 +ال parent تبعه مثلا اللي هو موجود داخله تمام + +336 +00:29:22,710 --> 00:29:27,990 +فهدولة بنسميهم margins هدولة الجوا بنسميهم padding + +337 +00:29:27,990 --> 00:29:34,590 +تمام بناء على الكلام هذا اجيت لل buttonو اضغط عليه + +338 +00:29:34,590 --> 00:29:42,190 +margins layout margin و اضغط عليه مثلا 20dp لان + +339 +00:29:42,190 --> 00:29:48,970 +انظر البطون هذا بعيد عن 20 في كل الجهات هذا انا لم + +340 +00:29:48,970 --> 00:29:52,470 +اضغط عليه مارجن + +341 +00:29:52,470 --> 00:29:58,470 +لحظة + +342 +00:29:58,470 --> 00:30:03,230 +شويه هذه مارجن للتاني وهي 20dp + +343 +00:30:15,360 --> 00:30:19,820 +ممكن تحدد ال margin من جهة واحدة + +344 +00:30:26,190 --> 00:30:30,370 +لأ هذا الـ margin خلاص يعني ال .. ال .. المنطقة + +345 +00:30:30,370 --> 00:30:34,330 +هذه رايحة تمام؟ رايحة ماقدرش تحط فيها حاجة خلاص + +346 +00:30:34,330 --> 00:30:37,690 +هذه ال margin ال margin تابعة للأنصر دلوقتي ال + +347 +00:30:37,690 --> 00:30:46,090 +margin مسافة تابعة .. خلاص كإنها محجوزة للأنصر + +348 +00:30:46,090 --> 00:30:50,850 +مش كإن البغض + +349 +00:30:50,850 --> 00:30:56,260 +على الذات خلاص هذه منطقة ميتة راحتأنت مابقدرش + +350 +00:30:56,260 --> 00:31:00,900 +تستخدمها بس هي تابعة أساسا للعنصر خلاص محجوزة + +351 +00:31:00,900 --> 00:31:07,020 +للعنصر في عندك margin زي ما قلنا بتحدد في margin + +352 +00:31:07,020 --> 00:31:13,020 +top و start و end و bottom يعني مثلا ممكن أقول حد + +353 +00:31:13,020 --> 00:31:17,500 +اللي بس ال top عشرين هي + +354 +00:31:17,500 --> 00:31:21,360 +مثلا هنا حط العنصر من فوق بس عشرين هنا لأ ممكن + +355 +00:31:21,360 --> 00:31:23,140 +تقول من فوق عشرين و من الجانب عشرة + +356 +00:31:26,650 --> 00:31:35,610 +تمام ؟ طيب هذا بس عشان نفهم ال margin طيب + +357 +00:31:35,610 --> 00:31:38,770 +خلينا نشيل ال margins عشان ما نخبطش مع الحاجات + +358 +00:31:38,770 --> 00:31:45,150 +التانية اللي هتعلمها ال gate هاي + +359 +00:31:45,150 --> 00:31:51,310 +رجع العواصر زي ما هم الآن إيش أنا معطل عنصر حجم + +360 +00:31:52,170 --> 00:31:56,530 +Rare Content بظغره على جد المحتوى الخاص بيه لان + +361 +00:31:56,530 --> 00:32:03,290 +ممكن نجي احنا نستفيد من خاصية اسمها ال weight طبعا + +362 +00:32:03,290 --> 00:32:08,070 +لو بدك تكبر العنصر على جد الشاشة بدك تنتبه لو انا + +363 +00:32:08,070 --> 00:32:16,550 +كبرت ال battle الأول بيقوله match parent ايش + +364 +00:32:16,550 --> 00:32:19,710 +صار التاني اختفى تمام + +365 +00:32:22,990 --> 00:32:27,290 +لو كبرت التاني لأ + +366 +00:32:27,290 --> 00:32:32,950 +الاول بيضله التاني هو لما يعمل ال press run + +367 +00:32:32,950 --> 00:32:38,610 +بالترتيب تمام لأن اجه الاول rap content عرضه خلص + +368 +00:32:38,610 --> 00:32:41,970 +مسافته الاول ان عرضه صار موجود على الشاشة التاني + +369 +00:32:41,970 --> 00:32:45,470 +جبتله match parent ايش بيعمل بيمده ياخد باقي + +370 +00:32:45,470 --> 00:32:49,790 +المساحةفهمتوا كيف هو بالترتيب .. بالبناء على + +371 +00:32:49,790 --> 00:32:53,150 +الترتيب العناصر أول عنصر قلت له wrap content و + +372 +00:32:53,150 --> 00:32:56,950 +عرضه على الشاشة الآن التاني قلت له match parent + +373 +00:32:56,950 --> 00:33:02,510 +بمد حاله على جد المساحة اللي ضايلة ماشي؟ طب ليش + +374 +00:33:02,510 --> 00:33:05,710 +ماصارش لما كان العكس؟ لأنه بدأ فبطن واحد قاله + +375 +00:33:05,710 --> 00:33:10,570 +match parent غطى كل حاجة يعني في حاجات هيك بتجربة + +376 +00:33:10,570 --> 00:33:11,150 +بتجي معاك + +377 +00:33:15,430 --> 00:33:20,150 +طيب غير ال match payout في أنه لو انا رجعتهم wrap + +378 +00:33:20,150 --> 00:33:25,170 +content في أن حاجة في ال layout linear layout + +379 +00:33:25,170 --> 00:33:31,470 +اسمها ال weight مثلا شوف هنا قلت له weight 1 و هنا + +380 +00:33:31,470 --> 00:33:37,430 +weight 2 ال + +381 +00:33:37,430 --> 00:33:43,520 +weight هذا لأ بعيد توزيع المساحةمع بين الاتنين + +382 +00:33:43,520 --> 00:33:50,340 +بحيث واحد قدر الإمكان واحد ياخد ضعف التاني يعني + +383 +00:33:50,340 --> 00:33:53,720 +طلع في ال text انا قلت له weight هذا واحد هذا ال + +384 +00:33:53,720 --> 00:33:57,980 +weight تبعه اتنين يعني لو يعني و كأن المساحة مكونة + +385 +00:33:57,980 --> 00:34:02,960 +من تلت أجزاء واحد ياخد جزءين واحد ياخد جزء تاني + +386 +00:34:02,960 --> 00:34:11,100 +تمام هنا عشان يتبين أكتر لفهاتمام؟ هذا تقريبا و مش + +387 +00:34:11,100 --> 00:34:14,700 +بالظبط بعملهم بحب اعمل مواقع ما نوع عامة فهذا كأنه + +388 +00:34:14,700 --> 00:34:20,460 +بياخد مساحة ضعف ال answer الأول ممكن تغير النسبة + +389 +00:34:20,460 --> 00:34:26,060 +مثلا هذا واحد وهذا تلاتة تمام هتلاقي هذا حجمه بصغر + +390 +00:34:26,060 --> 00:34:30,120 +شوية فهذا ال weight مفيد عشان تعطي أوزان للاثنين + +391 +00:34:30,120 --> 00:34:34,360 +مع بعض rap content بضال كل واحد + +392 +00:34:37,110 --> 00:34:41,490 +ماخد على جد المحتوى اللي هو موجود فيه تمام؟ شوف لو + +393 +00:34:41,490 --> 00:34:47,310 +أنا حطيت ال weight كلمة weight معناها وزن ماشي يا + +394 +00:34:47,310 --> 00:34:51,250 +جماعة حطيت ال weight للأول أحيانا تفهر معنا الكلمة + +395 +00:34:51,250 --> 00:34:55,670 +بالإنجليزي بسهل عليك استخدامها هاي weight واحد + +396 +00:34:55,670 --> 00:35:00,190 +واحد ايش يعني واحد واحد؟ الاتنين لهم نص نص فبيجسم + +397 +00:35:00,190 --> 00:35:05,770 +المساحة كلها بينهم بالنص واضحة + +398 +00:35:05,770 --> 00:35:10,520 +كيف؟عشان هيك في البداية طلع معايا لما ماكانش عندي + +399 +00:35:10,520 --> 00:35:15,580 +ولا حاجة و خطبته نظفته أخد مساحة إيش الشاشة كلها + +400 +00:35:15,580 --> 00:35:20,560 +ليش لأنه لحاله راح أطلو weight واحد لأن هو لحاله + +401 +00:35:20,560 --> 00:35:23,720 +في المنطقة كلها و قلتوله weight واحد أخد كل + +402 +00:35:23,720 --> 00:35:28,340 +المنطقة يعني هذه لما يكون weight واحد صح يعني wrap + +403 +00:35:28,340 --> 00:35:32,460 +content هذه موجودة بس كأنه هي نفسها شيلت هذه و حطت + +404 +00:35:32,460 --> 00:35:37,470 +match pairلكن اذا اتجه عنصر تانى وضفته على الشاشة + +405 +00:35:37,470 --> 00:35:42,090 +الان جسمه بالنص لان هذا اخد weight واحد وهذا + +406 +00:35:42,090 --> 00:35:46,390 +weight واحد فانجسمت بينهم weight تلاتة واحد هذا + +407 +00:35:46,390 --> 00:35:49,830 +بياخد تلات اجزاء وهذا جزء هذا بتفيد من اين يا + +408 +00:35:49,830 --> 00:35:56,160 +جماعة احنا لما نجي نصمم شاشة زي هيكالمفروض ان ال + +409 +00:35:56,160 --> 00:36:01,980 +edit text مثلا ياخد جزءين وهذا ياخد جزء صح ولا لأ + +410 +00:36:01,980 --> 00:36:04,680 +يعني عشان يكون في توازن بينهم هذا جزء وهذا يكون + +411 +00:36:04,680 --> 00:36:17,000 +جزءين ففي هذا المثال هنستخدم ال weight طيب، + +412 +00:36:17,000 --> 00:36:21,360 +ضال في خاصية برضه مهمة في ال .. + +413 +00:36:33,020 --> 00:36:38,340 +الان اتطلع على البطون النص وين بيجي؟ فى النص بدك + +414 +00:36:38,340 --> 00:36:43,160 +تجيبه على اليمين او على الشمال كيف؟ طيب نيجي + +415 +00:36:43,160 --> 00:36:47,020 +للبطون لان هذه مالهاش علاقة بال lay out اللى علاقة + +416 +00:36:47,020 --> 00:36:51,940 +بكيف المحتوى العنصر تتحدد يمين او شمال او فوق او + +417 +00:36:51,940 --> 00:36:57,360 +تحت لو اجيت على البطون نفسه فى خاصية اسمها gravity + +418 +00:36:59,800 --> 00:37:04,720 +اسمها Gravity إيش أنا كلمة Gravity الجاذبية ال + +419 +00:37:04,720 --> 00:37:11,660 +Gravity هذه بتحدد إنه لو حددتها للعنصر بتحدد + +420 +00:37:11,660 --> 00:37:15,180 +المحتوى ال content أبقى أين هيروح في أي اتجاه هو + +421 +00:37:15,180 --> 00:37:18,520 +by default بيكون center تمام بس شوف لو أنا حطيت + +422 +00:37:18,520 --> 00:37:24,600 +left هذا ال button الأول اللي ضفته تمام شايفين أين + +423 +00:37:24,600 --> 00:37:27,540 +النص إجا إجا على الشمال + +424 +00:37:32,840 --> 00:37:36,600 +هو طبعا ال default انها center في حاليات مش هتبين + +425 +00:37:36,600 --> 00:37:42,580 +معاك هل جيت ليش مثلا top top و bottom يعني هو فعلا + +426 +00:37:42,580 --> 00:37:46,820 +جابه top لأنها اه رفعه شوية تمام بس فيه بتبين اكتر + +427 +00:37:46,820 --> 00:37:52,920 +لو انه عبده كبير بيبين اكتر ممكن تجمع حاجتين مع + +428 +00:37:52,920 --> 00:37:58,120 +بعض تقوله مثلا left top + +429 +00:38:00,250 --> 00:38:03,430 +يعني شمال top مثلا لما بيجي على الزاوية هذه أو هيك + +430 +00:38:03,430 --> 00:38:04,850 +تمام؟ طيب + +431 +00:38:24,630 --> 00:38:28,070 +طيب إيش أنت شايف هال gate؟ وين الزرعين إيه جوا؟ + +432 +00:38:28,070 --> 00:38:33,010 +تحت .. تحت .. كيف جبت الزرعين هيك تحت بسرعة؟ روحت + +433 +00:38:33,010 --> 00:38:38,110 +أنا على ال layout، ال layout نفسها، وقلتله جيت لل + +434 +00:38:38,110 --> 00:38:42,310 +layout، ال gravity إيش؟ bottom، إيش معناه الكلام + +435 +00:38:42,310 --> 00:38:44,990 +هذا؟ إنه ال layout ال gravity bottom، معناه كل + +436 +00:38:44,990 --> 00:38:51,130 +محتوى ال layout هينزل تحتما هو انا لما احط gravity + +437 +00:38:51,130 --> 00:38:55,270 +ل ال button معناه محتوى ال button هقوله يمين شمال + +438 +00:38:55,270 --> 00:38:59,250 +فوق تحت لما احط gravity ل layout معناه انا بتحكم + +439 +00:38:59,250 --> 00:39:03,310 +في محتوى ال layout دايما انت لما تحط gravity لعنصر + +440 +00:39:03,310 --> 00:39:07,610 +معناه انت تتحكم في اتجاه او في مكان المحتوى تبعه + +441 +00:39:07,610 --> 00:39:14,330 +مين محتوى الذرق؟ النص مين محتوى ال layout؟الأزرار + +442 +00:39:14,330 --> 00:39:17,750 +كل اللي فيها طبعا فانا وجدته من ال lay out ال + +443 +00:39:17,750 --> 00:39:21,670 +gravity كأنه بحدد أماكن العناصر اللي فيها center + +444 +00:39:21,670 --> 00:39:26,070 +هاي + +445 +00:39:26,070 --> 00:39:38,810 +إيجي في نص الشاشة هم by default بيكونوا top طيب + +446 +00:39:46,630 --> 00:39:52,190 +مش ملاحظين هنا فيه + +447 +00:39:52,190 --> 00:39:55,630 +زر فوق و فيه زر إيجا وين؟ إيجا فالمص، طب كيف أنا + +448 +00:39:55,630 --> 00:39:58,630 +جبت الزر لحاله فالمص؟ انتبهوا معايا، احنا اتفاجن + +449 +00:39:58,630 --> 00:40:03,900 +ان ال gravity بستفيد منها ان احدد مكانالمحتوى + +450 +00:40:03,900 --> 00:40:08,440 +المحتوى للشيء لو حددت gravity لبطن تتحدد مكان النص + +451 +00:40:08,440 --> 00:40:12,480 +اللي موجود فيه لو حددت gravity في إيدة text إيش + +452 +00:40:12,480 --> 00:40:17,460 +إيدة text اللي بتحدد المستخدم لما يكتب وين الحروف + +453 +00:40:17,460 --> 00:40:21,020 +هتطلع احنا متعودين الحروف تطلع على الشمال ممكن لأ + +454 +00:40:21,020 --> 00:40:26,100 +يكتب تطلع في النص طبعا؟ لو حددت gravity ل layout + +455 +00:40:26,100 --> 00:40:30,840 +بتحدد مكان كل العلاصر اللي جواها زي ما احنا شوفنا + +456 +00:40:30,840 --> 00:40:43,510 +تويطيب لكن في خاصية تانية اسمها مش gravity اسمها + +457 +00:40:43,510 --> 00:40:47,230 +layout gravity + +458 +00:40:47,230 --> 00:40:55,070 +جبلها إيش جبها كلمة layout layout gravity تستخدمها + +459 +00:40:55,070 --> 00:41:00,930 +للأنصر عشان تحدد مكانه بالنسبة لأبوه تمام + +460 +00:41:02,130 --> 00:41:05,270 +الـ Gravity بتستخدمها للأنصر عشان يتحدد مكان + +461 +00:41:05,270 --> 00:41:09,830 +محتوان الـ Layout Gravity بتستخدمها للأنصر عشان + +462 +00:41:09,830 --> 00:41:14,710 +يتحدد مكانه بالنسبة لأبوه طب كيف يعني انت لخبطنا + +463 +00:41:14,710 --> 00:41:24,510 +هيك بالنسبة لأبوه لإمه نرجع على ال text لأن + +464 +00:41:24,510 --> 00:41:29,330 +أنا قلتلك بدي الإزرار تيجي في النص كلها + +465 +00:41:31,740 --> 00:41:34,780 +تمام؟ في عندك خيارين انك تروح لل lay out و تقولها + +466 +00:41:34,780 --> 00:41:36,880 +lay out بديت كل المحتوى اللي فيك ييجي في النص + +467 +00:41:36,880 --> 00:41:41,700 +نستخدم اي خاصية من هدولة بالمناسبة ال gravity لان + +468 +00:41:41,700 --> 00:41:45,700 +انا فسرناها و قولنا ال gravity نستخدمها يعني عنصر + +469 +00:41:45,700 --> 00:41:48,680 +عشان نحدد مكان محتوى العنصر الأهم اللي هنا اللي هو + +470 +00:41:48,680 --> 00:41:54,960 +lay out و قولنا له هنا gravity center + +471 +00:41:54,960 --> 00:41:58,080 +عشان هيك جاب كل العناصر في النص + +472 +00:42:02,710 --> 00:42:06,650 +أي Text لأ + +473 +00:42:06,650 --> 00:42:10,750 +احنا بتتحكم الآن في ال button في العلاقات اللي جوا + +474 +00:42:10,750 --> 00:42:13,830 +ال layout اللي هي ال buttons نفسها المحتوى اللي + +475 +00:42:13,830 --> 00:42:17,330 +موجود جوا ال buttons هذا ملاش فيه لإنك تتحكم في + +476 +00:42:17,330 --> 00:42:21,030 +مكان النص ال text بتروحنا ال button بتقوله gravity + +477 +00:42:21,030 --> 00:42:27,910 +انتوا معايا لا يا جماعة اه اكيد لو ضفت اه اكيد ها + +478 +00:42:27,910 --> 00:42:34,820 +ضيف كمان text هيه text view يعنيهي هي نزل معاهم + +479 +00:42:34,820 --> 00:42:39,000 +برضه لأن هذا كله محتوى ال layout فانا روحت لل + +480 +00:42:39,000 --> 00:42:41,420 +layout قلت له gravity center حطهم كلهم في النص + +481 +00:42:41,420 --> 00:42:45,860 +طبعا لو + +482 +00:42:45,860 --> 00:42:49,120 +روحت لل button قلت له gravity بحدد مكان المحتوى + +483 +00:42:49,120 --> 00:42:54,560 +مين المحتوى ال button ال text انا قلت بدي بس الزر + +484 +00:42:54,560 --> 00:42:59,200 +هذا هو اللي ييجي في النصبنفع تروح لل layout و + +485 +00:42:59,200 --> 00:43:02,760 +تقوله gravity لأ هي خربت الدنيا هي كل محتوى layout + +486 +00:43:02,760 --> 00:43:07,580 +هينزل في النص فالان بروح للزر نفسه هاي ال battle + +487 +00:43:07,580 --> 00:43:12,840 +التاني و بقوله شو gravity لأ gravity هذا صح لو + +488 +00:43:12,840 --> 00:43:15,920 +قلتله gravity تتحكم مكان ال text اللي جوا هنا + +489 +00:43:15,920 --> 00:43:17,660 +بتقوله layout gravity + +490 +00:43:20,980 --> 00:43:25,540 +و بتقوله center انا غيرت بس لمين لل battle يعني + +491 +00:43:25,540 --> 00:43:31,100 +هنا بقوله مكانك في ال layout تمام لاحظ فيها كلمة + +492 +00:43:31,100 --> 00:43:35,720 +ايش layout تعالى هنا ال battle اللي حاله حطه في ال + +493 +00:43:35,720 --> 00:43:41,030 +center و هدوله ضلهم مكانهمتمام؟ واضحة ايش الفرق ما + +494 +00:43:41,030 --> 00:43:45,050 +بين gravity و layout gravity يبقى linear layout يا + +495 +00:43:45,050 --> 00:43:48,170 +جماعة باختصار شديد عشان هو نوجز الموضوع بترتب + +496 +00:43:48,170 --> 00:43:50,810 +العصرية أما أفقيا أما رأسيا بناء على ال + +497 +00:43:50,810 --> 00:43:53,770 +orientation اللي بتحدده في ال layout ياما + +498 +00:43:53,770 --> 00:43:57,030 +horizontally أما vertical في خاصية اسمها weight + +499 +00:43:57,850 --> 00:44:02,650 +بنستفيد منها لنحدد أوزان العناصر هل ياخد مثلا واحد + +500 +00:44:02,650 --> 00:44:07,030 +ياخد جزءين و واحد ياخد جزء تمام؟ واحد ياخد تلت + +501 +00:44:07,030 --> 00:44:10,830 +أجزاء و واحد ياخد جزءين ممكن تعمل زي هيك و طبعا ال + +502 +00:44:10,830 --> 00:44:16,250 +weight بتلغي تأثير ال width و ال height صح ولا؟ + +503 +00:44:16,250 --> 00:44:22,130 +بتلغي تأثيره يعني بالرغم من أنه هذا محطو trap + +504 +00:44:22,130 --> 00:44:25,910 +content أنه أخد نص مساحة الشاشة لما حطت ال weight + +505 +00:44:33,360 --> 00:44:37,060 +الخاصية التانية غير ال weight هي ال gravity ال + +506 +00:44:37,060 --> 00:44:42,860 +gravity بتحدد فيها gravity و layout gravity ال + +507 +00:44:42,860 --> 00:44:48,560 +gravity مكان المحتوى، ال gravity بتعطيها للأنصر + +508 +00:44:49,350 --> 00:44:52,230 +عشان يتحدد المحتوى وين يروح، يمين، شمال، فوق، تحت + +509 +00:44:52,230 --> 00:44:56,410 +الـLayout Gravity أنت بتعطيها للأنصر عشان يتحدد + +510 +00:44:56,410 --> 00:45:02,050 +مكانه بالنسبة للـLayout تمام؟ هذا مختصر الـLinear + +511 +00:45:02,050 --> 00:45:08,230 +Layout بنقل عليها، تعالوا يا جماعة نجرب نعمل الشكل + +512 +00:45:08,230 --> 00:45:13,250 +اللي موجود عندنا هذا تمام؟ + +513 +00:45:19,540 --> 00:45:22,320 +طبعا انا بده اشتغل XML طبعا اللي بده يشتغل drug + +514 +00:45:22,320 --> 00:45:26,280 +drop هو حر انا بعلمك الصعب وانت شغل السهل ايش اول + +515 +00:45:26,280 --> 00:45:33,000 +حاجة موجود عندك في الامتحان XML طبعا لأ + +516 +00:45:33,000 --> 00:45:36,880 +خلي لحظة ماشي تعالي نفكر اول حاجة دلوقتي نبدأ + +517 +00:45:36,880 --> 00:45:41,080 +نشتغل كيف هنعمله هذا طبعا احنا اتفجنا ان الشكل + +518 +00:45:41,080 --> 00:45:42,200 +اللي احنا بدناياه + +519 +00:45:48,460 --> 00:45:54,460 +و تبقى معانا فى هنا صورة هنا و + +520 +00:45:54,460 --> 00:45:59,840 +تحت هنا بيجي عندك username password + +521 +00:45:59,840 --> 00:46:02,900 +و + +522 +00:46:02,900 --> 00:46:07,900 +تحت هنا login او cancel مثلا هدولة جايين فى النص + +523 +00:46:09,370 --> 00:46:12,390 +كيف بنعملها بالـ Linear Layout؟ طب احنا شوفنا بالـ + +524 +00:46:12,390 --> 00:46:14,770 +Linear Layout بتحطه Horizontal برصه كله ورا بعض + +525 +00:46:14,770 --> 00:46:18,570 +Vertical تحت بعض هنا في حاجات جانب بعض و حاجات + +526 +00:46:18,570 --> 00:46:23,710 +Vertical صح؟ كيف بنعملها؟ فكر كيف تجمع اكتر من + +527 +00:46:23,710 --> 00:46:30,010 +Layout عشان تعمل الشكل هذا الان + +528 +00:46:30,010 --> 00:46:35,370 +هدول اتنين مش عنصرين جانبها هدول اتنين Linear صح؟ + +529 +00:46:35,370 --> 00:46:38,330 +Horizontal ما كلهم Linear هيكون يعني هذه + +530 +00:46:38,330 --> 00:46:44,970 +Horizontalو هذه كمان layout horizontal و هذه كمان + +531 +00:46:44,970 --> 00:46:49,670 +layout horizontal تمام؟ و هذه كمان layout بس فيها + +532 +00:46:49,670 --> 00:46:54,570 +إيش؟ صورة تمام؟ + +533 +00:46:54,570 --> 00:47:01,130 +أو خليها بقى لحالها و هدولة كلهم موجودين أين؟ في + +534 +00:47:01,130 --> 00:47:05,810 +layout واحدة يعني layout واحدة فيها صورة layout + +535 +00:47:05,810 --> 00:47:09,990 +واحدة vertical فيها صورةو بعدين في عندك linear + +536 +00:47:09,990 --> 00:47:13,630 +layout فيها text text view و edit text و بعدين + +537 +00:47:13,630 --> 00:47:16,550 +linear layout text view edit text و linear layout + +538 +00:47:16,550 --> 00:47:21,510 +فيها two buttons شوفت كيف هنعملها هذه بدنا نفذها + +539 +00:47:21,510 --> 00:47:26,350 +اجينا هنا حطاش هيك هذه الرئيسية vertical ماشي + +540 +00:47:26,350 --> 00:47:36,450 +بعدين image view بدنا مثلا حجم الصورة 200 width و + +541 +00:47:36,450 --> 00:47:49,760 +150DP و بنقول له ال source اي صورة طيب + +542 +00:47:49,760 --> 00:47:53,740 +الصورة وان طلعت طلعت + +543 +00:47:53,740 --> 00:47:58,940 +هيك بدنا نجيبها في النص ممكن انت تحط gravity لل + +544 +00:47:58,940 --> 00:48:03,880 +layout center + +545 +00:48:09,880 --> 00:48:15,240 +هيك بس ايش انت خلّيت كل المحتوى بما فيه اللي هضيفه + +546 +00:48:15,240 --> 00:48:20,020 +جدّام يصير center top فاحنا ممكن مبدأيا ان نستغنق + +547 +00:48:20,020 --> 00:48:23,940 +على ال gravity و نشتغل على الصورة لحالها layout + +548 +00:48:23,940 --> 00:48:33,040 +gravity للصورة و نقوله center top تمام + +549 +00:48:33,040 --> 00:48:38,220 +هي ايجاد في النصتحته تحت الصورة مين بده ييجي؟ اللي + +550 +00:48:38,220 --> 00:48:41,380 +يظرمه ال password هدوله أول حاجة الاتنين بدهم + +551 +00:48:41,380 --> 00:48:45,140 +يكونوا داخل linear layout عرض ال linear layout + +552 +00:48:45,140 --> 00:48:49,900 +قداش طول الشاشة اللي هي هتكون match parent + +553 +00:48:49,900 --> 00:48:56,440 +ارتفاعها قداش؟ ركزوا معانا يا جماعة هذه هذه لحالها + +554 +00:48:56,440 --> 00:49:06,200 +linear layout صح؟ عرضها قداش؟لأ هو مش rap تمام أنا + +555 +00:49:06,200 --> 00:49:11,560 +بتدخليها عرض الشاشة تمام match parent ارتفاعها هذا + +556 +00:49:11,560 --> 00:49:14,800 +rap content علشان ليش لأن انا لو قلتله ارتفاعها + +557 +00:49:14,800 --> 00:49:19,600 +match parent هتعب الشاشة فهي ارتفاعها rap content + +558 +00:49:19,600 --> 00:49:25,820 +و عرضها match عشان تجي جد الشاشة تمام فأجيت علي + +559 +00:49:25,820 --> 00:49:28,460 +early out قلتله ال width تبعها match parent و + +560 +00:49:28,460 --> 00:49:31,720 +الارتفاع rap content + +561 +00:49:35,190 --> 00:49:41,170 +ماشي و ال orientation horizontal + +562 +00:49:41,170 --> 00:49:45,630 +ايش فيه داخلها لأ انا وان شغال لسه هال gate عملنا + +563 +00:49:45,630 --> 00:49:52,310 +ال .. اه بدنا نعمل text view حجمه بده اعطيله wrap + +564 +00:49:52,310 --> 00:49:57,590 +content و wrap content و المحتوى اللي فيه username + +565 +00:49:57,590 --> 00:50:03,070 +تمام ممتازين نعطيله weight واحد + +566 +00:50:04,660 --> 00:50:10,340 +و نعمل فيه كمان edit text بدنا نقوله خليه ياخد ال + +567 +00:50:10,340 --> 00:50:14,520 +edit text بجيهة المساحة كلها match parent او خليه + +568 +00:50:14,520 --> 00:50:19,160 +و يعني خليه برضه wrap content و ال height wrap + +569 +00:50:19,160 --> 00:50:24,380 +content و ال weight خليه ياخد تلاتة مثلا + +570 +00:50:29,800 --> 00:50:34,900 +input type لو اعملته صفر عادي بس مش هيفرز منا + +571 +00:50:34,900 --> 00:50:38,480 +person name text person name عشان ماينزلش أسطر + +572 +00:50:38,480 --> 00:50:48,680 +إضافية تعالى نشوف شكلها هى تعالى عنكوا هيك بس + +573 +00:50:48,680 --> 00:50:52,620 +هذا إيش ماله ال + +574 +00:50:52,620 --> 00:50:59,180 +user name ملزج وينفي شمال الشاشة فبدك تعطيله مارجن + +575 +00:50:59,180 --> 00:51:05,380 +عشان تبعدوا شوية تمام؟ لأن نفس هذه بدنا نعمل لها + +576 +00:51:05,380 --> 00:51:08,940 +لمين؟ لل password شوف هال gate بدل ما نكتبها تاني + +577 +00:51:08,940 --> 00:51:12,000 +مش قلتولي هنخلصها ب 10 دقايق انسخ كل ال linear + +578 +00:51:12,000 --> 00:51:17,200 +layout هذه مش زيها هيتكرم تحت تمام؟ انسخها كلها + +579 +00:51:17,200 --> 00:51:23,910 +وحطها تحت نفسهابس بدل user name نوع ال input type + +580 +00:51:23,910 --> 00:51:29,790 +text password + +581 +00:51:29,790 --> 00:51:34,650 +اغير + +582 +00:51:34,650 --> 00:51:42,130 +ال text عشان يصير password واخر + +583 +00:51:42,130 --> 00:51:44,970 +حاجة في عندنا layout فيها زرين تمام + +584 +00:51:47,310 --> 00:51:50,770 +هي linear layout برضه بدنا يها match parent ال + +585 +00:51:50,770 --> 00:51:54,590 +width الارتفاع wrap content و بدنا نحط فيها two + +586 +00:51:54,590 --> 00:52:02,170 +buttons خليهم wrap content و wrap content ال + +587 +00:52:02,170 --> 00:52:05,570 +orientation مانساش هاي ال orientation تبعها + +588 +00:52:05,570 --> 00:52:11,070 +horizontal و نحط الزرين احنا قعدنا خلصنا هاي text + +589 +00:52:11,070 --> 00:52:20,350 +login مثلاهذا الزر الأول وهذا الزر الثاني wrap + +590 +00:52:20,350 --> 00:52:25,030 +content .. wrap content مش بتعود على النسخة والله + +591 +00:52:25,030 --> 00:52:31,910 +عزيزي cancel ده الحاجة واحدة أن الزرين هيجي على + +592 +00:52:31,910 --> 00:52:37,850 +الجانب مين أسهل تعطينا layout Gravity و لا لكل + +593 +00:52:37,850 --> 00:52:44,050 +واحدأنا بدي الأثنين اوسطهم صح ولا تعالى ال layout + +594 +00:52:44,050 --> 00:52:49,130 +ليش مارجيهم كل واحد ويت واحد فقط اه ماشي ممكن + +595 +00:52:49,130 --> 00:52:53,290 +تعطيه كل واحد ويتي عبي نص الشاشة او انا بدي أوسطهم + +596 +00:52:53,290 --> 00:52:56,910 +انا بدي اخليهم نفس الحجم بس بويسطهم تعالى ال + +597 +00:52:56,910 --> 00:53:01,710 +layout بتاعتهم تمام ويقولوا gravity لل layout اللي + +598 +00:53:01,710 --> 00:53:09,020 +هم فيها وقولوا center تمام وهي ايش حطهمهتقول + +599 +00:53:09,020 --> 00:53:12,800 +الملازجين ع بعض حط من كل layout ل layout margin + +600 +00:53:12,800 --> 00:53:17,320 +هنعملها نكملها المحاضرة سهل ولا صعب يا جماعة سهل + +601 +00:53:17,320 --> 00:53:23,100 +بس بده تدريب و لاحظ أنا مضيف كل حاجة ايش XML انت + +602 +00:53:23,100 --> 00:53:29,040 +بتفكر ان ال drug drop اسهل لكن لو جربت عمله هتلاقي + +603 +00:53:29,040 --> 00:53:32,220 +ال XML اسهل شوف انا لو بعمل drug drop اقعد دور وين + +604 +00:53:32,220 --> 00:53:35,160 +هدى موجودة وحط هنا ورفعها وظبطها وراحت يمين وراحت + +605 +00:53:35,160 --> 00:53:39,760 +شمال لل XML على طول بتناملماشي يا جماعة واضح + +606 +00:53:39,760 --> 00:53:40,180 +الموضوع + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..09283d6e4dfe3fc3f22a68c6fd604c5f289e541f --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/spBLsFPZuyo_raw.srt @@ -0,0 +1,2424 @@ +1 +00:00:21,560 --> 00:00:25,720 +طيب بسم الله الرحمن الرحيم في المحاضرة الماضية + +2 +00:00:25,720 --> 00:00:28,960 +بدأنا نتعرف على بعض عناصر ال GUI اللي بنستخدمها في + +3 +00:00:28,960 --> 00:00:33,600 +الاندرويد يعني مثلا اتكلمنا عن عنصر اسمه text view + +4 +00:00:33,600 --> 00:00:39,320 +صح؟ وقلنا ان هذا يستخدم لعرض نصوص اتكلمنا بعدين عن + +5 +00:00:39,320 --> 00:00:42,480 +ال pattern وشوفنا ان ال pattern التعامل فيه شبيف + +6 +00:00:42,480 --> 00:00:45,540 +التعامل مع ال text view اللهم انه ان بعدين لما + +7 +00:00:45,540 --> 00:00:47,900 +ندخل على ال code هنشوف كيف نعمل action على ال + +8 +00:00:47,900 --> 00:00:52,470 +pattern تمام؟و بعدين اتكلمنا عن ال image view اللى + +9 +00:00:52,470 --> 00:00:56,890 +هيتستخدم لعرض الصور وشوفنا احنا عشان نعرض اى صورة + +10 +00:00:56,890 --> 00:01:01,930 +لازم تحط الصورة ملف الصورة فى مجلة drawable تمام و + +11 +00:01:01,930 --> 00:01:05,090 +بدك تراها تسمية الصورة لأنه فى النهاية اسم الصورة + +12 +00:01:05,090 --> 00:01:08,340 +بتحول ل variableيعني الصورة ما تكونش فيها حروف + +13 +00:01:08,340 --> 00:01:15,200 +capital ما تبدهش برقم او رموز محجوزة مثلا زي + +14 +00:01:15,200 --> 00:01:20,020 +dollar sign او علامة تعجب او غيره مايكونش فيها + +15 +00:01:20,020 --> 00:01:25,740 +مكونا من كلمتين فيها space بينهم تمام وإلا يعني + +16 +00:01:25,740 --> 00:01:31,330 +هيصير في عندك خطأ في عرض الصورةو قبل هيك اتكلمنا + +17 +00:01:31,330 --> 00:01:35,350 +عن كيف ال GUI اللي انا بصممه عن طريق الدرجة + +18 +00:01:35,350 --> 00:01:38,550 +الدروفي ان هي بتحول ل XML و اتكلمنا عن ال XML + +19 +00:01:38,550 --> 00:01:42,110 +وشوفنا ان ملف ال layout فعليا عبارة عن ملف XML + +20 +00:01:42,110 --> 00:01:47,550 +التاج الأساسي لبرا هو التاج اللي بيمثل ال layout + +21 +00:01:47,550 --> 00:01:51,350 +تمام هذا بيمثل ال layout هنا مثلا أنا بستخدم + +22 +00:01:51,350 --> 00:01:54,030 +layout اسمها constraint layout + +23 +00:01:57,970 --> 00:02:00,610 +أحنا لسه متكلمناش عن layouts لان قلنا المنطق ان + +24 +00:02:00,610 --> 00:02:03,470 +احنا نتعرف على العناصر الشاشة وبعدين نتكلم كيف + +25 +00:02:03,470 --> 00:02:07,530 +ترتيب العناصر على الشاشة وقلنا في ال XML عشان انا + +26 +00:02:07,530 --> 00:02:13,810 +احط بيانات يا بستخدم tag يا بستخدم attributes ايش + +27 +00:02:13,810 --> 00:02:18,510 +ال attributes خصائص تُعطى داخل ال opening tag يعني + +28 +00:02:18,510 --> 00:02:24,500 +مثلا ال opening tag هو هدا تمام كل هدولةعبارة عن + +29 +00:02:24,500 --> 00:02:27,960 +attributes الاندرويد بتبع ال attributes عشان يعطي + +30 +00:02:27,960 --> 00:02:31,860 +خصائص العلاصر على الشاشة مثلا انا بضيف button اكيد + +31 +00:02:31,860 --> 00:02:36,060 +طبعا حكينا ان كل العلاصر تضاف داخل ال tag بتاع ال + +32 +00:02:36,060 --> 00:02:40,900 +layout مثلا بقوله button هيك طبعا شوف انت بس تكتب + +33 +00:02:40,900 --> 00:02:44,140 +كلمة button بطلقلك علاصر الشاشة هاي button طبعا + +34 +00:02:44,140 --> 00:02:47,040 +ضافلك هي او ضفلك هدول هنتكلم عنهم wrap content + +35 +00:02:47,040 --> 00:02:51,620 +wrap content طبعا مثلا بحط له نص text لل button + +36 +00:02:51,620 --> 00:02:58,920 +هاي hello worldلاحظ إن هدول كلهم attributes داخل + +37 +00:02:58,920 --> 00:03:02,000 +ال opening tag تعلبته بعدين حكينا إيش السهم هذا + +38 +00:03:02,000 --> 00:03:06,980 +صح؟ هذا يعني أنه أصل هو شكله زي هيك بس لأنه مافيش + +39 +00:03:06,980 --> 00:03:16,980 +محتوى هنا ممكن يسكره مباشرة طيب + +40 +00:03:16,980 --> 00:03:19,740 +هذا كان ملخص الكلام اللي حكيناه للمحاضرة الماضية + +41 +00:03:23,440 --> 00:03:27,100 +الان فى بس نقطة صغيرة لما انا ضفت button على + +42 +00:03:27,100 --> 00:03:32,040 +الشاشة عن طريق ال drag and drop + +43 +00:03:32,040 --> 00:03:43,800 +حظة اقلق شوية طيب + +44 +00:03:43,800 --> 00:03:48,700 +هيه اتطلع عندى ك XML طيب خلينا نطلع على ال code + +45 +00:03:48,700 --> 00:03:49,140 +على ال XML + +46 +00:03:52,330 --> 00:03:55,930 +هذا طبعاً لل text تمام؟ هذا رص ال .. البتون جميعها + +47 +00:03:55,930 --> 00:03:59,410 +ممكن تغيرها من هنا أو ممكن تغيرها من ال .. ال + +48 +00:03:59,410 --> 00:04:03,370 +attributes هاي ال text موجود وراه هاي ممكن تغيره + +49 +00:04:03,370 --> 00:04:07,050 +من هنا و لو فتحت السهمين هدول هتلاقي فيه خصائص + +50 +00:04:07,050 --> 00:04:12,250 +مطولة لل .. لل بتون منها مثلا بتغير نوع الخط و حجم + +51 +00:04:12,250 --> 00:04:17,490 +الخط جربناهم برا الماضي تمام؟ نرجع ل XML فيه + +52 +00:04:17,490 --> 00:04:19,390 +خاصيتين ماتكلملاش عنهم اللي هو ال width و ال + +53 +00:04:19,390 --> 00:04:23,320 +heightهدولة أي عنصر بدك تضيفه على الشاشة لازم + +54 +00:04:23,320 --> 00:04:27,780 +تحددله width و height إيش القيمة اللي بياخدها؟ هو + +55 +00:04:27,780 --> 00:04:33,140 +بياخد أحد تلات قيم القيمة الأولى المبدئية اللي هو + +56 +00:04:33,140 --> 00:04:35,860 +حطتها حاجة اسمها wrap content إيش هي wrap content؟ + +57 +00:04:35,860 --> 00:04:41,020 +زغر على جد النص الموجود القيمة التانية لو أنا ضغط + +58 +00:04:41,020 --> 00:04:44,620 +control space بيجيبلي عندي match parent من اسمها + +59 +00:04:44,620 --> 00:04:47,720 +بيكبره على اساس يتوافق مع ال parent من ال parent + +60 +00:04:47,720 --> 00:04:55,940 +على بابتهم؟ اللي هو ال layoutتعالى شوف هى ماتش + +61 +00:04:55,940 --> 00:05:01,700 +parent طبعا بدك تحدد انت للودف والهيت لحاله يعني + +62 +00:05:01,700 --> 00:05:06,840 +هنا ال match parent الودف طبعا لكن الهيت مانه wrap + +63 +00:05:06,840 --> 00:05:12,600 +content هذا لو حطته match parent هيك + +64 +00:05:12,600 --> 00:05:18,140 +البطن غبط كل الشاشة طبعا ممكن انت تحط حجم خاص فيك + +65 +00:05:18,140 --> 00:05:21,540 +يعني مثلا تقول اني بدي عرضه 200DP + +66 +00:05:24,030 --> 00:05:27,630 +والـ height تبقى من الارتفاع 100 DP واتكلمنا + +67 +00:05:27,630 --> 00:05:31,190 +المحاضرة الماضية عن الـ DP صح ولا لأ اللي هو مقياس + +68 +00:05:31,190 --> 00:05:35,990 +يتناسب مع حجم الشاشة يعني في شاشات ال density أو + +69 +00:05:35,990 --> 00:05:38,610 +ال resolution تبقى عالي جدا بتلاقيه بكبر شوية + +70 +00:05:38,610 --> 00:05:42,270 +الانصار عشان يتناسب معاه في شاشات ال resolution + +71 +00:05:42,270 --> 00:05:45,550 +تبقى هواق جدا بتلاقيه بظغره عشان مايعبيش الشاشة + +72 +00:05:45,550 --> 00:05:50,490 +احنا نعمل الحكيمة تبقى زر حجمه 100 DP وعربطه على + +73 +00:05:50,490 --> 00:05:53,430 +شاشة 100 ال density تبقاها 100 pixel per inch + +74 +00:05:56,670 --> 00:06:02,170 +تمام؟ عندك مثلا زر عفوا مية pixel وعربطه على شاشة + +75 +00:06:02,170 --> 00:06:06,070 +حجمها مية pixel per inch معناه انه الزر هياخد واحد + +76 +00:06:06,070 --> 00:06:09,810 +inch تمام؟ لكن لو ال resolution بتاع الشاشة مية + +77 +00:06:09,810 --> 00:06:15,270 +pixel عفوا ألف pixel per inch الزر هياخد معاك عشر + +78 +00:06:15,270 --> 00:06:19,090 +المساحة هذه صح ولا تقريبا فبطلع صغير جدا لو الشاشة + +79 +00:06:19,090 --> 00:06:24,510 +ال resolution تبعها عال كتير زي ال DP في ال SP بس + +80 +00:06:24,510 --> 00:06:30,670 +ليهاشللخطوط طيب هذا بالنسبة لل width و ال height + +81 +00:06:30,670 --> 00:06:41,710 +الان في نقطة تانية هذه نسميها ال padding ايش + +82 +00:06:41,710 --> 00:06:50,070 +المقصود بال padding ال padding يا جماعة الان + +83 +00:06:50,070 --> 00:06:56,960 +عندنا button و مكتوب فيه textالـ padding هي + +84 +00:06:56,960 --> 00:07:02,940 +المسافة ما بين محتوى الأنصر وحدود الأنصر يعني إيش + +85 +00:07:02,940 --> 00:07:06,380 +محتوى الأنصر البطن؟ إيش محتوى؟ إيش فيه جوا؟ الـ + +86 +00:07:06,380 --> 00:07:11,440 +text تمام؟ المسافة ما بين المحتوى وحدوده هذه + +87 +00:07:11,440 --> 00:07:17,600 +المسافة إيش بنسميها؟ ال padding تمام؟ + +88 +00:07:17,600 --> 00:07:20,600 +يعني مثلا لو جيت أنا للبطن قلت له حط ال padding + +89 +00:07:20,600 --> 00:07:26,960 +مثلا تلاتين هيوصل زي هيكعلى أساس يخلّي مسافة + +90 +00:07:26,960 --> 00:07:35,380 +تلاتين من كل النواحي ماشي + +91 +00:07:35,380 --> 00:07:40,520 +هذه بتتحكم جداش المحتوى اللي جوا بعيد عن الحدود + +92 +00:07:40,520 --> 00:07:45,820 +بتاع الأنصار أحيانا انت بالذراك يعني ال battle لما + +93 +00:07:45,820 --> 00:07:51,960 +تعطي راب content بيجي على بالظبط ع جدع جد نص، صح؟ + +94 +00:07:51,960 --> 00:07:55,280 +ممكن تحطله paddle من يمين إلى شمال مثلا عشر عشر + +95 +00:07:55,280 --> 00:08:02,150 +عشان يطلع منظره يعني ألطف شويةواضح كيف؟ يعني تعطيه + +96 +00:08:02,150 --> 00:08:05,930 +مثل مساحات من الجوانب الان هنا ال padding مثلا انا + +97 +00:08:05,930 --> 00:08:10,930 +عطيته padding عشرين DP في برضه حاجتان مفيدة في ال + +98 +00:08:10,930 --> 00:08:14,550 +padding انه بعمل زي كأنك بتعمل border اطار حواليك + +99 +00:08:14,550 --> 00:08:17,970 +image view مثلا انت لما تعرض فيها صورة ال image + +100 +00:08:17,970 --> 00:08:21,070 +view بتعبي الصورة اللي بتحطها بتعبي ال image view + +101 +00:08:21,070 --> 00:08:26,100 +لو حطيت padding لهابصير زي و زي كأنه في إطار + +102 +00:08:26,100 --> 00:08:31,220 +حوالين الصور هذا بتجي مع التجربة هتلاقي كيف أهميت + +103 +00:08:31,220 --> 00:08:35,140 +مثلا هنا أنا حطيت ال padding لل button يعني خلي ال + +104 +00:08:35,140 --> 00:08:41,960 +button wrap content تعالى + +105 +00:08:41,960 --> 00:08:43,780 +شوف كيف شكله الآن + +106 +00:08:46,400 --> 00:08:50,420 +في مسافات سابها لو راب content لحالك اللي جيته على + +107 +00:08:50,420 --> 00:08:58,280 +جد نص تماما حط خمسين او مية هتلاقي ايش ساب مسافة + +108 +00:08:58,280 --> 00:09:00,740 +كبيرة بس هذا طبعا مش منطقي انا بس عشان افرجيكي + +109 +00:09:00,740 --> 00:09:05,700 +اياه ممكن تعطي padding من جهة محددة هذا ال padding + +110 +00:09:05,700 --> 00:09:10,940 +بتبقى على كل الجهات مثلا ممكن تقول هاي في padding + +111 +00:09:10,940 --> 00:09:16,520 +bottomend و start و top end و start زي left و + +112 +00:09:16,520 --> 00:09:22,320 +right يعني مثلا padding خلينا نقول start يعني من + +113 +00:09:22,320 --> 00:09:30,160 +الشمال كله مثلا اربعين DP بس بيجي من جهة واحدة + +114 +00:09:30,160 --> 00:09:32,540 +بيعطي padding تمام + +115 +00:09:37,560 --> 00:09:40,780 +طيب هذه بالنسبة لها ال padding نرجع الآن يا جماعة + +116 +00:09:40,780 --> 00:09:43,780 +للعلاصر اللي موجودة عنا على الشاشة طبعا هذا ال + +117 +00:09:43,780 --> 00:09:46,700 +padding مش بس لل button لأي عنصر بعد هيك image + +118 +00:09:46,700 --> 00:09:50,780 +view text view برضه بتعطيله ممكن تعطيله padding + +119 +00:09:50,780 --> 00:09:54,880 +نجي الأن لعنصر تاني بعد ما غطينا ال text view و ال + +120 +00:09:54,880 --> 00:09:59,320 +button و ال image view في عندنا الحقن الخاص بإضافة + +121 +00:09:59,320 --> 00:10:04,330 +النصواحد بيضيف في اسم مستخدم كلمة مرور description + +122 +00:10:04,330 --> 00:10:08,330 +لحاجة معينة بيده الراجل يكتب على ال keyboard ففيه + +123 +00:10:08,330 --> 00:10:12,990 +أنا عنصر لو روحت على شاشة ال text هذه اه وفيه أنا + +124 +00:10:12,990 --> 00:10:16,910 +عنصر هنا اسمه plain text شايفينه؟ فيه text view + +125 +00:10:16,910 --> 00:10:20,830 +فوق وفيه تحته plain text ايش بيفرجه؟ هذا فيه تحته + +126 +00:10:20,830 --> 00:10:25,510 +خط واضح؟ مبين هنا أن هذا اللي تحته خط هذا اللي + +127 +00:10:25,510 --> 00:10:29,050 +الكتابة يعني لإن انا سحبته زي هيك وحطيته + +128 +00:10:32,560 --> 00:10:36,980 +تمام هذا زي ال text field في ال java هنا بسميه + +129 +00:10:36,980 --> 00:10:41,020 +edit text طيب + +130 +00:10:41,020 --> 00:10:44,280 +خليني أشوف الأن كيف بطلع .. طبعا قبل ما نروح على + +131 +00:10:44,280 --> 00:10:49,920 +ال XML لأن هو ميعطيك خيارات كبيرة جدا لإضافة نصوص + +132 +00:10:49,920 --> 00:10:54,440 +مثلا هذا ال plain text هذا عشان تضيف انت لصفي حقل + +133 +00:10:54,440 --> 00:11:01,260 +تاني لpassword ايش بفرق زي اللي فوق تماما لكن ال + +134 +00:11:01,260 --> 00:11:06,000 +password اللي بتكتبها بتطلع انجوب بعدين في عندك + +135 +00:11:06,000 --> 00:11:09,800 +هنا email مثلا مش هجرب من كلهم انا email هذا + +136 +00:11:09,800 --> 00:11:14,700 +لكتابة ال email طب ايش بفرق على النص اللي فوق بفرق + +137 +00:11:14,700 --> 00:11:18,480 +ان ال keyboard نفسها بتطلع فيها حروف لكتابة ال + +138 +00:11:18,480 --> 00:11:22,260 +email على طول من غير انك تروح تدور عليها في عندك + +139 +00:11:22,260 --> 00:11:28,400 +مثلا phoneتمام؟ هذا بطلع ال letters المستخدمة + +140 +00:11:28,400 --> 00:11:31,340 +لكتابة التليفونات، إيش يعني؟ إيش في letters + +141 +00:11:31,340 --> 00:11:34,620 +مستخدمة لكتابة التليفونات؟ يعني الأرقام .. ليش مش + +142 +00:11:34,620 --> 00:11:41,450 +راضي أسحبها؟أو طيب ليش مش راضي ال .. زي الأرقام و + +143 +00:11:41,450 --> 00:11:48,350 +charts سلّا مثلا تمام الزائد تمام النجمة في كمان + +144 +00:11:48,350 --> 00:11:51,630 +عندنا day و time و number مثلا لو أنت بدك تضيف حقل + +145 +00:11:51,630 --> 00:11:57,230 +تسمح فيه فقط بأرقام تستخدم هذا إيش مفرج إن ال + +146 +00:11:57,230 --> 00:12:01,090 +keyboard بتطلع بس الأرقام يعني أنت لو .. لو روحنا + +147 +00:12:01,090 --> 00:12:05,510 +على ال XMLهتلاقيهم طالع عليهم هايهم كلهم واحد + +148 +00:12:05,510 --> 00:12:10,210 +اتنين تلاتة اربعة خمسة كلهم على فكرة من نوع واحد + +149 +00:12:10,210 --> 00:12:13,730 +اسمه edit text ايش بختلفه في ال attributes اللي + +150 +00:12:13,730 --> 00:12:20,390 +جوا بتاعتهم لان مثلا مثلا اضافة اسماء اشخاص او كده + +151 +00:12:20,390 --> 00:12:24,490 +ايش بيسميه هو text personname هذا ال text personal + +152 +00:12:24,490 --> 00:12:27,930 +name هذا كل اللي بيختلف أهم واحد فيهم اللي بيحدد + +153 +00:12:27,930 --> 00:12:31,430 +ان هو ال input type ال input type هذا فيه منه + +154 +00:12:31,430 --> 00:12:35,050 +أنواع كتير مثلا في عندنا text personal name هذا + +155 +00:12:35,050 --> 00:12:38,270 +لإضافة الأسماء واحد بيقول ايش مفرج ال x اسم على + +156 +00:12:38,270 --> 00:12:41,770 +النص العادي هو الاسم النص عادي بس مش هيسمحلك + +157 +00:12:41,770 --> 00:12:46,390 +multiline تمام يعني مش هيخليك تضغط enter عشان تنزل + +158 +00:12:46,390 --> 00:12:50,410 +سطر جديد المفروض الاسم ينحط في السطر واحد اللي + +159 +00:12:50,410 --> 00:12:57,940 +تحته هنافي عندك هذا text password تمام وفي decimal + +160 +00:12:57,940 --> 00:13:00,980 +password لو انت بدك تخلي واحد تجبره انه يدخل + +161 +00:13:00,980 --> 00:13:07,220 +password أرقام في كمان text email address نفس اللي + +162 +00:13:07,220 --> 00:13:10,620 +ضفناهم يعني كل اللي بختلف ال input type لكن هم + +163 +00:13:10,620 --> 00:13:15,500 +كلهم انه edit text وفي كمان هذا phone و آخر واحد + +164 +00:13:15,500 --> 00:13:20,100 +number تمام ال input type هو المهم + +165 +00:13:22,020 --> 00:13:25,940 +خلّينا نشوف منظرهم بس هال gate عشان نشوف منظرهم + +166 +00:13:25,940 --> 00:13:29,680 +انا بتغير حاجة انت ما تهتمش فيها هال gate عشان + +167 +00:13:29,680 --> 00:13:30,600 +يبينوا ع الشاشة بس + +168 +00:13:57,370 --> 00:14:00,510 +طيب عبر ما يشتغل خلينا نطلع شوية على ال edit text + +169 +00:14:00,510 --> 00:14:06,870 +لان هذا طلع ال width و ال height قداش راب content + +170 +00:14:06,870 --> 00:14:12,530 +في عنا خاصية اسمها EMS ايش ال EMS لان انا لحظ لو + +171 +00:14:12,530 --> 00:14:18,950 +هذه مش موجودة تمام هذا على مين انا بغير على اول + +172 +00:14:18,950 --> 00:14:22,470 +واحد صح اللي هو ال person name و تعالى شوفوا هنا + +173 +00:14:22,470 --> 00:14:28,680 +شايفين ايش ايش صار فيه زغرهعلى جد المحتوى تبعه هو + +174 +00:14:28,680 --> 00:14:31,800 +كاتب لحاله فيه name تمام مصغر على جد لأنه rap + +175 +00:14:31,800 --> 00:14:35,720 +content منطقي تمام لأن بيقولك أنت ممكن تخليه rap + +176 +00:14:35,720 --> 00:14:40,700 +content بس ممكن تحددله عدد الأحرف اللي ياخدها تمام + +177 +00:14:40,700 --> 00:14:45,520 +يعني هنا أنا قلتله عدد الأحرف اللي ياخدها هذا ال + +178 +00:14:45,520 --> 00:14:49,220 +.. بياخد أكتر بس هو حجمه المبدأي يعني بيجي ع جد + +179 +00:14:49,220 --> 00:14:53,340 +عرض عشر أحرف هذه طبعا أيام أسئلة تفسيرات عشر أحرف + +180 +00:14:53,340 --> 00:14:57,750 +من حجم حرف ال Mطبعا هيك مفسروها يعني الواحد بيقول + +181 +00:14:57,750 --> 00:15:02,870 +انا جربت كتبت فيها 15 حرف V اه ماشي V لأنها اصغر + +182 +00:15:02,870 --> 00:15:08,090 +من M طبعا فهي صح Wrap Content بس بفترض انه اصغر + +183 +00:15:08,090 --> 00:15:13,610 +حجم هي عشرة ماشي فانت لو شيلت هذه بيصير Wrap + +184 +00:15:13,610 --> 00:15:19,390 +Content بصغر كتير طبعا انا صح هذه بقى مستخدماش + +185 +00:15:19,390 --> 00:15:22,750 +كتير ممكن لو انا بدكبه كتير بشيل هذه بحط هذا match + +186 +00:15:24,680 --> 00:15:28,500 +match parent او في امور تانية هاي شوف match parent + +187 +00:15:28,500 --> 00:15:36,140 +اخد حجم الشاشة طيب text ايش هذا ال text اللي هو + +188 +00:15:36,140 --> 00:15:41,380 +النص اللي مكتوب مبدئيا تمام في غير هذا بس بدنا + +189 +00:15:41,380 --> 00:15:46,420 +نغيره على اللي تحت هذا ايش هنا لل password صح؟ بدك + +190 +00:15:46,420 --> 00:15:50,600 +تكتب فيها في attribute جديد اسمها hintماهو الـ + +191 +00:15:50,600 --> 00:15:54,520 +hint؟ هذا اللص اللي بيطلع بلون فاه شوية بيديك + +192 +00:15:54,520 --> 00:15:58,160 +إرشادات تضغط عليه بيختفي عشان أنت تكتب اللص تبعك + +193 +00:15:58,160 --> 00:16:02,820 +تمام؟ هذا بيفرج على ال text ال text بيختفيش تمام؟ + +194 +00:16:02,820 --> 00:16:08,100 +ال hint هذا بيختفي مثلا enter password + +195 +00:16:31,930 --> 00:16:37,930 +هذه الحقون الأربع الموجودين هذا + +196 +00:16:37,930 --> 00:16:40,910 +ال name أنا عملته match parent تمام تضغط عليه زي + +197 +00:16:40,910 --> 00:16:44,090 +هيك هنا بيقولك اكتب النص اللي بدك إياه طبعا إيش + +198 +00:16:44,090 --> 00:16:47,670 +بكتب إيش الزر اللي تحت هذا next مش enter next + +199 +00:16:47,670 --> 00:16:51,870 +معناه إنه بيسمح line واحد لإن هو text person name + +200 +00:16:51,870 --> 00:16:54,650 +هنشوف كيف هلجيه تخليه multiline اضغط هيك بروح على + +201 +00:16:54,650 --> 00:16:57,110 +ال field اللي بعده ال field اللي بعده password + +202 +00:16:57,110 --> 00:17:00,710 +تكتب إنت ال password اللي بدك إياها بس بتتحول ل + +203 +00:17:01,490 --> 00:17:04,250 +انجوم لان ال input type هو اللي حدد انه يطلع + +204 +00:17:04,250 --> 00:17:09,450 +password اللي بعده هذا تبع ال email هذه طلعلك على + +205 +00:17:09,450 --> 00:17:14,770 +طول ال at هنا تمام و dot com اللي بعده هذا number + +206 +00:17:14,770 --> 00:17:19,130 +كيف؟ + +207 +00:17:19,130 --> 00:17:27,490 +وين ال hint هلجيت؟ هاي تمام هذا الرقم الرقم ال + +208 +00:17:27,490 --> 00:17:34,110 +numberو .. لأ هذا ال fall اه طلعلك تمام و هاي ال + +209 +00:17:34,110 --> 00:17:39,030 +number جابلك بس أرقام ماشي هاي ال number أخر واحد + +210 +00:17:39,030 --> 00:17:44,670 +هذا number طيب في عشان نمهي موضوع ال edit text هذا + +211 +00:17:44,670 --> 00:17:50,930 +الآن افرض انت بدك تعمل اكتر من line فيه فانت بتيجي + +212 +00:17:50,930 --> 00:17:55,730 +لل text مثلا هذا بدك تكتب فيه شرح فيه عندك text + +213 +00:17:55,730 --> 00:18:13,920 +multi lineبتصير انت تضغط .. ها تنحدثها لأ + +214 +00:18:13,920 --> 00:18:18,500 +لسه ما .. + +215 +00:18:27,830 --> 00:18:31,450 +تمام هاي text multiline شايفين إيجاني هنا إشارة ال + +216 +00:18:31,450 --> 00:18:41,150 +enter اضغط هاي إيش قاعد بنزل عادوا تاني أنا + +217 +00:18:41,150 --> 00:18:45,430 +المفروض مكتوبش بال keyboard بتاعتي اه هاي اضغط هيك + +218 +00:18:45,430 --> 00:18:50,410 +بنصير ينزل ينزل أسطر ممكن تحدد عدد الأسطور تمام + +219 +00:18:50,410 --> 00:18:54,430 +مثلا ممكن تقوله minimum lines يعني بديه أول ما + +220 +00:18:54,430 --> 00:19:01,070 +يظهر يظهر تلاتة lines تمامmax lines ممكن تقوله ايش + +221 +00:19:01,070 --> 00:19:04,610 +مثلا تلاتة على اساس انه يطلع تلاتة بالظبط تمام او + +222 +00:19:04,610 --> 00:19:07,890 +ممكن تقوله انه اقل اشي تلاتة او اكتر اشي سبعة + +223 +00:19:07,890 --> 00:19:14,490 +وممكن تقوله scroll bar vertical على اساس ايش يطلع + +224 +00:19:14,490 --> 00:19:22,590 +لو مثلا زاد عن سبعة يطلع scroll bar عشان + +225 +00:19:22,590 --> 00:19:27,750 +مايضلوش ينزل يعني هنا ال max line سبعةطبعا انت لو + +226 +00:19:27,750 --> 00:19:32,250 +حطته تلاتة تلاتة minimum و maximum هيبقى لنفسك انه + +227 +00:19:32,250 --> 00:19:34,870 +ثابت فبيصير يعتمد على ال scroll bar + +228 +00:19:44,490 --> 00:19:49,490 +بتكتب سطر واحد حسب .. يعني مش فاهم بطلع حجمه تلاتة + +229 +00:19:49,490 --> 00:19:53,490 +وبتكتب اللي بدكيها تضغط enter بنزل سطر تضغط enter + +230 +00:19:53,490 --> 00:19:57,210 +بنزل سطر تضغط enter بنزل بضل ننزل بس بطلها scroll + +231 +00:19:57,210 --> 00:20:01,770 +ايش + +232 +00:20:01,770 --> 00:20:06,110 +حدث هو ولا .. + +233 +00:20:06,110 --> 00:20:10,050 +لا مالوش علاقة بالجهاز + +234 +00:20:31,470 --> 00:20:32,830 +طيب هاي شايفين هذا + +235 +00:20:38,830 --> 00:20:43,770 +لأن هزيده ل سبعة بعدين بيصير يطلع scroll يعني انا + +236 +00:20:43,770 --> 00:20:48,410 +ممكن اسحبه زي هيك برجع تمام + +237 +00:20:48,410 --> 00:20:51,710 +المهم انه خلاص أفهمنا ال edit text ال input type + +238 +00:20:51,710 --> 00:20:54,570 +هذا أهم واحد عندي اللي بيحدد نوع ال input تبعه و + +239 +00:20:54,570 --> 00:20:59,710 +هيك بيكون خلصنا ال edit text أخدنا الآن كام عنصر + +240 +00:20:59,710 --> 00:21:04,090 +من أعصر الشاشة أربعة صح؟text view اليد ال text و + +241 +00:21:04,090 --> 00:21:07,130 +ال button و ال image view بعد ما خدم الأربعة هدولة + +242 +00:21:07,130 --> 00:21:10,370 +بدنا ننتقل لان لموضوع اللي له علاقة بترتيب العناصر + +243 +00:21:10,370 --> 00:21:14,710 +على الشاشة تمام بدنا عشان نكمل باقى العناصر بدنا + +244 +00:21:14,710 --> 00:21:18,470 +نشوف على جد اللي خدمهم هدول كيف رتبهم على الشاشة + +245 +00:21:18,470 --> 00:21:26,690 +الآن يا جماعة لو أنا رجعت خليني رجعهم و رجعت هذه + +246 +00:21:26,690 --> 00:21:27,590 +constraint + +247 +00:21:41,180 --> 00:21:46,440 +Layout وهي رجعت ال edit text كلهم وجهتي اعمل run + +248 +00:21:46,440 --> 00:21:52,860 +على + +249 +00:21:52,860 --> 00:21:56,340 +الشاشة اضفت العناصر مبسوط وكلهم تحت بعض + +250 +00:22:03,120 --> 00:22:10,880 +لكن لو انا هذا ال code عملتله run و + +251 +00:22:10,880 --> 00:22:15,780 +تعالى نشوف كيف طالع عندي على الشاشة ايش صار؟ وين + +252 +00:22:15,780 --> 00:22:21,400 +العناصر انا كنت بشغل فيهم؟ كلهم اختفوا مش اختفوا + +253 +00:22:21,400 --> 00:22:28,400 +كلهم كوامهم في ال top left في جرة الشاشة طب ليش + +254 +00:22:28,400 --> 00:22:32,720 +هيك؟هذا الخطأ اللى كان يطلع عندى هنا وكنا نتجهله + +255 +00:22:32,720 --> 00:22:37,180 +احنا شايفين اللى بالأحمر هذا مقول انت محددتش مكان + +256 +00:22:37,180 --> 00:22:43,220 +مكان الأنصار فهو لحاله برميت على زاوية الشاشة + +257 +00:22:43,220 --> 00:22:48,360 +فالمهم هنا كيف نحدد أماكن العناصر والمهم كمان + +258 +00:22:48,360 --> 00:22:53,280 +الصعب في الجوال ان انت بتعرض البرنامج على أجهزة + +259 +00:22:53,280 --> 00:22:56,720 +مختلفة في جهاز بالطول وجهاز بالعرض أجهزة كبيرة + +260 +00:22:56,720 --> 00:23:00,410 +أجهزة صغيرة تصميم الوجهاتفي الاندرويد أصعب من + +261 +00:23:00,410 --> 00:23:02,970 +الديسكتوب الديسكتوب معروف دائما الشاشات بتاعته + +262 +00:23:02,970 --> 00:23:09,210 +مستطيلة صح و لا لكن هذا لأ هذا بختلف فضلا فبتضبط + +263 +00:23:09,210 --> 00:23:12,890 +دائما تصميمك نتواءم مع الأجهزة المختلفة هاناش انا + +264 +00:23:12,890 --> 00:23:16,450 +في الأول قلتلك اللي بتجرب على شاشات مختلفة و تجرب + +265 +00:23:16,450 --> 00:23:19,410 +على ال portrait و landscape عشان تتأكد من الحاجة + +266 +00:23:19,410 --> 00:23:22,170 +هذه فنجي الآن لأول نقطة كيف ارتب العناصر على + +267 +00:23:22,170 --> 00:23:26,170 +الشاشة ترتيب العناصر على الشاشة باستخدام ال layout + +268 +00:23:26,170 --> 00:23:30,600 +اللي بيتنتبه لناأول layout اللي اتطرق إليها خلّيني + +269 +00:23:30,600 --> 00:23:36,220 +أشيل العناصر اللي موجودة هذه هنتكلم + +270 +00:23:36,220 --> 00:23:41,460 +عن اتنين layouts أساسيين في layout اسمها linear + +271 +00:23:41,460 --> 00:23:45,700 +layout و layout اللي هي هذا ال constraint layout + +272 +00:23:45,700 --> 00:23:50,840 +كان في layout مشهورة اسمها relative layoutتمام لكن + +273 +00:23:50,840 --> 00:23:55,620 +اخر سنتين ظهرت هذه الـ constraint layout غطط يعني + +274 +00:23:55,620 --> 00:23:58,980 +كتحسين عليها فخلاص احنا بنجي على جديد دايما + +275 +00:23:58,980 --> 00:24:04,240 +والجديد ممكن تطلع عليه لحالك لان بدي اشيل هذا ال + +276 +00:24:04,240 --> 00:24:07,620 +code اللي هنا بدي اغير نوع ال layout و اكتب كلمة + +277 +00:24:07,620 --> 00:24:15,240 +linear layout ايش + +278 +00:24:15,240 --> 00:24:22,710 +بده هذا؟ اه طيبكتبت Linear Layout من اسمها ايش عن + +279 +00:24:22,710 --> 00:24:26,990 +كلمة Linear Layout هاد يا جماعة Linear Layout + +280 +00:24:26,990 --> 00:24:29,470 +شبيهة بال Layout اللي خدناها في الـ Flow Layout + +281 +00:24:29,470 --> 00:24:34,190 +اللي هي بترتب العناصر ورا بعض بس يا إما أفقي يا + +282 +00:24:34,190 --> 00:24:41,390 +إما رأسي طبعا هو هنا طلع لي خطأ أول ما كتبت لإيش + +283 +00:24:41,390 --> 00:24:46,300 +لأن تعال تعال شوف أنت حط الخط هنا No Orientationis + +284 +00:24:46,300 --> 00:24:50,260 +specified the default is horizontal انت ماحددتش + +285 +00:24:50,260 --> 00:24:52,840 +orientation ايش يعني orientation لأن هو بيقولي + +286 +00:24:52,840 --> 00:24:55,580 +linear layout معناه اي عنصر او اي علاصر تضيفها + +287 +00:24:55,580 --> 00:25:01,340 +جوايا هحطهم ورا بعض لكن بيقولي انت ماحددتش ال + +288 +00:25:01,340 --> 00:25:03,240 +orientation فانا هفترض ان ال orientation + +289 +00:25:03,240 --> 00:25:08,380 +horizontal الافضل ان احنا نكتبه كتابة كيف واحد من + +290 +00:25:08,380 --> 00:25:12,120 +ال attributes على ال layout هنا قبل ما تسكر ال + +291 +00:25:12,120 --> 00:25:15,320 +course اي مكان اكتب مثلا orientation + +292 +00:25:17,820 --> 00:25:20,460 +وهو لحاله جاب لك الـ Vertical و لا Horizontal + +293 +00:25:20,460 --> 00:25:26,800 +خلينا نقوله مثلا Horizontal الان الشاشة لسه فاضية + +294 +00:25:26,800 --> 00:25:34,540 +طيب + +295 +00:25:34,540 --> 00:25:40,040 +الان تعالى نجرب على البتن اسحب بتن و حط يحط البتن + +296 +00:25:40,040 --> 00:25:41,820 +و عب الشاشة اسحب كمان واحد + +297 +00:25:45,340 --> 00:25:49,880 +جنبه horizontal بتصف ورا بعض horizontal أفق يعني + +298 +00:25:49,880 --> 00:25:55,420 +اسحب كمان واحد تمام هو بيقولك حبك تحطه في الأول في + +299 +00:25:55,420 --> 00:26:01,300 +النص في الآخر تمام تقدرش تمسك عنصر و تحطه تحت + +300 +00:26:01,300 --> 00:26:05,660 +لحاله كل ما تحط عناصر برصهم ورا بعض تمام اسمه + +301 +00:26:05,660 --> 00:26:11,620 +horizontal زيه تعال غيّر ال orientation هاي + +302 +00:26:11,620 --> 00:26:21,840 +vertical بسهك حطهم برأسي فهذا + +303 +00:26:21,840 --> 00:26:27,020 +باختصار ال layout ال linear layout يا بترص أفقي يا + +304 +00:26:27,020 --> 00:26:31,740 +بترص رأسي طب واحد بيقول يعني انا مش هقدر اصمم اللي + +305 +00:26:31,740 --> 00:26:35,640 +بديا باستخدام ال linear layout و اقوله لأ اصمم + +306 +00:26:35,640 --> 00:26:38,520 +اللي بدكيا بال linear layout عن طريق انك تستخدم + +307 +00:26:38,520 --> 00:26:43,420 +layout جوجل layoutوعشان نفهم هذه قبل ما .. يعني + +308 +00:26:43,420 --> 00:26:48,400 +الآن في المحاضرة بناخد تصميم مثلا نحط username + +309 +00:26:48,400 --> 00:26:51,820 +ويكتب + +310 +00:26:51,820 --> 00:26:58,040 +زي password تمام؟ + +311 +00:26:58,040 --> 00:27:04,340 +و بعدين زرين okay و cancel يعني هذه شاشة بسيطة + +312 +00:27:04,340 --> 00:27:09,730 +بنشوف كيف ممكن نعملها بال linear layoutو ممكن فوق + +313 +00:27:09,730 --> 00:27:16,670 +و بيحط صورة شخص يعني طيب + +314 +00:27:16,670 --> 00:27:19,330 +أول حاجة و قبل ما نشوف كيف نعمل واجهة زي هيك ب + +315 +00:27:19,330 --> 00:27:21,610 +linear layout خلينا نفهم أساسيات ال linear layout + +316 +00:27:21,610 --> 00:27:28,410 +الآن أنا رجعت و بدي أحط ال layout تبعها horizontal + +317 +00:27:28,410 --> 00:27:32,850 +ال orientation تمام + +318 +00:27:32,850 --> 00:27:36,130 +و بدنا نبدأ نضيف buttons بس بدي أعملها بال XML طيب + +319 +00:27:36,130 --> 00:27:44,890 +أجيت هيك اناهيضافة button راب content text + +320 +00:27:44,890 --> 00:27:49,070 +هي button واحد + +321 +00:27:49,070 --> 00:27:56,250 +مش لازم حاليا تعال هنا هيضعف ال button ضيف كمان + +322 +00:27:56,250 --> 00:27:57,830 +واحد هنسخه زي ما هو + +323 +00:28:05,910 --> 00:28:15,090 +هي كرره لان برضه هذا حطه حطه جنب حابب + +324 +00:28:15,090 --> 00:28:22,030 +انت الذرين تصيب مسافة بينهم تبعدهم عن بعض تمام اه + +325 +00:28:22,030 --> 00:28:25,850 +لان بدنا نتعلم بعض الخصائص المهمة لان الذرار ملزج + +326 +00:28:25,850 --> 00:28:31,710 +حتى الذر نفسه ملزجين في ال layout طيب كيف بدك تبعد + +327 +00:28:31,710 --> 00:28:38,610 +مثلا بتن واحد عن الحفةحفة ال layout فيها انا حاجة + +328 +00:28:38,610 --> 00:28:44,110 +اسمها margin اشان ال margin الحدود والان بنا نميذ + +329 +00:28:44,110 --> 00:28:48,130 +ما بين ال margin و ال padding عشان ما نخبطش لو انا + +330 +00:28:48,130 --> 00:28:54,870 +عندي زر او اي انصر هذا المحتوى ال content وهذا ال + +331 +00:28:54,870 --> 00:29:01,810 +item تبعي هذا ال item وهذا ايش ال content الجوه ال + +332 +00:29:01,810 --> 00:29:07,350 +item هذا كله يعني itemالان ال padding هي المسافات + +333 +00:29:07,350 --> 00:29:11,710 +هذه ماشي + +334 +00:29:11,710 --> 00:29:18,770 +ال margin هي المسافات البرا المجدشن عنصره بعيد عن + +335 +00:29:18,770 --> 00:29:22,710 +ال parent تبعه مثلا اللي هو موجود داخله تمام + +336 +00:29:22,710 --> 00:29:27,990 +فهدولة بنسميهم margins هدولة الجوا بنسميهم padding + +337 +00:29:27,990 --> 00:29:34,590 +تمام بناء على الكلام هذا اجيت لل buttonو اضغط عليه + +338 +00:29:34,590 --> 00:29:42,190 +margins layout margin و اضغط عليه مثلا 20dp لان + +339 +00:29:42,190 --> 00:29:48,970 +انظر البطون هذا بعيد عن 20 في كل الجهات هذا انا لم + +340 +00:29:48,970 --> 00:29:52,470 +اضغط عليه مارجن + +341 +00:29:52,470 --> 00:29:58,470 +لحظة + +342 +00:29:58,470 --> 00:30:03,230 +شويه هذه مارجن للتاني وهي 20dp + +343 +00:30:15,360 --> 00:30:19,820 +ممكن تحدد ال margin من جهة واحدة + +344 +00:30:26,190 --> 00:30:30,370 +لأ هذا الـ margin خلاص يعني ال .. ال .. المنطقة + +345 +00:30:30,370 --> 00:30:34,330 +هذه رايحة تمام؟ رايحة ماقدرش تحط فيها حاجة خلاص + +346 +00:30:34,330 --> 00:30:37,690 +هذه ال margin ال margin تابعة للأنصر دلوقتي ال + +347 +00:30:37,690 --> 00:30:46,090 +margin مسافة تابعة .. خلاص كإنها محجوزة للأنصر + +348 +00:30:46,090 --> 00:30:50,850 +مش كإن البغض + +349 +00:30:50,850 --> 00:30:56,260 +على الذات خلاص هذه منطقة ميتة راحتأنت مابقدرش + +350 +00:30:56,260 --> 00:31:00,900 +تستخدمها بس هي تابعة أساسا للعنصر خلاص محجوزة + +351 +00:31:00,900 --> 00:31:07,020 +للعنصر في عندك margin زي ما قلنا بتحدد في margin + +352 +00:31:07,020 --> 00:31:13,020 +top و start و end و bottom يعني مثلا ممكن أقول حد + +353 +00:31:13,020 --> 00:31:17,500 +اللي بس ال top عشرين هي + +354 +00:31:17,500 --> 00:31:21,360 +مثلا هنا حط العنصر من فوق بس عشرين هنا لأ ممكن + +355 +00:31:21,360 --> 00:31:23,140 +تقول من فوق عشرين و من الجانب عشرة + +356 +00:31:26,650 --> 00:31:35,610 +تمام ؟ طيب هذا بس عشان نفهم ال margin طيب + +357 +00:31:35,610 --> 00:31:38,770 +خلينا نشيل ال margins عشان ما نخبطش مع الحاجات + +358 +00:31:38,770 --> 00:31:45,150 +التانية اللي هتعلمها ال gate هاي + +359 +00:31:45,150 --> 00:31:51,310 +رجع العواصر زي ما هم الآن إيش أنا معطل عنصر حجم + +360 +00:31:52,170 --> 00:31:56,530 +Rare Content بظغره على جد المحتوى الخاص بيه لان + +361 +00:31:56,530 --> 00:32:03,290 +ممكن نجي احنا نستفيد من خاصية اسمها ال weight طبعا + +362 +00:32:03,290 --> 00:32:08,070 +لو بدك تكبر العنصر على جد الشاشة بدك تنتبه لو انا + +363 +00:32:08,070 --> 00:32:16,550 +كبرت ال battle الأول بيقوله match parent ايش + +364 +00:32:16,550 --> 00:32:19,710 +صار التاني اختفى تمام + +365 +00:32:22,990 --> 00:32:27,290 +لو كبرت التاني لأ + +366 +00:32:27,290 --> 00:32:32,950 +الاول بيضله التاني هو لما يعمل ال press run + +367 +00:32:32,950 --> 00:32:38,610 +بالترتيب تمام لأن اجه الاول rap content عرضه خلص + +368 +00:32:38,610 --> 00:32:41,970 +مسافته الاول ان عرضه صار موجود على الشاشة التاني + +369 +00:32:41,970 --> 00:32:45,470 +جبتله match parent ايش بيعمل بيمده ياخد باقي + +370 +00:32:45,470 --> 00:32:49,790 +المساحةفهمتوا كيف هو بالترتيب .. بالبناء على + +371 +00:32:49,790 --> 00:32:53,150 +الترتيب العناصر أول عنصر قلت له wrap content و + +372 +00:32:53,150 --> 00:32:56,950 +عرضه على الشاشة الآن التاني قلت له match parent + +373 +00:32:56,950 --> 00:33:02,510 +بمد حاله على جد المساحة اللي ضايلة ماشي؟ طب ليش + +374 +00:33:02,510 --> 00:33:05,710 +ماصارش لما كان العكس؟ لأنه بدأ فبطن واحد قاله + +375 +00:33:05,710 --> 00:33:10,570 +match parent غطى كل حاجة يعني في حاجات هيك بتجربة + +376 +00:33:10,570 --> 00:33:11,150 +بتجي معاك + +377 +00:33:15,430 --> 00:33:20,150 +طيب غير ال match payout في أنه لو انا رجعتهم wrap + +378 +00:33:20,150 --> 00:33:25,170 +content في أن حاجة في ال layout linear layout + +379 +00:33:25,170 --> 00:33:31,470 +اسمها ال weight مثلا شوف هنا قلت له weight 1 و هنا + +380 +00:33:31,470 --> 00:33:37,430 +weight 2 ال + +381 +00:33:37,430 --> 00:33:43,520 +weight هذا لأ بعيد توزيع المساحةمع بين الاتنين + +382 +00:33:43,520 --> 00:33:50,340 +بحيث واحد قدر الإمكان واحد ياخد ضعف التاني يعني + +383 +00:33:50,340 --> 00:33:53,720 +طلع في ال text انا قلت له weight هذا واحد هذا ال + +384 +00:33:53,720 --> 00:33:57,980 +weight تبعه اتنين يعني لو يعني و كأن المساحة مكونة + +385 +00:33:57,980 --> 00:34:02,960 +من تلت أجزاء واحد ياخد جزءين واحد ياخد جزء تاني + +386 +00:34:02,960 --> 00:34:11,100 +تمام هنا عشان يتبين أكتر لفهاتمام؟ هذا تقريبا و مش + +387 +00:34:11,100 --> 00:34:14,700 +بالظبط بعملهم بحب اعمل مواقع ما نوع عامة فهذا كأنه + +388 +00:34:14,700 --> 00:34:20,460 +بياخد مساحة ضعف ال answer الأول ممكن تغير النسبة + +389 +00:34:20,460 --> 00:34:26,060 +مثلا هذا واحد وهذا تلاتة تمام هتلاقي هذا حجمه بصغر + +390 +00:34:26,060 --> 00:34:30,120 +شوية فهذا ال weight مفيد عشان تعطي أوزان للاثنين + +391 +00:34:30,120 --> 00:34:34,360 +مع بعض rap content بضال كل واحد + +392 +00:34:37,110 --> 00:34:41,490 +ماخد على جد المحتوى اللي هو موجود فيه تمام؟ شوف لو + +393 +00:34:41,490 --> 00:34:47,310 +أنا حطيت ال weight كلمة weight معناها وزن ماشي يا + +394 +00:34:47,310 --> 00:34:51,250 +جماعة حطيت ال weight للأول أحيانا تفهر معنا الكلمة + +395 +00:34:51,250 --> 00:34:55,670 +بالإنجليزي بسهل عليك استخدامها هاي weight واحد + +396 +00:34:55,670 --> 00:35:00,190 +واحد ايش يعني واحد واحد؟ الاتنين لهم نص نص فبيجسم + +397 +00:35:00,190 --> 00:35:05,770 +المساحة كلها بينهم بالنص واضحة + +398 +00:35:05,770 --> 00:35:10,520 +كيف؟عشان هيك في البداية طلع معايا لما ماكانش عندي + +399 +00:35:10,520 --> 00:35:15,580 +ولا حاجة و خطبته نظفته أخد مساحة إيش الشاشة كلها + +400 +00:35:15,580 --> 00:35:20,560 +ليش لأنه لحاله راح أطلو weight واحد لأن هو لحاله + +401 +00:35:20,560 --> 00:35:23,720 +في المنطقة كلها و قلتوله weight واحد أخد كل + +402 +00:35:23,720 --> 00:35:28,340 +المنطقة يعني هذه لما يكون weight واحد صح يعني wrap + +403 +00:35:28,340 --> 00:35:32,460 +content هذه موجودة بس كأنه هي نفسها شيلت هذه و حطت + +404 +00:35:32,460 --> 00:35:37,470 +match pairلكن اذا اتجه عنصر تانى وضفته على الشاشة + +405 +00:35:37,470 --> 00:35:42,090 +الان جسمه بالنص لان هذا اخد weight واحد وهذا + +406 +00:35:42,090 --> 00:35:46,390 +weight واحد فانجسمت بينهم weight تلاتة واحد هذا + +407 +00:35:46,390 --> 00:35:49,830 +بياخد تلات اجزاء وهذا جزء هذا بتفيد من اين يا + +408 +00:35:49,830 --> 00:35:56,160 +جماعة احنا لما نجي نصمم شاشة زي هيكالمفروض ان ال + +409 +00:35:56,160 --> 00:36:01,980 +edit text مثلا ياخد جزءين وهذا ياخد جزء صح ولا لأ + +410 +00:36:01,980 --> 00:36:04,680 +يعني عشان يكون في توازن بينهم هذا جزء وهذا يكون + +411 +00:36:04,680 --> 00:36:17,000 +جزءين ففي هذا المثال هنستخدم ال weight طيب، + +412 +00:36:17,000 --> 00:36:21,360 +ضال في خاصية برضه مهمة في ال .. + +413 +00:36:33,020 --> 00:36:38,340 +الان اتطلع على البطون النص وين بيجي؟ فى النص بدك + +414 +00:36:38,340 --> 00:36:43,160 +تجيبه على اليمين او على الشمال كيف؟ طيب نيجي + +415 +00:36:43,160 --> 00:36:47,020 +للبطون لان هذه مالهاش علاقة بال lay out اللى علاقة + +416 +00:36:47,020 --> 00:36:51,940 +بكيف المحتوى العنصر تتحدد يمين او شمال او فوق او + +417 +00:36:51,940 --> 00:36:57,360 +تحت لو اجيت على البطون نفسه فى خاصية اسمها gravity + +418 +00:36:59,800 --> 00:37:04,720 +اسمها Gravity إيش أنا كلمة Gravity الجاذبية ال + +419 +00:37:04,720 --> 00:37:11,660 +Gravity هذه بتحدد إنه لو حددتها للعنصر بتحدد + +420 +00:37:11,660 --> 00:37:15,180 +المحتوى ال content أبقى أين هيروح في أي اتجاه هو + +421 +00:37:15,180 --> 00:37:18,520 +by default بيكون center تمام بس شوف لو أنا حطيت + +422 +00:37:18,520 --> 00:37:24,600 +left هذا ال button الأول اللي ضفته تمام شايفين أين + +423 +00:37:24,600 --> 00:37:27,540 +النص إجا إجا على الشمال + +424 +00:37:32,840 --> 00:37:36,600 +هو طبعا ال default انها center في حاليات مش هتبين + +425 +00:37:36,600 --> 00:37:42,580 +معاك هل جيت ليش مثلا top top و bottom يعني هو فعلا + +426 +00:37:42,580 --> 00:37:46,820 +جابه top لأنها اه رفعه شوية تمام بس فيه بتبين اكتر + +427 +00:37:46,820 --> 00:37:52,920 +لو انه عبده كبير بيبين اكتر ممكن تجمع حاجتين مع + +428 +00:37:52,920 --> 00:37:58,120 +بعض تقوله مثلا left top + +429 +00:38:00,250 --> 00:38:03,430 +يعني شمال top مثلا لما بيجي على الزاوية هذه أو هيك + +430 +00:38:03,430 --> 00:38:04,850 +تمام؟ طيب + +431 +00:38:24,630 --> 00:38:28,070 +طيب إيش أنت شايف هال gate؟ وين الزرعين إيه جوا؟ + +432 +00:38:28,070 --> 00:38:33,010 +تحت .. تحت .. كيف جبت الزرعين هيك تحت بسرعة؟ روحت + +433 +00:38:33,010 --> 00:38:38,110 +أنا على ال layout، ال layout نفسها، وقلتله جيت لل + +434 +00:38:38,110 --> 00:38:42,310 +layout، ال gravity إيش؟ bottom، إيش معناه الكلام + +435 +00:38:42,310 --> 00:38:44,990 +هذا؟ إنه ال layout ال gravity bottom، معناه كل + +436 +00:38:44,990 --> 00:38:51,130 +محتوى ال layout هينزل تحتما هو انا لما احط gravity + +437 +00:38:51,130 --> 00:38:55,270 +ل ال button معناه محتوى ال button هقوله يمين شمال + +438 +00:38:55,270 --> 00:38:59,250 +فوق تحت لما احط gravity ل layout معناه انا بتحكم + +439 +00:38:59,250 --> 00:39:03,310 +في محتوى ال layout دايما انت لما تحط gravity لعنصر + +440 +00:39:03,310 --> 00:39:07,610 +معناه انت تتحكم في اتجاه او في مكان المحتوى تبعه + +441 +00:39:07,610 --> 00:39:14,330 +مين محتوى الذرق؟ النص مين محتوى ال layout؟الأزرار + +442 +00:39:14,330 --> 00:39:17,750 +كل اللي فيها طبعا فانا وجدته من ال lay out ال + +443 +00:39:17,750 --> 00:39:21,670 +gravity كأنه بحدد أماكن العناصر اللي فيها center + +444 +00:39:21,670 --> 00:39:26,070 +هاي + +445 +00:39:26,070 --> 00:39:38,810 +إيجي في نص الشاشة هم by default بيكونوا top طيب + +446 +00:39:46,630 --> 00:39:52,190 +مش ملاحظين هنا فيه + +447 +00:39:52,190 --> 00:39:55,630 +زر فوق و فيه زر إيجا وين؟ إيجا فالمص، طب كيف أنا + +448 +00:39:55,630 --> 00:39:58,630 +جبت الزر لحاله فالمص؟ انتبهوا معايا، احنا اتفاجن + +449 +00:39:58,630 --> 00:40:03,900 +ان ال gravity بستفيد منها ان احدد مكانالمحتوى + +450 +00:40:03,900 --> 00:40:08,440 +المحتوى للشيء لو حددت gravity لبطن تتحدد مكان النص + +451 +00:40:08,440 --> 00:40:12,480 +اللي موجود فيه لو حددت gravity في إيدة text إيش + +452 +00:40:12,480 --> 00:40:17,460 +إيدة text اللي بتحدد المستخدم لما يكتب وين الحروف + +453 +00:40:17,460 --> 00:40:21,020 +هتطلع احنا متعودين الحروف تطلع على الشمال ممكن لأ + +454 +00:40:21,020 --> 00:40:26,100 +يكتب تطلع في النص طبعا؟ لو حددت gravity ل layout + +455 +00:40:26,100 --> 00:40:30,840 +بتحدد مكان كل العلاصر اللي جواها زي ما احنا شوفنا + +456 +00:40:30,840 --> 00:40:43,510 +تويطيب لكن في خاصية تانية اسمها مش gravity اسمها + +457 +00:40:43,510 --> 00:40:47,230 +layout gravity + +458 +00:40:47,230 --> 00:40:55,070 +جبلها إيش جبها كلمة layout layout gravity تستخدمها + +459 +00:40:55,070 --> 00:41:00,930 +للأنصر عشان تحدد مكانه بالنسبة لأبوه تمام + +460 +00:41:02,130 --> 00:41:05,270 +الـ Gravity بتستخدمها للأنصر عشان يتحدد مكان + +461 +00:41:05,270 --> 00:41:09,830 +محتوان الـ Layout Gravity بتستخدمها للأنصر عشان + +462 +00:41:09,830 --> 00:41:14,710 +يتحدد مكانه بالنسبة لأبوه طب كيف يعني انت لخبطنا + +463 +00:41:14,710 --> 00:41:24,510 +هيك بالنسبة لأبوه لإمه نرجع على ال text لأن + +464 +00:41:24,510 --> 00:41:29,330 +أنا قلتلك بدي الإزرار تيجي في النص كلها + +465 +00:41:31,740 --> 00:41:34,780 +تمام؟ في عندك خيارين انك تروح لل lay out و تقولها + +466 +00:41:34,780 --> 00:41:36,880 +lay out بديت كل المحتوى اللي فيك ييجي في النص + +467 +00:41:36,880 --> 00:41:41,700 +نستخدم اي خاصية من هدولة بالمناسبة ال gravity لان + +468 +00:41:41,700 --> 00:41:45,700 +انا فسرناها و قولنا ال gravity نستخدمها يعني عنصر + +469 +00:41:45,700 --> 00:41:48,680 +عشان نحدد مكان محتوى العنصر الأهم اللي هنا اللي هو + +470 +00:41:48,680 --> 00:41:54,960 +lay out و قولنا له هنا gravity center + +471 +00:41:54,960 --> 00:41:58,080 +عشان هيك جاب كل العناصر في النص + +472 +00:42:02,710 --> 00:42:06,650 +أي Text لأ + +473 +00:42:06,650 --> 00:42:10,750 +احنا بتتحكم الآن في ال button في العلاقات اللي جوا + +474 +00:42:10,750 --> 00:42:13,830 +ال layout اللي هي ال buttons نفسها المحتوى اللي + +475 +00:42:13,830 --> 00:42:17,330 +موجود جوا ال buttons هذا ملاش فيه لإنك تتحكم في + +476 +00:42:17,330 --> 00:42:21,030 +مكان النص ال text بتروحنا ال button بتقوله gravity + +477 +00:42:21,030 --> 00:42:27,910 +انتوا معايا لا يا جماعة اه اكيد لو ضفت اه اكيد ها + +478 +00:42:27,910 --> 00:42:34,820 +ضيف كمان text هيه text view يعنيهي هي نزل معاهم + +479 +00:42:34,820 --> 00:42:39,000 +برضه لأن هذا كله محتوى ال layout فانا روحت لل + +480 +00:42:39,000 --> 00:42:41,420 +layout قلت له gravity center حطهم كلهم في النص + +481 +00:42:41,420 --> 00:42:45,860 +طبعا لو + +482 +00:42:45,860 --> 00:42:49,120 +روحت لل button قلت له gravity بحدد مكان المحتوى + +483 +00:42:49,120 --> 00:42:54,560 +مين المحتوى ال button ال text انا قلت بدي بس الزر + +484 +00:42:54,560 --> 00:42:59,200 +هذا هو اللي ييجي في النصبنفع تروح لل layout و + +485 +00:42:59,200 --> 00:43:02,760 +تقوله gravity لأ هي خربت الدنيا هي كل محتوى layout + +486 +00:43:02,760 --> 00:43:07,580 +هينزل في النص فالان بروح للزر نفسه هاي ال battle + +487 +00:43:07,580 --> 00:43:12,840 +التاني و بقوله شو gravity لأ gravity هذا صح لو + +488 +00:43:12,840 --> 00:43:15,920 +قلتله gravity تتحكم مكان ال text اللي جوا هنا + +489 +00:43:15,920 --> 00:43:17,660 +بتقوله layout gravity + +490 +00:43:20,980 --> 00:43:25,540 +و بتقوله center انا غيرت بس لمين لل battle يعني + +491 +00:43:25,540 --> 00:43:31,100 +هنا بقوله مكانك في ال layout تمام لاحظ فيها كلمة + +492 +00:43:31,100 --> 00:43:35,720 +ايش layout تعالى هنا ال battle اللي حاله حطه في ال + +493 +00:43:35,720 --> 00:43:41,030 +center و هدوله ضلهم مكانهمتمام؟ واضحة ايش الفرق ما + +494 +00:43:41,030 --> 00:43:45,050 +بين gravity و layout gravity يبقى linear layout يا + +495 +00:43:45,050 --> 00:43:48,170 +جماعة باختصار شديد عشان هو نوجز الموضوع بترتب + +496 +00:43:48,170 --> 00:43:50,810 +العصرية أما أفقيا أما رأسيا بناء على ال + +497 +00:43:50,810 --> 00:43:53,770 +orientation اللي بتحدده في ال layout ياما + +498 +00:43:53,770 --> 00:43:57,030 +horizontally أما vertical في خاصية اسمها weight + +499 +00:43:57,850 --> 00:44:02,650 +بنستفيد منها لنحدد أوزان العناصر هل ياخد مثلا واحد + +500 +00:44:02,650 --> 00:44:07,030 +ياخد جزءين و واحد ياخد جزء تمام؟ واحد ياخد تلت + +501 +00:44:07,030 --> 00:44:10,830 +أجزاء و واحد ياخد جزءين ممكن تعمل زي هيك و طبعا ال + +502 +00:44:10,830 --> 00:44:16,250 +weight بتلغي تأثير ال width و ال height صح ولا؟ + +503 +00:44:16,250 --> 00:44:22,130 +بتلغي تأثيره يعني بالرغم من أنه هذا محطو trap + +504 +00:44:22,130 --> 00:44:25,910 +content أنه أخد نص مساحة الشاشة لما حطت ال weight + +505 +00:44:33,360 --> 00:44:37,060 +الخاصية التانية غير ال weight هي ال gravity ال + +506 +00:44:37,060 --> 00:44:42,860 +gravity بتحدد فيها gravity و layout gravity ال + +507 +00:44:42,860 --> 00:44:48,560 +gravity مكان المحتوى، ال gravity بتعطيها للأنصر + +508 +00:44:49,350 --> 00:44:52,230 +عشان يتحدد المحتوى وين يروح، يمين، شمال، فوق، تحت + +509 +00:44:52,230 --> 00:44:56,410 +الـLayout Gravity أنت بتعطيها للأنصر عشان يتحدد + +510 +00:44:56,410 --> 00:45:02,050 +مكانه بالنسبة للـLayout تمام؟ هذا مختصر الـLinear + +511 +00:45:02,050 --> 00:45:08,230 +Layout بنقل عليها، تعالوا يا جماعة نجرب نعمل الشكل + +512 +00:45:08,230 --> 00:45:13,250 +اللي موجود عندنا هذا تمام؟ + +513 +00:45:19,540 --> 00:45:22,320 +طبعا انا بده اشتغل XML طبعا اللي بده يشتغل drug + +514 +00:45:22,320 --> 00:45:26,280 +drop هو حر انا بعلمك الصعب وانت شغل السهل ايش اول + +515 +00:45:26,280 --> 00:45:33,000 +حاجة موجود عندك في الامتحان XML طبعا لأ + +516 +00:45:33,000 --> 00:45:36,880 +خلي لحظة ماشي تعالي نفكر اول حاجة دلوقتي نبدأ + +517 +00:45:36,880 --> 00:45:41,080 +نشتغل كيف هنعمله هذا طبعا احنا اتفجنا ان الشكل + +518 +00:45:41,080 --> 00:45:42,200 +اللي احنا بدناياه + +519 +00:45:48,460 --> 00:45:54,460 +و تبقى معانا فى هنا صورة هنا و + +520 +00:45:54,460 --> 00:45:59,840 +تحت هنا بيجي عندك username password + +521 +00:45:59,840 --> 00:46:02,900 +و + +522 +00:46:02,900 --> 00:46:07,900 +تحت هنا login او cancel مثلا هدولة جايين فى النص + +523 +00:46:09,370 --> 00:46:12,390 +كيف بنعملها بالـ Linear Layout؟ طب احنا شوفنا بالـ + +524 +00:46:12,390 --> 00:46:14,770 +Linear Layout بتحطه Horizontal برصه كله ورا بعض + +525 +00:46:14,770 --> 00:46:18,570 +Vertical تحت بعض هنا في حاجات جانب بعض و حاجات + +526 +00:46:18,570 --> 00:46:23,710 +Vertical صح؟ كيف بنعملها؟ فكر كيف تجمع اكتر من + +527 +00:46:23,710 --> 00:46:30,010 +Layout عشان تعمل الشكل هذا الان + +528 +00:46:30,010 --> 00:46:35,370 +هدول اتنين مش عنصرين جانبها هدول اتنين Linear صح؟ + +529 +00:46:35,370 --> 00:46:38,330 +Horizontal ما كلهم Linear هيكون يعني هذه + +530 +00:46:38,330 --> 00:46:44,970 +Horizontalو هذه كمان layout horizontal و هذه كمان + +531 +00:46:44,970 --> 00:46:49,670 +layout horizontal تمام؟ و هذه كمان layout بس فيها + +532 +00:46:49,670 --> 00:46:54,570 +إيش؟ صورة تمام؟ + +533 +00:46:54,570 --> 00:47:01,130 +أو خليها بقى لحالها و هدولة كلهم موجودين أين؟ في + +534 +00:47:01,130 --> 00:47:05,810 +layout واحدة يعني layout واحدة فيها صورة layout + +535 +00:47:05,810 --> 00:47:09,990 +واحدة vertical فيها صورةو بعدين في عندك linear + +536 +00:47:09,990 --> 00:47:13,630 +layout فيها text text view و edit text و بعدين + +537 +00:47:13,630 --> 00:47:16,550 +linear layout text view edit text و linear layout + +538 +00:47:16,550 --> 00:47:21,510 +فيها two buttons شوفت كيف هنعملها هذه بدنا نفذها + +539 +00:47:21,510 --> 00:47:26,350 +اجينا هنا حطاش هيك هذه الرئيسية vertical ماشي + +540 +00:47:26,350 --> 00:47:36,450 +بعدين image view بدنا مثلا حجم الصورة 200 width و + +541 +00:47:36,450 --> 00:47:49,760 +150DP و بنقول له ال source اي صورة طيب + +542 +00:47:49,760 --> 00:47:53,740 +الصورة وان طلعت طلعت + +543 +00:47:53,740 --> 00:47:58,940 +هيك بدنا نجيبها في النص ممكن انت تحط gravity لل + +544 +00:47:58,940 --> 00:48:03,880 +layout center + +545 +00:48:09,880 --> 00:48:15,240 +هيك بس ايش انت خلّيت كل المحتوى بما فيه اللي هضيفه + +546 +00:48:15,240 --> 00:48:20,020 +جدّام يصير center top فاحنا ممكن مبدأيا ان نستغنق + +547 +00:48:20,020 --> 00:48:23,940 +على ال gravity و نشتغل على الصورة لحالها layout + +548 +00:48:23,940 --> 00:48:33,040 +gravity للصورة و نقوله center top تمام + +549 +00:48:33,040 --> 00:48:38,220 +هي ايجاد في النصتحته تحت الصورة مين بده ييجي؟ اللي + +550 +00:48:38,220 --> 00:48:41,380 +يظرمه ال password هدوله أول حاجة الاتنين بدهم + +551 +00:48:41,380 --> 00:48:45,140 +يكونوا داخل linear layout عرض ال linear layout + +552 +00:48:45,140 --> 00:48:49,900 +قداش طول الشاشة اللي هي هتكون match parent + +553 +00:48:49,900 --> 00:48:56,440 +ارتفاعها قداش؟ ركزوا معانا يا جماعة هذه هذه لحالها + +554 +00:48:56,440 --> 00:49:06,200 +linear layout صح؟ عرضها قداش؟لأ هو مش rap تمام أنا + +555 +00:49:06,200 --> 00:49:11,560 +بتدخليها عرض الشاشة تمام match parent ارتفاعها هذا + +556 +00:49:11,560 --> 00:49:14,800 +rap content علشان ليش لأن انا لو قلتله ارتفاعها + +557 +00:49:14,800 --> 00:49:19,600 +match parent هتعب الشاشة فهي ارتفاعها rap content + +558 +00:49:19,600 --> 00:49:25,820 +و عرضها match عشان تجي جد الشاشة تمام فأجيت علي + +559 +00:49:25,820 --> 00:49:28,460 +early out قلتله ال width تبعها match parent و + +560 +00:49:28,460 --> 00:49:31,720 +الارتفاع rap content + +561 +00:49:35,190 --> 00:49:41,170 +ماشي و ال orientation horizontal + +562 +00:49:41,170 --> 00:49:45,630 +ايش فيه داخلها لأ انا وان شغال لسه هال gate عملنا + +563 +00:49:45,630 --> 00:49:52,310 +ال .. اه بدنا نعمل text view حجمه بده اعطيله wrap + +564 +00:49:52,310 --> 00:49:57,590 +content و wrap content و المحتوى اللي فيه username + +565 +00:49:57,590 --> 00:50:03,070 +تمام ممتازين نعطيله weight واحد + +566 +00:50:04,660 --> 00:50:10,340 +و نعمل فيه كمان edit text بدنا نقوله خليه ياخد ال + +567 +00:50:10,340 --> 00:50:14,520 +edit text بجيهة المساحة كلها match parent او خليه + +568 +00:50:14,520 --> 00:50:19,160 +و يعني خليه برضه wrap content و ال height wrap + +569 +00:50:19,160 --> 00:50:24,380 +content و ال weight خليه ياخد تلاتة مثلا + +570 +00:50:29,800 --> 00:50:34,900 +input type لو اعملته صفر عادي بس مش هيفرز منا + +571 +00:50:34,900 --> 00:50:38,480 +person name text person name عشان ماينزلش أسطر + +572 +00:50:38,480 --> 00:50:48,680 +إضافية تعالى نشوف شكلها هى تعالى عنكوا هيك بس + +573 +00:50:48,680 --> 00:50:52,620 +هذا إيش ماله ال + +574 +00:50:52,620 --> 00:50:59,180 +user name ملزج وينفي شمال الشاشة فبدك تعطيله مارجن + +575 +00:50:59,180 --> 00:51:05,380 +عشان تبعدوا شوية تمام؟ لأن نفس هذه بدنا نعمل لها + +576 +00:51:05,380 --> 00:51:08,940 +لمين؟ لل password شوف هال gate بدل ما نكتبها تاني + +577 +00:51:08,940 --> 00:51:12,000 +مش قلتولي هنخلصها ب 10 دقايق انسخ كل ال linear + +578 +00:51:12,000 --> 00:51:17,200 +layout هذه مش زيها هيتكرم تحت تمام؟ انسخها كلها + +579 +00:51:17,200 --> 00:51:23,910 +وحطها تحت نفسهابس بدل user name نوع ال input type + +580 +00:51:23,910 --> 00:51:29,790 +text password + +581 +00:51:29,790 --> 00:51:34,650 +اغير + +582 +00:51:34,650 --> 00:51:42,130 +ال text عشان يصير password واخر + +583 +00:51:42,130 --> 00:51:44,970 +حاجة في عندنا layout فيها زرين تمام + +584 +00:51:47,310 --> 00:51:50,770 +هي linear layout برضه بدنا يها match parent ال + +585 +00:51:50,770 --> 00:51:54,590 +width الارتفاع wrap content و بدنا نحط فيها two + +586 +00:51:54,590 --> 00:52:02,170 +buttons خليهم wrap content و wrap content ال + +587 +00:52:02,170 --> 00:52:05,570 +orientation مانساش هاي ال orientation تبعها + +588 +00:52:05,570 --> 00:52:11,070 +horizontal و نحط الزرين احنا قعدنا خلصنا هاي text + +589 +00:52:11,070 --> 00:52:20,350 +login مثلاهذا الزر الأول وهذا الزر الثاني wrap + +590 +00:52:20,350 --> 00:52:25,030 +content .. wrap content مش بتعود على النسخة والله + +591 +00:52:25,030 --> 00:52:31,910 +عزيزي cancel ده الحاجة واحدة أن الزرين هيجي على + +592 +00:52:31,910 --> 00:52:37,850 +الجانب مين أسهل تعطينا layout Gravity و لا لكل + +593 +00:52:37,850 --> 00:52:44,050 +واحدأنا بدي الأثنين اوسطهم صح ولا تعالى ال layout + +594 +00:52:44,050 --> 00:52:49,130 +ليش مارجيهم كل واحد ويت واحد فقط اه ماشي ممكن + +595 +00:52:49,130 --> 00:52:53,290 +تعطيه كل واحد ويتي عبي نص الشاشة او انا بدي أوسطهم + +596 +00:52:53,290 --> 00:52:56,910 +انا بدي اخليهم نفس الحجم بس بويسطهم تعالى ال + +597 +00:52:56,910 --> 00:53:01,710 +layout بتاعتهم تمام ويقولوا gravity لل layout اللي + +598 +00:53:01,710 --> 00:53:09,020 +هم فيها وقولوا center تمام وهي ايش حطهمهتقول + +599 +00:53:09,020 --> 00:53:12,800 +الملازجين ع بعض حط من كل layout ل layout margin + +600 +00:53:12,800 --> 00:53:17,320 +هنعملها نكملها المحاضرة سهل ولا صعب يا جماعة سهل + +601 +00:53:17,320 --> 00:53:23,100 +بس بده تدريب و لاحظ أنا مضيف كل حاجة ايش XML انت + +602 +00:53:23,100 --> 00:53:29,040 +بتفكر ان ال drug drop اسهل لكن لو جربت عمله هتلاقي + +603 +00:53:29,040 --> 00:53:32,220 +ال XML اسهل شوف انا لو بعمل drug drop اقعد دور وين + +604 +00:53:32,220 --> 00:53:35,160 +هدى موجودة وحط هنا ورفعها وظبطها وراحت يمين وراحت + +605 +00:53:35,160 --> 00:53:39,760 +شمال لل XML على طول بتناملماشي يا جماعة واضح + +606 +00:53:39,760 --> 00:53:40,180 +الموضوع + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..5c6eaac6b51e1fa16e6db344fd1faa0ae3e6ed2c --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_postprocess.srt @@ -0,0 +1,2224 @@ +1 +00:00:21,110 --> 00:00:28,030 +طيب السلام عليكم يا جماعة ان شاء الله هنكمل برنامج + +2 +00:00:28,030 --> 00:00:32,230 +المسابقة اللى .. اللى احنا خلصنا محاضرتين فيه صح + +3 +00:00:32,230 --> 00:00:37,790 +ولا لأ؟ هنكمل اليوم المحاضرة التالتةيعني طبعا احنا + +4 +00:00:37,790 --> 00:00:40,750 +في الأول .. اول محاضرة اشتغلنا الواجهة الرئيسية + +5 +00:00:40,750 --> 00:00:43,790 +بعدين المحاضرة التانية ركزنا على الواجهة التانية + +6 +00:00:43,790 --> 00:00:49,450 +اللي هي كيف يجيب الأسئلة في ملف ال text شوفنا طبعا + +7 +00:00:49,450 --> 00:00:53,890 +كيف رتبنا ال code يعني في الأول احنا عرفنا انه كيف + +8 +00:00:53,890 --> 00:00:58,090 +تركيب ملف ال Excel انه قصت أسطور عبارة عن سؤال كل + +9 +00:00:58,090 --> 00:01:01,730 +تفاصيله عملنا class في macoustine عشان نجمع بيانات + +10 +00:01:01,730 --> 00:01:05,600 +السؤالو بعدين عملنا class اسمها question reader + +11 +00:01:05,600 --> 00:01:08,520 +عشان اتريحنا و نجلل ال code اللي هنحطه في ال main + +12 +00:01:08,520 --> 00:01:12,560 +activity بحيث انه انا اقول اسم الملف يرجعلي list + +13 +00:01:12,560 --> 00:01:17,560 +of questions طبعا هذه ال class اللي هي question + +14 +00:01:17,560 --> 00:01:22,670 +reader هنستخدمها وين في ال main activityواتعرفنا + +15 +00:01:22,670 --> 00:01:27,190 +على كيف احنا نتعامل مع الملفات اللي هي من الأنواع + +16 +00:01:27,190 --> 00:01:30,710 +الغير معتادة يعني مش هي ملفات XML مثلا ولا ملفات + +17 +00:01:30,710 --> 00:01:33,670 +صور تقولنا هدولة بنحطهم في أحد مجلدين يا إما ال + +18 +00:01:33,670 --> 00:01:39,190 +assets يا إما ال raw folder فالأن + +19 +00:01:39,190 --> 00:01:43,450 +هذا ال code بتاع ال main activity بتاعتنا code ال + +20 +00:01:43,450 --> 00:01:44,670 +main activity طبعا + +21 +00:01:52,070 --> 00:01:54,730 +خلصنا احنا ال main activity احنا بدنا ندقوق على ال + +22 +00:01:54,730 --> 00:01:56,650 +competition activity التي هي ال activity التانية + +23 +00:01:56,650 --> 00:01:59,170 +طبعا في ال activity التانية معروف انها اول ما + +24 +00:01:59,170 --> 00:02:05,390 +تشتغل بدنا نقرأ ايش ال intent اللي جاي من مين من + +25 +00:02:05,390 --> 00:02:08,230 +ال activity الأولى اللي هي بس وظيفة ال code هذا + +26 +00:02:08,230 --> 00:02:15,030 +انه يقعد ال name في ال .. يعني مثلا لو قلت أحمد + +27 +00:02:31,690 --> 00:02:35,350 +لأن هذا الاسم اللي هنا إجا من ال activity الأولى + +28 +00:02:35,350 --> 00:02:39,670 +فنقول لو ال content لا يسونا له has extra name روح + +29 +00:02:39,670 --> 00:02:44,470 +يرضيها في ال name text view و بعدين جيبنا العناصر + +30 +00:02:44,470 --> 00:02:47,690 +الشاشة اللي لها علاقة بالسؤال اللي هم مين ال + +31 +00:02:47,690 --> 00:02:51,910 +question text view و الأزرار بتاعة الخيارات و طبعا + +32 +00:02:51,910 --> 00:02:56,780 +عشان أسهل التعامل مع الأزرار حطيتهم داخل arrayو + +33 +00:02:56,780 --> 00:03:01,720 +جيبنا برضه تقل ال image لان روحنا انشأنا object من + +34 +00:03:01,720 --> 00:03:05,460 +ال quest شريدة تمام و قولنا له get questions و + +35 +00:03:05,460 --> 00:03:10,160 +عطينا له اسم الملف تمام هذا برجع لل list of + +36 +00:03:10,160 --> 00:03:14,220 +questions بعدين مسكنا مجموعة الأسئلة و عملنا لهم + +37 +00:03:15,090 --> 00:03:19,890 +Shuffle تمام؟ علشان نخبطهم وبعدين جيبنا أول سؤال + +38 +00:03:19,890 --> 00:03:23,870 +عملنا remove له ماعملناش get عشان نطلعه بالمرة من + +39 +00:03:23,870 --> 00:03:27,170 +الأسئلة لأن السؤال اللي بيطلع عندي مبدوش يرجعه + +40 +00:03:27,170 --> 00:03:33,110 +يطلعه تاني وبعدين أخدنا السؤال بياناته عبناه داخل + +41 +00:03:33,110 --> 00:03:35,650 +عناصر الشاشة يعني روحنا له question text view + +42 +00:03:35,650 --> 00:03:39,210 +وقلنا له see text وروحنا للسؤال واخدنا منه get + +43 +00:03:39,210 --> 00:03:44,190 +question text وبعدين لفناه على زرارةو لكل زر قلنا + +44 +00:03:44,190 --> 00:03:48,430 +له sit text question get choices get I نعرف get + +45 +00:03:48,430 --> 00:03:53,250 +choices عبارة عن list تمام جبنا ال answer I اللي + +46 +00:03:53,250 --> 00:03:57,520 +هو السفر واحد اتنينوبعدين الصورة فيها لفة صغيرة + +47 +00:03:57,520 --> 00:04:00,980 +الان الصور احنا قلنا لازم تكون في drawable و اول + +48 +00:04:00,980 --> 00:04:04,840 +ما نحطها في drawable بنعملها ID عشان انا اعرض + +49 +00:04:04,840 --> 00:04:09,500 +الصورة بالزمن ال ID بتاع الصورة R.drawable. ال .. + +50 +00:04:09,500 --> 00:04:11,580 +ال .. ال .. ال .. ال .. ال .. بطلع باسم الصورة ال + +51 +00:04:11,580 --> 00:04:16,120 +ID لان كيف انا بدلالة اسم الصورة اللي هو نص بدي + +52 +00:04:16,120 --> 00:04:19,840 +اجيب ال integer اللي اتعرف في ال R file فى method + +53 +00:04:19,840 --> 00:04:23,540 +اسمها get identifier تمام get resources get + +54 +00:04:23,540 --> 00:04:28,980 +identifier بعطيه للاسماسم الصورة و اين موجود فيه + +55 +00:04:28,980 --> 00:04:33,260 +واسم ال package و هو برجعلي ال ID اللى اتعرف في ال + +56 +00:04:33,260 --> 00:04:36,940 +R5 و بعدين بقوللي للصورة set image resource و + +57 +00:04:36,940 --> 00:04:40,660 +بعطيله ال ID بتاع الصورة طبعا جابل هيك لازم ان انا + +58 +00:04:40,660 --> 00:04:45,460 +اسم الصورة اشيل منه ال extension عشان هيك جبت مكان + +59 +00:04:45,460 --> 00:04:51,350 +ال dot و عملت substring من الصفر الى ال dotطبعا + +60 +00:04:51,350 --> 00:04:55,910 +إذا يعني ماكانش في الصورة يعني كان no image موجود + +61 +00:04:55,910 --> 00:04:59,470 +هيروح على ال else ويحط فيه صفر مثلا قامتها صفر + +62 +00:04:59,470 --> 00:05:03,290 +يعني مافيش يعني مافيش ID صفر فهتطلع الصورة فاضي + +63 +00:05:03,290 --> 00:05:08,230 +هدلليش عشان مايطلقليش الصورة الافتراضيةمش للتحقق + +64 +00:05:08,230 --> 00:05:13,990 +هذه ال F statement إذا في صورة هيعرضها فش صورة + +65 +00:05:13,990 --> 00:05:17,990 +تمام هيروح ل set image resource ويحط فيها كتابة + +66 +00:05:17,990 --> 00:05:22,990 +صفر لأن فش ID صفر ال ID دايما بيكون رقم كبير شوية + +67 +00:05:22,990 --> 00:05:27,530 +تمام لأن إذا ما نجاش ال ID هذا هتطلع الصورة فاضية + +68 +00:05:27,530 --> 00:05:28,950 +يعني هتطلع هي بالشكل هذا + +69 +00:05:31,930 --> 00:05:36,750 +لأن هذا السؤال مثلا مالوش صورة طبعا لو المحاضرة + +70 +00:05:36,750 --> 00:05:39,490 +الماضية لما اشتغلنا ماحطناش هذا السطر فتطلع عند + +71 +00:05:39,490 --> 00:05:42,210 +الصورة بتاعة الاندرويد فانا مابديش تطلع صورة + +72 +00:05:42,210 --> 00:05:48,450 +الاندرويد وقوله 6 0 طبعا ووقفنا ووقفنا لحد هنا هذا + +73 +00:05:48,450 --> 00:05:53,250 +اللي احنا أخدنا المحاضرة الماضية طبعا أنا قلتهذا + +74 +00:05:53,250 --> 00:05:57,430 +شغل تراكمي و لازم تروح البيت تجرب و البرمجة طريقة + +75 +00:05:57,430 --> 00:06:01,070 +التفكير ماشي .. يعني لاحظ معظم الحاضر الماضية كان + +76 +00:06:01,070 --> 00:06:06,550 +code Java صح ولا لأ و ترتيب ال code هذا كله Java و + +77 +00:06:06,550 --> 00:06:09,830 +لازم أنت تتدرب و أنا متأكد طبعا أقولك روحت و + +78 +00:06:09,830 --> 00:06:17,590 +اتدربت يعنيطيب الآن السؤال اتعب عندي في ال text + +79 +00:06:17,590 --> 00:06:20,510 +view و اذا كان في صورة نحطت هنا و نحطت الإجابات + +80 +00:06:20,510 --> 00:06:24,310 +هنا بس طبعا لسه ايش .. مافيش actions ع دولة تعالوا + +81 +00:06:24,310 --> 00:06:29,580 +ايش نكمللأن حابب انا ان الزرار هدول اول حاجة ان + +82 +00:06:29,580 --> 00:06:37,020 +حددهم اطار شكل بيضاوي مستطيل بس يلو اطارات تمام + +83 +00:06:37,020 --> 00:06:42,120 +هذا الشكل الافتراضي لأن لو كانت لو انا ضغطت على + +84 +00:06:42,120 --> 00:06:47,880 +الزر اللي ليه اجابة صحيحة هيغير صورة ويحط لون اخضر + +85 +00:06:47,880 --> 00:06:52,800 +مثلا تمام لو غيرت لو ضغطت على الزر اللي ليه اجابة + +86 +00:06:52,800 --> 00:06:55,060 +خاطئة هيصير باللون الأحمر + +87 +00:06:56,980 --> 00:07:02,200 +الـ board لأ التعبئة بتاعته اللي بتتغير ال + +88 +00:07:02,200 --> 00:07:07,580 +background بس انا عشان بده ارسم مرسم اول حاجة بده + +89 +00:07:07,580 --> 00:07:12,280 +اروح ل drawable و بده اعمل بالمرة يعني زي مراجعة + +90 +00:07:12,280 --> 00:07:14,880 +برضه اللي أخدناها بده اعمل drawable resource file + +91 +00:07:14,880 --> 00:07:23,560 +لأن هنا بده اسميه default choice shape + +92 +00:07:25,670 --> 00:07:30,810 +أو خلّيها choice default shape يعني شكل الزر + +93 +00:07:30,810 --> 00:07:38,250 +الإفتراضي طيب + +94 +00:07:38,250 --> 00:07:42,370 +الآن بدي أعمل item لإن ممكن تعمل item وجوا تعمل + +95 +00:07:42,370 --> 00:07:47,070 +shape لإن هاي بعمل shape بديها إيش shape rectangle + +96 +00:07:49,170 --> 00:07:53,490 +تمام ونروح ايش stroke اول حاجة اللى هو خملى الخط + +97 +00:07:53,490 --> 00:08:03,470 +اللى برسمه ال color بدناه أسود و + +98 +00:08:03,470 --> 00:08:15,650 +ال width اتنين دي بي مثلا طيب + +99 +00:08:15,650 --> 00:08:25,900 +في أن ال cornersradius مثلا 8DP فى + +100 +00:08:25,900 --> 00:08:37,340 +عنا solid بتاع بيته color بيبنى لون رمادي يعني + +101 +00:08:37,340 --> 00:08:42,120 +وخليه أفتح شوية تمام + +102 +00:08:42,120 --> 00:08:47,620 +وبيبنى نعمل padding عشان نبعد اللص عن ال ..left و + +103 +00:08:47,620 --> 00:08:53,940 +right خلّيه مثلا عشرة DP مافيش + +104 +00:08:53,940 --> 00:08:58,100 +دي اعمل ال top و ال bottom تمام + +105 +00:08:58,100 --> 00:09:02,640 +هذا رسم ال rectangle اللي انا بدي اعمل نفس الشكل + +106 +00:09:02,640 --> 00:09:07,520 +اكرره مرتين هذا choice هذا ال default ايش هي ال + +107 +00:09:07,520 --> 00:09:11,560 +default لو انا مش ضعفت عليه بالمرة الان لو كان + +108 +00:09:11,560 --> 00:09:12,240 +correct + +109 +00:09:16,220 --> 00:09:21,620 +هي نفس الشكل بس بتغير التعبادة بتاعته ال correct + +110 +00:09:21,620 --> 00:09:31,940 +طبعا هيتعب أخضر نفس + +111 +00:09:31,940 --> 00:09:37,960 +ال shape برضه بيدكرنه تاني وهذا بيدسميه wrong + +112 +00:09:37,960 --> 00:09:40,060 +للإجابة الخاطئة + +113 +00:09:50,760 --> 00:09:54,040 +تمام طيب احنا عملنا الأشكال هذه بس لسه ما + +114 +00:09:54,040 --> 00:09:58,140 +استخدمنهاش صح و لا لأن أول ما ينعرض السؤال لازم + +115 +00:09:58,140 --> 00:10:02,920 +يعرض شكل ال default صح و لا وين نحط ركوتة عرض شكل + +116 +00:10:02,920 --> 00:10:08,080 +ال default الان انت عندك هاي الزرار مش في عندك انت + +117 +00:10:08,080 --> 00:10:12,160 +هنا four loop بتعبل في الزرار ال text ممكن استفيد + +118 +00:10:12,160 --> 00:10:14,180 +منها ان اروح لكل زر + +119 +00:10:18,030 --> 00:10:23,930 +و احكي له set background في عندنا مثلًا اسمها set + +120 +00:10:23,930 --> 00:10:27,530 +background resource شايفها؟ ايش بتاخدها دي؟ + +121 +00:10:27,530 --> 00:10:31,930 +integer مين هو .. ايش هو ال integer؟ اللي هو ال ID + +122 +00:10:31,930 --> 00:10:37,330 +اللي موجود في الدروبل فبتقوله R dot drawable dot + +123 +00:10:37,330 --> 00:10:39,850 +اللي هو ال default shape + +124 +00:10:43,830 --> 00:10:48,250 +أول ما يشتغل البرنامج هيعرض الـ default الـ + +125 +00:10:48,250 --> 00:10:52,590 +default chip اللي هو الرمادي الفاتح هذا طيب لحد + +126 +00:10:52,590 --> 00:10:57,490 +الآن الزرارة اندي مافيهم actions صح ولا؟ بدنا بدنا + +127 +00:10:57,490 --> 00:11:02,590 +نشتغل على ال action دعنا بس نشوف طيب كل زر بده + +128 +00:11:02,590 --> 00:11:07,730 +actionكل زر من التلاتة بدو action لما اضغط على اي + +129 +00:11:07,730 --> 00:11:11,150 +زر يعني لما نفكر في الاول جرم اننا بنكتب code لما + +130 +00:11:11,150 --> 00:11:18,070 +نضغط على اي زر بدنا نشوف النص على الزر هل هو + +131 +00:11:18,070 --> 00:11:23,290 +الإجابة الصحيحة ولا لأ اذا كان الإجابة الصحيحة بده + +132 +00:11:23,290 --> 00:11:27,490 +يعمل حاشتين بده يغير لونه يخليه أخضر وبده يشغلك + +133 +00:11:27,490 --> 00:11:35,230 +صوت تمام وبده يزيد الرصيدو من الأسئلة اللى بعده كل + +134 +00:11:35,230 --> 00:11:43,190 +هذا بدى تم ايه لو كانت الإجابة صحيحة تمام هى طبعا + +135 +00:11:43,190 --> 00:11:52,730 +ال default shape هى وطلع عندهك تمام طيب + +136 +00:11:52,730 --> 00:11:57,690 +وين نعمل ال action بتاع الذرار بدا اعمله في جوا ال + +137 +00:11:57,690 --> 00:12:02,110 +for loopيعني انا عامل عامل for loop ال for loop + +138 +00:12:02,110 --> 00:12:06,470 +بتجهز ايش تلت زرع هاي فايدة ال for loop اللي مش كل + +139 +00:12:06,470 --> 00:12:11,330 +زرع بتروح عملله action تمام فبتروح برضه ل choice + +140 +00:12:11,330 --> 00:12:17,790 +buttons I ايه يعني ايش بنقوله لحظة ماحدش يتكلم + +141 +00:12:17,790 --> 00:12:25,630 +ايوة كيف بنعمل action على الزرع sit on a click + +142 +00:12:25,630 --> 00:12:28,670 +listener a new on + +143 +00:12:30,800 --> 00:12:36,560 +Click listener هلجيت + +144 +00:12:36,560 --> 00:12:39,420 +كل زر بضغط عليه اعمل set and click listener طيب + +145 +00:12:39,420 --> 00:12:44,380 +اول حاجة بده يغير لسه قبل ما يغير بده يشوف الإجابة + +146 +00:12:44,380 --> 00:12:48,620 +على الزر هذا هي الصح ولا لأ تمام يبقى بنروح ل + +147 +00:12:48,620 --> 00:12:57,040 +choices buttons I ونقوله get text + +148 +00:12:58,610 --> 00:13:01,270 +.toString بس لسه بنواجه مشكلة احنا قبل ما نعمل + +149 +00:13:01,270 --> 00:13:05,970 +الشرط انه ماتعرفش على مين على ال choices هذه عشان + +150 +00:13:05,970 --> 00:13:13,290 +نتعرف عليها لحظة شو اه لازم نيجي نعرفها يعني في + +151 +00:13:13,290 --> 00:13:20,870 +تغيرات شوية بدت نعمل عرفتها + +152 +00:13:20,870 --> 00:13:22,570 +فوق و هي حجمها ايش + +153 +00:13:26,080 --> 00:13:33,340 +تمام تلاتة choices لان + +154 +00:13:33,340 --> 00:13:37,160 +معرفها جوا ماقدرش اقراها فعرفتها فوق و حجمها تلاتة + +155 +00:13:37,160 --> 00:13:42,680 +الآن بدنا نيجي هنا و نعبيها تمام فنروح ل choices + +156 +00:13:42,680 --> 00:13:46,480 +buttons عبيتها بس بطريقة تانية عند الصفر بده احط + +157 +00:13:46,480 --> 00:13:49,080 +فيها ايش choices one button + +158 +00:13:57,320 --> 00:14:00,380 +هي واحد وهي اتنين مش هيك بنعب القرية يا جماعة و لا + +159 +00:14:00,380 --> 00:14:05,600 +مش تمام العنصر رقم صفر حطينا في الزر الأول رقم + +160 +00:14:05,600 --> 00:14:08,840 +واحد حطينا في الزر التاني و هكذا هيك عبّينا القرية + +161 +00:14:08,840 --> 00:14:14,160 +الفكرة هالجهة انه جوا ال .. لحظة شوية choices + +162 +00:14:14,160 --> 00:14:24,720 +buttons cannot + +163 +00:14:24,720 --> 00:14:28,870 +resolve symbolchoice buttons + +164 +00:14:36,190 --> 00:14:41,810 +تمام و هذه برضه choice buttons اه ال I برضه معناه + +165 +00:14:41,810 --> 00:14:46,330 +مش متعرف عليها فبنلف لفة بالعملية ال I هذه جاية + +166 +00:14:46,330 --> 00:14:50,370 +وين جوا for loop تمام فبنلف طبعا هي هذه ال I ممكن + +167 +00:14:50,370 --> 00:14:55,770 +تعرف I فوق تمام و تحطها تبدأ يعني تعرف I فوق و + +168 +00:14:55,770 --> 00:14:59,110 +تقوله من I صفر او كده او ممكن تيجي تقوله final J + +169 +00:14:59,110 --> 00:15:05,470 +يساوي Ifinal integer j يساوي i يعني اي حاجة final + +170 +00:15:05,470 --> 00:15:11,150 +هو ايش بيعمل اضرض فيها فهي حطينا هنا ايش j get + +171 +00:15:11,150 --> 00:15:14,130 +text to string لان احنا هذا ايش فايدة ال code هذا + +172 +00:15:14,130 --> 00:15:22,830 +يجيب النص الموجود على الزر الآن if هذا كله. equals + +173 +00:15:22,830 --> 00:15:29,510 +ignore case main التي هي الإجابة الصحيحة أنا أخدت + +174 +00:15:29,510 --> 00:15:33,090 +الآن لما أضغط على أي زر بدي أجيب النص المكتوب عليه + +175 +00:15:33,090 --> 00:15:37,050 +و أقارنه مع الإجابة الصحيحة الإجابة الصحيحة هي + +176 +00:15:37,050 --> 00:15:40,650 +الموجودة يا جماعة في ال question في ال queue مش هي + +177 +00:15:40,650 --> 00:15:44,850 +أنا جبت سؤال تمام وهي معمول ماله final يعني بقدر + +178 +00:15:44,850 --> 00:15:48,790 +أجرها من جوا تمام إذا هذا كان النص اللي جبته من + +179 +00:15:48,790 --> 00:15:58,130 +الزريساوي q dot get correct answer إذا هذا الكلام + +180 +00:15:58,130 --> 00:16:03,530 +اتحقق طبعا فيه بده حط else برضه إذا كان صح أو إذا + +181 +00:16:03,530 --> 00:16:07,310 +كان خطأ إذا كان صح بده يروح يعلم أو يحط ال + +182 +00:16:07,310 --> 00:16:11,190 +background اللي هي إيش بتاعة اللون الأخضر الآن بده + +183 +00:16:11,190 --> 00:16:18,130 +أروح للزر نفسهاللي هو مين لأن choice is j هذا دوت + +184 +00:16:18,130 --> 00:16:22,790 +set background اه در بالك في set background color + +185 +00:16:22,790 --> 00:16:27,830 +بس هذا لو حطيتها هيرجع الشكل على الزر الأساسي + +186 +00:16:27,830 --> 00:16:31,150 +ويغير اللون لأ انا بقوله set background resource + +187 +00:16:31,150 --> 00:16:35,070 +انه ياخد الرسمة الجديدة اللي هي موجودة R في the + +188 +00:16:35,070 --> 00:16:41,780 +drawable.which is default correct shape choice + +189 +00:16:41,780 --> 00:16:47,100 +correct shape إذا + +190 +00:16:47,100 --> 00:16:55,120 +كانت خاطئة قلص صح أو لا سوف يضع الرسم التاني which + +191 +00:16:55,120 --> 00:17:01,460 +is choice wrong shape تمام + +192 +00:17:01,460 --> 00:17:03,160 +هات نتأكد من هذه أنها شغالة + +193 +00:17:19,090 --> 00:17:22,370 +طيب لحد ما يشتغل بدنا احنا كمان نشغل + +194 +00:17:33,760 --> 00:17:38,140 +طبعا ماعملش حاجة لسه المفروض يروح السؤال التاني بس + +195 +00:17:38,140 --> 00:17:40,960 +لسه قبل ما نروح السؤال التاني بدنا نشوف كيف نشغل + +196 +00:17:40,960 --> 00:17:47,620 +صوت طبعا و الرصيد كمان يزيد طبعا عشان نتعلم اشي + +197 +00:17:47,620 --> 00:17:54,400 +جديد كيف نشغل صوت طبعا جوجلت يا جماعة ملفين صوت في + +198 +00:17:54,400 --> 00:18:00,940 +صوت الأول clappingماذا يعني clapping؟ clap يعني + +199 +00:18:00,940 --> 00:18:05,900 +سجف بالانجليزي بالعربي ال clap بتاعة ال هوهو تمام؟ + +200 +00:18:05,900 --> 00:18:12,280 +وفيه كمان هذا الصوت التاني هذا في حال إيش؟ لو جاب + +201 +00:18:12,280 --> 00:18:18,700 +.. لو جاب خلاص خلاص تمام؟ فلان أخدنا الملفين ولان + +202 +00:18:18,700 --> 00:18:23,180 +بدنا روح .. بدنا روح وحطهم جماعة في ملف أو مجلد ال + +203 +00:18:23,180 --> 00:18:28,020 +rawمجلد الـ RAW، مش مجلد الـ Assets الـ RAW، ليش؟ + +204 +00:18:28,020 --> 00:18:32,640 +لأنها جيتها نشوف إن الـ method اللي بتشغّل ملفات + +205 +00:18:32,640 --> 00:18:35,420 +الصوت اللي هي حد اللي علاقة بالـ Media Player + +206 +00:18:35,420 --> 00:18:39,900 +بلزمه ID للملف، تمام؟ إحنا قولنا إنه بيفرق الـ RAW + +207 +00:18:39,900 --> 00:18:42,500 +عن الـ Assets إن الـ RAW بيعمل جوا الـ Resources + +208 +00:18:42,500 --> 00:18:45,960 +فبيعمل الـ ID للملفات فأخدنا الملفات و حطناها في + +209 +00:18:45,960 --> 00:18:56,790 +مجلد الـ RAW، تمام؟ هذه الملفات هنا طيبكيف؟ نفس + +210 +00:18:56,790 --> 00:19:01,550 +قانون تسمية الصور، يعني هذا ماشي حالة، هاي clap + +211 +00:19:01,550 --> 00:19:05,730 +sound بسميه أنا، وفيها slash عادي، مافيش مشكلة، أي + +212 +00:19:05,730 --> 00:19:08,590 +حاجة في ال resource لازم تراعي القواعد في تسميتها + +213 +00:19:10,890 --> 00:19:14,130 +الصيغة طبعا في أنواع اظن مش فاكر والله إيش الأنواع + +214 +00:19:14,130 --> 00:19:18,610 +بتدعمها بس MP3 بدعمه وMP4 بدعمه برضه طبعا في أنواع + +215 +00:19:18,610 --> 00:19:22,170 +معينة لو دورت على جوجل بقولك إيش الأنواع اللي + +216 +00:19:22,170 --> 00:19:30,890 +بدعمها الان روحت على بداية ال activity بدنا نعمل + +217 +00:19:30,890 --> 00:19:35,860 +طبعا تشغيل الصوت كيف بدك تنشئ من كل صوتmedia + +218 +00:19:35,860 --> 00:19:41,720 +player مراكب عليه مين الصوت هذا يعني هي هيك الفكرة + +219 +00:19:41,720 --> 00:19:45,460 +انه كل ملف صوت بدك تشغله انت او بدك تستخدمه هتعمله + +220 +00:19:45,460 --> 00:19:49,360 +media player مراكب عليه الصوت يبقى الان احنا كام + +221 +00:19:49,360 --> 00:19:52,980 +ملف صوت عندنا اتنين هتعمل two media players اذا + +222 +00:19:52,980 --> 00:19:56,260 +شغلت الأول بيشغل الصوت الأول كل media player بتقدر + +223 +00:19:56,260 --> 00:20:00,780 +تعمله start و stop تمام يعني بتشغله و بتوقفه كيف + +224 +00:20:00,780 --> 00:20:05,280 +نعملها هذه طبعا انا وين روحت الآن على بدايةالـ + +225 +00:20:05,280 --> 00:20:08,480 +Activity خلاص يعني هو لأنه من الإعدادات اللي + +226 +00:20:08,480 --> 00:20:11,960 +هبتنعمل في البداية لأنه هنستخدمه بعدين فلان و + +227 +00:20:11,960 --> 00:20:15,120 +قلتله طبعا ليش بعمله برضه واحد بقول ليش ماعملته + +228 +00:20:15,120 --> 00:20:19,540 +جوا ال action بديش أنا كل مرة أعمل ميديا هو هنعمل + +229 +00:20:19,540 --> 00:20:23,260 +معاه واحد و بستخدمه دايما طبعا بدك ترايا برضه + +230 +00:20:23,260 --> 00:20:25,920 +الأمور اللي علاقة بال memory طبعا مش كل مرة أنا + +231 +00:20:25,920 --> 00:20:29,960 +بيدروح أعمل media player و يحمله على الذاكرة طبعا + +232 +00:20:29,960 --> 00:20:33,780 +ففي بداية ال activity أعمل مرة واحدة و استخدمه كل + +233 +00:20:33,780 --> 00:20:40,360 +ما تحتاجهالان بعمل object اسمه media player تمام؟ + +234 +00:20:40,360 --> 00:20:45,860 +و بدي اسمه clap player clap + +235 +00:20:45,860 --> 00:20:48,580 +player طب كيف بننشئه هذا؟ بقوللي هذا عشان تعمل + +236 +00:20:48,580 --> 00:20:51,880 +media player في static method اسمها media player + +237 +00:20:51,880 --> 00:20:55,840 +.create media + +238 +00:20:55,840 --> 00:21:01,040 +player.create طب ال media player.create هذه فيه + +239 +00:21:01,040 --> 00:21:05,810 +الها method overloadingmethod overloading ايش يعني + +240 +00:21:05,810 --> 00:21:08,730 +method overloading؟ يعني أقلها أكتر من ال method + +241 +00:21:08,730 --> 00:21:12,910 +بس باختلفوا في ال parameter يديه خيارات أكتر واحدة + +242 +00:21:12,910 --> 00:21:18,010 +منهم احنا بيناخد هذه وراحت هذه شايفين هذه؟ بتاخد + +243 +00:21:18,010 --> 00:21:21,570 +حاجتين context و إيش إيش integer، integer إيش هو + +244 +00:21:21,570 --> 00:21:24,450 +ال integer؟ هي ال s id، إيش يعني؟ ال ID تبع + +245 +00:21:24,450 --> 00:21:29,130 +العنصر، هذه أسهل واحدة context كيف بنجيبه؟ ماحدش + +246 +00:21:29,130 --> 00:21:31,390 +يتكلم، كيف بنجيب ال context؟ الورا superman + +247 +00:21:34,070 --> 00:21:43,130 +get application context r.raw.clap + +248 +00:21:43,130 --> 00:21:49,870 +مثلا تمام هنا عملنا media player شايفين كيف media + +249 +00:21:49,870 --> 00:21:53,470 +player.create static method تاخد ال context و + +250 +00:21:53,470 --> 00:21:58,090 +بتاخد ال ID تعمل في الصوت على طول طبعا بما أننا + +251 +00:21:58,090 --> 00:22:02,790 +ضفناه في مجلة ال raw عمله ID بكون اسمه ايش؟ r.raw + +252 +00:22:04,160 --> 00:22:07,540 +الصور اللي موجودة في الـ drawable R.drawable.كذا + +253 +00:22:07,540 --> 00:22:11,940 +هذا ال ID تبعها العلاقات اللي في الشاشة R.ID.كذا + +254 +00:22:11,940 --> 00:22:17,380 +ال layout R.layout.كذا لأ بدنا نعمل media player + +255 +00:22:17,380 --> 00:22:25,020 +تاني اللي هو fail player media + +256 +00:22:25,020 --> 00:22:32,040 +player.create برضه get application context R.raw + +257 +00:22:34,510 --> 00:22:40,190 +.f و بالمرة بدنا ناخد هدولة و نعرفهم فوق تمام عشان + +258 +00:22:40,190 --> 00:22:56,790 +هنحتاجهم تمام + +259 +00:22:56,790 --> 00:22:59,970 +الان انشغلنا ال media player و جاهزين نرجع لل + +260 +00:22:59,970 --> 00:23:05,680 +action الأزرارلكل زر قلتله إذا كانت الإجابة صحيحة + +261 +00:23:05,680 --> 00:23:10,420 +روح خلّي ال background مالها correct shape خضرة + +262 +00:23:10,420 --> 00:23:15,200 +وروح شغّل ال media player لأن أي clap player dot + +263 +00:23:15,200 --> 00:23:20,940 +start عشان يشغّلوا لأن لو كانت خاطئة يدلوا على + +264 +00:23:20,940 --> 00:23:26,020 +fail player dot start وبس هاي القصة + +265 +00:23:37,520 --> 00:23:40,660 +لأن لحد ما يشغل بدنا كمان اذا كانت صح بدنا نزيد + +266 +00:23:40,660 --> 00:23:47,220 +الرصيد صح ولاء في عندنا text view نسينا نجيبه اللي + +267 +00:23:47,220 --> 00:23:53,140 +له علاقة باش text view اللي هو ال score value TV + +268 +00:23:54,880 --> 00:24:00,180 +ضفناه على الشاشة بس ماجيبناهوش من هنا احنا هنا + +269 +00:24:00,180 --> 00:24:03,860 +جيبنا العناصر على الشاشة صح؟ وجيبنا ال photo هاي + +270 +00:24:03,860 --> 00:24:06,800 +جيبنا الزرار وجيبنا ال question TV وهلقيت بنجيب + +271 +00:24:06,800 --> 00:24:15,780 +score value TV find view by id r.id.score value TV + +272 +00:24:15,780 --> 00:24:23,940 +وبدنا كمان انعرف integerاسم ال score بدايته ايش؟ + +273 +00:24:23,940 --> 00:24:28,360 +صفر لان + +274 +00:24:28,360 --> 00:24:31,280 +طبعا احنا في البداية لازم تكون قيمة هذا ال score + +275 +00:24:31,280 --> 00:24:35,740 +ماله؟ zero احنا كاتبين فيه صفر اصلا من ال layout + +276 +00:24:35,740 --> 00:24:40,120 +فالان لما نيجي على الذر اذا كان صح حط ال + +277 +00:24:40,120 --> 00:24:44,250 +background اخضروزيد ال score إلى ان ال score زائد + +278 +00:24:44,250 --> 00:24:50,410 +يساوي عشرة مثلا تمام و بعدين بنقول ال score value + +279 +00:24:50,410 --> 00:25:00,030 +tv dot set text بنعطيله ايش ال score plus ماتنساش + +280 +00:25:00,030 --> 00:25:06,590 +هذه تمام إذا كان خطأ مش هيزيد ال score + +281 +00:25:10,340 --> 00:25:12,800 +مش هيطلع في كل الأحوال هينتجل على السؤال التالي + +282 +00:25:12,800 --> 00:25:18,860 +طبعا؟ + +283 +00:25:18,860 --> 00:25:33,480 +طيب + +284 +00:25:49,400 --> 00:25:53,060 +طب لسه مارحش على السؤال التالت طبعا لسه شوف + +285 +00:25:53,060 --> 00:25:55,920 +المشكلة دي الان الرصيد طبعا زاد طبعا بس شوف + +286 +00:25:55,920 --> 00:26:03,920 +المشكلة دي لسه + +287 +00:26:03,920 --> 00:26:07,540 +إيش شغال على إزرار التانية المفروض إنه لو اختار أي + +288 +00:26:07,540 --> 00:26:12,540 +إجابة يوقف كل الإزرار خلاص يوقف التعامل معاهم + +289 +00:26:17,050 --> 00:26:21,230 +لأ ما هواش اللي هيصير ما هو يعني انت برضه بدك تفكر + +290 +00:26:21,230 --> 00:26:24,930 +إيش هيصير مش أول ما ضغط هيروح على التاني لازم يبقى + +291 +00:26:24,930 --> 00:26:27,150 +.. ما هو لو ضغطت وروح على التاني مش هيبين اللي هو + +292 +00:26:27,150 --> 00:26:31,430 +الأخضر ولا هيشغل الصوت لأ انت بدك تخلي فكرة يطلع + +293 +00:26:31,430 --> 00:26:35,130 +له الأخضر يشغل الصوت بص يخلص الصوت كله يروح على + +294 +00:26:35,130 --> 00:26:39,390 +التاني طبعا فأثناء الفترة هذه أثناء ما الصوت شغال + +295 +00:26:39,390 --> 00:26:43,840 +مش لازم يكون فيه interaction مع الإزرار كلهمكيف + +296 +00:26:43,840 --> 00:26:46,040 +بتوقف ال interaction مع الزرار؟ ارجع للزرار و + +297 +00:26:46,040 --> 00:26:52,740 +واقفهم كلهم تمام؟ وين هذا هيتم؟ عند أي action صح؟ + +298 +00:26:52,740 --> 00:26:57,240 +يعني هنا مثلا لو أجبت إجابة صحيحة أو خاطئة بتوقف + +299 +00:26:57,240 --> 00:27:00,940 +التعامل مع الزرار كلهم بما فيهم الزر الصحيح كيف؟ + +300 +00:27:00,940 --> 00:27:07,920 +اعمل form loop تاني على الزرار لكل button موجود في + +301 +00:27:07,920 --> 00:27:15,130 +choice buttonsوالوالبطل هذا روح قلّه set enabled + +302 +00:27:15,130 --> 00:27:21,590 +phones هيك إيش عملت؟ وقفته وخلّيه وقف إيه إنت كمان + +303 +00:27:21,590 --> 00:27:26,130 +أول ما .. أول ما أضغط على .. أو أول ما .. قبل ما + +304 +00:27:26,130 --> 00:27:31,790 +أشغّل الصوت تمام؟ + +305 +00:27:31,790 --> 00:27:35,330 +هذه ال form loop الصغيرة شايفينها إيش فيديتها؟ يمر + +306 +00:27:35,330 --> 00:27:39,670 +على كل زرار .. أه طبعا هو هيروح يخلّي الخلفية أخضر + +307 +00:27:40,480 --> 00:27:44,040 +و بعدين هتوقف خلاص مش هتقدر تغير بعدين و بعدين + +308 +00:27:44,040 --> 00:27:49,020 +يشغل الصوت تمام؟ وهذا نفس ال code بدا carry مين؟ + +309 +00:27:49,020 --> 00:27:50,000 +تحت هنا + +310 +00:27:52,820 --> 00:27:56,740 +خطأ او صح تمام هيحط الإجابة اللي اخترتها انت + +311 +00:27:56,740 --> 00:27:59,560 +بالاخضر او بالاحمر و بعدين يوقفها طبعا احنا عشان + +312 +00:27:59,560 --> 00:28:03,920 +نرتب ال code بما احنا اتعلمنا انه شوف ايش بده يسوي + +313 +00:28:03,920 --> 00:28:09,040 +جوه ال anonymous بده يحط public void disable + +314 +00:28:09,040 --> 00:28:15,280 +buttons ايش هذه method انا عملتها ليش عملتها عشان + +315 +00:28:15,280 --> 00:28:20,480 +بدل ما انا ال code اكرره خد هذه و حطها ايش هنا + +316 +00:28:21,770 --> 00:28:27,130 +تمام؟ و سير قلّه انه هنا استدعى disable buttons و + +317 +00:28:27,130 --> 00:28:30,610 +هنا disable buttons انا معنى ان احنا نعمل code + +318 +00:28:30,610 --> 00:28:35,230 +مرتب تمام؟ يعني لما اضغط على اي زر هيشوف هيقارن + +319 +00:28:35,230 --> 00:28:39,390 +اول حاجة الإجابة بتاعته لأ وكمان تطلع معايا ممكن + +320 +00:28:39,390 --> 00:28:43,430 +عشان نريح راسنا ماهو لأ انا بديها قبل ما يشغل + +321 +00:28:43,430 --> 00:28:50,770 +الصوت طيب بيمسك الزر إذا الإجابة صحيحةبخلّى + +322 +00:28:50,770 --> 00:28:54,990 +الخلفية خضره وبزيد ال score وبعرضه وبعمل disable + +323 +00:28:54,990 --> 00:28:59,850 +لل buttons وبيشغّل الصوت بتاع ال clap التسجيف اذا + +324 +00:28:59,850 --> 00:29:03,410 +غلط بخلّى الخلفية حمرة بوقف ال buttons وبعمل play + +325 +00:29:03,410 --> 00:29:06,550 +ل الفيل ماشي؟ + +326 +00:29:13,130 --> 00:29:19,190 +طيب هيك احنا خلصنا الحل ايش لسؤال واحد فقط بدنا + +327 +00:29:19,190 --> 00:29:24,670 +كمان انه بعد ما يخلص ينتقل لمين للسؤال اللي بعده + +328 +00:29:24,670 --> 00:29:29,450 +طبعا هنا كل ال code تعرض السؤال اللي اهم انك تفكر + +329 +00:29:29,450 --> 00:29:35,850 +صح هتجرب الان + +330 +00:29:35,850 --> 00:29:40,150 +هي مثلا كام عدد صور القرآن مثلا 114 الان اضغط على + +331 +00:29:40,150 --> 00:29:46,930 +اي حاجةأه بطل إيش شغل كيف + +332 +00:29:46,930 --> 00:29:49,950 +أنتقل على سؤال تاني نفس ال code هذا اللي عملته + +333 +00:29:49,950 --> 00:29:55,330 +هعيده مش كله طبعا ال code اللي .. اللي .. اللي بده + +334 +00:29:55,330 --> 00:30:01,190 +يجيب السؤال وي .. وي .. ويعبيه في ال .. في العناصر + +335 +00:30:01,190 --> 00:30:05,170 +الشاشة هذا بده ينعاد تاني بس على إيش على السؤال + +336 +00:30:05,170 --> 00:30:09,210 +تاني صح ولا إيه يا جماعة أيوة اعمل في method هذه + +337 +00:30:09,210 --> 00:30:15,260 +اللي بفكر صحهذا code بده يتكرر صح ولا لأ فأي code + +338 +00:30:15,260 --> 00:30:18,600 +بده يتكرر او بده استخدمه كتير بعمله في method صح + +339 +00:30:18,600 --> 00:30:22,880 +ولا لأ فخلينا الان نرتب ال code وناخد ال code اللي + +340 +00:30:22,880 --> 00:30:27,070 +احنا عارفين انه بده يتكرر ونحطه وينفي method وين + +341 +00:30:27,070 --> 00:30:29,490 +ال code اللي بده يتكرر يا جماعة بدك تفكر صح طبعا + +342 +00:30:29,490 --> 00:30:32,790 +لأن أكيد هذا ال reader مش هيتكرر هو هيقرا الأسئلة + +343 +00:30:32,790 --> 00:30:38,890 +إيش مرة واحدة تمام؟ و ال shuffle خلاص احنا مانلا + +344 +00:30:38,890 --> 00:30:41,870 +shuffle مرة واحدة مافيش داعي كل مرة يعمل shuffle + +345 +00:30:41,870 --> 00:30:45,430 +لأن هذا كله ال code اللي هيتكرر اللي فوق هذا ممكن + +346 +00:30:45,430 --> 00:30:49,760 +ناخدها ممكن لأ هلقيت منشوفالان اكيد هذا ال code + +347 +00:30:49,760 --> 00:30:53,100 +هيتكرر انه يقرأ نص بتاع السؤال و يعرضه و اكيد ال + +348 +00:30:53,100 --> 00:30:57,060 +actions كلها بده يعيدها تاني لمن؟ للازرار للسؤال + +349 +00:30:57,060 --> 00:31:01,180 +التالي بده ينشئ actions من أول و جديد يبقى هذا كل + +350 +00:31:01,180 --> 00:31:04,880 +ال code ماله؟ + +351 +00:31:04,880 --> 00:31:12,760 +هيتكرر بما فيها ال code بتاع الصورة لحد هنا بدنا + +352 +00:31:12,760 --> 00:31:17,430 +اش ناخد ال catch لان ال catch تابعةهي هيك ما هو مش + +353 +00:31:17,430 --> 00:31:19,970 +.. حطينا try أصلا لمين تبقى ل read على ال question + +354 +00:31:19,970 --> 00:31:25,510 +تمام؟ شيلت ال code كله و بدى أروح تحت هنا و أقول + +355 +00:31:25,510 --> 00:31:36,970 +public void load next question تمام؟ و حطيت ال + +356 +00:31:36,970 --> 00:31:42,290 +code تبعي في ال methodاللي قال ممكن يطلع arrows + +357 +00:31:42,290 --> 00:31:46,730 +اكيد هيطلع arrows زي مثلا ايش هنا ال Q مش عارف مين + +358 +00:31:46,730 --> 00:31:51,350 +ال Q هذا لإن ممكن ال .. ال .. ال .. عشان نحل .. في + +359 +00:31:51,350 --> 00:31:55,930 +اكتر ممكن تبعتله انت ال Q و ممكن نخلي هو يجيب ال Q + +360 +00:31:55,930 --> 00:31:58,870 +من ال array يعني تعالي هنا شايفين ال code هذا اللي + +361 +00:31:58,870 --> 00:32:02,250 +بيجيب ال Q مش هذا كيف بنجيب ال Q احنا ال question + +362 +00:32:02,250 --> 00:32:06,030 +بنرجع لل array و بناخد منها ال answer و بنعمل صحبة + +363 +00:32:06,030 --> 00:32:12,890 +تانية فخد السطر هذاوانزل على ال method اللي هو + +364 +00:32:12,890 --> 00:32:18,190 +load next question وحطه هنا لان في مشكلة لسه مش + +365 +00:32:18,190 --> 00:32:21,490 +متعرف ع مين ال questions ليمكن لانها مش معرفة فوق + +366 +00:32:21,490 --> 00:32:26,790 +تمام؟ وين القرية هي؟ هي مش هنا بقرأ ال questions + +367 +00:32:26,790 --> 00:32:29,690 +لان بس بنعرفها فوق + +368 +00:32:39,890 --> 00:32:49,650 +هو يتبطل عندي error لأن في حاجة بس بنعملها لأن جبل + +369 +00:32:49,650 --> 00:32:52,970 +برضه ما يحمل السؤال مش انا لما اخلص السؤال راح + +370 +00:32:52,970 --> 00:32:58,140 +اعمل disable للازرارهيبقى لما أشغّل السؤال التاني + +371 +00:32:58,140 --> 00:33:01,440 +يعمل enable طب عند أول سؤال يعمل enable عشان يخسر + +372 +00:33:01,440 --> 00:33:06,480 +ما هو enabled يعمل enable تاني فلأ أنا بدي أقوله + +373 +00:33:06,480 --> 00:33:10,340 +تاني ان للإزرار شايفين عند أول ال load mixed + +374 +00:33:10,340 --> 00:33:14,780 +button a question لكل + +375 +00:33:14,780 --> 00:33:18,400 +button + +376 +00:33:25,680 --> 00:33:30,220 +الزرار نفسهم هنستخدمه من السؤال التالي صح ولا لا + +377 +00:33:30,220 --> 00:33:34,060 +لأن الزرار اتغيروا كأشهر اتغير فيهم واحد منهم أصبح + +378 +00:33:34,060 --> 00:33:39,000 +أخضر او أحمر اه هي أخضر أخضر او أحمر هنتقل عالي + +379 +00:33:39,000 --> 00:33:43,460 +بعده فبدنا نرجع الزرار زي ما كانوا كيف نرجعهم زي + +380 +00:33:43,460 --> 00:33:46,100 +ما كانوا نغير الخلصية بتاعتهم نرجعها ال default + +381 +00:33:46,100 --> 00:33:51,910 +ونعملهم enable قبل ما نعب فيهم أي حاجةواضحة تهدي + +382 +00:33:51,910 --> 00:33:59,710 +يا جماعة فعند load mix equation مريت على الزرار و + +383 +00:33:59,710 --> 00:34:08,190 +بتقول له لكل button set enabled true و button set + +384 +00:34:08,190 --> 00:34:13,610 +background resource are dot drawable dot اللي هو + +385 +00:34:13,610 --> 00:34:16,570 +ال default shape هذا دايما هيعملها في الأول حتى + +386 +00:34:16,570 --> 00:34:22,700 +عند أول سؤال مش هيضرناماشي يا جماعة طيب الان + +387 +00:34:22,700 --> 00:34:26,040 +المفهوم ان هذا ال load next question اول ما يشغل + +388 +00:34:26,040 --> 00:34:31,700 +البرنامج بده استدعي يعني وين يشغل البرنامج هنا بعد + +389 +00:34:31,700 --> 00:34:35,260 +ما يجيب العناصر و يجيب هاي جابلي questions shuffle + +390 +00:34:35,260 --> 00:34:41,320 +هنا بنحط من load next question اللي هو هيروح ايش + +391 +00:34:41,320 --> 00:34:45,980 +يعمل فيها هذه load next question بيعمل label لل + +392 +00:34:45,980 --> 00:34:51,980 +buttons و بيجيب السؤال من ال array و بعرض ليهأتأكد + +393 +00:34:51,980 --> 00:34:55,480 +هنا بعد ما جسمنا ال code إنه شغال، قبل ما نكمل على + +394 +00:34:55,480 --> 00:34:58,880 +الخطوة اللي بعدها، يعني لحد الآن ماعملناش أشي + +395 +00:34:58,880 --> 00:35:02,260 +جديد، كل ما سوناه إيش، ال code هذا لحالي فصلناه في + +396 +00:35:02,260 --> 00:35:06,340 +method، عشان ال method هذا احتهد من سدعيها تاني و + +397 +00:35:06,340 --> 00:35:08,300 +تاني، لحد ما نخلص الأسئلة + +398 +00:35:39,390 --> 00:35:44,530 +شغال بما انه عرض السؤال يبقى عند اول مرة ايش نادى + +399 +00:35:44,530 --> 00:35:49,170 +السؤال الاول لان بدنا هذه ال lord next question + +400 +00:35:49,170 --> 00:35:54,710 +لما يخلص السؤال يستدعي امتى احنا بدنا ناتفق الان + +401 +00:35:54,710 --> 00:35:59,170 +امتى ينتهي السؤال لما يخلص الصوتيعني خليه ياخد صوت + +402 +00:35:59,170 --> 00:36:02,850 +و يسجف لك أو يقولك و .. لحد ما يخلص الصوت كله بدون + +403 +00:36:02,850 --> 00:36:06,430 +انتقل للسؤال اللي بعده فاحنا الآن بيبناه event + +404 +00:36:06,430 --> 00:36:13,100 +يقولنا انه لما يخلص السؤال انتجل على اللي بعدهلما + +405 +00:36:13,100 --> 00:36:16,160 +يخلص الصوت لأن ارجع لمين لل media players شايفينهم + +406 +00:36:16,160 --> 00:36:21,260 +اللي عملناهم لأن في event على كل واحد فيهم تعالي + +407 +00:36:21,260 --> 00:36:29,220 +على الصوت تمام وقوله sit on complete هلو لحاله جاب + +408 +00:36:29,220 --> 00:36:32,540 +ليه sit on complete مافيش غيره أصلا sit on + +409 +00:36:32,540 --> 00:36:35,180 +complete listener on completion listener إيش يعني + +410 +00:36:35,180 --> 00:36:39,280 +من اسمه on completion listener يعني عند إيش + +411 +00:36:39,280 --> 00:36:45,330 +الإجتمال لما يخلص يعنيوهي بقوله on new on + +412 +00:36:45,330 --> 00:36:53,290 +completion listener خلص صوت ال clap لهذا و لتاني + +413 +00:36:53,290 --> 00:36:56,690 +برضه نفس الحاجة يعني احنا ايش ال action اللي + +414 +00:36:56,690 --> 00:37:01,350 +بنعمله نجيب السؤال التاني وهذا برضه set on + +415 +00:37:01,350 --> 00:37:07,130 +completion listener new on completion listener + +416 +00:37:07,130 --> 00:37:10,410 +load + +417 +00:37:10,410 --> 00:37:12,130 +next question + +418 +00:37:15,360 --> 00:37:19,440 +والتاني نفس الحالة فالان في كل مرة بيشغل فيها ال + +419 +00:37:19,440 --> 00:37:24,100 +media player هذا اول ما يخلص هيروح يملأش load لل + +420 +00:37:24,100 --> 00:37:29,860 +next question هتجربها + +421 +00:37:29,860 --> 00:37:37,980 +لأ + +422 +00:37:37,980 --> 00:37:40,180 +لأنهم بيبقوا يعمل remove من ال question + +423 +00:38:11,930 --> 00:38:15,510 +طبعا هذا غلط المفروض انه لما اعمل back مايطلعش + +424 +00:38:15,510 --> 00:38:22,770 +طبعا طيب عاصمة فلسطين القدس طبعا لان مافيش click + +425 +00:38:22,770 --> 00:38:28,230 +صح لان بس يخلص الصوت المفروض يروح اسئال اللي بعده + +426 +00:38:28,230 --> 00:38:30,890 +هي ندل على اللي بعده اي نواقع المعلم الحضاري + +427 +00:38:30,890 --> 00:38:37,470 +الموضح بالشكل هي مثلا الأردن طبعا الرصيد مانه بزيد + +428 +00:38:39,800 --> 00:38:43,560 +لما يجاوب خطأ يا دكتور زي ما احنا لما يجاوب صح + +429 +00:38:43,560 --> 00:38:48,120 +الرصيد بالزيد لأن الرصيد مش هيزيد هدر قدش الرصيد + +430 +00:38:48,120 --> 00:38:51,940 +لما يجاوب خطأ عشان نعمل انه .. هه هاي خطأ هذا في + +431 +00:38:51,940 --> 00:38:55,900 +السعودية طبعا ماعملش حاجة صحيح؟ هاي نجل على السؤال + +432 +00:38:55,900 --> 00:38:59,060 +اللي بعده طيب ليش ميوقف في الداخل؟ ليش مي .. مثلا + +433 +00:38:59,060 --> 00:39:02,900 +لو جاوب تلات مرات خطأ نقوله .. هذا شغلك بالبرمجة + +434 +00:39:02,900 --> 00:39:05,560 +طبعا حطله أدد و أد الأغلاط + +435 +00:39:10,700 --> 00:39:14,000 +أنا بعملك سيناريو انا مفكر فيه انت بدك سيناريو + +436 +00:39:14,000 --> 00:39:16,780 +تاني جربه اعمله اش counter و بعملك احنا قولنا احنا + +437 +00:39:16,780 --> 00:39:21,260 +مش فى برنامج بيقبل مشاهده يعني انت لحالك احلم و + +438 +00:39:21,260 --> 00:39:26,200 +تخيل و روحلو انت ارجعي اتأصل يعني معلش لو تتحمل + +439 +00:39:26,200 --> 00:39:29,420 +انت المسئولية هذا البرنامج اللي بتاخدوه بتروح على + +440 +00:39:29,420 --> 00:39:33,620 +البيت بتظبطوه و بتغيروا الأسئلة اللي فيه و بتجهزوه + +441 +00:39:33,620 --> 00:39:37,740 +و بتغيروا تصميمه و ارفعوه على ال store و كأن ان + +442 +00:39:37,740 --> 00:39:40,920 +انتوا عاملينه كوم تطبيقات عشان في اخر المادة يكون + +443 +00:39:40,920 --> 00:39:43,880 +عندك انت لسه من التطبيقات عشان لما تنزل وظيفة + +444 +00:39:43,880 --> 00:39:49,380 +اندرويد اقدم هذه تطبيقاتك هذا اللي عملته انا عشان + +445 +00:39:49,380 --> 00:39:50,160 +تطلعلك وظيفة + +446 +00:39:53,130 --> 00:39:56,110 +احنا بنختصر عليكم طريق .. احنا بنختصر على .. في + +447 +00:39:56,110 --> 00:39:58,410 +ناس بتخلص أربع سنين و انت بتعرفش Android بتروح + +448 +00:39:58,410 --> 00:40:03,650 +تاخد دورة كاملة بقالها سنة سنتين تتعلم انت لسه في + +449 +00:40:03,650 --> 00:40:07,610 +سنة تانية يعني من هالجيت المفروض انه .. يمكن أخر + +450 +00:40:07,610 --> 00:40:13,170 +السنة و أنت شاطر بتلاقي لك شغل طيب هالجيت ماضلش + +451 +00:40:13,170 --> 00:40:17,510 +وقت كتير مش عارف نبدأ في اللي بعده ولا .. طيب + +452 +00:40:17,510 --> 00:40:22,320 +خليني نبدأ مقدمة للي بعده بدنا نعمل ال timerتمام + +453 +00:40:22,320 --> 00:40:27,920 +ال progress bar هذا اللي هنا اه في عندي وقت بده + +454 +00:40:27,920 --> 00:40:31,780 +ينزل هنا بحيث انه لو خلص ال وقت قبل ما تجاوب هي + +455 +00:40:31,780 --> 00:40:35,580 +تبقى خسرا من السؤال طيب عشان نفهم هذا نشوف كيف + +456 +00:40:35,580 --> 00:40:37,960 +انسى ال progress bar هال gate نشوف كيف نعمل timer + +457 +00:40:37,960 --> 00:40:41,700 +في ال Android وفي ال Android رايحني اكتر من الجافة + +458 +00:40:41,700 --> 00:40:44,700 +هال gate نسيب ال activity الأساسية عشان فيها code + +459 +00:40:44,700 --> 00:40:47,920 +كتير صار وبدنا نروح لل activity الأول عشان نجرب + +460 +00:40:47,920 --> 00:40:53,720 +هالحاجة اللي هي ايش كيف نعمل timerليش انا بحت على + +461 +00:40:53,720 --> 00:40:57,160 +ال activity الأولى لأن مافيش فيها code كتير لأن ال + +462 +00:40:57,160 --> 00:41:02,920 +Android في class اسمها موجودة في ال Android اسمها + +463 +00:41:02,920 --> 00:41:08,380 +countDownTimer + +464 +00:41:08,380 --> 00:41:14,680 +تمام هذه class موجودة انا ممكن استفيد منها ان اعمل + +465 +00:41:14,680 --> 00:41:16,180 +timer + +466 +00:41:17,690 --> 00:41:21,350 +لكن المشكلة ان الـ countdown timer هذا عبارة عن + +467 +00:41:21,350 --> 00:41:26,010 +اعتقد interface او abstract class ايش يعني + +468 +00:41:26,010 --> 00:41:28,390 +interface او abstract class ماقدرش انشئ منها + +469 +00:41:28,390 --> 00:41:32,510 +object مباشرة يعني مثلا انا بدي اول ما شغل ال + +470 +00:41:32,510 --> 00:41:38,110 +activity الأساسية يروح يعمل لي timerعشر ثواني و + +471 +00:41:38,110 --> 00:41:40,150 +بعد ما يخلص يقولي خلصوا العشر ثواني مش هذا اللي + +472 +00:41:40,150 --> 00:41:44,370 +انا بتسوي تمام فبنستخدم هذا ال countdown timer + +473 +00:41:44,370 --> 00:41:48,350 +طبعا بقدرش انا اقوله countdown timer اقوله مثلا + +474 +00:41:48,350 --> 00:41:53,690 +timer new countdown timer لأنه زي ما قلنا هذا ماله + +475 +00:41:53,690 --> 00:41:57,470 +هذا interface او abstract class نسيت ايش هو لكن + +476 +00:41:57,470 --> 00:42:01,870 +لاحظ انه يعني بمجرد ما قلتله new لحاله عملني + +477 +00:42:01,870 --> 00:42:05,720 +implementation لهيعني امتى بيعمل implementation + +478 +00:42:05,720 --> 00:42:10,280 +لحاله لما .. معناه انه لحاله فهم ان هذا interface + +479 +00:42:10,280 --> 00:42:15,050 +او abstract class مقدرش اعمله objectإلا لما تكمل + +480 +00:42:15,050 --> 00:42:19,970 +الـ code تبعه طبعا يبدأ .. طبعا هذا بيسميه احنا + +481 +00:42:19,970 --> 00:42:23,990 +anonymous class ليش؟ زي الـ new onclick listener + +482 +00:42:23,990 --> 00:42:27,390 +هدا ال interface فانت بيقولك ممكن تعمل منه object + +483 +00:42:27,390 --> 00:42:30,970 +ليش قلنا البرمجة هي ال object oriented و البرمجة + +484 +00:42:30,970 --> 00:42:35,050 +أهم حاجة كل شغلنا هي رجعنا لنقطة البداية بتاعة + +485 +00:42:35,050 --> 00:42:37,870 +البرمجة إذا انت قو في البرمجة هدا كل اندرويد + +486 +00:42:37,870 --> 00:42:42,280 +بتلاقيه سهل مكتبات هذهوكيف تشغّل صوت هي فيه هدوء + +487 +00:42:42,280 --> 00:42:46,540 +زي هيك لكن في النهاية بترجع أو بتلفه بالدور ترجع + +488 +00:42:46,540 --> 00:42:49,280 +للأساس اللي هو البرمجة إذا أنت قاوم في البرمجة + +489 +00:42:49,280 --> 00:42:51,700 +هتكون قاوم فيها عشان أيه قلنا في البداية ما + +490 +00:42:51,700 --> 00:42:55,300 +تستعجلوش مش من أول ما تشغل هنروح نعلمكوا Android + +491 +00:42:55,300 --> 00:42:59,380 +ووجهات وكذا كنتوا مستعجلين نقولك كيف لن نعمل .. و + +492 +00:42:59,380 --> 00:43:01,680 +ليش بناخد هذا و هذا مش مهم ده خلينا نبدأ على طول + +493 +00:43:01,680 --> 00:43:04,700 +في ال .. لأ تعلم برمجة صح لأن هو هي اللي هتبقى لها + +494 +00:43:04,700 --> 00:43:10,610 +معاك طيب فأنا عشان أرتب برضه الشغل تبعيبديش اعمل + +495 +00:43:10,610 --> 00:43:15,130 +anonymous class بدي اعمل class جديدة وين تحت هنا + +496 +00:43:15,130 --> 00:43:26,610 +طبعا بدي اقوله class my countdown timer extends + +497 +00:43:26,610 --> 00:43:35,050 +countdown timer يعني كأنني عملت class جديدة الان + +498 +00:43:35,050 --> 00:43:40,460 +هنا طبعا جالي خطأ لازم تعمل implementللـ methods + +499 +00:43:40,460 --> 00:43:49,220 +الموجودة و لازم تعمل كمان constructor طبعا + +500 +00:43:49,220 --> 00:43:52,640 +ال Alt Enter على الخطأ بحللكيه لان تعالوا نعمل + +501 +00:43:52,640 --> 00:43:55,820 +نتفرج على ال class هذه الموجودة هد أسيبكم إن هذا + +502 +00:43:55,820 --> 00:44:00,680 +كل comments تمام ال countdown timer بياخد حاشتين + +503 +00:44:02,980 --> 00:44:08,180 +بياخد ملي ساكنز in future طبعا الوقت اللي بتطلبه + +504 +00:44:08,180 --> 00:44:11,300 +بإيش بالملي ساكنز يعني ال counter تبع ال جدش بتاكي + +505 +00:44:11,300 --> 00:44:15,840 +يعدى عشر ثوانى بتديله جدش عشر تلاف خمس ثوانى + +506 +00:44:15,840 --> 00:44:20,140 +بتديله خمس تلاف تمام بالملي ساكنز بتعامل الان + +507 +00:44:20,140 --> 00:44:25,380 +countdown interval إيش يعني ال countdown interval + +508 +00:44:25,380 --> 00:44:29,780 +يعني أنت مثلا أديته عشر ثوانى بدك تخلي كل ثانية + +509 +00:44:29,780 --> 00:44:37,050 +يديكإشارة تنبيه زي الساعة لما تقيت مش تيك تيك مش + +510 +00:44:37,050 --> 00:44:42,170 +هيك الرقم بتغير كل ثانية تمام في ساعات بتلاقيها كل + +511 +00:44:42,170 --> 00:44:46,330 +جزء من الثانية بيستخدموها في السباقات يعني هذا ال + +512 +00:44:46,330 --> 00:44:51,550 +interval يعني كل جداش بيصير ينبحق لازم نعرف كل + +513 +00:44:51,550 --> 00:44:58,770 +جداش لأن ال progress bar بيصير مثلا نقص كل جداشكل + +514 +00:44:58,770 --> 00:45:02,470 +ثانية مثلا ندّيله عشر ثوانية و نقول كل ثانية + +515 +00:45:02,470 --> 00:45:09,730 +ادّيني القيمة اللي وصلت إليها الان فيه داخله ايضا + +516 +00:45:09,730 --> 00:45:14,450 +two methods فيه method اسمها on tick ايش يعني on + +517 +00:45:14,450 --> 00:45:18,570 +tick شوفت الساعة مش هقول tick tick tick on tick + +518 +00:45:18,570 --> 00:45:22,910 +يعني بعد ما تمتهمين ال countdown interval يعني + +519 +00:45:22,910 --> 00:45:26,930 +مثلا لو حطيت هنا عشر تلاف و هنا الفبصير كل ثانية + +520 +00:45:26,930 --> 00:45:31,930 +يستدعي ال method هذه يبقى بنصير انه عند ال method + +521 +00:45:31,930 --> 00:45:36,830 +هذه بنروح لحد ثمين ل progress bar زي ال on a click + +522 +00:45:36,830 --> 00:45:42,070 +لسه مار يا جماعة في on a click عند كل المقطات غطي + +523 +00:45:42,070 --> 00:45:46,930 +بنفذ ذكية هذا on tick يعني عند كل ما تخلص ال + +524 +00:45:46,930 --> 00:45:51,070 +milliseconds بنفذ ذكية عواش بيعطيك minutes until + +525 +00:45:51,070 --> 00:45:54,610 +finishedيعني until finish يعني ده ديش ضال يعني + +526 +00:45:54,610 --> 00:45:59,730 +مثلا أنت بديت من عشر ثواني وقلتله اعطيني تيك بعد + +527 +00:45:59,730 --> 00:46:05,190 +كل ثانية لأن بعد الثانية الأولى هيرجّلك تسعة تلاف + +528 +00:46:05,190 --> 00:46:10,150 +تسعة ثوان بعد الثانية التانية هيرجّلك تمانين بعد + +529 +00:46:10,150 --> 00:46:14,190 +الثانية التالت هيرجّلك سبع فببساطة بناخد القيمة + +530 +00:46:14,190 --> 00:46:18,130 +هدوة و بنحطها وين في ال progress bar بنفع نزليها + +531 +00:46:18,130 --> 00:46:21,780 +صوغر لما يصبح خمس ثوان مثلا نزلي الصوغر نمبيكاأه + +532 +00:46:21,780 --> 00:46:27,300 +طبعا اه بس هذه متروكة لك تفلل زي ما بدها الانفلش + +533 +00:46:27,300 --> 00:46:33,680 +ايش يعني لما يخلص هيب اذا خلص وماحلش نعتبره خسرا + +534 +00:46:36,000 --> 00:46:39,300 +الان انا هنا عملت class بس عملت منها object استفدت + +535 +00:46:39,300 --> 00:46:42,480 +منها لأ عشان اعمل منها object خلاص هذه اخر حاجة و + +536 +00:46:42,480 --> 00:46:46,460 +نخلص يعني انا في ال activity بتاعتي بتقوله my + +537 +00:46:46,460 --> 00:46:52,780 +countdown timer هاي timer يسمى new my countdown + +538 +00:46:52,780 --> 00:46:58,770 +timer بده حاجتين ايش بده الوقت اللي عدهوبدّو كل + +539 +00:46:58,770 --> 00:47:07,270 +جداش يدّيك .. يدّيك تك اه + +540 +00:47:07,270 --> 00:47:12,150 +ماشي ماشي احنا بنقول start من أول لجديد هنشوفها بس + +541 +00:47:12,150 --> 00:47:17,710 +أهم أنا معنى الآن تفهم كيف ال count down timer شكل + +542 +00:47:17,710 --> 00:47:22,260 +طبعا انك تنبغي ان انا عملت classتمام؟ ال class + +543 +00:47:22,260 --> 00:47:25,820 +دلوقت الجديدة أنا عملتها في خيارين عندك ممكن + +544 +00:47:25,820 --> 00:47:30,760 +تعملها في ملف مستقل class وممكن تعملها inner class + +545 +00:47:30,760 --> 00:47:35,360 +وممكن تعملها anonymous class وخدنا التلاتة حالات + +546 +00:47:35,360 --> 00:47:39,300 +هدول أيام ما كنا ناخد ال buttonو كنت أفصلك يا + +547 +00:47:39,300 --> 00:47:43,080 +جماعة، لما نعمل برا، ال code بيصير أرتب، لكن في + +548 +00:47:43,080 --> 00:47:46,340 +مشكلة في الإعمالها برا، إنه مش هقدر أوصل للحاجات + +549 +00:47:46,340 --> 00:47:49,920 +الموجودة، يعني أنا هنا محتاج إنه كل بعد كل ثاني + +550 +00:47:49,920 --> 00:47:53,140 +أعدل في ال progress bar، لو عملتها برا، مش هيشوف + +551 +00:47:53,140 --> 00:47:56,880 +ال progress bar، كل هذا أنا مخطط له، لأنه عارف + +552 +00:47:56,880 --> 00:48:00,280 +اللحظة هذه السودة اللي احنا فيها، إنه هنحتاج فيها + +553 +00:48:00,280 --> 00:48:04,210 +الحاجات هذه، عشان ذلك أنا عملت inner، ليش؟لأن هنا + +554 +00:48:04,210 --> 00:48:07,290 +من جوا كل on take و كل on finish هنحتاج نوصل + +555 +00:48:07,290 --> 00:48:11,010 +للحاجات الموجودة في ال activity ماشي يا جماعة + +556 +00:48:11,010 --> 00:48:13,550 +المرة اللي جاي بنكملها و بنخلص ال progress خار هذا + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..fca5444c510f5779fba553cd2f03448b52709fd2 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/tKq58zJqLRs_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 3493, "start": 21.11, "end": 34.93, "text": "طيب السلام عليكم يا جماعة، ان شاء الله هنكمل برنامج المسابقة اللي .. اللي احنا خلصنا محاضرتين فيه، صح ولا لأ؟ هنكمل اليوم المحاضرة التالتة", "tokens": [9566, 1829, 3555, 21136, 37440, 25894, 24793, 35186, 10874, 15042, 27884, 12399, 16472, 13412, 16606, 21984, 8032, 1863, 24793, 1211, 4724, 2288, 8315, 2304, 7435, 9673, 3794, 16758, 28671, 13672, 1829, 4386, 13672, 1829, 1975, 5016, 8315, 16490, 1211, 9381, 8315, 3714, 5016, 46958, 43500, 9957, 8978, 3224, 12399, 20328, 5016, 49429, 5296, 10721, 22807, 8032, 1863, 24793, 1211, 45595, 20498, 9673, 5016, 46958, 25720, 16712, 6027, 2655, 3660], "avg_logprob": -0.16250000532184328, "compression_ratio": 1.6339869281045751, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 21.11, "end": 21.43, "word": "طيب", "probability": 0.5502726236979166}, {"start": 21.43, "end": 21.71, "word": " السلام", "probability": 0.92822265625}, {"start": 21.71, "end": 21.99, "word": " عليكم", "probability": 0.9091796875}, {"start": 21.99, "end": 22.07, "word": " يا", "probability": 0.8955078125}, {"start": 22.07, "end": 24.29, "word": " جماعة،", "probability": 0.7652587890625}, {"start": 24.29, "end": 24.87, "word": " ان", "probability": 0.412109375}, {"start": 24.87, "end": 25.11, "word": " شاء", "probability": 0.923583984375}, {"start": 25.11, "end": 25.23, "word": " الله", "probability": 0.93896484375}, {"start": 25.23, "end": 26.09, "word": " هنكمل", "probability": 0.9678955078125}, {"start": 26.09, "end": 28.03, "word": " برنامج", "probability": 0.97314453125}, {"start": 28.03, "end": 28.73, "word": " المسابقة", "probability": 0.95361328125}, {"start": 28.73, "end": 30.01, "word": " اللي", "probability": 0.833251953125}, {"start": 30.01, "end": 30.01, "word": " ..", "probability": 0.39501953125}, {"start": 30.01, "end": 30.27, "word": " اللي", "probability": 0.9638671875}, {"start": 30.27, "end": 30.65, "word": " احنا", "probability": 0.8076171875}, {"start": 30.65, "end": 31.07, "word": " خلصنا", "probability": 0.9871826171875}, {"start": 31.07, "end": 31.69, "word": " محاضرتين", "probability": 0.9767578125}, {"start": 31.69, "end": 32.11, "word": " فيه،", "probability": 0.8933919270833334}, {"start": 32.11, "end": 32.23, "word": " صح", "probability": 0.990966796875}, {"start": 32.23, "end": 32.37, "word": " ولا", "probability": 0.89404296875}, {"start": 32.37, "end": 33.27, "word": " لأ؟", "probability": 0.7718098958333334}, {"start": 33.27, "end": 33.71, "word": " هنكمل", "probability": 0.9578857421875}, {"start": 33.71, "end": 33.91, "word": " اليوم", "probability": 0.945068359375}, {"start": 33.91, "end": 34.37, "word": " المحاضرة", "probability": 0.928466796875}, {"start": 34.37, "end": 34.93, "word": " التالتة", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 2, "seek": 6211, "start": 35.99, "end": 62.11, "text": " I mean, of course, in the first lecture, we worked on the main page, then in the second lecture, we focused on the second page, which is how to get the questions from the text file. Of course, we saw how we arranged the code. I mean, in the first lecture, we learned how to set up an Excel file, because each line is a question, all its details. We did classes in Macquestion to collect the data of the question.", "tokens": [286, 914, 11, 295, 1164, 11, 294, 264, 700, 7991, 11, 321, 2732, 322, 264, 2135, 3028, 11, 550, 294, 264, 1150, 7991, 11, 321, 5178, 322, 264, 1150, 3028, 11, 597, 307, 577, 281, 483, 264, 1651, 490, 264, 2487, 3991, 13, 2720, 1164, 11, 321, 1866, 577, 321, 18721, 264, 3089, 13, 286, 914, 11, 294, 264, 700, 7991, 11, 321, 3264, 577, 281, 992, 493, 364, 19060, 3991, 11, 570, 1184, 1622, 307, 257, 1168, 11, 439, 1080, 4365, 13, 492, 630, 5359, 294, 5707, 20343, 313, 281, 2500, 264, 1412, 295, 264, 1168, 13], "avg_logprob": -0.4368686850624855, "compression_ratio": 1.84375, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 35.99, "end": 36.31, "word": " I", "probability": 0.10247802734375}, {"start": 36.31, "end": 36.63, "word": " mean,", "probability": 0.88720703125}, {"start": 37.15, "end": 37.37, "word": " of", "probability": 0.6455078125}, {"start": 37.37, "end": 37.43, "word": " course,", "probability": 0.962890625}, {"start": 37.79, "end": 37.95, "word": " in", "probability": 0.57421875}, {"start": 37.95, "end": 38.05, "word": " the", "probability": 0.84765625}, {"start": 38.05, "end": 38.25, "word": " first", "probability": 0.8330078125}, {"start": 38.25, "end": 39.43, "word": " lecture,", "probability": 0.60498046875}, {"start": 39.51, "end": 39.55, "word": " we", "probability": 0.9306640625}, {"start": 39.55, "end": 39.75, "word": " worked", "probability": 0.50830078125}, {"start": 39.75, "end": 39.89, "word": " on", "probability": 0.90234375}, {"start": 39.89, "end": 39.93, "word": " the", "probability": 0.8662109375}, {"start": 39.93, "end": 39.99, "word": " main", "probability": 0.63330078125}, {"start": 39.99, "end": 40.17, "word": " page,", "probability": 0.5439453125}, {"start": 41.23, "end": 41.51, "word": " then", "probability": 0.525390625}, {"start": 41.51, "end": 41.71, "word": " in", "probability": 0.7041015625}, {"start": 41.71, "end": 41.83, "word": " the", "probability": 0.90576171875}, {"start": 41.83, "end": 42.43, "word": " second", "probability": 0.86083984375}, {"start": 42.43, "end": 42.47, "word": " lecture,", "probability": 0.951171875}, {"start": 42.65, "end": 42.69, "word": " we", "probability": 0.9482421875}, {"start": 42.69, "end": 42.99, "word": " focused", "probability": 0.7080078125}, {"start": 42.99, "end": 43.15, "word": " on", "probability": 0.94140625}, {"start": 43.15, "end": 43.25, "word": " the", "probability": 0.84423828125}, {"start": 43.25, "end": 43.69, "word": " second", "probability": 0.7763671875}, {"start": 43.69, "end": 43.69, "word": " page,", "probability": 0.8896484375}, {"start": 43.89, "end": 43.89, "word": " which", "probability": 0.880859375}, {"start": 43.89, "end": 44.05, "word": " is", "probability": 0.77197265625}, {"start": 44.05, "end": 44.21, "word": " how", "probability": 0.76025390625}, {"start": 44.21, "end": 44.31, "word": " to", "probability": 0.921875}, {"start": 44.31, "end": 44.51, "word": " get", "probability": 0.3505859375}, {"start": 44.51, "end": 44.61, "word": " the", "probability": 0.4091796875}, {"start": 44.61, "end": 44.85, "word": " questions", "probability": 0.72705078125}, {"start": 44.85, "end": 45.05, "word": " from", "probability": 0.7265625}, {"start": 45.05, "end": 46.53, "word": " the", "probability": 0.8662109375}, {"start": 46.53, "end": 46.79, "word": " text", "probability": 0.712890625}, {"start": 46.79, "end": 46.83, "word": " file.", "probability": 0.87646484375}, {"start": 48.13, "end": 48.53, "word": " Of", "probability": 0.48095703125}, {"start": 48.53, "end": 48.53, "word": " course,", "probability": 0.9619140625}, {"start": 49.47, "end": 49.47, "word": " we", "probability": 0.95654296875}, {"start": 49.47, "end": 49.47, "word": " saw", "probability": 0.441650390625}, {"start": 49.47, "end": 49.97, "word": " how", "probability": 0.93310546875}, {"start": 49.97, "end": 50.09, "word": " we", "probability": 0.8564453125}, {"start": 50.09, "end": 50.31, "word": " arranged", "probability": 0.38671875}, {"start": 50.31, "end": 50.53, "word": " the", "probability": 0.90625}, {"start": 50.53, "end": 50.85, "word": " code.", "probability": 0.93408203125}, {"start": 51.51, "end": 51.57, "word": " I", "probability": 0.449951171875}, {"start": 51.57, "end": 51.63, "word": " mean,", "probability": 0.970703125}, {"start": 51.69, "end": 51.73, "word": " in", "probability": 0.36181640625}, {"start": 51.73, "end": 51.83, "word": " the", "probability": 0.93017578125}, {"start": 51.83, "end": 51.97, "word": " first", "probability": 0.77490234375}, {"start": 51.97, "end": 52.05, "word": " lecture,", "probability": 0.60693359375}, {"start": 52.13, "end": 52.79, "word": " we", "probability": 0.958984375}, {"start": 52.79, "end": 53.31, "word": " learned", "probability": 0.408447265625}, {"start": 53.31, "end": 53.77, "word": " how", "probability": 0.86279296875}, {"start": 53.77, "end": 54.19, "word": " to", "probability": 0.95703125}, {"start": 54.19, "end": 54.41, "word": " set", "probability": 0.100341796875}, {"start": 54.41, "end": 54.49, "word": " up", "probability": 0.8916015625}, {"start": 54.49, "end": 54.85, "word": " an", "probability": 0.58349609375}, {"start": 54.85, "end": 55.09, "word": " Excel", "probability": 0.77099609375}, {"start": 55.09, "end": 55.09, "word": " file,", "probability": 0.84033203125}, {"start": 55.35, "end": 55.35, "word": " because", "probability": 0.2017822265625}, {"start": 55.35, "end": 55.59, "word": " each", "probability": 0.7021484375}, {"start": 55.59, "end": 55.89, "word": " line", "probability": 0.73779296875}, {"start": 55.89, "end": 56.09, "word": " is", "probability": 0.62060546875}, {"start": 56.09, "end": 56.59, "word": " a", "probability": 0.77783203125}, {"start": 56.59, "end": 57.55, "word": " question,", "probability": 0.87890625}, {"start": 57.85, "end": 58.11, "word": " all", "probability": 0.3818359375}, {"start": 58.11, "end": 58.19, "word": " its", "probability": 0.56982421875}, {"start": 58.19, "end": 58.51, "word": " details.", "probability": 0.81982421875}, {"start": 59.35, "end": 59.51, "word": " We", "probability": 0.93017578125}, {"start": 59.51, "end": 59.71, "word": " did", "probability": 0.2335205078125}, {"start": 59.71, "end": 60.15, "word": " classes", "probability": 0.544921875}, {"start": 60.15, "end": 60.29, "word": " in", "probability": 0.83544921875}, {"start": 60.29, "end": 60.71, "word": " Macquestion", "probability": 0.5029703776041666}, {"start": 60.71, "end": 60.91, "word": " to", "probability": 0.65234375}, {"start": 60.91, "end": 61.21, "word": " collect", "probability": 0.435791015625}, {"start": 61.21, "end": 61.33, "word": " the", "probability": 0.47314453125}, {"start": 61.33, "end": 61.49, "word": " data", "probability": 0.332763671875}, {"start": 61.49, "end": 61.83, "word": " of", "probability": 0.59619140625}, {"start": 61.83, "end": 61.93, "word": " the", "probability": 0.8369140625}, {"start": 61.93, "end": 62.11, "word": " question.", "probability": 0.84423828125}], "temperature": 1.0}, {"id": 3, "seek": 8095, "start": 63.48, "end": 80.96, "text": " And then we made a class named question reader to make it easier for us and reduce the code that we will put in the main activity So that when I say the name of the file, it returns me a list of questions Of course, this class, which is the question reader, we will use it in the main activity", "tokens": [400, 550, 321, 1027, 257, 1508, 4926, 1168, 15149, 281, 652, 309, 3571, 337, 505, 293, 5407, 264, 3089, 300, 321, 486, 829, 294, 264, 2135, 5191, 407, 300, 562, 286, 584, 264, 1315, 295, 264, 3991, 11, 309, 11247, 385, 257, 1329, 295, 1651, 2720, 1164, 11, 341, 1508, 11, 597, 307, 264, 1168, 15149, 11, 321, 486, 764, 309, 294, 264, 2135, 5191], "avg_logprob": -0.49147726911487, "compression_ratio": 1.7093023255813953, "no_speech_prob": 0.0, "words": [{"start": 63.48, "end": 63.68, "word": " And", "probability": 0.166259765625}, {"start": 63.68, "end": 63.88, "word": " then", "probability": 0.6171875}, {"start": 63.88, "end": 64.02, "word": " we", "probability": 0.78515625}, {"start": 64.02, "end": 64.2, "word": " made", "probability": 0.44677734375}, {"start": 64.2, "end": 64.4, "word": " a", "probability": 0.83544921875}, {"start": 64.4, "end": 64.7, "word": " class", "probability": 0.9609375}, {"start": 64.7, "end": 64.96, "word": " named", "probability": 0.381591796875}, {"start": 64.96, "end": 65.22, "word": " question", "probability": 0.286865234375}, {"start": 65.22, "end": 65.6, "word": " reader", "probability": 0.9267578125}, {"start": 65.6, "end": 65.94, "word": " to", "probability": 0.603515625}, {"start": 65.94, "end": 66.08, "word": " make", "probability": 0.296630859375}, {"start": 66.08, "end": 66.08, "word": " it", "probability": 0.293212890625}, {"start": 66.08, "end": 66.32, "word": " easier", "probability": 0.64990234375}, {"start": 66.32, "end": 66.38, "word": " for", "probability": 0.501953125}, {"start": 66.38, "end": 66.7, "word": " us", "probability": 0.90234375}, {"start": 66.7, "end": 66.88, "word": " and", "probability": 0.390380859375}, {"start": 66.88, "end": 67.26, "word": " reduce", "probability": 0.462646484375}, {"start": 67.26, "end": 67.48, "word": " the", "probability": 0.83056640625}, {"start": 67.48, "end": 67.7, "word": " code", "probability": 0.841796875}, {"start": 67.7, "end": 67.78, "word": " that", "probability": 0.55419921875}, {"start": 67.78, "end": 67.9, "word": " we", "probability": 0.763671875}, {"start": 67.9, "end": 67.92, "word": " will", "probability": 0.37939453125}, {"start": 67.92, "end": 68.16, "word": " put", "probability": 0.59765625}, {"start": 68.16, "end": 68.3, "word": " in", "probability": 0.779296875}, {"start": 68.3, "end": 68.4, "word": " the", "probability": 0.68359375}, {"start": 68.4, "end": 68.52, "word": " main", "probability": 0.73974609375}, {"start": 68.52, "end": 69.02, "word": " activity", "probability": 0.9375}, {"start": 69.02, "end": 69.72, "word": " So", "probability": 0.26611328125}, {"start": 69.72, "end": 69.94, "word": " that", "probability": 0.7978515625}, {"start": 69.94, "end": 70.06, "word": " when", "probability": 0.250244140625}, {"start": 70.06, "end": 70.18, "word": " I", "probability": 0.9189453125}, {"start": 70.18, "end": 70.38, "word": " say", "probability": 0.41455078125}, {"start": 70.38, "end": 70.52, "word": " the", "probability": 0.81396484375}, {"start": 70.52, "end": 70.64, "word": " name", "probability": 0.44287109375}, {"start": 70.64, "end": 70.74, "word": " of", "probability": 0.96533203125}, {"start": 70.74, "end": 70.78, "word": " the", "probability": 0.76611328125}, {"start": 70.78, "end": 71.0, "word": " file,", "probability": 0.84521484375}, {"start": 71.08, "end": 71.12, "word": " it", "probability": 0.7919921875}, {"start": 71.12, "end": 71.34, "word": " returns", "probability": 0.197998046875}, {"start": 71.34, "end": 71.68, "word": " me", "probability": 0.54052734375}, {"start": 71.68, "end": 72.26, "word": " a", "probability": 0.74169921875}, {"start": 72.26, "end": 72.6, "word": " list", "probability": 0.90576171875}, {"start": 72.6, "end": 73.0, "word": " of", "probability": 0.97314453125}, {"start": 73.0, "end": 74.38, "word": " questions", "probability": 0.9169921875}, {"start": 74.38, "end": 75.22, "word": " Of", "probability": 0.2091064453125}, {"start": 75.22, "end": 76.14, "word": " course,", "probability": 0.9501953125}, {"start": 76.26, "end": 76.5, "word": " this", "probability": 0.62255859375}, {"start": 76.5, "end": 77.04, "word": " class,", "probability": 0.837890625}, {"start": 77.16, "end": 77.16, "word": " which", "probability": 0.7919921875}, {"start": 77.16, "end": 77.3, "word": " is", "probability": 0.93798828125}, {"start": 77.3, "end": 77.4, "word": " the", "probability": 0.368896484375}, {"start": 77.4, "end": 77.58, "word": " question", "probability": 0.81591796875}, {"start": 77.58, "end": 77.92, "word": " reader,", "probability": 0.962890625}, {"start": 77.98, "end": 78.06, "word": " we", "probability": 0.58154296875}, {"start": 78.06, "end": 78.1, "word": " will", "probability": 0.79443359375}, {"start": 78.1, "end": 78.48, "word": " use", "probability": 0.87939453125}, {"start": 78.48, "end": 78.66, "word": " it", "probability": 0.87158203125}, {"start": 78.66, "end": 78.92, "word": " in", "probability": 0.372314453125}, {"start": 78.92, "end": 80.12, "word": " the", "probability": 0.8369140625}, {"start": 80.12, "end": 80.4, "word": " main", "probability": 0.89990234375}, {"start": 80.4, "end": 80.96, "word": " activity", "probability": 0.943359375}], "temperature": 1.0}, {"id": 4, "seek": 10461, "start": 81.71, "end": 104.61, "text": " And we got to know how we deal with files that are of unusual types. For example, they are not XML files or photo files. We put them in one of two folders, either the assets or the raw folder. This is the code of our main activity. The code of the main activity, of course,", "tokens": [400, 321, 658, 281, 458, 577, 321, 2028, 365, 7098, 300, 366, 295, 10901, 3467, 13, 1171, 1365, 11, 436, 366, 406, 43484, 7098, 420, 5052, 7098, 13, 492, 829, 552, 294, 472, 295, 732, 31082, 11, 2139, 264, 9769, 420, 264, 8936, 10820, 13, 639, 307, 264, 3089, 295, 527, 2135, 5191, 13, 440, 3089, 295, 264, 2135, 5191, 11, 295, 1164, 11], "avg_logprob": -0.5466346153846153, "compression_ratio": 1.583815028901734, "no_speech_prob": 0.0, "words": [{"start": 81.71, "end": 82.05, "word": " And", "probability": 0.231201171875}, {"start": 82.05, "end": 82.21, "word": " we", "probability": 0.73291015625}, {"start": 82.21, "end": 82.21, "word": " got", "probability": 0.264892578125}, {"start": 82.21, "end": 82.21, "word": " to", "probability": 0.73876953125}, {"start": 82.21, "end": 82.59, "word": " know", "probability": 0.8720703125}, {"start": 82.59, "end": 83.13, "word": " how", "probability": 0.853515625}, {"start": 83.13, "end": 83.61, "word": " we", "probability": 0.418212890625}, {"start": 83.61, "end": 84.01, "word": " deal", "probability": 0.470458984375}, {"start": 84.01, "end": 84.27, "word": " with", "probability": 0.89892578125}, {"start": 84.27, "end": 84.87, "word": " files", "probability": 0.375244140625}, {"start": 84.87, "end": 85.39, "word": " that", "probability": 0.451904296875}, {"start": 85.39, "end": 85.67, "word": " are", "probability": 0.833984375}, {"start": 85.67, "end": 86.71, "word": " of", "probability": 0.288330078125}, {"start": 86.71, "end": 87.63, "word": " unusual", "probability": 0.5107421875}, {"start": 87.63, "end": 88.07, "word": " types.", "probability": 0.380615234375}, {"start": 88.27, "end": 88.47, "word": " For", "probability": 0.23583984375}, {"start": 88.47, "end": 88.47, "word": " example,", "probability": 0.9091796875}, {"start": 88.47, "end": 88.67, "word": " they", "probability": 0.1510009765625}, {"start": 88.67, "end": 88.79, "word": " are", "probability": 0.697265625}, {"start": 88.79, "end": 88.79, "word": " not", "probability": 0.8935546875}, {"start": 88.79, "end": 89.49, "word": " XML", "probability": 0.67041015625}, {"start": 89.49, "end": 89.85, "word": " files", "probability": 0.8818359375}, {"start": 89.85, "end": 90.33, "word": " or", "probability": 0.40966796875}, {"start": 90.33, "end": 90.97, "word": " photo", "probability": 0.1639404296875}, {"start": 90.97, "end": 91.03, "word": " files.", "probability": 0.8515625}, {"start": 91.31, "end": 91.61, "word": " We", "probability": 0.662109375}, {"start": 91.61, "end": 91.75, "word": " put", "probability": 0.170654296875}, {"start": 91.75, "end": 91.99, "word": " them", "probability": 0.68212890625}, {"start": 91.99, "end": 92.53, "word": " in", "probability": 0.59912109375}, {"start": 92.53, "end": 92.75, "word": " one", "probability": 0.705078125}, {"start": 92.75, "end": 92.85, "word": " of", "probability": 0.6259765625}, {"start": 92.85, "end": 93.27, "word": " two", "probability": 0.469970703125}, {"start": 93.27, "end": 93.27, "word": " folders,", "probability": 0.77001953125}, {"start": 93.37, "end": 93.49, "word": " either", "probability": 0.76513671875}, {"start": 93.49, "end": 93.67, "word": " the", "probability": 0.40185546875}, {"start": 93.67, "end": 94.03, "word": " assets", "probability": 0.6376953125}, {"start": 94.03, "end": 94.73, "word": " or", "probability": 0.87451171875}, {"start": 94.73, "end": 94.95, "word": " the", "probability": 0.8173828125}, {"start": 94.95, "end": 95.19, "word": " raw", "probability": 0.513671875}, {"start": 95.19, "end": 96.05, "word": " folder.", "probability": 0.72607421875}, {"start": 98.63, "end": 99.21, "word": " This", "probability": 0.297607421875}, {"start": 99.21, "end": 99.43, "word": " is", "probability": 0.876953125}, {"start": 99.43, "end": 99.53, "word": " the", "probability": 0.51806640625}, {"start": 99.53, "end": 99.73, "word": " code", "probability": 0.71728515625}, {"start": 99.73, "end": 99.93, "word": " of", "probability": 0.78125}, {"start": 99.93, "end": 100.05, "word": " our", "probability": 0.7236328125}, {"start": 100.05, "end": 100.15, "word": " main", "probability": 0.55859375}, {"start": 100.15, "end": 100.55, "word": " activity.", "probability": 0.935546875}, {"start": 102.55, "end": 103.13, "word": " The", "probability": 0.5302734375}, {"start": 103.13, "end": 103.31, "word": " code", "probability": 0.57177734375}, {"start": 103.31, "end": 103.43, "word": " of", "probability": 0.9384765625}, {"start": 103.43, "end": 103.47, "word": " the", "probability": 0.69677734375}, {"start": 103.47, "end": 103.61, "word": " main", "probability": 0.8740234375}, {"start": 103.61, "end": 104.11, "word": " activity,", "probability": 0.9404296875}, {"start": 104.61, "end": 104.61, "word": " of", "probability": 0.92138671875}, {"start": 104.61, "end": 104.61, "word": " course,", "probability": 0.9609375}], "temperature": 1.0}, {"id": 5, "seek": 13491, "start": 110.73, "end": 134.91, "text": " This is not the main activity. We have finished the main activity. We want to go to the competition activity, which is the second activity. Of course, in the second activity, it is known that as soon as it starts working, we want to read the intent, which comes from whom? From the first activity, which is just the function of this code to display the name in the ... For example, if I say Ahmed,", "tokens": [639, 307, 406, 264, 2135, 5191, 13, 492, 362, 4335, 264, 2135, 5191, 13, 492, 528, 281, 352, 281, 264, 6211, 5191, 11, 597, 307, 264, 1150, 5191, 13, 2720, 1164, 11, 294, 264, 1150, 5191, 11, 309, 307, 2570, 300, 382, 2321, 382, 309, 3719, 1364, 11, 321, 528, 281, 1401, 264, 8446, 11, 597, 1487, 490, 7101, 30, 3358, 264, 700, 5191, 11, 597, 307, 445, 264, 2445, 295, 341, 3089, 281, 4674, 264, 1315, 294, 264, 1097, 1171, 1365, 11, 498, 286, 584, 39189, 11], "avg_logprob": -0.44030898876404495, "compression_ratio": 1.817351598173516, "no_speech_prob": 0.0, "words": [{"start": 110.73, "end": 111.07, "word": " This", "probability": 0.2335205078125}, {"start": 111.07, "end": 111.19, "word": " is", "probability": 0.52392578125}, {"start": 111.19, "end": 111.41, "word": " not", "probability": 0.7783203125}, {"start": 111.41, "end": 111.59, "word": " the", "probability": 0.430419921875}, {"start": 111.59, "end": 111.71, "word": " main", "probability": 0.8984375}, {"start": 111.71, "end": 112.07, "word": " activity.", "probability": 0.458984375}, {"start": 112.07, "end": 112.23, "word": " We", "probability": 0.7197265625}, {"start": 112.23, "end": 112.43, "word": " have", "probability": 0.318603515625}, {"start": 112.43, "end": 112.43, "word": " finished", "probability": 0.310302734375}, {"start": 112.43, "end": 112.73, "word": " the", "probability": 0.609375}, {"start": 112.73, "end": 112.85, "word": " main", "probability": 0.921875}, {"start": 112.85, "end": 113.31, "word": " activity.", "probability": 0.93212890625}, {"start": 113.43, "end": 113.57, "word": " We", "probability": 0.77099609375}, {"start": 113.57, "end": 113.75, "word": " want", "probability": 0.3447265625}, {"start": 113.75, "end": 113.75, "word": " to", "probability": 0.96923828125}, {"start": 113.75, "end": 113.91, "word": " go", "probability": 0.395263671875}, {"start": 113.91, "end": 114.05, "word": " to", "probability": 0.82470703125}, {"start": 114.05, "end": 114.73, "word": " the", "probability": 0.74755859375}, {"start": 114.73, "end": 115.17, "word": " competition", "probability": 0.8701171875}, {"start": 115.17, "end": 115.57, "word": " activity,", "probability": 0.9482421875}, {"start": 115.67, "end": 115.73, "word": " which", "probability": 0.4169921875}, {"start": 115.73, "end": 115.73, "word": " is", "probability": 0.94189453125}, {"start": 115.73, "end": 115.79, "word": " the", "probability": 0.822265625}, {"start": 115.79, "end": 115.79, "word": " second", "probability": 0.77783203125}, {"start": 115.79, "end": 116.45, "word": " activity.", "probability": 0.90380859375}, {"start": 117.27, "end": 117.47, "word": " Of", "probability": 0.54638671875}, {"start": 117.47, "end": 117.53, "word": " course,", "probability": 0.9638671875}, {"start": 117.61, "end": 117.63, "word": " in", "probability": 0.7294921875}, {"start": 117.63, "end": 117.69, "word": " the", "probability": 0.8671875}, {"start": 117.69, "end": 117.71, "word": " second", "probability": 0.87548828125}, {"start": 117.71, "end": 118.21, "word": " activity,", "probability": 0.947265625}, {"start": 118.39, "end": 118.39, "word": " it", "probability": 0.77001953125}, {"start": 118.39, "end": 118.41, "word": " is", "probability": 0.89501953125}, {"start": 118.41, "end": 118.61, "word": " known", "probability": 0.64892578125}, {"start": 118.61, "end": 118.81, "word": " that", "probability": 0.90576171875}, {"start": 118.81, "end": 118.99, "word": " as", "probability": 0.2442626953125}, {"start": 118.99, "end": 119.07, "word": " soon", "probability": 0.9453125}, {"start": 119.07, "end": 119.11, "word": " as", "probability": 0.97314453125}, {"start": 119.11, "end": 119.29, "word": " it", "probability": 0.82470703125}, {"start": 119.29, "end": 119.41, "word": " starts", "probability": 0.59765625}, {"start": 119.41, "end": 119.73, "word": " working,", "probability": 0.39208984375}, {"start": 120.97, "end": 121.13, "word": " we", "probability": 0.8310546875}, {"start": 121.13, "end": 121.35, "word": " want", "probability": 0.23681640625}, {"start": 121.35, "end": 121.57, "word": " to", "probability": 0.970703125}, {"start": 121.57, "end": 121.83, "word": " read", "probability": 0.8818359375}, {"start": 121.83, "end": 122.17, "word": " the", "probability": 0.46923828125}, {"start": 122.17, "end": 122.65, "word": " intent,", "probability": 0.916015625}, {"start": 122.75, "end": 123.03, "word": " which", "probability": 0.56787109375}, {"start": 123.03, "end": 123.21, "word": " comes", "probability": 0.336181640625}, {"start": 123.21, "end": 123.35, "word": " from", "probability": 0.88330078125}, {"start": 123.35, "end": 123.57, "word": " whom?", "probability": 0.83203125}, {"start": 125.03, "end": 125.39, "word": " From", "probability": 0.68212890625}, {"start": 125.39, "end": 125.49, "word": " the", "probability": 0.92431640625}, {"start": 125.49, "end": 126.07, "word": " first", "probability": 0.8798828125}, {"start": 126.07, "end": 126.07, "word": " activity,", "probability": 0.95068359375}, {"start": 126.15, "end": 126.25, "word": " which", "probability": 0.845703125}, {"start": 126.25, "end": 126.39, "word": " is", "probability": 0.8427734375}, {"start": 126.39, "end": 126.57, "word": " just", "probability": 0.410400390625}, {"start": 126.57, "end": 127.37, "word": " the", "probability": 0.2998046875}, {"start": 127.37, "end": 127.65, "word": " function", "probability": 0.7666015625}, {"start": 127.65, "end": 127.81, "word": " of", "probability": 0.9658203125}, {"start": 127.81, "end": 127.87, "word": " this", "probability": 0.83447265625}, {"start": 127.87, "end": 128.05, "word": " code", "probability": 0.9443359375}, {"start": 128.05, "end": 128.37, "word": " to", "probability": 0.59326171875}, {"start": 128.37, "end": 128.59, "word": " display", "probability": 0.1072998046875}, {"start": 128.59, "end": 128.73, "word": " the", "probability": 0.85498046875}, {"start": 128.73, "end": 129.07, "word": " name", "probability": 0.89208984375}, {"start": 129.07, "end": 130.61, "word": " in", "probability": 0.615234375}, {"start": 130.61, "end": 131.01, "word": " the", "probability": 0.8125}, {"start": 131.01, "end": 133.57, "word": " ...", "probability": 0.255126953125}, {"start": 133.57, "end": 133.83, "word": " For", "probability": 0.31494140625}, {"start": 133.83, "end": 134.15, "word": " example,", "probability": 0.94970703125}, {"start": 134.25, "end": 134.31, "word": " if", "probability": 0.94189453125}, {"start": 134.31, "end": 134.39, "word": " I", "probability": 0.89013671875}, {"start": 134.39, "end": 134.53, "word": " say", "probability": 0.73974609375}, {"start": 134.53, "end": 134.91, "word": " Ahmed,", "probability": 0.685546875}], "temperature": 1.0}, {"id": 6, "seek": 17537, "start": 151.69, "end": 175.37, "text": " Because this name here came from the first activity So we said that if the intent is not equal to it and has an extra name Go and reply to it in the name text view And then we brought the elements of the screen related to the question Which are the question text view and the buttons of the options And of course to facilitate cooperation with the buttons I put them inside the array", "tokens": [1436, 341, 1315, 510, 1361, 490, 264, 700, 5191, 407, 321, 848, 300, 498, 264, 8446, 307, 406, 2681, 281, 309, 293, 575, 364, 2857, 1315, 1037, 293, 16972, 281, 309, 294, 264, 1315, 2487, 1910, 400, 550, 321, 3038, 264, 4959, 295, 264, 2568, 4077, 281, 264, 1168, 3013, 366, 264, 1168, 2487, 1910, 293, 264, 9905, 295, 264, 3956, 400, 295, 1164, 281, 20207, 14968, 365, 264, 9905, 286, 829, 552, 1854, 264, 10225], "avg_logprob": -0.4780844155844156, "compression_ratio": 1.7695852534562213, "no_speech_prob": 0.0, "words": [{"start": 151.69, "end": 151.99, "word": " Because", "probability": 0.396240234375}, {"start": 151.99, "end": 152.29, "word": " this", "probability": 0.64453125}, {"start": 152.29, "end": 152.57, "word": " name", "probability": 0.7646484375}, {"start": 152.57, "end": 152.97, "word": " here", "probability": 0.32080078125}, {"start": 152.97, "end": 153.19, "word": " came", "probability": 0.433837890625}, {"start": 153.19, "end": 153.35, "word": " from", "probability": 0.876953125}, {"start": 153.35, "end": 153.45, "word": " the", "probability": 0.87451171875}, {"start": 153.45, "end": 153.47, "word": " first", "probability": 0.79296875}, {"start": 153.47, "end": 154.43, "word": " activity", "probability": 0.9208984375}, {"start": 154.43, "end": 156.63, "word": " So", "probability": 0.453125}, {"start": 156.63, "end": 156.75, "word": " we", "probability": 0.30419921875}, {"start": 156.75, "end": 156.91, "word": " said", "probability": 0.39013671875}, {"start": 156.91, "end": 157.09, "word": " that", "probability": 0.52392578125}, {"start": 157.09, "end": 157.13, "word": " if", "probability": 0.9228515625}, {"start": 157.13, "end": 157.23, "word": " the", "probability": 0.7802734375}, {"start": 157.23, "end": 157.59, "word": " intent", "probability": 0.705078125}, {"start": 157.59, "end": 157.79, "word": " is", "probability": 0.346923828125}, {"start": 157.79, "end": 157.79, "word": " not", "probability": 0.806640625}, {"start": 157.79, "end": 158.07, "word": " equal", "probability": 0.57080078125}, {"start": 158.07, "end": 158.19, "word": " to", "probability": 0.84521484375}, {"start": 158.19, "end": 158.37, "word": " it", "probability": 0.11260986328125}, {"start": 158.37, "end": 158.39, "word": " and", "probability": 0.68408203125}, {"start": 158.39, "end": 158.59, "word": " has", "probability": 0.66357421875}, {"start": 158.59, "end": 158.95, "word": " an", "probability": 0.45751953125}, {"start": 158.95, "end": 158.95, "word": " extra", "probability": 0.94970703125}, {"start": 158.95, "end": 159.29, "word": " name", "probability": 0.8828125}, {"start": 159.29, "end": 159.61, "word": " Go", "probability": 0.2454833984375}, {"start": 159.61, "end": 159.75, "word": " and", "probability": 0.471435546875}, {"start": 159.75, "end": 159.93, "word": " reply", "probability": 0.1177978515625}, {"start": 159.93, "end": 160.13, "word": " to", "probability": 0.32373046875}, {"start": 160.13, "end": 160.23, "word": " it", "probability": 0.798828125}, {"start": 160.23, "end": 160.43, "word": " in", "probability": 0.517578125}, {"start": 160.43, "end": 160.57, "word": " the", "probability": 0.703125}, {"start": 160.57, "end": 160.91, "word": " name", "probability": 0.488525390625}, {"start": 160.91, "end": 161.37, "word": " text", "probability": 0.61669921875}, {"start": 161.37, "end": 161.63, "word": " view", "probability": 0.5146484375}, {"start": 161.63, "end": 162.55, "word": " And", "probability": 0.5625}, {"start": 162.55, "end": 162.83, "word": " then", "probability": 0.83642578125}, {"start": 162.83, "end": 163.21, "word": " we", "probability": 0.89208984375}, {"start": 163.21, "end": 163.21, "word": " brought", "probability": 0.6376953125}, {"start": 163.21, "end": 163.91, "word": " the", "probability": 0.72314453125}, {"start": 163.91, "end": 164.39, "word": " elements", "probability": 0.404052734375}, {"start": 164.39, "end": 164.59, "word": " of", "probability": 0.76953125}, {"start": 164.59, "end": 164.63, "word": " the", "probability": 0.91748046875}, {"start": 164.63, "end": 164.87, "word": " screen", "probability": 0.8583984375}, {"start": 164.87, "end": 165.19, "word": " related", "probability": 0.291748046875}, {"start": 165.19, "end": 165.67, "word": " to", "probability": 0.96728515625}, {"start": 165.67, "end": 165.77, "word": " the", "probability": 0.90087890625}, {"start": 165.77, "end": 166.07, "word": " question", "probability": 0.91015625}, {"start": 166.07, "end": 166.87, "word": " Which", "probability": 0.21875}, {"start": 166.87, "end": 167.05, "word": " are", "probability": 0.69580078125}, {"start": 167.05, "end": 167.35, "word": " the", "probability": 0.421630859375}, {"start": 167.35, "end": 168.03, "word": " question", "probability": 0.67431640625}, {"start": 168.03, "end": 168.61, "word": " text", "probability": 0.92822265625}, {"start": 168.61, "end": 169.05, "word": " view", "probability": 0.7900390625}, {"start": 169.05, "end": 169.87, "word": " and", "probability": 0.52294921875}, {"start": 169.87, "end": 169.93, "word": " the", "probability": 0.67138671875}, {"start": 169.93, "end": 170.27, "word": " buttons", "probability": 0.69384765625}, {"start": 170.27, "end": 170.49, "word": " of", "probability": 0.67724609375}, {"start": 170.49, "end": 170.61, "word": " the", "probability": 0.81103515625}, {"start": 170.61, "end": 170.99, "word": " options", "probability": 0.70166015625}, {"start": 170.99, "end": 171.61, "word": " And", "probability": 0.84619140625}, {"start": 171.61, "end": 171.77, "word": " of", "probability": 0.81640625}, {"start": 171.77, "end": 171.89, "word": " course", "probability": 0.95556640625}, {"start": 171.89, "end": 172.21, "word": " to", "probability": 0.669921875}, {"start": 172.21, "end": 172.77, "word": " facilitate", "probability": 0.7880859375}, {"start": 172.77, "end": 173.11, "word": " cooperation", "probability": 0.31640625}, {"start": 173.11, "end": 173.31, "word": " with", "probability": 0.87109375}, {"start": 173.31, "end": 173.37, "word": " the", "probability": 0.8486328125}, {"start": 173.37, "end": 173.61, "word": " buttons", "probability": 0.88134765625}, {"start": 173.61, "end": 173.75, "word": " I", "probability": 0.619140625}, {"start": 173.75, "end": 174.01, "word": " put", "probability": 0.82666015625}, {"start": 174.01, "end": 174.15, "word": " them", "probability": 0.80908203125}, {"start": 174.15, "end": 174.43, "word": " inside", "probability": 0.73876953125}, {"start": 174.43, "end": 175.19, "word": " the", "probability": 0.84423828125}, {"start": 175.19, "end": 175.37, "word": " array", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 7, "seek": 19418, "start": 176.58, "end": 194.18, "text": " And we also got the image. Now we created an object from the question reader. Okay? And we told it to get questions and we gave it the file name. Okay? This brings us back to the list of questions. Then we took a group of questions and made them", "tokens": [400, 321, 611, 658, 264, 3256, 13, 823, 321, 2942, 364, 2657, 490, 264, 1168, 15149, 13, 1033, 30, 400, 321, 1907, 309, 281, 483, 1651, 293, 321, 2729, 309, 264, 3991, 1315, 13, 1033, 30, 639, 5607, 505, 646, 281, 264, 1329, 295, 1651, 13, 1396, 321, 1890, 257, 1594, 295, 1651, 293, 1027, 552], "avg_logprob": -0.5564692982456141, "compression_ratio": 1.5870967741935484, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 176.58, "end": 176.82, "word": " And", "probability": 0.273681640625}, {"start": 176.82, "end": 177.08, "word": " we", "probability": 0.34375}, {"start": 177.08, "end": 177.26, "word": " also", "probability": 0.308349609375}, {"start": 177.26, "end": 177.26, "word": " got", "probability": 0.1640625}, {"start": 177.26, "end": 177.88, "word": " the", "probability": 0.469970703125}, {"start": 177.88, "end": 178.62, "word": " image.", "probability": 0.64697265625}, {"start": 178.84, "end": 179.28, "word": " Now", "probability": 0.6943359375}, {"start": 179.28, "end": 180.02, "word": " we", "probability": 0.63525390625}, {"start": 180.02, "end": 181.16, "word": " created", "probability": 0.34912109375}, {"start": 181.16, "end": 181.38, "word": " an", "probability": 0.77099609375}, {"start": 181.38, "end": 181.52, "word": " object", "probability": 0.8974609375}, {"start": 181.52, "end": 181.72, "word": " from", "probability": 0.66357421875}, {"start": 181.72, "end": 181.82, "word": " the", "probability": 0.377197265625}, {"start": 181.82, "end": 182.0, "word": " question", "probability": 0.27197265625}, {"start": 182.0, "end": 182.38, "word": " reader.", "probability": 0.921875}, {"start": 183.16, "end": 183.46, "word": " Okay?", "probability": 0.1983642578125}, {"start": 183.88, "end": 184.1, "word": " And", "probability": 0.59130859375}, {"start": 184.1, "end": 184.28, "word": " we", "probability": 0.7861328125}, {"start": 184.28, "end": 184.28, "word": " told", "probability": 0.153076171875}, {"start": 184.28, "end": 184.44, "word": " it", "probability": 0.7109375}, {"start": 184.44, "end": 184.5, "word": " to", "probability": 0.6953125}, {"start": 184.5, "end": 184.68, "word": " get", "probability": 0.85595703125}, {"start": 184.68, "end": 185.3, "word": " questions", "probability": 0.70458984375}, {"start": 185.3, "end": 185.46, "word": " and", "probability": 0.6865234375}, {"start": 185.46, "end": 185.52, "word": " we", "probability": 0.43408203125}, {"start": 185.52, "end": 185.66, "word": " gave", "probability": 0.68994140625}, {"start": 185.66, "end": 185.94, "word": " it", "probability": 0.8232421875}, {"start": 185.94, "end": 187.06, "word": " the", "probability": 0.65185546875}, {"start": 187.06, "end": 187.26, "word": " file", "probability": 0.6201171875}, {"start": 187.26, "end": 187.42, "word": " name.", "probability": 0.8544921875}, {"start": 188.06, "end": 188.34, "word": " Okay?", "probability": 0.6298828125}, {"start": 188.78, "end": 189.14, "word": " This", "probability": 0.6240234375}, {"start": 189.14, "end": 189.26, "word": " brings", "probability": 0.437744140625}, {"start": 189.26, "end": 189.26, "word": " us", "probability": 0.436279296875}, {"start": 189.26, "end": 189.54, "word": " back", "probability": 0.7646484375}, {"start": 189.54, "end": 189.6, "word": " to", "probability": 0.9677734375}, {"start": 189.6, "end": 189.66, "word": " the", "probability": 0.85107421875}, {"start": 189.66, "end": 189.88, "word": " list", "probability": 0.79638671875}, {"start": 189.88, "end": 190.16, "word": " of", "probability": 0.97021484375}, {"start": 190.16, "end": 191.3, "word": " questions.", "probability": 0.94287109375}, {"start": 191.48, "end": 191.72, "word": " Then", "probability": 0.71533203125}, {"start": 191.72, "end": 191.88, "word": " we", "probability": 0.8564453125}, {"start": 191.88, "end": 192.1, "word": " took", "probability": 0.447509765625}, {"start": 192.1, "end": 192.82, "word": " a", "probability": 0.56005859375}, {"start": 192.82, "end": 193.06, "word": " group", "probability": 0.494140625}, {"start": 193.06, "end": 193.18, "word": " of", "probability": 0.966796875}, {"start": 193.18, "end": 193.46, "word": " questions", "probability": 0.85009765625}, {"start": 193.46, "end": 193.58, "word": " and", "probability": 0.904296875}, {"start": 193.58, "end": 193.8, "word": " made", "probability": 0.237060546875}, {"start": 193.8, "end": 194.18, "word": " them", "probability": 0.693359375}], "temperature": 1.0}, {"id": 8, "seek": 22191, "start": 195.25, "end": 221.91, "text": " Shuffle, okay? So that we can confuse them. And then we got the first question and did a remove to it. We didn't do get to get it out of the questions at once. Because the question that comes up, I don't want it to come up again. And then we took the question, its data and filled it in the screen elements. So we went to the question text view and told it to see the text. We went to the question and took from it, get the question text. And then we turned on the buttons.", "tokens": [1160, 21665, 11, 1392, 30, 407, 300, 321, 393, 28584, 552, 13, 400, 550, 321, 658, 264, 700, 1168, 293, 630, 257, 4159, 281, 309, 13, 492, 994, 380, 360, 483, 281, 483, 309, 484, 295, 264, 1651, 412, 1564, 13, 1436, 264, 1168, 300, 1487, 493, 11, 286, 500, 380, 528, 309, 281, 808, 493, 797, 13, 400, 550, 321, 1890, 264, 1168, 11, 1080, 1412, 293, 6412, 309, 294, 264, 2568, 4959, 13, 407, 321, 1437, 281, 264, 1168, 2487, 1910, 293, 1907, 309, 281, 536, 264, 2487, 13, 492, 1437, 281, 264, 1168, 293, 1890, 490, 309, 11, 483, 264, 1168, 2487, 13, 400, 550, 321, 3574, 322, 264, 9905, 13], "avg_logprob": -0.514130423379981, "compression_ratio": 1.9190283400809716, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 195.25, "end": 195.65, "word": " Shuffle,", "probability": 0.6510009765625}, {"start": 196.17, "end": 196.53, "word": " okay?", "probability": 0.249755859375}, {"start": 197.39, "end": 197.67, "word": " So", "probability": 0.20849609375}, {"start": 197.67, "end": 197.85, "word": " that", "probability": 0.50048828125}, {"start": 197.85, "end": 197.95, "word": " we", "probability": 0.42578125}, {"start": 197.95, "end": 197.95, "word": " can", "probability": 0.488525390625}, {"start": 197.95, "end": 198.15, "word": " confuse", "probability": 0.6767578125}, {"start": 198.15, "end": 198.37, "word": " them.", "probability": 0.87744140625}, {"start": 198.49, "end": 198.59, "word": " And", "probability": 0.358642578125}, {"start": 198.59, "end": 198.83, "word": " then", "probability": 0.73779296875}, {"start": 198.83, "end": 198.95, "word": " we", "probability": 0.71923828125}, {"start": 198.95, "end": 199.09, "word": " got", "probability": 0.25537109375}, {"start": 199.09, "end": 199.29, "word": " the", "probability": 0.84912109375}, {"start": 199.29, "end": 199.45, "word": " first", "probability": 0.875}, {"start": 199.45, "end": 199.83, "word": " question", "probability": 0.93115234375}, {"start": 199.83, "end": 199.99, "word": " and", "probability": 0.5029296875}, {"start": 199.99, "end": 200.21, "word": " did", "probability": 0.231689453125}, {"start": 200.21, "end": 200.31, "word": " a", "probability": 0.391845703125}, {"start": 200.31, "end": 200.63, "word": " remove", "probability": 0.5625}, {"start": 200.63, "end": 200.83, "word": " to", "probability": 0.197998046875}, {"start": 200.83, "end": 200.95, "word": " it.", "probability": 0.81884765625}, {"start": 201.31, "end": 201.49, "word": " We", "probability": 0.8701171875}, {"start": 201.49, "end": 201.53, "word": " didn't", "probability": 0.8056640625}, {"start": 201.53, "end": 202.01, "word": " do", "probability": 0.300537109375}, {"start": 202.01, "end": 202.11, "word": " get", "probability": 0.5244140625}, {"start": 202.11, "end": 202.39, "word": " to", "probability": 0.60595703125}, {"start": 202.39, "end": 202.67, "word": " get", "probability": 0.2352294921875}, {"start": 202.67, "end": 203.41, "word": " it", "probability": 0.36083984375}, {"start": 203.41, "end": 203.67, "word": " out", "probability": 0.74853515625}, {"start": 203.67, "end": 203.81, "word": " of", "probability": 0.818359375}, {"start": 203.81, "end": 204.31, "word": " the", "probability": 0.84521484375}, {"start": 204.31, "end": 204.65, "word": " questions", "probability": 0.4775390625}, {"start": 204.65, "end": 204.65, "word": " at", "probability": 0.2142333984375}, {"start": 204.65, "end": 204.65, "word": " once.", "probability": 0.7451171875}, {"start": 205.09, "end": 205.33, "word": " Because", "probability": 0.8505859375}, {"start": 205.33, "end": 205.45, "word": " the", "probability": 0.6220703125}, {"start": 205.45, "end": 205.67, "word": " question", "probability": 0.78564453125}, {"start": 205.67, "end": 205.79, "word": " that", "probability": 0.70751953125}, {"start": 205.79, "end": 205.97, "word": " comes", "probability": 0.52392578125}, {"start": 205.97, "end": 206.09, "word": " up,", "probability": 0.496826171875}, {"start": 206.23, "end": 206.39, "word": " I", "probability": 0.43359375}, {"start": 206.39, "end": 206.41, "word": " don't", "probability": 0.939453125}, {"start": 206.41, "end": 206.57, "word": " want", "probability": 0.859375}, {"start": 206.57, "end": 207.07, "word": " it", "probability": 0.355712890625}, {"start": 207.07, "end": 207.27, "word": " to", "probability": 0.8388671875}, {"start": 207.27, "end": 207.53, "word": " come", "probability": 0.457275390625}, {"start": 207.53, "end": 207.69, "word": " up", "probability": 0.372314453125}, {"start": 207.69, "end": 207.91, "word": " again.", "probability": 0.921875}, {"start": 208.81, "end": 209.21, "word": " And", "probability": 0.67138671875}, {"start": 209.21, "end": 209.39, "word": " then", "probability": 0.83837890625}, {"start": 209.39, "end": 209.55, "word": " we", "probability": 0.896484375}, {"start": 209.55, "end": 209.75, "word": " took", "probability": 0.56640625}, {"start": 209.75, "end": 209.95, "word": " the", "probability": 0.88916015625}, {"start": 209.95, "end": 210.35, "word": " question,", "probability": 0.89306640625}, {"start": 210.49, "end": 210.91, "word": " its", "probability": 0.2412109375}, {"start": 210.91, "end": 211.09, "word": " data", "probability": 0.8134765625}, {"start": 211.09, "end": 211.41, "word": " and", "probability": 0.533203125}, {"start": 211.41, "end": 211.65, "word": " filled", "probability": 0.763671875}, {"start": 211.65, "end": 212.43, "word": " it", "probability": 0.8525390625}, {"start": 212.43, "end": 213.01, "word": " in", "probability": 0.30810546875}, {"start": 213.01, "end": 213.15, "word": " the", "probability": 0.67138671875}, {"start": 213.15, "end": 213.75, "word": " screen", "probability": 0.5263671875}, {"start": 213.75, "end": 213.75, "word": " elements.", "probability": 0.8310546875}, {"start": 213.89, "end": 214.07, "word": " So", "probability": 0.5615234375}, {"start": 214.07, "end": 214.29, "word": " we", "probability": 0.86865234375}, {"start": 214.29, "end": 214.29, "word": " went", "probability": 0.82177734375}, {"start": 214.29, "end": 214.49, "word": " to", "probability": 0.9482421875}, {"start": 214.49, "end": 214.55, "word": " the", "probability": 0.51611328125}, {"start": 214.55, "end": 214.81, "word": " question", "probability": 0.779296875}, {"start": 214.81, "end": 215.29, "word": " text", "probability": 0.5361328125}, {"start": 215.29, "end": 215.65, "word": " view", "probability": 0.849609375}, {"start": 215.65, "end": 215.75, "word": " and", "probability": 0.54345703125}, {"start": 215.75, "end": 215.91, "word": " told", "probability": 0.33740234375}, {"start": 215.91, "end": 216.09, "word": " it", "probability": 0.8466796875}, {"start": 216.09, "end": 216.17, "word": " to", "probability": 0.428466796875}, {"start": 216.17, "end": 216.27, "word": " see", "probability": 0.7626953125}, {"start": 216.27, "end": 216.31, "word": " the", "probability": 0.66162109375}, {"start": 216.31, "end": 216.67, "word": " text.", "probability": 0.96826171875}, {"start": 216.87, "end": 216.97, "word": " We", "probability": 0.5908203125}, {"start": 216.97, "end": 217.09, "word": " went", "probability": 0.755859375}, {"start": 217.09, "end": 217.23, "word": " to", "probability": 0.95947265625}, {"start": 217.23, "end": 217.37, "word": " the", "probability": 0.916015625}, {"start": 217.37, "end": 217.59, "word": " question", "probability": 0.921875}, {"start": 217.59, "end": 217.73, "word": " and", "probability": 0.8388671875}, {"start": 217.73, "end": 217.95, "word": " took", "probability": 0.64404296875}, {"start": 217.95, "end": 218.11, "word": " from", "probability": 0.50341796875}, {"start": 218.11, "end": 218.73, "word": " it,", "probability": 0.9033203125}, {"start": 218.75, "end": 219.21, "word": " get", "probability": 0.708984375}, {"start": 219.21, "end": 219.35, "word": " the", "probability": 0.315673828125}, {"start": 219.35, "end": 219.53, "word": " question", "probability": 0.9287109375}, {"start": 219.53, "end": 219.93, "word": " text.", "probability": 0.9619140625}, {"start": 220.55, "end": 220.75, "word": " And", "probability": 0.77392578125}, {"start": 220.75, "end": 220.95, "word": " then", "probability": 0.8515625}, {"start": 220.95, "end": 221.07, "word": " we", "probability": 0.92919921875}, {"start": 221.07, "end": 221.29, "word": " turned", "probability": 0.1624755859375}, {"start": 221.29, "end": 221.55, "word": " on", "probability": 0.3115234375}, {"start": 221.55, "end": 221.69, "word": " the", "probability": 0.76904296875}, {"start": 221.69, "end": 221.91, "word": " buttons.", "probability": 0.6328125}], "temperature": 1.0}, {"id": 9, "seek": 23429, "start": 222.93, "end": 234.29, "text": " And for each button, we gave it 6 texts, question, get choices, get I. We know that get choices is a list. Ok? We got the answer I, which is 1,2.", "tokens": [400, 337, 1184, 2960, 11, 321, 2729, 309, 1386, 15765, 11, 1168, 11, 483, 7994, 11, 483, 286, 13, 492, 458, 300, 483, 7994, 307, 257, 1329, 13, 3477, 30, 492, 658, 264, 1867, 286, 11, 597, 307, 502, 11, 17, 13], "avg_logprob": -0.6151889645776083, "compression_ratio": 1.2372881355932204, "no_speech_prob": 0.0, "words": [{"start": 222.93, "end": 223.17, "word": " And", "probability": 0.212646484375}, {"start": 223.17, "end": 223.27, "word": " for", "probability": 0.732421875}, {"start": 223.27, "end": 223.51, "word": " each", "probability": 0.67236328125}, {"start": 223.51, "end": 223.81, "word": " button,", "probability": 0.46240234375}, {"start": 223.95, "end": 223.97, "word": " we", "probability": 0.78369140625}, {"start": 223.97, "end": 224.19, "word": " gave", "probability": 0.313720703125}, {"start": 224.19, "end": 224.37, "word": " it", "probability": 0.66796875}, {"start": 224.37, "end": 224.57, "word": " 6", "probability": 0.5498046875}, {"start": 224.57, "end": 225.03, "word": " texts,", "probability": 0.2486572265625}, {"start": 225.29, "end": 225.65, "word": " question,", "probability": 0.361083984375}, {"start": 225.93, "end": 226.03, "word": " get", "probability": 0.873046875}, {"start": 226.03, "end": 226.53, "word": " choices,", "probability": 0.8359375}, {"start": 226.77, "end": 226.95, "word": " get", "probability": 0.87939453125}, {"start": 226.95, "end": 227.23, "word": " I.", "probability": 0.62744140625}, {"start": 227.81, "end": 228.05, "word": " We", "probability": 0.314453125}, {"start": 228.05, "end": 228.21, "word": " know", "probability": 0.796875}, {"start": 228.21, "end": 228.31, "word": " that", "probability": 0.393310546875}, {"start": 228.31, "end": 228.45, "word": " get", "probability": 0.83935546875}, {"start": 228.45, "end": 228.87, "word": " choices", "probability": 0.92578125}, {"start": 228.87, "end": 229.07, "word": " is", "probability": 0.62744140625}, {"start": 229.07, "end": 229.35, "word": " a", "probability": 0.7255859375}, {"start": 229.35, "end": 229.71, "word": " list.", "probability": 0.8896484375}, {"start": 230.53, "end": 230.75, "word": " Ok?", "probability": 0.20263671875}, {"start": 231.09, "end": 231.21, "word": " We", "probability": 0.71435546875}, {"start": 231.21, "end": 231.43, "word": " got", "probability": 0.369384765625}, {"start": 231.43, "end": 232.41, "word": " the", "probability": 0.494873046875}, {"start": 232.41, "end": 232.75, "word": " answer", "probability": 0.8798828125}, {"start": 232.75, "end": 233.11, "word": " I,", "probability": 0.68212890625}, {"start": 233.25, "end": 233.25, "word": " which", "probability": 0.70849609375}, {"start": 233.25, "end": 233.45, "word": " is", "probability": 0.70068359375}, {"start": 233.45, "end": 233.83, "word": " 1", "probability": 0.23681640625}, {"start": 233.83, "end": 234.29, "word": ",2.", "probability": 0.459716796875}], "temperature": 1.0}, {"id": 10, "seek": 26502, "start": 235.54, "end": 265.02, "text": " And then the image has a small circle Now the image has to be in drawable And before we put it in drawable, we need to make it an id So that I can show the image, I need the image's id r.drawable.id Because how can I show the image's name which is a text I need to bring the integer which is identified in the r file There is a method called getidentifier Get resources, getidentifier I give it a name", "tokens": [400, 550, 264, 3256, 575, 257, 1359, 6329, 823, 264, 3256, 575, 281, 312, 294, 2642, 712, 400, 949, 321, 829, 309, 294, 2642, 712, 11, 321, 643, 281, 652, 309, 364, 4496, 407, 300, 286, 393, 855, 264, 3256, 11, 286, 643, 264, 3256, 311, 4496, 367, 13, 48848, 712, 13, 327, 1436, 577, 393, 286, 855, 264, 3256, 311, 1315, 597, 307, 257, 2487, 286, 643, 281, 1565, 264, 24922, 597, 307, 9234, 294, 264, 367, 3991, 821, 307, 257, 3170, 1219, 483, 1078, 9902, 3240, 3593, 11, 483, 1078, 9902, 286, 976, 309, 257, 1315], "avg_logprob": -0.5157828330993652, "compression_ratio": 1.8440366972477065, "no_speech_prob": 0.0, "words": [{"start": 235.54, "end": 235.74, "word": " And", "probability": 0.2457275390625}, {"start": 235.74, "end": 235.98, "word": " then", "probability": 0.517578125}, {"start": 235.98, "end": 236.14, "word": " the", "probability": 0.54931640625}, {"start": 236.14, "end": 236.36, "word": " image", "probability": 0.470947265625}, {"start": 236.36, "end": 236.78, "word": " has", "probability": 0.8193359375}, {"start": 236.78, "end": 236.9, "word": " a", "probability": 0.88427734375}, {"start": 236.9, "end": 237.38, "word": " small", "probability": 0.6240234375}, {"start": 237.38, "end": 237.38, "word": " circle", "probability": 0.7724609375}, {"start": 237.38, "end": 238.14, "word": " Now", "probability": 0.368408203125}, {"start": 238.14, "end": 238.3, "word": " the", "probability": 0.2247314453125}, {"start": 238.3, "end": 238.58, "word": " image", "probability": 0.810546875}, {"start": 238.58, "end": 238.98, "word": " has", "probability": 0.1376953125}, {"start": 238.98, "end": 239.34, "word": " to", "probability": 0.9384765625}, {"start": 239.34, "end": 239.52, "word": " be", "probability": 0.8916015625}, {"start": 239.52, "end": 239.68, "word": " in", "probability": 0.84619140625}, {"start": 239.68, "end": 240.04, "word": " drawable", "probability": 0.660888671875}, {"start": 240.04, "end": 240.78, "word": " And", "probability": 0.29736328125}, {"start": 240.78, "end": 241.04, "word": " before", "probability": 0.35107421875}, {"start": 241.04, "end": 241.1, "word": " we", "probability": 0.326171875}, {"start": 241.1, "end": 241.26, "word": " put", "probability": 0.6796875}, {"start": 241.26, "end": 241.32, "word": " it", "probability": 0.845703125}, {"start": 241.32, "end": 241.44, "word": " in", "probability": 0.88232421875}, {"start": 241.44, "end": 241.76, "word": " drawable,", "probability": 0.861083984375}, {"start": 241.88, "end": 241.92, "word": " we", "probability": 0.82666015625}, {"start": 241.92, "end": 242.02, "word": " need", "probability": 0.38134765625}, {"start": 242.02, "end": 242.58, "word": " to", "probability": 0.87109375}, {"start": 242.58, "end": 242.76, "word": " make", "probability": 0.368408203125}, {"start": 242.76, "end": 242.9, "word": " it", "probability": 0.80322265625}, {"start": 242.9, "end": 243.0, "word": " an", "probability": 0.384765625}, {"start": 243.0, "end": 243.2, "word": " id", "probability": 0.48095703125}, {"start": 243.2, "end": 244.2, "word": " So", "probability": 0.315185546875}, {"start": 244.2, "end": 244.42, "word": " that", "probability": 0.60888671875}, {"start": 244.42, "end": 244.58, "word": " I", "probability": 0.70361328125}, {"start": 244.58, "end": 244.62, "word": " can", "probability": 0.429443359375}, {"start": 244.62, "end": 244.82, "word": " show", "probability": 0.486083984375}, {"start": 244.82, "end": 244.98, "word": " the", "probability": 0.79638671875}, {"start": 244.98, "end": 245.28, "word": " image,", "probability": 0.88134765625}, {"start": 245.54, "end": 245.9, "word": " I", "probability": 0.80224609375}, {"start": 245.9, "end": 246.04, "word": " need", "probability": 0.806640625}, {"start": 246.04, "end": 246.24, "word": " the", "probability": 0.6015625}, {"start": 246.24, "end": 247.02, "word": " image's", "probability": 0.5694580078125}, {"start": 247.02, "end": 247.02, "word": " id", "probability": 0.93798828125}, {"start": 247.02, "end": 247.42, "word": " r", "probability": 0.26416015625}, {"start": 247.42, "end": 248.16, "word": ".drawable", "probability": 0.9396158854166666}, {"start": 248.16, "end": 251.76, "word": ".id", "probability": 0.55865478515625}, {"start": 251.76, "end": 252.92, "word": " Because", "probability": 0.449951171875}, {"start": 252.92, "end": 253.34, "word": " how", "probability": 0.55908203125}, {"start": 253.34, "end": 253.46, "word": " can", "probability": 0.300048828125}, {"start": 253.46, "end": 253.52, "word": " I", "probability": 0.9736328125}, {"start": 253.52, "end": 254.0, "word": " show", "probability": 0.12548828125}, {"start": 254.0, "end": 254.56, "word": " the", "probability": 0.724609375}, {"start": 254.56, "end": 255.04, "word": " image's", "probability": 0.7626953125}, {"start": 255.04, "end": 255.04, "word": " name", "probability": 0.525390625}, {"start": 255.04, "end": 255.22, "word": " which", "probability": 0.29541015625}, {"start": 255.22, "end": 255.32, "word": " is", "probability": 0.87548828125}, {"start": 255.32, "end": 255.5, "word": " a", "probability": 0.625}, {"start": 255.5, "end": 255.62, "word": " text", "probability": 0.71630859375}, {"start": 255.62, "end": 255.98, "word": " I", "probability": 0.546875}, {"start": 255.98, "end": 256.1, "word": " need", "probability": 0.7353515625}, {"start": 256.1, "end": 256.2, "word": " to", "probability": 0.82421875}, {"start": 256.2, "end": 256.34, "word": " bring", "probability": 0.467529296875}, {"start": 256.34, "end": 256.5, "word": " the", "probability": 0.398681640625}, {"start": 256.5, "end": 256.94, "word": " integer", "probability": 0.87744140625}, {"start": 256.94, "end": 257.14, "word": " which", "probability": 0.3125}, {"start": 257.14, "end": 257.16, "word": " is", "probability": 0.521484375}, {"start": 257.16, "end": 257.5, "word": " identified", "probability": 0.52587890625}, {"start": 257.5, "end": 257.66, "word": " in", "probability": 0.8291015625}, {"start": 257.66, "end": 257.76, "word": " the", "probability": 0.8408203125}, {"start": 257.76, "end": 257.92, "word": " r", "probability": 0.62744140625}, {"start": 257.92, "end": 258.24, "word": " file", "probability": 0.880859375}, {"start": 258.24, "end": 259.48, "word": " There", "probability": 0.64306640625}, {"start": 259.48, "end": 259.54, "word": " is", "probability": 0.73291015625}, {"start": 259.54, "end": 259.62, "word": " a", "probability": 0.9296875}, {"start": 259.62, "end": 259.86, "word": " method", "probability": 0.953125}, {"start": 259.86, "end": 260.22, "word": " called", "probability": 0.63427734375}, {"start": 260.22, "end": 261.58, "word": " getidentifier", "probability": 0.668212890625}, {"start": 261.58, "end": 262.72, "word": " Get", "probability": 0.38134765625}, {"start": 262.72, "end": 263.26, "word": " resources,", "probability": 0.564453125}, {"start": 263.4, "end": 264.14, "word": " getidentifier", "probability": 0.7775065104166666}, {"start": 264.14, "end": 264.28, "word": " I", "probability": 0.53076171875}, {"start": 264.28, "end": 264.5, "word": " give", "probability": 0.67822265625}, {"start": 264.5, "end": 264.66, "word": " it", "probability": 0.7998046875}, {"start": 264.66, "end": 264.72, "word": " a", "probability": 0.76953125}, {"start": 264.72, "end": 265.02, "word": " name", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 11, "seek": 28948, "start": 266.44, "end": 289.48, "text": "The name of the image, where it is located, and the name of the package, and it returns me the ID that was identified in the R file. And then I tell the image to set image resource, and I give it the image ID. Of course, before that, I have to remove the extension from the image name. That's why I made a substring from the zero to the dot.", "tokens": [2278, 1315, 295, 264, 3256, 11, 689, 309, 307, 6870, 11, 293, 264, 1315, 295, 264, 7372, 11, 293, 309, 11247, 385, 264, 7348, 300, 390, 9234, 294, 264, 497, 3991, 13, 400, 550, 286, 980, 264, 3256, 281, 992, 3256, 7684, 11, 293, 286, 976, 309, 264, 3256, 7348, 13, 2720, 1164, 11, 949, 300, 11, 286, 362, 281, 4159, 264, 10320, 490, 264, 3256, 1315, 13, 663, 311, 983, 286, 1027, 257, 4594, 2937, 490, 264, 4018, 281, 264, 5893, 13], "avg_logprob": -0.4906994051166943, "compression_ratio": 1.6553398058252426, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 266.44, "end": 266.8, "word": "The", "probability": 0.12347412109375}, {"start": 266.8, "end": 266.8, "word": " name", "probability": 0.3291015625}, {"start": 266.8, "end": 266.92, "word": " of", "probability": 0.95849609375}, {"start": 266.92, "end": 266.96, "word": " the", "probability": 0.81005859375}, {"start": 266.96, "end": 267.2, "word": " image,", "probability": 0.470458984375}, {"start": 267.54, "end": 268.12, "word": " where", "probability": 0.55224609375}, {"start": 268.12, "end": 268.26, "word": " it", "probability": 0.65380859375}, {"start": 268.26, "end": 268.26, "word": " is", "probability": 0.66748046875}, {"start": 268.26, "end": 268.64, "word": " located,", "probability": 0.447998046875}, {"start": 269.0, "end": 269.1, "word": " and", "probability": 0.7578125}, {"start": 269.1, "end": 269.32, "word": " the", "probability": 0.64501953125}, {"start": 269.32, "end": 269.32, "word": " name", "probability": 0.6083984375}, {"start": 269.32, "end": 269.42, "word": " of", "probability": 0.9677734375}, {"start": 269.42, "end": 269.44, "word": " the", "probability": 0.86181640625}, {"start": 269.44, "end": 269.82, "word": " package,", "probability": 0.94775390625}, {"start": 270.22, "end": 270.28, "word": " and", "probability": 0.385498046875}, {"start": 270.28, "end": 270.48, "word": " it", "probability": 0.54541015625}, {"start": 270.48, "end": 270.78, "word": " returns", "probability": 0.43408203125}, {"start": 270.78, "end": 271.24, "word": " me", "probability": 0.31396484375}, {"start": 271.24, "end": 271.64, "word": " the", "probability": 0.81689453125}, {"start": 271.64, "end": 271.96, "word": " ID", "probability": 0.416259765625}, {"start": 271.96, "end": 272.14, "word": " that", "probability": 0.2462158203125}, {"start": 272.14, "end": 272.26, "word": " was", "probability": 0.264404296875}, {"start": 272.26, "end": 272.72, "word": " identified", "probability": 0.65673828125}, {"start": 272.72, "end": 273.08, "word": " in", "probability": 0.837890625}, {"start": 273.08, "end": 273.26, "word": " the", "probability": 0.7216796875}, {"start": 273.26, "end": 273.44, "word": " R", "probability": 0.72119140625}, {"start": 273.44, "end": 273.7, "word": " file.", "probability": 0.78369140625}, {"start": 274.08, "end": 274.4, "word": " And", "probability": 0.29248046875}, {"start": 274.4, "end": 274.6, "word": " then", "probability": 0.73876953125}, {"start": 274.6, "end": 274.74, "word": " I", "probability": 0.89453125}, {"start": 274.74, "end": 274.92, "word": " tell", "probability": 0.471923828125}, {"start": 274.92, "end": 275.14, "word": " the", "probability": 0.734375}, {"start": 275.14, "end": 275.52, "word": " image", "probability": 0.86279296875}, {"start": 275.52, "end": 275.64, "word": " to", "probability": 0.50830078125}, {"start": 275.64, "end": 275.92, "word": " set", "probability": 0.86865234375}, {"start": 275.92, "end": 276.18, "word": " image", "probability": 0.76904296875}, {"start": 276.18, "end": 276.7, "word": " resource,", "probability": 0.88525390625}, {"start": 276.82, "end": 276.94, "word": " and", "probability": 0.85986328125}, {"start": 276.94, "end": 277.0, "word": " I", "probability": 0.5458984375}, {"start": 277.0, "end": 277.16, "word": " give", "probability": 0.65771484375}, {"start": 277.16, "end": 277.32, "word": " it", "probability": 0.54296875}, {"start": 277.32, "end": 277.36, "word": " the", "probability": 0.8740234375}, {"start": 277.36, "end": 277.58, "word": " image", "probability": 0.75}, {"start": 277.58, "end": 278.36, "word": " ID.", "probability": 0.689453125}, {"start": 279.22, "end": 279.4, "word": " Of", "probability": 0.3427734375}, {"start": 279.4, "end": 279.48, "word": " course,", "probability": 0.95849609375}, {"start": 279.54, "end": 279.72, "word": " before", "probability": 0.61181640625}, {"start": 279.72, "end": 279.96, "word": " that,", "probability": 0.7099609375}, {"start": 280.2, "end": 280.2, "word": " I", "probability": 0.77099609375}, {"start": 280.2, "end": 280.26, "word": " have", "probability": 0.37841796875}, {"start": 280.26, "end": 280.42, "word": " to", "probability": 0.96728515625}, {"start": 280.42, "end": 281.38, "word": " remove", "probability": 0.640625}, {"start": 281.38, "end": 282.72, "word": " the", "probability": 0.85107421875}, {"start": 282.72, "end": 283.16, "word": " extension", "probability": 0.9287109375}, {"start": 283.16, "end": 283.16, "word": " from", "probability": 0.72802734375}, {"start": 283.16, "end": 283.16, "word": " the", "probability": 0.86181640625}, {"start": 283.16, "end": 283.16, "word": " image", "probability": 0.64794921875}, {"start": 283.16, "end": 283.16, "word": " name.", "probability": 0.7275390625}, {"start": 283.32, "end": 283.62, "word": " That's", "probability": 0.60595703125}, {"start": 283.62, "end": 283.7, "word": " why", "probability": 0.921875}, {"start": 283.7, "end": 284.04, "word": " I", "probability": 0.984375}, {"start": 284.04, "end": 284.04, "word": " made", "probability": 0.2464599609375}, {"start": 284.04, "end": 284.88, "word": " a", "probability": 0.548828125}, {"start": 284.88, "end": 287.3, "word": " substring", "probability": 0.89306640625}, {"start": 287.3, "end": 287.96, "word": " from", "probability": 0.69384765625}, {"start": 287.96, "end": 288.12, "word": " the", "probability": 0.313720703125}, {"start": 288.12, "end": 288.3, "word": " zero", "probability": 0.304443359375}, {"start": 288.3, "end": 288.6, "word": " to", "probability": 0.89013671875}, {"start": 288.6, "end": 289.32, "word": " the", "probability": 0.87255859375}, {"start": 289.32, "end": 289.48, "word": " dot.", "probability": 0.84130859375}], "temperature": 1.0}, {"id": 12, "seek": 30581, "start": 290.97, "end": 305.81, "text": "Of course, if there was no image in the picture, it will go to the else and put zero in it. For example, I did it. Zero means that there is no zero ID, so the picture will be empty. Why is that? So that the imaginary picture does not appear. Okay?", "tokens": [23919, 1164, 11, 498, 456, 390, 572, 3256, 294, 264, 3036, 11, 309, 486, 352, 281, 264, 1646, 293, 829, 4018, 294, 309, 13, 1171, 1365, 11, 286, 630, 309, 13, 17182, 1355, 300, 456, 307, 572, 4018, 7348, 11, 370, 264, 3036, 486, 312, 6707, 13, 1545, 307, 300, 30, 407, 300, 264, 26164, 3036, 775, 406, 4204, 13, 1033, 30], "avg_logprob": -0.5873016137925405, "compression_ratio": 1.5153374233128833, "no_speech_prob": 0.0, "words": [{"start": 290.97, "end": 291.19, "word": "Of", "probability": 0.26513671875}, {"start": 291.19, "end": 291.33, "word": " course,", "probability": 0.912109375}, {"start": 291.49, "end": 291.53, "word": " if", "probability": 0.8798828125}, {"start": 291.53, "end": 293.31, "word": " there", "probability": 0.54443359375}, {"start": 293.31, "end": 294.63, "word": " was", "probability": 0.381591796875}, {"start": 294.63, "end": 294.95, "word": " no", "probability": 0.80126953125}, {"start": 294.95, "end": 295.33, "word": " image", "probability": 0.818359375}, {"start": 295.33, "end": 295.63, "word": " in", "probability": 0.2183837890625}, {"start": 295.63, "end": 295.63, "word": " the", "probability": 0.74609375}, {"start": 295.63, "end": 295.63, "word": " picture,", "probability": 0.2861328125}, {"start": 296.15, "end": 296.27, "word": " it", "probability": 0.5146484375}, {"start": 296.27, "end": 296.37, "word": " will", "probability": 0.51025390625}, {"start": 296.37, "end": 296.49, "word": " go", "probability": 0.53759765625}, {"start": 296.49, "end": 296.63, "word": " to", "probability": 0.927734375}, {"start": 296.63, "end": 296.69, "word": " the", "probability": 0.50634765625}, {"start": 296.69, "end": 296.99, "word": " else", "probability": 0.43505859375}, {"start": 296.99, "end": 297.23, "word": " and", "probability": 0.403076171875}, {"start": 297.23, "end": 297.51, "word": " put", "probability": 0.4765625}, {"start": 297.51, "end": 298.05, "word": " zero", "probability": 0.372802734375}, {"start": 298.05, "end": 298.47, "word": " in", "probability": 0.30419921875}, {"start": 298.47, "end": 298.47, "word": " it.", "probability": 0.76904296875}, {"start": 298.47, "end": 298.51, "word": " For", "probability": 0.399169921875}, {"start": 298.51, "end": 298.73, "word": " example,", "probability": 0.95166015625}, {"start": 298.83, "end": 298.85, "word": " I", "probability": 0.346435546875}, {"start": 298.85, "end": 299.07, "word": " did", "probability": 0.45361328125}, {"start": 299.07, "end": 299.17, "word": " it.", "probability": 0.5126953125}, {"start": 299.21, "end": 299.41, "word": " Zero", "probability": 0.79541015625}, {"start": 299.41, "end": 299.63, "word": " means", "probability": 0.82275390625}, {"start": 299.63, "end": 300.33, "word": " that", "probability": 0.464599609375}, {"start": 300.33, "end": 301.49, "word": " there", "probability": 0.86328125}, {"start": 301.49, "end": 301.61, "word": " is", "probability": 0.91796875}, {"start": 301.61, "end": 301.67, "word": " no", "probability": 0.923828125}, {"start": 301.67, "end": 301.71, "word": " zero", "probability": 0.72021484375}, {"start": 301.71, "end": 301.89, "word": " ID,", "probability": 0.552734375}, {"start": 302.31, "end": 302.45, "word": " so", "probability": 0.771484375}, {"start": 302.45, "end": 302.79, "word": " the", "probability": 0.87060546875}, {"start": 302.79, "end": 302.95, "word": " picture", "probability": 0.7939453125}, {"start": 302.95, "end": 303.03, "word": " will", "probability": 0.7978515625}, {"start": 303.03, "end": 303.03, "word": " be", "probability": 0.471923828125}, {"start": 303.03, "end": 303.21, "word": " empty.", "probability": 0.69140625}, {"start": 303.37, "end": 303.65, "word": " Why", "probability": 0.24560546875}, {"start": 303.65, "end": 303.65, "word": " is", "probability": 0.489501953125}, {"start": 303.65, "end": 303.71, "word": " that?", "probability": 0.58642578125}, {"start": 303.77, "end": 303.87, "word": " So", "probability": 0.304443359375}, {"start": 303.87, "end": 304.29, "word": " that", "probability": 0.8720703125}, {"start": 304.29, "end": 304.55, "word": " the", "probability": 0.51123046875}, {"start": 304.55, "end": 304.55, "word": " imaginary", "probability": 0.400634765625}, {"start": 304.55, "end": 305.43, "word": " picture", "probability": 0.5517578125}, {"start": 305.43, "end": 305.45, "word": " does", "probability": 0.33935546875}, {"start": 305.45, "end": 305.45, "word": " not", "probability": 0.94970703125}, {"start": 305.45, "end": 305.45, "word": " appear.", "probability": 0.64453125}, {"start": 305.45, "end": 305.81, "word": " Okay?", "probability": 0.18896484375}], "temperature": 1.0}, {"id": 13, "seek": 32893, "start": 307.29, "end": 328.93, "text": " This is not for verification. This is the if statement. If there is a picture, it will show it. If there is no picture, it will go to set image resource and write 0 in it. Because if there is no ID 0, the ID will always be a big number. Because if this ID is not found, the picture will be empty. It will look like this.", "tokens": [639, 307, 406, 337, 30206, 13, 639, 307, 264, 498, 5629, 13, 759, 456, 307, 257, 3036, 11, 309, 486, 855, 309, 13, 759, 456, 307, 572, 3036, 11, 309, 486, 352, 281, 992, 3256, 7684, 293, 2464, 1958, 294, 309, 13, 1436, 498, 456, 307, 572, 7348, 1958, 11, 264, 7348, 486, 1009, 312, 257, 955, 1230, 13, 1436, 498, 341, 7348, 307, 406, 1352, 11, 264, 3036, 486, 312, 6707, 13, 467, 486, 574, 411, 341, 13], "avg_logprob": -0.41210936941206455, "compression_ratio": 1.7540983606557377, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 307.29, "end": 307.61, "word": " This", "probability": 0.28076171875}, {"start": 307.61, "end": 307.61, "word": " is", "probability": 0.6171875}, {"start": 307.61, "end": 307.69, "word": " not", "probability": 0.2132568359375}, {"start": 307.69, "end": 307.75, "word": " for", "probability": 0.349853515625}, {"start": 307.75, "end": 308.15, "word": " verification.", "probability": 0.9169921875}, {"start": 308.31, "end": 308.59, "word": " This", "probability": 0.53076171875}, {"start": 308.59, "end": 308.69, "word": " is", "probability": 0.72314453125}, {"start": 308.69, "end": 308.99, "word": " the", "probability": 0.65478515625}, {"start": 308.99, "end": 309.17, "word": " if", "probability": 0.5888671875}, {"start": 309.17, "end": 309.65, "word": " statement.", "probability": 0.8935546875}, {"start": 309.75, "end": 309.87, "word": " If", "probability": 0.86865234375}, {"start": 309.87, "end": 310.95, "word": " there", "probability": 0.82666015625}, {"start": 310.95, "end": 310.99, "word": " is", "probability": 0.86962890625}, {"start": 310.99, "end": 311.09, "word": " a", "probability": 0.8046875}, {"start": 311.09, "end": 311.35, "word": " picture,", "probability": 0.443115234375}, {"start": 311.63, "end": 312.31, "word": " it", "probability": 0.79052734375}, {"start": 312.31, "end": 312.37, "word": " will", "probability": 0.7431640625}, {"start": 312.37, "end": 312.57, "word": " show", "probability": 0.458984375}, {"start": 312.57, "end": 312.75, "word": " it.", "probability": 0.88330078125}, {"start": 312.95, "end": 313.17, "word": " If", "probability": 0.861328125}, {"start": 313.17, "end": 313.35, "word": " there", "probability": 0.88916015625}, {"start": 313.35, "end": 313.35, "word": " is", "probability": 0.861328125}, {"start": 313.35, "end": 313.47, "word": " no", "probability": 0.810546875}, {"start": 313.47, "end": 313.75, "word": " picture,", "probability": 0.8525390625}, {"start": 314.11, "end": 314.81, "word": " it", "probability": 0.80810546875}, {"start": 314.81, "end": 315.43, "word": " will", "probability": 0.77490234375}, {"start": 315.43, "end": 315.59, "word": " go", "probability": 0.79541015625}, {"start": 315.59, "end": 315.77, "word": " to", "probability": 0.93359375}, {"start": 315.77, "end": 315.99, "word": " set", "probability": 0.80712890625}, {"start": 315.99, "end": 316.19, "word": " image", "probability": 0.8486328125}, {"start": 316.19, "end": 316.61, "word": " resource", "probability": 0.86474609375}, {"start": 316.61, "end": 316.75, "word": " and", "probability": 0.77978515625}, {"start": 316.75, "end": 316.97, "word": " write", "probability": 0.340087890625}, {"start": 316.97, "end": 318.23, "word": " 0", "probability": 0.3193359375}, {"start": 318.23, "end": 318.43, "word": " in", "probability": 0.36865234375}, {"start": 318.43, "end": 318.43, "word": " it.", "probability": 0.880859375}, {"start": 318.77, "end": 319.09, "word": " Because", "probability": 0.79638671875}, {"start": 319.09, "end": 319.21, "word": " if", "probability": 0.740234375}, {"start": 319.21, "end": 319.37, "word": " there", "probability": 0.884765625}, {"start": 319.37, "end": 319.37, "word": " is", "probability": 0.93115234375}, {"start": 319.37, "end": 319.43, "word": " no", "probability": 0.92041015625}, {"start": 319.43, "end": 319.69, "word": " ID", "probability": 0.310302734375}, {"start": 319.69, "end": 320.05, "word": " 0,", "probability": 0.60009765625}, {"start": 320.63, "end": 320.79, "word": " the", "probability": 0.68896484375}, {"start": 320.79, "end": 321.05, "word": " ID", "probability": 0.86669921875}, {"start": 321.05, "end": 321.41, "word": " will", "probability": 0.5224609375}, {"start": 321.41, "end": 321.41, "word": " always", "probability": 0.7822265625}, {"start": 321.41, "end": 321.73, "word": " be", "probability": 0.9052734375}, {"start": 321.73, "end": 322.29, "word": " a", "probability": 0.7939453125}, {"start": 322.29, "end": 322.49, "word": " big", "probability": 0.414794921875}, {"start": 322.49, "end": 322.59, "word": " number.", "probability": 0.94580078125}, {"start": 323.67, "end": 324.11, "word": " Because", "probability": 0.495361328125}, {"start": 324.11, "end": 324.29, "word": " if", "probability": 0.9345703125}, {"start": 324.29, "end": 324.83, "word": " this", "probability": 0.366455078125}, {"start": 324.83, "end": 325.09, "word": " ID", "probability": 0.96142578125}, {"start": 325.09, "end": 325.23, "word": " is", "probability": 0.51953125}, {"start": 325.23, "end": 325.23, "word": " not", "probability": 0.90869140625}, {"start": 325.23, "end": 325.23, "word": " found,", "probability": 0.1978759765625}, {"start": 326.41, "end": 326.89, "word": " the", "probability": 0.81787109375}, {"start": 326.89, "end": 327.13, "word": " picture", "probability": 0.75244140625}, {"start": 327.13, "end": 327.21, "word": " will", "probability": 0.82177734375}, {"start": 327.21, "end": 327.21, "word": " be", "probability": 0.4130859375}, {"start": 327.21, "end": 327.41, "word": " empty.", "probability": 0.58544921875}, {"start": 327.55, "end": 327.81, "word": " It", "probability": 0.62109375}, {"start": 327.81, "end": 327.97, "word": " will", "probability": 0.83935546875}, {"start": 327.97, "end": 328.15, "word": " look", "probability": 0.4794921875}, {"start": 328.15, "end": 328.41, "word": " like", "probability": 0.82421875}, {"start": 328.41, "end": 328.93, "word": " this.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 14, "seek": 35107, "start": 331.93, "end": 351.07, "text": " Because this question doesn't have a picture Of course, in the previous lecture, when we worked, we didn't put this line So, the picture of Android appears So, I don't want the picture of Android to appear, so I say set 0 Ok, and we stopped here This is what we took in the previous lecture Of course, I said", "tokens": [1436, 341, 1168, 1177, 380, 362, 257, 3036, 2720, 1164, 11, 294, 264, 3894, 7991, 11, 562, 321, 2732, 11, 321, 994, 380, 829, 341, 1622, 407, 11, 264, 3036, 295, 8853, 7038, 407, 11, 286, 500, 380, 528, 264, 3036, 295, 8853, 281, 4204, 11, 370, 286, 584, 992, 1958, 3477, 11, 293, 321, 5936, 510, 639, 307, 437, 321, 1890, 294, 264, 3894, 7991, 2720, 1164, 11, 286, 848], "avg_logprob": -0.5638020775384374, "compression_ratio": 1.7166666666666666, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 331.93, "end": 332.25, "word": " Because", "probability": 0.55224609375}, {"start": 332.25, "end": 332.53, "word": " this", "probability": 0.73779296875}, {"start": 332.53, "end": 332.79, "word": " question", "probability": 0.76904296875}, {"start": 332.79, "end": 333.25, "word": " doesn't", "probability": 0.6759033203125}, {"start": 333.25, "end": 333.59, "word": " have", "probability": 0.89013671875}, {"start": 333.59, "end": 333.71, "word": " a", "probability": 0.6025390625}, {"start": 333.71, "end": 333.87, "word": " picture", "probability": 0.5712890625}, {"start": 333.87, "end": 334.81, "word": " Of", "probability": 0.169189453125}, {"start": 334.81, "end": 335.91, "word": " course,", "probability": 0.92822265625}, {"start": 336.05, "end": 336.27, "word": " in", "probability": 0.37890625}, {"start": 336.27, "end": 336.39, "word": " the", "probability": 0.70947265625}, {"start": 336.39, "end": 336.43, "word": " previous", "probability": 0.368408203125}, {"start": 336.43, "end": 336.75, "word": " lecture,", "probability": 0.77099609375}, {"start": 337.09, "end": 337.15, "word": " when", "probability": 0.5380859375}, {"start": 337.15, "end": 337.47, "word": " we", "probability": 0.76904296875}, {"start": 337.47, "end": 337.47, "word": " worked,", "probability": 0.357421875}, {"start": 337.53, "end": 337.55, "word": " we", "probability": 0.7861328125}, {"start": 337.55, "end": 337.59, "word": " didn't", "probability": 0.85205078125}, {"start": 337.59, "end": 337.81, "word": " put", "probability": 0.36767578125}, {"start": 337.81, "end": 338.15, "word": " this", "probability": 0.681640625}, {"start": 338.15, "end": 338.39, "word": " line", "probability": 0.4951171875}, {"start": 338.39, "end": 339.03, "word": " So,", "probability": 0.34521484375}, {"start": 339.27, "end": 339.57, "word": " the", "probability": 0.33544921875}, {"start": 339.57, "end": 339.81, "word": " picture", "probability": 0.59033203125}, {"start": 339.81, "end": 340.01, "word": " of", "probability": 0.58935546875}, {"start": 340.01, "end": 340.47, "word": " Android", "probability": 0.5185546875}, {"start": 340.47, "end": 340.49, "word": " appears", "probability": 0.291748046875}, {"start": 340.49, "end": 341.31, "word": " So,", "probability": 0.357666015625}, {"start": 341.35, "end": 341.45, "word": " I", "probability": 0.90185546875}, {"start": 341.45, "end": 341.55, "word": " don't", "probability": 0.9404296875}, {"start": 341.55, "end": 341.79, "word": " want", "probability": 0.87255859375}, {"start": 341.79, "end": 342.03, "word": " the", "probability": 0.66162109375}, {"start": 342.03, "end": 342.15, "word": " picture", "probability": 0.658203125}, {"start": 342.15, "end": 342.23, "word": " of", "probability": 0.94140625}, {"start": 342.23, "end": 342.63, "word": " Android", "probability": 0.88330078125}, {"start": 342.63, "end": 342.63, "word": " to", "probability": 0.68408203125}, {"start": 342.63, "end": 342.63, "word": " appear,", "probability": 0.703125}, {"start": 342.71, "end": 342.79, "word": " so", "probability": 0.314208984375}, {"start": 342.79, "end": 342.91, "word": " I", "probability": 0.81591796875}, {"start": 342.91, "end": 342.91, "word": " say", "probability": 0.201416015625}, {"start": 342.91, "end": 343.13, "word": " set", "probability": 0.3359375}, {"start": 343.13, "end": 343.45, "word": " 0", "probability": 0.42041015625}, {"start": 343.45, "end": 344.43, "word": " Ok,", "probability": 0.2093505859375}, {"start": 345.77, "end": 345.89, "word": " and", "probability": 0.290283203125}, {"start": 345.89, "end": 346.43, "word": " we", "probability": 0.6396484375}, {"start": 346.43, "end": 346.43, "word": " stopped", "probability": 0.67822265625}, {"start": 346.43, "end": 347.67, "word": " here", "probability": 0.28466796875}, {"start": 347.67, "end": 348.41, "word": " This", "probability": 0.251220703125}, {"start": 348.41, "end": 348.51, "word": " is", "probability": 0.876953125}, {"start": 348.51, "end": 348.55, "word": " what", "probability": 0.7841796875}, {"start": 348.55, "end": 348.71, "word": " we", "probability": 0.9208984375}, {"start": 348.71, "end": 348.93, "word": " took", "probability": 0.35595703125}, {"start": 348.93, "end": 349.77, "word": " in", "probability": 0.7705078125}, {"start": 349.77, "end": 349.81, "word": " the", "probability": 0.85498046875}, {"start": 349.81, "end": 349.81, "word": " previous", "probability": 0.71875}, {"start": 349.81, "end": 350.15, "word": " lecture", "probability": 0.923828125}, {"start": 350.15, "end": 350.59, "word": " Of", "probability": 0.63720703125}, {"start": 350.59, "end": 350.67, "word": " course,", "probability": 0.96484375}, {"start": 350.69, "end": 350.87, "word": " I", "probability": 0.9716796875}, {"start": 350.87, "end": 351.07, "word": " said", "probability": 0.900390625}], "temperature": 1.0}, {"id": 15, "seek": 37009, "start": 352.87, "end": 370.09, "text": " This is cumulative work, and you have to go home and try it, and the programming is through thinking, okay? Notice that most of the previous lectures were Java code, right or not? And the order of the code is all Java, and you have to practice, and I'm sure of it, of course, I told you to go home and practice.", "tokens": [639, 307, 12713, 425, 6908, 303, 589, 11, 293, 291, 362, 281, 352, 1280, 293, 853, 309, 11, 293, 264, 9410, 307, 807, 1953, 11, 1392, 30, 13428, 300, 881, 295, 264, 3894, 16564, 645, 10745, 3089, 11, 558, 420, 406, 30, 400, 264, 1668, 295, 264, 3089, 307, 439, 10745, 11, 293, 291, 362, 281, 3124, 11, 293, 286, 478, 988, 295, 309, 11, 295, 1164, 11, 286, 1907, 291, 281, 352, 1280, 293, 3124, 13], "avg_logprob": -0.491586548777727, "compression_ratio": 1.6421052631578947, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 352.87, "end": 353.23, "word": " This", "probability": 0.2420654296875}, {"start": 353.23, "end": 353.41, "word": " is", "probability": 0.73046875}, {"start": 353.41, "end": 353.99, "word": " cumulative", "probability": 0.57330322265625}, {"start": 353.99, "end": 353.99, "word": " work,", "probability": 0.8349609375}, {"start": 354.09, "end": 354.17, "word": " and", "probability": 0.41259765625}, {"start": 354.17, "end": 354.23, "word": " you", "probability": 0.8837890625}, {"start": 354.23, "end": 354.33, "word": " have", "probability": 0.42431640625}, {"start": 354.33, "end": 354.47, "word": " to", "probability": 0.96875}, {"start": 354.47, "end": 354.59, "word": " go", "probability": 0.6787109375}, {"start": 354.59, "end": 355.03, "word": " home", "probability": 0.77685546875}, {"start": 355.03, "end": 355.49, "word": " and", "probability": 0.8310546875}, {"start": 355.49, "end": 355.85, "word": " try", "probability": 0.84033203125}, {"start": 355.85, "end": 355.95, "word": " it,", "probability": 0.5693359375}, {"start": 356.55, "end": 356.77, "word": " and", "probability": 0.833984375}, {"start": 356.77, "end": 356.85, "word": " the", "probability": 0.3857421875}, {"start": 356.85, "end": 357.07, "word": " programming", "probability": 0.4853515625}, {"start": 357.07, "end": 357.21, "word": " is", "probability": 0.488525390625}, {"start": 357.21, "end": 357.41, "word": " through", "probability": 0.499267578125}, {"start": 357.41, "end": 358.01, "word": " thinking,", "probability": 0.7685546875}, {"start": 358.59, "end": 358.83, "word": " okay?", "probability": 0.56298828125}, {"start": 359.19, "end": 359.55, "word": " Notice", "probability": 0.26708984375}, {"start": 359.55, "end": 359.71, "word": " that", "probability": 0.76513671875}, {"start": 359.71, "end": 359.87, "word": " most", "probability": 0.81640625}, {"start": 359.87, "end": 359.99, "word": " of", "probability": 0.75732421875}, {"start": 359.99, "end": 360.09, "word": " the", "probability": 0.79443359375}, {"start": 360.09, "end": 360.67, "word": " previous", "probability": 0.4111328125}, {"start": 360.67, "end": 360.67, "word": " lectures", "probability": 0.630859375}, {"start": 360.67, "end": 361.09, "word": " were", "probability": 0.6103515625}, {"start": 361.09, "end": 362.07, "word": " Java", "probability": 0.6650390625}, {"start": 362.07, "end": 362.11, "word": " code,", "probability": 0.64892578125}, {"start": 362.77, "end": 362.95, "word": " right", "probability": 0.7421875}, {"start": 362.95, "end": 363.11, "word": " or", "probability": 0.68701171875}, {"start": 363.11, "end": 363.23, "word": " not?", "probability": 0.469482421875}, {"start": 363.59, "end": 363.89, "word": " And", "probability": 0.8701171875}, {"start": 363.89, "end": 364.03, "word": " the", "probability": 0.806640625}, {"start": 364.03, "end": 364.19, "word": " order", "probability": 0.1768798828125}, {"start": 364.19, "end": 364.33, "word": " of", "probability": 0.94189453125}, {"start": 364.33, "end": 364.39, "word": " the", "probability": 0.6552734375}, {"start": 364.39, "end": 364.61, "word": " code", "probability": 0.83984375}, {"start": 364.61, "end": 364.79, "word": " is", "probability": 0.410888671875}, {"start": 364.79, "end": 365.01, "word": " all", "probability": 0.8271484375}, {"start": 365.01, "end": 365.39, "word": " Java,", "probability": 0.818359375}, {"start": 366.15, "end": 366.55, "word": " and", "probability": 0.88330078125}, {"start": 366.55, "end": 366.73, "word": " you", "probability": 0.95556640625}, {"start": 366.73, "end": 366.79, "word": " have", "probability": 0.78662109375}, {"start": 366.79, "end": 367.25, "word": " to", "probability": 0.970703125}, {"start": 367.25, "end": 368.09, "word": " practice,", "probability": 0.5732421875}, {"start": 368.21, "end": 368.27, "word": " and", "probability": 0.86181640625}, {"start": 368.27, "end": 368.45, "word": " I'm", "probability": 0.6865234375}, {"start": 368.45, "end": 368.75, "word": " sure", "probability": 0.80517578125}, {"start": 368.75, "end": 368.85, "word": " of", "probability": 0.46484375}, {"start": 368.85, "end": 368.85, "word": " it,", "probability": 0.430908203125}, {"start": 368.95, "end": 368.95, "word": " of", "probability": 0.48193359375}, {"start": 368.95, "end": 369.05, "word": " course,", "probability": 0.95849609375}, {"start": 369.15, "end": 369.27, "word": " I", "probability": 0.666015625}, {"start": 369.27, "end": 369.27, "word": " told", "probability": 0.450927734375}, {"start": 369.27, "end": 369.39, "word": " you", "probability": 0.96435546875}, {"start": 369.39, "end": 369.43, "word": " to", "probability": 0.316650390625}, {"start": 369.43, "end": 369.51, "word": " go", "probability": 0.91943359375}, {"start": 369.51, "end": 369.73, "word": " home", "probability": 0.44873046875}, {"start": 369.73, "end": 369.85, "word": " and", "probability": 0.927734375}, {"start": 369.85, "end": 370.09, "word": " practice.", "probability": 0.86376953125}], "temperature": 1.0}, {"id": 16, "seek": 38487, "start": 372.95, "end": 384.87, "text": " Ok, now the question is filled in my text view if there is a picture here and the answer is here, but of course there is no action yet, let's continue", "tokens": [3477, 11, 586, 264, 1168, 307, 6412, 294, 452, 2487, 1910, 498, 456, 307, 257, 3036, 510, 293, 264, 1867, 307, 510, 11, 457, 295, 1164, 456, 307, 572, 3069, 1939, 11, 718, 311, 2354], "avg_logprob": -0.6662326471673118, "compression_ratio": 1.3727272727272728, "no_speech_prob": 0.0, "words": [{"start": 372.95, "end": 373.27, "word": " Ok,", "probability": 0.2158203125}, {"start": 373.91, "end": 373.91, "word": " now", "probability": 0.66796875}, {"start": 373.91, "end": 374.49, "word": " the", "probability": 0.62890625}, {"start": 374.49, "end": 374.91, "word": " question", "probability": 0.83740234375}, {"start": 374.91, "end": 375.23, "word": " is", "probability": 0.43017578125}, {"start": 375.23, "end": 376.27, "word": " filled", "probability": 0.357421875}, {"start": 376.27, "end": 376.73, "word": " in", "probability": 0.5732421875}, {"start": 376.73, "end": 376.93, "word": " my", "probability": 0.427978515625}, {"start": 376.93, "end": 377.61, "word": " text", "probability": 0.83447265625}, {"start": 377.61, "end": 378.01, "word": " view", "probability": 0.81982421875}, {"start": 378.01, "end": 378.27, "word": " if", "probability": 0.18115234375}, {"start": 378.27, "end": 378.43, "word": " there", "probability": 0.77734375}, {"start": 378.43, "end": 378.59, "word": " is", "probability": 0.411376953125}, {"start": 378.59, "end": 378.63, "word": " a", "probability": 0.69775390625}, {"start": 378.63, "end": 378.81, "word": " picture", "probability": 0.69140625}, {"start": 378.81, "end": 379.41, "word": " here", "probability": 0.1419677734375}, {"start": 379.41, "end": 379.71, "word": " and", "probability": 0.5703125}, {"start": 379.71, "end": 380.15, "word": " the", "probability": 0.296142578125}, {"start": 380.15, "end": 380.33, "word": " answer", "probability": 0.427978515625}, {"start": 380.33, "end": 380.59, "word": " is", "probability": 0.35693359375}, {"start": 380.59, "end": 380.59, "word": " here,", "probability": 0.7060546875}, {"start": 380.59, "end": 380.77, "word": " but", "probability": 0.80615234375}, {"start": 380.77, "end": 380.87, "word": " of", "probability": 0.40234375}, {"start": 380.87, "end": 381.11, "word": " course", "probability": 0.8564453125}, {"start": 381.11, "end": 381.67, "word": " there", "probability": 0.53369140625}, {"start": 381.67, "end": 382.27, "word": " is", "probability": 0.6005859375}, {"start": 382.27, "end": 382.35, "word": " no", "probability": 0.5673828125}, {"start": 382.35, "end": 383.57, "word": " action", "probability": 0.8505859375}, {"start": 383.57, "end": 383.77, "word": " yet,", "probability": 0.51220703125}, {"start": 383.91, "end": 384.33, "word": " let's", "probability": 0.71142578125}, {"start": 384.33, "end": 384.87, "word": " continue", "probability": 0.6484375}], "temperature": 1.0}, {"id": 17, "seek": 41424, "start": 386.66, "end": 414.24, "text": " Because I want these buttons to have a rectangular shape, but they have wheels. This is the hypothetical shape. Because if I press on the button that has the correct answer, it will change the picture and put a green color, for example. If I press on the button that has the wrong answer, it will turn red.", "tokens": [1436, 286, 528, 613, 9905, 281, 362, 257, 31167, 3909, 11, 457, 436, 362, 10046, 13, 639, 307, 264, 33053, 3909, 13, 1436, 498, 286, 1886, 322, 264, 2960, 300, 575, 264, 3006, 1867, 11, 309, 486, 1319, 264, 3036, 293, 829, 257, 3092, 2017, 11, 337, 1365, 13, 759, 286, 1886, 322, 264, 2960, 300, 575, 264, 2085, 1867, 11, 309, 486, 1261, 2182, 13], "avg_logprob": -0.5415112207184977, "compression_ratio": 1.734463276836158, "no_speech_prob": 0.0, "words": [{"start": 386.66, "end": 386.96, "word": " Because", "probability": 0.2802734375}, {"start": 386.96, "end": 387.1, "word": " I", "probability": 0.7744140625}, {"start": 387.1, "end": 387.34, "word": " want", "probability": 0.486572265625}, {"start": 387.34, "end": 388.18, "word": " these", "probability": 0.418212890625}, {"start": 388.18, "end": 388.48, "word": " buttons", "probability": 0.84912109375}, {"start": 388.48, "end": 389.52, "word": " to", "probability": 0.6220703125}, {"start": 389.52, "end": 390.02, "word": " have", "probability": 0.451171875}, {"start": 390.02, "end": 391.42, "word": " a", "probability": 0.73974609375}, {"start": 391.42, "end": 391.78, "word": " rectangular", "probability": 0.1246337890625}, {"start": 391.78, "end": 391.96, "word": " shape,", "probability": 0.53564453125}, {"start": 392.7, "end": 394.72, "word": " but", "probability": 0.203125}, {"start": 394.72, "end": 394.86, "word": " they", "probability": 0.211669921875}, {"start": 394.86, "end": 395.02, "word": " have", "probability": 0.33544921875}, {"start": 395.02, "end": 395.5, "word": " wheels.", "probability": 0.611328125}, {"start": 397.12, "end": 397.64, "word": " This", "probability": 0.281982421875}, {"start": 397.64, "end": 398.68, "word": " is", "probability": 0.9140625}, {"start": 398.68, "end": 399.24, "word": " the", "probability": 0.58740234375}, {"start": 399.24, "end": 400.0, "word": " hypothetical", "probability": 0.1231689453125}, {"start": 400.0, "end": 400.02, "word": " shape.", "probability": 0.626953125}, {"start": 400.36, "end": 400.58, "word": " Because", "probability": 0.625}, {"start": 400.58, "end": 400.82, "word": " if", "probability": 0.8974609375}, {"start": 400.82, "end": 401.62, "word": " I", "probability": 0.8857421875}, {"start": 401.62, "end": 401.92, "word": " press", "probability": 0.452392578125}, {"start": 401.92, "end": 402.14, "word": " on", "probability": 0.2841796875}, {"start": 402.14, "end": 402.28, "word": " the", "probability": 0.87744140625}, {"start": 402.28, "end": 402.48, "word": " button", "probability": 0.662109375}, {"start": 402.48, "end": 402.6, "word": " that", "probability": 0.607421875}, {"start": 402.6, "end": 402.74, "word": " has", "probability": 0.62841796875}, {"start": 402.74, "end": 402.82, "word": " the", "probability": 0.65283203125}, {"start": 402.82, "end": 402.82, "word": " correct", "probability": 0.76708984375}, {"start": 402.82, "end": 403.14, "word": " answer,", "probability": 0.90283203125}, {"start": 404.3, "end": 405.14, "word": " it", "probability": 0.79833984375}, {"start": 405.14, "end": 405.26, "word": " will", "probability": 0.77978515625}, {"start": 405.26, "end": 405.58, "word": " change", "probability": 0.8681640625}, {"start": 405.58, "end": 406.6, "word": " the", "probability": 0.55224609375}, {"start": 406.6, "end": 406.8, "word": " picture", "probability": 0.474609375}, {"start": 406.8, "end": 406.98, "word": " and", "probability": 0.83056640625}, {"start": 406.98, "end": 407.18, "word": " put", "probability": 0.53759765625}, {"start": 407.18, "end": 407.54, "word": " a", "probability": 0.77587890625}, {"start": 407.54, "end": 407.8, "word": " green", "probability": 0.92138671875}, {"start": 407.8, "end": 407.84, "word": " color,", "probability": 0.84716796875}, {"start": 408.04, "end": 408.06, "word": " for", "probability": 0.830078125}, {"start": 408.06, "end": 408.2, "word": " example.", "probability": 0.9658203125}, {"start": 409.82, "end": 410.34, "word": " If", "probability": 0.81494140625}, {"start": 410.34, "end": 411.42, "word": " I", "probability": 0.8876953125}, {"start": 411.42, "end": 411.7, "word": " press", "probability": 0.521484375}, {"start": 411.7, "end": 411.92, "word": " on", "probability": 0.8955078125}, {"start": 411.92, "end": 412.06, "word": " the", "probability": 0.90283203125}, {"start": 412.06, "end": 412.22, "word": " button", "probability": 0.3896484375}, {"start": 412.22, "end": 412.36, "word": " that", "probability": 0.78076171875}, {"start": 412.36, "end": 412.5, "word": " has", "probability": 0.92724609375}, {"start": 412.5, "end": 412.5, "word": " the", "probability": 0.56396484375}, {"start": 412.5, "end": 412.5, "word": " wrong", "probability": 0.63720703125}, {"start": 412.5, "end": 412.98, "word": " answer,", "probability": 0.95654296875}, {"start": 413.2, "end": 413.3, "word": " it", "probability": 0.8974609375}, {"start": 413.3, "end": 413.44, "word": " will", "probability": 0.77490234375}, {"start": 413.44, "end": 413.62, "word": " turn", "probability": 0.294677734375}, {"start": 413.62, "end": 414.24, "word": " red.", "probability": 0.826171875}], "temperature": 1.0}, {"id": 18, "seek": 44356, "start": 416.98, "end": 443.56, "text": " The board? No, it's the background that changes. The background, yes. But because I want to draw a painter, first I want to go to drawable and I want to make a drawable resource file. This I want to call default choice shape.", "tokens": [440, 3150, 30, 883, 11, 309, 311, 264, 3678, 300, 2962, 13, 440, 3678, 11, 2086, 13, 583, 570, 286, 528, 281, 2642, 257, 26619, 11, 700, 286, 528, 281, 352, 281, 2642, 712, 293, 286, 528, 281, 652, 257, 2642, 712, 7684, 3991, 13, 639, 286, 528, 281, 818, 7576, 3922, 3909, 13], "avg_logprob": -0.6636363484642722, "compression_ratio": 1.5586206896551724, "no_speech_prob": 0.0, "words": [{"start": 416.98, "end": 417.6, "word": " The", "probability": 0.336669921875}, {"start": 417.6, "end": 417.86, "word": " board?", "probability": 0.3212890625}, {"start": 417.98, "end": 418.1, "word": " No,", "probability": 0.85888671875}, {"start": 418.52, "end": 418.78, "word": " it's", "probability": 0.41741943359375}, {"start": 418.78, "end": 418.78, "word": " the", "probability": 0.409423828125}, {"start": 418.78, "end": 419.16, "word": " background", "probability": 0.1217041015625}, {"start": 419.16, "end": 420.0, "word": " that", "probability": 0.50927734375}, {"start": 420.0, "end": 420.72, "word": " changes.", "probability": 0.57080078125}, {"start": 421.82, "end": 422.46, "word": " The", "probability": 0.321533203125}, {"start": 422.46, "end": 422.78, "word": " background,", "probability": 0.87841796875}, {"start": 423.22, "end": 423.42, "word": " yes.", "probability": 0.58642578125}, {"start": 423.54, "end": 423.68, "word": " But", "probability": 0.72119140625}, {"start": 423.68, "end": 424.02, "word": " because", "probability": 0.16650390625}, {"start": 424.02, "end": 424.98, "word": " I", "probability": 0.98291015625}, {"start": 424.98, "end": 425.18, "word": " want", "probability": 0.703125}, {"start": 425.18, "end": 425.2, "word": " to", "probability": 0.96630859375}, {"start": 425.2, "end": 425.4, "word": " draw", "probability": 0.79248046875}, {"start": 425.4, "end": 425.54, "word": " a", "probability": 0.6630859375}, {"start": 425.54, "end": 425.86, "word": " painter,", "probability": 0.1820068359375}, {"start": 426.88, "end": 427.24, "word": " first", "probability": 0.50927734375}, {"start": 427.24, "end": 427.4, "word": " I", "probability": 0.6240234375}, {"start": 427.4, "end": 427.56, "word": " want", "probability": 0.1583251953125}, {"start": 427.56, "end": 427.66, "word": " to", "probability": 0.97216796875}, {"start": 427.66, "end": 427.7, "word": " go", "probability": 0.90380859375}, {"start": 427.7, "end": 427.82, "word": " to", "probability": 0.962890625}, {"start": 427.82, "end": 428.28, "word": " drawable", "probability": 0.753173828125}, {"start": 428.28, "end": 429.4, "word": " and", "probability": 0.333984375}, {"start": 429.4, "end": 429.42, "word": " I", "probability": 0.3642578125}, {"start": 429.42, "end": 429.6, "word": " want", "probability": 0.6728515625}, {"start": 429.6, "end": 430.1, "word": " to", "probability": 0.96142578125}, {"start": 430.1, "end": 430.1, "word": " make", "probability": 0.2122802734375}, {"start": 430.1, "end": 431.8, "word": " a", "probability": 0.47705078125}, {"start": 431.8, "end": 433.94, "word": " drawable", "probability": 0.5894775390625}, {"start": 433.94, "end": 434.28, "word": " resource", "probability": 0.9375}, {"start": 434.28, "end": 434.66, "word": " file.", "probability": 0.8681640625}, {"start": 436.72, "end": 437.18, "word": " This", "probability": 0.1895751953125}, {"start": 437.18, "end": 437.4, "word": " I", "probability": 0.47802734375}, {"start": 437.4, "end": 437.54, "word": " want", "probability": 0.501953125}, {"start": 437.54, "end": 437.62, "word": " to", "probability": 0.970703125}, {"start": 437.62, "end": 437.9, "word": " call", "probability": 0.61962890625}, {"start": 437.9, "end": 440.54, "word": " default", "probability": 0.6982421875}, {"start": 440.54, "end": 442.32, "word": " choice", "probability": 0.5673828125}, {"start": 442.32, "end": 443.56, "word": " shape.", "probability": 0.951171875}], "temperature": 1.0}, {"id": 19, "seek": 46673, "start": 445.67, "end": 466.73, "text": " or choice default shape ok now i want to make item because you can make item inside and shape inside now i want to make shape rectangle", "tokens": [420, 3922, 7576, 3909, 3133, 586, 741, 528, 281, 652, 3174, 570, 291, 393, 652, 3174, 1854, 293, 3909, 1854, 586, 741, 528, 281, 652, 3909, 21930], "avg_logprob": -0.7081473214285714, "compression_ratio": 1.5454545454545454, "no_speech_prob": 0.0, "words": [{"start": 445.67, "end": 445.95, "word": " or", "probability": 0.232421875}, {"start": 445.95, "end": 446.71, "word": " choice", "probability": 0.25634765625}, {"start": 446.71, "end": 448.35, "word": " default", "probability": 0.57421875}, {"start": 448.35, "end": 449.43, "word": " shape", "probability": 0.92529296875}, {"start": 449.43, "end": 452.65, "word": " ok", "probability": 0.05108642578125}, {"start": 452.65, "end": 458.51, "word": " now", "probability": 0.62060546875}, {"start": 458.51, "end": 458.61, "word": " i", "probability": 0.5771484375}, {"start": 458.61, "end": 458.75, "word": " want", "probability": 0.61328125}, {"start": 458.75, "end": 458.85, "word": " to", "probability": 0.84521484375}, {"start": 458.85, "end": 458.97, "word": " make", "probability": 0.53125}, {"start": 458.97, "end": 459.57, "word": " item", "probability": 0.76171875}, {"start": 459.57, "end": 460.57, "word": " because", "probability": 0.23583984375}, {"start": 460.57, "end": 460.81, "word": " you", "probability": 0.4443359375}, {"start": 460.81, "end": 460.97, "word": " can", "probability": 0.90380859375}, {"start": 460.97, "end": 461.43, "word": " make", "probability": 0.63916015625}, {"start": 461.43, "end": 461.73, "word": " item", "probability": 0.7099609375}, {"start": 461.73, "end": 461.81, "word": " inside", "probability": 0.5546875}, {"start": 461.81, "end": 462.09, "word": " and", "probability": 0.66455078125}, {"start": 462.09, "end": 462.51, "word": " shape", "probability": 0.313232421875}, {"start": 462.51, "end": 462.63, "word": " inside", "probability": 0.76513671875}, {"start": 462.63, "end": 462.91, "word": " now", "probability": 0.294189453125}, {"start": 462.91, "end": 463.09, "word": " i", "probability": 0.251220703125}, {"start": 463.09, "end": 463.37, "word": " want", "probability": 0.3623046875}, {"start": 463.37, "end": 463.37, "word": " to", "probability": 0.52197265625}, {"start": 463.37, "end": 463.37, "word": " make", "probability": 0.8232421875}, {"start": 463.37, "end": 463.81, "word": " shape", "probability": 0.71923828125}, {"start": 463.81, "end": 466.73, "word": " rectangle", "probability": 0.72509765625}], "temperature": 1.0}, {"id": 20, "seek": 49675, "start": 470.51, "end": 496.75, "text": " stroke is the first thing, which is the length of the line that I draw color is black and width is 2dp for example there is corners", "tokens": [12403, 307, 264, 700, 551, 11, 597, 307, 264, 4641, 295, 264, 1622, 300, 286, 2642, 2017, 307, 2211, 293, 11402, 307, 568, 67, 79, 337, 1365, 456, 307, 12413], "avg_logprob": -0.7263104761800458, "compression_ratio": 1.2815533980582525, "no_speech_prob": 0.0, "words": [{"start": 470.51000000000005, "end": 471.29, "word": " stroke", "probability": 0.131103515625}, {"start": 471.29, "end": 471.57, "word": " is", "probability": 0.34716796875}, {"start": 471.57, "end": 471.69, "word": " the", "probability": 0.60107421875}, {"start": 471.69, "end": 471.69, "word": " first", "probability": 0.58642578125}, {"start": 471.69, "end": 472.03, "word": " thing,", "probability": 0.615234375}, {"start": 472.19, "end": 472.19, "word": " which", "probability": 0.291748046875}, {"start": 472.19, "end": 472.55, "word": " is", "probability": 0.7978515625}, {"start": 472.55, "end": 473.03, "word": " the", "probability": 0.37109375}, {"start": 473.03, "end": 473.09, "word": " length", "probability": 0.06689453125}, {"start": 473.09, "end": 473.21, "word": " of", "probability": 0.92919921875}, {"start": 473.21, "end": 473.31, "word": " the", "probability": 0.7919921875}, {"start": 473.31, "end": 473.51, "word": " line", "probability": 0.8173828125}, {"start": 473.51, "end": 473.61, "word": " that", "probability": 0.343505859375}, {"start": 473.61, "end": 473.71, "word": " I", "probability": 0.68896484375}, {"start": 473.71, "end": 473.93, "word": " draw", "probability": 0.51513671875}, {"start": 473.93, "end": 475.63, "word": " color", "probability": 0.281982421875}, {"start": 475.63, "end": 476.71, "word": " is", "probability": 0.59619140625}, {"start": 476.71, "end": 477.31, "word": " black", "probability": 0.83203125}, {"start": 477.31, "end": 483.47, "word": " and", "probability": 0.60302734375}, {"start": 483.47, "end": 483.89, "word": " width", "probability": 0.74169921875}, {"start": 483.89, "end": 484.57, "word": " is", "probability": 0.66845703125}, {"start": 484.57, "end": 485.59, "word": " 2dp", "probability": 0.7727864583333334}, {"start": 485.59, "end": 485.85, "word": " for", "probability": 0.425537109375}, {"start": 485.85, "end": 490.29, "word": " example", "probability": 0.9462890625}, {"start": 490.29, "end": 491.31, "word": " there", "probability": 0.09991455078125}, {"start": 491.31, "end": 496.15, "word": " is", "probability": 0.572265625}, {"start": 496.15, "end": 496.75, "word": " corners", "probability": 0.55517578125}], "temperature": 1.0}, {"id": 21, "seek": 52620, "start": 498.92, "end": 526.2, "text": " Radius for example 8dp We have a solid of Paito, color, we want a gray color Let me open it a little bit And we want to do padding to remove the text from the", "tokens": [9654, 4872, 337, 1365, 1649, 67, 79, 492, 362, 257, 5100, 295, 430, 1001, 78, 11, 2017, 11, 321, 528, 257, 10855, 2017, 961, 385, 1269, 309, 257, 707, 857, 400, 321, 528, 281, 360, 39562, 281, 4159, 264, 2487, 490, 264], "avg_logprob": -0.8146802103796671, "compression_ratio": 1.282258064516129, "no_speech_prob": 0.0, "words": [{"start": 498.92, "end": 499.62, "word": " Radius", "probability": 0.5889892578125}, {"start": 499.62, "end": 499.82, "word": " for", "probability": 0.2322998046875}, {"start": 499.82, "end": 500.06, "word": " example", "probability": 0.89208984375}, {"start": 500.06, "end": 501.0, "word": " 8dp", "probability": 0.6541748046875}, {"start": 501.0, "end": 505.84, "word": " We", "probability": 0.339599609375}, {"start": 505.84, "end": 506.16, "word": " have", "probability": 0.79150390625}, {"start": 506.16, "end": 506.54, "word": " a", "probability": 0.2147216796875}, {"start": 506.54, "end": 506.94, "word": " solid", "probability": 0.84375}, {"start": 506.94, "end": 507.38, "word": " of", "probability": 0.307373046875}, {"start": 507.38, "end": 507.88, "word": " Paito,", "probability": 0.524139404296875}, {"start": 508.36, "end": 509.34, "word": " color,", "probability": 0.50537109375}, {"start": 509.84, "end": 509.86, "word": " we", "probability": 0.61572265625}, {"start": 509.86, "end": 510.1, "word": " want", "probability": 0.55224609375}, {"start": 510.1, "end": 510.24, "word": " a", "probability": 0.199462890625}, {"start": 510.24, "end": 510.42, "word": " gray", "probability": 0.443603515625}, {"start": 510.42, "end": 515.06, "word": " color", "probability": 0.73095703125}, {"start": 515.06, "end": 517.36, "word": " Let", "probability": 0.1689453125}, {"start": 517.36, "end": 517.72, "word": " me", "probability": 0.8349609375}, {"start": 517.72, "end": 517.96, "word": " open", "probability": 0.640625}, {"start": 517.96, "end": 518.08, "word": " it", "probability": 0.364501953125}, {"start": 518.08, "end": 518.9, "word": " a", "probability": 0.470947265625}, {"start": 518.9, "end": 518.9, "word": " little", "probability": 0.5986328125}, {"start": 518.9, "end": 521.64, "word": " bit", "probability": 0.39892578125}, {"start": 521.64, "end": 521.92, "word": " And", "probability": 0.1630859375}, {"start": 521.92, "end": 522.86, "word": " we", "probability": 0.8876953125}, {"start": 522.86, "end": 522.88, "word": " want", "probability": 0.446533203125}, {"start": 522.88, "end": 522.94, "word": " to", "probability": 0.96142578125}, {"start": 522.94, "end": 523.06, "word": " do", "probability": 0.60888671875}, {"start": 523.06, "end": 523.54, "word": " padding", "probability": 0.8134765625}, {"start": 523.54, "end": 524.76, "word": " to", "probability": 0.55322265625}, {"start": 524.76, "end": 525.0, "word": " remove", "probability": 0.258544921875}, {"start": 525.0, "end": 525.18, "word": " the", "probability": 0.6484375}, {"start": 525.18, "end": 525.38, "word": " text", "probability": 0.56005859375}, {"start": 525.38, "end": 525.6, "word": " from", "probability": 0.8203125}, {"start": 525.6, "end": 526.2, "word": " the", "probability": 0.75439453125}], "temperature": 1.0}, {"id": 22, "seek": 55208, "start": 527.0, "end": 552.08, "text": " left and right, for example, make it 10 dp there is no support for top and bottom ok, this is the rectangle drawing now, I want to make the same shape twice this is the choice, this is the default, what is the default? because I did not double it once now, if it was correct", "tokens": [1411, 293, 558, 11, 337, 1365, 11, 652, 309, 1266, 274, 79, 456, 307, 572, 1406, 337, 1192, 293, 2767, 3133, 11, 341, 307, 264, 21930, 6316, 586, 11, 286, 528, 281, 652, 264, 912, 3909, 6091, 341, 307, 264, 3922, 11, 341, 307, 264, 7576, 11, 437, 307, 264, 7576, 30, 570, 286, 630, 406, 3834, 309, 1564, 586, 11, 498, 309, 390, 3006], "avg_logprob": -0.5871212211522189, "compression_ratio": 1.6272189349112427, "no_speech_prob": 0.0, "words": [{"start": 527.0, "end": 527.36, "word": " left", "probability": 0.29833984375}, {"start": 527.36, "end": 527.6, "word": " and", "probability": 0.66796875}, {"start": 527.6, "end": 527.98, "word": " right,", "probability": 0.9111328125}, {"start": 528.14, "end": 528.52, "word": " for", "probability": 0.263427734375}, {"start": 528.52, "end": 528.76, "word": " example,", "probability": 0.904296875}, {"start": 528.86, "end": 528.86, "word": " make", "probability": 0.1258544921875}, {"start": 528.86, "end": 528.86, "word": " it", "probability": 0.63916015625}, {"start": 528.86, "end": 529.18, "word": " 10", "probability": 0.8076171875}, {"start": 529.18, "end": 530.54, "word": " dp", "probability": 0.56158447265625}, {"start": 530.54, "end": 533.74, "word": " there", "probability": 0.0970458984375}, {"start": 533.74, "end": 533.84, "word": " is", "probability": 0.76220703125}, {"start": 533.84, "end": 533.92, "word": " no", "probability": 0.896484375}, {"start": 533.92, "end": 534.12, "word": " support", "probability": 0.343017578125}, {"start": 534.12, "end": 534.3, "word": " for", "probability": 0.4228515625}, {"start": 534.3, "end": 534.48, "word": " top", "probability": 0.8212890625}, {"start": 534.48, "end": 534.56, "word": " and", "probability": 0.89697265625}, {"start": 534.56, "end": 534.86, "word": " bottom", "probability": 0.7880859375}, {"start": 534.86, "end": 538.0, "word": " ok,", "probability": 0.266357421875}, {"start": 538.14, "end": 538.3, "word": " this", "probability": 0.68359375}, {"start": 538.3, "end": 538.38, "word": " is", "probability": 0.89111328125}, {"start": 538.38, "end": 538.88, "word": " the", "probability": 0.2354736328125}, {"start": 538.88, "end": 539.24, "word": " rectangle", "probability": 0.5625}, {"start": 539.24, "end": 539.26, "word": " drawing", "probability": 0.7158203125}, {"start": 539.26, "end": 540.14, "word": " now,", "probability": 0.7431640625}, {"start": 540.2, "end": 540.24, "word": " I", "probability": 0.6806640625}, {"start": 540.24, "end": 540.36, "word": " want", "probability": 0.430419921875}, {"start": 540.36, "end": 540.68, "word": " to", "probability": 0.91943359375}, {"start": 540.68, "end": 540.68, "word": " make", "probability": 0.411376953125}, {"start": 540.68, "end": 542.06, "word": " the", "probability": 0.578125}, {"start": 542.06, "end": 542.2, "word": " same", "probability": 0.82275390625}, {"start": 542.2, "end": 542.64, "word": " shape", "probability": 0.798828125}, {"start": 542.64, "end": 543.08, "word": " twice", "probability": 0.38671875}, {"start": 543.08, "end": 544.62, "word": " this", "probability": 0.65966796875}, {"start": 544.62, "end": 546.24, "word": " is", "probability": 0.8505859375}, {"start": 546.24, "end": 546.3, "word": " the", "probability": 0.38037109375}, {"start": 546.3, "end": 546.58, "word": " choice,", "probability": 0.888671875}, {"start": 546.64, "end": 546.8, "word": " this", "probability": 0.67626953125}, {"start": 546.8, "end": 546.82, "word": " is", "probability": 0.93310546875}, {"start": 546.82, "end": 546.9, "word": " the", "probability": 0.765625}, {"start": 546.9, "end": 547.16, "word": " default,", "probability": 0.978515625}, {"start": 547.22, "end": 547.34, "word": " what", "probability": 0.7470703125}, {"start": 547.34, "end": 547.4, "word": " is", "probability": 0.89013671875}, {"start": 547.4, "end": 547.52, "word": " the", "probability": 0.56494140625}, {"start": 547.52, "end": 547.82, "word": " default?", "probability": 0.98046875}, {"start": 548.04, "end": 548.24, "word": " because", "probability": 0.498291015625}, {"start": 548.24, "end": 548.48, "word": " I", "probability": 0.83544921875}, {"start": 548.48, "end": 548.6, "word": " did", "probability": 0.19580078125}, {"start": 548.6, "end": 548.6, "word": " not", "probability": 0.921875}, {"start": 548.6, "end": 548.78, "word": " double", "probability": 0.368896484375}, {"start": 548.78, "end": 549.04, "word": " it", "probability": 0.615234375}, {"start": 549.04, "end": 549.4, "word": " once", "probability": 0.158447265625}, {"start": 549.4, "end": 550.68, "word": " now,", "probability": 0.595703125}, {"start": 550.96, "end": 551.24, "word": " if", "probability": 0.92919921875}, {"start": 551.24, "end": 551.6, "word": " it", "probability": 0.833984375}, {"start": 551.6, "end": 551.6, "word": " was", "probability": 0.5615234375}, {"start": 551.6, "end": 552.08, "word": " correct", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 23, "seek": 57790, "start": 556.28, "end": 577.9, "text": " This is the same shape, but it has a different color. The correct one will have a green color. The same shape will be repeated again. I will call this wrong.", "tokens": [639, 307, 264, 912, 3909, 11, 457, 309, 575, 257, 819, 2017, 13, 440, 3006, 472, 486, 362, 257, 3092, 2017, 13, 440, 912, 3909, 486, 312, 10477, 797, 13, 286, 486, 818, 341, 2085, 13], "avg_logprob": -0.7829391891891891, "compression_ratio": 1.3859649122807018, "no_speech_prob": 0.0, "words": [{"start": 556.28, "end": 556.8, "word": " This", "probability": 0.11602783203125}, {"start": 556.8, "end": 556.88, "word": " is", "probability": 0.65380859375}, {"start": 556.88, "end": 556.96, "word": " the", "probability": 0.64306640625}, {"start": 556.96, "end": 557.12, "word": " same", "probability": 0.8544921875}, {"start": 557.12, "end": 557.5, "word": " shape,", "probability": 0.7080078125}, {"start": 557.54, "end": 557.7, "word": " but", "probability": 0.63232421875}, {"start": 557.7, "end": 557.82, "word": " it", "probability": 0.2802734375}, {"start": 557.82, "end": 557.96, "word": " has", "probability": 0.21435546875}, {"start": 557.96, "end": 558.72, "word": " a", "probability": 0.306640625}, {"start": 558.72, "end": 558.72, "word": " different", "probability": 0.71044921875}, {"start": 558.72, "end": 559.14, "word": " color.", "probability": 0.1710205078125}, {"start": 560.82, "end": 561.34, "word": " The", "probability": 0.2357177734375}, {"start": 561.34, "end": 561.6, "word": " correct", "probability": 0.7890625}, {"start": 561.6, "end": 561.74, "word": " one", "probability": 0.3447265625}, {"start": 561.74, "end": 561.98, "word": " will", "probability": 0.255126953125}, {"start": 561.98, "end": 562.24, "word": " have", "probability": 0.40771484375}, {"start": 562.24, "end": 562.36, "word": " a", "probability": 0.73583984375}, {"start": 562.36, "end": 562.6, "word": " green", "probability": 0.712890625}, {"start": 562.6, "end": 562.66, "word": " color.", "probability": 0.6083984375}, {"start": 570.24, "end": 570.76, "word": " The", "probability": 0.2093505859375}, {"start": 570.76, "end": 571.96, "word": " same", "probability": 0.8037109375}, {"start": 571.96, "end": 572.36, "word": " shape", "probability": 0.90966796875}, {"start": 572.36, "end": 572.74, "word": " will", "probability": 0.26318359375}, {"start": 572.74, "end": 572.92, "word": " be", "probability": 0.309814453125}, {"start": 572.92, "end": 573.1, "word": " repeated", "probability": 0.8583984375}, {"start": 573.1, "end": 573.66, "word": " again.", "probability": 0.44189453125}, {"start": 576.34, "end": 576.86, "word": " I", "probability": 0.426025390625}, {"start": 576.86, "end": 577.0, "word": " will", "probability": 0.5791015625}, {"start": 577.0, "end": 577.32, "word": " call", "probability": 0.67724609375}, {"start": 577.32, "end": 577.52, "word": " this", "probability": 0.61767578125}, {"start": 577.52, "end": 577.9, "word": " wrong.", "probability": 0.5302734375}], "temperature": 1.0}, {"id": 24, "seek": 61420, "start": 591.7, "end": 614.2, "text": " Okay, we made the shapes, but we didn't use them yet, right or not? Because when the question is asked, it should show the default shape, right or not? Where do we put the quota that shows the default shape? Now, you have these buttons. You don't have a for loop that fills the text buttons. I can benefit from it by going to each button.", "tokens": [1033, 11, 321, 1027, 264, 10854, 11, 457, 321, 994, 380, 764, 552, 1939, 11, 558, 420, 406, 30, 1436, 562, 264, 1168, 307, 2351, 11, 309, 820, 855, 264, 7576, 3909, 11, 558, 420, 406, 30, 2305, 360, 321, 829, 264, 9641, 64, 300, 3110, 264, 7576, 3909, 30, 823, 11, 291, 362, 613, 9905, 13, 509, 500, 380, 362, 257, 337, 6367, 300, 22498, 264, 2487, 9905, 13, 286, 393, 5121, 490, 309, 538, 516, 281, 1184, 2960, 13], "avg_logprob": -0.4977134197223477, "compression_ratio": 1.6376811594202898, "no_speech_prob": 0.0, "words": [{"start": 591.7, "end": 592.22, "word": " Okay,", "probability": 0.158203125}, {"start": 592.22, "end": 592.74, "word": " we", "probability": 0.446533203125}, {"start": 592.74, "end": 593.06, "word": " made", "probability": 0.365478515625}, {"start": 593.06, "end": 593.2, "word": " the", "probability": 0.330322265625}, {"start": 593.2, "end": 593.46, "word": " shapes,", "probability": 0.32177734375}, {"start": 593.66, "end": 593.74, "word": " but", "probability": 0.875}, {"start": 593.74, "end": 593.96, "word": " we", "probability": 0.7626953125}, {"start": 593.96, "end": 594.04, "word": " didn't", "probability": 0.65283203125}, {"start": 594.04, "end": 594.36, "word": " use", "probability": 0.826171875}, {"start": 594.36, "end": 594.78, "word": " them", "probability": 0.8076171875}, {"start": 594.78, "end": 594.94, "word": " yet,", "probability": 0.5654296875}, {"start": 594.94, "end": 595.14, "word": " right", "probability": 0.6015625}, {"start": 595.14, "end": 595.34, "word": " or", "probability": 0.387451171875}, {"start": 595.34, "end": 595.38, "word": " not?", "probability": 0.43310546875}, {"start": 596.3, "end": 596.56, "word": " Because", "probability": 0.76318359375}, {"start": 596.56, "end": 596.9, "word": " when", "probability": 0.250732421875}, {"start": 596.9, "end": 597.42, "word": " the", "probability": 0.4970703125}, {"start": 597.42, "end": 597.66, "word": " question", "probability": 0.765625}, {"start": 597.66, "end": 597.66, "word": " is", "probability": 0.7353515625}, {"start": 597.66, "end": 597.66, "word": " asked,", "probability": 0.3330078125}, {"start": 597.98, "end": 598.22, "word": " it", "probability": 0.6923828125}, {"start": 598.22, "end": 598.22, "word": " should", "probability": 0.399658203125}, {"start": 598.22, "end": 598.58, "word": " show", "probability": 0.313232421875}, {"start": 598.58, "end": 598.76, "word": " the", "probability": 0.794921875}, {"start": 598.76, "end": 599.32, "word": " default", "probability": 0.88330078125}, {"start": 599.32, "end": 599.32, "word": " shape,", "probability": 0.73583984375}, {"start": 599.98, "end": 600.6, "word": " right", "probability": 0.7216796875}, {"start": 600.6, "end": 600.78, "word": " or", "probability": 0.96044921875}, {"start": 600.78, "end": 600.84, "word": " not?", "probability": 0.84814453125}, {"start": 601.34, "end": 601.58, "word": " Where", "probability": 0.740234375}, {"start": 601.58, "end": 601.72, "word": " do", "probability": 0.51416015625}, {"start": 601.72, "end": 601.72, "word": " we", "probability": 0.84912109375}, {"start": 601.72, "end": 601.96, "word": " put", "probability": 0.775390625}, {"start": 601.96, "end": 602.14, "word": " the", "probability": 0.7822265625}, {"start": 602.14, "end": 602.42, "word": " quota", "probability": 0.31884765625}, {"start": 602.42, "end": 602.52, "word": " that", "probability": 0.2080078125}, {"start": 602.52, "end": 602.62, "word": " shows", "probability": 0.77783203125}, {"start": 602.62, "end": 602.74, "word": " the", "probability": 0.900390625}, {"start": 602.74, "end": 603.24, "word": " default", "probability": 0.97607421875}, {"start": 603.24, "end": 603.24, "word": " shape?", "probability": 0.890625}, {"start": 603.4, "end": 603.74, "word": " Now,", "probability": 0.72509765625}, {"start": 604.54, "end": 604.64, "word": " you", "probability": 0.755859375}, {"start": 604.64, "end": 604.9, "word": " have", "probability": 0.931640625}, {"start": 604.9, "end": 605.14, "word": " these", "probability": 0.70654296875}, {"start": 605.14, "end": 605.46, "word": " buttons.", "probability": 0.84912109375}, {"start": 606.86, "end": 607.38, "word": " You", "probability": 0.578125}, {"start": 607.38, "end": 607.38, "word": " don't", "probability": 0.9208984375}, {"start": 607.38, "end": 607.74, "word": " have", "probability": 0.9462890625}, {"start": 607.74, "end": 608.48, "word": " a", "probability": 0.486572265625}, {"start": 608.48, "end": 608.76, "word": " for", "probability": 0.59423828125}, {"start": 608.76, "end": 609.24, "word": " loop", "probability": 0.87060546875}, {"start": 609.24, "end": 609.48, "word": " that", "probability": 0.348876953125}, {"start": 609.48, "end": 609.82, "word": " fills", "probability": 0.4736328125}, {"start": 609.82, "end": 610.02, "word": " the", "probability": 0.4716796875}, {"start": 610.02, "end": 610.68, "word": " text", "probability": 0.460205078125}, {"start": 610.68, "end": 610.7, "word": " buttons.", "probability": 0.74072265625}, {"start": 611.32, "end": 611.58, "word": " I", "probability": 0.9384765625}, {"start": 611.58, "end": 611.72, "word": " can", "probability": 0.8916015625}, {"start": 611.72, "end": 612.12, "word": " benefit", "probability": 0.386474609375}, {"start": 612.12, "end": 612.34, "word": " from", "probability": 0.87646484375}, {"start": 612.34, "end": 612.54, "word": " it", "probability": 0.51708984375}, {"start": 612.54, "end": 613.38, "word": " by", "probability": 0.7138671875}, {"start": 613.38, "end": 613.58, "word": " going", "probability": 0.76220703125}, {"start": 613.58, "end": 613.7, "word": " to", "probability": 0.96240234375}, {"start": 613.7, "end": 613.94, "word": " each", "probability": 0.88330078125}, {"start": 613.94, "end": 614.2, "word": " button.", "probability": 0.82470703125}], "temperature": 1.0}, {"id": 25, "seek": 63987, "start": 618.07, "end": 639.87, "text": " And tell him setBackground, there is a method called setBackgroundResource, you see it, what does it take? Integer, what is the integer? Which is the ID in the drawable, so you tell him r.drawable.defaultShape", "tokens": [400, 980, 796, 992, 28404, 2921, 11, 456, 307, 257, 3170, 1219, 992, 28404, 2921, 33274, 2948, 11, 291, 536, 309, 11, 437, 775, 309, 747, 30, 5681, 30744, 11, 437, 307, 264, 24922, 30, 3013, 307, 264, 7348, 294, 264, 2642, 712, 11, 370, 291, 980, 796, 367, 13, 48848, 712, 13, 20595, 5107, 23429, 494], "avg_logprob": -0.5765086474089787, "compression_ratio": 1.4685314685314685, "no_speech_prob": 0.0, "words": [{"start": 618.07, "end": 618.59, "word": " And", "probability": 0.214111328125}, {"start": 618.59, "end": 618.83, "word": " tell", "probability": 0.2305908203125}, {"start": 618.83, "end": 619.19, "word": " him", "probability": 0.45166015625}, {"start": 619.19, "end": 621.95, "word": " setBackground,", "probability": 0.5804850260416666}, {"start": 622.21, "end": 622.99, "word": " there", "probability": 0.189208984375}, {"start": 622.99, "end": 623.01, "word": " is", "probability": 0.54248046875}, {"start": 623.01, "end": 623.17, "word": " a", "probability": 0.5712890625}, {"start": 623.17, "end": 623.39, "word": " method", "probability": 0.90625}, {"start": 623.39, "end": 623.63, "word": " called", "probability": 0.50341796875}, {"start": 623.63, "end": 625.09, "word": " setBackgroundResource,", "probability": 0.905078125}, {"start": 625.23, "end": 625.67, "word": " you", "probability": 0.18408203125}, {"start": 625.67, "end": 625.85, "word": " see", "probability": 0.8505859375}, {"start": 625.85, "end": 626.07, "word": " it,", "probability": 0.5947265625}, {"start": 626.07, "end": 626.19, "word": " what", "probability": 0.71044921875}, {"start": 626.19, "end": 626.35, "word": " does", "probability": 0.59912109375}, {"start": 626.35, "end": 626.35, "word": " it", "probability": 0.6865234375}, {"start": 626.35, "end": 626.55, "word": " take?", "probability": 0.595703125}, {"start": 627.79, "end": 628.31, "word": " Integer,", "probability": 0.86181640625}, {"start": 628.95, "end": 629.21, "word": " what", "probability": 0.427490234375}, {"start": 629.21, "end": 629.57, "word": " is", "probability": 0.89599609375}, {"start": 629.57, "end": 629.69, "word": " the", "probability": 0.53076171875}, {"start": 629.69, "end": 629.99, "word": " integer?", "probability": 0.85546875}, {"start": 630.87, "end": 631.39, "word": " Which", "probability": 0.269775390625}, {"start": 631.39, "end": 631.55, "word": " is", "probability": 0.9306640625}, {"start": 631.55, "end": 631.63, "word": " the", "probability": 0.80615234375}, {"start": 631.63, "end": 631.97, "word": " ID", "probability": 0.4970703125}, {"start": 631.97, "end": 632.43, "word": " in", "probability": 0.297119140625}, {"start": 632.43, "end": 632.57, "word": " the", "probability": 0.416259765625}, {"start": 632.57, "end": 632.85, "word": " drawable,", "probability": 0.6815185546875}, {"start": 633.39, "end": 633.57, "word": " so", "probability": 0.525390625}, {"start": 633.57, "end": 633.69, "word": " you", "probability": 0.6962890625}, {"start": 633.69, "end": 633.85, "word": " tell", "probability": 0.6357421875}, {"start": 633.85, "end": 633.95, "word": " him", "probability": 0.8173828125}, {"start": 633.95, "end": 634.31, "word": " r", "probability": 0.369140625}, {"start": 634.31, "end": 636.03, "word": ".drawable", "probability": 0.8427734375}, {"start": 636.03, "end": 639.87, "word": ".defaultShape", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 26, "seek": 66291, "start": 643.63, "end": 662.91, "text": " As soon as the program starts working, the default chip will show up, which is this light gray chip. Okay, so far I don't have any actions in the buttons, right or wrong? We want to start working on the action. Let's see. Okay, every button needs an action.", "tokens": [1018, 2321, 382, 264, 1461, 3719, 1364, 11, 264, 7576, 11409, 486, 855, 493, 11, 597, 307, 341, 1442, 10855, 11409, 13, 1033, 11, 370, 1400, 286, 500, 380, 362, 604, 5909, 294, 264, 9905, 11, 558, 420, 2085, 30, 492, 528, 281, 722, 1364, 322, 264, 3069, 13, 961, 311, 536, 13, 1033, 11, 633, 2960, 2203, 364, 3069, 13], "avg_logprob": -0.6643145305495108, "compression_ratio": 1.5087719298245614, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 643.63, "end": 644.13, "word": " As", "probability": 0.0758056640625}, {"start": 644.13, "end": 644.47, "word": " soon", "probability": 0.8916015625}, {"start": 644.47, "end": 644.61, "word": " as", "probability": 0.9580078125}, {"start": 644.61, "end": 645.29, "word": " the", "probability": 0.517578125}, {"start": 645.29, "end": 645.65, "word": " program", "probability": 0.666015625}, {"start": 645.65, "end": 645.65, "word": " starts", "probability": 0.53955078125}, {"start": 645.65, "end": 645.85, "word": " working,", "probability": 0.263427734375}, {"start": 646.51, "end": 647.01, "word": " the", "probability": 0.55078125}, {"start": 647.01, "end": 647.25, "word": " default", "probability": 0.822265625}, {"start": 647.25, "end": 648.79, "word": " chip", "probability": 0.525390625}, {"start": 648.79, "end": 648.81, "word": " will", "probability": 0.486572265625}, {"start": 648.81, "end": 648.81, "word": " show", "probability": 0.2493896484375}, {"start": 648.81, "end": 648.81, "word": " up,", "probability": 0.80419921875}, {"start": 648.81, "end": 648.93, "word": " which", "probability": 0.5458984375}, {"start": 648.93, "end": 649.05, "word": " is", "probability": 0.86376953125}, {"start": 649.05, "end": 649.19, "word": " this", "probability": 0.43505859375}, {"start": 649.19, "end": 649.27, "word": " light", "probability": 0.0975341796875}, {"start": 649.27, "end": 649.41, "word": " gray", "probability": 0.32373046875}, {"start": 649.41, "end": 650.45, "word": " chip.", "probability": 0.37060546875}, {"start": 651.71, "end": 651.97, "word": " Okay,", "probability": 0.126953125}, {"start": 652.29, "end": 652.41, "word": " so", "probability": 0.382568359375}, {"start": 652.41, "end": 652.87, "word": " far", "probability": 0.826171875}, {"start": 652.87, "end": 653.17, "word": " I", "probability": 0.31787109375}, {"start": 653.17, "end": 653.83, "word": " don't", "probability": 0.70654296875}, {"start": 653.83, "end": 654.09, "word": " have", "probability": 0.76708984375}, {"start": 654.09, "end": 654.27, "word": " any", "probability": 0.7626953125}, {"start": 654.27, "end": 654.73, "word": " actions", "probability": 0.56591796875}, {"start": 654.73, "end": 654.73, "word": " in", "probability": 0.270751953125}, {"start": 654.73, "end": 654.73, "word": " the", "probability": 0.377685546875}, {"start": 654.73, "end": 654.73, "word": " buttons,", "probability": 0.54296875}, {"start": 654.83, "end": 655.09, "word": " right", "probability": 0.5146484375}, {"start": 655.09, "end": 655.27, "word": " or", "probability": 0.370849609375}, {"start": 655.27, "end": 655.41, "word": " wrong?", "probability": 0.5078125}, {"start": 656.57, "end": 657.07, "word": " We", "probability": 0.51123046875}, {"start": 657.07, "end": 657.25, "word": " want", "probability": 0.312255859375}, {"start": 657.25, "end": 657.49, "word": " to", "probability": 0.9677734375}, {"start": 657.49, "end": 657.51, "word": " start", "probability": 0.578125}, {"start": 657.51, "end": 657.69, "word": " working", "probability": 0.328369140625}, {"start": 657.69, "end": 657.81, "word": " on", "probability": 0.8681640625}, {"start": 657.81, "end": 657.87, "word": " the", "probability": 0.44970703125}, {"start": 657.87, "end": 658.17, "word": " action.", "probability": 0.7568359375}, {"start": 658.45, "end": 658.81, "word": " Let's", "probability": 0.6484375}, {"start": 658.81, "end": 659.31, "word": " see.", "probability": 0.486083984375}, {"start": 661.43, "end": 661.79, "word": " Okay,", "probability": 0.56298828125}, {"start": 661.95, "end": 662.15, "word": " every", "probability": 0.517578125}, {"start": 662.15, "end": 662.35, "word": " button", "probability": 0.78759765625}, {"start": 662.35, "end": 662.55, "word": " needs", "probability": 0.615234375}, {"start": 662.55, "end": 662.63, "word": " an", "probability": 0.666015625}, {"start": 662.63, "end": 662.91, "word": " action.", "probability": 0.9599609375}], "temperature": 1.0}, {"id": 27, "seek": 69127, "start": 664.27, "end": 691.27, "text": " each one of the three buttons needs action. When I press any button, when we think about writing code, when we press any button, we want to see if the text on the button is the correct answer or not. If it is the correct answer, it will do two things. It will change the color, make it green, and it will play a sound for you, okay? And it will increase the receipt.", "tokens": [1184, 472, 295, 264, 1045, 9905, 2203, 3069, 13, 1133, 286, 1886, 604, 2960, 11, 562, 321, 519, 466, 3579, 3089, 11, 562, 321, 1886, 604, 2960, 11, 321, 528, 281, 536, 498, 264, 2487, 322, 264, 2960, 307, 264, 3006, 1867, 420, 406, 13, 759, 309, 307, 264, 3006, 1867, 11, 309, 486, 360, 732, 721, 13, 467, 486, 1319, 264, 2017, 11, 652, 309, 3092, 11, 293, 309, 486, 862, 257, 1626, 337, 291, 11, 1392, 30, 400, 309, 486, 3488, 264, 33882, 13], "avg_logprob": -0.5136494198064695, "compression_ratio": 1.7902439024390244, "no_speech_prob": 1.7881393432617188e-06, "words": [{"start": 664.27, "end": 664.57, "word": " each", "probability": 0.2022705078125}, {"start": 664.57, "end": 664.77, "word": " one", "probability": 0.131591796875}, {"start": 664.77, "end": 664.93, "word": " of", "probability": 0.6845703125}, {"start": 664.93, "end": 665.11, "word": " the", "probability": 0.50439453125}, {"start": 665.11, "end": 665.43, "word": " three", "probability": 0.71923828125}, {"start": 665.43, "end": 665.49, "word": " buttons", "probability": 0.72802734375}, {"start": 665.49, "end": 665.77, "word": " needs", "probability": 0.25830078125}, {"start": 665.77, "end": 666.15, "word": " action.", "probability": 0.7353515625}, {"start": 666.75, "end": 667.01, "word": " When", "probability": 0.6162109375}, {"start": 667.01, "end": 667.15, "word": " I", "probability": 0.77294921875}, {"start": 667.15, "end": 667.35, "word": " press", "probability": 0.560546875}, {"start": 667.35, "end": 667.71, "word": " any", "probability": 0.76416015625}, {"start": 667.71, "end": 667.97, "word": " button,", "probability": 0.7607421875}, {"start": 668.71, "end": 668.99, "word": " when", "probability": 0.2403564453125}, {"start": 668.99, "end": 669.15, "word": " we", "probability": 0.7841796875}, {"start": 669.15, "end": 669.45, "word": " think", "probability": 0.61962890625}, {"start": 669.45, "end": 669.57, "word": " about", "probability": 0.263671875}, {"start": 669.57, "end": 670.31, "word": " writing", "probability": 0.171142578125}, {"start": 670.31, "end": 670.91, "word": " code,", "probability": 0.8271484375}, {"start": 670.95, "end": 671.13, "word": " when", "probability": 0.734375}, {"start": 671.13, "end": 671.25, "word": " we", "probability": 0.7734375}, {"start": 671.25, "end": 671.43, "word": " press", "probability": 0.78173828125}, {"start": 671.43, "end": 671.81, "word": " any", "probability": 0.849609375}, {"start": 671.81, "end": 672.03, "word": " button,", "probability": 0.83251953125}, {"start": 673.27, "end": 673.69, "word": " we", "probability": 0.77880859375}, {"start": 673.69, "end": 673.93, "word": " want", "probability": 0.30615234375}, {"start": 673.93, "end": 674.07, "word": " to", "probability": 0.96533203125}, {"start": 674.07, "end": 674.41, "word": " see", "probability": 0.62353515625}, {"start": 674.41, "end": 676.09, "word": " if", "probability": 0.492431640625}, {"start": 676.09, "end": 676.09, "word": " the", "probability": 0.7783203125}, {"start": 676.09, "end": 676.31, "word": " text", "probability": 0.5458984375}, {"start": 676.31, "end": 676.51, "word": " on", "probability": 0.77685546875}, {"start": 676.51, "end": 676.73, "word": " the", "probability": 0.84814453125}, {"start": 676.73, "end": 676.91, "word": " button", "probability": 0.79150390625}, {"start": 676.91, "end": 678.03, "word": " is", "probability": 0.8896484375}, {"start": 678.03, "end": 678.15, "word": " the", "probability": 0.79296875}, {"start": 678.15, "end": 678.73, "word": " correct", "probability": 0.73828125}, {"start": 678.73, "end": 678.87, "word": " answer", "probability": 0.8955078125}, {"start": 678.87, "end": 679.29, "word": " or", "probability": 0.7216796875}, {"start": 679.29, "end": 679.45, "word": " not.", "probability": 0.93017578125}, {"start": 679.97, "end": 680.49, "word": " If", "probability": 0.94580078125}, {"start": 680.49, "end": 680.85, "word": " it", "probability": 0.5146484375}, {"start": 680.85, "end": 680.85, "word": " is", "probability": 0.68310546875}, {"start": 680.85, "end": 680.85, "word": " the", "probability": 0.61572265625}, {"start": 680.85, "end": 681.45, "word": " correct", "probability": 0.88623046875}, {"start": 681.45, "end": 681.63, "word": " answer,", "probability": 0.955078125}, {"start": 681.99, "end": 683.09, "word": " it", "probability": 0.8056640625}, {"start": 683.09, "end": 683.29, "word": " will", "probability": 0.58740234375}, {"start": 683.29, "end": 683.47, "word": " do", "probability": 0.494873046875}, {"start": 683.47, "end": 683.85, "word": " two", "probability": 0.8662109375}, {"start": 683.85, "end": 683.85, "word": " things.", "probability": 0.83984375}, {"start": 684.05, "end": 684.07, "word": " It", "probability": 0.78662109375}, {"start": 684.07, "end": 684.23, "word": " will", "probability": 0.8232421875}, {"start": 684.23, "end": 684.49, "word": " change", "probability": 0.853515625}, {"start": 684.49, "end": 684.63, "word": " the", "probability": 0.325439453125}, {"start": 684.63, "end": 684.83, "word": " color,", "probability": 0.72314453125}, {"start": 685.05, "end": 685.23, "word": " make", "probability": 0.68359375}, {"start": 685.23, "end": 685.35, "word": " it", "probability": 0.912109375}, {"start": 685.35, "end": 685.63, "word": " green,", "probability": 0.90087890625}, {"start": 686.57, "end": 686.85, "word": " and", "probability": 0.38037109375}, {"start": 686.85, "end": 686.87, "word": " it", "probability": 0.1715087890625}, {"start": 686.87, "end": 687.01, "word": " will", "probability": 0.8544921875}, {"start": 687.01, "end": 687.27, "word": " play", "probability": 0.3779296875}, {"start": 687.27, "end": 687.59, "word": " a", "probability": 0.406005859375}, {"start": 687.59, "end": 687.89, "word": " sound", "probability": 0.74755859375}, {"start": 687.89, "end": 688.29, "word": " for", "probability": 0.34814453125}, {"start": 688.29, "end": 688.55, "word": " you,", "probability": 0.88525390625}, {"start": 688.87, "end": 689.03, "word": " okay?", "probability": 0.43017578125}, {"start": 689.79, "end": 690.31, "word": " And", "probability": 0.68115234375}, {"start": 690.31, "end": 690.39, "word": " it", "probability": 0.88623046875}, {"start": 690.39, "end": 690.61, "word": " will", "probability": 0.8173828125}, {"start": 690.61, "end": 690.83, "word": " increase", "probability": 0.55029296875}, {"start": 690.83, "end": 690.97, "word": " the", "probability": 0.734375}, {"start": 690.97, "end": 691.27, "word": " receipt.", "probability": 0.12164306640625}], "temperature": 1.0}, {"id": 28, "seek": 71803, "start": 692.85, "end": 718.03, "text": " And where are the next questions? All of this has to be done if the answer is correct. This is of course the default shape. Where do we do the action of the buttons? I want to do it inside the furlough.", "tokens": [400, 689, 366, 264, 958, 1651, 30, 1057, 295, 341, 575, 281, 312, 1096, 498, 264, 1867, 307, 3006, 13, 639, 307, 295, 1164, 264, 7576, 3909, 13, 2305, 360, 321, 360, 264, 3069, 295, 264, 9905, 30, 286, 528, 281, 360, 309, 1854, 264, 2687, 75, 581, 13], "avg_logprob": -0.620625010728836, "compression_ratio": 1.45, "no_speech_prob": 0.0, "words": [{"start": 692.85, "end": 693.09, "word": " And", "probability": 0.338623046875}, {"start": 693.09, "end": 693.27, "word": " where", "probability": 0.08935546875}, {"start": 693.27, "end": 693.35, "word": " are", "probability": 0.6240234375}, {"start": 693.35, "end": 693.39, "word": " the", "probability": 0.8681640625}, {"start": 693.39, "end": 693.51, "word": " next", "probability": 0.480224609375}, {"start": 693.51, "end": 693.69, "word": " questions?", "probability": 0.8671875}, {"start": 694.85, "end": 695.23, "word": " All", "probability": 0.417724609375}, {"start": 695.23, "end": 695.35, "word": " of", "probability": 0.3291015625}, {"start": 695.35, "end": 695.43, "word": " this", "probability": 0.60205078125}, {"start": 695.43, "end": 695.59, "word": " has", "probability": 0.1893310546875}, {"start": 695.59, "end": 695.61, "word": " to", "probability": 0.935546875}, {"start": 695.61, "end": 695.67, "word": " be", "probability": 0.65625}, {"start": 695.67, "end": 695.85, "word": " done", "probability": 0.55615234375}, {"start": 695.85, "end": 696.15, "word": " if", "probability": 0.12286376953125}, {"start": 696.15, "end": 696.65, "word": " the", "probability": 0.84375}, {"start": 696.65, "end": 696.99, "word": " answer", "probability": 0.8818359375}, {"start": 696.99, "end": 697.25, "word": " is", "probability": 0.787109375}, {"start": 697.25, "end": 698.05, "word": " correct.", "probability": 0.73291015625}, {"start": 702.23, "end": 702.61, "word": " This", "probability": 0.10614013671875}, {"start": 702.61, "end": 702.93, "word": " is", "probability": 0.84375}, {"start": 702.93, "end": 703.07, "word": " of", "probability": 0.29052734375}, {"start": 703.07, "end": 703.13, "word": " course", "probability": 0.95068359375}, {"start": 703.13, "end": 703.31, "word": " the", "probability": 0.845703125}, {"start": 703.31, "end": 703.55, "word": " default", "probability": 0.951171875}, {"start": 703.55, "end": 703.99, "word": " shape.", "probability": 0.92626953125}, {"start": 708.97, "end": 709.35, "word": " Where", "probability": 0.208984375}, {"start": 709.35, "end": 713.35, "word": " do", "probability": 0.67236328125}, {"start": 713.35, "end": 713.35, "word": " we", "probability": 0.75439453125}, {"start": 713.35, "end": 713.51, "word": " do", "probability": 0.5185546875}, {"start": 713.51, "end": 713.65, "word": " the", "probability": 0.84716796875}, {"start": 713.65, "end": 713.93, "word": " action", "probability": 0.79248046875}, {"start": 713.93, "end": 714.19, "word": " of", "probability": 0.587890625}, {"start": 714.19, "end": 714.29, "word": " the", "probability": 0.6640625}, {"start": 714.29, "end": 714.49, "word": " buttons?", "probability": 0.6220703125}, {"start": 715.99, "end": 716.37, "word": " I", "probability": 0.167724609375}, {"start": 716.37, "end": 716.55, "word": " want", "probability": 0.35888671875}, {"start": 716.55, "end": 716.61, "word": " to", "probability": 0.8369140625}, {"start": 716.61, "end": 716.75, "word": " do", "probability": 0.50146484375}, {"start": 716.75, "end": 716.93, "word": " it", "probability": 0.76611328125}, {"start": 716.93, "end": 717.57, "word": " inside", "probability": 0.66162109375}, {"start": 717.57, "end": 717.73, "word": " the", "probability": 0.8173828125}, {"start": 717.73, "end": 718.03, "word": " furlough.", "probability": 0.6394856770833334}], "temperature": 1.0}, {"id": 29, "seek": 74599, "start": 719.03, "end": 745.99, "text": " For example, I make a for loop. The for loop prepares three buttons. This is the function of the for loop. Not every button has to do action. It also goes to choice buttons I. What do we tell it? No one talks. How do we do action on the button? Sit on click listener.", "tokens": [1171, 1365, 11, 286, 652, 257, 337, 6367, 13, 440, 337, 6367, 39418, 1045, 9905, 13, 639, 307, 264, 2445, 295, 264, 337, 6367, 13, 1726, 633, 2960, 575, 281, 360, 3069, 13, 467, 611, 1709, 281, 3922, 9905, 286, 13, 708, 360, 321, 980, 309, 30, 883, 472, 6686, 13, 1012, 360, 321, 360, 3069, 322, 264, 2960, 30, 14523, 322, 2052, 31569, 13], "avg_logprob": -0.6609848457755465, "compression_ratio": 1.5952380952380953, "no_speech_prob": 0.0, "words": [{"start": 719.03, "end": 719.41, "word": " For", "probability": 0.1307373046875}, {"start": 719.41, "end": 719.41, "word": " example,", "probability": 0.309326171875}, {"start": 719.45, "end": 719.47, "word": " I", "probability": 0.50048828125}, {"start": 719.47, "end": 719.91, "word": " make", "probability": 0.1810302734375}, {"start": 719.91, "end": 720.23, "word": " a", "probability": 0.517578125}, {"start": 720.23, "end": 720.39, "word": " for", "probability": 0.67919921875}, {"start": 720.39, "end": 720.61, "word": " loop.", "probability": 0.93408203125}, {"start": 721.11, "end": 721.63, "word": " The", "probability": 0.279541015625}, {"start": 721.63, "end": 721.89, "word": " for", "probability": 0.82421875}, {"start": 721.89, "end": 722.15, "word": " loop", "probability": 0.9775390625}, {"start": 722.15, "end": 722.77, "word": " prepares", "probability": 0.45166015625}, {"start": 722.77, "end": 724.75, "word": " three", "probability": 0.476318359375}, {"start": 724.75, "end": 724.99, "word": " buttons.", "probability": 0.82958984375}, {"start": 725.07, "end": 725.19, "word": " This", "probability": 0.53369140625}, {"start": 725.19, "end": 725.25, "word": " is", "probability": 0.92138671875}, {"start": 725.25, "end": 725.27, "word": " the", "probability": 0.65673828125}, {"start": 725.27, "end": 725.43, "word": " function", "probability": 0.10467529296875}, {"start": 725.43, "end": 725.55, "word": " of", "probability": 0.95166015625}, {"start": 725.55, "end": 725.63, "word": " the", "probability": 0.7724609375}, {"start": 725.63, "end": 725.83, "word": " for", "probability": 0.9404296875}, {"start": 725.83, "end": 725.99, "word": " loop.", "probability": 0.97509765625}, {"start": 726.11, "end": 726.21, "word": " Not", "probability": 0.46044921875}, {"start": 726.21, "end": 726.49, "word": " every", "probability": 0.46923828125}, {"start": 726.49, "end": 726.75, "word": " button", "probability": 0.833984375}, {"start": 726.75, "end": 727.01, "word": " has", "probability": 0.2213134765625}, {"start": 727.01, "end": 727.01, "word": " to", "probability": 0.64892578125}, {"start": 727.01, "end": 727.25, "word": " do", "probability": 0.1697998046875}, {"start": 727.25, "end": 728.27, "word": " action.", "probability": 0.56884765625}, {"start": 729.45, "end": 729.97, "word": " It", "probability": 0.09393310546875}, {"start": 729.97, "end": 730.23, "word": " also", "probability": 0.381591796875}, {"start": 730.23, "end": 730.31, "word": " goes", "probability": 0.638671875}, {"start": 730.31, "end": 730.77, "word": " to", "probability": 0.87841796875}, {"start": 730.77, "end": 731.35, "word": " choice", "probability": 0.357421875}, {"start": 731.35, "end": 732.49, "word": " buttons", "probability": 0.43603515625}, {"start": 732.49, "end": 732.85, "word": " I.", "probability": 0.552734375}, {"start": 735.41, "end": 735.93, "word": " What", "probability": 0.495361328125}, {"start": 735.93, "end": 736.01, "word": " do", "probability": 0.595703125}, {"start": 736.01, "end": 736.09, "word": " we", "probability": 0.69384765625}, {"start": 736.09, "end": 736.29, "word": " tell", "probability": 0.395751953125}, {"start": 736.29, "end": 736.45, "word": " it?", "probability": 0.54296875}, {"start": 736.73, "end": 737.07, "word": " No", "probability": 0.2734375}, {"start": 737.07, "end": 737.35, "word": " one", "probability": 0.583984375}, {"start": 737.35, "end": 737.73, "word": " talks.", "probability": 0.321044921875}, {"start": 738.83, "end": 739.35, "word": " How", "probability": 0.486572265625}, {"start": 739.35, "end": 739.51, "word": " do", "probability": 0.80029296875}, {"start": 739.51, "end": 739.55, "word": " we", "probability": 0.8779296875}, {"start": 739.55, "end": 739.67, "word": " do", "probability": 0.50244140625}, {"start": 739.67, "end": 739.97, "word": " action", "probability": 0.87744140625}, {"start": 739.97, "end": 740.11, "word": " on", "probability": 0.80615234375}, {"start": 740.11, "end": 740.23, "word": " the", "probability": 0.46142578125}, {"start": 740.23, "end": 740.35, "word": " button?", "probability": 0.84326171875}, {"start": 742.55, "end": 743.07, "word": " Sit", "probability": 0.335693359375}, {"start": 743.07, "end": 744.13, "word": " on", "probability": 0.80224609375}, {"start": 744.13, "end": 745.61, "word": " click", "probability": 0.62841796875}, {"start": 745.61, "end": 745.99, "word": " listener.", "probability": 0.81298828125}], "temperature": 1.0}, {"id": 30, "seek": 77702, "start": 750.8, "end": 777.02, "text": " Click listener You see, every button I click on it makes it click listener Ok, first of all, it wants to change, not yet, before it changes, it wants to see if the answer to this button is correct or not, ok? Then we go to choices, buttons I, and we say get text", "tokens": [8230, 31569, 509, 536, 11, 633, 2960, 286, 2052, 322, 309, 1669, 309, 2052, 31569, 3477, 11, 700, 295, 439, 11, 309, 2738, 281, 1319, 11, 406, 1939, 11, 949, 309, 2962, 11, 309, 2738, 281, 536, 498, 264, 1867, 281, 341, 2960, 307, 3006, 420, 406, 11, 3133, 30, 1396, 321, 352, 281, 7994, 11, 9905, 286, 11, 293, 321, 584, 483, 2487], "avg_logprob": -0.6375, "compression_ratio": 1.5748502994011977, "no_speech_prob": 0.0, "words": [{"start": 750.8, "end": 751.16, "word": " Click", "probability": 0.409423828125}, {"start": 751.16, "end": 751.66, "word": " listener", "probability": 0.472900390625}, {"start": 751.66, "end": 756.34, "word": " You", "probability": 0.0693359375}, {"start": 756.34, "end": 756.54, "word": " see,", "probability": 0.471923828125}, {"start": 756.64, "end": 756.8, "word": " every", "probability": 0.476806640625}, {"start": 756.8, "end": 757.02, "word": " button", "probability": 0.6728515625}, {"start": 757.02, "end": 757.16, "word": " I", "probability": 0.69970703125}, {"start": 757.16, "end": 757.32, "word": " click", "probability": 0.357666015625}, {"start": 757.32, "end": 757.52, "word": " on", "probability": 0.58935546875}, {"start": 757.52, "end": 757.64, "word": " it", "probability": 0.339111328125}, {"start": 757.64, "end": 757.86, "word": " makes", "probability": 0.11224365234375}, {"start": 757.86, "end": 758.08, "word": " it", "probability": 0.685546875}, {"start": 758.08, "end": 758.42, "word": " click", "probability": 0.433837890625}, {"start": 758.42, "end": 758.88, "word": " listener", "probability": 0.73193359375}, {"start": 758.88, "end": 759.34, "word": " Ok,", "probability": 0.2181396484375}, {"start": 759.74, "end": 760.08, "word": " first", "probability": 0.58740234375}, {"start": 760.08, "end": 760.4, "word": " of", "probability": 0.216796875}, {"start": 760.4, "end": 760.4, "word": " all,", "probability": 0.94189453125}, {"start": 760.54, "end": 760.54, "word": " it", "probability": 0.6279296875}, {"start": 760.54, "end": 760.64, "word": " wants", "probability": 0.277099609375}, {"start": 760.64, "end": 760.7, "word": " to", "probability": 0.96484375}, {"start": 760.7, "end": 761.12, "word": " change,", "probability": 0.70166015625}, {"start": 761.66, "end": 761.86, "word": " not", "probability": 0.2978515625}, {"start": 761.86, "end": 762.12, "word": " yet,", "probability": 0.85205078125}, {"start": 762.32, "end": 762.48, "word": " before", "probability": 0.68603515625}, {"start": 762.48, "end": 762.64, "word": " it", "probability": 0.79833984375}, {"start": 762.64, "end": 762.9, "word": " changes,", "probability": 0.78857421875}, {"start": 763.32, "end": 763.44, "word": " it", "probability": 0.83251953125}, {"start": 763.44, "end": 763.54, "word": " wants", "probability": 0.7705078125}, {"start": 763.54, "end": 763.62, "word": " to", "probability": 0.96533203125}, {"start": 763.62, "end": 763.8, "word": " see", "probability": 0.59033203125}, {"start": 763.8, "end": 763.96, "word": " if", "probability": 0.74951171875}, {"start": 763.96, "end": 763.98, "word": " the", "probability": 0.791015625}, {"start": 763.98, "end": 764.24, "word": " answer", "probability": 0.7216796875}, {"start": 764.24, "end": 764.48, "word": " to", "probability": 0.4296875}, {"start": 764.48, "end": 764.64, "word": " this", "probability": 0.80126953125}, {"start": 764.64, "end": 764.82, "word": " button", "probability": 0.7548828125}, {"start": 764.82, "end": 765.28, "word": " is", "probability": 0.92578125}, {"start": 765.28, "end": 765.72, "word": " correct", "probability": 0.564453125}, {"start": 765.72, "end": 766.48, "word": " or", "probability": 0.8740234375}, {"start": 766.48, "end": 766.72, "word": " not,", "probability": 0.9189453125}, {"start": 766.78, "end": 767.24, "word": " ok?", "probability": 0.54248046875}, {"start": 767.7, "end": 767.92, "word": " Then", "probability": 0.1302490234375}, {"start": 767.92, "end": 768.22, "word": " we", "probability": 0.513671875}, {"start": 768.22, "end": 768.44, "word": " go", "probability": 0.7734375}, {"start": 768.44, "end": 768.6, "word": " to", "probability": 0.9658203125}, {"start": 768.6, "end": 769.34, "word": " choices,", "probability": 0.7744140625}, {"start": 769.78, "end": 770.8, "word": " buttons", "probability": 0.86767578125}, {"start": 770.8, "end": 771.12, "word": " I,", "probability": 0.476318359375}, {"start": 772.7, "end": 772.86, "word": " and", "probability": 0.80517578125}, {"start": 772.86, "end": 772.98, "word": " we", "probability": 0.578125}, {"start": 772.98, "end": 773.18, "word": " say", "probability": 0.54150390625}, {"start": 773.18, "end": 775.3, "word": " get", "probability": 0.55810546875}, {"start": 775.3, "end": 777.02, "word": " text", "probability": 0.791015625}], "temperature": 1.0}, {"id": 31, "seek": 80213, "start": 778.21, "end": 802.13, "text": " dot to string but we still face a problem before we make the condition that it does not identify to whom on these choices to identify to it we must identify it there are some changes that need to be made I identified it above and what is its size?", "tokens": [5893, 281, 6798, 457, 321, 920, 1851, 257, 1154, 949, 321, 652, 264, 4188, 300, 309, 775, 406, 5876, 281, 7101, 322, 613, 7994, 281, 5876, 281, 309, 321, 1633, 5876, 309, 456, 366, 512, 2962, 300, 643, 281, 312, 1027, 286, 9234, 309, 3673, 293, 437, 307, 1080, 2744, 30], "avg_logprob": -0.5949519058832755, "compression_ratio": 1.6209150326797386, "no_speech_prob": 0.0, "words": [{"start": 778.21, "end": 778.63, "word": " dot", "probability": 0.278076171875}, {"start": 778.63, "end": 778.93, "word": " to", "probability": 0.78955078125}, {"start": 778.93, "end": 779.27, "word": " string", "probability": 0.6943359375}, {"start": 779.27, "end": 779.57, "word": " but", "probability": 0.251953125}, {"start": 779.57, "end": 779.85, "word": " we", "probability": 0.25732421875}, {"start": 779.85, "end": 779.85, "word": " still", "probability": 0.52294921875}, {"start": 779.85, "end": 780.19, "word": " face", "probability": 0.415283203125}, {"start": 780.19, "end": 780.57, "word": " a", "probability": 0.74658203125}, {"start": 780.57, "end": 780.57, "word": " problem", "probability": 0.859375}, {"start": 780.57, "end": 780.97, "word": " before", "probability": 0.7158203125}, {"start": 780.97, "end": 781.15, "word": " we", "probability": 0.4775390625}, {"start": 781.15, "end": 781.27, "word": " make", "probability": 0.494873046875}, {"start": 781.27, "end": 781.39, "word": " the", "probability": 0.65625}, {"start": 781.39, "end": 781.55, "word": " condition", "probability": 0.82958984375}, {"start": 781.55, "end": 781.81, "word": " that", "probability": 0.62109375}, {"start": 781.81, "end": 781.93, "word": " it", "probability": 0.580078125}, {"start": 781.93, "end": 782.01, "word": " does", "probability": 0.357177734375}, {"start": 782.01, "end": 782.01, "word": " not", "probability": 0.9267578125}, {"start": 782.01, "end": 782.37, "word": " identify", "probability": 0.5751953125}, {"start": 782.37, "end": 782.67, "word": " to", "probability": 0.2005615234375}, {"start": 782.67, "end": 782.85, "word": " whom", "probability": 0.86669921875}, {"start": 782.85, "end": 783.85, "word": " on", "probability": 0.2264404296875}, {"start": 783.85, "end": 783.95, "word": " these", "probability": 0.453369140625}, {"start": 783.95, "end": 784.39, "word": " choices", "probability": 0.931640625}, {"start": 784.39, "end": 785.91, "word": " to", "probability": 0.48291015625}, {"start": 785.91, "end": 786.39, "word": " identify", "probability": 0.8212890625}, {"start": 786.39, "end": 786.57, "word": " to", "probability": 0.425048828125}, {"start": 786.57, "end": 787.63, "word": " it", "probability": 0.57373046875}, {"start": 787.63, "end": 789.49, "word": " we", "probability": 0.281494140625}, {"start": 789.49, "end": 789.93, "word": " must", "probability": 0.3818359375}, {"start": 789.93, "end": 790.59, "word": " identify", "probability": 0.40234375}, {"start": 790.59, "end": 791.37, "word": " it", "probability": 0.6806640625}, {"start": 791.37, "end": 793.13, "word": " there", "probability": 0.326171875}, {"start": 793.13, "end": 793.33, "word": " are", "probability": 0.81982421875}, {"start": 793.33, "end": 793.41, "word": " some", "probability": 0.484130859375}, {"start": 793.41, "end": 793.73, "word": " changes", "probability": 0.7783203125}, {"start": 793.73, "end": 794.03, "word": " that", "probability": 0.6845703125}, {"start": 794.03, "end": 794.23, "word": " need", "probability": 0.226806640625}, {"start": 794.23, "end": 794.23, "word": " to", "probability": 0.9677734375}, {"start": 794.23, "end": 794.31, "word": " be", "probability": 0.91064453125}, {"start": 794.31, "end": 795.43, "word": " made", "probability": 0.556640625}, {"start": 795.43, "end": 800.51, "word": " I", "probability": 0.6865234375}, {"start": 800.51, "end": 800.75, "word": " identified", "probability": 0.415771484375}, {"start": 800.75, "end": 800.93, "word": " it", "probability": 0.75732421875}, {"start": 800.93, "end": 801.25, "word": " above", "probability": 0.7783203125}, {"start": 801.25, "end": 801.67, "word": " and", "probability": 0.6240234375}, {"start": 801.67, "end": 801.81, "word": " what", "probability": 0.482177734375}, {"start": 801.81, "end": 801.81, "word": " is", "probability": 0.859375}, {"start": 801.81, "end": 801.87, "word": " its", "probability": 0.5927734375}, {"start": 801.87, "end": 802.13, "word": " size?", "probability": 0.81396484375}], "temperature": 1.0}, {"id": 32, "seek": 82906, "start": 806.04, "end": 829.06, "text": " Okay, three choices Because I introduced it inside, I could not read it, so I introduced it above and its size is three Now we want to come here and fill it Okay, so let's go to choices buttons, I filled it in another way At zero, I want to put what? Choices one button", "tokens": [1033, 11, 1045, 7994, 1436, 286, 7268, 309, 1854, 11, 286, 727, 406, 1401, 309, 11, 370, 286, 7268, 309, 3673, 293, 1080, 2744, 307, 1045, 823, 321, 528, 281, 808, 510, 293, 2836, 309, 1033, 11, 370, 718, 311, 352, 281, 7994, 9905, 11, 286, 6412, 309, 294, 1071, 636, 1711, 4018, 11, 286, 528, 281, 829, 437, 30, 12366, 1473, 472, 2960], "avg_logprob": -0.5144230769230769, "compression_ratio": 1.6363636363636365, "no_speech_prob": 0.0, "words": [{"start": 806.04, "end": 806.4, "word": " Okay,", "probability": 0.044769287109375}, {"start": 806.48, "end": 806.82, "word": " three", "probability": 0.52880859375}, {"start": 806.82, "end": 808.76, "word": " choices", "probability": 0.1412353515625}, {"start": 808.76, "end": 813.3, "word": " Because", "probability": 0.487548828125}, {"start": 813.3, "end": 813.46, "word": " I", "probability": 0.791015625}, {"start": 813.46, "end": 813.7, "word": " introduced", "probability": 0.1385498046875}, {"start": 813.7, "end": 813.84, "word": " it", "probability": 0.54052734375}, {"start": 813.84, "end": 814.0, "word": " inside,", "probability": 0.7421875}, {"start": 814.12, "end": 814.26, "word": " I", "probability": 0.5859375}, {"start": 814.26, "end": 814.44, "word": " could", "probability": 0.4453125}, {"start": 814.44, "end": 814.6, "word": " not", "probability": 0.92431640625}, {"start": 814.6, "end": 814.8, "word": " read", "probability": 0.92431640625}, {"start": 814.8, "end": 814.96, "word": " it,", "probability": 0.9248046875}, {"start": 814.98, "end": 815.06, "word": " so", "probability": 0.80224609375}, {"start": 815.06, "end": 815.12, "word": " I", "probability": 0.9560546875}, {"start": 815.12, "end": 815.34, "word": " introduced", "probability": 0.73681640625}, {"start": 815.34, "end": 815.6, "word": " it", "probability": 0.85498046875}, {"start": 815.6, "end": 816.06, "word": " above", "probability": 0.6552734375}, {"start": 816.06, "end": 816.22, "word": " and", "probability": 0.80078125}, {"start": 816.22, "end": 816.48, "word": " its", "probability": 0.63134765625}, {"start": 816.48, "end": 816.48, "word": " size", "probability": 0.74462890625}, {"start": 816.48, "end": 816.64, "word": " is", "probability": 0.7734375}, {"start": 816.64, "end": 816.96, "word": " three", "probability": 0.8310546875}, {"start": 816.96, "end": 818.14, "word": " Now", "probability": 0.78955078125}, {"start": 818.14, "end": 818.8, "word": " we", "probability": 0.654296875}, {"start": 818.8, "end": 818.8, "word": " want", "probability": 0.33935546875}, {"start": 818.8, "end": 819.06, "word": " to", "probability": 0.96875}, {"start": 819.06, "end": 819.06, "word": " come", "probability": 0.65283203125}, {"start": 819.06, "end": 819.24, "word": " here", "probability": 0.841796875}, {"start": 819.24, "end": 819.38, "word": " and", "probability": 0.92724609375}, {"start": 819.38, "end": 819.6, "word": " fill", "probability": 0.837890625}, {"start": 819.6, "end": 820.02, "word": " it", "probability": 0.8720703125}, {"start": 820.02, "end": 820.72, "word": " Okay,", "probability": 0.32763671875}, {"start": 821.56, "end": 821.7, "word": " so", "probability": 0.69482421875}, {"start": 821.7, "end": 821.86, "word": " let's", "probability": 0.619873046875}, {"start": 821.86, "end": 821.98, "word": " go", "probability": 0.94482421875}, {"start": 821.98, "end": 822.16, "word": " to", "probability": 0.92822265625}, {"start": 822.16, "end": 822.7, "word": " choices", "probability": 0.794921875}, {"start": 822.7, "end": 824.08, "word": " buttons,", "probability": 0.712890625}, {"start": 824.22, "end": 824.24, "word": " I", "probability": 0.6904296875}, {"start": 824.24, "end": 824.42, "word": " filled", "probability": 0.759765625}, {"start": 824.42, "end": 824.58, "word": " it", "probability": 0.83203125}, {"start": 824.58, "end": 824.66, "word": " in", "probability": 0.2320556640625}, {"start": 824.66, "end": 824.88, "word": " another", "probability": 0.56298828125}, {"start": 824.88, "end": 825.32, "word": " way", "probability": 0.9462890625}, {"start": 825.32, "end": 825.62, "word": " At", "probability": 0.28173828125}, {"start": 825.62, "end": 825.98, "word": " zero,", "probability": 0.7109375}, {"start": 826.14, "end": 826.16, "word": " I", "probability": 0.78955078125}, {"start": 826.16, "end": 826.26, "word": " want", "probability": 0.60400390625}, {"start": 826.26, "end": 826.34, "word": " to", "probability": 0.96484375}, {"start": 826.34, "end": 826.52, "word": " put", "probability": 0.8681640625}, {"start": 826.52, "end": 827.04, "word": " what?", "probability": 0.260498046875}, {"start": 828.02, "end": 828.38, "word": " Choices", "probability": 0.7374267578125}, {"start": 828.38, "end": 828.72, "word": " one", "probability": 0.6787109375}, {"start": 828.72, "end": 829.06, "word": " button", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 33, "seek": 86562, "start": 837.32, "end": 865.62, "text": " This is one and this is two This is how we fill the array guys or not? The element number zero we put in the first button Number one we put in the second button and so on This is how we filled the array The idea of this gate is inside the ... Wait a minute, choices buttons Cannot resolve symbol", "tokens": [639, 307, 472, 293, 341, 307, 732, 639, 307, 577, 321, 2836, 264, 10225, 1074, 420, 406, 30, 440, 4478, 1230, 4018, 321, 829, 294, 264, 700, 2960, 5118, 472, 321, 829, 294, 264, 1150, 2960, 293, 370, 322, 639, 307, 577, 321, 6412, 264, 10225, 440, 1558, 295, 341, 8539, 307, 1854, 264, 1097, 3802, 257, 3456, 11, 7994, 9905, 29866, 310, 14151, 5986], "avg_logprob": -0.5108901632554603, "compression_ratio": 1.6914285714285715, "no_speech_prob": 0.0, "words": [{"start": 837.32, "end": 837.6, "word": " This", "probability": 0.263427734375}, {"start": 837.6, "end": 837.64, "word": " is", "probability": 0.6826171875}, {"start": 837.64, "end": 837.88, "word": " one", "probability": 0.49560546875}, {"start": 837.88, "end": 838.06, "word": " and", "probability": 0.59716796875}, {"start": 838.06, "end": 838.14, "word": " this", "probability": 0.87744140625}, {"start": 838.14, "end": 838.16, "word": " is", "probability": 0.900390625}, {"start": 838.16, "end": 838.44, "word": " two", "probability": 0.8662109375}, {"start": 838.44, "end": 839.04, "word": " This", "probability": 0.08984375}, {"start": 839.04, "end": 839.08, "word": " is", "probability": 0.82421875}, {"start": 839.08, "end": 839.16, "word": " how", "probability": 0.8251953125}, {"start": 839.16, "end": 839.3, "word": " we", "probability": 0.62451171875}, {"start": 839.3, "end": 839.48, "word": " fill", "probability": 0.66259765625}, {"start": 839.48, "end": 839.6, "word": " the", "probability": 0.51806640625}, {"start": 839.6, "end": 839.78, "word": " array", "probability": 0.79052734375}, {"start": 839.78, "end": 840.16, "word": " guys", "probability": 0.241943359375}, {"start": 840.16, "end": 840.3, "word": " or", "probability": 0.2998046875}, {"start": 840.3, "end": 840.64, "word": " not?", "probability": 0.78759765625}, {"start": 841.74, "end": 842.16, "word": " The", "probability": 0.1717529296875}, {"start": 842.16, "end": 842.62, "word": " element", "probability": 0.521484375}, {"start": 842.62, "end": 842.92, "word": " number", "probability": 0.344482421875}, {"start": 842.92, "end": 843.2, "word": " zero", "probability": 0.65966796875}, {"start": 843.2, "end": 843.36, "word": " we", "probability": 0.355224609375}, {"start": 843.36, "end": 843.52, "word": " put", "probability": 0.7431640625}, {"start": 843.52, "end": 843.76, "word": " in", "probability": 0.685546875}, {"start": 843.76, "end": 843.9, "word": " the", "probability": 0.8330078125}, {"start": 843.9, "end": 844.32, "word": " first", "probability": 0.85546875}, {"start": 844.32, "end": 844.32, "word": " button", "probability": 0.8271484375}, {"start": 844.32, "end": 845.52, "word": " Number", "probability": 0.5029296875}, {"start": 845.52, "end": 845.84, "word": " one", "probability": 0.90185546875}, {"start": 845.84, "end": 845.94, "word": " we", "probability": 0.78564453125}, {"start": 845.94, "end": 846.08, "word": " put", "probability": 0.90869140625}, {"start": 846.08, "end": 846.28, "word": " in", "probability": 0.87158203125}, {"start": 846.28, "end": 846.4, "word": " the", "probability": 0.88330078125}, {"start": 846.4, "end": 846.82, "word": " second", "probability": 0.84716796875}, {"start": 846.82, "end": 846.84, "word": " button", "probability": 0.76025390625}, {"start": 846.84, "end": 846.96, "word": " and", "probability": 0.75244140625}, {"start": 846.96, "end": 847.08, "word": " so", "probability": 0.8759765625}, {"start": 847.08, "end": 847.22, "word": " on", "probability": 0.8759765625}, {"start": 847.22, "end": 847.36, "word": " This", "probability": 0.360595703125}, {"start": 847.36, "end": 847.38, "word": " is", "probability": 0.86376953125}, {"start": 847.38, "end": 847.48, "word": " how", "probability": 0.9462890625}, {"start": 847.48, "end": 847.8, "word": " we", "probability": 0.9375}, {"start": 847.8, "end": 847.8, "word": " filled", "probability": 0.59765625}, {"start": 847.8, "end": 848.58, "word": " the", "probability": 0.822265625}, {"start": 848.58, "end": 848.82, "word": " array", "probability": 0.91015625}, {"start": 848.82, "end": 849.02, "word": " The", "probability": 0.65185546875}, {"start": 849.02, "end": 849.24, "word": " idea", "probability": 0.86083984375}, {"start": 849.24, "end": 849.32, "word": " of", "probability": 0.477294921875}, {"start": 849.32, "end": 849.44, "word": " this", "probability": 0.724609375}, {"start": 849.44, "end": 849.72, "word": " gate", "probability": 0.26513671875}, {"start": 849.72, "end": 850.12, "word": " is", "probability": 0.77783203125}, {"start": 850.12, "end": 851.22, "word": " inside", "probability": 0.319580078125}, {"start": 851.22, "end": 852.0, "word": " the", "probability": 0.5849609375}, {"start": 852.0, "end": 852.0, "word": " ...", "probability": 0.1820068359375}, {"start": 852.0, "end": 853.48, "word": " Wait", "probability": 0.350830078125}, {"start": 853.48, "end": 853.64, "word": " a", "probability": 0.8564453125}, {"start": 853.64, "end": 853.64, "word": " minute,", "probability": 0.450927734375}, {"start": 853.7, "end": 854.16, "word": " choices", "probability": 0.70751953125}, {"start": 854.16, "end": 855.66, "word": " buttons", "probability": 0.591796875}, {"start": 855.66, "end": 864.78, "word": " Cannot", "probability": 0.7349853515625}, {"start": 864.78, "end": 865.1, "word": " resolve", "probability": 0.79345703125}, {"start": 865.1, "end": 865.62, "word": " symbol", "probability": 0.8310546875}], "temperature": 1.0}, {"id": 34, "seek": 86883, "start": 867.95, "end": 868.83, "text": " Choice buttons.", "tokens": [37080, 9905, 13], "avg_logprob": -0.3466796949505806, "compression_ratio": 0.6666666666666666, "no_speech_prob": 0.0, "words": [{"start": 867.95, "end": 868.43, "word": " Choice", "probability": 0.830078125}, {"start": 868.43, "end": 868.83, "word": " buttons.", "probability": 0.6806640625}], "temperature": 1.0}, {"id": 35, "seek": 90071, "start": 876.69, "end": 900.71, "text": " And this is also choice buttons Yes, the I is also important, it is not identified So, we want to go around, where did this I come from? Inside for loop Of course, this I cannot be identified, you can identify I above And you start identifying I above and say from I zero or something like that Or you can come and say final J equals I", "tokens": [400, 341, 307, 611, 3922, 9905, 1079, 11, 264, 286, 307, 611, 1021, 11, 309, 307, 406, 9234, 407, 11, 321, 528, 281, 352, 926, 11, 689, 630, 341, 286, 808, 490, 30, 15123, 337, 6367, 2720, 1164, 11, 341, 286, 2644, 312, 9234, 11, 291, 393, 5876, 286, 3673, 400, 291, 722, 16696, 286, 3673, 293, 584, 490, 286, 4018, 420, 746, 411, 300, 1610, 291, 393, 808, 293, 584, 2572, 508, 6915, 286], "avg_logprob": -0.684621734054465, "compression_ratio": 1.6633663366336633, "no_speech_prob": 0.0, "words": [{"start": 876.6899999999999, "end": 877.17, "word": " And", "probability": 0.091796875}, {"start": 877.17, "end": 877.65, "word": " this", "probability": 0.5}, {"start": 877.65, "end": 877.75, "word": " is", "probability": 0.59326171875}, {"start": 877.75, "end": 877.91, "word": " also", "probability": 0.48828125}, {"start": 877.91, "end": 878.41, "word": " choice", "probability": 0.394287109375}, {"start": 878.41, "end": 879.45, "word": " buttons", "probability": 0.64404296875}, {"start": 879.45, "end": 880.15, "word": " Yes,", "probability": 0.164306640625}, {"start": 880.39, "end": 880.49, "word": " the", "probability": 0.17626953125}, {"start": 880.49, "end": 880.73, "word": " I", "probability": 0.7421875}, {"start": 880.73, "end": 880.87, "word": " is", "probability": 0.26416015625}, {"start": 880.87, "end": 881.03, "word": " also", "probability": 0.701171875}, {"start": 881.03, "end": 881.29, "word": " important,", "probability": 0.5517578125}, {"start": 881.85, "end": 882.75, "word": " it", "probability": 0.328125}, {"start": 882.75, "end": 882.77, "word": " is", "probability": 0.45556640625}, {"start": 882.77, "end": 882.85, "word": " not", "probability": 0.9111328125}, {"start": 882.85, "end": 883.25, "word": " identified", "probability": 0.2220458984375}, {"start": 883.25, "end": 884.31, "word": " So,", "probability": 0.346435546875}, {"start": 884.61, "end": 884.61, "word": " we", "probability": 0.6640625}, {"start": 884.61, "end": 884.71, "word": " want", "probability": 0.0941162109375}, {"start": 884.71, "end": 884.85, "word": " to", "probability": 0.94140625}, {"start": 884.85, "end": 884.93, "word": " go", "probability": 0.1356201171875}, {"start": 884.93, "end": 885.17, "word": " around,", "probability": 0.56689453125}, {"start": 885.39, "end": 885.67, "word": " where", "probability": 0.27001953125}, {"start": 885.67, "end": 885.67, "word": " did", "probability": 0.544921875}, {"start": 885.67, "end": 886.07, "word": " this", "probability": 0.52099609375}, {"start": 886.07, "end": 886.25, "word": " I", "probability": 0.95751953125}, {"start": 886.25, "end": 886.29, "word": " come", "probability": 0.646484375}, {"start": 886.29, "end": 886.85, "word": " from?", "probability": 0.828125}, {"start": 887.05, "end": 887.21, "word": " Inside", "probability": 0.66748046875}, {"start": 887.21, "end": 887.49, "word": " for", "probability": 0.45703125}, {"start": 887.49, "end": 887.73, "word": " loop", "probability": 0.95849609375}, {"start": 887.73, "end": 888.53, "word": " Of", "probability": 0.1380615234375}, {"start": 888.53, "end": 889.21, "word": " course,", "probability": 0.93798828125}, {"start": 889.43, "end": 889.83, "word": " this", "probability": 0.48193359375}, {"start": 889.83, "end": 890.07, "word": " I", "probability": 0.9404296875}, {"start": 890.07, "end": 890.25, "word": " cannot", "probability": 0.1947021484375}, {"start": 890.25, "end": 890.77, "word": " be", "probability": 0.4697265625}, {"start": 890.77, "end": 890.77, "word": " identified,", "probability": 0.65966796875}, {"start": 890.79, "end": 890.93, "word": " you", "probability": 0.47802734375}, {"start": 890.93, "end": 891.11, "word": " can", "probability": 0.9052734375}, {"start": 891.11, "end": 891.39, "word": " identify", "probability": 0.58447265625}, {"start": 891.39, "end": 891.63, "word": " I", "probability": 0.61962890625}, {"start": 891.63, "end": 891.93, "word": " above", "probability": 0.802734375}, {"start": 891.93, "end": 893.67, "word": " And", "probability": 0.182373046875}, {"start": 893.67, "end": 893.83, "word": " you", "probability": 0.4072265625}, {"start": 893.83, "end": 894.03, "word": " start", "probability": 0.33056640625}, {"start": 894.03, "end": 894.99, "word": " identifying", "probability": 0.357666015625}, {"start": 894.99, "end": 895.39, "word": " I", "probability": 0.9345703125}, {"start": 895.39, "end": 895.63, "word": " above", "probability": 0.84228515625}, {"start": 895.63, "end": 895.73, "word": " and", "probability": 0.62890625}, {"start": 895.73, "end": 895.87, "word": " say", "probability": 0.42041015625}, {"start": 895.87, "end": 896.03, "word": " from", "probability": 0.380615234375}, {"start": 896.03, "end": 896.21, "word": " I", "probability": 0.96923828125}, {"start": 896.21, "end": 896.47, "word": " zero", "probability": 0.501953125}, {"start": 896.47, "end": 896.67, "word": " or", "probability": 0.765625}, {"start": 896.67, "end": 896.83, "word": " something", "probability": 0.66064453125}, {"start": 896.83, "end": 896.83, "word": " like", "probability": 0.376220703125}, {"start": 896.83, "end": 897.23, "word": " that", "probability": 0.78564453125}, {"start": 897.23, "end": 897.51, "word": " Or", "probability": 0.876953125}, {"start": 897.51, "end": 897.69, "word": " you", "probability": 0.90185546875}, {"start": 897.69, "end": 897.79, "word": " can", "probability": 0.8291015625}, {"start": 897.79, "end": 897.99, "word": " come", "probability": 0.265625}, {"start": 897.99, "end": 898.11, "word": " and", "probability": 0.845703125}, {"start": 898.11, "end": 898.25, "word": " say", "probability": 0.8701171875}, {"start": 898.25, "end": 898.69, "word": " final", "probability": 0.53955078125}, {"start": 898.69, "end": 899.09, "word": " J", "probability": 0.7666015625}, {"start": 899.09, "end": 900.31, "word": " equals", "probability": 0.65673828125}, {"start": 900.31, "end": 900.71, "word": " I", "probability": 0.97216796875}], "temperature": 1.0}, {"id": 36, "seek": 91913, "start": 902.07, "end": 919.13, "text": " Final integer j equals to i. Any thing that is final, whatever it does, I am satisfied with it. So, what did we put here? j gets text to string. What is the purpose of this code? It brings the text that is in the cell. Now, if all of this", "tokens": [13443, 24922, 361, 6915, 281, 741, 13, 2639, 551, 300, 307, 2572, 11, 2035, 309, 775, 11, 286, 669, 11239, 365, 309, 13, 407, 11, 437, 630, 321, 829, 510, 30, 361, 2170, 2487, 281, 6798, 13, 708, 307, 264, 4334, 295, 341, 3089, 30, 467, 5607, 264, 2487, 300, 307, 294, 264, 2815, 13, 823, 11, 498, 439, 295, 341], "avg_logprob": -0.6386088940405077, "compression_ratio": 1.4753086419753085, "no_speech_prob": 0.0, "words": [{"start": 902.07, "end": 902.43, "word": " Final", "probability": 0.458251953125}, {"start": 902.43, "end": 902.91, "word": " integer", "probability": 0.67724609375}, {"start": 902.91, "end": 903.31, "word": " j", "probability": 0.5595703125}, {"start": 903.31, "end": 904.11, "word": " equals", "probability": 0.1307373046875}, {"start": 904.11, "end": 904.39, "word": " to", "probability": 0.30712890625}, {"start": 904.39, "end": 904.39, "word": " i.", "probability": 0.619140625}, {"start": 904.51, "end": 904.93, "word": " Any", "probability": 0.2322998046875}, {"start": 904.93, "end": 905.15, "word": " thing", "probability": 0.1815185546875}, {"start": 905.15, "end": 905.23, "word": " that", "probability": 0.5078125}, {"start": 905.23, "end": 905.23, "word": " is", "probability": 0.53125}, {"start": 905.23, "end": 905.51, "word": " final,", "probability": 0.7744140625}, {"start": 905.63, "end": 905.83, "word": " whatever", "probability": 0.119384765625}, {"start": 905.83, "end": 905.89, "word": " it", "probability": 0.74951171875}, {"start": 905.89, "end": 906.15, "word": " does,", "probability": 0.78076171875}, {"start": 906.57, "end": 906.87, "word": " I", "probability": 0.46484375}, {"start": 906.87, "end": 906.99, "word": " am", "probability": 0.271728515625}, {"start": 906.99, "end": 907.15, "word": " satisfied", "probability": 0.56298828125}, {"start": 907.15, "end": 907.29, "word": " with", "probability": 0.7412109375}, {"start": 907.29, "end": 908.19, "word": " it.", "probability": 0.74267578125}, {"start": 908.35, "end": 908.51, "word": " So,", "probability": 0.4453125}, {"start": 908.71, "end": 908.91, "word": " what", "probability": 0.2020263671875}, {"start": 908.91, "end": 908.91, "word": " did", "probability": 0.58056640625}, {"start": 908.91, "end": 908.91, "word": " we", "probability": 0.69921875}, {"start": 908.91, "end": 909.15, "word": " put", "probability": 0.62548828125}, {"start": 909.15, "end": 909.47, "word": " here?", "probability": 0.75341796875}, {"start": 909.73, "end": 910.07, "word": " j", "probability": 0.677734375}, {"start": 910.07, "end": 911.15, "word": " gets", "probability": 0.39208984375}, {"start": 911.15, "end": 911.45, "word": " text", "probability": 0.5}, {"start": 911.45, "end": 911.63, "word": " to", "probability": 0.94384765625}, {"start": 911.63, "end": 912.09, "word": " string.", "probability": 0.8154296875}, {"start": 912.49, "end": 912.87, "word": " What", "probability": 0.43798828125}, {"start": 912.87, "end": 912.87, "word": " is", "probability": 0.7392578125}, {"start": 912.87, "end": 913.35, "word": " the", "probability": 0.82666015625}, {"start": 913.35, "end": 913.51, "word": " purpose", "probability": 0.250244140625}, {"start": 913.51, "end": 913.65, "word": " of", "probability": 0.9658203125}, {"start": 913.65, "end": 913.73, "word": " this", "probability": 0.8583984375}, {"start": 913.73, "end": 913.93, "word": " code?", "probability": 0.90185546875}, {"start": 914.07, "end": 914.25, "word": " It", "probability": 0.5283203125}, {"start": 914.25, "end": 914.39, "word": " brings", "probability": 0.3447265625}, {"start": 914.39, "end": 915.25, "word": " the", "probability": 0.61181640625}, {"start": 915.25, "end": 915.31, "word": " text", "probability": 0.73291015625}, {"start": 915.31, "end": 915.49, "word": " that", "probability": 0.488037109375}, {"start": 915.49, "end": 915.69, "word": " is", "probability": 0.70751953125}, {"start": 915.69, "end": 915.73, "word": " in", "probability": 0.1251220703125}, {"start": 915.73, "end": 915.89, "word": " the", "probability": 0.669921875}, {"start": 915.89, "end": 916.05, "word": " cell.", "probability": 0.193359375}, {"start": 916.39, "end": 916.67, "word": " Now,", "probability": 0.82763671875}, {"start": 916.77, "end": 917.13, "word": " if", "probability": 0.70751953125}, {"start": 917.13, "end": 918.61, "word": " all", "probability": 0.66357421875}, {"start": 918.61, "end": 918.61, "word": " of", "probability": 0.58447265625}, {"start": 918.61, "end": 919.13, "word": " this", "probability": 0.8212890625}], "temperature": 1.0}, {"id": 37, "seek": 94917, "start": 921.87, "end": 949.17, "text": " dot equals ignore case main which is the correct answer. When I press any button, I want to bring the text that is written on it and compare it with the correct answer. The correct answer is the one that is present in the question, in the queue. It is not that I brought a question and it is final, I can read it from the inside. If this was the text that I brought from the button,", "tokens": [5893, 6915, 11200, 1389, 2135, 597, 307, 264, 3006, 1867, 13, 1133, 286, 1886, 604, 2960, 11, 286, 528, 281, 1565, 264, 2487, 300, 307, 3720, 322, 309, 293, 6794, 309, 365, 264, 3006, 1867, 13, 440, 3006, 1867, 307, 264, 472, 300, 307, 1974, 294, 264, 1168, 11, 294, 264, 18639, 13, 467, 307, 406, 300, 286, 3038, 257, 1168, 293, 309, 307, 2572, 11, 286, 393, 1401, 309, 490, 264, 1854, 13, 759, 341, 390, 264, 2487, 300, 286, 3038, 490, 264, 2960, 11], "avg_logprob": -0.46587643061561146, "compression_ratio": 1.915, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 921.87, "end": 922.35, "word": " dot", "probability": 0.2283935546875}, {"start": 922.35, "end": 922.83, "word": " equals", "probability": 0.880859375}, {"start": 922.83, "end": 923.25, "word": " ignore", "probability": 0.61328125}, {"start": 923.25, "end": 923.75, "word": " case", "probability": 0.9140625}, {"start": 923.75, "end": 924.61, "word": " main", "probability": 0.62255859375}, {"start": 924.61, "end": 925.91, "word": " which", "probability": 0.36767578125}, {"start": 925.91, "end": 927.05, "word": " is", "probability": 0.86181640625}, {"start": 927.05, "end": 927.25, "word": " the", "probability": 0.78759765625}, {"start": 927.25, "end": 927.89, "word": " correct", "probability": 0.7841796875}, {"start": 927.89, "end": 928.05, "word": " answer.", "probability": 0.9365234375}, {"start": 929.25, "end": 929.73, "word": " When", "probability": 0.240478515625}, {"start": 929.73, "end": 930.07, "word": " I", "probability": 0.91748046875}, {"start": 930.07, "end": 930.31, "word": " press", "probability": 0.5712890625}, {"start": 930.31, "end": 930.71, "word": " any", "probability": 0.69873046875}, {"start": 930.71, "end": 930.97, "word": " button,", "probability": 0.78759765625}, {"start": 931.05, "end": 931.49, "word": " I", "probability": 0.5322265625}, {"start": 931.49, "end": 931.59, "word": " want", "probability": 0.2410888671875}, {"start": 931.59, "end": 931.69, "word": " to", "probability": 0.94287109375}, {"start": 931.69, "end": 931.85, "word": " bring", "probability": 0.349609375}, {"start": 931.85, "end": 931.97, "word": " the", "probability": 0.74169921875}, {"start": 931.97, "end": 932.23, "word": " text", "probability": 0.76171875}, {"start": 932.23, "end": 932.39, "word": " that", "probability": 0.357177734375}, {"start": 932.39, "end": 932.41, "word": " is", "probability": 0.662109375}, {"start": 932.41, "end": 932.69, "word": " written", "probability": 0.80908203125}, {"start": 932.69, "end": 932.93, "word": " on", "probability": 0.822265625}, {"start": 932.93, "end": 933.11, "word": " it", "probability": 0.876953125}, {"start": 933.11, "end": 934.17, "word": " and", "probability": 0.7646484375}, {"start": 934.17, "end": 934.53, "word": " compare", "probability": 0.86865234375}, {"start": 934.53, "end": 934.71, "word": " it", "probability": 0.8017578125}, {"start": 934.71, "end": 934.79, "word": " with", "probability": 0.76123046875}, {"start": 934.79, "end": 934.93, "word": " the", "probability": 0.91943359375}, {"start": 934.93, "end": 935.61, "word": " correct", "probability": 0.87255859375}, {"start": 935.61, "end": 935.63, "word": " answer.", "probability": 0.93701171875}, {"start": 936.33, "end": 936.33, "word": " The", "probability": 0.8212890625}, {"start": 936.33, "end": 936.81, "word": " correct", "probability": 0.873046875}, {"start": 936.81, "end": 936.81, "word": " answer", "probability": 0.9619140625}, {"start": 936.81, "end": 937.03, "word": " is", "probability": 0.8701171875}, {"start": 937.03, "end": 937.13, "word": " the", "probability": 0.1934814453125}, {"start": 937.13, "end": 937.13, "word": " one", "probability": 0.841796875}, {"start": 937.13, "end": 937.27, "word": " that", "probability": 0.423828125}, {"start": 937.27, "end": 937.27, "word": " is", "probability": 0.79296875}, {"start": 937.27, "end": 937.45, "word": " present", "probability": 0.328857421875}, {"start": 937.45, "end": 938.03, "word": " in", "probability": 0.83544921875}, {"start": 938.03, "end": 938.77, "word": " the", "probability": 0.9033203125}, {"start": 938.77, "end": 939.17, "word": " question,", "probability": 0.8740234375}, {"start": 939.45, "end": 939.57, "word": " in", "probability": 0.87255859375}, {"start": 939.57, "end": 939.67, "word": " the", "probability": 0.89404296875}, {"start": 939.67, "end": 939.93, "word": " queue.", "probability": 0.48388671875}, {"start": 940.35, "end": 940.53, "word": " It", "probability": 0.281005859375}, {"start": 940.53, "end": 940.53, "word": " is", "probability": 0.5712890625}, {"start": 940.53, "end": 940.53, "word": " not", "probability": 0.94189453125}, {"start": 940.53, "end": 940.65, "word": " that", "probability": 0.419677734375}, {"start": 940.65, "end": 940.85, "word": " I", "probability": 0.93896484375}, {"start": 940.85, "end": 941.17, "word": " brought", "probability": 0.55419921875}, {"start": 941.17, "end": 941.29, "word": " a", "probability": 0.9052734375}, {"start": 941.29, "end": 941.65, "word": " question", "probability": 0.9091796875}, {"start": 941.65, "end": 942.73, "word": " and", "probability": 0.59375}, {"start": 942.73, "end": 942.95, "word": " it", "probability": 0.3466796875}, {"start": 942.95, "end": 943.03, "word": " is", "probability": 0.79296875}, {"start": 943.03, "end": 943.19, "word": " final,", "probability": 0.09893798828125}, {"start": 943.99, "end": 944.55, "word": " I", "probability": 0.255126953125}, {"start": 944.55, "end": 944.81, "word": " can", "probability": 0.86328125}, {"start": 944.81, "end": 945.07, "word": " read", "probability": 0.149658203125}, {"start": 945.07, "end": 945.19, "word": " it", "probability": 0.59228515625}, {"start": 945.19, "end": 945.23, "word": " from", "probability": 0.837890625}, {"start": 945.23, "end": 945.49, "word": " the", "probability": 0.36865234375}, {"start": 945.49, "end": 945.49, "word": " inside.", "probability": 0.85546875}, {"start": 946.69, "end": 947.17, "word": " If", "probability": 0.7626953125}, {"start": 947.17, "end": 947.57, "word": " this", "probability": 0.59765625}, {"start": 947.57, "end": 947.79, "word": " was", "probability": 0.5234375}, {"start": 947.79, "end": 947.99, "word": " the", "probability": 0.92626953125}, {"start": 947.99, "end": 948.25, "word": " text", "probability": 0.82275390625}, {"start": 948.25, "end": 948.41, "word": " that", "probability": 0.74658203125}, {"start": 948.41, "end": 948.43, "word": " I", "probability": 0.87548828125}, {"start": 948.43, "end": 948.59, "word": " brought", "probability": 0.86865234375}, {"start": 948.59, "end": 948.77, "word": " from", "probability": 0.8544921875}, {"start": 948.77, "end": 948.93, "word": " the", "probability": 0.9091796875}, {"start": 948.93, "end": 949.17, "word": " button,", "probability": 0.8232421875}], "temperature": 1.0}, {"id": 38, "seek": 97207, "start": 950.35, "end": 972.07, "text": " is equal to Q dot get correct answer. If this word is fulfilled, of course it has to put else as well. If it is right or if it is wrong. If it is right, it has to go and teach or put the background which is the green color. Now it has to go to the button itself.", "tokens": [307, 2681, 281, 1249, 5893, 483, 3006, 1867, 13, 759, 341, 1349, 307, 21380, 11, 295, 1164, 309, 575, 281, 829, 1646, 382, 731, 13, 759, 309, 307, 558, 420, 498, 309, 307, 2085, 13, 759, 309, 307, 558, 11, 309, 575, 281, 352, 293, 2924, 420, 829, 264, 3678, 597, 307, 264, 3092, 2017, 13, 823, 309, 575, 281, 352, 281, 264, 2960, 2564, 13], "avg_logprob": -0.4790111922506076, "compression_ratio": 1.64375, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 950.35, "end": 950.63, "word": " is", "probability": 0.07427978515625}, {"start": 950.63, "end": 951.01, "word": " equal", "probability": 0.65576171875}, {"start": 951.01, "end": 951.17, "word": " to", "probability": 0.95166015625}, {"start": 951.17, "end": 951.45, "word": " Q", "probability": 0.6396484375}, {"start": 951.45, "end": 952.01, "word": " dot", "probability": 0.751953125}, {"start": 952.01, "end": 954.41, "word": " get", "probability": 0.69677734375}, {"start": 954.41, "end": 955.97, "word": " correct", "probability": 0.765625}, {"start": 955.97, "end": 956.91, "word": " answer.", "probability": 0.95556640625}, {"start": 957.37, "end": 957.47, "word": " If", "probability": 0.791015625}, {"start": 957.47, "end": 957.85, "word": " this", "probability": 0.708984375}, {"start": 957.85, "end": 958.07, "word": " word", "probability": 0.459228515625}, {"start": 958.07, "end": 958.27, "word": " is", "probability": 0.74462890625}, {"start": 958.27, "end": 958.61, "word": " fulfilled,", "probability": 0.214111328125}, {"start": 959.43, "end": 959.69, "word": " of", "probability": 0.3408203125}, {"start": 959.69, "end": 959.69, "word": " course", "probability": 0.94482421875}, {"start": 959.69, "end": 959.89, "word": " it", "probability": 0.34912109375}, {"start": 959.89, "end": 960.03, "word": " has", "probability": 0.133544921875}, {"start": 960.03, "end": 960.13, "word": " to", "probability": 0.88818359375}, {"start": 960.13, "end": 960.27, "word": " put", "probability": 0.41552734375}, {"start": 960.27, "end": 960.53, "word": " else", "probability": 0.6875}, {"start": 960.53, "end": 960.75, "word": " as", "probability": 0.2130126953125}, {"start": 960.75, "end": 961.31, "word": " well.", "probability": 0.94287109375}, {"start": 962.07, "end": 962.47, "word": " If", "probability": 0.8095703125}, {"start": 962.47, "end": 962.65, "word": " it", "probability": 0.8984375}, {"start": 962.65, "end": 962.77, "word": " is", "probability": 0.6171875}, {"start": 962.77, "end": 963.05, "word": " right", "probability": 0.370361328125}, {"start": 963.05, "end": 963.29, "word": " or", "probability": 0.9072265625}, {"start": 963.29, "end": 963.47, "word": " if", "probability": 0.728515625}, {"start": 963.47, "end": 963.93, "word": " it", "probability": 0.94384765625}, {"start": 963.93, "end": 963.93, "word": " is", "probability": 0.9111328125}, {"start": 963.93, "end": 964.49, "word": " wrong.", "probability": 0.896484375}, {"start": 964.77, "end": 965.11, "word": " If", "probability": 0.93310546875}, {"start": 965.11, "end": 965.39, "word": " it", "probability": 0.92578125}, {"start": 965.39, "end": 965.39, "word": " is", "probability": 0.8779296875}, {"start": 965.39, "end": 965.55, "word": " right,", "probability": 0.7861328125}, {"start": 965.59, "end": 965.65, "word": " it", "probability": 0.8076171875}, {"start": 965.65, "end": 965.77, "word": " has", "probability": 0.478271484375}, {"start": 965.77, "end": 965.85, "word": " to", "probability": 0.96630859375}, {"start": 965.85, "end": 965.91, "word": " go", "probability": 0.4599609375}, {"start": 965.91, "end": 965.99, "word": " and", "probability": 0.529296875}, {"start": 965.99, "end": 966.31, "word": " teach", "probability": 0.515625}, {"start": 966.31, "end": 966.77, "word": " or", "probability": 0.7890625}, {"start": 966.77, "end": 967.19, "word": " put", "probability": 0.52685546875}, {"start": 967.19, "end": 967.33, "word": " the", "probability": 0.7978515625}, {"start": 967.33, "end": 967.69, "word": " background", "probability": 0.87060546875}, {"start": 967.69, "end": 968.13, "word": " which", "probability": 0.427001953125}, {"start": 968.13, "end": 968.31, "word": " is", "probability": 0.9033203125}, {"start": 968.31, "end": 968.73, "word": " the", "probability": 0.41650390625}, {"start": 968.73, "end": 968.73, "word": " green", "probability": 0.81201171875}, {"start": 968.73, "end": 969.35, "word": " color.", "probability": 0.21533203125}, {"start": 970.41, "end": 970.93, "word": " Now", "probability": 0.92724609375}, {"start": 970.93, "end": 971.03, "word": " it", "probability": 0.53759765625}, {"start": 971.03, "end": 971.13, "word": " has", "probability": 0.88916015625}, {"start": 971.13, "end": 971.23, "word": " to", "probability": 0.96875}, {"start": 971.23, "end": 971.33, "word": " go", "probability": 0.9423828125}, {"start": 971.33, "end": 971.49, "word": " to", "probability": 0.92822265625}, {"start": 971.49, "end": 971.59, "word": " the", "probability": 0.8818359375}, {"start": 971.59, "end": 971.73, "word": " button", "probability": 0.73828125}, {"start": 971.73, "end": 972.07, "word": " itself.", "probability": 0.7880859375}], "temperature": 1.0}, {"id": 39, "seek": 99121, "start": 980.03, "end": 991.21, "text": "ChoicesJ.setBackgroundColor.setBackgroundResource", "tokens": [44473, 1473, 41, 13, 3854, 28404, 2921, 34, 36182, 13, 3854, 28404, 2921, 33274, 2948], "avg_logprob": -0.7807617075741291, "compression_ratio": 1.0888888888888888, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 980.0300000000001, "end": 981.4300000000001, "word": "ChoicesJ", "probability": 0.3614705403645833}, {"start": 981.4300000000001, "end": 982.83, "word": ".setBackgroundColor", "probability": 0.5829060872395834}, {"start": 982.83, "end": 991.21, "word": ".setBackgroundResource", "probability": 0.6699930826822916}], "temperature": 1.0}, {"id": 40, "seek": 102290, "start": 996.84, "end": 1022.9, "text": " dot which is the default correct shape choice correct shape if it is wrong, click correct or not, it will put the second arrow which is choice wrong shape ok, let's make sure that it is running", "tokens": [5893, 597, 307, 264, 7576, 3006, 3909, 3922, 3006, 3909, 498, 309, 307, 2085, 11, 2052, 3006, 420, 406, 11, 309, 486, 829, 264, 1150, 11610, 597, 307, 3922, 2085, 3909, 3133, 11, 718, 311, 652, 988, 300, 309, 307, 2614], "avg_logprob": -0.6666666709241413, "compression_ratio": 1.6166666666666667, "no_speech_prob": 0.0, "words": [{"start": 996.84, "end": 997.32, "word": " dot", "probability": 0.1737060546875}, {"start": 997.32, "end": 997.92, "word": " which", "probability": 0.48388671875}, {"start": 997.92, "end": 998.12, "word": " is", "probability": 0.91943359375}, {"start": 998.12, "end": 998.24, "word": " the", "probability": 0.37841796875}, {"start": 998.24, "end": 998.64, "word": " default", "probability": 0.845703125}, {"start": 998.64, "end": 999.14, "word": " correct", "probability": 0.72802734375}, {"start": 999.14, "end": 1000.44, "word": " shape", "probability": 0.9287109375}, {"start": 1000.44, "end": 1001.78, "word": " choice", "probability": 0.298583984375}, {"start": 1001.78, "end": 1002.24, "word": " correct", "probability": 0.80712890625}, {"start": 1002.24, "end": 1003.92, "word": " shape", "probability": 0.92578125}, {"start": 1003.92, "end": 1006.94, "word": " if", "probability": 0.386962890625}, {"start": 1006.94, "end": 1007.3, "word": " it", "probability": 0.77099609375}, {"start": 1007.3, "end": 1007.48, "word": " is", "probability": 0.458984375}, {"start": 1007.48, "end": 1007.94, "word": " wrong,", "probability": 0.6259765625}, {"start": 1008.72, "end": 1009.14, "word": " click", "probability": 0.1947021484375}, {"start": 1009.14, "end": 1009.82, "word": " correct", "probability": 0.12103271484375}, {"start": 1009.82, "end": 1010.0, "word": " or", "probability": 0.5224609375}, {"start": 1010.0, "end": 1010.14, "word": " not,", "probability": 0.771484375}, {"start": 1010.9, "end": 1011.02, "word": " it", "probability": 0.487060546875}, {"start": 1011.02, "end": 1011.18, "word": " will", "probability": 0.5126953125}, {"start": 1011.18, "end": 1011.62, "word": " put", "probability": 0.50341796875}, {"start": 1011.62, "end": 1012.86, "word": " the", "probability": 0.58984375}, {"start": 1012.86, "end": 1012.88, "word": " second", "probability": 0.7041015625}, {"start": 1012.88, "end": 1013.48, "word": " arrow", "probability": 0.2071533203125}, {"start": 1013.48, "end": 1015.12, "word": " which", "probability": 0.56201171875}, {"start": 1015.12, "end": 1015.3, "word": " is", "probability": 0.939453125}, {"start": 1015.3, "end": 1015.92, "word": " choice", "probability": 0.80322265625}, {"start": 1015.92, "end": 1017.66, "word": " wrong", "probability": 0.70263671875}, {"start": 1017.66, "end": 1018.4, "word": " shape", "probability": 0.9072265625}, {"start": 1018.4, "end": 1021.42, "word": " ok,", "probability": 0.2418212890625}, {"start": 1021.52, "end": 1021.7, "word": " let's", "probability": 0.523681640625}, {"start": 1021.7, "end": 1021.82, "word": " make", "probability": 0.650390625}, {"start": 1021.82, "end": 1022.1, "word": " sure", "probability": 0.93359375}, {"start": 1022.1, "end": 1022.26, "word": " that", "probability": 0.36962890625}, {"start": 1022.26, "end": 1022.6, "word": " it", "probability": 0.69873046875}, {"start": 1022.6, "end": 1022.62, "word": " is", "probability": 0.68408203125}, {"start": 1022.62, "end": 1022.9, "word": " running", "probability": 0.29833984375}], "temperature": 1.0}, {"id": 41, "seek": 104236, "start": 1039.09, "end": 1042.37, "text": "طب لحد ما يشتغل بدنا احنا كمان نشغل", "tokens": [9566, 3555, 5296, 24401, 19446, 7251, 8592, 2655, 17082, 1211, 47525, 8315, 1975, 5016, 8315, 9122, 2304, 7649, 8717, 8592, 17082, 1211], "avg_logprob": -0.20227581651314444, "compression_ratio": 1.0327868852459017, "no_speech_prob": 0.0, "words": [{"start": 1039.09, "end": 1039.39, "word": "طب", "probability": 0.65087890625}, {"start": 1039.39, "end": 1039.65, "word": " لحد", "probability": 0.796875}, {"start": 1039.65, "end": 1039.75, "word": " ما", "probability": 0.98193359375}, {"start": 1039.75, "end": 1040.57, "word": " يشتغل", "probability": 0.988671875}, {"start": 1040.57, "end": 1041.13, "word": " بدنا", "probability": 0.818359375}, {"start": 1041.13, "end": 1041.37, "word": " احنا", "probability": 0.9147135416666666}, {"start": 1041.37, "end": 1041.71, "word": " كمان", "probability": 0.9825846354166666}, {"start": 1041.71, "end": 1042.37, "word": " نشغل", "probability": 0.9227294921875}], "temperature": 1.0}, {"id": 42, "seek": 107598, "start": 1050.2, "end": 1075.98, "text": " Okay, let's say they are going to learn what in green, okay? Of course, he hasn't done anything yet, he is supposed to go to the second question, but before we go to the second question, we want to see now how to turn on the sound, okay? And the receipt also increases, okay? In order to learn something new now, how do we turn on the sound? Okay, because now Jupiter has two files of sound, okay? There is the first sound, clapping", "tokens": [1033, 11, 718, 311, 584, 436, 366, 516, 281, 1466, 437, 294, 3092, 11, 1392, 30, 2720, 1164, 11, 415, 6132, 380, 1096, 1340, 1939, 11, 415, 307, 3442, 281, 352, 281, 264, 1150, 1168, 11, 457, 949, 321, 352, 281, 264, 1150, 1168, 11, 321, 528, 281, 536, 586, 577, 281, 1261, 322, 264, 1626, 11, 1392, 30, 400, 264, 33882, 611, 8637, 11, 1392, 30, 682, 1668, 281, 1466, 746, 777, 586, 11, 577, 360, 321, 1261, 322, 264, 1626, 30, 1033, 11, 570, 586, 24567, 575, 732, 7098, 295, 1626, 11, 1392, 30, 821, 307, 264, 700, 1626, 11, 19978], "avg_logprob": -0.5201322407676623, "compression_ratio": 1.7818930041152263, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1050.1999999999998, "end": 1050.6399999999999, "word": " Okay,", "probability": 0.09991455078125}, {"start": 1050.6399999999999, "end": 1051.08, "word": " let's", "probability": 0.63720703125}, {"start": 1051.08, "end": 1051.32, "word": " say", "probability": 0.85302734375}, {"start": 1051.32, "end": 1051.5, "word": " they", "probability": 0.2149658203125}, {"start": 1051.5, "end": 1051.5, "word": " are", "probability": 0.2017822265625}, {"start": 1051.5, "end": 1051.8, "word": " going", "probability": 0.5029296875}, {"start": 1051.8, "end": 1052.46, "word": " to", "probability": 0.9599609375}, {"start": 1052.46, "end": 1052.78, "word": " learn", "probability": 0.4892578125}, {"start": 1052.78, "end": 1053.1, "word": " what", "probability": 0.091552734375}, {"start": 1053.1, "end": 1053.2, "word": " in", "probability": 0.378173828125}, {"start": 1053.2, "end": 1053.52, "word": " green,", "probability": 0.41015625}, {"start": 1053.82, "end": 1054.06, "word": " okay?", "probability": 0.52685546875}, {"start": 1054.22, "end": 1054.6, "word": " Of", "probability": 0.53515625}, {"start": 1054.6, "end": 1054.6, "word": " course,", "probability": 0.9404296875}, {"start": 1054.74, "end": 1054.92, "word": " he", "probability": 0.38134765625}, {"start": 1054.92, "end": 1054.94, "word": " hasn't", "probability": 0.6749267578125}, {"start": 1054.94, "end": 1055.12, "word": " done", "probability": 0.826171875}, {"start": 1055.12, "end": 1055.42, "word": " anything", "probability": 0.83642578125}, {"start": 1055.42, "end": 1055.62, "word": " yet,", "probability": 0.8857421875}, {"start": 1055.72, "end": 1055.76, "word": " he", "probability": 0.65673828125}, {"start": 1055.76, "end": 1055.76, "word": " is", "probability": 0.252197265625}, {"start": 1055.76, "end": 1055.92, "word": " supposed", "probability": 0.87255859375}, {"start": 1055.92, "end": 1056.0, "word": " to", "probability": 0.9677734375}, {"start": 1056.0, "end": 1056.1, "word": " go", "probability": 0.62939453125}, {"start": 1056.1, "end": 1056.18, "word": " to", "probability": 0.81982421875}, {"start": 1056.18, "end": 1056.24, "word": " the", "probability": 0.85107421875}, {"start": 1056.24, "end": 1056.66, "word": " second", "probability": 0.533203125}, {"start": 1056.66, "end": 1056.82, "word": " question,", "probability": 0.9111328125}, {"start": 1057.04, "end": 1058.1, "word": " but", "probability": 0.7099609375}, {"start": 1058.1, "end": 1058.8, "word": " before", "probability": 0.459716796875}, {"start": 1058.8, "end": 1058.98, "word": " we", "probability": 0.391357421875}, {"start": 1058.98, "end": 1059.06, "word": " go", "probability": 0.8251953125}, {"start": 1059.06, "end": 1059.14, "word": " to", "probability": 0.921875}, {"start": 1059.14, "end": 1059.5, "word": " the", "probability": 0.89404296875}, {"start": 1059.5, "end": 1059.62, "word": " second", "probability": 0.8056640625}, {"start": 1059.62, "end": 1059.62, "word": " question,", "probability": 0.90576171875}, {"start": 1059.62, "end": 1059.8, "word": " we", "probability": 0.71142578125}, {"start": 1059.8, "end": 1059.88, "word": " want", "probability": 0.5009765625}, {"start": 1059.88, "end": 1059.96, "word": " to", "probability": 0.96728515625}, {"start": 1059.96, "end": 1060.12, "word": " see", "probability": 0.826171875}, {"start": 1060.12, "end": 1060.34, "word": " now", "probability": 0.389404296875}, {"start": 1060.34, "end": 1060.52, "word": " how", "probability": 0.861328125}, {"start": 1060.52, "end": 1060.64, "word": " to", "probability": 0.625}, {"start": 1060.64, "end": 1060.86, "word": " turn", "probability": 0.5146484375}, {"start": 1060.86, "end": 1060.96, "word": " on", "probability": 0.8544921875}, {"start": 1060.96, "end": 1061.08, "word": " the", "probability": 0.55126953125}, {"start": 1061.08, "end": 1061.32, "word": " sound,", "probability": 0.53759765625}, {"start": 1062.06, "end": 1062.38, "word": " okay?", "probability": 0.78173828125}, {"start": 1064.5, "end": 1064.94, "word": " And", "probability": 0.5244140625}, {"start": 1064.94, "end": 1065.02, "word": " the", "probability": 0.5458984375}, {"start": 1065.02, "end": 1065.26, "word": " receipt", "probability": 0.477294921875}, {"start": 1065.26, "end": 1065.48, "word": " also", "probability": 0.39892578125}, {"start": 1065.48, "end": 1065.74, "word": " increases,", "probability": 0.5390625}, {"start": 1066.02, "end": 1066.26, "word": " okay?", "probability": 0.6708984375}, {"start": 1066.74, "end": 1067.04, "word": " In", "probability": 0.319580078125}, {"start": 1067.04, "end": 1067.04, "word": " order", "probability": 0.91455078125}, {"start": 1067.04, "end": 1067.12, "word": " to", "probability": 0.9580078125}, {"start": 1067.12, "end": 1067.38, "word": " learn", "probability": 0.9580078125}, {"start": 1067.38, "end": 1067.56, "word": " something", "probability": 0.8173828125}, {"start": 1067.56, "end": 1067.84, "word": " new", "probability": 0.89208984375}, {"start": 1067.84, "end": 1068.12, "word": " now,", "probability": 0.8486328125}, {"start": 1068.18, "end": 1068.34, "word": " how", "probability": 0.896484375}, {"start": 1068.34, "end": 1068.44, "word": " do", "probability": 0.322509765625}, {"start": 1068.44, "end": 1068.48, "word": " we", "probability": 0.77197265625}, {"start": 1068.48, "end": 1068.7, "word": " turn", "probability": 0.6826171875}, {"start": 1068.7, "end": 1069.58, "word": " on", "probability": 0.87548828125}, {"start": 1069.58, "end": 1069.66, "word": " the", "probability": 0.5185546875}, {"start": 1069.66, "end": 1069.9, "word": " sound?", "probability": 0.814453125}, {"start": 1070.32, "end": 1070.48, "word": " Okay,", "probability": 0.457275390625}, {"start": 1070.94, "end": 1071.08, "word": " because", "probability": 0.59619140625}, {"start": 1071.08, "end": 1071.24, "word": " now", "probability": 0.271728515625}, {"start": 1071.24, "end": 1071.52, "word": " Jupiter", "probability": 0.33154296875}, {"start": 1071.52, "end": 1072.0, "word": " has", "probability": 0.164306640625}, {"start": 1072.0, "end": 1072.14, "word": " two", "probability": 0.87451171875}, {"start": 1072.14, "end": 1072.34, "word": " files", "probability": 0.77587890625}, {"start": 1072.34, "end": 1072.62, "word": " of", "probability": 0.47998046875}, {"start": 1072.62, "end": 1072.86, "word": " sound,", "probability": 0.73095703125}, {"start": 1073.34, "end": 1073.56, "word": " okay?", "probability": 0.85986328125}, {"start": 1074.22, "end": 1074.44, "word": " There", "probability": 0.391357421875}, {"start": 1074.44, "end": 1074.68, "word": " is", "probability": 0.7958984375}, {"start": 1074.68, "end": 1075.12, "word": " the", "probability": 0.8388671875}, {"start": 1075.12, "end": 1075.4, "word": " first", "probability": 0.88134765625}, {"start": 1075.4, "end": 1075.4, "word": " sound,", "probability": 0.7265625}, {"start": 1075.66, "end": 1075.98, "word": " clapping", "probability": 0.447509765625}], "temperature": 1.0}, {"id": 43, "seek": 110304, "start": 1076.64, "end": 1103.04, "text": " What does clapping mean? Clap means to clap in English. In Arabic, clap means to clap. Okay? And there is also this sound. What is this in case of? If it is wrong. If it is wrong. Okay? So now we took the two files. And now we want to put them in a file or raw file.", "tokens": [708, 775, 20760, 3381, 914, 30, 45297, 1355, 281, 20760, 294, 3669, 13, 682, 19938, 11, 20760, 1355, 281, 20760, 13, 1033, 30, 400, 456, 307, 611, 341, 1626, 13, 708, 307, 341, 294, 1389, 295, 30, 759, 309, 307, 2085, 13, 759, 309, 307, 2085, 13, 1033, 30, 407, 586, 321, 1890, 264, 732, 7098, 13, 400, 586, 321, 528, 281, 829, 552, 294, 257, 3991, 420, 8936, 3991, 13], "avg_logprob": -0.5785590517852042, "compression_ratio": 1.608433734939759, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1076.64, "end": 1076.9, "word": " What", "probability": 0.50732421875}, {"start": 1076.9, "end": 1077.0, "word": " does", "probability": 0.60546875}, {"start": 1077.0, "end": 1077.48, "word": " clapping", "probability": 0.3402099609375}, {"start": 1077.48, "end": 1077.48, "word": " mean?", "probability": 0.8681640625}, {"start": 1080.18, "end": 1080.7, "word": " Clap", "probability": 0.67431640625}, {"start": 1080.7, "end": 1080.94, "word": " means", "probability": 0.78955078125}, {"start": 1080.94, "end": 1081.2, "word": " to", "probability": 0.28759765625}, {"start": 1081.2, "end": 1081.26, "word": " clap", "probability": 0.78564453125}, {"start": 1081.26, "end": 1081.76, "word": " in", "probability": 0.56005859375}, {"start": 1081.76, "end": 1082.2, "word": " English.", "probability": 0.931640625}, {"start": 1082.36, "end": 1082.36, "word": " In", "probability": 0.68896484375}, {"start": 1082.36, "end": 1082.68, "word": " Arabic,", "probability": 0.90869140625}, {"start": 1082.96, "end": 1083.16, "word": " clap", "probability": 0.2318115234375}, {"start": 1083.16, "end": 1083.46, "word": " means", "probability": 0.60498046875}, {"start": 1083.46, "end": 1083.56, "word": " to", "probability": 0.312744140625}, {"start": 1083.56, "end": 1083.82, "word": " clap.", "probability": 0.28173828125}, {"start": 1085.0, "end": 1085.52, "word": " Okay?", "probability": 0.1441650390625}, {"start": 1086.22, "end": 1086.44, "word": " And", "probability": 0.66943359375}, {"start": 1086.44, "end": 1086.66, "word": " there", "probability": 0.75537109375}, {"start": 1086.66, "end": 1086.66, "word": " is", "probability": 0.71435546875}, {"start": 1086.66, "end": 1087.0, "word": " also", "probability": 0.59228515625}, {"start": 1087.0, "end": 1087.28, "word": " this", "probability": 0.6630859375}, {"start": 1087.28, "end": 1087.5, "word": " sound.", "probability": 0.491455078125}, {"start": 1089.0, "end": 1089.52, "word": " What", "probability": 0.468994140625}, {"start": 1089.52, "end": 1089.52, "word": " is", "probability": 0.6865234375}, {"start": 1089.52, "end": 1089.62, "word": " this", "probability": 0.56884765625}, {"start": 1089.62, "end": 1089.68, "word": " in", "probability": 0.3271484375}, {"start": 1089.68, "end": 1090.1, "word": " case", "probability": 0.75927734375}, {"start": 1090.1, "end": 1091.46, "word": " of?", "probability": 0.55322265625}, {"start": 1091.52, "end": 1092.04, "word": " If", "probability": 0.61376953125}, {"start": 1092.04, "end": 1092.22, "word": " it", "probability": 0.354736328125}, {"start": 1092.22, "end": 1092.22, "word": " is", "probability": 0.429443359375}, {"start": 1092.22, "end": 1092.3, "word": " wrong.", "probability": 0.1534423828125}, {"start": 1092.4, "end": 1092.4, "word": " If", "probability": 0.1871337890625}, {"start": 1092.4, "end": 1092.76, "word": " it", "probability": 0.7890625}, {"start": 1092.76, "end": 1092.76, "word": " is", "probability": 0.8828125}, {"start": 1092.76, "end": 1092.92, "word": " wrong.", "probability": 0.66162109375}, {"start": 1093.44, "end": 1093.96, "word": " Okay?", "probability": 0.48681640625}, {"start": 1094.32, "end": 1094.48, "word": " So", "probability": 0.6689453125}, {"start": 1094.48, "end": 1094.62, "word": " now", "probability": 0.5546875}, {"start": 1094.62, "end": 1094.74, "word": " we", "probability": 0.64794921875}, {"start": 1094.74, "end": 1095.0, "word": " took", "probability": 0.385498046875}, {"start": 1095.0, "end": 1095.26, "word": " the", "probability": 0.53125}, {"start": 1095.26, "end": 1095.68, "word": " two", "probability": 0.658203125}, {"start": 1095.68, "end": 1095.68, "word": " files.", "probability": 0.880859375}, {"start": 1097.7, "end": 1098.22, "word": " And", "probability": 0.5234375}, {"start": 1098.22, "end": 1098.7, "word": " now", "probability": 0.9326171875}, {"start": 1098.7, "end": 1099.76, "word": " we", "probability": 0.71630859375}, {"start": 1099.76, "end": 1099.94, "word": " want", "probability": 0.258544921875}, {"start": 1099.94, "end": 1100.1, "word": " to", "probability": 0.95947265625}, {"start": 1100.1, "end": 1100.34, "word": " put", "probability": 0.68701171875}, {"start": 1100.34, "end": 1100.54, "word": " them", "probability": 0.7646484375}, {"start": 1100.54, "end": 1101.16, "word": " in", "probability": 0.41357421875}, {"start": 1101.16, "end": 1101.32, "word": " a", "probability": 0.51025390625}, {"start": 1101.32, "end": 1101.64, "word": " file", "probability": 0.82763671875}, {"start": 1101.64, "end": 1102.62, "word": " or", "probability": 0.71533203125}, {"start": 1102.62, "end": 1102.72, "word": " raw", "probability": 0.6181640625}, {"start": 1102.72, "end": 1103.04, "word": " file.", "probability": 0.60009765625}], "temperature": 1.0}, {"id": 44, "seek": 113174, "start": 1104.82, "end": 1131.74, "text": " The raw file, not the assets file. Why? Because we will see that the method that runs the audio files, which is related to the media player, requires an ID for the file. Okay? We said that the raw file is different from the assets file because the raw file has resources, so it requires an ID for the file. So we took the files and put them in the raw file. Okay? These are the files here. Okay.", "tokens": [440, 8936, 3991, 11, 406, 264, 9769, 3991, 13, 1545, 30, 1436, 321, 486, 536, 300, 264, 3170, 300, 6676, 264, 6278, 7098, 11, 597, 307, 4077, 281, 264, 3021, 4256, 11, 7029, 364, 7348, 337, 264, 3991, 13, 1033, 30, 492, 848, 300, 264, 8936, 3991, 307, 819, 490, 264, 9769, 3991, 570, 264, 8936, 3991, 575, 3593, 11, 370, 309, 7029, 364, 7348, 337, 264, 3991, 13, 407, 321, 1890, 264, 7098, 293, 829, 552, 294, 264, 8936, 3991, 13, 1033, 30, 1981, 366, 264, 7098, 510, 13, 1033, 13], "avg_logprob": -0.4314516205941477, "compression_ratio": 1.894736842105263, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1104.82, "end": 1105.3, "word": " The", "probability": 0.1396484375}, {"start": 1105.3, "end": 1105.5, "word": " raw", "probability": 0.724609375}, {"start": 1105.5, "end": 1105.5, "word": " file,", "probability": 0.62548828125}, {"start": 1105.62, "end": 1105.82, "word": " not", "probability": 0.85009765625}, {"start": 1105.82, "end": 1106.34, "word": " the", "probability": 0.81689453125}, {"start": 1106.34, "end": 1106.72, "word": " assets", "probability": 0.865234375}, {"start": 1106.72, "end": 1107.16, "word": " file.", "probability": 0.53125}, {"start": 1107.28, "end": 1107.76, "word": " Why?", "probability": 0.57568359375}, {"start": 1107.96, "end": 1108.2, "word": " Because", "probability": 0.79296875}, {"start": 1108.2, "end": 1108.36, "word": " we", "probability": 0.2344970703125}, {"start": 1108.36, "end": 1108.66, "word": " will", "probability": 0.2685546875}, {"start": 1108.66, "end": 1108.98, "word": " see", "probability": 0.751953125}, {"start": 1108.98, "end": 1109.68, "word": " that", "probability": 0.64599609375}, {"start": 1109.68, "end": 1109.82, "word": " the", "probability": 0.77734375}, {"start": 1109.82, "end": 1110.3, "word": " method", "probability": 0.8994140625}, {"start": 1110.3, "end": 1110.76, "word": " that", "probability": 0.63623046875}, {"start": 1110.76, "end": 1111.42, "word": " runs", "probability": 0.63916015625}, {"start": 1111.42, "end": 1112.24, "word": " the", "probability": 0.460205078125}, {"start": 1112.24, "end": 1113.1, "word": " audio", "probability": 0.5693359375}, {"start": 1113.1, "end": 1113.1, "word": " files,", "probability": 0.9033203125}, {"start": 1113.32, "end": 1113.46, "word": " which", "probability": 0.3515625}, {"start": 1113.46, "end": 1113.58, "word": " is", "probability": 0.5283203125}, {"start": 1113.58, "end": 1114.64, "word": " related", "probability": 0.791015625}, {"start": 1114.64, "end": 1114.84, "word": " to", "probability": 0.9541015625}, {"start": 1114.84, "end": 1114.9, "word": " the", "probability": 0.7080078125}, {"start": 1114.9, "end": 1115.08, "word": " media", "probability": 0.71484375}, {"start": 1115.08, "end": 1115.44, "word": " player,", "probability": 0.93310546875}, {"start": 1115.7, "end": 1115.92, "word": " requires", "probability": 0.2734375}, {"start": 1115.92, "end": 1116.18, "word": " an", "probability": 0.646484375}, {"start": 1116.18, "end": 1116.42, "word": " ID", "probability": 0.74072265625}, {"start": 1116.42, "end": 1117.1, "word": " for", "probability": 0.70361328125}, {"start": 1117.1, "end": 1117.2, "word": " the", "probability": 0.83349609375}, {"start": 1117.2, "end": 1117.46, "word": " file.", "probability": 0.88916015625}, {"start": 1117.88, "end": 1118.0, "word": " Okay?", "probability": 0.2169189453125}, {"start": 1118.24, "end": 1118.5, "word": " We", "probability": 0.81298828125}, {"start": 1118.5, "end": 1118.78, "word": " said", "probability": 0.517578125}, {"start": 1118.78, "end": 1119.16, "word": " that", "probability": 0.87841796875}, {"start": 1119.16, "end": 1119.8, "word": " the", "probability": 0.184326171875}, {"start": 1119.8, "end": 1119.9, "word": " raw", "probability": 0.81494140625}, {"start": 1119.9, "end": 1119.96, "word": " file", "probability": 0.7021484375}, {"start": 1119.96, "end": 1119.96, "word": " is", "probability": 0.397216796875}, {"start": 1119.96, "end": 1119.96, "word": " different", "probability": 0.7685546875}, {"start": 1119.96, "end": 1120.04, "word": " from", "probability": 0.76025390625}, {"start": 1120.04, "end": 1120.24, "word": " the", "probability": 0.8193359375}, {"start": 1120.24, "end": 1120.6, "word": " assets", "probability": 0.92578125}, {"start": 1120.6, "end": 1120.64, "word": " file", "probability": 0.822265625}, {"start": 1120.64, "end": 1120.92, "word": " because", "probability": 0.5107421875}, {"start": 1120.92, "end": 1121.04, "word": " the", "probability": 0.72314453125}, {"start": 1121.04, "end": 1121.18, "word": " raw", "probability": 0.916015625}, {"start": 1121.18, "end": 1121.26, "word": " file", "probability": 0.84375}, {"start": 1121.26, "end": 1121.6, "word": " has", "probability": 0.1522216796875}, {"start": 1121.6, "end": 1122.52, "word": " resources,", "probability": 0.671875}, {"start": 1122.58, "end": 1122.74, "word": " so", "probability": 0.54248046875}, {"start": 1122.74, "end": 1122.78, "word": " it", "probability": 0.7939453125}, {"start": 1122.78, "end": 1122.94, "word": " requires", "probability": 0.2005615234375}, {"start": 1122.94, "end": 1123.08, "word": " an", "probability": 0.88427734375}, {"start": 1123.08, "end": 1123.26, "word": " ID", "probability": 0.96728515625}, {"start": 1123.26, "end": 1123.44, "word": " for", "probability": 0.81201171875}, {"start": 1123.44, "end": 1123.5, "word": " the", "probability": 0.8193359375}, {"start": 1123.5, "end": 1123.74, "word": " file.", "probability": 0.7646484375}, {"start": 1124.1, "end": 1124.5, "word": " So", "probability": 0.78271484375}, {"start": 1124.5, "end": 1124.74, "word": " we", "probability": 0.59033203125}, {"start": 1124.74, "end": 1124.74, "word": " took", "probability": 0.6904296875}, {"start": 1124.74, "end": 1124.88, "word": " the", "probability": 0.80908203125}, {"start": 1124.88, "end": 1125.1, "word": " files", "probability": 0.81982421875}, {"start": 1125.1, "end": 1125.34, "word": " and", "probability": 0.8408203125}, {"start": 1125.34, "end": 1125.56, "word": " put", "probability": 0.609375}, {"start": 1125.56, "end": 1125.78, "word": " them", "probability": 0.814453125}, {"start": 1125.78, "end": 1125.94, "word": " in", "probability": 0.7783203125}, {"start": 1125.94, "end": 1127.9, "word": " the", "probability": 0.8818359375}, {"start": 1127.9, "end": 1128.24, "word": " raw", "probability": 0.87548828125}, {"start": 1128.24, "end": 1128.28, "word": " file.", "probability": 0.88330078125}, {"start": 1128.74, "end": 1129.22, "word": " Okay?", "probability": 0.68212890625}, {"start": 1129.34, "end": 1129.48, "word": " These", "probability": 0.73828125}, {"start": 1129.48, "end": 1129.56, "word": " are", "probability": 0.84521484375}, {"start": 1129.56, "end": 1129.56, "word": " the", "probability": 0.89306640625}, {"start": 1129.56, "end": 1129.9, "word": " files", "probability": 0.947265625}, {"start": 1129.9, "end": 1130.18, "word": " here.", "probability": 0.54345703125}, {"start": 1131.38, "end": 1131.74, "word": " Okay.", "probability": 0.59033203125}], "temperature": 1.0}, {"id": 45, "seek": 114860, "start": 1135.51, "end": 1148.61, "text": " How? The same rule for naming photos, okay? So this is okay, this is a clap sound, I call it, and it has a normal slash, there is no problem. Anything in the resource has to follow the rules in naming it.", "tokens": [1012, 30, 440, 912, 4978, 337, 25290, 5787, 11, 1392, 30, 407, 341, 307, 1392, 11, 341, 307, 257, 20760, 1626, 11, 286, 818, 309, 11, 293, 309, 575, 257, 2710, 17330, 11, 456, 307, 572, 1154, 13, 11998, 294, 264, 7684, 575, 281, 1524, 264, 4474, 294, 25290, 309, 13], "avg_logprob": -0.6105769012983029, "compression_ratio": 1.3945578231292517, "no_speech_prob": 0.0, "words": [{"start": 1135.51, "end": 1135.99, "word": " How?", "probability": 0.0823974609375}, {"start": 1135.99, "end": 1136.47, "word": " The", "probability": 0.355224609375}, {"start": 1136.47, "end": 1136.71, "word": " same", "probability": 0.80859375}, {"start": 1136.71, "end": 1137.25, "word": " rule", "probability": 0.443603515625}, {"start": 1137.25, "end": 1137.57, "word": " for", "probability": 0.1177978515625}, {"start": 1137.57, "end": 1137.89, "word": " naming", "probability": 0.66259765625}, {"start": 1137.89, "end": 1138.53, "word": " photos,", "probability": 0.425048828125}, {"start": 1138.99, "end": 1139.19, "word": " okay?", "probability": 0.365478515625}, {"start": 1140.19, "end": 1140.31, "word": " So", "probability": 0.26025390625}, {"start": 1140.31, "end": 1140.55, "word": " this", "probability": 0.509765625}, {"start": 1140.55, "end": 1140.63, "word": " is", "probability": 0.673828125}, {"start": 1140.63, "end": 1140.87, "word": " okay,", "probability": 0.11138916015625}, {"start": 1141.11, "end": 1141.21, "word": " this", "probability": 0.37744140625}, {"start": 1141.21, "end": 1141.29, "word": " is", "probability": 0.88916015625}, {"start": 1141.29, "end": 1141.33, "word": " a", "probability": 0.362060546875}, {"start": 1141.33, "end": 1141.55, "word": " clap", "probability": 0.62451171875}, {"start": 1141.55, "end": 1141.95, "word": " sound,", "probability": 0.90185546875}, {"start": 1142.03, "end": 1142.03, "word": " I", "probability": 0.406005859375}, {"start": 1142.03, "end": 1142.27, "word": " call", "probability": 0.7275390625}, {"start": 1142.27, "end": 1142.47, "word": " it,", "probability": 0.92236328125}, {"start": 1142.57, "end": 1142.69, "word": " and", "probability": 0.60595703125}, {"start": 1142.69, "end": 1142.87, "word": " it", "probability": 0.7158203125}, {"start": 1142.87, "end": 1143.15, "word": " has", "probability": 0.8740234375}, {"start": 1143.15, "end": 1143.59, "word": " a", "probability": 0.712890625}, {"start": 1143.59, "end": 1144.13, "word": " normal", "probability": 0.461669921875}, {"start": 1144.13, "end": 1144.13, "word": " slash,", "probability": 0.8203125}, {"start": 1144.19, "end": 1144.31, "word": " there", "probability": 0.525390625}, {"start": 1144.31, "end": 1144.41, "word": " is", "probability": 0.6875}, {"start": 1144.41, "end": 1144.51, "word": " no", "probability": 0.9365234375}, {"start": 1144.51, "end": 1144.83, "word": " problem.", "probability": 0.8623046875}, {"start": 1145.59, "end": 1145.83, "word": " Anything", "probability": 0.62353515625}, {"start": 1145.83, "end": 1146.11, "word": " in", "probability": 0.7236328125}, {"start": 1146.11, "end": 1146.19, "word": " the", "probability": 0.64013671875}, {"start": 1146.19, "end": 1146.49, "word": " resource", "probability": 0.90478515625}, {"start": 1146.49, "end": 1146.67, "word": " has", "probability": 0.2327880859375}, {"start": 1146.67, "end": 1146.83, "word": " to", "probability": 0.97021484375}, {"start": 1146.83, "end": 1147.23, "word": " follow", "probability": 0.384033203125}, {"start": 1147.23, "end": 1147.71, "word": " the", "probability": 0.849609375}, {"start": 1147.71, "end": 1147.93, "word": " rules", "probability": 0.7744140625}, {"start": 1147.93, "end": 1148.11, "word": " in", "probability": 0.3095703125}, {"start": 1148.11, "end": 1148.37, "word": " naming", "probability": 0.84228515625}, {"start": 1148.37, "end": 1148.61, "word": " it.", "probability": 0.8935546875}], "temperature": 1.0}, {"id": 46, "seek": 117465, "start": 1150.87, "end": 1174.65, "text": " Yes, I don't remember the types that support it. But MP3 supports it and MP4 supports it too. There are certain types. If you search on Google, it will tell you what types support it. Now, at the beginning of the activity, we will do how to run the sound. You need to extract from each sound", "tokens": [1079, 11, 286, 500, 380, 1604, 264, 3467, 300, 1406, 309, 13, 583, 14146, 18, 9346, 309, 293, 14146, 19, 9346, 309, 886, 13, 821, 366, 1629, 3467, 13, 759, 291, 3164, 322, 3329, 11, 309, 486, 980, 291, 437, 3467, 1406, 309, 13, 823, 11, 412, 264, 2863, 295, 264, 5191, 11, 321, 486, 360, 577, 281, 1190, 264, 1626, 13, 509, 643, 281, 8947, 490, 1184, 1626], "avg_logprob": -0.5562500289508274, "compression_ratio": 1.5129533678756477, "no_speech_prob": 0.0, "words": [{"start": 1150.87, "end": 1151.17, "word": " Yes,", "probability": 0.380126953125}, {"start": 1151.31, "end": 1151.79, "word": " I", "probability": 0.1888427734375}, {"start": 1151.79, "end": 1153.19, "word": " don't", "probability": 0.7392578125}, {"start": 1153.19, "end": 1153.69, "word": " remember", "probability": 0.71630859375}, {"start": 1153.69, "end": 1153.99, "word": " the", "probability": 0.2059326171875}, {"start": 1153.99, "end": 1154.09, "word": " types", "probability": 0.17041015625}, {"start": 1154.09, "end": 1154.23, "word": " that", "probability": 0.189697265625}, {"start": 1154.23, "end": 1154.49, "word": " support", "probability": 0.50341796875}, {"start": 1154.49, "end": 1154.63, "word": " it.", "probability": 0.274658203125}, {"start": 1155.01, "end": 1155.33, "word": " But", "probability": 0.54833984375}, {"start": 1155.33, "end": 1155.81, "word": " MP3", "probability": 0.800537109375}, {"start": 1155.81, "end": 1156.13, "word": " supports", "probability": 0.55029296875}, {"start": 1156.13, "end": 1156.23, "word": " it", "probability": 0.86865234375}, {"start": 1156.23, "end": 1156.61, "word": " and", "probability": 0.490478515625}, {"start": 1156.61, "end": 1157.07, "word": " MP4", "probability": 0.943115234375}, {"start": 1157.07, "end": 1157.35, "word": " supports", "probability": 0.56103515625}, {"start": 1157.35, "end": 1157.45, "word": " it", "probability": 0.9287109375}, {"start": 1157.45, "end": 1157.67, "word": " too.", "probability": 0.44091796875}, {"start": 1158.03, "end": 1158.27, "word": " There", "probability": 0.432373046875}, {"start": 1158.27, "end": 1158.39, "word": " are", "probability": 0.923828125}, {"start": 1158.39, "end": 1158.95, "word": " certain", "probability": 0.435546875}, {"start": 1158.95, "end": 1158.95, "word": " types.", "probability": 0.76953125}, {"start": 1160.11, "end": 1160.59, "word": " If", "probability": 0.7353515625}, {"start": 1160.59, "end": 1160.69, "word": " you", "probability": 0.7021484375}, {"start": 1160.69, "end": 1160.89, "word": " search", "probability": 0.364501953125}, {"start": 1160.89, "end": 1161.07, "word": " on", "probability": 0.74609375}, {"start": 1161.07, "end": 1161.33, "word": " Google,", "probability": 0.82763671875}, {"start": 1161.37, "end": 1161.43, "word": " it", "probability": 0.58154296875}, {"start": 1161.43, "end": 1161.45, "word": " will", "probability": 0.7294921875}, {"start": 1161.45, "end": 1161.59, "word": " tell", "probability": 0.794921875}, {"start": 1161.59, "end": 1161.75, "word": " you", "probability": 0.95849609375}, {"start": 1161.75, "end": 1161.85, "word": " what", "probability": 0.42236328125}, {"start": 1161.85, "end": 1162.07, "word": " types", "probability": 0.5869140625}, {"start": 1162.07, "end": 1162.35, "word": " support", "probability": 0.66455078125}, {"start": 1162.35, "end": 1162.53, "word": " it.", "probability": 0.74658203125}, {"start": 1164.67, "end": 1165.15, "word": " Now,", "probability": 0.8740234375}, {"start": 1166.43, "end": 1166.91, "word": " at", "probability": 0.2213134765625}, {"start": 1166.91, "end": 1167.01, "word": " the", "probability": 0.92431640625}, {"start": 1167.01, "end": 1167.15, "word": " beginning", "probability": 0.84130859375}, {"start": 1167.15, "end": 1167.27, "word": " of", "probability": 0.955078125}, {"start": 1167.27, "end": 1167.33, "word": " the", "probability": 0.8232421875}, {"start": 1167.33, "end": 1167.85, "word": " activity,", "probability": 0.95361328125}, {"start": 1168.65, "end": 1168.93, "word": " we", "probability": 0.615234375}, {"start": 1168.93, "end": 1169.93, "word": " will", "probability": 0.3017578125}, {"start": 1169.93, "end": 1170.55, "word": " do", "probability": 0.318359375}, {"start": 1170.55, "end": 1171.23, "word": " how", "probability": 0.2342529296875}, {"start": 1171.23, "end": 1171.41, "word": " to", "probability": 0.9443359375}, {"start": 1171.41, "end": 1171.59, "word": " run", "probability": 0.4375}, {"start": 1171.59, "end": 1171.77, "word": " the", "probability": 0.7216796875}, {"start": 1171.77, "end": 1171.95, "word": " sound.", "probability": 0.513671875}, {"start": 1172.73, "end": 1172.81, "word": " You", "probability": 0.8291015625}, {"start": 1172.81, "end": 1172.97, "word": " need", "probability": 0.285400390625}, {"start": 1172.97, "end": 1173.19, "word": " to", "probability": 0.96875}, {"start": 1173.19, "end": 1173.41, "word": " extract", "probability": 0.445556640625}, {"start": 1173.41, "end": 1173.55, "word": " from", "probability": 0.27685546875}, {"start": 1173.55, "end": 1174.27, "word": " each", "probability": 0.6376953125}, {"start": 1174.27, "end": 1174.65, "word": " sound", "probability": 0.79248046875}], "temperature": 1.0}, {"id": 47, "seek": 120418, "start": 1175.44, "end": 1204.18, "text": " Media player. Media player is built on who? On the sound. That's the idea. Every audio file you want to run or use, you will make a media player built on the sound. How many audio files do we have? Two. You will make two media players. If you run the first one, the first sound will start. Every media player you can make a start and a stop. Okay? You turn it on and stop it. How do we do this? Where did I go now? At the beginning,", "tokens": [14741, 4256, 13, 14741, 4256, 307, 3094, 322, 567, 30, 1282, 264, 1626, 13, 663, 311, 264, 1558, 13, 2048, 6278, 3991, 291, 528, 281, 1190, 420, 764, 11, 291, 486, 652, 257, 3021, 4256, 3094, 322, 264, 1626, 13, 1012, 867, 6278, 7098, 360, 321, 362, 30, 4453, 13, 509, 486, 652, 732, 3021, 4150, 13, 759, 291, 1190, 264, 700, 472, 11, 264, 700, 1626, 486, 722, 13, 2048, 3021, 4256, 291, 393, 652, 257, 722, 293, 257, 1590, 13, 1033, 30, 509, 1261, 309, 322, 293, 1590, 309, 13, 1012, 360, 321, 360, 341, 30, 2305, 630, 286, 352, 586, 30, 1711, 264, 2863, 11], "avg_logprob": -0.5123280057119667, "compression_ratio": 1.8425531914893618, "no_speech_prob": 0.0, "words": [{"start": 1175.44, "end": 1175.82, "word": " Media", "probability": 0.408203125}, {"start": 1175.82, "end": 1176.1, "word": " player.", "probability": 0.3330078125}, {"start": 1176.62, "end": 1177.14, "word": " Media", "probability": 0.5478515625}, {"start": 1177.14, "end": 1177.42, "word": " player", "probability": 0.88720703125}, {"start": 1177.42, "end": 1177.84, "word": " is", "probability": 0.1839599609375}, {"start": 1177.84, "end": 1177.84, "word": " built", "probability": 0.1844482421875}, {"start": 1177.84, "end": 1177.98, "word": " on", "probability": 0.5322265625}, {"start": 1177.98, "end": 1178.24, "word": " who?", "probability": 0.170654296875}, {"start": 1178.54, "end": 1178.92, "word": " On", "probability": 0.354736328125}, {"start": 1178.92, "end": 1178.98, "word": " the", "probability": 0.44140625}, {"start": 1178.98, "end": 1179.14, "word": " sound.", "probability": 0.49755859375}, {"start": 1180.54, "end": 1181.06, "word": " That's", "probability": 0.38958740234375}, {"start": 1181.06, "end": 1181.4, "word": " the", "probability": 0.6669921875}, {"start": 1181.4, "end": 1181.66, "word": " idea.", "probability": 0.7822265625}, {"start": 1181.8, "end": 1182.16, "word": " Every", "probability": 0.255126953125}, {"start": 1182.16, "end": 1182.72, "word": " audio", "probability": 0.38671875}, {"start": 1182.72, "end": 1182.72, "word": " file", "probability": 0.85107421875}, {"start": 1182.72, "end": 1182.92, "word": " you", "probability": 0.5546875}, {"start": 1182.92, "end": 1183.18, "word": " want", "probability": 0.50927734375}, {"start": 1183.18, "end": 1183.18, "word": " to", "probability": 0.9501953125}, {"start": 1183.18, "end": 1183.34, "word": " run", "probability": 0.320556640625}, {"start": 1183.34, "end": 1183.74, "word": " or", "probability": 0.55615234375}, {"start": 1183.74, "end": 1184.4, "word": " use,", "probability": 0.8564453125}, {"start": 1184.78, "end": 1185.1, "word": " you", "probability": 0.60546875}, {"start": 1185.1, "end": 1185.14, "word": " will", "probability": 0.192138671875}, {"start": 1185.14, "end": 1185.36, "word": " make", "probability": 0.37841796875}, {"start": 1185.36, "end": 1185.52, "word": " a", "probability": 0.52978515625}, {"start": 1185.52, "end": 1185.74, "word": " media", "probability": 0.74755859375}, {"start": 1185.74, "end": 1186.02, "word": " player", "probability": 0.92822265625}, {"start": 1186.02, "end": 1186.32, "word": " built", "probability": 0.73876953125}, {"start": 1186.32, "end": 1186.52, "word": " on", "probability": 0.90966796875}, {"start": 1186.52, "end": 1186.7, "word": " the", "probability": 0.5869140625}, {"start": 1186.7, "end": 1186.84, "word": " sound.", "probability": 0.7822265625}, {"start": 1188.6, "end": 1189.12, "word": " How", "probability": 0.288330078125}, {"start": 1189.12, "end": 1189.38, "word": " many", "probability": 0.89453125}, {"start": 1189.38, "end": 1189.72, "word": " audio", "probability": 0.8740234375}, {"start": 1189.72, "end": 1189.72, "word": " files", "probability": 0.93896484375}, {"start": 1189.72, "end": 1189.98, "word": " do", "probability": 0.77978515625}, {"start": 1189.98, "end": 1189.98, "word": " we", "probability": 0.90771484375}, {"start": 1189.98, "end": 1190.0, "word": " have?", "probability": 0.93701171875}, {"start": 1190.2, "end": 1190.5, "word": " Two.", "probability": 0.7802734375}, {"start": 1190.56, "end": 1191.04, "word": " You", "probability": 0.423095703125}, {"start": 1191.04, "end": 1191.14, "word": " will", "probability": 0.7646484375}, {"start": 1191.14, "end": 1191.32, "word": " make", "probability": 0.736328125}, {"start": 1191.32, "end": 1191.54, "word": " two", "probability": 0.91845703125}, {"start": 1191.54, "end": 1191.82, "word": " media", "probability": 0.861328125}, {"start": 1191.82, "end": 1192.14, "word": " players.", "probability": 0.904296875}, {"start": 1192.52, "end": 1192.96, "word": " If", "probability": 0.9140625}, {"start": 1192.96, "end": 1193.4, "word": " you", "probability": 0.8232421875}, {"start": 1193.4, "end": 1193.4, "word": " run", "probability": 0.2440185546875}, {"start": 1193.4, "end": 1193.7, "word": " the", "probability": 0.84619140625}, {"start": 1193.7, "end": 1193.92, "word": " first", "probability": 0.85986328125}, {"start": 1193.92, "end": 1193.96, "word": " one,", "probability": 0.76318359375}, {"start": 1194.1, "end": 1194.4, "word": " the", "probability": 0.6455078125}, {"start": 1194.4, "end": 1194.6, "word": " first", "probability": 0.70166015625}, {"start": 1194.6, "end": 1194.6, "word": " sound", "probability": 0.29736328125}, {"start": 1194.6, "end": 1194.6, "word": " will", "probability": 0.62939453125}, {"start": 1194.6, "end": 1194.6, "word": " start.", "probability": 0.347900390625}, {"start": 1195.34, "end": 1195.62, "word": " Every", "probability": 0.416259765625}, {"start": 1195.62, "end": 1195.88, "word": " media", "probability": 0.8740234375}, {"start": 1195.88, "end": 1196.04, "word": " player", "probability": 0.93310546875}, {"start": 1196.04, "end": 1196.14, "word": " you", "probability": 0.427734375}, {"start": 1196.14, "end": 1196.26, "word": " can", "probability": 0.8212890625}, {"start": 1196.26, "end": 1196.52, "word": " make", "probability": 0.3671875}, {"start": 1196.52, "end": 1196.66, "word": " a", "probability": 0.396240234375}, {"start": 1196.66, "end": 1196.96, "word": " start", "probability": 0.8876953125}, {"start": 1196.96, "end": 1197.08, "word": " and", "probability": 0.84814453125}, {"start": 1197.08, "end": 1197.16, "word": " a", "probability": 0.348876953125}, {"start": 1197.16, "end": 1197.42, "word": " stop.", "probability": 0.93017578125}, {"start": 1198.18, "end": 1198.48, "word": " Okay?", "probability": 0.23388671875}, {"start": 1198.72, "end": 1198.96, "word": " You", "probability": 0.442626953125}, {"start": 1198.96, "end": 1199.14, "word": " turn", "probability": 0.180908203125}, {"start": 1199.14, "end": 1199.42, "word": " it", "probability": 0.8046875}, {"start": 1199.42, "end": 1199.42, "word": " on", "probability": 0.94287109375}, {"start": 1199.42, "end": 1199.76, "word": " and", "probability": 0.83349609375}, {"start": 1199.76, "end": 1200.04, "word": " stop", "probability": 0.4560546875}, {"start": 1200.04, "end": 1200.22, "word": " it.", "probability": 0.61572265625}, {"start": 1200.36, "end": 1200.78, "word": " How", "probability": 0.9375}, {"start": 1200.78, "end": 1200.86, "word": " do", "probability": 0.61083984375}, {"start": 1200.86, "end": 1200.9, "word": " we", "probability": 0.77490234375}, {"start": 1200.9, "end": 1201.0, "word": " do", "probability": 0.7919921875}, {"start": 1201.0, "end": 1201.22, "word": " this?", "probability": 0.4443359375}, {"start": 1201.42, "end": 1201.86, "word": " Where", "probability": 0.357666015625}, {"start": 1201.86, "end": 1202.06, "word": " did", "probability": 0.59521484375}, {"start": 1202.06, "end": 1202.22, "word": " I", "probability": 0.97802734375}, {"start": 1202.22, "end": 1202.22, "word": " go", "probability": 0.9189453125}, {"start": 1202.22, "end": 1202.5, "word": " now?", "probability": 0.66796875}, {"start": 1203.54, "end": 1203.86, "word": " At", "probability": 0.467529296875}, {"start": 1203.86, "end": 1203.98, "word": " the", "probability": 0.8447265625}, {"start": 1203.98, "end": 1204.18, "word": " beginning,", "probability": 0.859375}], "temperature": 1.0}, {"id": 48, "seek": 123435, "start": 1205.08, "end": 1234.36, "text": " The activity, because it is one of the settings that are made in the beginning, because we will use it later. So, I said to him, of course, why am I doing it inside the action? I don't want to make media every time. I will make one every time and use it all the time. Okay? You also have to consider the relationship with memory. Okay? I don't want to make a media player every time and load it on my memory. Okay? So, at the beginning of the activity, make one every time and use it whenever you need it.", "tokens": [440, 5191, 11, 570, 309, 307, 472, 295, 264, 369, 83, 783, 82, 300, 366, 1027, 294, 264, 2863, 11, 570, 321, 486, 764, 309, 1780, 13, 407, 11, 286, 848, 281, 796, 11, 295, 1164, 11, 983, 669, 286, 884, 309, 1854, 264, 3069, 30, 286, 500, 380, 528, 281, 652, 3021, 633, 565, 13, 286, 486, 652, 472, 633, 565, 293, 764, 309, 439, 264, 565, 13, 1033, 30, 509, 611, 362, 281, 1949, 264, 2480, 365, 4675, 13, 1033, 30, 286, 500, 380, 528, 281, 652, 257, 3021, 4256, 633, 565, 293, 3677, 309, 322, 452, 4675, 13, 1033, 30, 407, 11, 412, 264, 2863, 295, 264, 5191, 11, 652, 472, 633, 565, 293, 764, 309, 5699, 291, 643, 309, 13], "avg_logprob": -0.501999994277954, "compression_ratio": 1.9765625, "no_speech_prob": 3.635883331298828e-06, "words": [{"start": 1205.08, "end": 1205.28, "word": " The", "probability": 0.2337646484375}, {"start": 1205.28, "end": 1205.68, "word": " activity,", "probability": 0.79833984375}, {"start": 1206.32, "end": 1206.94, "word": " because", "probability": 0.2398681640625}, {"start": 1206.94, "end": 1207.3, "word": " it", "probability": 0.397705078125}, {"start": 1207.3, "end": 1207.44, "word": " is", "probability": 0.44873046875}, {"start": 1207.44, "end": 1207.82, "word": " one", "probability": 0.7265625}, {"start": 1207.82, "end": 1207.82, "word": " of", "probability": 0.9609375}, {"start": 1207.82, "end": 1207.88, "word": " the", "probability": 0.86962890625}, {"start": 1207.88, "end": 1208.36, "word": " settings", "probability": 0.6601486206054688}, {"start": 1208.36, "end": 1208.48, "word": " that", "probability": 0.56396484375}, {"start": 1208.48, "end": 1208.68, "word": " are", "probability": 0.12310791015625}, {"start": 1208.68, "end": 1208.86, "word": " made", "probability": 0.297607421875}, {"start": 1208.86, "end": 1209.0, "word": " in", "probability": 0.5419921875}, {"start": 1209.0, "end": 1209.12, "word": " the", "probability": 0.89697265625}, {"start": 1209.12, "end": 1209.36, "word": " beginning,", "probability": 0.80224609375}, {"start": 1209.48, "end": 1209.62, "word": " because", "probability": 0.5830078125}, {"start": 1209.62, "end": 1209.76, "word": " we", "probability": 0.74560546875}, {"start": 1209.76, "end": 1209.76, "word": " will", "probability": 0.57373046875}, {"start": 1209.76, "end": 1210.12, "word": " use", "probability": 0.853515625}, {"start": 1210.12, "end": 1210.22, "word": " it", "probability": 0.81103515625}, {"start": 1210.22, "end": 1210.96, "word": " later.", "probability": 0.80126953125}, {"start": 1211.5, "end": 1211.68, "word": " So,", "probability": 0.2783203125}, {"start": 1211.8, "end": 1211.94, "word": " I", "probability": 0.63623046875}, {"start": 1211.94, "end": 1212.14, "word": " said", "probability": 0.312255859375}, {"start": 1212.14, "end": 1212.26, "word": " to", "probability": 0.65234375}, {"start": 1212.26, "end": 1212.42, "word": " him,", "probability": 0.9072265625}, {"start": 1212.96, "end": 1213.22, "word": " of", "probability": 0.23291015625}, {"start": 1213.22, "end": 1213.22, "word": " course,", "probability": 0.958984375}, {"start": 1213.32, "end": 1213.42, "word": " why", "probability": 0.79150390625}, {"start": 1213.42, "end": 1213.5, "word": " am", "probability": 0.22216796875}, {"start": 1213.5, "end": 1213.54, "word": " I", "probability": 0.99609375}, {"start": 1213.54, "end": 1213.7, "word": " doing", "probability": 0.509765625}, {"start": 1213.7, "end": 1215.14, "word": " it", "probability": 0.6650390625}, {"start": 1215.14, "end": 1215.26, "word": " inside", "probability": 0.123046875}, {"start": 1215.26, "end": 1215.96, "word": " the", "probability": 0.69873046875}, {"start": 1215.96, "end": 1216.32, "word": " action?", "probability": 0.8212890625}, {"start": 1216.36, "end": 1216.5, "word": " I", "probability": 0.87353515625}, {"start": 1216.5, "end": 1216.5, "word": " don't", "probability": 0.862060546875}, {"start": 1216.5, "end": 1216.62, "word": " want", "probability": 0.8271484375}, {"start": 1216.62, "end": 1217.56, "word": " to", "probability": 0.8974609375}, {"start": 1217.56, "end": 1217.7, "word": " make", "probability": 0.325927734375}, {"start": 1217.7, "end": 1218.86, "word": " media", "probability": 0.318115234375}, {"start": 1218.86, "end": 1218.86, "word": " every", "probability": 0.57080078125}, {"start": 1218.86, "end": 1218.86, "word": " time.", "probability": 0.83740234375}, {"start": 1218.9, "end": 1219.08, "word": " I", "probability": 0.8525390625}, {"start": 1219.08, "end": 1219.24, "word": " will", "probability": 0.6640625}, {"start": 1219.24, "end": 1219.5, "word": " make", "probability": 0.76904296875}, {"start": 1219.5, "end": 1220.04, "word": " one", "probability": 0.76025390625}, {"start": 1220.04, "end": 1220.16, "word": " every", "probability": 0.25537109375}, {"start": 1220.16, "end": 1220.16, "word": " time", "probability": 0.83154296875}, {"start": 1220.16, "end": 1220.96, "word": " and", "probability": 0.73779296875}, {"start": 1220.96, "end": 1221.26, "word": " use", "probability": 0.57421875}, {"start": 1221.26, "end": 1221.48, "word": " it", "probability": 0.94287109375}, {"start": 1221.48, "end": 1221.62, "word": " all", "probability": 0.274658203125}, {"start": 1221.62, "end": 1221.64, "word": " the", "probability": 0.92919921875}, {"start": 1221.64, "end": 1221.72, "word": " time.", "probability": 0.8876953125}, {"start": 1222.36, "end": 1222.5, "word": " Okay?", "probability": 0.20703125}, {"start": 1222.52, "end": 1222.58, "word": " You", "probability": 0.80078125}, {"start": 1222.58, "end": 1222.78, "word": " also", "probability": 0.26318359375}, {"start": 1222.78, "end": 1222.78, "word": " have", "probability": 0.474609375}, {"start": 1222.78, "end": 1222.78, "word": " to", "probability": 0.966796875}, {"start": 1222.78, "end": 1223.06, "word": " consider", "probability": 0.3623046875}, {"start": 1223.06, "end": 1223.38, "word": " the", "probability": 0.480224609375}, {"start": 1223.38, "end": 1223.88, "word": " relationship", "probability": 0.2357177734375}, {"start": 1223.88, "end": 1224.04, "word": " with", "probability": 0.7470703125}, {"start": 1224.04, "end": 1224.36, "word": " memory.", "probability": 0.638671875}, {"start": 1224.78, "end": 1225.1, "word": " Okay?", "probability": 0.6865234375}, {"start": 1225.48, "end": 1225.84, "word": " I", "probability": 0.425048828125}, {"start": 1225.84, "end": 1226.04, "word": " don't", "probability": 0.84130859375}, {"start": 1226.04, "end": 1226.08, "word": " want", "probability": 0.8427734375}, {"start": 1226.08, "end": 1226.18, "word": " to", "probability": 0.95947265625}, {"start": 1226.18, "end": 1226.36, "word": " make", "probability": 0.84912109375}, {"start": 1226.36, "end": 1227.0, "word": " a", "probability": 0.61083984375}, {"start": 1227.0, "end": 1227.18, "word": " media", "probability": 0.8544921875}, {"start": 1227.18, "end": 1227.5, "word": " player", "probability": 0.947265625}, {"start": 1227.5, "end": 1227.5, "word": " every", "probability": 0.54296875}, {"start": 1227.5, "end": 1227.5, "word": " time", "probability": 0.86181640625}, {"start": 1227.5, "end": 1227.64, "word": " and", "probability": 0.87744140625}, {"start": 1227.64, "end": 1227.92, "word": " load", "probability": 0.462158203125}, {"start": 1227.92, "end": 1228.6, "word": " it", "probability": 0.89501953125}, {"start": 1228.6, "end": 1228.78, "word": " on", "probability": 0.58740234375}, {"start": 1228.78, "end": 1228.9, "word": " my", "probability": 0.3486328125}, {"start": 1228.9, "end": 1229.16, "word": " memory.", "probability": 0.83154296875}, {"start": 1229.52, "end": 1229.82, "word": " Okay?", "probability": 0.72705078125}, {"start": 1230.52, "end": 1230.88, "word": " So,", "probability": 0.853515625}, {"start": 1230.92, "end": 1231.06, "word": " at", "probability": 0.57763671875}, {"start": 1231.06, "end": 1231.12, "word": " the", "probability": 0.9267578125}, {"start": 1231.12, "end": 1231.28, "word": " beginning", "probability": 0.890625}, {"start": 1231.28, "end": 1231.4, "word": " of", "probability": 0.94873046875}, {"start": 1231.4, "end": 1231.46, "word": " the", "probability": 0.82958984375}, {"start": 1231.46, "end": 1231.76, "word": " activity,", "probability": 0.9521484375}, {"start": 1231.84, "end": 1232.0, "word": " make", "probability": 0.62890625}, {"start": 1232.0, "end": 1232.18, "word": " one", "probability": 0.7021484375}, {"start": 1232.18, "end": 1232.44, "word": " every", "probability": 0.395263671875}, {"start": 1232.44, "end": 1232.52, "word": " time", "probability": 0.88916015625}, {"start": 1232.52, "end": 1232.64, "word": " and", "probability": 0.857421875}, {"start": 1232.64, "end": 1233.0, "word": " use", "probability": 0.89208984375}, {"start": 1233.0, "end": 1233.58, "word": " it", "probability": 0.93505859375}, {"start": 1233.58, "end": 1233.82, "word": " whenever", "probability": 0.55908203125}, {"start": 1233.82, "end": 1233.94, "word": " you", "probability": 0.89013671875}, {"start": 1233.94, "end": 1234.24, "word": " need", "probability": 0.90478515625}, {"start": 1234.24, "end": 1234.36, "word": " it.", "probability": 0.556640625}], "temperature": 1.0}, {"id": 49, "seek": 126298, "start": 1235.0, "end": 1262.98, "text": " Now, I create an object named MediaPlayer And I want to name it ClapPlayer ClapPlayer How do we create this? To create MediaPlayer, there is a static method named MediaPlayer.create MediaPlayer.create MediaPlayer.create has a method overloading", "tokens": [823, 11, 286, 1884, 364, 2657, 4926, 14741, 24262, 260, 400, 286, 528, 281, 1315, 309, 45297, 24262, 260, 45297, 24262, 260, 1012, 360, 321, 1884, 341, 30, 1407, 1884, 14741, 24262, 260, 11, 456, 307, 257, 13437, 3170, 4926, 14741, 24262, 260, 13, 14066, 473, 14741, 24262, 260, 13, 14066, 473, 14741, 24262, 260, 13, 14066, 473, 575, 257, 3170, 28777, 278], "avg_logprob": -0.39941406436264515, "compression_ratio": 1.8148148148148149, "no_speech_prob": 0.0, "words": [{"start": 1235.0, "end": 1235.38, "word": " Now,", "probability": 0.59130859375}, {"start": 1235.76, "end": 1236.14, "word": " I", "probability": 0.8046875}, {"start": 1236.14, "end": 1236.26, "word": " create", "probability": 0.3935546875}, {"start": 1236.26, "end": 1236.7, "word": " an", "probability": 0.705078125}, {"start": 1236.7, "end": 1236.7, "word": " object", "probability": 0.9541015625}, {"start": 1236.7, "end": 1237.02, "word": " named", "probability": 0.483154296875}, {"start": 1237.02, "end": 1238.6, "word": " MediaPlayer", "probability": 0.6526692708333334}, {"start": 1238.6, "end": 1240.12, "word": " And", "probability": 0.2529296875}, {"start": 1240.12, "end": 1240.64, "word": " I", "probability": 0.8310546875}, {"start": 1240.64, "end": 1240.72, "word": " want", "probability": 0.52099609375}, {"start": 1240.72, "end": 1240.86, "word": " to", "probability": 0.9375}, {"start": 1240.86, "end": 1240.94, "word": " name", "probability": 0.44677734375}, {"start": 1240.94, "end": 1241.12, "word": " it", "probability": 0.8955078125}, {"start": 1241.12, "end": 1242.62, "word": " ClapPlayer", "probability": 0.6565755208333334}, {"start": 1242.62, "end": 1246.36, "word": " ClapPlayer", "probability": 0.6881510416666666}, {"start": 1246.36, "end": 1246.9, "word": " How", "probability": 0.30322265625}, {"start": 1246.9, "end": 1247.1, "word": " do", "probability": 0.447998046875}, {"start": 1247.1, "end": 1247.14, "word": " we", "probability": 0.492431640625}, {"start": 1247.14, "end": 1247.36, "word": " create", "probability": 0.8203125}, {"start": 1247.36, "end": 1247.62, "word": " this?", "probability": 0.5693359375}, {"start": 1247.62, "end": 1248.18, "word": " To", "probability": 0.2998046875}, {"start": 1248.18, "end": 1248.56, "word": " create", "probability": 0.6572265625}, {"start": 1248.56, "end": 1249.3, "word": " MediaPlayer,", "probability": 0.8294270833333334}, {"start": 1249.46, "end": 1249.98, "word": " there", "probability": 0.59033203125}, {"start": 1249.98, "end": 1250.0, "word": " is", "probability": 0.71142578125}, {"start": 1250.0, "end": 1250.12, "word": " a", "probability": 0.8623046875}, {"start": 1250.12, "end": 1250.4, "word": " static", "probability": 0.7373046875}, {"start": 1250.4, "end": 1250.78, "word": " method", "probability": 0.95361328125}, {"start": 1250.78, "end": 1251.14, "word": " named", "probability": 0.5126953125}, {"start": 1251.14, "end": 1251.98, "word": " MediaPlayer", "probability": 0.8785807291666666}, {"start": 1251.98, "end": 1253.48, "word": ".create", "probability": 0.87646484375}, {"start": 1253.48, "end": 1256.34, "word": " MediaPlayer", "probability": 0.8707682291666666}, {"start": 1256.34, "end": 1257.4, "word": ".create", "probability": 0.9388020833333334}, {"start": 1257.4, "end": 1260.02, "word": " MediaPlayer", "probability": 0.7340494791666666}, {"start": 1260.02, "end": 1260.58, "word": ".create", "probability": 0.9568684895833334}, {"start": 1260.58, "end": 1260.98, "word": " has", "probability": 0.708984375}, {"start": 1260.98, "end": 1261.9, "word": " a", "probability": 0.509765625}, {"start": 1261.9, "end": 1262.14, "word": " method", "probability": 0.92041015625}, {"start": 1262.14, "end": 1262.98, "word": " overloading", "probability": 0.6632080078125}], "temperature": 1.0}, {"id": 50, "seek": 129131, "start": 1264.73, "end": 1291.31, "text": " Method overloading. What does method overloading mean? It has more than one method, but it differs in parameters. It gives more options. One of them, we take this one and it goes to this one. Do you see this one? It takes two things, context and integer. Integer, what is integer? It is RISC ID. What does ID mean? ID of the element. This is the simplest one. Context, how do we get it? Nobody talks. How do we get the context behind Superman?", "tokens": [25285, 28777, 278, 13, 708, 775, 3170, 28777, 278, 914, 30, 467, 575, 544, 813, 472, 3170, 11, 457, 309, 37761, 294, 9834, 13, 467, 2709, 544, 3956, 13, 1485, 295, 552, 11, 321, 747, 341, 472, 293, 309, 1709, 281, 341, 472, 13, 1144, 291, 536, 341, 472, 30, 467, 2516, 732, 721, 11, 4319, 293, 24922, 13, 5681, 30744, 11, 437, 307, 24922, 30, 467, 307, 497, 2343, 34, 7348, 13, 708, 775, 7348, 914, 30, 7348, 295, 264, 4478, 13, 639, 307, 264, 22811, 472, 13, 4839, 3828, 11, 577, 360, 321, 483, 309, 30, 9297, 6686, 13, 1012, 360, 321, 483, 264, 4319, 2261, 22455, 30], "avg_logprob": -0.4467905426884557, "compression_ratio": 1.7549407114624507, "no_speech_prob": 0.0, "words": [{"start": 1264.7299999999998, "end": 1265.1299999999999, "word": " Method", "probability": 0.495361328125}, {"start": 1265.1299999999999, "end": 1265.53, "word": " overloading.", "probability": 0.83251953125}, {"start": 1265.53, "end": 1265.67, "word": " What", "probability": 0.79443359375}, {"start": 1265.67, "end": 1265.79, "word": " does", "probability": 0.390625}, {"start": 1265.79, "end": 1266.05, "word": " method", "probability": 0.456298828125}, {"start": 1266.05, "end": 1266.65, "word": " overloading", "probability": 0.971923828125}, {"start": 1266.65, "end": 1266.65, "word": " mean?", "probability": 0.8896484375}, {"start": 1267.35, "end": 1267.75, "word": " It", "probability": 0.61865234375}, {"start": 1267.75, "end": 1267.97, "word": " has", "probability": 0.58251953125}, {"start": 1267.97, "end": 1268.25, "word": " more", "probability": 0.76611328125}, {"start": 1268.25, "end": 1268.39, "word": " than", "probability": 0.72802734375}, {"start": 1268.39, "end": 1268.59, "word": " one", "probability": 0.71728515625}, {"start": 1268.59, "end": 1268.79, "word": " method,", "probability": 0.8359375}, {"start": 1268.89, "end": 1268.99, "word": " but", "probability": 0.8681640625}, {"start": 1268.99, "end": 1269.09, "word": " it", "probability": 0.265869140625}, {"start": 1269.09, "end": 1269.33, "word": " differs", "probability": 0.24609375}, {"start": 1269.33, "end": 1269.49, "word": " in", "probability": 0.467041015625}, {"start": 1269.49, "end": 1269.91, "word": " parameters.", "probability": 0.67431640625}, {"start": 1269.99, "end": 1270.05, "word": " It", "probability": 0.681640625}, {"start": 1270.05, "end": 1270.13, "word": " gives", "probability": 0.74267578125}, {"start": 1270.13, "end": 1270.21, "word": " more", "probability": 0.64306640625}, {"start": 1270.21, "end": 1270.71, "word": " options.", "probability": 0.66015625}, {"start": 1272.39, "end": 1272.79, "word": " One", "probability": 0.78076171875}, {"start": 1272.79, "end": 1272.99, "word": " of", "probability": 0.8447265625}, {"start": 1272.99, "end": 1273.19, "word": " them,", "probability": 0.845703125}, {"start": 1273.37, "end": 1273.49, "word": " we", "probability": 0.7060546875}, {"start": 1273.49, "end": 1273.99, "word": " take", "probability": 0.4248046875}, {"start": 1273.99, "end": 1274.89, "word": " this", "probability": 0.623046875}, {"start": 1274.89, "end": 1274.99, "word": " one", "probability": 0.458740234375}, {"start": 1274.99, "end": 1275.27, "word": " and", "probability": 0.419921875}, {"start": 1275.27, "end": 1275.57, "word": " it", "probability": 0.375732421875}, {"start": 1275.57, "end": 1275.57, "word": " goes", "probability": 0.521484375}, {"start": 1275.57, "end": 1276.01, "word": " to", "probability": 0.427734375}, {"start": 1276.01, "end": 1276.31, "word": " this", "probability": 0.7626953125}, {"start": 1276.31, "end": 1276.41, "word": " one.", "probability": 0.8798828125}, {"start": 1276.51, "end": 1276.53, "word": " Do", "probability": 0.246826171875}, {"start": 1276.53, "end": 1276.53, "word": " you", "probability": 0.97021484375}, {"start": 1276.53, "end": 1276.77, "word": " see", "probability": 0.91845703125}, {"start": 1276.77, "end": 1276.99, "word": " this", "probability": 0.7685546875}, {"start": 1276.99, "end": 1277.15, "word": " one?", "probability": 0.79345703125}, {"start": 1277.43, "end": 1277.83, "word": " It", "probability": 0.4443359375}, {"start": 1277.83, "end": 1277.97, "word": " takes", "probability": 0.77978515625}, {"start": 1277.97, "end": 1278.33, "word": " two", "probability": 0.50390625}, {"start": 1278.33, "end": 1278.33, "word": " things,", "probability": 0.6767578125}, {"start": 1278.45, "end": 1278.87, "word": " context", "probability": 0.8740234375}, {"start": 1278.87, "end": 1279.09, "word": " and", "probability": 0.86328125}, {"start": 1279.09, "end": 1280.53, "word": " integer.", "probability": 0.6767578125}, {"start": 1280.83, "end": 1281.23, "word": " Integer,", "probability": 0.81640625}, {"start": 1281.31, "end": 1281.41, "word": " what", "probability": 0.82373046875}, {"start": 1281.41, "end": 1281.55, "word": " is", "probability": 0.89404296875}, {"start": 1281.55, "end": 1281.89, "word": " integer?", "probability": 0.59619140625}, {"start": 1282.09, "end": 1282.17, "word": " It", "probability": 0.383544921875}, {"start": 1282.17, "end": 1282.39, "word": " is", "probability": 0.76416015625}, {"start": 1282.39, "end": 1282.89, "word": " RISC", "probability": 0.4106038411458333}, {"start": 1282.89, "end": 1283.13, "word": " ID.", "probability": 0.5380859375}, {"start": 1283.25, "end": 1283.37, "word": " What", "probability": 0.71435546875}, {"start": 1283.37, "end": 1283.57, "word": " does", "probability": 0.72412109375}, {"start": 1283.57, "end": 1284.05, "word": " ID", "probability": 0.53369140625}, {"start": 1284.05, "end": 1284.13, "word": " mean?", "probability": 0.8369140625}, {"start": 1284.13, "end": 1284.13, "word": " ID", "probability": 0.30615234375}, {"start": 1284.13, "end": 1284.43, "word": " of", "probability": 0.88037109375}, {"start": 1284.43, "end": 1284.81, "word": " the", "probability": 0.54638671875}, {"start": 1284.81, "end": 1285.11, "word": " element.", "probability": 0.67041015625}, {"start": 1285.61, "end": 1285.77, "word": " This", "probability": 0.64697265625}, {"start": 1285.77, "end": 1285.83, "word": " is", "probability": 0.91650390625}, {"start": 1285.83, "end": 1285.89, "word": " the", "probability": 0.6533203125}, {"start": 1285.89, "end": 1286.05, "word": " simplest", "probability": 0.3388671875}, {"start": 1286.05, "end": 1286.29, "word": " one.", "probability": 0.74560546875}, {"start": 1287.87, "end": 1288.27, "word": " Context,", "probability": 0.908447265625}, {"start": 1288.37, "end": 1288.51, "word": " how", "probability": 0.8291015625}, {"start": 1288.51, "end": 1288.55, "word": " do", "probability": 0.7275390625}, {"start": 1288.55, "end": 1288.65, "word": " we", "probability": 0.89013671875}, {"start": 1288.65, "end": 1288.75, "word": " get", "probability": 0.78466796875}, {"start": 1288.75, "end": 1288.81, "word": " it?", "probability": 0.8154296875}, {"start": 1288.81, "end": 1289.05, "word": " Nobody", "probability": 0.578125}, {"start": 1289.05, "end": 1289.41, "word": " talks.", "probability": 0.331787109375}, {"start": 1289.75, "end": 1289.99, "word": " How", "probability": 0.9443359375}, {"start": 1289.99, "end": 1290.03, "word": " do", "probability": 0.88720703125}, {"start": 1290.03, "end": 1290.13, "word": " we", "probability": 0.953125}, {"start": 1290.13, "end": 1290.25, "word": " get", "probability": 0.89599609375}, {"start": 1290.25, "end": 1290.33, "word": " the", "probability": 0.337890625}, {"start": 1290.33, "end": 1290.67, "word": " context", "probability": 0.90576171875}, {"start": 1290.67, "end": 1290.97, "word": " behind", "probability": 0.235595703125}, {"start": 1290.97, "end": 1291.31, "word": " Superman?", "probability": 0.6337890625}], "temperature": 1.0}, {"id": 51, "seek": 132285, "start": 1294.07, "end": 1322.85, "text": " Get application context R.Raw.Clap for example Here we have MediaPlayer.Create static method The context takes the id of the sound Since we put it in the raw file, we make it id R.Raw", "tokens": [3240, 3861, 4319, 497, 13, 49, 1607, 13, 9966, 569, 337, 1365, 1692, 321, 362, 14741, 24262, 260, 13, 44637, 473, 13437, 3170, 440, 4319, 2516, 264, 4496, 295, 264, 1626, 4162, 321, 829, 309, 294, 264, 8936, 3991, 11, 321, 652, 309, 4496, 497, 13, 49, 1607], "avg_logprob": -0.7627550825780752, "compression_ratio": 1.3237410071942446, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1294.07, "end": 1294.39, "word": " Get", "probability": 0.236083984375}, {"start": 1294.39, "end": 1295.17, "word": " application", "probability": 0.423828125}, {"start": 1295.17, "end": 1297.41, "word": " context", "probability": 0.7197265625}, {"start": 1297.41, "end": 1297.81, "word": " R", "probability": 0.439208984375}, {"start": 1297.81, "end": 1299.29, "word": ".Raw", "probability": 0.59814453125}, {"start": 1299.29, "end": 1303.13, "word": ".Clap", "probability": 0.86767578125}, {"start": 1303.13, "end": 1303.29, "word": " for", "probability": 0.10736083984375}, {"start": 1303.29, "end": 1303.45, "word": " example", "probability": 0.8173828125}, {"start": 1303.45, "end": 1306.29, "word": " Here", "probability": 0.1800537109375}, {"start": 1306.29, "end": 1306.75, "word": " we", "probability": 0.1429443359375}, {"start": 1306.75, "end": 1306.87, "word": " have", "probability": 0.299072265625}, {"start": 1306.87, "end": 1307.81, "word": " MediaPlayer", "probability": 0.6822102864583334}, {"start": 1307.81, "end": 1310.91, "word": ".Create", "probability": 0.6997884114583334}, {"start": 1310.91, "end": 1311.23, "word": " static", "probability": 0.58837890625}, {"start": 1311.23, "end": 1312.09, "word": " method", "probability": 0.95654296875}, {"start": 1312.09, "end": 1312.87, "word": " The", "probability": 0.09759521484375}, {"start": 1312.87, "end": 1313.31, "word": " context", "probability": 0.8359375}, {"start": 1313.31, "end": 1313.75, "word": " takes", "probability": 0.1529541015625}, {"start": 1313.75, "end": 1315.27, "word": " the", "probability": 0.46142578125}, {"start": 1315.27, "end": 1315.59, "word": " id", "probability": 0.64501953125}, {"start": 1315.59, "end": 1315.99, "word": " of", "probability": 0.138916015625}, {"start": 1315.99, "end": 1316.17, "word": " the", "probability": 0.6962890625}, {"start": 1316.17, "end": 1316.43, "word": " sound", "probability": 0.390625}, {"start": 1316.43, "end": 1317.43, "word": " Since", "probability": 0.1312255859375}, {"start": 1317.43, "end": 1318.09, "word": " we", "probability": 0.78857421875}, {"start": 1318.09, "end": 1318.31, "word": " put", "probability": 0.324462890625}, {"start": 1318.31, "end": 1318.41, "word": " it", "probability": 0.477783203125}, {"start": 1318.41, "end": 1318.51, "word": " in", "probability": 0.8271484375}, {"start": 1318.51, "end": 1318.59, "word": " the", "probability": 0.5205078125}, {"start": 1318.59, "end": 1319.11, "word": " raw", "probability": 0.339111328125}, {"start": 1319.11, "end": 1319.11, "word": " file,", "probability": 0.28662109375}, {"start": 1319.27, "end": 1319.27, "word": " we", "probability": 0.48193359375}, {"start": 1319.27, "end": 1319.37, "word": " make", "probability": 0.09576416015625}, {"start": 1319.37, "end": 1319.49, "word": " it", "probability": 0.76025390625}, {"start": 1319.49, "end": 1319.79, "word": " id", "probability": 0.480712890625}, {"start": 1319.79, "end": 1321.73, "word": " R", "probability": 0.40087890625}, {"start": 1321.73, "end": 1322.85, "word": ".Raw", "probability": 0.8885091145833334}], "temperature": 1.0}, {"id": 52, "seek": 135232, "start": 1324.16, "end": 1352.32, "text": " The images that are present in drawable are r.drawable.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout are r.layout.id and layout", "tokens": [440, 5267, 300, 366, 1974, 294, 2642, 712, 366, 367, 13, 48848, 712, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333, 366, 367, 13, 8376, 346, 13, 327, 293, 13333], "avg_logprob": -0.11000000317891438, "compression_ratio": 8.96103896103896, "no_speech_prob": 0.0, "words": [{"start": 1324.16, "end": 1324.44, "word": " The", "probability": 0.292236328125}, {"start": 1324.44, "end": 1324.8, "word": " images", "probability": 0.314208984375}, {"start": 1324.8, "end": 1325.12, "word": " that", "probability": 0.326416015625}, {"start": 1325.12, "end": 1325.22, "word": " are", "probability": 0.57763671875}, {"start": 1325.22, "end": 1325.44, "word": " present", "probability": 0.186279296875}, {"start": 1325.44, "end": 1325.58, "word": " in", "probability": 0.87158203125}, {"start": 1325.58, "end": 1326.04, "word": " drawable", "probability": 0.7333984375}, {"start": 1326.04, "end": 1326.34, "word": " are", "probability": 0.53857421875}, {"start": 1326.34, "end": 1326.64, "word": " r", "probability": 0.3662109375}, {"start": 1326.64, "end": 1327.2, "word": ".drawable", "probability": 0.9583333333333334}, {"start": 1327.2, "end": 1327.58, "word": ".id", "probability": 0.46612548828125}, {"start": 1327.58, "end": 1330.18, "word": " and", "probability": 0.1236572265625}, {"start": 1330.18, "end": 1332.86, "word": " layout", "probability": 0.7578125}, {"start": 1332.86, "end": 1333.24, "word": " are", "probability": 0.65478515625}, {"start": 1333.24, "end": 1333.44, "word": " r", "probability": 0.92236328125}, {"start": 1333.44, "end": 1333.98, "word": ".layout", "probability": 0.9754231770833334}, {"start": 1333.98, "end": 1334.86, "word": ".id", "probability": 0.8330078125}, {"start": 1334.86, "end": 1334.86, "word": " and", "probability": 0.12384033203125}, {"start": 1334.86, "end": 1334.86, "word": " layout", "probability": 0.75146484375}, {"start": 1334.86, "end": 1334.86, "word": " are", "probability": 0.66357421875}, {"start": 1334.86, "end": 1334.86, "word": " r", "probability": 0.8125}, {"start": 1334.86, "end": 1334.86, "word": ".layout", "probability": 0.9806315104166666}, {"start": 1334.86, "end": 1334.86, "word": ".id", "probability": 0.96533203125}, {"start": 1334.86, "end": 1334.86, "word": " and", "probability": 0.494384765625}, {"start": 1334.86, "end": 1334.86, "word": " layout", "probability": 0.95751953125}, {"start": 1334.86, "end": 1335.06, "word": " are", "probability": 0.78857421875}, {"start": 1335.06, "end": 1335.52, "word": " r", "probability": 0.69970703125}, {"start": 1335.52, "end": 1335.52, "word": ".layout", "probability": 0.9832356770833334}, {"start": 1335.52, "end": 1335.52, "word": ".id", "probability": 0.99169921875}, {"start": 1335.52, "end": 1336.6, "word": " and", "probability": 0.75341796875}, {"start": 1336.6, "end": 1336.6, "word": " layout", "probability": 0.9658203125}, {"start": 1336.6, "end": 1336.68, "word": " are", "probability": 0.79345703125}, {"start": 1336.68, "end": 1336.94, "word": " r", "probability": 0.81005859375}, {"start": 1336.94, "end": 1337.38, "word": ".layout", "probability": 0.9842122395833334}, {"start": 1337.38, "end": 1337.38, "word": ".id", "probability": 0.9921875}, {"start": 1337.38, "end": 1338.36, "word": " and", "probability": 0.86279296875}, {"start": 1338.36, "end": 1338.36, "word": " layout", "probability": 0.970703125}, {"start": 1338.36, "end": 1338.36, "word": " are", "probability": 0.79833984375}, {"start": 1338.36, "end": 1338.36, "word": " r", "probability": 0.88818359375}, {"start": 1338.36, "end": 1338.36, "word": ".layout", "probability": 0.9842122395833334}, {"start": 1338.36, "end": 1338.36, "word": ".id", "probability": 0.98779296875}, {"start": 1338.36, "end": 1340.18, "word": " and", "probability": 0.890625}, {"start": 1340.18, "end": 1340.18, "word": " layout", "probability": 0.97412109375}, {"start": 1340.18, "end": 1340.18, "word": " are", "probability": 0.8056640625}, {"start": 1340.18, "end": 1340.18, "word": " r", "probability": 0.921875}, {"start": 1340.18, "end": 1340.18, "word": ".layout", "probability": 0.98388671875}, {"start": 1340.18, "end": 1340.18, "word": ".id", "probability": 0.9775390625}, {"start": 1340.18, "end": 1340.18, "word": " and", "probability": 0.9072265625}, {"start": 1340.18, "end": 1340.18, "word": " layout", "probability": 0.97705078125}, {"start": 1340.18, "end": 1340.18, "word": " are", "probability": 0.822265625}, {"start": 1340.18, "end": 1340.18, "word": " r", "probability": 0.94580078125}, {"start": 1340.18, "end": 1340.4, "word": ".layout", "probability": 0.9835611979166666}, {"start": 1340.4, "end": 1340.4, "word": ".id", "probability": 0.964599609375}, {"start": 1340.4, "end": 1340.4, "word": " and", "probability": 0.91845703125}, {"start": 1340.4, "end": 1340.4, "word": " layout", "probability": 0.98046875}, {"start": 1340.4, "end": 1340.4, "word": " are", "probability": 0.849609375}, {"start": 1340.4, "end": 1340.4, "word": " r", "probability": 0.9638671875}, {"start": 1340.4, "end": 1340.4, "word": ".layout", "probability": 0.9840494791666666}, {"start": 1340.4, "end": 1340.4, "word": ".id", "probability": 0.962158203125}, {"start": 1340.4, "end": 1340.4, "word": " and", "probability": 0.9267578125}, {"start": 1340.4, "end": 1340.4, "word": " layout", "probability": 0.98291015625}, {"start": 1340.4, "end": 1340.4, "word": " are", "probability": 0.87939453125}, {"start": 1340.4, "end": 1340.4, "word": " r", "probability": 0.97314453125}, {"start": 1340.4, "end": 1340.94, "word": ".layout", "probability": 0.984375}, {"start": 1340.94, "end": 1340.94, "word": ".id", "probability": 0.9638671875}, {"start": 1340.94, "end": 1341.3, "word": " and", "probability": 0.931640625}, {"start": 1341.3, "end": 1341.3, "word": " layout", "probability": 0.98486328125}, {"start": 1341.3, "end": 1341.3, "word": " are", "probability": 0.90380859375}, {"start": 1341.3, "end": 1341.3, "word": " r", "probability": 0.97900390625}, {"start": 1341.3, "end": 1341.5, "word": ".layout", "probability": 0.9847005208333334}, {"start": 1341.5, "end": 1341.5, "word": ".id", "probability": 0.973388671875}, {"start": 1341.5, "end": 1341.5, "word": " and", "probability": 0.935546875}, {"start": 1341.5, "end": 1341.5, "word": " layout", "probability": 0.9853515625}, {"start": 1341.5, "end": 1341.64, "word": " are", "probability": 0.91845703125}, {"start": 1341.64, "end": 1341.7, "word": " r", "probability": 0.98095703125}, {"start": 1341.7, "end": 1341.7, "word": ".layout", "probability": 0.9847005208333334}, {"start": 1341.7, "end": 1341.7, "word": ".id", "probability": 0.98291015625}, {"start": 1341.7, "end": 1341.7, "word": " and", "probability": 0.93701171875}, {"start": 1341.7, "end": 1341.7, "word": " layout", "probability": 0.98583984375}, {"start": 1341.7, "end": 1341.7, "word": " are", "probability": 0.92578125}, {"start": 1341.7, "end": 1341.7, "word": " r", "probability": 0.98291015625}, {"start": 1341.7, "end": 1341.7, "word": ".layout", "probability": 0.9847005208333334}, {"start": 1341.7, "end": 1341.7, "word": ".id", "probability": 0.986572265625}, {"start": 1341.7, "end": 1341.7, "word": " and", "probability": 0.939453125}, {"start": 1341.7, "end": 1341.7, "word": " layout", "probability": 0.98583984375}, {"start": 1341.7, "end": 1341.7, "word": " are", "probability": 0.93115234375}, {"start": 1341.7, "end": 1341.7, "word": " r", "probability": 0.984375}, {"start": 1341.7, "end": 1341.82, "word": ".layout", "probability": 0.984375}, {"start": 1341.82, "end": 1341.82, "word": ".id", "probability": 0.989501953125}, {"start": 1341.82, "end": 1341.82, "word": " and", "probability": 0.9404296875}, {"start": 1341.82, "end": 1341.82, "word": " layout", "probability": 0.986328125}, {"start": 1341.82, "end": 1341.84, "word": " are", "probability": 0.93359375}, {"start": 1341.84, "end": 1342.2, "word": " r", "probability": 0.986328125}, {"start": 1342.2, "end": 1342.24, "word": ".layout", "probability": 0.9842122395833334}, {"start": 1342.24, "end": 1342.24, "word": ".id", "probability": 0.9912109375}, {"start": 1342.24, "end": 1342.24, "word": " and", "probability": 0.94140625}, {"start": 1342.24, "end": 1342.24, "word": " layout", "probability": 0.986328125}, {"start": 1342.24, "end": 1342.28, "word": " are", "probability": 0.93310546875}, {"start": 1342.28, "end": 1344.88, "word": " r", "probability": 0.98779296875}, {"start": 1344.88, "end": 1345.1, "word": ".layout", "probability": 0.98388671875}, {"start": 1345.1, "end": 1345.6, "word": ".id", "probability": 0.9921875}, {"start": 1345.6, "end": 1345.6, "word": " and", "probability": 0.94189453125}, {"start": 1345.6, "end": 1345.6, "word": " layout", "probability": 0.98681640625}, {"start": 1345.6, "end": 1345.6, "word": " are", "probability": 0.9326171875}, {"start": 1345.6, "end": 1346.16, "word": " r", "probability": 0.98779296875}, {"start": 1346.16, "end": 1346.7, "word": ".layout", "probability": 0.98388671875}, {"start": 1346.7, "end": 1347.24, "word": ".id", "probability": 0.992919921875}, {"start": 1347.24, "end": 1347.24, "word": " and", "probability": 0.943359375}, {"start": 1347.24, "end": 1347.24, "word": " layout", "probability": 0.98681640625}, {"start": 1347.24, "end": 1347.24, "word": " are", "probability": 0.93310546875}, {"start": 1347.24, "end": 1348.32, "word": " r", "probability": 0.98828125}, {"start": 1348.32, "end": 1349.0, "word": ".layout", "probability": 0.9837239583333334}, {"start": 1349.0, "end": 1349.4, "word": ".id", "probability": 0.993408203125}, {"start": 1349.4, "end": 1351.06, "word": " and", "probability": 0.943359375}, {"start": 1351.06, "end": 1351.06, "word": " layout", "probability": 0.9873046875}, {"start": 1351.06, "end": 1351.06, "word": " are", "probability": 0.93212890625}, {"start": 1351.06, "end": 1351.06, "word": " r", "probability": 0.98876953125}, {"start": 1351.06, "end": 1351.76, "word": ".layout", "probability": 0.9837239583333334}, {"start": 1351.76, "end": 1352.32, "word": ".id", "probability": 0.99365234375}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.943359375}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}, {"start": 1352.32, "end": 1352.32, "word": " are", "probability": 0.931640625}, {"start": 1352.32, "end": 1352.32, "word": " r", "probability": 0.98828125}, {"start": 1352.32, "end": 1352.32, "word": ".layout", "probability": 0.9835611979166666}, {"start": 1352.32, "end": 1352.32, "word": ".id", "probability": 0.993896484375}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.94384765625}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}, {"start": 1352.32, "end": 1352.32, "word": " are", "probability": 0.93017578125}, {"start": 1352.32, "end": 1352.32, "word": " r", "probability": 0.98779296875}, {"start": 1352.32, "end": 1352.32, "word": ".layout", "probability": 0.9833984375}, {"start": 1352.32, "end": 1352.32, "word": ".id", "probability": 0.993408203125}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.94287109375}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}, {"start": 1352.32, "end": 1352.32, "word": " are", "probability": 0.93017578125}, {"start": 1352.32, "end": 1352.32, "word": " r", "probability": 0.98583984375}, {"start": 1352.32, "end": 1352.32, "word": ".layout", "probability": 0.9835611979166666}, {"start": 1352.32, "end": 1352.32, "word": ".id", "probability": 0.99169921875}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.94140625}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}, {"start": 1352.32, "end": 1352.32, "word": " are", "probability": 0.92431640625}, {"start": 1352.32, "end": 1352.32, "word": " r", "probability": 0.98291015625}, {"start": 1352.32, "end": 1352.32, "word": ".layout", "probability": 0.98388671875}, {"start": 1352.32, "end": 1352.32, "word": ".id", "probability": 0.989501953125}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.939453125}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}, {"start": 1352.32, "end": 1352.32, "word": " are", "probability": 0.9228515625}, {"start": 1352.32, "end": 1352.32, "word": " r", "probability": 0.9755859375}, {"start": 1352.32, "end": 1352.32, "word": ".layout", "probability": 0.9842122395833334}, {"start": 1352.32, "end": 1352.32, "word": ".id", "probability": 0.985595703125}, {"start": 1352.32, "end": 1352.32, "word": " and", "probability": 0.93408203125}, {"start": 1352.32, "end": 1352.32, "word": " layout", "probability": 0.9873046875}], "temperature": 1.0}, {"id": 53, "seek": 138141, "start": 1355.39, "end": 1381.41, "text": " And this time we are going to take these and put them up Because we are going to need them Now that we have set up the media player and everything is ready We go back to the action buttons", "tokens": [400, 341, 565, 321, 366, 516, 281, 747, 613, 293, 829, 552, 493, 1436, 321, 366, 516, 281, 643, 552, 823, 300, 321, 362, 992, 493, 264, 3021, 4256, 293, 1203, 307, 1919, 492, 352, 646, 281, 264, 3069, 9905], "avg_logprob": -0.7195122067521258, "compression_ratio": 1.4765625, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1355.3899999999999, "end": 1355.87, "word": " And", "probability": 0.07818603515625}, {"start": 1355.87, "end": 1356.35, "word": " this", "probability": 0.291015625}, {"start": 1356.35, "end": 1356.59, "word": " time", "probability": 0.76416015625}, {"start": 1356.59, "end": 1356.71, "word": " we", "probability": 0.55908203125}, {"start": 1356.71, "end": 1356.95, "word": " are", "probability": 0.1265869140625}, {"start": 1356.95, "end": 1356.95, "word": " going", "probability": 0.81201171875}, {"start": 1356.95, "end": 1356.95, "word": " to", "probability": 0.96044921875}, {"start": 1356.95, "end": 1357.09, "word": " take", "probability": 0.269775390625}, {"start": 1357.09, "end": 1357.35, "word": " these", "probability": 0.55712890625}, {"start": 1357.35, "end": 1357.49, "word": " and", "probability": 0.352783203125}, {"start": 1357.49, "end": 1357.73, "word": " put", "probability": 0.10870361328125}, {"start": 1357.73, "end": 1357.93, "word": " them", "probability": 0.80078125}, {"start": 1357.93, "end": 1358.09, "word": " up", "probability": 0.370361328125}, {"start": 1358.09, "end": 1359.45, "word": " Because", "probability": 0.08404541015625}, {"start": 1359.45, "end": 1360.37, "word": " we", "probability": 0.90576171875}, {"start": 1360.37, "end": 1360.37, "word": " are", "probability": 0.317138671875}, {"start": 1360.37, "end": 1360.37, "word": " going", "probability": 0.93701171875}, {"start": 1360.37, "end": 1360.37, "word": " to", "probability": 0.970703125}, {"start": 1360.37, "end": 1360.69, "word": " need", "probability": 0.83203125}, {"start": 1360.69, "end": 1363.93, "word": " them", "probability": 0.865234375}, {"start": 1363.93, "end": 1376.75, "word": " Now", "probability": 0.27099609375}, {"start": 1376.75, "end": 1377.39, "word": " that", "probability": 0.440673828125}, {"start": 1377.39, "end": 1377.43, "word": " we", "probability": 0.80810546875}, {"start": 1377.43, "end": 1377.43, "word": " have", "probability": 0.5712890625}, {"start": 1377.43, "end": 1377.63, "word": " set", "probability": 0.2430419921875}, {"start": 1377.63, "end": 1377.73, "word": " up", "probability": 0.89306640625}, {"start": 1377.73, "end": 1377.85, "word": " the", "probability": 0.66259765625}, {"start": 1377.85, "end": 1378.03, "word": " media", "probability": 0.81689453125}, {"start": 1378.03, "end": 1378.15, "word": " player", "probability": 0.84765625}, {"start": 1378.15, "end": 1378.49, "word": " and", "probability": 0.276611328125}, {"start": 1378.49, "end": 1378.49, "word": " everything", "probability": 0.392822265625}, {"start": 1378.49, "end": 1378.57, "word": " is", "probability": 0.7451171875}, {"start": 1378.57, "end": 1378.89, "word": " ready", "probability": 0.541015625}, {"start": 1378.89, "end": 1379.53, "word": " We", "probability": 0.30517578125}, {"start": 1379.53, "end": 1379.71, "word": " go", "probability": 0.45458984375}, {"start": 1379.71, "end": 1379.81, "word": " back", "probability": 0.8369140625}, {"start": 1379.81, "end": 1379.93, "word": " to", "probability": 0.96484375}, {"start": 1379.93, "end": 1380.01, "word": " the", "probability": 0.74951171875}, {"start": 1380.01, "end": 1380.51, "word": " action", "probability": 0.69140625}, {"start": 1380.51, "end": 1381.41, "word": " buttons", "probability": 0.447509765625}], "temperature": 1.0}, {"id": 54, "seek": 140542, "start": 1382.38, "end": 1405.42, "text": "For each button, I told him that if the answer is correct, go to the background that has a green corrected shape and run the media player on any clap player.start To run it Because if it is wrong, it will go to fail player.start And that's it", "tokens": [12587, 1184, 2960, 11, 286, 1907, 796, 300, 498, 264, 1867, 307, 3006, 11, 352, 281, 264, 3678, 300, 575, 257, 3092, 31687, 3909, 293, 1190, 264, 3021, 4256, 322, 604, 20760, 4256, 13, 24419, 1407, 1190, 309, 1436, 498, 309, 307, 2085, 11, 309, 486, 352, 281, 3061, 4256, 13, 24419, 400, 300, 311, 309], "avg_logprob": -0.587171052631579, "compression_ratio": 1.5125, "no_speech_prob": 0.0, "words": [{"start": 1382.38, "end": 1382.6, "word": "For", "probability": 0.49169921875}, {"start": 1382.6, "end": 1382.86, "word": " each", "probability": 0.55322265625}, {"start": 1382.86, "end": 1383.16, "word": " button,", "probability": 0.4638671875}, {"start": 1383.46, "end": 1383.52, "word": " I", "probability": 0.58642578125}, {"start": 1383.52, "end": 1383.72, "word": " told", "probability": 0.61572265625}, {"start": 1383.72, "end": 1383.96, "word": " him", "probability": 0.57763671875}, {"start": 1383.96, "end": 1384.04, "word": " that", "probability": 0.2919921875}, {"start": 1384.04, "end": 1384.16, "word": " if", "probability": 0.9072265625}, {"start": 1384.16, "end": 1384.58, "word": " the", "probability": 0.724609375}, {"start": 1384.58, "end": 1384.8, "word": " answer", "probability": 0.73583984375}, {"start": 1384.8, "end": 1384.88, "word": " is", "probability": 0.5595703125}, {"start": 1384.88, "end": 1385.26, "word": " correct,", "probability": 0.74853515625}, {"start": 1386.1, "end": 1386.36, "word": " go", "probability": 0.1075439453125}, {"start": 1386.36, "end": 1386.62, "word": " to", "probability": 0.556640625}, {"start": 1386.62, "end": 1386.76, "word": " the", "probability": 0.63623046875}, {"start": 1386.76, "end": 1387.22, "word": " background", "probability": 0.207763671875}, {"start": 1387.22, "end": 1387.5, "word": " that", "probability": 0.1539306640625}, {"start": 1387.5, "end": 1387.76, "word": " has", "probability": 0.82666015625}, {"start": 1387.76, "end": 1388.08, "word": " a", "probability": 0.57861328125}, {"start": 1388.08, "end": 1388.26, "word": " green", "probability": 0.72607421875}, {"start": 1388.26, "end": 1389.58, "word": " corrected", "probability": 0.275146484375}, {"start": 1389.58, "end": 1390.0, "word": " shape", "probability": 0.90478515625}, {"start": 1390.0, "end": 1390.7, "word": " and", "probability": 0.41259765625}, {"start": 1390.7, "end": 1391.36, "word": " run", "probability": 0.443359375}, {"start": 1391.36, "end": 1391.74, "word": " the", "probability": 0.3857421875}, {"start": 1391.74, "end": 1391.98, "word": " media", "probability": 0.61962890625}, {"start": 1391.98, "end": 1392.34, "word": " player", "probability": 0.94287109375}, {"start": 1392.34, "end": 1392.64, "word": " on", "probability": 0.1917724609375}, {"start": 1392.64, "end": 1392.88, "word": " any", "probability": 0.86962890625}, {"start": 1392.88, "end": 1393.32, "word": " clap", "probability": 0.311767578125}, {"start": 1393.32, "end": 1394.18, "word": " player", "probability": 0.65478515625}, {"start": 1394.18, "end": 1395.74, "word": ".start", "probability": 0.739013671875}, {"start": 1395.74, "end": 1397.62, "word": " To", "probability": 0.166748046875}, {"start": 1397.62, "end": 1397.92, "word": " run", "probability": 0.7802734375}, {"start": 1397.92, "end": 1398.16, "word": " it", "probability": 0.67236328125}, {"start": 1398.16, "end": 1399.2, "word": " Because", "probability": 0.609375}, {"start": 1399.2, "end": 1399.44, "word": " if", "probability": 0.92919921875}, {"start": 1399.44, "end": 1399.7, "word": " it", "probability": 0.83544921875}, {"start": 1399.7, "end": 1399.7, "word": " is", "probability": 0.430419921875}, {"start": 1399.7, "end": 1400.0, "word": " wrong,", "probability": 0.76123046875}, {"start": 1400.4, "end": 1400.56, "word": " it", "probability": 0.309814453125}, {"start": 1400.56, "end": 1400.6, "word": " will", "probability": 0.5634765625}, {"start": 1400.6, "end": 1400.8, "word": " go", "probability": 0.39453125}, {"start": 1400.8, "end": 1400.96, "word": " to", "probability": 0.82470703125}, {"start": 1400.96, "end": 1401.44, "word": " fail", "probability": 0.5966796875}, {"start": 1401.44, "end": 1402.36, "word": " player", "probability": 0.78857421875}, {"start": 1402.36, "end": 1403.76, "word": ".start", "probability": 0.951416015625}, {"start": 1403.76, "end": 1405.1, "word": " And", "probability": 0.311279296875}, {"start": 1405.1, "end": 1405.34, "word": " that's", "probability": 0.833740234375}, {"start": 1405.34, "end": 1405.42, "word": " it", "probability": 0.79248046875}], "temperature": 1.0}, {"id": 55, "seek": 143312, "start": 1417.52, "end": 1433.12, "text": " Because if someone works, we also want to increase the receipt. Right or wrong? We have a text view. We forgot to bring it. What does it have to do with? Text view, which is the score value TV.", "tokens": [1436, 498, 1580, 1985, 11, 321, 611, 528, 281, 3488, 264, 33882, 13, 1779, 420, 2085, 30, 492, 362, 257, 2487, 1910, 13, 492, 5298, 281, 1565, 309, 13, 708, 775, 309, 362, 281, 360, 365, 30, 18643, 1910, 11, 597, 307, 264, 6175, 2158, 3558, 13], "avg_logprob": -0.5696614670256773, "compression_ratio": 1.3566433566433567, "no_speech_prob": 0.0, "words": [{"start": 1417.52, "end": 1417.8, "word": " Because", "probability": 0.1986083984375}, {"start": 1417.8, "end": 1417.94, "word": " if", "probability": 0.437255859375}, {"start": 1417.94, "end": 1418.1, "word": " someone", "probability": 0.46044921875}, {"start": 1418.1, "end": 1418.44, "word": " works,", "probability": 0.456298828125}, {"start": 1418.86, "end": 1419.08, "word": " we", "probability": 0.5673828125}, {"start": 1419.08, "end": 1419.08, "word": " also", "probability": 0.283935546875}, {"start": 1419.08, "end": 1419.1, "word": " want", "probability": 0.452392578125}, {"start": 1419.1, "end": 1420.42, "word": " to", "probability": 0.77783203125}, {"start": 1420.42, "end": 1420.64, "word": " increase", "probability": 0.487548828125}, {"start": 1420.64, "end": 1420.78, "word": " the", "probability": 0.41650390625}, {"start": 1420.78, "end": 1421.12, "word": " receipt.", "probability": 0.384033203125}, {"start": 1421.8, "end": 1422.24, "word": " Right", "probability": 0.269775390625}, {"start": 1422.24, "end": 1422.38, "word": " or", "probability": 0.6416015625}, {"start": 1422.38, "end": 1422.54, "word": " wrong?", "probability": 0.57568359375}, {"start": 1423.04, "end": 1423.34, "word": " We", "probability": 0.5869140625}, {"start": 1423.34, "end": 1423.52, "word": " have", "probability": 0.77099609375}, {"start": 1423.52, "end": 1423.7, "word": " a", "probability": 0.59765625}, {"start": 1423.7, "end": 1423.9, "word": " text", "probability": 0.53125}, {"start": 1423.9, "end": 1424.16, "word": " view.", "probability": 0.79638671875}, {"start": 1424.28, "end": 1424.38, "word": " We", "probability": 0.421875}, {"start": 1424.38, "end": 1424.44, "word": " forgot", "probability": 0.7919921875}, {"start": 1424.44, "end": 1424.64, "word": " to", "probability": 0.93994140625}, {"start": 1424.64, "end": 1424.8, "word": " bring", "probability": 0.689453125}, {"start": 1424.8, "end": 1426.06, "word": " it.", "probability": 0.92431640625}, {"start": 1427.0, "end": 1427.24, "word": " What", "probability": 0.18359375}, {"start": 1427.24, "end": 1427.3, "word": " does", "probability": 0.491455078125}, {"start": 1427.3, "end": 1427.4, "word": " it", "probability": 0.79443359375}, {"start": 1427.4, "end": 1427.4, "word": " have", "probability": 0.83154296875}, {"start": 1427.4, "end": 1427.54, "word": " to", "probability": 0.92138671875}, {"start": 1427.54, "end": 1427.78, "word": " do", "probability": 0.96923828125}, {"start": 1427.78, "end": 1427.92, "word": " with?", "probability": 0.8701171875}, {"start": 1428.22, "end": 1428.62, "word": " Text", "probability": 0.88037109375}, {"start": 1428.62, "end": 1429.12, "word": " view,", "probability": 0.76904296875}, {"start": 1430.14, "end": 1430.24, "word": " which", "probability": 0.73095703125}, {"start": 1430.24, "end": 1430.4, "word": " is", "probability": 0.89013671875}, {"start": 1430.4, "end": 1430.52, "word": " the", "probability": 0.67138671875}, {"start": 1430.52, "end": 1430.9, "word": " score", "probability": 0.662109375}, {"start": 1430.9, "end": 1431.5, "word": " value", "probability": 0.8720703125}, {"start": 1431.5, "end": 1433.12, "word": " TV.", "probability": 0.337890625}], "temperature": 1.0}, {"id": 56, "seek": 145984, "start": 1434.68, "end": 1459.84, "text": " We added it to the screen, but we didn't bring it from here Now, here we brought the elements to the screen, right? And we brought the photo, here we brought the buttons, and we brought the question TV, and here we brought the score value TV FindViewByIDR.ID.ScoreValueTV And we also need to define an integer", "tokens": [492, 3869, 309, 281, 264, 2568, 11, 457, 321, 994, 380, 1565, 309, 490, 510, 823, 11, 510, 321, 3038, 264, 4959, 281, 264, 2568, 11, 558, 30, 400, 321, 3038, 264, 5052, 11, 510, 321, 3038, 264, 9905, 11, 293, 321, 3038, 264, 1168, 3558, 11, 293, 510, 321, 3038, 264, 6175, 2158, 3558, 11809, 30203, 27690, 2777, 49, 13, 2777, 13, 50, 12352, 53, 304, 622, 12586, 400, 321, 611, 643, 281, 6964, 364, 24922], "avg_logprob": -0.44951922236344755, "compression_ratio": 1.7415730337078652, "no_speech_prob": 0.0, "words": [{"start": 1434.68, "end": 1435.16, "word": " We", "probability": 0.1478271484375}, {"start": 1435.16, "end": 1435.64, "word": " added", "probability": 0.53173828125}, {"start": 1435.64, "end": 1435.8, "word": " it", "probability": 0.4912109375}, {"start": 1435.8, "end": 1435.9, "word": " to", "probability": 0.48095703125}, {"start": 1435.9, "end": 1435.98, "word": " the", "probability": 0.7509765625}, {"start": 1435.98, "end": 1436.3, "word": " screen,", "probability": 0.712890625}, {"start": 1436.56, "end": 1437.3, "word": " but", "probability": 0.86865234375}, {"start": 1437.3, "end": 1437.4, "word": " we", "probability": 0.6962890625}, {"start": 1437.4, "end": 1437.44, "word": " didn't", "probability": 0.7156982421875}, {"start": 1437.44, "end": 1437.6, "word": " bring", "probability": 0.281005859375}, {"start": 1437.6, "end": 1437.76, "word": " it", "probability": 0.8818359375}, {"start": 1437.76, "end": 1437.96, "word": " from", "probability": 0.6904296875}, {"start": 1437.96, "end": 1438.18, "word": " here", "probability": 0.65234375}, {"start": 1438.18, "end": 1439.16, "word": " Now,", "probability": 0.2467041015625}, {"start": 1439.52, "end": 1439.72, "word": " here", "probability": 0.44189453125}, {"start": 1439.72, "end": 1440.22, "word": " we", "probability": 0.86474609375}, {"start": 1440.22, "end": 1440.46, "word": " brought", "probability": 0.64111328125}, {"start": 1440.46, "end": 1440.62, "word": " the", "probability": 0.69775390625}, {"start": 1440.62, "end": 1440.94, "word": " elements", "probability": 0.5009765625}, {"start": 1440.94, "end": 1441.12, "word": " to", "probability": 0.46875}, {"start": 1441.12, "end": 1441.24, "word": " the", "probability": 0.89453125}, {"start": 1441.24, "end": 1441.46, "word": " screen,", "probability": 0.89794921875}, {"start": 1441.48, "end": 1441.76, "word": " right?", "probability": 0.76171875}, {"start": 1442.32, "end": 1442.52, "word": " And", "probability": 0.56884765625}, {"start": 1442.52, "end": 1442.54, "word": " we", "probability": 0.66357421875}, {"start": 1442.54, "end": 1442.68, "word": " brought", "probability": 0.87060546875}, {"start": 1442.68, "end": 1442.86, "word": " the", "probability": 0.83935546875}, {"start": 1442.86, "end": 1443.26, "word": " photo,", "probability": 0.84814453125}, {"start": 1443.76, "end": 1443.84, "word": " here", "probability": 0.412109375}, {"start": 1443.84, "end": 1444.12, "word": " we", "probability": 0.85400390625}, {"start": 1444.12, "end": 1444.12, "word": " brought", "probability": 0.9208984375}, {"start": 1444.12, "end": 1444.22, "word": " the", "probability": 0.81005859375}, {"start": 1444.22, "end": 1444.46, "word": " buttons,", "probability": 0.67626953125}, {"start": 1444.72, "end": 1444.74, "word": " and", "probability": 0.61474609375}, {"start": 1444.74, "end": 1444.92, "word": " we", "probability": 0.5224609375}, {"start": 1444.92, "end": 1444.92, "word": " brought", "probability": 0.94921875}, {"start": 1444.92, "end": 1445.04, "word": " the", "probability": 0.826171875}, {"start": 1445.04, "end": 1445.34, "word": " question", "probability": 0.75732421875}, {"start": 1445.34, "end": 1445.8, "word": " TV,", "probability": 0.429443359375}, {"start": 1445.98, "end": 1446.06, "word": " and", "probability": 0.85205078125}, {"start": 1446.06, "end": 1446.24, "word": " here", "probability": 0.2044677734375}, {"start": 1446.24, "end": 1446.42, "word": " we", "probability": 0.7294921875}, {"start": 1446.42, "end": 1446.56, "word": " brought", "probability": 0.360107421875}, {"start": 1446.56, "end": 1446.88, "word": " the", "probability": 0.79150390625}, {"start": 1446.88, "end": 1447.24, "word": " score", "probability": 0.7568359375}, {"start": 1447.24, "end": 1448.58, "word": " value", "probability": 0.83544921875}, {"start": 1448.58, "end": 1449.68, "word": " TV", "probability": 0.390625}, {"start": 1449.68, "end": 1451.56, "word": " FindViewByIDR", "probability": 0.5946533203125}, {"start": 1451.56, "end": 1452.16, "word": ".ID", "probability": 0.8994140625}, {"start": 1452.16, "end": 1455.66, "word": ".ScoreValueTV", "probability": 0.8559221540178571}, {"start": 1455.66, "end": 1457.34, "word": " And", "probability": 0.77734375}, {"start": 1457.34, "end": 1457.78, "word": " we", "probability": 0.7744140625}, {"start": 1457.78, "end": 1457.78, "word": " also", "probability": 0.68017578125}, {"start": 1457.78, "end": 1457.78, "word": " need", "probability": 0.51318359375}, {"start": 1457.78, "end": 1458.78, "word": " to", "probability": 0.9697265625}, {"start": 1458.78, "end": 1459.1, "word": " define", "probability": 0.466796875}, {"start": 1459.1, "end": 1459.56, "word": " an", "probability": 0.8037109375}, {"start": 1459.56, "end": 1459.84, "word": " integer", "probability": 0.77685546875}], "temperature": 1.0}, {"id": 57, "seek": 148098, "start": 1461.78, "end": 1480.98, "text": " The name of the score is zero. In the beginning, the value of the header score should be zero. We wrote zero in the layout. Now, when we click on the button, if it is correct, the background will be green.", "tokens": [440, 1315, 295, 264, 6175, 307, 4018, 13, 682, 264, 2863, 11, 264, 2158, 295, 264, 23117, 6175, 820, 312, 4018, 13, 492, 4114, 4018, 294, 264, 13333, 13, 823, 11, 562, 321, 2052, 322, 264, 2960, 11, 498, 309, 307, 3006, 11, 264, 3678, 486, 312, 3092, 13], "avg_logprob": -0.5984375286102295, "compression_ratio": 1.4609929078014185, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1461.78, "end": 1462.14, "word": " The", "probability": 0.257080078125}, {"start": 1462.14, "end": 1462.14, "word": " name", "probability": 0.212646484375}, {"start": 1462.14, "end": 1462.32, "word": " of", "probability": 0.93701171875}, {"start": 1462.32, "end": 1462.32, "word": " the", "probability": 0.76171875}, {"start": 1462.32, "end": 1462.6, "word": " score", "probability": 0.78076171875}, {"start": 1462.6, "end": 1463.24, "word": " is", "probability": 0.3134765625}, {"start": 1463.24, "end": 1464.86, "word": " zero.", "probability": 0.36279296875}, {"start": 1467.82, "end": 1468.34, "word": " In", "probability": 0.2398681640625}, {"start": 1468.34, "end": 1469.62, "word": " the", "probability": 0.78564453125}, {"start": 1469.62, "end": 1469.8, "word": " beginning,", "probability": 0.77685546875}, {"start": 1470.26, "end": 1470.26, "word": " the", "probability": 0.6806640625}, {"start": 1470.26, "end": 1470.58, "word": " value", "probability": 0.70068359375}, {"start": 1470.58, "end": 1470.74, "word": " of", "probability": 0.89306640625}, {"start": 1470.74, "end": 1470.98, "word": " the", "probability": 0.343017578125}, {"start": 1470.98, "end": 1470.98, "word": " header", "probability": 0.79541015625}, {"start": 1470.98, "end": 1471.32, "word": " score", "probability": 0.70458984375}, {"start": 1471.32, "end": 1471.54, "word": " should", "probability": 0.408203125}, {"start": 1471.54, "end": 1471.6, "word": " be", "probability": 0.80029296875}, {"start": 1471.6, "end": 1472.34, "word": " zero.", "probability": 0.81982421875}, {"start": 1472.48, "end": 1472.66, "word": " We", "probability": 0.48388671875}, {"start": 1472.66, "end": 1473.04, "word": " wrote", "probability": 0.276123046875}, {"start": 1473.04, "end": 1473.5, "word": " zero", "probability": 0.412353515625}, {"start": 1473.5, "end": 1474.12, "word": " in", "probability": 0.46630859375}, {"start": 1474.12, "end": 1474.38, "word": " the", "probability": 0.6826171875}, {"start": 1474.38, "end": 1475.74, "word": " layout.", "probability": 0.65673828125}, {"start": 1476.32, "end": 1476.84, "word": " Now,", "probability": 0.383056640625}, {"start": 1476.98, "end": 1477.06, "word": " when", "probability": 0.3935546875}, {"start": 1477.06, "end": 1477.26, "word": " we", "probability": 0.66357421875}, {"start": 1477.26, "end": 1477.42, "word": " click", "probability": 0.25439453125}, {"start": 1477.42, "end": 1477.56, "word": " on", "probability": 0.73779296875}, {"start": 1477.56, "end": 1477.74, "word": " the", "probability": 0.7451171875}, {"start": 1477.74, "end": 1477.92, "word": " button,", "probability": 0.48193359375}, {"start": 1478.04, "end": 1478.16, "word": " if", "probability": 0.6962890625}, {"start": 1478.16, "end": 1478.42, "word": " it", "probability": 0.79443359375}, {"start": 1478.42, "end": 1478.5, "word": " is", "probability": 0.6650390625}, {"start": 1478.5, "end": 1478.8, "word": " correct,", "probability": 0.66552734375}, {"start": 1479.6, "end": 1480.04, "word": " the", "probability": 0.380615234375}, {"start": 1480.04, "end": 1480.58, "word": " background", "probability": 0.81640625}, {"start": 1480.58, "end": 1480.72, "word": " will", "probability": 0.2724609375}, {"start": 1480.72, "end": 1480.74, "word": " be", "probability": 0.38330078125}, {"start": 1480.74, "end": 1480.98, "word": " green.", "probability": 0.8623046875}], "temperature": 1.0}, {"id": 58, "seek": 150659, "start": 1482.03, "end": 1506.59, "text": " and increase the score to 10 for example and then we say score value tv.settext and we give it score plus don't forget this one if it was wrong it won't increase the score", "tokens": [293, 3488, 264, 6175, 281, 1266, 337, 1365, 293, 550, 321, 584, 6175, 2158, 16364, 13, 3854, 25111, 293, 321, 976, 309, 6175, 1804, 500, 380, 2870, 341, 472, 498, 309, 390, 2085, 309, 1582, 380, 3488, 264, 6175], "avg_logprob": -0.6203125029802322, "compression_ratio": 1.4956521739130435, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1482.03, "end": 1482.35, "word": " and", "probability": 0.1805419921875}, {"start": 1482.35, "end": 1482.53, "word": " increase", "probability": 0.441650390625}, {"start": 1482.53, "end": 1482.71, "word": " the", "probability": 0.50732421875}, {"start": 1482.71, "end": 1483.09, "word": " score", "probability": 0.837890625}, {"start": 1483.09, "end": 1483.27, "word": " to", "probability": 0.384033203125}, {"start": 1483.27, "end": 1485.17, "word": " 10", "probability": 0.08990478515625}, {"start": 1485.17, "end": 1486.21, "word": " for", "probability": 0.372802734375}, {"start": 1486.21, "end": 1486.43, "word": " example", "probability": 0.93994140625}, {"start": 1486.43, "end": 1487.65, "word": " and", "probability": 0.3984375}, {"start": 1487.65, "end": 1488.49, "word": " then", "probability": 0.59130859375}, {"start": 1488.49, "end": 1488.69, "word": " we", "probability": 0.5625}, {"start": 1488.69, "end": 1488.87, "word": " say", "probability": 0.52392578125}, {"start": 1488.87, "end": 1489.45, "word": " score", "probability": 0.65478515625}, {"start": 1489.45, "end": 1490.41, "word": " value", "probability": 0.62890625}, {"start": 1490.41, "end": 1490.93, "word": " tv", "probability": 0.81884765625}, {"start": 1490.93, "end": 1494.01, "word": ".settext", "probability": 0.612060546875}, {"start": 1494.01, "end": 1495.85, "word": " and", "probability": 0.17724609375}, {"start": 1495.85, "end": 1495.91, "word": " we", "probability": 0.40087890625}, {"start": 1495.91, "end": 1496.11, "word": " give", "probability": 0.5166015625}, {"start": 1496.11, "end": 1496.27, "word": " it", "probability": 0.48095703125}, {"start": 1496.27, "end": 1496.97, "word": " score", "probability": 0.39111328125}, {"start": 1496.97, "end": 1497.97, "word": " plus", "probability": 0.65966796875}, {"start": 1497.97, "end": 1499.59, "word": " don't", "probability": 0.631103515625}, {"start": 1499.59, "end": 1499.97, "word": " forget", "probability": 0.916015625}, {"start": 1499.97, "end": 1500.41, "word": " this", "probability": 0.599609375}, {"start": 1500.41, "end": 1500.69, "word": " one", "probability": 0.282470703125}, {"start": 1500.69, "end": 1503.09, "word": " if", "probability": 0.2227783203125}, {"start": 1503.09, "end": 1503.59, "word": " it", "probability": 0.84130859375}, {"start": 1503.59, "end": 1503.59, "word": " was", "probability": 0.5546875}, {"start": 1503.59, "end": 1503.91, "word": " wrong", "probability": 0.66455078125}, {"start": 1503.91, "end": 1505.87, "word": " it", "probability": 0.52197265625}, {"start": 1505.87, "end": 1506.01, "word": " won't", "probability": 0.716796875}, {"start": 1506.01, "end": 1506.19, "word": " increase", "probability": 0.7734375}, {"start": 1506.19, "end": 1506.39, "word": " the", "probability": 0.873046875}, {"start": 1506.39, "end": 1506.59, "word": " score", "probability": 0.88330078125}], "temperature": 1.0}, {"id": 59, "seek": 153340, "start": 1510.34, "end": 1533.4, "text": " It will not appear. It will come to the next question. Okay? Okay.", "tokens": [467, 486, 406, 4204, 13, 467, 486, 808, 281, 264, 958, 1168, 13, 1033, 30, 1033, 13], "avg_logprob": -0.8129340079095628, "compression_ratio": 1.0307692307692307, "no_speech_prob": 0.0, "words": [{"start": 1510.34, "end": 1510.52, "word": " It", "probability": 0.09063720703125}, {"start": 1510.52, "end": 1510.7, "word": " will", "probability": 0.382568359375}, {"start": 1510.7, "end": 1510.7, "word": " not", "probability": 0.78173828125}, {"start": 1510.7, "end": 1510.92, "word": " appear.", "probability": 0.4052734375}, {"start": 1511.12, "end": 1511.56, "word": " It", "probability": 0.288330078125}, {"start": 1511.56, "end": 1511.68, "word": " will", "probability": 0.822265625}, {"start": 1511.68, "end": 1511.94, "word": " come", "probability": 0.2315673828125}, {"start": 1511.94, "end": 1512.04, "word": " to", "probability": 0.2998046875}, {"start": 1512.04, "end": 1512.12, "word": " the", "probability": 0.82958984375}, {"start": 1512.12, "end": 1512.64, "word": " next", "probability": 0.56494140625}, {"start": 1512.64, "end": 1512.64, "word": " question.", "probability": 0.92578125}, {"start": 1513.14, "end": 1513.56, "word": " Okay?", "probability": 0.313720703125}, {"start": 1532.96, "end": 1533.4, "word": " Okay.", "probability": 0.420166015625}], "temperature": 1.0}, {"id": 60, "seek": 157254, "start": 1549.74, "end": 1572.54, "text": " Of course, it hasn't reached the third question yet. Okay? Because still, look at this problem. Now, the receipt has gone down. Okay? But look at this problem. It is still working on the other buttons. It is supposed that if it chooses any answer, it will stop all the buttons. It will stop dealing with them.", "tokens": [2720, 1164, 11, 309, 6132, 380, 6488, 264, 2636, 1168, 1939, 13, 1033, 30, 1436, 920, 11, 574, 412, 341, 1154, 13, 823, 11, 264, 33882, 575, 2780, 760, 13, 1033, 30, 583, 574, 412, 341, 1154, 13, 467, 307, 920, 1364, 322, 264, 661, 9905, 13, 467, 307, 3442, 300, 498, 309, 25963, 604, 1867, 11, 309, 486, 1590, 439, 264, 9905, 13, 467, 486, 1590, 6260, 365, 552, 13], "avg_logprob": -0.524739602373706, "compression_ratio": 1.6577540106951871, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 1549.74, "end": 1550.14, "word": " Of", "probability": 0.08026123046875}, {"start": 1550.14, "end": 1550.16, "word": " course,", "probability": 0.87744140625}, {"start": 1550.28, "end": 1550.38, "word": " it", "probability": 0.2418212890625}, {"start": 1550.38, "end": 1550.42, "word": " hasn't", "probability": 0.58355712890625}, {"start": 1550.42, "end": 1550.64, "word": " reached", "probability": 0.416015625}, {"start": 1550.64, "end": 1550.82, "word": " the", "probability": 0.63671875}, {"start": 1550.82, "end": 1551.28, "word": " third", "probability": 0.76171875}, {"start": 1551.28, "end": 1551.28, "word": " question", "probability": 0.89990234375}, {"start": 1551.28, "end": 1551.38, "word": " yet.", "probability": 0.763671875}, {"start": 1551.56, "end": 1551.68, "word": " Okay?", "probability": 0.153076171875}, {"start": 1552.24, "end": 1552.44, "word": " Because", "probability": 0.464599609375}, {"start": 1552.44, "end": 1552.74, "word": " still,", "probability": 0.1763916015625}, {"start": 1552.9, "end": 1553.06, "word": " look", "probability": 0.625}, {"start": 1553.06, "end": 1553.12, "word": " at", "probability": 0.94482421875}, {"start": 1553.12, "end": 1553.16, "word": " this", "probability": 0.8232421875}, {"start": 1553.16, "end": 1553.46, "word": " problem.", "probability": 0.84130859375}, {"start": 1553.78, "end": 1553.98, "word": " Now,", "probability": 0.39990234375}, {"start": 1554.08, "end": 1554.12, "word": " the", "probability": 0.64013671875}, {"start": 1554.12, "end": 1554.34, "word": " receipt", "probability": 0.92236328125}, {"start": 1554.34, "end": 1554.54, "word": " has", "probability": 0.478759765625}, {"start": 1554.54, "end": 1554.54, "word": " gone", "probability": 0.22802734375}, {"start": 1554.54, "end": 1554.92, "word": " down.", "probability": 0.81396484375}, {"start": 1555.28, "end": 1555.5, "word": " Okay?", "probability": 0.771484375}, {"start": 1555.6, "end": 1555.76, "word": " But", "probability": 0.89599609375}, {"start": 1555.76, "end": 1555.9, "word": " look", "probability": 0.76611328125}, {"start": 1555.9, "end": 1555.98, "word": " at", "probability": 0.96875}, {"start": 1555.98, "end": 1556.0, "word": " this", "probability": 0.9326171875}, {"start": 1556.0, "end": 1556.46, "word": " problem.", "probability": 0.88427734375}, {"start": 1559.1, "end": 1559.5, "word": " It", "probability": 0.254150390625}, {"start": 1559.5, "end": 1559.98, "word": " is", "probability": 0.318603515625}, {"start": 1559.98, "end": 1561.66, "word": " still", "probability": 0.8828125}, {"start": 1561.66, "end": 1564.6, "word": " working", "probability": 0.1727294921875}, {"start": 1564.6, "end": 1564.78, "word": " on", "probability": 0.88916015625}, {"start": 1564.78, "end": 1564.84, "word": " the", "probability": 0.6337890625}, {"start": 1564.84, "end": 1564.9, "word": " other", "probability": 0.4541015625}, {"start": 1564.9, "end": 1565.18, "word": " buttons.", "probability": 0.818359375}, {"start": 1565.98, "end": 1566.08, "word": " It", "probability": 0.4091796875}, {"start": 1566.08, "end": 1566.16, "word": " is", "probability": 0.72802734375}, {"start": 1566.16, "end": 1566.38, "word": " supposed", "probability": 0.853515625}, {"start": 1566.38, "end": 1566.78, "word": " that", "probability": 0.66552734375}, {"start": 1566.78, "end": 1566.96, "word": " if", "probability": 0.89794921875}, {"start": 1566.96, "end": 1567.1, "word": " it", "probability": 0.359619140625}, {"start": 1567.1, "end": 1567.36, "word": " chooses", "probability": 0.66015625}, {"start": 1567.36, "end": 1567.56, "word": " any", "probability": 0.85302734375}, {"start": 1567.56, "end": 1567.96, "word": " answer,", "probability": 0.89599609375}, {"start": 1568.98, "end": 1569.1, "word": " it", "probability": 0.806640625}, {"start": 1569.1, "end": 1569.16, "word": " will", "probability": 0.283447265625}, {"start": 1569.16, "end": 1569.36, "word": " stop", "probability": 0.87060546875}, {"start": 1569.36, "end": 1569.68, "word": " all", "probability": 0.88720703125}, {"start": 1569.68, "end": 1569.78, "word": " the", "probability": 0.640625}, {"start": 1569.78, "end": 1570.16, "word": " buttons.", "probability": 0.7890625}, {"start": 1570.94, "end": 1571.28, "word": " It", "probability": 0.3505859375}, {"start": 1571.28, "end": 1571.46, "word": " will", "probability": 0.55224609375}, {"start": 1571.46, "end": 1571.86, "word": " stop", "probability": 0.77001953125}, {"start": 1571.86, "end": 1572.2, "word": " dealing", "probability": 0.71533203125}, {"start": 1572.2, "end": 1572.4, "word": " with", "probability": 0.8935546875}, {"start": 1572.4, "end": 1572.54, "word": " them.", "probability": 0.7900390625}], "temperature": 1.0}, {"id": 61, "seek": 160203, "start": 1577.31, "end": 1602.03, "text": " No, it's not what's going to happen. You also have to think about what's going to happen. It's not that as soon as you press it, it goes to the next one. If you press it and it goes to the next one, it's not going to show that it's green and it's not going to turn on the sound. No, you have to let the idea come up that it's green and turn on the sound. Once it finishes all the sound, it goes to the next one. Okay? So during this period, when the sound is on, there doesn't have to be interaction with all the buttons.", "tokens": [883, 11, 309, 311, 406, 437, 311, 516, 281, 1051, 13, 509, 611, 362, 281, 519, 466, 437, 311, 516, 281, 1051, 13, 467, 311, 406, 300, 382, 2321, 382, 291, 1886, 309, 11, 309, 1709, 281, 264, 958, 472, 13, 759, 291, 1886, 309, 293, 309, 1709, 281, 264, 958, 472, 11, 309, 311, 406, 516, 281, 855, 300, 309, 311, 3092, 293, 309, 311, 406, 516, 281, 1261, 322, 264, 1626, 13, 883, 11, 291, 362, 281, 718, 264, 1558, 808, 493, 300, 309, 311, 3092, 293, 1261, 322, 264, 1626, 13, 3443, 309, 23615, 439, 264, 1626, 11, 309, 1709, 281, 264, 958, 472, 13, 1033, 30, 407, 1830, 341, 2896, 11, 562, 264, 1626, 307, 322, 11, 456, 1177, 380, 362, 281, 312, 9285, 365, 439, 264, 9905, 13], "avg_logprob": -0.3955223878372961, "compression_ratio": 2.19327731092437, "no_speech_prob": 4.649162292480469e-06, "words": [{"start": 1577.31, "end": 1577.59, "word": " No,", "probability": 0.05914306640625}, {"start": 1577.73, "end": 1577.89, "word": " it's", "probability": 0.4642333984375}, {"start": 1577.89, "end": 1578.11, "word": " not", "probability": 0.876953125}, {"start": 1578.11, "end": 1578.27, "word": " what's", "probability": 0.4884033203125}, {"start": 1578.27, "end": 1578.37, "word": " going", "probability": 0.818359375}, {"start": 1578.37, "end": 1578.37, "word": " to", "probability": 0.9560546875}, {"start": 1578.37, "end": 1578.65, "word": " happen.", "probability": 0.88671875}, {"start": 1579.19, "end": 1579.47, "word": " You", "probability": 0.488037109375}, {"start": 1579.47, "end": 1580.11, "word": " also", "probability": 0.370361328125}, {"start": 1580.11, "end": 1580.77, "word": " have", "probability": 0.56640625}, {"start": 1580.77, "end": 1580.87, "word": " to", "probability": 0.97119140625}, {"start": 1580.87, "end": 1581.19, "word": " think", "probability": 0.80712890625}, {"start": 1581.19, "end": 1581.29, "word": " about", "probability": 0.57177734375}, {"start": 1581.29, "end": 1581.45, "word": " what's", "probability": 0.87939453125}, {"start": 1581.45, "end": 1581.53, "word": " going", "probability": 0.935546875}, {"start": 1581.53, "end": 1581.53, "word": " to", "probability": 0.9599609375}, {"start": 1581.53, "end": 1581.77, "word": " happen.", "probability": 0.89306640625}, {"start": 1582.47, "end": 1582.65, "word": " It's", "probability": 0.5638427734375}, {"start": 1582.65, "end": 1582.73, "word": " not", "probability": 0.9326171875}, {"start": 1582.73, "end": 1582.87, "word": " that", "probability": 0.356689453125}, {"start": 1582.87, "end": 1582.95, "word": " as", "probability": 0.332763671875}, {"start": 1582.95, "end": 1583.07, "word": " soon", "probability": 0.94873046875}, {"start": 1583.07, "end": 1583.07, "word": " as", "probability": 0.9697265625}, {"start": 1583.07, "end": 1583.25, "word": " you", "probability": 0.373291015625}, {"start": 1583.25, "end": 1583.37, "word": " press", "probability": 0.609375}, {"start": 1583.37, "end": 1583.51, "word": " it,", "probability": 0.58447265625}, {"start": 1583.53, "end": 1583.57, "word": " it", "probability": 0.78857421875}, {"start": 1583.57, "end": 1583.67, "word": " goes", "probability": 0.406982421875}, {"start": 1583.67, "end": 1583.81, "word": " to", "probability": 0.306396484375}, {"start": 1583.81, "end": 1583.89, "word": " the", "probability": 0.70703125}, {"start": 1583.89, "end": 1584.07, "word": " next", "probability": 0.88525390625}, {"start": 1584.07, "end": 1584.13, "word": " one.", "probability": 0.54833984375}, {"start": 1584.83, "end": 1585.11, "word": " If", "probability": 0.5869140625}, {"start": 1585.11, "end": 1585.67, "word": " you", "probability": 0.6923828125}, {"start": 1585.67, "end": 1585.77, "word": " press", "probability": 0.62939453125}, {"start": 1585.77, "end": 1585.99, "word": " it", "probability": 0.82666015625}, {"start": 1585.99, "end": 1586.03, "word": " and", "probability": 0.6201171875}, {"start": 1586.03, "end": 1586.03, "word": " it", "probability": 0.8408203125}, {"start": 1586.03, "end": 1586.07, "word": " goes", "probability": 0.86376953125}, {"start": 1586.07, "end": 1586.17, "word": " to", "probability": 0.87646484375}, {"start": 1586.17, "end": 1586.29, "word": " the", "probability": 0.88232421875}, {"start": 1586.29, "end": 1586.39, "word": " next", "probability": 0.92431640625}, {"start": 1586.39, "end": 1586.39, "word": " one,", "probability": 0.869140625}, {"start": 1586.51, "end": 1586.61, "word": " it's", "probability": 0.49578857421875}, {"start": 1586.61, "end": 1586.61, "word": " not", "probability": 0.916015625}, {"start": 1586.61, "end": 1586.71, "word": " going", "probability": 0.919921875}, {"start": 1586.71, "end": 1586.71, "word": " to", "probability": 0.97119140625}, {"start": 1586.71, "end": 1586.91, "word": " show", "probability": 0.5361328125}, {"start": 1586.91, "end": 1587.03, "word": " that", "probability": 0.50634765625}, {"start": 1587.03, "end": 1587.15, "word": " it's", "probability": 0.875}, {"start": 1587.15, "end": 1587.47, "word": " green", "probability": 0.896484375}, {"start": 1587.47, "end": 1587.73, "word": " and", "probability": 0.489990234375}, {"start": 1587.73, "end": 1587.85, "word": " it's", "probability": 0.4871826171875}, {"start": 1587.85, "end": 1587.85, "word": " not", "probability": 0.8896484375}, {"start": 1587.85, "end": 1587.95, "word": " going", "probability": 0.92919921875}, {"start": 1587.95, "end": 1587.95, "word": " to", "probability": 0.96826171875}, {"start": 1587.95, "end": 1588.07, "word": " turn", "probability": 0.4072265625}, {"start": 1588.07, "end": 1588.17, "word": " on", "probability": 0.82373046875}, {"start": 1588.17, "end": 1588.29, "word": " the", "probability": 0.7705078125}, {"start": 1588.29, "end": 1588.51, "word": " sound.", "probability": 0.64501953125}, {"start": 1588.97, "end": 1589.19, "word": " No,", "probability": 0.8759765625}, {"start": 1589.33, "end": 1589.47, "word": " you", "probability": 0.94775390625}, {"start": 1589.47, "end": 1589.65, "word": " have", "probability": 0.59912109375}, {"start": 1589.65, "end": 1589.81, "word": " to", "probability": 0.97265625}, {"start": 1589.81, "end": 1590.13, "word": " let", "probability": 0.28271484375}, {"start": 1590.13, "end": 1590.41, "word": " the", "probability": 0.70263671875}, {"start": 1590.41, "end": 1590.71, "word": " idea", "probability": 0.77099609375}, {"start": 1590.71, "end": 1591.33, "word": " come", "probability": 0.416748046875}, {"start": 1591.33, "end": 1591.45, "word": " up", "probability": 0.5234375}, {"start": 1591.45, "end": 1591.53, "word": " that", "probability": 0.43896484375}, {"start": 1591.53, "end": 1591.63, "word": " it's", "probability": 0.868408203125}, {"start": 1591.63, "end": 1591.87, "word": " green", "probability": 0.95361328125}, {"start": 1591.87, "end": 1591.99, "word": " and", "probability": 0.80517578125}, {"start": 1591.99, "end": 1592.13, "word": " turn", "probability": 0.375}, {"start": 1592.13, "end": 1592.31, "word": " on", "probability": 0.85888671875}, {"start": 1592.31, "end": 1592.37, "word": " the", "probability": 0.9033203125}, {"start": 1592.37, "end": 1592.55, "word": " sound.", "probability": 0.8896484375}, {"start": 1592.63, "end": 1592.77, "word": " Once", "probability": 0.29931640625}, {"start": 1592.77, "end": 1592.89, "word": " it", "probability": 0.75830078125}, {"start": 1592.89, "end": 1593.17, "word": " finishes", "probability": 0.5625}, {"start": 1593.17, "end": 1593.35, "word": " all", "probability": 0.370361328125}, {"start": 1593.35, "end": 1593.35, "word": " the", "probability": 0.794921875}, {"start": 1593.35, "end": 1593.53, "word": " sound,", "probability": 0.8466796875}, {"start": 1594.75, "end": 1594.85, "word": " it", "probability": 0.90771484375}, {"start": 1594.85, "end": 1594.99, "word": " goes", "probability": 0.8203125}, {"start": 1594.99, "end": 1595.11, "word": " to", "probability": 0.81298828125}, {"start": 1595.11, "end": 1595.27, "word": " the", "probability": 0.89599609375}, {"start": 1595.27, "end": 1595.37, "word": " next", "probability": 0.919921875}, {"start": 1595.37, "end": 1596.17, "word": " one.", "probability": 0.8994140625}, {"start": 1596.27, "end": 1596.37, "word": " Okay?", "probability": 0.321044921875}, {"start": 1596.71, "end": 1596.87, "word": " So", "probability": 0.76953125}, {"start": 1596.87, "end": 1597.23, "word": " during", "probability": 0.646484375}, {"start": 1597.23, "end": 1597.37, "word": " this", "probability": 0.8681640625}, {"start": 1597.37, "end": 1597.71, "word": " period,", "probability": 0.869140625}, {"start": 1598.21, "end": 1598.55, "word": " when", "probability": 0.1470947265625}, {"start": 1598.55, "end": 1598.77, "word": " the", "probability": 0.89013671875}, {"start": 1598.77, "end": 1598.89, "word": " sound", "probability": 0.8515625}, {"start": 1598.89, "end": 1598.99, "word": " is", "probability": 0.66796875}, {"start": 1598.99, "end": 1599.23, "word": " on,", "probability": 0.2376708984375}, {"start": 1599.45, "end": 1599.55, "word": " there", "probability": 0.8291015625}, {"start": 1599.55, "end": 1599.61, "word": " doesn't", "probability": 0.7047119140625}, {"start": 1599.61, "end": 1599.83, "word": " have", "probability": 0.87890625}, {"start": 1599.83, "end": 1599.97, "word": " to", "probability": 0.97265625}, {"start": 1599.97, "end": 1600.15, "word": " be", "probability": 0.9404296875}, {"start": 1600.15, "end": 1601.39, "word": " interaction", "probability": 0.58935546875}, {"start": 1601.39, "end": 1601.63, "word": " with", "probability": 0.880859375}, {"start": 1601.63, "end": 1601.73, "word": " all", "probability": 0.93212890625}, {"start": 1601.73, "end": 1601.75, "word": " the", "probability": 0.482421875}, {"start": 1601.75, "end": 1602.03, "word": " buttons.", "probability": 0.84765625}], "temperature": 1.0}, {"id": 62, "seek": 162950, "start": 1603.56, "end": 1629.5, "text": "How does it stop the interaction with the buttons? Go back to the buttons and stop them all. Okay? Where will this happen? With any action, right? So here, for example, if you answer correctly or incorrectly, it will stop the interaction with all the buttons, including the correct button. How? Make another for loop on the buttons. For each button, there is a button in the choice buttons.", "tokens": [6462, 775, 309, 1590, 264, 9285, 365, 264, 9905, 30, 1037, 646, 281, 264, 9905, 293, 1590, 552, 439, 13, 1033, 30, 2305, 486, 341, 1051, 30, 2022, 604, 3069, 11, 558, 30, 407, 510, 11, 337, 1365, 11, 498, 291, 1867, 8944, 420, 42892, 11, 309, 486, 1590, 264, 9285, 365, 439, 264, 9905, 11, 3009, 264, 3006, 2960, 13, 1012, 30, 4387, 1071, 337, 6367, 322, 264, 9905, 13, 1171, 1184, 2960, 11, 456, 307, 257, 2960, 294, 264, 3922, 9905, 13], "avg_logprob": -0.4147058907677146, "compression_ratio": 1.813953488372093, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1603.56, "end": 1603.8, "word": "How", "probability": 0.6591796875}, {"start": 1603.8, "end": 1603.92, "word": " does", "probability": 0.390625}, {"start": 1603.92, "end": 1603.96, "word": " it", "probability": 0.68994140625}, {"start": 1603.96, "end": 1604.18, "word": " stop", "probability": 0.6962890625}, {"start": 1604.18, "end": 1604.26, "word": " the", "probability": 0.2421875}, {"start": 1604.26, "end": 1604.62, "word": " interaction", "probability": 0.80908203125}, {"start": 1604.62, "end": 1604.82, "word": " with", "probability": 0.76611328125}, {"start": 1604.82, "end": 1604.96, "word": " the", "probability": 0.26953125}, {"start": 1604.96, "end": 1605.06, "word": " buttons?", "probability": 0.79345703125}, {"start": 1605.24, "end": 1605.42, "word": " Go", "probability": 0.20751953125}, {"start": 1605.42, "end": 1605.5, "word": " back", "probability": 0.8173828125}, {"start": 1605.5, "end": 1605.6, "word": " to", "probability": 0.93603515625}, {"start": 1605.6, "end": 1605.7, "word": " the", "probability": 0.70361328125}, {"start": 1605.7, "end": 1605.9, "word": " buttons", "probability": 0.8427734375}, {"start": 1605.9, "end": 1606.06, "word": " and", "probability": 0.82958984375}, {"start": 1606.06, "end": 1606.2, "word": " stop", "probability": 0.630859375}, {"start": 1606.2, "end": 1606.42, "word": " them", "probability": 0.6259765625}, {"start": 1606.42, "end": 1606.78, "word": " all.", "probability": 0.869140625}, {"start": 1608.36, "end": 1608.6, "word": " Okay?", "probability": 0.134033203125}, {"start": 1608.82, "end": 1609.04, "word": " Where", "probability": 0.55810546875}, {"start": 1609.04, "end": 1609.18, "word": " will", "probability": 0.446044921875}, {"start": 1609.18, "end": 1609.26, "word": " this", "probability": 0.7109375}, {"start": 1609.26, "end": 1609.66, "word": " happen?", "probability": 0.55419921875}, {"start": 1610.38, "end": 1610.82, "word": " With", "probability": 0.2462158203125}, {"start": 1610.82, "end": 1611.0, "word": " any", "probability": 0.84326171875}, {"start": 1611.0, "end": 1611.4, "word": " action,", "probability": 0.94921875}, {"start": 1611.86, "end": 1612.22, "word": " right?", "probability": 0.81103515625}, {"start": 1612.76, "end": 1613.04, "word": " So", "probability": 0.430419921875}, {"start": 1613.04, "end": 1613.3, "word": " here,", "probability": 0.52978515625}, {"start": 1613.44, "end": 1613.52, "word": " for", "probability": 0.724609375}, {"start": 1613.52, "end": 1613.7, "word": " example,", "probability": 0.947265625}, {"start": 1614.22, "end": 1614.34, "word": " if", "probability": 0.93603515625}, {"start": 1614.34, "end": 1614.46, "word": " you", "probability": 0.55615234375}, {"start": 1614.46, "end": 1614.68, "word": " answer", "probability": 0.465087890625}, {"start": 1614.68, "end": 1615.3, "word": " correctly", "probability": 0.35009765625}, {"start": 1615.3, "end": 1615.62, "word": " or", "probability": 0.94091796875}, {"start": 1615.62, "end": 1615.98, "word": " incorrectly,", "probability": 0.63037109375}, {"start": 1616.66, "end": 1616.94, "word": " it", "probability": 0.720703125}, {"start": 1616.94, "end": 1617.02, "word": " will", "probability": 0.61669921875}, {"start": 1617.02, "end": 1617.22, "word": " stop", "probability": 0.890625}, {"start": 1617.22, "end": 1617.34, "word": " the", "probability": 0.4716796875}, {"start": 1617.34, "end": 1617.52, "word": " interaction", "probability": 0.88623046875}, {"start": 1617.52, "end": 1617.66, "word": " with", "probability": 0.876953125}, {"start": 1617.66, "end": 1618.2, "word": " all", "probability": 0.69140625}, {"start": 1618.2, "end": 1618.36, "word": " the", "probability": 0.54931640625}, {"start": 1618.36, "end": 1618.36, "word": " buttons,", "probability": 0.85693359375}, {"start": 1618.56, "end": 1618.82, "word": " including", "probability": 0.77392578125}, {"start": 1618.82, "end": 1619.28, "word": " the", "probability": 0.9130859375}, {"start": 1619.28, "end": 1619.78, "word": " correct", "probability": 0.5302734375}, {"start": 1619.78, "end": 1619.78, "word": " button.", "probability": 0.69873046875}, {"start": 1620.22, "end": 1620.6, "word": " How?", "probability": 0.9248046875}, {"start": 1620.9, "end": 1621.2, "word": " Make", "probability": 0.459716796875}, {"start": 1621.2, "end": 1621.32, "word": " another", "probability": 0.7080078125}, {"start": 1621.32, "end": 1621.48, "word": " for", "probability": 0.42236328125}, {"start": 1621.48, "end": 1621.7, "word": " loop", "probability": 0.92919921875}, {"start": 1621.7, "end": 1623.58, "word": " on", "probability": 0.7470703125}, {"start": 1623.58, "end": 1623.66, "word": " the", "probability": 0.77685546875}, {"start": 1623.66, "end": 1623.9, "word": " buttons.", "probability": 0.86669921875}, {"start": 1624.26, "end": 1624.7, "word": " For", "probability": 0.74755859375}, {"start": 1624.7, "end": 1624.9, "word": " each", "probability": 0.71337890625}, {"start": 1624.9, "end": 1625.3, "word": " button,", "probability": 0.88427734375}, {"start": 1625.8, "end": 1626.72, "word": " there", "probability": 0.291015625}, {"start": 1626.72, "end": 1627.28, "word": " is", "probability": 0.78271484375}, {"start": 1627.28, "end": 1627.28, "word": " a", "probability": 0.89990234375}, {"start": 1627.28, "end": 1627.28, "word": " button", "probability": 0.8671875}, {"start": 1627.28, "end": 1627.9, "word": " in", "probability": 0.81689453125}, {"start": 1627.9, "end": 1628.02, "word": " the", "probability": 0.68994140625}, {"start": 1628.02, "end": 1628.48, "word": " choice", "probability": 0.71826171875}, {"start": 1628.48, "end": 1629.5, "word": " buttons.", "probability": 0.787109375}], "temperature": 1.0}, {"id": 63, "seek": 165957, "start": 1630.63, "end": 1659.57, "text": " And for this button, go and tell it set enabled phones So what did it do? It stopped it And let it stop as soon as I press it or before I turn on the sound Okay? This small for loop, do you see what I did with it? It goes through all buttons Yes, of course it will make the background green", "tokens": [400, 337, 341, 2960, 11, 352, 293, 980, 309, 992, 15172, 10216, 407, 437, 630, 309, 360, 30, 467, 5936, 309, 400, 718, 309, 1590, 382, 2321, 382, 286, 1886, 309, 420, 949, 286, 1261, 322, 264, 1626, 1033, 30, 639, 1359, 337, 6367, 11, 360, 291, 536, 437, 286, 630, 365, 309, 30, 467, 1709, 807, 439, 9905, 1079, 11, 295, 1164, 309, 486, 652, 264, 3678, 3092], "avg_logprob": -0.6049107389790671, "compression_ratio": 1.5235602094240839, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1630.63, "end": 1630.83, "word": " And", "probability": 0.27490234375}, {"start": 1630.83, "end": 1630.89, "word": " for", "probability": 0.6416015625}, {"start": 1630.89, "end": 1630.99, "word": " this", "probability": 0.82421875}, {"start": 1630.99, "end": 1631.25, "word": " button,", "probability": 0.69970703125}, {"start": 1632.39, "end": 1632.71, "word": " go", "probability": 0.343017578125}, {"start": 1632.71, "end": 1633.01, "word": " and", "probability": 0.57421875}, {"start": 1633.01, "end": 1633.01, "word": " tell", "probability": 0.52880859375}, {"start": 1633.01, "end": 1633.17, "word": " it", "probability": 0.5888671875}, {"start": 1633.17, "end": 1634.09, "word": " set", "probability": 0.279052734375}, {"start": 1634.09, "end": 1635.13, "word": " enabled", "probability": 0.7412109375}, {"start": 1635.13, "end": 1635.97, "word": " phones", "probability": 0.57373046875}, {"start": 1635.97, "end": 1638.69, "word": " So", "probability": 0.160888671875}, {"start": 1638.69, "end": 1638.87, "word": " what", "probability": 0.484130859375}, {"start": 1638.87, "end": 1638.95, "word": " did", "probability": 0.6552734375}, {"start": 1638.95, "end": 1638.95, "word": " it", "probability": 0.8798828125}, {"start": 1638.95, "end": 1639.21, "word": " do?", "probability": 0.9453125}, {"start": 1639.31, "end": 1639.39, "word": " It", "probability": 0.62646484375}, {"start": 1639.39, "end": 1639.65, "word": " stopped", "probability": 0.8017578125}, {"start": 1639.65, "end": 1639.95, "word": " it", "probability": 0.56640625}, {"start": 1639.95, "end": 1640.29, "word": " And", "probability": 0.445068359375}, {"start": 1640.29, "end": 1640.53, "word": " let", "probability": 0.465087890625}, {"start": 1640.53, "end": 1640.65, "word": " it", "probability": 0.8955078125}, {"start": 1640.65, "end": 1640.89, "word": " stop", "probability": 0.8515625}, {"start": 1640.89, "end": 1641.43, "word": " as", "probability": 0.151123046875}, {"start": 1641.43, "end": 1641.97, "word": " soon", "probability": 0.3828125}, {"start": 1641.97, "end": 1642.25, "word": " as", "probability": 0.962890625}, {"start": 1642.25, "end": 1644.43, "word": " I", "probability": 0.2783203125}, {"start": 1644.43, "end": 1644.71, "word": " press", "probability": 0.457763671875}, {"start": 1644.71, "end": 1645.09, "word": " it", "probability": 0.28076171875}, {"start": 1645.09, "end": 1645.25, "word": " or", "probability": 0.437744140625}, {"start": 1645.25, "end": 1646.03, "word": " before", "probability": 0.732421875}, {"start": 1646.03, "end": 1646.19, "word": " I", "probability": 0.76953125}, {"start": 1646.19, "end": 1646.35, "word": " turn", "probability": 0.68505859375}, {"start": 1646.35, "end": 1646.43, "word": " on", "probability": 0.75439453125}, {"start": 1646.43, "end": 1646.55, "word": " the", "probability": 0.869140625}, {"start": 1646.55, "end": 1646.77, "word": " sound", "probability": 0.428955078125}, {"start": 1646.77, "end": 1648.51, "word": " Okay?", "probability": 0.134033203125}, {"start": 1651.59, "end": 1652.07, "word": " This", "probability": 0.57177734375}, {"start": 1652.07, "end": 1652.19, "word": " small", "probability": 0.59765625}, {"start": 1652.19, "end": 1652.39, "word": " for", "probability": 0.33447265625}, {"start": 1652.39, "end": 1652.57, "word": " loop,", "probability": 0.93359375}, {"start": 1653.03, "end": 1653.11, "word": " do", "probability": 0.309814453125}, {"start": 1653.11, "end": 1653.33, "word": " you", "probability": 0.9755859375}, {"start": 1653.33, "end": 1653.33, "word": " see", "probability": 0.84521484375}, {"start": 1653.33, "end": 1653.53, "word": " what", "probability": 0.6591796875}, {"start": 1653.53, "end": 1653.55, "word": " I", "probability": 0.209228515625}, {"start": 1653.55, "end": 1653.75, "word": " did", "probability": 0.477783203125}, {"start": 1653.75, "end": 1653.95, "word": " with", "probability": 0.484130859375}, {"start": 1653.95, "end": 1654.05, "word": " it?", "probability": 0.8564453125}, {"start": 1654.71, "end": 1655.19, "word": " It", "probability": 0.71533203125}, {"start": 1655.19, "end": 1655.31, "word": " goes", "probability": 0.27294921875}, {"start": 1655.31, "end": 1655.51, "word": " through", "probability": 0.65625}, {"start": 1655.51, "end": 1655.75, "word": " all", "probability": 0.48583984375}, {"start": 1655.75, "end": 1656.19, "word": " buttons", "probability": 0.5087890625}, {"start": 1656.19, "end": 1657.37, "word": " Yes,", "probability": 0.204345703125}, {"start": 1657.55, "end": 1657.71, "word": " of", "probability": 0.5673828125}, {"start": 1657.71, "end": 1657.71, "word": " course", "probability": 0.9541015625}, {"start": 1657.71, "end": 1657.91, "word": " it", "probability": 0.583984375}, {"start": 1657.91, "end": 1658.05, "word": " will", "probability": 0.7099609375}, {"start": 1658.05, "end": 1658.49, "word": " make", "probability": 0.414306640625}, {"start": 1658.49, "end": 1658.73, "word": " the", "probability": 0.796875}, {"start": 1658.73, "end": 1659.01, "word": " background", "probability": 0.426513671875}, {"start": 1659.01, "end": 1659.57, "word": " green", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 64, "seek": 166996, "start": 1660.48, "end": 1669.96, "text": " And then it will stop. It will not be able to change. And then it will turn on the sound. Okay? And this is the same code that needs to be carried somewhere down here.", "tokens": [400, 550, 309, 486, 1590, 13, 467, 486, 406, 312, 1075, 281, 1319, 13, 400, 550, 309, 486, 1261, 322, 264, 1626, 13, 1033, 30, 400, 341, 307, 264, 912, 3089, 300, 2203, 281, 312, 9094, 4079, 760, 510, 13], "avg_logprob": -0.5476371834917766, "compression_ratio": 1.4, "no_speech_prob": 0.0, "words": [{"start": 1660.48, "end": 1660.72, "word": " And", "probability": 0.1986083984375}, {"start": 1660.72, "end": 1660.92, "word": " then", "probability": 0.68212890625}, {"start": 1660.92, "end": 1661.06, "word": " it", "probability": 0.62451171875}, {"start": 1661.06, "end": 1661.08, "word": " will", "probability": 0.64111328125}, {"start": 1661.08, "end": 1661.34, "word": " stop.", "probability": 0.8857421875}, {"start": 1661.42, "end": 1661.78, "word": " It", "probability": 0.353271484375}, {"start": 1661.78, "end": 1661.88, "word": " will", "probability": 0.40966796875}, {"start": 1661.88, "end": 1661.88, "word": " not", "probability": 0.724609375}, {"start": 1661.88, "end": 1662.14, "word": " be", "probability": 0.779296875}, {"start": 1662.14, "end": 1662.14, "word": " able", "probability": 0.9580078125}, {"start": 1662.14, "end": 1662.26, "word": " to", "probability": 0.9716796875}, {"start": 1662.26, "end": 1662.54, "word": " change.", "probability": 0.78955078125}, {"start": 1663.48, "end": 1663.86, "word": " And", "probability": 0.478515625}, {"start": 1663.86, "end": 1663.98, "word": " then", "probability": 0.7080078125}, {"start": 1663.98, "end": 1664.08, "word": " it", "probability": 0.7421875}, {"start": 1664.08, "end": 1664.14, "word": " will", "probability": 0.66845703125}, {"start": 1664.14, "end": 1664.28, "word": " turn", "probability": 0.343505859375}, {"start": 1664.28, "end": 1664.36, "word": " on", "probability": 0.78564453125}, {"start": 1664.36, "end": 1664.48, "word": " the", "probability": 0.66064453125}, {"start": 1664.48, "end": 1664.68, "word": " sound.", "probability": 0.55322265625}, {"start": 1665.28, "end": 1665.48, "word": " Okay?", "probability": 0.166015625}, {"start": 1665.96, "end": 1666.1, "word": " And", "probability": 0.8056640625}, {"start": 1666.1, "end": 1666.3, "word": " this", "probability": 0.6826171875}, {"start": 1666.3, "end": 1666.34, "word": " is", "probability": 0.68798828125}, {"start": 1666.34, "end": 1666.44, "word": " the", "probability": 0.89892578125}, {"start": 1666.44, "end": 1666.62, "word": " same", "probability": 0.89453125}, {"start": 1666.62, "end": 1667.2, "word": " code", "probability": 0.9384765625}, {"start": 1667.2, "end": 1667.6, "word": " that", "probability": 0.2315673828125}, {"start": 1667.6, "end": 1668.32, "word": " needs", "probability": 0.191162109375}, {"start": 1668.32, "end": 1668.36, "word": " to", "probability": 0.9365234375}, {"start": 1668.36, "end": 1668.46, "word": " be", "probability": 0.5771484375}, {"start": 1668.46, "end": 1668.5, "word": " carried", "probability": 0.79931640625}, {"start": 1668.5, "end": 1668.9, "word": " somewhere", "probability": 0.26318359375}, {"start": 1668.9, "end": 1669.66, "word": " down", "probability": 0.40234375}, {"start": 1669.66, "end": 1669.96, "word": " here.", "probability": 0.80517578125}], "temperature": 1.0}, {"id": 65, "seek": 170038, "start": 1672.82, "end": 1700.38, "text": " Wrong or right? Correct? It will put the answer that you chose in green or red and then it will stop it Of course, to arrange the code, we learned to see what it does Inside the anonymous, it will put public, void, disable buttons What is this? The method that I made Why did I make it? Because instead of repeating the code Take this and put it here", "tokens": [28150, 420, 558, 30, 12753, 30, 467, 486, 829, 264, 1867, 300, 291, 5111, 294, 3092, 420, 2182, 293, 550, 309, 486, 1590, 309, 2720, 1164, 11, 281, 9424, 264, 3089, 11, 321, 3264, 281, 536, 437, 309, 775, 15123, 264, 24932, 11, 309, 486, 829, 1908, 11, 22009, 11, 28362, 9905, 708, 307, 341, 30, 440, 3170, 300, 286, 1027, 1545, 630, 286, 652, 309, 30, 1436, 2602, 295, 18617, 264, 3089, 3664, 341, 293, 829, 309, 510], "avg_logprob": -0.5148437455296516, "compression_ratio": 1.5669642857142858, "no_speech_prob": 0.0, "words": [{"start": 1672.82, "end": 1673.14, "word": " Wrong", "probability": 0.1788330078125}, {"start": 1673.14, "end": 1673.38, "word": " or", "probability": 0.92822265625}, {"start": 1673.38, "end": 1673.64, "word": " right?", "probability": 0.4140625}, {"start": 1673.98, "end": 1674.5, "word": " Correct?", "probability": 0.19140625}, {"start": 1674.94, "end": 1675.22, "word": " It", "probability": 0.298828125}, {"start": 1675.22, "end": 1675.28, "word": " will", "probability": 0.63427734375}, {"start": 1675.28, "end": 1675.56, "word": " put", "probability": 0.375732421875}, {"start": 1675.56, "end": 1675.74, "word": " the", "probability": 0.697265625}, {"start": 1675.74, "end": 1676.0, "word": " answer", "probability": 0.759765625}, {"start": 1676.0, "end": 1676.16, "word": " that", "probability": 0.34814453125}, {"start": 1676.16, "end": 1676.18, "word": " you", "probability": 0.8466796875}, {"start": 1676.18, "end": 1676.48, "word": " chose", "probability": 0.57275390625}, {"start": 1676.48, "end": 1676.82, "word": " in", "probability": 0.1959228515625}, {"start": 1676.82, "end": 1677.14, "word": " green", "probability": 0.80517578125}, {"start": 1677.14, "end": 1677.34, "word": " or", "probability": 0.92529296875}, {"start": 1677.34, "end": 1677.68, "word": " red", "probability": 0.89794921875}, {"start": 1677.68, "end": 1677.8, "word": " and", "probability": 0.39111328125}, {"start": 1677.8, "end": 1678.0, "word": " then", "probability": 0.658203125}, {"start": 1678.0, "end": 1678.12, "word": " it", "probability": 0.445556640625}, {"start": 1678.12, "end": 1678.14, "word": " will", "probability": 0.642578125}, {"start": 1678.14, "end": 1678.34, "word": " stop", "probability": 0.85791015625}, {"start": 1678.34, "end": 1678.66, "word": " it", "probability": 0.409423828125}, {"start": 1678.66, "end": 1679.08, "word": " Of", "probability": 0.460693359375}, {"start": 1679.08, "end": 1679.2, "word": " course,", "probability": 0.91943359375}, {"start": 1679.44, "end": 1679.56, "word": " to", "probability": 0.481689453125}, {"start": 1679.56, "end": 1679.88, "word": " arrange", "probability": 0.45068359375}, {"start": 1679.88, "end": 1680.08, "word": " the", "probability": 0.8271484375}, {"start": 1680.08, "end": 1680.24, "word": " code,", "probability": 0.9345703125}, {"start": 1680.36, "end": 1680.5, "word": " we", "probability": 0.30810546875}, {"start": 1680.5, "end": 1681.1, "word": " learned", "probability": 0.5556640625}, {"start": 1681.1, "end": 1682.32, "word": " to", "probability": 0.217529296875}, {"start": 1682.32, "end": 1683.28, "word": " see", "probability": 0.4091796875}, {"start": 1683.28, "end": 1683.46, "word": " what", "probability": 0.91796875}, {"start": 1683.46, "end": 1683.58, "word": " it", "probability": 0.5966796875}, {"start": 1683.58, "end": 1683.86, "word": " does", "probability": 0.509765625}, {"start": 1683.86, "end": 1684.24, "word": " Inside", "probability": 0.50244140625}, {"start": 1684.24, "end": 1684.42, "word": " the", "probability": 0.53857421875}, {"start": 1684.42, "end": 1684.72, "word": " anonymous,", "probability": 0.66259765625}, {"start": 1685.34, "end": 1685.48, "word": " it", "probability": 0.436279296875}, {"start": 1685.48, "end": 1685.6, "word": " will", "probability": 0.37548828125}, {"start": 1685.6, "end": 1685.8, "word": " put", "probability": 0.80517578125}, {"start": 1685.8, "end": 1686.3, "word": " public,", "probability": 0.7333984375}, {"start": 1687.0, "end": 1687.82, "word": " void,", "probability": 0.92431640625}, {"start": 1688.46, "end": 1688.98, "word": " disable", "probability": 0.86669921875}, {"start": 1688.98, "end": 1690.08, "word": " buttons", "probability": 0.68115234375}, {"start": 1690.08, "end": 1690.28, "word": " What", "probability": 0.66259765625}, {"start": 1690.28, "end": 1690.32, "word": " is", "probability": 0.81689453125}, {"start": 1690.32, "end": 1690.54, "word": " this?", "probability": 0.818359375}, {"start": 1691.34, "end": 1691.86, "word": " The", "probability": 0.275390625}, {"start": 1691.86, "end": 1692.12, "word": " method", "probability": 0.94677734375}, {"start": 1692.12, "end": 1692.2, "word": " that", "probability": 0.6689453125}, {"start": 1692.2, "end": 1692.3, "word": " I", "probability": 0.9794921875}, {"start": 1692.3, "end": 1692.58, "word": " made", "probability": 0.301025390625}, {"start": 1692.58, "end": 1693.4, "word": " Why", "probability": 0.6328125}, {"start": 1693.4, "end": 1693.46, "word": " did", "probability": 0.8603515625}, {"start": 1693.46, "end": 1693.52, "word": " I", "probability": 0.9716796875}, {"start": 1693.52, "end": 1693.72, "word": " make", "probability": 0.67333984375}, {"start": 1693.72, "end": 1693.94, "word": " it?", "probability": 0.8564453125}, {"start": 1694.86, "end": 1695.26, "word": " Because", "probability": 0.449462890625}, {"start": 1695.26, "end": 1695.58, "word": " instead", "probability": 0.736328125}, {"start": 1695.58, "end": 1695.74, "word": " of", "probability": 0.9658203125}, {"start": 1695.74, "end": 1696.62, "word": " repeating", "probability": 0.73388671875}, {"start": 1696.62, "end": 1696.8, "word": " the", "probability": 0.86572265625}, {"start": 1696.8, "end": 1696.8, "word": " code", "probability": 0.93359375}, {"start": 1696.8, "end": 1697.94, "word": " Take", "probability": 0.287109375}, {"start": 1697.94, "end": 1698.48, "word": " this", "probability": 0.8896484375}, {"start": 1698.48, "end": 1699.44, "word": " and", "probability": 0.666015625}, {"start": 1699.44, "end": 1699.7, "word": " put", "probability": 0.76513671875}, {"start": 1699.7, "end": 1700.16, "word": " it", "probability": 0.763671875}, {"start": 1700.16, "end": 1700.38, "word": " here", "probability": 0.71630859375}], "temperature": 1.0}, {"id": 66, "seek": 172897, "start": 1702.13, "end": 1728.97, "text": " And then tell it to disable buttons here and disable buttons here I mean that we are doing an organized code So when I press any button, it will see and compare, first of all, its answer No, and also look with me, maybe to relax our heads No, I want it before it turns on the sound Ok, it grabs the button, if the answer is correct", "tokens": [400, 550, 980, 309, 281, 28362, 9905, 510, 293, 28362, 9905, 510, 286, 914, 300, 321, 366, 884, 364, 9983, 3089, 407, 562, 286, 1886, 604, 2960, 11, 309, 486, 536, 293, 6794, 11, 700, 295, 439, 11, 1080, 1867, 883, 11, 293, 611, 574, 365, 385, 11, 1310, 281, 5789, 527, 8050, 883, 11, 286, 528, 309, 949, 309, 4523, 322, 264, 1626, 3477, 11, 309, 30028, 264, 2960, 11, 498, 264, 1867, 307, 3006], "avg_logprob": -0.6765421861177915, "compression_ratio": 1.6354679802955665, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1702.1299999999999, "end": 1702.57, "word": " And", "probability": 0.191650390625}, {"start": 1702.57, "end": 1702.87, "word": " then", "probability": 0.1549072265625}, {"start": 1702.87, "end": 1703.25, "word": " tell", "probability": 0.1614990234375}, {"start": 1703.25, "end": 1703.49, "word": " it", "probability": 0.4697265625}, {"start": 1703.49, "end": 1704.01, "word": " to", "probability": 0.2705078125}, {"start": 1704.01, "end": 1705.23, "word": " disable", "probability": 0.384521484375}, {"start": 1705.23, "end": 1706.29, "word": " buttons", "probability": 0.82470703125}, {"start": 1706.29, "end": 1706.39, "word": " here", "probability": 0.302001953125}, {"start": 1706.39, "end": 1707.13, "word": " and", "probability": 0.63720703125}, {"start": 1707.13, "end": 1707.65, "word": " disable", "probability": 0.457275390625}, {"start": 1707.65, "end": 1709.35, "word": " buttons", "probability": 0.869140625}, {"start": 1709.35, "end": 1709.35, "word": " here", "probability": 0.67236328125}, {"start": 1709.35, "end": 1709.63, "word": " I", "probability": 0.198486328125}, {"start": 1709.63, "end": 1709.87, "word": " mean", "probability": 0.64794921875}, {"start": 1709.87, "end": 1709.99, "word": " that", "probability": 0.410888671875}, {"start": 1709.99, "end": 1710.17, "word": " we", "probability": 0.74462890625}, {"start": 1710.17, "end": 1710.23, "word": " are", "probability": 0.50537109375}, {"start": 1710.23, "end": 1710.37, "word": " doing", "probability": 0.269287109375}, {"start": 1710.37, "end": 1710.73, "word": " an", "probability": 0.474609375}, {"start": 1710.73, "end": 1710.93, "word": " organized", "probability": 0.271728515625}, {"start": 1710.93, "end": 1710.93, "word": " code", "probability": 0.91650390625}, {"start": 1710.93, "end": 1712.01, "word": " So", "probability": 0.12335205078125}, {"start": 1712.01, "end": 1713.21, "word": " when", "probability": 0.56201171875}, {"start": 1713.21, "end": 1713.33, "word": " I", "probability": 0.8701171875}, {"start": 1713.33, "end": 1713.53, "word": " press", "probability": 0.482421875}, {"start": 1713.53, "end": 1713.91, "word": " any", "probability": 0.66943359375}, {"start": 1713.91, "end": 1714.13, "word": " button,", "probability": 0.8486328125}, {"start": 1714.23, "end": 1714.41, "word": " it", "probability": 0.8720703125}, {"start": 1714.41, "end": 1714.41, "word": " will", "probability": 0.7275390625}, {"start": 1714.41, "end": 1714.65, "word": " see", "probability": 0.34326171875}, {"start": 1714.65, "end": 1714.81, "word": " and", "probability": 0.468505859375}, {"start": 1714.81, "end": 1715.15, "word": " compare,", "probability": 0.83984375}, {"start": 1715.25, "end": 1715.47, "word": " first", "probability": 0.48193359375}, {"start": 1715.47, "end": 1715.79, "word": " of", "probability": 0.380126953125}, {"start": 1715.79, "end": 1715.79, "word": " all,", "probability": 0.94482421875}, {"start": 1715.85, "end": 1715.87, "word": " its", "probability": 0.404296875}, {"start": 1715.87, "end": 1716.21, "word": " answer", "probability": 0.401611328125}, {"start": 1716.21, "end": 1717.93, "word": " No,", "probability": 0.255859375}, {"start": 1718.09, "end": 1718.13, "word": " and", "probability": 0.381103515625}, {"start": 1718.13, "end": 1718.31, "word": " also", "probability": 0.5224609375}, {"start": 1718.31, "end": 1718.63, "word": " look", "probability": 0.69873046875}, {"start": 1718.63, "end": 1718.83, "word": " with", "probability": 0.56884765625}, {"start": 1718.83, "end": 1719.05, "word": " me,", "probability": 0.96240234375}, {"start": 1719.15, "end": 1719.37, "word": " maybe", "probability": 0.6318359375}, {"start": 1719.37, "end": 1719.65, "word": " to", "probability": 0.74658203125}, {"start": 1719.65, "end": 1719.89, "word": " relax", "probability": 0.42431640625}, {"start": 1719.89, "end": 1720.73, "word": " our", "probability": 0.76513671875}, {"start": 1720.73, "end": 1720.73, "word": " heads", "probability": 0.466064453125}, {"start": 1720.73, "end": 1721.29, "word": " No,", "probability": 0.1318359375}, {"start": 1722.47, "end": 1722.59, "word": " I", "probability": 0.947265625}, {"start": 1722.59, "end": 1722.71, "word": " want", "probability": 0.494140625}, {"start": 1722.71, "end": 1722.81, "word": " it", "probability": 0.71875}, {"start": 1722.81, "end": 1723.05, "word": " before", "probability": 0.5439453125}, {"start": 1723.05, "end": 1723.19, "word": " it", "probability": 0.448974609375}, {"start": 1723.19, "end": 1723.33, "word": " turns", "probability": 0.6787109375}, {"start": 1723.33, "end": 1723.43, "word": " on", "probability": 0.8798828125}, {"start": 1723.43, "end": 1723.53, "word": " the", "probability": 0.65185546875}, {"start": 1723.53, "end": 1723.77, "word": " sound", "probability": 0.57958984375}, {"start": 1723.77, "end": 1724.87, "word": " Ok,", "probability": 0.2362060546875}, {"start": 1725.27, "end": 1727.41, "word": " it", "probability": 0.6796875}, {"start": 1727.41, "end": 1727.63, "word": " grabs", "probability": 0.151123046875}, {"start": 1727.63, "end": 1727.83, "word": " the", "probability": 0.892578125}, {"start": 1727.83, "end": 1727.97, "word": " button,", "probability": 0.85986328125}, {"start": 1728.03, "end": 1728.15, "word": " if", "probability": 0.77001953125}, {"start": 1728.15, "end": 1728.25, "word": " the", "probability": 0.86767578125}, {"start": 1728.25, "end": 1728.49, "word": " answer", "probability": 0.94287109375}, {"start": 1728.49, "end": 1728.61, "word": " is", "probability": 0.943359375}, {"start": 1728.61, "end": 1728.97, "word": " correct", "probability": 0.82080078125}], "temperature": 1.0}, {"id": 67, "seek": 174629, "start": 1730.11, "end": 1746.29, "text": "I go and make the background green and increase the score and display it and disable the buttons and turn on the sound of the dog barking. If I make a mistake, I make the background red, stop the buttons and play the file. Okay?", "tokens": [40, 352, 293, 652, 264, 3678, 3092, 293, 3488, 264, 6175, 293, 4674, 309, 293, 28362, 264, 9905, 293, 1261, 322, 264, 1626, 295, 264, 3000, 32995, 13, 759, 286, 652, 257, 6146, 11, 286, 652, 264, 3678, 2182, 11, 1590, 264, 9905, 293, 862, 264, 3991, 13, 1033, 30], "avg_logprob": -0.5211397128946641, "compression_ratio": 1.6642335766423357, "no_speech_prob": 0.0, "words": [{"start": 1730.11, "end": 1730.35, "word": "I", "probability": 0.43701171875}, {"start": 1730.35, "end": 1730.43, "word": " go", "probability": 0.15966796875}, {"start": 1730.43, "end": 1730.57, "word": " and", "probability": 0.379150390625}, {"start": 1730.57, "end": 1730.71, "word": " make", "probability": 0.43798828125}, {"start": 1730.71, "end": 1730.85, "word": " the", "probability": 0.7197265625}, {"start": 1730.85, "end": 1731.11, "word": " background", "probability": 0.8671875}, {"start": 1731.11, "end": 1731.41, "word": " green", "probability": 0.84375}, {"start": 1731.41, "end": 1731.55, "word": " and", "probability": 0.4208984375}, {"start": 1731.55, "end": 1731.75, "word": " increase", "probability": 0.5244140625}, {"start": 1731.75, "end": 1731.91, "word": " the", "probability": 0.81982421875}, {"start": 1731.91, "end": 1732.31, "word": " score", "probability": 0.837890625}, {"start": 1732.31, "end": 1733.53, "word": " and", "probability": 0.45849609375}, {"start": 1733.53, "end": 1733.81, "word": " display", "probability": 0.3056640625}, {"start": 1733.81, "end": 1734.11, "word": " it", "probability": 0.8583984375}, {"start": 1734.11, "end": 1734.33, "word": " and", "probability": 0.5537109375}, {"start": 1734.33, "end": 1734.89, "word": " disable", "probability": 0.8125}, {"start": 1734.89, "end": 1735.23, "word": " the", "probability": 0.7880859375}, {"start": 1735.23, "end": 1735.53, "word": " buttons", "probability": 0.8603515625}, {"start": 1735.53, "end": 1735.69, "word": " and", "probability": 0.77978515625}, {"start": 1735.69, "end": 1735.85, "word": " turn", "probability": 0.3740234375}, {"start": 1735.85, "end": 1736.95, "word": " on", "probability": 0.8779296875}, {"start": 1736.95, "end": 1737.15, "word": " the", "probability": 0.86328125}, {"start": 1737.15, "end": 1737.37, "word": " sound", "probability": 0.178955078125}, {"start": 1737.37, "end": 1737.73, "word": " of", "probability": 0.84423828125}, {"start": 1737.73, "end": 1737.89, "word": " the", "probability": 0.72509765625}, {"start": 1737.89, "end": 1738.19, "word": " dog", "probability": 0.37744140625}, {"start": 1738.19, "end": 1739.39, "word": " barking.", "probability": 0.2249755859375}, {"start": 1739.63, "end": 1739.83, "word": " If", "probability": 0.78857421875}, {"start": 1739.83, "end": 1739.95, "word": " I", "probability": 0.4296875}, {"start": 1739.95, "end": 1740.03, "word": " make", "probability": 0.2587890625}, {"start": 1740.03, "end": 1740.11, "word": " a", "probability": 0.9189453125}, {"start": 1740.11, "end": 1740.11, "word": " mistake,", "probability": 0.9638671875}, {"start": 1740.31, "end": 1740.37, "word": " I", "probability": 0.92529296875}, {"start": 1740.37, "end": 1740.53, "word": " make", "probability": 0.66552734375}, {"start": 1740.53, "end": 1740.65, "word": " the", "probability": 0.87744140625}, {"start": 1740.65, "end": 1740.89, "word": " background", "probability": 0.939453125}, {"start": 1740.89, "end": 1741.29, "word": " red,", "probability": 0.86669921875}, {"start": 1741.57, "end": 1741.83, "word": " stop", "probability": 0.541015625}, {"start": 1741.83, "end": 1742.03, "word": " the", "probability": 0.79736328125}, {"start": 1742.03, "end": 1742.45, "word": " buttons", "probability": 0.87939453125}, {"start": 1742.45, "end": 1742.69, "word": " and", "probability": 0.83203125}, {"start": 1742.69, "end": 1743.33, "word": " play", "probability": 0.310791015625}, {"start": 1743.33, "end": 1744.41, "word": " the", "probability": 0.751953125}, {"start": 1744.41, "end": 1744.69, "word": " file.", "probability": 0.5244140625}, {"start": 1745.81, "end": 1746.29, "word": " Okay?", "probability": 0.33544921875}], "temperature": 1.0}, {"id": 68, "seek": 178055, "start": 1753.13, "end": 1780.55, "text": " So now we have solved the problem of one question only We also need that after solving it, it moves to the next question After solving it, it moves to the next question Of course, here all the code of solving the question, the most important thing is that you think correctly Let's try For example, how many chapters of the Qur'an are there? 114 For example, press on anything", "tokens": [407, 586, 321, 362, 13041, 264, 1154, 295, 472, 1168, 787, 492, 611, 643, 300, 934, 12606, 309, 11, 309, 6067, 281, 264, 958, 1168, 2381, 12606, 309, 11, 309, 6067, 281, 264, 958, 1168, 2720, 1164, 11, 510, 439, 264, 3089, 295, 12606, 264, 1168, 11, 264, 881, 1021, 551, 307, 300, 291, 519, 8944, 961, 311, 853, 1171, 1365, 11, 577, 867, 20013, 295, 264, 26094, 6, 282, 366, 456, 30, 2975, 19, 1171, 1365, 11, 1886, 322, 1340], "avg_logprob": -0.6604420659018726, "compression_ratio": 1.7616822429906542, "no_speech_prob": 0.0, "words": [{"start": 1753.13, "end": 1753.51, "word": " So", "probability": 0.27587890625}, {"start": 1753.51, "end": 1753.79, "word": " now", "probability": 0.172607421875}, {"start": 1753.79, "end": 1754.25, "word": " we", "probability": 0.80029296875}, {"start": 1754.25, "end": 1754.29, "word": " have", "probability": 0.490234375}, {"start": 1754.29, "end": 1754.79, "word": " solved", "probability": 0.342041015625}, {"start": 1754.79, "end": 1755.23, "word": " the", "probability": 0.48095703125}, {"start": 1755.23, "end": 1755.49, "word": " problem", "probability": 0.260009765625}, {"start": 1755.49, "end": 1756.07, "word": " of", "probability": 0.55029296875}, {"start": 1756.07, "end": 1757.63, "word": " one", "probability": 0.404541015625}, {"start": 1757.63, "end": 1757.91, "word": " question", "probability": 0.81396484375}, {"start": 1757.91, "end": 1758.21, "word": " only", "probability": 0.498046875}, {"start": 1758.21, "end": 1758.95, "word": " We", "probability": 0.182373046875}, {"start": 1758.95, "end": 1759.39, "word": " also", "probability": 0.51416015625}, {"start": 1759.39, "end": 1759.63, "word": " need", "probability": 0.58251953125}, {"start": 1759.63, "end": 1759.79, "word": " that", "probability": 0.1507568359375}, {"start": 1759.79, "end": 1760.03, "word": " after", "probability": 0.7490234375}, {"start": 1760.03, "end": 1760.61, "word": " solving", "probability": 0.325927734375}, {"start": 1760.61, "end": 1760.75, "word": " it,", "probability": 0.251220703125}, {"start": 1761.25, "end": 1761.37, "word": " it", "probability": 0.40087890625}, {"start": 1761.37, "end": 1761.71, "word": " moves", "probability": 0.238037109375}, {"start": 1761.71, "end": 1761.91, "word": " to", "probability": 0.7177734375}, {"start": 1761.91, "end": 1762.57, "word": " the", "probability": 0.6767578125}, {"start": 1762.57, "end": 1762.97, "word": " next", "probability": 0.884765625}, {"start": 1762.97, "end": 1763.99, "word": " question", "probability": 0.912109375}, {"start": 1763.99, "end": 1764.23, "word": " After", "probability": 0.071533203125}, {"start": 1764.23, "end": 1764.47, "word": " solving", "probability": 0.6630859375}, {"start": 1764.47, "end": 1764.65, "word": " it,", "probability": 0.56396484375}, {"start": 1764.67, "end": 1764.67, "word": " it", "probability": 0.71826171875}, {"start": 1764.67, "end": 1764.67, "word": " moves", "probability": 0.7841796875}, {"start": 1764.67, "end": 1764.67, "word": " to", "probability": 0.96533203125}, {"start": 1764.67, "end": 1764.67, "word": " the", "probability": 0.92138671875}, {"start": 1764.67, "end": 1764.67, "word": " next", "probability": 0.93701171875}, {"start": 1764.67, "end": 1764.67, "word": " question", "probability": 0.9208984375}, {"start": 1764.67, "end": 1765.57, "word": " Of", "probability": 0.349365234375}, {"start": 1765.57, "end": 1765.77, "word": " course,", "probability": 0.94482421875}, {"start": 1765.97, "end": 1766.01, "word": " here", "probability": 0.383544921875}, {"start": 1766.01, "end": 1766.63, "word": " all", "probability": 0.515625}, {"start": 1766.63, "end": 1766.79, "word": " the", "probability": 0.70947265625}, {"start": 1766.79, "end": 1767.09, "word": " code", "probability": 0.689453125}, {"start": 1767.09, "end": 1767.39, "word": " of", "probability": 0.373046875}, {"start": 1767.39, "end": 1767.81, "word": " solving", "probability": 0.26806640625}, {"start": 1767.81, "end": 1767.97, "word": " the", "probability": 0.53857421875}, {"start": 1767.97, "end": 1768.33, "word": " question,", "probability": 0.82763671875}, {"start": 1768.61, "end": 1768.79, "word": " the", "probability": 0.1922607421875}, {"start": 1768.79, "end": 1768.91, "word": " most", "probability": 0.66259765625}, {"start": 1768.91, "end": 1768.99, "word": " important", "probability": 0.869140625}, {"start": 1768.99, "end": 1769.05, "word": " thing", "probability": 0.62744140625}, {"start": 1769.05, "end": 1769.13, "word": " is", "probability": 0.89599609375}, {"start": 1769.13, "end": 1769.19, "word": " that", "probability": 0.384765625}, {"start": 1769.19, "end": 1769.19, "word": " you", "probability": 0.9345703125}, {"start": 1769.19, "end": 1769.41, "word": " think", "probability": 0.669921875}, {"start": 1769.41, "end": 1769.79, "word": " correctly", "probability": 0.3564453125}, {"start": 1769.79, "end": 1771.17, "word": " Let's", "probability": 0.75341796875}, {"start": 1771.17, "end": 1771.57, "word": " try", "probability": 0.912109375}, {"start": 1771.57, "end": 1773.19, "word": " For", "probability": 0.24169921875}, {"start": 1773.19, "end": 1775.87, "word": " example,", "probability": 0.93017578125}, {"start": 1776.33, "end": 1776.45, "word": " how", "probability": 0.5791015625}, {"start": 1776.45, "end": 1776.73, "word": " many", "probability": 0.8837890625}, {"start": 1776.73, "end": 1777.01, "word": " chapters", "probability": 0.33203125}, {"start": 1777.01, "end": 1777.09, "word": " of", "probability": 0.63232421875}, {"start": 1777.09, "end": 1777.17, "word": " the", "probability": 0.599609375}, {"start": 1777.17, "end": 1777.31, "word": " Qur", "probability": 0.349365234375}, {"start": 1777.31, "end": 1777.59, "word": "'an", "probability": 0.94970703125}, {"start": 1777.59, "end": 1777.63, "word": " are", "probability": 0.2008056640625}, {"start": 1777.63, "end": 1777.63, "word": " there?", "probability": 0.68896484375}, {"start": 1777.99, "end": 1778.55, "word": " 114", "probability": 0.6927490234375}, {"start": 1778.55, "end": 1779.51, "word": " For", "probability": 0.1915283203125}, {"start": 1779.51, "end": 1779.69, "word": " example,", "probability": 0.92724609375}, {"start": 1779.73, "end": 1779.89, "word": " press", "probability": 0.369873046875}, {"start": 1779.89, "end": 1780.13, "word": " on", "probability": 0.244140625}, {"start": 1780.13, "end": 1780.55, "word": " anything", "probability": 0.65869140625}], "temperature": 1.0}, {"id": 69, "seek": 180983, "start": 1781.59, "end": 1809.83, "text": " Yes, it stopped working. How can I move on to another question? The same code that I did, I will repeat it. Not all of it, of course. The code that will answer the question and fill in the screen elements, this will be repeated again. But on what? On another question. Am I right or not, guys? Yes, use the method. This is what is right.", "tokens": [1079, 11, 309, 5936, 1364, 13, 1012, 393, 286, 1286, 322, 281, 1071, 1168, 30, 440, 912, 3089, 300, 286, 630, 11, 286, 486, 7149, 309, 13, 1726, 439, 295, 309, 11, 295, 1164, 13, 440, 3089, 300, 486, 1867, 264, 1168, 293, 2836, 294, 264, 2568, 4959, 11, 341, 486, 312, 10477, 797, 13, 583, 322, 437, 30, 1282, 1071, 1168, 13, 2012, 286, 558, 420, 406, 11, 1074, 30, 1079, 11, 764, 264, 3170, 13, 639, 307, 437, 307, 558, 13], "avg_logprob": -0.4702380814013027, "compression_ratio": 1.5943396226415094, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1781.59, "end": 1781.91, "word": " Yes,", "probability": 0.1796875}, {"start": 1782.17, "end": 1782.31, "word": " it", "probability": 0.53076171875}, {"start": 1782.31, "end": 1782.31, "word": " stopped", "probability": 0.6806640625}, {"start": 1782.31, "end": 1782.63, "word": " working.", "probability": 0.31396484375}, {"start": 1786.39, "end": 1786.87, "word": " How", "probability": 0.81884765625}, {"start": 1786.87, "end": 1787.01, "word": " can", "probability": 0.30078125}, {"start": 1787.01, "end": 1787.33, "word": " I", "probability": 0.8271484375}, {"start": 1787.33, "end": 1787.57, "word": " move", "probability": 0.46435546875}, {"start": 1787.57, "end": 1787.69, "word": " on", "probability": 0.418701171875}, {"start": 1787.69, "end": 1787.77, "word": " to", "probability": 0.88525390625}, {"start": 1787.77, "end": 1787.81, "word": " another", "probability": 0.65576171875}, {"start": 1787.81, "end": 1788.03, "word": " question?", "probability": 0.92529296875}, {"start": 1788.33, "end": 1788.49, "word": " The", "probability": 0.455078125}, {"start": 1788.49, "end": 1788.69, "word": " same", "probability": 0.8427734375}, {"start": 1788.69, "end": 1789.19, "word": " code", "probability": 0.908203125}, {"start": 1789.19, "end": 1789.39, "word": " that", "probability": 0.56640625}, {"start": 1789.39, "end": 1789.53, "word": " I", "probability": 0.818359375}, {"start": 1789.53, "end": 1789.81, "word": " did,", "probability": 0.33349609375}, {"start": 1790.21, "end": 1790.89, "word": " I", "probability": 0.96337890625}, {"start": 1790.89, "end": 1790.93, "word": " will", "probability": 0.720703125}, {"start": 1790.93, "end": 1791.07, "word": " repeat", "probability": 0.53857421875}, {"start": 1791.07, "end": 1791.71, "word": " it.", "probability": 0.7421875}, {"start": 1791.95, "end": 1792.21, "word": " Not", "probability": 0.8271484375}, {"start": 1792.21, "end": 1792.45, "word": " all", "probability": 0.8232421875}, {"start": 1792.45, "end": 1792.49, "word": " of", "probability": 0.90087890625}, {"start": 1792.49, "end": 1792.49, "word": " it,", "probability": 0.83251953125}, {"start": 1792.63, "end": 1792.65, "word": " of", "probability": 0.85693359375}, {"start": 1792.65, "end": 1792.75, "word": " course.", "probability": 0.96044921875}, {"start": 1793.29, "end": 1793.43, "word": " The", "probability": 0.83447265625}, {"start": 1793.43, "end": 1793.73, "word": " code", "probability": 0.912109375}, {"start": 1793.73, "end": 1793.99, "word": " that", "probability": 0.85888671875}, {"start": 1793.99, "end": 1795.33, "word": " will", "probability": 0.2626953125}, {"start": 1795.33, "end": 1795.53, "word": " answer", "probability": 0.48193359375}, {"start": 1795.53, "end": 1795.73, "word": " the", "probability": 0.82373046875}, {"start": 1795.73, "end": 1796.13, "word": " question", "probability": 0.92431640625}, {"start": 1796.13, "end": 1798.95, "word": " and", "probability": 0.62158203125}, {"start": 1798.95, "end": 1799.63, "word": " fill", "probability": 0.6728515625}, {"start": 1799.63, "end": 1799.99, "word": " in", "probability": 0.23974609375}, {"start": 1799.99, "end": 1800.75, "word": " the", "probability": 0.837890625}, {"start": 1800.75, "end": 1801.57, "word": " screen", "probability": 0.416748046875}, {"start": 1801.57, "end": 1801.59, "word": " elements,", "probability": 0.8486328125}, {"start": 1801.95, "end": 1802.27, "word": " this", "probability": 0.3271484375}, {"start": 1802.27, "end": 1802.45, "word": " will", "probability": 0.409912109375}, {"start": 1802.45, "end": 1802.53, "word": " be", "probability": 0.77099609375}, {"start": 1802.53, "end": 1802.79, "word": " repeated", "probability": 0.7060546875}, {"start": 1802.79, "end": 1803.11, "word": " again.", "probability": 0.5732421875}, {"start": 1803.13, "end": 1803.31, "word": " But", "probability": 0.6005859375}, {"start": 1803.31, "end": 1803.47, "word": " on", "probability": 0.4833984375}, {"start": 1803.47, "end": 1803.77, "word": " what?", "probability": 0.7587890625}, {"start": 1804.37, "end": 1804.85, "word": " On", "probability": 0.85986328125}, {"start": 1804.85, "end": 1804.93, "word": " another", "probability": 0.396240234375}, {"start": 1804.93, "end": 1805.17, "word": " question.", "probability": 0.92578125}, {"start": 1805.71, "end": 1806.11, "word": " Am", "probability": 0.421630859375}, {"start": 1806.11, "end": 1806.11, "word": " I", "probability": 0.99462890625}, {"start": 1806.11, "end": 1806.17, "word": " right", "probability": 0.77685546875}, {"start": 1806.17, "end": 1806.35, "word": " or", "probability": 0.84912109375}, {"start": 1806.35, "end": 1806.37, "word": " not,", "probability": 0.548828125}, {"start": 1806.47, "end": 1806.63, "word": " guys?", "probability": 0.73828125}, {"start": 1807.99, "end": 1808.31, "word": " Yes,", "probability": 0.58544921875}, {"start": 1808.49, "end": 1808.71, "word": " use", "probability": 0.1341552734375}, {"start": 1808.71, "end": 1808.85, "word": " the", "probability": 0.54443359375}, {"start": 1808.85, "end": 1809.09, "word": " method.", "probability": 0.818359375}, {"start": 1809.11, "end": 1809.23, "word": " This", "probability": 0.5068359375}, {"start": 1809.23, "end": 1809.31, "word": " is", "probability": 0.68212890625}, {"start": 1809.31, "end": 1809.31, "word": " what", "probability": 0.77978515625}, {"start": 1809.31, "end": 1809.67, "word": " is", "probability": 0.3505859375}, {"start": 1809.67, "end": 1809.83, "word": " right.", "probability": 0.5341796875}], "temperature": 1.0}, {"id": 70, "seek": 182502, "start": 1811.5, "end": 1825.02, "text": " This is a code that needs to be repeated, right or not? So any code that needs to be repeated or used a lot, it is done through a method, right or not? So let's arrange the code and take the code that we know needs to be repeated and put it where?", "tokens": [639, 307, 257, 3089, 300, 2203, 281, 312, 10477, 11, 558, 420, 406, 30, 407, 604, 3089, 300, 2203, 281, 312, 10477, 420, 1143, 257, 688, 11, 309, 307, 1096, 807, 257, 3170, 11, 558, 420, 406, 30, 407, 718, 311, 9424, 264, 3089, 293, 747, 264, 3089, 300, 321, 458, 2203, 281, 312, 10477, 293, 829, 309, 689, 30], "avg_logprob": -0.473360644012201, "compression_ratio": 1.8235294117647058, "no_speech_prob": 4.649162292480469e-06, "words": [{"start": 1811.5, "end": 1811.92, "word": " This", "probability": 0.294921875}, {"start": 1811.92, "end": 1812.28, "word": " is", "probability": 0.401123046875}, {"start": 1812.28, "end": 1812.28, "word": " a", "probability": 0.5458984375}, {"start": 1812.28, "end": 1812.42, "word": " code", "probability": 0.40234375}, {"start": 1812.42, "end": 1812.5, "word": " that", "probability": 0.7646484375}, {"start": 1812.5, "end": 1812.64, "word": " needs", "probability": 0.349853515625}, {"start": 1812.64, "end": 1812.76, "word": " to", "probability": 0.703125}, {"start": 1812.76, "end": 1812.76, "word": " be", "probability": 0.7392578125}, {"start": 1812.76, "end": 1813.02, "word": " repeated,", "probability": 0.79296875}, {"start": 1813.54, "end": 1813.78, "word": " right", "probability": 0.462158203125}, {"start": 1813.78, "end": 1813.94, "word": " or", "probability": 0.50341796875}, {"start": 1813.94, "end": 1814.1, "word": " not?", "probability": 0.371826171875}, {"start": 1814.6, "end": 1814.86, "word": " So", "probability": 0.5205078125}, {"start": 1814.86, "end": 1815.06, "word": " any", "probability": 0.4443359375}, {"start": 1815.06, "end": 1815.26, "word": " code", "probability": 0.890625}, {"start": 1815.26, "end": 1815.36, "word": " that", "probability": 0.88330078125}, {"start": 1815.36, "end": 1815.42, "word": " needs", "probability": 0.80126953125}, {"start": 1815.42, "end": 1815.5, "word": " to", "probability": 0.787109375}, {"start": 1815.5, "end": 1815.5, "word": " be", "probability": 0.90380859375}, {"start": 1815.5, "end": 1815.8, "word": " repeated", "probability": 0.8994140625}, {"start": 1815.8, "end": 1815.96, "word": " or", "probability": 0.71240234375}, {"start": 1815.96, "end": 1816.36, "word": " used", "probability": 0.4775390625}, {"start": 1816.36, "end": 1816.56, "word": " a", "probability": 0.5537109375}, {"start": 1816.56, "end": 1816.84, "word": " lot,", "probability": 0.9638671875}, {"start": 1817.38, "end": 1817.48, "word": " it", "probability": 0.295166015625}, {"start": 1817.48, "end": 1817.48, "word": " is", "probability": 0.2359619140625}, {"start": 1817.48, "end": 1817.66, "word": " done", "probability": 0.51806640625}, {"start": 1817.66, "end": 1817.78, "word": " through", "probability": 0.36328125}, {"start": 1817.78, "end": 1817.86, "word": " a", "probability": 0.52001953125}, {"start": 1817.86, "end": 1818.14, "word": " method,", "probability": 0.955078125}, {"start": 1818.32, "end": 1818.58, "word": " right", "probability": 0.705078125}, {"start": 1818.58, "end": 1818.76, "word": " or", "probability": 0.96142578125}, {"start": 1818.76, "end": 1818.86, "word": " not?", "probability": 0.88671875}, {"start": 1819.4, "end": 1819.52, "word": " So", "probability": 0.7373046875}, {"start": 1819.52, "end": 1819.88, "word": " let's", "probability": 0.609619140625}, {"start": 1819.88, "end": 1820.74, "word": " arrange", "probability": 0.245849609375}, {"start": 1820.74, "end": 1820.96, "word": " the", "probability": 0.7880859375}, {"start": 1820.96, "end": 1821.3, "word": " code", "probability": 0.9306640625}, {"start": 1821.3, "end": 1821.98, "word": " and", "probability": 0.482666015625}, {"start": 1821.98, "end": 1822.26, "word": " take", "probability": 0.49658203125}, {"start": 1822.26, "end": 1822.44, "word": " the", "probability": 0.759765625}, {"start": 1822.44, "end": 1822.66, "word": " code", "probability": 0.88134765625}, {"start": 1822.66, "end": 1822.88, "word": " that", "probability": 0.77490234375}, {"start": 1822.88, "end": 1823.04, "word": " we", "probability": 0.71923828125}, {"start": 1823.04, "end": 1823.56, "word": " know", "probability": 0.82568359375}, {"start": 1823.56, "end": 1823.9, "word": " needs", "probability": 0.412109375}, {"start": 1823.9, "end": 1823.9, "word": " to", "probability": 0.95703125}, {"start": 1823.9, "end": 1823.98, "word": " be", "probability": 0.91796875}, {"start": 1823.98, "end": 1824.3, "word": " repeated", "probability": 0.94287109375}, {"start": 1824.3, "end": 1824.46, "word": " and", "probability": 0.8642578125}, {"start": 1824.46, "end": 1824.7, "word": " put", "probability": 0.4853515625}, {"start": 1824.7, "end": 1824.84, "word": " it", "probability": 0.89453125}, {"start": 1824.84, "end": 1825.02, "word": " where?", "probability": 0.599609375}], "temperature": 1.0}, {"id": 71, "seek": 184635, "start": 1825.93, "end": 1846.35, "text": " Yes, in method. Where is the code that needs to be repeated, guys? You need to think right, of course. Because, of course, this reader is not going to repeat itself. He is going to read the questions, what? Yes, once. Okay? And the shuffle, that's it. We made a shuffle once. There is no need to make a shuffle every time. Because this is all the code that is going to be repeated. The above one, we can take it or not. We will see it later.", "tokens": [1079, 11, 294, 3170, 13, 2305, 307, 264, 3089, 300, 2203, 281, 312, 10477, 11, 1074, 30, 509, 643, 281, 519, 558, 11, 295, 1164, 13, 1436, 11, 295, 1164, 11, 341, 15149, 307, 406, 516, 281, 7149, 309, 405, 75, 69, 13, 634, 307, 516, 281, 1401, 264, 1651, 11, 437, 30, 1079, 11, 1564, 13, 1033, 30, 400, 264, 39426, 11, 300, 311, 309, 13, 492, 1027, 257, 39426, 1564, 13, 821, 307, 572, 643, 281, 652, 257, 39426, 633, 565, 13, 1436, 341, 307, 439, 264, 3089, 300, 307, 516, 281, 312, 10477, 13, 440, 3673, 472, 11, 321, 393, 747, 309, 420, 406, 13, 492, 486, 536, 309, 1780, 13], "avg_logprob": -0.5296195538147636, "compression_ratio": 1.8189300411522633, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1825.93, "end": 1826.25, "word": " Yes,", "probability": 0.2008056640625}, {"start": 1826.29, "end": 1826.39, "word": " in", "probability": 0.5263671875}, {"start": 1826.39, "end": 1826.73, "word": " method.", "probability": 0.498779296875}, {"start": 1826.85, "end": 1827.01, "word": " Where", "probability": 0.70947265625}, {"start": 1827.01, "end": 1827.11, "word": " is", "probability": 0.70068359375}, {"start": 1827.11, "end": 1827.21, "word": " the", "probability": 0.88427734375}, {"start": 1827.21, "end": 1827.35, "word": " code", "probability": 0.5859375}, {"start": 1827.35, "end": 1827.45, "word": " that", "probability": 0.75390625}, {"start": 1827.45, "end": 1827.61, "word": " needs", "probability": 0.18017578125}, {"start": 1827.61, "end": 1827.67, "word": " to", "probability": 0.92919921875}, {"start": 1827.67, "end": 1827.69, "word": " be", "probability": 0.669921875}, {"start": 1827.69, "end": 1827.89, "word": " repeated,", "probability": 0.82763671875}, {"start": 1828.09, "end": 1828.21, "word": " guys?", "probability": 0.6962890625}, {"start": 1828.29, "end": 1828.31, "word": " You", "probability": 0.389404296875}, {"start": 1828.31, "end": 1828.41, "word": " need", "probability": 0.42919921875}, {"start": 1828.41, "end": 1828.55, "word": " to", "probability": 0.9697265625}, {"start": 1828.55, "end": 1828.89, "word": " think", "probability": 0.78076171875}, {"start": 1828.89, "end": 1829.15, "word": " right,", "probability": 0.1768798828125}, {"start": 1829.19, "end": 1829.35, "word": " of", "probability": 0.87158203125}, {"start": 1829.35, "end": 1829.45, "word": " course.", "probability": 0.962890625}, {"start": 1829.87, "end": 1830.09, "word": " Because,", "probability": 0.66748046875}, {"start": 1830.13, "end": 1830.27, "word": " of", "probability": 0.339599609375}, {"start": 1830.27, "end": 1830.41, "word": " course,", "probability": 0.95849609375}, {"start": 1830.49, "end": 1830.65, "word": " this", "probability": 0.78369140625}, {"start": 1830.65, "end": 1831.11, "word": " reader", "probability": 0.94189453125}, {"start": 1831.11, "end": 1831.33, "word": " is", "probability": 0.13037109375}, {"start": 1831.33, "end": 1831.37, "word": " not", "probability": 0.91162109375}, {"start": 1831.37, "end": 1831.49, "word": " going", "probability": 0.92138671875}, {"start": 1831.49, "end": 1831.49, "word": " to", "probability": 0.966796875}, {"start": 1831.49, "end": 1831.81, "word": " repeat", "probability": 0.83740234375}, {"start": 1831.81, "end": 1831.89, "word": " itself.", "probability": 0.636016845703125}, {"start": 1831.97, "end": 1832.07, "word": " He", "probability": 0.521484375}, {"start": 1832.07, "end": 1832.23, "word": " is", "probability": 0.44677734375}, {"start": 1832.23, "end": 1832.23, "word": " going", "probability": 0.91748046875}, {"start": 1832.23, "end": 1832.23, "word": " to", "probability": 0.9677734375}, {"start": 1832.23, "end": 1832.41, "word": " read", "probability": 0.80419921875}, {"start": 1832.41, "end": 1832.53, "word": " the", "probability": 0.75830078125}, {"start": 1832.53, "end": 1832.73, "word": " questions,", "probability": 0.6708984375}, {"start": 1832.83, "end": 1833.07, "word": " what?", "probability": 0.50927734375}, {"start": 1833.77, "end": 1834.09, "word": " Yes,", "probability": 0.51025390625}, {"start": 1834.43, "end": 1834.61, "word": " once.", "probability": 0.361083984375}, {"start": 1835.35, "end": 1835.59, "word": " Okay?", "probability": 0.3759765625}, {"start": 1837.51, "end": 1837.83, "word": " And", "probability": 0.890625}, {"start": 1837.83, "end": 1837.91, "word": " the", "probability": 0.304443359375}, {"start": 1837.91, "end": 1838.09, "word": " shuffle,", "probability": 0.96142578125}, {"start": 1838.21, "end": 1838.35, "word": " that's", "probability": 0.701904296875}, {"start": 1838.35, "end": 1838.43, "word": " it.", "probability": 0.8828125}, {"start": 1838.51, "end": 1838.69, "word": " We", "probability": 0.5703125}, {"start": 1838.69, "end": 1838.85, "word": " made", "probability": 0.12420654296875}, {"start": 1838.85, "end": 1838.97, "word": " a", "probability": 0.473876953125}, {"start": 1838.97, "end": 1839.17, "word": " shuffle", "probability": 0.91845703125}, {"start": 1839.17, "end": 1839.41, "word": " once.", "probability": 0.58447265625}, {"start": 1839.65, "end": 1839.87, "word": " There", "probability": 0.282470703125}, {"start": 1839.87, "end": 1840.03, "word": " is", "probability": 0.71337890625}, {"start": 1840.03, "end": 1840.07, "word": " no", "probability": 0.91845703125}, {"start": 1840.07, "end": 1840.19, "word": " need", "probability": 0.8115234375}, {"start": 1840.19, "end": 1840.59, "word": " to", "probability": 0.46728515625}, {"start": 1840.59, "end": 1840.85, "word": " make", "probability": 0.43408203125}, {"start": 1840.85, "end": 1841.69, "word": " a", "probability": 0.66845703125}, {"start": 1841.69, "end": 1841.89, "word": " shuffle", "probability": 0.9462890625}, {"start": 1841.89, "end": 1841.89, "word": " every", "probability": 0.6494140625}, {"start": 1841.89, "end": 1841.89, "word": " time.", "probability": 0.8408203125}, {"start": 1842.21, "end": 1842.51, "word": " Because", "probability": 0.912109375}, {"start": 1842.51, "end": 1842.75, "word": " this", "probability": 0.2607421875}, {"start": 1842.75, "end": 1842.87, "word": " is", "probability": 0.90283203125}, {"start": 1842.87, "end": 1843.17, "word": " all", "probability": 0.88720703125}, {"start": 1843.17, "end": 1843.45, "word": " the", "probability": 0.82373046875}, {"start": 1843.45, "end": 1843.77, "word": " code", "probability": 0.8466796875}, {"start": 1843.77, "end": 1843.91, "word": " that", "probability": 0.90576171875}, {"start": 1843.91, "end": 1844.01, "word": " is", "probability": 0.387939453125}, {"start": 1844.01, "end": 1844.11, "word": " going", "probability": 0.90380859375}, {"start": 1844.11, "end": 1844.11, "word": " to", "probability": 0.97119140625}, {"start": 1844.11, "end": 1844.11, "word": " be", "probability": 0.7724609375}, {"start": 1844.11, "end": 1844.37, "word": " repeated.", "probability": 0.9423828125}, {"start": 1844.73, "end": 1844.91, "word": " The", "probability": 0.3466796875}, {"start": 1844.91, "end": 1845.11, "word": " above", "probability": 0.51513671875}, {"start": 1845.11, "end": 1845.25, "word": " one,", "probability": 0.414794921875}, {"start": 1845.31, "end": 1845.33, "word": " we", "probability": 0.48828125}, {"start": 1845.33, "end": 1845.47, "word": " can", "probability": 0.84228515625}, {"start": 1845.47, "end": 1845.63, "word": " take", "probability": 0.73681640625}, {"start": 1845.63, "end": 1845.73, "word": " it", "probability": 0.8828125}, {"start": 1845.73, "end": 1845.89, "word": " or", "probability": 0.406494140625}, {"start": 1845.89, "end": 1846.05, "word": " not.", "probability": 0.828125}, {"start": 1846.11, "end": 1846.23, "word": " We", "probability": 0.347412109375}, {"start": 1846.23, "end": 1846.23, "word": " will", "probability": 0.505859375}, {"start": 1846.23, "end": 1846.33, "word": " see", "probability": 0.71142578125}, {"start": 1846.33, "end": 1846.33, "word": " it", "probability": 0.259033203125}, {"start": 1846.33, "end": 1846.35, "word": " later.", "probability": 0.55615234375}], "temperature": 1.0}, {"id": 72, "seek": 187454, "start": 1847.72, "end": 1874.54, "text": " Now, of course, this code will be repeated to read the text of the question and display it. And of course, all the actions will be repeated again to whom? To the button, to the next question. Actions will be created again and again. So, all the code will be repeated. Including the code of the picture. Up to here. We don't want to take the catch, because the catch follows", "tokens": [823, 11, 295, 1164, 11, 341, 3089, 486, 312, 10477, 281, 1401, 264, 2487, 295, 264, 1168, 293, 4674, 309, 13, 400, 295, 1164, 11, 439, 264, 5909, 486, 312, 10477, 797, 281, 7101, 30, 1407, 264, 2960, 11, 281, 264, 958, 1168, 13, 3251, 626, 486, 312, 2942, 797, 293, 797, 13, 407, 11, 439, 264, 3089, 486, 312, 10477, 13, 27137, 264, 3089, 295, 264, 3036, 13, 5858, 281, 510, 13, 492, 500, 380, 528, 281, 747, 264, 3745, 11, 570, 264, 3745, 10002], "avg_logprob": -0.4737787479641794, "compression_ratio": 1.87, "no_speech_prob": 0.0, "words": [{"start": 1847.72, "end": 1848.16, "word": " Now,", "probability": 0.3603515625}, {"start": 1848.32, "end": 1848.42, "word": " of", "probability": 0.2900390625}, {"start": 1848.42, "end": 1848.52, "word": " course,", "probability": 0.9462890625}, {"start": 1848.68, "end": 1848.84, "word": " this", "probability": 0.41162109375}, {"start": 1848.84, "end": 1849.76, "word": " code", "probability": 0.85546875}, {"start": 1849.76, "end": 1849.9, "word": " will", "probability": 0.689453125}, {"start": 1849.9, "end": 1849.98, "word": " be", "probability": 0.3798828125}, {"start": 1849.98, "end": 1850.18, "word": " repeated", "probability": 0.86328125}, {"start": 1850.18, "end": 1850.4, "word": " to", "probability": 0.36474609375}, {"start": 1850.4, "end": 1850.72, "word": " read", "probability": 0.896484375}, {"start": 1850.72, "end": 1851.02, "word": " the", "probability": 0.681640625}, {"start": 1851.02, "end": 1851.24, "word": " text", "probability": 0.72265625}, {"start": 1851.24, "end": 1851.44, "word": " of", "probability": 0.84326171875}, {"start": 1851.44, "end": 1851.54, "word": " the", "probability": 0.8623046875}, {"start": 1851.54, "end": 1851.72, "word": " question", "probability": 0.88623046875}, {"start": 1851.72, "end": 1851.82, "word": " and", "probability": 0.74072265625}, {"start": 1851.82, "end": 1852.08, "word": " display", "probability": 0.5283203125}, {"start": 1852.08, "end": 1852.24, "word": " it.", "probability": 0.87548828125}, {"start": 1852.56, "end": 1852.68, "word": " And", "probability": 0.6875}, {"start": 1852.68, "end": 1852.9, "word": " of", "probability": 0.4951171875}, {"start": 1852.9, "end": 1852.96, "word": " course,", "probability": 0.962890625}, {"start": 1853.08, "end": 1853.08, "word": " all", "probability": 0.755859375}, {"start": 1853.08, "end": 1853.1, "word": " the", "probability": 0.3525390625}, {"start": 1853.1, "end": 1853.5, "word": " actions", "probability": 0.8662109375}, {"start": 1853.5, "end": 1854.34, "word": " will", "probability": 0.466552734375}, {"start": 1854.34, "end": 1854.46, "word": " be", "probability": 0.8408203125}, {"start": 1854.46, "end": 1854.62, "word": " repeated", "probability": 0.445068359375}, {"start": 1854.62, "end": 1854.92, "word": " again", "probability": 0.36474609375}, {"start": 1854.92, "end": 1855.06, "word": " to", "probability": 0.324462890625}, {"start": 1855.06, "end": 1855.26, "word": " whom?", "probability": 0.7138671875}, {"start": 1855.68, "end": 1856.12, "word": " To", "probability": 0.73583984375}, {"start": 1856.12, "end": 1856.2, "word": " the", "probability": 0.82421875}, {"start": 1856.2, "end": 1856.46, "word": " button,", "probability": 0.55810546875}, {"start": 1856.66, "end": 1856.78, "word": " to", "probability": 0.81201171875}, {"start": 1856.78, "end": 1857.16, "word": " the", "probability": 0.8955078125}, {"start": 1857.16, "end": 1857.4, "word": " next", "probability": 0.80224609375}, {"start": 1857.4, "end": 1857.4, "word": " question.", "probability": 0.92626953125}, {"start": 1858.18, "end": 1858.62, "word": " Actions", "probability": 0.81005859375}, {"start": 1858.62, "end": 1858.64, "word": " will", "probability": 0.84765625}, {"start": 1858.64, "end": 1858.64, "word": " be", "probability": 0.78662109375}, {"start": 1858.64, "end": 1858.64, "word": " created", "probability": 0.669921875}, {"start": 1858.64, "end": 1859.24, "word": " again", "probability": 0.4609375}, {"start": 1859.24, "end": 1859.24, "word": " and", "probability": 0.368896484375}, {"start": 1859.24, "end": 1859.84, "word": " again.", "probability": 0.96044921875}, {"start": 1860.2, "end": 1860.54, "word": " So,", "probability": 0.310302734375}, {"start": 1860.66, "end": 1861.16, "word": " all", "probability": 0.6806640625}, {"start": 1861.16, "end": 1861.38, "word": " the", "probability": 0.6025390625}, {"start": 1861.38, "end": 1861.84, "word": " code", "probability": 0.88330078125}, {"start": 1861.84, "end": 1864.3, "word": " will", "probability": 0.2247314453125}, {"start": 1864.3, "end": 1866.58, "word": " be", "probability": 0.71142578125}, {"start": 1866.58, "end": 1866.96, "word": " repeated.", "probability": 0.90478515625}, {"start": 1867.3, "end": 1867.74, "word": " Including", "probability": 0.8662109375}, {"start": 1867.74, "end": 1868.08, "word": " the", "probability": 0.8369140625}, {"start": 1868.08, "end": 1868.34, "word": " code", "probability": 0.662109375}, {"start": 1868.34, "end": 1868.6, "word": " of", "probability": 0.7509765625}, {"start": 1868.6, "end": 1869.5, "word": " the", "probability": 0.7255859375}, {"start": 1869.5, "end": 1869.78, "word": " picture.", "probability": 0.388671875}, {"start": 1870.6, "end": 1870.6, "word": " Up", "probability": 0.2008056640625}, {"start": 1870.6, "end": 1870.82, "word": " to", "probability": 0.888671875}, {"start": 1870.82, "end": 1871.06, "word": " here.", "probability": 0.697265625}, {"start": 1872.28, "end": 1872.6, "word": " We", "probability": 0.875}, {"start": 1872.6, "end": 1872.68, "word": " don't", "probability": 0.7423095703125}, {"start": 1872.68, "end": 1872.82, "word": " want", "probability": 0.63232421875}, {"start": 1872.82, "end": 1872.96, "word": " to", "probability": 0.9501953125}, {"start": 1872.96, "end": 1873.1, "word": " take", "probability": 0.436767578125}, {"start": 1873.1, "end": 1873.26, "word": " the", "probability": 0.85009765625}, {"start": 1873.26, "end": 1873.54, "word": " catch,", "probability": 0.7607421875}, {"start": 1873.56, "end": 1873.76, "word": " because", "probability": 0.89111328125}, {"start": 1873.76, "end": 1873.92, "word": " the", "probability": 0.85791015625}, {"start": 1873.92, "end": 1874.18, "word": " catch", "probability": 0.7041015625}, {"start": 1874.18, "end": 1874.54, "word": " follows", "probability": 0.292236328125}], "temperature": 1.0}, {"id": 73, "seek": 190021, "start": 1876.03, "end": 1900.21, "text": " That's it. I put try less than read on the question. Ok? I removed all the code and I will go down here and say public void load next question. Ok? And I put my code in the method.", "tokens": [663, 311, 309, 13, 286, 829, 853, 1570, 813, 1401, 322, 264, 1168, 13, 3477, 30, 286, 7261, 439, 264, 3089, 293, 286, 486, 352, 760, 510, 293, 584, 1908, 22009, 3677, 958, 1168, 13, 3477, 30, 400, 286, 829, 452, 3089, 294, 264, 3170, 13], "avg_logprob": -0.5498669959129171, "compression_ratio": 1.3923076923076922, "no_speech_prob": 0.0, "words": [{"start": 1876.03, "end": 1876.33, "word": " That's", "probability": 0.397369384765625}, {"start": 1876.33, "end": 1876.57, "word": " it.", "probability": 0.67138671875}, {"start": 1876.93, "end": 1877.23, "word": " I", "probability": 0.2783203125}, {"start": 1877.23, "end": 1877.81, "word": " put", "probability": 0.27978515625}, {"start": 1877.81, "end": 1878.23, "word": " try", "probability": 0.34228515625}, {"start": 1878.23, "end": 1878.49, "word": " less", "probability": 0.318359375}, {"start": 1878.49, "end": 1878.61, "word": " than", "probability": 0.890625}, {"start": 1878.61, "end": 1879.37, "word": " read", "probability": 0.56298828125}, {"start": 1879.37, "end": 1879.59, "word": " on", "probability": 0.417724609375}, {"start": 1879.59, "end": 1879.67, "word": " the", "probability": 0.55419921875}, {"start": 1879.67, "end": 1879.99, "word": " question.", "probability": 0.85693359375}, {"start": 1880.29, "end": 1880.73, "word": " Ok?", "probability": 0.220947265625}, {"start": 1882.03, "end": 1882.71, "word": " I", "probability": 0.916015625}, {"start": 1882.71, "end": 1882.95, "word": " removed", "probability": 0.45263671875}, {"start": 1882.95, "end": 1883.15, "word": " all", "probability": 0.75244140625}, {"start": 1883.15, "end": 1883.15, "word": " the", "probability": 0.45068359375}, {"start": 1883.15, "end": 1883.31, "word": " code", "probability": 0.90771484375}, {"start": 1883.31, "end": 1883.85, "word": " and", "probability": 0.41455078125}, {"start": 1883.85, "end": 1883.91, "word": " I", "probability": 0.58447265625}, {"start": 1883.91, "end": 1884.05, "word": " will", "probability": 0.2783203125}, {"start": 1884.05, "end": 1884.15, "word": " go", "probability": 0.7041015625}, {"start": 1884.15, "end": 1884.41, "word": " down", "probability": 0.5087890625}, {"start": 1884.41, "end": 1884.83, "word": " here", "probability": 0.7490234375}, {"start": 1884.83, "end": 1885.37, "word": " and", "probability": 0.78271484375}, {"start": 1885.37, "end": 1885.55, "word": " say", "probability": 0.53662109375}, {"start": 1885.55, "end": 1885.95, "word": " public", "probability": 0.7353515625}, {"start": 1885.95, "end": 1887.63, "word": " void", "probability": 0.90087890625}, {"start": 1887.63, "end": 1889.05, "word": " load", "probability": 0.85693359375}, {"start": 1889.05, "end": 1889.83, "word": " next", "probability": 0.279052734375}, {"start": 1889.83, "end": 1891.53, "word": " question.", "probability": 0.9296875}, {"start": 1892.95, "end": 1893.63, "word": " Ok?", "probability": 0.82177734375}, {"start": 1895.57, "end": 1896.25, "word": " And", "probability": 0.70556640625}, {"start": 1896.25, "end": 1896.31, "word": " I", "probability": 0.94140625}, {"start": 1896.31, "end": 1896.71, "word": " put", "probability": 0.69140625}, {"start": 1896.71, "end": 1896.95, "word": " my", "probability": 0.830078125}, {"start": 1896.95, "end": 1897.35, "word": " code", "probability": 0.78662109375}, {"start": 1897.35, "end": 1899.87, "word": " in", "probability": 0.76904296875}, {"start": 1899.87, "end": 1900.01, "word": " the", "probability": 0.640625}, {"start": 1900.01, "end": 1900.21, "word": " method.", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 74, "seek": 192827, "start": 1901.53, "end": 1928.27, "text": " Because errors can appear, for sure errors will appear. For example, what is here? The Q, I don't know who it is. Yes, this is the Q. Because there are more options, you can send him the Q, and we can let him get the Q from the array. So, come here, do you see this code that gets the Q? Not this one. How do we get the Q? We are the question. We go back to the array, and we take an element from it, and we draw again. So, take this line,", "tokens": [1436, 13603, 393, 4204, 11, 337, 988, 13603, 486, 4204, 13, 1171, 1365, 11, 437, 307, 510, 30, 440, 1249, 11, 286, 500, 380, 458, 567, 309, 307, 13, 1079, 11, 341, 307, 264, 1249, 13, 1436, 456, 366, 544, 3956, 11, 291, 393, 2845, 796, 264, 1249, 11, 293, 321, 393, 718, 796, 483, 264, 1249, 490, 264, 10225, 13, 407, 11, 808, 510, 11, 360, 291, 536, 341, 3089, 300, 2170, 264, 1249, 30, 1726, 341, 472, 13, 1012, 360, 321, 483, 264, 1249, 30, 492, 366, 264, 1168, 13, 492, 352, 646, 281, 264, 10225, 11, 293, 321, 747, 364, 4478, 490, 309, 11, 293, 321, 2642, 797, 13, 407, 11, 747, 341, 1622, 11], "avg_logprob": -0.4690126110525692, "compression_ratio": 1.746031746031746, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1901.5300000000002, "end": 1901.89, "word": " Because", "probability": 0.1510009765625}, {"start": 1901.89, "end": 1902.25, "word": " errors", "probability": 0.450927734375}, {"start": 1902.25, "end": 1902.29, "word": " can", "probability": 0.5322265625}, {"start": 1902.29, "end": 1902.29, "word": " appear,", "probability": 0.32373046875}, {"start": 1902.63, "end": 1902.81, "word": " for", "probability": 0.40673828125}, {"start": 1902.81, "end": 1902.95, "word": " sure", "probability": 0.81640625}, {"start": 1902.95, "end": 1903.47, "word": " errors", "probability": 0.67138671875}, {"start": 1903.47, "end": 1903.47, "word": " will", "probability": 0.5751953125}, {"start": 1903.47, "end": 1903.47, "word": " appear.", "probability": 0.79345703125}, {"start": 1903.55, "end": 1903.67, "word": " For", "probability": 0.43798828125}, {"start": 1903.67, "end": 1904.01, "word": " example,", "probability": 0.9482421875}, {"start": 1904.19, "end": 1904.27, "word": " what", "probability": 0.465576171875}, {"start": 1904.27, "end": 1904.29, "word": " is", "probability": 0.67724609375}, {"start": 1904.29, "end": 1904.59, "word": " here?", "probability": 0.66015625}, {"start": 1904.91, "end": 1905.11, "word": " The", "probability": 0.67041015625}, {"start": 1905.11, "end": 1905.35, "word": " Q,", "probability": 0.437255859375}, {"start": 1905.61, "end": 1905.91, "word": " I", "probability": 0.7412109375}, {"start": 1905.91, "end": 1905.95, "word": " don't", "probability": 0.8564453125}, {"start": 1905.95, "end": 1906.17, "word": " know", "probability": 0.89208984375}, {"start": 1906.17, "end": 1906.51, "word": " who", "probability": 0.748046875}, {"start": 1906.51, "end": 1906.91, "word": " it", "probability": 0.1500244140625}, {"start": 1906.91, "end": 1907.09, "word": " is.", "probability": 0.849609375}, {"start": 1907.23, "end": 1907.35, "word": " Yes,", "probability": 0.3017578125}, {"start": 1907.43, "end": 1907.55, "word": " this", "probability": 0.59814453125}, {"start": 1907.55, "end": 1907.55, "word": " is", "probability": 0.87109375}, {"start": 1907.55, "end": 1907.61, "word": " the", "probability": 0.7109375}, {"start": 1907.61, "end": 1907.79, "word": " Q.", "probability": 0.96435546875}, {"start": 1909.29, "end": 1909.53, "word": " Because", "probability": 0.79833984375}, {"start": 1909.53, "end": 1910.61, "word": " there", "probability": 0.230224609375}, {"start": 1910.61, "end": 1911.39, "word": " are", "probability": 0.6669921875}, {"start": 1911.39, "end": 1911.63, "word": " more", "probability": 0.6376953125}, {"start": 1911.63, "end": 1911.83, "word": " options,", "probability": 0.1724853515625}, {"start": 1911.85, "end": 1911.97, "word": " you", "probability": 0.88623046875}, {"start": 1911.97, "end": 1912.11, "word": " can", "probability": 0.91064453125}, {"start": 1912.11, "end": 1912.35, "word": " send", "probability": 0.76806640625}, {"start": 1912.35, "end": 1912.45, "word": " him", "probability": 0.44970703125}, {"start": 1912.45, "end": 1912.73, "word": " the", "probability": 0.77685546875}, {"start": 1912.73, "end": 1913.03, "word": " Q,", "probability": 0.8935546875}, {"start": 1913.37, "end": 1913.61, "word": " and", "probability": 0.77587890625}, {"start": 1913.61, "end": 1913.71, "word": " we", "probability": 0.1922607421875}, {"start": 1913.71, "end": 1913.93, "word": " can", "probability": 0.91552734375}, {"start": 1913.93, "end": 1914.25, "word": " let", "probability": 0.473388671875}, {"start": 1914.25, "end": 1915.35, "word": " him", "probability": 0.912109375}, {"start": 1915.35, "end": 1915.59, "word": " get", "probability": 0.46435546875}, {"start": 1915.59, "end": 1915.75, "word": " the", "probability": 0.77587890625}, {"start": 1915.75, "end": 1915.93, "word": " Q", "probability": 0.9638671875}, {"start": 1915.93, "end": 1916.09, "word": " from", "probability": 0.86328125}, {"start": 1916.09, "end": 1916.19, "word": " the", "probability": 0.87548828125}, {"start": 1916.19, "end": 1916.39, "word": " array.", "probability": 0.85302734375}, {"start": 1916.87, "end": 1917.13, "word": " So,", "probability": 0.3076171875}, {"start": 1917.23, "end": 1917.47, "word": " come", "probability": 0.67822265625}, {"start": 1917.47, "end": 1917.79, "word": " here,", "probability": 0.83154296875}, {"start": 1917.97, "end": 1918.07, "word": " do", "probability": 0.313232421875}, {"start": 1918.07, "end": 1918.07, "word": " you", "probability": 0.970703125}, {"start": 1918.07, "end": 1918.23, "word": " see", "probability": 0.92822265625}, {"start": 1918.23, "end": 1918.41, "word": " this", "probability": 0.5830078125}, {"start": 1918.41, "end": 1918.61, "word": " code", "probability": 0.84423828125}, {"start": 1918.61, "end": 1918.87, "word": " that", "probability": 0.7177734375}, {"start": 1918.87, "end": 1919.05, "word": " gets", "probability": 0.415283203125}, {"start": 1919.05, "end": 1919.21, "word": " the", "probability": 0.8232421875}, {"start": 1919.21, "end": 1919.43, "word": " Q?", "probability": 0.98779296875}, {"start": 1920.33, "end": 1920.67, "word": " Not", "probability": 0.372314453125}, {"start": 1920.67, "end": 1920.85, "word": " this", "probability": 0.86376953125}, {"start": 1920.85, "end": 1920.91, "word": " one.", "probability": 0.5673828125}, {"start": 1920.93, "end": 1921.05, "word": " How", "probability": 0.94384765625}, {"start": 1921.05, "end": 1921.11, "word": " do", "probability": 0.7900390625}, {"start": 1921.11, "end": 1921.19, "word": " we", "probability": 0.91748046875}, {"start": 1921.19, "end": 1921.31, "word": " get", "probability": 0.9296875}, {"start": 1921.31, "end": 1921.45, "word": " the", "probability": 0.8505859375}, {"start": 1921.45, "end": 1921.61, "word": " Q?", "probability": 0.9931640625}, {"start": 1921.71, "end": 1921.83, "word": " We", "probability": 0.40966796875}, {"start": 1921.83, "end": 1921.83, "word": " are", "probability": 0.283935546875}, {"start": 1921.83, "end": 1921.93, "word": " the", "probability": 0.8251953125}, {"start": 1921.93, "end": 1922.21, "word": " question.", "probability": 0.85888671875}, {"start": 1922.73, "end": 1922.99, "word": " We", "probability": 0.92626953125}, {"start": 1922.99, "end": 1923.09, "word": " go", "probability": 0.63037109375}, {"start": 1923.09, "end": 1923.23, "word": " back", "probability": 0.83447265625}, {"start": 1923.23, "end": 1923.31, "word": " to", "probability": 0.97216796875}, {"start": 1923.31, "end": 1923.41, "word": " the", "probability": 0.89892578125}, {"start": 1923.41, "end": 1923.69, "word": " array,", "probability": 0.90185546875}, {"start": 1924.35, "end": 1924.49, "word": " and", "probability": 0.7412109375}, {"start": 1924.49, "end": 1924.61, "word": " we", "probability": 0.5029296875}, {"start": 1924.61, "end": 1924.77, "word": " take", "probability": 0.583984375}, {"start": 1924.77, "end": 1925.03, "word": " an", "probability": 0.219482421875}, {"start": 1925.03, "end": 1925.23, "word": " element", "probability": 0.85595703125}, {"start": 1925.23, "end": 1925.23, "word": " from", "probability": 0.78173828125}, {"start": 1925.23, "end": 1925.23, "word": " it,", "probability": 0.84326171875}, {"start": 1925.41, "end": 1925.55, "word": " and", "probability": 0.60498046875}, {"start": 1925.55, "end": 1925.57, "word": " we", "probability": 0.6015625}, {"start": 1925.57, "end": 1925.85, "word": " draw", "probability": 0.194580078125}, {"start": 1925.85, "end": 1926.27, "word": " again.", "probability": 0.419189453125}, {"start": 1927.31, "end": 1927.67, "word": " So,", "probability": 0.67626953125}, {"start": 1927.71, "end": 1927.89, "word": " take", "probability": 0.53955078125}, {"start": 1927.89, "end": 1928.05, "word": " this", "probability": 0.9306640625}, {"start": 1928.05, "end": 1928.27, "word": " line,", "probability": 0.8896484375}], "temperature": 1.0}, {"id": 75, "seek": 194965, "start": 1929.99, "end": 1949.65, "text": " And go to the method, which is loadNextQuestion and put it here. Now, there is a problem that I still don't know who it is. The questions may not be shown above. Ok? Where should I put it? Here. Not here, I read the questions. Now, I just need to show it above.", "tokens": [400, 352, 281, 264, 3170, 11, 597, 307, 3677, 31002, 8547, 31342, 293, 829, 309, 510, 13, 823, 11, 456, 307, 257, 1154, 300, 286, 920, 500, 380, 458, 567, 309, 307, 13, 440, 1651, 815, 406, 312, 4898, 3673, 13, 3477, 30, 2305, 820, 286, 829, 309, 30, 1692, 13, 1726, 510, 11, 286, 1401, 264, 1651, 13, 823, 11, 286, 445, 643, 281, 855, 309, 3673, 13], "avg_logprob": -0.6477678716182709, "compression_ratio": 1.4802259887005649, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1929.99, "end": 1930.39, "word": " And", "probability": 0.15673828125}, {"start": 1930.39, "end": 1930.81, "word": " go", "probability": 0.2283935546875}, {"start": 1930.81, "end": 1931.05, "word": " to", "probability": 0.6240234375}, {"start": 1931.05, "end": 1931.23, "word": " the", "probability": 0.52001953125}, {"start": 1931.23, "end": 1931.71, "word": " method,", "probability": 0.62841796875}, {"start": 1932.43, "end": 1932.65, "word": " which", "probability": 0.459228515625}, {"start": 1932.65, "end": 1932.89, "word": " is", "probability": 0.8994140625}, {"start": 1932.89, "end": 1934.13, "word": " loadNextQuestion", "probability": 0.62939453125}, {"start": 1934.13, "end": 1934.23, "word": " and", "probability": 0.462158203125}, {"start": 1934.23, "end": 1934.45, "word": " put", "probability": 0.39697265625}, {"start": 1934.45, "end": 1934.55, "word": " it", "probability": 0.8046875}, {"start": 1934.55, "end": 1934.73, "word": " here.", "probability": 0.6728515625}, {"start": 1936.35, "end": 1936.83, "word": " Now,", "probability": 0.59521484375}, {"start": 1936.97, "end": 1937.45, "word": " there", "probability": 0.779296875}, {"start": 1937.45, "end": 1937.47, "word": " is", "probability": 0.83154296875}, {"start": 1937.47, "end": 1937.57, "word": " a", "probability": 0.89599609375}, {"start": 1937.57, "end": 1937.73, "word": " problem", "probability": 0.8427734375}, {"start": 1937.73, "end": 1937.87, "word": " that", "probability": 0.339599609375}, {"start": 1937.87, "end": 1938.03, "word": " I", "probability": 0.59521484375}, {"start": 1938.03, "end": 1938.11, "word": " still", "probability": 0.1661376953125}, {"start": 1938.11, "end": 1938.19, "word": " don't", "probability": 0.750732421875}, {"start": 1938.19, "end": 1938.55, "word": " know", "probability": 0.8232421875}, {"start": 1938.55, "end": 1938.91, "word": " who", "probability": 0.2496337890625}, {"start": 1938.91, "end": 1938.91, "word": " it", "probability": 0.2388916015625}, {"start": 1938.91, "end": 1938.91, "word": " is.", "probability": 0.76708984375}, {"start": 1939.31, "end": 1939.47, "word": " The", "probability": 0.49560546875}, {"start": 1939.47, "end": 1939.95, "word": " questions", "probability": 0.60302734375}, {"start": 1939.95, "end": 1940.31, "word": " may", "probability": 0.1820068359375}, {"start": 1940.31, "end": 1940.69, "word": " not", "probability": 0.62158203125}, {"start": 1940.69, "end": 1940.85, "word": " be", "probability": 0.88623046875}, {"start": 1940.85, "end": 1941.11, "word": " shown", "probability": 0.1807861328125}, {"start": 1941.11, "end": 1941.45, "word": " above.", "probability": 0.385498046875}, {"start": 1941.95, "end": 1942.27, "word": " Ok?", "probability": 0.21826171875}, {"start": 1943.35, "end": 1943.83, "word": " Where", "probability": 0.775390625}, {"start": 1943.83, "end": 1943.97, "word": " should", "probability": 0.2568359375}, {"start": 1943.97, "end": 1943.97, "word": " I", "probability": 0.92236328125}, {"start": 1943.97, "end": 1944.13, "word": " put", "probability": 0.221923828125}, {"start": 1944.13, "end": 1944.27, "word": " it?", "probability": 0.71875}, {"start": 1944.75, "end": 1945.21, "word": " Here.", "probability": 0.473876953125}, {"start": 1945.45, "end": 1945.75, "word": " Not", "probability": 0.29541015625}, {"start": 1945.75, "end": 1945.89, "word": " here,", "probability": 0.751953125}, {"start": 1945.95, "end": 1946.01, "word": " I", "probability": 0.60205078125}, {"start": 1946.01, "end": 1946.17, "word": " read", "probability": 0.47705078125}, {"start": 1946.17, "end": 1946.27, "word": " the", "probability": 0.8662109375}, {"start": 1946.27, "end": 1946.75, "word": " questions.", "probability": 0.82958984375}, {"start": 1947.57, "end": 1947.85, "word": " Now,", "probability": 0.8310546875}, {"start": 1947.93, "end": 1948.13, "word": " I", "probability": 0.42626953125}, {"start": 1948.13, "end": 1948.13, "word": " just", "probability": 0.5146484375}, {"start": 1948.13, "end": 1948.25, "word": " need", "probability": 0.492431640625}, {"start": 1948.25, "end": 1948.35, "word": " to", "probability": 0.9697265625}, {"start": 1948.35, "end": 1948.57, "word": " show", "probability": 0.375}, {"start": 1948.57, "end": 1948.89, "word": " it", "probability": 0.775390625}, {"start": 1948.89, "end": 1949.65, "word": " above.", "probability": 0.71923828125}], "temperature": 1.0}, {"id": 76, "seek": 197403, "start": 1959.95, "end": 1974.03, "text": " It will stop showing errors. Because there is one thing we need to do. Before loading the question, I will disable the buttons.", "tokens": [467, 486, 1590, 4099, 13603, 13, 1436, 456, 307, 472, 551, 321, 643, 281, 360, 13, 4546, 15114, 264, 1168, 11, 286, 486, 28362, 264, 9905, 13], "avg_logprob": -0.7829241092715945, "compression_ratio": 1.2673267326732673, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1959.95, "end": 1960.57, "word": " It", "probability": 0.1419677734375}, {"start": 1960.57, "end": 1960.69, "word": " will", "probability": 0.288330078125}, {"start": 1960.69, "end": 1961.05, "word": " stop", "probability": 0.66552734375}, {"start": 1961.05, "end": 1961.37, "word": " showing", "probability": 0.10504150390625}, {"start": 1961.37, "end": 1962.63, "word": " errors.", "probability": 0.404541015625}, {"start": 1964.69, "end": 1965.31, "word": " Because", "probability": 0.2178955078125}, {"start": 1965.31, "end": 1965.77, "word": " there", "probability": 0.64208984375}, {"start": 1965.77, "end": 1965.87, "word": " is", "probability": 0.826171875}, {"start": 1965.87, "end": 1965.99, "word": " one", "probability": 0.50830078125}, {"start": 1965.99, "end": 1966.13, "word": " thing", "probability": 0.6181640625}, {"start": 1966.13, "end": 1966.41, "word": " we", "probability": 0.2802734375}, {"start": 1966.41, "end": 1966.55, "word": " need", "probability": 0.309814453125}, {"start": 1966.55, "end": 1966.55, "word": " to", "probability": 0.9697265625}, {"start": 1966.55, "end": 1966.81, "word": " do.", "probability": 0.8818359375}, {"start": 1968.99, "end": 1969.61, "word": " Before", "probability": 0.56982421875}, {"start": 1969.61, "end": 1970.39, "word": " loading", "probability": 0.1116943359375}, {"start": 1970.39, "end": 1970.51, "word": " the", "probability": 0.76806640625}, {"start": 1970.51, "end": 1970.85, "word": " question,", "probability": 0.7548828125}, {"start": 1971.11, "end": 1971.41, "word": " I", "probability": 0.494140625}, {"start": 1971.41, "end": 1972.93, "word": " will", "probability": 0.57958984375}, {"start": 1972.93, "end": 1973.53, "word": " disable", "probability": 0.94384765625}, {"start": 1973.53, "end": 1973.75, "word": " the", "probability": 0.6796875}, {"start": 1973.75, "end": 1974.03, "word": " buttons.", "probability": 0.57861328125}], "temperature": 1.0}, {"id": 77, "seek": 199868, "start": 1975.46, "end": 1998.68, "text": " When I turn on the second question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn on the first question, it will enable it. When I turn", "tokens": [1133, 286, 1261, 322, 264, 1150, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261, 322, 264, 700, 1168, 11, 309, 486, 9528, 309, 13, 1133, 286, 1261], "avg_logprob": -0.2023611068725586, "compression_ratio": 11.784810126582279, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1975.46, "end": 1975.82, "word": " When", "probability": 0.1351318359375}, {"start": 1975.82, "end": 1976.14, "word": " I", "probability": 0.76318359375}, {"start": 1976.14, "end": 1976.42, "word": " turn", "probability": 0.1353759765625}, {"start": 1976.42, "end": 1976.58, "word": " on", "probability": 0.8310546875}, {"start": 1976.58, "end": 1977.58, "word": " the", "probability": 0.7548828125}, {"start": 1977.58, "end": 1978.12, "word": " second", "probability": 0.437255859375}, {"start": 1978.12, "end": 1978.12, "word": " question,", "probability": 0.63916015625}, {"start": 1978.16, "end": 1978.22, "word": " it", "probability": 0.76953125}, {"start": 1978.22, "end": 1978.28, "word": " will", "probability": 0.276123046875}, {"start": 1978.28, "end": 1978.58, "word": " enable", "probability": 0.50634765625}, {"start": 1978.58, "end": 1978.7, "word": " it.", "probability": 0.2587890625}, {"start": 1979.14, "end": 1979.5, "word": " When", "probability": 0.326171875}, {"start": 1979.5, "end": 1979.72, "word": " I", "probability": 0.24267578125}, {"start": 1979.72, "end": 1979.72, "word": " turn", "probability": 0.317626953125}, {"start": 1979.72, "end": 1979.72, "word": " on", "probability": 0.76171875}, {"start": 1979.72, "end": 1979.82, "word": " the", "probability": 0.86962890625}, {"start": 1979.82, "end": 1979.82, "word": " first", "probability": 0.76513671875}, {"start": 1979.82, "end": 1980.22, "word": " question,", "probability": 0.93505859375}, {"start": 1980.38, "end": 1980.42, "word": " it", "probability": 0.86328125}, {"start": 1980.42, "end": 1980.5, "word": " will", "probability": 0.66943359375}, {"start": 1980.5, "end": 1980.9, "word": " enable", "probability": 0.828125}, {"start": 1980.9, "end": 1981.04, "word": " it.", "probability": 0.875}, {"start": 1981.08, "end": 1981.24, "word": " When", "probability": 0.3408203125}, {"start": 1981.24, "end": 1981.26, "word": " I", "probability": 0.595703125}, {"start": 1981.26, "end": 1981.42, "word": " turn", "probability": 0.662109375}, {"start": 1981.42, "end": 1981.5, "word": " on", "probability": 0.50439453125}, {"start": 1981.5, "end": 1981.78, "word": " the", "probability": 0.87890625}, {"start": 1981.78, "end": 1982.08, "word": " first", "probability": 0.278076171875}, {"start": 1982.08, "end": 1982.08, "word": " question,", "probability": 0.92919921875}, {"start": 1982.08, "end": 1982.08, "word": " it", "probability": 0.93505859375}, {"start": 1982.08, "end": 1982.08, "word": " will", "probability": 0.8359375}, {"start": 1982.08, "end": 1982.08, "word": " enable", "probability": 0.94580078125}, {"start": 1982.08, "end": 1982.1, "word": " it.", "probability": 0.9560546875}, {"start": 1982.1, "end": 1982.1, "word": " When", "probability": 0.325439453125}, {"start": 1982.1, "end": 1982.1, "word": " I", "probability": 0.88525390625}, {"start": 1982.1, "end": 1982.1, "word": " turn", "probability": 0.7353515625}, {"start": 1982.1, "end": 1982.1, "word": " on", "probability": 0.71142578125}, {"start": 1982.1, "end": 1982.1, "word": " the", "probability": 0.92236328125}, {"start": 1982.1, "end": 1982.1, "word": " first", "probability": 0.5771484375}, {"start": 1982.1, "end": 1982.1, "word": " question,", "probability": 0.9326171875}, {"start": 1982.1, "end": 1982.1, "word": " it", "probability": 0.953125}, {"start": 1982.1, "end": 1982.1, "word": " will", "probability": 0.8525390625}, {"start": 1982.1, "end": 1982.1, "word": " enable", "probability": 0.96923828125}, {"start": 1982.1, "end": 1982.1, "word": " it.", "probability": 0.9619140625}, {"start": 1982.18, "end": 1982.18, "word": " When", "probability": 0.216064453125}, {"start": 1982.18, "end": 1982.18, "word": " I", "probability": 0.89404296875}, {"start": 1982.18, "end": 1982.18, "word": " turn", "probability": 0.78271484375}, {"start": 1982.18, "end": 1982.18, "word": " on", "probability": 0.82177734375}, {"start": 1982.18, "end": 1982.18, "word": " the", "probability": 0.923828125}, {"start": 1982.18, "end": 1982.18, "word": " first", "probability": 0.71875}, {"start": 1982.18, "end": 1982.18, "word": " question,", "probability": 0.935546875}, {"start": 1982.18, "end": 1982.18, "word": " it", "probability": 0.95556640625}, {"start": 1982.18, "end": 1982.3, "word": " will", "probability": 0.85791015625}, {"start": 1982.3, "end": 1982.44, "word": " enable", "probability": 0.9697265625}, {"start": 1982.44, "end": 1982.68, "word": " it.", "probability": 0.9638671875}, {"start": 1983.54, "end": 1983.9, "word": " When", "probability": 0.269775390625}, {"start": 1983.9, "end": 1983.9, "word": " I", "probability": 0.92578125}, {"start": 1983.9, "end": 1983.9, "word": " turn", "probability": 0.806640625}, {"start": 1983.9, "end": 1983.9, "word": " on", "probability": 0.86328125}, {"start": 1983.9, "end": 1985.64, "word": " the", "probability": 0.9287109375}, {"start": 1985.64, "end": 1985.64, "word": " first", "probability": 0.75}, {"start": 1985.64, "end": 1985.64, "word": " question,", "probability": 0.9375}, {"start": 1985.64, "end": 1985.64, "word": " it", "probability": 0.955078125}, {"start": 1985.64, "end": 1985.64, "word": " will", "probability": 0.86572265625}, {"start": 1985.64, "end": 1985.64, "word": " enable", "probability": 0.97021484375}, {"start": 1985.64, "end": 1985.64, "word": " it.", "probability": 0.96337890625}, {"start": 1985.64, "end": 1985.86, "word": " When", "probability": 0.41552734375}, {"start": 1985.86, "end": 1985.98, "word": " I", "probability": 0.95458984375}, {"start": 1985.98, "end": 1986.32, "word": " turn", "probability": 0.82275390625}, {"start": 1986.32, "end": 1986.38, "word": " on", "probability": 0.89404296875}, {"start": 1986.38, "end": 1986.56, "word": " the", "probability": 0.92919921875}, {"start": 1986.56, "end": 1986.56, "word": " first", "probability": 0.7919921875}, {"start": 1986.56, "end": 1986.56, "word": " question,", "probability": 0.9404296875}, {"start": 1986.56, "end": 1986.56, "word": " it", "probability": 0.9560546875}, {"start": 1986.56, "end": 1986.56, "word": " will", "probability": 0.8681640625}, {"start": 1986.56, "end": 1986.56, "word": " enable", "probability": 0.9716796875}, {"start": 1986.56, "end": 1986.56, "word": " it.", "probability": 0.96337890625}, {"start": 1986.56, "end": 1986.56, "word": " When", "probability": 0.5419921875}, {"start": 1986.56, "end": 1986.56, "word": " I", "probability": 0.974609375}, {"start": 1986.56, "end": 1986.56, "word": " turn", "probability": 0.8310546875}, {"start": 1986.56, "end": 1986.56, "word": " on", "probability": 0.91552734375}, {"start": 1986.56, "end": 1987.3, "word": " the", "probability": 0.93017578125}, {"start": 1987.3, "end": 1987.3, "word": " first", "probability": 0.826171875}, {"start": 1987.3, "end": 1987.3, "word": " question,", "probability": 0.939453125}, {"start": 1987.3, "end": 1987.3, "word": " it", "probability": 0.9560546875}, {"start": 1987.3, "end": 1987.3, "word": " will", "probability": 0.8701171875}, {"start": 1987.3, "end": 1987.3, "word": " enable", "probability": 0.9736328125}, {"start": 1987.3, "end": 1987.3, "word": " it.", "probability": 0.96240234375}, {"start": 1987.3, "end": 1987.3, "word": " When", "probability": 0.6015625}, {"start": 1987.3, "end": 1987.3, "word": " I", "probability": 0.9853515625}, {"start": 1987.3, "end": 1987.3, "word": " turn", "probability": 0.8349609375}, {"start": 1987.3, "end": 1987.3, "word": " on", "probability": 0.92822265625}, {"start": 1987.3, "end": 1987.38, "word": " the", "probability": 0.9306640625}, {"start": 1987.38, "end": 1987.38, "word": " first", "probability": 0.84716796875}, {"start": 1987.38, "end": 1987.38, "word": " question,", "probability": 0.93896484375}, {"start": 1987.38, "end": 1987.38, "word": " it", "probability": 0.955078125}, {"start": 1987.38, "end": 1987.38, "word": " will", "probability": 0.8740234375}, {"start": 1987.38, "end": 1987.38, "word": " enable", "probability": 0.974609375}, {"start": 1987.38, "end": 1987.38, "word": " it.", "probability": 0.96240234375}, {"start": 1987.38, "end": 1987.4, "word": " When", "probability": 0.62548828125}, {"start": 1987.4, "end": 1987.4, "word": " I", "probability": 0.99072265625}, {"start": 1987.4, "end": 1987.4, "word": " turn", "probability": 0.8369140625}, {"start": 1987.4, "end": 1987.4, "word": " on", "probability": 0.93896484375}, {"start": 1987.4, "end": 1987.4, "word": " the", "probability": 0.9296875}, {"start": 1987.4, "end": 1987.4, "word": " first", "probability": 0.86474609375}, {"start": 1987.4, "end": 1987.4, "word": " question,", "probability": 0.93798828125}, {"start": 1987.4, "end": 1987.4, "word": " it", "probability": 0.95654296875}, {"start": 1987.4, "end": 1987.4, "word": " will", "probability": 0.8759765625}, {"start": 1987.4, "end": 1987.4, "word": " enable", "probability": 0.97509765625}, {"start": 1987.4, "end": 1987.4, "word": " it.", "probability": 0.96240234375}, {"start": 1987.4, "end": 1987.58, "word": " When", "probability": 0.63916015625}, {"start": 1987.58, "end": 1987.88, "word": " I", "probability": 0.99365234375}, {"start": 1987.88, "end": 1987.88, "word": " turn", "probability": 0.83642578125}, {"start": 1987.88, "end": 1987.88, "word": " on", "probability": 0.9443359375}, {"start": 1987.88, "end": 1987.88, "word": " the", "probability": 0.9306640625}, {"start": 1987.88, "end": 1988.06, "word": " first", "probability": 0.8720703125}, {"start": 1988.06, "end": 1988.06, "word": " question,", "probability": 0.93896484375}, {"start": 1988.06, "end": 1988.06, "word": " it", "probability": 0.95654296875}, {"start": 1988.06, "end": 1988.06, "word": " will", "probability": 0.8740234375}, {"start": 1988.06, "end": 1988.06, "word": " enable", "probability": 0.97607421875}, {"start": 1988.06, "end": 1988.32, "word": " it.", "probability": 0.96337890625}, {"start": 1988.32, "end": 1988.38, "word": " When", "probability": 0.65185546875}, {"start": 1988.38, "end": 1988.42, "word": " I", "probability": 0.99462890625}, {"start": 1988.42, "end": 1988.42, "word": " turn", "probability": 0.83642578125}, {"start": 1988.42, "end": 1988.42, "word": " on", "probability": 0.94677734375}, {"start": 1988.42, "end": 1988.42, "word": " the", "probability": 0.93212890625}, {"start": 1988.42, "end": 1988.42, "word": " first", "probability": 0.8759765625}, {"start": 1988.42, "end": 1988.42, "word": " question,", "probability": 0.93896484375}, {"start": 1988.46, "end": 1988.48, "word": " it", "probability": 0.955078125}, {"start": 1988.48, "end": 1988.48, "word": " will", "probability": 0.87744140625}, {"start": 1988.48, "end": 1988.48, "word": " enable", "probability": 0.9765625}, {"start": 1988.48, "end": 1988.48, "word": " it.", "probability": 0.96337890625}, {"start": 1988.48, "end": 1988.48, "word": " When", "probability": 0.654296875}, {"start": 1988.48, "end": 1988.48, "word": " I", "probability": 0.99560546875}, {"start": 1988.48, "end": 1988.48, "word": " turn", "probability": 0.8349609375}, {"start": 1988.48, "end": 1988.48, "word": " on", "probability": 0.94775390625}, {"start": 1988.48, "end": 1988.48, "word": " the", "probability": 0.93212890625}, {"start": 1988.48, "end": 1988.48, "word": " first", "probability": 0.87646484375}, {"start": 1988.48, "end": 1988.48, "word": " question,", "probability": 0.94091796875}, {"start": 1988.48, "end": 1988.48, "word": " it", "probability": 0.95751953125}, {"start": 1988.48, "end": 1988.48, "word": " will", "probability": 0.8759765625}, {"start": 1988.48, "end": 1988.48, "word": " enable", "probability": 0.97705078125}, {"start": 1988.48, "end": 1988.48, "word": " it.", "probability": 0.96435546875}, {"start": 1988.48, "end": 1988.48, "word": " When", "probability": 0.65576171875}, {"start": 1988.48, "end": 1988.48, "word": " I", "probability": 0.99560546875}, {"start": 1988.48, "end": 1988.48, "word": " turn", "probability": 0.83349609375}, {"start": 1988.48, "end": 1988.48, "word": " on", "probability": 0.9482421875}, {"start": 1988.48, "end": 1988.48, "word": " the", "probability": 0.931640625}, {"start": 1988.48, "end": 1988.48, "word": " first", "probability": 0.873046875}, {"start": 1988.48, "end": 1988.48, "word": " question,", "probability": 0.94287109375}, {"start": 1988.48, "end": 1988.48, "word": " it", "probability": 0.95751953125}, {"start": 1988.48, "end": 1988.48, "word": " will", "probability": 0.87548828125}, {"start": 1988.48, "end": 1988.48, "word": " enable", "probability": 0.9775390625}, {"start": 1988.48, "end": 1988.48, "word": " it.", "probability": 0.96435546875}, {"start": 1988.48, "end": 1988.48, "word": " When", "probability": 0.65966796875}, {"start": 1988.48, "end": 1988.48, "word": " I", "probability": 0.99560546875}, {"start": 1988.48, "end": 1988.48, "word": " turn", "probability": 0.83203125}, {"start": 1988.48, "end": 1988.48, "word": " on", "probability": 0.94970703125}, {"start": 1988.48, "end": 1988.48, "word": " the", "probability": 0.931640625}, {"start": 1988.48, "end": 1988.48, "word": " first", "probability": 0.87109375}, {"start": 1988.48, "end": 1988.48, "word": " question,", "probability": 0.94482421875}, {"start": 1988.48, "end": 1988.54, "word": " it", "probability": 0.95751953125}, {"start": 1988.54, "end": 1988.54, "word": " will", "probability": 0.8720703125}, {"start": 1988.54, "end": 1988.54, "word": " enable", "probability": 0.978515625}, {"start": 1988.54, "end": 1988.54, "word": " it.", "probability": 0.96533203125}, {"start": 1988.54, "end": 1988.62, "word": " When", "probability": 0.658203125}, {"start": 1988.62, "end": 1989.92, "word": " I", "probability": 0.9951171875}, {"start": 1989.92, "end": 1989.96, "word": " turn", "probability": 0.82861328125}, {"start": 1989.96, "end": 1989.96, "word": " on", "probability": 0.94775390625}, {"start": 1989.96, "end": 1989.96, "word": " the", "probability": 0.931640625}, {"start": 1989.96, "end": 1989.96, "word": " first", "probability": 0.86083984375}, {"start": 1989.96, "end": 1989.98, "word": " question,", "probability": 0.9453125}, {"start": 1990.52, "end": 1990.52, "word": " it", "probability": 0.95849609375}, {"start": 1990.52, "end": 1990.78, "word": " will", "probability": 0.8701171875}, {"start": 1990.78, "end": 1993.44, "word": " enable", "probability": 0.9794921875}, {"start": 1993.44, "end": 1993.44, "word": " it.", "probability": 0.9658203125}, {"start": 1994.08, "end": 1994.44, "word": " When", "probability": 0.6513671875}, {"start": 1994.44, "end": 1994.62, "word": " I", "probability": 0.99462890625}, {"start": 1994.62, "end": 1994.62, "word": " turn", "probability": 0.82421875}, {"start": 1994.62, "end": 1994.62, "word": " on", "probability": 0.94921875}, {"start": 1994.62, "end": 1997.58, "word": " the", "probability": 0.9326171875}, {"start": 1997.58, "end": 1997.58, "word": " first", "probability": 0.83544921875}, {"start": 1997.58, "end": 1997.58, "word": " question,", "probability": 0.9453125}, {"start": 1997.58, "end": 1997.58, "word": " it", "probability": 0.9580078125}, {"start": 1997.58, "end": 1997.58, "word": " will", "probability": 0.86865234375}, {"start": 1997.58, "end": 1997.94, "word": " enable", "probability": 0.98095703125}, {"start": 1997.94, "end": 1998.6, "word": " it.", "probability": 0.96630859375}, {"start": 1998.68, "end": 1998.68, "word": " When", "probability": 0.6318359375}, {"start": 1998.68, "end": 1998.68, "word": " I", "probability": 0.99365234375}, {"start": 1998.68, "end": 1998.68, "word": " turn", "probability": 0.8232421875}], "temperature": 1.0}, {"id": 78, "seek": 203078, "start": 2003.28, "end": 2030.78, "text": " By default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default, by default", "tokens": [3146, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576, 11, 538, 7576], "avg_logprob": -0.09277777989705403, "compression_ratio": 29.966666666666665, "no_speech_prob": 2.086162567138672e-06, "words": [{"start": 2003.28, "end": 2003.56, "word": " By", "probability": 0.462158203125}, {"start": 2003.56, "end": 2003.82, "word": " default,", "probability": 0.97412109375}, {"start": 2004.34, "end": 2004.46, "word": " by", "probability": 0.1427001953125}, {"start": 2004.46, "end": 2005.72, "word": " default,", "probability": 0.94189453125}, {"start": 2007.44, "end": 2007.54, "word": " by", "probability": 0.21142578125}, {"start": 2007.54, "end": 2007.54, "word": " default,", "probability": 0.98681640625}, {"start": 2007.54, "end": 2007.6, "word": " by", "probability": 0.379150390625}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.98388671875}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.49755859375}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.982421875}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.599609375}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.984375}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.6923828125}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.986328125}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.76708984375}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.98828125}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.81005859375}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.98876953125}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.83837890625}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.98974609375}, {"start": 2007.6, "end": 2007.6, "word": " by", "probability": 0.85546875}, {"start": 2007.6, "end": 2007.6, "word": " default,", "probability": 0.990234375}, {"start": 2007.6, "end": 2007.66, "word": " by", "probability": 0.86767578125}, {"start": 2007.66, "end": 2008.82, "word": " default,", "probability": 0.99072265625}, {"start": 2008.82, "end": 2009.46, "word": " by", "probability": 0.875}, {"start": 2009.46, "end": 2010.16, "word": " default,", "probability": 0.99072265625}, {"start": 2010.16, "end": 2010.38, "word": " by", "probability": 0.8837890625}, {"start": 2010.38, "end": 2010.7, "word": " default,", "probability": 0.99072265625}, {"start": 2010.9, "end": 2010.9, "word": " by", "probability": 0.89111328125}, {"start": 2010.9, "end": 2011.14, "word": " default,", "probability": 0.99072265625}, {"start": 2011.2, "end": 2011.36, "word": " by", "probability": 0.89794921875}, {"start": 2011.36, "end": 2012.14, "word": " default,", "probability": 0.99072265625}, {"start": 2012.14, "end": 2012.14, "word": " by", "probability": 0.90625}, {"start": 2012.14, "end": 2012.14, "word": " default,", "probability": 0.99072265625}, {"start": 2012.14, "end": 2012.14, "word": " by", "probability": 0.9130859375}, {"start": 2012.14, "end": 2012.18, "word": " default,", "probability": 0.99072265625}, {"start": 2012.18, "end": 2012.18, "word": " by", "probability": 0.9189453125}, {"start": 2012.18, "end": 2012.26, "word": " default,", "probability": 0.99072265625}, {"start": 2012.26, "end": 2012.38, "word": " by", "probability": 0.923828125}, {"start": 2012.38, "end": 2012.38, "word": " default,", "probability": 0.99072265625}, {"start": 2012.38, "end": 2012.38, "word": " by", "probability": 0.92919921875}, {"start": 2012.38, "end": 2012.38, "word": " default,", "probability": 0.99072265625}, {"start": 2012.38, "end": 2012.56, "word": " by", "probability": 0.93359375}, {"start": 2012.56, "end": 2012.72, "word": " default,", "probability": 0.99072265625}, {"start": 2012.72, "end": 2012.72, "word": " by", "probability": 0.9375}, {"start": 2012.72, "end": 2012.9, "word": " default,", "probability": 0.99072265625}, {"start": 2013.02, "end": 2013.14, "word": " by", "probability": 0.94189453125}, {"start": 2013.14, "end": 2013.34, "word": " default,", "probability": 0.99072265625}, {"start": 2014.02, "end": 2014.24, "word": " by", "probability": 0.9443359375}, {"start": 2014.24, "end": 2014.24, "word": " default,", "probability": 0.99072265625}, {"start": 2014.24, "end": 2014.24, "word": " by", "probability": 0.947265625}, {"start": 2014.24, "end": 2014.34, "word": " default,", "probability": 0.99072265625}, {"start": 2014.34, "end": 2014.88, "word": " by", "probability": 0.9501953125}, {"start": 2014.88, "end": 2015.1, "word": " default,", "probability": 0.990234375}, {"start": 2015.1, "end": 2015.74, "word": " by", "probability": 0.95263671875}, {"start": 2015.74, "end": 2015.9, "word": " default,", "probability": 0.990234375}, {"start": 2016.12, "end": 2018.6, "word": " by", "probability": 0.955078125}, {"start": 2018.6, "end": 2019.2, "word": " default,", "probability": 0.990234375}, {"start": 2019.2, "end": 2020.46, "word": " by", "probability": 0.95703125}, {"start": 2020.46, "end": 2021.62, "word": " default,", "probability": 0.990234375}, {"start": 2021.64, "end": 2022.02, "word": " by", "probability": 0.95947265625}, {"start": 2022.02, "end": 2022.54, "word": " default,", "probability": 0.990234375}, {"start": 2022.54, "end": 2022.92, "word": " by", "probability": 0.9609375}, {"start": 2022.92, "end": 2023.8, "word": " default,", "probability": 0.990234375}, {"start": 2024.12, "end": 2024.14, "word": " by", "probability": 0.962890625}, {"start": 2024.14, "end": 2024.28, "word": " default,", "probability": 0.990234375}, {"start": 2024.58, "end": 2024.58, "word": " by", "probability": 0.96435546875}, {"start": 2024.58, "end": 2024.76, "word": " default,", "probability": 0.990234375}, {"start": 2024.98, "end": 2025.04, "word": " by", "probability": 0.96533203125}, {"start": 2025.04, "end": 2025.16, "word": " default,", "probability": 0.990234375}, {"start": 2025.18, "end": 2025.76, "word": " by", "probability": 0.96630859375}, {"start": 2025.76, "end": 2025.8, "word": " default,", "probability": 0.990234375}, {"start": 2025.8, "end": 2025.8, "word": " by", "probability": 0.9677734375}, {"start": 2025.8, "end": 2026.0, "word": " default,", "probability": 0.990234375}, {"start": 2026.0, "end": 2026.08, "word": " by", "probability": 0.9697265625}, {"start": 2026.08, "end": 2026.08, "word": " default,", "probability": 0.990234375}, {"start": 2026.22, "end": 2026.48, "word": " by", "probability": 0.97021484375}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.990234375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.970703125}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.990234375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.97216796875}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.990234375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.97314453125}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.98974609375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.97314453125}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.98974609375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.97412109375}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.990234375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.97509765625}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.98974609375}, {"start": 2026.48, "end": 2026.48, "word": " by", "probability": 0.9755859375}, {"start": 2026.48, "end": 2026.48, "word": " default,", "probability": 0.98974609375}, {"start": 2026.48, "end": 2026.88, "word": " by", "probability": 0.97607421875}, {"start": 2026.88, "end": 2026.88, "word": " default,", "probability": 0.98974609375}, {"start": 2026.88, "end": 2027.42, "word": " by", "probability": 0.9765625}, {"start": 2027.42, "end": 2027.64, "word": " default,", "probability": 0.98974609375}, {"start": 2027.78, "end": 2028.56, "word": " by", "probability": 0.9765625}, {"start": 2028.56, "end": 2028.78, "word": " default,", "probability": 0.98974609375}, {"start": 2028.78, "end": 2029.44, "word": " by", "probability": 0.97705078125}, {"start": 2029.44, "end": 2029.44, "word": " default,", "probability": 0.98974609375}, {"start": 2029.52, "end": 2030.04, "word": " by", "probability": 0.9775390625}, {"start": 2030.04, "end": 2030.38, "word": " default,", "probability": 0.98974609375}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97802734375}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9892578125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.978515625}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9892578125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.978515625}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9892578125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97900390625}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9892578125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97900390625}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98876953125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.9794921875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98876953125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.9794921875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98828125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.9794921875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98876953125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97998046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98828125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.9794921875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98779296875}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97998046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98779296875}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9873046875}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.9873046875}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98681640625}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98681640625}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.986328125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.986328125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.97998046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.986328125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98583984375}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98583984375}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.986328125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.98583984375}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.54, "word": " default,", "probability": 0.986328125}, {"start": 2030.54, "end": 2030.54, "word": " by", "probability": 0.98046875}, {"start": 2030.54, "end": 2030.78, "word": " default", "probability": 0.9853515625}], "temperature": 1.0}, {"id": 79, "seek": 205785, "start": 2031.29, "end": 2057.85, "text": " It's clear, guys. So, in loadMixQuestion, I click on a button and it says, for each button setEnabled true and button setBackgroundResource are.drawable.defaultShape It will always do it in the first place. Even in the first question, it won't bother us.", "tokens": [467, 311, 1850, 11, 1074, 13, 407, 11, 294, 3677, 44, 970, 8547, 377, 313, 11, 286, 2052, 322, 257, 2960, 293, 309, 1619, 11, 337, 1184, 2960, 992, 16257, 8909, 2074, 293, 2960, 992, 28404, 2921, 33274, 2948, 366, 13, 48848, 712, 13, 20595, 5107, 23429, 494, 467, 486, 1009, 360, 309, 294, 264, 700, 1081, 13, 2754, 294, 264, 700, 1168, 11, 309, 1582, 380, 8677, 505, 13], "avg_logprob": -0.6034331002705534, "compression_ratio": 1.4406779661016949, "no_speech_prob": 0.0, "words": [{"start": 2031.29, "end": 2031.53, "word": " It's", "probability": 0.23663330078125}, {"start": 2031.53, "end": 2031.67, "word": " clear,", "probability": 0.5791015625}, {"start": 2031.91, "end": 2032.25, "word": " guys.", "probability": 0.544921875}, {"start": 2033.03, "end": 2033.23, "word": " So,", "probability": 0.48388671875}, {"start": 2033.65, "end": 2033.89, "word": " in", "probability": 0.2210693359375}, {"start": 2033.89, "end": 2034.95, "word": " loadMixQuestion,", "probability": 0.4763997395833333}, {"start": 2034.95, "end": 2035.03, "word": " I", "probability": 0.51708984375}, {"start": 2035.03, "end": 2035.29, "word": " click", "probability": 0.2113037109375}, {"start": 2035.29, "end": 2035.45, "word": " on", "probability": 0.8095703125}, {"start": 2035.45, "end": 2035.55, "word": " a", "probability": 0.435302734375}, {"start": 2035.55, "end": 2035.81, "word": " button", "probability": 0.82763671875}, {"start": 2035.81, "end": 2039.71, "word": " and", "probability": 0.2822265625}, {"start": 2039.71, "end": 2039.83, "word": " it", "probability": 0.4970703125}, {"start": 2039.83, "end": 2040.03, "word": " says,", "probability": 0.414794921875}, {"start": 2040.13, "end": 2040.23, "word": " for", "probability": 0.289306640625}, {"start": 2040.23, "end": 2040.43, "word": " each", "probability": 0.59033203125}, {"start": 2040.43, "end": 2040.83, "word": " button", "probability": 0.83154296875}, {"start": 2040.83, "end": 2043.77, "word": " setEnabled", "probability": 0.667236328125}, {"start": 2043.77, "end": 2044.47, "word": " true", "probability": 0.2412109375}, {"start": 2044.47, "end": 2046.77, "word": " and", "probability": 0.66845703125}, {"start": 2046.77, "end": 2047.19, "word": " button", "probability": 0.5888671875}, {"start": 2047.19, "end": 2049.91, "word": " setBackgroundResource", "probability": 0.8390625}, {"start": 2049.91, "end": 2050.27, "word": " are", "probability": 0.705078125}, {"start": 2050.27, "end": 2051.19, "word": ".drawable", "probability": 0.7353515625}, {"start": 2051.19, "end": 2054.77, "word": ".defaultShape", "probability": 0.801171875}, {"start": 2054.77, "end": 2054.95, "word": " It", "probability": 0.29150390625}, {"start": 2054.95, "end": 2055.31, "word": " will", "probability": 0.420166015625}, {"start": 2055.31, "end": 2055.31, "word": " always", "probability": 0.685546875}, {"start": 2055.31, "end": 2055.59, "word": " do", "probability": 0.80859375}, {"start": 2055.59, "end": 2055.65, "word": " it", "probability": 0.4609375}, {"start": 2055.65, "end": 2055.75, "word": " in", "probability": 0.406494140625}, {"start": 2055.75, "end": 2055.83, "word": " the", "probability": 0.87890625}, {"start": 2055.83, "end": 2055.99, "word": " first", "probability": 0.475830078125}, {"start": 2055.99, "end": 2056.11, "word": " place.", "probability": 0.48876953125}, {"start": 2056.35, "end": 2056.55, "word": " Even", "probability": 0.79052734375}, {"start": 2056.55, "end": 2056.71, "word": " in", "probability": 0.250244140625}, {"start": 2056.71, "end": 2056.83, "word": " the", "probability": 0.8427734375}, {"start": 2056.83, "end": 2056.93, "word": " first", "probability": 0.87646484375}, {"start": 2056.93, "end": 2057.19, "word": " question,", "probability": 0.89697265625}, {"start": 2057.27, "end": 2057.33, "word": " it", "probability": 0.896484375}, {"start": 2057.33, "end": 2057.43, "word": " won't", "probability": 0.701904296875}, {"start": 2057.43, "end": 2057.63, "word": " bother", "probability": 0.281982421875}, {"start": 2057.63, "end": 2057.85, "word": " us.", "probability": 0.66357421875}], "temperature": 1.0}, {"id": 80, "seek": 208988, "start": 2060.32, "end": 2089.88, "text": " Ok guys? Ok, now the concept is that this loadNextQuestion, as soon as it starts the program, it needs to be called. So where does the program start? Here, after it brings the elements and brings the questions, shuffle, here we put loadNextQuestion, which is going to do what? LoadNextQuestion labels the buttons and brings the question from the array and shows it to me.", "tokens": [3477, 1074, 30, 3477, 11, 586, 264, 3410, 307, 300, 341, 3677, 31002, 8547, 31342, 11, 382, 2321, 382, 309, 3719, 264, 1461, 11, 309, 2203, 281, 312, 1219, 13, 407, 689, 775, 264, 1461, 722, 30, 1692, 11, 934, 309, 5607, 264, 4959, 293, 5607, 264, 1651, 11, 39426, 11, 510, 321, 829, 3677, 31002, 8547, 31342, 11, 597, 307, 516, 281, 360, 437, 30, 48408, 31002, 8547, 31342, 16949, 264, 9905, 293, 5607, 264, 1168, 490, 264, 10225, 293, 3110, 309, 281, 385, 13], "avg_logprob": -0.535919530638333, "compression_ratio": 1.7630331753554502, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2060.32, "end": 2060.64, "word": " Ok", "probability": 0.23828125}, {"start": 2060.64, "end": 2061.22, "word": " guys?", "probability": 0.5224609375}, {"start": 2061.54, "end": 2062.04, "word": " Ok,", "probability": 0.432373046875}, {"start": 2062.38, "end": 2062.68, "word": " now", "probability": 0.56103515625}, {"start": 2062.68, "end": 2062.84, "word": " the", "probability": 0.67138671875}, {"start": 2062.84, "end": 2063.04, "word": " concept", "probability": 0.65869140625}, {"start": 2063.04, "end": 2063.82, "word": " is", "probability": 0.81396484375}, {"start": 2063.82, "end": 2063.94, "word": " that", "probability": 0.6689453125}, {"start": 2063.94, "end": 2064.22, "word": " this", "probability": 0.5029296875}, {"start": 2064.22, "end": 2065.16, "word": " loadNextQuestion,", "probability": 0.61431884765625}, {"start": 2065.32, "end": 2065.54, "word": " as", "probability": 0.255615234375}, {"start": 2065.54, "end": 2065.64, "word": " soon", "probability": 0.943359375}, {"start": 2065.64, "end": 2065.7, "word": " as", "probability": 0.96826171875}, {"start": 2065.7, "end": 2065.82, "word": " it", "probability": 0.54541015625}, {"start": 2065.82, "end": 2066.0, "word": " starts", "probability": 0.5107421875}, {"start": 2066.0, "end": 2066.16, "word": " the", "probability": 0.52587890625}, {"start": 2066.16, "end": 2066.64, "word": " program,", "probability": 0.7578125}, {"start": 2067.66, "end": 2067.74, "word": " it", "probability": 0.399658203125}, {"start": 2067.74, "end": 2067.88, "word": " needs", "probability": 0.404541015625}, {"start": 2067.88, "end": 2068.0, "word": " to", "probability": 0.55859375}, {"start": 2068.0, "end": 2068.08, "word": " be", "probability": 0.15771484375}, {"start": 2068.08, "end": 2068.24, "word": " called.", "probability": 0.763671875}, {"start": 2069.08, "end": 2069.52, "word": " So", "probability": 0.197998046875}, {"start": 2069.52, "end": 2069.76, "word": " where", "probability": 0.63818359375}, {"start": 2069.76, "end": 2069.88, "word": " does", "probability": 0.76220703125}, {"start": 2069.88, "end": 2070.22, "word": " the", "probability": 0.70361328125}, {"start": 2070.22, "end": 2070.46, "word": " program", "probability": 0.86669921875}, {"start": 2070.46, "end": 2070.46, "word": " start?", "probability": 0.5576171875}, {"start": 2070.62, "end": 2070.96, "word": " Here,", "probability": 0.8076171875}, {"start": 2071.44, "end": 2071.76, "word": " after", "probability": 0.74560546875}, {"start": 2071.76, "end": 2071.94, "word": " it", "probability": 0.52587890625}, {"start": 2071.94, "end": 2072.08, "word": " brings", "probability": 0.447998046875}, {"start": 2072.08, "end": 2072.2, "word": " the", "probability": 0.63330078125}, {"start": 2072.2, "end": 2072.54, "word": " elements", "probability": 0.7109375}, {"start": 2072.54, "end": 2072.94, "word": " and", "probability": 0.77685546875}, {"start": 2072.94, "end": 2073.42, "word": " brings", "probability": 0.1871337890625}, {"start": 2073.42, "end": 2073.6, "word": " the", "probability": 0.26025390625}, {"start": 2073.6, "end": 2074.0, "word": " questions,", "probability": 0.61376953125}, {"start": 2074.76, "end": 2075.22, "word": " shuffle,", "probability": 0.701171875}, {"start": 2076.06, "end": 2076.5, "word": " here", "probability": 0.67041015625}, {"start": 2076.5, "end": 2076.72, "word": " we", "probability": 0.82080078125}, {"start": 2076.72, "end": 2076.98, "word": " put", "probability": 0.68701171875}, {"start": 2076.98, "end": 2079.64, "word": " loadNextQuestion,", "probability": 0.7337646484375}, {"start": 2080.1, "end": 2080.68, "word": " which", "probability": 0.73876953125}, {"start": 2080.68, "end": 2080.78, "word": " is", "probability": 0.479736328125}, {"start": 2080.78, "end": 2081.08, "word": " going", "probability": 0.4140625}, {"start": 2081.08, "end": 2081.18, "word": " to", "probability": 0.94482421875}, {"start": 2081.18, "end": 2081.18, "word": " do", "probability": 0.428955078125}, {"start": 2081.18, "end": 2081.32, "word": " what?", "probability": 0.3837890625}, {"start": 2083.24, "end": 2083.74, "word": " LoadNextQuestion", "probability": 0.86962890625}, {"start": 2083.74, "end": 2085.74, "word": " labels", "probability": 0.4345703125}, {"start": 2085.74, "end": 2085.98, "word": " the", "probability": 0.6982421875}, {"start": 2085.98, "end": 2086.32, "word": " buttons", "probability": 0.958984375}, {"start": 2086.32, "end": 2086.54, "word": " and", "probability": 0.74365234375}, {"start": 2086.54, "end": 2086.64, "word": " brings", "probability": 0.43505859375}, {"start": 2086.64, "end": 2086.86, "word": " the", "probability": 0.80126953125}, {"start": 2086.86, "end": 2087.24, "word": " question", "probability": 0.83740234375}, {"start": 2087.24, "end": 2088.0, "word": " from", "probability": 0.81787109375}, {"start": 2088.0, "end": 2088.86, "word": " the", "probability": 0.79443359375}, {"start": 2088.86, "end": 2089.12, "word": " array", "probability": 0.82421875}, {"start": 2089.12, "end": 2089.36, "word": " and", "probability": 0.8134765625}, {"start": 2089.36, "end": 2089.58, "word": " shows", "probability": 0.33203125}, {"start": 2089.58, "end": 2089.7, "word": " it", "probability": 0.86083984375}, {"start": 2089.7, "end": 2089.7, "word": " to", "probability": 0.9169921875}, {"start": 2089.7, "end": 2089.88, "word": " me.", "probability": 0.6787109375}], "temperature": 1.0}, {"id": 81, "seek": 210823, "start": 2091.42, "end": 2108.24, "text": " Make sure that the code is working before proceeding to the next step. Until now, we haven't done anything new. All we did was separate the code into methods. Because of this method, we will repeat it again and again until we finish the questions.", "tokens": [4387, 988, 300, 264, 3089, 307, 1364, 949, 41163, 281, 264, 958, 1823, 13, 9088, 586, 11, 321, 2378, 380, 1096, 1340, 777, 13, 1057, 321, 630, 390, 4994, 264, 3089, 666, 7150, 13, 1436, 295, 341, 3170, 11, 321, 486, 7149, 309, 797, 293, 797, 1826, 321, 2413, 264, 1651, 13], "avg_logprob": -0.5333136522545004, "compression_ratio": 1.4588235294117646, "no_speech_prob": 0.0, "words": [{"start": 2091.42, "end": 2091.6, "word": " Make", "probability": 0.2724609375}, {"start": 2091.6, "end": 2091.98, "word": " sure", "probability": 0.9423828125}, {"start": 2091.98, "end": 2092.4, "word": " that", "probability": 0.49462890625}, {"start": 2092.4, "end": 2092.42, "word": " the", "probability": 0.5634765625}, {"start": 2092.42, "end": 2093.2, "word": " code", "probability": 0.7783203125}, {"start": 2093.2, "end": 2093.42, "word": " is", "probability": 0.4736328125}, {"start": 2093.42, "end": 2093.78, "word": " working", "probability": 0.37939453125}, {"start": 2093.78, "end": 2094.06, "word": " before", "probability": 0.365966796875}, {"start": 2094.06, "end": 2094.62, "word": " proceeding", "probability": 0.319091796875}, {"start": 2094.62, "end": 2095.44, "word": " to", "probability": 0.66845703125}, {"start": 2095.44, "end": 2095.54, "word": " the", "probability": 0.86328125}, {"start": 2095.54, "end": 2095.62, "word": " next", "probability": 0.92578125}, {"start": 2095.62, "end": 2096.82, "word": " step.", "probability": 0.880859375}, {"start": 2097.28, "end": 2097.78, "word": " Until", "probability": 0.2239990234375}, {"start": 2097.78, "end": 2098.3, "word": " now,", "probability": 0.91845703125}, {"start": 2098.38, "end": 2098.38, "word": " we", "probability": 0.78076171875}, {"start": 2098.38, "end": 2098.44, "word": " haven't", "probability": 0.628173828125}, {"start": 2098.44, "end": 2098.64, "word": " done", "probability": 0.71923828125}, {"start": 2098.64, "end": 2098.86, "word": " anything", "probability": 0.84228515625}, {"start": 2098.86, "end": 2099.16, "word": " new.", "probability": 0.80224609375}, {"start": 2099.32, "end": 2099.44, "word": " All", "probability": 0.258056640625}, {"start": 2099.44, "end": 2099.54, "word": " we", "probability": 0.80859375}, {"start": 2099.54, "end": 2099.82, "word": " did", "probability": 0.50927734375}, {"start": 2099.82, "end": 2100.68, "word": " was", "probability": 0.7236328125}, {"start": 2100.68, "end": 2100.8, "word": " separate", "probability": 0.35791015625}, {"start": 2100.8, "end": 2100.9, "word": " the", "probability": 0.66845703125}, {"start": 2100.9, "end": 2101.18, "word": " code", "probability": 0.8935546875}, {"start": 2101.18, "end": 2101.76, "word": " into", "probability": 0.599609375}, {"start": 2101.76, "end": 2102.6, "word": " methods.", "probability": 0.5029296875}, {"start": 2103.06, "end": 2103.46, "word": " Because", "probability": 0.32666015625}, {"start": 2103.46, "end": 2103.56, "word": " of", "probability": 0.59716796875}, {"start": 2103.56, "end": 2103.62, "word": " this", "probability": 0.51806640625}, {"start": 2103.62, "end": 2103.78, "word": " method,", "probability": 0.7900390625}, {"start": 2104.16, "end": 2104.5, "word": " we", "probability": 0.7890625}, {"start": 2104.5, "end": 2104.58, "word": " will", "probability": 0.205078125}, {"start": 2104.58, "end": 2104.74, "word": " repeat", "probability": 0.316162109375}, {"start": 2104.74, "end": 2105.08, "word": " it", "probability": 0.75341796875}, {"start": 2105.08, "end": 2106.22, "word": " again", "probability": 0.541015625}, {"start": 2106.22, "end": 2106.32, "word": " and", "probability": 0.8564453125}, {"start": 2106.32, "end": 2106.64, "word": " again", "probability": 0.970703125}, {"start": 2106.64, "end": 2107.4, "word": " until", "probability": 0.666015625}, {"start": 2107.4, "end": 2107.64, "word": " we", "probability": 0.833984375}, {"start": 2107.64, "end": 2107.84, "word": " finish", "probability": 0.422607421875}, {"start": 2107.84, "end": 2107.98, "word": " the", "probability": 0.5341796875}, {"start": 2107.98, "end": 2108.24, "word": " questions.", "probability": 0.86572265625}], "temperature": 1.0}, {"id": 82, "seek": 215727, "start": 2139.41, "end": 2157.27, "text": " It worked. Since it answered the question, for the first time, it called the first question. Now, we want this to be the next question. When it finishes the question, it calls out. When, we want to agree now, when does the question end? When it finishes the sound.", "tokens": [467, 2732, 13, 4162, 309, 10103, 264, 1168, 11, 337, 264, 700, 565, 11, 309, 1219, 264, 700, 1168, 13, 823, 11, 321, 528, 341, 281, 312, 264, 958, 1168, 13, 1133, 309, 23615, 264, 1168, 11, 309, 5498, 484, 13, 1133, 11, 321, 528, 281, 3986, 586, 11, 562, 775, 264, 1168, 917, 30, 1133, 309, 23615, 264, 1626, 13], "avg_logprob": -0.5705645103608409, "compression_ratio": 1.8402777777777777, "no_speech_prob": 0.0, "words": [{"start": 2139.41, "end": 2139.93, "word": " It", "probability": 0.1444091796875}, {"start": 2139.93, "end": 2139.93, "word": " worked.", "probability": 0.353271484375}, {"start": 2140.67, "end": 2141.05, "word": " Since", "probability": 0.2042236328125}, {"start": 2141.05, "end": 2141.29, "word": " it", "probability": 0.50927734375}, {"start": 2141.29, "end": 2141.43, "word": " answered", "probability": 0.27978515625}, {"start": 2141.43, "end": 2141.63, "word": " the", "probability": 0.83349609375}, {"start": 2141.63, "end": 2141.93, "word": " question,", "probability": 0.84716796875}, {"start": 2142.33, "end": 2142.71, "word": " for", "probability": 0.12066650390625}, {"start": 2142.71, "end": 2142.83, "word": " the", "probability": 0.91845703125}, {"start": 2142.83, "end": 2142.97, "word": " first", "probability": 0.87646484375}, {"start": 2142.97, "end": 2143.27, "word": " time,", "probability": 0.87353515625}, {"start": 2143.59, "end": 2144.31, "word": " it", "probability": 0.677734375}, {"start": 2144.31, "end": 2144.47, "word": " called", "probability": 0.59130859375}, {"start": 2144.47, "end": 2144.63, "word": " the", "probability": 0.57177734375}, {"start": 2144.63, "end": 2145.87, "word": " first", "probability": 0.69189453125}, {"start": 2145.87, "end": 2145.89, "word": " question.", "probability": 0.92431640625}, {"start": 2146.27, "end": 2146.69, "word": " Now,", "probability": 0.68310546875}, {"start": 2146.77, "end": 2146.83, "word": " we", "probability": 0.3671875}, {"start": 2146.83, "end": 2147.03, "word": " want", "probability": 0.495849609375}, {"start": 2147.03, "end": 2147.41, "word": " this", "probability": 0.521484375}, {"start": 2147.41, "end": 2147.47, "word": " to", "probability": 0.4091796875}, {"start": 2147.47, "end": 2148.13, "word": " be", "probability": 0.7236328125}, {"start": 2148.13, "end": 2148.21, "word": " the", "probability": 0.75244140625}, {"start": 2148.21, "end": 2148.55, "word": " next", "probability": 0.463623046875}, {"start": 2148.55, "end": 2149.19, "word": " question.", "probability": 0.908203125}, {"start": 2149.19, "end": 2149.45, "word": " When", "probability": 0.7431640625}, {"start": 2149.45, "end": 2149.59, "word": " it", "probability": 0.49169921875}, {"start": 2149.59, "end": 2149.97, "word": " finishes", "probability": 0.3623046875}, {"start": 2149.97, "end": 2150.19, "word": " the", "probability": 0.62744140625}, {"start": 2150.19, "end": 2150.61, "word": " question,", "probability": 0.9013671875}, {"start": 2151.83, "end": 2151.87, "word": " it", "probability": 0.69091796875}, {"start": 2151.87, "end": 2152.17, "word": " calls", "probability": 0.15673828125}, {"start": 2152.17, "end": 2152.33, "word": " out.", "probability": 0.296630859375}, {"start": 2153.05, "end": 2153.39, "word": " When,", "probability": 0.426513671875}, {"start": 2153.45, "end": 2153.71, "word": " we", "probability": 0.8017578125}, {"start": 2153.71, "end": 2153.99, "word": " want", "probability": 0.364501953125}, {"start": 2153.99, "end": 2154.03, "word": " to", "probability": 0.91357421875}, {"start": 2154.03, "end": 2154.33, "word": " agree", "probability": 0.76123046875}, {"start": 2154.33, "end": 2154.71, "word": " now,", "probability": 0.650390625}, {"start": 2154.93, "end": 2155.31, "word": " when", "probability": 0.8037109375}, {"start": 2155.31, "end": 2155.69, "word": " does", "probability": 0.51806640625}, {"start": 2155.69, "end": 2155.89, "word": " the", "probability": 0.7265625}, {"start": 2155.89, "end": 2156.11, "word": " question", "probability": 0.92578125}, {"start": 2156.11, "end": 2156.11, "word": " end?", "probability": 0.65380859375}, {"start": 2156.19, "end": 2156.35, "word": " When", "probability": 0.8828125}, {"start": 2156.35, "end": 2156.47, "word": " it", "probability": 0.369873046875}, {"start": 2156.47, "end": 2156.83, "word": " finishes", "probability": 0.89453125}, {"start": 2156.83, "end": 2157.01, "word": " the", "probability": 0.7783203125}, {"start": 2157.01, "end": 2157.27, "word": " sound.", "probability": 0.72509765625}], "temperature": 1.0}, {"id": 83, "seek": 217157, "start": 2158.01, "end": 2171.57, "text": "means let him take the voice and record it for you or say it to you until he finishes the whole voice before moving on to the next question. So now we have an event that tells us that when he finishes the question, we move on to the next one.", "tokens": [1398, 599, 718, 796, 747, 264, 3177, 293, 2136, 309, 337, 291, 420, 584, 309, 281, 291, 1826, 415, 23615, 264, 1379, 3177, 949, 2684, 322, 281, 264, 958, 1168, 13, 407, 586, 321, 362, 364, 2280, 300, 5112, 505, 300, 562, 415, 23615, 264, 1168, 11, 321, 1286, 322, 281, 264, 958, 472, 13], "avg_logprob": -0.5747767644269126, "compression_ratio": 1.6689655172413793, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2158.01, "end": 2158.41, "word": "means", "probability": 0.468719482421875}, {"start": 2158.41, "end": 2158.57, "word": " let", "probability": 0.423583984375}, {"start": 2158.57, "end": 2158.71, "word": " him", "probability": 0.791015625}, {"start": 2158.71, "end": 2158.83, "word": " take", "probability": 0.3359375}, {"start": 2158.83, "end": 2159.01, "word": " the", "probability": 0.313232421875}, {"start": 2159.01, "end": 2159.15, "word": " voice", "probability": 0.35888671875}, {"start": 2159.15, "end": 2159.29, "word": " and", "probability": 0.55615234375}, {"start": 2159.29, "end": 2159.53, "word": " record", "probability": 0.11395263671875}, {"start": 2159.53, "end": 2159.79, "word": " it", "probability": 0.6435546875}, {"start": 2159.79, "end": 2159.79, "word": " for", "probability": 0.51708984375}, {"start": 2159.79, "end": 2159.87, "word": " you", "probability": 0.94775390625}, {"start": 2159.87, "end": 2159.97, "word": " or", "probability": 0.45849609375}, {"start": 2159.97, "end": 2160.15, "word": " say", "probability": 0.2454833984375}, {"start": 2160.15, "end": 2160.59, "word": " it", "probability": 0.61767578125}, {"start": 2160.59, "end": 2160.85, "word": " to", "probability": 0.46826171875}, {"start": 2160.85, "end": 2160.85, "word": " you", "probability": 0.880859375}, {"start": 2160.85, "end": 2161.13, "word": " until", "probability": 0.509765625}, {"start": 2161.13, "end": 2161.37, "word": " he", "probability": 0.57421875}, {"start": 2161.37, "end": 2161.57, "word": " finishes", "probability": 0.84619140625}, {"start": 2161.57, "end": 2161.67, "word": " the", "probability": 0.480224609375}, {"start": 2161.67, "end": 2161.71, "word": " whole", "probability": 0.40771484375}, {"start": 2161.71, "end": 2161.87, "word": " voice", "probability": 0.83837890625}, {"start": 2161.87, "end": 2162.81, "word": " before", "probability": 0.258056640625}, {"start": 2162.81, "end": 2163.05, "word": " moving", "probability": 0.483642578125}, {"start": 2163.05, "end": 2163.23, "word": " on", "probability": 0.61181640625}, {"start": 2163.23, "end": 2163.27, "word": " to", "probability": 0.9462890625}, {"start": 2163.27, "end": 2163.33, "word": " the", "probability": 0.9072265625}, {"start": 2163.33, "end": 2163.33, "word": " next", "probability": 0.92333984375}, {"start": 2163.33, "end": 2164.39, "word": " question.", "probability": 0.93115234375}, {"start": 2164.75, "end": 2165.15, "word": " So", "probability": 0.4365234375}, {"start": 2165.15, "end": 2165.53, "word": " now", "probability": 0.556640625}, {"start": 2165.53, "end": 2165.63, "word": " we", "probability": 0.8388671875}, {"start": 2165.63, "end": 2165.73, "word": " have", "probability": 0.2105712890625}, {"start": 2165.73, "end": 2165.95, "word": " an", "probability": 0.6796875}, {"start": 2165.95, "end": 2166.45, "word": " event", "probability": 0.90380859375}, {"start": 2166.45, "end": 2167.15, "word": " that", "probability": 0.5546875}, {"start": 2167.15, "end": 2167.37, "word": " tells", "probability": 0.615234375}, {"start": 2167.37, "end": 2167.69, "word": " us", "probability": 0.90771484375}, {"start": 2167.69, "end": 2167.89, "word": " that", "probability": 0.68994140625}, {"start": 2167.89, "end": 2168.81, "word": " when", "probability": 0.70947265625}, {"start": 2168.81, "end": 2169.03, "word": " he", "probability": 0.41845703125}, {"start": 2169.03, "end": 2169.35, "word": " finishes", "probability": 0.7802734375}, {"start": 2169.35, "end": 2169.55, "word": " the", "probability": 0.8642578125}, {"start": 2169.55, "end": 2169.81, "word": " question,", "probability": 0.9150390625}, {"start": 2169.97, "end": 2170.01, "word": " we", "probability": 0.438720703125}, {"start": 2170.01, "end": 2170.21, "word": " move", "probability": 0.452880859375}, {"start": 2170.21, "end": 2170.41, "word": " on", "probability": 0.7587890625}, {"start": 2170.41, "end": 2171.17, "word": " to", "probability": 0.962890625}, {"start": 2171.17, "end": 2171.31, "word": " the", "probability": 0.89892578125}, {"start": 2171.31, "end": 2171.45, "word": " next", "probability": 0.9306640625}, {"start": 2171.45, "end": 2171.57, "word": " one.", "probability": 0.468017578125}], "temperature": 1.0}, {"id": 84, "seek": 220044, "start": 2172.82, "end": 2200.44, "text": " When he finishes the sound. Now go back to the media players. Do you see them? There is an event for each one of them. Come to the sound and say sit on complete listener. What does it mean? Let's hear it. On completion listener. What does it mean when he finishes?", "tokens": [1133, 415, 23615, 264, 1626, 13, 823, 352, 646, 281, 264, 3021, 4150, 13, 1144, 291, 536, 552, 30, 821, 307, 364, 2280, 337, 1184, 472, 295, 552, 13, 2492, 281, 264, 1626, 293, 584, 1394, 322, 3566, 31569, 13, 708, 775, 309, 914, 30, 961, 311, 1568, 309, 13, 1282, 19372, 31569, 13, 708, 775, 309, 914, 562, 415, 23615, 30], "avg_logprob": -0.5724206462739005, "compression_ratio": 1.606060606060606, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2172.82, "end": 2173.06, "word": " When", "probability": 0.1998291015625}, {"start": 2173.06, "end": 2173.16, "word": " he", "probability": 0.3955078125}, {"start": 2173.16, "end": 2173.34, "word": " finishes", "probability": 0.80078125}, {"start": 2173.34, "end": 2173.5, "word": " the", "probability": 0.432373046875}, {"start": 2173.5, "end": 2173.66, "word": " sound.", "probability": 0.2135009765625}, {"start": 2173.78, "end": 2173.88, "word": " Now", "probability": 0.599609375}, {"start": 2173.88, "end": 2174.08, "word": " go", "probability": 0.310302734375}, {"start": 2174.08, "end": 2174.22, "word": " back", "probability": 0.8525390625}, {"start": 2174.22, "end": 2174.84, "word": " to", "probability": 0.9130859375}, {"start": 2174.84, "end": 2174.92, "word": " the", "probability": 0.58447265625}, {"start": 2174.92, "end": 2175.14, "word": " media", "probability": 0.79931640625}, {"start": 2175.14, "end": 2175.56, "word": " players.", "probability": 0.8857421875}, {"start": 2175.64, "end": 2175.7, "word": " Do", "probability": 0.30078125}, {"start": 2175.7, "end": 2175.7, "word": " you", "probability": 0.9677734375}, {"start": 2175.7, "end": 2175.9, "word": " see", "probability": 0.92236328125}, {"start": 2175.9, "end": 2176.24, "word": " them?", "probability": 0.8349609375}, {"start": 2176.64, "end": 2177.14, "word": " There", "probability": 0.163818359375}, {"start": 2177.14, "end": 2178.08, "word": " is", "probability": 0.767578125}, {"start": 2178.08, "end": 2178.3, "word": " an", "probability": 0.87060546875}, {"start": 2178.3, "end": 2178.7, "word": " event", "probability": 0.85400390625}, {"start": 2178.7, "end": 2179.38, "word": " for", "probability": 0.63818359375}, {"start": 2179.38, "end": 2179.64, "word": " each", "probability": 0.75830078125}, {"start": 2179.64, "end": 2179.86, "word": " one", "probability": 0.53955078125}, {"start": 2179.86, "end": 2179.98, "word": " of", "probability": 0.9208984375}, {"start": 2179.98, "end": 2180.6, "word": " them.", "probability": 0.88330078125}, {"start": 2180.92, "end": 2181.16, "word": " Come", "probability": 0.568359375}, {"start": 2181.16, "end": 2181.36, "word": " to", "probability": 0.759765625}, {"start": 2181.36, "end": 2181.74, "word": " the", "probability": 0.845703125}, {"start": 2181.74, "end": 2182.08, "word": " sound", "probability": 0.63720703125}, {"start": 2182.08, "end": 2183.78, "word": " and", "probability": 0.317626953125}, {"start": 2183.78, "end": 2184.04, "word": " say", "probability": 0.591796875}, {"start": 2184.04, "end": 2185.46, "word": " sit", "probability": 0.1654052734375}, {"start": 2185.46, "end": 2186.04, "word": " on", "probability": 0.74853515625}, {"start": 2186.04, "end": 2187.14, "word": " complete", "probability": 0.66162109375}, {"start": 2187.14, "end": 2193.44, "word": " listener.", "probability": 0.148681640625}, {"start": 2193.64, "end": 2193.76, "word": " What", "probability": 0.39794921875}, {"start": 2193.76, "end": 2193.76, "word": " does", "probability": 0.78125}, {"start": 2193.76, "end": 2194.92, "word": " it", "probability": 0.4814453125}, {"start": 2194.92, "end": 2195.16, "word": " mean?", "probability": 0.9521484375}, {"start": 2195.64, "end": 2195.8, "word": " Let's", "probability": 0.4891357421875}, {"start": 2195.8, "end": 2196.08, "word": " hear", "probability": 0.6181640625}, {"start": 2196.08, "end": 2196.96, "word": " it.", "probability": 0.61328125}, {"start": 2197.06, "end": 2197.36, "word": " On", "probability": 0.517578125}, {"start": 2197.36, "end": 2197.9, "word": " completion", "probability": 0.75341796875}, {"start": 2197.9, "end": 2198.38, "word": " listener.", "probability": 0.7958984375}, {"start": 2198.52, "end": 2198.86, "word": " What", "probability": 0.196533203125}, {"start": 2198.86, "end": 2198.92, "word": " does", "probability": 0.47314453125}, {"start": 2198.92, "end": 2199.88, "word": " it", "probability": 0.7626953125}, {"start": 2199.88, "end": 2199.88, "word": " mean", "probability": 0.9267578125}, {"start": 2199.88, "end": 2200.0, "word": " when", "probability": 0.369873046875}, {"start": 2200.0, "end": 2200.16, "word": " he", "probability": 0.474609375}, {"start": 2200.16, "end": 2200.44, "word": " finishes?", "probability": 0.771484375}], "temperature": 1.0}, {"id": 85, "seek": 223211, "start": 2202.61, "end": 2232.11, "text": " And here I say on new on completion listener. It made the clap sound. For this and for the second one, it is the same thing. What action do we do? We answer the second question. And this one is also set on completion listener, new on completion listener. Load next question.", "tokens": [400, 510, 286, 584, 322, 777, 322, 19372, 31569, 13, 467, 1027, 264, 20760, 1626, 13, 1171, 341, 293, 337, 264, 1150, 472, 11, 309, 307, 264, 912, 551, 13, 708, 3069, 360, 321, 360, 30, 492, 1867, 264, 1150, 1168, 13, 400, 341, 472, 307, 611, 992, 322, 19372, 31569, 11, 777, 322, 19372, 31569, 13, 48408, 958, 1168, 13], "avg_logprob": -0.4818548507267429, "compression_ratio": 1.729559748427673, "no_speech_prob": 0.0, "words": [{"start": 2202.61, "end": 2202.83, "word": " And", "probability": 0.31494140625}, {"start": 2202.83, "end": 2202.97, "word": " here", "probability": 0.31884765625}, {"start": 2202.97, "end": 2203.07, "word": " I", "probability": 0.8759765625}, {"start": 2203.07, "end": 2203.23, "word": " say", "probability": 0.492919921875}, {"start": 2203.23, "end": 2203.61, "word": " on", "probability": 0.46826171875}, {"start": 2203.61, "end": 2205.03, "word": " new", "probability": 0.381103515625}, {"start": 2205.03, "end": 2205.33, "word": " on", "probability": 0.8193359375}, {"start": 2205.33, "end": 2205.91, "word": " completion", "probability": 0.966796875}, {"start": 2205.91, "end": 2208.41, "word": " listener.", "probability": 0.7431640625}, {"start": 2208.71, "end": 2209.19, "word": " It", "probability": 0.170654296875}, {"start": 2209.19, "end": 2209.29, "word": " made", "probability": 0.25048828125}, {"start": 2209.29, "end": 2210.09, "word": " the", "probability": 0.69677734375}, {"start": 2210.09, "end": 2210.43, "word": " clap", "probability": 0.578125}, {"start": 2210.43, "end": 2210.43, "word": " sound.", "probability": 0.81884765625}, {"start": 2212.13, "end": 2212.39, "word": " For", "probability": 0.415283203125}, {"start": 2212.39, "end": 2212.67, "word": " this", "probability": 0.82177734375}, {"start": 2212.67, "end": 2212.83, "word": " and", "probability": 0.62451171875}, {"start": 2212.83, "end": 2212.95, "word": " for", "probability": 0.274169921875}, {"start": 2212.95, "end": 2213.03, "word": " the", "probability": 0.71435546875}, {"start": 2213.03, "end": 2213.21, "word": " second", "probability": 0.404541015625}, {"start": 2213.21, "end": 2213.37, "word": " one,", "probability": 0.568359375}, {"start": 2213.79, "end": 2213.99, "word": " it", "probability": 0.626953125}, {"start": 2213.99, "end": 2214.21, "word": " is", "probability": 0.55419921875}, {"start": 2214.21, "end": 2214.37, "word": " the", "probability": 0.7802734375}, {"start": 2214.37, "end": 2214.45, "word": " same", "probability": 0.904296875}, {"start": 2214.45, "end": 2214.87, "word": " thing.", "probability": 0.68896484375}, {"start": 2215.31, "end": 2215.87, "word": " What", "probability": 0.50244140625}, {"start": 2215.87, "end": 2216.57, "word": " action", "probability": 0.71923828125}, {"start": 2216.57, "end": 2216.71, "word": " do", "probability": 0.455810546875}, {"start": 2216.71, "end": 2216.77, "word": " we", "probability": 0.94287109375}, {"start": 2216.77, "end": 2217.03, "word": " do?", "probability": 0.55224609375}, {"start": 2217.91, "end": 2218.57, "word": " We", "probability": 0.442138671875}, {"start": 2218.57, "end": 2218.77, "word": " answer", "probability": 0.63037109375}, {"start": 2218.77, "end": 2219.19, "word": " the", "probability": 0.86572265625}, {"start": 2219.19, "end": 2219.39, "word": " second", "probability": 0.8603515625}, {"start": 2219.39, "end": 2219.39, "word": " question.", "probability": 0.92431640625}, {"start": 2219.87, "end": 2220.01, "word": " And", "probability": 0.7666015625}, {"start": 2220.01, "end": 2220.19, "word": " this", "probability": 0.6259765625}, {"start": 2220.19, "end": 2220.27, "word": " one", "probability": 0.43994140625}, {"start": 2220.27, "end": 2220.49, "word": " is", "probability": 0.42138671875}, {"start": 2220.49, "end": 2220.49, "word": " also", "probability": 0.61669921875}, {"start": 2220.49, "end": 2220.83, "word": " set", "probability": 0.61865234375}, {"start": 2220.83, "end": 2221.33, "word": " on", "probability": 0.90185546875}, {"start": 2221.33, "end": 2222.41, "word": " completion", "probability": 0.87109375}, {"start": 2222.41, "end": 2222.89, "word": " listener,", "probability": 0.8671875}, {"start": 2223.37, "end": 2223.69, "word": " new", "probability": 0.83740234375}, {"start": 2223.69, "end": 2224.25, "word": " on", "probability": 0.951171875}, {"start": 2224.25, "end": 2225.69, "word": " completion", "probability": 0.9013671875}, {"start": 2225.69, "end": 2227.07, "word": " listener.", "probability": 0.87060546875}, {"start": 2229.75, "end": 2230.41, "word": " Load", "probability": 0.78515625}, {"start": 2230.41, "end": 2231.65, "word": " next", "probability": 0.767578125}, {"start": 2231.65, "end": 2232.11, "word": " question.", "probability": 0.93359375}], "temperature": 1.0}, {"id": 86, "seek": 226017, "start": 2235.36, "end": 2260.18, "text": " And the second one is the same thing. So now, every time this media player starts working on it, as soon as it finishes, it will load the next question. Let's try it. No, because it keeps removing the question.", "tokens": [400, 264, 1150, 472, 307, 264, 912, 551, 13, 407, 586, 11, 633, 565, 341, 3021, 4256, 3719, 1364, 322, 309, 11, 382, 2321, 382, 309, 23615, 11, 309, 486, 3677, 264, 958, 1168, 13, 961, 311, 853, 309, 13, 883, 11, 570, 309, 5965, 12720, 264, 1168, 13], "avg_logprob": -0.49312501311302187, "compression_ratio": 1.4161073825503356, "no_speech_prob": 0.0, "words": [{"start": 2235.36, "end": 2235.58, "word": " And", "probability": 0.179931640625}, {"start": 2235.58, "end": 2235.72, "word": " the", "probability": 0.72802734375}, {"start": 2235.72, "end": 2235.86, "word": " second", "probability": 0.5361328125}, {"start": 2235.86, "end": 2235.96, "word": " one", "probability": 0.60205078125}, {"start": 2235.96, "end": 2235.96, "word": " is", "probability": 0.7294921875}, {"start": 2235.96, "end": 2236.16, "word": " the", "probability": 0.79296875}, {"start": 2236.16, "end": 2236.16, "word": " same", "probability": 0.90087890625}, {"start": 2236.16, "end": 2236.5, "word": " thing.", "probability": 0.34130859375}, {"start": 2237.12, "end": 2237.68, "word": " So", "probability": 0.5576171875}, {"start": 2237.68, "end": 2237.9, "word": " now,", "probability": 0.59521484375}, {"start": 2237.96, "end": 2238.3, "word": " every", "probability": 0.36669921875}, {"start": 2238.3, "end": 2238.62, "word": " time", "probability": 0.86865234375}, {"start": 2238.62, "end": 2239.4, "word": " this", "probability": 0.60791015625}, {"start": 2239.4, "end": 2239.66, "word": " media", "probability": 0.779296875}, {"start": 2239.66, "end": 2240.02, "word": " player", "probability": 0.94189453125}, {"start": 2240.02, "end": 2240.02, "word": " starts", "probability": 0.25634765625}, {"start": 2240.02, "end": 2240.02, "word": " working", "probability": 0.333984375}, {"start": 2240.02, "end": 2240.28, "word": " on", "probability": 0.630859375}, {"start": 2240.28, "end": 2240.28, "word": " it,", "probability": 0.63037109375}, {"start": 2240.56, "end": 2240.64, "word": " as", "probability": 0.23291015625}, {"start": 2240.64, "end": 2241.4, "word": " soon", "probability": 0.95263671875}, {"start": 2241.4, "end": 2241.5, "word": " as", "probability": 0.96923828125}, {"start": 2241.5, "end": 2241.62, "word": " it", "probability": 0.876953125}, {"start": 2241.62, "end": 2241.86, "word": " finishes,", "probability": 0.79833984375}, {"start": 2242.04, "end": 2242.14, "word": " it", "probability": 0.8896484375}, {"start": 2242.14, "end": 2242.22, "word": " will", "probability": 0.408203125}, {"start": 2242.22, "end": 2243.34, "word": " load", "probability": 0.30322265625}, {"start": 2243.34, "end": 2244.1, "word": " the", "probability": 0.4580078125}, {"start": 2244.1, "end": 2244.32, "word": " next", "probability": 0.81396484375}, {"start": 2244.32, "end": 2244.74, "word": " question.", "probability": 0.92236328125}, {"start": 2247.26, "end": 2247.82, "word": " Let's", "probability": 0.74169921875}, {"start": 2247.82, "end": 2248.06, "word": " try", "probability": 0.91015625}, {"start": 2248.06, "end": 2249.36, "word": " it.", "probability": 0.76318359375}, {"start": 2255.66, "end": 2256.22, "word": " No,", "probability": 0.393798828125}, {"start": 2258.0, "end": 2258.68, "word": " because", "probability": 0.85009765625}, {"start": 2258.68, "end": 2258.84, "word": " it", "probability": 0.7529296875}, {"start": 2258.84, "end": 2259.02, "word": " keeps", "probability": 0.21337890625}, {"start": 2259.02, "end": 2259.5, "word": " removing", "probability": 0.65087890625}, {"start": 2259.5, "end": 2259.86, "word": " the", "probability": 0.5654296875}, {"start": 2259.86, "end": 2260.18, "word": " question.", "probability": 0.88671875}], "temperature": 1.0}, {"id": 87, "seek": 231737, "start": 2291.93, "end": 2317.37, "text": " Of course, this is wrong. It is supposed that when I do back, it does not come out. Okay? Okay, the capital of Palestine is Jerusalem. Of course, now there is no click, right? When it finishes the sound, it is supposed to go to the next question. It will be downloaded to the next one. Any landmark of the civilization that is clearly visible is, for example, Jordan. Of course, its receipt increases.", "tokens": [2720, 1164, 11, 341, 307, 2085, 13, 467, 307, 3442, 300, 562, 286, 360, 646, 11, 309, 775, 406, 808, 484, 13, 1033, 30, 1033, 11, 264, 4238, 295, 33030, 307, 15393, 13, 2720, 1164, 11, 586, 456, 307, 572, 2052, 11, 558, 30, 1133, 309, 23615, 264, 1626, 11, 309, 307, 3442, 281, 352, 281, 264, 958, 1168, 13, 467, 486, 312, 21748, 281, 264, 958, 472, 13, 2639, 26962, 295, 264, 18036, 300, 307, 4448, 8974, 307, 11, 337, 1365, 11, 10979, 13, 2720, 1164, 11, 1080, 33882, 8637, 13], "avg_logprob": -0.46740590756939304, "compression_ratio": 1.6341463414634145, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2291.93, "end": 2292.23, "word": " Of", "probability": 0.342041015625}, {"start": 2292.23, "end": 2292.23, "word": " course,", "probability": 0.9384765625}, {"start": 2292.27, "end": 2292.41, "word": " this", "probability": 0.580078125}, {"start": 2292.41, "end": 2292.43, "word": " is", "probability": 0.88330078125}, {"start": 2292.43, "end": 2292.71, "word": " wrong.", "probability": 0.78173828125}, {"start": 2292.93, "end": 2292.99, "word": " It", "probability": 0.34814453125}, {"start": 2292.99, "end": 2292.99, "word": " is", "probability": 0.345458984375}, {"start": 2292.99, "end": 2293.17, "word": " supposed", "probability": 0.69482421875}, {"start": 2293.17, "end": 2293.35, "word": " that", "probability": 0.422119140625}, {"start": 2293.35, "end": 2293.49, "word": " when", "probability": 0.60107421875}, {"start": 2293.49, "end": 2293.57, "word": " I", "probability": 0.7958984375}, {"start": 2293.57, "end": 2293.69, "word": " do", "probability": 0.216796875}, {"start": 2293.69, "end": 2294.05, "word": " back,", "probability": 0.39453125}, {"start": 2294.93, "end": 2295.03, "word": " it", "probability": 0.78125}, {"start": 2295.03, "end": 2295.07, "word": " does", "probability": 0.369873046875}, {"start": 2295.07, "end": 2295.09, "word": " not", "probability": 0.939453125}, {"start": 2295.09, "end": 2295.23, "word": " come", "probability": 0.258544921875}, {"start": 2295.23, "end": 2295.45, "word": " out.", "probability": 0.71044921875}, {"start": 2295.71, "end": 2295.99, "word": " Okay?", "probability": 0.29931640625}, {"start": 2297.07, "end": 2297.29, "word": " Okay,", "probability": 0.3154296875}, {"start": 2297.45, "end": 2297.49, "word": " the", "probability": 0.2861328125}, {"start": 2297.49, "end": 2297.63, "word": " capital", "probability": 0.86279296875}, {"start": 2297.63, "end": 2297.75, "word": " of", "probability": 0.9541015625}, {"start": 2297.75, "end": 2298.33, "word": " Palestine", "probability": 0.96875}, {"start": 2298.33, "end": 2299.95, "word": " is", "probability": 0.66748046875}, {"start": 2299.95, "end": 2300.31, "word": " Jerusalem.", "probability": 0.8232421875}, {"start": 2301.37, "end": 2301.61, "word": " Of", "probability": 0.8369140625}, {"start": 2301.61, "end": 2301.61, "word": " course,", "probability": 0.9619140625}, {"start": 2301.61, "end": 2301.89, "word": " now", "probability": 0.576171875}, {"start": 2301.89, "end": 2302.21, "word": " there", "probability": 0.78662109375}, {"start": 2302.21, "end": 2302.33, "word": " is", "probability": 0.91015625}, {"start": 2302.33, "end": 2302.41, "word": " no", "probability": 0.93359375}, {"start": 2302.41, "end": 2302.73, "word": " click,", "probability": 0.8759765625}, {"start": 2303.09, "end": 2303.41, "word": " right?", "probability": 0.8427734375}, {"start": 2304.63, "end": 2304.87, "word": " When", "probability": 0.33740234375}, {"start": 2304.87, "end": 2305.11, "word": " it", "probability": 0.20751953125}, {"start": 2305.11, "end": 2305.37, "word": " finishes", "probability": 0.7529296875}, {"start": 2305.37, "end": 2305.51, "word": " the", "probability": 0.60498046875}, {"start": 2305.51, "end": 2305.85, "word": " sound,", "probability": 0.8046875}, {"start": 2306.03, "end": 2306.03, "word": " it", "probability": 0.63232421875}, {"start": 2306.03, "end": 2306.11, "word": " is", "probability": 0.65673828125}, {"start": 2306.11, "end": 2306.31, "word": " supposed", "probability": 0.9072265625}, {"start": 2306.31, "end": 2306.39, "word": " to", "probability": 0.84521484375}, {"start": 2306.39, "end": 2306.51, "word": " go", "probability": 0.63623046875}, {"start": 2306.51, "end": 2306.63, "word": " to", "probability": 0.90625}, {"start": 2306.63, "end": 2306.65, "word": " the", "probability": 0.8486328125}, {"start": 2306.65, "end": 2306.93, "word": " next", "probability": 0.8515625}, {"start": 2306.93, "end": 2307.47, "word": " question.", "probability": 0.9033203125}, {"start": 2308.21, "end": 2308.61, "word": " It", "probability": 0.65283203125}, {"start": 2308.61, "end": 2308.63, "word": " will", "probability": 0.7529296875}, {"start": 2308.63, "end": 2308.69, "word": " be", "probability": 0.3828125}, {"start": 2308.69, "end": 2308.87, "word": " downloaded", "probability": 0.2734375}, {"start": 2308.87, "end": 2309.11, "word": " to", "probability": 0.82861328125}, {"start": 2309.11, "end": 2309.41, "word": " the", "probability": 0.86328125}, {"start": 2309.41, "end": 2309.55, "word": " next", "probability": 0.9306640625}, {"start": 2309.55, "end": 2309.63, "word": " one.", "probability": 0.61865234375}, {"start": 2309.69, "end": 2309.85, "word": " Any", "probability": 0.3935546875}, {"start": 2309.85, "end": 2310.11, "word": " landmark", "probability": 0.182373046875}, {"start": 2310.11, "end": 2310.57, "word": " of", "probability": 0.3203125}, {"start": 2310.57, "end": 2310.63, "word": " the", "probability": 0.64453125}, {"start": 2310.63, "end": 2310.83, "word": " civilization", "probability": 0.331298828125}, {"start": 2310.83, "end": 2311.03, "word": " that", "probability": 0.4638671875}, {"start": 2311.03, "end": 2311.03, "word": " is", "probability": 0.83251953125}, {"start": 2311.03, "end": 2311.19, "word": " clearly", "probability": 0.62060546875}, {"start": 2311.19, "end": 2311.67, "word": " visible", "probability": 0.71728515625}, {"start": 2311.67, "end": 2311.87, "word": " is,", "probability": 0.69189453125}, {"start": 2311.97, "end": 2312.09, "word": " for", "probability": 0.947265625}, {"start": 2312.09, "end": 2312.27, "word": " example,", "probability": 0.9638671875}, {"start": 2313.03, "end": 2313.31, "word": " Jordan.", "probability": 0.8291015625}, {"start": 2315.93, "end": 2316.33, "word": " Of", "probability": 0.93017578125}, {"start": 2316.33, "end": 2316.33, "word": " course,", "probability": 0.9580078125}, {"start": 2316.37, "end": 2316.47, "word": " its", "probability": 0.228759765625}, {"start": 2316.47, "end": 2316.75, "word": " receipt", "probability": 0.449462890625}, {"start": 2316.75, "end": 2317.37, "word": " increases.", "probability": 0.568359375}], "temperature": 1.0}, {"id": 88, "seek": 234538, "start": 2319.44, "end": 2345.38, "text": " Exactly, but when he answers incorrectly, like when he answers correctly and the receipt increases No, the receipt will not increase, it depends on how much the receipt is Yes, this is incorrect, this is in Saudi Arabia, okay? He did not do anything, right? Let's move on to the next question Okay, why doesn't he stop in front of me? Why doesn't he, for example, if I answer incorrectly three times, should I tell him ..? This is your job in programming, okay? Put what he has prepared and correct the mistakes", "tokens": [2111, 46831, 11, 457, 562, 415, 6338, 42892, 11, 411, 562, 415, 6338, 8944, 293, 264, 33882, 8637, 883, 11, 264, 33882, 486, 406, 3488, 11, 309, 5946, 322, 577, 709, 264, 33882, 307, 1079, 11, 341, 307, 18424, 11, 341, 307, 294, 18121, 21610, 11, 1392, 30, 634, 630, 406, 360, 1340, 11, 558, 30, 961, 311, 1286, 322, 281, 264, 958, 1168, 1033, 11, 983, 1177, 380, 415, 1590, 294, 1868, 295, 385, 30, 1545, 1177, 380, 415, 11, 337, 1365, 11, 498, 286, 1867, 42892, 1045, 1413, 11, 820, 286, 980, 796, 4386, 30, 639, 307, 428, 1691, 294, 9410, 11, 1392, 30, 4935, 437, 415, 575, 4927, 293, 3006, 264, 8038], "avg_logprob": -0.5759698409458687, "compression_ratio": 1.78397212543554, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2319.44, "end": 2319.84, "word": " Exactly,", "probability": 0.417938232421875}, {"start": 2320.06, "end": 2320.12, "word": " but", "probability": 0.216064453125}, {"start": 2320.12, "end": 2320.6, "word": " when", "probability": 0.348876953125}, {"start": 2320.6, "end": 2320.76, "word": " he", "probability": 0.42919921875}, {"start": 2320.76, "end": 2321.04, "word": " answers", "probability": 0.46875}, {"start": 2321.04, "end": 2321.42, "word": " incorrectly,", "probability": 0.49853515625}, {"start": 2321.48, "end": 2321.76, "word": " like", "probability": 0.129150390625}, {"start": 2321.76, "end": 2322.5, "word": " when", "probability": 0.55078125}, {"start": 2322.5, "end": 2322.96, "word": " he", "probability": 0.486328125}, {"start": 2322.96, "end": 2323.18, "word": " answers", "probability": 0.7109375}, {"start": 2323.18, "end": 2323.52, "word": " correctly", "probability": 0.5927734375}, {"start": 2323.52, "end": 2323.68, "word": " and", "probability": 0.40234375}, {"start": 2323.68, "end": 2323.78, "word": " the", "probability": 0.50927734375}, {"start": 2323.78, "end": 2323.9, "word": " receipt", "probability": 0.51708984375}, {"start": 2323.9, "end": 2324.36, "word": " increases", "probability": 0.53076171875}, {"start": 2324.36, "end": 2325.12, "word": " No,", "probability": 0.126708984375}, {"start": 2325.7, "end": 2326.52, "word": " the", "probability": 0.457763671875}, {"start": 2326.52, "end": 2326.72, "word": " receipt", "probability": 0.9541015625}, {"start": 2326.72, "end": 2326.94, "word": " will", "probability": 0.44140625}, {"start": 2326.94, "end": 2326.94, "word": " not", "probability": 0.89404296875}, {"start": 2326.94, "end": 2327.2, "word": " increase,", "probability": 0.830078125}, {"start": 2327.24, "end": 2327.34, "word": " it", "probability": 0.447021484375}, {"start": 2327.34, "end": 2327.5, "word": " depends", "probability": 0.215087890625}, {"start": 2327.5, "end": 2327.76, "word": " on", "probability": 0.8798828125}, {"start": 2327.76, "end": 2327.78, "word": " how", "probability": 0.473876953125}, {"start": 2327.78, "end": 2327.84, "word": " much", "probability": 0.62109375}, {"start": 2327.84, "end": 2327.88, "word": " the", "probability": 0.62890625}, {"start": 2327.88, "end": 2328.1, "word": " receipt", "probability": 0.9365234375}, {"start": 2328.1, "end": 2328.14, "word": " is", "probability": 0.74658203125}, {"start": 2328.14, "end": 2330.86, "word": " Yes,", "probability": 0.1787109375}, {"start": 2331.06, "end": 2331.26, "word": " this", "probability": 0.625}, {"start": 2331.26, "end": 2331.28, "word": " is", "probability": 0.83935546875}, {"start": 2331.28, "end": 2331.54, "word": " incorrect,", "probability": 0.5458984375}, {"start": 2331.62, "end": 2331.82, "word": " this", "probability": 0.69775390625}, {"start": 2331.82, "end": 2331.84, "word": " is", "probability": 0.765625}, {"start": 2331.84, "end": 2331.94, "word": " in", "probability": 0.7841796875}, {"start": 2331.94, "end": 2332.26, "word": " Saudi", "probability": 0.712890625}, {"start": 2332.26, "end": 2332.86, "word": " Arabia,", "probability": 0.53564453125}, {"start": 2333.22, "end": 2333.36, "word": " okay?", "probability": 0.2685546875}, {"start": 2333.54, "end": 2333.56, "word": " He", "probability": 0.2318115234375}, {"start": 2333.56, "end": 2333.64, "word": " did", "probability": 0.49462890625}, {"start": 2333.64, "end": 2333.64, "word": " not", "probability": 0.8193359375}, {"start": 2333.64, "end": 2333.82, "word": " do", "probability": 0.9326171875}, {"start": 2333.82, "end": 2334.16, "word": " anything,", "probability": 0.8544921875}, {"start": 2334.28, "end": 2334.52, "word": " right?", "probability": 0.65185546875}, {"start": 2335.1, "end": 2335.32, "word": " Let's", "probability": 0.5960693359375}, {"start": 2335.32, "end": 2335.52, "word": " move", "probability": 0.355712890625}, {"start": 2335.52, "end": 2335.62, "word": " on", "probability": 0.69677734375}, {"start": 2335.62, "end": 2335.66, "word": " to", "probability": 0.92724609375}, {"start": 2335.66, "end": 2335.7, "word": " the", "probability": 0.9150390625}, {"start": 2335.7, "end": 2335.7, "word": " next", "probability": 0.9130859375}, {"start": 2335.7, "end": 2336.36, "word": " question", "probability": 0.92333984375}, {"start": 2336.36, "end": 2336.9, "word": " Okay,", "probability": 0.29296875}, {"start": 2337.14, "end": 2337.32, "word": " why", "probability": 0.8076171875}, {"start": 2337.32, "end": 2337.42, "word": " doesn't", "probability": 0.6556396484375}, {"start": 2337.42, "end": 2337.48, "word": " he", "probability": 0.89306640625}, {"start": 2337.48, "end": 2337.68, "word": " stop", "probability": 0.82275390625}, {"start": 2337.68, "end": 2337.86, "word": " in", "probability": 0.21728515625}, {"start": 2337.86, "end": 2338.06, "word": " front", "probability": 0.56689453125}, {"start": 2338.06, "end": 2338.1, "word": " of", "probability": 0.86669921875}, {"start": 2338.1, "end": 2338.1, "word": " me?", "probability": 0.362548828125}, {"start": 2338.12, "end": 2338.3, "word": " Why", "probability": 0.54833984375}, {"start": 2338.3, "end": 2338.42, "word": " doesn't", "probability": 0.683837890625}, {"start": 2338.42, "end": 2338.76, "word": " he,", "probability": 0.9013671875}, {"start": 2338.76, "end": 2338.92, "word": " for", "probability": 0.88037109375}, {"start": 2338.92, "end": 2339.06, "word": " example,", "probability": 0.962890625}, {"start": 2339.26, "end": 2339.3, "word": " if", "probability": 0.74609375}, {"start": 2339.3, "end": 2339.66, "word": " I", "probability": 0.857421875}, {"start": 2339.66, "end": 2339.66, "word": " answer", "probability": 0.65478515625}, {"start": 2339.66, "end": 2339.84, "word": " incorrectly", "probability": 0.57373046875}, {"start": 2339.84, "end": 2339.92, "word": " three", "probability": 0.568359375}, {"start": 2339.92, "end": 2340.16, "word": " times,", "probability": 0.9140625}, {"start": 2340.48, "end": 2340.62, "word": " should", "probability": 0.180419921875}, {"start": 2340.62, "end": 2340.62, "word": " I", "probability": 0.90869140625}, {"start": 2340.62, "end": 2340.78, "word": " tell", "probability": 0.47802734375}, {"start": 2340.78, "end": 2341.04, "word": " him", "probability": 0.9306640625}, {"start": 2341.04, "end": 2341.66, "word": " ..?", "probability": 0.2430419921875}, {"start": 2341.68, "end": 2341.88, "word": " This", "probability": 0.736328125}, {"start": 2341.88, "end": 2341.94, "word": " is", "probability": 0.93212890625}, {"start": 2341.94, "end": 2342.16, "word": " your", "probability": 0.83056640625}, {"start": 2342.16, "end": 2342.16, "word": " job", "probability": 0.83447265625}, {"start": 2342.16, "end": 2342.46, "word": " in", "probability": 0.67529296875}, {"start": 2342.46, "end": 2342.8, "word": " programming,", "probability": 0.892578125}, {"start": 2343.44, "end": 2343.68, "word": " okay?", "probability": 0.537109375}, {"start": 2343.9, "end": 2344.1, "word": " Put", "probability": 0.59912109375}, {"start": 2344.1, "end": 2344.28, "word": " what", "probability": 0.5595703125}, {"start": 2344.28, "end": 2344.34, "word": " he", "probability": 0.61279296875}, {"start": 2344.34, "end": 2344.46, "word": " has", "probability": 0.1890869140625}, {"start": 2344.46, "end": 2344.6, "word": " prepared", "probability": 0.703125}, {"start": 2344.6, "end": 2344.78, "word": " and", "probability": 0.7880859375}, {"start": 2344.78, "end": 2344.96, "word": " correct", "probability": 0.55517578125}, {"start": 2344.96, "end": 2345.08, "word": " the", "probability": 0.55810546875}, {"start": 2345.08, "end": 2345.38, "word": " mistakes", "probability": 0.55224609375}], "temperature": 1.0}, {"id": 89, "seek": 236188, "start": 2346.02, "end": 2361.88, "text": " Ok, I did it like this, Shamoon, continue. I make a scenario and I think about it. You want another scenario, try it and do it. What's the counter and I'll do it for you. We said that we are not in a program where viewers get punished. Ok? So you yourself dream and imagine and go.", "tokens": [3477, 11, 286, 630, 309, 411, 341, 11, 1160, 335, 4106, 11, 2354, 13, 286, 652, 257, 9005, 293, 286, 519, 466, 309, 13, 509, 528, 1071, 9005, 11, 853, 309, 293, 360, 309, 13, 708, 311, 264, 5682, 293, 286, 603, 360, 309, 337, 291, 13, 492, 848, 300, 321, 366, 406, 294, 257, 1461, 689, 8499, 483, 22365, 13, 3477, 30, 407, 291, 1803, 3055, 293, 3811, 293, 352, 13], "avg_logprob": -0.6622431376208998, "compression_ratio": 1.461139896373057, "no_speech_prob": 5.602836608886719e-06, "words": [{"start": 2346.02, "end": 2346.38, "word": " Ok,", "probability": 0.08209228515625}, {"start": 2346.7, "end": 2346.88, "word": " I", "probability": 0.58154296875}, {"start": 2346.88, "end": 2347.46, "word": " did", "probability": 0.6123046875}, {"start": 2347.46, "end": 2347.68, "word": " it", "probability": 0.45849609375}, {"start": 2347.68, "end": 2347.68, "word": " like", "probability": 0.364990234375}, {"start": 2347.68, "end": 2347.68, "word": " this,", "probability": 0.4423828125}, {"start": 2347.68, "end": 2347.96, "word": " Shamoon,", "probability": 0.2958170572916667}, {"start": 2348.1, "end": 2348.28, "word": " continue.", "probability": 0.49560546875}, {"start": 2348.72, "end": 2349.08, "word": " I", "probability": 0.533203125}, {"start": 2349.08, "end": 2351.7, "word": " make", "probability": 0.172119140625}, {"start": 2351.7, "end": 2351.92, "word": " a", "probability": 0.583984375}, {"start": 2351.92, "end": 2352.3, "word": " scenario", "probability": 0.9091796875}, {"start": 2352.3, "end": 2352.4, "word": " and", "probability": 0.412353515625}, {"start": 2352.4, "end": 2352.52, "word": " I", "probability": 0.50244140625}, {"start": 2352.52, "end": 2352.78, "word": " think", "probability": 0.771484375}, {"start": 2352.78, "end": 2352.96, "word": " about", "probability": 0.72021484375}, {"start": 2352.96, "end": 2353.08, "word": " it.", "probability": 0.87890625}, {"start": 2353.2, "end": 2353.42, "word": " You", "probability": 0.5595703125}, {"start": 2353.42, "end": 2353.58, "word": " want", "probability": 0.54833984375}, {"start": 2353.58, "end": 2353.72, "word": " another", "probability": 0.7001953125}, {"start": 2353.72, "end": 2353.96, "word": " scenario,", "probability": 0.91064453125}, {"start": 2354.2, "end": 2354.4, "word": " try", "probability": 0.65478515625}, {"start": 2354.4, "end": 2354.5, "word": " it", "probability": 0.767578125}, {"start": 2354.5, "end": 2354.52, "word": " and", "probability": 0.355712890625}, {"start": 2354.52, "end": 2354.7, "word": " do", "probability": 0.6220703125}, {"start": 2354.7, "end": 2354.84, "word": " it.", "probability": 0.9462890625}, {"start": 2354.88, "end": 2355.08, "word": " What's", "probability": 0.33624267578125}, {"start": 2355.08, "end": 2355.2, "word": " the", "probability": 0.51123046875}, {"start": 2355.2, "end": 2355.48, "word": " counter", "probability": 0.80615234375}, {"start": 2355.48, "end": 2355.64, "word": " and", "probability": 0.48681640625}, {"start": 2355.64, "end": 2355.72, "word": " I'll", "probability": 0.6148681640625}, {"start": 2355.72, "end": 2355.86, "word": " do", "probability": 0.52978515625}, {"start": 2355.86, "end": 2356.0, "word": " it", "probability": 0.90673828125}, {"start": 2356.0, "end": 2356.02, "word": " for", "probability": 0.5302734375}, {"start": 2356.02, "end": 2356.04, "word": " you.", "probability": 0.96337890625}, {"start": 2356.14, "end": 2356.26, "word": " We", "probability": 0.736328125}, {"start": 2356.26, "end": 2356.44, "word": " said", "probability": 0.4677734375}, {"start": 2356.44, "end": 2356.58, "word": " that", "probability": 0.47802734375}, {"start": 2356.58, "end": 2356.76, "word": " we", "probability": 0.91357421875}, {"start": 2356.76, "end": 2356.82, "word": " are", "probability": 0.62158203125}, {"start": 2356.82, "end": 2356.92, "word": " not", "probability": 0.9345703125}, {"start": 2356.92, "end": 2357.02, "word": " in", "probability": 0.791015625}, {"start": 2357.02, "end": 2357.12, "word": " a", "probability": 0.736328125}, {"start": 2357.12, "end": 2357.34, "word": " program", "probability": 0.5615234375}, {"start": 2357.34, "end": 2357.5, "word": " where", "probability": 0.1798095703125}, {"start": 2357.5, "end": 2357.58, "word": " viewers", "probability": 0.486328125}, {"start": 2357.58, "end": 2357.58, "word": " get", "probability": 0.11810302734375}, {"start": 2357.58, "end": 2358.14, "word": " punished.", "probability": 0.822265625}, {"start": 2358.9, "end": 2359.2, "word": " Ok?", "probability": 0.5703125}, {"start": 2360.16, "end": 2360.28, "word": " So", "probability": 0.466552734375}, {"start": 2360.28, "end": 2360.48, "word": " you", "probability": 0.401123046875}, {"start": 2360.48, "end": 2360.78, "word": " yourself", "probability": 0.165283203125}, {"start": 2360.78, "end": 2361.1, "word": " dream", "probability": 0.5927734375}, {"start": 2361.1, "end": 2361.28, "word": " and", "probability": 0.65380859375}, {"start": 2361.28, "end": 2361.58, "word": " imagine", "probability": 0.888671875}, {"start": 2361.58, "end": 2361.76, "word": " and", "probability": 0.8134765625}, {"start": 2361.76, "end": 2361.88, "word": " go.", "probability": 0.62744140625}], "temperature": 1.0}, {"id": 90, "seek": 239002, "start": 2364.86, "end": 2390.02, "text": " If you take responsibility for this program, you go home, fix it, change the questions in it, prepare it, change its design, and upload it to the store as if you did it. Create apps so that at the end of the day, you still have the apps. So that when you download the Android job, you can present your apps and say, this is what I did to get a job.", "tokens": [759, 291, 747, 6357, 337, 341, 1461, 11, 291, 352, 1280, 11, 3191, 309, 11, 1319, 264, 1651, 294, 309, 11, 5940, 309, 11, 1319, 1080, 1715, 11, 293, 6580, 309, 281, 264, 3531, 382, 498, 291, 630, 309, 13, 20248, 7733, 370, 300, 412, 264, 917, 295, 264, 786, 11, 291, 920, 362, 264, 7733, 13, 407, 300, 562, 291, 5484, 264, 8853, 1691, 11, 291, 393, 1974, 428, 7733, 293, 584, 11, 341, 307, 437, 286, 630, 281, 483, 257, 1691, 13], "avg_logprob": -0.5617646834429573, "compression_ratio": 1.6384976525821595, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2364.86, "end": 2365.34, "word": " If", "probability": 0.442626953125}, {"start": 2365.34, "end": 2365.82, "word": " you", "probability": 0.9365234375}, {"start": 2365.82, "end": 2365.96, "word": " take", "probability": 0.22216796875}, {"start": 2365.96, "end": 2366.76, "word": " responsibility", "probability": 0.435546875}, {"start": 2366.76, "end": 2367.74, "word": " for", "probability": 0.355712890625}, {"start": 2367.74, "end": 2367.74, "word": " this", "probability": 0.20068359375}, {"start": 2367.74, "end": 2368.24, "word": " program,", "probability": 0.350830078125}, {"start": 2368.5, "end": 2368.5, "word": " you", "probability": 0.5390625}, {"start": 2368.5, "end": 2369.26, "word": " go", "probability": 0.486572265625}, {"start": 2369.26, "end": 2369.68, "word": " home,", "probability": 0.73046875}, {"start": 2369.82, "end": 2370.16, "word": " fix", "probability": 0.2401123046875}, {"start": 2370.16, "end": 2370.44, "word": " it,", "probability": 0.892578125}, {"start": 2371.28, "end": 2371.68, "word": " change", "probability": 0.62158203125}, {"start": 2371.68, "end": 2371.82, "word": " the", "probability": 0.5078125}, {"start": 2371.82, "end": 2372.06, "word": " questions", "probability": 0.56884765625}, {"start": 2372.06, "end": 2372.32, "word": " in", "probability": 0.1495361328125}, {"start": 2372.32, "end": 2372.62, "word": " it,", "probability": 0.89013671875}, {"start": 2372.96, "end": 2373.32, "word": " prepare", "probability": 0.54296875}, {"start": 2373.32, "end": 2373.62, "word": " it,", "probability": 0.90625}, {"start": 2373.7, "end": 2373.98, "word": " change", "probability": 0.6474609375}, {"start": 2373.98, "end": 2374.1, "word": " its", "probability": 0.472900390625}, {"start": 2374.1, "end": 2374.48, "word": " design,", "probability": 0.88916015625}, {"start": 2375.32, "end": 2375.4, "word": " and", "probability": 0.4306640625}, {"start": 2375.4, "end": 2375.56, "word": " upload", "probability": 0.50390625}, {"start": 2375.56, "end": 2375.78, "word": " it", "probability": 0.9326171875}, {"start": 2375.78, "end": 2375.92, "word": " to", "probability": 0.362060546875}, {"start": 2375.92, "end": 2376.14, "word": " the", "probability": 0.78662109375}, {"start": 2376.14, "end": 2377.24, "word": " store", "probability": 0.56982421875}, {"start": 2377.24, "end": 2377.48, "word": " as", "probability": 0.433349609375}, {"start": 2377.48, "end": 2377.66, "word": " if", "probability": 0.8896484375}, {"start": 2377.66, "end": 2377.88, "word": " you", "probability": 0.751953125}, {"start": 2377.88, "end": 2378.08, "word": " did", "probability": 0.4912109375}, {"start": 2378.08, "end": 2378.36, "word": " it.", "probability": 0.771484375}, {"start": 2378.8, "end": 2379.12, "word": " Create", "probability": 0.71044921875}, {"start": 2379.12, "end": 2379.78, "word": " apps", "probability": 0.50439453125}, {"start": 2379.78, "end": 2379.96, "word": " so", "probability": 0.484130859375}, {"start": 2379.96, "end": 2380.14, "word": " that", "probability": 0.7578125}, {"start": 2380.14, "end": 2380.14, "word": " at", "probability": 0.45361328125}, {"start": 2380.14, "end": 2380.26, "word": " the", "probability": 0.93017578125}, {"start": 2380.26, "end": 2380.38, "word": " end", "probability": 0.927734375}, {"start": 2380.38, "end": 2380.46, "word": " of", "probability": 0.9345703125}, {"start": 2380.46, "end": 2380.54, "word": " the", "probability": 0.8115234375}, {"start": 2380.54, "end": 2380.68, "word": " day,", "probability": 0.6640625}, {"start": 2380.82, "end": 2381.28, "word": " you", "probability": 0.85888671875}, {"start": 2381.28, "end": 2381.62, "word": " still", "probability": 0.457275390625}, {"start": 2381.62, "end": 2381.72, "word": " have", "probability": 0.91943359375}, {"start": 2381.72, "end": 2381.92, "word": " the", "probability": 0.194580078125}, {"start": 2381.92, "end": 2382.36, "word": " apps.", "probability": 0.421875}, {"start": 2382.76, "end": 2382.92, "word": " So", "probability": 0.6376953125}, {"start": 2382.92, "end": 2383.04, "word": " that", "probability": 0.7578125}, {"start": 2383.04, "end": 2383.08, "word": " when", "probability": 0.91943359375}, {"start": 2383.08, "end": 2383.24, "word": " you", "probability": 0.9287109375}, {"start": 2383.24, "end": 2383.42, "word": " download", "probability": 0.74658203125}, {"start": 2383.42, "end": 2384.22, "word": " the", "probability": 0.28955078125}, {"start": 2384.22, "end": 2384.22, "word": " Android", "probability": 0.64599609375}, {"start": 2384.22, "end": 2384.22, "word": " job,", "probability": 0.388916015625}, {"start": 2385.34, "end": 2385.94, "word": " you", "probability": 0.27001953125}, {"start": 2385.94, "end": 2386.06, "word": " can", "probability": 0.401611328125}, {"start": 2386.06, "end": 2386.22, "word": " present", "probability": 0.27587890625}, {"start": 2386.22, "end": 2386.38, "word": " your", "probability": 0.354736328125}, {"start": 2386.38, "end": 2386.9, "word": " apps", "probability": 0.71533203125}, {"start": 2386.9, "end": 2387.22, "word": " and", "probability": 0.37451171875}, {"start": 2387.22, "end": 2387.22, "word": " say,", "probability": 0.51806640625}, {"start": 2387.22, "end": 2388.32, "word": " this", "probability": 0.1585693359375}, {"start": 2388.32, "end": 2388.36, "word": " is", "probability": 0.94287109375}, {"start": 2388.36, "end": 2388.42, "word": " what", "probability": 0.93212890625}, {"start": 2388.42, "end": 2388.46, "word": " I", "probability": 0.9140625}, {"start": 2388.46, "end": 2388.7, "word": " did", "probability": 0.7119140625}, {"start": 2388.7, "end": 2389.34, "word": " to", "probability": 0.426025390625}, {"start": 2389.34, "end": 2389.56, "word": " get", "probability": 0.81396484375}, {"start": 2389.56, "end": 2389.74, "word": " a", "probability": 0.673828125}, {"start": 2389.74, "end": 2390.02, "word": " job.", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 91, "seek": 242098, "start": 2393.13, "end": 2420.99, "text": " We are shortening the way for you We are shortening the way for you There are people who finish 4 years and don't know Android You go and take a full course and after two years you learn You are still in the second year From this gate it is supposed that at the end of the year if you are smart you will find something for you Okay, from this gate there is not much time left I don't know if we can start with the next one Okay, let's start with the introduction for the next one We want to make the timer", "tokens": [492, 366, 2099, 4559, 264, 636, 337, 291, 492, 366, 2099, 4559, 264, 636, 337, 291, 821, 366, 561, 567, 2413, 1017, 924, 293, 500, 380, 458, 8853, 509, 352, 293, 747, 257, 1577, 1164, 293, 934, 732, 924, 291, 1466, 509, 366, 920, 294, 264, 1150, 1064, 3358, 341, 8539, 309, 307, 3442, 300, 412, 264, 917, 295, 264, 1064, 498, 291, 366, 4069, 291, 486, 915, 746, 337, 291, 1033, 11, 490, 341, 8539, 456, 307, 406, 709, 565, 1411, 286, 500, 380, 458, 498, 321, 393, 722, 365, 264, 958, 472, 1033, 11, 718, 311, 722, 365, 264, 9339, 337, 264, 958, 472, 492, 528, 281, 652, 264, 19247], "avg_logprob": -0.5730088495575221, "compression_ratio": 1.8810408921933086, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2393.13, "end": 2393.37, "word": " We", "probability": 0.4091796875}, {"start": 2393.37, "end": 2393.51, "word": " are", "probability": 0.2489013671875}, {"start": 2393.51, "end": 2393.83, "word": " shortening", "probability": 0.58935546875}, {"start": 2393.83, "end": 2394.11, "word": " the", "probability": 0.41259765625}, {"start": 2394.11, "end": 2394.35, "word": " way", "probability": 0.48046875}, {"start": 2394.35, "end": 2394.37, "word": " for", "probability": 0.294189453125}, {"start": 2394.37, "end": 2394.37, "word": " you", "probability": 0.8466796875}, {"start": 2394.37, "end": 2395.07, "word": " We", "probability": 0.11962890625}, {"start": 2395.07, "end": 2395.23, "word": " are", "probability": 0.6708984375}, {"start": 2395.23, "end": 2395.49, "word": " shortening", "probability": 0.918701171875}, {"start": 2395.49, "end": 2395.67, "word": " the", "probability": 0.2227783203125}, {"start": 2395.67, "end": 2395.67, "word": " way", "probability": 0.689453125}, {"start": 2395.67, "end": 2395.67, "word": " for", "probability": 0.342041015625}, {"start": 2395.67, "end": 2395.85, "word": " you", "probability": 0.89599609375}, {"start": 2395.85, "end": 2396.07, "word": " There", "probability": 0.28271484375}, {"start": 2396.07, "end": 2396.17, "word": " are", "probability": 0.890625}, {"start": 2396.17, "end": 2396.37, "word": " people", "probability": 0.74267578125}, {"start": 2396.37, "end": 2396.51, "word": " who", "probability": 0.60595703125}, {"start": 2396.51, "end": 2396.73, "word": " finish", "probability": 0.38916015625}, {"start": 2396.73, "end": 2397.01, "word": " 4", "probability": 0.321533203125}, {"start": 2397.01, "end": 2397.27, "word": " years", "probability": 0.8935546875}, {"start": 2397.27, "end": 2397.35, "word": " and", "probability": 0.32373046875}, {"start": 2397.35, "end": 2397.51, "word": " don't", "probability": 0.622314453125}, {"start": 2397.51, "end": 2397.71, "word": " know", "probability": 0.81787109375}, {"start": 2397.71, "end": 2398.11, "word": " Android", "probability": 0.46044921875}, {"start": 2398.11, "end": 2398.23, "word": " You", "probability": 0.379150390625}, {"start": 2398.23, "end": 2398.41, "word": " go", "probability": 0.415283203125}, {"start": 2398.41, "end": 2398.49, "word": " and", "probability": 0.315673828125}, {"start": 2398.49, "end": 2398.65, "word": " take", "probability": 0.7216796875}, {"start": 2398.65, "end": 2399.35, "word": " a", "probability": 0.83056640625}, {"start": 2399.35, "end": 2399.73, "word": " full", "probability": 0.69677734375}, {"start": 2399.73, "end": 2399.73, "word": " course", "probability": 0.93017578125}, {"start": 2399.73, "end": 2400.31, "word": " and", "probability": 0.1229248046875}, {"start": 2400.31, "end": 2400.47, "word": " after", "probability": 0.1697998046875}, {"start": 2400.47, "end": 2400.73, "word": " two", "probability": 0.35986328125}, {"start": 2400.73, "end": 2400.99, "word": " years", "probability": 0.92138671875}, {"start": 2400.99, "end": 2401.09, "word": " you", "probability": 0.78173828125}, {"start": 2401.09, "end": 2401.41, "word": " learn", "probability": 0.64404296875}, {"start": 2401.41, "end": 2403.27, "word": " You", "probability": 0.377685546875}, {"start": 2403.27, "end": 2403.41, "word": " are", "probability": 0.5146484375}, {"start": 2403.41, "end": 2403.53, "word": " still", "probability": 0.546875}, {"start": 2403.53, "end": 2403.63, "word": " in", "probability": 0.6875}, {"start": 2403.63, "end": 2403.91, "word": " the", "probability": 0.65771484375}, {"start": 2403.91, "end": 2404.05, "word": " second", "probability": 0.68359375}, {"start": 2404.05, "end": 2404.09, "word": " year", "probability": 0.92041015625}, {"start": 2404.09, "end": 2405.67, "word": " From", "probability": 0.285400390625}, {"start": 2405.67, "end": 2405.83, "word": " this", "probability": 0.4228515625}, {"start": 2405.83, "end": 2405.99, "word": " gate", "probability": 0.311767578125}, {"start": 2405.99, "end": 2406.09, "word": " it", "probability": 0.3017578125}, {"start": 2406.09, "end": 2406.13, "word": " is", "probability": 0.69287109375}, {"start": 2406.13, "end": 2406.31, "word": " supposed", "probability": 0.7880859375}, {"start": 2406.31, "end": 2406.77, "word": " that", "probability": 0.487548828125}, {"start": 2406.77, "end": 2407.35, "word": " at", "probability": 0.193115234375}, {"start": 2407.35, "end": 2407.47, "word": " the", "probability": 0.9228515625}, {"start": 2407.47, "end": 2407.57, "word": " end", "probability": 0.90771484375}, {"start": 2407.57, "end": 2407.67, "word": " of", "probability": 0.9619140625}, {"start": 2407.67, "end": 2407.73, "word": " the", "probability": 0.810546875}, {"start": 2407.73, "end": 2407.89, "word": " year", "probability": 0.89990234375}, {"start": 2407.89, "end": 2407.97, "word": " if", "probability": 0.373291015625}, {"start": 2407.97, "end": 2408.13, "word": " you", "probability": 0.9609375}, {"start": 2408.13, "end": 2408.37, "word": " are", "probability": 0.8056640625}, {"start": 2408.37, "end": 2408.37, "word": " smart", "probability": 0.346923828125}, {"start": 2408.37, "end": 2408.55, "word": " you", "probability": 0.6767578125}, {"start": 2408.55, "end": 2408.61, "word": " will", "probability": 0.599609375}, {"start": 2408.61, "end": 2408.73, "word": " find", "probability": 0.8212890625}, {"start": 2408.73, "end": 2409.07, "word": " something", "probability": 0.5693359375}, {"start": 2409.07, "end": 2410.27, "word": " for", "probability": 0.454833984375}, {"start": 2410.27, "end": 2410.77, "word": " you", "probability": 0.92431640625}, {"start": 2410.77, "end": 2411.59, "word": " Okay,", "probability": 0.26953125}, {"start": 2411.85, "end": 2412.01, "word": " from", "probability": 0.282470703125}, {"start": 2412.01, "end": 2412.07, "word": " this", "probability": 0.90576171875}, {"start": 2412.07, "end": 2412.33, "word": " gate", "probability": 0.95263671875}, {"start": 2412.33, "end": 2412.87, "word": " there", "probability": 0.34716796875}, {"start": 2412.87, "end": 2412.95, "word": " is", "probability": 0.78173828125}, {"start": 2412.95, "end": 2412.95, "word": " not", "probability": 0.8740234375}, {"start": 2412.95, "end": 2413.23, "word": " much", "probability": 0.8408203125}, {"start": 2413.23, "end": 2413.37, "word": " time", "probability": 0.88720703125}, {"start": 2413.37, "end": 2413.85, "word": " left", "probability": 0.8564453125}, {"start": 2413.85, "end": 2414.05, "word": " I", "probability": 0.47412109375}, {"start": 2414.05, "end": 2414.09, "word": " don't", "probability": 0.88671875}, {"start": 2414.09, "end": 2414.25, "word": " know", "probability": 0.89453125}, {"start": 2414.25, "end": 2414.33, "word": " if", "probability": 0.7666015625}, {"start": 2414.33, "end": 2414.41, "word": " we", "probability": 0.86572265625}, {"start": 2414.41, "end": 2414.41, "word": " can", "probability": 0.255615234375}, {"start": 2414.41, "end": 2414.57, "word": " start", "probability": 0.779296875}, {"start": 2414.57, "end": 2414.69, "word": " with", "probability": 0.383056640625}, {"start": 2414.69, "end": 2414.79, "word": " the", "probability": 0.8076171875}, {"start": 2414.79, "end": 2414.97, "word": " next", "probability": 0.91943359375}, {"start": 2414.97, "end": 2415.21, "word": " one", "probability": 0.61181640625}, {"start": 2415.21, "end": 2417.01, "word": " Okay,", "probability": 0.2354736328125}, {"start": 2417.55, "end": 2418.01, "word": " let's", "probability": 0.883056640625}, {"start": 2418.01, "end": 2418.61, "word": " start", "probability": 0.8466796875}, {"start": 2418.61, "end": 2418.71, "word": " with", "probability": 0.6044921875}, {"start": 2418.71, "end": 2418.79, "word": " the", "probability": 0.830078125}, {"start": 2418.79, "end": 2418.95, "word": " introduction", "probability": 0.179443359375}, {"start": 2418.95, "end": 2419.13, "word": " for", "probability": 0.4384765625}, {"start": 2419.13, "end": 2419.23, "word": " the", "probability": 0.853515625}, {"start": 2419.23, "end": 2419.41, "word": " next", "probability": 0.92138671875}, {"start": 2419.41, "end": 2419.59, "word": " one", "probability": 0.8046875}, {"start": 2419.59, "end": 2419.83, "word": " We", "probability": 0.70263671875}, {"start": 2419.83, "end": 2419.95, "word": " want", "probability": 0.463623046875}, {"start": 2419.95, "end": 2420.17, "word": " to", "probability": 0.97021484375}, {"start": 2420.17, "end": 2420.37, "word": " make", "probability": 0.63916015625}, {"start": 2420.37, "end": 2420.71, "word": " the", "probability": 0.52490234375}, {"start": 2420.71, "end": 2420.99, "word": " timer", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 92, "seek": 245121, "start": 2421.9, "end": 2451.22, "text": " Ok, this progress bar here, I have a widget that needs to go down here, because if I finish the widget before it answers, it will lose the question. Ok, to understand this, let's forget about the progress bar, let's see how to make a timer in Android. In Android, it's easier than in Java. We leave the main activity because it has a lot of code, and we go to the first activity to try this thing, which is how to make a timer.", "tokens": [3477, 11, 341, 4205, 2159, 510, 11, 286, 362, 257, 34047, 300, 2203, 281, 352, 760, 510, 11, 570, 498, 286, 2413, 264, 34047, 949, 309, 6338, 11, 309, 486, 3624, 264, 1168, 13, 3477, 11, 281, 1223, 341, 11, 718, 311, 2870, 466, 264, 4205, 2159, 11, 718, 311, 536, 577, 281, 652, 257, 19247, 294, 8853, 13, 682, 8853, 11, 309, 311, 3571, 813, 294, 10745, 13, 492, 1856, 264, 2135, 5191, 570, 309, 575, 257, 688, 295, 3089, 11, 293, 321, 352, 281, 264, 700, 5191, 281, 853, 341, 551, 11, 597, 307, 577, 281, 652, 257, 19247, 13], "avg_logprob": -0.5151698924962756, "compression_ratio": 1.7398373983739837, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2421.9, "end": 2422.18, "word": " Ok,", "probability": 0.1197509765625}, {"start": 2422.44, "end": 2422.7, "word": " this", "probability": 0.335205078125}, {"start": 2422.7, "end": 2423.04, "word": " progress", "probability": 0.6962890625}, {"start": 2423.04, "end": 2423.46, "word": " bar", "probability": 0.8662109375}, {"start": 2423.46, "end": 2424.26, "word": " here,", "probability": 0.36572265625}, {"start": 2426.3, "end": 2427.04, "word": " I", "probability": 0.49169921875}, {"start": 2427.04, "end": 2427.24, "word": " have", "probability": 0.748046875}, {"start": 2427.24, "end": 2427.36, "word": " a", "probability": 0.75927734375}, {"start": 2427.36, "end": 2427.6, "word": " widget", "probability": 0.1251220703125}, {"start": 2427.6, "end": 2427.76, "word": " that", "probability": 0.53759765625}, {"start": 2427.76, "end": 2427.9, "word": " needs", "probability": 0.214599609375}, {"start": 2427.9, "end": 2428.92, "word": " to", "probability": 0.943359375}, {"start": 2428.92, "end": 2429.16, "word": " go", "probability": 0.160400390625}, {"start": 2429.16, "end": 2429.22, "word": " down", "probability": 0.71240234375}, {"start": 2429.22, "end": 2429.52, "word": " here,", "probability": 0.62060546875}, {"start": 2429.58, "end": 2429.82, "word": " because", "probability": 0.327880859375}, {"start": 2429.82, "end": 2430.12, "word": " if", "probability": 0.73046875}, {"start": 2430.12, "end": 2430.48, "word": " I", "probability": 0.59619140625}, {"start": 2430.48, "end": 2430.48, "word": " finish", "probability": 0.28125}, {"start": 2430.48, "end": 2430.58, "word": " the", "probability": 0.5849609375}, {"start": 2430.58, "end": 2430.74, "word": " widget", "probability": 0.95947265625}, {"start": 2430.74, "end": 2430.96, "word": " before", "probability": 0.81689453125}, {"start": 2430.96, "end": 2431.14, "word": " it", "probability": 0.41455078125}, {"start": 2431.14, "end": 2431.4, "word": " answers,", "probability": 0.426025390625}, {"start": 2431.6, "end": 2431.78, "word": " it", "probability": 0.82080078125}, {"start": 2431.78, "end": 2431.96, "word": " will", "probability": 0.56103515625}, {"start": 2431.96, "end": 2432.26, "word": " lose", "probability": 0.18603515625}, {"start": 2432.26, "end": 2432.54, "word": " the", "probability": 0.59375}, {"start": 2432.54, "end": 2432.78, "word": " question.", "probability": 0.86376953125}, {"start": 2433.66, "end": 2434.04, "word": " Ok,", "probability": 0.60302734375}, {"start": 2434.12, "end": 2434.3, "word": " to", "probability": 0.63720703125}, {"start": 2434.3, "end": 2434.62, "word": " understand", "probability": 0.70068359375}, {"start": 2434.62, "end": 2434.88, "word": " this,", "probability": 0.85302734375}, {"start": 2434.96, "end": 2435.12, "word": " let's", "probability": 0.653076171875}, {"start": 2435.12, "end": 2435.94, "word": " forget", "probability": 0.2305908203125}, {"start": 2435.94, "end": 2436.06, "word": " about", "probability": 0.5341796875}, {"start": 2436.06, "end": 2436.12, "word": " the", "probability": 0.50634765625}, {"start": 2436.12, "end": 2436.36, "word": " progress", "probability": 0.83251953125}, {"start": 2436.36, "end": 2436.6, "word": " bar,", "probability": 0.91796875}, {"start": 2436.82, "end": 2436.96, "word": " let's", "probability": 0.76953125}, {"start": 2436.96, "end": 2437.1, "word": " see", "probability": 0.73486328125}, {"start": 2437.1, "end": 2437.32, "word": " how", "probability": 0.91455078125}, {"start": 2437.32, "end": 2437.42, "word": " to", "probability": 0.76904296875}, {"start": 2437.42, "end": 2437.52, "word": " make", "probability": 0.5244140625}, {"start": 2437.52, "end": 2437.66, "word": " a", "probability": 0.9091796875}, {"start": 2437.66, "end": 2438.02, "word": " timer", "probability": 0.96533203125}, {"start": 2438.02, "end": 2438.54, "word": " in", "probability": 0.73828125}, {"start": 2438.54, "end": 2438.94, "word": " Android.", "probability": 0.80029296875}, {"start": 2439.8, "end": 2440.1, "word": " In", "probability": 0.471923828125}, {"start": 2440.1, "end": 2440.46, "word": " Android,", "probability": 0.96337890625}, {"start": 2440.58, "end": 2440.62, "word": " it's", "probability": 0.3013916015625}, {"start": 2440.62, "end": 2440.76, "word": " easier", "probability": 0.6533203125}, {"start": 2440.76, "end": 2441.28, "word": " than", "probability": 0.84326171875}, {"start": 2441.28, "end": 2441.44, "word": " in", "probability": 0.3427734375}, {"start": 2441.44, "end": 2441.66, "word": " Java.", "probability": 0.86328125}, {"start": 2441.7, "end": 2442.0, "word": " We", "probability": 0.2484130859375}, {"start": 2442.0, "end": 2443.0, "word": " leave", "probability": 0.494384765625}, {"start": 2443.0, "end": 2443.16, "word": " the", "probability": 0.79931640625}, {"start": 2443.16, "end": 2443.18, "word": " main", "probability": 0.431640625}, {"start": 2443.18, "end": 2444.02, "word": " activity", "probability": 0.91943359375}, {"start": 2444.02, "end": 2444.2, "word": " because", "probability": 0.4658203125}, {"start": 2444.2, "end": 2444.48, "word": " it", "probability": 0.437744140625}, {"start": 2444.48, "end": 2444.48, "word": " has", "probability": 0.7021484375}, {"start": 2444.48, "end": 2444.54, "word": " a", "probability": 0.53564453125}, {"start": 2444.54, "end": 2444.54, "word": " lot", "probability": 0.935546875}, {"start": 2444.54, "end": 2444.54, "word": " of", "probability": 0.9697265625}, {"start": 2444.54, "end": 2444.72, "word": " code,", "probability": 0.794921875}, {"start": 2444.98, "end": 2446.14, "word": " and", "probability": 0.75732421875}, {"start": 2446.14, "end": 2446.34, "word": " we", "probability": 0.60107421875}, {"start": 2446.34, "end": 2446.48, "word": " go", "probability": 0.78955078125}, {"start": 2446.48, "end": 2446.6, "word": " to", "probability": 0.94189453125}, {"start": 2446.6, "end": 2446.68, "word": " the", "probability": 0.86474609375}, {"start": 2446.68, "end": 2446.68, "word": " first", "probability": 0.85400390625}, {"start": 2446.68, "end": 2447.02, "word": " activity", "probability": 0.9658203125}, {"start": 2447.02, "end": 2447.52, "word": " to", "probability": 0.806640625}, {"start": 2447.52, "end": 2447.88, "word": " try", "probability": 0.72509765625}, {"start": 2447.88, "end": 2448.06, "word": " this", "probability": 0.7578125}, {"start": 2448.06, "end": 2448.5, "word": " thing,", "probability": 0.7841796875}, {"start": 2449.24, "end": 2449.34, "word": " which", "probability": 0.71630859375}, {"start": 2449.34, "end": 2449.58, "word": " is", "probability": 0.93603515625}, {"start": 2449.58, "end": 2449.98, "word": " how", "probability": 0.77880859375}, {"start": 2449.98, "end": 2450.1, "word": " to", "probability": 0.9228515625}, {"start": 2450.1, "end": 2450.34, "word": " make", "probability": 0.896484375}, {"start": 2450.34, "end": 2450.96, "word": " a", "probability": 0.91162109375}, {"start": 2450.96, "end": 2451.22, "word": " timer.", "probability": 0.97119140625}], "temperature": 1.0}, {"id": 93, "seek": 247619, "start": 2452.8, "end": 2476.2, "text": "Why did I go to the first activity? Because there is not much code in it. Now, in Android, there is a class called CountDownTimer. Okay? This class exists. I can use it to make a timer.", "tokens": [8429, 630, 286, 352, 281, 264, 700, 5191, 30, 1436, 456, 307, 406, 709, 3089, 294, 309, 13, 823, 11, 294, 8853, 11, 456, 307, 257, 1508, 1219, 5247, 34402, 51, 9713, 13, 1033, 30, 639, 1508, 8198, 13, 286, 393, 764, 309, 281, 652, 257, 19247, 13], "avg_logprob": -0.4837372351665886, "compression_ratio": 1.2847222222222223, "no_speech_prob": 0.0, "words": [{"start": 2452.8, "end": 2453.28, "word": "Why", "probability": 0.330078125}, {"start": 2453.28, "end": 2453.36, "word": " did", "probability": 0.486572265625}, {"start": 2453.36, "end": 2453.44, "word": " I", "probability": 0.9609375}, {"start": 2453.44, "end": 2453.54, "word": " go", "probability": 0.23828125}, {"start": 2453.54, "end": 2453.7, "word": " to", "probability": 0.73583984375}, {"start": 2453.7, "end": 2453.76, "word": " the", "probability": 0.7841796875}, {"start": 2453.76, "end": 2453.76, "word": " first", "probability": 0.841796875}, {"start": 2453.76, "end": 2454.08, "word": " activity?", "probability": 0.90576171875}, {"start": 2454.54, "end": 2454.76, "word": " Because", "probability": 0.80810546875}, {"start": 2454.76, "end": 2454.94, "word": " there", "probability": 0.475830078125}, {"start": 2454.94, "end": 2454.94, "word": " is", "probability": 0.5556640625}, {"start": 2454.94, "end": 2454.98, "word": " not", "probability": 0.724609375}, {"start": 2454.98, "end": 2455.12, "word": " much", "probability": 0.69287109375}, {"start": 2455.12, "end": 2455.36, "word": " code", "probability": 0.9091796875}, {"start": 2455.36, "end": 2456.16, "word": " in", "probability": 0.340087890625}, {"start": 2456.16, "end": 2456.32, "word": " it.", "probability": 0.7236328125}, {"start": 2456.58, "end": 2457.0, "word": " Now,", "probability": 0.30029296875}, {"start": 2457.1, "end": 2457.14, "word": " in", "probability": 0.27392578125}, {"start": 2457.14, "end": 2457.58, "word": " Android,", "probability": 0.68505859375}, {"start": 2457.78, "end": 2457.94, "word": " there", "probability": 0.8994140625}, {"start": 2457.94, "end": 2458.0, "word": " is", "probability": 0.90234375}, {"start": 2458.0, "end": 2458.06, "word": " a", "probability": 0.96826171875}, {"start": 2458.06, "end": 2458.48, "word": " class", "probability": 0.95361328125}, {"start": 2458.48, "end": 2458.88, "word": " called", "probability": 0.474853515625}, {"start": 2458.88, "end": 2468.38, "word": " CountDownTimer.", "probability": 0.7532958984375}, {"start": 2470.04, "end": 2470.52, "word": " Okay?", "probability": 0.22998046875}, {"start": 2470.86, "end": 2471.08, "word": " This", "probability": 0.63720703125}, {"start": 2471.08, "end": 2471.56, "word": " class", "probability": 0.415283203125}, {"start": 2471.56, "end": 2472.0, "word": " exists.", "probability": 0.483642578125}, {"start": 2472.2, "end": 2472.34, "word": " I", "probability": 0.93115234375}, {"start": 2472.34, "end": 2472.58, "word": " can", "probability": 0.908203125}, {"start": 2472.58, "end": 2473.02, "word": " use", "probability": 0.310302734375}, {"start": 2473.02, "end": 2473.42, "word": " it", "probability": 0.89111328125}, {"start": 2473.42, "end": 2474.22, "word": " to", "probability": 0.9384765625}, {"start": 2474.22, "end": 2474.54, "word": " make", "probability": 0.59228515625}, {"start": 2474.54, "end": 2475.88, "word": " a", "probability": 0.85205078125}, {"start": 2475.88, "end": 2476.2, "word": " timer.", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 94, "seek": 249563, "start": 2477.69, "end": 2495.63, "text": "But the problem is that this countdown timer is an interface or abstract class What does interface or abstract class mean? I can't create an object directly from it For example, when I turn on the main activity, it creates a timer", "tokens": [7835, 264, 1154, 307, 300, 341, 35985, 19247, 307, 364, 9226, 420, 12649, 1508, 708, 775, 9226, 420, 12649, 1508, 914, 30, 286, 393, 380, 1884, 364, 2657, 3838, 490, 309, 1171, 1365, 11, 562, 286, 1261, 322, 264, 2135, 5191, 11, 309, 7829, 257, 19247], "avg_logprob": -0.41489360560762123, "compression_ratio": 1.5231788079470199, "no_speech_prob": 0.0, "words": [{"start": 2477.69, "end": 2477.99, "word": "But", "probability": 0.345458984375}, {"start": 2477.99, "end": 2478.13, "word": " the", "probability": 0.7890625}, {"start": 2478.13, "end": 2478.35, "word": " problem", "probability": 0.7177734375}, {"start": 2478.35, "end": 2478.61, "word": " is", "probability": 0.83056640625}, {"start": 2478.61, "end": 2478.77, "word": " that", "probability": 0.697265625}, {"start": 2478.77, "end": 2478.87, "word": " this", "probability": 0.467041015625}, {"start": 2478.87, "end": 2479.31, "word": " countdown", "probability": 0.78076171875}, {"start": 2479.31, "end": 2480.45, "word": " timer", "probability": 0.91552734375}, {"start": 2480.45, "end": 2481.07, "word": " is", "probability": 0.80517578125}, {"start": 2481.07, "end": 2481.93, "word": " an", "probability": 0.394287109375}, {"start": 2481.93, "end": 2482.53, "word": " interface", "probability": 0.81787109375}, {"start": 2482.53, "end": 2483.17, "word": " or", "probability": 0.83740234375}, {"start": 2483.17, "end": 2484.35, "word": " abstract", "probability": 0.79541015625}, {"start": 2484.35, "end": 2484.77, "word": " class", "probability": 0.95654296875}, {"start": 2484.77, "end": 2485.81, "word": " What", "probability": 0.256103515625}, {"start": 2485.81, "end": 2485.99, "word": " does", "probability": 0.68798828125}, {"start": 2485.99, "end": 2486.47, "word": " interface", "probability": 0.40625}, {"start": 2486.47, "end": 2486.61, "word": " or", "probability": 0.8232421875}, {"start": 2486.61, "end": 2486.93, "word": " abstract", "probability": 0.9208984375}, {"start": 2486.93, "end": 2487.35, "word": " class", "probability": 0.95703125}, {"start": 2487.35, "end": 2487.35, "word": " mean?", "probability": 0.74072265625}, {"start": 2487.39, "end": 2487.55, "word": " I", "probability": 0.873046875}, {"start": 2487.55, "end": 2487.87, "word": " can't", "probability": 0.692626953125}, {"start": 2487.87, "end": 2488.15, "word": " create", "probability": 0.67041015625}, {"start": 2488.15, "end": 2488.47, "word": " an", "probability": 0.49609375}, {"start": 2488.47, "end": 2488.85, "word": " object", "probability": 0.9677734375}, {"start": 2488.85, "end": 2489.71, "word": " directly", "probability": 0.466796875}, {"start": 2489.71, "end": 2489.73, "word": " from", "probability": 0.751953125}, {"start": 2489.73, "end": 2489.73, "word": " it", "probability": 0.83349609375}, {"start": 2489.73, "end": 2489.97, "word": " For", "probability": 0.60009765625}, {"start": 2489.97, "end": 2490.27, "word": " example,", "probability": 0.88818359375}, {"start": 2491.79, "end": 2492.03, "word": " when", "probability": 0.315673828125}, {"start": 2492.03, "end": 2492.21, "word": " I", "probability": 0.8916015625}, {"start": 2492.21, "end": 2492.35, "word": " turn", "probability": 0.390625}, {"start": 2492.35, "end": 2492.45, "word": " on", "probability": 0.8876953125}, {"start": 2492.45, "end": 2492.53, "word": " the", "probability": 0.72705078125}, {"start": 2492.53, "end": 2492.57, "word": " main", "probability": 0.375244140625}, {"start": 2492.57, "end": 2493.33, "word": " activity,", "probability": 0.873046875}, {"start": 2493.51, "end": 2493.61, "word": " it", "probability": 0.66943359375}, {"start": 2493.61, "end": 2494.05, "word": " creates", "probability": 0.10430908203125}, {"start": 2494.05, "end": 2494.27, "word": " a", "probability": 0.94189453125}, {"start": 2494.27, "end": 2495.63, "word": " timer", "probability": 0.876953125}], "temperature": 1.0}, {"id": 95, "seek": 252265, "start": 2496.59, "end": 2522.65, "text": " 10 seconds, and after that, it tells me to finish the 10 seconds, this is what I want to do, okay? So, we use this countdown timer Of course, I can't tell it countdown timer, I tell it timer new countdown timer Because as we said, this is its own interface or abstract class, I forgot what it is But notice that as soon as I tell it new, it makes an implementation for itself", "tokens": [1266, 3949, 11, 293, 934, 300, 11, 309, 5112, 385, 281, 2413, 264, 1266, 3949, 11, 341, 307, 437, 286, 528, 281, 360, 11, 1392, 30, 407, 11, 321, 764, 341, 35985, 19247, 2720, 1164, 11, 286, 393, 380, 980, 309, 35985, 19247, 11, 286, 980, 309, 19247, 777, 35985, 19247, 1436, 382, 321, 848, 11, 341, 307, 1080, 1065, 9226, 420, 12649, 1508, 11, 286, 5298, 437, 309, 307, 583, 3449, 300, 382, 2321, 382, 286, 980, 309, 777, 11, 309, 1669, 364, 11420, 337, 2564], "avg_logprob": -0.4715909165414897, "compression_ratio": 1.7327188940092166, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2496.59, "end": 2496.95, "word": " 10", "probability": 0.293212890625}, {"start": 2496.95, "end": 2497.35, "word": " seconds,", "probability": 0.64208984375}, {"start": 2497.47, "end": 2498.13, "word": " and", "probability": 0.61669921875}, {"start": 2498.13, "end": 2498.29, "word": " after", "probability": 0.38720703125}, {"start": 2498.29, "end": 2498.67, "word": " that,", "probability": 0.367919921875}, {"start": 2498.71, "end": 2498.77, "word": " it", "probability": 0.377197265625}, {"start": 2498.77, "end": 2498.85, "word": " tells", "probability": 0.1763916015625}, {"start": 2498.85, "end": 2498.95, "word": " me", "probability": 0.77197265625}, {"start": 2498.95, "end": 2499.03, "word": " to", "probability": 0.7939453125}, {"start": 2499.03, "end": 2499.19, "word": " finish", "probability": 0.52734375}, {"start": 2499.19, "end": 2499.33, "word": " the", "probability": 0.3623046875}, {"start": 2499.33, "end": 2499.45, "word": " 10", "probability": 0.837890625}, {"start": 2499.45, "end": 2499.77, "word": " seconds,", "probability": 0.81787109375}, {"start": 2499.83, "end": 2499.99, "word": " this", "probability": 0.267822265625}, {"start": 2499.99, "end": 2499.99, "word": " is", "probability": 0.904296875}, {"start": 2499.99, "end": 2500.13, "word": " what", "probability": 0.66552734375}, {"start": 2500.13, "end": 2500.23, "word": " I", "probability": 0.93701171875}, {"start": 2500.23, "end": 2500.33, "word": " want", "probability": 0.689453125}, {"start": 2500.33, "end": 2500.43, "word": " to", "probability": 0.92578125}, {"start": 2500.43, "end": 2500.67, "word": " do,", "probability": 0.921875}, {"start": 2500.87, "end": 2501.39, "word": " okay?", "probability": 0.271240234375}, {"start": 2501.87, "end": 2502.23, "word": " So,", "probability": 0.71533203125}, {"start": 2502.37, "end": 2502.59, "word": " we", "probability": 0.74169921875}, {"start": 2502.59, "end": 2502.95, "word": " use", "probability": 0.70703125}, {"start": 2502.95, "end": 2503.33, "word": " this", "probability": 0.87744140625}, {"start": 2503.33, "end": 2503.75, "word": " countdown", "probability": 0.78759765625}, {"start": 2503.75, "end": 2504.35, "word": " timer", "probability": 0.96630859375}, {"start": 2504.35, "end": 2504.87, "word": " Of", "probability": 0.369873046875}, {"start": 2504.87, "end": 2504.97, "word": " course,", "probability": 0.95849609375}, {"start": 2505.05, "end": 2505.13, "word": " I", "probability": 0.98779296875}, {"start": 2505.13, "end": 2505.43, "word": " can't", "probability": 0.711669921875}, {"start": 2505.43, "end": 2505.83, "word": " tell", "probability": 0.436767578125}, {"start": 2505.83, "end": 2506.01, "word": " it", "probability": 0.5712890625}, {"start": 2506.01, "end": 2506.59, "word": " countdown", "probability": 0.52685546875}, {"start": 2506.59, "end": 2507.25, "word": " timer,", "probability": 0.95654296875}, {"start": 2507.69, "end": 2507.77, "word": " I", "probability": 0.66455078125}, {"start": 2507.77, "end": 2507.93, "word": " tell", "probability": 0.2734375}, {"start": 2507.93, "end": 2508.09, "word": " it", "probability": 0.92626953125}, {"start": 2508.09, "end": 2508.77, "word": " timer", "probability": 0.6669921875}, {"start": 2508.77, "end": 2509.29, "word": " new", "probability": 0.77685546875}, {"start": 2509.29, "end": 2511.01, "word": " countdown", "probability": 0.8505859375}, {"start": 2511.01, "end": 2511.99, "word": " timer", "probability": 0.958984375}, {"start": 2511.99, "end": 2512.61, "word": " Because", "probability": 0.54443359375}, {"start": 2512.61, "end": 2512.77, "word": " as", "probability": 0.3955078125}, {"start": 2512.77, "end": 2512.91, "word": " we", "probability": 0.76416015625}, {"start": 2512.91, "end": 2513.07, "word": " said,", "probability": 0.83447265625}, {"start": 2513.17, "end": 2513.27, "word": " this", "probability": 0.6640625}, {"start": 2513.27, "end": 2513.33, "word": " is", "probability": 0.65966796875}, {"start": 2513.33, "end": 2513.63, "word": " its", "probability": 0.430419921875}, {"start": 2513.63, "end": 2513.63, "word": " own", "probability": 0.399658203125}, {"start": 2513.63, "end": 2515.13, "word": " interface", "probability": 0.86279296875}, {"start": 2515.13, "end": 2515.41, "word": " or", "probability": 0.7001953125}, {"start": 2515.41, "end": 2515.77, "word": " abstract", "probability": 0.86279296875}, {"start": 2515.77, "end": 2516.09, "word": " class,", "probability": 0.97509765625}, {"start": 2516.11, "end": 2516.15, "word": " I", "probability": 0.93310546875}, {"start": 2516.15, "end": 2516.35, "word": " forgot", "probability": 0.8896484375}, {"start": 2516.35, "end": 2516.53, "word": " what", "probability": 0.76904296875}, {"start": 2516.53, "end": 2516.69, "word": " it", "probability": 0.828125}, {"start": 2516.69, "end": 2516.95, "word": " is", "probability": 0.87109375}, {"start": 2516.95, "end": 2517.47, "word": " But", "probability": 0.78564453125}, {"start": 2517.47, "end": 2517.81, "word": " notice", "probability": 0.67919921875}, {"start": 2517.81, "end": 2518.29, "word": " that", "probability": 0.8505859375}, {"start": 2518.29, "end": 2519.05, "word": " as", "probability": 0.58154296875}, {"start": 2519.05, "end": 2519.33, "word": " soon", "probability": 0.9375}, {"start": 2519.33, "end": 2519.41, "word": " as", "probability": 0.96826171875}, {"start": 2519.41, "end": 2519.51, "word": " I", "probability": 0.92919921875}, {"start": 2519.51, "end": 2519.73, "word": " tell", "probability": 0.6689453125}, {"start": 2519.73, "end": 2519.83, "word": " it", "probability": 0.90380859375}, {"start": 2519.83, "end": 2520.17, "word": " new,", "probability": 0.8818359375}, {"start": 2521.31, "end": 2521.63, "word": " it", "probability": 0.80810546875}, {"start": 2521.63, "end": 2521.73, "word": " makes", "probability": 0.09600830078125}, {"start": 2521.73, "end": 2521.89, "word": " an", "probability": 0.478271484375}, {"start": 2521.89, "end": 2522.43, "word": " implementation", "probability": 0.9169921875}, {"start": 2522.43, "end": 2522.65, "word": " for", "probability": 0.364501953125}, {"start": 2522.65, "end": 2522.65, "word": " itself", "probability": 0.763671875}], "temperature": 1.0}, {"id": 96, "seek": 253276, "start": 2524.14, "end": 2532.76, "text": " When does it implement by itself? Does it understand that this is an abstract class and cannot make it an object?", "tokens": [1133, 775, 309, 4445, 538, 2564, 30, 4402, 309, 1223, 300, 341, 307, 364, 12649, 1508, 293, 2644, 652, 309, 364, 2657, 30], "avg_logprob": -0.5621745040019354, "compression_ratio": 1.2127659574468086, "no_speech_prob": 0.0, "words": [{"start": 2524.14, "end": 2524.72, "word": " When", "probability": 0.54296875}, {"start": 2524.72, "end": 2524.88, "word": " does", "probability": 0.5478515625}, {"start": 2524.88, "end": 2524.9, "word": " it", "probability": 0.599609375}, {"start": 2524.9, "end": 2525.4, "word": " implement", "probability": 0.560546875}, {"start": 2525.4, "end": 2525.84, "word": " by", "probability": 0.154296875}, {"start": 2525.84, "end": 2526.18, "word": " itself?", "probability": 0.826171875}, {"start": 2527.1, "end": 2527.74, "word": " Does", "probability": 0.209228515625}, {"start": 2527.74, "end": 2528.78, "word": " it", "probability": 0.8671875}, {"start": 2528.78, "end": 2529.14, "word": " understand", "probability": 0.272705078125}, {"start": 2529.14, "end": 2529.52, "word": " that", "probability": 0.7099609375}, {"start": 2529.52, "end": 2529.72, "word": " this", "probability": 0.4873046875}, {"start": 2529.72, "end": 2529.72, "word": " is", "probability": 0.54296875}, {"start": 2529.72, "end": 2530.84, "word": " an", "probability": 0.77587890625}, {"start": 2530.84, "end": 2531.1, "word": " abstract", "probability": 0.77001953125}, {"start": 2531.1, "end": 2531.56, "word": " class", "probability": 0.76904296875}, {"start": 2531.56, "end": 2531.64, "word": " and", "probability": 0.486572265625}, {"start": 2531.64, "end": 2531.94, "word": " cannot", "probability": 0.42724609375}, {"start": 2531.94, "end": 2532.16, "word": " make", "probability": 0.53369140625}, {"start": 2532.16, "end": 2532.34, "word": " it", "probability": 0.669921875}, {"start": 2532.34, "end": 2532.4, "word": " an", "probability": 0.501953125}, {"start": 2532.4, "end": 2532.76, "word": " object?", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 97, "seek": 255887, "start": 2533.83, "end": 2558.87, "text": " until it completes its code. Okay? Of course, we call this an anonymous class. Why? Because it's like a new onclick listener. It's an interface, so you can't make an object out of it. Why did we say that object-oriented programming is the most important thing? It's all about going back to the beginning of programming. If you're good at programming, you'll find it easy on Android. It's a library.", "tokens": [1826, 309, 36362, 1080, 3089, 13, 1033, 30, 2720, 1164, 11, 321, 818, 341, 364, 24932, 1508, 13, 1545, 30, 1436, 309, 311, 411, 257, 777, 322, 18548, 31569, 13, 467, 311, 364, 9226, 11, 370, 291, 393, 380, 652, 364, 2657, 484, 295, 309, 13, 1545, 630, 321, 584, 300, 2657, 12, 27414, 9410, 307, 264, 881, 1021, 551, 30, 467, 311, 439, 466, 516, 646, 281, 264, 2863, 295, 9410, 13, 759, 291, 434, 665, 412, 9410, 11, 291, 603, 915, 309, 1858, 322, 8853, 13, 467, 311, 257, 6405, 13], "avg_logprob": -0.5109707586308743, "compression_ratio": 1.596, "no_speech_prob": 0.0, "words": [{"start": 2533.83, "end": 2534.35, "word": " until", "probability": 0.291015625}, {"start": 2534.35, "end": 2534.55, "word": " it", "probability": 0.368408203125}, {"start": 2534.55, "end": 2535.01, "word": " completes", "probability": 0.63232421875}, {"start": 2535.01, "end": 2535.75, "word": " its", "probability": 0.3740234375}, {"start": 2535.75, "end": 2536.65, "word": " code.", "probability": 0.787109375}, {"start": 2537.59, "end": 2537.67, "word": " Okay?", "probability": 0.292236328125}, {"start": 2538.57, "end": 2539.09, "word": " Of", "probability": 0.1905517578125}, {"start": 2539.09, "end": 2539.23, "word": " course,", "probability": 0.95947265625}, {"start": 2539.27, "end": 2539.49, "word": " we", "probability": 0.33251953125}, {"start": 2539.49, "end": 2539.83, "word": " call", "probability": 0.853515625}, {"start": 2539.83, "end": 2539.83, "word": " this", "probability": 0.74755859375}, {"start": 2539.83, "end": 2540.13, "word": " an", "probability": 0.36083984375}, {"start": 2540.13, "end": 2540.43, "word": " anonymous", "probability": 0.63671875}, {"start": 2540.43, "end": 2540.93, "word": " class.", "probability": 0.98193359375}, {"start": 2541.59, "end": 2541.97, "word": " Why?", "probability": 0.46044921875}, {"start": 2542.13, "end": 2542.29, "word": " Because", "probability": 0.27490234375}, {"start": 2542.29, "end": 2542.87, "word": " it's", "probability": 0.6083984375}, {"start": 2542.87, "end": 2542.87, "word": " like", "probability": 0.65869140625}, {"start": 2542.87, "end": 2542.89, "word": " a", "probability": 0.4150390625}, {"start": 2542.89, "end": 2543.11, "word": " new", "probability": 0.7109375}, {"start": 2543.11, "end": 2543.51, "word": " onclick", "probability": 0.554443359375}, {"start": 2543.51, "end": 2543.95, "word": " listener.", "probability": 0.73876953125}, {"start": 2544.57, "end": 2544.73, "word": " It's", "probability": 0.48046875}, {"start": 2544.73, "end": 2544.87, "word": " an", "probability": 0.6259765625}, {"start": 2544.87, "end": 2545.27, "word": " interface,", "probability": 0.87548828125}, {"start": 2545.53, "end": 2545.67, "word": " so", "probability": 0.413330078125}, {"start": 2545.67, "end": 2545.87, "word": " you", "probability": 0.794921875}, {"start": 2545.87, "end": 2546.59, "word": " can't", "probability": 0.784423828125}, {"start": 2546.59, "end": 2546.81, "word": " make", "probability": 0.2978515625}, {"start": 2546.81, "end": 2546.99, "word": " an", "probability": 0.326904296875}, {"start": 2546.99, "end": 2547.37, "word": " object", "probability": 0.97705078125}, {"start": 2547.37, "end": 2547.37, "word": " out", "probability": 0.53515625}, {"start": 2547.37, "end": 2547.37, "word": " of", "probability": 0.97314453125}, {"start": 2547.37, "end": 2547.39, "word": " it.", "probability": 0.92822265625}, {"start": 2548.05, "end": 2548.29, "word": " Why", "probability": 0.505859375}, {"start": 2548.29, "end": 2548.35, "word": " did", "probability": 0.71923828125}, {"start": 2548.35, "end": 2548.35, "word": " we", "probability": 0.84716796875}, {"start": 2548.35, "end": 2548.49, "word": " say", "probability": 0.91064453125}, {"start": 2548.49, "end": 2549.41, "word": " that", "probability": 0.67138671875}, {"start": 2549.41, "end": 2550.05, "word": " object", "probability": 0.68701171875}, {"start": 2550.05, "end": 2550.55, "word": "-oriented", "probability": 0.7939453125}, {"start": 2550.55, "end": 2550.85, "word": " programming", "probability": 0.77197265625}, {"start": 2550.85, "end": 2550.95, "word": " is", "probability": 0.90966796875}, {"start": 2550.95, "end": 2551.03, "word": " the", "probability": 0.60546875}, {"start": 2551.03, "end": 2551.05, "word": " most", "probability": 0.890625}, {"start": 2551.05, "end": 2551.19, "word": " important", "probability": 0.873046875}, {"start": 2551.19, "end": 2551.51, "word": " thing?", "probability": 0.74267578125}, {"start": 2552.23, "end": 2552.51, "word": " It's", "probability": 0.45391845703125}, {"start": 2552.51, "end": 2552.51, "word": " all", "probability": 0.52392578125}, {"start": 2552.51, "end": 2552.95, "word": " about", "probability": 0.39794921875}, {"start": 2552.95, "end": 2552.99, "word": " going", "probability": 0.1773681640625}, {"start": 2552.99, "end": 2553.39, "word": " back", "probability": 0.8583984375}, {"start": 2553.39, "end": 2553.65, "word": " to", "probability": 0.9638671875}, {"start": 2553.65, "end": 2554.53, "word": " the", "probability": 0.73779296875}, {"start": 2554.53, "end": 2554.79, "word": " beginning", "probability": 0.56689453125}, {"start": 2554.79, "end": 2555.03, "word": " of", "probability": 0.65966796875}, {"start": 2555.03, "end": 2555.43, "word": " programming.", "probability": 0.81689453125}, {"start": 2555.83, "end": 2556.01, "word": " If", "probability": 0.92919921875}, {"start": 2556.01, "end": 2556.45, "word": " you're", "probability": 0.508819580078125}, {"start": 2556.45, "end": 2556.49, "word": " good", "probability": 0.6572265625}, {"start": 2556.49, "end": 2556.65, "word": " at", "probability": 0.8525390625}, {"start": 2556.65, "end": 2556.99, "word": " programming,", "probability": 0.853515625}, {"start": 2557.13, "end": 2558.01, "word": " you'll", "probability": 0.3489990234375}, {"start": 2558.01, "end": 2558.13, "word": " find", "probability": 0.6142578125}, {"start": 2558.13, "end": 2558.17, "word": " it", "probability": 0.2186279296875}, {"start": 2558.17, "end": 2558.43, "word": " easy", "probability": 0.716796875}, {"start": 2558.43, "end": 2558.47, "word": " on", "probability": 0.320556640625}, {"start": 2558.47, "end": 2558.47, "word": " Android.", "probability": 0.93994140625}, {"start": 2558.49, "end": 2558.67, "word": " It's", "probability": 0.75048828125}, {"start": 2558.67, "end": 2558.69, "word": " a", "probability": 0.54052734375}, {"start": 2558.69, "end": 2558.87, "word": " library.", "probability": 0.68896484375}], "temperature": 1.0}, {"id": 98, "seek": 258864, "start": 2560.02, "end": 2588.64, "text": " And how to turn on the sound, there's a guide like that. But in the end, you go back to the basics, which is programming. If you're good at programming, you'll be good at it. That's why we said in the beginning, don't rush. Not from the first time you start, we'll teach you Android and faces and so on. If you're ready, we'll tell you how to do it. And why do we take this, and this is not important. Let's start right away. No, learn programming correctly, because it's what will stay with you. Okay, so I also wanted to do my job.", "tokens": [400, 577, 281, 1261, 322, 264, 1626, 11, 456, 311, 257, 5934, 411, 300, 13, 583, 294, 264, 917, 11, 291, 352, 646, 281, 264, 14688, 11, 597, 307, 9410, 13, 759, 291, 434, 665, 412, 9410, 11, 291, 603, 312, 665, 412, 309, 13, 663, 311, 983, 321, 848, 294, 264, 2863, 11, 500, 380, 9300, 13, 1726, 490, 264, 700, 565, 291, 722, 11, 321, 603, 2924, 291, 8853, 293, 8475, 293, 370, 322, 13, 759, 291, 434, 1919, 11, 321, 603, 980, 291, 577, 281, 360, 309, 13, 400, 983, 360, 321, 747, 341, 11, 293, 341, 307, 406, 1021, 13, 961, 311, 722, 558, 1314, 13, 883, 11, 1466, 9410, 8944, 11, 570, 309, 311, 437, 486, 1754, 365, 291, 13, 1033, 11, 370, 286, 611, 1415, 281, 360, 452, 1691, 13], "avg_logprob": -0.45164233750670496, "compression_ratio": 1.7508196721311475, "no_speech_prob": 2.3245811462402344e-06, "words": [{"start": 2560.02, "end": 2560.26, "word": " And", "probability": 0.28271484375}, {"start": 2560.26, "end": 2560.38, "word": " how", "probability": 0.8369140625}, {"start": 2560.38, "end": 2560.5, "word": " to", "probability": 0.6142578125}, {"start": 2560.5, "end": 2560.72, "word": " turn", "probability": 0.329345703125}, {"start": 2560.72, "end": 2560.8, "word": " on", "probability": 0.796875}, {"start": 2560.8, "end": 2561.2, "word": " the", "probability": 0.572265625}, {"start": 2561.2, "end": 2561.5, "word": " sound,", "probability": 0.446044921875}, {"start": 2561.64, "end": 2561.98, "word": " there's", "probability": 0.2852783203125}, {"start": 2561.98, "end": 2562.12, "word": " a", "probability": 0.6650390625}, {"start": 2562.12, "end": 2562.26, "word": " guide", "probability": 0.371337890625}, {"start": 2562.26, "end": 2562.36, "word": " like", "probability": 0.325439453125}, {"start": 2562.36, "end": 2562.62, "word": " that.", "probability": 0.7470703125}, {"start": 2563.12, "end": 2563.48, "word": " But", "probability": 0.7548828125}, {"start": 2563.48, "end": 2563.62, "word": " in", "probability": 0.466064453125}, {"start": 2563.62, "end": 2563.72, "word": " the", "probability": 0.91064453125}, {"start": 2563.72, "end": 2563.82, "word": " end,", "probability": 0.91650390625}, {"start": 2563.96, "end": 2564.38, "word": " you", "probability": 0.77392578125}, {"start": 2564.38, "end": 2564.42, "word": " go", "probability": 0.332275390625}, {"start": 2564.42, "end": 2564.6, "word": " back", "probability": 0.84716796875}, {"start": 2564.6, "end": 2564.74, "word": " to", "probability": 0.4892578125}, {"start": 2564.74, "end": 2566.72, "word": " the", "probability": 0.6796875}, {"start": 2566.72, "end": 2567.06, "word": " basics,", "probability": 0.389892578125}, {"start": 2567.18, "end": 2567.18, "word": " which", "probability": 0.8603515625}, {"start": 2567.18, "end": 2567.3, "word": " is", "probability": 0.8818359375}, {"start": 2567.3, "end": 2567.62, "word": " programming.", "probability": 0.71337890625}, {"start": 2568.04, "end": 2568.22, "word": " If", "probability": 0.8251953125}, {"start": 2568.22, "end": 2568.5, "word": " you're", "probability": 0.673828125}, {"start": 2568.5, "end": 2568.62, "word": " good", "probability": 0.564453125}, {"start": 2568.62, "end": 2568.74, "word": " at", "probability": 0.75830078125}, {"start": 2568.74, "end": 2569.08, "word": " programming,", "probability": 0.91455078125}, {"start": 2569.4, "end": 2570.12, "word": " you'll", "probability": 0.749267578125}, {"start": 2570.12, "end": 2570.28, "word": " be", "probability": 0.8818359375}, {"start": 2570.28, "end": 2570.52, "word": " good", "probability": 0.87548828125}, {"start": 2570.52, "end": 2570.68, "word": " at", "probability": 0.79736328125}, {"start": 2570.68, "end": 2570.7, "word": " it.", "probability": 0.81982421875}, {"start": 2570.76, "end": 2570.92, "word": " That's", "probability": 0.755126953125}, {"start": 2570.92, "end": 2570.92, "word": " why", "probability": 0.92431640625}, {"start": 2570.92, "end": 2571.24, "word": " we", "probability": 0.5}, {"start": 2571.24, "end": 2571.24, "word": " said", "probability": 0.833984375}, {"start": 2571.24, "end": 2571.36, "word": " in", "probability": 0.50341796875}, {"start": 2571.36, "end": 2571.44, "word": " the", "probability": 0.9296875}, {"start": 2571.44, "end": 2571.58, "word": " beginning,", "probability": 0.880859375}, {"start": 2571.72, "end": 2571.74, "word": " don't", "probability": 0.834716796875}, {"start": 2571.74, "end": 2572.0, "word": " rush.", "probability": 0.72216796875}, {"start": 2572.72, "end": 2573.08, "word": " Not", "probability": 0.484375}, {"start": 2573.08, "end": 2573.2, "word": " from", "probability": 0.525390625}, {"start": 2573.2, "end": 2573.36, "word": " the", "probability": 0.91015625}, {"start": 2573.36, "end": 2573.48, "word": " first", "probability": 0.332275390625}, {"start": 2573.48, "end": 2573.58, "word": " time", "probability": 0.5771484375}, {"start": 2573.58, "end": 2573.8, "word": " you", "probability": 0.91162109375}, {"start": 2573.8, "end": 2574.0, "word": " start,", "probability": 0.4716796875}, {"start": 2574.2, "end": 2574.36, "word": " we'll", "probability": 0.699462890625}, {"start": 2574.36, "end": 2574.76, "word": " teach", "probability": 0.40625}, {"start": 2574.76, "end": 2574.94, "word": " you", "probability": 0.94873046875}, {"start": 2574.94, "end": 2575.3, "word": " Android", "probability": 0.7177734375}, {"start": 2575.3, "end": 2575.48, "word": " and", "probability": 0.67041015625}, {"start": 2575.48, "end": 2575.8, "word": " faces", "probability": 0.22705078125}, {"start": 2575.8, "end": 2576.04, "word": " and", "probability": 0.7333984375}, {"start": 2576.04, "end": 2576.24, "word": " so", "probability": 0.2486572265625}, {"start": 2576.24, "end": 2576.24, "word": " on.", "probability": 0.87646484375}, {"start": 2576.32, "end": 2576.38, "word": " If", "probability": 0.55810546875}, {"start": 2576.38, "end": 2576.58, "word": " you're", "probability": 0.85498046875}, {"start": 2576.58, "end": 2576.94, "word": " ready,", "probability": 0.7890625}, {"start": 2577.1, "end": 2577.16, "word": " we'll", "probability": 0.768310546875}, {"start": 2577.16, "end": 2577.32, "word": " tell", "probability": 0.55126953125}, {"start": 2577.32, "end": 2577.48, "word": " you", "probability": 0.9638671875}, {"start": 2577.48, "end": 2577.96, "word": " how", "probability": 0.66015625}, {"start": 2577.96, "end": 2578.22, "word": " to", "probability": 0.61328125}, {"start": 2578.22, "end": 2578.22, "word": " do", "probability": 0.783203125}, {"start": 2578.22, "end": 2579.0, "word": " it.", "probability": 0.73486328125}, {"start": 2579.26, "end": 2579.4, "word": " And", "probability": 0.62158203125}, {"start": 2579.4, "end": 2579.52, "word": " why", "probability": 0.88720703125}, {"start": 2579.52, "end": 2579.62, "word": " do", "probability": 0.433837890625}, {"start": 2579.62, "end": 2579.68, "word": " we", "probability": 0.892578125}, {"start": 2579.68, "end": 2579.88, "word": " take", "probability": 0.5771484375}, {"start": 2579.88, "end": 2580.12, "word": " this,", "probability": 0.62744140625}, {"start": 2580.2, "end": 2580.26, "word": " and", "probability": 0.36083984375}, {"start": 2580.26, "end": 2580.38, "word": " this", "probability": 0.703125}, {"start": 2580.38, "end": 2580.48, "word": " is", "probability": 0.662109375}, {"start": 2580.48, "end": 2580.56, "word": " not", "probability": 0.9111328125}, {"start": 2580.56, "end": 2580.76, "word": " important.", "probability": 0.86962890625}, {"start": 2580.9, "end": 2581.14, "word": " Let's", "probability": 0.9267578125}, {"start": 2581.14, "end": 2581.3, "word": " start", "probability": 0.744140625}, {"start": 2581.3, "end": 2581.54, "word": " right", "probability": 0.52392578125}, {"start": 2581.54, "end": 2581.72, "word": " away.", "probability": 0.8251953125}, {"start": 2582.1, "end": 2582.34, "word": " No,", "probability": 0.81591796875}, {"start": 2582.66, "end": 2582.9, "word": " learn", "probability": 0.89453125}, {"start": 2582.9, "end": 2583.3, "word": " programming", "probability": 0.75732421875}, {"start": 2583.3, "end": 2583.52, "word": " correctly,", "probability": 0.448974609375}, {"start": 2583.62, "end": 2583.72, "word": " because", "probability": 0.88916015625}, {"start": 2583.72, "end": 2583.96, "word": " it's", "probability": 0.720458984375}, {"start": 2583.96, "end": 2584.38, "word": " what", "probability": 0.72314453125}, {"start": 2584.38, "end": 2584.5, "word": " will", "probability": 0.5390625}, {"start": 2584.5, "end": 2584.6, "word": " stay", "probability": 0.798828125}, {"start": 2584.6, "end": 2584.84, "word": " with", "probability": 0.87255859375}, {"start": 2584.84, "end": 2584.96, "word": " you.", "probability": 0.9580078125}, {"start": 2586.34, "end": 2586.62, "word": " Okay,", "probability": 0.44140625}, {"start": 2586.74, "end": 2586.76, "word": " so", "probability": 0.448974609375}, {"start": 2586.76, "end": 2587.0, "word": " I", "probability": 0.58935546875}, {"start": 2587.0, "end": 2587.46, "word": " also", "probability": 0.247314453125}, {"start": 2587.46, "end": 2587.7, "word": " wanted", "probability": 0.68505859375}, {"start": 2587.7, "end": 2587.7, "word": " to", "probability": 0.8134765625}, {"start": 2587.7, "end": 2588.26, "word": " do", "probability": 0.1614990234375}, {"start": 2588.26, "end": 2588.42, "word": " my", "probability": 0.8759765625}, {"start": 2588.42, "end": 2588.64, "word": " job.", "probability": 0.634765625}], "temperature": 1.0}, {"id": 99, "seek": 261837, "start": 2589.97, "end": 2618.37, "text": " I don't want to make anonymous class I want to make a new class down here I want to call it class myCountDownTimer extendsCountDownTimer So it's like I made a new class Now here by mistake you have to do implement", "tokens": [286, 500, 380, 528, 281, 652, 24932, 1508, 286, 528, 281, 652, 257, 777, 1508, 760, 510, 286, 528, 281, 818, 309, 1508, 452, 34, 792, 34402, 51, 9713, 26448, 34, 792, 34402, 51, 9713, 407, 309, 311, 411, 286, 1027, 257, 777, 1508, 823, 510, 538, 6146, 291, 362, 281, 360, 4445], "avg_logprob": -0.44270832119164644, "compression_ratio": 1.621212121212121, "no_speech_prob": 0.0, "words": [{"start": 2589.97, "end": 2590.19, "word": " I", "probability": 0.56103515625}, {"start": 2590.19, "end": 2590.21, "word": " don't", "probability": 0.764404296875}, {"start": 2590.21, "end": 2590.35, "word": " want", "probability": 0.80908203125}, {"start": 2590.35, "end": 2590.45, "word": " to", "probability": 0.828125}, {"start": 2590.45, "end": 2590.59, "word": " make", "probability": 0.56494140625}, {"start": 2590.59, "end": 2590.91, "word": " anonymous", "probability": 0.64111328125}, {"start": 2590.91, "end": 2591.39, "word": " class", "probability": 0.90185546875}, {"start": 2591.39, "end": 2592.35, "word": " I", "probability": 0.55126953125}, {"start": 2592.35, "end": 2592.61, "word": " want", "probability": 0.796875}, {"start": 2592.61, "end": 2592.67, "word": " to", "probability": 0.93115234375}, {"start": 2592.67, "end": 2592.85, "word": " make", "probability": 0.845703125}, {"start": 2592.85, "end": 2593.47, "word": " a", "probability": 0.6240234375}, {"start": 2593.47, "end": 2593.47, "word": " new", "probability": 0.89892578125}, {"start": 2593.47, "end": 2593.81, "word": " class", "probability": 0.921875}, {"start": 2593.81, "end": 2594.61, "word": " down", "probability": 0.23388671875}, {"start": 2594.61, "end": 2594.97, "word": " here", "probability": 0.78076171875}, {"start": 2594.97, "end": 2596.63, "word": " I", "probability": 0.48681640625}, {"start": 2596.63, "end": 2597.11, "word": " want", "probability": 0.57470703125}, {"start": 2597.11, "end": 2597.19, "word": " to", "probability": 0.96826171875}, {"start": 2597.19, "end": 2597.31, "word": " call", "probability": 0.28564453125}, {"start": 2597.31, "end": 2597.45, "word": " it", "probability": 0.7666015625}, {"start": 2597.45, "end": 2598.13, "word": " class", "probability": 0.384521484375}, {"start": 2598.13, "end": 2603.31, "word": " myCountDownTimer", "probability": 0.7131754557291666}, {"start": 2603.31, "end": 2610.21, "word": " extendsCountDownTimer", "probability": 0.808349609375}, {"start": 2610.21, "end": 2610.57, "word": " So", "probability": 0.14111328125}, {"start": 2610.57, "end": 2610.63, "word": " it's", "probability": 0.549072265625}, {"start": 2610.63, "end": 2610.75, "word": " like", "probability": 0.73828125}, {"start": 2610.75, "end": 2610.93, "word": " I", "probability": 0.72265625}, {"start": 2610.93, "end": 2611.13, "word": " made", "probability": 0.6103515625}, {"start": 2611.13, "end": 2611.27, "word": " a", "probability": 0.970703125}, {"start": 2611.27, "end": 2612.49, "word": " new", "probability": 0.908203125}, {"start": 2612.49, "end": 2612.51, "word": " class", "probability": 0.9609375}, {"start": 2612.51, "end": 2615.05, "word": " Now", "probability": 0.63720703125}, {"start": 2615.05, "end": 2615.53, "word": " here", "probability": 0.67724609375}, {"start": 2615.53, "end": 2616.23, "word": " by", "probability": 0.1658935546875}, {"start": 2616.23, "end": 2617.05, "word": " mistake", "probability": 0.79638671875}, {"start": 2617.05, "end": 2617.23, "word": " you", "probability": 0.421142578125}, {"start": 2617.23, "end": 2617.41, "word": " have", "probability": 0.37060546875}, {"start": 2617.41, "end": 2617.75, "word": " to", "probability": 0.96630859375}, {"start": 2617.75, "end": 2617.93, "word": " do", "probability": 0.41064453125}, {"start": 2617.93, "end": 2618.37, "word": " implement", "probability": 0.78955078125}], "temperature": 1.0}, {"id": 100, "seek": 264060, "start": 2619.18, "end": 2640.6, "text": " For the existing methods and you should also create a constructor Of course Alt Enter on the error will solve it for you Because let's look at this existing class Let me leave you that this is all comments The countdown timer takes two things", "tokens": [1171, 264, 6741, 7150, 293, 291, 820, 611, 1884, 257, 47479, 2720, 1164, 15992, 10399, 322, 264, 6713, 486, 5039, 309, 337, 291, 1436, 718, 311, 574, 412, 341, 6741, 1508, 961, 385, 1856, 291, 300, 341, 307, 439, 3053, 440, 35985, 19247, 2516, 732, 721], "avg_logprob": -0.692819151472538, "compression_ratio": 1.4727272727272727, "no_speech_prob": 0.0, "words": [{"start": 2619.18, "end": 2619.58, "word": " For", "probability": 0.3056640625}, {"start": 2619.58, "end": 2620.18, "word": " the", "probability": 0.313720703125}, {"start": 2620.18, "end": 2620.9, "word": " existing", "probability": 0.5048828125}, {"start": 2620.9, "end": 2620.9, "word": " methods", "probability": 0.7763671875}, {"start": 2620.9, "end": 2621.08, "word": " and", "probability": 0.274169921875}, {"start": 2621.08, "end": 2621.28, "word": " you", "probability": 0.6787109375}, {"start": 2621.28, "end": 2621.34, "word": " should", "probability": 0.243408203125}, {"start": 2621.34, "end": 2621.86, "word": " also", "probability": 0.4814453125}, {"start": 2621.86, "end": 2621.88, "word": " create", "probability": 0.406982421875}, {"start": 2621.88, "end": 2622.02, "word": " a", "probability": 0.66455078125}, {"start": 2622.02, "end": 2622.56, "word": " constructor", "probability": 0.9052734375}, {"start": 2622.56, "end": 2626.2, "word": " Of", "probability": 0.2333984375}, {"start": 2626.2, "end": 2629.2, "word": " course", "probability": 0.92041015625}, {"start": 2629.2, "end": 2629.72, "word": " Alt", "probability": 0.38720703125}, {"start": 2629.72, "end": 2630.02, "word": " Enter", "probability": 0.069580078125}, {"start": 2630.02, "end": 2630.2, "word": " on", "probability": 0.4287109375}, {"start": 2630.2, "end": 2630.28, "word": " the", "probability": 0.3798828125}, {"start": 2630.28, "end": 2630.52, "word": " error", "probability": 0.260009765625}, {"start": 2630.52, "end": 2630.7, "word": " will", "probability": 0.484130859375}, {"start": 2630.7, "end": 2630.86, "word": " solve", "probability": 0.2197265625}, {"start": 2630.86, "end": 2631.16, "word": " it", "probability": 0.76611328125}, {"start": 2631.16, "end": 2631.52, "word": " for", "probability": 0.58984375}, {"start": 2631.52, "end": 2631.52, "word": " you", "probability": 0.95458984375}, {"start": 2631.52, "end": 2631.96, "word": " Because", "probability": 0.1710205078125}, {"start": 2631.96, "end": 2632.34, "word": " let's", "probability": 0.77880859375}, {"start": 2632.34, "end": 2633.18, "word": " look", "probability": 0.435302734375}, {"start": 2633.18, "end": 2633.46, "word": " at", "probability": 0.89306640625}, {"start": 2633.46, "end": 2633.58, "word": " this", "probability": 0.62841796875}, {"start": 2633.58, "end": 2634.48, "word": " existing", "probability": 0.3193359375}, {"start": 2634.48, "end": 2634.54, "word": " class", "probability": 0.96240234375}, {"start": 2634.54, "end": 2635.22, "word": " Let", "probability": 0.2015380859375}, {"start": 2635.22, "end": 2635.24, "word": " me", "probability": 0.42626953125}, {"start": 2635.24, "end": 2635.4, "word": " leave", "probability": 0.452392578125}, {"start": 2635.4, "end": 2635.56, "word": " you", "probability": 0.52294921875}, {"start": 2635.56, "end": 2635.7, "word": " that", "probability": 0.41650390625}, {"start": 2635.7, "end": 2635.84, "word": " this", "probability": 0.5380859375}, {"start": 2635.84, "end": 2635.84, "word": " is", "probability": 0.8408203125}, {"start": 2635.84, "end": 2636.02, "word": " all", "probability": 0.755859375}, {"start": 2636.02, "end": 2636.48, "word": " comments", "probability": 0.7451171875}, {"start": 2636.48, "end": 2638.42, "word": " The", "probability": 0.2322998046875}, {"start": 2638.42, "end": 2639.24, "word": " countdown", "probability": 0.80517578125}, {"start": 2639.24, "end": 2639.84, "word": " timer", "probability": 0.9736328125}, {"start": 2639.84, "end": 2640.18, "word": " takes", "probability": 0.63916015625}, {"start": 2640.18, "end": 2640.6, "word": " two", "probability": 0.7138671875}, {"start": 2640.6, "end": 2640.6, "word": " things", "probability": 0.363525390625}], "temperature": 1.0}, {"id": 101, "seek": 267152, "start": 2642.42, "end": 2671.52, "text": " It takes milliseconds in future. Of course, what is the time it takes? The counter of the millisecond has to count. 10 seconds gives him 10,000 milliseconds. 5 seconds gives him 5,000 milliseconds. It deals with milliseconds. Now, countdown interval. What does countdown interval mean? For example, you gave him 10 seconds, you have to make every second give you", "tokens": [467, 2516, 34184, 294, 2027, 13, 2720, 1164, 11, 437, 307, 264, 565, 309, 2516, 30, 440, 5682, 295, 264, 27940, 18882, 575, 281, 1207, 13, 1266, 3949, 2709, 796, 1266, 11, 1360, 34184, 13, 1025, 3949, 2709, 796, 1025, 11, 1360, 34184, 13, 467, 11215, 365, 34184, 13, 823, 11, 35985, 15035, 13, 708, 775, 35985, 15035, 914, 30, 1171, 1365, 11, 291, 2729, 796, 1266, 3949, 11, 291, 362, 281, 652, 633, 1150, 976, 291], "avg_logprob": -0.5184294887078114, "compression_ratio": 1.8520408163265305, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2642.42, "end": 2642.6, "word": " It", "probability": 0.2215576171875}, {"start": 2642.6, "end": 2642.98, "word": " takes", "probability": 0.60400390625}, {"start": 2642.98, "end": 2644.74, "word": " milliseconds", "probability": 0.80029296875}, {"start": 2644.74, "end": 2646.08, "word": " in", "probability": 0.919921875}, {"start": 2646.08, "end": 2646.52, "word": " future.", "probability": 0.8505859375}, {"start": 2647.18, "end": 2647.34, "word": " Of", "probability": 0.262939453125}, {"start": 2647.34, "end": 2647.34, "word": " course,", "probability": 0.935546875}, {"start": 2647.5, "end": 2647.5, "word": " what", "probability": 0.2310791015625}, {"start": 2647.5, "end": 2647.5, "word": " is", "probability": 0.437744140625}, {"start": 2647.5, "end": 2647.5, "word": " the", "probability": 0.7880859375}, {"start": 2647.5, "end": 2647.68, "word": " time", "probability": 0.3603515625}, {"start": 2647.68, "end": 2647.84, "word": " it", "probability": 0.254150390625}, {"start": 2647.84, "end": 2648.1, "word": " takes?", "probability": 0.57421875}, {"start": 2649.02, "end": 2649.78, "word": " The", "probability": 0.326904296875}, {"start": 2649.78, "end": 2650.22, "word": " counter", "probability": 0.44091796875}, {"start": 2650.22, "end": 2650.74, "word": " of", "probability": 0.475341796875}, {"start": 2650.74, "end": 2650.84, "word": " the", "probability": 0.466796875}, {"start": 2650.84, "end": 2651.02, "word": " millisecond", "probability": 0.693115234375}, {"start": 2651.02, "end": 2651.16, "word": " has", "probability": 0.1737060546875}, {"start": 2651.16, "end": 2651.3, "word": " to", "probability": 0.904296875}, {"start": 2651.3, "end": 2651.5, "word": " count.", "probability": 0.65625}, {"start": 2651.62, "end": 2651.78, "word": " 10", "probability": 0.48046875}, {"start": 2651.78, "end": 2652.26, "word": " seconds", "probability": 0.73095703125}, {"start": 2652.26, "end": 2653.0, "word": " gives", "probability": 0.259521484375}, {"start": 2653.0, "end": 2653.8, "word": " him", "probability": 0.431396484375}, {"start": 2653.8, "end": 2654.18, "word": " 10", "probability": 0.61279296875}, {"start": 2654.18, "end": 2654.64, "word": ",000", "probability": 0.785888671875}, {"start": 2654.64, "end": 2654.64, "word": " milliseconds.", "probability": 0.7763671875}, {"start": 2654.84, "end": 2655.3, "word": " 5", "probability": 0.81640625}, {"start": 2655.3, "end": 2655.8, "word": " seconds", "probability": 0.80517578125}, {"start": 2655.8, "end": 2656.42, "word": " gives", "probability": 0.82080078125}, {"start": 2656.42, "end": 2656.56, "word": " him", "probability": 0.89794921875}, {"start": 2656.56, "end": 2656.74, "word": " 5", "probability": 0.54638671875}, {"start": 2656.74, "end": 2657.18, "word": ",000", "probability": 0.969482421875}, {"start": 2657.18, "end": 2657.18, "word": " milliseconds.", "probability": 0.8466796875}, {"start": 2657.8, "end": 2657.94, "word": " It", "probability": 0.30615234375}, {"start": 2657.94, "end": 2657.94, "word": " deals", "probability": 0.1898193359375}, {"start": 2657.94, "end": 2658.02, "word": " with", "probability": 0.77685546875}, {"start": 2658.02, "end": 2658.54, "word": " milliseconds.", "probability": 0.7900390625}, {"start": 2659.76, "end": 2660.16, "word": " Now,", "probability": 0.63720703125}, {"start": 2660.3, "end": 2661.08, "word": " countdown", "probability": 0.61474609375}, {"start": 2661.08, "end": 2662.08, "word": " interval.", "probability": 0.95947265625}, {"start": 2663.68, "end": 2664.28, "word": " What", "probability": 0.86572265625}, {"start": 2664.28, "end": 2664.4, "word": " does", "probability": 0.262939453125}, {"start": 2664.4, "end": 2664.82, "word": " countdown", "probability": 0.73486328125}, {"start": 2664.82, "end": 2665.36, "word": " interval", "probability": 0.97412109375}, {"start": 2665.36, "end": 2665.36, "word": " mean?", "probability": 0.93994140625}, {"start": 2665.46, "end": 2665.92, "word": " For", "probability": 0.60107421875}, {"start": 2665.92, "end": 2666.26, "word": " example,", "probability": 0.9365234375}, {"start": 2666.78, "end": 2666.86, "word": " you", "probability": 0.70654296875}, {"start": 2666.86, "end": 2667.1, "word": " gave", "probability": 0.430908203125}, {"start": 2667.1, "end": 2667.24, "word": " him", "probability": 0.8115234375}, {"start": 2667.24, "end": 2667.44, "word": " 10", "probability": 0.8701171875}, {"start": 2667.44, "end": 2667.92, "word": " seconds,", "probability": 0.8046875}, {"start": 2668.06, "end": 2668.16, "word": " you", "probability": 0.375732421875}, {"start": 2668.16, "end": 2668.22, "word": " have", "probability": 0.3974609375}, {"start": 2668.22, "end": 2668.4, "word": " to", "probability": 0.96728515625}, {"start": 2668.4, "end": 2668.64, "word": " make", "probability": 0.3486328125}, {"start": 2668.64, "end": 2669.04, "word": " every", "probability": 0.425048828125}, {"start": 2669.04, "end": 2669.74, "word": " second", "probability": 0.88525390625}, {"start": 2669.74, "end": 2671.14, "word": " give", "probability": 0.4228515625}, {"start": 2671.14, "end": 2671.52, "word": " you", "probability": 0.9228515625}], "temperature": 1.0}, {"id": 102, "seek": 269691, "start": 2674.21, "end": 2696.91, "text": " It's like the clock when it goes tick tick tick, the number changes every second, right? There are clocks that you can find every second, you can use them in races. So this is the interval, that is, every how long it takes for it to alert you. We have to know every how long, because the progress bar has to be, for example, the missing every how long", "tokens": [467, 311, 411, 264, 7830, 562, 309, 1709, 5204, 5204, 5204, 11, 264, 1230, 2962, 633, 1150, 11, 558, 30, 821, 366, 41528, 300, 291, 393, 915, 633, 1150, 11, 291, 393, 764, 552, 294, 15484, 13, 407, 341, 307, 264, 15035, 11, 300, 307, 11, 633, 577, 938, 309, 2516, 337, 309, 281, 9615, 291, 13, 492, 362, 281, 458, 633, 577, 938, 11, 570, 264, 4205, 2159, 575, 281, 312, 11, 337, 1365, 11, 264, 5361, 633, 577, 938], "avg_logprob": -0.7400914859480974, "compression_ratio": 1.7087378640776698, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2674.21, "end": 2674.63, "word": " It's", "probability": 0.3209228515625}, {"start": 2674.63, "end": 2674.69, "word": " like", "probability": 0.328857421875}, {"start": 2674.69, "end": 2674.91, "word": " the", "probability": 0.287841796875}, {"start": 2674.91, "end": 2675.13, "word": " clock", "probability": 0.4912109375}, {"start": 2675.13, "end": 2675.33, "word": " when", "probability": 0.1495361328125}, {"start": 2675.33, "end": 2675.45, "word": " it", "probability": 0.6103515625}, {"start": 2675.45, "end": 2675.55, "word": " goes", "probability": 0.266845703125}, {"start": 2675.55, "end": 2676.01, "word": " tick", "probability": 0.433837890625}, {"start": 2676.01, "end": 2676.67, "word": " tick", "probability": 0.583984375}, {"start": 2676.67, "end": 2676.97, "word": " tick,", "probability": 0.751953125}, {"start": 2677.27, "end": 2677.89, "word": " the", "probability": 0.5439453125}, {"start": 2677.89, "end": 2678.09, "word": " number", "probability": 0.6611328125}, {"start": 2678.09, "end": 2678.45, "word": " changes", "probability": 0.60009765625}, {"start": 2678.45, "end": 2678.65, "word": " every", "probability": 0.583984375}, {"start": 2678.65, "end": 2679.05, "word": " second,", "probability": 0.8818359375}, {"start": 2679.65, "end": 2679.95, "word": " right?", "probability": 0.239501953125}, {"start": 2680.53, "end": 2680.71, "word": " There", "probability": 0.52783203125}, {"start": 2680.71, "end": 2680.81, "word": " are", "probability": 0.88525390625}, {"start": 2680.81, "end": 2681.29, "word": " clocks", "probability": 0.63134765625}, {"start": 2681.29, "end": 2681.63, "word": " that", "probability": 0.57421875}, {"start": 2681.63, "end": 2681.69, "word": " you", "probability": 0.59765625}, {"start": 2681.69, "end": 2681.83, "word": " can", "probability": 0.28564453125}, {"start": 2681.83, "end": 2681.95, "word": " find", "probability": 0.82861328125}, {"start": 2681.95, "end": 2682.15, "word": " every", "probability": 0.52294921875}, {"start": 2682.15, "end": 2682.35, "word": " second,", "probability": 0.58740234375}, {"start": 2682.75, "end": 2683.27, "word": " you", "probability": 0.162109375}, {"start": 2683.27, "end": 2683.31, "word": " can", "probability": 0.70458984375}, {"start": 2683.31, "end": 2683.53, "word": " use", "probability": 0.587890625}, {"start": 2683.53, "end": 2683.63, "word": " them", "probability": 0.7685546875}, {"start": 2683.63, "end": 2683.71, "word": " in", "probability": 0.7744140625}, {"start": 2683.71, "end": 2684.17, "word": " races.", "probability": 0.31982421875}, {"start": 2685.17, "end": 2685.59, "word": " So", "probability": 0.30908203125}, {"start": 2685.59, "end": 2685.83, "word": " this", "probability": 0.63671875}, {"start": 2685.83, "end": 2685.99, "word": " is", "probability": 0.86328125}, {"start": 2685.99, "end": 2686.35, "word": " the", "probability": 0.80810546875}, {"start": 2686.35, "end": 2686.91, "word": " interval,", "probability": 0.96533203125}, {"start": 2687.39, "end": 2687.49, "word": " that", "probability": 0.11517333984375}, {"start": 2687.49, "end": 2687.51, "word": " is,", "probability": 0.496337890625}, {"start": 2687.57, "end": 2687.71, "word": " every", "probability": 0.330322265625}, {"start": 2687.71, "end": 2688.27, "word": " how", "probability": 0.165283203125}, {"start": 2688.27, "end": 2688.41, "word": " long", "probability": 0.1868896484375}, {"start": 2688.41, "end": 2688.95, "word": " it", "probability": 0.47607421875}, {"start": 2688.95, "end": 2689.21, "word": " takes", "probability": 0.2196044921875}, {"start": 2689.21, "end": 2689.47, "word": " for", "probability": 0.302978515625}, {"start": 2689.47, "end": 2689.89, "word": " it", "probability": 0.603515625}, {"start": 2689.89, "end": 2689.89, "word": " to", "probability": 0.966796875}, {"start": 2689.89, "end": 2690.09, "word": " alert", "probability": 0.1402587890625}, {"start": 2690.09, "end": 2690.49, "word": " you.", "probability": 0.5068359375}, {"start": 2690.69, "end": 2690.87, "word": " We", "probability": 0.68603515625}, {"start": 2690.87, "end": 2690.97, "word": " have", "probability": 0.253662109375}, {"start": 2690.97, "end": 2691.09, "word": " to", "probability": 0.97265625}, {"start": 2691.09, "end": 2691.35, "word": " know", "probability": 0.87548828125}, {"start": 2691.35, "end": 2691.55, "word": " every", "probability": 0.33349609375}, {"start": 2691.55, "end": 2691.75, "word": " how", "probability": 0.91552734375}, {"start": 2691.75, "end": 2691.79, "word": " long,", "probability": 0.81884765625}, {"start": 2691.85, "end": 2692.01, "word": " because", "probability": 0.8837890625}, {"start": 2692.01, "end": 2692.71, "word": " the", "probability": 0.82373046875}, {"start": 2692.71, "end": 2693.09, "word": " progress", "probability": 0.82080078125}, {"start": 2693.09, "end": 2693.47, "word": " bar", "probability": 0.9501953125}, {"start": 2693.47, "end": 2694.79, "word": " has", "probability": 0.1864013671875}, {"start": 2694.79, "end": 2694.79, "word": " to", "probability": 0.9541015625}, {"start": 2694.79, "end": 2694.99, "word": " be,", "probability": 0.619140625}, {"start": 2695.05, "end": 2695.17, "word": " for", "probability": 0.87939453125}, {"start": 2695.17, "end": 2695.37, "word": " example,", "probability": 0.94970703125}, {"start": 2695.49, "end": 2695.61, "word": " the", "probability": 0.55078125}, {"start": 2695.61, "end": 2695.83, "word": " missing", "probability": 0.137939453125}, {"start": 2695.83, "end": 2696.07, "word": " every", "probability": 0.389404296875}, {"start": 2696.07, "end": 2696.87, "word": " how", "probability": 0.89892578125}, {"start": 2696.87, "end": 2696.91, "word": " long", "probability": 0.74169921875}], "temperature": 1.0}, {"id": 103, "seek": 272487, "start": 2698.53, "end": 2724.87, "text": " Every second, for example, we give him 10 seconds, and we say every second, give me the value that I have reached. Now, there are also two methods inside it. There is a method called OnTick. What is OnTick? You see the clock, it goes tick, tick, tick. OnTick means after the countdown interval is completed. For example, if I put here 10,000 and here 1000,", "tokens": [2048, 1150, 11, 337, 1365, 11, 321, 976, 796, 1266, 3949, 11, 293, 321, 584, 633, 1150, 11, 976, 385, 264, 2158, 300, 286, 362, 6488, 13, 823, 11, 456, 366, 611, 732, 7150, 1854, 309, 13, 821, 307, 257, 3170, 1219, 1282, 51, 618, 13, 708, 307, 1282, 51, 618, 30, 509, 536, 264, 7830, 11, 309, 1709, 5204, 11, 5204, 11, 5204, 13, 1282, 51, 618, 1355, 934, 264, 35985, 15035, 307, 7365, 13, 1171, 1365, 11, 498, 286, 829, 510, 1266, 11, 1360, 293, 510, 9714, 11], "avg_logprob": -0.45673076595578876, "compression_ratio": 1.6227272727272728, "no_speech_prob": 0.0, "words": [{"start": 2698.53, "end": 2698.77, "word": " Every", "probability": 0.2005615234375}, {"start": 2698.77, "end": 2699.07, "word": " second,", "probability": 0.89892578125}, {"start": 2699.17, "end": 2699.25, "word": " for", "probability": 0.60009765625}, {"start": 2699.25, "end": 2699.39, "word": " example,", "probability": 0.90869140625}, {"start": 2699.65, "end": 2699.71, "word": " we", "probability": 0.4462890625}, {"start": 2699.71, "end": 2699.87, "word": " give", "probability": 0.677734375}, {"start": 2699.87, "end": 2700.05, "word": " him", "probability": 0.59912109375}, {"start": 2700.05, "end": 2700.29, "word": " 10", "probability": 0.68896484375}, {"start": 2700.29, "end": 2700.75, "word": " seconds,", "probability": 0.75830078125}, {"start": 2701.29, "end": 2701.45, "word": " and", "probability": 0.80322265625}, {"start": 2701.45, "end": 2701.51, "word": " we", "probability": 0.572265625}, {"start": 2701.51, "end": 2701.67, "word": " say", "probability": 0.4736328125}, {"start": 2701.67, "end": 2701.95, "word": " every", "probability": 0.30078125}, {"start": 2701.95, "end": 2702.39, "word": " second,", "probability": 0.890625}, {"start": 2703.67, "end": 2704.25, "word": " give", "probability": 0.7666015625}, {"start": 2704.25, "end": 2704.49, "word": " me", "probability": 0.57568359375}, {"start": 2704.49, "end": 2704.95, "word": " the", "probability": 0.8408203125}, {"start": 2704.95, "end": 2705.23, "word": " value", "probability": 0.90283203125}, {"start": 2705.23, "end": 2705.57, "word": " that", "probability": 0.5048828125}, {"start": 2705.57, "end": 2705.91, "word": " I", "probability": 0.65234375}, {"start": 2705.91, "end": 2705.91, "word": " have", "probability": 0.312255859375}, {"start": 2705.91, "end": 2705.91, "word": " reached.", "probability": 0.54638671875}, {"start": 2707.55, "end": 2708.11, "word": " Now,", "probability": 0.77783203125}, {"start": 2708.49, "end": 2708.55, "word": " there", "probability": 0.5615234375}, {"start": 2708.55, "end": 2708.83, "word": " are", "probability": 0.68994140625}, {"start": 2708.83, "end": 2709.31, "word": " also", "probability": 0.41455078125}, {"start": 2709.31, "end": 2709.93, "word": " two", "probability": 0.83984375}, {"start": 2709.93, "end": 2710.35, "word": " methods", "probability": 0.9267578125}, {"start": 2710.35, "end": 2710.35, "word": " inside", "probability": 0.3681640625}, {"start": 2710.35, "end": 2710.37, "word": " it.", "probability": 0.61572265625}, {"start": 2711.41, "end": 2711.77, "word": " There", "probability": 0.7421875}, {"start": 2711.77, "end": 2711.79, "word": " is", "probability": 0.900390625}, {"start": 2711.79, "end": 2711.85, "word": " a", "probability": 0.931640625}, {"start": 2711.85, "end": 2712.07, "word": " method", "probability": 0.93994140625}, {"start": 2712.07, "end": 2712.41, "word": " called", "probability": 0.82275390625}, {"start": 2712.41, "end": 2712.99, "word": " OnTick.", "probability": 0.4722493489583333}, {"start": 2713.89, "end": 2714.17, "word": " What", "probability": 0.84375}, {"start": 2714.17, "end": 2714.25, "word": " is", "probability": 0.7861328125}, {"start": 2714.25, "end": 2714.71, "word": " OnTick?", "probability": 0.94384765625}, {"start": 2714.87, "end": 2715.05, "word": " You", "probability": 0.5751953125}, {"start": 2715.05, "end": 2715.39, "word": " see", "probability": 0.316650390625}, {"start": 2715.39, "end": 2715.59, "word": " the", "probability": 0.488037109375}, {"start": 2715.59, "end": 2715.69, "word": " clock,", "probability": 0.42236328125}, {"start": 2715.75, "end": 2715.81, "word": " it", "probability": 0.5712890625}, {"start": 2715.81, "end": 2715.95, "word": " goes", "probability": 0.15673828125}, {"start": 2715.95, "end": 2716.25, "word": " tick,", "probability": 0.8017578125}, {"start": 2716.63, "end": 2716.89, "word": " tick,", "probability": 0.97314453125}, {"start": 2717.17, "end": 2717.67, "word": " tick.", "probability": 0.9716796875}, {"start": 2718.17, "end": 2718.57, "word": " OnTick", "probability": 0.9694010416666666}, {"start": 2718.57, "end": 2718.75, "word": " means", "probability": 0.70654296875}, {"start": 2718.75, "end": 2719.07, "word": " after", "probability": 0.759765625}, {"start": 2719.07, "end": 2719.37, "word": " the", "probability": 0.5146484375}, {"start": 2719.37, "end": 2721.65, "word": " countdown", "probability": 0.86572265625}, {"start": 2721.65, "end": 2722.33, "word": " interval", "probability": 0.9619140625}, {"start": 2722.33, "end": 2722.33, "word": " is", "probability": 0.50048828125}, {"start": 2722.33, "end": 2722.33, "word": " completed.", "probability": 0.239013671875}, {"start": 2722.45, "end": 2722.95, "word": " For", "probability": 0.56005859375}, {"start": 2722.95, "end": 2723.11, "word": " example,", "probability": 0.95654296875}, {"start": 2723.17, "end": 2723.27, "word": " if", "probability": 0.62890625}, {"start": 2723.27, "end": 2723.31, "word": " I", "probability": 0.7919921875}, {"start": 2723.31, "end": 2723.63, "word": " put", "probability": 0.69873046875}, {"start": 2723.63, "end": 2723.77, "word": " here", "probability": 0.390625}, {"start": 2723.77, "end": 2723.97, "word": " 10", "probability": 0.6689453125}, {"start": 2723.97, "end": 2724.27, "word": ",000", "probability": 0.820556640625}, {"start": 2724.27, "end": 2724.39, "word": " and", "probability": 0.73095703125}, {"start": 2724.39, "end": 2724.53, "word": " here", "probability": 0.779296875}, {"start": 2724.53, "end": 2724.87, "word": " 1000,", "probability": 0.482177734375}], "temperature": 1.0}, {"id": 104, "seek": 275153, "start": 2725.75, "end": 2751.53, "text": " Every second, this method is called. With this method, we go up to the progress bar. It's like on a click lesson. There is on a click lesson, where every time you click, it gives you a millisecond. This is on tick, which means that every time you click, it gives you a millisecond, or something like that. From the minutes until finished.", "tokens": [2048, 1150, 11, 341, 3170, 307, 1219, 13, 2022, 341, 3170, 11, 321, 352, 493, 281, 264, 4205, 2159, 13, 467, 311, 411, 322, 257, 2052, 6898, 13, 821, 307, 322, 257, 2052, 6898, 11, 689, 633, 565, 291, 2052, 11, 309, 2709, 291, 257, 27940, 18882, 13, 639, 307, 322, 5204, 11, 597, 1355, 300, 633, 565, 291, 2052, 11, 309, 2709, 291, 257, 27940, 18882, 11, 420, 746, 411, 300, 13, 3358, 264, 2077, 1826, 4335, 13], "avg_logprob": -0.7617187455296517, "compression_ratio": 1.8324324324324324, "no_speech_prob": 0.0, "words": [{"start": 2725.75, "end": 2726.31, "word": " Every", "probability": 0.179443359375}, {"start": 2726.31, "end": 2726.85, "word": " second,", "probability": 0.853515625}, {"start": 2727.17, "end": 2727.25, "word": " this", "probability": 0.29541015625}, {"start": 2727.25, "end": 2727.25, "word": " method", "probability": 0.92236328125}, {"start": 2727.25, "end": 2727.25, "word": " is", "probability": 0.1229248046875}, {"start": 2727.25, "end": 2727.59, "word": " called.", "probability": 0.1881103515625}, {"start": 2730.19, "end": 2730.75, "word": " With", "probability": 0.0833740234375}, {"start": 2730.75, "end": 2731.71, "word": " this", "probability": 0.86767578125}, {"start": 2731.71, "end": 2732.03, "word": " method,", "probability": 0.94140625}, {"start": 2733.05, "end": 2733.33, "word": " we", "probability": 0.53173828125}, {"start": 2733.33, "end": 2733.51, "word": " go", "probability": 0.349609375}, {"start": 2733.51, "end": 2733.85, "word": " up", "probability": 0.185791015625}, {"start": 2733.85, "end": 2734.13, "word": " to", "probability": 0.8515625}, {"start": 2734.13, "end": 2734.21, "word": " the", "probability": 0.21240234375}, {"start": 2734.21, "end": 2735.37, "word": " progress", "probability": 0.60791015625}, {"start": 2735.37, "end": 2735.71, "word": " bar.", "probability": 0.93603515625}, {"start": 2735.77, "end": 2736.23, "word": " It's", "probability": 0.38824462890625}, {"start": 2736.23, "end": 2736.35, "word": " like", "probability": 0.72265625}, {"start": 2736.35, "end": 2736.55, "word": " on", "probability": 0.49072265625}, {"start": 2736.55, "end": 2736.65, "word": " a", "probability": 0.34326171875}, {"start": 2736.65, "end": 2736.83, "word": " click", "probability": 0.84228515625}, {"start": 2736.83, "end": 2737.11, "word": " lesson.", "probability": 0.2294921875}, {"start": 2738.15, "end": 2738.71, "word": " There", "probability": 0.369873046875}, {"start": 2738.71, "end": 2739.27, "word": " is", "probability": 0.66943359375}, {"start": 2739.27, "end": 2739.47, "word": " on", "probability": 0.57861328125}, {"start": 2739.47, "end": 2739.57, "word": " a", "probability": 0.84228515625}, {"start": 2739.57, "end": 2739.91, "word": " click", "probability": 0.884765625}, {"start": 2739.91, "end": 2740.23, "word": " lesson,", "probability": 0.1453857421875}, {"start": 2740.95, "end": 2741.19, "word": " where", "probability": 0.222412109375}, {"start": 2741.19, "end": 2741.55, "word": " every", "probability": 0.340576171875}, {"start": 2741.55, "end": 2741.79, "word": " time", "probability": 0.430908203125}, {"start": 2741.79, "end": 2741.79, "word": " you", "probability": 0.6806640625}, {"start": 2741.79, "end": 2741.99, "word": " click,", "probability": 0.2337646484375}, {"start": 2742.11, "end": 2742.17, "word": " it", "probability": 0.462890625}, {"start": 2742.17, "end": 2742.25, "word": " gives", "probability": 0.326416015625}, {"start": 2742.25, "end": 2742.65, "word": " you", "probability": 0.8642578125}, {"start": 2742.65, "end": 2742.77, "word": " a", "probability": 0.31640625}, {"start": 2742.77, "end": 2742.77, "word": " millisecond.", "probability": 0.57952880859375}, {"start": 2742.77, "end": 2743.07, "word": " This", "probability": 0.1865234375}, {"start": 2743.07, "end": 2743.15, "word": " is", "probability": 0.57763671875}, {"start": 2743.15, "end": 2743.89, "word": " on", "probability": 0.7353515625}, {"start": 2743.89, "end": 2744.17, "word": " tick,", "probability": 0.67431640625}, {"start": 2744.27, "end": 2744.47, "word": " which", "probability": 0.39404296875}, {"start": 2744.47, "end": 2744.47, "word": " means", "probability": 0.85107421875}, {"start": 2744.47, "end": 2744.67, "word": " that", "probability": 0.36279296875}, {"start": 2744.67, "end": 2744.91, "word": " every", "probability": 0.5927734375}, {"start": 2744.91, "end": 2745.05, "word": " time", "probability": 0.71240234375}, {"start": 2745.05, "end": 2745.11, "word": " you", "probability": 0.8408203125}, {"start": 2745.11, "end": 2745.43, "word": " click,", "probability": 0.356689453125}, {"start": 2746.85, "end": 2747.23, "word": " it", "probability": 0.615234375}, {"start": 2747.23, "end": 2748.13, "word": " gives", "probability": 0.759765625}, {"start": 2748.13, "end": 2748.43, "word": " you", "probability": 0.9189453125}, {"start": 2748.43, "end": 2748.43, "word": " a", "probability": 0.39794921875}, {"start": 2748.43, "end": 2748.43, "word": " millisecond,", "probability": 0.96630859375}, {"start": 2748.47, "end": 2748.59, "word": " or", "probability": 0.5771484375}, {"start": 2748.59, "end": 2748.77, "word": " something", "probability": 0.4140625}, {"start": 2748.77, "end": 2749.05, "word": " like", "probability": 0.385009765625}, {"start": 2749.05, "end": 2749.59, "word": " that.", "probability": 0.76708984375}, {"start": 2750.15, "end": 2750.39, "word": " From", "probability": 0.281982421875}, {"start": 2750.39, "end": 2750.49, "word": " the", "probability": 0.42431640625}, {"start": 2750.49, "end": 2750.73, "word": " minutes", "probability": 0.3193359375}, {"start": 2750.73, "end": 2751.07, "word": " until", "probability": 0.71435546875}, {"start": 2751.07, "end": 2751.53, "word": " finished.", "probability": 0.415283203125}], "temperature": 1.0}, {"id": 105, "seek": 277989, "start": 2752.53, "end": 2779.89, "text": "Until finish means how much time is left. For example, you started from 10 seconds. And you told him to give you a tick after every second. Because after the first second, he will give you 9000, 9 seconds. After the second second, he will give you 80. After the third second, he will give you 7. So, simply, we take this value and put it where? In the progress bar. Can we add 5 seconds when we add 5 seconds?", "tokens": [52, 580, 388, 2413, 1355, 577, 709, 565, 307, 1411, 13, 1171, 1365, 11, 291, 1409, 490, 1266, 3949, 13, 400, 291, 1907, 796, 281, 976, 291, 257, 5204, 934, 633, 1150, 13, 1436, 934, 264, 700, 1150, 11, 415, 486, 976, 291, 1722, 1360, 11, 1722, 3949, 13, 2381, 264, 1150, 1150, 11, 415, 486, 976, 291, 4688, 13, 2381, 264, 2636, 1150, 11, 415, 486, 976, 291, 1614, 13, 407, 11, 2935, 11, 321, 747, 341, 2158, 293, 829, 309, 689, 30, 682, 264, 4205, 2159, 13, 1664, 321, 909, 1025, 3949, 562, 321, 909, 1025, 3949, 30], "avg_logprob": -0.4554455528164854, "compression_ratio": 1.8177777777777777, "no_speech_prob": 0.0, "words": [{"start": 2752.53, "end": 2753.01, "word": "Until", "probability": 0.7251790364583334}, {"start": 2753.01, "end": 2753.25, "word": " finish", "probability": 0.40771484375}, {"start": 2753.25, "end": 2753.39, "word": " means", "probability": 0.45068359375}, {"start": 2753.39, "end": 2753.59, "word": " how", "probability": 0.31640625}, {"start": 2753.59, "end": 2753.69, "word": " much", "probability": 0.424560546875}, {"start": 2753.69, "end": 2753.81, "word": " time", "probability": 0.379150390625}, {"start": 2753.81, "end": 2753.81, "word": " is", "probability": 0.21875}, {"start": 2753.81, "end": 2753.93, "word": " left.", "probability": 0.78173828125}, {"start": 2754.27, "end": 2754.75, "word": " For", "probability": 0.56591796875}, {"start": 2754.75, "end": 2754.93, "word": " example,", "probability": 0.92236328125}, {"start": 2755.07, "end": 2755.29, "word": " you", "probability": 0.75341796875}, {"start": 2755.29, "end": 2755.59, "word": " started", "probability": 0.62646484375}, {"start": 2755.59, "end": 2755.75, "word": " from", "probability": 0.5234375}, {"start": 2755.75, "end": 2755.99, "word": " 10", "probability": 0.77783203125}, {"start": 2755.99, "end": 2756.31, "word": " seconds.", "probability": 0.7666015625}, {"start": 2757.57, "end": 2758.05, "word": " And", "probability": 0.328857421875}, {"start": 2758.05, "end": 2758.11, "word": " you", "probability": 0.8515625}, {"start": 2758.11, "end": 2758.31, "word": " told", "probability": 0.375}, {"start": 2758.31, "end": 2758.67, "word": " him", "probability": 0.458984375}, {"start": 2758.67, "end": 2758.89, "word": " to", "probability": 0.59033203125}, {"start": 2758.89, "end": 2759.07, "word": " give", "probability": 0.75439453125}, {"start": 2759.07, "end": 2759.25, "word": " you", "probability": 0.76025390625}, {"start": 2759.25, "end": 2759.31, "word": " a", "probability": 0.75927734375}, {"start": 2759.31, "end": 2759.49, "word": " tick", "probability": 0.83447265625}, {"start": 2759.49, "end": 2759.73, "word": " after", "probability": 0.615234375}, {"start": 2759.73, "end": 2760.19, "word": " every", "probability": 0.463134765625}, {"start": 2760.19, "end": 2761.01, "word": " second.", "probability": 0.89599609375}, {"start": 2761.63, "end": 2761.89, "word": " Because", "probability": 0.83251953125}, {"start": 2761.89, "end": 2762.17, "word": " after", "probability": 0.7744140625}, {"start": 2762.17, "end": 2762.65, "word": " the", "probability": 0.86962890625}, {"start": 2762.65, "end": 2762.87, "word": " first", "probability": 0.86962890625}, {"start": 2762.87, "end": 2762.87, "word": " second,", "probability": 0.9052734375}, {"start": 2763.59, "end": 2763.99, "word": " he", "probability": 0.56884765625}, {"start": 2763.99, "end": 2764.09, "word": " will", "probability": 0.716796875}, {"start": 2764.09, "end": 2764.23, "word": " give", "probability": 0.52978515625}, {"start": 2764.23, "end": 2764.45, "word": " you", "probability": 0.923828125}, {"start": 2764.45, "end": 2765.09, "word": " 9000,", "probability": 0.70751953125}, {"start": 2765.51, "end": 2765.75, "word": " 9", "probability": 0.80517578125}, {"start": 2765.75, "end": 2766.03, "word": " seconds.", "probability": 0.7861328125}, {"start": 2766.59, "end": 2767.07, "word": " After", "probability": 0.82275390625}, {"start": 2767.07, "end": 2767.25, "word": " the", "probability": 0.90087890625}, {"start": 2767.25, "end": 2767.39, "word": " second", "probability": 0.8564453125}, {"start": 2767.39, "end": 2767.85, "word": " second,", "probability": 0.7216796875}, {"start": 2768.17, "end": 2768.51, "word": " he", "probability": 0.93212890625}, {"start": 2768.51, "end": 2768.63, "word": " will", "probability": 0.82666015625}, {"start": 2768.63, "end": 2768.79, "word": " give", "probability": 0.841796875}, {"start": 2768.79, "end": 2768.95, "word": " you", "probability": 0.95263671875}, {"start": 2768.95, "end": 2769.19, "word": " 80.", "probability": 0.91650390625}, {"start": 2769.93, "end": 2770.17, "word": " After", "probability": 0.83203125}, {"start": 2770.17, "end": 2770.33, "word": " the", "probability": 0.9072265625}, {"start": 2770.33, "end": 2770.83, "word": " third", "probability": 0.78759765625}, {"start": 2770.83, "end": 2770.83, "word": " second,", "probability": 0.87744140625}, {"start": 2770.97, "end": 2770.97, "word": " he", "probability": 0.9375}, {"start": 2770.97, "end": 2771.07, "word": " will", "probability": 0.86181640625}, {"start": 2771.07, "end": 2771.27, "word": " give", "probability": 0.89404296875}, {"start": 2771.27, "end": 2771.57, "word": " you", "probability": 0.96337890625}, {"start": 2771.57, "end": 2771.97, "word": " 7.", "probability": 0.8662109375}, {"start": 2772.75, "end": 2772.95, "word": " So,", "probability": 0.52587890625}, {"start": 2773.35, "end": 2773.35, "word": " simply,", "probability": 0.260498046875}, {"start": 2773.43, "end": 2773.63, "word": " we", "probability": 0.70068359375}, {"start": 2773.63, "end": 2773.79, "word": " take", "probability": 0.7158203125}, {"start": 2773.79, "end": 2773.93, "word": " this", "probability": 0.771484375}, {"start": 2773.93, "end": 2774.13, "word": " value", "probability": 0.82373046875}, {"start": 2774.13, "end": 2774.47, "word": " and", "probability": 0.8759765625}, {"start": 2774.47, "end": 2774.73, "word": " put", "probability": 0.5009765625}, {"start": 2774.73, "end": 2774.83, "word": " it", "probability": 0.93310546875}, {"start": 2774.83, "end": 2774.99, "word": " where?", "probability": 0.44580078125}, {"start": 2775.99, "end": 2776.47, "word": " In", "probability": 0.84814453125}, {"start": 2776.47, "end": 2776.59, "word": " the", "probability": 0.8642578125}, {"start": 2776.59, "end": 2776.87, "word": " progress", "probability": 0.736328125}, {"start": 2776.87, "end": 2777.13, "word": " bar.", "probability": 0.958984375}, {"start": 2777.19, "end": 2777.47, "word": " Can", "probability": 0.465087890625}, {"start": 2777.47, "end": 2777.73, "word": " we", "probability": 0.74658203125}, {"start": 2777.73, "end": 2777.95, "word": " add", "probability": 0.143798828125}, {"start": 2777.95, "end": 2778.33, "word": " 5", "probability": 0.16650390625}, {"start": 2778.33, "end": 2778.61, "word": " seconds", "probability": 0.85107421875}, {"start": 2778.61, "end": 2779.01, "word": " when", "probability": 0.31298828125}, {"start": 2779.01, "end": 2779.13, "word": " we", "probability": 0.199462890625}, {"start": 2779.13, "end": 2779.31, "word": " add", "probability": 0.6015625}, {"start": 2779.31, "end": 2779.49, "word": " 5", "probability": 0.76611328125}, {"start": 2779.49, "end": 2779.89, "word": " seconds?", "probability": 0.75537109375}], "temperature": 1.0}, {"id": 106, "seek": 279356, "start": 2781.5, "end": 2793.56, "text": " Yes, of course, yes, but it is left to you, you can do whatever you want. If it is unfleshed, what does it mean? It does not finish. If it finishes, it is not considered as a loss.", "tokens": [1079, 11, 295, 1164, 11, 2086, 11, 457, 309, 307, 1411, 281, 291, 11, 291, 393, 360, 2035, 291, 528, 13, 759, 309, 307, 517, 3423, 14935, 292, 11, 437, 775, 309, 914, 30, 467, 775, 406, 2413, 13, 759, 309, 23615, 11, 309, 307, 406, 4888, 382, 257, 4470, 13], "avg_logprob": -0.612079340677995, "compression_ratio": 1.448, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2781.5, "end": 2781.78, "word": " Yes,", "probability": 0.3291015625}, {"start": 2781.94, "end": 2782.0, "word": " of", "probability": 0.6533203125}, {"start": 2782.0, "end": 2782.14, "word": " course,", "probability": 0.951171875}, {"start": 2782.38, "end": 2782.58, "word": " yes,", "probability": 0.462158203125}, {"start": 2783.0, "end": 2783.58, "word": " but", "probability": 0.80419921875}, {"start": 2783.58, "end": 2783.76, "word": " it", "probability": 0.306640625}, {"start": 2783.76, "end": 2783.8, "word": " is", "probability": 0.57666015625}, {"start": 2783.8, "end": 2784.0, "word": " left", "probability": 0.51123046875}, {"start": 2784.0, "end": 2784.24, "word": " to", "probability": 0.6298828125}, {"start": 2784.24, "end": 2784.42, "word": " you,", "probability": 0.8388671875}, {"start": 2784.82, "end": 2784.94, "word": " you", "probability": 0.50439453125}, {"start": 2784.94, "end": 2784.98, "word": " can", "probability": 0.6142578125}, {"start": 2784.98, "end": 2785.16, "word": " do", "probability": 0.428466796875}, {"start": 2785.16, "end": 2785.36, "word": " whatever", "probability": 0.64013671875}, {"start": 2785.36, "end": 2785.48, "word": " you", "probability": 0.943359375}, {"start": 2785.48, "end": 2785.66, "word": " want.", "probability": 0.7685546875}, {"start": 2786.4, "end": 2786.6, "word": " If", "probability": 0.2783203125}, {"start": 2786.6, "end": 2786.74, "word": " it", "probability": 0.38720703125}, {"start": 2786.74, "end": 2786.74, "word": " is", "probability": 0.72509765625}, {"start": 2786.74, "end": 2787.38, "word": " unfleshed,", "probability": 0.484527587890625}, {"start": 2787.42, "end": 2787.56, "word": " what", "probability": 0.7021484375}, {"start": 2787.56, "end": 2787.72, "word": " does", "probability": 0.83251953125}, {"start": 2787.72, "end": 2787.72, "word": " it", "probability": 0.6552734375}, {"start": 2787.72, "end": 2787.86, "word": " mean?", "probability": 0.953125}, {"start": 2788.72, "end": 2789.12, "word": " It", "probability": 0.66162109375}, {"start": 2789.12, "end": 2789.22, "word": " does", "probability": 0.2073974609375}, {"start": 2789.22, "end": 2789.22, "word": " not", "probability": 0.94482421875}, {"start": 2789.22, "end": 2789.6, "word": " finish.", "probability": 0.5029296875}, {"start": 2790.1, "end": 2790.46, "word": " If", "probability": 0.5}, {"start": 2790.46, "end": 2791.0, "word": " it", "probability": 0.908203125}, {"start": 2791.0, "end": 2791.36, "word": " finishes,", "probability": 0.59765625}, {"start": 2791.56, "end": 2791.68, "word": " it", "probability": 0.28271484375}, {"start": 2791.68, "end": 2791.78, "word": " is", "probability": 0.5703125}, {"start": 2791.78, "end": 2791.78, "word": " not", "probability": 0.274169921875}, {"start": 2791.78, "end": 2792.5, "word": " considered", "probability": 0.6806640625}, {"start": 2792.5, "end": 2792.76, "word": " as", "probability": 0.262939453125}, {"start": 2792.76, "end": 2793.38, "word": " a", "probability": 0.374755859375}, {"start": 2793.38, "end": 2793.56, "word": " loss.", "probability": 0.7822265625}], "temperature": 1.0}, {"id": 107, "seek": 281654, "start": 2796.0, "end": 2816.54, "text": "Now, I made a class here, but I made an object from it, did it benefit from it? No, to make an object from it, that's it, that's the last thing and we're done I mean in my activity, you say my countdown timer, this timer is equal to new my countdown timer, it needs two things, what does it need? The time it counts", "tokens": [13267, 11, 286, 1027, 257, 1508, 510, 11, 457, 286, 1027, 364, 2657, 490, 309, 11, 630, 309, 5121, 490, 309, 30, 883, 11, 281, 652, 364, 2657, 490, 309, 11, 300, 311, 309, 11, 300, 311, 264, 1036, 551, 293, 321, 434, 1096, 286, 914, 294, 452, 5191, 11, 291, 584, 452, 35985, 19247, 11, 341, 19247, 307, 2681, 281, 777, 452, 35985, 19247, 11, 309, 2203, 732, 721, 11, 437, 775, 309, 643, 30, 440, 565, 309, 14893], "avg_logprob": -0.4560185067447615, "compression_ratio": 1.7403314917127073, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2796.0, "end": 2796.36, "word": "Now,", "probability": 0.2705078125}, {"start": 2796.42, "end": 2796.76, "word": " I", "probability": 0.39404296875}, {"start": 2796.76, "end": 2797.08, "word": " made", "probability": 0.4873046875}, {"start": 2797.08, "end": 2797.24, "word": " a", "probability": 0.72607421875}, {"start": 2797.24, "end": 2797.58, "word": " class", "probability": 0.95166015625}, {"start": 2797.58, "end": 2797.58, "word": " here,", "probability": 0.5048828125}, {"start": 2797.62, "end": 2797.78, "word": " but", "probability": 0.8369140625}, {"start": 2797.78, "end": 2797.9, "word": " I", "probability": 0.71630859375}, {"start": 2797.9, "end": 2798.06, "word": " made", "probability": 0.67822265625}, {"start": 2798.06, "end": 2798.3, "word": " an", "probability": 0.400146484375}, {"start": 2798.3, "end": 2798.56, "word": " object", "probability": 0.97900390625}, {"start": 2798.56, "end": 2798.72, "word": " from", "probability": 0.5078125}, {"start": 2798.72, "end": 2798.72, "word": " it,", "probability": 0.92578125}, {"start": 2798.8, "end": 2798.92, "word": " did", "probability": 0.376708984375}, {"start": 2798.92, "end": 2798.92, "word": " it", "probability": 0.6298828125}, {"start": 2798.92, "end": 2799.2, "word": " benefit", "probability": 0.59619140625}, {"start": 2799.2, "end": 2799.4, "word": " from", "probability": 0.818359375}, {"start": 2799.4, "end": 2799.6, "word": " it?", "probability": 0.9150390625}, {"start": 2800.1, "end": 2800.36, "word": " No,", "probability": 0.8486328125}, {"start": 2800.46, "end": 2800.68, "word": " to", "probability": 0.403564453125}, {"start": 2800.68, "end": 2800.88, "word": " make", "probability": 0.9111328125}, {"start": 2800.88, "end": 2801.14, "word": " an", "probability": 0.54638671875}, {"start": 2801.14, "end": 2801.4, "word": " object", "probability": 0.9814453125}, {"start": 2801.4, "end": 2801.52, "word": " from", "probability": 0.75439453125}, {"start": 2801.52, "end": 2801.52, "word": " it,", "probability": 0.9287109375}, {"start": 2801.6, "end": 2801.78, "word": " that's", "probability": 0.486083984375}, {"start": 2801.78, "end": 2801.78, "word": " it,", "probability": 0.49658203125}, {"start": 2801.8, "end": 2801.94, "word": " that's", "probability": 0.6153564453125}, {"start": 2801.94, "end": 2802.02, "word": " the", "probability": 0.85595703125}, {"start": 2802.02, "end": 2802.16, "word": " last", "probability": 0.833984375}, {"start": 2802.16, "end": 2802.36, "word": " thing", "probability": 0.81103515625}, {"start": 2802.36, "end": 2802.46, "word": " and", "probability": 0.268310546875}, {"start": 2802.46, "end": 2802.56, "word": " we're", "probability": 0.4305419921875}, {"start": 2802.56, "end": 2802.86, "word": " done", "probability": 0.86572265625}, {"start": 2802.86, "end": 2803.72, "word": " I", "probability": 0.1810302734375}, {"start": 2803.72, "end": 2803.82, "word": " mean", "probability": 0.83935546875}, {"start": 2803.82, "end": 2804.14, "word": " in", "probability": 0.44287109375}, {"start": 2804.14, "end": 2804.62, "word": " my", "probability": 0.93896484375}, {"start": 2804.62, "end": 2805.04, "word": " activity,", "probability": 0.90771484375}, {"start": 2805.54, "end": 2805.88, "word": " you", "probability": 0.6513671875}, {"start": 2805.88, "end": 2806.04, "word": " say", "probability": 0.7412109375}, {"start": 2806.04, "end": 2806.46, "word": " my", "probability": 0.65576171875}, {"start": 2806.46, "end": 2807.36, "word": " countdown", "probability": 0.448486328125}, {"start": 2807.36, "end": 2808.1, "word": " timer,", "probability": 0.97802734375}, {"start": 2808.68, "end": 2809.04, "word": " this", "probability": 0.53173828125}, {"start": 2809.04, "end": 2809.48, "word": " timer", "probability": 0.68505859375}, {"start": 2809.48, "end": 2809.94, "word": " is", "probability": 0.365234375}, {"start": 2809.94, "end": 2810.16, "word": " equal", "probability": 0.62744140625}, {"start": 2810.16, "end": 2810.28, "word": " to", "probability": 0.9580078125}, {"start": 2810.28, "end": 2810.56, "word": " new", "probability": 0.56298828125}, {"start": 2810.56, "end": 2811.72, "word": " my", "probability": 0.896484375}, {"start": 2811.72, "end": 2812.76, "word": " countdown", "probability": 0.8076171875}, {"start": 2812.76, "end": 2813.6, "word": " timer,", "probability": 0.9697265625}, {"start": 2813.64, "end": 2813.74, "word": " it", "probability": 0.82177734375}, {"start": 2813.74, "end": 2813.88, "word": " needs", "probability": 0.6923828125}, {"start": 2813.88, "end": 2814.3, "word": " two", "probability": 0.80078125}, {"start": 2814.3, "end": 2814.3, "word": " things,", "probability": 0.8330078125}, {"start": 2815.02, "end": 2815.18, "word": " what", "probability": 0.7421875}, {"start": 2815.18, "end": 2815.26, "word": " does", "probability": 0.61279296875}, {"start": 2815.26, "end": 2815.26, "word": " it", "probability": 0.9365234375}, {"start": 2815.26, "end": 2815.48, "word": " need?", "probability": 0.88916015625}, {"start": 2815.6, "end": 2815.7, "word": " The", "probability": 0.6494140625}, {"start": 2815.7, "end": 2816.04, "word": " time", "probability": 0.736328125}, {"start": 2816.04, "end": 2816.28, "word": " it", "probability": 0.7294921875}, {"start": 2816.28, "end": 2816.54, "word": " counts", "probability": 0.642578125}], "temperature": 1.0}, {"id": 108, "seek": 283947, "start": 2818.17, "end": 2839.47, "text": " And it needs every number to give you a tick. Yes, okay, okay. But why do you need every number to give you a tick? We are going to start from the beginning again. We will see it later. But the most important thing for me now is for you to understand how the countdown works. Of course, you should know that I did a class.", "tokens": [400, 309, 2203, 633, 1230, 281, 976, 291, 257, 5204, 13, 1079, 11, 1392, 11, 1392, 13, 583, 983, 360, 291, 643, 633, 1230, 281, 976, 291, 257, 5204, 30, 492, 366, 516, 281, 722, 490, 264, 2863, 797, 13, 492, 486, 536, 309, 1780, 13, 583, 264, 881, 1021, 551, 337, 385, 586, 307, 337, 291, 281, 1223, 577, 264, 35985, 1985, 13, 2720, 1164, 11, 291, 820, 458, 300, 286, 630, 257, 1508, 13], "avg_logprob": -0.603490281414676, "compression_ratio": 1.615, "no_speech_prob": 0.0, "words": [{"start": 2818.17, "end": 2818.37, "word": " And", "probability": 0.347412109375}, {"start": 2818.37, "end": 2818.61, "word": " it", "probability": 0.3251953125}, {"start": 2818.61, "end": 2818.61, "word": " needs", "probability": 0.2371826171875}, {"start": 2818.61, "end": 2818.77, "word": " every", "probability": 0.26708984375}, {"start": 2818.77, "end": 2819.21, "word": " number", "probability": 0.09381103515625}, {"start": 2819.21, "end": 2819.43, "word": " to", "probability": 0.58349609375}, {"start": 2819.43, "end": 2819.71, "word": " give", "probability": 0.53857421875}, {"start": 2819.71, "end": 2819.87, "word": " you", "probability": 0.52880859375}, {"start": 2819.87, "end": 2820.39, "word": " a", "probability": 0.64794921875}, {"start": 2820.39, "end": 2821.65, "word": " tick.", "probability": 0.69580078125}, {"start": 2823.87, "end": 2824.23, "word": " Yes,", "probability": 0.252685546875}, {"start": 2827.43, "end": 2827.61, "word": " okay,", "probability": 0.295166015625}, {"start": 2827.81, "end": 2828.31, "word": " okay.", "probability": 0.81103515625}, {"start": 2828.55, "end": 2828.55, "word": " But", "probability": 0.10906982421875}, {"start": 2828.55, "end": 2828.79, "word": " why", "probability": 0.58251953125}, {"start": 2828.79, "end": 2828.97, "word": " do", "probability": 0.441650390625}, {"start": 2828.97, "end": 2828.97, "word": " you", "probability": 0.796875}, {"start": 2828.97, "end": 2829.13, "word": " need", "probability": 0.51806640625}, {"start": 2829.13, "end": 2829.29, "word": " every", "probability": 0.263427734375}, {"start": 2829.29, "end": 2829.37, "word": " number", "probability": 0.89404296875}, {"start": 2829.37, "end": 2829.51, "word": " to", "probability": 0.6044921875}, {"start": 2829.51, "end": 2829.63, "word": " give", "probability": 0.69287109375}, {"start": 2829.63, "end": 2829.73, "word": " you", "probability": 0.7568359375}, {"start": 2829.73, "end": 2829.75, "word": " a", "probability": 0.95654296875}, {"start": 2829.75, "end": 2829.79, "word": " tick?", "probability": 0.9130859375}, {"start": 2829.81, "end": 2830.01, "word": " We", "probability": 0.494873046875}, {"start": 2830.01, "end": 2830.15, "word": " are", "probability": 0.142333984375}, {"start": 2830.15, "end": 2830.23, "word": " going", "probability": 0.49755859375}, {"start": 2830.23, "end": 2830.23, "word": " to", "probability": 0.92431640625}, {"start": 2830.23, "end": 2830.51, "word": " start", "probability": 0.290283203125}, {"start": 2830.51, "end": 2830.77, "word": " from", "probability": 0.41845703125}, {"start": 2830.77, "end": 2830.91, "word": " the", "probability": 0.383056640625}, {"start": 2830.91, "end": 2830.91, "word": " beginning", "probability": 0.73583984375}, {"start": 2830.91, "end": 2831.15, "word": " again.", "probability": 0.580078125}, {"start": 2831.19, "end": 2831.25, "word": " We", "probability": 0.55517578125}, {"start": 2831.25, "end": 2831.29, "word": " will", "probability": 0.546875}, {"start": 2831.29, "end": 2831.49, "word": " see", "probability": 0.86474609375}, {"start": 2831.49, "end": 2831.67, "word": " it", "probability": 0.273681640625}, {"start": 2831.67, "end": 2831.87, "word": " later.", "probability": 0.455810546875}, {"start": 2831.99, "end": 2832.15, "word": " But", "probability": 0.72216796875}, {"start": 2832.15, "end": 2832.43, "word": " the", "probability": 0.54638671875}, {"start": 2832.43, "end": 2832.43, "word": " most", "probability": 0.697265625}, {"start": 2832.43, "end": 2832.51, "word": " important", "probability": 0.8720703125}, {"start": 2832.51, "end": 2832.51, "word": " thing", "probability": 0.68798828125}, {"start": 2832.51, "end": 2832.73, "word": " for", "probability": 0.28857421875}, {"start": 2832.73, "end": 2832.73, "word": " me", "probability": 0.86328125}, {"start": 2832.73, "end": 2833.25, "word": " now", "probability": 0.42529296875}, {"start": 2833.25, "end": 2833.43, "word": " is", "probability": 0.85986328125}, {"start": 2833.43, "end": 2833.57, "word": " for", "probability": 0.252197265625}, {"start": 2833.57, "end": 2833.67, "word": " you", "probability": 0.9580078125}, {"start": 2833.67, "end": 2833.67, "word": " to", "probability": 0.94921875}, {"start": 2833.67, "end": 2834.03, "word": " understand", "probability": 0.74560546875}, {"start": 2834.03, "end": 2835.97, "word": " how", "probability": 0.82470703125}, {"start": 2835.97, "end": 2836.11, "word": " the", "probability": 0.53564453125}, {"start": 2836.11, "end": 2837.13, "word": " countdown", "probability": 0.59228515625}, {"start": 2837.13, "end": 2837.67, "word": " works.", "probability": 0.6005859375}, {"start": 2837.85, "end": 2837.99, "word": " Of", "probability": 0.56689453125}, {"start": 2837.99, "end": 2838.03, "word": " course,", "probability": 0.96435546875}, {"start": 2838.11, "end": 2838.27, "word": " you", "probability": 0.60302734375}, {"start": 2838.27, "end": 2838.35, "word": " should", "probability": 0.1483154296875}, {"start": 2838.35, "end": 2838.59, "word": " know", "probability": 0.6328125}, {"start": 2838.59, "end": 2838.67, "word": " that", "probability": 0.921875}, {"start": 2838.67, "end": 2838.81, "word": " I", "probability": 0.98974609375}, {"start": 2838.81, "end": 2839.03, "word": " did", "probability": 0.23974609375}, {"start": 2839.03, "end": 2839.15, "word": " a", "probability": 0.935546875}, {"start": 2839.15, "end": 2839.47, "word": " class.", "probability": 0.953125}], "temperature": 1.0}, {"id": 109, "seek": 285682, "start": 2841.4, "end": 2856.82, "text": "The class of the new library, I made it in two options, you can make it in an independent class, or you can make it an inner class, or you can make it an anonymous class, and we took the three cases those days when we took the button.", "tokens": [2278, 1508, 295, 264, 777, 6405, 11, 286, 1027, 309, 294, 732, 3956, 11, 291, 393, 652, 309, 294, 364, 6695, 1508, 11, 420, 291, 393, 652, 309, 364, 7284, 1508, 11, 420, 291, 393, 652, 309, 364, 24932, 1508, 11, 293, 321, 1890, 264, 1045, 3331, 729, 1708, 562, 321, 1890, 264, 2960, 13], "avg_logprob": -0.5892857377018247, "compression_ratio": 1.7462686567164178, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2841.4, "end": 2841.88, "word": "The", "probability": 0.280029296875}, {"start": 2841.88, "end": 2842.28, "word": " class", "probability": 0.578125}, {"start": 2842.28, "end": 2842.42, "word": " of", "probability": 0.0977783203125}, {"start": 2842.42, "end": 2842.44, "word": " the", "probability": 0.326416015625}, {"start": 2842.44, "end": 2843.06, "word": " new", "probability": 0.74853515625}, {"start": 2843.06, "end": 2843.08, "word": " library,", "probability": 0.291015625}, {"start": 2843.8, "end": 2843.98, "word": " I", "probability": 0.61572265625}, {"start": 2843.98, "end": 2844.28, "word": " made", "probability": 0.444580078125}, {"start": 2844.28, "end": 2844.6, "word": " it", "probability": 0.74365234375}, {"start": 2844.6, "end": 2844.92, "word": " in", "probability": 0.2215576171875}, {"start": 2844.92, "end": 2845.04, "word": " two", "probability": 0.68701171875}, {"start": 2845.04, "end": 2845.38, "word": " options,", "probability": 0.5078125}, {"start": 2845.64, "end": 2845.68, "word": " you", "probability": 0.77880859375}, {"start": 2845.68, "end": 2845.9, "word": " can", "probability": 0.82177734375}, {"start": 2845.9, "end": 2846.12, "word": " make", "probability": 0.69189453125}, {"start": 2846.12, "end": 2846.22, "word": " it", "probability": 0.86767578125}, {"start": 2846.22, "end": 2846.28, "word": " in", "probability": 0.51171875}, {"start": 2846.28, "end": 2847.3, "word": " an", "probability": 0.51611328125}, {"start": 2847.3, "end": 2847.72, "word": " independent", "probability": 0.5595703125}, {"start": 2847.72, "end": 2848.16, "word": " class,", "probability": 0.62890625}, {"start": 2848.52, "end": 2849.36, "word": " or", "probability": 0.44775390625}, {"start": 2849.36, "end": 2849.42, "word": " you", "probability": 0.38720703125}, {"start": 2849.42, "end": 2849.68, "word": " can", "probability": 0.9306640625}, {"start": 2849.68, "end": 2849.88, "word": " make", "probability": 0.9052734375}, {"start": 2849.88, "end": 2849.98, "word": " it", "probability": 0.9189453125}, {"start": 2849.98, "end": 2850.1, "word": " an", "probability": 0.451171875}, {"start": 2850.1, "end": 2850.36, "word": " inner", "probability": 0.88916015625}, {"start": 2850.36, "end": 2850.76, "word": " class,", "probability": 0.9521484375}, {"start": 2851.16, "end": 2851.4, "word": " or", "probability": 0.9267578125}, {"start": 2851.4, "end": 2851.48, "word": " you", "probability": 0.76123046875}, {"start": 2851.48, "end": 2851.68, "word": " can", "probability": 0.94091796875}, {"start": 2851.68, "end": 2851.88, "word": " make", "probability": 0.931640625}, {"start": 2851.88, "end": 2851.98, "word": " it", "probability": 0.93896484375}, {"start": 2851.98, "end": 2852.08, "word": " an", "probability": 0.43896484375}, {"start": 2852.08, "end": 2852.36, "word": " anonymous", "probability": 0.91796875}, {"start": 2852.36, "end": 2852.82, "word": " class,", "probability": 0.97119140625}, {"start": 2853.28, "end": 2853.34, "word": " and", "probability": 0.54638671875}, {"start": 2853.34, "end": 2853.62, "word": " we", "probability": 0.67236328125}, {"start": 2853.62, "end": 2853.62, "word": " took", "probability": 0.65966796875}, {"start": 2853.62, "end": 2853.82, "word": " the", "probability": 0.27099609375}, {"start": 2853.82, "end": 2854.22, "word": " three", "probability": 0.7314453125}, {"start": 2854.22, "end": 2855.26, "word": " cases", "probability": 0.6640625}, {"start": 2855.26, "end": 2855.56, "word": " those", "probability": 0.094970703125}, {"start": 2855.56, "end": 2855.84, "word": " days", "probability": 0.91259765625}, {"start": 2855.84, "end": 2856.04, "word": " when", "probability": 0.3330078125}, {"start": 2856.04, "end": 2856.28, "word": " we", "probability": 0.92041015625}, {"start": 2856.28, "end": 2856.44, "word": " took", "probability": 0.2437744140625}, {"start": 2856.44, "end": 2856.6, "word": " the", "probability": 0.787109375}, {"start": 2856.6, "end": 2856.82, "word": " button.", "probability": 0.459716796875}], "temperature": 1.0}, {"id": 110, "seek": 288272, "start": 2859.2, "end": 2882.72, "text": " When we work outside, the code becomes messy. But there is a problem with working outside. I cannot reach the existing things. Here, I need to modify each second in the progress bar. If I do it outside, it will not see the progress bar. I planned all of this because I know this moment, this black space that we are in. We will need these things. That is why I made it inner. Why?", "tokens": [1133, 321, 589, 2380, 11, 264, 3089, 3643, 16191, 13, 583, 456, 307, 257, 1154, 365, 1364, 2380, 13, 286, 2644, 2524, 264, 6741, 721, 13, 1692, 11, 286, 643, 281, 16927, 1184, 1150, 294, 264, 4205, 2159, 13, 759, 286, 360, 309, 2380, 11, 309, 486, 406, 536, 264, 4205, 2159, 13, 286, 8589, 439, 295, 341, 570, 286, 458, 341, 1623, 11, 341, 2211, 1901, 300, 321, 366, 294, 13, 492, 486, 643, 613, 721, 13, 663, 307, 983, 286, 1027, 309, 7284, 13, 1545, 30], "avg_logprob": -0.5586376565226009, "compression_ratio": 1.6784140969162995, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2859.2, "end": 2859.68, "word": " When", "probability": 0.07830810546875}, {"start": 2859.68, "end": 2859.94, "word": " we", "probability": 0.57861328125}, {"start": 2859.94, "end": 2860.12, "word": " work", "probability": 0.380126953125}, {"start": 2860.12, "end": 2860.48, "word": " outside,", "probability": 0.6396484375}, {"start": 2861.36, "end": 2861.56, "word": " the", "probability": 0.6455078125}, {"start": 2861.56, "end": 2861.76, "word": " code", "probability": 0.93359375}, {"start": 2861.76, "end": 2862.02, "word": " becomes", "probability": 0.401611328125}, {"start": 2862.02, "end": 2862.32, "word": " messy.", "probability": 0.439208984375}, {"start": 2862.8, "end": 2862.9, "word": " But", "probability": 0.7646484375}, {"start": 2862.9, "end": 2863.08, "word": " there", "probability": 0.548828125}, {"start": 2863.08, "end": 2863.1, "word": " is", "probability": 0.6962890625}, {"start": 2863.1, "end": 2863.2, "word": " a", "probability": 0.89453125}, {"start": 2863.2, "end": 2863.44, "word": " problem", "probability": 0.8193359375}, {"start": 2863.44, "end": 2863.84, "word": " with", "probability": 0.337890625}, {"start": 2863.84, "end": 2864.08, "word": " working", "probability": 0.669921875}, {"start": 2864.08, "end": 2864.4, "word": " outside.", "probability": 0.7587890625}, {"start": 2864.68, "end": 2865.04, "word": " I", "probability": 0.6435546875}, {"start": 2865.04, "end": 2865.32, "word": " cannot", "probability": 0.39892578125}, {"start": 2865.32, "end": 2865.8, "word": " reach", "probability": 0.28857421875}, {"start": 2865.8, "end": 2866.02, "word": " the", "probability": 0.525390625}, {"start": 2866.02, "end": 2866.68, "word": " existing", "probability": 0.240234375}, {"start": 2866.68, "end": 2866.68, "word": " things.", "probability": 0.364990234375}, {"start": 2867.06, "end": 2867.32, "word": " Here,", "probability": 0.1883544921875}, {"start": 2867.6, "end": 2867.6, "word": " I", "probability": 0.8662109375}, {"start": 2867.6, "end": 2868.42, "word": " need", "probability": 0.88916015625}, {"start": 2868.42, "end": 2869.1, "word": " to", "probability": 0.8232421875}, {"start": 2869.1, "end": 2869.14, "word": " modify", "probability": 0.1275634765625}, {"start": 2869.14, "end": 2869.14, "word": " each", "probability": 0.3154296875}, {"start": 2869.14, "end": 2869.9, "word": " second", "probability": 0.53564453125}, {"start": 2869.9, "end": 2870.38, "word": " in", "probability": 0.66845703125}, {"start": 2870.38, "end": 2870.48, "word": " the", "probability": 0.86474609375}, {"start": 2870.48, "end": 2870.76, "word": " progress", "probability": 0.751953125}, {"start": 2870.76, "end": 2871.04, "word": " bar.", "probability": 0.9365234375}, {"start": 2871.6, "end": 2872.08, "word": " If", "probability": 0.91552734375}, {"start": 2872.08, "end": 2872.18, "word": " I", "probability": 0.94287109375}, {"start": 2872.18, "end": 2872.3, "word": " do", "probability": 0.451904296875}, {"start": 2872.3, "end": 2872.46, "word": " it", "probability": 0.78466796875}, {"start": 2872.46, "end": 2872.68, "word": " outside,", "probability": 0.75927734375}, {"start": 2872.74, "end": 2872.88, "word": " it", "probability": 0.68115234375}, {"start": 2872.88, "end": 2872.9, "word": " will", "probability": 0.66748046875}, {"start": 2872.9, "end": 2872.9, "word": " not", "probability": 0.9365234375}, {"start": 2872.9, "end": 2873.14, "word": " see", "probability": 0.6337890625}, {"start": 2873.14, "end": 2873.26, "word": " the", "probability": 0.86669921875}, {"start": 2873.26, "end": 2873.5, "word": " progress", "probability": 0.9111328125}, {"start": 2873.5, "end": 2873.84, "word": " bar.", "probability": 0.9423828125}, {"start": 2874.68, "end": 2875.16, "word": " I", "probability": 0.716796875}, {"start": 2875.16, "end": 2875.92, "word": " planned", "probability": 0.48046875}, {"start": 2875.92, "end": 2876.24, "word": " all", "probability": 0.61865234375}, {"start": 2876.24, "end": 2876.24, "word": " of", "probability": 0.305419921875}, {"start": 2876.24, "end": 2876.24, "word": " this", "probability": 0.8232421875}, {"start": 2876.24, "end": 2876.58, "word": " because", "probability": 0.318359375}, {"start": 2876.58, "end": 2876.74, "word": " I", "probability": 0.74365234375}, {"start": 2876.74, "end": 2876.88, "word": " know", "probability": 0.63037109375}, {"start": 2876.88, "end": 2877.0, "word": " this", "probability": 0.330322265625}, {"start": 2877.0, "end": 2877.22, "word": " moment,", "probability": 0.6474609375}, {"start": 2877.48, "end": 2877.54, "word": " this", "probability": 0.6171875}, {"start": 2877.54, "end": 2877.76, "word": " black", "probability": 0.336181640625}, {"start": 2877.76, "end": 2877.94, "word": " space", "probability": 0.10955810546875}, {"start": 2877.94, "end": 2878.02, "word": " that", "probability": 0.245849609375}, {"start": 2878.02, "end": 2878.16, "word": " we", "probability": 0.892578125}, {"start": 2878.16, "end": 2878.18, "word": " are", "probability": 0.81787109375}, {"start": 2878.18, "end": 2878.4, "word": " in.", "probability": 0.85888671875}, {"start": 2879.56, "end": 2879.74, "word": " We", "probability": 0.31005859375}, {"start": 2879.74, "end": 2879.84, "word": " will", "probability": 0.33203125}, {"start": 2879.84, "end": 2880.12, "word": " need", "probability": 0.73486328125}, {"start": 2880.12, "end": 2880.3, "word": " these", "probability": 0.52783203125}, {"start": 2880.3, "end": 2880.62, "word": " things.", "probability": 0.8203125}, {"start": 2881.0, "end": 2881.48, "word": " That", "probability": 0.7451171875}, {"start": 2881.48, "end": 2881.48, "word": " is", "probability": 0.7080078125}, {"start": 2881.48, "end": 2881.62, "word": " why", "probability": 0.92626953125}, {"start": 2881.62, "end": 2881.8, "word": " I", "probability": 0.99072265625}, {"start": 2881.8, "end": 2882.0, "word": " made", "probability": 0.495849609375}, {"start": 2882.0, "end": 2882.16, "word": " it", "probability": 0.263671875}, {"start": 2882.16, "end": 2882.34, "word": " inner.", "probability": 0.56884765625}, {"start": 2882.42, "end": 2882.72, "word": " Why?", "probability": 0.88916015625}], "temperature": 1.0}, {"id": 111, "seek": 289311, "start": 2883.73, "end": 2893.11, "text": "Because from here, each one take and each one finish, we will need to reach the things in the activity. Ok guys, next time we will complete it and finish this stupid progress.", "tokens": [33, 3045, 5241, 490, 510, 11, 1184, 472, 747, 293, 1184, 472, 2413, 11, 321, 486, 643, 281, 2524, 264, 721, 294, 264, 5191, 13, 3477, 1074, 11, 958, 565, 321, 486, 3566, 309, 293, 2413, 341, 6631, 4205, 13], "avg_logprob": -0.6901677061871785, "compression_ratio": 1.4, "no_speech_prob": 0.0, "words": [{"start": 2883.73, "end": 2884.17, "word": "Because", "probability": 0.527374267578125}, {"start": 2884.17, "end": 2884.61, "word": " from", "probability": 0.4013671875}, {"start": 2884.61, "end": 2885.01, "word": " here,", "probability": 0.2149658203125}, {"start": 2885.11, "end": 2885.25, "word": " each", "probability": 0.183349609375}, {"start": 2885.25, "end": 2885.47, "word": " one", "probability": 0.2484130859375}, {"start": 2885.47, "end": 2885.73, "word": " take", "probability": 0.320556640625}, {"start": 2885.73, "end": 2885.89, "word": " and", "probability": 0.4384765625}, {"start": 2885.89, "end": 2886.01, "word": " each", "probability": 0.8037109375}, {"start": 2886.01, "end": 2886.11, "word": " one", "probability": 0.896484375}, {"start": 2886.11, "end": 2886.43, "word": " finish,", "probability": 0.86669921875}, {"start": 2886.53, "end": 2886.65, "word": " we", "probability": 0.74951171875}, {"start": 2886.65, "end": 2886.67, "word": " will", "probability": 0.314697265625}, {"start": 2886.67, "end": 2886.97, "word": " need", "probability": 0.7744140625}, {"start": 2886.97, "end": 2887.07, "word": " to", "probability": 0.9619140625}, {"start": 2887.07, "end": 2887.27, "word": " reach", "probability": 0.7509765625}, {"start": 2887.27, "end": 2887.43, "word": " the", "probability": 0.50927734375}, {"start": 2887.43, "end": 2887.65, "word": " things", "probability": 0.386474609375}, {"start": 2887.65, "end": 2888.07, "word": " in", "probability": 0.424560546875}, {"start": 2888.07, "end": 2888.25, "word": " the", "probability": 0.37451171875}, {"start": 2888.25, "end": 2888.67, "word": " activity.", "probability": 0.9111328125}, {"start": 2890.07, "end": 2890.51, "word": " Ok", "probability": 0.353271484375}, {"start": 2890.51, "end": 2890.93, "word": " guys,", "probability": 0.67431640625}, {"start": 2891.37, "end": 2891.51, "word": " next", "probability": 0.8505859375}, {"start": 2891.51, "end": 2891.65, "word": " time", "probability": 0.87939453125}, {"start": 2891.65, "end": 2891.89, "word": " we", "probability": 0.76025390625}, {"start": 2891.89, "end": 2891.95, "word": " will", "probability": 0.7119140625}, {"start": 2891.95, "end": 2892.19, "word": " complete", "probability": 0.248046875}, {"start": 2892.19, "end": 2892.31, "word": " it", "probability": 0.52978515625}, {"start": 2892.31, "end": 2892.37, "word": " and", "probability": 0.86279296875}, {"start": 2892.37, "end": 2892.67, "word": " finish", "probability": 0.50146484375}, {"start": 2892.67, "end": 2892.85, "word": " this", "probability": 0.5966796875}, {"start": 2892.85, "end": 2892.85, "word": " stupid", "probability": 0.07733154296875}, {"start": 2892.85, "end": 2893.11, "word": " progress.", "probability": 0.72607421875}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2893.92625, "duration_after_vad": 2607.532499999987} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..e8466dc8e851382411cc57caa3078a30b3f431cd --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_postprocess.srt @@ -0,0 +1,2324 @@ +1 +00:00:20,720 --> 00:00:25,580 +طيب بسم الله الرحمن الرحيم السلام عليكم ان شاء + +2 +00:00:25,580 --> 00:00:30,060 +الله اليوم بدنا نكمل في برنامج المسابقة ووقفنا عند + +3 +00:00:30,060 --> 00:00:35,920 +نقطة اللي هو ال timer طبعا كيف نعمل ال timer طيب + +4 +00:00:35,920 --> 00:00:39,600 +جزئية ال timer حكينا طبعا ان انا عندي progress bar + +5 +00:00:39,600 --> 00:00:44,120 +موجود في ال activity بتاعة المسابقة هي يعني شكله + +6 +00:00:44,120 --> 00:00:49,360 +هذا هو ال progress barطبعا ال progress bar يعني + +7 +00:00:49,360 --> 00:00:53,980 +لازم يكون فيه حاجة أثناء الشغل اتغير قيمته يعني + +8 +00:00:53,980 --> 00:01:00,640 +انت ال progress bar ممكن تعطيله قيمة ثابتة هذا + +9 +00:01:00,640 --> 00:01:04,180 +ال progress bar هيو موجود هنا مثلا روحنا احنا + +10 +00:01:04,180 --> 00:01:09,200 +اعطاناله بدخلي ال progress bar تبعي من صفر لعشرة + +11 +00:01:09,200 --> 00:01:13,340 +ليش؟ لأنه على اساس انه عشر ثواني صح؟ وعطيته مثلا + +12 +00:01:13,340 --> 00:01:17,070 +أول قيمة ايش؟لأ اعطيته عشرة ايش يعني progress هذا + +13 +00:01:17,070 --> 00:01:20,770 +قيمة ال progress bar هو لما يبدأ هيبدأ من وين كم + +14 +00:01:20,770 --> 00:01:25,390 +مليان اه يقل تمام او يزيد انت حر اذا بدك يزيد حطه + +15 +00:01:25,390 --> 00:01:31,590 +صفر عساس ايش يظل يزيد تمام طيب و بعدين لان في ال + +16 +00:01:31,590 --> 00:01:37,090 +code بدنا نقرأ لل progress bar فالان هي هنا في ال + +17 +00:01:37,090 --> 00:01:38,030 +activity بتاعتي + +18 +00:02:00,000 --> 00:02:04,420 +طبعا هيجيبنا ال progress bar طيب الفكرة الآن ان + +19 +00:02:04,420 --> 00:02:09,280 +احنا بدنا عداد يعدلنا مثلا ثواني و العداد هذا + +20 +00:02:09,280 --> 00:02:15,660 +المفروض انه كل ما يتخلص ثانية يبلغني بالنتيجة طبعا + +21 +00:02:15,660 --> 00:02:17,880 +احنا حكينا المحاضرة الماضية ان في حاجة جاهزة في + +22 +00:02:17,880 --> 00:02:21,480 +الاندرويد اسمها class او abstract class اسمها + +23 +00:02:21,480 --> 00:02:25,490 +countdown timerولاحظ ان انا بقول abstract class + +24 +00:02:25,490 --> 00:02:29,230 +معناه بقدرش أنشئ منها object إلا لو عملت + +25 +00:02:29,230 --> 00:02:32,390 +implementation لل method اللي فيه فعشان هيك انا + +26 +00:02:32,390 --> 00:02:37,910 +بدي أجي برا هنا داخل ال class بتاعة ال activity + +27 +00:02:37,910 --> 00:02:41,690 +لكن برا ال method و أعمل class جديدة أسميها my + +28 +00:02:41,690 --> 00:02:45,270 +timer ليش عملت ال class هذه؟ احنا بقول ان انا + +29 +00:02:45,270 --> 00:02:48,950 +بقدرش أنشئ object من countdown timer لكن بقدر + +30 +00:02:48,950 --> 00:02:52,600 +أعملها extendفبعمل class جديدة بتعمل extend ل + +31 +00:02:52,600 --> 00:02:55,740 +countdown timer و بستخدم ال class بتاعتي الجديدة + +32 +00:02:55,740 --> 00:03:03,220 +هذه extend countdown timer + +33 +00:03:03,220 --> 00:03:06,480 +طيب الآن هيطلب مني حاجتين بدي اعمل implement ل ال + +34 +00:03:06,480 --> 00:03:10,120 +methods الموجودة فيها و بده كمان تعمل constructor + +35 +00:03:10,120 --> 00:03:15,400 +طبعا هذا البرنامج ايه هذا comments شيلناهم كلهم + +36 +00:03:19,020 --> 00:03:22,140 +طيب ال constructor بتاع ال countdown timer هيتطلع + +37 +00:03:22,140 --> 00:03:24,220 +أن هذا ال constructor بيبعتهم قنعتين بيبعتهم لل + +38 +00:03:24,220 --> 00:03:28,800 +super تمام ال constructor بياخد حشتين milliseconds + +39 +00:03:28,800 --> 00:03:32,660 +in a future اللي هو قداش الوقت اللي في المس .. ال + +40 +00:03:32,660 --> 00:03:35,080 +.. ال .. ال كل اللي بديك يعد فيه يعني أنت بدك + +41 +00:03:35,080 --> 00:03:37,920 +timer يعيد مثلا تلاتين ثانية بتعطيله إيش هنا + +42 +00:03:37,920 --> 00:03:43,580 +تلاتين ألف تمام بديكي عشر ثواني بتعطيله عشر تلاف + +43 +00:03:43,580 --> 00:03:48,050 +وفي عندك method اسمها countdown intervalالان انت + +44 +00:03:48,050 --> 00:03:53,940 +بتديله عشر ثواني فيه مفروض مثلا ان كل ثانيةيبلغك + +45 +00:03:53,940 --> 00:03:57,620 +يبعدك notification ممكن تقوله تلاتين ثانية بس + +46 +00:03:57,620 --> 00:04:00,660 +يبلغني كل خمس ثواني تمام فهنا الفترة اللي بدك + +47 +00:04:00,660 --> 00:04:04,700 +هيعملك tick فيها يعني يفهم كيف ينبهك يبعدك + +48 +00:04:04,700 --> 00:04:09,240 +notification طبعا هنا مثلا لو احنا بدنا يعد عشر + +49 +00:04:09,240 --> 00:04:13,740 +ثواني وكل ثانية يبلغك بتعطيله عشر تلاف و هنا + +50 +00:04:13,740 --> 00:04:19,360 +بتعطيله ألف تمام لأن في two methods مهمين جدا واحد + +51 +00:04:19,360 --> 00:04:24,100 +اسمها on tick واحد اسمها on finishماذا يعني تك؟ هل + +52 +00:04:24,100 --> 00:04:26,220 +رأيت الساعة العجربية؟ تك تك تك تك تك تك تك تك تك + +53 +00:04:26,220 --> 00:04:28,220 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +54 +00:04:28,220 --> 00:04:28,340 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +55 +00:04:28,340 --> 00:04:35,020 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +56 +00:04:35,020 --> 00:04:38,280 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +57 +00:04:38,280 --> 00:04:50,220 +تك تك تك تك تك تك + +58 +00:04:50,220 --> 00:04:57,320 +تك تبنعملها implementation طبعا الأمتك ايش بترجعلك + +59 +00:04:57,320 --> 00:05:03,140 +ملي ساكنز until finished يعني الجداش باختصار جداش + +60 +00:05:03,140 --> 00:05:10,500 +ضايقك وجد جداش ضال، ضال وجد يعني مثلا أنت بدأت من + +61 +00:05:10,500 --> 00:05:15,920 +عشر تلاف بعد أول ثانية الأمتك هذه القيمة هتكون + +62 +00:05:15,920 --> 00:05:21,680 +جداش تسعة تلاف بعد ثانية تمان تلاف وها كمففعليا + +63 +00:05:21,680 --> 00:05:25,900 +القيمة هذه هي اللي بتتعكس أو نعرضها في ال progress + +64 +00:05:25,900 --> 00:05:31,960 +bar قبل ما نعرضها خلينا نجرب انه نعمل log عشان + +65 +00:05:31,960 --> 00:05:35,680 +نشوف القيمة اللي بتطلع تمام؟ حط filter معين او tag + +66 +00:05:35,680 --> 00:05:40,460 +عشان نعرضها وبالداخلية اقدرش ال widget اللي بيظل + +67 +00:05:40,460 --> 00:05:43,920 +هذا on + +68 +00:05:43,920 --> 00:05:48,400 +finish في الآخر بس بس يعرضك log dot d + +69 +00:05:51,370 --> 00:05:55,570 +مثلا finished بس + +70 +00:05:55,570 --> 00:06:02,010 +عشان ايش؟ عشان نشوفه طيب انا عملت class استخدمتها؟ + +71 +00:06:02,010 --> 00:06:08,530 +لأ فبدنا نيجي الان فى البداية بس للتجربة بدنا + +72 +00:06:08,530 --> 00:06:15,000 +نقوله روح اعملى my timerتي يسمى new my timer وخليه + +73 +00:06:15,000 --> 00:06:18,240 +يبدأ على طول احنا لسه لقاه ما رابطناهوش مع السؤال + +74 +00:06:18,240 --> 00:06:21,500 +وقلنا له بدنا نشوف ايش بيطبع على الشاشة بس طبعا + +75 +00:06:21,500 --> 00:06:25,980 +لسه هنا ايش بده؟ بده يقول مثلا عشر تلاف وهنا ايش + +76 +00:06:25,980 --> 00:06:32,720 +الف ويقوله تي دوت ستارت تي دوت ستارت معناه بيبدأ + +77 +00:06:32,720 --> 00:06:35,600 +ال timer هذا طبعا هنا لسه احنا ما رابطناهوش لان ال + +78 +00:06:35,600 --> 00:06:38,120 +progress bar هو السؤال اول ما تشغل ال activity + +79 +00:06:38,120 --> 00:06:40,800 +المفروض ايش يطبع عليه رسالة في ال log + +80 +00:06:54,180 --> 00:06:59,200 +عشان نشوف الرسائل بدنا نروح الفلتر و نقوله بس هردل + +81 +00:06:59,200 --> 00:07:03,940 +اللي له tag TTT و هكذا تمام و مش error حط debug + +82 +00:07:20,030 --> 00:07:23,470 +تمام هي بدأ تدخل على activity بتاعت المثابرة طيب + +83 +00:07:23,470 --> 00:07:28,610 +اتطلع ايش باطبعني الان هلجيتها في الترجمة اللي + +84 +00:07:28,610 --> 00:07:33,670 +طالع هنا طيب + +85 +00:07:35,420 --> 00:07:38,960 +أول ما اشتغل طبع تسعة تلاف و تمانية و عشرين، الآن + +86 +00:07:38,960 --> 00:07:44,640 +هو يعني هذا البداية، أول tech هي إيش؟ أول .. عندما + +87 +00:07:44,640 --> 00:07:48,320 +.. عندما بدأ يشتغل يعني، طبعا ما طبعش عشر تلاف، هو + +88 +00:07:48,320 --> 00:07:50,940 +.. هو مش دقيق مئة في الم .. لأ أنا أعطيته من عشر + +89 +00:07:50,940 --> 00:07:57,660 +تلافو ألف interval يعني المفروض ان كل ألف يطبع + +90 +00:07:57,660 --> 00:08:01,100 +عليه طبعا عند البداية طبع ليه هذه المفروض كان هذا + +91 +00:08:01,100 --> 00:08:05,180 +القيمة عشان تكون عشر تلاف ع فكرة لو اتشغل التاني + +92 +00:08:05,180 --> 00:08:09,220 +هنجيها تسعة تلاف و تسعة مية و حاجة مثلا تسعة تلاف + +93 +00:08:09,220 --> 00:08:12,900 +و تسعة مية يعني هو مش مية لمية بيقدر يجيبها + +94 +00:08:12,900 --> 00:08:18,580 +بيجيبها يعني بالتقريب بعد ثانية طلع اش طبع ليه تمن + +95 +00:08:18,580 --> 00:08:23,050 +تلف و تمين و تسعة عشريعني خش .. يعني في .. في + +96 +00:08:23,050 --> 00:08:27,330 +مشكلة في نسبة إيش؟ واحد في الألف صح؟ الثانية اللي + +97 +00:08:27,330 --> 00:08:32,230 +بعدها يعني تقريبا خلينا نقول إن كل ثانية بعملها + +98 +00:08:32,230 --> 00:08:38,720 +تمام؟طيب الان هدول القيم اللى بنعمله نعدلهم او + +99 +00:08:38,720 --> 00:08:43,000 +نربطهم على progress progress bar طيب خلينا الان + +100 +00:08:43,000 --> 00:08:46,240 +نرجع لل timer بعد ما فهمنا كيف بيشتغل الان هى نعمل + +101 +00:08:46,240 --> 00:08:50,160 +فوق ليش بنعمل فوق عشان نستخدمهم اى مكان ف my timer + +102 +00:08:50,160 --> 00:08:58,460 +T و هنا انشأنا my timer بيدعد عشر ثوانى وكل الف بس + +103 +00:08:58,460 --> 00:09:01,640 +لسه ماشغلنهوش تمام لأنه تشغيله مربوط باش + +104 +00:09:05,290 --> 00:09:08,130 +تشغيله مربوط بالسؤال المفروض انه اول ما يعمل + +105 +00:09:08,130 --> 00:09:12,430 +السؤال يشغل ال timer تمام فبدنا نروح الان على + +106 +00:09:12,430 --> 00:09:15,810 +build a question متذكرين build a question فصلنا + +107 +00:09:15,810 --> 00:09:22,950 +build a question هلجيت في اخرها مش هو الان اخر + +108 +00:09:22,950 --> 00:09:26,010 +build a question بكون بنى السؤال و خلص تمام بعد ما + +109 +00:09:26,010 --> 00:09:29,950 +يدم السؤال بقوله T.start + +110 +00:09:32,670 --> 00:09:37,850 +طيب جيبل لسه كيف اه لسه ماعدلناش على ال C كبار وين + +111 +00:09:37,850 --> 00:09:41,110 +التعديل على ال C كبار هيتم اه في ال on tick هنا + +112 +00:09:41,110 --> 00:09:44,670 +طيب يمجي هذا ال code اللي لك بدناش يهيأ بدنا نروح + +113 +00:09:44,670 --> 00:09:48,250 +على ال progress bar مباشرة ونقوله set + +114 +00:09:53,460 --> 00:10:00,820 +القيمة الوقت المتبقي من عشر تلاف سحر ولا + +115 +00:10:06,280 --> 00:10:14,100 +الف صح و لا يعني مثلا كانت تسعة تلاف وتسعة مية جزي + +116 +00:10:14,100 --> 00:10:19,000 +ثمة على الف جدش بيصير لأ بيصير تسعة صح و لا ليش + +117 +00:10:19,000 --> 00:10:23,320 +بتروح هذا انتجار على انتجار long زي الانتجار long + +118 +00:10:23,320 --> 00:10:26,720 +على انتجار بطلع long بروح الاش و تكسر فعشان هيك + +119 +00:10:26,720 --> 00:10:31,720 +هذا بده أحط هاشدى ليش؟ نظرية الطناجر بتذكرينها؟ + +120 +00:10:31,720 --> 00:10:34,760 +اللى كنتوا بتقولوا ليش هذا ال .. مش عارف هيها + +121 +00:10:34,760 --> 00:10:40,200 +بتلزمنا كله مخططنه كله مرسوم هذا ليش؟ عشان احافظ + +122 +00:10:40,200 --> 00:10:43,720 +على الكثر بدي انا يطلع تسعة تلاف وتسعة مية بدها + +123 +00:10:43,720 --> 00:10:51,340 +تظل تسعة point تسعة عشان اقوله math dot مثلا round + +124 +00:10:51,340 --> 00:10:53,920 +ايش round؟ اقربها + +125 +00:10:58,320 --> 00:11:02,480 +ماكنة round لل float أو لل double بترجع long وهذه + +126 +00:11:02,480 --> 00:11:06,100 +set progress بدها integer فبس بنعمله casting في + +127 +00:11:06,100 --> 00:11:09,880 +الآخر ل integer يعني شوف أنا قسمت على double ليش؟ + +128 +00:11:10,880 --> 00:11:15,480 +على أساس احافظ على الكسر لو كان مثلا 9.9 او 7.9 + +129 +00:11:15,480 --> 00:11:21,680 +بيصير ايش 10 صح ولا او 7.9 بيصير 8 تمام؟ بس ال .. + +130 +00:11:21,680 --> 00:11:25,580 +ال .. ال .. ال .. ال round هي اللي بتخليه 8 يعني + +131 +00:11:25,580 --> 00:11:30,300 +انا بدي يبقى ل 7.9 من القسمة و ال round بتخليه 8 + +132 +00:11:30,300 --> 00:11:34,730 +بس بتخليه 8 longانا عشان ا .. ال set to progress + +133 +00:11:34,730 --> 00:11:39,490 +ايش بتاخد انتجر حولتها لانتجر او ممكن واحد ايش + +134 +00:11:39,490 --> 00:11:43,350 +يعمل أبسط يروح ال progress bar وخليه من صفر لعشر + +135 +00:11:43,350 --> 00:11:48,410 +تلاف ويحطه القيمة زي ما هي انتوا معايا ولا لأ؟ اه + +136 +00:11:48,410 --> 00:11:52,230 +يعني بدلا من علاج التحويل من عشر تلاف ل .. اه + +137 +00:11:52,230 --> 00:11:56,490 +خليها هي هي حتى يطلع ال progress bar معله smooth + +138 +00:11:56,490 --> 00:12:01,020 +ايش smooth يعني؟ يعني بتلاقي شوي شوي بنزلهك بتلاقي + +139 +00:12:01,020 --> 00:12:07,500 +كل ثانية بتغير هذا عند ال ontick في الآخر بعد ما + +140 +00:12:07,500 --> 00:12:13,500 +نخلص بدنا نعمل التالي بروح لل progress bar و نقوله + +141 +00:12:13,500 --> 00:12:17,960 +6 progress 0 خلاص يعني لو في اي حاجة صفره و بعدين + +142 +00:12:17,960 --> 00:12:22,860 +نعتبر خسر ال .. كيف؟ بدنا نشغل ال fail player + +143 +00:12:28,070 --> 00:12:33,290 +الفيل بلاير لحاله اول ما يشتغل بعد ما يخلص ايش + +144 +00:12:33,290 --> 00:12:37,670 +بيعمل build question مش انا عاملين احنا لسنا على + +145 +00:12:37,670 --> 00:12:40,410 +الفيل بلاير انه خلص يروح يعمل ال question اللي + +146 +00:12:40,410 --> 00:12:44,730 +بعده فانا معانايا الا ايش اشغل الفيل بلاير وفي + +147 +00:12:44,730 --> 00:12:45,850 +حاجة لازم اعملها جبل + +148 +00:12:57,350 --> 00:13:01,370 +عملنا disable للزرار واحد بيقول هذا عملناه اصلا بس + +149 +00:13:01,370 --> 00:13:04,930 +عملناه امتى لما نضغط على الزر لكن لو خلص ال budget + +150 +00:13:04,930 --> 00:13:09,430 +تمام بدناش يعتبره جاوب هال budget فعملنا disable + +151 +00:13:09,430 --> 00:13:14,770 +للزرار وشغلناه ايش الفيل اشتغل الفيل و بعدين اشتغل + +152 +00:13:14,770 --> 00:13:19,470 +build a question طبعا + +153 +00:13:22,020 --> 00:13:26,880 +الان هيشتغل بيلد + +154 +00:13:26,880 --> 00:13:31,340 +كوستشن و بيلد كوستشن هتبدأ سؤال جديد هي بيلد + +155 +00:13:31,340 --> 00:13:35,140 +كوستشن و في اخرها هتشغل ال timer ايش هتشغل ال + +156 +00:13:35,140 --> 00:13:38,960 +timer تاني يعني كل بيلد كوستشن بتشغل ال timer من + +157 +00:13:38,960 --> 00:13:43,800 +اول و جديد بقال شغلة واحدة الان هذا لو وجد خلص + +158 +00:13:43,800 --> 00:13:47,980 +لحاله طب افرض الواحد تجاوب على السؤالالمفروض ان + +159 +00:13:47,980 --> 00:13:52,420 +اوقف الوجد صح؟ لو سبت الوجد شغال مشكلة لأنه لحاله + +160 +00:13:52,420 --> 00:13:56,760 +هيخلص الوجد هيقوله اروح ايش عيد ملوى عيد ملوى اه + +161 +00:13:56,760 --> 00:13:59,360 +فالمفروض انه لما اضغط على الزر على اي واحد من + +162 +00:13:59,360 --> 00:14:06,980 +الزرار اروح لل timer على ال T و اقوله cancel و هنا + +163 +00:14:06,980 --> 00:14:11,360 +برضه على ال T بقوله cancelهذه أمور واحد يبدو + +164 +00:14:11,360 --> 00:14:16,020 +ينتبهلها يعني الآن ال timer انا امتى بشغله اول مرة + +165 +00:14:16,020 --> 00:14:19,080 +اشتغل فيها ال timer and ال build question ال build + +166 +00:14:19,080 --> 00:14:23,620 +question في أخرها هاي شغلت ال timer الآن ال timer + +167 +00:14:23,620 --> 00:14:28,620 +اشتغل كل ما اتخلص الفترة الزمنية انا بحددها ثانية + +168 +00:14:28,620 --> 00:14:32,240 +مثلا بروح بعد المين ل progress bar لأن في طرق في + +169 +00:14:32,240 --> 00:14:35,680 +scenario ها الموجودين اما ان ال user يجاوب على + +170 +00:14:35,680 --> 00:14:39,900 +سؤالأو ان ال timer يخلص لأن لو ال user جاوب على + +171 +00:14:39,900 --> 00:14:45,160 +سؤال هيوقف ال timer وين هدب نعمله لما يجاوب على + +172 +00:14:45,160 --> 00:14:49,420 +سؤال لما ال action علي الأزرار تمام هيوقف ال timer + +173 +00:14:49,420 --> 00:14:53,200 +وهيروح يشغل مين ال success player او ال failure + +174 +00:14:53,200 --> 00:14:57,720 +player وكل واحد من هدولة لما يخلص ايش بيعمل بي + +175 +00:14:57,720 --> 00:15:02,520 +request انه يشغل ال timer من أول و جديدإذا لم تضغط + +176 +00:15:02,520 --> 00:15:07,800 +على أي ذرع، سيبقى الـ timer شغال لما ينفذ الـ on + +177 +00:15:07,800 --> 00:15:11,900 +finish الـ on finish يعمل disable للذرار و يشغل ال + +178 +00:15:11,900 --> 00:15:12,400 +fail player + +179 +00:15:16,250 --> 00:15:21,930 +الان لو حكينا احنا انه احنا لما نجاوب على اي سؤال + +180 +00:15:21,930 --> 00:15:27,030 +نضغط على اي سؤال لازم لسه تعمل disable للازرار + +181 +00:15:27,030 --> 00:15:30,890 +عشان ما يضغطش على ازرار تاني جربناها شوفناها بضغط + +182 +00:15:30,890 --> 00:15:34,990 +بضغطبس هذه عملناها امتى؟ لما نضغط على الذر فبفرض + +183 +00:15:34,990 --> 00:15:39,430 +الان هو مالغطش ع اي ذر خلص ال timer بتكاشر تخليه + +184 +00:15:39,430 --> 00:15:42,690 +بسرعة ايه بعد ما يخلص وقتك يختار إجابة فالمفروض + +185 +00:15:42,690 --> 00:15:47,210 +خلص انت الآن خلص وقتك مالكاش حاجة تجاوب على اي + +186 +00:15:47,210 --> 00:15:52,970 +سؤال فعطلنا الزرار وشغلنا ال fail player تمام + +187 +00:15:52,970 --> 00:15:53,890 +خلينا نجرب هذه + +188 +00:16:24,470 --> 00:16:31,570 +لحظة لحظة خليني اشي + +189 +00:16:31,570 --> 00:16:36,310 +اشي + +190 +00:16:36,310 --> 00:16:39,990 +اسمهم هذا + +191 +00:16:39,990 --> 00:16:43,730 +هو اه + +192 +00:16:43,730 --> 00:16:50,150 +طيب هذه ال timer ماله يا جماعة شغال لو اخترنا مثلا + +193 +00:16:50,150 --> 00:16:52,470 +طبعا ال timer هيكوبت + +194 +00:16:58,390 --> 00:17:08,810 +خلّى التايمر يخلّص الان + +195 +00:17:08,810 --> 00:17:12,370 +طبعا ما تقدرش تختار حاجة تمام و لحاله هينقل على + +196 +00:17:12,370 --> 00:17:21,050 +السؤال اللي بعده و شغل التايمر طيب + +197 +00:17:21,050 --> 00:17:29,350 +الان ضال حاجة يا جماعةالبرنامج لسه مش كامل مش + +198 +00:17:29,350 --> 00:17:37,850 +هنكمل للاخر ال activity + +199 +00:17:37,850 --> 00:17:41,130 +الأخيرة مش هنعملها ليش طبعا طالع معاه هنا في ال + +200 +00:17:41,130 --> 00:17:45,270 +build question قبل ما أعمل أي سؤال روح تقول له if + +201 +00:17:45,270 --> 00:17:49,830 +questions is empty ايش يعني خلصنا الأسئلة تمام + +202 +00:17:49,830 --> 00:17:52,990 +start another activity to show score and thank + +203 +00:17:52,990 --> 00:17:57,440 +userهذا ايش بتعملها لحالك خدنا احنا كيف تشغل + +204 +00:17:57,440 --> 00:18:01,300 +activity و تبعتلها قيمة وبتعمل ايش return خلاص ما + +205 +00:18:01,300 --> 00:18:06,460 +هو هشغل activity جديدة لان تعالى ناخد نقطة او + +206 +00:18:06,460 --> 00:18:15,440 +موضوع جديد في التطبيق تبعنا ال + +207 +00:18:15,440 --> 00:18:18,780 +action bar شايفين ال bar اللي فوق هذا تمام هذا + +208 +00:18:18,780 --> 00:18:21,740 +بنسميه في ال Android ال action bar ايش فيدة ال + +209 +00:18:21,740 --> 00:18:27,530 +action barأول فايد اللي هو أنه يعرضلك اسم التطبيق + +210 +00:18:27,530 --> 00:18:30,330 +أو ال activity اللي أنا شغاله، بعدين الفواد + +211 +00:18:30,330 --> 00:18:36,350 +التانية، فيه عندنا زرين مشهورين في ال action bar + +212 +00:18:36,350 --> 00:18:42,510 +في زر اسمه ال overflow هنا اللي هو بيكون زي تلت + +213 +00:18:42,510 --> 00:18:47,360 +نقاط، عارفينه؟ تضغط عليه بيطلعلك قائمةمن هنا الـ + +214 +00:18:47,360 --> 00:18:52,020 +menu و في زر تاني بيكون على شكل شرطات زيك بيسموه + +215 +00:18:52,020 --> 00:18:56,260 +زر ال navigation هذا يعني في كتير من الأحيان بتضغط + +216 +00:18:56,260 --> 00:19:01,080 +عليه بيطلع عندك قائمة تظهر عندك بتكون مخبية تظهر + +217 +00:19:01,080 --> 00:19:06,310 +عندكفي التطبيقات اللي فيها تفاصيل كتير وخيارات + +218 +00:19:06,310 --> 00:19:09,730 +كتير عشان ي .. مش ملائم في ال .. في ال mobile من + +219 +00:19:09,730 --> 00:19:12,370 +ناحية UI و UX انك تبين لل user كل الخيارات + +220 +00:19:12,370 --> 00:19:17,830 +والتفاصيل تمام فدائما بتسيب انت الخيارات هذه مخبية + +221 +00:19:17,830 --> 00:19:20,530 +يا في ال navigation drawer اللي هو القائمة اللي + +222 +00:19:20,530 --> 00:19:24,710 +بتكون مخبية هذه بتظهر لما اضغط على زر ال + +223 +00:19:24,710 --> 00:19:28,250 +navigation او في قائمة ايش ال menus اللي هي + +224 +00:19:28,250 --> 00:19:35,240 +بيسميها ال overflowmenu عشان أفاض يعني فهذا فايدت + +225 +00:19:35,240 --> 00:19:40,820 +باختصار ال action bar انه فعليا من خلاله تظهر + +226 +00:19:40,820 --> 00:19:45,540 +قائمة ال navigation أو ال menu و أحيانا يكون فيه + +227 +00:19:45,540 --> 00:19:51,280 +زر هنا يرجعك على ال back لل activity الأساسية home + +228 +00:19:51,280 --> 00:19:58,160 +مثلا زر ال home فهي هل احنا لازم نستخدم دايما + +229 +00:19:58,160 --> 00:20:04,260 +action barحسب التطبيق طبعا اذا انا زي ما قلت اذا + +230 +00:20:04,260 --> 00:20:07,260 +انت عندك navigation في التطبيق ووجهات كتير وبده ال + +231 +00:20:07,260 --> 00:20:10,660 +user ينتقل من واجهة لواجهة وفي عنده خيارات كتير في + +232 +00:20:10,660 --> 00:20:16,960 +الحالة ده لازم تستخدم ال action bar فالان بنتكلم + +233 +00:20:16,960 --> 00:20:23,140 +عن موضوع ال action bar طيب جابل + +234 +00:20:23,140 --> 00:20:28,350 +ال Androidماذا نوجا اوريو لأ اللي جابل نوجا ايش هو + +235 +00:20:28,350 --> 00:20:31,810 +لولي بوب تمام ال marshmallow جابل ال marshmallow + +236 +00:20:31,810 --> 00:20:37,170 +لولي بوب تمام اتغير ال action bar صار طلع اشي جديد + +237 +00:20:37,170 --> 00:20:42,550 +اسمه ال tool bar تمام ايش هذا ال tool bar صار + +238 +00:20:42,550 --> 00:20:46,950 +يقولك ان مشكلة ال action bar في البداية كان دايما + +239 +00:20:46,950 --> 00:20:51,580 +ال action bar مكانه فوقو تصميمه ثابت و انت ماتقدرش + +240 +00:20:51,580 --> 00:20:54,380 +تغير عليه ايش هتغير عليه يعني مرات انا محتاج اضيف + +241 +00:20:54,380 --> 00:21:00,290 +صورة محتاج اضيف زرار هناما بيعطيكاش مرونة انك + +242 +00:21:00,290 --> 00:21:06,350 +تتغير في ال action bar كتير فقالوا ابتداء من + +243 +00:21:06,350 --> 00:21:10,050 +Lollipop ان احنا بدلناش action bar بدنا نعمل بدله + +244 +00:21:10,050 --> 00:21:14,150 +حاجة اسمها tool bar بحيث انه صار ال action bar هذا + +245 +00:21:14,150 --> 00:21:18,590 +بدل ما له تصميم ثابت وشكل ثابت ان ال user نفسه + +246 +00:21:18,590 --> 00:21:22,780 +يقدر يضيف ال action barاللي هو صار اسمه tool bar + +247 +00:21:22,780 --> 00:21:26,840 +زيه زي أي عنصر زي ال battle مثلا زي ال text view + +248 +00:21:26,840 --> 00:21:31,500 +ويغير فيه حتى ممكن يغير مكانه ممكن نحطه تحت مثلا + +249 +00:21:31,500 --> 00:21:36,540 +أو على الجانب أو حسب التطبيق عشان يعتمرونا أكتر + +250 +00:21:36,540 --> 00:21:40,660 +الموضوع لأن هذا الموجود عندنا هنا هذا ال action + +251 +00:21:40,660 --> 00:21:47,390 +bar الأساسي اللي المفروض أنه قردفاحنا هذا بدنا + +252 +00:21:47,390 --> 00:21:52,550 +اشيه بدنا نستخدم بدلا من ال tool bar لشديدة ان + +253 +00:21:52,550 --> 00:21:56,410 +احنا ناخد ال action ال bar هذا و نضيفه زي ما بنضيف + +254 +00:21:56,410 --> 00:22:00,870 +اي عنصر تاني فهذا بدنا نخفيه بدنا اشيه كده نخفيه + +255 +00:22:00,870 --> 00:22:07,850 +هذا بدك تروح على ال theme تبعك اللي هو بتلاقيه في + +256 +00:22:07,850 --> 00:22:12,510 +منفذ stylesوبتلاقي ان انت طلع ال theme تبعك اب + +257 +00:22:12,510 --> 00:22:15,830 +parent اب اب theme ماخد من مين اب كومبات light + +258 +00:22:15,830 --> 00:22:20,290 +dark action bar الان انا بدي احط اللغش هنا no + +259 +00:22:20,290 --> 00:22:26,830 +action bar تمام هيك ايش هيك راح ال action bar من + +260 +00:22:26,830 --> 00:22:31,530 +كل التطبيق حتى انت الان لما تروح على ال design + +261 +00:22:40,090 --> 00:22:44,510 +تمام هى ال action bar معله اختفى وهى ال activity + +262 +00:22:44,510 --> 00:22:49,050 +الرئيسية برضه بطل فيها action bar نقطة صغيرة برضه + +263 +00:22:49,050 --> 00:22:52,790 +النص اللى كان مكتوب فى ال action bar اللى هو اللى + +264 +00:22:52,790 --> 00:22:56,250 +بطلع فى ال activity هتلاقيه وين فى ال manifest فى + +265 +00:22:56,250 --> 00:23:00,620 +حاجة اسمها labelشايفين ال label و ال label بياخد + +266 +00:23:00,620 --> 00:23:04,460 +من وين من ال string app name يعني انا لو روحت على + +267 +00:23:04,460 --> 00:23:07,220 +ال string هاي app name ايش مكتوب فيه برنامج + +268 +00:23:07,220 --> 00:23:11,560 +المسابقة و ممكن تعمل انت app name في values و + +269 +00:23:11,560 --> 00:23:16,620 +values ar عشان ايش تظهر الاسم عربي او انجليزي طبعا + +270 +00:23:16,620 --> 00:23:20,000 +الان شغلنا ال action bar راح برضه من ال label اللي + +271 +00:23:20,000 --> 00:23:22,300 +موجود فيه بدناش ال action bar بنعمل احنا action + +272 +00:23:22,300 --> 00:23:26,040 +bar خاص فينا باستخدام ال component اسمه toolbar + +273 +00:23:28,350 --> 00:23:31,370 +الان نرجع لـ Main Activity هذا تمام؟ الان مافيش + +274 +00:23:31,370 --> 00:23:34,370 +Action Bar هذا طبعا اللي فوقه هبقول ايش هذا اللي + +275 +00:23:34,370 --> 00:23:38,030 +فوقه هذا بيسموه ال Status Bar تمام؟ طيب تعال انت + +276 +00:23:38,030 --> 00:23:41,250 +على ال Layout اللي هنا او تعال على العناصر اللي + +277 +00:23:41,250 --> 00:23:44,970 +هنا و ابحث عن حاجة اسمها Tool Bar هتلاقيها في + +278 +00:23:44,970 --> 00:23:49,890 +Containers هتلاقي حاجة اسمها Tool Bar هنا اه اسحب + +279 +00:23:49,890 --> 00:23:54,230 +و درج و drop تمام؟ + +280 +00:23:58,760 --> 00:24:01,680 +طيب هاي ضعفه هنا ضعفه زي و زي أي عنصر تاني تعالى + +281 +00:24:01,680 --> 00:24:08,120 +نشوف كيف شكله هاي + +282 +00:24:08,120 --> 00:24:12,760 +تمام هاي ال tool bar طبعا ليش طلع ال arrows زي هيك + +283 +00:24:12,760 --> 00:24:17,300 +عشان مكانه مش محدد + +284 +00:24:17,300 --> 00:24:21,360 +اه + +285 +00:24:21,360 --> 00:24:26,800 +هلجيت بس مشكلته ايش انه بدك تربطه في عناصر الشاشة + +286 +00:24:26,800 --> 00:24:27,200 +صح + +287 +00:24:39,480 --> 00:24:40,660 +بشيل ال margins بس + +288 +00:25:09,030 --> 00:25:13,450 +تمام هجيت برضه المشكلة التانية انه في تحته ايش في + +289 +00:25:13,450 --> 00:25:21,910 +تحته عناصر فبدنا نضبط ربط العناصر فيه اللي هو مثلا + +290 +00:25:21,910 --> 00:25:28,130 +في ان ال text view اللي هو أهلا وسهلا نربطه + +291 +00:25:28,130 --> 00:25:31,690 +معاه يعني + +292 +00:25:31,690 --> 00:25:35,750 +من ال top to + +293 +00:25:35,750 --> 00:25:39,600 +bottom ofاللي هو هاي ال toolbar هو اعطاله ID + +294 +00:25:39,600 --> 00:25:50,600 +اعطاله ID اظن طب + +295 +00:25:50,600 --> 00:25:53,660 +و هاد ال اتفال الرئيس جا اتفال الاسم ال top + +296 +00:26:08,820 --> 00:26:14,380 +طبتهم off اللي هي بنربطه في ال .. بتاعة أهلا وسهلا + +297 +00:26:14,380 --> 00:26:28,720 +هنا welcome tv تمام + +298 +00:26:28,720 --> 00:26:36,260 +يعني هيك إيش هيضعف عندي ال toolbar طيب + +299 +00:26:41,350 --> 00:26:43,570 +تعالى نشوف بس لو شغلنا ايش هيطلع ليه + +300 +00:27:13,630 --> 00:27:19,530 +لسه ماشتغلش طيب هاي اشتغل وهى شايفين هى ال tool + +301 +00:27:19,530 --> 00:27:26,210 +bar طالع عندي فوق بس لسه لاحظ انه فاضي طبعا لان + +302 +00:27:26,210 --> 00:27:30,770 +عشان ان نفعل ال tool bar يصير بديل عن ال action + +303 +00:27:30,770 --> 00:27:36,770 +bar بدنا نروح على ال activity و نضيف code صغير في + +304 +00:27:36,770 --> 00:27:40,330 +ال activity في بدايتها انا بعمل هى set content + +305 +00:27:40,330 --> 00:27:46,310 +viewأول حاجة بدي أعملها بدي أجيب ال tool bar تبعي + +306 +00:27:46,310 --> 00:27:52,890 +مش هو عنصر موجود في الشاشة ايش + +307 +00:27:52,890 --> 00:27:57,550 +صار؟ + +308 +00:27:57,550 --> 00:28:07,250 +و + +309 +00:28:07,250 --> 00:28:13,450 +بعدين بنقول له set support action bar و نعطيلهالـ + +310 +00:28:13,450 --> 00:28:17,610 +tool bar يعني الآن صار ال tool bar هو ال action + +311 +00:28:17,610 --> 00:28:21,590 +bar المجرد التعديل هذا لحاله الصطرين هذول نظفناهم + +312 +00:28:21,590 --> 00:28:39,290 +هنا الآن + +313 +00:28:39,290 --> 00:28:52,590 +اه هاي لحاله ضافضعف الاسم بس بدنا الآن نشوف في + +314 +00:28:52,590 --> 00:29:01,110 +بعض الأمور مثلا نرجع لل main activity طيب + +315 +00:29:01,110 --> 00:29:04,710 +هي ال toolbar تعالى نشوف خصائصه في حاجات هو ضافها + +316 +00:29:04,710 --> 00:29:11,110 +لحاله اه + +317 +00:29:11,110 --> 00:29:16,730 +شوف هذا ال backgroundالان في برضه من الحاجات + +318 +00:29:16,730 --> 00:29:18,830 +الموجودة في ال toolbar اللي لازم نعملها انه + +319 +00:29:18,830 --> 00:29:22,210 +مابياخدش الخصائص بتاعت ال theme مباشرة تمام لازم + +320 +00:29:22,210 --> 00:29:27,610 +احنا نعطيله خصائص فشوف مثلا في هذه الشجرة اول مرة + +321 +00:29:27,610 --> 00:29:33,530 +اتمر علينا at attribute شايفين هذه هذه معناها ايش + +322 +00:29:33,530 --> 00:29:37,430 +انه بيجيبلك الخصائص بتاعت ال theme الحالي المطبق + +323 +00:29:37,430 --> 00:29:41,770 +يعني لما تقوله at attribute slash المفروض انه + +324 +00:29:50,380 --> 00:29:57,400 +هنكتبها كانت هي color اه لازم تكتب حاجةلأن احنا + +325 +00:29:57,400 --> 00:30:01,020 +مستخدمين theme صح ولا لأ فكيف بيقوله انه يروح لل + +326 +00:30:01,020 --> 00:30:06,580 +theme المطبق وخد اعدداته هذا العلامة السفهام + +327 +00:30:06,580 --> 00:30:10,120 +attribute كأنك بتعمل access على خصائص ال theme + +328 +00:30:10,120 --> 00:30:16,840 +المطبق حاليا مثلا هاي فاي قوله color primary هنا + +329 +00:30:16,840 --> 00:30:19,900 +مثلا ال minimum height اللي هو ارتفاع ال tool bar + +330 +00:30:19,900 --> 00:30:26,510 +جدش ارتفاعه فقولتلهطبعا by default ارتفاعه بيكون + +331 +00:30:26,510 --> 00:30:33,210 +دايما 56 dp هذا ال standard تعجبك طبعا 56 .. لأ هو + +332 +00:30:33,210 --> 00:30:36,830 +مش هنا في ال height .. where راحت ال height .. هيا + +333 +00:30:36,830 --> 00:30:43,030 +.. اه هذا by default ارتفاعه بيكون 56 dp لكن انا + +334 +00:30:43,030 --> 00:30:47,840 +بده اقوله الان روح حق الارتفاعبتاعة ال theme اللي + +335 +00:30:47,840 --> 00:30:52,500 +أنا شغال فيه كيف بتحط علامة استفهام attribute تمام + +336 +00:30:52,500 --> 00:31:00,380 +و في عندك حاجة اسمها action bar size طبعا + +337 +00:31:00,380 --> 00:31:04,020 +هذه الحاجات هو لحاله كتبها يا جماعة تمام ال theme + +338 +00:31:06,270 --> 00:31:08,990 +الثيم اللى بتطبقه على ال toolbar برضه راح اشعمل + +339 +00:31:08,990 --> 00:31:12,930 +راح attribute action bar theme يعني أخد ال theme + +340 +00:31:12,930 --> 00:31:17,470 +بتاع ال action bar بتاع الأساسي تمام؟ هذه الحاجات + +341 +00:31:17,470 --> 00:31:21,910 +كلها عملها لحانه يا جماعةانت حاب تغير من ال + +342 +00:31:21,910 --> 00:31:25,030 +background تبعه ببساطة بتجي تكتب اللون اللي بدك + +343 +00:31:25,030 --> 00:31:29,990 +اياه هنا تمام؟ غير اللون عادي اكتب F F زي هيك هيك + +344 +00:31:29,990 --> 00:31:34,310 +يغير اللون لكن احنا بنفضل دايما ايش ياخد اللون + +345 +00:31:34,310 --> 00:31:39,590 +الاساسي تعثي طيب + +346 +00:31:39,590 --> 00:31:43,830 +الان ممكن انت تجي لل toolbar كمان طالع معايا هنا + +347 +00:31:43,830 --> 00:31:48,080 +تحطوله titleالعلمش فيه انا فيه عندى نص موجود عليه + +348 +00:31:48,080 --> 00:31:54,600 +ممكن نغير النص الموجود عليه مثلا هو اشكل موجود هنا + +349 +00:31:54,600 --> 00:32:00,140 +برنامج المسابقة مسابقات + +350 +00:32:00,140 --> 00:32:09,360 +مثلا تمام وفي عندك غير + +351 +00:32:09,360 --> 00:32:12,780 +تعمل تصميم خاص فيك لو بدك تعمل ال center subtitle + +352 +00:32:17,010 --> 00:32:22,110 +هذا عنوان فرعى ايش عنوان فرعى هلجيت بطلع title + +353 +00:32:22,110 --> 00:32:27,350 +مرات و تحته خط صغير title تانى فالان لو جابنا هذا + +354 +00:32:50,190 --> 00:32:54,630 +اللون الاصوات الصحيح لون المص لحتى + +355 +00:32:54,630 --> 00:33:00,830 +الآن بطلع مسابقات وبرنامج طبعا هذا لو انا غيرته من + +356 +00:33:00,830 --> 00:33:03,510 +ال code لكن انت لو ماحطيتش ال title و ال subtitle + +357 +00:33:03,510 --> 00:33:08,850 +بياخد الموجود في ال manifest اللون تبعه ليش حطه + +358 +00:33:08,850 --> 00:33:15,680 +أسود مفروض لو روحت انا على ال stylesالان لو انت + +359 +00:33:15,680 --> 00:33:24,220 +بدك .. احنا هو بياخد فعليا ال theme طيب لو أخدنا + +360 +00:33:24,220 --> 00:33:37,380 +هنا و أضفنا item name اللي هو text color primary و + +361 +00:33:37,380 --> 00:33:42,560 +حطنا مثلا أبيض خلينا نشوف هى طبقه ولا لأ + +362 +00:34:04,580 --> 00:34:10,440 +طبعا هو يا جماعة انتبه اه اه عمل ال title نقدر + +363 +00:34:10,440 --> 00:34:16,660 +نغيره تحط اللون المثل تحته item text color + +364 +00:34:16,660 --> 00:34:26,200 +secondary طبعا حط اللون اللي انت بدكيه انا + +365 +00:34:26,200 --> 00:34:30,280 +الآن بعدل عمين يا جماعة على ال theme الرئيسي هو + +366 +00:34:30,280 --> 00:34:35,700 +فعليا في ال activityلما عمل ال tool bar أخد + +367 +00:34:35,700 --> 00:34:39,580 +الإعدادات .. هاي ال theme تبعه .. أخد ال theme + +368 +00:34:39,580 --> 00:34:46,200 +بتاع مين؟ بتاع ال .. بتاع ال theme الحالي ما هو ال + +369 +00:34:46,200 --> 00:34:49,420 +theme الحالي بتاع ال action bar بياخد من وين؟ ال + +370 +00:34:49,420 --> 00:34:51,860 +text color primary و ال text color secondary + +371 +00:34:56,570 --> 00:35:01,170 +تمام هى يغير غير اللغة طيب الآن بنعمل هنا menu + +372 +00:35:01,170 --> 00:35:10,070 +طبعا قائمة طيب عمل ال menu كان التالي انتبه + +373 +00:35:10,070 --> 00:35:16,630 +معايا عشان نشوف كيف نسوي ال menu بس + +374 +00:35:16,630 --> 00:35:17,410 +خلينا نشوف toolbar + +375 +00:35:24,900 --> 00:35:29,260 +ممكن انت من خلال ال code برضه تقوله set title و + +376 +00:35:29,260 --> 00:35:35,240 +فيه set + +377 +00:35:35,240 --> 00:35:37,880 +subtitle يعني ممكن تغيرها في ال code هنا + +378 +00:35:46,620 --> 00:35:49,600 +أحنا يا جماعة ال tool bar هبقى .. بننتبه أنه + +379 +00:35:49,600 --> 00:35:53,560 +أعظفناه احنا فقط على ال activity الأولى يعني الآن + +380 +00:35:53,560 --> 00:35:58,740 +لو أنا روحت .. دخلت على ال activity التانية إيش + +381 +00:35:58,740 --> 00:36:03,280 +صار فيها؟ راح ال tool bar كله، ليش؟ هو component، + +382 +00:36:03,280 --> 00:36:11,480 +مضيوف وين؟ على الشاشة الأولى، أه هذه المشكلة كيف؟ + +383 +00:36:11,480 --> 00:36:12,420 +أه إيه؟ + +384 +00:36:17,010 --> 00:36:21,010 +لأ لازم هو component زيه زي البتل البتل بتضيفه على + +385 +00:36:21,010 --> 00:36:24,790 +الشاشة مابظهرش على الشاشات التانية اه بس تعالى شوف + +386 +00:36:24,790 --> 00:36:29,430 +انا إيش بدى أسويه الآن يعني عشان نريح حالنا بتيجي + +387 +00:36:29,430 --> 00:36:34,850 +انت على layouts و بتعمل تصميم ملف layout مستقل + +388 +00:36:34,850 --> 00:36:37,310 +لمين للـ toolbar الفكرة اللي بدى أعملها الجيت انه + +389 +00:36:37,310 --> 00:36:41,540 +أنا بدأ أحط ال toolbar لحاله في ملفطبعا وصممه + +390 +00:36:41,540 --> 00:36:45,700 +ورطبه واسير انا في كل activity بس احط سطر اقوله + +391 +00:36:45,700 --> 00:36:53,540 +اعمل include لمين لملفة ال toolbar طبعا يعني هنا + +392 +00:36:53,540 --> 00:37:00,900 +انا عملت لي layout جديدة اسمها toolbar design ها + +393 +00:37:00,900 --> 00:37:06,160 +جيت بفرجك اياه toolbar design وين تصميم ال toolbar + +394 +00:37:13,910 --> 00:37:20,570 +فأخدمها كلها و روحنا على toolbar design لأن هو + +395 +00:37:20,570 --> 00:37:23,010 +لحاله عمل لك constraint layout برضه بدي أشيل هذه + +396 +00:37:23,010 --> 00:37:34,770 +كلها و أحط ايش بيقبلها هو بس بده يضيف بعض ال .. اه + +397 +00:37:34,770 --> 00:37:38,950 +تمام يعني هى لاحظ ال toolbar لحاله عملته في ملف + +398 +00:37:38,950 --> 00:37:45,890 +layout مستقل تماموبعدين نرجع لان انت عندك في ال + +399 +00:37:45,890 --> 00:37:54,790 +main activity بدك تضيف tool bar لان + +400 +00:37:54,790 --> 00:37:59,360 +دلوقت طبعا في أخطاء هتطلع عندك لانه بطل فيهToolbar + +401 +00:37:59,360 --> 00:38:03,300 +يعني هذه الآن هتطلع خطأ لو شغلت لأن وين هنحط ال + +402 +00:38:03,300 --> 00:38:06,580 +toolbar فوق لأن انا وين شغال انتبهوا في ال + +403 +00:38:06,580 --> 00:38:09,340 +activity طبعا ال activity اللي حتى الآن مافيش فيها + +404 +00:38:09,340 --> 00:38:16,980 +toolbar فبتقوله هنا include + +405 +00:38:16,980 --> 00:38:20,960 +layout + +406 +00:38:20,960 --> 00:38:25,840 +toolbar design + +407 +00:38:39,070 --> 00:38:44,650 +بتحيى لهيك تظبط لأنه هو لما يعمل include هيشوف ال + +408 +00:38:44,650 --> 00:38:47,990 +toolbar خلينا نتأكد ان هذا شغال بس شايفين ايش عملت + +409 +00:38:47,990 --> 00:38:52,150 +يا جماعة؟ سطر واحد اللي هو include ل layout وهذا + +410 +00:38:52,150 --> 00:38:54,490 +على فكرة ال include بتفتح لك path بعدين ان انت + +411 +00:38:54,490 --> 00:38:58,670 +ممكن ال layout بتاعتك لو فيها تعقيدات تتصمم أجزاء + +412 +00:38:58,670 --> 00:39:00,970 +منها في ملفات وتعملها include + +413 +00:39:05,450 --> 00:39:08,450 +الان انا كل اللي سويته اني فصلت ال toolbar في ملفه + +414 +00:39:08,450 --> 00:39:11,350 +وقمت ال include ماشي يا جماعة ماسوولاش حاجة هاي + +415 +00:39:11,350 --> 00:39:15,590 +أخدت ال toolbar حطيته في ملف لحال ورجعت على ال + +416 +00:39:15,590 --> 00:39:26,410 +activity وقلتله بس include لحظة + +417 +00:39:26,410 --> 00:39:27,610 +خلينا نجربها بس أشوف + +418 +00:39:45,850 --> 00:39:50,890 +تمام هى يشتغل تمام من غير اي مشكلة طبعا واحد هيقول + +419 +00:39:50,890 --> 00:39:54,670 +ليه هو هنا مثلا أهلا و سهلا هذه text view مربوطة + +420 +00:39:54,670 --> 00:39:58,150 +في مين ب ID toolbar هو شاف ال ID toolbar لأنه + +421 +00:39:58,150 --> 00:40:03,290 +فعليا موجود وين موجود جوا ال layout هذه تمام لأن + +422 +00:40:03,290 --> 00:40:06,090 +نفس الشيء الآن شوف بدي أحطه في المسابقة ال + +423 +00:40:06,090 --> 00:40:10,510 +activity بتاعة المسابقة بتنسخ السطر هذا اه و بتروح + +424 +00:40:10,510 --> 00:40:11,930 +على ال activity بتاعة المسابقة + +425 +00:40:14,420 --> 00:40:20,480 +و بتروح فوق في البداية و بتقوله include toolbar بس + +426 +00:40:20,480 --> 00:40:24,960 +طبعا الان بدنا الرابط تمام يعني في عندي انا ال + +427 +00:40:24,960 --> 00:40:29,900 +name tv ال top مربوط في ايش في ال bottom of لل + +428 +00:40:29,900 --> 00:40:36,260 +toolbar top + +429 +00:40:36,260 --> 00:40:37,800 +to bottom of + +430 +00:40:47,040 --> 00:40:59,020 +و في عندنا كمان ال text view بتاع ال score و + +431 +00:40:59,020 --> 00:41:06,540 +بعدين ال text view هذا ايش الرصيد اه هذا برضه + +432 +00:41:06,540 --> 00:41:15,380 +ال question هذا وين جاي bottom of name خلاصتمام؟ + +433 +00:41:15,380 --> 00:41:22,300 +هذه شكل المسابقة + +434 +00:41:22,300 --> 00:41:26,580 +تمام؟ هذه ضعف ال toolbar يعني انت بس مجرد بتعمل .. + +435 +00:41:26,580 --> 00:41:32,480 +بتعمل include ماشي يا جماعة مش بس هيك كمان في ال + +436 +00:41:32,480 --> 00:41:36,760 +activity بتاعة المسابقة بدك تفعل ال toolbar برضه + +437 +00:41:36,760 --> 00:41:40,770 +شفتوا السطرين اللي حطناهم في ال main activity؟في + +438 +00:41:40,770 --> 00:41:44,570 +سطرين ال code ضفناهم في ال main activity اللي هو + +439 +00:41:44,570 --> 00:41:50,870 +تفعيل ال toolbar هدول نفسهم بدك تروح و تضيفهم في + +440 +00:41:50,870 --> 00:41:57,890 +ال competition activity عشان تفعل ال + +441 +00:41:57,890 --> 00:41:58,690 +toolbar تبعا + +442 +00:42:04,190 --> 00:42:07,950 +طبعاً لازال ال toolbar بده مننا جهد ليش؟ لأن فيه + +443 +00:42:07,950 --> 00:42:11,850 +code لازم تضيفه في ال activity الأولى والتانى صح + +444 +00:42:11,850 --> 00:42:15,750 +ولا؟ وفي include بدك تعمله في ال activity الأولى + +445 +00:42:15,750 --> 00:42:21,390 +والتانى هناخد احنا كيف نسهل الموضوع هذا نكتب ال + +446 +00:42:21,390 --> 00:42:25,850 +code مرة واحدة مافيش دي عدالة تستدعي دائما بس + +447 +00:42:25,850 --> 00:42:28,770 +حاليا احنا هدفنا ان نشغل اول حاجة ال toolbar + +448 +00:42:38,150 --> 00:42:42,830 +طيب هى اشتغلت وظهر عندى هى ال tool bar في المسابقة + +449 +00:42:42,830 --> 00:42:47,570 +طبعا طيب + +450 +00:42:47,570 --> 00:42:51,310 +حبونا جماعة الان احنا ال tool bar تبعنا نطلع فيه + +451 +00:42:51,310 --> 00:42:56,940 +قائم menu يعني مثلا بنعمل menu صغيرة زرين بسمثلا + +452 +00:42:56,940 --> 00:43:02,300 +about على التطبيق تمام و close عشان يسكرلك التطبيق + +453 +00:43:02,300 --> 00:43:08,360 +فعشان نعمل menu بقولك انت بتصمم ال menu كملف XML + +454 +00:43:08,360 --> 00:43:13,560 +بنيجي على مجلد ال resources تمام و بتقوله click + +455 +00:43:13,560 --> 00:43:19,440 +يمين new android resource file android resource + +456 +00:43:19,440 --> 00:43:20,420 +file + +457 +00:43:23,240 --> 00:43:27,380 +طيب وين بدنا نحط هذا ال resource file لنطلع فيه + +458 +00:43:27,380 --> 00:43:30,700 +هنا عندك وين ايش ال resource طيب نوعه فيه values + +459 +00:43:30,700 --> 00:43:35,140 +فيه drawable لو بدك ترسم فيه layout وفيه عندك ايش + +460 +00:43:35,140 --> 00:43:42,000 +حسمها menu فبختار انا menu وسمي تمام هي comp menu + +461 +00:43:46,370 --> 00:43:49,490 +طيب اول ما تنشق الملف هذا هتلاقيه لحاله يا جماعة + +462 +00:43:49,490 --> 00:43:54,130 +راح عملك مجلد اسمه menu شايفينه هذا مجلد menu + +463 +00:43:54,130 --> 00:43:58,530 +موجود وين؟ في ال resources هذا في الأول ماكنش + +464 +00:43:58,530 --> 00:44:01,210 +موجود لأنه ماكنش عندك ولا menu لأن انا عملت menu + +465 +00:44:01,210 --> 00:44:06,070 +جديدة هيو عمللياه وحطلياه في مجلد menu تمام؟ هنا + +466 +00:44:06,070 --> 00:44:10,130 +بتقدر انت تصمم ال menu انا مجربتش هذا لأن بحب اكتب + +467 +00:44:10,130 --> 00:44:13,710 +ايش؟ اه code لأن هيو عملك tag menu + +468 +00:44:17,150 --> 00:44:21,590 +وبتجي لان تضيف عنصر جوا كل زر بتعمله داخل ال menu + +469 +00:44:21,590 --> 00:44:25,890 +بتكون عبارة عن ايش item تمام ممكن تعطيله اكتر من + +470 +00:44:25,890 --> 00:44:30,830 +حاجة اول حاجة لازم تعطيله ID تمام ID ايش بنسميه + +471 +00:44:30,830 --> 00:44:38,910 +الاول واحد مثلا about menu itemو لاحظ في التسمية + +472 +00:44:38,910 --> 00:44:43,570 +يعني كتبت عن إيش الزر و كتبت انه menu item لأن + +473 +00:44:43,570 --> 00:44:46,870 +ممكن يكون فيه زر about في مكان تاني عشان نميز طبعا + +474 +00:44:46,870 --> 00:44:50,070 +و هذا بده action بعدين شوفت لما كنا نعمل set and + +475 +00:44:50,070 --> 00:44:53,010 +click listeners هذا فيه إيش شبيه فيه لأن هذا ال + +476 +00:44:53,010 --> 00:44:57,390 +idea تبعه ال title إيش هنكتب عليه about ممكن نخليه + +477 +00:44:57,390 --> 00:45:01,970 +جيب من من ال string طبعا و ممكن تعطيله إيش icon + +478 +00:45:01,970 --> 00:45:07,670 +icon يعني الصورة موجودة في drawableانا هنا قاعد + +479 +00:45:07,670 --> 00:45:14,070 +بعمل ايش ازرار في ال menu هاي زر تاني بدنا نسميه + +480 +00:45:14,070 --> 00:45:24,030 +close menu item و هاي title close ممكن تعمل sub + +481 +00:45:24,030 --> 00:45:33,130 +menus يعني هنا تيجي تقوله كيف؟ + +482 +00:45:34,040 --> 00:45:38,840 +أزرار .. أزرار داخل .. داخل ال menu فى إمكانية + +483 +00:45:38,840 --> 00:45:42,140 +نعمل sub menu بس نسيت هالمرة اللى جاى بقولكوا كيف + +484 +00:45:42,140 --> 00:45:46,280 +ماعرفش هو جوا ال menu item نفسه نعمل items يعني + +485 +00:45:46,280 --> 00:45:52,380 +أعتقد اه + +486 +00:45:52,380 --> 00:45:58,780 +هى جوا ال item مثلا عند close اه اعملنا menu جديدة + +487 +00:45:58,780 --> 00:46:00,920 +و جواها بتعمل ايش + +488 +00:46:03,900 --> 00:46:19,580 +هي مثلا ID close menu item 2 هاي + +489 +00:46:19,580 --> 00:46:21,120 +icon و قوللي add drawable + +490 +00:46:33,000 --> 00:46:37,220 +طيب هذا الطريقة اللى صمم فيها هى item لأن هذا ال + +491 +00:46:37,220 --> 00:46:42,160 +item التانى فتحه هنا و سكر هنا تمام اش في داخله + +492 +00:46:42,160 --> 00:46:45,360 +مينيو تانى مش منطقية كتير اللى بنعمله هذا بس يعني + +493 +00:46:45,360 --> 00:46:49,360 +عشان ايش مبينه طيب هى احنا صممنا الصممنا ال menu + +494 +00:46:49,360 --> 00:46:53,660 +هلجيت بدنا احنا ال menu مضيف على ال toolbar رجعنا + +495 +00:46:53,660 --> 00:46:57,480 +ل ال main activity اه و هلجيت هنتعرف على method + +496 +00:46:57,480 --> 00:47:03,400 +جديدة تحتاحنا اتعرفنا على بعض ال callback method + +497 +00:47:03,400 --> 00:47:05,980 +ايش هي ال callback method؟ ال method اللي لحالها + +498 +00:47:05,980 --> 00:47:09,920 +بيتم استدعائها زي me مثلا ال on create ايش فيه + +499 +00:47:09,920 --> 00:47:13,040 +كمان callback method اتكلمنا عنها؟ ال on back + +500 +00:47:13,040 --> 00:47:15,660 +breast صح ولا؟ هذا ال method لحالها مش انت + +501 +00:47:15,660 --> 00:47:18,720 +بتستدعيها callback method معناه ان ال system اللي + +502 +00:47:18,720 --> 00:47:22,100 +بيستدعيهامش انت اللي بتعمل call ال on create انت + +503 +00:47:22,100 --> 00:47:26,600 +استدعيتها لأ لحاله استدعاها ال on back breast انت + +504 +00:47:26,600 --> 00:47:30,060 +بتستدعيها لأ لما تضغط عزر ال back لحاله ال system + +505 +00:47:30,060 --> 00:47:36,140 +بروح بيستدعيك لان في عندك مثل اسمها on create + +506 +00:47:36,140 --> 00:47:43,220 +options menu لان هذا ال on create options menu + +507 +00:47:43,220 --> 00:47:50,540 +لازم تتنفذ اول ما تشغل ال activityعشان ينشئ menu + +508 +00:47:50,540 --> 00:47:55,980 +by default هذا مثلًا يكون فاضي يعني بتعملش ولا + +509 +00:47:55,980 --> 00:48:02,840 +حاجة لأن احنا ايش بنعمل بدنا ننشئ menu طبعا و لاحظ + +510 +00:48:02,840 --> 00:48:08,700 +ايه جايبلك هنا menu طيب كيف ننشئ احنا ال menu من + +511 +00:48:08,700 --> 00:48:12,740 +ملف ال XML بدنا نستخدم حاجة اسمها class اسمها menu + +512 +00:48:12,740 --> 00:48:13,460 +inflater + +513 +00:48:16,470 --> 00:48:24,130 +get menu inflater inflater.menu + +514 +00:48:35,120 --> 00:48:39,240 +طيب هذه هتقولكوا إيش معناها هلجيت ال menu عندك + +515 +00:48:39,240 --> 00:48:44,740 +موجودة كملف XML صح و لا بدنا نحولها لأزرار و قوائم + +516 +00:48:44,740 --> 00:48:48,920 +طبعا كيف نحولها لأزرار و قوائم في عندنا عملية في + +517 +00:48:48,920 --> 00:48:51,740 +الاندرويد بيسموها ال inflation inflation بترجم + +518 +00:48:51,740 --> 00:48:56,010 +الحرفية لها التضخمتمام؟ Financial inflation تضخم + +519 +00:48:56,010 --> 00:49:02,410 +المالي انه مثلا سعر العملة يجل مثلا مع كترة وجود + +520 +00:49:02,410 --> 00:49:06,430 +العملة في الاندرويد مختلف طبعا معناه ال inflation + +521 +00:49:06,430 --> 00:49:11,830 +ال inflation في الاندرويد هو عملية بتحول ال XML ل + +522 +00:49:11,830 --> 00:49:16,460 +Java objects تنعرض على الشاشةالان ال set content + +523 +00:49:16,460 --> 00:49:20,280 +view شايفينها اللي كنا ننفذها في البداية ايش + +524 +00:49:20,280 --> 00:49:24,460 +بتاخد؟ بتاخد ملف ال layout و بتحوله ل java objects + +525 +00:49:24,460 --> 00:49:26,880 +هذا ال set content view بتعمل عملية inflation + +526 +00:49:26,880 --> 00:49:29,900 +تمام؟ + +527 +00:49:29,900 --> 00:49:33,460 +الان انا في ال code تبعي بتخليه يعمل عملية + +528 +00:49:33,460 --> 00:49:37,810 +inflation بس لمين؟حاليًا للمينيو المينيو اللي انا + +529 +00:49:37,810 --> 00:49:42,810 +صممتها XML بدي اخليه يحولها ل java opus كيف؟ بيقول + +530 +00:49:42,810 --> 00:49:47,150 +لي مافيش مشكلة انا بوفرلك حاجة اسمها menu inflater + +531 +00:49:47,150 --> 00:49:52,850 +menu inflater يعني حاجة بيعمل inflate لمن؟ لخاص + +532 +00:49:52,850 --> 00:49:57,890 +بالمنيو طبعا كيف نجيبه هذا؟ جالك انا اديتك method + +533 +00:49:57,890 --> 00:50:02,130 +موجودة في ال super class اسمها get menuInflater هى + +534 +00:50:02,130 --> 00:50:04,710 +مثل ال object oriented ايش ان في ال super class + +535 +00:50:04,710 --> 00:50:08,510 +فيه methods كتير مليانة methods بتعملنا حاجات كتير + +536 +00:50:08,510 --> 00:50:12,350 +و احنا مش عارفينهاقاعدين نتعرف عليها إيش لما + +537 +00:50:12,350 --> 00:50:16,150 +نحتاجه فقولنا له جيت ال menu inflater هتلي ليش أنا + +538 +00:50:16,150 --> 00:50:20,890 +محتاجه عشان أحور ال XML ل Java objects جيبنا ال + +539 +00:50:20,890 --> 00:50:24,350 +menu inflater و بعدين ال menu inflater بيعمل عملية + +540 +00:50:24,350 --> 00:50:28,310 +إيش inflate صح ال writer بيعمل write و ال reader + +541 +00:50:28,310 --> 00:50:32,330 +بيعمل read صح و ال inflater بيعمل إيش inflate هاي + +542 +00:50:32,330 --> 00:50:36,910 +في مثل اسمها inflate طيب ال inflate هذه بتاخد + +543 +00:50:36,910 --> 00:50:43,750 +حاجتين ملف ال menuوالـ menu الرئيسية هذه ما هو إيش + +544 +00:50:43,750 --> 00:50:48,030 +هيعمل هذا تخيل إن ال menu هذه هي الزر about تلت + +545 +00:50:48,030 --> 00:50:51,270 +نجات هذا شايفين الزر about تلت نجات فالأهل هو + +546 +00:50:51,270 --> 00:50:54,810 +فعليا بده ياخد ملف ال XML بتاع ال menu و يعمله + +547 +00:50:54,810 --> 00:51:01,470 +inflate و يربطه في نين في ال menu هذا تمام بس و + +548 +00:51:01,470 --> 00:51:03,990 +بعدين قلتله return هذا خلت السطر زي ما هو كان + +549 +00:51:03,990 --> 00:51:04,630 +موجود من قبل + +550 +00:51:08,140 --> 00:51:12,460 +هذا السطر اللي ضفته يعني باختصار يا جماعة أنا عشان + +551 +00:51:12,460 --> 00:51:15,960 +ال menu أنشئها بدي أروح أعمل override لميثود اسمها + +552 +00:51:15,960 --> 00:51:21,980 +on create options menu تمام ال on create options + +553 +00:51:21,980 --> 00:51:25,580 +menu ميثود موجودة في ال super class ال + +554 +00:51:25,580 --> 00:51:29,060 +implementation تبعها فاضي فعليا هي إيش بتعمل هده + +555 +00:51:29,060 --> 00:51:33,000 +إيش بترجّببوليان طبعا هو مارجعش لا true ولا false + +556 +00:51:33,000 --> 00:51:36,460 +بس راح استدعى super dot on create options menu ايش + +557 +00:51:36,460 --> 00:51:41,540 +فيها هذه ماعرفش ماليش دعوة طبعا خلي السطر هذا بس + +558 +00:51:41,540 --> 00:51:44,500 +انا ضفت سطر جديد ان اقوله انه بس تنفذ ال method + +559 +00:51:44,500 --> 00:51:48,920 +هذه اللي لازم تتنفذ كل ما تشتغل ال activity وروح + +560 +00:51:48,920 --> 00:51:52,720 +وقوله جيب ال inflater get menu inflater وعمل + +561 +00:51:52,720 --> 00:51:59,730 +inflate لل R dot menu dotوربطه في الـ menu + +562 +00:51:59,730 --> 00:52:05,450 +الرئيسية تمام؟ وتعالوا نعمل run + +563 +00:52:33,600 --> 00:52:38,320 +طيب، الآن بيّن عندي التلت زرار، شايفينهم؟ لو أنا + +564 +00:52:38,320 --> 00:52:42,400 +ضغط عليهم، طبعا، طلعت عند الـMenu و مكتوب فيها + +565 +00:52:42,400 --> 00:52:46,080 +كلام، بس ليش طلع هيك؟ لأنه مكتوب بالأبيض، طبعا، + +566 +00:52:46,080 --> 00:52:48,820 +يعني فيه زرارين مكتوبين، هنغيرهم ألوانهم المحاضرة + +567 +00:52:48,820 --> 00:52:52,460 +اللي جاي، تقدر تتحكم كمان في الـTheme بتاع + +568 +00:52:52,460 --> 00:52:55,480 +الـMenu، طبعا، يعني هي الـMenu ظهرت، بس الزرار + +569 +00:52:55,480 --> 00:53:00,070 +طلعتأه طلعت فيه .. فيه زرين بس طلع باللون الأبيض + +570 +00:53:00,070 --> 00:53:05,390 +تمام؟ و طلع ال menu .. الزر التحتاني بتاع ال close + +571 +00:53:05,390 --> 00:53:09,690 +ضغط عليه طلع لإيش menu تاني فيها close هذه هذا طلع + +572 +00:53:09,690 --> 00:53:13,930 +بالأحمر لإن ال menu الفرعية استخدمت secondary text + +573 +00:53:13,930 --> 00:53:20,450 +تمام؟ انتظروا معايا أخر حاجة برضه لو أنا شغلت هيك + +574 +00:53:20,450 --> 00:53:25,940 +و روحت على ال activity التانية راحت ال menuليش؟ + +575 +00:53:25,940 --> 00:53:31,480 +بدك برضه السطرين هدولة تاخدهم + +576 +00:53:31,480 --> 00:53:37,700 +و تضيفهم على ال competition تضيفهم + +577 +00:53:37,700 --> 00:53:45,780 +على ال competition activity تمام؟ + +578 +00:53:45,780 --> 00:53:49,520 +هيك ال menu بتظهر هل جيت المحاضرة الجاي؟ اش هنعمل؟ + +579 +00:53:49,520 --> 00:53:55,160 +هنعمل action على ال menu و نغيرفى ال theme بتاع ال + +580 +00:53:55,160 --> 00:53:59,960 +menu و هيك بنقول خلصنا ال toolbar ماشي يا جماعة + +581 +00:53:59,960 --> 00:54:01,200 +أعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..b3380bf4e0fe76e62046232a1059ef2e56e72127 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/um7U73LtzNI_raw.srt @@ -0,0 +1,2328 @@ +1 +00:00:20,720 --> 00:00:25,580 +طيب بسم الله الرحمن الرحيم السلام عليكم ان شاء + +2 +00:00:25,580 --> 00:00:30,060 +الله اليوم بدنا نكمل في برنامج المسابقة ووقفنا عند + +3 +00:00:30,060 --> 00:00:35,920 +نقطة اللي هو ال timer طبعا كيف نعمل ال timer طيب + +4 +00:00:35,920 --> 00:00:39,600 +جزئية ال timer حكينا طبعا ان انا عندي progress bar + +5 +00:00:39,600 --> 00:00:44,120 +موجود في ال activity بتاعة المسابقة هي يعني شكله + +6 +00:00:44,120 --> 00:00:49,360 +هذا هو ال progress barطبعا ال progress bar يعني + +7 +00:00:49,360 --> 00:00:53,980 +لازم يكون فيه حاجة أثناء الشغل اتغير قيمته يعني + +8 +00:00:53,980 --> 00:01:00,640 +انت ال progress bar ممكن تعطيله قيمة ثابتة هذا + +9 +00:01:00,640 --> 00:01:04,180 +ال progress bar هيو موجود هنا مثلا روحنا احنا + +10 +00:01:04,180 --> 00:01:09,200 +اعطاناله بدخلي ال progress bar تبعي من صفر لعشرة + +11 +00:01:09,200 --> 00:01:13,340 +ليش؟ لأنه على اساس انه عشر ثواني صح؟ وعطيته مثلا + +12 +00:01:13,340 --> 00:01:17,070 +أول قيمة ايش؟لأ اعطيته عشرة ايش يعني progress هذا + +13 +00:01:17,070 --> 00:01:20,770 +قيمة ال progress bar هو لما يبدأ هيبدأ من وين كم + +14 +00:01:20,770 --> 00:01:25,390 +مليان اه يقل تمام او يزيد انت حر اذا بدك يزيد حطه + +15 +00:01:25,390 --> 00:01:31,590 +صفر عساس ايش يظل يزيد تمام طيب و بعدين لان في ال + +16 +00:01:31,590 --> 00:01:37,090 +code بدنا نقرأ لل progress bar فالان هي هنا في ال + +17 +00:01:37,090 --> 00:01:38,030 +activity بتاعتي + +18 +00:02:00,000 --> 00:02:04,420 +طبعا هيجيبنا ال progress bar طيب الفكرة الآن ان + +19 +00:02:04,420 --> 00:02:09,280 +احنا بدنا عداد يعدلنا مثلا ثواني و العداد هذا + +20 +00:02:09,280 --> 00:02:15,660 +المفروض انه كل ما يتخلص ثانية يبلغني بالنتيجة طبعا + +21 +00:02:15,660 --> 00:02:17,880 +احنا حكينا المحاضرة الماضية ان في حاجة جاهزة في + +22 +00:02:17,880 --> 00:02:21,480 +الاندرويد اسمها class او abstract class اسمها + +23 +00:02:21,480 --> 00:02:25,490 +countdown timerولاحظ ان انا بقول abstract class + +24 +00:02:25,490 --> 00:02:29,230 +معناه بقدرش أنشئ منها object إلا لو عملت + +25 +00:02:29,230 --> 00:02:32,390 +implementation لل method اللي فيه فعشان هيك انا + +26 +00:02:32,390 --> 00:02:37,910 +بدي أجي برا هنا داخل ال class بتاعة ال activity + +27 +00:02:37,910 --> 00:02:41,690 +لكن برا ال method و أعمل class جديدة أسميها my + +28 +00:02:41,690 --> 00:02:45,270 +timer ليش عملت ال class هذه؟ احنا بقول ان انا + +29 +00:02:45,270 --> 00:02:48,950 +بقدرش أنشئ object من countdown timer لكن بقدر + +30 +00:02:48,950 --> 00:02:52,600 +أعملها extendفبعمل class جديدة بتعمل extend ل + +31 +00:02:52,600 --> 00:02:55,740 +countdown timer و بستخدم ال class بتاعتي الجديدة + +32 +00:02:55,740 --> 00:03:03,220 +هذه extend countdown timer + +33 +00:03:03,220 --> 00:03:06,480 +طيب الآن هيطلب مني حاجتين بدي اعمل implement ل ال + +34 +00:03:06,480 --> 00:03:10,120 +methods الموجودة فيها و بده كمان تعمل constructor + +35 +00:03:10,120 --> 00:03:15,400 +طبعا هذا البرنامج ايه هذا comments شيلناهم كلهم + +36 +00:03:19,020 --> 00:03:22,140 +طيب ال constructor بتاع ال countdown timer هيتطلع + +37 +00:03:22,140 --> 00:03:24,220 +أن هذا ال constructor بيبعتهم قنعتين بيبعتهم لل + +38 +00:03:24,220 --> 00:03:28,800 +super تمام ال constructor بياخد حشتين milliseconds + +39 +00:03:28,800 --> 00:03:32,660 +in a future اللي هو قداش الوقت اللي في المس .. ال + +40 +00:03:32,660 --> 00:03:35,080 +.. ال .. ال كل اللي بديك يعد فيه يعني أنت بدك + +41 +00:03:35,080 --> 00:03:37,920 +timer يعيد مثلا تلاتين ثانية بتعطيله إيش هنا + +42 +00:03:37,920 --> 00:03:43,580 +تلاتين ألف تمام بديكي عشر ثواني بتعطيله عشر تلاف + +43 +00:03:43,580 --> 00:03:48,050 +وفي عندك method اسمها countdown intervalالان انت + +44 +00:03:48,050 --> 00:03:53,940 +بتديله عشر ثواني فيه مفروض مثلا ان كل ثانيةيبلغك + +45 +00:03:53,940 --> 00:03:57,620 +يبعدك notification ممكن تقوله تلاتين ثانية بس + +46 +00:03:57,620 --> 00:04:00,660 +يبلغني كل خمس ثواني تمام فهنا الفترة اللي بدك + +47 +00:04:00,660 --> 00:04:04,700 +هيعملك tick فيها يعني يفهم كيف ينبهك يبعدك + +48 +00:04:04,700 --> 00:04:09,240 +notification طبعا هنا مثلا لو احنا بدنا يعد عشر + +49 +00:04:09,240 --> 00:04:13,740 +ثواني وكل ثانية يبلغك بتعطيله عشر تلاف و هنا + +50 +00:04:13,740 --> 00:04:19,360 +بتعطيله ألف تمام لأن في two methods مهمين جدا واحد + +51 +00:04:19,360 --> 00:04:24,100 +اسمها on tick واحد اسمها on finishماذا يعني تك؟ هل + +52 +00:04:24,100 --> 00:04:26,220 +رأيت الساعة العجربية؟ تك تك تك تك تك تك تك تك تك + +53 +00:04:26,220 --> 00:04:28,220 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +54 +00:04:28,220 --> 00:04:28,340 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +55 +00:04:28,340 --> 00:04:28,340 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +56 +00:04:28,340 --> 00:04:35,020 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +57 +00:04:35,020 --> 00:04:38,280 +تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك تك + +58 +00:04:38,280 --> 00:04:50,220 +تك تك تك تك تك تك + +59 +00:04:50,220 --> 00:04:57,320 +تك تبنعملها implementation طبعا الأمتك ايش بترجعلك + +60 +00:04:57,320 --> 00:05:03,140 +ملي ساكنز until finished يعني الجداش باختصار جداش + +61 +00:05:03,140 --> 00:05:10,500 +ضايقك وجد جداش ضال، ضال وجد يعني مثلا أنت بدأت من + +62 +00:05:10,500 --> 00:05:15,920 +عشر تلاف بعد أول ثانية الأمتك هذه القيمة هتكون + +63 +00:05:15,920 --> 00:05:21,680 +جداش تسعة تلاف بعد ثانية تمان تلاف وها كمففعليا + +64 +00:05:21,680 --> 00:05:25,900 +القيمة هذه هي اللي بتتعكس أو نعرضها في ال progress + +65 +00:05:25,900 --> 00:05:31,960 +bar قبل ما نعرضها خلينا نجرب انه نعمل log عشان + +66 +00:05:31,960 --> 00:05:35,680 +نشوف القيمة اللي بتطلع تمام؟ حط filter معين او tag + +67 +00:05:35,680 --> 00:05:40,460 +عشان نعرضها وبالداخلية اقدرش ال widget اللي بيظل + +68 +00:05:40,460 --> 00:05:43,920 +هذا on + +69 +00:05:43,920 --> 00:05:48,400 +finish في الآخر بس بس يعرضك log dot d + +70 +00:05:51,370 --> 00:05:55,570 +مثلا finished بس + +71 +00:05:55,570 --> 00:06:02,010 +عشان ايش؟ عشان نشوفه طيب انا عملت class استخدمتها؟ + +72 +00:06:02,010 --> 00:06:08,530 +لأ فبدنا نيجي الان فى البداية بس للتجربة بدنا + +73 +00:06:08,530 --> 00:06:15,000 +نقوله روح اعملى my timerتي يسمى new my timer وخليه + +74 +00:06:15,000 --> 00:06:18,240 +يبدأ على طول احنا لسه لقاه ما رابطناهوش مع السؤال + +75 +00:06:18,240 --> 00:06:21,500 +وقلنا له بدنا نشوف ايش بيطبع على الشاشة بس طبعا + +76 +00:06:21,500 --> 00:06:25,980 +لسه هنا ايش بده؟ بده يقول مثلا عشر تلاف وهنا ايش + +77 +00:06:25,980 --> 00:06:32,720 +الف ويقوله تي دوت ستارت تي دوت ستارت معناه بيبدأ + +78 +00:06:32,720 --> 00:06:35,600 +ال timer هذا طبعا هنا لسه احنا ما رابطناهوش لان ال + +79 +00:06:35,600 --> 00:06:38,120 +progress bar هو السؤال اول ما تشغل ال activity + +80 +00:06:38,120 --> 00:06:40,800 +المفروض ايش يطبع عليه رسالة في ال log + +81 +00:06:54,180 --> 00:06:59,200 +عشان نشوف الرسائل بدنا نروح الفلتر و نقوله بس هردل + +82 +00:06:59,200 --> 00:07:03,940 +اللي له tag TTT و هكذا تمام و مش error حط debug + +83 +00:07:20,030 --> 00:07:23,470 +تمام هي بدأ تدخل على activity بتاعت المثابرة طيب + +84 +00:07:23,470 --> 00:07:28,610 +اتطلع ايش باطبعني الان هلجيتها في الترجمة اللي + +85 +00:07:28,610 --> 00:07:33,670 +طالع هنا طيب + +86 +00:07:35,420 --> 00:07:38,960 +أول ما اشتغل طبع تسعة تلاف و تمانية و عشرين، الآن + +87 +00:07:38,960 --> 00:07:44,640 +هو يعني هذا البداية، أول tech هي إيش؟ أول .. عندما + +88 +00:07:44,640 --> 00:07:48,320 +.. عندما بدأ يشتغل يعني، طبعا ما طبعش عشر تلاف، هو + +89 +00:07:48,320 --> 00:07:50,940 +.. هو مش دقيق مئة في الم .. لأ أنا أعطيته من عشر + +90 +00:07:50,940 --> 00:07:57,660 +تلافو ألف interval يعني المفروض ان كل ألف يطبع + +91 +00:07:57,660 --> 00:08:01,100 +عليه طبعا عند البداية طبع ليه هذه المفروض كان هذا + +92 +00:08:01,100 --> 00:08:05,180 +القيمة عشان تكون عشر تلاف ع فكرة لو اتشغل التاني + +93 +00:08:05,180 --> 00:08:09,220 +هنجيها تسعة تلاف و تسعة مية و حاجة مثلا تسعة تلاف + +94 +00:08:09,220 --> 00:08:12,900 +و تسعة مية يعني هو مش مية لمية بيقدر يجيبها + +95 +00:08:12,900 --> 00:08:18,580 +بيجيبها يعني بالتقريب بعد ثانية طلع اش طبع ليه تمن + +96 +00:08:18,580 --> 00:08:23,050 +تلف و تمين و تسعة عشريعني خش .. يعني في .. في + +97 +00:08:23,050 --> 00:08:27,330 +مشكلة في نسبة إيش؟ واحد في الألف صح؟ الثانية اللي + +98 +00:08:27,330 --> 00:08:32,230 +بعدها يعني تقريبا خلينا نقول إن كل ثانية بعملها + +99 +00:08:32,230 --> 00:08:38,720 +تمام؟طيب الان هدول القيم اللى بنعمله نعدلهم او + +100 +00:08:38,720 --> 00:08:43,000 +نربطهم على progress progress bar طيب خلينا الان + +101 +00:08:43,000 --> 00:08:46,240 +نرجع لل timer بعد ما فهمنا كيف بيشتغل الان هى نعمل + +102 +00:08:46,240 --> 00:08:50,160 +فوق ليش بنعمل فوق عشان نستخدمهم اى مكان ف my timer + +103 +00:08:50,160 --> 00:08:58,460 +T و هنا انشأنا my timer بيدعد عشر ثوانى وكل الف بس + +104 +00:08:58,460 --> 00:09:01,640 +لسه ماشغلنهوش تمام لأنه تشغيله مربوط باش + +105 +00:09:05,290 --> 00:09:08,130 +تشغيله مربوط بالسؤال المفروض انه اول ما يعمل + +106 +00:09:08,130 --> 00:09:12,430 +السؤال يشغل ال timer تمام فبدنا نروح الان على + +107 +00:09:12,430 --> 00:09:15,810 +build a question متذكرين build a question فصلنا + +108 +00:09:15,810 --> 00:09:22,950 +build a question هلجيت في اخرها مش هو الان اخر + +109 +00:09:22,950 --> 00:09:26,010 +build a question بكون بنى السؤال و خلص تمام بعد ما + +110 +00:09:26,010 --> 00:09:29,950 +يدم السؤال بقوله T.start + +111 +00:09:32,670 --> 00:09:37,850 +طيب جيبل لسه كيف اه لسه ماعدلناش على ال C كبار وين + +112 +00:09:37,850 --> 00:09:41,110 +التعديل على ال C كبار هيتم اه في ال on tick هنا + +113 +00:09:41,110 --> 00:09:44,670 +طيب يمجي هذا ال code اللي لك بدناش يهيأ بدنا نروح + +114 +00:09:44,670 --> 00:09:48,250 +على ال progress bar مباشرة ونقوله set + +115 +00:09:53,460 --> 00:10:00,820 +القيمة الوقت المتبقي من عشر تلاف سحر ولا + +116 +00:10:06,280 --> 00:10:14,100 +الف صح و لا يعني مثلا كانت تسعة تلاف وتسعة مية جزي + +117 +00:10:14,100 --> 00:10:19,000 +ثمة على الف جدش بيصير لأ بيصير تسعة صح و لا ليش + +118 +00:10:19,000 --> 00:10:23,320 +بتروح هذا انتجار على انتجار long زي الانتجار long + +119 +00:10:23,320 --> 00:10:26,720 +على انتجار بطلع long بروح الاش و تكسر فعشان هيك + +120 +00:10:26,720 --> 00:10:31,720 +هذا بده أحط هاشدى ليش؟ نظرية الطناجر بتذكرينها؟ + +121 +00:10:31,720 --> 00:10:34,760 +اللى كنتوا بتقولوا ليش هذا ال .. مش عارف هيها + +122 +00:10:34,760 --> 00:10:40,200 +بتلزمنا كله مخططنه كله مرسوم هذا ليش؟ عشان احافظ + +123 +00:10:40,200 --> 00:10:43,720 +على الكثر بدي انا يطلع تسعة تلاف وتسعة مية بدها + +124 +00:10:43,720 --> 00:10:51,340 +تظل تسعة point تسعة عشان اقوله math dot مثلا round + +125 +00:10:51,340 --> 00:10:53,920 +ايش round؟ اقربها + +126 +00:10:58,320 --> 00:11:02,480 +ماكنة round لل float أو لل double بترجع long وهذه + +127 +00:11:02,480 --> 00:11:06,100 +set progress بدها integer فبس بنعمله casting في + +128 +00:11:06,100 --> 00:11:09,880 +الآخر ل integer يعني شوف أنا قسمت على double ليش؟ + +129 +00:11:10,880 --> 00:11:15,480 +على أساس احافظ على الكسر لو كان مثلا 9.9 او 7.9 + +130 +00:11:15,480 --> 00:11:21,680 +بيصير ايش 10 صح ولا او 7.9 بيصير 8 تمام؟ بس ال .. + +131 +00:11:21,680 --> 00:11:25,580 +ال .. ال .. ال .. ال round هي اللي بتخليه 8 يعني + +132 +00:11:25,580 --> 00:11:30,300 +انا بدي يبقى ل 7.9 من القسمة و ال round بتخليه 8 + +133 +00:11:30,300 --> 00:11:34,730 +بس بتخليه 8 longانا عشان ا .. ال set to progress + +134 +00:11:34,730 --> 00:11:39,490 +ايش بتاخد انتجر حولتها لانتجر او ممكن واحد ايش + +135 +00:11:39,490 --> 00:11:43,350 +يعمل أبسط يروح ال progress bar وخليه من صفر لعشر + +136 +00:11:43,350 --> 00:11:48,410 +تلاف ويحطه القيمة زي ما هي انتوا معايا ولا لأ؟ اه + +137 +00:11:48,410 --> 00:11:52,230 +يعني بدلا من علاج التحويل من عشر تلاف ل .. اه + +138 +00:11:52,230 --> 00:11:56,490 +خليها هي هي حتى يطلع ال progress bar معله smooth + +139 +00:11:56,490 --> 00:12:01,020 +ايش smooth يعني؟ يعني بتلاقي شوي شوي بنزلهك بتلاقي + +140 +00:12:01,020 --> 00:12:07,500 +كل ثانية بتغير هذا عند ال ontick في الآخر بعد ما + +141 +00:12:07,500 --> 00:12:13,500 +نخلص بدنا نعمل التالي بروح لل progress bar و نقوله + +142 +00:12:13,500 --> 00:12:17,960 +6 progress 0 خلاص يعني لو في اي حاجة صفره و بعدين + +143 +00:12:17,960 --> 00:12:22,860 +نعتبر خسر ال .. كيف؟ بدنا نشغل ال fail player + +144 +00:12:28,070 --> 00:12:33,290 +الفيل بلاير لحاله اول ما يشتغل بعد ما يخلص ايش + +145 +00:12:33,290 --> 00:12:37,670 +بيعمل build question مش انا عاملين احنا لسنا على + +146 +00:12:37,670 --> 00:12:40,410 +الفيل بلاير انه خلص يروح يعمل ال question اللي + +147 +00:12:40,410 --> 00:12:44,730 +بعده فانا معانايا الا ايش اشغل الفيل بلاير وفي + +148 +00:12:44,730 --> 00:12:45,850 +حاجة لازم اعملها جبل + +149 +00:12:57,350 --> 00:13:01,370 +عملنا disable للزرار واحد بيقول هذا عملناه اصلا بس + +150 +00:13:01,370 --> 00:13:04,930 +عملناه امتى لما نضغط على الزر لكن لو خلص ال budget + +151 +00:13:04,930 --> 00:13:09,430 +تمام بدناش يعتبره جاوب هال budget فعملنا disable + +152 +00:13:09,430 --> 00:13:14,770 +للزرار وشغلناه ايش الفيل اشتغل الفيل و بعدين اشتغل + +153 +00:13:14,770 --> 00:13:19,470 +build a question طبعا + +154 +00:13:22,020 --> 00:13:26,880 +الان هيشتغل بيلد + +155 +00:13:26,880 --> 00:13:31,340 +كوستشن و بيلد كوستشن هتبدأ سؤال جديد هي بيلد + +156 +00:13:31,340 --> 00:13:35,140 +كوستشن و في اخرها هتشغل ال timer ايش هتشغل ال + +157 +00:13:35,140 --> 00:13:38,960 +timer تاني يعني كل بيلد كوستشن بتشغل ال timer من + +158 +00:13:38,960 --> 00:13:43,800 +اول و جديد بقال شغلة واحدة الان هذا لو وجد خلص + +159 +00:13:43,800 --> 00:13:47,980 +لحاله طب افرض الواحد تجاوب على السؤالالمفروض ان + +160 +00:13:47,980 --> 00:13:52,420 +اوقف الوجد صح؟ لو سبت الوجد شغال مشكلة لأنه لحاله + +161 +00:13:52,420 --> 00:13:56,760 +هيخلص الوجد هيقوله اروح ايش عيد ملوى عيد ملوى اه + +162 +00:13:56,760 --> 00:13:59,360 +فالمفروض انه لما اضغط على الزر على اي واحد من + +163 +00:13:59,360 --> 00:14:06,980 +الزرار اروح لل timer على ال T و اقوله cancel و هنا + +164 +00:14:06,980 --> 00:14:11,360 +برضه على ال T بقوله cancelهذه أمور واحد يبدو + +165 +00:14:11,360 --> 00:14:16,020 +ينتبهلها يعني الآن ال timer انا امتى بشغله اول مرة + +166 +00:14:16,020 --> 00:14:19,080 +اشتغل فيها ال timer and ال build question ال build + +167 +00:14:19,080 --> 00:14:23,620 +question في أخرها هاي شغلت ال timer الآن ال timer + +168 +00:14:23,620 --> 00:14:28,620 +اشتغل كل ما اتخلص الفترة الزمنية انا بحددها ثانية + +169 +00:14:28,620 --> 00:14:32,240 +مثلا بروح بعد المين ل progress bar لأن في طرق في + +170 +00:14:32,240 --> 00:14:35,680 +scenario ها الموجودين اما ان ال user يجاوب على + +171 +00:14:35,680 --> 00:14:39,900 +سؤالأو ان ال timer يخلص لأن لو ال user جاوب على + +172 +00:14:39,900 --> 00:14:45,160 +سؤال هيوقف ال timer وين هدب نعمله لما يجاوب على + +173 +00:14:45,160 --> 00:14:49,420 +سؤال لما ال action علي الأزرار تمام هيوقف ال timer + +174 +00:14:49,420 --> 00:14:53,200 +وهيروح يشغل مين ال success player او ال failure + +175 +00:14:53,200 --> 00:14:57,720 +player وكل واحد من هدولة لما يخلص ايش بيعمل بي + +176 +00:14:57,720 --> 00:15:02,520 +request انه يشغل ال timer من أول و جديدإذا لم تضغط + +177 +00:15:02,520 --> 00:15:07,800 +على أي ذرع، سيبقى الـ timer شغال لما ينفذ الـ on + +178 +00:15:07,800 --> 00:15:11,900 +finish الـ on finish يعمل disable للذرار و يشغل ال + +179 +00:15:11,900 --> 00:15:12,400 +fail player + +180 +00:15:16,250 --> 00:15:21,930 +الان لو حكينا احنا انه احنا لما نجاوب على اي سؤال + +181 +00:15:21,930 --> 00:15:27,030 +نضغط على اي سؤال لازم لسه تعمل disable للازرار + +182 +00:15:27,030 --> 00:15:30,890 +عشان ما يضغطش على ازرار تاني جربناها شوفناها بضغط + +183 +00:15:30,890 --> 00:15:34,990 +بضغطبس هذه عملناها امتى؟ لما نضغط على الذر فبفرض + +184 +00:15:34,990 --> 00:15:39,430 +الان هو مالغطش ع اي ذر خلص ال timer بتكاشر تخليه + +185 +00:15:39,430 --> 00:15:42,690 +بسرعة ايه بعد ما يخلص وقتك يختار إجابة فالمفروض + +186 +00:15:42,690 --> 00:15:47,210 +خلص انت الآن خلص وقتك مالكاش حاجة تجاوب على اي + +187 +00:15:47,210 --> 00:15:52,970 +سؤال فعطلنا الزرار وشغلنا ال fail player تمام + +188 +00:15:52,970 --> 00:15:53,890 +خلينا نجرب هذه + +189 +00:16:24,470 --> 00:16:31,570 +لحظة لحظة خليني اشي + +190 +00:16:31,570 --> 00:16:36,310 +اشي + +191 +00:16:36,310 --> 00:16:39,990 +اسمهم هذا + +192 +00:16:39,990 --> 00:16:43,730 +هو اه + +193 +00:16:43,730 --> 00:16:50,150 +طيب هذه ال timer ماله يا جماعة شغال لو اخترنا مثلا + +194 +00:16:50,150 --> 00:16:52,470 +طبعا ال timer هيكوبت + +195 +00:16:58,390 --> 00:17:08,810 +خلّى التايمر يخلّص الان + +196 +00:17:08,810 --> 00:17:12,370 +طبعا ما تقدرش تختار حاجة تمام و لحاله هينقل على + +197 +00:17:12,370 --> 00:17:21,050 +السؤال اللي بعده و شغل التايمر طيب + +198 +00:17:21,050 --> 00:17:29,350 +الان ضال حاجة يا جماعةالبرنامج لسه مش كامل مش + +199 +00:17:29,350 --> 00:17:37,850 +هنكمل للاخر ال activity + +200 +00:17:37,850 --> 00:17:41,130 +الأخيرة مش هنعملها ليش طبعا طالع معاه هنا في ال + +201 +00:17:41,130 --> 00:17:45,270 +build question قبل ما أعمل أي سؤال روح تقول له if + +202 +00:17:45,270 --> 00:17:49,830 +questions is empty ايش يعني خلصنا الأسئلة تمام + +203 +00:17:49,830 --> 00:17:52,990 +start another activity to show score and thank + +204 +00:17:52,990 --> 00:17:57,440 +userهذا ايش بتعملها لحالك خدنا احنا كيف تشغل + +205 +00:17:57,440 --> 00:18:01,300 +activity و تبعتلها قيمة وبتعمل ايش return خلاص ما + +206 +00:18:01,300 --> 00:18:06,460 +هو هشغل activity جديدة لان تعالى ناخد نقطة او + +207 +00:18:06,460 --> 00:18:15,440 +موضوع جديد في التطبيق تبعنا ال + +208 +00:18:15,440 --> 00:18:18,780 +action bar شايفين ال bar اللي فوق هذا تمام هذا + +209 +00:18:18,780 --> 00:18:21,740 +بنسميه في ال Android ال action bar ايش فيدة ال + +210 +00:18:21,740 --> 00:18:27,530 +action barأول فايد اللي هو أنه يعرضلك اسم التطبيق + +211 +00:18:27,530 --> 00:18:30,330 +أو ال activity اللي أنا شغاله، بعدين الفواد + +212 +00:18:30,330 --> 00:18:36,350 +التانية، فيه عندنا زرين مشهورين في ال action bar + +213 +00:18:36,350 --> 00:18:42,510 +في زر اسمه ال overflow هنا اللي هو بيكون زي تلت + +214 +00:18:42,510 --> 00:18:47,360 +نقاط، عارفينه؟ تضغط عليه بيطلعلك قائمةمن هنا الـ + +215 +00:18:47,360 --> 00:18:52,020 +menu و في زر تاني بيكون على شكل شرطات زيك بيسموه + +216 +00:18:52,020 --> 00:18:56,260 +زر ال navigation هذا يعني في كتير من الأحيان بتضغط + +217 +00:18:56,260 --> 00:19:01,080 +عليه بيطلع عندك قائمة تظهر عندك بتكون مخبية تظهر + +218 +00:19:01,080 --> 00:19:06,310 +عندكفي التطبيقات اللي فيها تفاصيل كتير وخيارات + +219 +00:19:06,310 --> 00:19:09,730 +كتير عشان ي .. مش ملائم في ال .. في ال mobile من + +220 +00:19:09,730 --> 00:19:12,370 +ناحية UI و UX انك تبين لل user كل الخيارات + +221 +00:19:12,370 --> 00:19:17,830 +والتفاصيل تمام فدائما بتسيب انت الخيارات هذه مخبية + +222 +00:19:17,830 --> 00:19:20,530 +يا في ال navigation drawer اللي هو القائمة اللي + +223 +00:19:20,530 --> 00:19:24,710 +بتكون مخبية هذه بتظهر لما اضغط على زر ال + +224 +00:19:24,710 --> 00:19:28,250 +navigation او في قائمة ايش ال menus اللي هي + +225 +00:19:28,250 --> 00:19:35,240 +بيسميها ال overflowmenu عشان أفاض يعني فهذا فايدت + +226 +00:19:35,240 --> 00:19:40,820 +باختصار ال action bar انه فعليا من خلاله تظهر + +227 +00:19:40,820 --> 00:19:45,540 +قائمة ال navigation أو ال menu و أحيانا يكون فيه + +228 +00:19:45,540 --> 00:19:51,280 +زر هنا يرجعك على ال back لل activity الأساسية home + +229 +00:19:51,280 --> 00:19:58,160 +مثلا زر ال home فهي هل احنا لازم نستخدم دايما + +230 +00:19:58,160 --> 00:20:04,260 +action barحسب التطبيق طبعا اذا انا زي ما قلت اذا + +231 +00:20:04,260 --> 00:20:07,260 +انت عندك navigation في التطبيق ووجهات كتير وبده ال + +232 +00:20:07,260 --> 00:20:10,660 +user ينتقل من واجهة لواجهة وفي عنده خيارات كتير في + +233 +00:20:10,660 --> 00:20:16,960 +الحالة ده لازم تستخدم ال action bar فالان بنتكلم + +234 +00:20:16,960 --> 00:20:23,140 +عن موضوع ال action bar طيب جابل + +235 +00:20:23,140 --> 00:20:28,350 +ال Androidماذا نوجا اوريو لأ اللي جابل نوجا ايش هو + +236 +00:20:28,350 --> 00:20:31,810 +لولي بوب تمام ال marshmallow جابل ال marshmallow + +237 +00:20:31,810 --> 00:20:37,170 +لولي بوب تمام اتغير ال action bar صار طلع اشي جديد + +238 +00:20:37,170 --> 00:20:42,550 +اسمه ال tool bar تمام ايش هذا ال tool bar صار + +239 +00:20:42,550 --> 00:20:46,950 +يقولك ان مشكلة ال action bar في البداية كان دايما + +240 +00:20:46,950 --> 00:20:51,580 +ال action bar مكانه فوقو تصميمه ثابت و انت ماتقدرش + +241 +00:20:51,580 --> 00:20:54,380 +تغير عليه ايش هتغير عليه يعني مرات انا محتاج اضيف + +242 +00:20:54,380 --> 00:21:00,290 +صورة محتاج اضيف زرار هناما بيعطيكاش مرونة انك + +243 +00:21:00,290 --> 00:21:06,350 +تتغير في ال action bar كتير فقالوا ابتداء من + +244 +00:21:06,350 --> 00:21:10,050 +Lollipop ان احنا بدلناش action bar بدنا نعمل بدله + +245 +00:21:10,050 --> 00:21:14,150 +حاجة اسمها tool bar بحيث انه صار ال action bar هذا + +246 +00:21:14,150 --> 00:21:18,590 +بدل ما له تصميم ثابت وشكل ثابت ان ال user نفسه + +247 +00:21:18,590 --> 00:21:22,780 +يقدر يضيف ال action barاللي هو صار اسمه tool bar + +248 +00:21:22,780 --> 00:21:26,840 +زيه زي أي عنصر زي ال battle مثلا زي ال text view + +249 +00:21:26,840 --> 00:21:31,500 +ويغير فيه حتى ممكن يغير مكانه ممكن نحطه تحت مثلا + +250 +00:21:31,500 --> 00:21:36,540 +أو على الجانب أو حسب التطبيق عشان يعتمرونا أكتر + +251 +00:21:36,540 --> 00:21:40,660 +الموضوع لأن هذا الموجود عندنا هنا هذا ال action + +252 +00:21:40,660 --> 00:21:47,390 +bar الأساسي اللي المفروض أنه قردفاحنا هذا بدنا + +253 +00:21:47,390 --> 00:21:52,550 +اشيه بدنا نستخدم بدلا من ال tool bar لشديدة ان + +254 +00:21:52,550 --> 00:21:56,410 +احنا ناخد ال action ال bar هذا و نضيفه زي ما بنضيف + +255 +00:21:56,410 --> 00:22:00,870 +اي عنصر تاني فهذا بدنا نخفيه بدنا اشيه كده نخفيه + +256 +00:22:00,870 --> 00:22:07,850 +هذا بدك تروح على ال theme تبعك اللي هو بتلاقيه في + +257 +00:22:07,850 --> 00:22:12,510 +منفذ stylesوبتلاقي ان انت طلع ال theme تبعك اب + +258 +00:22:12,510 --> 00:22:15,830 +parent اب اب theme ماخد من مين اب كومبات light + +259 +00:22:15,830 --> 00:22:20,290 +dark action bar الان انا بدي احط اللغش هنا no + +260 +00:22:20,290 --> 00:22:26,830 +action bar تمام هيك ايش هيك راح ال action bar من + +261 +00:22:26,830 --> 00:22:31,530 +كل التطبيق حتى انت الان لما تروح على ال design + +262 +00:22:40,090 --> 00:22:44,510 +تمام هى ال action bar معله اختفى وهى ال activity + +263 +00:22:44,510 --> 00:22:49,050 +الرئيسية برضه بطل فيها action bar نقطة صغيرة برضه + +264 +00:22:49,050 --> 00:22:52,790 +النص اللى كان مكتوب فى ال action bar اللى هو اللى + +265 +00:22:52,790 --> 00:22:56,250 +بطلع فى ال activity هتلاقيه وين فى ال manifest فى + +266 +00:22:56,250 --> 00:23:00,620 +حاجة اسمها labelشايفين ال label و ال label بياخد + +267 +00:23:00,620 --> 00:23:04,460 +من وين من ال string app name يعني انا لو روحت على + +268 +00:23:04,460 --> 00:23:07,220 +ال string هاي app name ايش مكتوب فيه برنامج + +269 +00:23:07,220 --> 00:23:11,560 +المسابقة و ممكن تعمل انت app name في values و + +270 +00:23:11,560 --> 00:23:16,620 +values ar عشان ايش تظهر الاسم عربي او انجليزي طبعا + +271 +00:23:16,620 --> 00:23:20,000 +الان شغلنا ال action bar راح برضه من ال label اللي + +272 +00:23:20,000 --> 00:23:22,300 +موجود فيه بدناش ال action bar بنعمل احنا action + +273 +00:23:22,300 --> 00:23:26,040 +bar خاص فينا باستخدام ال component اسمه toolbar + +274 +00:23:28,350 --> 00:23:31,370 +الان نرجع لـ Main Activity هذا تمام؟ الان مافيش + +275 +00:23:31,370 --> 00:23:34,370 +Action Bar هذا طبعا اللي فوقه هبقول ايش هذا اللي + +276 +00:23:34,370 --> 00:23:38,030 +فوقه هذا بيسموه ال Status Bar تمام؟ طيب تعال انت + +277 +00:23:38,030 --> 00:23:41,250 +على ال Layout اللي هنا او تعال على العناصر اللي + +278 +00:23:41,250 --> 00:23:44,970 +هنا و ابحث عن حاجة اسمها Tool Bar هتلاقيها في + +279 +00:23:44,970 --> 00:23:49,890 +Containers هتلاقي حاجة اسمها Tool Bar هنا اه اسحب + +280 +00:23:49,890 --> 00:23:54,230 +و درج و drop تمام؟ + +281 +00:23:58,760 --> 00:24:01,680 +طيب هاي ضعفه هنا ضعفه زي و زي أي عنصر تاني تعالى + +282 +00:24:01,680 --> 00:24:08,120 +نشوف كيف شكله هاي + +283 +00:24:08,120 --> 00:24:12,760 +تمام هاي ال tool bar طبعا ليش طلع ال arrows زي هيك + +284 +00:24:12,760 --> 00:24:17,300 +عشان مكانه مش محدد + +285 +00:24:17,300 --> 00:24:21,360 +اه + +286 +00:24:21,360 --> 00:24:26,800 +هلجيت بس مشكلته ايش انه بدك تربطه في عناصر الشاشة + +287 +00:24:26,800 --> 00:24:27,200 +صح + +288 +00:24:39,480 --> 00:24:40,660 +بشيل ال margins بس + +289 +00:25:09,030 --> 00:25:13,450 +تمام هجيت برضه المشكلة التانية انه في تحته ايش في + +290 +00:25:13,450 --> 00:25:21,910 +تحته عناصر فبدنا نضبط ربط العناصر فيه اللي هو مثلا + +291 +00:25:21,910 --> 00:25:28,130 +في ان ال text view اللي هو أهلا وسهلا نربطه + +292 +00:25:28,130 --> 00:25:31,690 +معاه يعني + +293 +00:25:31,690 --> 00:25:35,750 +من ال top to + +294 +00:25:35,750 --> 00:25:39,600 +bottom ofاللي هو هاي ال toolbar هو اعطاله ID + +295 +00:25:39,600 --> 00:25:50,600 +اعطاله ID اظن طب + +296 +00:25:50,600 --> 00:25:53,660 +و هاد ال اتفال الرئيس جا اتفال الاسم ال top + +297 +00:26:08,820 --> 00:26:14,380 +طبتهم off اللي هي بنربطه في ال .. بتاعة أهلا وسهلا + +298 +00:26:14,380 --> 00:26:28,720 +هنا welcome tv تمام + +299 +00:26:28,720 --> 00:26:36,260 +يعني هيك إيش هيضعف عندي ال toolbar طيب + +300 +00:26:41,350 --> 00:26:43,570 +تعالى نشوف بس لو شغلنا ايش هيطلع ليه + +301 +00:27:13,630 --> 00:27:19,530 +لسه ماشتغلش طيب هاي اشتغل وهى شايفين هى ال tool + +302 +00:27:19,530 --> 00:27:26,210 +bar طالع عندي فوق بس لسه لاحظ انه فاضي طبعا لان + +303 +00:27:26,210 --> 00:27:30,770 +عشان ان نفعل ال tool bar يصير بديل عن ال action + +304 +00:27:30,770 --> 00:27:36,770 +bar بدنا نروح على ال activity و نضيف code صغير في + +305 +00:27:36,770 --> 00:27:40,330 +ال activity في بدايتها انا بعمل هى set content + +306 +00:27:40,330 --> 00:27:46,310 +viewأول حاجة بدي أعملها بدي أجيب ال tool bar تبعي + +307 +00:27:46,310 --> 00:27:52,890 +مش هو عنصر موجود في الشاشة ايش + +308 +00:27:52,890 --> 00:27:57,550 +صار؟ + +309 +00:27:57,550 --> 00:28:07,250 +و + +310 +00:28:07,250 --> 00:28:13,450 +بعدين بنقول له set support action bar و نعطيلهالـ + +311 +00:28:13,450 --> 00:28:17,610 +tool bar يعني الآن صار ال tool bar هو ال action + +312 +00:28:17,610 --> 00:28:21,590 +bar المجرد التعديل هذا لحاله الصطرين هذول نظفناهم + +313 +00:28:21,590 --> 00:28:39,290 +هنا الآن + +314 +00:28:39,290 --> 00:28:52,590 +اه هاي لحاله ضافضعف الاسم بس بدنا الآن نشوف في + +315 +00:28:52,590 --> 00:29:01,110 +بعض الأمور مثلا نرجع لل main activity طيب + +316 +00:29:01,110 --> 00:29:04,710 +هي ال toolbar تعالى نشوف خصائصه في حاجات هو ضافها + +317 +00:29:04,710 --> 00:29:11,110 +لحاله اه + +318 +00:29:11,110 --> 00:29:16,730 +شوف هذا ال backgroundالان في برضه من الحاجات + +319 +00:29:16,730 --> 00:29:18,830 +الموجودة في ال toolbar اللي لازم نعملها انه + +320 +00:29:18,830 --> 00:29:22,210 +مابياخدش الخصائص بتاعت ال theme مباشرة تمام لازم + +321 +00:29:22,210 --> 00:29:27,610 +احنا نعطيله خصائص فشوف مثلا في هذه الشجرة اول مرة + +322 +00:29:27,610 --> 00:29:33,530 +اتمر علينا at attribute شايفين هذه هذه معناها ايش + +323 +00:29:33,530 --> 00:29:37,430 +انه بيجيبلك الخصائص بتاعت ال theme الحالي المطبق + +324 +00:29:37,430 --> 00:29:41,770 +يعني لما تقوله at attribute slash المفروض انه + +325 +00:29:50,380 --> 00:29:57,400 +هنكتبها كانت هي color اه لازم تكتب حاجةلأن احنا + +326 +00:29:57,400 --> 00:30:01,020 +مستخدمين theme صح ولا لأ فكيف بيقوله انه يروح لل + +327 +00:30:01,020 --> 00:30:06,580 +theme المطبق وخد اعدداته هذا العلامة السفهام + +328 +00:30:06,580 --> 00:30:10,120 +attribute كأنك بتعمل access على خصائص ال theme + +329 +00:30:10,120 --> 00:30:16,840 +المطبق حاليا مثلا هاي فاي قوله color primary هنا + +330 +00:30:16,840 --> 00:30:19,900 +مثلا ال minimum height اللي هو ارتفاع ال tool bar + +331 +00:30:19,900 --> 00:30:26,510 +جدش ارتفاعه فقولتلهطبعا by default ارتفاعه بيكون + +332 +00:30:26,510 --> 00:30:33,210 +دايما 56 dp هذا ال standard تعجبك طبعا 56 .. لأ هو + +333 +00:30:33,210 --> 00:30:36,830 +مش هنا في ال height .. where راحت ال height .. هيا + +334 +00:30:36,830 --> 00:30:43,030 +.. اه هذا by default ارتفاعه بيكون 56 dp لكن انا + +335 +00:30:43,030 --> 00:30:47,840 +بده اقوله الان روح حق الارتفاعبتاعة ال theme اللي + +336 +00:30:47,840 --> 00:30:52,500 +أنا شغال فيه كيف بتحط علامة استفهام attribute تمام + +337 +00:30:52,500 --> 00:31:00,380 +و في عندك حاجة اسمها action bar size طبعا + +338 +00:31:00,380 --> 00:31:04,020 +هذه الحاجات هو لحاله كتبها يا جماعة تمام ال theme + +339 +00:31:06,270 --> 00:31:08,990 +الثيم اللى بتطبقه على ال toolbar برضه راح اشعمل + +340 +00:31:08,990 --> 00:31:12,930 +راح attribute action bar theme يعني أخد ال theme + +341 +00:31:12,930 --> 00:31:17,470 +بتاع ال action bar بتاع الأساسي تمام؟ هذه الحاجات + +342 +00:31:17,470 --> 00:31:21,910 +كلها عملها لحانه يا جماعةانت حاب تغير من ال + +343 +00:31:21,910 --> 00:31:25,030 +background تبعه ببساطة بتجي تكتب اللون اللي بدك + +344 +00:31:25,030 --> 00:31:29,990 +اياه هنا تمام؟ غير اللون عادي اكتب F F زي هيك هيك + +345 +00:31:29,990 --> 00:31:34,310 +يغير اللون لكن احنا بنفضل دايما ايش ياخد اللون + +346 +00:31:34,310 --> 00:31:39,590 +الاساسي تعثي طيب + +347 +00:31:39,590 --> 00:31:43,830 +الان ممكن انت تجي لل toolbar كمان طالع معايا هنا + +348 +00:31:43,830 --> 00:31:48,080 +تحطوله titleالعلمش فيه انا فيه عندى نص موجود عليه + +349 +00:31:48,080 --> 00:31:54,600 +ممكن نغير النص الموجود عليه مثلا هو اشكل موجود هنا + +350 +00:31:54,600 --> 00:32:00,140 +برنامج المسابقة مسابقات + +351 +00:32:00,140 --> 00:32:09,360 +مثلا تمام وفي عندك غير + +352 +00:32:09,360 --> 00:32:12,780 +تعمل تصميم خاص فيك لو بدك تعمل ال center subtitle + +353 +00:32:17,010 --> 00:32:22,110 +هذا عنوان فرعى ايش عنوان فرعى هلجيت بطلع title + +354 +00:32:22,110 --> 00:32:27,350 +مرات و تحته خط صغير title تانى فالان لو جابنا هذا + +355 +00:32:50,190 --> 00:32:54,630 +اللون الاصوات الصحيح لون المص لحتى + +356 +00:32:54,630 --> 00:33:00,830 +الآن بطلع مسابقات وبرنامج طبعا هذا لو انا غيرته من + +357 +00:33:00,830 --> 00:33:03,510 +ال code لكن انت لو ماحطيتش ال title و ال subtitle + +358 +00:33:03,510 --> 00:33:08,850 +بياخد الموجود في ال manifest اللون تبعه ليش حطه + +359 +00:33:08,850 --> 00:33:15,680 +أسود مفروض لو روحت انا على ال stylesالان لو انت + +360 +00:33:15,680 --> 00:33:24,220 +بدك .. احنا هو بياخد فعليا ال theme طيب لو أخدنا + +361 +00:33:24,220 --> 00:33:37,380 +هنا و أضفنا item name اللي هو text color primary و + +362 +00:33:37,380 --> 00:33:42,560 +حطنا مثلا أبيض خلينا نشوف هى طبقه ولا لأ + +363 +00:34:04,580 --> 00:34:10,440 +طبعا هو يا جماعة انتبه اه اه عمل ال title نقدر + +364 +00:34:10,440 --> 00:34:16,660 +نغيره تحط اللون المثل تحته item text color + +365 +00:34:16,660 --> 00:34:26,200 +secondary طبعا حط اللون اللي انت بدكيه انا + +366 +00:34:26,200 --> 00:34:30,280 +الآن بعدل عمين يا جماعة على ال theme الرئيسي هو + +367 +00:34:30,280 --> 00:34:35,700 +فعليا في ال activityلما عمل ال tool bar أخد + +368 +00:34:35,700 --> 00:34:39,580 +الإعدادات .. هاي ال theme تبعه .. أخد ال theme + +369 +00:34:39,580 --> 00:34:46,200 +بتاع مين؟ بتاع ال .. بتاع ال theme الحالي ما هو ال + +370 +00:34:46,200 --> 00:34:49,420 +theme الحالي بتاع ال action bar بياخد من وين؟ ال + +371 +00:34:49,420 --> 00:34:51,860 +text color primary و ال text color secondary + +372 +00:34:56,570 --> 00:35:01,170 +تمام هى يغير غير اللغة طيب الآن بنعمل هنا menu + +373 +00:35:01,170 --> 00:35:10,070 +طبعا قائمة طيب عمل ال menu كان التالي انتبه + +374 +00:35:10,070 --> 00:35:16,630 +معايا عشان نشوف كيف نسوي ال menu بس + +375 +00:35:16,630 --> 00:35:17,410 +خلينا نشوف toolbar + +376 +00:35:24,900 --> 00:35:29,260 +ممكن انت من خلال ال code برضه تقوله set title و + +377 +00:35:29,260 --> 00:35:35,240 +فيه set + +378 +00:35:35,240 --> 00:35:37,880 +subtitle يعني ممكن تغيرها في ال code هنا + +379 +00:35:46,620 --> 00:35:49,600 +أحنا يا جماعة ال tool bar هبقى .. بننتبه أنه + +380 +00:35:49,600 --> 00:35:53,560 +أعظفناه احنا فقط على ال activity الأولى يعني الآن + +381 +00:35:53,560 --> 00:35:58,740 +لو أنا روحت .. دخلت على ال activity التانية إيش + +382 +00:35:58,740 --> 00:36:03,280 +صار فيها؟ راح ال tool bar كله، ليش؟ هو component، + +383 +00:36:03,280 --> 00:36:11,480 +مضيوف وين؟ على الشاشة الأولى، أه هذه المشكلة كيف؟ + +384 +00:36:11,480 --> 00:36:12,420 +أه إيه؟ + +385 +00:36:17,010 --> 00:36:21,010 +لأ لازم هو component زيه زي البتل البتل بتضيفه على + +386 +00:36:21,010 --> 00:36:24,790 +الشاشة مابظهرش على الشاشات التانية اه بس تعالى شوف + +387 +00:36:24,790 --> 00:36:29,430 +انا إيش بدى أسويه الآن يعني عشان نريح حالنا بتيجي + +388 +00:36:29,430 --> 00:36:34,850 +انت على layouts و بتعمل تصميم ملف layout مستقل + +389 +00:36:34,850 --> 00:36:37,310 +لمين للـ toolbar الفكرة اللي بدى أعملها الجيت انه + +390 +00:36:37,310 --> 00:36:41,540 +أنا بدأ أحط ال toolbar لحاله في ملفطبعا وصممه + +391 +00:36:41,540 --> 00:36:45,700 +ورطبه واسير انا في كل activity بس احط سطر اقوله + +392 +00:36:45,700 --> 00:36:53,540 +اعمل include لمين لملفة ال toolbar طبعا يعني هنا + +393 +00:36:53,540 --> 00:37:00,900 +انا عملت لي layout جديدة اسمها toolbar design ها + +394 +00:37:00,900 --> 00:37:06,160 +جيت بفرجك اياه toolbar design وين تصميم ال toolbar + +395 +00:37:13,910 --> 00:37:20,570 +فأخدمها كلها و روحنا على toolbar design لأن هو + +396 +00:37:20,570 --> 00:37:23,010 +لحاله عمل لك constraint layout برضه بدي أشيل هذه + +397 +00:37:23,010 --> 00:37:34,770 +كلها و أحط ايش بيقبلها هو بس بده يضيف بعض ال .. اه + +398 +00:37:34,770 --> 00:37:38,950 +تمام يعني هى لاحظ ال toolbar لحاله عملته في ملف + +399 +00:37:38,950 --> 00:37:45,890 +layout مستقل تماموبعدين نرجع لان انت عندك في ال + +400 +00:37:45,890 --> 00:37:54,790 +main activity بدك تضيف tool bar لان + +401 +00:37:54,790 --> 00:37:59,360 +دلوقت طبعا في أخطاء هتطلع عندك لانه بطل فيهToolbar + +402 +00:37:59,360 --> 00:38:03,300 +يعني هذه الآن هتطلع خطأ لو شغلت لأن وين هنحط ال + +403 +00:38:03,300 --> 00:38:06,580 +toolbar فوق لأن انا وين شغال انتبهوا في ال + +404 +00:38:06,580 --> 00:38:09,340 +activity طبعا ال activity اللي حتى الآن مافيش فيها + +405 +00:38:09,340 --> 00:38:16,980 +toolbar فبتقوله هنا include + +406 +00:38:16,980 --> 00:38:20,960 +layout + +407 +00:38:20,960 --> 00:38:25,840 +toolbar design + +408 +00:38:39,070 --> 00:38:44,650 +بتحيى لهيك تظبط لأنه هو لما يعمل include هيشوف ال + +409 +00:38:44,650 --> 00:38:47,990 +toolbar خلينا نتأكد ان هذا شغال بس شايفين ايش عملت + +410 +00:38:47,990 --> 00:38:52,150 +يا جماعة؟ سطر واحد اللي هو include ل layout وهذا + +411 +00:38:52,150 --> 00:38:54,490 +على فكرة ال include بتفتح لك path بعدين ان انت + +412 +00:38:54,490 --> 00:38:58,670 +ممكن ال layout بتاعتك لو فيها تعقيدات تتصمم أجزاء + +413 +00:38:58,670 --> 00:39:00,970 +منها في ملفات وتعملها include + +414 +00:39:05,450 --> 00:39:08,450 +الان انا كل اللي سويته اني فصلت ال toolbar في ملفه + +415 +00:39:08,450 --> 00:39:11,350 +وقمت ال include ماشي يا جماعة ماسوولاش حاجة هاي + +416 +00:39:11,350 --> 00:39:15,590 +أخدت ال toolbar حطيته في ملف لحال ورجعت على ال + +417 +00:39:15,590 --> 00:39:26,410 +activity وقلتله بس include لحظة + +418 +00:39:26,410 --> 00:39:27,610 +خلينا نجربها بس أشوف + +419 +00:39:45,850 --> 00:39:50,890 +تمام هى يشتغل تمام من غير اي مشكلة طبعا واحد هيقول + +420 +00:39:50,890 --> 00:39:54,670 +ليه هو هنا مثلا أهلا و سهلا هذه text view مربوطة + +421 +00:39:54,670 --> 00:39:58,150 +في مين ب ID toolbar هو شاف ال ID toolbar لأنه + +422 +00:39:58,150 --> 00:40:03,290 +فعليا موجود وين موجود جوا ال layout هذه تمام لأن + +423 +00:40:03,290 --> 00:40:06,090 +نفس الشيء الآن شوف بدي أحطه في المسابقة ال + +424 +00:40:06,090 --> 00:40:10,510 +activity بتاعة المسابقة بتنسخ السطر هذا اه و بتروح + +425 +00:40:10,510 --> 00:40:11,930 +على ال activity بتاعة المسابقة + +426 +00:40:14,420 --> 00:40:20,480 +و بتروح فوق في البداية و بتقوله include toolbar بس + +427 +00:40:20,480 --> 00:40:24,960 +طبعا الان بدنا الرابط تمام يعني في عندي انا ال + +428 +00:40:24,960 --> 00:40:29,900 +name tv ال top مربوط في ايش في ال bottom of لل + +429 +00:40:29,900 --> 00:40:36,260 +toolbar top + +430 +00:40:36,260 --> 00:40:37,800 +to bottom of + +431 +00:40:47,040 --> 00:40:59,020 +و في عندنا كمان ال text view بتاع ال score و + +432 +00:40:59,020 --> 00:41:06,540 +بعدين ال text view هذا ايش الرصيد اه هذا برضه + +433 +00:41:06,540 --> 00:41:15,380 +ال question هذا وين جاي bottom of name خلاصتمام؟ + +434 +00:41:15,380 --> 00:41:22,300 +هذه شكل المسابقة + +435 +00:41:22,300 --> 00:41:26,580 +تمام؟ هذه ضعف ال toolbar يعني انت بس مجرد بتعمل .. + +436 +00:41:26,580 --> 00:41:32,480 +بتعمل include ماشي يا جماعة مش بس هيك كمان في ال + +437 +00:41:32,480 --> 00:41:36,760 +activity بتاعة المسابقة بدك تفعل ال toolbar برضه + +438 +00:41:36,760 --> 00:41:40,770 +شفتوا السطرين اللي حطناهم في ال main activity؟في + +439 +00:41:40,770 --> 00:41:44,570 +سطرين ال code ضفناهم في ال main activity اللي هو + +440 +00:41:44,570 --> 00:41:50,870 +تفعيل ال toolbar هدول نفسهم بدك تروح و تضيفهم في + +441 +00:41:50,870 --> 00:41:57,890 +ال competition activity عشان تفعل ال + +442 +00:41:57,890 --> 00:41:58,690 +toolbar تبعا + +443 +00:42:04,190 --> 00:42:07,950 +طبعاً لازال ال toolbar بده مننا جهد ليش؟ لأن فيه + +444 +00:42:07,950 --> 00:42:11,850 +code لازم تضيفه في ال activity الأولى والتانى صح + +445 +00:42:11,850 --> 00:42:15,750 +ولا؟ وفي include بدك تعمله في ال activity الأولى + +446 +00:42:15,750 --> 00:42:21,390 +والتانى هناخد احنا كيف نسهل الموضوع هذا نكتب ال + +447 +00:42:21,390 --> 00:42:25,850 +code مرة واحدة مافيش دي عدالة تستدعي دائما بس + +448 +00:42:25,850 --> 00:42:28,770 +حاليا احنا هدفنا ان نشغل اول حاجة ال toolbar + +449 +00:42:38,150 --> 00:42:42,830 +طيب هى اشتغلت وظهر عندى هى ال tool bar في المسابقة + +450 +00:42:42,830 --> 00:42:47,570 +طبعا طيب + +451 +00:42:47,570 --> 00:42:51,310 +حبونا جماعة الان احنا ال tool bar تبعنا نطلع فيه + +452 +00:42:51,310 --> 00:42:56,940 +قائم menu يعني مثلا بنعمل menu صغيرة زرين بسمثلا + +453 +00:42:56,940 --> 00:43:02,300 +about على التطبيق تمام و close عشان يسكرلك التطبيق + +454 +00:43:02,300 --> 00:43:08,360 +فعشان نعمل menu بقولك انت بتصمم ال menu كملف XML + +455 +00:43:08,360 --> 00:43:13,560 +بنيجي على مجلد ال resources تمام و بتقوله click + +456 +00:43:13,560 --> 00:43:19,440 +يمين new android resource file android resource + +457 +00:43:19,440 --> 00:43:20,420 +file + +458 +00:43:23,240 --> 00:43:27,380 +طيب وين بدنا نحط هذا ال resource file لنطلع فيه + +459 +00:43:27,380 --> 00:43:30,700 +هنا عندك وين ايش ال resource طيب نوعه فيه values + +460 +00:43:30,700 --> 00:43:35,140 +فيه drawable لو بدك ترسم فيه layout وفيه عندك ايش + +461 +00:43:35,140 --> 00:43:42,000 +حسمها menu فبختار انا menu وسمي تمام هي comp menu + +462 +00:43:46,370 --> 00:43:49,490 +طيب اول ما تنشق الملف هذا هتلاقيه لحاله يا جماعة + +463 +00:43:49,490 --> 00:43:54,130 +راح عملك مجلد اسمه menu شايفينه هذا مجلد menu + +464 +00:43:54,130 --> 00:43:58,530 +موجود وين؟ في ال resources هذا في الأول ماكنش + +465 +00:43:58,530 --> 00:44:01,210 +موجود لأنه ماكنش عندك ولا menu لأن انا عملت menu + +466 +00:44:01,210 --> 00:44:06,070 +جديدة هيو عمللياه وحطلياه في مجلد menu تمام؟ هنا + +467 +00:44:06,070 --> 00:44:10,130 +بتقدر انت تصمم ال menu انا مجربتش هذا لأن بحب اكتب + +468 +00:44:10,130 --> 00:44:13,710 +ايش؟ اه code لأن هيو عملك tag menu + +469 +00:44:17,150 --> 00:44:21,590 +وبتجي لان تضيف عنصر جوا كل زر بتعمله داخل ال menu + +470 +00:44:21,590 --> 00:44:25,890 +بتكون عبارة عن ايش item تمام ممكن تعطيله اكتر من + +471 +00:44:25,890 --> 00:44:30,830 +حاجة اول حاجة لازم تعطيله ID تمام ID ايش بنسميه + +472 +00:44:30,830 --> 00:44:38,910 +الاول واحد مثلا about menu itemو لاحظ في التسمية + +473 +00:44:38,910 --> 00:44:43,570 +يعني كتبت عن إيش الزر و كتبت انه menu item لأن + +474 +00:44:43,570 --> 00:44:46,870 +ممكن يكون فيه زر about في مكان تاني عشان نميز طبعا + +475 +00:44:46,870 --> 00:44:50,070 +و هذا بده action بعدين شوفت لما كنا نعمل set and + +476 +00:44:50,070 --> 00:44:53,010 +click listeners هذا فيه إيش شبيه فيه لأن هذا ال + +477 +00:44:53,010 --> 00:44:57,390 +idea تبعه ال title إيش هنكتب عليه about ممكن نخليه + +478 +00:44:57,390 --> 00:45:01,970 +جيب من من ال string طبعا و ممكن تعطيله إيش icon + +479 +00:45:01,970 --> 00:45:07,670 +icon يعني الصورة موجودة في drawableانا هنا قاعد + +480 +00:45:07,670 --> 00:45:14,070 +بعمل ايش ازرار في ال menu هاي زر تاني بدنا نسميه + +481 +00:45:14,070 --> 00:45:24,030 +close menu item و هاي title close ممكن تعمل sub + +482 +00:45:24,030 --> 00:45:33,130 +menus يعني هنا تيجي تقوله كيف؟ + +483 +00:45:34,040 --> 00:45:38,840 +أزرار .. أزرار داخل .. داخل ال menu فى إمكانية + +484 +00:45:38,840 --> 00:45:42,140 +نعمل sub menu بس نسيت هالمرة اللى جاى بقولكوا كيف + +485 +00:45:42,140 --> 00:45:46,280 +ماعرفش هو جوا ال menu item نفسه نعمل items يعني + +486 +00:45:46,280 --> 00:45:52,380 +أعتقد اه + +487 +00:45:52,380 --> 00:45:58,780 +هى جوا ال item مثلا عند close اه اعملنا menu جديدة + +488 +00:45:58,780 --> 00:46:00,920 +و جواها بتعمل ايش + +489 +00:46:03,900 --> 00:46:19,580 +هي مثلا ID close menu item 2 هاي + +490 +00:46:19,580 --> 00:46:21,120 +icon و قوللي add drawable + +491 +00:46:33,000 --> 00:46:37,220 +طيب هذا الطريقة اللى صمم فيها هى item لأن هذا ال + +492 +00:46:37,220 --> 00:46:42,160 +item التانى فتحه هنا و سكر هنا تمام اش في داخله + +493 +00:46:42,160 --> 00:46:45,360 +مينيو تانى مش منطقية كتير اللى بنعمله هذا بس يعني + +494 +00:46:45,360 --> 00:46:49,360 +عشان ايش مبينه طيب هى احنا صممنا الصممنا ال menu + +495 +00:46:49,360 --> 00:46:53,660 +هلجيت بدنا احنا ال menu مضيف على ال toolbar رجعنا + +496 +00:46:53,660 --> 00:46:57,480 +ل ال main activity اه و هلجيت هنتعرف على method + +497 +00:46:57,480 --> 00:47:03,400 +جديدة تحتاحنا اتعرفنا على بعض ال callback method + +498 +00:47:03,400 --> 00:47:05,980 +ايش هي ال callback method؟ ال method اللي لحالها + +499 +00:47:05,980 --> 00:47:09,920 +بيتم استدعائها زي me مثلا ال on create ايش فيه + +500 +00:47:09,920 --> 00:47:13,040 +كمان callback method اتكلمنا عنها؟ ال on back + +501 +00:47:13,040 --> 00:47:15,660 +breast صح ولا؟ هذا ال method لحالها مش انت + +502 +00:47:15,660 --> 00:47:18,720 +بتستدعيها callback method معناه ان ال system اللي + +503 +00:47:18,720 --> 00:47:22,100 +بيستدعيهامش انت اللي بتعمل call ال on create انت + +504 +00:47:22,100 --> 00:47:26,600 +استدعيتها لأ لحاله استدعاها ال on back breast انت + +505 +00:47:26,600 --> 00:47:30,060 +بتستدعيها لأ لما تضغط عزر ال back لحاله ال system + +506 +00:47:30,060 --> 00:47:36,140 +بروح بيستدعيك لان في عندك مثل اسمها on create + +507 +00:47:36,140 --> 00:47:43,220 +options menu لان هذا ال on create options menu + +508 +00:47:43,220 --> 00:47:50,540 +لازم تتنفذ اول ما تشغل ال activityعشان ينشئ menu + +509 +00:47:50,540 --> 00:47:55,980 +by default هذا مثلًا يكون فاضي يعني بتعملش ولا + +510 +00:47:55,980 --> 00:48:02,840 +حاجة لأن احنا ايش بنعمل بدنا ننشئ menu طبعا و لاحظ + +511 +00:48:02,840 --> 00:48:08,700 +ايه جايبلك هنا menu طيب كيف ننشئ احنا ال menu من + +512 +00:48:08,700 --> 00:48:12,740 +ملف ال XML بدنا نستخدم حاجة اسمها class اسمها menu + +513 +00:48:12,740 --> 00:48:13,460 +inflater + +514 +00:48:16,470 --> 00:48:24,130 +get menu inflater inflater.menu + +515 +00:48:35,120 --> 00:48:39,240 +طيب هذه هتقولكوا إيش معناها هلجيت ال menu عندك + +516 +00:48:39,240 --> 00:48:44,740 +موجودة كملف XML صح و لا بدنا نحولها لأزرار و قوائم + +517 +00:48:44,740 --> 00:48:48,920 +طبعا كيف نحولها لأزرار و قوائم في عندنا عملية في + +518 +00:48:48,920 --> 00:48:51,740 +الاندرويد بيسموها ال inflation inflation بترجم + +519 +00:48:51,740 --> 00:48:56,010 +الحرفية لها التضخمتمام؟ Financial inflation تضخم + +520 +00:48:56,010 --> 00:49:02,410 +المالي انه مثلا سعر العملة يجل مثلا مع كترة وجود + +521 +00:49:02,410 --> 00:49:06,430 +العملة في الاندرويد مختلف طبعا معناه ال inflation + +522 +00:49:06,430 --> 00:49:11,830 +ال inflation في الاندرويد هو عملية بتحول ال XML ل + +523 +00:49:11,830 --> 00:49:16,460 +Java objects تنعرض على الشاشةالان ال set content + +524 +00:49:16,460 --> 00:49:20,280 +view شايفينها اللي كنا ننفذها في البداية ايش + +525 +00:49:20,280 --> 00:49:24,460 +بتاخد؟ بتاخد ملف ال layout و بتحوله ل java objects + +526 +00:49:24,460 --> 00:49:26,880 +هذا ال set content view بتعمل عملية inflation + +527 +00:49:26,880 --> 00:49:29,900 +تمام؟ + +528 +00:49:29,900 --> 00:49:33,460 +الان انا في ال code تبعي بتخليه يعمل عملية + +529 +00:49:33,460 --> 00:49:37,810 +inflation بس لمين؟حاليًا للمينيو المينيو اللي انا + +530 +00:49:37,810 --> 00:49:42,810 +صممتها XML بدي اخليه يحولها ل java opus كيف؟ بيقول + +531 +00:49:42,810 --> 00:49:47,150 +لي مافيش مشكلة انا بوفرلك حاجة اسمها menu inflater + +532 +00:49:47,150 --> 00:49:52,850 +menu inflater يعني حاجة بيعمل inflate لمن؟ لخاص + +533 +00:49:52,850 --> 00:49:57,890 +بالمنيو طبعا كيف نجيبه هذا؟ جالك انا اديتك method + +534 +00:49:57,890 --> 00:50:02,130 +موجودة في ال super class اسمها get menuInflater هى + +535 +00:50:02,130 --> 00:50:04,710 +مثل ال object oriented ايش ان في ال super class + +536 +00:50:04,710 --> 00:50:08,510 +فيه methods كتير مليانة methods بتعملنا حاجات كتير + +537 +00:50:08,510 --> 00:50:12,350 +و احنا مش عارفينهاقاعدين نتعرف عليها إيش لما + +538 +00:50:12,350 --> 00:50:16,150 +نحتاجه فقولنا له جيت ال menu inflater هتلي ليش أنا + +539 +00:50:16,150 --> 00:50:20,890 +محتاجه عشان أحور ال XML ل Java objects جيبنا ال + +540 +00:50:20,890 --> 00:50:24,350 +menu inflater و بعدين ال menu inflater بيعمل عملية + +541 +00:50:24,350 --> 00:50:28,310 +إيش inflate صح ال writer بيعمل write و ال reader + +542 +00:50:28,310 --> 00:50:32,330 +بيعمل read صح و ال inflater بيعمل إيش inflate هاي + +543 +00:50:32,330 --> 00:50:36,910 +في مثل اسمها inflate طيب ال inflate هذه بتاخد + +544 +00:50:36,910 --> 00:50:43,750 +حاجتين ملف ال menuوالـ menu الرئيسية هذه ما هو إيش + +545 +00:50:43,750 --> 00:50:48,030 +هيعمل هذا تخيل إن ال menu هذه هي الزر about تلت + +546 +00:50:48,030 --> 00:50:51,270 +نجات هذا شايفين الزر about تلت نجات فالأهل هو + +547 +00:50:51,270 --> 00:50:54,810 +فعليا بده ياخد ملف ال XML بتاع ال menu و يعمله + +548 +00:50:54,810 --> 00:51:01,470 +inflate و يربطه في نين في ال menu هذا تمام بس و + +549 +00:51:01,470 --> 00:51:03,990 +بعدين قلتله return هذا خلت السطر زي ما هو كان + +550 +00:51:03,990 --> 00:51:04,630 +موجود من قبل + +551 +00:51:08,140 --> 00:51:12,460 +هذا السطر اللي ضفته يعني باختصار يا جماعة أنا عشان + +552 +00:51:12,460 --> 00:51:15,960 +ال menu أنشئها بدي أروح أعمل override لميثود اسمها + +553 +00:51:15,960 --> 00:51:21,980 +on create options menu تمام ال on create options + +554 +00:51:21,980 --> 00:51:25,580 +menu ميثود موجودة في ال super class ال + +555 +00:51:25,580 --> 00:51:29,060 +implementation تبعها فاضي فعليا هي إيش بتعمل هده + +556 +00:51:29,060 --> 00:51:33,000 +إيش بترجّببوليان طبعا هو مارجعش لا true ولا false + +557 +00:51:33,000 --> 00:51:36,460 +بس راح استدعى super dot on create options menu ايش + +558 +00:51:36,460 --> 00:51:41,540 +فيها هذه ماعرفش ماليش دعوة طبعا خلي السطر هذا بس + +559 +00:51:41,540 --> 00:51:44,500 +انا ضفت سطر جديد ان اقوله انه بس تنفذ ال method + +560 +00:51:44,500 --> 00:51:48,920 +هذه اللي لازم تتنفذ كل ما تشتغل ال activity وروح + +561 +00:51:48,920 --> 00:51:52,720 +وقوله جيب ال inflater get menu inflater وعمل + +562 +00:51:52,720 --> 00:51:59,730 +inflate لل R dot menu dotوربطه في الـ menu + +563 +00:51:59,730 --> 00:52:05,450 +الرئيسية تمام؟ وتعالوا نعمل run + +564 +00:52:33,600 --> 00:52:38,320 +طيب، الآن بيّن عندي التلت زرار، شايفينهم؟ لو أنا + +565 +00:52:38,320 --> 00:52:42,400 +ضغط عليهم، طبعا، طلعت عند الـMenu و مكتوب فيها + +566 +00:52:42,400 --> 00:52:46,080 +كلام، بس ليش طلع هيك؟ لأنه مكتوب بالأبيض، طبعا، + +567 +00:52:46,080 --> 00:52:48,820 +يعني فيه زرارين مكتوبين، هنغيرهم ألوانهم المحاضرة + +568 +00:52:48,820 --> 00:52:52,460 +اللي جاي، تقدر تتحكم كمان في الـTheme بتاع + +569 +00:52:52,460 --> 00:52:55,480 +الـMenu، طبعا، يعني هي الـMenu ظهرت، بس الزرار + +570 +00:52:55,480 --> 00:53:00,070 +طلعتأه طلعت فيه .. فيه زرين بس طلع باللون الأبيض + +571 +00:53:00,070 --> 00:53:05,390 +تمام؟ و طلع ال menu .. الزر التحتاني بتاع ال close + +572 +00:53:05,390 --> 00:53:09,690 +ضغط عليه طلع لإيش menu تاني فيها close هذه هذا طلع + +573 +00:53:09,690 --> 00:53:13,930 +بالأحمر لإن ال menu الفرعية استخدمت secondary text + +574 +00:53:13,930 --> 00:53:20,450 +تمام؟ انتظروا معايا أخر حاجة برضه لو أنا شغلت هيك + +575 +00:53:20,450 --> 00:53:25,940 +و روحت على ال activity التانية راحت ال menuليش؟ + +576 +00:53:25,940 --> 00:53:31,480 +بدك برضه السطرين هدولة تاخدهم + +577 +00:53:31,480 --> 00:53:37,700 +و تضيفهم على ال competition تضيفهم + +578 +00:53:37,700 --> 00:53:45,780 +على ال competition activity تمام؟ + +579 +00:53:45,780 --> 00:53:49,520 +هيك ال menu بتظهر هل جيت المحاضرة الجاي؟ اش هنعمل؟ + +580 +00:53:49,520 --> 00:53:55,160 +هنعمل action على ال menu و نغيرفى ال theme بتاع ال + +581 +00:53:55,160 --> 00:53:59,960 +menu و هيك بنقول خلصنا ال toolbar ماشي يا جماعة + +582 +00:53:59,960 --> 00:54:01,200 +أعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU.srt new file mode 100644 index 0000000000000000000000000000000000000000..6ae16d1692d049de36f761782c85a0e28d615f38 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU.srt @@ -0,0 +1,1976 @@ +1 +00:00:20,870 --> 00:00:24,670 +السلام عليكم يا جماعة، احنا نزلنا في موضوع الـ + +2 +00:00:24,670 --> 00:00:29,870 +layout، تمام؟ شوفنا الـ linear layout وأخذنا مثالين + +3 +00:00:29,870 --> 00:00:32,950 +كاملين عليها، صح ولا؟ اللي هي الشاشة في الأول بتاعة + +4 +00:00:32,950 --> 00:00:35,010 +الـ user name و الـ password، وبعدين أخذنا الشاشة + +5 +00:00:35,010 --> 00:00:38,810 +اللي مجسمة جسمين، زرار ومحتوى، صح؟ وصممنا مثالين + +6 +00:00:38,810 --> 00:00:42,130 +كاملين قدامكوا على الـ linear layout، وبعدين بدأنا + +7 +00:00:42,130 --> 00:00:44,370 +نتكلم في المحاضرة الماضية على الـ layout اللي هي + +8 +00:00:44,370 --> 00:00:47,880 +الـ constraint layout، اللي هي فكرتها أنك بتُرتّب + +9 +00:00:47,880 --> 00:00:52,640 +العناصر على الشاشة بالنسبة لبعض، تمام؟ وهذا هيضمن لك + +10 +00:00:52,640 --> 00:00:56,260 +أنه مش هيكون فيه nested layouts كتيرة في الشاشة. + +11 +00:00:56,260 --> 00:00:58,520 +يعني مش هيكون فيه زي linear layout layout جوا + +12 +00:00:58,520 --> 00:01:01,740 +layout جوا layout، لأن هذا بيُبطّئ الـ rendering بتاع + +13 +00:01:01,740 --> 00:01:04,980 +الـ interface بتاع التطبيق، لكن لما يكون عندك layout + +14 +00:01:04,980 --> 00:01:08,800 +واحدة، هذا بيكون أسرع، التطبيق عشان هيك احنا بنحاول + +15 +00:01:08,800 --> 00:01:14,170 +نعتمد على الـ constraint layout قدر الإمكان، وبدأنا + +16 +00:01:14,170 --> 00:01:16,990 +المحاضرة الماضية نتعرف على الـ constraint layout، طبعًا + +17 +00:01:16,990 --> 00:01:20,210 +احنا الميزة كمان في الـ constraint layout أنك ممكن + +18 +00:01:20,210 --> 00:01:23,830 +تشغلها visually بشكل كبير، يعني مش هتحتاج تشغل XML + +19 +00:01:23,830 --> 00:01:29,430 +كتير زي الـ linear layout، كان الـ XML أسهل، بس هنا من + +20 +00:01:29,430 --> 00:01:33,390 +خلال الـ Android Studio بتشغلها بمنتهى البساطة + +21 +00:01:33,390 --> 00:01:37,810 +visually، وهنشوف كيف نشغلها XML كمان. طيب، حكينا + +22 +00:01:37,810 --> 00:01:39,710 +المحاضرة الماضية أن أنا لو دلبت بأي عنصر على + +23 +00:01:39,710 --> 00:01:44,380 +الشاشة، مثلًا عنصر هذا، أكيد طبعًا أن أنا ما يكون عندي + +24 +00:01:44,380 --> 00:01:47,260 +constraint layout، وعرض عنصر، هيطلع لي علامات التعجب + +25 +00:01:47,260 --> 00:01:50,460 +هذه، لأنه بيقول لي أن مكانه هذا هيكون بس في الـ + +26 +00:01:50,460 --> 00:01:54,120 +design، تمام، لما تعمل run هيجي في الزاوية عشان + +27 +00:01:54,120 --> 00:01:56,980 +نحدد مكان العنصر. أول حاجة نفهم أن العنصر الواحد + +28 +00:01:56,980 --> 00:02:01,110 +له أربع زوايا، إثنين اللي هم الـ top والـ bottom، + +29 +00:02:01,110 --> 00:02:05,590 +تمام؟ وإثنين التانيين اللي هم بيسموهم مرة left و + +30 +00:02:05,590 --> 00:02:09,630 +right أو start و end. إيش يفضل استخدام؟ left و + +31 +00:02:09,630 --> 00:02:13,230 +right ولا start و end؟ يفضل start و end، ليش؟ مين + +32 +00:02:13,230 --> 00:02:17,070 +بيَعرف ليش؟ عشان اللغة، لو أنت قُلت إن هذه start + +33 +00:02:17,070 --> 00:02:20,870 +وهذه end، وتغيّرت لغة التطبيق لحاله، بيفهم أن هذه + +34 +00:02:20,870 --> 00:02:24,270 +start وهذه end لحاله، هيجلب المحتوى الشاشة، وهنجرب + +35 +00:02:24,270 --> 00:02:28,330 +هذه، لكن left و right ما بيتغيروش، صح ولا لأ؟ الـ left + +36 +00:02:28,330 --> 00:02:31,550 +left و right، right، إيش؟ مختلفت اللغة، لكن الـ start و + +37 +00:02:31,550 --> 00:02:34,810 +الـ end بيختلف، في العربي بيصير start من اليمين طبعًا. + +38 +00:02:34,810 --> 00:02:39,370 +طيب، عشان تربط أي عنصر، على الأقل بدك تربطه من جهتين، + +39 +00:02:39,370 --> 00:02:43,730 +على الأقل واحدة من الـ top والـ bottom، وواحدة من + +40 +00:02:43,730 --> 00:02:48,850 +الـ start والـ end بالفعل، عشان تربطه من الجهة، و + +41 +00:02:48,850 --> 00:02:54,370 +ما بنفعش تربطه من جهتين في نفس المجموعة، يعني ما بنفعش + +42 +00:02:54,370 --> 00:02:58,290 +تربطه من الـ top والـ bottom بس، أو من الـ start والـ end بس. + +43 +00:02:58,290 --> 00:03:01,310 +واحدة من الـ top والـ bottom، وواحدة من الـ start والـ end. + +44 +00:03:01,310 --> 00:03:05,470 +طبعًا، أول عنصر بنحطه على الشاشة، أو لازم أول عنصر + +45 +00:03:05,470 --> 00:03:09,490 +بنحطه على الشاشة، بنربطه بالنسبة للـ parent، طبعًا مثلًا أنا + +46 +00:03:09,490 --> 00:03:13,850 +بدي أربط وأحطه في الزاوية هذه، بربط الـ top، تمام؟ + +47 +00:03:13,850 --> 00:03:17,910 +والـ start، بما أن احنا إنجليزي، بنعمل تربطه مع الـ + +48 +00:03:17,910 --> 00:03:21,490 +start بتاع الـ parent، كأني بقول هنا أن الـ top بتاع + +49 +00:03:21,490 --> 00:03:24,630 +الـ button ربطه مع الـ top بتاع الـ parent، والـ start + +50 +00:03:24,630 --> 00:03:27,430 +بتاع الـ button ربطه مع الـ start بتاع الـ parent، هذا + +51 +00:03:27,430 --> 00:03:29,110 +الـ top بتاع الـ parent، وهذا الـ start بتاع الـ + +52 +00:03:29,110 --> 00:03:32,050 +parent، وهذول إيش الألوان اللي هنا؟ ستين وأربعة وستين، margin، تمام؟ أنا ممكن أتحكم فيها، طبعًا أنت لما + +53 +00:03:37,610 --> 00:03:39,550 +تحط أي button وتربطه، + +55 +00:03:45,180 --> 00:03:48,500 +لحاله هيحط margin افتراضية، هي الـ margin المكتوب + +56 +00:03:48,500 --> 00:03:52,000 +هنا، شايفين إيش مكتوب هنا؟ ثمانية، يعني أنت لو غيّرت + +57 +00:03:52,000 --> 00:03:54,600 +الافتراضي، مثلًا ستة عشر، بيصير كل ما تضيف عنصر + +58 +00:03:54,600 --> 00:04:00,420 +بيحط له margin ستة عشر. طيب، الآن هذا أول عنصر أنت + +59 +00:04:00,420 --> 00:04:04,480 +ضيفته على الشاشة. جانِبًا، نسيب أول عنصر، خلينا نخليه + +60 +00:04:04,480 --> 00:04:09,160 +عنصر في وسط الشاشة فوق. بتحط العنصر، أنا إيه اللي قُلت + +61 +00:04:09,160 --> 00:04:13,940 +وسط الشاشة فوق؟ أول حاجة، ما دامه فوق، بتعلقه في الـ top + +62 +00:04:13,940 --> 00:04:18,260 +بتاع الـ parent. الآن، بدك إياه في وسط الشاشة، بدك تضطر + +63 +00:04:18,260 --> 00:04:25,380 +تعلقه من الجهتين، من هنا ومن الجهة الثانية كمان. + +64 +00:04:25,380 --> 00:04:30,000 +طبعًا + +65 +00:04:30,000 --> 00:04:34,480 +لحاله، أول ما أنت تربطه من الجهتين، هيحطه في وسط + +66 +00:04:34,480 --> 00:04:34,900 +الشاشة. + +67 +00:04:37,710 --> 00:04:42,630 +تمام؟ بدك تحطه في وسط الشاشة كلها، يعني اربط من + +68 +00:04:42,630 --> 00:04:47,570 +الأربع جهات، تمام؟ الحاجة الثانية، أنت لما تربط + +69 +00:04:47,570 --> 00:04:51,310 +العنصر من الجهتين، بيجيب لك حاجة هنا، شايفين هذه + +70 +00:04:51,310 --> 00:04:55,290 +الخمسين٪ هنا، خمسين٪؟ يعني أنت رابطة من الجهتين، + +71 +00:04:55,290 --> 00:04:59,390 +فهو سحب في وسط الشاشة، لأن أنت ممكن تكون رابطة من + +72 +00:04:59,390 --> 00:05:05,110 +الجهتين بس تخليها، مثلًا، هاي لما تحب تلاتين، معناها + +73 +00:05:05,110 --> 00:05:08,530 +المسافة من هنا لهنا تلاتين٪ من الشاشة، ومن + +74 +00:05:08,530 --> 00:05:12,550 +هنا للاخر سبعين٪، هذا بيسموه الـ bias، بيوز + +75 +00:05:12,550 --> 00:05:20,110 +يعني الانحياز. طيب، + +76 +00:05:20,110 --> 00:05:25,800 +حاجة ثانية، إيش حجم الـ button؟ not content، عشان هو جاية + +77 +00:05:25,800 --> 00:05:29,540 +جدا المحتوى اللي هو فيه. لو أنت شديته من الجهتين، لو + +78 +00:05:29,540 --> 00:05:35,780 +أنت شديته من الجهتين وحطيت الحجم 0dp، إيش هيعمل لحاله؟ + +79 +00:05:35,780 --> 00:05:41,220 +هيمتد للاخر، تمام، من غير ما تحط match_parent، ما دام + +80 +00:05:41,220 --> 00:05:46,100 +أنت شديته من الجهتين وحطيت 0dp، لحاله هيسحبه للاخر. + +81 +00:05:46,100 --> 00:05:51,720 +تمام؟ واضحة كيف هذه؟ طيب، بناءً على الكلام هذا، تعالَ + +82 +00:05:51,720 --> 00:05:56,550 +نشوف لو أنا بدي أحط أربعة أزرار، كل زَرين جانب بعض، + +83 +00:05:56,550 --> 00:06:02,470 +والزَرين التانية تحتهم. لأن هذا الزر الأول، يعني هاي + +84 +00:06:02,470 --> 00:06:10,810 +زر، وكمان زر هنا، وهي واحد، وهي واحد، بدي + +85 +00:06:10,810 --> 00:06:15,130 +أرتبهم بالشكل هذا. لأن طبعًا لسه ما فيش + +86 +00:06:15,130 --> 00:06:19,070 +constraints، ما فيش قيود عليهم، مش مربوطين، فبنرتبهم. + +87 +00:06:19,070 --> 00:06:21,010 +أول زر بنمسكه، + +88 +00:06:26,470 --> 00:06:31,390 +أول زر نربطه مثلًا في الـ top، start، + +89 +00:06:31,390 --> 00:06:38,910 +تمام؟ وبنحط margin معين. لأن الزر الثاني بنقول له + +90 +00:06:38,910 --> 00:06:42,030 +أنه أنت، ارجع لما بدك توصف الزر الثاني، مكانه اللي + +91 +00:06:42,030 --> 00:06:46,230 +بدك تحطه، بتقول أن هذا موجود بعد نهاية هذا، صح؟ مش + +92 +00:06:46,230 --> 00:06:50,070 +هيك بتقول؟ فبتقول أن الـ start هذا جاية بعد إيش؟ + +93 +00:06:50,070 --> 00:06:55,190 +بعد الـ end، شايفين كيف؟ آه، هاي ربطته فيه. ممكن تقول + +94 +00:06:55,190 --> 00:07:00,250 +إيش؟ أنه أربط هذه في إيش؟ في الـ top، ممكن في أكتر من + +95 +00:07:00,250 --> 00:07:05,050 +حاجة لها لحظة، علق شوية الجهاز، ممكن + +96 +00:07:05,050 --> 00:07:10,170 +تيجي هذه، تربط وين؟ في الـ parent طبعًا، يعني لاحظ كيف + +97 +00:07:10,170 --> 00:07:14,330 +هذا الزر صار مربوط فوق ومربوط هنا، بيمشي الحل، ولو + +98 +00:07:14,330 --> 00:07:18,800 +أن هذا مش أفضل حل، المهم أن مكانه يبقى ثابت، يعني + +99 +00:07:18,800 --> 00:07:23,020 +هتجيب، حتى لو أنت رفعت الجهاز، تمام؟ خلاص بضل هذا + +100 +00:07:23,020 --> 00:07:29,880 +مربوط في هذا الزر. بعدين، شوف لو أنت حركت هيك، آه، + +101 +00:07:29,880 --> 00:07:35,520 +الزر هيتحرك مع بعض، بس لو حركت رأسيًا، مش هيتحرك، ليش؟ + +102 +00:07:35,520 --> 00:07:39,880 +لأن هذا مربوط في الـ... في الـ parent، عشان هيك احنا + +103 +00:07:39,880 --> 00:07:45,090 +دايمًا بنحب أن نربط الأزرار، أو نربط كل عنصر بِعنصر + +104 +00:07:45,090 --> 00:07:50,210 +واحد آخر، إيش يعني؟ يعني الزر هذا الآن تربطه بجهتين، + +105 +00:07:50,210 --> 00:07:53,390 +هيك هيلتَخِم، مش عارف هيروح يمين ولا يروح شمال، ولا مع + +106 +00:07:53,390 --> 00:07:59,130 +مين يمشي، تمام؟ الأفضل أنك تربطه مع... مع عنصر واحد + +107 +00:07:59,130 --> 00:08:02,950 +قدر الإمكان، كيف؟ لأن احنا قلنا أن كل عنصر على الأقل + +108 +00:08:02,950 --> 00:08:06,810 +بيرتبط من جهتين، واحدة من الجوانب، وواحدة من الـ + +109 +00:08:06,810 --> 00:08:10,950 +top وbottom، تمام؟ لأن الجانب ربطه هنا، هل هذا كافٍ + +110 +00:08:10,950 --> 00:08:15,430 +الجانب؟ لأ، ما هو هذا موجود على... على في النهاية، + +111 +00:08:15,430 --> 00:08:20,630 +صح؟ فرأسيًا أنا مش عارف كيف هينحط، فلازم نربط واحدة + +112 +00:08:20,630 --> 00:08:23,270 +من الـ top أو الـ bottom، لأن أنا إيش بدي أعمل؟ بدي + +113 +00:08:23,270 --> 00:08:26,930 +أخذ هذه أسحبها وأربطها مع مين؟ مع الـ top بتاع الـ + +114 +00:08:26,930 --> 00:08:30,710 +button اللي جنبه، لأن هذا الـ button مربوط من جهتين، + +115 +00:08:30,710 --> 00:08:34,910 +بيقولوا أن الـ start تبعه جاي بعد الـ end بتاع هذا + +116 +00:08:34,910 --> 00:08:38,330 +الزر، والـ top مع الـ top، نخليهم على نفس المحاذاة. + +117 +00:08:38,330 --> 00:08:42,390 +يعني هذا صار مربوط في جهتين، بدل ما أربطه في الـ + +118 +00:08:42,390 --> 00:08:46,210 +parent، ربطه بهذا. إيش الميزة هنا؟ أن أمسك هذا وأحركه، + +119 +00:08:46,210 --> 00:08:52,830 +آه، هيتحرك معه، عامل زي القطار. يفضل تربط العنصر + +120 +00:08:52,830 --> 00:08:55,750 +بعنصر واحد. هذا عامل زي إيه؟ شُفتوا الأولاد + +121 +00:08:55,750 --> 00:09:00,070 +الصفوف؟ كيف بيبقوا وراء بعض؟ هل يجئ الولد اللي + +122 +00:09:00,070 --> 00:09:04,150 +وراء، أول واحد ما بيمسك إيد أحد، ما بيمسك إيد اللي قبله؟ + +123 +00:09:04,150 --> 00:09:13,110 +اللي وراء... بحط إيدي عليه، صح؟ واللي وراء هنجيب، نجي + +124 +00:09:13,110 --> 00:09:16,710 +اللي قدامه، يكون اللي وراء يمشي، هنجيب له، فهيجي لولد من + +125 +00:09:16,710 --> 00:09:19,110 +اللي واقفين وراء نقول له حط إيدك على اللي قدامك وحط + +126 +00:09:19,110 --> 00:09:22,530 +إيدك الثانية على اللي جنبك. هنا هنجيب له، مش اللي قدامه، + +127 +00:09:22,530 --> 00:09:25,350 +مش هيعرف هنا يروح، صح؟ أو لأ، مش اللي جنبه، مش هيعرف + +128 +00:09:25,350 --> 00:09:29,050 +هنا يروح. فخلاص، نقول للولد امسك في واحد بس، وين ما + +129 +00:09:29,050 --> 00:09:33,070 +يمشي هذا، يمشي وراء هذا، نفس الحاجة، الزر أنت ربطه في + +130 +00:09:33,070 --> 00:09:33,730 +عنصر واحد. + +131 +00:09:38,370 --> 00:09:42,910 +طيب، نجي على الزر اللي تحته، هذا له إيش خيارات؟ أول + +132 +00:09:42,910 --> 00:09:45,770 +حاجة، أنت بدك إياه بتقول هذا الزر تحت الزر اللي هنا، + +133 +00:09:45,770 --> 00:09:48,970 +تمام؟ + +134 +00:09:48,970 --> 00:09:54,250 +ومربوط على يعني + +135 +00:09:54,250 --> 00:09:58,410 +في أكتر من خيار، أول حاجة الـ top أربطه مع الـ + +136 +00:09:58,410 --> 00:10:01,650 +bottom هذا، بتقول اللي تحته يعني، تمام؟ الآن ممكن + +137 +00:10:01,650 --> 00:10:06,450 +تيجي عشان تربط هذه مع مين؟ مع الـ parent، صحيحة، بس في + +138 +00:10:06,450 --> 00:10:09,550 +الحاجة اللي احنا ما بنحبهاش، أن العنصر مربوط فيه + +139 +00:10:09,550 --> 00:10:13,650 +عنصرين، تمام؟ فعشان هيك، هذا مثلًا لو جئت للزر هذا، و + +140 +00:10:13,650 --> 00:10:17,830 +حركت اللي تحت، ما يتحركش رأسيًا، ما يتحرك، لأنه مربوط فيه + +141 +00:10:17,830 --> 00:10:24,790 +تمام؟ الحل الأفضل أنك تشيل هذه وبتقول أن الزر تحت + +142 +00:10:24,790 --> 00:10:29,910 +هذا، وخل البداية تحت هذا مع البداية تحتها، هاي زي + +143 +00:10:29,910 --> 00:10:35,910 +هيك. هل جئت إيش برضه؟ هذه الأزرار كلهم مربوطين في بعض، + +144 +00:10:35,910 --> 00:10:40,630 +هذا الأخير، مش هتفرق كتير، ممكن زي ما قلنا نربط هذه + +145 +00:10:40,630 --> 00:10:48,030 +مع هذه، تمام؟ وهذه مع هذه، يعني الـ top مع الـ top، وموجود + +146 +00:10:48,030 --> 00:10:55,350 +على شماله، يمينه، أو مش هيتحرك برضه، أنك لو ربطته معه + +147 +00:10:55,350 --> 00:11:02,280 +مع الـ top، في الحالة هذه، حركه برضه هيتحرك، لأن هذين + +148 +00:11:02,280 --> 00:11:06,320 +الاثنين هيتحركوا، فالرابع هيتحرك معاه، يعني باختصار + +149 +00:11:06,320 --> 00:11:09,900 +شديد، أن فكرة الـ constraint layout أنك بتُربط العناصر + +150 +00:11:09,900 --> 00:11:14,420 +بالنسبة لبعض، أول واحد بتربطه مع الـ parent، والباقي + +151 +00:11:14,420 --> 00:11:18,820 +بتربطهم بالنسبة لعنصر معين. الآن، بناءً على الـ... + +152 +00:11:18,820 --> 00:11:25,060 +لسه قبل ما ناخذ مثال عملي، الآن عندك أنت حطيت زَرين + +153 +00:11:25,060 --> 00:11:38,810 +هيك، تشيل هدول، خلاص الآن + +154 +00:11:38,810 --> 00:11:43,650 +بدك هذول الزَرين يجوا جنب بعض، تمام؟ عشان تخليهم + +155 +00:11:43,650 --> 00:11:46,310 +جنب بعض، بدك تقول، بدك تمسك هذا وتربطه هيك، و + +156 +00:11:46,310 --> 00:11:49,970 +بعدين تيجي هذا وتربطه في هذا، صح؟ ولا؟ ولو بدك + +157 +00:11:49,970 --> 00:11:53,290 +إياهم في النص، بدك تضطر تربطهم الاثنين من الجهتين. + +158 +00:11:53,290 --> 00:11:58,320 +هتيجي تشوف في حاجة في الـ... في الـ Android Studio أن + +159 +00:11:58,320 --> 00:12:02,560 +ممكن تيجي تعمل select على الزَرين، تمام؟ وتجي تعمل click + +160 +00:12:02,560 --> 00:12:09,920 +يمين عليهم، وفي حاجة اسمها chain، chain، يعني سلسلة، + +161 +00:12:09,920 --> 00:12:15,720 +تمام؟ كأني بقول له حول هدول لسلسلة، إيش؟ حولهم + +162 +00:12:15,720 --> 00:12:20,900 +لسلسلة، تعالَ تقول له هيك، create horizontal chain، إيش + +163 +00:12:20,900 --> 00:12:27,430 +عملت؟ وطلع كمان، بمسك... اعمل select للاثنين، و create a + +164 +00:12:27,430 --> 00:12:31,670 +chain، كله بربطهم في بعض، زي إيش عمل؟ هو فعليًا مسك + +165 +00:12:31,670 --> 00:12:35,410 +الزر هذا ربطه هنا، وبعدين هذا ربطه في هذا، وهذا + +166 +00:12:35,410 --> 00:12:43,110 +ربطه في هذا، تمام؟ وهذا ربطه في الآخر، هرجع تبقى + +167 +00:12:43, + +223 +00:17:34,580 --> 00:17:37,160 +ما تحددش نسبة فيه، بتقول واحد لتلاتة، واحد لأربعة + +224 +00:17:37,160 --> 00:17:41,360 +وبلتزمش كمان بالنسبة هذه، يعني هو لما تقول واحد + +225 +00:17:41,360 --> 00:17:45,140 +لتلاتة مش هيخليهم بالظبط واحد لتلاتة، طبعا لكن + +226 +00:17:45,140 --> 00:17:48,680 +بالنسبة للـ weight بتلتزم فيها دائما، بتحط خط وهمي بس + +227 +00:17:48,680 --> 00:17:52,300 +هذا خط رأسي، هذا خط أفقي، وبتقول إن + +228 +00:17:52,300 --> 00:17:55,920 +الصورة هذه بتبدأ من فوق لحد الخط الوهمي + +229 +00:17:55,920 --> 00:18:00,520 +اللي هو نسبة وعشرين في المئة مثلا، طبعا حط خطوط جد + +230 +00:18:00,520 --> 00:18:05,240 +ما بدك فواصل وبيظبط ترتيب النسب، طبعا، وهتبقى + +231 +00:18:05,240 --> 00:18:08,620 +نشوفه، لأن تعالى ناخد مثال نفس اللي أخدناه في الـ + +232 +00:18:08,620 --> 00:18:12,340 +linear layout اللي هو بتاع الـ user name والـ + +233 +00:18:12,340 --> 00:18:16,300 +password، بدنا نعمل layout زي هيك، وبنحط هنا صورة + +234 +00:18:16,300 --> 00:18:25,460 +image، طبعا، وتحت هنا بيجي user name، password، وعند + +235 +00:18:25,460 --> 00:18:32,260 +هنا زرين في النص، Okay و Cancel مثلا، تمام؟ خدنا + +236 +00:18:32,260 --> 00:18:37,100 +نعملهم على السريع، هدول أول حاجة بنعملها... الآن، الميزة + +237 +00:18:37,100 --> 00:18:39,880 +...ميزة الـ constraint layout، حط layouts جوا بعض، وبقى + +238 +00:18:39,880 --> 00:18:43,100 +تفكر كيف تعمل هذا الـ layout، وهدول layouts horizontal + +239 +00:18:43,100 --> 00:18:46,700 +وجمع horizontal مع vertical، تمام؟ هل جيت لأنتَ + +240 +00:18:46,700 --> 00:18:50,180 +عندك layout واحدة، اللي هي الـ constraint layout، ابدأ على + +241 +00:18:50,180 --> 00:18:53,160 +طول، واربط في العنصر الأول، اللي هي الصورة، تمام؟ + +242 +00:18:53,160 --> 00:18:53,900 +اسحب الصورة + +243 +00:19:15,240 --> 00:19:22,140 +وبدنا نقوله مثلا scale type fit xy، لأن + +244 +00:19:22,140 --> 00:19:27,400 +الصورة مش مربطة صح ولا لأ؟ لأن أنتَ ممكن... احنا بدنا + +245 +00:19:27,400 --> 00:19:31,380 +الصورة تيجي فوق، وتعبي عرض الشاشة كلها، تمام؟ بس أنا + +246 +00:19:31,380 --> 00:19:35,740 +هنا رسمتها غلط، يعني... فلان روبوتها عشان يتعب عرض + +247 +00:19:35,740 --> 00:19:39,880 +الشاشة، في خيارين، ممكن نربط روبوتها من فوق ومن + +248 +00:19:39,880 --> 00:19:46,560 +اليمين، بعدين نقول له match parent، أنا من كام جهة + +249 +00:19:46,560 --> 00:19:51,460 +بروبوتها، اتنين، هل جيت هنا نقول له match parent مش + +250 +00:19:51,460 --> 00:19:56,280 +موجود، طيب، match parent + +251 +00:20:00,380 --> 00:20:04,340 +لأ لأ، خلاص، يبقى الـ match parent تظبطش هنا، عشان أنتَ + +252 +00:20:04,340 --> 00:20:09,120 +بتعبي الشاشة، اربطها برضه من الجهة هذه، تمام؟ وحطها + +253 +00:20:09,120 --> 00:20:16,500 +صفر dp، تمام؟ + +254 +00:20:16,500 --> 00:20:17,900 +هذه الـ margin اللي هو حطها + +255 +00:20:21,010 --> 00:20:27,090 +مش هو بيحط تمانية margin، فاحيانا أنتَ بتضطر تعمل الـ + +256 +00:20:27,090 --> 00:20:32,210 +xml، أسهل، ممكن يكون، طيب، هيحط الصورة، الارتفاع تبعها + +257 +00:20:32,210 --> 00:20:36,410 +حاليا، خلينا نفترض أن الارتفاع مثلا مئة وخمسين dp + +258 +00:20:36,410 --> 00:20:42,110 +،ومئة وعشرين dp، تمام؟ شكل مبدأي، لأن تحته بدو + +259 +00:20:42,110 --> 00:20:48,140 +يجي مين؟ الـ user name والـ password، هنعمل النسبة في + +260 +00:20:48,140 --> 00:20:50,540 +المثال اللي جاي عن طريق الـ guideline اللي قلتلك + +261 +00:20:50,540 --> 00:20:55,900 +عليه هذا، تمام؟ هنا بينفع تشدّ النسبة، تمام؟ عشان أول + +262 +00:20:55,900 --> 00:20:58,540 +مثال لسه بتشدّ فيه guideline، لأن هي أخدنا text + +263 +00:20:58,540 --> 00:21:03,420 +view اللي هو للـ user name، هذا هي + +264 +00:21:03,420 --> 00:21:07,600 +الـ text view user + +265 +00:21:07,600 --> 00:21:13,760 +name، text size 24 sp + +266 +00:21:16,780 --> 00:21:24,600 +هذا هو، المدنيا، اربط في الصورة، تمام؟ لا، فيها اندخل + +267 +00:21:24,600 --> 00:21:28,900 +يعني ممكن تربط في الـ parent أو تربطها في حافة + +268 +00:21:28,900 --> 00:21:34,060 +الصورة، يعني خلي الحافة الـ start مع مين؟ مع الـ start + +269 +00:21:34,060 --> 00:21:36,880 +على الصورة، بس هنا مش هتفيد، لأن الصورة إيش؟ جاية + +270 +00:21:36,880 --> 00:21:41,660 +على الشاشة، تمام؟ فهي يعني هتطلع منطق أكثر ما تربطها + +271 +00:21:41,660 --> 00:21:46,770 +مع الـ parent، لأن الصورة ملية الشاشة، طيب، هاي حطينا + +272 +00:21:46,770 --> 00:21:53,470 +الـ user name، الآن بدك تيجي إلى الـ edit text، بنسميه + +273 +00:21:53,470 --> 00:21:59,530 +طيب + +274 +00:21:59,530 --> 00:22:02,410 +هاي الـ edit text، الآن هذا الـ edit text مختلف شوية + +275 +00:22:02,410 --> 00:22:09,230 +تعالى نخلص الشاشة هذه، طيب، هذا وين بدهم يجيب بعد الـ + +276 +00:22:09,230 --> 00:22:11,790 +user name؟ بيقولوا احنا بنربطه على الأقل من جهتين + +277 +00:22:11,790 --> 00:22:16,470 +فبتقوله الـ start هذا بعد الـ end هذه، هالـ gate بدنا + +278 +00:22:16,470 --> 00:22:20,410 +نخليه مع الـ user name على نفس السطر، فممكن ممكن + +279 +00:22:20,410 --> 00:22:23,790 +تيجي تعمل الـ top مع الـ top، يعني تاخد هذا الـ top + +280 +00:22:23,790 --> 00:22:27,810 +ما تربطه مع الـ top هذا، تمام؟ لكن اتطلع لما تربطه مع + +281 +00:22:27,810 --> 00:22:32,910 +الـ top، وتعمل run، هيطلع المنظر مش مقبول، ليش؟ لأنه + +282 +00:22:32,910 --> 00:22:40,730 +هيطلع عندك كلمة زي user name، والخط جاي هيك... يعني + +283 +00:22:40,730 --> 00:22:44,610 +منظره إيش؟ اه، مش مقبول كتير... وبرضه لو رابط + +284 +00:22:44,610 --> 00:22:50,170 +واحد بيقول: خلاص، بلاش تاخد الـ top مع الـ top، خد الـ bottom مع + +285 +00:22:50,170 --> 00:23:03,830 +الـ bottom، نفس الحالة، هيطلع السطر عالي شوية، هدى + +286 +00:23:03,830 --> 00:23:07,950 +بيقولك: لأ، طالع معايا في حالة الـ edit text بس + +287 +00:23:07,950 --> 00:23:11,710 +تحديدا، في الـ edit text حاجة اسمها الـ baseline، إيش + +288 +00:23:11,710 --> 00:23:15,390 +الـ baseline هذا؟ من اسمه، الخط الأساسي، الخط الأساسي + +289 +00:23:15,390 --> 00:23:20,970 +له، هو من السطر هذا، فأنا بدي أقوله: اربط للـ baseline + +290 +00:23:20,970 --> 00:23:24,050 +بتاع الـ edit text مع الـ baseline بتاع الـ text view + +291 +00:23:24,050 --> 00:23:27,930 +عشان الخط يجي على الخط بالظبط، بدل ما أربط الـ top والـ + +292 +00:23:27,930 --> 00:23:31,210 +bottom، فهنا حاجة تانية تالتة، هي الـ baseline + +293 +00:23:31,210 --> 00:23:36,510 +كيف نجيب هذا الـ baseline؟ شايفين الإشارة هذه AB؟ هي + +294 +00:23:36,510 --> 00:23:40,050 +علمليها هنا بالأخضر، شايفينها؟ هي، حددليها، امسك هذا + +295 +00:23:40,050 --> 00:23:44,110 +اسحبه، وهيه لحاله ربطه مع مين؟ مع الـ baseline + +296 +00:23:48,780 --> 00:23:53,720 +طبعا لسه هذا التصميم فيه مشكلة، ليش؟ لو أنتَ لفّيت الـ + +297 +00:23:53,720 --> 00:23:57,920 +name، شايف الحجم مقدّاش؟ بدنا إحنا ع الجد إيش؟ هذا + +298 +00:23:57,920 --> 00:24:02,740 +يكبر ع الجد الشاشة، عشان هيك مهم الواحد يجرب التصميم + +299 +00:24:02,740 --> 00:24:06,020 +على أكثر من جهاز، هيك بتصنعه مبسوط ومكيف، وهو طالع شكله + +300 +00:24:06,020 --> 00:24:11,100 +حلو، لما تجربه على تابلت ممكن تبين معاك مشاكل تانية + +301 +00:24:11,100 --> 00:24:15,520 +على هذه الشاشة، لكن لما جربته على الـ landscape + +302 +00:24:15,520 --> 00:24:19,680 +بيبين إنه حاجة مصيبة، فبإمكاننا نخليه يتمدد، تمام؟ كيف؟ + +303 +00:24:19,680 --> 00:24:21,500 +ببساطة، امسك الطرف هذا + +304 +00:24:25,290 --> 00:24:29,230 +واربطه مع الـ parent، صار مربوط من الجهتين، تمام؟ وبتيجي + +305 +00:24:29,230 --> 00:24:34,370 +على الـ attributes بتاعته، وبتحط الـ width 0 dp، تمام؟ + +306 +00:24:34,370 --> 00:24:38,250 +مفروض هيك، عشان نتأكد، حط على landscape، هيجي يسار + +307 +00:24:38,250 --> 00:24:49,730 +إيش؟ بعرض الشاشة، ماشي يا جماعة، بعدين نرجع نكمل، هالـ + +308 +00:24:49,730 --> 00:24:53,550 +gate، تحته فيه برضه إيش؟ password + +309 +00:24:56,190 --> 00:25:19,490 +نفس الفكرة، خد الـ text view ده + +310 +00:25:19,490 --> 00:25:20,690 +واخد كمان edit text + +311 +00:25:25,190 --> 00:25:27,950 +وزي ما سوينا يا جماعة، بتاخد الـ baseline بتاع هذا + +312 +00:25:27,950 --> 00:25:38,270 +ومع الـ baseline وموجود، تمام؟ + +313 +00:25:38,270 --> 00:25:43,630 +و بتقول الـ width هو zero dp، المفروض اللي حطيته + +314 +00:25:43,630 --> 00:25:50,290 +password، صح؟ شوف حاجة يا جماعة، كويسة أو هنا هتطلع + +315 +00:25:50,290 --> 00:25:54,250 +عندك في مشكلة صغيرة في التصميم، في حاجة غلط، إيش هي؟ + +316 +00:25:55,870 --> 00:26:01,930 +الحاجات هدول كان أفضل لو اجوا تحت بعض بالظبط، صح ولا + +317 +00:26:01,930 --> 00:26:05,730 +إيه يا جماعة؟ فكيف نخليهم تحت بعض بالظبط؟ شيل هذا + +318 +00:26:05,730 --> 00:26:11,590 +وقوله هذا جاي مع مين؟ مع الحافة اللي فوق، وهو حط + +319 +00:26:11,590 --> 00:26:15,810 +margin، تعالى هنا + +320 +00:26:22,150 --> 00:26:27,110 +لحظة، في حاجة غلط، هذه، لسه ما شبّكناش إحنا الـ password + +321 +00:26:27,110 --> 00:26:33,870 +وهذه مع الـ user، هنا شايفين الـ password كيف شبّكتها + +322 +00:26:33,870 --> 00:26:36,950 +الحافة + +323 +00:26:36,950 --> 00:26:47,090 +مع الحافة، وجاية تحتها، هذا + +324 +00:26:47,090 --> 00:26:53,720 +حط صفر، يعني ما شيبمشي الحال، بس يعني مرات بتحتاجها + +325 +00:26:53,720 --> 00:27:00,340 +تمام، هاي الـ password جاية حافتها مع حافة الـ user + +326 +00:27:00,340 --> 00:27:05,560 +name، وتحتها جاية، تمام؟ الآن، الـ user name لازم الـ + +327 +00:27:05,560 --> 00:27:08,620 +baseline أربطه مع الـ baseline بتاع هذا، تمام؟ والحافة + +328 +00:27:08,620 --> 00:27:16,040 +هذه هي مربوطة مع الحافة بتاعة الـ name، هاي + +329 +00:27:16,040 --> 00:27:18,220 +الـ edit text، اه، margin start + +330 +00:27:21,840 --> 00:27:28,240 +طبعا، هي بتيجي تحت تحتها بالظبط، أيوة، اه + +331 +00:27:28,240 --> 00:27:36,260 +طيب، هي الـ baseline يعتبر زي الـ top والـ bottom، اه + +332 +00:27:36,260 --> 00:27:38,980 +اه، طبعا، بغنّي عن واحدة، بغنّي عن الـ top والـ bottom + +333 +00:27:38,980 --> 00:27:42,980 +طبعا، الـ baseline بغنّي عن الـ top والـ bottom، يعني + +334 +00:27:42,980 --> 00:27:46,440 +هذا العنصر الآن إنه مربوط بجهتين، مربوط بهذه الحافة + +335 +00:27:46,440 --> 00:27:50,460 +مع الـ name اللي فوق، الـ start مربوط، والـ baseline + +336 +00:27:50,460 --> 00:27:54,540 +مربوط معاها، دي يعني الـ baseline بيغنّي عن الـ top والـ + +337 +00:27:54,540 --> 00:27:58,520 +bottom، ومربوط من هنا، ومحطوط الـ width تبقى زرعي + +338 +00:27:58,520 --> 00:28:00,240 +بس، أنا هاد غلط استخدام، هو المفروض بتاعة الـ + +339 +00:28:00,240 --> 00:28:05,440 +password، صح؟ فبس بتيجي هنا على الـ edit text الأخيرة + +340 +00:28:05,440 --> 00:28:07,360 +بتقوله text password + +341 +00:28:11,160 --> 00:28:14,660 +هل جيت في عنصرين؟ اه، بدك تفكر، هل جيت في عنصرين؟ + +342 +00:28:14,660 --> 00:28:17,960 +هل جيت، احنا ممكن نحط العنصرين يعبوا الشاشة زي ما + +343 +00:28:17,960 --> 00:28:31,080 +عملنا chain اللي جابل شوية، طبعا يعني + +344 +00:28:31,080 --> 00:28:39,080 +هي عملناهم، وبعدين نقوله إيش؟ نعمل الاتنين، ونقول له + +345 +00:28:39,080 --> 00:28:42,980 +create horizontal chain، تمام؟ بس أنا بدي + +346 +00:28:42,980 --> 00:28:48,500 +أحاول إيش؟ طبعا + +347 +00:28:48,500 --> 00:28:53,280 +لسه غلط، لأنه رأسيا إيش؟ مش مربطين، فقوله: حط ليه تحت + +348 +00:28:53,280 --> 00:28:59,040 +الـ password، أو تحت الـ edit text، مش هتفرق، والـ + +349 +00:28:59,040 --> 00:29:04,860 +تاني خليه مربط مع هذا، تمام؟ رأسيا، تمام؟ بس أنا بدي + +350 +00:29:04,860 --> 00:29:17,560 +أحاول أجرب بينهم، يعني هي الـ button الـ + +351 +00:29:17,560 --> 00:29:29,740 +button الـ بيضاء على الفاضي، برضه + +352 +00:29:29,740 --> 00:29:33,440 +على الفاضي، طيب، بس أنا هعملها بطريقة تانية + +353 +00:29:36,430 --> 00:29:40,190 +الآن، أنا عشان أحط الزرين جنب بعض، يعني في طريقة + +354 +00:29:40,190 --> 00:29:43,930 +تانية غير الـ chain، إني نيجي نحط الـ guideline هذا + +355 +00:29:43,930 --> 00:29:49,550 +ليش؟ بدي أحط خط في النص وهمي، وأقول للزر هذا: أنتَ + +356 +00:29:49,550 --> 00:29:53,810 +جاي على إيش؟ على يمينه، وهذا جاي على شماله، طبعا؟ + +357 +00:29:53,810 --> 00:29:59,430 +يعني، هاي تعال هنا للـ layouts و... وهاي guideline + +358 +00:29:59,430 --> 00:30:02,470 +بدنا هي vertical ولا horizontal؟ vertical، هاي + +359 +00:30:02,470 --> 00:30:08,660 +اسحبوا هيك وحطوا هنا، طبعا؟ هي حط الخط، تمام؟ هل جيت + +360 +00:30:08,660 --> 00:30:11,800 +الـ guideline، تعالى نشوف شوية خصائصه، هاي الـ + +361 +00:30:11,800 --> 00:30:17,860 +guideline، تمام؟ إيش كاتب هنا؟ الـ attributes، الآن أهم نقطة + +362 +00:30:17,860 --> 00:30:23,300 +تحدد مكان الـ guideline، عشان يتحدد مكانه، فيه تلات قيم + +363 +00:30:23,300 --> 00:30:26,400 +بتستخدمها عشان هذا الخط الفاصل يا جماعة، اللي بناء + +364 +00:30:26,400 --> 00:30:30,580 +عليه الرتب، ممكن يكون نسبة، صح ولا لأ؟ يعني ممكن + +365 +00:30:30,580 --> 00:30:36,910 +أقول: حطّ لي خط عند خمسين في المئة من الشاشة، وممكن + +366 +00:30:36,910 --> 00:30:46,590 +يكون رقم، حطّ لي اللي هي على بعد مئتي dp من الـ start، صح؟ + +367 +00:30:46,590 --> 00:30:51,790 +ولا يا جماعة؟ وممكن يحطّ لي رقم، بعد مئة وخمسين dp من الـ + +368 +00:30:51,790 --> 00:30:55,630 +start، من الـ end، يعني عشان تحدد مكان الـ guideline + +369 +00:30:55,630 --> 00:30:59,630 +هذا، يا بتديله نسبة، يا بتعطيه رقم، رقم عن البداية أو + +370 +00:30:59,630 --> 00:31:04,410 +أو عن النهاية، وهذا هو اللي جابلك إياه هنا، هاي لما + +371 +00:31:04,410 --> 00:31:06,630 +علمت على الـ guideline، أنا حطيت الـ guideline في + +372 +00:31:06,630 --> 00:31:10,150 +مكان معين، هيو، حطه هنا، إحنا بنقول إنه في النص، هو مش في + +373 +00:31:10,150 --> 00:31:14,530 +النص فعليا، ليش مش في النص؟ لو جيت، تمام، هو الـ + +374 +00:31:14,530 --> 00:31:15,230 +guideline جاي + +375 +00:31:18,810 --> 00:31:23,590 +هيو، جاي هنا، مش في النص طبعا، كيف ندخله في النص؟ لأن + +376 +00:31:23,590 --> 00:31:26,710 +هو by default لما تحطّ الـ guideline، جالي أنا + +377 +00:31:26,710 --> 00:31:32,430 +حاطط لك إياه على بعد مئة وتسعة وتسعين dp عن الـ begin، عن الـ start + +378 +00:31:32,430 --> 00:31:37,410 +طبعا، يعني هو حاطّط على بعد ثابت، لأن أنا ما بدي إحنا + +379 +00:31:37,410 --> 00:31:41,230 +بعد ثابت، يبقى هذا الرقم ما له؟ بدي أشيله، الخانة + +380 +00:31:41,230 --> 00:31:46,110 +التانية، البعد بناء على الـ end، برضه بها، ده بتاخد رقم + +381 +00:31:46,110 --> 00:31:50,070 +ثابت، يعني، بس بدل ما بالبداية، بحطه عن النهاية، أو + +382 +00:31:50,070 --> 00:31:56,630 +الأخيرة، اللي هي percent، نسبة، نسبة، نسبة، نسبة، نسبة، + +383 +00:31:56,630 --> 00:31:57,190 +نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة + +384 +00:31:57,190 --> 00:31:57,350 +نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة + +385 +00:31:57,350 --> 00:32:00,190 +نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة + +386 +00:32:00,190 --> 00:32:03,150 +نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة، نسبة + +387 +00:32:03,150 --> 00:32:06,230 +نسبة، نسبة، نسبة، نسبة، نسبة، ن + +388 +00:32:07,240 --> 00:32:11,560 +هي في النص، تمام؟ حتى الدليل اللي في النص، إنه لما + +389 +00:32:11,560 --> 00:32:14,900 +تيجي الـ guideline، إيش كاتب لك هنا؟ هي نسبة، ومكتوب + +390 + +445 +00:36:40,330 --> 00:36:49,330 +fit xy و هت.. هال gate لحالها بتتظبط حجمها، خد هذه + +446 +00:36:49,330 --> 00:36:55,690 +اربطها فوق، و زي ما قال زميلنا، بدنا نشيل ال + +447 +00:36:55,690 --> 00:37:06,210 +margins عشان نرتاح، بحطها صفر، اربط + +448 +00:37:06,210 --> 00:37:16,190 +هيك من هنا، هي الجهة التانية، تمام، حط ال width و من + +449 +00:37:16,190 --> 00:37:21,210 +تحت كمان، تمام، هلّقيت ال width و ال height، حطهم إيش + +450 +00:37:21,210 --> 00:37:29,630 +صفر، 0dp، مدام أنا رابطها من الأربع جهات، تمام، و حطيت + +451 +00:37:29,630 --> 00:37:32,470 +ال width و ال height صفر، هتتوسع على جد المساحة + +452 +00:37:32,470 --> 00:37:37,110 +كلها، تمام، في الوقت اللي أنا بروح ال guideline و + +453 +00:37:37,110 --> 00:37:41,490 +بغيره، مثلا حطه 3 point، تمام، لحاله بتغير معاه + +454 +00:37:41,490 --> 00:37:48,650 +تمام، هلّقيت نكمل الصورة، في عندنا هنا زر شايفينه، تمام + +455 +00:37:48,650 --> 00:37:53,770 +زر، هذا زر صغير، ندور بس، تمام، هذا اللي موجود هنا في + +456 +00:37:53,770 --> 00:37:57,690 +ال buttons، في عندك floating action button، طبعا اللي + +457 +00:37:57,690 --> 00:38:02,130 +هو هذا الزر المدور، بتاخده، بتسحبه هنا، وهيحطه، وهذا + +458 +00:38:02,130 --> 00:38:06,290 +بده صورة برضه، طبعا، يعني بدك تجيب لك أي صورة مصممة + +459 +00:38:06,290 --> 00:38:11,590 +أنت صح، خلينا ناخد هذه مثلا، طبعا هيحطها جوا + +460 +00:38:11,590 --> 00:38:15,350 +شايفينها، المفروض الصورة تكون transparent معمولة + +461 +00:38:15,350 --> 00:38:19,980 +وعشان تطلع صح، يعني، الآن هذا مش مكانه هنا، هتنبسطش + +462 +00:38:19,980 --> 00:38:23,800 +عليه، يعني أنت لو شغلت هيرميلك في ال .. في الزاوية + +463 +00:38:23,800 --> 00:38:28,600 +آه، فـ .. آه، ما حددناش مكانه، فهذا إيه؟ بدك تيجي تحدد + +464 +00:38:28,600 --> 00:38:34,480 +مكانه برضه، الآن شوف أنا بدي اربطه فوق و بدي اربطه + +465 +00:38:34,480 --> 00:38:45,120 +تحت، تمام، جايب في النص، لأ آه + +466 +00:38:45,120 --> 00:38:50,590 +لأ، ما بديش اربطه هنا، بدي أربطه في ال top و في ال end + +467 +00:38:50,590 --> 00:38:56,070 +تابع ال parent، تمام؟ هيجي في النص هيك، صح ولا لأ؟ لأن + +468 +00:38:56,070 --> 00:39:01,110 +بدي أقول له خلي ال bias تبعه هذا، ما هو مش أنا ربطه من + +469 +00:39:01,110 --> 00:39:04,210 +فوق وتحت، شايفين هذا الشريط اللي هنا، بدل ما + +470 +00:39:04,210 --> 00:39:07,770 +يجيب لك إياه أفقي، هال gate جيب لك إياه إيش؟ رأسي، قداش ال + +471 +00:39:07,770 --> 00:39:11,430 +guideline جاي؟ مش 30%، هذا هال gate عشان + +472 +00:39:11,430 --> 00:39:15,130 +يجي على ال guideline بالظبط، بدي أخلي هذه إيش؟ + +473 +00:39:15,130 --> 00:39:15,710 +30 + +474 +00:39:19,490 --> 00:39:24,350 +طب ليش طلعت هيك؟ + +475 +00:39:24,350 --> 00:39:29,870 +المفروض لما يجيب حتى يظل هو محافظ على النسبة + +476 +00:39:35,320 --> 00:39:40,160 +طيب، خلّي شوية بس، تمام، لسه احنا ربطناه من جهة واحدة + +477 +00:39:40,160 --> 00:39:46,460 +صح ولا لأ يا جماعة؟ من ال top و ال bottom، الآن أنت + +478 +00:39:46,460 --> 00:39:49,840 +بدنا على الحفة هذه، خلاص، اربطه في الحفة هذه، في + +479 +00:39:49,840 --> 00:39:52,480 +داعي تربطه في الجهة التانية، لأ، وممكن تبعده إيش + +480 +00:39:52,480 --> 00:39:58,080 +margin شوية، زيه، الآن احنا يعني، خلّينا نغير النسبة + +481 +00:39:58,080 --> 00:40:01,680 +مثلا نقول إيش؟ 8 و 28، أو 7 و + +482 +00:40:01,680 --> 00:40:02,720 +20، مش عارف ليش + +483 +00:40:06,990 --> 00:40:11,390 +ما هو أنت بدك تتأكد كيف لفّه، برضه المفروض يحافظ على + +484 +00:40:11,390 --> 00:40:14,450 +نفس + +485 +00:40:14,450 --> 00:40:22,510 +النسبة، تمام، هاي في نفس المكان، فهمنا؟ + +486 +00:40:22,510 --> 00:40:24,690 +كيف يا جماعة؟ رابطناها في ال top و ال bottom، وعطلنا + +487 +00:40:24,690 --> 00:40:27,550 +له تقريبا نفس النسبة اللي موجودة عند ال guideline + +488 +00:40:27,550 --> 00:40:32,230 +مش ال guideline عند 30%، طيب، هال gate فيه عندنا إيش؟ + +489 +00:40:32,230 --> 00:40:36,050 +هدول، لأ، Singapore، في عندنا TextView + +490 +00:41:10,460 --> 00:41:13,580 +وبعدين في عندنا زي ال user name و ال password تحت + +491 +00:41:13,580 --> 00:41:23,760 +هذه، هي، يحط ال text view، وفي جنبها plain text، تمام + +492 +00:41:23,760 --> 00:41:30,620 +هذا، جيب ال baseline تبعه مع هذا، وجاي بعده، هذا لسه + +493 +00:41:30,620 --> 00:41:35,100 +مربوط، ماشي برضه، صح؟ جيبه هيك، ومع ال + +494 +00:41:44,750 --> 00:41:49,630 +هذا برضه إيش؟ عشان ما فيش margin، لزقه على طول في هذا + +495 +00:41:49,630 --> 00:42:02,230 +واربطه هنا، واعمل له 0dp، عشان يوسع هذا، تمام؟ لأن + +496 +00:42:02,230 --> 00:42:05,390 +نفس الشيء، هي command text view تحت + +497 +00:42:09,020 --> 00:42:16,420 +هذه مع هذه الحفة، وتحتها، تمام + +498 +00:42:16,420 --> 00:42:19,260 +وهذه plain text + +499 +00:42:52,690 --> 00:42:57,150 +بعدها إيش؟ في عندنا، في عندنا هذا text، بس بدي يكون + +500 +00:42:57,150 --> 00:42:59,910 +scroll معمول، بيجيب، إن أنا أحط scroll view + +501 +00:42:59,910 --> 00:43:11,370 +وداخله إيش؟ آه، text view، الآن + +502 +00:43:11,370 --> 00:43:13,690 +إيش فيه بعدين؟ هذا بدي يكون scroll view، وداخله + +503 +00:43:13,690 --> 00:43:16,610 +text view، وبعدين فيه زرار، الآن أنا هبدأ في مين؟ + +504 +00:43:16,610 --> 00:43:22,550 +هفكر هال gate، لأ، هبدأ في ال buttons اللي تحت، ليش؟ + +505 +00:43:22,550 --> 00:43:25,790 +لأن أنا بدي ال buttons دائما تحت، وبدي ال scroll + +506 +00:43:25,790 --> 00:43:30,870 +هذا يبدأ من تحت هدول، لمين؟ لل buttons، عشان لو أنا + +507 +00:43:30,870 --> 00:43:35,830 +انعرضت في شاشة أطول، هذا مين هيتغير حجمه؟ ال scroll + +508 +00:43:35,830 --> 00:43:39,730 +لكن هذا بيضل ثابت، فخلينا نخلص الثابت، ونربط هذا ال + +509 +00:43:39,730 --> 00:43:44,030 +scroll بالنسبة لل buttons، فبدنا + +510 +00:43:44,030 --> 00:43:45,070 +نيجي تحت للزرار + +511 +00:43:50,140 --> 00:43:55,380 +طبعا الأزرار جاين هنا، حاططهم هو على الجهة هذه، صح؟ + +512 +00:43:55,380 --> 00:43:59,120 +تمام + +513 +00:43:59,120 --> 00:44:04,140 +هاي، رابطهم على الزاوية بتاعة الشاشة، والجانب مربوط + +514 +00:44:04,140 --> 00:44:14,160 +فيه، يعني هذا هيجي هيك، حط + +515 +00:44:14,160 --> 00:44:14,960 +ال top مع ال top + +516 +00:44:20,630 --> 00:44:24,270 +هلّقيت هنا، في المساحة دي، بحط scroll view، بيبدأ من + +517 +00:44:24,270 --> 00:44:29,010 +هنا لهنا، صح ولا لأ؟ هذه دائما هيبقى تحت، بكرة أكبر + +518 +00:44:29,010 --> 00:44:32,050 +الشاشة، ده بينزل تحت، وال scroll بيبدأ من هنا لهنا + +519 +00:44:32,050 --> 00:44:36,770 +فهمت ليش أنا بدأت من تحت؟ أحيانا بدك أنت تحدد، يعني + +520 +00:44:36,770 --> 00:44:42,070 +ممكن تغير، ممكن تمشي بالترتيب، طيب، الآن هاي scroll + +521 +00:44:42,070 --> 00:44:45,250 +view، اسحبه وحطه هنا، طبعا ال scroll view مش هيبين + +522 +00:44:45,250 --> 00:44:49,110 +معاك، يعني هي ما فيش فيه محتوى أصلا، لسه، لأن بس + +523 +00:44:49,110 --> 00:44:54,030 +هييطلع لك مربع أزرق زي هيك، لأن ال scroll view أول + +524 +00:44:54,030 --> 00:45:01,630 +حاجة، هيربطها هو على جد الشاشة، صح؟ + +525 +00:45:01,630 --> 00:45:05,170 +هو + +526 +00:45:05,170 --> 00:45:12,310 +إيش عامل فيه؟ هاي ال scroll view، end + +527 +00:45:12,310 --> 00:45:16,210 +to start of parent، آه، ماشي، في واحد من + +528 +00:45:16,210 --> 00:45:17,530 +العناصر لسه مش مربوط + +529 +00:45:21,130 --> 00:45:24,250 +هو ال scroll view بس، طب، من ال top و ال bottom + +530 +00:45:24,250 --> 00:45:27,990 +ما ربطناش ال scroll view، تمام، فبدنا يقعد تحت واحد من + +531 +00:45:27,990 --> 00:45:33,810 +هدول، تمام؟ يعني شوف، مشينا ال margin، يعني برضه + +532 +00:45:33,810 --> 00:45:45,050 +الموضوع آه، صار مُؤذِي شوية، و + +533 +00:45:45,050 --> 00:45:46,810 +من تحت، مربوط في ال top + +534 +00:46:02,890 --> 00:46:08,030 +مفروض هيك، رابط هاي ال end مع ال end، و ال start مع + +535 +00:46:08,030 --> 00:46:14,470 +ال start، وبعدين ال top + +536 +00:46:18,300 --> 00:46:24,160 +للـ scroll مع ال .. to bottom of، آه، هذا من فوق + +537 +00:46:24,160 --> 00:46:35,000 +مربوط من تحت، ما ربطناش لسه، ما ربطش هو معايا، لأ، bottom + +538 +00:46:35,000 --> 00:46:38,020 +to + +539 +00:46:38,020 --> 00:46:44,660 +top of، أي زر هذا، 15 + +540 +00:46:54,060 --> 00:47:01,320 +مش قادر اعملها drag & drop، هيك صورتها بال code يعني + +541 +00:47:01,320 --> 00:47:07,320 +المفروض هذه ال gate هي مربوطة من من ال start، تمام؟ + +542 +00:47:07,320 --> 00:47:11,820 +ومن ال end، ومن ال top، هذا إيش معناها؟ ال top + +543 +00:47:11,820 --> 00:47:16,040 +تابعها to bottom of من edit text، وال bottom + +544 +00:47:16,040 --> 00:47:20,140 +تابعها to top of ال beta gate، إيش فيه داخلها؟ + +545 +00:47:21,600 --> 00:47:25,800 +هذا ليس لديه layout، دائما قلنا إن ال scroll view + +546 +00:47:25,800 --> 00:47:30,500 +بيضيف عنصر واحد هو لحاله، حطه لجوه Linear Layout + +547 +00:47:30,500 --> 00:47:34,820 +خلّيها، نحن بنحط Text View ونحطه match_parent، يعني + +548 +00:47:34,820 --> 00:47:39,120 +هذا إيش بيكون فيه نص جوه، خد ال Text View وحطه جوه + +549 +00:47:39,120 --> 00:47:44,300 +ال scroll view، هاي، تمام، هاي حتى هنا، جايب، لأ، شوف + +550 +00:47:44,300 --> 00:47:47,780 +الغلط كيف؟ ال drag & drop، المفروض إنه إيش؟ ال scroll + +551 +00:47:47,780 --> 00:47:50,640 +view ينحط جوه Linear Layout، عشان هيك احنا قلنا + +552 +00:47:50,640 --> 00:47:54,600 +ما بنقدرش نستغنى عن ال XML + +553 +00:47:57,860 --> 00:48:03,080 +هي، حطينا جوا، وبنقول له هنا إيش؟ match_parent، عشان + +554 +00:48:03,080 --> 00:48:08,760 +ياخد حجم ال scroll view كله، وبنقول له حط النص عشان + +555 +00:48:08,760 --> 00:48:11,680 +يبين، "Hello World\n" + +556 +00:48:24,400 --> 00:48:29,400 +تمام، يعني هو النص طلع أكثر من هيك، بس هي .. هي منظر + +557 +00:48:29,400 --> 00:48:35,600 +الشاشة النهائية، لأ + +558 +00:48:35,600 --> 00:48:48,380 +هو في العرض هيختفي، حدود تحت، بدأت تصبيط للعرض، تعالوا + +559 +00:48:48,380 --> 00:48:49,760 +نشوف إيش صار في العرض + +560 +00:49:11,120 --> 00:49:14,480 +الـ TextView موجود جوا Linear Layout هذه + +561 +00:49:21,530 --> 00:49:25,670 +موجود، here scroll، آه، هاي فيه غلط هنا، هذه مدينة + +562 +00:49:25,670 --> 00:49:31,790 +width و height، لأ، 0dp و 0dp، بس هاي المشكلة + +563 +00:49:31,790 --> 00:49:35,110 +تمام + +564 +00:49:35,110 --> 00:49:40,430 +هلقيت اجلب هيك، هاي landscape، وهاي ال landscape + +565 +00:49:40,430 --> 00:49:47,270 +برضه مظبوطة، بس ال scroll طلع صغير عشان ال buttons، تمام + +566 +00:49:48,020 --> 00:49:51,980 +إيش الغلط؟ كانت إنه أنا صح ربطته من الجهات كلها، بس + +567 +00:49:51,980 --> 00:49:55,460 +كان ماخد weight to height ثابت، لما حطيته 0dp + +568 +00:49:55,460 --> 00:50:03,100 +أخذ على جد المساحة اللي فاضية، بنفع + +569 +00:50:03,100 --> 00:50:07,940 +بس ليش هلزّمك هنا هذا + +570 +00:50:07,940 --> 00:50:14,640 +ال buttons؟ لإيش؟ بلزّم عشان، يعني، يعني فهمني ليش .. ليش + +571 +00:50:14,640 --> 00:50:19,780 +بنعملهم؟ عشان يجي من بعض، لأ، ما هو أنا هذا هو شكل + +572 +00:50:19,780 --> 00:50:23,620 +الشاشة، إنهم موجودين على الزاوية، فأنا بس واحد ربطته + +573 +00:50:23,620 --> 00:50:30,080 +هيك، وهذا مربوط فيه، يعني ما بلزّمش guideline ال + +574 +00:50:30,080 --> 00:50:33,940 +button + +575 +00:50:33,940 --> 00:50:38,280 +برا، بدي يكون، تمام؟ يعني أنت بتعمل scroll على ال + +576 +00:50:38,280 --> 00:50:40,700 +text، وال button بيبقى برا، تضغط عليه، يعني لازم + +577 +00:50:40,700 --> 00:50:43,260 +يبقى visible على طول، ال button ما يصحش أحطه جوا + +578 +00:50:43,260 --> 00:50:47,210 +لما عمل .. لو عمل scroll، يختفي ال button، أنت معايا؟ + +579 +00:50:47,210 --> 00:50:51,870 +ال buttons بيضلو برا، يعني، تمام؟ واضحة يا جماعة؟ ال + +580 +00:50:51,870 --> 00:50:55,250 +constraint layout، لسه ما خلصناش، هلّقيت، المحاضرة + +581 +00:50:55,250 --> 00:51:02,330 +الجاية هنشتغل على constraint layout، بس XML، تمام؟ مش + +582 +00:51:02,330 --> 00:51:06,890 +صعبة، لإنه شفنا فعليا، أحيانا بتضطر الواحد يروّي XML + +583 +00:51:06,890 --> 00:51:13,370 +والموضوع مش صعب، تمام؟ بعد هيك يا جماعة، المحاضرة + +584 +00:51:13,370 --> 00:51:16,860 +الجاية هيكون آخر محاضرة في ال layouts، بعدها هنشتغل + +585 +00:51:16,860 --> 00:51:20,060 +على ال code، وهنتعرف أثناء شغلنا في ال code على + +586 +00:51:20,060 --> 00:51:23,320 +عناصر جديدة، وكيف نعمل action عليها، زي check box و + +587 +00:51:23,320 --> 00:51:27,040 +ال radio وغيره وغيره، وال list view والـ .. خلاص + +588 +00:51:27,040 --> 00:51:30,320 +أنت عرفت ال layouts الآن، اللي هم ال linear و ال + +589 +00:51:30,320 --> 00:51:32,800 +constraint، وفي layout تالتة بيعطيكها ال frame + +590 +00:51:32,800 --> 00:51:38,380 +layout، هذه بسيطة، تمام؟ بعد ذلك يا جماعة، هيكون في + +591 +00:51:38,380 --> 00:51:44,310 +مشروع مطلوب منكم، تشتغلوا ال wireframes للمشروع، تكون + +592 +00:51:44,310 --> 00:51:48,650 +واحد يحدد فكرة، وتصمموا الشاشات بتاعة المشروع كلها + +593 +00:51:48,650 --> 00:51:52,910 +مش أخذتوها أنتم في ال UX و UI، تصمموا، تعملوا ال + +594 +00:51:52,910 --> 00:51:56,570 +wireframes لكل الشاشات، وتربطوا الشاشات، آه، تقول لي + +595 +00:51:56,570 --> 00:52:00,510 +هذه الشاشة هتودي لهذه، أنت بتعمل prototype في الأول + +596 +00:52:00,510 --> 00:52:06,490 +صورة، تمام؟ تمام، أو على أي طول بتستخدمها، بس + +597 +00:52:06,490 --> 00:52:09,370 +خلاص، الآن ابدا، صمم وين؟ على طول على Android، على أي + +598 +00:52:09,370 --> 00:52:13,110 +مشروع ولا بس أكمل صفقة، أنت بتشتغل تطبيق متكامل + +599 +00:52:13,110 --> 00:52:16,850 +بدي يكون فيه مثلا عشر أو اثنا عشر واجهة، بيبقى، بيبقى + +600 +00:52:16,850 --> 00:52:20,790 +80 و 70 و 90، لأ، بتمشي، إحنا كتير، أنت لسه أول مشروع + +601 +00:52:20,790 --> 00:52:33,050 +لك، مشاريع، مشاريع إيش؟ في أي مادة بال UX؟ طيب، إذا + +602 +00:52:33,050 --> 00:52:34,950 +حابين تكملوا على المشاريع اللي اشتغلتوا عليها بال + +603 +00:52:34,950 --> 00:52:38,870 +UX، ممكن تكملوا عليها، إذا كانت المشاريع .. كل أربعة + +604 +00:52:38,870 --> 00:52:46,810 +مع بعض في مشروع كده؟ إحنا بدنا كل اثنين، إحنا + +605 +00:52:46,810 --> 00:52:50,470 +هلقيت كل اثنين؟ آه، كل اثنين الشغالين مع بعض diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..518c4a8c29b4ef2122c7361ed8bb8eca213ea959 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4541, "start": 20.87, "end": 45.41, "text": " السلام عليكم يا جماعة احنا نزلنا في موضوع ال layouts تمام؟ شوفنا ال linear layout و أخدنا مثالين كاملين عليها صح و لا؟ اللي هي الشاشة في الأول تاعة ال user name و ال password و بعدين أخدنا الشاشة اللي مجسمة جسمين زرار و محتوى صح؟ و صممنا مثالين كاملين قدامكوا على linear layout و بعدين بدنا نتكلم في محاضرة ماضية على ال layout اللي هي constraint layout", "tokens": [21136, 37440, 25894, 24793, 35186, 10874, 15042, 27884, 1975, 5016, 8315, 8717, 11622, 1211, 8315, 8978, 3714, 2407, 11242, 45367, 2423, 46100, 46811, 10943, 22807, 13412, 38688, 8315, 2423, 8213, 13333, 4032, 5551, 9778, 3215, 8315, 50113, 6027, 9957, 9122, 10943, 1211, 9957, 25894, 11296, 20328, 5016, 4032, 20193, 22807, 13672, 1829, 39896, 25124, 33599, 3660, 8978, 16247, 12610, 6055, 995, 27884, 2423, 4195, 1315, 4032, 2423, 11524, 4032, 39182, 9957, 5551, 9778, 3215, 8315, 25124, 33599, 3660, 13672, 1829, 3714, 7435, 38251, 3660, 10874, 38251, 9957, 30767, 2288, 9640, 4032, 3714, 33753, 2407, 7578, 20328, 5016, 22807, 4032, 20328, 2304, 2304, 8315, 50113, 6027, 9957, 9122, 10943, 1211, 9957, 12174, 3215, 10943, 4117, 14407, 15844, 8213, 13333, 4032, 39182, 9957, 47525, 8315, 8717, 2655, 4117, 19528, 8978, 3714, 5016, 46958, 25720, 3714, 46958, 10632, 15844, 2423, 13333, 13672, 1829, 39896, 25534, 13333], "avg_logprob": -0.1930338533388244, "compression_ratio": 1.9620689655172414, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 20.87, "end": 21.25, "word": " السلام", "probability": 0.5059051513671875}, {"start": 21.25, "end": 21.55, "word": " عليكم", "probability": 0.908935546875}, {"start": 21.55, "end": 21.67, "word": " يا", "probability": 0.650390625}, {"start": 21.67, "end": 22.05, "word": " جماعة", "probability": 0.9793294270833334}, {"start": 22.05, "end": 23.59, "word": " احنا", "probability": 0.7224934895833334}, {"start": 23.59, "end": 23.97, "word": " نزلنا", "probability": 0.838623046875}, {"start": 23.97, "end": 24.09, "word": " في", "probability": 0.86669921875}, {"start": 24.09, "end": 24.49, "word": " موضوع", "probability": 0.9637451171875}, {"start": 24.49, "end": 24.67, "word": " ال", "probability": 0.42626953125}, {"start": 24.67, "end": 25.07, "word": " layouts", "probability": 0.50537109375}, {"start": 25.07, "end": 26.71, "word": " تمام؟", "probability": 0.6502278645833334}, {"start": 26.71, "end": 27.49, "word": " شوفنا", "probability": 0.8365885416666666}, {"start": 27.49, "end": 27.71, "word": " ال", "probability": 0.958984375}, {"start": 27.71, "end": 27.95, "word": " linear", "probability": 0.94970703125}, {"start": 27.95, "end": 28.51, "word": " layout", "probability": 0.94580078125}, {"start": 28.51, "end": 29.05, "word": " و", "probability": 0.97509765625}, {"start": 29.05, "end": 29.37, "word": " أخدنا", "probability": 0.79541015625}, {"start": 29.37, "end": 29.85, "word": " مثالين", "probability": 0.8346354166666666}, {"start": 29.85, "end": 30.23, "word": " كاملين", "probability": 0.9298095703125}, {"start": 30.23, "end": 30.63, "word": " عليها", "probability": 0.977294921875}, {"start": 30.63, "end": 30.99, "word": " صح", "probability": 0.902587890625}, {"start": 30.99, "end": 31.09, "word": " و", "probability": 0.328125}, {"start": 31.09, "end": 31.79, "word": " لا؟", "probability": 0.64111328125}, {"start": 31.79, "end": 31.89, "word": " اللي", "probability": 0.71826171875}, {"start": 31.89, "end": 31.99, "word": " هي", "probability": 0.86572265625}, {"start": 31.99, "end": 32.37, "word": " الشاشة", "probability": 0.9772135416666666}, {"start": 32.37, "end": 32.45, "word": " في", "probability": 0.92529296875}, {"start": 32.45, "end": 32.69, "word": " الأول", "probability": 0.979736328125}, {"start": 32.69, "end": 32.95, "word": " تاعة", "probability": 0.76904296875}, {"start": 32.95, "end": 33.05, "word": " ال", "probability": 0.59130859375}, {"start": 33.05, "end": 33.23, "word": " user", "probability": 0.96435546875}, {"start": 33.23, "end": 33.45, "word": " name", "probability": 0.82421875}, {"start": 33.45, "end": 33.55, "word": " و", "probability": 0.955078125}, {"start": 33.55, "end": 33.61, "word": " ال", "probability": 0.79296875}, {"start": 33.61, "end": 34.03, "word": " password", "probability": 0.92236328125}, {"start": 34.03, "end": 34.17, "word": " و", "probability": 0.953125}, {"start": 34.17, "end": 34.37, "word": " بعدين", "probability": 0.919921875}, {"start": 34.37, "end": 34.67, "word": " أخدنا", "probability": 0.9830322265625}, {"start": 34.67, "end": 35.01, "word": " الشاشة", "probability": 0.9890950520833334}, {"start": 35.01, "end": 35.09, "word": " اللي", "probability": 0.85498046875}, {"start": 35.09, "end": 35.49, "word": " مجسمة", "probability": 0.952392578125}, {"start": 35.49, "end": 35.91, "word": " جسمين", "probability": 0.9295247395833334}, {"start": 35.91, "end": 36.41, "word": " زرار", "probability": 0.793212890625}, {"start": 36.41, "end": 37.05, "word": " و", "probability": 0.9931640625}, {"start": 37.05, "end": 37.45, "word": " محتوى", "probability": 0.9234619140625}, {"start": 37.45, "end": 37.79, "word": " صح؟", "probability": 0.8207194010416666}, {"start": 37.79, "end": 37.89, "word": " و", "probability": 0.97412109375}, {"start": 37.89, "end": 38.31, "word": " صممنا", "probability": 0.93603515625}, {"start": 38.31, "end": 38.81, "word": " مثالين", "probability": 0.9892578125}, {"start": 38.81, "end": 39.57, "word": " كاملين", "probability": 0.9921875}, {"start": 39.57, "end": 40.09, "word": " قدامكوا", "probability": 0.93154296875}, {"start": 40.09, "end": 40.23, "word": " على", "probability": 0.2083740234375}, {"start": 40.23, "end": 40.47, "word": " linear", "probability": 0.92529296875}, {"start": 40.47, "end": 40.83, "word": " layout", "probability": 0.9697265625}, {"start": 40.83, "end": 41.61, "word": " و", "probability": 0.650390625}, {"start": 41.61, "end": 41.83, "word": " بعدين", "probability": 0.970458984375}, {"start": 41.83, "end": 42.09, "word": " بدنا", "probability": 0.708740234375}, {"start": 42.09, "end": 42.49, "word": " نتكلم", "probability": 0.988037109375}, {"start": 42.49, "end": 42.59, "word": " في", "probability": 0.556640625}, {"start": 42.59, "end": 42.97, "word": " محاضرة", "probability": 0.898681640625}, {"start": 42.97, "end": 43.43, "word": " ماضية", "probability": 0.7959798177083334}, {"start": 43.43, "end": 43.73, "word": " على", "probability": 0.79736328125}, {"start": 43.73, "end": 43.87, "word": " ال", "probability": 0.8701171875}, {"start": 43.87, "end": 44.15, "word": " layout", "probability": 0.9384765625}, {"start": 44.15, "end": 44.27, "word": " اللي", "probability": 0.958984375}, {"start": 44.27, "end": 44.37, "word": " هي", "probability": 0.8740234375}, {"start": 44.37, "end": 44.81, "word": " constraint", "probability": 0.6337890625}, {"start": 44.81, "end": 45.41, "word": " layout", "probability": 0.96923828125}], "temperature": 1.0}, {"id": 2, "seek": 7228, "start": 46.32, "end": 72.28, "text": " Which is the idea that you arrange elements on the screen relative to each other And this will guarantee you that there won't be many nested layouts on the screen So there won't be linear layout, layout, inside layout, inside layout Because this slows down the rendering of the application interface But when you have one layout, this affects the application That's why we try to rely on constraint layout as much as possible", "tokens": [3013, 307, 264, 1558, 300, 291, 9424, 4959, 322, 264, 2568, 4972, 281, 1184, 661, 400, 341, 486, 10815, 291, 300, 456, 1582, 380, 312, 867, 15646, 292, 46100, 322, 264, 2568, 407, 456, 1582, 380, 312, 8213, 13333, 11, 13333, 11, 1854, 13333, 11, 1854, 13333, 1436, 341, 35789, 760, 264, 22407, 295, 264, 3861, 9226, 583, 562, 291, 362, 472, 13333, 11, 341, 11807, 264, 3861, 663, 311, 983, 321, 853, 281, 10687, 322, 25534, 13333, 382, 709, 382, 1944], "avg_logprob": -0.43298192699271515, "compression_ratio": 1.8362068965517242, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 46.32, "end": 46.56, "word": " Which", "probability": 0.139404296875}, {"start": 46.56, "end": 46.72, "word": " is", "probability": 0.4609375}, {"start": 46.72, "end": 46.76, "word": " the", "probability": 0.294677734375}, {"start": 46.76, "end": 47.02, "word": " idea", "probability": 0.67919921875}, {"start": 47.02, "end": 47.3, "word": " that", "probability": 0.5517578125}, {"start": 47.3, "end": 47.48, "word": " you", "probability": 0.8720703125}, {"start": 47.48, "end": 47.84, "word": " arrange", "probability": 0.1966552734375}, {"start": 47.84, "end": 48.28, "word": " elements", "probability": 0.5771484375}, {"start": 48.28, "end": 48.48, "word": " on", "probability": 0.71728515625}, {"start": 48.48, "end": 48.58, "word": " the", "probability": 0.56982421875}, {"start": 48.58, "end": 48.92, "word": " screen", "probability": 0.8515625}, {"start": 48.92, "end": 49.86, "word": " relative", "probability": 0.345703125}, {"start": 49.86, "end": 50.02, "word": " to", "probability": 0.96923828125}, {"start": 50.02, "end": 50.22, "word": " each", "probability": 0.8515625}, {"start": 50.22, "end": 50.42, "word": " other", "probability": 0.87939453125}, {"start": 50.42, "end": 51.82, "word": " And", "probability": 0.3388671875}, {"start": 51.82, "end": 52.04, "word": " this", "probability": 0.70263671875}, {"start": 52.04, "end": 52.16, "word": " will", "probability": 0.5283203125}, {"start": 52.16, "end": 52.48, "word": " guarantee", "probability": 0.365234375}, {"start": 52.48, "end": 52.7, "word": " you", "probability": 0.39453125}, {"start": 52.7, "end": 52.82, "word": " that", "probability": 0.8310546875}, {"start": 52.82, "end": 52.98, "word": " there", "probability": 0.76123046875}, {"start": 52.98, "end": 53.04, "word": " won't", "probability": 0.7083740234375}, {"start": 53.04, "end": 53.52, "word": " be", "probability": 0.9443359375}, {"start": 53.52, "end": 54.04, "word": " many", "probability": 0.326904296875}, {"start": 54.04, "end": 54.98, "word": " nested", "probability": 0.965087890625}, {"start": 54.98, "end": 55.34, "word": " layouts", "probability": 0.86865234375}, {"start": 55.34, "end": 55.84, "word": " on", "probability": 0.435302734375}, {"start": 55.84, "end": 55.96, "word": " the", "probability": 0.82568359375}, {"start": 55.96, "end": 56.22, "word": " screen", "probability": 0.87939453125}, {"start": 56.22, "end": 56.42, "word": " So", "probability": 0.1551513671875}, {"start": 56.42, "end": 56.54, "word": " there", "probability": 0.556640625}, {"start": 56.54, "end": 56.58, "word": " won't", "probability": 0.9013671875}, {"start": 56.58, "end": 56.96, "word": " be", "probability": 0.93798828125}, {"start": 56.96, "end": 57.42, "word": " linear", "probability": 0.66845703125}, {"start": 57.42, "end": 57.82, "word": " layout,", "probability": 0.4375}, {"start": 57.9, "end": 58.26, "word": " layout,", "probability": 0.85693359375}, {"start": 58.38, "end": 58.58, "word": " inside", "probability": 0.1553955078125}, {"start": 58.58, "end": 58.78, "word": " layout,", "probability": 0.9287109375}, {"start": 58.94, "end": 59.08, "word": " inside", "probability": 0.83984375}, {"start": 59.08, "end": 59.4, "word": " layout", "probability": 0.98876953125}, {"start": 59.4, "end": 59.64, "word": " Because", "probability": 0.44970703125}, {"start": 59.64, "end": 59.82, "word": " this", "probability": 0.80517578125}, {"start": 59.82, "end": 60.14, "word": " slows", "probability": 0.62890625}, {"start": 60.14, "end": 60.98, "word": " down", "probability": 0.71240234375}, {"start": 60.98, "end": 61.08, "word": " the", "probability": 0.8125}, {"start": 61.08, "end": 61.38, "word": " rendering", "probability": 0.91845703125}, {"start": 61.38, "end": 61.7, "word": " of", "probability": 0.88916015625}, {"start": 61.7, "end": 62.16, "word": " the", "probability": 0.86767578125}, {"start": 62.16, "end": 62.3, "word": " application", "probability": 0.5283203125}, {"start": 62.3, "end": 63.18, "word": " interface", "probability": 0.81640625}, {"start": 63.18, "end": 64.08, "word": " But", "probability": 0.89697265625}, {"start": 64.08, "end": 64.26, "word": " when", "probability": 0.454345703125}, {"start": 64.26, "end": 64.32, "word": " you", "probability": 0.8837890625}, {"start": 64.32, "end": 64.6, "word": " have", "probability": 0.931640625}, {"start": 64.6, "end": 64.68, "word": " one", "probability": 0.39453125}, {"start": 64.68, "end": 65.16, "word": " layout,", "probability": 0.96923828125}, {"start": 65.92, "end": 66.24, "word": " this", "probability": 0.394287109375}, {"start": 66.24, "end": 66.86, "word": " affects", "probability": 0.541015625}, {"start": 66.86, "end": 67.18, "word": " the", "probability": 0.8662109375}, {"start": 67.18, "end": 67.48, "word": " application", "probability": 0.88134765625}, {"start": 67.48, "end": 67.78, "word": " That's", "probability": 0.66943359375}, {"start": 67.78, "end": 67.88, "word": " why", "probability": 0.92919921875}, {"start": 67.88, "end": 68.24, "word": " we", "probability": 0.9560546875}, {"start": 68.24, "end": 68.74, "word": " try", "probability": 0.73291015625}, {"start": 68.74, "end": 68.96, "word": " to", "probability": 0.94482421875}, {"start": 68.96, "end": 69.24, "word": " rely", "probability": 0.51611328125}, {"start": 69.24, "end": 70.24, "word": " on", "probability": 0.95068359375}, {"start": 70.24, "end": 70.82, "word": " constraint", "probability": 0.487060546875}, {"start": 70.82, "end": 71.48, "word": " layout", "probability": 0.92626953125}, {"start": 71.48, "end": 71.84, "word": " as", "probability": 0.92919921875}, {"start": 71.84, "end": 71.92, "word": " much", "probability": 0.86669921875}, {"start": 71.92, "end": 72.0, "word": " as", "probability": 0.974609375}, {"start": 72.0, "end": 72.28, "word": " possible", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 3, "seek": 10139, "start": 73.59, "end": 101.39, "text": " In the last lecture, we introduced constraint layout The advantage of constraint layout is that you can work visually You don't need to work with XML a lot Like linear layout, XML might be easier But here, through Android Studio, you can work visually And we will see how to work with XML Okay, in the last lecture, we said that if you click on any element on the screen For example, this element", "tokens": [682, 264, 1036, 7991, 11, 321, 7268, 25534, 13333, 440, 5002, 295, 25534, 13333, 307, 300, 291, 393, 589, 19622, 509, 500, 380, 643, 281, 589, 365, 1783, 44, 43, 257, 688, 1743, 8213, 13333, 11, 1783, 44, 43, 1062, 312, 3571, 583, 510, 11, 807, 8853, 13500, 11, 291, 393, 589, 19622, 400, 321, 486, 536, 577, 281, 589, 365, 1783, 44, 43, 1033, 11, 294, 264, 1036, 7991, 11, 321, 848, 300, 498, 291, 2052, 322, 604, 4478, 322, 264, 2568, 1171, 1365, 11, 341, 4478], "avg_logprob": -0.5010533975751212, "compression_ratio": 1.7566371681415929, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 73.58999999999999, "end": 74.07, "word": " In", "probability": 0.11822509765625}, {"start": 74.07, "end": 74.23, "word": " the", "probability": 0.55322265625}, {"start": 74.23, "end": 74.23, "word": " last", "probability": 0.4892578125}, {"start": 74.23, "end": 74.51, "word": " lecture,", "probability": 0.8076171875}, {"start": 74.75, "end": 74.91, "word": " we", "probability": 0.8701171875}, {"start": 74.91, "end": 75.13, "word": " introduced", "probability": 0.439453125}, {"start": 75.13, "end": 76.31, "word": " constraint", "probability": 0.416015625}, {"start": 76.31, "end": 76.69, "word": " layout", "probability": 0.89111328125}, {"start": 76.69, "end": 77.09, "word": " The", "probability": 0.2218017578125}, {"start": 77.09, "end": 78.33, "word": " advantage", "probability": 0.5927734375}, {"start": 78.33, "end": 78.77, "word": " of", "probability": 0.849609375}, {"start": 78.77, "end": 79.25, "word": " constraint", "probability": 0.853515625}, {"start": 79.25, "end": 79.61, "word": " layout", "probability": 0.978515625}, {"start": 79.61, "end": 79.81, "word": " is", "probability": 0.88525390625}, {"start": 79.81, "end": 79.85, "word": " that", "probability": 0.8623046875}, {"start": 79.85, "end": 80.01, "word": " you", "probability": 0.791015625}, {"start": 80.01, "end": 80.25, "word": " can", "probability": 0.91943359375}, {"start": 80.25, "end": 80.49, "word": " work", "probability": 0.6484375}, {"start": 80.49, "end": 81.01, "word": " visually", "probability": 0.611328125}, {"start": 81.01, "end": 82.21, "word": " You", "probability": 0.22998046875}, {"start": 82.21, "end": 82.77, "word": " don't", "probability": 0.779052734375}, {"start": 82.77, "end": 83.19, "word": " need", "probability": 0.52001953125}, {"start": 83.19, "end": 83.33, "word": " to", "probability": 0.8681640625}, {"start": 83.33, "end": 83.51, "word": " work", "probability": 0.421875}, {"start": 83.51, "end": 83.59, "word": " with", "probability": 0.389404296875}, {"start": 83.59, "end": 84.01, "word": " XML", "probability": 0.617919921875}, {"start": 84.01, "end": 84.09, "word": " a", "probability": 0.234375}, {"start": 84.09, "end": 84.31, "word": " lot", "probability": 0.951171875}, {"start": 84.31, "end": 85.35, "word": " Like", "probability": 0.297607421875}, {"start": 85.35, "end": 85.67, "word": " linear", "probability": 0.49853515625}, {"start": 85.67, "end": 86.09, "word": " layout,", "probability": 0.9580078125}, {"start": 86.25, "end": 86.91, "word": " XML", "probability": 0.76806640625}, {"start": 86.91, "end": 87.03, "word": " might", "probability": 0.27392578125}, {"start": 87.03, "end": 87.13, "word": " be", "probability": 0.68896484375}, {"start": 87.13, "end": 87.43, "word": " easier", "probability": 0.89404296875}, {"start": 87.43, "end": 88.19, "word": " But", "probability": 0.57470703125}, {"start": 88.19, "end": 88.55, "word": " here,", "probability": 0.5263671875}, {"start": 89.29, "end": 89.57, "word": " through", "probability": 0.55322265625}, {"start": 89.57, "end": 91.33, "word": " Android", "probability": 0.74462890625}, {"start": 91.33, "end": 91.67, "word": " Studio,", "probability": 0.84912109375}, {"start": 91.75, "end": 91.85, "word": " you", "probability": 0.84912109375}, {"start": 91.85, "end": 91.91, "word": " can", "probability": 0.4267578125}, {"start": 91.91, "end": 92.53, "word": " work", "probability": 0.78271484375}, {"start": 92.53, "end": 93.57, "word": " visually", "probability": 0.1868896484375}, {"start": 93.57, "end": 93.85, "word": " And", "probability": 0.286865234375}, {"start": 93.85, "end": 93.99, "word": " we", "probability": 0.810546875}, {"start": 93.99, "end": 93.99, "word": " will", "probability": 0.53955078125}, {"start": 93.99, "end": 94.17, "word": " see", "probability": 0.630859375}, {"start": 94.17, "end": 94.31, "word": " how", "probability": 0.89990234375}, {"start": 94.31, "end": 94.43, "word": " to", "probability": 0.63623046875}, {"start": 94.43, "end": 94.63, "word": " work", "probability": 0.5576171875}, {"start": 94.63, "end": 94.71, "word": " with", "probability": 0.73876953125}, {"start": 94.71, "end": 95.17, "word": " XML", "probability": 0.7899576822916666}, {"start": 95.17, "end": 96.77, "word": " Okay,", "probability": 0.173095703125}, {"start": 97.45, "end": 97.81, "word": " in", "probability": 0.498046875}, {"start": 97.81, "end": 97.89, "word": " the", "probability": 0.74072265625}, {"start": 97.89, "end": 97.91, "word": " last", "probability": 0.72998046875}, {"start": 97.91, "end": 98.21, "word": " lecture,", "probability": 0.947265625}, {"start": 98.53, "end": 98.61, "word": " we", "probability": 0.8876953125}, {"start": 98.61, "end": 98.65, "word": " said", "probability": 0.525390625}, {"start": 98.65, "end": 98.75, "word": " that", "probability": 0.71142578125}, {"start": 98.75, "end": 98.79, "word": " if", "probability": 0.8564453125}, {"start": 98.79, "end": 98.93, "word": " you", "probability": 0.85791015625}, {"start": 98.93, "end": 99.13, "word": " click", "probability": 0.12646484375}, {"start": 99.13, "end": 99.31, "word": " on", "probability": 0.6005859375}, {"start": 99.31, "end": 99.37, "word": " any", "probability": 0.63720703125}, {"start": 99.37, "end": 99.59, "word": " element", "probability": 0.5556640625}, {"start": 99.59, "end": 99.71, "word": " on", "probability": 0.7939453125}, {"start": 99.71, "end": 99.85, "word": " the", "probability": 0.82470703125}, {"start": 99.85, "end": 100.17, "word": " screen", "probability": 0.84228515625}, {"start": 100.17, "end": 100.73, "word": " For", "probability": 0.533203125}, {"start": 100.73, "end": 100.93, "word": " example,", "probability": 0.931640625}, {"start": 100.99, "end": 101.13, "word": " this", "probability": 0.9130859375}, {"start": 101.13, "end": 101.39, "word": " element", "probability": 0.9443359375}], "temperature": 1.0}, {"id": 4, "seek": 11786, "start": 103.1, "end": 117.86, "text": "Of course, if I have a constraint layout and I show an element, it will give me signs of amazement because it tells me that this place will only be in the design. When you make a run, it will come in the corner. To determine the location of the element, the first thing we need to understand is that each element has four corners.", "tokens": [23919, 1164, 11, 498, 286, 362, 257, 25534, 13333, 293, 286, 855, 364, 4478, 11, 309, 486, 976, 385, 7880, 295, 669, 921, 1712, 570, 309, 5112, 385, 300, 341, 1081, 486, 787, 312, 294, 264, 1715, 13, 1133, 291, 652, 257, 1190, 11, 309, 486, 808, 294, 264, 4538, 13, 1407, 6997, 264, 4914, 295, 264, 4478, 11, 264, 700, 551, 321, 643, 281, 1223, 307, 300, 1184, 4478, 575, 1451, 12413, 13], "avg_logprob": -0.48374999284744263, "compression_ratio": 1.625615763546798, "no_speech_prob": 0.0, "words": [{"start": 103.1, "end": 103.3, "word": "Of", "probability": 0.297607421875}, {"start": 103.3, "end": 103.44, "word": " course,", "probability": 0.93212890625}, {"start": 103.78, "end": 103.96, "word": " if", "probability": 0.473388671875}, {"start": 103.96, "end": 104.04, "word": " I", "probability": 0.84033203125}, {"start": 104.04, "end": 104.32, "word": " have", "probability": 0.6162109375}, {"start": 104.32, "end": 104.44, "word": " a", "probability": 0.444091796875}, {"start": 104.44, "end": 104.86, "word": " constraint", "probability": 0.68408203125}, {"start": 104.86, "end": 105.24, "word": " layout", "probability": 0.95166015625}, {"start": 105.24, "end": 105.56, "word": " and", "probability": 0.333984375}, {"start": 105.56, "end": 105.58, "word": " I", "probability": 0.3466796875}, {"start": 105.58, "end": 105.72, "word": " show", "probability": 0.6064453125}, {"start": 105.72, "end": 105.9, "word": " an", "probability": 0.54345703125}, {"start": 105.9, "end": 106.04, "word": " element,", "probability": 0.9599609375}, {"start": 106.2, "end": 106.2, "word": " it", "probability": 0.486083984375}, {"start": 106.2, "end": 106.28, "word": " will", "probability": 0.6767578125}, {"start": 106.28, "end": 106.42, "word": " give", "probability": 0.20654296875}, {"start": 106.42, "end": 106.62, "word": " me", "probability": 0.68408203125}, {"start": 106.62, "end": 106.78, "word": " signs", "probability": 0.2110595703125}, {"start": 106.78, "end": 106.88, "word": " of", "probability": 0.9228515625}, {"start": 106.88, "end": 107.26, "word": " amazement", "probability": 0.6646321614583334}, {"start": 107.26, "end": 107.58, "word": " because", "probability": 0.53515625}, {"start": 107.58, "end": 107.72, "word": " it", "probability": 0.728515625}, {"start": 107.72, "end": 107.94, "word": " tells", "probability": 0.4580078125}, {"start": 107.94, "end": 108.2, "word": " me", "probability": 0.95556640625}, {"start": 108.2, "end": 108.78, "word": " that", "probability": 0.84033203125}, {"start": 108.78, "end": 109.3, "word": " this", "probability": 0.490478515625}, {"start": 109.3, "end": 109.62, "word": " place", "probability": 0.326904296875}, {"start": 109.62, "end": 109.98, "word": " will", "probability": 0.53173828125}, {"start": 109.98, "end": 110.24, "word": " only", "probability": 0.50634765625}, {"start": 110.24, "end": 110.3, "word": " be", "probability": 0.76513671875}, {"start": 110.3, "end": 110.4, "word": " in", "probability": 0.64892578125}, {"start": 110.4, "end": 110.46, "word": " the", "probability": 0.7666015625}, {"start": 110.46, "end": 110.76, "word": " design.", "probability": 0.873046875}, {"start": 110.94, "end": 111.08, "word": " When", "probability": 0.53759765625}, {"start": 111.08, "end": 111.24, "word": " you", "probability": 0.75537109375}, {"start": 111.24, "end": 111.38, "word": " make", "probability": 0.2244873046875}, {"start": 111.38, "end": 111.5, "word": " a", "probability": 0.90283203125}, {"start": 111.5, "end": 111.7, "word": " run,", "probability": 0.8359375}, {"start": 112.28, "end": 112.54, "word": " it", "probability": 0.869140625}, {"start": 112.54, "end": 112.62, "word": " will", "probability": 0.75439453125}, {"start": 112.62, "end": 112.76, "word": " come", "probability": 0.54443359375}, {"start": 112.76, "end": 112.84, "word": " in", "probability": 0.599609375}, {"start": 112.84, "end": 112.96, "word": " the", "probability": 0.78076171875}, {"start": 112.96, "end": 113.18, "word": " corner.", "probability": 0.505859375}, {"start": 113.86, "end": 114.1, "word": " To", "probability": 0.556640625}, {"start": 114.1, "end": 114.46, "word": " determine", "probability": 0.64306640625}, {"start": 114.46, "end": 114.58, "word": " the", "probability": 0.83984375}, {"start": 114.58, "end": 114.72, "word": " location", "probability": 0.359619140625}, {"start": 114.72, "end": 114.86, "word": " of", "probability": 0.96435546875}, {"start": 114.86, "end": 114.9, "word": " the", "probability": 0.7294921875}, {"start": 114.9, "end": 115.1, "word": " element,", "probability": 0.9267578125}, {"start": 115.22, "end": 115.26, "word": " the", "probability": 0.572265625}, {"start": 115.26, "end": 115.34, "word": " first", "probability": 0.86181640625}, {"start": 115.34, "end": 115.5, "word": " thing", "probability": 0.90087890625}, {"start": 115.5, "end": 115.62, "word": " we", "probability": 0.6337890625}, {"start": 115.62, "end": 115.66, "word": " need", "probability": 0.51220703125}, {"start": 115.66, "end": 115.8, "word": " to", "probability": 0.9580078125}, {"start": 115.8, "end": 115.96, "word": " understand", "probability": 0.7666015625}, {"start": 115.96, "end": 116.12, "word": " is", "probability": 0.91357421875}, {"start": 116.12, "end": 116.18, "word": " that", "probability": 0.93798828125}, {"start": 116.18, "end": 116.26, "word": " each", "probability": 0.27587890625}, {"start": 116.26, "end": 116.52, "word": " element", "probability": 0.96630859375}, {"start": 116.52, "end": 117.24, "word": " has", "probability": 0.93701171875}, {"start": 117.24, "end": 117.6, "word": " four", "probability": 0.6201171875}, {"start": 117.6, "end": 117.86, "word": " corners.", "probability": 0.5244140625}], "temperature": 1.0}, {"id": 5, "seek": 13777, "start": 119.47, "end": 137.77, "text": "Two of them are top and bottom and the other two are left and right or start and end. Which one do you prefer to use? Left and right or start and end? Start and end. Why? Who knows why? Because of the language. If you say this is start and this is end", "tokens": [33594, 295, 552, 366, 1192, 293, 2767, 293, 264, 661, 732, 366, 1411, 293, 558, 420, 722, 293, 917, 13, 3013, 472, 360, 291, 4382, 281, 764, 30, 16405, 293, 558, 420, 722, 293, 917, 30, 6481, 293, 917, 13, 1545, 30, 2102, 3255, 983, 30, 1436, 295, 264, 2856, 13, 759, 291, 584, 341, 307, 722, 293, 341, 307, 917], "avg_logprob": -0.3686995934094152, "compression_ratio": 1.6845637583892616, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 119.47, "end": 119.91, "word": "Two", "probability": 0.53271484375}, {"start": 119.91, "end": 120.11, "word": " of", "probability": 0.1986083984375}, {"start": 120.11, "end": 120.11, "word": " them", "probability": 0.775390625}, {"start": 120.11, "end": 120.31, "word": " are", "probability": 0.73193359375}, {"start": 120.31, "end": 120.65, "word": " top", "probability": 0.57373046875}, {"start": 120.65, "end": 120.77, "word": " and", "probability": 0.9384765625}, {"start": 120.77, "end": 121.11, "word": " bottom", "probability": 0.79296875}, {"start": 121.11, "end": 122.27, "word": " and", "probability": 0.370849609375}, {"start": 122.27, "end": 122.51, "word": " the", "probability": 0.46044921875}, {"start": 122.51, "end": 122.91, "word": " other", "probability": 0.64599609375}, {"start": 122.91, "end": 123.03, "word": " two", "probability": 0.884765625}, {"start": 123.03, "end": 123.51, "word": " are", "probability": 0.607421875}, {"start": 123.51, "end": 125.31, "word": " left", "probability": 0.441650390625}, {"start": 125.31, "end": 125.59, "word": " and", "probability": 0.9072265625}, {"start": 125.59, "end": 125.97, "word": " right", "probability": 0.9140625}, {"start": 125.97, "end": 126.45, "word": " or", "probability": 0.67529296875}, {"start": 126.45, "end": 126.91, "word": " start", "probability": 0.93896484375}, {"start": 126.91, "end": 127.07, "word": " and", "probability": 0.94970703125}, {"start": 127.07, "end": 127.27, "word": " end.", "probability": 0.92041015625}, {"start": 127.81, "end": 128.11, "word": " Which", "probability": 0.47021484375}, {"start": 128.11, "end": 128.31, "word": " one", "probability": 0.52001953125}, {"start": 128.31, "end": 128.39, "word": " do", "probability": 0.461669921875}, {"start": 128.39, "end": 128.39, "word": " you", "probability": 0.93505859375}, {"start": 128.39, "end": 128.67, "word": " prefer", "probability": 0.8974609375}, {"start": 128.67, "end": 128.81, "word": " to", "probability": 0.490234375}, {"start": 128.81, "end": 129.15, "word": " use?", "probability": 0.8740234375}, {"start": 129.25, "end": 129.45, "word": " Left", "probability": 0.681640625}, {"start": 129.45, "end": 129.63, "word": " and", "probability": 0.6220703125}, {"start": 129.63, "end": 129.83, "word": " right", "probability": 0.88623046875}, {"start": 129.83, "end": 129.99, "word": " or", "probability": 0.86181640625}, {"start": 129.99, "end": 130.31, "word": " start", "probability": 0.9208984375}, {"start": 130.31, "end": 130.43, "word": " and", "probability": 0.94482421875}, {"start": 130.43, "end": 130.65, "word": " end?", "probability": 0.9208984375}, {"start": 130.85, "end": 131.39, "word": " Start", "probability": 0.455810546875}, {"start": 131.39, "end": 131.95, "word": " and", "probability": 0.93798828125}, {"start": 131.95, "end": 132.15, "word": " end.", "probability": 0.85498046875}, {"start": 132.15, "end": 132.55, "word": " Why?", "probability": 0.6328125}, {"start": 132.89, "end": 133.21, "word": " Who", "probability": 0.325439453125}, {"start": 133.21, "end": 133.45, "word": " knows", "probability": 0.7734375}, {"start": 133.45, "end": 133.79, "word": " why?", "probability": 0.72021484375}, {"start": 134.05, "end": 134.35, "word": " Because", "probability": 0.6923828125}, {"start": 134.35, "end": 134.45, "word": " of", "probability": 0.9521484375}, {"start": 134.45, "end": 134.53, "word": " the", "probability": 0.8583984375}, {"start": 134.53, "end": 134.71, "word": " language.", "probability": 0.72802734375}, {"start": 135.25, "end": 135.45, "word": " If", "probability": 0.92578125}, {"start": 135.45, "end": 135.81, "word": " you", "probability": 0.92822265625}, {"start": 135.81, "end": 136.21, "word": " say", "probability": 0.568359375}, {"start": 136.21, "end": 136.65, "word": " this", "probability": 0.42529296875}, {"start": 136.65, "end": 136.67, "word": " is", "probability": 0.89794921875}, {"start": 136.67, "end": 137.07, "word": " start", "probability": 0.841796875}, {"start": 137.07, "end": 137.21, "word": " and", "probability": 0.91357421875}, {"start": 137.21, "end": 137.39, "word": " this", "probability": 0.921875}, {"start": 137.39, "end": 137.41, "word": " is", "probability": 0.94970703125}, {"start": 137.41, "end": 137.77, "word": " end", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 6, "seek": 16677, "start": 138.51, "end": 166.77, "text": " And the language of the application changed by itself by understanding that this is the start and this is the end. By itself it will change the content of the screen. We will try this. But left and right do not change. Right or wrong? Left is left and right is right. The language does not change. But start and end are different. In Arabic, you say start from the right. Okay? Okay. In order to connect any element, at least you have to connect it from two sides. At least. One from the top and bottom and one from the start and end. Okay? You can't connect them from the sides.", "tokens": [400, 264, 2856, 295, 264, 3861, 3105, 538, 2564, 538, 3701, 300, 341, 307, 264, 722, 293, 341, 307, 264, 917, 13, 3146, 2564, 309, 486, 1319, 264, 2701, 295, 264, 2568, 13, 492, 486, 853, 341, 13, 583, 1411, 293, 558, 360, 406, 1319, 13, 1779, 420, 2085, 30, 16405, 307, 1411, 293, 558, 307, 558, 13, 440, 2856, 775, 406, 1319, 13, 583, 722, 293, 917, 366, 819, 13, 682, 19938, 11, 291, 584, 722, 490, 264, 558, 13, 1033, 30, 1033, 13, 682, 1668, 281, 1745, 604, 4478, 11, 412, 1935, 291, 362, 281, 1745, 309, 490, 732, 4881, 13, 1711, 1935, 13, 1485, 490, 264, 1192, 293, 2767, 293, 472, 490, 264, 722, 293, 917, 13, 1033, 30, 509, 393, 380, 1745, 552, 490, 264, 4881, 13], "avg_logprob": -0.45004736045093247, "compression_ratio": 2.0069204152249136, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 138.51000000000002, "end": 138.83, "word": " And", "probability": 0.300048828125}, {"start": 138.83, "end": 139.15, "word": " the", "probability": 0.55126953125}, {"start": 139.15, "end": 139.31, "word": " language", "probability": 0.278076171875}, {"start": 139.31, "end": 139.43, "word": " of", "probability": 0.72216796875}, {"start": 139.43, "end": 139.55, "word": " the", "probability": 0.7353515625}, {"start": 139.55, "end": 139.91, "word": " application", "probability": 0.63232421875}, {"start": 139.91, "end": 139.91, "word": " changed", "probability": 0.55712890625}, {"start": 139.91, "end": 140.11, "word": " by", "probability": 0.2139892578125}, {"start": 140.11, "end": 140.27, "word": " itself", "probability": 0.62841796875}, {"start": 140.27, "end": 140.39, "word": " by", "probability": 0.110107421875}, {"start": 140.39, "end": 140.61, "word": " understanding", "probability": 0.348388671875}, {"start": 140.61, "end": 140.73, "word": " that", "probability": 0.54638671875}, {"start": 140.73, "end": 140.85, "word": " this", "probability": 0.78955078125}, {"start": 140.85, "end": 140.87, "word": " is", "probability": 0.8525390625}, {"start": 140.87, "end": 140.99, "word": " the", "probability": 0.22607421875}, {"start": 140.99, "end": 141.21, "word": " start", "probability": 0.8291015625}, {"start": 141.21, "end": 141.31, "word": " and", "probability": 0.884765625}, {"start": 141.31, "end": 141.41, "word": " this", "probability": 0.7587890625}, {"start": 141.41, "end": 141.41, "word": " is", "probability": 0.9423828125}, {"start": 141.41, "end": 141.47, "word": " the", "probability": 0.91455078125}, {"start": 141.47, "end": 141.65, "word": " end.", "probability": 0.9072265625}, {"start": 141.73, "end": 141.81, "word": " By", "probability": 0.43896484375}, {"start": 141.81, "end": 141.93, "word": " itself", "probability": 0.68115234375}, {"start": 141.93, "end": 142.07, "word": " it", "probability": 0.4580078125}, {"start": 142.07, "end": 142.09, "word": " will", "probability": 0.6103515625}, {"start": 142.09, "end": 142.27, "word": " change", "probability": 0.330810546875}, {"start": 142.27, "end": 142.43, "word": " the", "probability": 0.57666015625}, {"start": 142.43, "end": 143.55, "word": " content", "probability": 0.309326171875}, {"start": 143.55, "end": 143.79, "word": " of", "probability": 0.2119140625}, {"start": 143.79, "end": 143.79, "word": " the", "probability": 0.908203125}, {"start": 143.79, "end": 143.79, "word": " screen.", "probability": 0.87060546875}, {"start": 143.81, "end": 143.89, "word": " We", "probability": 0.428466796875}, {"start": 143.89, "end": 143.99, "word": " will", "probability": 0.73583984375}, {"start": 143.99, "end": 144.25, "word": " try", "probability": 0.890625}, {"start": 144.25, "end": 144.53, "word": " this.", "probability": 0.5361328125}, {"start": 145.07, "end": 145.39, "word": " But", "probability": 0.921875}, {"start": 145.39, "end": 145.61, "word": " left", "probability": 0.697265625}, {"start": 145.61, "end": 145.75, "word": " and", "probability": 0.94384765625}, {"start": 145.75, "end": 145.91, "word": " right", "probability": 0.9208984375}, {"start": 145.91, "end": 145.99, "word": " do", "probability": 0.369140625}, {"start": 145.99, "end": 145.99, "word": " not", "probability": 0.94287109375}, {"start": 145.99, "end": 146.31, "word": " change.", "probability": 0.87939453125}, {"start": 147.07, "end": 147.33, "word": " Right", "probability": 0.58251953125}, {"start": 147.33, "end": 147.49, "word": " or", "probability": 0.78125}, {"start": 147.49, "end": 147.63, "word": " wrong?", "probability": 0.50439453125}, {"start": 147.97, "end": 148.29, "word": " Left", "probability": 0.7607421875}, {"start": 148.29, "end": 148.45, "word": " is", "probability": 0.5166015625}, {"start": 148.45, "end": 148.65, "word": " left", "probability": 0.92333984375}, {"start": 148.65, "end": 148.81, "word": " and", "probability": 0.75439453125}, {"start": 148.81, "end": 148.97, "word": " right", "probability": 0.9033203125}, {"start": 148.97, "end": 149.11, "word": " is", "probability": 0.935546875}, {"start": 149.11, "end": 149.35, "word": " right.", "probability": 0.9228515625}, {"start": 149.45, "end": 149.63, "word": " The", "probability": 0.168701171875}, {"start": 149.63, "end": 149.63, "word": " language", "probability": 0.654296875}, {"start": 149.63, "end": 149.71, "word": " does", "probability": 0.4345703125}, {"start": 149.71, "end": 149.71, "word": " not", "probability": 0.94140625}, {"start": 149.71, "end": 149.97, "word": " change.", "probability": 0.73583984375}, {"start": 150.65, "end": 150.97, "word": " But", "probability": 0.92041015625}, {"start": 150.97, "end": 151.39, "word": " start", "probability": 0.52783203125}, {"start": 151.39, "end": 151.55, "word": " and", "probability": 0.947265625}, {"start": 151.55, "end": 151.73, "word": " end", "probability": 0.90869140625}, {"start": 151.73, "end": 151.87, "word": " are", "probability": 0.4921875}, {"start": 151.87, "end": 152.03, "word": " different.", "probability": 0.763671875}, {"start": 152.15, "end": 152.21, "word": " In", "probability": 0.90185546875}, {"start": 152.21, "end": 152.51, "word": " Arabic,", "probability": 0.81005859375}, {"start": 152.57, "end": 152.65, "word": " you", "probability": 0.378173828125}, {"start": 152.65, "end": 152.77, "word": " say", "probability": 0.7236328125}, {"start": 152.77, "end": 153.17, "word": " start", "probability": 0.86328125}, {"start": 153.17, "end": 153.43, "word": " from", "probability": 0.75048828125}, {"start": 153.43, "end": 154.03, "word": " the", "probability": 0.5283203125}, {"start": 154.03, "end": 154.19, "word": " right.", "probability": 0.90087890625}, {"start": 154.55, "end": 154.77, "word": " Okay?", "probability": 0.2607421875}, {"start": 154.99, "end": 155.31, "word": " Okay.", "probability": 0.3525390625}, {"start": 155.69, "end": 155.93, "word": " In", "probability": 0.43798828125}, {"start": 155.93, "end": 155.99, "word": " order", "probability": 0.92626953125}, {"start": 155.99, "end": 156.15, "word": " to", "probability": 0.95849609375}, {"start": 156.15, "end": 156.29, "word": " connect", "probability": 0.5859375}, {"start": 156.29, "end": 156.51, "word": " any", "probability": 0.57666015625}, {"start": 156.51, "end": 156.83, "word": " element,", "probability": 0.87744140625}, {"start": 157.07, "end": 157.27, "word": " at", "probability": 0.76171875}, {"start": 157.27, "end": 157.79, "word": " least", "probability": 0.95703125}, {"start": 157.79, "end": 158.31, "word": " you", "probability": 0.7119140625}, {"start": 158.31, "end": 158.47, "word": " have", "probability": 0.367431640625}, {"start": 158.47, "end": 158.59, "word": " to", "probability": 0.97314453125}, {"start": 158.59, "end": 158.71, "word": " connect", "probability": 0.861328125}, {"start": 158.71, "end": 158.87, "word": " it", "probability": 0.38232421875}, {"start": 158.87, "end": 158.89, "word": " from", "probability": 0.69970703125}, {"start": 158.89, "end": 159.05, "word": " two", "probability": 0.724609375}, {"start": 159.05, "end": 159.17, "word": " sides.", "probability": 0.80419921875}, {"start": 159.65, "end": 159.81, "word": " At", "probability": 0.908203125}, {"start": 159.81, "end": 160.23, "word": " least.", "probability": 0.962890625}, {"start": 160.87, "end": 161.19, "word": " One", "probability": 0.9248046875}, {"start": 161.19, "end": 161.45, "word": " from", "probability": 0.681640625}, {"start": 161.45, "end": 161.57, "word": " the", "probability": 0.465087890625}, {"start": 161.57, "end": 161.69, "word": " top", "probability": 0.9287109375}, {"start": 161.69, "end": 161.83, "word": " and", "probability": 0.9443359375}, {"start": 161.83, "end": 162.05, "word": " bottom", "probability": 0.6865234375}, {"start": 162.05, "end": 163.29, "word": " and", "probability": 0.33447265625}, {"start": 163.29, "end": 163.53, "word": " one", "probability": 0.90869140625}, {"start": 163.53, "end": 163.75, "word": " from", "probability": 0.865234375}, {"start": 163.75, "end": 163.83, "word": " the", "probability": 0.6982421875}, {"start": 163.83, "end": 164.05, "word": " start", "probability": 0.93310546875}, {"start": 164.05, "end": 164.21, "word": " and", "probability": 0.94580078125}, {"start": 164.21, "end": 164.45, "word": " end.", "probability": 0.794921875}, {"start": 165.25, "end": 165.55, "word": " Okay?", "probability": 0.7626953125}, {"start": 165.63, "end": 165.75, "word": " You", "probability": 0.4580078125}, {"start": 165.75, "end": 166.05, "word": " can't", "probability": 0.46099853515625}, {"start": 166.05, "end": 166.27, "word": " connect", "probability": 0.81640625}, {"start": 166.27, "end": 166.45, "word": " them", "probability": 0.498779296875}, {"start": 166.45, "end": 166.47, "word": " from", "probability": 0.83837890625}, {"start": 166.47, "end": 166.55, "word": " the", "probability": 0.400634765625}, {"start": 166.55, "end": 166.77, "word": " sides.", "probability": 0.5986328125}], "temperature": 1.0}, {"id": 7, "seek": 19251, "start": 168.63, "end": 192.51, "text": " And you can't connect them from two sides in the same group. You can't connect them from top and bottom only. Or from start to end only. One from top and bottom and one from start to end. Okay? Most of the time, the first element you put on the screen, or the first element you have to put on the screen, you connect it with respect to the end. Okay? For example, I want to connect and put it in this corner. You connect this top", "tokens": [400, 291, 393, 380, 1745, 552, 490, 732, 4881, 294, 264, 912, 1594, 13, 509, 393, 380, 1745, 552, 490, 1192, 293, 2767, 787, 13, 1610, 490, 722, 281, 917, 787, 13, 1485, 490, 1192, 293, 2767, 293, 472, 490, 722, 281, 917, 13, 1033, 30, 4534, 295, 264, 565, 11, 264, 700, 4478, 291, 829, 322, 264, 2568, 11, 420, 264, 700, 4478, 291, 362, 281, 829, 322, 264, 2568, 11, 291, 1745, 309, 365, 3104, 281, 264, 917, 13, 1033, 30, 1171, 1365, 11, 286, 528, 281, 1745, 293, 829, 309, 294, 341, 4538, 13, 509, 1745, 341, 1192], "avg_logprob": -0.45496324172206953, "compression_ratio": 2.037914691943128, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 168.63, "end": 168.99, "word": " And", "probability": 0.127685546875}, {"start": 168.99, "end": 169.13, "word": " you", "probability": 0.35791015625}, {"start": 169.13, "end": 169.47, "word": " can't", "probability": 0.6199951171875}, {"start": 169.47, "end": 169.73, "word": " connect", "probability": 0.54443359375}, {"start": 169.73, "end": 169.91, "word": " them", "probability": 0.300048828125}, {"start": 169.91, "end": 169.95, "word": " from", "probability": 0.580078125}, {"start": 169.95, "end": 170.13, "word": " two", "probability": 0.45703125}, {"start": 170.13, "end": 170.39, "word": " sides", "probability": 0.66455078125}, {"start": 170.39, "end": 173.31, "word": " in", "probability": 0.48974609375}, {"start": 173.31, "end": 173.57, "word": " the", "probability": 0.7822265625}, {"start": 173.57, "end": 173.57, "word": " same", "probability": 0.88525390625}, {"start": 173.57, "end": 173.93, "word": " group.", "probability": 0.53076171875}, {"start": 174.01, "end": 174.11, "word": " You", "probability": 0.435791015625}, {"start": 174.11, "end": 174.37, "word": " can't", "probability": 0.71337890625}, {"start": 174.37, "end": 174.53, "word": " connect", "probability": 0.818359375}, {"start": 174.53, "end": 174.67, "word": " them", "probability": 0.70166015625}, {"start": 174.67, "end": 174.77, "word": " from", "probability": 0.75439453125}, {"start": 174.77, "end": 174.97, "word": " top", "probability": 0.5068359375}, {"start": 174.97, "end": 175.07, "word": " and", "probability": 0.53955078125}, {"start": 175.07, "end": 175.25, "word": " bottom", "probability": 0.8916015625}, {"start": 175.25, "end": 175.57, "word": " only.", "probability": 0.7333984375}, {"start": 176.55, "end": 176.77, "word": " Or", "probability": 0.8876953125}, {"start": 176.77, "end": 176.95, "word": " from", "probability": 0.65283203125}, {"start": 176.95, "end": 177.43, "word": " start", "probability": 0.86669921875}, {"start": 177.43, "end": 177.57, "word": " to", "probability": 0.966796875}, {"start": 177.57, "end": 177.75, "word": " end", "probability": 0.9248046875}, {"start": 177.75, "end": 178.07, "word": " only.", "probability": 0.8701171875}, {"start": 178.49, "end": 178.83, "word": " One", "probability": 0.83544921875}, {"start": 178.83, "end": 179.07, "word": " from", "probability": 0.74951171875}, {"start": 179.07, "end": 179.29, "word": " top", "probability": 0.7412109375}, {"start": 179.29, "end": 179.43, "word": " and", "probability": 0.8564453125}, {"start": 179.43, "end": 179.73, "word": " bottom", "probability": 0.86279296875}, {"start": 179.73, "end": 180.31, "word": " and", "probability": 0.56396484375}, {"start": 180.31, "end": 180.51, "word": " one", "probability": 0.8564453125}, {"start": 180.51, "end": 180.71, "word": " from", "probability": 0.8720703125}, {"start": 180.71, "end": 180.93, "word": " start", "probability": 0.916015625}, {"start": 180.93, "end": 181.09, "word": " to", "probability": 0.92236328125}, {"start": 181.09, "end": 181.31, "word": " end.", "probability": 0.93408203125}, {"start": 181.61, "end": 181.73, "word": " Okay?", "probability": 0.388671875}, {"start": 182.51, "end": 182.87, "word": " Most", "probability": 0.2320556640625}, {"start": 182.87, "end": 182.87, "word": " of", "probability": 0.484375}, {"start": 182.87, "end": 182.91, "word": " the", "probability": 0.8662109375}, {"start": 182.91, "end": 182.91, "word": " time,", "probability": 0.63427734375}, {"start": 183.01, "end": 183.07, "word": " the", "probability": 0.7734375}, {"start": 183.07, "end": 183.17, "word": " first", "probability": 0.8681640625}, {"start": 183.17, "end": 183.45, "word": " element", "probability": 0.50537109375}, {"start": 183.45, "end": 183.65, "word": " you", "probability": 0.2325439453125}, {"start": 183.65, "end": 183.83, "word": " put", "probability": 0.3984375}, {"start": 183.83, "end": 183.93, "word": " on", "probability": 0.92431640625}, {"start": 183.93, "end": 184.05, "word": " the", "probability": 0.72021484375}, {"start": 184.05, "end": 184.31, "word": " screen,", "probability": 0.83056640625}, {"start": 184.37, "end": 184.51, "word": " or", "probability": 0.81787109375}, {"start": 184.51, "end": 184.61, "word": " the", "probability": 0.344482421875}, {"start": 184.61, "end": 185.13, "word": " first", "probability": 0.8388671875}, {"start": 185.13, "end": 185.39, "word": " element", "probability": 0.93310546875}, {"start": 185.39, "end": 185.57, "word": " you", "probability": 0.80517578125}, {"start": 185.57, "end": 185.73, "word": " have", "probability": 0.26904296875}, {"start": 185.73, "end": 185.73, "word": " to", "probability": 0.96533203125}, {"start": 185.73, "end": 185.73, "word": " put", "probability": 0.7841796875}, {"start": 185.73, "end": 185.91, "word": " on", "probability": 0.91162109375}, {"start": 185.91, "end": 185.99, "word": " the", "probability": 0.87744140625}, {"start": 185.99, "end": 186.17, "word": " screen,", "probability": 0.8720703125}, {"start": 186.27, "end": 186.47, "word": " you", "probability": 0.671875}, {"start": 186.47, "end": 186.47, "word": " connect", "probability": 0.7939453125}, {"start": 186.47, "end": 186.65, "word": " it", "probability": 0.57763671875}, {"start": 186.65, "end": 186.67, "word": " with", "probability": 0.271728515625}, {"start": 186.67, "end": 186.87, "word": " respect", "probability": 0.72509765625}, {"start": 186.87, "end": 186.97, "word": " to", "probability": 0.96923828125}, {"start": 186.97, "end": 187.05, "word": " the", "probability": 0.50634765625}, {"start": 187.05, "end": 187.19, "word": " end.", "probability": 0.11773681640625}, {"start": 187.81, "end": 188.09, "word": " Okay?", "probability": 0.625}, {"start": 188.69, "end": 188.97, "word": " For", "probability": 0.9404296875}, {"start": 188.97, "end": 189.09, "word": " example,", "probability": 0.92138671875}, {"start": 189.33, "end": 189.51, "word": " I", "probability": 0.90283203125}, {"start": 189.51, "end": 189.65, "word": " want", "probability": 0.430908203125}, {"start": 189.65, "end": 189.73, "word": " to", "probability": 0.96923828125}, {"start": 189.73, "end": 189.83, "word": " connect", "probability": 0.84326171875}, {"start": 189.83, "end": 189.95, "word": " and", "probability": 0.2310791015625}, {"start": 189.95, "end": 190.11, "word": " put", "probability": 0.59619140625}, {"start": 190.11, "end": 190.19, "word": " it", "probability": 0.82568359375}, {"start": 190.19, "end": 190.23, "word": " in", "probability": 0.751953125}, {"start": 190.23, "end": 190.83, "word": " this", "probability": 0.8828125}, {"start": 190.83, "end": 190.83, "word": " corner.", "probability": 0.57470703125}, {"start": 191.55, "end": 191.73, "word": " You", "probability": 0.74609375}, {"start": 191.73, "end": 191.83, "word": " connect", "probability": 0.828125}, {"start": 191.83, "end": 192.13, "word": " this", "probability": 0.86962890625}, {"start": 192.13, "end": 192.51, "word": " top", "probability": 0.88623046875}], "temperature": 1.0}, {"id": 8, "seek": 21957, "start": 193.73, "end": 219.57, "text": " And the start, since we are English speakers, is related to the start of the parent As I am saying here, the top of the baton is related to the top of the parent And the start of the baton is related to the start of the parent This is the top of the parent and this is the start of the parent And what are these colors here, 60 and 64? Margin I can control it Of course, when you put any baton and connect it", "tokens": [400, 264, 722, 11, 1670, 321, 366, 3669, 9518, 11, 307, 4077, 281, 264, 722, 295, 264, 2596, 1018, 286, 669, 1566, 510, 11, 264, 1192, 295, 264, 7362, 266, 307, 4077, 281, 264, 1192, 295, 264, 2596, 400, 264, 722, 295, 264, 7362, 266, 307, 4077, 281, 264, 722, 295, 264, 2596, 639, 307, 264, 1192, 295, 264, 2596, 293, 341, 307, 264, 722, 295, 264, 2596, 400, 437, 366, 613, 4577, 510, 11, 4060, 293, 12145, 30, 2039, 1494, 286, 393, 1969, 309, 2720, 1164, 11, 562, 291, 829, 604, 7362, 266, 293, 1745, 309], "avg_logprob": -0.3698979664822014, "compression_ratio": 2.1082474226804124, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 193.73000000000002, "end": 194.17000000000002, "word": " And", "probability": 0.21484375}, {"start": 194.17000000000002, "end": 194.61, "word": " the", "probability": 0.483154296875}, {"start": 194.61, "end": 194.97, "word": " start,", "probability": 0.75341796875}, {"start": 195.07, "end": 195.27, "word": " since", "probability": 0.3623046875}, {"start": 195.27, "end": 195.53, "word": " we", "probability": 0.837890625}, {"start": 195.53, "end": 195.53, "word": " are", "probability": 0.362548828125}, {"start": 195.53, "end": 195.81, "word": " English", "probability": 0.61279296875}, {"start": 195.81, "end": 196.01, "word": " speakers,", "probability": 0.264892578125}, {"start": 197.09, "end": 197.33, "word": " is", "probability": 0.2164306640625}, {"start": 197.33, "end": 197.45, "word": " related", "probability": 0.469482421875}, {"start": 197.45, "end": 197.75, "word": " to", "probability": 0.908203125}, {"start": 197.75, "end": 197.93, "word": " the", "probability": 0.67724609375}, {"start": 197.93, "end": 198.63, "word": " start", "probability": 0.416015625}, {"start": 198.63, "end": 198.73, "word": " of", "probability": 0.8857421875}, {"start": 198.73, "end": 198.85, "word": " the", "probability": 0.68408203125}, {"start": 198.85, "end": 199.07, "word": " parent", "probability": 0.79931640625}, {"start": 199.07, "end": 199.69, "word": " As", "probability": 0.199462890625}, {"start": 199.69, "end": 199.85, "word": " I", "probability": 0.71484375}, {"start": 199.85, "end": 199.99, "word": " am", "probability": 0.2384033203125}, {"start": 199.99, "end": 200.11, "word": " saying", "probability": 0.82666015625}, {"start": 200.11, "end": 200.49, "word": " here,", "probability": 0.7744140625}, {"start": 200.93, "end": 201.11, "word": " the", "probability": 0.544921875}, {"start": 201.11, "end": 201.35, "word": " top", "probability": 0.8779296875}, {"start": 201.35, "end": 201.51, "word": " of", "probability": 0.88330078125}, {"start": 201.51, "end": 201.61, "word": " the", "probability": 0.8974609375}, {"start": 201.61, "end": 201.87, "word": " baton", "probability": 0.625}, {"start": 201.87, "end": 202.05, "word": " is", "probability": 0.85986328125}, {"start": 202.05, "end": 202.17, "word": " related", "probability": 0.7392578125}, {"start": 202.17, "end": 202.41, "word": " to", "probability": 0.896484375}, {"start": 202.41, "end": 202.55, "word": " the", "probability": 0.904296875}, {"start": 202.55, "end": 202.83, "word": " top", "probability": 0.83056640625}, {"start": 202.83, "end": 203.39, "word": " of", "probability": 0.943359375}, {"start": 203.39, "end": 203.49, "word": " the", "probability": 0.90478515625}, {"start": 203.49, "end": 203.73, "word": " parent", "probability": 0.91455078125}, {"start": 203.73, "end": 204.23, "word": " And", "probability": 0.56396484375}, {"start": 204.23, "end": 204.35, "word": " the", "probability": 0.90673828125}, {"start": 204.35, "end": 204.61, "word": " start", "probability": 0.9296875}, {"start": 204.61, "end": 204.79, "word": " of", "probability": 0.93408203125}, {"start": 204.79, "end": 204.83, "word": " the", "probability": 0.923828125}, {"start": 204.83, "end": 205.05, "word": " baton", "probability": 0.9501953125}, {"start": 205.05, "end": 205.19, "word": " is", "probability": 0.92333984375}, {"start": 205.19, "end": 205.29, "word": " related", "probability": 0.93505859375}, {"start": 205.29, "end": 205.53, "word": " to", "probability": 0.94873046875}, {"start": 205.53, "end": 205.65, "word": " the", "probability": 0.92041015625}, {"start": 205.65, "end": 206.11, "word": " start", "probability": 0.9267578125}, {"start": 206.11, "end": 206.83, "word": " of", "probability": 0.96484375}, {"start": 206.83, "end": 206.95, "word": " the", "probability": 0.90966796875}, {"start": 206.95, "end": 207.17, "word": " parent", "probability": 0.9287109375}, {"start": 207.17, "end": 207.41, "word": " This", "probability": 0.42822265625}, {"start": 207.41, "end": 207.53, "word": " is", "probability": 0.8251953125}, {"start": 207.53, "end": 207.59, "word": " the", "probability": 0.8505859375}, {"start": 207.59, "end": 207.73, "word": " top", "probability": 0.87255859375}, {"start": 207.73, "end": 207.87, "word": " of", "probability": 0.88134765625}, {"start": 207.87, "end": 207.99, "word": " the", "probability": 0.90771484375}, {"start": 207.99, "end": 208.19, "word": " parent", "probability": 0.9453125}, {"start": 208.19, "end": 208.33, "word": " and", "probability": 0.62255859375}, {"start": 208.33, "end": 208.43, "word": " this", "probability": 0.8935546875}, {"start": 208.43, "end": 208.45, "word": " is", "probability": 0.93359375}, {"start": 208.45, "end": 208.55, "word": " the", "probability": 0.9111328125}, {"start": 208.55, "end": 208.83, "word": " start", "probability": 0.90380859375}, {"start": 208.83, "end": 208.97, "word": " of", "probability": 0.9609375}, {"start": 208.97, "end": 209.09, "word": " the", "probability": 0.91259765625}, {"start": 209.09, "end": 209.31, "word": " parent", "probability": 0.93505859375}, {"start": 209.31, "end": 210.03, "word": " And", "probability": 0.6591796875}, {"start": 210.03, "end": 210.27, "word": " what", "probability": 0.54736328125}, {"start": 210.27, "end": 210.27, "word": " are", "probability": 0.64892578125}, {"start": 210.27, "end": 210.27, "word": " these", "probability": 0.7509765625}, {"start": 210.27, "end": 210.79, "word": " colors", "probability": 0.6171875}, {"start": 210.79, "end": 211.23, "word": " here,", "probability": 0.57275390625}, {"start": 211.33, "end": 211.63, "word": " 60", "probability": 0.4482421875}, {"start": 211.63, "end": 211.75, "word": " and", "probability": 0.7158203125}, {"start": 211.75, "end": 212.01, "word": " 64?", "probability": 0.97314453125}, {"start": 212.93, "end": 213.37, "word": " Margin", "probability": 0.858154296875}, {"start": 213.37, "end": 213.97, "word": " I", "probability": 0.1676025390625}, {"start": 213.97, "end": 214.33, "word": " can", "probability": 0.91796875}, {"start": 214.33, "end": 215.05, "word": " control", "probability": 0.61767578125}, {"start": 215.05, "end": 215.39, "word": " it", "probability": 0.343017578125}, {"start": 215.39, "end": 216.09, "word": " Of", "probability": 0.6884765625}, {"start": 216.09, "end": 216.31, "word": " course,", "probability": 0.95556640625}, {"start": 217.35, "end": 217.57, "word": " when", "probability": 0.83837890625}, {"start": 217.57, "end": 217.69, "word": " you", "probability": 0.9599609375}, {"start": 217.69, "end": 217.89, "word": " put", "probability": 0.658203125}, {"start": 217.89, "end": 218.07, "word": " any", "probability": 0.66064453125}, {"start": 218.07, "end": 218.45, "word": " baton", "probability": 0.962890625}, {"start": 218.45, "end": 218.97, "word": " and", "probability": 0.81591796875}, {"start": 218.97, "end": 219.19, "word": " connect", "probability": 0.54052734375}, {"start": 219.19, "end": 219.57, "word": " it", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 9, "seek": 24618, "start": 224.86, "end": 246.18, "text": "For example, if you change the margin to 16, every time you add an element, it will have a margin of 16. Now, this is the first element you added to the screen. Let's leave the first element in the middle of the screen above.", "tokens": [12587, 1365, 11, 498, 291, 1319, 264, 10270, 281, 3165, 11, 633, 565, 291, 909, 364, 4478, 11, 309, 486, 362, 257, 10270, 295, 3165, 13, 823, 11, 341, 307, 264, 700, 4478, 291, 3869, 281, 264, 2568, 13, 961, 311, 1856, 264, 700, 4478, 294, 264, 2808, 295, 264, 2568, 3673, 13], "avg_logprob": -0.5784143341912164, "compression_ratio": 1.5410958904109588, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 224.86, "end": 225.1, "word": "For", "probability": 0.1190185546875}, {"start": 225.1, "end": 225.42, "word": " example,", "probability": 0.6240234375}, {"start": 225.94, "end": 226.42, "word": " if", "probability": 0.1981201171875}, {"start": 226.42, "end": 231.6, "word": " you", "probability": 0.56396484375}, {"start": 231.6, "end": 231.94, "word": " change", "probability": 0.47607421875}, {"start": 231.94, "end": 232.06, "word": " the", "probability": 0.52392578125}, {"start": 232.06, "end": 232.5, "word": " margin", "probability": 0.1715087890625}, {"start": 232.5, "end": 232.7, "word": " to", "probability": 0.31787109375}, {"start": 232.7, "end": 233.14, "word": " 16,", "probability": 0.71240234375}, {"start": 233.4, "end": 233.8, "word": " every", "probability": 0.158447265625}, {"start": 233.8, "end": 234.0, "word": " time", "probability": 0.7197265625}, {"start": 234.0, "end": 234.0, "word": " you", "probability": 0.89306640625}, {"start": 234.0, "end": 234.12, "word": " add", "probability": 0.73974609375}, {"start": 234.12, "end": 234.22, "word": " an", "probability": 0.451904296875}, {"start": 234.22, "end": 234.48, "word": " element,", "probability": 0.81640625}, {"start": 234.92, "end": 235.12, "word": " it", "probability": 0.278076171875}, {"start": 235.12, "end": 235.14, "word": " will", "probability": 0.399658203125}, {"start": 235.14, "end": 235.3, "word": " have", "probability": 0.1650390625}, {"start": 235.3, "end": 235.46, "word": " a", "probability": 0.7060546875}, {"start": 235.46, "end": 235.66, "word": " margin", "probability": 0.7841796875}, {"start": 235.66, "end": 236.0, "word": " of", "probability": 0.7568359375}, {"start": 236.0, "end": 236.56, "word": " 16.", "probability": 0.95361328125}, {"start": 237.88, "end": 238.36, "word": " Now,", "probability": 0.33935546875}, {"start": 239.28, "end": 239.7, "word": " this", "probability": 0.5791015625}, {"start": 239.7, "end": 239.72, "word": " is", "probability": 0.888671875}, {"start": 239.72, "end": 239.98, "word": " the", "probability": 0.90673828125}, {"start": 239.98, "end": 239.98, "word": " first", "probability": 0.8671875}, {"start": 239.98, "end": 240.2, "word": " element", "probability": 0.94384765625}, {"start": 240.2, "end": 240.4, "word": " you", "probability": 0.380126953125}, {"start": 240.4, "end": 240.62, "word": " added", "probability": 0.63818359375}, {"start": 240.62, "end": 240.78, "word": " to", "probability": 0.64697265625}, {"start": 240.78, "end": 240.84, "word": " the", "probability": 0.888671875}, {"start": 240.84, "end": 241.02, "word": " screen.", "probability": 0.77783203125}, {"start": 241.12, "end": 241.36, "word": " Let's", "probability": 0.6307373046875}, {"start": 241.36, "end": 241.92, "word": " leave", "probability": 0.5673828125}, {"start": 241.92, "end": 242.08, "word": " the", "probability": 0.5400390625}, {"start": 242.08, "end": 242.18, "word": " first", "probability": 0.79296875}, {"start": 242.18, "end": 242.58, "word": " element", "probability": 0.9541015625}, {"start": 242.58, "end": 243.8, "word": " in", "probability": 0.37109375}, {"start": 243.8, "end": 244.98, "word": " the", "probability": 0.912109375}, {"start": 244.98, "end": 245.5, "word": " middle", "probability": 0.88671875}, {"start": 245.5, "end": 245.66, "word": " of", "probability": 0.916015625}, {"start": 245.66, "end": 245.74, "word": " the", "probability": 0.91748046875}, {"start": 245.74, "end": 245.92, "word": " screen", "probability": 0.82958984375}, {"start": 245.92, "end": 246.18, "word": " above.", "probability": 0.5966796875}], "temperature": 1.0}, {"id": 10, "seek": 27298, "start": 246.96, "end": 272.98, "text": " You put the element in the middle of the top of the screen. The first person to put it in the top of the screen will win the top prize. Now you either have to put it in the middle of the screen or you have to put it from both sides. From here and from the other side as well. Okay? Of course in this case, the first person to put it in the middle of the screen will win.", "tokens": [509, 829, 264, 4478, 294, 264, 2808, 295, 264, 1192, 295, 264, 2568, 13, 440, 700, 954, 281, 829, 309, 294, 264, 1192, 295, 264, 2568, 486, 1942, 264, 1192, 12818, 13, 823, 291, 2139, 362, 281, 829, 309, 294, 264, 2808, 295, 264, 2568, 420, 291, 362, 281, 829, 309, 490, 1293, 4881, 13, 3358, 510, 293, 490, 264, 661, 1252, 382, 731, 13, 1033, 30, 2720, 1164, 294, 341, 1389, 11, 264, 700, 954, 281, 829, 309, 294, 264, 2808, 295, 264, 2568, 486, 1942, 13], "avg_logprob": -0.5863763830634985, "compression_ratio": 2.0726256983240225, "no_speech_prob": 0.0, "words": [{"start": 246.96, "end": 247.2, "word": " You", "probability": 0.1513671875}, {"start": 247.2, "end": 247.42, "word": " put", "probability": 0.42724609375}, {"start": 247.42, "end": 247.56, "word": " the", "probability": 0.66845703125}, {"start": 247.56, "end": 247.82, "word": " element", "probability": 0.5458984375}, {"start": 247.82, "end": 248.62, "word": " in", "probability": 0.17578125}, {"start": 248.62, "end": 249.36, "word": " the", "probability": 0.72216796875}, {"start": 249.36, "end": 249.54, "word": " middle", "probability": 0.74560546875}, {"start": 249.54, "end": 249.64, "word": " of", "probability": 0.8994140625}, {"start": 249.64, "end": 249.72, "word": " the", "probability": 0.8681640625}, {"start": 249.72, "end": 249.92, "word": " top", "probability": 0.1790771484375}, {"start": 249.92, "end": 249.98, "word": " of", "probability": 0.3828125}, {"start": 249.98, "end": 249.98, "word": " the", "probability": 0.82763671875}, {"start": 249.98, "end": 249.98, "word": " screen.", "probability": 0.67333984375}, {"start": 250.28, "end": 250.46, "word": " The", "probability": 0.290771484375}, {"start": 250.46, "end": 250.54, "word": " first", "probability": 0.75634765625}, {"start": 250.54, "end": 250.76, "word": " person", "probability": 0.437255859375}, {"start": 250.76, "end": 250.84, "word": " to", "probability": 0.467041015625}, {"start": 250.84, "end": 251.0, "word": " put", "probability": 0.19482421875}, {"start": 251.0, "end": 251.12, "word": " it", "probability": 0.6650390625}, {"start": 251.12, "end": 251.42, "word": " in", "probability": 0.232666015625}, {"start": 251.42, "end": 251.58, "word": " the", "probability": 0.72265625}, {"start": 251.58, "end": 251.58, "word": " top", "probability": 0.71923828125}, {"start": 251.58, "end": 252.0, "word": " of", "probability": 0.253173828125}, {"start": 252.0, "end": 252.0, "word": " the", "probability": 0.8974609375}, {"start": 252.0, "end": 252.0, "word": " screen", "probability": 0.78173828125}, {"start": 252.0, "end": 252.18, "word": " will", "probability": 0.27099609375}, {"start": 252.18, "end": 252.5, "word": " win", "probability": 0.262451171875}, {"start": 252.5, "end": 253.72, "word": " the", "probability": 0.384033203125}, {"start": 253.72, "end": 253.9, "word": " top", "probability": 0.1290283203125}, {"start": 253.9, "end": 254.1, "word": " prize.", "probability": 0.60107421875}, {"start": 255.22, "end": 255.62, "word": " Now", "probability": 0.6064453125}, {"start": 255.62, "end": 255.94, "word": " you", "probability": 0.33740234375}, {"start": 255.94, "end": 256.06, "word": " either", "probability": 0.38818359375}, {"start": 256.06, "end": 256.2, "word": " have", "probability": 0.33154296875}, {"start": 256.2, "end": 256.2, "word": " to", "probability": 0.80810546875}, {"start": 256.2, "end": 256.2, "word": " put", "probability": 0.5478515625}, {"start": 256.2, "end": 256.2, "word": " it", "probability": 0.77587890625}, {"start": 256.2, "end": 256.28, "word": " in", "probability": 0.85400390625}, {"start": 256.28, "end": 256.28, "word": " the", "probability": 0.90087890625}, {"start": 256.28, "end": 256.46, "word": " middle", "probability": 0.93994140625}, {"start": 256.46, "end": 256.52, "word": " of", "probability": 0.92578125}, {"start": 256.52, "end": 256.6, "word": " the", "probability": 0.92138671875}, {"start": 256.6, "end": 256.98, "word": " screen", "probability": 0.818359375}, {"start": 256.98, "end": 257.84, "word": " or", "probability": 0.59423828125}, {"start": 257.84, "end": 257.84, "word": " you", "probability": 0.394287109375}, {"start": 257.84, "end": 258.22, "word": " have", "probability": 0.77587890625}, {"start": 258.22, "end": 258.36, "word": " to", "probability": 0.96826171875}, {"start": 258.36, "end": 258.58, "word": " put", "probability": 0.483642578125}, {"start": 258.58, "end": 258.7, "word": " it", "probability": 0.88720703125}, {"start": 258.7, "end": 258.84, "word": " from", "probability": 0.282470703125}, {"start": 258.84, "end": 259.4, "word": " both", "probability": 0.68798828125}, {"start": 259.4, "end": 259.4, "word": " sides.", "probability": 0.86376953125}, {"start": 259.44, "end": 259.52, "word": " From", "probability": 0.462158203125}, {"start": 259.52, "end": 259.8, "word": " here", "probability": 0.446533203125}, {"start": 259.8, "end": 261.02, "word": " and", "probability": 0.7802734375}, {"start": 261.02, "end": 261.2, "word": " from", "probability": 0.6435546875}, {"start": 261.2, "end": 261.3, "word": " the", "probability": 0.74169921875}, {"start": 261.3, "end": 261.3, "word": " other", "probability": 0.8173828125}, {"start": 261.3, "end": 261.7, "word": " side", "probability": 0.86767578125}, {"start": 261.7, "end": 262.12, "word": " as", "probability": 0.417724609375}, {"start": 262.12, "end": 265.3, "word": " well.", "probability": 0.94677734375}, {"start": 268.86, "end": 269.26, "word": " Okay?", "probability": 0.250732421875}, {"start": 269.68, "end": 270.02, "word": " Of", "probability": 0.304931640625}, {"start": 270.02, "end": 270.02, "word": " course", "probability": 0.94775390625}, {"start": 270.02, "end": 270.06, "word": " in", "probability": 0.2734375}, {"start": 270.06, "end": 270.22, "word": " this", "probability": 0.3935546875}, {"start": 270.22, "end": 270.48, "word": " case,", "probability": 0.84765625}, {"start": 270.98, "end": 271.18, "word": " the", "probability": 0.3349609375}, {"start": 271.18, "end": 271.18, "word": " first", "probability": 0.74658203125}, {"start": 271.18, "end": 271.36, "word": " person", "probability": 0.75244140625}, {"start": 271.36, "end": 271.72, "word": " to", "probability": 0.58544921875}, {"start": 271.72, "end": 271.96, "word": " put", "probability": 0.422119140625}, {"start": 271.96, "end": 272.1, "word": " it", "probability": 0.74169921875}, {"start": 272.1, "end": 272.16, "word": " in", "probability": 0.6474609375}, {"start": 272.16, "end": 272.3, "word": " the", "probability": 0.87890625}, {"start": 272.3, "end": 272.4, "word": " middle", "probability": 0.9619140625}, {"start": 272.4, "end": 272.4, "word": " of", "probability": 0.95947265625}, {"start": 272.4, "end": 272.4, "word": " the", "probability": 0.9228515625}, {"start": 272.4, "end": 272.74, "word": " screen", "probability": 0.8701171875}, {"start": 272.74, "end": 272.92, "word": " will", "probability": 0.58154296875}, {"start": 272.92, "end": 272.98, "word": " win.", "probability": 0.88427734375}], "temperature": 1.0}, {"id": 11, "seek": 30063, "start": 277.05, "end": 300.63, "text": " Okay? You have to put it in the middle of the whole screen. Connect from the four sides. Okay? The other thing is when you connect the element from both sides, it brings you something here. Do you see this? The 50. What is 50 here? It means that if you connect it from both sides, it will slide in the middle of the screen. Because you can connect it from both sides, but you leave it", "tokens": [1033, 30, 509, 362, 281, 829, 309, 294, 264, 2808, 295, 264, 1379, 2568, 13, 11653, 490, 264, 1451, 4881, 13, 1033, 30, 440, 661, 551, 307, 562, 291, 1745, 264, 4478, 490, 1293, 4881, 11, 309, 5607, 291, 746, 510, 13, 1144, 291, 536, 341, 30, 440, 2625, 13, 708, 307, 2625, 510, 30, 467, 1355, 300, 498, 291, 1745, 309, 490, 1293, 4881, 11, 309, 486, 4137, 294, 264, 2808, 295, 264, 2568, 13, 1436, 291, 393, 1745, 309, 490, 1293, 4881, 11, 457, 291, 1856, 309], "avg_logprob": -0.4972222215599484, "compression_ratio": 1.8599033816425121, "no_speech_prob": 2.0384788513183594e-05, "words": [{"start": 277.05, "end": 277.47, "word": " Okay?", "probability": 0.08709716796875}, {"start": 278.71, "end": 279.01, "word": " You", "probability": 0.724609375}, {"start": 279.01, "end": 279.15, "word": " have", "probability": 0.275146484375}, {"start": 279.15, "end": 279.27, "word": " to", "probability": 0.96435546875}, {"start": 279.27, "end": 279.51, "word": " put", "probability": 0.5146484375}, {"start": 279.51, "end": 279.59, "word": " it", "probability": 0.763671875}, {"start": 279.59, "end": 279.69, "word": " in", "probability": 0.72021484375}, {"start": 279.69, "end": 279.71, "word": " the", "probability": 0.857421875}, {"start": 279.71, "end": 279.89, "word": " middle", "probability": 0.77978515625}, {"start": 279.89, "end": 280.05, "word": " of", "probability": 0.947265625}, {"start": 280.05, "end": 280.45, "word": " the", "probability": 0.87353515625}, {"start": 280.45, "end": 280.93, "word": " whole", "probability": 0.387451171875}, {"start": 280.93, "end": 280.93, "word": " screen.", "probability": 0.82666015625}, {"start": 281.99, "end": 282.41, "word": " Connect", "probability": 0.257080078125}, {"start": 282.41, "end": 282.63, "word": " from", "probability": 0.2496337890625}, {"start": 282.63, "end": 282.71, "word": " the", "probability": 0.30908203125}, {"start": 282.71, "end": 282.91, "word": " four", "probability": 0.6650390625}, {"start": 282.91, "end": 283.29, "word": " sides.", "probability": 0.73828125}, {"start": 283.73, "end": 283.91, "word": " Okay?", "probability": 0.650390625}, {"start": 285.71, "end": 285.95, "word": " The", "probability": 0.67333984375}, {"start": 285.95, "end": 285.99, "word": " other", "probability": 0.404541015625}, {"start": 285.99, "end": 286.35, "word": " thing", "probability": 0.865234375}, {"start": 286.35, "end": 286.79, "word": " is", "probability": 0.5341796875}, {"start": 286.79, "end": 287.03, "word": " when", "probability": 0.435791015625}, {"start": 287.03, "end": 287.31, "word": " you", "probability": 0.95556640625}, {"start": 287.31, "end": 287.53, "word": " connect", "probability": 0.8681640625}, {"start": 287.53, "end": 287.67, "word": " the", "probability": 0.45166015625}, {"start": 287.67, "end": 287.85, "word": " element", "probability": 0.486083984375}, {"start": 287.85, "end": 288.05, "word": " from", "probability": 0.82568359375}, {"start": 288.05, "end": 288.55, "word": " both", "probability": 0.6943359375}, {"start": 288.55, "end": 288.55, "word": " sides,", "probability": 0.888671875}, {"start": 289.29, "end": 289.95, "word": " it", "probability": 0.6943359375}, {"start": 289.95, "end": 290.11, "word": " brings", "probability": 0.38330078125}, {"start": 290.11, "end": 290.27, "word": " you", "probability": 0.60302734375}, {"start": 290.27, "end": 290.49, "word": " something", "probability": 0.685546875}, {"start": 290.49, "end": 290.67, "word": " here.", "probability": 0.432861328125}, {"start": 290.71, "end": 290.77, "word": " Do", "probability": 0.30712890625}, {"start": 290.77, "end": 290.77, "word": " you", "probability": 0.96630859375}, {"start": 290.77, "end": 291.01, "word": " see", "probability": 0.92529296875}, {"start": 291.01, "end": 291.29, "word": " this?", "probability": 0.75634765625}, {"start": 291.39, "end": 291.51, "word": " The", "probability": 0.34619140625}, {"start": 291.51, "end": 291.83, "word": " 50.", "probability": 0.63818359375}, {"start": 292.49, "end": 292.77, "word": " What", "probability": 0.81591796875}, {"start": 292.77, "end": 292.83, "word": " is", "probability": 0.77490234375}, {"start": 292.83, "end": 293.11, "word": " 50", "probability": 0.497802734375}, {"start": 293.11, "end": 293.33, "word": " here?", "probability": 0.5908203125}, {"start": 293.61, "end": 294.03, "word": " It", "probability": 0.2188720703125}, {"start": 294.03, "end": 294.03, "word": " means", "probability": 0.76416015625}, {"start": 294.03, "end": 294.11, "word": " that", "probability": 0.54931640625}, {"start": 294.11, "end": 294.19, "word": " if", "probability": 0.405029296875}, {"start": 294.19, "end": 294.39, "word": " you", "probability": 0.9072265625}, {"start": 294.39, "end": 294.57, "word": " connect", "probability": 0.81884765625}, {"start": 294.57, "end": 294.71, "word": " it", "probability": 0.487060546875}, {"start": 294.71, "end": 294.71, "word": " from", "probability": 0.8017578125}, {"start": 294.71, "end": 295.11, "word": " both", "probability": 0.83349609375}, {"start": 295.11, "end": 295.11, "word": " sides,", "probability": 0.8857421875}, {"start": 295.47, "end": 295.67, "word": " it", "probability": 0.5107421875}, {"start": 295.67, "end": 296.43, "word": " will", "probability": 0.33984375}, {"start": 296.43, "end": 296.63, "word": " slide", "probability": 0.11822509765625}, {"start": 296.63, "end": 296.79, "word": " in", "probability": 0.71337890625}, {"start": 296.79, "end": 296.89, "word": " the", "probability": 0.85400390625}, {"start": 296.89, "end": 297.05, "word": " middle", "probability": 0.9287109375}, {"start": 297.05, "end": 297.29, "word": " of", "probability": 0.6650390625}, {"start": 297.29, "end": 297.33, "word": " the", "probability": 0.92041015625}, {"start": 297.33, "end": 297.63, "word": " screen.", "probability": 0.89697265625}, {"start": 298.11, "end": 298.27, "word": " Because", "probability": 0.399658203125}, {"start": 298.27, "end": 298.51, "word": " you", "probability": 0.9189453125}, {"start": 298.51, "end": 298.77, "word": " can", "probability": 0.8515625}, {"start": 298.77, "end": 299.25, "word": " connect", "probability": 0.8427734375}, {"start": 299.25, "end": 299.37, "word": " it", "probability": 0.6259765625}, {"start": 299.37, "end": 299.39, "word": " from", "probability": 0.8564453125}, {"start": 299.39, "end": 299.71, "word": " both", "probability": 0.88671875}, {"start": 299.71, "end": 299.71, "word": " sides,", "probability": 0.89453125}, {"start": 299.81, "end": 299.91, "word": " but", "probability": 0.87451171875}, {"start": 299.91, "end": 300.07, "word": " you", "probability": 0.74755859375}, {"start": 300.07, "end": 300.25, "word": " leave", "probability": 0.48095703125}, {"start": 300.25, "end": 300.63, "word": " it", "probability": 0.7841796875}], "temperature": 1.0}, {"id": 12, "seek": 32187, "start": 302.39, "end": 321.87, "text": " For example, when I put 30, it means that the distance from here to here is 30% of the screen and from here to the end is 70%. This is called the bias. Okay, another thing, what is the size of the button?", "tokens": [1171, 1365, 11, 562, 286, 829, 2217, 11, 309, 1355, 300, 264, 4560, 490, 510, 281, 510, 307, 2217, 4, 295, 264, 2568, 293, 490, 510, 281, 264, 917, 307, 5285, 6856, 639, 307, 1219, 264, 12577, 13, 1033, 11, 1071, 551, 11, 437, 307, 264, 2744, 295, 264, 2960, 30], "avg_logprob": -0.40685095007602984, "compression_ratio": 1.3666666666666667, "no_speech_prob": 0.0, "words": [{"start": 302.39, "end": 302.83, "word": " For", "probability": 0.214111328125}, {"start": 302.83, "end": 303.05, "word": " example,", "probability": 0.9130859375}, {"start": 303.41, "end": 303.63, "word": " when", "probability": 0.36083984375}, {"start": 303.63, "end": 303.77, "word": " I", "probability": 0.8916015625}, {"start": 303.77, "end": 303.93, "word": " put", "probability": 0.481689453125}, {"start": 303.93, "end": 304.39, "word": " 30,", "probability": 0.82275390625}, {"start": 304.63, "end": 304.89, "word": " it", "probability": 0.2479248046875}, {"start": 304.89, "end": 305.05, "word": " means", "probability": 0.8681640625}, {"start": 305.05, "end": 305.19, "word": " that", "probability": 0.66162109375}, {"start": 305.19, "end": 305.25, "word": " the", "probability": 0.73046875}, {"start": 305.25, "end": 305.53, "word": " distance", "probability": 0.8740234375}, {"start": 305.53, "end": 305.75, "word": " from", "probability": 0.62451171875}, {"start": 305.75, "end": 305.99, "word": " here", "probability": 0.666015625}, {"start": 305.99, "end": 306.15, "word": " to", "probability": 0.9638671875}, {"start": 306.15, "end": 306.45, "word": " here", "probability": 0.64013671875}, {"start": 306.45, "end": 306.59, "word": " is", "probability": 0.8818359375}, {"start": 306.59, "end": 306.87, "word": " 30", "probability": 0.95556640625}, {"start": 306.87, "end": 307.21, "word": "%", "probability": 0.84326171875}, {"start": 307.21, "end": 307.43, "word": " of", "probability": 0.66796875}, {"start": 307.43, "end": 307.53, "word": " the", "probability": 0.9091796875}, {"start": 307.53, "end": 307.79, "word": " screen", "probability": 0.87060546875}, {"start": 307.79, "end": 308.39, "word": " and", "probability": 0.46142578125}, {"start": 308.39, "end": 308.53, "word": " from", "probability": 0.8388671875}, {"start": 308.53, "end": 308.67, "word": " here", "probability": 0.8369140625}, {"start": 308.67, "end": 308.79, "word": " to", "probability": 0.96826171875}, {"start": 308.79, "end": 308.97, "word": " the", "probability": 0.7998046875}, {"start": 308.97, "end": 309.17, "word": " end", "probability": 0.53466796875}, {"start": 309.17, "end": 309.35, "word": " is", "probability": 0.7060546875}, {"start": 309.35, "end": 310.39, "word": " 70%.", "probability": 0.760986328125}, {"start": 310.39, "end": 310.53, "word": " This", "probability": 0.6923828125}, {"start": 310.53, "end": 310.61, "word": " is", "probability": 0.892578125}, {"start": 310.61, "end": 310.85, "word": " called", "probability": 0.8095703125}, {"start": 310.85, "end": 310.93, "word": " the", "probability": 0.27099609375}, {"start": 310.93, "end": 311.23, "word": " bias.", "probability": 0.69580078125}, {"start": 315.37, "end": 315.81, "word": " Okay,", "probability": 0.1170654296875}, {"start": 320.23, "end": 320.47, "word": " another", "probability": 0.4814453125}, {"start": 320.47, "end": 320.75, "word": " thing,", "probability": 0.796875}, {"start": 321.03, "end": 321.23, "word": " what", "probability": 0.85498046875}, {"start": 321.23, "end": 321.31, "word": " is", "probability": 0.88916015625}, {"start": 321.31, "end": 321.31, "word": " the", "probability": 0.91357421875}, {"start": 321.31, "end": 321.45, "word": " size", "probability": 0.53173828125}, {"start": 321.45, "end": 321.63, "word": " of", "probability": 0.97216796875}, {"start": 321.63, "end": 321.67, "word": " the", "probability": 0.9130859375}, {"start": 321.67, "end": 321.87, "word": " button?", "probability": 0.7998046875}], "temperature": 1.0}, {"id": 13, "seek": 35320, "start": 324.44, "end": 353.2, "text": " Wrapped Content Because of this, I will add the content that it is in If you drag it from both sides If you drag it from both sides And you put the size 0db What will it do? It will drag itself to the other one Without putting match parent As long as I drag it from both sides And I put 0db, it will drag itself to the other one Okay? Is it clear how this works? Okay, based on this talk, let's see if I want to put four buttons", "tokens": [343, 424, 3320, 30078, 1436, 295, 341, 11, 286, 486, 909, 264, 2701, 300, 309, 307, 294, 759, 291, 5286, 309, 490, 1293, 4881, 759, 291, 5286, 309, 490, 1293, 4881, 400, 291, 829, 264, 2744, 1958, 67, 65, 708, 486, 309, 360, 30, 467, 486, 5286, 2564, 281, 264, 661, 472, 9129, 3372, 2995, 2596, 1018, 938, 382, 286, 5286, 309, 490, 1293, 4881, 400, 286, 829, 1958, 67, 65, 11, 309, 486, 5286, 2564, 281, 264, 661, 472, 1033, 30, 1119, 309, 1850, 577, 341, 1985, 30, 1033, 11, 2361, 322, 341, 751, 11, 718, 311, 536, 498, 286, 528, 281, 829, 1451, 9905], "avg_logprob": -0.5534462895348807, "compression_ratio": 1.8982300884955752, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 324.44, "end": 324.76, "word": " Wrapped", "probability": 0.4926249186197917}, {"start": 324.76, "end": 325.1, "word": " Content", "probability": 0.58447265625}, {"start": 325.1, "end": 325.34, "word": " Because", "probability": 0.189453125}, {"start": 325.34, "end": 325.5, "word": " of", "probability": 0.52392578125}, {"start": 325.5, "end": 325.54, "word": " this,", "probability": 0.32958984375}, {"start": 325.66, "end": 325.66, "word": " I", "probability": 0.253662109375}, {"start": 325.66, "end": 325.82, "word": " will", "probability": 0.145751953125}, {"start": 325.82, "end": 325.96, "word": " add", "probability": 0.1624755859375}, {"start": 325.96, "end": 326.08, "word": " the", "probability": 0.56884765625}, {"start": 326.08, "end": 326.34, "word": " content", "probability": 0.76953125}, {"start": 326.34, "end": 326.48, "word": " that", "probability": 0.3134765625}, {"start": 326.48, "end": 326.54, "word": " it", "probability": 0.29296875}, {"start": 326.54, "end": 326.6, "word": " is", "probability": 0.4150390625}, {"start": 326.6, "end": 326.82, "word": " in", "probability": 0.5576171875}, {"start": 326.82, "end": 327.66, "word": " If", "probability": 0.7294921875}, {"start": 327.66, "end": 327.96, "word": " you", "probability": 0.67431640625}, {"start": 327.96, "end": 328.22, "word": " drag", "probability": 0.2025146484375}, {"start": 328.22, "end": 328.34, "word": " it", "probability": 0.416015625}, {"start": 328.34, "end": 328.4, "word": " from", "probability": 0.70068359375}, {"start": 328.4, "end": 328.82, "word": " both", "probability": 0.68408203125}, {"start": 328.82, "end": 328.82, "word": " sides", "probability": 0.853515625}, {"start": 328.82, "end": 329.52, "word": " If", "probability": 0.58935546875}, {"start": 329.52, "end": 329.74, "word": " you", "probability": 0.93701171875}, {"start": 329.74, "end": 330.0, "word": " drag", "probability": 0.87890625}, {"start": 330.0, "end": 330.1, "word": " it", "probability": 0.85205078125}, {"start": 330.1, "end": 330.16, "word": " from", "probability": 0.880859375}, {"start": 330.16, "end": 330.6, "word": " both", "probability": 0.900390625}, {"start": 330.6, "end": 330.6, "word": " sides", "probability": 0.87939453125}, {"start": 330.6, "end": 331.02, "word": " And", "probability": 0.67431640625}, {"start": 331.02, "end": 331.38, "word": " you", "probability": 0.2259521484375}, {"start": 331.38, "end": 331.38, "word": " put", "probability": 0.50830078125}, {"start": 331.38, "end": 331.54, "word": " the", "probability": 0.7041015625}, {"start": 331.54, "end": 331.74, "word": " size", "probability": 0.69384765625}, {"start": 331.74, "end": 332.56, "word": " 0db", "probability": 0.7236328125}, {"start": 332.56, "end": 333.78, "word": " What", "probability": 0.7216796875}, {"start": 333.78, "end": 333.9, "word": " will", "probability": 0.705078125}, {"start": 333.9, "end": 333.92, "word": " it", "probability": 0.697265625}, {"start": 333.92, "end": 334.22, "word": " do?", "probability": 0.9638671875}, {"start": 334.84, "end": 335.28, "word": " It", "probability": 0.4541015625}, {"start": 335.28, "end": 335.94, "word": " will", "probability": 0.8603515625}, {"start": 335.94, "end": 336.24, "word": " drag", "probability": 0.238037109375}, {"start": 336.24, "end": 336.3, "word": " itself", "probability": 0.408447265625}, {"start": 336.3, "end": 336.4, "word": " to", "probability": 0.77294921875}, {"start": 336.4, "end": 336.48, "word": " the", "probability": 0.591796875}, {"start": 336.48, "end": 336.72, "word": " other", "probability": 0.72021484375}, {"start": 336.72, "end": 337.44, "word": " one", "probability": 0.212646484375}, {"start": 337.44, "end": 337.9, "word": " Without", "probability": 0.1697998046875}, {"start": 337.9, "end": 339.18, "word": " putting", "probability": 0.446044921875}, {"start": 339.18, "end": 339.42, "word": " match", "probability": 0.39453125}, {"start": 339.42, "end": 339.84, "word": " parent", "probability": 0.892578125}, {"start": 339.84, "end": 341.0, "word": " As", "probability": 0.2069091796875}, {"start": 341.0, "end": 341.22, "word": " long", "probability": 0.7734375}, {"start": 341.22, "end": 341.22, "word": " as", "probability": 0.966796875}, {"start": 341.22, "end": 341.9, "word": " I", "probability": 0.91357421875}, {"start": 341.9, "end": 342.36, "word": " drag", "probability": 0.81787109375}, {"start": 342.36, "end": 342.52, "word": " it", "probability": 0.6767578125}, {"start": 342.52, "end": 342.54, "word": " from", "probability": 0.84765625}, {"start": 342.54, "end": 343.0, "word": " both", "probability": 0.86376953125}, {"start": 343.0, "end": 343.0, "word": " sides", "probability": 0.87890625}, {"start": 343.0, "end": 343.16, "word": " And", "probability": 0.2763671875}, {"start": 343.16, "end": 343.22, "word": " I", "probability": 0.61181640625}, {"start": 343.22, "end": 343.44, "word": " put", "probability": 0.833984375}, {"start": 343.44, "end": 344.1, "word": " 0db,", "probability": 0.9466145833333334}, {"start": 344.18, "end": 344.28, "word": " it", "probability": 0.83935546875}, {"start": 344.28, "end": 344.54, "word": " will", "probability": 0.849609375}, {"start": 344.54, "end": 344.8, "word": " drag", "probability": 0.73828125}, {"start": 344.8, "end": 344.96, "word": " itself", "probability": 0.6279296875}, {"start": 344.96, "end": 345.62, "word": " to", "probability": 0.87109375}, {"start": 345.62, "end": 345.72, "word": " the", "probability": 0.8291015625}, {"start": 345.72, "end": 345.94, "word": " other", "probability": 0.8759765625}, {"start": 345.94, "end": 347.5, "word": " one", "probability": 0.822265625}, {"start": 347.5, "end": 348.02, "word": " Okay?", "probability": 0.173828125}, {"start": 348.22, "end": 348.44, "word": " Is", "probability": 0.515625}, {"start": 348.44, "end": 348.44, "word": " it", "probability": 0.74072265625}, {"start": 348.44, "end": 348.56, "word": " clear", "probability": 0.8857421875}, {"start": 348.56, "end": 348.86, "word": " how", "probability": 0.65234375}, {"start": 348.86, "end": 349.06, "word": " this", "probability": 0.4931640625}, {"start": 349.06, "end": 349.2, "word": " works?", "probability": 0.65380859375}, {"start": 350.04, "end": 350.32, "word": " Okay,", "probability": 0.55712890625}, {"start": 350.48, "end": 350.7, "word": " based", "probability": 0.5517578125}, {"start": 350.7, "end": 350.84, "word": " on", "probability": 0.95068359375}, {"start": 350.84, "end": 350.98, "word": " this", "probability": 0.58056640625}, {"start": 350.98, "end": 351.24, "word": " talk,", "probability": 0.280029296875}, {"start": 351.4, "end": 351.7, "word": " let's", "probability": 0.860595703125}, {"start": 351.7, "end": 352.0, "word": " see", "probability": 0.859375}, {"start": 352.0, "end": 352.12, "word": " if", "probability": 0.7607421875}, {"start": 352.12, "end": 352.28, "word": " I", "probability": 0.9794921875}, {"start": 352.28, "end": 352.44, "word": " want", "probability": 0.77783203125}, {"start": 352.44, "end": 352.5, "word": " to", "probability": 0.966796875}, {"start": 352.5, "end": 352.66, "word": " put", "probability": 0.7509765625}, {"start": 352.66, "end": 352.96, "word": " four", "probability": 0.591796875}, {"start": 352.96, "end": 353.2, "word": " buttons", "probability": 0.309814453125}], "temperature": 1.0}, {"id": 14, "seek": 38119, "start": 354.91, "end": 381.19, "text": " each two buttons next to each other and the other two buttons below them. Because this is the first button. So this is another button here. And this is one and this is one. I want to arrange them this way. Because of course they are not constrained yet. So I want to arrange them. The first button, we hold it.", "tokens": [1184, 732, 9905, 958, 281, 1184, 661, 293, 264, 661, 732, 9905, 2507, 552, 13, 1436, 341, 307, 264, 700, 2960, 13, 407, 341, 307, 1071, 2960, 510, 13, 400, 341, 307, 472, 293, 341, 307, 472, 13, 286, 528, 281, 9424, 552, 341, 636, 13, 1436, 295, 1164, 436, 366, 406, 38901, 1939, 13, 407, 286, 528, 281, 9424, 552, 13, 440, 700, 2960, 11, 321, 1797, 309, 13], "avg_logprob": -0.47403169769636344, "compression_ratio": 1.896341463414634, "no_speech_prob": 0.0, "words": [{"start": 354.91, "end": 355.17, "word": " each", "probability": 0.41064453125}, {"start": 355.17, "end": 355.51, "word": " two", "probability": 0.326171875}, {"start": 355.51, "end": 355.51, "word": " buttons", "probability": 0.7568359375}, {"start": 355.51, "end": 356.15, "word": " next", "probability": 0.58447265625}, {"start": 356.15, "end": 356.23, "word": " to", "probability": 0.96044921875}, {"start": 356.23, "end": 356.53, "word": " each", "probability": 0.93115234375}, {"start": 356.53, "end": 356.53, "word": " other", "probability": 0.876953125}, {"start": 356.53, "end": 356.69, "word": " and", "probability": 0.64111328125}, {"start": 356.69, "end": 356.79, "word": " the", "probability": 0.56689453125}, {"start": 356.79, "end": 356.95, "word": " other", "probability": 0.51904296875}, {"start": 356.95, "end": 357.35, "word": " two", "probability": 0.84814453125}, {"start": 357.35, "end": 357.39, "word": " buttons", "probability": 0.509765625}, {"start": 357.39, "end": 357.61, "word": " below", "probability": 0.4150390625}, {"start": 357.61, "end": 358.03, "word": " them.", "probability": 0.62158203125}, {"start": 358.19, "end": 358.43, "word": " Because", "probability": 0.72412109375}, {"start": 358.43, "end": 358.63, "word": " this", "probability": 0.85888671875}, {"start": 358.63, "end": 358.73, "word": " is", "probability": 0.9169921875}, {"start": 358.73, "end": 359.01, "word": " the", "probability": 0.91552734375}, {"start": 359.01, "end": 359.27, "word": " first", "probability": 0.8779296875}, {"start": 359.27, "end": 359.27, "word": " button.", "probability": 0.85107421875}, {"start": 361.77, "end": 362.25, "word": " So", "probability": 0.294677734375}, {"start": 362.25, "end": 362.45, "word": " this", "probability": 0.517578125}, {"start": 362.45, "end": 362.47, "word": " is", "probability": 0.712890625}, {"start": 362.47, "end": 363.11, "word": " another", "probability": 0.54833984375}, {"start": 363.11, "end": 363.37, "word": " button", "probability": 0.80322265625}, {"start": 363.37, "end": 363.79, "word": " here.", "probability": 0.7763671875}, {"start": 365.61, "end": 366.09, "word": " And", "probability": 0.66748046875}, {"start": 366.09, "end": 366.23, "word": " this", "probability": 0.6767578125}, {"start": 366.23, "end": 366.29, "word": " is", "probability": 0.8251953125}, {"start": 366.29, "end": 366.61, "word": " one", "probability": 0.484619140625}, {"start": 366.61, "end": 366.91, "word": " and", "probability": 0.470947265625}, {"start": 366.91, "end": 367.11, "word": " this", "probability": 0.82080078125}, {"start": 367.11, "end": 367.15, "word": " is", "probability": 0.90380859375}, {"start": 367.15, "end": 367.43, "word": " one.", "probability": 0.52490234375}, {"start": 370.21, "end": 370.69, "word": " I", "probability": 0.79296875}, {"start": 370.69, "end": 370.79, "word": " want", "probability": 0.199951171875}, {"start": 370.79, "end": 370.95, "word": " to", "probability": 0.916015625}, {"start": 370.95, "end": 371.07, "word": " arrange", "probability": 0.66845703125}, {"start": 371.07, "end": 371.27, "word": " them", "probability": 0.873046875}, {"start": 371.27, "end": 371.37, "word": " this", "probability": 0.362060546875}, {"start": 371.37, "end": 371.69, "word": " way.", "probability": 0.9560546875}, {"start": 373.57, "end": 373.93, "word": " Because", "probability": 0.88037109375}, {"start": 373.93, "end": 374.11, "word": " of", "probability": 0.57470703125}, {"start": 374.11, "end": 374.25, "word": " course", "probability": 0.95458984375}, {"start": 374.25, "end": 374.57, "word": " they", "probability": 0.43896484375}, {"start": 374.57, "end": 374.69, "word": " are", "probability": 0.4228515625}, {"start": 374.69, "end": 375.01, "word": " not", "probability": 0.57763671875}, {"start": 375.01, "end": 375.45, "word": " constrained", "probability": 0.265869140625}, {"start": 375.45, "end": 376.51, "word": " yet.", "probability": 0.434814453125}, {"start": 377.87, "end": 378.35, "word": " So", "probability": 0.311279296875}, {"start": 378.35, "end": 378.53, "word": " I", "probability": 0.6748046875}, {"start": 378.53, "end": 378.59, "word": " want", "probability": 0.787109375}, {"start": 378.59, "end": 378.71, "word": " to", "probability": 0.96240234375}, {"start": 378.71, "end": 378.85, "word": " arrange", "probability": 0.8291015625}, {"start": 378.85, "end": 379.09, "word": " them.", "probability": 0.8916015625}, {"start": 379.11, "end": 379.21, "word": " The", "probability": 0.490234375}, {"start": 379.21, "end": 379.37, "word": " first", "probability": 0.87890625}, {"start": 379.37, "end": 379.71, "word": " button,", "probability": 0.8466796875}, {"start": 380.33, "end": 380.57, "word": " we", "probability": 0.38330078125}, {"start": 380.57, "end": 380.77, "word": " hold", "probability": 0.472900390625}, {"start": 380.77, "end": 381.19, "word": " it.", "probability": 0.84716796875}], "temperature": 1.0}, {"id": 15, "seek": 41337, "start": 386.47, "end": 413.37, "text": " The first button we connect to the top Start And we put a certain margin Now, the second button We say that when you want to describe the second button, the place where you want to put it You say that this is present after the end of this, right? So you say that this start comes after what? After the end, you see how? Yes, this is connected to it", "tokens": [440, 700, 2960, 321, 1745, 281, 264, 1192, 6481, 400, 321, 829, 257, 1629, 10270, 823, 11, 264, 1150, 2960, 492, 584, 300, 562, 291, 528, 281, 6786, 264, 1150, 2960, 11, 264, 1081, 689, 291, 528, 281, 829, 309, 509, 584, 300, 341, 307, 1974, 934, 264, 917, 295, 341, 11, 558, 30, 407, 291, 584, 300, 341, 722, 1487, 934, 437, 30, 2381, 264, 917, 11, 291, 536, 577, 30, 1079, 11, 341, 307, 4582, 281, 309], "avg_logprob": -0.6132812246680259, "compression_ratio": 1.7989690721649485, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 386.47, "end": 386.69, "word": " The", "probability": 0.138427734375}, {"start": 386.69, "end": 386.85, "word": " first", "probability": 0.826171875}, {"start": 386.85, "end": 387.09, "word": " button", "probability": 0.76611328125}, {"start": 387.09, "end": 387.23, "word": " we", "probability": 0.392333984375}, {"start": 387.23, "end": 387.43, "word": " connect", "probability": 0.36279296875}, {"start": 387.43, "end": 388.01, "word": " to", "probability": 0.421875}, {"start": 388.01, "end": 388.17, "word": " the", "probability": 0.66162109375}, {"start": 388.17, "end": 388.37, "word": " top", "probability": 0.787109375}, {"start": 388.37, "end": 391.31, "word": " Start", "probability": 0.1064453125}, {"start": 391.31, "end": 392.79, "word": " And", "probability": 0.18505859375}, {"start": 392.79, "end": 393.05, "word": " we", "probability": 0.6640625}, {"start": 393.05, "end": 393.37, "word": " put", "probability": 0.33154296875}, {"start": 393.37, "end": 393.47, "word": " a", "probability": 0.81591796875}, {"start": 393.47, "end": 394.07, "word": " certain", "probability": 0.52490234375}, {"start": 394.07, "end": 394.07, "word": " margin", "probability": 0.86083984375}, {"start": 394.07, "end": 395.11, "word": " Now,", "probability": 0.48974609375}, {"start": 395.55, "end": 395.91, "word": " the", "probability": 0.6572265625}, {"start": 395.91, "end": 396.47, "word": " second", "probability": 0.75048828125}, {"start": 396.47, "end": 396.49, "word": " button", "probability": 0.84765625}, {"start": 396.49, "end": 397.97, "word": " We", "probability": 0.359375}, {"start": 397.97, "end": 398.75, "word": " say", "probability": 0.296630859375}, {"start": 398.75, "end": 399.29, "word": " that", "probability": 0.5224609375}, {"start": 399.29, "end": 400.23, "word": " when", "probability": 0.209716796875}, {"start": 400.23, "end": 400.43, "word": " you", "probability": 0.7431640625}, {"start": 400.43, "end": 400.55, "word": " want", "probability": 0.487060546875}, {"start": 400.55, "end": 400.61, "word": " to", "probability": 0.94970703125}, {"start": 400.61, "end": 400.81, "word": " describe", "probability": 0.10858154296875}, {"start": 400.81, "end": 401.01, "word": " the", "probability": 0.77197265625}, {"start": 401.01, "end": 401.49, "word": " second", "probability": 0.66357421875}, {"start": 401.49, "end": 401.49, "word": " button,", "probability": 0.82568359375}, {"start": 401.55, "end": 401.63, "word": " the", "probability": 0.320068359375}, {"start": 401.63, "end": 401.87, "word": " place", "probability": 0.55322265625}, {"start": 401.87, "end": 401.99, "word": " where", "probability": 0.5078125}, {"start": 401.99, "end": 402.19, "word": " you", "probability": 0.8828125}, {"start": 402.19, "end": 402.25, "word": " want", "probability": 0.69970703125}, {"start": 402.25, "end": 402.25, "word": " to", "probability": 0.91650390625}, {"start": 402.25, "end": 402.43, "word": " put", "probability": 0.56884765625}, {"start": 402.43, "end": 402.51, "word": " it", "probability": 0.86083984375}, {"start": 402.51, "end": 402.61, "word": " You", "probability": 0.489013671875}, {"start": 402.61, "end": 402.81, "word": " say", "probability": 0.86474609375}, {"start": 402.81, "end": 402.99, "word": " that", "probability": 0.83203125}, {"start": 402.99, "end": 403.27, "word": " this", "probability": 0.6943359375}, {"start": 403.27, "end": 403.33, "word": " is", "probability": 0.381591796875}, {"start": 403.33, "end": 403.81, "word": " present", "probability": 0.470947265625}, {"start": 403.81, "end": 404.43, "word": " after", "probability": 0.7978515625}, {"start": 404.43, "end": 404.57, "word": " the", "probability": 0.55126953125}, {"start": 404.57, "end": 404.81, "word": " end", "probability": 0.92333984375}, {"start": 404.81, "end": 404.89, "word": " of", "probability": 0.923828125}, {"start": 404.89, "end": 405.13, "word": " this,", "probability": 0.802734375}, {"start": 405.81, "end": 406.07, "word": " right?", "probability": 0.60498046875}, {"start": 406.13, "end": 406.47, "word": " So", "probability": 0.1654052734375}, {"start": 406.47, "end": 407.49, "word": " you", "probability": 0.69970703125}, {"start": 407.49, "end": 407.63, "word": " say", "probability": 0.92431640625}, {"start": 407.63, "end": 407.83, "word": " that", "probability": 0.8740234375}, {"start": 407.83, "end": 407.99, "word": " this", "probability": 0.724609375}, {"start": 407.99, "end": 408.33, "word": " start", "probability": 0.8134765625}, {"start": 408.33, "end": 408.81, "word": " comes", "probability": 0.299560546875}, {"start": 408.81, "end": 409.07, "word": " after", "probability": 0.818359375}, {"start": 409.07, "end": 409.37, "word": " what?", "probability": 0.422607421875}, {"start": 410.07, "end": 410.27, "word": " After", "probability": 0.75830078125}, {"start": 410.27, "end": 410.41, "word": " the", "probability": 0.609375}, {"start": 410.41, "end": 410.53, "word": " end,", "probability": 0.845703125}, {"start": 410.59, "end": 410.63, "word": " you", "probability": 0.32080078125}, {"start": 410.63, "end": 410.81, "word": " see", "probability": 0.91064453125}, {"start": 410.81, "end": 411.13, "word": " how?", "probability": 0.62451171875}, {"start": 411.91, "end": 412.31, "word": " Yes,", "probability": 0.385009765625}, {"start": 412.65, "end": 412.85, "word": " this", "probability": 0.209228515625}, {"start": 412.85, "end": 412.87, "word": " is", "probability": 0.50537109375}, {"start": 412.87, "end": 413.13, "word": " connected", "probability": 0.362060546875}, {"start": 413.13, "end": 413.19, "word": " to", "probability": 0.8134765625}, {"start": 413.19, "end": 413.37, "word": " it", "probability": 0.7890625}], "temperature": 1.0}, {"id": 16, "seek": 43521, "start": 414.21, "end": 435.21, "text": " Yes, and you can say to connect this to what? To the top, there are more than one solution to this, wait a minute, the device is a bit stuck Yes, this can connect to where? To the parent, ok? Notice how this button is connected above and connected here, the solution works, even if this is not the best solution", "tokens": [1079, 11, 293, 291, 393, 584, 281, 1745, 341, 281, 437, 30, 1407, 264, 1192, 11, 456, 366, 544, 813, 472, 3827, 281, 341, 11, 1699, 257, 3456, 11, 264, 4302, 307, 257, 857, 5541, 1079, 11, 341, 393, 1745, 281, 689, 30, 1407, 264, 2596, 11, 3133, 30, 13428, 577, 341, 2960, 307, 4582, 3673, 293, 4582, 510, 11, 264, 3827, 1985, 11, 754, 498, 341, 307, 406, 264, 1151, 3827], "avg_logprob": -0.6087328767123288, "compression_ratio": 1.723756906077348, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 414.21, "end": 414.53, "word": " Yes,", "probability": 0.176513671875}, {"start": 414.63, "end": 414.71, "word": " and", "probability": 0.671875}, {"start": 414.71, "end": 414.85, "word": " you", "probability": 0.732421875}, {"start": 414.85, "end": 414.93, "word": " can", "probability": 0.86376953125}, {"start": 414.93, "end": 415.19, "word": " say", "probability": 0.458251953125}, {"start": 415.19, "end": 415.75, "word": " to", "probability": 0.1962890625}, {"start": 415.75, "end": 416.25, "word": " connect", "probability": 0.56884765625}, {"start": 416.25, "end": 416.71, "word": " this", "probability": 0.666015625}, {"start": 416.71, "end": 416.99, "word": " to", "probability": 0.56201171875}, {"start": 416.99, "end": 417.25, "word": " what?", "probability": 0.38671875}, {"start": 418.05, "end": 418.53, "word": " To", "probability": 0.463134765625}, {"start": 418.53, "end": 418.61, "word": " the", "probability": 0.6748046875}, {"start": 418.61, "end": 418.83, "word": " top,", "probability": 0.5400390625}, {"start": 419.01, "end": 419.23, "word": " there", "probability": 0.421630859375}, {"start": 419.23, "end": 419.83, "word": " are", "probability": 0.62939453125}, {"start": 419.83, "end": 420.13, "word": " more", "probability": 0.5546875}, {"start": 420.13, "end": 420.17, "word": " than", "probability": 0.302490234375}, {"start": 420.17, "end": 420.35, "word": " one", "probability": 0.869140625}, {"start": 420.35, "end": 420.47, "word": " solution", "probability": 0.31689453125}, {"start": 420.47, "end": 420.59, "word": " to", "probability": 0.3193359375}, {"start": 420.59, "end": 420.71, "word": " this,", "probability": 0.58544921875}, {"start": 420.73, "end": 420.95, "word": " wait", "probability": 0.291748046875}, {"start": 420.95, "end": 421.09, "word": " a", "probability": 0.318115234375}, {"start": 421.09, "end": 421.09, "word": " minute,", "probability": 0.4853515625}, {"start": 421.09, "end": 421.65, "word": " the", "probability": 0.2890625}, {"start": 421.65, "end": 421.95, "word": " device", "probability": 0.638671875}, {"start": 421.95, "end": 421.95, "word": " is", "probability": 0.458984375}, {"start": 421.95, "end": 421.95, "word": " a", "probability": 0.357421875}, {"start": 421.95, "end": 421.95, "word": " bit", "probability": 0.472900390625}, {"start": 421.95, "end": 421.95, "word": " stuck", "probability": 0.2998046875}, {"start": 421.95, "end": 424.69, "word": " Yes,", "probability": 0.326904296875}, {"start": 424.91, "end": 425.09, "word": " this", "probability": 0.445068359375}, {"start": 425.09, "end": 425.09, "word": " can", "probability": 0.64013671875}, {"start": 425.09, "end": 425.83, "word": " connect", "probability": 0.3974609375}, {"start": 425.83, "end": 426.05, "word": " to", "probability": 0.7353515625}, {"start": 426.05, "end": 426.19, "word": " where?", "probability": 0.71044921875}, {"start": 427.01, "end": 427.49, "word": " To", "probability": 0.77685546875}, {"start": 427.49, "end": 427.61, "word": " the", "probability": 0.84130859375}, {"start": 427.61, "end": 427.95, "word": " parent,", "probability": 0.826171875}, {"start": 428.95, "end": 429.19, "word": " ok?", "probability": 0.343017578125}, {"start": 429.37, "end": 429.83, "word": " Notice", "probability": 0.6005859375}, {"start": 429.83, "end": 430.17, "word": " how", "probability": 0.74951171875}, {"start": 430.17, "end": 430.61, "word": " this", "probability": 0.79052734375}, {"start": 430.61, "end": 430.87, "word": " button", "probability": 0.75927734375}, {"start": 430.87, "end": 431.11, "word": " is", "probability": 0.71728515625}, {"start": 431.11, "end": 431.35, "word": " connected", "probability": 0.52734375}, {"start": 431.35, "end": 431.79, "word": " above", "probability": 0.2279052734375}, {"start": 431.79, "end": 432.43, "word": " and", "probability": 0.7744140625}, {"start": 432.43, "end": 432.71, "word": " connected", "probability": 0.57080078125}, {"start": 432.71, "end": 432.95, "word": " here,", "probability": 0.76025390625}, {"start": 433.01, "end": 433.33, "word": " the", "probability": 0.2294921875}, {"start": 433.33, "end": 433.55, "word": " solution", "probability": 0.92822265625}, {"start": 433.55, "end": 433.55, "word": " works,", "probability": 0.5185546875}, {"start": 434.17, "end": 434.29, "word": " even", "probability": 0.537109375}, {"start": 434.29, "end": 434.43, "word": " if", "probability": 0.5810546875}, {"start": 434.43, "end": 434.55, "word": " this", "probability": 0.7197265625}, {"start": 434.55, "end": 434.63, "word": " is", "probability": 0.87939453125}, {"start": 434.63, "end": 434.71, "word": " not", "probability": 0.93994140625}, {"start": 434.71, "end": 434.77, "word": " the", "probability": 0.91259765625}, {"start": 434.77, "end": 434.93, "word": " best", "probability": 0.86083984375}, {"start": 434.93, "end": 435.21, "word": " solution", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 17, "seek": 46234, "start": 436.36, "end": 462.34, "text": " The important thing is the position of the third finger. Even if you rotate the device, it will remain attached to this button. Then if you move it like this, the other button will move with each other. But if you move my head, it will not move. Why? Because it is attached to the screen. That is why we always like to attach the buttons", "tokens": [440, 1021, 551, 307, 264, 2535, 295, 264, 2636, 5984, 13, 2754, 498, 291, 13121, 264, 4302, 11, 309, 486, 6222, 8570, 281, 341, 2960, 13, 1396, 498, 291, 1286, 309, 411, 341, 11, 264, 661, 2960, 486, 1286, 365, 1184, 661, 13, 583, 498, 291, 1286, 452, 1378, 11, 309, 486, 406, 1286, 13, 1545, 30, 1436, 309, 307, 8570, 281, 264, 2568, 13, 663, 307, 983, 321, 1009, 411, 281, 5085, 264, 9905], "avg_logprob": -0.5341282800624245, "compression_ratio": 1.7512953367875648, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 436.35999999999996, "end": 436.96, "word": " The", "probability": 0.2291259765625}, {"start": 436.96, "end": 437.12, "word": " important", "probability": 0.51220703125}, {"start": 437.12, "end": 437.22, "word": " thing", "probability": 0.64306640625}, {"start": 437.22, "end": 437.3, "word": " is", "probability": 0.8828125}, {"start": 437.3, "end": 437.38, "word": " the", "probability": 0.1968994140625}, {"start": 437.38, "end": 437.6, "word": " position", "probability": 0.197998046875}, {"start": 437.6, "end": 437.74, "word": " of", "probability": 0.8076171875}, {"start": 437.74, "end": 437.74, "word": " the", "probability": 0.74365234375}, {"start": 437.74, "end": 438.22, "word": " third", "probability": 0.73828125}, {"start": 438.22, "end": 438.22, "word": " finger.", "probability": 0.244384765625}, {"start": 438.58, "end": 439.18, "word": " Even", "probability": 0.2119140625}, {"start": 439.18, "end": 439.54, "word": " if", "probability": 0.849609375}, {"start": 439.54, "end": 439.76, "word": " you", "probability": 0.89111328125}, {"start": 439.76, "end": 440.04, "word": " rotate", "probability": 0.4150390625}, {"start": 440.04, "end": 440.54, "word": " the", "probability": 0.7890625}, {"start": 440.54, "end": 440.92, "word": " device,", "probability": 0.6533203125}, {"start": 441.8, "end": 441.8, "word": " it", "probability": 0.54931640625}, {"start": 441.8, "end": 442.52, "word": " will", "probability": 0.61279296875}, {"start": 442.52, "end": 442.66, "word": " remain", "probability": 0.36279296875}, {"start": 442.66, "end": 444.16, "word": " attached", "probability": 0.173583984375}, {"start": 444.16, "end": 444.38, "word": " to", "probability": 0.90576171875}, {"start": 444.38, "end": 444.7, "word": " this", "probability": 0.49462890625}, {"start": 444.7, "end": 445.18, "word": " button.", "probability": 0.67529296875}, {"start": 445.86, "end": 446.38, "word": " Then", "probability": 0.26220703125}, {"start": 446.38, "end": 446.68, "word": " if", "probability": 0.460693359375}, {"start": 446.68, "end": 446.98, "word": " you", "probability": 0.94677734375}, {"start": 446.98, "end": 447.28, "word": " move", "probability": 0.869140625}, {"start": 447.28, "end": 447.44, "word": " it", "probability": 0.404541015625}, {"start": 447.44, "end": 448.04, "word": " like", "probability": 0.5341796875}, {"start": 448.04, "end": 448.32, "word": " this,", "probability": 0.8525390625}, {"start": 449.24, "end": 450.0, "word": " the", "probability": 0.720703125}, {"start": 450.0, "end": 450.44, "word": " other", "probability": 0.345703125}, {"start": 450.44, "end": 450.44, "word": " button", "probability": 0.783203125}, {"start": 450.44, "end": 450.68, "word": " will", "probability": 0.7724609375}, {"start": 450.68, "end": 450.98, "word": " move", "probability": 0.8154296875}, {"start": 450.98, "end": 451.12, "word": " with", "probability": 0.349609375}, {"start": 451.12, "end": 451.34, "word": " each", "probability": 0.2373046875}, {"start": 451.34, "end": 451.4, "word": " other.", "probability": 0.884765625}, {"start": 452.14, "end": 452.38, "word": " But", "probability": 0.81689453125}, {"start": 452.38, "end": 452.48, "word": " if", "probability": 0.9091796875}, {"start": 452.48, "end": 452.58, "word": " you", "probability": 0.8994140625}, {"start": 452.58, "end": 452.76, "word": " move", "probability": 0.90771484375}, {"start": 452.76, "end": 453.14, "word": " my", "probability": 0.54638671875}, {"start": 453.14, "end": 453.14, "word": " head,", "probability": 0.931640625}, {"start": 453.8, "end": 454.64, "word": " it", "probability": 0.8876953125}, {"start": 454.64, "end": 454.74, "word": " will", "probability": 0.634765625}, {"start": 454.74, "end": 454.74, "word": " not", "probability": 0.908203125}, {"start": 454.74, "end": 455.08, "word": " move.", "probability": 0.9169921875}, {"start": 455.2, "end": 455.46, "word": " Why?", "probability": 0.74169921875}, {"start": 455.54, "end": 455.86, "word": " Because", "probability": 0.89111328125}, {"start": 455.86, "end": 456.56, "word": " it", "probability": 0.447021484375}, {"start": 456.56, "end": 456.64, "word": " is", "probability": 0.79345703125}, {"start": 456.64, "end": 456.88, "word": " attached", "probability": 0.73583984375}, {"start": 456.88, "end": 457.12, "word": " to", "probability": 0.91796875}, {"start": 457.12, "end": 457.68, "word": " the", "probability": 0.80126953125}, {"start": 457.68, "end": 457.88, "word": " screen.", "probability": 0.0272369384765625}, {"start": 459.0, "end": 459.6, "word": " That", "probability": 0.44140625}, {"start": 459.6, "end": 459.6, "word": " is", "probability": 0.62744140625}, {"start": 459.6, "end": 459.6, "word": " why", "probability": 0.91259765625}, {"start": 459.6, "end": 459.96, "word": " we", "probability": 0.92822265625}, {"start": 459.96, "end": 460.14, "word": " always", "probability": 0.51318359375}, {"start": 460.14, "end": 460.62, "word": " like", "probability": 0.7099609375}, {"start": 460.62, "end": 460.86, "word": " to", "probability": 0.96826171875}, {"start": 460.86, "end": 461.16, "word": " attach", "probability": 0.55419921875}, {"start": 461.16, "end": 461.82, "word": " the", "probability": 0.464111328125}, {"start": 461.82, "end": 462.34, "word": " buttons", "probability": 0.7060546875}], "temperature": 1.0}, {"id": 18, "seek": 47675, "start": 463.47, "end": 476.75, "text": " Or we connect each element with another element. What does it mean? It means that this button is connected to two sides. That's how it works. I don't know if it goes right or left or with whom it moves. Okay? It's better if you connect it", "tokens": [1610, 321, 1745, 1184, 4478, 365, 1071, 4478, 13, 708, 775, 309, 914, 30, 467, 1355, 300, 341, 2960, 307, 4582, 281, 732, 4881, 13, 663, 311, 577, 309, 1985, 13, 286, 500, 380, 458, 498, 309, 1709, 558, 420, 1411, 420, 365, 7101, 309, 6067, 13, 1033, 30, 467, 311, 1101, 498, 291, 1745, 309], "avg_logprob": -0.5548245530379446, "compression_ratio": 1.5031446540880504, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 463.47, "end": 463.75, "word": " Or", "probability": 0.2469482421875}, {"start": 463.75, "end": 463.91, "word": " we", "probability": 0.350341796875}, {"start": 463.91, "end": 464.07, "word": " connect", "probability": 0.32763671875}, {"start": 464.07, "end": 464.31, "word": " each", "probability": 0.65966796875}, {"start": 464.31, "end": 464.59, "word": " element", "probability": 0.6396484375}, {"start": 464.59, "end": 464.75, "word": " with", "probability": 0.568359375}, {"start": 464.75, "end": 465.23, "word": " another", "probability": 0.67529296875}, {"start": 465.23, "end": 465.39, "word": " element.", "probability": 0.861328125}, {"start": 466.93, "end": 467.29, "word": " What", "probability": 0.55419921875}, {"start": 467.29, "end": 467.45, "word": " does", "probability": 0.86474609375}, {"start": 467.45, "end": 467.45, "word": " it", "probability": 0.380126953125}, {"start": 467.45, "end": 467.55, "word": " mean?", "probability": 0.95947265625}, {"start": 467.61, "end": 467.79, "word": " It", "probability": 0.6962890625}, {"start": 467.79, "end": 467.79, "word": " means", "probability": 0.9365234375}, {"start": 467.79, "end": 467.89, "word": " that", "probability": 0.473876953125}, {"start": 467.89, "end": 467.95, "word": " this", "probability": 0.5693359375}, {"start": 467.95, "end": 468.17, "word": " button", "probability": 0.69189453125}, {"start": 468.17, "end": 469.41, "word": " is", "probability": 0.388671875}, {"start": 469.41, "end": 469.63, "word": " connected", "probability": 0.62451171875}, {"start": 469.63, "end": 469.73, "word": " to", "probability": 0.362060546875}, {"start": 469.73, "end": 470.13, "word": " two", "probability": 0.53857421875}, {"start": 470.13, "end": 470.13, "word": " sides.", "probability": 0.64501953125}, {"start": 470.57, "end": 470.93, "word": " That's", "probability": 0.3665771484375}, {"start": 470.93, "end": 470.97, "word": " how", "probability": 0.87890625}, {"start": 470.97, "end": 471.11, "word": " it", "probability": 0.2880859375}, {"start": 471.11, "end": 471.25, "word": " works.", "probability": 0.352783203125}, {"start": 471.53, "end": 471.59, "word": " I", "probability": 0.47021484375}, {"start": 471.59, "end": 471.69, "word": " don't", "probability": 0.9443359375}, {"start": 471.69, "end": 471.85, "word": " know", "probability": 0.875}, {"start": 471.85, "end": 471.91, "word": " if", "probability": 0.75439453125}, {"start": 471.91, "end": 471.97, "word": " it", "probability": 0.7548828125}, {"start": 471.97, "end": 472.11, "word": " goes", "probability": 0.30908203125}, {"start": 472.11, "end": 472.33, "word": " right", "probability": 0.51171875}, {"start": 472.33, "end": 472.59, "word": " or", "probability": 0.8310546875}, {"start": 472.59, "end": 473.03, "word": " left", "probability": 0.9169921875}, {"start": 473.03, "end": 473.21, "word": " or", "probability": 0.57373046875}, {"start": 473.21, "end": 473.37, "word": " with", "probability": 0.2303466796875}, {"start": 473.37, "end": 473.55, "word": " whom", "probability": 0.7861328125}, {"start": 473.55, "end": 473.63, "word": " it", "probability": 0.86572265625}, {"start": 473.63, "end": 473.79, "word": " moves.", "probability": 0.55322265625}, {"start": 474.41, "end": 474.57, "word": " Okay?", "probability": 0.2386474609375}, {"start": 475.45, "end": 475.55, "word": " It's", "probability": 0.5645751953125}, {"start": 475.55, "end": 475.81, "word": " better", "probability": 0.703125}, {"start": 475.81, "end": 476.01, "word": " if", "probability": 0.393798828125}, {"start": 476.01, "end": 476.21, "word": " you", "probability": 0.92578125}, {"start": 476.21, "end": 476.43, "word": " connect", "probability": 0.86376953125}, {"start": 476.43, "end": 476.75, "word": " it", "probability": 0.7607421875}], "temperature": 1.0}, {"id": 19, "seek": 49867, "start": 477.65, "end": 498.67, "text": " with one element as much as possible. How? Because we said that at least each plant will be connected from two sides, one from the sides and one from the top and bottom. Okay? Because the sides are connected here. Is this equal to the sides? No. This is present at the end, right? So mainly I don't know how it will be placed.", "tokens": [365, 472, 4478, 382, 709, 382, 1944, 13, 1012, 30, 1436, 321, 848, 300, 412, 1935, 1184, 3709, 486, 312, 4582, 490, 732, 4881, 11, 472, 490, 264, 4881, 293, 472, 490, 264, 1192, 293, 2767, 13, 1033, 30, 1436, 264, 4881, 366, 4582, 510, 13, 1119, 341, 2681, 281, 264, 4881, 30, 883, 13, 639, 307, 1974, 412, 264, 917, 11, 558, 30, 407, 8704, 286, 500, 380, 458, 577, 309, 486, 312, 7074, 13], "avg_logprob": -0.45089284320930384, "compression_ratio": 1.64321608040201, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 477.65, "end": 478.05, "word": " with", "probability": 0.29638671875}, {"start": 478.05, "end": 478.57, "word": " one", "probability": 0.43408203125}, {"start": 478.57, "end": 478.81, "word": " element", "probability": 0.78759765625}, {"start": 478.81, "end": 479.41, "word": " as", "probability": 0.483642578125}, {"start": 479.41, "end": 479.45, "word": " much", "probability": 0.728515625}, {"start": 479.45, "end": 479.53, "word": " as", "probability": 0.96875}, {"start": 479.53, "end": 479.91, "word": " possible.", "probability": 0.83544921875}, {"start": 480.29, "end": 480.57, "word": " How?", "probability": 0.78369140625}, {"start": 480.79, "end": 481.27, "word": " Because", "probability": 0.72021484375}, {"start": 481.27, "end": 481.45, "word": " we", "probability": 0.76416015625}, {"start": 481.45, "end": 481.73, "word": " said", "probability": 0.8330078125}, {"start": 481.73, "end": 482.01, "word": " that", "probability": 0.85546875}, {"start": 482.01, "end": 482.49, "word": " at", "probability": 0.1944580078125}, {"start": 482.49, "end": 482.91, "word": " least", "probability": 0.9453125}, {"start": 482.91, "end": 482.93, "word": " each", "probability": 0.63818359375}, {"start": 482.93, "end": 482.93, "word": " plant", "probability": 0.36474609375}, {"start": 482.93, "end": 483.13, "word": " will", "probability": 0.1436767578125}, {"start": 483.13, "end": 483.29, "word": " be", "probability": 0.6416015625}, {"start": 483.29, "end": 483.41, "word": " connected", "probability": 0.5634765625}, {"start": 483.41, "end": 483.57, "word": " from", "probability": 0.370849609375}, {"start": 483.57, "end": 483.97, "word": " two", "probability": 0.5869140625}, {"start": 483.97, "end": 483.97, "word": " sides,", "probability": 0.70654296875}, {"start": 484.35, "end": 484.53, "word": " one", "probability": 0.89111328125}, {"start": 484.53, "end": 484.73, "word": " from", "probability": 0.7294921875}, {"start": 484.73, "end": 484.83, "word": " the", "probability": 0.7919921875}, {"start": 484.83, "end": 485.11, "word": " sides", "probability": 0.44189453125}, {"start": 485.11, "end": 486.33, "word": " and", "probability": 0.83251953125}, {"start": 486.33, "end": 486.49, "word": " one", "probability": 0.76171875}, {"start": 486.49, "end": 486.71, "word": " from", "probability": 0.8681640625}, {"start": 486.71, "end": 486.81, "word": " the", "probability": 0.55615234375}, {"start": 486.81, "end": 487.01, "word": " top", "probability": 0.90576171875}, {"start": 487.01, "end": 487.13, "word": " and", "probability": 0.9326171875}, {"start": 487.13, "end": 487.35, "word": " bottom.", "probability": 0.6806640625}, {"start": 487.71, "end": 487.89, "word": " Okay?", "probability": 0.1904296875}, {"start": 488.33, "end": 488.57, "word": " Because", "probability": 0.85693359375}, {"start": 488.57, "end": 488.73, "word": " the", "probability": 0.72119140625}, {"start": 488.73, "end": 488.93, "word": " sides", "probability": 0.6787109375}, {"start": 488.93, "end": 489.07, "word": " are", "probability": 0.72412109375}, {"start": 489.07, "end": 489.31, "word": " connected", "probability": 0.61572265625}, {"start": 489.31, "end": 489.59, "word": " here.", "probability": 0.7353515625}, {"start": 490.19, "end": 490.37, "word": " Is", "probability": 0.72998046875}, {"start": 490.37, "end": 490.63, "word": " this", "probability": 0.68212890625}, {"start": 490.63, "end": 490.93, "word": " equal", "probability": 0.096435546875}, {"start": 490.93, "end": 490.97, "word": " to", "probability": 0.96728515625}, {"start": 490.97, "end": 491.17, "word": " the", "probability": 0.763671875}, {"start": 491.17, "end": 491.33, "word": " sides?", "probability": 0.654296875}, {"start": 491.55, "end": 491.87, "word": " No.", "probability": 0.953125}, {"start": 492.21, "end": 492.61, "word": " This", "probability": 0.42578125}, {"start": 492.61, "end": 492.75, "word": " is", "probability": 0.666015625}, {"start": 492.75, "end": 493.13, "word": " present", "probability": 0.291259765625}, {"start": 493.13, "end": 493.69, "word": " at", "probability": 0.409423828125}, {"start": 493.69, "end": 495.13, "word": " the", "probability": 0.9208984375}, {"start": 495.13, "end": 495.35, "word": " end,", "probability": 0.86572265625}, {"start": 495.51, "end": 495.71, "word": " right?", "probability": 0.8203125}, {"start": 496.45, "end": 496.83, "word": " So", "probability": 0.66259765625}, {"start": 496.83, "end": 497.25, "word": " mainly", "probability": 0.58447265625}, {"start": 497.25, "end": 497.51, "word": " I", "probability": 0.6455078125}, {"start": 497.51, "end": 497.65, "word": " don't", "probability": 0.838623046875}, {"start": 497.65, "end": 497.91, "word": " know", "probability": 0.89111328125}, {"start": 497.91, "end": 498.23, "word": " how", "probability": 0.9033203125}, {"start": 498.23, "end": 498.31, "word": " it", "probability": 0.5546875}, {"start": 498.31, "end": 498.37, "word": " will", "probability": 0.456787109375}, {"start": 498.37, "end": 498.43, "word": " be", "probability": 0.67919921875}, {"start": 498.43, "end": 498.67, "word": " placed.", "probability": 0.607421875}], "temperature": 1.0}, {"id": 20, "seek": 52791, "start": 499.53, "end": 527.91, "text": " So we have to connect one of the top and one of the bottom. Because what I want to do is to take this and pull it and connect it with the top of the button next to it. Because this button is connected from both sides. We say that the start is after the end of this button. And the top is connected to the top. Keep them on the same axis. So this is connected from both sides. Instead of connecting it to the parent, I connected it to this. What is the difference here? If I hold this and move it, it will move with me.", "tokens": [407, 321, 362, 281, 1745, 472, 295, 264, 1192, 293, 472, 295, 264, 2767, 13, 1436, 437, 286, 528, 281, 360, 307, 281, 747, 341, 293, 2235, 309, 293, 1745, 309, 365, 264, 1192, 295, 264, 2960, 958, 281, 309, 13, 1436, 341, 2960, 307, 4582, 490, 1293, 4881, 13, 492, 584, 300, 264, 722, 307, 934, 264, 917, 295, 341, 2960, 13, 400, 264, 1192, 307, 4582, 281, 264, 1192, 13, 5527, 552, 322, 264, 912, 10298, 13, 407, 341, 307, 4582, 490, 1293, 4881, 13, 7156, 295, 11015, 309, 281, 264, 2596, 11, 286, 4582, 309, 281, 341, 13, 708, 307, 264, 2649, 510, 30, 759, 286, 1797, 341, 293, 1286, 309, 11, 309, 486, 1286, 365, 385, 13], "avg_logprob": -0.4526127058951581, "compression_ratio": 2.011627906976744, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 499.53, "end": 499.75, "word": " So", "probability": 0.262939453125}, {"start": 499.75, "end": 499.95, "word": " we", "probability": 0.498291015625}, {"start": 499.95, "end": 499.95, "word": " have", "probability": 0.34814453125}, {"start": 499.95, "end": 500.11, "word": " to", "probability": 0.96630859375}, {"start": 500.11, "end": 500.27, "word": " connect", "probability": 0.427001953125}, {"start": 500.27, "end": 500.61, "word": " one", "probability": 0.6669921875}, {"start": 500.61, "end": 500.71, "word": " of", "probability": 0.79296875}, {"start": 500.71, "end": 500.85, "word": " the", "probability": 0.61328125}, {"start": 500.85, "end": 501.05, "word": " top", "probability": 0.5419921875}, {"start": 501.05, "end": 501.43, "word": " and", "probability": 0.417236328125}, {"start": 501.43, "end": 501.55, "word": " one", "probability": 0.68603515625}, {"start": 501.55, "end": 501.55, "word": " of", "probability": 0.96337890625}, {"start": 501.55, "end": 501.55, "word": " the", "probability": 0.91943359375}, {"start": 501.55, "end": 501.77, "word": " bottom.", "probability": 0.80810546875}, {"start": 502.03, "end": 502.37, "word": " Because", "probability": 0.307373046875}, {"start": 502.37, "end": 502.61, "word": " what", "probability": 0.56494140625}, {"start": 502.61, "end": 502.61, "word": " I", "probability": 0.55615234375}, {"start": 502.61, "end": 502.79, "word": " want", "probability": 0.58447265625}, {"start": 502.79, "end": 502.91, "word": " to", "probability": 0.95703125}, {"start": 502.91, "end": 503.01, "word": " do", "probability": 0.958984375}, {"start": 503.01, "end": 503.17, "word": " is", "probability": 0.5869140625}, {"start": 503.17, "end": 503.25, "word": " to", "probability": 0.2802734375}, {"start": 503.25, "end": 503.49, "word": " take", "probability": 0.5263671875}, {"start": 503.49, "end": 503.77, "word": " this", "probability": 0.65380859375}, {"start": 503.77, "end": 503.87, "word": " and", "probability": 0.27587890625}, {"start": 503.87, "end": 504.07, "word": " pull", "probability": 0.359375}, {"start": 504.07, "end": 504.61, "word": " it", "probability": 0.87255859375}, {"start": 504.61, "end": 505.03, "word": " and", "probability": 0.38232421875}, {"start": 505.03, "end": 505.29, "word": " connect", "probability": 0.79443359375}, {"start": 505.29, "end": 505.43, "word": " it", "probability": 0.8486328125}, {"start": 505.43, "end": 505.57, "word": " with", "probability": 0.57275390625}, {"start": 505.57, "end": 506.47, "word": " the", "probability": 0.472900390625}, {"start": 506.47, "end": 506.65, "word": " top", "probability": 0.814453125}, {"start": 506.65, "end": 506.83, "word": " of", "probability": 0.638671875}, {"start": 506.83, "end": 506.93, "word": " the", "probability": 0.8564453125}, {"start": 506.93, "end": 507.09, "word": " button", "probability": 0.84619140625}, {"start": 507.09, "end": 507.41, "word": " next", "probability": 0.5478515625}, {"start": 507.41, "end": 507.53, "word": " to", "probability": 0.96533203125}, {"start": 507.53, "end": 508.19, "word": " it.", "probability": 0.93408203125}, {"start": 508.33, "end": 508.71, "word": " Because", "probability": 0.83154296875}, {"start": 508.71, "end": 509.05, "word": " this", "probability": 0.90625}, {"start": 509.05, "end": 509.43, "word": " button", "probability": 0.88818359375}, {"start": 509.43, "end": 509.91, "word": " is", "probability": 0.8173828125}, {"start": 509.91, "end": 510.09, "word": " connected", "probability": 0.78662109375}, {"start": 510.09, "end": 510.23, "word": " from", "probability": 0.5361328125}, {"start": 510.23, "end": 510.67, "word": " both", "probability": 0.49169921875}, {"start": 510.67, "end": 510.67, "word": " sides.", "probability": 0.89013671875}, {"start": 511.23, "end": 511.35, "word": " We", "probability": 0.447265625}, {"start": 511.35, "end": 511.55, "word": " say", "probability": 0.6279296875}, {"start": 511.55, "end": 512.11, "word": " that", "probability": 0.90625}, {"start": 512.11, "end": 513.01, "word": " the", "probability": 0.52783203125}, {"start": 513.01, "end": 513.39, "word": " start", "probability": 0.88720703125}, {"start": 513.39, "end": 513.61, "word": " is", "probability": 0.458251953125}, {"start": 513.61, "end": 514.01, "word": " after", "probability": 0.4033203125}, {"start": 514.01, "end": 514.25, "word": " the", "probability": 0.83447265625}, {"start": 514.25, "end": 514.47, "word": " end", "probability": 0.8798828125}, {"start": 514.47, "end": 514.71, "word": " of", "probability": 0.86962890625}, {"start": 514.71, "end": 514.91, "word": " this", "probability": 0.8662109375}, {"start": 514.91, "end": 515.19, "word": " button.", "probability": 0.8359375}, {"start": 515.69, "end": 515.89, "word": " And", "probability": 0.796875}, {"start": 515.89, "end": 516.01, "word": " the", "probability": 0.71044921875}, {"start": 516.01, "end": 516.17, "word": " top", "probability": 0.9404296875}, {"start": 516.17, "end": 516.25, "word": " is", "probability": 0.6455078125}, {"start": 516.25, "end": 516.31, "word": " connected", "probability": 0.373046875}, {"start": 516.31, "end": 516.31, "word": " to", "probability": 0.6689453125}, {"start": 516.31, "end": 516.43, "word": " the", "probability": 0.869140625}, {"start": 516.43, "end": 516.61, "word": " top.", "probability": 0.947265625}, {"start": 516.79, "end": 516.99, "word": " Keep", "probability": 0.2646484375}, {"start": 516.99, "end": 517.13, "word": " them", "probability": 0.60986328125}, {"start": 517.13, "end": 517.21, "word": " on", "probability": 0.11297607421875}, {"start": 517.21, "end": 517.37, "word": " the", "probability": 0.8486328125}, {"start": 517.37, "end": 517.37, "word": " same", "probability": 0.884765625}, {"start": 517.37, "end": 517.75, "word": " axis.", "probability": 0.2880859375}, {"start": 518.95, "end": 519.35, "word": " So", "probability": 0.481689453125}, {"start": 519.35, "end": 519.53, "word": " this", "probability": 0.81591796875}, {"start": 519.53, "end": 519.73, "word": " is", "probability": 0.412353515625}, {"start": 519.73, "end": 520.09, "word": " connected", "probability": 0.744140625}, {"start": 520.09, "end": 520.99, "word": " from", "probability": 0.431640625}, {"start": 520.99, "end": 521.43, "word": " both", "probability": 0.8408203125}, {"start": 521.43, "end": 521.43, "word": " sides.", "probability": 0.87841796875}, {"start": 521.55, "end": 521.75, "word": " Instead", "probability": 0.81982421875}, {"start": 521.75, "end": 521.87, "word": " of", "probability": 0.96923828125}, {"start": 521.87, "end": 522.11, "word": " connecting", "probability": 0.7958984375}, {"start": 522.11, "end": 522.21, "word": " it", "probability": 0.488525390625}, {"start": 522.21, "end": 522.25, "word": " to", "probability": 0.383544921875}, {"start": 522.25, "end": 522.37, "word": " the", "probability": 0.76416015625}, {"start": 522.37, "end": 522.61, "word": " parent,", "probability": 0.92041015625}, {"start": 522.71, "end": 522.79, "word": " I", "probability": 0.85400390625}, {"start": 522.79, "end": 522.95, "word": " connected", "probability": 0.302490234375}, {"start": 522.95, "end": 523.07, "word": " it", "probability": 0.89208984375}, {"start": 523.07, "end": 523.13, "word": " to", "probability": 0.84326171875}, {"start": 523.13, "end": 523.35, "word": " this.", "probability": 0.89501953125}, {"start": 523.61, "end": 524.01, "word": " What", "probability": 0.8154296875}, {"start": 524.01, "end": 524.01, "word": " is", "probability": 0.72412109375}, {"start": 524.01, "end": 524.13, "word": " the", "probability": 0.7080078125}, {"start": 524.13, "end": 524.29, "word": " difference", "probability": 0.26171875}, {"start": 524.29, "end": 524.55, "word": " here?", "probability": 0.76513671875}, {"start": 524.59, "end": 524.69, "word": " If", "probability": 0.497802734375}, {"start": 524.69, "end": 524.77, "word": " I", "probability": 0.9169921875}, {"start": 524.77, "end": 524.97, "word": " hold", "probability": 0.404296875}, {"start": 524.97, "end": 525.33, "word": " this", "probability": 0.92724609375}, {"start": 525.33, "end": 525.77, "word": " and", "probability": 0.7587890625}, {"start": 525.77, "end": 526.09, "word": " move", "probability": 0.810546875}, {"start": 526.09, "end": 526.53, "word": " it,", "probability": 0.646484375}, {"start": 526.57, "end": 527.27, "word": " it", "probability": 0.62109375}, {"start": 527.27, "end": 527.35, "word": " will", "probability": 0.5703125}, {"start": 527.35, "end": 527.63, "word": " move", "probability": 0.86474609375}, {"start": 527.63, "end": 527.81, "word": " with", "probability": 0.58544921875}, {"start": 527.81, "end": 527.91, "word": " me.", "probability": 0.640625}], "temperature": 1.0}, {"id": 21, "seek": 54779, "start": 529.03, "end": 547.79, "text": " It's like a train. It prefers to connect one element with another element. What does this look like? Have you seen the kids in kindergarten? How do they stay behind each other? Have you seen the boy behind whom the first person does not hold anyone's hand? He holds the other person's hand. And the one behind him?", "tokens": [467, 311, 411, 257, 3847, 13, 467, 44334, 281, 1745, 472, 4478, 365, 1071, 4478, 13, 708, 775, 341, 574, 411, 30, 3560, 291, 1612, 264, 2301, 294, 26671, 30, 1012, 360, 436, 1754, 2261, 1184, 661, 30, 3560, 291, 1612, 264, 3237, 2261, 7101, 264, 700, 954, 775, 406, 1797, 2878, 311, 1011, 30, 634, 9190, 264, 661, 954, 311, 1011, 13, 400, 264, 472, 2261, 796, 30], "avg_logprob": -0.6250000272478377, "compression_ratio": 1.6578947368421053, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 529.03, "end": 529.29, "word": " It's", "probability": 0.400634765625}, {"start": 529.29, "end": 529.47, "word": " like", "probability": 0.470947265625}, {"start": 529.47, "end": 529.99, "word": " a", "probability": 0.798828125}, {"start": 529.99, "end": 529.99, "word": " train.", "probability": 0.92822265625}, {"start": 531.13, "end": 531.55, "word": " It", "probability": 0.7138671875}, {"start": 531.55, "end": 531.89, "word": " prefers", "probability": 0.2430419921875}, {"start": 531.89, "end": 532.05, "word": " to", "probability": 0.7705078125}, {"start": 532.05, "end": 532.19, "word": " connect", "probability": 0.6279296875}, {"start": 532.19, "end": 532.49, "word": " one", "probability": 0.283935546875}, {"start": 532.49, "end": 532.71, "word": " element", "probability": 0.7353515625}, {"start": 532.71, "end": 532.99, "word": " with", "probability": 0.55126953125}, {"start": 532.99, "end": 533.13, "word": " another", "probability": 0.78271484375}, {"start": 533.13, "end": 533.35, "word": " element.", "probability": 0.460693359375}, {"start": 534.21, "end": 534.47, "word": " What", "probability": 0.26416015625}, {"start": 534.47, "end": 534.47, "word": " does", "probability": 0.7607421875}, {"start": 534.47, "end": 534.57, "word": " this", "probability": 0.63916015625}, {"start": 534.57, "end": 534.77, "word": " look", "probability": 0.1632080078125}, {"start": 534.77, "end": 534.97, "word": " like?", "probability": 0.94482421875}, {"start": 535.09, "end": 535.39, "word": " Have", "probability": 0.44287109375}, {"start": 535.39, "end": 535.45, "word": " you", "probability": 0.96875}, {"start": 535.45, "end": 535.45, "word": " seen", "probability": 0.78125}, {"start": 535.45, "end": 535.55, "word": " the", "probability": 0.388916015625}, {"start": 535.55, "end": 535.75, "word": " kids", "probability": 0.337646484375}, {"start": 535.75, "end": 535.91, "word": " in", "probability": 0.388916015625}, {"start": 535.91, "end": 536.21, "word": " kindergarten?", "probability": 0.14306640625}, {"start": 536.39, "end": 536.61, "word": " How", "probability": 0.57958984375}, {"start": 536.61, "end": 536.69, "word": " do", "probability": 0.2998046875}, {"start": 536.69, "end": 537.21, "word": " they", "probability": 0.88134765625}, {"start": 537.21, "end": 537.21, "word": " stay", "probability": 0.24267578125}, {"start": 537.21, "end": 537.39, "word": " behind", "probability": 0.75}, {"start": 537.39, "end": 537.67, "word": " each", "probability": 0.81640625}, {"start": 537.67, "end": 537.67, "word": " other?", "probability": 0.8857421875}, {"start": 538.57, "end": 538.99, "word": " Have", "probability": 0.4521484375}, {"start": 538.99, "end": 539.03, "word": " you", "probability": 0.96630859375}, {"start": 539.03, "end": 539.17, "word": " seen", "probability": 0.73974609375}, {"start": 539.17, "end": 539.37, "word": " the", "probability": 0.78857421875}, {"start": 539.37, "end": 539.57, "word": " boy", "probability": 0.391845703125}, {"start": 539.57, "end": 540.27, "word": " behind", "probability": 0.45947265625}, {"start": 540.27, "end": 540.45, "word": " whom", "probability": 0.42431640625}, {"start": 540.45, "end": 540.67, "word": " the", "probability": 0.521484375}, {"start": 540.67, "end": 540.83, "word": " first", "probability": 0.81884765625}, {"start": 540.83, "end": 541.19, "word": " person", "probability": 0.65673828125}, {"start": 541.19, "end": 541.45, "word": " does", "probability": 0.322509765625}, {"start": 541.45, "end": 541.47, "word": " not", "probability": 0.943359375}, {"start": 541.47, "end": 541.71, "word": " hold", "probability": 0.53173828125}, {"start": 541.71, "end": 542.13, "word": " anyone's", "probability": 0.6322021484375}, {"start": 542.13, "end": 542.13, "word": " hand?", "probability": 0.91748046875}, {"start": 542.43, "end": 542.51, "word": " He", "probability": 0.65576171875}, {"start": 542.51, "end": 542.65, "word": " holds", "probability": 0.73876953125}, {"start": 542.65, "end": 542.91, "word": " the", "probability": 0.65576171875}, {"start": 542.91, "end": 543.03, "word": " other", "probability": 0.041259765625}, {"start": 543.03, "end": 543.15, "word": " person's", "probability": 0.791259765625}, {"start": 543.15, "end": 543.15, "word": " hand.", "probability": 0.88671875}, {"start": 546.35, "end": 546.77, "word": " And", "probability": 0.1317138671875}, {"start": 546.77, "end": 546.87, "word": " the", "probability": 0.63525390625}, {"start": 546.87, "end": 546.89, "word": " one", "probability": 0.56982421875}, {"start": 546.89, "end": 547.05, "word": " behind", "probability": 0.87939453125}, {"start": 547.05, "end": 547.79, "word": " him?", "probability": 0.634765625}], "temperature": 1.0}, {"id": 22, "seek": 57333, "start": 549.09, "end": 573.33, "text": " He puts his hand on him, right? And the one behind him walks to the one in front of him, and the one behind him walks too. Can you imagine if we came to a boy from behind and told him to put his hand on the one in front of him and the other hand on the one next to him? He would tell him to walk to the one in front of him, he wouldn't know where to go. Right? No, walk to the one next to him, he wouldn't know where to go. So let's tell the boy to hold on to one hand only. Wherever he walks, this one walks behind him. This is the same thing. The button, you tied it in one knot.", "tokens": [634, 8137, 702, 1011, 322, 796, 11, 558, 30, 400, 264, 472, 2261, 796, 12896, 281, 264, 472, 294, 1868, 295, 796, 11, 293, 264, 472, 2261, 796, 12896, 886, 13, 1664, 291, 3811, 498, 321, 1361, 281, 257, 3237, 490, 2261, 293, 1907, 796, 281, 829, 702, 1011, 322, 264, 472, 294, 1868, 295, 796, 293, 264, 661, 1011, 322, 264, 472, 958, 281, 796, 30, 634, 576, 980, 796, 281, 1792, 281, 264, 472, 294, 1868, 295, 796, 11, 415, 2759, 380, 458, 689, 281, 352, 13, 1779, 30, 883, 11, 1792, 281, 264, 472, 958, 281, 796, 11, 415, 2759, 380, 458, 689, 281, 352, 13, 407, 718, 311, 980, 264, 3237, 281, 1797, 322, 281, 472, 1011, 787, 13, 30903, 415, 12896, 11, 341, 472, 12896, 2261, 796, 13, 639, 307, 264, 912, 551, 13, 440, 2960, 11, 291, 9601, 309, 294, 472, 16966, 13], "avg_logprob": -0.4887500019868215, "compression_ratio": 2.2384615384615385, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 549.09, "end": 549.35, "word": " He", "probability": 0.06744384765625}, {"start": 549.35, "end": 549.45, "word": " puts", "probability": 0.53369140625}, {"start": 549.45, "end": 549.55, "word": " his", "probability": 0.8515625}, {"start": 549.55, "end": 549.65, "word": " hand", "probability": 0.8037109375}, {"start": 549.65, "end": 549.85, "word": " on", "probability": 0.8505859375}, {"start": 549.85, "end": 549.97, "word": " him,", "probability": 0.341552734375}, {"start": 550.37, "end": 550.85, "word": " right?", "probability": 0.6796875}, {"start": 551.07, "end": 551.35, "word": " And", "probability": 0.708984375}, {"start": 551.35, "end": 551.49, "word": " the", "probability": 0.394775390625}, {"start": 551.49, "end": 551.63, "word": " one", "probability": 0.56005859375}, {"start": 551.63, "end": 551.67, "word": " behind", "probability": 0.76806640625}, {"start": 551.67, "end": 552.11, "word": " him", "probability": 0.76953125}, {"start": 552.11, "end": 552.77, "word": " walks", "probability": 0.382568359375}, {"start": 552.77, "end": 553.15, "word": " to", "probability": 0.2193603515625}, {"start": 553.15, "end": 553.25, "word": " the", "probability": 0.6220703125}, {"start": 553.25, "end": 553.25, "word": " one", "probability": 0.6591796875}, {"start": 553.25, "end": 553.35, "word": " in", "probability": 0.78369140625}, {"start": 553.35, "end": 553.59, "word": " front", "probability": 0.9267578125}, {"start": 553.59, "end": 553.89, "word": " of", "probability": 0.544921875}, {"start": 553.89, "end": 554.09, "word": " him,", "probability": 0.927734375}, {"start": 554.33, "end": 554.45, "word": " and", "probability": 0.251220703125}, {"start": 554.45, "end": 554.51, "word": " the", "probability": 0.277099609375}, {"start": 554.51, "end": 554.53, "word": " one", "probability": 0.66845703125}, {"start": 554.53, "end": 554.79, "word": " behind", "probability": 0.90869140625}, {"start": 554.79, "end": 554.87, "word": " him", "probability": 0.8095703125}, {"start": 554.87, "end": 555.03, "word": " walks", "probability": 0.53271484375}, {"start": 555.03, "end": 555.07, "word": " too.", "probability": 0.2288818359375}, {"start": 555.11, "end": 555.21, "word": " Can", "probability": 0.10223388671875}, {"start": 555.21, "end": 555.25, "word": " you", "probability": 0.44921875}, {"start": 555.25, "end": 555.41, "word": " imagine", "probability": 0.849609375}, {"start": 555.41, "end": 555.63, "word": " if", "probability": 0.451416015625}, {"start": 555.63, "end": 555.87, "word": " we", "probability": 0.5908203125}, {"start": 555.87, "end": 556.05, "word": " came", "probability": 0.127685546875}, {"start": 556.05, "end": 556.15, "word": " to", "probability": 0.8994140625}, {"start": 556.15, "end": 556.25, "word": " a", "probability": 0.83251953125}, {"start": 556.25, "end": 556.39, "word": " boy", "probability": 0.51171875}, {"start": 556.39, "end": 556.67, "word": " from", "probability": 0.328857421875}, {"start": 556.67, "end": 557.19, "word": " behind", "probability": 0.6337890625}, {"start": 557.19, "end": 557.35, "word": " and", "probability": 0.36572265625}, {"start": 557.35, "end": 557.55, "word": " told", "probability": 0.315673828125}, {"start": 557.55, "end": 557.65, "word": " him", "probability": 0.92529296875}, {"start": 557.65, "end": 557.71, "word": " to", "probability": 0.7197265625}, {"start": 557.71, "end": 557.85, "word": " put", "probability": 0.86767578125}, {"start": 557.85, "end": 557.93, "word": " his", "probability": 0.7275390625}, {"start": 557.93, "end": 558.09, "word": " hand", "probability": 0.888671875}, {"start": 558.09, "end": 558.31, "word": " on", "probability": 0.845703125}, {"start": 558.31, "end": 558.41, "word": " the", "probability": 0.720703125}, {"start": 558.41, "end": 558.41, "word": " one", "probability": 0.6689453125}, {"start": 558.41, "end": 558.57, "word": " in", "probability": 0.76953125}, {"start": 558.57, "end": 558.69, "word": " front", "probability": 0.9462890625}, {"start": 558.69, "end": 558.79, "word": " of", "probability": 0.9345703125}, {"start": 558.79, "end": 558.79, "word": " him", "probability": 0.82568359375}, {"start": 558.79, "end": 558.97, "word": " and", "probability": 0.6220703125}, {"start": 558.97, "end": 559.13, "word": " the", "probability": 0.330810546875}, {"start": 559.13, "end": 559.55, "word": " other", "probability": 0.61669921875}, {"start": 559.55, "end": 559.57, "word": " hand", "probability": 0.37109375}, {"start": 559.57, "end": 559.69, "word": " on", "probability": 0.8544921875}, {"start": 559.69, "end": 559.77, "word": " the", "probability": 0.8134765625}, {"start": 559.77, "end": 559.77, "word": " one", "probability": 0.74560546875}, {"start": 559.77, "end": 559.95, "word": " next", "probability": 0.69384765625}, {"start": 559.95, "end": 560.05, "word": " to", "probability": 0.96826171875}, {"start": 560.05, "end": 560.05, "word": " him?", "probability": 0.91357421875}, {"start": 561.39, "end": 561.67, "word": " He", "probability": 0.50146484375}, {"start": 561.67, "end": 561.71, "word": " would", "probability": 0.469482421875}, {"start": 561.71, "end": 561.83, "word": " tell", "probability": 0.271484375}, {"start": 561.83, "end": 561.95, "word": " him", "probability": 0.92041015625}, {"start": 561.95, "end": 562.05, "word": " to", "probability": 0.358154296875}, {"start": 562.05, "end": 562.11, "word": " walk", "probability": 0.69677734375}, {"start": 562.11, "end": 562.23, "word": " to", "probability": 0.65478515625}, {"start": 562.23, "end": 562.31, "word": " the", "probability": 0.81103515625}, {"start": 562.31, "end": 562.31, "word": " one", "probability": 0.81201171875}, {"start": 562.31, "end": 562.39, "word": " in", "probability": 0.6796875}, {"start": 562.39, "end": 562.49, "word": " front", "probability": 0.95166015625}, {"start": 562.49, "end": 562.53, "word": " of", "probability": 0.921875}, {"start": 562.53, "end": 562.55, "word": " him,", "probability": 0.9287109375}, {"start": 562.55, "end": 562.65, "word": " he", "probability": 0.58349609375}, {"start": 562.65, "end": 562.69, "word": " wouldn't", "probability": 0.770751953125}, {"start": 562.69, "end": 562.91, "word": " know", "probability": 0.859375}, {"start": 562.91, "end": 563.05, "word": " where", "probability": 0.7958984375}, {"start": 563.05, "end": 563.13, "word": " to", "probability": 0.9521484375}, {"start": 563.13, "end": 563.33, "word": " go.", "probability": 0.93994140625}, {"start": 563.91, "end": 564.13, "word": " Right?", "probability": 0.478515625}, {"start": 564.29, "end": 564.35, "word": " No,", "probability": 0.33984375}, {"start": 564.39, "end": 564.53, "word": " walk", "probability": 0.45458984375}, {"start": 564.53, "end": 564.65, "word": " to", "probability": 0.9052734375}, {"start": 564.65, "end": 564.79, "word": " the", "probability": 0.861328125}, {"start": 564.79, "end": 564.79, "word": " one", "probability": 0.79541015625}, {"start": 564.79, "end": 564.91, "word": " next", "probability": 0.931640625}, {"start": 564.91, "end": 564.91, "word": " to", "probability": 0.96728515625}, {"start": 564.91, "end": 564.97, "word": " him,", "probability": 0.87548828125}, {"start": 565.03, "end": 565.07, "word": " he", "probability": 0.91064453125}, {"start": 565.07, "end": 565.15, "word": " wouldn't", "probability": 0.89404296875}, {"start": 565.15, "end": 565.35, "word": " know", "probability": 0.8798828125}, {"start": 565.35, "end": 565.45, "word": " where", "probability": 0.93896484375}, {"start": 565.45, "end": 565.51, "word": " to", "probability": 0.96044921875}, {"start": 565.51, "end": 565.65, "word": " go.", "probability": 0.96044921875}, {"start": 565.69, "end": 565.83, "word": " So", "probability": 0.7763671875}, {"start": 565.83, "end": 566.05, "word": " let's", "probability": 0.57244873046875}, {"start": 566.05, "end": 566.25, "word": " tell", "probability": 0.395751953125}, {"start": 566.25, "end": 566.41, "word": " the", "probability": 0.7197265625}, {"start": 566.41, "end": 566.59, "word": " boy", "probability": 0.8056640625}, {"start": 566.59, "end": 567.15, "word": " to", "probability": 0.85986328125}, {"start": 567.15, "end": 567.33, "word": " hold", "probability": 0.546875}, {"start": 567.33, "end": 567.45, "word": " on", "probability": 0.375732421875}, {"start": 567.45, "end": 567.45, "word": " to", "probability": 0.880859375}, {"start": 567.45, "end": 567.71, "word": " one", "probability": 0.6513671875}, {"start": 567.71, "end": 567.77, "word": " hand", "probability": 0.28955078125}, {"start": 567.77, "end": 568.01, "word": " only.", "probability": 0.55859375}, {"start": 568.71, "end": 568.99, "word": " Wherever", "probability": 0.65185546875}, {"start": 568.99, "end": 569.11, "word": " he", "probability": 0.4658203125}, {"start": 569.11, "end": 569.29, "word": " walks,", "probability": 0.4619140625}, {"start": 569.37, "end": 569.49, "word": " this", "probability": 0.42919921875}, {"start": 569.49, "end": 569.53, "word": " one", "probability": 0.449462890625}, {"start": 569.53, "end": 569.65, "word": " walks", "probability": 0.2052001953125}, {"start": 569.65, "end": 569.85, "word": " behind", "probability": 0.7470703125}, {"start": 569.85, "end": 569.85, "word": " him.", "probability": 0.7841796875}, {"start": 570.29, "end": 570.57, "word": " This", "probability": 0.56201171875}, {"start": 570.57, "end": 570.65, "word": " is", "probability": 0.9345703125}, {"start": 570.65, "end": 570.75, "word": " the", "probability": 0.88525390625}, {"start": 570.75, "end": 570.85, "word": " same", "probability": 0.904296875}, {"start": 570.85, "end": 571.19, "word": " thing.", "probability": 0.86181640625}, {"start": 571.29, "end": 571.41, "word": " The", "probability": 0.5361328125}, {"start": 571.41, "end": 571.63, "word": " button,", "probability": 0.7021484375}, {"start": 572.35, "end": 572.57, "word": " you", "probability": 0.9052734375}, {"start": 572.57, "end": 572.81, "word": " tied", "probability": 0.3857421875}, {"start": 572.81, "end": 572.95, "word": " it", "probability": 0.84033203125}, {"start": 572.95, "end": 573.03, "word": " in", "probability": 0.39794921875}, {"start": 573.03, "end": 573.13, "word": " one", "probability": 0.54345703125}, {"start": 573.13, "end": 573.33, "word": " knot.", "probability": 0.486572265625}], "temperature": 1.0}, {"id": 23, "seek": 60339, "start": 578.37, "end": 603.39, "text": " Okay, let's go to the button below this one. Why does it have to be here? First of all, you say this is the button below this button here, okay? And it is linked to, I mean, there are more than one option. First of all, this top is linked to this bottom, we say it is below it, okay? Now, you can also link this to whom?", "tokens": [1033, 11, 718, 311, 352, 281, 264, 2960, 2507, 341, 472, 13, 1545, 775, 309, 362, 281, 312, 510, 30, 2386, 295, 439, 11, 291, 584, 341, 307, 264, 2960, 2507, 341, 2960, 510, 11, 1392, 30, 400, 309, 307, 9408, 281, 11, 286, 914, 11, 456, 366, 544, 813, 472, 3614, 13, 2386, 295, 439, 11, 341, 1192, 307, 9408, 281, 341, 2767, 11, 321, 584, 309, 307, 2507, 309, 11, 1392, 30, 823, 11, 291, 393, 611, 2113, 341, 281, 7101, 30], "avg_logprob": -0.5308823305017808, "compression_ratio": 1.7351351351351352, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 578.37, "end": 578.71, "word": " Okay,", "probability": 0.2462158203125}, {"start": 578.79, "end": 578.97, "word": " let's", "probability": 0.815185546875}, {"start": 578.97, "end": 579.07, "word": " go", "probability": 0.28515625}, {"start": 579.07, "end": 579.23, "word": " to", "probability": 0.55224609375}, {"start": 579.23, "end": 579.39, "word": " the", "probability": 0.56982421875}, {"start": 579.39, "end": 579.55, "word": " button", "probability": 0.60302734375}, {"start": 579.55, "end": 579.91, "word": " below", "probability": 0.486572265625}, {"start": 579.91, "end": 580.27, "word": " this", "probability": 0.285888671875}, {"start": 580.27, "end": 580.93, "word": " one.", "probability": 0.61474609375}, {"start": 581.79, "end": 581.99, "word": " Why", "probability": 0.54296875}, {"start": 581.99, "end": 582.17, "word": " does", "probability": 0.1856689453125}, {"start": 582.17, "end": 582.27, "word": " it", "probability": 0.8056640625}, {"start": 582.27, "end": 582.27, "word": " have", "probability": 0.408935546875}, {"start": 582.27, "end": 582.27, "word": " to", "probability": 0.931640625}, {"start": 582.27, "end": 582.35, "word": " be", "probability": 0.87109375}, {"start": 582.35, "end": 582.43, "word": " here?", "probability": 0.36865234375}, {"start": 582.59, "end": 582.89, "word": " First", "probability": 0.435791015625}, {"start": 582.89, "end": 583.15, "word": " of", "probability": 0.51513671875}, {"start": 583.15, "end": 583.17, "word": " all,", "probability": 0.94970703125}, {"start": 583.37, "end": 583.37, "word": " you", "probability": 0.5732421875}, {"start": 583.37, "end": 584.35, "word": " say", "probability": 0.267822265625}, {"start": 584.35, "end": 584.55, "word": " this", "probability": 0.501953125}, {"start": 584.55, "end": 584.59, "word": " is", "probability": 0.38623046875}, {"start": 584.59, "end": 584.71, "word": " the", "probability": 0.82275390625}, {"start": 584.71, "end": 584.87, "word": " button", "probability": 0.7841796875}, {"start": 584.87, "end": 585.11, "word": " below", "probability": 0.6767578125}, {"start": 585.11, "end": 585.27, "word": " this", "probability": 0.76318359375}, {"start": 585.27, "end": 585.47, "word": " button", "probability": 0.5927734375}, {"start": 585.47, "end": 586.59, "word": " here,", "probability": 0.329345703125}, {"start": 586.59, "end": 586.81, "word": " okay?", "probability": 0.352294921875}, {"start": 589.13, "end": 589.53, "word": " And", "probability": 0.693359375}, {"start": 589.53, "end": 589.63, "word": " it", "probability": 0.7158203125}, {"start": 589.63, "end": 589.65, "word": " is", "probability": 0.583984375}, {"start": 589.65, "end": 590.05, "word": " linked", "probability": 0.30078125}, {"start": 590.05, "end": 590.97, "word": " to,", "probability": 0.89892578125}, {"start": 592.37, "end": 592.95, "word": " I", "probability": 0.55078125}, {"start": 592.95, "end": 594.19, "word": " mean,", "probability": 0.97119140625}, {"start": 594.59, "end": 596.37, "word": " there", "probability": 0.82470703125}, {"start": 596.37, "end": 596.43, "word": " are", "probability": 0.8916015625}, {"start": 596.43, "end": 596.67, "word": " more", "probability": 0.6494140625}, {"start": 596.67, "end": 596.79, "word": " than", "probability": 0.65087890625}, {"start": 596.79, "end": 596.89, "word": " one", "probability": 0.888671875}, {"start": 596.89, "end": 597.03, "word": " option.", "probability": 0.482177734375}, {"start": 597.09, "end": 597.29, "word": " First", "probability": 0.74462890625}, {"start": 597.29, "end": 597.45, "word": " of", "probability": 0.58544921875}, {"start": 597.45, "end": 597.45, "word": " all,", "probability": 0.947265625}, {"start": 597.57, "end": 597.59, "word": " this", "probability": 0.314453125}, {"start": 597.59, "end": 597.83, "word": " top", "probability": 0.6201171875}, {"start": 597.83, "end": 597.97, "word": " is", "probability": 0.445556640625}, {"start": 597.97, "end": 598.13, "word": " linked", "probability": 0.8095703125}, {"start": 598.13, "end": 598.31, "word": " to", "probability": 0.92138671875}, {"start": 598.31, "end": 598.37, "word": " this", "probability": 0.6865234375}, {"start": 598.37, "end": 598.63, "word": " bottom,", "probability": 0.80859375}, {"start": 598.85, "end": 598.95, "word": " we", "probability": 0.403564453125}, {"start": 598.95, "end": 599.11, "word": " say", "probability": 0.77880859375}, {"start": 599.11, "end": 599.27, "word": " it", "probability": 0.580078125}, {"start": 599.27, "end": 599.29, "word": " is", "probability": 0.60791015625}, {"start": 599.29, "end": 599.47, "word": " below", "probability": 0.72900390625}, {"start": 599.47, "end": 599.59, "word": " it,", "probability": 0.41064453125}, {"start": 599.83, "end": 599.89, "word": " okay?", "probability": 0.79296875}, {"start": 600.95, "end": 601.35, "word": " Now,", "probability": 0.8408203125}, {"start": 601.43, "end": 601.73, "word": " you", "probability": 0.6337890625}, {"start": 601.73, "end": 601.73, "word": " can", "probability": 0.72705078125}, {"start": 601.73, "end": 602.05, "word": " also", "probability": 0.1571044921875}, {"start": 602.05, "end": 602.45, "word": " link", "probability": 0.63916015625}, {"start": 602.45, "end": 602.85, "word": " this", "probability": 0.8818359375}, {"start": 602.85, "end": 603.15, "word": " to", "probability": 0.369873046875}, {"start": 603.15, "end": 603.39, "word": " whom?", "probability": 0.49365234375}], "temperature": 1.0}, {"id": 24, "seek": 63007, "start": 604.09, "end": 630.07, "text": "With the piano Correct, but there is something that we don't like That the element is connected to two elements, okay? That's why if this button moves, the one below doesn't move My head moves because it's connected to it, okay? The best solution is to remove this and say that the button below is this one And leave the beginning of this one with the beginning of this one Like this", "tokens": [20943, 264, 9211, 12753, 11, 457, 456, 307, 746, 300, 321, 500, 380, 411, 663, 264, 4478, 307, 4582, 281, 732, 4959, 11, 1392, 30, 663, 311, 983, 498, 341, 2960, 6067, 11, 264, 472, 2507, 1177, 380, 1286, 1222, 1378, 6067, 570, 309, 311, 4582, 281, 309, 11, 1392, 30, 440, 1151, 3827, 307, 281, 4159, 341, 293, 584, 300, 264, 2960, 2507, 307, 341, 472, 400, 1856, 264, 2863, 295, 341, 472, 365, 264, 2863, 295, 341, 472, 1743, 341], "avg_logprob": -0.48117471100336096, "compression_ratio": 1.7981220657276995, "no_speech_prob": 7.748603820800781e-06, "words": [{"start": 604.09, "end": 604.37, "word": "With", "probability": 0.1259765625}, {"start": 604.37, "end": 604.51, "word": " the", "probability": 0.52978515625}, {"start": 604.51, "end": 604.71, "word": " piano", "probability": 0.7294921875}, {"start": 604.71, "end": 605.81, "word": " Correct,", "probability": 0.1827392578125}, {"start": 606.05, "end": 606.23, "word": " but", "probability": 0.88134765625}, {"start": 606.23, "end": 606.39, "word": " there", "probability": 0.771484375}, {"start": 606.39, "end": 606.55, "word": " is", "probability": 0.662109375}, {"start": 606.55, "end": 607.31, "word": " something", "probability": 0.495361328125}, {"start": 607.31, "end": 607.39, "word": " that", "probability": 0.48681640625}, {"start": 607.39, "end": 607.51, "word": " we", "probability": 0.908203125}, {"start": 607.51, "end": 607.61, "word": " don't", "probability": 0.8359375}, {"start": 607.61, "end": 607.87, "word": " like", "probability": 0.8818359375}, {"start": 607.87, "end": 608.57, "word": " That", "probability": 0.2362060546875}, {"start": 608.57, "end": 608.69, "word": " the", "probability": 0.5498046875}, {"start": 608.69, "end": 608.93, "word": " element", "probability": 0.5498046875}, {"start": 608.93, "end": 609.13, "word": " is", "probability": 0.771484375}, {"start": 609.13, "end": 609.29, "word": " connected", "probability": 0.29931640625}, {"start": 609.29, "end": 609.49, "word": " to", "probability": 0.81396484375}, {"start": 609.49, "end": 610.01, "word": " two", "probability": 0.57470703125}, {"start": 610.01, "end": 610.01, "word": " elements,", "probability": 0.79150390625}, {"start": 610.39, "end": 610.67, "word": " okay?", "probability": 0.2164306640625}, {"start": 610.93, "end": 611.45, "word": " That's", "probability": 0.6060791015625}, {"start": 611.45, "end": 611.57, "word": " why", "probability": 0.92333984375}, {"start": 611.57, "end": 611.93, "word": " if", "probability": 0.437744140625}, {"start": 611.93, "end": 611.93, "word": " this", "probability": 0.66796875}, {"start": 611.93, "end": 613.35, "word": " button", "probability": 0.367431640625}, {"start": 613.35, "end": 613.85, "word": " moves,", "probability": 0.3779296875}, {"start": 614.23, "end": 614.73, "word": " the", "probability": 0.334228515625}, {"start": 614.73, "end": 614.77, "word": " one", "probability": 0.363525390625}, {"start": 614.77, "end": 614.95, "word": " below", "probability": 0.81494140625}, {"start": 614.95, "end": 615.09, "word": " doesn't", "probability": 0.7330322265625}, {"start": 615.09, "end": 615.45, "word": " move", "probability": 0.86376953125}, {"start": 615.45, "end": 616.01, "word": " My", "probability": 0.345703125}, {"start": 616.01, "end": 616.27, "word": " head", "probability": 0.9208984375}, {"start": 616.27, "end": 616.75, "word": " moves", "probability": 0.7939453125}, {"start": 616.75, "end": 616.95, "word": " because", "probability": 0.72509765625}, {"start": 616.95, "end": 617.07, "word": " it's", "probability": 0.70751953125}, {"start": 617.07, "end": 617.37, "word": " connected", "probability": 0.73046875}, {"start": 617.37, "end": 617.47, "word": " to", "probability": 0.787109375}, {"start": 617.47, "end": 617.83, "word": " it,", "probability": 0.83203125}, {"start": 618.41, "end": 618.91, "word": " okay?", "probability": 0.75146484375}, {"start": 619.09, "end": 619.61, "word": " The", "probability": 0.83984375}, {"start": 619.61, "end": 620.17, "word": " best", "probability": 0.8427734375}, {"start": 620.17, "end": 620.31, "word": " solution", "probability": 0.8759765625}, {"start": 620.31, "end": 620.89, "word": " is", "probability": 0.74853515625}, {"start": 620.89, "end": 622.43, "word": " to", "probability": 0.68603515625}, {"start": 622.43, "end": 622.73, "word": " remove", "probability": 0.69189453125}, {"start": 622.73, "end": 623.09, "word": " this", "probability": 0.8544921875}, {"start": 623.09, "end": 623.45, "word": " and", "probability": 0.353759765625}, {"start": 623.45, "end": 623.87, "word": " say", "probability": 0.7548828125}, {"start": 623.87, "end": 624.17, "word": " that", "probability": 0.84619140625}, {"start": 624.17, "end": 624.29, "word": " the", "probability": 0.630859375}, {"start": 624.29, "end": 624.47, "word": " button", "probability": 0.77685546875}, {"start": 624.47, "end": 624.77, "word": " below", "probability": 0.7197265625}, {"start": 624.77, "end": 624.85, "word": " is", "probability": 0.74560546875}, {"start": 624.85, "end": 625.05, "word": " this", "probability": 0.69482421875}, {"start": 625.05, "end": 625.17, "word": " one", "probability": 0.5087890625}, {"start": 625.17, "end": 625.23, "word": " And", "probability": 0.5263671875}, {"start": 625.23, "end": 625.57, "word": " leave", "probability": 0.47802734375}, {"start": 625.57, "end": 625.67, "word": " the", "probability": 0.78466796875}, {"start": 625.67, "end": 626.01, "word": " beginning", "probability": 0.87158203125}, {"start": 626.01, "end": 626.15, "word": " of", "probability": 0.90087890625}, {"start": 626.15, "end": 626.55, "word": " this", "probability": 0.888671875}, {"start": 626.55, "end": 626.75, "word": " one", "probability": 0.4853515625}, {"start": 626.75, "end": 627.11, "word": " with", "probability": 0.79541015625}, {"start": 627.11, "end": 627.91, "word": " the", "probability": 0.74072265625}, {"start": 627.91, "end": 628.13, "word": " beginning", "probability": 0.94482421875}, {"start": 628.13, "end": 628.29, "word": " of", "probability": 0.96142578125}, {"start": 628.29, "end": 628.55, "word": " this", "probability": 0.73095703125}, {"start": 628.55, "end": 628.71, "word": " one", "probability": 0.91796875}, {"start": 628.71, "end": 628.95, "word": " Like", "probability": 0.42041015625}, {"start": 628.95, "end": 630.07, "word": " this", "probability": 0.76513671875}], "temperature": 1.0}, {"id": 25, "seek": 65653, "start": 631.53, "end": 656.53, "text": "You will find that all of them are connected to each other. This last one will not make much difference. As we said, we can connect this one with this one and this one with this one. Meaning the top with the top and present on its left or right. Or it will not matter if you connect it with the top.", "tokens": [3223, 486, 915, 300, 439, 295, 552, 366, 4582, 281, 1184, 661, 13, 639, 1036, 472, 486, 406, 652, 709, 2649, 13, 1018, 321, 848, 11, 321, 393, 1745, 341, 472, 365, 341, 472, 293, 341, 472, 365, 341, 472, 13, 19948, 264, 1192, 365, 264, 1192, 293, 1974, 322, 1080, 1411, 420, 558, 13, 1610, 309, 486, 406, 1871, 498, 291, 1745, 309, 365, 264, 1192, 13], "avg_logprob": -0.5520833091459413, "compression_ratio": 1.7383720930232558, "no_speech_prob": 0.0, "words": [{"start": 631.53, "end": 631.79, "word": "You", "probability": 0.12298583984375}, {"start": 631.79, "end": 631.79, "word": " will", "probability": 0.368896484375}, {"start": 631.79, "end": 631.89, "word": " find", "probability": 0.62890625}, {"start": 631.89, "end": 632.21, "word": " that", "probability": 0.61865234375}, {"start": 632.21, "end": 632.87, "word": " all", "probability": 0.3681640625}, {"start": 632.87, "end": 633.67, "word": " of", "probability": 0.3564453125}, {"start": 633.67, "end": 633.67, "word": " them", "probability": 0.68505859375}, {"start": 633.67, "end": 635.25, "word": " are", "probability": 0.8271484375}, {"start": 635.25, "end": 635.47, "word": " connected", "probability": 0.4501953125}, {"start": 635.47, "end": 635.65, "word": " to", "probability": 0.4091796875}, {"start": 635.65, "end": 635.87, "word": " each", "probability": 0.85400390625}, {"start": 635.87, "end": 635.89, "word": " other.", "probability": 0.8857421875}, {"start": 636.33, "end": 636.89, "word": " This", "probability": 0.262939453125}, {"start": 636.89, "end": 637.33, "word": " last", "probability": 0.7666015625}, {"start": 637.33, "end": 637.47, "word": " one", "probability": 0.62060546875}, {"start": 637.47, "end": 638.33, "word": " will", "probability": 0.296630859375}, {"start": 638.33, "end": 638.33, "word": " not", "probability": 0.9228515625}, {"start": 638.33, "end": 638.61, "word": " make", "probability": 0.50341796875}, {"start": 638.61, "end": 638.85, "word": " much", "probability": 0.427001953125}, {"start": 638.85, "end": 638.85, "word": " difference.", "probability": 0.724609375}, {"start": 639.09, "end": 639.49, "word": " As", "probability": 0.2216796875}, {"start": 639.49, "end": 639.75, "word": " we", "probability": 0.75537109375}, {"start": 639.75, "end": 639.95, "word": " said,", "probability": 0.80810546875}, {"start": 640.07, "end": 640.07, "word": " we", "probability": 0.71826171875}, {"start": 640.07, "end": 640.13, "word": " can", "probability": 0.796875}, {"start": 640.13, "end": 640.33, "word": " connect", "probability": 0.8232421875}, {"start": 640.33, "end": 640.61, "word": " this", "probability": 0.7236328125}, {"start": 640.61, "end": 640.65, "word": " one", "probability": 0.5927734375}, {"start": 640.65, "end": 640.79, "word": " with", "probability": 0.6201171875}, {"start": 640.79, "end": 641.11, "word": " this", "probability": 0.8330078125}, {"start": 641.11, "end": 641.43, "word": " one", "probability": 0.87060546875}, {"start": 641.43, "end": 643.27, "word": " and", "probability": 0.204345703125}, {"start": 643.27, "end": 644.57, "word": " this", "probability": 0.74658203125}, {"start": 644.57, "end": 644.65, "word": " one", "probability": 0.8525390625}, {"start": 644.65, "end": 644.77, "word": " with", "probability": 0.8525390625}, {"start": 644.77, "end": 645.05, "word": " this", "probability": 0.86474609375}, {"start": 645.05, "end": 645.09, "word": " one.", "probability": 0.92724609375}, {"start": 645.15, "end": 645.59, "word": " Meaning", "probability": 0.1585693359375}, {"start": 645.59, "end": 645.81, "word": " the", "probability": 0.310546875}, {"start": 645.81, "end": 645.99, "word": " top", "probability": 0.489990234375}, {"start": 645.99, "end": 646.15, "word": " with", "probability": 0.60888671875}, {"start": 646.15, "end": 646.31, "word": " the", "probability": 0.73486328125}, {"start": 646.31, "end": 646.59, "word": " top", "probability": 0.95751953125}, {"start": 646.59, "end": 647.67, "word": " and", "probability": 0.63037109375}, {"start": 647.67, "end": 648.03, "word": " present", "probability": 0.188720703125}, {"start": 648.03, "end": 648.29, "word": " on", "probability": 0.79052734375}, {"start": 648.29, "end": 648.95, "word": " its", "probability": 0.359130859375}, {"start": 648.95, "end": 649.61, "word": " left", "probability": 0.78173828125}, {"start": 649.61, "end": 650.25, "word": " or", "probability": 0.458740234375}, {"start": 650.25, "end": 650.61, "word": " right.", "probability": 0.80078125}, {"start": 652.17, "end": 652.73, "word": " Or", "probability": 0.65283203125}, {"start": 652.73, "end": 653.15, "word": " it", "probability": 0.55126953125}, {"start": 653.15, "end": 653.27, "word": " will", "probability": 0.54736328125}, {"start": 653.27, "end": 653.27, "word": " not", "probability": 0.82177734375}, {"start": 653.27, "end": 653.59, "word": " matter", "probability": 0.53857421875}, {"start": 653.59, "end": 654.01, "word": " if", "probability": 0.5771484375}, {"start": 654.01, "end": 654.29, "word": " you", "probability": 0.8388671875}, {"start": 654.29, "end": 654.47, "word": " connect", "probability": 0.78271484375}, {"start": 654.47, "end": 654.85, "word": " it", "probability": 0.61572265625}, {"start": 654.85, "end": 655.15, "word": " with", "probability": 0.73779296875}, {"start": 655.15, "end": 656.35, "word": " the", "probability": 0.85888671875}, {"start": 656.35, "end": 656.53, "word": " top.", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 26, "seek": 68534, "start": 659.0, "end": 685.34, "text": "in case it moves, it will move too because these two will move, so the fourth will move with it, okay? In short, the concept of constraint layout is that you connect elements relative to each other. The first one you connect with the parent, and the rest you connect them relative to a certain element. Now, based on the ... before we take a practical example, now you have two buttons like this,", "tokens": [259, 1389, 309, 6067, 11, 309, 486, 1286, 886, 570, 613, 732, 486, 1286, 11, 370, 264, 6409, 486, 1286, 365, 309, 11, 1392, 30, 682, 2099, 11, 264, 3410, 295, 25534, 13333, 307, 300, 291, 1745, 4959, 4972, 281, 1184, 661, 13, 440, 700, 472, 291, 1745, 365, 264, 2596, 11, 293, 264, 1472, 291, 1745, 552, 4972, 281, 257, 1629, 4478, 13, 823, 11, 2361, 322, 264, 4386, 13, 949, 321, 747, 257, 8496, 1365, 11, 586, 291, 362, 732, 9905, 411, 341, 11], "avg_logprob": -0.5079022906292444, "compression_ratio": 1.7444933920704846, "no_speech_prob": 0.0, "words": [{"start": 659.0, "end": 659.16, "word": "in", "probability": 0.4228515625}, {"start": 659.16, "end": 659.42, "word": " case", "probability": 0.4873046875}, {"start": 659.42, "end": 659.64, "word": " it", "probability": 0.38134765625}, {"start": 659.64, "end": 660.0, "word": " moves,", "probability": 0.767578125}, {"start": 660.14, "end": 660.32, "word": " it", "probability": 0.82666015625}, {"start": 660.32, "end": 660.42, "word": " will", "probability": 0.64453125}, {"start": 660.42, "end": 660.78, "word": " move", "probability": 0.7236328125}, {"start": 660.78, "end": 661.38, "word": " too", "probability": 0.37744140625}, {"start": 661.38, "end": 661.62, "word": " because", "probability": 0.64013671875}, {"start": 661.62, "end": 662.26, "word": " these", "probability": 0.541015625}, {"start": 662.26, "end": 662.5, "word": " two", "probability": 0.783203125}, {"start": 662.5, "end": 662.64, "word": " will", "probability": 0.68310546875}, {"start": 662.64, "end": 663.02, "word": " move,", "probability": 0.92431640625}, {"start": 663.08, "end": 663.2, "word": " so", "probability": 0.62548828125}, {"start": 663.2, "end": 663.66, "word": " the", "probability": 0.6630859375}, {"start": 663.66, "end": 663.74, "word": " fourth", "probability": 0.84814453125}, {"start": 663.74, "end": 663.88, "word": " will", "probability": 0.6630859375}, {"start": 663.88, "end": 664.2, "word": " move", "probability": 0.9013671875}, {"start": 664.2, "end": 664.34, "word": " with", "probability": 0.478515625}, {"start": 664.34, "end": 664.84, "word": " it,", "probability": 0.81396484375}, {"start": 665.06, "end": 665.32, "word": " okay?", "probability": 0.433837890625}, {"start": 665.62, "end": 665.92, "word": " In", "probability": 0.353271484375}, {"start": 665.92, "end": 666.26, "word": " short,", "probability": 0.5673828125}, {"start": 666.76, "end": 666.96, "word": " the", "probability": 0.7041015625}, {"start": 666.96, "end": 667.22, "word": " concept", "probability": 0.420654296875}, {"start": 667.22, "end": 667.4, "word": " of", "probability": 0.96044921875}, {"start": 667.4, "end": 667.84, "word": " constraint", "probability": 0.509765625}, {"start": 667.84, "end": 668.24, "word": " layout", "probability": 0.9013671875}, {"start": 668.24, "end": 669.0, "word": " is", "probability": 0.7802734375}, {"start": 669.0, "end": 669.06, "word": " that", "probability": 0.626953125}, {"start": 669.06, "end": 669.22, "word": " you", "probability": 0.8740234375}, {"start": 669.22, "end": 669.42, "word": " connect", "probability": 0.337646484375}, {"start": 669.42, "end": 669.86, "word": " elements", "probability": 0.55078125}, {"start": 669.86, "end": 670.18, "word": " relative", "probability": 0.25}, {"start": 670.18, "end": 670.28, "word": " to", "probability": 0.9765625}, {"start": 670.28, "end": 670.46, "word": " each", "probability": 0.908203125}, {"start": 670.46, "end": 670.64, "word": " other.", "probability": 0.8974609375}, {"start": 671.68, "end": 671.82, "word": " The", "probability": 0.5703125}, {"start": 671.82, "end": 671.92, "word": " first", "probability": 0.8818359375}, {"start": 671.92, "end": 672.18, "word": " one", "probability": 0.77734375}, {"start": 672.18, "end": 672.32, "word": " you", "probability": 0.4912109375}, {"start": 672.32, "end": 672.46, "word": " connect", "probability": 0.818359375}, {"start": 672.46, "end": 672.64, "word": " with", "probability": 0.533203125}, {"start": 672.64, "end": 672.78, "word": " the", "probability": 0.8017578125}, {"start": 672.78, "end": 673.04, "word": " parent,", "probability": 0.9326171875}, {"start": 673.58, "end": 674.06, "word": " and", "probability": 0.8828125}, {"start": 674.06, "end": 674.12, "word": " the", "probability": 0.80517578125}, {"start": 674.12, "end": 674.34, "word": " rest", "probability": 0.6591796875}, {"start": 674.34, "end": 674.54, "word": " you", "probability": 0.68603515625}, {"start": 674.54, "end": 674.76, "word": " connect", "probability": 0.853515625}, {"start": 674.76, "end": 675.02, "word": " them", "probability": 0.193359375}, {"start": 675.02, "end": 675.48, "word": " relative", "probability": 0.57421875}, {"start": 675.48, "end": 676.02, "word": " to", "probability": 0.966796875}, {"start": 676.02, "end": 676.78, "word": " a", "probability": 0.27685546875}, {"start": 676.78, "end": 677.3, "word": " certain", "probability": 0.35302734375}, {"start": 677.3, "end": 677.3, "word": " element.", "probability": 0.958984375}, {"start": 677.52, "end": 677.68, "word": " Now,", "probability": 0.53564453125}, {"start": 677.96, "end": 678.24, "word": " based", "probability": 0.587890625}, {"start": 678.24, "end": 678.54, "word": " on", "probability": 0.9521484375}, {"start": 678.54, "end": 678.76, "word": " the", "probability": 0.39013671875}, {"start": 678.76, "end": 679.08, "word": " ...", "probability": 0.330322265625}, {"start": 679.46, "end": 679.96, "word": " before", "probability": 0.23095703125}, {"start": 679.96, "end": 680.2, "word": " we", "probability": 0.57958984375}, {"start": 680.2, "end": 680.32, "word": " take", "probability": 0.783203125}, {"start": 680.32, "end": 680.62, "word": " a", "probability": 0.66064453125}, {"start": 680.62, "end": 680.86, "word": " practical", "probability": 0.96484375}, {"start": 680.86, "end": 680.86, "word": " example,", "probability": 0.96728515625}, {"start": 682.88, "end": 683.62, "word": " now", "probability": 0.65673828125}, {"start": 683.62, "end": 683.96, "word": " you", "probability": 0.80712890625}, {"start": 683.96, "end": 683.96, "word": " have", "probability": 0.83837890625}, {"start": 683.96, "end": 684.7, "word": " two", "probability": 0.52294921875}, {"start": 684.7, "end": 685.0, "word": " buttons", "probability": 0.705078125}, {"start": 685.0, "end": 685.22, "word": " like", "probability": 0.47216796875}, {"start": 685.22, "end": 685.34, "word": " this,", "probability": 0.8505859375}], "temperature": 1.0}, {"id": 27, "seek": 71523, "start": 687.63, "end": 715.23, "text": " Remove these Now you want these two buttons to come next to each other To make them next to each other, you want to say that you want to hold this one and bind it like this and then this one comes and binds it to this one, right or wrong? And if you want them to be in the middle, you have to bind them on both sides You will see that there is something in the", "tokens": [18831, 613, 823, 291, 528, 613, 732, 9905, 281, 808, 958, 281, 1184, 661, 1407, 652, 552, 958, 281, 1184, 661, 11, 291, 528, 281, 584, 300, 291, 528, 281, 1797, 341, 472, 293, 14786, 309, 411, 341, 293, 550, 341, 472, 1487, 293, 41515, 309, 281, 341, 472, 11, 558, 420, 2085, 30, 400, 498, 291, 528, 552, 281, 312, 294, 264, 2808, 11, 291, 362, 281, 14786, 552, 322, 1293, 4881, 509, 486, 536, 300, 456, 307, 746, 294, 264], "avg_logprob": -0.5617469822067812, "compression_ratio": 1.8232323232323233, "no_speech_prob": 0.0, "words": [{"start": 687.63, "end": 688.03, "word": " Remove", "probability": 0.1669921875}, {"start": 688.03, "end": 688.39, "word": " these", "probability": 0.51123046875}, {"start": 688.39, "end": 694.65, "word": " Now", "probability": 0.08697509765625}, {"start": 694.65, "end": 698.91, "word": " you", "probability": 0.392578125}, {"start": 698.91, "end": 699.09, "word": " want", "probability": 0.71875}, {"start": 699.09, "end": 699.39, "word": " these", "probability": 0.7314453125}, {"start": 699.39, "end": 699.75, "word": " two", "probability": 0.72802734375}, {"start": 699.75, "end": 699.75, "word": " buttons", "probability": 0.5537109375}, {"start": 699.75, "end": 700.01, "word": " to", "probability": 0.80126953125}, {"start": 700.01, "end": 700.27, "word": " come", "probability": 0.51318359375}, {"start": 700.27, "end": 700.61, "word": " next", "probability": 0.5595703125}, {"start": 700.61, "end": 700.63, "word": " to", "probability": 0.96435546875}, {"start": 700.63, "end": 700.89, "word": " each", "probability": 0.939453125}, {"start": 700.89, "end": 700.89, "word": " other", "probability": 0.8740234375}, {"start": 700.89, "end": 702.51, "word": " To", "probability": 0.2420654296875}, {"start": 702.51, "end": 703.53, "word": " make", "probability": 0.34326171875}, {"start": 703.53, "end": 703.67, "word": " them", "probability": 0.82421875}, {"start": 703.67, "end": 703.83, "word": " next", "probability": 0.60498046875}, {"start": 703.83, "end": 703.91, "word": " to", "probability": 0.9169921875}, {"start": 703.91, "end": 704.09, "word": " each", "probability": 0.95458984375}, {"start": 704.09, "end": 704.09, "word": " other,", "probability": 0.87353515625}, {"start": 704.15, "end": 704.19, "word": " you", "probability": 0.78125}, {"start": 704.19, "end": 704.29, "word": " want", "probability": 0.225341796875}, {"start": 704.29, "end": 704.47, "word": " to", "probability": 0.88525390625}, {"start": 704.47, "end": 704.47, "word": " say", "probability": 0.196044921875}, {"start": 704.47, "end": 704.61, "word": " that", "probability": 0.302734375}, {"start": 704.61, "end": 704.65, "word": " you", "probability": 0.8583984375}, {"start": 704.65, "end": 704.75, "word": " want", "probability": 0.73046875}, {"start": 704.75, "end": 704.91, "word": " to", "probability": 0.9345703125}, {"start": 704.91, "end": 705.11, "word": " hold", "probability": 0.54638671875}, {"start": 705.11, "end": 705.41, "word": " this", "probability": 0.82080078125}, {"start": 705.41, "end": 705.47, "word": " one", "probability": 0.15771484375}, {"start": 705.47, "end": 705.57, "word": " and", "probability": 0.86328125}, {"start": 705.57, "end": 705.79, "word": " bind", "probability": 0.2578125}, {"start": 705.79, "end": 705.95, "word": " it", "probability": 0.52490234375}, {"start": 705.95, "end": 706.05, "word": " like", "probability": 0.62255859375}, {"start": 706.05, "end": 706.19, "word": " this", "probability": 0.6513671875}, {"start": 706.19, "end": 706.31, "word": " and", "probability": 0.32861328125}, {"start": 706.31, "end": 706.49, "word": " then", "probability": 0.75634765625}, {"start": 706.49, "end": 706.77, "word": " this", "probability": 0.3505859375}, {"start": 706.77, "end": 707.11, "word": " one", "probability": 0.755859375}, {"start": 707.11, "end": 707.11, "word": " comes", "probability": 0.349853515625}, {"start": 707.11, "end": 707.19, "word": " and", "probability": 0.78662109375}, {"start": 707.19, "end": 707.41, "word": " binds", "probability": 0.57763671875}, {"start": 707.41, "end": 707.59, "word": " it", "probability": 0.35595703125}, {"start": 707.59, "end": 707.63, "word": " to", "probability": 0.5166015625}, {"start": 707.63, "end": 707.91, "word": " this", "probability": 0.857421875}, {"start": 707.91, "end": 708.07, "word": " one,", "probability": 0.80029296875}, {"start": 708.21, "end": 708.39, "word": " right", "probability": 0.54833984375}, {"start": 708.39, "end": 708.59, "word": " or", "probability": 0.787109375}, {"start": 708.59, "end": 708.71, "word": " wrong?", "probability": 0.45458984375}, {"start": 709.19, "end": 709.59, "word": " And", "probability": 0.66650390625}, {"start": 709.59, "end": 709.69, "word": " if", "probability": 0.9462890625}, {"start": 709.69, "end": 709.95, "word": " you", "probability": 0.96142578125}, {"start": 709.95, "end": 709.95, "word": " want", "probability": 0.8486328125}, {"start": 709.95, "end": 710.19, "word": " them", "probability": 0.666015625}, {"start": 710.19, "end": 710.29, "word": " to", "probability": 0.529296875}, {"start": 710.29, "end": 710.29, "word": " be", "probability": 0.5537109375}, {"start": 710.29, "end": 710.31, "word": " in", "probability": 0.68798828125}, {"start": 710.31, "end": 710.45, "word": " the", "probability": 0.8984375}, {"start": 710.45, "end": 710.69, "word": " middle,", "probability": 0.9228515625}, {"start": 711.03, "end": 711.03, "word": " you", "probability": 0.857421875}, {"start": 711.03, "end": 711.29, "word": " have", "probability": 0.320068359375}, {"start": 711.29, "end": 711.35, "word": " to", "probability": 0.974609375}, {"start": 711.35, "end": 711.69, "word": " bind", "probability": 0.89599609375}, {"start": 711.69, "end": 711.99, "word": " them", "probability": 0.8203125}, {"start": 711.99, "end": 712.45, "word": " on", "probability": 0.3662109375}, {"start": 712.45, "end": 712.69, "word": " both", "probability": 0.6005859375}, {"start": 712.69, "end": 713.11, "word": " sides", "probability": 0.8837890625}, {"start": 713.11, "end": 713.55, "word": " You", "probability": 0.06201171875}, {"start": 713.55, "end": 713.63, "word": " will", "probability": 0.50927734375}, {"start": 713.63, "end": 713.87, "word": " see", "probability": 0.6650390625}, {"start": 713.87, "end": 714.13, "word": " that", "probability": 0.54150390625}, {"start": 714.13, "end": 714.35, "word": " there", "probability": 0.8369140625}, {"start": 714.35, "end": 714.41, "word": " is", "probability": 0.9033203125}, {"start": 714.41, "end": 714.69, "word": " something", "probability": 0.73583984375}, {"start": 714.69, "end": 714.83, "word": " in", "probability": 0.83349609375}, {"start": 714.83, "end": 715.23, "word": " the", "probability": 0.80419921875}], "temperature": 1.0}, {"id": 28, "seek": 74348, "start": 717.02, "end": 743.48, "text": " In Android Studio, you can learn from these two buttons and right click on them and there is something called chain Chain means chain, okay? Now I'm going to tell him to turn these into a chain What should I turn them into a chain? Come and tell him to create a horizontal chain What should I do? And three also", "tokens": [682, 8853, 13500, 11, 291, 393, 1466, 490, 613, 732, 9905, 293, 558, 2052, 322, 552, 293, 456, 307, 746, 1219, 5021, 33252, 1355, 5021, 11, 1392, 30, 823, 286, 478, 516, 281, 980, 796, 281, 1261, 613, 666, 257, 5021, 708, 820, 286, 1261, 552, 666, 257, 5021, 30, 2492, 293, 980, 796, 281, 1884, 257, 12750, 5021, 708, 820, 286, 360, 30, 400, 1045, 611], "avg_logprob": -0.6254595544408349, "compression_ratio": 1.6335078534031413, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 717.02, "end": 717.54, "word": " In", "probability": 0.32470703125}, {"start": 717.54, "end": 717.86, "word": " Android", "probability": 0.42236328125}, {"start": 717.86, "end": 718.24, "word": " Studio,", "probability": 0.6806640625}, {"start": 718.3, "end": 718.36, "word": " you", "probability": 0.80908203125}, {"start": 718.36, "end": 718.56, "word": " can", "probability": 0.837890625}, {"start": 718.56, "end": 718.98, "word": " learn", "probability": 0.75927734375}, {"start": 718.98, "end": 719.18, "word": " from", "probability": 0.430908203125}, {"start": 719.18, "end": 719.24, "word": " these", "probability": 0.33251953125}, {"start": 719.24, "end": 719.56, "word": " two", "probability": 0.7412109375}, {"start": 719.56, "end": 719.56, "word": " buttons", "probability": 0.83154296875}, {"start": 719.56, "end": 721.82, "word": " and", "probability": 0.11212158203125}, {"start": 721.82, "end": 722.28, "word": " right", "probability": 0.432373046875}, {"start": 722.28, "end": 722.58, "word": " click", "probability": 0.70654296875}, {"start": 722.58, "end": 723.0, "word": " on", "probability": 0.7451171875}, {"start": 723.0, "end": 723.32, "word": " them", "probability": 0.75732421875}, {"start": 723.32, "end": 724.02, "word": " and", "probability": 0.51416015625}, {"start": 724.02, "end": 724.16, "word": " there", "probability": 0.55810546875}, {"start": 724.16, "end": 724.24, "word": " is", "probability": 0.75927734375}, {"start": 724.24, "end": 724.46, "word": " something", "probability": 0.468994140625}, {"start": 724.46, "end": 724.88, "word": " called", "probability": 0.82177734375}, {"start": 724.88, "end": 725.58, "word": " chain", "probability": 0.431640625}, {"start": 725.58, "end": 727.24, "word": " Chain", "probability": 0.331787109375}, {"start": 727.24, "end": 729.36, "word": " means", "probability": 0.5693359375}, {"start": 729.36, "end": 729.8, "word": " chain,", "probability": 0.609375}, {"start": 730.22, "end": 730.66, "word": " okay?", "probability": 0.267822265625}, {"start": 731.08, "end": 731.32, "word": " Now", "probability": 0.37060546875}, {"start": 731.32, "end": 731.5, "word": " I'm", "probability": 0.404296875}, {"start": 731.5, "end": 731.5, "word": " going", "probability": 0.30322265625}, {"start": 731.5, "end": 731.5, "word": " to", "probability": 0.96728515625}, {"start": 731.5, "end": 731.56, "word": " tell", "probability": 0.45654296875}, {"start": 731.56, "end": 731.7, "word": " him", "probability": 0.35498046875}, {"start": 731.7, "end": 731.78, "word": " to", "probability": 0.7578125}, {"start": 731.78, "end": 731.9, "word": " turn", "probability": 0.275390625}, {"start": 731.9, "end": 732.4, "word": " these", "probability": 0.61572265625}, {"start": 732.4, "end": 733.96, "word": " into", "probability": 0.382568359375}, {"start": 733.96, "end": 734.14, "word": " a", "probability": 0.68359375}, {"start": 734.14, "end": 734.42, "word": " chain", "probability": 0.8701171875}, {"start": 734.42, "end": 735.24, "word": " What", "probability": 0.324951171875}, {"start": 735.24, "end": 735.36, "word": " should", "probability": 0.2320556640625}, {"start": 735.36, "end": 735.4, "word": " I", "probability": 0.95654296875}, {"start": 735.4, "end": 735.58, "word": " turn", "probability": 0.5703125}, {"start": 735.58, "end": 735.72, "word": " them", "probability": 0.68505859375}, {"start": 735.72, "end": 735.82, "word": " into", "probability": 0.84765625}, {"start": 735.82, "end": 735.94, "word": " a", "probability": 0.73486328125}, {"start": 735.94, "end": 736.16, "word": " chain?", "probability": 0.9326171875}, {"start": 736.22, "end": 736.4, "word": " Come", "probability": 0.462158203125}, {"start": 736.4, "end": 736.5, "word": " and", "probability": 0.43701171875}, {"start": 736.5, "end": 736.6, "word": " tell", "probability": 0.666015625}, {"start": 736.6, "end": 736.74, "word": " him", "probability": 0.83447265625}, {"start": 736.74, "end": 737.24, "word": " to", "probability": 0.260498046875}, {"start": 737.24, "end": 737.62, "word": " create", "probability": 0.83447265625}, {"start": 737.62, "end": 737.7, "word": " a", "probability": 0.7255859375}, {"start": 737.7, "end": 738.1, "word": " horizontal", "probability": 0.77734375}, {"start": 738.1, "end": 738.66, "word": " chain", "probability": 0.93310546875}, {"start": 738.66, "end": 740.86, "word": " What", "probability": 0.28857421875}, {"start": 740.86, "end": 740.96, "word": " should", "probability": 0.4853515625}, {"start": 740.96, "end": 741.0, "word": " I", "probability": 0.8994140625}, {"start": 741.0, "end": 741.14, "word": " do?", "probability": 0.89794921875}, {"start": 742.14, "end": 742.7, "word": " And", "probability": 0.370849609375}, {"start": 742.7, "end": 743.0, "word": " three", "probability": 0.416259765625}, {"start": 743.0, "end": 743.48, "word": " also", "probability": 0.251953125}], "temperature": 1.0}, {"id": 29, "seek": 76485, "start": 745.31, "end": 764.85, "text": " Teach the three and say create a chain. All of them are connected to each other. What did he actually do? He took this button and connected it here. And then this one connected to this one and this one connected to this one. Okay? And this one connected to the other one. I will come back and change it. There is still something missing.", "tokens": [26816, 264, 1045, 293, 584, 1884, 257, 5021, 13, 1057, 295, 552, 366, 4582, 281, 1184, 661, 13, 708, 630, 415, 767, 360, 30, 634, 1890, 341, 2960, 293, 4582, 309, 510, 13, 400, 550, 341, 472, 4582, 281, 341, 472, 293, 341, 472, 4582, 281, 341, 472, 13, 1033, 30, 400, 341, 472, 4582, 281, 264, 661, 472, 13, 286, 486, 808, 646, 293, 1319, 309, 13, 821, 307, 920, 746, 5361, 13], "avg_logprob": -0.491249992052714, "compression_ratio": 1.8369565217391304, "no_speech_prob": 2.086162567138672e-06, "words": [{"start": 745.31, "end": 745.75, "word": " Teach", "probability": 0.08843994140625}, {"start": 745.75, "end": 745.95, "word": " the", "probability": 0.263427734375}, {"start": 745.95, "end": 746.29, "word": " three", "probability": 0.46240234375}, {"start": 746.29, "end": 746.65, "word": " and", "probability": 0.330810546875}, {"start": 746.65, "end": 746.91, "word": " say", "probability": 0.37548828125}, {"start": 746.91, "end": 747.27, "word": " create", "probability": 0.54345703125}, {"start": 747.27, "end": 747.43, "word": " a", "probability": 0.8046875}, {"start": 747.43, "end": 747.59, "word": " chain.", "probability": 0.93701171875}, {"start": 747.77, "end": 747.99, "word": " All", "probability": 0.287109375}, {"start": 747.99, "end": 748.03, "word": " of", "probability": 0.429443359375}, {"start": 748.03, "end": 748.09, "word": " them", "probability": 0.85107421875}, {"start": 748.09, "end": 748.31, "word": " are", "probability": 0.3408203125}, {"start": 748.31, "end": 748.31, "word": " connected", "probability": 0.390625}, {"start": 748.31, "end": 748.49, "word": " to", "probability": 0.357666015625}, {"start": 748.49, "end": 748.71, "word": " each", "probability": 0.8232421875}, {"start": 748.71, "end": 748.71, "word": " other.", "probability": 0.8896484375}, {"start": 749.09, "end": 749.53, "word": " What", "probability": 0.71923828125}, {"start": 749.53, "end": 749.63, "word": " did", "probability": 0.52294921875}, {"start": 749.63, "end": 749.89, "word": " he", "probability": 0.837890625}, {"start": 749.89, "end": 749.89, "word": " actually", "probability": 0.2919921875}, {"start": 749.89, "end": 749.89, "word": " do?", "probability": 0.95068359375}, {"start": 750.99, "end": 751.43, "word": " He", "probability": 0.74072265625}, {"start": 751.43, "end": 751.63, "word": " took", "probability": 0.35107421875}, {"start": 751.63, "end": 751.79, "word": " this", "probability": 0.6083984375}, {"start": 751.79, "end": 751.97, "word": " button", "probability": 0.76904296875}, {"start": 751.97, "end": 752.23, "word": " and", "probability": 0.8515625}, {"start": 752.23, "end": 752.39, "word": " connected", "probability": 0.57080078125}, {"start": 752.39, "end": 752.55, "word": " it", "probability": 0.8349609375}, {"start": 752.55, "end": 752.71, "word": " here.", "probability": 0.49169921875}, {"start": 753.51, "end": 753.91, "word": " And", "probability": 0.52783203125}, {"start": 753.91, "end": 754.21, "word": " then", "probability": 0.583984375}, {"start": 754.21, "end": 754.43, "word": " this", "probability": 0.66845703125}, {"start": 754.43, "end": 754.49, "word": " one", "probability": 0.49609375}, {"start": 754.49, "end": 754.73, "word": " connected", "probability": 0.66943359375}, {"start": 754.73, "end": 754.89, "word": " to", "probability": 0.7958984375}, {"start": 754.89, "end": 755.09, "word": " this", "probability": 0.87109375}, {"start": 755.09, "end": 755.13, "word": " one", "probability": 0.81787109375}, {"start": 755.13, "end": 755.21, "word": " and", "probability": 0.58154296875}, {"start": 755.21, "end": 755.39, "word": " this", "probability": 0.73291015625}, {"start": 755.39, "end": 755.45, "word": " one", "probability": 0.87939453125}, {"start": 755.45, "end": 755.67, "word": " connected", "probability": 0.6787109375}, {"start": 755.67, "end": 755.79, "word": " to", "probability": 0.9658203125}, {"start": 755.79, "end": 755.99, "word": " this", "probability": 0.869140625}, {"start": 755.99, "end": 756.65, "word": " one.", "probability": 0.91455078125}, {"start": 757.27, "end": 757.63, "word": " Okay?", "probability": 0.185302734375}, {"start": 758.35, "end": 758.79, "word": " And", "probability": 0.923828125}, {"start": 758.79, "end": 759.05, "word": " this", "probability": 0.89111328125}, {"start": 759.05, "end": 759.11, "word": " one", "probability": 0.8818359375}, {"start": 759.11, "end": 759.33, "word": " connected", "probability": 0.833984375}, {"start": 759.33, "end": 759.47, "word": " to", "probability": 0.9521484375}, {"start": 759.47, "end": 759.57, "word": " the", "probability": 0.88330078125}, {"start": 759.57, "end": 759.79, "word": " other", "probability": 0.744140625}, {"start": 759.79, "end": 760.31, "word": " one.", "probability": 0.73828125}, {"start": 762.35, "end": 762.79, "word": " I", "probability": 0.31201171875}, {"start": 762.79, "end": 762.99, "word": " will", "probability": 0.67236328125}, {"start": 762.99, "end": 762.99, "word": " come", "probability": 0.35205078125}, {"start": 762.99, "end": 763.01, "word": " back", "probability": 0.87841796875}, {"start": 763.01, "end": 763.07, "word": " and", "probability": 0.55322265625}, {"start": 763.07, "end": 763.35, "word": " change", "probability": 0.8603515625}, {"start": 763.35, "end": 763.53, "word": " it.", "probability": 0.63720703125}, {"start": 763.63, "end": 764.01, "word": " There", "probability": 0.5732421875}, {"start": 764.01, "end": 764.35, "word": " is", "probability": 0.87939453125}, {"start": 764.35, "end": 764.41, "word": " still", "probability": 0.6943359375}, {"start": 764.41, "end": 764.57, "word": " something", "probability": 0.7265625}, {"start": 764.57, "end": 764.85, "word": " missing.", "probability": 0.69921875}], "temperature": 1.0}, {"id": 30, "seek": 78544, "start": 766.16, "end": 785.44, "text": " Yes, he linked them to what? This does not suffice this talk, okay? Now, you want to say, for example, that this should be in the center of the screen or away from a certain margin, for example 100, and this should be linked to it like this.", "tokens": [1079, 11, 415, 9408, 552, 281, 437, 30, 639, 775, 406, 3889, 573, 341, 751, 11, 1392, 30, 823, 11, 291, 528, 281, 584, 11, 337, 1365, 11, 300, 341, 820, 312, 294, 264, 3056, 295, 264, 2568, 420, 1314, 490, 257, 1629, 10270, 11, 337, 1365, 2319, 11, 293, 341, 820, 312, 9408, 281, 309, 411, 341, 13], "avg_logprob": -0.5875000198682149, "compression_ratio": 1.5031055900621118, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 766.16, "end": 766.54, "word": " Yes,", "probability": 0.1788330078125}, {"start": 766.74, "end": 767.04, "word": " he", "probability": 0.2568359375}, {"start": 767.04, "end": 767.38, "word": " linked", "probability": 0.2200927734375}, {"start": 767.38, "end": 767.56, "word": " them", "probability": 0.72314453125}, {"start": 767.56, "end": 767.64, "word": " to", "probability": 0.297119140625}, {"start": 767.64, "end": 767.86, "word": " what?", "probability": 0.5244140625}, {"start": 768.82, "end": 769.3, "word": " This", "probability": 0.1455078125}, {"start": 769.3, "end": 769.3, "word": " does", "probability": 0.220458984375}, {"start": 769.3, "end": 769.3, "word": " not", "probability": 0.9267578125}, {"start": 769.3, "end": 769.68, "word": " suffice", "probability": 0.822021484375}, {"start": 769.68, "end": 769.96, "word": " this", "probability": 0.1680908203125}, {"start": 769.96, "end": 770.26, "word": " talk,", "probability": 0.177978515625}, {"start": 770.32, "end": 770.76, "word": " okay?", "probability": 0.346435546875}, {"start": 771.7, "end": 772.18, "word": " Now,", "probability": 0.87158203125}, {"start": 772.36, "end": 772.54, "word": " you", "probability": 0.75244140625}, {"start": 772.54, "end": 772.74, "word": " want", "probability": 0.392578125}, {"start": 772.74, "end": 772.9, "word": " to", "probability": 0.96337890625}, {"start": 772.9, "end": 773.08, "word": " say,", "probability": 0.9248046875}, {"start": 773.2, "end": 773.32, "word": " for", "probability": 0.9306640625}, {"start": 773.32, "end": 773.52, "word": " example,", "probability": 0.9541015625}, {"start": 774.08, "end": 774.2, "word": " that", "probability": 0.634765625}, {"start": 774.2, "end": 774.5, "word": " this", "probability": 0.61181640625}, {"start": 774.5, "end": 774.6, "word": " should", "probability": 0.33837890625}, {"start": 774.6, "end": 775.04, "word": " be", "probability": 0.65576171875}, {"start": 775.04, "end": 776.38, "word": " in", "probability": 0.52001953125}, {"start": 776.38, "end": 776.76, "word": " the", "probability": 0.875}, {"start": 776.76, "end": 777.0, "word": " center", "probability": 0.7939453125}, {"start": 777.0, "end": 777.18, "word": " of", "probability": 0.96337890625}, {"start": 777.18, "end": 777.2, "word": " the", "probability": 0.9208984375}, {"start": 777.2, "end": 777.46, "word": " screen", "probability": 0.89990234375}, {"start": 777.46, "end": 777.82, "word": " or", "probability": 0.544921875}, {"start": 777.82, "end": 778.42, "word": " away", "probability": 0.4775390625}, {"start": 778.42, "end": 779.48, "word": " from", "probability": 0.728515625}, {"start": 779.48, "end": 779.52, "word": " a", "probability": 0.89111328125}, {"start": 779.52, "end": 780.08, "word": " certain", "probability": 0.63720703125}, {"start": 780.08, "end": 780.08, "word": " margin,", "probability": 0.9287109375}, {"start": 781.0, "end": 782.6, "word": " for", "probability": 0.6865234375}, {"start": 782.6, "end": 782.8, "word": " example", "probability": 0.9677734375}, {"start": 782.8, "end": 783.06, "word": " 100,", "probability": 0.55615234375}, {"start": 783.74, "end": 784.14, "word": " and", "probability": 0.5556640625}, {"start": 784.14, "end": 784.34, "word": " this", "probability": 0.433837890625}, {"start": 784.34, "end": 784.54, "word": " should", "probability": 0.81396484375}, {"start": 784.54, "end": 784.72, "word": " be", "probability": 0.916015625}, {"start": 784.72, "end": 784.88, "word": " linked", "probability": 0.79052734375}, {"start": 784.88, "end": 785.0, "word": " to", "probability": 0.46240234375}, {"start": 785.0, "end": 785.2, "word": " it", "probability": 0.67919921875}, {"start": 785.2, "end": 785.4, "word": " like", "probability": 0.623046875}, {"start": 785.4, "end": 785.44, "word": " this.", "probability": 0.73486328125}], "temperature": 1.0}, {"id": 31, "seek": 81109, "start": 788.41, "end": 811.09, "text": " That's it, we connected one and the other one didn't connect. Okay? That's it, it's back to the same thing, the first one moves, the second one moves, the second one doesn't. Now if I go to the attributes, it's the same thing, look at the next button, it says it's coming with a percentage of 50%.", "tokens": [663, 311, 309, 11, 321, 4582, 472, 293, 264, 661, 472, 994, 380, 1745, 13, 1033, 30, 663, 311, 309, 11, 309, 311, 646, 281, 264, 912, 551, 11, 264, 700, 472, 6067, 11, 264, 1150, 472, 6067, 11, 264, 1150, 472, 1177, 380, 13, 823, 498, 286, 352, 281, 264, 17212, 11, 309, 311, 264, 912, 551, 11, 574, 412, 264, 958, 2960, 11, 309, 1619, 309, 311, 1348, 365, 257, 9668, 295, 2625, 6856], "avg_logprob": -0.7142856957076432, "compression_ratio": 1.6931818181818181, "no_speech_prob": 0.0, "words": [{"start": 788.41, "end": 788.85, "word": " That's", "probability": 0.22174072265625}, {"start": 788.85, "end": 789.07, "word": " it,", "probability": 0.483154296875}, {"start": 789.17, "end": 789.37, "word": " we", "probability": 0.1859130859375}, {"start": 789.37, "end": 789.55, "word": " connected", "probability": 0.268798828125}, {"start": 789.55, "end": 790.03, "word": " one", "probability": 0.78515625}, {"start": 790.03, "end": 790.21, "word": " and", "probability": 0.439208984375}, {"start": 790.21, "end": 790.33, "word": " the", "probability": 0.37060546875}, {"start": 790.33, "end": 790.49, "word": " other", "probability": 0.77783203125}, {"start": 790.49, "end": 790.59, "word": " one", "probability": 0.393310546875}, {"start": 790.59, "end": 791.01, "word": " didn't", "probability": 0.56829833984375}, {"start": 791.01, "end": 791.01, "word": " connect.", "probability": 0.483154296875}, {"start": 791.69, "end": 791.99, "word": " Okay?", "probability": 0.181396484375}, {"start": 792.75, "end": 793.13, "word": " That's", "probability": 0.601806640625}, {"start": 793.13, "end": 793.13, "word": " it,", "probability": 0.8916015625}, {"start": 793.33, "end": 793.47, "word": " it's", "probability": 0.3232421875}, {"start": 793.47, "end": 793.47, "word": " back", "probability": 0.6708984375}, {"start": 793.47, "end": 793.97, "word": " to", "probability": 0.57470703125}, {"start": 793.97, "end": 793.97, "word": " the", "probability": 0.2724609375}, {"start": 793.97, "end": 793.97, "word": " same", "probability": 0.217041015625}, {"start": 793.97, "end": 793.97, "word": " thing,", "probability": 0.171875}, {"start": 794.29, "end": 794.61, "word": " the", "probability": 0.2259521484375}, {"start": 794.61, "end": 794.81, "word": " first", "probability": 0.1943359375}, {"start": 794.81, "end": 794.95, "word": " one", "probability": 0.57568359375}, {"start": 794.95, "end": 795.19, "word": " moves,", "probability": 0.6162109375}, {"start": 795.37, "end": 795.87, "word": " the", "probability": 0.548828125}, {"start": 795.87, "end": 796.09, "word": " second", "probability": 0.73046875}, {"start": 796.09, "end": 796.21, "word": " one", "probability": 0.72607421875}, {"start": 796.21, "end": 796.33, "word": " moves,", "probability": 0.7958984375}, {"start": 796.55, "end": 796.75, "word": " the", "probability": 0.4248046875}, {"start": 796.75, "end": 796.93, "word": " second", "probability": 0.6982421875}, {"start": 796.93, "end": 796.97, "word": " one", "probability": 0.8466796875}, {"start": 796.97, "end": 797.09, "word": " doesn't.", "probability": 0.701416015625}, {"start": 800.31, "end": 800.75, "word": " Now", "probability": 0.80810546875}, {"start": 800.75, "end": 800.97, "word": " if", "probability": 0.55224609375}, {"start": 800.97, "end": 801.17, "word": " I", "probability": 0.9521484375}, {"start": 801.17, "end": 801.39, "word": " go", "probability": 0.229736328125}, {"start": 801.39, "end": 802.83, "word": " to", "probability": 0.80419921875}, {"start": 802.83, "end": 805.33, "word": " the", "probability": 0.44775390625}, {"start": 805.33, "end": 805.87, "word": " attributes,", "probability": 0.84814453125}, {"start": 806.37, "end": 806.65, "word": " it's", "probability": 0.718994140625}, {"start": 806.65, "end": 806.79, "word": " the", "probability": 0.82666015625}, {"start": 806.79, "end": 806.93, "word": " same", "probability": 0.908203125}, {"start": 806.93, "end": 807.37, "word": " thing,", "probability": 0.8427734375}, {"start": 807.53, "end": 807.71, "word": " look", "probability": 0.7177734375}, {"start": 807.71, "end": 807.95, "word": " at", "probability": 0.50439453125}, {"start": 807.95, "end": 808.29, "word": " the", "probability": 0.724609375}, {"start": 808.29, "end": 808.73, "word": " next", "probability": 0.75830078125}, {"start": 808.73, "end": 808.73, "word": " button,", "probability": 0.75830078125}, {"start": 809.27, "end": 809.51, "word": " it", "probability": 0.51708984375}, {"start": 809.51, "end": 809.77, "word": " says", "probability": 0.3544921875}, {"start": 809.77, "end": 810.01, "word": " it's", "probability": 0.6171875}, {"start": 810.01, "end": 810.15, "word": " coming", "probability": 0.486572265625}, {"start": 810.15, "end": 810.21, "word": " with", "probability": 0.348388671875}, {"start": 810.21, "end": 810.27, "word": " a", "probability": 0.6318359375}, {"start": 810.27, "end": 810.43, "word": " percentage", "probability": 0.300537109375}, {"start": 810.43, "end": 810.47, "word": " of", "probability": 0.7802734375}, {"start": 810.47, "end": 811.09, "word": " 50%.", "probability": 0.789306640625}], "temperature": 1.0}, {"id": 32, "seek": 83747, "start": 812.07, "end": 837.47, "text": " What does fifty percent mean? Fifty percent from whom? From the distance from here to here. From the button to the ... Okay. What can this be? You change it. Or you don't change it? No, you don't change it, regardless of the button. Where is the button? You don't change it because of the button. You have to sit between them and ask. Okay. You have to sit between them and ask.", "tokens": [708, 775, 13442, 3043, 914, 30, 21501, 874, 3043, 490, 7101, 30, 3358, 264, 4560, 490, 510, 281, 510, 13, 3358, 264, 2960, 281, 264, 4386, 13, 1033, 13, 708, 393, 341, 312, 30, 509, 1319, 309, 13, 1610, 291, 500, 380, 1319, 309, 30, 883, 11, 291, 500, 380, 1319, 309, 11, 10060, 295, 264, 758, 83, 1756, 13, 2305, 307, 264, 2960, 30, 509, 500, 380, 1319, 309, 570, 295, 264, 2960, 13, 509, 362, 281, 1394, 1296, 552, 293, 1029, 13, 1033, 13, 509, 362, 281, 1394, 1296, 552, 293, 1029, 13], "avg_logprob": -0.6347656218955914, "compression_ratio": 2.0376344086021505, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 812.07, "end": 812.33, "word": " What", "probability": 0.154541015625}, {"start": 812.33, "end": 812.43, "word": " does", "probability": 0.320068359375}, {"start": 812.43, "end": 812.91, "word": " fifty", "probability": 0.259521484375}, {"start": 812.91, "end": 813.25, "word": " percent", "probability": 0.9208984375}, {"start": 813.25, "end": 813.25, "word": " mean?", "probability": 0.84912109375}, {"start": 813.39, "end": 813.67, "word": " Fifty", "probability": 0.753662109375}, {"start": 813.67, "end": 813.95, "word": " percent", "probability": 0.96044921875}, {"start": 813.95, "end": 814.11, "word": " from", "probability": 0.314208984375}, {"start": 814.11, "end": 814.37, "word": " whom?", "probability": 0.583984375}, {"start": 814.43, "end": 814.55, "word": " From", "probability": 0.50537109375}, {"start": 814.55, "end": 814.69, "word": " the", "probability": 0.53125}, {"start": 814.69, "end": 814.95, "word": " distance", "probability": 0.92333984375}, {"start": 814.95, "end": 815.13, "word": " from", "probability": 0.66796875}, {"start": 815.13, "end": 815.43, "word": " here", "probability": 0.73095703125}, {"start": 815.43, "end": 815.55, "word": " to", "probability": 0.88671875}, {"start": 815.55, "end": 815.55, "word": " here.", "probability": 0.6455078125}, {"start": 815.55, "end": 815.61, "word": " From", "probability": 0.405029296875}, {"start": 815.61, "end": 815.81, "word": " the", "probability": 0.8447265625}, {"start": 815.81, "end": 815.95, "word": " button", "probability": 0.55322265625}, {"start": 815.95, "end": 816.21, "word": " to", "probability": 0.2607421875}, {"start": 816.21, "end": 816.57, "word": " the", "probability": 0.4326171875}, {"start": 816.57, "end": 816.73, "word": " ...", "probability": 0.1719970703125}, {"start": 817.05, "end": 817.17, "word": " Okay.", "probability": 0.4384765625}, {"start": 817.33, "end": 817.55, "word": " What", "probability": 0.323486328125}, {"start": 817.55, "end": 817.81, "word": " can", "probability": 0.381591796875}, {"start": 817.81, "end": 817.87, "word": " this", "probability": 0.7451171875}, {"start": 817.87, "end": 817.87, "word": " be?", "probability": 0.4560546875}, {"start": 818.23, "end": 818.59, "word": " You", "probability": 0.64453125}, {"start": 818.59, "end": 818.83, "word": " change", "probability": 0.402587890625}, {"start": 818.83, "end": 818.95, "word": " it.", "probability": 0.9306640625}, {"start": 820.53, "end": 820.89, "word": " Or", "probability": 0.78662109375}, {"start": 820.89, "end": 820.99, "word": " you", "probability": 0.4365234375}, {"start": 820.99, "end": 821.03, "word": " don't", "probability": 0.833740234375}, {"start": 821.03, "end": 821.35, "word": " change", "probability": 0.8564453125}, {"start": 821.35, "end": 821.53, "word": " it?", "probability": 0.80126953125}, {"start": 821.71, "end": 821.97, "word": " No,", "probability": 0.81494140625}, {"start": 822.07, "end": 822.23, "word": " you", "probability": 0.443603515625}, {"start": 822.23, "end": 822.41, "word": " don't", "probability": 0.62548828125}, {"start": 822.41, "end": 822.41, "word": " change", "probability": 0.83203125}, {"start": 822.41, "end": 822.65, "word": " it,", "probability": 0.92724609375}, {"start": 822.91, "end": 823.17, "word": " regardless", "probability": 0.213623046875}, {"start": 823.17, "end": 823.33, "word": " of", "probability": 0.875}, {"start": 823.33, "end": 823.39, "word": " the", "probability": 0.77294921875}, {"start": 823.39, "end": 823.51, "word": " button.", "probability": 0.6446940104166666}, {"start": 825.95, "end": 826.31, "word": " Where", "probability": 0.33349609375}, {"start": 826.31, "end": 826.49, "word": " is", "probability": 0.34765625}, {"start": 826.49, "end": 826.71, "word": " the", "probability": 0.83251953125}, {"start": 826.71, "end": 826.93, "word": " button?", "probability": 0.7998046875}, {"start": 828.59, "end": 828.95, "word": " You", "probability": 0.27197265625}, {"start": 828.95, "end": 829.05, "word": " don't", "probability": 0.88623046875}, {"start": 829.05, "end": 829.05, "word": " change", "probability": 0.8857421875}, {"start": 829.05, "end": 829.19, "word": " it", "probability": 0.900390625}, {"start": 829.19, "end": 829.39, "word": " because", "probability": 0.57666015625}, {"start": 829.39, "end": 829.57, "word": " of", "probability": 0.1673583984375}, {"start": 829.57, "end": 829.59, "word": " the", "probability": 0.71484375}, {"start": 829.59, "end": 829.75, "word": " button.", "probability": 0.16259765625}, {"start": 832.99, "end": 833.35, "word": " You", "probability": 0.2064208984375}, {"start": 833.35, "end": 833.41, "word": " have", "probability": 0.113525390625}, {"start": 833.41, "end": 833.63, "word": " to", "probability": 0.91748046875}, {"start": 833.63, "end": 833.95, "word": " sit", "probability": 0.0885009765625}, {"start": 833.95, "end": 834.21, "word": " between", "probability": 0.54541015625}, {"start": 834.21, "end": 834.37, "word": " them", "probability": 0.67724609375}, {"start": 834.37, "end": 834.45, "word": " and", "probability": 0.60107421875}, {"start": 834.45, "end": 834.61, "word": " ask.", "probability": 0.28955078125}, {"start": 834.75, "end": 835.03, "word": " Okay.", "probability": 0.6484375}, {"start": 835.15, "end": 835.17, "word": " You", "probability": 0.194091796875}, {"start": 835.17, "end": 835.87, "word": " have", "probability": 0.44873046875}, {"start": 835.87, "end": 835.87, "word": " to", "probability": 0.96533203125}, {"start": 835.87, "end": 835.97, "word": " sit", "probability": 0.3505859375}, {"start": 835.97, "end": 836.59, "word": " between", "probability": 0.80859375}, {"start": 836.59, "end": 836.73, "word": " them", "probability": 0.87646484375}, {"start": 836.73, "end": 837.29, "word": " and", "probability": 0.8876953125}, {"start": 837.29, "end": 837.47, "word": " ask.", "probability": 0.83056640625}], "temperature": 1.0}, {"id": 33, "seek": 86337, "start": 844.41, "end": 863.37, "text": " Ok, if we put this 0db Note that when we put this 0db, what did it do? It expanded along the edge of the screen This remained small because its size is wrap content So if we put this 0db", "tokens": [3477, 11, 498, 321, 829, 341, 1958, 67, 65, 11633, 300, 562, 321, 829, 341, 1958, 67, 65, 11, 437, 630, 309, 360, 30, 467, 14342, 2051, 264, 4691, 295, 264, 2568, 639, 12780, 1359, 570, 1080, 2744, 307, 7019, 2701, 407, 498, 321, 829, 341, 1958, 67, 65], "avg_logprob": -0.6012499761581421, "compression_ratio": 1.4274809160305344, "no_speech_prob": 0.0, "words": [{"start": 844.41, "end": 844.75, "word": " Ok,", "probability": 0.09259033203125}, {"start": 845.01, "end": 845.23, "word": " if", "probability": 0.70751953125}, {"start": 845.23, "end": 845.55, "word": " we", "probability": 0.7998046875}, {"start": 845.55, "end": 845.55, "word": " put", "probability": 0.388916015625}, {"start": 845.55, "end": 845.79, "word": " this", "probability": 0.390380859375}, {"start": 845.79, "end": 846.45, "word": " 0db", "probability": 0.6145833333333334}, {"start": 846.45, "end": 852.31, "word": " Note", "probability": 0.2352294921875}, {"start": 852.31, "end": 852.61, "word": " that", "probability": 0.480712890625}, {"start": 852.61, "end": 852.69, "word": " when", "probability": 0.6240234375}, {"start": 852.69, "end": 852.77, "word": " we", "probability": 0.88720703125}, {"start": 852.77, "end": 852.97, "word": " put", "probability": 0.77392578125}, {"start": 852.97, "end": 853.19, "word": " this", "probability": 0.25537109375}, {"start": 853.19, "end": 853.61, "word": " 0db,", "probability": 0.96533203125}, {"start": 853.73, "end": 853.73, "word": " what", "probability": 0.41162109375}, {"start": 853.73, "end": 853.73, "word": " did", "probability": 0.5810546875}, {"start": 853.73, "end": 853.85, "word": " it", "probability": 0.640625}, {"start": 853.85, "end": 854.23, "word": " do?", "probability": 0.9140625}, {"start": 854.83, "end": 855.35, "word": " It", "probability": 0.61767578125}, {"start": 855.35, "end": 855.67, "word": " expanded", "probability": 0.34423828125}, {"start": 855.67, "end": 856.13, "word": " along", "probability": 0.1973876953125}, {"start": 856.13, "end": 856.45, "word": " the", "probability": 0.79443359375}, {"start": 856.45, "end": 856.51, "word": " edge", "probability": 0.2392578125}, {"start": 856.51, "end": 856.51, "word": " of", "probability": 0.226318359375}, {"start": 856.51, "end": 856.51, "word": " the", "probability": 0.8330078125}, {"start": 856.51, "end": 856.65, "word": " screen", "probability": 0.89599609375}, {"start": 856.65, "end": 856.83, "word": " This", "probability": 0.36962890625}, {"start": 856.83, "end": 857.41, "word": " remained", "probability": 0.326904296875}, {"start": 857.41, "end": 857.97, "word": " small", "probability": 0.81982421875}, {"start": 857.97, "end": 858.19, "word": " because", "probability": 0.7109375}, {"start": 858.19, "end": 858.37, "word": " its", "probability": 0.406982421875}, {"start": 858.37, "end": 858.55, "word": " size", "probability": 0.7734375}, {"start": 858.55, "end": 859.99, "word": " is", "probability": 0.67919921875}, {"start": 859.99, "end": 860.21, "word": " wrap", "probability": 0.2296142578125}, {"start": 860.21, "end": 860.59, "word": " content", "probability": 0.755859375}, {"start": 860.59, "end": 861.59, "word": " So", "probability": 0.461669921875}, {"start": 861.59, "end": 861.85, "word": " if", "probability": 0.353515625}, {"start": 861.85, "end": 862.27, "word": " we", "probability": 0.78515625}, {"start": 862.27, "end": 862.53, "word": " put", "probability": 0.685546875}, {"start": 862.53, "end": 862.77, "word": " this", "probability": 0.8046875}, {"start": 862.77, "end": 863.37, "word": " 0db", "probability": 0.9676106770833334}], "temperature": 1.0}, {"id": 34, "seek": 89044, "start": 864.42, "end": 890.44, "text": " Yes. What is this? It became half. Zero dB. This is zero dB. Each one expands to the next value. So, they took the area of the screen. When I tried it, I put one zero dB. No, no, no. Leave this zero dB. And this is rap content. Okay? This expanded, but what is this?", "tokens": [1079, 13, 708, 307, 341, 30, 467, 3062, 1922, 13, 17182, 43116, 13, 639, 307, 4018, 43116, 13, 6947, 472, 33706, 281, 264, 958, 2158, 13, 407, 11, 436, 1890, 264, 1859, 295, 264, 2568, 13, 1133, 286, 3031, 309, 11, 286, 829, 472, 4018, 43116, 13, 883, 11, 572, 11, 572, 13, 9825, 341, 4018, 43116, 13, 400, 341, 307, 5099, 2701, 13, 1033, 30, 639, 14342, 11, 457, 437, 307, 341, 30], "avg_logprob": -0.6091666380564372, "compression_ratio": 1.5257142857142858, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 864.42, "end": 864.86, "word": " Yes.", "probability": 0.1773681640625}, {"start": 864.86, "end": 865.34, "word": " What", "probability": 0.33544921875}, {"start": 865.34, "end": 865.44, "word": " is", "probability": 0.50537109375}, {"start": 865.44, "end": 866.04, "word": " this?", "probability": 0.76318359375}, {"start": 866.18, "end": 866.62, "word": " It", "probability": 0.61376953125}, {"start": 866.62, "end": 866.62, "word": " became", "probability": 0.482177734375}, {"start": 866.62, "end": 867.26, "word": " half.", "probability": 0.36962890625}, {"start": 868.16, "end": 868.56, "word": " Zero", "probability": 0.68505859375}, {"start": 868.56, "end": 868.82, "word": " dB.", "probability": 0.46240234375}, {"start": 868.92, "end": 869.08, "word": " This", "probability": 0.49853515625}, {"start": 869.08, "end": 869.16, "word": " is", "probability": 0.91162109375}, {"start": 869.16, "end": 869.4, "word": " zero", "probability": 0.71435546875}, {"start": 869.4, "end": 869.7, "word": " dB.", "probability": 0.982421875}, {"start": 869.94, "end": 870.14, "word": " Each", "probability": 0.76904296875}, {"start": 870.14, "end": 870.36, "word": " one", "probability": 0.6083984375}, {"start": 870.36, "end": 870.72, "word": " expands", "probability": 0.11456298828125}, {"start": 870.72, "end": 871.68, "word": " to", "probability": 0.384521484375}, {"start": 871.68, "end": 872.0, "word": " the", "probability": 0.52490234375}, {"start": 872.0, "end": 872.2, "word": " next", "probability": 0.75146484375}, {"start": 872.2, "end": 872.2, "word": " value.", "probability": 0.10113525390625}, {"start": 872.34, "end": 872.4, "word": " So,", "probability": 0.45703125}, {"start": 872.4, "end": 872.62, "word": " they", "probability": 0.26611328125}, {"start": 872.62, "end": 872.62, "word": " took", "probability": 0.5625}, {"start": 872.62, "end": 872.76, "word": " the", "probability": 0.796875}, {"start": 872.76, "end": 873.0, "word": " area", "probability": 0.1348876953125}, {"start": 873.0, "end": 873.28, "word": " of", "probability": 0.9287109375}, {"start": 873.28, "end": 873.28, "word": " the", "probability": 0.822265625}, {"start": 873.28, "end": 873.28, "word": " screen.", "probability": 0.876953125}, {"start": 876.0, "end": 876.56, "word": " When", "probability": 0.10052490234375}, {"start": 876.56, "end": 877.22, "word": " I", "probability": 0.41552734375}, {"start": 877.22, "end": 877.7, "word": " tried", "probability": 0.53515625}, {"start": 877.7, "end": 877.86, "word": " it,", "probability": 0.256591796875}, {"start": 877.86, "end": 877.96, "word": " I", "probability": 0.81396484375}, {"start": 877.96, "end": 878.16, "word": " put", "probability": 0.68017578125}, {"start": 878.16, "end": 878.46, "word": " one", "probability": 0.8564453125}, {"start": 878.46, "end": 878.76, "word": " zero", "probability": 0.80126953125}, {"start": 878.76, "end": 879.06, "word": " dB.", "probability": 0.9853515625}, {"start": 881.1, "end": 881.66, "word": " No,", "probability": 0.837890625}, {"start": 881.78, "end": 881.88, "word": " no,", "probability": 0.78076171875}, {"start": 882.28, "end": 882.38, "word": " no.", "probability": 0.8134765625}, {"start": 883.0, "end": 883.4, "word": " Leave", "probability": 0.509765625}, {"start": 883.4, "end": 883.66, "word": " this", "probability": 0.83837890625}, {"start": 883.66, "end": 883.94, "word": " zero", "probability": 0.5302734375}, {"start": 883.94, "end": 884.22, "word": " dB.", "probability": 0.9873046875}, {"start": 884.36, "end": 884.42, "word": " And", "probability": 0.461181640625}, {"start": 884.42, "end": 884.56, "word": " this", "probability": 0.8564453125}, {"start": 884.56, "end": 884.64, "word": " is", "probability": 0.82177734375}, {"start": 884.64, "end": 884.76, "word": " rap", "probability": 0.1671142578125}, {"start": 884.76, "end": 885.26, "word": " content.", "probability": 0.95703125}, {"start": 887.24, "end": 887.8, "word": " Okay?", "probability": 0.332763671875}, {"start": 888.32, "end": 888.84, "word": " This", "probability": 0.658203125}, {"start": 888.84, "end": 888.84, "word": " expanded,", "probability": 0.5625}, {"start": 889.26, "end": 889.44, "word": " but", "probability": 0.787109375}, {"start": 889.44, "end": 890.1, "word": " what", "probability": 0.43115234375}, {"start": 890.1, "end": 890.1, "word": " is", "probability": 0.371337890625}, {"start": 890.1, "end": 890.44, "word": " this?", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 35, "seek": 91408, "start": 892.94, "end": 914.08, "text": " Wrap content. Okay? You have to make them overlap and put both of them if they are made of chain, provided that they are connected from both sides. Okay? Now you can control that one person takes a percentage through weight. Do you know the weight that we saw? Yes. I don't know how to add attributes, but if you go to XML, yes, these two buttons.", "tokens": [41291, 2701, 13, 1033, 30, 509, 362, 281, 652, 552, 19959, 293, 829, 1293, 295, 552, 498, 436, 366, 1027, 295, 5021, 11, 5649, 300, 436, 366, 4582, 490, 1293, 4881, 13, 1033, 30, 823, 291, 393, 1969, 300, 472, 954, 2516, 257, 9668, 807, 3364, 13, 1144, 291, 458, 264, 3364, 300, 321, 1866, 30, 1079, 13, 286, 500, 380, 458, 577, 281, 909, 17212, 11, 457, 498, 291, 352, 281, 43484, 11, 2086, 11, 613, 732, 9905, 13], "avg_logprob": -0.6153549382716049, "compression_ratio": 1.5890410958904109, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 892.94, "end": 893.22, "word": " Wrap", "probability": 0.1551513671875}, {"start": 893.22, "end": 893.62, "word": " content.", "probability": 0.50146484375}, {"start": 893.82, "end": 893.98, "word": " Okay?", "probability": 0.1759033203125}, {"start": 894.6, "end": 894.78, "word": " You", "probability": 0.63818359375}, {"start": 894.78, "end": 894.9, "word": " have", "probability": 0.12481689453125}, {"start": 894.9, "end": 895.04, "word": " to", "probability": 0.95166015625}, {"start": 895.04, "end": 895.16, "word": " make", "probability": 0.280517578125}, {"start": 895.16, "end": 895.62, "word": " them", "probability": 0.47802734375}, {"start": 895.62, "end": 895.62, "word": " overlap", "probability": 0.1588134765625}, {"start": 895.62, "end": 895.86, "word": " and", "probability": 0.327392578125}, {"start": 895.86, "end": 895.86, "word": " put", "probability": 0.548828125}, {"start": 895.86, "end": 896.28, "word": " both", "probability": 0.291015625}, {"start": 896.28, "end": 896.36, "word": " of", "probability": 0.251708984375}, {"start": 896.36, "end": 896.36, "word": " them", "probability": 0.90625}, {"start": 896.36, "end": 896.6, "word": " if", "probability": 0.280029296875}, {"start": 896.6, "end": 896.76, "word": " they", "probability": 0.55810546875}, {"start": 896.76, "end": 896.78, "word": " are", "probability": 0.666015625}, {"start": 896.78, "end": 896.96, "word": " made", "probability": 0.458984375}, {"start": 896.96, "end": 897.14, "word": " of", "probability": 0.54541015625}, {"start": 897.14, "end": 897.54, "word": " chain,", "probability": 0.6220703125}, {"start": 898.92, "end": 899.26, "word": " provided", "probability": 0.591796875}, {"start": 899.26, "end": 899.42, "word": " that", "probability": 0.65380859375}, {"start": 899.42, "end": 899.56, "word": " they", "probability": 0.806640625}, {"start": 899.56, "end": 899.64, "word": " are", "probability": 0.9130859375}, {"start": 899.64, "end": 899.96, "word": " connected", "probability": 0.3671875}, {"start": 899.96, "end": 900.12, "word": " from", "probability": 0.55419921875}, {"start": 900.12, "end": 900.22, "word": " both", "probability": 0.7919921875}, {"start": 900.22, "end": 900.54, "word": " sides.", "probability": 0.87109375}, {"start": 900.9, "end": 901.08, "word": " Okay?", "probability": 0.70947265625}, {"start": 901.9, "end": 902.34, "word": " Now", "probability": 0.2041015625}, {"start": 902.34, "end": 902.8, "word": " you", "probability": 0.5322265625}, {"start": 902.8, "end": 902.8, "word": " can", "probability": 0.5458984375}, {"start": 902.8, "end": 903.52, "word": " control", "probability": 0.60986328125}, {"start": 903.52, "end": 903.76, "word": " that", "probability": 0.338134765625}, {"start": 903.76, "end": 904.04, "word": " one", "probability": 0.393798828125}, {"start": 904.04, "end": 904.14, "word": " person", "probability": 0.35546875}, {"start": 904.14, "end": 904.36, "word": " takes", "probability": 0.44482421875}, {"start": 904.36, "end": 904.48, "word": " a", "probability": 0.3701171875}, {"start": 904.48, "end": 904.76, "word": " percentage", "probability": 0.7861328125}, {"start": 904.76, "end": 905.98, "word": " through", "probability": 0.346923828125}, {"start": 905.98, "end": 906.52, "word": " weight.", "probability": 0.5517578125}, {"start": 906.62, "end": 906.76, "word": " Do", "probability": 0.712890625}, {"start": 906.76, "end": 906.92, "word": " you", "probability": 0.93359375}, {"start": 906.92, "end": 906.92, "word": " know", "probability": 0.8544921875}, {"start": 906.92, "end": 907.02, "word": " the", "probability": 0.250732421875}, {"start": 907.02, "end": 907.24, "word": " weight", "probability": 0.91162109375}, {"start": 907.24, "end": 907.36, "word": " that", "probability": 0.55224609375}, {"start": 907.36, "end": 907.38, "word": " we", "probability": 0.92138671875}, {"start": 907.38, "end": 907.54, "word": " saw?", "probability": 0.69873046875}, {"start": 908.16, "end": 908.52, "word": " Yes.", "probability": 0.63916015625}, {"start": 908.76, "end": 909.04, "word": " I", "probability": 0.9169921875}, {"start": 909.04, "end": 909.1, "word": " don't", "probability": 0.86181640625}, {"start": 909.1, "end": 909.32, "word": " know", "probability": 0.8837890625}, {"start": 909.32, "end": 909.5, "word": " how", "probability": 0.93017578125}, {"start": 909.5, "end": 909.58, "word": " to", "probability": 0.6962890625}, {"start": 909.58, "end": 909.86, "word": " add", "probability": 0.6298828125}, {"start": 909.86, "end": 910.58, "word": " attributes,", "probability": 0.5126953125}, {"start": 910.94, "end": 911.14, "word": " but", "probability": 0.916015625}, {"start": 911.14, "end": 911.44, "word": " if", "probability": 0.85205078125}, {"start": 911.44, "end": 911.48, "word": " you", "probability": 0.93212890625}, {"start": 911.48, "end": 911.66, "word": " go", "probability": 0.2308349609375}, {"start": 911.66, "end": 911.76, "word": " to", "probability": 0.92138671875}, {"start": 911.76, "end": 912.22, "word": " XML,", "probability": 0.485595703125}, {"start": 913.34, "end": 913.56, "word": " yes,", "probability": 0.38916015625}, {"start": 913.56, "end": 913.78, "word": " these", "probability": 0.68408203125}, {"start": 913.78, "end": 913.9, "word": " two", "probability": 0.458740234375}, {"start": 913.9, "end": 914.08, "word": " buttons.", "probability": 0.921875}], "temperature": 1.0}, {"id": 36, "seek": 94034, "start": 915.36, "end": 940.34, "text": " If it comes to 1, you tell it the weight. Constraint horizontal weight. It differs from the hearing in linear learning. For example, this is 1 and this is 2. If it comes here, it will give the ratio of 1 to more than 2.", "tokens": [759, 309, 1487, 281, 502, 11, 291, 980, 309, 264, 3364, 13, 8574, 424, 686, 12750, 3364, 13, 467, 37761, 490, 264, 4763, 294, 8213, 2539, 13, 1171, 1365, 11, 341, 307, 502, 293, 341, 307, 568, 13, 759, 309, 1487, 510, 11, 309, 486, 976, 264, 8509, 295, 502, 281, 544, 813, 568, 13], "avg_logprob": -0.6874999882919448, "compression_ratio": 1.476510067114094, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 915.36, "end": 915.96, "word": " If", "probability": 0.414794921875}, {"start": 915.96, "end": 916.04, "word": " it", "probability": 0.10467529296875}, {"start": 916.04, "end": 916.22, "word": " comes", "probability": 0.2135009765625}, {"start": 916.22, "end": 916.38, "word": " to", "probability": 0.58056640625}, {"start": 916.38, "end": 916.68, "word": " 1,", "probability": 0.497314453125}, {"start": 916.76, "end": 916.8, "word": " you", "probability": 0.56005859375}, {"start": 916.8, "end": 917.0, "word": " tell", "probability": 0.33642578125}, {"start": 917.0, "end": 917.34, "word": " it", "probability": 0.7294921875}, {"start": 917.34, "end": 918.12, "word": " the", "probability": 0.38916015625}, {"start": 918.12, "end": 918.52, "word": " weight.", "probability": 0.85595703125}, {"start": 921.38, "end": 921.98, "word": " Constraint", "probability": 0.5568033854166666}, {"start": 921.98, "end": 922.48, "word": " horizontal", "probability": 0.477783203125}, {"start": 922.48, "end": 922.88, "word": " weight.", "probability": 0.87451171875}, {"start": 923.58, "end": 923.58, "word": " It", "probability": 0.380859375}, {"start": 923.58, "end": 924.06, "word": " differs", "probability": 0.457275390625}, {"start": 924.06, "end": 924.24, "word": " from", "probability": 0.36962890625}, {"start": 924.24, "end": 924.26, "word": " the", "probability": 0.7275390625}, {"start": 924.26, "end": 924.46, "word": " hearing", "probability": 0.1611328125}, {"start": 924.46, "end": 924.9, "word": " in", "probability": 0.46435546875}, {"start": 924.9, "end": 925.2, "word": " linear", "probability": 0.415771484375}, {"start": 925.2, "end": 925.42, "word": " learning.", "probability": 0.240478515625}, {"start": 926.22, "end": 926.82, "word": " For", "probability": 0.263916015625}, {"start": 926.82, "end": 926.82, "word": " example,", "probability": 0.92236328125}, {"start": 926.82, "end": 926.82, "word": " this", "probability": 0.79443359375}, {"start": 926.82, "end": 927.14, "word": " is", "probability": 0.8525390625}, {"start": 927.14, "end": 927.5, "word": " 1", "probability": 0.708984375}, {"start": 927.5, "end": 929.4, "word": " and", "probability": 0.418212890625}, {"start": 929.4, "end": 929.58, "word": " this", "probability": 0.38671875}, {"start": 929.58, "end": 930.0, "word": " is", "probability": 0.8134765625}, {"start": 930.0, "end": 933.38, "word": " 2.", "probability": 0.689453125}, {"start": 936.66, "end": 937.26, "word": " If", "probability": 0.30517578125}, {"start": 937.26, "end": 937.56, "word": " it", "probability": 0.546875}, {"start": 937.56, "end": 937.74, "word": " comes", "probability": 0.70703125}, {"start": 937.74, "end": 938.06, "word": " here,", "probability": 0.5361328125}, {"start": 938.16, "end": 938.2, "word": " it", "probability": 0.69189453125}, {"start": 938.2, "end": 938.3, "word": " will", "probability": 0.4560546875}, {"start": 938.3, "end": 938.54, "word": " give", "probability": 0.80615234375}, {"start": 938.54, "end": 938.86, "word": " the", "probability": 0.1976318359375}, {"start": 938.86, "end": 939.04, "word": " ratio", "probability": 0.6416015625}, {"start": 939.04, "end": 939.28, "word": " of", "probability": 0.76123046875}, {"start": 939.28, "end": 939.6, "word": " 1", "probability": 0.7705078125}, {"start": 939.6, "end": 939.76, "word": " to", "probability": 0.447265625}, {"start": 939.76, "end": 939.94, "word": " more", "probability": 0.310791015625}, {"start": 939.94, "end": 940.06, "word": " than", "probability": 0.9248046875}, {"start": 940.06, "end": 940.34, "word": " 2.", "probability": 0.5859375}], "temperature": 1.0}, {"id": 37, "seek": 96989, "start": 943.77, "end": 969.89, "text": "Okay, these are very briefly the basics of Constraint Layout and there is still something else or let's explain it again so that the example we take is complete. I also found one of the good things in Constraint Layout that if I go to Layouts here, there is something called the Guideline. Okay? What is this Guideline? I found that for example sometimes", "tokens": [8297, 11, 613, 366, 588, 10515, 264, 14688, 295, 8574, 424, 686, 20084, 346, 293, 456, 307, 920, 746, 1646, 420, 718, 311, 2903, 309, 797, 370, 300, 264, 1365, 321, 747, 307, 3566, 13, 286, 611, 1352, 472, 295, 264, 665, 721, 294, 8574, 424, 686, 20084, 346, 300, 498, 286, 352, 281, 20084, 7711, 510, 11, 456, 307, 746, 1219, 264, 49036, 5440, 13, 1033, 30, 708, 307, 341, 49036, 5440, 30, 286, 1352, 300, 337, 1365, 2171], "avg_logprob": -0.5412808759712878, "compression_ratio": 1.6777251184834123, "no_speech_prob": 0.0, "words": [{"start": 943.77, "end": 944.11, "word": "Okay,", "probability": 0.208740234375}, {"start": 944.19, "end": 944.45, "word": " these", "probability": 0.427978515625}, {"start": 944.45, "end": 944.65, "word": " are", "probability": 0.79541015625}, {"start": 944.65, "end": 944.75, "word": " very", "probability": 0.132080078125}, {"start": 944.75, "end": 945.23, "word": " briefly", "probability": 0.47265625}, {"start": 945.23, "end": 945.75, "word": " the", "probability": 0.7529296875}, {"start": 945.75, "end": 946.09, "word": " basics", "probability": 0.490966796875}, {"start": 946.09, "end": 946.35, "word": " of", "probability": 0.9326171875}, {"start": 946.35, "end": 946.83, "word": " Constraint", "probability": 0.6336263020833334}, {"start": 946.83, "end": 947.33, "word": " Layout", "probability": 0.8857421875}, {"start": 947.33, "end": 947.65, "word": " and", "probability": 0.34423828125}, {"start": 947.65, "end": 947.83, "word": " there", "probability": 0.81884765625}, {"start": 947.83, "end": 947.97, "word": " is", "probability": 0.7021484375}, {"start": 947.97, "end": 947.97, "word": " still", "probability": 0.3798828125}, {"start": 947.97, "end": 948.27, "word": " something", "probability": 0.385986328125}, {"start": 948.27, "end": 948.63, "word": " else", "probability": 0.693359375}, {"start": 948.63, "end": 951.93, "word": " or", "probability": 0.1748046875}, {"start": 951.93, "end": 952.25, "word": " let's", "probability": 0.728759765625}, {"start": 952.25, "end": 952.51, "word": " explain", "probability": 0.77294921875}, {"start": 952.51, "end": 952.67, "word": " it", "probability": 0.7001953125}, {"start": 952.67, "end": 952.85, "word": " again", "probability": 0.30029296875}, {"start": 952.85, "end": 953.09, "word": " so", "probability": 0.1861572265625}, {"start": 953.09, "end": 954.71, "word": " that", "probability": 0.748046875}, {"start": 954.71, "end": 955.95, "word": " the", "probability": 0.2384033203125}, {"start": 955.95, "end": 956.25, "word": " example", "probability": 0.9326171875}, {"start": 956.25, "end": 956.41, "word": " we", "probability": 0.354248046875}, {"start": 956.41, "end": 956.55, "word": " take", "probability": 0.53125}, {"start": 956.55, "end": 956.63, "word": " is", "probability": 0.6767578125}, {"start": 956.63, "end": 956.91, "word": " complete.", "probability": 0.60791015625}, {"start": 957.23, "end": 957.33, "word": " I", "probability": 0.2257080078125}, {"start": 957.33, "end": 957.51, "word": " also", "probability": 0.60791015625}, {"start": 957.51, "end": 957.51, "word": " found", "probability": 0.587890625}, {"start": 957.51, "end": 957.87, "word": " one", "probability": 0.226806640625}, {"start": 957.87, "end": 957.93, "word": " of", "probability": 0.90185546875}, {"start": 957.93, "end": 957.97, "word": " the", "probability": 0.912109375}, {"start": 957.97, "end": 957.97, "word": " good", "probability": 0.806640625}, {"start": 957.97, "end": 958.21, "word": " things", "probability": 0.77392578125}, {"start": 958.21, "end": 958.71, "word": " in", "probability": 0.52490234375}, {"start": 958.71, "end": 959.21, "word": " Constraint", "probability": 0.7937825520833334}, {"start": 959.21, "end": 959.73, "word": " Layout", "probability": 0.97216796875}, {"start": 959.73, "end": 960.81, "word": " that", "probability": 0.3798828125}, {"start": 960.81, "end": 961.15, "word": " if", "probability": 0.6826171875}, {"start": 961.15, "end": 962.03, "word": " I", "probability": 0.7197265625}, {"start": 962.03, "end": 962.03, "word": " go", "probability": 0.6494140625}, {"start": 962.03, "end": 962.31, "word": " to", "probability": 0.912109375}, {"start": 962.31, "end": 962.71, "word": " Layouts", "probability": 0.6536865234375}, {"start": 962.71, "end": 963.05, "word": " here,", "probability": 0.72119140625}, {"start": 963.49, "end": 963.79, "word": " there", "probability": 0.8896484375}, {"start": 963.79, "end": 963.87, "word": " is", "probability": 0.904296875}, {"start": 963.87, "end": 964.09, "word": " something", "probability": 0.7646484375}, {"start": 964.09, "end": 964.47, "word": " called", "probability": 0.57080078125}, {"start": 964.47, "end": 964.63, "word": " the", "probability": 0.363525390625}, {"start": 964.63, "end": 965.15, "word": " Guideline.", "probability": 0.733642578125}, {"start": 966.29, "end": 966.49, "word": " Okay?", "probability": 0.339599609375}, {"start": 966.81, "end": 967.05, "word": " What", "probability": 0.84130859375}, {"start": 967.05, "end": 967.09, "word": " is", "probability": 0.88427734375}, {"start": 967.09, "end": 967.21, "word": " this", "probability": 0.84716796875}, {"start": 967.21, "end": 967.67, "word": " Guideline?", "probability": 0.849853515625}, {"start": 968.61, "end": 968.79, "word": " I", "probability": 0.85595703125}, {"start": 968.79, "end": 968.95, "word": " found", "probability": 0.65771484375}, {"start": 968.95, "end": 969.09, "word": " that", "probability": 0.63671875}, {"start": 969.09, "end": 969.23, "word": " for", "probability": 0.23193359375}, {"start": 969.23, "end": 969.43, "word": " example", "probability": 0.92578125}, {"start": 969.43, "end": 969.89, "word": " sometimes", "probability": 0.48974609375}], "temperature": 1.0}, {"id": 38, "seek": 99632, "start": 971.86, "end": 996.32, "text": " Yes, I want to make a division for the screen. What is division? I want to say that make a third of the screen or for example the ratio of 30% like this and here 70% and then you start arranging the elements. You say here, you put an arrow, you say you are an arrow, you start from here to whom? To this line. Okay? As if you are putting something", "tokens": [1079, 11, 286, 528, 281, 652, 257, 10044, 337, 264, 2568, 13, 708, 307, 10044, 30, 286, 528, 281, 584, 300, 652, 257, 2636, 295, 264, 2568, 420, 337, 1365, 264, 8509, 295, 2217, 4, 411, 341, 293, 510, 5285, 4, 293, 550, 291, 722, 5539, 9741, 264, 4959, 13, 509, 584, 510, 11, 291, 829, 364, 11610, 11, 291, 584, 291, 366, 364, 11610, 11, 291, 722, 490, 510, 281, 7101, 30, 1407, 341, 1622, 13, 1033, 30, 1018, 498, 291, 366, 3372, 746], "avg_logprob": -0.4887354599181996, "compression_ratio": 1.6571428571428573, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 971.8599999999999, "end": 972.3, "word": " Yes,", "probability": 0.11492919921875}, {"start": 972.3, "end": 972.74, "word": " I", "probability": 0.921875}, {"start": 972.74, "end": 972.86, "word": " want", "probability": 0.69970703125}, {"start": 972.86, "end": 972.98, "word": " to", "probability": 0.96142578125}, {"start": 972.98, "end": 973.14, "word": " make", "probability": 0.34814453125}, {"start": 973.14, "end": 973.3, "word": " a", "probability": 0.7666015625}, {"start": 973.3, "end": 973.54, "word": " division", "probability": 0.6689453125}, {"start": 973.54, "end": 973.72, "word": " for", "probability": 0.50732421875}, {"start": 973.72, "end": 973.84, "word": " the", "probability": 0.8349609375}, {"start": 973.84, "end": 974.12, "word": " screen.", "probability": 0.8662109375}, {"start": 974.78, "end": 975.06, "word": " What", "probability": 0.7880859375}, {"start": 975.06, "end": 975.18, "word": " is", "probability": 0.68798828125}, {"start": 975.18, "end": 975.56, "word": " division?", "probability": 0.62353515625}, {"start": 975.76, "end": 975.94, "word": " I", "probability": 0.7451171875}, {"start": 975.94, "end": 976.08, "word": " want", "probability": 0.63427734375}, {"start": 976.08, "end": 976.16, "word": " to", "probability": 0.96630859375}, {"start": 976.16, "end": 976.32, "word": " say", "probability": 0.9111328125}, {"start": 976.32, "end": 976.54, "word": " that", "probability": 0.64794921875}, {"start": 976.54, "end": 976.78, "word": " make", "probability": 0.2491455078125}, {"start": 976.78, "end": 976.94, "word": " a", "probability": 0.283447265625}, {"start": 976.94, "end": 977.14, "word": " third", "probability": 0.75927734375}, {"start": 977.14, "end": 977.32, "word": " of", "probability": 0.8896484375}, {"start": 977.32, "end": 977.36, "word": " the", "probability": 0.89453125}, {"start": 977.36, "end": 977.66, "word": " screen", "probability": 0.8916015625}, {"start": 977.66, "end": 978.44, "word": " or", "probability": 0.27294921875}, {"start": 978.44, "end": 978.6, "word": " for", "probability": 0.418212890625}, {"start": 978.6, "end": 978.68, "word": " example", "probability": 0.94873046875}, {"start": 978.68, "end": 978.8, "word": " the", "probability": 0.2291259765625}, {"start": 978.8, "end": 978.92, "word": " ratio", "probability": 0.55078125}, {"start": 978.92, "end": 979.04, "word": " of", "probability": 0.5595703125}, {"start": 979.04, "end": 979.4, "word": " 30", "probability": 0.73681640625}, {"start": 979.4, "end": 979.76, "word": "%", "probability": 0.81298828125}, {"start": 979.76, "end": 979.96, "word": " like", "probability": 0.4609375}, {"start": 979.96, "end": 980.14, "word": " this", "probability": 0.62451171875}, {"start": 980.14, "end": 980.68, "word": " and", "probability": 0.7734375}, {"start": 980.68, "end": 980.84, "word": " here", "probability": 0.71240234375}, {"start": 980.84, "end": 981.34, "word": " 70", "probability": 0.8447265625}, {"start": 981.34, "end": 982.64, "word": "%", "probability": 0.61376953125}, {"start": 982.64, "end": 983.38, "word": " and", "probability": 0.7802734375}, {"start": 983.38, "end": 983.58, "word": " then", "probability": 0.34228515625}, {"start": 983.58, "end": 983.74, "word": " you", "probability": 0.73681640625}, {"start": 983.74, "end": 983.92, "word": " start", "probability": 0.5859375}, {"start": 983.92, "end": 984.28, "word": " arranging", "probability": 0.6424560546875}, {"start": 984.28, "end": 984.4, "word": " the", "probability": 0.80712890625}, {"start": 984.4, "end": 984.7, "word": " elements.", "probability": 0.806640625}, {"start": 984.86, "end": 984.94, "word": " You", "probability": 0.748046875}, {"start": 984.94, "end": 985.18, "word": " say", "probability": 0.59716796875}, {"start": 985.18, "end": 985.7, "word": " here,", "probability": 0.68994140625}, {"start": 985.96, "end": 986.64, "word": " you", "probability": 0.45654296875}, {"start": 986.64, "end": 986.98, "word": " put", "probability": 0.701171875}, {"start": 986.98, "end": 987.28, "word": " an", "probability": 0.57666015625}, {"start": 987.28, "end": 987.28, "word": " arrow,", "probability": 0.45947265625}, {"start": 987.62, "end": 987.84, "word": " you", "probability": 0.71630859375}, {"start": 987.84, "end": 988.0, "word": " say", "probability": 0.63916015625}, {"start": 988.0, "end": 988.32, "word": " you", "probability": 0.27099609375}, {"start": 988.32, "end": 988.32, "word": " are", "probability": 0.55126953125}, {"start": 988.32, "end": 988.56, "word": " an", "probability": 0.59521484375}, {"start": 988.56, "end": 988.68, "word": " arrow,", "probability": 0.81494140625}, {"start": 988.84, "end": 989.0, "word": " you", "probability": 0.7529296875}, {"start": 989.0, "end": 989.18, "word": " start", "probability": 0.88232421875}, {"start": 989.18, "end": 989.34, "word": " from", "probability": 0.74609375}, {"start": 989.34, "end": 989.74, "word": " here", "probability": 0.86083984375}, {"start": 989.74, "end": 990.5, "word": " to", "probability": 0.6015625}, {"start": 990.5, "end": 990.92, "word": " whom?", "probability": 0.6787109375}, {"start": 991.42, "end": 991.6, "word": " To", "probability": 0.68408203125}, {"start": 991.6, "end": 992.26, "word": " this", "probability": 0.66357421875}, {"start": 992.26, "end": 992.52, "word": " line.", "probability": 0.892578125}, {"start": 994.22, "end": 994.66, "word": " Okay?", "probability": 0.349853515625}, {"start": 994.88, "end": 995.1, "word": " As", "probability": 0.62548828125}, {"start": 995.1, "end": 995.26, "word": " if", "probability": 0.9345703125}, {"start": 995.26, "end": 995.5, "word": " you", "probability": 0.9462890625}, {"start": 995.5, "end": 995.5, "word": " are", "probability": 0.376953125}, {"start": 995.5, "end": 995.86, "word": " putting", "probability": 0.859375}, {"start": 995.86, "end": 996.32, "word": " something", "probability": 0.8017578125}], "temperature": 1.0}, {"id": 39, "seek": 102159, "start": 997.79, "end": 1021.59, "text": " an illusionary barrier, and the elements are linked to it. By the way, this is not present in the previous layout, one of the excellent achievements in Constraint Layout. You put an illusionary barrier that is not present in the image, it does not appear on the screen, but you can link the elements to it. Or, for example, as we will see in the example later, I want to make a logo,", "tokens": [364, 18854, 822, 13357, 11, 293, 264, 4959, 366, 9408, 281, 309, 13, 3146, 264, 636, 11, 341, 307, 406, 1974, 294, 264, 3894, 13333, 11, 472, 295, 264, 7103, 2800, 11108, 1117, 294, 8574, 424, 686, 20084, 346, 13, 509, 829, 364, 18854, 822, 13357, 300, 307, 406, 1974, 294, 264, 3256, 11, 309, 775, 406, 4204, 322, 264, 2568, 11, 457, 291, 393, 2113, 264, 4959, 281, 309, 13, 1610, 11, 337, 1365, 11, 382, 321, 486, 536, 294, 264, 1365, 1780, 11, 286, 528, 281, 652, 257, 9699, 11], "avg_logprob": -0.5624999948727187, "compression_ratio": 1.7534246575342465, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 997.7900000000001, "end": 998.19, "word": " an", "probability": 0.0909423828125}, {"start": 998.19, "end": 998.59, "word": " illusionary", "probability": 0.58203125}, {"start": 998.59, "end": 998.59, "word": " barrier,", "probability": 0.24462890625}, {"start": 998.65, "end": 999.73, "word": " and", "probability": 0.5322265625}, {"start": 999.73, "end": 1000.99, "word": " the", "probability": 0.345703125}, {"start": 1000.99, "end": 1000.99, "word": " elements", "probability": 0.8447265625}, {"start": 1000.99, "end": 1000.99, "word": " are", "probability": 0.447509765625}, {"start": 1000.99, "end": 1001.27, "word": " linked", "probability": 0.4150390625}, {"start": 1001.27, "end": 1001.93, "word": " to", "probability": 0.5126953125}, {"start": 1001.93, "end": 1002.41, "word": " it.", "probability": 0.55078125}, {"start": 1002.77, "end": 1003.17, "word": " By", "probability": 0.4033203125}, {"start": 1003.17, "end": 1003.41, "word": " the", "probability": 0.9306640625}, {"start": 1003.41, "end": 1003.43, "word": " way,", "probability": 0.958984375}, {"start": 1003.51, "end": 1003.51, "word": " this", "probability": 0.74267578125}, {"start": 1003.51, "end": 1003.59, "word": " is", "probability": 0.1807861328125}, {"start": 1003.59, "end": 1003.59, "word": " not", "probability": 0.8515625}, {"start": 1003.59, "end": 1004.11, "word": " present", "probability": 0.395263671875}, {"start": 1004.11, "end": 1004.27, "word": " in", "probability": 0.91455078125}, {"start": 1004.27, "end": 1004.35, "word": " the", "probability": 0.57666015625}, {"start": 1004.35, "end": 1004.65, "word": " previous", "probability": 0.52587890625}, {"start": 1004.65, "end": 1005.25, "word": " layout,", "probability": 0.50732421875}, {"start": 1005.59, "end": 1005.89, "word": " one", "probability": 0.232421875}, {"start": 1005.89, "end": 1006.07, "word": " of", "probability": 0.96435546875}, {"start": 1006.07, "end": 1006.37, "word": " the", "probability": 0.8828125}, {"start": 1006.37, "end": 1006.37, "word": " excellent", "probability": 0.38330078125}, {"start": 1006.37, "end": 1006.87, "word": " achievements", "probability": 0.64190673828125}, {"start": 1006.87, "end": 1008.37, "word": " in", "probability": 0.2227783203125}, {"start": 1008.37, "end": 1008.91, "word": " Constraint", "probability": 0.5962727864583334}, {"start": 1008.91, "end": 1009.21, "word": " Layout.", "probability": 0.851806640625}, {"start": 1009.35, "end": 1009.65, "word": " You", "probability": 0.5478515625}, {"start": 1009.65, "end": 1009.89, "word": " put", "probability": 0.315673828125}, {"start": 1009.89, "end": 1009.97, "word": " an", "probability": 0.74072265625}, {"start": 1009.97, "end": 1010.67, "word": " illusionary", "probability": 0.94482421875}, {"start": 1010.67, "end": 1010.67, "word": " barrier", "probability": 0.87548828125}, {"start": 1010.67, "end": 1011.83, "word": " that", "probability": 0.374267578125}, {"start": 1011.83, "end": 1011.83, "word": " is", "probability": 0.458740234375}, {"start": 1011.83, "end": 1011.91, "word": " not", "probability": 0.91064453125}, {"start": 1011.91, "end": 1012.23, "word": " present", "probability": 0.77685546875}, {"start": 1012.23, "end": 1012.35, "word": " in", "probability": 0.59130859375}, {"start": 1012.35, "end": 1012.43, "word": " the", "probability": 0.65234375}, {"start": 1012.43, "end": 1012.49, "word": " image,", "probability": 0.1904296875}, {"start": 1012.51, "end": 1012.57, "word": " it", "probability": 0.26806640625}, {"start": 1012.57, "end": 1012.63, "word": " does", "probability": 0.5849609375}, {"start": 1012.63, "end": 1012.63, "word": " not", "probability": 0.94482421875}, {"start": 1012.63, "end": 1012.83, "word": " appear", "probability": 0.54638671875}, {"start": 1012.83, "end": 1013.03, "word": " on", "probability": 0.85888671875}, {"start": 1013.03, "end": 1013.09, "word": " the", "probability": 0.8203125}, {"start": 1013.09, "end": 1013.31, "word": " screen,", "probability": 0.85693359375}, {"start": 1013.41, "end": 1013.53, "word": " but", "probability": 0.83251953125}, {"start": 1013.53, "end": 1013.67, "word": " you", "probability": 0.53271484375}, {"start": 1013.67, "end": 1013.95, "word": " can", "probability": 0.83056640625}, {"start": 1013.95, "end": 1014.15, "word": " link", "probability": 0.72021484375}, {"start": 1014.15, "end": 1014.29, "word": " the", "probability": 0.7041015625}, {"start": 1014.29, "end": 1014.69, "word": " elements", "probability": 0.88525390625}, {"start": 1014.69, "end": 1015.49, "word": " to", "probability": 0.75732421875}, {"start": 1015.49, "end": 1015.91, "word": " it.", "probability": 0.91259765625}, {"start": 1017.11, "end": 1017.51, "word": " Or,", "probability": 0.79931640625}, {"start": 1017.69, "end": 1017.69, "word": " for", "probability": 0.68896484375}, {"start": 1017.69, "end": 1018.23, "word": " example,", "probability": 0.9462890625}, {"start": 1018.31, "end": 1018.41, "word": " as", "probability": 0.57568359375}, {"start": 1018.41, "end": 1018.57, "word": " we", "probability": 0.9091796875}, {"start": 1018.57, "end": 1018.63, "word": " will", "probability": 0.73095703125}, {"start": 1018.63, "end": 1018.77, "word": " see", "probability": 0.91796875}, {"start": 1018.77, "end": 1018.83, "word": " in", "probability": 0.62841796875}, {"start": 1018.83, "end": 1018.95, "word": " the", "probability": 0.11663818359375}, {"start": 1018.95, "end": 1019.11, "word": " example", "probability": 0.70947265625}, {"start": 1019.11, "end": 1019.31, "word": " later,", "probability": 0.447509765625}, {"start": 1019.97, "end": 1020.41, "word": " I", "probability": 0.285888671875}, {"start": 1020.41, "end": 1020.97, "word": " want", "probability": 0.623046875}, {"start": 1020.97, "end": 1021.03, "word": " to", "probability": 0.97021484375}, {"start": 1021.03, "end": 1021.17, "word": " make", "probability": 0.69970703125}, {"start": 1021.17, "end": 1021.31, "word": " a", "probability": 0.8583984375}, {"start": 1021.31, "end": 1021.59, "word": " logo,", "probability": 0.86962890625}], "temperature": 1.0}, {"id": 40, "seek": 104899, "start": 1023.25, "end": 1048.99, "text": " It comes with 20% and the rest 80% is content When you say that if it is displayed on a tablet or anything, you have to stick to the 20% So we also put this guideline Without the guideline, you have to go to the picture and tell it to set the height or put a weight", "tokens": [467, 1487, 365, 945, 4, 293, 264, 1472, 4688, 4, 307, 2701, 1133, 291, 584, 300, 498, 309, 307, 16372, 322, 257, 14136, 420, 1340, 11, 291, 362, 281, 2897, 281, 264, 945, 4, 407, 321, 611, 829, 341, 41653, 9129, 264, 41653, 11, 291, 362, 281, 352, 281, 264, 3036, 293, 980, 309, 281, 992, 264, 6681, 420, 829, 257, 3364], "avg_logprob": -0.646825425208561, "compression_ratio": 1.5647058823529412, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1023.25, "end": 1023.85, "word": " It", "probability": 0.2313232421875}, {"start": 1023.85, "end": 1024.19, "word": " comes", "probability": 0.21630859375}, {"start": 1024.19, "end": 1024.87, "word": " with", "probability": 0.425537109375}, {"start": 1024.87, "end": 1025.45, "word": " 20", "probability": 0.5595703125}, {"start": 1025.45, "end": 1026.09, "word": "%", "probability": 0.89208984375}, {"start": 1026.09, "end": 1026.23, "word": " and", "probability": 0.2379150390625}, {"start": 1026.23, "end": 1026.89, "word": " the", "probability": 0.73974609375}, {"start": 1026.89, "end": 1027.07, "word": " rest", "probability": 0.5185546875}, {"start": 1027.07, "end": 1027.53, "word": " 80", "probability": 0.37109375}, {"start": 1027.53, "end": 1027.87, "word": "%", "probability": 0.9892578125}, {"start": 1027.87, "end": 1027.95, "word": " is", "probability": 0.6689453125}, {"start": 1027.95, "end": 1028.29, "word": " content", "probability": 0.6806640625}, {"start": 1028.29, "end": 1030.03, "word": " When", "probability": 0.162841796875}, {"start": 1030.03, "end": 1030.45, "word": " you", "probability": 0.8720703125}, {"start": 1030.45, "end": 1030.61, "word": " say", "probability": 0.62255859375}, {"start": 1030.61, "end": 1030.87, "word": " that", "probability": 0.2105712890625}, {"start": 1030.87, "end": 1030.99, "word": " if", "probability": 0.60009765625}, {"start": 1030.99, "end": 1031.07, "word": " it", "probability": 0.2069091796875}, {"start": 1031.07, "end": 1031.07, "word": " is", "probability": 0.318603515625}, {"start": 1031.07, "end": 1031.21, "word": " displayed", "probability": 0.463134765625}, {"start": 1031.21, "end": 1031.39, "word": " on", "probability": 0.90234375}, {"start": 1031.39, "end": 1031.59, "word": " a", "probability": 0.66748046875}, {"start": 1031.59, "end": 1031.95, "word": " tablet", "probability": 0.73291015625}, {"start": 1031.95, "end": 1032.17, "word": " or", "probability": 0.6220703125}, {"start": 1032.17, "end": 1032.55, "word": " anything,", "probability": 0.52294921875}, {"start": 1032.75, "end": 1033.57, "word": " you", "probability": 0.36572265625}, {"start": 1033.57, "end": 1033.75, "word": " have", "probability": 0.338134765625}, {"start": 1033.75, "end": 1033.89, "word": " to", "probability": 0.9619140625}, {"start": 1033.89, "end": 1034.19, "word": " stick", "probability": 0.5849609375}, {"start": 1034.19, "end": 1034.43, "word": " to", "probability": 0.51171875}, {"start": 1034.43, "end": 1034.63, "word": " the", "probability": 0.474609375}, {"start": 1034.63, "end": 1035.81, "word": " 20", "probability": 0.88916015625}, {"start": 1035.81, "end": 1036.29, "word": "%", "probability": 0.98193359375}, {"start": 1036.29, "end": 1036.63, "word": " So", "probability": 0.1585693359375}, {"start": 1036.63, "end": 1036.97, "word": " we", "probability": 0.59033203125}, {"start": 1036.97, "end": 1036.97, "word": " also", "probability": 0.486572265625}, {"start": 1036.97, "end": 1037.31, "word": " put", "probability": 0.58984375}, {"start": 1037.31, "end": 1038.29, "word": " this", "probability": 0.61328125}, {"start": 1038.29, "end": 1038.89, "word": " guideline", "probability": 0.89404296875}, {"start": 1038.89, "end": 1040.67, "word": " Without", "probability": 0.61083984375}, {"start": 1040.67, "end": 1040.85, "word": " the", "probability": 0.44873046875}, {"start": 1040.85, "end": 1041.35, "word": " guideline,", "probability": 0.8828125}, {"start": 1041.59, "end": 1041.79, "word": " you", "probability": 0.9228515625}, {"start": 1041.79, "end": 1041.91, "word": " have", "probability": 0.52978515625}, {"start": 1041.91, "end": 1042.09, "word": " to", "probability": 0.96923828125}, {"start": 1042.09, "end": 1042.35, "word": " go", "probability": 0.56103515625}, {"start": 1042.35, "end": 1042.37, "word": " to", "probability": 0.3984375}, {"start": 1042.37, "end": 1042.41, "word": " the", "probability": 0.60791015625}, {"start": 1042.41, "end": 1042.61, "word": " picture", "probability": 0.350341796875}, {"start": 1042.61, "end": 1043.03, "word": " and", "probability": 0.79736328125}, {"start": 1043.03, "end": 1043.19, "word": " tell", "probability": 0.36865234375}, {"start": 1043.19, "end": 1044.25, "word": " it", "probability": 0.64892578125}, {"start": 1044.25, "end": 1045.31, "word": " to", "probability": 0.57568359375}, {"start": 1045.31, "end": 1045.61, "word": " set", "probability": 0.353271484375}, {"start": 1045.61, "end": 1045.91, "word": " the", "probability": 0.6640625}, {"start": 1045.91, "end": 1046.25, "word": " height", "probability": 0.9521484375}, {"start": 1046.25, "end": 1047.93, "word": " or", "probability": 0.209716796875}, {"start": 1047.93, "end": 1048.55, "word": " put", "probability": 0.31103515625}, {"start": 1048.55, "end": 1048.69, "word": " a", "probability": 0.45751953125}, {"start": 1048.69, "end": 1048.99, "word": " weight", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 41, "seek": 107796, "start": 1050.14, "end": 1077.96, "text": " The weight is determined by 1 to 3 or 1 to 4, and it is not fixed by this ratio. When you say 1 to 3, it will not be exactly 1 to 3. But the weight is always fixed by this ratio. You put an imaginary line, but this line is not this one, this is my head, this is my nose, this is my horizon. And you say that this picture starts from above to where? To the imaginary line, which is 20%. For example.", "tokens": [440, 3364, 307, 9540, 538, 502, 281, 805, 420, 502, 281, 1017, 11, 293, 309, 307, 406, 6806, 538, 341, 8509, 13, 1133, 291, 584, 502, 281, 805, 11, 309, 486, 406, 312, 2293, 502, 281, 805, 13, 583, 264, 3364, 307, 1009, 6806, 538, 341, 8509, 13, 509, 829, 364, 26164, 1622, 11, 457, 341, 1622, 307, 406, 341, 472, 11, 341, 307, 452, 1378, 11, 341, 307, 452, 6690, 11, 341, 307, 452, 18046, 13, 400, 291, 584, 300, 341, 3036, 3719, 490, 3673, 281, 689, 30, 1407, 264, 26164, 1622, 11, 597, 307, 945, 6856, 1171, 1365, 13], "avg_logprob": -0.5824142431511599, "compression_ratio": 1.7733333333333334, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1050.1399999999999, "end": 1050.58, "word": " The", "probability": 0.060943603515625}, {"start": 1050.58, "end": 1050.78, "word": " weight", "probability": 0.79296875}, {"start": 1050.78, "end": 1051.08, "word": " is", "probability": 0.23095703125}, {"start": 1051.08, "end": 1054.84, "word": " determined", "probability": 0.1741943359375}, {"start": 1054.84, "end": 1055.1, "word": " by", "probability": 0.62109375}, {"start": 1055.1, "end": 1056.04, "word": " 1", "probability": 0.341796875}, {"start": 1056.04, "end": 1056.3, "word": " to", "probability": 0.4765625}, {"start": 1056.3, "end": 1056.6, "word": " 3", "probability": 0.81640625}, {"start": 1056.6, "end": 1056.68, "word": " or", "probability": 0.53173828125}, {"start": 1056.68, "end": 1056.8, "word": " 1", "probability": 0.642578125}, {"start": 1056.8, "end": 1056.92, "word": " to", "probability": 0.96630859375}, {"start": 1056.92, "end": 1057.14, "word": " 4,", "probability": 0.9892578125}, {"start": 1057.16, "end": 1057.26, "word": " and", "probability": 0.251220703125}, {"start": 1057.26, "end": 1057.34, "word": " it", "probability": 0.5458984375}, {"start": 1057.34, "end": 1057.34, "word": " is", "probability": 0.442138671875}, {"start": 1057.34, "end": 1057.66, "word": " not", "probability": 0.4453125}, {"start": 1057.66, "end": 1057.66, "word": " fixed", "probability": 0.209716796875}, {"start": 1057.66, "end": 1057.96, "word": " by", "probability": 0.302490234375}, {"start": 1057.96, "end": 1059.48, "word": " this", "probability": 0.453857421875}, {"start": 1059.48, "end": 1059.48, "word": " ratio.", "probability": 0.302001953125}, {"start": 1059.76, "end": 1059.98, "word": " When", "probability": 0.21923828125}, {"start": 1059.98, "end": 1060.98, "word": " you", "probability": 0.7255859375}, {"start": 1060.98, "end": 1061.08, "word": " say", "probability": 0.71728515625}, {"start": 1061.08, "end": 1061.28, "word": " 1", "probability": 0.8466796875}, {"start": 1061.28, "end": 1061.46, "word": " to", "probability": 0.9521484375}, {"start": 1061.46, "end": 1061.72, "word": " 3,", "probability": 0.9931640625}, {"start": 1061.76, "end": 1061.82, "word": " it", "probability": 0.73583984375}, {"start": 1061.82, "end": 1061.92, "word": " will", "probability": 0.353759765625}, {"start": 1061.92, "end": 1061.92, "word": " not", "probability": 0.83837890625}, {"start": 1061.92, "end": 1062.2, "word": " be", "probability": 0.1719970703125}, {"start": 1062.2, "end": 1062.68, "word": " exactly", "probability": 0.5576171875}, {"start": 1062.68, "end": 1062.86, "word": " 1", "probability": 0.919921875}, {"start": 1062.86, "end": 1063.04, "word": " to", "probability": 0.9599609375}, {"start": 1063.04, "end": 1063.38, "word": " 3.", "probability": 0.9970703125}, {"start": 1064.68, "end": 1065.12, "word": " But", "probability": 0.53515625}, {"start": 1065.12, "end": 1065.34, "word": " the", "probability": 0.266357421875}, {"start": 1065.34, "end": 1065.34, "word": " weight", "probability": 0.81689453125}, {"start": 1065.34, "end": 1065.86, "word": " is", "probability": 0.67431640625}, {"start": 1065.86, "end": 1065.86, "word": " always", "probability": 0.31298828125}, {"start": 1065.86, "end": 1066.14, "word": " fixed", "probability": 0.6787109375}, {"start": 1066.14, "end": 1066.32, "word": " by", "probability": 0.736328125}, {"start": 1066.32, "end": 1066.36, "word": " this", "probability": 0.71826171875}, {"start": 1066.36, "end": 1066.36, "word": " ratio.", "probability": 0.95751953125}, {"start": 1066.64, "end": 1066.8, "word": " You", "probability": 0.65966796875}, {"start": 1066.8, "end": 1066.98, "word": " put", "probability": 0.3623046875}, {"start": 1066.98, "end": 1067.32, "word": " an", "probability": 0.379150390625}, {"start": 1067.32, "end": 1067.58, "word": " imaginary", "probability": 0.60546875}, {"start": 1067.58, "end": 1067.58, "word": " line,", "probability": 0.9033203125}, {"start": 1068.48, "end": 1068.66, "word": " but", "probability": 0.60205078125}, {"start": 1068.66, "end": 1068.86, "word": " this", "probability": 0.69140625}, {"start": 1068.86, "end": 1069.16, "word": " line", "probability": 0.67578125}, {"start": 1069.16, "end": 1069.28, "word": " is", "probability": 0.88037109375}, {"start": 1069.28, "end": 1069.38, "word": " not", "probability": 0.42724609375}, {"start": 1069.38, "end": 1069.6, "word": " this", "probability": 0.6337890625}, {"start": 1069.6, "end": 1069.6, "word": " one,", "probability": 0.51171875}, {"start": 1069.66, "end": 1069.78, "word": " this", "probability": 0.7568359375}, {"start": 1069.78, "end": 1069.84, "word": " is", "probability": 0.533203125}, {"start": 1069.84, "end": 1070.08, "word": " my", "probability": 0.57666015625}, {"start": 1070.08, "end": 1070.08, "word": " head,", "probability": 0.900390625}, {"start": 1070.18, "end": 1070.32, "word": " this", "probability": 0.76708984375}, {"start": 1070.32, "end": 1070.34, "word": " is", "probability": 0.908203125}, {"start": 1070.34, "end": 1070.6, "word": " my", "probability": 0.67529296875}, {"start": 1070.6, "end": 1070.6, "word": " nose,", "probability": 0.1964111328125}, {"start": 1071.02, "end": 1071.16, "word": " this", "probability": 0.410400390625}, {"start": 1071.16, "end": 1071.16, "word": " is", "probability": 0.92138671875}, {"start": 1071.16, "end": 1071.16, "word": " my", "probability": 0.9345703125}, {"start": 1071.16, "end": 1071.34, "word": " horizon.", "probability": 0.126220703125}, {"start": 1071.7, "end": 1071.84, "word": " And", "probability": 0.5908203125}, {"start": 1071.84, "end": 1071.96, "word": " you", "probability": 0.80322265625}, {"start": 1071.96, "end": 1072.14, "word": " say", "probability": 0.80322265625}, {"start": 1072.14, "end": 1072.34, "word": " that", "probability": 0.8828125}, {"start": 1072.34, "end": 1072.4, "word": " this", "probability": 0.8125}, {"start": 1072.4, "end": 1072.68, "word": " picture", "probability": 0.31396484375}, {"start": 1072.68, "end": 1073.26, "word": " starts", "probability": 0.66259765625}, {"start": 1073.26, "end": 1073.38, "word": " from", "probability": 0.8505859375}, {"start": 1073.38, "end": 1073.72, "word": " above", "probability": 0.33447265625}, {"start": 1073.72, "end": 1073.94, "word": " to", "probability": 0.6103515625}, {"start": 1073.94, "end": 1074.22, "word": " where?", "probability": 0.486328125}, {"start": 1074.52, "end": 1074.84, "word": " To", "probability": 0.5205078125}, {"start": 1074.84, "end": 1075.08, "word": " the", "probability": 0.7236328125}, {"start": 1075.08, "end": 1075.58, "word": " imaginary", "probability": 0.978515625}, {"start": 1075.58, "end": 1075.58, "word": " line,", "probability": 0.9189453125}, {"start": 1075.96, "end": 1076.08, "word": " which", "probability": 0.8427734375}, {"start": 1076.08, "end": 1076.2, "word": " is", "probability": 0.9033203125}, {"start": 1076.2, "end": 1077.28, "word": " 20%.", "probability": 0.5029296875}, {"start": 1077.28, "end": 1077.9, "word": " For", "probability": 0.58349609375}, {"start": 1077.9, "end": 1077.96, "word": " example.", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 42, "seek": 110646, "start": 1079.32, "end": 1106.46, "text": " Of course, you can put as many lines as you want. Continuously. And it will get organized for them. Okay? And let's see. Because let's take an example. The same thing that we took in the linear layout. Which is for the username and password. We want to make a layout like this. And we put here a picture. Image. Okay? And below here comes username. Password. And here I have two buttons in the middle.", "tokens": [2720, 1164, 11, 291, 393, 829, 382, 867, 3876, 382, 291, 528, 13, 14674, 84, 5098, 13, 400, 309, 486, 483, 9983, 337, 552, 13, 1033, 30, 400, 718, 311, 536, 13, 1436, 718, 311, 747, 364, 1365, 13, 440, 912, 551, 300, 321, 1890, 294, 264, 8213, 13333, 13, 3013, 307, 337, 264, 30351, 293, 11524, 13, 492, 528, 281, 652, 257, 13333, 411, 341, 13, 400, 321, 829, 510, 257, 3036, 13, 29903, 13, 1033, 30, 400, 2507, 510, 1487, 30351, 13, 10319, 7462, 13, 400, 510, 286, 362, 732, 9905, 294, 264, 2808, 13], "avg_logprob": -0.515306123665401, "compression_ratio": 1.6209677419354838, "no_speech_prob": 0.0, "words": [{"start": 1079.32, "end": 1079.56, "word": " Of", "probability": 0.2607421875}, {"start": 1079.56, "end": 1079.72, "word": " course,", "probability": 0.8486328125}, {"start": 1079.86, "end": 1079.9, "word": " you", "probability": 0.29443359375}, {"start": 1079.9, "end": 1080.08, "word": " can", "probability": 0.74267578125}, {"start": 1080.08, "end": 1080.08, "word": " put", "probability": 0.29248046875}, {"start": 1080.08, "end": 1080.2, "word": " as", "probability": 0.35302734375}, {"start": 1080.2, "end": 1080.4, "word": " many", "probability": 0.75732421875}, {"start": 1080.4, "end": 1080.4, "word": " lines", "probability": 0.78466796875}, {"start": 1080.4, "end": 1080.54, "word": " as", "probability": 0.7333984375}, {"start": 1080.54, "end": 1080.7, "word": " you", "probability": 0.95947265625}, {"start": 1080.7, "end": 1080.92, "word": " want.", "probability": 0.71142578125}, {"start": 1081.12, "end": 1081.52, "word": " Continuously.", "probability": 0.56201171875}, {"start": 1081.96, "end": 1082.12, "word": " And", "probability": 0.50146484375}, {"start": 1082.12, "end": 1082.2, "word": " it", "probability": 0.61181640625}, {"start": 1082.2, "end": 1082.22, "word": " will", "probability": 0.468017578125}, {"start": 1082.22, "end": 1082.36, "word": " get", "probability": 0.16015625}, {"start": 1082.36, "end": 1082.66, "word": " organized", "probability": 0.424560546875}, {"start": 1082.66, "end": 1082.86, "word": " for", "probability": 0.54150390625}, {"start": 1082.86, "end": 1083.22, "word": " them.", "probability": 0.55908203125}, {"start": 1083.6, "end": 1083.82, "word": " Okay?", "probability": 0.253662109375}, {"start": 1084.58, "end": 1085.02, "word": " And", "probability": 0.3388671875}, {"start": 1085.02, "end": 1085.18, "word": " let's", "probability": 0.5545654296875}, {"start": 1085.18, "end": 1085.46, "word": " see.", "probability": 0.6982421875}, {"start": 1085.6, "end": 1085.82, "word": " Because", "probability": 0.350830078125}, {"start": 1085.82, "end": 1086.86, "word": " let's", "probability": 0.58502197265625}, {"start": 1086.86, "end": 1087.06, "word": " take", "probability": 0.818359375}, {"start": 1087.06, "end": 1087.54, "word": " an", "probability": 0.81494140625}, {"start": 1087.54, "end": 1087.54, "word": " example.", "probability": 0.96826171875}, {"start": 1087.66, "end": 1087.82, "word": " The", "probability": 0.51513671875}, {"start": 1087.82, "end": 1087.96, "word": " same", "probability": 0.8505859375}, {"start": 1087.96, "end": 1088.1, "word": " thing", "probability": 0.214599609375}, {"start": 1088.1, "end": 1088.14, "word": " that", "probability": 0.35986328125}, {"start": 1088.14, "end": 1088.16, "word": " we", "probability": 0.92626953125}, {"start": 1088.16, "end": 1088.28, "word": " took", "probability": 0.60205078125}, {"start": 1088.28, "end": 1088.56, "word": " in", "probability": 0.8046875}, {"start": 1088.56, "end": 1088.62, "word": " the", "probability": 0.50634765625}, {"start": 1088.62, "end": 1088.82, "word": " linear", "probability": 0.58203125}, {"start": 1088.82, "end": 1089.32, "word": " layout.", "probability": 0.9765625}, {"start": 1090.86, "end": 1091.3, "word": " Which", "probability": 0.60009765625}, {"start": 1091.3, "end": 1091.48, "word": " is", "probability": 0.74853515625}, {"start": 1091.48, "end": 1091.64, "word": " for", "probability": 0.30859375}, {"start": 1091.64, "end": 1091.8, "word": " the", "probability": 0.44482421875}, {"start": 1091.8, "end": 1092.04, "word": " username", "probability": 0.71337890625}, {"start": 1092.04, "end": 1092.28, "word": " and", "probability": 0.94970703125}, {"start": 1092.28, "end": 1092.76, "word": " password.", "probability": 0.671875}, {"start": 1093.0, "end": 1093.44, "word": " We", "probability": 0.89697265625}, {"start": 1093.44, "end": 1093.58, "word": " want", "probability": 0.55029296875}, {"start": 1093.58, "end": 1093.7, "word": " to", "probability": 0.97216796875}, {"start": 1093.7, "end": 1093.86, "word": " make", "probability": 0.640625}, {"start": 1093.86, "end": 1094.3, "word": " a", "probability": 0.904296875}, {"start": 1094.3, "end": 1094.66, "word": " layout", "probability": 0.9658203125}, {"start": 1094.66, "end": 1094.82, "word": " like", "probability": 0.89306640625}, {"start": 1094.82, "end": 1095.14, "word": " this.", "probability": 0.59130859375}, {"start": 1095.22, "end": 1095.28, "word": " And", "probability": 0.75244140625}, {"start": 1095.28, "end": 1095.38, "word": " we", "probability": 0.7314453125}, {"start": 1095.38, "end": 1095.6, "word": " put", "probability": 0.7470703125}, {"start": 1095.6, "end": 1095.78, "word": " here", "probability": 0.394287109375}, {"start": 1095.78, "end": 1095.88, "word": " a", "probability": 0.59765625}, {"start": 1095.88, "end": 1096.14, "word": " picture.", "probability": 0.58984375}, {"start": 1096.5, "end": 1096.88, "word": " Image.", "probability": 0.80712890625}, {"start": 1097.8, "end": 1098.1, "word": " Okay?", "probability": 0.75439453125}, {"start": 1098.4, "end": 1098.66, "word": " And", "probability": 0.91748046875}, {"start": 1098.66, "end": 1098.9, "word": " below", "probability": 0.371337890625}, {"start": 1098.9, "end": 1099.12, "word": " here", "probability": 0.5732421875}, {"start": 1099.12, "end": 1099.34, "word": " comes", "probability": 0.356201171875}, {"start": 1099.34, "end": 1099.8, "word": " username.", "probability": 0.6123046875}, {"start": 1102.46, "end": 1102.9, "word": " Password.", "probability": 0.966552734375}, {"start": 1104.86, "end": 1105.3, "word": " And", "probability": 0.93505859375}, {"start": 1105.3, "end": 1105.58, "word": " here", "probability": 0.486083984375}, {"start": 1105.58, "end": 1105.66, "word": " I", "probability": 0.386474609375}, {"start": 1105.66, "end": 1105.66, "word": " have", "probability": 0.93115234375}, {"start": 1105.66, "end": 1105.98, "word": " two", "probability": 0.61572265625}, {"start": 1105.98, "end": 1105.98, "word": " buttons", "probability": 0.865234375}, {"start": 1105.98, "end": 1106.16, "word": " in", "probability": 0.84716796875}, {"start": 1106.16, "end": 1106.26, "word": " the", "probability": 0.91748046875}, {"start": 1106.26, "end": 1106.46, "word": " middle.", "probability": 0.93994140625}], "temperature": 1.0}, {"id": 43, "seek": 113378, "start": 1107.86, "end": 1133.78, "text": " Ok and cancel for example. Ok? Let's do it quickly. The first step is to put layouts inside each other and think about how to make these layouts and these layouts horizontal and combine horizontal with vertical. Ok? Did you find that you have only one layout? Which is the concept of layout. Start by arranging the elements. The first element is the image. Ok? Draw an image.", "tokens": [3477, 293, 10373, 337, 1365, 13, 3477, 30, 961, 311, 360, 309, 2661, 13, 440, 700, 1823, 307, 281, 829, 2360, 263, 1373, 1854, 1184, 661, 293, 519, 466, 577, 281, 652, 613, 2360, 263, 1373, 293, 613, 2360, 263, 1373, 12750, 293, 10432, 12750, 365, 9429, 13, 3477, 30, 2589, 291, 915, 300, 291, 362, 787, 472, 13333, 30, 3013, 307, 264, 3410, 295, 13333, 13, 6481, 538, 5539, 9741, 264, 4959, 13, 440, 700, 4478, 307, 264, 3256, 13, 3477, 30, 20386, 364, 3256, 13], "avg_logprob": -0.6257102523337711, "compression_ratio": 1.6860986547085202, "no_speech_prob": 0.0, "words": [{"start": 1107.86, "end": 1108.24, "word": " Ok", "probability": 0.386962890625}, {"start": 1108.24, "end": 1108.4, "word": " and", "probability": 0.7646484375}, {"start": 1108.4, "end": 1108.7, "word": " cancel", "probability": 0.63330078125}, {"start": 1108.7, "end": 1108.92, "word": " for", "probability": 0.39111328125}, {"start": 1108.92, "end": 1109.12, "word": " example.", "probability": 0.91259765625}, {"start": 1110.6, "end": 1110.84, "word": " Ok?", "probability": 0.305419921875}, {"start": 1111.72, "end": 1112.2, "word": " Let's", "probability": 0.69287109375}, {"start": 1112.2, "end": 1112.34, "word": " do", "probability": 0.335693359375}, {"start": 1112.34, "end": 1112.54, "word": " it", "probability": 0.378662109375}, {"start": 1112.54, "end": 1112.84, "word": " quickly.", "probability": 0.382080078125}, {"start": 1114.96, "end": 1115.44, "word": " The", "probability": 0.16357421875}, {"start": 1115.44, "end": 1115.44, "word": " first", "probability": 0.64306640625}, {"start": 1115.44, "end": 1115.7, "word": " step", "probability": 0.36083984375}, {"start": 1115.7, "end": 1115.84, "word": " is", "probability": 0.5009765625}, {"start": 1115.84, "end": 1116.2, "word": " to", "probability": 0.5625}, {"start": 1116.2, "end": 1117.48, "word": " put", "probability": 0.1300048828125}, {"start": 1117.48, "end": 1118.98, "word": " layouts", "probability": 0.5730387369791666}, {"start": 1118.98, "end": 1119.14, "word": " inside", "probability": 0.43408203125}, {"start": 1119.14, "end": 1119.38, "word": " each", "probability": 0.55859375}, {"start": 1119.38, "end": 1119.52, "word": " other", "probability": 0.82373046875}, {"start": 1119.52, "end": 1119.7, "word": " and", "probability": 0.232177734375}, {"start": 1119.7, "end": 1120.26, "word": " think", "probability": 0.54052734375}, {"start": 1120.26, "end": 1120.48, "word": " about", "probability": 0.50634765625}, {"start": 1120.48, "end": 1120.98, "word": " how", "probability": 0.8037109375}, {"start": 1120.98, "end": 1121.08, "word": " to", "probability": 0.681640625}, {"start": 1121.08, "end": 1121.28, "word": " make", "probability": 0.44287109375}, {"start": 1121.28, "end": 1121.5, "word": " these", "probability": 0.263427734375}, {"start": 1121.5, "end": 1121.94, "word": " layouts", "probability": 0.76025390625}, {"start": 1121.94, "end": 1122.02, "word": " and", "probability": 0.381591796875}, {"start": 1122.02, "end": 1122.2, "word": " these", "probability": 0.427978515625}, {"start": 1122.2, "end": 1122.64, "word": " layouts", "probability": 0.7639973958333334}, {"start": 1122.64, "end": 1123.08, "word": " horizontal", "probability": 0.453125}, {"start": 1123.08, "end": 1123.46, "word": " and", "probability": 0.83056640625}, {"start": 1123.46, "end": 1123.72, "word": " combine", "probability": 0.049896240234375}, {"start": 1123.72, "end": 1124.2, "word": " horizontal", "probability": 0.755859375}, {"start": 1124.2, "end": 1124.44, "word": " with", "probability": 0.76953125}, {"start": 1124.44, "end": 1125.0, "word": " vertical.", "probability": 0.87841796875}, {"start": 1125.52, "end": 1125.74, "word": " Ok?", "probability": 0.37158203125}, {"start": 1126.0, "end": 1126.2, "word": " Did", "probability": 0.2362060546875}, {"start": 1126.2, "end": 1126.22, "word": " you", "probability": 0.94873046875}, {"start": 1126.22, "end": 1126.34, "word": " find", "probability": 0.47607421875}, {"start": 1126.34, "end": 1126.42, "word": " that", "probability": 0.261962890625}, {"start": 1126.42, "end": 1126.64, "word": " you", "probability": 0.69287109375}, {"start": 1126.64, "end": 1126.86, "word": " have", "probability": 0.72900390625}, {"start": 1126.86, "end": 1126.92, "word": " only", "probability": 0.5615234375}, {"start": 1126.92, "end": 1127.5, "word": " one", "probability": 0.890625}, {"start": 1127.5, "end": 1127.5, "word": " layout?", "probability": 0.6572265625}, {"start": 1128.0, "end": 1128.38, "word": " Which", "probability": 0.46435546875}, {"start": 1128.38, "end": 1128.48, "word": " is", "probability": 0.93896484375}, {"start": 1128.48, "end": 1128.54, "word": " the", "probability": 0.241455078125}, {"start": 1128.54, "end": 1128.76, "word": " concept", "probability": 0.61767578125}, {"start": 1128.76, "end": 1129.0, "word": " of", "probability": 0.681640625}, {"start": 1129.0, "end": 1129.16, "word": " layout.", "probability": 0.65869140625}, {"start": 1129.68, "end": 1130.02, "word": " Start", "probability": 0.54248046875}, {"start": 1130.02, "end": 1130.28, "word": " by", "probability": 0.386962890625}, {"start": 1130.28, "end": 1130.74, "word": " arranging", "probability": 0.6185302734375}, {"start": 1130.74, "end": 1130.92, "word": " the", "probability": 0.5341796875}, {"start": 1130.92, "end": 1131.22, "word": " elements.", "probability": 0.92041015625}, {"start": 1131.26, "end": 1131.42, "word": " The", "probability": 0.68701171875}, {"start": 1131.42, "end": 1131.48, "word": " first", "probability": 0.88232421875}, {"start": 1131.48, "end": 1131.74, "word": " element", "probability": 0.94287109375}, {"start": 1131.74, "end": 1131.96, "word": " is", "probability": 0.8876953125}, {"start": 1131.96, "end": 1132.1, "word": " the", "probability": 0.78173828125}, {"start": 1132.1, "end": 1132.3, "word": " image.", "probability": 0.3974609375}, {"start": 1132.72, "end": 1132.98, "word": " Ok?", "probability": 0.7861328125}, {"start": 1133.16, "end": 1133.38, "word": " Draw", "probability": 0.145263671875}, {"start": 1133.38, "end": 1133.58, "word": " an", "probability": 0.35546875}, {"start": 1133.58, "end": 1133.78, "word": " image.", "probability": 0.919921875}], "temperature": 1.0}, {"id": 44, "seek": 117244, "start": 1155.56, "end": 1172.44, "text": " And we want to say, for example, scale fit xy. No, the picture is not linked, right or wrong? No, you can, we want the picture to come up and fill the entire screen, okay? But I drew it wrong.", "tokens": [400, 321, 528, 281, 584, 11, 337, 1365, 11, 4373, 3318, 2031, 88, 13, 883, 11, 264, 3036, 307, 406, 9408, 11, 558, 420, 2085, 30, 883, 11, 291, 393, 11, 321, 528, 264, 3036, 281, 808, 493, 293, 2836, 264, 2302, 2568, 11, 1392, 30, 583, 286, 12804, 309, 2085, 13], "avg_logprob": -0.45165094114699456, "compression_ratio": 1.3884892086330936, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1155.56, "end": 1155.96, "word": " And", "probability": 0.252197265625}, {"start": 1155.96, "end": 1156.04, "word": " we", "probability": 0.61767578125}, {"start": 1156.04, "end": 1156.14, "word": " want", "probability": 0.3623046875}, {"start": 1156.14, "end": 1156.2, "word": " to", "probability": 0.92236328125}, {"start": 1156.2, "end": 1156.38, "word": " say,", "probability": 0.55029296875}, {"start": 1156.48, "end": 1156.6, "word": " for", "probability": 0.85595703125}, {"start": 1156.6, "end": 1156.74, "word": " example,", "probability": 0.91943359375}, {"start": 1156.88, "end": 1157.42, "word": " scale", "probability": 0.5693359375}, {"start": 1157.42, "end": 1157.9, "word": " fit", "probability": 0.7451171875}, {"start": 1157.9, "end": 1158.62, "word": " xy.", "probability": 0.665771484375}, {"start": 1161.68, "end": 1162.08, "word": " No,", "probability": 0.459228515625}, {"start": 1162.14, "end": 1162.34, "word": " the", "probability": 0.76416015625}, {"start": 1162.34, "end": 1162.52, "word": " picture", "probability": 0.39599609375}, {"start": 1162.52, "end": 1162.66, "word": " is", "probability": 0.78759765625}, {"start": 1162.66, "end": 1162.74, "word": " not", "probability": 0.92626953125}, {"start": 1162.74, "end": 1163.06, "word": " linked,", "probability": 0.426513671875}, {"start": 1163.46, "end": 1163.68, "word": " right", "probability": 0.57470703125}, {"start": 1163.68, "end": 1163.88, "word": " or", "probability": 0.65673828125}, {"start": 1163.88, "end": 1163.96, "word": " wrong?", "probability": 0.482421875}, {"start": 1164.84, "end": 1165.24, "word": " No,", "probability": 0.45703125}, {"start": 1165.34, "end": 1165.52, "word": " you", "probability": 0.76513671875}, {"start": 1165.52, "end": 1165.86, "word": " can,", "probability": 0.8505859375}, {"start": 1166.56, "end": 1167.14, "word": " we", "probability": 0.81982421875}, {"start": 1167.14, "end": 1167.36, "word": " want", "probability": 0.8525390625}, {"start": 1167.36, "end": 1167.52, "word": " the", "probability": 0.88525390625}, {"start": 1167.52, "end": 1167.78, "word": " picture", "probability": 0.7470703125}, {"start": 1167.78, "end": 1168.42, "word": " to", "probability": 0.91943359375}, {"start": 1168.42, "end": 1168.58, "word": " come", "probability": 0.5234375}, {"start": 1168.58, "end": 1168.84, "word": " up", "probability": 0.87109375}, {"start": 1168.84, "end": 1169.02, "word": " and", "probability": 0.87548828125}, {"start": 1169.02, "end": 1169.38, "word": " fill", "probability": 0.80419921875}, {"start": 1169.38, "end": 1169.76, "word": " the", "probability": 0.5869140625}, {"start": 1169.76, "end": 1169.96, "word": " entire", "probability": 0.62060546875}, {"start": 1169.96, "end": 1170.22, "word": " screen,", "probability": 0.6337890625}, {"start": 1170.26, "end": 1170.98, "word": " okay?", "probability": 0.5947265625}, {"start": 1171.0, "end": 1171.18, "word": " But", "probability": 0.8974609375}, {"start": 1171.18, "end": 1171.6, "word": " I", "probability": 0.740234375}, {"start": 1171.6, "end": 1172.08, "word": " drew", "probability": 0.896484375}, {"start": 1172.08, "end": 1172.24, "word": " it", "probability": 0.90087890625}, {"start": 1172.24, "end": 1172.44, "word": " wrong.", "probability": 0.818359375}], "temperature": 1.0}, {"id": 45, "seek": 119620, "start": 1173.58, "end": 1196.2, "text": " In order to fill the width of the screen, there are two options. We can put the robot from above and from the right. Then we say match parent. How many sides did I connect it to? Two sides. Did I come here and say match parent? It's not there. Okay, match parent.", "tokens": [682, 1668, 281, 2836, 264, 11402, 295, 264, 2568, 11, 456, 366, 732, 3956, 13, 492, 393, 829, 264, 7881, 490, 3673, 293, 490, 264, 558, 13, 1396, 321, 584, 2995, 2596, 13, 1012, 867, 4881, 630, 286, 1745, 309, 281, 30, 4453, 4881, 13, 2589, 286, 808, 510, 293, 584, 2995, 2596, 30, 467, 311, 406, 456, 13, 1033, 11, 2995, 2596, 13], "avg_logprob": -0.5759615384615384, "compression_ratio": 1.543859649122807, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1173.5800000000002, "end": 1174.14, "word": " In", "probability": 0.06585693359375}, {"start": 1174.14, "end": 1174.64, "word": " order", "probability": 0.728515625}, {"start": 1174.64, "end": 1175.26, "word": " to", "probability": 0.77197265625}, {"start": 1175.26, "end": 1175.5, "word": " fill", "probability": 0.44189453125}, {"start": 1175.5, "end": 1175.72, "word": " the", "probability": 0.548828125}, {"start": 1175.72, "end": 1175.72, "word": " width", "probability": 0.23193359375}, {"start": 1175.72, "end": 1175.86, "word": " of", "probability": 0.9326171875}, {"start": 1175.86, "end": 1175.86, "word": " the", "probability": 0.7890625}, {"start": 1175.86, "end": 1176.18, "word": " screen,", "probability": 0.76123046875}, {"start": 1176.56, "end": 1176.56, "word": " there", "probability": 0.4814453125}, {"start": 1176.56, "end": 1176.64, "word": " are", "probability": 0.8974609375}, {"start": 1176.64, "end": 1177.04, "word": " two", "probability": 0.78662109375}, {"start": 1177.04, "end": 1177.04, "word": " options.", "probability": 0.76171875}, {"start": 1177.34, "end": 1177.74, "word": " We", "probability": 0.31103515625}, {"start": 1177.74, "end": 1177.88, "word": " can", "probability": 0.83642578125}, {"start": 1177.88, "end": 1178.12, "word": " put", "probability": 0.459716796875}, {"start": 1178.12, "end": 1178.4, "word": " the", "probability": 0.489990234375}, {"start": 1178.4, "end": 1178.4, "word": " robot", "probability": 0.62890625}, {"start": 1178.4, "end": 1178.58, "word": " from", "probability": 0.3505859375}, {"start": 1178.58, "end": 1179.04, "word": " above", "probability": 0.755859375}, {"start": 1179.04, "end": 1179.82, "word": " and", "probability": 0.59765625}, {"start": 1179.82, "end": 1179.9, "word": " from", "probability": 0.7900390625}, {"start": 1179.9, "end": 1180.0, "word": " the", "probability": 0.8447265625}, {"start": 1180.0, "end": 1180.26, "word": " right.", "probability": 0.88916015625}, {"start": 1180.68, "end": 1181.24, "word": " Then", "probability": 0.60009765625}, {"start": 1181.24, "end": 1181.4, "word": " we", "probability": 0.5078125}, {"start": 1181.4, "end": 1181.62, "word": " say", "probability": 0.5830078125}, {"start": 1181.62, "end": 1183.74, "word": " match", "probability": 0.32470703125}, {"start": 1183.74, "end": 1184.12, "word": " parent.", "probability": 0.74267578125}, {"start": 1185.42, "end": 1185.98, "word": " How", "probability": 0.350341796875}, {"start": 1185.98, "end": 1186.44, "word": " many", "probability": 0.8466796875}, {"start": 1186.44, "end": 1186.52, "word": " sides", "probability": 0.57861328125}, {"start": 1186.52, "end": 1186.52, "word": " did", "probability": 0.50537109375}, {"start": 1186.52, "end": 1186.62, "word": " I", "probability": 0.95166015625}, {"start": 1186.62, "end": 1186.82, "word": " connect", "probability": 0.658203125}, {"start": 1186.82, "end": 1187.04, "word": " it", "probability": 0.396240234375}, {"start": 1187.04, "end": 1187.28, "word": " to?", "probability": 0.26416015625}, {"start": 1187.66, "end": 1188.22, "word": " Two", "probability": 0.39404296875}, {"start": 1188.22, "end": 1188.4, "word": " sides.", "probability": 0.70458984375}, {"start": 1188.86, "end": 1189.04, "word": " Did", "probability": 0.2239990234375}, {"start": 1189.04, "end": 1189.28, "word": " I", "probability": 0.89990234375}, {"start": 1189.28, "end": 1189.28, "word": " come", "probability": 0.253662109375}, {"start": 1189.28, "end": 1189.42, "word": " here", "probability": 0.822265625}, {"start": 1189.42, "end": 1189.5, "word": " and", "probability": 0.6591796875}, {"start": 1189.5, "end": 1189.66, "word": " say", "probability": 0.71630859375}, {"start": 1189.66, "end": 1190.06, "word": " match", "probability": 0.84521484375}, {"start": 1190.06, "end": 1190.58, "word": " parent?", "probability": 0.9296875}, {"start": 1191.22, "end": 1191.52, "word": " It's", "probability": 0.3638916015625}, {"start": 1191.52, "end": 1191.54, "word": " not", "probability": 0.9345703125}, {"start": 1191.54, "end": 1191.86, "word": " there.", "probability": 0.3017578125}, {"start": 1192.1, "end": 1192.34, "word": " Okay,", "probability": 0.322509765625}, {"start": 1192.58, "end": 1194.06, "word": " match", "probability": 0.875}, {"start": 1194.06, "end": 1196.2, "word": " parent.", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 46, "seek": 121774, "start": 1203.5, "end": 1217.74, "text": " This is the margin that he put", "tokens": [639, 307, 264, 10270, 300, 415, 829], "avg_logprob": -0.9042969197034836, "compression_ratio": 0.8857142857142857, "no_speech_prob": 6.198883056640625e-06, "words": [{"start": 1203.5, "end": 1204.02, "word": " This", "probability": 0.0638427734375}, {"start": 1204.02, "end": 1204.18, "word": " is", "probability": 0.57861328125}, {"start": 1204.18, "end": 1216.84, "word": " the", "probability": 0.6259765625}, {"start": 1216.84, "end": 1217.16, "word": " margin", "probability": 0.77197265625}, {"start": 1217.16, "end": 1217.34, "word": " that", "probability": 0.4296875}, {"start": 1217.34, "end": 1217.48, "word": " he", "probability": 0.49169921875}, {"start": 1217.48, "end": 1217.74, "word": " put", "probability": 0.3701171875}], "temperature": 1.0}, {"id": 47, "seek": 124475, "start": 1221.01, "end": 1244.75, "text": " It does not put an 8 margin, sometimes you have to, because xml may be easier. Okay, it will put the image, its height now, let's assume that the height is for example 150db, 120db, okay, in a primitive way. Because under it, the username and password will come.", "tokens": [467, 775, 406, 829, 364, 1649, 10270, 11, 2171, 291, 362, 281, 11, 570, 2031, 15480, 815, 312, 3571, 13, 1033, 11, 309, 486, 829, 264, 3256, 11, 1080, 6681, 586, 11, 718, 311, 6552, 300, 264, 6681, 307, 337, 1365, 8451, 67, 65, 11, 10411, 67, 65, 11, 1392, 11, 294, 257, 28540, 636, 13, 1436, 833, 309, 11, 264, 30351, 293, 11524, 486, 808, 13], "avg_logprob": -0.6819852976238027, "compression_ratio": 1.4293478260869565, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1221.01, "end": 1221.29, "word": " It", "probability": 0.2073974609375}, {"start": 1221.29, "end": 1221.35, "word": " does", "probability": 0.15185546875}, {"start": 1221.35, "end": 1221.37, "word": " not", "probability": 0.80908203125}, {"start": 1221.37, "end": 1221.75, "word": " put", "probability": 0.59619140625}, {"start": 1221.75, "end": 1221.87, "word": " an", "probability": 0.2001953125}, {"start": 1221.87, "end": 1222.05, "word": " 8", "probability": 0.68505859375}, {"start": 1222.05, "end": 1222.53, "word": " margin,", "probability": 0.86767578125}, {"start": 1223.25, "end": 1224.39, "word": " sometimes", "probability": 0.249267578125}, {"start": 1224.39, "end": 1225.27, "word": " you", "probability": 0.6015625}, {"start": 1225.27, "end": 1225.45, "word": " have", "probability": 0.427001953125}, {"start": 1225.45, "end": 1225.63, "word": " to,", "probability": 0.95263671875}, {"start": 1226.13, "end": 1226.37, "word": " because", "probability": 0.52587890625}, {"start": 1226.37, "end": 1227.45, "word": " xml", "probability": 0.6126708984375}, {"start": 1227.45, "end": 1227.63, "word": " may", "probability": 0.2388916015625}, {"start": 1227.63, "end": 1228.31, "word": " be", "probability": 0.837890625}, {"start": 1228.31, "end": 1228.31, "word": " easier.", "probability": 0.7802734375}, {"start": 1229.09, "end": 1229.65, "word": " Okay,", "probability": 0.263916015625}, {"start": 1229.77, "end": 1229.91, "word": " it", "probability": 0.42138671875}, {"start": 1229.91, "end": 1229.95, "word": " will", "probability": 0.482666015625}, {"start": 1229.95, "end": 1230.25, "word": " put", "probability": 0.68212890625}, {"start": 1230.25, "end": 1230.57, "word": " the", "probability": 0.73193359375}, {"start": 1230.57, "end": 1230.91, "word": " image,", "probability": 0.371826171875}, {"start": 1231.41, "end": 1231.51, "word": " its", "probability": 0.486572265625}, {"start": 1231.51, "end": 1231.89, "word": " height", "probability": 0.56103515625}, {"start": 1231.89, "end": 1232.71, "word": " now,", "probability": 0.295166015625}, {"start": 1232.99, "end": 1233.39, "word": " let's", "probability": 0.822998046875}, {"start": 1233.39, "end": 1233.71, "word": " assume", "probability": 0.483642578125}, {"start": 1233.71, "end": 1233.91, "word": " that", "probability": 0.56396484375}, {"start": 1233.91, "end": 1233.99, "word": " the", "probability": 0.517578125}, {"start": 1233.99, "end": 1234.39, "word": " height", "probability": 0.88818359375}, {"start": 1234.39, "end": 1235.29, "word": " is", "probability": 0.77197265625}, {"start": 1235.29, "end": 1235.35, "word": " for", "probability": 0.321044921875}, {"start": 1235.35, "end": 1235.57, "word": " example", "probability": 0.97607421875}, {"start": 1235.57, "end": 1236.61, "word": " 150db,", "probability": 0.60986328125}, {"start": 1237.63, "end": 1239.07, "word": " 120db,", "probability": 0.9191080729166666}, {"start": 1239.33, "end": 1239.59, "word": " okay,", "probability": 0.53955078125}, {"start": 1239.77, "end": 1239.87, "word": " in", "probability": 0.471435546875}, {"start": 1239.87, "end": 1240.07, "word": " a", "probability": 0.40478515625}, {"start": 1240.07, "end": 1240.33, "word": " primitive", "probability": 0.39306640625}, {"start": 1240.33, "end": 1240.37, "word": " way.", "probability": 0.63916015625}, {"start": 1241.25, "end": 1241.45, "word": " Because", "probability": 0.8251953125}, {"start": 1241.45, "end": 1241.69, "word": " under", "probability": 0.420654296875}, {"start": 1241.69, "end": 1241.87, "word": " it,", "probability": 0.81884765625}, {"start": 1242.05, "end": 1242.05, "word": " the", "probability": 0.34033203125}, {"start": 1242.05, "end": 1242.41, "word": " username", "probability": 0.7626953125}, {"start": 1242.41, "end": 1244.19, "word": " and", "probability": 0.908203125}, {"start": 1244.19, "end": 1244.75, "word": " password", "probability": 0.80078125}, {"start": 1244.75, "end": 1244.75, "word": " will", "probability": 0.442626953125}, {"start": 1244.75, "end": 1244.75, "word": " come.", "probability": 0.6953125}], "temperature": 1.0}, {"id": 48, "seek": 127376, "start": 1247.16, "end": 1273.76, "text": " We will make the ratio in the next example through the guideline that I told you about. Okay? Here, you cannot make a ratio. Okay? Because the first example still does not give you a guideline. Because here we took TextView, which is for the username. This is TextView. Username TextSize 24sp", "tokens": [492, 486, 652, 264, 8509, 294, 264, 958, 1365, 807, 264, 41653, 300, 286, 1907, 291, 466, 13, 1033, 30, 1692, 11, 291, 2644, 652, 257, 8509, 13, 1033, 30, 1436, 264, 700, 1365, 920, 775, 406, 976, 291, 257, 41653, 13, 1436, 510, 321, 1890, 18643, 30203, 11, 597, 307, 337, 264, 30351, 13, 639, 307, 18643, 30203, 13, 4958, 28704, 18643, 50, 1125, 4022, 4952], "avg_logprob": -0.5827205864822164, "compression_ratio": 1.6010928961748634, "no_speech_prob": 0.0, "words": [{"start": 1247.16, "end": 1247.42, "word": " We", "probability": 0.361572265625}, {"start": 1247.42, "end": 1247.42, "word": " will", "probability": 0.599609375}, {"start": 1247.42, "end": 1247.64, "word": " make", "probability": 0.4404296875}, {"start": 1247.64, "end": 1247.76, "word": " the", "probability": 0.277587890625}, {"start": 1247.76, "end": 1247.96, "word": " ratio", "probability": 0.303466796875}, {"start": 1247.96, "end": 1248.14, "word": " in", "probability": 0.65380859375}, {"start": 1248.14, "end": 1248.78, "word": " the", "probability": 0.78662109375}, {"start": 1248.78, "end": 1248.9, "word": " next", "probability": 0.72216796875}, {"start": 1248.9, "end": 1248.92, "word": " example", "probability": 0.9052734375}, {"start": 1248.92, "end": 1249.28, "word": " through", "probability": 0.10430908203125}, {"start": 1249.28, "end": 1249.6, "word": " the", "probability": 0.71240234375}, {"start": 1249.6, "end": 1250.06, "word": " guideline", "probability": 0.8046875}, {"start": 1250.06, "end": 1250.2, "word": " that", "probability": 0.3203125}, {"start": 1250.2, "end": 1250.22, "word": " I", "probability": 0.81591796875}, {"start": 1250.22, "end": 1250.4, "word": " told", "probability": 0.7314453125}, {"start": 1250.4, "end": 1250.56, "word": " you", "probability": 0.9560546875}, {"start": 1250.56, "end": 1250.7, "word": " about.", "probability": 0.56982421875}, {"start": 1251.14, "end": 1251.38, "word": " Okay?", "probability": 0.172119140625}, {"start": 1251.68, "end": 1252.06, "word": " Here,", "probability": 0.57666015625}, {"start": 1252.18, "end": 1252.18, "word": " you", "probability": 0.374755859375}, {"start": 1252.18, "end": 1252.44, "word": " cannot", "probability": 0.490234375}, {"start": 1252.44, "end": 1252.62, "word": " make", "probability": 0.286376953125}, {"start": 1252.62, "end": 1252.76, "word": " a", "probability": 0.370849609375}, {"start": 1252.76, "end": 1252.96, "word": " ratio.", "probability": 0.9404296875}, {"start": 1253.56, "end": 1253.84, "word": " Okay?", "probability": 0.6982421875}, {"start": 1255.26, "end": 1255.62, "word": " Because", "probability": 0.634765625}, {"start": 1255.62, "end": 1255.8, "word": " the", "probability": 0.360107421875}, {"start": 1255.8, "end": 1255.9, "word": " first", "probability": 0.8505859375}, {"start": 1255.9, "end": 1256.24, "word": " example", "probability": 0.9697265625}, {"start": 1256.24, "end": 1256.48, "word": " still", "probability": 0.199462890625}, {"start": 1256.48, "end": 1256.64, "word": " does", "probability": 0.3310546875}, {"start": 1256.64, "end": 1256.68, "word": " not", "probability": 0.9423828125}, {"start": 1256.68, "end": 1256.88, "word": " give", "probability": 0.340087890625}, {"start": 1256.88, "end": 1256.96, "word": " you", "probability": 0.8369140625}, {"start": 1256.96, "end": 1257.12, "word": " a", "probability": 0.65771484375}, {"start": 1257.12, "end": 1257.44, "word": " guideline.", "probability": 0.93701171875}, {"start": 1257.56, "end": 1257.76, "word": " Because", "probability": 0.62451171875}, {"start": 1257.76, "end": 1257.96, "word": " here", "probability": 0.40673828125}, {"start": 1257.96, "end": 1258.06, "word": " we", "probability": 0.74169921875}, {"start": 1258.06, "end": 1258.26, "word": " took", "probability": 0.58447265625}, {"start": 1258.26, "end": 1258.88, "word": " TextView,", "probability": 0.625}, {"start": 1259.02, "end": 1259.1, "word": " which", "probability": 0.89306640625}, {"start": 1259.1, "end": 1259.24, "word": " is", "probability": 0.87109375}, {"start": 1259.24, "end": 1259.3, "word": " for", "probability": 0.63671875}, {"start": 1259.3, "end": 1259.4, "word": " the", "probability": 0.50048828125}, {"start": 1259.4, "end": 1259.78, "word": " username.", "probability": 0.62255859375}, {"start": 1263.0, "end": 1263.4, "word": " This", "probability": 0.552734375}, {"start": 1263.4, "end": 1263.46, "word": " is", "probability": 0.83056640625}, {"start": 1263.46, "end": 1264.14, "word": " TextView.", "probability": 0.865234375}, {"start": 1267.6, "end": 1268.0, "word": " Username", "probability": 0.8349609375}, {"start": 1268.0, "end": 1270.96, "word": " TextSize", "probability": 0.7931315104166666}, {"start": 1270.96, "end": 1273.76, "word": " 24sp", "probability": 0.490478515625}], "temperature": 1.0}, {"id": 49, "seek": 130208, "start": 1276.9, "end": 1302.08, "text": " This is one good idea. Connect to the picture. There are alternatives. You can connect to the parent or connect to the edge of the picture. Let the edge start with whom? With the start of the picture. But here it will not matter because the picture is on the screen. So it will make more sense than connecting it to the parent.", "tokens": [639, 307, 472, 665, 1558, 13, 11653, 281, 264, 3036, 13, 821, 366, 20478, 13, 509, 393, 1745, 281, 264, 2596, 420, 1745, 281, 264, 4691, 295, 264, 3036, 13, 961, 264, 4691, 722, 365, 7101, 30, 2022, 264, 722, 295, 264, 3036, 13, 583, 510, 309, 486, 406, 1871, 570, 264, 3036, 307, 322, 264, 2568, 13, 407, 309, 486, 652, 544, 2020, 813, 11015, 309, 281, 264, 2596, 13], "avg_logprob": -0.5889757118291326, "compression_ratio": 1.9294117647058824, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 1276.8999999999999, "end": 1277.34, "word": " This", "probability": 0.1385498046875}, {"start": 1277.34, "end": 1277.42, "word": " is", "probability": 0.7607421875}, {"start": 1277.42, "end": 1277.54, "word": " one", "probability": 0.350341796875}, {"start": 1277.54, "end": 1277.66, "word": " good", "probability": 0.269775390625}, {"start": 1277.66, "end": 1277.96, "word": " idea.", "probability": 0.7021484375}, {"start": 1278.92, "end": 1279.36, "word": " Connect", "probability": 0.32568359375}, {"start": 1279.36, "end": 1279.54, "word": " to", "probability": 0.364013671875}, {"start": 1279.54, "end": 1279.68, "word": " the", "probability": 0.6181640625}, {"start": 1279.68, "end": 1279.94, "word": " picture.", "probability": 0.391357421875}, {"start": 1283.66, "end": 1284.1, "word": " There", "probability": 0.10272216796875}, {"start": 1284.1, "end": 1284.26, "word": " are", "probability": 0.81103515625}, {"start": 1284.26, "end": 1284.54, "word": " alternatives.", "probability": 0.221923828125}, {"start": 1284.72, "end": 1284.84, "word": " You", "probability": 0.83349609375}, {"start": 1284.84, "end": 1285.08, "word": " can", "probability": 0.884765625}, {"start": 1285.08, "end": 1285.28, "word": " connect", "probability": 0.8203125}, {"start": 1285.28, "end": 1285.42, "word": " to", "probability": 0.76220703125}, {"start": 1285.42, "end": 1285.56, "word": " the", "probability": 0.77685546875}, {"start": 1285.56, "end": 1285.78, "word": " parent", "probability": 0.92431640625}, {"start": 1285.78, "end": 1287.44, "word": " or", "probability": 0.56298828125}, {"start": 1287.44, "end": 1288.14, "word": " connect", "probability": 0.537109375}, {"start": 1288.14, "end": 1288.46, "word": " to", "probability": 0.70703125}, {"start": 1288.46, "end": 1288.56, "word": " the", "probability": 0.81103515625}, {"start": 1288.56, "end": 1288.78, "word": " edge", "probability": 0.1414794921875}, {"start": 1288.78, "end": 1288.92, "word": " of", "probability": 0.93798828125}, {"start": 1288.92, "end": 1289.08, "word": " the", "probability": 0.91796875}, {"start": 1289.08, "end": 1289.36, "word": " picture.", "probability": 0.6728515625}, {"start": 1289.96, "end": 1290.4, "word": " Let", "probability": 0.148681640625}, {"start": 1290.4, "end": 1290.56, "word": " the", "probability": 0.84326171875}, {"start": 1290.56, "end": 1290.86, "word": " edge", "probability": 0.86181640625}, {"start": 1290.86, "end": 1291.96, "word": " start", "probability": 0.49560546875}, {"start": 1291.96, "end": 1292.14, "word": " with", "probability": 0.736328125}, {"start": 1292.14, "end": 1292.38, "word": " whom?", "probability": 0.2410888671875}, {"start": 1293.24, "end": 1293.68, "word": " With", "probability": 0.492919921875}, {"start": 1293.68, "end": 1293.84, "word": " the", "probability": 0.81298828125}, {"start": 1293.84, "end": 1294.06, "word": " start", "probability": 0.6123046875}, {"start": 1294.06, "end": 1294.18, "word": " of", "probability": 0.5517578125}, {"start": 1294.18, "end": 1294.26, "word": " the", "probability": 0.9169921875}, {"start": 1294.26, "end": 1294.46, "word": " picture.", "probability": 0.8076171875}, {"start": 1294.5, "end": 1294.64, "word": " But", "probability": 0.6103515625}, {"start": 1294.64, "end": 1294.78, "word": " here", "probability": 0.4248046875}, {"start": 1294.78, "end": 1294.84, "word": " it", "probability": 0.72412109375}, {"start": 1294.84, "end": 1294.98, "word": " will", "probability": 0.3974609375}, {"start": 1294.98, "end": 1294.98, "word": " not", "probability": 0.93359375}, {"start": 1294.98, "end": 1295.32, "word": " matter", "probability": 0.28466796875}, {"start": 1295.32, "end": 1295.58, "word": " because", "probability": 0.72607421875}, {"start": 1295.58, "end": 1295.82, "word": " the", "probability": 0.875}, {"start": 1295.82, "end": 1296.06, "word": " picture", "probability": 0.787109375}, {"start": 1296.06, "end": 1296.5, "word": " is", "probability": 0.63330078125}, {"start": 1296.5, "end": 1297.64, "word": " on", "probability": 0.27001953125}, {"start": 1297.64, "end": 1297.94, "word": " the", "probability": 0.8388671875}, {"start": 1297.94, "end": 1298.38, "word": " screen.", "probability": 0.814453125}, {"start": 1299.6, "end": 1300.04, "word": " So", "probability": 0.45703125}, {"start": 1300.04, "end": 1300.24, "word": " it", "probability": 0.340576171875}, {"start": 1300.24, "end": 1300.44, "word": " will", "probability": 0.76708984375}, {"start": 1300.44, "end": 1300.64, "word": " make", "probability": 0.1856689453125}, {"start": 1300.64, "end": 1300.72, "word": " more", "probability": 0.440185546875}, {"start": 1300.72, "end": 1300.94, "word": " sense", "probability": 0.82861328125}, {"start": 1300.94, "end": 1301.34, "word": " than", "probability": 0.67919921875}, {"start": 1301.34, "end": 1301.56, "word": " connecting", "probability": 0.724609375}, {"start": 1301.56, "end": 1301.68, "word": " it", "probability": 0.359619140625}, {"start": 1301.68, "end": 1301.78, "word": " to", "probability": 0.81005859375}, {"start": 1301.78, "end": 1301.88, "word": " the", "probability": 0.90234375}, {"start": 1301.88, "end": 1302.08, "word": " parent.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 50, "seek": 132773, "start": 1303.19, "end": 1327.73, "text": " Because the screen is full of pictures. Ok, here we put the username. Now you want to go to the... We put the edit text, right? Ok, this is the edit text. Now this edit text is a bit different. Let's hide this screen. Ok, this is...", "tokens": [1436, 264, 2568, 307, 1577, 295, 5242, 13, 3477, 11, 510, 321, 829, 264, 30351, 13, 823, 291, 528, 281, 352, 281, 264, 485, 492, 829, 264, 8129, 2487, 11, 558, 30, 3477, 11, 341, 307, 264, 8129, 2487, 13, 823, 341, 8129, 2487, 307, 257, 857, 819, 13, 961, 311, 6479, 341, 2568, 13, 3477, 11, 341, 307, 485], "avg_logprob": -0.4994877049180328, "compression_ratio": 1.5430463576158941, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1303.19, "end": 1303.47, "word": " Because", "probability": 0.489990234375}, {"start": 1303.47, "end": 1303.59, "word": " the", "probability": 0.62255859375}, {"start": 1303.59, "end": 1303.75, "word": " screen", "probability": 0.53466796875}, {"start": 1303.75, "end": 1303.89, "word": " is", "probability": 0.73388671875}, {"start": 1303.89, "end": 1304.05, "word": " full", "probability": 0.73974609375}, {"start": 1304.05, "end": 1304.33, "word": " of", "probability": 0.66015625}, {"start": 1304.33, "end": 1304.61, "word": " pictures.", "probability": 0.21484375}, {"start": 1305.69, "end": 1306.25, "word": " Ok,", "probability": 0.32421875}, {"start": 1306.29, "end": 1306.43, "word": " here", "probability": 0.126953125}, {"start": 1306.43, "end": 1306.69, "word": " we", "probability": 0.51220703125}, {"start": 1306.69, "end": 1306.69, "word": " put", "probability": 0.427001953125}, {"start": 1306.69, "end": 1306.87, "word": " the", "probability": 0.6845703125}, {"start": 1306.87, "end": 1307.23, "word": " username.", "probability": 0.74658203125}, {"start": 1307.61, "end": 1307.89, "word": " Now", "probability": 0.81201171875}, {"start": 1307.89, "end": 1308.05, "word": " you", "probability": 0.391845703125}, {"start": 1308.05, "end": 1308.27, "word": " want", "probability": 0.3994140625}, {"start": 1308.27, "end": 1308.27, "word": " to", "probability": 0.93310546875}, {"start": 1308.27, "end": 1308.49, "word": " go", "probability": 0.4814453125}, {"start": 1308.49, "end": 1308.71, "word": " to", "probability": 0.896484375}, {"start": 1308.71, "end": 1310.57, "word": " the...", "probability": 0.28033447265625}, {"start": 1310.57, "end": 1311.55, "word": " We", "probability": 0.53515625}, {"start": 1311.55, "end": 1311.81, "word": " put", "probability": 0.61279296875}, {"start": 1311.81, "end": 1312.03, "word": " the", "probability": 0.6845703125}, {"start": 1312.03, "end": 1312.51, "word": " edit", "probability": 0.54345703125}, {"start": 1312.51, "end": 1312.87, "word": " text,", "probability": 0.943359375}, {"start": 1312.99, "end": 1313.29, "word": " right?", "probability": 0.53369140625}, {"start": 1318.91, "end": 1319.47, "word": " Ok,", "probability": 0.81494140625}, {"start": 1319.59, "end": 1319.79, "word": " this", "probability": 0.51513671875}, {"start": 1319.79, "end": 1319.81, "word": " is", "probability": 0.93505859375}, {"start": 1319.81, "end": 1319.89, "word": " the", "probability": 0.89453125}, {"start": 1319.89, "end": 1320.01, "word": " edit", "probability": 0.93603515625}, {"start": 1320.01, "end": 1320.35, "word": " text.", "probability": 0.9697265625}, {"start": 1320.43, "end": 1320.71, "word": " Now", "probability": 0.8525390625}, {"start": 1320.71, "end": 1321.09, "word": " this", "probability": 0.63720703125}, {"start": 1321.09, "end": 1321.27, "word": " edit", "probability": 0.5810546875}, {"start": 1321.27, "end": 1321.57, "word": " text", "probability": 0.9658203125}, {"start": 1321.57, "end": 1321.67, "word": " is", "probability": 0.927734375}, {"start": 1321.67, "end": 1321.71, "word": " a", "probability": 0.587890625}, {"start": 1321.71, "end": 1321.71, "word": " bit", "probability": 0.46044921875}, {"start": 1321.71, "end": 1322.01, "word": " different.", "probability": 0.85546875}, {"start": 1323.97, "end": 1324.53, "word": " Let's", "probability": 0.83544921875}, {"start": 1324.53, "end": 1324.81, "word": " hide", "probability": 0.8740234375}, {"start": 1324.81, "end": 1324.95, "word": " this", "probability": 0.7578125}, {"start": 1324.95, "end": 1325.19, "word": " screen.", "probability": 0.8056640625}, {"start": 1325.65, "end": 1325.93, "word": " Ok,", "probability": 0.88330078125}, {"start": 1326.71, "end": 1327.17, "word": " this", "probability": 0.87158203125}, {"start": 1327.17, "end": 1327.73, "word": " is...", "probability": 0.50439453125}], "temperature": 1.0}, {"id": 51, "seek": 135521, "start": 1328.13, "end": 1355.21, "text": " Where do you want it to come after the username? Say we want to connect it to at least two sides So you say we start this after this end, okay? This gate we want to keep with the username on the same line So you can come and make the top with the top So you take this top and connect it to this top, okay? But look, when you connect it to the top And you run it, it will look unacceptable Why? Because you will get a word like username", "tokens": [2305, 360, 291, 528, 309, 281, 808, 934, 264, 30351, 30, 6463, 321, 528, 281, 1745, 309, 281, 412, 1935, 732, 4881, 407, 291, 584, 321, 722, 341, 934, 341, 917, 11, 1392, 30, 639, 8539, 321, 528, 281, 1066, 365, 264, 30351, 322, 264, 912, 1622, 407, 291, 393, 808, 293, 652, 264, 1192, 365, 264, 1192, 407, 291, 747, 341, 1192, 293, 1745, 309, 281, 341, 1192, 11, 1392, 30, 583, 574, 11, 562, 291, 1745, 309, 281, 264, 1192, 400, 291, 1190, 309, 11, 309, 486, 574, 31812, 1545, 30, 1436, 291, 486, 483, 257, 1349, 411, 30351], "avg_logprob": -0.5085784494876862, "compression_ratio": 1.981818181818182, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1328.13, "end": 1328.45, "word": " Where", "probability": 0.2529296875}, {"start": 1328.45, "end": 1328.59, "word": " do", "probability": 0.267333984375}, {"start": 1328.59, "end": 1328.59, "word": " you", "probability": 0.388916015625}, {"start": 1328.59, "end": 1328.87, "word": " want", "probability": 0.53564453125}, {"start": 1328.87, "end": 1328.87, "word": " it", "probability": 0.51806640625}, {"start": 1328.87, "end": 1328.87, "word": " to", "probability": 0.89111328125}, {"start": 1328.87, "end": 1328.91, "word": " come", "probability": 0.385009765625}, {"start": 1328.91, "end": 1329.09, "word": " after", "probability": 0.2890625}, {"start": 1329.09, "end": 1329.23, "word": " the", "probability": 0.5791015625}, {"start": 1329.23, "end": 1329.55, "word": " username?", "probability": 0.68212890625}, {"start": 1329.93, "end": 1330.23, "word": " Say", "probability": 0.2294921875}, {"start": 1330.23, "end": 1330.45, "word": " we", "probability": 0.422119140625}, {"start": 1330.45, "end": 1330.63, "word": " want", "probability": 0.59423828125}, {"start": 1330.63, "end": 1330.73, "word": " to", "probability": 0.8232421875}, {"start": 1330.73, "end": 1330.83, "word": " connect", "probability": 0.61962890625}, {"start": 1330.83, "end": 1330.99, "word": " it", "probability": 0.38623046875}, {"start": 1330.99, "end": 1331.01, "word": " to", "probability": 0.318115234375}, {"start": 1331.01, "end": 1331.19, "word": " at", "probability": 0.366943359375}, {"start": 1331.19, "end": 1331.23, "word": " least", "probability": 0.955078125}, {"start": 1331.23, "end": 1331.41, "word": " two", "probability": 0.55517578125}, {"start": 1331.41, "end": 1331.69, "word": " sides", "probability": 0.44970703125}, {"start": 1331.69, "end": 1332.43, "word": " So", "probability": 0.3828125}, {"start": 1332.43, "end": 1332.65, "word": " you", "probability": 0.6455078125}, {"start": 1332.65, "end": 1332.81, "word": " say", "probability": 0.45361328125}, {"start": 1332.81, "end": 1332.97, "word": " we", "probability": 0.25927734375}, {"start": 1332.97, "end": 1333.27, "word": " start", "probability": 0.357666015625}, {"start": 1333.27, "end": 1333.57, "word": " this", "probability": 0.47216796875}, {"start": 1333.57, "end": 1333.73, "word": " after", "probability": 0.4248046875}, {"start": 1333.73, "end": 1333.91, "word": " this", "probability": 0.68994140625}, {"start": 1333.91, "end": 1334.15, "word": " end,", "probability": 0.849609375}, {"start": 1334.65, "end": 1334.97, "word": " okay?", "probability": 0.362060546875}, {"start": 1335.59, "end": 1335.77, "word": " This", "probability": 0.293701171875}, {"start": 1335.77, "end": 1335.99, "word": " gate", "probability": 0.8359375}, {"start": 1335.99, "end": 1336.11, "word": " we", "probability": 0.415283203125}, {"start": 1336.11, "end": 1336.37, "word": " want", "probability": 0.79345703125}, {"start": 1336.37, "end": 1337.19, "word": " to", "probability": 0.9052734375}, {"start": 1337.19, "end": 1337.45, "word": " keep", "probability": 0.28369140625}, {"start": 1337.45, "end": 1338.37, "word": " with", "probability": 0.61279296875}, {"start": 1338.37, "end": 1338.49, "word": " the", "probability": 0.74609375}, {"start": 1338.49, "end": 1338.83, "word": " username", "probability": 0.78955078125}, {"start": 1338.83, "end": 1338.97, "word": " on", "probability": 0.6611328125}, {"start": 1338.97, "end": 1339.05, "word": " the", "probability": 0.9140625}, {"start": 1339.05, "end": 1339.17, "word": " same", "probability": 0.8798828125}, {"start": 1339.17, "end": 1339.49, "word": " line", "probability": 0.8056640625}, {"start": 1339.49, "end": 1339.69, "word": " So", "probability": 0.59912109375}, {"start": 1339.69, "end": 1340.15, "word": " you", "probability": 0.6611328125}, {"start": 1340.15, "end": 1340.15, "word": " can", "probability": 0.70947265625}, {"start": 1340.15, "end": 1340.65, "word": " come", "probability": 0.28662109375}, {"start": 1340.65, "end": 1340.87, "word": " and", "probability": 0.71923828125}, {"start": 1340.87, "end": 1340.99, "word": " make", "probability": 0.52783203125}, {"start": 1340.99, "end": 1341.17, "word": " the", "probability": 0.314453125}, {"start": 1341.17, "end": 1341.35, "word": " top", "probability": 0.85498046875}, {"start": 1341.35, "end": 1341.49, "word": " with", "probability": 0.77734375}, {"start": 1341.49, "end": 1341.63, "word": " the", "probability": 0.82421875}, {"start": 1341.63, "end": 1341.83, "word": " top", "probability": 0.94921875}, {"start": 1341.83, "end": 1342.81, "word": " So", "probability": 0.41357421875}, {"start": 1342.81, "end": 1342.97, "word": " you", "probability": 0.818359375}, {"start": 1342.97, "end": 1343.15, "word": " take", "probability": 0.818359375}, {"start": 1343.15, "end": 1343.43, "word": " this", "probability": 0.90869140625}, {"start": 1343.43, "end": 1343.77, "word": " top", "probability": 0.9501953125}, {"start": 1343.77, "end": 1344.47, "word": " and", "probability": 0.685546875}, {"start": 1344.47, "end": 1344.75, "word": " connect", "probability": 0.69482421875}, {"start": 1344.75, "end": 1344.91, "word": " it", "probability": 0.85986328125}, {"start": 1344.91, "end": 1344.99, "word": " to", "probability": 0.44775390625}, {"start": 1344.99, "end": 1345.13, "word": " this", "probability": 0.86328125}, {"start": 1345.13, "end": 1345.33, "word": " top,", "probability": 0.9599609375}, {"start": 1345.57, "end": 1346.19, "word": " okay?", "probability": 0.7587890625}, {"start": 1346.51, "end": 1346.77, "word": " But", "probability": 0.931640625}, {"start": 1346.77, "end": 1347.09, "word": " look,", "probability": 0.65380859375}, {"start": 1347.19, "end": 1347.29, "word": " when", "probability": 0.68408203125}, {"start": 1347.29, "end": 1347.47, "word": " you", "probability": 0.951171875}, {"start": 1347.47, "end": 1347.61, "word": " connect", "probability": 0.8896484375}, {"start": 1347.61, "end": 1347.75, "word": " it", "probability": 0.69482421875}, {"start": 1347.75, "end": 1347.81, "word": " to", "probability": 0.7216796875}, {"start": 1347.81, "end": 1347.95, "word": " the", "probability": 0.78662109375}, {"start": 1347.95, "end": 1348.17, "word": " top", "probability": 0.95751953125}, {"start": 1348.17, "end": 1349.23, "word": " And", "probability": 0.4267578125}, {"start": 1349.23, "end": 1349.37, "word": " you", "probability": 0.60888671875}, {"start": 1349.37, "end": 1349.79, "word": " run", "probability": 0.4638671875}, {"start": 1349.79, "end": 1349.95, "word": " it,", "probability": 0.44775390625}, {"start": 1350.05, "end": 1350.07, "word": " it", "probability": 0.34423828125}, {"start": 1350.07, "end": 1350.15, "word": " will", "probability": 0.70556640625}, {"start": 1350.15, "end": 1350.93, "word": " look", "probability": 0.744140625}, {"start": 1350.93, "end": 1351.19, "word": " unacceptable", "probability": 0.69287109375}, {"start": 1351.19, "end": 1352.15, "word": " Why?", "probability": 0.70849609375}, {"start": 1352.59, "end": 1352.83, "word": " Because", "probability": 0.92041015625}, {"start": 1352.83, "end": 1353.05, "word": " you", "probability": 0.84765625}, {"start": 1353.05, "end": 1353.07, "word": " will", "probability": 0.6904296875}, {"start": 1353.07, "end": 1353.43, "word": " get", "probability": 0.420166015625}, {"start": 1353.43, "end": 1354.15, "word": " a", "probability": 0.7783203125}, {"start": 1354.15, "end": 1354.41, "word": " word", "probability": 0.8564453125}, {"start": 1354.41, "end": 1354.71, "word": " like", "probability": 0.83837890625}, {"start": 1354.71, "end": 1355.21, "word": " username", "probability": 0.79248046875}], "temperature": 1.0}, {"id": 52, "seek": 136811, "start": 1357.29, "end": 1368.11, "text": " And the line goes like this, okay? So what does it look like? Yeah, it's not very acceptable. And also, if someone says, okay, don't take the tube with the tube, take the bottom.", "tokens": [400, 264, 1622, 1709, 411, 341, 11, 1392, 30, 407, 437, 775, 309, 574, 411, 30, 865, 11, 309, 311, 406, 588, 15513, 13, 400, 611, 11, 498, 1580, 1619, 11, 1392, 11, 500, 380, 747, 264, 9917, 365, 264, 9917, 11, 747, 264, 2767, 13], "avg_logprob": -0.6868351139920823, "compression_ratio": 1.366412213740458, "no_speech_prob": 3.337860107421875e-06, "words": [{"start": 1357.29, "end": 1357.69, "word": " And", "probability": 0.2115478515625}, {"start": 1357.69, "end": 1357.83, "word": " the", "probability": 0.59716796875}, {"start": 1357.83, "end": 1358.03, "word": " line", "probability": 0.619140625}, {"start": 1358.03, "end": 1358.21, "word": " goes", "probability": 0.1778564453125}, {"start": 1358.21, "end": 1358.35, "word": " like", "probability": 0.51953125}, {"start": 1358.35, "end": 1359.21, "word": " this,", "probability": 0.86328125}, {"start": 1359.69, "end": 1359.97, "word": " okay?", "probability": 0.290771484375}, {"start": 1360.59, "end": 1360.73, "word": " So", "probability": 0.342529296875}, {"start": 1360.73, "end": 1360.91, "word": " what", "probability": 0.281982421875}, {"start": 1360.91, "end": 1361.03, "word": " does", "probability": 0.65576171875}, {"start": 1361.03, "end": 1361.15, "word": " it", "probability": 0.830078125}, {"start": 1361.15, "end": 1361.15, "word": " look", "probability": 0.95263671875}, {"start": 1361.15, "end": 1361.43, "word": " like?", "probability": 0.9384765625}, {"start": 1361.89, "end": 1362.23, "word": " Yeah,", "probability": 0.1629638671875}, {"start": 1362.27, "end": 1362.35, "word": " it's", "probability": 0.5308837890625}, {"start": 1362.35, "end": 1362.43, "word": " not", "probability": 0.73828125}, {"start": 1362.43, "end": 1362.47, "word": " very", "probability": 0.4033203125}, {"start": 1362.47, "end": 1362.71, "word": " acceptable.", "probability": 0.86328125}, {"start": 1363.63, "end": 1363.89, "word": " And", "probability": 0.5830078125}, {"start": 1363.89, "end": 1364.17, "word": " also,", "probability": 0.4287109375}, {"start": 1364.31, "end": 1364.31, "word": " if", "probability": 0.406494140625}, {"start": 1364.31, "end": 1364.61, "word": " someone", "probability": 0.222900390625}, {"start": 1364.61, "end": 1365.11, "word": " says,", "probability": 0.671875}, {"start": 1365.25, "end": 1365.45, "word": " okay,", "probability": 0.188720703125}, {"start": 1365.71, "end": 1366.17, "word": " don't", "probability": 0.674072265625}, {"start": 1366.17, "end": 1366.43, "word": " take", "probability": 0.492431640625}, {"start": 1366.43, "end": 1366.59, "word": " the", "probability": 0.75048828125}, {"start": 1366.59, "end": 1366.71, "word": " tube", "probability": 0.0810546875}, {"start": 1366.71, "end": 1366.83, "word": " with", "probability": 0.63330078125}, {"start": 1366.83, "end": 1366.99, "word": " the", "probability": 0.90283203125}, {"start": 1366.99, "end": 1367.19, "word": " tube,", "probability": 0.83837890625}, {"start": 1367.55, "end": 1367.79, "word": " take", "probability": 0.7646484375}, {"start": 1367.79, "end": 1367.95, "word": " the", "probability": 0.8759765625}, {"start": 1367.95, "end": 1368.11, "word": " bottom.", "probability": 0.51318359375}], "temperature": 1.0}, {"id": 53, "seek": 139711, "start": 1369.91, "end": 1397.11, "text": " With the bottom? The same thing, the line will be higher Take the top from the top and the bottom from the bottom No, it doesn't work. How can you? This one says no. Look with me. In the case of the edit text only specifically, we have the edit text which is called the baseline What is this baseline? It is called the main line. The main line is this line", "tokens": [2022, 264, 2767, 30, 440, 912, 551, 11, 264, 1622, 486, 312, 2946, 3664, 264, 1192, 490, 264, 1192, 293, 264, 2767, 490, 264, 2767, 883, 11, 309, 1177, 380, 589, 13, 1012, 393, 291, 30, 639, 472, 1619, 572, 13, 2053, 365, 385, 13, 682, 264, 1389, 295, 264, 8129, 2487, 787, 4682, 11, 321, 362, 264, 8129, 2487, 597, 307, 1219, 264, 20518, 708, 307, 341, 20518, 30, 467, 307, 1219, 264, 2135, 1622, 13, 440, 2135, 1622, 307, 341, 1622], "avg_logprob": -0.6402529705138433, "compression_ratio": 1.7414634146341463, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1369.91, "end": 1370.13, "word": " With", "probability": 0.2139892578125}, {"start": 1370.13, "end": 1370.29, "word": " the", "probability": 0.7568359375}, {"start": 1370.29, "end": 1370.43, "word": " bottom?", "probability": 0.22998046875}, {"start": 1370.95, "end": 1371.35, "word": " The", "probability": 0.1417236328125}, {"start": 1371.35, "end": 1372.15, "word": " same", "probability": 0.51611328125}, {"start": 1372.15, "end": 1372.43, "word": " thing,", "probability": 0.71826171875}, {"start": 1372.57, "end": 1372.81, "word": " the", "probability": 0.662109375}, {"start": 1372.81, "end": 1373.07, "word": " line", "probability": 0.65771484375}, {"start": 1373.07, "end": 1373.31, "word": " will", "probability": 0.6865234375}, {"start": 1373.31, "end": 1373.31, "word": " be", "probability": 0.407958984375}, {"start": 1373.31, "end": 1373.61, "word": " higher", "probability": 0.2529296875}, {"start": 1373.61, "end": 1374.39, "word": " Take", "probability": 0.2235107421875}, {"start": 1374.39, "end": 1374.79, "word": " the", "probability": 0.73876953125}, {"start": 1374.79, "end": 1374.95, "word": " top", "probability": 0.849609375}, {"start": 1374.95, "end": 1375.09, "word": " from", "probability": 0.284912109375}, {"start": 1375.09, "end": 1375.21, "word": " the", "probability": 0.783203125}, {"start": 1375.21, "end": 1375.35, "word": " top", "probability": 0.6533203125}, {"start": 1375.35, "end": 1375.49, "word": " and", "probability": 0.65673828125}, {"start": 1375.49, "end": 1375.55, "word": " the", "probability": 0.349853515625}, {"start": 1375.55, "end": 1375.69, "word": " bottom", "probability": 0.86083984375}, {"start": 1375.69, "end": 1375.83, "word": " from", "probability": 0.339599609375}, {"start": 1375.83, "end": 1375.91, "word": " the", "probability": 0.8505859375}, {"start": 1375.91, "end": 1376.39, "word": " bottom", "probability": 0.744140625}, {"start": 1376.39, "end": 1377.79, "word": " No,", "probability": 0.382568359375}, {"start": 1377.93, "end": 1377.97, "word": " it", "probability": 0.4638671875}, {"start": 1377.97, "end": 1377.97, "word": " doesn't", "probability": 0.7059326171875}, {"start": 1377.97, "end": 1378.23, "word": " work.", "probability": 0.6162109375}, {"start": 1378.43, "end": 1378.63, "word": " How", "probability": 0.67919921875}, {"start": 1378.63, "end": 1378.77, "word": " can", "probability": 0.34375}, {"start": 1378.77, "end": 1379.03, "word": " you?", "probability": 0.7587890625}, {"start": 1383.41, "end": 1383.81, "word": " This", "probability": 0.1495361328125}, {"start": 1383.81, "end": 1383.89, "word": " one", "probability": 0.2469482421875}, {"start": 1383.89, "end": 1384.09, "word": " says", "probability": 0.51025390625}, {"start": 1384.09, "end": 1384.47, "word": " no.", "probability": 0.77978515625}, {"start": 1384.63, "end": 1384.91, "word": " Look", "probability": 0.318115234375}, {"start": 1384.91, "end": 1385.07, "word": " with", "probability": 0.416259765625}, {"start": 1385.07, "end": 1385.27, "word": " me.", "probability": 0.962890625}, {"start": 1385.89, "end": 1386.09, "word": " In", "probability": 0.8857421875}, {"start": 1386.09, "end": 1386.33, "word": " the", "probability": 0.61767578125}, {"start": 1386.33, "end": 1386.45, "word": " case", "probability": 0.89013671875}, {"start": 1386.45, "end": 1386.95, "word": " of", "probability": 0.96630859375}, {"start": 1386.95, "end": 1387.01, "word": " the", "probability": 0.54345703125}, {"start": 1387.01, "end": 1387.17, "word": " edit", "probability": 0.301513671875}, {"start": 1387.17, "end": 1387.57, "word": " text", "probability": 0.974609375}, {"start": 1387.57, "end": 1387.93, "word": " only", "probability": 0.399169921875}, {"start": 1387.93, "end": 1388.49, "word": " specifically,", "probability": 0.4677734375}, {"start": 1389.35, "end": 1389.57, "word": " we", "probability": 0.6943359375}, {"start": 1389.57, "end": 1389.57, "word": " have", "probability": 0.64599609375}, {"start": 1389.57, "end": 1389.69, "word": " the", "probability": 0.3984375}, {"start": 1389.69, "end": 1389.83, "word": " edit", "probability": 0.9169921875}, {"start": 1389.83, "end": 1390.09, "word": " text", "probability": 0.97705078125}, {"start": 1390.09, "end": 1390.19, "word": " which", "probability": 0.2568359375}, {"start": 1390.19, "end": 1390.37, "word": " is", "probability": 0.84814453125}, {"start": 1390.37, "end": 1390.47, "word": " called", "probability": 0.5712890625}, {"start": 1390.47, "end": 1390.67, "word": " the", "probability": 0.75732421875}, {"start": 1390.67, "end": 1391.09, "word": " baseline", "probability": 0.85791015625}, {"start": 1391.09, "end": 1391.67, "word": " What", "probability": 0.63037109375}, {"start": 1391.67, "end": 1391.75, "word": " is", "probability": 0.8603515625}, {"start": 1391.75, "end": 1391.83, "word": " this", "probability": 0.751953125}, {"start": 1391.83, "end": 1392.21, "word": " baseline?", "probability": 0.9736328125}, {"start": 1392.69, "end": 1392.83, "word": " It", "probability": 0.305419921875}, {"start": 1392.83, "end": 1392.85, "word": " is", "probability": 0.5859375}, {"start": 1392.85, "end": 1393.13, "word": " called", "probability": 0.5009765625}, {"start": 1393.13, "end": 1393.71, "word": " the", "probability": 0.81494140625}, {"start": 1393.71, "end": 1393.71, "word": " main", "probability": 0.437255859375}, {"start": 1393.71, "end": 1394.37, "word": " line.", "probability": 0.83056640625}, {"start": 1394.49, "end": 1394.61, "word": " The", "probability": 0.59619140625}, {"start": 1394.61, "end": 1394.63, "word": " main", "probability": 0.9267578125}, {"start": 1394.63, "end": 1395.31, "word": " line", "probability": 0.92626953125}, {"start": 1395.31, "end": 1395.53, "word": " is", "probability": 0.6123046875}, {"start": 1395.53, "end": 1396.57, "word": " this", "probability": 0.335205078125}, {"start": 1396.57, "end": 1397.11, "word": " line", "probability": 0.892578125}], "temperature": 1.0}, {"id": 54, "seek": 142395, "start": 1398.63, "end": 1423.95, "text": " So I want to tell him to connect the baseline of the edit text with the baseline of the text view, so that the line comes to the line exactly. Instead of connecting the top and bottom, there is something else, which is the third thing, which is the baseline. How do we get this baseline? Do you see this sign? AB. He taught me here in green. Do you see it? He defined it for me. Take this, pull it, and connect it to whom? With the baseline.", "tokens": [407, 286, 528, 281, 980, 796, 281, 1745, 264, 20518, 295, 264, 8129, 2487, 365, 264, 20518, 295, 264, 2487, 1910, 11, 370, 300, 264, 1622, 1487, 281, 264, 1622, 2293, 13, 7156, 295, 11015, 264, 1192, 293, 2767, 11, 456, 307, 746, 1646, 11, 597, 307, 264, 2636, 551, 11, 597, 307, 264, 20518, 13, 1012, 360, 321, 483, 341, 20518, 30, 1144, 291, 536, 341, 1465, 30, 13838, 13, 634, 5928, 385, 510, 294, 3092, 13, 1144, 291, 536, 309, 30, 634, 7642, 309, 337, 385, 13, 3664, 341, 11, 2235, 309, 11, 293, 1745, 309, 281, 7101, 30, 2022, 264, 20518, 13], "avg_logprob": -0.5002948276276858, "compression_ratio": 1.8493723849372385, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1398.63, "end": 1398.99, "word": " So", "probability": 0.2139892578125}, {"start": 1398.99, "end": 1399.11, "word": " I", "probability": 0.5341796875}, {"start": 1399.11, "end": 1399.27, "word": " want", "probability": 0.41552734375}, {"start": 1399.27, "end": 1399.37, "word": " to", "probability": 0.953125}, {"start": 1399.37, "end": 1399.55, "word": " tell", "probability": 0.344482421875}, {"start": 1399.55, "end": 1399.67, "word": " him", "probability": 0.71826171875}, {"start": 1399.67, "end": 1399.81, "word": " to", "probability": 0.7607421875}, {"start": 1399.81, "end": 1399.95, "word": " connect", "probability": 0.693359375}, {"start": 1399.95, "end": 1400.29, "word": " the", "probability": 0.55126953125}, {"start": 1400.29, "end": 1400.75, "word": " baseline", "probability": 0.1171875}, {"start": 1400.75, "end": 1401.15, "word": " of", "probability": 0.595703125}, {"start": 1401.15, "end": 1401.29, "word": " the", "probability": 0.45458984375}, {"start": 1401.29, "end": 1401.41, "word": " edit", "probability": 0.50439453125}, {"start": 1401.41, "end": 1401.81, "word": " text", "probability": 0.9541015625}, {"start": 1401.81, "end": 1402.03, "word": " with", "probability": 0.56005859375}, {"start": 1402.03, "end": 1402.17, "word": " the", "probability": 0.8916015625}, {"start": 1402.17, "end": 1402.71, "word": " baseline", "probability": 0.93896484375}, {"start": 1402.71, "end": 1403.51, "word": " of", "probability": 0.94189453125}, {"start": 1403.51, "end": 1403.63, "word": " the", "probability": 0.70849609375}, {"start": 1403.63, "end": 1403.79, "word": " text", "probability": 0.90625}, {"start": 1403.79, "end": 1404.05, "word": " view,", "probability": 0.71630859375}, {"start": 1404.11, "end": 1404.25, "word": " so", "probability": 0.6474609375}, {"start": 1404.25, "end": 1404.43, "word": " that", "probability": 0.6298828125}, {"start": 1404.43, "end": 1404.47, "word": " the", "probability": 0.8076171875}, {"start": 1404.47, "end": 1404.67, "word": " line", "probability": 0.7041015625}, {"start": 1404.67, "end": 1404.83, "word": " comes", "probability": 0.319580078125}, {"start": 1404.83, "end": 1404.95, "word": " to", "probability": 0.295166015625}, {"start": 1404.95, "end": 1405.03, "word": " the", "probability": 0.77685546875}, {"start": 1405.03, "end": 1405.21, "word": " line", "probability": 0.80078125}, {"start": 1405.21, "end": 1405.65, "word": " exactly.", "probability": 0.546875}, {"start": 1406.71, "end": 1407.07, "word": " Instead", "probability": 0.666015625}, {"start": 1407.07, "end": 1407.23, "word": " of", "probability": 0.96533203125}, {"start": 1407.23, "end": 1407.45, "word": " connecting", "probability": 0.6728515625}, {"start": 1407.45, "end": 1407.63, "word": " the", "probability": 0.705078125}, {"start": 1407.63, "end": 1407.79, "word": " top", "probability": 0.89404296875}, {"start": 1407.79, "end": 1407.91, "word": " and", "probability": 0.796875}, {"start": 1407.91, "end": 1408.31, "word": " bottom,", "probability": 0.51953125}, {"start": 1408.65, "end": 1408.91, "word": " there", "probability": 0.5751953125}, {"start": 1408.91, "end": 1408.95, "word": " is", "probability": 0.78173828125}, {"start": 1408.95, "end": 1409.27, "word": " something", "probability": 0.49072265625}, {"start": 1409.27, "end": 1409.61, "word": " else,", "probability": 0.69970703125}, {"start": 1409.81, "end": 1409.99, "word": " which", "probability": 0.2529296875}, {"start": 1409.99, "end": 1409.99, "word": " is", "probability": 0.90869140625}, {"start": 1409.99, "end": 1409.99, "word": " the", "probability": 0.6884765625}, {"start": 1409.99, "end": 1410.11, "word": " third", "probability": 0.490234375}, {"start": 1410.11, "end": 1410.23, "word": " thing,", "probability": 0.357421875}, {"start": 1410.43, "end": 1410.43, "word": " which", "probability": 0.56591796875}, {"start": 1410.43, "end": 1410.43, "word": " is", "probability": 0.943359375}, {"start": 1410.43, "end": 1410.73, "word": " the", "probability": 0.62890625}, {"start": 1410.73, "end": 1411.15, "word": " baseline.", "probability": 0.923828125}, {"start": 1411.69, "end": 1412.05, "word": " How", "probability": 0.89697265625}, {"start": 1412.05, "end": 1412.13, "word": " do", "probability": 0.494384765625}, {"start": 1412.13, "end": 1412.17, "word": " we", "probability": 0.5283203125}, {"start": 1412.17, "end": 1412.33, "word": " get", "probability": 0.5908203125}, {"start": 1412.33, "end": 1412.47, "word": " this", "probability": 0.8291015625}, {"start": 1412.47, "end": 1412.87, "word": " baseline?", "probability": 0.9658203125}, {"start": 1413.05, "end": 1413.13, "word": " Do", "probability": 0.50830078125}, {"start": 1413.13, "end": 1413.13, "word": " you", "probability": 0.970703125}, {"start": 1413.13, "end": 1413.33, "word": " see", "probability": 0.92138671875}, {"start": 1413.33, "end": 1413.49, "word": " this", "probability": 0.86328125}, {"start": 1413.49, "end": 1413.75, "word": " sign?", "probability": 0.43408203125}, {"start": 1414.89, "end": 1415.25, "word": " AB.", "probability": 0.60986328125}, {"start": 1416.11, "end": 1416.47, "word": " He", "probability": 0.262451171875}, {"start": 1416.47, "end": 1416.91, "word": " taught", "probability": 0.5205078125}, {"start": 1416.91, "end": 1417.09, "word": " me", "probability": 0.84130859375}, {"start": 1417.09, "end": 1417.23, "word": " here", "probability": 0.435546875}, {"start": 1417.23, "end": 1417.33, "word": " in", "probability": 0.5859375}, {"start": 1417.33, "end": 1417.63, "word": " green.", "probability": 0.82275390625}, {"start": 1417.75, "end": 1417.77, "word": " Do", "probability": 0.34521484375}, {"start": 1417.77, "end": 1417.77, "word": " you", "probability": 0.970703125}, {"start": 1417.77, "end": 1418.03, "word": " see", "probability": 0.927734375}, {"start": 1418.03, "end": 1418.21, "word": " it?", "probability": 0.5732421875}, {"start": 1418.23, "end": 1418.39, "word": " He", "probability": 0.72802734375}, {"start": 1418.39, "end": 1418.65, "word": " defined", "probability": 0.1619873046875}, {"start": 1418.65, "end": 1418.79, "word": " it", "probability": 0.74267578125}, {"start": 1418.79, "end": 1418.85, "word": " for", "probability": 0.8125}, {"start": 1418.85, "end": 1418.95, "word": " me.", "probability": 0.962890625}, {"start": 1419.53, "end": 1419.79, "word": " Take", "probability": 0.5078125}, {"start": 1419.79, "end": 1420.03, "word": " this,", "probability": 0.8798828125}, {"start": 1420.11, "end": 1420.31, "word": " pull", "probability": 0.298583984375}, {"start": 1420.31, "end": 1420.63, "word": " it,", "probability": 0.904296875}, {"start": 1420.99, "end": 1421.11, "word": " and", "probability": 0.87646484375}, {"start": 1421.11, "end": 1421.35, "word": " connect", "probability": 0.309814453125}, {"start": 1421.35, "end": 1421.99, "word": " it", "probability": 0.60595703125}, {"start": 1421.99, "end": 1422.01, "word": " to", "probability": 0.430908203125}, {"start": 1422.01, "end": 1422.25, "word": " whom?", "probability": 0.54833984375}, {"start": 1423.19, "end": 1423.55, "word": " With", "probability": 0.487060546875}, {"start": 1423.55, "end": 1423.71, "word": " the", "probability": 0.89111328125}, {"start": 1423.71, "end": 1423.95, "word": " baseline.", "probability": 0.96875}], "temperature": 1.0}, {"id": 55, "seek": 144100, "start": 1429.2, "end": 1441.0, "text": " This design has a problem. Why? If you rotate it, you see how big it is. This becomes bigger than the screen. That is why it is important to try", "tokens": [639, 1715, 575, 257, 1154, 13, 1545, 30, 759, 291, 13121, 309, 11, 291, 536, 577, 955, 309, 307, 13, 639, 3643, 3801, 813, 264, 2568, 13, 663, 307, 983, 309, 307, 1021, 281, 853], "avg_logprob": -0.7999131911330752, "compression_ratio": 1.2719298245614035, "no_speech_prob": 4.410743713378906e-06, "words": [{"start": 1429.1999999999998, "end": 1429.6399999999999, "word": " This", "probability": 0.0706787109375}, {"start": 1429.6399999999999, "end": 1430.08, "word": " design", "probability": 0.208251953125}, {"start": 1430.08, "end": 1430.28, "word": " has", "probability": 0.556640625}, {"start": 1430.28, "end": 1430.38, "word": " a", "probability": 0.68212890625}, {"start": 1430.38, "end": 1430.62, "word": " problem.", "probability": 0.6748046875}, {"start": 1430.74, "end": 1430.9, "word": " Why?", "probability": 0.5068359375}, {"start": 1430.98, "end": 1431.12, "word": " If", "probability": 0.59814453125}, {"start": 1431.12, "end": 1431.38, "word": " you", "probability": 0.80908203125}, {"start": 1431.38, "end": 1431.86, "word": " rotate", "probability": 0.318115234375}, {"start": 1431.86, "end": 1432.12, "word": " it,", "probability": 0.2349853515625}, {"start": 1433.2, "end": 1433.92, "word": " you", "probability": 0.238525390625}, {"start": 1433.92, "end": 1434.1, "word": " see", "probability": 0.37744140625}, {"start": 1434.1, "end": 1434.32, "word": " how", "probability": 0.21240234375}, {"start": 1434.32, "end": 1434.44, "word": " big", "probability": 0.61572265625}, {"start": 1434.44, "end": 1434.52, "word": " it", "probability": 0.447998046875}, {"start": 1434.52, "end": 1434.92, "word": " is.", "probability": 0.7421875}, {"start": 1437.44, "end": 1437.88, "word": " This", "probability": 0.2183837890625}, {"start": 1437.88, "end": 1438.12, "word": " becomes", "probability": 0.10736083984375}, {"start": 1438.12, "end": 1438.24, "word": " bigger", "probability": 0.4912109375}, {"start": 1438.24, "end": 1438.4, "word": " than", "probability": 0.779296875}, {"start": 1438.4, "end": 1438.64, "word": " the", "probability": 0.83740234375}, {"start": 1438.64, "end": 1438.86, "word": " screen.", "probability": 0.76123046875}, {"start": 1439.24, "end": 1439.68, "word": " That", "probability": 0.431884765625}, {"start": 1439.68, "end": 1439.7, "word": " is", "probability": 0.45703125}, {"start": 1439.7, "end": 1439.9, "word": " why", "probability": 0.91796875}, {"start": 1439.9, "end": 1439.98, "word": " it", "probability": 0.81591796875}, {"start": 1439.98, "end": 1440.02, "word": " is", "probability": 0.91845703125}, {"start": 1440.02, "end": 1440.22, "word": " important", "probability": 0.82958984375}, {"start": 1440.22, "end": 1440.6, "word": " to", "probability": 0.7080078125}, {"start": 1440.6, "end": 1441.0, "word": " try", "probability": 0.77587890625}], "temperature": 1.0}, {"id": 56, "seek": 146118, "start": 1446.16, "end": 1461.18, "text": " When you try it on a tablet, it might show you other problems. Is the screen really good? But when you try it on a landscape, it shows that it is a good thing. So we need to make it expand. How? Simply, hold this side.", "tokens": [1133, 291, 853, 309, 322, 257, 14136, 11, 309, 1062, 855, 291, 661, 2740, 13, 1119, 264, 2568, 534, 665, 30, 583, 562, 291, 853, 309, 322, 257, 9661, 11, 309, 3110, 300, 309, 307, 257, 665, 551, 13, 407, 321, 643, 281, 652, 309, 5268, 13, 1012, 30, 19596, 11, 1797, 341, 1252, 13], "avg_logprob": -0.7628348256860461, "compression_ratio": 1.4797297297297298, "no_speech_prob": 1.424551010131836e-05, "words": [{"start": 1446.16, "end": 1446.68, "word": " When", "probability": 0.045135498046875}, {"start": 1446.68, "end": 1447.2, "word": " you", "probability": 0.86279296875}, {"start": 1447.2, "end": 1447.34, "word": " try", "probability": 0.30126953125}, {"start": 1447.34, "end": 1447.46, "word": " it", "probability": 0.5546875}, {"start": 1447.46, "end": 1447.52, "word": " on", "probability": 0.7294921875}, {"start": 1447.52, "end": 1447.6, "word": " a", "probability": 0.75}, {"start": 1447.6, "end": 1447.92, "word": " tablet,", "probability": 0.6953125}, {"start": 1449.12, "end": 1449.22, "word": " it", "probability": 0.30859375}, {"start": 1449.22, "end": 1449.36, "word": " might", "probability": 0.288818359375}, {"start": 1449.36, "end": 1449.72, "word": " show", "probability": 0.40576171875}, {"start": 1449.72, "end": 1450.04, "word": " you", "probability": 0.5087890625}, {"start": 1450.04, "end": 1450.38, "word": " other", "probability": 0.27099609375}, {"start": 1450.38, "end": 1450.74, "word": " problems.", "probability": 0.5751953125}, {"start": 1451.32, "end": 1451.56, "word": " Is", "probability": 0.05804443359375}, {"start": 1451.56, "end": 1451.64, "word": " the", "probability": 0.6455078125}, {"start": 1451.64, "end": 1451.64, "word": " screen", "probability": 0.70654296875}, {"start": 1451.64, "end": 1451.9, "word": " really", "probability": 0.1361083984375}, {"start": 1451.9, "end": 1452.28, "word": " good?", "probability": 0.206787109375}, {"start": 1452.34, "end": 1452.54, "word": " But", "probability": 0.548828125}, {"start": 1452.54, "end": 1452.68, "word": " when", "probability": 0.76904296875}, {"start": 1452.68, "end": 1453.0, "word": " you", "probability": 0.52490234375}, {"start": 1453.0, "end": 1453.28, "word": " try", "probability": 0.6513671875}, {"start": 1453.28, "end": 1453.6, "word": " it", "probability": 0.87353515625}, {"start": 1453.6, "end": 1454.62, "word": " on", "probability": 0.84521484375}, {"start": 1454.62, "end": 1454.88, "word": " a", "probability": 0.544921875}, {"start": 1454.88, "end": 1455.28, "word": " landscape,", "probability": 0.380126953125}, {"start": 1455.78, "end": 1455.84, "word": " it", "probability": 0.83251953125}, {"start": 1455.84, "end": 1456.04, "word": " shows", "probability": 0.46142578125}, {"start": 1456.04, "end": 1456.18, "word": " that", "probability": 0.4853515625}, {"start": 1456.18, "end": 1456.4, "word": " it", "probability": 0.68408203125}, {"start": 1456.4, "end": 1456.4, "word": " is", "probability": 0.5361328125}, {"start": 1456.4, "end": 1456.44, "word": " a", "probability": 0.206787109375}, {"start": 1456.44, "end": 1456.76, "word": " good", "probability": 0.456787109375}, {"start": 1456.76, "end": 1456.76, "word": " thing.", "probability": 0.464111328125}, {"start": 1457.08, "end": 1457.24, "word": " So", "probability": 0.7490234375}, {"start": 1457.24, "end": 1457.3, "word": " we", "probability": 0.564453125}, {"start": 1457.3, "end": 1457.42, "word": " need", "probability": 0.50439453125}, {"start": 1457.42, "end": 1457.66, "word": " to", "probability": 0.95947265625}, {"start": 1457.66, "end": 1457.66, "word": " make", "probability": 0.58154296875}, {"start": 1457.66, "end": 1457.82, "word": " it", "probability": 0.89501953125}, {"start": 1457.82, "end": 1458.12, "word": " expand.", "probability": 0.26953125}, {"start": 1459.0, "end": 1459.42, "word": " How?", "probability": 0.615234375}, {"start": 1459.92, "end": 1460.44, "word": " Simply,", "probability": 0.4921875}, {"start": 1460.5, "end": 1460.72, "word": " hold", "probability": 0.473876953125}, {"start": 1460.72, "end": 1460.88, "word": " this", "probability": 0.75146484375}, {"start": 1460.88, "end": 1461.18, "word": " side.", "probability": 0.358642578125}], "temperature": 1.0}, {"id": 57, "seek": 149367, "start": 1465.29, "end": 1493.67, "text": " And connect it to the network. Now it's connected from both sides. Okay? And it comes to its attributes and puts the width 0db. Okay? It's supposed to expand like this. To make sure, click on landscape. This is what? Yes, the width of the screen. Okay, guys? Then we continue again. This gate below it, there is also a password.", "tokens": [400, 1745, 309, 281, 264, 3209, 13, 823, 309, 311, 4582, 490, 1293, 4881, 13, 1033, 30, 400, 309, 1487, 281, 1080, 17212, 293, 8137, 264, 11402, 1958, 67, 65, 13, 1033, 30, 467, 311, 3442, 281, 5268, 411, 341, 13, 1407, 652, 988, 11, 2052, 322, 9661, 13, 639, 307, 437, 30, 1079, 11, 264, 11402, 295, 264, 2568, 13, 1033, 11, 1074, 30, 1396, 321, 2354, 797, 13, 639, 8539, 2507, 309, 11, 456, 307, 611, 257, 11524, 13], "avg_logprob": -0.6261432984980141, "compression_ratio": 1.5302325581395348, "no_speech_prob": 0.0, "words": [{"start": 1465.29, "end": 1465.57, "word": " And", "probability": 0.213623046875}, {"start": 1465.57, "end": 1465.73, "word": " connect", "probability": 0.364990234375}, {"start": 1465.73, "end": 1465.87, "word": " it", "probability": 0.474853515625}, {"start": 1465.87, "end": 1465.97, "word": " to", "probability": 0.53564453125}, {"start": 1465.97, "end": 1466.13, "word": " the", "probability": 0.63330078125}, {"start": 1466.13, "end": 1466.33, "word": " network.", "probability": 0.199951171875}, {"start": 1466.51, "end": 1466.69, "word": " Now", "probability": 0.30517578125}, {"start": 1466.69, "end": 1466.83, "word": " it's", "probability": 0.4925537109375}, {"start": 1466.83, "end": 1466.99, "word": " connected", "probability": 0.78515625}, {"start": 1466.99, "end": 1467.13, "word": " from", "probability": 0.54248046875}, {"start": 1467.13, "end": 1467.57, "word": " both", "probability": 0.6083984375}, {"start": 1467.57, "end": 1467.57, "word": " sides.", "probability": 0.80859375}, {"start": 1467.91, "end": 1468.21, "word": " Okay?", "probability": 0.22314453125}, {"start": 1468.61, "end": 1468.87, "word": " And", "probability": 0.66796875}, {"start": 1468.87, "end": 1469.01, "word": " it", "probability": 0.5810546875}, {"start": 1469.01, "end": 1469.19, "word": " comes", "probability": 0.212890625}, {"start": 1469.19, "end": 1469.35, "word": " to", "probability": 0.68359375}, {"start": 1469.35, "end": 1469.43, "word": " its", "probability": 0.55712890625}, {"start": 1469.43, "end": 1470.03, "word": " attributes", "probability": 0.80224609375}, {"start": 1470.03, "end": 1470.41, "word": " and", "probability": 0.57958984375}, {"start": 1470.41, "end": 1470.69, "word": " puts", "probability": 0.2398681640625}, {"start": 1470.69, "end": 1470.89, "word": " the", "probability": 0.6796875}, {"start": 1470.89, "end": 1471.27, "word": " width", "probability": 0.82763671875}, {"start": 1471.27, "end": 1472.45, "word": " 0db.", "probability": 0.5311686197916666}, {"start": 1473.89, "end": 1474.33, "word": " Okay?", "probability": 0.67919921875}, {"start": 1474.47, "end": 1474.49, "word": " It's", "probability": 0.49169921875}, {"start": 1474.49, "end": 1474.71, "word": " supposed", "probability": 0.8662109375}, {"start": 1474.71, "end": 1474.79, "word": " to", "probability": 0.9658203125}, {"start": 1474.79, "end": 1475.11, "word": " expand", "probability": 0.2275390625}, {"start": 1475.11, "end": 1475.11, "word": " like", "probability": 0.5888671875}, {"start": 1475.11, "end": 1475.15, "word": " this.", "probability": 0.6728515625}, {"start": 1475.25, "end": 1475.39, "word": " To", "probability": 0.78857421875}, {"start": 1475.39, "end": 1475.79, "word": " make", "probability": 0.67822265625}, {"start": 1475.79, "end": 1475.97, "word": " sure,", "probability": 0.9150390625}, {"start": 1476.33, "end": 1476.57, "word": " click", "probability": 0.13134765625}, {"start": 1476.57, "end": 1476.71, "word": " on", "probability": 0.765625}, {"start": 1476.71, "end": 1477.13, "word": " landscape.", "probability": 0.49609375}, {"start": 1477.75, "end": 1477.97, "word": " This", "probability": 0.25048828125}, {"start": 1477.97, "end": 1478.11, "word": " is", "probability": 0.2486572265625}, {"start": 1478.11, "end": 1478.55, "word": " what?", "probability": 0.546875}, {"start": 1479.57, "end": 1480.01, "word": " Yes,", "probability": 0.58984375}, {"start": 1480.13, "end": 1480.25, "word": " the", "probability": 0.1943359375}, {"start": 1480.25, "end": 1480.41, "word": " width", "probability": 0.81494140625}, {"start": 1480.41, "end": 1480.49, "word": " of", "probability": 0.96435546875}, {"start": 1480.49, "end": 1480.57, "word": " the", "probability": 0.92333984375}, {"start": 1480.57, "end": 1480.81, "word": " screen.", "probability": 0.8798828125}, {"start": 1484.01, "end": 1484.45, "word": " Okay,", "probability": 0.669921875}, {"start": 1484.49, "end": 1484.81, "word": " guys?", "probability": 0.8017578125}, {"start": 1485.81, "end": 1486.25, "word": " Then", "probability": 0.5302734375}, {"start": 1486.25, "end": 1486.45, "word": " we", "probability": 0.5966796875}, {"start": 1486.45, "end": 1486.49, "word": " continue", "probability": 0.44482421875}, {"start": 1486.49, "end": 1486.91, "word": " again.", "probability": 0.646484375}, {"start": 1489.29, "end": 1489.73, "word": " This", "probability": 0.1961669921875}, {"start": 1489.73, "end": 1489.91, "word": " gate", "probability": 0.7685546875}, {"start": 1489.91, "end": 1490.17, "word": " below", "probability": 0.55810546875}, {"start": 1490.17, "end": 1490.41, "word": " it,", "probability": 0.54296875}, {"start": 1490.79, "end": 1490.91, "word": " there", "probability": 0.39892578125}, {"start": 1490.91, "end": 1490.97, "word": " is", "probability": 0.57275390625}, {"start": 1490.97, "end": 1491.21, "word": " also", "probability": 0.80712890625}, {"start": 1491.21, "end": 1491.65, "word": " a", "probability": 0.336181640625}, {"start": 1491.65, "end": 1493.67, "word": " password.", "probability": 0.9296875}], "temperature": 1.0}, {"id": 58, "seek": 152069, "start": 1496.19, "end": 1520.69, "text": " The same idea, take the text view I will also take edit text", "tokens": [440, 912, 1558, 11, 747, 264, 2487, 1910, 286, 486, 611, 747, 8129, 2487], "avg_logprob": -0.6307291666666667, "compression_ratio": 1.0166666666666666, "no_speech_prob": 0.0, "words": [{"start": 1496.19, "end": 1496.43, "word": " The", "probability": 0.132080078125}, {"start": 1496.43, "end": 1496.57, "word": " same", "probability": 0.87744140625}, {"start": 1496.57, "end": 1496.95, "word": " idea,", "probability": 0.78857421875}, {"start": 1497.13, "end": 1497.37, "word": " take", "probability": 0.60107421875}, {"start": 1497.37, "end": 1497.49, "word": " the", "probability": 0.66796875}, {"start": 1497.49, "end": 1497.69, "word": " text", "probability": 0.58447265625}, {"start": 1497.69, "end": 1502.87, "word": " view", "probability": 0.80322265625}, {"start": 1502.87, "end": 1507.85, "word": " I", "probability": 0.126708984375}, {"start": 1507.85, "end": 1519.63, "word": " will", "probability": 0.461669921875}, {"start": 1519.63, "end": 1519.81, "word": " also", "probability": 0.378173828125}, {"start": 1519.81, "end": 1519.81, "word": " take", "probability": 0.7919921875}, {"start": 1519.81, "end": 1520.19, "word": " edit", "probability": 0.47998046875}, {"start": 1520.19, "end": 1520.69, "word": " text", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 59, "seek": 155407, "start": 1525.19, "end": 1554.07, "text": " And as we did guys, you take the baseline of this and with the baseline, and there is... Okay, and you say the width is 0db. What you put is supposed to be a password, right? See something good guys, or here you will have a small problem in the design. There is something wrong. What is it?", "tokens": [400, 382, 321, 630, 1074, 11, 291, 747, 264, 20518, 295, 341, 293, 365, 264, 20518, 11, 293, 456, 307, 485, 1033, 11, 293, 291, 584, 264, 11402, 307, 1958, 67, 65, 13, 708, 291, 829, 307, 3442, 281, 312, 257, 11524, 11, 558, 30, 3008, 746, 665, 1074, 11, 420, 510, 291, 486, 362, 257, 1359, 1154, 294, 264, 1715, 13, 821, 307, 746, 2085, 13, 708, 307, 309, 30], "avg_logprob": -0.5633680696288744, "compression_ratio": 1.572972972972973, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1525.19, "end": 1525.41, "word": " And", "probability": 0.270263671875}, {"start": 1525.41, "end": 1525.51, "word": " as", "probability": 0.5478515625}, {"start": 1525.51, "end": 1525.67, "word": " we", "probability": 0.85546875}, {"start": 1525.67, "end": 1525.89, "word": " did", "probability": 0.7099609375}, {"start": 1525.89, "end": 1526.31, "word": " guys,", "probability": 0.24853515625}, {"start": 1526.35, "end": 1526.55, "word": " you", "probability": 0.44482421875}, {"start": 1526.55, "end": 1526.71, "word": " take", "probability": 0.54736328125}, {"start": 1526.71, "end": 1526.87, "word": " the", "probability": 0.3828125}, {"start": 1526.87, "end": 1527.37, "word": " baseline", "probability": 0.61474609375}, {"start": 1527.37, "end": 1527.53, "word": " of", "probability": 0.6298828125}, {"start": 1527.53, "end": 1527.93, "word": " this", "probability": 0.84814453125}, {"start": 1527.93, "end": 1529.23, "word": " and", "probability": 0.249267578125}, {"start": 1529.23, "end": 1529.41, "word": " with", "probability": 0.33935546875}, {"start": 1529.41, "end": 1529.55, "word": " the", "probability": 0.68505859375}, {"start": 1529.55, "end": 1529.97, "word": " baseline,", "probability": 0.93017578125}, {"start": 1530.19, "end": 1530.39, "word": " and", "probability": 0.66015625}, {"start": 1530.39, "end": 1530.63, "word": " there", "probability": 0.266845703125}, {"start": 1530.63, "end": 1536.27, "word": " is...", "probability": 0.45501708984375}, {"start": 1536.27, "end": 1538.07, "word": " Okay,", "probability": 0.160888671875}, {"start": 1538.35, "end": 1538.47, "word": " and", "probability": 0.88037109375}, {"start": 1538.47, "end": 1538.59, "word": " you", "probability": 0.74462890625}, {"start": 1538.59, "end": 1538.75, "word": " say", "probability": 0.59814453125}, {"start": 1538.75, "end": 1538.89, "word": " the", "probability": 0.54736328125}, {"start": 1538.89, "end": 1539.09, "word": " width", "probability": 0.84619140625}, {"start": 1539.09, "end": 1539.31, "word": " is", "probability": 0.4716796875}, {"start": 1539.31, "end": 1540.85, "word": " 0db.", "probability": 0.52001953125}, {"start": 1542.27, "end": 1542.73, "word": " What", "probability": 0.2078857421875}, {"start": 1542.73, "end": 1543.23, "word": " you", "probability": 0.53466796875}, {"start": 1543.23, "end": 1543.49, "word": " put", "probability": 0.33740234375}, {"start": 1543.49, "end": 1543.55, "word": " is", "probability": 0.472412109375}, {"start": 1543.55, "end": 1543.55, "word": " supposed", "probability": 0.377197265625}, {"start": 1543.55, "end": 1543.55, "word": " to", "probability": 0.96875}, {"start": 1543.55, "end": 1543.65, "word": " be", "probability": 0.9306640625}, {"start": 1543.65, "end": 1543.71, "word": " a", "probability": 0.435546875}, {"start": 1543.71, "end": 1544.09, "word": " password,", "probability": 0.95751953125}, {"start": 1544.53, "end": 1544.95, "word": " right?", "probability": 0.83642578125}, {"start": 1546.27, "end": 1546.73, "word": " See", "probability": 0.470703125}, {"start": 1546.73, "end": 1547.07, "word": " something", "probability": 0.60302734375}, {"start": 1547.07, "end": 1547.73, "word": " good", "probability": 0.359375}, {"start": 1547.73, "end": 1547.85, "word": " guys,", "probability": 0.71923828125}, {"start": 1549.15, "end": 1549.43, "word": " or", "probability": 0.85302734375}, {"start": 1549.43, "end": 1549.71, "word": " here", "probability": 0.62158203125}, {"start": 1549.71, "end": 1550.05, "word": " you", "probability": 0.6494140625}, {"start": 1550.05, "end": 1550.15, "word": " will", "probability": 0.70263671875}, {"start": 1550.15, "end": 1550.35, "word": " have", "probability": 0.272705078125}, {"start": 1550.35, "end": 1550.91, "word": " a", "probability": 0.8486328125}, {"start": 1550.91, "end": 1551.01, "word": " small", "probability": 0.79052734375}, {"start": 1551.01, "end": 1551.29, "word": " problem", "probability": 0.857421875}, {"start": 1551.29, "end": 1551.71, "word": " in", "probability": 0.6953125}, {"start": 1551.71, "end": 1551.77, "word": " the", "probability": 0.6064453125}, {"start": 1551.77, "end": 1552.09, "word": " design.", "probability": 0.96142578125}, {"start": 1552.57, "end": 1552.83, "word": " There", "probability": 0.62744140625}, {"start": 1552.83, "end": 1552.87, "word": " is", "probability": 0.86474609375}, {"start": 1552.87, "end": 1553.11, "word": " something", "probability": 0.84375}, {"start": 1553.11, "end": 1553.41, "word": " wrong.", "probability": 0.93310546875}, {"start": 1553.61, "end": 1553.83, "word": " What", "probability": 0.869140625}, {"start": 1553.83, "end": 1553.89, "word": " is", "probability": 0.91357421875}, {"start": 1553.89, "end": 1554.07, "word": " it?", "probability": 0.86865234375}], "temperature": 1.0}, {"id": 60, "seek": 157529, "start": 1556.05, "end": 1575.29, "text": " Actually, it would have been better if they were exactly under each other. Am I right or not, guys? So, how do we put them exactly under each other? Remove this one and tell him where this one came from and what is the upper bracket. And he put a margin. Come here.", "tokens": [5135, 11, 309, 576, 362, 668, 1101, 498, 436, 645, 2293, 833, 1184, 661, 13, 2012, 286, 558, 420, 406, 11, 1074, 30, 407, 11, 577, 360, 321, 829, 552, 2293, 833, 1184, 661, 30, 18831, 341, 472, 293, 980, 796, 689, 341, 472, 1361, 490, 293, 437, 307, 264, 6597, 16904, 13, 400, 415, 829, 257, 10270, 13, 2492, 510, 13], "avg_logprob": -0.6671626927360655, "compression_ratio": 1.5375722543352601, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1556.05, "end": 1556.49, "word": " Actually,", "probability": 0.2183837890625}, {"start": 1556.49, "end": 1556.93, "word": " it", "probability": 0.491943359375}, {"start": 1556.93, "end": 1557.99, "word": " would", "probability": 0.353515625}, {"start": 1557.99, "end": 1557.99, "word": " have", "probability": 0.400390625}, {"start": 1557.99, "end": 1557.99, "word": " been", "probability": 0.9013671875}, {"start": 1557.99, "end": 1558.29, "word": " better", "probability": 0.86328125}, {"start": 1558.29, "end": 1558.51, "word": " if", "probability": 0.82080078125}, {"start": 1558.51, "end": 1558.57, "word": " they", "probability": 0.5927734375}, {"start": 1558.57, "end": 1558.69, "word": " were", "probability": 0.276611328125}, {"start": 1558.69, "end": 1558.77, "word": " exactly", "probability": 0.350341796875}, {"start": 1558.77, "end": 1558.89, "word": " under", "probability": 0.22705078125}, {"start": 1558.89, "end": 1559.17, "word": " each", "probability": 0.88134765625}, {"start": 1559.17, "end": 1559.25, "word": " other.", "probability": 0.87451171875}, {"start": 1560.71, "end": 1560.75, "word": " Am", "probability": 0.2763671875}, {"start": 1560.75, "end": 1561.45, "word": " I", "probability": 0.7666015625}, {"start": 1561.45, "end": 1561.81, "word": " right", "probability": 0.86474609375}, {"start": 1561.81, "end": 1562.05, "word": " or", "probability": 0.70947265625}, {"start": 1562.05, "end": 1562.05, "word": " not,", "probability": 0.65966796875}, {"start": 1562.13, "end": 1562.33, "word": " guys?", "probability": 0.7275390625}, {"start": 1562.81, "end": 1563.25, "word": " So,", "probability": 0.59814453125}, {"start": 1563.31, "end": 1563.49, "word": " how", "probability": 0.79736328125}, {"start": 1563.49, "end": 1563.57, "word": " do", "probability": 0.416748046875}, {"start": 1563.57, "end": 1563.59, "word": " we", "probability": 0.43701171875}, {"start": 1563.59, "end": 1563.75, "word": " put", "probability": 0.2227783203125}, {"start": 1563.75, "end": 1563.89, "word": " them", "probability": 0.89404296875}, {"start": 1563.89, "end": 1563.97, "word": " exactly", "probability": 0.8544921875}, {"start": 1563.97, "end": 1563.99, "word": " under", "probability": 0.830078125}, {"start": 1563.99, "end": 1564.59, "word": " each", "probability": 0.927734375}, {"start": 1564.59, "end": 1564.59, "word": " other?", "probability": 0.89697265625}, {"start": 1564.77, "end": 1565.11, "word": " Remove", "probability": 0.344482421875}, {"start": 1565.11, "end": 1565.39, "word": " this", "probability": 0.79052734375}, {"start": 1565.39, "end": 1565.49, "word": " one", "probability": 0.377685546875}, {"start": 1565.49, "end": 1566.31, "word": " and", "probability": 0.57958984375}, {"start": 1566.31, "end": 1566.51, "word": " tell", "probability": 0.4326171875}, {"start": 1566.51, "end": 1566.61, "word": " him", "probability": 0.73974609375}, {"start": 1566.61, "end": 1566.91, "word": " where", "probability": 0.10723876953125}, {"start": 1566.91, "end": 1566.93, "word": " this", "probability": 0.443603515625}, {"start": 1566.93, "end": 1567.15, "word": " one", "probability": 0.55224609375}, {"start": 1567.15, "end": 1567.19, "word": " came", "probability": 0.34619140625}, {"start": 1567.19, "end": 1567.45, "word": " from", "probability": 0.84716796875}, {"start": 1567.45, "end": 1568.41, "word": " and", "probability": 0.28369140625}, {"start": 1568.41, "end": 1568.53, "word": " what", "probability": 0.475341796875}, {"start": 1568.53, "end": 1568.53, "word": " is", "probability": 0.448486328125}, {"start": 1568.53, "end": 1568.61, "word": " the", "probability": 0.681640625}, {"start": 1568.61, "end": 1568.83, "word": " upper", "probability": 0.1392822265625}, {"start": 1568.83, "end": 1568.83, "word": " bracket.", "probability": 0.1396484375}, {"start": 1570.51, "end": 1570.95, "word": " And", "probability": 0.3857421875}, {"start": 1570.95, "end": 1571.37, "word": " he", "probability": 0.568359375}, {"start": 1571.37, "end": 1571.59, "word": " put", "probability": 0.345458984375}, {"start": 1571.59, "end": 1571.67, "word": " a", "probability": 0.8544921875}, {"start": 1571.67, "end": 1571.99, "word": " margin.", "probability": 0.97314453125}, {"start": 1574.37, "end": 1574.81, "word": " Come", "probability": 0.7197265625}, {"start": 1574.81, "end": 1575.29, "word": " here.", "probability": 0.78564453125}], "temperature": 1.0}, {"id": 61, "seek": 160865, "start": 1582.15, "end": 1608.65, "text": " Wait a minute, there is something wrong. We haven't connected this one yet. The password. And this one with the user here. Do you see how I connected the password? The arrow with the arrow, and it came under it. This one, I put zero? Ok.", "tokens": [3802, 257, 3456, 11, 456, 307, 746, 2085, 13, 492, 2378, 380, 4582, 341, 472, 1939, 13, 440, 11524, 13, 400, 341, 472, 365, 264, 4195, 510, 13, 1144, 291, 536, 577, 286, 4582, 264, 11524, 30, 440, 11610, 365, 264, 11610, 11, 293, 309, 1361, 833, 309, 13, 639, 472, 11, 286, 829, 4018, 30, 3477, 13], "avg_logprob": -0.6371821872258591, "compression_ratio": 1.515923566878981, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1582.15, "end": 1582.47, "word": " Wait", "probability": 0.10064697265625}, {"start": 1582.47, "end": 1582.59, "word": " a", "probability": 0.60595703125}, {"start": 1582.59, "end": 1582.59, "word": " minute,", "probability": 0.48193359375}, {"start": 1582.65, "end": 1582.73, "word": " there", "probability": 0.478515625}, {"start": 1582.73, "end": 1582.73, "word": " is", "probability": 0.5205078125}, {"start": 1582.73, "end": 1582.87, "word": " something", "probability": 0.798828125}, {"start": 1582.87, "end": 1583.13, "word": " wrong.", "probability": 0.890625}, {"start": 1584.19, "end": 1584.71, "word": " We", "probability": 0.29833984375}, {"start": 1584.71, "end": 1585.03, "word": " haven't", "probability": 0.62109375}, {"start": 1585.03, "end": 1585.27, "word": " connected", "probability": 0.60693359375}, {"start": 1585.27, "end": 1585.35, "word": " this", "probability": 0.54150390625}, {"start": 1585.35, "end": 1585.35, "word": " one", "probability": 0.383544921875}, {"start": 1585.35, "end": 1586.25, "word": " yet.", "probability": 0.7880859375}, {"start": 1586.51, "end": 1586.63, "word": " The", "probability": 0.410400390625}, {"start": 1586.63, "end": 1587.11, "word": " password.", "probability": 0.92431640625}, {"start": 1589.69, "end": 1590.21, "word": " And", "probability": 0.56494140625}, {"start": 1590.21, "end": 1590.49, "word": " this", "probability": 0.81201171875}, {"start": 1590.49, "end": 1590.55, "word": " one", "probability": 0.80517578125}, {"start": 1590.55, "end": 1590.65, "word": " with", "probability": 0.486328125}, {"start": 1590.65, "end": 1590.79, "word": " the", "probability": 0.57080078125}, {"start": 1590.79, "end": 1590.95, "word": " user", "probability": 0.9365234375}, {"start": 1590.95, "end": 1591.21, "word": " here.", "probability": 0.65478515625}, {"start": 1591.81, "end": 1592.33, "word": " Do", "probability": 0.40625}, {"start": 1592.33, "end": 1592.33, "word": " you", "probability": 0.97314453125}, {"start": 1592.33, "end": 1592.49, "word": " see", "probability": 0.91748046875}, {"start": 1592.49, "end": 1592.69, "word": " how", "probability": 0.6396484375}, {"start": 1592.69, "end": 1593.23, "word": " I", "probability": 0.82958984375}, {"start": 1593.23, "end": 1593.49, "word": " connected", "probability": 0.6787109375}, {"start": 1593.49, "end": 1593.65, "word": " the", "probability": 0.728515625}, {"start": 1593.65, "end": 1593.65, "word": " password?", "probability": 0.908203125}, {"start": 1596.09, "end": 1596.61, "word": " The", "probability": 0.68017578125}, {"start": 1596.61, "end": 1596.89, "word": " arrow", "probability": 0.1064453125}, {"start": 1596.89, "end": 1597.05, "word": " with", "probability": 0.52294921875}, {"start": 1597.05, "end": 1597.17, "word": " the", "probability": 0.88232421875}, {"start": 1597.17, "end": 1597.51, "word": " arrow,", "probability": 0.8603515625}, {"start": 1598.15, "end": 1599.13, "word": " and", "probability": 0.85009765625}, {"start": 1599.13, "end": 1599.55, "word": " it", "probability": 0.52734375}, {"start": 1599.55, "end": 1599.57, "word": " came", "probability": 0.39794921875}, {"start": 1599.57, "end": 1599.81, "word": " under", "probability": 0.344482421875}, {"start": 1599.81, "end": 1600.39, "word": " it.", "probability": 0.68798828125}, {"start": 1606.55, "end": 1607.07, "word": " This", "probability": 0.282958984375}, {"start": 1607.07, "end": 1607.17, "word": " one,", "probability": 0.736328125}, {"start": 1607.23, "end": 1607.27, "word": " I", "probability": 0.398681640625}, {"start": 1607.27, "end": 1607.41, "word": " put", "probability": 0.470703125}, {"start": 1607.41, "end": 1607.69, "word": " zero?", "probability": 0.238525390625}, {"start": 1608.13, "end": 1608.65, "word": " Ok.", "probability": 0.359375}], "temperature": 1.0}, {"id": 62, "seek": 163820, "start": 1610.52, "end": 1638.2, "text": " But sometimes you need it This is the password that came with the username and below it Now the username, I need to connect it to this baseline And this line is connected to the name line This is the edit text, margin start", "tokens": [583, 2171, 291, 643, 309, 639, 307, 264, 11524, 300, 1361, 365, 264, 30351, 293, 2507, 309, 823, 264, 30351, 11, 286, 643, 281, 1745, 309, 281, 341, 20518, 400, 341, 1622, 307, 4582, 281, 264, 1315, 1622, 639, 307, 264, 8129, 2487, 11, 10270, 722], "avg_logprob": -0.6595744858396814, "compression_ratio": 1.5886524822695036, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1610.52, "end": 1611.28, "word": " But", "probability": 0.0509033203125}, {"start": 1611.28, "end": 1612.04, "word": " sometimes", "probability": 0.50390625}, {"start": 1612.04, "end": 1612.32, "word": " you", "probability": 0.541015625}, {"start": 1612.32, "end": 1612.64, "word": " need", "probability": 0.646484375}, {"start": 1612.64, "end": 1615.06, "word": " it", "probability": 0.465087890625}, {"start": 1615.06, "end": 1616.5, "word": " This", "probability": 0.26318359375}, {"start": 1616.5, "end": 1617.06, "word": " is", "probability": 0.86279296875}, {"start": 1617.06, "end": 1617.14, "word": " the", "probability": 0.78369140625}, {"start": 1617.14, "end": 1617.64, "word": " password", "probability": 0.927734375}, {"start": 1617.64, "end": 1618.54, "word": " that", "probability": 0.13623046875}, {"start": 1618.54, "end": 1618.74, "word": " came", "probability": 0.47265625}, {"start": 1618.74, "end": 1619.64, "word": " with", "probability": 0.6279296875}, {"start": 1619.64, "end": 1619.76, "word": " the", "probability": 0.58642578125}, {"start": 1619.76, "end": 1620.54, "word": " username", "probability": 0.779296875}, {"start": 1620.54, "end": 1620.68, "word": " and", "probability": 0.4453125}, {"start": 1620.68, "end": 1620.94, "word": " below", "probability": 0.1412353515625}, {"start": 1620.94, "end": 1621.44, "word": " it", "probability": 0.65380859375}, {"start": 1621.44, "end": 1621.82, "word": " Now", "probability": 0.57470703125}, {"start": 1621.82, "end": 1623.28, "word": " the", "probability": 0.544921875}, {"start": 1623.28, "end": 1623.8, "word": " username,", "probability": 0.8720703125}, {"start": 1624.24, "end": 1625.28, "word": " I", "probability": 0.7265625}, {"start": 1625.28, "end": 1625.4, "word": " need", "probability": 0.2403564453125}, {"start": 1625.4, "end": 1626.04, "word": " to", "probability": 0.91748046875}, {"start": 1626.04, "end": 1626.22, "word": " connect", "probability": 0.53076171875}, {"start": 1626.22, "end": 1626.26, "word": " it", "probability": 0.460205078125}, {"start": 1626.26, "end": 1626.4, "word": " to", "probability": 0.42333984375}, {"start": 1626.4, "end": 1626.48, "word": " this", "probability": 0.552734375}, {"start": 1626.48, "end": 1626.86, "word": " baseline", "probability": 0.75830078125}, {"start": 1626.86, "end": 1628.14, "word": " And", "probability": 0.438720703125}, {"start": 1628.14, "end": 1628.34, "word": " this", "probability": 0.84912109375}, {"start": 1628.34, "end": 1628.56, "word": " line", "probability": 0.162109375}, {"start": 1628.56, "end": 1629.1, "word": " is", "probability": 0.7138671875}, {"start": 1629.1, "end": 1629.4, "word": " connected", "probability": 0.71728515625}, {"start": 1629.4, "end": 1629.66, "word": " to", "probability": 0.828125}, {"start": 1629.66, "end": 1630.42, "word": " the", "probability": 0.5029296875}, {"start": 1630.42, "end": 1630.78, "word": " name", "probability": 0.46826171875}, {"start": 1630.78, "end": 1631.08, "word": " line", "probability": 0.61279296875}, {"start": 1631.08, "end": 1636.02, "word": " This", "probability": 0.5341796875}, {"start": 1636.02, "end": 1636.16, "word": " is", "probability": 0.87646484375}, {"start": 1636.16, "end": 1636.16, "word": " the", "probability": 0.61181640625}, {"start": 1636.16, "end": 1636.28, "word": " edit", "probability": 0.68896484375}, {"start": 1636.28, "end": 1636.7, "word": " text,", "probability": 0.94677734375}, {"start": 1636.8, "end": 1637.62, "word": " margin", "probability": 0.68505859375}, {"start": 1637.62, "end": 1638.2, "word": " start", "probability": 0.72705078125}], "temperature": 1.0}, {"id": 63, "seek": 166718, "start": 1651.16, "end": 1667.18, "text": " The baseline is like the top and the bottom. Yes, of course, it depends on the top and the bottom. The baseline depends on the top and the bottom. So, this element is connected in two directions. It is connected in this loop with the node above.", "tokens": [440, 20518, 307, 411, 264, 1192, 293, 264, 2767, 13, 1079, 11, 295, 1164, 11, 309, 5946, 322, 264, 1192, 293, 264, 2767, 13, 440, 20518, 5946, 322, 264, 1192, 293, 264, 2767, 13, 407, 11, 341, 4478, 307, 4582, 294, 732, 11095, 13, 467, 307, 4582, 294, 341, 6367, 365, 264, 9984, 3673, 13], "avg_logprob": -0.5876116028853825, "compression_ratio": 1.8778625954198473, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1651.1599999999999, "end": 1651.6, "word": " The", "probability": 0.06781005859375}, {"start": 1651.6, "end": 1652.04, "word": " baseline", "probability": 0.43994140625}, {"start": 1652.04, "end": 1652.28, "word": " is", "probability": 0.79150390625}, {"start": 1652.28, "end": 1652.86, "word": " like", "probability": 0.45458984375}, {"start": 1652.86, "end": 1653.42, "word": " the", "probability": 0.49755859375}, {"start": 1653.42, "end": 1653.56, "word": " top", "probability": 0.85888671875}, {"start": 1653.56, "end": 1653.68, "word": " and", "probability": 0.9228515625}, {"start": 1653.68, "end": 1653.72, "word": " the", "probability": 0.479736328125}, {"start": 1653.72, "end": 1653.92, "word": " bottom.", "probability": 0.84521484375}, {"start": 1656.02, "end": 1656.16, "word": " Yes,", "probability": 0.2001953125}, {"start": 1656.54, "end": 1656.58, "word": " of", "probability": 0.43115234375}, {"start": 1656.58, "end": 1656.72, "word": " course,", "probability": 0.94970703125}, {"start": 1656.84, "end": 1656.9, "word": " it", "probability": 0.689453125}, {"start": 1656.9, "end": 1656.96, "word": " depends", "probability": 0.525390625}, {"start": 1656.96, "end": 1657.8, "word": " on", "probability": 0.9248046875}, {"start": 1657.8, "end": 1657.88, "word": " the", "probability": 0.68505859375}, {"start": 1657.88, "end": 1658.04, "word": " top", "probability": 0.9013671875}, {"start": 1658.04, "end": 1658.18, "word": " and", "probability": 0.947265625}, {"start": 1658.18, "end": 1658.18, "word": " the", "probability": 0.75732421875}, {"start": 1658.18, "end": 1658.4, "word": " bottom.", "probability": 0.876953125}, {"start": 1659.42, "end": 1659.86, "word": " The", "probability": 0.282958984375}, {"start": 1659.86, "end": 1660.18, "word": " baseline", "probability": 0.87548828125}, {"start": 1660.18, "end": 1660.6, "word": " depends", "probability": 0.83251953125}, {"start": 1660.6, "end": 1660.88, "word": " on", "probability": 0.9462890625}, {"start": 1660.88, "end": 1661.52, "word": " the", "probability": 0.85107421875}, {"start": 1661.52, "end": 1661.68, "word": " top", "probability": 0.947265625}, {"start": 1661.68, "end": 1661.8, "word": " and", "probability": 0.94921875}, {"start": 1661.8, "end": 1661.86, "word": " the", "probability": 0.85888671875}, {"start": 1661.86, "end": 1662.06, "word": " bottom.", "probability": 0.8720703125}, {"start": 1662.78, "end": 1663.0, "word": " So,", "probability": 0.341796875}, {"start": 1663.06, "end": 1663.24, "word": " this", "probability": 0.744140625}, {"start": 1663.24, "end": 1663.54, "word": " element", "probability": 0.841796875}, {"start": 1663.54, "end": 1664.12, "word": " is", "probability": 0.52197265625}, {"start": 1664.12, "end": 1664.46, "word": " connected", "probability": 0.384765625}, {"start": 1664.46, "end": 1664.68, "word": " in", "probability": 0.263916015625}, {"start": 1664.68, "end": 1665.06, "word": " two", "probability": 0.77685546875}, {"start": 1665.06, "end": 1665.06, "word": " directions.", "probability": 0.4833984375}, {"start": 1665.22, "end": 1665.3, "word": " It", "probability": 0.46240234375}, {"start": 1665.3, "end": 1665.36, "word": " is", "probability": 0.80908203125}, {"start": 1665.36, "end": 1665.5, "word": " connected", "probability": 0.82275390625}, {"start": 1665.5, "end": 1665.7, "word": " in", "probability": 0.478271484375}, {"start": 1665.7, "end": 1666.02, "word": " this", "probability": 0.857421875}, {"start": 1666.02, "end": 1666.36, "word": " loop", "probability": 0.04876708984375}, {"start": 1666.36, "end": 1666.6, "word": " with", "probability": 0.63134765625}, {"start": 1666.6, "end": 1666.74, "word": " the", "probability": 0.7216796875}, {"start": 1666.74, "end": 1666.84, "word": " node", "probability": 0.133056640625}, {"start": 1666.84, "end": 1667.18, "word": " above.", "probability": 0.493896484375}], "temperature": 1.0}, {"id": 64, "seek": 168732, "start": 1668.16, "end": 1687.32, "text": "The site is connected and the baseline is connected to it. The baseline is independent from the top and bottom. It is connected from here and the width is zero. But this is wrongly used. It is supposed to be the password. Right? So, when you come here, on the last edit text, you say text password.", "tokens": [2278, 3621, 307, 4582, 293, 264, 20518, 307, 4582, 281, 309, 13, 440, 20518, 307, 6695, 490, 264, 1192, 293, 2767, 13, 467, 307, 4582, 490, 510, 293, 264, 11402, 307, 4018, 13, 583, 341, 307, 2085, 356, 1143, 13, 467, 307, 3442, 281, 312, 264, 11524, 13, 1779, 30, 407, 11, 562, 291, 808, 510, 11, 322, 264, 1036, 8129, 2487, 11, 291, 584, 2487, 11524, 13], "avg_logprob": -0.5883152277573295, "compression_ratio": 1.722543352601156, "no_speech_prob": 0.0, "words": [{"start": 1668.16, "end": 1668.38, "word": "The", "probability": 0.34765625}, {"start": 1668.38, "end": 1668.66, "word": " site", "probability": 0.57080078125}, {"start": 1668.66, "end": 1668.98, "word": " is", "probability": 0.68017578125}, {"start": 1668.98, "end": 1669.18, "word": " connected", "probability": 0.25830078125}, {"start": 1669.18, "end": 1669.56, "word": " and", "probability": 0.5302734375}, {"start": 1669.56, "end": 1670.08, "word": " the", "probability": 0.77880859375}, {"start": 1670.08, "end": 1670.48, "word": " baseline", "probability": 0.615234375}, {"start": 1670.48, "end": 1670.6, "word": " is", "probability": 0.85546875}, {"start": 1670.6, "end": 1670.84, "word": " connected", "probability": 0.736328125}, {"start": 1670.84, "end": 1670.96, "word": " to", "probability": 0.609375}, {"start": 1670.96, "end": 1671.24, "word": " it.", "probability": 0.55859375}, {"start": 1671.94, "end": 1672.38, "word": " The", "probability": 0.2259521484375}, {"start": 1672.38, "end": 1672.84, "word": " baseline", "probability": 0.9169921875}, {"start": 1672.84, "end": 1673.04, "word": " is", "probability": 0.3212890625}, {"start": 1673.04, "end": 1673.22, "word": " independent", "probability": 0.1207275390625}, {"start": 1673.22, "end": 1674.02, "word": " from", "probability": 0.4287109375}, {"start": 1674.02, "end": 1674.24, "word": " the", "probability": 0.52734375}, {"start": 1674.24, "end": 1674.46, "word": " top", "probability": 0.88232421875}, {"start": 1674.46, "end": 1674.54, "word": " and", "probability": 0.84033203125}, {"start": 1674.54, "end": 1674.8, "word": " bottom.", "probability": 0.568359375}, {"start": 1676.44, "end": 1676.88, "word": " It", "probability": 0.3955078125}, {"start": 1676.88, "end": 1676.9, "word": " is", "probability": 0.6796875}, {"start": 1676.9, "end": 1677.12, "word": " connected", "probability": 0.822265625}, {"start": 1677.12, "end": 1677.32, "word": " from", "probability": 0.630859375}, {"start": 1677.32, "end": 1677.48, "word": " here", "probability": 0.79052734375}, {"start": 1677.48, "end": 1677.58, "word": " and", "probability": 0.61669921875}, {"start": 1677.58, "end": 1677.78, "word": " the", "probability": 0.31591796875}, {"start": 1677.78, "end": 1678.06, "word": " width", "probability": 0.194091796875}, {"start": 1678.06, "end": 1678.2, "word": " is", "probability": 0.73486328125}, {"start": 1678.2, "end": 1678.44, "word": " zero.", "probability": 0.329833984375}, {"start": 1678.5, "end": 1678.62, "word": " But", "probability": 0.64501953125}, {"start": 1678.62, "end": 1678.9, "word": " this", "probability": 0.455078125}, {"start": 1678.9, "end": 1678.94, "word": " is", "probability": 0.74609375}, {"start": 1678.94, "end": 1679.28, "word": " wrongly", "probability": 0.28765869140625}, {"start": 1679.28, "end": 1679.52, "word": " used.", "probability": 0.9169921875}, {"start": 1679.64, "end": 1679.66, "word": " It", "probability": 0.67822265625}, {"start": 1679.66, "end": 1679.7, "word": " is", "probability": 0.4130859375}, {"start": 1679.7, "end": 1679.86, "word": " supposed", "probability": 0.5654296875}, {"start": 1679.86, "end": 1679.86, "word": " to", "probability": 0.9677734375}, {"start": 1679.86, "end": 1680.08, "word": " be", "probability": 0.8447265625}, {"start": 1680.08, "end": 1680.2, "word": " the", "probability": 0.435791015625}, {"start": 1680.2, "end": 1680.6, "word": " password.", "probability": 0.9453125}, {"start": 1681.26, "end": 1681.68, "word": " Right?", "probability": 0.490966796875}, {"start": 1682.18, "end": 1682.38, "word": " So,", "probability": 0.625}, {"start": 1682.56, "end": 1682.66, "word": " when", "probability": 0.669921875}, {"start": 1682.66, "end": 1682.84, "word": " you", "probability": 0.9189453125}, {"start": 1682.84, "end": 1683.04, "word": " come", "probability": 0.42724609375}, {"start": 1683.04, "end": 1683.38, "word": " here,", "probability": 0.68505859375}, {"start": 1684.14, "end": 1684.38, "word": " on", "probability": 0.419921875}, {"start": 1684.38, "end": 1684.46, "word": " the", "probability": 0.89501953125}, {"start": 1684.46, "end": 1684.5, "word": " last", "probability": 0.70263671875}, {"start": 1684.5, "end": 1684.64, "word": " edit", "probability": 0.3515625}, {"start": 1684.64, "end": 1684.96, "word": " text,", "probability": 0.75732421875}, {"start": 1686.02, "end": 1686.34, "word": " you", "probability": 0.841796875}, {"start": 1686.34, "end": 1686.56, "word": " say", "probability": 0.405029296875}, {"start": 1686.56, "end": 1686.86, "word": " text", "probability": 0.37744140625}, {"start": 1686.86, "end": 1687.32, "word": " password.", "probability": 0.69873046875}], "temperature": 1.0}, {"id": 65, "seek": 171604, "start": 1691.16, "end": 1716.04, "text": " Did you notice that we have two buttons? Yes, you need to think about these two buttons. Did you notice that we can put the two buttons to fill the screen, like we did with the chain, which I showed you a while ago? Okay? So, this is what we did, and then what do we tell him? Teach both of them?", "tokens": [2589, 291, 3449, 300, 321, 362, 732, 9905, 30, 1079, 11, 291, 643, 281, 519, 466, 613, 732, 9905, 13, 2589, 291, 3449, 300, 321, 393, 829, 264, 732, 9905, 281, 2836, 264, 2568, 11, 411, 321, 630, 365, 264, 5021, 11, 597, 286, 4712, 291, 257, 1339, 2057, 30, 1033, 30, 407, 11, 341, 307, 437, 321, 630, 11, 293, 550, 437, 360, 321, 980, 796, 30, 26816, 1293, 295, 552, 30], "avg_logprob": -0.5743243090204291, "compression_ratio": 1.6685393258426966, "no_speech_prob": 0.0, "words": [{"start": 1691.16, "end": 1691.4, "word": " Did", "probability": 0.0645751953125}, {"start": 1691.4, "end": 1691.52, "word": " you", "probability": 0.9384765625}, {"start": 1691.52, "end": 1691.52, "word": " notice", "probability": 0.5576171875}, {"start": 1691.52, "end": 1691.62, "word": " that", "probability": 0.45947265625}, {"start": 1691.62, "end": 1691.64, "word": " we", "probability": 0.7001953125}, {"start": 1691.64, "end": 1691.8, "word": " have", "probability": 0.87353515625}, {"start": 1691.8, "end": 1692.26, "word": " two", "probability": 0.64501953125}, {"start": 1692.26, "end": 1692.26, "word": " buttons?", "probability": 0.716796875}, {"start": 1692.94, "end": 1693.24, "word": " Yes,", "probability": 0.56201171875}, {"start": 1693.26, "end": 1693.32, "word": " you", "probability": 0.42041015625}, {"start": 1693.32, "end": 1693.44, "word": " need", "probability": 0.20263671875}, {"start": 1693.44, "end": 1693.56, "word": " to", "probability": 0.9697265625}, {"start": 1693.56, "end": 1693.82, "word": " think", "probability": 0.6591796875}, {"start": 1693.82, "end": 1693.9, "word": " about", "probability": 0.5205078125}, {"start": 1693.9, "end": 1694.0, "word": " these", "probability": 0.2122802734375}, {"start": 1694.0, "end": 1694.32, "word": " two", "probability": 0.84814453125}, {"start": 1694.32, "end": 1694.64, "word": " buttons.", "probability": 0.873046875}, {"start": 1694.96, "end": 1695.28, "word": " Did", "probability": 0.318115234375}, {"start": 1695.28, "end": 1695.28, "word": " you", "probability": 0.97265625}, {"start": 1695.28, "end": 1695.42, "word": " notice", "probability": 0.8173828125}, {"start": 1695.42, "end": 1695.5, "word": " that", "probability": 0.64208984375}, {"start": 1695.5, "end": 1695.68, "word": " we", "probability": 0.89892578125}, {"start": 1695.68, "end": 1696.12, "word": " can", "probability": 0.880859375}, {"start": 1696.12, "end": 1696.5, "word": " put", "probability": 0.50439453125}, {"start": 1696.5, "end": 1696.66, "word": " the", "probability": 0.364990234375}, {"start": 1696.66, "end": 1696.92, "word": " two", "probability": 0.4384765625}, {"start": 1696.92, "end": 1696.96, "word": " buttons", "probability": 0.8671875}, {"start": 1696.96, "end": 1697.12, "word": " to", "probability": 0.5625}, {"start": 1697.12, "end": 1697.24, "word": " fill", "probability": 0.7412109375}, {"start": 1697.24, "end": 1697.4, "word": " the", "probability": 0.62158203125}, {"start": 1697.4, "end": 1697.66, "word": " screen,", "probability": 0.822265625}, {"start": 1697.74, "end": 1697.84, "word": " like", "probability": 0.451416015625}, {"start": 1697.84, "end": 1697.98, "word": " we", "probability": 0.587890625}, {"start": 1697.98, "end": 1698.16, "word": " did", "probability": 0.8984375}, {"start": 1698.16, "end": 1698.28, "word": " with", "probability": 0.60107421875}, {"start": 1698.28, "end": 1698.32, "word": " the", "probability": 0.7685546875}, {"start": 1698.32, "end": 1698.6, "word": " chain,", "probability": 0.78564453125}, {"start": 1698.66, "end": 1698.76, "word": " which", "probability": 0.59765625}, {"start": 1698.76, "end": 1698.86, "word": " I", "probability": 0.56982421875}, {"start": 1698.86, "end": 1698.92, "word": " showed", "probability": 0.55712890625}, {"start": 1698.92, "end": 1699.02, "word": " you", "probability": 0.57470703125}, {"start": 1699.02, "end": 1699.24, "word": " a", "probability": 0.2998046875}, {"start": 1699.24, "end": 1699.24, "word": " while", "probability": 0.583984375}, {"start": 1699.24, "end": 1699.24, "word": " ago?", "probability": 0.84716796875}, {"start": 1699.94, "end": 1700.16, "word": " Okay?", "probability": 0.15966796875}, {"start": 1710.76, "end": 1711.08, "word": " So,", "probability": 0.6923828125}, {"start": 1711.14, "end": 1711.26, "word": " this", "probability": 0.1854248046875}, {"start": 1711.26, "end": 1711.28, "word": " is", "probability": 0.8955078125}, {"start": 1711.28, "end": 1711.34, "word": " what", "probability": 0.84765625}, {"start": 1711.34, "end": 1711.34, "word": " we", "probability": 0.9111328125}, {"start": 1711.34, "end": 1711.5, "word": " did,", "probability": 0.77099609375}, {"start": 1711.88, "end": 1712.2, "word": " and", "probability": 0.69970703125}, {"start": 1712.2, "end": 1712.46, "word": " then", "probability": 0.7392578125}, {"start": 1712.46, "end": 1712.6, "word": " what", "probability": 0.2364501953125}, {"start": 1712.6, "end": 1712.6, "word": " do", "probability": 0.517578125}, {"start": 1712.6, "end": 1712.6, "word": " we", "probability": 0.87890625}, {"start": 1712.6, "end": 1712.7, "word": " tell", "probability": 0.375}, {"start": 1712.7, "end": 1712.92, "word": " him?", "probability": 0.48486328125}, {"start": 1715.22, "end": 1715.54, "word": " Teach", "probability": 0.64990234375}, {"start": 1715.54, "end": 1715.94, "word": " both", "probability": 0.440185546875}, {"start": 1715.94, "end": 1715.94, "word": " of", "probability": 0.68603515625}, {"start": 1715.94, "end": 1716.04, "word": " them?", "probability": 0.875}], "temperature": 1.0}, {"id": 66, "seek": 174588, "start": 1718.58, "end": 1745.88, "text": " And say chain create horizontal chain But I want to try what? Of course it is still wrong because mainly what? Not connected So tell me to put it either under the password or under the edit text, it does not matter And the second one, leave it connected to this one Okay mainly Okay, but I want to try to try between them", "tokens": [400, 584, 5021, 1884, 12750, 5021, 583, 286, 528, 281, 853, 437, 30, 2720, 1164, 309, 307, 920, 2085, 570, 8704, 437, 30, 1726, 4582, 407, 980, 385, 281, 829, 309, 2139, 833, 264, 11524, 420, 833, 264, 8129, 2487, 11, 309, 775, 406, 1871, 400, 264, 1150, 472, 11, 1856, 309, 4582, 281, 341, 472, 1033, 8704, 1033, 11, 457, 286, 528, 281, 853, 281, 853, 1296, 552], "avg_logprob": -0.5919643061501639, "compression_ratio": 1.634517766497462, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1718.58, "end": 1718.84, "word": " And", "probability": 0.1607666015625}, {"start": 1718.84, "end": 1719.02, "word": " say", "probability": 0.286376953125}, {"start": 1719.02, "end": 1719.54, "word": " chain", "probability": 0.65673828125}, {"start": 1719.54, "end": 1720.24, "word": " create", "probability": 0.80029296875}, {"start": 1720.24, "end": 1720.7, "word": " horizontal", "probability": 0.701171875}, {"start": 1720.7, "end": 1721.28, "word": " chain", "probability": 0.90185546875}, {"start": 1721.28, "end": 1722.56, "word": " But", "probability": 0.1798095703125}, {"start": 1722.56, "end": 1722.8, "word": " I", "probability": 0.68896484375}, {"start": 1722.8, "end": 1722.96, "word": " want", "probability": 0.50244140625}, {"start": 1722.96, "end": 1723.1, "word": " to", "probability": 0.94775390625}, {"start": 1723.1, "end": 1723.3, "word": " try", "probability": 0.830078125}, {"start": 1723.3, "end": 1723.7, "word": " what?", "probability": 0.1910400390625}, {"start": 1727.96, "end": 1728.4, "word": " Of", "probability": 0.446044921875}, {"start": 1728.4, "end": 1728.46, "word": " course", "probability": 0.9228515625}, {"start": 1728.46, "end": 1728.62, "word": " it", "probability": 0.377685546875}, {"start": 1728.62, "end": 1728.64, "word": " is", "probability": 0.52734375}, {"start": 1728.64, "end": 1728.74, "word": " still", "probability": 0.76318359375}, {"start": 1728.74, "end": 1729.02, "word": " wrong", "probability": 0.873046875}, {"start": 1729.02, "end": 1729.28, "word": " because", "probability": 0.61376953125}, {"start": 1729.28, "end": 1729.78, "word": " mainly", "probability": 0.53125}, {"start": 1729.78, "end": 1730.16, "word": " what?", "probability": 0.6298828125}, {"start": 1730.48, "end": 1730.66, "word": " Not", "probability": 0.322021484375}, {"start": 1730.66, "end": 1731.48, "word": " connected", "probability": 0.42919921875}, {"start": 1731.48, "end": 1732.04, "word": " So", "probability": 0.52001953125}, {"start": 1732.04, "end": 1732.4, "word": " tell", "probability": 0.276123046875}, {"start": 1732.4, "end": 1732.5, "word": " me", "probability": 0.8623046875}, {"start": 1732.5, "end": 1732.52, "word": " to", "probability": 0.458740234375}, {"start": 1732.52, "end": 1732.7, "word": " put", "probability": 0.76416015625}, {"start": 1732.7, "end": 1733.02, "word": " it", "probability": 0.376708984375}, {"start": 1733.02, "end": 1733.04, "word": " either", "probability": 0.4296875}, {"start": 1733.04, "end": 1733.28, "word": " under", "probability": 0.8173828125}, {"start": 1733.28, "end": 1733.4, "word": " the", "probability": 0.8779296875}, {"start": 1733.4, "end": 1733.8, "word": " password", "probability": 0.9345703125}, {"start": 1733.8, "end": 1734.08, "word": " or", "probability": 0.82373046875}, {"start": 1734.08, "end": 1734.3, "word": " under", "probability": 0.7978515625}, {"start": 1734.3, "end": 1734.44, "word": " the", "probability": 0.54345703125}, {"start": 1734.44, "end": 1734.6, "word": " edit", "probability": 0.394287109375}, {"start": 1734.6, "end": 1734.9, "word": " text,", "probability": 0.951171875}, {"start": 1734.98, "end": 1735.04, "word": " it", "probability": 0.80615234375}, {"start": 1735.04, "end": 1735.1, "word": " does", "probability": 0.313232421875}, {"start": 1735.1, "end": 1735.1, "word": " not", "probability": 0.93212890625}, {"start": 1735.1, "end": 1735.5, "word": " matter", "probability": 0.85498046875}, {"start": 1735.5, "end": 1739.04, "word": " And", "probability": 0.58349609375}, {"start": 1739.04, "end": 1739.18, "word": " the", "probability": 0.5927734375}, {"start": 1739.18, "end": 1739.36, "word": " second", "probability": 0.68408203125}, {"start": 1739.36, "end": 1739.52, "word": " one,", "probability": 0.30712890625}, {"start": 1739.52, "end": 1739.68, "word": " leave", "probability": 0.27197265625}, {"start": 1739.68, "end": 1739.82, "word": " it", "probability": 0.81396484375}, {"start": 1739.82, "end": 1740.06, "word": " connected", "probability": 0.61865234375}, {"start": 1740.06, "end": 1740.2, "word": " to", "probability": 0.7119140625}, {"start": 1740.2, "end": 1740.48, "word": " this", "probability": 0.82568359375}, {"start": 1740.48, "end": 1741.02, "word": " one", "probability": 0.351318359375}, {"start": 1741.02, "end": 1741.28, "word": " Okay", "probability": 0.1170654296875}, {"start": 1741.28, "end": 1741.62, "word": " mainly", "probability": 0.475341796875}, {"start": 1741.62, "end": 1744.36, "word": " Okay,", "probability": 0.411865234375}, {"start": 1744.42, "end": 1744.58, "word": " but", "probability": 0.91943359375}, {"start": 1744.58, "end": 1744.74, "word": " I", "probability": 0.99560546875}, {"start": 1744.74, "end": 1744.84, "word": " want", "probability": 0.62109375}, {"start": 1744.84, "end": 1744.98, "word": " to", "probability": 0.9677734375}, {"start": 1744.98, "end": 1745.08, "word": " try", "probability": 0.9326171875}, {"start": 1745.08, "end": 1745.2, "word": " to", "probability": 0.64111328125}, {"start": 1745.2, "end": 1745.36, "word": " try", "probability": 0.10809326171875}, {"start": 1745.36, "end": 1745.64, "word": " between", "probability": 0.75634765625}, {"start": 1745.64, "end": 1745.88, "word": " them", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 67, "seek": 177344, "start": 1747.52, "end": 1773.44, "text": " يعني هي البتون الظهر البيض على الفاضي برضه على الفاضي طيب بس أنا أماليها بطريقة تانية", "tokens": [37495, 22653, 39896, 29739, 2655, 11536, 6024, 116, 3224, 2288, 2423, 21292, 11242, 15844, 27188, 46958, 1829, 4724, 43042, 3224, 15844, 27188, 46958, 1829, 23032, 1829, 3555, 4724, 3794, 41850, 5551, 2304, 6027, 1829, 11296, 4724, 9566, 16572, 28671, 6055, 7649, 10632], "avg_logprob": -0.3519258831822595, "compression_ratio": 1.5294117647058822, "no_speech_prob": 0.0, "words": [{"start": 1747.52, "end": 1747.92, "word": " يعني", "probability": 0.4972686767578125}, {"start": 1747.92, "end": 1748.32, "word": " هي", "probability": 0.4619140625}, {"start": 1748.32, "end": 1750.0, "word": " البتون", "probability": 0.5257975260416666}, {"start": 1750.0, "end": 1757.56, "word": " الظهر", "probability": 0.73370361328125}, {"start": 1757.56, "end": 1757.88, "word": " البيض", "probability": 0.7975260416666666}, {"start": 1757.88, "end": 1758.0, "word": " على", "probability": 0.3779296875}, {"start": 1758.0, "end": 1758.68, "word": " الفاضي", "probability": 0.9195963541666666}, {"start": 1758.68, "end": 1769.74, "word": " برضه", "probability": 0.8614908854166666}, {"start": 1769.74, "end": 1769.88, "word": " على", "probability": 0.888671875}, {"start": 1769.88, "end": 1770.42, "word": " الفاضي", "probability": 0.9816080729166666}, {"start": 1770.42, "end": 1770.9, "word": " طيب", "probability": 0.8434244791666666}, {"start": 1770.9, "end": 1772.48, "word": " بس", "probability": 0.905029296875}, {"start": 1772.48, "end": 1772.6, "word": " أنا", "probability": 0.626953125}, {"start": 1772.6, "end": 1772.84, "word": " أماليها", "probability": 0.5673828125}, {"start": 1772.84, "end": 1773.14, "word": " بطريقة", "probability": 0.9039306640625}, {"start": 1773.14, "end": 1773.44, "word": " تانية", "probability": 0.943359375}], "temperature": 1.0}, {"id": 68, "seek": 180461, "start": 1776.65, "end": 1804.61, "text": " Now, in order to put the two buttons next to each other, there is another way, other than the chain, that we put this guideline. Why? I want to put a line in the middle, an illusion. And I say to this button, you are coming to me, what? To the right, and this one is coming to the left. Okay? So, this one comes here to the layouts, and this guideline, we want it vertical or horizontal? Vertical. Vertical. This one, pull it like this, and put it here. Okay?", "tokens": [823, 11, 294, 1668, 281, 829, 264, 732, 9905, 958, 281, 1184, 661, 11, 456, 307, 1071, 636, 11, 661, 813, 264, 5021, 11, 300, 321, 829, 341, 41653, 13, 1545, 30, 286, 528, 281, 829, 257, 1622, 294, 264, 2808, 11, 364, 18854, 13, 400, 286, 584, 281, 341, 2960, 11, 291, 366, 1348, 281, 385, 11, 437, 30, 1407, 264, 558, 11, 293, 341, 472, 307, 1348, 281, 264, 1411, 13, 1033, 30, 407, 11, 341, 472, 1487, 510, 281, 264, 46100, 11, 293, 341, 41653, 11, 321, 528, 309, 9429, 420, 12750, 30, 21044, 804, 13, 21044, 804, 13, 639, 472, 11, 2235, 309, 411, 341, 11, 293, 829, 309, 510, 13, 1033, 30], "avg_logprob": -0.4825211983110945, "compression_ratio": 1.8253968253968254, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1776.6499999999999, "end": 1777.05, "word": " Now,", "probability": 0.325439453125}, {"start": 1777.27, "end": 1777.37, "word": " in", "probability": 0.2030029296875}, {"start": 1777.37, "end": 1777.45, "word": " order", "probability": 0.91015625}, {"start": 1777.45, "end": 1777.59, "word": " to", "probability": 0.92919921875}, {"start": 1777.59, "end": 1777.83, "word": " put", "probability": 0.42138671875}, {"start": 1777.83, "end": 1778.01, "word": " the", "probability": 0.31298828125}, {"start": 1778.01, "end": 1778.29, "word": " two", "probability": 0.56884765625}, {"start": 1778.29, "end": 1778.29, "word": " buttons", "probability": 0.7734375}, {"start": 1778.29, "end": 1778.61, "word": " next", "probability": 0.54052734375}, {"start": 1778.61, "end": 1778.67, "word": " to", "probability": 0.970703125}, {"start": 1778.67, "end": 1778.89, "word": " each", "probability": 0.9326171875}, {"start": 1778.89, "end": 1778.89, "word": " other,", "probability": 0.88818359375}, {"start": 1779.37, "end": 1779.79, "word": " there", "probability": 0.65283203125}, {"start": 1779.79, "end": 1779.87, "word": " is", "probability": 0.78564453125}, {"start": 1779.87, "end": 1779.95, "word": " another", "probability": 0.8232421875}, {"start": 1779.95, "end": 1780.49, "word": " way,", "probability": 0.7021484375}, {"start": 1780.77, "end": 1780.85, "word": " other", "probability": 0.299560546875}, {"start": 1780.85, "end": 1780.85, "word": " than", "probability": 0.93310546875}, {"start": 1780.85, "end": 1780.99, "word": " the", "probability": 0.325439453125}, {"start": 1780.99, "end": 1781.31, "word": " chain,", "probability": 0.837890625}, {"start": 1782.23, "end": 1782.51, "word": " that", "probability": 0.1715087890625}, {"start": 1782.51, "end": 1782.71, "word": " we", "probability": 0.80419921875}, {"start": 1782.71, "end": 1783.01, "word": " put", "probability": 0.357421875}, {"start": 1783.01, "end": 1783.21, "word": " this", "probability": 0.55078125}, {"start": 1783.21, "end": 1783.61, "word": " guideline.", "probability": 0.8779296875}, {"start": 1784.95, "end": 1785.35, "word": " Why?", "probability": 0.798828125}, {"start": 1785.43, "end": 1785.53, "word": " I", "probability": 0.62841796875}, {"start": 1785.53, "end": 1785.65, "word": " want", "probability": 0.65185546875}, {"start": 1785.65, "end": 1785.71, "word": " to", "probability": 0.9306640625}, {"start": 1785.71, "end": 1785.97, "word": " put", "probability": 0.80517578125}, {"start": 1785.97, "end": 1786.35, "word": " a", "probability": 0.90869140625}, {"start": 1786.35, "end": 1786.47, "word": " line", "probability": 0.89111328125}, {"start": 1786.47, "end": 1786.63, "word": " in", "probability": 0.87109375}, {"start": 1786.63, "end": 1786.73, "word": " the", "probability": 0.8779296875}, {"start": 1786.73, "end": 1786.97, "word": " middle,", "probability": 0.92236328125}, {"start": 1787.31, "end": 1787.43, "word": " an", "probability": 0.1796875}, {"start": 1787.43, "end": 1787.49, "word": " illusion.", "probability": 0.90673828125}, {"start": 1788.11, "end": 1788.51, "word": " And", "probability": 0.443115234375}, {"start": 1788.51, "end": 1788.55, "word": " I", "probability": 0.6796875}, {"start": 1788.55, "end": 1788.69, "word": " say", "probability": 0.323486328125}, {"start": 1788.69, "end": 1788.81, "word": " to", "probability": 0.49951171875}, {"start": 1788.81, "end": 1788.87, "word": " this", "probability": 0.77685546875}, {"start": 1788.87, "end": 1789.07, "word": " button,", "probability": 0.83544921875}, {"start": 1789.33, "end": 1789.51, "word": " you", "probability": 0.301025390625}, {"start": 1789.51, "end": 1789.71, "word": " are", "probability": 0.541015625}, {"start": 1789.71, "end": 1789.75, "word": " coming", "probability": 0.65185546875}, {"start": 1789.75, "end": 1789.89, "word": " to", "probability": 0.4638671875}, {"start": 1789.89, "end": 1790.05, "word": " me,", "probability": 0.5185546875}, {"start": 1790.33, "end": 1790.35, "word": " what?", "probability": 0.611328125}, {"start": 1791.01, "end": 1791.41, "word": " To", "probability": 0.459716796875}, {"start": 1791.41, "end": 1791.57, "word": " the", "probability": 0.669921875}, {"start": 1791.57, "end": 1791.69, "word": " right,", "probability": 0.9033203125}, {"start": 1791.77, "end": 1791.81, "word": " and", "probability": 0.896484375}, {"start": 1791.81, "end": 1791.95, "word": " this", "probability": 0.50048828125}, {"start": 1791.95, "end": 1791.99, "word": " one", "probability": 0.55078125}, {"start": 1791.99, "end": 1792.07, "word": " is", "probability": 0.59423828125}, {"start": 1792.07, "end": 1792.17, "word": " coming", "probability": 0.82666015625}, {"start": 1792.17, "end": 1792.27, "word": " to", "probability": 0.912109375}, {"start": 1792.27, "end": 1792.39, "word": " the", "probability": 0.86767578125}, {"start": 1792.39, "end": 1792.47, "word": " left.", "probability": 0.95263671875}, {"start": 1793.01, "end": 1793.29, "word": " Okay?", "probability": 0.285888671875}, {"start": 1793.89, "end": 1794.25, "word": " So,", "probability": 0.454833984375}, {"start": 1794.31, "end": 1794.49, "word": " this", "probability": 0.352294921875}, {"start": 1794.49, "end": 1794.49, "word": " one", "probability": 0.6025390625}, {"start": 1794.49, "end": 1794.71, "word": " comes", "probability": 0.387451171875}, {"start": 1794.71, "end": 1794.99, "word": " here", "probability": 0.6669921875}, {"start": 1794.99, "end": 1795.11, "word": " to", "probability": 0.71826171875}, {"start": 1795.11, "end": 1795.21, "word": " the", "probability": 0.748046875}, {"start": 1795.21, "end": 1795.67, "word": " layouts,", "probability": 0.57763671875}, {"start": 1796.93, "end": 1797.39, "word": " and", "probability": 0.91552734375}, {"start": 1797.39, "end": 1798.47, "word": " this", "probability": 0.8154296875}, {"start": 1798.47, "end": 1799.43, "word": " guideline,", "probability": 0.45751953125}, {"start": 1799.55, "end": 1799.61, "word": " we", "probability": 0.32373046875}, {"start": 1799.61, "end": 1799.71, "word": " want", "probability": 0.6337890625}, {"start": 1799.71, "end": 1799.83, "word": " it", "probability": 0.88037109375}, {"start": 1799.83, "end": 1800.19, "word": " vertical", "probability": 0.841796875}, {"start": 1800.19, "end": 1800.39, "word": " or", "probability": 0.92822265625}, {"start": 1800.39, "end": 1800.75, "word": " horizontal?", "probability": 0.880859375}, {"start": 1801.27, "end": 1801.67, "word": " Vertical.", "probability": 0.886962890625}, {"start": 1801.67, "end": 1801.97, "word": " Vertical.", "probability": 0.70849609375}, {"start": 1802.23, "end": 1802.45, "word": " This", "probability": 0.1488037109375}, {"start": 1802.45, "end": 1802.51, "word": " one,", "probability": 0.80517578125}, {"start": 1802.57, "end": 1802.79, "word": " pull", "probability": 0.3974609375}, {"start": 1802.79, "end": 1802.97, "word": " it", "probability": 0.6220703125}, {"start": 1802.97, "end": 1803.05, "word": " like", "probability": 0.6318359375}, {"start": 1803.05, "end": 1803.19, "word": " this,", "probability": 0.7744140625}, {"start": 1803.23, "end": 1803.31, "word": " and", "probability": 0.92041015625}, {"start": 1803.31, "end": 1803.53, "word": " put", "probability": 0.806640625}, {"start": 1803.53, "end": 1803.61, "word": " it", "probability": 0.92431640625}, {"start": 1803.61, "end": 1803.81, "word": " here.", "probability": 0.82568359375}, {"start": 1804.35, "end": 1804.61, "word": " Okay?", "probability": 0.77587890625}], "temperature": 1.0}, {"id": 69, "seek": 183430, "start": 1805.76, "end": 1834.3, "text": " This is the line line This is the guideline, let's see some of its features This is the guideline, okay? What did Hewlett-Packard write? Now, the most important point is to determine the location of the guideline In order to determine its location, there are three values You use them because this is the dividing line, guys, based on which to arrange It can be a ratio, right or wrong I can say put a line at 50% of the screen", "tokens": [639, 307, 264, 1622, 1622, 639, 307, 264, 41653, 11, 718, 311, 536, 512, 295, 1080, 4122, 639, 307, 264, 41653, 11, 1392, 30, 708, 630, 634, 86, 32547, 12, 47, 501, 515, 2464, 30, 823, 11, 264, 881, 1021, 935, 307, 281, 6997, 264, 4914, 295, 264, 41653, 682, 1668, 281, 6997, 1080, 4914, 11, 456, 366, 1045, 4190, 509, 764, 552, 570, 341, 307, 264, 26764, 1622, 11, 1074, 11, 2361, 322, 597, 281, 9424, 467, 393, 312, 257, 8509, 11, 558, 420, 2085, 286, 393, 584, 829, 257, 1622, 412, 2625, 4, 295, 264, 2568], "avg_logprob": -0.5634469444101508, "compression_ratio": 1.7327935222672064, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1805.76, "end": 1806.0, "word": " This", "probability": 0.29248046875}, {"start": 1806.0, "end": 1806.04, "word": " is", "probability": 0.8271484375}, {"start": 1806.04, "end": 1806.38, "word": " the", "probability": 0.57470703125}, {"start": 1806.38, "end": 1806.66, "word": " line", "probability": 0.400390625}, {"start": 1806.66, "end": 1806.66, "word": " line", "probability": 0.1500244140625}, {"start": 1806.66, "end": 1808.48, "word": " This", "probability": 0.09124755859375}, {"start": 1808.48, "end": 1808.66, "word": " is", "probability": 0.77880859375}, {"start": 1808.66, "end": 1808.76, "word": " the", "probability": 0.7333984375}, {"start": 1808.76, "end": 1809.14, "word": " guideline,", "probability": 0.869140625}, {"start": 1809.46, "end": 1809.74, "word": " let's", "probability": 0.715576171875}, {"start": 1809.74, "end": 1810.06, "word": " see", "probability": 0.49267578125}, {"start": 1810.06, "end": 1810.38, "word": " some", "probability": 0.1771240234375}, {"start": 1810.38, "end": 1810.42, "word": " of", "probability": 0.69775390625}, {"start": 1810.42, "end": 1810.42, "word": " its", "probability": 0.58984375}, {"start": 1810.42, "end": 1810.8, "word": " features", "probability": 0.367431640625}, {"start": 1810.8, "end": 1811.66, "word": " This", "probability": 0.4169921875}, {"start": 1811.66, "end": 1811.72, "word": " is", "probability": 0.923828125}, {"start": 1811.72, "end": 1811.82, "word": " the", "probability": 0.89013671875}, {"start": 1811.82, "end": 1812.24, "word": " guideline,", "probability": 0.89306640625}, {"start": 1812.32, "end": 1812.86, "word": " okay?", "probability": 0.32470703125}, {"start": 1813.88, "end": 1814.18, "word": " What", "probability": 0.7880859375}, {"start": 1814.18, "end": 1814.4, "word": " did", "probability": 0.56982421875}, {"start": 1814.4, "end": 1814.74, "word": " Hewlett", "probability": 0.4164632161458333}, {"start": 1814.74, "end": 1814.96, "word": "-Packard", "probability": 0.67547607421875}, {"start": 1814.96, "end": 1815.06, "word": " write?", "probability": 0.794921875}, {"start": 1816.34, "end": 1816.82, "word": " Now,", "probability": 0.483154296875}, {"start": 1817.02, "end": 1817.34, "word": " the", "probability": 0.79541015625}, {"start": 1817.34, "end": 1817.44, "word": " most", "probability": 0.7822265625}, {"start": 1817.44, "end": 1817.56, "word": " important", "probability": 0.86083984375}, {"start": 1817.56, "end": 1817.8, "word": " point", "probability": 0.744140625}, {"start": 1817.8, "end": 1817.98, "word": " is", "probability": 0.8017578125}, {"start": 1817.98, "end": 1818.02, "word": " to", "probability": 0.75}, {"start": 1818.02, "end": 1818.24, "word": " determine", "probability": 0.348388671875}, {"start": 1818.24, "end": 1818.36, "word": " the", "probability": 0.77099609375}, {"start": 1818.36, "end": 1818.6, "word": " location", "probability": 0.578125}, {"start": 1818.6, "end": 1818.68, "word": " of", "probability": 0.9619140625}, {"start": 1818.68, "end": 1818.78, "word": " the", "probability": 0.8984375}, {"start": 1818.78, "end": 1819.16, "word": " guideline", "probability": 0.83251953125}, {"start": 1819.16, "end": 1820.46, "word": " In", "probability": 0.257568359375}, {"start": 1820.46, "end": 1820.52, "word": " order", "probability": 0.919921875}, {"start": 1820.52, "end": 1820.62, "word": " to", "probability": 0.92333984375}, {"start": 1820.62, "end": 1820.92, "word": " determine", "probability": 0.8359375}, {"start": 1820.92, "end": 1821.08, "word": " its", "probability": 0.732421875}, {"start": 1821.08, "end": 1821.38, "word": " location,", "probability": 0.845703125}, {"start": 1821.9, "end": 1822.02, "word": " there", "probability": 0.82763671875}, {"start": 1822.02, "end": 1822.24, "word": " are", "probability": 0.9326171875}, {"start": 1822.24, "end": 1822.94, "word": " three", "probability": 0.703125}, {"start": 1822.94, "end": 1823.3, "word": " values", "probability": 0.888671875}, {"start": 1823.3, "end": 1823.86, "word": " You", "probability": 0.35107421875}, {"start": 1823.86, "end": 1824.2, "word": " use", "probability": 0.61669921875}, {"start": 1824.2, "end": 1824.32, "word": " them", "probability": 0.36181640625}, {"start": 1824.32, "end": 1824.46, "word": " because", "probability": 0.5693359375}, {"start": 1824.46, "end": 1824.94, "word": " this", "probability": 0.54248046875}, {"start": 1824.94, "end": 1825.22, "word": " is", "probability": 0.87109375}, {"start": 1825.22, "end": 1825.3, "word": " the", "probability": 0.849609375}, {"start": 1825.3, "end": 1825.6, "word": " dividing", "probability": 0.04510498046875}, {"start": 1825.6, "end": 1825.6, "word": " line,", "probability": 0.92578125}, {"start": 1825.82, "end": 1826.0, "word": " guys,", "probability": 0.51513671875}, {"start": 1826.16, "end": 1826.3, "word": " based", "probability": 0.324951171875}, {"start": 1826.3, "end": 1826.54, "word": " on", "probability": 0.94970703125}, {"start": 1826.54, "end": 1826.7, "word": " which", "probability": 0.88623046875}, {"start": 1826.7, "end": 1826.78, "word": " to", "probability": 0.1612548828125}, {"start": 1826.78, "end": 1827.02, "word": " arrange", "probability": 0.4560546875}, {"start": 1827.02, "end": 1827.88, "word": " It", "probability": 0.467529296875}, {"start": 1827.88, "end": 1828.16, "word": " can", "probability": 0.60009765625}, {"start": 1828.16, "end": 1828.34, "word": " be", "probability": 0.94482421875}, {"start": 1828.34, "end": 1828.78, "word": " a", "probability": 0.48828125}, {"start": 1828.78, "end": 1828.78, "word": " ratio,", "probability": 0.4501953125}, {"start": 1829.28, "end": 1829.44, "word": " right", "probability": 0.54443359375}, {"start": 1829.44, "end": 1829.58, "word": " or", "probability": 0.91796875}, {"start": 1829.58, "end": 1829.78, "word": " wrong", "probability": 0.70849609375}, {"start": 1829.78, "end": 1830.34, "word": " I", "probability": 0.365478515625}, {"start": 1830.34, "end": 1830.56, "word": " can", "probability": 0.63427734375}, {"start": 1830.56, "end": 1830.82, "word": " say", "probability": 0.87939453125}, {"start": 1830.82, "end": 1831.16, "word": " put", "probability": 0.3388671875}, {"start": 1831.16, "end": 1831.4, "word": " a", "probability": 0.650390625}, {"start": 1831.4, "end": 1831.78, "word": " line", "probability": 0.9375}, {"start": 1831.78, "end": 1833.08, "word": " at", "probability": 0.430908203125}, {"start": 1833.08, "end": 1833.46, "word": " 50", "probability": 0.74755859375}, {"start": 1833.46, "end": 1833.72, "word": "%", "probability": 0.87451171875}, {"start": 1833.72, "end": 1833.92, "word": " of", "probability": 0.90673828125}, {"start": 1833.92, "end": 1834.02, "word": " the", "probability": 0.9248046875}, {"start": 1834.02, "end": 1834.3, "word": " screen", "probability": 0.88134765625}], "temperature": 1.0}, {"id": 70, "seek": 185179, "start": 1835.49, "end": 1851.79, "text": " Right? And it could be a number. Put it at a distance of 200 dB from the start. Right or not guys? And it could be a number at a distance of 150 dB from the start.", "tokens": [1779, 30, 400, 309, 727, 312, 257, 1230, 13, 4935, 309, 412, 257, 4560, 295, 2331, 43116, 490, 264, 722, 13, 1779, 420, 406, 1074, 30, 400, 309, 727, 312, 257, 1230, 412, 257, 4560, 295, 8451, 43116, 490, 264, 722, 13], "avg_logprob": -0.5283430454342865, "compression_ratio": 1.64, "no_speech_prob": 5.6862831115722656e-05, "words": [{"start": 1835.49, "end": 1835.85, "word": " Right?", "probability": 0.0286102294921875}, {"start": 1836.29, "end": 1836.67, "word": " And", "probability": 0.54052734375}, {"start": 1836.67, "end": 1836.81, "word": " it", "probability": 0.71728515625}, {"start": 1836.81, "end": 1836.95, "word": " could", "probability": 0.41357421875}, {"start": 1836.95, "end": 1837.41, "word": " be", "probability": 0.8603515625}, {"start": 1837.41, "end": 1837.59, "word": " a", "probability": 0.77099609375}, {"start": 1837.59, "end": 1837.89, "word": " number.", "probability": 0.85400390625}, {"start": 1838.37, "end": 1839.05, "word": " Put", "probability": 0.40625}, {"start": 1839.05, "end": 1839.27, "word": " it", "probability": 0.5126953125}, {"start": 1839.27, "end": 1839.53, "word": " at", "probability": 0.28173828125}, {"start": 1839.53, "end": 1839.65, "word": " a", "probability": 0.6298828125}, {"start": 1839.65, "end": 1839.87, "word": " distance", "probability": 0.765625}, {"start": 1839.87, "end": 1839.93, "word": " of", "probability": 0.85693359375}, {"start": 1839.93, "end": 1840.27, "word": " 200", "probability": 0.8154296875}, {"start": 1840.27, "end": 1840.65, "word": " dB", "probability": 0.5888671875}, {"start": 1840.65, "end": 1842.21, "word": " from", "probability": 0.81787109375}, {"start": 1842.21, "end": 1843.71, "word": " the", "probability": 0.7783203125}, {"start": 1843.71, "end": 1844.11, "word": " start.", "probability": 0.77685546875}, {"start": 1845.91, "end": 1846.59, "word": " Right", "probability": 0.62841796875}, {"start": 1846.59, "end": 1846.73, "word": " or", "probability": 0.64599609375}, {"start": 1846.73, "end": 1846.89, "word": " not", "probability": 0.5908203125}, {"start": 1846.89, "end": 1847.07, "word": " guys?", "probability": 0.29248046875}, {"start": 1847.75, "end": 1847.97, "word": " And", "probability": 0.78369140625}, {"start": 1847.97, "end": 1848.05, "word": " it", "probability": 0.42919921875}, {"start": 1848.05, "end": 1848.19, "word": " could", "probability": 0.81591796875}, {"start": 1848.19, "end": 1848.61, "word": " be", "probability": 0.8173828125}, {"start": 1848.61, "end": 1848.71, "word": " a", "probability": 0.8525390625}, {"start": 1848.71, "end": 1849.05, "word": " number", "probability": 0.9345703125}, {"start": 1849.05, "end": 1849.51, "word": " at", "probability": 0.197509765625}, {"start": 1849.51, "end": 1849.51, "word": " a", "probability": 0.93994140625}, {"start": 1849.51, "end": 1849.81, "word": " distance", "probability": 0.921875}, {"start": 1849.81, "end": 1850.23, "word": " of", "probability": 0.853515625}, {"start": 1850.23, "end": 1850.63, "word": " 150", "probability": 0.60498046875}, {"start": 1850.63, "end": 1851.15, "word": " dB", "probability": 0.95751953125}, {"start": 1851.15, "end": 1851.37, "word": " from", "probability": 0.84033203125}, {"start": 1851.37, "end": 1851.79, "word": " the", "probability": 0.7861328125}, {"start": 1851.79, "end": 1851.79, "word": " start.", "probability": 0.37109375}], "temperature": 1.0}, {"id": 71, "seek": 187493, "start": 1852.47, "end": 1874.93, "text": " from the end to determine the place of this guideline either you give it a percentage or you give it a number a number from the beginning or from the end and this is what I brought to you here when I taught you about the guideline I put the guideline in a specific place put it here it is clear that it is in the middle it is not in the middle actually why it is not in the middle if you turn around where is the next guideline?", "tokens": [490, 264, 917, 281, 6997, 264, 1081, 295, 341, 41653, 2139, 291, 976, 309, 257, 9668, 420, 291, 976, 309, 257, 1230, 257, 1230, 490, 264, 2863, 420, 490, 264, 917, 293, 341, 307, 437, 286, 3038, 281, 291, 510, 562, 286, 5928, 291, 466, 264, 41653, 286, 829, 264, 41653, 294, 257, 2685, 1081, 829, 309, 510, 309, 307, 1850, 300, 309, 307, 294, 264, 2808, 309, 307, 406, 294, 264, 2808, 767, 983, 309, 307, 406, 294, 264, 2808, 498, 291, 1261, 926, 689, 307, 264, 958, 41653, 30], "avg_logprob": -0.4690896735891052, "compression_ratio": 2.0526315789473686, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 1852.47, "end": 1852.73, "word": " from", "probability": 0.1942138671875}, {"start": 1852.73, "end": 1852.85, "word": " the", "probability": 0.6279296875}, {"start": 1852.85, "end": 1853.13, "word": " end", "probability": 0.8125}, {"start": 1853.13, "end": 1854.13, "word": " to", "probability": 0.1793212890625}, {"start": 1854.13, "end": 1854.67, "word": " determine", "probability": 0.3896484375}, {"start": 1854.67, "end": 1854.85, "word": " the", "probability": 0.56982421875}, {"start": 1854.85, "end": 1855.05, "word": " place", "probability": 0.30126953125}, {"start": 1855.05, "end": 1855.21, "word": " of", "probability": 0.8916015625}, {"start": 1855.21, "end": 1855.33, "word": " this", "probability": 0.5283203125}, {"start": 1855.33, "end": 1855.73, "word": " guideline", "probability": 0.916015625}, {"start": 1855.73, "end": 1856.13, "word": " either", "probability": 0.3955078125}, {"start": 1856.13, "end": 1856.23, "word": " you", "probability": 0.638671875}, {"start": 1856.23, "end": 1856.37, "word": " give", "probability": 0.75146484375}, {"start": 1856.37, "end": 1856.51, "word": " it", "probability": 0.70849609375}, {"start": 1856.51, "end": 1856.55, "word": " a", "probability": 0.8154296875}, {"start": 1856.55, "end": 1856.75, "word": " percentage", "probability": 0.61474609375}, {"start": 1856.75, "end": 1857.49, "word": " or", "probability": 0.78515625}, {"start": 1857.49, "end": 1857.49, "word": " you", "probability": 0.413818359375}, {"start": 1857.49, "end": 1857.77, "word": " give", "probability": 0.85205078125}, {"start": 1857.77, "end": 1857.89, "word": " it", "probability": 0.91015625}, {"start": 1857.89, "end": 1857.89, "word": " a", "probability": 0.95458984375}, {"start": 1857.89, "end": 1858.15, "word": " number", "probability": 0.9091796875}, {"start": 1858.15, "end": 1858.37, "word": " a", "probability": 0.2451171875}, {"start": 1858.37, "end": 1858.55, "word": " number", "probability": 0.92626953125}, {"start": 1858.55, "end": 1858.75, "word": " from", "probability": 0.75390625}, {"start": 1858.75, "end": 1858.89, "word": " the", "probability": 0.8583984375}, {"start": 1858.89, "end": 1859.19, "word": " beginning", "probability": 0.80224609375}, {"start": 1859.19, "end": 1859.57, "word": " or", "probability": 0.92578125}, {"start": 1859.57, "end": 1860.57, "word": " from", "probability": 0.6015625}, {"start": 1860.57, "end": 1860.67, "word": " the", "probability": 0.919921875}, {"start": 1860.67, "end": 1860.91, "word": " end", "probability": 0.9287109375}, {"start": 1860.91, "end": 1861.59, "word": " and", "probability": 0.556640625}, {"start": 1861.59, "end": 1861.79, "word": " this", "probability": 0.65673828125}, {"start": 1861.79, "end": 1861.89, "word": " is", "probability": 0.8681640625}, {"start": 1861.89, "end": 1862.07, "word": " what", "probability": 0.8662109375}, {"start": 1862.07, "end": 1862.13, "word": " I", "probability": 0.55859375}, {"start": 1862.13, "end": 1862.31, "word": " brought", "probability": 0.564453125}, {"start": 1862.31, "end": 1862.39, "word": " to", "probability": 0.2318115234375}, {"start": 1862.39, "end": 1862.53, "word": " you", "probability": 0.919921875}, {"start": 1862.53, "end": 1862.93, "word": " here", "probability": 0.76416015625}, {"start": 1862.93, "end": 1863.89, "word": " when", "probability": 0.6416015625}, {"start": 1863.89, "end": 1864.47, "word": " I", "probability": 0.8271484375}, {"start": 1864.47, "end": 1864.73, "word": " taught", "probability": 0.599609375}, {"start": 1864.73, "end": 1864.89, "word": " you", "probability": 0.41796875}, {"start": 1864.89, "end": 1864.91, "word": " about", "probability": 0.43798828125}, {"start": 1864.91, "end": 1864.99, "word": " the", "probability": 0.7236328125}, {"start": 1864.99, "end": 1865.39, "word": " guideline", "probability": 0.89208984375}, {"start": 1865.39, "end": 1865.65, "word": " I", "probability": 0.6484375}, {"start": 1865.65, "end": 1865.93, "word": " put", "probability": 0.658203125}, {"start": 1865.93, "end": 1866.13, "word": " the", "probability": 0.7470703125}, {"start": 1866.13, "end": 1866.45, "word": " guideline", "probability": 0.89404296875}, {"start": 1866.45, "end": 1866.59, "word": " in", "probability": 0.82666015625}, {"start": 1866.59, "end": 1866.73, "word": " a", "probability": 0.9541015625}, {"start": 1866.73, "end": 1867.15, "word": " specific", "probability": 0.42724609375}, {"start": 1867.15, "end": 1867.29, "word": " place", "probability": 0.8349609375}, {"start": 1867.29, "end": 1867.49, "word": " put", "probability": 0.201904296875}, {"start": 1867.49, "end": 1868.03, "word": " it", "probability": 0.90380859375}, {"start": 1868.03, "end": 1868.25, "word": " here", "probability": 0.8173828125}, {"start": 1868.25, "end": 1868.75, "word": " it", "probability": 0.5126953125}, {"start": 1868.75, "end": 1868.77, "word": " is", "probability": 0.420166015625}, {"start": 1868.77, "end": 1868.99, "word": " clear", "probability": 0.12744140625}, {"start": 1868.99, "end": 1869.13, "word": " that", "probability": 0.814453125}, {"start": 1869.13, "end": 1869.21, "word": " it", "probability": 0.8916015625}, {"start": 1869.21, "end": 1869.21, "word": " is", "probability": 0.91162109375}, {"start": 1869.21, "end": 1869.31, "word": " in", "probability": 0.884765625}, {"start": 1869.31, "end": 1869.41, "word": " the", "probability": 0.91796875}, {"start": 1869.41, "end": 1869.57, "word": " middle", "probability": 0.89892578125}, {"start": 1869.57, "end": 1869.73, "word": " it", "probability": 0.51708984375}, {"start": 1869.73, "end": 1869.77, "word": " is", "probability": 0.8486328125}, {"start": 1869.77, "end": 1870.03, "word": " not", "probability": 0.748046875}, {"start": 1870.03, "end": 1870.15, "word": " in", "probability": 0.62060546875}, {"start": 1870.15, "end": 1870.25, "word": " the", "probability": 0.91845703125}, {"start": 1870.25, "end": 1870.35, "word": " middle", "probability": 0.94482421875}, {"start": 1870.35, "end": 1870.71, "word": " actually", "probability": 0.42236328125}, {"start": 1870.71, "end": 1871.43, "word": " why", "probability": 0.75439453125}, {"start": 1871.43, "end": 1871.53, "word": " it", "probability": 0.386962890625}, {"start": 1871.53, "end": 1871.57, "word": " is", "probability": 0.814453125}, {"start": 1871.57, "end": 1871.61, "word": " not", "probability": 0.947265625}, {"start": 1871.61, "end": 1871.73, "word": " in", "probability": 0.92822265625}, {"start": 1871.73, "end": 1871.85, "word": " the", "probability": 0.92138671875}, {"start": 1871.85, "end": 1871.97, "word": " middle", "probability": 0.95263671875}, {"start": 1871.97, "end": 1872.49, "word": " if", "probability": 0.63037109375}, {"start": 1872.49, "end": 1872.59, "word": " you", "probability": 0.253173828125}, {"start": 1872.59, "end": 1872.81, "word": " turn", "probability": 0.27294921875}, {"start": 1872.81, "end": 1873.93, "word": " around", "probability": 0.271240234375}, {"start": 1873.93, "end": 1874.35, "word": " where", "probability": 0.2301025390625}, {"start": 1874.35, "end": 1874.47, "word": " is", "probability": 0.69384765625}, {"start": 1874.47, "end": 1874.55, "word": " the", "probability": 0.89794921875}, {"start": 1874.55, "end": 1874.67, "word": " next", "probability": 0.434326171875}, {"start": 1874.67, "end": 1874.93, "word": " guideline?", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 72, "seek": 190383, "start": 1878.81, "end": 1903.83, "text": " This one is here, not in the middle. Ok? How did he put it in the middle? Because when he put the guideline, he said I put it at a distance of 191 dB from the beginning, from the start. Ok? So he put it at a constant distance. Because I don't want it to be at a constant distance. So this number belongs to him, I want to remove it. The second line is the distance based on the end.", "tokens": [639, 472, 307, 510, 11, 406, 294, 264, 2808, 13, 3477, 30, 1012, 630, 415, 829, 309, 294, 264, 2808, 30, 1436, 562, 415, 829, 264, 41653, 11, 415, 848, 286, 829, 309, 412, 257, 4560, 295, 1294, 16, 43116, 490, 264, 2863, 11, 490, 264, 722, 13, 3477, 30, 407, 415, 829, 309, 412, 257, 5754, 4560, 13, 1436, 286, 500, 380, 528, 309, 281, 312, 412, 257, 5754, 4560, 13, 407, 341, 1230, 12953, 281, 796, 11, 286, 528, 281, 4159, 309, 13, 440, 1150, 1622, 307, 264, 4560, 2361, 322, 264, 917, 13], "avg_logprob": -0.485180412371134, "compression_ratio": 1.7649769585253456, "no_speech_prob": 0.0, "words": [{"start": 1878.81, "end": 1879.07, "word": " This", "probability": 0.194580078125}, {"start": 1879.07, "end": 1879.17, "word": " one", "probability": 0.2322998046875}, {"start": 1879.17, "end": 1879.23, "word": " is", "probability": 0.44921875}, {"start": 1879.23, "end": 1879.43, "word": " here,", "probability": 0.38427734375}, {"start": 1879.83, "end": 1880.03, "word": " not", "probability": 0.83056640625}, {"start": 1880.03, "end": 1880.17, "word": " in", "probability": 0.736328125}, {"start": 1880.17, "end": 1880.23, "word": " the", "probability": 0.88134765625}, {"start": 1880.23, "end": 1880.43, "word": " middle.", "probability": 0.84326171875}, {"start": 1881.33, "end": 1881.57, "word": " Ok?", "probability": 0.200927734375}, {"start": 1881.97, "end": 1882.23, "word": " How", "probability": 0.61181640625}, {"start": 1882.23, "end": 1882.31, "word": " did", "probability": 0.27294921875}, {"start": 1882.31, "end": 1882.35, "word": " he", "probability": 0.57568359375}, {"start": 1882.35, "end": 1882.53, "word": " put", "probability": 0.419921875}, {"start": 1882.53, "end": 1882.63, "word": " it", "probability": 0.74072265625}, {"start": 1882.63, "end": 1882.71, "word": " in", "probability": 0.89599609375}, {"start": 1882.71, "end": 1882.81, "word": " the", "probability": 0.89794921875}, {"start": 1882.81, "end": 1883.01, "word": " middle?", "probability": 0.951171875}, {"start": 1883.23, "end": 1883.57, "word": " Because", "probability": 0.830078125}, {"start": 1883.57, "end": 1883.99, "word": " when", "probability": 0.232421875}, {"start": 1883.99, "end": 1884.49, "word": " he", "probability": 0.76416015625}, {"start": 1884.49, "end": 1884.77, "word": " put", "probability": 0.380126953125}, {"start": 1884.77, "end": 1885.07, "word": " the", "probability": 0.58837890625}, {"start": 1885.07, "end": 1885.55, "word": " guideline,", "probability": 0.865234375}, {"start": 1886.29, "end": 1886.39, "word": " he", "probability": 0.326904296875}, {"start": 1886.39, "end": 1886.55, "word": " said", "probability": 0.44384765625}, {"start": 1886.55, "end": 1886.73, "word": " I", "probability": 0.364990234375}, {"start": 1886.73, "end": 1886.99, "word": " put", "probability": 0.748046875}, {"start": 1886.99, "end": 1887.29, "word": " it", "probability": 0.81689453125}, {"start": 1887.29, "end": 1887.45, "word": " at", "probability": 0.461669921875}, {"start": 1887.45, "end": 1887.53, "word": " a", "probability": 0.53076171875}, {"start": 1887.53, "end": 1887.73, "word": " distance", "probability": 0.7958984375}, {"start": 1887.73, "end": 1887.81, "word": " of", "probability": 0.8525390625}, {"start": 1887.81, "end": 1888.83, "word": " 191", "probability": 0.882080078125}, {"start": 1888.83, "end": 1889.13, "word": " dB", "probability": 0.447021484375}, {"start": 1889.13, "end": 1890.45, "word": " from", "probability": 0.771484375}, {"start": 1890.45, "end": 1891.05, "word": " the", "probability": 0.81787109375}, {"start": 1891.05, "end": 1891.39, "word": " beginning,", "probability": 0.5029296875}, {"start": 1891.73, "end": 1891.99, "word": " from", "probability": 0.78857421875}, {"start": 1891.99, "end": 1892.07, "word": " the", "probability": 0.87158203125}, {"start": 1892.07, "end": 1892.43, "word": " start.", "probability": 0.90966796875}, {"start": 1893.57, "end": 1894.01, "word": " Ok?", "probability": 0.6484375}, {"start": 1894.49, "end": 1894.93, "word": " So", "probability": 0.478759765625}, {"start": 1894.93, "end": 1895.07, "word": " he", "probability": 0.7724609375}, {"start": 1895.07, "end": 1895.31, "word": " put", "probability": 0.72314453125}, {"start": 1895.31, "end": 1895.41, "word": " it", "probability": 0.90234375}, {"start": 1895.41, "end": 1895.51, "word": " at", "probability": 0.76904296875}, {"start": 1895.51, "end": 1895.57, "word": " a", "probability": 0.92919921875}, {"start": 1895.57, "end": 1896.11, "word": " constant", "probability": 0.433837890625}, {"start": 1896.11, "end": 1896.11, "word": " distance.", "probability": 0.873046875}, {"start": 1896.61, "end": 1896.83, "word": " Because", "probability": 0.84228515625}, {"start": 1896.83, "end": 1896.99, "word": " I", "probability": 0.83642578125}, {"start": 1896.99, "end": 1897.07, "word": " don't", "probability": 0.88720703125}, {"start": 1897.07, "end": 1897.21, "word": " want", "probability": 0.8505859375}, {"start": 1897.21, "end": 1897.35, "word": " it", "probability": 0.55224609375}, {"start": 1897.35, "end": 1897.35, "word": " to", "probability": 0.445556640625}, {"start": 1897.35, "end": 1897.47, "word": " be", "probability": 0.66015625}, {"start": 1897.47, "end": 1897.57, "word": " at", "probability": 0.70751953125}, {"start": 1897.57, "end": 1897.67, "word": " a", "probability": 0.9619140625}, {"start": 1897.67, "end": 1897.79, "word": " constant", "probability": 0.94189453125}, {"start": 1897.79, "end": 1897.79, "word": " distance.", "probability": 0.9326171875}, {"start": 1897.95, "end": 1898.05, "word": " So", "probability": 0.1575927734375}, {"start": 1898.05, "end": 1898.27, "word": " this", "probability": 0.568359375}, {"start": 1898.27, "end": 1898.49, "word": " number", "probability": 0.7109375}, {"start": 1898.49, "end": 1898.73, "word": " belongs", "probability": 0.1639404296875}, {"start": 1898.73, "end": 1898.73, "word": " to", "probability": 0.9716796875}, {"start": 1898.73, "end": 1898.97, "word": " him,", "probability": 0.76318359375}, {"start": 1899.39, "end": 1899.61, "word": " I", "probability": 0.51513671875}, {"start": 1899.61, "end": 1899.77, "word": " want", "probability": 0.60546875}, {"start": 1899.77, "end": 1899.81, "word": " to", "probability": 0.93017578125}, {"start": 1899.81, "end": 1899.95, "word": " remove", "probability": 0.67529296875}, {"start": 1899.95, "end": 1900.11, "word": " it.", "probability": 0.90966796875}, {"start": 1900.43, "end": 1900.87, "word": " The", "probability": 0.67138671875}, {"start": 1900.87, "end": 1901.49, "word": " second", "probability": 0.5009765625}, {"start": 1901.49, "end": 1901.49, "word": " line", "probability": 0.0924072265625}, {"start": 1901.49, "end": 1902.61, "word": " is", "probability": 0.401611328125}, {"start": 1902.61, "end": 1902.71, "word": " the", "probability": 0.81298828125}, {"start": 1902.71, "end": 1902.99, "word": " distance", "probability": 0.89013671875}, {"start": 1902.99, "end": 1903.29, "word": " based", "probability": 0.564453125}, {"start": 1903.29, "end": 1903.53, "word": " on", "probability": 0.94580078125}, {"start": 1903.53, "end": 1903.61, "word": " the", "probability": 0.5791015625}, {"start": 1903.61, "end": 1903.83, "word": " end.", "probability": 0.7509765625}], "temperature": 1.0}, {"id": 73, "seek": 192593, "start": 1904.87, "end": 1925.93, "text": " Also with this you take a constant number, but instead of the beginning, we put it at the end. Okay? Or the last one, which is percent. Percent. Yes, but you don't write fifty, you write half. Okay? This next line is the gate. And it's gone. Or maybe five.", "tokens": [2743, 365, 341, 291, 747, 257, 5754, 1230, 11, 457, 2602, 295, 264, 2863, 11, 321, 829, 309, 412, 264, 917, 13, 1033, 30, 1610, 264, 1036, 472, 11, 597, 307, 3043, 13, 3026, 2207, 13, 1079, 11, 457, 291, 500, 380, 2464, 13442, 11, 291, 2464, 1922, 13, 1033, 30, 639, 958, 1622, 307, 264, 8539, 13, 400, 309, 311, 2780, 13, 1610, 1310, 1732, 13], "avg_logprob": -0.5422794143943226, "compression_ratio": 1.4770114942528736, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1904.87, "end": 1905.25, "word": " Also", "probability": 0.2423095703125}, {"start": 1905.25, "end": 1905.35, "word": " with", "probability": 0.1007080078125}, {"start": 1905.35, "end": 1905.51, "word": " this", "probability": 0.673828125}, {"start": 1905.51, "end": 1905.59, "word": " you", "probability": 0.418212890625}, {"start": 1905.59, "end": 1905.83, "word": " take", "probability": 0.30859375}, {"start": 1905.83, "end": 1906.13, "word": " a", "probability": 0.76220703125}, {"start": 1906.13, "end": 1906.45, "word": " constant", "probability": 0.57177734375}, {"start": 1906.45, "end": 1906.47, "word": " number,", "probability": 0.84716796875}, {"start": 1906.79, "end": 1907.07, "word": " but", "probability": 0.60302734375}, {"start": 1907.07, "end": 1907.51, "word": " instead", "probability": 0.40625}, {"start": 1907.51, "end": 1907.57, "word": " of", "probability": 0.9267578125}, {"start": 1907.57, "end": 1907.91, "word": " the", "probability": 0.285888671875}, {"start": 1907.91, "end": 1908.23, "word": " beginning,", "probability": 0.70068359375}, {"start": 1908.41, "end": 1908.43, "word": " we", "probability": 0.369140625}, {"start": 1908.43, "end": 1908.61, "word": " put", "probability": 0.69775390625}, {"start": 1908.61, "end": 1908.73, "word": " it", "probability": 0.7275390625}, {"start": 1908.73, "end": 1908.75, "word": " at", "probability": 0.76513671875}, {"start": 1908.75, "end": 1908.87, "word": " the", "probability": 0.92919921875}, {"start": 1908.87, "end": 1908.99, "word": " end.", "probability": 0.935546875}, {"start": 1909.71, "end": 1909.99, "word": " Okay?", "probability": 0.2481689453125}, {"start": 1910.43, "end": 1910.77, "word": " Or", "probability": 0.90283203125}, {"start": 1910.77, "end": 1911.35, "word": " the", "probability": 0.689453125}, {"start": 1911.35, "end": 1911.59, "word": " last", "probability": 0.68603515625}, {"start": 1911.59, "end": 1911.89, "word": " one,", "probability": 0.71923828125}, {"start": 1912.17, "end": 1912.25, "word": " which", "probability": 0.87451171875}, {"start": 1912.25, "end": 1912.37, "word": " is", "probability": 0.9404296875}, {"start": 1912.37, "end": 1912.89, "word": " percent.", "probability": 0.51220703125}, {"start": 1913.55, "end": 1913.73, "word": " Percent.", "probability": 0.7310791015625}, {"start": 1915.57, "end": 1915.77, "word": " Yes,", "probability": 0.39453125}, {"start": 1915.89, "end": 1916.03, "word": " but", "probability": 0.89990234375}, {"start": 1916.03, "end": 1916.17, "word": " you", "probability": 0.6982421875}, {"start": 1916.17, "end": 1916.19, "word": " don't", "probability": 0.815185546875}, {"start": 1916.19, "end": 1916.27, "word": " write", "probability": 0.89892578125}, {"start": 1916.27, "end": 1916.61, "word": " fifty,", "probability": 0.78515625}, {"start": 1916.67, "end": 1916.77, "word": " you", "probability": 0.75390625}, {"start": 1916.77, "end": 1916.93, "word": " write", "probability": 0.9130859375}, {"start": 1916.93, "end": 1917.23, "word": " half.", "probability": 0.77294921875}, {"start": 1919.47, "end": 1919.95, "word": " Okay?", "probability": 0.62744140625}, {"start": 1920.55, "end": 1920.89, "word": " This", "probability": 0.68310546875}, {"start": 1920.89, "end": 1921.15, "word": " next", "probability": 0.1827392578125}, {"start": 1921.15, "end": 1921.39, "word": " line", "probability": 0.61962890625}, {"start": 1921.39, "end": 1921.55, "word": " is", "probability": 0.306640625}, {"start": 1921.55, "end": 1921.61, "word": " the", "probability": 0.61474609375}, {"start": 1921.61, "end": 1921.93, "word": " gate.", "probability": 0.94873046875}, {"start": 1923.73, "end": 1924.01, "word": " And", "probability": 0.492919921875}, {"start": 1924.01, "end": 1924.17, "word": " it's", "probability": 0.40985107421875}, {"start": 1924.17, "end": 1924.33, "word": " gone.", "probability": 0.91357421875}, {"start": 1925.19, "end": 1925.47, "word": " Or", "probability": 0.65673828125}, {"start": 1925.47, "end": 1925.67, "word": " maybe", "probability": 0.67041015625}, {"start": 1925.67, "end": 1925.93, "word": " five.", "probability": 0.32958984375}], "temperature": 1.0}, {"id": 74, "seek": 194638, "start": 1927.24, "end": 1946.38, "text": " Yes, here in the middle. Even the proof that it is in the middle is that when you come to the guideline, what is written here? This is a percentage and it is written 50%. Okay? Even if you flip the screen, you will find the guideline here in the middle. Okay? Now,", "tokens": [1079, 11, 510, 294, 264, 2808, 13, 2754, 264, 8177, 300, 309, 307, 294, 264, 2808, 307, 300, 562, 291, 808, 281, 264, 41653, 11, 437, 307, 3720, 510, 30, 639, 307, 257, 9668, 293, 309, 307, 3720, 2625, 6856, 1033, 30, 2754, 498, 291, 7929, 264, 2568, 11, 291, 486, 915, 264, 41653, 510, 294, 264, 2808, 13, 1033, 30, 823, 11], "avg_logprob": -0.49560545571148396, "compression_ratio": 1.6459627329192548, "no_speech_prob": 3.0994415283203125e-06, "words": [{"start": 1927.24, "end": 1927.54, "word": " Yes,", "probability": 0.1080322265625}, {"start": 1927.58, "end": 1927.72, "word": " here", "probability": 0.2147216796875}, {"start": 1927.72, "end": 1927.82, "word": " in", "probability": 0.69482421875}, {"start": 1927.82, "end": 1927.92, "word": " the", "probability": 0.8828125}, {"start": 1927.92, "end": 1928.08, "word": " middle.", "probability": 0.87060546875}, {"start": 1929.2, "end": 1929.54, "word": " Even", "probability": 0.38623046875}, {"start": 1929.54, "end": 1930.26, "word": " the", "probability": 0.587890625}, {"start": 1930.26, "end": 1930.42, "word": " proof", "probability": 0.69677734375}, {"start": 1930.42, "end": 1930.6, "word": " that", "probability": 0.50732421875}, {"start": 1930.6, "end": 1930.64, "word": " it", "probability": 0.5458984375}, {"start": 1930.64, "end": 1930.64, "word": " is", "probability": 0.74462890625}, {"start": 1930.64, "end": 1930.72, "word": " in", "probability": 0.865234375}, {"start": 1930.72, "end": 1930.86, "word": " the", "probability": 0.9111328125}, {"start": 1930.86, "end": 1930.98, "word": " middle", "probability": 0.94140625}, {"start": 1930.98, "end": 1931.24, "word": " is", "probability": 0.263671875}, {"start": 1931.24, "end": 1931.36, "word": " that", "probability": 0.405517578125}, {"start": 1931.36, "end": 1931.52, "word": " when", "probability": 0.8466796875}, {"start": 1931.52, "end": 1931.68, "word": " you", "probability": 0.794921875}, {"start": 1931.68, "end": 1931.82, "word": " come", "probability": 0.298583984375}, {"start": 1931.82, "end": 1931.92, "word": " to", "probability": 0.8759765625}, {"start": 1931.92, "end": 1932.0, "word": " the", "probability": 0.84228515625}, {"start": 1932.0, "end": 1932.42, "word": " guideline,", "probability": 0.59130859375}, {"start": 1932.52, "end": 1932.74, "word": " what", "probability": 0.48291015625}, {"start": 1932.74, "end": 1932.92, "word": " is", "probability": 0.353271484375}, {"start": 1932.92, "end": 1933.08, "word": " written", "probability": 0.88720703125}, {"start": 1933.08, "end": 1933.46, "word": " here?", "probability": 0.80859375}, {"start": 1933.8, "end": 1934.06, "word": " This", "probability": 0.51171875}, {"start": 1934.06, "end": 1934.12, "word": " is", "probability": 0.87353515625}, {"start": 1934.12, "end": 1934.44, "word": " a", "probability": 0.83056640625}, {"start": 1934.44, "end": 1934.44, "word": " percentage", "probability": 0.65576171875}, {"start": 1934.44, "end": 1934.64, "word": " and", "probability": 0.74267578125}, {"start": 1934.64, "end": 1934.68, "word": " it", "probability": 0.58984375}, {"start": 1934.68, "end": 1934.72, "word": " is", "probability": 0.77783203125}, {"start": 1934.72, "end": 1934.88, "word": " written", "probability": 0.87060546875}, {"start": 1934.88, "end": 1935.78, "word": " 50%.", "probability": 0.57861328125}, {"start": 1935.78, "end": 1936.56, "word": " Okay?", "probability": 0.254638671875}, {"start": 1937.04, "end": 1937.38, "word": " Even", "probability": 0.40625}, {"start": 1937.38, "end": 1937.68, "word": " if", "probability": 0.9375}, {"start": 1937.68, "end": 1937.78, "word": " you", "probability": 0.94775390625}, {"start": 1937.78, "end": 1937.96, "word": " flip", "probability": 0.13623046875}, {"start": 1937.96, "end": 1938.16, "word": " the", "probability": 0.81884765625}, {"start": 1938.16, "end": 1938.5, "word": " screen,", "probability": 0.84228515625}, {"start": 1939.08, "end": 1939.24, "word": " you", "probability": 0.94970703125}, {"start": 1939.24, "end": 1939.3, "word": " will", "probability": 0.8232421875}, {"start": 1939.3, "end": 1939.46, "word": " find", "probability": 0.77880859375}, {"start": 1939.46, "end": 1939.58, "word": " the", "probability": 0.6669921875}, {"start": 1939.58, "end": 1939.9, "word": " guideline", "probability": 0.81640625}, {"start": 1939.9, "end": 1940.1, "word": " here", "probability": 0.50146484375}, {"start": 1940.1, "end": 1940.22, "word": " in", "probability": 0.9150390625}, {"start": 1940.22, "end": 1940.36, "word": " the", "probability": 0.9208984375}, {"start": 1940.36, "end": 1940.48, "word": " middle.", "probability": 0.94677734375}, {"start": 1945.14, "end": 1945.48, "word": " Okay?", "probability": 0.59765625}, {"start": 1946.04, "end": 1946.38, "word": " Now,", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 75, "seek": 197280, "start": 1947.74, "end": 1972.8, "text": " What does the first button mean? I want to put the two buttons next to the guideline. Imagine that the guideline is an element, it is organized. So, let's go to the first button. Okay? Put it like this. Do you see it? Connect the first thing on the top.", "tokens": [708, 775, 264, 700, 2960, 914, 30, 286, 528, 281, 829, 264, 732, 9905, 958, 281, 264, 41653, 13, 11739, 300, 264, 41653, 307, 364, 4478, 11, 309, 307, 9983, 13, 407, 11, 718, 311, 352, 281, 264, 700, 2960, 13, 1033, 30, 4935, 309, 411, 341, 13, 1144, 291, 536, 309, 30, 11653, 264, 700, 551, 322, 264, 1192, 13], "avg_logprob": -0.6204637250592632, "compression_ratio": 1.5393939393939393, "no_speech_prob": 0.0, "words": [{"start": 1947.74, "end": 1947.98, "word": " What", "probability": 0.1876220703125}, {"start": 1947.98, "end": 1947.98, "word": " does", "probability": 0.393798828125}, {"start": 1947.98, "end": 1948.36, "word": " the", "probability": 0.55615234375}, {"start": 1948.36, "end": 1948.5, "word": " first", "probability": 0.8359375}, {"start": 1948.5, "end": 1948.5, "word": " button", "probability": 0.83544921875}, {"start": 1948.5, "end": 1948.78, "word": " mean?", "probability": 0.71875}, {"start": 1949.42, "end": 1949.86, "word": " I", "probability": 0.24169921875}, {"start": 1949.86, "end": 1949.94, "word": " want", "probability": 0.428466796875}, {"start": 1949.94, "end": 1950.5, "word": " to", "probability": 0.93017578125}, {"start": 1950.5, "end": 1950.72, "word": " put", "probability": 0.5595703125}, {"start": 1950.72, "end": 1950.88, "word": " the", "probability": 0.215087890625}, {"start": 1950.88, "end": 1951.3, "word": " two", "probability": 0.66796875}, {"start": 1951.3, "end": 1951.32, "word": " buttons", "probability": 0.82080078125}, {"start": 1951.32, "end": 1952.06, "word": " next", "probability": 0.61279296875}, {"start": 1952.06, "end": 1952.34, "word": " to", "probability": 0.9677734375}, {"start": 1952.34, "end": 1953.2, "word": " the", "probability": 0.5458984375}, {"start": 1953.2, "end": 1953.62, "word": " guideline.", "probability": 0.63818359375}, {"start": 1954.36, "end": 1954.8, "word": " Imagine", "probability": 0.43994140625}, {"start": 1954.8, "end": 1954.96, "word": " that", "probability": 0.658203125}, {"start": 1954.96, "end": 1954.98, "word": " the", "probability": 0.5634765625}, {"start": 1954.98, "end": 1955.26, "word": " guideline", "probability": 0.87841796875}, {"start": 1955.26, "end": 1955.64, "word": " is", "probability": 0.8408203125}, {"start": 1955.64, "end": 1955.78, "word": " an", "probability": 0.3828125}, {"start": 1955.78, "end": 1955.96, "word": " element,", "probability": 0.76171875}, {"start": 1956.04, "end": 1956.18, "word": " it", "probability": 0.41943359375}, {"start": 1956.18, "end": 1956.18, "word": " is", "probability": 0.21240234375}, {"start": 1956.18, "end": 1956.38, "word": " organized.", "probability": 0.1392822265625}, {"start": 1957.36, "end": 1957.8, "word": " So,", "probability": 0.54296875}, {"start": 1958.18, "end": 1958.34, "word": " let's", "probability": 0.729248046875}, {"start": 1958.34, "end": 1958.52, "word": " go", "probability": 0.279541015625}, {"start": 1958.52, "end": 1958.6, "word": " to", "probability": 0.548828125}, {"start": 1958.6, "end": 1958.9, "word": " the", "probability": 0.90478515625}, {"start": 1958.9, "end": 1959.24, "word": " first", "probability": 0.87939453125}, {"start": 1959.24, "end": 1959.26, "word": " button.", "probability": 0.83642578125}, {"start": 1968.72, "end": 1969.16, "word": " Okay?", "probability": 0.26953125}, {"start": 1969.32, "end": 1969.58, "word": " Put", "probability": 0.44482421875}, {"start": 1969.58, "end": 1969.68, "word": " it", "probability": 0.86328125}, {"start": 1969.68, "end": 1969.82, "word": " like", "probability": 0.5390625}, {"start": 1969.82, "end": 1970.02, "word": " this.", "probability": 0.6435546875}, {"start": 1970.22, "end": 1970.36, "word": " Do", "probability": 0.2880859375}, {"start": 1970.36, "end": 1970.36, "word": " you", "probability": 0.970703125}, {"start": 1970.36, "end": 1970.48, "word": " see", "probability": 0.818359375}, {"start": 1970.48, "end": 1970.76, "word": " it?", "probability": 0.5009765625}, {"start": 1971.44, "end": 1971.78, "word": " Connect", "probability": 0.55126953125}, {"start": 1971.78, "end": 1971.96, "word": " the", "probability": 0.8486328125}, {"start": 1971.96, "end": 1972.06, "word": " first", "probability": 0.798828125}, {"start": 1972.06, "end": 1972.28, "word": " thing", "probability": 0.5478515625}, {"start": 1972.28, "end": 1972.4, "word": " on", "probability": 0.1629638671875}, {"start": 1972.4, "end": 1972.5, "word": " the", "probability": 0.440673828125}, {"start": 1972.5, "end": 1972.8, "word": " top.", "probability": 0.57080078125}], "temperature": 1.0}, {"id": 76, "seek": 200260, "start": 1974.7, "end": 2002.6, "text": " and connect them from both sides like this or leave it like this, it works or you can connect them from both sides and say hold the bias, do you see this bias? it means that as long as I connect them from both sides, it will come from the middle pull it like this and put it to the other side, it will come next to the button the bias means that it is aligned, it is aligned to whom? like this or like that? and the same thing, pull the other side as well", "tokens": [293, 1745, 552, 490, 1293, 4881, 411, 341, 420, 1856, 309, 411, 341, 11, 309, 1985, 420, 291, 393, 1745, 552, 490, 1293, 4881, 293, 584, 1797, 264, 12577, 11, 360, 291, 536, 341, 12577, 30, 309, 1355, 300, 382, 938, 382, 286, 1745, 552, 490, 1293, 4881, 11, 309, 486, 808, 490, 264, 2808, 2235, 309, 411, 341, 293, 829, 309, 281, 264, 661, 1252, 11, 309, 486, 808, 958, 281, 264, 2960, 264, 12577, 1355, 300, 309, 307, 17962, 11, 309, 307, 17962, 281, 7101, 30, 411, 341, 420, 411, 300, 30, 293, 264, 912, 551, 11, 2235, 264, 661, 1252, 382, 731], "avg_logprob": -0.6149764190304954, "compression_ratio": 2.2463054187192117, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1974.7, "end": 1975.06, "word": " and", "probability": 0.146728515625}, {"start": 1975.06, "end": 1975.26, "word": " connect", "probability": 0.306884765625}, {"start": 1975.26, "end": 1975.4, "word": " them", "probability": 0.467529296875}, {"start": 1975.4, "end": 1975.44, "word": " from", "probability": 0.446533203125}, {"start": 1975.44, "end": 1975.9, "word": " both", "probability": 0.744140625}, {"start": 1975.9, "end": 1975.9, "word": " sides", "probability": 0.8271484375}, {"start": 1975.9, "end": 1976.02, "word": " like", "probability": 0.219970703125}, {"start": 1976.02, "end": 1976.44, "word": " this", "probability": 0.84375}, {"start": 1976.44, "end": 1977.12, "word": " or", "probability": 0.4326171875}, {"start": 1977.12, "end": 1978.44, "word": " leave", "probability": 0.364013671875}, {"start": 1978.44, "end": 1978.56, "word": " it", "probability": 0.82177734375}, {"start": 1978.56, "end": 1978.66, "word": " like", "probability": 0.7587890625}, {"start": 1978.66, "end": 1978.74, "word": " this,", "probability": 0.75048828125}, {"start": 1978.8, "end": 1978.9, "word": " it", "probability": 0.432373046875}, {"start": 1978.9, "end": 1979.02, "word": " works", "probability": 0.390869140625}, {"start": 1979.02, "end": 1980.1, "word": " or", "probability": 0.18115234375}, {"start": 1980.1, "end": 1980.54, "word": " you", "probability": 0.86181640625}, {"start": 1980.54, "end": 1980.66, "word": " can", "probability": 0.734375}, {"start": 1980.66, "end": 1981.24, "word": " connect", "probability": 0.83154296875}, {"start": 1981.24, "end": 1981.36, "word": " them", "probability": 0.5654296875}, {"start": 1981.36, "end": 1981.58, "word": " from", "probability": 0.578125}, {"start": 1981.58, "end": 1982.06, "word": " both", "probability": 0.8603515625}, {"start": 1982.06, "end": 1982.08, "word": " sides", "probability": 0.87353515625}, {"start": 1982.08, "end": 1982.72, "word": " and", "probability": 0.7607421875}, {"start": 1982.72, "end": 1983.0, "word": " say", "probability": 0.493896484375}, {"start": 1983.0, "end": 1983.4, "word": " hold", "probability": 0.1328125}, {"start": 1983.4, "end": 1983.62, "word": " the", "probability": 0.5849609375}, {"start": 1983.62, "end": 1983.8, "word": " bias,", "probability": 0.301513671875}, {"start": 1983.88, "end": 1984.0, "word": " do", "probability": 0.258056640625}, {"start": 1984.0, "end": 1984.0, "word": " you", "probability": 0.97119140625}, {"start": 1984.0, "end": 1984.08, "word": " see", "probability": 0.92138671875}, {"start": 1984.08, "end": 1984.22, "word": " this", "probability": 0.666015625}, {"start": 1984.22, "end": 1984.48, "word": " bias?", "probability": 0.92236328125}, {"start": 1985.36, "end": 1985.56, "word": " it", "probability": 0.12890625}, {"start": 1985.56, "end": 1985.58, "word": " means", "probability": 0.7294921875}, {"start": 1985.58, "end": 1985.82, "word": " that", "probability": 0.4033203125}, {"start": 1985.82, "end": 1986.02, "word": " as", "probability": 0.28466796875}, {"start": 1986.02, "end": 1986.18, "word": " long", "probability": 0.84716796875}, {"start": 1986.18, "end": 1986.18, "word": " as", "probability": 0.9599609375}, {"start": 1986.18, "end": 1986.36, "word": " I", "probability": 0.6484375}, {"start": 1986.36, "end": 1986.5, "word": " connect", "probability": 0.84375}, {"start": 1986.5, "end": 1986.62, "word": " them", "probability": 0.564453125}, {"start": 1986.62, "end": 1986.62, "word": " from", "probability": 0.83056640625}, {"start": 1986.62, "end": 1987.02, "word": " both", "probability": 0.87890625}, {"start": 1987.02, "end": 1987.02, "word": " sides,", "probability": 0.8662109375}, {"start": 1987.18, "end": 1987.2, "word": " it", "probability": 0.43798828125}, {"start": 1987.2, "end": 1987.22, "word": " will", "probability": 0.7314453125}, {"start": 1987.22, "end": 1987.38, "word": " come", "probability": 0.556640625}, {"start": 1987.38, "end": 1987.48, "word": " from", "probability": 0.2919921875}, {"start": 1987.48, "end": 1987.92, "word": " the", "probability": 0.483642578125}, {"start": 1987.92, "end": 1988.7, "word": " middle", "probability": 0.8125}, {"start": 1988.7, "end": 1989.96, "word": " pull", "probability": 0.2008056640625}, {"start": 1989.96, "end": 1990.22, "word": " it", "probability": 0.6357421875}, {"start": 1990.22, "end": 1990.3, "word": " like", "probability": 0.58740234375}, {"start": 1990.3, "end": 1990.62, "word": " this", "probability": 0.91796875}, {"start": 1990.62, "end": 1990.74, "word": " and", "probability": 0.83642578125}, {"start": 1990.74, "end": 1990.98, "word": " put", "probability": 0.5048828125}, {"start": 1990.98, "end": 1991.06, "word": " it", "probability": 0.92578125}, {"start": 1991.06, "end": 1991.16, "word": " to", "probability": 0.391845703125}, {"start": 1991.16, "end": 1991.24, "word": " the", "probability": 0.88037109375}, {"start": 1991.24, "end": 1991.5, "word": " other", "probability": 0.7099609375}, {"start": 1991.5, "end": 1991.58, "word": " side,", "probability": 0.380615234375}, {"start": 1991.58, "end": 1992.42, "word": " it", "probability": 0.451416015625}, {"start": 1992.42, "end": 1992.44, "word": " will", "probability": 0.3994140625}, {"start": 1992.44, "end": 1992.62, "word": " come", "probability": 0.78369140625}, {"start": 1992.62, "end": 1992.82, "word": " next", "probability": 0.50439453125}, {"start": 1992.82, "end": 1992.94, "word": " to", "probability": 0.96728515625}, {"start": 1992.94, "end": 1994.2, "word": " the", "probability": 0.86083984375}, {"start": 1994.2, "end": 1994.42, "word": " button", "probability": 0.343505859375}, {"start": 1994.42, "end": 1995.74, "word": " the", "probability": 0.447021484375}, {"start": 1995.74, "end": 1996.04, "word": " bias", "probability": 0.94970703125}, {"start": 1996.04, "end": 1996.42, "word": " means", "probability": 0.1435546875}, {"start": 1996.42, "end": 1996.44, "word": " that", "probability": 0.189208984375}, {"start": 1996.44, "end": 1996.58, "word": " it", "probability": 0.7998046875}, {"start": 1996.58, "end": 1996.58, "word": " is", "probability": 0.59228515625}, {"start": 1996.58, "end": 1996.92, "word": " aligned,", "probability": 0.191162109375}, {"start": 1997.0, "end": 1997.16, "word": " it", "probability": 0.232177734375}, {"start": 1997.16, "end": 1997.16, "word": " is", "probability": 0.81298828125}, {"start": 1997.16, "end": 1997.38, "word": " aligned", "probability": 0.91845703125}, {"start": 1997.38, "end": 1997.5, "word": " to", "probability": 0.732421875}, {"start": 1997.5, "end": 1997.74, "word": " whom?", "probability": 0.68408203125}, {"start": 1997.9, "end": 1998.04, "word": " like", "probability": 0.470947265625}, {"start": 1998.04, "end": 1998.14, "word": " this", "probability": 0.9189453125}, {"start": 1998.14, "end": 1998.26, "word": " or", "probability": 0.9169921875}, {"start": 1998.26, "end": 1998.4, "word": " like", "probability": 0.6689453125}, {"start": 1998.4, "end": 1998.64, "word": " that?", "probability": 0.78271484375}, {"start": 1999.72, "end": 2000.08, "word": " and", "probability": 0.53466796875}, {"start": 2000.08, "end": 2000.3, "word": " the", "probability": 0.64599609375}, {"start": 2000.3, "end": 2000.3, "word": " same", "probability": 0.89013671875}, {"start": 2000.3, "end": 2000.62, "word": " thing,", "probability": 0.87255859375}, {"start": 2000.7, "end": 2000.98, "word": " pull", "probability": 0.27978515625}, {"start": 2000.98, "end": 2000.98, "word": " the", "probability": 0.705078125}, {"start": 2000.98, "end": 2001.22, "word": " other", "probability": 0.59326171875}, {"start": 2001.22, "end": 2002.22, "word": " side", "probability": 0.77392578125}, {"start": 2002.22, "end": 2002.42, "word": " as", "probability": 0.255615234375}, {"start": 2002.42, "end": 2002.6, "word": " well", "probability": 0.9287109375}], "temperature": 1.0}, {"id": 77, "seek": 202905, "start": 2006.77, "end": 2029.05, "text": " This gate. We have to put the top with the bottom to move with each other and reach the same height. And then connect the same thing like this and like this. And tell him to come and walk like this. This is how the two became on both sides of this line. Margin. Margin. You remove the margin.", "tokens": [639, 8539, 13, 492, 362, 281, 829, 264, 1192, 365, 264, 2767, 281, 1286, 365, 1184, 661, 293, 2524, 264, 912, 6681, 13, 400, 550, 1745, 264, 912, 551, 411, 341, 293, 411, 341, 13, 400, 980, 796, 281, 808, 293, 1792, 411, 341, 13, 639, 307, 577, 264, 732, 3062, 322, 1293, 4881, 295, 341, 1622, 13, 2039, 1494, 13, 2039, 1494, 13, 509, 4159, 264, 10270, 13], "avg_logprob": -0.5857142635754177, "compression_ratio": 1.723529411764706, "no_speech_prob": 0.0, "words": [{"start": 2006.77, "end": 2007.03, "word": " This", "probability": 0.238037109375}, {"start": 2007.03, "end": 2007.19, "word": " gate.", "probability": 0.68994140625}, {"start": 2007.27, "end": 2007.39, "word": " We", "probability": 0.50146484375}, {"start": 2007.39, "end": 2007.41, "word": " have", "probability": 0.2008056640625}, {"start": 2007.41, "end": 2007.79, "word": " to", "probability": 0.96142578125}, {"start": 2007.79, "end": 2007.79, "word": " put", "probability": 0.1943359375}, {"start": 2007.79, "end": 2008.59, "word": " the", "probability": 0.525390625}, {"start": 2008.59, "end": 2008.75, "word": " top", "probability": 0.2958984375}, {"start": 2008.75, "end": 2008.89, "word": " with", "probability": 0.39013671875}, {"start": 2008.89, "end": 2009.03, "word": " the", "probability": 0.68701171875}, {"start": 2009.03, "end": 2009.19, "word": " bottom", "probability": 0.71337890625}, {"start": 2009.19, "end": 2009.91, "word": " to", "probability": 0.1729736328125}, {"start": 2009.91, "end": 2010.39, "word": " move", "probability": 0.705078125}, {"start": 2010.39, "end": 2010.61, "word": " with", "probability": 0.140869140625}, {"start": 2010.61, "end": 2010.85, "word": " each", "probability": 0.9228515625}, {"start": 2010.85, "end": 2010.85, "word": " other", "probability": 0.88037109375}, {"start": 2010.85, "end": 2011.27, "word": " and", "probability": 0.43603515625}, {"start": 2011.27, "end": 2011.45, "word": " reach", "probability": 0.2381591796875}, {"start": 2011.45, "end": 2011.95, "word": " the", "probability": 0.875}, {"start": 2011.95, "end": 2011.95, "word": " same", "probability": 0.85302734375}, {"start": 2011.95, "end": 2012.99, "word": " height.", "probability": 0.8359375}, {"start": 2013.43, "end": 2013.75, "word": " And", "probability": 0.33203125}, {"start": 2013.75, "end": 2013.95, "word": " then", "probability": 0.6728515625}, {"start": 2013.95, "end": 2014.29, "word": " connect", "probability": 0.193603515625}, {"start": 2014.29, "end": 2014.49, "word": " the", "probability": 0.447265625}, {"start": 2014.49, "end": 2014.63, "word": " same", "probability": 0.53515625}, {"start": 2014.63, "end": 2015.03, "word": " thing", "probability": 0.54052734375}, {"start": 2015.03, "end": 2015.13, "word": " like", "probability": 0.39794921875}, {"start": 2015.13, "end": 2015.31, "word": " this", "probability": 0.8740234375}, {"start": 2015.31, "end": 2015.41, "word": " and", "probability": 0.79833984375}, {"start": 2015.41, "end": 2015.55, "word": " like", "probability": 0.517578125}, {"start": 2015.55, "end": 2017.31, "word": " this.", "probability": 0.6826171875}, {"start": 2017.87, "end": 2018.27, "word": " And", "probability": 0.79541015625}, {"start": 2018.27, "end": 2018.41, "word": " tell", "probability": 0.4189453125}, {"start": 2018.41, "end": 2018.51, "word": " him", "probability": 0.587890625}, {"start": 2018.51, "end": 2018.79, "word": " to", "probability": 0.453125}, {"start": 2018.79, "end": 2018.79, "word": " come", "probability": 0.3408203125}, {"start": 2018.79, "end": 2019.31, "word": " and", "probability": 0.58544921875}, {"start": 2019.31, "end": 2019.81, "word": " walk", "probability": 0.6298828125}, {"start": 2019.81, "end": 2019.97, "word": " like", "probability": 0.325927734375}, {"start": 2019.97, "end": 2020.25, "word": " this.", "probability": 0.890625}, {"start": 2021.19, "end": 2021.59, "word": " This", "probability": 0.345947265625}, {"start": 2021.59, "end": 2021.67, "word": " is", "probability": 0.77880859375}, {"start": 2021.67, "end": 2021.79, "word": " how", "probability": 0.61083984375}, {"start": 2021.79, "end": 2021.97, "word": " the", "probability": 0.223388671875}, {"start": 2021.97, "end": 2022.21, "word": " two", "probability": 0.83544921875}, {"start": 2022.21, "end": 2022.25, "word": " became", "probability": 0.58251953125}, {"start": 2022.25, "end": 2022.41, "word": " on", "probability": 0.552734375}, {"start": 2022.41, "end": 2022.83, "word": " both", "probability": 0.61279296875}, {"start": 2022.83, "end": 2022.83, "word": " sides", "probability": 0.8984375}, {"start": 2022.83, "end": 2022.99, "word": " of", "probability": 0.9501953125}, {"start": 2022.99, "end": 2023.05, "word": " this", "probability": 0.74853515625}, {"start": 2023.05, "end": 2023.35, "word": " line.", "probability": 0.890625}, {"start": 2026.97, "end": 2027.37, "word": " Margin.", "probability": 0.7259521484375}, {"start": 2027.93, "end": 2028.33, "word": " Margin.", "probability": 0.7359619140625}, {"start": 2028.35, "end": 2028.49, "word": " You", "probability": 0.51513671875}, {"start": 2028.49, "end": 2028.63, "word": " remove", "probability": 0.568359375}, {"start": 2028.63, "end": 2028.81, "word": " the", "probability": 0.88623046875}, {"start": 2028.81, "end": 2029.05, "word": " margin.", "probability": 0.9638671875}], "temperature": 1.0}, {"id": 78, "seek": 205934, "start": 2032.88, "end": 2059.34, "text": " I don't know how the width of the landscape is enough, but put the two buttons down. I mean, raise them up a little bit. And raise this one too. See how they all rise together. And raise this one. Okay? These are also coming in the middle. It is the original, I mean,", "tokens": [286, 500, 380, 458, 577, 264, 11402, 295, 264, 9661, 307, 1547, 11, 457, 829, 264, 732, 9905, 760, 13, 286, 914, 11, 5300, 552, 493, 257, 707, 857, 13, 400, 5300, 341, 472, 886, 13, 3008, 577, 436, 439, 6272, 1214, 13, 400, 5300, 341, 472, 13, 1033, 30, 1981, 366, 611, 1348, 294, 264, 2808, 13, 467, 307, 264, 3380, 11, 286, 914, 11], "avg_logprob": -0.6417910198667156, "compression_ratio": 1.5491329479768785, "no_speech_prob": 0.0, "words": [{"start": 2032.88, "end": 2033.1, "word": " I", "probability": 0.62548828125}, {"start": 2033.1, "end": 2033.14, "word": " don't", "probability": 0.899169921875}, {"start": 2033.14, "end": 2033.3, "word": " know", "probability": 0.85595703125}, {"start": 2033.3, "end": 2033.52, "word": " how", "probability": 0.76513671875}, {"start": 2033.52, "end": 2033.7, "word": " the", "probability": 0.2440185546875}, {"start": 2033.7, "end": 2034.0, "word": " width", "probability": 0.38623046875}, {"start": 2034.0, "end": 2034.18, "word": " of", "probability": 0.51416015625}, {"start": 2034.18, "end": 2034.3, "word": " the", "probability": 0.4736328125}, {"start": 2034.3, "end": 2034.58, "word": " landscape", "probability": 0.2626953125}, {"start": 2034.58, "end": 2034.78, "word": " is", "probability": 0.438232421875}, {"start": 2034.78, "end": 2035.06, "word": " enough,", "probability": 0.62744140625}, {"start": 2035.66, "end": 2035.78, "word": " but", "probability": 0.77783203125}, {"start": 2035.78, "end": 2036.02, "word": " put", "probability": 0.10369873046875}, {"start": 2036.02, "end": 2036.16, "word": " the", "probability": 0.339111328125}, {"start": 2036.16, "end": 2036.38, "word": " two", "probability": 0.52783203125}, {"start": 2036.38, "end": 2036.38, "word": " buttons", "probability": 0.71240234375}, {"start": 2036.38, "end": 2036.72, "word": " down.", "probability": 0.341796875}, {"start": 2037.56, "end": 2037.56, "word": " I", "probability": 0.2037353515625}, {"start": 2037.56, "end": 2038.86, "word": " mean,", "probability": 0.71142578125}, {"start": 2038.86, "end": 2039.0, "word": " raise", "probability": 0.269775390625}, {"start": 2039.0, "end": 2039.18, "word": " them", "probability": 0.7275390625}, {"start": 2039.18, "end": 2039.38, "word": " up", "probability": 0.33203125}, {"start": 2039.38, "end": 2039.54, "word": " a", "probability": 0.7392578125}, {"start": 2039.54, "end": 2039.7, "word": " little", "probability": 0.6455078125}, {"start": 2039.7, "end": 2039.84, "word": " bit.", "probability": 0.39013671875}, {"start": 2041.02, "end": 2041.46, "word": " And", "probability": 0.56494140625}, {"start": 2041.46, "end": 2041.64, "word": " raise", "probability": 0.60400390625}, {"start": 2041.64, "end": 2041.92, "word": " this", "probability": 0.8486328125}, {"start": 2041.92, "end": 2041.96, "word": " one", "probability": 0.78076171875}, {"start": 2041.96, "end": 2042.28, "word": " too.", "probability": 0.399169921875}, {"start": 2043.42, "end": 2043.78, "word": " See", "probability": 0.54248046875}, {"start": 2043.78, "end": 2043.96, "word": " how", "probability": 0.84375}, {"start": 2043.96, "end": 2044.22, "word": " they", "probability": 0.415283203125}, {"start": 2044.22, "end": 2044.24, "word": " all", "probability": 0.759765625}, {"start": 2044.24, "end": 2044.44, "word": " rise", "probability": 0.50048828125}, {"start": 2044.44, "end": 2044.82, "word": " together.", "probability": 0.68505859375}, {"start": 2045.32, "end": 2045.66, "word": " And", "probability": 0.82861328125}, {"start": 2045.66, "end": 2045.78, "word": " raise", "probability": 0.74072265625}, {"start": 2045.78, "end": 2046.14, "word": " this", "probability": 0.919921875}, {"start": 2046.14, "end": 2046.8, "word": " one.", "probability": 0.85400390625}, {"start": 2052.24, "end": 2052.68, "word": " Okay?", "probability": 0.34912109375}, {"start": 2052.92, "end": 2053.18, "word": " These", "probability": 0.493408203125}, {"start": 2053.18, "end": 2053.4, "word": " are", "probability": 0.1744384765625}, {"start": 2053.4, "end": 2053.44, "word": " also", "probability": 0.7060546875}, {"start": 2053.44, "end": 2053.82, "word": " coming", "probability": 0.385986328125}, {"start": 2053.82, "end": 2054.0, "word": " in", "probability": 0.54248046875}, {"start": 2054.0, "end": 2054.12, "word": " the", "probability": 0.89453125}, {"start": 2054.12, "end": 2054.32, "word": " middle.", "probability": 0.912109375}, {"start": 2058.08, "end": 2058.52, "word": " It", "probability": 0.350830078125}, {"start": 2058.52, "end": 2058.54, "word": " is", "probability": 0.65478515625}, {"start": 2058.54, "end": 2058.62, "word": " the", "probability": 0.50634765625}, {"start": 2058.62, "end": 2058.84, "word": " original,", "probability": 0.50244140625}, {"start": 2058.96, "end": 2059.12, "word": " I", "probability": 0.256591796875}, {"start": 2059.12, "end": 2059.34, "word": " mean,", "probability": 0.87744140625}], "temperature": 1.0}, {"id": 79, "seek": 208427, "start": 2070.81, "end": 2084.27, "text": " It is clear guys, easy or hard? Ok, let's take a complete example to finish the constraint layout and design this screen.", "tokens": [467, 307, 1850, 1074, 11, 1858, 420, 1152, 30, 3477, 11, 718, 311, 747, 257, 3566, 1365, 281, 2413, 264, 25534, 13333, 293, 1715, 341, 2568, 13], "avg_logprob": -0.6863839541162763, "compression_ratio": 1.161904761904762, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2070.81, "end": 2071.67, "word": " It", "probability": 0.11041259765625}, {"start": 2071.67, "end": 2072.53, "word": " is", "probability": 0.51025390625}, {"start": 2072.53, "end": 2072.69, "word": " clear", "probability": 0.7060546875}, {"start": 2072.69, "end": 2073.11, "word": " guys,", "probability": 0.340576171875}, {"start": 2073.19, "end": 2073.41, "word": " easy", "probability": 0.323974609375}, {"start": 2073.41, "end": 2073.59, "word": " or", "probability": 0.89599609375}, {"start": 2073.59, "end": 2073.85, "word": " hard?", "probability": 0.423095703125}, {"start": 2074.21, "end": 2074.85, "word": " Ok,", "probability": 0.2313232421875}, {"start": 2074.89, "end": 2075.17, "word": " let's", "probability": 0.79345703125}, {"start": 2075.17, "end": 2075.73, "word": " take", "probability": 0.496337890625}, {"start": 2075.73, "end": 2075.85, "word": " a", "probability": 0.61962890625}, {"start": 2075.85, "end": 2076.71, "word": " complete", "probability": 0.341552734375}, {"start": 2076.71, "end": 2076.79, "word": " example", "probability": 0.9326171875}, {"start": 2076.79, "end": 2078.01, "word": " to", "probability": 0.457763671875}, {"start": 2078.01, "end": 2079.21, "word": " finish", "probability": 0.4365234375}, {"start": 2079.21, "end": 2079.35, "word": " the", "probability": 0.56103515625}, {"start": 2079.35, "end": 2079.99, "word": " constraint", "probability": 0.36767578125}, {"start": 2079.99, "end": 2080.61, "word": " layout", "probability": 0.958984375}, {"start": 2080.61, "end": 2082.33, "word": " and", "probability": 0.2342529296875}, {"start": 2082.33, "end": 2083.01, "word": " design", "probability": 0.83251953125}, {"start": 2083.01, "end": 2083.97, "word": " this", "probability": 0.626953125}, {"start": 2083.97, "end": 2084.27, "word": " screen.", "probability": 0.8583984375}], "temperature": 1.0}, {"id": 80, "seek": 211191, "start": 2092.23, "end": 2111.91, "text": " For example, I have a picture here, and here I have something called a button, a floating point, a floating button, and these are like the username and password, and here I have text that is shown in the scroll view, and here I have a button.", "tokens": [1171, 1365, 11, 286, 362, 257, 3036, 510, 11, 293, 510, 286, 362, 746, 1219, 257, 2960, 11, 257, 12607, 935, 11, 257, 12607, 2960, 11, 293, 613, 366, 411, 264, 30351, 293, 11524, 11, 293, 510, 286, 362, 2487, 300, 307, 4898, 294, 264, 11369, 1910, 11, 293, 510, 286, 362, 257, 2960, 13], "avg_logprob": -0.5318080261349678, "compression_ratio": 1.7482014388489209, "no_speech_prob": 0.0, "words": [{"start": 2092.23, "end": 2092.47, "word": " For", "probability": 0.1353759765625}, {"start": 2092.47, "end": 2092.59, "word": " example,", "probability": 0.68603515625}, {"start": 2092.63, "end": 2092.77, "word": " I", "probability": 0.5947265625}, {"start": 2092.77, "end": 2092.91, "word": " have", "probability": 0.86669921875}, {"start": 2092.91, "end": 2093.03, "word": " a", "probability": 0.55517578125}, {"start": 2093.03, "end": 2093.25, "word": " picture", "probability": 0.603515625}, {"start": 2093.25, "end": 2093.67, "word": " here,", "probability": 0.6875}, {"start": 2094.25, "end": 2094.65, "word": " and", "probability": 0.61279296875}, {"start": 2094.65, "end": 2094.85, "word": " here", "probability": 0.23828125}, {"start": 2094.85, "end": 2094.85, "word": " I", "probability": 0.42578125}, {"start": 2094.85, "end": 2095.45, "word": " have", "probability": 0.939453125}, {"start": 2095.45, "end": 2095.71, "word": " something", "probability": 0.290283203125}, {"start": 2095.71, "end": 2096.13, "word": " called", "probability": 0.4990234375}, {"start": 2096.13, "end": 2096.29, "word": " a", "probability": 0.280029296875}, {"start": 2096.29, "end": 2096.43, "word": " button,", "probability": 0.548828125}, {"start": 2096.49, "end": 2096.53, "word": " a", "probability": 0.27197265625}, {"start": 2096.53, "end": 2096.79, "word": " floating", "probability": 0.955078125}, {"start": 2096.79, "end": 2097.29, "word": " point,", "probability": 0.93310546875}, {"start": 2097.73, "end": 2097.83, "word": " a", "probability": 0.5556640625}, {"start": 2097.83, "end": 2098.13, "word": " floating", "probability": 0.943359375}, {"start": 2098.13, "end": 2099.03, "word": " button,", "probability": 0.88134765625}, {"start": 2100.55, "end": 2101.57, "word": " and", "probability": 0.6298828125}, {"start": 2101.57, "end": 2102.99, "word": " these", "probability": 0.68603515625}, {"start": 2102.99, "end": 2103.25, "word": " are", "probability": 0.7548828125}, {"start": 2103.25, "end": 2104.21, "word": " like", "probability": 0.380859375}, {"start": 2104.21, "end": 2104.47, "word": " the", "probability": 0.2430419921875}, {"start": 2104.47, "end": 2104.75, "word": " username", "probability": 0.58544921875}, {"start": 2104.75, "end": 2104.95, "word": " and", "probability": 0.9150390625}, {"start": 2104.95, "end": 2105.39, "word": " password,", "probability": 0.82080078125}, {"start": 2105.61, "end": 2106.99, "word": " and", "probability": 0.89111328125}, {"start": 2106.99, "end": 2107.21, "word": " here", "probability": 0.8173828125}, {"start": 2107.21, "end": 2107.31, "word": " I", "probability": 0.921875}, {"start": 2107.31, "end": 2107.57, "word": " have", "probability": 0.9404296875}, {"start": 2107.57, "end": 2108.07, "word": " text", "probability": 0.57275390625}, {"start": 2108.07, "end": 2108.69, "word": " that", "probability": 0.162353515625}, {"start": 2108.69, "end": 2108.69, "word": " is", "probability": 0.6728515625}, {"start": 2108.69, "end": 2108.89, "word": " shown", "probability": 0.2998046875}, {"start": 2108.89, "end": 2109.07, "word": " in", "probability": 0.486083984375}, {"start": 2109.07, "end": 2109.19, "word": " the", "probability": 0.54443359375}, {"start": 2109.19, "end": 2109.41, "word": " scroll", "probability": 0.79248046875}, {"start": 2109.41, "end": 2109.77, "word": " view,", "probability": 0.916015625}, {"start": 2109.85, "end": 2109.89, "word": " and", "probability": 0.9013671875}, {"start": 2109.89, "end": 2109.99, "word": " here", "probability": 0.796875}, {"start": 2109.99, "end": 2110.05, "word": " I", "probability": 0.91015625}, {"start": 2110.05, "end": 2110.43, "word": " have", "probability": 0.94482421875}, {"start": 2110.43, "end": 2111.67, "word": " a", "probability": 0.716796875}, {"start": 2111.67, "end": 2111.91, "word": " button.", "probability": 0.8388671875}], "temperature": 1.0}, {"id": 81, "seek": 213814, "start": 2112.68, "end": 2138.14, "text": "Okay? Of course, if you want to make it a linear layout, you have to remember that there are layouts inside each other. Horizontal, horizontal, inside vertical, inside horizontal. It's a long story. After that, we will see how to make it easier here. Leave the picture. Leave the picture. Remove everything below. No, I want to remove the picture too. Yes. Now, in this design, we want to put the picture on a certain percentage.", "tokens": [8297, 30, 2720, 1164, 11, 498, 291, 528, 281, 652, 309, 257, 8213, 13333, 11, 291, 362, 281, 1604, 300, 456, 366, 46100, 1854, 1184, 661, 13, 42141, 896, 304, 11, 12750, 11, 1854, 9429, 11, 1854, 12750, 13, 467, 311, 257, 938, 1657, 13, 2381, 300, 11, 321, 486, 536, 577, 281, 652, 309, 3571, 510, 13, 9825, 264, 3036, 13, 9825, 264, 3036, 13, 18831, 1203, 2507, 13, 883, 11, 286, 528, 281, 4159, 264, 3036, 886, 13, 1079, 13, 823, 11, 294, 341, 1715, 11, 321, 528, 281, 829, 264, 3036, 322, 257, 1629, 9668, 13], "avg_logprob": -0.500624994635582, "compression_ratio": 1.794979079497908, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2112.68, "end": 2113.12, "word": "Okay?", "probability": 0.08642578125}, {"start": 2114.06, "end": 2114.34, "word": " Of", "probability": 0.1585693359375}, {"start": 2114.34, "end": 2114.34, "word": " course,", "probability": 0.87939453125}, {"start": 2114.34, "end": 2114.58, "word": " if", "probability": 0.492919921875}, {"start": 2114.58, "end": 2114.66, "word": " you", "probability": 0.927734375}, {"start": 2114.66, "end": 2114.8, "word": " want", "probability": 0.7890625}, {"start": 2114.8, "end": 2114.88, "word": " to", "probability": 0.900390625}, {"start": 2114.88, "end": 2115.04, "word": " make", "probability": 0.481201171875}, {"start": 2115.04, "end": 2115.14, "word": " it", "probability": 0.367919921875}, {"start": 2115.14, "end": 2115.16, "word": " a", "probability": 0.492431640625}, {"start": 2115.16, "end": 2115.42, "word": " linear", "probability": 0.8369140625}, {"start": 2115.42, "end": 2115.9, "word": " layout,", "probability": 0.9609375}, {"start": 2116.14, "end": 2116.3, "word": " you", "probability": 0.415771484375}, {"start": 2116.3, "end": 2116.4, "word": " have", "probability": 0.1982421875}, {"start": 2116.4, "end": 2116.4, "word": " to", "probability": 0.9521484375}, {"start": 2116.4, "end": 2116.64, "word": " remember", "probability": 0.04827880859375}, {"start": 2116.64, "end": 2117.32, "word": " that", "probability": 0.37548828125}, {"start": 2117.32, "end": 2117.48, "word": " there", "probability": 0.22265625}, {"start": 2117.48, "end": 2117.48, "word": " are", "probability": 0.70654296875}, {"start": 2117.48, "end": 2117.94, "word": " layouts", "probability": 0.57177734375}, {"start": 2117.94, "end": 2118.14, "word": " inside", "probability": 0.68798828125}, {"start": 2118.14, "end": 2118.36, "word": " each", "probability": 0.669921875}, {"start": 2118.36, "end": 2118.52, "word": " other.", "probability": 0.8623046875}, {"start": 2118.96, "end": 2119.4, "word": " Horizontal,", "probability": 0.8512369791666666}, {"start": 2119.4, "end": 2119.78, "word": " horizontal,", "probability": 0.72998046875}, {"start": 2119.94, "end": 2120.08, "word": " inside", "probability": 0.59521484375}, {"start": 2120.08, "end": 2120.48, "word": " vertical,", "probability": 0.422119140625}, {"start": 2120.62, "end": 2120.76, "word": " inside", "probability": 0.75244140625}, {"start": 2120.76, "end": 2121.16, "word": " horizontal.", "probability": 0.87548828125}, {"start": 2121.42, "end": 2121.6, "word": " It's", "probability": 0.3697509765625}, {"start": 2121.6, "end": 2121.96, "word": " a", "probability": 0.7998046875}, {"start": 2121.96, "end": 2122.52, "word": " long", "probability": 0.76806640625}, {"start": 2122.52, "end": 2122.7, "word": " story.", "probability": 0.88623046875}, {"start": 2123.3, "end": 2123.72, "word": " After", "probability": 0.09356689453125}, {"start": 2123.72, "end": 2123.86, "word": " that,", "probability": 0.81494140625}, {"start": 2123.88, "end": 2123.96, "word": " we", "probability": 0.74951171875}, {"start": 2123.96, "end": 2123.96, "word": " will", "probability": 0.484130859375}, {"start": 2123.96, "end": 2124.08, "word": " see", "probability": 0.83447265625}, {"start": 2124.08, "end": 2124.3, "word": " how", "probability": 0.92041015625}, {"start": 2124.3, "end": 2124.38, "word": " to", "probability": 0.78271484375}, {"start": 2124.38, "end": 2124.56, "word": " make", "probability": 0.71044921875}, {"start": 2124.56, "end": 2125.18, "word": " it", "probability": 0.8857421875}, {"start": 2125.18, "end": 2125.84, "word": " easier", "probability": 0.515625}, {"start": 2125.84, "end": 2125.86, "word": " here.", "probability": 0.28466796875}, {"start": 2126.04, "end": 2126.04, "word": " Leave", "probability": 0.447509765625}, {"start": 2126.04, "end": 2126.22, "word": " the", "probability": 0.857421875}, {"start": 2126.22, "end": 2126.44, "word": " picture.", "probability": 0.431396484375}, {"start": 2126.76, "end": 2127.02, "word": " Leave", "probability": 0.5576171875}, {"start": 2127.02, "end": 2127.24, "word": " the", "probability": 0.85009765625}, {"start": 2127.24, "end": 2127.46, "word": " picture.", "probability": 0.837890625}, {"start": 2127.98, "end": 2128.42, "word": " Remove", "probability": 0.64794921875}, {"start": 2128.42, "end": 2128.76, "word": " everything", "probability": 0.7080078125}, {"start": 2128.76, "end": 2129.12, "word": " below.", "probability": 0.5927734375}, {"start": 2130.5, "end": 2130.92, "word": " No,", "probability": 0.892578125}, {"start": 2130.98, "end": 2131.04, "word": " I", "probability": 0.81591796875}, {"start": 2131.04, "end": 2131.12, "word": " want", "probability": 0.364013671875}, {"start": 2131.12, "end": 2131.2, "word": " to", "probability": 0.96142578125}, {"start": 2131.2, "end": 2131.34, "word": " remove", "probability": 0.8740234375}, {"start": 2131.34, "end": 2131.48, "word": " the", "probability": 0.90185546875}, {"start": 2131.48, "end": 2131.66, "word": " picture", "probability": 0.73876953125}, {"start": 2131.66, "end": 2131.94, "word": " too.", "probability": 0.50341796875}, {"start": 2132.42, "end": 2132.62, "word": " Yes.", "probability": 0.259521484375}, {"start": 2134.0, "end": 2134.44, "word": " Now,", "probability": 0.90869140625}, {"start": 2134.64, "end": 2134.88, "word": " in", "probability": 0.81201171875}, {"start": 2134.88, "end": 2134.96, "word": " this", "probability": 0.912109375}, {"start": 2134.96, "end": 2135.28, "word": " design,", "probability": 0.94873046875}, {"start": 2135.82, "end": 2136.68, "word": " we", "probability": 0.9287109375}, {"start": 2136.68, "end": 2136.82, "word": " want", "probability": 0.740234375}, {"start": 2136.82, "end": 2136.92, "word": " to", "probability": 0.96826171875}, {"start": 2136.92, "end": 2137.14, "word": " put", "probability": 0.58544921875}, {"start": 2137.14, "end": 2137.28, "word": " the", "probability": 0.8798828125}, {"start": 2137.28, "end": 2137.5, "word": " picture", "probability": 0.724609375}, {"start": 2137.5, "end": 2137.66, "word": " on", "probability": 0.7119140625}, {"start": 2137.66, "end": 2137.82, "word": " a", "probability": 0.92724609375}, {"start": 2137.82, "end": 2138.14, "word": " certain", "probability": 0.469482421875}, {"start": 2138.14, "end": 2138.14, "word": " percentage.", "probability": 0.3017578125}], "temperature": 1.0}, {"id": 82, "seek": 216819, "start": 2139.19, "end": 2168.19, "text": " We want to say that the picture takes 15% or 20% and the rest of the content is 80% So, we want to put a guideline So, come to layouts And grab the horizontal guideline and drag it here By default, it will put the guideline and write 136 What does it mean? away from the start 136 Come to attributes and remove this number", "tokens": [492, 528, 281, 584, 300, 264, 3036, 2516, 2119, 4, 420, 945, 4, 293, 264, 1472, 295, 264, 2701, 307, 4688, 4, 407, 11, 321, 528, 281, 829, 257, 41653, 407, 11, 808, 281, 46100, 400, 4444, 264, 12750, 41653, 293, 5286, 309, 510, 3146, 7576, 11, 309, 486, 829, 264, 41653, 293, 2464, 3705, 21, 708, 775, 309, 914, 30, 1314, 490, 264, 722, 3705, 21, 2492, 281, 17212, 293, 4159, 341, 1230], "avg_logprob": -0.505833322207133, "compression_ratio": 1.5454545454545454, "no_speech_prob": 0.0, "words": [{"start": 2139.19, "end": 2139.49, "word": " We", "probability": 0.06561279296875}, {"start": 2139.49, "end": 2139.67, "word": " want", "probability": 0.38818359375}, {"start": 2139.67, "end": 2139.73, "word": " to", "probability": 0.87060546875}, {"start": 2139.73, "end": 2139.91, "word": " say", "probability": 0.7353515625}, {"start": 2139.91, "end": 2140.07, "word": " that", "probability": 0.787109375}, {"start": 2140.07, "end": 2140.17, "word": " the", "probability": 0.45751953125}, {"start": 2140.17, "end": 2140.37, "word": " picture", "probability": 0.370849609375}, {"start": 2140.37, "end": 2140.85, "word": " takes", "probability": 0.428955078125}, {"start": 2140.85, "end": 2142.17, "word": " 15", "probability": 0.6708984375}, {"start": 2142.17, "end": 2142.71, "word": "%", "probability": 0.85498046875}, {"start": 2142.71, "end": 2142.89, "word": " or", "probability": 0.810546875}, {"start": 2142.89, "end": 2143.19, "word": " 20", "probability": 0.94970703125}, {"start": 2143.19, "end": 2143.71, "word": "%", "probability": 0.943359375}, {"start": 2143.71, "end": 2144.09, "word": " and", "probability": 0.52587890625}, {"start": 2144.09, "end": 2144.37, "word": " the", "probability": 0.546875}, {"start": 2144.37, "end": 2144.37, "word": " rest", "probability": 0.5146484375}, {"start": 2144.37, "end": 2144.53, "word": " of", "probability": 0.876953125}, {"start": 2144.53, "end": 2144.57, "word": " the", "probability": 0.73974609375}, {"start": 2144.57, "end": 2144.93, "word": " content", "probability": 0.78466796875}, {"start": 2144.93, "end": 2145.49, "word": " is", "probability": 0.370849609375}, {"start": 2145.49, "end": 2146.55, "word": " 80", "probability": 0.912109375}, {"start": 2146.55, "end": 2146.97, "word": "%", "probability": 0.73291015625}, {"start": 2146.97, "end": 2148.13, "word": " So,", "probability": 0.237060546875}, {"start": 2148.25, "end": 2148.27, "word": " we", "probability": 0.716796875}, {"start": 2148.27, "end": 2148.35, "word": " want", "probability": 0.279296875}, {"start": 2148.35, "end": 2148.45, "word": " to", "probability": 0.96533203125}, {"start": 2148.45, "end": 2148.61, "word": " put", "probability": 0.59716796875}, {"start": 2148.61, "end": 2148.71, "word": " a", "probability": 0.80810546875}, {"start": 2148.71, "end": 2149.13, "word": " guideline", "probability": 0.87060546875}, {"start": 2149.13, "end": 2150.23, "word": " So,", "probability": 0.4384765625}, {"start": 2150.51, "end": 2150.51, "word": " come", "probability": 0.354736328125}, {"start": 2150.51, "end": 2150.67, "word": " to", "probability": 0.794921875}, {"start": 2150.67, "end": 2151.15, "word": " layouts", "probability": 0.53857421875}, {"start": 2151.15, "end": 2155.61, "word": " And", "probability": 0.201416015625}, {"start": 2155.61, "end": 2156.23, "word": " grab", "probability": 0.254638671875}, {"start": 2156.23, "end": 2156.41, "word": " the", "probability": 0.744140625}, {"start": 2156.41, "end": 2157.07, "word": " horizontal", "probability": 0.68310546875}, {"start": 2157.07, "end": 2157.25, "word": " guideline", "probability": 0.748046875}, {"start": 2157.25, "end": 2158.17, "word": " and", "probability": 0.373046875}, {"start": 2158.17, "end": 2158.39, "word": " drag", "probability": 0.7197265625}, {"start": 2158.39, "end": 2158.55, "word": " it", "probability": 0.7294921875}, {"start": 2158.55, "end": 2158.89, "word": " here", "probability": 0.7412109375}, {"start": 2158.89, "end": 2159.85, "word": " By", "probability": 0.62109375}, {"start": 2159.85, "end": 2160.11, "word": " default,", "probability": 0.98583984375}, {"start": 2160.19, "end": 2160.33, "word": " it", "probability": 0.61083984375}, {"start": 2160.33, "end": 2160.35, "word": " will", "probability": 0.74365234375}, {"start": 2160.35, "end": 2160.59, "word": " put", "probability": 0.625}, {"start": 2160.59, "end": 2160.71, "word": " the", "probability": 0.619140625}, {"start": 2160.71, "end": 2161.07, "word": " guideline", "probability": 0.88818359375}, {"start": 2161.07, "end": 2161.21, "word": " and", "probability": 0.7548828125}, {"start": 2161.21, "end": 2161.45, "word": " write", "probability": 0.4482421875}, {"start": 2161.45, "end": 2162.65, "word": " 136", "probability": 0.879638671875}, {"start": 2162.65, "end": 2162.87, "word": " What", "probability": 0.243896484375}, {"start": 2162.87, "end": 2163.15, "word": " does", "probability": 0.81884765625}, {"start": 2163.15, "end": 2163.41, "word": " it", "probability": 0.439697265625}, {"start": 2163.41, "end": 2163.41, "word": " mean?", "probability": 0.94970703125}, {"start": 2163.57, "end": 2164.03, "word": " away", "probability": 0.1348876953125}, {"start": 2164.03, "end": 2164.29, "word": " from", "probability": 0.87451171875}, {"start": 2164.29, "end": 2164.43, "word": " the", "probability": 0.65625}, {"start": 2164.43, "end": 2164.67, "word": " start", "probability": 0.7958984375}, {"start": 2164.67, "end": 2165.51, "word": " 136", "probability": 0.796142578125}, {"start": 2165.51, "end": 2165.71, "word": " Come", "probability": 0.56982421875}, {"start": 2165.71, "end": 2165.91, "word": " to", "probability": 0.9150390625}, {"start": 2165.91, "end": 2166.63, "word": " attributes", "probability": 0.765625}, {"start": 2166.63, "end": 2167.45, "word": " and", "probability": 0.5859375}, {"start": 2167.45, "end": 2167.69, "word": " remove", "probability": 0.7314453125}, {"start": 2167.69, "end": 2167.93, "word": " this", "probability": 0.87548828125}, {"start": 2167.93, "end": 2168.19, "word": " number", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 83, "seek": 219601, "start": 2170.73, "end": 2196.01, "text": " And write down the percentage and tell it to be 20% Yes, 2 out of 10 Ok, this is what I wrote down for you, the percentage Did you get it? Now it's easy, take an image of you and put it in this place and choose the image And tell it scale, type, fit", "tokens": [400, 2464, 760, 264, 9668, 293, 980, 309, 281, 312, 945, 4, 1079, 11, 568, 484, 295, 1266, 3477, 11, 341, 307, 437, 286, 4114, 760, 337, 291, 11, 264, 9668, 2589, 291, 483, 309, 30, 823, 309, 311, 1858, 11, 747, 364, 3256, 295, 291, 293, 829, 309, 294, 341, 1081, 293, 2826, 264, 3256, 400, 980, 309, 4373, 11, 2010, 11, 3318], "avg_logprob": -0.6360576923076923, "compression_ratio": 1.4880952380952381, "no_speech_prob": 0.0, "words": [{"start": 2170.73, "end": 2170.97, "word": " And", "probability": 0.22509765625}, {"start": 2170.97, "end": 2171.21, "word": " write", "probability": 0.25927734375}, {"start": 2171.21, "end": 2171.53, "word": " down", "probability": 0.35205078125}, {"start": 2171.53, "end": 2171.97, "word": " the", "probability": 0.529296875}, {"start": 2171.97, "end": 2172.19, "word": " percentage", "probability": 0.5263671875}, {"start": 2172.19, "end": 2172.31, "word": " and", "probability": 0.2059326171875}, {"start": 2172.31, "end": 2172.43, "word": " tell", "probability": 0.2432861328125}, {"start": 2172.43, "end": 2172.49, "word": " it", "probability": 0.55615234375}, {"start": 2172.49, "end": 2172.51, "word": " to", "probability": 0.8544921875}, {"start": 2172.51, "end": 2172.63, "word": " be", "probability": 0.89453125}, {"start": 2172.63, "end": 2173.05, "word": " 20", "probability": 0.81884765625}, {"start": 2173.05, "end": 2173.39, "word": "%", "probability": 0.342529296875}, {"start": 2173.39, "end": 2177.17, "word": " Yes,", "probability": 0.416259765625}, {"start": 2177.23, "end": 2177.33, "word": " 2", "probability": 0.513671875}, {"start": 2177.33, "end": 2177.51, "word": " out", "probability": 0.49365234375}, {"start": 2177.51, "end": 2177.51, "word": " of", "probability": 0.96826171875}, {"start": 2177.51, "end": 2177.79, "word": " 10", "probability": 0.9677734375}, {"start": 2177.79, "end": 2180.51, "word": " Ok,", "probability": 0.2086181640625}, {"start": 2180.71, "end": 2180.89, "word": " this", "probability": 0.24169921875}, {"start": 2180.89, "end": 2180.91, "word": " is", "probability": 0.287353515625}, {"start": 2180.91, "end": 2181.15, "word": " what", "probability": 0.368896484375}, {"start": 2181.15, "end": 2181.89, "word": " I", "probability": 0.377685546875}, {"start": 2181.89, "end": 2181.89, "word": " wrote", "probability": 0.5107421875}, {"start": 2181.89, "end": 2182.05, "word": " down", "probability": 0.44921875}, {"start": 2182.05, "end": 2182.05, "word": " for", "probability": 0.4931640625}, {"start": 2182.05, "end": 2182.15, "word": " you,", "probability": 0.943359375}, {"start": 2182.31, "end": 2182.47, "word": " the", "probability": 0.521484375}, {"start": 2182.47, "end": 2182.73, "word": " percentage", "probability": 0.80029296875}, {"start": 2182.73, "end": 2183.99, "word": " Did", "probability": 0.1334228515625}, {"start": 2183.99, "end": 2185.31, "word": " you", "probability": 0.96875}, {"start": 2185.31, "end": 2185.39, "word": " get", "probability": 0.364501953125}, {"start": 2185.39, "end": 2185.51, "word": " it?", "probability": 0.88427734375}, {"start": 2186.11, "end": 2186.59, "word": " Now", "probability": 0.494384765625}, {"start": 2186.59, "end": 2186.97, "word": " it's", "probability": 0.5062255859375}, {"start": 2186.97, "end": 2187.23, "word": " easy,", "probability": 0.56396484375}, {"start": 2187.31, "end": 2187.55, "word": " take", "probability": 0.6416015625}, {"start": 2187.55, "end": 2187.67, "word": " an", "probability": 0.5419921875}, {"start": 2187.67, "end": 2187.81, "word": " image", "probability": 0.81396484375}, {"start": 2187.81, "end": 2187.99, "word": " of", "probability": 0.7333984375}, {"start": 2187.99, "end": 2188.17, "word": " you", "probability": 0.9716796875}, {"start": 2188.17, "end": 2188.99, "word": " and", "probability": 0.548828125}, {"start": 2188.99, "end": 2189.23, "word": " put", "probability": 0.436279296875}, {"start": 2189.23, "end": 2189.47, "word": " it", "probability": 0.93359375}, {"start": 2189.47, "end": 2190.51, "word": " in", "probability": 0.29736328125}, {"start": 2190.51, "end": 2190.63, "word": " this", "probability": 0.8056640625}, {"start": 2190.63, "end": 2191.25, "word": " place", "probability": 0.54736328125}, {"start": 2191.25, "end": 2191.51, "word": " and", "probability": 0.477294921875}, {"start": 2191.51, "end": 2191.83, "word": " choose", "probability": 0.568359375}, {"start": 2191.83, "end": 2192.05, "word": " the", "probability": 0.62353515625}, {"start": 2192.05, "end": 2192.33, "word": " image", "probability": 0.452392578125}, {"start": 2192.33, "end": 2194.51, "word": " And", "probability": 0.36328125}, {"start": 2194.51, "end": 2194.69, "word": " tell", "probability": 0.5146484375}, {"start": 2194.69, "end": 2194.81, "word": " it", "probability": 0.8779296875}, {"start": 2194.81, "end": 2195.07, "word": " scale,", "probability": 0.56201171875}, {"start": 2195.21, "end": 2195.53, "word": " type,", "probability": 0.94482421875}, {"start": 2195.69, "end": 2196.01, "word": " fit", "probability": 0.8818359375}], "temperature": 1.0}, {"id": 84, "seek": 222825, "start": 2200.33, "end": 2228.25, "text": " fit xy and it will adjust its size take this and connect it up and as my colleague said we need to remove the margins to be comfortable put it zero connect like this from here", "tokens": [3318, 2031, 88, 293, 309, 486, 4369, 1080, 2744, 747, 341, 293, 1745, 309, 493, 293, 382, 452, 13532, 848, 321, 643, 281, 4159, 264, 30317, 281, 312, 4619, 829, 309, 4018, 1745, 411, 341, 490, 510], "avg_logprob": -0.6973684116413719, "compression_ratio": 1.4545454545454546, "no_speech_prob": 0.0, "words": [{"start": 2200.33, "end": 2200.67, "word": " fit", "probability": 0.1964111328125}, {"start": 2200.67, "end": 2201.35, "word": " xy", "probability": 0.712158203125}, {"start": 2201.35, "end": 2202.93, "word": " and", "probability": 0.378173828125}, {"start": 2202.93, "end": 2203.23, "word": " it", "probability": 0.294677734375}, {"start": 2203.23, "end": 2203.79, "word": " will", "probability": 0.267822265625}, {"start": 2203.79, "end": 2206.83, "word": " adjust", "probability": 0.2283935546875}, {"start": 2206.83, "end": 2207.15, "word": " its", "probability": 0.37060546875}, {"start": 2207.15, "end": 2207.43, "word": " size", "probability": 0.76171875}, {"start": 2207.43, "end": 2208.85, "word": " take", "probability": 0.4453125}, {"start": 2208.85, "end": 2209.33, "word": " this", "probability": 0.767578125}, {"start": 2209.33, "end": 2209.63, "word": " and", "probability": 0.5361328125}, {"start": 2209.63, "end": 2209.89, "word": " connect", "probability": 0.36572265625}, {"start": 2209.89, "end": 2210.05, "word": " it", "probability": 0.83349609375}, {"start": 2210.05, "end": 2210.49, "word": " up", "probability": 0.35888671875}, {"start": 2210.49, "end": 2212.49, "word": " and", "probability": 0.57275390625}, {"start": 2212.49, "end": 2212.63, "word": " as", "probability": 0.5927734375}, {"start": 2212.63, "end": 2213.17, "word": " my", "probability": 0.398193359375}, {"start": 2213.17, "end": 2213.17, "word": " colleague", "probability": 0.5888671875}, {"start": 2213.17, "end": 2213.51, "word": " said", "probability": 0.52880859375}, {"start": 2213.51, "end": 2213.97, "word": " we", "probability": 0.43603515625}, {"start": 2213.97, "end": 2215.31, "word": " need", "probability": 0.3369140625}, {"start": 2215.31, "end": 2215.43, "word": " to", "probability": 0.94873046875}, {"start": 2215.43, "end": 2215.55, "word": " remove", "probability": 0.69482421875}, {"start": 2215.55, "end": 2215.69, "word": " the", "probability": 0.388671875}, {"start": 2215.69, "end": 2216.07, "word": " margins", "probability": 0.71142578125}, {"start": 2216.07, "end": 2216.31, "word": " to", "probability": 0.5595703125}, {"start": 2216.31, "end": 2216.49, "word": " be", "probability": 0.24072265625}, {"start": 2216.49, "end": 2216.79, "word": " comfortable", "probability": 0.471435546875}, {"start": 2216.79, "end": 2218.91, "word": " put", "probability": 0.25244140625}, {"start": 2218.91, "end": 2219.11, "word": " it", "probability": 0.78125}, {"start": 2219.11, "end": 2219.39, "word": " zero", "probability": 0.283203125}, {"start": 2219.39, "end": 2226.11, "word": " connect", "probability": 0.732421875}, {"start": 2226.11, "end": 2226.41, "word": " like", "probability": 0.48388671875}, {"start": 2226.41, "end": 2226.77, "word": " this", "probability": 0.73828125}, {"start": 2226.77, "end": 2227.95, "word": " from", "probability": 0.79443359375}, {"start": 2227.95, "end": 2228.25, "word": " here", "probability": 0.857421875}], "temperature": 1.0}, {"id": 85, "seek": 225911, "start": 2230.01, "end": 2259.11, "text": " So this is the second page. Ok. Put the width and the height also. Ok. Did you find the width and the height? Put them what? Zero dB. As long as I connected them from four sides. Ok. And I put the width and the height yellow, the whole area will expand. Ok. When I go to the guideline and change it, for example, put point three.", "tokens": [407, 341, 307, 264, 1150, 3028, 13, 3477, 13, 4935, 264, 11402, 293, 264, 6681, 611, 13, 3477, 13, 2589, 291, 915, 264, 11402, 293, 264, 6681, 30, 4935, 552, 437, 30, 17182, 43116, 13, 1018, 938, 382, 286, 4582, 552, 490, 1451, 4881, 13, 3477, 13, 400, 286, 829, 264, 11402, 293, 264, 6681, 5566, 11, 264, 1379, 1859, 486, 5268, 13, 3477, 13, 1133, 286, 352, 281, 264, 41653, 293, 1319, 309, 11, 337, 1365, 11, 829, 935, 1045, 13], "avg_logprob": -0.5455572533320232, "compression_ratio": 1.6751269035532994, "no_speech_prob": 1.6689300537109375e-06, "words": [{"start": 2230.01, "end": 2230.21, "word": " So", "probability": 0.07147216796875}, {"start": 2230.21, "end": 2230.39, "word": " this", "probability": 0.4931640625}, {"start": 2230.39, "end": 2230.39, "word": " is", "probability": 0.8818359375}, {"start": 2230.39, "end": 2230.43, "word": " the", "probability": 0.8193359375}, {"start": 2230.43, "end": 2230.93, "word": " second", "probability": 0.5302734375}, {"start": 2230.93, "end": 2230.93, "word": " page.", "probability": 0.393798828125}, {"start": 2233.19, "end": 2233.59, "word": " Ok.", "probability": 0.2236328125}, {"start": 2234.55, "end": 2235.07, "word": " Put", "probability": 0.322998046875}, {"start": 2235.07, "end": 2235.19, "word": " the", "probability": 0.65087890625}, {"start": 2235.19, "end": 2235.45, "word": " width", "probability": 0.82470703125}, {"start": 2235.45, "end": 2235.81, "word": " and", "probability": 0.89208984375}, {"start": 2235.81, "end": 2235.91, "word": " the", "probability": 0.353271484375}, {"start": 2235.91, "end": 2236.35, "word": " height", "probability": 0.65673828125}, {"start": 2236.35, "end": 2236.81, "word": " also.", "probability": 0.232421875}, {"start": 2237.93, "end": 2238.45, "word": " Ok.", "probability": 0.669921875}, {"start": 2238.91, "end": 2239.33, "word": " Did", "probability": 0.336181640625}, {"start": 2239.33, "end": 2239.51, "word": " you", "probability": 0.93896484375}, {"start": 2239.51, "end": 2239.51, "word": " find", "probability": 0.76318359375}, {"start": 2239.51, "end": 2239.61, "word": " the", "probability": 0.85546875}, {"start": 2239.61, "end": 2239.83, "word": " width", "probability": 0.865234375}, {"start": 2239.83, "end": 2240.03, "word": " and", "probability": 0.939453125}, {"start": 2240.03, "end": 2240.09, "word": " the", "probability": 0.63232421875}, {"start": 2240.09, "end": 2240.35, "word": " height?", "probability": 0.9609375}, {"start": 2240.51, "end": 2240.69, "word": " Put", "probability": 0.31982421875}, {"start": 2240.69, "end": 2240.85, "word": " them", "probability": 0.6806640625}, {"start": 2240.85, "end": 2241.15, "word": " what?", "probability": 0.708984375}, {"start": 2242.39, "end": 2242.91, "word": " Zero", "probability": 0.34423828125}, {"start": 2242.91, "end": 2244.59, "word": " dB.", "probability": 0.34765625}, {"start": 2244.71, "end": 2244.83, "word": " As", "probability": 0.412841796875}, {"start": 2244.83, "end": 2245.59, "word": " long", "probability": 0.86767578125}, {"start": 2245.59, "end": 2245.59, "word": " as", "probability": 0.96142578125}, {"start": 2245.59, "end": 2245.73, "word": " I", "probability": 0.83056640625}, {"start": 2245.73, "end": 2245.95, "word": " connected", "probability": 0.378662109375}, {"start": 2245.95, "end": 2246.07, "word": " them", "probability": 0.771484375}, {"start": 2246.07, "end": 2246.15, "word": " from", "probability": 0.56884765625}, {"start": 2246.15, "end": 2246.45, "word": " four", "probability": 0.54296875}, {"start": 2246.45, "end": 2246.71, "word": " sides.", "probability": 0.65478515625}, {"start": 2247.73, "end": 2248.23, "word": " Ok.", "probability": 0.82373046875}, {"start": 2248.77, "end": 2249.21, "word": " And", "probability": 0.446044921875}, {"start": 2249.21, "end": 2249.29, "word": " I", "probability": 0.404052734375}, {"start": 2249.29, "end": 2249.51, "word": " put", "probability": 0.755859375}, {"start": 2249.51, "end": 2249.73, "word": " the", "probability": 0.84033203125}, {"start": 2249.73, "end": 2249.91, "word": " width", "probability": 0.92724609375}, {"start": 2249.91, "end": 2250.09, "word": " and", "probability": 0.94677734375}, {"start": 2250.09, "end": 2250.13, "word": " the", "probability": 0.69482421875}, {"start": 2250.13, "end": 2250.25, "word": " height", "probability": 0.96630859375}, {"start": 2250.25, "end": 2250.57, "word": " yellow,", "probability": 0.138427734375}, {"start": 2250.85, "end": 2251.53, "word": " the", "probability": 0.405517578125}, {"start": 2251.53, "end": 2251.63, "word": " whole", "probability": 0.49609375}, {"start": 2251.63, "end": 2252.29, "word": " area", "probability": 0.372802734375}, {"start": 2252.29, "end": 2252.59, "word": " will", "probability": 0.78271484375}, {"start": 2252.59, "end": 2252.59, "word": " expand.", "probability": 0.489013671875}, {"start": 2253.89, "end": 2254.41, "word": " Ok.", "probability": 0.78125}, {"start": 2254.95, "end": 2255.47, "word": " When", "probability": 0.30126953125}, {"start": 2255.47, "end": 2255.77, "word": " I", "probability": 0.98388671875}, {"start": 2255.77, "end": 2255.97, "word": " go", "probability": 0.8720703125}, {"start": 2255.97, "end": 2256.09, "word": " to", "probability": 0.95166015625}, {"start": 2256.09, "end": 2256.17, "word": " the", "probability": 0.87060546875}, {"start": 2256.17, "end": 2256.65, "word": " guideline", "probability": 0.54638671875}, {"start": 2256.65, "end": 2257.11, "word": " and", "probability": 0.6875}, {"start": 2257.11, "end": 2257.47, "word": " change", "probability": 0.81494140625}, {"start": 2257.47, "end": 2257.81, "word": " it,", "probability": 0.9375}, {"start": 2257.87, "end": 2258.03, "word": " for", "probability": 0.82568359375}, {"start": 2258.03, "end": 2258.13, "word": " example,", "probability": 0.96142578125}, {"start": 2258.23, "end": 2258.43, "word": " put", "probability": 0.466552734375}, {"start": 2258.43, "end": 2258.71, "word": " point", "probability": 0.213623046875}, {"start": 2258.71, "end": 2259.11, "word": " three.", "probability": 0.60791015625}], "temperature": 1.0}, {"id": 86, "seek": 227591, "start": 2260.03, "end": 2275.91, "text": " Ok? It will change by itself. Ok? Let's continue with the picture. There is a button here. Can you see it? Ok? It is a button. It is a small button. You can rotate it. Ok? This button is present here. In the buttons, there is a floating action button.", "tokens": [3477, 30, 467, 486, 1319, 538, 2564, 13, 3477, 30, 961, 311, 2354, 365, 264, 3036, 13, 821, 307, 257, 2960, 510, 13, 1664, 291, 536, 309, 30, 3477, 30, 467, 307, 257, 2960, 13, 467, 307, 257, 1359, 2960, 13, 509, 393, 13121, 309, 13, 3477, 30, 639, 2960, 307, 1974, 510, 13, 682, 264, 9905, 11, 456, 307, 257, 12607, 3069, 2960, 13], "avg_logprob": -0.5771780014038086, "compression_ratio": 1.575, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2260.03, "end": 2260.33, "word": " Ok?", "probability": 0.0849609375}, {"start": 2260.47, "end": 2260.65, "word": " It", "probability": 0.141357421875}, {"start": 2260.65, "end": 2260.87, "word": " will", "probability": 0.505859375}, {"start": 2260.87, "end": 2261.09, "word": " change", "probability": 0.72216796875}, {"start": 2261.09, "end": 2261.23, "word": " by", "probability": 0.2783203125}, {"start": 2261.23, "end": 2261.23, "word": " itself.", "probability": 0.74072265625}, {"start": 2261.55, "end": 2261.91, "word": " Ok?", "probability": 0.6708984375}, {"start": 2263.95, "end": 2264.43, "word": " Let's", "probability": 0.52215576171875}, {"start": 2264.43, "end": 2264.73, "word": " continue", "probability": 0.6279296875}, {"start": 2264.73, "end": 2264.91, "word": " with", "probability": 0.430419921875}, {"start": 2264.91, "end": 2264.93, "word": " the", "probability": 0.7666015625}, {"start": 2264.93, "end": 2265.23, "word": " picture.", "probability": 0.470947265625}, {"start": 2265.51, "end": 2265.67, "word": " There", "probability": 0.1280517578125}, {"start": 2265.67, "end": 2265.95, "word": " is", "probability": 0.7451171875}, {"start": 2265.95, "end": 2266.19, "word": " a", "probability": 0.82177734375}, {"start": 2266.19, "end": 2266.41, "word": " button", "probability": 0.7490234375}, {"start": 2266.41, "end": 2266.67, "word": " here.", "probability": 0.71484375}, {"start": 2266.67, "end": 2266.85, "word": " Can", "probability": 0.295654296875}, {"start": 2266.85, "end": 2266.85, "word": " you", "probability": 0.97119140625}, {"start": 2266.85, "end": 2267.07, "word": " see", "probability": 0.923828125}, {"start": 2267.07, "end": 2267.31, "word": " it?", "probability": 0.87744140625}, {"start": 2268.11, "end": 2268.59, "word": " Ok?", "probability": 0.78515625}, {"start": 2268.73, "end": 2268.85, "word": " It", "probability": 0.243408203125}, {"start": 2268.85, "end": 2268.85, "word": " is", "probability": 0.487548828125}, {"start": 2268.85, "end": 2268.85, "word": " a", "probability": 0.81689453125}, {"start": 2268.85, "end": 2269.07, "word": " button.", "probability": 0.61181640625}, {"start": 2269.33, "end": 2269.51, "word": " It", "probability": 0.392333984375}, {"start": 2269.51, "end": 2269.57, "word": " is", "probability": 0.8740234375}, {"start": 2269.57, "end": 2269.65, "word": " a", "probability": 0.78857421875}, {"start": 2269.65, "end": 2270.03, "word": " small", "probability": 0.8330078125}, {"start": 2270.03, "end": 2270.05, "word": " button.", "probability": 0.418212890625}, {"start": 2270.19, "end": 2270.23, "word": " You", "probability": 0.2724609375}, {"start": 2270.23, "end": 2270.27, "word": " can", "probability": 0.370849609375}, {"start": 2270.27, "end": 2270.47, "word": " rotate", "probability": 0.59814453125}, {"start": 2270.47, "end": 2271.07, "word": " it.", "probability": 0.90966796875}, {"start": 2271.07, "end": 2271.37, "word": " Ok?", "probability": 0.77392578125}, {"start": 2271.69, "end": 2271.99, "word": " This", "probability": 0.32958984375}, {"start": 2271.99, "end": 2272.25, "word": " button", "probability": 0.380615234375}, {"start": 2272.25, "end": 2272.29, "word": " is", "probability": 0.34765625}, {"start": 2272.29, "end": 2272.67, "word": " present", "probability": 0.35693359375}, {"start": 2272.67, "end": 2273.05, "word": " here.", "probability": 0.70458984375}, {"start": 2273.51, "end": 2273.77, "word": " In", "probability": 0.50048828125}, {"start": 2273.77, "end": 2273.87, "word": " the", "probability": 0.44384765625}, {"start": 2273.87, "end": 2274.23, "word": " buttons,", "probability": 0.85595703125}, {"start": 2274.33, "end": 2274.43, "word": " there", "probability": 0.61279296875}, {"start": 2274.43, "end": 2274.45, "word": " is", "probability": 0.9072265625}, {"start": 2274.45, "end": 2274.73, "word": " a", "probability": 0.7587890625}, {"start": 2274.73, "end": 2275.11, "word": " floating", "probability": 0.8583984375}, {"start": 2275.11, "end": 2275.55, "word": " action", "probability": 0.94775390625}, {"start": 2275.55, "end": 2275.91, "word": " button.", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 87, "seek": 229621, "start": 2277.17, "end": 2296.21, "text": " Which is this circular button. You take it and drag it here. This needs a picture too. You want to get any picture that you designed correctly. Let's take this one for example. I will put it inside, can you see it? The picture should be made transparent to look correct.", "tokens": [3013, 307, 341, 16476, 2960, 13, 509, 747, 309, 293, 5286, 309, 510, 13, 639, 2203, 257, 3036, 886, 13, 509, 528, 281, 483, 604, 3036, 300, 291, 4761, 8944, 13, 961, 311, 747, 341, 472, 337, 1365, 13, 286, 486, 829, 309, 1854, 11, 393, 291, 536, 309, 30, 440, 3036, 820, 312, 1027, 12737, 281, 574, 3006, 13], "avg_logprob": -0.642930308326346, "compression_ratio": 1.4972375690607735, "no_speech_prob": 4.827976226806641e-06, "words": [{"start": 2277.17, "end": 2277.67, "word": " Which", "probability": 0.08349609375}, {"start": 2277.67, "end": 2277.83, "word": " is", "probability": 0.83154296875}, {"start": 2277.83, "end": 2278.09, "word": " this", "probability": 0.6064453125}, {"start": 2278.09, "end": 2278.71, "word": " circular", "probability": 0.1781005859375}, {"start": 2278.71, "end": 2278.71, "word": " button.", "probability": 0.70361328125}, {"start": 2279.39, "end": 2279.71, "word": " You", "probability": 0.498291015625}, {"start": 2279.71, "end": 2279.89, "word": " take", "probability": 0.23046875}, {"start": 2279.89, "end": 2279.99, "word": " it", "probability": 0.62841796875}, {"start": 2279.99, "end": 2280.05, "word": " and", "probability": 0.68603515625}, {"start": 2280.05, "end": 2280.29, "word": " drag", "probability": 0.2626953125}, {"start": 2280.29, "end": 2280.43, "word": " it", "probability": 0.8203125}, {"start": 2280.43, "end": 2280.71, "word": " here.", "probability": 0.53271484375}, {"start": 2280.99, "end": 2281.17, "word": " This", "probability": 0.273193359375}, {"start": 2281.17, "end": 2282.29, "word": " needs", "probability": 0.11920166015625}, {"start": 2282.29, "end": 2282.45, "word": " a", "probability": 0.81005859375}, {"start": 2282.45, "end": 2282.61, "word": " picture", "probability": 0.457763671875}, {"start": 2282.61, "end": 2282.91, "word": " too.", "probability": 0.400146484375}, {"start": 2284.29, "end": 2284.79, "word": " You", "probability": 0.295654296875}, {"start": 2284.79, "end": 2285.01, "word": " want", "probability": 0.35205078125}, {"start": 2285.01, "end": 2285.11, "word": " to", "probability": 0.69677734375}, {"start": 2285.11, "end": 2285.27, "word": " get", "probability": 0.56298828125}, {"start": 2285.27, "end": 2285.55, "word": " any", "probability": 0.595703125}, {"start": 2285.55, "end": 2285.83, "word": " picture", "probability": 0.72412109375}, {"start": 2285.83, "end": 2285.93, "word": " that", "probability": 0.283935546875}, {"start": 2285.93, "end": 2285.95, "word": " you", "probability": 0.7763671875}, {"start": 2285.95, "end": 2286.23, "word": " designed", "probability": 0.41259765625}, {"start": 2286.23, "end": 2286.81, "word": " correctly.", "probability": 0.607421875}, {"start": 2286.99, "end": 2287.31, "word": " Let's", "probability": 0.755859375}, {"start": 2287.31, "end": 2287.53, "word": " take", "probability": 0.80322265625}, {"start": 2287.53, "end": 2287.79, "word": " this", "probability": 0.92626953125}, {"start": 2287.79, "end": 2287.83, "word": " one", "probability": 0.544921875}, {"start": 2287.83, "end": 2287.99, "word": " for", "probability": 0.64990234375}, {"start": 2287.99, "end": 2288.49, "word": " example.", "probability": 0.92822265625}, {"start": 2289.65, "end": 2289.91, "word": " I", "probability": 0.153076171875}, {"start": 2289.91, "end": 2291.09, "word": " will", "probability": 0.4296875}, {"start": 2291.09, "end": 2291.25, "word": " put", "probability": 0.68505859375}, {"start": 2291.25, "end": 2291.35, "word": " it", "probability": 0.87353515625}, {"start": 2291.35, "end": 2291.53, "word": " inside,", "probability": 0.67626953125}, {"start": 2291.63, "end": 2291.73, "word": " can", "probability": 0.37109375}, {"start": 2291.73, "end": 2291.73, "word": " you", "probability": 0.9736328125}, {"start": 2291.73, "end": 2291.89, "word": " see", "probability": 0.93212890625}, {"start": 2291.89, "end": 2292.07, "word": " it?", "probability": 0.82861328125}, {"start": 2292.75, "end": 2293.25, "word": " The", "probability": 0.74072265625}, {"start": 2293.25, "end": 2293.49, "word": " picture", "probability": 0.83251953125}, {"start": 2293.49, "end": 2293.63, "word": " should", "probability": 0.681640625}, {"start": 2293.63, "end": 2293.93, "word": " be", "probability": 0.90283203125}, {"start": 2293.93, "end": 2293.93, "word": " made", "probability": 0.159912109375}, {"start": 2293.93, "end": 2295.21, "word": " transparent", "probability": 0.728515625}, {"start": 2295.21, "end": 2295.65, "word": " to", "probability": 0.480224609375}, {"start": 2295.65, "end": 2295.93, "word": " look", "probability": 0.65966796875}, {"start": 2295.93, "end": 2296.21, "word": " correct.", "probability": 0.5263671875}], "temperature": 1.0}, {"id": 88, "seek": 232648, "start": 2297.12, "end": 2326.48, "text": " Because this is not his place here. You will not enjoy it. If you turn it on, it will throw you in the corner. So yes, we did not specify his place. So you have to specify his place as well. Because look, I want to connect it above and I want to connect it below. Okay, his forehead is in the middle. No. Yes, no, I don't want to connect it here.", "tokens": [1436, 341, 307, 406, 702, 1081, 510, 13, 509, 486, 406, 2103, 309, 13, 759, 291, 1261, 309, 322, 11, 309, 486, 3507, 291, 294, 264, 4538, 13, 407, 2086, 11, 321, 630, 406, 16500, 702, 1081, 13, 407, 291, 362, 281, 16500, 702, 1081, 382, 731, 13, 1436, 574, 11, 286, 528, 281, 1745, 309, 3673, 293, 286, 528, 281, 1745, 309, 2507, 13, 1033, 11, 702, 20472, 307, 294, 264, 2808, 13, 883, 13, 1079, 11, 572, 11, 286, 500, 380, 528, 281, 1745, 309, 510, 13], "avg_logprob": -0.49999999867545236, "compression_ratio": 1.7525252525252526, "no_speech_prob": 0.0, "words": [{"start": 2297.12, "end": 2297.46, "word": " Because", "probability": 0.344970703125}, {"start": 2297.46, "end": 2297.88, "word": " this", "probability": 0.63232421875}, {"start": 2297.88, "end": 2297.92, "word": " is", "probability": 0.796875}, {"start": 2297.92, "end": 2298.04, "word": " not", "probability": 0.939453125}, {"start": 2298.04, "end": 2298.36, "word": " his", "probability": 0.55224609375}, {"start": 2298.36, "end": 2298.36, "word": " place", "probability": 0.462646484375}, {"start": 2298.36, "end": 2298.92, "word": " here.", "probability": 0.6435546875}, {"start": 2299.18, "end": 2299.58, "word": " You", "probability": 0.6650390625}, {"start": 2299.58, "end": 2299.58, "word": " will", "probability": 0.5068359375}, {"start": 2299.58, "end": 2299.6, "word": " not", "probability": 0.92626953125}, {"start": 2299.6, "end": 2299.88, "word": " enjoy", "probability": 0.182861328125}, {"start": 2299.88, "end": 2300.22, "word": " it.", "probability": 0.6611328125}, {"start": 2300.38, "end": 2300.62, "word": " If", "probability": 0.5634765625}, {"start": 2300.62, "end": 2300.68, "word": " you", "probability": 0.7197265625}, {"start": 2300.68, "end": 2300.86, "word": " turn", "probability": 0.2568359375}, {"start": 2300.86, "end": 2301.06, "word": " it", "probability": 0.822265625}, {"start": 2301.06, "end": 2301.06, "word": " on,", "probability": 0.93701171875}, {"start": 2301.14, "end": 2301.22, "word": " it", "probability": 0.71630859375}, {"start": 2301.22, "end": 2301.62, "word": " will", "probability": 0.7744140625}, {"start": 2301.62, "end": 2301.76, "word": " throw", "probability": 0.56103515625}, {"start": 2301.76, "end": 2302.06, "word": " you", "probability": 0.84765625}, {"start": 2302.06, "end": 2302.26, "word": " in", "probability": 0.357666015625}, {"start": 2302.26, "end": 2303.48, "word": " the", "probability": 0.71728515625}, {"start": 2303.48, "end": 2303.8, "word": " corner.", "probability": 0.94482421875}, {"start": 2305.22, "end": 2305.62, "word": " So", "probability": 0.326171875}, {"start": 2305.62, "end": 2305.96, "word": " yes,", "probability": 0.40966796875}, {"start": 2306.1, "end": 2306.14, "word": " we", "probability": 0.85205078125}, {"start": 2306.14, "end": 2306.14, "word": " did", "probability": 0.50732421875}, {"start": 2306.14, "end": 2306.14, "word": " not", "probability": 0.94970703125}, {"start": 2306.14, "end": 2306.36, "word": " specify", "probability": 0.373046875}, {"start": 2306.36, "end": 2306.66, "word": " his", "probability": 0.8037109375}, {"start": 2306.66, "end": 2306.82, "word": " place.", "probability": 0.73828125}, {"start": 2307.46, "end": 2307.62, "word": " So", "probability": 0.529296875}, {"start": 2307.62, "end": 2307.86, "word": " you", "probability": 0.30908203125}, {"start": 2307.86, "end": 2308.04, "word": " have", "probability": 0.309326171875}, {"start": 2308.04, "end": 2308.12, "word": " to", "probability": 0.96923828125}, {"start": 2308.12, "end": 2308.54, "word": " specify", "probability": 0.381591796875}, {"start": 2308.54, "end": 2308.7, "word": " his", "probability": 0.70458984375}, {"start": 2308.7, "end": 2308.94, "word": " place", "probability": 0.82421875}, {"start": 2308.94, "end": 2309.24, "word": " as", "probability": 0.361328125}, {"start": 2309.24, "end": 2309.24, "word": " well.", "probability": 0.9462890625}, {"start": 2309.96, "end": 2310.36, "word": " Because", "probability": 0.65234375}, {"start": 2310.36, "end": 2312.0, "word": " look,", "probability": 0.22802734375}, {"start": 2312.14, "end": 2312.3, "word": " I", "probability": 0.95849609375}, {"start": 2312.3, "end": 2312.46, "word": " want", "probability": 0.580078125}, {"start": 2312.46, "end": 2312.58, "word": " to", "probability": 0.94873046875}, {"start": 2312.58, "end": 2312.72, "word": " connect", "probability": 0.471435546875}, {"start": 2312.72, "end": 2312.84, "word": " it", "probability": 0.449951171875}, {"start": 2312.84, "end": 2313.1, "word": " above", "probability": 0.357421875}, {"start": 2313.1, "end": 2313.98, "word": " and", "probability": 0.7255859375}, {"start": 2313.98, "end": 2313.98, "word": " I", "probability": 0.203125}, {"start": 2313.98, "end": 2314.16, "word": " want", "probability": 0.83349609375}, {"start": 2314.16, "end": 2314.2, "word": " to", "probability": 0.9638671875}, {"start": 2314.2, "end": 2314.34, "word": " connect", "probability": 0.8720703125}, {"start": 2314.34, "end": 2314.5, "word": " it", "probability": 0.92919921875}, {"start": 2314.5, "end": 2314.86, "word": " below.", "probability": 0.740234375}, {"start": 2316.38, "end": 2316.58, "word": " Okay,", "probability": 0.388427734375}, {"start": 2316.7, "end": 2316.96, "word": " his", "probability": 0.2174072265625}, {"start": 2316.96, "end": 2316.96, "word": " forehead", "probability": 0.11761474609375}, {"start": 2316.96, "end": 2317.1, "word": " is", "probability": 0.56005859375}, {"start": 2317.1, "end": 2317.14, "word": " in", "probability": 0.87060546875}, {"start": 2317.14, "end": 2317.22, "word": " the", "probability": 0.9052734375}, {"start": 2317.22, "end": 2317.42, "word": " middle.", "probability": 0.93115234375}, {"start": 2318.2, "end": 2318.42, "word": " No.", "probability": 0.69580078125}, {"start": 2322.7, "end": 2323.1, "word": " Yes,", "probability": 0.403564453125}, {"start": 2325.16, "end": 2325.3, "word": " no,", "probability": 0.5537109375}, {"start": 2325.4, "end": 2325.56, "word": " I", "probability": 0.98828125}, {"start": 2325.56, "end": 2325.56, "word": " don't", "probability": 0.7183837890625}, {"start": 2325.56, "end": 2325.7, "word": " want", "probability": 0.88232421875}, {"start": 2325.7, "end": 2325.96, "word": " to", "probability": 0.9716796875}, {"start": 2325.96, "end": 2326.16, "word": " connect", "probability": 0.87158203125}, {"start": 2326.16, "end": 2326.32, "word": " it", "probability": 0.6845703125}, {"start": 2326.32, "end": 2326.48, "word": " here.", "probability": 0.83447265625}], "temperature": 1.0}, {"id": 89, "seek": 235511, "start": 2327.75, "end": 2355.11, "text": " I want to connect it in the top and in the end of the parent. Ok? It came in the middle like this. Right or not? Now I want to say, let the bias stay this one. Which is not me, I connected it from top to bottom. You see this line here, instead of bringing you its horizon, it brought you my head. How much is the next guideline? Isn't it 30%? This one, in order for it to come to the guideline exactly, I want to make this 30%.", "tokens": [286, 528, 281, 1745, 309, 294, 264, 1192, 293, 294, 264, 917, 295, 264, 2596, 13, 3477, 30, 467, 1361, 294, 264, 2808, 411, 341, 13, 1779, 420, 406, 30, 823, 286, 528, 281, 584, 11, 718, 264, 12577, 1754, 341, 472, 13, 3013, 307, 406, 385, 11, 286, 4582, 309, 490, 1192, 281, 2767, 13, 509, 536, 341, 1622, 510, 11, 2602, 295, 5062, 291, 1080, 18046, 11, 309, 3038, 291, 452, 1378, 13, 1012, 709, 307, 264, 958, 41653, 30, 6998, 380, 309, 2217, 4, 30, 639, 472, 11, 294, 1668, 337, 309, 281, 808, 281, 264, 41653, 2293, 11, 286, 528, 281, 652, 341, 2217, 6856], "avg_logprob": -0.5588068236004222, "compression_ratio": 1.646153846153846, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2327.75, "end": 2327.97, "word": " I", "probability": 0.646484375}, {"start": 2327.97, "end": 2328.09, "word": " want", "probability": 0.33251953125}, {"start": 2328.09, "end": 2328.17, "word": " to", "probability": 0.9462890625}, {"start": 2328.17, "end": 2328.41, "word": " connect", "probability": 0.481201171875}, {"start": 2328.41, "end": 2328.57, "word": " it", "probability": 0.54541015625}, {"start": 2328.57, "end": 2328.63, "word": " in", "probability": 0.216796875}, {"start": 2328.63, "end": 2328.75, "word": " the", "probability": 0.5146484375}, {"start": 2328.75, "end": 2329.05, "word": " top", "probability": 0.72509765625}, {"start": 2329.05, "end": 2330.03, "word": " and", "probability": 0.60107421875}, {"start": 2330.03, "end": 2330.19, "word": " in", "probability": 0.47509765625}, {"start": 2330.19, "end": 2330.33, "word": " the", "probability": 0.77099609375}, {"start": 2330.33, "end": 2330.57, "word": " end", "probability": 0.7158203125}, {"start": 2330.57, "end": 2330.71, "word": " of", "probability": 0.7734375}, {"start": 2330.71, "end": 2330.85, "word": " the", "probability": 0.60009765625}, {"start": 2330.85, "end": 2331.09, "word": " parent.", "probability": 0.849609375}, {"start": 2332.53, "end": 2332.91, "word": " Ok?", "probability": 0.181396484375}, {"start": 2333.43, "end": 2333.61, "word": " It", "probability": 0.4990234375}, {"start": 2333.61, "end": 2333.69, "word": " came", "probability": 0.46923828125}, {"start": 2333.69, "end": 2333.79, "word": " in", "probability": 0.73583984375}, {"start": 2333.79, "end": 2333.89, "word": " the", "probability": 0.8779296875}, {"start": 2333.89, "end": 2334.11, "word": " middle", "probability": 0.92724609375}, {"start": 2334.11, "end": 2334.25, "word": " like", "probability": 0.4033203125}, {"start": 2334.25, "end": 2334.63, "word": " this.", "probability": 0.560546875}, {"start": 2334.73, "end": 2334.95, "word": " Right", "probability": 0.306640625}, {"start": 2334.95, "end": 2335.15, "word": " or", "probability": 0.83154296875}, {"start": 2335.15, "end": 2335.17, "word": " not?", "probability": 0.36669921875}, {"start": 2335.61, "end": 2336.01, "word": " Now", "probability": 0.85302734375}, {"start": 2336.01, "end": 2336.13, "word": " I", "probability": 0.61962890625}, {"start": 2336.13, "end": 2336.25, "word": " want", "probability": 0.7666015625}, {"start": 2336.25, "end": 2336.29, "word": " to", "probability": 0.9609375}, {"start": 2336.29, "end": 2336.49, "word": " say,", "probability": 0.62841796875}, {"start": 2337.03, "end": 2337.47, "word": " let", "probability": 0.3759765625}, {"start": 2337.47, "end": 2337.59, "word": " the", "probability": 0.51806640625}, {"start": 2337.59, "end": 2337.85, "word": " bias", "probability": 0.6171875}, {"start": 2337.85, "end": 2338.21, "word": " stay", "probability": 0.3662109375}, {"start": 2338.21, "end": 2338.87, "word": " this", "probability": 0.343994140625}, {"start": 2338.87, "end": 2339.89, "word": " one.", "probability": 0.54345703125}, {"start": 2339.97, "end": 2340.11, "word": " Which", "probability": 0.318359375}, {"start": 2340.11, "end": 2340.31, "word": " is", "probability": 0.7470703125}, {"start": 2340.31, "end": 2340.47, "word": " not", "probability": 0.62744140625}, {"start": 2340.47, "end": 2340.65, "word": " me,", "probability": 0.7470703125}, {"start": 2340.65, "end": 2340.75, "word": " I", "probability": 0.86279296875}, {"start": 2340.75, "end": 2340.91, "word": " connected", "probability": 0.70849609375}, {"start": 2340.91, "end": 2341.05, "word": " it", "probability": 0.7470703125}, {"start": 2341.05, "end": 2341.09, "word": " from", "probability": 0.705078125}, {"start": 2341.09, "end": 2341.31, "word": " top", "probability": 0.48974609375}, {"start": 2341.31, "end": 2341.43, "word": " to", "probability": 0.51123046875}, {"start": 2341.43, "end": 2341.63, "word": " bottom.", "probability": 0.80126953125}, {"start": 2342.23, "end": 2342.41, "word": " You", "probability": 0.28564453125}, {"start": 2342.41, "end": 2342.65, "word": " see", "probability": 0.8583984375}, {"start": 2342.65, "end": 2342.93, "word": " this", "probability": 0.67578125}, {"start": 2342.93, "end": 2343.23, "word": " line", "probability": 0.283935546875}, {"start": 2343.23, "end": 2343.57, "word": " here,", "probability": 0.65576171875}, {"start": 2343.69, "end": 2344.09, "word": " instead", "probability": 0.548828125}, {"start": 2344.09, "end": 2344.21, "word": " of", "probability": 0.9599609375}, {"start": 2344.21, "end": 2344.37, "word": " bringing", "probability": 0.429443359375}, {"start": 2344.37, "end": 2344.47, "word": " you", "probability": 0.60791015625}, {"start": 2344.47, "end": 2344.55, "word": " its", "probability": 0.373291015625}, {"start": 2344.55, "end": 2344.75, "word": " horizon,", "probability": 0.253662109375}, {"start": 2344.85, "end": 2345.01, "word": " it", "probability": 0.67822265625}, {"start": 2345.01, "end": 2345.19, "word": " brought", "probability": 0.607421875}, {"start": 2345.19, "end": 2345.45, "word": " you", "probability": 0.59423828125}, {"start": 2345.45, "end": 2346.05, "word": " my", "probability": 0.310302734375}, {"start": 2346.05, "end": 2346.31, "word": " head.", "probability": 0.73583984375}, {"start": 2346.95, "end": 2347.33, "word": " How", "probability": 0.6015625}, {"start": 2347.33, "end": 2347.63, "word": " much", "probability": 0.8525390625}, {"start": 2347.63, "end": 2348.03, "word": " is", "probability": 0.6083984375}, {"start": 2348.03, "end": 2348.19, "word": " the", "probability": 0.87255859375}, {"start": 2348.19, "end": 2348.31, "word": " next", "probability": 0.52783203125}, {"start": 2348.31, "end": 2348.63, "word": " guideline?", "probability": 0.93115234375}, {"start": 2349.05, "end": 2349.29, "word": " Isn't", "probability": 0.5731201171875}, {"start": 2349.29, "end": 2349.31, "word": " it", "probability": 0.87646484375}, {"start": 2349.31, "end": 2349.59, "word": " 30", "probability": 0.837890625}, {"start": 2349.59, "end": 2349.87, "word": "%?", "probability": 0.85791015625}, {"start": 2350.45, "end": 2350.85, "word": " This", "probability": 0.453369140625}, {"start": 2350.85, "end": 2350.91, "word": " one,", "probability": 0.5576171875}, {"start": 2350.97, "end": 2351.01, "word": " in", "probability": 0.279052734375}, {"start": 2351.01, "end": 2351.29, "word": " order", "probability": 0.92236328125}, {"start": 2351.29, "end": 2351.53, "word": " for", "probability": 0.33056640625}, {"start": 2351.53, "end": 2351.53, "word": " it", "probability": 0.919921875}, {"start": 2351.53, "end": 2351.53, "word": " to", "probability": 0.951171875}, {"start": 2351.53, "end": 2351.67, "word": " come", "probability": 0.48388671875}, {"start": 2351.67, "end": 2351.75, "word": " to", "probability": 0.44189453125}, {"start": 2351.75, "end": 2351.87, "word": " the", "probability": 0.75390625}, {"start": 2351.87, "end": 2352.23, "word": " guideline", "probability": 0.73828125}, {"start": 2352.23, "end": 2352.77, "word": " exactly,", "probability": 0.65771484375}, {"start": 2353.35, "end": 2353.45, "word": " I", "probability": 0.94482421875}, {"start": 2353.45, "end": 2353.57, "word": " want", "probability": 0.68310546875}, {"start": 2353.57, "end": 2353.57, "word": " to", "probability": 0.919921875}, {"start": 2353.57, "end": 2353.77, "word": " make", "probability": 0.572265625}, {"start": 2353.77, "end": 2354.03, "word": " this", "probability": 0.5986328125}, {"start": 2354.03, "end": 2355.11, "word": " 30%.", "probability": 0.4722900390625}], "temperature": 1.0}, {"id": 90, "seek": 236991, "start": 2359.49, "end": 2369.91, "text": " Well, why did it turn out like this? He was supposed to keep his proportion.", "tokens": [1042, 11, 983, 630, 309, 1261, 484, 411, 341, 30, 634, 390, 3442, 281, 1066, 702, 447, 2707, 313, 13], "avg_logprob": -0.7596726076943534, "compression_ratio": 1.013157894736842, "no_speech_prob": 0.0, "words": [{"start": 2359.49, "end": 2359.75, "word": " Well,", "probability": 0.1473388671875}, {"start": 2359.81, "end": 2359.93, "word": " why", "probability": 0.9052734375}, {"start": 2359.93, "end": 2360.25, "word": " did", "probability": 0.83349609375}, {"start": 2360.25, "end": 2360.31, "word": " it", "probability": 0.470947265625}, {"start": 2360.31, "end": 2360.31, "word": " turn", "probability": 0.43701171875}, {"start": 2360.31, "end": 2360.31, "word": " out", "probability": 0.8837890625}, {"start": 2360.31, "end": 2360.43, "word": " like", "probability": 0.5380859375}, {"start": 2360.43, "end": 2360.83, "word": " this?", "probability": 0.5390625}, {"start": 2365.29, "end": 2365.93, "word": " He", "probability": 0.369384765625}, {"start": 2365.93, "end": 2366.15, "word": " was", "probability": 0.213623046875}, {"start": 2366.15, "end": 2366.25, "word": " supposed", "probability": 0.83349609375}, {"start": 2366.25, "end": 2366.61, "word": " to", "probability": 0.94775390625}, {"start": 2366.61, "end": 2368.77, "word": " keep", "probability": 0.1466064453125}, {"start": 2368.77, "end": 2369.49, "word": " his", "probability": 0.515625}, {"start": 2369.49, "end": 2369.91, "word": " proportion.", "probability": 0.3707478841145833}], "temperature": 1.0}, {"id": 91, "seek": 240266, "start": 2375.32, "end": 2402.66, "text": " Ok, leave it for a while, ok? We still connected it from one side, right guys? From the top and bottom Now, you want it on this edge, ok, connect it on this edge, is there a need to connect it on the other side? No, and you can move it away, what? Margin, a little bit, like this Now, let's change the ratio, for example, let's say 28 or 27, I don't know why", "tokens": [3477, 11, 1856, 309, 337, 257, 1339, 11, 3133, 30, 492, 920, 4582, 309, 490, 472, 1252, 11, 558, 1074, 30, 3358, 264, 1192, 293, 2767, 823, 11, 291, 528, 309, 322, 341, 4691, 11, 3133, 11, 1745, 309, 322, 341, 4691, 11, 307, 456, 257, 643, 281, 1745, 309, 322, 264, 661, 1252, 30, 883, 11, 293, 291, 393, 1286, 309, 1314, 11, 437, 30, 2039, 1494, 11, 257, 707, 857, 11, 411, 341, 823, 11, 718, 311, 1319, 264, 8509, 11, 337, 1365, 11, 718, 311, 584, 7562, 420, 7634, 11, 286, 500, 380, 458, 983], "avg_logprob": -0.4813762764738064, "compression_ratio": 1.6318181818181818, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2375.32, "end": 2375.6, "word": " Ok,", "probability": 0.321044921875}, {"start": 2375.64, "end": 2375.84, "word": " leave", "probability": 0.35546875}, {"start": 2375.84, "end": 2375.96, "word": " it", "probability": 0.61376953125}, {"start": 2375.96, "end": 2376.0, "word": " for", "probability": 0.369384765625}, {"start": 2376.0, "end": 2376.22, "word": " a", "probability": 0.814453125}, {"start": 2376.22, "end": 2376.22, "word": " while,", "probability": 0.53173828125}, {"start": 2376.56, "end": 2377.1, "word": " ok?", "probability": 0.457763671875}, {"start": 2378.44, "end": 2378.84, "word": " We", "probability": 0.67138671875}, {"start": 2378.84, "end": 2378.88, "word": " still", "probability": 0.281494140625}, {"start": 2378.88, "end": 2379.12, "word": " connected", "probability": 0.3349609375}, {"start": 2379.12, "end": 2379.4, "word": " it", "probability": 0.568359375}, {"start": 2379.4, "end": 2379.48, "word": " from", "probability": 0.63525390625}, {"start": 2379.48, "end": 2379.94, "word": " one", "probability": 0.76318359375}, {"start": 2379.94, "end": 2380.0, "word": " side,", "probability": 0.6494140625}, {"start": 2380.3, "end": 2380.44, "word": " right", "probability": 0.5322265625}, {"start": 2380.44, "end": 2380.66, "word": " guys?", "probability": 0.347900390625}, {"start": 2381.2, "end": 2381.44, "word": " From", "probability": 0.66259765625}, {"start": 2381.44, "end": 2382.34, "word": " the", "probability": 0.355224609375}, {"start": 2382.34, "end": 2382.56, "word": " top", "probability": 0.87451171875}, {"start": 2382.56, "end": 2382.68, "word": " and", "probability": 0.84619140625}, {"start": 2382.68, "end": 2382.92, "word": " bottom", "probability": 0.62451171875}, {"start": 2382.92, "end": 2384.38, "word": " Now,", "probability": 0.52978515625}, {"start": 2385.42, "end": 2386.46, "word": " you", "probability": 0.56396484375}, {"start": 2386.46, "end": 2386.74, "word": " want", "probability": 0.75244140625}, {"start": 2386.74, "end": 2386.92, "word": " it", "probability": 0.278564453125}, {"start": 2386.92, "end": 2386.98, "word": " on", "probability": 0.53271484375}, {"start": 2386.98, "end": 2387.06, "word": " this", "probability": 0.79736328125}, {"start": 2387.06, "end": 2387.26, "word": " edge,", "probability": 0.311767578125}, {"start": 2387.9, "end": 2388.14, "word": " ok,", "probability": 0.468017578125}, {"start": 2388.22, "end": 2388.38, "word": " connect", "probability": 0.83837890625}, {"start": 2388.38, "end": 2388.52, "word": " it", "probability": 0.8740234375}, {"start": 2388.52, "end": 2388.56, "word": " on", "probability": 0.69677734375}, {"start": 2388.56, "end": 2389.08, "word": " this", "probability": 0.9130859375}, {"start": 2389.08, "end": 2389.08, "word": " edge,", "probability": 0.95263671875}, {"start": 2389.22, "end": 2389.78, "word": " is", "probability": 0.47412109375}, {"start": 2389.78, "end": 2389.84, "word": " there", "probability": 0.7822265625}, {"start": 2389.84, "end": 2389.96, "word": " a", "probability": 0.50146484375}, {"start": 2389.96, "end": 2389.96, "word": " need", "probability": 0.354736328125}, {"start": 2389.96, "end": 2390.1, "word": " to", "probability": 0.9189453125}, {"start": 2390.1, "end": 2390.24, "word": " connect", "probability": 0.8935546875}, {"start": 2390.24, "end": 2390.36, "word": " it", "probability": 0.763671875}, {"start": 2390.36, "end": 2390.38, "word": " on", "probability": 0.464111328125}, {"start": 2390.38, "end": 2390.44, "word": " the", "probability": 0.8671875}, {"start": 2390.44, "end": 2390.8, "word": " other", "probability": 0.83740234375}, {"start": 2390.8, "end": 2390.8, "word": " side?", "probability": 0.8330078125}, {"start": 2391.26, "end": 2391.44, "word": " No,", "probability": 0.90478515625}, {"start": 2391.54, "end": 2391.6, "word": " and", "probability": 0.67578125}, {"start": 2391.6, "end": 2391.7, "word": " you", "probability": 0.685546875}, {"start": 2391.7, "end": 2391.82, "word": " can", "probability": 0.87060546875}, {"start": 2391.82, "end": 2392.06, "word": " move", "probability": 0.2432861328125}, {"start": 2392.06, "end": 2392.16, "word": " it", "probability": 0.630859375}, {"start": 2392.16, "end": 2392.26, "word": " away,", "probability": 0.318359375}, {"start": 2392.58, "end": 2392.58, "word": " what?", "probability": 0.71826171875}, {"start": 2393.24, "end": 2393.64, "word": " Margin,", "probability": 0.718017578125}, {"start": 2394.2, "end": 2394.54, "word": " a", "probability": 0.6484375}, {"start": 2394.54, "end": 2394.7, "word": " little", "probability": 0.68408203125}, {"start": 2394.7, "end": 2394.8, "word": " bit,", "probability": 0.67822265625}, {"start": 2394.84, "end": 2394.92, "word": " like", "probability": 0.76123046875}, {"start": 2394.92, "end": 2395.64, "word": " this", "probability": 0.712890625}, {"start": 2395.64, "end": 2396.44, "word": " Now,", "probability": 0.74951171875}, {"start": 2396.76, "end": 2397.46, "word": " let's", "probability": 0.7607421875}, {"start": 2397.46, "end": 2397.66, "word": " change", "probability": 0.79150390625}, {"start": 2397.66, "end": 2397.8, "word": " the", "probability": 0.89306640625}, {"start": 2397.8, "end": 2398.0, "word": " ratio,", "probability": 0.609375}, {"start": 2398.18, "end": 2398.24, "word": " for", "probability": 0.59228515625}, {"start": 2398.24, "end": 2398.44, "word": " example,", "probability": 0.94775390625}, {"start": 2398.6, "end": 2398.74, "word": " let's", "probability": 0.6456298828125}, {"start": 2398.74, "end": 2398.9, "word": " say", "probability": 0.92919921875}, {"start": 2398.9, "end": 2400.1, "word": " 28", "probability": 0.491943359375}, {"start": 2400.1, "end": 2401.28, "word": " or", "probability": 0.806640625}, {"start": 2401.28, "end": 2401.64, "word": " 27,", "probability": 0.98193359375}, {"start": 2402.02, "end": 2402.12, "word": " I", "probability": 0.900390625}, {"start": 2402.12, "end": 2402.16, "word": " don't", "probability": 0.96142578125}, {"start": 2402.16, "end": 2402.38, "word": " know", "probability": 0.89208984375}, {"start": 2402.38, "end": 2402.66, "word": " why", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 92, "seek": 242939, "start": 2406.87, "end": 2429.39, "text": " Yes, you need to make sure that the rotation is on the same ratio. Ok? This is in the same place. Do you understand how, guys? We linked it in the top and bottom. And we gave it almost the same ratio that is in the guideline. Is not the guideline 30%?", "tokens": [1079, 11, 291, 643, 281, 652, 988, 300, 264, 12447, 307, 322, 264, 912, 8509, 13, 3477, 30, 639, 307, 294, 264, 912, 1081, 13, 1144, 291, 1223, 577, 11, 1074, 30, 492, 9408, 309, 294, 264, 1192, 293, 2767, 13, 400, 321, 2729, 309, 1920, 264, 912, 8509, 300, 307, 294, 264, 41653, 13, 1119, 406, 264, 41653, 2217, 4, 30], "avg_logprob": -0.6696428344363258, "compression_ratio": 1.5460122699386503, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2406.87, "end": 2407.31, "word": " Yes,", "probability": 0.039886474609375}, {"start": 2407.45, "end": 2407.65, "word": " you", "probability": 0.365234375}, {"start": 2407.65, "end": 2408.05, "word": " need", "probability": 0.276611328125}, {"start": 2408.05, "end": 2408.17, "word": " to", "probability": 0.97021484375}, {"start": 2408.17, "end": 2408.41, "word": " make", "probability": 0.5537109375}, {"start": 2408.41, "end": 2408.57, "word": " sure", "probability": 0.93310546875}, {"start": 2408.57, "end": 2408.93, "word": " that", "probability": 0.51806640625}, {"start": 2408.93, "end": 2409.77, "word": " the", "probability": 0.269775390625}, {"start": 2409.77, "end": 2409.99, "word": " rotation", "probability": 0.08709716796875}, {"start": 2409.99, "end": 2410.73, "word": " is", "probability": 0.48681640625}, {"start": 2410.73, "end": 2411.23, "word": " on", "probability": 0.08544921875}, {"start": 2411.23, "end": 2414.35, "word": " the", "probability": 0.81298828125}, {"start": 2414.35, "end": 2414.47, "word": " same", "probability": 0.87890625}, {"start": 2414.47, "end": 2414.87, "word": " ratio.", "probability": 0.2509765625}, {"start": 2416.31, "end": 2416.75, "word": " Ok?", "probability": 0.2080078125}, {"start": 2417.07, "end": 2417.39, "word": " This", "probability": 0.256591796875}, {"start": 2417.39, "end": 2417.45, "word": " is", "probability": 0.65966796875}, {"start": 2417.45, "end": 2417.57, "word": " in", "probability": 0.3251953125}, {"start": 2417.57, "end": 2417.63, "word": " the", "probability": 0.908203125}, {"start": 2417.63, "end": 2417.77, "word": " same", "probability": 0.89111328125}, {"start": 2417.77, "end": 2418.41, "word": " place.", "probability": 0.65185546875}, {"start": 2421.95, "end": 2422.39, "word": " Do", "probability": 0.279052734375}, {"start": 2422.39, "end": 2422.43, "word": " you", "probability": 0.970703125}, {"start": 2422.43, "end": 2422.43, "word": " understand", "probability": 0.6484375}, {"start": 2422.43, "end": 2422.65, "word": " how,", "probability": 0.58935546875}, {"start": 2422.71, "end": 2422.91, "word": " guys?", "probability": 0.76953125}, {"start": 2422.95, "end": 2423.09, "word": " We", "probability": 0.8037109375}, {"start": 2423.09, "end": 2423.17, "word": " linked", "probability": 0.3125}, {"start": 2423.17, "end": 2423.47, "word": " it", "probability": 0.59716796875}, {"start": 2423.47, "end": 2423.55, "word": " in", "probability": 0.323974609375}, {"start": 2423.55, "end": 2423.65, "word": " the", "probability": 0.6162109375}, {"start": 2423.65, "end": 2423.79, "word": " top", "probability": 0.91064453125}, {"start": 2423.79, "end": 2423.89, "word": " and", "probability": 0.94677734375}, {"start": 2423.89, "end": 2424.15, "word": " bottom.", "probability": 0.51123046875}, {"start": 2424.27, "end": 2424.43, "word": " And", "probability": 0.61181640625}, {"start": 2424.43, "end": 2424.49, "word": " we", "probability": 0.74560546875}, {"start": 2424.49, "end": 2424.59, "word": " gave", "probability": 0.736328125}, {"start": 2424.59, "end": 2424.81, "word": " it", "probability": 0.87744140625}, {"start": 2424.81, "end": 2425.17, "word": " almost", "probability": 0.25830078125}, {"start": 2425.17, "end": 2425.33, "word": " the", "probability": 0.91357421875}, {"start": 2425.33, "end": 2425.53, "word": " same", "probability": 0.89404296875}, {"start": 2425.53, "end": 2425.99, "word": " ratio", "probability": 0.79052734375}, {"start": 2425.99, "end": 2426.63, "word": " that", "probability": 0.2724609375}, {"start": 2426.63, "end": 2426.71, "word": " is", "probability": 0.67431640625}, {"start": 2426.71, "end": 2426.93, "word": " in", "probability": 0.35693359375}, {"start": 2426.93, "end": 2427.13, "word": " the", "probability": 0.890625}, {"start": 2427.13, "end": 2427.55, "word": " guideline.", "probability": 0.77490234375}, {"start": 2427.93, "end": 2428.17, "word": " Is", "probability": 0.2445068359375}, {"start": 2428.17, "end": 2428.21, "word": " not", "probability": 0.62451171875}, {"start": 2428.21, "end": 2428.27, "word": " the", "probability": 0.82763671875}, {"start": 2428.27, "end": 2428.53, "word": " guideline", "probability": 0.93505859375}, {"start": 2428.53, "end": 2428.87, "word": " 30", "probability": 0.4365234375}, {"start": 2428.87, "end": 2429.39, "word": "%?", "probability": 0.82861328125}], "temperature": 1.0}, {"id": 93, "seek": 243603, "start": 2430.91, "end": 2436.03, "text": " Okay, this gate has what? This one doesn't. Singapore. It has what? TextView.", "tokens": [1033, 11, 341, 8539, 575, 437, 30, 639, 472, 1177, 380, 13, 14491, 13, 467, 575, 437, 30, 18643, 30203, 13], "avg_logprob": -0.794744301926006, "compression_ratio": 1.054054054054054, "no_speech_prob": 0.0, "words": [{"start": 2430.91, "end": 2431.19, "word": " Okay,", "probability": 0.181640625}, {"start": 2431.23, "end": 2431.33, "word": " this", "probability": 0.263671875}, {"start": 2431.33, "end": 2431.49, "word": " gate", "probability": 0.3505859375}, {"start": 2431.49, "end": 2431.67, "word": " has", "probability": 0.412841796875}, {"start": 2431.67, "end": 2432.13, "word": " what?", "probability": 0.170654296875}, {"start": 2432.21, "end": 2432.37, "word": " This", "probability": 0.2366943359375}, {"start": 2432.37, "end": 2432.49, "word": " one", "probability": 0.369384765625}, {"start": 2432.49, "end": 2432.55, "word": " doesn't.", "probability": 0.704345703125}, {"start": 2433.01, "end": 2433.41, "word": " Singapore.", "probability": 0.74365234375}, {"start": 2434.25, "end": 2434.45, "word": " It", "probability": 0.271484375}, {"start": 2434.45, "end": 2434.53, "word": " has", "probability": 0.8984375}, {"start": 2434.53, "end": 2435.11, "word": " what?", "probability": 0.283447265625}, {"start": 2435.63, "end": 2436.03, "word": " TextView.", "probability": 0.7193603515625}], "temperature": 1.0}, {"id": 94, "seek": 249523, "start": 2470.46, "end": 2495.24, "text": " And then we have username and password, under this one, put the text view, and next to it plain text, ok? This one, bring his baseline, with this one, and bring next to it, this one is not connected yet, right? Bring it like this, and with the ..", "tokens": [400, 550, 321, 362, 30351, 293, 11524, 11, 833, 341, 472, 11, 829, 264, 2487, 1910, 11, 293, 958, 281, 309, 11121, 2487, 11, 3133, 30, 639, 472, 11, 1565, 702, 20518, 11, 365, 341, 472, 11, 293, 1565, 958, 281, 309, 11, 341, 472, 307, 406, 4582, 1939, 11, 558, 30, 12842, 309, 411, 341, 11, 293, 365, 264, 4386], "avg_logprob": -0.6345766407828177, "compression_ratio": 1.6143790849673203, "no_speech_prob": 0.0, "words": [{"start": 2470.46, "end": 2470.68, "word": " And", "probability": 0.1859130859375}, {"start": 2470.68, "end": 2470.88, "word": " then", "probability": 0.63037109375}, {"start": 2470.88, "end": 2471.06, "word": " we", "probability": 0.55859375}, {"start": 2471.06, "end": 2471.3, "word": " have", "probability": 0.8515625}, {"start": 2471.3, "end": 2471.84, "word": " username", "probability": 0.54736328125}, {"start": 2471.84, "end": 2472.08, "word": " and", "probability": 0.90283203125}, {"start": 2472.08, "end": 2472.68, "word": " password,", "probability": 0.9287109375}, {"start": 2473.48, "end": 2473.54, "word": " under", "probability": 0.21484375}, {"start": 2473.54, "end": 2473.92, "word": " this", "probability": 0.63623046875}, {"start": 2473.92, "end": 2474.56, "word": " one,", "probability": 0.47900390625}, {"start": 2474.72, "end": 2475.28, "word": " put", "probability": 0.1964111328125}, {"start": 2475.28, "end": 2475.58, "word": " the", "probability": 0.33203125}, {"start": 2475.58, "end": 2476.88, "word": " text", "probability": 0.74560546875}, {"start": 2476.88, "end": 2477.36, "word": " view,", "probability": 0.4833984375}, {"start": 2478.78, "end": 2478.98, "word": " and", "probability": 0.397705078125}, {"start": 2478.98, "end": 2479.32, "word": " next", "probability": 0.5322265625}, {"start": 2479.32, "end": 2479.52, "word": " to", "probability": 0.95263671875}, {"start": 2479.52, "end": 2479.62, "word": " it", "probability": 0.8447265625}, {"start": 2479.62, "end": 2480.2, "word": " plain", "probability": 0.53564453125}, {"start": 2480.2, "end": 2480.76, "word": " text,", "probability": 0.921875}, {"start": 2481.62, "end": 2483.64, "word": " ok?", "probability": 0.2305908203125}, {"start": 2483.92, "end": 2484.24, "word": " This", "probability": 0.31787109375}, {"start": 2484.24, "end": 2484.58, "word": " one,", "probability": 0.56982421875}, {"start": 2485.02, "end": 2485.12, "word": " bring", "probability": 0.5859375}, {"start": 2485.12, "end": 2485.28, "word": " his", "probability": 0.4150390625}, {"start": 2485.28, "end": 2485.82, "word": " baseline,", "probability": 0.86376953125}, {"start": 2486.72, "end": 2488.6, "word": " with", "probability": 0.485107421875}, {"start": 2488.6, "end": 2488.86, "word": " this", "probability": 0.87353515625}, {"start": 2488.86, "end": 2488.98, "word": " one,", "probability": 0.654296875}, {"start": 2489.02, "end": 2489.06, "word": " and", "probability": 0.71435546875}, {"start": 2489.06, "end": 2489.22, "word": " bring", "probability": 0.451416015625}, {"start": 2489.22, "end": 2489.52, "word": " next", "probability": 0.318359375}, {"start": 2489.52, "end": 2489.62, "word": " to", "probability": 0.6201171875}, {"start": 2489.62, "end": 2489.72, "word": " it,", "probability": 0.6123046875}, {"start": 2490.04, "end": 2490.38, "word": " this", "probability": 0.74365234375}, {"start": 2490.38, "end": 2490.46, "word": " one", "probability": 0.5849609375}, {"start": 2490.46, "end": 2490.54, "word": " is", "probability": 0.424560546875}, {"start": 2490.54, "end": 2490.7, "word": " not", "probability": 0.6142578125}, {"start": 2490.7, "end": 2490.92, "word": " connected", "probability": 0.34521484375}, {"start": 2490.92, "end": 2491.16, "word": " yet,", "probability": 0.7080078125}, {"start": 2491.46, "end": 2491.74, "word": " right?", "probability": 0.63134765625}, {"start": 2492.26, "end": 2492.66, "word": " Bring", "probability": 0.64990234375}, {"start": 2492.66, "end": 2492.82, "word": " it", "probability": 0.65869140625}, {"start": 2492.82, "end": 2492.9, "word": " like", "probability": 0.72509765625}, {"start": 2492.9, "end": 2493.12, "word": " this,", "probability": 0.82080078125}, {"start": 2493.38, "end": 2494.52, "word": " and", "probability": 0.68115234375}, {"start": 2494.52, "end": 2494.72, "word": " with", "probability": 0.837890625}, {"start": 2494.72, "end": 2495.2, "word": " the", "probability": 0.7568359375}, {"start": 2495.2, "end": 2495.24, "word": " ..", "probability": 0.318359375}], "temperature": 1.0}, {"id": 95, "seek": 252537, "start": 2504.91, "end": 2525.37, "text": " because there is no margin, paste it here and paste it here and make it 0db to make it bigger because it is the same thing this command text view down", "tokens": [570, 456, 307, 572, 10270, 11, 9163, 309, 510, 293, 9163, 309, 510, 293, 652, 309, 1958, 67, 65, 281, 652, 309, 3801, 570, 309, 307, 264, 912, 551, 341, 5622, 2487, 1910, 760], "avg_logprob": -0.763392846924918, "compression_ratio": 1.4803921568627452, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2504.91, "end": 2505.79, "word": " because", "probability": 0.044342041015625}, {"start": 2505.79, "end": 2506.67, "word": " there", "probability": 0.427978515625}, {"start": 2506.67, "end": 2506.75, "word": " is", "probability": 0.8544921875}, {"start": 2506.75, "end": 2506.85, "word": " no", "probability": 0.85107421875}, {"start": 2506.85, "end": 2507.29, "word": " margin,", "probability": 0.9384765625}, {"start": 2508.23, "end": 2508.69, "word": " paste", "probability": 0.298095703125}, {"start": 2508.69, "end": 2508.83, "word": " it", "probability": 0.366943359375}, {"start": 2508.83, "end": 2509.45, "word": " here", "probability": 0.320556640625}, {"start": 2509.45, "end": 2509.99, "word": " and", "probability": 0.603515625}, {"start": 2509.99, "end": 2510.29, "word": " paste", "probability": 0.23291015625}, {"start": 2510.29, "end": 2510.47, "word": " it", "probability": 0.438232421875}, {"start": 2510.47, "end": 2510.73, "word": " here", "probability": 0.6748046875}, {"start": 2510.73, "end": 2512.51, "word": " and", "probability": 0.6064453125}, {"start": 2512.51, "end": 2512.77, "word": " make", "probability": 0.476806640625}, {"start": 2512.77, "end": 2513.03, "word": " it", "probability": 0.74267578125}, {"start": 2513.03, "end": 2514.61, "word": " 0db", "probability": 0.5565592447916666}, {"start": 2514.61, "end": 2514.81, "word": " to", "probability": 0.393310546875}, {"start": 2514.81, "end": 2515.15, "word": " make", "probability": 0.358642578125}, {"start": 2515.15, "end": 2515.63, "word": " it", "probability": 0.8544921875}, {"start": 2515.63, "end": 2515.63, "word": " bigger", "probability": 0.45068359375}, {"start": 2515.63, "end": 2517.57, "word": " because", "probability": 0.39208984375}, {"start": 2517.57, "end": 2522.35, "word": " it", "probability": 0.358642578125}, {"start": 2522.35, "end": 2522.35, "word": " is", "probability": 0.67236328125}, {"start": 2522.35, "end": 2522.53, "word": " the", "probability": 0.74853515625}, {"start": 2522.53, "end": 2522.53, "word": " same", "probability": 0.9130859375}, {"start": 2522.53, "end": 2522.99, "word": " thing", "probability": 0.51513671875}, {"start": 2522.99, "end": 2523.97, "word": " this", "probability": 0.105224609375}, {"start": 2523.97, "end": 2524.33, "word": " command", "probability": 0.62890625}, {"start": 2524.33, "end": 2524.61, "word": " text", "probability": 0.76611328125}, {"start": 2524.61, "end": 2524.93, "word": " view", "probability": 0.74755859375}, {"start": 2524.93, "end": 2525.37, "word": " down", "probability": 0.3466796875}], "temperature": 1.0}, {"id": 96, "seek": 255600, "start": 2554.6, "end": 2556.0, "text": " Thank you sir. Yes.", "tokens": [1044, 291, 4735, 13, 1079, 13], "avg_logprob": -1.1841517516544886, "compression_ratio": 0.7142857142857143, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 2554.6, "end": 2556.0, "word": " Thank", "probability": 0.0584716796875}, {"start": 2556.0, "end": 2556.0, "word": " you", "probability": 0.93505859375}, {"start": 2556.0, "end": 2556.0, "word": " sir.", "probability": 0.203125}, {"start": 2556.0, "end": 2556.0, "word": " Yes.", "probability": 0.1488037109375}], "temperature": 1.0}, {"id": 97, "seek": 260003, "start": 2572.69, "end": 2600.03, "text": " What do we have here? We have this text, but it needs to be scrollable. We need to put scroll view. And what's inside it? Yes, text view. Now, what's next? This needs to be scroll view, inside the text view, and then there are buttons. Now, where do I start? Yes, think about it, the gate? No, I will start with the buttons below.", "tokens": [708, 360, 321, 362, 510, 30, 492, 362, 341, 2487, 11, 457, 309, 2203, 281, 312, 11369, 712, 13, 492, 643, 281, 829, 11369, 1910, 13, 400, 437, 311, 1854, 309, 30, 1079, 11, 2487, 1910, 13, 823, 11, 437, 311, 958, 30, 639, 2203, 281, 312, 11369, 1910, 11, 1854, 264, 2487, 1910, 11, 293, 550, 456, 366, 9905, 13, 823, 11, 689, 360, 286, 722, 30, 1079, 11, 519, 466, 309, 11, 264, 8539, 30, 883, 11, 286, 486, 722, 365, 264, 9905, 2507, 13], "avg_logprob": -0.5127841180021112, "compression_ratio": 1.7421052631578948, "no_speech_prob": 0.0, "words": [{"start": 2572.69, "end": 2573.07, "word": " What", "probability": 0.104736328125}, {"start": 2573.07, "end": 2573.25, "word": " do", "probability": 0.219482421875}, {"start": 2573.25, "end": 2573.27, "word": " we", "probability": 0.90576171875}, {"start": 2573.27, "end": 2573.43, "word": " have", "probability": 0.90087890625}, {"start": 2573.43, "end": 2573.45, "word": " here?", "probability": 0.30419921875}, {"start": 2574.11, "end": 2574.41, "word": " We", "probability": 0.385009765625}, {"start": 2574.41, "end": 2574.59, "word": " have", "probability": 0.91552734375}, {"start": 2574.59, "end": 2574.85, "word": " this", "probability": 0.296875}, {"start": 2574.85, "end": 2575.35, "word": " text,", "probability": 0.61474609375}, {"start": 2575.71, "end": 2576.11, "word": " but", "probability": 0.79931640625}, {"start": 2576.11, "end": 2576.79, "word": " it", "probability": 0.5966796875}, {"start": 2576.79, "end": 2576.99, "word": " needs", "probability": 0.276123046875}, {"start": 2576.99, "end": 2576.99, "word": " to", "probability": 0.72802734375}, {"start": 2576.99, "end": 2577.17, "word": " be", "probability": 0.736328125}, {"start": 2577.17, "end": 2577.63, "word": " scrollable.", "probability": 0.691650390625}, {"start": 2578.39, "end": 2578.79, "word": " We", "probability": 0.25439453125}, {"start": 2578.79, "end": 2578.99, "word": " need", "probability": 0.37353515625}, {"start": 2578.99, "end": 2579.03, "word": " to", "probability": 0.95166015625}, {"start": 2579.03, "end": 2579.21, "word": " put", "probability": 0.477294921875}, {"start": 2579.21, "end": 2579.55, "word": " scroll", "probability": 0.59716796875}, {"start": 2579.55, "end": 2579.87, "word": " view.", "probability": 0.35205078125}, {"start": 2580.15, "end": 2580.47, "word": " And", "probability": 0.75048828125}, {"start": 2580.47, "end": 2580.59, "word": " what's", "probability": 0.436279296875}, {"start": 2580.59, "end": 2580.73, "word": " inside", "probability": 0.7880859375}, {"start": 2580.73, "end": 2580.87, "word": " it?", "probability": 0.3935546875}, {"start": 2581.93, "end": 2582.21, "word": " Yes,", "probability": 0.5283203125}, {"start": 2582.27, "end": 2582.51, "word": " text", "probability": 0.7314453125}, {"start": 2582.51, "end": 2582.83, "word": " view.", "probability": 0.85888671875}, {"start": 2590.97, "end": 2591.37, "word": " Now,", "probability": 0.66845703125}, {"start": 2591.45, "end": 2591.65, "word": " what's", "probability": 0.714111328125}, {"start": 2591.65, "end": 2591.97, "word": " next?", "probability": 0.84912109375}, {"start": 2592.15, "end": 2592.35, "word": " This", "probability": 0.78515625}, {"start": 2592.35, "end": 2592.51, "word": " needs", "probability": 0.426025390625}, {"start": 2592.51, "end": 2592.55, "word": " to", "probability": 0.9658203125}, {"start": 2592.55, "end": 2592.69, "word": " be", "probability": 0.931640625}, {"start": 2592.69, "end": 2593.03, "word": " scroll", "probability": 0.80029296875}, {"start": 2593.03, "end": 2593.33, "word": " view,", "probability": 0.8720703125}, {"start": 2593.47, "end": 2593.63, "word": " inside", "probability": 0.52099609375}, {"start": 2593.63, "end": 2593.77, "word": " the", "probability": 0.315185546875}, {"start": 2593.77, "end": 2593.95, "word": " text", "probability": 0.9501953125}, {"start": 2593.95, "end": 2594.23, "word": " view,", "probability": 0.87939453125}, {"start": 2594.31, "end": 2594.43, "word": " and", "probability": 0.5849609375}, {"start": 2594.43, "end": 2594.53, "word": " then", "probability": 0.755859375}, {"start": 2594.53, "end": 2594.71, "word": " there", "probability": 0.59423828125}, {"start": 2594.71, "end": 2594.71, "word": " are", "probability": 0.7021484375}, {"start": 2594.71, "end": 2594.91, "word": " buttons.", "probability": 0.83984375}, {"start": 2595.39, "end": 2595.79, "word": " Now,", "probability": 0.791015625}, {"start": 2595.81, "end": 2596.07, "word": " where", "probability": 0.416015625}, {"start": 2596.07, "end": 2596.07, "word": " do", "probability": 0.4736328125}, {"start": 2596.07, "end": 2596.07, "word": " I", "probability": 0.9921875}, {"start": 2596.07, "end": 2596.27, "word": " start?", "probability": 0.83740234375}, {"start": 2596.73, "end": 2596.93, "word": " Yes,", "probability": 0.18896484375}, {"start": 2597.19, "end": 2597.31, "word": " think", "probability": 0.5439453125}, {"start": 2597.31, "end": 2597.41, "word": " about", "probability": 0.337890625}, {"start": 2597.41, "end": 2597.45, "word": " it,", "probability": 0.83935546875}, {"start": 2597.53, "end": 2597.53, "word": " the", "probability": 0.229736328125}, {"start": 2597.53, "end": 2597.75, "word": " gate?", "probability": 0.447021484375}, {"start": 2598.35, "end": 2598.59, "word": " No,", "probability": 0.9306640625}, {"start": 2598.89, "end": 2599.11, "word": " I", "probability": 0.88330078125}, {"start": 2599.11, "end": 2599.11, "word": " will", "probability": 0.31201171875}, {"start": 2599.11, "end": 2599.21, "word": " start", "probability": 0.8779296875}, {"start": 2599.21, "end": 2599.29, "word": " with", "probability": 0.6396484375}, {"start": 2599.29, "end": 2599.41, "word": " the", "probability": 0.8857421875}, {"start": 2599.41, "end": 2599.69, "word": " buttons", "probability": 0.8603515625}, {"start": 2599.69, "end": 2600.03, "word": " below.", "probability": 0.396484375}], "temperature": 1.0}, {"id": 98, "seek": 262501, "start": 2602.01, "end": 2625.01, "text": " Why? Because I always want the buttons at the bottom and I want this scroll to start from the bottom for the buttons. So if I show up in a longer screen, who will change its size? The scroll, but this remains fixed. So let's finish the fixed and connect this scroll to the buttons. So we want to go down to the buttons.", "tokens": [1545, 30, 1436, 286, 1009, 528, 264, 9905, 412, 264, 2767, 293, 286, 528, 341, 11369, 281, 722, 490, 264, 2767, 337, 264, 9905, 13, 407, 498, 286, 855, 493, 294, 257, 2854, 2568, 11, 567, 486, 1319, 1080, 2744, 30, 440, 11369, 11, 457, 341, 7023, 6806, 13, 407, 718, 311, 2413, 264, 6806, 293, 1745, 341, 11369, 281, 264, 9905, 13, 407, 321, 528, 281, 352, 760, 281, 264, 9905, 13], "avg_logprob": -0.5215371718277803, "compression_ratio": 1.7679558011049723, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2602.0099999999998, "end": 2602.49, "word": " Why?", "probability": 0.250732421875}, {"start": 2602.59, "end": 2602.81, "word": " Because", "probability": 0.7373046875}, {"start": 2602.81, "end": 2603.03, "word": " I", "probability": 0.83447265625}, {"start": 2603.03, "end": 2603.17, "word": " always", "probability": 0.53076171875}, {"start": 2603.17, "end": 2603.19, "word": " want", "probability": 0.5888671875}, {"start": 2603.19, "end": 2603.33, "word": " the", "probability": 0.474853515625}, {"start": 2603.33, "end": 2603.61, "word": " buttons", "probability": 0.8671875}, {"start": 2603.61, "end": 2604.15, "word": " at", "probability": 0.14697265625}, {"start": 2604.15, "end": 2604.15, "word": " the", "probability": 0.8896484375}, {"start": 2604.15, "end": 2604.31, "word": " bottom", "probability": 0.79345703125}, {"start": 2604.31, "end": 2605.05, "word": " and", "probability": 0.296875}, {"start": 2605.05, "end": 2605.15, "word": " I", "probability": 0.5791015625}, {"start": 2605.15, "end": 2605.31, "word": " want", "probability": 0.86083984375}, {"start": 2605.31, "end": 2605.49, "word": " this", "probability": 0.48291015625}, {"start": 2605.49, "end": 2605.79, "word": " scroll", "probability": 0.94580078125}, {"start": 2605.79, "end": 2606.45, "word": " to", "probability": 0.492919921875}, {"start": 2606.45, "end": 2606.75, "word": " start", "probability": 0.84765625}, {"start": 2606.75, "end": 2606.87, "word": " from", "probability": 0.72265625}, {"start": 2606.87, "end": 2607.25, "word": " the", "probability": 0.42138671875}, {"start": 2607.25, "end": 2607.27, "word": " bottom", "probability": 0.68798828125}, {"start": 2607.27, "end": 2607.71, "word": " for", "probability": 0.2587890625}, {"start": 2607.71, "end": 2608.45, "word": " the", "probability": 0.263427734375}, {"start": 2608.45, "end": 2609.29, "word": " buttons.", "probability": 0.818359375}, {"start": 2609.91, "end": 2610.39, "word": " So", "probability": 0.2325439453125}, {"start": 2610.39, "end": 2610.65, "word": " if", "probability": 0.6220703125}, {"start": 2610.65, "end": 2610.89, "word": " I", "probability": 0.880859375}, {"start": 2610.89, "end": 2611.21, "word": " show", "probability": 0.322509765625}, {"start": 2611.21, "end": 2611.25, "word": " up", "probability": 0.41943359375}, {"start": 2611.25, "end": 2611.33, "word": " in", "probability": 0.388671875}, {"start": 2611.33, "end": 2611.39, "word": " a", "probability": 0.94091796875}, {"start": 2611.39, "end": 2611.91, "word": " longer", "probability": 0.724609375}, {"start": 2611.91, "end": 2611.91, "word": " screen,", "probability": 0.75341796875}, {"start": 2612.85, "end": 2613.27, "word": " who", "probability": 0.339599609375}, {"start": 2613.27, "end": 2613.41, "word": " will", "probability": 0.5009765625}, {"start": 2613.41, "end": 2613.73, "word": " change", "probability": 0.79541015625}, {"start": 2613.73, "end": 2613.81, "word": " its", "probability": 0.48828125}, {"start": 2613.81, "end": 2614.03, "word": " size?", "probability": 0.8212890625}, {"start": 2615.07, "end": 2615.55, "word": " The", "probability": 0.765625}, {"start": 2615.55, "end": 2615.81, "word": " scroll,", "probability": 0.96044921875}, {"start": 2615.95, "end": 2616.15, "word": " but", "probability": 0.8681640625}, {"start": 2616.15, "end": 2616.39, "word": " this", "probability": 0.685546875}, {"start": 2616.39, "end": 2616.61, "word": " remains", "probability": 0.1912841796875}, {"start": 2616.61, "end": 2617.03, "word": " fixed.", "probability": 0.374267578125}, {"start": 2617.59, "end": 2617.73, "word": " So", "probability": 0.65087890625}, {"start": 2617.73, "end": 2618.15, "word": " let's", "probability": 0.908203125}, {"start": 2618.15, "end": 2618.33, "word": " finish", "probability": 0.5068359375}, {"start": 2618.33, "end": 2618.51, "word": " the", "probability": 0.45751953125}, {"start": 2618.51, "end": 2618.81, "word": " fixed", "probability": 0.802734375}, {"start": 2618.81, "end": 2618.95, "word": " and", "probability": 0.357421875}, {"start": 2618.95, "end": 2619.27, "word": " connect", "probability": 0.537109375}, {"start": 2619.27, "end": 2619.61, "word": " this", "probability": 0.6044921875}, {"start": 2619.61, "end": 2620.05, "word": " scroll", "probability": 0.849609375}, {"start": 2620.05, "end": 2620.23, "word": " to", "probability": 0.546875}, {"start": 2620.23, "end": 2620.61, "word": " the", "probability": 0.79833984375}, {"start": 2620.61, "end": 2620.93, "word": " buttons.", "probability": 0.74951171875}, {"start": 2622.23, "end": 2622.59, "word": " So", "probability": 0.6884765625}, {"start": 2622.59, "end": 2623.83, "word": " we", "probability": 0.6796875}, {"start": 2623.83, "end": 2623.99, "word": " want", "probability": 0.40380859375}, {"start": 2623.99, "end": 2624.11, "word": " to", "probability": 0.9521484375}, {"start": 2624.11, "end": 2624.27, "word": " go", "probability": 0.62255859375}, {"start": 2624.27, "end": 2624.51, "word": " down", "probability": 0.712890625}, {"start": 2624.51, "end": 2624.69, "word": " to", "probability": 0.93994140625}, {"start": 2624.69, "end": 2624.75, "word": " the", "probability": 0.7822265625}, {"start": 2624.75, "end": 2625.01, "word": " buttons.", "probability": 0.88525390625}], "temperature": 1.0}, {"id": 99, "seek": 265530, "start": 2630.14, "end": 2655.3, "text": " Of course, where did the buttons come from? He put them on this side, right? Okay? This connected them to the corner of the screen. And what's next to it is connected to it. So this is this side. Put the top with the top, like this.", "tokens": [2720, 1164, 11, 689, 630, 264, 9905, 808, 490, 30, 634, 829, 552, 322, 341, 1252, 11, 558, 30, 1033, 30, 639, 4582, 552, 281, 264, 4538, 295, 264, 2568, 13, 400, 437, 311, 958, 281, 309, 307, 4582, 281, 309, 13, 407, 341, 307, 341, 1252, 13, 4935, 264, 1192, 365, 264, 1192, 11, 411, 341, 13], "avg_logprob": -0.5384004136263314, "compression_ratio": 1.5032258064516129, "no_speech_prob": 0.0, "words": [{"start": 2630.14, "end": 2630.38, "word": " Of", "probability": 0.221435546875}, {"start": 2630.38, "end": 2630.44, "word": " course,", "probability": 0.90966796875}, {"start": 2630.56, "end": 2630.56, "word": " where", "probability": 0.359619140625}, {"start": 2630.56, "end": 2630.56, "word": " did", "probability": 0.27197265625}, {"start": 2630.56, "end": 2630.56, "word": " the", "probability": 0.422119140625}, {"start": 2630.56, "end": 2630.82, "word": " buttons", "probability": 0.75732421875}, {"start": 2630.82, "end": 2631.12, "word": " come", "probability": 0.366455078125}, {"start": 2631.12, "end": 2631.42, "word": " from?", "probability": 0.85302734375}, {"start": 2631.54, "end": 2631.56, "word": " He", "probability": 0.1978759765625}, {"start": 2631.56, "end": 2631.7, "word": " put", "probability": 0.66064453125}, {"start": 2631.7, "end": 2631.92, "word": " them", "probability": 0.82373046875}, {"start": 2631.92, "end": 2633.14, "word": " on", "probability": 0.7841796875}, {"start": 2633.14, "end": 2634.26, "word": " this", "probability": 0.6796875}, {"start": 2634.26, "end": 2634.5, "word": " side,", "probability": 0.76708984375}, {"start": 2634.96, "end": 2635.34, "word": " right?", "probability": 0.7626953125}, {"start": 2638.62, "end": 2639.02, "word": " Okay?", "probability": 0.1717529296875}, {"start": 2639.28, "end": 2639.46, "word": " This", "probability": 0.304931640625}, {"start": 2639.46, "end": 2639.66, "word": " connected", "probability": 0.348388671875}, {"start": 2639.66, "end": 2639.86, "word": " them", "probability": 0.78955078125}, {"start": 2639.86, "end": 2639.96, "word": " to", "probability": 0.77783203125}, {"start": 2639.96, "end": 2640.12, "word": " the", "probability": 0.86474609375}, {"start": 2640.12, "end": 2640.38, "word": " corner", "probability": 0.363525390625}, {"start": 2640.38, "end": 2640.76, "word": " of", "probability": 0.92041015625}, {"start": 2640.76, "end": 2640.94, "word": " the", "probability": 0.92724609375}, {"start": 2640.94, "end": 2641.22, "word": " screen.", "probability": 0.85107421875}, {"start": 2642.4, "end": 2642.8, "word": " And", "probability": 0.54296875}, {"start": 2642.8, "end": 2643.48, "word": " what's", "probability": 0.38330078125}, {"start": 2643.48, "end": 2643.68, "word": " next", "probability": 0.748046875}, {"start": 2643.68, "end": 2643.78, "word": " to", "probability": 0.88134765625}, {"start": 2643.78, "end": 2643.8, "word": " it", "probability": 0.83203125}, {"start": 2643.8, "end": 2643.84, "word": " is", "probability": 0.4990234375}, {"start": 2643.84, "end": 2644.04, "word": " connected", "probability": 0.5458984375}, {"start": 2644.04, "end": 2644.24, "word": " to", "probability": 0.89404296875}, {"start": 2644.24, "end": 2644.4, "word": " it.", "probability": 0.83642578125}, {"start": 2648.5, "end": 2648.9, "word": " So", "probability": 0.5498046875}, {"start": 2648.9, "end": 2649.24, "word": " this", "probability": 0.6962890625}, {"start": 2649.24, "end": 2649.74, "word": " is", "probability": 0.320068359375}, {"start": 2649.74, "end": 2650.06, "word": " this", "probability": 0.369384765625}, {"start": 2650.06, "end": 2650.06, "word": " side.", "probability": 0.607421875}, {"start": 2653.74, "end": 2654.14, "word": " Put", "probability": 0.7666015625}, {"start": 2654.14, "end": 2654.32, "word": " the", "probability": 0.75732421875}, {"start": 2654.32, "end": 2654.44, "word": " top", "probability": 0.8349609375}, {"start": 2654.44, "end": 2654.58, "word": " with", "probability": 0.50341796875}, {"start": 2654.58, "end": 2654.74, "word": " the", "probability": 0.759765625}, {"start": 2654.74, "end": 2654.94, "word": " top,", "probability": 0.953125}, {"start": 2655.02, "end": 2655.22, "word": " like", "probability": 0.78271484375}, {"start": 2655.22, "end": 2655.3, "word": " this.", "probability": 0.69580078125}], "temperature": 1.0}, {"id": 100, "seek": 268727, "start": 2660.35, "end": 2687.27, "text": " Do you see here in this area, it says scroll view, it goes from here to here, right or not? This will always stay down, tomorrow the screen size will go down and the scroll will go from here to here Do you understand why I started from the bottom? Sometimes you have to decide, you can change, you can't go in order Okay, now this is scroll view, drag it and put it here Of course, the scroll view will not show up with you, there is no content yet", "tokens": [1144, 291, 536, 510, 294, 341, 1859, 11, 309, 1619, 11369, 1910, 11, 309, 1709, 490, 510, 281, 510, 11, 558, 420, 406, 30, 639, 486, 1009, 1754, 760, 11, 4153, 264, 2568, 2744, 486, 352, 760, 293, 264, 11369, 486, 352, 490, 510, 281, 510, 1144, 291, 1223, 983, 286, 1409, 490, 264, 2767, 30, 4803, 291, 362, 281, 4536, 11, 291, 393, 1319, 11, 291, 393, 380, 352, 294, 1668, 1033, 11, 586, 341, 307, 11369, 1910, 11, 5286, 309, 293, 829, 309, 510, 2720, 1164, 11, 264, 11369, 1910, 486, 406, 855, 493, 365, 291, 11, 456, 307, 572, 2701, 1939], "avg_logprob": -0.5446428389776321, "compression_ratio": 1.796, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2660.35, "end": 2660.79, "word": " Do", "probability": 0.04241943359375}, {"start": 2660.79, "end": 2661.23, "word": " you", "probability": 0.94873046875}, {"start": 2661.23, "end": 2661.37, "word": " see", "probability": 0.57763671875}, {"start": 2661.37, "end": 2661.79, "word": " here", "probability": 0.2169189453125}, {"start": 2661.79, "end": 2662.09, "word": " in", "probability": 0.41259765625}, {"start": 2662.09, "end": 2662.17, "word": " this", "probability": 0.53076171875}, {"start": 2662.17, "end": 2662.51, "word": " area,", "probability": 0.306884765625}, {"start": 2662.65, "end": 2662.83, "word": " it", "probability": 0.40966796875}, {"start": 2662.83, "end": 2662.97, "word": " says", "probability": 0.11346435546875}, {"start": 2662.97, "end": 2663.33, "word": " scroll", "probability": 0.46875}, {"start": 2663.33, "end": 2663.71, "word": " view,", "probability": 0.6181640625}, {"start": 2663.83, "end": 2663.91, "word": " it", "probability": 0.6455078125}, {"start": 2663.91, "end": 2664.09, "word": " goes", "probability": 0.295654296875}, {"start": 2664.09, "end": 2664.23, "word": " from", "probability": 0.73876953125}, {"start": 2664.23, "end": 2664.49, "word": " here", "probability": 0.75390625}, {"start": 2664.49, "end": 2664.65, "word": " to", "probability": 0.9609375}, {"start": 2664.65, "end": 2664.91, "word": " here,", "probability": 0.65234375}, {"start": 2665.19, "end": 2665.41, "word": " right", "probability": 0.369384765625}, {"start": 2665.41, "end": 2665.59, "word": " or", "probability": 0.75390625}, {"start": 2665.59, "end": 2665.71, "word": " not?", "probability": 0.43212890625}, {"start": 2666.77, "end": 2667.21, "word": " This", "probability": 0.413330078125}, {"start": 2667.21, "end": 2667.37, "word": " will", "probability": 0.277099609375}, {"start": 2667.37, "end": 2667.51, "word": " always", "probability": 0.697265625}, {"start": 2667.51, "end": 2667.83, "word": " stay", "probability": 0.7119140625}, {"start": 2667.83, "end": 2668.13, "word": " down,", "probability": 0.353515625}, {"start": 2668.33, "end": 2668.67, "word": " tomorrow", "probability": 0.63330078125}, {"start": 2668.67, "end": 2669.11, "word": " the", "probability": 0.459716796875}, {"start": 2669.11, "end": 2669.33, "word": " screen", "probability": 0.7626953125}, {"start": 2669.33, "end": 2669.33, "word": " size", "probability": 0.5166015625}, {"start": 2669.33, "end": 2669.55, "word": " will", "probability": 0.59033203125}, {"start": 2669.55, "end": 2669.79, "word": " go", "probability": 0.5390625}, {"start": 2669.79, "end": 2670.11, "word": " down", "probability": 0.84326171875}, {"start": 2670.11, "end": 2670.31, "word": " and", "probability": 0.615234375}, {"start": 2670.31, "end": 2670.47, "word": " the", "probability": 0.3876953125}, {"start": 2670.47, "end": 2670.67, "word": " scroll", "probability": 0.95068359375}, {"start": 2670.67, "end": 2671.07, "word": " will", "probability": 0.681640625}, {"start": 2671.07, "end": 2671.39, "word": " go", "probability": 0.6171875}, {"start": 2671.39, "end": 2671.53, "word": " from", "probability": 0.66650390625}, {"start": 2671.53, "end": 2671.75, "word": " here", "probability": 0.8203125}, {"start": 2671.75, "end": 2671.87, "word": " to", "probability": 0.9619140625}, {"start": 2671.87, "end": 2672.05, "word": " here", "probability": 0.8349609375}, {"start": 2672.05, "end": 2672.77, "word": " Do", "probability": 0.311767578125}, {"start": 2672.77, "end": 2672.77, "word": " you", "probability": 0.970703125}, {"start": 2672.77, "end": 2672.93, "word": " understand", "probability": 0.619140625}, {"start": 2672.93, "end": 2673.09, "word": " why", "probability": 0.85400390625}, {"start": 2673.09, "end": 2673.23, "word": " I", "probability": 0.8740234375}, {"start": 2673.23, "end": 2673.47, "word": " started", "probability": 0.82470703125}, {"start": 2673.47, "end": 2673.59, "word": " from", "probability": 0.8125}, {"start": 2673.59, "end": 2673.73, "word": " the", "probability": 0.365478515625}, {"start": 2673.73, "end": 2673.95, "word": " bottom?", "probability": 0.84228515625}, {"start": 2674.69, "end": 2675.11, "word": " Sometimes", "probability": 0.748046875}, {"start": 2675.11, "end": 2675.59, "word": " you", "probability": 0.86474609375}, {"start": 2675.59, "end": 2675.77, "word": " have", "probability": 0.2232666015625}, {"start": 2675.77, "end": 2675.93, "word": " to", "probability": 0.9658203125}, {"start": 2675.93, "end": 2676.27, "word": " decide,", "probability": 0.275634765625}, {"start": 2676.63, "end": 2676.93, "word": " you", "probability": 0.7705078125}, {"start": 2676.93, "end": 2677.13, "word": " can", "probability": 0.72119140625}, {"start": 2677.13, "end": 2677.47, "word": " change,", "probability": 0.80126953125}, {"start": 2677.59, "end": 2677.95, "word": " you", "probability": 0.75341796875}, {"start": 2677.95, "end": 2678.17, "word": " can't", "probability": 0.5523681640625}, {"start": 2678.17, "end": 2678.17, "word": " go", "probability": 0.462646484375}, {"start": 2678.17, "end": 2678.31, "word": " in", "probability": 0.6884765625}, {"start": 2678.31, "end": 2678.67, "word": " order", "probability": 0.763671875}, {"start": 2678.67, "end": 2681.07, "word": " Okay,", "probability": 0.317626953125}, {"start": 2681.21, "end": 2681.53, "word": " now", "probability": 0.77734375}, {"start": 2681.53, "end": 2681.77, "word": " this", "probability": 0.703125}, {"start": 2681.77, "end": 2681.85, "word": " is", "probability": 0.50634765625}, {"start": 2681.85, "end": 2682.07, "word": " scroll", "probability": 0.463134765625}, {"start": 2682.07, "end": 2682.43, "word": " view,", "probability": 0.90576171875}, {"start": 2682.81, "end": 2683.09, "word": " drag", "probability": 0.43212890625}, {"start": 2683.09, "end": 2683.25, "word": " it", "probability": 0.54833984375}, {"start": 2683.25, "end": 2683.29, "word": " and", "probability": 0.70556640625}, {"start": 2683.29, "end": 2683.49, "word": " put", "probability": 0.685546875}, {"start": 2683.49, "end": 2683.59, "word": " it", "probability": 0.9072265625}, {"start": 2683.59, "end": 2683.75, "word": " here", "probability": 0.837890625}, {"start": 2683.75, "end": 2683.95, "word": " Of", "probability": 0.51318359375}, {"start": 2683.95, "end": 2683.97, "word": " course,", "probability": 0.95849609375}, {"start": 2684.05, "end": 2684.09, "word": " the", "probability": 0.583984375}, {"start": 2684.09, "end": 2684.27, "word": " scroll", "probability": 0.96484375}, {"start": 2684.27, "end": 2684.59, "word": " view", "probability": 0.88818359375}, {"start": 2684.59, "end": 2684.89, "word": " will", "probability": 0.6337890625}, {"start": 2684.89, "end": 2684.89, "word": " not", "probability": 0.9375}, {"start": 2684.89, "end": 2685.23, "word": " show", "probability": 0.481689453125}, {"start": 2685.23, "end": 2685.31, "word": " up", "probability": 0.53564453125}, {"start": 2685.31, "end": 2685.41, "word": " with", "probability": 0.59130859375}, {"start": 2685.41, "end": 2685.57, "word": " you,", "probability": 0.95947265625}, {"start": 2685.71, "end": 2686.25, "word": " there", "probability": 0.410888671875}, {"start": 2686.25, "end": 2686.47, "word": " is", "probability": 0.91357421875}, {"start": 2686.47, "end": 2686.55, "word": " no", "probability": 0.90283203125}, {"start": 2686.55, "end": 2686.99, "word": " content", "probability": 0.9462890625}, {"start": 2686.99, "end": 2687.27, "word": " yet", "probability": 0.5927734375}], "temperature": 1.0}, {"id": 101, "seek": 271737, "start": 2688.57, "end": 2717.37, "text": " Because it will show you a blue square like this Because the scroll view The first thing, the width of it is equal to the width of the screen Right? What did he do in it? This is the scroll view End, start and start of parent Okay There is one of the elements that is not connected yet", "tokens": [1436, 309, 486, 855, 291, 257, 3344, 3732, 411, 341, 1436, 264, 11369, 1910, 440, 700, 551, 11, 264, 11402, 295, 309, 307, 2681, 281, 264, 11402, 295, 264, 2568, 1779, 30, 708, 630, 415, 360, 294, 309, 30, 639, 307, 264, 11369, 1910, 6967, 11, 722, 293, 722, 295, 2596, 1033, 821, 307, 472, 295, 264, 4959, 300, 307, 406, 4582, 1939], "avg_logprob": -0.5971679789945483, "compression_ratio": 1.5977653631284916, "no_speech_prob": 0.0, "words": [{"start": 2688.57, "end": 2688.87, "word": " Because", "probability": 0.2257080078125}, {"start": 2688.87, "end": 2689.11, "word": " it", "probability": 0.479248046875}, {"start": 2689.11, "end": 2689.25, "word": " will", "probability": 0.6357421875}, {"start": 2689.25, "end": 2689.45, "word": " show", "probability": 0.228271484375}, {"start": 2689.45, "end": 2689.65, "word": " you", "probability": 0.6435546875}, {"start": 2689.65, "end": 2689.73, "word": " a", "probability": 0.8125}, {"start": 2689.73, "end": 2690.21, "word": " blue", "probability": 0.72705078125}, {"start": 2690.21, "end": 2690.21, "word": " square", "probability": 0.66845703125}, {"start": 2690.21, "end": 2690.37, "word": " like", "probability": 0.236328125}, {"start": 2690.37, "end": 2690.87, "word": " this", "probability": 0.4921875}, {"start": 2690.87, "end": 2691.33, "word": " Because", "probability": 0.51318359375}, {"start": 2691.33, "end": 2691.47, "word": " the", "probability": 0.36962890625}, {"start": 2691.47, "end": 2691.65, "word": " scroll", "probability": 0.8427734375}, {"start": 2691.65, "end": 2692.01, "word": " view", "probability": 0.68359375}, {"start": 2692.01, "end": 2693.85, "word": " The", "probability": 0.283935546875}, {"start": 2693.85, "end": 2694.01, "word": " first", "probability": 0.8291015625}, {"start": 2694.01, "end": 2694.27, "word": " thing,", "probability": 0.7861328125}, {"start": 2694.35, "end": 2694.37, "word": " the", "probability": 0.37109375}, {"start": 2694.37, "end": 2694.55, "word": " width", "probability": 0.304443359375}, {"start": 2694.55, "end": 2694.79, "word": " of", "probability": 0.72216796875}, {"start": 2694.79, "end": 2695.01, "word": " it", "probability": 0.4208984375}, {"start": 2695.01, "end": 2695.79, "word": " is", "probability": 0.4423828125}, {"start": 2695.79, "end": 2696.37, "word": " equal", "probability": 0.1612548828125}, {"start": 2696.37, "end": 2696.43, "word": " to", "probability": 0.95947265625}, {"start": 2696.43, "end": 2696.55, "word": " the", "probability": 0.86572265625}, {"start": 2696.55, "end": 2696.77, "word": " width", "probability": 0.359375}, {"start": 2696.77, "end": 2696.93, "word": " of", "probability": 0.96484375}, {"start": 2696.93, "end": 2696.93, "word": " the", "probability": 0.89892578125}, {"start": 2696.93, "end": 2696.93, "word": " screen", "probability": 0.83154296875}, {"start": 2696.93, "end": 2697.59, "word": " Right?", "probability": 0.437744140625}, {"start": 2701.47, "end": 2701.91, "word": " What", "probability": 0.5341796875}, {"start": 2701.91, "end": 2705.39, "word": " did", "probability": 0.5419921875}, {"start": 2705.39, "end": 2705.39, "word": " he", "probability": 0.69873046875}, {"start": 2705.39, "end": 2705.57, "word": " do", "probability": 0.92578125}, {"start": 2705.57, "end": 2705.79, "word": " in", "probability": 0.292236328125}, {"start": 2705.79, "end": 2706.05, "word": " it?", "probability": 0.65380859375}, {"start": 2706.15, "end": 2706.39, "word": " This", "probability": 0.1383056640625}, {"start": 2706.39, "end": 2706.45, "word": " is", "probability": 0.896484375}, {"start": 2706.45, "end": 2706.59, "word": " the", "probability": 0.736328125}, {"start": 2706.59, "end": 2706.77, "word": " scroll", "probability": 0.9462890625}, {"start": 2706.77, "end": 2707.21, "word": " view", "probability": 0.88427734375}, {"start": 2707.21, "end": 2712.31, "word": " End,", "probability": 0.51123046875}, {"start": 2712.39, "end": 2712.83, "word": " start", "probability": 0.61767578125}, {"start": 2712.83, "end": 2712.97, "word": " and", "probability": 0.434326171875}, {"start": 2712.97, "end": 2713.21, "word": " start", "probability": 0.896484375}, {"start": 2713.21, "end": 2713.39, "word": " of", "probability": 0.72314453125}, {"start": 2713.39, "end": 2713.67, "word": " parent", "probability": 0.89453125}, {"start": 2713.67, "end": 2713.93, "word": " Okay", "probability": 0.129150390625}, {"start": 2713.93, "end": 2715.65, "word": " There", "probability": 0.42333984375}, {"start": 2715.65, "end": 2715.83, "word": " is", "probability": 0.876953125}, {"start": 2715.83, "end": 2716.07, "word": " one", "probability": 0.78955078125}, {"start": 2716.07, "end": 2716.23, "word": " of", "probability": 0.447509765625}, {"start": 2716.23, "end": 2716.27, "word": " the", "probability": 0.8857421875}, {"start": 2716.27, "end": 2716.55, "word": " elements", "probability": 0.8720703125}, {"start": 2716.55, "end": 2716.77, "word": " that", "probability": 0.6513671875}, {"start": 2716.77, "end": 2716.93, "word": " is", "probability": 0.826171875}, {"start": 2716.93, "end": 2717.01, "word": " not", "probability": 0.7001953125}, {"start": 2717.01, "end": 2717.29, "word": " connected", "probability": 0.469970703125}, {"start": 2717.29, "end": 2717.37, "word": " yet", "probability": 0.900390625}], "temperature": 1.0}, {"id": 102, "seek": 274681, "start": 2721.13, "end": 2746.81, "text": " It is the scroll view only From the top and bottom, we did not connect the scroll view So, we need one of these below See, when we remove the margin, it became a bit annoying And from below, it is connected to the top", "tokens": [467, 307, 264, 11369, 1910, 787, 3358, 264, 1192, 293, 2767, 11, 321, 630, 406, 1745, 264, 11369, 1910, 407, 11, 321, 643, 472, 295, 613, 2507, 3008, 11, 562, 321, 4159, 264, 10270, 11, 309, 3062, 257, 857, 11304, 400, 490, 2507, 11, 309, 307, 4582, 281, 264, 1192], "avg_logprob": -0.6746323669657988, "compression_ratio": 1.5460992907801419, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2721.13, "end": 2721.47, "word": " It", "probability": 0.2197265625}, {"start": 2721.47, "end": 2721.59, "word": " is", "probability": 0.460693359375}, {"start": 2721.59, "end": 2721.71, "word": " the", "probability": 0.2076416015625}, {"start": 2721.71, "end": 2721.91, "word": " scroll", "probability": 0.84033203125}, {"start": 2721.91, "end": 2722.21, "word": " view", "probability": 0.8720703125}, {"start": 2722.21, "end": 2722.51, "word": " only", "probability": 0.37841796875}, {"start": 2722.51, "end": 2723.53, "word": " From", "probability": 0.29638671875}, {"start": 2723.53, "end": 2723.73, "word": " the", "probability": 0.4609375}, {"start": 2723.73, "end": 2723.89, "word": " top", "probability": 0.919921875}, {"start": 2723.89, "end": 2724.29, "word": " and", "probability": 0.473876953125}, {"start": 2724.29, "end": 2724.29, "word": " bottom,", "probability": 0.6640625}, {"start": 2724.31, "end": 2724.51, "word": " we", "probability": 0.71044921875}, {"start": 2724.51, "end": 2724.51, "word": " did", "probability": 0.51953125}, {"start": 2724.51, "end": 2724.57, "word": " not", "probability": 0.93798828125}, {"start": 2724.57, "end": 2724.57, "word": " connect", "probability": 0.54345703125}, {"start": 2724.57, "end": 2724.85, "word": " the", "probability": 0.3701171875}, {"start": 2724.85, "end": 2725.03, "word": " scroll", "probability": 0.9609375}, {"start": 2725.03, "end": 2725.39, "word": " view", "probability": 0.88525390625}, {"start": 2725.39, "end": 2726.49, "word": " So,", "probability": 0.2247314453125}, {"start": 2726.95, "end": 2726.97, "word": " we", "probability": 0.58447265625}, {"start": 2726.97, "end": 2727.15, "word": " need", "probability": 0.401611328125}, {"start": 2727.15, "end": 2727.75, "word": " one", "probability": 0.46240234375}, {"start": 2727.75, "end": 2727.99, "word": " of", "probability": 0.81396484375}, {"start": 2727.99, "end": 2728.27, "word": " these", "probability": 0.5576171875}, {"start": 2728.27, "end": 2728.43, "word": " below", "probability": 0.2059326171875}, {"start": 2728.43, "end": 2730.99, "word": " See,", "probability": 0.09429931640625}, {"start": 2732.51, "end": 2732.67, "word": " when", "probability": 0.55908203125}, {"start": 2732.67, "end": 2732.87, "word": " we", "probability": 0.90478515625}, {"start": 2732.87, "end": 2732.87, "word": " remove", "probability": 0.53173828125}, {"start": 2732.87, "end": 2732.99, "word": " the", "probability": 0.64453125}, {"start": 2732.99, "end": 2733.33, "word": " margin,", "probability": 0.94482421875}, {"start": 2733.53, "end": 2733.89, "word": " it", "probability": 0.29931640625}, {"start": 2733.89, "end": 2737.53, "word": " became", "probability": 0.240966796875}, {"start": 2737.53, "end": 2737.69, "word": " a", "probability": 0.394775390625}, {"start": 2737.69, "end": 2738.11, "word": " bit", "probability": 0.36669921875}, {"start": 2738.11, "end": 2738.11, "word": " annoying", "probability": 0.384033203125}, {"start": 2738.11, "end": 2745.05, "word": " And", "probability": 0.5498046875}, {"start": 2745.05, "end": 2745.19, "word": " from", "probability": 0.34033203125}, {"start": 2745.19, "end": 2745.63, "word": " below,", "probability": 0.7890625}, {"start": 2745.73, "end": 2745.81, "word": " it", "probability": 0.341064453125}, {"start": 2745.81, "end": 2745.81, "word": " is", "probability": 0.8662109375}, {"start": 2745.81, "end": 2746.01, "word": " connected", "probability": 0.6220703125}, {"start": 2746.01, "end": 2746.41, "word": " to", "probability": 0.7548828125}, {"start": 2746.41, "end": 2746.53, "word": " the", "probability": 0.830078125}, {"start": 2746.53, "end": 2746.81, "word": " top", "probability": 0.95751953125}], "temperature": 1.0}, {"id": 103, "seek": 277449, "start": 2749.49, "end": 2774.49, "text": " What happened? It should be connected like this. This is the end with the end and the start with the start and then the top", "tokens": [708, 2011, 30, 467, 820, 312, 4582, 411, 341, 13, 639, 307, 264, 917, 365, 264, 917, 293, 264, 722, 365, 264, 722, 293, 550, 264, 1192], "avg_logprob": -0.5133928528853825, "compression_ratio": 1.3777777777777778, "no_speech_prob": 0.0, "words": [{"start": 2749.49, "end": 2749.81, "word": " What", "probability": 0.3798828125}, {"start": 2749.81, "end": 2750.09, "word": " happened?", "probability": 0.75}, {"start": 2758.83, "end": 2758.83, "word": " It", "probability": 0.263671875}, {"start": 2758.83, "end": 2762.59, "word": " should", "probability": 0.1954345703125}, {"start": 2762.59, "end": 2763.69, "word": " be", "probability": 0.72412109375}, {"start": 2763.69, "end": 2763.71, "word": " connected", "probability": 0.39990234375}, {"start": 2763.71, "end": 2763.71, "word": " like", "probability": 0.68017578125}, {"start": 2763.71, "end": 2764.07, "word": " this.", "probability": 0.84228515625}, {"start": 2764.57, "end": 2765.21, "word": " This", "probability": 0.5146484375}, {"start": 2765.21, "end": 2765.31, "word": " is", "probability": 0.90625}, {"start": 2765.31, "end": 2765.41, "word": " the", "probability": 0.560546875}, {"start": 2765.41, "end": 2765.73, "word": " end", "probability": 0.75732421875}, {"start": 2765.73, "end": 2766.09, "word": " with", "probability": 0.57275390625}, {"start": 2766.09, "end": 2766.23, "word": " the", "probability": 0.7041015625}, {"start": 2766.23, "end": 2766.55, "word": " end", "probability": 0.8515625}, {"start": 2766.55, "end": 2767.47, "word": " and", "probability": 0.41943359375}, {"start": 2767.47, "end": 2767.61, "word": " the", "probability": 0.380126953125}, {"start": 2767.61, "end": 2767.89, "word": " start", "probability": 0.94482421875}, {"start": 2767.89, "end": 2768.05, "word": " with", "probability": 0.87255859375}, {"start": 2768.05, "end": 2768.17, "word": " the", "probability": 0.90576171875}, {"start": 2768.17, "end": 2768.67, "word": " start", "probability": 0.9375}, {"start": 2768.67, "end": 2771.33, "word": " and", "probability": 0.473876953125}, {"start": 2771.33, "end": 2771.75, "word": " then", "probability": 0.76904296875}, {"start": 2771.75, "end": 2773.53, "word": " the", "probability": 0.61328125}, {"start": 2773.53, "end": 2774.49, "word": " top", "probability": 0.5498046875}], "temperature": 1.0}, {"id": 104, "seek": 280426, "start": 2778.3, "end": 2804.26, "text": " For scrolling with the .. to bottom of .. yes, this is connected from above, from below it is not connected yet, it is not connected with me bottom to top of which button is this? fifteen", "tokens": [1171, 29053, 365, 264, 4386, 281, 2767, 295, 4386, 2086, 11, 341, 307, 4582, 490, 3673, 11, 490, 2507, 309, 307, 406, 4582, 1939, 11, 309, 307, 406, 4582, 365, 385, 2767, 281, 1192, 295, 597, 2960, 307, 341, 30, 18126], "avg_logprob": -0.6536458063693273, "compression_ratio": 1.5284552845528456, "no_speech_prob": 0.0, "words": [{"start": 2778.3, "end": 2778.82, "word": " For", "probability": 0.253662109375}, {"start": 2778.82, "end": 2779.42, "word": " scrolling", "probability": 0.65625}, {"start": 2779.42, "end": 2779.8, "word": " with", "probability": 0.334228515625}, {"start": 2779.8, "end": 2780.6, "word": " the", "probability": 0.39990234375}, {"start": 2780.6, "end": 2780.8, "word": " ..", "probability": 0.09967041015625}, {"start": 2780.8, "end": 2781.78, "word": " to", "probability": 0.43310546875}, {"start": 2781.78, "end": 2782.04, "word": " bottom", "probability": 0.8427734375}, {"start": 2782.04, "end": 2782.36, "word": " of", "probability": 0.473388671875}, {"start": 2782.36, "end": 2782.8, "word": " ..", "probability": 0.29052734375}, {"start": 2782.8, "end": 2782.98, "word": " yes,", "probability": 0.252685546875}, {"start": 2783.02, "end": 2783.44, "word": " this", "probability": 0.52294921875}, {"start": 2783.44, "end": 2783.64, "word": " is", "probability": 0.5361328125}, {"start": 2783.64, "end": 2783.64, "word": " connected", "probability": 0.345703125}, {"start": 2783.64, "end": 2783.64, "word": " from", "probability": 0.79541015625}, {"start": 2783.64, "end": 2784.18, "word": " above,", "probability": 0.76220703125}, {"start": 2785.7, "end": 2786.32, "word": " from", "probability": 0.322021484375}, {"start": 2786.32, "end": 2786.64, "word": " below", "probability": 0.80224609375}, {"start": 2786.64, "end": 2786.8, "word": " it", "probability": 0.402587890625}, {"start": 2786.8, "end": 2786.84, "word": " is", "probability": 0.55859375}, {"start": 2786.84, "end": 2786.84, "word": " not", "probability": 0.81689453125}, {"start": 2786.84, "end": 2787.12, "word": " connected", "probability": 0.80419921875}, {"start": 2787.12, "end": 2787.58, "word": " yet,", "probability": 0.7265625}, {"start": 2787.62, "end": 2787.72, "word": " it", "probability": 0.84619140625}, {"start": 2787.72, "end": 2787.74, "word": " is", "probability": 0.5224609375}, {"start": 2787.74, "end": 2787.74, "word": " not", "probability": 0.90185546875}, {"start": 2787.74, "end": 2788.04, "word": " connected", "probability": 0.8466796875}, {"start": 2788.04, "end": 2788.42, "word": " with", "probability": 0.50439453125}, {"start": 2788.42, "end": 2788.7, "word": " me", "probability": 0.927734375}, {"start": 2788.7, "end": 2794.78, "word": " bottom", "probability": 0.202392578125}, {"start": 2794.78, "end": 2798.02, "word": " to", "probability": 0.8505859375}, {"start": 2798.02, "end": 2798.3, "word": " top", "probability": 0.95458984375}, {"start": 2798.3, "end": 2798.74, "word": " of", "probability": 0.935546875}, {"start": 2798.74, "end": 2800.6, "word": " which", "probability": 0.3310546875}, {"start": 2800.6, "end": 2800.84, "word": " button", "probability": 0.69921875}, {"start": 2800.84, "end": 2801.26, "word": " is", "probability": 0.63232421875}, {"start": 2801.26, "end": 2801.26, "word": " this?", "probability": 0.8525390625}, {"start": 2803.5, "end": 2804.26, "word": " fifteen", "probability": 0.505859375}], "temperature": 1.0}, {"id": 105, "seek": 283924, "start": 2814.06, "end": 2839.24, "text": " I couldn't drag and drop it. I made it with code. This gate is supposed to be connected from the start, from the end and from the top. What does this mean? Its top is bottom-off from edit text. And its bottom is top-off from the bottom. What is inside this gate?", "tokens": [286, 2809, 380, 5286, 293, 3270, 309, 13, 286, 1027, 309, 365, 3089, 13, 639, 8539, 307, 3442, 281, 312, 4582, 490, 264, 722, 11, 490, 264, 917, 293, 490, 264, 1192, 13, 708, 775, 341, 914, 30, 6953, 1192, 307, 2767, 12, 4506, 490, 8129, 2487, 13, 400, 1080, 2767, 307, 1192, 12, 4506, 490, 264, 2767, 13, 708, 307, 1854, 341, 8539, 30], "avg_logprob": -0.47301137763442413, "compression_ratio": 1.593939393939394, "no_speech_prob": 0.0, "words": [{"start": 2814.06, "end": 2814.28, "word": " I", "probability": 0.208984375}, {"start": 2814.28, "end": 2814.56, "word": " couldn't", "probability": 0.669921875}, {"start": 2814.56, "end": 2815.14, "word": " drag", "probability": 0.308837890625}, {"start": 2815.14, "end": 2815.46, "word": " and", "probability": 0.6259765625}, {"start": 2815.46, "end": 2815.62, "word": " drop", "probability": 0.904296875}, {"start": 2815.62, "end": 2815.64, "word": " it.", "probability": 0.6591796875}, {"start": 2816.02, "end": 2816.62, "word": " I", "probability": 0.64453125}, {"start": 2816.62, "end": 2816.88, "word": " made", "probability": 0.3349609375}, {"start": 2816.88, "end": 2817.06, "word": " it", "probability": 0.841796875}, {"start": 2817.06, "end": 2817.12, "word": " with", "probability": 0.302001953125}, {"start": 2817.12, "end": 2817.52, "word": " code.", "probability": 0.71630859375}, {"start": 2821.14, "end": 2821.74, "word": " This", "probability": 0.28515625}, {"start": 2821.74, "end": 2822.68, "word": " gate", "probability": 0.5458984375}, {"start": 2822.68, "end": 2822.98, "word": " is", "probability": 0.6484375}, {"start": 2822.98, "end": 2823.22, "word": " supposed", "probability": 0.5576171875}, {"start": 2823.22, "end": 2823.38, "word": " to", "probability": 0.97265625}, {"start": 2823.38, "end": 2823.38, "word": " be", "probability": 0.8720703125}, {"start": 2823.38, "end": 2823.38, "word": " connected", "probability": 0.541015625}, {"start": 2823.38, "end": 2823.66, "word": " from", "probability": 0.677734375}, {"start": 2823.66, "end": 2825.56, "word": " the", "probability": 0.498046875}, {"start": 2825.56, "end": 2826.08, "word": " start,", "probability": 0.8798828125}, {"start": 2826.88, "end": 2827.48, "word": " from", "probability": 0.421875}, {"start": 2827.48, "end": 2827.62, "word": " the", "probability": 0.849609375}, {"start": 2827.62, "end": 2827.96, "word": " end", "probability": 0.9150390625}, {"start": 2827.96, "end": 2828.72, "word": " and", "probability": 0.471923828125}, {"start": 2828.72, "end": 2828.9, "word": " from", "probability": 0.67138671875}, {"start": 2828.9, "end": 2829.0, "word": " the", "probability": 0.84228515625}, {"start": 2829.0, "end": 2829.28, "word": " top.", "probability": 0.95947265625}, {"start": 2830.7, "end": 2830.74, "word": " What", "probability": 0.72900390625}, {"start": 2830.74, "end": 2830.74, "word": " does", "probability": 0.82763671875}, {"start": 2830.74, "end": 2830.84, "word": " this", "probability": 0.48974609375}, {"start": 2830.84, "end": 2831.32, "word": " mean?", "probability": 0.95263671875}, {"start": 2831.48, "end": 2831.62, "word": " Its", "probability": 0.329345703125}, {"start": 2831.62, "end": 2831.88, "word": " top", "probability": 0.93017578125}, {"start": 2831.88, "end": 2832.96, "word": " is", "probability": 0.67919921875}, {"start": 2832.96, "end": 2833.26, "word": " bottom", "probability": 0.6455078125}, {"start": 2833.26, "end": 2833.62, "word": "-off", "probability": 0.6138916015625}, {"start": 2833.62, "end": 2833.94, "word": " from", "probability": 0.58837890625}, {"start": 2833.94, "end": 2834.44, "word": " edit", "probability": 0.29345703125}, {"start": 2834.44, "end": 2834.88, "word": " text.", "probability": 0.7021484375}, {"start": 2835.62, "end": 2835.72, "word": " And", "probability": 0.48779296875}, {"start": 2835.72, "end": 2835.76, "word": " its", "probability": 0.7841796875}, {"start": 2835.76, "end": 2836.06, "word": " bottom", "probability": 0.8525390625}, {"start": 2836.06, "end": 2836.64, "word": " is", "probability": 0.86328125}, {"start": 2836.64, "end": 2836.9, "word": " top", "probability": 0.783203125}, {"start": 2836.9, "end": 2837.26, "word": "-off", "probability": 0.882568359375}, {"start": 2837.26, "end": 2838.16, "word": " from", "probability": 0.80078125}, {"start": 2838.16, "end": 2838.18, "word": " the", "probability": 0.4091796875}, {"start": 2838.18, "end": 2838.36, "word": " bottom.", "probability": 0.22119140625}, {"start": 2838.54, "end": 2839.0, "word": " What", "probability": 0.833984375}, {"start": 2839.0, "end": 2839.0, "word": " is", "probability": 0.5693359375}, {"start": 2839.0, "end": 2839.0, "word": " inside", "probability": 0.73193359375}, {"start": 2839.0, "end": 2839.08, "word": " this", "probability": 0.791015625}, {"start": 2839.08, "end": 2839.24, "word": " gate?", "probability": 0.93603515625}], "temperature": 1.0}, {"id": 106, "seek": 284684, "start": 2841.6, "end": 2846.84, "text": "There is no layout. We always say that the scroll view should be placed in one element.", "tokens": [9077, 307, 572, 13333, 13, 492, 1009, 584, 300, 264, 11369, 1910, 820, 312, 7074, 294, 472, 4478, 13], "avg_logprob": -0.6476562708616257, "compression_ratio": 1.1012658227848102, "no_speech_prob": 0.0, "words": [{"start": 2841.6000000000004, "end": 2842.26, "word": "There", "probability": 0.048858642578125}, {"start": 2842.26, "end": 2842.42, "word": " is", "probability": 0.63671875}, {"start": 2842.42, "end": 2842.56, "word": " no", "probability": 0.8671875}, {"start": 2842.56, "end": 2843.06, "word": " layout.", "probability": 0.82080078125}, {"start": 2843.68, "end": 2844.12, "word": " We", "probability": 0.397705078125}, {"start": 2844.12, "end": 2844.26, "word": " always", "probability": 0.62646484375}, {"start": 2844.26, "end": 2844.64, "word": " say", "probability": 0.61474609375}, {"start": 2844.64, "end": 2844.98, "word": " that", "probability": 0.77685546875}, {"start": 2844.98, "end": 2845.12, "word": " the", "probability": 0.33154296875}, {"start": 2845.12, "end": 2845.46, "word": " scroll", "probability": 0.84765625}, {"start": 2845.46, "end": 2845.78, "word": " view", "probability": 0.7958984375}, {"start": 2845.78, "end": 2846.3, "word": " should", "probability": 0.4482421875}, {"start": 2846.3, "end": 2846.5, "word": " be", "probability": 0.65478515625}, {"start": 2846.5, "end": 2846.5, "word": " placed", "probability": 0.48486328125}, {"start": 2846.5, "end": 2846.58, "word": " in", "probability": 0.62890625}, {"start": 2846.58, "end": 2846.68, "word": " one", "probability": 0.377197265625}, {"start": 2846.68, "end": 2846.84, "word": " element.", "probability": 0.493408203125}], "temperature": 1.0}, {"id": 107, "seek": 287460, "start": 2848.44, "end": 2874.6, "text": " He put it in the linear layout by himself. Leave it. We will put text view and make it match parent. This is what will happen if there is a text inside. Take the text view and put it inside the scroll view. That's it. That's it. Even here, jabo. See how the drag drop is wrong. The scroll view should be put inside the linear layout. That's why we said that we can't do without XML.", "tokens": [634, 829, 309, 294, 264, 8213, 13333, 538, 3647, 13, 9825, 309, 13, 492, 486, 829, 2487, 1910, 293, 652, 309, 2995, 2596, 13, 639, 307, 437, 486, 1051, 498, 456, 307, 257, 2487, 1854, 13, 3664, 264, 2487, 1910, 293, 829, 309, 1854, 264, 11369, 1910, 13, 663, 311, 309, 13, 663, 311, 309, 13, 2754, 510, 11, 33475, 78, 13, 3008, 577, 264, 5286, 3270, 307, 2085, 13, 440, 11369, 1910, 820, 312, 829, 1854, 264, 8213, 13333, 13, 663, 311, 983, 321, 848, 300, 321, 393, 380, 360, 1553, 43484, 13], "avg_logprob": -0.6246710463574058, "compression_ratio": 1.7568807339449541, "no_speech_prob": 0.0, "words": [{"start": 2848.44, "end": 2848.88, "word": " He", "probability": 0.11285400390625}, {"start": 2848.88, "end": 2849.32, "word": " put", "probability": 0.339111328125}, {"start": 2849.32, "end": 2849.44, "word": " it", "probability": 0.289306640625}, {"start": 2849.44, "end": 2849.56, "word": " in", "probability": 0.337646484375}, {"start": 2849.56, "end": 2849.78, "word": " the", "probability": 0.37841796875}, {"start": 2849.78, "end": 2850.04, "word": " linear", "probability": 0.62255859375}, {"start": 2850.04, "end": 2850.46, "word": " layout", "probability": 0.9814453125}, {"start": 2850.46, "end": 2850.52, "word": " by", "probability": 0.25146484375}, {"start": 2850.52, "end": 2850.52, "word": " himself.", "probability": 0.7099609375}, {"start": 2850.74, "end": 2851.0, "word": " Leave", "probability": 0.360107421875}, {"start": 2851.0, "end": 2851.2, "word": " it.", "probability": 0.9033203125}, {"start": 2851.72, "end": 2852.0, "word": " We", "probability": 0.315185546875}, {"start": 2852.0, "end": 2852.5, "word": " will", "probability": 0.300537109375}, {"start": 2852.5, "end": 2852.68, "word": " put", "probability": 0.59326171875}, {"start": 2852.68, "end": 2852.94, "word": " text", "probability": 0.427978515625}, {"start": 2852.94, "end": 2853.22, "word": " view", "probability": 0.385009765625}, {"start": 2853.22, "end": 2853.34, "word": " and", "probability": 0.716796875}, {"start": 2853.34, "end": 2853.54, "word": " make", "probability": 0.2454833984375}, {"start": 2853.54, "end": 2853.68, "word": " it", "probability": 0.91015625}, {"start": 2853.68, "end": 2853.92, "word": " match", "probability": 0.6904296875}, {"start": 2853.92, "end": 2854.24, "word": " parent.", "probability": 0.41943359375}, {"start": 2854.74, "end": 2854.96, "word": " This", "probability": 0.1640625}, {"start": 2854.96, "end": 2855.12, "word": " is", "probability": 0.2052001953125}, {"start": 2855.12, "end": 2855.18, "word": " what", "probability": 0.48876953125}, {"start": 2855.18, "end": 2855.32, "word": " will", "probability": 0.265380859375}, {"start": 2855.32, "end": 2855.48, "word": " happen", "probability": 0.329345703125}, {"start": 2855.48, "end": 2855.84, "word": " if", "probability": 0.5068359375}, {"start": 2855.84, "end": 2856.02, "word": " there", "probability": 0.76171875}, {"start": 2856.02, "end": 2856.02, "word": " is", "probability": 0.86279296875}, {"start": 2856.02, "end": 2856.08, "word": " a", "probability": 0.44091796875}, {"start": 2856.08, "end": 2856.26, "word": " text", "probability": 0.78173828125}, {"start": 2856.26, "end": 2856.58, "word": " inside.", "probability": 0.6240234375}, {"start": 2857.12, "end": 2857.56, "word": " Take", "probability": 0.49560546875}, {"start": 2857.56, "end": 2857.68, "word": " the", "probability": 0.69091796875}, {"start": 2857.68, "end": 2857.9, "word": " text", "probability": 0.95947265625}, {"start": 2857.9, "end": 2858.18, "word": " view", "probability": 0.85205078125}, {"start": 2858.18, "end": 2858.28, "word": " and", "probability": 0.869140625}, {"start": 2858.28, "end": 2858.48, "word": " put", "probability": 0.64599609375}, {"start": 2858.48, "end": 2858.56, "word": " it", "probability": 0.587890625}, {"start": 2858.56, "end": 2858.8, "word": " inside", "probability": 0.638671875}, {"start": 2858.8, "end": 2860.04, "word": " the", "probability": 0.68408203125}, {"start": 2860.04, "end": 2860.28, "word": " scroll", "probability": 0.919921875}, {"start": 2860.28, "end": 2860.54, "word": " view.", "probability": 0.8642578125}, {"start": 2860.62, "end": 2860.74, "word": " That's", "probability": 0.445709228515625}, {"start": 2860.74, "end": 2860.9, "word": " it.", "probability": 0.76806640625}, {"start": 2861.42, "end": 2861.86, "word": " That's", "probability": 0.545654296875}, {"start": 2861.86, "end": 2861.86, "word": " it.", "probability": 0.79931640625}, {"start": 2861.92, "end": 2862.12, "word": " Even", "probability": 0.484619140625}, {"start": 2862.12, "end": 2862.38, "word": " here,", "probability": 0.716796875}, {"start": 2862.46, "end": 2862.86, "word": " jabo.", "probability": 0.2862548828125}, {"start": 2863.98, "end": 2864.24, "word": " See", "probability": 0.251708984375}, {"start": 2864.24, "end": 2864.76, "word": " how", "probability": 0.6396484375}, {"start": 2864.76, "end": 2865.0, "word": " the", "probability": 0.40673828125}, {"start": 2865.0, "end": 2865.16, "word": " drag", "probability": 0.333740234375}, {"start": 2865.16, "end": 2865.54, "word": " drop", "probability": 0.44384765625}, {"start": 2865.54, "end": 2865.54, "word": " is", "probability": 0.56103515625}, {"start": 2865.54, "end": 2865.54, "word": " wrong.", "probability": 0.7041015625}, {"start": 2865.6, "end": 2865.72, "word": " The", "probability": 0.33984375}, {"start": 2865.72, "end": 2867.68, "word": " scroll", "probability": 0.908203125}, {"start": 2867.68, "end": 2868.14, "word": " view", "probability": 0.91650390625}, {"start": 2868.14, "end": 2868.46, "word": " should", "probability": 0.73779296875}, {"start": 2868.46, "end": 2868.52, "word": " be", "probability": 0.84228515625}, {"start": 2868.52, "end": 2868.64, "word": " put", "probability": 0.332275390625}, {"start": 2868.64, "end": 2868.8, "word": " inside", "probability": 0.77783203125}, {"start": 2868.8, "end": 2868.98, "word": " the", "probability": 0.82080078125}, {"start": 2868.98, "end": 2869.2, "word": " linear", "probability": 0.87060546875}, {"start": 2869.2, "end": 2869.5, "word": " layout.", "probability": 0.98876953125}, {"start": 2869.56, "end": 2869.72, "word": " That's", "probability": 0.712646484375}, {"start": 2869.72, "end": 2869.84, "word": " why", "probability": 0.91943359375}, {"start": 2869.84, "end": 2870.44, "word": " we", "probability": 0.9140625}, {"start": 2870.44, "end": 2870.56, "word": " said", "probability": 0.353271484375}, {"start": 2870.56, "end": 2870.74, "word": " that", "probability": 0.53955078125}, {"start": 2870.74, "end": 2870.82, "word": " we", "probability": 0.94921875}, {"start": 2870.82, "end": 2871.14, "word": " can't", "probability": 0.6326904296875}, {"start": 2871.14, "end": 2871.5, "word": " do", "probability": 0.2362060546875}, {"start": 2871.5, "end": 2871.64, "word": " without", "probability": 0.83984375}, {"start": 2871.64, "end": 2874.6, "word": " XML.", "probability": 0.45654296875}], "temperature": 1.0}, {"id": 108, "seek": 289168, "start": 2877.86, "end": 2891.68, "text": " here we put it inside and we say here match parent so that it takes the size of the whole scroll view and we say put the text so that it appears hello world slash n", "tokens": [510, 321, 829, 309, 1854, 293, 321, 584, 510, 2995, 2596, 370, 300, 309, 2516, 264, 2744, 295, 264, 1379, 11369, 1910, 293, 321, 584, 829, 264, 2487, 370, 300, 309, 7038, 7751, 1002, 17330, 297], "avg_logprob": -0.6249999935562546, "compression_ratio": 1.5137614678899083, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2877.86, "end": 2878.1, "word": " here", "probability": 0.04217529296875}, {"start": 2878.1, "end": 2878.18, "word": " we", "probability": 0.6064453125}, {"start": 2878.18, "end": 2878.44, "word": " put", "probability": 0.52685546875}, {"start": 2878.44, "end": 2878.72, "word": " it", "probability": 0.2303466796875}, {"start": 2878.72, "end": 2879.54, "word": " inside", "probability": 0.5732421875}, {"start": 2879.54, "end": 2879.9, "word": " and", "probability": 0.509765625}, {"start": 2879.9, "end": 2880.06, "word": " we", "probability": 0.459716796875}, {"start": 2880.06, "end": 2880.26, "word": " say", "probability": 0.360107421875}, {"start": 2880.26, "end": 2880.5, "word": " here", "probability": 0.482421875}, {"start": 2880.5, "end": 2881.22, "word": " match", "probability": 0.6376953125}, {"start": 2881.22, "end": 2882.82, "word": " parent", "probability": 0.78857421875}, {"start": 2882.82, "end": 2883.0, "word": " so", "probability": 0.294921875}, {"start": 2883.0, "end": 2883.12, "word": " that", "probability": 0.52880859375}, {"start": 2883.12, "end": 2883.18, "word": " it", "probability": 0.70458984375}, {"start": 2883.18, "end": 2883.32, "word": " takes", "probability": 0.496337890625}, {"start": 2883.32, "end": 2883.44, "word": " the", "probability": 0.7021484375}, {"start": 2883.44, "end": 2883.56, "word": " size", "probability": 0.260009765625}, {"start": 2883.56, "end": 2883.72, "word": " of", "probability": 0.94091796875}, {"start": 2883.72, "end": 2883.76, "word": " the", "probability": 0.7509765625}, {"start": 2883.76, "end": 2883.9, "word": " whole", "probability": 0.5546875}, {"start": 2883.9, "end": 2884.0, "word": " scroll", "probability": 0.623046875}, {"start": 2884.0, "end": 2884.34, "word": " view", "probability": 0.67431640625}, {"start": 2884.34, "end": 2886.64, "word": " and", "probability": 0.497802734375}, {"start": 2886.64, "end": 2886.88, "word": " we", "probability": 0.86669921875}, {"start": 2886.88, "end": 2887.08, "word": " say", "probability": 0.66259765625}, {"start": 2887.08, "end": 2887.48, "word": " put", "probability": 0.68212890625}, {"start": 2887.48, "end": 2887.9, "word": " the", "probability": 0.638671875}, {"start": 2887.9, "end": 2888.16, "word": " text", "probability": 0.84228515625}, {"start": 2888.16, "end": 2888.6, "word": " so", "probability": 0.41748046875}, {"start": 2888.6, "end": 2888.82, "word": " that", "probability": 0.87109375}, {"start": 2888.82, "end": 2888.82, "word": " it", "probability": 0.54931640625}, {"start": 2888.82, "end": 2889.16, "word": " appears", "probability": 0.269775390625}, {"start": 2889.16, "end": 2889.82, "word": " hello", "probability": 0.48486328125}, {"start": 2889.82, "end": 2890.26, "word": " world", "probability": 0.96826171875}, {"start": 2890.26, "end": 2891.32, "word": " slash", "probability": 0.48291015625}, {"start": 2891.32, "end": 2891.68, "word": " n", "probability": 0.650390625}], "temperature": 1.0}, {"id": 109, "seek": 292976, "start": 2903.92, "end": 2929.76, "text": " All right? I mean, the text came out more than that, but this is the view of the final screen. No, it's on the screen. It's going to disappear down there. It needs to be fixed on the screen. Now, let's see what happened on the screen.", "tokens": [1057, 558, 30, 286, 914, 11, 264, 2487, 1361, 484, 544, 813, 300, 11, 457, 341, 307, 264, 1910, 295, 264, 2572, 2568, 13, 883, 11, 309, 311, 322, 264, 2568, 13, 467, 311, 516, 281, 11596, 760, 456, 13, 467, 2203, 281, 312, 6806, 322, 264, 2568, 13, 823, 11, 718, 311, 536, 437, 2011, 322, 264, 2568, 13], "avg_logprob": -0.5973360382142614, "compression_ratio": 1.587837837837838, "no_speech_prob": 0.0, "words": [{"start": 2903.92, "end": 2904.2, "word": " All", "probability": 0.06561279296875}, {"start": 2904.2, "end": 2904.32, "word": " right?", "probability": 0.7666015625}, {"start": 2905.3, "end": 2905.58, "word": " I", "probability": 0.158203125}, {"start": 2905.58, "end": 2905.72, "word": " mean,", "probability": 0.88037109375}, {"start": 2905.72, "end": 2905.92, "word": " the", "probability": 0.650390625}, {"start": 2905.92, "end": 2906.06, "word": " text", "probability": 0.8798828125}, {"start": 2906.06, "end": 2906.28, "word": " came", "probability": 0.1651611328125}, {"start": 2906.28, "end": 2906.32, "word": " out", "probability": 0.84130859375}, {"start": 2906.32, "end": 2906.56, "word": " more", "probability": 0.69580078125}, {"start": 2906.56, "end": 2906.72, "word": " than", "probability": 0.9111328125}, {"start": 2906.72, "end": 2906.9, "word": " that,", "probability": 0.6279296875}, {"start": 2906.96, "end": 2907.12, "word": " but", "probability": 0.9052734375}, {"start": 2907.12, "end": 2907.38, "word": " this", "probability": 0.390625}, {"start": 2907.38, "end": 2907.52, "word": " is", "probability": 0.86474609375}, {"start": 2907.52, "end": 2909.08, "word": " the", "probability": 0.51806640625}, {"start": 2909.08, "end": 2909.28, "word": " view", "probability": 0.214111328125}, {"start": 2909.28, "end": 2909.56, "word": " of", "probability": 0.70263671875}, {"start": 2909.56, "end": 2909.62, "word": " the", "probability": 0.9169921875}, {"start": 2909.62, "end": 2910.04, "word": " final", "probability": 0.611328125}, {"start": 2910.04, "end": 2910.18, "word": " screen.", "probability": 0.828125}, {"start": 2913.2, "end": 2913.6, "word": " No,", "probability": 0.25244140625}, {"start": 2915.64, "end": 2915.8, "word": " it's", "probability": 0.3609619140625}, {"start": 2915.8, "end": 2915.9, "word": " on", "probability": 0.222412109375}, {"start": 2915.9, "end": 2915.98, "word": " the", "probability": 0.578125}, {"start": 2915.98, "end": 2916.16, "word": " screen.", "probability": 0.37109375}, {"start": 2916.48, "end": 2916.7, "word": " It's", "probability": 0.38720703125}, {"start": 2916.7, "end": 2916.72, "word": " going", "probability": 0.29052734375}, {"start": 2916.72, "end": 2916.72, "word": " to", "probability": 0.962890625}, {"start": 2916.72, "end": 2916.92, "word": " disappear", "probability": 0.77392578125}, {"start": 2916.92, "end": 2917.32, "word": " down", "probability": 0.297119140625}, {"start": 2917.32, "end": 2917.5, "word": " there.", "probability": 0.5107421875}, {"start": 2917.66, "end": 2917.86, "word": " It", "probability": 0.55712890625}, {"start": 2917.86, "end": 2918.04, "word": " needs", "probability": 0.396728515625}, {"start": 2918.04, "end": 2918.14, "word": " to", "probability": 0.74560546875}, {"start": 2918.14, "end": 2918.14, "word": " be", "probability": 0.248291015625}, {"start": 2918.14, "end": 2918.42, "word": " fixed", "probability": 0.6875}, {"start": 2918.42, "end": 2918.54, "word": " on", "probability": 0.2626953125}, {"start": 2918.54, "end": 2918.6, "word": " the", "probability": 0.8330078125}, {"start": 2918.6, "end": 2918.74, "word": " screen.", "probability": 0.87255859375}, {"start": 2927.64, "end": 2928.04, "word": " Now,", "probability": 0.23681640625}, {"start": 2928.1, "end": 2928.4, "word": " let's", "probability": 0.89501953125}, {"start": 2928.4, "end": 2928.58, "word": " see", "probability": 0.8623046875}, {"start": 2928.58, "end": 2928.8, "word": " what", "probability": 0.94384765625}, {"start": 2928.8, "end": 2929.04, "word": " happened", "probability": 0.75537109375}, {"start": 2929.04, "end": 2929.44, "word": " on", "probability": 0.55224609375}, {"start": 2929.44, "end": 2929.56, "word": " the", "probability": 0.84619140625}, {"start": 2929.56, "end": 2929.76, "word": " screen.", "probability": 0.86083984375}], "temperature": 1.0}, {"id": 110, "seek": 295406, "start": 2951.48, "end": 2954.06, "text": " TextView is inside LinearLayout", "tokens": [18643, 30203, 307, 1854, 14670, 289, 43, 320, 346], "avg_logprob": -0.590625, "compression_ratio": 0.8, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 2951.48, "end": 2952.7, "word": " TextView", "probability": 0.4671630859375}, {"start": 2952.7, "end": 2952.84, "word": " is", "probability": 0.360595703125}, {"start": 2952.84, "end": 2953.24, "word": " inside", "probability": 0.18505859375}, {"start": 2953.24, "end": 2954.06, "word": " LinearLayout", "probability": 0.8921875}], "temperature": 1.0}, {"id": 111, "seek": 298721, "start": 2961.53, "end": 2987.21, "text": " There is a error scroll, yes there is a mistake here, it gives me width and height, no, 0db and 0db, that's the problem, okay, I found a loop like this, this is landscape, and this is landscape, also fixed, but the scroll turned out small because of the pressure, okay?", "tokens": [821, 307, 257, 6713, 11369, 11, 2086, 456, 307, 257, 6146, 510, 11, 309, 2709, 385, 11402, 293, 6681, 11, 572, 11, 1958, 67, 65, 293, 1958, 67, 65, 11, 300, 311, 264, 1154, 11, 1392, 11, 286, 1352, 257, 6367, 411, 341, 11, 341, 307, 9661, 11, 293, 341, 307, 9661, 11, 611, 6806, 11, 457, 264, 11369, 3574, 484, 1359, 570, 295, 264, 3321, 11, 1392, 30], "avg_logprob": -0.6745535501411983, "compression_ratio": 1.560693641618497, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2961.53, "end": 2961.89, "word": " There", "probability": 0.084716796875}, {"start": 2961.89, "end": 2962.01, "word": " is", "probability": 0.7919921875}, {"start": 2962.01, "end": 2962.17, "word": " a", "probability": 0.5029296875}, {"start": 2962.17, "end": 2962.29, "word": " error", "probability": 0.342529296875}, {"start": 2962.29, "end": 2962.67, "word": " scroll,", "probability": 0.179443359375}, {"start": 2963.83, "end": 2964.07, "word": " yes", "probability": 0.13623046875}, {"start": 2964.07, "end": 2964.33, "word": " there", "probability": 0.344970703125}, {"start": 2964.33, "end": 2964.45, "word": " is", "probability": 0.90234375}, {"start": 2964.45, "end": 2964.57, "word": " a", "probability": 0.4765625}, {"start": 2964.57, "end": 2964.79, "word": " mistake", "probability": 0.41748046875}, {"start": 2964.79, "end": 2965.11, "word": " here,", "probability": 0.57373046875}, {"start": 2965.23, "end": 2965.37, "word": " it", "probability": 0.400390625}, {"start": 2965.37, "end": 2965.59, "word": " gives", "probability": 0.1673583984375}, {"start": 2965.59, "end": 2965.69, "word": " me", "probability": 0.61328125}, {"start": 2965.69, "end": 2965.87, "word": " width", "probability": 0.69921875}, {"start": 2965.87, "end": 2966.05, "word": " and", "probability": 0.91015625}, {"start": 2966.05, "end": 2966.37, "word": " height,", "probability": 0.9501953125}, {"start": 2967.03, "end": 2967.37, "word": " no,", "probability": 0.576171875}, {"start": 2967.45, "end": 2968.23, "word": " 0db", "probability": 0.595703125}, {"start": 2968.23, "end": 2970.11, "word": " and", "probability": 0.7900390625}, {"start": 2970.11, "end": 2970.75, "word": " 0db,", "probability": 0.9773763020833334}, {"start": 2970.79, "end": 2970.99, "word": " that's", "probability": 0.6630859375}, {"start": 2970.99, "end": 2971.21, "word": " the", "probability": 0.485595703125}, {"start": 2971.21, "end": 2971.55, "word": " problem,", "probability": 0.7666015625}, {"start": 2974.73, "end": 2975.05, "word": " okay,", "probability": 0.341796875}, {"start": 2975.13, "end": 2975.25, "word": " I", "probability": 0.41015625}, {"start": 2975.25, "end": 2975.43, "word": " found", "probability": 0.488525390625}, {"start": 2975.43, "end": 2975.55, "word": " a", "probability": 0.30615234375}, {"start": 2975.55, "end": 2975.73, "word": " loop", "probability": 0.07464599609375}, {"start": 2975.73, "end": 2975.93, "word": " like", "probability": 0.74755859375}, {"start": 2975.93, "end": 2976.61, "word": " this,", "probability": 0.59423828125}, {"start": 2978.19, "end": 2978.45, "word": " this", "probability": 0.54052734375}, {"start": 2978.45, "end": 2978.49, "word": " is", "probability": 0.8662109375}, {"start": 2978.49, "end": 2978.81, "word": " landscape,", "probability": 0.493408203125}, {"start": 2979.19, "end": 2979.75, "word": " and", "probability": 0.71435546875}, {"start": 2979.75, "end": 2979.91, "word": " this", "probability": 0.859375}, {"start": 2979.91, "end": 2979.97, "word": " is", "probability": 0.904296875}, {"start": 2979.97, "end": 2980.37, "word": " landscape,", "probability": 0.50830078125}, {"start": 2980.93, "end": 2981.33, "word": " also", "probability": 0.50048828125}, {"start": 2981.33, "end": 2981.71, "word": " fixed,", "probability": 0.193603515625}, {"start": 2982.41, "end": 2982.77, "word": " but", "probability": 0.9033203125}, {"start": 2982.77, "end": 2982.93, "word": " the", "probability": 0.72216796875}, {"start": 2982.93, "end": 2983.17, "word": " scroll", "probability": 0.76611328125}, {"start": 2983.17, "end": 2983.49, "word": " turned", "probability": 0.38330078125}, {"start": 2983.49, "end": 2984.29, "word": " out", "probability": 0.7607421875}, {"start": 2984.29, "end": 2984.53, "word": " small", "probability": 0.6171875}, {"start": 2984.53, "end": 2985.95, "word": " because", "probability": 0.468505859375}, {"start": 2985.95, "end": 2986.15, "word": " of", "probability": 0.93798828125}, {"start": 2986.15, "end": 2986.17, "word": " the", "probability": 0.67822265625}, {"start": 2986.17, "end": 2986.39, "word": " pressure,", "probability": 0.387939453125}, {"start": 2986.95, "end": 2987.21, "word": " okay?", "probability": 0.74072265625}], "temperature": 1.0}, {"id": 112, "seek": 301586, "start": 2988.02, "end": 3015.86, "text": " What was wrong was that although I tied it from all sides, it did not take weight through height. It was stable. When I set it to 0 dB, it took the space that was left. Doctor, is it possible to make a manganese wire? Is it possible? It is possible, but why do you have to do it here? Because of the concrete. Because of the concrete? Yes. Why? Why do I have to do it? So that I can understand why we have to do it. Because we are next to each other.", "tokens": [708, 390, 2085, 390, 300, 4878, 286, 9601, 309, 490, 439, 4881, 11, 309, 630, 406, 747, 3364, 807, 6681, 13, 467, 390, 8351, 13, 1133, 286, 992, 309, 281, 1958, 43116, 11, 309, 1890, 264, 1901, 300, 390, 1411, 13, 10143, 11, 307, 309, 1944, 281, 652, 257, 587, 1275, 1130, 6234, 30, 1119, 309, 1944, 30, 467, 307, 1944, 11, 457, 983, 360, 291, 362, 281, 360, 309, 510, 30, 1436, 295, 264, 9859, 13, 1436, 295, 264, 9859, 30, 1079, 13, 1545, 30, 1545, 360, 286, 362, 281, 360, 309, 30, 407, 300, 286, 393, 1223, 983, 321, 362, 281, 360, 309, 13, 1436, 321, 366, 958, 281, 1184, 661, 13], "avg_logprob": -0.6331521811692611, "compression_ratio": 1.7896825396825398, "no_speech_prob": 0.0, "words": [{"start": 2988.02, "end": 2988.34, "word": " What", "probability": 0.311767578125}, {"start": 2988.34, "end": 2988.4, "word": " was", "probability": 0.56689453125}, {"start": 2988.4, "end": 2988.62, "word": " wrong", "probability": 0.7900390625}, {"start": 2988.62, "end": 2989.08, "word": " was", "probability": 0.4619140625}, {"start": 2989.08, "end": 2989.44, "word": " that", "probability": 0.6904296875}, {"start": 2989.44, "end": 2989.78, "word": " although", "probability": 0.156005859375}, {"start": 2989.78, "end": 2989.98, "word": " I", "probability": 0.89892578125}, {"start": 2989.98, "end": 2990.12, "word": " tied", "probability": 0.051666259765625}, {"start": 2990.12, "end": 2990.34, "word": " it", "probability": 0.30029296875}, {"start": 2990.34, "end": 2990.38, "word": " from", "probability": 0.5244140625}, {"start": 2990.38, "end": 2990.96, "word": " all", "probability": 0.826171875}, {"start": 2990.96, "end": 2990.96, "word": " sides,", "probability": 0.64306640625}, {"start": 2991.86, "end": 2992.02, "word": " it", "probability": 0.66748046875}, {"start": 2992.02, "end": 2992.24, "word": " did", "probability": 0.177978515625}, {"start": 2992.24, "end": 2992.24, "word": " not", "probability": 0.9296875}, {"start": 2992.24, "end": 2992.4, "word": " take", "probability": 0.32568359375}, {"start": 2992.4, "end": 2992.58, "word": " weight", "probability": 0.77099609375}, {"start": 2992.58, "end": 2992.78, "word": " through", "probability": 0.2880859375}, {"start": 2992.78, "end": 2993.08, "word": " height.", "probability": 0.97705078125}, {"start": 2993.32, "end": 2993.54, "word": " It", "probability": 0.5546875}, {"start": 2993.54, "end": 2993.54, "word": " was", "probability": 0.62646484375}, {"start": 2993.54, "end": 2993.78, "word": " stable.", "probability": 0.303466796875}, {"start": 2994.1, "end": 2994.36, "word": " When", "probability": 0.791015625}, {"start": 2994.36, "end": 2994.44, "word": " I", "probability": 0.74755859375}, {"start": 2994.44, "end": 2994.72, "word": " set", "probability": 0.43017578125}, {"start": 2994.72, "end": 2994.84, "word": " it", "probability": 0.8974609375}, {"start": 2994.84, "end": 2994.84, "word": " to", "probability": 0.5537109375}, {"start": 2994.84, "end": 2995.1, "word": " 0", "probability": 0.5830078125}, {"start": 2995.1, "end": 2995.38, "word": " dB,", "probability": 0.7119140625}, {"start": 2995.82, "end": 2996.34, "word": " it", "probability": 0.880859375}, {"start": 2996.34, "end": 2996.52, "word": " took", "probability": 0.59375}, {"start": 2996.52, "end": 2997.0, "word": " the", "probability": 0.39599609375}, {"start": 2997.0, "end": 2997.26, "word": " space", "probability": 0.193115234375}, {"start": 2997.26, "end": 2997.44, "word": " that", "probability": 0.458251953125}, {"start": 2997.44, "end": 2997.52, "word": " was", "probability": 0.6318359375}, {"start": 2997.52, "end": 2997.66, "word": " left.", "probability": 0.7763671875}, {"start": 2998.46, "end": 2998.84, "word": " Doctor,", "probability": 0.2154541015625}, {"start": 2998.98, "end": 2999.1, "word": " is", "probability": 0.10784912109375}, {"start": 2999.1, "end": 2999.6, "word": " it", "probability": 0.822265625}, {"start": 2999.6, "end": 2999.6, "word": " possible", "probability": 0.345703125}, {"start": 2999.6, "end": 2999.92, "word": " to", "probability": 0.814453125}, {"start": 2999.92, "end": 2999.92, "word": " make", "probability": 0.411865234375}, {"start": 2999.92, "end": 3000.02, "word": " a", "probability": 0.40185546875}, {"start": 3000.02, "end": 3000.34, "word": " manganese", "probability": 0.45635986328125}, {"start": 3000.34, "end": 3000.66, "word": " wire?", "probability": 0.336181640625}, {"start": 3001.04, "end": 3001.04, "word": " Is", "probability": 0.36181640625}, {"start": 3001.04, "end": 3001.14, "word": " it", "probability": 0.826171875}, {"start": 3001.14, "end": 3001.28, "word": " possible?", "probability": 0.6943359375}, {"start": 3002.34, "end": 3002.74, "word": " It", "probability": 0.6640625}, {"start": 3002.74, "end": 3002.74, "word": " is", "probability": 0.7958984375}, {"start": 3002.74, "end": 3003.02, "word": " possible,", "probability": 0.8994140625}, {"start": 3003.2, "end": 3003.34, "word": " but", "probability": 0.888671875}, {"start": 3003.34, "end": 3003.58, "word": " why", "probability": 0.414306640625}, {"start": 3003.58, "end": 3003.68, "word": " do", "probability": 0.28662109375}, {"start": 3003.68, "end": 3003.68, "word": " you", "probability": 0.78271484375}, {"start": 3003.68, "end": 3003.68, "word": " have", "probability": 0.3642578125}, {"start": 3003.68, "end": 3003.9, "word": " to", "probability": 0.70751953125}, {"start": 3003.9, "end": 3003.98, "word": " do", "probability": 0.455078125}, {"start": 3003.98, "end": 3004.0, "word": " it", "probability": 0.5576171875}, {"start": 3004.0, "end": 3004.26, "word": " here?", "probability": 0.71337890625}, {"start": 3004.7, "end": 3005.06, "word": " Because", "probability": 0.498046875}, {"start": 3005.06, "end": 3005.18, "word": " of", "probability": 0.30908203125}, {"start": 3005.18, "end": 3005.2, "word": " the", "probability": 0.78076171875}, {"start": 3005.2, "end": 3005.36, "word": " concrete.", "probability": 0.450439453125}, {"start": 3005.96, "end": 3006.2, "word": " Because", "probability": 0.1842041015625}, {"start": 3006.2, "end": 3006.36, "word": " of", "probability": 0.83935546875}, {"start": 3006.36, "end": 3006.42, "word": " the", "probability": 0.84130859375}, {"start": 3006.42, "end": 3006.62, "word": " concrete?", "probability": 0.95751953125}, {"start": 3008.48, "end": 3008.8, "word": " Yes.", "probability": 0.8193359375}, {"start": 3009.04, "end": 3009.34, "word": " Why?", "probability": 0.66552734375}, {"start": 3009.88, "end": 3010.32, "word": " Why", "probability": 0.2415771484375}, {"start": 3010.32, "end": 3010.38, "word": " do", "probability": 0.75048828125}, {"start": 3010.38, "end": 3010.5, "word": " I", "probability": 0.51123046875}, {"start": 3010.5, "end": 3010.5, "word": " have", "probability": 0.87451171875}, {"start": 3010.5, "end": 3010.66, "word": " to", "probability": 0.97216796875}, {"start": 3010.66, "end": 3010.68, "word": " do", "probability": 0.7607421875}, {"start": 3010.68, "end": 3010.72, "word": " it?", "probability": 0.8330078125}, {"start": 3010.82, "end": 3010.98, "word": " So", "probability": 0.2081298828125}, {"start": 3010.98, "end": 3011.1, "word": " that", "probability": 0.7607421875}, {"start": 3011.1, "end": 3012.98, "word": " I", "probability": 0.338134765625}, {"start": 3012.98, "end": 3013.8, "word": " can", "probability": 0.5341796875}, {"start": 3013.8, "end": 3013.94, "word": " understand", "probability": 0.357421875}, {"start": 3013.94, "end": 3014.28, "word": " why", "probability": 0.80517578125}, {"start": 3014.28, "end": 3014.68, "word": " we", "probability": 0.50244140625}, {"start": 3014.68, "end": 3014.78, "word": " have", "probability": 0.2427978515625}, {"start": 3014.78, "end": 3014.8, "word": " to", "probability": 0.96533203125}, {"start": 3014.8, "end": 3015.04, "word": " do", "probability": 0.83056640625}, {"start": 3015.04, "end": 3015.14, "word": " it.", "probability": 0.8935546875}, {"start": 3015.2, "end": 3015.3, "word": " Because", "probability": 0.393310546875}, {"start": 3015.3, "end": 3015.42, "word": " we", "probability": 0.303955078125}, {"start": 3015.42, "end": 3015.44, "word": " are", "probability": 0.452392578125}, {"start": 3015.44, "end": 3015.62, "word": " next", "probability": 0.33984375}, {"start": 3015.62, "end": 3015.62, "word": " to", "probability": 0.97802734375}, {"start": 3015.62, "end": 3015.86, "word": " each", "probability": 0.94921875}, {"start": 3015.86, "end": 3015.86, "word": " other.", "probability": 0.89990234375}], "temperature": 1.0}, {"id": 113, "seek": 304524, "start": 3017.28, "end": 3045.24, "text": " No, this is the shape of the screen that's on the corner. So if I connect one like this, and this is connected to it. There's no need for guidelines. The button has to be outside. Okay? So you scroll through the text and the button stays outside. You click on it. So the button has to stay visible. You can't put it inside. If it scrolls, the button disappears.", "tokens": [883, 11, 341, 307, 264, 3909, 295, 264, 2568, 300, 311, 322, 264, 4538, 13, 407, 498, 286, 1745, 472, 411, 341, 11, 293, 341, 307, 4582, 281, 309, 13, 821, 311, 572, 643, 337, 12470, 13, 440, 2960, 575, 281, 312, 2380, 13, 1033, 30, 407, 291, 11369, 807, 264, 2487, 293, 264, 2960, 10834, 2380, 13, 509, 2052, 322, 309, 13, 407, 264, 2960, 575, 281, 1754, 8974, 13, 509, 393, 380, 829, 309, 1854, 13, 759, 309, 11369, 82, 11, 264, 2960, 25527, 13], "avg_logprob": -0.4964488758282228, "compression_ratio": 1.7075471698113207, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 3017.28, "end": 3017.54, "word": " No,", "probability": 0.4521484375}, {"start": 3017.6, "end": 3017.92, "word": " this", "probability": 0.267333984375}, {"start": 3017.92, "end": 3019.2, "word": " is", "probability": 0.8251953125}, {"start": 3019.2, "end": 3019.58, "word": " the", "probability": 0.53466796875}, {"start": 3019.58, "end": 3019.72, "word": " shape", "probability": 0.71337890625}, {"start": 3019.72, "end": 3019.88, "word": " of", "probability": 0.96240234375}, {"start": 3019.88, "end": 3019.96, "word": " the", "probability": 0.87744140625}, {"start": 3019.96, "end": 3020.26, "word": " screen", "probability": 0.74267578125}, {"start": 3020.26, "end": 3020.94, "word": " that's", "probability": 0.2017822265625}, {"start": 3020.94, "end": 3021.24, "word": " on", "probability": 0.2225341796875}, {"start": 3021.24, "end": 3021.42, "word": " the", "probability": 0.76953125}, {"start": 3021.42, "end": 3021.64, "word": " corner.", "probability": 0.7236328125}, {"start": 3022.06, "end": 3022.36, "word": " So", "probability": 0.55078125}, {"start": 3022.36, "end": 3022.64, "word": " if", "probability": 0.31005859375}, {"start": 3022.64, "end": 3023.12, "word": " I", "probability": 0.58154296875}, {"start": 3023.12, "end": 3023.48, "word": " connect", "probability": 0.16748046875}, {"start": 3023.48, "end": 3023.56, "word": " one", "probability": 0.5517578125}, {"start": 3023.56, "end": 3023.56, "word": " like", "probability": 0.384521484375}, {"start": 3023.56, "end": 3023.9, "word": " this,", "probability": 0.802734375}, {"start": 3024.36, "end": 3024.46, "word": " and", "probability": 0.58447265625}, {"start": 3024.46, "end": 3024.62, "word": " this", "probability": 0.62353515625}, {"start": 3024.62, "end": 3024.68, "word": " is", "probability": 0.45068359375}, {"start": 3024.68, "end": 3024.92, "word": " connected", "probability": 0.59912109375}, {"start": 3024.92, "end": 3025.1, "word": " to", "probability": 0.6552734375}, {"start": 3025.1, "end": 3025.22, "word": " it.", "probability": 0.7119140625}, {"start": 3025.8, "end": 3026.24, "word": " There's", "probability": 0.3734130859375}, {"start": 3026.24, "end": 3026.44, "word": " no", "probability": 0.92626953125}, {"start": 3026.44, "end": 3026.44, "word": " need", "probability": 0.87451171875}, {"start": 3026.44, "end": 3026.54, "word": " for", "probability": 0.77490234375}, {"start": 3026.54, "end": 3026.88, "word": " guidelines.", "probability": 0.54150390625}, {"start": 3033.26, "end": 3033.7, "word": " The", "probability": 0.427490234375}, {"start": 3033.7, "end": 3033.96, "word": " button", "probability": 0.880859375}, {"start": 3033.96, "end": 3034.06, "word": " has", "probability": 0.295166015625}, {"start": 3034.06, "end": 3034.06, "word": " to", "probability": 0.9677734375}, {"start": 3034.06, "end": 3034.06, "word": " be", "probability": 0.82958984375}, {"start": 3034.06, "end": 3034.24, "word": " outside.", "probability": 0.414306640625}, {"start": 3035.4, "end": 3035.56, "word": " Okay?", "probability": 0.3173828125}, {"start": 3036.48, "end": 3036.74, "word": " So", "probability": 0.5712890625}, {"start": 3036.74, "end": 3036.98, "word": " you", "probability": 0.74853515625}, {"start": 3036.98, "end": 3037.92, "word": " scroll", "probability": 0.60302734375}, {"start": 3037.92, "end": 3038.16, "word": " through", "probability": 0.295654296875}, {"start": 3038.16, "end": 3038.24, "word": " the", "probability": 0.84521484375}, {"start": 3038.24, "end": 3038.52, "word": " text", "probability": 0.9443359375}, {"start": 3038.52, "end": 3038.66, "word": " and", "probability": 0.54931640625}, {"start": 3038.66, "end": 3038.74, "word": " the", "probability": 0.8076171875}, {"start": 3038.74, "end": 3038.92, "word": " button", "probability": 0.8642578125}, {"start": 3038.92, "end": 3039.14, "word": " stays", "probability": 0.412841796875}, {"start": 3039.14, "end": 3039.46, "word": " outside.", "probability": 0.74658203125}, {"start": 3039.74, "end": 3039.84, "word": " You", "probability": 0.56298828125}, {"start": 3039.84, "end": 3040.0, "word": " click", "probability": 0.252197265625}, {"start": 3040.0, "end": 3040.18, "word": " on", "probability": 0.8203125}, {"start": 3040.18, "end": 3040.26, "word": " it.", "probability": 0.927734375}, {"start": 3040.32, "end": 3040.44, "word": " So", "probability": 0.44091796875}, {"start": 3040.44, "end": 3040.56, "word": " the", "probability": 0.60546875}, {"start": 3040.56, "end": 3040.56, "word": " button", "probability": 0.8671875}, {"start": 3040.56, "end": 3040.62, "word": " has", "probability": 0.55126953125}, {"start": 3040.62, "end": 3040.72, "word": " to", "probability": 0.97021484375}, {"start": 3040.72, "end": 3040.88, "word": " stay", "probability": 0.465087890625}, {"start": 3040.88, "end": 3041.24, "word": " visible.", "probability": 0.85498046875}, {"start": 3042.08, "end": 3042.44, "word": " You", "probability": 0.787109375}, {"start": 3042.44, "end": 3042.7, "word": " can't", "probability": 0.913818359375}, {"start": 3042.7, "end": 3042.92, "word": " put", "probability": 0.6259765625}, {"start": 3042.92, "end": 3042.98, "word": " it", "probability": 0.90087890625}, {"start": 3042.98, "end": 3043.18, "word": " inside.", "probability": 0.75634765625}, {"start": 3043.84, "end": 3043.86, "word": " If", "probability": 0.80517578125}, {"start": 3043.86, "end": 3044.18, "word": " it", "probability": 0.42431640625}, {"start": 3044.18, "end": 3044.64, "word": " scrolls,", "probability": 0.81103515625}, {"start": 3044.72, "end": 3045.02, "word": " the", "probability": 0.455322265625}, {"start": 3045.02, "end": 3045.24, "word": " button", "probability": 0.87744140625}, {"start": 3045.24, "end": 3045.24, "word": " disappears.", "probability": 0.36572265625}], "temperature": 1.0}, {"id": 114, "seek": 307527, "start": 3046.63, "end": 3075.27, "text": " Are you with me? The concrete is still outside. Ok? It is clear that the constraint layout, we have not finished yet. In the next lecture, we will work on the constraint layout using only XML. Ok? It is not difficult. Because we have seen that sometimes people have to read XML. And the subject is not difficult. Ok? After that, the next lecture will be the last lecture in layouts.", "tokens": [2014, 291, 365, 385, 30, 440, 9859, 307, 920, 2380, 13, 3477, 30, 467, 307, 1850, 300, 264, 25534, 13333, 11, 321, 362, 406, 4335, 1939, 13, 682, 264, 958, 7991, 11, 321, 486, 589, 322, 264, 25534, 13333, 1228, 787, 43484, 13, 3477, 30, 467, 307, 406, 2252, 13, 1436, 321, 362, 1612, 300, 2171, 561, 362, 281, 1401, 43484, 13, 400, 264, 3983, 307, 406, 2252, 13, 3477, 30, 2381, 300, 11, 264, 958, 7991, 486, 312, 264, 1036, 7991, 294, 46100, 13], "avg_logprob": -0.5163517594337463, "compression_ratio": 1.7897196261682242, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 3046.63, "end": 3046.81, "word": " Are", "probability": 0.255859375}, {"start": 3046.81, "end": 3046.83, "word": " you", "probability": 0.94287109375}, {"start": 3046.83, "end": 3046.95, "word": " with", "probability": 0.7421875}, {"start": 3046.95, "end": 3047.15, "word": " me?", "probability": 0.9619140625}, {"start": 3047.21, "end": 3047.33, "word": " The", "probability": 0.177978515625}, {"start": 3047.33, "end": 3047.51, "word": " concrete", "probability": 0.35791015625}, {"start": 3047.51, "end": 3047.59, "word": " is", "probability": 0.18896484375}, {"start": 3047.59, "end": 3047.77, "word": " still", "probability": 0.46728515625}, {"start": 3047.77, "end": 3048.05, "word": " outside.", "probability": 0.58349609375}, {"start": 3048.73, "end": 3048.93, "word": " Ok?", "probability": 0.21044921875}, {"start": 3050.69, "end": 3051.21, "word": " It", "probability": 0.14404296875}, {"start": 3051.21, "end": 3051.21, "word": " is", "probability": 0.6025390625}, {"start": 3051.21, "end": 3051.29, "word": " clear", "probability": 0.7392578125}, {"start": 3051.29, "end": 3051.47, "word": " that", "probability": 0.6640625}, {"start": 3051.47, "end": 3051.85, "word": " the", "probability": 0.257568359375}, {"start": 3051.85, "end": 3052.21, "word": " constraint", "probability": 0.712890625}, {"start": 3052.21, "end": 3052.63, "word": " layout,", "probability": 0.93798828125}, {"start": 3052.81, "end": 3053.45, "word": " we", "probability": 0.75}, {"start": 3053.45, "end": 3053.57, "word": " have", "probability": 0.32421875}, {"start": 3053.57, "end": 3053.67, "word": " not", "probability": 0.9111328125}, {"start": 3053.67, "end": 3054.03, "word": " finished", "probability": 0.498046875}, {"start": 3054.03, "end": 3054.35, "word": " yet.", "probability": 0.5458984375}, {"start": 3054.47, "end": 3054.73, "word": " In", "probability": 0.25146484375}, {"start": 3054.73, "end": 3054.85, "word": " the", "probability": 0.87353515625}, {"start": 3054.85, "end": 3054.87, "word": " next", "probability": 0.8017578125}, {"start": 3054.87, "end": 3055.23, "word": " lecture,", "probability": 0.7626953125}, {"start": 3055.85, "end": 3057.01, "word": " we", "probability": 0.912109375}, {"start": 3057.01, "end": 3057.01, "word": " will", "probability": 0.78955078125}, {"start": 3057.01, "end": 3057.27, "word": " work", "probability": 0.75244140625}, {"start": 3057.27, "end": 3057.39, "word": " on", "probability": 0.87451171875}, {"start": 3057.39, "end": 3057.47, "word": " the", "probability": 0.422119140625}, {"start": 3057.47, "end": 3057.85, "word": " constraint", "probability": 0.919921875}, {"start": 3057.85, "end": 3058.43, "word": " layout", "probability": 0.97412109375}, {"start": 3058.43, "end": 3059.25, "word": " using", "probability": 0.1749267578125}, {"start": 3059.25, "end": 3059.29, "word": " only", "probability": 0.50244140625}, {"start": 3059.29, "end": 3059.67, "word": " XML.", "probability": 0.76708984375}, {"start": 3061.43, "end": 3061.95, "word": " Ok?", "probability": 0.75634765625}, {"start": 3062.13, "end": 3062.29, "word": " It", "probability": 0.68408203125}, {"start": 3062.29, "end": 3062.29, "word": " is", "probability": 0.82958984375}, {"start": 3062.29, "end": 3062.37, "word": " not", "probability": 0.93408203125}, {"start": 3062.37, "end": 3062.63, "word": " difficult.", "probability": 0.669921875}, {"start": 3063.25, "end": 3063.53, "word": " Because", "probability": 0.81201171875}, {"start": 3063.53, "end": 3063.87, "word": " we", "probability": 0.37255859375}, {"start": 3063.87, "end": 3063.87, "word": " have", "probability": 0.468017578125}, {"start": 3063.87, "end": 3063.87, "word": " seen", "probability": 0.7880859375}, {"start": 3063.87, "end": 3064.35, "word": " that", "probability": 0.59814453125}, {"start": 3064.35, "end": 3064.63, "word": " sometimes", "probability": 0.74609375}, {"start": 3064.63, "end": 3065.41, "word": " people", "probability": 0.1761474609375}, {"start": 3065.41, "end": 3066.11, "word": " have", "probability": 0.48974609375}, {"start": 3066.11, "end": 3066.25, "word": " to", "probability": 0.9658203125}, {"start": 3066.25, "end": 3066.51, "word": " read", "probability": 0.47802734375}, {"start": 3066.51, "end": 3066.93, "word": " XML.", "probability": 0.6796875}, {"start": 3067.53, "end": 3068.05, "word": " And", "probability": 0.68701171875}, {"start": 3068.05, "end": 3068.13, "word": " the", "probability": 0.39013671875}, {"start": 3068.13, "end": 3068.33, "word": " subject", "probability": 0.61767578125}, {"start": 3068.33, "end": 3068.51, "word": " is", "probability": 0.849609375}, {"start": 3068.51, "end": 3069.11, "word": " not", "probability": 0.9287109375}, {"start": 3069.11, "end": 3069.39, "word": " difficult.", "probability": 0.78369140625}, {"start": 3069.71, "end": 3069.87, "word": " Ok?", "probability": 0.84716796875}, {"start": 3071.89, "end": 3072.41, "word": " After", "probability": 0.572265625}, {"start": 3072.41, "end": 3072.63, "word": " that,", "probability": 0.85107421875}, {"start": 3072.77, "end": 3072.99, "word": " the", "probability": 0.4716796875}, {"start": 3072.99, "end": 3073.03, "word": " next", "probability": 0.8994140625}, {"start": 3073.03, "end": 3073.37, "word": " lecture", "probability": 0.94140625}, {"start": 3073.37, "end": 3073.81, "word": " will", "probability": 0.73486328125}, {"start": 3073.81, "end": 3073.95, "word": " be", "probability": 0.95166015625}, {"start": 3073.95, "end": 3074.03, "word": " the", "probability": 0.90869140625}, {"start": 3074.03, "end": 3074.25, "word": " last", "probability": 0.87548828125}, {"start": 3074.25, "end": 3074.71, "word": " lecture", "probability": 0.8603515625}, {"start": 3074.71, "end": 3074.87, "word": " in", "probability": 0.413330078125}, {"start": 3074.87, "end": 3075.27, "word": " layouts.", "probability": 0.72900390625}], "temperature": 1.0}, {"id": 115, "seek": 309950, "start": 3076.04, "end": 3099.5, "text": " After that, we will move on to code. We will learn about new elements in code and how to make action on them, like checkboxes, radios, listviews, etc. You know the layouts now, which are linear, constraint, and there is a third layout which is called frame layout. After that, guys, there will be a project required from you.", "tokens": [2381, 300, 11, 321, 486, 1286, 322, 281, 3089, 13, 492, 486, 1466, 466, 777, 4959, 294, 3089, 293, 577, 281, 652, 3069, 322, 552, 11, 411, 1520, 4995, 279, 11, 2843, 2717, 11, 1329, 1759, 82, 11, 5183, 13, 509, 458, 264, 46100, 586, 11, 597, 366, 8213, 11, 25534, 11, 293, 456, 307, 257, 2636, 13333, 597, 307, 1219, 3920, 13333, 13, 2381, 300, 11, 1074, 11, 456, 486, 312, 257, 1716, 4739, 490, 291, 13], "avg_logprob": -0.6368670855896382, "compression_ratio": 1.5980392156862746, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3076.04, "end": 3076.36, "word": " After", "probability": 0.1754150390625}, {"start": 3076.36, "end": 3076.46, "word": " that,", "probability": 0.79931640625}, {"start": 3076.46, "end": 3076.64, "word": " we", "probability": 0.77490234375}, {"start": 3076.64, "end": 3076.64, "word": " will", "probability": 0.5732421875}, {"start": 3076.64, "end": 3076.84, "word": " move", "probability": 0.1060791015625}, {"start": 3076.84, "end": 3077.04, "word": " on", "probability": 0.314697265625}, {"start": 3077.04, "end": 3077.08, "word": " to", "probability": 0.93798828125}, {"start": 3077.08, "end": 3077.46, "word": " code.", "probability": 0.45458984375}, {"start": 3078.06, "end": 3078.22, "word": " We", "probability": 0.39453125}, {"start": 3078.22, "end": 3078.34, "word": " will", "probability": 0.84228515625}, {"start": 3078.34, "end": 3078.74, "word": " learn", "probability": 0.458740234375}, {"start": 3078.74, "end": 3079.0, "word": " about", "probability": 0.263671875}, {"start": 3079.0, "end": 3079.0, "word": " new", "probability": 0.7529296875}, {"start": 3079.0, "end": 3079.0, "word": " elements", "probability": 0.68310546875}, {"start": 3079.0, "end": 3079.0, "word": " in", "probability": 0.2705078125}, {"start": 3079.0, "end": 3079.9, "word": " code", "probability": 0.73583984375}, {"start": 3079.9, "end": 3080.9, "word": " and", "probability": 0.47216796875}, {"start": 3080.9, "end": 3081.14, "word": " how", "probability": 0.8134765625}, {"start": 3081.14, "end": 3081.24, "word": " to", "probability": 0.798828125}, {"start": 3081.24, "end": 3081.36, "word": " make", "probability": 0.21826171875}, {"start": 3081.36, "end": 3081.72, "word": " action", "probability": 0.53076171875}, {"start": 3081.72, "end": 3081.88, "word": " on", "probability": 0.6875}, {"start": 3081.88, "end": 3082.14, "word": " them,", "probability": 0.724609375}, {"start": 3082.34, "end": 3082.58, "word": " like", "probability": 0.55322265625}, {"start": 3082.58, "end": 3083.24, "word": " checkboxes,", "probability": 0.6559244791666666}, {"start": 3083.28, "end": 3083.74, "word": " radios,", "probability": 0.720703125}, {"start": 3083.86, "end": 3085.8, "word": " listviews,", "probability": 0.4409993489583333}, {"start": 3085.8, "end": 3086.32, "word": " etc.", "probability": 0.467529296875}, {"start": 3086.64, "end": 3087.1, "word": " You", "probability": 0.339111328125}, {"start": 3087.1, "end": 3087.4, "word": " know", "probability": 0.412841796875}, {"start": 3087.4, "end": 3087.54, "word": " the", "probability": 0.424072265625}, {"start": 3087.54, "end": 3087.88, "word": " layouts", "probability": 0.61767578125}, {"start": 3087.88, "end": 3088.14, "word": " now,", "probability": 0.402587890625}, {"start": 3088.84, "end": 3088.98, "word": " which", "probability": 0.30029296875}, {"start": 3088.98, "end": 3089.12, "word": " are", "probability": 0.8427734375}, {"start": 3089.12, "end": 3089.56, "word": " linear,", "probability": 0.748046875}, {"start": 3090.16, "end": 3090.68, "word": " constraint,", "probability": 0.56982421875}, {"start": 3090.94, "end": 3090.96, "word": " and", "probability": 0.5693359375}, {"start": 3090.96, "end": 3091.06, "word": " there", "probability": 0.2578125}, {"start": 3091.06, "end": 3091.06, "word": " is", "probability": 0.80859375}, {"start": 3091.06, "end": 3091.44, "word": " a", "probability": 0.6591796875}, {"start": 3091.44, "end": 3091.58, "word": " third", "probability": 0.83740234375}, {"start": 3091.58, "end": 3091.58, "word": " layout", "probability": 0.93408203125}, {"start": 3091.58, "end": 3091.84, "word": " which", "probability": 0.373046875}, {"start": 3091.84, "end": 3092.1, "word": " is", "probability": 0.56591796875}, {"start": 3092.1, "end": 3092.18, "word": " called", "probability": 0.47021484375}, {"start": 3092.18, "end": 3092.8, "word": " frame", "probability": 0.5947265625}, {"start": 3092.8, "end": 3093.1, "word": " layout.", "probability": 0.9853515625}, {"start": 3093.96, "end": 3094.48, "word": " After", "probability": 0.18701171875}, {"start": 3094.48, "end": 3096.4, "word": " that,", "probability": 0.9111328125}, {"start": 3096.8, "end": 3096.8, "word": " guys,", "probability": 0.231201171875}, {"start": 3097.86, "end": 3097.86, "word": " there", "probability": 0.342529296875}, {"start": 3097.86, "end": 3097.98, "word": " will", "probability": 0.6279296875}, {"start": 3097.98, "end": 3098.3, "word": " be", "probability": 0.9501953125}, {"start": 3098.3, "end": 3098.46, "word": " a", "probability": 0.9150390625}, {"start": 3098.46, "end": 3098.78, "word": " project", "probability": 0.71923828125}, {"start": 3098.78, "end": 3099.12, "word": " required", "probability": 0.1644287109375}, {"start": 3099.12, "end": 3099.28, "word": " from", "probability": 0.5791015625}, {"start": 3099.28, "end": 3099.5, "word": " you.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 116, "seek": 312107, "start": 3100.29, "end": 3121.07, "text": " You work on the wireframes for the project, you have an idea, and you design the screens for the whole project. It's not like what you do in UX and UI. You design the wireframes for all the screens, and you connect the screens to each other. You make a prototype in the beginning. Okay?", "tokens": [509, 589, 322, 264, 6234, 43277, 337, 264, 1716, 11, 291, 362, 364, 1558, 11, 293, 291, 1715, 264, 11171, 337, 264, 1379, 1716, 13, 467, 311, 406, 411, 437, 291, 360, 294, 40176, 293, 15682, 13, 509, 1715, 264, 6234, 43277, 337, 439, 264, 11171, 11, 293, 291, 1745, 264, 11171, 281, 1184, 661, 13, 509, 652, 257, 19475, 294, 264, 2863, 13, 1033, 30], "avg_logprob": -0.6100746322034011, "compression_ratio": 1.7289156626506024, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3100.29, "end": 3100.49, "word": " You", "probability": 0.34716796875}, {"start": 3100.49, "end": 3100.77, "word": " work", "probability": 0.20947265625}, {"start": 3100.77, "end": 3101.63, "word": " on", "probability": 0.57861328125}, {"start": 3101.63, "end": 3101.65, "word": " the", "probability": 0.56494140625}, {"start": 3101.65, "end": 3102.29, "word": " wireframes", "probability": 0.79150390625}, {"start": 3102.29, "end": 3102.49, "word": " for", "probability": 0.61181640625}, {"start": 3102.49, "end": 3102.59, "word": " the", "probability": 0.767578125}, {"start": 3102.59, "end": 3102.99, "word": " project,", "probability": 0.7900390625}, {"start": 3103.33, "end": 3103.75, "word": " you", "probability": 0.17236328125}, {"start": 3103.75, "end": 3104.37, "word": " have", "probability": 0.254150390625}, {"start": 3104.37, "end": 3104.51, "word": " an", "probability": 0.31494140625}, {"start": 3104.51, "end": 3105.03, "word": " idea,", "probability": 0.87744140625}, {"start": 3105.33, "end": 3105.87, "word": " and", "probability": 0.755859375}, {"start": 3105.87, "end": 3106.13, "word": " you", "probability": 0.67041015625}, {"start": 3106.13, "end": 3106.51, "word": " design", "probability": 0.70361328125}, {"start": 3106.51, "end": 3106.77, "word": " the", "probability": 0.626953125}, {"start": 3106.77, "end": 3107.01, "word": " screens", "probability": 0.76708984375}, {"start": 3107.01, "end": 3107.17, "word": " for", "probability": 0.61376953125}, {"start": 3107.17, "end": 3107.33, "word": " the", "probability": 0.8681640625}, {"start": 3107.33, "end": 3107.35, "word": " whole", "probability": 0.365234375}, {"start": 3107.35, "end": 3107.59, "word": " project.", "probability": 0.9130859375}, {"start": 3108.69, "end": 3109.01, "word": " It's", "probability": 0.45928955078125}, {"start": 3109.01, "end": 3109.07, "word": " not", "probability": 0.84716796875}, {"start": 3109.07, "end": 3109.27, "word": " like", "probability": 0.6669921875}, {"start": 3109.27, "end": 3109.31, "word": " what", "probability": 0.27783203125}, {"start": 3109.31, "end": 3109.49, "word": " you", "probability": 0.9150390625}, {"start": 3109.49, "end": 3109.49, "word": " do", "probability": 0.51025390625}, {"start": 3109.49, "end": 3109.67, "word": " in", "probability": 0.623046875}, {"start": 3109.67, "end": 3111.11, "word": " UX", "probability": 0.7607421875}, {"start": 3111.11, "end": 3111.27, "word": " and", "probability": 0.603515625}, {"start": 3111.27, "end": 3111.63, "word": " UI.", "probability": 0.95166015625}, {"start": 3111.75, "end": 3111.87, "word": " You", "probability": 0.9287109375}, {"start": 3111.87, "end": 3112.21, "word": " design", "probability": 0.84912109375}, {"start": 3112.21, "end": 3112.43, "word": " the", "probability": 0.2396240234375}, {"start": 3112.43, "end": 3113.47, "word": " wireframes", "probability": 0.897705078125}, {"start": 3113.47, "end": 3113.63, "word": " for", "probability": 0.88525390625}, {"start": 3113.63, "end": 3113.81, "word": " all", "probability": 0.818359375}, {"start": 3113.81, "end": 3113.91, "word": " the", "probability": 0.39111328125}, {"start": 3113.91, "end": 3114.39, "word": " screens,", "probability": 0.9345703125}, {"start": 3114.69, "end": 3115.05, "word": " and", "probability": 0.720703125}, {"start": 3115.05, "end": 3115.13, "word": " you", "probability": 0.402587890625}, {"start": 3115.13, "end": 3115.29, "word": " connect", "probability": 0.473876953125}, {"start": 3115.29, "end": 3115.49, "word": " the", "probability": 0.236083984375}, {"start": 3115.49, "end": 3115.75, "word": " screens", "probability": 0.93212890625}, {"start": 3115.75, "end": 3115.97, "word": " to", "probability": 0.205322265625}, {"start": 3115.97, "end": 3116.57, "word": " each", "probability": 0.4150390625}, {"start": 3116.57, "end": 3117.73, "word": " other.", "probability": 0.873046875}, {"start": 3117.73, "end": 3117.87, "word": " You", "probability": 0.54345703125}, {"start": 3117.87, "end": 3119.55, "word": " make", "probability": 0.235107421875}, {"start": 3119.55, "end": 3119.73, "word": " a", "probability": 0.59912109375}, {"start": 3119.73, "end": 3120.03, "word": " prototype", "probability": 0.88671875}, {"start": 3120.03, "end": 3120.27, "word": " in", "probability": 0.29052734375}, {"start": 3120.27, "end": 3120.35, "word": " the", "probability": 0.87744140625}, {"start": 3120.35, "end": 3120.51, "word": " beginning.", "probability": 0.336669921875}, {"start": 3120.95, "end": 3121.07, "word": " Okay?", "probability": 0.255126953125}], "temperature": 1.0}, {"id": 117, "seek": 314927, "start": 3124.37, "end": 3149.27, "text": " Or on any tool you use. But now start designing your app directly on Android. On which project or just on one site? You want to create a complete application. It should have for example 10-12 pages. It should have 80-90 pages? No, it can go a lot. You are just the first project. What project? In which subject?", "tokens": [1610, 322, 604, 2290, 291, 764, 13, 583, 586, 722, 14685, 428, 724, 3838, 322, 8853, 13, 1282, 597, 1716, 420, 445, 322, 472, 3621, 30, 509, 528, 281, 1884, 257, 3566, 3861, 13, 467, 820, 362, 337, 1365, 1266, 12, 4762, 7183, 13, 467, 820, 362, 4688, 12, 7771, 7183, 30, 883, 11, 309, 393, 352, 257, 688, 13, 509, 366, 445, 264, 700, 1716, 13, 708, 1716, 30, 682, 597, 3983, 30], "avg_logprob": -0.7833333222071329, "compression_ratio": 1.5072463768115942, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 3124.37, "end": 3124.81, "word": " Or", "probability": 0.11163330078125}, {"start": 3124.81, "end": 3125.25, "word": " on", "probability": 0.24658203125}, {"start": 3125.25, "end": 3125.45, "word": " any", "probability": 0.75146484375}, {"start": 3125.45, "end": 3125.65, "word": " tool", "probability": 0.56787109375}, {"start": 3125.65, "end": 3125.75, "word": " you", "probability": 0.65576171875}, {"start": 3125.75, "end": 3126.17, "word": " use.", "probability": 0.51025390625}, {"start": 3126.33, "end": 3126.47, "word": " But", "probability": 0.52197265625}, {"start": 3126.47, "end": 3126.95, "word": " now", "probability": 0.35595703125}, {"start": 3126.95, "end": 3127.23, "word": " start", "probability": 0.3046875}, {"start": 3127.23, "end": 3127.51, "word": " designing", "probability": 0.68505859375}, {"start": 3127.51, "end": 3127.75, "word": " your", "probability": 0.29296875}, {"start": 3127.75, "end": 3127.95, "word": " app", "probability": 0.24951171875}, {"start": 3127.95, "end": 3128.23, "word": " directly", "probability": 0.46826171875}, {"start": 3128.23, "end": 3128.41, "word": " on", "probability": 0.86328125}, {"start": 3128.41, "end": 3128.87, "word": " Android.", "probability": 0.6552734375}, {"start": 3129.11, "end": 3129.21, "word": " On", "probability": 0.283935546875}, {"start": 3129.21, "end": 3129.45, "word": " which", "probability": 0.482421875}, {"start": 3129.45, "end": 3129.73, "word": " project", "probability": 0.734375}, {"start": 3129.73, "end": 3129.83, "word": " or", "probability": 0.51953125}, {"start": 3129.83, "end": 3129.97, "word": " just", "probability": 0.321533203125}, {"start": 3129.97, "end": 3130.11, "word": " on", "probability": 0.185546875}, {"start": 3130.11, "end": 3130.21, "word": " one", "probability": 0.1363525390625}, {"start": 3130.21, "end": 3130.57, "word": " site?", "probability": 0.1470947265625}, {"start": 3131.31, "end": 3131.75, "word": " You", "probability": 0.86181640625}, {"start": 3131.75, "end": 3131.93, "word": " want", "probability": 0.433837890625}, {"start": 3131.93, "end": 3131.99, "word": " to", "probability": 0.91015625}, {"start": 3131.99, "end": 3132.11, "word": " create", "probability": 0.52294921875}, {"start": 3132.11, "end": 3132.23, "word": " a", "probability": 0.822265625}, {"start": 3132.23, "end": 3133.01, "word": " complete", "probability": 0.397216796875}, {"start": 3133.01, "end": 3133.01, "word": " application.", "probability": 0.61962890625}, {"start": 3133.61, "end": 3133.73, "word": " It", "probability": 0.388916015625}, {"start": 3133.73, "end": 3133.85, "word": " should", "probability": 0.50830078125}, {"start": 3133.85, "end": 3134.19, "word": " have", "probability": 0.78125}, {"start": 3134.19, "end": 3134.29, "word": " for", "probability": 0.2294921875}, {"start": 3134.29, "end": 3134.49, "word": " example", "probability": 0.92431640625}, {"start": 3134.49, "end": 3134.81, "word": " 10", "probability": 0.56640625}, {"start": 3134.81, "end": 3135.45, "word": "-12", "probability": 0.6678466796875}, {"start": 3135.45, "end": 3135.79, "word": " pages.", "probability": 0.449951171875}, {"start": 3136.23, "end": 3136.67, "word": " It", "probability": 0.14794921875}, {"start": 3136.67, "end": 3136.67, "word": " should", "probability": 0.509765625}, {"start": 3136.67, "end": 3136.81, "word": " have", "probability": 0.67626953125}, {"start": 3136.81, "end": 3137.13, "word": " 80", "probability": 0.38720703125}, {"start": 3137.13, "end": 3138.15, "word": "-90", "probability": 0.706787109375}, {"start": 3138.15, "end": 3138.35, "word": " pages?", "probability": 0.9013671875}, {"start": 3138.41, "end": 3138.75, "word": " No,", "probability": 0.8037109375}, {"start": 3138.83, "end": 3138.85, "word": " it", "probability": 0.69873046875}, {"start": 3138.85, "end": 3138.95, "word": " can", "probability": 0.2373046875}, {"start": 3138.95, "end": 3139.09, "word": " go", "probability": 0.269287109375}, {"start": 3139.09, "end": 3139.29, "word": " a", "probability": 0.154296875}, {"start": 3139.29, "end": 3139.51, "word": " lot.", "probability": 0.73291015625}, {"start": 3139.73, "end": 3140.01, "word": " You", "probability": 0.6171875}, {"start": 3140.01, "end": 3140.11, "word": " are", "probability": 0.6708984375}, {"start": 3140.11, "end": 3140.23, "word": " just", "probability": 0.43115234375}, {"start": 3140.23, "end": 3140.39, "word": " the", "probability": 0.407470703125}, {"start": 3140.39, "end": 3140.47, "word": " first", "probability": 0.82763671875}, {"start": 3140.47, "end": 3140.75, "word": " project.", "probability": 0.89306640625}, {"start": 3140.93, "end": 3141.19, "word": " What", "probability": 0.076416015625}, {"start": 3141.19, "end": 3142.65, "word": " project?", "probability": 0.206787109375}, {"start": 3145.83, "end": 3146.27, "word": " In", "probability": 0.1883544921875}, {"start": 3146.27, "end": 3149.05, "word": " which", "probability": 0.55078125}, {"start": 3149.05, "end": 3149.27, "word": " subject?", "probability": 0.264404296875}], "temperature": 1.0}, {"id": 118, "seek": 317037, "start": 3150.71, "end": 3170.37, "text": " In UX? Ok, if you want to continue on the projects you worked on in UX, yes, you can continue on them. If there is something in the project that ... We want both of them. Yes, both of them work together.", "tokens": [682, 40176, 30, 3477, 11, 498, 291, 528, 281, 2354, 322, 264, 4455, 291, 2732, 322, 294, 40176, 11, 2086, 11, 291, 393, 2354, 322, 552, 13, 759, 456, 307, 746, 294, 264, 1716, 300, 1097, 492, 528, 1293, 295, 552, 13, 1079, 11, 1293, 295, 552, 589, 1214, 13], "avg_logprob": -0.6421568346958534, "compression_ratio": 1.5338345864661653, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 3150.71, "end": 3150.99, "word": " In", "probability": 0.3427734375}, {"start": 3150.99, "end": 3151.37, "word": " UX?", "probability": 0.76220703125}, {"start": 3151.95, "end": 3152.21, "word": " Ok,", "probability": 0.43505859375}, {"start": 3152.39, "end": 3152.57, "word": " if", "probability": 0.79345703125}, {"start": 3152.57, "end": 3153.45, "word": " you", "probability": 0.62841796875}, {"start": 3153.45, "end": 3153.45, "word": " want", "probability": 0.60400390625}, {"start": 3153.45, "end": 3153.59, "word": " to", "probability": 0.947265625}, {"start": 3153.59, "end": 3153.83, "word": " continue", "probability": 0.50341796875}, {"start": 3153.83, "end": 3154.03, "word": " on", "probability": 0.290771484375}, {"start": 3154.03, "end": 3154.11, "word": " the", "probability": 0.373291015625}, {"start": 3154.11, "end": 3154.35, "word": " projects", "probability": 0.83984375}, {"start": 3154.35, "end": 3154.47, "word": " you", "probability": 0.68212890625}, {"start": 3154.47, "end": 3154.73, "word": " worked", "probability": 0.6171875}, {"start": 3154.73, "end": 3154.83, "word": " on", "probability": 0.80126953125}, {"start": 3154.83, "end": 3154.93, "word": " in", "probability": 0.7783203125}, {"start": 3154.93, "end": 3155.31, "word": " UX,", "probability": 0.923828125}, {"start": 3156.23, "end": 3156.39, "word": " yes,", "probability": 0.264892578125}, {"start": 3156.45, "end": 3156.49, "word": " you", "probability": 0.8330078125}, {"start": 3156.49, "end": 3156.67, "word": " can", "probability": 0.93359375}, {"start": 3156.67, "end": 3156.93, "word": " continue", "probability": 0.83251953125}, {"start": 3156.93, "end": 3157.11, "word": " on", "probability": 0.771484375}, {"start": 3157.11, "end": 3157.21, "word": " them.", "probability": 0.5576171875}, {"start": 3157.35, "end": 3157.35, "word": " If", "probability": 0.422119140625}, {"start": 3157.35, "end": 3157.55, "word": " there", "probability": 0.282470703125}, {"start": 3157.55, "end": 3157.61, "word": " is", "probability": 0.340087890625}, {"start": 3157.61, "end": 3157.67, "word": " something", "probability": 0.2274169921875}, {"start": 3157.67, "end": 3157.67, "word": " in", "probability": 0.60009765625}, {"start": 3157.67, "end": 3157.75, "word": " the", "probability": 0.33447265625}, {"start": 3157.75, "end": 3158.01, "word": " project", "probability": 0.7568359375}, {"start": 3158.01, "end": 3158.97, "word": " that", "probability": 0.26025390625}, {"start": 3158.97, "end": 3160.41, "word": " ...", "probability": 0.158935546875}, {"start": 3160.41, "end": 3161.07, "word": " We", "probability": 0.2578125}, {"start": 3161.07, "end": 3161.35, "word": " want", "probability": 0.62890625}, {"start": 3161.35, "end": 3161.57, "word": " both", "probability": 0.54443359375}, {"start": 3161.57, "end": 3161.71, "word": " of", "probability": 0.27880859375}, {"start": 3161.71, "end": 3161.89, "word": " them.", "probability": 0.86279296875}, {"start": 3167.25, "end": 3167.65, "word": " Yes,", "probability": 0.120361328125}, {"start": 3169.39, "end": 3169.53, "word": " both", "probability": 0.6474609375}, {"start": 3169.53, "end": 3169.61, "word": " of", "probability": 0.57421875}, {"start": 3169.61, "end": 3169.75, "word": " them", "probability": 0.63818359375}, {"start": 3169.75, "end": 3169.97, "word": " work", "probability": 0.320068359375}, {"start": 3169.97, "end": 3170.37, "word": " together.", "probability": 0.8359375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 3171.2885, "duration_after_vad": 2920.0724999999848} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..a6eb6e4262562f80ab556dd84ded66b087c33fc0 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/wbCd6RcsVOU_raw.srt @@ -0,0 +1,2448 @@ +1 +00:00:20,870 --> 00:00:24,670 +السلام عليكم يا جماعة احنا نزلنا في موضوع ال + +2 +00:00:24,670 --> 00:00:29,870 +layout تمام؟ شوفنا ال linear layout واخدنا مثالين + +3 +00:00:29,870 --> 00:00:32,950 +كاملين عليها صح ولا؟ اللي هي الشاشة في الأول تاعة + +4 +00:00:32,950 --> 00:00:35,010 +ال user name و ال password و بعدين أخدنا الشاشة + +5 +00:00:35,010 --> 00:00:38,810 +اللي مجسمة جسمين زرار و محتوى صح؟ و صممنا مثالين + +6 +00:00:38,810 --> 00:00:42,130 +كاملين قدامكوا على linear layout و بعدين بدأنا + +7 +00:00:42,130 --> 00:00:44,370 +نتكلم في المحاضرة الماضية على ال layout اللي هي + +8 +00:00:44,370 --> 00:00:47,880 +constraint layoutاللي هي فكرتها ان انت بترتب + +9 +00:00:47,880 --> 00:00:52,640 +العناصر على الشاشة بالنسبة لبعض تمام؟ وهذا هيضمنلك + +10 +00:00:52,640 --> 00:00:56,260 +انه مش هيكون فيه nested layouts كتيرة في الشاشة + +11 +00:00:56,260 --> 00:00:58,520 +يعني مش هيكون فيه زي linear layout layout جوا + +12 +00:00:58,520 --> 00:01:01,740 +layout جوا layout لأن هذا بيبطئ ال rendering بتاع + +13 +00:01:01,740 --> 00:01:04,980 +ال interface بتاع التطبيق لكن لما يكون عندك layout + +14 +00:01:04,980 --> 00:01:08,800 +واحدة هذا بيكون أسرع التطبيق عشان هيك احنا بنحاول + +15 +00:01:08,800 --> 00:01:14,170 +نعتمد على ال constraint layout قدر الإمكانوبدأنا + +16 +00:01:14,170 --> 00:01:16,990 +المحاضرة الماضي نعرف بال constraint layout طبعا + +17 +00:01:16,990 --> 00:01:20,210 +احنا الميزة كمان في constraint layout ان انت ممكن + +18 +00:01:20,210 --> 00:01:23,830 +تشغل visually بشكل كبير يعني مش هتحتاج تشغل XML + +19 +00:01:23,830 --> 00:01:29,430 +كتير زي ال linear layout كان ال XML أسهل بس هنا من + +20 +00:01:29,430 --> 00:01:33,390 +خلال ال Android Studio بتشغل بمنتهى البساطة + +21 +00:01:33,390 --> 00:01:37,810 +visually و هنشوف كيف نشغلها XML كمان طيب حكينا + +22 +00:01:37,810 --> 00:01:39,710 +المحاضرة الماضي ان انا لو بدلبت بأي عنصر على + +23 +00:01:39,710 --> 00:01:44,380 +الشاشة مثلا عنصر هذاأكيد طبعا ان انا مايكون عندي + +24 +00:01:44,380 --> 00:01:47,260 +constraint layout وعرض عنصر هيطلعلي عيانات التعجب + +25 +00:01:47,260 --> 00:01:50,460 +هذه لانه بيقوللي انه مكانه هذا هيكون بس في ال + +26 +00:01:50,460 --> 00:01:54,120 +design تمام، لما تعمل run هيجي في الزاوية عشان + +27 +00:01:54,120 --> 00:01:56,980 +نتحدد مكان العنصر، اول حاجة بنفهم ان العنصر الواحد + +28 +00:01:56,980 --> 00:02:01,110 +له أربع زواياأتنين اللي هم ال top و ال bottom + +29 +00:02:01,110 --> 00:02:05,590 +تمام؟ و أتنين التانيين اللي هم بيسموهم مرة left و + +30 +00:02:05,590 --> 00:02:09,630 +right أو start و end إيش يفضل استخدام؟ left و + +31 +00:02:09,630 --> 00:02:13,230 +right ولا start و end؟ يفضل start و end ليش؟ مين + +32 +00:02:13,230 --> 00:02:17,070 +بيعرف ليش؟ عشان اللغة لو أنت قولت إن هذه start + +33 +00:02:17,070 --> 00:02:20,870 +وهذه endوتغيرت لغة التطبيق لحاله بيفهم ان هذه + +34 +00:02:20,870 --> 00:02:24,270 +start وهذه end لحاله هيجلب المحتوى الشاشة وهنجرب + +35 +00:02:24,270 --> 00:02:28,330 +هذه لكن left و right متغيروش صح ولا لأ ال left + +36 +00:02:28,330 --> 00:02:31,550 +left و right right ايش مختلفت اللغة لكن ال start و + +37 +00:02:31,550 --> 00:02:34,810 +ال end بيختلف في العربي بيصير start من اليمين طبعا + +38 +00:02:34,810 --> 00:02:39,370 +طيب عشان تربط أي عنصر على الأقل بدك تربطه من جهتين + +39 +00:02:39,370 --> 00:02:43,730 +على الأقل واحدة من ال top و ال bottom و واحدة من + +40 +00:02:43,730 --> 00:02:48,850 +ال start و ال end بالفعل عشان تربطه من الجهةو + +41 +00:02:48,850 --> 00:02:54,370 +بنفعش تربطه من جهتين في نفس المجموع يعني بنفعش + +42 +00:02:54,370 --> 00:02:58,290 +تربطه من الطب و البطم بس او من ال start to end بس + +43 +00:02:58,290 --> 00:03:01,310 +واحدة من الطب و البطم واحدة من ال start to end + +44 +00:03:01,310 --> 00:03:05,470 +طبعا اول عنصر بنحط عليه الشاشة أو لازم اول عنصر + +45 +00:03:05,470 --> 00:03:09,490 +بنحط عليه الشاشة بتربطه بالنسبة للان طبعا مثلا انا + +46 +00:03:09,490 --> 00:03:13,850 +بده اربط و احطه في الزاوية هذه تربط هذا الطبتمام؟ + +47 +00:03:13,850 --> 00:03:17,910 +و ال start بما ان احنا انجليزي بنتعمل تربطه مع ال + +48 +00:03:17,910 --> 00:03:21,490 +start بتاع ال parent كأني بقول هنا ان ال top بتاع + +49 +00:03:21,490 --> 00:03:24,630 +ال baton ربطه مع ال top بتاع ال parent و ال start + +50 +00:03:24,630 --> 00:03:27,430 +بتاع ال baton ربطه مع ال start بتاع ال parent هذا + +51 +00:03:27,430 --> 00:03:29,110 +ال top بتاع ال parent و هذا ال start بتاع ال + +52 +00:03:29,110 --> 00:03:32,050 +parent و هدول ايش الألوان اللي هنا ستين و أربعة و + +53 +00:03:32,050 --> 00:03:37,610 +ستين مارجان تمام؟ انا ممكن اتحكم فيها طبعا انت لما + +54 +00:03:37,610 --> 00:03:39,550 +تحط اي baton و تربطه + +55 +00:03:45,180 --> 00:03:48,500 +لحالة هيحط margin افتراضية هي ال margin المكتوب + +56 +00:03:48,500 --> 00:03:52,000 +هنا شايفين ايش مكتوب هنا تمانى يعني انت لو غيرت + +57 +00:03:52,000 --> 00:03:54,600 +الافتراضي مثلا ستة عشر بيصير كل ما تضيف عنصر + +58 +00:03:54,600 --> 00:04:00,420 +بيحطله margin ستة عشر طيب الآن هذا اول عنصر انت + +59 +00:04:00,420 --> 00:04:04,480 +ضفته على الشاشة جانبا نسيب اول عنصر خلينا نخليه + +60 +00:04:04,480 --> 00:04:09,160 +عنصر في وسط الشاشة فوقبتحط العنصر انا ايه اللي قلت + +61 +00:04:09,160 --> 00:04:13,940 +وسط الشاشة فوق اول حد ما دمه فوق بتعلقه في ال top + +62 +00:04:13,940 --> 00:04:18,260 +بتاع ال parent الآن بدك يا في وسط الشاشة بدك تضطر + +63 +00:04:18,260 --> 00:04:25,380 +تعلقه من الجهتين من هنا ومن الجهة التانية كمان + +64 +00:04:25,380 --> 00:04:30,000 +طبعا + +65 +00:04:30,000 --> 00:04:34,480 +لحالة اول ما انت تربطه من الجهتين هيحطه في وسط + +66 +00:04:34,480 --> 00:04:34,900 +الشاشة + +67 +00:04:37,710 --> 00:04:42,630 +تمام؟ بدك تحطه في وسط الشاشة كلها يعني اربط من + +68 +00:04:42,630 --> 00:04:47,570 +الأربع جهات تمام؟ الحاجة التانية أنت لما تربط + +69 +00:04:47,570 --> 00:04:51,310 +الأنصر من الجهتين بيجيبلك حاجة هنا شايفين هذه + +70 +00:04:51,310 --> 00:04:55,290 +الخمسين اش هنا خمسين؟ يعني انت رابطه من الجهتين + +71 +00:04:55,290 --> 00:04:59,390 +فهو سحل في المص الشاشة لأن انت ممكن تكون رابطه من + +72 +00:04:59,390 --> 00:05:05,110 +الجهتين بس تخليهمثلا هاي لما احب تلاتين معناها + +73 +00:05:05,110 --> 00:05:08,530 +المسافة من هنا لهنا تلاتين في الميه من الشاشة ومن + +74 +00:05:08,530 --> 00:05:12,550 +هنا للاخر سبعين في الميه هذا بيسموه ال bios بيوز + +75 +00:05:12,550 --> 00:05:20,110 +يعني الانحياز طيب + +76 +00:05:20,110 --> 00:05:25,800 +حاجة تانية ايش حجم الذرnot content عشان هو جاعة + +77 +00:05:25,800 --> 00:05:29,540 +جدا المحتوى اللي هو فيه لو انت شده من الجهتين لو + +78 +00:05:29,540 --> 00:05:35,780 +انت شده من الجهتين وحطيت الحجم 0db ايش هيعمل لحاله + +79 +00:05:35,780 --> 00:05:41,220 +هيمغطل للاخر تمام من غير ماحط match parent مدام + +80 +00:05:41,220 --> 00:05:46,100 +انا شده من الجهتين وحطيت 0db لحاله هيسحبه للاخر + +81 +00:05:46,100 --> 00:05:51,720 +تمام واضحة كيف هذي طيب بناء على كلام هذا تعالى + +82 +00:05:51,720 --> 00:05:56,550 +نشوف لو انا بده احط اربع زرابكل زرين جانب بعض + +83 +00:05:56,550 --> 00:06:02,470 +والزرين التانية تحتهم لأن هذا الزر الأول يعني هاي + +84 +00:06:02,470 --> 00:06:10,810 +زر كمان زر هنا وهي واحد وهي واحد بدي + +85 +00:06:10,810 --> 00:06:15,130 +أرتبهم بالشكل هذا لأن طبعا لسه هم مافيش + +86 +00:06:15,130 --> 00:06:19,070 +constraints مافيش قيود عليهم مش مربطين فبنرتبهم + +87 +00:06:19,070 --> 00:06:21,010 +أول زر بنمسكه + +88 +00:06:26,470 --> 00:06:31,390 +أول زر نربطه مثلا في ال top start + +89 +00:06:31,390 --> 00:06:38,910 +تمام؟ و بنحط margin معين لأن الزر التاني بنقوله + +90 +00:06:38,910 --> 00:06:42,030 +انه انت ارجعت لما بدك توصف الزر التاني مكانه اللي + +91 +00:06:42,030 --> 00:06:46,230 +بدك تحطه بتقول ان هذا موجود بعد نهاية هذا صح؟ مش + +92 +00:06:46,230 --> 00:06:50,070 +هيك بتقول؟ فبتقول ان ال start هذا جاية بعد إيش؟ + +93 +00:06:50,070 --> 00:06:55,190 +بعد ال end شايفين كيف؟ اه هاي ربطته فيهو ممكن تقول + +94 +00:06:55,190 --> 00:07:00,250 +ايش انه اربط هذه في ايش في ال top ممكن في اكتر من + +95 +00:07:00,250 --> 00:07:05,050 +حلق لها لحظة علق شوية الجهاز ممكن + +96 +00:07:05,050 --> 00:07:10,170 +تيجي هذه تربط وين في ال parent طبعا يعني لاحظ كيف + +97 +00:07:10,170 --> 00:07:14,330 +هذا الزر صار مربوط فوق و مربوط هنا بيمشي الحل و لو + +98 +00:07:14,330 --> 00:07:18,800 +ان هذا مش افضل حلالمهم ان مكانه يبقى للثالث يعني + +99 +00:07:18,800 --> 00:07:23,020 +هتجيب حتى لو انت رفيت الجهاز تمام خلاص بضل هذا + +100 +00:07:23,020 --> 00:07:29,880 +مربوط في هذا الزر بعدين شوف لو انت حركت هيك اه + +101 +00:07:29,880 --> 00:07:35,520 +الزر هيتحرك مع بعض بس لو حركت رأسي مش هتحرك ليش + +102 +00:07:35,520 --> 00:07:39,880 +لأن هذا مربوط في ال .. في ال pair عشان هيك احنا + +103 +00:07:39,880 --> 00:07:45,090 +دايما بنحب ان نربط الازرارأو نربط كل أنصر بعنصر + +104 +00:07:45,090 --> 00:07:50,210 +واحد آخر ايش يعني؟ يعني الزر هذا الان تربطه بجهتين + +105 +00:07:50,210 --> 00:07:53,390 +هيك هيلخم مش عارف هيروح يمين ولا يروح شمال ولا مع + +106 +00:07:53,390 --> 00:07:59,130 +مين يمشي تمام؟ الأفضل انك تربطهمع .. مع أنصر واحد + +107 +00:07:59,130 --> 00:08:02,950 +قدر الإمكان كيف؟ لأن احنا قلنا ان كل الذرع الأقل + +108 +00:08:02,950 --> 00:08:06,810 +بيرتبط من الجهتين واحدة من الجوانب وواحدة من ال + +109 +00:08:06,810 --> 00:08:10,950 +turbo bottom تمام؟ لأن الجانب ربطه هنا هل هذا كاف + +110 +00:08:10,950 --> 00:08:15,430 +الجانب؟ لأ ما هو هذا موجود على .. على في النهاية + +111 +00:08:15,430 --> 00:08:20,630 +صح؟ فرأسيا انا مش عارف كيف هينحطفلازم نربط واحدة + +112 +00:08:20,630 --> 00:08:23,270 +من ال top او ال bottom لان انا ايش بدي اعمل بدي + +113 +00:08:23,270 --> 00:08:26,930 +اخد هذه اسحبها و اربطها مع مين مع ال top بتاع ال + +114 +00:08:26,930 --> 00:08:30,710 +button اللي جنبه لان هذا ال button مربوط من جهتين + +115 +00:08:30,710 --> 00:08:34,910 +بيقولوا ان ال start تبعه جاي بعد ال end بتاع هذا + +116 +00:08:34,910 --> 00:08:38,330 +الذر و ال top مع ال top خليهم على نفس المحادثة + +117 +00:08:38,330 --> 00:08:42,390 +يعني هذا صار مربوط في جهتين بدل ما اربطه في ال + +118 +00:08:42,390 --> 00:08:46,210 +parent ربطه بهذا ايش الميزة هنا ان امسك هذا و احرك + +119 +00:08:46,210 --> 00:08:52,830 +اه هى يتحرك معاهعامل زي القطار، يفضل تربط الأنصر + +120 +00:08:52,830 --> 00:08:55,750 +بأنصر واحد، هذا عامل زي إيه؟ شوفت الأولاد + +121 +00:08:55,750 --> 00:09:00,070 +الفراوضة؟ كيف بيبقوا ورا بعض؟ هل جيت الولد اللي + +122 +00:09:00,070 --> 00:09:04,150 +ورا أول واحد مابمسكش إيد حدا، مابمسك إيد القبلة؟ + +123 +00:09:04,150 --> 00:09:13,110 +اللي ورا ..بحط ايدي عليه صح و اللي ورا هجيب نشي + +124 +00:09:13,110 --> 00:09:16,710 +اللي قدام يكون اللي ورا يمشي هجيب له فهيجي لولد من + +125 +00:09:16,710 --> 00:09:19,110 +اللي واقفين ورا يقوله حط ايدك على اللي قدامك و حط + +126 +00:09:19,110 --> 00:09:22,530 +ايدك التاني على اللي جنبك هنا هجيب له مش اللي قدام + +127 +00:09:22,530 --> 00:09:25,350 +مش هيعرف هنا نروح صح او لا مش اللي جنبه مش هيعرف + +128 +00:09:25,350 --> 00:09:29,050 +هنا نروح فخالص يقول للولد امسك في واحد بس وين ما + +129 +00:09:29,050 --> 00:09:33,070 +يمشي هذا يمشي ورا هذا نفس الحاجة الذر انت ربطه في + +130 +00:09:33,070 --> 00:09:33,730 +عنصر واحد + +131 +00:09:38,370 --> 00:09:42,910 +طيب نجي على الزر اللي تحته هذا لإيه بده خيار؟ أول + +132 +00:09:42,910 --> 00:09:45,770 +حاجة أنت بدهيان بتقول هذا الزر تحت الزر اللي هنا + +133 +00:09:45,770 --> 00:09:48,970 +تمام؟ + +134 +00:09:48,970 --> 00:09:54,250 +و مربوط على يعني + +135 +00:09:54,250 --> 00:09:58,410 +في أكتر من الخيار أول حاجة ال top أربطه مع ال + +136 +00:09:58,410 --> 00:10:01,650 +bottom هذا بتقول اللي تحته يعني تمام؟ الآن ممكن + +137 +00:10:01,650 --> 00:10:06,450 +تيجي عشان تربط هذه مع مين؟مع ال piano صحيحة بس في + +138 +00:10:06,450 --> 00:10:09,550 +الحاجة اللي احنا مابنحبهاش ان الأنصر مربوط فيه + +139 +00:10:09,550 --> 00:10:13,650 +أنصرين تمام فعشان هيك هذا مثلا لو جت للزر هذا و + +140 +00:10:13,650 --> 00:10:17,830 +حركت اللي تحت ماتحركش رأسي متحرك لأنه مربوط فيه + +141 +00:10:17,830 --> 00:10:24,790 +تمام الحل الأفضل انك تشيل هذه و بتقول ان الزر تحت + +142 +00:10:24,790 --> 00:10:29,910 +هذا و خل البداية تحت هذا مع البداية تحتها هاي زي + +143 +00:10:29,910 --> 00:10:35,910 +هيكهل جدت ايش برضه؟ هذه السعر كلهم مربوطين في بعض + +144 +00:10:35,910 --> 00:10:40,630 +هذا الأخير مش هتفرق كتير ممكن زي ما قلنا نربط هذه + +145 +00:10:40,630 --> 00:10:48,030 +مع هذه تمام؟ وهذه مع هذه يعني التب مع التب وموجود + +146 +00:10:48,030 --> 00:10:55,350 +على شماله، يمينه او مش هيدور برضه انك لو ربطت معه + +147 +00:10:55,350 --> 00:11:02,280 +مع التبفي الحالة هذي حرك برضه هيتحرك لأن هذين + +148 +00:11:02,280 --> 00:11:06,320 +الاتنين هيتحرك فالرابع هيتحرك معاه يعني باختصار + +149 +00:11:06,320 --> 00:11:09,900 +شديد أن فكرة constraint layout أنك بتربط العناصر + +150 +00:11:09,900 --> 00:11:14,420 +بالنسبة لبعض أول واحد بتربطه مع ال parent والبجيه + +151 +00:11:14,420 --> 00:11:18,820 +بتربطهم بالنسبة للأنصر معين الآن بناء على ال .. + +152 +00:11:18,820 --> 00:11:25,060 +لسه قبل ما ناخد مثال عملي الآن عندك انت حطيت زرين + +153 +00:11:25,060 --> 00:11:38,810 +هيكوشيل هدوله خلاص الان + +154 +00:11:38,810 --> 00:11:43,650 +بدك هدول الزرنين ييجوا جان بعض تمام عشان تخليهم + +155 +00:11:43,650 --> 00:11:46,310 +جان بعض بدك يقولنا بدك تمسك هذا و تربطه هيك و + +156 +00:11:46,310 --> 00:11:49,970 +بعدين تيجي هذا و تربطه في هذا صح ولا و لو بدك + +157 +00:11:49,970 --> 00:11:53,290 +اياهم في النص بدك تضطر تربطهم الاتنين من الجهتين + +158 +00:11:53,290 --> 00:11:58,320 +هتجي تشوف في حاجة في ال ..في الاندرويد ستوديو ان + +159 +00:11:58,320 --> 00:12:02,560 +ممكن تجي تعلم على الذرين تمام و تجي تعمل click + +160 +00:12:02,560 --> 00:12:09,920 +يمين عليهم و في حاجة اسمها chain chain يعني سلسلة + +161 +00:12:09,920 --> 00:12:15,720 +تمام كأنا بقوله حولي هدولة لسلسلة ايش احوليهم + +162 +00:12:15,720 --> 00:12:20,900 +لسلسلة تعالي تقوله هيك create horizontal chain ايش + +163 +00:12:20,900 --> 00:12:27,430 +عملت و طلعت كمانبمسك .. علم التلاتة وجمه create a + +164 +00:12:27,430 --> 00:12:31,670 +chain كله بربطهم في بعض زيه ايش عمل هو فعليا مسك + +165 +00:12:31,670 --> 00:12:35,410 +الذر هذا ربطه هنا و بعدين هذا ربطه في هذا و هذا + +166 +00:12:35,410 --> 00:12:43,110 +ربطه في هذا تمام؟ و هذا ربطه في الآخر هرجع تبقى + +167 +00:12:43,110 --> 00:12:47,940 +نغير فيها لسه في حاجة ناقص كمانأو هو ربطهم ايش + +168 +00:12:47,940 --> 00:12:54,180 +مكفيش هذا الكلام تمام؟ الان انت بدك تقول مثلا ان + +169 +00:12:54,180 --> 00:13:00,160 +هذا خليه في center الشاشة او مثلا بعيد margin معين + +170 +00:13:00,160 --> 00:13:05,180 +عن ال .. عنها مثلا مية هلجيت؟ وهذا بدك تربطه فيه + +171 +00:13:05,180 --> 00:13:11,570 +هيكتعمم؟ هيك يعني رابطنا واحد و التاني رابطنا فيه + +172 +00:13:11,570 --> 00:13:15,750 +تعمم؟ خلاص هرجيت هذا يعني سيرون بتحرك و بتحرك + +173 +00:13:15,750 --> 00:13:20,810 +التاني .. التاني معناه الأن + +174 +00:13:20,810 --> 00:13:25,270 +لو أنا أجيت على + +175 +00:13:25,270 --> 00:13:29,930 +attributes لأن نفس الشيء طلع الزر جاي هذا بيقولك + +176 +00:13:29,930 --> 00:13:34,130 +جاي بنسبة خمسين في الميةماذا يعني نسبة 50%؟ 50% من + +177 +00:13:34,130 --> 00:13:38,090 +مين؟ من المسافة من هنا إلى هنا تمام هذا ممكن ايش + +178 +00:13:38,090 --> 00:13:49,130 +تغيرها انت ولا بتتغيرش تغيرش + +179 +00:13:49,130 --> 00:13:53,150 +لان + +180 +00:13:53,150 --> 00:13:54,650 +انا بقعد بينهم وسامة + +181 +00:14:04,410 --> 00:14:12,550 +طيب لو حطينا هذه 0db لاحظ + +182 +00:14:12,550 --> 00:14:16,850 +لما حطينا 0db هذا ايش عمل؟ اتوسع على جد الشاشة هذا + +183 +00:14:16,850 --> 00:14:21,970 +لسه ضال حجمه صغير لان حجمه wrap content فبرضه هذا + +184 +00:14:21,970 --> 00:14:28,840 +لو اجينا و حطيناها 0dbأه هاي ايش صار بالنص Zero DB + +185 +00:14:28,840 --> 00:14:32,660 +و هذا Zero DB كل واحد اتوسع ع جد التالي فأخدوا + +186 +00:14:32,660 --> 00:14:35,520 +مساحة الشاشة طب حطها للأول Zero DB و خدها كلها + +187 +00:14:35,520 --> 00:14:40,040 +صراحة اه لما جربت حطت واحد Zero DB لأ للأول من + +188 +00:14:40,040 --> 00:14:45,620 +جانبك لأ لأ لأ خل هذه Zero DB و هذه Wrap Content + +189 +00:14:45,620 --> 00:14:53,620 +تمام اتوسع هذا و بس هذا ايش صارwrap content + +190 +00:14:53,620 --> 00:14:59,340 +بتخيلهم جدبها بحط الاتنين اذا معمولين chain بشرط + +191 +00:14:59,340 --> 00:15:02,860 +انهم مربوطين من الجهتين تمام؟ بتوافر الان ممكن ان + +192 +00:15:02,860 --> 00:15:06,520 +انت بتتحكم ان واحد ياخد نسبة عن طريق ال weight + +193 +00:15:06,520 --> 00:15:09,980 +عارفين ال weight اللي شفناه؟ مش عارف كيف تنضف ال + +194 +00:15:09,980 --> 00:15:14,240 +attributes بس انت لو جيت على ال XML هاي الزرنين + +195 +00:15:14,980 --> 00:15:20,300 +تمام؟ لو جيت على واحد قلتله ال weight تمام هى + +196 +00:15:20,300 --> 00:15:24,620 +constraint horizontal weight بختلف السماعة اللى + +197 +00:15:24,620 --> 00:15:31,940 +موجودة في ال linear layup هذا مثلا واحد والتانى هى + +198 +00:15:31,940 --> 00:15:38,800 +weight هى مثلا اتنين هلجيت لو انت جيت هنا هى اعطيش + +199 +00:15:38,800 --> 00:15:42,600 +نسبة واحد اكتر من التانى تمام؟ + +200 +00:15:43,770 --> 00:15:46,750 +طيب هذه يعني باختصار شديد أساسيات ال constraint + +201 +00:15:46,750 --> 00:15:52,910 +layout و لسه في حاجة تانية او خليها نشرحها لجهة + +202 +00:15:52,910 --> 00:15:58,210 +عشان المثال اللي ناخده كامل هلجيت برضه من الحاجات + +203 +00:15:58,210 --> 00:16:02,190 +اللي كويسة في constraint layout ان في لو روحت انا + +204 +00:16:02,190 --> 00:16:07,050 +على layouts هنا في حاجة بيسميها ال guideline ايش + +205 +00:16:07,050 --> 00:16:13,160 +ال guideline هذا هلجيت انا مثلا احيانابدي اعمل + +206 +00:16:13,160 --> 00:16:16,600 +تقسيم للشاشة ايش التقسيم يعني انا بدي اقول انه + +207 +00:16:16,600 --> 00:16:23,400 +اعملي طولة الشاشة او مثلا نسبة 30% هيك و هنا 70% و + +208 +00:16:23,400 --> 00:16:28,060 +بدك تصير ترتب العلاصر تقول هنا يعني بتحط زر تقوله + +209 +00:16:28,060 --> 00:16:35,000 +انت يا زر تبدأ من هنا لحد مين لحد الخط هذا تمام و + +210 +00:16:35,000 --> 00:16:41,330 +كأنك يعني بتحط حاجةوهمية حاجز وهمي وبتصير ترتب + +211 +00:16:41,330 --> 00:16:44,270 +العناصر بالنسبة له هذا على فكرة ماكانش موجود في + +212 +00:16:44,270 --> 00:16:46,830 +الـrelative layout اللي قبلها من الحاجات التحسينات + +213 +00:16:46,830 --> 00:16:49,890 +الممتازة اللي عملت في ال constraint layout بتحط + +214 +00:16:49,890 --> 00:16:53,550 +حاجز وهمي مش موجود في اللي ما بتطلعش على الشاشة بس + +215 +00:16:53,550 --> 00:16:58,530 +بتقدر تربط العناصر بالنسباله او مثلا مثلا زي ما + +216 +00:16:58,530 --> 00:17:01,610 +هنشوف في method كمان شوية ان انا مثلا بدعم ال logo + +217 +00:17:03,770 --> 00:17:10,610 +يأتي بنسبة 20% والباقي 80% محتوى طبعا انت لما تقول + +218 +00:17:10,610 --> 00:17:13,850 +هيك لو عرض على tablet او اي حاجة بده يضطر لازم + +219 +00:17:13,850 --> 00:17:18,370 +يلتزم دايما بنسبة ال 20% فبرضه بنحط احنا ال + +220 +00:17:18,370 --> 00:17:22,910 +guideline هذا بدون guideline بدك تضطر لك صورة تروح + +221 +00:17:22,910 --> 00:17:28,650 +تقوله تحدد له ال height الارتفاع ثابت او تحطله + +222 +00:17:28,650 --> 00:17:34,580 +weightWeight بالنسبة لمن؟ لمن التحت ال weight أنت + +223 +00:17:34,580 --> 00:17:37,160 +ماتحددش نسبة فيه بتقول واحد لتلاتة واحد لاربعة + +224 +00:17:37,160 --> 00:17:41,360 +وبلتزمش كمان بالنسبة هذه يعني هو لما تقول واحد + +225 +00:17:41,360 --> 00:17:45,140 +لتلاتة مش هيخليهم بالظبط واحد لتلاتة طبعا لكن + +226 +00:17:45,140 --> 00:17:48,680 +weight بالنسبة بتلتزم فيها دايما بتحط خط وهمي بس + +227 +00:17:48,680 --> 00:17:52,300 +هذا خط غير هذا هذا رأسي هذا معنى أفقي وبتقول إن + +228 +00:17:52,300 --> 00:17:55,920 +الصورة هذه بتبدأ من فوق لحد مين لحد الخط الوهمي + +229 +00:17:55,920 --> 00:18:00,520 +اللي هو نسبة وعشرين في المية مثلاطبعا حطه خطوط جد + +230 +00:18:00,520 --> 00:18:05,240 +ما بدك فواصل و بيصيب ترتب بالنسباله طبعا و هبقى + +231 +00:18:05,240 --> 00:18:08,620 +نشوفه لأن تعالى ناخد مثال نفس اللى أخدناه في ال + +232 +00:18:08,620 --> 00:18:12,340 +linear layout اللى هو تاع ال user name و ال + +233 +00:18:12,340 --> 00:18:16,300 +password بدنا نعمل layout زي هيك و بنحط هنا صورة + +234 +00:18:16,300 --> 00:18:25,460 +image طبعا و تحت هنا بيجي user name password و عند + +235 +00:18:25,460 --> 00:18:32,260 +هنا زر 2 في النصOkay و Cancel مثلا تمام؟ خدنا + +236 +00:18:32,260 --> 00:18:37,100 +نعملهم على السريع هدول أول حاجة بنا .. الآن الملزا + +237 +00:18:37,100 --> 00:18:39,880 +.. ملزا الميمر layout حط layouts جوا بعض و بقى + +238 +00:18:39,880 --> 00:18:43,100 +تفكر كيف تعمل هذه layout و هدول layout horizontal + +239 +00:18:43,100 --> 00:18:46,700 +و جمع horizontal مع vertical تمام؟ هل جيت لأ انت + +240 +00:18:46,700 --> 00:18:50,180 +عندك layout واحدة اللي هي constant layout ابدأ على + +241 +00:18:50,180 --> 00:18:53,160 +طول و ربط في العلاصر أول أنصر اللي هي الصورة تمام؟ + +242 +00:18:53,160 --> 00:18:53,900 +اسحب الصورة + +243 +00:19:15,240 --> 00:19:22,140 +و بدنا نقوله مثلا scale fit xy لأن + +244 +00:19:22,140 --> 00:19:27,400 +الصورة مش مربطة صح ولا لأ لأن انت ممكن احنا بدنا + +245 +00:19:27,400 --> 00:19:31,380 +الصورة تيجي فوق و تعبي عرض الشاشة كلها تمام بس انا + +246 +00:19:31,380 --> 00:19:35,740 +هنا رسمتها غلط يعنيفالان روبوتها عشان يتعب عرض + +247 +00:19:35,740 --> 00:19:39,880 +الشاشة في خيارين ممكن نطبط روبوتها من الفوق و من + +248 +00:19:39,880 --> 00:19:46,560 +اليمين بعدين نقول له match parent انا من كام جهة + +249 +00:19:46,560 --> 00:19:51,460 +روبوتها تنتين هلجيت هنا نقول له match parent مش + +250 +00:19:51,460 --> 00:19:56,280 +موجود طيب match parent + +251 +00:20:00,380 --> 00:20:04,340 +لأ لأ خلاص يبقى ال match parent تظبطش هنا عشان انت + +252 +00:20:04,340 --> 00:20:09,120 +تعبي الشاشة اربطها برضه من الجهة هذه تمام؟ وحطها + +253 +00:20:09,120 --> 00:20:16,500 +صفر DB تمام؟ + +254 +00:20:16,500 --> 00:20:17,900 +هذه ال margin اللي هو حطها + +255 +00:20:21,010 --> 00:20:27,090 +مش هو بيحط تمانية margin فاحيانا انت بتضطر كم ال + +256 +00:20:27,090 --> 00:20:32,210 +xml أسهل ممكن يكون طيب هيحط الصورة الارتفاع تبعها + +257 +00:20:32,210 --> 00:20:36,410 +حاليا خلينا نفترض ان الارتفاع مثلا مية و خمسين دي + +258 +00:20:36,410 --> 00:20:42,110 +بي مية و عشرين دي بي تمام شكل مبدأي لأن تحته بدو + +259 +00:20:42,110 --> 00:20:48,140 +يجي مين ال user name و ال passwordهنعمل النسبة فى + +260 +00:20:48,140 --> 00:20:50,540 +المثال اللى جاى عن طريق الـ guideline اللى قلتلك + +261 +00:20:50,540 --> 00:20:55,900 +عليه هذا تمام هنا بينفع تشدّي النسبة تمام عشان أول + +262 +00:20:55,900 --> 00:20:58,540 +مثال لسه بتشدك فيه guideline لأن هى أخدنا text + +263 +00:20:58,540 --> 00:21:03,420 +view اللى هو لل user name هذا هى + +264 +00:21:03,420 --> 00:21:07,600 +ال text view user + +265 +00:21:07,600 --> 00:21:13,760 +name text size 24 sp + +266 +00:21:16,780 --> 00:21:24,600 +هذا هو المدنيا اربط في الصورة تمام لا فيها اندخل + +267 +00:21:24,600 --> 00:21:28,900 +يعني ممكن تربط في ال parent او تربطها في حفة + +268 +00:21:28,900 --> 00:21:34,060 +الصورة يعني خل الحفة ال start مع مين مع ال start + +269 +00:21:34,060 --> 00:21:36,880 +على الصورة بس هنا مش هتفريج لأن الصورة ايش جاية + +270 +00:21:36,880 --> 00:21:41,660 +على الشاشة تمام فهي يعني هتطلع منطق اكتر ما ربطها + +271 +00:21:41,660 --> 00:21:46,770 +مع ال parentلأن الصورة الملية الشاشة طيب هاي حطنا + +272 +00:21:46,770 --> 00:21:53,470 +ال user name الان بدك تيجي الى ال edit text بنسميه + +273 +00:21:53,470 --> 00:21:59,530 +طيب + +274 +00:21:59,530 --> 00:22:02,410 +هاي ال edit text الان هذا ال edit text مختلف شوية + +275 +00:22:02,410 --> 00:22:09,230 +تعالى نخب الشاشة هذه طيب هذاوين بدهم يجيب بعد ال + +276 +00:22:09,230 --> 00:22:11,790 +user name؟ بيقولوا احنا بنربطه على الأقل من جهتين + +277 +00:22:11,790 --> 00:22:16,470 +فبتقوله بي start هذا بعد ال end هذه هال gate بدنا + +278 +00:22:16,470 --> 00:22:20,410 +نخليه مع ال user name على نفس السطر فممكن ممكن + +279 +00:22:20,410 --> 00:22:23,790 +تيجي تعمل ال top مع ال top يعني تاخد هذا ال top + +280 +00:22:23,790 --> 00:22:27,810 +ماتربطه مع ال top هذا تمام؟ لكن اتطلع لما تربطه مع + +281 +00:22:27,810 --> 00:22:32,910 +ال top و تعمل run هيطلع المنظر مش مقبول ليش؟ لأنه + +282 +00:22:32,910 --> 00:22:40,730 +هيطلع عندك كلمة زي user nameوالخط جاي هيك .. يعني + +283 +00:22:40,730 --> 00:22:44,610 +منظره ايش .. اه مش مقبول كتير .. وبرضه لو رابط + +284 +00:22:44,610 --> 00:22:50,170 +واحد بيقول خلاص بلاش تاخد الطب مع الطب خد البطممع + +285 +00:22:50,170 --> 00:23:03,830 +البطم نفس الحالة هيطلع السطر عالي شوية هد + +286 +00:23:03,830 --> 00:23:07,950 +بيقولك لأ طالع معايا في حالة ال edit text بس + +287 +00:23:07,950 --> 00:23:11,710 +تحديدا فينا edit text حاجة اسمها ال baseline ايش + +288 +00:23:11,710 --> 00:23:15,390 +ال baseline هذا من اسمه الخط الأساسي الخط الأساسي + +289 +00:23:15,390 --> 00:23:20,970 +له هو من السطر هذافأنا بدي أقوله أربط لل base line + +290 +00:23:20,970 --> 00:23:24,050 +تاع ال edit text مع ال base line تاع ال text view + +291 +00:23:24,050 --> 00:23:27,930 +عشان الخط يجي على الخط بالظبط بدل ما أربط ال top و + +292 +00:23:27,930 --> 00:23:31,210 +ال bottom فهنا حاجة تانية تالتة هي ال base line + +293 +00:23:31,210 --> 00:23:36,510 +كيف نجيب هذا ال base line شايفين الإشارة هذه AB هى + +294 +00:23:36,510 --> 00:23:40,050 +علمليها هنا بالأخضر شايفينه هى حددليها امسك هذا + +295 +00:23:40,050 --> 00:23:44,110 +اسحبه وهيه لحاله ربطه مع مين مع ال base line + +296 +00:23:48,780 --> 00:23:53,720 +طبعا لسه هذا التصميم فيه مشكلة ليش لو انت لفيت ال + +297 +00:23:53,720 --> 00:23:57,920 +name شايفي الحجم مقداش؟ بدنا احنا ع جد ايش؟ هذا + +298 +00:23:57,920 --> 00:24:02,740 +يكبر ع جد الشاشة عشان هيك مهم الواحد يجربالتصميم + +299 +00:24:02,740 --> 00:24:06,020 +على اكتر انت هيك بتصنعه مبسوط ومكيف وهو طالع شكله + +300 +00:24:06,020 --> 00:24:11,100 +حلو لما تجربه على تابلت ممكن تبين معاك مشاكل تانية + +301 +00:24:11,100 --> 00:24:15,520 +هل يعجب دي الشاشة لكن لما جربته على ال landscape + +302 +00:24:15,520 --> 00:24:19,680 +بيبين انه حاجة مصيبة فببنا نخليه يتمدد تمام كيف + +303 +00:24:19,680 --> 00:24:21,500 +ببساطة امسك الطرف هذا + +304 +00:24:25,290 --> 00:24:29,230 +وربطه مع ال LAPD صار مربوط من الجهتين تمام و بتيجي + +305 +00:24:29,230 --> 00:24:34,370 +على ال attributes بتاعته و بتحط ال width 0db تمام + +306 +00:24:34,370 --> 00:24:38,250 +مفروض هيكوسة عشان نتأكد حط على landscape هى يسار + +307 +00:24:38,250 --> 00:24:49,730 +ايش بعرض الشاشة ماشي يا جماعة بعد نرجع نكمل هال + +308 +00:24:49,730 --> 00:24:53,550 +gate تحته فيه برضه ايش password + +309 +00:24:56,190 --> 00:25:19,490 +نفس الفكرة خد ال text view ده + +310 +00:25:19,490 --> 00:25:20,690 +اخد كمان edit text + +311 +00:25:25,190 --> 00:25:27,950 +وزي ما سوينا يا جماعة بتاخد ال base line بتاع هذا + +312 +00:25:27,950 --> 00:25:38,270 +و مع ال base line و موجود تمام + +313 +00:25:38,270 --> 00:25:43,630 +و بتقول ال width هو zero DB المفروض اللي حطيته + +314 +00:25:43,630 --> 00:25:50,290 +password صح؟ شوف حاجة يا جماعة كويسة او هنا هتطلع + +315 +00:25:50,290 --> 00:25:54,250 +عندك في مشكلة صغيرة في التصميم في حاجة غلط اش هي؟ + +316 +00:25:55,870 --> 00:26:01,930 +حاجات هدول كان افضل لو اجوا تحت بعض بالظبط صح ولا + +317 +00:26:01,930 --> 00:26:05,730 +إيه يا جماعة فكيف نخليهم تحت بعض بالظبط شيل هدى + +318 +00:26:05,730 --> 00:26:11,590 +ويقوله هدى جاى مع مين مع الحفل اللي فوق وهو حط + +319 +00:26:11,590 --> 00:26:15,810 +margin تعالى هنا + +320 +00:26:22,150 --> 00:26:27,110 +لحظة فى حاجة غلط هذه لسه ماشبكناش احنا ال password + +321 +00:26:27,110 --> 00:26:33,870 +و هذه مع ال user هنا شايفين ال password كيف شبكتها + +322 +00:26:33,870 --> 00:26:36,950 +الحفة + +323 +00:26:36,950 --> 00:26:47,090 +مع الحفة و جاية تحتها هذا + +324 +00:26:47,090 --> 00:26:53,720 +حطه صفر يعني ماشيبمشي الحال بس يعني مرات بتحتاجها + +325 +00:26:53,720 --> 00:27:00,340 +تمام هاي ال password جاية حفتها مع حفة ال user + +326 +00:27:00,340 --> 00:27:05,560 +name و تحتها جاية تمام الآن ال user name لازم ال + +327 +00:27:05,560 --> 00:27:08,620 +baseline أربط مع ال baseline بتاع هذا تمام و الحفة + +328 +00:27:08,620 --> 00:27:16,040 +هذه هي مربوطة مع الحفة بتاعة ال name هاي + +329 +00:27:16,040 --> 00:27:18,220 +ال edit text اه margin start + +330 +00:27:21,840 --> 00:27:28,240 +طبعا هي بتيجي تحت تحتها بالظبط ايوة اه + +331 +00:27:28,240 --> 00:27:36,260 +طيب هي ال baseline يعتبر زي ال top و ال bottom اه + +332 +00:27:36,260 --> 00:27:38,980 +اه طبعا بغنى عن واحدة بغنى عن ال top و ال bottom + +333 +00:27:38,980 --> 00:27:42,980 +طبعا ال baseline بغنى عن ال top و ال bottom يعني + +334 +00:27:42,980 --> 00:27:46,440 +هذا العنصر الآن انه مربوط بجهتين مربوط بهذه الحفة + +335 +00:27:46,440 --> 00:27:50,460 +مع ال name اللي فوقالـ site مربوط و ال baseline + +336 +00:27:50,460 --> 00:27:54,540 +مربوط معاها دي يعني ال baseline بيغني عن ال top و + +337 +00:27:54,540 --> 00:27:58,520 +ال bottom و مربوط من هنا و محطوط ال web تبقى زرعي + +338 +00:27:58,520 --> 00:28:00,240 +بس أنا هاد غلط استخدام هو المفروض بتاعة ال + +339 +00:28:00,240 --> 00:28:05,440 +password صح فبس بتيجي هنا على ال edit text الأخيرة + +340 +00:28:05,440 --> 00:28:07,360 +بتقوله text password + +341 +00:28:11,160 --> 00:28:14,660 +هل جيت فى عنا الذرين؟ اه بدك تفكر هل جيت فى الذرين + +342 +00:28:14,660 --> 00:28:17,960 +هل جيت احنا ممكن نحط الذرين يعبوا الشاشة زى ما + +343 +00:28:17,960 --> 00:28:31,080 +عملنا ال chain اللى جابل شوية طبعا يعني + +344 +00:28:31,080 --> 00:28:39,080 +هى عملناهم و بعدين نقوله ايش علم الاتنينوقول له + +345 +00:28:39,080 --> 00:28:42,980 +chain create horizontal chain تمام بس انا بدي + +346 +00:28:42,980 --> 00:28:48,500 +احاول ايش طبعا + +347 +00:28:48,500 --> 00:28:53,280 +لسه غلط لأنه رأسيا ايش مش مربطين فقوله حط ليه تحت + +348 +00:28:53,280 --> 00:28:59,040 +ال password او تحت ال edit text مش هتفرج و + +349 +00:28:59,040 --> 00:29:04,860 +التاني خليه مربط مع هذا تمام رأسيا تمام بس انا بدي + +350 +00:29:04,860 --> 00:29:17,560 +احاول اجرب بينهميعني هي البتون الظهر + +351 +00:29:17,560 --> 00:29:29,740 +البيض على الفاضي برضه + +352 +00:29:29,740 --> 00:29:33,440 +على الفاضي طيب بس أنا أعملها بطريقة تانية + +353 +00:29:36,430 --> 00:29:40,190 +الان انا عشان احط الزرين جان بعض يعني في طريقة + +354 +00:29:40,190 --> 00:29:43,930 +تانية غير ال chain اني نيجي نحط ال guideline هذا + +355 +00:29:43,930 --> 00:29:49,550 +ليش؟ بده احط خط في النص وهمي و اقول للزر هذا انت + +356 +00:29:49,550 --> 00:29:53,810 +جاي عليا ايش؟ على يمين و هدف جاي على شمال طبعا؟ + +357 +00:29:53,810 --> 00:29:59,430 +يعني هاي تعالي هنا لل layouts و .. و هاي guideline + +358 +00:29:59,430 --> 00:30:02,470 +بدنا هي vertical ولا horizontal؟ vertical هاي + +359 +00:30:02,470 --> 00:30:08,660 +اسحبوا هيك و حطوا هنا طبعا؟هي حط الخط تمام هل جيت + +360 +00:30:08,660 --> 00:30:11,800 +ال guideline تعالى نشوف شوية خصائصه هاي ال + +361 +00:30:11,800 --> 00:30:17,860 +guideline تمام ايش كاتب هنا الدردالب الان اهم نقطة + +362 +00:30:17,860 --> 00:30:23,300 +تحدد مكان ال guideline عشان يتحدد مكانه في تلت قيم + +363 +00:30:23,300 --> 00:30:26,400 +تستخدمها عشان هذا الخط الفاصل يا جماعة اللي بناء + +364 +00:30:26,400 --> 00:30:30,580 +عليها الرتب ممكن يكون نسبة صح ولا لأ يعني ممكن + +365 +00:30:30,580 --> 00:30:36,910 +اقول حطلني خط عند خمسين في المية من الشاشةو ممكن + +366 +00:30:36,910 --> 00:30:46,590 +يكون رقم حط اللي هي على بعد 200 DB من ال start صح + +367 +00:30:46,590 --> 00:30:51,790 +ولا يا جماعة و ممكن يحط اللي رقم بعد 150 DB من ال + +368 +00:30:51,790 --> 00:30:55,630 +startمن ال end يعني عشان تحدد مكان ال guideline + +369 +00:30:55,630 --> 00:30:59,630 +هذا يا بتدله نسبة يا بتعطله رقم رقم عن البداية او + +370 +00:30:59,630 --> 00:31:04,410 +او عن النهاية وهذا هو اللي جابلكيا هنا هاي لما + +371 +00:31:04,410 --> 00:31:06,630 +علمت على ال guideline انا حطيت ال guideline في + +372 +00:31:06,630 --> 00:31:10,150 +مكان معين هيو حطه هنا انبين انه في النص هو مش في + +373 +00:31:10,150 --> 00:31:14,530 +النص فعليا ليش مش في النص لو جلبت تمام هو ال + +374 +00:31:14,530 --> 00:31:15,230 +guideline جاي + +375 +00:31:18,810 --> 00:31:23,590 +هيو جاي هنا مش في النص طبعا كيف يدخليه في النص لإن + +376 +00:31:23,590 --> 00:31:26,710 +هو by default لما حطه ال guideline جالي انا + +377 +00:31:26,710 --> 00:31:32,430 +حطتلكيه على بعد 191 DB عن ال begin عن ال start + +378 +00:31:32,430 --> 00:31:37,410 +طبعا يعني هو حطه على بعد ثابت لإن انا مانديش احنا + +379 +00:31:37,410 --> 00:31:41,230 +بعض ثابت يبقى هذا الرقم ماله بده اشيله الخانة + +380 +00:31:41,230 --> 00:31:46,110 +التانية البعد بناء على ال endبرضه بها ده بتاخد رقم + +381 +00:31:46,110 --> 00:31:50,070 +ثابت يعني بس بدل ما بالبداية بحطه عن نهاية أو + +382 +00:31:50,070 --> 00:31:56,630 +الأخيرة اللي هي percent نسبة نسبة نسبة نسبة نسبة + +383 +00:31:56,630 --> 00:31:57,190 +نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة + +384 +00:31:57,190 --> 00:31:57,350 +نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة + +385 +00:31:57,350 --> 00:32:00,190 +نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة + +386 +00:32:00,190 --> 00:32:00,190 +نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة + +387 +00:32:00,190 --> 00:32:03,150 +نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة نسبة + +388 +00:32:03,150 --> 00:32:06,230 +نسبة نسبة نسبة نسبة نسبة ن + +389 +00:32:07,240 --> 00:32:11,560 +هي في النص تمام حتى الدليل اللي في النص انه لما + +390 +00:32:11,560 --> 00:32:14,900 +تيجي ال guideline ايش كاتبلك هنا هى نسبة و مكتوب + +391 +00:32:14,900 --> 00:32:19,560 +50% تمام هرجيت حتى لو رجلبت الشاشة هتلاقي ال + +392 +00:32:19,560 --> 00:32:25,620 +guideline هى في النص تمام + +393 +00:32:27,740 --> 00:32:30,720 +الزر الأول يعني .. يعني هال gate بده .. بده حط + +394 +00:32:30,720 --> 00:32:34,940 +الزرين على جانبين ال guideline هذا اتخيل ال + +395 +00:32:34,940 --> 00:32:38,520 +guideline ذي كأنه عنصر بترتب بالنسبالك فتعالجي + +396 +00:32:38,520 --> 00:32:49,320 +بالزر الأول تمام؟ + +397 +00:32:49,320 --> 00:32:54,520 +حط هيك هال gate اربط أول حاجة في اللي فوقتمام + +398 +00:32:54,520 --> 00:32:59,360 +واربطه من الجهتين هيك هنا او خليه هيك بيمشي الحل + +399 +00:32:59,360 --> 00:33:03,800 +او ممكن تربطه هيك من الجهتين و تقوله امسك ال bias + +400 +00:33:03,800 --> 00:33:06,620 +شايفين ال bias هذا ما هو هال gate مدام اربطه من + +401 +00:33:06,620 --> 00:33:11,560 +الجهتين هيجي ويل في النص تمام اسحبه هيك وحطه للاخر + +402 +00:33:11,560 --> 00:33:18,280 +هيجي جنب الزر ال bias يعني منحذ منحذ لمين هيك ولا + +403 +00:33:18,280 --> 00:33:22,580 +هيك تمام ونفس الحاجة الجهة التانية اسحب كمان + +404 +00:33:22,580 --> 00:33:22,860 +button + +405 +00:33:26,770 --> 00:33:29,170 +هذه البطالة بنا نخلّي أول حاجة الـ top مع الـ top + +406 +00:33:29,170 --> 00:33:31,430 +تعالي بتون هذا عشان يتحركوا مع بعض الأثنين و يجي + +407 +00:33:31,430 --> 00:33:35,830 +على نفس الانتفاع و بعدين أربط نفس الحاجة هيك و هيك + +408 +00:33:35,830 --> 00:33:42,410 +و أقوله تعالي أنت امشي هيك هيك صاروا الأثنين على + +409 +00:33:42,410 --> 00:33:47,410 +جنبين الخط هذا مارجن + +410 +00:33:47,410 --> 00:33:49,130 +مارجن بتشيل المارجن + +411 +00:33:52,880 --> 00:33:56,100 +بعرفش كيف العرض على الاندسكيب بيكفي بس نزلوا + +412 +00:33:56,100 --> 00:34:01,920 +الذرين تحت يعني يعني ارفعها من فوق شويها وارفع هذه + +413 +00:34:01,920 --> 00:34:12,800 +كمان شوف كيف بكل برفع مع بعض وارفع هذا تمام + +414 +00:34:12,800 --> 00:34:18,500 +هاي برضه جاي جايين في النص هو + +415 +00:34:18,500 --> 00:34:19,400 +الأصل يعني + +416 +00:34:31,970 --> 00:34:36,170 +واضح يا شباب صعب ولا صعب طيب خلينا ناخد مثال + +417 +00:34:36,170 --> 00:34:42,610 +متكامل عشان نخلص موضوع ال constraint layout و بدنا + +418 +00:34:42,610 --> 00:34:44,550 +نصمم الشاشة هذه + +419 +00:34:52,230 --> 00:34:56,430 +الان في عندى الصورة هنا و في عندى هنا حد يسموها زر + +420 +00:34:56,430 --> 00:35:02,710 +floating point floating button هذا و + +421 +00:35:02,710 --> 00:35:07,610 +هدولة user زى user name و password و هنا في عندى + +422 +00:35:07,610 --> 00:35:14,340 +text معروف داخل scroll view و هنا في عندى زرطبعا + +423 +00:35:14,340 --> 00:35:16,880 +هذه اللي بدك تعملها Linear Layout هو ادعوه من انت + +424 +00:35:16,880 --> 00:35:19,900 +في ايش Layouts جوا بعض Horizontal Horizontal + +425 +00:35:19,900 --> 00:35:23,540 +Vertical Horizontal Horizontal Horizontal + +426 +00:35:23,540 --> 00:35:23,640 +Horizontal Horizontal Horizontal Horizontal + +427 +00:35:23,640 --> 00:35:23,660 +Horizontal Horizontal Horizontal Horizontal + +428 +00:35:23,660 --> 00:35:23,800 +Horizontal Horizontal Horizontal Horizontal + +429 +00:35:23,800 --> 00:35:26,100 +Horizontal Horizontal Horizontal Horizontal + +430 +00:35:26,100 --> 00:35:27,420 +Horizontal Horizontal Horizontal Horizontal + +431 +00:35:27,420 --> 00:35:29,900 +Horizontal Horizontal Horizontal Horizontal + +432 +00:35:29,900 --> 00:35:29,900 +Horizontal Horizontal Horizontal Horizontal + +433 +00:35:29,900 --> 00:35:29,900 +Horizontal Horizontal Horizontal Horizontal + +434 +00:35:29,900 --> 00:35:30,160 +Horizontal Horizontal Horizontal Horizontal + +435 +00:35:30,160 --> 00:35:30,160 +Horizontal Horizontal Horizontal Horizontal + +436 +00:35:30,160 --> 00:35:30,160 +Horizontal Horizontal Horizontal Horizontal + +437 +00:35:30,160 --> 00:35:30,160 +Horizontal Horizontal Horizontal Horizontal + +438 +00:35:30,160 --> 00:35:32,160 +Horizontal Horizontal Horizontal Horizontal + +439 +00:35:32,160 --> 00:35:32,160 +Horizontal Horizontal Horizontal Horizontal + +440 +00:35:32,160 --> 00:35:32,640 +Horizontal + +441 +00:35:39,190 --> 00:35:44,450 +يعني بدنا نقول ان الصورة تاخد 15% او 20% وبجيهة + +442 +00:35:44,450 --> 00:35:49,110 +المحتوى اللي تحت كله 80% تمام فبدنا نحط guideline + +443 +00:35:49,110 --> 00:35:55,390 +فتعالي على layouts تمام + +444 +00:35:55,390 --> 00:36:00,150 +وامسك guideline أفقي واسحبه هنا طبعا by default + +445 +00:36:00,150 --> 00:36:04,430 +هيحط ال guideline وكتبلك 136 ايش يعني بعيد عن ال + +446 +00:36:04,430 --> 00:36:08,350 +start 136 تعالي على ال attributes وشيل هذا الرقم + +447 +00:36:10,730 --> 00:36:17,170 +وحط تحت مثلا النسبة والتي تكون عشرين اه + +448 +00:36:17,170 --> 00:36:22,330 +اتنين من عشر تمام هاي حطلك ايه هاي كتبلك ايش + +449 +00:36:22,330 --> 00:36:28,170 +النسبة المئوية هلجت صار الموضوع سهل خد image view + +450 +00:36:28,170 --> 00:36:35,070 +وحطها في المكان هذا واختار الصورة وقول له scale + +451 +00:36:35,070 --> 00:36:36,030 +type fit + +452 +00:36:40,330 --> 00:36:49,330 +fit xy و هت .. هال gate لحالها بتتظبط حجمها خد هذه + +453 +00:36:49,330 --> 00:36:55,690 +اربطها فوق و زي ما جال زميل كواش بدنا نشيل ال + +454 +00:36:55,690 --> 00:37:06,210 +margins عشان نرتاح بحطها صفر اربط + +455 +00:37:06,210 --> 00:37:16,190 +هيك من هناهي الجهة التانية تمام حط ال width و من + +456 +00:37:16,190 --> 00:37:21,210 +تحت كمان تمام هلجيت ال width و ال height حطهم إيش + +457 +00:37:21,210 --> 00:37:29,630 +صفر DB مدام أنا رابطها من الأربع جهات تمام و حطيت + +458 +00:37:29,630 --> 00:37:32,470 +ال width و ال height أصفر هتتوسع على جد المساحة + +459 +00:37:32,470 --> 00:37:37,110 +كلها تمام في الوقت اللي أنا بروح ال guideline و + +460 +00:37:37,110 --> 00:37:41,490 +بغيره مثلا حطه point تلاتةتمام لحاله بتغير معاه + +461 +00:37:41,490 --> 00:37:48,650 +تمام هلقيت نكمل الصورة في عند هنا زر شايفينه تمام + +462 +00:37:48,650 --> 00:37:53,770 +زر هذا زر صغير ندور بس تمام هذا اللي موجود هنا في + +463 +00:37:53,770 --> 00:37:57,690 +ال buttons في عندك floating action buttonطبعا اللي + +464 +00:37:57,690 --> 00:38:02,130 +هو هذا الذر المدور بتاخده بتسحبه هنا وهيحطه وهذا + +465 +00:38:02,130 --> 00:38:06,290 +بده صورة برضه طبعا يعني بدك تجيبلك اي صورة مصممة + +466 +00:38:06,290 --> 00:38:11,590 +انت صح خلينا ناخد هذه مثلا طبعا هيحطها جوا + +467 +00:38:11,590 --> 00:38:15,350 +شايفينها المفروض الصورة تكون transparent معمولة + +468 +00:38:15,350 --> 00:38:19,980 +وعشان تطلع صح يعنيالان هذا مش مكانه هنا هتنبسطش + +469 +00:38:19,980 --> 00:38:23,800 +عليه يعني انت لو شغلت هييرميلك في ال .. في الزاوية + +470 +00:38:23,800 --> 00:38:28,600 +اه ف .. اه محددناش مكانه فهذا ايه بدك تيجي تحدد + +471 +00:38:28,600 --> 00:38:34,480 +مكانه برضه الان شوف انا بدي اربطه فوق و بدي اربطه + +472 +00:38:34,480 --> 00:38:45,120 +تحت تمام جابه في النص لأ اه + +473 +00:38:45,120 --> 00:38:50,590 +لأ بديش اربطه هنابدي أربطه في ال top و في ال end + +474 +00:38:50,590 --> 00:38:56,070 +تاع ال parent تمام؟ ايجي في النص هيك صح ولا لأن + +475 +00:38:56,070 --> 00:39:01,110 +بدي أقوله خل ال bios تبعه هذا ما هو مش أنا ربطه من + +476 +00:39:01,110 --> 00:39:04,210 +فوق و تحت شايفين هذا الشريط اللي هنا بدل ما + +477 +00:39:04,210 --> 00:39:07,770 +يجيبلكي أفقه هالجيت جيبلكي ايش؟ رأسي قداش ال + +478 +00:39:07,770 --> 00:39:11,430 +guideline جاي مش تلاتين في المية هذا هالجيت عشان + +479 +00:39:11,430 --> 00:39:15,130 +ييجي على ال guideline بالظبط بدي أخلي هذه ايش؟ + +480 +00:39:15,130 --> 00:39:15,710 +تلاتين + +481 +00:39:19,490 --> 00:39:24,350 +طب ليش طلعت هيك؟ + +482 +00:39:24,350 --> 00:39:29,870 +المفروض لما يجلب حتى يظله هو محافظ على النسبة + +483 +00:39:35,320 --> 00:39:40,160 +طيب خلّي شويه بس تمام لسه احنا ربطناه من جهة واحدة + +484 +00:39:40,160 --> 00:39:46,460 +صح و لا لأ يا جماعة من ال top و ال bottom الآن انت + +485 +00:39:46,460 --> 00:39:49,840 +بدنيا على الحفة هذه خلاص اربطه في الحفة هذه فى + +486 +00:39:49,840 --> 00:39:52,480 +داعى تربطه في الجهة التانية لأ و ممكن تبعده ايش + +487 +00:39:52,480 --> 00:39:58,080 +مارجن شويه زيه الآن احنا يعني خلّينا نغير النسبة + +488 +00:39:58,080 --> 00:40:01,680 +مثلا نقول ايش تمانية و تمانية عشرين او سبعة و + +489 +00:40:01,680 --> 00:40:02,720 +عشرين مش عارف ليش + +490 +00:40:06,990 --> 00:40:11,390 +ما هو انت بدك تتأكد كيف لفه برضه مفروض يحافظ على + +491 +00:40:11,390 --> 00:40:14,450 +نفس + +492 +00:40:14,450 --> 00:40:22,510 +النسبة تمام هاي في نفس المكان فهمنا + +493 +00:40:22,510 --> 00:40:24,690 +كيف يا جماعة رابطناها في ال top و ال bottom وعطلنا + +494 +00:40:24,690 --> 00:40:27,550 +له تقريبا نفس النسبة اللي موجودة عند ال guideline + +495 +00:40:27,550 --> 00:40:32,230 +مش ال guideline عند 30%طيب هال gate فيه عندنا إيش؟ + +496 +00:40:32,230 --> 00:40:36,050 +هدوله لأ Singapore في عند تكت .. هده إيش TextView + +497 +00:41:10,460 --> 00:41:13,580 +و بعدين فى عنا زى ال user name و ال password تحت + +498 +00:41:13,580 --> 00:41:23,760 +هذه هى يحط ال text view و فى جنبها plain text تمام + +499 +00:41:23,760 --> 00:41:30,620 +هذا جيب ال baseline تبعه مع هذا و جاي بعده هذا لسه + +500 +00:41:30,620 --> 00:41:35,100 +مربط ماشي برضه صح جيبه هيك و مع ال + +501 +00:41:44,750 --> 00:41:49,630 +هذا برضه ايش عشان مافيش margin لذقه على طول في هذا + +502 +00:41:49,630 --> 00:42:02,230 +و اربطه هنا و اعمله zero DB عشان يوسع هذا تمام لأن + +503 +00:42:02,230 --> 00:42:05,390 +نفس الشيء هي command text view تحت + +504 +00:42:09,020 --> 00:42:16,420 +هذه مع هذه الحفة وتحتها تمام + +505 +00:42:16,420 --> 00:42:19,260 +وهذه plain text + +506 +00:42:52,690 --> 00:42:57,150 +بعدها ايش في عندنا في عندنا هذا text بس بدي يكون + +507 +00:42:57,150 --> 00:42:59,910 +scroll معمول بيجيب ان انا احط scroll ال view + +508 +00:42:59,910 --> 00:43:11,370 +وداخله ايش اه text view الان + +509 +00:43:11,370 --> 00:43:13,690 +ايش فيه بعدين هذا بدي يكون scroll ال view وداخله + +510 +00:43:13,690 --> 00:43:16,610 +text view و بعدين فيه زرار الان انا هبدأ في مين + +511 +00:43:16,610 --> 00:43:22,550 +هفكر هال gate لأ هبدأ في ال buttons اللي تحتليش + +512 +00:43:22,550 --> 00:43:25,790 +لأن أنا بدي ال buttons دايما تحت و بدي ال scroll + +513 +00:43:25,790 --> 00:43:30,870 +هذا يبدأ من تحت هدول لمين لل buttons عساس لو أنا + +514 +00:43:30,870 --> 00:43:35,830 +انعرضت في شاشة أطول هذا مين هيتغير حجمه ال scroll + +515 +00:43:35,830 --> 00:43:39,730 +لكن هذا بيضل ثابت فخلينا نخلص الثابت و نربط هذا ال + +516 +00:43:39,730 --> 00:43:44,030 +scroll بالنسبة لل buttons فبدنا + +517 +00:43:44,030 --> 00:43:45,070 +نيجي تحت للزرار + +518 +00:43:50,140 --> 00:43:55,380 +طبعا الازرار جايين هنا حاططهم هو على الجهة هذه صح + +519 +00:43:55,380 --> 00:43:59,120 +تمام + +520 +00:43:59,120 --> 00:44:04,140 +هاي رابطهم على الزاوية بتاعة الشاشة و الجانب مربوط + +521 +00:44:04,140 --> 00:44:14,160 +فيه يعني هدا هي جهيك حط + +522 +00:44:14,160 --> 00:44:14,960 +ال top مع ال top + +523 +00:44:20,630 --> 00:44:24,270 +هل جيت هنا في المساحة دي بحط scroll view بيبدأ من + +524 +00:44:24,270 --> 00:44:29,010 +هنا ل هنا صح ولا لأ هذي دايما هيبقى تحت بكرا كبرة + +525 +00:44:29,010 --> 00:44:32,050 +الشاشة ده بنزل تحت و ال scroll بيبدأ من هنا ل هنا + +526 +00:44:32,050 --> 00:44:36,770 +فهمت ليش أنا بدأت من تحت أحيانا بدك أنت تحدد يعني + +527 +00:44:36,770 --> 00:44:42,070 +ممكن تغير ممكن تمشيش بالترتيب طيب الآن هاي scroll + +528 +00:44:42,070 --> 00:44:45,250 +view اسحبه و حطه هنا طبعا ال scroll view مش هيبين + +529 +00:44:45,250 --> 00:44:49,110 +معاك يعني هيه مافيش فيه محتوى أصلا لسهلأن بس + +530 +00:44:49,110 --> 00:44:54,030 +هيطلعلك مربع أزرق زي هيك لأن ال scroll view أول + +531 +00:44:54,030 --> 00:45:01,630 +حاجة العرب تبقى هو على جد الشاشة صح؟ + +532 +00:45:01,630 --> 00:45:05,170 +هو + +533 +00:45:05,170 --> 00:45:12,310 +إيش عمل فيه؟ هاي ال scroll view end + +534 +00:45:12,310 --> 00:45:16,210 +start of start of parent أه ماشي في واحد من + +535 +00:45:16,210 --> 00:45:17,530 +العناصر لسه مش مربوط + +536 +00:45:21,130 --> 00:45:24,250 +هو ال scroll view بس طب من ال top و ال bottom + +537 +00:45:24,250 --> 00:45:27,990 +مربطناش ال scroll view تمام فبدنا يقعد تحت واحد من + +538 +00:45:27,990 --> 00:45:33,810 +هدول تمام يعني شوف مشينا ال margin يعني برضه + +539 +00:45:33,810 --> 00:45:45,050 +الموضوع أه صار مؤذى شوية و + +540 +00:45:45,050 --> 00:45:46,810 +من تحت مربوط في ال top + +541 +00:46:02,890 --> 00:46:08,030 +مفروض هيك رابط هاي ال end مع ال end و ال start مع + +542 +00:46:08,030 --> 00:46:14,470 +ال start و بعدين ال top + +543 +00:46:18,300 --> 00:46:24,160 +للـ scroll مع ال .. to bottom of اه هذا من فوق + +544 +00:46:24,160 --> 00:46:35,000 +مربوط من تحت مربطوش لسه مربطش هو معايا لأ bottom + +545 +00:46:35,000 --> 00:46:38,020 +to + +546 +00:46:38,020 --> 00:46:44,660 +top of أي زر هذا خمستاشر + +547 +00:46:54,060 --> 00:47:01,320 +مش قادر اعملها drug drop هيك صوتها بال code يعني + +548 +00:47:01,320 --> 00:47:07,320 +المفروض هذه ال gate هي مربوطة من من ال start تمام؟ + +549 +00:47:07,320 --> 00:47:11,820 +و من ال end و من ال top هذا ايش معناها؟ ال top + +550 +00:47:11,820 --> 00:47:16,040 +تباعها to bottom of من edit text و ال bottom + +551 +00:47:16,040 --> 00:47:20,140 +تباعها to top of ال beta ال gate ايش فيه داخلها؟ + +552 +00:47:21,600 --> 00:47:25,800 +هذا ليس لديه layout دائما قلنا ان ال scroll view + +553 +00:47:25,800 --> 00:47:30,500 +مضيف عنصر واحدهو لحاله حطه لجوه Linear Layout + +554 +00:47:30,500 --> 00:47:34,820 +خلّيها نحن بنحط Text View ونحطه Match Parent يعني + +555 +00:47:34,820 --> 00:47:39,120 +هذا ايش بيكون فيه نص جوه خد ال Text View وحطه جوه + +556 +00:47:39,120 --> 00:47:44,300 +ال scroll view هاي تمام هاي حتى هنا جابه لأ شوف + +557 +00:47:44,300 --> 00:47:47,780 +الغلط كيف ال drug drop المفروض انه ايش ال scroll + +558 +00:47:47,780 --> 00:47:50,640 +view ينحط جوه Linear Layout عشان هيك احنا قلنا + +559 +00:47:50,640 --> 00:47:54,600 +بيقدرش نستغنى عن ال XML + +560 +00:47:57,860 --> 00:48:03,080 +هي حطنا جوا و بنقوله هنا ايش match parent عشان + +561 +00:48:03,080 --> 00:48:08,760 +ياخد حجم ال scroll view كله و بنقوله حط النص عشان + +562 +00:48:08,760 --> 00:48:11,680 +يبين hello world slash n + +563 +00:48:24,400 --> 00:48:29,400 +تمام يعني هو النص طلع اكتر من هيك بس هي .. هي منظر + +564 +00:48:29,400 --> 00:48:35,600 +الشاشة النهائية لأ + +565 +00:48:35,600 --> 00:48:48,380 +هو في العرض هيختفي حدات تحت بدا تصبيط للعرض تعالى + +566 +00:48:48,380 --> 00:48:49,760 +نشوف ايش صار في العرض + +567 +00:49:11,120 --> 00:49:14,480 +الـ TextView موجود جوا Linear Layout هذه + +568 +00:49:21,530 --> 00:49:25,670 +موجود here scroll اه هاي فيه غلط هنا هذه مدينة + +569 +00:49:25,670 --> 00:49:31,790 +width و height لأ zero db و zero db بس هاي المشكلة + +570 +00:49:31,790 --> 00:49:35,110 +تمام + +571 +00:49:35,110 --> 00:49:40,430 +هلجيت اجلب هيك هاي landscape و هاي ال landscape + +572 +00:49:40,430 --> 00:49:47,270 +برضه مظبطه بس ال scroll طلع صغير عشان البغط تمام + +573 +00:49:48,020 --> 00:49:51,980 +إيش الغلط كانت إنه أنا صح ربطته من الجهات كلها بس + +574 +00:49:51,980 --> 00:49:55,460 +كان ماخد weight to height ثابت لما حطيته zero DB + +575 +00:49:55,460 --> 00:50:03,100 +أخد على جد المساحة اللي ضايلة بنفع + +576 +00:50:03,100 --> 00:50:07,940 +بس ليش هلزمك هنا هذا + +577 +00:50:07,940 --> 00:50:14,640 +البطون لإيش بلزم عشان يعني يعني فهمني ليش .. ليش + +578 +00:50:14,640 --> 00:50:19,780 +بنتعملهم عشان يجي من بعضلأ ما هو انا هذا هو شكل + +579 +00:50:19,780 --> 00:50:23,620 +الشاشة انهم موجودين على الزاوية فانا بس واحد ربطته + +580 +00:50:23,620 --> 00:50:30,080 +هيك و هذا مربوط فيه يعني بلزمش guideline ال + +581 +00:50:30,080 --> 00:50:33,940 +button + +582 +00:50:33,940 --> 00:50:38,280 +برا بدي يكون تمام؟ يعني انت بتعمل scroll على ال + +583 +00:50:38,280 --> 00:50:40,700 +text و ال button بيبقى برا تضغط عليه يعني لازم + +584 +00:50:40,700 --> 00:50:43,260 +يبقى invisible على طول ال button مايفهاش احطه جوا + +585 +00:50:43,260 --> 00:50:47,210 +لما عمل .. لو عمل scroll يختف ال buttonأنت معايا؟ + +586 +00:50:47,210 --> 00:50:51,870 +البتن بيضلوا برا يعني تمام؟ واضحة جماعة ال + +587 +00:50:51,870 --> 00:50:55,250 +constraint layout لسه ما خلصناش هلجيت المحاضرة + +588 +00:50:55,250 --> 00:51:02,330 +الجاية هنشغل على constraint layout بس XML تمام؟ مش + +589 +00:51:02,330 --> 00:51:06,890 +صعبة لإنه شفنا فعليا أحيانا بتضطر الواحد يروي XML + +590 +00:51:06,890 --> 00:51:13,370 +والموضوع مش صعب تمام؟ بعد هيك يا جماعة المحاضرة + +591 +00:51:13,370 --> 00:51:16,860 +الجاية هيكون أخر محاضرة في ال layoutsبعدها هنجل + +592 +00:51:16,860 --> 00:51:20,060 +على ال code و هنتعرف أثناء شغلنا في ال code على + +593 +00:51:20,060 --> 00:51:23,320 +علاصر جديدة و كيف نعمل action عليها زي check box و + +594 +00:51:23,320 --> 00:51:27,040 +ال radio و غيره و غيره و ال list view و ال .. خلاص + +595 +00:51:27,040 --> 00:51:30,320 +انت عرفت ال layouts الآن اللي هم ال linear و ال + +596 +00:51:30,320 --> 00:51:32,800 +constraint و في layout تالتة بيعطيكها ال frame + +597 +00:51:32,800 --> 00:51:38,380 +layout هذه بسيطة تمام؟ بعد ذلك يا جماعة هينكون في + +598 +00:51:38,380 --> 00:51:44,310 +مشروع مطلوب منكمتشتغل ال wireframes للمشروع تكون + +599 +00:51:44,310 --> 00:51:48,650 +واحد يحدد فكرة و تصمم الشاشات بتاعة المشروع كلها + +600 +00:51:48,650 --> 00:51:52,910 +مش أخدتوا أنتوا في ال UX و UI تصمموا لتعمل ال + +601 +00:51:52,910 --> 00:51:56,570 +wireframes لكل الشاشات و تربطوا الشاشات اه تقولني + +602 +00:51:56,570 --> 00:52:00,510 +هذه الشاشة هتودي هذا انت بتعمل prototype في الأول + +603 +00:52:00,510 --> 00:52:06,490 +عورج تمام؟تمام تمام او على اي طول بتستخدمها بس + +604 +00:52:06,490 --> 00:52:09,370 +خلاص الآن ابدا صمم وين على طول على اندرويد على اي + +605 +00:52:09,370 --> 00:52:13,110 +مشروع و لا بس اكمل صفقة انت بتشتغل تطبيق متكامل + +606 +00:52:13,110 --> 00:52:16,850 +بدي يكون فيه مثلا عشر او اتناشر واجهة بيبقى يبقى + +607 +00:52:16,850 --> 00:52:20,790 +80 و70 و90 لأ بتماشي احنا كتير انت لسه اول مشروع + +608 +00:52:20,790 --> 00:52:33,050 +لك مشاريع مشاريع ايش في اي مادةبال UX؟ طيب إذا + +609 +00:52:33,050 --> 00:52:34,950 +حابين تكملوا على المشاريع اللي اشتغلتوا عليها بال + +610 +00:52:34,950 --> 00:52:38,870 +UX ممكن تكملوا عليها إذا كانت المشاريع .. كل أربع + +611 +00:52:38,870 --> 00:52:46,810 +مع بعض في المشروع كده؟ احنا بدنا كل اتنين احنا + +612 +00:52:46,810 --> 00:52:50,470 +هلجيت كل اتنين؟ اه كل اتنين الشغلوا مع بعض + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..cdab9e9d5bd4fe8a1add8ec076eddc85e550b8cf --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_postprocess.srt @@ -0,0 +1,2024 @@ +1 +00:00:20,810 --> 00:00:24,370 +طب يا جماعة السلام عليكم فالمحاضرة الماضية جماعة + +2 +00:00:24,370 --> 00:00:29,910 +اشتغلنا على list view مرور سريع بس على محتويات ال + +3 +00:00:29,910 --> 00:00:32,950 +list view قولنا عشان احنا تعمل customized list + +4 +00:00:32,950 --> 00:00:35,250 +view اشان ال customized يعني انت تصمم فيها التصميم + +5 +00:00:35,250 --> 00:00:39,790 +اللي بدكيه اول خطوة بدك تعملها بدك تروح تصمم لل + +6 +00:00:39,790 --> 00:00:44,760 +XML او التصميم تاع ال item الواحدمثلا هاي صممنا + +7 +00:00:44,760 --> 00:00:48,400 +المحاضرة الماضية صورة name و age و فيه زر delete + +8 +00:00:48,400 --> 00:00:52,940 +بعدين الخطوة التانية بتروح تعمل class بتمثل ال + +9 +00:00:52,940 --> 00:00:55,820 +data اللي هتنعرض في ال item الواحد مثلا في ال item + +10 +00:00:55,820 --> 00:00:59,380 +الواحد فيه صورة و name و age فعملت أنا class + +11 +00:00:59,380 --> 00:01:04,520 +person و بعدين بتيجي في ال activity بتنشئ ال data + +12 +00:01:04,520 --> 00:01:07,680 +بتاعتك يا بتنشئ objects يا بتقرأ من database يا + +13 +00:01:07,680 --> 00:01:11,900 +بتقرأ من file تمام و كله جمعناه داخل ال realist + +14 +00:01:13,910 --> 00:01:17,250 +الخطوة الأخيرة أو هي المهمة أنه إحنا بنعمل الـ + +15 +00:01:17,250 --> 00:01:22,350 +Adapter الآن ال .. ال .. قلنا الـ Adapter فيديته + +16 +00:01:22,350 --> 00:01:26,590 +إنه ياخد ال layout و ياخد ال data تمام؟ و يجهز + +17 +00:01:26,590 --> 00:01:29,890 +العناصر اللي هي بنسميها ال views ل list view ال + +18 +00:01:29,890 --> 00:01:33,930 +list view أول ما تشتغل تطلب من ال Adapter اديني ال + +19 +00:01:33,930 --> 00:01:39,390 +view اللي بده أعرضها تمام؟ فانت لازم تعمل Adapter + +20 +00:01:39,390 --> 00:01:42,050 +و تعطينا ال list view ال list view فيها method + +21 +00:01:42,050 --> 00:01:45,480 +اسمها setAdapterالـ set adapter هذا بتاخد object + +22 +00:01:45,480 --> 00:01:49,660 +من نوع list adapter فانت عشان تعطيله .. طبعا ال + +23 +00:01:49,660 --> 00:01:53,520 +list adapter او ال base adapter يعني ان ال base + +24 +00:01:53,520 --> 00:01:55,800 +adapter هو ال super class بتاعة ال list adapter + +25 +00:01:55,800 --> 00:02:00,240 +هدول abstract classes مابتقدرش تعمل منهم objects + +26 +00:02:00,240 --> 00:02:03,560 +عشان نضي set adapter .. set adapter بدها object من + +27 +00:02:03,560 --> 00:02:07,880 +نوع list adapterعشان نرضيه نسكره روحنا عملنا class + +28 +00:02:07,880 --> 00:02:13,700 +جديدة سمناها my personal adapter هكتبها عالسريع من + +29 +00:02:13,700 --> 00:02:20,600 +باب التفكير وهد بيدقوله هد extends this adapter + +30 +00:02:22,650 --> 00:02:26,350 +طبعا اول ما تعمل extend ل base adapter هيطلب منك + +31 +00:02:26,350 --> 00:02:29,210 +تعمل implement ل method هضيفهم و انا هعمله + +32 +00:02:29,210 --> 00:02:33,270 +implement بس قبل الان ال adapter هيشتغل ع ال data + +33 +00:02:33,270 --> 00:02:38,610 +وع ال layout فبنعمل constructor نمرر لل adapter + +34 +00:02:38,610 --> 00:02:42,150 +تلت + +35 +00:02:42,150 --> 00:02:45,570 +حاجات اول حاجة ال context لان ال context لازم + +36 +00:02:45,570 --> 00:02:52,770 +لعملية ايش لازم ال contextعشان نعمل الinflation + +37 +00:02:52,770 --> 00:03:01,310 +تمام هاي context context وفي + +38 +00:03:01,310 --> 00:03:05,010 +عندى كمان int layout ID هاد ال ID بتاعة ال item + +39 +00:03:05,010 --> 00:03:11,110 +وفي عندى array list بتاعة ال person هاي persons + +40 +00:03:29,020 --> 00:03:33,500 +بمش الحال طبعا يعني انت عطله على طول تقوله art + +41 +00:03:33,500 --> 00:03:42,040 +وكذا بمش الحال طيب + +42 +00:03:42,040 --> 00:03:45,580 +get count لان ال list view أول ما تشغل بديها تعرف + +43 +00:03:45,580 --> 00:03:50,080 +قدش عدد العناصر طبعا عشان لكل عنصر بديها تطلب view + +44 +00:03:50,080 --> 00:03:54,420 +من مين من ال adapter عدد العناصر ايش هيكون persons + +45 +00:03:54,420 --> 00:03:55,780 +dot size + +46 +00:03:58,890 --> 00:04:03,610 +get item لما تجي في حالة .. طبعا هذا ال method انا + +47 +00:04:03,610 --> 00:04:06,210 +حكيت انه مش انا اللي بستدعيها هذا ال method ال + +48 +00:04:06,210 --> 00:04:10,470 +list view بتستدعيها احد ال method اللي بتستدعيها + +49 +00:04:10,470 --> 00:04:12,630 +ال list view هو ال get item لما اضغط على أنصر + +50 +00:04:12,630 --> 00:04:16,610 +المفروض انه يرجع ليهاأحنا لسه ماعملناش action على + +51 +00:04:16,610 --> 00:04:19,050 +listview هنعمل اليوم لما انا اضغط على answer + +52 +00:04:19,050 --> 00:04:24,070 +برجعلك ال item فالان المفروض انه ايش ال data اللي + +53 +00:04:24,070 --> 00:04:27,750 +بده يرجعها احنا بنعرف ان listview ترتيبها نفس + +54 +00:04:27,750 --> 00:04:31,470 +ترتيب ال persons يعني لو انا اضغط على المكان صفر + +55 +00:04:31,470 --> 00:04:34,550 +هو ال person الأول فعشان اجيب ال data بقوله ارجع ل + +56 +00:04:34,550 --> 00:04:37,770 +array persons وقوله get position + +57 +00:04:39,700 --> 00:04:43,640 +get item id اتفاقنا ان كل عنصر يريد ان يأخذ ID بدي + +58 +00:04:43,640 --> 00:04:46,640 +اعطيله الان عشان تسهيل خل ال ID هو نفسه ال + +59 +00:04:46,640 --> 00:04:51,440 +position فهنا بس رجع ال position نجعل method مهمة + +60 +00:04:51,440 --> 00:04:54,400 +هذا ال method get view الان ال list view اول ما + +61 +00:04:54,400 --> 00:04:57,860 +تشتغل بتشوف كام عنصر عن طريق ال get count و لكل + +62 +00:04:57,860 --> 00:05:03,090 +عنصر تستدعيبتقول لل adaptor يا adaptor اديني ال + +63 +00:05:03,090 --> 00:05:05,470 +view تعالى عنصر رقم صفر اديني ال view تعالى عنصر + +64 +00:05:05,470 --> 00:05:08,790 +رقم واحد يعني لو في في ال list view مائة عنصر هدلت + +65 +00:05:08,790 --> 00:05:12,750 +جيت view هتتفذ مائة مرة لكل عنصر وظيفة ال adaptor + +66 +00:05:12,750 --> 00:05:16,770 +لكل عنصر ينشئ ال view يعبيه في البيانات المناسبين + +67 +00:05:16,770 --> 00:05:20,210 +ويرجع ال view طبعا هد ايش عملنا المحاضرة الماضية + +68 +00:05:20,210 --> 00:05:24,970 +اي انت هد؟ + +69 +00:05:28,130 --> 00:05:32,770 +هذا نعم ليش حطها مرة واحدة؟ حط الفصلات بينهم كنا + +70 +00:05:32,770 --> 00:05:35,550 +احنا في الجامعة مانقدرش نحط مرة واحدة و نلتقى، + +71 +00:05:35,550 --> 00:05:39,550 +فاهم عليك؟ لما نعرض مثلا .. ماعرفش بحكي؟ + +72 +00:05:43,620 --> 00:05:46,980 +هذا Parameter تاني Parameters تاني ماناش فيهم + +73 +00:05:46,980 --> 00:05:50,660 +تمام؟ وشرحنا المحاضر الماضي ان ال list view لما + +74 +00:05:50,660 --> 00:05:53,800 +تشتغل تشتغل بطريقة ذكية بحيث ان هي بتقرط بس او + +75 +00:05:53,800 --> 00:05:57,100 +بتنشئ views على جد العناصر المعروضة على الشاشة لما + +76 +00:05:57,100 --> 00:06:01,620 +تعمل scroll وفيه أنصر بطلع اللي بطلع ممكن تعيد + +77 +00:06:01,620 --> 00:06:07,580 +استخدامه لمين للعناصر الجليدة فالان هذا ال convert + +78 +00:06:07,580 --> 00:06:10,840 +view شرحناه لآخر المحاضر الماضي لو اجى null في + +79 +00:06:10,840 --> 00:06:14,740 +البداية بكون قيمته nullلكن لما تجي تعمل scroll + +80 +00:06:14,740 --> 00:06:18,440 +بيصير هو ايش يعمل يستدعي get view للأنصر الجديد + +81 +00:06:18,440 --> 00:06:22,680 +وببعتلك ال view تاع الأنصر اللي طلع عشان يقولك بدل + +82 +00:06:22,680 --> 00:06:27,140 +ما تعمل واحد جديد استخدم هذا فلان هنقوله if + +83 +00:06:27,140 --> 00:06:31,900 +convert view يساونا + +84 +00:06:31,900 --> 00:06:34,720 +إذا كانت قيمته مال في البداية إيش هنعمل في الحالة + +85 +00:06:34,720 --> 00:06:36,880 +هذه؟ بدنا نعمل inflate + +86 +00:06:52,210 --> 00:07:01,630 +Layout ID هنا حط null لأن هنا أنشأ ال view مرة + +87 +00:07:01,630 --> 00:07:05,210 +تانية هذا عشان نفهمها ال list view فيها 100 عنصر + +88 +00:07:05,210 --> 00:07:10,380 +تمام؟الذكاء في ال list view أنه مثلا جيت أنا شغلت + +89 +00:07:10,380 --> 00:07:14,200 +ال list view بنعرض ع الشاشة حاليا عشرة في تسعين + +90 +00:07:14,200 --> 00:07:18,840 +لسه مش مبينين على ال list view فلان بما أن + +91 +00:07:18,840 --> 00:07:22,940 +المعرضين عشرة فهو هيستدعي ال get view كم مرة عشر + +92 +00:07:22,940 --> 00:07:27,440 +مرات تمام و هيعمل inflation عشر مرات هينشأ عشرة + +93 +00:07:27,440 --> 00:07:29,860 +الآن إيش اللي بيصير إجيت أنت عملت scroll بدك تعرض + +94 +00:07:29,860 --> 00:07:36,080 +اللي تحتفيه أنصر جديد بده يدخل فيه أنصر جديد بده + +95 +00:07:36,080 --> 00:07:40,120 +يطلع لأن هو بيقولك بدل ما تروح تعمل انفلات جديدة + +96 +00:07:40,120 --> 00:07:44,660 +للأنصر اللي تحت بيقولك الأنصر اللي بيطلع هذاأول ما + +97 +00:07:44,660 --> 00:07:47,300 +يدخل الانظر الجديد ال list هتستدعي ال get view + +98 +00:07:47,300 --> 00:07:53,580 +تاني بس هتبعت من ال view اللي طلع بتبعته في ال get + +99 +00:07:53,580 --> 00:07:56,220 +view ليش؟ عشان تقول ل ال adapter يا adapter بدل ما + +100 +00:07:56,220 --> 00:08:00,540 +تعمل واحد جديد اتفضل خد الجدين بس غير ايش البيانات + +101 +00:08:00,540 --> 00:08:06,200 +اللي موجودة فيههي فكرة convert view هذه فعشان هيك + +102 +00:08:06,200 --> 00:08:08,700 +انا قلتله لو null يعني في البداية هيكون قيمته null + +103 +00:08:08,700 --> 00:08:13,480 +انت هيكون مش null وانت بتعمل scroll تمام؟ اذا كان + +104 +00:08:13,480 --> 00:08:17,300 +null روح يعمل انفليت مش null خلاص خدوا وغيروا + +105 +00:08:17,300 --> 00:08:20,420 +البيانات الموجودة فيه كيف نغير البيانات الموجودة + +106 +00:08:20,420 --> 00:08:23,840 +فيه؟ اول حاجة هذا ال view اصلا فيه داخل و عناصر + +107 +00:08:23,840 --> 00:08:26,680 +بدنا نجيبهم اللي هم ال .. طبعا احنا عارفينهم لأن + +108 +00:08:26,680 --> 00:08:29,900 +احنا اللي صممنا ال view هذا image view هذا ال + +109 +00:08:29,900 --> 00:08:30,220 +photo + +110 +00:08:33,900 --> 00:08:41,920 +convert view find + +111 +00:08:41,920 --> 00:08:43,200 +view by id + +112 +00:09:19,930 --> 00:09:24,630 +تمام هاجبنا التلاتة الان بنقوله person P يسوى + +113 +00:09:24,630 --> 00:09:32,870 +persons.get position ونعبي photo im.set image + +114 +00:09:32,870 --> 00:09:41,090 +resource r.p.get photo id name tv.set text + +115 +00:09:45,860 --> 00:09:50,560 +p.getnameagetv.settextp + +116 +00:09:50,560 --> 00:09:55,860 +.getage تمام + +117 +00:09:55,860 --> 00:09:59,920 +خلصنا هيك عبّين البيانات و بنقوله convert ال view + +118 +00:09:59,920 --> 00:10:04,300 +و بعدين في ال main activity ماننساش ان ننشأ object + +119 +00:10:04,300 --> 00:10:09,420 +من ال adapter و بنقوله set adapter ماشي يا جماعة + +120 +00:10:09,420 --> 00:10:13,460 +لحد تلقاه ماخدناش اشي جديدهذا اللي أخدناه المحاضرة + +121 +00:10:13,460 --> 00:10:16,620 +هذا + +122 +00:10:16,620 --> 00:10:23,420 +سمينا my personal adapter ثواني بس + +123 +00:10:23,420 --> 00:10:27,620 +الترتيب + +124 +00:10:27,620 --> 00:10:28,100 +اختلف + +125 +00:10:40,880 --> 00:10:43,360 +أه طب قولوا يا جماعة لابحون + +126 +00:11:04,010 --> 00:11:07,610 +أه ايش سؤالك؟ في الـ get item في ال class تبع ال + +127 +00:11:07,610 --> 00:11:12,050 +adapter النوع الـ return data حطه وجدك لو حطناه + +128 +00:11:12,050 --> 00:11:18,690 +برسم مفيه مشاكل؟ هو لأ اه في مشاكل لأن هذي يعني + +129 +00:11:18,690 --> 00:11:22,230 +overwritten method يعني انت ملزم انك تعمل override + +130 +00:11:22,230 --> 00:11:25,610 +للموجود في ال super class فانا غيرت هنا اعتبرها + +131 +00:11:25,610 --> 00:11:29,190 +method تانية تمام اه يعني هاي حط هنا person + +132 +00:11:32,100 --> 00:11:37,260 +هو هيقبلها بس هيجيب لك خط مفروض فوق يقولك اعمل + +133 +00:11:37,260 --> 00:11:43,880 +override لل method ماجعبش + +134 +00:11:43,880 --> 00:11:49,560 +خط هو + +135 +00:11:49,560 --> 00:11:55,160 +المفروض يقوللي انه طب استنى اشيل هدي هيك + +136 +00:12:01,470 --> 00:12:05,390 +مش عارف جربها إذا بظبط تغيير الـ return هلجيت احنا + +137 +00:12:05,390 --> 00:12:15,570 +بنجربها لما نعمل action على الـ game؟ طيب الآن + +138 +00:12:15,570 --> 00:12:20,030 +يا جماعة بدنا نكمل لسه في ال get view هذا + +139 +00:12:23,020 --> 00:12:26,500 +لأن الـ get view لسة فيها بطء، فيها مشكلة، إيش هي؟ + +140 +00:12:26,500 --> 00:12:30,740 +احنا سرعناها شوية في إيش، إنه إحنا استخدمنا، لو + +141 +00:12:30,740 --> 00:12:33,980 +كان في view موجود، استخدمنا الموجود مسبقا بدل منعم + +142 +00:12:33,980 --> 00:12:37,160 +الواحد الجديد، لأن بقولك أيضا أحد مشاكل ال view + +143 +00:12:37,160 --> 00:12:41,740 +اللي بتبطئها، ال find view بقى دي، هاد بتعمل + +144 +00:12:41,740 --> 00:12:46,630 +مشكلة، ليش؟ لأنها عملية بحثبيده يبحث يدخل على XML + +145 +00:12:46,630 --> 00:12:49,430 +تعني ال view و يدور وين العنصر موجود يجيب ليه + +146 +00:12:49,430 --> 00:12:52,190 +فبقول ال find view بقى دي برضه عملية تعتبر costly + +147 +00:12:52,190 --> 00:12:57,870 +مكلفة فبقول لبنستغنى عنها كيف نستغنى عنها انتبه + +148 +00:12:57,870 --> 00:13:03,050 +علي و شوف انا ايش بده اعمل خليني + +149 +00:13:03,050 --> 00:13:04,590 +اكتب ال code و بعدين بشرحلكيه + +150 +00:14:00,800 --> 00:14:01,640 +ماذا؟ + +151 +00:14:48,070 --> 00:14:51,790 +طبعا لو واحد جرب .. جرب يدرس tutorial يفتح + +152 +00:14:51,790 --> 00:14:55,330 +tutorial على انترنت كيف ال list view يعملها هيفتح + +153 +00:14:55,330 --> 00:14:58,250 +ال tutorial هيجي ال code مكتوب تمام؟ و هيلاقي ال + +154 +00:14:58,250 --> 00:15:01,790 +code المكتوب زي هيك يعني تخيل أنت هتفتح ال net و + +155 +00:15:01,790 --> 00:15:04,030 +هتلاقي ال code ال list view مكتوب بالطريقة هذه + +156 +00:15:05,110 --> 00:15:09,450 +هتفهمه؟ مش هتفهمه انا بدأت لكي اعمل ايش من الصفر و + +157 +00:15:09,450 --> 00:15:12,330 +بعدين طورتلك عليه و طورتلك عليه لحد ما وصلنا + +158 +00:15:12,330 --> 00:15:14,610 +للصورة هذه لسه انتو مش فاهمين الصورة هذه + +159 +00:15:14,610 --> 00:15:19,630 +فبنفهمكوايا بس هذا الفرق انه مش دايما ال tutorial + +160 +00:15:19,630 --> 00:15:24,610 +ع الانترنت بتعطيك المعلومةواضحة او احيانا تضطر لما + +161 +00:15:24,610 --> 00:15:28,170 +تدرس من الانترنت انك تاخد ال code زي ما هو وانت مش + +162 +00:15:28,170 --> 00:15:34,030 +فاهمه وهذا غلط لازم نفهمه لان هذه الأمور بتطور + +163 +00:15:34,030 --> 00:15:38,130 +قدرتك على تطوير ال code بكرا احنا الأن مستخدمين + +164 +00:15:38,130 --> 00:15:43,020 +لمكتباتاللي عمل المكتبات هذه هو لمخ مظيف صح ولا؟ + +165 +00:15:43,020 --> 00:15:46,080 +احنا هو سهل علينا الشغل فاحنا من مطوّق قدراتكوا + +166 +00:15:46,080 --> 00:15:48,240 +بحيث انه بكرا في المستقبل تصيروا تعملوا مكتبات + +167 +00:15:48,240 --> 00:15:52,580 +لغيركم طبعا فتعالوا نفهم و نشوف احنا ايش اللي + +168 +00:15:52,580 --> 00:15:58,240 +عملناها هذا عشان نفهم هذه احنا اتفجنا ان هي list + +169 +00:15:58,240 --> 00:16:04,760 +view وداخل كل list view في عندك ايش كل .. في عناصر + +170 +00:16:04,760 --> 00:16:05,340 +طبعا + +171 +00:16:08,170 --> 00:16:11,870 +فالان انا لما امسك view و بدي اعدل على البيانات + +172 +00:16:11,870 --> 00:16:16,130 +اللي عليها بدي اضطر امسك ال view و احكيله ايش find + +173 +00:16:16,130 --> 00:16:20,170 +view by id لكل واحد من هدوله و احط فيها البيانات + +174 +00:16:20,170 --> 00:16:25,010 +الان التغيير كان تالي بدي استغني عن ال find view + +175 +00:16:25,010 --> 00:16:31,950 +by id كيف؟ روحت اعملت class جديدة Java class ال + +176 +00:16:31,950 --> 00:16:36,350 +class الجديدة حطيت فيها attributes نفس العناصر + +177 +00:16:36,350 --> 00:16:41,540 +اللي هينيعني هنا أنا إيش عندي؟ عندي image view صح + +178 +00:16:41,540 --> 00:16:49,200 +وعندي text view لل name و text view للage تمام؟ + +179 +00:16:49,200 --> 00:16:53,140 +هذه class جديدة هدولة مش object لسه هدولة + +180 +00:16:53,140 --> 00:16:56,340 +attributes قيمهم في البداية لما تنشي object من هذا + +181 +00:16:56,340 --> 00:16:59,080 +إيش قيمهم؟ إيش سميتها أنا ال class هذه؟ view + +182 +00:16:59,080 --> 00:17:06,160 +holderأنا سميتها زي هيك طبعا لما تنشأ object من ال + +183 +00:17:06,160 --> 00:17:10,220 +view holder ايش قيم هدول هتكون none لسه طبعا طيب + +184 +00:17:10,220 --> 00:17:15,900 +ايش عملت انا اول ما اعمل inflation لل view روحت + +185 +00:17:15,900 --> 00:17:22,340 +انشأت object من مين من ال view holder هاي طبعا + +186 +00:17:22,340 --> 00:17:28,690 +وخلته وقلتله خل ال image view هذا يأشر ع مينالـ + +187 +00:17:28,690 --> 00:17:31,510 +image view هذه أشير عليها ماعملتش image view جديدة + +188 +00:17:31,510 --> 00:17:35,790 +أنا عملت inflate و روحت عملت find view by id لل + +189 +00:17:35,790 --> 00:17:40,920 +image view و خلت هذا يأشر عليهاكيف؟ هاني اتطلع هنا + +190 +00:17:40,920 --> 00:17:44,100 +على ال code اللي جوا ال F statement ايش .. احنا + +191 +00:17:44,100 --> 00:17:45,940 +قولنا هذا ال code اللي جوا ال F statement امتى + +192 +00:17:45,940 --> 00:17:50,860 +بتنفذ؟ اول مرة لما يبدأ يعمل inflate لل view هاني + +193 +00:17:50,860 --> 00:17:54,480 +اعمله inflate و انشأه بعدين ايش عمل؟ find view by + +194 +00:17:54,480 --> 00:17:58,280 +ID عشان يجيبنيه ال photo و ال name TV و ال HD + +195 +00:17:59,620 --> 00:18:02,920 +وبعدين اشعل ال object من مين؟ من ال view holder + +196 +00:18:02,920 --> 00:18:08,440 +بعدين اعطى ال htv لمين؟ من ال view holder dot htv + +197 +00:18:08,440 --> 00:18:12,920 +هذه قسمت ال statement صح؟ خلّينا ال htv اللي موجود + +198 +00:18:12,920 --> 00:18:16,970 +في ال view holder يأشر عن مين؟ع ال HTV احنا لما + +199 +00:18:16,970 --> 00:18:20,390 +نعطي object ل object المؤشر بتاع هذا بنعطيه لهذا + +200 +00:18:20,390 --> 00:18:26,110 +تمام مش عاملنا object جديد متذكرين ايام ما كنا + +201 +00:18:26,110 --> 00:18:28,530 +ناخد person و person واحد و person اتنين و كنا + +202 +00:18:28,530 --> 00:18:31,630 +نجربلكوا لما نحط person واحد و حط في person اتنين + +203 +00:18:31,630 --> 00:18:35,630 +و تعدل في واحد بغير وين في التاني تمام هنا احنا + +204 +00:18:35,630 --> 00:18:40,940 +ماعملناش object جديد خلناقيمة المؤشر أو عنوان هذا + +205 +00:18:40,940 --> 00:18:45,600 +ينحط في الـHTV الموجود في الـView Holder هذا معناه + +206 +00:18:45,600 --> 00:18:50,120 +أن هذا و هذا المؤشرين يقشروا على نفس الشغل يعني + +207 +00:18:50,120 --> 00:18:53,320 +الـView Holder الـReference اللي فيه يقشر ع مين؟ + +208 +00:18:53,320 --> 00:18:56,400 +على الـImage View تمام؟ ونفس الشيء خلّيت + +209 +00:18:56,400 --> 00:18:59,660 +الـReference بتاع الـText View يقشر ع مين؟ يقشر + +210 +00:18:59,660 --> 00:19:02,580 +على هذا و الـReference بتاع الـEdge يقشر على + +211 +00:19:02,580 --> 00:19:08,740 +الـText View اللي هناوها كذا لكل واحد اعملنا له + +212 +00:19:08,740 --> 00:19:17,040 +ايش object يأشر ع مين على هدول لان لكل واحد له ال + +213 +00:19:17,040 --> 00:19:20,140 +object بالشكل هذا طب و بعدين ايش استفدنا منه لان + +214 +00:19:20,140 --> 00:19:27,300 +في في ال view method اسمها set tag ايش هي tag زي + +215 +00:19:27,300 --> 00:19:33,340 +منحق او اشارة set tag بتعطيك انكانية انك تلحق في + +216 +00:19:33,340 --> 00:19:37,990 +ال view object معينطبعا هذه set tag بتاخد حاجة من + +217 +00:19:37,990 --> 00:19:41,190 +نوع object ايش يعني بتاخد حاجة من نوع object يعني + +218 +00:19:41,190 --> 00:19:44,750 +اي حاجة طبعا اعطيله string اعطيله integer اعطيله + +219 +00:19:44,750 --> 00:19:50,370 +بديكية طبعا انا هنا ايش اعطيته اعطيته view holder + +220 +00:19:50,370 --> 00:19:54,030 +معناه ان ال view holder صار مشبوك في مين في ال + +221 +00:19:54,030 --> 00:19:56,750 +view طبعا انا كيف بقدر اجيبه بعدها عن طريق get tag + +222 +00:19:56,750 --> 00:19:58,650 +طبعا يعني الآن + +223 +00:20:02,060 --> 00:20:05,700 +هذا شبكته في هذا طيب ايش فايدته هذا اللي بقشر على + +224 +00:20:05,700 --> 00:20:09,560 +العناصر اللي هنا لان لما ارجع على ال view تاني بدل + +225 +00:20:09,560 --> 00:20:15,020 +ما اعمل find view by ID برجع لمين لل view holder و + +226 +00:20:15,020 --> 00:20:18,140 +بقوله هتلي مين هتلي ال reference بتاع ال image + +227 +00:20:18,140 --> 00:20:22,980 +view و عدل عليه هتلي ال reference يعني هذا عاملة + +228 +00:20:22,980 --> 00:20:23,760 +زي ايش + +229 +00:20:26,520 --> 00:20:32,920 +هلجيت مثلا انت تقرأ من كتاب عجبك صفحة 65 و 142 و + +230 +00:20:32,920 --> 00:20:38,790 +143تمام؟ بدل ما تحفظ انت وكل ما بدك ترجع ايش + +231 +00:20:38,790 --> 00:20:41,590 +الصفحات اللي عجبتني اروح و افتح دور عليها تاني + +232 +00:20:41,590 --> 00:20:45,110 +صفحة الأولى و التانى و .. بيبقى لك كل ما بدك ترجع + +233 +00:20:45,110 --> 00:20:48,190 +للصفحات اللي بدك ياهم ايش تعمل تفتح الكتاب و تدور + +234 +00:20:48,190 --> 00:20:53,030 +عليهم عشان يسهل الموضوع بنعلمهم بنقن الورقة بنعمل + +235 +00:20:53,030 --> 00:20:55,270 +ورقة خارجية بنكتب عليها أرقام الصفحات اللي بدنا + +236 +00:20:55,270 --> 00:20:59,150 +ياهم و بنلزجها في الكتاب هذه زي هي أنا بدل ما ابحث + +237 +00:20:59,150 --> 00:21:03,270 +عن هدولة لزجت في ال .. في ال view ايش ورقة خارجية + +238 +00:21:04,250 --> 00:21:08,830 +بتوصلني لمين؟ للعلاقات المباشرة بدون ما أعمل find + +239 +00:21:08,830 --> 00:21:12,270 +view by ID بس لازم أعملها أول مرة كيف؟ أه طبعا أول + +240 +00:21:12,270 --> 00:21:17,650 +مرة لازم أعملها فالان اللي سويته أول مرة فقط أني + +241 +00:21:17,650 --> 00:21:20,050 +أنا عملت object view holder طبعا إيش محتويات ال + +242 +00:21:20,050 --> 00:21:24,230 +object view holder نفس الحاجات الموجودة في ال view + +243 +00:21:25,150 --> 00:21:27,830 +طبعا مش هدا فيه image view و text view و text view + +244 +00:21:27,830 --> 00:21:32,190 +اعملت برضه هدا مؤشرات من نفس النوع الاهل بعد ما + +245 +00:21:32,190 --> 00:21:35,370 +أنشأته قلت له أول مرة طبعا لازم أعمل find view ب + +246 +00:21:35,370 --> 00:21:39,810 +ID عشان أوصلهم و بعدين قلت له خليلي ال hdv اللي في + +247 +00:21:39,810 --> 00:21:43,230 +ال view holder أشهر عنين على ال hdv و ال nametv + +248 +00:21:43,230 --> 00:21:46,850 +أشهر على ال nametv و ال photo image view اللي + +249 +00:21:46,850 --> 00:21:49,250 +موجود في ال reference اللي موجود في ال view holder + +250 +00:21:49,250 --> 00:21:53,420 +أشهر على ال image viewالاصلية، تمام؟ وبعدين خد هذا + +251 +00:21:53,420 --> 00:21:57,120 +كله والحقه في ال convert view صار ال convert view + +252 +00:21:57,120 --> 00:22:02,330 +مشموك في ورقةفيها مؤشرات بتوصلنا لمين؟ للعناصر + +253 +00:22:02,330 --> 00:22:05,070 +الجوية مباشرة طيب، بعدين، إيش استفدت من هذا؟ + +254 +00:22:05,070 --> 00:22:09,410 +ماكنتش هستخدمه، الآن، تاني مرة، قولنا الـConvert + +255 +00:22:09,410 --> 00:22:12,590 +View، بده يعيد استخدامه في لحظة من اللحظات، لما + +256 +00:22:12,590 --> 00:22:16,830 +نعمل Scroll، تمام؟ رجع الآن، بده يجيب، دخل، دخل + +257 +00:22:16,830 --> 00:22:19,670 +أنصر جديد على الشاشة، استبدع الـGet View، وبعتل + +258 +00:22:19,670 --> 00:22:22,870 +الـConvert View لماشي للأنصر اللي طلع، يعني عيد + +259 +00:22:22,870 --> 00:22:26,130 +عبارته هذا، صح ولا؟ مش هيدخل على الـF Statement، + +260 +00:22:26,130 --> 00:22:30,540 +هيجي وين؟ هيجي هنا،أول خطوة عملتها ايش؟ روح لل + +261 +00:22:30,540 --> 00:22:33,600 +convert view و قلني ايش؟ get tag هده هترجعلك + +262 +00:22:33,600 --> 00:22:37,100 +object عشان هيك عملتله casting لايش؟ ل view أنا + +263 +00:22:37,100 --> 00:22:40,100 +عارف انه حطيت انا view holder فبرجع منه view + +264 +00:22:40,100 --> 00:22:43,340 +holder بعدين على طول .. بعدين ايش عملت؟ جبت مين؟ + +265 +00:22:43,340 --> 00:22:46,760 +ال person بعدين قلتله روح لل view holder dot ايش؟ + +266 +00:22:47,130 --> 00:22:51,010 +photo.im بعملتش setter و meter أنا فيهم تمام؟ + +267 +00:22:51,010 --> 00:22:53,730 +خلّيتهم بمّا public و بصلهم مع طول وروح لل view + +268 +00:22:53,730 --> 00:22:57,950 +holder لل photo.im معروف أن هذا المؤشر بيأشر عمين + +269 +00:22:57,950 --> 00:23:00,330 +على ال image of you بدون معنى find view by ID + +270 +00:23:00,330 --> 00:23:04,350 +تمام؟ وحط فيها القيمة هذه وروح لل view holder main + +271 +00:23:04,350 --> 00:23:08,430 +tv و ال view holder htv هدول المؤشرات بيأشروا عمين + +272 +00:23:08,430 --> 00:23:15,760 +على هدولةواضحة الفكرة يا جماعة، أنا هذا أسهل، يعني + +273 +00:23:15,760 --> 00:23:19,780 +ماقدرش أنا أبسط أكتر من هيك اللي فهم عليّ كان + +274 +00:23:19,780 --> 00:23:24,840 +بيها، اللي مافهمش يعذرني، أنا مش قادر أوصل لحجب + +275 +00:23:24,840 --> 00:23:28,140 +التفكير العظيم اللي .. هذا اللي أنا مقدر أعمله، + +276 +00:23:28,140 --> 00:23:32,280 +تمام؟ هذا بيسموه ال view holder pattern، تمام؟ و + +277 +00:23:32,280 --> 00:23:35,240 +هذا فيديوته إيش؟ تقولنا بيزيد السرعة، فأنا استغنت + +278 +00:23:35,240 --> 00:23:40,820 +عنأول حاجة ال inflation بطلت اعمل كتير واستغنطت + +279 +00:23:40,820 --> 00:23:45,200 +على find view by ID مش أول مرة في المرات اللاحقة + +280 +00:23:45,200 --> 00:23:47,760 +اول مرة اول من انشأ ال view لازم يعمل find view by + +281 +00:23:47,760 --> 00:23:54,320 +ID تمام يا جماعة؟ طيب و هيك بيكون خلصنا تصميم ال + +282 +00:23:54,320 --> 00:23:58,810 +adapter بأفضل صورةلأن طبعا زي ما قلنا لو فتحت عن + +283 +00:23:58,810 --> 00:24:02,470 +نت على اي tutorial اللي بتحكي عن list view هتلاقيه + +284 +00:24:02,470 --> 00:24:05,890 +حاططلك ال code هيك ويمكنه تشرحلك حتى شو ال view هو + +285 +00:24:05,890 --> 00:24:12,690 +بقولك انت لحالك تفهمها لان نرجع لوين على ال + +286 +00:24:12,690 --> 00:24:16,830 +activity أخدنا المحاضرة الماضي كيف نعمل action صح + +287 +00:24:16,830 --> 00:24:24,830 +ولا لأ على list view list view set on item click + +288 +00:24:24,830 --> 00:24:26,610 +لسه بقى خدناها ولا يا جماعة + +289 +00:24:38,590 --> 00:24:43,870 +طبعا مافيش اختلاف اشتغل هو اعمله action المرة + +290 +00:24:43,870 --> 00:24:47,610 +الماضية set on item click listener مافيش داعي on + +291 +00:24:47,610 --> 00:24:54,010 +item click listener وقوله + +292 +00:24:54,010 --> 00:24:58,210 +عشان تجيب العنصر عن position معين بترجع لل list + +293 +00:24:58,210 --> 00:25:04,880 +view و بتقوله find او getitem at position بتعطيله + +294 +00:25:04,880 --> 00:25:12,080 +ال position نشوف هنا هل بيرجع P لأ هاد برضه بترجع + +295 +00:25:12,080 --> 00:25:18,420 +object لازم يعمله casting خلاص وصلت لل data بتاعة + +296 +00:25:18,420 --> 00:25:21,380 +ال person ممكن تبعتها ل activity تانية تطبعها في + +297 +00:25:21,380 --> 00:25:27,880 +toast تمام تسوي فيها اللي بدكي يعنيطيب في عندنا زر + +298 +00:25:27,880 --> 00:25:32,320 +delete صح ولا ماتكلمناش عليه يعني هاي مثلا ال list + +299 +00:25:32,320 --> 00:25:38,080 +view غيرت انا الصور طبعا شوفنا كيف الفعل ال click + +300 +00:25:38,080 --> 00:25:45,060 +على ال list اللي هو بتروح على ال layout بتاعة ال + +301 +00:25:45,060 --> 00:25:49,380 +activityو بتقوله touch screen blocks focus زر ال + +302 +00:25:49,380 --> 00:25:55,060 +delete كيف نحذف من ال list view الآن احنا ضفنا زر + +303 +00:25:55,060 --> 00:25:58,360 +ال delete بس ماعملناش عليه action صح و لا يا جماعة + +304 +00:25:58,360 --> 00:26:02,300 +وين هذا لازم ينعمل في ال adapter مين اللي بنشق ال + +305 +00:26:02,300 --> 00:26:07,180 +view؟ ال adapter نرجع لل adapter هاني ال adapter + +306 +00:26:07,180 --> 00:26:09,720 +تبعي الآن + +307 +00:26:12,630 --> 00:26:15,610 +صار فى عنصر جديد فى الشاشة بدنا ناخده بعين + +308 +00:26:15,610 --> 00:26:22,770 +الاعتبار اللى هو هو مين ال delete button بفتح + +309 +00:26:22,770 --> 00:26:26,610 +على ال view holder عشان ما برضه ماروحش اعمل find + +310 +00:26:26,610 --> 00:26:33,650 +view by ID و بعدين لما اعمل inflation لما اعمل + +311 +00:26:33,650 --> 00:26:39,190 +inflation بده اجيب ال button delete button convert + +312 +00:26:39,190 --> 00:26:49,160 +viewfind view by id r.id.deletebutton لان لما قاعد + +313 +00:26:49,160 --> 00:26:53,420 +أعب البيانات عبيت ال image عبيت ال name عبيت ال + +314 +00:26:53,420 --> 00:26:58,560 +htv ال button مش هنعبيه بس هنعمل عليه ايش action + +315 +00:26:58,560 --> 00:27:03,080 +هى delete button و بتقوله ايش sit on click + +316 +00:27:03,080 --> 00:27:08,020 +listener شو هو ال adapter new on click + +317 +00:27:10,460 --> 00:27:13,960 +لسنا انتوا معايا يا جماعة مرة تانية هذا عنصر في ال + +318 +00:27:13,960 --> 00:27:17,360 +.. في ال view فبدل ما اعمل عليه find view ب ID + +319 +00:27:17,360 --> 00:27:21,440 +دايما ضفته على view holder اتمنى ان اول مرة زي و + +320 +00:27:21,440 --> 00:27:25,660 +زي العلاصر التانية بعمل find view او ب ID بجيبه اه + +321 +00:27:25,660 --> 00:27:29,600 +ماضف يوتش على view holder vh.delete button يساوي + +322 +00:27:29,600 --> 00:27:30,280 +delete button + +323 +00:27:33,480 --> 00:27:38,100 +الان هنا انا بعبي ال view جبت ال photo عبيتها و ال + +324 +00:27:38,100 --> 00:27:41,280 +name و ال age و ال delete الان مش بعبيه بعمل عليه + +325 +00:27:41,280 --> 00:27:46,000 +action طيب الان كيف نحذف احنا من ال list view + +326 +00:27:46,000 --> 00:27:49,680 +بقوله ببساطة شديدة عشان تحذف من ال list view احذف + +327 +00:27:49,680 --> 00:27:54,380 +من ال array و حدث ال list view تمام مش ال list + +328 +00:27:54,380 --> 00:28:00,360 +view بتاخد من وين من ال array فاروح ل persons و + +329 +00:28:00,360 --> 00:28:00,760 +قوله + +330 +00:28:03,650 --> 00:28:09,170 +remove لمين؟ لأي عنصر؟ فعليا ال get view بتستد على + +331 +00:28:09,170 --> 00:28:15,250 +مين؟ على position معين فبس قول له delete هنا قول + +332 +00:28:15,250 --> 00:28:15,810 +له position + +333 +00:28:19,140 --> 00:28:22,380 +الآن هذا بس ماتعرفش على position لأنه بس حطه هنا + +334 +00:28:22,380 --> 00:28:30,820 +إيش final عشان يقدر يخرج يعني باختصار لما تيجي أنت + +335 +00:28:30,820 --> 00:28:36,180 +ينشأ أي view بعبل بيانات بعناصر ال person هذا عند + +336 +00:28:36,180 --> 00:28:39,960 +ال position معين و بعمل action عليه بحيث إن لو + +337 +00:28:39,960 --> 00:28:46,090 +انضغط الزر يمحي ال person عند ال position هذاطبعا + +338 +00:28:46,090 --> 00:28:48,970 +واضحة يا جماعة لسه ما خلصناهش راجيت انت لما محيط + +339 +00:28:48,970 --> 00:28:54,590 +العنصر بتتحدث ال list view بقول ان في method جاهزة + +340 +00:28:54,590 --> 00:29:00,290 +اسمها notify data set changed notify ايش يعني + +341 +00:29:00,290 --> 00:29:06,790 +notify اعلم ان في تغيير في ال data هذا method + +342 +00:29:06,790 --> 00:29:11,900 +inherited من مين؟ من ال basic classأول ما هذا الـ + +343 +00:29:11,900 --> 00:29:16,060 +method تتنفذ بحد في محتاجات ال list view بحيث أن + +344 +00:29:16,060 --> 00:29:23,560 +الأنصار الجديد اللي حدث باله بنشهر بس تعالى نجرب + +345 +00:29:23,560 --> 00:29:23,820 +هذه + +346 +00:29:51,030 --> 00:29:56,790 +طيب يا جماعة هاي ال application بعد طبقة الحدث ايش + +347 +00:29:56,790 --> 00:30:02,330 +صار هنا لأن هاي delete مثلا هاي شال الأنصر كله + +348 +00:30:02,330 --> 00:30:08,660 +delete هاي راح الأنصر تمام يعنيعشان نعرف كيف عملية + +349 +00:30:08,660 --> 00:30:12,340 +الحذف يعني لإضافة برضه افرض انا بدي اضيف عنصر على + +350 +00:30:12,340 --> 00:30:15,400 +ال list بطريقة معنى مثلا افتح ال form اضيف بيانات + +351 +00:30:15,400 --> 00:30:18,860 +اضيف على ال RNA برضه قوله notify data set changed + +352 +00:30:21,270 --> 00:30:24,510 +يعني مثلا هي في ال main activity قررت انا هنا اضيف + +353 +00:30:24,510 --> 00:30:29,890 +person جديد في الآخر تمام لما اضغط زر معين هي + +354 +00:30:29,890 --> 00:30:36,970 +بتعمل object person P مثلا خمسة يسوا new person و + +355 +00:30:36,970 --> 00:30:44,930 +بتقوله P خمسة dot set photo art drawable dot me + +356 +00:30:44,930 --> 00:30:50,950 +ماحطناش هي عمر P خمسة dot set name + +357 +00:30:55,510 --> 00:31:02,190 +بخمسة dot set age تلاتين و بعدين بتروح ل persons و + +358 +00:31:02,190 --> 00:31:05,570 +بتضيف انا و انا شغال في ال activity يا جماعة ماشي + +359 +00:31:05,570 --> 00:31:10,150 +و بعدين بتروح لل adapter تبعك و بتقوله ايش notify + +360 +00:31:10,150 --> 00:31:15,330 +data set changed لاحظ هنا لما استدعيتها كتبت ايش + +361 +00:31:15,330 --> 00:31:18,450 +adapter بس هناك كنت شغال في ال adapter ماحطيتش + +362 +00:31:18,450 --> 00:31:24,870 +تمام هيك ايش هيضيف العنصر الجديدطيب اخر نقطة عشان + +363 +00:31:24,870 --> 00:31:29,330 +ننهي موضوع ال list view ال list view ايضا بتيحلك + +364 +00:31:29,330 --> 00:31:33,490 +انك تضيف لل list header و footer ايش ال header و + +365 +00:31:33,490 --> 00:31:40,170 +ال footer ال list view ممكن تضيف انت انصر هنا تمام + +366 +00:31:40,170 --> 00:31:45,150 +مختلف عن مين على العلاقات التانية زي مثلا عنوان او + +367 +00:31:45,150 --> 00:31:51,790 +او يعني بس هذا ايش العنصر بتتحرك يعني لما تعمل + +368 +00:31:51,790 --> 00:31:56,570 +scroll manualلأ هيطلع فوق مش هيظل ثابت إذا بدك + +369 +00:31:56,570 --> 00:31:59,530 +حاجة ثابتة إيش بتعمل انت في ال layout تحتك نفسها + +370 +00:31:59,530 --> 00:32:04,910 +بتحط حاجة ثابتة هنا و تحتها بتحط ال list view فده + +371 +00:32:04,910 --> 00:32:08,890 +إذا بدك حاجة ثابتة بس ال header مش ثابت ال header + +372 +00:32:08,890 --> 00:32:12,710 +عنصر مختلف موجود في البداية لما تعمل scroll هيختفي + +373 +00:32:12,710 --> 00:32:20,790 +كيف؟ اه من اللي بيكون في ال list view نفسه يعني + +374 +00:32:20,790 --> 00:32:26,910 +مثلا اناهاتمنا نشوف و نعمله على السريع عشان تعمل + +375 +00:32:26,910 --> 00:32:31,710 +header بدك تروح لل list view و في method اسمها set + +376 +00:32:31,710 --> 00:32:35,450 +add + +377 +00:32:35,450 --> 00:32:40,990 +header هاي شايفها اسمها add header view و add + +378 +00:32:40,990 --> 00:32:47,830 +footer view طيب add header view ايش بتاخد؟ بتاخد + +379 +00:32:47,830 --> 00:32:54,100 +object من نوع viewبنعمله view هلجيت + +380 +00:32:54,100 --> 00:32:57,460 +انت اول حاجة بدك تصممله ال header اللي بدكيه يعني + +381 +00:32:57,460 --> 00:33:03,560 +انت بدك تروح ال layout و تعمل ال header اللي بدكيه + +382 +00:33:03,560 --> 00:33:14,060 +هاي مثلًا بنسمي list view header مثلًا + +383 +00:33:14,060 --> 00:33:17,480 +خلينا نعمل حاجة بسيطة حط ايش في text view + +384 +00:33:31,330 --> 00:33:46,570 +list of persons text size 24sp text color تمام + +385 +00:33:46,570 --> 00:33:50,290 +هاي الهدر صمم انت اللي بدكيه وروح ال height وقوله + +386 +00:33:50,290 --> 00:33:55,150 +wrap content عشان نخليه بس ع جد العنصر هذابدنا هذا + +387 +00:33:55,150 --> 00:33:58,730 +اللي صممناه يصير إيش يصير header لل list view + +388 +00:33:58,730 --> 00:34:02,950 +لنرجع لل activity بتاعته لأن هنا هو بده view أنا + +389 +00:34:02,950 --> 00:34:08,250 +صممت XML بنقدر نحو ال XML ل view بنقدر كيف بتروح + +390 +00:34:08,250 --> 00:34:14,370 +لل layout inflater.from get application context + +391 +00:34:14,370 --> 00:34:22,870 +.inflate r.layout.xml اللي عملناها توى slash null + +392 +00:34:25,120 --> 00:34:31,740 +هذا ايش برجعلك بيحور الهدر ل view هذا نفس ال code + +393 +00:34:31,740 --> 00:34:35,360 +اللي طبقناه في ال adapter هل جدت احنا اين بنطبقه + +394 +00:34:35,360 --> 00:34:39,020 +في ال activity نفسها اللي قاعد view هدر بده view + +395 +00:34:39,020 --> 00:34:43,100 +بنعمل XML ونعمل ال flat وبعد ما تقول اللي قاعد + +396 +00:34:43,100 --> 00:34:47,020 +view هدر بنحط هدر view و اعمل run + +397 +00:34:53,210 --> 00:34:57,570 +يبقى هنا عملنا list view وخصصناها بالتصميم اللي + +398 +00:34:57,570 --> 00:35:00,950 +بدناه وقدمنا نعمل action عليها ونضيف عليها header + +399 +00:35:00,950 --> 00:35:04,850 +ونحذف منها عناصر ماضلش حاجة علاقة بال list view + +400 +00:35:23,630 --> 00:35:26,590 +طيب تمام أول حاجة هي عمر اللي ضفناها في الآخر + +401 +00:35:26,590 --> 00:35:31,790 +تمام؟ وهي إيش كتب ليه؟ list of persons طبعا الشاشة + +402 +00:35:31,790 --> 00:35:37,030 +مش كبيرة يمكن لو عرضتها في ال .. تمام؟ هيك تبين + +403 +00:35:37,030 --> 00:35:42,650 +أكتر يعني شوف ال .. ال header ماله هو أصل مختلف بس + +404 +00:35:42,650 --> 00:35:48,010 +بطلع مع مين؟ مع ال listبدك حاجة ثابتة بتصميمها + +405 +00:35:48,010 --> 00:35:52,050 +لحالها برا برا ال list view ال header هذا جوا عنصر + +406 +00:35:52,050 --> 00:35:57,030 +من ضمن عناصر ال list view ماشي يا جماعة و هيك + +407 +00:35:57,030 --> 00:36:01,790 +بنكون خلصنا ال list view و يلا نبدأ في ايش في + +408 +00:36:01,790 --> 00:36:06,010 +موضوع جديد تمام start a new android studio project + +409 +00:36:06,010 --> 00:36:10,150 +node recyler view + +410 +00:36:23,200 --> 00:36:25,780 +طيب لحد ما اشتغلها الجيتا جماعة ال list view اللي + +411 +00:36:25,780 --> 00:36:31,040 +اخدناها هذه كويسة و بسيطة لكن في نسخ الاندرويد + +412 +00:36:31,040 --> 00:36:36,280 +الجديدة اعتقد ابتدائها من ال lollipop صار يقولك لأ + +413 +00:36:36,280 --> 00:36:41,780 +احنا ال list view فيها مشاكل ايش هي اول حاجة انه + +414 +00:36:41,780 --> 00:36:44,840 +المصممين اللي كانوا يشتغلوا على ال list view + +415 +00:36:44,840 --> 00:36:48,920 +ماكانوش مبرمجين كويسين فماكانوش يطبقوا ال view + +416 +00:36:48,920 --> 00:36:53,290 +holder betterفكان ال code تبعهم إيش سيء عشان هيك + +417 +00:36:53,290 --> 00:36:56,770 +التطبيقات الأولى في الاندرويد بتلاقي ال list view + +418 +00:36:56,770 --> 00:36:59,510 +أي تطبيق فيه list view بيكون بطيء لأنه ماكانوش + +419 +00:36:59,510 --> 00:37:03,670 +يشتغلوا صح كانوا يخبصوا كتير فقالوا لأ هلجأت إحنا + +420 +00:37:03,670 --> 00:37:08,350 +بدنا .. بدنا نعمل إش جديد بحيث أنه تجبر المبرمج + +421 +00:37:08,350 --> 00:37:11,750 +أنه يطبق ال view holder pattern غصب عنه يعني أنا + +422 +00:37:11,750 --> 00:37:13,870 +هنا لما أشتغلت في الأول ماتطبقتش view holder + +423 +00:37:13,870 --> 00:37:18,580 +patternطيب، إيش في حاجات تانية مشاكل موجودة؟ يعني + +424 +00:37:18,580 --> 00:37:21,600 +المشكلة الأولى إنه الـview handle pattern ممكن + +425 +00:37:21,600 --> 00:37:24,600 +مبرمج ومتطقوش فتطلع ال list view بطيء الحاجة + +426 +00:37:24,600 --> 00:37:26,820 +التانية إنه في restrictions برضه على ال list view + +427 +00:37:26,820 --> 00:37:31,960 +إنه هي رأسي أحيانا أنت في بعض التطبيقات بلزمك تعمل + +428 +00:37:31,960 --> 00:37:37,260 +list view ما لها أفقية horizontal تمام؟ عناصر بدك + +429 +00:37:37,260 --> 00:37:43,140 +تعرضها كتب مثلا بدك تعملها أفقى هذه بس اتجاه رأسي + +430 +00:37:44,340 --> 00:37:48,040 +مرات انت بدك تعمل animation في ال .. في ال view + +431 +00:37:48,040 --> 00:37:54,180 +يعني شوفت مثلا مرات العنصر نفسه بتعمل scroll بعض + +432 +00:37:54,180 --> 00:37:58,320 +التطبيقات slide زي هيك بيحدثه صح بتعمل هيك بتحدث + +433 +00:37:58,320 --> 00:38:02,500 +او مثلا في ال contacts بتعمل slide يمين بيعمل + +434 +00:38:02,500 --> 00:38:07,820 +اتصال شمال بيعمل ايش هذا هنعملها نعمل اشي زي هيك + +435 +00:38:07,820 --> 00:38:11,300 +هذه الحاجات ال animation صعب انك تعملها في ال list + +436 +00:38:11,300 --> 00:38:18,310 +viewتمام؟ أيضا تغيير عنصر شكله الفواصل الموجودة + +437 +00:38:18,310 --> 00:38:22,030 +بينه يعني كانت برضه صعبة في list view فجاله عشان + +438 +00:38:22,030 --> 00:38:26,830 +نطور الموضوع الأكتر بدنا نعمل بدل list view عنصر + +439 +00:38:26,830 --> 00:38:35,110 +تاني سموه أيش يا جماعة ال recycling view + +440 +00:38:36,780 --> 00:38:40,580 +ليش سموه Recycler؟ من اسمه كلمة Recycling إيش هي؟ + +441 +00:38:40,580 --> 00:38:44,200 +إعادة التدوير، إعادة الاستخدام ال Recycler View + +442 +00:38:44,200 --> 00:38:47,740 +بطبق مفهوم ال View Holder Pattern عشان يعيد + +443 +00:38:47,740 --> 00:38:52,240 +استخدام العناصر مرة تانية بدل ما ينشئها تاني، + +444 +00:38:52,240 --> 00:38:56,220 +تمام؟ يعني هو إذا أنت في ال List View طبقت ال View + +445 +00:38:56,220 --> 00:38:59,460 +Holder Pattern بيصير كفاءة ال List View زي مين؟ زي + +446 +00:38:59,460 --> 00:39:04,240 +ال Recycler Viewلكن مش الكل يعني ملزم بتطبيق + +447 +00:39:04,240 --> 00:39:07,860 +الموضوع ده في list view لكن ملزم بتطبيقها في إيش؟ + +448 +00:39:07,860 --> 00:39:11,880 +في recycled view زي ما نشوف المحاضرة الجايإن الأمر + +449 +00:39:11,880 --> 00:39:15,180 +التاني زي ما قلنا ال customization تبقى أكتر تقدر + +450 +00:39:15,180 --> 00:39:18,220 +تعرض أفق و رأسي و أشكال مختلفة ممكن تعمل list view + +451 +00:39:18,220 --> 00:39:21,660 +شكلها زي برامج ال windows phone اللي هو بتلاقي + +452 +00:39:21,660 --> 00:39:26,180 +السطر الأول مجسم جزئين يعني السطر هذا زي هيك تمام + +453 +00:39:26,180 --> 00:39:30,440 +هنا عنصر كبير فيعني ممكن تعمل أي شكل أنت لل list + +454 +00:39:30,440 --> 00:39:34,560 +view و تجسمه التجسيم اللي بدك إياه فبيعطي مرونة + +455 +00:39:34,560 --> 00:39:37,360 +أكتر و بتعمل فيه animation كمان طيب عشان نستفدم ال + +456 +00:39:37,360 --> 00:39:41,180 +list view يا جماعةتركز معايا طبعا أنا ليش شرحت ال + +457 +00:39:41,180 --> 00:39:46,540 +list view في الأول لأنه عشان نوصل ال view holder + +458 +00:39:46,540 --> 00:39:51,260 +pattern لأن هذا معتمد على ال view holder طيب خليني + +459 +00:39:51,260 --> 00:39:52,100 +بس أظبط ال + +460 +00:40:09,530 --> 00:40:13,910 +لو روحنا على ال containers يا جماعة ال list view + +461 +00:40:13,910 --> 00:40:16,910 +موجودة في Legacy Legacy للحاجات ال .. إيش اسمها لل + +462 +00:40:16,910 --> 00:40:20,410 +Legacy؟ التراث القديم هجدنا نروح وين؟ على + +463 +00:40:20,410 --> 00:40:25,130 +containers هتلاقي في عندك هنا Recycler view تمام؟ + +464 +00:40:25,130 --> 00:40:30,770 +خود Recycler view وخطه هنا إيش بقولك؟ ال library + +465 +00:40:30,770 --> 00:40:35,590 +مش محملة تمام؟ هذي يعني بقولك أحملك إياها تمام؟ + +466 +00:40:35,590 --> 00:40:38,030 +فأقوله okay عشان هو يضيفها لحاله + +467 +00:40:41,640 --> 00:40:45,620 +طبعا اول مرة يمكن يحتاج انترنت بس بعد هيك بشغلها + +468 +00:40:45,620 --> 00:40:53,000 +طبعا انا ضيفها في project تانية فيعني اعطوه اضافة + +469 +00:40:53,000 --> 00:41:00,320 +لان + +470 +00:41:00,320 --> 00:41:04,680 +انا روحت على ال XML وهي ال code بتاع ال recycling + +471 +00:41:04,680 --> 00:41:09,020 +review خلينا نعمله ايش على جد الشاشة + +472 +00:41:14,300 --> 00:41:20,480 +تمام؟ وهي ايش؟ هى ضعف الـ RecyclerView الان + +473 +00:41:20,480 --> 00:41:25,100 +بنفس القالية اللى اشتغلناها فى ال list view عشان + +474 +00:41:25,100 --> 00:41:28,280 +هيك ان انا ايش بدي اعمل؟ بدي اقول له open وروح + +475 +00:41:28,280 --> 00:41:31,860 +يفتحلي ترنامج ال list view اللى عملناها قبل شوية + +476 +00:41:31,860 --> 00:41:38,310 +ليش بدي افتحه؟ مش كنا فى الأول احنانعمل تصميم + +477 +00:41:38,310 --> 00:41:42,290 +للعنصر بدنا نعمل هنا تصميم للعنصر بدنا نعمل class + +478 +00:41:42,290 --> 00:41:46,650 +بدنا نعمل هنا class تمام؟ بدنا نعمل adapter بدنا + +479 +00:41:46,650 --> 00:41:50,750 +نعمل الاختلاف في ال adapter تمام؟ بس فعشان هيك انا + +480 +00:41:50,750 --> 00:41:55,230 +عشان اوفر وقت روحت لبرنامج + +481 +00:41:55,230 --> 00:42:03,370 +listview خد ال class وحطيتها هذه + +482 +00:42:03,370 --> 00:42:07,150 +ال class person ماشي يا جماعة؟و بعدين روح لل + +483 +00:42:07,150 --> 00:42:10,750 +layout هاي + +484 +00:42:10,750 --> 00:42:14,850 +personal item design و حطيته برضه في ال layout + +485 +00:42:14,850 --> 00:42:22,870 +بعدين + +486 +00:42:22,870 --> 00:42:28,510 +روح لل main activity واش + +487 +00:42:28,510 --> 00:42:29,650 +كنا نعمل يا جماعة؟ + +488 +00:42:37,170 --> 00:42:42,270 +وهي في ال main activity انشأنا ال persons اه بدنا + +489 +00:42:42,270 --> 00:43:03,590 +كمان صور الشباب مش موجودة هناك تمام + +490 +00:43:03,590 --> 00:43:08,210 +هاي و سكت و بعدين تحتمش كنا نجيب ال list view + +491 +00:43:08,210 --> 00:43:14,010 +هنجيب نقاش RecyclerRecyclerView + +492 +00:43:14,010 --> 00:43:22,130 +ال V يساوي FindViewByID R.ID.RecyclerView + +493 +00:43:22,130 --> 00:43:26,270 +و بعدين ايش ضال علينا نعمل adapter بتعمل class + +494 +00:43:26,270 --> 00:43:30,890 +جديدة و بنقوله Java class + +495 +00:43:33,550 --> 00:43:39,010 +قبل الـ adapter هنا بيجبرك انك تستخدم ال view + +496 +00:43:39,010 --> 00:43:42,190 +holder pattern فقبل ما نعمل ال adapter تمام؟ بدك + +497 +00:43:42,190 --> 00:43:45,230 +تروح تعمل class لمن؟ لل view holder لان و هي ال + +498 +00:43:45,230 --> 00:43:48,750 +gate لما نعمل extend هيطلبها تمام؟ هيطلبها غصبا + +499 +00:43:48,750 --> 00:43:52,090 +عننا بدنا نعملهافكيف بيقولك تعمل ال view هنا و أنا + +500 +00:43:52,090 --> 00:43:54,910 +خلّيني أكملها المرة الجاي خلاص المرة الجاي بنعمل + +501 +00:43:54,910 --> 00:43:57,890 +ال adapter كله على بعض هلجيت احنا عملنا تطبيق جديد + +502 +00:43:57,890 --> 00:44:01,950 +ضفنا ال recyler view و كل الحاجات اللي موجودة في + +503 +00:44:01,950 --> 00:44:05,070 +list view المشتركة اللي هي صمم الأنصر و أعمل ال + +504 +00:44:05,070 --> 00:44:08,650 +class و ال data عملها في ال activity حطناها ضال + +505 +00:44:08,650 --> 00:44:13,070 +علينا إيش نعمل adapter بنكمل المحاضرة الجاي خلاص + +506 +00:44:13,070 --> 00:44:13,870 +يعطيكوا العافية يا جماعة + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..922dd54ccad7681450089322d0298d9de7515033 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xKAJKJTd4kI_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4225, "start": 20.81, "end": 42.25, "text": " All right, guys. Peace be upon you. In the previous lecture, we worked on the list view, okay? A quick overview of the content of the list view. We said that in order to customize the list view, in order to customize, that is, to design the design you want in it, the first step you need to take is to design the XML or the design of one item.", "tokens": [1057, 558, 11, 1074, 13, 13204, 312, 3564, 291, 13, 682, 264, 3894, 7991, 11, 321, 2732, 322, 264, 1329, 1910, 11, 1392, 30, 316, 1702, 12492, 295, 264, 2701, 295, 264, 1329, 1910, 13, 492, 848, 300, 294, 1668, 281, 19734, 264, 1329, 1910, 11, 294, 1668, 281, 19734, 11, 300, 307, 11, 281, 1715, 264, 1715, 291, 528, 294, 309, 11, 264, 700, 1823, 291, 643, 281, 747, 307, 281, 1715, 264, 43484, 420, 264, 1715, 295, 472, 3174, 13], "avg_logprob": -0.447289142263941, "compression_ratio": 1.72, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 20.81, "end": 21.03, "word": " All", "probability": 0.0560302734375}, {"start": 21.03, "end": 21.11, "word": " right,", "probability": 0.78759765625}, {"start": 21.19, "end": 21.29, "word": " guys.", "probability": 0.2646484375}, {"start": 21.39, "end": 21.53, "word": " Peace", "probability": 0.339599609375}, {"start": 21.53, "end": 21.71, "word": " be", "probability": 0.83203125}, {"start": 21.71, "end": 21.71, "word": " upon", "probability": 0.74755859375}, {"start": 21.71, "end": 21.85, "word": " you.", "probability": 0.9736328125}, {"start": 22.49, "end": 22.93, "word": " In", "probability": 0.53466796875}, {"start": 22.93, "end": 23.23, "word": " the", "probability": 0.7705078125}, {"start": 23.23, "end": 23.31, "word": " previous", "probability": 0.400146484375}, {"start": 23.31, "end": 23.85, "word": " lecture,", "probability": 0.810546875}, {"start": 23.99, "end": 25.19, "word": " we", "probability": 0.52978515625}, {"start": 25.19, "end": 25.59, "word": " worked", "probability": 0.60693359375}, {"start": 25.59, "end": 25.85, "word": " on", "probability": 0.90771484375}, {"start": 25.85, "end": 25.95, "word": " the", "probability": 0.451904296875}, {"start": 25.95, "end": 26.15, "word": " list", "probability": 0.689453125}, {"start": 26.15, "end": 26.41, "word": " view,", "probability": 0.83251953125}, {"start": 26.55, "end": 27.11, "word": " okay?", "probability": 0.400634765625}, {"start": 28.01, "end": 28.45, "word": " A", "probability": 0.3623046875}, {"start": 28.45, "end": 28.69, "word": " quick", "probability": 0.5234375}, {"start": 28.69, "end": 28.75, "word": " overview", "probability": 0.4833984375}, {"start": 28.75, "end": 29.25, "word": " of", "probability": 0.65771484375}, {"start": 29.25, "end": 29.35, "word": " the", "probability": 0.6494140625}, {"start": 29.35, "end": 29.69, "word": " content", "probability": 0.35302734375}, {"start": 29.69, "end": 29.89, "word": " of", "probability": 0.8544921875}, {"start": 29.89, "end": 29.93, "word": " the", "probability": 0.79833984375}, {"start": 29.93, "end": 30.11, "word": " list", "probability": 0.8994140625}, {"start": 30.11, "end": 30.33, "word": " view.", "probability": 0.86474609375}, {"start": 30.39, "end": 30.39, "word": " We", "probability": 0.630859375}, {"start": 30.39, "end": 30.55, "word": " said", "probability": 0.71337890625}, {"start": 30.55, "end": 31.03, "word": " that", "probability": 0.62451171875}, {"start": 31.03, "end": 31.21, "word": " in", "probability": 0.60888671875}, {"start": 31.21, "end": 31.35, "word": " order", "probability": 0.91455078125}, {"start": 31.35, "end": 31.69, "word": " to", "probability": 0.8369140625}, {"start": 31.69, "end": 32.41, "word": " customize", "probability": 0.7412109375}, {"start": 32.41, "end": 32.79, "word": " the", "probability": 0.81103515625}, {"start": 32.79, "end": 32.99, "word": " list", "probability": 0.88232421875}, {"start": 32.99, "end": 33.25, "word": " view,", "probability": 0.8671875}, {"start": 33.29, "end": 33.41, "word": " in", "probability": 0.231201171875}, {"start": 33.41, "end": 33.43, "word": " order", "probability": 0.93701171875}, {"start": 33.43, "end": 33.55, "word": " to", "probability": 0.94775390625}, {"start": 33.55, "end": 33.89, "word": " customize,", "probability": 0.85986328125}, {"start": 34.11, "end": 34.19, "word": " that", "probability": 0.3740234375}, {"start": 34.19, "end": 34.19, "word": " is,", "probability": 0.875}, {"start": 34.19, "end": 34.41, "word": " to", "probability": 0.493408203125}, {"start": 34.41, "end": 34.67, "word": " design", "probability": 0.943359375}, {"start": 34.67, "end": 34.95, "word": " the", "probability": 0.55029296875}, {"start": 34.95, "end": 35.25, "word": " design", "probability": 0.94384765625}, {"start": 35.25, "end": 35.35, "word": " you", "probability": 0.3720703125}, {"start": 35.35, "end": 35.57, "word": " want", "probability": 0.83837890625}, {"start": 35.57, "end": 35.77, "word": " in", "probability": 0.37548828125}, {"start": 35.77, "end": 35.77, "word": " it,", "probability": 0.8984375}, {"start": 36.43, "end": 36.65, "word": " the", "probability": 0.7666015625}, {"start": 36.65, "end": 36.79, "word": " first", "probability": 0.89404296875}, {"start": 36.79, "end": 37.05, "word": " step", "probability": 0.89501953125}, {"start": 37.05, "end": 37.17, "word": " you", "probability": 0.7939453125}, {"start": 37.17, "end": 37.25, "word": " need", "probability": 0.363525390625}, {"start": 37.25, "end": 37.33, "word": " to", "probability": 0.96142578125}, {"start": 37.33, "end": 37.55, "word": " take", "probability": 0.293212890625}, {"start": 37.55, "end": 37.77, "word": " is", "probability": 0.8671875}, {"start": 37.77, "end": 37.95, "word": " to", "probability": 0.78271484375}, {"start": 37.95, "end": 38.47, "word": " design", "probability": 0.89404296875}, {"start": 38.47, "end": 39.79, "word": " the", "probability": 0.5966796875}, {"start": 39.79, "end": 40.21, "word": " XML", "probability": 0.61083984375}, {"start": 40.21, "end": 40.61, "word": " or", "probability": 0.85986328125}, {"start": 40.61, "end": 40.85, "word": " the", "probability": 0.49755859375}, {"start": 40.85, "end": 41.37, "word": " design", "probability": 0.9404296875}, {"start": 41.37, "end": 41.79, "word": " of", "probability": 0.74267578125}, {"start": 41.79, "end": 41.91, "word": " one", "probability": 0.41357421875}, {"start": 41.91, "end": 42.25, "word": " item.", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 2, "seek": 7190, "start": 43.64, "end": 71.9, "text": " For example, in the last lecture, we designed a picture with name, age, and delete button. Then, the second step is to create a class that represents the data that is displayed in the item. For example, in the item 1, there is a picture with name and age. So, I created a class called Person. Then, in the activity, you create your data. Either you create objects, or you read from a database, or you read from a file. Everything is collected inside the relist.", "tokens": [1171, 1365, 11, 294, 264, 1036, 7991, 11, 321, 4761, 257, 3036, 365, 1315, 11, 3205, 11, 293, 12097, 2960, 13, 1396, 11, 264, 1150, 1823, 307, 281, 1884, 257, 1508, 300, 8855, 264, 1412, 300, 307, 16372, 294, 264, 3174, 13, 1171, 1365, 11, 294, 264, 3174, 502, 11, 456, 307, 257, 3036, 365, 1315, 293, 3205, 13, 407, 11, 286, 2942, 257, 1508, 1219, 8443, 13, 1396, 11, 294, 264, 5191, 11, 291, 1884, 428, 1412, 13, 13746, 291, 1884, 6565, 11, 420, 291, 1401, 490, 257, 8149, 11, 420, 291, 1401, 490, 257, 3991, 13, 5471, 307, 11087, 1854, 264, 1039, 468, 13], "avg_logprob": -0.5017523074818548, "compression_ratio": 1.855421686746988, "no_speech_prob": 0.0, "words": [{"start": 43.64, "end": 44.04, "word": " For", "probability": 0.50439453125}, {"start": 44.04, "end": 44.2, "word": " example,", "probability": 0.9013671875}, {"start": 44.28, "end": 44.76, "word": " in", "probability": 0.1627197265625}, {"start": 44.76, "end": 44.84, "word": " the", "probability": 0.544921875}, {"start": 44.84, "end": 44.84, "word": " last", "probability": 0.388916015625}, {"start": 44.84, "end": 45.14, "word": " lecture,", "probability": 0.57177734375}, {"start": 45.46, "end": 45.46, "word": " we", "probability": 0.64404296875}, {"start": 45.46, "end": 45.46, "word": " designed", "probability": 0.405517578125}, {"start": 45.46, "end": 45.72, "word": " a", "probability": 0.5146484375}, {"start": 45.72, "end": 45.98, "word": " picture", "probability": 0.447265625}, {"start": 45.98, "end": 46.3, "word": " with", "probability": 0.4794921875}, {"start": 46.3, "end": 46.64, "word": " name,", "probability": 0.5263671875}, {"start": 46.76, "end": 47.14, "word": " age,", "probability": 0.8935546875}, {"start": 47.7, "end": 47.7, "word": " and", "probability": 0.8759765625}, {"start": 47.7, "end": 48.38, "word": " delete", "probability": 0.1668701171875}, {"start": 48.38, "end": 48.44, "word": " button.", "probability": 0.53369140625}, {"start": 49.06, "end": 49.46, "word": " Then,", "probability": 0.3359375}, {"start": 49.48, "end": 49.56, "word": " the", "probability": 0.323486328125}, {"start": 49.56, "end": 49.56, "word": " second", "probability": 0.69189453125}, {"start": 49.56, "end": 49.92, "word": " step", "probability": 0.88671875}, {"start": 49.92, "end": 50.52, "word": " is", "probability": 0.66748046875}, {"start": 50.52, "end": 50.56, "word": " to", "probability": 0.55224609375}, {"start": 50.56, "end": 50.92, "word": " create", "probability": 0.55712890625}, {"start": 50.92, "end": 51.08, "word": " a", "probability": 0.95849609375}, {"start": 51.08, "end": 51.52, "word": " class", "probability": 0.94482421875}, {"start": 51.52, "end": 52.04, "word": " that", "probability": 0.40966796875}, {"start": 52.04, "end": 52.76, "word": " represents", "probability": 0.437744140625}, {"start": 52.76, "end": 52.96, "word": " the", "probability": 0.66015625}, {"start": 52.96, "end": 53.26, "word": " data", "probability": 0.8896484375}, {"start": 53.26, "end": 53.38, "word": " that", "probability": 0.388671875}, {"start": 53.38, "end": 53.5, "word": " is", "probability": 0.423828125}, {"start": 53.5, "end": 53.74, "word": " displayed", "probability": 0.345703125}, {"start": 53.74, "end": 53.84, "word": " in", "probability": 0.78515625}, {"start": 53.84, "end": 53.92, "word": " the", "probability": 0.4931640625}, {"start": 53.92, "end": 54.16, "word": " item.", "probability": 0.544921875}, {"start": 54.9, "end": 55.3, "word": " For", "probability": 0.83447265625}, {"start": 55.3, "end": 55.42, "word": " example,", "probability": 0.9541015625}, {"start": 55.52, "end": 55.56, "word": " in", "probability": 0.7158203125}, {"start": 55.56, "end": 55.64, "word": " the", "probability": 0.46533203125}, {"start": 55.64, "end": 55.82, "word": " item", "probability": 0.689453125}, {"start": 55.82, "end": 56.02, "word": " 1,", "probability": 0.480712890625}, {"start": 56.14, "end": 56.24, "word": " there", "probability": 0.802734375}, {"start": 56.24, "end": 56.24, "word": " is", "probability": 0.7939453125}, {"start": 56.24, "end": 56.36, "word": " a", "probability": 0.82080078125}, {"start": 56.36, "end": 56.56, "word": " picture", "probability": 0.82470703125}, {"start": 56.56, "end": 56.72, "word": " with", "probability": 0.5810546875}, {"start": 56.72, "end": 56.94, "word": " name", "probability": 0.767578125}, {"start": 56.94, "end": 57.08, "word": " and", "probability": 0.8896484375}, {"start": 57.08, "end": 57.36, "word": " age.", "probability": 0.9248046875}, {"start": 57.8, "end": 58.2, "word": " So,", "probability": 0.431640625}, {"start": 58.3, "end": 58.3, "word": " I", "probability": 0.95703125}, {"start": 58.3, "end": 58.48, "word": " created", "probability": 0.5283203125}, {"start": 58.48, "end": 59.0, "word": " a", "probability": 0.8603515625}, {"start": 59.0, "end": 59.4, "word": " class", "probability": 0.916015625}, {"start": 59.4, "end": 59.48, "word": " called", "probability": 0.1700439453125}, {"start": 59.48, "end": 60.22, "word": " Person.", "probability": 0.331787109375}, {"start": 61.76, "end": 62.16, "word": " Then,", "probability": 0.66455078125}, {"start": 62.32, "end": 62.78, "word": " in", "probability": 0.36376953125}, {"start": 62.78, "end": 62.94, "word": " the", "probability": 0.748046875}, {"start": 62.94, "end": 63.46, "word": " activity,", "probability": 0.87939453125}, {"start": 63.64, "end": 63.98, "word": " you", "probability": 0.84326171875}, {"start": 63.98, "end": 64.12, "word": " create", "probability": 0.46923828125}, {"start": 64.12, "end": 64.28, "word": " your", "probability": 0.607421875}, {"start": 64.28, "end": 64.6, "word": " data.", "probability": 0.83984375}, {"start": 65.32, "end": 65.64, "word": " Either", "probability": 0.416015625}, {"start": 65.64, "end": 65.82, "word": " you", "probability": 0.607421875}, {"start": 65.82, "end": 65.96, "word": " create", "probability": 0.83544921875}, {"start": 65.96, "end": 66.44, "word": " objects,", "probability": 0.89404296875}, {"start": 66.58, "end": 66.6, "word": " or", "probability": 0.424560546875}, {"start": 66.6, "end": 66.72, "word": " you", "probability": 0.73388671875}, {"start": 66.72, "end": 66.9, "word": " read", "probability": 0.94384765625}, {"start": 66.9, "end": 67.0, "word": " from", "probability": 0.74560546875}, {"start": 67.0, "end": 67.12, "word": " a", "probability": 0.69580078125}, {"start": 67.12, "end": 67.48, "word": " database,", "probability": 0.91748046875}, {"start": 67.6, "end": 67.7, "word": " or", "probability": 0.96923828125}, {"start": 67.7, "end": 67.78, "word": " you", "probability": 0.60498046875}, {"start": 67.78, "end": 67.96, "word": " read", "probability": 0.98291015625}, {"start": 67.96, "end": 68.12, "word": " from", "probability": 0.7978515625}, {"start": 68.12, "end": 68.2, "word": " a", "probability": 0.91455078125}, {"start": 68.2, "end": 68.54, "word": " file.", "probability": 0.912109375}, {"start": 69.52, "end": 69.92, "word": " Everything", "probability": 0.2186279296875}, {"start": 69.92, "end": 70.58, "word": " is", "probability": 0.76513671875}, {"start": 70.58, "end": 70.58, "word": " collected", "probability": 0.376953125}, {"start": 70.58, "end": 71.26, "word": " inside", "probability": 0.447265625}, {"start": 71.26, "end": 71.46, "word": " the", "probability": 0.65966796875}, {"start": 71.46, "end": 71.9, "word": " relist.", "probability": 0.58648681640625}], "temperature": 1.0}, {"id": 3, "seek": 10301, "start": 73.91, "end": 103.01, "text": " The last step, which is important, is to create the adapter. The idea of the adapter is that it takes the layout and the data and prepares the elements, which we call views, for the list view. The list view asks the adapter to give it the view it wants to show. You have to create the adapter and give it the list view. The list view has a method called setAdapter.", "tokens": [440, 1036, 1823, 11, 597, 307, 1021, 11, 307, 281, 1884, 264, 22860, 13, 440, 1558, 295, 264, 22860, 307, 300, 309, 2516, 264, 13333, 293, 264, 1412, 293, 39418, 264, 4959, 11, 597, 321, 818, 6809, 11, 337, 264, 1329, 1910, 13, 440, 1329, 1910, 8962, 264, 22860, 281, 976, 309, 264, 1910, 309, 2738, 281, 855, 13, 509, 362, 281, 1884, 264, 22860, 293, 976, 309, 264, 1329, 1910, 13, 440, 1329, 1910, 575, 257, 3170, 1219, 992, 15830, 5446, 13], "avg_logprob": -0.4293154634180523, "compression_ratio": 1.946808510638298, "no_speech_prob": 0.0, "words": [{"start": 73.91, "end": 74.13, "word": " The", "probability": 0.5322265625}, {"start": 74.13, "end": 74.19, "word": " last", "probability": 0.7587890625}, {"start": 74.19, "end": 74.69, "word": " step,", "probability": 0.475830078125}, {"start": 74.79, "end": 74.91, "word": " which", "probability": 0.338623046875}, {"start": 74.91, "end": 75.01, "word": " is", "probability": 0.92236328125}, {"start": 75.01, "end": 75.39, "word": " important,", "probability": 0.457763671875}, {"start": 75.63, "end": 75.97, "word": " is", "probability": 0.85888671875}, {"start": 75.97, "end": 75.97, "word": " to", "probability": 0.53466796875}, {"start": 75.97, "end": 76.33, "word": " create", "probability": 0.457275390625}, {"start": 76.33, "end": 77.21, "word": " the", "probability": 0.452392578125}, {"start": 77.21, "end": 77.57, "word": " adapter.", "probability": 0.68896484375}, {"start": 79.55, "end": 79.99, "word": " The", "probability": 0.27978515625}, {"start": 79.99, "end": 81.29, "word": " idea", "probability": 0.159912109375}, {"start": 81.29, "end": 81.29, "word": " of", "probability": 0.54736328125}, {"start": 81.29, "end": 81.41, "word": " the", "probability": 0.41064453125}, {"start": 81.41, "end": 81.79, "word": " adapter", "probability": 0.89599609375}, {"start": 81.79, "end": 82.43, "word": " is", "probability": 0.8818359375}, {"start": 82.43, "end": 82.59, "word": " that", "probability": 0.423583984375}, {"start": 82.59, "end": 82.71, "word": " it", "probability": 0.8994140625}, {"start": 82.71, "end": 82.93, "word": " takes", "probability": 0.6484375}, {"start": 82.93, "end": 83.05, "word": " the", "probability": 0.80810546875}, {"start": 83.05, "end": 83.27, "word": " layout", "probability": 0.861328125}, {"start": 83.27, "end": 83.49, "word": " and", "probability": 0.826171875}, {"start": 83.49, "end": 83.83, "word": " the", "probability": 0.481201171875}, {"start": 83.83, "end": 84.21, "word": " data", "probability": 0.91748046875}, {"start": 84.21, "end": 85.99, "word": " and", "probability": 0.411865234375}, {"start": 85.99, "end": 86.55, "word": " prepares", "probability": 0.736328125}, {"start": 86.55, "end": 86.91, "word": " the", "probability": 0.76708984375}, {"start": 86.91, "end": 87.27, "word": " elements,", "probability": 0.7001953125}, {"start": 87.45, "end": 87.45, "word": " which", "probability": 0.7294921875}, {"start": 87.45, "end": 87.63, "word": " we", "probability": 0.681640625}, {"start": 87.63, "end": 87.87, "word": " call", "probability": 0.8759765625}, {"start": 87.87, "end": 88.39, "word": " views,", "probability": 0.412109375}, {"start": 88.49, "end": 88.75, "word": " for", "probability": 0.8515625}, {"start": 88.75, "end": 89.27, "word": " the", "probability": 0.88037109375}, {"start": 89.27, "end": 89.45, "word": " list", "probability": 0.63330078125}, {"start": 89.45, "end": 89.69, "word": " view.", "probability": 0.7060546875}, {"start": 89.79, "end": 89.89, "word": " The", "probability": 0.5185546875}, {"start": 89.89, "end": 90.11, "word": " list", "probability": 0.689453125}, {"start": 90.11, "end": 90.43, "word": " view", "probability": 0.90234375}, {"start": 90.43, "end": 92.05, "word": " asks", "probability": 0.20654296875}, {"start": 92.05, "end": 92.69, "word": " the", "probability": 0.73681640625}, {"start": 92.69, "end": 93.29, "word": " adapter", "probability": 0.90283203125}, {"start": 93.29, "end": 93.45, "word": " to", "probability": 0.8955078125}, {"start": 93.45, "end": 93.71, "word": " give", "probability": 0.48193359375}, {"start": 93.71, "end": 93.83, "word": " it", "probability": 0.73046875}, {"start": 93.83, "end": 93.93, "word": " the", "probability": 0.78173828125}, {"start": 93.93, "end": 94.15, "word": " view", "probability": 0.7587890625}, {"start": 94.15, "end": 94.27, "word": " it", "probability": 0.56982421875}, {"start": 94.27, "end": 94.43, "word": " wants", "probability": 0.80126953125}, {"start": 94.43, "end": 94.47, "word": " to", "probability": 0.5126953125}, {"start": 94.47, "end": 94.69, "word": " show.", "probability": 0.488037109375}, {"start": 97.97, "end": 98.41, "word": " You", "probability": 0.476806640625}, {"start": 98.41, "end": 98.65, "word": " have", "probability": 0.372802734375}, {"start": 98.65, "end": 98.77, "word": " to", "probability": 0.97216796875}, {"start": 98.77, "end": 98.95, "word": " create", "probability": 0.734375}, {"start": 98.95, "end": 99.09, "word": " the", "probability": 0.52294921875}, {"start": 99.09, "end": 99.37, "word": " adapter", "probability": 0.87060546875}, {"start": 99.37, "end": 99.55, "word": " and", "probability": 0.7158203125}, {"start": 99.55, "end": 99.75, "word": " give", "probability": 0.64794921875}, {"start": 99.75, "end": 99.89, "word": " it", "probability": 0.6279296875}, {"start": 99.89, "end": 99.95, "word": " the", "probability": 0.75732421875}, {"start": 99.95, "end": 100.17, "word": " list", "probability": 0.90234375}, {"start": 100.17, "end": 100.39, "word": " view.", "probability": 0.8837890625}, {"start": 100.93, "end": 101.27, "word": " The", "probability": 0.6982421875}, {"start": 101.27, "end": 101.45, "word": " list", "probability": 0.896484375}, {"start": 101.45, "end": 101.65, "word": " view", "probability": 0.8955078125}, {"start": 101.65, "end": 101.83, "word": " has", "probability": 0.845703125}, {"start": 101.83, "end": 101.93, "word": " a", "probability": 0.884765625}, {"start": 101.93, "end": 102.09, "word": " method", "probability": 0.91259765625}, {"start": 102.09, "end": 102.35, "word": " called", "probability": 0.841796875}, {"start": 102.35, "end": 103.01, "word": " setAdapter.", "probability": 0.6798502604166666}], "temperature": 1.0}, {"id": 4, "seek": 12442, "start": 103.84, "end": 124.42, "text": "SetAdapter takes an object from a ListAdapter type. ListAdapter and BaseAdapter are abstract classes. You can't make objects from them. SetAdapter needs an object from a ListAdapter type.", "tokens": [42718, 15830, 5446, 2516, 364, 2657, 490, 257, 17668, 15830, 5446, 2010, 13, 17668, 15830, 5446, 293, 21054, 15830, 5446, 366, 12649, 5359, 13, 509, 393, 380, 652, 6565, 490, 552, 13, 8928, 15830, 5446, 2203, 364, 2657, 490, 257, 17668, 15830, 5446, 2010, 13], "avg_logprob": -0.5811820405980815, "compression_ratio": 1.7, "no_speech_prob": 0.0, "words": [{"start": 103.83999999999999, "end": 104.52, "word": "SetAdapter", "probability": 0.4775390625}, {"start": 104.52, "end": 105.04, "word": " takes", "probability": 0.477783203125}, {"start": 105.04, "end": 105.3, "word": " an", "probability": 0.379638671875}, {"start": 105.3, "end": 105.46, "word": " object", "probability": 0.9375}, {"start": 105.46, "end": 105.62, "word": " from", "probability": 0.38232421875}, {"start": 105.62, "end": 105.96, "word": " a", "probability": 0.261474609375}, {"start": 105.96, "end": 106.64, "word": " ListAdapter", "probability": 0.64111328125}, {"start": 106.64, "end": 106.64, "word": " type.", "probability": 0.299072265625}, {"start": 109.66, "end": 110.34, "word": " ListAdapter", "probability": 0.57415771484375}, {"start": 110.34, "end": 111.24, "word": " and", "probability": 0.337158203125}, {"start": 111.24, "end": 112.38, "word": " BaseAdapter", "probability": 0.9236653645833334}, {"start": 112.38, "end": 114.06, "word": " are", "probability": 0.78662109375}, {"start": 114.06, "end": 116.32, "word": " abstract", "probability": 0.53125}, {"start": 116.32, "end": 117.1, "word": " classes.", "probability": 0.89013671875}, {"start": 117.16, "end": 117.36, "word": " You", "probability": 0.66455078125}, {"start": 117.36, "end": 118.22, "word": " can't", "probability": 0.5667724609375}, {"start": 118.22, "end": 118.5, "word": " make", "probability": 0.556640625}, {"start": 118.5, "end": 120.26, "word": " objects", "probability": 0.67138671875}, {"start": 120.26, "end": 120.28, "word": " from", "probability": 0.57080078125}, {"start": 120.28, "end": 120.28, "word": " them.", "probability": 0.78076171875}, {"start": 122.06, "end": 122.74, "word": " SetAdapter", "probability": 0.6892903645833334}, {"start": 122.74, "end": 123.0, "word": " needs", "probability": 0.5068359375}, {"start": 123.0, "end": 123.16, "word": " an", "probability": 0.71728515625}, {"start": 123.16, "end": 123.38, "word": " object", "probability": 0.9443359375}, {"start": 123.38, "end": 123.56, "word": " from", "probability": 0.77490234375}, {"start": 123.56, "end": 123.74, "word": " a", "probability": 0.62060546875}, {"start": 123.74, "end": 124.42, "word": " ListAdapter", "probability": 0.931640625}, {"start": 124.42, "end": 124.42, "word": " type.", "probability": 0.95654296875}], "temperature": 1.0}, {"id": 5, "seek": 14050, "start": 125.9, "end": 140.5, "text": "So to please him and make a new class, we named it My Personal Adapter. I will write it quickly from the thinking section. And this I want to say extends this adapter.", "tokens": [6455, 281, 1767, 796, 293, 652, 257, 777, 1508, 11, 321, 4926, 309, 1222, 25317, 1999, 5446, 13, 286, 486, 2464, 309, 2661, 490, 264, 1953, 3541, 13, 400, 341, 286, 528, 281, 584, 26448, 341, 22860, 13], "avg_logprob": -0.6915063858032227, "compression_ratio": 1.3046875, "no_speech_prob": 0.0, "words": [{"start": 125.9, "end": 126.12, "word": "So", "probability": 0.2392578125}, {"start": 126.12, "end": 126.34, "word": " to", "probability": 0.41943359375}, {"start": 126.34, "end": 126.6, "word": " please", "probability": 0.454833984375}, {"start": 126.6, "end": 126.84, "word": " him", "probability": 0.2384033203125}, {"start": 126.84, "end": 126.94, "word": " and", "probability": 0.4287109375}, {"start": 126.94, "end": 127.3, "word": " make", "probability": 0.2205810546875}, {"start": 127.3, "end": 127.64, "word": " a", "probability": 0.52587890625}, {"start": 127.64, "end": 127.66, "word": " new", "probability": 0.86962890625}, {"start": 127.66, "end": 127.92, "word": " class,", "probability": 0.943359375}, {"start": 128.98, "end": 129.18, "word": " we", "probability": 0.75048828125}, {"start": 129.18, "end": 129.42, "word": " named", "probability": 0.35400390625}, {"start": 129.42, "end": 129.9, "word": " it", "probability": 0.9375}, {"start": 129.9, "end": 130.76, "word": " My", "probability": 0.304443359375}, {"start": 130.76, "end": 131.52, "word": " Personal", "probability": 0.6181640625}, {"start": 131.52, "end": 132.74, "word": " Adapter.", "probability": 0.823974609375}, {"start": 132.8, "end": 132.82, "word": " I", "probability": 0.78955078125}, {"start": 132.82, "end": 132.92, "word": " will", "probability": 0.634765625}, {"start": 132.92, "end": 133.04, "word": " write", "probability": 0.65087890625}, {"start": 133.04, "end": 133.18, "word": " it", "probability": 0.7021484375}, {"start": 133.18, "end": 133.52, "word": " quickly", "probability": 0.478271484375}, {"start": 133.52, "end": 133.74, "word": " from", "probability": 0.363525390625}, {"start": 133.74, "end": 134.28, "word": " the", "probability": 0.68017578125}, {"start": 134.28, "end": 134.66, "word": " thinking", "probability": 0.32763671875}, {"start": 134.66, "end": 135.06, "word": " section.", "probability": 0.1875}, {"start": 135.44, "end": 135.52, "word": " And", "probability": 0.51220703125}, {"start": 135.52, "end": 135.8, "word": " this", "probability": 0.6611328125}, {"start": 135.8, "end": 135.88, "word": " I", "probability": 0.26025390625}, {"start": 135.88, "end": 136.02, "word": " want", "probability": 0.426513671875}, {"start": 136.02, "end": 136.08, "word": " to", "probability": 0.9697265625}, {"start": 136.08, "end": 136.26, "word": " say", "probability": 0.50390625}, {"start": 136.26, "end": 137.3, "word": " extends", "probability": 0.5595703125}, {"start": 137.3, "end": 138.86, "word": " this", "probability": 0.31640625}, {"start": 138.86, "end": 140.5, "word": " adapter.", "probability": 0.75732421875}], "temperature": 1.0}, {"id": 6, "seek": 16955, "start": 142.79, "end": 169.55, "text": " Of course, as soon as you do Extend to Base Adapter, it will ask you to implement a method. I will add them now and implement them. But before that, the adapter will buy on what? On data and layout. Okay? So, let's make a constructor and pass to the adapter three things. The first thing is context, because context is necessary for the process of what? For the process of what, context is necessary.", "tokens": [2720, 1164, 11, 382, 2321, 382, 291, 360, 9881, 521, 281, 21054, 1999, 5446, 11, 309, 486, 1029, 291, 281, 4445, 257, 3170, 13, 286, 486, 909, 552, 586, 293, 4445, 552, 13, 583, 949, 300, 11, 264, 22860, 486, 2256, 322, 437, 30, 1282, 1412, 293, 13333, 13, 1033, 30, 407, 11, 718, 311, 652, 257, 47479, 293, 1320, 281, 264, 22860, 1045, 721, 13, 440, 700, 551, 307, 4319, 11, 570, 4319, 307, 4818, 337, 264, 1399, 295, 437, 30, 1171, 264, 1399, 295, 437, 11, 4319, 307, 4818, 13], "avg_logprob": -0.5188171837919502, "compression_ratio": 1.7359307359307359, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 142.79, "end": 143.15, "word": " Of", "probability": 0.0728759765625}, {"start": 143.15, "end": 143.29, "word": " course,", "probability": 0.90625}, {"start": 143.39, "end": 143.51, "word": " as", "probability": 0.136962890625}, {"start": 143.51, "end": 143.57, "word": " soon", "probability": 0.927734375}, {"start": 143.57, "end": 143.59, "word": " as", "probability": 0.96728515625}, {"start": 143.59, "end": 143.73, "word": " you", "probability": 0.92138671875}, {"start": 143.73, "end": 143.85, "word": " do", "probability": 0.19287109375}, {"start": 143.85, "end": 144.25, "word": " Extend", "probability": 0.537353515625}, {"start": 144.25, "end": 144.41, "word": " to", "probability": 0.7744140625}, {"start": 144.41, "end": 144.59, "word": " Base", "probability": 0.61474609375}, {"start": 144.59, "end": 145.09, "word": " Adapter,", "probability": 0.762451171875}, {"start": 145.53, "end": 145.89, "word": " it", "probability": 0.79150390625}, {"start": 145.89, "end": 145.99, "word": " will", "probability": 0.65478515625}, {"start": 145.99, "end": 146.15, "word": " ask", "probability": 0.787109375}, {"start": 146.15, "end": 146.39, "word": " you", "probability": 0.8818359375}, {"start": 146.39, "end": 146.49, "word": " to", "probability": 0.947265625}, {"start": 146.49, "end": 147.01, "word": " implement", "probability": 0.466796875}, {"start": 147.01, "end": 147.25, "word": " a", "probability": 0.488525390625}, {"start": 147.25, "end": 147.61, "word": " method.", "probability": 0.94775390625}, {"start": 148.07, "end": 148.33, "word": " I", "probability": 0.78125}, {"start": 148.33, "end": 148.41, "word": " will", "probability": 0.71337890625}, {"start": 148.41, "end": 148.57, "word": " add", "probability": 0.78173828125}, {"start": 148.57, "end": 148.75, "word": " them", "probability": 0.5341796875}, {"start": 148.75, "end": 148.95, "word": " now", "probability": 0.33203125}, {"start": 148.95, "end": 149.05, "word": " and", "probability": 0.71484375}, {"start": 149.05, "end": 149.21, "word": " implement", "probability": 0.53857421875}, {"start": 149.21, "end": 149.23, "word": " them.", "probability": 0.62255859375}, {"start": 149.63, "end": 149.75, "word": " But", "probability": 0.73876953125}, {"start": 149.75, "end": 150.03, "word": " before", "probability": 0.5615234375}, {"start": 150.03, "end": 150.17, "word": " that,", "probability": 0.72412109375}, {"start": 151.09, "end": 151.59, "word": " the", "probability": 0.69384765625}, {"start": 151.59, "end": 151.97, "word": " adapter", "probability": 0.6591796875}, {"start": 151.97, "end": 152.19, "word": " will", "probability": 0.763671875}, {"start": 152.19, "end": 152.41, "word": " buy", "probability": 0.60107421875}, {"start": 152.41, "end": 152.61, "word": " on", "probability": 0.374755859375}, {"start": 152.61, "end": 152.69, "word": " what?", "probability": 0.300537109375}, {"start": 152.75, "end": 152.89, "word": " On", "probability": 0.5048828125}, {"start": 152.89, "end": 153.25, "word": " data", "probability": 0.453369140625}, {"start": 153.25, "end": 154.13, "word": " and", "probability": 0.890625}, {"start": 154.13, "end": 154.67, "word": " layout.", "probability": 0.7978515625}, {"start": 155.19, "end": 155.41, "word": " Okay?", "probability": 0.2269287109375}, {"start": 155.55, "end": 155.69, "word": " So,", "probability": 0.82373046875}, {"start": 155.73, "end": 155.87, "word": " let's", "probability": 0.54302978515625}, {"start": 155.87, "end": 156.03, "word": " make", "probability": 0.405029296875}, {"start": 156.03, "end": 156.19, "word": " a", "probability": 0.49755859375}, {"start": 156.19, "end": 156.71, "word": " constructor", "probability": 0.908203125}, {"start": 156.71, "end": 157.55, "word": " and", "probability": 0.352294921875}, {"start": 157.55, "end": 157.83, "word": " pass", "probability": 0.734375}, {"start": 157.83, "end": 157.99, "word": " to", "probability": 0.252197265625}, {"start": 157.99, "end": 158.13, "word": " the", "probability": 0.66064453125}, {"start": 158.13, "end": 158.61, "word": " adapter", "probability": 0.8837890625}, {"start": 158.61, "end": 162.11, "word": " three", "probability": 0.56201171875}, {"start": 162.11, "end": 163.47, "word": " things.", "probability": 0.71533203125}, {"start": 163.59, "end": 163.75, "word": " The", "probability": 0.517578125}, {"start": 163.75, "end": 163.85, "word": " first", "probability": 0.86279296875}, {"start": 163.85, "end": 164.07, "word": " thing", "probability": 0.673828125}, {"start": 164.07, "end": 164.15, "word": " is", "probability": 0.92236328125}, {"start": 164.15, "end": 164.53, "word": " context,", "probability": 0.61572265625}, {"start": 164.67, "end": 164.81, "word": " because", "probability": 0.873046875}, {"start": 164.81, "end": 165.25, "word": " context", "probability": 0.818359375}, {"start": 165.25, "end": 165.35, "word": " is", "probability": 0.19091796875}, {"start": 165.35, "end": 165.55, "word": " necessary", "probability": 0.39306640625}, {"start": 165.55, "end": 165.67, "word": " for", "probability": 0.7890625}, {"start": 165.67, "end": 165.69, "word": " the", "probability": 0.5234375}, {"start": 165.69, "end": 165.91, "word": " process", "probability": 0.5966796875}, {"start": 165.91, "end": 166.13, "word": " of", "probability": 0.87353515625}, {"start": 166.13, "end": 166.33, "word": " what?", "probability": 0.66650390625}, {"start": 168.05, "end": 168.41, "word": " For", "probability": 0.341552734375}, {"start": 168.41, "end": 168.45, "word": " the", "probability": 0.779296875}, {"start": 168.45, "end": 168.65, "word": " process", "probability": 0.92919921875}, {"start": 168.65, "end": 168.79, "word": " of", "probability": 0.96875}, {"start": 168.79, "end": 168.93, "word": " what,", "probability": 0.8857421875}, {"start": 169.11, "end": 169.55, "word": " context", "probability": 0.83056640625}, {"start": 169.55, "end": 169.55, "word": " is", "probability": 0.80712890625}, {"start": 169.55, "end": 169.55, "word": " necessary.", "probability": 0.80078125}], "temperature": 1.0}, {"id": 7, "seek": 19115, "start": 171.57, "end": 191.15, "text": " To make inflation, this is context And I also have int layout id, this is the id of the item And I have the array list of the person, this is persons", "tokens": [1407, 652, 15860, 11, 341, 307, 4319, 400, 286, 611, 362, 560, 13333, 4496, 11, 341, 307, 264, 4496, 295, 264, 3174, 400, 286, 362, 264, 10225, 1329, 295, 264, 954, 11, 341, 307, 14453], "avg_logprob": -0.5651041782564588, "compression_ratio": 1.4285714285714286, "no_speech_prob": 0.0, "words": [{"start": 171.57, "end": 171.91, "word": " To", "probability": 0.348876953125}, {"start": 171.91, "end": 172.15, "word": " make", "probability": 0.33837890625}, {"start": 172.15, "end": 172.73, "word": " inflation,", "probability": 0.48828125}, {"start": 172.99, "end": 173.65, "word": " this", "probability": 0.233642578125}, {"start": 173.65, "end": 173.77, "word": " is", "probability": 0.9033203125}, {"start": 173.77, "end": 174.41, "word": " context", "probability": 0.73193359375}, {"start": 174.41, "end": 178.83, "word": " And", "probability": 0.1641845703125}, {"start": 178.83, "end": 181.35, "word": " I", "probability": 0.48876953125}, {"start": 181.35, "end": 181.73, "word": " also", "probability": 0.450927734375}, {"start": 181.73, "end": 181.87, "word": " have", "probability": 0.94189453125}, {"start": 181.87, "end": 182.29, "word": " int", "probability": 0.48388671875}, {"start": 182.29, "end": 183.01, "word": " layout", "probability": 0.72119140625}, {"start": 183.01, "end": 183.45, "word": " id,", "probability": 0.54833984375}, {"start": 183.63, "end": 183.87, "word": " this", "probability": 0.62646484375}, {"start": 183.87, "end": 183.97, "word": " is", "probability": 0.50634765625}, {"start": 183.97, "end": 183.99, "word": " the", "probability": 0.55029296875}, {"start": 183.99, "end": 184.21, "word": " id", "probability": 0.69140625}, {"start": 184.21, "end": 184.43, "word": " of", "probability": 0.91748046875}, {"start": 184.43, "end": 184.61, "word": " the", "probability": 0.7216796875}, {"start": 184.61, "end": 185.01, "word": " item", "probability": 0.94677734375}, {"start": 185.01, "end": 186.53, "word": " And", "probability": 0.6953125}, {"start": 186.53, "end": 186.71, "word": " I", "probability": 0.611328125}, {"start": 186.71, "end": 187.05, "word": " have", "probability": 0.63037109375}, {"start": 187.05, "end": 187.27, "word": " the", "probability": 0.302978515625}, {"start": 187.27, "end": 187.49, "word": " array", "probability": 0.74609375}, {"start": 187.49, "end": 187.83, "word": " list", "probability": 0.58447265625}, {"start": 187.83, "end": 189.81, "word": " of", "probability": 0.72314453125}, {"start": 189.81, "end": 189.99, "word": " the", "probability": 0.26904296875}, {"start": 189.99, "end": 190.33, "word": " person,", "probability": 0.7958984375}, {"start": 190.53, "end": 190.65, "word": " this", "probability": 0.56787109375}, {"start": 190.65, "end": 190.67, "word": " is", "probability": 0.91796875}, {"start": 190.67, "end": 191.15, "word": " persons", "probability": 0.61962890625}], "temperature": 1.0}, {"id": 8, "seek": 23576, "start": 209.22, "end": 235.76, "text": " It's okay. Okay? You can give it a name like art or something like that. It's okay. Okay. GetCount. Now, when the ListView starts working, you need to know the number of elements. Okay? Because for each element, you need to ask for a view from whom? From the adapter. What will be the number of elements? Persons dot size.", "tokens": [467, 311, 1392, 13, 1033, 30, 509, 393, 976, 309, 257, 1315, 411, 1523, 420, 746, 411, 300, 13, 467, 311, 1392, 13, 1033, 13, 3240, 34, 792, 13, 823, 11, 562, 264, 17668, 30203, 3719, 1364, 11, 291, 643, 281, 458, 264, 1230, 295, 4959, 13, 1033, 30, 1436, 337, 1184, 4478, 11, 291, 643, 281, 1029, 337, 257, 1910, 490, 7101, 30, 3358, 264, 22860, 13, 708, 486, 312, 264, 1230, 295, 4959, 30, 14006, 892, 5893, 2744, 13], "avg_logprob": -0.5720274550158803, "compression_ratio": 1.575609756097561, "no_speech_prob": 0.0, "words": [{"start": 209.22, "end": 209.66, "word": " It's", "probability": 0.24334716796875}, {"start": 209.66, "end": 209.84, "word": " okay.", "probability": 0.1693115234375}, {"start": 210.64, "end": 211.08, "word": " Okay?", "probability": 0.328857421875}, {"start": 211.62, "end": 212.06, "word": " You", "probability": 0.373779296875}, {"start": 212.06, "end": 212.16, "word": " can", "probability": 0.417236328125}, {"start": 212.16, "end": 212.26, "word": " give", "probability": 0.2021484375}, {"start": 212.26, "end": 212.4, "word": " it", "probability": 0.5341796875}, {"start": 212.4, "end": 212.74, "word": " a", "probability": 0.250732421875}, {"start": 212.74, "end": 212.98, "word": " name", "probability": 0.277587890625}, {"start": 212.98, "end": 213.16, "word": " like", "probability": 0.319091796875}, {"start": 213.16, "end": 213.52, "word": " art", "probability": 0.41650390625}, {"start": 213.52, "end": 213.62, "word": " or", "probability": 0.2161865234375}, {"start": 213.62, "end": 213.84, "word": " something", "probability": 0.58349609375}, {"start": 213.84, "end": 213.9, "word": " like", "probability": 0.274658203125}, {"start": 213.9, "end": 213.9, "word": " that.", "probability": 0.9013671875}, {"start": 213.98, "end": 214.14, "word": " It's", "probability": 0.817138671875}, {"start": 214.14, "end": 214.46, "word": " okay.", "probability": 0.7919921875}, {"start": 221.56, "end": 222.0, "word": " Okay.", "probability": 0.53076171875}, {"start": 222.36, "end": 222.8, "word": " GetCount.", "probability": 0.729736328125}, {"start": 223.12, "end": 223.26, "word": " Now,", "probability": 0.724609375}, {"start": 223.32, "end": 223.44, "word": " when", "probability": 0.425537109375}, {"start": 223.44, "end": 223.44, "word": " the", "probability": 0.46533203125}, {"start": 223.44, "end": 224.14, "word": " ListView", "probability": 0.68212890625}, {"start": 224.14, "end": 224.7, "word": " starts", "probability": 0.1998291015625}, {"start": 224.7, "end": 225.06, "word": " working,", "probability": 0.433837890625}, {"start": 225.14, "end": 225.22, "word": " you", "probability": 0.3251953125}, {"start": 225.22, "end": 225.34, "word": " need", "probability": 0.3037109375}, {"start": 225.34, "end": 225.42, "word": " to", "probability": 0.96923828125}, {"start": 225.42, "end": 225.58, "word": " know", "probability": 0.8564453125}, {"start": 225.58, "end": 225.88, "word": " the", "probability": 0.35791015625}, {"start": 225.88, "end": 226.04, "word": " number", "probability": 0.83642578125}, {"start": 226.04, "end": 226.14, "word": " of", "probability": 0.9775390625}, {"start": 226.14, "end": 226.46, "word": " elements.", "probability": 0.8330078125}, {"start": 227.4, "end": 227.84, "word": " Okay?", "probability": 0.77294921875}, {"start": 228.24, "end": 228.46, "word": " Because", "probability": 0.693359375}, {"start": 228.46, "end": 228.64, "word": " for", "probability": 0.60791015625}, {"start": 228.64, "end": 228.84, "word": " each", "probability": 0.56884765625}, {"start": 228.84, "end": 229.14, "word": " element,", "probability": 0.93310546875}, {"start": 229.28, "end": 229.34, "word": " you", "probability": 0.81787109375}, {"start": 229.34, "end": 229.44, "word": " need", "probability": 0.6455078125}, {"start": 229.44, "end": 229.5, "word": " to", "probability": 0.94921875}, {"start": 229.5, "end": 229.74, "word": " ask", "probability": 0.5791015625}, {"start": 229.74, "end": 229.82, "word": " for", "probability": 0.35400390625}, {"start": 229.82, "end": 229.86, "word": " a", "probability": 0.452880859375}, {"start": 229.86, "end": 230.1, "word": " view", "probability": 0.62109375}, {"start": 230.1, "end": 230.24, "word": " from", "probability": 0.79248046875}, {"start": 230.24, "end": 230.52, "word": " whom?", "probability": 0.447509765625}, {"start": 230.84, "end": 231.16, "word": " From", "probability": 0.64111328125}, {"start": 231.16, "end": 231.26, "word": " the", "probability": 0.84814453125}, {"start": 231.26, "end": 231.58, "word": " adapter.", "probability": 0.80712890625}, {"start": 232.52, "end": 232.74, "word": " What", "probability": 0.70947265625}, {"start": 232.74, "end": 232.74, "word": " will", "probability": 0.396484375}, {"start": 232.74, "end": 232.74, "word": " be", "probability": 0.52294921875}, {"start": 232.74, "end": 232.74, "word": " the", "probability": 0.90185546875}, {"start": 232.74, "end": 232.86, "word": " number", "probability": 0.92919921875}, {"start": 232.86, "end": 233.0, "word": " of", "probability": 0.9755859375}, {"start": 233.0, "end": 233.24, "word": " elements?", "probability": 0.81640625}, {"start": 234.02, "end": 234.46, "word": " Persons", "probability": 0.708251953125}, {"start": 234.46, "end": 235.4, "word": " dot", "probability": 0.31494140625}, {"start": 235.4, "end": 235.76, "word": " size.", "probability": 0.77197265625}], "temperature": 1.0}, {"id": 9, "seek": 25403, "start": 238.97, "end": 254.03, "text": " Get item, now when you come in a situation, of course this method that I talked about is not what I'm looking for, this method is the list view that you're looking for, okay? One of the methods that you're looking for is the get item, when I click on an item, it's supposed to return it to me", "tokens": [3240, 3174, 11, 586, 562, 291, 808, 294, 257, 2590, 11, 295, 1164, 341, 3170, 300, 286, 2825, 466, 307, 406, 437, 286, 478, 1237, 337, 11, 341, 3170, 307, 264, 1329, 1910, 300, 291, 434, 1237, 337, 11, 1392, 30, 1485, 295, 264, 7150, 300, 291, 434, 1237, 337, 307, 264, 483, 3174, 11, 562, 286, 2052, 322, 364, 3174, 11, 309, 311, 3442, 281, 2736, 309, 281, 385], "avg_logprob": -0.5316901458820826, "compression_ratio": 1.713450292397661, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 238.96999999999997, "end": 239.32999999999998, "word": " Get", "probability": 0.179931640625}, {"start": 239.32999999999998, "end": 239.69, "word": " item,", "probability": 0.39013671875}, {"start": 240.63, "end": 240.77, "word": " now", "probability": 0.329833984375}, {"start": 240.77, "end": 241.31, "word": " when", "probability": 0.65380859375}, {"start": 241.31, "end": 241.47, "word": " you", "probability": 0.78271484375}, {"start": 241.47, "end": 241.61, "word": " come", "probability": 0.384765625}, {"start": 241.61, "end": 241.97, "word": " in", "probability": 0.37255859375}, {"start": 241.97, "end": 242.13, "word": " a", "probability": 0.5947265625}, {"start": 242.13, "end": 242.41, "word": " situation,", "probability": 0.63818359375}, {"start": 242.71, "end": 242.81, "word": " of", "probability": 0.6494140625}, {"start": 242.81, "end": 242.91, "word": " course", "probability": 0.9384765625}, {"start": 242.91, "end": 243.15, "word": " this", "probability": 0.5244140625}, {"start": 243.15, "end": 243.43, "word": " method", "probability": 0.82421875}, {"start": 243.43, "end": 243.53, "word": " that", "probability": 0.25146484375}, {"start": 243.53, "end": 243.63, "word": " I", "probability": 0.93701171875}, {"start": 243.63, "end": 243.85, "word": " talked", "probability": 0.1624755859375}, {"start": 243.85, "end": 244.03, "word": " about", "probability": 0.85595703125}, {"start": 244.03, "end": 244.23, "word": " is", "probability": 0.5419921875}, {"start": 244.23, "end": 244.35, "word": " not", "probability": 0.9296875}, {"start": 244.35, "end": 244.53, "word": " what", "probability": 0.50341796875}, {"start": 244.53, "end": 244.69, "word": " I'm", "probability": 0.6334228515625}, {"start": 244.69, "end": 244.79, "word": " looking", "probability": 0.159423828125}, {"start": 244.79, "end": 245.05, "word": " for,", "probability": 0.9404296875}, {"start": 245.45, "end": 245.81, "word": " this", "probability": 0.79833984375}, {"start": 245.81, "end": 246.11, "word": " method", "probability": 0.876953125}, {"start": 246.11, "end": 246.21, "word": " is", "probability": 0.82958984375}, {"start": 246.21, "end": 246.25, "word": " the", "probability": 0.37744140625}, {"start": 246.25, "end": 246.43, "word": " list", "probability": 0.529296875}, {"start": 246.43, "end": 246.69, "word": " view", "probability": 0.5888671875}, {"start": 246.69, "end": 246.83, "word": " that", "probability": 0.640625}, {"start": 246.83, "end": 246.99, "word": " you're", "probability": 0.6021728515625}, {"start": 246.99, "end": 247.17, "word": " looking", "probability": 0.8701171875}, {"start": 247.17, "end": 247.85, "word": " for,", "probability": 0.94189453125}, {"start": 248.19, "end": 248.43, "word": " okay?", "probability": 0.2802734375}, {"start": 249.21, "end": 249.47, "word": " One", "probability": 0.64404296875}, {"start": 249.47, "end": 249.55, "word": " of", "probability": 0.84326171875}, {"start": 249.55, "end": 249.61, "word": " the", "probability": 0.91943359375}, {"start": 249.61, "end": 249.87, "word": " methods", "probability": 0.7880859375}, {"start": 249.87, "end": 250.03, "word": " that", "probability": 0.7431640625}, {"start": 250.03, "end": 250.17, "word": " you're", "probability": 0.6815185546875}, {"start": 250.17, "end": 250.31, "word": " looking", "probability": 0.85205078125}, {"start": 250.31, "end": 250.39, "word": " for", "probability": 0.92919921875}, {"start": 250.39, "end": 250.53, "word": " is", "probability": 0.41455078125}, {"start": 250.53, "end": 250.55, "word": " the", "probability": 0.6064453125}, {"start": 250.55, "end": 251.13, "word": " get", "probability": 0.374755859375}, {"start": 251.13, "end": 251.41, "word": " item,", "probability": 0.93603515625}, {"start": 251.41, "end": 251.57, "word": " when", "probability": 0.78955078125}, {"start": 251.57, "end": 251.69, "word": " I", "probability": 0.78173828125}, {"start": 251.69, "end": 251.87, "word": " click", "probability": 0.703125}, {"start": 251.87, "end": 252.03, "word": " on", "probability": 0.87548828125}, {"start": 252.03, "end": 252.21, "word": " an", "probability": 0.62744140625}, {"start": 252.21, "end": 252.41, "word": " item,", "probability": 0.50634765625}, {"start": 252.99, "end": 253.07, "word": " it's", "probability": 0.57958984375}, {"start": 253.07, "end": 253.27, "word": " supposed", "probability": 0.92236328125}, {"start": 253.27, "end": 253.45, "word": " to", "probability": 0.96923828125}, {"start": 253.45, "end": 253.73, "word": " return", "probability": 0.529296875}, {"start": 253.73, "end": 253.97, "word": " it", "probability": 0.638671875}, {"start": 253.97, "end": 253.97, "word": " to", "probability": 0.9091796875}, {"start": 253.97, "end": 254.03, "word": " me", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 10, "seek": 27773, "start": 255.19, "end": 277.73, "text": " We haven't done any action on this view yet. What we will do today is when I click on the item, it will return the item to you. So now, what is the data that it wants to return? We know that this view is arranged in the same order as the persons. So if I click on the zero point, it is the first person. So to get the data, I tell it to go back to the array persons and tell it to get position.", "tokens": [492, 2378, 380, 1096, 604, 3069, 322, 341, 1910, 1939, 13, 708, 321, 486, 360, 965, 307, 562, 286, 2052, 322, 264, 3174, 11, 309, 486, 2736, 264, 3174, 281, 291, 13, 407, 586, 11, 437, 307, 264, 1412, 300, 309, 2738, 281, 2736, 30, 492, 458, 300, 341, 1910, 307, 18721, 294, 264, 912, 1668, 382, 264, 14453, 13, 407, 498, 286, 2052, 322, 264, 4018, 935, 11, 309, 307, 264, 700, 954, 13, 407, 281, 483, 264, 1412, 11, 286, 980, 309, 281, 352, 646, 281, 264, 10225, 14453, 293, 980, 309, 281, 483, 2535, 13], "avg_logprob": -0.48832070285623724, "compression_ratio": 1.7792792792792793, "no_speech_prob": 0.0, "words": [{"start": 255.19, "end": 255.55, "word": " We", "probability": 0.455078125}, {"start": 255.55, "end": 255.83, "word": " haven't", "probability": 0.665771484375}, {"start": 255.83, "end": 256.03, "word": " done", "probability": 0.458740234375}, {"start": 256.03, "end": 256.23, "word": " any", "probability": 0.218505859375}, {"start": 256.23, "end": 256.47, "word": " action", "probability": 0.90380859375}, {"start": 256.47, "end": 256.61, "word": " on", "probability": 0.67724609375}, {"start": 256.61, "end": 256.77, "word": " this", "probability": 0.45556640625}, {"start": 256.77, "end": 256.95, "word": " view", "probability": 0.70361328125}, {"start": 256.95, "end": 257.01, "word": " yet.", "probability": 0.68603515625}, {"start": 257.03, "end": 257.07, "word": " What", "probability": 0.204833984375}, {"start": 257.07, "end": 257.11, "word": " we", "probability": 0.74365234375}, {"start": 257.11, "end": 257.15, "word": " will", "probability": 0.32080078125}, {"start": 257.15, "end": 257.25, "word": " do", "probability": 0.9599609375}, {"start": 257.25, "end": 257.63, "word": " today", "probability": 0.66064453125}, {"start": 257.63, "end": 258.25, "word": " is", "probability": 0.65673828125}, {"start": 258.25, "end": 258.27, "word": " when", "probability": 0.3876953125}, {"start": 258.27, "end": 258.41, "word": " I", "probability": 0.8408203125}, {"start": 258.41, "end": 258.53, "word": " click", "probability": 0.37255859375}, {"start": 258.53, "end": 258.65, "word": " on", "probability": 0.80029296875}, {"start": 258.65, "end": 258.77, "word": " the", "probability": 0.59326171875}, {"start": 258.77, "end": 258.91, "word": " item,", "probability": 0.1820068359375}, {"start": 259.33, "end": 259.65, "word": " it", "probability": 0.6669921875}, {"start": 259.65, "end": 259.71, "word": " will", "probability": 0.44189453125}, {"start": 259.71, "end": 259.89, "word": " return", "probability": 0.50927734375}, {"start": 259.89, "end": 260.27, "word": " the", "probability": 0.499755859375}, {"start": 260.27, "end": 260.77, "word": " item", "probability": 0.89404296875}, {"start": 260.77, "end": 260.83, "word": " to", "probability": 0.471923828125}, {"start": 260.83, "end": 260.83, "word": " you.", "probability": 0.5126953125}, {"start": 260.95, "end": 260.99, "word": " So", "probability": 0.28564453125}, {"start": 260.99, "end": 261.21, "word": " now,", "probability": 0.61962890625}, {"start": 261.39, "end": 262.51, "word": " what", "probability": 0.52880859375}, {"start": 262.51, "end": 263.29, "word": " is", "probability": 0.462890625}, {"start": 263.29, "end": 263.73, "word": " the", "probability": 0.82470703125}, {"start": 263.73, "end": 263.97, "word": " data", "probability": 0.8955078125}, {"start": 263.97, "end": 264.07, "word": " that", "probability": 0.552734375}, {"start": 264.07, "end": 264.19, "word": " it", "probability": 0.48291015625}, {"start": 264.19, "end": 264.25, "word": " wants", "probability": 0.32958984375}, {"start": 264.25, "end": 264.31, "word": " to", "probability": 0.96533203125}, {"start": 264.31, "end": 264.45, "word": " return?", "probability": 0.79541015625}, {"start": 265.53, "end": 265.89, "word": " We", "probability": 0.7412109375}, {"start": 265.89, "end": 266.19, "word": " know", "probability": 0.64501953125}, {"start": 266.19, "end": 266.41, "word": " that", "probability": 0.916015625}, {"start": 266.41, "end": 266.65, "word": " this", "probability": 0.429443359375}, {"start": 266.65, "end": 266.93, "word": " view", "probability": 0.80419921875}, {"start": 266.93, "end": 267.11, "word": " is", "probability": 0.4287109375}, {"start": 267.11, "end": 267.35, "word": " arranged", "probability": 0.28564453125}, {"start": 267.35, "end": 267.61, "word": " in", "probability": 0.55126953125}, {"start": 267.61, "end": 267.73, "word": " the", "probability": 0.84326171875}, {"start": 267.73, "end": 267.73, "word": " same", "probability": 0.8740234375}, {"start": 267.73, "end": 268.15, "word": " order", "probability": 0.45654296875}, {"start": 268.15, "end": 269.09, "word": " as", "probability": 0.615234375}, {"start": 269.09, "end": 269.17, "word": " the", "probability": 0.70654296875}, {"start": 269.17, "end": 269.49, "word": " persons.", "probability": 0.78076171875}, {"start": 269.87, "end": 270.23, "word": " So", "probability": 0.48681640625}, {"start": 270.23, "end": 270.35, "word": " if", "probability": 0.68017578125}, {"start": 270.35, "end": 270.53, "word": " I", "probability": 0.9794921875}, {"start": 270.53, "end": 270.71, "word": " click", "probability": 0.8017578125}, {"start": 270.71, "end": 270.81, "word": " on", "probability": 0.89306640625}, {"start": 270.81, "end": 271.13, "word": " the", "probability": 0.375732421875}, {"start": 271.13, "end": 271.35, "word": " zero", "probability": 0.490478515625}, {"start": 271.35, "end": 271.35, "word": " point,", "probability": 0.26806640625}, {"start": 271.49, "end": 271.61, "word": " it", "probability": 0.78125}, {"start": 271.61, "end": 271.69, "word": " is", "probability": 0.402587890625}, {"start": 271.69, "end": 271.79, "word": " the", "probability": 0.845703125}, {"start": 271.79, "end": 271.83, "word": " first", "probability": 0.87353515625}, {"start": 271.83, "end": 272.11, "word": " person.", "probability": 0.9228515625}, {"start": 272.77, "end": 272.95, "word": " So", "probability": 0.68994140625}, {"start": 272.95, "end": 273.11, "word": " to", "probability": 0.5322265625}, {"start": 273.11, "end": 273.33, "word": " get", "probability": 0.52294921875}, {"start": 273.33, "end": 273.47, "word": " the", "probability": 0.84033203125}, {"start": 273.47, "end": 273.75, "word": " data,", "probability": 0.93701171875}, {"start": 273.81, "end": 273.87, "word": " I", "probability": 0.970703125}, {"start": 273.87, "end": 273.99, "word": " tell", "probability": 0.2939453125}, {"start": 273.99, "end": 274.07, "word": " it", "probability": 0.8349609375}, {"start": 274.07, "end": 274.17, "word": " to", "probability": 0.85595703125}, {"start": 274.17, "end": 274.27, "word": " go", "probability": 0.5625}, {"start": 274.27, "end": 274.43, "word": " back", "probability": 0.79150390625}, {"start": 274.43, "end": 274.53, "word": " to", "probability": 0.94091796875}, {"start": 274.53, "end": 274.65, "word": " the", "probability": 0.65771484375}, {"start": 274.65, "end": 274.83, "word": " array", "probability": 0.466796875}, {"start": 274.83, "end": 275.39, "word": " persons", "probability": 0.59765625}, {"start": 275.39, "end": 276.03, "word": " and", "probability": 0.76171875}, {"start": 276.03, "end": 276.17, "word": " tell", "probability": 0.501953125}, {"start": 276.17, "end": 276.29, "word": " it", "probability": 0.94921875}, {"start": 276.29, "end": 276.33, "word": " to", "probability": 0.68017578125}, {"start": 276.33, "end": 276.55, "word": " get", "probability": 0.92333984375}, {"start": 276.55, "end": 277.73, "word": " position.", "probability": 0.7705078125}], "temperature": 1.0}, {"id": 11, "seek": 29883, "start": 279.7, "end": 298.84, "text": " Get item id, we agreed that each item should get an id. Now, to make it easier, let the id be the same as the position. So, here I just return the position. We create an important method, this method getView. Now, the listView, as soon as it works, it sees how many items through the getCount, and for each item, it calls", "tokens": [3240, 3174, 4496, 11, 321, 9166, 300, 1184, 3174, 820, 483, 364, 4496, 13, 823, 11, 281, 652, 309, 3571, 11, 718, 264, 4496, 312, 264, 912, 382, 264, 2535, 13, 407, 11, 510, 286, 445, 2736, 264, 2535, 13, 492, 1884, 364, 1021, 3170, 11, 341, 3170, 483, 30203, 13, 823, 11, 264, 1329, 30203, 11, 382, 2321, 382, 309, 1985, 11, 309, 8194, 577, 867, 4754, 807, 264, 483, 34, 792, 11, 293, 337, 1184, 3174, 11, 309, 5498], "avg_logprob": -0.6425305096114554, "compression_ratio": 1.6019900497512438, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 279.7, "end": 280.04, "word": " Get", "probability": 0.10675048828125}, {"start": 280.04, "end": 280.34, "word": " item", "probability": 0.46533203125}, {"start": 280.34, "end": 280.62, "word": " id,", "probability": 0.5703125}, {"start": 280.78, "end": 280.9, "word": " we", "probability": 0.44189453125}, {"start": 280.9, "end": 281.08, "word": " agreed", "probability": 0.58740234375}, {"start": 281.08, "end": 281.32, "word": " that", "probability": 0.791015625}, {"start": 281.32, "end": 281.52, "word": " each", "probability": 0.450439453125}, {"start": 281.52, "end": 281.76, "word": " item", "probability": 0.5751953125}, {"start": 281.76, "end": 281.98, "word": " should", "probability": 0.205810546875}, {"start": 281.98, "end": 282.22, "word": " get", "probability": 0.4296875}, {"start": 282.22, "end": 282.34, "word": " an", "probability": 0.6396484375}, {"start": 282.34, "end": 282.54, "word": " id.", "probability": 0.70947265625}, {"start": 283.3, "end": 283.64, "word": " Now,", "probability": 0.168212890625}, {"start": 284.32, "end": 284.6, "word": " to", "probability": 0.3291015625}, {"start": 284.6, "end": 284.94, "word": " make", "probability": 0.481201171875}, {"start": 284.94, "end": 284.94, "word": " it", "probability": 0.62548828125}, {"start": 284.94, "end": 285.16, "word": " easier,", "probability": 0.76953125}, {"start": 285.34, "end": 285.44, "word": " let", "probability": 0.2281494140625}, {"start": 285.44, "end": 285.54, "word": " the", "probability": 0.48876953125}, {"start": 285.54, "end": 285.8, "word": " id", "probability": 0.732421875}, {"start": 285.8, "end": 286.0, "word": " be", "probability": 0.65234375}, {"start": 286.0, "end": 286.12, "word": " the", "probability": 0.6015625}, {"start": 286.12, "end": 286.24, "word": " same", "probability": 0.2493896484375}, {"start": 286.24, "end": 286.62, "word": " as", "probability": 0.58984375}, {"start": 286.62, "end": 286.66, "word": " the", "probability": 0.53466796875}, {"start": 286.66, "end": 287.32, "word": " position.", "probability": 0.88818359375}, {"start": 287.46, "end": 287.52, "word": " So,", "probability": 0.373046875}, {"start": 287.62, "end": 287.68, "word": " here", "probability": 0.29541015625}, {"start": 287.68, "end": 287.74, "word": " I", "probability": 0.30712890625}, {"start": 287.74, "end": 287.9, "word": " just", "probability": 0.367431640625}, {"start": 287.9, "end": 288.24, "word": " return", "probability": 0.44140625}, {"start": 288.24, "end": 289.2, "word": " the", "probability": 0.67822265625}, {"start": 289.2, "end": 289.54, "word": " position.", "probability": 0.9345703125}, {"start": 290.16, "end": 290.48, "word": " We", "probability": 0.318359375}, {"start": 290.48, "end": 290.62, "word": " create", "probability": 0.53955078125}, {"start": 290.62, "end": 290.72, "word": " an", "probability": 0.58203125}, {"start": 290.72, "end": 291.14, "word": " important", "probability": 0.84765625}, {"start": 291.14, "end": 291.28, "word": " method,", "probability": 0.96435546875}, {"start": 291.7, "end": 291.96, "word": " this", "probability": 0.6611328125}, {"start": 291.96, "end": 292.22, "word": " method", "probability": 0.8701171875}, {"start": 292.22, "end": 292.76, "word": " getView.", "probability": 0.50830078125}, {"start": 293.06, "end": 293.34, "word": " Now,", "probability": 0.84326171875}, {"start": 293.4, "end": 293.48, "word": " the", "probability": 0.34033203125}, {"start": 293.48, "end": 293.98, "word": " listView,", "probability": 0.6962890625}, {"start": 294.04, "end": 294.22, "word": " as", "probability": 0.26220703125}, {"start": 294.22, "end": 294.32, "word": " soon", "probability": 0.9501953125}, {"start": 294.32, "end": 294.36, "word": " as", "probability": 0.96875}, {"start": 294.36, "end": 294.52, "word": " it", "probability": 0.85498046875}, {"start": 294.52, "end": 294.82, "word": " works,", "probability": 0.40283203125}, {"start": 294.96, "end": 295.06, "word": " it", "probability": 0.333984375}, {"start": 295.06, "end": 295.22, "word": " sees", "probability": 0.4345703125}, {"start": 295.22, "end": 295.64, "word": " how", "probability": 0.78271484375}, {"start": 295.64, "end": 295.74, "word": " many", "probability": 0.8623046875}, {"start": 295.74, "end": 295.94, "word": " items", "probability": 0.78955078125}, {"start": 295.94, "end": 296.26, "word": " through", "probability": 0.1629638671875}, {"start": 296.26, "end": 296.46, "word": " the", "probability": 0.86279296875}, {"start": 296.46, "end": 296.9, "word": " getCount,", "probability": 0.8811848958333334}, {"start": 297.46, "end": 297.6, "word": " and", "probability": 0.89794921875}, {"start": 297.6, "end": 297.66, "word": " for", "probability": 0.56689453125}, {"start": 297.66, "end": 297.88, "word": " each", "probability": 0.876953125}, {"start": 297.88, "end": 298.26, "word": " item,", "probability": 0.95458984375}, {"start": 298.48, "end": 298.5, "word": " it", "probability": 0.76318359375}, {"start": 298.5, "end": 298.84, "word": " calls", "probability": 0.1668701171875}], "temperature": 1.0}, {"id": 12, "seek": 32579, "start": 300.41, "end": 325.79, "text": " It says to the adapter, hey adapter, give me the view of element number 0, give me the view of element number 1. So if there is in the list of view 100 elements, this getView will be executed 100 times for each element. The job of the adapter is for each element to create the view, fill it with appropriate data, and return the view. Of course, what did we do in the last lecture? What? Int, this one? No, the result.", "tokens": [467, 1619, 281, 264, 22860, 11, 4177, 22860, 11, 976, 385, 264, 1910, 295, 4478, 1230, 1958, 11, 976, 385, 264, 1910, 295, 4478, 1230, 502, 13, 407, 498, 456, 307, 294, 264, 1329, 295, 1910, 2319, 4959, 11, 341, 483, 30203, 486, 312, 17577, 2319, 1413, 337, 1184, 4478, 13, 440, 1691, 295, 264, 22860, 307, 337, 1184, 4478, 281, 1884, 264, 1910, 11, 2836, 309, 365, 6854, 1412, 11, 293, 2736, 264, 1910, 13, 2720, 1164, 11, 437, 630, 321, 360, 294, 264, 1036, 7991, 30, 708, 30, 286, 580, 11, 341, 472, 30, 883, 11, 264, 1874, 13], "avg_logprob": -0.4941789163093941, "compression_ratio": 1.837719298245614, "no_speech_prob": 0.0, "words": [{"start": 300.41, "end": 300.63, "word": " It", "probability": 0.2490234375}, {"start": 300.63, "end": 300.87, "word": " says", "probability": 0.2164306640625}, {"start": 300.87, "end": 301.05, "word": " to", "probability": 0.70654296875}, {"start": 301.05, "end": 301.05, "word": " the", "probability": 0.68017578125}, {"start": 301.05, "end": 301.39, "word": " adapter,", "probability": 0.7353515625}, {"start": 301.73, "end": 301.93, "word": " hey", "probability": 0.172607421875}, {"start": 301.93, "end": 302.49, "word": " adapter,", "probability": 0.69775390625}, {"start": 302.61, "end": 302.81, "word": " give", "probability": 0.673828125}, {"start": 302.81, "end": 302.99, "word": " me", "probability": 0.9345703125}, {"start": 302.99, "end": 303.11, "word": " the", "probability": 0.62451171875}, {"start": 303.11, "end": 303.27, "word": " view", "probability": 0.69091796875}, {"start": 303.27, "end": 303.47, "word": " of", "probability": 0.302490234375}, {"start": 303.47, "end": 303.79, "word": " element", "probability": 0.39404296875}, {"start": 303.79, "end": 304.01, "word": " number", "probability": 0.501953125}, {"start": 304.01, "end": 304.35, "word": " 0,", "probability": 0.447265625}, {"start": 304.49, "end": 304.65, "word": " give", "probability": 0.76953125}, {"start": 304.65, "end": 304.79, "word": " me", "probability": 0.95849609375}, {"start": 304.79, "end": 304.89, "word": " the", "probability": 0.8935546875}, {"start": 304.89, "end": 305.03, "word": " view", "probability": 0.85107421875}, {"start": 305.03, "end": 305.17, "word": " of", "probability": 0.9560546875}, {"start": 305.17, "end": 305.43, "word": " element", "probability": 0.9384765625}, {"start": 305.43, "end": 305.67, "word": " number", "probability": 0.853515625}, {"start": 305.67, "end": 306.09, "word": " 1.", "probability": 0.9736328125}, {"start": 306.41, "end": 306.81, "word": " So", "probability": 0.2841796875}, {"start": 306.81, "end": 307.01, "word": " if", "probability": 0.63232421875}, {"start": 307.01, "end": 307.21, "word": " there", "probability": 0.6298828125}, {"start": 307.21, "end": 307.21, "word": " is", "probability": 0.63232421875}, {"start": 307.21, "end": 307.21, "word": " in", "probability": 0.36328125}, {"start": 307.21, "end": 307.35, "word": " the", "probability": 0.740234375}, {"start": 307.35, "end": 307.51, "word": " list", "probability": 0.685546875}, {"start": 307.51, "end": 307.63, "word": " of", "probability": 0.406494140625}, {"start": 307.63, "end": 307.77, "word": " view", "probability": 0.6298828125}, {"start": 307.77, "end": 308.03, "word": " 100", "probability": 0.5146484375}, {"start": 308.03, "end": 308.33, "word": " elements,", "probability": 0.88916015625}, {"start": 308.47, "end": 308.59, "word": " this", "probability": 0.34033203125}, {"start": 308.59, "end": 309.11, "word": " getView", "probability": 0.502685546875}, {"start": 309.11, "end": 309.23, "word": " will", "probability": 0.6025390625}, {"start": 309.23, "end": 309.33, "word": " be", "probability": 0.469970703125}, {"start": 309.33, "end": 309.73, "word": " executed", "probability": 0.70849609375}, {"start": 309.73, "end": 310.63, "word": " 100", "probability": 0.591796875}, {"start": 310.63, "end": 310.85, "word": " times", "probability": 0.9111328125}, {"start": 310.85, "end": 310.97, "word": " for", "probability": 0.796875}, {"start": 310.97, "end": 311.13, "word": " each", "probability": 0.77587890625}, {"start": 311.13, "end": 311.41, "word": " element.", "probability": 0.97021484375}, {"start": 311.93, "end": 311.99, "word": " The", "probability": 0.7373046875}, {"start": 311.99, "end": 312.15, "word": " job", "probability": 0.64990234375}, {"start": 312.15, "end": 312.29, "word": " of", "probability": 0.9736328125}, {"start": 312.29, "end": 312.41, "word": " the", "probability": 0.87255859375}, {"start": 312.41, "end": 312.65, "word": " adapter", "probability": 0.84228515625}, {"start": 312.65, "end": 312.85, "word": " is", "probability": 0.8662109375}, {"start": 312.85, "end": 312.93, "word": " for", "probability": 0.304443359375}, {"start": 312.93, "end": 313.15, "word": " each", "probability": 0.88623046875}, {"start": 313.15, "end": 313.55, "word": " element", "probability": 0.974609375}, {"start": 313.55, "end": 314.37, "word": " to", "probability": 0.75341796875}, {"start": 314.37, "end": 314.61, "word": " create", "probability": 0.77685546875}, {"start": 314.61, "end": 314.77, "word": " the", "probability": 0.54736328125}, {"start": 314.77, "end": 315.01, "word": " view,", "probability": 0.86767578125}, {"start": 315.33, "end": 315.57, "word": " fill", "probability": 0.513671875}, {"start": 315.57, "end": 315.71, "word": " it", "probability": 0.83837890625}, {"start": 315.71, "end": 315.81, "word": " with", "probability": 0.59228515625}, {"start": 315.81, "end": 315.87, "word": " appropriate", "probability": 0.180908203125}, {"start": 315.87, "end": 316.21, "word": " data,", "probability": 0.84765625}, {"start": 316.65, "end": 316.91, "word": " and", "probability": 0.87646484375}, {"start": 316.91, "end": 317.11, "word": " return", "probability": 0.671875}, {"start": 317.11, "end": 317.91, "word": " the", "probability": 0.79345703125}, {"start": 317.91, "end": 318.09, "word": " view.", "probability": 0.86083984375}, {"start": 318.57, "end": 318.77, "word": " Of", "probability": 0.280517578125}, {"start": 318.77, "end": 318.81, "word": " course,", "probability": 0.9599609375}, {"start": 318.85, "end": 319.09, "word": " what", "probability": 0.666015625}, {"start": 319.09, "end": 319.17, "word": " did", "probability": 0.7529296875}, {"start": 319.17, "end": 319.17, "word": " we", "probability": 0.423828125}, {"start": 319.17, "end": 319.33, "word": " do", "probability": 0.8984375}, {"start": 319.33, "end": 319.47, "word": " in", "probability": 0.75244140625}, {"start": 319.47, "end": 319.51, "word": " the", "probability": 0.88330078125}, {"start": 319.51, "end": 319.53, "word": " last", "probability": 0.40625}, {"start": 319.53, "end": 319.83, "word": " lecture?", "probability": 0.76416015625}, {"start": 322.05, "end": 322.45, "word": " What?", "probability": 0.2420654296875}, {"start": 322.87, "end": 323.17, "word": " Int,", "probability": 0.290191650390625}, {"start": 324.41, "end": 324.63, "word": " this", "probability": 0.59033203125}, {"start": 324.63, "end": 324.81, "word": " one?", "probability": 0.57568359375}, {"start": 325.07, "end": 325.25, "word": " No,", "probability": 0.74853515625}, {"start": 325.43, "end": 325.51, "word": " the", "probability": 0.57080078125}, {"start": 325.51, "end": 325.79, "word": " result.", "probability": 0.26904296875}], "temperature": 1.0}, {"id": 13, "seek": 33275, "start": 328.13, "end": 332.75, "text": " This is Nana. No.", "tokens": [639, 307, 37087, 13, 883, 13], "avg_logprob": -0.7287946598870414, "compression_ratio": 0.75, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 328.13, "end": 328.43, "word": " This", "probability": 0.275634765625}, {"start": 328.43, "end": 328.51, "word": " is", "probability": 0.84130859375}, {"start": 328.51, "end": 328.73, "word": " Nana.", "probability": 0.246337890625}, {"start": 332.07, "end": 332.75, "word": " No.", "probability": 0.395263671875}], "temperature": 1.0}, {"id": 14, "seek": 37200, "start": 343.62, "end": 372.0, "text": " This is another parameter. Other parameters. We don't need them. Okay? We explained in the previous lecture that ListView works in a smart way. It only shows or creates views based on the elements shown on the screen. When you scroll and there is an element that pops up, it can be reused to whom? To the elements on the screen. Now, this ConvertView, we explained it at the end of the previous lecture. If it is null, in the beginning, its value will be null.", "tokens": [639, 307, 1071, 13075, 13, 5358, 9834, 13, 492, 500, 380, 643, 552, 13, 1033, 30, 492, 8825, 294, 264, 3894, 7991, 300, 17668, 30203, 1985, 294, 257, 4069, 636, 13, 467, 787, 3110, 420, 7829, 6809, 2361, 322, 264, 4959, 4898, 322, 264, 2568, 13, 1133, 291, 11369, 293, 456, 307, 364, 4478, 300, 16795, 493, 11, 309, 393, 312, 319, 4717, 281, 7101, 30, 1407, 264, 4959, 322, 264, 2568, 13, 823, 11, 341, 2656, 3281, 30203, 11, 321, 8825, 309, 412, 264, 917, 295, 264, 3894, 7991, 13, 759, 309, 307, 18184, 11, 294, 264, 2863, 11, 1080, 2158, 486, 312, 18184, 13], "avg_logprob": -0.5636681953323222, "compression_ratio": 1.7868217054263567, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 343.62, "end": 343.86, "word": " This", "probability": 0.41259765625}, {"start": 343.86, "end": 343.94, "word": " is", "probability": 0.86474609375}, {"start": 343.94, "end": 343.98, "word": " another", "probability": 0.72265625}, {"start": 343.98, "end": 344.42, "word": " parameter.", "probability": 0.9345703125}, {"start": 345.54, "end": 345.68, "word": " Other", "probability": 0.1622314453125}, {"start": 345.68, "end": 346.34, "word": " parameters.", "probability": 0.9404296875}, {"start": 346.4, "end": 346.44, "word": " We", "probability": 0.5595703125}, {"start": 346.44, "end": 346.48, "word": " don't", "probability": 0.63037109375}, {"start": 346.48, "end": 346.68, "word": " need", "probability": 0.1666259765625}, {"start": 346.68, "end": 346.98, "word": " them.", "probability": 0.77392578125}, {"start": 347.3, "end": 347.48, "word": " Okay?", "probability": 0.27783203125}, {"start": 347.88, "end": 348.16, "word": " We", "probability": 0.444091796875}, {"start": 348.16, "end": 348.88, "word": " explained", "probability": 0.56640625}, {"start": 348.88, "end": 349.08, "word": " in", "probability": 0.76513671875}, {"start": 349.08, "end": 349.12, "word": " the", "probability": 0.77490234375}, {"start": 349.12, "end": 349.74, "word": " previous", "probability": 0.51416015625}, {"start": 349.74, "end": 349.74, "word": " lecture", "probability": 0.7802734375}, {"start": 349.74, "end": 350.0, "word": " that", "probability": 0.775390625}, {"start": 350.0, "end": 350.48, "word": " ListView", "probability": 0.69580078125}, {"start": 350.48, "end": 351.34, "word": " works", "probability": 0.515625}, {"start": 351.34, "end": 351.44, "word": " in", "probability": 0.59716796875}, {"start": 351.44, "end": 351.76, "word": " a", "probability": 0.935546875}, {"start": 351.76, "end": 351.94, "word": " smart", "probability": 0.8046875}, {"start": 351.94, "end": 352.14, "word": " way.", "probability": 0.943359375}, {"start": 352.46, "end": 352.7, "word": " It", "probability": 0.53271484375}, {"start": 352.7, "end": 352.98, "word": " only", "probability": 0.372314453125}, {"start": 352.98, "end": 353.18, "word": " shows", "probability": 0.08856201171875}, {"start": 353.18, "end": 353.84, "word": " or", "probability": 0.78125}, {"start": 353.84, "end": 354.16, "word": " creates", "probability": 0.484375}, {"start": 354.16, "end": 354.52, "word": " views", "probability": 0.73876953125}, {"start": 354.52, "end": 354.74, "word": " based", "probability": 0.331298828125}, {"start": 354.74, "end": 354.76, "word": " on", "probability": 0.94189453125}, {"start": 354.76, "end": 355.04, "word": " the", "probability": 0.62890625}, {"start": 355.04, "end": 355.36, "word": " elements", "probability": 0.5771484375}, {"start": 355.36, "end": 355.78, "word": " shown", "probability": 0.1646728515625}, {"start": 355.78, "end": 355.94, "word": " on", "probability": 0.91357421875}, {"start": 355.94, "end": 356.06, "word": " the", "probability": 0.81298828125}, {"start": 356.06, "end": 356.26, "word": " screen.", "probability": 0.90283203125}, {"start": 356.86, "end": 357.08, "word": " When", "probability": 0.755859375}, {"start": 357.08, "end": 357.2, "word": " you", "probability": 0.84521484375}, {"start": 357.2, "end": 357.76, "word": " scroll", "probability": 0.74462890625}, {"start": 357.76, "end": 357.92, "word": " and", "probability": 0.307861328125}, {"start": 357.92, "end": 358.02, "word": " there", "probability": 0.2259521484375}, {"start": 358.02, "end": 358.04, "word": " is", "probability": 0.77099609375}, {"start": 358.04, "end": 358.14, "word": " an", "probability": 0.791015625}, {"start": 358.14, "end": 358.28, "word": " element", "probability": 0.826171875}, {"start": 358.28, "end": 358.6, "word": " that", "probability": 0.5947265625}, {"start": 358.6, "end": 358.62, "word": " pops", "probability": 0.274658203125}, {"start": 358.62, "end": 359.78, "word": " up,", "probability": 0.8447265625}, {"start": 359.88, "end": 360.98, "word": " it", "probability": 0.463623046875}, {"start": 360.98, "end": 361.26, "word": " can", "probability": 0.69287109375}, {"start": 361.26, "end": 361.56, "word": " be", "probability": 0.57275390625}, {"start": 361.56, "end": 362.04, "word": " reused", "probability": 0.63818359375}, {"start": 362.04, "end": 362.44, "word": " to", "probability": 0.233154296875}, {"start": 362.44, "end": 362.6, "word": " whom?", "probability": 0.26611328125}, {"start": 363.28, "end": 363.68, "word": " To", "probability": 0.6376953125}, {"start": 363.68, "end": 363.76, "word": " the", "probability": 0.517578125}, {"start": 363.76, "end": 364.2, "word": " elements", "probability": 0.29345703125}, {"start": 364.2, "end": 364.72, "word": " on", "probability": 0.138671875}, {"start": 364.72, "end": 364.84, "word": " the", "probability": 0.67822265625}, {"start": 364.84, "end": 364.86, "word": " screen.", "probability": 0.765625}, {"start": 365.54, "end": 365.82, "word": " Now,", "probability": 0.340087890625}, {"start": 366.52, "end": 366.78, "word": " this", "probability": 0.6201171875}, {"start": 366.78, "end": 368.04, "word": " ConvertView,", "probability": 0.6859537760416666}, {"start": 368.22, "end": 368.56, "word": " we", "probability": 0.83203125}, {"start": 368.56, "end": 368.76, "word": " explained", "probability": 0.78076171875}, {"start": 368.76, "end": 368.94, "word": " it", "probability": 0.297119140625}, {"start": 368.94, "end": 369.06, "word": " at", "probability": 0.320556640625}, {"start": 369.06, "end": 369.06, "word": " the", "probability": 0.93310546875}, {"start": 369.06, "end": 369.14, "word": " end", "probability": 0.89013671875}, {"start": 369.14, "end": 369.24, "word": " of", "probability": 0.97265625}, {"start": 369.24, "end": 369.28, "word": " the", "probability": 0.8447265625}, {"start": 369.28, "end": 369.28, "word": " previous", "probability": 0.63232421875}, {"start": 369.28, "end": 369.84, "word": " lecture.", "probability": 0.93701171875}, {"start": 369.94, "end": 370.08, "word": " If", "probability": 0.916015625}, {"start": 370.08, "end": 370.22, "word": " it", "probability": 0.481689453125}, {"start": 370.22, "end": 370.22, "word": " is", "probability": 0.389404296875}, {"start": 370.22, "end": 370.54, "word": " null,", "probability": 0.1383056640625}, {"start": 370.74, "end": 370.84, "word": " in", "probability": 0.2127685546875}, {"start": 370.84, "end": 371.0, "word": " the", "probability": 0.91845703125}, {"start": 371.0, "end": 371.18, "word": " beginning,", "probability": 0.89013671875}, {"start": 371.34, "end": 371.5, "word": " its", "probability": 0.470703125}, {"start": 371.5, "end": 371.7, "word": " value", "probability": 0.96484375}, {"start": 371.7, "end": 371.78, "word": " will", "probability": 0.4921875}, {"start": 371.78, "end": 371.78, "word": " be", "probability": 0.94384765625}, {"start": 371.78, "end": 372.0, "word": " null.", "probability": 0.97607421875}], "temperature": 1.0}, {"id": 15, "seek": 39688, "start": 373.26, "end": 396.88, "text": "But when you make a scroll, it will ask for a view of the new element, and it will send you the view of the element that came out. To tell you, instead of making a new one, use this one. So now we're going to tell it if convertView is equal to, if it was equal to null in the beginning, what are we going to do in this case? We're going to do inflate.", "tokens": [7835, 562, 291, 652, 257, 11369, 11, 309, 486, 1029, 337, 257, 1910, 295, 264, 777, 4478, 11, 293, 309, 486, 2845, 291, 264, 1910, 295, 264, 4478, 300, 1361, 484, 13, 1407, 980, 291, 11, 2602, 295, 1455, 257, 777, 472, 11, 764, 341, 472, 13, 407, 586, 321, 434, 516, 281, 980, 309, 498, 7620, 30203, 307, 2681, 281, 11, 498, 309, 390, 2681, 281, 18184, 294, 264, 2863, 11, 437, 366, 321, 516, 281, 360, 294, 341, 1389, 30, 492, 434, 516, 281, 360, 9922, 473, 13], "avg_logprob": -0.526785732625605, "compression_ratio": 1.703883495145631, "no_speech_prob": 0.0, "words": [{"start": 373.26, "end": 373.58, "word": "But", "probability": 0.515625}, {"start": 373.58, "end": 373.76, "word": " when", "probability": 0.70947265625}, {"start": 373.76, "end": 373.92, "word": " you", "probability": 0.92138671875}, {"start": 373.92, "end": 374.24, "word": " make", "probability": 0.0889892578125}, {"start": 374.24, "end": 374.38, "word": " a", "probability": 0.63623046875}, {"start": 374.38, "end": 374.74, "word": " scroll,", "probability": 0.8310546875}, {"start": 375.38, "end": 376.3, "word": " it", "probability": 0.67724609375}, {"start": 376.3, "end": 376.56, "word": " will", "probability": 0.2286376953125}, {"start": 376.56, "end": 376.84, "word": " ask", "probability": 0.39306640625}, {"start": 376.84, "end": 376.94, "word": " for", "probability": 0.288818359375}, {"start": 376.94, "end": 377.22, "word": " a", "probability": 0.5283203125}, {"start": 377.22, "end": 377.36, "word": " view", "probability": 0.2198486328125}, {"start": 377.36, "end": 377.48, "word": " of", "probability": 0.329345703125}, {"start": 377.48, "end": 377.56, "word": " the", "probability": 0.69775390625}, {"start": 377.56, "end": 377.68, "word": " new", "probability": 0.54248046875}, {"start": 377.68, "end": 377.84, "word": " element,", "probability": 0.59619140625}, {"start": 378.5, "end": 378.68, "word": " and", "probability": 0.78173828125}, {"start": 378.68, "end": 378.74, "word": " it", "probability": 0.236572265625}, {"start": 378.74, "end": 378.78, "word": " will", "probability": 0.68212890625}, {"start": 378.78, "end": 379.04, "word": " send", "probability": 0.71826171875}, {"start": 379.04, "end": 379.32, "word": " you", "probability": 0.61767578125}, {"start": 379.32, "end": 379.42, "word": " the", "probability": 0.64501953125}, {"start": 379.42, "end": 379.8, "word": " view", "probability": 0.6845703125}, {"start": 379.8, "end": 380.54, "word": " of", "probability": 0.91796875}, {"start": 380.54, "end": 380.7, "word": " the", "probability": 0.84716796875}, {"start": 380.7, "end": 380.92, "word": " element", "probability": 0.1717529296875}, {"start": 380.92, "end": 381.12, "word": " that", "probability": 0.5087890625}, {"start": 381.12, "end": 381.22, "word": " came", "probability": 0.25}, {"start": 381.22, "end": 381.48, "word": " out.", "probability": 0.728515625}, {"start": 381.72, "end": 382.1, "word": " To", "probability": 0.402099609375}, {"start": 382.1, "end": 382.34, "word": " tell", "probability": 0.62646484375}, {"start": 382.34, "end": 382.5, "word": " you,", "probability": 0.9580078125}, {"start": 382.52, "end": 382.64, "word": " instead", "probability": 0.67236328125}, {"start": 382.64, "end": 382.76, "word": " of", "probability": 0.96630859375}, {"start": 382.76, "end": 383.06, "word": " making", "probability": 0.666015625}, {"start": 383.06, "end": 383.2, "word": " a", "probability": 0.84716796875}, {"start": 383.2, "end": 383.76, "word": " new", "probability": 0.9140625}, {"start": 383.76, "end": 383.86, "word": " one,", "probability": 0.61181640625}, {"start": 384.44, "end": 384.84, "word": " use", "probability": 0.794921875}, {"start": 384.84, "end": 385.26, "word": " this", "probability": 0.8466796875}, {"start": 385.26, "end": 385.34, "word": " one.", "probability": 0.63671875}, {"start": 386.02, "end": 386.2, "word": " So", "probability": 0.5673828125}, {"start": 386.2, "end": 386.36, "word": " now", "probability": 0.74609375}, {"start": 386.36, "end": 386.56, "word": " we're", "probability": 0.3914794921875}, {"start": 386.56, "end": 386.62, "word": " going", "probability": 0.87060546875}, {"start": 386.62, "end": 386.62, "word": " to", "probability": 0.9716796875}, {"start": 386.62, "end": 386.8, "word": " tell", "probability": 0.440673828125}, {"start": 386.8, "end": 386.94, "word": " it", "probability": 0.69873046875}, {"start": 386.94, "end": 387.14, "word": " if", "probability": 0.40869140625}, {"start": 387.14, "end": 388.08, "word": " convertView", "probability": 0.6158447265625}, {"start": 388.08, "end": 391.44, "word": " is", "probability": 0.169921875}, {"start": 391.44, "end": 391.76, "word": " equal", "probability": 0.447998046875}, {"start": 391.76, "end": 392.08, "word": " to,", "probability": 0.85546875}, {"start": 392.08, "end": 392.28, "word": " if", "probability": 0.849609375}, {"start": 392.28, "end": 392.64, "word": " it", "probability": 0.51123046875}, {"start": 392.64, "end": 392.64, "word": " was", "probability": 0.50341796875}, {"start": 392.64, "end": 392.88, "word": " equal", "probability": 0.286376953125}, {"start": 392.88, "end": 392.96, "word": " to", "probability": 0.82958984375}, {"start": 392.96, "end": 393.2, "word": " null", "probability": 0.572265625}, {"start": 393.2, "end": 393.26, "word": " in", "probability": 0.391845703125}, {"start": 393.26, "end": 393.4, "word": " the", "probability": 0.9287109375}, {"start": 393.4, "end": 393.68, "word": " beginning,", "probability": 0.875}, {"start": 393.9, "end": 394.04, "word": " what", "probability": 0.81787109375}, {"start": 394.04, "end": 394.12, "word": " are", "probability": 0.6181640625}, {"start": 394.12, "end": 394.16, "word": " we", "probability": 0.9287109375}, {"start": 394.16, "end": 394.18, "word": " going", "probability": 0.93505859375}, {"start": 394.18, "end": 394.2, "word": " to", "probability": 0.97265625}, {"start": 394.2, "end": 394.34, "word": " do", "probability": 0.96142578125}, {"start": 394.34, "end": 394.44, "word": " in", "probability": 0.76123046875}, {"start": 394.44, "end": 394.5, "word": " this", "probability": 0.9228515625}, {"start": 394.5, "end": 394.72, "word": " case?", "probability": 0.89990234375}, {"start": 395.8, "end": 396.12, "word": " We're", "probability": 0.5911865234375}, {"start": 396.12, "end": 396.12, "word": " going", "probability": 0.9326171875}, {"start": 396.12, "end": 396.18, "word": " to", "probability": 0.96826171875}, {"start": 396.18, "end": 396.32, "word": " do", "probability": 0.373779296875}, {"start": 396.32, "end": 396.88, "word": " inflate.", "probability": 0.80029296875}], "temperature": 1.0}, {"id": 16, "seek": 42509, "start": 412.39, "end": 425.09, "text": " layout id here I put null because here the view was created again this is to make it clear that list view has 100 elements", "tokens": [13333, 4496, 510, 286, 829, 18184, 570, 510, 264, 1910, 390, 2942, 797, 341, 307, 281, 652, 309, 1850, 300, 1329, 1910, 575, 2319, 4959], "avg_logprob": -0.7475961286288041, "compression_ratio": 1.268041237113402, "no_speech_prob": 0.0, "words": [{"start": 412.38999999999993, "end": 412.98999999999995, "word": " layout", "probability": 0.43115234375}, {"start": 412.98999999999995, "end": 413.59, "word": " id", "probability": 0.60595703125}, {"start": 413.59, "end": 415.37, "word": " here", "probability": 0.2734375}, {"start": 415.37, "end": 415.43, "word": " I", "probability": 0.1527099609375}, {"start": 415.43, "end": 415.67, "word": " put", "probability": 0.58203125}, {"start": 415.67, "end": 415.93, "word": " null", "probability": 0.7666015625}, {"start": 415.93, "end": 417.35, "word": " because", "probability": 0.39599609375}, {"start": 417.35, "end": 417.57, "word": " here", "probability": 0.6572265625}, {"start": 417.57, "end": 418.79, "word": " the", "probability": 0.2452392578125}, {"start": 418.79, "end": 419.03, "word": " view", "probability": 0.5166015625}, {"start": 419.03, "end": 419.11, "word": " was", "probability": 0.32421875}, {"start": 419.11, "end": 419.11, "word": " created", "probability": 0.73974609375}, {"start": 419.11, "end": 421.69, "word": " again", "probability": 0.56884765625}, {"start": 421.69, "end": 422.07, "word": " this", "probability": 0.42236328125}, {"start": 422.07, "end": 422.13, "word": " is", "probability": 0.4482421875}, {"start": 422.13, "end": 422.29, "word": " to", "probability": 0.69482421875}, {"start": 422.29, "end": 422.55, "word": " make", "probability": 0.26416015625}, {"start": 422.55, "end": 422.77, "word": " it", "probability": 0.587890625}, {"start": 422.77, "end": 422.77, "word": " clear", "probability": 0.80419921875}, {"start": 422.77, "end": 423.51, "word": " that", "probability": 0.473388671875}, {"start": 423.51, "end": 423.81, "word": " list", "probability": 0.344970703125}, {"start": 423.81, "end": 424.15, "word": " view", "probability": 0.6767578125}, {"start": 424.15, "end": 424.47, "word": " has", "probability": 0.732421875}, {"start": 424.47, "end": 424.73, "word": " 100", "probability": 0.5595703125}, {"start": 424.73, "end": 425.09, "word": " elements", "probability": 0.63427734375}], "temperature": 1.0}, {"id": 17, "seek": 44946, "start": 427.0, "end": 449.46, "text": " The intelligence in the list view is, for example, let's say I run the list view and there are currently 10 shows on the screen. There are 90 that are not yet visible on the list view. Now, since there are 10 shows, how many times will it ask for the get view? 10 times, okay? And it will do inflation 10 times. It will create 10. Now, what happens is, let's say you scroll down.", "tokens": [440, 7599, 294, 264, 1329, 1910, 307, 11, 337, 1365, 11, 718, 311, 584, 286, 1190, 264, 1329, 1910, 293, 456, 366, 4362, 1266, 3110, 322, 264, 2568, 13, 821, 366, 4289, 300, 366, 406, 1939, 8974, 322, 264, 1329, 1910, 13, 823, 11, 1670, 456, 366, 1266, 3110, 11, 577, 867, 1413, 486, 309, 1029, 337, 264, 483, 1910, 30, 1266, 1413, 11, 1392, 30, 400, 309, 486, 360, 15860, 1266, 1413, 13, 467, 486, 1884, 1266, 13, 823, 11, 437, 2314, 307, 11, 718, 311, 584, 291, 11369, 760, 13], "avg_logprob": -0.5702284894963746, "compression_ratio": 1.7194570135746607, "no_speech_prob": 0.0, "words": [{"start": 427.0, "end": 427.28, "word": " The", "probability": 0.273681640625}, {"start": 427.28, "end": 427.54, "word": " intelligence", "probability": 0.4384765625}, {"start": 427.54, "end": 427.74, "word": " in", "probability": 0.5546875}, {"start": 427.74, "end": 427.8, "word": " the", "probability": 0.35791015625}, {"start": 427.8, "end": 427.96, "word": " list", "probability": 0.662109375}, {"start": 427.96, "end": 428.26, "word": " view", "probability": 0.68310546875}, {"start": 428.26, "end": 428.66, "word": " is,", "probability": 0.62744140625}, {"start": 428.78, "end": 428.92, "word": " for", "probability": 0.72412109375}, {"start": 428.92, "end": 429.12, "word": " example,", "probability": 0.89453125}, {"start": 429.34, "end": 429.56, "word": " let's", "probability": 0.478973388671875}, {"start": 429.56, "end": 429.56, "word": " say", "probability": 0.88427734375}, {"start": 429.56, "end": 429.78, "word": " I", "probability": 0.77490234375}, {"start": 429.78, "end": 430.1, "word": " run", "probability": 0.2724609375}, {"start": 430.1, "end": 430.48, "word": " the", "probability": 0.5498046875}, {"start": 430.48, "end": 430.64, "word": " list", "probability": 0.85009765625}, {"start": 430.64, "end": 431.04, "word": " view", "probability": 0.87744140625}, {"start": 431.04, "end": 431.64, "word": " and", "probability": 0.286865234375}, {"start": 431.64, "end": 431.98, "word": " there", "probability": 0.416015625}, {"start": 431.98, "end": 431.98, "word": " are", "probability": 0.83203125}, {"start": 431.98, "end": 432.74, "word": " currently", "probability": 0.265380859375}, {"start": 432.74, "end": 433.04, "word": " 10", "probability": 0.74560546875}, {"start": 433.04, "end": 433.16, "word": " shows", "probability": 0.1114501953125}, {"start": 433.16, "end": 433.22, "word": " on", "probability": 0.63916015625}, {"start": 433.22, "end": 433.22, "word": " the", "probability": 0.77001953125}, {"start": 433.22, "end": 433.22, "word": " screen.", "probability": 0.8310546875}, {"start": 433.46, "end": 433.64, "word": " There", "probability": 0.35400390625}, {"start": 433.64, "end": 433.7, "word": " are", "probability": 0.87744140625}, {"start": 433.7, "end": 434.2, "word": " 90", "probability": 0.814453125}, {"start": 434.2, "end": 435.58, "word": " that", "probability": 0.3388671875}, {"start": 435.58, "end": 435.92, "word": " are", "probability": 0.5283203125}, {"start": 435.92, "end": 435.92, "word": " not", "probability": 0.62158203125}, {"start": 435.92, "end": 436.0, "word": " yet", "probability": 0.4658203125}, {"start": 436.0, "end": 436.3, "word": " visible", "probability": 0.481689453125}, {"start": 436.3, "end": 436.48, "word": " on", "probability": 0.74365234375}, {"start": 436.48, "end": 436.56, "word": " the", "probability": 0.90966796875}, {"start": 436.56, "end": 436.7, "word": " list", "probability": 0.88037109375}, {"start": 436.7, "end": 436.96, "word": " view.", "probability": 0.86083984375}, {"start": 437.52, "end": 437.84, "word": " Now,", "probability": 0.201416015625}, {"start": 438.36, "end": 438.72, "word": " since", "probability": 0.72119140625}, {"start": 438.72, "end": 439.04, "word": " there", "probability": 0.6826171875}, {"start": 439.04, "end": 439.04, "word": " are", "probability": 0.94189453125}, {"start": 439.04, "end": 439.58, "word": " 10", "probability": 0.8076171875}, {"start": 439.58, "end": 439.58, "word": " shows,", "probability": 0.73974609375}, {"start": 439.84, "end": 440.06, "word": " how", "probability": 0.194091796875}, {"start": 440.06, "end": 440.06, "word": " many", "probability": 0.85400390625}, {"start": 440.06, "end": 440.06, "word": " times", "probability": 0.92041015625}, {"start": 440.06, "end": 440.06, "word": " will", "probability": 0.54833984375}, {"start": 440.06, "end": 440.26, "word": " it", "probability": 0.53271484375}, {"start": 440.26, "end": 440.6, "word": " ask", "probability": 0.11859130859375}, {"start": 440.6, "end": 440.74, "word": " for", "probability": 0.56494140625}, {"start": 440.74, "end": 440.74, "word": " the", "probability": 0.673828125}, {"start": 440.74, "end": 440.82, "word": " get", "probability": 0.29296875}, {"start": 440.82, "end": 441.1, "word": " view?", "probability": 0.3759765625}, {"start": 442.44, "end": 442.9, "word": " 10", "probability": 0.5419921875}, {"start": 442.9, "end": 443.22, "word": " times,", "probability": 0.8916015625}, {"start": 443.72, "end": 443.94, "word": " okay?", "probability": 0.35400390625}, {"start": 444.34, "end": 444.46, "word": " And", "probability": 0.65625}, {"start": 444.46, "end": 444.58, "word": " it", "probability": 0.84326171875}, {"start": 444.58, "end": 444.66, "word": " will", "probability": 0.80615234375}, {"start": 444.66, "end": 444.8, "word": " do", "probability": 0.18994140625}, {"start": 444.8, "end": 445.48, "word": " inflation", "probability": 0.8359375}, {"start": 445.48, "end": 446.32, "word": " 10", "probability": 0.6953125}, {"start": 446.32, "end": 446.66, "word": " times.", "probability": 0.92431640625}, {"start": 446.76, "end": 446.76, "word": " It", "probability": 0.703125}, {"start": 446.76, "end": 446.88, "word": " will", "probability": 0.84716796875}, {"start": 446.88, "end": 447.08, "word": " create", "probability": 0.56884765625}, {"start": 447.08, "end": 447.34, "word": " 10.", "probability": 0.89501953125}, {"start": 447.46, "end": 447.74, "word": " Now,", "probability": 0.7841796875}, {"start": 447.82, "end": 447.92, "word": " what", "probability": 0.8623046875}, {"start": 447.92, "end": 448.2, "word": " happens", "probability": 0.783203125}, {"start": 448.2, "end": 448.38, "word": " is,", "probability": 0.64990234375}, {"start": 448.4, "end": 448.54, "word": " let's", "probability": 0.8251953125}, {"start": 448.54, "end": 448.58, "word": " say", "probability": 0.93994140625}, {"start": 448.58, "end": 448.78, "word": " you", "probability": 0.8623046875}, {"start": 448.78, "end": 449.3, "word": " scroll", "probability": 0.74853515625}, {"start": 449.3, "end": 449.46, "word": " down.", "probability": 0.45947265625}], "temperature": 1.0}, {"id": 18, "seek": 46242, "start": 451.52, "end": 462.42, "text": "There is a new element that wants to enter and there is an old element that wants to leave. Because instead of doing a new inflation for the old element, the new element that comes out", "tokens": [9077, 307, 257, 777, 4478, 300, 2738, 281, 3242, 293, 456, 307, 364, 1331, 4478, 300, 2738, 281, 1856, 13, 1436, 2602, 295, 884, 257, 777, 15860, 337, 264, 1331, 4478, 11, 264, 777, 4478, 300, 1487, 484], "avg_logprob": -0.639823745458554, "compression_ratio": 1.6576576576576576, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 451.52, "end": 451.68, "word": "There", "probability": 0.0654296875}, {"start": 451.68, "end": 451.76, "word": " is", "probability": 0.41796875}, {"start": 451.76, "end": 451.84, "word": " a", "probability": 0.8037109375}, {"start": 451.84, "end": 452.34, "word": " new", "probability": 0.85205078125}, {"start": 452.34, "end": 452.34, "word": " element", "probability": 0.85595703125}, {"start": 452.34, "end": 453.06, "word": " that", "probability": 0.44873046875}, {"start": 453.06, "end": 453.24, "word": " wants", "probability": 0.2398681640625}, {"start": 453.24, "end": 453.32, "word": " to", "probability": 0.96435546875}, {"start": 453.32, "end": 453.54, "word": " enter", "probability": 0.609375}, {"start": 453.54, "end": 454.04, "word": " and", "probability": 0.498779296875}, {"start": 454.04, "end": 454.08, "word": " there", "probability": 0.34765625}, {"start": 454.08, "end": 454.18, "word": " is", "probability": 0.92431640625}, {"start": 454.18, "end": 454.84, "word": " an", "probability": 0.68408203125}, {"start": 454.84, "end": 454.96, "word": " old", "probability": 0.82275390625}, {"start": 454.96, "end": 455.08, "word": " element", "probability": 0.8740234375}, {"start": 455.08, "end": 455.4, "word": " that", "probability": 0.84521484375}, {"start": 455.4, "end": 456.08, "word": " wants", "probability": 0.82568359375}, {"start": 456.08, "end": 456.14, "word": " to", "probability": 0.96826171875}, {"start": 456.14, "end": 456.3, "word": " leave.", "probability": 0.475341796875}, {"start": 457.1, "end": 457.3, "word": " Because", "probability": 0.51611328125}, {"start": 457.3, "end": 457.94, "word": " instead", "probability": 0.2451171875}, {"start": 457.94, "end": 458.56, "word": " of", "probability": 0.96142578125}, {"start": 458.56, "end": 458.96, "word": " doing", "probability": 0.2491455078125}, {"start": 458.96, "end": 459.1, "word": " a", "probability": 0.69384765625}, {"start": 459.1, "end": 459.1, "word": " new", "probability": 0.88623046875}, {"start": 459.1, "end": 459.58, "word": " inflation", "probability": 0.83935546875}, {"start": 459.58, "end": 460.4, "word": " for", "probability": 0.54052734375}, {"start": 460.4, "end": 460.5, "word": " the", "probability": 0.85791015625}, {"start": 460.5, "end": 460.66, "word": " old", "probability": 0.125}, {"start": 460.66, "end": 460.74, "word": " element,", "probability": 0.94091796875}, {"start": 461.26, "end": 461.64, "word": " the", "probability": 0.489501953125}, {"start": 461.64, "end": 461.9, "word": " new", "probability": 0.3701171875}, {"start": 461.9, "end": 461.9, "word": " element", "probability": 0.91064453125}, {"start": 461.9, "end": 462.08, "word": " that", "probability": 0.68896484375}, {"start": 462.08, "end": 462.3, "word": " comes", "probability": 0.13134765625}, {"start": 462.3, "end": 462.42, "word": " out", "probability": 0.71337890625}], "temperature": 1.0}, {"id": 19, "seek": 48112, "start": 464.02, "end": 481.12, "text": " As soon as you log in again, the list will ask for the GetView again, but it will send it to the GetView from the view that came out. Why? To tell the adapter, hey adapter, instead of making a new one, go ahead, take the old one, but change what? The data in it.", "tokens": [1018, 2321, 382, 291, 3565, 294, 797, 11, 264, 1329, 486, 1029, 337, 264, 3240, 30203, 797, 11, 457, 309, 486, 2845, 309, 281, 264, 3240, 30203, 490, 264, 1910, 300, 1361, 484, 13, 1545, 30, 1407, 980, 264, 22860, 11, 4177, 22860, 11, 2602, 295, 1455, 257, 777, 472, 11, 352, 2286, 11, 747, 264, 1331, 472, 11, 457, 1319, 437, 30, 440, 1412, 294, 309, 13], "avg_logprob": -0.5964673947596896, "compression_ratio": 1.5562130177514792, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 464.02000000000004, "end": 464.42, "word": " As", "probability": 0.1175537109375}, {"start": 464.42, "end": 464.56, "word": " soon", "probability": 0.94580078125}, {"start": 464.56, "end": 464.6, "word": " as", "probability": 0.966796875}, {"start": 464.6, "end": 464.84, "word": " you", "probability": 0.2003173828125}, {"start": 464.84, "end": 465.0, "word": " log", "probability": 0.2227783203125}, {"start": 465.0, "end": 465.12, "word": " in", "probability": 0.662109375}, {"start": 465.12, "end": 465.8, "word": " again,", "probability": 0.254150390625}, {"start": 465.94, "end": 466.1, "word": " the", "probability": 0.64453125}, {"start": 466.1, "end": 466.36, "word": " list", "probability": 0.587890625}, {"start": 466.36, "end": 466.5, "word": " will", "probability": 0.77783203125}, {"start": 466.5, "end": 466.8, "word": " ask", "probability": 0.235595703125}, {"start": 466.8, "end": 466.92, "word": " for", "probability": 0.478515625}, {"start": 466.92, "end": 466.94, "word": " the", "probability": 0.4326171875}, {"start": 466.94, "end": 467.28, "word": " GetView", "probability": 0.48455810546875}, {"start": 467.28, "end": 467.7, "word": " again,", "probability": 0.77783203125}, {"start": 468.56, "end": 468.86, "word": " but", "probability": 0.84033203125}, {"start": 468.86, "end": 469.08, "word": " it", "probability": 0.36083984375}, {"start": 469.08, "end": 469.12, "word": " will", "probability": 0.83056640625}, {"start": 469.12, "end": 469.26, "word": " send", "probability": 0.66064453125}, {"start": 469.26, "end": 469.68, "word": " it", "probability": 0.34228515625}, {"start": 469.68, "end": 469.68, "word": " to", "probability": 0.49365234375}, {"start": 469.68, "end": 469.68, "word": " the", "probability": 0.68994140625}, {"start": 469.68, "end": 469.68, "word": " GetView", "probability": 0.677490234375}, {"start": 469.68, "end": 469.68, "word": " from", "probability": 0.1456298828125}, {"start": 469.68, "end": 471.06, "word": " the", "probability": 0.7412109375}, {"start": 471.06, "end": 471.3, "word": " view", "probability": 0.18896484375}, {"start": 471.3, "end": 471.46, "word": " that", "probability": 0.529296875}, {"start": 471.46, "end": 471.62, "word": " came", "probability": 0.26513671875}, {"start": 471.62, "end": 472.72, "word": " out.", "probability": 0.51025390625}, {"start": 473.96, "end": 474.24, "word": " Why?", "probability": 0.751953125}, {"start": 474.32, "end": 474.52, "word": " To", "probability": 0.314453125}, {"start": 474.52, "end": 474.84, "word": " tell", "probability": 0.587890625}, {"start": 474.84, "end": 474.96, "word": " the", "probability": 0.8212890625}, {"start": 474.96, "end": 475.32, "word": " adapter,", "probability": 0.73095703125}, {"start": 475.4, "end": 475.48, "word": " hey", "probability": 0.162109375}, {"start": 475.48, "end": 475.86, "word": " adapter,", "probability": 0.80859375}, {"start": 475.98, "end": 476.1, "word": " instead", "probability": 0.7666015625}, {"start": 476.1, "end": 476.22, "word": " of", "probability": 0.96923828125}, {"start": 476.22, "end": 476.48, "word": " making", "probability": 0.364013671875}, {"start": 476.48, "end": 476.62, "word": " a", "probability": 0.491943359375}, {"start": 476.62, "end": 477.06, "word": " new", "probability": 0.890625}, {"start": 477.06, "end": 477.18, "word": " one,", "probability": 0.78125}, {"start": 477.72, "end": 477.88, "word": " go", "probability": 0.33837890625}, {"start": 477.88, "end": 478.16, "word": " ahead,", "probability": 0.83056640625}, {"start": 478.18, "end": 478.38, "word": " take", "probability": 0.73291015625}, {"start": 478.38, "end": 478.5, "word": " the", "probability": 0.759765625}, {"start": 478.5, "end": 478.68, "word": " old", "probability": 0.49951171875}, {"start": 478.68, "end": 478.78, "word": " one,", "probability": 0.91015625}, {"start": 478.84, "end": 478.94, "word": " but", "probability": 0.8837890625}, {"start": 478.94, "end": 479.24, "word": " change", "probability": 0.8740234375}, {"start": 479.24, "end": 479.62, "word": " what?", "probability": 0.42919921875}, {"start": 480.02, "end": 480.22, "word": " The", "probability": 0.8154296875}, {"start": 480.22, "end": 480.46, "word": " data", "probability": 0.74853515625}, {"start": 480.46, "end": 480.76, "word": " in", "probability": 0.3681640625}, {"start": 480.76, "end": 481.12, "word": " it.", "probability": 0.89990234375}], "temperature": 1.0}, {"id": 20, "seek": 51022, "start": 481.78, "end": 510.22, "text": " This is the idea of converting a view. That's why I told you that if it's null, in the beginning it's going to be null. It's not going to be null when you scroll. Okay? If it's null, go and inflate it. If it's not null, that's it. Take it and change the data in it. How do we change the data in it? First of all, this view has elements inside it. We need to get them. Of course, we know them because we designed this view. Image view, this photo.", "tokens": [639, 307, 264, 1558, 295, 29942, 257, 1910, 13, 663, 311, 983, 286, 1907, 291, 300, 498, 309, 311, 18184, 11, 294, 264, 2863, 309, 311, 516, 281, 312, 18184, 13, 467, 311, 406, 516, 281, 312, 18184, 562, 291, 11369, 13, 1033, 30, 759, 309, 311, 18184, 11, 352, 293, 9922, 473, 309, 13, 759, 309, 311, 406, 18184, 11, 300, 311, 309, 13, 3664, 309, 293, 1319, 264, 1412, 294, 309, 13, 1012, 360, 321, 1319, 264, 1412, 294, 309, 30, 2386, 295, 439, 11, 341, 1910, 575, 4959, 1854, 309, 13, 492, 643, 281, 483, 552, 13, 2720, 1164, 11, 321, 458, 552, 570, 321, 4761, 341, 1910, 13, 29903, 1910, 11, 341, 5052, 13], "avg_logprob": -0.40887603689642515, "compression_ratio": 1.7951807228915662, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 481.78, "end": 482.04, "word": " This", "probability": 0.52294921875}, {"start": 482.04, "end": 482.06, "word": " is", "probability": 0.845703125}, {"start": 482.06, "end": 482.12, "word": " the", "probability": 0.69140625}, {"start": 482.12, "end": 482.32, "word": " idea", "probability": 0.55078125}, {"start": 482.32, "end": 483.76, "word": " of", "probability": 0.73779296875}, {"start": 483.76, "end": 484.66, "word": " converting", "probability": 0.281494140625}, {"start": 484.66, "end": 484.84, "word": " a", "probability": 0.46337890625}, {"start": 484.84, "end": 485.02, "word": " view.", "probability": 0.736328125}, {"start": 485.46, "end": 485.86, "word": " That's", "probability": 0.50244140625}, {"start": 485.86, "end": 486.1, "word": " why", "probability": 0.921875}, {"start": 486.1, "end": 486.3, "word": " I", "probability": 0.82861328125}, {"start": 486.3, "end": 486.48, "word": " told", "probability": 0.58154296875}, {"start": 486.48, "end": 486.64, "word": " you", "probability": 0.6240234375}, {"start": 486.64, "end": 486.66, "word": " that", "probability": 0.459228515625}, {"start": 486.66, "end": 486.72, "word": " if", "probability": 0.75830078125}, {"start": 486.72, "end": 486.92, "word": " it's", "probability": 0.4940185546875}, {"start": 486.92, "end": 487.0, "word": " null,", "probability": 0.703125}, {"start": 487.22, "end": 487.44, "word": " in", "probability": 0.14892578125}, {"start": 487.44, "end": 487.6, "word": " the", "probability": 0.9013671875}, {"start": 487.6, "end": 487.82, "word": " beginning", "probability": 0.87060546875}, {"start": 487.82, "end": 488.06, "word": " it's", "probability": 0.3262939453125}, {"start": 488.06, "end": 488.06, "word": " going", "probability": 0.67626953125}, {"start": 488.06, "end": 488.06, "word": " to", "probability": 0.970703125}, {"start": 488.06, "end": 488.18, "word": " be", "probability": 0.8779296875}, {"start": 488.18, "end": 488.64, "word": " null.", "probability": 0.364013671875}, {"start": 489.7, "end": 490.14, "word": " It's", "probability": 0.486572265625}, {"start": 490.14, "end": 490.14, "word": " not", "probability": 0.6357421875}, {"start": 490.14, "end": 490.14, "word": " going", "probability": 0.90478515625}, {"start": 490.14, "end": 490.14, "word": " to", "probability": 0.97216796875}, {"start": 490.14, "end": 490.3, "word": " be", "probability": 0.92919921875}, {"start": 490.3, "end": 490.78, "word": " null", "probability": 0.94921875}, {"start": 490.78, "end": 490.96, "word": " when", "probability": 0.277099609375}, {"start": 490.96, "end": 491.1, "word": " you", "probability": 0.92236328125}, {"start": 491.1, "end": 491.6, "word": " scroll.", "probability": 0.75634765625}, {"start": 492.08, "end": 492.42, "word": " Okay?", "probability": 0.25146484375}, {"start": 492.78, "end": 493.2, "word": " If", "probability": 0.951171875}, {"start": 493.2, "end": 493.46, "word": " it's", "probability": 0.855712890625}, {"start": 493.46, "end": 493.7, "word": " null,", "probability": 0.91552734375}, {"start": 493.84, "end": 493.96, "word": " go", "probability": 0.455322265625}, {"start": 493.96, "end": 494.06, "word": " and", "probability": 0.36767578125}, {"start": 494.06, "end": 494.72, "word": " inflate", "probability": 0.548126220703125}, {"start": 494.72, "end": 494.72, "word": " it.", "probability": 0.77880859375}, {"start": 494.74, "end": 494.94, "word": " If", "probability": 0.89111328125}, {"start": 494.94, "end": 494.98, "word": " it's", "probability": 0.938232421875}, {"start": 494.98, "end": 495.06, "word": " not", "probability": 0.92431640625}, {"start": 495.06, "end": 495.28, "word": " null,", "probability": 0.94140625}, {"start": 496.12, "end": 496.16, "word": " that's", "probability": 0.6773681640625}, {"start": 496.16, "end": 496.32, "word": " it.", "probability": 0.7900390625}, {"start": 496.4, "end": 496.56, "word": " Take", "probability": 0.1328125}, {"start": 496.56, "end": 496.74, "word": " it", "probability": 0.81640625}, {"start": 496.74, "end": 496.96, "word": " and", "probability": 0.8779296875}, {"start": 496.96, "end": 497.2, "word": " change", "probability": 0.85400390625}, {"start": 497.2, "end": 497.38, "word": " the", "probability": 0.86279296875}, {"start": 497.38, "end": 497.64, "word": " data", "probability": 0.6611328125}, {"start": 497.64, "end": 497.92, "word": " in", "probability": 0.414306640625}, {"start": 497.92, "end": 498.36, "word": " it.", "probability": 0.912109375}, {"start": 498.8, "end": 499.2, "word": " How", "probability": 0.9267578125}, {"start": 499.2, "end": 499.24, "word": " do", "probability": 0.431884765625}, {"start": 499.24, "end": 499.32, "word": " we", "probability": 0.83349609375}, {"start": 499.32, "end": 499.5, "word": " change", "probability": 0.88916015625}, {"start": 499.5, "end": 499.64, "word": " the", "probability": 0.888671875}, {"start": 499.64, "end": 499.96, "word": " data", "probability": 0.94091796875}, {"start": 499.96, "end": 500.3, "word": " in", "probability": 0.82958984375}, {"start": 500.3, "end": 500.62, "word": " it?", "probability": 0.9306640625}, {"start": 500.66, "end": 500.92, "word": " First", "probability": 0.66015625}, {"start": 500.92, "end": 501.12, "word": " of", "probability": 0.48583984375}, {"start": 501.12, "end": 501.14, "word": " all,", "probability": 0.9501953125}, {"start": 501.2, "end": 501.34, "word": " this", "probability": 0.72900390625}, {"start": 501.34, "end": 501.7, "word": " view", "probability": 0.76611328125}, {"start": 501.7, "end": 502.82, "word": " has", "probability": 0.6005859375}, {"start": 502.82, "end": 503.16, "word": " elements", "probability": 0.278564453125}, {"start": 503.16, "end": 503.16, "word": " inside", "probability": 0.71875}, {"start": 503.16, "end": 503.84, "word": " it.", "probability": 0.63427734375}, {"start": 503.84, "end": 504.0, "word": " We", "probability": 0.9150390625}, {"start": 504.0, "end": 504.14, "word": " need", "probability": 0.4189453125}, {"start": 504.14, "end": 504.26, "word": " to", "probability": 0.970703125}, {"start": 504.26, "end": 504.4, "word": " get", "probability": 0.390625}, {"start": 504.4, "end": 504.58, "word": " them.", "probability": 0.88671875}, {"start": 505.0, "end": 505.4, "word": " Of", "probability": 0.45703125}, {"start": 505.4, "end": 505.88, "word": " course,", "probability": 0.9638671875}, {"start": 506.0, "end": 506.1, "word": " we", "probability": 0.951171875}, {"start": 506.1, "end": 506.34, "word": " know", "probability": 0.814453125}, {"start": 506.34, "end": 506.54, "word": " them", "probability": 0.77001953125}, {"start": 506.54, "end": 506.68, "word": " because", "probability": 0.73193359375}, {"start": 506.68, "end": 506.96, "word": " we", "probability": 0.9140625}, {"start": 506.96, "end": 507.24, "word": " designed", "probability": 0.80419921875}, {"start": 507.24, "end": 508.14, "word": " this", "probability": 0.85205078125}, {"start": 508.14, "end": 508.4, "word": " view.", "probability": 0.8271484375}, {"start": 508.82, "end": 509.26, "word": " Image", "probability": 0.82958984375}, {"start": 509.26, "end": 509.54, "word": " view,", "probability": 0.5146484375}, {"start": 509.7, "end": 509.8, "word": " this", "probability": 0.857421875}, {"start": 509.8, "end": 510.22, "word": " photo.", "probability": 0.75927734375}], "temperature": 1.0}, {"id": 21, "seek": 52314, "start": 513.2, "end": 523.14, "text": " view or convert view find view by ID", "tokens": [1910, 420, 7620, 1910, 915, 1910, 538, 7348], "avg_logprob": -0.4548611111111111, "compression_ratio": 1.0, "no_speech_prob": 0.0, "words": [{"start": 513.2, "end": 513.72, "word": " view", "probability": 0.21044921875}, {"start": 513.72, "end": 514.34, "word": " or", "probability": 0.6005859375}, {"start": 514.34, "end": 514.86, "word": " convert", "probability": 0.939453125}, {"start": 514.86, "end": 515.32, "word": " view", "probability": 0.80224609375}, {"start": 515.32, "end": 521.96, "word": " find", "probability": 0.5048828125}, {"start": 521.96, "end": 522.42, "word": " view", "probability": 0.69140625}, {"start": 522.42, "end": 522.72, "word": " by", "probability": 0.96826171875}, {"start": 522.72, "end": 523.14, "word": " ID", "probability": 0.56494140625}], "temperature": 1.0}, {"id": 22, "seek": 58104, "start": 559.93, "end": 581.05, "text": " Ok, we got the three, now we say person p equals persons.get position and fill in photoim.set image resource r.p.get photo id name tv.set text", "tokens": [3477, 11, 321, 658, 264, 1045, 11, 586, 321, 584, 954, 280, 6915, 14453, 13, 847, 2535, 293, 2836, 294, 5052, 332, 13, 3854, 3256, 7684, 367, 13, 79, 13, 847, 5052, 4496, 1315, 16364, 13, 3854, 2487], "avg_logprob": -0.5821314255396525, "compression_ratio": 1.2882882882882882, "no_speech_prob": 0.0, "words": [{"start": 559.93, "end": 560.27, "word": " Ok,", "probability": 0.10504150390625}, {"start": 560.29, "end": 560.43, "word": " we", "probability": 0.29736328125}, {"start": 560.43, "end": 560.57, "word": " got", "probability": 0.36328125}, {"start": 560.57, "end": 560.77, "word": " the", "probability": 0.361328125}, {"start": 560.77, "end": 561.05, "word": " three,", "probability": 0.420654296875}, {"start": 561.21, "end": 561.63, "word": " now", "probability": 0.7080078125}, {"start": 561.63, "end": 562.07, "word": " we", "probability": 0.63623046875}, {"start": 562.07, "end": 562.33, "word": " say", "probability": 0.26220703125}, {"start": 562.33, "end": 562.93, "word": " person", "probability": 0.763671875}, {"start": 562.93, "end": 563.53, "word": " p", "probability": 0.389404296875}, {"start": 563.53, "end": 564.55, "word": " equals", "probability": 0.07354736328125}, {"start": 564.55, "end": 565.31, "word": " persons", "probability": 0.82421875}, {"start": 565.31, "end": 565.89, "word": ".get", "probability": 0.75244140625}, {"start": 565.89, "end": 567.41, "word": " position", "probability": 0.472412109375}, {"start": 567.41, "end": 568.83, "word": " and", "probability": 0.429931640625}, {"start": 568.83, "end": 569.15, "word": " fill", "probability": 0.583984375}, {"start": 569.15, "end": 569.29, "word": " in", "probability": 0.294921875}, {"start": 569.29, "end": 570.39, "word": " photoim", "probability": 0.6474609375}, {"start": 570.39, "end": 571.43, "word": ".set", "probability": 0.818115234375}, {"start": 571.43, "end": 572.85, "word": " image", "probability": 0.591796875}, {"start": 572.85, "end": 573.43, "word": " resource", "probability": 0.67626953125}, {"start": 573.43, "end": 573.81, "word": " r", "probability": 0.43603515625}, {"start": 573.81, "end": 575.57, "word": ".p", "probability": 0.864013671875}, {"start": 575.57, "end": 577.25, "word": ".get", "probability": 0.973876953125}, {"start": 577.25, "end": 577.63, "word": " photo", "probability": 0.6845703125}, {"start": 577.63, "end": 577.99, "word": " id", "probability": 0.6142578125}, {"start": 577.99, "end": 579.49, "word": " name", "probability": 0.57177734375}, {"start": 579.49, "end": 579.93, "word": " tv", "probability": 0.81298828125}, {"start": 579.93, "end": 580.59, "word": ".set", "probability": 0.89599609375}, {"start": 580.59, "end": 581.05, "word": " text", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 23, "seek": 61128, "start": 583.06, "end": 611.28, "text": " P dot get name Age tv dot set text P dot get age Okay, we finished like that, we filled the data and we say convert view And then in the main activity, we do not forget to create an object from the adapter and we say set adapter Okay guys, until now we did not take anything new", "tokens": [430, 5893, 483, 1315, 16280, 16364, 5893, 992, 2487, 430, 5893, 483, 3205, 1033, 11, 321, 4335, 411, 300, 11, 321, 6412, 264, 1412, 293, 321, 584, 7620, 1910, 400, 550, 294, 264, 2135, 5191, 11, 321, 360, 406, 2870, 281, 1884, 364, 2657, 490, 264, 22860, 293, 321, 584, 992, 22860, 1033, 1074, 11, 1826, 586, 321, 630, 406, 747, 1340, 777], "avg_logprob": -0.5024414258077741, "compression_ratio": 1.6411764705882352, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 583.06, "end": 583.4, "word": " P", "probability": 0.25830078125}, {"start": 583.4, "end": 583.8, "word": " dot", "probability": 0.258544921875}, {"start": 583.8, "end": 584.2, "word": " get", "probability": 0.8466796875}, {"start": 584.2, "end": 584.98, "word": " name", "probability": 0.71142578125}, {"start": 584.98, "end": 587.06, "word": " Age", "probability": 0.45703125}, {"start": 587.06, "end": 587.44, "word": " tv", "probability": 0.61767578125}, {"start": 587.44, "end": 587.94, "word": " dot", "probability": 0.89111328125}, {"start": 587.94, "end": 588.24, "word": " set", "probability": 0.94091796875}, {"start": 588.24, "end": 588.68, "word": " text", "probability": 0.919921875}, {"start": 588.68, "end": 590.56, "word": " P", "probability": 0.8759765625}, {"start": 590.56, "end": 590.96, "word": " dot", "probability": 0.96826171875}, {"start": 590.96, "end": 591.44, "word": " get", "probability": 0.94873046875}, {"start": 591.44, "end": 591.96, "word": " age", "probability": 0.87890625}, {"start": 591.96, "end": 595.66, "word": " Okay,", "probability": 0.059661865234375}, {"start": 595.94, "end": 596.4, "word": " we", "probability": 0.3818359375}, {"start": 596.4, "end": 596.62, "word": " finished", "probability": 0.172119140625}, {"start": 596.62, "end": 596.92, "word": " like", "probability": 0.25634765625}, {"start": 596.92, "end": 596.96, "word": " that,", "probability": 0.54736328125}, {"start": 597.06, "end": 597.12, "word": " we", "probability": 0.45654296875}, {"start": 597.12, "end": 597.3, "word": " filled", "probability": 0.79296875}, {"start": 597.3, "end": 597.5, "word": " the", "probability": 0.451416015625}, {"start": 597.5, "end": 597.74, "word": " data", "probability": 0.6376953125}, {"start": 597.74, "end": 598.06, "word": " and", "probability": 0.5576171875}, {"start": 598.06, "end": 598.18, "word": " we", "probability": 0.52978515625}, {"start": 598.18, "end": 598.34, "word": " say", "probability": 0.453857421875}, {"start": 598.34, "end": 598.94, "word": " convert", "probability": 0.8876953125}, {"start": 598.94, "end": 599.92, "word": " view", "probability": 0.51611328125}, {"start": 599.92, "end": 601.54, "word": " And", "probability": 0.55029296875}, {"start": 601.54, "end": 601.86, "word": " then", "probability": 0.591796875}, {"start": 601.86, "end": 602.06, "word": " in", "probability": 0.7333984375}, {"start": 602.06, "end": 602.18, "word": " the", "probability": 0.390869140625}, {"start": 602.18, "end": 602.3, "word": " main", "probability": 0.8583984375}, {"start": 602.3, "end": 602.78, "word": " activity,", "probability": 0.9326171875}, {"start": 602.9, "end": 602.96, "word": " we", "probability": 0.7587890625}, {"start": 602.96, "end": 602.98, "word": " do", "probability": 0.3310546875}, {"start": 602.98, "end": 602.98, "word": " not", "probability": 0.93896484375}, {"start": 602.98, "end": 603.28, "word": " forget", "probability": 0.896484375}, {"start": 603.28, "end": 603.52, "word": " to", "probability": 0.86083984375}, {"start": 603.52, "end": 603.74, "word": " create", "probability": 0.8369140625}, {"start": 603.74, "end": 604.0, "word": " an", "probability": 0.5}, {"start": 604.0, "end": 604.26, "word": " object", "probability": 0.97607421875}, {"start": 604.26, "end": 604.54, "word": " from", "probability": 0.80810546875}, {"start": 604.54, "end": 604.64, "word": " the", "probability": 0.75439453125}, {"start": 604.64, "end": 605.06, "word": " adapter", "probability": 0.79833984375}, {"start": 605.06, "end": 605.24, "word": " and", "probability": 0.76123046875}, {"start": 605.24, "end": 605.32, "word": " we", "probability": 0.422607421875}, {"start": 605.32, "end": 605.44, "word": " say", "probability": 0.912109375}, {"start": 605.44, "end": 605.86, "word": " set", "probability": 0.92822265625}, {"start": 605.86, "end": 607.12, "word": " adapter", "probability": 0.89013671875}, {"start": 607.12, "end": 608.92, "word": " Okay", "probability": 0.62255859375}, {"start": 608.92, "end": 609.38, "word": " guys,", "probability": 0.5546875}, {"start": 609.88, "end": 610.16, "word": " until", "probability": 0.47265625}, {"start": 610.16, "end": 610.4, "word": " now", "probability": 0.93798828125}, {"start": 610.4, "end": 610.48, "word": " we", "probability": 0.58984375}, {"start": 610.48, "end": 610.48, "word": " did", "probability": 0.47119140625}, {"start": 610.48, "end": 610.48, "word": " not", "probability": 0.93994140625}, {"start": 610.48, "end": 610.68, "word": " take", "probability": 0.419677734375}, {"start": 610.68, "end": 610.94, "word": " anything", "probability": 0.68798828125}, {"start": 610.94, "end": 611.28, "word": " new", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 24, "seek": 62791, "start": 612.02, "end": 627.92, "text": " This is what we took in the lecture. Yes, this is what we called my personal adapter. Just a second. The order is different.", "tokens": [639, 307, 437, 321, 1890, 294, 264, 7991, 13, 1079, 11, 341, 307, 437, 321, 1219, 452, 2973, 22860, 13, 1449, 257, 1150, 13, 440, 1668, 307, 819, 13], "avg_logprob": -0.5729166607062022, "compression_ratio": 1.2254901960784315, "no_speech_prob": 0.0, "words": [{"start": 612.02, "end": 612.28, "word": " This", "probability": 0.4873046875}, {"start": 612.28, "end": 612.32, "word": " is", "probability": 0.58203125}, {"start": 612.32, "end": 612.34, "word": " what", "probability": 0.351806640625}, {"start": 612.34, "end": 612.38, "word": " we", "probability": 0.91943359375}, {"start": 612.38, "end": 612.58, "word": " took", "probability": 0.52783203125}, {"start": 612.58, "end": 612.86, "word": " in", "probability": 0.50048828125}, {"start": 612.86, "end": 612.92, "word": " the", "probability": 0.65283203125}, {"start": 612.92, "end": 613.3, "word": " lecture.", "probability": 0.83349609375}, {"start": 615.12, "end": 615.64, "word": " Yes,", "probability": 0.195556640625}, {"start": 616.58, "end": 616.7, "word": " this", "probability": 0.673828125}, {"start": 616.7, "end": 616.76, "word": " is", "probability": 0.66796875}, {"start": 616.76, "end": 616.86, "word": " what", "probability": 0.51806640625}, {"start": 616.86, "end": 617.0, "word": " we", "probability": 0.88720703125}, {"start": 617.0, "end": 617.0, "word": " called", "probability": 0.54345703125}, {"start": 617.0, "end": 617.26, "word": " my", "probability": 0.394287109375}, {"start": 617.26, "end": 617.6, "word": " personal", "probability": 0.55859375}, {"start": 617.6, "end": 618.12, "word": " adapter.", "probability": 0.76708984375}, {"start": 619.58, "end": 619.6, "word": " Just", "probability": 0.29931640625}, {"start": 619.6, "end": 620.08, "word": " a", "probability": 0.7802734375}, {"start": 620.08, "end": 620.1, "word": " second.", "probability": 0.61083984375}, {"start": 626.92, "end": 627.24, "word": " The", "probability": 0.2364501953125}, {"start": 627.24, "end": 627.52, "word": " order", "probability": 0.494384765625}, {"start": 627.52, "end": 627.66, "word": " is", "probability": 0.7373046875}, {"start": 627.66, "end": 627.92, "word": " different.", "probability": 0.85791015625}], "temperature": 1.0}, {"id": 25, "seek": 64336, "start": 640.66, "end": 643.36, "text": " Ah, طب قولوا يا جماعة، لابهون.", "tokens": [2438, 11, 23032, 3555, 12174, 12610, 14407, 35186, 10874, 15042, 27884, 12399, 5296, 16758, 3224, 11536, 13], "avg_logprob": -0.6236979133552976, "compression_ratio": 0.8813559322033898, "no_speech_prob": 0.0, "words": [{"start": 640.66, "end": 641.28, "word": " Ah,", "probability": 0.09246826171875}, {"start": 641.88, "end": 642.16, "word": " طب", "probability": 0.58001708984375}, {"start": 642.16, "end": 642.4, "word": " قولوا", "probability": 0.9231770833333334}, {"start": 642.4, "end": 642.5, "word": " يا", "probability": 0.97607421875}, {"start": 642.5, "end": 643.02, "word": " جماعة،", "probability": 0.79638671875}, {"start": 643.02, "end": 643.36, "word": " لابهون.", "probability": 0.61334228515625}], "temperature": 1.0}, {"id": 26, "seek": 68925, "start": 664.01, "end": 689.25, "text": " Yes, what is your question? In the get item in the class of the adapter, the type of return data is put and get, if it is put and get, does it mean that there are problems? No, there are problems because this is an overwritten method, it means that you are obliged to override what is already there in the superclass, so if I change it here, it will consider it another method, okay? Yes, put a person here", "tokens": [1079, 11, 437, 307, 428, 1168, 30, 682, 264, 483, 3174, 294, 264, 1508, 295, 264, 22860, 11, 264, 2010, 295, 2736, 1412, 307, 829, 293, 483, 11, 498, 309, 307, 829, 293, 483, 11, 775, 309, 914, 300, 456, 366, 2740, 30, 883, 11, 456, 366, 2740, 570, 341, 307, 364, 670, 26859, 3170, 11, 309, 1355, 300, 291, 366, 47194, 281, 42321, 437, 307, 1217, 456, 294, 264, 1687, 11665, 11, 370, 498, 286, 1319, 309, 510, 11, 309, 486, 1949, 309, 1071, 3170, 11, 1392, 30, 1079, 11, 829, 257, 954, 510], "avg_logprob": -0.5071614465365807, "compression_ratio": 1.8008849557522124, "no_speech_prob": 0.0, "words": [{"start": 664.01, "end": 664.29, "word": " Yes,", "probability": 0.2281494140625}, {"start": 664.33, "end": 664.49, "word": " what", "probability": 0.7548828125}, {"start": 664.49, "end": 664.51, "word": " is", "probability": 0.537109375}, {"start": 664.51, "end": 664.73, "word": " your", "probability": 0.8330078125}, {"start": 664.73, "end": 664.73, "word": " question?", "probability": 0.9345703125}, {"start": 665.33, "end": 665.55, "word": " In", "probability": 0.52490234375}, {"start": 665.55, "end": 665.85, "word": " the", "probability": 0.68505859375}, {"start": 665.85, "end": 666.03, "word": " get", "probability": 0.255126953125}, {"start": 666.03, "end": 666.45, "word": " item", "probability": 0.6826171875}, {"start": 666.45, "end": 666.67, "word": " in", "probability": 0.472900390625}, {"start": 666.67, "end": 666.77, "word": " the", "probability": 0.81396484375}, {"start": 666.77, "end": 667.09, "word": " class", "probability": 0.77392578125}, {"start": 667.09, "end": 667.33, "word": " of", "probability": 0.85986328125}, {"start": 667.33, "end": 667.59, "word": " the", "probability": 0.6865234375}, {"start": 667.59, "end": 668.07, "word": " adapter,", "probability": 0.69384765625}, {"start": 669.03, "end": 669.33, "word": " the", "probability": 0.439697265625}, {"start": 669.33, "end": 669.47, "word": " type", "probability": 0.365966796875}, {"start": 669.47, "end": 669.61, "word": " of", "probability": 0.82373046875}, {"start": 669.61, "end": 669.87, "word": " return", "probability": 0.72021484375}, {"start": 669.87, "end": 670.65, "word": " data", "probability": 0.6142578125}, {"start": 670.65, "end": 670.81, "word": " is", "probability": 0.270263671875}, {"start": 670.81, "end": 671.07, "word": " put", "probability": 0.3232421875}, {"start": 671.07, "end": 671.33, "word": " and", "probability": 0.1116943359375}, {"start": 671.33, "end": 671.47, "word": " get,", "probability": 0.263427734375}, {"start": 671.53, "end": 671.65, "word": " if", "probability": 0.8369140625}, {"start": 671.65, "end": 671.87, "word": " it", "probability": 0.312744140625}, {"start": 671.87, "end": 671.87, "word": " is", "probability": 0.83154296875}, {"start": 671.87, "end": 671.87, "word": " put", "probability": 0.7529296875}, {"start": 671.87, "end": 671.95, "word": " and", "probability": 0.57421875}, {"start": 671.95, "end": 672.03, "word": " get,", "probability": 0.8623046875}, {"start": 672.07, "end": 672.23, "word": " does", "probability": 0.509765625}, {"start": 672.23, "end": 672.29, "word": " it", "probability": 0.70458984375}, {"start": 672.29, "end": 672.29, "word": " mean", "probability": 0.81982421875}, {"start": 672.29, "end": 672.39, "word": " that", "probability": 0.55859375}, {"start": 672.39, "end": 672.51, "word": " there", "probability": 0.83837890625}, {"start": 672.51, "end": 672.51, "word": " are", "probability": 0.55126953125}, {"start": 672.51, "end": 672.87, "word": " problems?", "probability": 0.703125}, {"start": 675.79, "end": 676.23, "word": " No,", "probability": 0.362060546875}, {"start": 676.49, "end": 676.61, "word": " there", "probability": 0.458251953125}, {"start": 676.61, "end": 676.71, "word": " are", "probability": 0.90869140625}, {"start": 676.71, "end": 677.03, "word": " problems", "probability": 0.794921875}, {"start": 677.03, "end": 677.23, "word": " because", "probability": 0.50244140625}, {"start": 677.23, "end": 677.45, "word": " this", "probability": 0.76513671875}, {"start": 677.45, "end": 678.37, "word": " is", "probability": 0.90771484375}, {"start": 678.37, "end": 678.79, "word": " an", "probability": 0.72607421875}, {"start": 678.79, "end": 679.19, "word": " overwritten", "probability": 0.92138671875}, {"start": 679.19, "end": 679.57, "word": " method,", "probability": 0.94482421875}, {"start": 679.83, "end": 679.93, "word": " it", "probability": 0.1727294921875}, {"start": 679.93, "end": 679.93, "word": " means", "probability": 0.69873046875}, {"start": 679.93, "end": 680.05, "word": " that", "probability": 0.81640625}, {"start": 680.05, "end": 680.15, "word": " you", "probability": 0.91845703125}, {"start": 680.15, "end": 680.25, "word": " are", "probability": 0.703125}, {"start": 680.25, "end": 680.63, "word": " obliged", "probability": 0.7294921875}, {"start": 680.63, "end": 681.49, "word": " to", "probability": 0.9619140625}, {"start": 681.49, "end": 682.13, "word": " override", "probability": 0.7138671875}, {"start": 682.13, "end": 682.43, "word": " what", "probability": 0.3740234375}, {"start": 682.43, "end": 682.51, "word": " is", "probability": 0.853515625}, {"start": 682.51, "end": 682.79, "word": " already", "probability": 0.473388671875}, {"start": 682.79, "end": 683.31, "word": " there", "probability": 0.369873046875}, {"start": 683.31, "end": 683.63, "word": " in", "probability": 0.85888671875}, {"start": 683.63, "end": 683.75, "word": " the", "probability": 0.90234375}, {"start": 683.75, "end": 684.31, "word": " superclass,", "probability": 0.75439453125}, {"start": 684.49, "end": 684.57, "word": " so", "probability": 0.736328125}, {"start": 684.57, "end": 684.71, "word": " if", "probability": 0.77392578125}, {"start": 684.71, "end": 684.85, "word": " I", "probability": 0.5927734375}, {"start": 684.85, "end": 684.99, "word": " change", "probability": 0.59814453125}, {"start": 684.99, "end": 685.11, "word": " it", "probability": 0.7529296875}, {"start": 685.11, "end": 685.23, "word": " here,", "probability": 0.8359375}, {"start": 685.25, "end": 685.33, "word": " it", "probability": 0.429931640625}, {"start": 685.33, "end": 685.37, "word": " will", "probability": 0.377685546875}, {"start": 685.37, "end": 685.55, "word": " consider", "probability": 0.5087890625}, {"start": 685.55, "end": 685.61, "word": " it", "probability": 0.822265625}, {"start": 685.61, "end": 685.63, "word": " another", "probability": 0.580078125}, {"start": 685.63, "end": 686.11, "word": " method,", "probability": 0.94482421875}, {"start": 686.97, "end": 687.15, "word": " okay?", "probability": 0.1719970703125}, {"start": 687.43, "end": 687.43, "word": " Yes,", "probability": 0.4755859375}, {"start": 687.93, "end": 688.57, "word": " put", "probability": 0.340087890625}, {"start": 688.57, "end": 688.83, "word": " a", "probability": 0.288330078125}, {"start": 688.83, "end": 689.17, "word": " person", "probability": 0.94970703125}, {"start": 689.17, "end": 689.25, "word": " here", "probability": 0.828125}], "temperature": 1.0}, {"id": 27, "seek": 71482, "start": 691.34, "end": 714.82, "text": " yes, it will accept it, but it will bring you a line that is supposed to tell you to override the method it didn't bring me a line it is supposed to tell me to remove this", "tokens": [2086, 11, 309, 486, 3241, 309, 11, 457, 309, 486, 1565, 291, 257, 1622, 300, 307, 3442, 281, 980, 291, 281, 42321, 264, 3170, 309, 994, 380, 1565, 385, 257, 1622, 309, 307, 3442, 281, 980, 385, 281, 4159, 341], "avg_logprob": -0.5960365621055045, "compression_ratio": 1.5636363636363637, "no_speech_prob": 0.0, "words": [{"start": 691.34, "end": 691.82, "word": " yes,", "probability": 0.149658203125}, {"start": 692.72, "end": 693.12, "word": " it", "probability": 0.452392578125}, {"start": 693.12, "end": 693.26, "word": " will", "probability": 0.72314453125}, {"start": 693.26, "end": 693.52, "word": " accept", "probability": 0.67578125}, {"start": 693.52, "end": 693.7, "word": " it,", "probability": 0.60205078125}, {"start": 693.84, "end": 693.96, "word": " but", "probability": 0.8369140625}, {"start": 693.96, "end": 694.22, "word": " it", "probability": 0.76611328125}, {"start": 694.22, "end": 694.24, "word": " will", "probability": 0.81494140625}, {"start": 694.24, "end": 694.4, "word": " bring", "probability": 0.31396484375}, {"start": 694.4, "end": 694.6, "word": " you", "probability": 0.5029296875}, {"start": 694.6, "end": 694.7, "word": " a", "probability": 0.82958984375}, {"start": 694.7, "end": 694.82, "word": " line", "probability": 0.87060546875}, {"start": 694.82, "end": 694.96, "word": " that", "probability": 0.258544921875}, {"start": 694.96, "end": 694.96, "word": " is", "probability": 0.1533203125}, {"start": 694.96, "end": 695.2, "word": " supposed", "probability": 0.6708984375}, {"start": 695.2, "end": 696.4, "word": " to", "probability": 0.9130859375}, {"start": 696.4, "end": 696.5, "word": " tell", "probability": 0.247314453125}, {"start": 696.5, "end": 696.98, "word": " you", "probability": 0.923828125}, {"start": 696.98, "end": 697.12, "word": " to", "probability": 0.720703125}, {"start": 697.12, "end": 697.6, "word": " override", "probability": 0.724609375}, {"start": 697.6, "end": 697.88, "word": " the", "probability": 0.6845703125}, {"start": 697.88, "end": 698.24, "word": " method", "probability": 0.9384765625}, {"start": 698.24, "end": 703.54, "word": " it", "probability": 0.4072265625}, {"start": 703.54, "end": 703.62, "word": " didn't", "probability": 0.696533203125}, {"start": 703.62, "end": 703.76, "word": " bring", "probability": 0.7783203125}, {"start": 703.76, "end": 703.9, "word": " me", "probability": 0.2318115234375}, {"start": 703.9, "end": 704.66, "word": " a", "probability": 0.77685546875}, {"start": 704.66, "end": 704.66, "word": " line", "probability": 0.90673828125}, {"start": 704.66, "end": 709.04, "word": " it", "probability": 0.294677734375}, {"start": 709.04, "end": 711.56, "word": " is", "probability": 0.5048828125}, {"start": 711.56, "end": 711.7, "word": " supposed", "probability": 0.822265625}, {"start": 711.7, "end": 711.92, "word": " to", "probability": 0.96630859375}, {"start": 711.92, "end": 712.12, "word": " tell", "probability": 0.71630859375}, {"start": 712.12, "end": 712.46, "word": " me", "probability": 0.88623046875}, {"start": 712.46, "end": 713.26, "word": " to", "probability": 0.379638671875}, {"start": 713.26, "end": 714.48, "word": " remove", "probability": 0.58447265625}, {"start": 714.48, "end": 714.82, "word": " this", "probability": 0.488037109375}], "temperature": 1.0}, {"id": 28, "seek": 73977, "start": 721.47, "end": 739.77, "text": " I don't know. Try it and see if the return changes. Because we try it when we do action. Okay. Now, guys, we want to continue with this getView.", "tokens": [286, 500, 380, 458, 13, 6526, 309, 293, 536, 498, 264, 2736, 2962, 13, 1436, 321, 853, 309, 562, 321, 360, 3069, 13, 1033, 13, 823, 11, 1074, 11, 321, 528, 281, 2354, 365, 341, 483, 30203, 13], "avg_logprob": -0.5336538430971977, "compression_ratio": 1.228813559322034, "no_speech_prob": 0.0, "words": [{"start": 721.47, "end": 721.81, "word": " I", "probability": 0.57568359375}, {"start": 721.81, "end": 721.99, "word": " don't", "probability": 0.86279296875}, {"start": 721.99, "end": 722.23, "word": " know.", "probability": 0.89990234375}, {"start": 722.41, "end": 722.67, "word": " Try", "probability": 0.7060546875}, {"start": 722.67, "end": 722.87, "word": " it", "probability": 0.7978515625}, {"start": 722.87, "end": 723.01, "word": " and", "probability": 0.1097412109375}, {"start": 723.01, "end": 723.05, "word": " see", "probability": 0.6943359375}, {"start": 723.05, "end": 723.67, "word": " if", "probability": 0.89599609375}, {"start": 723.67, "end": 723.75, "word": " the", "probability": 0.357177734375}, {"start": 723.75, "end": 724.45, "word": " return", "probability": 0.69921875}, {"start": 724.45, "end": 724.45, "word": " changes.", "probability": 0.29443359375}, {"start": 724.89, "end": 725.13, "word": " Because", "probability": 0.10650634765625}, {"start": 725.13, "end": 725.35, "word": " we", "probability": 0.72119140625}, {"start": 725.35, "end": 725.73, "word": " try", "probability": 0.4365234375}, {"start": 725.73, "end": 725.89, "word": " it", "probability": 0.671875}, {"start": 725.89, "end": 726.03, "word": " when", "probability": 0.65966796875}, {"start": 726.03, "end": 726.19, "word": " we", "probability": 0.91943359375}, {"start": 726.19, "end": 726.29, "word": " do", "probability": 0.607421875}, {"start": 726.29, "end": 726.91, "word": " action.", "probability": 0.5029296875}, {"start": 728.53, "end": 729.01, "word": " Okay.", "probability": 0.374755859375}, {"start": 735.09, "end": 735.57, "word": " Now,", "probability": 0.85595703125}, {"start": 735.73, "end": 736.03, "word": " guys,", "probability": 0.7373046875}, {"start": 737.61, "end": 738.25, "word": " we", "probability": 0.89111328125}, {"start": 738.25, "end": 738.41, "word": " want", "probability": 0.177734375}, {"start": 738.41, "end": 738.55, "word": " to", "probability": 0.9716796875}, {"start": 738.55, "end": 738.77, "word": " continue", "probability": 0.8017578125}, {"start": 738.77, "end": 739.25, "word": " with", "probability": 0.41650390625}, {"start": 739.25, "end": 739.33, "word": " this", "probability": 0.49365234375}, {"start": 739.33, "end": 739.77, "word": " getView.", "probability": 0.6407470703125}], "temperature": 1.0}, {"id": 29, "seek": 76360, "start": 743.02, "end": 763.6, "text": " Because the GetView still has a problem. What is it? We rushed it a little bit. Because if there was a view, we used what was already there instead of creating a new one. Because as one of the problems of the view that is delayed, the FindView by ID causes a problem. Why? Because it is a search process.", "tokens": [1436, 264, 3240, 30203, 920, 575, 257, 1154, 13, 708, 307, 309, 30, 492, 24421, 309, 257, 707, 857, 13, 1436, 498, 456, 390, 257, 1910, 11, 321, 1143, 437, 390, 1217, 456, 2602, 295, 4084, 257, 777, 472, 13, 1436, 382, 472, 295, 264, 2740, 295, 264, 1910, 300, 307, 20268, 11, 264, 11809, 30203, 538, 7348, 7700, 257, 1154, 13, 1545, 30, 1436, 309, 307, 257, 3164, 1399, 13], "avg_logprob": -0.572048639257749, "compression_ratio": 1.6666666666666667, "no_speech_prob": 0.0, "words": [{"start": 743.02, "end": 743.4, "word": " Because", "probability": 0.39501953125}, {"start": 743.4, "end": 743.54, "word": " the", "probability": 0.390869140625}, {"start": 743.54, "end": 743.9, "word": " GetView", "probability": 0.5355224609375}, {"start": 743.9, "end": 744.18, "word": " still", "probability": 0.4111328125}, {"start": 744.18, "end": 744.44, "word": " has", "probability": 0.81103515625}, {"start": 744.44, "end": 744.5, "word": " a", "probability": 0.68701171875}, {"start": 744.5, "end": 744.7, "word": " problem.", "probability": 0.2288818359375}, {"start": 745.68, "end": 746.16, "word": " What", "probability": 0.482421875}, {"start": 746.16, "end": 746.34, "word": " is", "probability": 0.6962890625}, {"start": 746.34, "end": 746.42, "word": " it?", "probability": 0.79931640625}, {"start": 746.46, "end": 746.72, "word": " We", "probability": 0.6708984375}, {"start": 746.72, "end": 747.02, "word": " rushed", "probability": 0.0938720703125}, {"start": 747.02, "end": 747.28, "word": " it", "probability": 0.6513671875}, {"start": 747.28, "end": 747.34, "word": " a", "probability": 0.607421875}, {"start": 747.34, "end": 747.54, "word": " little", "probability": 0.437255859375}, {"start": 747.54, "end": 747.64, "word": " bit.", "probability": 0.60009765625}, {"start": 748.32, "end": 748.8, "word": " Because", "probability": 0.437255859375}, {"start": 748.8, "end": 749.98, "word": " if", "probability": 0.55517578125}, {"start": 749.98, "end": 751.12, "word": " there", "probability": 0.71337890625}, {"start": 751.12, "end": 751.12, "word": " was", "probability": 0.71435546875}, {"start": 751.12, "end": 751.22, "word": " a", "probability": 0.72412109375}, {"start": 751.22, "end": 751.36, "word": " view,", "probability": 0.46484375}, {"start": 751.66, "end": 751.92, "word": " we", "probability": 0.884765625}, {"start": 751.92, "end": 752.22, "word": " used", "probability": 0.78759765625}, {"start": 752.22, "end": 752.8, "word": " what", "probability": 0.1795654296875}, {"start": 752.8, "end": 752.9, "word": " was", "probability": 0.76806640625}, {"start": 752.9, "end": 753.4, "word": " already", "probability": 0.53955078125}, {"start": 753.4, "end": 753.5, "word": " there", "probability": 0.61767578125}, {"start": 753.5, "end": 753.74, "word": " instead", "probability": 0.59423828125}, {"start": 753.74, "end": 753.76, "word": " of", "probability": 0.9716796875}, {"start": 753.76, "end": 753.98, "word": " creating", "probability": 0.327392578125}, {"start": 753.98, "end": 754.16, "word": " a", "probability": 0.86279296875}, {"start": 754.16, "end": 754.5, "word": " new", "probability": 0.90673828125}, {"start": 754.5, "end": 754.6, "word": " one.", "probability": 0.88330078125}, {"start": 755.12, "end": 755.26, "word": " Because", "probability": 0.72216796875}, {"start": 755.26, "end": 755.68, "word": " as", "probability": 0.2196044921875}, {"start": 755.68, "end": 756.12, "word": " one", "probability": 0.7548828125}, {"start": 756.12, "end": 756.32, "word": " of", "probability": 0.94140625}, {"start": 756.32, "end": 756.48, "word": " the", "probability": 0.9189453125}, {"start": 756.48, "end": 756.8, "word": " problems", "probability": 0.73583984375}, {"start": 756.8, "end": 756.98, "word": " of", "probability": 0.407958984375}, {"start": 756.98, "end": 757.02, "word": " the", "probability": 0.353759765625}, {"start": 757.02, "end": 757.18, "word": " view", "probability": 0.744140625}, {"start": 757.18, "end": 757.32, "word": " that", "probability": 0.6533203125}, {"start": 757.32, "end": 757.44, "word": " is", "probability": 0.21240234375}, {"start": 757.44, "end": 757.76, "word": " delayed,", "probability": 0.273193359375}, {"start": 758.9, "end": 759.08, "word": " the", "probability": 0.3193359375}, {"start": 759.08, "end": 759.66, "word": " FindView", "probability": 0.88330078125}, {"start": 759.66, "end": 759.82, "word": " by", "probability": 0.1572265625}, {"start": 759.82, "end": 760.16, "word": " ID", "probability": 0.55859375}, {"start": 760.16, "end": 761.66, "word": " causes", "probability": 0.2232666015625}, {"start": 761.66, "end": 761.82, "word": " a", "probability": 0.7373046875}, {"start": 761.82, "end": 762.06, "word": " problem.", "probability": 0.84619140625}, {"start": 762.4, "end": 762.72, "word": " Why?", "probability": 0.8310546875}, {"start": 762.76, "end": 762.88, "word": " Because", "probability": 0.923828125}, {"start": 762.88, "end": 763.0, "word": " it", "probability": 0.91162109375}, {"start": 763.0, "end": 763.0, "word": " is", "probability": 0.73486328125}, {"start": 763.0, "end": 763.3, "word": " a", "probability": 0.8994140625}, {"start": 763.3, "end": 763.6, "word": " search", "probability": 0.76171875}, {"start": 763.6, "end": 763.6, "word": " process.", "probability": 0.77294921875}], "temperature": 1.0}, {"id": 30, "seek": 78441, "start": 764.99, "end": 784.41, "text": " They want to search for a view on xml and find out where the element is, they bring it to me. So they say that the find view is also a costly process. So they tell me that I have to get rid of it. How do I get rid of it? Pay attention to me and see what I want to do. Let me write the code and then I will explain it to you.", "tokens": [814, 528, 281, 3164, 337, 257, 1910, 322, 2031, 15480, 293, 915, 484, 689, 264, 4478, 307, 11, 436, 1565, 309, 281, 385, 13, 407, 436, 584, 300, 264, 915, 1910, 307, 611, 257, 28328, 1399, 13, 407, 436, 980, 385, 300, 286, 362, 281, 483, 3973, 295, 309, 13, 1012, 360, 286, 483, 3973, 295, 309, 30, 11431, 3202, 281, 385, 293, 536, 437, 286, 528, 281, 360, 13, 961, 385, 2464, 264, 3089, 293, 550, 286, 486, 2903, 309, 281, 291, 13], "avg_logprob": -0.559191193300135, "compression_ratio": 1.6169154228855722, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 764.9899999999999, "end": 765.31, "word": " They", "probability": 0.107421875}, {"start": 765.31, "end": 765.47, "word": " want", "probability": 0.2347412109375}, {"start": 765.47, "end": 765.59, "word": " to", "probability": 0.91259765625}, {"start": 765.59, "end": 765.85, "word": " search", "probability": 0.414794921875}, {"start": 765.85, "end": 766.11, "word": " for", "probability": 0.305419921875}, {"start": 766.11, "end": 766.11, "word": " a", "probability": 0.15283203125}, {"start": 766.11, "end": 766.11, "word": " view", "probability": 0.341552734375}, {"start": 766.11, "end": 766.27, "word": " on", "probability": 0.4091796875}, {"start": 766.27, "end": 766.73, "word": " xml", "probability": 0.6865234375}, {"start": 766.73, "end": 767.33, "word": " and", "probability": 0.33984375}, {"start": 767.33, "end": 767.65, "word": " find", "probability": 0.33984375}, {"start": 767.65, "end": 767.71, "word": " out", "probability": 0.27294921875}, {"start": 767.71, "end": 767.83, "word": " where", "probability": 0.66357421875}, {"start": 767.83, "end": 767.97, "word": " the", "probability": 0.31640625}, {"start": 767.97, "end": 768.25, "word": " element", "probability": 0.69921875}, {"start": 768.25, "end": 768.73, "word": " is,", "probability": 0.822265625}, {"start": 769.21, "end": 769.21, "word": " they", "probability": 0.2135009765625}, {"start": 769.21, "end": 769.21, "word": " bring", "probability": 0.31396484375}, {"start": 769.21, "end": 769.37, "word": " it", "probability": 0.78466796875}, {"start": 769.37, "end": 769.37, "word": " to", "probability": 0.82958984375}, {"start": 769.37, "end": 769.41, "word": " me.", "probability": 0.88232421875}, {"start": 769.49, "end": 769.57, "word": " So", "probability": 0.369140625}, {"start": 769.57, "end": 769.67, "word": " they", "probability": 0.1973876953125}, {"start": 769.67, "end": 769.79, "word": " say", "probability": 0.591796875}, {"start": 769.79, "end": 769.91, "word": " that", "probability": 0.37744140625}, {"start": 769.91, "end": 769.95, "word": " the", "probability": 0.38720703125}, {"start": 769.95, "end": 770.19, "word": " find", "probability": 0.44677734375}, {"start": 770.19, "end": 770.43, "word": " view", "probability": 0.69580078125}, {"start": 770.43, "end": 770.89, "word": " is", "probability": 0.40869140625}, {"start": 770.89, "end": 771.07, "word": " also", "probability": 0.399169921875}, {"start": 771.07, "end": 771.21, "word": " a", "probability": 0.442626953125}, {"start": 771.21, "end": 772.07, "word": " costly", "probability": 0.89794921875}, {"start": 772.07, "end": 772.19, "word": " process.", "probability": 0.689453125}, {"start": 773.39, "end": 773.71, "word": " So", "probability": 0.64990234375}, {"start": 773.71, "end": 773.83, "word": " they", "probability": 0.490966796875}, {"start": 773.83, "end": 773.93, "word": " tell", "probability": 0.2353515625}, {"start": 773.93, "end": 774.01, "word": " me", "probability": 0.9072265625}, {"start": 774.01, "end": 774.05, "word": " that", "probability": 0.60791015625}, {"start": 774.05, "end": 774.13, "word": " I", "probability": 0.40478515625}, {"start": 774.13, "end": 774.19, "word": " have", "probability": 0.24853515625}, {"start": 774.19, "end": 774.23, "word": " to", "probability": 0.97802734375}, {"start": 774.23, "end": 774.37, "word": " get", "probability": 0.204345703125}, {"start": 774.37, "end": 774.51, "word": " rid", "probability": 0.912109375}, {"start": 774.51, "end": 774.67, "word": " of", "probability": 0.96630859375}, {"start": 774.67, "end": 774.89, "word": " it.", "probability": 0.9052734375}, {"start": 775.93, "end": 776.25, "word": " How", "probability": 0.62451171875}, {"start": 776.25, "end": 776.39, "word": " do", "probability": 0.42333984375}, {"start": 776.39, "end": 776.41, "word": " I", "probability": 0.798828125}, {"start": 776.41, "end": 776.59, "word": " get", "probability": 0.79638671875}, {"start": 776.59, "end": 776.67, "word": " rid", "probability": 0.9697265625}, {"start": 776.67, "end": 776.87, "word": " of", "probability": 0.97119140625}, {"start": 776.87, "end": 777.01, "word": " it?", "probability": 0.935546875}, {"start": 777.45, "end": 777.71, "word": " Pay", "probability": 0.41259765625}, {"start": 777.71, "end": 777.87, "word": " attention", "probability": 0.9453125}, {"start": 777.87, "end": 777.99, "word": " to", "probability": 0.89013671875}, {"start": 777.99, "end": 778.25, "word": " me", "probability": 0.83203125}, {"start": 778.25, "end": 778.43, "word": " and", "probability": 0.79052734375}, {"start": 778.43, "end": 778.57, "word": " see", "probability": 0.67724609375}, {"start": 778.57, "end": 778.77, "word": " what", "probability": 0.94091796875}, {"start": 778.77, "end": 778.77, "word": " I", "probability": 0.921875}, {"start": 778.77, "end": 779.01, "word": " want", "probability": 0.2432861328125}, {"start": 779.01, "end": 779.07, "word": " to", "probability": 0.96728515625}, {"start": 779.07, "end": 779.33, "word": " do.", "probability": 0.96533203125}, {"start": 782.63, "end": 782.95, "word": " Let", "probability": 0.9169921875}, {"start": 782.95, "end": 783.11, "word": " me", "probability": 0.94482421875}, {"start": 783.11, "end": 783.31, "word": " write", "probability": 0.841796875}, {"start": 783.31, "end": 783.51, "word": " the", "probability": 0.69287109375}, {"start": 783.51, "end": 783.69, "word": " code", "probability": 0.94873046875}, {"start": 783.69, "end": 783.81, "word": " and", "probability": 0.69140625}, {"start": 783.81, "end": 783.95, "word": " then", "probability": 0.77197265625}, {"start": 783.95, "end": 784.05, "word": " I", "probability": 0.73974609375}, {"start": 784.05, "end": 784.11, "word": " will", "probability": 0.515625}, {"start": 784.11, "end": 784.23, "word": " explain", "probability": 0.8427734375}, {"start": 784.23, "end": 784.37, "word": " it", "probability": 0.69970703125}, {"start": 784.37, "end": 784.37, "word": " to", "probability": 0.93017578125}, {"start": 784.37, "end": 784.41, "word": " you.", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 31, "seek": 84146, "start": 840.98, "end": 841.46, "text": " I'm done.", "tokens": [286, 478, 1096, 13], "avg_logprob": -1.2953125, "compression_ratio": 0.5555555555555556, "no_speech_prob": 3.55839729309082e-05, "words": [{"start": 840.9799999999999, "end": 841.3, "word": " I'm", "probability": 0.1647491455078125}, {"start": 841.3, "end": 841.46, "word": " done.", "probability": 0.21728515625}], "temperature": 1.0}, {"id": 32, "seek": 90383, "start": 878.81, "end": 903.83, "text": " Okay, it's done. Does anyone understand what I did? Let me explain it. Of course, if someone tries to study a tutorial, opens a tutorial on the internet, how to do the list view, he will open the tutorial and find the code written. Okay? And he will find the code written like this. So imagine that you open the internet and find the code of the list view written this way.", "tokens": [1033, 11, 309, 311, 1096, 13, 4402, 2878, 1223, 437, 286, 630, 30, 961, 385, 2903, 309, 13, 2720, 1164, 11, 498, 1580, 9898, 281, 2979, 257, 7073, 11, 9870, 257, 7073, 322, 264, 4705, 11, 577, 281, 360, 264, 1329, 1910, 11, 415, 486, 1269, 264, 7073, 293, 915, 264, 3089, 3720, 13, 1033, 30, 400, 415, 486, 915, 264, 3089, 3720, 411, 341, 13, 407, 3811, 300, 291, 1269, 264, 4705, 293, 915, 264, 3089, 295, 264, 1329, 1910, 3720, 341, 636, 13], "avg_logprob": -0.45857559456381686, "compression_ratio": 1.7725118483412323, "no_speech_prob": 0.0, "words": [{"start": 878.81, "end": 879.09, "word": " Okay,", "probability": 0.10626220703125}, {"start": 879.19, "end": 879.59, "word": " it's", "probability": 0.5230712890625}, {"start": 879.59, "end": 879.59, "word": " done.", "probability": 0.62158203125}, {"start": 880.03, "end": 880.33, "word": " Does", "probability": 0.3662109375}, {"start": 880.33, "end": 880.33, "word": " anyone", "probability": 0.7802734375}, {"start": 880.33, "end": 880.55, "word": " understand", "probability": 0.50634765625}, {"start": 880.55, "end": 880.73, "word": " what", "probability": 0.796875}, {"start": 880.73, "end": 880.85, "word": " I", "probability": 0.6943359375}, {"start": 880.85, "end": 880.91, "word": " did?", "probability": 0.48828125}, {"start": 884.85, "end": 885.25, "word": " Let", "probability": 0.6923828125}, {"start": 885.25, "end": 885.37, "word": " me", "probability": 0.9345703125}, {"start": 885.37, "end": 885.65, "word": " explain", "probability": 0.83056640625}, {"start": 885.65, "end": 885.97, "word": " it.", "probability": 0.45703125}, {"start": 887.65, "end": 888.05, "word": " Of", "probability": 0.5283203125}, {"start": 888.05, "end": 888.19, "word": " course,", "probability": 0.95751953125}, {"start": 888.89, "end": 889.25, "word": " if", "probability": 0.89794921875}, {"start": 889.25, "end": 889.57, "word": " someone", "probability": 0.6689453125}, {"start": 889.57, "end": 889.97, "word": " tries", "probability": 0.47119140625}, {"start": 889.97, "end": 890.49, "word": " to", "probability": 0.6357421875}, {"start": 890.49, "end": 890.79, "word": " study", "probability": 0.54248046875}, {"start": 890.79, "end": 891.01, "word": " a", "probability": 0.328125}, {"start": 891.01, "end": 891.39, "word": " tutorial,", "probability": 0.92724609375}, {"start": 891.53, "end": 891.73, "word": " opens", "probability": 0.26904296875}, {"start": 891.73, "end": 891.89, "word": " a", "probability": 0.7822265625}, {"start": 891.89, "end": 892.13, "word": " tutorial", "probability": 0.9052734375}, {"start": 892.13, "end": 892.23, "word": " on", "probability": 0.84423828125}, {"start": 892.23, "end": 892.41, "word": " the", "probability": 0.84423828125}, {"start": 892.41, "end": 892.61, "word": " internet,", "probability": 0.71826171875}, {"start": 892.87, "end": 893.03, "word": " how", "probability": 0.6884765625}, {"start": 893.03, "end": 893.13, "word": " to", "probability": 0.60302734375}, {"start": 893.13, "end": 893.13, "word": " do", "probability": 0.406494140625}, {"start": 893.13, "end": 893.17, "word": " the", "probability": 0.229736328125}, {"start": 893.17, "end": 893.35, "word": " list", "probability": 0.67919921875}, {"start": 893.35, "end": 893.69, "word": " view,", "probability": 0.7626953125}, {"start": 894.29, "end": 895.07, "word": " he", "probability": 0.60595703125}, {"start": 895.07, "end": 895.13, "word": " will", "probability": 0.441650390625}, {"start": 895.13, "end": 895.29, "word": " open", "probability": 0.84765625}, {"start": 895.29, "end": 895.43, "word": " the", "probability": 0.7578125}, {"start": 895.43, "end": 895.73, "word": " tutorial", "probability": 0.89306640625}, {"start": 895.73, "end": 895.89, "word": " and", "probability": 0.6650390625}, {"start": 895.89, "end": 895.97, "word": " find", "probability": 0.54052734375}, {"start": 895.97, "end": 896.13, "word": " the", "probability": 0.87548828125}, {"start": 896.13, "end": 896.29, "word": " code", "probability": 0.87255859375}, {"start": 896.29, "end": 896.55, "word": " written.", "probability": 0.837890625}, {"start": 897.23, "end": 897.43, "word": " Okay?", "probability": 0.477783203125}, {"start": 897.71, "end": 897.87, "word": " And", "probability": 0.68310546875}, {"start": 897.87, "end": 897.91, "word": " he", "probability": 0.80859375}, {"start": 897.91, "end": 897.97, "word": " will", "probability": 0.8115234375}, {"start": 897.97, "end": 898.11, "word": " find", "probability": 0.8671875}, {"start": 898.11, "end": 898.27, "word": " the", "probability": 0.89892578125}, {"start": 898.27, "end": 898.47, "word": " code", "probability": 0.84228515625}, {"start": 898.47, "end": 898.91, "word": " written", "probability": 0.89892578125}, {"start": 898.91, "end": 899.09, "word": " like", "probability": 0.763671875}, {"start": 899.09, "end": 899.37, "word": " this.", "probability": 0.69970703125}, {"start": 900.17, "end": 900.39, "word": " So", "probability": 0.414794921875}, {"start": 900.39, "end": 900.69, "word": " imagine", "probability": 0.65087890625}, {"start": 900.69, "end": 900.83, "word": " that", "probability": 0.3095703125}, {"start": 900.83, "end": 900.95, "word": " you", "probability": 0.93701171875}, {"start": 900.95, "end": 901.29, "word": " open", "probability": 0.62255859375}, {"start": 901.29, "end": 901.47, "word": " the", "probability": 0.86669921875}, {"start": 901.47, "end": 901.67, "word": " internet", "probability": 0.65087890625}, {"start": 901.67, "end": 901.77, "word": " and", "probability": 0.74072265625}, {"start": 901.77, "end": 902.05, "word": " find", "probability": 0.47802734375}, {"start": 902.05, "end": 902.19, "word": " the", "probability": 0.85546875}, {"start": 902.19, "end": 902.35, "word": " code", "probability": 0.6689453125}, {"start": 902.35, "end": 902.47, "word": " of", "probability": 0.387939453125}, {"start": 902.47, "end": 902.47, "word": " the", "probability": 0.74951171875}, {"start": 902.47, "end": 902.65, "word": " list", "probability": 0.89208984375}, {"start": 902.65, "end": 902.95, "word": " view", "probability": 0.80859375}, {"start": 902.95, "end": 903.35, "word": " written", "probability": 0.91650390625}, {"start": 903.35, "end": 903.49, "word": " this", "probability": 0.34521484375}, {"start": 903.49, "end": 903.83, "word": " way.", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 33, "seek": 92167, "start": 904.89, "end": 921.67, "text": " Will you understand it? No, you will not understand it. I started with zero, then I improved it and improved it until we reached this picture. You still don't understand this picture. We want to explain it to you. But this is the difference that not always tutorials on the internet give you the information.", "tokens": [3099, 291, 1223, 309, 30, 883, 11, 291, 486, 406, 1223, 309, 13, 286, 1409, 365, 4018, 11, 550, 286, 9689, 309, 293, 9689, 309, 1826, 321, 6488, 341, 3036, 13, 509, 920, 500, 380, 1223, 341, 3036, 13, 492, 528, 281, 2903, 309, 281, 291, 13, 583, 341, 307, 264, 2649, 300, 406, 1009, 17616, 322, 264, 4705, 976, 291, 264, 1589, 13], "avg_logprob": -0.50625, "compression_ratio": 1.6436170212765957, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 904.89, "end": 905.11, "word": " Will", "probability": 0.234619140625}, {"start": 905.11, "end": 905.23, "word": " you", "probability": 0.9384765625}, {"start": 905.23, "end": 905.37, "word": " understand", "probability": 0.7578125}, {"start": 905.37, "end": 905.57, "word": " it?", "probability": 0.65380859375}, {"start": 905.75, "end": 906.17, "word": " No,", "probability": 0.474365234375}, {"start": 906.35, "end": 906.35, "word": " you", "probability": 0.82421875}, {"start": 906.35, "end": 906.35, "word": " will", "probability": 0.491943359375}, {"start": 906.35, "end": 906.35, "word": " not", "probability": 0.92431640625}, {"start": 906.35, "end": 906.61, "word": " understand", "probability": 0.48193359375}, {"start": 906.61, "end": 906.73, "word": " it.", "probability": 0.84326171875}, {"start": 906.81, "end": 906.97, "word": " I", "probability": 0.92626953125}, {"start": 906.97, "end": 907.19, "word": " started", "probability": 0.779296875}, {"start": 907.19, "end": 907.65, "word": " with", "probability": 0.3671875}, {"start": 907.65, "end": 909.09, "word": " zero,", "probability": 0.273681640625}, {"start": 909.25, "end": 909.57, "word": " then", "probability": 0.58251953125}, {"start": 909.57, "end": 909.77, "word": " I", "probability": 0.5810546875}, {"start": 909.77, "end": 910.05, "word": " improved", "probability": 0.387939453125}, {"start": 910.05, "end": 910.57, "word": " it", "probability": 0.54736328125}, {"start": 910.57, "end": 910.65, "word": " and", "probability": 0.1812744140625}, {"start": 910.65, "end": 911.03, "word": " improved", "probability": 0.80224609375}, {"start": 911.03, "end": 911.41, "word": " it", "probability": 0.92431640625}, {"start": 911.41, "end": 911.65, "word": " until", "probability": 0.5908203125}, {"start": 911.65, "end": 912.37, "word": " we", "probability": 0.70849609375}, {"start": 912.37, "end": 912.57, "word": " reached", "probability": 0.4765625}, {"start": 912.57, "end": 913.05, "word": " this", "probability": 0.84716796875}, {"start": 913.05, "end": 913.23, "word": " picture.", "probability": 0.52197265625}, {"start": 913.39, "end": 913.55, "word": " You", "probability": 0.8330078125}, {"start": 913.55, "end": 913.61, "word": " still", "probability": 0.7734375}, {"start": 913.61, "end": 913.83, "word": " don't", "probability": 0.744140625}, {"start": 913.83, "end": 914.05, "word": " understand", "probability": 0.7705078125}, {"start": 914.05, "end": 914.19, "word": " this", "probability": 0.88037109375}, {"start": 914.19, "end": 914.41, "word": " picture.", "probability": 0.8115234375}, {"start": 914.97, "end": 915.41, "word": " We", "probability": 0.393310546875}, {"start": 915.41, "end": 915.57, "word": " want", "probability": 0.5341796875}, {"start": 915.57, "end": 915.63, "word": " to", "probability": 0.943359375}, {"start": 915.63, "end": 915.83, "word": " explain", "probability": 0.5712890625}, {"start": 915.83, "end": 915.95, "word": " it", "probability": 0.6796875}, {"start": 915.95, "end": 916.03, "word": " to", "probability": 0.8876953125}, {"start": 916.03, "end": 916.11, "word": " you.", "probability": 0.96826171875}, {"start": 916.75, "end": 917.15, "word": " But", "probability": 0.77783203125}, {"start": 917.15, "end": 917.33, "word": " this", "probability": 0.6416015625}, {"start": 917.33, "end": 917.41, "word": " is", "probability": 0.5126953125}, {"start": 917.41, "end": 917.45, "word": " the", "probability": 0.81884765625}, {"start": 917.45, "end": 917.69, "word": " difference", "probability": 0.80224609375}, {"start": 917.69, "end": 918.11, "word": " that", "probability": 0.44580078125}, {"start": 918.11, "end": 918.95, "word": " not", "probability": 0.2142333984375}, {"start": 918.95, "end": 919.21, "word": " always", "probability": 0.5341796875}, {"start": 919.21, "end": 919.71, "word": " tutorials", "probability": 0.73486328125}, {"start": 919.71, "end": 919.89, "word": " on", "probability": 0.80859375}, {"start": 919.89, "end": 920.05, "word": " the", "probability": 0.68017578125}, {"start": 920.05, "end": 920.29, "word": " internet", "probability": 0.8017578125}, {"start": 920.29, "end": 921.03, "word": " give", "probability": 0.472900390625}, {"start": 921.03, "end": 921.25, "word": " you", "probability": 0.8681640625}, {"start": 921.25, "end": 921.31, "word": " the", "probability": 0.37451171875}, {"start": 921.31, "end": 921.67, "word": " information.", "probability": 0.64892578125}], "temperature": 1.0}, {"id": 34, "seek": 93847, "start": 923.05, "end": 938.47, "text": " And sometimes when you study from the internet, you take the code as it is and you don't understand it, and this is wrong, okay? We have to understand it because these things develop your ability to develop the code, okay? Tomorrow, we are now using libraries", "tokens": [400, 2171, 562, 291, 2979, 490, 264, 4705, 11, 291, 747, 264, 3089, 382, 309, 307, 293, 291, 500, 380, 1223, 309, 11, 293, 341, 307, 2085, 11, 1392, 30, 492, 362, 281, 1223, 309, 570, 613, 721, 1499, 428, 3485, 281, 1499, 264, 3089, 11, 1392, 30, 17499, 11, 321, 366, 586, 1228, 15148], "avg_logprob": -0.4734933057001659, "compression_ratio": 1.5662650602409638, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 923.05, "end": 923.51, "word": " And", "probability": 0.1011962890625}, {"start": 923.51, "end": 923.95, "word": " sometimes", "probability": 0.736328125}, {"start": 923.95, "end": 924.53, "word": " when", "probability": 0.3193359375}, {"start": 924.53, "end": 924.75, "word": " you", "probability": 0.89404296875}, {"start": 924.75, "end": 924.89, "word": " study", "probability": 0.72119140625}, {"start": 924.89, "end": 925.03, "word": " from", "probability": 0.37353515625}, {"start": 925.03, "end": 925.13, "word": " the", "probability": 0.409912109375}, {"start": 925.13, "end": 925.51, "word": " internet,", "probability": 0.77783203125}, {"start": 925.63, "end": 925.75, "word": " you", "probability": 0.88623046875}, {"start": 925.75, "end": 925.97, "word": " take", "probability": 0.299560546875}, {"start": 925.97, "end": 926.23, "word": " the", "probability": 0.7216796875}, {"start": 926.23, "end": 926.97, "word": " code", "probability": 0.8564453125}, {"start": 926.97, "end": 927.49, "word": " as", "probability": 0.414794921875}, {"start": 927.49, "end": 927.73, "word": " it", "probability": 0.8662109375}, {"start": 927.73, "end": 927.81, "word": " is", "probability": 0.912109375}, {"start": 927.81, "end": 927.91, "word": " and", "probability": 0.2744140625}, {"start": 927.91, "end": 928.05, "word": " you", "probability": 0.85107421875}, {"start": 928.05, "end": 928.17, "word": " don't", "probability": 0.850341796875}, {"start": 928.17, "end": 928.43, "word": " understand", "probability": 0.751953125}, {"start": 928.43, "end": 928.55, "word": " it,", "probability": 0.88037109375}, {"start": 928.59, "end": 928.63, "word": " and", "probability": 0.650390625}, {"start": 928.63, "end": 928.77, "word": " this", "probability": 0.49072265625}, {"start": 928.77, "end": 928.83, "word": " is", "probability": 0.943359375}, {"start": 928.83, "end": 929.11, "word": " wrong,", "probability": 0.88525390625}, {"start": 929.65, "end": 929.91, "word": " okay?", "probability": 0.382568359375}, {"start": 930.05, "end": 930.19, "word": " We", "probability": 0.82373046875}, {"start": 930.19, "end": 930.31, "word": " have", "probability": 0.3154296875}, {"start": 930.31, "end": 930.49, "word": " to", "probability": 0.97509765625}, {"start": 930.49, "end": 930.79, "word": " understand", "probability": 0.77734375}, {"start": 930.79, "end": 931.19, "word": " it", "probability": 0.81884765625}, {"start": 931.19, "end": 931.67, "word": " because", "probability": 0.53515625}, {"start": 931.67, "end": 932.35, "word": " these", "probability": 0.6708984375}, {"start": 932.35, "end": 932.69, "word": " things", "probability": 0.7041015625}, {"start": 932.69, "end": 933.97, "word": " develop", "probability": 0.467041015625}, {"start": 933.97, "end": 934.15, "word": " your", "probability": 0.7978515625}, {"start": 934.15, "end": 934.43, "word": " ability", "probability": 0.84814453125}, {"start": 934.43, "end": 934.71, "word": " to", "probability": 0.9375}, {"start": 934.71, "end": 935.05, "word": " develop", "probability": 0.72119140625}, {"start": 935.05, "end": 935.19, "word": " the", "probability": 0.482666015625}, {"start": 935.19, "end": 935.49, "word": " code,", "probability": 0.9248046875}, {"start": 935.91, "end": 936.11, "word": " okay?", "probability": 0.8203125}, {"start": 936.27, "end": 936.57, "word": " Tomorrow,", "probability": 0.79638671875}, {"start": 937.11, "end": 937.33, "word": " we", "probability": 0.681640625}, {"start": 937.33, "end": 937.39, "word": " are", "probability": 0.5537109375}, {"start": 937.39, "end": 937.55, "word": " now", "probability": 0.5205078125}, {"start": 937.55, "end": 938.05, "word": " using", "probability": 0.88037109375}, {"start": 938.05, "end": 938.47, "word": " libraries", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 35, "seek": 96520, "start": 939.58, "end": 965.2, "text": " The one who made these libraries is the smart one, right or not? He made it easier for us to work. So, we are going to use your abilities to make libraries for others in the future. Okay? So, let's see what we did. To understand this, we agreed that this is a list view, and inside each list view, there are elements. Okay?", "tokens": [440, 472, 567, 1027, 613, 15148, 307, 264, 4069, 472, 11, 558, 420, 406, 30, 634, 1027, 309, 3571, 337, 505, 281, 589, 13, 407, 11, 321, 366, 516, 281, 764, 428, 11582, 281, 652, 15148, 337, 2357, 294, 264, 2027, 13, 1033, 30, 407, 11, 718, 311, 536, 437, 321, 630, 13, 1407, 1223, 341, 11, 321, 9166, 300, 341, 307, 257, 1329, 1910, 11, 293, 1854, 1184, 1329, 1910, 11, 456, 366, 4959, 13, 1033, 30], "avg_logprob": -0.6004746790173687, "compression_ratio": 1.62, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 939.58, "end": 940.1, "word": " The", "probability": 0.157958984375}, {"start": 940.1, "end": 940.12, "word": " one", "probability": 0.37158203125}, {"start": 940.12, "end": 940.22, "word": " who", "probability": 0.7900390625}, {"start": 940.22, "end": 940.38, "word": " made", "probability": 0.38427734375}, {"start": 940.38, "end": 941.0, "word": " these", "probability": 0.50244140625}, {"start": 941.0, "end": 941.0, "word": " libraries", "probability": 0.8232421875}, {"start": 941.0, "end": 941.34, "word": " is", "probability": 0.54052734375}, {"start": 941.34, "end": 941.48, "word": " the", "probability": 0.156005859375}, {"start": 941.48, "end": 941.68, "word": " smart", "probability": 0.315185546875}, {"start": 941.68, "end": 942.04, "word": " one,", "probability": 0.75732421875}, {"start": 942.14, "end": 942.74, "word": " right", "probability": 0.44970703125}, {"start": 942.74, "end": 942.96, "word": " or", "probability": 0.378662109375}, {"start": 942.96, "end": 942.96, "word": " not?", "probability": 0.521484375}, {"start": 943.08, "end": 943.38, "word": " He", "probability": 0.65185546875}, {"start": 943.38, "end": 943.56, "word": " made", "probability": 0.63134765625}, {"start": 943.56, "end": 943.56, "word": " it", "probability": 0.26123046875}, {"start": 943.56, "end": 943.76, "word": " easier", "probability": 0.525390625}, {"start": 943.76, "end": 943.88, "word": " for", "probability": 0.84912109375}, {"start": 943.88, "end": 944.02, "word": " us", "probability": 0.88916015625}, {"start": 944.02, "end": 944.14, "word": " to", "probability": 0.80712890625}, {"start": 944.14, "end": 944.28, "word": " work.", "probability": 0.88525390625}, {"start": 944.76, "end": 944.92, "word": " So,", "probability": 0.38720703125}, {"start": 945.02, "end": 945.12, "word": " we", "probability": 0.55712890625}, {"start": 945.12, "end": 945.22, "word": " are", "probability": 0.1968994140625}, {"start": 945.22, "end": 945.26, "word": " going", "probability": 0.09716796875}, {"start": 945.26, "end": 945.26, "word": " to", "probability": 0.9638671875}, {"start": 945.26, "end": 945.5, "word": " use", "probability": 0.1845703125}, {"start": 945.5, "end": 945.66, "word": " your", "probability": 0.8125}, {"start": 945.66, "end": 945.96, "word": " abilities", "probability": 0.363037109375}, {"start": 945.96, "end": 946.42, "word": " to", "probability": 0.26318359375}, {"start": 946.42, "end": 947.7, "word": " make", "probability": 0.76806640625}, {"start": 947.7, "end": 948.14, "word": " libraries", "probability": 0.90625}, {"start": 948.14, "end": 948.34, "word": " for", "probability": 0.85400390625}, {"start": 948.34, "end": 948.62, "word": " others", "probability": 0.6748046875}, {"start": 948.62, "end": 948.62, "word": " in", "probability": 0.4833984375}, {"start": 948.62, "end": 948.62, "word": " the", "probability": 0.833984375}, {"start": 948.62, "end": 948.62, "word": " future.", "probability": 0.9755859375}, {"start": 949.28, "end": 949.58, "word": " Okay?", "probability": 0.224365234375}, {"start": 950.42, "end": 950.86, "word": " So,", "probability": 0.73291015625}, {"start": 951.02, "end": 951.28, "word": " let's", "probability": 0.859375}, {"start": 951.28, "end": 951.56, "word": " see", "probability": 0.2431640625}, {"start": 951.56, "end": 952.44, "word": " what", "probability": 0.8486328125}, {"start": 952.44, "end": 952.56, "word": " we", "probability": 0.8212890625}, {"start": 952.56, "end": 952.82, "word": " did.", "probability": 0.48828125}, {"start": 953.46, "end": 953.98, "word": " To", "probability": 0.1981201171875}, {"start": 953.98, "end": 954.68, "word": " understand", "probability": 0.65185546875}, {"start": 954.68, "end": 955.04, "word": " this,", "probability": 0.68359375}, {"start": 955.44, "end": 955.68, "word": " we", "probability": 0.849609375}, {"start": 955.68, "end": 956.04, "word": " agreed", "probability": 0.67236328125}, {"start": 956.04, "end": 957.8, "word": " that", "probability": 0.7509765625}, {"start": 957.8, "end": 957.98, "word": " this", "probability": 0.4462890625}, {"start": 957.98, "end": 957.98, "word": " is", "probability": 0.87548828125}, {"start": 957.98, "end": 958.08, "word": " a", "probability": 0.76806640625}, {"start": 958.08, "end": 958.24, "word": " list", "probability": 0.7548828125}, {"start": 958.24, "end": 958.52, "word": " view,", "probability": 0.69775390625}, {"start": 959.1, "end": 959.36, "word": " and", "probability": 0.83984375}, {"start": 959.36, "end": 959.58, "word": " inside", "probability": 0.5966796875}, {"start": 959.58, "end": 959.9, "word": " each", "probability": 0.51171875}, {"start": 959.9, "end": 960.1, "word": " list", "probability": 0.82470703125}, {"start": 960.1, "end": 960.36, "word": " view,", "probability": 0.85498046875}, {"start": 960.7, "end": 961.56, "word": " there", "probability": 0.60888671875}, {"start": 961.56, "end": 963.88, "word": " are", "probability": 0.9140625}, {"start": 963.88, "end": 964.54, "word": " elements.", "probability": 0.703125}, {"start": 964.94, "end": 965.2, "word": " Okay?", "probability": 0.787109375}], "temperature": 1.0}, {"id": 36, "seek": 99669, "start": 968.17, "end": 996.69, "text": " So now when I grab a view and I want to edit the data on it, I have to grab the view and tell it to find view by ID for each one of them and put the data in it. Now the change is as follows. We want to get rid of the find view by ID. How? I created a new class, Java class. I put attributes in the new class, the same elements that are there.", "tokens": [407, 586, 562, 286, 4444, 257, 1910, 293, 286, 528, 281, 8129, 264, 1412, 322, 309, 11, 286, 362, 281, 4444, 264, 1910, 293, 980, 309, 281, 915, 1910, 538, 7348, 337, 1184, 472, 295, 552, 293, 829, 264, 1412, 294, 309, 13, 823, 264, 1319, 307, 382, 10002, 13, 492, 528, 281, 483, 3973, 295, 264, 915, 1910, 538, 7348, 13, 1012, 30, 286, 2942, 257, 777, 1508, 11, 10745, 1508, 13, 286, 829, 17212, 294, 264, 777, 1508, 11, 264, 912, 4959, 300, 366, 456, 13], "avg_logprob": -0.4329354039738687, "compression_ratio": 1.6896551724137931, "no_speech_prob": 0.0, "words": [{"start": 968.17, "end": 968.39, "word": " So", "probability": 0.426513671875}, {"start": 968.39, "end": 968.67, "word": " now", "probability": 0.595703125}, {"start": 968.67, "end": 969.75, "word": " when", "probability": 0.49462890625}, {"start": 969.75, "end": 969.93, "word": " I", "probability": 0.95703125}, {"start": 969.93, "end": 970.29, "word": " grab", "probability": 0.23046875}, {"start": 970.29, "end": 970.47, "word": " a", "probability": 0.391845703125}, {"start": 970.47, "end": 970.69, "word": " view", "probability": 0.78369140625}, {"start": 970.69, "end": 970.85, "word": " and", "probability": 0.70458984375}, {"start": 970.85, "end": 970.93, "word": " I", "probability": 0.398681640625}, {"start": 970.93, "end": 971.09, "word": " want", "probability": 0.78759765625}, {"start": 971.09, "end": 971.09, "word": " to", "probability": 0.962890625}, {"start": 971.09, "end": 971.33, "word": " edit", "probability": 0.4638671875}, {"start": 971.33, "end": 971.55, "word": " the", "probability": 0.495849609375}, {"start": 971.55, "end": 971.81, "word": " data", "probability": 0.69287109375}, {"start": 971.81, "end": 972.13, "word": " on", "probability": 0.62841796875}, {"start": 972.13, "end": 972.29, "word": " it,", "probability": 0.9248046875}, {"start": 972.71, "end": 972.75, "word": " I", "probability": 0.9208984375}, {"start": 972.75, "end": 972.89, "word": " have", "probability": 0.383544921875}, {"start": 972.89, "end": 973.21, "word": " to", "probability": 0.96826171875}, {"start": 973.21, "end": 973.47, "word": " grab", "probability": 0.7734375}, {"start": 973.47, "end": 973.71, "word": " the", "probability": 0.76416015625}, {"start": 973.71, "end": 974.07, "word": " view", "probability": 0.8359375}, {"start": 974.07, "end": 974.63, "word": " and", "probability": 0.8671875}, {"start": 974.63, "end": 974.85, "word": " tell", "probability": 0.245849609375}, {"start": 974.85, "end": 975.03, "word": " it", "probability": 0.8681640625}, {"start": 975.03, "end": 975.81, "word": " to", "probability": 0.411376953125}, {"start": 975.81, "end": 976.11, "word": " find", "probability": 0.79443359375}, {"start": 976.11, "end": 976.57, "word": " view", "probability": 0.47998046875}, {"start": 976.57, "end": 977.19, "word": " by", "probability": 0.9384765625}, {"start": 977.19, "end": 977.51, "word": " ID", "probability": 0.482177734375}, {"start": 977.51, "end": 977.69, "word": " for", "probability": 0.5673828125}, {"start": 977.69, "end": 977.89, "word": " each", "probability": 0.908203125}, {"start": 977.89, "end": 978.09, "word": " one", "probability": 0.54931640625}, {"start": 978.09, "end": 978.21, "word": " of", "probability": 0.841796875}, {"start": 978.21, "end": 978.47, "word": " them", "probability": 0.51708984375}, {"start": 978.47, "end": 978.63, "word": " and", "probability": 0.73974609375}, {"start": 978.63, "end": 978.85, "word": " put", "probability": 0.384765625}, {"start": 978.85, "end": 979.85, "word": " the", "probability": 0.6884765625}, {"start": 979.85, "end": 980.05, "word": " data", "probability": 0.87744140625}, {"start": 980.05, "end": 980.07, "word": " in", "probability": 0.56884765625}, {"start": 980.07, "end": 980.17, "word": " it.", "probability": 0.7421875}, {"start": 980.39, "end": 980.71, "word": " Now", "probability": 0.83056640625}, {"start": 980.71, "end": 980.85, "word": " the", "probability": 0.69384765625}, {"start": 980.85, "end": 981.15, "word": " change", "probability": 0.87353515625}, {"start": 981.15, "end": 981.37, "word": " is", "probability": 0.58203125}, {"start": 981.37, "end": 981.51, "word": " as", "probability": 0.326904296875}, {"start": 981.51, "end": 981.61, "word": " follows.", "probability": 0.82666015625}, {"start": 981.67, "end": 981.71, "word": " We", "probability": 0.5966796875}, {"start": 981.71, "end": 981.85, "word": " want", "probability": 0.463623046875}, {"start": 981.85, "end": 981.99, "word": " to", "probability": 0.97509765625}, {"start": 981.99, "end": 982.07, "word": " get", "probability": 0.276123046875}, {"start": 982.07, "end": 982.33, "word": " rid", "probability": 0.91162109375}, {"start": 982.33, "end": 983.17, "word": " of", "probability": 0.97021484375}, {"start": 983.17, "end": 984.27, "word": " the", "probability": 0.51513671875}, {"start": 984.27, "end": 984.77, "word": " find", "probability": 0.8486328125}, {"start": 984.77, "end": 985.01, "word": " view", "probability": 0.86376953125}, {"start": 985.01, "end": 985.17, "word": " by", "probability": 0.96923828125}, {"start": 985.17, "end": 985.43, "word": " ID.", "probability": 0.9560546875}, {"start": 985.53, "end": 985.89, "word": " How?", "probability": 0.9228515625}, {"start": 987.85, "end": 988.29, "word": " I", "probability": 0.875}, {"start": 988.29, "end": 988.53, "word": " created", "probability": 0.455810546875}, {"start": 988.53, "end": 988.65, "word": " a", "probability": 0.98828125}, {"start": 988.65, "end": 990.15, "word": " new", "probability": 0.865234375}, {"start": 990.15, "end": 990.27, "word": " class,", "probability": 0.8876953125}, {"start": 990.39, "end": 990.81, "word": " Java", "probability": 0.61474609375}, {"start": 990.81, "end": 991.27, "word": " class.", "probability": 0.8984375}, {"start": 992.09, "end": 992.53, "word": " I", "probability": 0.5263671875}, {"start": 992.53, "end": 992.93, "word": " put", "probability": 0.54345703125}, {"start": 992.93, "end": 995.27, "word": " attributes", "probability": 0.4619140625}, {"start": 995.27, "end": 995.53, "word": " in", "probability": 0.4423828125}, {"start": 995.53, "end": 995.53, "word": " the", "probability": 0.576171875}, {"start": 995.53, "end": 995.53, "word": " new", "probability": 0.83154296875}, {"start": 995.53, "end": 995.53, "word": " class,", "probability": 0.94921875}, {"start": 995.53, "end": 995.63, "word": " the", "probability": 0.677734375}, {"start": 995.63, "end": 995.81, "word": " same", "probability": 0.88232421875}, {"start": 995.81, "end": 996.27, "word": " elements", "probability": 0.771484375}, {"start": 996.27, "end": 996.49, "word": " that", "probability": 0.41796875}, {"start": 996.49, "end": 996.57, "word": " are", "probability": 0.481201171875}, {"start": 996.57, "end": 996.69, "word": " there.", "probability": 0.369384765625}], "temperature": 1.0}, {"id": 37, "seek": 102014, "start": 997.46, "end": 1020.14, "text": " Here I have an image view and a text view for the name and a text view for the age. This is a new class. These are not objects yet, these are attributes. In the beginning, when you create an object from this, what are their values? What did I call this class? View holder.", "tokens": [1692, 286, 362, 364, 3256, 1910, 293, 257, 2487, 1910, 337, 264, 1315, 293, 257, 2487, 1910, 337, 264, 3205, 13, 639, 307, 257, 777, 1508, 13, 1981, 366, 406, 6565, 1939, 11, 613, 366, 17212, 13, 682, 264, 2863, 11, 562, 291, 1884, 364, 2657, 490, 341, 11, 437, 366, 641, 4190, 30, 708, 630, 286, 818, 341, 1508, 30, 13909, 20349, 13], "avg_logprob": -0.38990384615384616, "compression_ratio": 1.5964912280701755, "no_speech_prob": 0.0, "words": [{"start": 997.46, "end": 997.92, "word": " Here", "probability": 0.2271728515625}, {"start": 997.92, "end": 998.12, "word": " I", "probability": 0.68603515625}, {"start": 998.12, "end": 998.5, "word": " have", "probability": 0.892578125}, {"start": 998.5, "end": 999.3, "word": " an", "probability": 0.53564453125}, {"start": 999.3, "end": 999.48, "word": " image", "probability": 0.783203125}, {"start": 999.48, "end": 999.86, "word": " view", "probability": 0.71728515625}, {"start": 999.86, "end": 1001.68, "word": " and", "probability": 0.50537109375}, {"start": 1001.68, "end": 1002.28, "word": " a", "probability": 0.42529296875}, {"start": 1002.28, "end": 1002.5, "word": " text", "probability": 0.9296875}, {"start": 1002.5, "end": 1002.98, "word": " view", "probability": 0.853515625}, {"start": 1002.98, "end": 1004.3, "word": " for", "probability": 0.591796875}, {"start": 1004.3, "end": 1004.48, "word": " the", "probability": 0.4482421875}, {"start": 1004.48, "end": 1004.82, "word": " name", "probability": 0.77099609375}, {"start": 1004.82, "end": 1005.0, "word": " and", "probability": 0.89501953125}, {"start": 1005.0, "end": 1005.06, "word": " a", "probability": 0.42529296875}, {"start": 1005.06, "end": 1005.26, "word": " text", "probability": 0.95849609375}, {"start": 1005.26, "end": 1005.76, "word": " view", "probability": 0.84912109375}, {"start": 1005.76, "end": 1007.2, "word": " for", "probability": 0.90576171875}, {"start": 1007.2, "end": 1007.28, "word": " the", "probability": 0.77685546875}, {"start": 1007.28, "end": 1007.56, "word": " age.", "probability": 0.8232421875}, {"start": 1008.9, "end": 1009.32, "word": " This", "probability": 0.40234375}, {"start": 1009.32, "end": 1009.46, "word": " is", "probability": 0.9140625}, {"start": 1009.46, "end": 1009.46, "word": " a", "probability": 0.939453125}, {"start": 1009.46, "end": 1009.46, "word": " new", "probability": 0.88427734375}, {"start": 1009.46, "end": 1009.94, "word": " class.", "probability": 0.95166015625}, {"start": 1011.38, "end": 1011.86, "word": " These", "probability": 0.6845703125}, {"start": 1011.86, "end": 1011.98, "word": " are", "probability": 0.78466796875}, {"start": 1011.98, "end": 1012.1, "word": " not", "probability": 0.69970703125}, {"start": 1012.1, "end": 1012.5, "word": " objects", "probability": 0.8349609375}, {"start": 1012.5, "end": 1012.82, "word": " yet,", "probability": 0.73828125}, {"start": 1012.92, "end": 1013.04, "word": " these", "probability": 0.54248046875}, {"start": 1013.04, "end": 1013.14, "word": " are", "probability": 0.9375}, {"start": 1013.14, "end": 1013.66, "word": " attributes.", "probability": 0.88818359375}, {"start": 1014.16, "end": 1014.66, "word": " In", "probability": 0.1304931640625}, {"start": 1014.66, "end": 1014.8, "word": " the", "probability": 0.8115234375}, {"start": 1014.8, "end": 1014.98, "word": " beginning,", "probability": 0.82763671875}, {"start": 1015.06, "end": 1015.12, "word": " when", "probability": 0.5361328125}, {"start": 1015.12, "end": 1015.26, "word": " you", "probability": 0.7099609375}, {"start": 1015.26, "end": 1015.44, "word": " create", "probability": 0.55908203125}, {"start": 1015.44, "end": 1015.58, "word": " an", "probability": 0.77490234375}, {"start": 1015.58, "end": 1015.84, "word": " object", "probability": 0.98095703125}, {"start": 1015.84, "end": 1016.1, "word": " from", "probability": 0.6259765625}, {"start": 1016.1, "end": 1016.34, "word": " this,", "probability": 0.55908203125}, {"start": 1016.34, "end": 1016.52, "word": " what", "probability": 0.783203125}, {"start": 1016.52, "end": 1016.52, "word": " are", "probability": 0.372802734375}, {"start": 1016.52, "end": 1016.84, "word": " their", "probability": 0.407958984375}, {"start": 1016.84, "end": 1016.84, "word": " values?", "probability": 0.8916015625}, {"start": 1016.98, "end": 1017.18, "word": " What", "probability": 0.76318359375}, {"start": 1017.18, "end": 1017.36, "word": " did", "probability": 0.60791015625}, {"start": 1017.36, "end": 1017.6, "word": " I", "probability": 0.95849609375}, {"start": 1017.6, "end": 1017.6, "word": " call", "probability": 0.75}, {"start": 1017.6, "end": 1017.76, "word": " this", "probability": 0.8994140625}, {"start": 1017.76, "end": 1018.06, "word": " class?", "probability": 0.9326171875}, {"start": 1018.6, "end": 1019.06, "word": " View", "probability": 0.69091796875}, {"start": 1019.06, "end": 1020.14, "word": " holder.", "probability": 0.3310546875}], "temperature": 1.0}, {"id": 38, "seek": 104744, "start": 1021.7, "end": 1047.44, "text": " I named it like that. When you create an object from the view holder, what values will they be? None yet. Okay. What did I do? The first time I did inflation for the view, I created an object from whom? From the view holder. This one. Okay. And I told him to make this image view point to whom?", "tokens": [286, 4926, 309, 411, 300, 13, 1133, 291, 1884, 364, 2657, 490, 264, 1910, 20349, 11, 437, 4190, 486, 436, 312, 30, 14492, 1939, 13, 1033, 13, 708, 630, 286, 360, 30, 440, 700, 565, 286, 630, 15860, 337, 264, 1910, 11, 286, 2942, 364, 2657, 490, 7101, 30, 3358, 264, 1910, 20349, 13, 639, 472, 13, 1033, 13, 400, 286, 1907, 796, 281, 652, 341, 3256, 1910, 935, 281, 7101, 30], "avg_logprob": -0.47988014351831726, "compression_ratio": 1.6120218579234973, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1021.7, "end": 1021.96, "word": " I", "probability": 0.802734375}, {"start": 1021.96, "end": 1022.22, "word": " named", "probability": 0.65869140625}, {"start": 1022.22, "end": 1022.34, "word": " it", "probability": 0.7939453125}, {"start": 1022.34, "end": 1022.52, "word": " like", "probability": 0.58642578125}, {"start": 1022.52, "end": 1022.76, "word": " that.", "probability": 0.724609375}, {"start": 1023.96, "end": 1024.4, "word": " When", "probability": 0.5322265625}, {"start": 1024.4, "end": 1025.46, "word": " you", "probability": 0.83154296875}, {"start": 1025.46, "end": 1025.56, "word": " create", "probability": 0.81982421875}, {"start": 1025.56, "end": 1025.74, "word": " an", "probability": 0.8564453125}, {"start": 1025.74, "end": 1025.92, "word": " object", "probability": 0.9541015625}, {"start": 1025.92, "end": 1026.08, "word": " from", "probability": 0.71923828125}, {"start": 1026.08, "end": 1026.18, "word": " the", "probability": 0.39208984375}, {"start": 1026.18, "end": 1026.28, "word": " view", "probability": 0.64111328125}, {"start": 1026.28, "end": 1026.56, "word": " holder,", "probability": 0.603515625}, {"start": 1026.64, "end": 1026.78, "word": " what", "probability": 0.82080078125}, {"start": 1026.78, "end": 1026.98, "word": " values", "probability": 0.31494140625}, {"start": 1026.98, "end": 1027.14, "word": " will", "probability": 0.568359375}, {"start": 1027.14, "end": 1027.32, "word": " they", "probability": 0.2327880859375}, {"start": 1027.32, "end": 1027.64, "word": " be?", "probability": 0.56396484375}, {"start": 1028.0, "end": 1028.44, "word": " None", "probability": 0.88671875}, {"start": 1028.44, "end": 1028.74, "word": " yet.", "probability": 0.424072265625}, {"start": 1029.1, "end": 1029.3, "word": " Okay.", "probability": 0.218994140625}, {"start": 1031.54, "end": 1031.98, "word": " What", "probability": 0.62841796875}, {"start": 1031.98, "end": 1032.04, "word": " did", "probability": 0.8994140625}, {"start": 1032.04, "end": 1032.06, "word": " I", "probability": 0.994140625}, {"start": 1032.06, "end": 1032.26, "word": " do?", "probability": 0.96337890625}, {"start": 1032.56, "end": 1032.76, "word": " The", "probability": 0.2257080078125}, {"start": 1032.76, "end": 1032.82, "word": " first", "probability": 0.71435546875}, {"start": 1032.82, "end": 1032.98, "word": " time", "probability": 0.50048828125}, {"start": 1032.98, "end": 1033.4, "word": " I", "probability": 0.93017578125}, {"start": 1033.4, "end": 1033.58, "word": " did", "probability": 0.25390625}, {"start": 1033.58, "end": 1034.2, "word": " inflation", "probability": 0.611328125}, {"start": 1034.2, "end": 1034.4, "word": " for", "probability": 0.44189453125}, {"start": 1034.4, "end": 1034.5, "word": " the", "probability": 0.76953125}, {"start": 1034.5, "end": 1034.66, "word": " view,", "probability": 0.8798828125}, {"start": 1035.14, "end": 1035.92, "word": " I", "probability": 0.9599609375}, {"start": 1035.92, "end": 1036.2, "word": " created", "probability": 0.70654296875}, {"start": 1036.2, "end": 1036.42, "word": " an", "probability": 0.90966796875}, {"start": 1036.42, "end": 1036.6, "word": " object", "probability": 0.97412109375}, {"start": 1036.6, "end": 1036.96, "word": " from", "probability": 0.78955078125}, {"start": 1036.96, "end": 1037.18, "word": " whom?", "probability": 0.392333984375}, {"start": 1038.28, "end": 1038.72, "word": " From", "probability": 0.55810546875}, {"start": 1038.72, "end": 1038.86, "word": " the", "probability": 0.86474609375}, {"start": 1038.86, "end": 1039.0, "word": " view", "probability": 0.86376953125}, {"start": 1039.0, "end": 1039.34, "word": " holder.", "probability": 0.83447265625}, {"start": 1039.66, "end": 1039.86, "word": " This", "probability": 0.177734375}, {"start": 1039.86, "end": 1041.86, "word": " one.", "probability": 0.75537109375}, {"start": 1041.88, "end": 1042.12, "word": " Okay.", "probability": 0.51611328125}, {"start": 1042.6, "end": 1042.88, "word": " And", "probability": 0.275146484375}, {"start": 1042.88, "end": 1043.04, "word": " I", "probability": 0.92822265625}, {"start": 1043.04, "end": 1043.64, "word": " told", "probability": 0.364013671875}, {"start": 1043.64, "end": 1044.02, "word": " him", "probability": 0.49365234375}, {"start": 1044.02, "end": 1044.3, "word": " to", "probability": 0.623046875}, {"start": 1044.3, "end": 1044.42, "word": " make", "probability": 0.2320556640625}, {"start": 1044.42, "end": 1044.58, "word": " this", "probability": 0.71142578125}, {"start": 1044.58, "end": 1044.78, "word": " image", "probability": 0.77734375}, {"start": 1044.78, "end": 1045.16, "word": " view", "probability": 0.4541015625}, {"start": 1045.16, "end": 1046.96, "word": " point", "probability": 0.206787109375}, {"start": 1046.96, "end": 1047.18, "word": " to", "probability": 0.7158203125}, {"start": 1047.18, "end": 1047.44, "word": " whom?", "probability": 0.78515625}], "temperature": 1.0}, {"id": 39, "seek": 105851, "start": 1049.01, "end": 1058.51, "text": " I did not create a new ImageView, I created an Inflate, and created a FindView by ID to the ImageView, and let it indicate on it.", "tokens": [286, 630, 406, 1884, 257, 777, 29903, 30203, 11, 286, 2942, 364, 682, 3423, 473, 11, 293, 2942, 257, 11809, 30203, 538, 7348, 281, 264, 29903, 30203, 11, 293, 718, 309, 13330, 322, 309, 13], "avg_logprob": -0.7513020684321722, "compression_ratio": 1.368421052631579, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1049.0100000000002, "end": 1049.6100000000001, "word": " I", "probability": 0.2432861328125}, {"start": 1049.6100000000001, "end": 1050.21, "word": " did", "probability": 0.243896484375}, {"start": 1050.21, "end": 1050.21, "word": " not", "probability": 0.84521484375}, {"start": 1050.21, "end": 1050.45, "word": " create", "probability": 0.5302734375}, {"start": 1050.45, "end": 1050.61, "word": " a", "probability": 0.59326171875}, {"start": 1050.61, "end": 1050.67, "word": " new", "probability": 0.890625}, {"start": 1050.67, "end": 1050.99, "word": " ImageView,", "probability": 0.5533447265625}, {"start": 1051.81, "end": 1052.53, "word": " I", "probability": 0.69970703125}, {"start": 1052.53, "end": 1052.77, "word": " created", "probability": 0.326904296875}, {"start": 1052.77, "end": 1052.89, "word": " an", "probability": 0.43408203125}, {"start": 1052.89, "end": 1053.43, "word": " Inflate,", "probability": 0.8380533854166666}, {"start": 1053.91, "end": 1054.05, "word": " and", "probability": 0.419677734375}, {"start": 1054.05, "end": 1054.51, "word": " created", "probability": 0.1708984375}, {"start": 1054.51, "end": 1054.65, "word": " a", "probability": 0.5634765625}, {"start": 1054.65, "end": 1055.19, "word": " FindView", "probability": 0.7734375}, {"start": 1055.19, "end": 1055.35, "word": " by", "probability": 0.50244140625}, {"start": 1055.35, "end": 1055.67, "word": " ID", "probability": 0.445068359375}, {"start": 1055.67, "end": 1055.77, "word": " to", "probability": 0.327880859375}, {"start": 1055.77, "end": 1055.83, "word": " the", "probability": 0.47021484375}, {"start": 1055.83, "end": 1056.39, "word": " ImageView,", "probability": 0.87744140625}, {"start": 1057.03, "end": 1057.15, "word": " and", "probability": 0.80712890625}, {"start": 1057.15, "end": 1057.45, "word": " let", "probability": 0.228759765625}, {"start": 1057.45, "end": 1057.85, "word": " it", "probability": 0.33203125}, {"start": 1057.85, "end": 1058.23, "word": " indicate", "probability": 0.1873779296875}, {"start": 1058.23, "end": 1058.43, "word": " on", "probability": 0.193603515625}, {"start": 1058.43, "end": 1058.51, "word": " it.", "probability": 0.640625}], "temperature": 1.0}, {"id": 40, "seek": 107856, "start": 1059.5, "end": 1078.56, "text": " How? Look at the code inside the if statement. When does this code inside the if statement execute? For the first time. When it starts inflating the view. Look, it inflated it and created it. Then what did it do? FindViewById to get the photo, name.tv and htv.", "tokens": [1012, 30, 2053, 412, 264, 3089, 1854, 264, 498, 5629, 13, 1133, 775, 341, 3089, 1854, 264, 498, 5629, 14483, 30, 1171, 264, 700, 565, 13, 1133, 309, 3719, 9922, 990, 264, 1910, 13, 2053, 11, 309, 9922, 770, 309, 293, 2942, 309, 13, 1396, 437, 630, 309, 360, 30, 11809, 30203, 27690, 42739, 281, 483, 264, 5052, 11, 1315, 13, 24641, 293, 276, 83, 85, 13], "avg_logprob": -0.5004595412927515, "compression_ratio": 1.5914634146341464, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1059.5, "end": 1059.94, "word": " How?", "probability": 0.292236328125}, {"start": 1060.12, "end": 1060.5, "word": " Look", "probability": 0.27880859375}, {"start": 1060.5, "end": 1060.98, "word": " at", "probability": 0.75244140625}, {"start": 1060.98, "end": 1061.1, "word": " the", "probability": 0.6240234375}, {"start": 1061.1, "end": 1061.4, "word": " code", "probability": 0.78759765625}, {"start": 1061.4, "end": 1062.12, "word": " inside", "probability": 0.309814453125}, {"start": 1062.12, "end": 1062.54, "word": " the", "probability": 0.802734375}, {"start": 1062.54, "end": 1062.68, "word": " if", "probability": 0.44873046875}, {"start": 1062.68, "end": 1063.14, "word": " statement.", "probability": 0.87939453125}, {"start": 1063.78, "end": 1064.38, "word": " When", "probability": 0.55908203125}, {"start": 1064.38, "end": 1064.38, "word": " does", "probability": 0.5595703125}, {"start": 1064.38, "end": 1064.54, "word": " this", "probability": 0.6455078125}, {"start": 1064.54, "end": 1064.82, "word": " code", "probability": 0.89599609375}, {"start": 1064.82, "end": 1064.98, "word": " inside", "probability": 0.331787109375}, {"start": 1064.98, "end": 1065.16, "word": " the", "probability": 0.84375}, {"start": 1065.16, "end": 1065.28, "word": " if", "probability": 0.93115234375}, {"start": 1065.28, "end": 1065.66, "word": " statement", "probability": 0.8984375}, {"start": 1065.66, "end": 1066.36, "word": " execute?", "probability": 0.32421875}, {"start": 1067.06, "end": 1067.36, "word": " For", "probability": 0.1573486328125}, {"start": 1067.36, "end": 1067.56, "word": " the", "probability": 0.92529296875}, {"start": 1067.56, "end": 1067.56, "word": " first", "probability": 0.88232421875}, {"start": 1067.56, "end": 1067.88, "word": " time.", "probability": 0.896484375}, {"start": 1068.06, "end": 1068.48, "word": " When", "probability": 0.70947265625}, {"start": 1068.48, "end": 1069.04, "word": " it", "probability": 0.7314453125}, {"start": 1069.04, "end": 1069.26, "word": " starts", "probability": 0.52978515625}, {"start": 1069.26, "end": 1069.94, "word": " inflating", "probability": 0.8037109375}, {"start": 1069.94, "end": 1070.12, "word": " the", "probability": 0.7841796875}, {"start": 1070.12, "end": 1070.3, "word": " view.", "probability": 0.86962890625}, {"start": 1070.68, "end": 1070.86, "word": " Look,", "probability": 0.38232421875}, {"start": 1070.92, "end": 1070.98, "word": " it", "probability": 0.72607421875}, {"start": 1070.98, "end": 1071.76, "word": " inflated", "probability": 0.6046142578125}, {"start": 1071.76, "end": 1071.8, "word": " it", "probability": 0.50537109375}, {"start": 1071.8, "end": 1071.9, "word": " and", "probability": 0.759765625}, {"start": 1071.9, "end": 1072.16, "word": " created", "probability": 0.1556396484375}, {"start": 1072.16, "end": 1072.36, "word": " it.", "probability": 0.86376953125}, {"start": 1072.58, "end": 1072.94, "word": " Then", "probability": 0.681640625}, {"start": 1072.94, "end": 1073.12, "word": " what", "probability": 0.6181640625}, {"start": 1073.12, "end": 1073.12, "word": " did", "probability": 0.69921875}, {"start": 1073.12, "end": 1073.22, "word": " it", "probability": 0.908203125}, {"start": 1073.22, "end": 1073.5, "word": " do?", "probability": 0.9580078125}, {"start": 1074.08, "end": 1074.68, "word": " FindViewById", "probability": 0.61328125}, {"start": 1074.68, "end": 1074.9, "word": " to", "probability": 0.27978515625}, {"start": 1074.9, "end": 1075.2, "word": " get", "probability": 0.454345703125}, {"start": 1075.2, "end": 1075.94, "word": " the", "probability": 0.59130859375}, {"start": 1075.94, "end": 1076.36, "word": " photo,", "probability": 0.8310546875}, {"start": 1076.82, "end": 1077.12, "word": " name", "probability": 0.4482421875}, {"start": 1077.12, "end": 1077.56, "word": ".tv", "probability": 0.6085205078125}, {"start": 1077.56, "end": 1077.98, "word": " and", "probability": 0.7158203125}, {"start": 1077.98, "end": 1078.56, "word": " htv.", "probability": 0.64208984375}], "temperature": 1.0}, {"id": 41, "seek": 109438, "start": 1079.44, "end": 1094.38, "text": " Ok? And then what did the object do from whom? From the ViewHolder. Then it gave the HTV to whom? From the ViewHolder.htv. This divided the statement. Right? It made the HTV in the ViewHolder point to whom?", "tokens": [3477, 30, 400, 550, 437, 630, 264, 2657, 360, 490, 7101, 30, 3358, 264, 13909, 42347, 260, 13, 1396, 309, 2729, 264, 11751, 53, 281, 7101, 30, 3358, 264, 13909, 42347, 260, 13, 357, 85, 13, 639, 6666, 264, 5629, 13, 1779, 30, 467, 1027, 264, 11751, 53, 294, 264, 13909, 42347, 260, 935, 281, 7101, 30], "avg_logprob": -0.5115840332261448, "compression_ratio": 1.6046511627906976, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1079.44, "end": 1079.66, "word": " Ok?", "probability": 0.06982421875}, {"start": 1080.02, "end": 1080.02, "word": " And", "probability": 0.402587890625}, {"start": 1080.02, "end": 1080.26, "word": " then", "probability": 0.57080078125}, {"start": 1080.26, "end": 1080.48, "word": " what", "probability": 0.036590576171875}, {"start": 1080.48, "end": 1080.64, "word": " did", "probability": 0.50439453125}, {"start": 1080.64, "end": 1080.8, "word": " the", "probability": 0.80419921875}, {"start": 1080.8, "end": 1081.08, "word": " object", "probability": 0.93603515625}, {"start": 1081.08, "end": 1081.2, "word": " do", "probability": 0.8759765625}, {"start": 1081.2, "end": 1081.3, "word": " from", "probability": 0.367431640625}, {"start": 1081.3, "end": 1081.54, "word": " whom?", "probability": 0.63232421875}, {"start": 1081.86, "end": 1082.3, "word": " From", "probability": 0.744140625}, {"start": 1082.3, "end": 1082.44, "word": " the", "probability": 0.69482421875}, {"start": 1082.44, "end": 1082.98, "word": " ViewHolder.", "probability": 0.5780436197916666}, {"start": 1083.16, "end": 1083.7, "word": " Then", "probability": 0.63818359375}, {"start": 1083.7, "end": 1084.2, "word": " it", "probability": 0.35400390625}, {"start": 1084.2, "end": 1084.48, "word": " gave", "probability": 0.79833984375}, {"start": 1084.48, "end": 1084.6, "word": " the", "probability": 0.865234375}, {"start": 1084.6, "end": 1085.24, "word": " HTV", "probability": 0.63232421875}, {"start": 1085.24, "end": 1086.46, "word": " to", "probability": 0.8310546875}, {"start": 1086.46, "end": 1086.66, "word": " whom?", "probability": 0.95068359375}, {"start": 1086.8, "end": 1086.88, "word": " From", "probability": 0.62939453125}, {"start": 1086.88, "end": 1087.0, "word": " the", "probability": 0.7412109375}, {"start": 1087.0, "end": 1087.72, "word": " ViewHolder", "probability": 0.9147135416666666}, {"start": 1087.72, "end": 1088.42, "word": ".htv.", "probability": 0.7099609375}, {"start": 1088.7, "end": 1089.08, "word": " This", "probability": 0.72314453125}, {"start": 1089.08, "end": 1089.54, "word": " divided", "probability": 0.28564453125}, {"start": 1089.54, "end": 1089.72, "word": " the", "probability": 0.8720703125}, {"start": 1089.72, "end": 1090.08, "word": " statement.", "probability": 0.89990234375}, {"start": 1090.66, "end": 1090.92, "word": " Right?", "probability": 0.486572265625}, {"start": 1091.2, "end": 1091.22, "word": " It", "probability": 0.351806640625}, {"start": 1091.22, "end": 1091.44, "word": " made", "probability": 0.3359375}, {"start": 1091.44, "end": 1091.84, "word": " the", "probability": 0.8193359375}, {"start": 1091.84, "end": 1092.52, "word": " HTV", "probability": 0.88427734375}, {"start": 1092.52, "end": 1092.92, "word": " in", "probability": 0.383056640625}, {"start": 1092.92, "end": 1093.12, "word": " the", "probability": 0.86767578125}, {"start": 1093.12, "end": 1093.68, "word": " ViewHolder", "probability": 0.92138671875}, {"start": 1093.68, "end": 1093.92, "word": " point", "probability": 0.35595703125}, {"start": 1093.92, "end": 1094.12, "word": " to", "probability": 0.80322265625}, {"start": 1094.12, "end": 1094.38, "word": " whom?", "probability": 0.93994140625}], "temperature": 1.0}, {"id": 42, "seek": 111781, "start": 1095.35, "end": 1117.81, "text": " on the htv when we give object to object, the indicator is this, we give it to this, okay? We didn't make a new object. Do you remember the days when we used to take person and person 1 and person 2 and we used to try them all? When we put person 1 and put person 2 and adjust in one, where does it change? In the other, okay? Here, we didn't make a new object. We let", "tokens": [322, 264, 276, 83, 85, 562, 321, 976, 2657, 281, 2657, 11, 264, 16961, 307, 341, 11, 321, 976, 309, 281, 341, 11, 1392, 30, 492, 994, 380, 652, 257, 777, 2657, 13, 1144, 291, 1604, 264, 1708, 562, 321, 1143, 281, 747, 954, 293, 954, 502, 293, 954, 568, 293, 321, 1143, 281, 853, 552, 439, 30, 1133, 321, 829, 954, 502, 293, 829, 954, 568, 293, 4369, 294, 472, 11, 689, 775, 309, 1319, 30, 682, 264, 661, 11, 1392, 30, 1692, 11, 321, 994, 380, 652, 257, 777, 2657, 13, 492, 718], "avg_logprob": -0.5068359151482582, "compression_ratio": 1.8826530612244898, "no_speech_prob": 2.5033950805664062e-06, "words": [{"start": 1095.35, "end": 1095.57, "word": " on", "probability": 0.10809326171875}, {"start": 1095.57, "end": 1095.63, "word": " the", "probability": 0.51708984375}, {"start": 1095.63, "end": 1096.05, "word": " htv", "probability": 0.5616048177083334}, {"start": 1096.05, "end": 1096.71, "word": " when", "probability": 0.256591796875}, {"start": 1096.71, "end": 1097.09, "word": " we", "probability": 0.81298828125}, {"start": 1097.09, "end": 1097.25, "word": " give", "probability": 0.419921875}, {"start": 1097.25, "end": 1097.69, "word": " object", "probability": 0.5224609375}, {"start": 1097.69, "end": 1097.87, "word": " to", "probability": 0.88671875}, {"start": 1097.87, "end": 1098.23, "word": " object,", "probability": 0.92431640625}, {"start": 1098.47, "end": 1098.71, "word": " the", "probability": 0.361083984375}, {"start": 1098.71, "end": 1099.05, "word": " indicator", "probability": 0.2352294921875}, {"start": 1099.05, "end": 1099.27, "word": " is", "probability": 0.320068359375}, {"start": 1099.27, "end": 1099.53, "word": " this,", "probability": 0.60986328125}, {"start": 1099.59, "end": 1099.69, "word": " we", "probability": 0.55712890625}, {"start": 1099.69, "end": 1099.87, "word": " give", "probability": 0.77685546875}, {"start": 1099.87, "end": 1100.01, "word": " it", "probability": 0.4794921875}, {"start": 1100.01, "end": 1100.09, "word": " to", "probability": 0.65380859375}, {"start": 1100.09, "end": 1100.35, "word": " this,", "probability": 0.708984375}, {"start": 1100.79, "end": 1101.05, "word": " okay?", "probability": 0.357421875}, {"start": 1101.23, "end": 1101.41, "word": " We", "probability": 0.32666015625}, {"start": 1101.41, "end": 1101.41, "word": " didn't", "probability": 0.6878662109375}, {"start": 1101.41, "end": 1101.59, "word": " make", "probability": 0.662109375}, {"start": 1101.59, "end": 1101.73, "word": " a", "probability": 0.8896484375}, {"start": 1101.73, "end": 1102.25, "word": " new", "probability": 0.91650390625}, {"start": 1102.25, "end": 1102.25, "word": " object.", "probability": 0.9697265625}, {"start": 1103.29, "end": 1103.77, "word": " Do", "probability": 0.60302734375}, {"start": 1103.77, "end": 1103.77, "word": " you", "probability": 0.96630859375}, {"start": 1103.77, "end": 1104.11, "word": " remember", "probability": 0.88623046875}, {"start": 1104.11, "end": 1104.37, "word": " the", "probability": 0.55419921875}, {"start": 1104.37, "end": 1104.61, "word": " days", "probability": 0.923828125}, {"start": 1104.61, "end": 1105.29, "word": " when", "probability": 0.65283203125}, {"start": 1105.29, "end": 1106.17, "word": " we", "probability": 0.90673828125}, {"start": 1106.17, "end": 1106.17, "word": " used", "probability": 0.468017578125}, {"start": 1106.17, "end": 1106.25, "word": " to", "probability": 0.97216796875}, {"start": 1106.25, "end": 1106.39, "word": " take", "probability": 0.78662109375}, {"start": 1106.39, "end": 1106.81, "word": " person", "probability": 0.818359375}, {"start": 1106.81, "end": 1106.97, "word": " and", "probability": 0.5439453125}, {"start": 1106.97, "end": 1107.27, "word": " person", "probability": 0.92236328125}, {"start": 1107.27, "end": 1107.55, "word": " 1", "probability": 0.52880859375}, {"start": 1107.55, "end": 1107.69, "word": " and", "probability": 0.87548828125}, {"start": 1107.69, "end": 1107.95, "word": " person", "probability": 0.953125}, {"start": 1107.95, "end": 1108.25, "word": " 2", "probability": 0.98046875}, {"start": 1108.25, "end": 1108.39, "word": " and", "probability": 0.73583984375}, {"start": 1108.39, "end": 1108.53, "word": " we", "probability": 0.383544921875}, {"start": 1108.53, "end": 1108.53, "word": " used", "probability": 0.5498046875}, {"start": 1108.53, "end": 1108.61, "word": " to", "probability": 0.97119140625}, {"start": 1108.61, "end": 1108.85, "word": " try", "probability": 0.69970703125}, {"start": 1108.85, "end": 1109.07, "word": " them", "probability": 0.30810546875}, {"start": 1109.07, "end": 1109.21, "word": " all?", "probability": 0.85791015625}, {"start": 1109.29, "end": 1109.39, "word": " When", "probability": 0.7099609375}, {"start": 1109.39, "end": 1109.69, "word": " we", "probability": 0.73486328125}, {"start": 1109.69, "end": 1109.91, "word": " put", "probability": 0.826171875}, {"start": 1109.91, "end": 1110.27, "word": " person", "probability": 0.869140625}, {"start": 1110.27, "end": 1110.63, "word": " 1", "probability": 0.904296875}, {"start": 1110.63, "end": 1110.75, "word": " and", "probability": 0.50634765625}, {"start": 1110.75, "end": 1110.93, "word": " put", "probability": 0.59716796875}, {"start": 1110.93, "end": 1111.25, "word": " person", "probability": 0.56591796875}, {"start": 1111.25, "end": 1111.61, "word": " 2", "probability": 0.986328125}, {"start": 1111.61, "end": 1111.69, "word": " and", "probability": 0.6826171875}, {"start": 1111.69, "end": 1112.01, "word": " adjust", "probability": 0.09027099609375}, {"start": 1112.01, "end": 1112.17, "word": " in", "probability": 0.438232421875}, {"start": 1112.17, "end": 1112.41, "word": " one,", "probability": 0.7216796875}, {"start": 1112.51, "end": 1112.55, "word": " where", "probability": 0.403564453125}, {"start": 1112.55, "end": 1112.55, "word": " does", "probability": 0.65966796875}, {"start": 1112.55, "end": 1112.55, "word": " it", "probability": 0.85302734375}, {"start": 1112.55, "end": 1112.79, "word": " change?", "probability": 0.87646484375}, {"start": 1113.43, "end": 1113.73, "word": " In", "probability": 0.90673828125}, {"start": 1113.73, "end": 1113.87, "word": " the", "probability": 0.8857421875}, {"start": 1113.87, "end": 1114.05, "word": " other,", "probability": 0.462646484375}, {"start": 1114.55, "end": 1114.79, "word": " okay?", "probability": 0.7890625}, {"start": 1114.95, "end": 1115.15, "word": " Here,", "probability": 0.7783203125}, {"start": 1115.31, "end": 1115.75, "word": " we", "probability": 0.962890625}, {"start": 1115.75, "end": 1115.91, "word": " didn't", "probability": 0.78125}, {"start": 1115.91, "end": 1116.15, "word": " make", "probability": 0.92578125}, {"start": 1116.15, "end": 1116.33, "word": " a", "probability": 0.98046875}, {"start": 1116.33, "end": 1116.87, "word": " new", "probability": 0.91357421875}, {"start": 1116.87, "end": 1116.87, "word": " object.", "probability": 0.97802734375}, {"start": 1117.47, "end": 1117.55, "word": " We", "probability": 0.9208984375}, {"start": 1117.55, "end": 1117.81, "word": " let", "probability": 0.43408203125}], "temperature": 1.0}, {"id": 43, "seek": 114404, "start": 1118.74, "end": 1144.04, "text": "The value of this key or title is stored in the HTV in the View Holder. This means that this and this two keys refer to the same thing. So the View Holder, the reference in it, refers to which one? To the Image View, ok? And the same thing, if I let the reference of the Text View refer to whom? It refers to this one. And the reference of the Edge refers to the Text View here.", "tokens": [2278, 2158, 295, 341, 2141, 420, 4876, 307, 12187, 294, 264, 389, 12586, 294, 264, 13909, 6962, 260, 13, 639, 1355, 300, 341, 293, 341, 732, 9317, 2864, 281, 264, 912, 551, 13, 407, 264, 13909, 6962, 260, 11, 264, 6408, 294, 309, 11, 14942, 281, 597, 472, 30, 1407, 264, 29903, 13909, 11, 3133, 30, 400, 264, 912, 551, 11, 498, 286, 718, 264, 6408, 295, 264, 18643, 13909, 2864, 281, 7101, 30, 467, 14942, 281, 341, 472, 13, 400, 264, 6408, 295, 264, 19328, 14942, 281, 264, 18643, 13909, 510, 13], "avg_logprob": -0.5804521048322637, "compression_ratio": 1.9484536082474226, "no_speech_prob": 0.0, "words": [{"start": 1118.74, "end": 1118.9, "word": "The", "probability": 0.350830078125}, {"start": 1118.9, "end": 1119.12, "word": " value", "probability": 0.5361328125}, {"start": 1119.12, "end": 1119.32, "word": " of", "probability": 0.89111328125}, {"start": 1119.32, "end": 1119.66, "word": " this", "probability": 0.461181640625}, {"start": 1119.66, "end": 1119.76, "word": " key", "probability": 0.0457763671875}, {"start": 1119.76, "end": 1120.12, "word": " or", "probability": 0.27734375}, {"start": 1120.12, "end": 1120.68, "word": " title", "probability": 0.381591796875}, {"start": 1120.68, "end": 1121.12, "word": " is", "probability": 0.435546875}, {"start": 1121.12, "end": 1121.42, "word": " stored", "probability": 0.181396484375}, {"start": 1121.42, "end": 1122.36, "word": " in", "probability": 0.5654296875}, {"start": 1122.36, "end": 1122.48, "word": " the", "probability": 0.73291015625}, {"start": 1122.48, "end": 1122.9, "word": " HTV", "probability": 0.354736328125}, {"start": 1122.9, "end": 1123.62, "word": " in", "probability": 0.35009765625}, {"start": 1123.62, "end": 1124.08, "word": " the", "probability": 0.796875}, {"start": 1124.08, "end": 1124.26, "word": " View", "probability": 0.361572265625}, {"start": 1124.26, "end": 1124.66, "word": " Holder.", "probability": 0.73291015625}, {"start": 1124.78, "end": 1125.18, "word": " This", "probability": 0.52392578125}, {"start": 1125.18, "end": 1125.48, "word": " means", "probability": 0.802734375}, {"start": 1125.48, "end": 1125.88, "word": " that", "probability": 0.759765625}, {"start": 1125.88, "end": 1126.18, "word": " this", "probability": 0.62060546875}, {"start": 1126.18, "end": 1126.32, "word": " and", "probability": 0.45849609375}, {"start": 1126.32, "end": 1126.62, "word": " this", "probability": 0.53515625}, {"start": 1126.62, "end": 1126.72, "word": " two", "probability": 0.293212890625}, {"start": 1126.72, "end": 1127.08, "word": " keys", "probability": 0.2296142578125}, {"start": 1127.08, "end": 1127.72, "word": " refer", "probability": 0.1822509765625}, {"start": 1127.72, "end": 1127.92, "word": " to", "probability": 0.94775390625}, {"start": 1127.92, "end": 1128.9, "word": " the", "probability": 0.83203125}, {"start": 1128.9, "end": 1128.9, "word": " same", "probability": 0.8837890625}, {"start": 1128.9, "end": 1129.48, "word": " thing.", "probability": 0.5361328125}, {"start": 1129.78, "end": 1130.08, "word": " So", "probability": 0.187744140625}, {"start": 1130.08, "end": 1130.22, "word": " the", "probability": 0.50830078125}, {"start": 1130.22, "end": 1130.46, "word": " View", "probability": 0.44921875}, {"start": 1130.46, "end": 1130.96, "word": " Holder,", "probability": 0.934814453125}, {"start": 1130.96, "end": 1131.24, "word": " the", "probability": 0.5810546875}, {"start": 1131.24, "end": 1131.74, "word": " reference", "probability": 0.7353515625}, {"start": 1131.74, "end": 1131.9, "word": " in", "probability": 0.1790771484375}, {"start": 1131.9, "end": 1132.08, "word": " it,", "probability": 0.724609375}, {"start": 1132.38, "end": 1132.44, "word": " refers", "probability": 0.6640625}, {"start": 1132.44, "end": 1132.62, "word": " to", "probability": 0.96142578125}, {"start": 1132.62, "end": 1132.82, "word": " which", "probability": 0.458251953125}, {"start": 1132.82, "end": 1133.4, "word": " one?", "probability": 0.236083984375}, {"start": 1133.4, "end": 1133.88, "word": " To", "probability": 0.437255859375}, {"start": 1133.88, "end": 1133.96, "word": " the", "probability": 0.54150390625}, {"start": 1133.96, "end": 1134.1, "word": " Image", "probability": 0.69775390625}, {"start": 1134.1, "end": 1134.36, "word": " View,", "probability": 0.8212890625}, {"start": 1134.62, "end": 1134.86, "word": " ok?", "probability": 0.3193359375}, {"start": 1135.18, "end": 1135.42, "word": " And", "probability": 0.64501953125}, {"start": 1135.42, "end": 1135.54, "word": " the", "probability": 0.60986328125}, {"start": 1135.54, "end": 1135.62, "word": " same", "probability": 0.8916015625}, {"start": 1135.62, "end": 1135.96, "word": " thing,", "probability": 0.82275390625}, {"start": 1136.04, "end": 1136.16, "word": " if", "probability": 0.75}, {"start": 1136.16, "end": 1136.4, "word": " I", "probability": 0.52099609375}, {"start": 1136.4, "end": 1136.4, "word": " let", "probability": 0.26904296875}, {"start": 1136.4, "end": 1136.48, "word": " the", "probability": 0.88671875}, {"start": 1136.48, "end": 1136.9, "word": " reference", "probability": 0.52001953125}, {"start": 1136.9, "end": 1137.14, "word": " of", "probability": 0.52880859375}, {"start": 1137.14, "end": 1137.26, "word": " the", "probability": 0.56494140625}, {"start": 1137.26, "end": 1137.5, "word": " Text", "probability": 0.88037109375}, {"start": 1137.5, "end": 1137.8, "word": " View", "probability": 0.8798828125}, {"start": 1137.8, "end": 1138.14, "word": " refer", "probability": 0.662109375}, {"start": 1138.14, "end": 1138.34, "word": " to", "probability": 0.96630859375}, {"start": 1138.34, "end": 1138.54, "word": " whom?", "probability": 0.446533203125}, {"start": 1139.06, "end": 1139.4, "word": " It", "probability": 0.434814453125}, {"start": 1139.4, "end": 1139.64, "word": " refers", "probability": 0.57080078125}, {"start": 1139.64, "end": 1139.78, "word": " to", "probability": 0.96484375}, {"start": 1139.78, "end": 1139.98, "word": " this", "probability": 0.82763671875}, {"start": 1139.98, "end": 1140.02, "word": " one.", "probability": 0.68212890625}, {"start": 1140.2, "end": 1140.4, "word": " And", "probability": 0.89453125}, {"start": 1140.4, "end": 1140.48, "word": " the", "probability": 0.86474609375}, {"start": 1140.48, "end": 1140.88, "word": " reference", "probability": 0.75341796875}, {"start": 1140.88, "end": 1141.2, "word": " of", "probability": 0.91796875}, {"start": 1141.2, "end": 1141.54, "word": " the", "probability": 0.876953125}, {"start": 1141.54, "end": 1141.86, "word": " Edge", "probability": 0.67431640625}, {"start": 1141.86, "end": 1142.16, "word": " refers", "probability": 0.65771484375}, {"start": 1142.16, "end": 1142.44, "word": " to", "probability": 0.96875}, {"start": 1142.44, "end": 1143.34, "word": " the", "probability": 0.78173828125}, {"start": 1143.34, "end": 1143.56, "word": " Text", "probability": 0.869140625}, {"start": 1143.56, "end": 1143.82, "word": " View", "probability": 0.8994140625}, {"start": 1143.82, "end": 1144.04, "word": " here.", "probability": 0.50634765625}], "temperature": 1.0}, {"id": 44, "seek": 117432, "start": 1146.58, "end": 1174.32, "text": " For each one of them, we made an object that points to them. For each one of them, we made an object that points to them. What did we gain from this? There is a method in VIEW called setTag. What is setTag? It is like a tag or an indication. setTag gives you the possibility to attach a certain object to the VIEW.", "tokens": [1171, 1184, 472, 295, 552, 11, 321, 1027, 364, 2657, 300, 2793, 281, 552, 13, 1171, 1184, 472, 295, 552, 11, 321, 1027, 364, 2657, 300, 2793, 281, 552, 13, 708, 630, 321, 6052, 490, 341, 30, 821, 307, 257, 3170, 294, 691, 6550, 54, 1219, 992, 51, 559, 13, 708, 307, 992, 51, 559, 30, 467, 307, 411, 257, 6162, 420, 364, 18877, 13, 992, 51, 559, 2709, 291, 264, 7959, 281, 5085, 257, 1629, 2657, 281, 264, 691, 6550, 54, 13], "avg_logprob": -0.5200893091303962, "compression_ratio": 1.8103448275862069, "no_speech_prob": 0.0, "words": [{"start": 1146.5800000000002, "end": 1147.14, "word": " For", "probability": 0.141845703125}, {"start": 1147.14, "end": 1147.44, "word": " each", "probability": 0.7939453125}, {"start": 1147.44, "end": 1147.96, "word": " one", "probability": 0.3662109375}, {"start": 1147.96, "end": 1148.12, "word": " of", "probability": 0.28173828125}, {"start": 1148.12, "end": 1148.12, "word": " them,", "probability": 0.703125}, {"start": 1148.12, "end": 1148.24, "word": " we", "probability": 0.61767578125}, {"start": 1148.24, "end": 1148.48, "word": " made", "probability": 0.2227783203125}, {"start": 1148.48, "end": 1149.34, "word": " an", "probability": 0.501953125}, {"start": 1149.34, "end": 1150.24, "word": " object", "probability": 0.947265625}, {"start": 1150.24, "end": 1150.44, "word": " that", "probability": 0.370849609375}, {"start": 1150.44, "end": 1150.68, "word": " points", "probability": 0.081787109375}, {"start": 1150.68, "end": 1154.12, "word": " to", "probability": 0.62158203125}, {"start": 1154.12, "end": 1154.42, "word": " them.", "probability": 0.254638671875}, {"start": 1154.46, "end": 1154.68, "word": " For", "probability": 0.27685546875}, {"start": 1154.68, "end": 1155.28, "word": " each", "probability": 0.88818359375}, {"start": 1155.28, "end": 1155.62, "word": " one", "probability": 0.7744140625}, {"start": 1155.62, "end": 1155.78, "word": " of", "probability": 0.7890625}, {"start": 1155.78, "end": 1155.92, "word": " them,", "probability": 0.8779296875}, {"start": 1156.14, "end": 1157.1, "word": " we", "probability": 0.4111328125}, {"start": 1157.1, "end": 1157.1, "word": " made", "probability": 0.66552734375}, {"start": 1157.1, "end": 1157.1, "word": " an", "probability": 0.767578125}, {"start": 1157.1, "end": 1157.3, "word": " object", "probability": 0.9755859375}, {"start": 1157.3, "end": 1157.52, "word": " that", "probability": 0.292236328125}, {"start": 1157.52, "end": 1157.72, "word": " points", "probability": 0.74853515625}, {"start": 1157.72, "end": 1157.82, "word": " to", "probability": 0.90283203125}, {"start": 1157.82, "end": 1157.96, "word": " them.", "probability": 0.796875}, {"start": 1158.04, "end": 1158.42, "word": " What", "probability": 0.252197265625}, {"start": 1158.42, "end": 1158.42, "word": " did", "probability": 0.5615234375}, {"start": 1158.42, "end": 1158.76, "word": " we", "probability": 0.92138671875}, {"start": 1158.76, "end": 1159.06, "word": " gain", "probability": 0.488037109375}, {"start": 1159.06, "end": 1159.3, "word": " from", "probability": 0.77880859375}, {"start": 1159.3, "end": 1159.46, "word": " this?", "probability": 0.454345703125}, {"start": 1159.72, "end": 1160.28, "word": " There", "probability": 0.302490234375}, {"start": 1160.28, "end": 1160.44, "word": " is", "probability": 0.88916015625}, {"start": 1160.44, "end": 1160.52, "word": " a", "probability": 0.8505859375}, {"start": 1160.52, "end": 1160.52, "word": " method", "probability": 0.8271484375}, {"start": 1160.52, "end": 1160.52, "word": " in", "probability": 0.468994140625}, {"start": 1160.52, "end": 1161.92, "word": " VIEW", "probability": 0.7776692708333334}, {"start": 1161.92, "end": 1163.04, "word": " called", "probability": 0.64404296875}, {"start": 1163.04, "end": 1163.62, "word": " setTag.", "probability": 0.5360514322916666}, {"start": 1164.8, "end": 1165.36, "word": " What", "probability": 0.77197265625}, {"start": 1165.36, "end": 1165.46, "word": " is", "probability": 0.91552734375}, {"start": 1165.46, "end": 1165.84, "word": " setTag?", "probability": 0.7986653645833334}, {"start": 1166.68, "end": 1167.18, "word": " It", "probability": 0.71923828125}, {"start": 1167.18, "end": 1167.18, "word": " is", "probability": 0.7412109375}, {"start": 1167.18, "end": 1167.32, "word": " like", "probability": 0.61328125}, {"start": 1167.32, "end": 1167.5, "word": " a", "probability": 0.63037109375}, {"start": 1167.5, "end": 1167.66, "word": " tag", "probability": 0.64111328125}, {"start": 1167.66, "end": 1167.94, "word": " or", "probability": 0.5205078125}, {"start": 1167.94, "end": 1168.58, "word": " an", "probability": 0.2122802734375}, {"start": 1168.58, "end": 1168.76, "word": " indication.", "probability": 0.7353515625}, {"start": 1170.72, "end": 1171.28, "word": " setTag", "probability": 0.8738606770833334}, {"start": 1171.28, "end": 1171.6, "word": " gives", "probability": 0.6884765625}, {"start": 1171.6, "end": 1171.76, "word": " you", "probability": 0.89404296875}, {"start": 1171.76, "end": 1171.86, "word": " the", "probability": 0.56884765625}, {"start": 1171.86, "end": 1172.28, "word": " possibility", "probability": 0.5029296875}, {"start": 1172.28, "end": 1172.88, "word": " to", "probability": 0.8017578125}, {"start": 1172.88, "end": 1173.16, "word": " attach", "probability": 0.322265625}, {"start": 1173.16, "end": 1173.44, "word": " a", "probability": 0.5361328125}, {"start": 1173.44, "end": 1174.32, "word": " certain", "probability": 0.321044921875}, {"start": 1174.32, "end": 1174.32, "word": " object", "probability": 0.9423828125}, {"start": 1174.32, "end": 1174.32, "word": " to", "probability": 0.5341796875}, {"start": 1174.32, "end": 1174.32, "word": " the", "probability": 0.6611328125}, {"start": 1174.32, "end": 1174.32, "word": " VIEW.", "probability": 0.8621419270833334}], "temperature": 1.0}, {"id": 45, "seek": 119851, "start": 1175.87, "end": 1198.51, "text": " Of course, this set tag takes a type of object. What does take a type of object? Anything. Ok? Give it a string, give it an integer, give it whatever you want. Ok? What did I give it here? I gave it a view holder. It means that the view holder is connected to whom? To the view. Of course, how can I get it later? Through get tag. Ok? So now", "tokens": [2720, 1164, 11, 341, 992, 6162, 2516, 257, 2010, 295, 2657, 13, 708, 775, 747, 257, 2010, 295, 2657, 30, 11998, 13, 3477, 30, 5303, 309, 257, 6798, 11, 976, 309, 364, 24922, 11, 976, 309, 2035, 291, 528, 13, 3477, 30, 708, 630, 286, 976, 309, 510, 30, 286, 2729, 309, 257, 1910, 20349, 13, 467, 1355, 300, 264, 1910, 20349, 307, 4582, 281, 7101, 30, 1407, 264, 1910, 13, 2720, 1164, 11, 577, 393, 286, 483, 309, 1780, 30, 8927, 483, 6162, 13, 3477, 30, 407, 586], "avg_logprob": -0.4545138763056861, "compression_ratio": 1.6682926829268292, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1175.87, "end": 1176.07, "word": " Of", "probability": 0.1846923828125}, {"start": 1176.07, "end": 1176.17, "word": " course,", "probability": 0.90869140625}, {"start": 1176.29, "end": 1176.41, "word": " this", "probability": 0.5263671875}, {"start": 1176.41, "end": 1176.61, "word": " set", "probability": 0.41552734375}, {"start": 1176.61, "end": 1176.85, "word": " tag", "probability": 0.6787109375}, {"start": 1176.85, "end": 1177.37, "word": " takes", "probability": 0.442626953125}, {"start": 1177.37, "end": 1177.73, "word": " a", "probability": 0.127197265625}, {"start": 1177.73, "end": 1177.93, "word": " type", "probability": 0.2340087890625}, {"start": 1177.93, "end": 1178.73, "word": " of", "probability": 0.64111328125}, {"start": 1178.73, "end": 1179.09, "word": " object.", "probability": 0.84033203125}, {"start": 1179.25, "end": 1179.45, "word": " What", "probability": 0.3798828125}, {"start": 1179.45, "end": 1179.55, "word": " does", "probability": 0.402587890625}, {"start": 1179.55, "end": 1179.81, "word": " take", "probability": 0.199462890625}, {"start": 1179.81, "end": 1179.91, "word": " a", "probability": 0.63720703125}, {"start": 1179.91, "end": 1180.05, "word": " type", "probability": 0.93212890625}, {"start": 1180.05, "end": 1180.17, "word": " of", "probability": 0.953125}, {"start": 1180.17, "end": 1180.61, "word": " object?", "probability": 0.9658203125}, {"start": 1180.97, "end": 1181.37, "word": " Anything.", "probability": 0.2459716796875}, {"start": 1182.53, "end": 1182.69, "word": " Ok?", "probability": 0.2685546875}, {"start": 1182.85, "end": 1183.07, "word": " Give", "probability": 0.60302734375}, {"start": 1183.07, "end": 1183.19, "word": " it", "probability": 0.77587890625}, {"start": 1183.19, "end": 1183.25, "word": " a", "probability": 0.869140625}, {"start": 1183.25, "end": 1183.61, "word": " string,", "probability": 0.8916015625}, {"start": 1183.73, "end": 1183.89, "word": " give", "probability": 0.364013671875}, {"start": 1183.89, "end": 1184.03, "word": " it", "probability": 0.939453125}, {"start": 1184.03, "end": 1184.09, "word": " an", "probability": 0.87939453125}, {"start": 1184.09, "end": 1184.37, "word": " integer,", "probability": 0.8515625}, {"start": 1184.53, "end": 1184.63, "word": " give", "probability": 0.416015625}, {"start": 1184.63, "end": 1184.75, "word": " it", "probability": 0.93310546875}, {"start": 1184.75, "end": 1184.89, "word": " whatever", "probability": 0.751953125}, {"start": 1184.89, "end": 1185.09, "word": " you", "probability": 0.5341796875}, {"start": 1185.09, "end": 1185.09, "word": " want.", "probability": 0.78271484375}, {"start": 1185.89, "end": 1186.09, "word": " Ok?", "probability": 0.75146484375}, {"start": 1186.17, "end": 1186.41, "word": " What", "probability": 0.47509765625}, {"start": 1186.41, "end": 1186.41, "word": " did", "probability": 0.81396484375}, {"start": 1186.41, "end": 1186.63, "word": " I", "probability": 0.962890625}, {"start": 1186.63, "end": 1186.87, "word": " give", "probability": 0.81591796875}, {"start": 1186.87, "end": 1187.05, "word": " it", "probability": 0.61328125}, {"start": 1187.05, "end": 1187.05, "word": " here?", "probability": 0.4521484375}, {"start": 1189.17, "end": 1189.57, "word": " I", "probability": 0.759765625}, {"start": 1189.57, "end": 1189.77, "word": " gave", "probability": 0.86865234375}, {"start": 1189.77, "end": 1189.87, "word": " it", "probability": 0.85302734375}, {"start": 1189.87, "end": 1189.93, "word": " a", "probability": 0.73046875}, {"start": 1189.93, "end": 1190.05, "word": " view", "probability": 0.71728515625}, {"start": 1190.05, "end": 1190.33, "word": " holder.", "probability": 0.397216796875}, {"start": 1190.57, "end": 1190.75, "word": " It", "probability": 0.42431640625}, {"start": 1190.75, "end": 1190.99, "word": " means", "probability": 0.8994140625}, {"start": 1190.99, "end": 1191.33, "word": " that", "probability": 0.8486328125}, {"start": 1191.33, "end": 1191.47, "word": " the", "probability": 0.8134765625}, {"start": 1191.47, "end": 1191.65, "word": " view", "probability": 0.8857421875}, {"start": 1191.65, "end": 1191.93, "word": " holder", "probability": 0.85595703125}, {"start": 1191.93, "end": 1192.17, "word": " is", "probability": 0.47607421875}, {"start": 1192.17, "end": 1192.39, "word": " connected", "probability": 0.3740234375}, {"start": 1192.39, "end": 1192.61, "word": " to", "probability": 0.89404296875}, {"start": 1192.61, "end": 1192.79, "word": " whom?", "probability": 0.6171875}, {"start": 1193.53, "end": 1193.93, "word": " To", "probability": 0.471435546875}, {"start": 1193.93, "end": 1194.03, "word": " the", "probability": 0.83984375}, {"start": 1194.03, "end": 1194.19, "word": " view.", "probability": 0.86669921875}, {"start": 1194.39, "end": 1194.63, "word": " Of", "probability": 0.64599609375}, {"start": 1194.63, "end": 1194.63, "word": " course,", "probability": 0.9609375}, {"start": 1194.87, "end": 1195.03, "word": " how", "probability": 0.89501953125}, {"start": 1195.03, "end": 1195.31, "word": " can", "probability": 0.82568359375}, {"start": 1195.31, "end": 1195.43, "word": " I", "probability": 0.98828125}, {"start": 1195.43, "end": 1195.59, "word": " get", "probability": 0.477294921875}, {"start": 1195.59, "end": 1195.67, "word": " it", "probability": 0.8837890625}, {"start": 1195.67, "end": 1195.89, "word": " later?", "probability": 0.501953125}, {"start": 1196.01, "end": 1196.21, "word": " Through", "probability": 0.57177734375}, {"start": 1196.21, "end": 1196.45, "word": " get", "probability": 0.55712890625}, {"start": 1196.45, "end": 1196.73, "word": " tag.", "probability": 0.642578125}, {"start": 1197.63, "end": 1197.91, "word": " Ok?", "probability": 0.87451171875}, {"start": 1198.07, "end": 1198.27, "word": " So", "probability": 0.39208984375}, {"start": 1198.27, "end": 1198.51, "word": " now", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 46, "seek": 122052, "start": 1203.34, "end": 1220.52, "text": " What is the use of this link? When I go back to the view again, instead of doing find view by ID, I go back to the view holder and tell him to give me the reference of the image view and edit it.", "tokens": [708, 307, 264, 764, 295, 341, 2113, 30, 1133, 286, 352, 646, 281, 264, 1910, 797, 11, 2602, 295, 884, 915, 1910, 538, 7348, 11, 286, 352, 646, 281, 264, 1910, 20349, 293, 980, 796, 281, 976, 385, 264, 6408, 295, 264, 3256, 1910, 293, 8129, 309, 13], "avg_logprob": -0.6651785519658303, "compression_ratio": 1.4848484848484849, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1203.3400000000001, "end": 1203.8600000000001, "word": " What", "probability": 0.119873046875}, {"start": 1203.8600000000001, "end": 1204.38, "word": " is", "probability": 0.489990234375}, {"start": 1204.38, "end": 1204.46, "word": " the", "probability": 0.81103515625}, {"start": 1204.46, "end": 1204.7, "word": " use", "probability": 0.382568359375}, {"start": 1204.7, "end": 1205.1, "word": " of", "probability": 0.92578125}, {"start": 1205.1, "end": 1205.1, "word": " this", "probability": 0.52978515625}, {"start": 1205.1, "end": 1205.1, "word": " link?", "probability": 0.1474609375}, {"start": 1206.38, "end": 1206.64, "word": " When", "probability": 0.251953125}, {"start": 1206.64, "end": 1207.14, "word": " I", "probability": 0.8095703125}, {"start": 1207.14, "end": 1207.4, "word": " go", "probability": 0.390869140625}, {"start": 1207.4, "end": 1207.4, "word": " back", "probability": 0.73876953125}, {"start": 1207.4, "end": 1207.62, "word": " to", "probability": 0.93359375}, {"start": 1207.62, "end": 1207.74, "word": " the", "probability": 0.54931640625}, {"start": 1207.74, "end": 1207.94, "word": " view", "probability": 0.51513671875}, {"start": 1207.94, "end": 1208.3, "word": " again,", "probability": 0.342529296875}, {"start": 1209.2, "end": 1209.5, "word": " instead", "probability": 0.58984375}, {"start": 1209.5, "end": 1209.62, "word": " of", "probability": 0.96728515625}, {"start": 1209.62, "end": 1209.94, "word": " doing", "probability": 0.09124755859375}, {"start": 1209.94, "end": 1210.22, "word": " find", "probability": 0.58984375}, {"start": 1210.22, "end": 1210.5, "word": " view", "probability": 0.66748046875}, {"start": 1210.5, "end": 1210.66, "word": " by", "probability": 0.921875}, {"start": 1210.66, "end": 1211.04, "word": " ID,", "probability": 0.57861328125}, {"start": 1212.3, "end": 1212.54, "word": " I", "probability": 0.91357421875}, {"start": 1212.54, "end": 1212.68, "word": " go", "probability": 0.67724609375}, {"start": 1212.68, "end": 1212.78, "word": " back", "probability": 0.67138671875}, {"start": 1212.78, "end": 1212.86, "word": " to", "probability": 0.95166015625}, {"start": 1212.86, "end": 1213.1, "word": " the", "probability": 0.68994140625}, {"start": 1213.1, "end": 1214.08, "word": " view", "probability": 0.72607421875}, {"start": 1214.08, "end": 1214.48, "word": " holder", "probability": 0.59130859375}, {"start": 1214.48, "end": 1215.0, "word": " and", "probability": 0.343994140625}, {"start": 1215.0, "end": 1215.26, "word": " tell", "probability": 0.2403564453125}, {"start": 1215.26, "end": 1215.38, "word": " him", "probability": 0.4541015625}, {"start": 1215.38, "end": 1215.46, "word": " to", "probability": 0.77197265625}, {"start": 1215.46, "end": 1215.64, "word": " give", "probability": 0.380859375}, {"start": 1215.64, "end": 1216.94, "word": " me", "probability": 0.85205078125}, {"start": 1216.94, "end": 1217.06, "word": " the", "probability": 0.73681640625}, {"start": 1217.06, "end": 1217.7, "word": " reference", "probability": 0.78466796875}, {"start": 1217.7, "end": 1217.88, "word": " of", "probability": 0.306640625}, {"start": 1217.88, "end": 1217.96, "word": " the", "probability": 0.56689453125}, {"start": 1217.96, "end": 1218.12, "word": " image", "probability": 0.8427734375}, {"start": 1218.12, "end": 1218.42, "word": " view", "probability": 0.751953125}, {"start": 1218.42, "end": 1219.3, "word": " and", "probability": 0.3837890625}, {"start": 1219.3, "end": 1219.54, "word": " edit", "probability": 0.2049560546875}, {"start": 1219.54, "end": 1220.52, "word": " it.", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 47, "seek": 123342, "start": 1226.54, "end": 1233.42, "text": " For example, you read from a book and you like pages 65, 102, and 43", "tokens": [1171, 1365, 11, 291, 1401, 490, 257, 1446, 293, 291, 411, 7183, 11624, 11, 45937, 11, 293, 17914], "avg_logprob": -0.5990953821884958, "compression_ratio": 0.9857142857142858, "no_speech_prob": 0.0, "words": [{"start": 1226.54, "end": 1227.1, "word": " For", "probability": 0.061676025390625}, {"start": 1227.1, "end": 1227.38, "word": " example,", "probability": 0.89208984375}, {"start": 1227.78, "end": 1227.78, "word": " you", "probability": 0.77490234375}, {"start": 1227.78, "end": 1228.76, "word": " read", "probability": 0.68359375}, {"start": 1228.76, "end": 1228.92, "word": " from", "probability": 0.34716796875}, {"start": 1228.92, "end": 1229.06, "word": " a", "probability": 0.88525390625}, {"start": 1229.06, "end": 1229.28, "word": " book", "probability": 0.962890625}, {"start": 1229.28, "end": 1230.26, "word": " and", "probability": 0.260498046875}, {"start": 1230.26, "end": 1230.46, "word": " you", "probability": 0.751953125}, {"start": 1230.46, "end": 1230.5, "word": " like", "probability": 0.361572265625}, {"start": 1230.5, "end": 1231.06, "word": " pages", "probability": 0.319091796875}, {"start": 1231.06, "end": 1231.84, "word": " 65,", "probability": 0.92236328125}, {"start": 1232.12, "end": 1232.36, "word": " 102,", "probability": 0.65478515625}, {"start": 1232.84, "end": 1232.96, "word": " and", "probability": 0.75390625}, {"start": 1232.96, "end": 1233.42, "word": " 43", "probability": 0.87109375}], "temperature": 1.0}, {"id": 48, "seek": 126186, "start": 1234.59, "end": 1261.87, "text": " Instead of memorizing, and whenever you want to go back, search for the pages that you liked on the first page or the second page, and whenever you want to go back to the pages that you want to read, open the book and search for them. To make it easier, we teach them. We build a paper, we make an external paper, we write the numbers of the pages that we want on it, and we stick them in the book. It's like this. Instead of searching for these, I stuck an external paper in the view,", "tokens": [7156, 295, 10560, 3319, 11, 293, 5699, 291, 528, 281, 352, 646, 11, 3164, 337, 264, 7183, 300, 291, 4501, 322, 264, 700, 3028, 420, 264, 1150, 3028, 11, 293, 5699, 291, 528, 281, 352, 646, 281, 264, 7183, 300, 291, 528, 281, 1401, 11, 1269, 264, 1446, 293, 3164, 337, 552, 13, 1407, 652, 309, 3571, 11, 321, 2924, 552, 13, 492, 1322, 257, 3035, 11, 321, 652, 364, 8320, 3035, 11, 321, 2464, 264, 3547, 295, 264, 7183, 300, 321, 528, 322, 309, 11, 293, 321, 2897, 552, 294, 264, 1446, 13, 467, 311, 411, 341, 13, 7156, 295, 10808, 337, 613, 11, 286, 5541, 364, 8320, 3035, 294, 264, 1910, 11], "avg_logprob": -0.5241847919381183, "compression_ratio": 2.059322033898305, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1234.59, "end": 1234.99, "word": " Instead", "probability": 0.360107421875}, {"start": 1234.99, "end": 1235.11, "word": " of", "probability": 0.947265625}, {"start": 1235.11, "end": 1235.45, "word": " memorizing,", "probability": 0.849365234375}, {"start": 1236.39, "end": 1236.65, "word": " and", "probability": 0.31005859375}, {"start": 1236.65, "end": 1236.85, "word": " whenever", "probability": 0.2352294921875}, {"start": 1236.85, "end": 1237.01, "word": " you", "probability": 0.95263671875}, {"start": 1237.01, "end": 1237.23, "word": " want", "probability": 0.57568359375}, {"start": 1237.23, "end": 1237.33, "word": " to", "probability": 0.9541015625}, {"start": 1237.33, "end": 1237.45, "word": " go", "probability": 0.56494140625}, {"start": 1237.45, "end": 1237.65, "word": " back,", "probability": 0.86083984375}, {"start": 1238.31, "end": 1238.77, "word": " search", "probability": 0.30224609375}, {"start": 1238.77, "end": 1238.77, "word": " for", "probability": 0.44580078125}, {"start": 1238.77, "end": 1238.87, "word": " the", "probability": 0.28271484375}, {"start": 1238.87, "end": 1239.11, "word": " pages", "probability": 0.74462890625}, {"start": 1239.11, "end": 1239.29, "word": " that", "probability": 0.42724609375}, {"start": 1239.29, "end": 1239.29, "word": " you", "probability": 0.75}, {"start": 1239.29, "end": 1239.57, "word": " liked", "probability": 0.492919921875}, {"start": 1239.57, "end": 1240.45, "word": " on", "probability": 0.1243896484375}, {"start": 1240.45, "end": 1242.15, "word": " the", "probability": 0.60546875}, {"start": 1242.15, "end": 1242.15, "word": " first", "probability": 0.434814453125}, {"start": 1242.15, "end": 1242.93, "word": " page", "probability": 0.74609375}, {"start": 1242.93, "end": 1243.03, "word": " or", "probability": 0.27197265625}, {"start": 1243.03, "end": 1243.13, "word": " the", "probability": 0.47998046875}, {"start": 1243.13, "end": 1243.29, "word": " second", "probability": 0.86376953125}, {"start": 1243.29, "end": 1243.49, "word": " page,", "probability": 0.837890625}, {"start": 1243.49, "end": 1243.49, "word": " and", "probability": 0.6279296875}, {"start": 1243.49, "end": 1244.19, "word": " whenever", "probability": 0.45166015625}, {"start": 1244.19, "end": 1244.67, "word": " you", "probability": 0.96240234375}, {"start": 1244.67, "end": 1244.91, "word": " want", "probability": 0.76416015625}, {"start": 1244.91, "end": 1244.91, "word": " to", "probability": 0.95263671875}, {"start": 1244.91, "end": 1245.03, "word": " go", "probability": 0.7314453125}, {"start": 1245.03, "end": 1245.13, "word": " back", "probability": 0.83251953125}, {"start": 1245.13, "end": 1245.21, "word": " to", "probability": 0.763671875}, {"start": 1245.21, "end": 1245.29, "word": " the", "probability": 0.72509765625}, {"start": 1245.29, "end": 1245.63, "word": " pages", "probability": 0.798828125}, {"start": 1245.63, "end": 1245.85, "word": " that", "probability": 0.53173828125}, {"start": 1245.85, "end": 1245.87, "word": " you", "probability": 0.9541015625}, {"start": 1245.87, "end": 1245.99, "word": " want", "probability": 0.30029296875}, {"start": 1245.99, "end": 1246.07, "word": " to", "probability": 0.7763671875}, {"start": 1246.07, "end": 1246.33, "word": " read,", "probability": 0.228271484375}, {"start": 1246.81, "end": 1247.49, "word": " open", "probability": 0.461181640625}, {"start": 1247.49, "end": 1247.69, "word": " the", "probability": 0.8203125}, {"start": 1247.69, "end": 1247.83, "word": " book", "probability": 0.95068359375}, {"start": 1247.83, "end": 1247.97, "word": " and", "probability": 0.884765625}, {"start": 1247.97, "end": 1248.19, "word": " search", "probability": 0.85205078125}, {"start": 1248.19, "end": 1248.37, "word": " for", "probability": 0.45654296875}, {"start": 1248.37, "end": 1248.51, "word": " them.", "probability": 0.80029296875}, {"start": 1248.97, "end": 1249.37, "word": " To", "probability": 0.70166015625}, {"start": 1249.37, "end": 1249.53, "word": " make", "probability": 0.748046875}, {"start": 1249.53, "end": 1249.53, "word": " it", "probability": 0.55126953125}, {"start": 1249.53, "end": 1249.73, "word": " easier,", "probability": 0.80322265625}, {"start": 1250.37, "end": 1250.67, "word": " we", "probability": 0.89111328125}, {"start": 1250.67, "end": 1250.93, "word": " teach", "probability": 0.62255859375}, {"start": 1250.93, "end": 1251.19, "word": " them.", "probability": 0.84521484375}, {"start": 1251.51, "end": 1251.75, "word": " We", "probability": 0.9306640625}, {"start": 1251.75, "end": 1251.93, "word": " build", "probability": 0.293701171875}, {"start": 1251.93, "end": 1252.09, "word": " a", "probability": 0.56396484375}, {"start": 1252.09, "end": 1252.27, "word": " paper,", "probability": 0.33349609375}, {"start": 1252.47, "end": 1252.83, "word": " we", "probability": 0.5078125}, {"start": 1252.83, "end": 1252.99, "word": " make", "probability": 0.65234375}, {"start": 1252.99, "end": 1253.35, "word": " an", "probability": 0.658203125}, {"start": 1253.35, "end": 1253.61, "word": " external", "probability": 0.73779296875}, {"start": 1253.61, "end": 1253.61, "word": " paper,", "probability": 0.77880859375}, {"start": 1253.73, "end": 1253.87, "word": " we", "probability": 0.5869140625}, {"start": 1253.87, "end": 1254.07, "word": " write", "probability": 0.8955078125}, {"start": 1254.07, "end": 1254.33, "word": " the", "probability": 0.5283203125}, {"start": 1254.33, "end": 1254.49, "word": " numbers", "probability": 0.35302734375}, {"start": 1254.49, "end": 1254.67, "word": " of", "probability": 0.81005859375}, {"start": 1254.67, "end": 1254.69, "word": " the", "probability": 0.7138671875}, {"start": 1254.69, "end": 1254.93, "word": " pages", "probability": 0.91064453125}, {"start": 1254.93, "end": 1255.09, "word": " that", "probability": 0.63671875}, {"start": 1255.09, "end": 1255.15, "word": " we", "probability": 0.95556640625}, {"start": 1255.15, "end": 1255.35, "word": " want", "probability": 0.81005859375}, {"start": 1255.35, "end": 1255.63, "word": " on", "probability": 0.2724609375}, {"start": 1255.63, "end": 1255.67, "word": " it,", "probability": 0.853515625}, {"start": 1255.75, "end": 1256.03, "word": " and", "probability": 0.92138671875}, {"start": 1256.03, "end": 1256.15, "word": " we", "probability": 0.77197265625}, {"start": 1256.15, "end": 1256.33, "word": " stick", "probability": 0.44482421875}, {"start": 1256.33, "end": 1256.47, "word": " them", "probability": 0.70654296875}, {"start": 1256.47, "end": 1256.55, "word": " in", "probability": 0.56591796875}, {"start": 1256.55, "end": 1256.65, "word": " the", "probability": 0.900390625}, {"start": 1256.65, "end": 1256.89, "word": " book.", "probability": 0.94873046875}, {"start": 1257.35, "end": 1257.61, "word": " It's", "probability": 0.4759521484375}, {"start": 1257.61, "end": 1257.73, "word": " like", "probability": 0.85693359375}, {"start": 1257.73, "end": 1257.99, "word": " this.", "probability": 0.53466796875}, {"start": 1258.25, "end": 1258.61, "word": " Instead", "probability": 0.7060546875}, {"start": 1258.61, "end": 1258.79, "word": " of", "probability": 0.97021484375}, {"start": 1258.79, "end": 1259.13, "word": " searching", "probability": 0.5087890625}, {"start": 1259.13, "end": 1259.29, "word": " for", "probability": 0.78857421875}, {"start": 1259.29, "end": 1259.57, "word": " these,", "probability": 0.45068359375}, {"start": 1259.71, "end": 1259.89, "word": " I", "probability": 0.9462890625}, {"start": 1259.89, "end": 1260.21, "word": " stuck", "probability": 0.2939453125}, {"start": 1260.21, "end": 1260.39, "word": " an", "probability": 0.294677734375}, {"start": 1260.39, "end": 1260.39, "word": " external", "probability": 0.90185546875}, {"start": 1260.39, "end": 1260.39, "word": " paper", "probability": 0.7685546875}, {"start": 1260.39, "end": 1260.39, "word": " in", "probability": 0.70458984375}, {"start": 1260.39, "end": 1261.63, "word": " the", "probability": 0.72412109375}, {"start": 1261.63, "end": 1261.87, "word": " view,", "probability": 0.61376953125}], "temperature": 1.0}, {"id": 49, "seek": 128423, "start": 1264.09, "end": 1284.23, "text": " Where do you direct me to? To the direct links without doing Find View By ID But you have to do it first time How? Yes, of course, I have to do it first time So now, what I did first time is that I did Object View Holder Of course, what are the contents of the Object View Holder? The same things that are present in the view", "tokens": [2305, 360, 291, 2047, 385, 281, 30, 1407, 264, 2047, 6123, 1553, 884, 11809, 13909, 3146, 7348, 583, 291, 362, 281, 360, 309, 700, 565, 1012, 30, 1079, 11, 295, 1164, 11, 286, 362, 281, 360, 309, 700, 565, 407, 586, 11, 437, 286, 630, 700, 565, 307, 300, 286, 630, 24753, 13909, 6962, 260, 2720, 1164, 11, 437, 366, 264, 15768, 295, 264, 24753, 13909, 6962, 260, 30, 440, 912, 721, 300, 366, 1974, 294, 264, 1910], "avg_logprob": -0.5522151974183095, "compression_ratio": 1.7248677248677249, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1264.09, "end": 1264.35, "word": " Where", "probability": 0.09783935546875}, {"start": 1264.35, "end": 1264.35, "word": " do", "probability": 0.388427734375}, {"start": 1264.35, "end": 1264.35, "word": " you", "probability": 0.44921875}, {"start": 1264.35, "end": 1264.59, "word": " direct", "probability": 0.303955078125}, {"start": 1264.59, "end": 1264.83, "word": " me", "probability": 0.794921875}, {"start": 1264.83, "end": 1265.51, "word": " to?", "probability": 0.55126953125}, {"start": 1265.55, "end": 1265.97, "word": " To", "probability": 0.607421875}, {"start": 1265.97, "end": 1266.01, "word": " the", "probability": 0.63037109375}, {"start": 1266.01, "end": 1266.05, "word": " direct", "probability": 0.24755859375}, {"start": 1266.05, "end": 1266.65, "word": " links", "probability": 0.3466796875}, {"start": 1266.65, "end": 1267.11, "word": " without", "probability": 0.54345703125}, {"start": 1267.11, "end": 1267.65, "word": " doing", "probability": 0.312255859375}, {"start": 1267.65, "end": 1268.83, "word": " Find", "probability": 0.1475830078125}, {"start": 1268.83, "end": 1269.09, "word": " View", "probability": 0.50634765625}, {"start": 1269.09, "end": 1269.27, "word": " By", "probability": 0.52294921875}, {"start": 1269.27, "end": 1269.57, "word": " ID", "probability": 0.62255859375}, {"start": 1269.57, "end": 1269.83, "word": " But", "probability": 0.26513671875}, {"start": 1269.83, "end": 1269.97, "word": " you", "probability": 0.4296875}, {"start": 1269.97, "end": 1270.05, "word": " have", "probability": 0.3876953125}, {"start": 1270.05, "end": 1270.13, "word": " to", "probability": 0.96630859375}, {"start": 1270.13, "end": 1270.31, "word": " do", "probability": 0.87939453125}, {"start": 1270.31, "end": 1270.43, "word": " it", "probability": 0.818359375}, {"start": 1270.43, "end": 1270.61, "word": " first", "probability": 0.5556640625}, {"start": 1270.61, "end": 1270.85, "word": " time", "probability": 0.398681640625}, {"start": 1270.85, "end": 1271.23, "word": " How?", "probability": 0.410400390625}, {"start": 1271.47, "end": 1271.65, "word": " Yes,", "probability": 0.5517578125}, {"start": 1271.81, "end": 1271.83, "word": " of", "probability": 0.6865234375}, {"start": 1271.83, "end": 1271.95, "word": " course,", "probability": 0.9482421875}, {"start": 1272.07, "end": 1272.43, "word": " I", "probability": 0.199462890625}, {"start": 1272.43, "end": 1272.61, "word": " have", "probability": 0.7568359375}, {"start": 1272.61, "end": 1272.71, "word": " to", "probability": 0.96923828125}, {"start": 1272.71, "end": 1272.93, "word": " do", "probability": 0.94189453125}, {"start": 1272.93, "end": 1273.11, "word": " it", "probability": 0.94091796875}, {"start": 1273.11, "end": 1273.11, "word": " first", "probability": 0.79931640625}, {"start": 1273.11, "end": 1273.11, "word": " time", "probability": 0.86572265625}, {"start": 1273.11, "end": 1273.85, "word": " So", "probability": 0.434326171875}, {"start": 1273.85, "end": 1274.09, "word": " now,", "probability": 0.42626953125}, {"start": 1274.13, "end": 1274.25, "word": " what", "probability": 0.72265625}, {"start": 1274.25, "end": 1274.35, "word": " I", "probability": 0.86181640625}, {"start": 1274.35, "end": 1274.69, "word": " did", "probability": 0.80029296875}, {"start": 1274.69, "end": 1275.83, "word": " first", "probability": 0.3828125}, {"start": 1275.83, "end": 1276.23, "word": " time", "probability": 0.84912109375}, {"start": 1276.23, "end": 1276.57, "word": " is", "probability": 0.398681640625}, {"start": 1276.57, "end": 1277.51, "word": " that", "probability": 0.335693359375}, {"start": 1277.51, "end": 1277.85, "word": " I", "probability": 0.9677734375}, {"start": 1277.85, "end": 1278.05, "word": " did", "probability": 0.340087890625}, {"start": 1278.05, "end": 1278.39, "word": " Object", "probability": 0.351318359375}, {"start": 1278.39, "end": 1278.67, "word": " View", "probability": 0.916015625}, {"start": 1278.67, "end": 1278.95, "word": " Holder", "probability": 0.839111328125}, {"start": 1278.95, "end": 1279.05, "word": " Of", "probability": 0.342529296875}, {"start": 1279.05, "end": 1279.15, "word": " course,", "probability": 0.951171875}, {"start": 1279.23, "end": 1279.35, "word": " what", "probability": 0.8203125}, {"start": 1279.35, "end": 1279.41, "word": " are", "probability": 0.384033203125}, {"start": 1279.41, "end": 1279.47, "word": " the", "probability": 0.73388671875}, {"start": 1279.47, "end": 1279.79, "word": " contents", "probability": 0.75}, {"start": 1279.79, "end": 1280.03, "word": " of", "probability": 0.9619140625}, {"start": 1280.03, "end": 1280.09, "word": " the", "probability": 0.399658203125}, {"start": 1280.09, "end": 1280.27, "word": " Object", "probability": 0.7607421875}, {"start": 1280.27, "end": 1280.63, "word": " View", "probability": 0.93994140625}, {"start": 1280.63, "end": 1281.09, "word": " Holder?", "probability": 0.9384765625}, {"start": 1281.51, "end": 1281.67, "word": " The", "probability": 0.458251953125}, {"start": 1281.67, "end": 1281.83, "word": " same", "probability": 0.87548828125}, {"start": 1281.83, "end": 1282.25, "word": " things", "probability": 0.60595703125}, {"start": 1282.25, "end": 1282.41, "word": " that", "probability": 0.615234375}, {"start": 1282.41, "end": 1282.45, "word": " are", "probability": 0.703125}, {"start": 1282.45, "end": 1282.83, "word": " present", "probability": 0.320556640625}, {"start": 1282.83, "end": 1283.93, "word": " in", "probability": 0.91552734375}, {"start": 1283.93, "end": 1284.05, "word": " the", "probability": 0.7490234375}, {"start": 1284.05, "end": 1284.23, "word": " view", "probability": 0.470947265625}], "temperature": 1.0}, {"id": 50, "seek": 131021, "start": 1285.15, "end": 1310.21, "text": "This is not image view, text view, text view. I also made indicators of the same kind. After I created it, I said that first of all I have to make a find view with ID to reach them. Then I said that let the HTV in the view holder point to the HTV. And the NAM TV point to the NAM TV. And the photo image view in the reference in the view holder point to the image view.", "tokens": [5723, 307, 406, 3256, 1910, 11, 2487, 1910, 11, 2487, 1910, 13, 286, 611, 1027, 22176, 295, 264, 912, 733, 13, 2381, 286, 2942, 309, 11, 286, 848, 300, 700, 295, 439, 286, 362, 281, 652, 257, 915, 1910, 365, 7348, 281, 2524, 552, 13, 1396, 286, 848, 300, 718, 264, 11751, 53, 294, 264, 1910, 276, 2641, 260, 935, 281, 264, 11751, 53, 13, 400, 264, 426, 2865, 3558, 935, 281, 264, 426, 2865, 3558, 13, 400, 264, 5052, 3256, 1910, 294, 264, 6408, 294, 264, 1910, 20349, 935, 281, 264, 3256, 1910, 13], "avg_logprob": -0.5537109604726235, "compression_ratio": 1.8923076923076922, "no_speech_prob": 0.0, "words": [{"start": 1285.15, "end": 1285.55, "word": "This", "probability": 0.10321044921875}, {"start": 1285.55, "end": 1285.61, "word": " is", "probability": 0.3828125}, {"start": 1285.61, "end": 1285.63, "word": " not", "probability": 0.77783203125}, {"start": 1285.63, "end": 1286.55, "word": " image", "probability": 0.40087890625}, {"start": 1286.55, "end": 1286.81, "word": " view,", "probability": 0.66845703125}, {"start": 1286.87, "end": 1287.05, "word": " text", "probability": 0.91552734375}, {"start": 1287.05, "end": 1287.25, "word": " view,", "probability": 0.86181640625}, {"start": 1287.31, "end": 1287.45, "word": " text", "probability": 0.88671875}, {"start": 1287.45, "end": 1287.83, "word": " view.", "probability": 0.873046875}, {"start": 1288.21, "end": 1288.65, "word": " I", "probability": 0.54052734375}, {"start": 1288.65, "end": 1288.65, "word": " also", "probability": 0.320068359375}, {"start": 1288.65, "end": 1288.65, "word": " made", "probability": 0.4990234375}, {"start": 1288.65, "end": 1289.47, "word": " indicators", "probability": 0.242919921875}, {"start": 1289.47, "end": 1290.41, "word": " of", "probability": 0.80859375}, {"start": 1290.41, "end": 1290.53, "word": " the", "probability": 0.81787109375}, {"start": 1290.53, "end": 1290.65, "word": " same", "probability": 0.88916015625}, {"start": 1290.65, "end": 1290.99, "word": " kind.", "probability": 0.466064453125}, {"start": 1291.63, "end": 1292.03, "word": " After", "probability": 0.470458984375}, {"start": 1292.03, "end": 1292.25, "word": " I", "probability": 0.64306640625}, {"start": 1292.25, "end": 1292.55, "word": " created", "probability": 0.370361328125}, {"start": 1292.55, "end": 1292.79, "word": " it,", "probability": 0.5009765625}, {"start": 1293.15, "end": 1293.17, "word": " I", "probability": 0.69091796875}, {"start": 1293.17, "end": 1293.37, "word": " said", "probability": 0.4638671875}, {"start": 1293.37, "end": 1293.63, "word": " that", "probability": 0.53125}, {"start": 1293.63, "end": 1293.93, "word": " first", "probability": 0.28564453125}, {"start": 1293.93, "end": 1294.09, "word": " of", "probability": 0.30810546875}, {"start": 1294.09, "end": 1294.33, "word": " all", "probability": 0.951171875}, {"start": 1294.33, "end": 1294.33, "word": " I", "probability": 0.607421875}, {"start": 1294.33, "end": 1294.57, "word": " have", "probability": 0.182861328125}, {"start": 1294.57, "end": 1294.61, "word": " to", "probability": 0.9677734375}, {"start": 1294.61, "end": 1294.77, "word": " make", "probability": 0.331787109375}, {"start": 1294.77, "end": 1294.85, "word": " a", "probability": 0.5}, {"start": 1294.85, "end": 1295.03, "word": " find", "probability": 0.36669921875}, {"start": 1295.03, "end": 1295.25, "word": " view", "probability": 0.8974609375}, {"start": 1295.25, "end": 1295.37, "word": " with", "probability": 0.317138671875}, {"start": 1295.37, "end": 1295.67, "word": " ID", "probability": 0.405517578125}, {"start": 1295.67, "end": 1296.43, "word": " to", "probability": 0.4521484375}, {"start": 1296.43, "end": 1296.69, "word": " reach", "probability": 0.458740234375}, {"start": 1296.69, "end": 1296.95, "word": " them.", "probability": 0.78271484375}, {"start": 1297.59, "end": 1297.85, "word": " Then", "probability": 0.476318359375}, {"start": 1297.85, "end": 1297.95, "word": " I", "probability": 0.8818359375}, {"start": 1297.95, "end": 1298.15, "word": " said", "probability": 0.763671875}, {"start": 1298.15, "end": 1298.35, "word": " that", "probability": 0.4453125}, {"start": 1298.35, "end": 1298.65, "word": " let", "probability": 0.30810546875}, {"start": 1298.65, "end": 1299.09, "word": " the", "probability": 0.36572265625}, {"start": 1299.09, "end": 1299.61, "word": " HTV", "probability": 0.5947265625}, {"start": 1299.61, "end": 1299.75, "word": " in", "probability": 0.43017578125}, {"start": 1299.75, "end": 1299.91, "word": " the", "probability": 0.460693359375}, {"start": 1299.91, "end": 1300.05, "word": " view", "probability": 0.84814453125}, {"start": 1300.05, "end": 1300.41, "word": " holder", "probability": 0.6631266276041666}, {"start": 1300.41, "end": 1300.61, "word": " point", "probability": 0.278076171875}, {"start": 1300.61, "end": 1300.87, "word": " to", "probability": 0.72509765625}, {"start": 1300.87, "end": 1301.95, "word": " the", "probability": 0.39404296875}, {"start": 1301.95, "end": 1302.45, "word": " HTV.", "probability": 0.890869140625}, {"start": 1302.59, "end": 1302.73, "word": " And", "probability": 0.6142578125}, {"start": 1302.73, "end": 1302.77, "word": " the", "probability": 0.5498046875}, {"start": 1302.77, "end": 1302.95, "word": " NAM", "probability": 0.615966796875}, {"start": 1302.95, "end": 1303.23, "word": " TV", "probability": 0.55078125}, {"start": 1303.23, "end": 1303.49, "word": " point", "probability": 0.462890625}, {"start": 1303.49, "end": 1303.65, "word": " to", "probability": 0.94384765625}, {"start": 1303.65, "end": 1303.73, "word": " the", "probability": 0.5107421875}, {"start": 1303.73, "end": 1303.93, "word": " NAM", "probability": 0.980224609375}, {"start": 1303.93, "end": 1304.11, "word": " TV.", "probability": 0.9736328125}, {"start": 1304.21, "end": 1304.31, "word": " And", "probability": 0.79736328125}, {"start": 1304.31, "end": 1304.41, "word": " the", "probability": 0.8173828125}, {"start": 1304.41, "end": 1304.69, "word": " photo", "probability": 0.59765625}, {"start": 1304.69, "end": 1305.85, "word": " image", "probability": 0.70947265625}, {"start": 1305.85, "end": 1306.61, "word": " view", "probability": 0.8583984375}, {"start": 1306.61, "end": 1306.91, "word": " in", "probability": 0.2724609375}, {"start": 1306.91, "end": 1307.95, "word": " the", "probability": 0.8154296875}, {"start": 1307.95, "end": 1308.45, "word": " reference", "probability": 0.650390625}, {"start": 1308.45, "end": 1308.85, "word": " in", "probability": 0.67333984375}, {"start": 1308.85, "end": 1308.97, "word": " the", "probability": 0.88134765625}, {"start": 1308.97, "end": 1309.09, "word": " view", "probability": 0.88330078125}, {"start": 1309.09, "end": 1309.25, "word": " holder", "probability": 0.7236328125}, {"start": 1309.25, "end": 1309.55, "word": " point", "probability": 0.66552734375}, {"start": 1309.55, "end": 1309.71, "word": " to", "probability": 0.9580078125}, {"start": 1309.71, "end": 1309.77, "word": " the", "probability": 0.6611328125}, {"start": 1309.77, "end": 1309.91, "word": " image", "probability": 0.89697265625}, {"start": 1309.91, "end": 1310.21, "word": " view.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 51, "seek": 131792, "start": 1311.78, "end": 1317.92, "text": " And then he took all of this and attached it to the convert view. The convert view became attached to a paper", "tokens": [400, 550, 415, 1890, 439, 295, 341, 293, 8570, 309, 281, 264, 7620, 1910, 13, 440, 7620, 1910, 3062, 8570, 281, 257, 3035], "avg_logprob": -0.7864583457509676, "compression_ratio": 1.3253012048192772, "no_speech_prob": 4.291534423828125e-06, "words": [{"start": 1311.78, "end": 1312.3, "word": " And", "probability": 0.050567626953125}, {"start": 1312.3, "end": 1312.82, "word": " then", "probability": 0.417724609375}, {"start": 1312.82, "end": 1312.94, "word": " he", "probability": 0.1455078125}, {"start": 1312.94, "end": 1313.2, "word": " took", "probability": 0.4951171875}, {"start": 1313.2, "end": 1313.74, "word": " all", "probability": 0.63330078125}, {"start": 1313.74, "end": 1313.86, "word": " of", "probability": 0.416015625}, {"start": 1313.86, "end": 1313.86, "word": " this", "probability": 0.4443359375}, {"start": 1313.86, "end": 1314.0, "word": " and", "probability": 0.71337890625}, {"start": 1314.0, "end": 1314.36, "word": " attached", "probability": 0.1968994140625}, {"start": 1314.36, "end": 1314.7, "word": " it", "probability": 0.7548828125}, {"start": 1314.7, "end": 1315.12, "word": " to", "probability": 0.58349609375}, {"start": 1315.12, "end": 1315.22, "word": " the", "probability": 0.662109375}, {"start": 1315.22, "end": 1315.54, "word": " convert", "probability": 0.6064453125}, {"start": 1315.54, "end": 1315.8, "word": " view.", "probability": 0.41943359375}, {"start": 1316.06, "end": 1316.5, "word": " The", "probability": 0.3662109375}, {"start": 1316.5, "end": 1316.8, "word": " convert", "probability": 0.7822265625}, {"start": 1316.8, "end": 1317.14, "word": " view", "probability": 0.916015625}, {"start": 1317.14, "end": 1317.22, "word": " became", "probability": 0.46923828125}, {"start": 1317.22, "end": 1317.48, "word": " attached", "probability": 0.45849609375}, {"start": 1317.48, "end": 1317.62, "word": " to", "probability": 0.69140625}, {"start": 1317.62, "end": 1317.74, "word": " a", "probability": 0.765625}, {"start": 1317.74, "end": 1317.92, "word": " paper", "probability": 0.66064453125}], "temperature": 1.0}, {"id": 52, "seek": 134661, "start": 1319.79, "end": 1346.61, "text": "It has indicators that tell us where to go to the elements inside directly. Ok, then what did I gain from this? I didn't use it. Now, the second time, we said the convert view needs to be reused from time to time when we scroll. Ok? Now, it needs to bring a new element to the screen. I used the get view. And it sent the convert view to the element that came out. I repeated this sentence. Correct or not? It will not enter the if statement. It will come here.", "tokens": [3522, 575, 22176, 300, 980, 505, 689, 281, 352, 281, 264, 4959, 1854, 3838, 13, 3477, 11, 550, 437, 630, 286, 6052, 490, 341, 30, 286, 994, 380, 764, 309, 13, 823, 11, 264, 1150, 565, 11, 321, 848, 264, 7620, 1910, 2203, 281, 312, 319, 4717, 490, 565, 281, 565, 562, 321, 11369, 13, 3477, 30, 823, 11, 309, 2203, 281, 1565, 257, 777, 4478, 281, 264, 2568, 13, 286, 1143, 264, 483, 1910, 13, 400, 309, 2279, 264, 7620, 1910, 281, 264, 4478, 300, 1361, 484, 13, 286, 10477, 341, 8174, 13, 12753, 420, 406, 30, 467, 486, 406, 3242, 264, 498, 5629, 13, 467, 486, 808, 510, 13], "avg_logprob": -0.6160714157990047, "compression_ratio": 1.793774319066148, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1319.79, "end": 1319.93, "word": "It", "probability": 0.267333984375}, {"start": 1319.93, "end": 1320.07, "word": " has", "probability": 0.47216796875}, {"start": 1320.07, "end": 1320.61, "word": " indicators", "probability": 0.57958984375}, {"start": 1320.61, "end": 1320.77, "word": " that", "probability": 0.66650390625}, {"start": 1320.77, "end": 1321.13, "word": " tell", "probability": 0.063720703125}, {"start": 1321.13, "end": 1321.31, "word": " us", "probability": 0.7958984375}, {"start": 1321.31, "end": 1321.55, "word": " where", "probability": 0.432373046875}, {"start": 1321.55, "end": 1321.55, "word": " to", "probability": 0.333740234375}, {"start": 1321.55, "end": 1321.69, "word": " go", "probability": 0.70166015625}, {"start": 1321.69, "end": 1321.89, "word": " to", "probability": 0.4775390625}, {"start": 1321.89, "end": 1321.97, "word": " the", "probability": 0.5224609375}, {"start": 1321.97, "end": 1322.27, "word": " elements", "probability": 0.2054443359375}, {"start": 1322.27, "end": 1322.67, "word": " inside", "probability": 0.2763671875}, {"start": 1322.67, "end": 1323.51, "word": " directly.", "probability": 0.214111328125}, {"start": 1323.61, "end": 1323.79, "word": " Ok,", "probability": 0.2152099609375}, {"start": 1323.89, "end": 1324.19, "word": " then", "probability": 0.2386474609375}, {"start": 1324.19, "end": 1324.37, "word": " what", "probability": 0.62744140625}, {"start": 1324.37, "end": 1324.37, "word": " did", "probability": 0.515625}, {"start": 1324.37, "end": 1324.47, "word": " I", "probability": 0.7939453125}, {"start": 1324.47, "end": 1324.69, "word": " gain", "probability": 0.32568359375}, {"start": 1324.69, "end": 1324.85, "word": " from", "probability": 0.8115234375}, {"start": 1324.85, "end": 1324.97, "word": " this?", "probability": 0.525390625}, {"start": 1325.01, "end": 1325.11, "word": " I", "probability": 0.68603515625}, {"start": 1325.11, "end": 1325.25, "word": " didn't", "probability": 0.6583251953125}, {"start": 1325.25, "end": 1325.69, "word": " use", "probability": 0.52197265625}, {"start": 1325.69, "end": 1325.93, "word": " it.", "probability": 0.87744140625}, {"start": 1326.25, "end": 1326.69, "word": " Now,", "probability": 0.73193359375}, {"start": 1326.93, "end": 1327.47, "word": " the", "probability": 0.2437744140625}, {"start": 1327.47, "end": 1327.61, "word": " second", "probability": 0.83935546875}, {"start": 1327.61, "end": 1327.97, "word": " time,", "probability": 0.884765625}, {"start": 1328.39, "end": 1328.47, "word": " we", "probability": 0.546875}, {"start": 1328.47, "end": 1328.67, "word": " said", "probability": 0.52294921875}, {"start": 1328.67, "end": 1329.03, "word": " the", "probability": 0.21875}, {"start": 1329.03, "end": 1329.35, "word": " convert", "probability": 0.66650390625}, {"start": 1329.35, "end": 1329.77, "word": " view", "probability": 0.85205078125}, {"start": 1329.77, "end": 1330.75, "word": " needs", "probability": 0.169677734375}, {"start": 1330.75, "end": 1330.97, "word": " to", "probability": 0.9306640625}, {"start": 1330.97, "end": 1330.97, "word": " be", "probability": 0.8408203125}, {"start": 1330.97, "end": 1331.37, "word": " reused", "probability": 0.63037109375}, {"start": 1331.37, "end": 1331.59, "word": " from", "probability": 0.1636962890625}, {"start": 1331.59, "end": 1331.75, "word": " time", "probability": 0.64404296875}, {"start": 1331.75, "end": 1332.03, "word": " to", "probability": 0.970703125}, {"start": 1332.03, "end": 1332.35, "word": " time", "probability": 0.89697265625}, {"start": 1332.35, "end": 1332.57, "word": " when", "probability": 0.6015625}, {"start": 1332.57, "end": 1332.69, "word": " we", "probability": 0.86572265625}, {"start": 1332.69, "end": 1333.05, "word": " scroll.", "probability": 0.765625}, {"start": 1333.73, "end": 1334.07, "word": " Ok?", "probability": 0.552734375}, {"start": 1334.61, "end": 1335.05, "word": " Now,", "probability": 0.4697265625}, {"start": 1335.41, "end": 1335.49, "word": " it", "probability": 0.59765625}, {"start": 1335.49, "end": 1335.69, "word": " needs", "probability": 0.416748046875}, {"start": 1335.69, "end": 1335.93, "word": " to", "probability": 0.93017578125}, {"start": 1335.93, "end": 1336.15, "word": " bring", "probability": 0.32275390625}, {"start": 1336.15, "end": 1336.53, "word": " a", "probability": 0.461181640625}, {"start": 1336.53, "end": 1336.85, "word": " new", "probability": 0.912109375}, {"start": 1336.85, "end": 1337.11, "word": " element", "probability": 0.8310546875}, {"start": 1337.11, "end": 1337.49, "word": " to", "probability": 0.3486328125}, {"start": 1337.49, "end": 1337.59, "word": " the", "probability": 0.86865234375}, {"start": 1337.59, "end": 1337.77, "word": " screen.", "probability": 0.86865234375}, {"start": 1337.81, "end": 1337.95, "word": " I", "probability": 0.595703125}, {"start": 1337.95, "end": 1338.15, "word": " used", "probability": 0.2203369140625}, {"start": 1338.15, "end": 1338.31, "word": " the", "probability": 0.40625}, {"start": 1338.31, "end": 1338.43, "word": " get", "probability": 0.81298828125}, {"start": 1338.43, "end": 1338.73, "word": " view.", "probability": 0.6982421875}, {"start": 1339.03, "end": 1339.33, "word": " And", "probability": 0.56396484375}, {"start": 1339.33, "end": 1339.37, "word": " it", "probability": 0.60986328125}, {"start": 1339.37, "end": 1339.57, "word": " sent", "probability": 0.5869140625}, {"start": 1339.57, "end": 1339.73, "word": " the", "probability": 0.442626953125}, {"start": 1339.73, "end": 1340.07, "word": " convert", "probability": 0.91357421875}, {"start": 1340.07, "end": 1340.41, "word": " view", "probability": 0.8837890625}, {"start": 1340.41, "end": 1340.55, "word": " to", "probability": 0.8681640625}, {"start": 1340.55, "end": 1340.73, "word": " the", "probability": 0.468017578125}, {"start": 1340.73, "end": 1341.33, "word": " element", "probability": 0.3369140625}, {"start": 1341.33, "end": 1341.53, "word": " that", "probability": 0.75390625}, {"start": 1341.53, "end": 1341.65, "word": " came", "probability": 0.360107421875}, {"start": 1341.65, "end": 1341.85, "word": " out.", "probability": 0.6640625}, {"start": 1342.21, "end": 1342.65, "word": " I", "probability": 0.39404296875}, {"start": 1342.65, "end": 1342.89, "word": " repeated", "probability": 0.311279296875}, {"start": 1342.89, "end": 1342.97, "word": " this", "probability": 0.446044921875}, {"start": 1342.97, "end": 1343.27, "word": " sentence.", "probability": 0.4912109375}, {"start": 1343.67, "end": 1344.09, "word": " Correct", "probability": 0.336669921875}, {"start": 1344.09, "end": 1344.25, "word": " or", "probability": 0.7861328125}, {"start": 1344.25, "end": 1344.31, "word": " not?", "probability": 0.88720703125}, {"start": 1344.57, "end": 1345.01, "word": " It", "probability": 0.689453125}, {"start": 1345.01, "end": 1345.15, "word": " will", "probability": 0.378662109375}, {"start": 1345.15, "end": 1345.15, "word": " not", "probability": 0.93798828125}, {"start": 1345.15, "end": 1345.41, "word": " enter", "probability": 0.66064453125}, {"start": 1345.41, "end": 1345.55, "word": " the", "probability": 0.67724609375}, {"start": 1345.55, "end": 1345.67, "word": " if", "probability": 0.57275390625}, {"start": 1345.67, "end": 1346.07, "word": " statement.", "probability": 0.92578125}, {"start": 1346.07, "end": 1346.21, "word": " It", "probability": 0.51123046875}, {"start": 1346.21, "end": 1346.27, "word": " will", "probability": 0.8359375}, {"start": 1346.27, "end": 1346.39, "word": " come", "probability": 0.73486328125}, {"start": 1346.39, "end": 1346.61, "word": " here.", "probability": 0.496337890625}], "temperature": 1.0}, {"id": 53, "seek": 136644, "start": 1348.5, "end": 1366.44, "text": " The first thing I did was to go to convert view and type gettag. This will return you an object. That's why I casted it to viewholder. I know that I casted it to viewholder, so I returned it to viewholder. Then what did I do? I got the person. Then I told him to go to viewholder dot what?", "tokens": [440, 700, 551, 286, 630, 390, 281, 352, 281, 7620, 1910, 293, 2010, 483, 25030, 13, 639, 486, 2736, 291, 364, 2657, 13, 663, 311, 983, 286, 4193, 292, 309, 281, 1910, 20480, 13, 286, 458, 300, 286, 4193, 292, 309, 281, 1910, 20480, 11, 370, 286, 8752, 309, 281, 1910, 20480, 13, 1396, 437, 630, 286, 360, 30, 286, 658, 264, 954, 13, 1396, 286, 1907, 796, 281, 352, 281, 1910, 20480, 5893, 437, 30], "avg_logprob": -0.5296266326656589, "compression_ratio": 1.7261904761904763, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1348.5, "end": 1348.74, "word": " The", "probability": 0.2103271484375}, {"start": 1348.74, "end": 1348.88, "word": " first", "probability": 0.87646484375}, {"start": 1348.88, "end": 1349.1, "word": " thing", "probability": 0.369140625}, {"start": 1349.1, "end": 1349.2, "word": " I", "probability": 0.76171875}, {"start": 1349.2, "end": 1349.4, "word": " did", "probability": 0.88330078125}, {"start": 1349.4, "end": 1349.88, "word": " was", "probability": 0.7861328125}, {"start": 1349.88, "end": 1350.12, "word": " to", "probability": 0.34423828125}, {"start": 1350.12, "end": 1350.32, "word": " go", "probability": 0.529296875}, {"start": 1350.32, "end": 1350.5, "word": " to", "probability": 0.9052734375}, {"start": 1350.5, "end": 1350.84, "word": " convert", "probability": 0.47900390625}, {"start": 1350.84, "end": 1351.22, "word": " view", "probability": 0.6904296875}, {"start": 1351.22, "end": 1351.42, "word": " and", "probability": 0.75927734375}, {"start": 1351.42, "end": 1351.42, "word": " type", "probability": 0.525390625}, {"start": 1351.42, "end": 1352.88, "word": " gettag.", "probability": 0.54150390625}, {"start": 1352.88, "end": 1353.08, "word": " This", "probability": 0.283447265625}, {"start": 1353.08, "end": 1353.22, "word": " will", "probability": 0.67333984375}, {"start": 1353.22, "end": 1353.44, "word": " return", "probability": 0.5322265625}, {"start": 1353.44, "end": 1353.62, "word": " you", "probability": 0.409912109375}, {"start": 1353.62, "end": 1353.7, "word": " an", "probability": 0.50634765625}, {"start": 1353.7, "end": 1354.02, "word": " object.", "probability": 0.9658203125}, {"start": 1354.48, "end": 1354.64, "word": " That's", "probability": 0.5196533203125}, {"start": 1354.64, "end": 1354.82, "word": " why", "probability": 0.90869140625}, {"start": 1354.82, "end": 1354.88, "word": " I", "probability": 0.94287109375}, {"start": 1354.88, "end": 1355.64, "word": " casted", "probability": 0.409423828125}, {"start": 1355.64, "end": 1355.64, "word": " it", "probability": 0.5576171875}, {"start": 1355.64, "end": 1356.26, "word": " to", "probability": 0.338134765625}, {"start": 1356.26, "end": 1357.0, "word": " viewholder.", "probability": 0.552490234375}, {"start": 1357.0, "end": 1357.16, "word": " I", "probability": 0.77783203125}, {"start": 1357.16, "end": 1357.38, "word": " know", "probability": 0.677734375}, {"start": 1357.38, "end": 1357.52, "word": " that", "probability": 0.495849609375}, {"start": 1357.52, "end": 1357.58, "word": " I", "probability": 0.86474609375}, {"start": 1357.58, "end": 1357.9, "word": " casted", "probability": 0.53662109375}, {"start": 1357.9, "end": 1358.04, "word": " it", "probability": 0.70947265625}, {"start": 1358.04, "end": 1358.1, "word": " to", "probability": 0.8876953125}, {"start": 1358.1, "end": 1358.52, "word": " viewholder,", "probability": 0.8515625}, {"start": 1358.62, "end": 1358.72, "word": " so", "probability": 0.85546875}, {"start": 1358.72, "end": 1358.84, "word": " I", "probability": 0.97265625}, {"start": 1358.84, "end": 1359.04, "word": " returned", "probability": 0.24169921875}, {"start": 1359.04, "end": 1359.4, "word": " it", "probability": 0.3271484375}, {"start": 1359.4, "end": 1359.96, "word": " to", "probability": 0.51123046875}, {"start": 1359.96, "end": 1360.38, "word": " viewholder.", "probability": 0.8623046875}, {"start": 1360.7, "end": 1361.1, "word": " Then", "probability": 0.505859375}, {"start": 1361.1, "end": 1361.54, "word": " what", "probability": 0.366455078125}, {"start": 1361.54, "end": 1361.64, "word": " did", "probability": 0.80126953125}, {"start": 1361.64, "end": 1362.08, "word": " I", "probability": 0.69091796875}, {"start": 1362.08, "end": 1362.22, "word": " do?", "probability": 0.8837890625}, {"start": 1362.44, "end": 1362.48, "word": " I", "probability": 0.84326171875}, {"start": 1362.48, "end": 1362.52, "word": " got", "probability": 0.20556640625}, {"start": 1362.52, "end": 1363.54, "word": " the", "probability": 0.6708984375}, {"start": 1363.54, "end": 1363.92, "word": " person.", "probability": 0.81591796875}, {"start": 1364.1, "end": 1364.5, "word": " Then", "probability": 0.7666015625}, {"start": 1364.5, "end": 1364.56, "word": " I", "probability": 0.734375}, {"start": 1364.56, "end": 1364.68, "word": " told", "probability": 0.54150390625}, {"start": 1364.68, "end": 1364.86, "word": " him", "probability": 0.662109375}, {"start": 1364.86, "end": 1364.92, "word": " to", "probability": 0.8876953125}, {"start": 1364.92, "end": 1365.0, "word": " go", "probability": 0.9267578125}, {"start": 1365.0, "end": 1365.14, "word": " to", "probability": 0.947265625}, {"start": 1365.14, "end": 1365.78, "word": " viewholder", "probability": 0.8623046875}, {"start": 1365.78, "end": 1366.06, "word": " dot", "probability": 0.1778564453125}, {"start": 1366.06, "end": 1366.44, "word": " what?", "probability": 0.395263671875}], "temperature": 1.0}, {"id": 54, "seek": 138849, "start": 1367.13, "end": 1388.49, "text": " Photo IM. I didn't make a setter and getter in them. I made them public and sent them directly. We go to the view holder for the photo IM. It is known that this indicator points to the image of you without making a find view by ID. Okay? And put this value in it. We go to the view holder main TV and the view holder HTV. These indicators point to these.", "tokens": [39175, 21463, 13, 286, 994, 380, 652, 257, 992, 391, 293, 483, 391, 294, 552, 13, 286, 1027, 552, 1908, 293, 2279, 552, 3838, 13, 492, 352, 281, 264, 1910, 20349, 337, 264, 5052, 21463, 13, 467, 307, 2570, 300, 341, 16961, 2793, 281, 264, 3256, 295, 291, 1553, 1455, 257, 915, 1910, 538, 7348, 13, 1033, 30, 400, 829, 341, 2158, 294, 309, 13, 492, 352, 281, 264, 1910, 20349, 2135, 3558, 293, 264, 1910, 20349, 389, 12586, 13, 1981, 22176, 935, 281, 613, 13], "avg_logprob": -0.5721982909345079, "compression_ratio": 1.6985645933014355, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1367.13, "end": 1367.45, "word": " Photo", "probability": 0.583984375}, {"start": 1367.45, "end": 1367.71, "word": " IM.", "probability": 0.413818359375}, {"start": 1368.17, "end": 1368.45, "word": " I", "probability": 0.74462890625}, {"start": 1368.45, "end": 1368.65, "word": " didn't", "probability": 0.569580078125}, {"start": 1368.65, "end": 1368.65, "word": " make", "probability": 0.321044921875}, {"start": 1368.65, "end": 1368.77, "word": " a", "probability": 0.33447265625}, {"start": 1368.77, "end": 1369.05, "word": " setter", "probability": 0.38653564453125}, {"start": 1369.05, "end": 1369.09, "word": " and", "probability": 0.5859375}, {"start": 1369.09, "end": 1369.33, "word": " getter", "probability": 0.5714111328125}, {"start": 1369.33, "end": 1369.51, "word": " in", "probability": 0.306884765625}, {"start": 1369.51, "end": 1369.79, "word": " them.", "probability": 0.60546875}, {"start": 1370.51, "end": 1370.99, "word": " I", "probability": 0.5869140625}, {"start": 1370.99, "end": 1371.29, "word": " made", "probability": 0.433837890625}, {"start": 1371.29, "end": 1371.45, "word": " them", "probability": 0.79443359375}, {"start": 1371.45, "end": 1371.91, "word": " public", "probability": 0.6953125}, {"start": 1371.91, "end": 1372.13, "word": " and", "probability": 0.705078125}, {"start": 1372.13, "end": 1372.37, "word": " sent", "probability": 0.32080078125}, {"start": 1372.37, "end": 1372.51, "word": " them", "probability": 0.81494140625}, {"start": 1372.51, "end": 1372.81, "word": " directly.", "probability": 0.2281494140625}, {"start": 1373.01, "end": 1373.21, "word": " We", "probability": 0.242431640625}, {"start": 1373.21, "end": 1373.33, "word": " go", "probability": 0.4541015625}, {"start": 1373.33, "end": 1373.49, "word": " to", "probability": 0.9443359375}, {"start": 1373.49, "end": 1373.59, "word": " the", "probability": 0.72021484375}, {"start": 1373.59, "end": 1373.75, "word": " view", "probability": 0.386474609375}, {"start": 1373.75, "end": 1374.13, "word": " holder", "probability": 0.458251953125}, {"start": 1374.13, "end": 1374.37, "word": " for", "probability": 0.401611328125}, {"start": 1374.37, "end": 1374.43, "word": " the", "probability": 0.5966796875}, {"start": 1374.43, "end": 1374.67, "word": " photo", "probability": 0.71630859375}, {"start": 1374.67, "end": 1375.03, "word": " IM.", "probability": 0.95556640625}, {"start": 1375.47, "end": 1375.51, "word": " It", "probability": 0.58837890625}, {"start": 1375.51, "end": 1375.55, "word": " is", "probability": 0.7373046875}, {"start": 1375.55, "end": 1375.73, "word": " known", "probability": 0.65673828125}, {"start": 1375.73, "end": 1375.95, "word": " that", "probability": 0.923828125}, {"start": 1375.95, "end": 1376.21, "word": " this", "probability": 0.83447265625}, {"start": 1376.21, "end": 1376.73, "word": " indicator", "probability": 0.322021484375}, {"start": 1376.73, "end": 1377.51, "word": " points", "probability": 0.416015625}, {"start": 1377.51, "end": 1377.71, "word": " to", "probability": 0.5888671875}, {"start": 1377.71, "end": 1378.25, "word": " the", "probability": 0.53466796875}, {"start": 1378.25, "end": 1378.71, "word": " image", "probability": 0.80712890625}, {"start": 1378.71, "end": 1378.85, "word": " of", "probability": 0.65966796875}, {"start": 1378.85, "end": 1378.95, "word": " you", "probability": 0.88134765625}, {"start": 1378.95, "end": 1379.15, "word": " without", "probability": 0.63232421875}, {"start": 1379.15, "end": 1379.41, "word": " making", "probability": 0.1693115234375}, {"start": 1379.41, "end": 1379.47, "word": " a", "probability": 0.5830078125}, {"start": 1379.47, "end": 1379.67, "word": " find", "probability": 0.48486328125}, {"start": 1379.67, "end": 1379.89, "word": " view", "probability": 0.64306640625}, {"start": 1379.89, "end": 1380.03, "word": " by", "probability": 0.8837890625}, {"start": 1380.03, "end": 1380.33, "word": " ID.", "probability": 0.79296875}, {"start": 1380.99, "end": 1381.23, "word": " Okay?", "probability": 0.1610107421875}, {"start": 1381.73, "end": 1381.87, "word": " And", "probability": 0.66064453125}, {"start": 1381.87, "end": 1382.09, "word": " put", "probability": 0.402099609375}, {"start": 1382.09, "end": 1382.37, "word": " this", "probability": 0.386962890625}, {"start": 1382.37, "end": 1382.61, "word": " value", "probability": 0.939453125}, {"start": 1382.61, "end": 1382.77, "word": " in", "probability": 0.6943359375}, {"start": 1382.77, "end": 1382.77, "word": " it.", "probability": 0.873046875}, {"start": 1383.09, "end": 1383.23, "word": " We", "probability": 0.415283203125}, {"start": 1383.23, "end": 1383.35, "word": " go", "probability": 0.90234375}, {"start": 1383.35, "end": 1383.51, "word": " to", "probability": 0.95751953125}, {"start": 1383.51, "end": 1383.59, "word": " the", "probability": 0.7978515625}, {"start": 1383.59, "end": 1383.75, "word": " view", "probability": 0.74853515625}, {"start": 1383.75, "end": 1384.07, "word": " holder", "probability": 0.7392578125}, {"start": 1384.07, "end": 1384.35, "word": " main", "probability": 0.1732177734375}, {"start": 1384.35, "end": 1384.67, "word": " TV", "probability": 0.71044921875}, {"start": 1384.67, "end": 1384.87, "word": " and", "probability": 0.8955078125}, {"start": 1384.87, "end": 1384.95, "word": " the", "probability": 0.49462890625}, {"start": 1384.95, "end": 1385.13, "word": " view", "probability": 0.79345703125}, {"start": 1385.13, "end": 1385.41, "word": " holder", "probability": 0.8076171875}, {"start": 1385.41, "end": 1385.89, "word": " HTV.", "probability": 0.6348876953125}, {"start": 1386.35, "end": 1386.65, "word": " These", "probability": 0.86328125}, {"start": 1386.65, "end": 1387.19, "word": " indicators", "probability": 0.97265625}, {"start": 1387.19, "end": 1387.89, "word": " point", "probability": 0.87109375}, {"start": 1387.89, "end": 1388.13, "word": " to", "probability": 0.82421875}, {"start": 1388.13, "end": 1388.49, "word": " these.", "probability": 0.474365234375}], "temperature": 1.0}, {"id": 55, "seek": 141528, "start": 1392.7, "end": 1415.28, "text": " The idea is clear, guys. I can't simplify it more than that. Those who understand me, forgive me. Those who don't understand me, excuse me. I can't reach that great level of thinking. This is what I can do. Okay? This is called the view holder pattern. Okay? What does this have to do with anything? It increases speed. So I neglected", "tokens": [440, 1558, 307, 1850, 11, 1074, 13, 286, 393, 380, 20460, 309, 544, 813, 300, 13, 3950, 567, 1223, 385, 11, 10718, 385, 13, 3950, 567, 500, 380, 1223, 385, 11, 8960, 385, 13, 286, 393, 380, 2524, 300, 869, 1496, 295, 1953, 13, 639, 307, 437, 286, 393, 360, 13, 1033, 30, 639, 307, 1219, 264, 1910, 20349, 5102, 13, 1033, 30, 708, 775, 341, 362, 281, 360, 365, 1340, 30, 467, 8637, 3073, 13, 407, 286, 32701], "avg_logprob": -0.5699218980967998, "compression_ratio": 1.5952380952380953, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1392.7, "end": 1393.14, "word": " The", "probability": 0.305419921875}, {"start": 1393.14, "end": 1393.34, "word": " idea", "probability": 0.63330078125}, {"start": 1393.34, "end": 1393.36, "word": " is", "probability": 0.267333984375}, {"start": 1393.36, "end": 1393.36, "word": " clear,", "probability": 0.5615234375}, {"start": 1393.52, "end": 1393.78, "word": " guys.", "probability": 0.552734375}, {"start": 1394.34, "end": 1394.54, "word": " I", "probability": 0.73486328125}, {"start": 1394.54, "end": 1396.34, "word": " can't", "probability": 0.556640625}, {"start": 1396.34, "end": 1396.86, "word": " simplify", "probability": 0.3818359375}, {"start": 1396.86, "end": 1396.88, "word": " it", "probability": 0.461669921875}, {"start": 1396.88, "end": 1397.14, "word": " more", "probability": 0.4833984375}, {"start": 1397.14, "end": 1397.24, "word": " than", "probability": 0.84228515625}, {"start": 1397.24, "end": 1397.46, "word": " that.", "probability": 0.5322265625}, {"start": 1397.84, "end": 1398.28, "word": " Those", "probability": 0.4013671875}, {"start": 1398.28, "end": 1398.38, "word": " who", "probability": 0.88330078125}, {"start": 1398.38, "end": 1398.56, "word": " understand", "probability": 0.4775390625}, {"start": 1398.56, "end": 1399.08, "word": " me,", "probability": 0.52294921875}, {"start": 1399.44, "end": 1399.8, "word": " forgive", "probability": 0.0821533203125}, {"start": 1399.8, "end": 1400.04, "word": " me.", "probability": 0.93798828125}, {"start": 1400.06, "end": 1400.2, "word": " Those", "probability": 0.80078125}, {"start": 1400.2, "end": 1400.26, "word": " who", "probability": 0.89404296875}, {"start": 1400.26, "end": 1400.34, "word": " don't", "probability": 0.91015625}, {"start": 1400.34, "end": 1400.6, "word": " understand", "probability": 0.58203125}, {"start": 1400.6, "end": 1400.82, "word": " me,", "probability": 0.560546875}, {"start": 1400.86, "end": 1401.04, "word": " excuse", "probability": 0.363525390625}, {"start": 1401.04, "end": 1401.26, "word": " me.", "probability": 0.9619140625}, {"start": 1401.38, "end": 1401.44, "word": " I", "probability": 0.90185546875}, {"start": 1401.44, "end": 1402.12, "word": " can't", "probability": 0.7802734375}, {"start": 1402.12, "end": 1402.48, "word": " reach", "probability": 0.54638671875}, {"start": 1402.48, "end": 1403.92, "word": " that", "probability": 0.09942626953125}, {"start": 1403.92, "end": 1404.66, "word": " great", "probability": 0.376953125}, {"start": 1404.66, "end": 1404.74, "word": " level", "probability": 0.255615234375}, {"start": 1404.74, "end": 1404.9, "word": " of", "probability": 0.96142578125}, {"start": 1404.9, "end": 1405.26, "word": " thinking.", "probability": 0.6259765625}, {"start": 1406.76, "end": 1407.2, "word": " This", "probability": 0.54248046875}, {"start": 1407.2, "end": 1407.28, "word": " is", "probability": 0.92919921875}, {"start": 1407.28, "end": 1407.3, "word": " what", "probability": 0.8974609375}, {"start": 1407.3, "end": 1407.44, "word": " I", "probability": 0.99609375}, {"start": 1407.44, "end": 1407.6, "word": " can", "probability": 0.8427734375}, {"start": 1407.6, "end": 1407.84, "word": " do.", "probability": 0.859375}, {"start": 1408.16, "end": 1408.32, "word": " Okay?", "probability": 0.1693115234375}, {"start": 1408.54, "end": 1408.92, "word": " This", "probability": 0.669921875}, {"start": 1408.92, "end": 1409.0, "word": " is", "probability": 0.88134765625}, {"start": 1409.0, "end": 1409.52, "word": " called", "probability": 0.63720703125}, {"start": 1409.52, "end": 1410.0, "word": " the", "probability": 0.650390625}, {"start": 1410.0, "end": 1410.16, "word": " view", "probability": 0.67041015625}, {"start": 1410.16, "end": 1410.44, "word": " holder", "probability": 0.428955078125}, {"start": 1410.44, "end": 1410.88, "word": " pattern.", "probability": 0.9072265625}, {"start": 1411.4, "end": 1411.48, "word": " Okay?", "probability": 0.67431640625}, {"start": 1412.18, "end": 1412.4, "word": " What", "probability": 0.12335205078125}, {"start": 1412.4, "end": 1412.4, "word": " does", "probability": 0.469482421875}, {"start": 1412.4, "end": 1412.44, "word": " this", "probability": 0.5908203125}, {"start": 1412.44, "end": 1412.64, "word": " have", "probability": 0.1875}, {"start": 1412.64, "end": 1412.72, "word": " to", "probability": 0.52587890625}, {"start": 1412.72, "end": 1412.78, "word": " do", "probability": 0.8916015625}, {"start": 1412.78, "end": 1412.9, "word": " with", "probability": 0.7646484375}, {"start": 1412.9, "end": 1413.04, "word": " anything?", "probability": 0.55029296875}, {"start": 1413.32, "end": 1413.6, "word": " It", "probability": 0.57275390625}, {"start": 1413.6, "end": 1413.9, "word": " increases", "probability": 0.69921875}, {"start": 1413.9, "end": 1414.26, "word": " speed.", "probability": 0.67919921875}, {"start": 1414.4, "end": 1414.52, "word": " So", "probability": 0.68408203125}, {"start": 1414.52, "end": 1414.68, "word": " I", "probability": 0.6416015625}, {"start": 1414.68, "end": 1415.28, "word": " neglected", "probability": 0.11285400390625}], "temperature": 1.0}, {"id": 56, "seek": 143586, "start": 1416.6, "end": 1435.86, "text": " The first thing is inflation, I stopped working a lot, and I also stopped using FindViewByID, not for the first time, sometimes it happens. The first time someone creates a view, he must use FindViewByID, okay guys? Okay, and that's how we finished designing the adapter in the best way possible.", "tokens": [440, 700, 551, 307, 15860, 11, 286, 5936, 1364, 257, 688, 11, 293, 286, 611, 5936, 1228, 11809, 30203, 27690, 2777, 11, 406, 337, 264, 700, 565, 11, 2171, 309, 2314, 13, 440, 700, 565, 1580, 7829, 257, 1910, 11, 415, 1633, 764, 11809, 30203, 27690, 2777, 11, 1392, 1074, 30, 1033, 11, 293, 300, 311, 577, 321, 4335, 14685, 264, 22860, 294, 264, 1151, 636, 1944, 13], "avg_logprob": -0.6675724395807239, "compression_ratio": 1.538860103626943, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1416.6, "end": 1416.86, "word": " The", "probability": 0.1834716796875}, {"start": 1416.86, "end": 1416.92, "word": " first", "probability": 0.583984375}, {"start": 1416.92, "end": 1417.16, "word": " thing", "probability": 0.5146484375}, {"start": 1417.16, "end": 1417.24, "word": " is", "probability": 0.349853515625}, {"start": 1417.24, "end": 1417.8, "word": " inflation,", "probability": 0.491943359375}, {"start": 1417.9, "end": 1418.5, "word": " I", "probability": 0.48388671875}, {"start": 1418.5, "end": 1418.66, "word": " stopped", "probability": 0.798828125}, {"start": 1418.66, "end": 1419.0, "word": " working", "probability": 0.479248046875}, {"start": 1419.0, "end": 1419.4, "word": " a", "probability": 0.5166015625}, {"start": 1419.4, "end": 1419.4, "word": " lot,", "probability": 0.95751953125}, {"start": 1420.16, "end": 1420.28, "word": " and", "probability": 0.73486328125}, {"start": 1420.28, "end": 1420.36, "word": " I", "probability": 0.7236328125}, {"start": 1420.36, "end": 1420.76, "word": " also", "probability": 0.2578125}, {"start": 1420.76, "end": 1420.76, "word": " stopped", "probability": 0.32861328125}, {"start": 1420.76, "end": 1421.14, "word": " using", "probability": 0.39306640625}, {"start": 1421.14, "end": 1422.26, "word": " FindViewByID,", "probability": 0.613525390625}, {"start": 1423.12, "end": 1423.36, "word": " not", "probability": 0.5390625}, {"start": 1423.36, "end": 1423.5, "word": " for", "probability": 0.469970703125}, {"start": 1423.5, "end": 1423.66, "word": " the", "probability": 0.90625}, {"start": 1423.66, "end": 1423.66, "word": " first", "probability": 0.8837890625}, {"start": 1423.66, "end": 1424.08, "word": " time,", "probability": 0.88671875}, {"start": 1424.36, "end": 1424.78, "word": " sometimes", "probability": 0.1319580078125}, {"start": 1424.78, "end": 1424.88, "word": " it", "probability": 0.49560546875}, {"start": 1424.88, "end": 1425.16, "word": " happens.", "probability": 0.7958984375}, {"start": 1425.3, "end": 1425.54, "word": " The", "probability": 0.4052734375}, {"start": 1425.54, "end": 1425.54, "word": " first", "probability": 0.85498046875}, {"start": 1425.54, "end": 1425.78, "word": " time", "probability": 0.67138671875}, {"start": 1425.78, "end": 1426.16, "word": " someone", "probability": 0.2496337890625}, {"start": 1426.16, "end": 1426.38, "word": " creates", "probability": 0.42529296875}, {"start": 1426.38, "end": 1426.52, "word": " a", "probability": 0.91064453125}, {"start": 1426.52, "end": 1426.66, "word": " view,", "probability": 0.751953125}, {"start": 1426.74, "end": 1426.76, "word": " he", "probability": 0.54931640625}, {"start": 1426.76, "end": 1426.92, "word": " must", "probability": 0.404296875}, {"start": 1426.92, "end": 1427.16, "word": " use", "probability": 0.456298828125}, {"start": 1427.16, "end": 1428.0, "word": " FindViewByID,", "probability": 0.9542236328125}, {"start": 1428.4, "end": 1428.96, "word": " okay", "probability": 0.2310791015625}, {"start": 1428.96, "end": 1429.4, "word": " guys?", "probability": 0.5908203125}, {"start": 1432.36, "end": 1432.66, "word": " Okay,", "probability": 0.27783203125}, {"start": 1432.74, "end": 1432.82, "word": " and", "probability": 0.52587890625}, {"start": 1432.82, "end": 1433.14, "word": " that's", "probability": 0.41754150390625}, {"start": 1433.14, "end": 1433.14, "word": " how", "probability": 0.92333984375}, {"start": 1433.14, "end": 1433.32, "word": " we", "probability": 0.90478515625}, {"start": 1433.32, "end": 1433.64, "word": " finished", "probability": 0.23828125}, {"start": 1433.64, "end": 1434.14, "word": " designing", "probability": 0.7763671875}, {"start": 1434.14, "end": 1434.32, "word": " the", "probability": 0.7802734375}, {"start": 1434.32, "end": 1434.86, "word": " adapter", "probability": 0.77197265625}, {"start": 1434.86, "end": 1435.26, "word": " in", "probability": 0.33642578125}, {"start": 1435.26, "end": 1435.38, "word": " the", "probability": 0.595703125}, {"start": 1435.38, "end": 1435.56, "word": " best", "probability": 0.86474609375}, {"start": 1435.56, "end": 1435.86, "word": " way", "probability": 0.421875}, {"start": 1435.86, "end": 1435.86, "word": " possible.", "probability": 0.779296875}], "temperature": 1.0}, {"id": 57, "seek": 146645, "start": 1437.07, "end": 1466.45, "text": " Because, as we said, if you open from the internet, on any tutorial that talks about list view, you will find that it has put the code like this, and it may not even explain to you what the view is. I am telling you for yourself how to understand it. Now, let's go back to the activity. We took the lecture last time on how to do action, right or not? On list view. Yes, list view, set, on item, click, still not, we took it, right guys?", "tokens": [1436, 11, 382, 321, 848, 11, 498, 291, 1269, 490, 264, 4705, 11, 322, 604, 7073, 300, 6686, 466, 1329, 1910, 11, 291, 486, 915, 300, 309, 575, 829, 264, 3089, 411, 341, 11, 293, 309, 815, 406, 754, 2903, 281, 291, 437, 264, 1910, 307, 13, 286, 669, 3585, 291, 337, 1803, 577, 281, 1223, 309, 13, 823, 11, 718, 311, 352, 646, 281, 264, 5191, 13, 492, 1890, 264, 7991, 1036, 565, 322, 577, 281, 360, 3069, 11, 558, 420, 406, 30, 1282, 1329, 1910, 13, 1079, 11, 1329, 1910, 11, 992, 11, 322, 3174, 11, 2052, 11, 920, 406, 11, 321, 1890, 309, 11, 558, 1074, 30], "avg_logprob": -0.5411035896421553, "compression_ratio": 1.6466165413533835, "no_speech_prob": 0.0, "words": [{"start": 1437.07, "end": 1437.39, "word": " Because,", "probability": 0.19189453125}, {"start": 1437.53, "end": 1437.79, "word": " as", "probability": 0.54931640625}, {"start": 1437.79, "end": 1437.99, "word": " we", "probability": 0.62744140625}, {"start": 1437.99, "end": 1438.11, "word": " said,", "probability": 0.77978515625}, {"start": 1438.21, "end": 1438.29, "word": " if", "probability": 0.8486328125}, {"start": 1438.29, "end": 1438.37, "word": " you", "probability": 0.94775390625}, {"start": 1438.37, "end": 1438.55, "word": " open", "probability": 0.66455078125}, {"start": 1438.55, "end": 1438.81, "word": " from", "probability": 0.20947265625}, {"start": 1438.81, "end": 1438.91, "word": " the", "probability": 0.338134765625}, {"start": 1438.91, "end": 1439.11, "word": " internet,", "probability": 0.4619140625}, {"start": 1439.85, "end": 1440.03, "word": " on", "probability": 0.54248046875}, {"start": 1440.03, "end": 1440.25, "word": " any", "probability": 0.85546875}, {"start": 1440.25, "end": 1440.67, "word": " tutorial", "probability": 0.8193359375}, {"start": 1440.67, "end": 1440.81, "word": " that", "probability": 0.61083984375}, {"start": 1440.81, "end": 1441.03, "word": " talks", "probability": 0.5703125}, {"start": 1441.03, "end": 1441.15, "word": " about", "probability": 0.88232421875}, {"start": 1441.15, "end": 1441.35, "word": " list", "probability": 0.5380859375}, {"start": 1441.35, "end": 1441.59, "word": " view,", "probability": 0.685546875}, {"start": 1441.83, "end": 1442.23, "word": " you", "probability": 0.595703125}, {"start": 1442.23, "end": 1442.27, "word": " will", "probability": 0.6318359375}, {"start": 1442.27, "end": 1442.41, "word": " find", "probability": 0.82421875}, {"start": 1442.41, "end": 1442.47, "word": " that", "probability": 0.30712890625}, {"start": 1442.47, "end": 1442.49, "word": " it", "probability": 0.47509765625}, {"start": 1442.49, "end": 1442.55, "word": " has", "probability": 0.2685546875}, {"start": 1442.55, "end": 1442.71, "word": " put", "probability": 0.403076171875}, {"start": 1442.71, "end": 1442.95, "word": " the", "probability": 0.6240234375}, {"start": 1442.95, "end": 1443.19, "word": " code", "probability": 0.93115234375}, {"start": 1443.19, "end": 1443.33, "word": " like", "probability": 0.4306640625}, {"start": 1443.33, "end": 1443.41, "word": " this,", "probability": 0.634765625}, {"start": 1443.49, "end": 1443.53, "word": " and", "probability": 0.79052734375}, {"start": 1443.53, "end": 1443.61, "word": " it", "probability": 0.409423828125}, {"start": 1443.61, "end": 1443.77, "word": " may", "probability": 0.299560546875}, {"start": 1443.77, "end": 1443.93, "word": " not", "probability": 0.64111328125}, {"start": 1443.93, "end": 1443.93, "word": " even", "probability": 0.677734375}, {"start": 1443.93, "end": 1444.13, "word": " explain", "probability": 0.72998046875}, {"start": 1444.13, "end": 1444.25, "word": " to", "probability": 0.416015625}, {"start": 1444.25, "end": 1445.05, "word": " you", "probability": 0.96044921875}, {"start": 1445.05, "end": 1445.41, "word": " what", "probability": 0.7734375}, {"start": 1445.41, "end": 1445.51, "word": " the", "probability": 0.23486328125}, {"start": 1445.51, "end": 1445.69, "word": " view", "probability": 0.81201171875}, {"start": 1445.69, "end": 1445.83, "word": " is.", "probability": 0.74755859375}, {"start": 1446.67, "end": 1447.07, "word": " I", "probability": 0.37060546875}, {"start": 1447.07, "end": 1447.45, "word": " am", "probability": 0.268310546875}, {"start": 1447.45, "end": 1447.51, "word": " telling", "probability": 0.482177734375}, {"start": 1447.51, "end": 1447.67, "word": " you", "probability": 0.94287109375}, {"start": 1447.67, "end": 1447.83, "word": " for", "probability": 0.1768798828125}, {"start": 1447.83, "end": 1447.97, "word": " yourself", "probability": 0.51611328125}, {"start": 1447.97, "end": 1448.13, "word": " how", "probability": 0.51220703125}, {"start": 1448.13, "end": 1448.15, "word": " to", "probability": 0.81005859375}, {"start": 1448.15, "end": 1448.35, "word": " understand", "probability": 0.69873046875}, {"start": 1448.35, "end": 1448.57, "word": " it.", "probability": 0.677734375}, {"start": 1449.97, "end": 1450.37, "word": " Now,", "probability": 0.8798828125}, {"start": 1451.19, "end": 1451.59, "word": " let's", "probability": 0.690673828125}, {"start": 1451.59, "end": 1451.77, "word": " go", "probability": 0.65283203125}, {"start": 1451.77, "end": 1451.83, "word": " back", "probability": 0.85791015625}, {"start": 1451.83, "end": 1451.95, "word": " to", "probability": 0.892578125}, {"start": 1451.95, "end": 1452.61, "word": " the", "probability": 0.5478515625}, {"start": 1452.61, "end": 1453.03, "word": " activity.", "probability": 0.8828125}, {"start": 1454.13, "end": 1454.53, "word": " We", "probability": 0.625}, {"start": 1454.53, "end": 1454.73, "word": " took", "probability": 0.74658203125}, {"start": 1454.73, "end": 1454.85, "word": " the", "probability": 0.5654296875}, {"start": 1454.85, "end": 1455.09, "word": " lecture", "probability": 0.6044921875}, {"start": 1455.09, "end": 1455.27, "word": " last", "probability": 0.525390625}, {"start": 1455.27, "end": 1455.39, "word": " time", "probability": 0.48095703125}, {"start": 1455.39, "end": 1455.49, "word": " on", "probability": 0.29248046875}, {"start": 1455.49, "end": 1455.51, "word": " how", "probability": 0.90380859375}, {"start": 1455.51, "end": 1455.61, "word": " to", "probability": 0.95849609375}, {"start": 1455.61, "end": 1455.69, "word": " do", "probability": 0.6357421875}, {"start": 1455.69, "end": 1456.11, "word": " action,", "probability": 0.658203125}, {"start": 1456.55, "end": 1456.83, "word": " right", "probability": 0.5966796875}, {"start": 1456.83, "end": 1457.05, "word": " or", "probability": 0.7041015625}, {"start": 1457.05, "end": 1457.13, "word": " not?", "probability": 0.5595703125}, {"start": 1458.15, "end": 1458.41, "word": " On", "probability": 0.80712890625}, {"start": 1458.41, "end": 1458.65, "word": " list", "probability": 0.51611328125}, {"start": 1458.65, "end": 1458.91, "word": " view.", "probability": 0.88232421875}, {"start": 1459.75, "end": 1459.95, "word": " Yes,", "probability": 0.415771484375}, {"start": 1460.17, "end": 1460.43, "word": " list", "probability": 0.826171875}, {"start": 1460.43, "end": 1460.77, "word": " view,", "probability": 0.88427734375}, {"start": 1461.59, "end": 1462.27, "word": " set,", "probability": 0.837890625}, {"start": 1463.01, "end": 1463.37, "word": " on", "probability": 0.70556640625}, {"start": 1463.37, "end": 1464.03, "word": " item,", "probability": 0.53662109375}, {"start": 1464.53, "end": 1464.81, "word": " click,", "probability": 0.77490234375}, {"start": 1464.89, "end": 1465.11, "word": " still", "probability": 0.150390625}, {"start": 1465.11, "end": 1465.17, "word": " not,", "probability": 0.44482421875}, {"start": 1465.23, "end": 1465.37, "word": " we", "probability": 0.720703125}, {"start": 1465.37, "end": 1465.51, "word": " took", "probability": 0.6787109375}, {"start": 1465.51, "end": 1465.75, "word": " it,", "probability": 0.91064453125}, {"start": 1465.95, "end": 1466.17, "word": " right", "probability": 0.36767578125}, {"start": 1466.17, "end": 1466.45, "word": " guys?", "probability": 0.6162109375}], "temperature": 1.0}, {"id": 58, "seek": 150175, "start": 1478.59, "end": 1501.75, "text": " Of course, there is no difference between him and me. Do action this time. Set on item, click listener. There is no difference. On item, click listener. To get the element from a specific position, go back to the list view and type find or get", "tokens": [2720, 1164, 11, 456, 307, 572, 2649, 1296, 796, 293, 385, 13, 1144, 3069, 341, 565, 13, 8928, 322, 3174, 11, 2052, 31569, 13, 821, 307, 572, 2649, 13, 1282, 3174, 11, 2052, 31569, 13, 1407, 483, 264, 4478, 490, 257, 2685, 2535, 11, 352, 646, 281, 264, 1329, 1910, 293, 2010, 915, 420, 483], "avg_logprob": -0.5691964126058987, "compression_ratio": 1.6486486486486487, "no_speech_prob": 0.0, "words": [{"start": 1478.59, "end": 1478.81, "word": " Of", "probability": 0.17626953125}, {"start": 1478.81, "end": 1478.89, "word": " course,", "probability": 0.9169921875}, {"start": 1478.99, "end": 1479.03, "word": " there", "probability": 0.50390625}, {"start": 1479.03, "end": 1479.17, "word": " is", "probability": 0.751953125}, {"start": 1479.17, "end": 1479.27, "word": " no", "probability": 0.89208984375}, {"start": 1479.27, "end": 1479.57, "word": " difference", "probability": 0.67333984375}, {"start": 1479.57, "end": 1479.89, "word": " between", "probability": 0.41162109375}, {"start": 1479.89, "end": 1479.89, "word": " him", "probability": 0.1212158203125}, {"start": 1479.89, "end": 1479.89, "word": " and", "probability": 0.80517578125}, {"start": 1479.89, "end": 1480.21, "word": " me.", "probability": 0.76904296875}, {"start": 1480.21, "end": 1480.39, "word": " Do", "probability": 0.1063232421875}, {"start": 1480.39, "end": 1483.61, "word": " action", "probability": 0.4287109375}, {"start": 1483.61, "end": 1483.75, "word": " this", "probability": 0.2427978515625}, {"start": 1483.75, "end": 1483.87, "word": " time.", "probability": 0.8857421875}, {"start": 1484.11, "end": 1484.35, "word": " Set", "probability": 0.68212890625}, {"start": 1484.35, "end": 1484.55, "word": " on", "probability": 0.767578125}, {"start": 1484.55, "end": 1484.87, "word": " item,", "probability": 0.8525390625}, {"start": 1484.99, "end": 1485.13, "word": " click", "probability": 0.88623046875}, {"start": 1485.13, "end": 1485.49, "word": " listener.", "probability": 0.80419921875}, {"start": 1486.15, "end": 1486.31, "word": " There", "probability": 0.269775390625}, {"start": 1486.31, "end": 1486.37, "word": " is", "probability": 0.9013671875}, {"start": 1486.37, "end": 1486.41, "word": " no", "probability": 0.91455078125}, {"start": 1486.41, "end": 1486.59, "word": " difference.", "probability": 0.474853515625}, {"start": 1487.33, "end": 1487.63, "word": " On", "probability": 0.64501953125}, {"start": 1487.63, "end": 1488.01, "word": " item,", "probability": 0.94287109375}, {"start": 1488.33, "end": 1488.55, "word": " click", "probability": 0.89306640625}, {"start": 1488.55, "end": 1488.91, "word": " listener.", "probability": 0.84033203125}, {"start": 1493.71, "end": 1494.13, "word": " To", "probability": 0.2408447265625}, {"start": 1494.13, "end": 1494.49, "word": " get", "probability": 0.336181640625}, {"start": 1494.49, "end": 1494.61, "word": " the", "probability": 0.52294921875}, {"start": 1494.61, "end": 1494.85, "word": " element", "probability": 0.71533203125}, {"start": 1494.85, "end": 1495.13, "word": " from", "probability": 0.80126953125}, {"start": 1495.13, "end": 1495.21, "word": " a", "probability": 0.8876953125}, {"start": 1495.21, "end": 1495.21, "word": " specific", "probability": 0.3505859375}, {"start": 1495.21, "end": 1495.95, "word": " position,", "probability": 0.91943359375}, {"start": 1497.37, "end": 1497.61, "word": " go", "probability": 0.424072265625}, {"start": 1497.61, "end": 1497.83, "word": " back", "probability": 0.59423828125}, {"start": 1497.83, "end": 1497.93, "word": " to", "probability": 0.962890625}, {"start": 1497.93, "end": 1497.99, "word": " the", "probability": 0.39697265625}, {"start": 1497.99, "end": 1498.21, "word": " list", "probability": 0.7353515625}, {"start": 1498.21, "end": 1498.61, "word": " view", "probability": 0.77783203125}, {"start": 1498.61, "end": 1499.17, "word": " and", "probability": 0.525390625}, {"start": 1499.17, "end": 1499.49, "word": " type", "probability": 0.32470703125}, {"start": 1499.49, "end": 1500.27, "word": " find", "probability": 0.49267578125}, {"start": 1500.27, "end": 1501.43, "word": " or", "probability": 0.87060546875}, {"start": 1501.43, "end": 1501.75, "word": " get", "probability": 0.939453125}], "temperature": 1.0}, {"id": 59, "seek": 152384, "start": 1502.92, "end": 1523.84, "text": " item at position and you give it the position let's see here, does it return P? No, this also returns an object that must be casted done, you have reached the data of the person you can send it to another activity or print it on toast okay? do whatever you want with it", "tokens": [3174, 412, 2535, 293, 291, 976, 309, 264, 2535, 718, 311, 536, 510, 11, 775, 309, 2736, 430, 30, 883, 11, 341, 611, 11247, 364, 2657, 300, 1633, 312, 4193, 292, 1096, 11, 291, 362, 6488, 264, 1412, 295, 264, 954, 291, 393, 2845, 309, 281, 1071, 5191, 420, 4482, 309, 322, 15354, 1392, 30, 360, 2035, 291, 528, 365, 309], "avg_logprob": -0.6305443288818482, "compression_ratio": 1.5517241379310345, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1502.92, "end": 1503.42, "word": " item", "probability": 0.1983642578125}, {"start": 1503.42, "end": 1503.72, "word": " at", "probability": 0.51416015625}, {"start": 1503.72, "end": 1504.14, "word": " position", "probability": 0.9443359375}, {"start": 1504.14, "end": 1504.28, "word": " and", "probability": 0.140380859375}, {"start": 1504.28, "end": 1504.34, "word": " you", "probability": 0.26513671875}, {"start": 1504.34, "end": 1504.52, "word": " give", "probability": 0.37158203125}, {"start": 1504.52, "end": 1504.86, "word": " it", "probability": 0.67724609375}, {"start": 1504.86, "end": 1505.56, "word": " the", "probability": 0.3427734375}, {"start": 1505.56, "end": 1505.9, "word": " position", "probability": 0.9033203125}, {"start": 1505.9, "end": 1507.32, "word": " let's", "probability": 0.47833251953125}, {"start": 1507.32, "end": 1507.5, "word": " see", "probability": 0.80419921875}, {"start": 1507.5, "end": 1507.9, "word": " here,", "probability": 0.7421875}, {"start": 1508.32, "end": 1508.52, "word": " does", "probability": 0.64306640625}, {"start": 1508.52, "end": 1508.92, "word": " it", "probability": 0.81640625}, {"start": 1508.92, "end": 1509.16, "word": " return", "probability": 0.51806640625}, {"start": 1509.16, "end": 1509.52, "word": " P?", "probability": 0.357421875}, {"start": 1510.62, "end": 1511.14, "word": " No,", "probability": 0.46826171875}, {"start": 1511.18, "end": 1511.3, "word": " this", "probability": 0.4384765625}, {"start": 1511.3, "end": 1511.52, "word": " also", "probability": 0.30126953125}, {"start": 1511.52, "end": 1511.9, "word": " returns", "probability": 0.8291015625}, {"start": 1511.9, "end": 1513.46, "word": " an", "probability": 0.1572265625}, {"start": 1513.46, "end": 1513.68, "word": " object", "probability": 0.96533203125}, {"start": 1513.68, "end": 1513.88, "word": " that", "probability": 0.56298828125}, {"start": 1513.88, "end": 1514.0, "word": " must", "probability": 0.3017578125}, {"start": 1514.0, "end": 1514.36, "word": " be", "probability": 0.465576171875}, {"start": 1514.36, "end": 1515.18, "word": " casted", "probability": 0.723876953125}, {"start": 1515.18, "end": 1517.38, "word": " done,", "probability": 0.1175537109375}, {"start": 1517.48, "end": 1517.56, "word": " you", "probability": 0.62255859375}, {"start": 1517.56, "end": 1517.6, "word": " have", "probability": 0.218505859375}, {"start": 1517.6, "end": 1517.78, "word": " reached", "probability": 0.79541015625}, {"start": 1517.78, "end": 1517.94, "word": " the", "probability": 0.74462890625}, {"start": 1517.94, "end": 1518.2, "word": " data", "probability": 0.72607421875}, {"start": 1518.2, "end": 1518.4, "word": " of", "probability": 0.841796875}, {"start": 1518.4, "end": 1518.56, "word": " the", "probability": 0.646484375}, {"start": 1518.56, "end": 1518.96, "word": " person", "probability": 0.86572265625}, {"start": 1518.96, "end": 1519.4, "word": " you", "probability": 0.6220703125}, {"start": 1519.4, "end": 1519.56, "word": " can", "probability": 0.90380859375}, {"start": 1519.56, "end": 1519.82, "word": " send", "probability": 0.71533203125}, {"start": 1519.82, "end": 1519.94, "word": " it", "probability": 0.82177734375}, {"start": 1519.94, "end": 1519.98, "word": " to", "probability": 0.86328125}, {"start": 1519.98, "end": 1519.98, "word": " another", "probability": 0.75830078125}, {"start": 1519.98, "end": 1520.36, "word": " activity", "probability": 0.9423828125}, {"start": 1520.36, "end": 1520.88, "word": " or", "probability": 0.34130859375}, {"start": 1520.88, "end": 1521.14, "word": " print", "probability": 0.83056640625}, {"start": 1521.14, "end": 1521.26, "word": " it", "probability": 0.5234375}, {"start": 1521.26, "end": 1521.36, "word": " on", "probability": 0.27880859375}, {"start": 1521.36, "end": 1521.64, "word": " toast", "probability": 0.5556640625}, {"start": 1521.64, "end": 1522.66, "word": " okay?", "probability": 0.1741943359375}, {"start": 1523.08, "end": 1523.28, "word": " do", "probability": 0.474365234375}, {"start": 1523.28, "end": 1523.54, "word": " whatever", "probability": 0.6123046875}, {"start": 1523.54, "end": 1523.78, "word": " you", "probability": 0.9501953125}, {"start": 1523.78, "end": 1523.84, "word": " want", "probability": 0.8046875}, {"start": 1523.84, "end": 1523.84, "word": " with", "probability": 0.74560546875}, {"start": 1523.84, "end": 1523.84, "word": " it", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 60, "seek": 154552, "start": 1525.98, "end": 1545.52, "text": " Okay, we have the delete button. Right or wrong? We did not talk about it. For example, this is the list view. I changed the pictures. Of course, we saw how to click on the list, which goes to the layout of the activity.", "tokens": [1033, 11, 321, 362, 264, 12097, 2960, 13, 1779, 420, 2085, 30, 492, 630, 406, 751, 466, 309, 13, 1171, 1365, 11, 341, 307, 264, 1329, 1910, 13, 286, 3105, 264, 5242, 13, 2720, 1164, 11, 321, 1866, 577, 281, 2052, 322, 264, 1329, 11, 597, 1709, 281, 264, 13333, 295, 264, 5191, 13], "avg_logprob": -0.5079545389522205, "compression_ratio": 1.3726708074534162, "no_speech_prob": 0.0, "words": [{"start": 1525.98, "end": 1526.5, "word": " Okay,", "probability": 0.098388671875}, {"start": 1527.18, "end": 1527.46, "word": " we", "probability": 0.447509765625}, {"start": 1527.46, "end": 1527.62, "word": " have", "probability": 0.81005859375}, {"start": 1527.62, "end": 1527.78, "word": " the", "probability": 0.416259765625}, {"start": 1527.78, "end": 1528.2, "word": " delete", "probability": 0.5458984375}, {"start": 1528.2, "end": 1528.4, "word": " button.", "probability": 0.80712890625}, {"start": 1529.06, "end": 1529.24, "word": " Right", "probability": 0.27001953125}, {"start": 1529.24, "end": 1529.4, "word": " or", "probability": 0.6689453125}, {"start": 1529.4, "end": 1529.42, "word": " wrong?", "probability": 0.62255859375}, {"start": 1529.48, "end": 1529.56, "word": " We", "probability": 0.47412109375}, {"start": 1529.56, "end": 1529.58, "word": " did", "probability": 0.30224609375}, {"start": 1529.58, "end": 1529.58, "word": " not", "probability": 0.93408203125}, {"start": 1529.58, "end": 1529.84, "word": " talk", "probability": 0.5556640625}, {"start": 1529.84, "end": 1530.18, "word": " about", "probability": 0.892578125}, {"start": 1530.18, "end": 1530.24, "word": " it.", "probability": 0.7294921875}, {"start": 1530.3, "end": 1530.6, "word": " For", "probability": 0.226318359375}, {"start": 1530.6, "end": 1530.98, "word": " example,", "probability": 0.8984375}, {"start": 1531.1, "end": 1531.1, "word": " this", "probability": 0.3955078125}, {"start": 1531.1, "end": 1531.1, "word": " is", "probability": 0.912109375}, {"start": 1531.1, "end": 1532.14, "word": " the", "probability": 0.75390625}, {"start": 1532.14, "end": 1532.34, "word": " list", "probability": 0.76318359375}, {"start": 1532.34, "end": 1532.6, "word": " view.", "probability": 0.80419921875}, {"start": 1532.7, "end": 1532.7, "word": " I", "probability": 0.89892578125}, {"start": 1532.7, "end": 1533.0, "word": " changed", "probability": 0.7021484375}, {"start": 1533.0, "end": 1533.56, "word": " the", "probability": 0.71875}, {"start": 1533.56, "end": 1533.88, "word": " pictures.", "probability": 0.2705078125}, {"start": 1534.94, "end": 1535.46, "word": " Of", "probability": 0.70263671875}, {"start": 1535.46, "end": 1535.54, "word": " course,", "probability": 0.958984375}, {"start": 1535.66, "end": 1535.88, "word": " we", "probability": 0.91650390625}, {"start": 1535.88, "end": 1535.88, "word": " saw", "probability": 0.61376953125}, {"start": 1535.88, "end": 1536.14, "word": " how", "probability": 0.89697265625}, {"start": 1536.14, "end": 1537.86, "word": " to", "probability": 0.6708984375}, {"start": 1537.86, "end": 1537.9, "word": " click", "probability": 0.251953125}, {"start": 1537.9, "end": 1538.32, "word": " on", "probability": 0.8603515625}, {"start": 1538.32, "end": 1540.1, "word": " the", "probability": 0.8662109375}, {"start": 1540.1, "end": 1540.44, "word": " list,", "probability": 0.65087890625}, {"start": 1540.6, "end": 1540.98, "word": " which", "probability": 0.64111328125}, {"start": 1540.98, "end": 1541.74, "word": " goes", "probability": 0.56591796875}, {"start": 1541.74, "end": 1541.98, "word": " to", "probability": 0.85498046875}, {"start": 1541.98, "end": 1542.52, "word": " the", "probability": 0.8671875}, {"start": 1542.52, "end": 1543.16, "word": " layout", "probability": 0.34326171875}, {"start": 1543.16, "end": 1544.86, "word": " of", "probability": 0.72607421875}, {"start": 1544.86, "end": 1545.04, "word": " the", "probability": 0.84765625}, {"start": 1545.04, "end": 1545.52, "word": " activity.", "probability": 0.93505859375}], "temperature": 1.0}, {"id": 61, "seek": 156972, "start": 1547.78, "end": 1569.72, "text": " Touchscreen blocks focus. Delete button. How do we delete from the list view? Now we pressed the delete button, but we didn't do any action on it. Right or wrong guys? Where should this be done? In the adapter. Who creates the view? The adapter. Let's go back to the adapter. This is my adapter. Now", "tokens": [20029, 12439, 8474, 1879, 13, 49452, 2960, 13, 1012, 360, 321, 12097, 490, 264, 1329, 1910, 30, 823, 321, 17355, 264, 12097, 2960, 11, 457, 321, 994, 380, 360, 604, 3069, 322, 309, 13, 1779, 420, 2085, 1074, 30, 2305, 820, 341, 312, 1096, 30, 682, 264, 22860, 13, 2102, 7829, 264, 1910, 30, 440, 22860, 13, 961, 311, 352, 646, 281, 264, 22860, 13, 639, 307, 452, 22860, 13, 823], "avg_logprob": -0.4290364500549104, "compression_ratio": 1.5706806282722514, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1547.78, "end": 1548.26, "word": " Touchscreen", "probability": 0.43084716796875}, {"start": 1548.26, "end": 1548.48, "word": " blocks", "probability": 0.7275390625}, {"start": 1548.48, "end": 1548.96, "word": " focus.", "probability": 0.92333984375}, {"start": 1549.08, "end": 1549.56, "word": " Delete", "probability": 0.53564453125}, {"start": 1549.56, "end": 1549.68, "word": " button.", "probability": 0.64404296875}, {"start": 1549.78, "end": 1549.98, "word": " How", "probability": 0.806640625}, {"start": 1549.98, "end": 1550.08, "word": " do", "probability": 0.368408203125}, {"start": 1550.08, "end": 1550.12, "word": " we", "probability": 0.76904296875}, {"start": 1550.12, "end": 1550.34, "word": " delete", "probability": 0.5888671875}, {"start": 1550.34, "end": 1550.58, "word": " from", "probability": 0.459228515625}, {"start": 1550.58, "end": 1551.5, "word": " the", "probability": 0.5771484375}, {"start": 1551.5, "end": 1551.72, "word": " list", "probability": 0.69873046875}, {"start": 1551.72, "end": 1551.98, "word": " view?", "probability": 0.70166015625}, {"start": 1553.82, "end": 1554.3, "word": " Now", "probability": 0.41943359375}, {"start": 1554.3, "end": 1554.54, "word": " we", "probability": 0.58154296875}, {"start": 1554.54, "end": 1554.76, "word": " pressed", "probability": 0.26904296875}, {"start": 1554.76, "end": 1554.96, "word": " the", "probability": 0.6123046875}, {"start": 1554.96, "end": 1555.46, "word": " delete", "probability": 0.8408203125}, {"start": 1555.46, "end": 1555.48, "word": " button,", "probability": 0.86181640625}, {"start": 1555.72, "end": 1555.84, "word": " but", "probability": 0.8642578125}, {"start": 1555.84, "end": 1555.9, "word": " we", "probability": 0.73779296875}, {"start": 1555.9, "end": 1555.98, "word": " didn't", "probability": 0.7347412109375}, {"start": 1555.98, "end": 1556.12, "word": " do", "probability": 0.361083984375}, {"start": 1556.12, "end": 1556.44, "word": " any", "probability": 0.482177734375}, {"start": 1556.44, "end": 1556.76, "word": " action", "probability": 0.91015625}, {"start": 1556.76, "end": 1557.1, "word": " on", "probability": 0.48974609375}, {"start": 1557.1, "end": 1557.16, "word": " it.", "probability": 0.89208984375}, {"start": 1557.44, "end": 1557.72, "word": " Right", "probability": 0.3193359375}, {"start": 1557.72, "end": 1557.94, "word": " or", "probability": 0.6357421875}, {"start": 1557.94, "end": 1557.94, "word": " wrong", "probability": 0.544921875}, {"start": 1557.94, "end": 1558.22, "word": " guys?", "probability": 0.398193359375}, {"start": 1558.5, "end": 1558.98, "word": " Where", "probability": 0.59521484375}, {"start": 1558.98, "end": 1559.16, "word": " should", "probability": 0.428466796875}, {"start": 1559.16, "end": 1559.46, "word": " this", "probability": 0.433349609375}, {"start": 1559.46, "end": 1559.5, "word": " be", "probability": 0.80712890625}, {"start": 1559.5, "end": 1559.74, "word": " done?", "probability": 0.89501953125}, {"start": 1559.88, "end": 1559.98, "word": " In", "probability": 0.84130859375}, {"start": 1559.98, "end": 1560.08, "word": " the", "probability": 0.82275390625}, {"start": 1560.08, "end": 1560.44, "word": " adapter.", "probability": 0.76611328125}, {"start": 1561.32, "end": 1561.8, "word": " Who", "probability": 0.84375}, {"start": 1561.8, "end": 1562.08, "word": " creates", "probability": 0.415283203125}, {"start": 1562.08, "end": 1562.28, "word": " the", "probability": 0.88330078125}, {"start": 1562.28, "end": 1562.54, "word": " view?", "probability": 0.8623046875}, {"start": 1563.66, "end": 1564.14, "word": " The", "probability": 0.53271484375}, {"start": 1564.14, "end": 1564.52, "word": " adapter.", "probability": 0.83935546875}, {"start": 1565.36, "end": 1565.56, "word": " Let's", "probability": 0.6949462890625}, {"start": 1565.56, "end": 1565.7, "word": " go", "probability": 0.6943359375}, {"start": 1565.7, "end": 1565.74, "word": " back", "probability": 0.85107421875}, {"start": 1565.74, "end": 1565.84, "word": " to", "probability": 0.96142578125}, {"start": 1565.84, "end": 1565.94, "word": " the", "probability": 0.88818359375}, {"start": 1565.94, "end": 1566.26, "word": " adapter.", "probability": 0.880859375}, {"start": 1566.58, "end": 1566.78, "word": " This", "probability": 0.65576171875}, {"start": 1566.78, "end": 1566.8, "word": " is", "probability": 0.93505859375}, {"start": 1566.8, "end": 1566.88, "word": " my", "probability": 0.8994140625}, {"start": 1566.88, "end": 1567.26, "word": " adapter.", "probability": 0.88623046875}, {"start": 1569.24, "end": 1569.72, "word": " Now", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 62, "seek": 159981, "start": 1572.65, "end": 1599.81, "text": " there is a new element in the screen we have to take into account which is delete button click on the view holder so that I don't go and do find view by ID and then when I do inflation when I do inflation I have to bring the button delete button convert view", "tokens": [456, 307, 257, 777, 4478, 294, 264, 2568, 321, 362, 281, 747, 666, 2696, 597, 307, 12097, 2960, 2052, 322, 264, 1910, 20349, 370, 300, 286, 500, 380, 352, 293, 360, 915, 1910, 538, 7348, 293, 550, 562, 286, 360, 15860, 562, 286, 360, 15860, 286, 362, 281, 1565, 264, 2960, 12097, 2960, 7620, 1910], "avg_logprob": -0.5452008705054011, "compression_ratio": 1.6928104575163399, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1572.65, "end": 1573.21, "word": " there", "probability": 0.13818359375}, {"start": 1573.21, "end": 1573.43, "word": " is", "probability": 0.67041015625}, {"start": 1573.43, "end": 1573.55, "word": " a", "probability": 0.759765625}, {"start": 1573.55, "end": 1573.69, "word": " new", "probability": 0.86962890625}, {"start": 1573.69, "end": 1573.81, "word": " element", "probability": 0.32421875}, {"start": 1573.81, "end": 1574.27, "word": " in", "probability": 0.658203125}, {"start": 1574.27, "end": 1574.39, "word": " the", "probability": 0.76220703125}, {"start": 1574.39, "end": 1574.69, "word": " screen", "probability": 0.58056640625}, {"start": 1574.69, "end": 1575.25, "word": " we", "probability": 0.181396484375}, {"start": 1575.25, "end": 1575.25, "word": " have", "probability": 0.298828125}, {"start": 1575.25, "end": 1575.27, "word": " to", "probability": 0.951171875}, {"start": 1575.27, "end": 1575.41, "word": " take", "probability": 0.364990234375}, {"start": 1575.41, "end": 1575.63, "word": " into", "probability": 0.6025390625}, {"start": 1575.63, "end": 1575.91, "word": " account", "probability": 0.62255859375}, {"start": 1575.91, "end": 1576.07, "word": " which", "probability": 0.29345703125}, {"start": 1576.07, "end": 1576.51, "word": " is", "probability": 0.80810546875}, {"start": 1576.51, "end": 1578.01, "word": " delete", "probability": 0.47607421875}, {"start": 1578.01, "end": 1579.51, "word": " button", "probability": 0.74560546875}, {"start": 1579.51, "end": 1582.67, "word": " click", "probability": 0.14208984375}, {"start": 1582.67, "end": 1582.89, "word": " on", "probability": 0.81884765625}, {"start": 1582.89, "end": 1582.97, "word": " the", "probability": 0.32373046875}, {"start": 1582.97, "end": 1583.11, "word": " view", "probability": 0.7578125}, {"start": 1583.11, "end": 1583.47, "word": " holder", "probability": 0.6337890625}, {"start": 1583.47, "end": 1584.59, "word": " so", "probability": 0.287109375}, {"start": 1584.59, "end": 1584.77, "word": " that", "probability": 0.4375}, {"start": 1584.77, "end": 1585.21, "word": " I", "probability": 0.375}, {"start": 1585.21, "end": 1585.23, "word": " don't", "probability": 0.6868896484375}, {"start": 1585.23, "end": 1585.39, "word": " go", "probability": 0.387451171875}, {"start": 1585.39, "end": 1585.59, "word": " and", "probability": 0.345458984375}, {"start": 1585.59, "end": 1585.77, "word": " do", "probability": 0.31787109375}, {"start": 1585.77, "end": 1586.59, "word": " find", "probability": 0.708984375}, {"start": 1586.59, "end": 1586.89, "word": " view", "probability": 0.8134765625}, {"start": 1586.89, "end": 1587.09, "word": " by", "probability": 0.93408203125}, {"start": 1587.09, "end": 1587.43, "word": " ID", "probability": 0.50390625}, {"start": 1587.43, "end": 1588.63, "word": " and", "probability": 0.525390625}, {"start": 1588.63, "end": 1588.95, "word": " then", "probability": 0.60546875}, {"start": 1588.95, "end": 1589.49, "word": " when", "probability": 0.7939453125}, {"start": 1589.49, "end": 1591.15, "word": " I", "probability": 0.84423828125}, {"start": 1591.15, "end": 1591.33, "word": " do", "probability": 0.81201171875}, {"start": 1591.33, "end": 1592.01, "word": " inflation", "probability": 0.86279296875}, {"start": 1592.01, "end": 1593.37, "word": " when", "probability": 0.642578125}, {"start": 1593.37, "end": 1593.47, "word": " I", "probability": 0.96142578125}, {"start": 1593.47, "end": 1593.63, "word": " do", "probability": 0.92822265625}, {"start": 1593.63, "end": 1594.15, "word": " inflation", "probability": 0.8876953125}, {"start": 1594.15, "end": 1594.33, "word": " I", "probability": 0.5576171875}, {"start": 1594.33, "end": 1594.41, "word": " have", "probability": 0.603515625}, {"start": 1594.41, "end": 1594.51, "word": " to", "probability": 0.96435546875}, {"start": 1594.51, "end": 1594.65, "word": " bring", "probability": 0.420166015625}, {"start": 1594.65, "end": 1594.77, "word": " the", "probability": 0.68701171875}, {"start": 1594.77, "end": 1595.11, "word": " button", "probability": 0.84619140625}, {"start": 1595.11, "end": 1597.29, "word": " delete", "probability": 0.86474609375}, {"start": 1597.29, "end": 1597.81, "word": " button", "probability": 0.89990234375}, {"start": 1597.81, "end": 1599.33, "word": " convert", "probability": 0.91650390625}, {"start": 1599.33, "end": 1599.81, "word": " view", "probability": 0.8759765625}], "temperature": 1.0}, {"id": 63, "seek": 162824, "start": 1601.82, "end": 1628.24, "text": " FindViewByID, R.ID.DeleteButton. Now, when I fill the data, I filled the image, I filled the name, I filled the htv, I will not fill the button, but I will do action on it. This is a delete button, and you tell it to sit on click listener inside the adapter. New on click listener.", "tokens": [11809, 30203, 27690, 2777, 11, 497, 13, 2777, 13, 40848, 3498, 7835, 1756, 13, 823, 11, 562, 286, 2836, 264, 1412, 11, 286, 6412, 264, 3256, 11, 286, 6412, 264, 1315, 11, 286, 6412, 264, 276, 83, 85, 11, 286, 486, 406, 2836, 264, 2960, 11, 457, 286, 486, 360, 3069, 322, 309, 13, 639, 307, 257, 12097, 2960, 11, 293, 291, 980, 309, 281, 1394, 322, 2052, 31569, 1854, 264, 22860, 13, 1873, 322, 2052, 31569, 13], "avg_logprob": -0.4600474675999412, "compression_ratio": 1.688622754491018, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1601.8200000000002, "end": 1602.42, "word": " FindViewByID,", "probability": 0.54754638671875}, {"start": 1602.54, "end": 1602.88, "word": " R", "probability": 0.6455078125}, {"start": 1602.88, "end": 1603.52, "word": ".ID", "probability": 0.824462890625}, {"start": 1603.52, "end": 1605.26, "word": ".DeleteButton.", "probability": 0.86298828125}, {"start": 1607.54, "end": 1608.14, "word": " Now,", "probability": 0.78173828125}, {"start": 1608.66, "end": 1608.96, "word": " when", "probability": 0.8310546875}, {"start": 1608.96, "end": 1609.08, "word": " I", "probability": 0.72802734375}, {"start": 1609.08, "end": 1609.4, "word": " fill", "probability": 0.39990234375}, {"start": 1609.4, "end": 1609.52, "word": " the", "probability": 0.382080078125}, {"start": 1609.52, "end": 1609.78, "word": " data,", "probability": 0.452392578125}, {"start": 1610.42, "end": 1611.0, "word": " I", "probability": 0.67236328125}, {"start": 1611.0, "end": 1611.18, "word": " filled", "probability": 0.7001953125}, {"start": 1611.18, "end": 1611.48, "word": " the", "probability": 0.68701171875}, {"start": 1611.48, "end": 1611.84, "word": " image,", "probability": 0.83837890625}, {"start": 1612.02, "end": 1612.02, "word": " I", "probability": 0.394287109375}, {"start": 1612.02, "end": 1612.26, "word": " filled", "probability": 0.9248046875}, {"start": 1612.26, "end": 1612.46, "word": " the", "probability": 0.86767578125}, {"start": 1612.46, "end": 1612.78, "word": " name,", "probability": 0.8359375}, {"start": 1612.94, "end": 1613.02, "word": " I", "probability": 0.873046875}, {"start": 1613.02, "end": 1613.18, "word": " filled", "probability": 0.93798828125}, {"start": 1613.18, "end": 1613.44, "word": " the", "probability": 0.89501953125}, {"start": 1613.44, "end": 1614.02, "word": " htv,", "probability": 0.583984375}, {"start": 1615.44, "end": 1616.02, "word": " I", "probability": 0.5888671875}, {"start": 1616.02, "end": 1616.18, "word": " will", "probability": 0.464111328125}, {"start": 1616.18, "end": 1616.18, "word": " not", "probability": 0.833984375}, {"start": 1616.18, "end": 1616.5, "word": " fill", "probability": 0.8310546875}, {"start": 1616.5, "end": 1616.5, "word": " the", "probability": 0.8603515625}, {"start": 1616.5, "end": 1616.5, "word": " button,", "probability": 0.884765625}, {"start": 1616.64, "end": 1616.78, "word": " but", "probability": 0.76513671875}, {"start": 1616.78, "end": 1616.9, "word": " I", "probability": 0.62060546875}, {"start": 1616.9, "end": 1616.98, "word": " will", "probability": 0.8330078125}, {"start": 1616.98, "end": 1617.08, "word": " do", "probability": 0.426025390625}, {"start": 1617.08, "end": 1618.48, "word": " action", "probability": 0.3271484375}, {"start": 1618.48, "end": 1618.62, "word": " on", "probability": 0.461669921875}, {"start": 1618.62, "end": 1618.62, "word": " it.", "probability": 0.89697265625}, {"start": 1618.92, "end": 1619.22, "word": " This", "probability": 0.53662109375}, {"start": 1619.22, "end": 1619.24, "word": " is", "probability": 0.93115234375}, {"start": 1619.24, "end": 1619.3, "word": " a", "probability": 0.2099609375}, {"start": 1619.3, "end": 1619.52, "word": " delete", "probability": 0.87744140625}, {"start": 1619.52, "end": 1619.96, "word": " button,", "probability": 0.900390625}, {"start": 1620.66, "end": 1620.68, "word": " and", "probability": 0.67626953125}, {"start": 1620.68, "end": 1620.8, "word": " you", "probability": 0.321533203125}, {"start": 1620.8, "end": 1620.98, "word": " tell", "probability": 0.2763671875}, {"start": 1620.98, "end": 1621.1, "word": " it", "probability": 0.83642578125}, {"start": 1621.1, "end": 1621.36, "word": " to", "probability": 0.5478515625}, {"start": 1621.36, "end": 1621.7, "word": " sit", "probability": 0.391845703125}, {"start": 1621.7, "end": 1622.58, "word": " on", "probability": 0.76416015625}, {"start": 1622.58, "end": 1623.08, "word": " click", "probability": 0.78662109375}, {"start": 1623.08, "end": 1623.48, "word": " listener", "probability": 0.6630859375}, {"start": 1623.48, "end": 1623.8, "word": " inside", "probability": 0.393798828125}, {"start": 1623.8, "end": 1623.88, "word": " the", "probability": 0.79833984375}, {"start": 1623.88, "end": 1624.26, "word": " adapter.", "probability": 0.81787109375}, {"start": 1625.32, "end": 1625.84, "word": " New", "probability": 0.66259765625}, {"start": 1625.84, "end": 1626.72, "word": " on", "probability": 0.5830078125}, {"start": 1626.72, "end": 1628.0, "word": " click", "probability": 0.81494140625}, {"start": 1628.0, "end": 1628.24, "word": " listener.", "probability": 0.37353515625}], "temperature": 1.0}, {"id": 64, "seek": 165028, "start": 1630.46, "end": 1650.28, "text": " Listen up. You are with me or not guys? Again, this is an element in the view. So instead of doing find view by ID, I always added it to the view holder. Okay? The first time, like the other elements, I do find view by ID, I get it. Yes, I did not add it to the view holder. vh dot delete button equals delete button.", "tokens": [7501, 493, 13, 509, 366, 365, 385, 420, 406, 1074, 30, 3764, 11, 341, 307, 364, 4478, 294, 264, 1910, 13, 407, 2602, 295, 884, 915, 1910, 538, 7348, 11, 286, 1009, 3869, 309, 281, 264, 1910, 20349, 13, 1033, 30, 440, 700, 565, 11, 411, 264, 661, 4959, 11, 286, 360, 915, 1910, 538, 7348, 11, 286, 483, 309, 13, 1079, 11, 286, 630, 406, 909, 309, 281, 264, 1910, 20349, 13, 371, 71, 5893, 12097, 2960, 6915, 12097, 2960, 13], "avg_logprob": -0.5207078499966357, "compression_ratio": 1.6649214659685865, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1630.46, "end": 1630.76, "word": " Listen", "probability": 0.319580078125}, {"start": 1630.76, "end": 1630.96, "word": " up.", "probability": 0.75048828125}, {"start": 1631.08, "end": 1631.2, "word": " You", "probability": 0.21826171875}, {"start": 1631.2, "end": 1631.24, "word": " are", "probability": 0.27587890625}, {"start": 1631.24, "end": 1631.36, "word": " with", "probability": 0.480224609375}, {"start": 1631.36, "end": 1631.46, "word": " me", "probability": 0.93408203125}, {"start": 1631.46, "end": 1631.58, "word": " or", "probability": 0.61376953125}, {"start": 1631.58, "end": 1631.68, "word": " not", "probability": 0.82275390625}, {"start": 1631.68, "end": 1632.04, "word": " guys?", "probability": 0.289794921875}, {"start": 1632.18, "end": 1632.48, "word": " Again,", "probability": 0.459716796875}, {"start": 1632.82, "end": 1632.98, "word": " this", "probability": 0.80908203125}, {"start": 1632.98, "end": 1633.2, "word": " is", "probability": 0.85546875}, {"start": 1633.2, "end": 1633.38, "word": " an", "probability": 0.428955078125}, {"start": 1633.38, "end": 1633.56, "word": " element", "probability": 0.900390625}, {"start": 1633.56, "end": 1633.74, "word": " in", "probability": 0.67431640625}, {"start": 1633.74, "end": 1633.96, "word": " the", "probability": 0.60498046875}, {"start": 1633.96, "end": 1634.96, "word": " view.", "probability": 0.6787109375}, {"start": 1635.54, "end": 1635.76, "word": " So", "probability": 0.52099609375}, {"start": 1635.76, "end": 1636.06, "word": " instead", "probability": 0.439697265625}, {"start": 1636.06, "end": 1636.16, "word": " of", "probability": 0.96240234375}, {"start": 1636.16, "end": 1636.42, "word": " doing", "probability": 0.291748046875}, {"start": 1636.42, "end": 1636.8, "word": " find", "probability": 0.59716796875}, {"start": 1636.8, "end": 1637.04, "word": " view", "probability": 0.56689453125}, {"start": 1637.04, "end": 1637.18, "word": " by", "probability": 0.42041015625}, {"start": 1637.18, "end": 1637.38, "word": " ID,", "probability": 0.443359375}, {"start": 1637.52, "end": 1637.64, "word": " I", "probability": 0.80419921875}, {"start": 1637.64, "end": 1637.76, "word": " always", "probability": 0.6787109375}, {"start": 1637.76, "end": 1638.02, "word": " added", "probability": 0.374267578125}, {"start": 1638.02, "end": 1638.18, "word": " it", "probability": 0.7822265625}, {"start": 1638.18, "end": 1638.3, "word": " to", "probability": 0.6279296875}, {"start": 1638.3, "end": 1638.4, "word": " the", "probability": 0.705078125}, {"start": 1638.4, "end": 1638.54, "word": " view", "probability": 0.791015625}, {"start": 1638.54, "end": 1638.88, "word": " holder.", "probability": 0.60302734375}, {"start": 1639.5, "end": 1639.7, "word": " Okay?", "probability": 0.271240234375}, {"start": 1639.94, "end": 1640.02, "word": " The", "probability": 0.32177734375}, {"start": 1640.02, "end": 1640.14, "word": " first", "probability": 0.88671875}, {"start": 1640.14, "end": 1640.54, "word": " time,", "probability": 0.89306640625}, {"start": 1641.18, "end": 1641.32, "word": " like", "probability": 0.37353515625}, {"start": 1641.32, "end": 1641.62, "word": " the", "probability": 0.5732421875}, {"start": 1641.62, "end": 1642.16, "word": " other", "probability": 0.25439453125}, {"start": 1642.16, "end": 1642.16, "word": " elements,", "probability": 0.269775390625}, {"start": 1642.76, "end": 1643.28, "word": " I", "probability": 0.939453125}, {"start": 1643.28, "end": 1643.4, "word": " do", "probability": 0.515625}, {"start": 1643.4, "end": 1643.7, "word": " find", "probability": 0.81494140625}, {"start": 1643.7, "end": 1643.94, "word": " view", "probability": 0.8837890625}, {"start": 1643.94, "end": 1644.1, "word": " by", "probability": 0.70947265625}, {"start": 1644.1, "end": 1644.48, "word": " ID,", "probability": 0.91552734375}, {"start": 1644.56, "end": 1644.64, "word": " I", "probability": 0.55615234375}, {"start": 1644.64, "end": 1644.82, "word": " get", "probability": 0.36328125}, {"start": 1644.82, "end": 1645.0, "word": " it.", "probability": 0.91650390625}, {"start": 1645.38, "end": 1645.62, "word": " Yes,", "probability": 0.63720703125}, {"start": 1645.72, "end": 1645.88, "word": " I", "probability": 0.814453125}, {"start": 1645.88, "end": 1645.88, "word": " did", "probability": 0.31689453125}, {"start": 1645.88, "end": 1645.94, "word": " not", "probability": 0.9404296875}, {"start": 1645.94, "end": 1645.94, "word": " add", "probability": 0.79736328125}, {"start": 1645.94, "end": 1646.1, "word": " it", "probability": 0.337158203125}, {"start": 1646.1, "end": 1646.3, "word": " to", "probability": 0.857421875}, {"start": 1646.3, "end": 1646.4, "word": " the", "probability": 0.8310546875}, {"start": 1646.4, "end": 1646.54, "word": " view", "probability": 0.82470703125}, {"start": 1646.54, "end": 1646.84, "word": " holder.", "probability": 0.779296875}, {"start": 1646.96, "end": 1647.36, "word": " vh", "probability": 0.6522216796875}, {"start": 1647.36, "end": 1647.66, "word": " dot", "probability": 0.35302734375}, {"start": 1647.66, "end": 1648.1, "word": " delete", "probability": 0.943359375}, {"start": 1648.1, "end": 1649.14, "word": " button", "probability": 0.87109375}, {"start": 1649.14, "end": 1649.54, "word": " equals", "probability": 0.77392578125}, {"start": 1649.54, "end": 1649.9, "word": " delete", "probability": 0.91455078125}, {"start": 1649.9, "end": 1650.28, "word": " button.", "probability": 0.88330078125}], "temperature": 1.0}, {"id": 65, "seek": 168056, "start": 1653.48, "end": 1680.56, "text": " Now, here I am filling up the view I brought the photo, filled it up, the name, the age, and deleted it now I am not filling it up, I am doing action on it Ok, now how do we delete from the list view? I simply say, in order to delete from the list view, delete from the array and delete from the list view Ok, not the list view takes from where? From the array So, go to persons and say", "tokens": [823, 11, 510, 286, 669, 10623, 493, 264, 1910, 286, 3038, 264, 5052, 11, 6412, 309, 493, 11, 264, 1315, 11, 264, 3205, 11, 293, 22981, 309, 586, 286, 669, 406, 10623, 309, 493, 11, 286, 669, 884, 3069, 322, 309, 3477, 11, 586, 577, 360, 321, 12097, 490, 264, 1329, 1910, 30, 286, 2935, 584, 11, 294, 1668, 281, 12097, 490, 264, 1329, 1910, 11, 12097, 490, 264, 10225, 293, 12097, 490, 264, 1329, 1910, 3477, 11, 406, 264, 1329, 1910, 2516, 490, 689, 30, 3358, 264, 10225, 407, 11, 352, 281, 14453, 293, 584], "avg_logprob": -0.4900128865979381, "compression_ratio": 1.9744897959183674, "no_speech_prob": 0.0, "words": [{"start": 1653.48, "end": 1653.88, "word": " Now,", "probability": 0.281005859375}, {"start": 1654.04, "end": 1654.34, "word": " here", "probability": 0.61376953125}, {"start": 1654.34, "end": 1654.9, "word": " I", "probability": 0.771484375}, {"start": 1654.9, "end": 1655.1, "word": " am", "probability": 0.26904296875}, {"start": 1655.1, "end": 1655.18, "word": " filling", "probability": 0.55322265625}, {"start": 1655.18, "end": 1655.54, "word": " up", "probability": 0.312744140625}, {"start": 1655.54, "end": 1655.74, "word": " the", "probability": 0.74609375}, {"start": 1655.74, "end": 1655.96, "word": " view", "probability": 0.66650390625}, {"start": 1655.96, "end": 1656.68, "word": " I", "probability": 0.51953125}, {"start": 1656.68, "end": 1656.9, "word": " brought", "probability": 0.30810546875}, {"start": 1656.9, "end": 1657.04, "word": " the", "probability": 0.7138671875}, {"start": 1657.04, "end": 1657.28, "word": " photo,", "probability": 0.82421875}, {"start": 1657.42, "end": 1657.56, "word": " filled", "probability": 0.488037109375}, {"start": 1657.56, "end": 1657.86, "word": " it", "probability": 0.888671875}, {"start": 1657.86, "end": 1657.92, "word": " up,", "probability": 0.59375}, {"start": 1657.98, "end": 1658.06, "word": " the", "probability": 0.387451171875}, {"start": 1658.06, "end": 1658.42, "word": " name,", "probability": 0.8642578125}, {"start": 1658.52, "end": 1658.64, "word": " the", "probability": 0.619140625}, {"start": 1658.64, "end": 1659.08, "word": " age,", "probability": 0.90087890625}, {"start": 1659.36, "end": 1659.46, "word": " and", "probability": 0.7421875}, {"start": 1659.46, "end": 1659.72, "word": " deleted", "probability": 0.183349609375}, {"start": 1659.72, "end": 1659.98, "word": " it", "probability": 0.71435546875}, {"start": 1659.98, "end": 1660.0, "word": " now", "probability": 0.343994140625}, {"start": 1660.0, "end": 1660.16, "word": " I", "probability": 0.418701171875}, {"start": 1660.16, "end": 1660.2, "word": " am", "probability": 0.2464599609375}, {"start": 1660.2, "end": 1660.2, "word": " not", "probability": 0.89306640625}, {"start": 1660.2, "end": 1660.48, "word": " filling", "probability": 0.6865234375}, {"start": 1660.48, "end": 1660.64, "word": " it", "probability": 0.859375}, {"start": 1660.64, "end": 1660.64, "word": " up,", "probability": 0.783203125}, {"start": 1660.72, "end": 1660.8, "word": " I", "probability": 0.85498046875}, {"start": 1660.8, "end": 1660.82, "word": " am", "probability": 0.8544921875}, {"start": 1660.82, "end": 1660.96, "word": " doing", "probability": 0.393798828125}, {"start": 1660.96, "end": 1661.7, "word": " action", "probability": 0.693359375}, {"start": 1661.7, "end": 1662.32, "word": " on", "probability": 0.58837890625}, {"start": 1662.32, "end": 1662.32, "word": " it", "probability": 0.93603515625}, {"start": 1662.32, "end": 1662.88, "word": " Ok,", "probability": 0.2103271484375}, {"start": 1662.96, "end": 1663.2, "word": " now", "probability": 0.794921875}, {"start": 1663.2, "end": 1663.42, "word": " how", "probability": 0.77783203125}, {"start": 1663.42, "end": 1663.52, "word": " do", "probability": 0.54931640625}, {"start": 1663.52, "end": 1663.58, "word": " we", "probability": 0.8759765625}, {"start": 1663.58, "end": 1663.74, "word": " delete", "probability": 0.8173828125}, {"start": 1663.74, "end": 1665.44, "word": " from", "probability": 0.71240234375}, {"start": 1665.44, "end": 1665.56, "word": " the", "probability": 0.83837890625}, {"start": 1665.56, "end": 1665.74, "word": " list", "probability": 0.77392578125}, {"start": 1665.74, "end": 1665.98, "word": " view?", "probability": 0.6669921875}, {"start": 1666.8, "end": 1666.94, "word": " I", "probability": 0.59423828125}, {"start": 1666.94, "end": 1667.46, "word": " simply", "probability": 0.267333984375}, {"start": 1667.46, "end": 1667.58, "word": " say,", "probability": 0.4970703125}, {"start": 1668.0, "end": 1668.1, "word": " in", "probability": 0.412841796875}, {"start": 1668.1, "end": 1668.14, "word": " order", "probability": 0.91748046875}, {"start": 1668.14, "end": 1668.34, "word": " to", "probability": 0.82080078125}, {"start": 1668.34, "end": 1668.54, "word": " delete", "probability": 0.869140625}, {"start": 1668.54, "end": 1668.72, "word": " from", "probability": 0.85205078125}, {"start": 1668.72, "end": 1668.8, "word": " the", "probability": 0.89599609375}, {"start": 1668.8, "end": 1669.02, "word": " list", "probability": 0.87060546875}, {"start": 1669.02, "end": 1669.26, "word": " view,", "probability": 0.873046875}, {"start": 1669.34, "end": 1669.58, "word": " delete", "probability": 0.9033203125}, {"start": 1669.58, "end": 1670.62, "word": " from", "probability": 0.80224609375}, {"start": 1670.62, "end": 1670.82, "word": " the", "probability": 0.88720703125}, {"start": 1670.82, "end": 1671.16, "word": " array", "probability": 0.81396484375}, {"start": 1671.16, "end": 1671.66, "word": " and", "probability": 0.6533203125}, {"start": 1671.66, "end": 1671.92, "word": " delete", "probability": 0.1680908203125}, {"start": 1671.92, "end": 1672.1, "word": " from", "probability": 0.58251953125}, {"start": 1672.1, "end": 1672.1, "word": " the", "probability": 0.89013671875}, {"start": 1672.1, "end": 1672.3, "word": " list", "probability": 0.884765625}, {"start": 1672.3, "end": 1672.6, "word": " view", "probability": 0.892578125}, {"start": 1672.6, "end": 1673.8, "word": " Ok,", "probability": 0.332763671875}, {"start": 1673.92, "end": 1674.08, "word": " not", "probability": 0.372802734375}, {"start": 1674.08, "end": 1674.2, "word": " the", "probability": 0.3603515625}, {"start": 1674.2, "end": 1674.38, "word": " list", "probability": 0.89453125}, {"start": 1674.38, "end": 1674.54, "word": " view", "probability": 0.89990234375}, {"start": 1674.54, "end": 1674.8, "word": " takes", "probability": 0.205322265625}, {"start": 1674.8, "end": 1674.98, "word": " from", "probability": 0.705078125}, {"start": 1674.98, "end": 1675.2, "word": " where?", "probability": 0.78369140625}, {"start": 1675.42, "end": 1675.82, "word": " From", "probability": 0.7001953125}, {"start": 1675.82, "end": 1675.96, "word": " the", "probability": 0.88916015625}, {"start": 1675.96, "end": 1676.2, "word": " array", "probability": 0.8720703125}, {"start": 1676.2, "end": 1676.98, "word": " So,", "probability": 0.66259765625}, {"start": 1678.18, "end": 1678.44, "word": " go", "probability": 0.92041015625}, {"start": 1678.44, "end": 1678.56, "word": " to", "probability": 0.97119140625}, {"start": 1678.56, "end": 1679.08, "word": " persons", "probability": 0.81689453125}, {"start": 1679.08, "end": 1680.36, "word": " and", "probability": 0.71728515625}, {"start": 1680.36, "end": 1680.56, "word": " say", "probability": 0.6103515625}], "temperature": 1.0}, {"id": 66, "seek": 169583, "start": 1683.91, "end": 1695.83, "text": " remove remove for whom? for which element? actually get view is based on what? on a certain position so just say delete and here say position", "tokens": [4159, 4159, 337, 7101, 30, 337, 597, 4478, 30, 767, 483, 1910, 307, 2361, 322, 437, 30, 322, 257, 1629, 2535, 370, 445, 584, 12097, 293, 510, 584, 2535], "avg_logprob": -0.7213541746139527, "compression_ratio": 1.3786407766990292, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1683.91, "end": 1684.51, "word": " remove", "probability": 0.4072265625}, {"start": 1684.51, "end": 1685.11, "word": " remove", "probability": 0.5029296875}, {"start": 1685.11, "end": 1685.25, "word": " for", "probability": 0.265625}, {"start": 1685.25, "end": 1685.41, "word": " whom?", "probability": 0.2310791015625}, {"start": 1685.55, "end": 1685.63, "word": " for", "probability": 0.6962890625}, {"start": 1685.63, "end": 1685.77, "word": " which", "probability": 0.306884765625}, {"start": 1685.77, "end": 1686.09, "word": " element?", "probability": 0.80712890625}, {"start": 1686.77, "end": 1687.07, "word": " actually", "probability": 0.30615234375}, {"start": 1687.07, "end": 1688.27, "word": " get", "probability": 0.382568359375}, {"start": 1688.27, "end": 1688.57, "word": " view", "probability": 0.60009765625}, {"start": 1688.57, "end": 1688.75, "word": " is", "probability": 0.52099609375}, {"start": 1688.75, "end": 1688.99, "word": " based", "probability": 0.090087890625}, {"start": 1688.99, "end": 1689.17, "word": " on", "probability": 0.892578125}, {"start": 1689.17, "end": 1689.39, "word": " what?", "probability": 0.41650390625}, {"start": 1689.95, "end": 1690.33, "word": " on", "probability": 0.61669921875}, {"start": 1690.33, "end": 1690.43, "word": " a", "probability": 0.78515625}, {"start": 1690.43, "end": 1691.65, "word": " certain", "probability": 0.314208984375}, {"start": 1691.65, "end": 1691.79, "word": " position", "probability": 0.95068359375}, {"start": 1691.79, "end": 1692.67, "word": " so", "probability": 0.1990966796875}, {"start": 1692.67, "end": 1692.95, "word": " just", "probability": 0.43115234375}, {"start": 1692.95, "end": 1693.19, "word": " say", "probability": 0.48046875}, {"start": 1693.19, "end": 1693.75, "word": " delete", "probability": 0.87109375}, {"start": 1693.75, "end": 1694.97, "word": " and", "probability": 0.45458984375}, {"start": 1694.97, "end": 1694.99, "word": " here", "probability": 0.29248046875}, {"start": 1694.99, "end": 1695.33, "word": " say", "probability": 0.689453125}, {"start": 1695.33, "end": 1695.83, "word": " position", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 67, "seek": 172356, "start": 1699.14, "end": 1723.56, "text": "This person does not know the position, he just puts a final here to be able to read. In short, when you create any view, it fills the data with the elements of this person at a certain position and makes an action on it, so that if you press the button, it erases the person at this position.", "tokens": [5723, 954, 775, 406, 458, 264, 2535, 11, 415, 445, 8137, 257, 2572, 510, 281, 312, 1075, 281, 1401, 13, 682, 2099, 11, 562, 291, 1884, 604, 1910, 11, 309, 22498, 264, 1412, 365, 264, 4959, 295, 341, 954, 412, 257, 1629, 2535, 293, 1669, 364, 3069, 322, 309, 11, 370, 300, 498, 291, 1886, 264, 2960, 11, 309, 1189, 1957, 264, 954, 412, 341, 2535, 13], "avg_logprob": -0.6190257142571842, "compression_ratio": 1.646067415730337, "no_speech_prob": 0.0, "words": [{"start": 1699.14, "end": 1699.4, "word": "This", "probability": 0.06805419921875}, {"start": 1699.4, "end": 1699.74, "word": " person", "probability": 0.32373046875}, {"start": 1699.74, "end": 1699.92, "word": " does", "probability": 0.1470947265625}, {"start": 1699.92, "end": 1700.4, "word": " not", "probability": 0.93359375}, {"start": 1700.4, "end": 1700.98, "word": " know", "probability": 0.55712890625}, {"start": 1700.98, "end": 1701.16, "word": " the", "probability": 0.309326171875}, {"start": 1701.16, "end": 1701.4, "word": " position,", "probability": 0.89892578125}, {"start": 1701.62, "end": 1701.92, "word": " he", "probability": 0.2166748046875}, {"start": 1701.92, "end": 1701.92, "word": " just", "probability": 0.5087890625}, {"start": 1701.92, "end": 1702.14, "word": " puts", "probability": 0.2052001953125}, {"start": 1702.14, "end": 1702.6, "word": " a", "probability": 0.201416015625}, {"start": 1702.6, "end": 1704.08, "word": " final", "probability": 0.168212890625}, {"start": 1704.08, "end": 1704.68, "word": " here", "probability": 0.358642578125}, {"start": 1704.68, "end": 1704.94, "word": " to", "probability": 0.270751953125}, {"start": 1704.94, "end": 1705.16, "word": " be", "probability": 0.26416015625}, {"start": 1705.16, "end": 1705.32, "word": " able", "probability": 0.9228515625}, {"start": 1705.32, "end": 1705.72, "word": " to", "probability": 0.9716796875}, {"start": 1705.72, "end": 1705.96, "word": " read.", "probability": 0.357421875}, {"start": 1708.14, "end": 1708.48, "word": " In", "probability": 0.56396484375}, {"start": 1708.48, "end": 1709.7, "word": " short,", "probability": 0.82421875}, {"start": 1709.98, "end": 1710.06, "word": " when", "probability": 0.763671875}, {"start": 1710.06, "end": 1710.64, "word": " you", "probability": 0.8505859375}, {"start": 1710.64, "end": 1711.38, "word": " create", "probability": 0.37548828125}, {"start": 1711.38, "end": 1711.72, "word": " any", "probability": 0.43798828125}, {"start": 1711.72, "end": 1712.06, "word": " view,", "probability": 0.9013671875}, {"start": 1712.7, "end": 1713.02, "word": " it", "probability": 0.57177734375}, {"start": 1713.02, "end": 1713.3, "word": " fills", "probability": 0.4501953125}, {"start": 1713.3, "end": 1713.46, "word": " the", "probability": 0.51708984375}, {"start": 1713.46, "end": 1713.7, "word": " data", "probability": 0.8056640625}, {"start": 1713.7, "end": 1713.96, "word": " with", "probability": 0.83544921875}, {"start": 1713.96, "end": 1714.2, "word": " the", "probability": 0.362548828125}, {"start": 1714.2, "end": 1714.34, "word": " elements", "probability": 0.7861328125}, {"start": 1714.34, "end": 1714.92, "word": " of", "probability": 0.94140625}, {"start": 1714.92, "end": 1715.36, "word": " this", "probability": 0.5146484375}, {"start": 1715.36, "end": 1715.76, "word": " person", "probability": 0.82470703125}, {"start": 1715.76, "end": 1716.18, "word": " at", "probability": 0.2496337890625}, {"start": 1716.18, "end": 1716.32, "word": " a", "probability": 0.6982421875}, {"start": 1716.32, "end": 1716.98, "word": " certain", "probability": 0.380615234375}, {"start": 1716.98, "end": 1716.98, "word": " position", "probability": 0.9462890625}, {"start": 1716.98, "end": 1717.58, "word": " and", "probability": 0.57861328125}, {"start": 1717.58, "end": 1717.82, "word": " makes", "probability": 0.2320556640625}, {"start": 1717.82, "end": 1717.98, "word": " an", "probability": 0.50244140625}, {"start": 1717.98, "end": 1718.44, "word": " action", "probability": 0.9677734375}, {"start": 1718.44, "end": 1718.92, "word": " on", "probability": 0.7724609375}, {"start": 1718.92, "end": 1719.1, "word": " it,", "probability": 0.7373046875}, {"start": 1719.32, "end": 1719.48, "word": " so", "probability": 0.638671875}, {"start": 1719.48, "end": 1719.72, "word": " that", "probability": 0.86669921875}, {"start": 1719.72, "end": 1719.94, "word": " if", "probability": 0.8916015625}, {"start": 1719.94, "end": 1720.04, "word": " you", "probability": 0.4892578125}, {"start": 1720.04, "end": 1720.34, "word": " press", "probability": 0.70458984375}, {"start": 1720.34, "end": 1720.54, "word": " the", "probability": 0.7099609375}, {"start": 1720.54, "end": 1720.78, "word": " button,", "probability": 0.84814453125}, {"start": 1721.7, "end": 1721.82, "word": " it", "probability": 0.47607421875}, {"start": 1721.82, "end": 1722.1, "word": " erases", "probability": 0.65478515625}, {"start": 1722.1, "end": 1722.48, "word": " the", "probability": 0.67822265625}, {"start": 1722.48, "end": 1722.8, "word": " person", "probability": 0.90087890625}, {"start": 1722.8, "end": 1723.08, "word": " at", "probability": 0.58984375}, {"start": 1723.08, "end": 1723.18, "word": " this", "probability": 0.7109375}, {"start": 1723.18, "end": 1723.56, "word": " position.", "probability": 0.939453125}], "temperature": 1.0}, {"id": 68, "seek": 175041, "start": 1725.77, "end": 1750.41, "text": " It's clear, guys. We're not done yet. You see, when you erase the element, it talks to ListView. Okay? It says that there's a ready method called notifyDataSetChanged. Notify, what does notify mean? It means that there's a change in the data. Who inherited this method from? From the basic class.", "tokens": [467, 311, 1850, 11, 1074, 13, 492, 434, 406, 1096, 1939, 13, 509, 536, 11, 562, 291, 23525, 264, 4478, 11, 309, 6686, 281, 17668, 30203, 13, 1033, 30, 467, 1619, 300, 456, 311, 257, 1919, 3170, 1219, 36560, 35, 3274, 42718, 6546, 10296, 13, 1726, 2505, 11, 437, 775, 36560, 914, 30, 467, 1355, 300, 456, 311, 257, 1319, 294, 264, 1412, 13, 2102, 27091, 341, 3170, 490, 30, 3358, 264, 3875, 1508, 13], "avg_logprob": -0.5296052874703157, "compression_ratio": 1.4924623115577889, "no_speech_prob": 0.0, "words": [{"start": 1725.77, "end": 1726.25, "word": " It's", "probability": 0.301025390625}, {"start": 1726.25, "end": 1726.45, "word": " clear,", "probability": 0.7646484375}, {"start": 1726.65, "end": 1726.81, "word": " guys.", "probability": 0.400390625}, {"start": 1727.01, "end": 1727.17, "word": " We're", "probability": 0.42132568359375}, {"start": 1727.17, "end": 1727.17, "word": " not", "probability": 0.84814453125}, {"start": 1727.17, "end": 1727.49, "word": " done", "probability": 0.57080078125}, {"start": 1727.49, "end": 1727.69, "word": " yet.", "probability": 0.810546875}, {"start": 1727.75, "end": 1727.81, "word": " You", "probability": 0.345947265625}, {"start": 1727.81, "end": 1727.93, "word": " see,", "probability": 0.47265625}, {"start": 1728.21, "end": 1728.31, "word": " when", "probability": 0.8291015625}, {"start": 1728.31, "end": 1728.57, "word": " you", "probability": 0.7685546875}, {"start": 1728.57, "end": 1728.93, "word": " erase", "probability": 0.51904296875}, {"start": 1728.93, "end": 1729.85, "word": " the", "probability": 0.60791015625}, {"start": 1729.85, "end": 1730.15, "word": " element,", "probability": 0.677734375}, {"start": 1730.35, "end": 1731.11, "word": " it", "probability": 0.6005859375}, {"start": 1731.11, "end": 1731.41, "word": " talks", "probability": 0.0887451171875}, {"start": 1731.41, "end": 1731.59, "word": " to", "probability": 0.68212890625}, {"start": 1731.59, "end": 1732.05, "word": " ListView.", "probability": 0.7216796875}, {"start": 1732.41, "end": 1732.63, "word": " Okay?", "probability": 0.1795654296875}, {"start": 1733.03, "end": 1733.21, "word": " It", "probability": 0.625}, {"start": 1733.21, "end": 1733.39, "word": " says", "probability": 0.56982421875}, {"start": 1733.39, "end": 1733.59, "word": " that", "probability": 0.552734375}, {"start": 1733.59, "end": 1733.75, "word": " there's", "probability": 0.726806640625}, {"start": 1733.75, "end": 1733.89, "word": " a", "probability": 0.951171875}, {"start": 1733.89, "end": 1734.47, "word": " ready", "probability": 0.4111328125}, {"start": 1734.47, "end": 1734.53, "word": " method", "probability": 0.7119140625}, {"start": 1734.53, "end": 1734.89, "word": " called", "probability": 0.57568359375}, {"start": 1734.89, "end": 1737.51, "word": " notifyDataSetChanged.", "probability": 0.7591552734375}, {"start": 1739.47, "end": 1739.95, "word": " Notify,", "probability": 0.807861328125}, {"start": 1740.03, "end": 1740.19, "word": " what", "probability": 0.91650390625}, {"start": 1740.19, "end": 1740.29, "word": " does", "probability": 0.411376953125}, {"start": 1740.29, "end": 1740.73, "word": " notify", "probability": 0.734375}, {"start": 1740.73, "end": 1740.77, "word": " mean?", "probability": 0.9033203125}, {"start": 1741.95, "end": 1742.43, "word": " It", "probability": 0.0966796875}, {"start": 1742.43, "end": 1742.53, "word": " means", "probability": 0.492431640625}, {"start": 1742.53, "end": 1742.65, "word": " that", "probability": 0.369873046875}, {"start": 1742.65, "end": 1743.99, "word": " there's", "probability": 0.76904296875}, {"start": 1743.99, "end": 1744.11, "word": " a", "probability": 0.8447265625}, {"start": 1744.11, "end": 1744.33, "word": " change", "probability": 0.875}, {"start": 1744.33, "end": 1744.67, "word": " in", "probability": 0.8984375}, {"start": 1744.67, "end": 1745.35, "word": " the", "probability": 0.7041015625}, {"start": 1745.35, "end": 1745.63, "word": " data.", "probability": 0.93212890625}, {"start": 1746.15, "end": 1746.37, "word": " Who", "probability": 0.364990234375}, {"start": 1746.37, "end": 1746.37, "word": " inherited", "probability": 0.8505859375}, {"start": 1746.37, "end": 1746.39, "word": " this", "probability": 0.904296875}, {"start": 1746.39, "end": 1747.13, "word": " method", "probability": 0.9521484375}, {"start": 1747.13, "end": 1747.47, "word": " from?", "probability": 0.5390625}, {"start": 1748.39, "end": 1748.61, "word": " From", "probability": 0.61328125}, {"start": 1748.61, "end": 1748.99, "word": " the", "probability": 0.732421875}, {"start": 1748.99, "end": 1750.05, "word": " basic", "probability": 0.31591796875}, {"start": 1750.05, "end": 1750.41, "word": " class.", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 69, "seek": 176380, "start": 1751.12, "end": 1763.8, "text": " As soon as this method is executed, it will delete the contents of the ListView So that the new element that was deleted will be removed That's it Let's try this", "tokens": [1018, 2321, 382, 341, 3170, 307, 17577, 11, 309, 486, 12097, 264, 15768, 295, 264, 17668, 30203, 407, 300, 264, 777, 4478, 300, 390, 22981, 486, 312, 7261, 663, 311, 309, 961, 311, 853, 341], "avg_logprob": -0.5633680274089178, "compression_ratio": 1.3728813559322033, "no_speech_prob": 0.0, "words": [{"start": 1751.12, "end": 1751.42, "word": " As", "probability": 0.25}, {"start": 1751.42, "end": 1751.54, "word": " soon", "probability": 0.9423828125}, {"start": 1751.54, "end": 1751.62, "word": " as", "probability": 0.95947265625}, {"start": 1751.62, "end": 1751.82, "word": " this", "probability": 0.67578125}, {"start": 1751.82, "end": 1752.04, "word": " method", "probability": 0.90869140625}, {"start": 1752.04, "end": 1752.18, "word": " is", "probability": 0.521484375}, {"start": 1752.18, "end": 1752.48, "word": " executed,", "probability": 0.7509765625}, {"start": 1752.68, "end": 1752.74, "word": " it", "probability": 0.7509765625}, {"start": 1752.74, "end": 1752.76, "word": " will", "probability": 0.133544921875}, {"start": 1752.76, "end": 1753.0, "word": " delete", "probability": 0.412109375}, {"start": 1753.0, "end": 1753.18, "word": " the", "probability": 0.494140625}, {"start": 1753.18, "end": 1753.54, "word": " contents", "probability": 0.517578125}, {"start": 1753.54, "end": 1754.42, "word": " of", "probability": 0.92236328125}, {"start": 1754.42, "end": 1754.72, "word": " the", "probability": 0.6142578125}, {"start": 1754.72, "end": 1755.2, "word": " ListView", "probability": 0.776611328125}, {"start": 1755.2, "end": 1755.78, "word": " So", "probability": 0.1343994140625}, {"start": 1755.78, "end": 1756.06, "word": " that", "probability": 0.693359375}, {"start": 1756.06, "end": 1756.16, "word": " the", "probability": 0.62841796875}, {"start": 1756.16, "end": 1756.22, "word": " new", "probability": 0.52587890625}, {"start": 1756.22, "end": 1756.48, "word": " element", "probability": 0.76220703125}, {"start": 1756.48, "end": 1757.14, "word": " that", "probability": 0.3193359375}, {"start": 1757.14, "end": 1757.34, "word": " was", "probability": 0.445068359375}, {"start": 1757.34, "end": 1758.14, "word": " deleted", "probability": 0.69775390625}, {"start": 1758.14, "end": 1758.9, "word": " will", "probability": 0.399169921875}, {"start": 1758.9, "end": 1759.3, "word": " be", "probability": 0.4970703125}, {"start": 1759.3, "end": 1759.7, "word": " removed", "probability": 0.379638671875}, {"start": 1759.7, "end": 1760.54, "word": " That's", "probability": 0.590087890625}, {"start": 1760.54, "end": 1761.56, "word": " it", "probability": 0.6875}, {"start": 1761.56, "end": 1763.26, "word": " Let's", "probability": 0.80810546875}, {"start": 1763.26, "end": 1763.5, "word": " try", "probability": 0.91748046875}, {"start": 1763.5, "end": 1763.8, "word": " this", "probability": 0.70166015625}], "temperature": 1.0}, {"id": 70, "seek": 180607, "start": 1791.41, "end": 1806.07, "text": " Okay guys, this is the application after I applied the delete. What happened here? Because this is delete for example. This removed all elements. Delete. This removed all elements. Okay? I mean", "tokens": [1033, 1074, 11, 341, 307, 264, 3861, 934, 286, 6456, 264, 12097, 13, 708, 2011, 510, 30, 1436, 341, 307, 12097, 337, 1365, 13, 639, 7261, 439, 4959, 13, 49452, 13, 639, 7261, 439, 4959, 13, 1033, 30, 286, 914], "avg_logprob": -0.6981707200771425, "compression_ratio": 1.4923076923076923, "no_speech_prob": 0.0, "words": [{"start": 1791.41, "end": 1791.93, "word": " Okay", "probability": 0.07781982421875}, {"start": 1791.93, "end": 1792.27, "word": " guys,", "probability": 0.498046875}, {"start": 1792.43, "end": 1792.59, "word": " this", "probability": 0.64990234375}, {"start": 1792.59, "end": 1792.67, "word": " is", "probability": 0.890625}, {"start": 1792.67, "end": 1793.17, "word": " the", "probability": 0.78173828125}, {"start": 1793.17, "end": 1793.63, "word": " application", "probability": 0.72802734375}, {"start": 1793.63, "end": 1793.97, "word": " after", "probability": 0.6318359375}, {"start": 1793.97, "end": 1794.67, "word": " I", "probability": 0.309814453125}, {"start": 1794.67, "end": 1794.99, "word": " applied", "probability": 0.24951171875}, {"start": 1794.99, "end": 1795.13, "word": " the", "probability": 0.5712890625}, {"start": 1795.13, "end": 1795.39, "word": " delete.", "probability": 0.39111328125}, {"start": 1796.43, "end": 1796.77, "word": " What", "probability": 0.41943359375}, {"start": 1796.77, "end": 1797.01, "word": " happened", "probability": 0.703125}, {"start": 1797.01, "end": 1797.25, "word": " here?", "probability": 0.75439453125}, {"start": 1798.79, "end": 1799.05, "word": " Because", "probability": 0.6796875}, {"start": 1799.05, "end": 1799.21, "word": " this", "probability": 0.73095703125}, {"start": 1799.21, "end": 1799.21, "word": " is", "probability": 0.490478515625}, {"start": 1799.21, "end": 1799.53, "word": " delete", "probability": 0.8515625}, {"start": 1799.53, "end": 1799.69, "word": " for", "probability": 0.66650390625}, {"start": 1799.69, "end": 1799.93, "word": " example.", "probability": 0.9306640625}, {"start": 1800.73, "end": 1801.01, "word": " This", "probability": 0.5693359375}, {"start": 1801.01, "end": 1801.23, "word": " removed", "probability": 0.27734375}, {"start": 1801.23, "end": 1801.85, "word": " all", "probability": 0.61962890625}, {"start": 1801.85, "end": 1801.85, "word": " elements.", "probability": 0.48974609375}, {"start": 1802.33, "end": 1802.77, "word": " Delete.", "probability": 0.76416015625}, {"start": 1803.65, "end": 1803.67, "word": " This", "probability": 0.59912109375}, {"start": 1803.67, "end": 1803.85, "word": " removed", "probability": 0.109375}, {"start": 1803.85, "end": 1803.99, "word": " all", "probability": 0.478759765625}, {"start": 1803.99, "end": 1804.17, "word": " elements.", "probability": 0.87841796875}, {"start": 1804.35, "end": 1804.55, "word": " Okay?", "probability": 0.55419921875}, {"start": 1805.69, "end": 1805.95, "word": " I", "probability": 0.185791015625}, {"start": 1805.95, "end": 1806.07, "word": " mean", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 71, "seek": 181886, "start": 1807.26, "end": 1818.86, "text": "In order to know how to delete it. For example, I want to add an element to the list in a manual way. I open the form and add data. I add an element and say notify data set changed.", "tokens": [4575, 1668, 281, 458, 577, 281, 12097, 309, 13, 1171, 1365, 11, 286, 528, 281, 909, 364, 4478, 281, 264, 1329, 294, 257, 9688, 636, 13, 286, 1269, 264, 1254, 293, 909, 1412, 13, 286, 909, 364, 4478, 293, 584, 36560, 1412, 992, 3105, 13], "avg_logprob": -0.7404891045197196, "compression_ratio": 1.448, "no_speech_prob": 0.0, "words": [{"start": 1807.26, "end": 1807.5, "word": "In", "probability": 0.054229736328125}, {"start": 1807.5, "end": 1807.5, "word": " order", "probability": 0.296142578125}, {"start": 1807.5, "end": 1807.64, "word": " to", "probability": 0.94189453125}, {"start": 1807.64, "end": 1807.8, "word": " know", "probability": 0.525390625}, {"start": 1807.8, "end": 1808.0, "word": " how", "probability": 0.75341796875}, {"start": 1808.0, "end": 1809.04, "word": " to", "probability": 0.47265625}, {"start": 1809.04, "end": 1809.24, "word": " delete", "probability": 0.69287109375}, {"start": 1809.24, "end": 1809.58, "word": " it.", "probability": 0.2305908203125}, {"start": 1809.9, "end": 1810.04, "word": " For", "probability": 0.07220458984375}, {"start": 1810.04, "end": 1810.5, "word": " example,", "probability": 0.82861328125}, {"start": 1811.32, "end": 1811.34, "word": " I", "probability": 0.60546875}, {"start": 1811.34, "end": 1811.54, "word": " want", "probability": 0.6943359375}, {"start": 1811.54, "end": 1811.62, "word": " to", "probability": 0.96337890625}, {"start": 1811.62, "end": 1811.8, "word": " add", "probability": 0.88720703125}, {"start": 1811.8, "end": 1811.96, "word": " an", "probability": 0.435302734375}, {"start": 1811.96, "end": 1812.14, "word": " element", "probability": 0.88330078125}, {"start": 1812.14, "end": 1812.32, "word": " to", "probability": 0.61962890625}, {"start": 1812.32, "end": 1812.42, "word": " the", "probability": 0.62109375}, {"start": 1812.42, "end": 1812.72, "word": " list", "probability": 0.85693359375}, {"start": 1812.72, "end": 1813.18, "word": " in", "probability": 0.1787109375}, {"start": 1813.18, "end": 1813.48, "word": " a", "probability": 0.83349609375}, {"start": 1813.48, "end": 1813.74, "word": " manual", "probability": 0.0667724609375}, {"start": 1813.74, "end": 1813.84, "word": " way.", "probability": 0.8212890625}, {"start": 1814.02, "end": 1814.08, "word": " I", "probability": 0.427734375}, {"start": 1814.08, "end": 1814.26, "word": " open", "probability": 0.447265625}, {"start": 1814.26, "end": 1814.38, "word": " the", "probability": 0.383056640625}, {"start": 1814.38, "end": 1814.62, "word": " form", "probability": 0.650390625}, {"start": 1814.62, "end": 1814.78, "word": " and", "probability": 0.477294921875}, {"start": 1814.78, "end": 1814.9, "word": " add", "probability": 0.69140625}, {"start": 1814.9, "end": 1815.3, "word": " data.", "probability": 0.5244140625}, {"start": 1815.7, "end": 1815.84, "word": " I", "probability": 0.44140625}, {"start": 1815.84, "end": 1816.06, "word": " add", "probability": 0.5234375}, {"start": 1816.06, "end": 1816.2, "word": " an", "probability": 0.22607421875}, {"start": 1816.2, "end": 1816.44, "word": " element", "probability": 0.47265625}, {"start": 1816.44, "end": 1816.68, "word": " and", "probability": 0.42529296875}, {"start": 1816.68, "end": 1816.9, "word": " say", "probability": 0.34765625}, {"start": 1816.9, "end": 1817.42, "word": " notify", "probability": 0.61474609375}, {"start": 1817.42, "end": 1818.22, "word": " data", "probability": 0.2279052734375}, {"start": 1818.22, "end": 1818.48, "word": " set", "probability": 0.9326171875}, {"start": 1818.48, "end": 1818.86, "word": " changed.", "probability": 0.638671875}], "temperature": 1.0}, {"id": 72, "seek": 185091, "start": 1821.27, "end": 1850.91, "text": " For example, this is in the main activity I decided to add a new person here In the end When I press a certain button, it makes the object person P5 equals new person P5.set photo art drawable dot me did not put this is Omar P5.set name", "tokens": [1171, 1365, 11, 341, 307, 294, 264, 2135, 5191, 286, 3047, 281, 909, 257, 777, 954, 510, 682, 264, 917, 1133, 286, 1886, 257, 1629, 2960, 11, 309, 1669, 264, 2657, 954, 430, 20, 6915, 777, 954, 430, 20, 13, 3854, 5052, 1523, 2642, 712, 5893, 385, 630, 406, 829, 341, 307, 33784, 430, 20, 13, 3854, 1315], "avg_logprob": -0.593220334942058, "compression_ratio": 1.48125, "no_speech_prob": 0.0090179443359375, "words": [{"start": 1821.27, "end": 1821.63, "word": " For", "probability": 0.35107421875}, {"start": 1821.63, "end": 1821.87, "word": " example,", "probability": 0.869140625}, {"start": 1822.07, "end": 1822.21, "word": " this", "probability": 0.25}, {"start": 1822.21, "end": 1822.21, "word": " is", "probability": 0.7578125}, {"start": 1822.21, "end": 1822.35, "word": " in", "probability": 0.4169921875}, {"start": 1822.35, "end": 1822.43, "word": " the", "probability": 0.46240234375}, {"start": 1822.43, "end": 1822.55, "word": " main", "probability": 0.642578125}, {"start": 1822.55, "end": 1823.01, "word": " activity", "probability": 0.9072265625}, {"start": 1823.01, "end": 1823.57, "word": " I", "probability": 0.44140625}, {"start": 1823.57, "end": 1823.85, "word": " decided", "probability": 0.66015625}, {"start": 1823.85, "end": 1824.27, "word": " to", "probability": 0.79541015625}, {"start": 1824.27, "end": 1824.47, "word": " add", "probability": 0.75146484375}, {"start": 1824.47, "end": 1824.91, "word": " a", "probability": 0.70654296875}, {"start": 1824.91, "end": 1825.01, "word": " new", "probability": 0.75634765625}, {"start": 1825.01, "end": 1825.01, "word": " person", "probability": 0.82763671875}, {"start": 1825.01, "end": 1825.43, "word": " here", "probability": 0.287109375}, {"start": 1825.43, "end": 1825.85, "word": " In", "probability": 0.279052734375}, {"start": 1825.85, "end": 1825.97, "word": " the", "probability": 0.8876953125}, {"start": 1825.97, "end": 1826.21, "word": " end", "probability": 0.64794921875}, {"start": 1826.21, "end": 1827.41, "word": " When", "probability": 0.38330078125}, {"start": 1827.41, "end": 1828.93, "word": " I", "probability": 0.79052734375}, {"start": 1828.93, "end": 1829.09, "word": " press", "probability": 0.55712890625}, {"start": 1829.09, "end": 1829.25, "word": " a", "probability": 0.83984375}, {"start": 1829.25, "end": 1829.69, "word": " certain", "probability": 0.31787109375}, {"start": 1829.69, "end": 1829.69, "word": " button,", "probability": 0.81640625}, {"start": 1829.79, "end": 1829.91, "word": " it", "probability": 0.5341796875}, {"start": 1829.91, "end": 1830.39, "word": " makes", "probability": 0.2083740234375}, {"start": 1830.39, "end": 1830.61, "word": " the", "probability": 0.57080078125}, {"start": 1830.61, "end": 1830.87, "word": " object", "probability": 0.94091796875}, {"start": 1830.87, "end": 1831.43, "word": " person", "probability": 0.6220703125}, {"start": 1831.43, "end": 1833.35, "word": " P5", "probability": 0.58154296875}, {"start": 1833.35, "end": 1833.89, "word": " equals", "probability": 0.143798828125}, {"start": 1833.89, "end": 1834.27, "word": " new", "probability": 0.6953125}, {"start": 1834.27, "end": 1835.65, "word": " person", "probability": 0.7822265625}, {"start": 1835.65, "end": 1837.97, "word": " P5", "probability": 0.60980224609375}, {"start": 1837.97, "end": 1840.01, "word": ".set", "probability": 0.62353515625}, {"start": 1840.01, "end": 1840.93, "word": " photo", "probability": 0.362548828125}, {"start": 1840.93, "end": 1841.41, "word": " art", "probability": 0.395263671875}, {"start": 1841.41, "end": 1843.07, "word": " drawable", "probability": 0.74609375}, {"start": 1843.07, "end": 1844.75, "word": " dot", "probability": 0.38818359375}, {"start": 1844.75, "end": 1844.93, "word": " me", "probability": 0.6923828125}, {"start": 1844.93, "end": 1845.07, "word": " did", "probability": 0.09033203125}, {"start": 1845.07, "end": 1845.07, "word": " not", "probability": 0.93115234375}, {"start": 1845.07, "end": 1845.39, "word": " put", "probability": 0.58349609375}, {"start": 1845.39, "end": 1845.75, "word": " this", "probability": 0.182373046875}, {"start": 1845.75, "end": 1846.03, "word": " is", "probability": 0.45556640625}, {"start": 1846.03, "end": 1846.49, "word": " Omar", "probability": 0.57470703125}, {"start": 1846.49, "end": 1849.59, "word": " P5", "probability": 0.890625}, {"start": 1849.59, "end": 1850.49, "word": ".set", "probability": 0.704345703125}, {"start": 1850.49, "end": 1850.91, "word": " name", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 73, "seek": 188169, "start": 1856.07, "end": 1881.69, "text": " p5.setage 30 and then you go to persons and you add where am I working in the activity guys okay and then you go to your adapter and you say what notify data set changed notice here when I clicked on it it wrote what adapter but here I was working in the adapter and I did not put it here okay this is what will add the element again", "tokens": [280, 20, 13, 3854, 609, 2217, 293, 550, 291, 352, 281, 14453, 293, 291, 909, 689, 669, 286, 1364, 294, 264, 5191, 1074, 1392, 293, 550, 291, 352, 281, 428, 22860, 293, 291, 584, 437, 36560, 1412, 992, 3105, 3449, 510, 562, 286, 23370, 322, 309, 309, 4114, 437, 22860, 457, 510, 286, 390, 1364, 294, 264, 22860, 293, 286, 630, 406, 829, 309, 510, 1392, 341, 307, 437, 486, 909, 264, 4478, 797], "avg_logprob": -0.5370833237965902, "compression_ratio": 1.7671957671957672, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1856.07, "end": 1856.59, "word": " p5", "probability": 0.5076904296875}, {"start": 1856.59, "end": 1857.11, "word": ".setage", "probability": 0.7887369791666666}, {"start": 1857.11, "end": 1858.47, "word": " 30", "probability": 0.201904296875}, {"start": 1858.47, "end": 1859.77, "word": " and", "probability": 0.356201171875}, {"start": 1859.77, "end": 1860.05, "word": " then", "probability": 0.58203125}, {"start": 1860.05, "end": 1860.19, "word": " you", "probability": 0.525390625}, {"start": 1860.19, "end": 1860.35, "word": " go", "probability": 0.64697265625}, {"start": 1860.35, "end": 1860.47, "word": " to", "probability": 0.93359375}, {"start": 1860.47, "end": 1861.09, "word": " persons", "probability": 0.85009765625}, {"start": 1861.09, "end": 1862.21, "word": " and", "probability": 0.71875}, {"start": 1862.21, "end": 1862.33, "word": " you", "probability": 0.423828125}, {"start": 1862.33, "end": 1862.71, "word": " add", "probability": 0.68798828125}, {"start": 1862.71, "end": 1863.21, "word": " where", "probability": 0.2198486328125}, {"start": 1863.21, "end": 1863.35, "word": " am", "probability": 0.202392578125}, {"start": 1863.35, "end": 1863.47, "word": " I", "probability": 0.82861328125}, {"start": 1863.47, "end": 1863.67, "word": " working", "probability": 0.6015625}, {"start": 1863.67, "end": 1863.77, "word": " in", "probability": 0.7509765625}, {"start": 1863.77, "end": 1863.83, "word": " the", "probability": 0.5224609375}, {"start": 1863.83, "end": 1864.21, "word": " activity", "probability": 0.9150390625}, {"start": 1864.21, "end": 1864.63, "word": " guys", "probability": 0.51318359375}, {"start": 1864.63, "end": 1865.43, "word": " okay", "probability": 0.1806640625}, {"start": 1865.43, "end": 1866.23, "word": " and", "probability": 0.65673828125}, {"start": 1866.23, "end": 1866.55, "word": " then", "probability": 0.826171875}, {"start": 1866.55, "end": 1866.77, "word": " you", "probability": 0.92431640625}, {"start": 1866.77, "end": 1866.91, "word": " go", "probability": 0.9384765625}, {"start": 1866.91, "end": 1867.01, "word": " to", "probability": 0.958984375}, {"start": 1867.01, "end": 1867.09, "word": " your", "probability": 0.7177734375}, {"start": 1867.09, "end": 1867.49, "word": " adapter", "probability": 0.7294921875}, {"start": 1867.49, "end": 1868.87, "word": " and", "probability": 0.900390625}, {"start": 1868.87, "end": 1869.03, "word": " you", "probability": 0.71337890625}, {"start": 1869.03, "end": 1869.21, "word": " say", "probability": 0.469482421875}, {"start": 1869.21, "end": 1869.53, "word": " what", "probability": 0.365478515625}, {"start": 1869.53, "end": 1870.13, "word": " notify", "probability": 0.85498046875}, {"start": 1870.13, "end": 1871.55, "word": " data", "probability": 0.450439453125}, {"start": 1871.55, "end": 1871.95, "word": " set", "probability": 0.96728515625}, {"start": 1871.95, "end": 1872.59, "word": " changed", "probability": 0.837890625}, {"start": 1872.59, "end": 1873.53, "word": " notice", "probability": 0.6962890625}, {"start": 1873.53, "end": 1873.81, "word": " here", "probability": 0.78466796875}, {"start": 1873.81, "end": 1874.03, "word": " when", "probability": 0.80126953125}, {"start": 1874.03, "end": 1874.21, "word": " I", "probability": 0.5703125}, {"start": 1874.21, "end": 1874.35, "word": " clicked", "probability": 0.1829833984375}, {"start": 1874.35, "end": 1874.45, "word": " on", "probability": 0.308349609375}, {"start": 1874.45, "end": 1874.65, "word": " it", "probability": 0.830078125}, {"start": 1874.65, "end": 1874.69, "word": " it", "probability": 0.476318359375}, {"start": 1874.69, "end": 1874.97, "word": " wrote", "probability": 0.7021484375}, {"start": 1874.97, "end": 1875.31, "word": " what", "probability": 0.456787109375}, {"start": 1875.31, "end": 1876.17, "word": " adapter", "probability": 0.7333984375}, {"start": 1876.17, "end": 1876.45, "word": " but", "probability": 0.765625}, {"start": 1876.45, "end": 1876.71, "word": " here", "probability": 0.5205078125}, {"start": 1876.71, "end": 1876.89, "word": " I", "probability": 0.8798828125}, {"start": 1876.89, "end": 1876.91, "word": " was", "probability": 0.8310546875}, {"start": 1876.91, "end": 1877.19, "word": " working", "probability": 0.7880859375}, {"start": 1877.19, "end": 1877.33, "word": " in", "probability": 0.6376953125}, {"start": 1877.33, "end": 1877.41, "word": " the", "probability": 0.79345703125}, {"start": 1877.41, "end": 1877.73, "word": " adapter", "probability": 0.8583984375}, {"start": 1877.73, "end": 1877.91, "word": " and", "probability": 0.3896484375}, {"start": 1877.91, "end": 1877.95, "word": " I", "probability": 0.67822265625}, {"start": 1877.95, "end": 1877.99, "word": " did", "probability": 0.470947265625}, {"start": 1877.99, "end": 1877.99, "word": " not", "probability": 0.93310546875}, {"start": 1877.99, "end": 1878.27, "word": " put", "probability": 0.5400390625}, {"start": 1878.27, "end": 1878.39, "word": " it", "probability": 0.376953125}, {"start": 1878.39, "end": 1878.77, "word": " here", "probability": 0.377197265625}, {"start": 1878.77, "end": 1879.55, "word": " okay", "probability": 0.529296875}, {"start": 1879.55, "end": 1879.81, "word": " this", "probability": 0.1795654296875}, {"start": 1879.81, "end": 1879.85, "word": " is", "probability": 0.61328125}, {"start": 1879.85, "end": 1880.07, "word": " what", "probability": 0.22705078125}, {"start": 1880.07, "end": 1880.21, "word": " will", "probability": 0.5927734375}, {"start": 1880.21, "end": 1880.37, "word": " add", "probability": 0.8994140625}, {"start": 1880.37, "end": 1880.51, "word": " the", "probability": 0.74072265625}, {"start": 1880.51, "end": 1880.77, "word": " element", "probability": 0.7099609375}, {"start": 1880.77, "end": 1881.69, "word": " again", "probability": 0.39599609375}], "temperature": 1.0}, {"id": 74, "seek": 191213, "start": 1883.67, "end": 1912.13, "text": " Last point to end the topic of ListView ListView also allows you to add headers and footers to the list What are headers and footers? ListView allows you to add an element here that is different from another element For example, a title What is this element? It moves when you scroll", "tokens": [5264, 935, 281, 917, 264, 4829, 295, 17668, 30203, 17668, 30203, 611, 4045, 291, 281, 909, 45101, 293, 2671, 433, 281, 264, 1329, 708, 366, 45101, 293, 2671, 433, 30, 17668, 30203, 4045, 291, 281, 909, 364, 4478, 510, 300, 307, 819, 490, 1071, 4478, 1171, 1365, 11, 257, 4876, 708, 307, 341, 4478, 30, 467, 6067, 562, 291, 11369], "avg_logprob": -0.5461065495600466, "compression_ratio": 1.7212121212121212, "no_speech_prob": 0.0, "words": [{"start": 1883.67, "end": 1884.27, "word": " Last", "probability": 0.27734375}, {"start": 1884.27, "end": 1884.57, "word": " point", "probability": 0.75439453125}, {"start": 1884.57, "end": 1884.79, "word": " to", "probability": 0.433837890625}, {"start": 1884.79, "end": 1885.07, "word": " end", "probability": 0.287353515625}, {"start": 1885.07, "end": 1885.21, "word": " the", "probability": 0.427490234375}, {"start": 1885.21, "end": 1885.43, "word": " topic", "probability": 0.282958984375}, {"start": 1885.43, "end": 1886.41, "word": " of", "probability": 0.76220703125}, {"start": 1886.41, "end": 1886.97, "word": " ListView", "probability": 0.527099609375}, {"start": 1886.97, "end": 1888.45, "word": " ListView", "probability": 0.6580810546875}, {"start": 1888.45, "end": 1888.79, "word": " also", "probability": 0.329833984375}, {"start": 1888.79, "end": 1889.15, "word": " allows", "probability": 0.73095703125}, {"start": 1889.15, "end": 1889.63, "word": " you", "probability": 0.8681640625}, {"start": 1889.63, "end": 1889.67, "word": " to", "probability": 0.95556640625}, {"start": 1889.67, "end": 1890.07, "word": " add", "probability": 0.91064453125}, {"start": 1890.07, "end": 1890.87, "word": " headers", "probability": 0.603515625}, {"start": 1890.87, "end": 1891.01, "word": " and", "probability": 0.87255859375}, {"start": 1891.01, "end": 1891.41, "word": " footers", "probability": 0.94970703125}, {"start": 1891.41, "end": 1892.75, "word": " to", "probability": 0.76171875}, {"start": 1892.75, "end": 1892.75, "word": " the", "probability": 0.67724609375}, {"start": 1892.75, "end": 1892.75, "word": " list", "probability": 0.8466796875}, {"start": 1892.75, "end": 1892.95, "word": " What", "probability": 0.3955078125}, {"start": 1892.95, "end": 1893.07, "word": " are", "probability": 0.353515625}, {"start": 1893.07, "end": 1893.29, "word": " headers", "probability": 0.81689453125}, {"start": 1893.29, "end": 1893.51, "word": " and", "probability": 0.93896484375}, {"start": 1893.51, "end": 1893.89, "word": " footers?", "probability": 0.9609375}, {"start": 1894.99, "end": 1895.63, "word": " ListView", "probability": 0.55615234375}, {"start": 1895.63, "end": 1895.87, "word": " allows", "probability": 0.1842041015625}, {"start": 1895.87, "end": 1896.03, "word": " you", "probability": 0.8896484375}, {"start": 1896.03, "end": 1896.03, "word": " to", "probability": 0.95654296875}, {"start": 1896.03, "end": 1896.27, "word": " add", "probability": 0.90380859375}, {"start": 1896.27, "end": 1896.61, "word": " an", "probability": 0.224609375}, {"start": 1896.61, "end": 1896.79, "word": " element", "probability": 0.90576171875}, {"start": 1896.79, "end": 1898.11, "word": " here", "probability": 0.4677734375}, {"start": 1898.11, "end": 1900.05, "word": " that", "probability": 0.1466064453125}, {"start": 1900.05, "end": 1900.35, "word": " is", "probability": 0.59130859375}, {"start": 1900.35, "end": 1900.65, "word": " different", "probability": 0.7529296875}, {"start": 1900.65, "end": 1900.87, "word": " from", "probability": 0.7958984375}, {"start": 1900.87, "end": 1901.15, "word": " another", "probability": 0.336181640625}, {"start": 1901.15, "end": 1902.07, "word": " element", "probability": 0.7412109375}, {"start": 1902.07, "end": 1902.75, "word": " For", "probability": 0.193603515625}, {"start": 1902.75, "end": 1904.21, "word": " example,", "probability": 0.94580078125}, {"start": 1904.37, "end": 1904.41, "word": " a", "probability": 0.430908203125}, {"start": 1904.41, "end": 1904.71, "word": " title", "probability": 0.8046875}, {"start": 1904.71, "end": 1907.55, "word": " What", "probability": 0.30810546875}, {"start": 1907.55, "end": 1908.81, "word": " is", "probability": 0.72412109375}, {"start": 1908.81, "end": 1909.23, "word": " this", "probability": 0.46728515625}, {"start": 1909.23, "end": 1909.39, "word": " element?", "probability": 0.96923828125}, {"start": 1909.59, "end": 1909.69, "word": " It", "probability": 0.42041015625}, {"start": 1909.69, "end": 1910.05, "word": " moves", "probability": 0.77734375}, {"start": 1910.05, "end": 1911.37, "word": " when", "probability": 0.76953125}, {"start": 1911.37, "end": 1911.57, "word": " you", "probability": 0.908203125}, {"start": 1911.57, "end": 1912.13, "word": " scroll", "probability": 0.88818359375}], "temperature": 1.0}, {"id": 75, "seek": 194113, "start": 1913.93, "end": 1941.13, "text": " No, it will go up. It will not stay fixed. If you want something fixed, what do you do? In the layout, you put something fixed here and under it, you put the list view. This is if you want something fixed. But the header is not fixed. The header is a different element that is present in the beginning. When you scroll, it will disappear. How? Yes, because it is in the list view itself. For example,", "tokens": [883, 11, 309, 486, 352, 493, 13, 467, 486, 406, 1754, 6806, 13, 759, 291, 528, 746, 6806, 11, 437, 360, 291, 360, 30, 682, 264, 13333, 11, 291, 829, 746, 6806, 510, 293, 833, 309, 11, 291, 829, 264, 1329, 1910, 13, 639, 307, 498, 291, 528, 746, 6806, 13, 583, 264, 23117, 307, 406, 6806, 13, 440, 23117, 307, 257, 819, 4478, 300, 307, 1974, 294, 264, 2863, 13, 1133, 291, 11369, 11, 309, 486, 11596, 13, 1012, 30, 1079, 11, 570, 309, 307, 294, 264, 1329, 1910, 2564, 13, 1171, 1365, 11], "avg_logprob": -0.37304687934617203, "compression_ratio": 1.8063063063063063, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1913.93, "end": 1914.29, "word": " No,", "probability": 0.59423828125}, {"start": 1914.31, "end": 1914.43, "word": " it", "probability": 0.830078125}, {"start": 1914.43, "end": 1914.51, "word": " will", "probability": 0.73291015625}, {"start": 1914.51, "end": 1914.67, "word": " go", "probability": 0.2186279296875}, {"start": 1914.67, "end": 1914.99, "word": " up.", "probability": 0.833984375}, {"start": 1915.23, "end": 1915.47, "word": " It", "probability": 0.77685546875}, {"start": 1915.47, "end": 1915.51, "word": " will", "probability": 0.57666015625}, {"start": 1915.51, "end": 1915.53, "word": " not", "probability": 0.5693359375}, {"start": 1915.53, "end": 1915.67, "word": " stay", "probability": 0.60107421875}, {"start": 1915.67, "end": 1916.03, "word": " fixed.", "probability": 0.2169189453125}, {"start": 1916.17, "end": 1916.27, "word": " If", "probability": 0.8896484375}, {"start": 1916.27, "end": 1916.41, "word": " you", "probability": 0.96337890625}, {"start": 1916.41, "end": 1916.53, "word": " want", "probability": 0.73291015625}, {"start": 1916.53, "end": 1916.85, "word": " something", "probability": 0.6337890625}, {"start": 1916.85, "end": 1917.23, "word": " fixed,", "probability": 0.6826171875}, {"start": 1917.33, "end": 1917.43, "word": " what", "probability": 0.73974609375}, {"start": 1917.43, "end": 1917.55, "word": " do", "probability": 0.73828125}, {"start": 1917.55, "end": 1917.63, "word": " you", "probability": 0.96875}, {"start": 1917.63, "end": 1917.79, "word": " do?", "probability": 0.95263671875}, {"start": 1918.13, "end": 1918.25, "word": " In", "probability": 0.6962890625}, {"start": 1918.25, "end": 1918.31, "word": " the", "probability": 0.64208984375}, {"start": 1918.31, "end": 1918.55, "word": " layout,", "probability": 0.93115234375}, {"start": 1918.81, "end": 1919.03, "word": " you", "probability": 0.51123046875}, {"start": 1919.03, "end": 1920.29, "word": " put", "probability": 0.443359375}, {"start": 1920.29, "end": 1920.69, "word": " something", "probability": 0.5751953125}, {"start": 1920.69, "end": 1921.05, "word": " fixed", "probability": 0.697265625}, {"start": 1921.05, "end": 1921.37, "word": " here", "probability": 0.677734375}, {"start": 1921.37, "end": 1922.19, "word": " and", "probability": 0.476806640625}, {"start": 1922.19, "end": 1922.39, "word": " under", "probability": 0.357666015625}, {"start": 1922.39, "end": 1923.11, "word": " it,", "probability": 0.72509765625}, {"start": 1923.19, "end": 1923.27, "word": " you", "probability": 0.90673828125}, {"start": 1923.27, "end": 1923.47, "word": " put", "probability": 0.83349609375}, {"start": 1923.47, "end": 1923.57, "word": " the", "probability": 0.59033203125}, {"start": 1923.57, "end": 1923.77, "word": " list", "probability": 0.68408203125}, {"start": 1923.77, "end": 1924.03, "word": " view.", "probability": 0.7490234375}, {"start": 1924.63, "end": 1924.89, "word": " This", "probability": 0.35302734375}, {"start": 1924.89, "end": 1924.93, "word": " is", "probability": 0.80126953125}, {"start": 1924.93, "end": 1925.01, "word": " if", "probability": 0.82275390625}, {"start": 1925.01, "end": 1925.11, "word": " you", "probability": 0.966796875}, {"start": 1925.11, "end": 1925.21, "word": " want", "probability": 0.83154296875}, {"start": 1925.21, "end": 1925.47, "word": " something", "probability": 0.7763671875}, {"start": 1925.47, "end": 1925.79, "word": " fixed.", "probability": 0.89892578125}, {"start": 1926.27, "end": 1926.47, "word": " But", "probability": 0.853515625}, {"start": 1926.47, "end": 1926.63, "word": " the", "probability": 0.583984375}, {"start": 1926.63, "end": 1926.91, "word": " header", "probability": 0.94970703125}, {"start": 1926.91, "end": 1927.55, "word": " is", "probability": 0.8583984375}, {"start": 1927.55, "end": 1927.69, "word": " not", "probability": 0.9443359375}, {"start": 1927.69, "end": 1928.09, "word": " fixed.", "probability": 0.8916015625}, {"start": 1928.55, "end": 1928.71, "word": " The", "probability": 0.8212890625}, {"start": 1928.71, "end": 1928.91, "word": " header", "probability": 0.888671875}, {"start": 1928.91, "end": 1929.05, "word": " is", "probability": 0.78564453125}, {"start": 1929.05, "end": 1929.11, "word": " a", "probability": 0.73779296875}, {"start": 1929.11, "end": 1929.61, "word": " different", "probability": 0.80712890625}, {"start": 1929.61, "end": 1929.75, "word": " element", "probability": 0.92431640625}, {"start": 1929.75, "end": 1930.01, "word": " that", "probability": 0.310302734375}, {"start": 1930.01, "end": 1930.07, "word": " is", "probability": 0.61865234375}, {"start": 1930.07, "end": 1930.29, "word": " present", "probability": 0.5751953125}, {"start": 1930.29, "end": 1930.39, "word": " in", "probability": 0.5556640625}, {"start": 1930.39, "end": 1930.49, "word": " the", "probability": 0.92236328125}, {"start": 1930.49, "end": 1930.79, "word": " beginning.", "probability": 0.7783203125}, {"start": 1931.17, "end": 1931.47, "word": " When", "probability": 0.84814453125}, {"start": 1931.47, "end": 1931.61, "word": " you", "probability": 0.9482421875}, {"start": 1931.61, "end": 1932.03, "word": " scroll,", "probability": 0.927734375}, {"start": 1932.17, "end": 1932.29, "word": " it", "probability": 0.9287109375}, {"start": 1932.29, "end": 1932.37, "word": " will", "probability": 0.60302734375}, {"start": 1932.37, "end": 1932.67, "word": " disappear.", "probability": 0.7138671875}, {"start": 1933.91, "end": 1934.31, "word": " How?", "probability": 0.224853515625}, {"start": 1935.07, "end": 1935.23, "word": " Yes,", "probability": 0.56787109375}, {"start": 1935.27, "end": 1935.37, "word": " because", "probability": 0.5703125}, {"start": 1935.37, "end": 1935.51, "word": " it", "probability": 0.90234375}, {"start": 1935.51, "end": 1935.67, "word": " is", "probability": 0.7587890625}, {"start": 1935.67, "end": 1935.85, "word": " in", "probability": 0.779296875}, {"start": 1935.85, "end": 1935.95, "word": " the", "probability": 0.91552734375}, {"start": 1935.95, "end": 1936.13, "word": " list", "probability": 0.88525390625}, {"start": 1936.13, "end": 1936.45, "word": " view", "probability": 0.87353515625}, {"start": 1936.45, "end": 1937.33, "word": " itself.", "probability": 0.62353515625}, {"start": 1940.43, "end": 1940.83, "word": " For", "probability": 0.6669921875}, {"start": 1940.83, "end": 1941.13, "word": " example,", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 76, "seek": 196865, "start": 1943.81, "end": 1968.65, "text": "Let's see and do it quickly. To create a header, you need to go to the list view, and there is a method called set addheader. This method is called addheaderview and addfooterview. What does addheaderview take? It takes an object of type view.", "tokens": [8373, 311, 536, 293, 360, 309, 2661, 13, 1407, 1884, 257, 23117, 11, 291, 643, 281, 352, 281, 264, 1329, 1910, 11, 293, 456, 307, 257, 3170, 1219, 992, 909, 1934, 260, 13, 639, 3170, 307, 1219, 909, 1934, 1978, 1093, 293, 909, 13498, 1978, 1093, 13, 708, 775, 909, 1934, 1978, 1093, 747, 30, 467, 2516, 364, 2657, 295, 2010, 1910, 13], "avg_logprob": -0.4885254045948386, "compression_ratio": 1.5477707006369428, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1943.81, "end": 1944.05, "word": "Let's", "probability": 0.5732421875}, {"start": 1944.05, "end": 1944.53, "word": " see", "probability": 0.4208984375}, {"start": 1944.53, "end": 1944.77, "word": " and", "probability": 0.1741943359375}, {"start": 1944.77, "end": 1944.95, "word": " do", "probability": 0.37451171875}, {"start": 1944.95, "end": 1945.13, "word": " it", "probability": 0.90625}, {"start": 1945.13, "end": 1945.45, "word": " quickly.", "probability": 0.58740234375}, {"start": 1946.07, "end": 1946.59, "word": " To", "probability": 0.6142578125}, {"start": 1946.59, "end": 1946.85, "word": " create", "probability": 0.350341796875}, {"start": 1946.85, "end": 1946.97, "word": " a", "probability": 0.5068359375}, {"start": 1946.97, "end": 1947.13, "word": " header,", "probability": 0.939453125}, {"start": 1947.27, "end": 1947.29, "word": " you", "probability": 0.4267578125}, {"start": 1947.29, "end": 1947.55, "word": " need", "probability": 0.392578125}, {"start": 1947.55, "end": 1947.55, "word": " to", "probability": 0.94140625}, {"start": 1947.55, "end": 1947.67, "word": " go", "probability": 0.84130859375}, {"start": 1947.67, "end": 1947.77, "word": " to", "probability": 0.9423828125}, {"start": 1947.77, "end": 1947.85, "word": " the", "probability": 0.55126953125}, {"start": 1947.85, "end": 1948.05, "word": " list", "probability": 0.452392578125}, {"start": 1948.05, "end": 1948.35, "word": " view,", "probability": 0.58984375}, {"start": 1949.45, "end": 1949.63, "word": " and", "probability": 0.5712890625}, {"start": 1949.63, "end": 1949.79, "word": " there", "probability": 0.71484375}, {"start": 1949.79, "end": 1949.79, "word": " is", "probability": 0.6806640625}, {"start": 1949.79, "end": 1949.87, "word": " a", "probability": 0.91064453125}, {"start": 1949.87, "end": 1950.09, "word": " method", "probability": 0.94140625}, {"start": 1950.09, "end": 1950.45, "word": " called", "probability": 0.7275390625}, {"start": 1950.45, "end": 1951.13, "word": " set", "probability": 0.68017578125}, {"start": 1951.13, "end": 1955.79, "word": " addheader.", "probability": 0.5591634114583334}, {"start": 1958.07, "end": 1958.59, "word": " This", "probability": 0.28173828125}, {"start": 1958.59, "end": 1958.93, "word": " method", "probability": 0.215576171875}, {"start": 1958.93, "end": 1959.19, "word": " is", "probability": 0.67919921875}, {"start": 1959.19, "end": 1959.39, "word": " called", "probability": 0.85009765625}, {"start": 1959.39, "end": 1960.49, "word": " addheaderview", "probability": 0.7618408203125}, {"start": 1960.49, "end": 1960.75, "word": " and", "probability": 0.71240234375}, {"start": 1960.75, "end": 1963.53, "word": " addfooterview.", "probability": 0.6927490234375}, {"start": 1964.81, "end": 1965.33, "word": " What", "probability": 0.341552734375}, {"start": 1965.33, "end": 1965.33, "word": " does", "probability": 0.7880859375}, {"start": 1965.33, "end": 1966.11, "word": " addheaderview", "probability": 0.89013671875}, {"start": 1966.11, "end": 1966.69, "word": " take?", "probability": 0.611328125}, {"start": 1967.05, "end": 1967.57, "word": " It", "probability": 0.8203125}, {"start": 1967.57, "end": 1967.77, "word": " takes", "probability": 0.79833984375}, {"start": 1967.77, "end": 1967.91, "word": " an", "probability": 0.7470703125}, {"start": 1967.91, "end": 1968.09, "word": " object", "probability": 0.9560546875}, {"start": 1968.09, "end": 1968.21, "word": " of", "probability": 0.66552734375}, {"start": 1968.21, "end": 1968.39, "word": " type", "probability": 0.281005859375}, {"start": 1968.39, "end": 1968.65, "word": " view.", "probability": 0.6787109375}], "temperature": 1.0}, {"id": 77, "seek": 199746, "start": 1969.7, "end": 1997.46, "text": " We want to make it a view. It needs a view. We want to make it a view. You see, the first thing you need to do is to design the header that you want. You need to go to the layout and make the header that you want. For example, let's name it ListViewHeader. For example, let's make something simple. Put something in TextView.", "tokens": [492, 528, 281, 652, 309, 257, 1910, 13, 467, 2203, 257, 1910, 13, 492, 528, 281, 652, 309, 257, 1910, 13, 509, 536, 11, 264, 700, 551, 291, 643, 281, 360, 307, 281, 1715, 264, 23117, 300, 291, 528, 13, 509, 643, 281, 352, 281, 264, 13333, 293, 652, 264, 23117, 300, 291, 528, 13, 1171, 1365, 11, 718, 311, 1315, 309, 17668, 30203, 39, 2056, 260, 13, 1171, 1365, 11, 718, 311, 652, 746, 2199, 13, 4935, 746, 294, 18643, 30203, 13], "avg_logprob": -0.48846725268023355, "compression_ratio": 1.9289940828402368, "no_speech_prob": 0.0, "words": [{"start": 1969.7, "end": 1969.92, "word": " We", "probability": 0.36572265625}, {"start": 1969.92, "end": 1970.04, "word": " want", "probability": 0.2093505859375}, {"start": 1970.04, "end": 1970.06, "word": " to", "probability": 0.88916015625}, {"start": 1970.06, "end": 1970.16, "word": " make", "probability": 0.3623046875}, {"start": 1970.16, "end": 1970.34, "word": " it", "probability": 0.78759765625}, {"start": 1970.34, "end": 1970.36, "word": " a", "probability": 0.20166015625}, {"start": 1970.36, "end": 1970.54, "word": " view.", "probability": 0.7822265625}, {"start": 1971.02, "end": 1971.28, "word": " It", "probability": 0.2327880859375}, {"start": 1971.28, "end": 1971.36, "word": " needs", "probability": 0.462158203125}, {"start": 1971.36, "end": 1971.5, "word": " a", "probability": 0.85693359375}, {"start": 1971.5, "end": 1971.6, "word": " view.", "probability": 0.86669921875}, {"start": 1971.68, "end": 1971.72, "word": " We", "probability": 0.5546875}, {"start": 1971.72, "end": 1971.94, "word": " want", "probability": 0.5712890625}, {"start": 1971.94, "end": 1972.04, "word": " to", "probability": 0.91015625}, {"start": 1972.04, "end": 1972.22, "word": " make", "probability": 0.880859375}, {"start": 1972.22, "end": 1972.34, "word": " it", "probability": 0.89697265625}, {"start": 1972.34, "end": 1972.36, "word": " a", "probability": 0.90380859375}, {"start": 1972.36, "end": 1972.56, "word": " view.", "probability": 0.87744140625}, {"start": 1973.46, "end": 1973.86, "word": " You", "probability": 0.226806640625}, {"start": 1973.86, "end": 1973.9, "word": " see,", "probability": 0.2325439453125}, {"start": 1974.24, "end": 1974.64, "word": " the", "probability": 0.3125}, {"start": 1974.64, "end": 1974.8, "word": " first", "probability": 0.8740234375}, {"start": 1974.8, "end": 1975.06, "word": " thing", "probability": 0.84326171875}, {"start": 1975.06, "end": 1975.12, "word": " you", "probability": 0.646484375}, {"start": 1975.12, "end": 1975.2, "word": " need", "probability": 0.255859375}, {"start": 1975.2, "end": 1975.32, "word": " to", "probability": 0.8212890625}, {"start": 1975.32, "end": 1975.42, "word": " do", "probability": 0.61572265625}, {"start": 1975.42, "end": 1975.42, "word": " is", "probability": 0.8837890625}, {"start": 1975.42, "end": 1975.42, "word": " to", "probability": 0.41845703125}, {"start": 1975.42, "end": 1975.56, "word": " design", "probability": 0.8203125}, {"start": 1975.56, "end": 1975.78, "word": " the", "probability": 0.6748046875}, {"start": 1975.78, "end": 1975.98, "word": " header", "probability": 0.92529296875}, {"start": 1975.98, "end": 1976.1, "word": " that", "probability": 0.296142578125}, {"start": 1976.1, "end": 1976.12, "word": " you", "probability": 0.8818359375}, {"start": 1976.12, "end": 1976.3, "word": " want.", "probability": 0.7587890625}, {"start": 1977.36, "end": 1977.76, "word": " You", "probability": 0.474853515625}, {"start": 1977.76, "end": 1978.04, "word": " need", "probability": 0.28369140625}, {"start": 1978.04, "end": 1978.06, "word": " to", "probability": 0.966796875}, {"start": 1978.06, "end": 1978.22, "word": " go", "probability": 0.83837890625}, {"start": 1978.22, "end": 1978.34, "word": " to", "probability": 0.9296875}, {"start": 1978.34, "end": 1978.4, "word": " the", "probability": 0.5185546875}, {"start": 1978.4, "end": 1978.74, "word": " layout", "probability": 0.828125}, {"start": 1978.74, "end": 1980.52, "word": " and", "probability": 0.406005859375}, {"start": 1980.52, "end": 1980.92, "word": " make", "probability": 0.32568359375}, {"start": 1980.92, "end": 1982.26, "word": " the", "probability": 0.86181640625}, {"start": 1982.26, "end": 1982.52, "word": " header", "probability": 0.8525390625}, {"start": 1982.52, "end": 1982.72, "word": " that", "probability": 0.79931640625}, {"start": 1982.72, "end": 1983.0, "word": " you", "probability": 0.9658203125}, {"start": 1983.0, "end": 1983.36, "word": " want.", "probability": 0.783203125}, {"start": 1983.58, "end": 1983.84, "word": " For", "probability": 0.5166015625}, {"start": 1983.84, "end": 1983.96, "word": " example,", "probability": 0.91796875}, {"start": 1984.02, "end": 1984.18, "word": " let's", "probability": 0.661376953125}, {"start": 1984.18, "end": 1984.4, "word": " name", "probability": 0.36767578125}, {"start": 1984.4, "end": 1984.78, "word": " it", "probability": 0.65625}, {"start": 1984.78, "end": 1986.34, "word": " ListViewHeader.", "probability": 0.77216796875}, {"start": 1993.48, "end": 1993.88, "word": " For", "probability": 0.6689453125}, {"start": 1993.88, "end": 1993.98, "word": " example,", "probability": 0.9482421875}, {"start": 1994.14, "end": 1994.44, "word": " let's", "probability": 0.960693359375}, {"start": 1994.44, "end": 1994.56, "word": " make", "probability": 0.6044921875}, {"start": 1994.56, "end": 1994.82, "word": " something", "probability": 0.45263671875}, {"start": 1994.82, "end": 1995.26, "word": " simple.", "probability": 0.892578125}, {"start": 1995.5, "end": 1995.7, "word": " Put", "probability": 0.234130859375}, {"start": 1995.7, "end": 1996.0, "word": " something", "probability": 0.37255859375}, {"start": 1996.0, "end": 1996.18, "word": " in", "probability": 0.84765625}, {"start": 1996.18, "end": 1997.46, "word": " TextView.", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 78, "seek": 203381, "start": 2011.33, "end": 2033.81, "text": " List of persons, text size 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp, text color 24sp,", "tokens": [17668, 295, 14453, 11, 2487, 2744, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11, 2487, 2017, 4022, 4952, 11], "avg_logprob": -0.07833333121405707, "compression_ratio": 14.415094339622641, "no_speech_prob": 0.0, "words": [{"start": 2011.33, "end": 2011.83, "word": " List", "probability": 0.43896484375}, {"start": 2011.83, "end": 2012.33, "word": " of", "probability": 0.94482421875}, {"start": 2012.33, "end": 2013.23, "word": " persons,", "probability": 0.83544921875}, {"start": 2014.35, "end": 2015.85, "word": " text", "probability": 0.81103515625}, {"start": 2015.85, "end": 2016.41, "word": " size", "probability": 0.76123046875}, {"start": 2016.41, "end": 2018.35, "word": " 24sp,", "probability": 0.691162109375}, {"start": 2018.67, "end": 2019.45, "word": " text", "probability": 0.92041015625}, {"start": 2019.45, "end": 2019.87, "word": " color", "probability": 0.8515625}, {"start": 2019.87, "end": 2020.27, "word": " 24sp,", "probability": 0.482086181640625}, {"start": 2020.27, "end": 2020.27, "word": " text", "probability": 0.6474609375}, {"start": 2020.27, "end": 2020.27, "word": " color", "probability": 0.87646484375}, {"start": 2020.27, "end": 2020.27, "word": " 24sp,", "probability": 0.900634765625}, {"start": 2020.27, "end": 2020.27, "word": " text", "probability": 0.88037109375}, {"start": 2020.27, "end": 2020.27, "word": " color", "probability": 0.8779296875}, {"start": 2020.27, "end": 2020.85, "word": " 24sp,", "probability": 0.923828125}, {"start": 2020.85, "end": 2022.53, "word": " text", "probability": 0.8447265625}, {"start": 2022.53, "end": 2024.85, "word": " color", "probability": 0.82568359375}, {"start": 2024.85, "end": 2024.85, "word": " 24sp,", "probability": 0.931884765625}, {"start": 2026.81, "end": 2026.81, "word": " text", "probability": 0.84912109375}, {"start": 2026.81, "end": 2027.13, "word": " color", "probability": 0.77392578125}, {"start": 2027.13, "end": 2027.13, "word": " 24sp,", "probability": 0.920166015625}, {"start": 2027.31, "end": 2027.31, "word": " text", "probability": 0.88330078125}, {"start": 2027.31, "end": 2027.31, "word": " color", "probability": 0.77734375}, {"start": 2027.31, "end": 2027.31, "word": " 24sp,", "probability": 0.9111328125}, {"start": 2027.59, "end": 2027.69, "word": " text", "probability": 0.91455078125}, {"start": 2027.69, "end": 2028.19, "word": " color", "probability": 0.8330078125}, {"start": 2028.19, "end": 2028.19, "word": " 24sp,", "probability": 0.916015625}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.93603515625}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.88134765625}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.925048828125}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.94873046875}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.90576171875}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.93408203125}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.95556640625}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.91552734375}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.94189453125}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.96044921875}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.919921875}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.94970703125}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.96337890625}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92041015625}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.95556640625}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.9658203125}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92138671875}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.9599609375}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.96826171875}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92236328125}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.963623046875}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.96923828125}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92333984375}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.967041015625}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.97119140625}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.9228515625}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.9697265625}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.97216796875}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92236328125}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.97216796875}, {"start": 2028.41, "end": 2028.41, "word": " text", "probability": 0.97265625}, {"start": 2028.41, "end": 2028.41, "word": " color", "probability": 0.92236328125}, {"start": 2028.41, "end": 2028.41, "word": " 24sp,", "probability": 0.974609375}, {"start": 2028.45, "end": 2028.45, "word": " text", "probability": 0.9736328125}, {"start": 2028.45, "end": 2028.45, "word": " color", "probability": 0.9228515625}, {"start": 2028.45, "end": 2028.45, "word": " 24sp,", "probability": 0.97607421875}, {"start": 2029.43, "end": 2029.57, "word": " text", "probability": 0.974609375}, {"start": 2029.57, "end": 2029.57, "word": " color", "probability": 0.92236328125}, {"start": 2029.57, "end": 2029.91, "word": " 24sp,", "probability": 0.97705078125}, {"start": 2030.23, "end": 2030.25, "word": " text", "probability": 0.97509765625}, {"start": 2030.25, "end": 2030.29, "word": " color", "probability": 0.921875}, {"start": 2030.29, "end": 2030.63, "word": " 24sp,", "probability": 0.97802734375}, {"start": 2031.17, "end": 2031.17, "word": " text", "probability": 0.97607421875}, {"start": 2031.17, "end": 2031.17, "word": " color", "probability": 0.92236328125}, {"start": 2031.17, "end": 2031.25, "word": " 24sp,", "probability": 0.978759765625}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.9765625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.921875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.979736328125}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.9765625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92333984375}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.980224609375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.9775390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.9228515625}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.98046875}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.9775390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.9228515625}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.980712890625}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97802734375}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.9228515625}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.981201171875}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.978515625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.921875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.981689453125}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.978515625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92236328125}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.981689453125}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.978515625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.921875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.98193359375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.978515625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92333984375}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.981689453125}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92236328125}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.98193359375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.9228515625}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.98193359375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.9794921875}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.921875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982421875}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92236328125}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982177734375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92236328125}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982421875}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92138671875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982421875}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.921875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982177734375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.92138671875}, {"start": 2031.25, "end": 2031.25, "word": " 24sp,", "probability": 0.982177734375}, {"start": 2031.25, "end": 2031.25, "word": " text", "probability": 0.97900390625}, {"start": 2031.25, "end": 2031.25, "word": " color", "probability": 0.9208984375}, {"start": 2031.25, "end": 2031.27, "word": " 24sp,", "probability": 0.982177734375}, {"start": 2031.27, "end": 2031.27, "word": " text", "probability": 0.97900390625}, {"start": 2031.27, "end": 2031.27, "word": " color", "probability": 0.92138671875}, {"start": 2031.27, "end": 2031.63, "word": " 24sp,", "probability": 0.981689453125}, {"start": 2031.63, "end": 2031.79, "word": " text", "probability": 0.97900390625}, {"start": 2031.79, "end": 2031.97, "word": " color", "probability": 0.92138671875}, {"start": 2031.97, "end": 2032.07, "word": " 24sp,", "probability": 0.980712890625}, {"start": 2032.91, "end": 2033.01, "word": " text", "probability": 0.97802734375}, {"start": 2033.01, "end": 2033.61, "word": " color", "probability": 0.92138671875}, {"start": 2033.61, "end": 2033.81, "word": " 24sp,", "probability": 0.981689453125}], "temperature": 1.0}, {"id": 79, "seek": 206291, "start": 2034.53, "end": 2062.91, "text": " We want this to be a header for the ListView. Let's go back to my activity. Because here it needs a view. I designed an XML. Can we convert an XML to a view? Yes, we can. How? You go to the LayoutInflater.from GetApplicationContext.inflate R.layout.xml slash null", "tokens": [492, 528, 341, 281, 312, 257, 23117, 337, 264, 17668, 30203, 13, 961, 311, 352, 646, 281, 452, 5191, 13, 1436, 510, 309, 2203, 257, 1910, 13, 286, 4761, 364, 43484, 13, 1664, 321, 7620, 364, 43484, 281, 257, 1910, 30, 1079, 11, 321, 393, 13, 1012, 30, 509, 352, 281, 264, 20084, 346, 4575, 3423, 771, 13, 20579, 3240, 9132, 1050, 399, 29821, 3828, 13, 259, 3423, 473, 497, 13, 8376, 346, 13, 87, 15480, 17330, 18184], "avg_logprob": -0.4750791214689424, "compression_ratio": 1.3894736842105264, "no_speech_prob": 0.0, "words": [{"start": 2034.53, "end": 2034.73, "word": " We", "probability": 0.2445068359375}, {"start": 2034.73, "end": 2034.91, "word": " want", "probability": 0.62158203125}, {"start": 2034.91, "end": 2035.17, "word": " this", "probability": 0.392822265625}, {"start": 2035.17, "end": 2035.41, "word": " to", "probability": 0.359130859375}, {"start": 2035.41, "end": 2035.95, "word": " be", "probability": 0.517578125}, {"start": 2035.95, "end": 2036.15, "word": " a", "probability": 0.192626953125}, {"start": 2036.15, "end": 2037.65, "word": " header", "probability": 0.88671875}, {"start": 2037.65, "end": 2037.99, "word": " for", "probability": 0.54248046875}, {"start": 2037.99, "end": 2038.27, "word": " the", "probability": 0.496337890625}, {"start": 2038.27, "end": 2038.71, "word": " ListView.", "probability": 0.703369140625}, {"start": 2038.97, "end": 2039.47, "word": " Let's", "probability": 0.53179931640625}, {"start": 2039.47, "end": 2039.67, "word": " go", "probability": 0.5849609375}, {"start": 2039.67, "end": 2039.73, "word": " back", "probability": 0.85693359375}, {"start": 2039.73, "end": 2039.81, "word": " to", "probability": 0.9638671875}, {"start": 2039.81, "end": 2039.89, "word": " my", "probability": 0.51220703125}, {"start": 2039.89, "end": 2040.25, "word": " activity.", "probability": 0.84326171875}, {"start": 2040.83, "end": 2041.23, "word": " Because", "probability": 0.5712890625}, {"start": 2041.23, "end": 2041.43, "word": " here", "probability": 0.463623046875}, {"start": 2041.43, "end": 2041.63, "word": " it", "probability": 0.609375}, {"start": 2041.63, "end": 2041.85, "word": " needs", "probability": 0.405517578125}, {"start": 2041.85, "end": 2041.97, "word": " a", "probability": 0.71044921875}, {"start": 2041.97, "end": 2042.13, "word": " view.", "probability": 0.61865234375}, {"start": 2042.75, "end": 2042.95, "word": " I", "probability": 0.9404296875}, {"start": 2042.95, "end": 2043.23, "word": " designed", "probability": 0.38232421875}, {"start": 2043.23, "end": 2043.41, "word": " an", "probability": 0.409912109375}, {"start": 2043.41, "end": 2043.63, "word": " XML.", "probability": 0.8466796875}, {"start": 2044.03, "end": 2044.53, "word": " Can", "probability": 0.6982421875}, {"start": 2044.53, "end": 2044.69, "word": " we", "probability": 0.873046875}, {"start": 2044.69, "end": 2044.93, "word": " convert", "probability": 0.4208984375}, {"start": 2044.93, "end": 2045.09, "word": " an", "probability": 0.31689453125}, {"start": 2045.09, "end": 2045.29, "word": " XML", "probability": 0.93798828125}, {"start": 2045.29, "end": 2045.59, "word": " to", "probability": 0.662109375}, {"start": 2045.59, "end": 2046.13, "word": " a", "probability": 0.515625}, {"start": 2046.13, "end": 2046.35, "word": " view?", "probability": 0.7080078125}, {"start": 2046.61, "end": 2046.93, "word": " Yes,", "probability": 0.5283203125}, {"start": 2046.99, "end": 2046.99, "word": " we", "probability": 0.796875}, {"start": 2046.99, "end": 2047.13, "word": " can.", "probability": 0.95263671875}, {"start": 2047.21, "end": 2047.57, "word": " How?", "probability": 0.86328125}, {"start": 2047.67, "end": 2048.05, "word": " You", "probability": 0.326171875}, {"start": 2048.05, "end": 2048.21, "word": " go", "probability": 0.74853515625}, {"start": 2048.21, "end": 2048.33, "word": " to", "probability": 0.95947265625}, {"start": 2048.33, "end": 2048.43, "word": " the", "probability": 0.54296875}, {"start": 2048.43, "end": 2049.49, "word": " LayoutInflater", "probability": 0.7306640625}, {"start": 2049.49, "end": 2050.99, "word": ".from", "probability": 0.722412109375}, {"start": 2050.99, "end": 2054.41, "word": " GetApplicationContext", "probability": 0.8464762369791666}, {"start": 2054.41, "end": 2056.63, "word": ".inflate", "probability": 0.761962890625}, {"start": 2056.63, "end": 2057.69, "word": " R", "probability": 0.09967041015625}, {"start": 2057.69, "end": 2058.85, "word": ".layout", "probability": 0.80615234375}, {"start": 2058.85, "end": 2060.67, "word": ".xml", "probability": 0.83935546875}, {"start": 2060.67, "end": 2062.41, "word": " slash", "probability": 0.170166015625}, {"start": 2062.41, "end": 2062.91, "word": " null", "probability": 0.85595703125}], "temperature": 1.0}, {"id": 80, "seek": 208706, "start": 2065.16, "end": 2087.06, "text": " What does this do for you? It converts the header to view. This is the same code that we applied in the adapter. Did you see where we applied it? In the activity itself. To add view and header, it needs view. We create XML and add it to the plate. And when you say to add view and header, we put header view. And we run it.", "tokens": [708, 775, 341, 360, 337, 291, 30, 467, 38874, 264, 23117, 281, 1910, 13, 639, 307, 264, 912, 3089, 300, 321, 6456, 294, 264, 22860, 13, 2589, 291, 536, 689, 321, 6456, 309, 30, 682, 264, 5191, 2564, 13, 1407, 909, 1910, 293, 23117, 11, 309, 2203, 1910, 13, 492, 1884, 43484, 293, 909, 309, 281, 264, 5924, 13, 400, 562, 291, 584, 281, 909, 1910, 293, 23117, 11, 321, 829, 23117, 1910, 13, 400, 321, 1190, 309, 13], "avg_logprob": -0.5445312261581421, "compression_ratio": 1.7052631578947368, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2065.16, "end": 2065.6, "word": " What", "probability": 0.1610107421875}, {"start": 2065.6, "end": 2065.6, "word": " does", "probability": 0.5869140625}, {"start": 2065.6, "end": 2065.92, "word": " this", "probability": 0.5654296875}, {"start": 2065.92, "end": 2066.06, "word": " do", "probability": 0.1903076171875}, {"start": 2066.06, "end": 2066.44, "word": " for", "probability": 0.37548828125}, {"start": 2066.44, "end": 2066.56, "word": " you?", "probability": 0.89794921875}, {"start": 2067.0, "end": 2067.44, "word": " It", "probability": 0.62548828125}, {"start": 2067.44, "end": 2067.76, "word": " converts", "probability": 0.5576171875}, {"start": 2067.76, "end": 2067.92, "word": " the", "probability": 0.3388671875}, {"start": 2067.92, "end": 2068.18, "word": " header", "probability": 0.93310546875}, {"start": 2068.18, "end": 2070.56, "word": " to", "probability": 0.69189453125}, {"start": 2070.56, "end": 2070.74, "word": " view.", "probability": 0.53857421875}, {"start": 2070.92, "end": 2071.16, "word": " This", "probability": 0.62548828125}, {"start": 2071.16, "end": 2071.22, "word": " is", "probability": 0.9091796875}, {"start": 2071.22, "end": 2071.46, "word": " the", "probability": 0.83984375}, {"start": 2071.46, "end": 2071.46, "word": " same", "probability": 0.81591796875}, {"start": 2071.46, "end": 2071.74, "word": " code", "probability": 0.87451171875}, {"start": 2071.74, "end": 2071.84, "word": " that", "probability": 0.4921875}, {"start": 2071.84, "end": 2071.94, "word": " we", "probability": 0.83447265625}, {"start": 2071.94, "end": 2072.16, "word": " applied", "probability": 0.274169921875}, {"start": 2072.16, "end": 2073.16, "word": " in", "probability": 0.462158203125}, {"start": 2073.16, "end": 2073.26, "word": " the", "probability": 0.720703125}, {"start": 2073.26, "end": 2073.64, "word": " adapter.", "probability": 0.634765625}, {"start": 2074.0, "end": 2074.2, "word": " Did", "probability": 0.2012939453125}, {"start": 2074.2, "end": 2074.36, "word": " you", "probability": 0.97119140625}, {"start": 2074.36, "end": 2074.52, "word": " see", "probability": 0.5244140625}, {"start": 2074.52, "end": 2074.8, "word": " where", "probability": 0.71044921875}, {"start": 2074.8, "end": 2074.94, "word": " we", "probability": 0.5849609375}, {"start": 2074.94, "end": 2075.18, "word": " applied", "probability": 0.67626953125}, {"start": 2075.18, "end": 2075.32, "word": " it?", "probability": 0.85205078125}, {"start": 2075.44, "end": 2075.8, "word": " In", "probability": 0.84912109375}, {"start": 2075.8, "end": 2075.88, "word": " the", "probability": 0.8369140625}, {"start": 2075.88, "end": 2076.26, "word": " activity", "probability": 0.859375}, {"start": 2076.26, "end": 2076.68, "word": " itself.", "probability": 0.73681640625}, {"start": 2077.42, "end": 2077.72, "word": " To", "probability": 0.284423828125}, {"start": 2077.72, "end": 2077.96, "word": " add", "probability": 0.90673828125}, {"start": 2077.96, "end": 2078.2, "word": " view", "probability": 0.70263671875}, {"start": 2078.2, "end": 2078.3, "word": " and", "probability": 0.2142333984375}, {"start": 2078.3, "end": 2078.48, "word": " header,", "probability": 0.884765625}, {"start": 2078.56, "end": 2078.56, "word": " it", "probability": 0.5087890625}, {"start": 2078.56, "end": 2078.68, "word": " needs", "probability": 0.60595703125}, {"start": 2078.68, "end": 2078.96, "word": " view.", "probability": 0.50830078125}, {"start": 2079.42, "end": 2079.74, "word": " We", "probability": 0.73291015625}, {"start": 2079.74, "end": 2079.82, "word": " create", "probability": 0.357421875}, {"start": 2079.82, "end": 2080.22, "word": " XML", "probability": 0.56982421875}, {"start": 2080.22, "end": 2081.06, "word": " and", "probability": 0.57373046875}, {"start": 2081.06, "end": 2081.32, "word": " add", "probability": 0.11346435546875}, {"start": 2081.32, "end": 2081.48, "word": " it", "probability": 0.76611328125}, {"start": 2081.48, "end": 2081.48, "word": " to", "probability": 0.8115234375}, {"start": 2081.48, "end": 2081.52, "word": " the", "probability": 0.765625}, {"start": 2081.52, "end": 2081.82, "word": " plate.", "probability": 0.1622314453125}, {"start": 2082.24, "end": 2082.38, "word": " And", "probability": 0.39501953125}, {"start": 2082.38, "end": 2082.58, "word": " when", "probability": 0.238037109375}, {"start": 2082.58, "end": 2082.76, "word": " you", "probability": 0.55224609375}, {"start": 2082.76, "end": 2082.86, "word": " say", "probability": 0.87158203125}, {"start": 2082.86, "end": 2082.98, "word": " to", "probability": 0.466552734375}, {"start": 2082.98, "end": 2083.1, "word": " add", "probability": 0.91796875}, {"start": 2083.1, "end": 2083.34, "word": " view", "probability": 0.87841796875}, {"start": 2083.34, "end": 2083.44, "word": " and", "probability": 0.8349609375}, {"start": 2083.44, "end": 2083.62, "word": " header,", "probability": 0.9501953125}, {"start": 2083.72, "end": 2083.8, "word": " we", "probability": 0.438720703125}, {"start": 2083.8, "end": 2084.04, "word": " put", "probability": 0.26708984375}, {"start": 2084.04, "end": 2084.58, "word": " header", "probability": 0.62109375}, {"start": 2084.58, "end": 2085.62, "word": " view.", "probability": 0.262939453125}, {"start": 2086.38, "end": 2086.54, "word": " And", "probability": 0.65478515625}, {"start": 2086.54, "end": 2086.62, "word": " we", "probability": 0.36328125}, {"start": 2086.62, "end": 2086.84, "word": " run", "probability": 0.55322265625}, {"start": 2086.84, "end": 2087.06, "word": " it.", "probability": 0.56884765625}], "temperature": 1.0}, {"id": 81, "seek": 210485, "start": 2093.39, "end": 2104.85, "text": "We created a list view and assigned it to the design that we wanted, and we added action to it by adding a header and removing elements from it. We did not leave anything related to the list view.", "tokens": [4360, 2942, 257, 1329, 1910, 293, 13279, 309, 281, 264, 1715, 300, 321, 1415, 11, 293, 321, 3869, 3069, 281, 309, 538, 5127, 257, 23117, 293, 12720, 4959, 490, 309, 13, 492, 630, 406, 1856, 1340, 4077, 281, 264, 1329, 1910, 13], "avg_logprob": -0.703851766364519, "compression_ratio": 1.4961832061068703, "no_speech_prob": 0.0, "words": [{"start": 2093.39, "end": 2093.91, "word": "We", "probability": 0.154052734375}, {"start": 2093.91, "end": 2094.27, "word": " created", "probability": 0.38818359375}, {"start": 2094.27, "end": 2094.85, "word": " a", "probability": 0.8369140625}, {"start": 2094.85, "end": 2095.05, "word": " list", "probability": 0.48388671875}, {"start": 2095.05, "end": 2095.39, "word": " view", "probability": 0.6240234375}, {"start": 2095.39, "end": 2096.15, "word": " and", "probability": 0.23779296875}, {"start": 2096.15, "end": 2096.53, "word": " assigned", "probability": 0.13037109375}, {"start": 2096.53, "end": 2096.97, "word": " it", "probability": 0.62841796875}, {"start": 2096.97, "end": 2097.11, "word": " to", "probability": 0.425537109375}, {"start": 2097.11, "end": 2097.19, "word": " the", "probability": 0.53125}, {"start": 2097.19, "end": 2097.49, "word": " design", "probability": 0.5966796875}, {"start": 2097.49, "end": 2097.57, "word": " that", "probability": 0.3291015625}, {"start": 2097.57, "end": 2097.59, "word": " we", "probability": 0.9365234375}, {"start": 2097.59, "end": 2098.01, "word": " wanted,", "probability": 0.59912109375}, {"start": 2098.61, "end": 2098.65, "word": " and", "probability": 0.427978515625}, {"start": 2098.65, "end": 2098.95, "word": " we", "probability": 0.5654296875}, {"start": 2098.95, "end": 2099.09, "word": " added", "probability": 0.343017578125}, {"start": 2099.09, "end": 2099.51, "word": " action", "probability": 0.587890625}, {"start": 2099.51, "end": 2099.73, "word": " to", "probability": 0.3916015625}, {"start": 2099.73, "end": 2099.97, "word": " it", "probability": 0.88916015625}, {"start": 2099.97, "end": 2100.17, "word": " by", "probability": 0.2208251953125}, {"start": 2100.17, "end": 2100.45, "word": " adding", "probability": 0.71728515625}, {"start": 2100.45, "end": 2100.69, "word": " a", "probability": 0.1971435546875}, {"start": 2100.69, "end": 2100.95, "word": " header", "probability": 0.91650390625}, {"start": 2100.95, "end": 2101.11, "word": " and", "probability": 0.7626953125}, {"start": 2101.11, "end": 2101.45, "word": " removing", "probability": 0.308349609375}, {"start": 2101.45, "end": 2102.13, "word": " elements", "probability": 0.806640625}, {"start": 2102.13, "end": 2102.29, "word": " from", "probability": 0.646484375}, {"start": 2102.29, "end": 2102.29, "word": " it.", "probability": 0.90576171875}, {"start": 2102.59, "end": 2102.59, "word": " We", "probability": 0.343017578125}, {"start": 2102.59, "end": 2102.69, "word": " did", "probability": 0.2294921875}, {"start": 2102.69, "end": 2102.69, "word": " not", "probability": 0.9208984375}, {"start": 2102.69, "end": 2102.83, "word": " leave", "probability": 0.266845703125}, {"start": 2102.83, "end": 2103.17, "word": " anything", "probability": 0.7568359375}, {"start": 2103.17, "end": 2103.71, "word": " related", "probability": 0.32275390625}, {"start": 2103.71, "end": 2104.33, "word": " to", "probability": 0.95458984375}, {"start": 2104.33, "end": 2104.39, "word": " the", "probability": 0.8359375}, {"start": 2104.39, "end": 2104.59, "word": " list", "probability": 0.810546875}, {"start": 2104.59, "end": 2104.85, "word": " view.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 82, "seek": 214441, "start": 2123.47, "end": 2144.41, "text": " Ok, first of all, this is Omar that we added in the end. Ok? And what did he write? List of persons. Of course, the screen is not that big. Maybe if I show it to you, it will be more visible. Look at his header. It is a different element, but it appears with whom? With the list.", "tokens": [3477, 11, 700, 295, 439, 11, 341, 307, 33784, 300, 321, 3869, 294, 264, 917, 13, 3477, 30, 400, 437, 630, 415, 2464, 30, 17668, 295, 14453, 13, 2720, 1164, 11, 264, 2568, 307, 406, 300, 955, 13, 2704, 498, 286, 855, 309, 281, 291, 11, 309, 486, 312, 544, 8974, 13, 2053, 412, 702, 23117, 13, 467, 307, 257, 819, 4478, 11, 457, 309, 7038, 365, 7101, 30, 2022, 264, 1329, 13], "avg_logprob": -0.5160472691059113, "compression_ratio": 1.443298969072165, "no_speech_prob": 0.0, "words": [{"start": 2123.47, "end": 2123.91, "word": " Ok,", "probability": 0.2147216796875}, {"start": 2124.27, "end": 2124.63, "word": " first", "probability": 0.371826171875}, {"start": 2124.63, "end": 2124.93, "word": " of", "probability": 0.2315673828125}, {"start": 2124.93, "end": 2124.93, "word": " all,", "probability": 0.9462890625}, {"start": 2125.01, "end": 2125.09, "word": " this", "probability": 0.59619140625}, {"start": 2125.09, "end": 2125.09, "word": " is", "probability": 0.876953125}, {"start": 2125.09, "end": 2125.35, "word": " Omar", "probability": 0.67578125}, {"start": 2125.35, "end": 2125.83, "word": " that", "probability": 0.2225341796875}, {"start": 2125.83, "end": 2125.89, "word": " we", "probability": 0.68603515625}, {"start": 2125.89, "end": 2126.03, "word": " added", "probability": 0.5126953125}, {"start": 2126.03, "end": 2126.23, "word": " in", "probability": 0.50390625}, {"start": 2126.23, "end": 2126.31, "word": " the", "probability": 0.8720703125}, {"start": 2126.31, "end": 2126.53, "word": " end.", "probability": 0.525390625}, {"start": 2127.21, "end": 2127.41, "word": " Ok?", "probability": 0.452392578125}, {"start": 2128.27, "end": 2128.71, "word": " And", "probability": 0.66845703125}, {"start": 2128.71, "end": 2128.83, "word": " what", "probability": 0.6904296875}, {"start": 2128.83, "end": 2128.83, "word": " did", "probability": 0.482666015625}, {"start": 2128.83, "end": 2129.31, "word": " he", "probability": 0.60986328125}, {"start": 2129.31, "end": 2129.31, "word": " write?", "probability": 0.73876953125}, {"start": 2129.59, "end": 2130.03, "word": " List", "probability": 0.7568359375}, {"start": 2130.03, "end": 2130.43, "word": " of", "probability": 0.96337890625}, {"start": 2130.43, "end": 2130.77, "word": " persons.", "probability": 0.85693359375}, {"start": 2130.85, "end": 2130.97, "word": " Of", "probability": 0.6513671875}, {"start": 2130.97, "end": 2131.05, "word": " course,", "probability": 0.95166015625}, {"start": 2131.21, "end": 2131.53, "word": " the", "probability": 0.75634765625}, {"start": 2131.53, "end": 2131.75, "word": " screen", "probability": 0.82568359375}, {"start": 2131.75, "end": 2131.87, "word": " is", "probability": 0.7822265625}, {"start": 2131.87, "end": 2131.93, "word": " not", "probability": 0.92626953125}, {"start": 2131.93, "end": 2132.07, "word": " that", "probability": 0.28076171875}, {"start": 2132.07, "end": 2132.31, "word": " big.", "probability": 0.82080078125}, {"start": 2133.13, "end": 2133.41, "word": " Maybe", "probability": 0.473388671875}, {"start": 2133.41, "end": 2133.55, "word": " if", "probability": 0.796875}, {"start": 2133.55, "end": 2133.95, "word": " I", "probability": 0.84619140625}, {"start": 2133.95, "end": 2134.13, "word": " show", "probability": 0.57568359375}, {"start": 2134.13, "end": 2134.29, "word": " it", "probability": 0.81103515625}, {"start": 2134.29, "end": 2134.39, "word": " to", "probability": 0.210205078125}, {"start": 2134.39, "end": 2135.53, "word": " you,", "probability": 0.5390625}, {"start": 2135.87, "end": 2136.67, "word": " it", "probability": 0.470458984375}, {"start": 2136.67, "end": 2136.83, "word": " will", "probability": 0.45166015625}, {"start": 2136.83, "end": 2136.87, "word": " be", "probability": 0.51123046875}, {"start": 2136.87, "end": 2137.23, "word": " more", "probability": 0.61083984375}, {"start": 2137.23, "end": 2137.37, "word": " visible.", "probability": 0.58349609375}, {"start": 2137.61, "end": 2138.03, "word": " Look", "probability": 0.264404296875}, {"start": 2138.03, "end": 2138.13, "word": " at", "probability": 0.86865234375}, {"start": 2138.13, "end": 2138.49, "word": " his", "probability": 0.480712890625}, {"start": 2138.49, "end": 2138.77, "word": " header.", "probability": 0.8818359375}, {"start": 2141.15, "end": 2141.59, "word": " It", "probability": 0.60498046875}, {"start": 2141.59, "end": 2141.69, "word": " is", "probability": 0.61767578125}, {"start": 2141.69, "end": 2141.95, "word": " a", "probability": 0.62158203125}, {"start": 2141.95, "end": 2142.25, "word": " different", "probability": 0.8515625}, {"start": 2142.25, "end": 2142.25, "word": " element,", "probability": 0.59130859375}, {"start": 2142.49, "end": 2142.63, "word": " but", "probability": 0.8896484375}, {"start": 2142.63, "end": 2142.79, "word": " it", "probability": 0.77294921875}, {"start": 2142.79, "end": 2142.95, "word": " appears", "probability": 0.1922607421875}, {"start": 2142.95, "end": 2143.11, "word": " with", "probability": 0.6240234375}, {"start": 2143.11, "end": 2143.33, "word": " whom?", "probability": 0.61669921875}, {"start": 2143.85, "end": 2144.01, "word": " With", "probability": 0.86181640625}, {"start": 2144.01, "end": 2144.19, "word": " the", "probability": 0.88330078125}, {"start": 2144.19, "end": 2144.41, "word": " list.", "probability": 0.87890625}], "temperature": 1.0}, {"id": 83, "seek": 217005, "start": 2145.89, "end": 2170.05, "text": " You need something stable to make it out of the list view. This header inside is a part of the list view elements. Ok guys, now we have finished the list view. Let's start a new project. Start a new android studio project. Node RecyclerView", "tokens": [509, 643, 746, 8351, 281, 652, 309, 484, 295, 264, 1329, 1910, 13, 639, 23117, 1854, 307, 257, 644, 295, 264, 1329, 1910, 4959, 13, 3477, 1074, 11, 586, 321, 362, 4335, 264, 1329, 1910, 13, 961, 311, 722, 257, 777, 1716, 13, 6481, 257, 777, 36157, 6811, 1716, 13, 38640, 1300, 1344, 66, 1918, 30203], "avg_logprob": -0.6354166583011025, "compression_ratio": 1.5253164556962024, "no_speech_prob": 0.0, "words": [{"start": 2145.89, "end": 2146.25, "word": " You", "probability": 0.35400390625}, {"start": 2146.25, "end": 2146.41, "word": " need", "probability": 0.55517578125}, {"start": 2146.41, "end": 2146.77, "word": " something", "probability": 0.393798828125}, {"start": 2146.77, "end": 2147.15, "word": " stable", "probability": 0.22900390625}, {"start": 2147.15, "end": 2147.49, "word": " to", "probability": 0.297119140625}, {"start": 2147.49, "end": 2147.65, "word": " make", "probability": 0.1619873046875}, {"start": 2147.65, "end": 2148.19, "word": " it", "probability": 0.72509765625}, {"start": 2148.19, "end": 2149.17, "word": " out", "probability": 0.11444091796875}, {"start": 2149.17, "end": 2149.61, "word": " of", "probability": 0.92431640625}, {"start": 2149.61, "end": 2149.65, "word": " the", "probability": 0.396484375}, {"start": 2149.65, "end": 2149.85, "word": " list", "probability": 0.70556640625}, {"start": 2149.85, "end": 2150.07, "word": " view.", "probability": 0.60107421875}, {"start": 2150.31, "end": 2150.67, "word": " This", "probability": 0.302978515625}, {"start": 2150.67, "end": 2150.91, "word": " header", "probability": 0.97509765625}, {"start": 2150.91, "end": 2151.45, "word": " inside", "probability": 0.2110595703125}, {"start": 2151.45, "end": 2151.73, "word": " is", "probability": 0.70751953125}, {"start": 2151.73, "end": 2151.75, "word": " a", "probability": 0.305419921875}, {"start": 2151.75, "end": 2152.01, "word": " part", "probability": 0.755859375}, {"start": 2152.01, "end": 2152.31, "word": " of", "probability": 0.794921875}, {"start": 2152.31, "end": 2152.43, "word": " the", "probability": 0.5625}, {"start": 2152.43, "end": 2153.83, "word": " list", "probability": 0.8203125}, {"start": 2153.83, "end": 2154.15, "word": " view", "probability": 0.8447265625}, {"start": 2154.15, "end": 2154.15, "word": " elements.", "probability": 0.420654296875}, {"start": 2155.31, "end": 2155.99, "word": " Ok", "probability": 0.462158203125}, {"start": 2155.99, "end": 2156.45, "word": " guys,", "probability": 0.61376953125}, {"start": 2156.83, "end": 2156.97, "word": " now", "probability": 0.201171875}, {"start": 2156.97, "end": 2157.17, "word": " we", "probability": 0.7783203125}, {"start": 2157.17, "end": 2157.33, "word": " have", "probability": 0.333251953125}, {"start": 2157.33, "end": 2157.67, "word": " finished", "probability": 0.42431640625}, {"start": 2157.67, "end": 2157.83, "word": " the", "probability": 0.62841796875}, {"start": 2157.83, "end": 2158.01, "word": " list", "probability": 0.88037109375}, {"start": 2158.01, "end": 2158.35, "word": " view.", "probability": 0.8701171875}, {"start": 2158.91, "end": 2159.47, "word": " Let's", "probability": 0.607421875}, {"start": 2159.47, "end": 2159.73, "word": " start", "probability": 0.74462890625}, {"start": 2159.73, "end": 2161.79, "word": " a", "probability": 0.375732421875}, {"start": 2161.79, "end": 2161.85, "word": " new", "probability": 0.91162109375}, {"start": 2161.85, "end": 2162.35, "word": " project.", "probability": 0.56884765625}, {"start": 2163.47, "end": 2164.15, "word": " Start", "probability": 0.79736328125}, {"start": 2164.15, "end": 2164.35, "word": " a", "probability": 0.90478515625}, {"start": 2164.35, "end": 2164.53, "word": " new", "probability": 0.90380859375}, {"start": 2164.53, "end": 2164.85, "word": " android", "probability": 0.537109375}, {"start": 2164.85, "end": 2165.21, "word": " studio", "probability": 0.9326171875}, {"start": 2165.21, "end": 2166.01, "word": " project.", "probability": 0.966796875}, {"start": 2166.79, "end": 2167.29, "word": " Node", "probability": 0.3388671875}, {"start": 2167.29, "end": 2170.05, "word": " RecyclerView", "probability": 0.70048828125}], "temperature": 1.0}, {"id": 84, "seek": 220956, "start": 2183.2, "end": 2209.56, "text": " Okay, until he started working on it, I found that the list view we took was good and simple But in the new Android versions, I think initially from Lollipop, they started to say that the list view has problems What are they? The first thing is that the designers who worked on the list view were not good programmers, so they did not apply the view holder pattern", "tokens": [1033, 11, 1826, 415, 1409, 1364, 322, 309, 11, 286, 1352, 300, 264, 1329, 1910, 321, 1890, 390, 665, 293, 2199, 583, 294, 264, 777, 8853, 9606, 11, 286, 519, 9105, 490, 441, 1833, 647, 404, 11, 436, 1409, 281, 584, 300, 264, 1329, 1910, 575, 2740, 708, 366, 436, 30, 440, 700, 551, 307, 300, 264, 16196, 567, 2732, 322, 264, 1329, 1910, 645, 406, 665, 41504, 11, 370, 436, 630, 406, 3079, 264, 1910, 20349, 5102], "avg_logprob": -0.48101265898233725, "compression_ratio": 1.6820276497695852, "no_speech_prob": 0.0, "words": [{"start": 2183.2, "end": 2183.5, "word": " Okay,", "probability": 0.121337890625}, {"start": 2183.58, "end": 2183.7, "word": " until", "probability": 0.3037109375}, {"start": 2183.7, "end": 2184.0, "word": " he", "probability": 0.23388671875}, {"start": 2184.0, "end": 2184.16, "word": " started", "probability": 0.5322265625}, {"start": 2184.16, "end": 2184.18, "word": " working", "probability": 0.669921875}, {"start": 2184.18, "end": 2184.34, "word": " on", "probability": 0.64013671875}, {"start": 2184.34, "end": 2184.34, "word": " it,", "probability": 0.7275390625}, {"start": 2184.48, "end": 2184.7, "word": " I", "probability": 0.32958984375}, {"start": 2184.7, "end": 2184.7, "word": " found", "probability": 0.64111328125}, {"start": 2184.7, "end": 2185.1, "word": " that", "probability": 0.37451171875}, {"start": 2185.1, "end": 2185.22, "word": " the", "probability": 0.57373046875}, {"start": 2185.22, "end": 2185.46, "word": " list", "probability": 0.59130859375}, {"start": 2185.46, "end": 2185.68, "word": " view", "probability": 0.72705078125}, {"start": 2185.68, "end": 2185.78, "word": " we", "probability": 0.3408203125}, {"start": 2185.78, "end": 2186.04, "word": " took", "probability": 0.346435546875}, {"start": 2186.04, "end": 2186.56, "word": " was", "probability": 0.61767578125}, {"start": 2186.56, "end": 2186.98, "word": " good", "probability": 0.703125}, {"start": 2186.98, "end": 2187.18, "word": " and", "probability": 0.8564453125}, {"start": 2187.18, "end": 2187.54, "word": " simple", "probability": 0.89453125}, {"start": 2187.54, "end": 2189.14, "word": " But", "probability": 0.53515625}, {"start": 2189.14, "end": 2190.14, "word": " in", "probability": 0.69482421875}, {"start": 2190.14, "end": 2190.26, "word": " the", "probability": 0.77099609375}, {"start": 2190.26, "end": 2190.38, "word": " new", "probability": 0.6220703125}, {"start": 2190.38, "end": 2191.04, "word": " Android", "probability": 0.496826171875}, {"start": 2191.04, "end": 2191.46, "word": " versions,", "probability": 0.7353515625}, {"start": 2192.46, "end": 2192.58, "word": " I", "probability": 0.80615234375}, {"start": 2192.58, "end": 2192.88, "word": " think", "probability": 0.701171875}, {"start": 2192.88, "end": 2193.16, "word": " initially", "probability": 0.142578125}, {"start": 2193.16, "end": 2193.5, "word": " from", "probability": 0.71337890625}, {"start": 2193.5, "end": 2194.36, "word": " Lollipop,", "probability": 0.81402587890625}, {"start": 2194.62, "end": 2195.6, "word": " they", "probability": 0.361572265625}, {"start": 2195.6, "end": 2195.64, "word": " started", "probability": 0.62451171875}, {"start": 2195.64, "end": 2195.72, "word": " to", "probability": 0.475341796875}, {"start": 2195.72, "end": 2195.88, "word": " say", "probability": 0.64697265625}, {"start": 2195.88, "end": 2196.18, "word": " that", "probability": 0.5771484375}, {"start": 2196.18, "end": 2196.52, "word": " the", "probability": 0.6435546875}, {"start": 2196.52, "end": 2196.76, "word": " list", "probability": 0.81103515625}, {"start": 2196.76, "end": 2197.06, "word": " view", "probability": 0.8671875}, {"start": 2197.06, "end": 2197.42, "word": " has", "probability": 0.5830078125}, {"start": 2197.42, "end": 2198.54, "word": " problems", "probability": 0.54638671875}, {"start": 2198.54, "end": 2199.6, "word": " What", "probability": 0.498779296875}, {"start": 2199.6, "end": 2199.76, "word": " are", "probability": 0.70703125}, {"start": 2199.76, "end": 2199.84, "word": " they?", "probability": 0.72802734375}, {"start": 2199.86, "end": 2200.04, "word": " The", "probability": 0.364501953125}, {"start": 2200.04, "end": 2200.1, "word": " first", "probability": 0.8466796875}, {"start": 2200.1, "end": 2200.48, "word": " thing", "probability": 0.8349609375}, {"start": 2200.48, "end": 2200.86, "word": " is", "probability": 0.7744140625}, {"start": 2200.86, "end": 2201.86, "word": " that", "probability": 0.8544921875}, {"start": 2201.86, "end": 2202.88, "word": " the", "probability": 0.81201171875}, {"start": 2202.88, "end": 2203.32, "word": " designers", "probability": 0.8193359375}, {"start": 2203.32, "end": 2203.6, "word": " who", "probability": 0.69140625}, {"start": 2203.6, "end": 2204.14, "word": " worked", "probability": 0.54443359375}, {"start": 2204.14, "end": 2204.28, "word": " on", "probability": 0.9150390625}, {"start": 2204.28, "end": 2204.34, "word": " the", "probability": 0.85302734375}, {"start": 2204.34, "end": 2204.52, "word": " list", "probability": 0.85791015625}, {"start": 2204.52, "end": 2204.88, "word": " view", "probability": 0.8466796875}, {"start": 2204.88, "end": 2206.24, "word": " were", "probability": 0.6806640625}, {"start": 2206.24, "end": 2206.46, "word": " not", "probability": 0.92724609375}, {"start": 2206.46, "end": 2207.3, "word": " good", "probability": 0.818359375}, {"start": 2207.3, "end": 2207.3, "word": " programmers,", "probability": 0.958984375}, {"start": 2207.82, "end": 2207.92, "word": " so", "probability": 0.68701171875}, {"start": 2207.92, "end": 2208.0, "word": " they", "probability": 0.892578125}, {"start": 2208.0, "end": 2208.18, "word": " did", "probability": 0.431396484375}, {"start": 2208.18, "end": 2208.28, "word": " not", "probability": 0.9404296875}, {"start": 2208.28, "end": 2208.56, "word": " apply", "probability": 0.68701171875}, {"start": 2208.56, "end": 2208.76, "word": " the", "probability": 0.7099609375}, {"start": 2208.76, "end": 2208.96, "word": " view", "probability": 0.84130859375}, {"start": 2208.96, "end": 2209.22, "word": " holder", "probability": 0.409423828125}, {"start": 2209.22, "end": 2209.56, "word": " pattern", "probability": 0.8525390625}], "temperature": 1.0}, {"id": 85, "seek": 223417, "start": 2210.79, "end": 2234.17, "text": " So their code was bad. That's why the first apps in Android had a slow list view. Because they didn't work properly. They were lagging a lot. So they said that they wanted to do something new to force the programmer to apply the view holder pattern. When I worked in the beginning, I didn't apply the view holder pattern.", "tokens": [407, 641, 3089, 390, 1578, 13, 663, 311, 983, 264, 700, 7733, 294, 8853, 632, 257, 2964, 1329, 1910, 13, 1436, 436, 994, 380, 589, 6108, 13, 814, 645, 8953, 3249, 257, 688, 13, 407, 436, 848, 300, 436, 1415, 281, 360, 746, 777, 281, 3464, 264, 32116, 281, 3079, 264, 1910, 20349, 5102, 13, 1133, 286, 2732, 294, 264, 2863, 11, 286, 994, 380, 3079, 264, 1910, 20349, 5102, 13], "avg_logprob": -0.5455729224615626, "compression_ratio": 1.634517766497462, "no_speech_prob": 0.0, "words": [{"start": 2210.79, "end": 2210.99, "word": " So", "probability": 0.261474609375}, {"start": 2210.99, "end": 2211.27, "word": " their", "probability": 0.428955078125}, {"start": 2211.27, "end": 2211.53, "word": " code", "probability": 0.90283203125}, {"start": 2211.53, "end": 2211.97, "word": " was", "probability": 0.765625}, {"start": 2211.97, "end": 2212.79, "word": " bad.", "probability": 0.52294921875}, {"start": 2212.91, "end": 2213.03, "word": " That's", "probability": 0.6630859375}, {"start": 2213.03, "end": 2213.21, "word": " why", "probability": 0.91943359375}, {"start": 2213.21, "end": 2213.37, "word": " the", "probability": 0.4189453125}, {"start": 2213.37, "end": 2213.41, "word": " first", "probability": 0.70947265625}, {"start": 2213.41, "end": 2213.87, "word": " apps", "probability": 0.365966796875}, {"start": 2213.87, "end": 2214.49, "word": " in", "probability": 0.45166015625}, {"start": 2214.49, "end": 2214.99, "word": " Android", "probability": 0.86181640625}, {"start": 2214.99, "end": 2216.17, "word": " had", "probability": 0.1793212890625}, {"start": 2216.17, "end": 2216.31, "word": " a", "probability": 0.5}, {"start": 2216.31, "end": 2216.31, "word": " slow", "probability": 0.7685546875}, {"start": 2216.31, "end": 2216.47, "word": " list", "probability": 0.78662109375}, {"start": 2216.47, "end": 2218.59, "word": " view.", "probability": 0.64404296875}, {"start": 2218.67, "end": 2219.11, "word": " Because", "probability": 0.5625}, {"start": 2219.11, "end": 2219.21, "word": " they", "probability": 0.7646484375}, {"start": 2219.21, "end": 2219.47, "word": " didn't", "probability": 0.6993408203125}, {"start": 2219.47, "end": 2219.81, "word": " work", "probability": 0.5556640625}, {"start": 2219.81, "end": 2220.17, "word": " properly.", "probability": 0.45556640625}, {"start": 2220.59, "end": 2220.75, "word": " They", "probability": 0.68701171875}, {"start": 2220.75, "end": 2220.79, "word": " were", "probability": 0.36669921875}, {"start": 2220.79, "end": 2221.05, "word": " lagging", "probability": 0.4440765380859375}, {"start": 2221.05, "end": 2221.37, "word": " a", "probability": 0.59765625}, {"start": 2221.37, "end": 2221.37, "word": " lot.", "probability": 0.9609375}, {"start": 2222.43, "end": 2222.51, "word": " So", "probability": 0.53759765625}, {"start": 2222.51, "end": 2222.79, "word": " they", "probability": 0.74658203125}, {"start": 2222.79, "end": 2222.79, "word": " said", "probability": 0.413330078125}, {"start": 2222.79, "end": 2222.97, "word": " that", "probability": 0.273193359375}, {"start": 2222.97, "end": 2223.57, "word": " they", "probability": 0.78515625}, {"start": 2223.57, "end": 2223.97, "word": " wanted", "probability": 0.5966796875}, {"start": 2223.97, "end": 2225.45, "word": " to", "probability": 0.9404296875}, {"start": 2225.45, "end": 2225.55, "word": " do", "probability": 0.5419921875}, {"start": 2225.55, "end": 2225.77, "word": " something", "probability": 0.8115234375}, {"start": 2225.77, "end": 2226.11, "word": " new", "probability": 0.81591796875}, {"start": 2226.11, "end": 2226.57, "word": " to", "probability": 0.32568359375}, {"start": 2226.57, "end": 2227.03, "word": " force", "probability": 0.79296875}, {"start": 2227.03, "end": 2227.25, "word": " the", "probability": 0.75927734375}, {"start": 2227.25, "end": 2228.13, "word": " programmer", "probability": 0.66455078125}, {"start": 2228.13, "end": 2229.13, "word": " to", "probability": 0.96484375}, {"start": 2229.13, "end": 2229.45, "word": " apply", "probability": 0.65771484375}, {"start": 2229.45, "end": 2229.63, "word": " the", "probability": 0.67724609375}, {"start": 2229.63, "end": 2229.79, "word": " view", "probability": 0.52783203125}, {"start": 2229.79, "end": 2230.03, "word": " holder", "probability": 0.59765625}, {"start": 2230.03, "end": 2230.37, "word": " pattern.", "probability": 0.92529296875}, {"start": 2231.17, "end": 2231.69, "word": " When", "probability": 0.378173828125}, {"start": 2231.69, "end": 2232.13, "word": " I", "probability": 0.98291015625}, {"start": 2232.13, "end": 2232.39, "word": " worked", "probability": 0.39599609375}, {"start": 2232.39, "end": 2232.55, "word": " in", "probability": 0.2281494140625}, {"start": 2232.55, "end": 2232.73, "word": " the", "probability": 0.7177734375}, {"start": 2232.73, "end": 2232.77, "word": " beginning,", "probability": 0.51708984375}, {"start": 2232.85, "end": 2232.89, "word": " I", "probability": 0.990234375}, {"start": 2232.89, "end": 2232.93, "word": " didn't", "probability": 0.796630859375}, {"start": 2232.93, "end": 2233.31, "word": " apply", "probability": 0.7529296875}, {"start": 2233.31, "end": 2233.51, "word": " the", "probability": 0.52783203125}, {"start": 2233.51, "end": 2233.65, "word": " view", "probability": 0.8662109375}, {"start": 2233.65, "end": 2233.85, "word": " holder", "probability": 0.841796875}, {"start": 2233.85, "end": 2234.17, "word": " pattern.", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 86, "seek": 226298, "start": 2235.58, "end": 2262.98, "text": " Okay, what are the other problems? The first problem is that the view and pattern can be programmed incorrectly, resulting in a slow list view. The second problem is that there are restrictions on the list view. For example, in some applications, you have to create a horizontal list view. For example, if you want to display objects or books, you have to create a horizontal list view. This is only in the direction of the head.", "tokens": [1033, 11, 437, 366, 264, 661, 2740, 30, 440, 700, 1154, 307, 300, 264, 1910, 293, 5102, 393, 312, 31092, 42892, 11, 16505, 294, 257, 2964, 1329, 1910, 13, 440, 1150, 1154, 307, 300, 456, 366, 14191, 322, 264, 1329, 1910, 13, 1171, 1365, 11, 294, 512, 5821, 11, 291, 362, 281, 1884, 257, 12750, 1329, 1910, 13, 1171, 1365, 11, 498, 291, 528, 281, 4674, 6565, 420, 3642, 11, 291, 362, 281, 1884, 257, 12750, 1329, 1910, 13, 639, 307, 787, 294, 264, 3513, 295, 264, 1378, 13], "avg_logprob": -0.569444426563051, "compression_ratio": 1.8859649122807018, "no_speech_prob": 0.0, "words": [{"start": 2235.58, "end": 2236.06, "word": " Okay,", "probability": 0.090087890625}, {"start": 2236.06, "end": 2236.54, "word": " what", "probability": 0.7158203125}, {"start": 2236.54, "end": 2236.66, "word": " are", "probability": 0.64453125}, {"start": 2236.66, "end": 2237.06, "word": " the", "probability": 0.457275390625}, {"start": 2237.06, "end": 2237.24, "word": " other", "probability": 0.76513671875}, {"start": 2237.24, "end": 2237.7, "word": " problems?", "probability": 0.58837890625}, {"start": 2238.34, "end": 2238.82, "word": " The", "probability": 0.61181640625}, {"start": 2238.82, "end": 2238.9, "word": " first", "probability": 0.8515625}, {"start": 2238.9, "end": 2239.18, "word": " problem", "probability": 0.7880859375}, {"start": 2239.18, "end": 2239.8, "word": " is", "probability": 0.85791015625}, {"start": 2239.8, "end": 2240.6, "word": " that", "probability": 0.52978515625}, {"start": 2240.6, "end": 2240.74, "word": " the", "probability": 0.35693359375}, {"start": 2240.74, "end": 2240.9, "word": " view", "probability": 0.493408203125}, {"start": 2240.9, "end": 2241.06, "word": " and", "probability": 0.2685546875}, {"start": 2241.06, "end": 2241.36, "word": " pattern", "probability": 0.76123046875}, {"start": 2241.36, "end": 2241.62, "word": " can", "probability": 0.236328125}, {"start": 2241.62, "end": 2241.7, "word": " be", "probability": 0.5166015625}, {"start": 2241.7, "end": 2241.92, "word": " programmed", "probability": 0.2171630859375}, {"start": 2241.92, "end": 2242.32, "word": " incorrectly,", "probability": 0.2109375}, {"start": 2242.56, "end": 2242.7, "word": " resulting", "probability": 0.3466796875}, {"start": 2242.7, "end": 2242.9, "word": " in", "probability": 0.806640625}, {"start": 2242.9, "end": 2242.94, "word": " a", "probability": 0.736328125}, {"start": 2242.94, "end": 2242.94, "word": " slow", "probability": 0.77099609375}, {"start": 2242.94, "end": 2243.1, "word": " list", "probability": 0.85400390625}, {"start": 2243.1, "end": 2243.3, "word": " view.", "probability": 0.6796875}, {"start": 2244.16, "end": 2244.34, "word": " The", "probability": 0.54736328125}, {"start": 2244.34, "end": 2244.84, "word": " second", "probability": 0.60205078125}, {"start": 2244.84, "end": 2244.84, "word": " problem", "probability": 0.5751953125}, {"start": 2244.84, "end": 2245.1, "word": " is", "probability": 0.8994140625}, {"start": 2245.1, "end": 2245.16, "word": " that", "probability": 0.8447265625}, {"start": 2245.16, "end": 2245.22, "word": " there", "probability": 0.810546875}, {"start": 2245.22, "end": 2245.32, "word": " are", "probability": 0.923828125}, {"start": 2245.32, "end": 2245.86, "word": " restrictions", "probability": 0.77783203125}, {"start": 2245.86, "end": 2246.28, "word": " on", "probability": 0.732421875}, {"start": 2246.28, "end": 2246.36, "word": " the", "probability": 0.607421875}, {"start": 2246.36, "end": 2246.52, "word": " list", "probability": 0.86279296875}, {"start": 2246.52, "end": 2246.82, "word": " view.", "probability": 0.88427734375}, {"start": 2247.64, "end": 2247.92, "word": " For", "probability": 0.43798828125}, {"start": 2247.92, "end": 2248.1, "word": " example,", "probability": 0.826171875}, {"start": 2248.3, "end": 2248.66, "word": " in", "probability": 0.156494140625}, {"start": 2248.66, "end": 2250.52, "word": " some", "probability": 0.72607421875}, {"start": 2250.52, "end": 2251.12, "word": " applications,", "probability": 0.560546875}, {"start": 2251.2, "end": 2251.2, "word": " you", "probability": 0.8232421875}, {"start": 2251.2, "end": 2251.32, "word": " have", "probability": 0.349853515625}, {"start": 2251.32, "end": 2251.52, "word": " to", "probability": 0.96533203125}, {"start": 2251.52, "end": 2251.92, "word": " create", "probability": 0.374267578125}, {"start": 2251.92, "end": 2252.76, "word": " a", "probability": 0.7763671875}, {"start": 2252.76, "end": 2252.76, "word": " horizontal", "probability": 0.54833984375}, {"start": 2252.76, "end": 2252.98, "word": " list", "probability": 0.84521484375}, {"start": 2252.98, "end": 2253.32, "word": " view.", "probability": 0.8046875}, {"start": 2256.2, "end": 2256.68, "word": " For", "probability": 0.485595703125}, {"start": 2256.68, "end": 2256.98, "word": " example,", "probability": 0.8544921875}, {"start": 2256.98, "end": 2256.98, "word": " if", "probability": 0.1790771484375}, {"start": 2256.98, "end": 2257.08, "word": " you", "probability": 0.93017578125}, {"start": 2257.08, "end": 2257.32, "word": " want", "probability": 0.7666015625}, {"start": 2257.32, "end": 2257.32, "word": " to", "probability": 0.95947265625}, {"start": 2257.32, "end": 2257.62, "word": " display", "probability": 0.499755859375}, {"start": 2257.62, "end": 2257.62, "word": " objects", "probability": 0.259765625}, {"start": 2257.62, "end": 2258.16, "word": " or", "probability": 0.45751953125}, {"start": 2258.16, "end": 2258.48, "word": " books,", "probability": 0.86474609375}, {"start": 2258.94, "end": 2259.06, "word": " you", "probability": 0.880859375}, {"start": 2259.06, "end": 2259.32, "word": " have", "probability": 0.65380859375}, {"start": 2259.32, "end": 2259.32, "word": " to", "probability": 0.96875}, {"start": 2259.32, "end": 2259.5, "word": " create", "probability": 0.338623046875}, {"start": 2259.5, "end": 2259.68, "word": " a", "probability": 0.57568359375}, {"start": 2259.68, "end": 2259.82, "word": " horizontal", "probability": 0.74609375}, {"start": 2259.82, "end": 2259.82, "word": " list", "probability": 0.485595703125}, {"start": 2259.82, "end": 2259.98, "word": " view.", "probability": 0.67529296875}, {"start": 2261.52, "end": 2262.0, "word": " This", "probability": 0.47509765625}, {"start": 2262.0, "end": 2262.06, "word": " is", "probability": 0.62255859375}, {"start": 2262.06, "end": 2262.34, "word": " only", "probability": 0.340087890625}, {"start": 2262.34, "end": 2262.54, "word": " in", "probability": 0.14404296875}, {"start": 2262.54, "end": 2262.58, "word": " the", "probability": 0.463134765625}, {"start": 2262.58, "end": 2262.74, "word": " direction", "probability": 0.410400390625}, {"start": 2262.74, "end": 2262.82, "word": " of", "probability": 0.951171875}, {"start": 2262.82, "end": 2262.94, "word": " the", "probability": 0.76171875}, {"start": 2262.94, "end": 2262.98, "word": " head.", "probability": 0.45751953125}], "temperature": 1.0}, {"id": 87, "seek": 229152, "start": 2264.34, "end": 2291.52, "text": " Sometimes you need to do animation in the view. For example, sometimes the element itself scrolls some applications. A slide like this moves it. Right? It moves like this. Or for example, in contacts, it moves a slide to the right to make a call. What does it do to the left? This is what we are going to do. We are going to do something like this. These things, animation, are difficult to do in the list view.", "tokens": [4803, 291, 643, 281, 360, 9603, 294, 264, 1910, 13, 1171, 1365, 11, 2171, 264, 4478, 2564, 11369, 82, 512, 5821, 13, 316, 4137, 411, 341, 6067, 309, 13, 1779, 30, 467, 6067, 411, 341, 13, 1610, 337, 1365, 11, 294, 15836, 11, 309, 6067, 257, 4137, 281, 264, 558, 281, 652, 257, 818, 13, 708, 775, 309, 360, 281, 264, 1411, 30, 639, 307, 437, 321, 366, 516, 281, 360, 13, 492, 366, 516, 281, 360, 746, 411, 341, 13, 1981, 721, 11, 9603, 11, 366, 2252, 281, 360, 294, 264, 1329, 1910, 13], "avg_logprob": -0.5019531212747097, "compression_ratio": 1.7991266375545851, "no_speech_prob": 0.0, "words": [{"start": 2264.34, "end": 2264.78, "word": " Sometimes", "probability": 0.54052734375}, {"start": 2264.78, "end": 2264.96, "word": " you", "probability": 0.72216796875}, {"start": 2264.96, "end": 2265.2, "word": " need", "probability": 0.351806640625}, {"start": 2265.2, "end": 2265.3, "word": " to", "probability": 0.91162109375}, {"start": 2265.3, "end": 2265.6, "word": " do", "probability": 0.223876953125}, {"start": 2265.6, "end": 2266.36, "word": " animation", "probability": 0.82666015625}, {"start": 2266.36, "end": 2267.28, "word": " in", "probability": 0.76513671875}, {"start": 2267.28, "end": 2267.5, "word": " the", "probability": 0.62646484375}, {"start": 2267.5, "end": 2268.04, "word": " view.", "probability": 0.4609375}, {"start": 2268.66, "end": 2269.08, "word": " For", "probability": 0.491455078125}, {"start": 2269.08, "end": 2269.48, "word": " example,", "probability": 0.8837890625}, {"start": 2269.68, "end": 2269.98, "word": " sometimes", "probability": 0.6591796875}, {"start": 2269.98, "end": 2270.22, "word": " the", "probability": 0.5009765625}, {"start": 2270.22, "end": 2270.52, "word": " element", "probability": 0.7822265625}, {"start": 2270.52, "end": 2271.2, "word": " itself", "probability": 0.341552734375}, {"start": 2271.2, "end": 2273.7, "word": " scrolls", "probability": 0.823486328125}, {"start": 2273.7, "end": 2274.18, "word": " some", "probability": 0.46533203125}, {"start": 2274.18, "end": 2274.82, "word": " applications.", "probability": 0.416748046875}, {"start": 2274.98, "end": 2275.12, "word": " A", "probability": 0.188720703125}, {"start": 2275.12, "end": 2275.46, "word": " slide", "probability": 0.89599609375}, {"start": 2275.46, "end": 2275.6, "word": " like", "probability": 0.65625}, {"start": 2275.6, "end": 2275.9, "word": " this", "probability": 0.75732421875}, {"start": 2275.9, "end": 2276.16, "word": " moves", "probability": 0.0999755859375}, {"start": 2276.16, "end": 2276.46, "word": " it.", "probability": 0.68310546875}, {"start": 2276.84, "end": 2277.22, "word": " Right?", "probability": 0.2069091796875}, {"start": 2277.3, "end": 2277.38, "word": " It", "probability": 0.6416015625}, {"start": 2277.38, "end": 2277.56, "word": " moves", "probability": 0.77294921875}, {"start": 2277.56, "end": 2277.72, "word": " like", "probability": 0.39111328125}, {"start": 2277.72, "end": 2277.82, "word": " this.", "probability": 0.86572265625}, {"start": 2278.6, "end": 2279.04, "word": " Or", "probability": 0.8798828125}, {"start": 2279.04, "end": 2279.24, "word": " for", "probability": 0.47802734375}, {"start": 2279.24, "end": 2279.42, "word": " example,", "probability": 0.791015625}, {"start": 2279.82, "end": 2279.86, "word": " in", "probability": 0.7392578125}, {"start": 2279.86, "end": 2280.38, "word": " contacts,", "probability": 0.65087890625}, {"start": 2280.56, "end": 2280.64, "word": " it", "probability": 0.27392578125}, {"start": 2280.64, "end": 2280.84, "word": " moves", "probability": 0.4853515625}, {"start": 2280.84, "end": 2281.0, "word": " a", "probability": 0.6162109375}, {"start": 2281.0, "end": 2281.36, "word": " slide", "probability": 0.93505859375}, {"start": 2281.36, "end": 2281.72, "word": " to", "probability": 0.5517578125}, {"start": 2281.72, "end": 2281.84, "word": " the", "probability": 0.87890625}, {"start": 2281.84, "end": 2282.08, "word": " right", "probability": 0.8291015625}, {"start": 2282.08, "end": 2282.3, "word": " to", "probability": 0.1268310546875}, {"start": 2282.3, "end": 2282.44, "word": " make", "probability": 0.481201171875}, {"start": 2282.44, "end": 2282.58, "word": " a", "probability": 0.7109375}, {"start": 2282.58, "end": 2283.0, "word": " call.", "probability": 0.7216796875}, {"start": 2283.32, "end": 2283.44, "word": " What", "probability": 0.318603515625}, {"start": 2283.44, "end": 2283.44, "word": " does", "probability": 0.7822265625}, {"start": 2283.44, "end": 2283.92, "word": " it", "probability": 0.55419921875}, {"start": 2283.92, "end": 2284.16, "word": " do", "probability": 0.6259765625}, {"start": 2284.16, "end": 2284.16, "word": " to", "probability": 0.58837890625}, {"start": 2284.16, "end": 2284.16, "word": " the", "probability": 0.90673828125}, {"start": 2284.16, "end": 2284.16, "word": " left?", "probability": 0.95654296875}, {"start": 2284.66, "end": 2285.0, "word": " This", "probability": 0.252685546875}, {"start": 2285.0, "end": 2285.06, "word": " is", "probability": 0.4931640625}, {"start": 2285.06, "end": 2285.06, "word": " what", "probability": 0.83984375}, {"start": 2285.06, "end": 2285.18, "word": " we", "probability": 0.499755859375}, {"start": 2285.18, "end": 2285.2, "word": " are", "probability": 0.20947265625}, {"start": 2285.2, "end": 2285.22, "word": " going", "probability": 0.904296875}, {"start": 2285.22, "end": 2285.22, "word": " to", "probability": 0.9716796875}, {"start": 2285.22, "end": 2285.38, "word": " do.", "probability": 0.9111328125}, {"start": 2286.1, "end": 2286.54, "word": " We", "probability": 0.52392578125}, {"start": 2286.54, "end": 2286.68, "word": " are", "probability": 0.55712890625}, {"start": 2286.68, "end": 2286.74, "word": " going", "probability": 0.92578125}, {"start": 2286.74, "end": 2286.74, "word": " to", "probability": 0.96875}, {"start": 2286.74, "end": 2286.88, "word": " do", "probability": 0.8466796875}, {"start": 2286.88, "end": 2287.02, "word": " something", "probability": 0.794921875}, {"start": 2287.02, "end": 2287.16, "word": " like", "probability": 0.91943359375}, {"start": 2287.16, "end": 2287.34, "word": " this.", "probability": 0.77490234375}, {"start": 2288.18, "end": 2288.62, "word": " These", "probability": 0.65185546875}, {"start": 2288.62, "end": 2288.88, "word": " things,", "probability": 0.2724609375}, {"start": 2288.98, "end": 2289.46, "word": " animation,", "probability": 0.73876953125}, {"start": 2290.08, "end": 2290.22, "word": " are", "probability": 0.6982421875}, {"start": 2290.22, "end": 2290.44, "word": " difficult", "probability": 0.63720703125}, {"start": 2290.44, "end": 2290.6, "word": " to", "probability": 0.92138671875}, {"start": 2290.6, "end": 2290.88, "word": " do", "probability": 0.81884765625}, {"start": 2290.88, "end": 2291.06, "word": " in", "probability": 0.8994140625}, {"start": 2291.06, "end": 2291.12, "word": " the", "probability": 0.3359375}, {"start": 2291.12, "end": 2291.3, "word": " list", "probability": 0.7421875}, {"start": 2291.3, "end": 2291.52, "word": " view.", "probability": 0.8681640625}], "temperature": 1.0}, {"id": 88, "seek": 231513, "start": 2294.65, "end": 2315.13, "text": " Also, changing the element's shape and the connections between them was also difficult in ListView. So, in order to develop this topic further, we need to create another element instead of ListView. Let's call it RecyclerView.", "tokens": [2743, 11, 4473, 264, 4478, 311, 3909, 293, 264, 9271, 1296, 552, 390, 611, 2252, 294, 17668, 30203, 13, 407, 11, 294, 1668, 281, 1499, 341, 4829, 3052, 11, 321, 643, 281, 1884, 1071, 4478, 2602, 295, 17668, 30203, 13, 961, 311, 818, 309, 1300, 1344, 66, 1918, 30203, 13], "avg_logprob": -0.5670955952476052, "compression_ratio": 1.4367088607594938, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2294.65, "end": 2295.33, "word": " Also,", "probability": 0.62744140625}, {"start": 2295.67, "end": 2295.93, "word": " changing", "probability": 0.625}, {"start": 2295.93, "end": 2296.27, "word": " the", "probability": 0.73291015625}, {"start": 2296.27, "end": 2296.77, "word": " element's", "probability": 0.4547119140625}, {"start": 2296.77, "end": 2296.97, "word": " shape", "probability": 0.6552734375}, {"start": 2296.97, "end": 2297.39, "word": " and", "probability": 0.44873046875}, {"start": 2297.39, "end": 2297.45, "word": " the", "probability": 0.41796875}, {"start": 2297.45, "end": 2297.87, "word": " connections", "probability": 0.07916259765625}, {"start": 2297.87, "end": 2298.47, "word": " between", "probability": 0.59521484375}, {"start": 2298.47, "end": 2298.65, "word": " them", "probability": 0.7431640625}, {"start": 2298.65, "end": 2299.45, "word": " was", "probability": 0.6005859375}, {"start": 2299.45, "end": 2299.69, "word": " also", "probability": 0.30419921875}, {"start": 2299.69, "end": 2300.07, "word": " difficult", "probability": 0.650390625}, {"start": 2300.07, "end": 2300.31, "word": " in", "probability": 0.7314453125}, {"start": 2300.31, "end": 2300.77, "word": " ListView.", "probability": 0.81494140625}, {"start": 2301.57, "end": 2301.61, "word": " So,", "probability": 0.408203125}, {"start": 2301.85, "end": 2301.85, "word": " in", "probability": 0.3017578125}, {"start": 2301.85, "end": 2301.97, "word": " order", "probability": 0.9169921875}, {"start": 2301.97, "end": 2302.13, "word": " to", "probability": 0.95751953125}, {"start": 2302.13, "end": 2302.47, "word": " develop", "probability": 0.230712890625}, {"start": 2302.47, "end": 2302.61, "word": " this", "probability": 0.448974609375}, {"start": 2302.61, "end": 2302.97, "word": " topic", "probability": 0.32568359375}, {"start": 2302.97, "end": 2303.49, "word": " further,", "probability": 0.37646484375}, {"start": 2303.99, "end": 2304.01, "word": " we", "probability": 0.6943359375}, {"start": 2304.01, "end": 2304.17, "word": " need", "probability": 0.19970703125}, {"start": 2304.17, "end": 2304.57, "word": " to", "probability": 0.9384765625}, {"start": 2304.57, "end": 2304.57, "word": " create", "probability": 0.51123046875}, {"start": 2304.57, "end": 2304.65, "word": " another", "probability": 0.505859375}, {"start": 2304.65, "end": 2304.65, "word": " element", "probability": 0.93310546875}, {"start": 2304.65, "end": 2304.75, "word": " instead", "probability": 0.72119140625}, {"start": 2304.75, "end": 2304.85, "word": " of", "probability": 0.9736328125}, {"start": 2304.85, "end": 2305.55, "word": " ListView.", "probability": 0.859619140625}, {"start": 2306.67, "end": 2307.35, "word": " Let's", "probability": 0.51849365234375}, {"start": 2307.35, "end": 2307.53, "word": " call", "probability": 0.666015625}, {"start": 2307.53, "end": 2307.81, "word": " it", "probability": 0.88525390625}, {"start": 2307.81, "end": 2315.13, "word": " RecyclerView.", "probability": 0.8451171875}], "temperature": 1.0}, {"id": 89, "seek": 234062, "start": 2316.78, "end": 2340.62, "text": "Why is it called Recycler? Because of the word Recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling means recycling. Recycling", "tokens": [8429, 307, 309, 1219, 1300, 1344, 66, 1918, 30, 1436, 295, 264, 1349, 1300, 1344, 12455, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455, 1355, 23363, 13, 1300, 1344, 12455], "avg_logprob": -0.15222222010294598, "compression_ratio": 12.792207792207792, "no_speech_prob": 0.0, "words": [{"start": 2316.78, "end": 2317.1, "word": "Why", "probability": 0.43603515625}, {"start": 2317.1, "end": 2317.2, "word": " is", "probability": 0.1661376953125}, {"start": 2317.2, "end": 2317.2, "word": " it", "probability": 0.810546875}, {"start": 2317.2, "end": 2317.38, "word": " called", "probability": 0.86669921875}, {"start": 2317.38, "end": 2317.94, "word": " Recycler?", "probability": 0.6861572265625}, {"start": 2318.18, "end": 2318.7, "word": " Because", "probability": 0.41064453125}, {"start": 2318.7, "end": 2318.7, "word": " of", "probability": 0.444580078125}, {"start": 2318.7, "end": 2319.2, "word": " the", "probability": 0.3291015625}, {"start": 2319.2, "end": 2319.32, "word": " word", "probability": 0.431396484375}, {"start": 2319.32, "end": 2320.02, "word": " Recycling.", "probability": 0.6833089192708334}, {"start": 2320.64, "end": 2321.1, "word": " Recycling", "probability": 0.7355143229166666}, {"start": 2321.1, "end": 2321.82, "word": " means", "probability": 0.30859375}, {"start": 2321.82, "end": 2322.1, "word": " recycling.", "probability": 0.421142578125}, {"start": 2323.24, "end": 2323.92, "word": " Recycling", "probability": 0.7311197916666666}, {"start": 2323.92, "end": 2324.32, "word": " means", "probability": 0.134765625}, {"start": 2324.32, "end": 2325.86, "word": " recycling.", "probability": 0.5419921875}, {"start": 2330.66, "end": 2330.66, "word": " Recycling", "probability": 0.78076171875}, {"start": 2330.66, "end": 2330.66, "word": " means", "probability": 0.467041015625}, {"start": 2330.66, "end": 2330.66, "word": " recycling.", "probability": 0.76953125}, {"start": 2331.12, "end": 2331.42, "word": " Recycling", "probability": 0.8258463541666666}, {"start": 2331.42, "end": 2331.44, "word": " means", "probability": 0.64453125}, {"start": 2331.44, "end": 2331.44, "word": " recycling.", "probability": 0.81787109375}, {"start": 2334.34, "end": 2335.02, "word": " Recycling", "probability": 0.8525390625}, {"start": 2335.02, "end": 2335.28, "word": " means", "probability": 0.67333984375}, {"start": 2335.28, "end": 2335.56, "word": " recycling.", "probability": 0.837890625}, {"start": 2335.56, "end": 2335.86, "word": " Recycling", "probability": 0.88427734375}, {"start": 2335.86, "end": 2335.86, "word": " means", "probability": 0.7099609375}, {"start": 2335.86, "end": 2336.04, "word": " recycling.", "probability": 0.8603515625}, {"start": 2336.04, "end": 2336.42, "word": " Recycling", "probability": 0.9148763020833334}, {"start": 2336.42, "end": 2336.66, "word": " means", "probability": 0.7568359375}, {"start": 2336.66, "end": 2336.66, "word": " recycling.", "probability": 0.87939453125}, {"start": 2336.66, "end": 2336.74, "word": " Recycling", "probability": 0.9342447916666666}, {"start": 2336.74, "end": 2336.84, "word": " means", "probability": 0.79931640625}, {"start": 2336.84, "end": 2336.84, "word": " recycling.", "probability": 0.8896484375}, {"start": 2336.84, "end": 2337.5, "word": " Recycling", "probability": 0.9454752604166666}, {"start": 2337.5, "end": 2337.64, "word": " means", "probability": 0.828125}, {"start": 2337.64, "end": 2337.64, "word": " recycling.", "probability": 0.89599609375}, {"start": 2337.64, "end": 2337.84, "word": " Recycling", "probability": 0.9524739583333334}, {"start": 2337.84, "end": 2338.64, "word": " means", "probability": 0.85400390625}, {"start": 2338.64, "end": 2338.64, "word": " recycling.", "probability": 0.8984375}, {"start": 2338.82, "end": 2339.18, "word": " Recycling", "probability": 0.95654296875}, {"start": 2339.18, "end": 2339.28, "word": " means", "probability": 0.8740234375}, {"start": 2339.28, "end": 2339.28, "word": " recycling.", "probability": 0.89990234375}, {"start": 2339.28, "end": 2339.88, "word": " Recycling", "probability": 0.9609375}, {"start": 2339.88, "end": 2340.36, "word": " means", "probability": 0.89306640625}, {"start": 2340.36, "end": 2340.36, "word": " recycling.", "probability": 0.89990234375}, {"start": 2340.36, "end": 2340.36, "word": " Recycling", "probability": 0.9645182291666666}, {"start": 2340.36, "end": 2340.36, "word": " means", "probability": 0.90380859375}, {"start": 2340.36, "end": 2340.36, "word": " recycling.", "probability": 0.8994140625}, {"start": 2340.36, "end": 2340.36, "word": " Recycling", "probability": 0.96728515625}, {"start": 2340.36, "end": 2340.46, "word": " means", "probability": 0.9140625}, {"start": 2340.46, "end": 2340.46, "word": " recycling.", "probability": 0.89697265625}, {"start": 2340.46, "end": 2340.46, "word": " Recycling", "probability": 0.9695638020833334}, {"start": 2340.46, "end": 2340.46, "word": " means", "probability": 0.92138671875}, {"start": 2340.46, "end": 2340.46, "word": " recycling.", "probability": 0.89697265625}, {"start": 2340.46, "end": 2340.46, "word": " Recycling", "probability": 0.9713541666666666}, {"start": 2340.46, "end": 2340.46, "word": " means", "probability": 0.927734375}, {"start": 2340.46, "end": 2340.46, "word": " recycling.", "probability": 0.896484375}, {"start": 2340.46, "end": 2340.62, "word": " Recycling", "probability": 0.97216796875}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.93115234375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.89697265625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9733072916666666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.93408203125}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.89697265625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9737955729166666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.9365234375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.89892578125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9736328125}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.93994140625}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.9013671875}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9736328125}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.939453125}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.90234375}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.97314453125}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94091796875}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.9033203125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.97265625}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94189453125}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.90478515625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9713541666666666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.943359375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.90673828125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.97119140625}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.943359375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.908203125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.970703125}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94482421875}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.91015625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9694010416666666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.9453125}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.91064453125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9680989583333334}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.9462890625}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.9111328125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9666341145833334}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94677734375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.912109375}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9664713541666666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94677734375}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.9130859375}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9640299479166666}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94775390625}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.91455078125}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9617513020833334}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.94873046875}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.916015625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9602864583333334}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.9482421875}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.9150390625}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9588216145833334}, {"start": 2340.62, "end": 2340.62, "word": " means", "probability": 0.9501953125}, {"start": 2340.62, "end": 2340.62, "word": " recycling.", "probability": 0.91748046875}, {"start": 2340.62, "end": 2340.62, "word": " Recycling", "probability": 0.9563802083333334}], "temperature": 1.0}, {"id": 90, "seek": 235012, "start": 2340.66, "end": 2350.12, "text": " It is not mandatory to apply this concept in ListView, but it is mandatory to apply it in RecycledView, as we will see in the next lecture", "tokens": [467, 307, 406, 22173, 281, 3079, 341, 3410, 294, 17668, 30203, 11, 457, 309, 307, 22173, 281, 3079, 309, 294, 1300, 1344, 24804, 30203, 11, 382, 321, 486, 536, 294, 264, 958, 7991], "avg_logprob": -0.489889730425442, "compression_ratio": 1.3495145631067962, "no_speech_prob": 0.0, "words": [{"start": 2340.66, "end": 2341.36, "word": " It", "probability": 0.08355712890625}, {"start": 2341.36, "end": 2342.04, "word": " is", "probability": 0.52490234375}, {"start": 2342.04, "end": 2342.04, "word": " not", "probability": 0.6953125}, {"start": 2342.04, "end": 2343.68, "word": " mandatory", "probability": 0.288330078125}, {"start": 2343.68, "end": 2343.9, "word": " to", "probability": 0.7353515625}, {"start": 2343.9, "end": 2344.2, "word": " apply", "probability": 0.55419921875}, {"start": 2344.2, "end": 2344.34, "word": " this", "probability": 0.52783203125}, {"start": 2344.34, "end": 2344.64, "word": " concept", "probability": 0.214599609375}, {"start": 2344.64, "end": 2345.24, "word": " in", "probability": 0.6044921875}, {"start": 2345.24, "end": 2345.74, "word": " ListView,", "probability": 0.6263427734375}, {"start": 2345.8, "end": 2346.0, "word": " but", "probability": 0.8408203125}, {"start": 2346.0, "end": 2346.08, "word": " it", "probability": 0.68505859375}, {"start": 2346.08, "end": 2346.16, "word": " is", "probability": 0.80322265625}, {"start": 2346.16, "end": 2346.42, "word": " mandatory", "probability": 0.7529296875}, {"start": 2346.42, "end": 2346.6, "word": " to", "probability": 0.888671875}, {"start": 2346.6, "end": 2346.94, "word": " apply", "probability": 0.86572265625}, {"start": 2346.94, "end": 2347.1, "word": " it", "probability": 0.83642578125}, {"start": 2347.1, "end": 2347.2, "word": " in", "probability": 0.83642578125}, {"start": 2347.2, "end": 2348.68, "word": " RecycledView,", "probability": 0.6474609375}, {"start": 2348.72, "end": 2348.82, "word": " as", "probability": 0.79296875}, {"start": 2348.82, "end": 2348.92, "word": " we", "probability": 0.75830078125}, {"start": 2348.92, "end": 2349.04, "word": " will", "probability": 0.71240234375}, {"start": 2349.04, "end": 2349.32, "word": " see", "probability": 0.91015625}, {"start": 2349.32, "end": 2349.76, "word": " in", "probability": 0.8515625}, {"start": 2349.76, "end": 2349.78, "word": " the", "probability": 0.8427734375}, {"start": 2349.78, "end": 2349.78, "word": " next", "probability": 0.77490234375}, {"start": 2349.78, "end": 2350.12, "word": " lecture", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 91, "seek": 237776, "start": 2351.16, "end": 2377.76, "text": "The second thing is customization. You can make a list view like windows phone programs. You can find the first line divided into two parts. This line is like this. Here is a big triangle. You can make any shape you want for the list view. You can divide it as you want. It gives more flexibility. You can make animation with it. To use the list view.", "tokens": [2278, 1150, 551, 307, 39387, 13, 509, 393, 652, 257, 1329, 1910, 411, 9309, 2593, 4268, 13, 509, 393, 915, 264, 700, 1622, 6666, 666, 732, 3166, 13, 639, 1622, 307, 411, 341, 13, 1692, 307, 257, 955, 13369, 13, 509, 393, 652, 604, 3909, 291, 528, 337, 264, 1329, 1910, 13, 509, 393, 9845, 309, 382, 291, 528, 13, 467, 2709, 544, 12635, 13, 509, 393, 652, 9603, 365, 309, 13, 1407, 764, 264, 1329, 1910, 13], "avg_logprob": -0.6649525572982016, "compression_ratio": 1.7727272727272727, "no_speech_prob": 0.0, "words": [{"start": 2351.16, "end": 2351.6, "word": "The", "probability": 0.33984375}, {"start": 2351.6, "end": 2352.18, "word": " second", "probability": 0.50341796875}, {"start": 2352.18, "end": 2352.18, "word": " thing", "probability": 0.52880859375}, {"start": 2352.18, "end": 2352.54, "word": " is", "probability": 0.72216796875}, {"start": 2352.54, "end": 2353.42, "word": " customization.", "probability": 0.36767578125}, {"start": 2354.54, "end": 2354.94, "word": " You", "probability": 0.7548828125}, {"start": 2354.94, "end": 2355.16, "word": " can", "probability": 0.916015625}, {"start": 2355.16, "end": 2355.46, "word": " make", "probability": 0.213134765625}, {"start": 2355.46, "end": 2355.54, "word": " a", "probability": 0.2044677734375}, {"start": 2355.54, "end": 2357.88, "word": " list", "probability": 0.62646484375}, {"start": 2357.88, "end": 2358.22, "word": " view", "probability": 0.74755859375}, {"start": 2358.22, "end": 2358.84, "word": " like", "probability": 0.1888427734375}, {"start": 2358.84, "end": 2360.44, "word": " windows", "probability": 0.53857421875}, {"start": 2360.44, "end": 2360.9, "word": " phone", "probability": 0.74267578125}, {"start": 2360.9, "end": 2360.9, "word": " programs.", "probability": 0.160400390625}, {"start": 2361.2, "end": 2361.28, "word": " You", "probability": 0.375}, {"start": 2361.28, "end": 2361.52, "word": " can", "probability": 0.609375}, {"start": 2361.52, "end": 2361.64, "word": " find", "probability": 0.278076171875}, {"start": 2361.64, "end": 2361.84, "word": " the", "probability": 0.421875}, {"start": 2361.84, "end": 2362.3, "word": " first", "probability": 0.64453125}, {"start": 2362.3, "end": 2362.3, "word": " line", "probability": 0.79638671875}, {"start": 2362.3, "end": 2362.68, "word": " divided", "probability": 0.364013671875}, {"start": 2362.68, "end": 2362.8, "word": " into", "probability": 0.47607421875}, {"start": 2362.8, "end": 2363.16, "word": " two", "probability": 0.80224609375}, {"start": 2363.16, "end": 2363.16, "word": " parts.", "probability": 0.6572265625}, {"start": 2363.94, "end": 2364.46, "word": " This", "probability": 0.355712890625}, {"start": 2364.46, "end": 2364.72, "word": " line", "probability": 0.8095703125}, {"start": 2364.72, "end": 2365.0, "word": " is", "probability": 0.51513671875}, {"start": 2365.0, "end": 2365.12, "word": " like", "probability": 0.8037109375}, {"start": 2365.12, "end": 2365.4, "word": " this.", "probability": 0.609375}, {"start": 2365.9, "end": 2366.34, "word": " Here", "probability": 0.2271728515625}, {"start": 2366.34, "end": 2366.52, "word": " is", "probability": 0.6533203125}, {"start": 2366.52, "end": 2366.58, "word": " a", "probability": 0.8984375}, {"start": 2366.58, "end": 2366.58, "word": " big", "probability": 0.7197265625}, {"start": 2366.58, "end": 2366.84, "word": " triangle.", "probability": 0.060882568359375}, {"start": 2368.34, "end": 2368.86, "word": " You", "probability": 0.8427734375}, {"start": 2368.86, "end": 2369.08, "word": " can", "probability": 0.94384765625}, {"start": 2369.08, "end": 2369.34, "word": " make", "probability": 0.74267578125}, {"start": 2369.34, "end": 2369.5, "word": " any", "probability": 0.77294921875}, {"start": 2369.5, "end": 2369.76, "word": " shape", "probability": 0.69970703125}, {"start": 2369.76, "end": 2370.02, "word": " you", "probability": 0.3671875}, {"start": 2370.02, "end": 2370.06, "word": " want", "probability": 0.62841796875}, {"start": 2370.06, "end": 2370.18, "word": " for", "probability": 0.51220703125}, {"start": 2370.18, "end": 2370.2, "word": " the", "probability": 0.62109375}, {"start": 2370.2, "end": 2370.44, "word": " list", "probability": 0.884765625}, {"start": 2370.44, "end": 2371.28, "word": " view.", "probability": 0.81103515625}, {"start": 2371.44, "end": 2371.44, "word": " You", "probability": 0.2529296875}, {"start": 2371.44, "end": 2371.48, "word": " can", "probability": 0.7890625}, {"start": 2371.48, "end": 2371.68, "word": " divide", "probability": 0.5830078125}, {"start": 2371.68, "end": 2372.2, "word": " it", "probability": 0.609375}, {"start": 2372.2, "end": 2372.3, "word": " as", "probability": 0.2210693359375}, {"start": 2372.3, "end": 2372.38, "word": " you", "probability": 0.75634765625}, {"start": 2372.38, "end": 2372.56, "word": " want.", "probability": 0.5654296875}, {"start": 2373.56, "end": 2373.96, "word": " It", "probability": 0.611328125}, {"start": 2373.96, "end": 2374.14, "word": " gives", "probability": 0.391357421875}, {"start": 2374.14, "end": 2374.26, "word": " more", "probability": 0.4130859375}, {"start": 2374.26, "end": 2374.54, "word": " flexibility.", "probability": 0.56103515625}, {"start": 2374.98, "end": 2375.02, "word": " You", "probability": 0.74169921875}, {"start": 2375.02, "end": 2375.14, "word": " can", "probability": 0.8857421875}, {"start": 2375.14, "end": 2375.3, "word": " make", "probability": 0.45166015625}, {"start": 2375.3, "end": 2375.76, "word": " animation", "probability": 0.5146484375}, {"start": 2375.76, "end": 2375.92, "word": " with", "probability": 0.2137451171875}, {"start": 2375.92, "end": 2375.92, "word": " it.", "probability": 0.85302734375}, {"start": 2376.3, "end": 2376.76, "word": " To", "probability": 0.36767578125}, {"start": 2376.76, "end": 2377.18, "word": " use", "probability": 0.492431640625}, {"start": 2377.18, "end": 2377.36, "word": " the", "probability": 0.66259765625}, {"start": 2377.36, "end": 2377.54, "word": " list", "probability": 0.87158203125}, {"start": 2377.54, "end": 2377.76, "word": " view.", "probability": 0.8837890625}], "temperature": 1.0}, {"id": 92, "seek": 238978, "start": 2379.58, "end": 2389.78, "text": " Why did I explain the ListView in the beginning? Because this depends on the ViewHolder.", "tokens": [1545, 630, 286, 2903, 264, 17668, 30203, 294, 264, 2863, 30, 1436, 341, 5946, 322, 264, 13909, 42347, 260, 13], "avg_logprob": -0.588541655313401, "compression_ratio": 1.072289156626506, "no_speech_prob": 1.5020370483398438e-05, "words": [{"start": 2379.58, "end": 2380.18, "word": " Why", "probability": 0.2144775390625}, {"start": 2380.18, "end": 2380.32, "word": " did", "probability": 0.552734375}, {"start": 2380.32, "end": 2380.62, "word": " I", "probability": 0.91552734375}, {"start": 2380.62, "end": 2380.92, "word": " explain", "probability": 0.72998046875}, {"start": 2380.92, "end": 2381.18, "word": " the", "probability": 0.2587890625}, {"start": 2381.18, "end": 2381.64, "word": " ListView", "probability": 0.62353515625}, {"start": 2381.64, "end": 2381.76, "word": " in", "probability": 0.470703125}, {"start": 2381.76, "end": 2381.84, "word": " the", "probability": 0.87255859375}, {"start": 2381.84, "end": 2382.12, "word": " beginning?", "probability": 0.357666015625}, {"start": 2382.8, "end": 2383.3, "word": " Because", "probability": 0.468017578125}, {"start": 2383.3, "end": 2387.5, "word": " this", "probability": 0.356201171875}, {"start": 2387.5, "end": 2387.84, "word": " depends", "probability": 0.576171875}, {"start": 2387.84, "end": 2389.04, "word": " on", "probability": 0.94140625}, {"start": 2389.04, "end": 2389.28, "word": " the", "probability": 0.73291015625}, {"start": 2389.28, "end": 2389.78, "word": " ViewHolder.", "probability": 0.7926432291666666}], "temperature": 1.0}, {"id": 93, "seek": 243794, "start": 2409.53, "end": 2437.95, "text": " If we go to the containers, guys, the list view is in the legacy, legacy of the things, what is the name of the legacy? The heritage, the old one. If we go to the containers, you will find here a recycler view, okay? Take the recycler view and put it here. What does it tell you? The library is not loaded, okay? It tells you to load it, okay? So I say okay, so it adds it on its own.", "tokens": [759, 321, 352, 281, 264, 17089, 11, 1074, 11, 264, 1329, 1910, 307, 294, 264, 11711, 11, 11711, 295, 264, 721, 11, 437, 307, 264, 1315, 295, 264, 11711, 30, 440, 16040, 11, 264, 1331, 472, 13, 759, 321, 352, 281, 264, 17089, 11, 291, 486, 915, 510, 257, 12036, 66, 1918, 1910, 11, 1392, 30, 3664, 264, 12036, 66, 1918, 1910, 293, 829, 309, 510, 13, 708, 775, 309, 980, 291, 30, 440, 6405, 307, 406, 13210, 11, 1392, 30, 467, 5112, 291, 281, 3677, 309, 11, 1392, 30, 407, 286, 584, 1392, 11, 370, 309, 10860, 309, 322, 1080, 1065, 13], "avg_logprob": -0.47896634242855585, "compression_ratio": 1.8333333333333333, "no_speech_prob": 0.0, "words": [{"start": 2409.53, "end": 2409.77, "word": " If", "probability": 0.59033203125}, {"start": 2409.77, "end": 2410.07, "word": " we", "probability": 0.84716796875}, {"start": 2410.07, "end": 2410.07, "word": " go", "probability": 0.6064453125}, {"start": 2410.07, "end": 2410.27, "word": " to", "probability": 0.90478515625}, {"start": 2410.27, "end": 2410.41, "word": " the", "probability": 0.2802734375}, {"start": 2410.41, "end": 2410.97, "word": " containers,", "probability": 0.82470703125}, {"start": 2411.21, "end": 2411.47, "word": " guys,", "probability": 0.2381591796875}, {"start": 2412.21, "end": 2413.47, "word": " the", "probability": 0.65673828125}, {"start": 2413.47, "end": 2413.71, "word": " list", "probability": 0.81787109375}, {"start": 2413.71, "end": 2413.91, "word": " view", "probability": 0.73095703125}, {"start": 2413.91, "end": 2414.05, "word": " is", "probability": 0.818359375}, {"start": 2414.05, "end": 2414.33, "word": " in", "probability": 0.335205078125}, {"start": 2414.33, "end": 2414.43, "word": " the", "probability": 0.333740234375}, {"start": 2414.43, "end": 2414.69, "word": " legacy,", "probability": 0.89208984375}, {"start": 2415.19, "end": 2415.55, "word": " legacy", "probability": 0.73388671875}, {"start": 2415.55, "end": 2415.75, "word": " of", "probability": 0.483154296875}, {"start": 2415.75, "end": 2415.83, "word": " the", "probability": 0.2095947265625}, {"start": 2415.83, "end": 2416.13, "word": " things,", "probability": 0.52734375}, {"start": 2416.31, "end": 2416.47, "word": " what", "probability": 0.416748046875}, {"start": 2416.47, "end": 2416.55, "word": " is", "probability": 0.6845703125}, {"start": 2416.55, "end": 2416.73, "word": " the", "probability": 0.74072265625}, {"start": 2416.73, "end": 2416.73, "word": " name", "probability": 0.736328125}, {"start": 2416.73, "end": 2416.83, "word": " of", "probability": 0.91552734375}, {"start": 2416.83, "end": 2416.89, "word": " the", "probability": 0.64892578125}, {"start": 2416.89, "end": 2417.13, "word": " legacy?", "probability": 0.93701171875}, {"start": 2417.25, "end": 2417.33, "word": " The", "probability": 0.390380859375}, {"start": 2417.33, "end": 2417.67, "word": " heritage,", "probability": 0.36669921875}, {"start": 2417.99, "end": 2418.27, "word": " the", "probability": 0.7255859375}, {"start": 2418.27, "end": 2418.49, "word": " old", "probability": 0.86328125}, {"start": 2418.49, "end": 2418.69, "word": " one.", "probability": 0.57080078125}, {"start": 2419.01, "end": 2419.13, "word": " If", "probability": 0.44384765625}, {"start": 2419.13, "end": 2419.41, "word": " we", "probability": 0.818359375}, {"start": 2419.41, "end": 2419.55, "word": " go", "probability": 0.72021484375}, {"start": 2419.55, "end": 2419.81, "word": " to", "probability": 0.5869140625}, {"start": 2419.81, "end": 2420.41, "word": " the", "probability": 0.263916015625}, {"start": 2420.41, "end": 2420.95, "word": " containers,", "probability": 0.91943359375}, {"start": 2421.01, "end": 2421.13, "word": " you", "probability": 0.71435546875}, {"start": 2421.13, "end": 2421.21, "word": " will", "probability": 0.73095703125}, {"start": 2421.21, "end": 2421.41, "word": " find", "probability": 0.7890625}, {"start": 2421.41, "end": 2421.89, "word": " here", "probability": 0.27587890625}, {"start": 2421.89, "end": 2422.95, "word": " a", "probability": 0.1851806640625}, {"start": 2422.95, "end": 2423.51, "word": " recycler", "probability": 0.81689453125}, {"start": 2423.51, "end": 2423.77, "word": " view,", "probability": 0.91552734375}, {"start": 2424.07, "end": 2424.35, "word": " okay?", "probability": 0.31884765625}, {"start": 2425.13, "end": 2425.51, "word": " Take", "probability": 0.60107421875}, {"start": 2425.51, "end": 2425.67, "word": " the", "probability": 0.61474609375}, {"start": 2425.67, "end": 2426.09, "word": " recycler", "probability": 0.8922526041666666}, {"start": 2426.09, "end": 2426.49, "word": " view", "probability": 0.89404296875}, {"start": 2426.49, "end": 2427.13, "word": " and", "probability": 0.6044921875}, {"start": 2427.13, "end": 2427.37, "word": " put", "probability": 0.7744140625}, {"start": 2427.37, "end": 2427.47, "word": " it", "probability": 0.89453125}, {"start": 2427.47, "end": 2427.79, "word": " here.", "probability": 0.8232421875}, {"start": 2429.47, "end": 2429.95, "word": " What", "probability": 0.65966796875}, {"start": 2429.95, "end": 2430.03, "word": " does", "probability": 0.7685546875}, {"start": 2430.03, "end": 2430.07, "word": " it", "probability": 0.44921875}, {"start": 2430.07, "end": 2430.19, "word": " tell", "probability": 0.5078125}, {"start": 2430.19, "end": 2430.35, "word": " you?", "probability": 0.9443359375}, {"start": 2430.35, "end": 2430.45, "word": " The", "probability": 0.78662109375}, {"start": 2430.45, "end": 2430.83, "word": " library", "probability": 0.904296875}, {"start": 2430.83, "end": 2431.15, "word": " is", "probability": 0.76904296875}, {"start": 2431.15, "end": 2431.17, "word": " not", "probability": 0.85205078125}, {"start": 2431.17, "end": 2431.55, "word": " loaded,", "probability": 0.74267578125}, {"start": 2431.99, "end": 2432.25, "word": " okay?", "probability": 0.8212890625}, {"start": 2432.37, "end": 2432.71, "word": " It", "probability": 0.4658203125}, {"start": 2432.71, "end": 2433.65, "word": " tells", "probability": 0.48876953125}, {"start": 2433.65, "end": 2433.73, "word": " you", "probability": 0.91552734375}, {"start": 2433.73, "end": 2433.83, "word": " to", "probability": 0.48486328125}, {"start": 2433.83, "end": 2434.05, "word": " load", "probability": 0.59228515625}, {"start": 2434.05, "end": 2434.53, "word": " it,", "probability": 0.89404296875}, {"start": 2434.71, "end": 2435.45, "word": " okay?", "probability": 0.7646484375}, {"start": 2435.57, "end": 2435.71, "word": " So", "probability": 0.73388671875}, {"start": 2435.71, "end": 2435.77, "word": " I", "probability": 0.3193359375}, {"start": 2435.77, "end": 2435.87, "word": " say", "probability": 0.44970703125}, {"start": 2435.87, "end": 2436.19, "word": " okay,", "probability": 0.74169921875}, {"start": 2436.29, "end": 2436.41, "word": " so", "probability": 0.548828125}, {"start": 2436.41, "end": 2436.59, "word": " it", "probability": 0.533203125}, {"start": 2436.59, "end": 2436.91, "word": " adds", "probability": 0.5419921875}, {"start": 2436.91, "end": 2437.21, "word": " it", "probability": 0.8603515625}, {"start": 2437.21, "end": 2437.75, "word": " on", "probability": 0.284912109375}, {"start": 2437.75, "end": 2437.95, "word": " its", "probability": 0.8564453125}, {"start": 2437.95, "end": 2437.95, "word": " own.", "probability": 0.90380859375}], "temperature": 1.0}, {"id": 94, "seek": 246858, "start": 2441.64, "end": 2468.58, "text": " Of course, for the first time, you might need internet, but after that, it's okay. Of course, I'm a guest in another project, so I'll add him. Because I went to the XML, and this is the code of the RecyclerView, let's do what? On the screen.", "tokens": [2720, 1164, 11, 337, 264, 700, 565, 11, 291, 1062, 643, 4705, 11, 457, 934, 300, 11, 309, 311, 1392, 13, 2720, 1164, 11, 286, 478, 257, 8341, 294, 1071, 1716, 11, 370, 286, 603, 909, 796, 13, 1436, 286, 1437, 281, 264, 43484, 11, 293, 341, 307, 264, 3089, 295, 264, 1300, 1344, 66, 1918, 30203, 11, 718, 311, 360, 437, 30, 1282, 264, 2568, 13], "avg_logprob": -0.5781249947407666, "compression_ratio": 1.3828571428571428, "no_speech_prob": 0.0, "words": [{"start": 2441.64, "end": 2441.86, "word": " Of", "probability": 0.119384765625}, {"start": 2441.86, "end": 2441.94, "word": " course,", "probability": 0.8896484375}, {"start": 2441.98, "end": 2442.06, "word": " for", "probability": 0.1375732421875}, {"start": 2442.06, "end": 2442.22, "word": " the", "probability": 0.84765625}, {"start": 2442.22, "end": 2442.22, "word": " first", "probability": 0.8740234375}, {"start": 2442.22, "end": 2442.54, "word": " time,", "probability": 0.8837890625}, {"start": 2442.86, "end": 2442.98, "word": " you", "probability": 0.2420654296875}, {"start": 2442.98, "end": 2443.18, "word": " might", "probability": 0.451171875}, {"start": 2443.18, "end": 2443.48, "word": " need", "probability": 0.8935546875}, {"start": 2443.48, "end": 2443.84, "word": " internet,", "probability": 0.5888671875}, {"start": 2444.2, "end": 2444.36, "word": " but", "probability": 0.77392578125}, {"start": 2444.36, "end": 2444.54, "word": " after", "probability": 0.336669921875}, {"start": 2444.54, "end": 2444.86, "word": " that,", "probability": 0.7216796875}, {"start": 2445.16, "end": 2445.4, "word": " it's", "probability": 0.4327392578125}, {"start": 2445.4, "end": 2445.54, "word": " okay.", "probability": 0.31298828125}, {"start": 2445.7, "end": 2445.84, "word": " Of", "probability": 0.47802734375}, {"start": 2445.84, "end": 2445.84, "word": " course,", "probability": 0.9638671875}, {"start": 2445.86, "end": 2446.28, "word": " I'm", "probability": 0.68896484375}, {"start": 2446.28, "end": 2446.28, "word": " a", "probability": 0.380859375}, {"start": 2446.28, "end": 2446.28, "word": " guest", "probability": 0.82373046875}, {"start": 2446.28, "end": 2446.44, "word": " in", "probability": 0.64111328125}, {"start": 2446.44, "end": 2446.52, "word": " another", "probability": 0.7880859375}, {"start": 2446.52, "end": 2446.88, "word": " project,", "probability": 0.951171875}, {"start": 2447.7, "end": 2448.0, "word": " so", "probability": 0.87890625}, {"start": 2448.0, "end": 2449.46, "word": " I'll", "probability": 0.4388427734375}, {"start": 2449.46, "end": 2449.5, "word": " add", "probability": 0.493408203125}, {"start": 2449.5, "end": 2449.96, "word": " him.", "probability": 0.383544921875}, {"start": 2459.76, "end": 2460.3, "word": " Because", "probability": 0.330322265625}, {"start": 2460.3, "end": 2460.5, "word": " I", "probability": 0.9296875}, {"start": 2460.5, "end": 2460.7, "word": " went", "probability": 0.62939453125}, {"start": 2460.7, "end": 2460.88, "word": " to", "probability": 0.8505859375}, {"start": 2460.88, "end": 2461.02, "word": " the", "probability": 0.544921875}, {"start": 2461.02, "end": 2461.42, "word": " XML,", "probability": 0.53076171875}, {"start": 2461.92, "end": 2462.98, "word": " and", "probability": 0.8017578125}, {"start": 2462.98, "end": 2463.16, "word": " this", "probability": 0.55029296875}, {"start": 2463.16, "end": 2463.24, "word": " is", "probability": 0.921875}, {"start": 2463.24, "end": 2463.26, "word": " the", "probability": 0.8515625}, {"start": 2463.26, "end": 2463.56, "word": " code", "probability": 0.921875}, {"start": 2463.56, "end": 2463.92, "word": " of", "probability": 0.6484375}, {"start": 2463.92, "end": 2464.32, "word": " the", "probability": 0.46240234375}, {"start": 2464.32, "end": 2465.04, "word": " RecyclerView,", "probability": 0.86689453125}, {"start": 2465.16, "end": 2465.54, "word": " let's", "probability": 0.87646484375}, {"start": 2465.54, "end": 2465.76, "word": " do", "probability": 0.28271484375}, {"start": 2465.76, "end": 2466.14, "word": " what?", "probability": 0.75390625}, {"start": 2467.56, "end": 2468.1, "word": " On", "probability": 0.387451171875}, {"start": 2468.1, "end": 2468.48, "word": " the", "probability": 0.734375}, {"start": 2468.48, "end": 2468.58, "word": " screen.", "probability": 0.449951171875}], "temperature": 1.0}, {"id": 95, "seek": 249502, "start": 2474.14, "end": 2495.02, "text": " Ok, this is what? This is the weakness of the RecyclerView Now, with the same tool that we used in the ListView Because of that, what do I have to do? I have to tell it to open and go open the ListView program that we made a while ago Why does it have to open it? We were not in the beginning", "tokens": [3477, 11, 341, 307, 437, 30, 639, 307, 264, 12772, 295, 264, 1300, 1344, 66, 1918, 30203, 823, 11, 365, 264, 912, 2290, 300, 321, 1143, 294, 264, 17668, 30203, 1436, 295, 300, 11, 437, 360, 286, 362, 281, 360, 30, 286, 362, 281, 980, 309, 281, 1269, 293, 352, 1269, 264, 17668, 30203, 1461, 300, 321, 1027, 257, 1339, 2057, 1545, 775, 309, 362, 281, 1269, 309, 30, 492, 645, 406, 294, 264, 2863], "avg_logprob": -0.5941611763678099, "compression_ratio": 1.646067415730337, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2474.14, "end": 2474.5, "word": " Ok,", "probability": 0.12152099609375}, {"start": 2474.84, "end": 2475.06, "word": " this", "probability": 0.400146484375}, {"start": 2475.06, "end": 2475.14, "word": " is", "probability": 0.794921875}, {"start": 2475.14, "end": 2475.36, "word": " what?", "probability": 0.27587890625}, {"start": 2475.42, "end": 2475.56, "word": " This", "probability": 0.57080078125}, {"start": 2475.56, "end": 2475.62, "word": " is", "probability": 0.83837890625}, {"start": 2475.62, "end": 2475.92, "word": " the", "probability": 0.272216796875}, {"start": 2475.92, "end": 2475.94, "word": " weakness", "probability": 0.1256103515625}, {"start": 2475.94, "end": 2476.68, "word": " of", "probability": 0.650390625}, {"start": 2476.68, "end": 2476.7, "word": " the", "probability": 0.42626953125}, {"start": 2476.7, "end": 2477.38, "word": " RecyclerView", "probability": 0.734521484375}, {"start": 2477.38, "end": 2480.4, "word": " Now,", "probability": 0.66796875}, {"start": 2480.56, "end": 2480.78, "word": " with", "probability": 0.2052001953125}, {"start": 2480.78, "end": 2481.1, "word": " the", "probability": 0.9150390625}, {"start": 2481.1, "end": 2481.1, "word": " same", "probability": 0.8427734375}, {"start": 2481.1, "end": 2481.4, "word": " tool", "probability": 0.242919921875}, {"start": 2481.4, "end": 2481.82, "word": " that", "probability": 0.55419921875}, {"start": 2481.82, "end": 2481.86, "word": " we", "probability": 0.8916015625}, {"start": 2481.86, "end": 2482.22, "word": " used", "probability": 0.450439453125}, {"start": 2482.22, "end": 2483.82, "word": " in", "probability": 0.53759765625}, {"start": 2483.82, "end": 2483.88, "word": " the", "probability": 0.619140625}, {"start": 2483.88, "end": 2484.32, "word": " ListView", "probability": 0.898681640625}, {"start": 2484.32, "end": 2485.0, "word": " Because", "probability": 0.2015380859375}, {"start": 2485.0, "end": 2485.18, "word": " of", "probability": 0.9140625}, {"start": 2485.18, "end": 2485.22, "word": " that,", "probability": 0.56640625}, {"start": 2485.4, "end": 2485.5, "word": " what", "probability": 0.69970703125}, {"start": 2485.5, "end": 2485.62, "word": " do", "probability": 0.200439453125}, {"start": 2485.62, "end": 2485.62, "word": " I", "probability": 0.9228515625}, {"start": 2485.62, "end": 2485.74, "word": " have", "probability": 0.45166015625}, {"start": 2485.74, "end": 2485.74, "word": " to", "probability": 0.97021484375}, {"start": 2485.74, "end": 2485.9, "word": " do?", "probability": 0.95947265625}, {"start": 2485.98, "end": 2486.04, "word": " I", "probability": 0.85888671875}, {"start": 2486.04, "end": 2486.14, "word": " have", "probability": 0.7568359375}, {"start": 2486.14, "end": 2486.22, "word": " to", "probability": 0.97216796875}, {"start": 2486.22, "end": 2486.3, "word": " tell", "probability": 0.269775390625}, {"start": 2486.3, "end": 2486.42, "word": " it", "probability": 0.64306640625}, {"start": 2486.42, "end": 2486.46, "word": " to", "probability": 0.5078125}, {"start": 2486.46, "end": 2486.82, "word": " open", "probability": 0.84814453125}, {"start": 2486.82, "end": 2488.04, "word": " and", "probability": 0.2744140625}, {"start": 2488.04, "end": 2488.26, "word": " go", "probability": 0.267578125}, {"start": 2488.26, "end": 2488.52, "word": " open", "probability": 0.37109375}, {"start": 2488.52, "end": 2490.02, "word": " the", "probability": 0.68994140625}, {"start": 2490.02, "end": 2490.9, "word": " ListView", "probability": 0.71728515625}, {"start": 2490.9, "end": 2490.9, "word": " program", "probability": 0.56005859375}, {"start": 2490.9, "end": 2491.0, "word": " that", "probability": 0.75390625}, {"start": 2491.0, "end": 2491.02, "word": " we", "probability": 0.85400390625}, {"start": 2491.02, "end": 2491.24, "word": " made", "probability": 0.22509765625}, {"start": 2491.24, "end": 2491.48, "word": " a", "probability": 0.333740234375}, {"start": 2491.48, "end": 2491.7, "word": " while", "probability": 0.74267578125}, {"start": 2491.7, "end": 2492.9, "word": " ago", "probability": 0.83447265625}, {"start": 2492.9, "end": 2493.28, "word": " Why", "probability": 0.66845703125}, {"start": 2493.28, "end": 2493.4, "word": " does", "probability": 0.68115234375}, {"start": 2493.4, "end": 2493.4, "word": " it", "probability": 0.93896484375}, {"start": 2493.4, "end": 2493.52, "word": " have", "probability": 0.7490234375}, {"start": 2493.52, "end": 2493.58, "word": " to", "probability": 0.97119140625}, {"start": 2493.58, "end": 2493.76, "word": " open", "probability": 0.89892578125}, {"start": 2493.76, "end": 2493.9, "word": " it?", "probability": 0.66455078125}, {"start": 2494.16, "end": 2494.38, "word": " We", "probability": 0.264892578125}, {"start": 2494.38, "end": 2494.52, "word": " were", "probability": 0.287109375}, {"start": 2494.52, "end": 2494.52, "word": " not", "probability": 0.90478515625}, {"start": 2494.52, "end": 2494.72, "word": " in", "probability": 0.433349609375}, {"start": 2494.72, "end": 2494.84, "word": " the", "probability": 0.921875}, {"start": 2494.84, "end": 2495.02, "word": " beginning", "probability": 0.4365234375}], "temperature": 1.0}, {"id": 96, "seek": 252415, "start": 2496.55, "end": 2524.15, "text": " We want to design for element, we want to design for element here We want to design class, we want to design class here We want to design adapter, we want to design adapter here That's it So to save time, I went to ListView program, took the class and put it here This is the class person", "tokens": [492, 528, 281, 1715, 337, 4478, 11, 321, 528, 281, 1715, 337, 4478, 510, 492, 528, 281, 1715, 1508, 11, 321, 528, 281, 1715, 1508, 510, 492, 528, 281, 1715, 22860, 11, 321, 528, 281, 1715, 22860, 510, 663, 311, 309, 407, 281, 3155, 565, 11, 286, 1437, 281, 17668, 30203, 1461, 11, 1890, 264, 1508, 293, 829, 309, 510, 639, 307, 264, 1508, 954], "avg_logprob": -0.5411931917522893, "compression_ratio": 2.125, "no_speech_prob": 0.0, "words": [{"start": 2496.55, "end": 2496.81, "word": " We", "probability": 0.1898193359375}, {"start": 2496.81, "end": 2497.39, "word": " want", "probability": 0.3017578125}, {"start": 2497.39, "end": 2497.53, "word": " to", "probability": 0.89111328125}, {"start": 2497.53, "end": 2498.21, "word": " design", "probability": 0.407470703125}, {"start": 2498.21, "end": 2498.41, "word": " for", "probability": 0.2296142578125}, {"start": 2498.41, "end": 2498.77, "word": " element,", "probability": 0.4248046875}, {"start": 2499.39, "end": 2499.49, "word": " we", "probability": 0.47265625}, {"start": 2499.49, "end": 2499.63, "word": " want", "probability": 0.5986328125}, {"start": 2499.63, "end": 2499.69, "word": " to", "probability": 0.884765625}, {"start": 2499.69, "end": 2499.87, "word": " design", "probability": 0.833984375}, {"start": 2499.87, "end": 2500.41, "word": " for", "probability": 0.6728515625}, {"start": 2500.41, "end": 2500.75, "word": " element", "probability": 0.91259765625}, {"start": 2500.75, "end": 2500.75, "word": " here", "probability": 0.385009765625}, {"start": 2500.75, "end": 2501.09, "word": " We", "probability": 0.52490234375}, {"start": 2501.09, "end": 2501.33, "word": " want", "probability": 0.8583984375}, {"start": 2501.33, "end": 2501.53, "word": " to", "probability": 0.96142578125}, {"start": 2501.53, "end": 2501.75, "word": " design", "probability": 0.436767578125}, {"start": 2501.75, "end": 2502.27, "word": " class,", "probability": 0.5810546875}, {"start": 2502.73, "end": 2502.81, "word": " we", "probability": 0.8203125}, {"start": 2502.81, "end": 2503.03, "word": " want", "probability": 0.87158203125}, {"start": 2503.03, "end": 2503.03, "word": " to", "probability": 0.9560546875}, {"start": 2503.03, "end": 2503.21, "word": " design", "probability": 0.95556640625}, {"start": 2503.21, "end": 2503.75, "word": " class", "probability": 0.88525390625}, {"start": 2503.75, "end": 2504.01, "word": " here", "probability": 0.796875}, {"start": 2504.01, "end": 2504.71, "word": " We", "probability": 0.54833984375}, {"start": 2504.71, "end": 2505.15, "word": " want", "probability": 0.85888671875}, {"start": 2505.15, "end": 2505.17, "word": " to", "probability": 0.96923828125}, {"start": 2505.17, "end": 2505.33, "word": " design", "probability": 0.9052734375}, {"start": 2505.33, "end": 2505.91, "word": " adapter,", "probability": 0.7470703125}, {"start": 2506.49, "end": 2506.49, "word": " we", "probability": 0.5986328125}, {"start": 2506.49, "end": 2506.69, "word": " want", "probability": 0.84765625}, {"start": 2506.69, "end": 2506.69, "word": " to", "probability": 0.9189453125}, {"start": 2506.69, "end": 2506.71, "word": " design", "probability": 0.90380859375}, {"start": 2506.71, "end": 2507.89, "word": " adapter", "probability": 0.85888671875}, {"start": 2507.89, "end": 2508.05, "word": " here", "probability": 0.337646484375}, {"start": 2508.05, "end": 2508.67, "word": " That's", "probability": 0.474029541015625}, {"start": 2508.67, "end": 2509.57, "word": " it", "probability": 0.69287109375}, {"start": 2509.57, "end": 2510.17, "word": " So", "probability": 0.24267578125}, {"start": 2510.17, "end": 2510.93, "word": " to", "probability": 0.32958984375}, {"start": 2510.93, "end": 2511.27, "word": " save", "probability": 0.88720703125}, {"start": 2511.27, "end": 2511.63, "word": " time,", "probability": 0.7587890625}, {"start": 2511.75, "end": 2511.79, "word": " I", "probability": 0.9150390625}, {"start": 2511.79, "end": 2511.99, "word": " went", "probability": 0.63720703125}, {"start": 2511.99, "end": 2513.77, "word": " to", "probability": 0.951171875}, {"start": 2513.77, "end": 2515.81, "word": " ListView", "probability": 0.5489501953125}, {"start": 2515.81, "end": 2515.83, "word": " program,", "probability": 0.423583984375}, {"start": 2515.97, "end": 2516.25, "word": " took", "probability": 0.290283203125}, {"start": 2516.25, "end": 2516.43, "word": " the", "probability": 0.74267578125}, {"start": 2516.43, "end": 2516.89, "word": " class", "probability": 0.9658203125}, {"start": 2516.89, "end": 2518.13, "word": " and", "probability": 0.389892578125}, {"start": 2518.13, "end": 2518.43, "word": " put", "probability": 0.447265625}, {"start": 2518.43, "end": 2521.13, "word": " it", "probability": 0.7353515625}, {"start": 2521.13, "end": 2521.13, "word": " here", "probability": 0.199951171875}, {"start": 2521.13, "end": 2523.37, "word": " This", "probability": 0.64794921875}, {"start": 2523.37, "end": 2523.49, "word": " is", "probability": 0.5947265625}, {"start": 2523.49, "end": 2523.51, "word": " the", "probability": 0.3916015625}, {"start": 2523.51, "end": 2523.73, "word": " class", "probability": 0.943359375}, {"start": 2523.73, "end": 2524.15, "word": " person", "probability": 0.57470703125}], "temperature": 1.0}, {"id": 97, "seek": 254931, "start": 2526.05, "end": 2549.31, "text": " and then go to layout this is personal item design and put it also in the layout then go to main activity what we were doing guys?", "tokens": [293, 550, 352, 281, 13333, 341, 307, 2973, 3174, 1715, 293, 829, 309, 611, 294, 264, 13333, 550, 352, 281, 2135, 5191, 437, 321, 645, 884, 1074, 30], "avg_logprob": -0.5002693801090635, "compression_ratio": 1.3789473684210527, "no_speech_prob": 0.0, "words": [{"start": 2526.05, "end": 2526.27, "word": " and", "probability": 0.156494140625}, {"start": 2526.27, "end": 2526.63, "word": " then", "probability": 0.6865234375}, {"start": 2526.63, "end": 2526.97, "word": " go", "probability": 0.75537109375}, {"start": 2526.97, "end": 2527.11, "word": " to", "probability": 0.93798828125}, {"start": 2527.11, "end": 2527.77, "word": " layout", "probability": 0.58935546875}, {"start": 2527.77, "end": 2530.71, "word": " this", "probability": 0.2978515625}, {"start": 2530.71, "end": 2530.73, "word": " is", "probability": 0.9052734375}, {"start": 2530.73, "end": 2531.15, "word": " personal", "probability": 0.70654296875}, {"start": 2531.15, "end": 2531.43, "word": " item", "probability": 0.92578125}, {"start": 2531.43, "end": 2532.03, "word": " design", "probability": 0.9736328125}, {"start": 2532.03, "end": 2533.51, "word": " and", "probability": 0.5625}, {"start": 2533.51, "end": 2533.75, "word": " put", "probability": 0.2529296875}, {"start": 2533.75, "end": 2533.93, "word": " it", "probability": 0.83447265625}, {"start": 2533.93, "end": 2534.21, "word": " also", "probability": 0.22412109375}, {"start": 2534.21, "end": 2534.31, "word": " in", "probability": 0.84130859375}, {"start": 2534.31, "end": 2534.41, "word": " the", "probability": 0.498291015625}, {"start": 2534.41, "end": 2534.89, "word": " layout", "probability": 0.958984375}, {"start": 2534.89, "end": 2542.81, "word": " then", "probability": 0.46240234375}, {"start": 2542.81, "end": 2543.17, "word": " go", "probability": 0.869140625}, {"start": 2543.17, "end": 2543.29, "word": " to", "probability": 0.9619140625}, {"start": 2543.29, "end": 2543.51, "word": " main", "probability": 0.57177734375}, {"start": 2543.51, "end": 2544.09, "word": " activity", "probability": 0.89013671875}, {"start": 2544.09, "end": 2548.47, "word": " what", "probability": 0.431396484375}, {"start": 2548.47, "end": 2548.71, "word": " we", "probability": 0.439453125}, {"start": 2548.71, "end": 2548.71, "word": " were", "probability": 0.419921875}, {"start": 2548.71, "end": 2548.93, "word": " doing", "probability": 0.9208984375}, {"start": 2548.93, "end": 2549.31, "word": " guys?", "probability": 0.72802734375}], "temperature": 1.0}, {"id": 98, "seek": 258563, "start": 2557.17, "end": 2585.63, "text": " And here in the main activity, we created the persons. Yes, we also need the photos of the guys that are not present there. Okay, here is the second. And then below,", "tokens": [400, 510, 294, 264, 2135, 5191, 11, 321, 2942, 264, 14453, 13, 1079, 11, 321, 611, 643, 264, 5787, 295, 264, 1074, 300, 366, 406, 1974, 456, 13, 1033, 11, 510, 307, 264, 1150, 13, 400, 550, 2507, 11], "avg_logprob": -0.6988281369209289, "compression_ratio": 1.371900826446281, "no_speech_prob": 0.0, "words": [{"start": 2557.17, "end": 2557.43, "word": " And", "probability": 0.2056884765625}, {"start": 2557.43, "end": 2557.57, "word": " here", "probability": 0.38037109375}, {"start": 2557.57, "end": 2557.71, "word": " in", "probability": 0.56884765625}, {"start": 2557.71, "end": 2557.83, "word": " the", "probability": 0.42333984375}, {"start": 2557.83, "end": 2557.93, "word": " main", "probability": 0.63720703125}, {"start": 2557.93, "end": 2558.49, "word": " activity,", "probability": 0.88623046875}, {"start": 2558.95, "end": 2559.15, "word": " we", "probability": 0.802734375}, {"start": 2559.15, "end": 2559.51, "word": " created", "probability": 0.427490234375}, {"start": 2559.51, "end": 2560.11, "word": " the", "probability": 0.188720703125}, {"start": 2560.11, "end": 2560.55, "word": " persons.", "probability": 0.83251953125}, {"start": 2561.73, "end": 2561.99, "word": " Yes,", "probability": 0.29443359375}, {"start": 2562.03, "end": 2562.07, "word": " we", "probability": 0.71337890625}, {"start": 2562.07, "end": 2562.23, "word": " also", "probability": 0.67236328125}, {"start": 2562.23, "end": 2562.69, "word": " need", "probability": 0.6962890625}, {"start": 2562.69, "end": 2563.07, "word": " the", "probability": 0.362548828125}, {"start": 2563.07, "end": 2563.29, "word": " photos", "probability": 0.36572265625}, {"start": 2563.29, "end": 2563.41, "word": " of", "probability": 0.95703125}, {"start": 2563.41, "end": 2563.49, "word": " the", "probability": 0.67236328125}, {"start": 2563.49, "end": 2563.73, "word": " guys", "probability": 0.2171630859375}, {"start": 2563.73, "end": 2563.89, "word": " that", "probability": 0.291015625}, {"start": 2563.89, "end": 2563.97, "word": " are", "probability": 0.765625}, {"start": 2563.97, "end": 2563.97, "word": " not", "probability": 0.89111328125}, {"start": 2563.97, "end": 2564.25, "word": " present", "probability": 0.327392578125}, {"start": 2564.25, "end": 2564.61, "word": " there.", "probability": 0.3740234375}, {"start": 2583.07, "end": 2583.53, "word": " Okay,", "probability": 0.2188720703125}, {"start": 2583.69, "end": 2583.85, "word": " here", "probability": 0.304443359375}, {"start": 2583.85, "end": 2583.93, "word": " is", "probability": 0.48095703125}, {"start": 2583.93, "end": 2583.97, "word": " the", "probability": 0.86767578125}, {"start": 2583.97, "end": 2584.15, "word": " second.", "probability": 0.89404296875}, {"start": 2584.79, "end": 2585.17, "word": " And", "probability": 0.6728515625}, {"start": 2585.17, "end": 2585.37, "word": " then", "probability": 0.607421875}, {"start": 2585.37, "end": 2585.63, "word": " below,", "probability": 0.371337890625}], "temperature": 1.0}, {"id": 99, "seek": 261089, "start": 2586.87, "end": 2610.89, "text": "We were not getting the ListView, we will get RecyclerView The V is equal to FindViewByID R.ID.RecyclerView And then what is left for us to do? We make the adapter. It makes a new class And we call it Java class", "tokens": [4360, 645, 406, 1242, 264, 17668, 30203, 11, 321, 486, 483, 1300, 1344, 66, 1918, 30203, 440, 691, 307, 2681, 281, 11809, 30203, 27690, 2777, 497, 13, 2777, 13, 8524, 1344, 66, 1918, 30203, 400, 550, 437, 307, 1411, 337, 505, 281, 360, 30, 492, 652, 264, 22860, 13, 467, 1669, 257, 777, 1508, 400, 321, 818, 309, 10745, 1508], "avg_logprob": -0.5783811749004927, "compression_ratio": 1.388157894736842, "no_speech_prob": 0.0, "words": [{"start": 2586.87, "end": 2587.13, "word": "We", "probability": 0.1922607421875}, {"start": 2587.13, "end": 2587.21, "word": " were", "probability": 0.10223388671875}, {"start": 2587.21, "end": 2587.21, "word": " not", "probability": 0.875}, {"start": 2587.21, "end": 2587.59, "word": " getting", "probability": 0.34521484375}, {"start": 2587.59, "end": 2587.75, "word": " the", "probability": 0.5380859375}, {"start": 2587.75, "end": 2588.19, "word": " ListView,", "probability": 0.6373291015625}, {"start": 2588.83, "end": 2589.07, "word": " we", "probability": 0.56298828125}, {"start": 2589.07, "end": 2589.09, "word": " will", "probability": 0.30615234375}, {"start": 2589.09, "end": 2589.29, "word": " get", "probability": 0.82177734375}, {"start": 2589.29, "end": 2593.99, "word": " RecyclerView", "probability": 0.781591796875}, {"start": 2593.99, "end": 2594.53, "word": " The", "probability": 0.06817626953125}, {"start": 2594.53, "end": 2594.75, "word": " V", "probability": 0.2379150390625}, {"start": 2594.75, "end": 2595.41, "word": " is", "probability": 0.298095703125}, {"start": 2595.41, "end": 2595.61, "word": " equal", "probability": 0.75634765625}, {"start": 2595.61, "end": 2595.71, "word": " to", "probability": 0.94140625}, {"start": 2595.71, "end": 2597.65, "word": " FindViewByID", "probability": 0.57470703125}, {"start": 2597.65, "end": 2598.11, "word": " R", "probability": 0.3466796875}, {"start": 2598.11, "end": 2598.87, "word": ".ID", "probability": 0.778076171875}, {"start": 2598.87, "end": 2602.13, "word": ".RecyclerView", "probability": 0.9263509114583334}, {"start": 2602.13, "end": 2603.21, "word": " And", "probability": 0.5791015625}, {"start": 2603.21, "end": 2603.45, "word": " then", "probability": 0.52978515625}, {"start": 2603.45, "end": 2603.63, "word": " what", "probability": 0.74365234375}, {"start": 2603.63, "end": 2603.67, "word": " is", "probability": 0.365966796875}, {"start": 2603.67, "end": 2603.79, "word": " left", "probability": 0.81103515625}, {"start": 2603.79, "end": 2603.91, "word": " for", "probability": 0.258056640625}, {"start": 2603.91, "end": 2604.11, "word": " us", "probability": 0.94091796875}, {"start": 2604.11, "end": 2604.55, "word": " to", "probability": 0.365478515625}, {"start": 2604.55, "end": 2604.57, "word": " do?", "probability": 0.9375}, {"start": 2604.75, "end": 2604.87, "word": " We", "probability": 0.446044921875}, {"start": 2604.87, "end": 2605.03, "word": " make", "probability": 0.3173828125}, {"start": 2605.03, "end": 2605.17, "word": " the", "probability": 0.5126953125}, {"start": 2605.17, "end": 2605.51, "word": " adapter.", "probability": 0.67919921875}, {"start": 2605.63, "end": 2605.79, "word": " It", "probability": 0.415283203125}, {"start": 2605.79, "end": 2605.89, "word": " makes", "probability": 0.43359375}, {"start": 2605.89, "end": 2606.03, "word": " a", "probability": 0.9609375}, {"start": 2606.03, "end": 2606.61, "word": " new", "probability": 0.89892578125}, {"start": 2606.61, "end": 2606.63, "word": " class", "probability": 0.9677734375}, {"start": 2606.63, "end": 2608.45, "word": " And", "probability": 0.37451171875}, {"start": 2608.45, "end": 2608.63, "word": " we", "probability": 0.82373046875}, {"start": 2608.63, "end": 2608.87, "word": " call", "probability": 0.5546875}, {"start": 2608.87, "end": 2609.45, "word": " it", "probability": 0.89111328125}, {"start": 2609.45, "end": 2610.33, "word": " Java", "probability": 0.623046875}, {"start": 2610.33, "end": 2610.89, "word": " class", "probability": 0.416748046875}], "temperature": 1.0}, {"id": 100, "seek": 262953, "start": 2613.71, "end": 2629.53, "text": " Before the adapter, here it forces you to use the view holder pattern. So before we make the adapter, you have to make a class for whom? For the view holder. Because when we make extend, it will ask for it. It will ask us to make it.", "tokens": [4546, 264, 22860, 11, 510, 309, 5874, 291, 281, 764, 264, 1910, 20349, 5102, 13, 407, 949, 321, 652, 264, 22860, 11, 291, 362, 281, 652, 257, 1508, 337, 7101, 30, 1171, 264, 1910, 20349, 13, 1436, 562, 321, 652, 10101, 11, 309, 486, 1029, 337, 309, 13, 467, 486, 1029, 505, 281, 652, 309, 13], "avg_logprob": -0.48053728488453645, "compression_ratio": 1.625, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2613.71, "end": 2614.11, "word": " Before", "probability": 0.55615234375}, {"start": 2614.11, "end": 2614.23, "word": " the", "probability": 0.431396484375}, {"start": 2614.23, "end": 2614.57, "word": " adapter,", "probability": 0.76806640625}, {"start": 2615.61, "end": 2616.73, "word": " here", "probability": 0.5380859375}, {"start": 2616.73, "end": 2616.97, "word": " it", "probability": 0.234130859375}, {"start": 2616.97, "end": 2617.19, "word": " forces", "probability": 0.59619140625}, {"start": 2617.19, "end": 2617.39, "word": " you", "probability": 0.89990234375}, {"start": 2617.39, "end": 2617.59, "word": " to", "probability": 0.96240234375}, {"start": 2617.59, "end": 2618.25, "word": " use", "probability": 0.87255859375}, {"start": 2618.25, "end": 2618.85, "word": " the", "probability": 0.7138671875}, {"start": 2618.85, "end": 2619.03, "word": " view", "probability": 0.50732421875}, {"start": 2619.03, "end": 2619.29, "word": " holder", "probability": 0.55322265625}, {"start": 2619.29, "end": 2619.63, "word": " pattern.", "probability": 0.88427734375}, {"start": 2619.83, "end": 2619.83, "word": " So", "probability": 0.344970703125}, {"start": 2619.83, "end": 2620.05, "word": " before", "probability": 0.630859375}, {"start": 2620.05, "end": 2620.25, "word": " we", "probability": 0.51513671875}, {"start": 2620.25, "end": 2620.37, "word": " make", "probability": 0.51611328125}, {"start": 2620.37, "end": 2620.53, "word": " the", "probability": 0.83935546875}, {"start": 2620.53, "end": 2620.91, "word": " adapter,", "probability": 0.86279296875}, {"start": 2621.83, "end": 2622.01, "word": " you", "probability": 0.6220703125}, {"start": 2622.01, "end": 2622.11, "word": " have", "probability": 0.406982421875}, {"start": 2622.11, "end": 2622.29, "word": " to", "probability": 0.966796875}, {"start": 2622.29, "end": 2622.63, "word": " make", "probability": 0.434814453125}, {"start": 2622.63, "end": 2622.79, "word": " a", "probability": 0.82177734375}, {"start": 2622.79, "end": 2623.13, "word": " class", "probability": 0.9169921875}, {"start": 2623.13, "end": 2623.31, "word": " for", "probability": 0.66162109375}, {"start": 2623.31, "end": 2623.45, "word": " whom?", "probability": 0.262939453125}, {"start": 2623.97, "end": 2624.37, "word": " For", "probability": 0.6962890625}, {"start": 2624.37, "end": 2624.47, "word": " the", "probability": 0.728515625}, {"start": 2624.47, "end": 2624.63, "word": " view", "probability": 0.8203125}, {"start": 2624.63, "end": 2624.79, "word": " holder.", "probability": 0.81689453125}, {"start": 2624.85, "end": 2624.95, "word": " Because", "probability": 0.7314453125}, {"start": 2624.95, "end": 2625.17, "word": " when", "probability": 0.461181640625}, {"start": 2625.17, "end": 2625.63, "word": " we", "probability": 0.779296875}, {"start": 2625.63, "end": 2625.77, "word": " make", "probability": 0.6103515625}, {"start": 2625.77, "end": 2626.15, "word": " extend,", "probability": 0.273193359375}, {"start": 2626.27, "end": 2626.27, "word": " it", "probability": 0.44921875}, {"start": 2626.27, "end": 2626.41, "word": " will", "probability": 0.6650390625}, {"start": 2626.41, "end": 2626.57, "word": " ask", "probability": 0.415771484375}, {"start": 2626.57, "end": 2626.73, "word": " for", "probability": 0.607421875}, {"start": 2626.73, "end": 2626.73, "word": " it.", "probability": 0.74169921875}, {"start": 2627.69, "end": 2628.09, "word": " It", "probability": 0.54638671875}, {"start": 2628.09, "end": 2628.19, "word": " will", "probability": 0.85595703125}, {"start": 2628.19, "end": 2628.37, "word": " ask", "probability": 0.5244140625}, {"start": 2628.37, "end": 2628.47, "word": " us", "probability": 0.283447265625}, {"start": 2628.47, "end": 2628.79, "word": " to", "probability": 0.7646484375}, {"start": 2628.79, "end": 2629.33, "word": " make", "probability": 0.62158203125}, {"start": 2629.33, "end": 2629.53, "word": " it.", "probability": 0.876953125}], "temperature": 1.0}, {"id": 101, "seek": 265335, "start": 2630.27, "end": 2653.35, "text": " So how do I tell you to make a view? Let's continue next time. Next time, we'll make the adapter all together. Did you notice that we made a new application, added the RecyclerView, and all the things that are in the shared ListView, which are design the element and make the class, and put the data in the activity? What do we have left? We make an adapter and continue the next lecture. Okay, thank you.", "tokens": [407, 577, 360, 286, 980, 291, 281, 652, 257, 1910, 30, 961, 311, 2354, 958, 565, 13, 3087, 565, 11, 321, 603, 652, 264, 22860, 439, 1214, 13, 2589, 291, 3449, 300, 321, 1027, 257, 777, 3861, 11, 3869, 264, 1300, 1344, 66, 1918, 30203, 11, 293, 439, 264, 721, 300, 366, 294, 264, 5507, 17668, 30203, 11, 597, 366, 1715, 264, 4478, 293, 652, 264, 1508, 11, 293, 829, 264, 1412, 294, 264, 5191, 30, 708, 360, 321, 362, 1411, 30, 492, 652, 364, 22860, 293, 2354, 264, 958, 7991, 13, 1033, 11, 1309, 291, 13], "avg_logprob": -0.5433673645768847, "compression_ratio": 1.6571428571428573, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 2630.27, "end": 2630.49, "word": " So", "probability": 0.246826171875}, {"start": 2630.49, "end": 2630.69, "word": " how", "probability": 0.498046875}, {"start": 2630.69, "end": 2630.75, "word": " do", "probability": 0.401123046875}, {"start": 2630.75, "end": 2630.79, "word": " I", "probability": 0.352783203125}, {"start": 2630.79, "end": 2630.89, "word": " tell", "probability": 0.56884765625}, {"start": 2630.89, "end": 2631.03, "word": " you", "probability": 0.86083984375}, {"start": 2631.03, "end": 2631.15, "word": " to", "probability": 0.8876953125}, {"start": 2631.15, "end": 2631.25, "word": " make", "probability": 0.308349609375}, {"start": 2631.25, "end": 2631.39, "word": " a", "probability": 0.6171875}, {"start": 2631.39, "end": 2631.55, "word": " view?", "probability": 0.43212890625}, {"start": 2631.97, "end": 2632.41, "word": " Let's", "probability": 0.6875}, {"start": 2632.41, "end": 2632.63, "word": " continue", "probability": 0.39404296875}, {"start": 2632.63, "end": 2632.79, "word": " next", "probability": 0.450927734375}, {"start": 2632.79, "end": 2633.27, "word": " time.", "probability": 0.845703125}, {"start": 2633.79, "end": 2634.23, "word": " Next", "probability": 0.64453125}, {"start": 2634.23, "end": 2634.45, "word": " time,", "probability": 0.880859375}, {"start": 2634.67, "end": 2634.77, "word": " we'll", "probability": 0.6434326171875}, {"start": 2634.77, "end": 2634.87, "word": " make", "probability": 0.62060546875}, {"start": 2634.87, "end": 2634.99, "word": " the", "probability": 0.48876953125}, {"start": 2634.99, "end": 2635.33, "word": " adapter", "probability": 0.60009765625}, {"start": 2635.33, "end": 2635.55, "word": " all", "probability": 0.272705078125}, {"start": 2635.55, "end": 2635.85, "word": " together.", "probability": 0.68896484375}, {"start": 2635.93, "end": 2636.17, "word": " Did", "probability": 0.39111328125}, {"start": 2636.17, "end": 2636.17, "word": " you", "probability": 0.9716796875}, {"start": 2636.17, "end": 2636.23, "word": " notice", "probability": 0.6220703125}, {"start": 2636.23, "end": 2636.35, "word": " that", "probability": 0.494140625}, {"start": 2636.35, "end": 2636.69, "word": " we", "probability": 0.853515625}, {"start": 2636.69, "end": 2636.95, "word": " made", "probability": 0.454345703125}, {"start": 2636.95, "end": 2637.11, "word": " a", "probability": 0.9814453125}, {"start": 2637.11, "end": 2637.67, "word": " new", "probability": 0.916015625}, {"start": 2637.67, "end": 2637.67, "word": " application,", "probability": 0.65478515625}, {"start": 2638.29, "end": 2638.63, "word": " added", "probability": 0.72802734375}, {"start": 2638.63, "end": 2638.79, "word": " the", "probability": 0.576171875}, {"start": 2638.79, "end": 2639.61, "word": " RecyclerView,", "probability": 0.799169921875}, {"start": 2640.21, "end": 2640.41, "word": " and", "probability": 0.8505859375}, {"start": 2640.41, "end": 2640.65, "word": " all", "probability": 0.81787109375}, {"start": 2640.65, "end": 2640.83, "word": " the", "probability": 0.74609375}, {"start": 2640.83, "end": 2641.19, "word": " things", "probability": 0.5830078125}, {"start": 2641.19, "end": 2641.41, "word": " that", "probability": 0.384765625}, {"start": 2641.41, "end": 2641.53, "word": " are", "probability": 0.7841796875}, {"start": 2641.53, "end": 2641.87, "word": " in", "probability": 0.5458984375}, {"start": 2641.87, "end": 2641.99, "word": " the", "probability": 0.83740234375}, {"start": 2641.99, "end": 2641.99, "word": " shared", "probability": 0.492919921875}, {"start": 2641.99, "end": 2642.43, "word": " ListView,", "probability": 0.7303466796875}, {"start": 2643.09, "end": 2643.13, "word": " which", "probability": 0.5947265625}, {"start": 2643.13, "end": 2643.31, "word": " are", "probability": 0.509765625}, {"start": 2643.31, "end": 2643.61, "word": " design", "probability": 0.182861328125}, {"start": 2643.61, "end": 2643.77, "word": " the", "probability": 0.546875}, {"start": 2643.77, "end": 2644.11, "word": " element", "probability": 0.78466796875}, {"start": 2644.11, "end": 2644.73, "word": " and", "probability": 0.64453125}, {"start": 2644.73, "end": 2644.93, "word": " make", "probability": 0.57861328125}, {"start": 2644.93, "end": 2645.07, "word": " the", "probability": 0.80029296875}, {"start": 2645.07, "end": 2645.53, "word": " class,", "probability": 0.96044921875}, {"start": 2646.25, "end": 2646.55, "word": " and", "probability": 0.81591796875}, {"start": 2646.55, "end": 2646.69, "word": " put", "probability": 0.1947021484375}, {"start": 2646.69, "end": 2646.69, "word": " the", "probability": 0.61962890625}, {"start": 2646.69, "end": 2646.89, "word": " data", "probability": 0.9267578125}, {"start": 2646.89, "end": 2647.17, "word": " in", "probability": 0.371337890625}, {"start": 2647.17, "end": 2647.47, "word": " the", "probability": 0.80615234375}, {"start": 2647.47, "end": 2647.89, "word": " activity?", "probability": 0.7353515625}, {"start": 2648.35, "end": 2648.51, "word": " What", "probability": 0.36572265625}, {"start": 2648.51, "end": 2648.59, "word": " do", "probability": 0.161865234375}, {"start": 2648.59, "end": 2648.67, "word": " we", "probability": 0.9580078125}, {"start": 2648.67, "end": 2648.67, "word": " have", "probability": 0.6962890625}, {"start": 2648.67, "end": 2648.67, "word": " left?", "probability": 0.7900390625}, {"start": 2649.63, "end": 2650.01, "word": " We", "probability": 0.8076171875}, {"start": 2650.01, "end": 2650.11, "word": " make", "probability": 0.63671875}, {"start": 2650.11, "end": 2650.27, "word": " an", "probability": 0.54052734375}, {"start": 2650.27, "end": 2650.49, "word": " adapter", "probability": 0.837890625}, {"start": 2650.49, "end": 2650.67, "word": " and", "probability": 0.689453125}, {"start": 2650.67, "end": 2650.89, "word": " continue", "probability": 0.55908203125}, {"start": 2650.89, "end": 2651.01, "word": " the", "probability": 0.322998046875}, {"start": 2651.01, "end": 2651.01, "word": " next", "probability": 0.6708984375}, {"start": 2651.01, "end": 2651.29, "word": " lecture.", "probability": 0.74267578125}, {"start": 2652.59, "end": 2653.03, "word": " Okay,", "probability": 0.2474365234375}, {"start": 2653.15, "end": 2653.29, "word": " thank", "probability": 0.2373046875}, {"start": 2653.29, "end": 2653.35, "word": " you.", "probability": 0.9638671875}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2653.9015, "duration_after_vad": 2257.8062499999915} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY.srt new file mode 100644 index 0000000000000000000000000000000000000000..94bdfd5ed90c47d2d11a2c120ccd8cbaf137feb9 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY.srt @@ -0,0 +1,1498 @@ +1 +00:00:20,840 --> 00:00:25,650 +السلام عليكم يا جماعة. في المحاضرة الماضية بدأنا عمل + +2 +00:00:25,650 --> 00:00:31,350 +تطبيق لمسابقة. بدأنا في الواجهة الرئيسية التي كانت + +3 +00:00:31,350 --> 00:00:34,370 +بسيطة، اللي هو تدخل اسمك و تضغط على زر موافق. + +4 +00:00:34,370 --> 00:00:37,590 +وتعلمنا فيها يعني شيء جديد، اللي هو كيف نعمل + +5 +00:00:37,590 --> 00:00:41,950 +dialogue، تمام؟ وكيف نتعامل مع زر الـ back في الـ + +6 +00:00:41,950 --> 00:00:45,790 +جوال، والاسم الذي وضعناه نبعته للـ + +7 +00:00:45,790 --> 00:00:48,430 +activity الجديدة التي سميناها الـ comp activity. + +8 +00:00:48,430 --> 00:00:51,950 +لأن هذه الـ activity تصميمها موجود هنا. + +9 +00:00:55,230 --> 00:00:57,970 +طبعًا صممناها في المحاضرة الماضية، وهي عبارة عن ثلاثة + +10 +00:00:57,970 --> 00:01:01,210 +أزرار، ثلاثة options. في عندي صورة هنا، إذا كان + +11 +00:01:01,210 --> 00:01:04,990 +السؤال صورة، في عندي text view، وفي عندي هنا يظهر + +12 +00:01:04,990 --> 00:01:08,570 +اسم المستخدم، وهنا يظهر عندي الرصيد، تمام، الذي هو + +13 +00:01:08,570 --> 00:01:15,410 +يبدأ من صفر مبدئيًا. الآن، المفروض خلينا نفكر في logic + +14 +00:01:15,410 --> 00:01:19,330 +بالترتيب. أول ما تشتغل الـ activity هذه، ماذا يجب + +15 +00:01:19,330 --> 00:01:25,150 +أن يصير؟ يتعبأ بالسؤال، يجب أن يكون في الأول code + +16 +00:01:25,150 --> 00:01:29,570 +يقرا الأسئلة. اتفقنا أن الأسئلة موجودة في ملف + +17 +00:01:29,570 --> 00:01:36,910 +text، يقرأ الأسئلة هذه كلها، ويخلطها، عشان يختار + +18 +00:01:36,910 --> 00:01:42,070 +منها سؤالًا معينًا، ويعرضه في الشاشة، تمام. يجب قبل ما + +19 +00:01:42,070 --> 00:01:46,150 +نعمل احنا عرض للمعلومات، أن نكتب code يقرأ + +20 +00:01:46,150 --> 00:01:50,530 +الأسئلة، ويحضرها، ويجمعها كلها في array، تمام، ويختار + +21 +00:01:50,530 --> 00:01:53,590 +منها سؤالًا عشوائيًا. وبعدين، آخر مرحلة، بدنا إضافة على + +22 +00:01:53,590 --> 00:01:58,090 +الشاشة. واضح الترتيب يا جماعة؟ الآن، ماذا نفعل؟ أنا + +23 +00:01:58,090 --> 00:02:02,860 +بدنا ملف الـ text هذا، وهو مكانه على سطح المكتب. لا يمكن + +24 +00:02:02,860 --> 00:02:06,160 +قراءته، يجب أن يكون موجودًا داخل الـ project. غدًا، + +25 +00:02:06,160 --> 00:02:09,040 +ستضعه على الجوال، ولن تقول اقرأ من الـ C والـ D بتاع + +26 +00:02:09,040 --> 00:02:13,980 +الـ pc، يجب أن يكون ضمن الـ project، كل الملفات، صور، + +27 +00:02:13,980 --> 00:02:19,620 +text file، video، صوت. الآن، بدنا نتعلم شيء جديد، نحن + +28 +00:02:19,620 --> 00:02:24,460 +رأينا أن الصور نضعها في مجلد drawable، تمام، الـ xml + +29 +00:02:24,460 --> 00:02:27,960 +كله نضعه في مجلد layout، إذا كان تصميمًا، أو الـ + +30 +00:02:27,960 --> 00:02:33,410 +values، إذا كان style أو string أو color أو غيره، لكن + +31 +00:02:33,410 --> 00:02:36,570 +يعني أنها في الـ... مثل هذا المشروع، نتعامل مع ملفات + +32 +00:02:36,570 --> 00:02:40,370 +من أنواع أخرى، text file، نقرأ منه بيانات، ملفات صوت، + +33 +00:02:40,370 --> 00:02:44,470 +سنتعامل معها أيضًا. أين نضع هذه الملفات؟ لأن في + +34 +00:02:44,470 --> 00:02:49,490 +الـ Android، في عندك خياران لوضع الملفات + +35 +00:02:49,490 --> 00:02:53,090 +التي ليست standard، أو مثل ملفات الصوت، أو + +36 +00:02:53,090 --> 00:02:57,570 +ملفات الـ text، أو غيره. الخيار الأول، في مجلد يسمى + +37 +00:02:57,570 --> 00:02:58,490 +الـ assets folder. + +38 +00:03:02,210 --> 00:03:08,490 +assets folder، يعني مجلد يجب أن يكون اسمه assets، باسم + +39 +00:03:08,490 --> 00:03:12,210 +ثابت، طبعًا، متعارف عليه. يجب أن تضع هذا المجلد في + +40 +00:03:12,210 --> 00:03:16,690 +مكان معين، باسم معين، وتضع الملفات فيه. بعدين، يصير + +41 +00:03:16,690 --> 00:03:20,470 +في الـ code الخاص بك، تقرأها بسهولة، عن طريق أن تقول + +42 +00:03:20,470 --> 00:03:24,550 +get assets، كما سنرى قليلًا، method اسمها get + +43 +00:03:24,550 --> 00:03:30,280 +assets، بعدين تقول له open، مثلًا للملف الخاص بك. هذا هو + +44 +00:03:30,280 --> 00:03:33,360 +الخيار الأول. الخيار الثاني يقول لي: في مجلد آخر + +45 +00:03:33,360 --> 00:03:37,080 +أيضًا في الـ Android، أو في الـ project، يمكنك عمله، + +46 +00:03:37,080 --> 00:03:38,560 +يسمى الـ raw folder. + +47 +00:03:41,540 --> 00:03:44,840 +يسمى الـ raw folder. دائمًا، الـ raw يعني ماذا؟ + +48 +00:03:44,840 --> 00:03:47,780 +الأشياء الأولية، المواد الأولية، تسمى raw + +49 +00:03:47,780 --> 00:03:51,680 +material، تمام؟ نفس الشيء، يمكنك أن تضع في الـ + +50 +00:03:51,680 --> 00:03:55,840 +raw folder أي ملفات، مثل نصوص، أو صوت، أو غيره. + +51 +00:03:55,840 --> 00:04:00,000 +ما هو الفرق بين الـ assets والـ raw folder؟ الـ raw folder + +52 +00:04:00,000 --> 00:04:03,380 +يختلف عن الـ assets بأن هذا مكون داخل مجلد الـ + +53 +00:04:03,380 --> 00:04:07,600 +resources، ليس في عندي resources هنا، تمام؟ هنا نصنع + +54 +00:04:07,600 --> 00:04:13,140 +مجلدًا اسمه raw، تمام؟ الـ assets يكون داخل ماذا؟ الـ + +55 +00:04:13,140 --> 00:04:16,180 +application، يعني هنا، مع هذه، تمام؟ مع مجلد الـ + +56 +00:04:16,180 --> 00:04:19,700 +Java. طبعًا، الاختلاف ليس فقط في المكان، لأن أي شيء + +57 +00:04:19,700 --> 00:04:24,320 +نحن نعرف أنه داخل الـ resources، نصنع له ID، يعني أنت + +58 +00:04:24,320 --> 00:04:27,850 +عندما تضع شيء في الـ drawable، الـ drawable موجودة برقم + +59 +00:04:27,850 --> 00:04:33,170 +معرف باسم الصورة. + +60 +00:04:33,170 --> 00:04:41,740 +باستخدام رقم تعريف باسم الصورة. أي شيء موجود في + +61 +00:04:41,740 --> 00:04:45,960 +الـ values، هو موجود ضمن الـ resources، أي string + +62 +00:04:45,960 --> 00:04:49,700 +موجود أيضًا، نصنع له ID، بدلًا من أن تستطيع جلبها من + +63 +00:04:49,700 --> 00:04:54,160 +R.string.كذا، لم نفعلها في المحاضرة الماضية. فأي + +64 +00:04:54,160 --> 00:04:59,260 +شيء تضعُه داخل الـ raw، نصنع له ID، فيصبح اسمه R + +65 +00:04:59,260 --> 00:05:06,720 +.raw.اسم الملف. طيب، في الـ assets، لا، لا نصنع له + +66 +00:05:06,720 --> 00:05:12,570 +ID. الآن، متى نستخدم هذه؟ ومتى نستخدم هذه؟ حسب احتياجات + +67 +00:05:12,570 --> 00:05:17,430 +التطبيق. يعني، مثلًا، مثلًا، مرات تشغيل media player، يقول لك + +68 +00:05:17,430 --> 00:05:22,110 +أنت، عشان تشغل ملف صوت، يجب أن يكون له ID، مثلًا، حسب + +69 +00:05:22,110 --> 00:05:26,630 +احتياجات الـ function الخاصة بك. إذا كان يريد ID، ضعه + +70 +00:05:26,630 --> 00:05:31,290 +في الـ raw، إذا كان يمكن تشغيل الملف بدون ID، ضعه في + +71 +00:05:31,290 --> 00:05:35,830 +الـ assets. ماشي يا جماعة؟ الآن، سنحاول الاثنين. + +72 +00:05:38,870 --> 00:05:41,430 +الآن، طبعًا، أنا عندي هنا في المجلد، في الـ project، + +73 +00:05:41,430 --> 00:05:44,410 +الذي عندي، فيه assets folder، وفيه raw + +74 +00:05:44,410 --> 00:05:47,210 +folder. لنبدأ أولًا، لكي نفعل assets folder، + +75 +00:05:47,210 --> 00:05:51,250 +تذهب إلى الـ project الخاص بك، وتقول له new، اه، وفي + +76 +00:05:51,250 --> 00:05:55,370 +عندك هنا folder، تشاهده، ليس هنا، أنت في contentious + +77 +00:05:55,370 --> 00:05:59,650 +activity. من فضلك، تذهب إلى folder، وفي عنده هنا، في + +78 +00:05:59,650 --> 00:06:05,030 +الـ folder، خيار آخر اسمه assets folder، تمام؟ + +79 +00:06:05,930 --> 00:06:08,510 +هو الـ finish، يجب وضعه طبعًا في الـ... في الـ main + +80 +00:06:08,510 --> 00:06:13,050 +activity. ماذا تجد هنا؟ مجلد اسمه assets. طيب، أنا + +81 +00:06:13,050 --> 00:06:16,110 +لماذا أريد استخدام الـ assets هذا حاليًا؟ أريد وضع + +82 +00:06:16,110 --> 00:06:21,210 +ملف الـ text الخاص بالأسئلة، فنأتي بملف الأسئلة. + +83 +00:06:21,210 --> 00:06:24,450 +طبعًا، ماذا فعلت أنا؟ لكي لا... لا تواجه هذه المشكلة، + +84 +00:06:24,450 --> 00:06:27,170 +نحن نكتب النص بالعربية، صحيح؟ عندما تذهب لتفعل + +85 +00:06:27,170 --> 00:06:33,950 +save as، تمام؟ اختر الـ encoding UTF-8، تمام؟ لكي + +86 +00:06:33,950 --> 00:06:35,330 +يبقى متعرفًا على العربية. + +87 +00:06:38,770 --> 00:06:43,130 +وبعدين، نقوم بالـ copy، + +88 +00:06:43,130 --> 00:06:49,810 +ونضعه داخل الـ assets، تمام. انتهى، نضع الملف هنا. + +89 +00:06:49,810 --> 00:06:55,630 +الآن، + +90 +00:06:55,630 --> 00:07:00,740 +نأتي إلى code الـ activity، لكي نقرأ هذه الأسئلة، طيب، + +91 +00:07:00,740 --> 00:07:05,200 +نحن أيضًا تفحصنا... شاهد وتعلم. أرجو أن البرمجة + +92 +00:07:05,200 --> 00:07:08,720 +ليست كلها حفظ functions ومكتبات، بل في طريقة تفكير + +93 +00:07:08,720 --> 00:07:10,800 +للبرمجة، أن ننظر إلى الأسئلة الموجودة + +94 +00:07:10,800 --> 00:07:14,600 +عندنا. نحن تكلمنا المرة الماضية، أن كل سؤال مكون + +95 +00:07:14,600 --> 00:07:20,200 +من ستة أسطر. السطر الأول، السؤال، الصحيح، والثلاثة + +96 +00:07:20,200 --> 00:07:25,780 +الخيارات، بعده. انتهى، أربعة أسطر. الخامس، الإجابة + +97 +00:07:25,780 --> 00:07:30,680 +الصحيحة، السادس، الصورة، مثل أن الصورة موجودة أو لا. فكل + +98 +00:07:30,680 --> 00:07:34,640 +سؤال مكون من ستة أشياء مختلفة، لنسهل التعامل + +99 +00:07:34,640 --> 00:07:39,150 +يجب أن نجمع هذه الستة في object واحد، يعني نصنع + +100 +00:07:39,150 --> 00:07:42,410 +class اسمها question، لأن في الـ... لماذا؟ في النهاية + +101 +00:07:42,410 --> 00:07:47,510 +نريد جمع مجموعة أسئلة، لا نريد جمع مجموعة أسئلة، و + +102 +00:07:47,510 --> 00:07:50,910 +مجموعة إجابات، ومجموعة إجابات صحيحة، ومجموعة صور. + +103 +00:07:50,910 --> 00:07:57,470 +نجمع السؤال بكل ملحقاته في ماذا؟ في class واحدة. واضح + +104 +00:07:57,470 --> 00:08:00,590 +يا جماعة؟ كما كنا نفعل في البرمجة، واحد، واثنين، + +105 +00:08:00,590 --> 00:08:02,550 +يقول لنا: عندما يكون هناك شيء، وهو بيانات متعددة، + +106 +00:08:02,550 --> 00:08:06,010 +طالب مثلًا، أو موظف، نجمع كل بياناته في شيء واحد. لازلنا + +107 +00:08:06,010 --> 00:08:10,310 +حتى الآن لم نقرأ الأسئلة، فتأتي الآن إلى مجلد الـ + +108 +00:08:10,310 --> 00:08:16,170 +Java، بجانب الـ activities الخاصة بك، وصنع مجلد أو class + +109 +00:08:16,170 --> 00:08:18,610 +جديدة، سمها مثلًا question. + +110 +00:08:24,170 --> 00:08:31,490 +الآن، attribute question text، الآن، + +111 +00:08:31,490 --> 00:08:43,270 +list string options أو choices. الآن، ماذا فعلت أنا؟ + +112 +00:08:43,270 --> 00:08:47,590 +هنا. الآن، أنا صنعت array من الخيارات. الخيارات عندي + +113 +00:08:47,590 --> 00:08:50,430 +ثلاثة، يمكنك صنع choice one، choice two، الـ + +114 +00:08:50,430 --> 00:08:53,770 +choice three، لكني صنعت list في choices، + +115 +00:08:53,770 --> 00:08:56,310 +لأن، أفرض غدًا أغير، العميل قال: لا، أريدها + +116 +00:08:56,310 --> 00:08:59,790 +أربعة خيارات. تذهب لتضيف، بدلًا من أن تضيف متغيرًا، + +117 +00:08:59,790 --> 00:09:02,150 +انتهى، اصنع list، حتى لا تتغير في الـ class هذه. + +118 +00:09:02,150 --> 00:09:08,250 +بالمرة، الآن، في عندي أيضًا الإجابة الصحيحة، تمام، + +119 +00:09:08,250 --> 00:09:14,130 +string correct answer، الذي سيكون واحدًا منها، + +120 +00:09:14,980 --> 00:09:18,980 +الخيارات. الصورة، + +121 +00:09:18,980 --> 00:09:32,300 +الصورة الصورة الصورة الصورة الصورة الصورة + +122 +00:09:32,300 --> 00:09:32,420 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +123 +00:09:32,420 --> 00:09:32,980 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +124 +00:09:32,980 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +125 +00:09:33,380 --> 00:09:35,360 +الصورة الصورة الصورة + +126 +00:09:47,890 --> 00:09:54,050 +طيب، وانتهى الـ class الخاصة بالأسئلة، لأن + +127 +00:09:54,050 --> 00:09:57,070 +هنا، لأن يمكن أن آتي في الـ activity، وأريد كتابة الـ code + +128 +00:09:57,070 --> 00:10:01,470 +الذي يقرأ من الملف، ويجمع الأسئلة، لكني أيضًا لا أريد + +129 +00:10:01,470 --> 00:10:05,550 +كتابته هنا، بدلًا من العمل أكثر. كيف أذهب لأصنع class + +130 +00:10:05,550 --> 00:10:06,030 +أخرى؟ + +131 +00:10:08,910 --> 00:10:15,810 +اسمها questions reader، ماذا يعني قارئ الأسئلة؟ الآن، + +132 +00:10:15,810 --> 00:10:19,610 +الـ code يقرأ الأسئلة، الـ activity سيكون فيها code + +133 +00:10:19,610 --> 00:10:24,930 +كثير. الصحيح أن الـ code الخاص بك، تُجسمه على classes، بحيث + +134 +00:10:24,930 --> 00:10:28,650 +أن هدف الـ question reader، ستعطيه function، ستقول له + +135 +00:10:28,650 --> 00:10:36,940 +get questions، يأخذ اسم الملف، file name، ويرجع لك + +136 +00:10:36,940 --> 00:10:46,980 +list of questions. هذه function + +137 +00:10:46,980 --> 00:10:50,600 +لا أزال أريد كتابتها، لماذا؟ لأنني في الـ main، غير معقول + +138 +00:10:50,600 --> 00:10:54,940 +أكتبها لعشرين سطرًا. انتهى، استدع هذه، وأعطيه اسم + +139 +00:10:54,940 --> 00:11:00,440 +الملف، ويرجع لي كل البيانات التي أريدها. واضح يا + +140 +00:11:00,440 --> 00:11:03,900 +جماعة؟ لأن هنا نريد كتابة ماذا؟ نريد كتابة الـ code + +141 +00:11:03,900 --> 00:11:06,820 +الخاص بنا. طبعًا، لازال هناك error، لماذا؟ لأنني لم أفعل return + +142 +00:11:06,820 --> 00:11:11,380 +شيء محدد. طيب، جئنا؟ أنا أُمرره اسم الملف، من أين + +143 +00:11:11,380 --> 00:11:16,240 +يجب أن يقرأ هذا الملف؟ من الـ assets طبعًا؟ طيب، نترك + +144 +00:11:16,240 --> 00:11:19,760 +هذا قليلًا، جئنا؟ ونرجع إلى الـ comp activity، لماذا؟ + +145 +00:11:19,760 --> 00:11:23,930 +سأترك هذا قليلًا، سأقول لك: نريد أن نتعلم كيف نصل إلى الـ assets + +146 +00:11:23,930 --> 00:11:27,890 +هذه، لست أنا من وضع الملفات الخاصة بي في الـ assets، لكي نصل إلى + +147 +00:11:27,890 --> 00:11:31,050 +الـ assets، إذا أتيت في الـ on create، أو في الـ + +148 +00:11:31,050 --> 00:11:37,490 +activity، أحصل على method اسمها get assets، تشاهدها، + +149 +00:11:37,490 --> 00:11:43,090 +get assets. هكذا، وصلت إلى مجلد الـ assets، dot، مثلًا، + +150 +00:11:43,090 --> 00:11:47,130 +يمكن أن تقول له open، تشاهدها، جاهزة، حتى يمكنك الخروج + +151 +00:11:47,130 --> 00:11:53,070 +عليها، ستفهمها بنفسك، open. ماذا يأخذ؟ file name، تمام. + +152 +00:11:53,070 --> 00:11:57,310 +هنا، أُمرر اسم الملف، ويفتحه لي بنفسه. أنتم + +153 +00:11:57,310 --> 00:12:01,850 +يا جماعة؟ طيب، هذه الـ get assets، استطعت قراءتها من + +154 +00:12:01,850 --> 00:12:05,790 +هنا، لماذا؟ لأنه أنا عندما أشتغل في جوال activity، لكن لو أنا + +155 +00:12:05,790 --> 00:12:11,550 +ذهبت إلى الـ class التي صنعتها، الجديدة، التي هي الـ + +156 +00:12:11,550 --> 00:12:15,950 +question reader، وقلت له get assets، + +157 +00:12:18,920 --> 00:12:23,280 +لن يعرفها، لماذا؟ لأنها غير موجودة في الـ class هذه. + +158 +00:12:23,280 --> 00:12:28,020 +تمام؟ ولا يمكن فعل extend. أنا أريد... إذا فعلت لها + +159 +00:12:28,020 --> 00:12:31,940 +extend، أصبحت activity هذه. الصحيح أن تفعل ماذا؟ بما أن + +160 +00:12:31,940 --> 00:12:36,120 +أنت، الـ get assets موجودة في الـ class هذه، نأخذ الـ + +161 +00:12:36,120 --> 00:12:40,860 +reference من الـ class هذه لمن؟ للـ course، بشرط + +162 +00:12:40,860 --> 00:12:45,360 +يعني، أنت هنا تحتاج، الـ get assets، يمكنك قراءتها، لكن + +163 +00:12:45,360 --> 00:12:49,870 +هناك لا تستطيع قراءتها. طيب، ما الحل؟ بما أنه يستطيع القراءة + +164 +00:12:49,870 --> 00:12:53,330 +من الـ class هذه، أرسل reference من الـ class هذه إلى + +165 +00:12:53,330 --> 00:12:59,170 +question reader. يعني، يمكنك أن تقول له هنا، أخرج... يعني + +166 +00:12:59,170 --> 00:13:05,210 +سنفعل مثلك، question reader، Q reader مثلًا، يساوي + +167 +00:13:05,210 --> 00:13:14,370 +new question reader. وهنا، نقول له مثلًا، this، من + +168 +00:13:14,370 --> 00:13:21,910 +الـ comp activity. دعم هذه على الـ activity صحيح، فبالتأكيد + +169 +00:13:21,910 --> 00:13:25,610 +هنا في عندي constructor، لا، فليس عندي constructor، + +170 +00:13:25,610 --> 00:13:30,050 +يجب أن نصنع constructor. جئنا بالـ method هذه، + +171 +00:13:30,050 --> 00:13:36,290 +الذي هو public question + +172 +00:13:36,290 --> 00:13:40,850 +reader، يجب أن يأخذ الـ activity أو الـ context، لنقل + +173 +00:13:40,850 --> 00:1 + +223 +00:18:08,140 --> 00:18:11,720 +قبل ما اروح على الـ while تمام، انا هخلص الست سطور + +224 +00:18:11,720 --> 00:18:15,720 +تقريبا السطر الأول، وبعدين هروح للست التالين. فعلى + +225 +00:18:15,720 --> 00:18:18,580 +طول روحت عملت array list اسمها choice list. ليش + +226 +00:18:18,580 --> 00:18:22,500 +عملت array list هذه عشان اخذ الخيارات، وبعدين بدي + +227 +00:18:22,500 --> 00:18:26,040 +أعمل loop تلت مرات عشان أقرأ التلت سطور التالية. + +228 +00:18:26,040 --> 00:18:30,780 +تلت سطور التالية. فأنت بتقول من i صفر إلى i أصغر من + +229 +00:18:30,780 --> 00:18:33,840 +تلاتة. i زي زي أجرّي next line و next line و next + +230 +00:18:33,840 --> 00:18:40,800 +line. بدل ما تكتبها تلت مرات، عملت loop، وكل line + +231 +00:18:40,800 --> 00:18:45,020 +بيقرأه بيحطه هنا في الـ choices. يبقى الآن احنا + +232 +00:18:45,020 --> 00:18:50,300 +قرأنا السؤال، وقرأنا الإجابات، الخيارات بتاعته. ده + +233 +00:18:50,300 --> 00:18:53,540 +الـ عنان الإجابة الصحيحة للسؤال في الـ stream، بعد ما + +234 +00:18:53,540 --> 00:18:59,720 +خلصنا التلات خيارات. correct answer as dot next + +235 +00:18:59,720 --> 00:19:06,710 +line. أجرّي السطر اللي بعده. اه، ده من الرابع الإجابة + +236 +00:19:06,710 --> 00:19:10,590 +الصحيحة. نتفق ان احنا الأول .. مش الرابع الخامس + +237 +00:19:10,590 --> 00:19:14,490 +إجابة صحيحة الأول. السؤال، التلاتة اللي بعده خيارات + +238 +00:19:14,490 --> 00:19:19,750 +خلصنا. أربعة، الخامس الإجابة الصحيحة. تمام، هيقرأ + +239 +00:19:19,750 --> 00:19:23,030 +السؤال. + +240 +00:19:23,030 --> 00:19:27,030 +وبعدين عمل تلت مرات في داخل الـ loop عشان يقرأ + +241 +00:19:27,030 --> 00:19:29,830 +التلت خيارات، وبعدين عمل كمان next line عشان يقرأ + +242 +00:19:31,060 --> 00:19:36,220 +الإجابة الصحيحة اللي هنضيف عليه. للصورة String photo + +243 +00:19:36,220 --> 00:19:48,240 +يساوي s.next line. هي قرأنا ست حاجات صح ولا لأ؟ الآن + +244 +00:19:48,240 --> 00:19:52,380 +بعد ما جبنا الست حاجات، بدنا نجمعهم في object واحد. + +245 +00:19:52,380 --> 00:19:57,880 +فعملنا object اسمه question q يساوي new. انا قاعد + +246 +00:19:57,880 --> 00:20:03,400 +بشرح يا جماعة برمجة جافا عادية، عشان تعرف ان البرمجة + +247 +00:20:03,400 --> 00:20:07,340 +في الآخر هي مخ و هي طريقة التفكير و ترتيب و logic. + +248 +00:20:07,340 --> 00:20:13,420 +تبقى. لان هيعملنا question ايش ضال علينا نعبي q.set + +249 +00:20:13,420 --> 00:20:23,040 +question text اللي هو ايش؟ q.text. q.set choices + +250 +00:20:23,040 --> 00:20:29,940 +هيحطلاله choice. q.set correct answer + +251 +00:20:43,200 --> 00:20:49,140 +هذا هو الإجابة الصحيحة. list of what of questions + +252 +00:20:49,140 --> 00:20:53,300 +public هنا. تمام، يبقى كل الأسئلة اللي انا بعملها + +253 +00:20:53,300 --> 00:20:57,940 +بتجمعها هنا في list of questions. هلجيه تدر بالك + +254 +00:20:57,940 --> 00:21:02,760 +هيرجع اللوب راح الـ question اللي عملته. تمام اه + +255 +00:21:02,760 --> 00:21:11,060 +فالأصل انك تيجي هنا و تعمل list of what so + +256 +00:21:11,060 --> 00:21:12,720 +new array list + +257 +00:21:17,180 --> 00:21:20,060 +وبعد ما بنينا السؤال وحطينا فيه البيانات، بتقول + +258 +00:21:20,060 --> 00:21:28,000 +questions.add q. هكذا قرأنا أول سؤال وحطينا فيه + +259 +00:21:28,000 --> 00:21:32,240 +questions. هيرجع يقوم while لان هو خلص ست سطور + +260 +00:21:32,240 --> 00:21:36,800 +هيشوف هل في سطر بعد الست هذول؟ إذا في سطر، هيدخل + +261 +00:21:36,800 --> 00:21:40,800 +يقرأ كمان ست سطور، ويبني منهم سؤال، ويضيفه على الـ + +262 +00:21:40,800 --> 00:21:45,540 +list و يرجع يكمل. هل في سطر تاني بعد الست التانين؟ + +263 +00:21:45,540 --> 00:21:50,450 +واحد كده. قد يبدو لك الموضوع هذا صعب، بس لما تروح + +264 +00:21:50,450 --> 00:21:53,410 +البيت وتجرب لحالك، وتعمل التطبيق، مش تحفظ من + +265 +00:21:53,410 --> 00:21:59,010 +الدفتر. تعمل التطبيق بنفسك، وتكتب بإيدك، هتتعلم. احنا + +266 +00:21:59,010 --> 00:22:07,390 +قلنا هذا البرمجة ممارسة طبعا. ايوا، ماشي. + +267 +00:22:07,390 --> 00:22:13,400 +بس انا بقى، الملف جايين باسماء ملفات الصور. يعني انا + +268 +00:22:13,400 --> 00:22:18,440 +عندي اسم الملف، لسه انا معرفش الـ الـ + +269 +00:22:18,440 --> 00:22:21,600 +الانتاج اللي بنعمله للصورة، امتى بنعمله؟ لما ينضاف في + +270 +00:22:21,600 --> 00:22:24,480 +الـ drawable، لسه هو مش موجود جوا drawable. تمام؟ هل + +271 +00:22:24,480 --> 00:22:28,720 +الصور موجودة عنده هنا؟ تمام، في مجلد هنا، وكل ملف إله + +272 +00:22:28,720 --> 00:22:32,800 +إيش؟ إله اسم. تمام. هنشوف احنا كيف نتعامل مع مع + +273 +00:22:32,800 --> 00:22:36,140 +الصور. حاليا احنا لسه خطوة خطوة، قاعدين نقرأ السؤال + +274 +00:22:36,140 --> 00:22:39,780 +وبعدين نشوف كيف. لسه البرمجة صعبة. هنا كنت فاكر ان + +275 +00:22:39,780 --> 00:22:43,320 +احنا في الأول محاضرة هنعمل الأسئلة، ونعرض، ونحط صح + +276 +00:22:43,320 --> 00:22:49,380 +وغلط، وخلاص. لأ انت يعني بتحل، وبتلعب، وبتضغط أزرار + +277 +00:22:49,380 --> 00:22:53,500 +مش عارف انه في مبرمج فاسخ وراك، وهو قاعد هو + +278 +00:22:53,500 --> 00:22:57,480 +قاعد بيشغل الشغل هنا. لسه احنا لحد الآن متجمعين في + +279 +00:22:57,480 --> 00:23:01,620 +الأسئلة من وين؟ من ملف الـ text. طيب، في الآخر إيش + +280 +00:23:01,620 --> 00:23:04,660 +بنعمل؟ بعد ما جمعنا الأسئلة كلها، بتقولوا return + +281 +00:23:04,660 --> 00:23:05,200 +إيش؟ + +282 +00:23:08,070 --> 00:23:12,170 +return questions. لأنها + +283 +00:23:12,170 --> 00:23:16,230 +حاجة صغيرة بس يا جماعة. احنا إيش مررنا هنا؟ مررنا او + +284 +00:23:16,230 --> 00:23:20,470 +خليها reference الـ activity. طيب، يبقى request a + +285 +00:23:20,470 --> 00:23:24,130 +reader. مفروض خلصناه. هنرجع نجربه قبل شوف قبل ما تمشي + +286 +00:23:24,130 --> 00:23:29,450 +خطوة تانية. اتأكد ان هذا شغال كيف؟ بدنا نرجع على الـ + +287 +00:23:29,450 --> 00:23:32,890 +activity بتاعتنا. هيا عملنا request a reader، وبدنا + +288 +00:23:32,890 --> 00:23:37,770 +نقوله qreader.get + +289 +00:23:39,150 --> 00:23:47,410 +السؤال. ايش اسم الملف؟ questions.text. وهذا بده ايش؟ + +290 +00:23:47,410 --> 00:23:59,210 +بده try catch لان + +291 +00:23:59,210 --> 00:24:01,690 +متأكد انه قرأ الـ questions. المفروض يجي الـ + +292 +00:24:01,690 --> 00:24:06,750 +questions وين؟ في list of questions. + +293 +00:24:09,610 --> 00:24:13,810 +ولا خلّيني اعمل loop عليها عشان نشوف برضه انه جاب + +294 +00:24:13,810 --> 00:24:19,550 +البيانات صح ولا لأ؟ لكل question q موجود في + +295 +00:24:19,550 --> 00:24:28,190 +questions، بدنا نقول له log d com + +296 +00:24:28,190 --> 00:24:32,470 +q.get question text. + +297 +00:24:36,030 --> 00:24:39,510 +نتأكد انه مثلا هذه الأشياء. أخذنا الـ log عشان نطبع + +298 +00:24:39,510 --> 00:24:44,750 +على الشاشة طبعا. طيب + +299 +00:24:44,750 --> 00:24:49,410 +الآن خلينا نشغل. المفروض الآن ان ناتج وين؟ نطلع في + +300 +00:24:49,410 --> 00:25:00,210 +الـ log cat هنا، وهيبقى + +301 +00:25:00,210 --> 00:25:06,500 +نعمل filter، ونقوله بس اردلي الحاجات اللي فيها tag + +302 +00:25:06,500 --> 00:25:09,920 +كمب، وهي debug. + +303 +00:25:32,430 --> 00:25:36,190 +طيب هاي إيش؟ هاي قرأ ليه؟ قرأ لي الأسئلة كلها. + +304 +00:25:36,190 --> 00:25:40,870 +سيبوكوا من الرسالة، لان هذه فيها كم؟ طلع ليها مثلا + +305 +00:25:40,870 --> 00:25:43,610 +السؤال الأول، التاني، التالت، الرابع، وهكذا. يعني + +306 +00:25:43,610 --> 00:25:50,230 +ضمنا انه إيش؟ انه جاب جاب الأسئلة. طيب، يبقى هذا + +307 +00:25:50,230 --> 00:25:53,690 +الآن إيش؟ اللي هو مش محتاجينه صح ولا؟ هذا بس + +308 +00:25:53,690 --> 00:25:58,030 +حطناها للتجربة. يعني أول خطوة بنعملها بعد ما قرأنا + +309 +00:25:58,030 --> 00:26:04,040 +الأسئلة، بناخد سؤال منهم ونحطه في العناصر بتاعة + +310 +00:26:04,040 --> 00:26:07,080 +الشاشة. صح ولا؟ يبقى بنا نجيب عناصر الشاشة اللي + +311 +00:26:07,080 --> 00:26:14,100 +بنلعب بيها في الأول. تمام، خلينا نحطهم فوق هنا عشان + +312 +00:26:14,100 --> 00:26:21,200 +إيش؟ هنستخدمهم كتير. تمام. question TV، وفي عندنا الـ + +313 +00:26:21,200 --> 00:26:34,500 +buttons. صح ولا؟ choice 1 button، choice 2 button، choice + +314 +00:26:34,500 --> 00:26:42,180 +3 button. إيش؟ + +315 +00:26:42,180 --> 00:26:49,800 +بنضيف كمان الصورة صح؟ image view. هاي photo q photo. + +316 +00:27:14,300 --> 00:27:19,600 +طيب الآن خلينا نقرأ إيش العناصر بتاعة الشاشة. + +317 +00:27:22,660 --> 00:27:38,140 +عادي مش إحراج، المهم كلهم ماجربوش. طيب. + +318 +00:27:38,140 --> 00:27:45,800 +هاي قرأنا السؤال. الآن choice one button. find view + +319 +00:27:45,800 --> 00:27:50,200 +by id r.id.option + +320 +00:28:00,110 --> 00:28:06,470 +هدولة بقايا بنغير أسمائهم. هذا نسميه choice one + +321 +00:28:06,470 --> 00:28:06,910 +button + +322 +00:28:39,710 --> 00:28:48,770 +R.ID.Choice1Button + +323 +00:28:48,770 --> 00:29:04,930 +طيب + +324 +00:29:04,930 --> 00:29:05,730 +هي قرأناهم. + +325 +00:29:08,740 --> 00:29:14,280 +الآن، هاي جبنا الأسئلة، بدنا نجيب الآن سؤال عشوائي. + +326 +00:29:14,280 --> 00:29:17,000 +من الأسئلة هذه. كيف نجيب سؤال عشوائي؟ أول حاجة + +327 +00:29:17,000 --> 00:29:25,480 +لخبطهم. طبعا كيف؟ collections.shuffle. وهاي + +328 +00:29:25,480 --> 00:29:30,720 +questions. هيك لخبطهم. الآن بعد ما لخبطناهم، اسحب أول + +329 +00:29:30,720 --> 00:29:35,580 +واحد فيهم. إيش بنعمل؟ بنقول questions.remove. مش get. + +330 +00:29:35,580 --> 00:29:36,820 +ليش remove؟ + +331 +00:29:42,450 --> 00:29:45,550 +ليش remove؟ عملت remove، ما عملتش get مثلا zero. + +332 +00:29:45,550 --> 00:29:50,070 +عشان ما يعدوش تاني. طلع زي اللي سحب ورقة من الـ deck ده. + +333 +00:29:50,070 --> 00:29:53,730 +خلاص طلعناها احنا من الـ deck. remove. خلاص، أخذنا أول + +334 +00:29:53,730 --> 00:29:56,870 +answer وجبناه هنا. هجيت هدى بإن انا أعبيه في + +335 +00:29:56,870 --> 00:30:03,430 +الأسئلة. هجيب نروح لـ question text tv، نقول له set + +336 +00:30:03,430 --> 00:30:08,330 +text. من أين أنا أجيب الـ text؟ من الـ q.get + +337 +00:30:08,330 --> 00:30:18,910 +question text. وبعدين choice1 button.settext + +338 +00:30:24,930 --> 00:30:28,470 +طيب برضه عشان الرتب الشغل هالـ gate شوف إيش بتسوي + +339 +00:30:28,470 --> 00:30:32,070 +انا المفروض ان انا اجيب الخيارات و اعبيها وين؟ في + +340 +00:30:32,070 --> 00:30:35,650 +الـ buttons. الخيارات موجودة كـ list. أول عنصر في الـ + +341 +00:30:35,650 --> 00:30:39,930 +list ينحط وين؟ في button واحد صح؟ لأن انا بس من باب + +342 +00:30:39,930 --> 00:30:43,050 +التسهيل بتروح ان تعمل + +343 +00:31:06,290 --> 00:31:14,850 +الـ buttons. دعوني أعبّهم في r. لأن بقوله for + +344 +00:31:14,850 --> 00:31:23,250 +integer i يساوي صفر. i أصغر من choice buttons. + +345 +00:31:23,250 --> 00:31:29,470 +length. i زائد زائد. إيش يعني؟ انا إيش قاعد بعمل؟ بلف + +346 +00:31:29,470 --> 00:31:35,230 +على الازرار. ليش الـ i هنا؟ طالع ليه في i تاني فوق؟ اه + +347 +00:31:35,230 --> 00:31:38,990 +في i هي الـ intent. سميها the intent. + +348 +00:31:50,010 --> 00:31:54,090 +طيب مرينا على الازرار، وبعدين بدنا نروح لكل زر + +349 +00:31:54,090 --> 00:32:00,610 +choice buttons. هيك احنا بنوصل لكل زر. ليش؟ لأنه لكل + +350 +00:32:00,610 --> 00:32:07,290 +زر بنقوله set text. من وين ده؟ جيب الـ text من الـ + +351 +00:32:07,290 --> 00:32:16,530 +question.get choices.get الـ i. لان مرينا + +352 +00:32:16,530 --> 00:32:21,280 +على الازرار. طبعا اللي هم انا اين حطيتهم في الـ array + +353 +00:32:21,280 --> 00:32:25,700 +يعني كل زر بجيبه كيف؟ choices اسم الـ array. بيقصد + +354 +00:32:25,700 --> 00:32:30,560 +إيش i؟ إيش عملناه؟ say the text. إيش بنحط فيه؟ + +355 +00:32:30,560 --> 00:32:33,500 +بتقوله روح للـ question وجيب الـ choices وجيب منهم + +356 +00:32:33,500 --> 00:32:39,740 +عنصر i. يعني أول عنصر في الخيارات حطه لأول button. + +357 +00:32:39,740 --> 00:32:44,620 +تاني عنصر في التاني. كل ما هتمشي عنين على الـ i، إذا + +358 +00:32:44,620 --> 00:32:49,650 +الـ i صفر، هيجيب الـ button الأول اللي هو عند index + +359 +00:32:49,650 --> 00:32:53,230 +صفر، و يجيب الخيار الأول. إذا الـ i واحد، بيجيب الـ + +360 +00:32:53,230 --> 00:33:00,190 +button التاني، والخيار التاني، وهكذا. باشا. + +361 +00:33:00,190 --> 00:33:03,230 +بدها تجربة. هذه مافيش هذا كل مراجعة برمجة عادية. + +362 +00:33:03,230 --> 00:33:07,390 +مافيش. خلصنا الـ Android الاندرويد مكتبة و functions. + +363 +00:33:07,390 --> 00:33:11,270 +عرفت هد بتعمل هيك، و هد بتخلصنا. لأ ده بترجع لمين؟ + +364 +00:33:11,270 --> 00:33:14,190 +لأن ليش كنا احنا اللي سأنا التوا و انا بقولكوا + +365 +00:33:14,190 --> 00:33:17,530 +الأساس برمجة واحد، و برمجة اتنين. هاي كل الشغل برمجة + +366 +00:33:17,530 --> 00:33:21,670 +هديك مكتبة، وبكرة لما تنزل و يروح اندرويد ويطلع + +367 +00:33:21,670 --> 00:33:25,270 +أشي جديد تتعلم المكتبة اللي تيجي ده، بس الـ logic + +368 +00:33:25,270 --> 00:33:28,530 +بتاع البرمجة ماله؟ بظل الـ for بتظل، والـ while بتظل + +369 +00:33:28,530 --> 00:33:33,050 +والـ array بتظل، بس المكتبات مالها؟ المكتبات هتتغير + +370 +00:33:33,050 --> 00:33:38,200 +وجه بدالها. ماشي. هيك بفرض عبينا من الخيارات، عبينا + +371 +00:33:38,200 --> 00:33:40,880 +السؤال، عبينا الخيارات. في حاجة نسيناها اللي هي + +372 +00:33:40,880 --> 00:33:47,320 +الصورة. إذا هي الصورة صح؟ لان خلينا نجيب الـ image + +373 +00:33:47,320 --> 00:33:52,020 +view. ماشي. + +374 +00:33:52,020 --> 00:33:57,860 +خلينا نجيب أول الـ image view. find view by ID. لا + +375 +00:33:57,860 --> 00:34:02,120 +احنا عرفنا الـ reference فوق صح؟ هيسمينا إيش؟ photo + +376 +00:34:05,180 --> 00:34:08,380 +fineart.id. ونشوف إيش سميتها هنا. + +377 +00:34:30,610 --> 00:34:33,370 +طيب كيف بنعب الـ image view؟ هلجيت لازم الصور + +378 +00:34:33,370 --> 00:34:37,670 +تاعتك لازم تكون برضه ضمن الـ project. مش احنا حاطين + +379 +00:34:37,670 --> 00:34:42,330 +الملف الـ text في الـ assets؟ اللي انا الصور برضه + +380 +00:34:42,330 --> 00:34:45,490 +بنحطهم بس، وانا ما تحطهمش في الـ assets. الصور بتحطهم + +381 +00:34:45,490 --> 00:34:49,890 +في drawable. خلاص. drawable معروف انه للصور. فبدنا نروح + +382 +00:34:49,890 --> 00:34:56,030 +نجيب الصور تاعتنا. هيهم. مش كل الأسئلة في صور. هم + +383 +00:34:56,030 --> 00:35:00,190 +عشر أسئلة اللي يلهم صور. بس إيش؟ أربع. + +384 +00:35:05,150 --> 00:35:12,710 +روح على drawable، ورمي الصورة بتاعتك. طبعا + +385 +00:35:12,710 --> 00:35:17,290 +بتراعي تسمية الصورة. طيب، الآن الصورة هذه فيها + +386 +00:35:17,290 --> 00:35:20,410 +إشكالية صغيرة. إيش هي؟ هالـ gate. احنا عشان نحط أي + +387 +00:35:20,410 --> 00:35:26,120 +صورة، مفروض نروح للـ photo q. طبعا كيف؟ بنعطيله او + +388 +00:35:26,120 --> 00:35:28,540 +بنحطله صورة في الـ code، في method اسمها set image + +389 +00:35:28,540 --> 00:35:32,620 +resource. إيش بتاخد هذه؟ قدامكوا. بتاخد integer. + +390 +00:35:32,620 --> 00:35:36,600 +شايفينها؟ set image resource. ماهو الصورة يا بنحطلها + +391 +00:35:36,600 --> 00:35:40,900 +في الـ XML يا بنحط الصورة وين؟ في الـ code. هي لازم + +392 +00:35:40,900 --> 00:35:44,240 +أحطها في الـ code. ليش؟ لانها بدهم يحملها + +445 +00:40:27,350 --> 00:40:30,970 +اللي بتعرف اسم الصورة، فكيبن الـ mg بالـ ID تبعها + +446 +00:40:30,970 --> 00:40:35,330 +بتستخدم get resources و get identifier و بتعطيله + +447 +00:40:35,330 --> 00:40:38,150 +اسم الصورة للـ string و بتقوله أن هذه موجودة في الـ + +448 +00:40:38,150 --> 00:40:41,750 +drawable و موجودة في الـ package name لحالي، و هذا + +449 +00:40:41,750 --> 00:40:47,330 +بيقشط كلها، هذه بترجع integer photo ID، خلاص وصلنا + +450 +00:40:47,330 --> 00:40:50,850 +للـ ID بتاع الصورة، و بتقوله set image resource + +451 +00:40:50,850 --> 00:40:58,530 +photo ID، هكذا عملنا الصورة، كل هذا الـ code عشان إيش؟ + +452 +00:40:58,530 --> 00:41:03,730 +يعني أول سؤال، لسه، لسه ده أول سؤال، ناشي ما الباقي + +453 +00:41:03,730 --> 00:41:10,830 +كله زيه، ما هو لسه دي كخطوة تانية، إحنا لسه آآآ طبعا + +454 +00:41:10,830 --> 00:41:16,670 +تانية، لسه إحنا عالجيه، بس بنا نعبي السؤال، هات إيش؟ + +455 +00:41:16,670 --> 00:41:18,530 +نجرب الكلام هذا، اعمل run + +456 +00:41:26,650 --> 00:41:30,050 +عادي جدا، الواحد لما يبرمج لازم يعمل run، يصير معه + +457 +00:41:30,050 --> 00:41:35,850 +error، تمام؟ لسه + +458 +00:41:35,850 --> 00:41:36,410 +ما اشتغلش + +459 +00:41:55,230 --> 00:41:59,630 +هي إيش؟ عبي السؤال، طبعا حظنا أنه طلع السؤال إيه؟ + +460 +00:41:59,630 --> 00:42:02,470 +إيش؟ الصورة، إيه الصورة؟ هي جابلك أين يقع المعلم؟ + +461 +00:42:02,470 --> 00:42:05,130 +الموضح بالشكل، وجابلك الصورة، وجابلك إيش هنا؟ + +462 +00:42:05,130 --> 00:42:13,530 +الخيارات، المعلم يعني المعلم الموضح + +463 +00:42:13,530 --> 00:42:23,110 +بالشكل، لحد الآن واضح يا جماعة؟ أقول + +464 +00:42:23,110 --> 00:42:28,130 +ما تفكرش إيه، لو أنا ماكنش فيه صورة؟ لأ أنا ليش اعمل + +465 +00:42:28,130 --> 00:42:34,030 +الـ statement مش هيقبل صورة أصلا، تمام؟ هتطلع + +466 +00:42:34,030 --> 00:42:36,230 +الصورة الافتراضية، أنت شيل الصورة الافتراضية اللي + +467 +00:42:36,230 --> 00:42:41,930 +هي صورة الاندرويد، تمام؟ طيب ما نضيعش وقت كتير، عشر + +468 +00:42:41,930 --> 00:42:44,890 +دقائق، بنكمل، ندخل في موضوع الـ actions، لأنه + +469 +00:42:44,890 --> 00:42:48,850 +لو بدأنا فيه مش هنخلص، تمام؟ فبنكمل المحاضرة، دوامي يا + +470 +00:42:48,850 --> 00:42:53,510 +جماعة، زي ما قلنا، الموضوع ده بده تجربة، أنت يمكن أول + +471 +00:42:53,510 --> 00:42:57,810 +ما تشوفه، زيّك تحسه صعب، وأكيد هيكون صعب أي واحد + +472 +00:42:57,810 --> 00:43:00,670 +بيبدأ برمجة، أنت مفروض مش... هذا مش بداية، هذا مفروض + +473 +00:43:00,670 --> 00:43:04,870 +أنت جربته عليه كتير، تمام؟ ما فيش مانع حتى أن أنت + +474 +00:43:04,870 --> 00:43:07,550 +ما جربتش قبل، روح على البيت وجرب اشتغل هذا الـ code + +475 +00:43:07,550 --> 00:43:11,890 +بإيدك، تمام؟ افتح الـ Android وجرب، وكتب، خلاص + +476 +00:43:11,890 --> 00:43:12,410 +يعطيكم العافية diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_postprocess.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ba2df029a9785c1e169259fe06ffb87d97f97003 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_postprocess.srt @@ -0,0 +1,1904 @@ +1 +00:00:20,840 --> 00:00:25,650 +السلام عليكم يا جماعةفي المحاضرة الماضية بدأنا عمل + +2 +00:00:25,650 --> 00:00:31,350 +تطبيق لمسابقة بدأنا في الواجهة الرئيسية اللي كانت + +3 +00:00:31,350 --> 00:00:34,370 +بسيطة اللي هو تدخل اسمك و تضغط على زر موافق + +4 +00:00:34,370 --> 00:00:37,590 +اتعلمنا فيها يعني اشي جديد اللي هو كيف نعمل + +5 +00:00:37,590 --> 00:00:41,950 +dialogue تمام؟ وكيف نتعامل مع زر ال back في ال .. + +6 +00:00:41,950 --> 00:00:45,790 +في الجوال و .. و الاسم اللي حطناها نبعته لل + +7 +00:00:45,790 --> 00:00:48,430 +activity الجديدة اللي هي سميناها ال comp activity + +8 +00:00:48,430 --> 00:00:51,950 +لأن هذه ال activity هي تصميمها موجود هنا + +9 +00:00:55,230 --> 00:00:57,970 +طبعا صممناها المحاضرة الماضية فيها عبارة عن تلاتة + +10 +00:00:57,970 --> 00:01:01,210 +زرار لتلاتة options فى عندى صورة هنا إذا كان + +11 +00:01:01,210 --> 00:01:04,990 +السؤال الصورة فى عندى text view وفى عندى هنا بطلع + +12 +00:01:04,990 --> 00:01:08,570 +اسم المستخدم وهنا بطلع عندى الرصيد تمام اللى هو + +13 +00:01:08,570 --> 00:01:15,410 +ببدأ من صفر مبدئيا الآن المفروض خلينا نفكر logic + +14 +00:01:15,410 --> 00:01:19,330 +بالترتيب أول ما تشتغل ال activity هذه إيش بدى + +15 +00:01:19,330 --> 00:01:25,150 +يصير؟يتعبى بالسؤال يبقى لازم في الأول يكون في end + +16 +00:01:25,150 --> 00:01:29,570 +code يقرأ الأسئلة اتفاجن ان الأسئلة موجودة في ملف + +17 +00:01:29,570 --> 00:01:36,910 +text يقرأ الأسئلة هذه كلها و يلخبطهاعشان يختار + +18 +00:01:36,910 --> 00:01:42,070 +منها سؤال معين ويعرضه في الشاشة تمام يبقى قبل ما + +19 +00:01:42,070 --> 00:01:46,150 +نعمل احنا عرض للمعلومات لازم نكتب code انه يقرأ + +20 +00:01:46,150 --> 00:01:50,530 +الأسئلة ويحضرها ويجمعها كلها في array تمام ويختار + +21 +00:01:50,530 --> 00:01:53,590 +منها سؤال عشوائي و بعدين اخر مرحلة بدو اضافة على + +22 +00:01:53,590 --> 00:01:58,090 +الشاشة واضح الترتيب يا جماعة الان ايش بنسوي انا + +23 +00:01:58,090 --> 00:02:02,860 +بدنا ملف ال text هذا هو مكانه على سطح المكتببنفعش + +24 +00:02:02,860 --> 00:02:06,160 +نقرأه لازم يكون موجود جوا ايه جوا ال project بكرا + +25 +00:02:06,160 --> 00:02:09,040 +بتحطه على الجوال مش هتقول اقرا من ال c و ال d بتاع + +26 +00:02:09,040 --> 00:02:13,980 +ال pc لازم تكون ضمن ضمن ال project كل الملفات صور + +27 +00:02:13,980 --> 00:02:19,620 +text file video صوت فالان بدنا نتعلم اش جديد احنا + +28 +00:02:19,620 --> 00:02:24,460 +شفنا ان الصور بنحطها في مجلة drawable تمام ال xml + +29 +00:02:24,460 --> 00:02:27,960 +كله بنحطه في مجلة layout اذا كان تصميم او ال + +30 +00:02:27,960 --> 00:02:33,410 +valuesإذا كان style أو string أو color أو غيره لكن + +31 +00:02:33,410 --> 00:02:36,570 +يعني أنها في ال .. زي هذا المشروع بنتعامل مع ملفات + +32 +00:02:36,570 --> 00:02:40,370 +من أنواع أخرى text file نقرأ منه بيانات ملفات صوت + +33 +00:02:40,370 --> 00:02:44,470 +هنتعامل معها برضه وين نحط الملفات هذه لأن بيقول في + +34 +00:02:44,470 --> 00:02:49,490 +ال Android في عندك انت خيارين عشان تحط الملفات + +35 +00:02:49,490 --> 00:02:53,090 +اللي هي مش standard أو زي مثلا ملفات الصوت أو + +36 +00:02:53,090 --> 00:02:57,570 +ملفات ال text أو غيره الخيار الأول في مجلة بيسموه + +37 +00:02:57,570 --> 00:02:58,490 +ال assets file + +38 +00:03:02,210 --> 00:03:08,490 +assets folder يعني مجلة بدى يكون اسمه assets باسم + +39 +00:03:08,490 --> 00:03:12,210 +ثابت طبعا متعارف عليه لازم انت تحط المجلة ده في + +40 +00:03:12,210 --> 00:03:16,690 +مكان معين باسم معين و تحط الملفات فيه بعدين بيصير + +41 +00:03:16,690 --> 00:03:20,470 +في ال code تبعك بتقراها بسهولة عن طريق انت تقوله + +42 +00:03:20,470 --> 00:03:24,550 +get assets زى ما هنشوف كمان شوية method اسمها get + +43 +00:03:24,550 --> 00:03:30,280 +assets بعدين بتقوله open مثلا للملف تبعكهذا هو + +44 +00:03:30,280 --> 00:03:33,360 +الخيار الأول الخيار التاني بيقول لي في مجلة تاني + +45 +00:03:33,360 --> 00:03:37,080 +كمان في الاندرويد أو في ال project بتقدر تعمله + +46 +00:03:37,080 --> 00:03:38,560 +بيسموه ال raw folder + +47 +00:03:41,540 --> 00:03:44,840 +بيسموه ال raw folder دايما ال raw يعني ايش؟ + +48 +00:03:44,840 --> 00:03:47,780 +الحاجات الاولية المواد الاولية بيسموها raw + +49 +00:03:47,780 --> 00:03:51,680 +material تمام؟ برضه نفس الحاجة بتقدر انت تحط في ال + +50 +00:03:51,680 --> 00:03:55,840 +raw folder اي ملفات زي مثلا نصوص او صوت او غيره + +51 +00:03:55,840 --> 00:04:00,000 +ايش بيفرغ ال assets عن ال raw folder ال raw folder + +52 +00:04:00,000 --> 00:04:03,380 +بيختلف عن ال assets ان هذا مكون داخل مجلد ال + +53 +00:04:03,380 --> 00:04:07,600 +resourcesمش في عندي resources هنا، تمام؟ هنا بنعمل + +54 +00:04:07,600 --> 00:04:13,140 +مجلد اسمه Raw، تمام؟ ال assets بيكون داخل إيش؟ ال + +55 +00:04:13,140 --> 00:04:16,180 +application، يعني هنا مع هدولة، تمام؟ مع مجلد ال + +56 +00:04:16,180 --> 00:04:19,700 +Java طبعا الاختلاف مش بس في المكان، لأن أي حاجة + +57 +00:04:19,700 --> 00:04:24,320 +إحنا بنعرف إن جوا ال resources بنعملها ID يعني إنت + +58 +00:04:24,320 --> 00:04:27,850 +لما تحط حاجة في ال drawable، ال drawable موجودةرقم + +59 +00:04:27,850 --> 00:04:33,170 +مُعرِّف باسم الصورة + +60 +00:04:33,170 --> 00:04:41,740 +باستخدام رقم مُعرِّف باسم الصورةأي حاجة موجودة في + +61 +00:04:41,740 --> 00:04:45,960 +ال values ما هي موجودة ضمن ال resources أي string + +62 +00:04:45,960 --> 00:04:49,700 +موجودة برضه بنعملها ID بدل ان انت بتقدر تجيبها من + +63 +00:04:49,700 --> 00:04:54,160 +R.string.كذا مش عملناها المحاضرة الماضية يبقى أي + +64 +00:04:54,160 --> 00:04:59,260 +حاجة بتحطها جوا ال row بنعملها ID بيصير اسمها R + +65 +00:04:59,260 --> 00:05:06,720 +.row.اسم الملف طب ماشي في ال assets لأ بنعمله مش + +66 +00:05:06,720 --> 00:05:12,570 +IDالان طب استخدم هذه و لا استخدم هذه حسب احتياجات + +67 +00:05:12,570 --> 00:05:17,430 +تطبيق يعني مثلا مثلا مرات تشغيل media player بقولك + +68 +00:05:17,430 --> 00:05:22,110 +انت عشان تشغل ملف صوت لازم يكون له ID مثلا حسب + +69 +00:05:22,110 --> 00:05:26,630 +احتياجات ال function بتاعتك اذا كان بده ID بتحطه + +70 +00:05:26,630 --> 00:05:31,290 +في ال room اذا كان ممكن تشغيل الملف بدون ID حطه في + +71 +00:05:31,290 --> 00:05:35,830 +ال assets ماشي يا جماعة الان احنا هنجرب الاتنين + +72 +00:05:38,870 --> 00:05:41,430 +الان طبعا انا عندى هنا في المجلة في ال project + +73 +00:05:41,430 --> 00:05:44,410 +اللى عندى ليه عندى assets folder و ليه عندى raw + +74 +00:05:44,410 --> 00:05:47,210 +folder خلينا فى الأول عشان ننشط assets folder + +75 +00:05:47,210 --> 00:05:51,250 +بتيجي على ال project تبعك و بتقوله new اه و فى + +76 +00:05:51,250 --> 00:05:55,370 +عندك هنا folder شايفه مش هنا انت contentious + +77 +00:05:55,370 --> 00:05:59,650 +activity فرجاء بتروح على folder و فى عنده هنا فى + +78 +00:05:59,650 --> 00:06:05,030 +ال folder تانى خيار اسمه assets folder تمام؟ + +79 +00:06:05,930 --> 00:06:08,510 +هي الـ finish بده يحطه طبعا في ال .. في ال main + +80 +00:06:08,510 --> 00:06:13,050 +هاي إيش بتلاقي هنا؟ هاي مجلة اسمه assets طيب أنا + +81 +00:06:13,050 --> 00:06:16,110 +ليش بده أستخدم ال assets هذا حاليا؟ بده أحط فيه + +82 +00:06:16,110 --> 00:06:21,210 +ملف ال text بتاع الأسئلة فهي جيبنا ملف الأسئلة + +83 +00:06:21,210 --> 00:06:24,450 +طبعا إيش عملت أنا؟ عشان ما .. ماتواجهش المشكلة هذه + +84 +00:06:24,450 --> 00:06:27,170 +إحنا كاتبين النص بالعربي صح ولا؟ لما تروح تعمل + +85 +00:06:27,170 --> 00:06:33,950 +save as تمام؟ اختار ال encoding UTF-8 تمام؟ عشان + +86 +00:06:33,950 --> 00:06:35,330 +يظل متعرف على العربي + +87 +00:06:38,770 --> 00:06:43,130 +و بعدين هي copy و + +88 +00:06:43,130 --> 00:06:49,810 +هيحطه جوا جوا ال assets تمام خلاص هيضعف الملف هنا + +89 +00:06:49,810 --> 00:06:55,630 +الان + +90 +00:06:55,630 --> 00:07:00,740 +نيجي على كود ال activity عشاننقرأ الأسئلة هذه طيب + +91 +00:07:00,740 --> 00:07:05,200 +احنا برضه اتفقدنا .. شوف و اتعلم راجيت انه البرمجة + +92 +00:07:05,200 --> 00:07:08,720 +مش كلها حفظ functions و مكتبات لأ في طريقة تفكير + +93 +00:07:08,720 --> 00:07:10,800 +للبرمجة اللي احنا نتطلع على الأسئلة اللي موجودة + +94 +00:07:10,800 --> 00:07:14,600 +عندنا احنا اتكلمنا المرة الماضية ان كل سؤالمكوّن + +95 +00:07:14,600 --> 00:07:20,200 +من ست أسطر السطر الأول السؤال الصح التلت أصلا من + +96 +00:07:20,200 --> 00:07:25,780 +بعده الخيارات يبقى خلصنا أربع سطور الخامس الإجابة + +97 +00:07:25,780 --> 00:07:30,680 +الصحيحة السادس الصورة زي أن الصورة أو لا يبقى كل + +98 +00:07:30,680 --> 00:07:34,640 +سؤال مكوّن من ست حاجات مختلفة عشان نسهن التعامل + +99 +00:07:34,640 --> 00:07:39,150 +بدنا نجمع الست هدولة في object واحديعني بنعمل + +100 +00:07:39,150 --> 00:07:42,410 +class اسمها question لان في ال .. ليش؟ في الآخر + +101 +00:07:42,410 --> 00:07:47,510 +بدنا نجمع مجموعة أسئلة بدناش نجمع مجموعة سؤال و + +102 +00:07:47,510 --> 00:07:50,910 +مجموعة إجابات و مجموعة إجابات صحيحة و مجموعة صور + +103 +00:07:50,910 --> 00:07:57,470 +جمع السؤال بكل ملحقاته في إيش؟ في class واحدةواضح + +104 +00:07:57,470 --> 00:08:00,590 +يا جماعة؟ زي ما كنا نعمل في البرمجة واحد و اتنين + +105 +00:08:00,590 --> 00:08:02,550 +بيقولنا لما يكون في حاجة اللي هي بيانات متعددة + +106 +00:08:02,550 --> 00:08:06,010 +طالب مثلا او موظف جمع كل بياناته في حاجة وحده لسه + +107 +00:08:06,010 --> 00:08:10,310 +حتى الان ما قرأناش الأسئلة فبتيجي دلوقتي لمجلة ال + +108 +00:08:10,310 --> 00:08:16,170 +Java جنب ال activities بتاعتك و اعمل مجلة او class + +109 +00:08:16,170 --> 00:08:18,610 +جديدة سميها مثلا question + +110 +00:08:24,170 --> 00:08:31,490 +الأن ال attribute question text الان + +111 +00:08:31,490 --> 00:08:43,270 +list string options او choices الان ايش عملت انا + +112 +00:08:43,270 --> 00:08:47,590 +هنالأن أنا عملت array من الخيارات الخيارات عندي + +113 +00:08:47,590 --> 00:08:50,430 +تلاتة ممكن تعمل ال choice one ال choice two ال + +114 +00:08:50,430 --> 00:08:53,770 +choice three بس أنا عملت list في إيش ال choices + +115 +00:08:53,770 --> 00:08:56,310 +لأن أفرض بكرا أغير إجا ال client قالك لأ بديها + +116 +00:08:56,310 --> 00:08:59,790 +أربع أسئلة أربع خيارات تروح تضيف بدل من تضيف متغير + +117 +00:08:59,790 --> 00:09:02,150 +خلاص أعمل list عشان ما تتغيرش في ال class هذه + +118 +00:09:02,150 --> 00:09:08,250 +بالمرة الآن في عندي برضه الإجابة الصحيحة تمام + +119 +00:09:08,250 --> 00:09:14,130 +string correct answer اللي هو أكيد هيكون واحد منه + +120 +00:09:14,980 --> 00:09:18,980 +الخيارات الصورة + +121 +00:09:18,980 --> 00:09:32,300 +الصورة الصورة الصورة الصورة الصورة الصورة + +122 +00:09:32,300 --> 00:09:32,420 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +123 +00:09:32,420 --> 00:09:32,980 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +124 +00:09:32,980 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +125 +00:09:33,380 --> 00:09:35,360 +الصورة الصورة الصورة + +126 +00:09:47,890 --> 00:09:54,050 +طيب وهيخلصنا ال class بتاعة الأسئلة لأن + +127 +00:09:54,050 --> 00:09:57,070 +هنا لان ممكن أجي في ال activity و بدك تكتب ال code + +128 +00:09:57,070 --> 00:10:01,470 +إيش اللي يقرأ من الملف و يجمع للأسئلة بس برضه بديش + +129 +00:10:01,470 --> 00:10:05,550 +أكتبه هنا بدلت بالشغل أكتر كيف بدي أروح أعمل class + +130 +00:10:05,550 --> 00:10:06,030 +تانية + +131 +00:10:08,910 --> 00:10:15,810 +اسمها questions reader ايش يعني فارق الأسئلة الان + +132 +00:10:15,810 --> 00:10:19,610 +انا code قرأت الأسئلة ال activity هيتكون فيها code + +133 +00:10:19,610 --> 00:10:24,930 +كتير الصح انه ال code تبعك تجسمه على classes بحيث + +134 +00:10:24,930 --> 00:10:28,650 +ان هدف ال question reader هتديله function هتقوله + +135 +00:10:28,650 --> 00:10:36,940 +get questions ياخد اسم الملففايل نام ويرجّه لك + +136 +00:10:36,940 --> 00:10:46,980 +list of questions هذه function + +137 +00:10:46,980 --> 00:10:50,600 +انا لسه بده اكتبها ليش؟ عشان انا في ال main معقولش + +138 +00:10:50,600 --> 00:10:54,940 +اكتبها لعشرين سطر خلاص استدعي هذه و بديله اسم + +139 +00:10:54,940 --> 00:11:00,440 +الملف و برجّهلي كل البوابة اللي بديهاواضح يا + +140 +00:11:00,440 --> 00:11:03,900 +جماعة؟ لأن هنا بدنا نكتب إيش؟ بدنا نكتب ال code + +141 +00:11:03,900 --> 00:11:06,820 +تبعنا طبعا لسه في error ليش لأن أنا ماعملتش return + +142 +00:11:06,820 --> 00:11:11,380 +لا يقين طيب هلجيت؟ أنا بمرّله اسم الملف، من أين + +143 +00:11:11,380 --> 00:11:16,240 +بده يقرأ الملف هذا؟ من ال assets طبعا؟ طيب نسيب + +144 +00:11:16,240 --> 00:11:19,760 +هذا شوية هلجيت؟ و نرجع على ال comp activity ليش + +145 +00:11:19,760 --> 00:11:23,930 +هسيبه هلجيت؟ هقولكبدنا نتعلم كيف نصلى ال assets + +146 +00:11:23,930 --> 00:11:27,890 +هذه مش انا حاطيت المناف تبع في ال assets عشان نصلى + +147 +00:11:27,890 --> 00:11:31,050 +ال assets لو انت اتيت في ال on create او في ال + +148 +00:11:31,050 --> 00:11:37,490 +activity جبتله بس method اسمها get assets شايفها + +149 +00:11:37,490 --> 00:11:43,090 +get assets هيك انا وصلت لمجلد ال assets dot مثلا + +150 +00:11:43,090 --> 00:11:47,130 +ممكن تقوله open شايفينها هي جاهزة حتى انت تطلع + +151 +00:11:47,130 --> 00:11:53,070 +عليها تفهمها لحالك open ايش بياخد؟ file nameتمام + +152 +00:11:53,070 --> 00:11:57,310 +هنا بتمردر الاسم الملف و لحاله بيفتحه معايا انتوا + +153 +00:11:57,310 --> 00:12:01,850 +يا جماعة؟ طيب هذه الـ get assets قدرت أقرأها من + +154 +00:12:01,850 --> 00:12:05,790 +هنا ليش؟ لأنه أنا وان شغل جوال activity لكن لو أنا + +155 +00:12:05,790 --> 00:12:11,550 +روحت على ال class اللي عملتها جديد اللي هي ال + +156 +00:12:11,550 --> 00:12:15,950 +equation reader و قلتله get assets + +157 +00:12:18,920 --> 00:12:23,280 +ماتعرفش عليها ليش؟ لأنها مش موجودة في ال class هذه + +158 +00:12:23,280 --> 00:12:28,020 +تمام؟ و بينفعش تعملها extent انا بدي .. لو عملتلها + +159 +00:12:28,020 --> 00:12:31,940 +extent صارت activity هذه الصح ان ايش تعمل؟ بما ان + +160 +00:12:31,940 --> 00:12:36,120 +انت ال get assets موجودة في ال class هذه نر ال + +161 +00:12:36,120 --> 00:12:40,860 +reference من ال class هذه لمن؟ لال course شريطة + +162 +00:12:40,860 --> 00:12:45,360 +يعني انت محتاج انت هنا get assets بتقدر تقرأها لكن + +163 +00:12:45,360 --> 00:12:49,870 +هناك بتقدرش تقرأهاطب ايش الحل؟ بما انه بقدر يقرأ + +164 +00:12:49,870 --> 00:12:53,330 +من ال class هذه ابعت reference من ال class هذه ل + +165 +00:12:53,330 --> 00:12:59,170 +question reader يعني ممكن تقوله هنا طلع .. يعني + +166 +00:12:59,170 --> 00:13:05,210 +احنا هنعمل زيك question reader Q reader مثلا يساوي + +167 +00:13:05,210 --> 00:13:14,370 +new question reader وهنا بدنا نقوله مثلا thisمن + +168 +00:13:14,370 --> 00:13:21,910 +الذسعاء دعمين هذه على ال activity صح فأكيد + +169 +00:13:21,910 --> 00:13:25,610 +هنا في عندي constructor لأ فاش عندي constructor + +170 +00:13:25,610 --> 00:13:30,050 +يبقى بدنا نعمل constructor جابنا ال method هذه + +171 +00:13:30,050 --> 00:13:36,290 +اللي هو public question + +172 +00:13:36,290 --> 00:13:40,850 +reader بدو ياخد ال activity او ال context خلينا + +173 +00:13:40,850 --> 00:13:48,360 +نقول activity عشان نفهمهاهي activity و هنا بعطيله + +174 +00:13:48,360 --> 00:13:57,680 +for comp activity this.activity يساوي activity لأن + +175 +00:13:57,680 --> 00:14:01,180 +إيش اللي صار يا جماعة اللي قال في ال comp activity + +176 +00:14:01,180 --> 00:14:05,720 +أنشأت object من question reader ومررتله من + +177 +00:14:05,720 --> 00:14:12,960 +questions reader تمام ومررتله ال activity الحالية + +178 +00:14:15,320 --> 00:14:17,760 +بنرجع لـ questions reader هاي اللي هي ال + +179 +00:14:17,760 --> 00:14:23,260 +constructor إجهت له ال activity بتاعتي وخزنتها فوق + +180 +00:14:23,260 --> 00:14:29,580 +هال gate هنا بتقدر تيجي تقوله activity.getassets + +181 +00:14:33,040 --> 00:14:35,880 +هذا object oriented مش اندرويد مش راحش ان انا + +182 +00:14:35,880 --> 00:14:40,120 +اندرويد يعني انت ال get assets بتشوفها من ال + +183 +00:14:40,120 --> 00:14:42,800 +activity بتشوفهاش من ال course share reader ايش + +184 +00:14:42,800 --> 00:14:45,460 +الحل اسيب هذا ال class و اكتب ال code في ال get + +185 +00:14:45,460 --> 00:14:48,820 +activity مستفدش حاجة انا بدي أجلب ال code الموجود + +186 +00:14:48,820 --> 00:14:53,580 +في ال activity بدي اعمل encapsulation modules كل + +187 +00:14:53,580 --> 00:14:55,920 +جزء مسؤول عن شيء معين هذا course share reader بدي + +188 +00:14:55,920 --> 00:14:57,980 +أخليه يرجّه للأسئلة بس هذا course share reader + +189 +00:14:57,980 --> 00:15:02,760 +عشان يصل ال assets محتاج لل activityبنشق فيه + +190 +00:15:02,760 --> 00:15:06,040 +activity جديدة لأ ال activity موجودة هي لما انشق + +191 +00:15:06,040 --> 00:15:08,740 +ال equation reader بمرره ال reference من ال + +192 +00:15:08,740 --> 00:15:12,920 +activity ماشي + +193 +00:15:12,920 --> 00:15:16,260 +يا جماعة لأن هنا بقوله get assets و بعدين بقوله + +194 +00:15:16,260 --> 00:15:21,740 +ايش open لأن open هذه تطلع على ال method ايش بتاخد + +195 +00:15:21,740 --> 00:15:27,120 +بتاخد ال file name و بترجع حاجة اسمها input stream + +196 +00:15:27,120 --> 00:15:32,820 +طب ال file name ليه اللي هيجيماشي من هنا مش انا + +197 +00:15:32,820 --> 00:15:36,620 +بدمره لو جيت question اسم الملف هاني open و برجّه + +198 +00:15:36,620 --> 00:15:39,340 +حاجة اسمها input stream ايش ال input stream مش + +199 +00:15:39,340 --> 00:15:44,980 +عارفين بس اكتب هيك input stream is هو برجّه input + +200 +00:15:44,980 --> 00:15:49,640 +stream فعملناه متغير اسمه input stream لأن هذا ايش + +201 +00:15:49,640 --> 00:15:54,980 +بيقولك بيقولك في exception بطلع هنا ماشي قوله ايش + +202 +00:15:54,980 --> 00:16:00,900 +input streamأه طبعا فايل input stream طيب هلجيت + +203 +00:16:00,900 --> 00:16:06,520 +الان قل له add exception to file signature خلنا ال + +204 +00:16:06,520 --> 00:16:09,860 +exception ايش throw لل exception ماعملناش احنا try + +205 +00:16:09,860 --> 00:16:16,680 +and catch طبعا طيب هلجيت ببساطة بتقدر تقوله اتأكد + +206 +00:16:16,680 --> 00:16:24,200 +بس scanner as you saw new scanner اعتقد + +207 +00:16:24,200 --> 00:16:29,360 +انه بياخد input streamطيب تمام هل جيت ال scanner + +208 +00:16:29,360 --> 00:16:31,900 +هل تذكرين ال scanner اللي هنا كنا نمرر له object + +209 +00:16:31,900 --> 00:16:35,100 +من نقطة file هل جيت تقدر مباشرة ال input stream + +210 +00:16:35,100 --> 00:16:41,380 +هذا تحطه لمين لأسكره يعني ال scanner له أكتر من + +211 +00:16:41,380 --> 00:16:44,700 +constructor أحد ال constructors اللي هو file اللي + +212 +00:16:44,700 --> 00:16:48,460 +كنا ناخده زمان هل جيت ممكن نمرر له input stream + +213 +00:16:48,460 --> 00:16:54,200 +وخلاص هل جيت بيصير عملية قراءة من ملف عادي اللي هو + +214 +00:16:54,200 --> 00:17:04,070 +إيش بنقوله whileS.has next line نجرى سطر سطر طالع + +215 +00:17:04,070 --> 00:17:12,310 +مافيه سطر نجيب السطر الأول S.nextline هذا ماله هذا + +216 +00:17:12,310 --> 00:17:19,970 +نص السؤال String QText هذا نص السؤال وين تجيبنا + +217 +00:17:19,970 --> 00:17:30,800 +لسه4 integer I يسوى صفر I أصغر من ثلاثة I زائد + +218 +00:17:30,800 --> 00:17:41,280 +زائد وهنا نعمل list string choices new array list + +219 +00:17:41,280 --> 00:17:45,240 +زمان + +220 +00:17:45,240 --> 00:17:51,200 +عمل كلام هذا اه؟ طيب choices dot add + +221 +00:17:55,960 --> 00:18:02,120 +S.nextline هذا أنا + +222 +00:18:02,120 --> 00:18:08,140 +قرأت السطر الأول صح وهذا يسار هنا لان مباشرة لسه + +223 +00:18:08,140 --> 00:18:11,720 +قبل ما اروح على ال while تمام انا هخلص الست سطور + +224 +00:18:11,720 --> 00:18:15,720 +تقريبا السطر الأول و بعدين هروح للست التالين فعلى + +225 +00:18:15,720 --> 00:18:18,580 +طول روحت عملت array list اسمها choice list ليش + +226 +00:18:18,580 --> 00:18:22,500 +عملت array list هذهعشان أخذ الخيارات وبعدين بدي + +227 +00:18:22,500 --> 00:18:26,040 +أعمل loop تلت مرات عشان أقرأ التلت سطور التالية + +228 +00:18:26,040 --> 00:18:30,780 +تلت سطور التالية فانت بتقول من I صفر إلى I أصغر من + +229 +00:18:30,780 --> 00:18:33,840 +تلت I زي زي إجرالي next line و next line و next + +230 +00:18:33,840 --> 00:18:40,800 +line بدل ما تكتبها تلت مراتعملت loop و كل line + +231 +00:18:40,800 --> 00:18:45,020 +بيقرأه بيحطه هنا في ال choices يبقى الأن احنا + +232 +00:18:45,020 --> 00:18:50,300 +قرأنا السؤال و قرأنا الإجابات الخيارات بتاعته ده + +233 +00:18:50,300 --> 00:18:53,540 +العنان الإجابة الصحيحة للسؤال في ال stream بعد ما + +234 +00:18:53,540 --> 00:18:59,720 +خلصنا التلات خيارات correct answer as dot next + +235 +00:18:59,720 --> 00:19:06,710 +line أجرى السطر اللي بعدهأه ده من الرابع الإجابة + +236 +00:19:06,710 --> 00:19:10,590 +الصحيحة كنتفجن احنا الأول .. مش الرابع الخامس + +237 +00:19:10,590 --> 00:19:14,490 +إجابة صحيحة الأول السؤال التلاتة اللي بعده خيارات + +238 +00:19:14,490 --> 00:19:19,750 +خلصنا أربعة الخامس الإجابة الصحيحة تمام هيقرأ + +239 +00:19:19,750 --> 00:19:23,030 +السؤال + +240 +00:19:23,030 --> 00:19:27,030 +و بعدين عمل تلت مرات في داخل ال loop عشان يقرأ + +241 +00:19:27,030 --> 00:19:29,830 +التلت خيارات و بعدين عمل كمان mixed line عشان يقرأ + +242 +00:19:31,060 --> 00:19:36,220 +الإجابة الصحيحة اللي هنضل عليه للصورة String photo + +243 +00:19:36,220 --> 00:19:48,240 +يسوى s.next line هي قرأنا ست حاجات صح ولا لأ، الآن + +244 +00:19:48,240 --> 00:19:52,380 +بعد ما جيبنا الست حاجات بدنا نجمعهم في object واحد + +245 +00:19:52,380 --> 00:19:57,880 +فعملنا object اسمه question q يسوى new أنا قاعد + +246 +00:19:57,880 --> 00:20:03,400 +بشرح يا جماعة برمج جاف عاديو عشان تعرف ان البرمجة + +247 +00:20:03,400 --> 00:20:07,340 +في الآخر هي مخ و هي طريقة التفكير و ترتيب و logic + +248 +00:20:07,340 --> 00:20:13,420 +تبقى لان هيعملنا question ايش ضال علينا نعبي q.set + +249 +00:20:13,420 --> 00:20:23,040 +question text اللي هو ايش q text q.set choices + +250 +00:20:23,040 --> 00:20:29,940 +هيحطلاله choice q.set correct answer + +251 +00:20:43,200 --> 00:20:49,140 +هذا هو الإجابة الصحيحةlist of what of questions + +252 +00:20:49,140 --> 00:20:53,300 +public هنا تمام يبقى كل الأسئلة اللي أنا بعملها + +253 +00:20:53,300 --> 00:20:57,940 +بتجمعها هنا في list of questions هلجيه تدر بالك + +254 +00:20:57,940 --> 00:21:02,760 +هيرجع اللوب راح ال question اللي عملته تمام اه + +255 +00:21:02,760 --> 00:21:11,060 +فالاصل انك تيجي هنا و تعمل list of what so + +256 +00:21:11,060 --> 00:21:12,720 +new array list + +257 +00:21:17,180 --> 00:21:20,060 +و بعد ما بنينا السؤال و حطينا فيه البيانات بتقول + +258 +00:21:20,060 --> 00:21:28,000 +questions.at Q هك قرأنا أول سؤال و حطينا فيه + +259 +00:21:28,000 --> 00:21:32,240 +questions هيرجع يقوم while لأن هو خلص ست سطور + +260 +00:21:32,240 --> 00:21:36,800 +هيشوف هل في سطر بعد الست هذول إذا في سطر هيدخل + +261 +00:21:36,800 --> 00:21:40,800 +يقرأ كمان ست سطور و يبني منهم سؤال و يضيفه على ال + +262 +00:21:40,800 --> 00:21:45,540 +list و يرجع يكمل هل في سطر تاني بعد الست التانين؟ + +263 +00:21:45,540 --> 00:21:50,450 +واحد كدهقد يبدو لك الموضوع هذا صعب بس لما تروح + +264 +00:21:50,450 --> 00:21:53,410 +البيت و تجرب لحالك و تعمل التطبيق مش تحفظ من + +265 +00:21:53,410 --> 00:21:59,010 +الدفتر تعمل التطبيق بنفسك و تكتب بإيدك هتتعلم احنا + +266 +00:21:59,010 --> 00:22:07,390 +قولنا هذا البرمجة ممارسة طبعا ايوة ماشي + +267 +00:22:07,390 --> 00:22:13,400 +بس انا بقى الملف جايون باسماء ملفات الصوريعني انا + +268 +00:22:13,400 --> 00:22:18,440 +عندي اسم الملف لسه انا بعرفش .. هد ال .. ال .. + +269 +00:22:18,440 --> 00:22:21,600 +الانتجار اللي بنعمل للصورة امتى بنعمل لما ينضاف في + +270 +00:22:21,600 --> 00:22:24,480 +ال drawable لسه هو مش موجود جوا drawable تمام هل + +271 +00:22:24,480 --> 00:22:28,720 +الصور موجودة عنده هنا تمام في مجلد هنا وكل ملف إله + +272 +00:22:28,720 --> 00:22:32,800 +إيش إله اسم تمام هنشوف احنا كيف نتعامل مع .. مع + +273 +00:22:32,800 --> 00:22:36,140 +الصور حاليا احنا لسه خطوة خطوة قاعدين نقرأ السؤال + +274 +00:22:36,140 --> 00:22:39,780 +و بعدين نشوف كيف لسه البرمجة صعبةهنا كنت فاكر ان + +275 +00:22:39,780 --> 00:22:43,320 +احنا في الأول محاضرة هنعمل الأسئلة و نعرض و نحط صح + +276 +00:22:43,320 --> 00:22:49,380 +و غلط و خلق لأ انت يعني بتحل و بتلعب و بتضغط ازرار + +277 +00:22:49,380 --> 00:22:53,500 +مش عارف انه في مبرمج الفسخ وراك و هو قاعد .. هو + +278 +00:22:53,500 --> 00:22:57,480 +قاعد بشغل الشغل هنا لسه احنا لحد الآن متجمع في + +279 +00:22:57,480 --> 00:23:01,620 +الأسئلة من وين؟ من ملف ال text طيب في الآخر إيش + +280 +00:23:01,620 --> 00:23:04,660 +بنعمل؟ بعد ما جمعنا الأسئلة كلها بتقولوا return + +281 +00:23:04,660 --> 00:23:05,200 +إيش؟ + +282 +00:23:08,070 --> 00:23:12,170 +return questions لأنها + +283 +00:23:12,170 --> 00:23:16,230 +حاجة صغيرة بس يا جماعة احنا ايش مررنا هنا مررنا او + +284 +00:23:16,230 --> 00:23:20,470 +خليها reference ال activity طيب يبقى request a + +285 +00:23:20,470 --> 00:23:24,130 +reader مفروض خلصناه هرجع نجربه قبل شوف قبل ما تمشي + +286 +00:23:24,130 --> 00:23:29,450 +خطوة تانية اتأكد ان هذا شغال كيف؟ بدنا نرجع على ال + +287 +00:23:29,450 --> 00:23:32,890 +activity بتاعتنا هيا عملنا request a reader وبدنا + +288 +00:23:32,890 --> 00:23:37,770 +نقوله qreader.get + +289 +00:23:39,150 --> 00:23:47,410 +السؤال ايش اسم الملف questions.text و هذا بده ايش + +290 +00:23:47,410 --> 00:23:59,210 +بده try catch لان + +291 +00:23:59,210 --> 00:24:01,690 +متأكد انه قرأ ال questions المفروض يجي ال + +292 +00:24:01,690 --> 00:24:06,750 +questions وين في list of questions + +293 +00:24:09,610 --> 00:24:13,810 +ولا خلّيني أعمل لوب عليها عشان نشوف برضه انه جاب + +294 +00:24:13,810 --> 00:24:19,550 +البيانات صح ولا لأ لكل question q موجود في + +295 +00:24:19,550 --> 00:24:28,190 +questions بدنا نقول له log d com + +296 +00:24:28,190 --> 00:24:32,470 +q.get question text + +297 +00:24:36,030 --> 00:24:39,510 +نتأكد انه مثلا هذه الاشياء أخدنا ال log عشان نطبع + +298 +00:24:39,510 --> 00:24:44,750 +على الشاشة طبعا طيب + +299 +00:24:44,750 --> 00:24:49,410 +الان خلينا نشغل المفروض الان ان ناتج وين نطلع في + +300 +00:24:49,410 --> 00:25:00,210 +ال log cat هنا وهيبقى + +301 +00:25:00,210 --> 00:25:06,500 +نعمل filter ونقوله بس اردليالحاجات اللي فيها tag + +302 +00:25:06,500 --> 00:25:09,920 +كمب وهي debug + +303 +00:25:32,430 --> 00:25:36,190 +طيب هاي ايش؟ هاي قرأ ليه؟ قرأ لي الأسئلة كلها + +304 +00:25:36,190 --> 00:25:40,870 +سيبوكوا من الرسالة لأن هذه فيها كم طلع ليها مثلا + +305 +00:25:40,870 --> 00:25:43,610 +السؤال الأول، التاني، التالت، الرابع و هكذا يعني + +306 +00:25:43,610 --> 00:25:50,230 +ضمنا إنه إيش؟ إنه جاب .. جاب الأسئلة طيب يبقى هذا + +307 +00:25:50,230 --> 00:25:53,690 +الآن إيش؟ اللي هو مش محتاجينه صح ولا؟ هذا بس + +308 +00:25:53,690 --> 00:25:58,030 +حطناها للتجربة يعني أول خطوة بنعملها بعد ما قرأنا + +309 +00:25:58,030 --> 00:26:04,040 +الأسئلة بناخدسؤال منهم ونحطه في العناصر بتاعة + +310 +00:26:04,040 --> 00:26:07,080 +الشاشة صح ولا يبقى بنا نجيب العناصر الشاشة اللي + +311 +00:26:07,080 --> 00:26:14,100 +بنلعب بيها في الأول تمام خلينا نحطهم فوق هنا عساس + +312 +00:26:14,100 --> 00:26:21,200 +ايش هنستخدمهم كتير تمام question TV وفي عندنا ال + +313 +00:26:21,200 --> 00:26:34,500 +buttons صح ولابطل choice 1 بطل choice 2 بطل choice + +314 +00:26:34,500 --> 00:26:42,180 +3 بطل ايش + +315 +00:26:42,180 --> 00:26:49,800 +بنعب كمان الصورة صح image view هاي photo q photo + +316 +00:27:14,300 --> 00:27:19,600 +طيب الآن خلينا نقرأ إيش العناصر بتاعة الشاشة + +317 +00:27:22,660 --> 00:27:38,140 +عادي مش أحراج، المهم كلهم ماجربوش طيب + +318 +00:27:38,140 --> 00:27:45,800 +هاي قرأنا السؤال الان choice one button find view + +319 +00:27:45,800 --> 00:27:50,200 +by id r.id.option + +320 +00:28:00,110 --> 00:28:06,470 +هدولة بقايا بنغير أسمائهم هذا نسميه choice one + +321 +00:28:06,470 --> 00:28:06,910 +button + +322 +00:28:39,710 --> 00:28:48,770 +R.ID.Choice1Button + +323 +00:28:48,770 --> 00:29:04,930 +طيب + +324 +00:29:04,930 --> 00:29:05,730 +هي قرأناهم + +325 +00:29:08,740 --> 00:29:14,280 +الان هاي جيبنا الأسئلة بدنا نجيب الآن سؤال عشوائي + +326 +00:29:14,280 --> 00:29:17,000 +من الأسئلة هذه كيف نجيب سؤال عشوائي أول حاجة + +327 +00:29:17,000 --> 00:29:25,480 +لخبطهم طبعا كيف collections.shuffle و هاي + +328 +00:29:25,480 --> 00:29:30,720 +questions هيك لخبطهم الآن بعد ما لخبطناهم اسحب أول + +329 +00:29:30,720 --> 00:29:35,580 +واحد فيهم ايش بنعمل بنقول questions.remove مش get + +330 +00:29:35,580 --> 00:29:36,820 +ليش remove + +331 +00:29:42,450 --> 00:29:45,550 +ليش remove؟ اعملت remove ماعملتش get مثلا zero + +332 +00:29:45,550 --> 00:29:50,070 +عشان مايعدوش تاني طلع زي اللي سحب ورقة من الشت ده + +333 +00:29:50,070 --> 00:29:53,730 +خلاص طلعناها احنا من الهدى remove خلاص أخدنا أول + +334 +00:29:53,730 --> 00:29:56,870 +answer وجيبناه هنا هجيت هدى بإن أنا أعبيه في + +335 +00:29:56,870 --> 00:30:03,430 +الأسئلة هجيب نروح لquestion text tv نقول له set + +336 +00:30:03,430 --> 00:30:08,330 +text من أين أنا أجيب ال text؟ من ال q dot جيت + +337 +00:30:08,330 --> 00:30:18,910 +question textو بعدين choice1 button.settext + +338 +00:30:24,930 --> 00:30:28,470 +طيب برضه عشان الرتب الشغل هال gate شوف ايش بتسوي + +339 +00:30:28,470 --> 00:30:32,070 +انا المفروض ان انا اجيب الخيارات و اعبيها وين في + +340 +00:30:32,070 --> 00:30:35,650 +ال buttons الخيارات موجودة ك list اول عنصر في ال + +341 +00:30:35,650 --> 00:30:39,930 +list ينحط وين في button واحد صح؟ لأن انا بس من باب + +342 +00:30:39,930 --> 00:30:43,050 +التسهيل بتدروح ان اعمل + +343 +00:31:06,290 --> 00:31:14,850 +الـ buttons دعوني أعبّهم في R لأن بقوله for + +344 +00:31:14,850 --> 00:31:23,250 +integer I يساوي سفر I أصغر من choice buttons dot + +345 +00:31:23,250 --> 00:31:29,470 +lengthI زائد زائد ايش يعني انا ايش قاعد بعمل بلف + +346 +00:31:29,470 --> 00:31:35,230 +على الذرار ليش ال I هنا طالع ليه في I تاني فوق اه + +347 +00:31:35,230 --> 00:31:38,990 +في I هي ال intent سميها the intent + +348 +00:31:50,010 --> 00:31:54,090 +طيب مرّينا على الزرار و بعدين بدنا نروح لكل زر + +349 +00:31:54,090 --> 00:32:00,610 +choice buttons هيك احنا بنصل لكل زر ليش لأنه لكل + +350 +00:32:00,610 --> 00:32:07,290 +زر بنقوله set text من وين ده جيب ال text من ال + +351 +00:32:07,290 --> 00:32:16,530 +question dot get choices dot get ال I لأن مرّينا + +352 +00:32:16,530 --> 00:32:21,280 +على الزرارطبعا اللي هم أنا أين حطيتهم في ال array + +353 +00:32:21,280 --> 00:32:25,700 +يعني كل زر بجيبه كيف choices باسم ال array بيقصين + +354 +00:32:25,700 --> 00:32:30,560 +ايش I ايش عملناه say the text ايش بنانحط فيه + +355 +00:32:30,560 --> 00:32:33,500 +بتقوله روح لل question و جيب ال choices و جيب منهم + +356 +00:32:33,500 --> 00:32:39,740 +عنصر I يعني أول عنصر في الخيارات حطه لأول button + +357 +00:32:39,740 --> 00:32:44,620 +تاني عنصر في التاني كل ما هتمد عنين على ال I إذا + +358 +00:32:44,620 --> 00:32:49,650 +ال I صفرهيجيب ال button الأول اللي هو عند index + +359 +00:32:49,650 --> 00:32:53,230 +صفر و يجيب الخيار الأول إذا لاعيب واحد بيجيب ال + +360 +00:32:53,230 --> 00:33:00,190 +button التاني و الخيار التاني و هكذا باشي + +361 +00:33:00,190 --> 00:33:03,230 +بدها تجربة هذه مافيش هذا كل مراجعة برمج عادية + +362 +00:33:03,230 --> 00:33:07,390 +مافيش خلصنا ال Androidالاندرويد مكتبة و functions + +363 +00:33:07,390 --> 00:33:11,270 +عرفت هد بتعمل هيك و هد بتخلصنا لأ ده بترجع لمين + +364 +00:33:11,270 --> 00:33:14,190 +لأن ليش كنا احنا اللي سانا التوا و انا بقولكوا + +365 +00:33:14,190 --> 00:33:17,530 +الأساس برمج واحد و برمج اتنين هاي كل الشغل برمجة + +366 +00:33:17,530 --> 00:33:21,670 +هديك مكتبة و بكرا لما تنزلت و يروح لاندرويد و يطلع + +367 +00:33:21,670 --> 00:33:25,270 +أشي جديد تتعلم المكتب اللي تجيه ده بس ال logic + +368 +00:33:25,270 --> 00:33:28,530 +بتاع البرمجة ماله بظل ال for بتظل و ال while بتظل + +369 +00:33:28,530 --> 00:33:33,050 +و ال array بتظل بس المكتبات مالها المكتبات هتتغير + +370 +00:33:33,050 --> 00:33:38,200 +وجه بدالهاماشي هيك بفرض عبّينا من الخيارات عبّينا + +371 +00:33:38,200 --> 00:33:40,880 +السؤال عبّينا الخيارات في حد انسناها اللي هي + +372 +00:33:40,880 --> 00:33:47,320 +الصورة اذا هي الصورة صح لان خلينا نجيب ال image + +373 +00:33:47,320 --> 00:33:52,020 +view ماشي + +374 +00:33:52,020 --> 00:33:57,860 +خلينا نجيب أول ال image view find view by ID لا + +375 +00:33:57,860 --> 00:34:02,120 +احنا عرفنا ال reference فوق صح هيسمينا ايش photo + +376 +00:34:05,180 --> 00:34:08,380 +fineart.id ونشوف إيش سميتها هنا + +377 +00:34:30,610 --> 00:34:33,370 +طيب كيف بنعب ال image of you هلجيت لازم الصور + +378 +00:34:33,370 --> 00:34:37,670 +تاعتك لازم تكون برضه ضمن ال project مش احنا حاطينا + +379 +00:34:37,670 --> 00:34:42,330 +الملف ال text في ال assets اللي انا الصور برضه + +380 +00:34:42,330 --> 00:34:45,490 +بنحطهم بس و أنا ماتحطهمش في ال assets الصور بتحطهم + +381 +00:34:45,490 --> 00:34:49,890 +في drop it خلاص drop it معروف انه للصور فبدنا نروح + +382 +00:34:49,890 --> 00:34:56,030 +نجيب الصور تاعتنا هيهم مش كل الأسئلة في الصور هم + +383 +00:34:56,030 --> 00:35:00,190 +عشر أسئلة اللي يلهم صور بس ايش أربع + +384 +00:35:05,150 --> 00:35:12,710 +وروح على drawable وورمي الصورة بتاعتك طبعا + +385 +00:35:12,710 --> 00:35:17,290 +بتراها تسمية الصورة طيب الآن الصورة هذه فيها + +386 +00:35:17,290 --> 00:35:20,410 +إشكالية صغيرة إيش هي هال gate احنا عشان نحط أي + +387 +00:35:20,410 --> 00:35:26,120 +صورة مفروض نروح لل queue photoطبعا كيف بنعطيله او + +388 +00:35:26,120 --> 00:35:28,540 +بنحطله صورة فى ال code فى method اسمها set image + +389 +00:35:28,540 --> 00:35:32,620 +resource ايش بتاخد هذا قدامكوا بتاخد integer + +390 +00:35:32,620 --> 00:35:36,600 +شايفينها set image resource ماهو الصورة يا بنحطلها + +391 +00:35:36,600 --> 00:35:40,900 +فى ال XML يا بنحط الصورة وين فى ال code هي لازم + +392 +00:35:40,900 --> 00:35:44,240 +أحطها فى ال code ليش لأنها بدهم يحملها أثناء ال + +393 +00:35:44,240 --> 00:35:49,290 +runtime لو أنا ثابتة بحطها فى ال XMLالمثال اللي + +394 +00:35:49,290 --> 00:35:52,350 +تكافئ تاعة ال XML هي ال source هنا اسمها set image + +395 +00:35:52,350 --> 00:35:58,930 +resource و بتقوله R.drawable.اسم الصورة مثلا فلاج + +396 +00:35:58,930 --> 00:36:03,350 +فلاج واحد بس هنا انا مش عارف اسم الصورة اسم الصورة + +397 +00:36:03,350 --> 00:36:08,990 +بدي اجيبه من ال question يعني المفروض ان السؤال + +398 +00:36:08,990 --> 00:36:15,350 +نفسه ال Q في get إيشget photo طبعا هو مش هيرضى + +399 +00:36:15,350 --> 00:36:19,630 +فيها لإن ال photo مالها ال photo string تمام فالان + +400 +00:36:19,630 --> 00:36:24,630 +احنا بدنا طريقة بمعرفة اسم ال photo بده يجيب ال + +401 +00:36:24,630 --> 00:36:31,290 +integer لمعرف ال ID بتاع الصورة بنخليه يدور في ال + +402 +00:36:31,290 --> 00:36:35,970 +drawable على ايش ال ID بتاع الصورة كيف هدى؟ اول + +403 +00:36:35,970 --> 00:36:41,180 +حاجةأيش اسم ال ID بتاع الصورة؟ هو دايما نقولها R + +404 +00:36:41,180 --> 00:36:48,980 +.robel.flag.jpg بتتحول لإيش؟ ل Flag الصورة اللي + +405 +00:36:48,980 --> 00:36:53,280 +اسمها Ahmed.png بتتحول لإيش؟ ل Ahmed فبنجيب Ahmed + +406 +00:36:53,280 --> 00:36:59,700 +لحاله بدنا نشيل منه ال JPG أول حاجة قبل كل حاجة + +407 +00:36:59,700 --> 00:37:09,620 +بدي أقوله if question.getphoto.equals ignore case + +408 +00:37:09,620 --> 00:37:15,880 +no image و هنا اللي فيها إيش يعني هذا ال F السفنة + +409 +00:37:15,880 --> 00:37:22,700 +يعني إذا في صورةأو إذا قيمة الصورة لا تساوي الـ No + +410 +00:37:22,700 --> 00:37:25,420 +Image إذا كانت لا تساوي الـ No Image فبنشيها إذا + +411 +00:37:25,420 --> 00:37:29,300 +كانت ليس كذلك فبنشتغل تمام فبنقوله set image + +412 +00:37:29,300 --> 00:37:31,320 +resource قبل هذه الـ set image resource أول حاجة + +413 +00:37:31,320 --> 00:37:35,740 +بدنا نجيب اسم الصورة لحالها بدون ال .. بدون ال .. + +414 +00:37:35,740 --> 00:37:44,540 +بدون ال extension تمام فالـ get نجيب photo file + +415 +00:37:44,540 --> 00:37:50,060 +name يساوي q.get photo + +416 +00:37:59,200 --> 00:38:13,880 +من الصفر الى q.get photo dot last index of الـ dot + +417 +00:38:15,420 --> 00:38:18,660 +هتنعمل على خطوطين عشان ايش انت ممكن ماتفهموهاش + +418 +00:38:18,660 --> 00:38:21,640 +احنا عشان نجيب اسم الصورة زي ما خدنا زمان و احنا + +419 +00:38:21,640 --> 00:38:29,220 +سنافر يا جماعة فلاج واحدة jpg خليه يقص من أول لعند + +420 +00:38:29,220 --> 00:38:33,500 +مين لعند ال dot هذه فأول خطوة بنا نجيب مكان ال dot + +421 +00:38:33,500 --> 00:38:40,240 +كيف نجيب مكان ال dot هي الخطوة هذه int هذه ال dot + +422 +00:38:40,240 --> 00:38:46,260 +locationعملتها في خطواتين تمام كيف جبت اسم الصورة + +423 +00:38:46,260 --> 00:38:51,120 +و قلت له last index of مين ال dot هاي جيبنا ال dot + +424 +00:38:51,120 --> 00:38:55,580 +location و بعدين بنقوله بص من البداية لحد ال dot + +425 +00:38:55,580 --> 00:39:01,340 +location جابني photo name بطل file حتى photo name + +426 +00:39:01,340 --> 00:39:06,460 +ماشي هلجيت احنا خلصنا الخطوة نقوله جيبنا نين جيبنا + +427 +00:39:06,460 --> 00:39:09,920 +ال flag لأن انا بديش اسم الصورة ك string بديها + +428 +00:39:09,920 --> 00:39:14,100 +كإيش بدي ال integer اللي اتعرف في ال Rطبعا كيف هذا + +429 +00:39:14,100 --> 00:39:21,920 +بنجيبه فى method هنا بتروح تقوله get resources dot + +430 +00:39:21,920 --> 00:39:26,060 +get identifier لأن انا هذا ال method get resources + +431 +00:39:26,060 --> 00:39:29,700 +dot get identifier فديتها انك لو اعطيته اسم + +432 +00:39:29,700 --> 00:39:33,980 +المتغير ك string بيجيبلك قيمة ال integer اذا كان + +433 +00:39:33,980 --> 00:39:38,080 +معرف يعنى طبعا فهذا ايش بتاخد؟ بتاخد تلات حاجات + +434 +00:39:38,080 --> 00:39:42,360 +اعطيله اول حاجة ال photo nameلأن مادام هي + +435 +00:39:42,360 --> 00:39:47,380 +federable الصورة يبقى أكيد انها ID معرف في ال R + +436 +00:39:47,380 --> 00:39:51,600 +file فبتعطيله اسم الصورة و بدك تقوله في أي مجند + +437 +00:39:51,600 --> 00:39:55,420 +موجودة احنا عارفين كله ان الصورة موجودة federable + +438 +00:39:55,420 --> 00:39:58,520 +تمام و بتعطيله اسم ال package اللي هي بتستخدم ال + +439 +00:39:58,520 --> 00:40:03,720 +method اسمها get package name مرة تانية هذا ال get + +440 +00:40:03,720 --> 00:40:09,230 +identifier اذا انت عارف اسم الصورةكـ String و بدك + +441 +00:40:09,230 --> 00:40:11,950 +تجيب ال ID تبعها اللي هو كيبل احنا كيف عادة ما + +442 +00:40:11,950 --> 00:40:16,590 +نجيبه R.Drawable.اسم الصورة بس احنا عشان نبدنا ي + +443 +00:40:16,590 --> 00:40:22,950 +automatic يجيبه لان انت مش عارف بالظبط ان اسم + +444 +00:40:22,950 --> 00:40:27,350 +الصورة R.Drawable.فلاج واحد فلاج اتنين او غيره انت + +445 +00:40:27,350 --> 00:40:30,970 +اللي بتعرف اسم الصورةفكيبن ال mg بال ID تبعها + +446 +00:40:30,970 --> 00:40:35,330 +بتستخدم get resources و get identifier و بتعطيله + +447 +00:40:35,330 --> 00:40:38,150 +اسم الصورة لل string و بتقوله ان هذه موجودة في ال + +448 +00:40:38,150 --> 00:40:41,750 +drawable و موجودة في package name لحالي و هذا + +449 +00:40:41,750 --> 00:40:47,330 +بيقشط كلها هذه بترجع integer photo ID خلاص وصلنا + +450 +00:40:47,330 --> 00:40:50,850 +لل ID بتاع الصورة و بتقوله set image resource + +451 +00:40:50,850 --> 00:40:58,530 +photo IDهك عمل مين الصورة كل هذا ال code عشان ايش + +452 +00:40:58,530 --> 00:41:03,730 +يعبي اول سؤال لسه لسه ده اول سؤال ناشي ما الباقى + +453 +00:41:03,730 --> 00:41:10,830 +كله زيه ما هو لسه دي كخطوة تانية احنا لسه اه طوحة + +454 +00:41:10,830 --> 00:41:16,670 +تانية لسه احنا عالجيه بس بنا نعبي السؤال هات ايش + +455 +00:41:16,670 --> 00:41:18,530 +نجرب الكلام هذا اعمل run + +456 +00:41:26,650 --> 00:41:30,050 +عادى جدا الواحد لما يبرمج لازم يعمل run يصير معاه + +457 +00:41:30,050 --> 00:41:35,850 +error تمام؟ لسه + +458 +00:41:35,850 --> 00:41:36,410 +ماشتغلش + +459 +00:41:55,230 --> 00:41:59,630 +هي إيش؟ عب السؤال طبعا حظنا أنه طلع السؤال إيه + +460 +00:41:59,630 --> 00:42:02,470 +إيش؟ الصورة إيه الصورة؟ هي جابلك أين هيقع المعلم + +461 +00:42:02,470 --> 00:42:05,130 +الموضح بالشكل و جابلك الصورة و جابلك إيش هنا؟ + +462 +00:42:05,130 --> 00:42:13,530 +الخيارات المعلم يعني المعلم الموضح + +463 +00:42:13,530 --> 00:42:23,110 +بالشكل لحد الآن واضح يا جماعة؟ أقول + +464 +00:42:23,110 --> 00:42:28,130 +ما تفكرش إيه و أنا ماكنش فيه صورة؟لأ انا ليش اعمل + +465 +00:42:28,130 --> 00:42:34,030 +F ال statement مش هيقبل صورة اصلا تمام هتطلع + +466 +00:42:34,030 --> 00:42:36,230 +الصورة الافتراضية انت شيل الصورة الافتراضية اللي + +467 +00:42:36,230 --> 00:42:41,930 +هي صورة الاندرويد تمام طيب مابتدلش وقت كتير عشر + +468 +00:42:41,930 --> 00:42:44,890 +دقايق بنتش نتكمل ندخل في الموضوع ال actions لأنه + +469 +00:42:44,890 --> 00:42:48,850 +لو بدنا فيه مش هنخلص تمام فبنكمل المحاضرة دوامي يا + +470 +00:42:48,850 --> 00:42:53,510 +جماعة زي ما قلناالموضوع ده بده تجربة انت يمكن اول + +471 +00:42:53,510 --> 00:42:57,810 +ما تشوفه زيك تحسه الصعب و اكيد هيكون صعب اي واحد + +472 +00:42:57,810 --> 00:43:00,670 +بيبدأ برمجة انت مفروض مش .. هذا مش بداية هذا مفروض + +473 +00:43:00,670 --> 00:43:04,870 +انت جربته عليه كتير تمام؟ مافيش مانع حتى ان انت + +474 +00:43:04,870 --> 00:43:07,550 +ماجربتش قبل روح على البيت و جرب اشتغل هذا ال code + +475 +00:43:07,550 --> 00:43:11,890 +بإيدك تمام؟ افتح ال Android و جرب و كتب خلاص + +476 +00:43:11,890 --> 00:43:12,410 +يعطيكوا العافية + diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.json b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..5a9c891bb5c8e4b999f02c74f902c19e5e1099aa --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 2248, "start": 20.84, "end": 22.48, "text": " As-salāmu alaykum wa rahmatullāhi wa barakātuh.", "tokens": [1018, 12, 15142, 5610, 20140, 419, 320, 49576, 5406, 23490, 15677, 858, 5610, 4954, 5406, 2159, 514, 5610, 83, 3232, 13], "avg_logprob": -0.49076705087314954, "compression_ratio": 0.9107142857142857, "no_speech_prob": 0.0, "words": [{"start": 20.84, "end": 21.16, "word": " As", "probability": 0.10406494140625}, {"start": 21.16, "end": 21.4, "word": "-salāmu", "probability": 0.6531982421875}, {"start": 21.4, "end": 21.68, "word": " alaykum", "probability": 0.6436564127604166}, {"start": 21.68, "end": 21.74, "word": " wa", "probability": 0.40380859375}, {"start": 21.74, "end": 22.08, "word": " rahmatullāhi", "probability": 0.76708984375}, {"start": 22.08, "end": 22.3, "word": " wa", "probability": 0.9765625}, {"start": 22.3, "end": 22.48, "word": " barakātuh.", "probability": 0.78935546875}], "temperature": 1.0}, {"id": 2, "seek": 5181, "start": 22.85, "end": 51.81, "text": "In the last lecture, we started making the competition application, we started with the main page, which was simple, which was to enter your name and click on the agree button. We learned in it something new, which is how to make a dialogue, okay? And how to deal with the back button on the phone. And the name we put, we sent it to the new activity, which we called the comp activity. Because this activity, this design is here.", "tokens": [4575, 264, 1036, 7991, 11, 321, 1409, 1455, 264, 6211, 3861, 11, 321, 1409, 365, 264, 2135, 3028, 11, 597, 390, 2199, 11, 597, 390, 281, 3242, 428, 1315, 293, 2052, 322, 264, 3986, 2960, 13, 492, 3264, 294, 309, 746, 777, 11, 597, 307, 577, 281, 652, 257, 10221, 11, 1392, 30, 400, 577, 281, 2028, 365, 264, 646, 2960, 322, 264, 2593, 13, 400, 264, 1315, 321, 829, 11, 321, 2279, 309, 281, 264, 777, 5191, 11, 597, 321, 1219, 264, 715, 5191, 13, 1436, 341, 5191, 11, 341, 1715, 307, 510, 13], "avg_logprob": -0.4329427083333333, "compression_ratio": 1.8067226890756303, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 22.85, "end": 23.11, "word": "In", "probability": 0.70458984375}, {"start": 23.11, "end": 23.41, "word": " the", "probability": 0.7109375}, {"start": 23.41, "end": 23.49, "word": " last", "probability": 0.48486328125}, {"start": 23.49, "end": 24.13, "word": " lecture,", "probability": 0.787109375}, {"start": 24.77, "end": 25.31, "word": " we", "probability": 0.91015625}, {"start": 25.31, "end": 25.31, "word": " started", "probability": 0.66748046875}, {"start": 25.31, "end": 25.67, "word": " making", "probability": 0.1270751953125}, {"start": 25.67, "end": 25.89, "word": " the", "probability": 0.51171875}, {"start": 25.89, "end": 26.75, "word": " competition", "probability": 0.375732421875}, {"start": 26.75, "end": 26.89, "word": " application,", "probability": 0.6103515625}, {"start": 27.13, "end": 27.19, "word": " we", "probability": 0.65869140625}, {"start": 27.19, "end": 27.43, "word": " started", "probability": 0.83984375}, {"start": 27.43, "end": 28.37, "word": " with", "probability": 0.486328125}, {"start": 28.37, "end": 28.73, "word": " the", "probability": 0.82568359375}, {"start": 28.73, "end": 28.75, "word": " main", "probability": 0.75}, {"start": 28.75, "end": 29.47, "word": " page,", "probability": 0.77783203125}, {"start": 30.35, "end": 30.79, "word": " which", "probability": 0.8515625}, {"start": 30.79, "end": 31.21, "word": " was", "probability": 0.83642578125}, {"start": 31.21, "end": 32.31, "word": " simple,", "probability": 0.80029296875}, {"start": 32.59, "end": 32.61, "word": " which", "probability": 0.57958984375}, {"start": 32.61, "end": 32.77, "word": " was", "probability": 0.5048828125}, {"start": 32.77, "end": 32.85, "word": " to", "probability": 0.5009765625}, {"start": 32.85, "end": 33.01, "word": " enter", "probability": 0.69873046875}, {"start": 33.01, "end": 33.35, "word": " your", "probability": 0.8642578125}, {"start": 33.35, "end": 33.35, "word": " name", "probability": 0.880859375}, {"start": 33.35, "end": 33.51, "word": " and", "probability": 0.65771484375}, {"start": 33.51, "end": 33.69, "word": " click", "probability": 0.291015625}, {"start": 33.69, "end": 34.01, "word": " on", "probability": 0.8203125}, {"start": 34.01, "end": 34.01, "word": " the", "probability": 0.7578125}, {"start": 34.01, "end": 34.13, "word": " agree", "probability": 0.2325439453125}, {"start": 34.13, "end": 34.35, "word": " button.", "probability": 0.81884765625}, {"start": 34.51, "end": 34.51, "word": " We", "probability": 0.70458984375}, {"start": 34.51, "end": 34.81, "word": " learned", "probability": 0.84326171875}, {"start": 34.81, "end": 35.03, "word": " in", "probability": 0.28515625}, {"start": 35.03, "end": 35.27, "word": " it", "probability": 0.8876953125}, {"start": 35.27, "end": 36.27, "word": " something", "probability": 0.311767578125}, {"start": 36.27, "end": 36.61, "word": " new,", "probability": 0.8828125}, {"start": 36.75, "end": 36.75, "word": " which", "probability": 0.80419921875}, {"start": 36.75, "end": 36.83, "word": " is", "probability": 0.7705078125}, {"start": 36.83, "end": 36.97, "word": " how", "probability": 0.92431640625}, {"start": 36.97, "end": 37.35, "word": " to", "probability": 0.72509765625}, {"start": 37.35, "end": 37.51, "word": " make", "probability": 0.60595703125}, {"start": 37.51, "end": 37.67, "word": " a", "probability": 0.630859375}, {"start": 37.67, "end": 38.03, "word": " dialogue,", "probability": 0.79541015625}, {"start": 38.53, "end": 38.79, "word": " okay?", "probability": 0.471923828125}, {"start": 38.91, "end": 39.09, "word": " And", "probability": 0.8486328125}, {"start": 39.09, "end": 39.29, "word": " how", "probability": 0.939453125}, {"start": 39.29, "end": 39.41, "word": " to", "probability": 0.90771484375}, {"start": 39.41, "end": 39.65, "word": " deal", "probability": 0.748046875}, {"start": 39.65, "end": 39.79, "word": " with", "probability": 0.8974609375}, {"start": 39.79, "end": 39.99, "word": " the", "probability": 0.9033203125}, {"start": 39.99, "end": 40.51, "word": " back", "probability": 0.70068359375}, {"start": 40.51, "end": 41.05, "word": " button", "probability": 0.8603515625}, {"start": 41.05, "end": 41.43, "word": " on", "probability": 0.6025390625}, {"start": 41.43, "end": 42.51, "word": " the", "probability": 0.8056640625}, {"start": 42.51, "end": 42.89, "word": " phone.", "probability": 0.6708984375}, {"start": 43.77, "end": 44.25, "word": " And", "probability": 0.83984375}, {"start": 44.25, "end": 44.35, "word": " the", "probability": 0.7421875}, {"start": 44.35, "end": 44.59, "word": " name", "probability": 0.87744140625}, {"start": 44.59, "end": 44.71, "word": " we", "probability": 0.69482421875}, {"start": 44.71, "end": 44.95, "word": " put,", "probability": 0.67333984375}, {"start": 45.21, "end": 45.39, "word": " we", "probability": 0.89453125}, {"start": 45.39, "end": 45.59, "word": " sent", "probability": 0.716796875}, {"start": 45.59, "end": 45.73, "word": " it", "probability": 0.5341796875}, {"start": 45.73, "end": 45.77, "word": " to", "probability": 0.95263671875}, {"start": 45.77, "end": 45.83, "word": " the", "probability": 0.8466796875}, {"start": 45.83, "end": 46.55, "word": " new", "probability": 0.88916015625}, {"start": 46.55, "end": 46.55, "word": " activity,", "probability": 0.95068359375}, {"start": 46.83, "end": 46.93, "word": " which", "probability": 0.94189453125}, {"start": 46.93, "end": 47.13, "word": " we", "probability": 0.72216796875}, {"start": 47.13, "end": 47.39, "word": " called", "probability": 0.7451171875}, {"start": 47.39, "end": 47.63, "word": " the", "probability": 0.379638671875}, {"start": 47.63, "end": 47.91, "word": " comp", "probability": 0.315673828125}, {"start": 47.91, "end": 48.43, "word": " activity.", "probability": 0.83203125}, {"start": 49.19, "end": 49.35, "word": " Because", "probability": 0.8740234375}, {"start": 49.35, "end": 49.69, "word": " this", "probability": 0.86669921875}, {"start": 49.69, "end": 50.41, "word": " activity,", "probability": 0.88818359375}, {"start": 50.57, "end": 50.75, "word": " this", "probability": 0.50634765625}, {"start": 50.75, "end": 51.13, "word": " design", "probability": 0.9267578125}, {"start": 51.13, "end": 51.31, "word": " is", "probability": 0.86474609375}, {"start": 51.31, "end": 51.81, "word": " here.", "probability": 0.35302734375}], "temperature": 1.0}, {"id": 3, "seek": 7953, "start": 55.23, "end": 79.53, "text": "Of course, we designed it in the previous lecture. It has three buttons and three options. I have a picture here. If the question is about the picture, I have a text view. Here is the name of the user and here is the receipt, which starts from zero. Now, let's think logically. When this activity starts, what will happen?", "tokens": [23919, 1164, 11, 321, 4761, 309, 294, 264, 3894, 7991, 13, 467, 575, 1045, 9905, 293, 1045, 3956, 13, 286, 362, 257, 3036, 510, 13, 759, 264, 1168, 307, 466, 264, 3036, 11, 286, 362, 257, 2487, 1910, 13, 1692, 307, 264, 1315, 295, 264, 4195, 293, 510, 307, 264, 33882, 11, 597, 3719, 490, 4018, 13, 823, 11, 718, 311, 519, 38887, 13, 1133, 341, 5191, 3719, 11, 437, 486, 1051, 30], "avg_logprob": -0.5223817632005021, "compression_ratio": 1.5862068965517242, "no_speech_prob": 0.0, "words": [{"start": 55.23, "end": 55.53, "word": "Of", "probability": 0.0458984375}, {"start": 55.53, "end": 55.53, "word": " course,", "probability": 0.93701171875}, {"start": 55.59, "end": 55.61, "word": " we", "probability": 0.7763671875}, {"start": 55.61, "end": 55.83, "word": " designed", "probability": 0.411376953125}, {"start": 55.83, "end": 56.03, "word": " it", "probability": 0.669921875}, {"start": 56.03, "end": 56.11, "word": " in", "probability": 0.537109375}, {"start": 56.11, "end": 56.15, "word": " the", "probability": 0.69970703125}, {"start": 56.15, "end": 56.75, "word": " previous", "probability": 0.53564453125}, {"start": 56.75, "end": 56.75, "word": " lecture.", "probability": 0.76220703125}, {"start": 56.95, "end": 57.11, "word": " It", "probability": 0.61865234375}, {"start": 57.11, "end": 57.19, "word": " has", "probability": 0.6708984375}, {"start": 57.19, "end": 57.81, "word": " three", "probability": 0.4951171875}, {"start": 57.81, "end": 58.15, "word": " buttons", "probability": 0.75439453125}, {"start": 58.15, "end": 58.29, "word": " and", "probability": 0.3466796875}, {"start": 58.29, "end": 58.51, "word": " three", "probability": 0.8603515625}, {"start": 58.51, "end": 59.11, "word": " options.", "probability": 0.8544921875}, {"start": 59.23, "end": 59.37, "word": " I", "probability": 0.4130859375}, {"start": 59.37, "end": 59.61, "word": " have", "probability": 0.81982421875}, {"start": 59.61, "end": 59.73, "word": " a", "probability": 0.82373046875}, {"start": 59.73, "end": 59.95, "word": " picture", "probability": 0.576171875}, {"start": 59.95, "end": 60.41, "word": " here.", "probability": 0.71875}, {"start": 60.73, "end": 60.97, "word": " If", "probability": 0.69921875}, {"start": 60.97, "end": 61.31, "word": " the", "probability": 0.634765625}, {"start": 61.31, "end": 61.47, "word": " question", "probability": 0.68310546875}, {"start": 61.47, "end": 61.55, "word": " is", "probability": 0.744140625}, {"start": 61.55, "end": 61.69, "word": " about", "probability": 0.521484375}, {"start": 61.69, "end": 61.73, "word": " the", "probability": 0.7119140625}, {"start": 61.73, "end": 61.97, "word": " picture,", "probability": 0.830078125}, {"start": 62.47, "end": 62.69, "word": " I", "probability": 0.7646484375}, {"start": 62.69, "end": 62.83, "word": " have", "probability": 0.859375}, {"start": 62.83, "end": 62.91, "word": " a", "probability": 0.63330078125}, {"start": 62.91, "end": 63.13, "word": " text", "probability": 0.78369140625}, {"start": 63.13, "end": 63.49, "word": " view.", "probability": 0.80126953125}, {"start": 64.25, "end": 64.65, "word": " Here", "probability": 0.32666015625}, {"start": 64.65, "end": 64.85, "word": " is", "probability": 0.256591796875}, {"start": 64.85, "end": 65.03, "word": " the", "probability": 0.7998046875}, {"start": 65.03, "end": 65.19, "word": " name", "probability": 0.288330078125}, {"start": 65.19, "end": 65.27, "word": " of", "probability": 0.9658203125}, {"start": 65.27, "end": 65.33, "word": " the", "probability": 0.89306640625}, {"start": 65.33, "end": 65.67, "word": " user", "probability": 0.91064453125}, {"start": 65.67, "end": 65.87, "word": " and", "probability": 0.6083984375}, {"start": 65.87, "end": 65.99, "word": " here", "probability": 0.69970703125}, {"start": 65.99, "end": 66.25, "word": " is", "probability": 0.8037109375}, {"start": 66.25, "end": 67.53, "word": " the", "probability": 0.75244140625}, {"start": 67.53, "end": 67.85, "word": " receipt,", "probability": 0.810546875}, {"start": 68.07, "end": 68.45, "word": " which", "probability": 0.6552734375}, {"start": 68.45, "end": 68.79, "word": " starts", "probability": 0.64794921875}, {"start": 68.79, "end": 68.93, "word": " from", "probability": 0.5224609375}, {"start": 68.93, "end": 69.23, "word": " zero.", "probability": 0.68994140625}, {"start": 71.63, "end": 72.07, "word": " Now,", "probability": 0.599609375}, {"start": 72.87, "end": 73.51, "word": " let's", "probability": 0.69970703125}, {"start": 73.51, "end": 73.83, "word": " think", "probability": 0.74365234375}, {"start": 73.83, "end": 75.47, "word": " logically.", "probability": 0.619140625}, {"start": 76.01, "end": 76.31, "word": " When", "probability": 0.36669921875}, {"start": 76.31, "end": 77.01, "word": " this", "probability": 0.3876953125}, {"start": 77.01, "end": 77.45, "word": " activity", "probability": 0.93603515625}, {"start": 77.45, "end": 78.47, "word": " starts,", "probability": 0.6318359375}, {"start": 78.69, "end": 79.11, "word": " what", "probability": 0.94091796875}, {"start": 79.11, "end": 79.25, "word": " will", "probability": 0.280029296875}, {"start": 79.25, "end": 79.53, "word": " happen?", "probability": 0.87890625}], "temperature": 1.0}, {"id": 4, "seek": 9501, "start": 81.27, "end": 95.01, "text": " The question is filled with questions. First, there should be a handy code that reads the questions. We agreed that the questions are present in the text file. It reads all these questions and mixes them.", "tokens": [440, 1168, 307, 6412, 365, 1651, 13, 2386, 11, 456, 820, 312, 257, 13239, 3089, 300, 15700, 264, 1651, 13, 492, 9166, 300, 264, 1651, 366, 1974, 294, 264, 2487, 3991, 13, 467, 15700, 439, 613, 1651, 293, 37121, 552, 13], "avg_logprob": -0.6752231958366576, "compression_ratio": 1.5891472868217054, "no_speech_prob": 4.827976226806641e-06, "words": [{"start": 81.27, "end": 81.59, "word": " The", "probability": 0.1060791015625}, {"start": 81.59, "end": 81.59, "word": " question", "probability": 0.50634765625}, {"start": 81.59, "end": 81.59, "word": " is", "probability": 0.398193359375}, {"start": 81.59, "end": 81.75, "word": " filled", "probability": 0.34765625}, {"start": 81.75, "end": 81.89, "word": " with", "probability": 0.302978515625}, {"start": 81.89, "end": 82.31, "word": " questions.", "probability": 0.4091796875}, {"start": 82.67, "end": 83.19, "word": " First,", "probability": 0.1429443359375}, {"start": 84.55, "end": 84.65, "word": " there", "probability": 0.411865234375}, {"start": 84.65, "end": 84.69, "word": " should", "probability": 0.385986328125}, {"start": 84.69, "end": 84.89, "word": " be", "probability": 0.93359375}, {"start": 84.89, "end": 85.01, "word": " a", "probability": 0.599609375}, {"start": 85.01, "end": 85.21, "word": " handy", "probability": 0.426513671875}, {"start": 85.21, "end": 85.61, "word": " code", "probability": 0.86328125}, {"start": 85.61, "end": 85.95, "word": " that", "probability": 0.6103515625}, {"start": 85.95, "end": 86.21, "word": " reads", "probability": 0.77197265625}, {"start": 86.21, "end": 86.37, "word": " the", "probability": 0.443359375}, {"start": 86.37, "end": 86.75, "word": " questions.", "probability": 0.751953125}, {"start": 87.01, "end": 87.13, "word": " We", "probability": 0.433349609375}, {"start": 87.13, "end": 87.43, "word": " agreed", "probability": 0.767578125}, {"start": 87.43, "end": 87.65, "word": " that", "probability": 0.87841796875}, {"start": 87.65, "end": 87.75, "word": " the", "probability": 0.7373046875}, {"start": 87.75, "end": 87.97, "word": " questions", "probability": 0.8935546875}, {"start": 87.97, "end": 88.09, "word": " are", "probability": 0.51171875}, {"start": 88.09, "end": 88.43, "word": " present", "probability": 0.181396484375}, {"start": 88.43, "end": 89.33, "word": " in", "probability": 0.91064453125}, {"start": 89.33, "end": 89.45, "word": " the", "probability": 0.5380859375}, {"start": 89.45, "end": 89.95, "word": " text", "probability": 0.68359375}, {"start": 89.95, "end": 89.95, "word": " file.", "probability": 0.84033203125}, {"start": 90.75, "end": 91.31, "word": " It", "probability": 0.42138671875}, {"start": 91.31, "end": 91.61, "word": " reads", "probability": 0.806640625}, {"start": 91.61, "end": 92.59, "word": " all", "probability": 0.63623046875}, {"start": 92.59, "end": 94.09, "word": " these", "probability": 0.501953125}, {"start": 94.09, "end": 94.09, "word": " questions", "probability": 0.93798828125}, {"start": 94.09, "end": 94.37, "word": " and", "probability": 0.82861328125}, {"start": 94.37, "end": 94.63, "word": " mixes", "probability": 0.359375}, {"start": 94.63, "end": 95.01, "word": " them.", "probability": 0.8701171875}], "temperature": 1.0}, {"id": 5, "seek": 12099, "start": 96.19, "end": 120.99, "text": " So that he can choose a specific question from it and show it on the screen Before we present the information, we have to write a code to read the questions, prepare them and collect them in an array and randomly choose a question from it and then add it to the screen at the last stage Is the order clear, guys? Now, what should I do? We need this text file to be placed on the desktop", "tokens": [407, 300, 415, 393, 2826, 257, 2685, 1168, 490, 309, 293, 855, 309, 322, 264, 2568, 4546, 321, 1974, 264, 1589, 11, 321, 362, 281, 2464, 257, 3089, 281, 1401, 264, 1651, 11, 5940, 552, 293, 2500, 552, 294, 364, 10225, 293, 16979, 2826, 257, 1168, 490, 309, 293, 550, 909, 309, 281, 264, 2568, 412, 264, 1036, 3233, 1119, 264, 1668, 1850, 11, 1074, 30, 823, 11, 437, 820, 286, 360, 30, 492, 643, 341, 2487, 3991, 281, 312, 7074, 322, 264, 14502], "avg_logprob": -0.5911764537586885, "compression_ratio": 1.7123893805309736, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 96.19, "end": 96.49, "word": " So", "probability": 0.210693359375}, {"start": 96.49, "end": 96.63, "word": " that", "probability": 0.54736328125}, {"start": 96.63, "end": 96.65, "word": " he", "probability": 0.49755859375}, {"start": 96.65, "end": 96.69, "word": " can", "probability": 0.346435546875}, {"start": 96.69, "end": 96.87, "word": " choose", "probability": 0.611328125}, {"start": 96.87, "end": 97.17, "word": " a", "probability": 0.6220703125}, {"start": 97.17, "end": 97.73, "word": " specific", "probability": 0.2998046875}, {"start": 97.73, "end": 97.73, "word": " question", "probability": 0.818359375}, {"start": 97.73, "end": 97.87, "word": " from", "probability": 0.406005859375}, {"start": 97.87, "end": 97.87, "word": " it", "probability": 0.62158203125}, {"start": 97.87, "end": 98.15, "word": " and", "probability": 0.81298828125}, {"start": 98.15, "end": 98.41, "word": " show", "probability": 0.280029296875}, {"start": 98.41, "end": 98.67, "word": " it", "probability": 0.896484375}, {"start": 98.67, "end": 99.43, "word": " on", "probability": 0.57568359375}, {"start": 99.43, "end": 99.53, "word": " the", "probability": 0.58935546875}, {"start": 99.53, "end": 99.79, "word": " screen", "probability": 0.8583984375}, {"start": 99.79, "end": 101.67, "word": " Before", "probability": 0.26708984375}, {"start": 101.67, "end": 102.19, "word": " we", "probability": 0.477294921875}, {"start": 102.19, "end": 102.79, "word": " present", "probability": 0.25634765625}, {"start": 102.79, "end": 103.11, "word": " the", "probability": 0.60986328125}, {"start": 103.11, "end": 103.41, "word": " information,", "probability": 0.630859375}, {"start": 103.61, "end": 103.81, "word": " we", "probability": 0.88037109375}, {"start": 103.81, "end": 103.89, "word": " have", "probability": 0.274169921875}, {"start": 103.89, "end": 104.07, "word": " to", "probability": 0.97412109375}, {"start": 104.07, "end": 104.25, "word": " write", "probability": 0.74462890625}, {"start": 104.25, "end": 104.41, "word": " a", "probability": 0.69580078125}, {"start": 104.41, "end": 104.73, "word": " code", "probability": 0.9130859375}, {"start": 104.73, "end": 105.79, "word": " to", "probability": 0.4375}, {"start": 105.79, "end": 106.09, "word": " read", "probability": 0.857421875}, {"start": 106.09, "end": 106.25, "word": " the", "probability": 0.67626953125}, {"start": 106.25, "end": 106.59, "word": " questions,", "probability": 0.74072265625}, {"start": 106.99, "end": 107.35, "word": " prepare", "probability": 0.4599609375}, {"start": 107.35, "end": 107.53, "word": " them", "probability": 0.62890625}, {"start": 107.53, "end": 107.67, "word": " and", "probability": 0.74951171875}, {"start": 107.67, "end": 108.01, "word": " collect", "probability": 0.4248046875}, {"start": 108.01, "end": 108.17, "word": " them", "probability": 0.80517578125}, {"start": 108.17, "end": 108.47, "word": " in", "probability": 0.56201171875}, {"start": 108.47, "end": 108.61, "word": " an", "probability": 0.2451171875}, {"start": 108.61, "end": 108.89, "word": " array", "probability": 0.91552734375}, {"start": 108.89, "end": 110.19, "word": " and", "probability": 0.2369384765625}, {"start": 110.19, "end": 110.33, "word": " randomly", "probability": 0.2384033203125}, {"start": 110.33, "end": 110.47, "word": " choose", "probability": 0.78271484375}, {"start": 110.47, "end": 110.75, "word": " a", "probability": 0.76123046875}, {"start": 110.75, "end": 111.03, "word": " question", "probability": 0.93505859375}, {"start": 111.03, "end": 111.03, "word": " from", "probability": 0.78662109375}, {"start": 111.03, "end": 111.03, "word": " it", "probability": 0.445556640625}, {"start": 111.03, "end": 111.71, "word": " and", "probability": 0.46630859375}, {"start": 111.71, "end": 112.03, "word": " then", "probability": 0.441162109375}, {"start": 112.03, "end": 112.27, "word": " add", "probability": 0.355224609375}, {"start": 112.27, "end": 113.37, "word": " it", "probability": 0.311279296875}, {"start": 113.37, "end": 113.53, "word": " to", "probability": 0.52294921875}, {"start": 113.53, "end": 114.25, "word": " the", "probability": 0.8837890625}, {"start": 114.25, "end": 114.57, "word": " screen", "probability": 0.83203125}, {"start": 114.57, "end": 114.57, "word": " at", "probability": 0.3916015625}, {"start": 114.57, "end": 114.57, "word": " the", "probability": 0.86083984375}, {"start": 114.57, "end": 114.57, "word": " last", "probability": 0.7294921875}, {"start": 114.57, "end": 114.57, "word": " stage", "probability": 0.529296875}, {"start": 114.57, "end": 115.49, "word": " Is", "probability": 0.1463623046875}, {"start": 115.49, "end": 115.83, "word": " the", "probability": 0.67626953125}, {"start": 115.83, "end": 116.13, "word": " order", "probability": 0.61767578125}, {"start": 116.13, "end": 116.17, "word": " clear,", "probability": 0.89892578125}, {"start": 116.25, "end": 116.51, "word": " guys?", "probability": 0.79052734375}, {"start": 117.17, "end": 117.35, "word": " Now,", "probability": 0.37353515625}, {"start": 117.41, "end": 117.49, "word": " what", "probability": 0.86376953125}, {"start": 117.49, "end": 117.59, "word": " should", "probability": 0.219482421875}, {"start": 117.59, "end": 117.71, "word": " I", "probability": 0.70751953125}, {"start": 117.71, "end": 117.85, "word": " do?", "probability": 0.96484375}, {"start": 118.13, "end": 118.19, "word": " We", "probability": 0.470458984375}, {"start": 118.19, "end": 118.37, "word": " need", "probability": 0.6064453125}, {"start": 118.37, "end": 119.03, "word": " this", "probability": 0.35400390625}, {"start": 119.03, "end": 119.59, "word": " text", "probability": 0.5771484375}, {"start": 119.59, "end": 119.59, "word": " file", "probability": 0.85791015625}, {"start": 119.59, "end": 119.99, "word": " to", "probability": 0.703125}, {"start": 119.99, "end": 120.11, "word": " be", "probability": 0.78369140625}, {"start": 120.11, "end": 120.37, "word": " placed", "probability": 0.46142578125}, {"start": 120.37, "end": 120.49, "word": " on", "probability": 0.9150390625}, {"start": 120.49, "end": 120.79, "word": " the", "probability": 0.900390625}, {"start": 120.79, "end": 120.99, "word": " desktop", "probability": 0.51123046875}], "temperature": 1.0}, {"id": 6, "seek": 14836, "start": 122.38, "end": 148.36, "text": " We can't read it. It has to be in the project. Tomorrow when you put it on your phone, it won't say read from C and D of the PC. It has to be in the project. All files. Pictures, text files, videos, audio. So now we need to learn something new. We saw that we put pictures in a drawable file. Okay? We put all the XML in a layout file if it's a design or values file.", "tokens": [492, 393, 380, 1401, 309, 13, 467, 575, 281, 312, 294, 264, 1716, 13, 17499, 562, 291, 829, 309, 322, 428, 2593, 11, 309, 1582, 380, 584, 1401, 490, 383, 293, 413, 295, 264, 6465, 13, 467, 575, 281, 312, 294, 264, 1716, 13, 1057, 7098, 13, 45877, 11, 2487, 7098, 11, 2145, 11, 6278, 13, 407, 586, 321, 643, 281, 1466, 746, 777, 13, 492, 1866, 300, 321, 829, 5242, 294, 257, 2642, 712, 3991, 13, 1033, 30, 492, 829, 439, 264, 43484, 294, 257, 13333, 3991, 498, 309, 311, 257, 1715, 420, 4190, 3991, 13], "avg_logprob": -0.4228316320448506, "compression_ratio": 1.6, "no_speech_prob": 0.0, "words": [{"start": 122.38, "end": 122.58, "word": " We", "probability": 0.35546875}, {"start": 122.58, "end": 122.86, "word": " can't", "probability": 0.681884765625}, {"start": 122.86, "end": 123.1, "word": " read", "probability": 0.95947265625}, {"start": 123.1, "end": 123.2, "word": " it.", "probability": 0.53173828125}, {"start": 123.22, "end": 123.32, "word": " It", "probability": 0.8857421875}, {"start": 123.32, "end": 123.44, "word": " has", "probability": 0.3359375}, {"start": 123.44, "end": 123.54, "word": " to", "probability": 0.97265625}, {"start": 123.54, "end": 123.78, "word": " be", "probability": 0.90283203125}, {"start": 123.78, "end": 124.16, "word": " in", "probability": 0.373779296875}, {"start": 124.16, "end": 124.82, "word": " the", "probability": 0.68212890625}, {"start": 124.82, "end": 125.18, "word": " project.", "probability": 0.9501953125}, {"start": 125.7, "end": 126.16, "word": " Tomorrow", "probability": 0.54345703125}, {"start": 126.16, "end": 126.26, "word": " when", "probability": 0.355224609375}, {"start": 126.26, "end": 126.32, "word": " you", "probability": 0.9169921875}, {"start": 126.32, "end": 126.48, "word": " put", "probability": 0.28955078125}, {"start": 126.48, "end": 126.56, "word": " it", "probability": 0.87744140625}, {"start": 126.56, "end": 126.6, "word": " on", "probability": 0.75}, {"start": 126.6, "end": 126.7, "word": " your", "probability": 0.53466796875}, {"start": 126.7, "end": 126.84, "word": " phone,", "probability": 0.6513671875}, {"start": 126.9, "end": 126.94, "word": " it", "probability": 0.685546875}, {"start": 126.94, "end": 127.0, "word": " won't", "probability": 0.787353515625}, {"start": 127.0, "end": 127.18, "word": " say", "probability": 0.6943359375}, {"start": 127.18, "end": 127.38, "word": " read", "probability": 0.5703125}, {"start": 127.38, "end": 127.54, "word": " from", "probability": 0.56396484375}, {"start": 127.54, "end": 127.74, "word": " C", "probability": 0.70361328125}, {"start": 127.74, "end": 127.86, "word": " and", "probability": 0.62646484375}, {"start": 127.86, "end": 128.08, "word": " D", "probability": 0.9931640625}, {"start": 128.08, "end": 128.92, "word": " of", "probability": 0.186767578125}, {"start": 128.92, "end": 129.18, "word": " the", "probability": 0.68505859375}, {"start": 129.18, "end": 130.28, "word": " PC.", "probability": 0.59130859375}, {"start": 130.4, "end": 130.44, "word": " It", "probability": 0.80322265625}, {"start": 130.44, "end": 130.6, "word": " has", "probability": 0.78515625}, {"start": 130.6, "end": 130.72, "word": " to", "probability": 0.97119140625}, {"start": 130.72, "end": 131.02, "word": " be", "probability": 0.93115234375}, {"start": 131.02, "end": 131.26, "word": " in", "probability": 0.5224609375}, {"start": 131.26, "end": 132.4, "word": " the", "probability": 0.83349609375}, {"start": 132.4, "end": 132.7, "word": " project.", "probability": 0.96826171875}, {"start": 132.8, "end": 132.96, "word": " All", "probability": 0.9033203125}, {"start": 132.96, "end": 133.34, "word": " files.", "probability": 0.61865234375}, {"start": 133.7, "end": 133.94, "word": " Pictures,", "probability": 0.72216796875}, {"start": 134.1, "end": 134.3, "word": " text", "probability": 0.92822265625}, {"start": 134.3, "end": 134.72, "word": " files,", "probability": 0.68603515625}, {"start": 134.86, "end": 135.24, "word": " videos,", "probability": 0.6416015625}, {"start": 135.4, "end": 135.7, "word": " audio.", "probability": 0.2978515625}, {"start": 136.72, "end": 136.9, "word": " So", "probability": 0.45556640625}, {"start": 136.9, "end": 137.08, "word": " now", "probability": 0.83056640625}, {"start": 137.08, "end": 137.32, "word": " we", "probability": 0.87646484375}, {"start": 137.32, "end": 137.32, "word": " need", "probability": 0.382080078125}, {"start": 137.32, "end": 137.8, "word": " to", "probability": 0.96923828125}, {"start": 137.8, "end": 138.06, "word": " learn", "probability": 0.96728515625}, {"start": 138.06, "end": 138.26, "word": " something", "probability": 0.415771484375}, {"start": 138.26, "end": 138.6, "word": " new.", "probability": 0.88623046875}, {"start": 139.44, "end": 139.6, "word": " We", "probability": 0.90283203125}, {"start": 139.6, "end": 139.92, "word": " saw", "probability": 0.60009765625}, {"start": 139.92, "end": 140.18, "word": " that", "probability": 0.86376953125}, {"start": 140.18, "end": 140.54, "word": " we", "probability": 0.576171875}, {"start": 140.54, "end": 140.9, "word": " put", "probability": 0.71435546875}, {"start": 140.9, "end": 140.9, "word": " pictures", "probability": 0.4736328125}, {"start": 140.9, "end": 141.08, "word": " in", "probability": 0.8701171875}, {"start": 141.08, "end": 141.48, "word": " a", "probability": 0.515625}, {"start": 141.48, "end": 141.86, "word": " drawable", "probability": 0.7137451171875}, {"start": 141.86, "end": 141.86, "word": " file.", "probability": 0.33154296875}, {"start": 142.54, "end": 142.7, "word": " Okay?", "probability": 0.25537109375}, {"start": 144.0, "end": 144.46, "word": " We", "probability": 0.28125}, {"start": 144.46, "end": 145.46, "word": " put", "probability": 0.87109375}, {"start": 145.46, "end": 145.46, "word": " all", "probability": 0.72509765625}, {"start": 145.46, "end": 145.46, "word": " the", "probability": 0.615234375}, {"start": 145.46, "end": 145.46, "word": " XML", "probability": 0.6513671875}, {"start": 145.46, "end": 145.64, "word": " in", "probability": 0.444580078125}, {"start": 145.64, "end": 146.34, "word": " a", "probability": 0.74609375}, {"start": 146.34, "end": 146.72, "word": " layout", "probability": 0.93310546875}, {"start": 146.72, "end": 146.8, "word": " file", "probability": 0.77392578125}, {"start": 146.8, "end": 146.94, "word": " if", "probability": 0.417236328125}, {"start": 146.94, "end": 147.16, "word": " it's", "probability": 0.6044921875}, {"start": 147.16, "end": 147.28, "word": " a", "probability": 0.732421875}, {"start": 147.28, "end": 147.54, "word": " design", "probability": 0.94580078125}, {"start": 147.54, "end": 147.78, "word": " or", "probability": 0.57763671875}, {"start": 147.78, "end": 148.36, "word": " values", "probability": 0.7763671875}, {"start": 148.36, "end": 148.36, "word": " file.", "probability": 0.64892578125}], "temperature": 1.0}, {"id": 7, "seek": 17849, "start": 150.15, "end": 178.49, "text": " If it's a style, or a string, or a color, or whatever. But like this project, we deal with files of different types. Text files that we read data from. Voice files that we deal with as well. Where do we put these files? Because they say in Android, you have two options to put files that are not standard. For example, voice files, or text files, or whatever. The first option has a file that they call the assets file.", "tokens": [759, 309, 311, 257, 3758, 11, 420, 257, 6798, 11, 420, 257, 2017, 11, 420, 2035, 13, 583, 411, 341, 1716, 11, 321, 2028, 365, 7098, 295, 819, 3467, 13, 18643, 7098, 300, 321, 1401, 1412, 490, 13, 15229, 7098, 300, 321, 2028, 365, 382, 731, 13, 2305, 360, 321, 829, 613, 7098, 30, 1436, 436, 584, 294, 8853, 11, 291, 362, 732, 3956, 281, 829, 7098, 300, 366, 406, 3832, 13, 1171, 1365, 11, 3177, 7098, 11, 420, 2487, 7098, 11, 420, 2035, 13, 440, 700, 3614, 575, 257, 3991, 300, 436, 818, 264, 9769, 3991, 13], "avg_logprob": -0.40151513706554065, "compression_ratio": 1.75, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 150.15, "end": 150.63, "word": " If", "probability": 0.293701171875}, {"start": 150.63, "end": 150.93, "word": " it's", "probability": 0.6322021484375}, {"start": 150.93, "end": 151.07, "word": " a", "probability": 0.4130859375}, {"start": 151.07, "end": 151.33, "word": " style,", "probability": 0.8330078125}, {"start": 151.47, "end": 151.51, "word": " or", "probability": 0.394775390625}, {"start": 151.51, "end": 151.59, "word": " a", "probability": 0.4169921875}, {"start": 151.59, "end": 151.81, "word": " string,", "probability": 0.84130859375}, {"start": 151.93, "end": 152.01, "word": " or", "probability": 0.9501953125}, {"start": 152.01, "end": 152.05, "word": " a", "probability": 0.43505859375}, {"start": 152.05, "end": 152.23, "word": " color,", "probability": 0.80810546875}, {"start": 152.33, "end": 152.41, "word": " or", "probability": 0.90625}, {"start": 152.41, "end": 152.55, "word": " whatever.", "probability": 0.446044921875}, {"start": 153.05, "end": 153.41, "word": " But", "probability": 0.669921875}, {"start": 153.41, "end": 154.19, "word": " like", "probability": 0.2435302734375}, {"start": 154.19, "end": 155.33, "word": " this", "probability": 0.787109375}, {"start": 155.33, "end": 155.61, "word": " project,", "probability": 0.86083984375}, {"start": 155.63, "end": 155.77, "word": " we", "probability": 0.91455078125}, {"start": 155.77, "end": 155.97, "word": " deal", "probability": 0.4248046875}, {"start": 155.97, "end": 156.17, "word": " with", "probability": 0.8896484375}, {"start": 156.17, "end": 156.51, "word": " files", "probability": 0.7392578125}, {"start": 156.51, "end": 156.63, "word": " of", "probability": 0.85400390625}, {"start": 156.63, "end": 156.75, "word": " different", "probability": 0.40087890625}, {"start": 156.75, "end": 156.99, "word": " types.", "probability": 0.4853515625}, {"start": 157.59, "end": 157.85, "word": " Text", "probability": 0.71142578125}, {"start": 157.85, "end": 158.15, "word": " files", "probability": 0.7041015625}, {"start": 158.15, "end": 158.27, "word": " that", "probability": 0.439453125}, {"start": 158.27, "end": 158.35, "word": " we", "probability": 0.77734375}, {"start": 158.35, "end": 158.51, "word": " read", "probability": 0.86376953125}, {"start": 158.51, "end": 158.91, "word": " data", "probability": 0.27490234375}, {"start": 158.91, "end": 159.19, "word": " from.", "probability": 0.81884765625}, {"start": 159.65, "end": 160.13, "word": " Voice", "probability": 0.345947265625}, {"start": 160.13, "end": 160.13, "word": " files", "probability": 0.92236328125}, {"start": 160.13, "end": 160.61, "word": " that", "probability": 0.5732421875}, {"start": 160.61, "end": 160.73, "word": " we", "probability": 0.91455078125}, {"start": 160.73, "end": 160.99, "word": " deal", "probability": 0.414794921875}, {"start": 160.99, "end": 161.19, "word": " with", "probability": 0.89208984375}, {"start": 161.19, "end": 161.45, "word": " as", "probability": 0.298095703125}, {"start": 161.45, "end": 161.49, "word": " well.", "probability": 0.9443359375}, {"start": 162.19, "end": 162.45, "word": " Where", "probability": 0.63671875}, {"start": 162.45, "end": 162.57, "word": " do", "probability": 0.796875}, {"start": 162.57, "end": 162.59, "word": " we", "probability": 0.88330078125}, {"start": 162.59, "end": 162.75, "word": " put", "probability": 0.66650390625}, {"start": 162.75, "end": 162.87, "word": " these", "probability": 0.7939453125}, {"start": 162.87, "end": 163.23, "word": " files?", "probability": 0.93701171875}, {"start": 163.85, "end": 164.09, "word": " Because", "probability": 0.7724609375}, {"start": 164.09, "end": 164.19, "word": " they", "probability": 0.42626953125}, {"start": 164.19, "end": 164.33, "word": " say", "probability": 0.413818359375}, {"start": 164.33, "end": 164.49, "word": " in", "probability": 0.3798828125}, {"start": 164.49, "end": 164.95, "word": " Android,", "probability": 0.9052734375}, {"start": 165.57, "end": 165.75, "word": " you", "probability": 0.67724609375}, {"start": 165.75, "end": 166.07, "word": " have", "probability": 0.9189453125}, {"start": 166.07, "end": 166.45, "word": " two", "probability": 0.84619140625}, {"start": 166.45, "end": 166.69, "word": " options", "probability": 0.66162109375}, {"start": 166.69, "end": 168.29, "word": " to", "probability": 0.68310546875}, {"start": 168.29, "end": 168.65, "word": " put", "probability": 0.78515625}, {"start": 168.65, "end": 169.39, "word": " files", "probability": 0.76708984375}, {"start": 169.39, "end": 170.27, "word": " that", "probability": 0.890625}, {"start": 170.27, "end": 170.45, "word": " are", "probability": 0.8017578125}, {"start": 170.45, "end": 170.59, "word": " not", "probability": 0.8642578125}, {"start": 170.59, "end": 171.03, "word": " standard.", "probability": 0.8505859375}, {"start": 171.23, "end": 171.65, "word": " For", "probability": 0.475341796875}, {"start": 171.65, "end": 172.07, "word": " example,", "probability": 0.9501953125}, {"start": 172.17, "end": 172.17, "word": " voice", "probability": 0.7158203125}, {"start": 172.17, "end": 172.91, "word": " files,", "probability": 0.90478515625}, {"start": 173.11, "end": 173.11, "word": " or", "probability": 0.60302734375}, {"start": 173.11, "end": 173.87, "word": " text", "probability": 0.91357421875}, {"start": 173.87, "end": 174.01, "word": " files,", "probability": 0.9150390625}, {"start": 174.01, "end": 174.17, "word": " or", "probability": 0.84228515625}, {"start": 174.17, "end": 174.29, "word": " whatever.", "probability": 0.79833984375}, {"start": 174.91, "end": 175.39, "word": " The", "probability": 0.82080078125}, {"start": 175.39, "end": 175.97, "word": " first", "probability": 0.88525390625}, {"start": 175.97, "end": 175.97, "word": " option", "probability": 0.82666015625}, {"start": 175.97, "end": 176.47, "word": " has", "probability": 0.28076171875}, {"start": 176.47, "end": 176.57, "word": " a", "probability": 0.80224609375}, {"start": 176.57, "end": 176.79, "word": " file", "probability": 0.3857421875}, {"start": 176.79, "end": 176.93, "word": " that", "probability": 0.41357421875}, {"start": 176.93, "end": 176.99, "word": " they", "probability": 0.64111328125}, {"start": 176.99, "end": 177.29, "word": " call", "probability": 0.8876953125}, {"start": 177.29, "end": 177.81, "word": " the", "probability": 0.66796875}, {"start": 177.81, "end": 178.11, "word": " assets", "probability": 0.650390625}, {"start": 178.11, "end": 178.49, "word": " file.", "probability": 0.89453125}], "temperature": 1.0}, {"id": 8, "seek": 20755, "start": 182.41, "end": 207.55, "text": "Assets Folder, okay? It means that the file should have a name of Assets, okay? With a fixed name, of course, okay? It should be familiar to you. You should put the file in a specific place, with a specific name, and put the files in it. Then, in your code, you can easily read it by saying GetAssets, as we will see later, a method called GetAssets, and then you say Open, for example, okay? For your file.", "tokens": [20892, 1385, 24609, 260, 11, 1392, 30, 467, 1355, 300, 264, 3991, 820, 362, 257, 1315, 295, 6281, 1385, 11, 1392, 30, 2022, 257, 6806, 1315, 11, 295, 1164, 11, 1392, 30, 467, 820, 312, 4963, 281, 291, 13, 509, 820, 829, 264, 3991, 294, 257, 2685, 1081, 11, 365, 257, 2685, 1315, 11, 293, 829, 264, 7098, 294, 309, 13, 1396, 11, 294, 428, 3089, 11, 291, 393, 3612, 1401, 309, 538, 1566, 3240, 20892, 1385, 11, 382, 321, 486, 536, 1780, 11, 257, 3170, 1219, 3240, 20892, 1385, 11, 293, 550, 291, 584, 7238, 11, 337, 1365, 11, 1392, 30, 1171, 428, 3991, 13], "avg_logprob": -0.5259929973388386, "compression_ratio": 1.7172995780590716, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 182.41, "end": 182.85, "word": "Assets", "probability": 0.815673828125}, {"start": 182.85, "end": 183.29, "word": " Folder,", "probability": 0.6263427734375}, {"start": 183.95, "end": 184.21, "word": " okay?", "probability": 0.1678466796875}, {"start": 184.53, "end": 184.69, "word": " It", "probability": 0.2291259765625}, {"start": 184.69, "end": 184.79, "word": " means", "probability": 0.375732421875}, {"start": 184.79, "end": 184.85, "word": " that", "probability": 0.5068359375}, {"start": 184.85, "end": 184.91, "word": " the", "probability": 0.331787109375}, {"start": 184.91, "end": 185.15, "word": " file", "probability": 0.27587890625}, {"start": 185.15, "end": 185.63, "word": " should", "probability": 0.322021484375}, {"start": 185.63, "end": 185.89, "word": " have", "probability": 0.74560546875}, {"start": 185.89, "end": 186.11, "word": " a", "probability": 0.443115234375}, {"start": 186.11, "end": 186.11, "word": " name", "probability": 0.408447265625}, {"start": 186.11, "end": 186.17, "word": " of", "probability": 0.1839599609375}, {"start": 186.17, "end": 186.63, "word": " Assets,", "probability": 0.66455078125}, {"start": 187.49, "end": 187.83, "word": " okay?", "probability": 0.49169921875}, {"start": 187.95, "end": 188.25, "word": " With", "probability": 0.302978515625}, {"start": 188.25, "end": 188.53, "word": " a", "probability": 0.7646484375}, {"start": 188.53, "end": 188.81, "word": " fixed", "probability": 0.2734375}, {"start": 188.81, "end": 188.81, "word": " name,", "probability": 0.87255859375}, {"start": 188.97, "end": 189.05, "word": " of", "probability": 0.7197265625}, {"start": 189.05, "end": 189.13, "word": " course,", "probability": 0.95849609375}, {"start": 189.93, "end": 190.13, "word": " okay?", "probability": 0.79052734375}, {"start": 190.41, "end": 190.47, "word": " It", "probability": 0.1875}, {"start": 190.47, "end": 190.47, "word": " should", "probability": 0.66748046875}, {"start": 190.47, "end": 190.47, "word": " be", "probability": 0.70703125}, {"start": 190.47, "end": 190.75, "word": " familiar", "probability": 0.158935546875}, {"start": 190.75, "end": 190.93, "word": " to", "probability": 0.483642578125}, {"start": 190.93, "end": 190.95, "word": " you.", "probability": 0.491943359375}, {"start": 190.99, "end": 191.05, "word": " You", "probability": 0.8134765625}, {"start": 191.05, "end": 191.35, "word": " should", "probability": 0.6181640625}, {"start": 191.35, "end": 191.63, "word": " put", "probability": 0.61962890625}, {"start": 191.63, "end": 191.75, "word": " the", "probability": 0.75048828125}, {"start": 191.75, "end": 191.91, "word": " file", "probability": 0.806640625}, {"start": 191.91, "end": 192.15, "word": " in", "probability": 0.6396484375}, {"start": 192.15, "end": 192.31, "word": " a", "probability": 0.9443359375}, {"start": 192.31, "end": 192.33, "word": " specific", "probability": 0.414794921875}, {"start": 192.33, "end": 192.95, "word": " place,", "probability": 0.59716796875}, {"start": 193.03, "end": 193.15, "word": " with", "probability": 0.479736328125}, {"start": 193.15, "end": 193.15, "word": " a", "probability": 0.97900390625}, {"start": 193.15, "end": 193.47, "word": " specific", "probability": 0.66748046875}, {"start": 193.47, "end": 193.67, "word": " name,", "probability": 0.876953125}, {"start": 193.79, "end": 193.85, "word": " and", "probability": 0.89208984375}, {"start": 193.85, "end": 194.13, "word": " put", "probability": 0.501953125}, {"start": 194.13, "end": 194.25, "word": " the", "probability": 0.64208984375}, {"start": 194.25, "end": 194.49, "word": " files", "probability": 0.8984375}, {"start": 194.49, "end": 195.29, "word": " in", "probability": 0.66796875}, {"start": 195.29, "end": 195.51, "word": " it.", "probability": 0.8828125}, {"start": 195.81, "end": 196.17, "word": " Then,", "probability": 0.482666015625}, {"start": 196.45, "end": 196.77, "word": " in", "probability": 0.53466796875}, {"start": 196.77, "end": 196.91, "word": " your", "probability": 0.779296875}, {"start": 196.91, "end": 197.17, "word": " code,", "probability": 0.92578125}, {"start": 197.69, "end": 197.93, "word": " you", "probability": 0.8720703125}, {"start": 197.93, "end": 198.05, "word": " can", "probability": 0.288818359375}, {"start": 198.05, "end": 198.23, "word": " easily", "probability": 0.5107421875}, {"start": 198.23, "end": 198.23, "word": " read", "probability": 0.91748046875}, {"start": 198.23, "end": 199.25, "word": " it", "probability": 0.8779296875}, {"start": 199.25, "end": 199.73, "word": " by", "probability": 0.71630859375}, {"start": 199.73, "end": 200.23, "word": " saying", "probability": 0.6279296875}, {"start": 200.23, "end": 202.01, "word": " GetAssets,", "probability": 0.5732014973958334}, {"start": 202.47, "end": 202.61, "word": " as", "probability": 0.55517578125}, {"start": 202.61, "end": 202.77, "word": " we", "probability": 0.7919921875}, {"start": 202.77, "end": 202.83, "word": " will", "probability": 0.5830078125}, {"start": 202.83, "end": 202.97, "word": " see", "probability": 0.91796875}, {"start": 202.97, "end": 203.21, "word": " later,", "probability": 0.35595703125}, {"start": 203.63, "end": 203.75, "word": " a", "probability": 0.5009765625}, {"start": 203.75, "end": 204.03, "word": " method", "probability": 0.94677734375}, {"start": 204.03, "end": 204.29, "word": " called", "probability": 0.62744140625}, {"start": 204.29, "end": 204.95, "word": " GetAssets,", "probability": 0.9401041666666666}, {"start": 205.03, "end": 205.15, "word": " and", "probability": 0.50634765625}, {"start": 205.15, "end": 205.21, "word": " then", "probability": 0.78515625}, {"start": 205.21, "end": 205.35, "word": " you", "probability": 0.41748046875}, {"start": 205.35, "end": 205.47, "word": " say", "probability": 0.80224609375}, {"start": 205.47, "end": 205.83, "word": " Open,", "probability": 0.70751953125}, {"start": 205.93, "end": 206.05, "word": " for", "probability": 0.625}, {"start": 206.05, "end": 206.19, "word": " example,", "probability": 0.94775390625}, {"start": 206.93, "end": 207.11, "word": " okay?", "probability": 0.67236328125}, {"start": 207.15, "end": 207.27, "word": " For", "probability": 0.63232421875}, {"start": 207.27, "end": 207.35, "word": " your", "probability": 0.71630859375}, {"start": 207.35, "end": 207.55, "word": " file.", "probability": 0.86328125}], "temperature": 1.0}, {"id": 9, "seek": 21856, "start": 209.5, "end": 218.56, "text": " This is the first option, the second option is that there is another file in android or project that you can use, they call it RAW folder", "tokens": [639, 307, 264, 700, 3614, 11, 264, 1150, 3614, 307, 300, 456, 307, 1071, 3991, 294, 36157, 420, 1716, 300, 291, 393, 764, 11, 436, 818, 309, 40539, 10820], "avg_logprob": -0.6041666666666666, "compression_ratio": 1.3398058252427185, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 209.5, "end": 210.04, "word": " This", "probability": 0.380126953125}, {"start": 210.04, "end": 210.26, "word": " is", "probability": 0.669921875}, {"start": 210.26, "end": 210.6, "word": " the", "probability": 0.8212890625}, {"start": 210.6, "end": 211.18, "word": " first", "probability": 0.86181640625}, {"start": 211.18, "end": 211.18, "word": " option,", "probability": 0.7236328125}, {"start": 211.3, "end": 211.42, "word": " the", "probability": 0.45751953125}, {"start": 211.42, "end": 211.46, "word": " second", "probability": 0.685546875}, {"start": 211.46, "end": 212.02, "word": " option", "probability": 0.78759765625}, {"start": 212.02, "end": 212.3, "word": " is", "probability": 0.30322265625}, {"start": 212.3, "end": 212.3, "word": " that", "probability": 0.2369384765625}, {"start": 212.3, "end": 212.48, "word": " there", "probability": 0.69482421875}, {"start": 212.48, "end": 212.54, "word": " is", "probability": 0.80908203125}, {"start": 212.54, "end": 212.62, "word": " another", "probability": 0.77783203125}, {"start": 212.62, "end": 213.04, "word": " file", "probability": 0.24267578125}, {"start": 213.04, "end": 214.96, "word": " in", "probability": 0.44921875}, {"start": 214.96, "end": 215.48, "word": " android", "probability": 0.4921875}, {"start": 215.48, "end": 215.74, "word": " or", "probability": 0.5615234375}, {"start": 215.74, "end": 216.3, "word": " project", "probability": 0.383056640625}, {"start": 216.3, "end": 216.52, "word": " that", "probability": 0.422119140625}, {"start": 216.52, "end": 216.52, "word": " you", "probability": 0.72119140625}, {"start": 216.52, "end": 216.68, "word": " can", "probability": 0.8994140625}, {"start": 216.68, "end": 217.02, "word": " use,", "probability": 0.552734375}, {"start": 217.16, "end": 217.24, "word": " they", "probability": 0.50390625}, {"start": 217.24, "end": 217.52, "word": " call", "probability": 0.81787109375}, {"start": 217.52, "end": 217.78, "word": " it", "probability": 0.8740234375}, {"start": 217.78, "end": 218.12, "word": " RAW", "probability": 0.3994140625}, {"start": 218.12, "end": 218.56, "word": " folder", "probability": 0.73779296875}], "temperature": 1.0}, {"id": 10, "seek": 24370, "start": 221.36, "end": 243.7, "text": "They call it raw folder. Raw means raw material Also, you can put any files in the raw folder such as text, sound, etc What makes assets different from raw folder? Raw folder is different from assets because it is inside the resources folder", "tokens": [8829, 818, 309, 8936, 10820, 13, 23732, 1355, 8936, 2527, 2743, 11, 291, 393, 829, 604, 7098, 294, 264, 8936, 10820, 1270, 382, 2487, 11, 1626, 11, 5183, 708, 1669, 9769, 819, 490, 8936, 10820, 30, 23732, 10820, 307, 819, 490, 9769, 570, 309, 307, 1854, 264, 3593, 10820], "avg_logprob": -0.6353124964237213, "compression_ratio": 1.5751633986928104, "no_speech_prob": 0.0, "words": [{"start": 221.36, "end": 221.8, "word": "They", "probability": 0.270751953125}, {"start": 221.8, "end": 222.04, "word": " call", "probability": 0.75048828125}, {"start": 222.04, "end": 222.18, "word": " it", "probability": 0.8115234375}, {"start": 222.18, "end": 222.42, "word": " raw", "probability": 0.301025390625}, {"start": 222.42, "end": 222.96, "word": " folder.", "probability": 0.7587890625}, {"start": 223.06, "end": 223.22, "word": " Raw", "probability": 0.7236328125}, {"start": 223.22, "end": 224.5, "word": " means", "probability": 0.52978515625}, {"start": 224.5, "end": 225.42, "word": " raw", "probability": 0.50537109375}, {"start": 225.42, "end": 228.1, "word": " material", "probability": 0.351806640625}, {"start": 228.1, "end": 229.06, "word": " Also,", "probability": 0.193115234375}, {"start": 230.6, "end": 230.76, "word": " you", "probability": 0.72607421875}, {"start": 230.76, "end": 231.26, "word": " can", "probability": 0.92236328125}, {"start": 231.26, "end": 231.5, "word": " put", "probability": 0.6298828125}, {"start": 231.5, "end": 231.58, "word": " any", "probability": 0.31494140625}, {"start": 231.58, "end": 231.58, "word": " files", "probability": 0.5517578125}, {"start": 231.58, "end": 231.58, "word": " in", "probability": 0.53173828125}, {"start": 231.58, "end": 231.66, "word": " the", "probability": 0.427978515625}, {"start": 231.66, "end": 231.82, "word": " raw", "probability": 0.9130859375}, {"start": 231.82, "end": 232.62, "word": " folder", "probability": 0.85302734375}, {"start": 232.62, "end": 233.7, "word": " such", "probability": 0.248779296875}, {"start": 233.7, "end": 234.14, "word": " as", "probability": 0.9677734375}, {"start": 234.14, "end": 234.5, "word": " text,", "probability": 0.32861328125}, {"start": 234.88, "end": 235.2, "word": " sound,", "probability": 0.285888671875}, {"start": 235.28, "end": 235.6, "word": " etc", "probability": 0.55224609375}, {"start": 235.6, "end": 236.18, "word": " What", "probability": 0.50048828125}, {"start": 236.18, "end": 236.4, "word": " makes", "probability": 0.29931640625}, {"start": 236.4, "end": 236.94, "word": " assets", "probability": 0.521484375}, {"start": 236.94, "end": 237.06, "word": " different", "probability": 0.75244140625}, {"start": 237.06, "end": 237.24, "word": " from", "probability": 0.7392578125}, {"start": 237.24, "end": 237.48, "word": " raw", "probability": 0.7080078125}, {"start": 237.48, "end": 237.92, "word": " folder?", "probability": 0.60791015625}, {"start": 239.06, "end": 239.56, "word": " Raw", "probability": 0.49072265625}, {"start": 239.56, "end": 240.04, "word": " folder", "probability": 0.81982421875}, {"start": 240.04, "end": 240.26, "word": " is", "probability": 0.45947265625}, {"start": 240.26, "end": 240.4, "word": " different", "probability": 0.728515625}, {"start": 240.4, "end": 240.64, "word": " from", "probability": 0.61669921875}, {"start": 240.64, "end": 241.0, "word": " assets", "probability": 0.85205078125}, {"start": 241.0, "end": 241.42, "word": " because", "probability": 0.52978515625}, {"start": 241.42, "end": 241.84, "word": " it", "probability": 0.62890625}, {"start": 241.84, "end": 242.32, "word": " is", "probability": 0.6416015625}, {"start": 242.32, "end": 242.8, "word": " inside", "probability": 0.37646484375}, {"start": 242.8, "end": 242.98, "word": " the", "probability": 0.525390625}, {"start": 242.98, "end": 243.7, "word": " resources", "probability": 0.54736328125}, {"start": 243.7, "end": 243.7, "word": " folder", "probability": 0.54736328125}], "temperature": 1.0}, {"id": 11, "seek": 26616, "start": 244.38, "end": 266.16, "text": " I don't have resources here. Here we create a file called RAW. The assets are inside the application, here with these, with the java file. Of course, the difference is not only in the location. Anything we know that has resources inside it, we make it an ID. When you put something in the drawable, the drawable does not exist.", "tokens": [286, 500, 380, 362, 3593, 510, 13, 1692, 321, 1884, 257, 3991, 1219, 40539, 13, 440, 9769, 366, 1854, 264, 3861, 11, 510, 365, 613, 11, 365, 264, 361, 4061, 3991, 13, 2720, 1164, 11, 264, 2649, 307, 406, 787, 294, 264, 4914, 13, 11998, 321, 458, 300, 575, 3593, 1854, 309, 11, 321, 652, 309, 364, 7348, 13, 1133, 291, 829, 746, 294, 264, 2642, 712, 11, 264, 2642, 712, 775, 406, 2514, 13], "avg_logprob": -0.5682565663990221, "compression_ratio": 1.5769230769230769, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 244.38, "end": 244.6, "word": " I", "probability": 0.46875}, {"start": 244.6, "end": 244.62, "word": " don't", "probability": 0.8359375}, {"start": 244.62, "end": 244.78, "word": " have", "probability": 0.923828125}, {"start": 244.78, "end": 245.44, "word": " resources", "probability": 0.61474609375}, {"start": 245.44, "end": 245.78, "word": " here.", "probability": 0.71044921875}, {"start": 246.48, "end": 246.9, "word": " Here", "probability": 0.435302734375}, {"start": 246.9, "end": 247.1, "word": " we", "probability": 0.482666015625}, {"start": 247.1, "end": 247.58, "word": " create", "probability": 0.4736328125}, {"start": 247.58, "end": 247.7, "word": " a", "probability": 0.7998046875}, {"start": 247.7, "end": 247.94, "word": " file", "probability": 0.341552734375}, {"start": 247.94, "end": 248.36, "word": " called", "probability": 0.55029296875}, {"start": 248.36, "end": 249.32, "word": " RAW.", "probability": 0.247802734375}, {"start": 250.24, "end": 250.7, "word": " The", "probability": 0.356689453125}, {"start": 250.7, "end": 251.1, "word": " assets", "probability": 0.89208984375}, {"start": 251.1, "end": 251.46, "word": " are", "probability": 0.80810546875}, {"start": 251.46, "end": 251.88, "word": " inside", "probability": 0.69287109375}, {"start": 251.88, "end": 253.14, "word": " the", "probability": 0.77783203125}, {"start": 253.14, "end": 253.56, "word": " application,", "probability": 0.77587890625}, {"start": 253.66, "end": 253.92, "word": " here", "probability": 0.4443359375}, {"start": 253.92, "end": 254.12, "word": " with", "probability": 0.57177734375}, {"start": 254.12, "end": 254.38, "word": " these,", "probability": 0.509765625}, {"start": 255.0, "end": 255.46, "word": " with", "probability": 0.49267578125}, {"start": 255.46, "end": 255.74, "word": " the", "probability": 0.64697265625}, {"start": 255.74, "end": 256.48, "word": " java", "probability": 0.604248046875}, {"start": 256.48, "end": 256.48, "word": " file.", "probability": 0.81591796875}, {"start": 257.16, "end": 257.5, "word": " Of", "probability": 0.364013671875}, {"start": 257.5, "end": 257.5, "word": " course,", "probability": 0.94677734375}, {"start": 257.58, "end": 257.62, "word": " the", "probability": 0.552734375}, {"start": 257.62, "end": 257.84, "word": " difference", "probability": 0.6806640625}, {"start": 257.84, "end": 258.08, "word": " is", "probability": 0.8251953125}, {"start": 258.08, "end": 258.12, "word": " not", "probability": 0.94189453125}, {"start": 258.12, "end": 258.3, "word": " only", "probability": 0.8046875}, {"start": 258.3, "end": 258.4, "word": " in", "probability": 0.61181640625}, {"start": 258.4, "end": 258.46, "word": " the", "probability": 0.443115234375}, {"start": 258.46, "end": 258.82, "word": " location.", "probability": 0.4931640625}, {"start": 259.0, "end": 259.4, "word": " Anything", "probability": 0.26171875}, {"start": 259.4, "end": 259.82, "word": " we", "probability": 0.350830078125}, {"start": 259.82, "end": 260.22, "word": " know", "probability": 0.84619140625}, {"start": 260.22, "end": 260.44, "word": " that", "probability": 0.52978515625}, {"start": 260.44, "end": 260.56, "word": " has", "probability": 0.486083984375}, {"start": 260.56, "end": 261.1, "word": " resources", "probability": 0.83544921875}, {"start": 261.1, "end": 261.28, "word": " inside", "probability": 0.6025390625}, {"start": 261.28, "end": 261.46, "word": " it,", "probability": 0.384521484375}, {"start": 261.64, "end": 261.78, "word": " we", "probability": 0.82763671875}, {"start": 261.78, "end": 262.02, "word": " make", "probability": 0.32275390625}, {"start": 262.02, "end": 262.18, "word": " it", "probability": 0.75537109375}, {"start": 262.18, "end": 262.26, "word": " an", "probability": 0.2939453125}, {"start": 262.26, "end": 262.48, "word": " ID.", "probability": 0.7333984375}, {"start": 263.86, "end": 264.22, "word": " When", "probability": 0.2626953125}, {"start": 264.22, "end": 264.56, "word": " you", "probability": 0.93896484375}, {"start": 264.56, "end": 264.74, "word": " put", "probability": 0.54052734375}, {"start": 264.74, "end": 264.94, "word": " something", "probability": 0.6552734375}, {"start": 264.94, "end": 265.04, "word": " in", "probability": 0.75439453125}, {"start": 265.04, "end": 265.18, "word": " the", "probability": 0.521484375}, {"start": 265.18, "end": 265.36, "word": " drawable,", "probability": 0.62060546875}, {"start": 265.36, "end": 265.5, "word": " the", "probability": 0.5517578125}, {"start": 265.5, "end": 265.72, "word": " drawable", "probability": 0.954345703125}, {"start": 265.72, "end": 265.92, "word": " does", "probability": 0.16064453125}, {"start": 265.92, "end": 265.96, "word": " not", "probability": 0.896484375}, {"start": 265.96, "end": 266.16, "word": " exist.", "probability": 0.947265625}], "temperature": 1.0}, {"id": 12, "seek": 27905, "start": 267.35, "end": 279.05, "text": " Inside the resources, it has R.drawable to any image.name of the image, we make it an ID, an integer, an index number, anything in the layout, we also make it an ID", "tokens": [15123, 264, 3593, 11, 309, 575, 497, 13, 48848, 712, 281, 604, 3256, 13, 16344, 295, 264, 3256, 11, 321, 652, 309, 364, 7348, 11, 364, 24922, 11, 364, 8186, 1230, 11, 1340, 294, 264, 13333, 11, 321, 611, 652, 309, 364, 7348], "avg_logprob": -0.6747159104455601, "compression_ratio": 1.3983050847457628, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 267.35, "end": 267.79, "word": " Inside", "probability": 0.051788330078125}, {"start": 267.79, "end": 267.95, "word": " the", "probability": 0.45654296875}, {"start": 267.95, "end": 268.39, "word": " resources,", "probability": 0.6494140625}, {"start": 268.57, "end": 268.79, "word": " it", "probability": 0.337890625}, {"start": 268.79, "end": 269.09, "word": " has", "probability": 0.477783203125}, {"start": 269.09, "end": 269.59, "word": " R", "probability": 0.332763671875}, {"start": 269.59, "end": 270.53, "word": ".drawable", "probability": 0.7443033854166666}, {"start": 270.53, "end": 270.73, "word": " to", "probability": 0.43359375}, {"start": 270.73, "end": 270.91, "word": " any", "probability": 0.7978515625}, {"start": 270.91, "end": 271.25, "word": " image", "probability": 0.55517578125}, {"start": 271.25, "end": 272.71, "word": ".name", "probability": 0.248565673828125}, {"start": 272.71, "end": 272.83, "word": " of", "probability": 0.8515625}, {"start": 272.83, "end": 272.87, "word": " the", "probability": 0.71044921875}, {"start": 272.87, "end": 273.09, "word": " image,", "probability": 0.8798828125}, {"start": 273.21, "end": 273.25, "word": " we", "probability": 0.5966796875}, {"start": 273.25, "end": 273.45, "word": " make", "probability": 0.353515625}, {"start": 273.45, "end": 273.57, "word": " it", "probability": 0.68115234375}, {"start": 273.57, "end": 273.65, "word": " an", "probability": 0.365966796875}, {"start": 273.65, "end": 273.91, "word": " ID,", "probability": 0.37353515625}, {"start": 274.05, "end": 274.13, "word": " an", "probability": 0.232177734375}, {"start": 274.13, "end": 274.41, "word": " integer,", "probability": 0.64208984375}, {"start": 274.77, "end": 275.35, "word": " an", "probability": 0.304931640625}, {"start": 275.35, "end": 275.93, "word": " index", "probability": 0.2705078125}, {"start": 275.93, "end": 276.15, "word": " number,", "probability": 0.456298828125}, {"start": 276.63, "end": 276.93, "word": " anything", "probability": 0.6943359375}, {"start": 276.93, "end": 277.49, "word": " in", "probability": 0.445556640625}, {"start": 277.49, "end": 277.65, "word": " the", "probability": 0.84814453125}, {"start": 277.65, "end": 277.91, "word": " layout,", "probability": 0.9453125}, {"start": 278.19, "end": 278.43, "word": " we", "probability": 0.81689453125}, {"start": 278.43, "end": 278.43, "word": " also", "probability": 0.393310546875}, {"start": 278.43, "end": 278.69, "word": " make", "probability": 0.8916015625}, {"start": 278.69, "end": 278.81, "word": " it", "probability": 0.89111328125}, {"start": 278.81, "end": 278.87, "word": " an", "probability": 0.83935546875}, {"start": 278.87, "end": 279.05, "word": " ID", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 13, "seek": 30694, "start": 280.64, "end": 306.94, "text": "Anything that is present in the values, the values are present in the resources Any string that is present, we also make it id, it means that you can get it from r.string.etc We did it in the previous lecture Anything that you put inside the row, we make it id, it becomes r.row.name of the file Ok, in the assets, we don't make it id", "tokens": [29647, 825, 300, 307, 1974, 294, 264, 4190, 11, 264, 4190, 366, 1974, 294, 264, 3593, 2639, 6798, 300, 307, 1974, 11, 321, 611, 652, 309, 4496, 11, 309, 1355, 300, 291, 393, 483, 309, 490, 367, 13, 37045, 13, 302, 66, 492, 630, 309, 294, 264, 3894, 7991, 11998, 300, 291, 829, 1854, 264, 5386, 11, 321, 652, 309, 4496, 11, 309, 3643, 367, 13, 1892, 13, 16344, 295, 264, 3991, 3477, 11, 294, 264, 9769, 11, 321, 500, 380, 652, 309, 4496], "avg_logprob": -0.6474264453439151, "compression_ratio": 1.8054054054054054, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 280.64, "end": 281.12, "word": "Anything", "probability": 0.21697998046875}, {"start": 281.12, "end": 281.3, "word": " that", "probability": 0.238037109375}, {"start": 281.3, "end": 281.3, "word": " is", "probability": 0.494873046875}, {"start": 281.3, "end": 281.54, "word": " present", "probability": 0.1446533203125}, {"start": 281.54, "end": 281.72, "word": " in", "probability": 0.81103515625}, {"start": 281.72, "end": 282.0, "word": " the", "probability": 0.57763671875}, {"start": 282.0, "end": 282.54, "word": " values,", "probability": 0.62646484375}, {"start": 282.56, "end": 282.66, "word": " the", "probability": 0.195068359375}, {"start": 282.66, "end": 283.0, "word": " values", "probability": 0.88720703125}, {"start": 283.0, "end": 283.2, "word": " are", "probability": 0.64892578125}, {"start": 283.2, "end": 283.5, "word": " present", "probability": 0.4931640625}, {"start": 283.5, "end": 283.7, "word": " in", "probability": 0.370361328125}, {"start": 283.7, "end": 283.88, "word": " the", "probability": 0.59033203125}, {"start": 283.88, "end": 285.28, "word": " resources", "probability": 0.591796875}, {"start": 285.28, "end": 285.62, "word": " Any", "probability": 0.476806640625}, {"start": 285.62, "end": 285.98, "word": " string", "probability": 0.85791015625}, {"start": 285.98, "end": 286.1, "word": " that", "probability": 0.427978515625}, {"start": 286.1, "end": 286.1, "word": " is", "probability": 0.82958984375}, {"start": 286.1, "end": 286.44, "word": " present,", "probability": 0.81787109375}, {"start": 286.88, "end": 287.18, "word": " we", "probability": 0.69384765625}, {"start": 287.18, "end": 287.18, "word": " also", "probability": 0.2978515625}, {"start": 287.18, "end": 287.44, "word": " make", "probability": 0.4287109375}, {"start": 287.44, "end": 287.68, "word": " it", "probability": 0.8291015625}, {"start": 287.68, "end": 288.28, "word": " id,", "probability": 0.346923828125}, {"start": 288.4, "end": 288.46, "word": " it", "probability": 0.1451416015625}, {"start": 288.46, "end": 288.62, "word": " means", "probability": 0.65185546875}, {"start": 288.62, "end": 288.8, "word": " that", "probability": 0.51123046875}, {"start": 288.8, "end": 288.94, "word": " you", "probability": 0.884765625}, {"start": 288.94, "end": 289.2, "word": " can", "probability": 0.904296875}, {"start": 289.2, "end": 289.46, "word": " get", "probability": 0.481201171875}, {"start": 289.46, "end": 289.58, "word": " it", "probability": 0.89306640625}, {"start": 289.58, "end": 289.68, "word": " from", "probability": 0.81640625}, {"start": 289.68, "end": 290.04, "word": " r", "probability": 0.36474609375}, {"start": 290.04, "end": 290.7, "word": ".string", "probability": 0.874755859375}, {"start": 290.7, "end": 291.34, "word": ".etc", "probability": 0.5198160807291666}, {"start": 291.34, "end": 291.62, "word": " We", "probability": 0.2000732421875}, {"start": 291.62, "end": 291.82, "word": " did", "probability": 0.48388671875}, {"start": 291.82, "end": 291.96, "word": " it", "probability": 0.431396484375}, {"start": 291.96, "end": 292.06, "word": " in", "probability": 0.72998046875}, {"start": 292.06, "end": 292.1, "word": " the", "probability": 0.70654296875}, {"start": 292.1, "end": 292.1, "word": " previous", "probability": 0.467041015625}, {"start": 292.1, "end": 292.62, "word": " lecture", "probability": 0.443115234375}, {"start": 292.62, "end": 293.94, "word": " Anything", "probability": 0.219482421875}, {"start": 293.94, "end": 294.46, "word": " that", "probability": 0.6787109375}, {"start": 294.46, "end": 294.56, "word": " you", "probability": 0.49462890625}, {"start": 294.56, "end": 294.76, "word": " put", "probability": 0.6962890625}, {"start": 294.76, "end": 294.98, "word": " inside", "probability": 0.51904296875}, {"start": 294.98, "end": 295.16, "word": " the", "probability": 0.451904296875}, {"start": 295.16, "end": 295.34, "word": " row,", "probability": 0.91455078125}, {"start": 295.44, "end": 295.52, "word": " we", "probability": 0.86181640625}, {"start": 295.52, "end": 295.72, "word": " make", "probability": 0.8251953125}, {"start": 295.72, "end": 295.98, "word": " it", "probability": 0.93603515625}, {"start": 295.98, "end": 297.24, "word": " id,", "probability": 0.86572265625}, {"start": 297.8, "end": 298.2, "word": " it", "probability": 0.352294921875}, {"start": 298.2, "end": 298.44, "word": " becomes", "probability": 0.5302734375}, {"start": 298.44, "end": 299.22, "word": " r", "probability": 0.81103515625}, {"start": 299.22, "end": 300.4, "word": ".row", "probability": 0.967041015625}, {"start": 300.4, "end": 301.72, "word": ".name", "probability": 0.56146240234375}, {"start": 301.72, "end": 301.8, "word": " of", "probability": 0.77392578125}, {"start": 301.8, "end": 301.82, "word": " the", "probability": 0.50634765625}, {"start": 301.82, "end": 302.08, "word": " file", "probability": 0.86083984375}, {"start": 302.08, "end": 304.06, "word": " Ok,", "probability": 0.309814453125}, {"start": 304.74, "end": 304.82, "word": " in", "probability": 0.07586669921875}, {"start": 304.82, "end": 305.54, "word": " the", "probability": 0.339111328125}, {"start": 305.54, "end": 305.8, "word": " assets,", "probability": 0.8935546875}, {"start": 305.92, "end": 306.26, "word": " we", "probability": 0.64453125}, {"start": 306.26, "end": 306.38, "word": " don't", "probability": 0.761962890625}, {"start": 306.38, "end": 306.54, "word": " make", "probability": 0.87158203125}, {"start": 306.54, "end": 306.66, "word": " it", "probability": 0.57470703125}, {"start": 306.66, "end": 306.94, "word": " id", "probability": 0.94140625}], "temperature": 1.0}, {"id": 14, "seek": 33581, "start": 308.03, "end": 335.81, "text": " Do I use this one or that one? It depends on the needs of the application. For example, when you run a media player, it tells you that in order to run a file with sound, it must have an ID. For example, depending on the needs of your function. If it needs an ID, you put it in the ROM. If it is possible to run a file without an ID, you put it in the assets. Ok guys, now we will try both.", "tokens": [1144, 286, 764, 341, 472, 420, 300, 472, 30, 467, 5946, 322, 264, 2203, 295, 264, 3861, 13, 1171, 1365, 11, 562, 291, 1190, 257, 3021, 4256, 11, 309, 5112, 291, 300, 294, 1668, 281, 1190, 257, 3991, 365, 1626, 11, 309, 1633, 362, 364, 7348, 13, 1171, 1365, 11, 5413, 322, 264, 2203, 295, 428, 2445, 13, 759, 309, 2203, 364, 7348, 11, 291, 829, 309, 294, 264, 41678, 13, 759, 309, 307, 1944, 281, 1190, 257, 3991, 1553, 364, 7348, 11, 291, 829, 309, 294, 264, 9769, 13, 3477, 1074, 11, 586, 321, 486, 853, 1293, 13], "avg_logprob": -0.4521874916553497, "compression_ratio": 1.7972350230414746, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 308.03, "end": 308.35, "word": " Do", "probability": 0.0249176025390625}, {"start": 308.35, "end": 308.57, "word": " I", "probability": 0.7333984375}, {"start": 308.57, "end": 308.91, "word": " use", "probability": 0.8447265625}, {"start": 308.91, "end": 309.33, "word": " this", "probability": 0.70263671875}, {"start": 309.33, "end": 309.35, "word": " one", "probability": 0.29736328125}, {"start": 309.35, "end": 309.49, "word": " or", "probability": 0.84228515625}, {"start": 309.49, "end": 310.11, "word": " that", "probability": 0.5634765625}, {"start": 310.11, "end": 310.27, "word": " one?", "probability": 0.91650390625}, {"start": 310.91, "end": 311.35, "word": " It", "probability": 0.382080078125}, {"start": 311.35, "end": 311.35, "word": " depends", "probability": 0.83642578125}, {"start": 311.35, "end": 311.77, "word": " on", "probability": 0.923828125}, {"start": 311.77, "end": 311.85, "word": " the", "probability": 0.492431640625}, {"start": 311.85, "end": 312.23, "word": " needs", "probability": 0.307861328125}, {"start": 312.23, "end": 312.59, "word": " of", "probability": 0.9326171875}, {"start": 312.59, "end": 312.83, "word": " the", "probability": 0.45361328125}, {"start": 312.83, "end": 313.11, "word": " application.", "probability": 0.7666015625}, {"start": 313.31, "end": 313.45, "word": " For", "probability": 0.77197265625}, {"start": 313.45, "end": 313.91, "word": " example,", "probability": 0.8935546875}, {"start": 314.01, "end": 314.17, "word": " when", "probability": 0.1654052734375}, {"start": 314.17, "end": 314.55, "word": " you", "probability": 0.8349609375}, {"start": 314.55, "end": 316.05, "word": " run", "probability": 0.55908203125}, {"start": 316.05, "end": 316.17, "word": " a", "probability": 0.576171875}, {"start": 316.17, "end": 316.33, "word": " media", "probability": 0.75048828125}, {"start": 316.33, "end": 316.65, "word": " player,", "probability": 0.94287109375}, {"start": 317.03, "end": 317.09, "word": " it", "probability": 0.716796875}, {"start": 317.09, "end": 317.27, "word": " tells", "probability": 0.32080078125}, {"start": 317.27, "end": 317.53, "word": " you", "probability": 0.95849609375}, {"start": 317.53, "end": 317.71, "word": " that", "probability": 0.6767578125}, {"start": 317.71, "end": 317.73, "word": " in", "probability": 0.355224609375}, {"start": 317.73, "end": 317.75, "word": " order", "probability": 0.91064453125}, {"start": 317.75, "end": 317.91, "word": " to", "probability": 0.88134765625}, {"start": 317.91, "end": 318.17, "word": " run", "probability": 0.693359375}, {"start": 318.17, "end": 318.43, "word": " a", "probability": 0.410400390625}, {"start": 318.43, "end": 318.51, "word": " file", "probability": 0.81884765625}, {"start": 318.51, "end": 318.71, "word": " with", "probability": 0.440673828125}, {"start": 318.71, "end": 318.93, "word": " sound,", "probability": 0.48876953125}, {"start": 319.13, "end": 319.17, "word": " it", "probability": 0.740234375}, {"start": 319.17, "end": 319.41, "word": " must", "probability": 0.427978515625}, {"start": 319.41, "end": 319.79, "word": " have", "probability": 0.89794921875}, {"start": 319.79, "end": 319.87, "word": " an", "probability": 0.7763671875}, {"start": 319.87, "end": 320.09, "word": " ID.", "probability": 0.6201171875}, {"start": 320.79, "end": 321.13, "word": " For", "probability": 0.494873046875}, {"start": 321.13, "end": 321.31, "word": " example,", "probability": 0.953125}, {"start": 321.87, "end": 322.05, "word": " depending", "probability": 0.339599609375}, {"start": 322.05, "end": 322.13, "word": " on", "probability": 0.9501953125}, {"start": 322.13, "end": 322.19, "word": " the", "probability": 0.70947265625}, {"start": 322.19, "end": 322.53, "word": " needs", "probability": 0.67626953125}, {"start": 322.53, "end": 322.95, "word": " of", "probability": 0.95263671875}, {"start": 322.95, "end": 323.07, "word": " your", "probability": 0.6728515625}, {"start": 323.07, "end": 323.47, "word": " function.", "probability": 0.7412109375}, {"start": 324.09, "end": 324.51, "word": " If", "probability": 0.94287109375}, {"start": 324.51, "end": 324.77, "word": " it", "probability": 0.5732421875}, {"start": 324.77, "end": 324.91, "word": " needs", "probability": 0.52880859375}, {"start": 324.91, "end": 325.05, "word": " an", "probability": 0.87939453125}, {"start": 325.05, "end": 325.33, "word": " ID,", "probability": 0.96533203125}, {"start": 326.21, "end": 326.31, "word": " you", "probability": 0.41455078125}, {"start": 326.31, "end": 326.53, "word": " put", "probability": 0.388427734375}, {"start": 326.53, "end": 326.61, "word": " it", "probability": 0.91357421875}, {"start": 326.61, "end": 326.71, "word": " in", "probability": 0.873046875}, {"start": 326.71, "end": 326.81, "word": " the", "probability": 0.76220703125}, {"start": 326.81, "end": 326.95, "word": " ROM.", "probability": 0.4970703125}, {"start": 327.55, "end": 327.99, "word": " If", "probability": 0.9462890625}, {"start": 327.99, "end": 328.15, "word": " it", "probability": 0.5625}, {"start": 328.15, "end": 328.19, "word": " is", "probability": 0.302734375}, {"start": 328.19, "end": 328.43, "word": " possible", "probability": 0.8486328125}, {"start": 328.43, "end": 328.57, "word": " to", "probability": 0.962890625}, {"start": 328.57, "end": 328.85, "word": " run", "probability": 0.8798828125}, {"start": 328.85, "end": 328.99, "word": " a", "probability": 0.6640625}, {"start": 328.99, "end": 329.25, "word": " file", "probability": 0.89892578125}, {"start": 329.25, "end": 329.51, "word": " without", "probability": 0.86767578125}, {"start": 329.51, "end": 329.65, "word": " an", "probability": 0.7099609375}, {"start": 329.65, "end": 329.91, "word": " ID,", "probability": 0.97900390625}, {"start": 330.75, "end": 330.83, "word": " you", "probability": 0.5458984375}, {"start": 330.83, "end": 331.01, "word": " put", "probability": 0.82373046875}, {"start": 331.01, "end": 331.09, "word": " it", "probability": 0.9140625}, {"start": 331.09, "end": 331.23, "word": " in", "probability": 0.92626953125}, {"start": 331.23, "end": 331.87, "word": " the", "probability": 0.7177734375}, {"start": 331.87, "end": 332.15, "word": " assets.", "probability": 0.64599609375}, {"start": 333.39, "end": 333.71, "word": " Ok", "probability": 0.2802734375}, {"start": 333.71, "end": 334.09, "word": " guys,", "probability": 0.5703125}, {"start": 334.59, "end": 334.93, "word": " now", "probability": 0.5673828125}, {"start": 334.93, "end": 335.11, "word": " we", "probability": 0.59814453125}, {"start": 335.11, "end": 335.25, "word": " will", "probability": 0.54296875}, {"start": 335.25, "end": 335.45, "word": " try", "probability": 0.865234375}, {"start": 335.45, "end": 335.81, "word": " both.", "probability": 0.7646484375}], "temperature": 1.0}, {"id": 15, "seek": 36281, "start": 339.05, "end": 362.81, "text": "In my project, I have an assets folder and a raw folder First, to create an assets folder, you go to your project and click on new Then you click on folder, not contentious activity Then you click on folder, then you click on assets folder", "tokens": [4575, 452, 1716, 11, 286, 362, 364, 9769, 10820, 293, 257, 8936, 10820, 2386, 11, 281, 1884, 364, 9769, 10820, 11, 291, 352, 281, 428, 1716, 293, 2052, 322, 777, 1396, 291, 2052, 322, 10820, 11, 406, 2701, 851, 5191, 1396, 291, 2052, 322, 10820, 11, 550, 291, 2052, 322, 9769, 10820], "avg_logprob": -0.711674523803423, "compression_ratio": 1.8818897637795275, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 339.05, "end": 339.67, "word": "In", "probability": 0.159423828125}, {"start": 339.67, "end": 340.29, "word": " my", "probability": 0.453125}, {"start": 340.29, "end": 341.43, "word": " project,", "probability": 0.8095703125}, {"start": 341.71, "end": 341.89, "word": " I", "probability": 0.6357421875}, {"start": 341.89, "end": 342.05, "word": " have", "probability": 0.8466796875}, {"start": 342.05, "end": 342.23, "word": " an", "probability": 0.11572265625}, {"start": 342.23, "end": 342.43, "word": " assets", "probability": 0.77880859375}, {"start": 342.43, "end": 342.89, "word": " folder", "probability": 0.87158203125}, {"start": 342.89, "end": 343.11, "word": " and", "probability": 0.88134765625}, {"start": 343.11, "end": 343.77, "word": " a", "probability": 0.61083984375}, {"start": 343.77, "end": 344.41, "word": " raw", "probability": 0.4365234375}, {"start": 344.41, "end": 344.79, "word": " folder", "probability": 0.7158203125}, {"start": 344.79, "end": 345.45, "word": " First,", "probability": 0.166259765625}, {"start": 346.01, "end": 346.23, "word": " to", "probability": 0.298095703125}, {"start": 346.23, "end": 346.53, "word": " create", "probability": 0.79150390625}, {"start": 346.53, "end": 346.67, "word": " an", "probability": 0.66455078125}, {"start": 346.67, "end": 346.87, "word": " assets", "probability": 0.8486328125}, {"start": 346.87, "end": 347.21, "word": " folder,", "probability": 0.8671875}, {"start": 347.31, "end": 347.35, "word": " you", "probability": 0.27587890625}, {"start": 347.35, "end": 347.49, "word": " go", "probability": 0.4755859375}, {"start": 347.49, "end": 347.59, "word": " to", "probability": 0.9345703125}, {"start": 347.59, "end": 347.67, "word": " your", "probability": 0.7216796875}, {"start": 347.67, "end": 348.07, "word": " project", "probability": 0.90576171875}, {"start": 348.07, "end": 348.79, "word": " and", "probability": 0.51708984375}, {"start": 348.79, "end": 349.03, "word": " click", "probability": 0.337890625}, {"start": 349.03, "end": 349.17, "word": " on", "probability": 0.63623046875}, {"start": 349.17, "end": 349.49, "word": " new", "probability": 0.457275390625}, {"start": 349.49, "end": 351.11, "word": " Then", "probability": 0.130859375}, {"start": 351.11, "end": 351.31, "word": " you", "probability": 0.377685546875}, {"start": 351.31, "end": 351.67, "word": " click", "probability": 0.350830078125}, {"start": 351.67, "end": 351.93, "word": " on", "probability": 0.8359375}, {"start": 351.93, "end": 352.71, "word": " folder,", "probability": 0.53125}, {"start": 353.35, "end": 354.17, "word": " not", "probability": 0.2242431640625}, {"start": 354.17, "end": 355.37, "word": " contentious", "probability": 0.3765869140625}, {"start": 355.37, "end": 355.93, "word": " activity", "probability": 0.7119140625}, {"start": 355.93, "end": 356.57, "word": " Then", "probability": 0.121337890625}, {"start": 356.57, "end": 356.69, "word": " you", "probability": 0.37744140625}, {"start": 356.69, "end": 356.87, "word": " click", "probability": 0.71826171875}, {"start": 356.87, "end": 357.03, "word": " on", "probability": 0.90087890625}, {"start": 357.03, "end": 358.05, "word": " folder,", "probability": 0.7685546875}, {"start": 358.59, "end": 358.83, "word": " then", "probability": 0.243408203125}, {"start": 358.83, "end": 358.93, "word": " you", "probability": 0.5048828125}, {"start": 358.93, "end": 359.23, "word": " click", "probability": 0.60888671875}, {"start": 359.23, "end": 359.23, "word": " on", "probability": 0.861328125}, {"start": 359.23, "end": 362.23, "word": " assets", "probability": 0.59619140625}, {"start": 362.23, "end": 362.81, "word": " folder", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 16, "seek": 39531, "start": 365.93, "end": 395.31, "text": " This is the finish page, I want to put it in the main page What do you see here? This is an article called assets Ok, why do I want to use this assets right now? I want to put it in the text file of the questions So this is the text file of the questions, of course, what did I do? So that I don't face this problem, we wrote the text in Arabic, right or not? When you go to save as, okay? Choose encoding UTF-8, okay? So that it remains identified with Arabic", "tokens": [639, 307, 264, 2413, 3028, 11, 286, 528, 281, 829, 309, 294, 264, 2135, 3028, 708, 360, 291, 536, 510, 30, 639, 307, 364, 7222, 1219, 9769, 3477, 11, 983, 360, 286, 528, 281, 764, 341, 9769, 558, 586, 30, 286, 528, 281, 829, 309, 294, 264, 2487, 3991, 295, 264, 1651, 407, 341, 307, 264, 2487, 3991, 295, 264, 1651, 11, 295, 1164, 11, 437, 630, 286, 360, 30, 407, 300, 286, 500, 380, 1851, 341, 1154, 11, 321, 4114, 264, 2487, 294, 19938, 11, 558, 420, 406, 30, 1133, 291, 352, 281, 3155, 382, 11, 1392, 30, 21661, 43430, 624, 20527, 12, 23, 11, 1392, 30, 407, 300, 309, 7023, 9234, 365, 19938], "avg_logprob": -0.5350215630284672, "compression_ratio": 1.807843137254902, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 365.93, "end": 366.25, "word": " This", "probability": 0.1123046875}, {"start": 366.25, "end": 366.25, "word": " is", "probability": 0.81005859375}, {"start": 366.25, "end": 366.37, "word": " the", "probability": 0.368408203125}, {"start": 366.37, "end": 366.65, "word": " finish", "probability": 0.3349609375}, {"start": 366.65, "end": 366.71, "word": " page,", "probability": 0.10504150390625}, {"start": 366.79, "end": 366.79, "word": " I", "probability": 0.11431884765625}, {"start": 366.79, "end": 366.93, "word": " want", "probability": 0.27001953125}, {"start": 366.93, "end": 366.97, "word": " to", "probability": 0.919921875}, {"start": 366.97, "end": 367.15, "word": " put", "probability": 0.546875}, {"start": 367.15, "end": 367.21, "word": " it", "probability": 0.650390625}, {"start": 367.21, "end": 367.69, "word": " in", "probability": 0.6845703125}, {"start": 367.69, "end": 368.19, "word": " the", "probability": 0.7880859375}, {"start": 368.19, "end": 368.51, "word": " main", "probability": 0.80419921875}, {"start": 368.51, "end": 368.85, "word": " page", "probability": 0.451416015625}, {"start": 368.85, "end": 369.21, "word": " What", "probability": 0.2122802734375}, {"start": 369.21, "end": 369.47, "word": " do", "probability": 0.513671875}, {"start": 369.47, "end": 369.47, "word": " you", "probability": 0.71240234375}, {"start": 369.47, "end": 369.81, "word": " see", "probability": 0.60498046875}, {"start": 369.81, "end": 370.07, "word": " here?", "probability": 0.77587890625}, {"start": 370.31, "end": 370.53, "word": " This", "probability": 0.60693359375}, {"start": 370.53, "end": 370.53, "word": " is", "probability": 0.75341796875}, {"start": 370.53, "end": 370.83, "word": " an", "probability": 0.358642578125}, {"start": 370.83, "end": 370.83, "word": " article", "probability": 0.370849609375}, {"start": 370.83, "end": 371.19, "word": " called", "probability": 0.57958984375}, {"start": 371.19, "end": 371.95, "word": " assets", "probability": 0.48681640625}, {"start": 371.95, "end": 372.83, "word": " Ok,", "probability": 0.18017578125}, {"start": 372.91, "end": 373.19, "word": " why", "probability": 0.77197265625}, {"start": 373.19, "end": 373.27, "word": " do", "probability": 0.428466796875}, {"start": 373.27, "end": 373.27, "word": " I", "probability": 0.96826171875}, {"start": 373.27, "end": 373.41, "word": " want", "probability": 0.7138671875}, {"start": 373.41, "end": 373.45, "word": " to", "probability": 0.96630859375}, {"start": 373.45, "end": 373.73, "word": " use", "probability": 0.85595703125}, {"start": 373.73, "end": 373.85, "word": " this", "probability": 0.4453125}, {"start": 373.85, "end": 374.11, "word": " assets", "probability": 0.67724609375}, {"start": 374.11, "end": 374.57, "word": " right", "probability": 0.2464599609375}, {"start": 374.57, "end": 374.87, "word": " now?", "probability": 0.935546875}, {"start": 374.99, "end": 375.13, "word": " I", "probability": 0.82080078125}, {"start": 375.13, "end": 375.25, "word": " want", "probability": 0.82861328125}, {"start": 375.25, "end": 375.29, "word": " to", "probability": 0.96240234375}, {"start": 375.29, "end": 375.49, "word": " put", "probability": 0.783203125}, {"start": 375.49, "end": 375.57, "word": " it", "probability": 0.1983642578125}, {"start": 375.57, "end": 376.15, "word": " in", "probability": 0.873046875}, {"start": 376.15, "end": 376.23, "word": " the", "probability": 0.79345703125}, {"start": 376.23, "end": 376.83, "word": " text", "probability": 0.6376953125}, {"start": 376.83, "end": 376.89, "word": " file", "probability": 0.7568359375}, {"start": 376.89, "end": 377.29, "word": " of", "probability": 0.38623046875}, {"start": 377.29, "end": 377.45, "word": " the", "probability": 0.74072265625}, {"start": 377.45, "end": 377.71, "word": " questions", "probability": 0.7060546875}, {"start": 377.71, "end": 379.73, "word": " So", "probability": 0.69189453125}, {"start": 379.73, "end": 380.01, "word": " this", "probability": 0.16455078125}, {"start": 380.01, "end": 380.03, "word": " is", "probability": 0.90087890625}, {"start": 380.03, "end": 380.33, "word": " the", "probability": 0.77392578125}, {"start": 380.33, "end": 380.33, "word": " text", "probability": 0.362548828125}, {"start": 380.33, "end": 380.57, "word": " file", "probability": 0.87744140625}, {"start": 380.57, "end": 380.71, "word": " of", "probability": 0.83251953125}, {"start": 380.71, "end": 380.83, "word": " the", "probability": 0.8798828125}, {"start": 380.83, "end": 381.17, "word": " questions,", "probability": 0.74462890625}, {"start": 381.33, "end": 381.53, "word": " of", "probability": 0.370849609375}, {"start": 381.53, "end": 381.57, "word": " course,", "probability": 0.95751953125}, {"start": 381.63, "end": 381.77, "word": " what", "probability": 0.8212890625}, {"start": 381.77, "end": 381.85, "word": " did", "probability": 0.7177734375}, {"start": 381.85, "end": 382.23, "word": " I", "probability": 0.97998046875}, {"start": 382.23, "end": 382.23, "word": " do?", "probability": 0.95849609375}, {"start": 382.75, "end": 383.01, "word": " So", "probability": 0.475341796875}, {"start": 383.01, "end": 383.21, "word": " that", "probability": 0.68505859375}, {"start": 383.21, "end": 383.41, "word": " I", "probability": 0.481689453125}, {"start": 383.41, "end": 383.41, "word": " don't", "probability": 0.74755859375}, {"start": 383.41, "end": 383.71, "word": " face", "probability": 0.7998046875}, {"start": 383.71, "end": 383.89, "word": " this", "probability": 0.8935546875}, {"start": 383.89, "end": 384.23, "word": " problem,", "probability": 0.83447265625}, {"start": 384.55, "end": 384.81, "word": " we", "probability": 0.68701171875}, {"start": 384.81, "end": 385.07, "word": " wrote", "probability": 0.85400390625}, {"start": 385.07, "end": 385.25, "word": " the", "probability": 0.767578125}, {"start": 385.25, "end": 385.37, "word": " text", "probability": 0.91455078125}, {"start": 385.37, "end": 385.51, "word": " in", "probability": 0.93017578125}, {"start": 385.51, "end": 385.81, "word": " Arabic,", "probability": 0.89306640625}, {"start": 386.03, "end": 386.19, "word": " right", "probability": 0.68017578125}, {"start": 386.19, "end": 386.41, "word": " or", "probability": 0.47900390625}, {"start": 386.41, "end": 386.41, "word": " not?", "probability": 0.52490234375}, {"start": 386.45, "end": 386.61, "word": " When", "probability": 0.70556640625}, {"start": 386.61, "end": 386.77, "word": " you", "probability": 0.9541015625}, {"start": 386.77, "end": 386.85, "word": " go", "probability": 0.64208984375}, {"start": 386.85, "end": 386.99, "word": " to", "probability": 0.61767578125}, {"start": 386.99, "end": 387.57, "word": " save", "probability": 0.58447265625}, {"start": 387.57, "end": 388.27, "word": " as,", "probability": 0.89111328125}, {"start": 388.95, "end": 389.13, "word": " okay?", "probability": 0.217529296875}, {"start": 389.27, "end": 389.61, "word": " Choose", "probability": 0.499755859375}, {"start": 389.61, "end": 390.27, "word": " encoding", "probability": 0.685546875}, {"start": 390.27, "end": 390.97, "word": " UTF", "probability": 0.7176513671875}, {"start": 390.97, "end": 392.25, "word": "-8,", "probability": 0.793701171875}, {"start": 392.71, "end": 393.05, "word": " okay?", "probability": 0.71923828125}, {"start": 393.55, "end": 393.75, "word": " So", "probability": 0.6044921875}, {"start": 393.75, "end": 394.03, "word": " that", "probability": 0.79296875}, {"start": 394.03, "end": 394.21, "word": " it", "probability": 0.7626953125}, {"start": 394.21, "end": 394.37, "word": " remains", "probability": 0.275146484375}, {"start": 394.37, "end": 394.77, "word": " identified", "probability": 0.31103515625}, {"start": 394.77, "end": 394.95, "word": " with", "probability": 0.294189453125}, {"start": 394.95, "end": 395.31, "word": " Arabic", "probability": 0.787109375}], "temperature": 1.0}, {"id": 17, "seek": 41697, "start": 398.77, "end": 416.97, "text": " and then copy it and paste it inside the assets ok, that's it, it will duplicate the file here now let's come to the code of activity", "tokens": [293, 550, 5055, 309, 293, 9163, 309, 1854, 264, 9769, 3133, 11, 300, 311, 309, 11, 309, 486, 23976, 264, 3991, 510, 586, 718, 311, 808, 281, 264, 3089, 295, 5191], "avg_logprob": -0.8789062779396772, "compression_ratio": 1.34, "no_speech_prob": 0.0, "words": [{"start": 398.77, "end": 398.99, "word": " and", "probability": 0.1231689453125}, {"start": 398.99, "end": 399.27, "word": " then", "probability": 0.50634765625}, {"start": 399.27, "end": 399.97, "word": " copy", "probability": 0.44384765625}, {"start": 399.97, "end": 402.09, "word": " it", "probability": 0.1900634765625}, {"start": 402.09, "end": 403.13, "word": " and", "probability": 0.595703125}, {"start": 403.13, "end": 403.51, "word": " paste", "probability": 0.51220703125}, {"start": 403.51, "end": 403.65, "word": " it", "probability": 0.75439453125}, {"start": 403.65, "end": 403.89, "word": " inside", "probability": 0.260498046875}, {"start": 403.89, "end": 404.83, "word": " the", "probability": 0.300537109375}, {"start": 404.83, "end": 405.15, "word": " assets", "probability": 0.78515625}, {"start": 405.15, "end": 407.61, "word": " ok,", "probability": 0.1290283203125}, {"start": 407.95, "end": 408.13, "word": " that's", "probability": 0.39990234375}, {"start": 408.13, "end": 408.13, "word": " it,", "probability": 0.68310546875}, {"start": 408.19, "end": 408.29, "word": " it", "probability": 0.2724609375}, {"start": 408.29, "end": 408.33, "word": " will", "probability": 0.153564453125}, {"start": 408.33, "end": 408.51, "word": " duplicate", "probability": 0.63623046875}, {"start": 408.51, "end": 408.63, "word": " the", "probability": 0.78076171875}, {"start": 408.63, "end": 408.87, "word": " file", "probability": 0.79443359375}, {"start": 408.87, "end": 412.27, "word": " here", "probability": 0.376220703125}, {"start": 412.27, "end": 415.61, "word": " now", "probability": 0.64697265625}, {"start": 415.61, "end": 415.79, "word": " let's", "probability": 0.59051513671875}, {"start": 415.79, "end": 415.87, "word": " come", "probability": 0.360107421875}, {"start": 415.87, "end": 416.01, "word": " to", "probability": 0.80712890625}, {"start": 416.01, "end": 416.37, "word": " the", "probability": 0.46728515625}, {"start": 416.37, "end": 416.53, "word": " code", "probability": 0.43310546875}, {"start": 416.53, "end": 416.63, "word": " of", "probability": 0.6884765625}, {"start": 416.63, "end": 416.97, "word": " activity", "probability": 0.53369140625}], "temperature": 1.0}, {"id": 18, "seek": 43294, "start": 418.58, "end": 432.94, "text": " Okay, we read these questions. Okay, we also agreed to see and learn, I found that programming is not all about memorizing functions and libraries. No, there is a way of thinking programming. Now, we look at the questions I have. We talked last time that every question", "tokens": [1033, 11, 321, 1401, 613, 1651, 13, 1033, 11, 321, 611, 9166, 281, 536, 293, 1466, 11, 286, 1352, 300, 9410, 307, 406, 439, 466, 10560, 3319, 6828, 293, 15148, 13, 883, 11, 456, 307, 257, 636, 295, 1953, 9410, 13, 823, 11, 321, 574, 412, 264, 1651, 286, 362, 13, 492, 2825, 1036, 565, 300, 633, 1168], "avg_logprob": -0.48278601088766326, "compression_ratio": 1.5976331360946745, "no_speech_prob": 1.6689300537109375e-06, "words": [{"start": 418.58, "end": 418.88, "word": " Okay,", "probability": 0.07257080078125}, {"start": 418.88, "end": 419.02, "word": " we", "probability": 0.36669921875}, {"start": 419.02, "end": 419.2, "word": " read", "probability": 0.59521484375}, {"start": 419.2, "end": 419.4, "word": " these", "probability": 0.53271484375}, {"start": 419.4, "end": 419.7, "word": " questions.", "probability": 0.91064453125}, {"start": 420.48, "end": 420.66, "word": " Okay,", "probability": 0.307861328125}, {"start": 420.96, "end": 420.98, "word": " we", "probability": 0.76025390625}, {"start": 420.98, "end": 421.22, "word": " also", "probability": 0.658203125}, {"start": 421.22, "end": 421.56, "word": " agreed", "probability": 0.79443359375}, {"start": 421.56, "end": 421.92, "word": " to", "probability": 0.329345703125}, {"start": 421.92, "end": 422.14, "word": " see", "probability": 0.32568359375}, {"start": 422.14, "end": 422.28, "word": " and", "probability": 0.87646484375}, {"start": 422.28, "end": 422.58, "word": " learn,", "probability": 0.96923828125}, {"start": 422.76, "end": 422.76, "word": " I", "probability": 0.55126953125}, {"start": 422.76, "end": 422.9, "word": " found", "probability": 0.456298828125}, {"start": 422.9, "end": 423.48, "word": " that", "probability": 0.46240234375}, {"start": 423.48, "end": 425.1, "word": " programming", "probability": 0.80126953125}, {"start": 425.1, "end": 425.24, "word": " is", "probability": 0.6826171875}, {"start": 425.24, "end": 425.4, "word": " not", "probability": 0.9453125}, {"start": 425.4, "end": 425.56, "word": " all", "probability": 0.4482421875}, {"start": 425.56, "end": 425.68, "word": " about", "probability": 0.7158203125}, {"start": 425.68, "end": 426.08, "word": " memorizing", "probability": 0.734375}, {"start": 426.08, "end": 426.88, "word": " functions", "probability": 0.8779296875}, {"start": 426.88, "end": 427.0, "word": " and", "probability": 0.8994140625}, {"start": 427.0, "end": 427.34, "word": " libraries.", "probability": 0.873046875}, {"start": 427.58, "end": 427.72, "word": " No,", "probability": 0.90771484375}, {"start": 427.96, "end": 427.96, "word": " there", "probability": 0.7255859375}, {"start": 427.96, "end": 428.08, "word": " is", "probability": 0.78173828125}, {"start": 428.08, "end": 428.24, "word": " a", "probability": 0.8251953125}, {"start": 428.24, "end": 428.24, "word": " way", "probability": 0.82763671875}, {"start": 428.24, "end": 428.44, "word": " of", "probability": 0.73193359375}, {"start": 428.44, "end": 428.7, "word": " thinking", "probability": 0.76025390625}, {"start": 428.7, "end": 429.18, "word": " programming.", "probability": 0.4248046875}, {"start": 429.32, "end": 429.48, "word": " Now,", "probability": 0.42724609375}, {"start": 429.58, "end": 429.72, "word": " we", "probability": 0.7568359375}, {"start": 429.72, "end": 429.96, "word": " look", "probability": 0.68212890625}, {"start": 429.96, "end": 430.12, "word": " at", "probability": 0.9599609375}, {"start": 430.12, "end": 430.22, "word": " the", "probability": 0.85302734375}, {"start": 430.22, "end": 430.42, "word": " questions", "probability": 0.92822265625}, {"start": 430.42, "end": 430.52, "word": " I", "probability": 0.46923828125}, {"start": 430.52, "end": 430.96, "word": " have.", "probability": 0.8896484375}, {"start": 431.1, "end": 431.28, "word": " We", "probability": 0.36572265625}, {"start": 431.28, "end": 431.64, "word": " talked", "probability": 0.64990234375}, {"start": 431.64, "end": 431.78, "word": " last", "probability": 0.7197265625}, {"start": 431.78, "end": 432.2, "word": " time", "probability": 0.89111328125}, {"start": 432.2, "end": 432.36, "word": " that", "probability": 0.759765625}, {"start": 432.36, "end": 432.56, "word": " every", "probability": 0.475341796875}, {"start": 432.56, "end": 432.94, "word": " question", "probability": 0.93505859375}], "temperature": 1.0}, {"id": 19, "seek": 45728, "start": 434.02, "end": 457.28, "text": "It consists of 6 lines. The first line is the question, right? The next 3 lines are the options. We have completed 4 lines. The fifth line is the correct answer. The sixth line is the picture. Okay? Like a picture or not. Now, each question consists of 6 different things. To make it easier to deal with, we need to combine these 6 things into one object.", "tokens": [3522, 14689, 295, 1386, 3876, 13, 440, 700, 1622, 307, 264, 1168, 11, 558, 30, 440, 958, 805, 3876, 366, 264, 3956, 13, 492, 362, 7365, 1017, 3876, 13, 440, 9266, 1622, 307, 264, 3006, 1867, 13, 440, 15102, 1622, 307, 264, 3036, 13, 1033, 30, 1743, 257, 3036, 420, 406, 13, 823, 11, 1184, 1168, 14689, 295, 1386, 819, 721, 13, 1407, 652, 309, 3571, 281, 2028, 365, 11, 321, 643, 281, 10432, 613, 1386, 721, 666, 472, 2657, 13], "avg_logprob": -0.48628047762847526, "compression_ratio": 1.6904761904761905, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 434.02, "end": 434.24, "word": "It", "probability": 0.210205078125}, {"start": 434.24, "end": 434.52, "word": " consists", "probability": 0.431396484375}, {"start": 434.52, "end": 434.84, "word": " of", "probability": 0.953125}, {"start": 434.84, "end": 436.24, "word": " 6", "probability": 0.64208984375}, {"start": 436.24, "end": 436.68, "word": " lines.", "probability": 0.7802734375}, {"start": 437.12, "end": 437.24, "word": " The", "probability": 0.62255859375}, {"start": 437.24, "end": 437.74, "word": " first", "probability": 0.83154296875}, {"start": 437.74, "end": 437.74, "word": " line", "probability": 0.91064453125}, {"start": 437.74, "end": 437.88, "word": " is", "probability": 0.771484375}, {"start": 437.88, "end": 437.94, "word": " the", "probability": 0.76416015625}, {"start": 437.94, "end": 438.18, "word": " question,", "probability": 0.90625}, {"start": 438.54, "end": 438.86, "word": " right?", "probability": 0.689453125}, {"start": 439.32, "end": 439.56, "word": " The", "probability": 0.70458984375}, {"start": 439.56, "end": 439.76, "word": " next", "probability": 0.403564453125}, {"start": 439.76, "end": 439.76, "word": " 3", "probability": 0.47607421875}, {"start": 439.76, "end": 440.1, "word": " lines", "probability": 0.7412109375}, {"start": 440.1, "end": 441.48, "word": " are", "probability": 0.87744140625}, {"start": 441.48, "end": 441.52, "word": " the", "probability": 0.6103515625}, {"start": 441.52, "end": 441.98, "word": " options.", "probability": 0.379150390625}, {"start": 442.14, "end": 442.6, "word": " We", "probability": 0.29931640625}, {"start": 442.6, "end": 442.66, "word": " have", "probability": 0.273193359375}, {"start": 442.66, "end": 442.94, "word": " completed", "probability": 0.239990234375}, {"start": 442.94, "end": 443.3, "word": " 4", "probability": 0.83154296875}, {"start": 443.3, "end": 443.6, "word": " lines.", "probability": 0.884765625}, {"start": 443.84, "end": 444.16, "word": " The", "probability": 0.7763671875}, {"start": 444.16, "end": 444.64, "word": " fifth", "probability": 0.63134765625}, {"start": 444.64, "end": 444.66, "word": " line", "probability": 0.5810546875}, {"start": 444.66, "end": 444.92, "word": " is", "probability": 0.90966796875}, {"start": 444.92, "end": 445.44, "word": " the", "probability": 0.8154296875}, {"start": 445.44, "end": 445.48, "word": " correct", "probability": 0.658203125}, {"start": 445.48, "end": 445.76, "word": " answer.", "probability": 0.94873046875}, {"start": 446.32, "end": 446.46, "word": " The", "probability": 0.76806640625}, {"start": 446.46, "end": 446.88, "word": " sixth", "probability": 0.77880859375}, {"start": 446.88, "end": 446.9, "word": " line", "probability": 0.65185546875}, {"start": 446.9, "end": 447.26, "word": " is", "probability": 0.9228515625}, {"start": 447.26, "end": 447.42, "word": " the", "probability": 0.80810546875}, {"start": 447.42, "end": 447.62, "word": " picture.", "probability": 0.439453125}, {"start": 448.14, "end": 448.32, "word": " Okay?", "probability": 0.239013671875}, {"start": 448.42, "end": 448.58, "word": " Like", "probability": 0.2666015625}, {"start": 448.58, "end": 448.76, "word": " a", "probability": 0.27197265625}, {"start": 448.76, "end": 448.98, "word": " picture", "probability": 0.78515625}, {"start": 448.98, "end": 449.12, "word": " or", "probability": 0.90478515625}, {"start": 449.12, "end": 449.22, "word": " not.", "probability": 0.9111328125}, {"start": 449.74, "end": 450.04, "word": " Now,", "probability": 0.289306640625}, {"start": 450.22, "end": 450.66, "word": " each", "probability": 0.73876953125}, {"start": 450.66, "end": 450.96, "word": " question", "probability": 0.92578125}, {"start": 450.96, "end": 451.32, "word": " consists", "probability": 0.744140625}, {"start": 451.32, "end": 451.52, "word": " of", "probability": 0.96875}, {"start": 451.52, "end": 451.8, "word": " 6", "probability": 0.8291015625}, {"start": 451.8, "end": 453.12, "word": " different", "probability": 0.84814453125}, {"start": 453.12, "end": 453.12, "word": " things.", "probability": 0.52587890625}, {"start": 453.32, "end": 453.58, "word": " To", "probability": 0.63330078125}, {"start": 453.58, "end": 453.96, "word": " make", "probability": 0.427734375}, {"start": 453.96, "end": 453.96, "word": " it", "probability": 0.460693359375}, {"start": 453.96, "end": 454.0, "word": " easier", "probability": 0.8662109375}, {"start": 454.0, "end": 454.14, "word": " to", "probability": 0.80615234375}, {"start": 454.14, "end": 454.46, "word": " deal", "probability": 0.398681640625}, {"start": 454.46, "end": 454.72, "word": " with,", "probability": 0.8115234375}, {"start": 454.94, "end": 455.04, "word": " we", "probability": 0.888671875}, {"start": 455.04, "end": 455.22, "word": " need", "probability": 0.28759765625}, {"start": 455.22, "end": 455.42, "word": " to", "probability": 0.97265625}, {"start": 455.42, "end": 455.6, "word": " combine", "probability": 0.40185546875}, {"start": 455.6, "end": 455.82, "word": " these", "probability": 0.75390625}, {"start": 455.82, "end": 456.06, "word": " 6", "probability": 0.82470703125}, {"start": 456.06, "end": 456.5, "word": " things", "probability": 0.572265625}, {"start": 456.5, "end": 456.86, "word": " into", "probability": 0.4658203125}, {"start": 456.86, "end": 456.94, "word": " one", "probability": 0.666015625}, {"start": 456.94, "end": 457.28, "word": " object.", "probability": 0.966796875}], "temperature": 1.0}, {"id": 20, "seek": 47533, "start": 458.39, "end": 475.33, "text": "So we make a class called question, because why? Because in the end, we want to collect a group of questions, not a group of questions and a group of answers and a group of correct answers and a group of pictures. Collect the question with all its followers in what? In one class", "tokens": [6455, 321, 652, 257, 1508, 1219, 1168, 11, 570, 983, 30, 1436, 294, 264, 917, 11, 321, 528, 281, 2500, 257, 1594, 295, 1651, 11, 406, 257, 1594, 295, 1651, 293, 257, 1594, 295, 6338, 293, 257, 1594, 295, 3006, 6338, 293, 257, 1594, 295, 5242, 13, 31896, 264, 1168, 365, 439, 1080, 25483, 23054, 294, 437, 30, 682, 472, 1508], "avg_logprob": -0.5297378801530407, "compression_ratio": 1.8116883116883118, "no_speech_prob": 0.0, "words": [{"start": 458.39, "end": 458.65, "word": "So", "probability": 0.2203369140625}, {"start": 458.65, "end": 458.89, "word": " we", "probability": 0.55859375}, {"start": 458.89, "end": 459.01, "word": " make", "probability": 0.385009765625}, {"start": 459.01, "end": 459.21, "word": " a", "probability": 0.810546875}, {"start": 459.21, "end": 459.47, "word": " class", "probability": 0.953125}, {"start": 459.47, "end": 459.81, "word": " called", "probability": 0.38720703125}, {"start": 459.81, "end": 460.81, "word": " question,", "probability": 0.51513671875}, {"start": 461.25, "end": 461.35, "word": " because", "probability": 0.6025390625}, {"start": 461.35, "end": 461.83, "word": " why?", "probability": 0.329345703125}, {"start": 461.87, "end": 461.95, "word": " Because", "probability": 0.42724609375}, {"start": 461.95, "end": 461.95, "word": " in", "probability": 0.60107421875}, {"start": 461.95, "end": 462.07, "word": " the", "probability": 0.82763671875}, {"start": 462.07, "end": 462.29, "word": " end,", "probability": 0.82861328125}, {"start": 462.85, "end": 462.91, "word": " we", "probability": 0.91796875}, {"start": 462.91, "end": 463.13, "word": " want", "probability": 0.42919921875}, {"start": 463.13, "end": 463.21, "word": " to", "probability": 0.9638671875}, {"start": 463.21, "end": 463.47, "word": " collect", "probability": 0.49951171875}, {"start": 463.47, "end": 463.59, "word": " a", "probability": 0.72119140625}, {"start": 463.59, "end": 463.93, "word": " group", "probability": 0.5380859375}, {"start": 463.93, "end": 464.13, "word": " of", "probability": 0.96533203125}, {"start": 464.13, "end": 464.49, "word": " questions,", "probability": 0.83203125}, {"start": 464.85, "end": 465.35, "word": " not", "probability": 0.446533203125}, {"start": 465.35, "end": 465.89, "word": " a", "probability": 0.80224609375}, {"start": 465.89, "end": 466.05, "word": " group", "probability": 0.9375}, {"start": 466.05, "end": 466.71, "word": " of", "probability": 0.96142578125}, {"start": 466.71, "end": 467.17, "word": " questions", "probability": 0.66552734375}, {"start": 467.17, "end": 467.51, "word": " and", "probability": 0.489990234375}, {"start": 467.51, "end": 467.57, "word": " a", "probability": 0.228271484375}, {"start": 467.57, "end": 467.79, "word": " group", "probability": 0.970703125}, {"start": 467.79, "end": 468.07, "word": " of", "probability": 0.97021484375}, {"start": 468.07, "end": 468.51, "word": " answers", "probability": 0.62451171875}, {"start": 468.51, "end": 468.69, "word": " and", "probability": 0.5556640625}, {"start": 468.69, "end": 468.83, "word": " a", "probability": 0.75244140625}, {"start": 468.83, "end": 469.01, "word": " group", "probability": 0.95703125}, {"start": 469.01, "end": 469.39, "word": " of", "probability": 0.96533203125}, {"start": 469.39, "end": 469.45, "word": " correct", "probability": 0.70458984375}, {"start": 469.45, "end": 470.09, "word": " answers", "probability": 0.83544921875}, {"start": 470.09, "end": 470.29, "word": " and", "probability": 0.85009765625}, {"start": 470.29, "end": 470.35, "word": " a", "probability": 0.650390625}, {"start": 470.35, "end": 470.45, "word": " group", "probability": 0.97021484375}, {"start": 470.45, "end": 470.59, "word": " of", "probability": 0.96875}, {"start": 470.59, "end": 470.91, "word": " pictures.", "probability": 0.5732421875}, {"start": 471.81, "end": 472.19, "word": " Collect", "probability": 0.23828125}, {"start": 472.19, "end": 472.39, "word": " the", "probability": 0.6416015625}, {"start": 472.39, "end": 472.69, "word": " question", "probability": 0.826171875}, {"start": 472.69, "end": 472.89, "word": " with", "probability": 0.428466796875}, {"start": 472.89, "end": 473.15, "word": " all", "probability": 0.85791015625}, {"start": 473.15, "end": 473.35, "word": " its", "probability": 0.58251953125}, {"start": 473.35, "end": 473.93, "word": " followers", "probability": 0.199493408203125}, {"start": 473.93, "end": 474.15, "word": " in", "probability": 0.857421875}, {"start": 474.15, "end": 474.43, "word": " what?", "probability": 0.394775390625}, {"start": 474.67, "end": 474.85, "word": " In", "probability": 0.84375}, {"start": 474.85, "end": 474.91, "word": " one", "probability": 0.73095703125}, {"start": 474.91, "end": 475.33, "word": " class", "probability": 0.95556640625}], "temperature": 1.0}, {"id": 21, "seek": 49857, "start": 477.09, "end": 498.57, "text": "It's clear, guys? It's like what we used to do in programming 1 and 2. We used to say that when there is something that has multiple data, for example, a student or an employee, he collects all his data in one thing. So, we still haven't read the questions yet. So, you come to the Java file next to your activities and create a new class and call it, for example, question.", "tokens": [3522, 311, 1850, 11, 1074, 30, 467, 311, 411, 437, 321, 1143, 281, 360, 294, 9410, 502, 293, 568, 13, 492, 1143, 281, 584, 300, 562, 456, 307, 746, 300, 575, 3866, 1412, 11, 337, 1365, 11, 257, 3107, 420, 364, 10738, 11, 415, 39897, 439, 702, 1412, 294, 472, 551, 13, 407, 11, 321, 920, 2378, 380, 1401, 264, 1651, 1939, 13, 407, 11, 291, 808, 281, 264, 10745, 3991, 958, 281, 428, 5354, 293, 1884, 257, 777, 1508, 293, 818, 309, 11, 337, 1365, 11, 1168, 13], "avg_logprob": -0.5559027704927656, "compression_ratio": 1.6120689655172413, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 477.09, "end": 477.27, "word": "It's", "probability": 0.32928466796875}, {"start": 477.27, "end": 477.47, "word": " clear,", "probability": 0.63818359375}, {"start": 477.61, "end": 477.85, "word": " guys?", "probability": 0.71337890625}, {"start": 478.03, "end": 478.11, "word": " It's", "probability": 0.59210205078125}, {"start": 478.11, "end": 478.21, "word": " like", "probability": 0.479248046875}, {"start": 478.21, "end": 478.25, "word": " what", "probability": 0.379150390625}, {"start": 478.25, "end": 478.51, "word": " we", "probability": 0.92626953125}, {"start": 478.51, "end": 478.51, "word": " used", "probability": 0.31640625}, {"start": 478.51, "end": 478.51, "word": " to", "probability": 0.97021484375}, {"start": 478.51, "end": 478.73, "word": " do", "probability": 0.94482421875}, {"start": 478.73, "end": 479.01, "word": " in", "probability": 0.78857421875}, {"start": 479.01, "end": 479.95, "word": " programming", "probability": 0.206298828125}, {"start": 479.95, "end": 480.13, "word": " 1", "probability": 0.62353515625}, {"start": 480.13, "end": 480.31, "word": " and", "probability": 0.8037109375}, {"start": 480.31, "end": 480.57, "word": " 2.", "probability": 0.95166015625}, {"start": 480.65, "end": 480.69, "word": " We", "probability": 0.52490234375}, {"start": 480.69, "end": 480.83, "word": " used", "probability": 0.6357421875}, {"start": 480.83, "end": 480.85, "word": " to", "probability": 0.966796875}, {"start": 480.85, "end": 480.85, "word": " say", "probability": 0.375}, {"start": 480.85, "end": 480.97, "word": " that", "probability": 0.63037109375}, {"start": 480.97, "end": 481.01, "word": " when", "probability": 0.34326171875}, {"start": 481.01, "end": 481.35, "word": " there", "probability": 0.470703125}, {"start": 481.35, "end": 481.35, "word": " is", "probability": 0.389404296875}, {"start": 481.35, "end": 481.57, "word": " something", "probability": 0.403076171875}, {"start": 481.57, "end": 481.69, "word": " that", "probability": 0.44775390625}, {"start": 481.69, "end": 481.75, "word": " has", "probability": 0.81494140625}, {"start": 481.75, "end": 482.43, "word": " multiple", "probability": 0.5673828125}, {"start": 482.43, "end": 482.43, "word": " data,", "probability": 0.57470703125}, {"start": 482.55, "end": 482.73, "word": " for", "probability": 0.4150390625}, {"start": 482.73, "end": 482.89, "word": " example,", "probability": 0.8994140625}, {"start": 482.91, "end": 482.95, "word": " a", "probability": 0.537109375}, {"start": 482.95, "end": 482.95, "word": " student", "probability": 0.95654296875}, {"start": 482.95, "end": 483.45, "word": " or", "probability": 0.9384765625}, {"start": 483.45, "end": 483.53, "word": " an", "probability": 0.779296875}, {"start": 483.53, "end": 483.81, "word": " employee,", "probability": 0.791015625}, {"start": 484.15, "end": 484.27, "word": " he", "probability": 0.3115234375}, {"start": 484.27, "end": 484.43, "word": " collects", "probability": 0.1600341796875}, {"start": 484.43, "end": 484.63, "word": " all", "probability": 0.90380859375}, {"start": 484.63, "end": 484.67, "word": " his", "probability": 0.732421875}, {"start": 484.67, "end": 484.99, "word": " data", "probability": 0.87548828125}, {"start": 484.99, "end": 485.51, "word": " in", "probability": 0.5341796875}, {"start": 485.51, "end": 485.63, "word": " one", "probability": 0.380859375}, {"start": 485.63, "end": 485.71, "word": " thing.", "probability": 0.455322265625}, {"start": 485.79, "end": 485.81, "word": " So,", "probability": 0.32763671875}, {"start": 485.91, "end": 486.09, "word": " we", "probability": 0.456787109375}, {"start": 486.09, "end": 486.09, "word": " still", "probability": 0.51904296875}, {"start": 486.09, "end": 486.59, "word": " haven't", "probability": 0.843017578125}, {"start": 486.59, "end": 486.89, "word": " read", "probability": 0.86767578125}, {"start": 486.89, "end": 488.01, "word": " the", "probability": 0.65576171875}, {"start": 488.01, "end": 488.25, "word": " questions", "probability": 0.85107421875}, {"start": 488.25, "end": 488.29, "word": " yet.", "probability": 0.5185546875}, {"start": 488.97, "end": 489.09, "word": " So,", "probability": 0.69677734375}, {"start": 489.23, "end": 489.25, "word": " you", "probability": 0.50146484375}, {"start": 489.25, "end": 489.41, "word": " come", "probability": 0.345947265625}, {"start": 489.41, "end": 489.61, "word": " to", "probability": 0.86474609375}, {"start": 489.61, "end": 489.91, "word": " the", "probability": 0.63720703125}, {"start": 489.91, "end": 490.61, "word": " Java", "probability": 0.640625}, {"start": 490.61, "end": 490.61, "word": " file", "probability": 0.1925048828125}, {"start": 490.61, "end": 492.17, "word": " next", "probability": 0.64501953125}, {"start": 492.17, "end": 492.29, "word": " to", "probability": 0.97216796875}, {"start": 492.29, "end": 492.57, "word": " your", "probability": 0.3193359375}, {"start": 492.57, "end": 493.11, "word": " activities", "probability": 0.82666015625}, {"start": 493.11, "end": 494.39, "word": " and", "probability": 0.427490234375}, {"start": 494.39, "end": 494.67, "word": " create", "probability": 0.54833984375}, {"start": 494.67, "end": 494.77, "word": " a", "probability": 0.96630859375}, {"start": 494.77, "end": 495.23, "word": " new", "probability": 0.9091796875}, {"start": 495.23, "end": 496.21, "word": " class", "probability": 0.8125}, {"start": 496.21, "end": 497.05, "word": " and", "probability": 0.2218017578125}, {"start": 497.05, "end": 497.39, "word": " call", "probability": 0.5048828125}, {"start": 497.39, "end": 497.57, "word": " it,", "probability": 0.95166015625}, {"start": 497.57, "end": 497.73, "word": " for", "probability": 0.92822265625}, {"start": 497.73, "end": 497.93, "word": " example,", "probability": 0.95166015625}, {"start": 498.11, "end": 498.57, "word": " question.", "probability": 0.4228515625}], "temperature": 1.0}, {"id": 22, "seek": 52349, "start": 504.17, "end": 523.49, "text": " now the attribute question text now list string options or choices now what did I do here?", "tokens": [586, 264, 19667, 1168, 2487, 586, 1329, 6798, 3956, 420, 7994, 586, 437, 630, 286, 360, 510, 30], "avg_logprob": -0.4337993389681766, "compression_ratio": 1.1818181818181819, "no_speech_prob": 0.0, "words": [{"start": 504.17, "end": 504.63, "word": " now", "probability": 0.229736328125}, {"start": 504.63, "end": 505.23, "word": " the", "probability": 0.302978515625}, {"start": 505.23, "end": 505.65, "word": " attribute", "probability": 0.80419921875}, {"start": 505.65, "end": 506.25, "word": " question", "probability": 0.37548828125}, {"start": 506.25, "end": 507.09, "word": " text", "probability": 0.86083984375}, {"start": 507.09, "end": 511.47, "word": " now", "probability": 0.6083984375}, {"start": 511.47, "end": 512.13, "word": " list", "probability": 0.7734375}, {"start": 512.13, "end": 514.69, "word": " string", "probability": 0.70947265625}, {"start": 514.69, "end": 517.07, "word": " options", "probability": 0.87060546875}, {"start": 517.07, "end": 519.67, "word": " or", "probability": 0.728515625}, {"start": 519.67, "end": 520.27, "word": " choices", "probability": 0.94091796875}, {"start": 520.27, "end": 522.65, "word": " now", "probability": 0.6796875}, {"start": 522.65, "end": 522.83, "word": " what", "probability": 0.84033203125}, {"start": 522.83, "end": 523.05, "word": " did", "probability": 0.489501953125}, {"start": 523.05, "end": 523.25, "word": " I", "probability": 0.60888671875}, {"start": 523.25, "end": 523.25, "word": " do", "probability": 0.91162109375}, {"start": 523.25, "end": 523.49, "word": " here?", "probability": 0.80126953125}], "temperature": 1.0}, {"id": 23, "seek": 55415, "start": 524.71, "end": 554.15, "text": " Because I made a list of options I have three options You can make a choice 1, choice 2, choice 3 But I made a list of what are the choices Because let's say tomorrow the client came and said no, I want to give him four options Instead of adding a variable, I made a list so that it does not change in this class again Now I also have the correct answer String Correct Answer Which will certainly be one of them", "tokens": [1436, 286, 1027, 257, 1329, 295, 3956, 286, 362, 1045, 3956, 509, 393, 652, 257, 3922, 502, 11, 3922, 568, 11, 3922, 805, 583, 286, 1027, 257, 1329, 295, 437, 366, 264, 7994, 1436, 718, 311, 584, 4153, 264, 6423, 1361, 293, 848, 572, 11, 286, 528, 281, 976, 796, 1451, 3956, 7156, 295, 5127, 257, 7006, 11, 286, 1027, 257, 1329, 370, 300, 309, 775, 406, 1319, 294, 341, 1508, 797, 823, 286, 611, 362, 264, 3006, 1867, 745, 2937, 12753, 24545, 3013, 486, 3297, 312, 472, 295, 552], "avg_logprob": -0.5896291234991052, "compression_ratio": 1.7024793388429753, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 524.71, "end": 525.03, "word": " Because", "probability": 0.1278076171875}, {"start": 525.03, "end": 525.25, "word": " I", "probability": 0.75341796875}, {"start": 525.25, "end": 525.47, "word": " made", "probability": 0.5283203125}, {"start": 525.47, "end": 525.59, "word": " a", "probability": 0.5361328125}, {"start": 525.59, "end": 525.89, "word": " list", "probability": 0.51171875}, {"start": 525.89, "end": 526.11, "word": " of", "probability": 0.63330078125}, {"start": 526.11, "end": 526.65, "word": " options", "probability": 0.4462890625}, {"start": 526.65, "end": 527.39, "word": " I", "probability": 0.25390625}, {"start": 527.39, "end": 527.55, "word": " have", "probability": 0.7626953125}, {"start": 527.55, "end": 527.81, "word": " three", "probability": 0.51416015625}, {"start": 527.81, "end": 527.91, "word": " options", "probability": 0.74169921875}, {"start": 527.91, "end": 528.53, "word": " You", "probability": 0.61865234375}, {"start": 528.53, "end": 528.75, "word": " can", "probability": 0.8857421875}, {"start": 528.75, "end": 529.05, "word": " make", "probability": 0.445068359375}, {"start": 529.05, "end": 529.17, "word": " a", "probability": 0.3994140625}, {"start": 529.17, "end": 529.41, "word": " choice", "probability": 0.603515625}, {"start": 529.41, "end": 529.67, "word": " 1,", "probability": 0.5458984375}, {"start": 529.79, "end": 530.09, "word": " choice", "probability": 0.3359375}, {"start": 530.09, "end": 530.29, "word": " 2,", "probability": 0.96337890625}, {"start": 530.45, "end": 530.65, "word": " choice", "probability": 0.86572265625}, {"start": 530.65, "end": 531.05, "word": " 3", "probability": 0.99462890625}, {"start": 531.05, "end": 531.53, "word": " But", "probability": 0.609375}, {"start": 531.53, "end": 531.73, "word": " I", "probability": 0.923828125}, {"start": 531.73, "end": 531.95, "word": " made", "probability": 0.83203125}, {"start": 531.95, "end": 532.07, "word": " a", "probability": 0.958984375}, {"start": 532.07, "end": 532.33, "word": " list", "probability": 0.89306640625}, {"start": 532.33, "end": 532.49, "word": " of", "probability": 0.62646484375}, {"start": 532.49, "end": 532.81, "word": " what", "probability": 0.339599609375}, {"start": 532.81, "end": 532.97, "word": " are", "probability": 0.1861572265625}, {"start": 532.97, "end": 533.47, "word": " the", "probability": 0.8486328125}, {"start": 533.47, "end": 533.77, "word": " choices", "probability": 0.80712890625}, {"start": 533.77, "end": 534.07, "word": " Because", "probability": 0.347412109375}, {"start": 534.07, "end": 534.31, "word": " let's", "probability": 0.53887939453125}, {"start": 534.31, "end": 534.43, "word": " say", "probability": 0.63623046875}, {"start": 534.43, "end": 534.65, "word": " tomorrow", "probability": 0.451416015625}, {"start": 534.65, "end": 535.09, "word": " the", "probability": 0.404052734375}, {"start": 535.09, "end": 535.61, "word": " client", "probability": 0.86328125}, {"start": 535.61, "end": 535.61, "word": " came", "probability": 0.3193359375}, {"start": 535.61, "end": 535.83, "word": " and", "probability": 0.759765625}, {"start": 535.83, "end": 535.83, "word": " said", "probability": 0.5478515625}, {"start": 535.83, "end": 536.01, "word": " no,", "probability": 0.343505859375}, {"start": 536.05, "end": 536.13, "word": " I", "probability": 0.448486328125}, {"start": 536.13, "end": 536.17, "word": " want", "probability": 0.5615234375}, {"start": 536.17, "end": 536.19, "word": " to", "probability": 0.19482421875}, {"start": 536.19, "end": 536.27, "word": " give", "probability": 0.505859375}, {"start": 536.27, "end": 536.33, "word": " him", "probability": 0.49951171875}, {"start": 536.33, "end": 536.51, "word": " four", "probability": 0.51220703125}, {"start": 536.51, "end": 537.43, "word": " options", "probability": 0.7041015625}, {"start": 537.43, "end": 538.55, "word": " Instead", "probability": 0.11029052734375}, {"start": 538.55, "end": 539.27, "word": " of", "probability": 0.9638671875}, {"start": 539.27, "end": 539.45, "word": " adding", "probability": 0.791015625}, {"start": 539.45, "end": 539.57, "word": " a", "probability": 0.3408203125}, {"start": 539.57, "end": 539.77, "word": " variable,", "probability": 0.483642578125}, {"start": 539.87, "end": 539.97, "word": " I", "probability": 0.6904296875}, {"start": 539.97, "end": 540.23, "word": " made", "probability": 0.2841796875}, {"start": 540.23, "end": 540.39, "word": " a", "probability": 0.966796875}, {"start": 540.39, "end": 540.59, "word": " list", "probability": 0.90234375}, {"start": 540.59, "end": 540.75, "word": " so", "probability": 0.2471923828125}, {"start": 540.75, "end": 540.89, "word": " that", "probability": 0.62890625}, {"start": 540.89, "end": 541.05, "word": " it", "probability": 0.3154296875}, {"start": 541.05, "end": 541.05, "word": " does", "probability": 0.34716796875}, {"start": 541.05, "end": 541.05, "word": " not", "probability": 0.9423828125}, {"start": 541.05, "end": 541.39, "word": " change", "probability": 0.85009765625}, {"start": 541.39, "end": 541.53, "word": " in", "probability": 0.67236328125}, {"start": 541.53, "end": 541.63, "word": " this", "probability": 0.62353515625}, {"start": 541.63, "end": 542.01, "word": " class", "probability": 0.92431640625}, {"start": 542.01, "end": 542.99, "word": " again", "probability": 0.25341796875}, {"start": 542.99, "end": 545.79, "word": " Now", "probability": 0.8408203125}, {"start": 545.79, "end": 546.09, "word": " I", "probability": 0.79638671875}, {"start": 546.09, "end": 546.49, "word": " also", "probability": 0.5751953125}, {"start": 546.49, "end": 546.49, "word": " have", "probability": 0.9453125}, {"start": 546.49, "end": 546.59, "word": " the", "probability": 0.8857421875}, {"start": 546.59, "end": 547.09, "word": " correct", "probability": 0.84228515625}, {"start": 547.09, "end": 547.77, "word": " answer", "probability": 0.94775390625}, {"start": 547.77, "end": 549.11, "word": " String", "probability": 0.637451171875}, {"start": 549.11, "end": 549.95, "word": " Correct", "probability": 0.426513671875}, {"start": 549.95, "end": 551.29, "word": " Answer", "probability": 0.88427734375}, {"start": 551.29, "end": 552.61, "word": " Which", "probability": 0.70263671875}, {"start": 552.61, "end": 552.91, "word": " will", "probability": 0.3271484375}, {"start": 552.91, "end": 553.13, "word": " certainly", "probability": 0.325439453125}, {"start": 553.13, "end": 553.47, "word": " be", "probability": 0.9326171875}, {"start": 553.47, "end": 553.73, "word": " one", "probability": 0.90625}, {"start": 553.73, "end": 553.95, "word": " of", "probability": 0.9716796875}, {"start": 553.95, "end": 554.15, "word": " them", "probability": 0.413330078125}], "temperature": 1.0}, {"id": 24, "seek": 58029, "start": 554.98, "end": 580.3, "text": " The choices. String, photo. These are the attributes of the image. Of course, if it is not in the image, what will be stored in this photo? No image. Okay, now these are what we call setters and getters. Come to refactor, encapsulate fields.", "tokens": [440, 7994, 13, 745, 2937, 11, 5052, 13, 1981, 366, 264, 17212, 295, 264, 3256, 13, 2720, 1164, 11, 498, 309, 307, 406, 294, 264, 3256, 11, 437, 486, 312, 12187, 294, 341, 5052, 30, 883, 3256, 13, 1033, 11, 586, 613, 366, 437, 321, 818, 992, 1559, 293, 483, 1559, 13, 2492, 281, 1895, 15104, 11, 38745, 5256, 7909, 13], "avg_logprob": -0.4526209706260312, "compression_ratio": 1.4938271604938271, "no_speech_prob": 0.0, "words": [{"start": 554.98, "end": 555.26, "word": " The", "probability": 0.2047119140625}, {"start": 555.26, "end": 555.64, "word": " choices.", "probability": 0.86328125}, {"start": 558.84, "end": 559.36, "word": " String,", "probability": 0.9072265625}, {"start": 560.04, "end": 560.48, "word": " photo.", "probability": 0.689453125}, {"start": 562.48, "end": 562.86, "word": " These", "probability": 0.386474609375}, {"start": 562.86, "end": 565.88, "word": " are", "probability": 0.9150390625}, {"start": 565.88, "end": 565.88, "word": " the", "probability": 0.796875}, {"start": 565.88, "end": 566.4, "word": " attributes", "probability": 0.82763671875}, {"start": 566.4, "end": 566.9, "word": " of", "probability": 0.8994140625}, {"start": 566.9, "end": 567.08, "word": " the", "probability": 0.79541015625}, {"start": 567.08, "end": 567.28, "word": " image.", "probability": 0.317626953125}, {"start": 567.76, "end": 568.02, "word": " Of", "probability": 0.50146484375}, {"start": 568.02, "end": 568.02, "word": " course,", "probability": 0.947265625}, {"start": 568.12, "end": 568.22, "word": " if", "probability": 0.84375}, {"start": 568.22, "end": 568.34, "word": " it", "probability": 0.6025390625}, {"start": 568.34, "end": 568.42, "word": " is", "probability": 0.298828125}, {"start": 568.42, "end": 568.42, "word": " not", "probability": 0.93505859375}, {"start": 568.42, "end": 568.74, "word": " in", "probability": 0.75048828125}, {"start": 568.74, "end": 568.84, "word": " the", "probability": 0.89697265625}, {"start": 568.84, "end": 568.98, "word": " image,", "probability": 0.63427734375}, {"start": 569.06, "end": 569.16, "word": " what", "probability": 0.708984375}, {"start": 569.16, "end": 569.24, "word": " will", "probability": 0.491943359375}, {"start": 569.24, "end": 569.32, "word": " be", "probability": 0.5947265625}, {"start": 569.32, "end": 569.56, "word": " stored", "probability": 0.55224609375}, {"start": 569.56, "end": 569.72, "word": " in", "probability": 0.88134765625}, {"start": 569.72, "end": 569.84, "word": " this", "probability": 0.48388671875}, {"start": 569.84, "end": 570.1, "word": " photo?", "probability": 0.79541015625}, {"start": 570.9, "end": 571.2, "word": " No", "probability": 0.89404296875}, {"start": 571.2, "end": 571.52, "word": " image.", "probability": 0.91064453125}, {"start": 572.12, "end": 572.24, "word": " Okay,", "probability": 0.2364501953125}, {"start": 573.88, "end": 574.32, "word": " now", "probability": 0.7568359375}, {"start": 574.32, "end": 574.52, "word": " these", "probability": 0.5244140625}, {"start": 574.52, "end": 574.66, "word": " are", "probability": 0.72998046875}, {"start": 574.66, "end": 574.7, "word": " what", "probability": 0.1478271484375}, {"start": 574.7, "end": 574.76, "word": " we", "probability": 0.7548828125}, {"start": 574.76, "end": 574.98, "word": " call", "probability": 0.5390625}, {"start": 574.98, "end": 575.38, "word": " setters", "probability": 0.7120361328125}, {"start": 575.38, "end": 575.52, "word": " and", "probability": 0.9130859375}, {"start": 575.52, "end": 575.94, "word": " getters.", "probability": 0.882568359375}, {"start": 576.34, "end": 576.38, "word": " Come", "probability": 0.409423828125}, {"start": 576.38, "end": 576.58, "word": " to", "probability": 0.693359375}, {"start": 576.58, "end": 577.14, "word": " refactor,", "probability": 0.6845703125}, {"start": 579.16, "end": 579.82, "word": " encapsulate", "probability": 0.941162109375}, {"start": 579.82, "end": 580.3, "word": " fields.", "probability": 0.876953125}], "temperature": 1.0}, {"id": 25, "seek": 60561, "start": 587.89, "end": 605.61, "text": " Ok, and this is the end of the questions class Now I can come back to the activity and I can write the code that will read from the file and collect the questions for me But I don't want to write it here, I want to work more How? I want to go and do another class", "tokens": [3477, 11, 293, 341, 307, 264, 917, 295, 264, 1651, 1508, 823, 286, 393, 808, 646, 281, 264, 5191, 293, 286, 393, 2464, 264, 3089, 300, 486, 1401, 490, 264, 3991, 293, 2500, 264, 1651, 337, 385, 583, 286, 500, 380, 528, 281, 2464, 309, 510, 11, 286, 528, 281, 589, 544, 1012, 30, 286, 528, 281, 352, 293, 360, 1071, 1508], "avg_logprob": -0.601686506044297, "compression_ratio": 1.6097560975609757, "no_speech_prob": 0.0, "words": [{"start": 587.89, "end": 588.19, "word": " Ok,", "probability": 0.1695556640625}, {"start": 588.27, "end": 588.27, "word": " and", "probability": 0.2310791015625}, {"start": 588.27, "end": 588.41, "word": " this", "probability": 0.430419921875}, {"start": 588.41, "end": 588.41, "word": " is", "probability": 0.28857421875}, {"start": 588.41, "end": 588.71, "word": " the", "probability": 0.509765625}, {"start": 588.71, "end": 588.71, "word": " end", "probability": 0.67138671875}, {"start": 588.71, "end": 589.95, "word": " of", "probability": 0.9091796875}, {"start": 589.95, "end": 589.97, "word": " the", "probability": 0.70849609375}, {"start": 589.97, "end": 590.85, "word": " questions", "probability": 0.422607421875}, {"start": 590.85, "end": 590.85, "word": " class", "probability": 0.6923828125}, {"start": 590.85, "end": 593.99, "word": " Now", "probability": 0.1934814453125}, {"start": 593.99, "end": 594.97, "word": " I", "probability": 0.41748046875}, {"start": 594.97, "end": 595.19, "word": " can", "probability": 0.806640625}, {"start": 595.19, "end": 595.39, "word": " come", "probability": 0.485595703125}, {"start": 595.39, "end": 595.47, "word": " back", "probability": 0.283935546875}, {"start": 595.47, "end": 595.49, "word": " to", "probability": 0.79541015625}, {"start": 595.49, "end": 595.55, "word": " the", "probability": 0.6201171875}, {"start": 595.55, "end": 596.01, "word": " activity", "probability": 0.89990234375}, {"start": 596.01, "end": 596.23, "word": " and", "probability": 0.63037109375}, {"start": 596.23, "end": 596.27, "word": " I", "probability": 0.30908203125}, {"start": 596.27, "end": 596.47, "word": " can", "probability": 0.548828125}, {"start": 596.47, "end": 596.63, "word": " write", "probability": 0.6162109375}, {"start": 596.63, "end": 596.81, "word": " the", "probability": 0.51416015625}, {"start": 596.81, "end": 597.07, "word": " code", "probability": 0.88818359375}, {"start": 597.07, "end": 597.79, "word": " that", "probability": 0.27001953125}, {"start": 597.79, "end": 597.91, "word": " will", "probability": 0.18896484375}, {"start": 597.91, "end": 598.15, "word": " read", "probability": 0.412353515625}, {"start": 598.15, "end": 598.39, "word": " from", "probability": 0.435791015625}, {"start": 598.39, "end": 598.51, "word": " the", "probability": 0.69189453125}, {"start": 598.51, "end": 598.87, "word": " file", "probability": 0.79736328125}, {"start": 598.87, "end": 600.01, "word": " and", "probability": 0.55810546875}, {"start": 600.01, "end": 600.29, "word": " collect", "probability": 0.403076171875}, {"start": 600.29, "end": 600.45, "word": " the", "probability": 0.595703125}, {"start": 600.45, "end": 600.71, "word": " questions", "probability": 0.83447265625}, {"start": 600.71, "end": 600.79, "word": " for", "probability": 0.29638671875}, {"start": 600.79, "end": 600.79, "word": " me", "probability": 0.86474609375}, {"start": 600.79, "end": 600.91, "word": " But", "probability": 0.43994140625}, {"start": 600.91, "end": 601.23, "word": " I", "probability": 0.6953125}, {"start": 601.23, "end": 601.23, "word": " don't", "probability": 0.746826171875}, {"start": 601.23, "end": 601.41, "word": " want", "probability": 0.78662109375}, {"start": 601.41, "end": 601.53, "word": " to", "probability": 0.96044921875}, {"start": 601.53, "end": 601.71, "word": " write", "probability": 0.87890625}, {"start": 601.71, "end": 601.79, "word": " it", "probability": 0.374267578125}, {"start": 601.79, "end": 601.91, "word": " here,", "probability": 0.74755859375}, {"start": 602.21, "end": 602.29, "word": " I", "probability": 0.93701171875}, {"start": 602.29, "end": 602.37, "word": " want", "probability": 0.65576171875}, {"start": 602.37, "end": 602.39, "word": " to", "probability": 0.890625}, {"start": 602.39, "end": 602.61, "word": " work", "probability": 0.2294921875}, {"start": 602.61, "end": 603.25, "word": " more", "probability": 0.80078125}, {"start": 603.25, "end": 604.19, "word": " How?", "probability": 0.389892578125}, {"start": 604.37, "end": 604.71, "word": " I", "probability": 0.9306640625}, {"start": 604.71, "end": 604.85, "word": " want", "probability": 0.70068359375}, {"start": 604.85, "end": 604.99, "word": " to", "probability": 0.9658203125}, {"start": 604.99, "end": 604.99, "word": " go", "probability": 0.421875}, {"start": 604.99, "end": 605.11, "word": " and", "probability": 0.45361328125}, {"start": 605.11, "end": 605.19, "word": " do", "probability": 0.455078125}, {"start": 605.19, "end": 605.31, "word": " another", "probability": 0.80224609375}, {"start": 605.31, "end": 605.61, "word": " class", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 26, "seek": 63301, "start": 608.85, "end": 633.01, "text": " Its name is Questions Reader What does it mean? It's a reader of questions Now I want the code of reading the questions The activity will consist of a lot of code The right thing to do is to divide your code into classes So that the goal of the question reader will give him a function You tell him to get questions He takes the name of the file", "tokens": [6953, 1315, 307, 27738, 1300, 8312, 708, 775, 309, 914, 30, 467, 311, 257, 15149, 295, 1651, 823, 286, 528, 264, 3089, 295, 3760, 264, 1651, 440, 5191, 486, 4603, 295, 257, 688, 295, 3089, 440, 558, 551, 281, 360, 307, 281, 9845, 428, 3089, 666, 5359, 407, 300, 264, 3387, 295, 264, 1168, 15149, 486, 976, 796, 257, 2445, 509, 980, 796, 281, 483, 1651, 634, 2516, 264, 1315, 295, 264, 3991], "avg_logprob": -0.5456080847495312, "compression_ratio": 1.7128712871287128, "no_speech_prob": 0.0, "words": [{"start": 608.85, "end": 609.33, "word": " Its", "probability": 0.2322998046875}, {"start": 609.33, "end": 609.59, "word": " name", "probability": 0.83642578125}, {"start": 609.59, "end": 609.91, "word": " is", "probability": 0.951171875}, {"start": 609.91, "end": 610.43, "word": " Questions", "probability": 0.2587890625}, {"start": 610.43, "end": 611.93, "word": " Reader", "probability": 0.803466796875}, {"start": 611.93, "end": 612.77, "word": " What", "probability": 0.460693359375}, {"start": 612.77, "end": 612.91, "word": " does", "probability": 0.775390625}, {"start": 612.91, "end": 612.91, "word": " it", "probability": 0.671875}, {"start": 612.91, "end": 613.09, "word": " mean?", "probability": 0.9501953125}, {"start": 613.43, "end": 613.95, "word": " It's", "probability": 0.21746826171875}, {"start": 613.95, "end": 613.95, "word": " a", "probability": 0.29052734375}, {"start": 613.95, "end": 614.15, "word": " reader", "probability": 0.431396484375}, {"start": 614.15, "end": 614.29, "word": " of", "probability": 0.591796875}, {"start": 614.29, "end": 614.61, "word": " questions", "probability": 0.8076171875}, {"start": 614.61, "end": 615.69, "word": " Now", "probability": 0.318359375}, {"start": 615.69, "end": 616.05, "word": " I", "probability": 0.40869140625}, {"start": 616.05, "end": 616.37, "word": " want", "probability": 0.396484375}, {"start": 616.37, "end": 616.51, "word": " the", "probability": 0.2357177734375}, {"start": 616.51, "end": 616.75, "word": " code", "probability": 0.69189453125}, {"start": 616.75, "end": 616.85, "word": " of", "probability": 0.366455078125}, {"start": 616.85, "end": 617.09, "word": " reading", "probability": 0.52978515625}, {"start": 617.09, "end": 617.21, "word": " the", "probability": 0.491943359375}, {"start": 617.21, "end": 617.49, "word": " questions", "probability": 0.7373046875}, {"start": 617.49, "end": 618.05, "word": " The", "probability": 0.2132568359375}, {"start": 618.05, "end": 618.55, "word": " activity", "probability": 0.845703125}, {"start": 618.55, "end": 618.81, "word": " will", "probability": 0.72900390625}, {"start": 618.81, "end": 619.15, "word": " consist", "probability": 0.32080078125}, {"start": 619.15, "end": 619.37, "word": " of", "probability": 0.89892578125}, {"start": 619.37, "end": 619.45, "word": " a", "probability": 0.346435546875}, {"start": 619.45, "end": 619.45, "word": " lot", "probability": 0.88671875}, {"start": 619.45, "end": 619.45, "word": " of", "probability": 0.9716796875}, {"start": 619.45, "end": 619.69, "word": " code", "probability": 0.705078125}, {"start": 619.69, "end": 620.97, "word": " The", "probability": 0.329345703125}, {"start": 620.97, "end": 621.29, "word": " right", "probability": 0.44873046875}, {"start": 621.29, "end": 621.33, "word": " thing", "probability": 0.68603515625}, {"start": 621.33, "end": 621.45, "word": " to", "probability": 0.64111328125}, {"start": 621.45, "end": 621.45, "word": " do", "probability": 0.95361328125}, {"start": 621.45, "end": 621.65, "word": " is", "probability": 0.86962890625}, {"start": 621.65, "end": 621.71, "word": " to", "probability": 0.740234375}, {"start": 621.71, "end": 621.71, "word": " divide", "probability": 0.72021484375}, {"start": 621.71, "end": 621.79, "word": " your", "probability": 0.55517578125}, {"start": 621.79, "end": 622.03, "word": " code", "probability": 0.9306640625}, {"start": 622.03, "end": 623.39, "word": " into", "probability": 0.681640625}, {"start": 623.39, "end": 623.93, "word": " classes", "probability": 0.873046875}, {"start": 623.93, "end": 624.75, "word": " So", "probability": 0.63037109375}, {"start": 624.75, "end": 625.07, "word": " that", "probability": 0.80078125}, {"start": 625.07, "end": 625.23, "word": " the", "probability": 0.78857421875}, {"start": 625.23, "end": 625.41, "word": " goal", "probability": 0.427978515625}, {"start": 625.41, "end": 625.57, "word": " of", "probability": 0.93408203125}, {"start": 625.57, "end": 625.61, "word": " the", "probability": 0.6904296875}, {"start": 625.61, "end": 625.83, "word": " question", "probability": 0.556640625}, {"start": 625.83, "end": 626.29, "word": " reader", "probability": 0.94677734375}, {"start": 626.29, "end": 626.61, "word": " will", "probability": 0.58203125}, {"start": 626.61, "end": 626.87, "word": " give", "probability": 0.6474609375}, {"start": 626.87, "end": 627.13, "word": " him", "probability": 0.481201171875}, {"start": 627.13, "end": 627.29, "word": " a", "probability": 0.8896484375}, {"start": 627.29, "end": 627.71, "word": " function", "probability": 0.9658203125}, {"start": 627.71, "end": 627.99, "word": " You", "probability": 0.3408203125}, {"start": 627.99, "end": 628.53, "word": " tell", "probability": 0.197265625}, {"start": 628.53, "end": 628.65, "word": " him", "probability": 0.90576171875}, {"start": 628.65, "end": 628.71, "word": " to", "probability": 0.242431640625}, {"start": 628.71, "end": 629.01, "word": " get", "probability": 0.876953125}, {"start": 629.01, "end": 630.85, "word": " questions", "probability": 0.80126953125}, {"start": 630.85, "end": 631.99, "word": " He", "probability": 0.28369140625}, {"start": 631.99, "end": 632.31, "word": " takes", "probability": 0.4853515625}, {"start": 632.31, "end": 632.43, "word": " the", "probability": 0.90771484375}, {"start": 632.43, "end": 632.55, "word": " name", "probability": 0.290771484375}, {"start": 632.55, "end": 632.65, "word": " of", "probability": 0.97265625}, {"start": 632.65, "end": 632.71, "word": " the", "probability": 0.8837890625}, {"start": 632.71, "end": 633.01, "word": " file", "probability": 0.849609375}], "temperature": 1.0}, {"id": 27, "seek": 65858, "start": 635.02, "end": 658.58, "text": "File name and it gives you a list of questions. This is a function that I still want to write. Why? Because in the main it is not possible for me to write 20 lines. I just need to learn this and give it the name of the file and it gives me all the answers.", "tokens": [37, 794, 1315, 293, 309, 2709, 291, 257, 1329, 295, 1651, 13, 639, 307, 257, 2445, 300, 286, 920, 528, 281, 2464, 13, 1545, 30, 1436, 294, 264, 2135, 309, 307, 406, 1944, 337, 385, 281, 2464, 945, 3876, 13, 286, 445, 643, 281, 1466, 341, 293, 976, 309, 264, 1315, 295, 264, 3991, 293, 309, 2709, 385, 439, 264, 6338, 13], "avg_logprob": -0.5595238038471767, "compression_ratio": 1.4970760233918128, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 635.02, "end": 635.38, "word": "File", "probability": 0.6390380859375}, {"start": 635.38, "end": 635.74, "word": " name", "probability": 0.7470703125}, {"start": 635.74, "end": 636.36, "word": " and", "probability": 0.53759765625}, {"start": 636.36, "end": 636.4, "word": " it", "probability": 0.29931640625}, {"start": 636.4, "end": 636.56, "word": " gives", "probability": 0.19921875}, {"start": 636.56, "end": 636.9, "word": " you", "probability": 0.5673828125}, {"start": 636.9, "end": 636.94, "word": " a", "probability": 0.79638671875}, {"start": 636.94, "end": 637.38, "word": " list", "probability": 0.90869140625}, {"start": 637.38, "end": 638.22, "word": " of", "probability": 0.8916015625}, {"start": 638.22, "end": 640.88, "word": " questions.", "probability": 0.52880859375}, {"start": 646.14, "end": 646.5, "word": " This", "probability": 0.5419921875}, {"start": 646.5, "end": 646.62, "word": " is", "probability": 0.83251953125}, {"start": 646.62, "end": 646.64, "word": " a", "probability": 0.89697265625}, {"start": 646.64, "end": 646.98, "word": " function", "probability": 0.966796875}, {"start": 646.98, "end": 647.1, "word": " that", "probability": 0.63671875}, {"start": 647.1, "end": 647.22, "word": " I", "probability": 0.96044921875}, {"start": 647.22, "end": 647.38, "word": " still", "probability": 0.5966796875}, {"start": 647.38, "end": 647.56, "word": " want", "probability": 0.388916015625}, {"start": 647.56, "end": 647.62, "word": " to", "probability": 0.96826171875}, {"start": 647.62, "end": 647.8, "word": " write.", "probability": 0.8076171875}, {"start": 648.82, "end": 649.18, "word": " Why?", "probability": 0.68115234375}, {"start": 649.24, "end": 649.46, "word": " Because", "probability": 0.85205078125}, {"start": 649.46, "end": 649.74, "word": " in", "probability": 0.432373046875}, {"start": 649.74, "end": 649.9, "word": " the", "probability": 0.389892578125}, {"start": 649.9, "end": 650.12, "word": " main", "probability": 0.861328125}, {"start": 650.12, "end": 650.22, "word": " it", "probability": 0.182373046875}, {"start": 650.22, "end": 650.32, "word": " is", "probability": 0.7666015625}, {"start": 650.32, "end": 650.32, "word": " not", "probability": 0.74609375}, {"start": 650.32, "end": 650.5, "word": " possible", "probability": 0.67041015625}, {"start": 650.5, "end": 650.66, "word": " for", "probability": 0.347412109375}, {"start": 650.66, "end": 650.66, "word": " me", "probability": 0.962890625}, {"start": 650.66, "end": 650.7, "word": " to", "probability": 0.96728515625}, {"start": 650.7, "end": 650.84, "word": " write", "probability": 0.8955078125}, {"start": 650.84, "end": 651.2, "word": " 20", "probability": 0.56103515625}, {"start": 651.2, "end": 651.54, "word": " lines.", "probability": 0.83935546875}, {"start": 651.66, "end": 651.92, "word": " I", "probability": 0.55078125}, {"start": 651.92, "end": 651.96, "word": " just", "probability": 0.11932373046875}, {"start": 651.96, "end": 652.1, "word": " need", "probability": 0.2340087890625}, {"start": 652.1, "end": 652.12, "word": " to", "probability": 0.89697265625}, {"start": 652.12, "end": 652.28, "word": " learn", "probability": 0.1602783203125}, {"start": 652.28, "end": 652.66, "word": " this", "probability": 0.67724609375}, {"start": 652.66, "end": 653.96, "word": " and", "probability": 0.31982421875}, {"start": 653.96, "end": 654.58, "word": " give", "probability": 0.4033203125}, {"start": 654.58, "end": 654.76, "word": " it", "probability": 0.8095703125}, {"start": 654.76, "end": 654.8, "word": " the", "probability": 0.740234375}, {"start": 654.8, "end": 654.9, "word": " name", "probability": 0.312255859375}, {"start": 654.9, "end": 655.04, "word": " of", "probability": 0.9541015625}, {"start": 655.04, "end": 655.06, "word": " the", "probability": 0.87939453125}, {"start": 655.06, "end": 655.34, "word": " file", "probability": 0.85400390625}, {"start": 655.34, "end": 655.58, "word": " and", "probability": 0.70849609375}, {"start": 655.58, "end": 655.64, "word": " it", "probability": 0.217529296875}, {"start": 655.64, "end": 655.86, "word": " gives", "probability": 0.345703125}, {"start": 655.86, "end": 657.64, "word": " me", "probability": 0.85595703125}, {"start": 657.64, "end": 658.32, "word": " all", "probability": 0.50048828125}, {"start": 658.32, "end": 658.42, "word": " the", "probability": 0.76123046875}, {"start": 658.42, "end": 658.58, "word": " answers.", "probability": 0.402099609375}], "temperature": 1.0}, {"id": 28, "seek": 68076, "start": 659.9, "end": 680.76, "text": " Is it clear, guys? Because here we want to write our code. Of course, there is still an error because I did not return, it is uncertain. Ok, did you find it? I give him the file name. Where does he want to read this file? From the assets, ok? Ok, let's leave this for a while, did you find it? And let's go back to the comp activity. Why did I leave it? Did you find it? I will tell you.", "tokens": [1119, 309, 1850, 11, 1074, 30, 1436, 510, 321, 528, 281, 2464, 527, 3089, 13, 2720, 1164, 11, 456, 307, 920, 364, 6713, 570, 286, 630, 406, 2736, 11, 309, 307, 11308, 13, 3477, 11, 630, 291, 915, 309, 30, 286, 976, 796, 264, 3991, 1315, 13, 2305, 775, 415, 528, 281, 1401, 341, 3991, 30, 3358, 264, 9769, 11, 3133, 30, 3477, 11, 718, 311, 1856, 341, 337, 257, 1339, 11, 630, 291, 915, 309, 30, 400, 718, 311, 352, 646, 281, 264, 715, 5191, 13, 1545, 630, 286, 1856, 309, 30, 2589, 291, 915, 309, 30, 286, 486, 980, 291, 13], "avg_logprob": -0.4624399067117618, "compression_ratio": 1.6796536796536796, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 659.9, "end": 660.1, "word": " Is", "probability": 0.076171875}, {"start": 660.1, "end": 660.1, "word": " it", "probability": 0.75732421875}, {"start": 660.1, "end": 660.3, "word": " clear,", "probability": 0.8369140625}, {"start": 660.46, "end": 660.68, "word": " guys?", "probability": 0.744140625}, {"start": 661.48, "end": 661.8, "word": " Because", "probability": 0.428955078125}, {"start": 661.8, "end": 662.08, "word": " here", "probability": 0.52783203125}, {"start": 662.08, "end": 662.18, "word": " we", "probability": 0.720703125}, {"start": 662.18, "end": 662.32, "word": " want", "probability": 0.484375}, {"start": 662.32, "end": 662.44, "word": " to", "probability": 0.97216796875}, {"start": 662.44, "end": 662.62, "word": " write", "probability": 0.71044921875}, {"start": 662.62, "end": 663.56, "word": " our", "probability": 0.6357421875}, {"start": 663.56, "end": 664.32, "word": " code.", "probability": 0.71044921875}, {"start": 664.6, "end": 664.82, "word": " Of", "probability": 0.61962890625}, {"start": 664.82, "end": 664.82, "word": " course,", "probability": 0.93701171875}, {"start": 664.88, "end": 665.0, "word": " there", "probability": 0.4384765625}, {"start": 665.0, "end": 665.0, "word": " is", "probability": 0.73486328125}, {"start": 665.0, "end": 665.22, "word": " still", "probability": 0.677734375}, {"start": 665.22, "end": 665.46, "word": " an", "probability": 0.263671875}, {"start": 665.46, "end": 665.52, "word": " error", "probability": 0.7294921875}, {"start": 665.52, "end": 665.84, "word": " because", "probability": 0.208251953125}, {"start": 665.84, "end": 666.08, "word": " I", "probability": 0.7021484375}, {"start": 666.08, "end": 666.12, "word": " did", "probability": 0.370361328125}, {"start": 666.12, "end": 666.12, "word": " not", "probability": 0.94189453125}, {"start": 666.12, "end": 666.76, "word": " return,", "probability": 0.448974609375}, {"start": 667.12, "end": 667.24, "word": " it", "probability": 0.325927734375}, {"start": 667.24, "end": 667.24, "word": " is", "probability": 0.61962890625}, {"start": 667.24, "end": 667.46, "word": " uncertain.", "probability": 0.46826171875}, {"start": 668.24, "end": 668.5, "word": " Ok,", "probability": 0.290771484375}, {"start": 668.6, "end": 668.76, "word": " did", "probability": 0.60986328125}, {"start": 668.76, "end": 668.78, "word": " you", "probability": 0.96240234375}, {"start": 668.78, "end": 668.94, "word": " find", "probability": 0.53466796875}, {"start": 668.94, "end": 669.08, "word": " it?", "probability": 0.64697265625}, {"start": 669.42, "end": 669.74, "word": " I", "probability": 0.9541015625}, {"start": 669.74, "end": 670.04, "word": " give", "probability": 0.2020263671875}, {"start": 670.04, "end": 670.24, "word": " him", "probability": 0.54638671875}, {"start": 670.24, "end": 670.56, "word": " the", "probability": 0.892578125}, {"start": 670.56, "end": 670.84, "word": " file", "probability": 0.60107421875}, {"start": 670.84, "end": 670.9, "word": " name.", "probability": 0.80810546875}, {"start": 671.14, "end": 671.34, "word": " Where", "probability": 0.515625}, {"start": 671.34, "end": 671.5, "word": " does", "probability": 0.70263671875}, {"start": 671.5, "end": 671.6, "word": " he", "probability": 0.85888671875}, {"start": 671.6, "end": 671.64, "word": " want", "probability": 0.6220703125}, {"start": 671.64, "end": 671.64, "word": " to", "probability": 0.96533203125}, {"start": 671.64, "end": 671.8, "word": " read", "probability": 0.97509765625}, {"start": 671.8, "end": 671.94, "word": " this", "probability": 0.85498046875}, {"start": 671.94, "end": 672.2, "word": " file?", "probability": 0.88134765625}, {"start": 672.7, "end": 672.86, "word": " From", "probability": 0.70458984375}, {"start": 672.86, "end": 674.04, "word": " the", "probability": 0.453857421875}, {"start": 674.04, "end": 674.36, "word": " assets,", "probability": 0.77880859375}, {"start": 674.78, "end": 675.02, "word": " ok?", "probability": 0.55029296875}, {"start": 675.5, "end": 675.8, "word": " Ok,", "probability": 0.7158203125}, {"start": 675.88, "end": 676.04, "word": " let's", "probability": 0.7861328125}, {"start": 676.04, "end": 676.22, "word": " leave", "probability": 0.88134765625}, {"start": 676.22, "end": 676.4, "word": " this", "probability": 0.728515625}, {"start": 676.4, "end": 676.5, "word": " for", "probability": 0.6064453125}, {"start": 676.5, "end": 676.6, "word": " a", "probability": 0.93798828125}, {"start": 676.6, "end": 676.76, "word": " while,", "probability": 0.7841796875}, {"start": 676.82, "end": 676.94, "word": " did", "probability": 0.544921875}, {"start": 676.94, "end": 677.0, "word": " you", "probability": 0.9697265625}, {"start": 677.0, "end": 677.12, "word": " find", "probability": 0.880859375}, {"start": 677.12, "end": 677.64, "word": " it?", "probability": 0.8125}, {"start": 677.74, "end": 677.96, "word": " And", "probability": 0.80078125}, {"start": 677.96, "end": 678.06, "word": " let's", "probability": 0.6182861328125}, {"start": 678.06, "end": 678.26, "word": " go", "probability": 0.55078125}, {"start": 678.26, "end": 678.4, "word": " back", "probability": 0.85791015625}, {"start": 678.4, "end": 678.7, "word": " to", "probability": 0.96875}, {"start": 678.7, "end": 678.82, "word": " the", "probability": 0.578125}, {"start": 678.82, "end": 679.04, "word": " comp", "probability": 0.291015625}, {"start": 679.04, "end": 679.46, "word": " activity.", "probability": 0.8974609375}, {"start": 679.56, "end": 679.74, "word": " Why", "probability": 0.794921875}, {"start": 679.74, "end": 679.74, "word": " did", "probability": 0.31982421875}, {"start": 679.74, "end": 679.86, "word": " I", "probability": 0.953125}, {"start": 679.86, "end": 680.02, "word": " leave", "probability": 0.90966796875}, {"start": 680.02, "end": 680.1, "word": " it?", "probability": 0.814453125}, {"start": 680.14, "end": 680.24, "word": " Did", "probability": 0.77685546875}, {"start": 680.24, "end": 680.28, "word": " you", "probability": 0.94580078125}, {"start": 680.28, "end": 680.36, "word": " find", "probability": 0.89501953125}, {"start": 680.36, "end": 680.4, "word": " it?", "probability": 0.939453125}, {"start": 680.4, "end": 680.48, "word": " I", "probability": 0.93798828125}, {"start": 680.48, "end": 680.48, "word": " will", "probability": 0.6171875}, {"start": 680.48, "end": 680.62, "word": " tell", "probability": 0.85546875}, {"start": 680.62, "end": 680.76, "word": " you.", "probability": 0.96630859375}], "temperature": 1.0}, {"id": 29, "seek": 71057, "start": 681.85, "end": 710.57, "text": " We want to learn how to get these assets. I did not put a shortcut in the assets. To get the assets, if you come to the onCreate or in the activity, you just type a method called getAssets. Did you see it? GetAssets. This is how I got to the assets folder. Dot. For example, you can say open. Do you see it? It is ready for you to look at it and understand it yourself. Open. What does it take? File name.", "tokens": [492, 528, 281, 1466, 577, 281, 483, 613, 9769, 13, 286, 630, 406, 829, 257, 24822, 294, 264, 9769, 13, 1407, 483, 264, 9769, 11, 498, 291, 808, 281, 264, 322, 44637, 473, 420, 294, 264, 5191, 11, 291, 445, 2010, 257, 3170, 1219, 483, 20892, 1385, 13, 2589, 291, 536, 309, 30, 3240, 20892, 1385, 13, 639, 307, 577, 286, 658, 281, 264, 9769, 10820, 13, 38753, 13, 1171, 1365, 11, 291, 393, 584, 1269, 13, 1144, 291, 536, 309, 30, 467, 307, 1919, 337, 291, 281, 574, 412, 309, 293, 1223, 309, 1803, 13, 7238, 13, 708, 775, 309, 747, 30, 26196, 1315, 13], "avg_logprob": -0.556658891873939, "compression_ratio": 1.677685950413223, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 681.85, "end": 682.01, "word": " We", "probability": 0.436767578125}, {"start": 682.01, "end": 682.17, "word": " want", "probability": 0.3662109375}, {"start": 682.17, "end": 682.29, "word": " to", "probability": 0.96484375}, {"start": 682.29, "end": 682.59, "word": " learn", "probability": 0.86181640625}, {"start": 682.59, "end": 683.13, "word": " how", "probability": 0.82861328125}, {"start": 683.13, "end": 683.27, "word": " to", "probability": 0.88427734375}, {"start": 683.27, "end": 683.39, "word": " get", "probability": 0.0985107421875}, {"start": 683.39, "end": 683.67, "word": " these", "probability": 0.18603515625}, {"start": 683.67, "end": 683.97, "word": " assets.", "probability": 0.84912109375}, {"start": 684.53, "end": 685.01, "word": " I", "probability": 0.64501953125}, {"start": 685.01, "end": 685.09, "word": " did", "probability": 0.340576171875}, {"start": 685.09, "end": 685.09, "word": " not", "probability": 0.92041015625}, {"start": 685.09, "end": 685.35, "word": " put", "probability": 0.418701171875}, {"start": 685.35, "end": 685.55, "word": " a", "probability": 0.1768798828125}, {"start": 685.55, "end": 685.85, "word": " shortcut", "probability": 0.078857421875}, {"start": 685.85, "end": 686.09, "word": " in", "probability": 0.50439453125}, {"start": 686.09, "end": 686.19, "word": " the", "probability": 0.2763671875}, {"start": 686.19, "end": 686.53, "word": " assets.", "probability": 0.763671875}, {"start": 687.05, "end": 687.53, "word": " To", "probability": 0.23974609375}, {"start": 687.53, "end": 687.79, "word": " get", "probability": 0.75244140625}, {"start": 687.79, "end": 687.99, "word": " the", "probability": 0.40625}, {"start": 687.99, "end": 688.27, "word": " assets,", "probability": 0.8642578125}, {"start": 688.37, "end": 688.51, "word": " if", "probability": 0.6005859375}, {"start": 688.51, "end": 688.75, "word": " you", "probability": 0.95068359375}, {"start": 688.75, "end": 689.09, "word": " come", "probability": 0.2275390625}, {"start": 689.09, "end": 689.57, "word": " to", "probability": 0.65478515625}, {"start": 689.57, "end": 689.69, "word": " the", "probability": 0.328369140625}, {"start": 689.69, "end": 690.27, "word": " onCreate", "probability": 0.6210123697916666}, {"start": 690.27, "end": 690.43, "word": " or", "probability": 0.43994140625}, {"start": 690.43, "end": 690.57, "word": " in", "probability": 0.353515625}, {"start": 690.57, "end": 691.05, "word": " the", "probability": 0.76220703125}, {"start": 691.05, "end": 691.47, "word": " activity,", "probability": 0.65771484375}, {"start": 692.15, "end": 692.19, "word": " you", "probability": 0.257080078125}, {"start": 692.19, "end": 692.35, "word": " just", "probability": 0.3271484375}, {"start": 692.35, "end": 692.41, "word": " type", "probability": 0.316650390625}, {"start": 692.41, "end": 692.59, "word": " a", "probability": 0.2076416015625}, {"start": 692.59, "end": 693.03, "word": " method", "probability": 0.9609375}, {"start": 693.03, "end": 693.33, "word": " called", "probability": 0.58349609375}, {"start": 693.33, "end": 695.39, "word": " getAssets.", "probability": 0.7240397135416666}, {"start": 696.61, "end": 697.09, "word": " Did", "probability": 0.16162109375}, {"start": 697.09, "end": 697.09, "word": " you", "probability": 0.96630859375}, {"start": 697.09, "end": 697.29, "word": " see", "probability": 0.87158203125}, {"start": 697.29, "end": 697.53, "word": " it?", "probability": 0.62158203125}, {"start": 698.55, "end": 699.03, "word": " GetAssets.", "probability": 0.789794921875}, {"start": 699.15, "end": 699.29, "word": " This", "probability": 0.41064453125}, {"start": 699.29, "end": 699.31, "word": " is", "probability": 0.5771484375}, {"start": 699.31, "end": 699.33, "word": " how", "probability": 0.93603515625}, {"start": 699.33, "end": 699.51, "word": " I", "probability": 0.94287109375}, {"start": 699.51, "end": 699.75, "word": " got", "probability": 0.50146484375}, {"start": 699.75, "end": 699.95, "word": " to", "probability": 0.7216796875}, {"start": 699.95, "end": 701.07, "word": " the", "probability": 0.80810546875}, {"start": 701.07, "end": 701.37, "word": " assets", "probability": 0.515625}, {"start": 701.37, "end": 701.41, "word": " folder.", "probability": 0.70263671875}, {"start": 701.95, "end": 702.31, "word": " Dot.", "probability": 0.58544921875}, {"start": 702.73, "end": 703.07, "word": " For", "probability": 0.77294921875}, {"start": 703.07, "end": 703.07, "word": " example,", "probability": 0.953125}, {"start": 703.17, "end": 703.27, "word": " you", "probability": 0.94189453125}, {"start": 703.27, "end": 703.39, "word": " can", "probability": 0.88232421875}, {"start": 703.39, "end": 703.67, "word": " say", "probability": 0.490966796875}, {"start": 703.67, "end": 704.19, "word": " open.", "probability": 0.5830078125}, {"start": 705.03, "end": 705.15, "word": " Do", "probability": 0.289794921875}, {"start": 705.15, "end": 705.15, "word": " you", "probability": 0.96923828125}, {"start": 705.15, "end": 705.35, "word": " see", "probability": 0.92529296875}, {"start": 705.35, "end": 705.59, "word": " it?", "probability": 0.822265625}, {"start": 705.65, "end": 705.85, "word": " It", "probability": 0.51611328125}, {"start": 705.85, "end": 705.95, "word": " is", "probability": 0.658203125}, {"start": 705.95, "end": 706.23, "word": " ready", "probability": 0.6943359375}, {"start": 706.23, "end": 706.45, "word": " for", "probability": 0.4853515625}, {"start": 706.45, "end": 706.71, "word": " you", "probability": 0.94775390625}, {"start": 706.71, "end": 706.81, "word": " to", "probability": 0.95166015625}, {"start": 706.81, "end": 707.07, "word": " look", "probability": 0.31396484375}, {"start": 707.07, "end": 707.29, "word": " at", "probability": 0.931640625}, {"start": 707.29, "end": 707.37, "word": " it", "probability": 0.50244140625}, {"start": 707.37, "end": 707.41, "word": " and", "probability": 0.70458984375}, {"start": 707.41, "end": 707.63, "word": " understand", "probability": 0.681640625}, {"start": 707.63, "end": 707.75, "word": " it", "probability": 0.78955078125}, {"start": 707.75, "end": 707.99, "word": " yourself.", "probability": 0.232177734375}, {"start": 708.13, "end": 708.57, "word": " Open.", "probability": 0.79931640625}, {"start": 708.95, "end": 709.17, "word": " What", "probability": 0.84814453125}, {"start": 709.17, "end": 709.25, "word": " does", "probability": 0.88916015625}, {"start": 709.25, "end": 709.33, "word": " it", "probability": 0.90185546875}, {"start": 709.33, "end": 709.61, "word": " take?", "probability": 0.76318359375}, {"start": 709.99, "end": 710.41, "word": " File", "probability": 0.45751953125}, {"start": 710.41, "end": 710.57, "word": " name.", "probability": 0.7001953125}], "temperature": 1.0}, {"id": 30, "seek": 73591, "start": 712.75, "end": 735.91, "text": " Ok, here you enter the file name and it will open by itself Are you with me guys? Ok, these get assets I was able to read them from here, why? Because I was active in the activity But if I went to the new class that I created, which is the question reader And I told it, get assets", "tokens": [3477, 11, 510, 291, 3242, 264, 3991, 1315, 293, 309, 486, 1269, 538, 2564, 2014, 291, 365, 385, 1074, 30, 3477, 11, 613, 483, 9769, 286, 390, 1075, 281, 1401, 552, 490, 510, 11, 983, 30, 1436, 286, 390, 4967, 294, 264, 5191, 583, 498, 286, 1437, 281, 264, 777, 1508, 300, 286, 2942, 11, 597, 307, 264, 1168, 15149, 400, 286, 1907, 309, 11, 483, 9769], "avg_logprob": -0.5818014916251687, "compression_ratio": 1.5494505494505495, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 712.75, "end": 712.99, "word": " Ok,", "probability": 0.137939453125}, {"start": 713.17, "end": 713.23, "word": " here", "probability": 0.390625}, {"start": 713.23, "end": 713.35, "word": " you", "probability": 0.5400390625}, {"start": 713.35, "end": 713.61, "word": " enter", "probability": 0.133056640625}, {"start": 713.61, "end": 714.19, "word": " the", "probability": 0.474853515625}, {"start": 714.19, "end": 714.49, "word": " file", "probability": 0.71240234375}, {"start": 714.49, "end": 714.53, "word": " name", "probability": 0.55224609375}, {"start": 714.53, "end": 714.63, "word": " and", "probability": 0.70703125}, {"start": 714.63, "end": 715.03, "word": " it", "probability": 0.3544921875}, {"start": 715.03, "end": 715.05, "word": " will", "probability": 0.379638671875}, {"start": 715.05, "end": 715.25, "word": " open", "probability": 0.68408203125}, {"start": 715.25, "end": 715.61, "word": " by", "probability": 0.346923828125}, {"start": 715.61, "end": 715.61, "word": " itself", "probability": 0.72705078125}, {"start": 715.61, "end": 716.91, "word": " Are", "probability": 0.337890625}, {"start": 716.91, "end": 717.03, "word": " you", "probability": 0.95458984375}, {"start": 717.03, "end": 717.03, "word": " with", "probability": 0.470703125}, {"start": 717.03, "end": 717.21, "word": " me", "probability": 0.9599609375}, {"start": 717.21, "end": 717.55, "word": " guys?", "probability": 0.427734375}, {"start": 717.75, "end": 718.13, "word": " Ok,", "probability": 0.603515625}, {"start": 718.53, "end": 719.25, "word": " these", "probability": 0.306884765625}, {"start": 719.25, "end": 719.45, "word": " get", "probability": 0.33447265625}, {"start": 719.45, "end": 719.87, "word": " assets", "probability": 0.38671875}, {"start": 719.87, "end": 721.07, "word": " I", "probability": 0.654296875}, {"start": 721.07, "end": 721.29, "word": " was", "probability": 0.37353515625}, {"start": 721.29, "end": 721.29, "word": " able", "probability": 0.943359375}, {"start": 721.29, "end": 721.39, "word": " to", "probability": 0.97021484375}, {"start": 721.39, "end": 721.59, "word": " read", "probability": 0.958984375}, {"start": 721.59, "end": 721.73, "word": " them", "probability": 0.56640625}, {"start": 721.73, "end": 721.83, "word": " from", "probability": 0.7265625}, {"start": 721.83, "end": 722.01, "word": " here,", "probability": 0.8203125}, {"start": 722.09, "end": 722.33, "word": " why?", "probability": 0.80615234375}, {"start": 722.47, "end": 722.63, "word": " Because", "probability": 0.80419921875}, {"start": 722.63, "end": 722.87, "word": " I", "probability": 0.55029296875}, {"start": 722.87, "end": 722.87, "word": " was", "probability": 0.177490234375}, {"start": 722.87, "end": 723.19, "word": " active", "probability": 0.28369140625}, {"start": 723.19, "end": 723.81, "word": " in", "probability": 0.6259765625}, {"start": 723.81, "end": 724.41, "word": " the", "probability": 0.630859375}, {"start": 724.41, "end": 724.81, "word": " activity", "probability": 0.91259765625}, {"start": 724.81, "end": 725.39, "word": " But", "probability": 0.70947265625}, {"start": 725.39, "end": 725.59, "word": " if", "probability": 0.8232421875}, {"start": 725.59, "end": 725.81, "word": " I", "probability": 0.98583984375}, {"start": 725.81, "end": 726.07, "word": " went", "probability": 0.325439453125}, {"start": 726.07, "end": 726.33, "word": " to", "probability": 0.89453125}, {"start": 726.33, "end": 728.85, "word": " the", "probability": 0.8125}, {"start": 728.85, "end": 728.97, "word": " new", "probability": 0.45751953125}, {"start": 728.97, "end": 729.21, "word": " class", "probability": 0.9580078125}, {"start": 729.21, "end": 729.29, "word": " that", "probability": 0.390869140625}, {"start": 729.29, "end": 729.29, "word": " I", "probability": 0.9697265625}, {"start": 729.29, "end": 729.59, "word": " created,", "probability": 0.351318359375}, {"start": 730.65, "end": 730.65, "word": " which", "probability": 0.63623046875}, {"start": 730.65, "end": 730.97, "word": " is", "probability": 0.88037109375}, {"start": 730.97, "end": 731.89, "word": " the", "probability": 0.41455078125}, {"start": 731.89, "end": 732.17, "word": " question", "probability": 0.2432861328125}, {"start": 732.17, "end": 732.65, "word": " reader", "probability": 0.9736328125}, {"start": 732.65, "end": 734.25, "word": " And", "probability": 0.352783203125}, {"start": 734.25, "end": 734.33, "word": " I", "probability": 0.701171875}, {"start": 734.33, "end": 734.47, "word": " told", "probability": 0.5390625}, {"start": 734.47, "end": 734.81, "word": " it,", "probability": 0.80810546875}, {"start": 735.21, "end": 735.45, "word": " get", "probability": 0.8095703125}, {"start": 735.45, "end": 735.91, "word": " assets", "probability": 0.87060546875}], "temperature": 1.0}, {"id": 31, "seek": 76664, "start": 738.68, "end": 766.64, "text": " Don't introduce yourself to it, why? Because it's not present in this class, okay? And you can't extend it If you extend it, it becomes an activity The right thing to do, since the get assets are present in this class, is to pass the reference from this class to the course you want So, here you can read the get assets, but there you can't read them", "tokens": [1468, 380, 5366, 1803, 281, 309, 11, 983, 30, 1436, 309, 311, 406, 1974, 294, 341, 1508, 11, 1392, 30, 400, 291, 393, 380, 10101, 309, 759, 291, 10101, 309, 11, 309, 3643, 364, 5191, 440, 558, 551, 281, 360, 11, 1670, 264, 483, 9769, 366, 1974, 294, 341, 1508, 11, 307, 281, 1320, 264, 6408, 490, 341, 1508, 281, 264, 1164, 291, 528, 407, 11, 510, 291, 393, 1401, 264, 483, 9769, 11, 457, 456, 291, 393, 380, 1401, 552], "avg_logprob": -0.54458841754169, "compression_ratio": 1.763819095477387, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 738.68, "end": 739.2, "word": " Don't", "probability": 0.551971435546875}, {"start": 739.2, "end": 739.5, "word": " introduce", "probability": 0.33935546875}, {"start": 739.5, "end": 739.58, "word": " yourself", "probability": 0.55908203125}, {"start": 739.58, "end": 739.74, "word": " to", "probability": 0.59375}, {"start": 739.74, "end": 739.84, "word": " it,", "probability": 0.5712890625}, {"start": 739.84, "end": 740.12, "word": " why?", "probability": 0.79150390625}, {"start": 741.16, "end": 741.72, "word": " Because", "probability": 0.77783203125}, {"start": 741.72, "end": 741.96, "word": " it's", "probability": 0.630126953125}, {"start": 741.96, "end": 742.0, "word": " not", "probability": 0.9189453125}, {"start": 742.0, "end": 742.36, "word": " present", "probability": 0.398193359375}, {"start": 742.36, "end": 742.5, "word": " in", "probability": 0.923828125}, {"start": 742.5, "end": 742.62, "word": " this", "probability": 0.449951171875}, {"start": 742.62, "end": 742.94, "word": " class,", "probability": 0.94384765625}, {"start": 743.3, "end": 743.98, "word": " okay?", "probability": 0.2398681640625}, {"start": 744.54, "end": 744.66, "word": " And", "probability": 0.6611328125}, {"start": 744.66, "end": 744.76, "word": " you", "probability": 0.77587890625}, {"start": 744.76, "end": 745.06, "word": " can't", "probability": 0.811279296875}, {"start": 745.06, "end": 745.74, "word": " extend", "probability": 0.5888671875}, {"start": 745.74, "end": 746.84, "word": " it", "probability": 0.91357421875}, {"start": 746.84, "end": 747.14, "word": " If", "probability": 0.45849609375}, {"start": 747.14, "end": 747.7, "word": " you", "probability": 0.9033203125}, {"start": 747.7, "end": 748.28, "word": " extend", "probability": 0.5986328125}, {"start": 748.28, "end": 748.44, "word": " it,", "probability": 0.82763671875}, {"start": 748.44, "end": 748.44, "word": " it", "probability": 0.492919921875}, {"start": 748.44, "end": 748.56, "word": " becomes", "probability": 0.349853515625}, {"start": 748.56, "end": 748.68, "word": " an", "probability": 0.66796875}, {"start": 748.68, "end": 749.04, "word": " activity", "probability": 0.939453125}, {"start": 749.04, "end": 750.32, "word": " The", "probability": 0.18212890625}, {"start": 750.32, "end": 750.66, "word": " right", "probability": 0.488525390625}, {"start": 750.66, "end": 750.68, "word": " thing", "probability": 0.73828125}, {"start": 750.68, "end": 750.92, "word": " to", "probability": 0.7421875}, {"start": 750.92, "end": 751.34, "word": " do,", "probability": 0.96044921875}, {"start": 751.48, "end": 751.64, "word": " since", "probability": 0.6005859375}, {"start": 751.64, "end": 752.66, "word": " the", "probability": 0.52099609375}, {"start": 752.66, "end": 752.82, "word": " get", "probability": 0.323974609375}, {"start": 752.82, "end": 753.26, "word": " assets", "probability": 0.48828125}, {"start": 753.26, "end": 754.02, "word": " are", "probability": 0.59326171875}, {"start": 754.02, "end": 754.42, "word": " present", "probability": 0.7890625}, {"start": 754.42, "end": 754.56, "word": " in", "probability": 0.931640625}, {"start": 754.56, "end": 754.66, "word": " this", "probability": 0.86474609375}, {"start": 754.66, "end": 755.28, "word": " class,", "probability": 0.9619140625}, {"start": 755.74, "end": 755.8, "word": " is", "probability": 0.515625}, {"start": 755.8, "end": 755.8, "word": " to", "probability": 0.8349609375}, {"start": 755.8, "end": 756.02, "word": " pass", "probability": 0.12396240234375}, {"start": 756.02, "end": 756.16, "word": " the", "probability": 0.70361328125}, {"start": 756.16, "end": 756.62, "word": " reference", "probability": 0.9091796875}, {"start": 756.62, "end": 756.82, "word": " from", "probability": 0.7373046875}, {"start": 756.82, "end": 756.94, "word": " this", "probability": 0.8466796875}, {"start": 756.94, "end": 757.36, "word": " class", "probability": 0.955078125}, {"start": 757.36, "end": 757.64, "word": " to", "probability": 0.91162109375}, {"start": 757.64, "end": 759.88, "word": " the", "probability": 0.57373046875}, {"start": 759.88, "end": 760.36, "word": " course", "probability": 0.07025146484375}, {"start": 760.36, "end": 760.54, "word": " you", "probability": 0.2000732421875}, {"start": 760.54, "end": 760.74, "word": " want", "probability": 0.72900390625}, {"start": 760.74, "end": 761.12, "word": " So,", "probability": 0.2449951171875}, {"start": 761.34, "end": 762.2, "word": " here", "probability": 0.41455078125}, {"start": 762.2, "end": 764.28, "word": " you", "probability": 0.662109375}, {"start": 764.28, "end": 764.46, "word": " can", "probability": 0.65966796875}, {"start": 764.46, "end": 764.96, "word": " read", "probability": 0.9619140625}, {"start": 764.96, "end": 765.0, "word": " the", "probability": 0.65478515625}, {"start": 765.0, "end": 765.0, "word": " get", "probability": 0.91162109375}, {"start": 765.0, "end": 765.0, "word": " assets,", "probability": 0.859375}, {"start": 765.12, "end": 765.38, "word": " but", "probability": 0.8974609375}, {"start": 765.38, "end": 765.7, "word": " there", "probability": 0.274658203125}, {"start": 765.7, "end": 765.82, "word": " you", "probability": 0.8720703125}, {"start": 765.82, "end": 766.16, "word": " can't", "probability": 0.88525390625}, {"start": 766.16, "end": 766.46, "word": " read", "probability": 0.96630859375}, {"start": 766.46, "end": 766.64, "word": " them", "probability": 0.6650390625}], "temperature": 1.0}, {"id": 32, "seek": 79261, "start": 767.37, "end": 792.61, "text": " Ok, what is the solution? Since he can read from this class, send a reference from this class to the question reader You can say here, look, we will do like this, question reader QReader for example equals new question reader And here we want to say for example this", "tokens": [3477, 11, 437, 307, 264, 3827, 30, 4162, 415, 393, 1401, 490, 341, 1508, 11, 2845, 257, 6408, 490, 341, 1508, 281, 264, 1168, 15149, 509, 393, 584, 510, 11, 574, 11, 321, 486, 360, 411, 341, 11, 1168, 15149, 1249, 40702, 260, 337, 1365, 6915, 777, 1168, 15149, 400, 510, 321, 528, 281, 584, 337, 1365, 341], "avg_logprob": -0.45021186238628325, "compression_ratio": 1.7115384615384615, "no_speech_prob": 0.0, "words": [{"start": 767.37, "end": 767.59, "word": " Ok,", "probability": 0.06591796875}, {"start": 767.63, "end": 767.77, "word": " what", "probability": 0.66943359375}, {"start": 767.77, "end": 767.79, "word": " is", "probability": 0.74072265625}, {"start": 767.79, "end": 767.91, "word": " the", "probability": 0.88720703125}, {"start": 767.91, "end": 768.11, "word": " solution?", "probability": 0.90185546875}, {"start": 768.59, "end": 769.09, "word": " Since", "probability": 0.51416015625}, {"start": 769.09, "end": 769.41, "word": " he", "probability": 0.42529296875}, {"start": 769.41, "end": 769.59, "word": " can", "probability": 0.7451171875}, {"start": 769.59, "end": 769.87, "word": " read", "probability": 0.9599609375}, {"start": 769.87, "end": 770.01, "word": " from", "probability": 0.71728515625}, {"start": 770.01, "end": 770.11, "word": " this", "probability": 0.7666015625}, {"start": 770.11, "end": 770.37, "word": " class,", "probability": 0.92138671875}, {"start": 770.55, "end": 770.79, "word": " send", "probability": 0.6533203125}, {"start": 770.79, "end": 771.71, "word": " a", "probability": 0.57177734375}, {"start": 771.71, "end": 772.09, "word": " reference", "probability": 0.9248046875}, {"start": 772.09, "end": 772.29, "word": " from", "probability": 0.78857421875}, {"start": 772.29, "end": 772.41, "word": " this", "probability": 0.90087890625}, {"start": 772.41, "end": 772.77, "word": " class", "probability": 0.955078125}, {"start": 772.77, "end": 773.79, "word": " to", "probability": 0.95703125}, {"start": 773.79, "end": 774.99, "word": " the", "probability": 0.457275390625}, {"start": 774.99, "end": 775.23, "word": " question", "probability": 0.72607421875}, {"start": 775.23, "end": 775.59, "word": " reader", "probability": 0.96142578125}, {"start": 775.59, "end": 776.05, "word": " You", "probability": 0.2403564453125}, {"start": 776.05, "end": 776.35, "word": " can", "probability": 0.88720703125}, {"start": 776.35, "end": 776.63, "word": " say", "probability": 0.70751953125}, {"start": 776.63, "end": 777.11, "word": " here,", "probability": 0.67822265625}, {"start": 777.75, "end": 778.71, "word": " look,", "probability": 0.48486328125}, {"start": 779.07, "end": 779.31, "word": " we", "probability": 0.7568359375}, {"start": 779.31, "end": 779.99, "word": " will", "probability": 0.63525390625}, {"start": 779.99, "end": 780.23, "word": " do", "probability": 0.6796875}, {"start": 780.23, "end": 780.35, "word": " like", "probability": 0.57958984375}, {"start": 780.35, "end": 780.57, "word": " this,", "probability": 0.92919921875}, {"start": 780.63, "end": 780.89, "word": " question", "probability": 0.58837890625}, {"start": 780.89, "end": 781.43, "word": " reader", "probability": 0.955078125}, {"start": 781.43, "end": 784.21, "word": " QReader", "probability": 0.53759765625}, {"start": 784.21, "end": 784.39, "word": " for", "probability": 0.1756591796875}, {"start": 784.39, "end": 784.65, "word": " example", "probability": 0.94189453125}, {"start": 784.65, "end": 785.17, "word": " equals", "probability": 0.304443359375}, {"start": 785.17, "end": 785.67, "word": " new", "probability": 0.7451171875}, {"start": 785.67, "end": 787.17, "word": " question", "probability": 0.7431640625}, {"start": 787.17, "end": 789.79, "word": " reader", "probability": 0.93408203125}, {"start": 789.79, "end": 790.45, "word": " And", "probability": 0.5478515625}, {"start": 790.45, "end": 790.79, "word": " here", "probability": 0.7705078125}, {"start": 790.79, "end": 791.03, "word": " we", "probability": 0.6865234375}, {"start": 791.03, "end": 791.17, "word": " want", "probability": 0.239990234375}, {"start": 791.17, "end": 791.47, "word": " to", "probability": 0.95947265625}, {"start": 791.47, "end": 791.71, "word": " say", "probability": 0.91357421875}, {"start": 791.71, "end": 792.03, "word": " for", "probability": 0.51708984375}, {"start": 792.03, "end": 792.25, "word": " example", "probability": 0.96044921875}, {"start": 792.25, "end": 792.61, "word": " this", "probability": 0.86328125}], "temperature": 1.0}, {"id": 33, "seek": 82305, "start": 794.07, "end": 823.05, "text": " Who is this? What does it mean? On the activity, right? So, of course here, do I have a constructor? No, I don't have a constructor. So, I have to make a constructor before this method, which is public question reader. It has to take the activity or context. Let's say activity to understand it. Comp activity", "tokens": [2102, 307, 341, 30, 708, 775, 309, 914, 30, 1282, 264, 5191, 11, 558, 30, 407, 11, 295, 1164, 510, 11, 360, 286, 362, 257, 47479, 30, 883, 11, 286, 500, 380, 362, 257, 47479, 13, 407, 11, 286, 362, 281, 652, 257, 47479, 949, 341, 3170, 11, 597, 307, 1908, 1168, 15149, 13, 467, 575, 281, 747, 264, 5191, 420, 4319, 13, 961, 311, 584, 5191, 281, 1223, 309, 13, 6620, 5191], "avg_logprob": -0.5582770141395362, "compression_ratio": 1.6062176165803108, "no_speech_prob": 0.0, "words": [{"start": 794.07, "end": 794.37, "word": " Who", "probability": 0.06463623046875}, {"start": 794.37, "end": 794.49, "word": " is", "probability": 0.331298828125}, {"start": 794.49, "end": 794.71, "word": " this?", "probability": 0.71923828125}, {"start": 794.77, "end": 794.91, "word": " What", "probability": 0.0670166015625}, {"start": 794.91, "end": 795.03, "word": " does", "probability": 0.42041015625}, {"start": 795.03, "end": 795.03, "word": " it", "probability": 0.357177734375}, {"start": 795.03, "end": 795.09, "word": " mean?", "probability": 0.42529296875}, {"start": 796.55, "end": 797.01, "word": " On", "probability": 0.1214599609375}, {"start": 797.01, "end": 797.27, "word": " the", "probability": 0.476318359375}, {"start": 797.27, "end": 797.77, "word": " activity,", "probability": 0.88037109375}, {"start": 798.03, "end": 798.67, "word": " right?", "probability": 0.71435546875}, {"start": 801.03, "end": 801.49, "word": " So,", "probability": 0.45458984375}, {"start": 801.67, "end": 801.89, "word": " of", "probability": 0.2259521484375}, {"start": 801.89, "end": 801.89, "word": " course", "probability": 0.96484375}, {"start": 801.89, "end": 802.25, "word": " here,", "probability": 0.418701171875}, {"start": 802.43, "end": 802.57, "word": " do", "probability": 0.396484375}, {"start": 802.57, "end": 802.65, "word": " I", "probability": 0.94482421875}, {"start": 802.65, "end": 802.75, "word": " have", "probability": 0.953125}, {"start": 802.75, "end": 802.89, "word": " a", "probability": 0.59814453125}, {"start": 802.89, "end": 803.27, "word": " constructor?", "probability": 0.87255859375}, {"start": 804.21, "end": 804.67, "word": " No,", "probability": 0.88427734375}, {"start": 804.75, "end": 804.89, "word": " I", "probability": 0.74951171875}, {"start": 804.89, "end": 804.89, "word": " don't", "probability": 0.859130859375}, {"start": 804.89, "end": 805.01, "word": " have", "probability": 0.9140625}, {"start": 805.01, "end": 805.15, "word": " a", "probability": 0.84814453125}, {"start": 805.15, "end": 805.59, "word": " constructor.", "probability": 0.87841796875}, {"start": 805.69, "end": 805.81, "word": " So,", "probability": 0.422607421875}, {"start": 805.83, "end": 805.95, "word": " I", "probability": 0.59326171875}, {"start": 805.95, "end": 806.05, "word": " have", "probability": 0.25390625}, {"start": 806.05, "end": 806.09, "word": " to", "probability": 0.96826171875}, {"start": 806.09, "end": 806.21, "word": " make", "probability": 0.46484375}, {"start": 806.21, "end": 806.37, "word": " a", "probability": 0.91650390625}, {"start": 806.37, "end": 806.97, "word": " constructor", "probability": 0.9033203125}, {"start": 806.97, "end": 809.29, "word": " before", "probability": 0.10028076171875}, {"start": 809.29, "end": 809.41, "word": " this", "probability": 0.884765625}, {"start": 809.41, "end": 809.75, "word": " method,", "probability": 0.9375}, {"start": 810.59, "end": 811.47, "word": " which", "probability": 0.8740234375}, {"start": 811.47, "end": 811.83, "word": " is", "probability": 0.9541015625}, {"start": 811.83, "end": 813.13, "word": " public", "probability": 0.7880859375}, {"start": 813.13, "end": 816.27, "word": " question", "probability": 0.56591796875}, {"start": 816.27, "end": 817.23, "word": " reader.", "probability": 0.83642578125}, {"start": 818.35, "end": 818.81, "word": " It", "probability": 0.720703125}, {"start": 818.81, "end": 818.97, "word": " has", "probability": 0.318603515625}, {"start": 818.97, "end": 819.01, "word": " to", "probability": 0.96923828125}, {"start": 819.01, "end": 819.29, "word": " take", "probability": 0.67822265625}, {"start": 819.29, "end": 819.39, "word": " the", "probability": 0.52587890625}, {"start": 819.39, "end": 819.81, "word": " activity", "probability": 0.958984375}, {"start": 819.81, "end": 820.07, "word": " or", "probability": 0.92431640625}, {"start": 820.07, "end": 820.55, "word": " context.", "probability": 0.634765625}, {"start": 820.63, "end": 820.87, "word": " Let's", "probability": 0.86279296875}, {"start": 820.87, "end": 821.01, "word": " say", "probability": 0.796875}, {"start": 821.01, "end": 821.51, "word": " activity", "probability": 0.75390625}, {"start": 821.51, "end": 821.71, "word": " to", "probability": 0.379150390625}, {"start": 821.71, "end": 822.05, "word": " understand", "probability": 0.49169921875}, {"start": 822.05, "end": 822.23, "word": " it.", "probability": 0.767578125}, {"start": 822.27, "end": 822.55, "word": " Comp", "probability": 0.541015625}, {"start": 822.55, "end": 823.05, "word": " activity", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 34, "seek": 85256, "start": 824.12, "end": 852.56, "text": " this is activity and here I give it for comp activity this.activity equals activity because what happened guys is that in the comp activity I created an object from the question reader and I gave it the name questions reader and I gave it the current activity", "tokens": [341, 307, 5191, 293, 510, 286, 976, 309, 337, 715, 5191, 341, 13, 578, 4253, 6915, 5191, 570, 437, 2011, 1074, 307, 300, 294, 264, 715, 5191, 286, 2942, 364, 2657, 490, 264, 1168, 15149, 293, 286, 2729, 309, 264, 1315, 1651, 15149, 293, 286, 2729, 309, 264, 2190, 5191], "avg_logprob": -0.4938725747314154, "compression_ratio": 1.8309859154929577, "no_speech_prob": 0.0, "words": [{"start": 824.12, "end": 824.34, "word": " this", "probability": 0.2052001953125}, {"start": 824.34, "end": 824.36, "word": " is", "probability": 0.73681640625}, {"start": 824.36, "end": 824.84, "word": " activity", "probability": 0.75244140625}, {"start": 824.84, "end": 827.14, "word": " and", "probability": 0.426025390625}, {"start": 827.14, "end": 827.46, "word": " here", "probability": 0.5908203125}, {"start": 827.46, "end": 827.68, "word": " I", "probability": 0.5576171875}, {"start": 827.68, "end": 828.0, "word": " give", "probability": 0.32373046875}, {"start": 828.0, "end": 829.24, "word": " it", "probability": 0.332275390625}, {"start": 829.24, "end": 829.64, "word": " for", "probability": 0.33154296875}, {"start": 829.64, "end": 830.16, "word": " comp", "probability": 0.80615234375}, {"start": 830.16, "end": 830.78, "word": " activity", "probability": 0.83154296875}, {"start": 830.78, "end": 833.5, "word": " this", "probability": 0.767578125}, {"start": 833.5, "end": 834.38, "word": ".activity", "probability": 0.8347981770833334}, {"start": 834.38, "end": 834.92, "word": " equals", "probability": 0.07550048828125}, {"start": 834.92, "end": 835.56, "word": " activity", "probability": 0.83447265625}, {"start": 835.56, "end": 837.66, "word": " because", "probability": 0.55712890625}, {"start": 837.66, "end": 837.88, "word": " what", "probability": 0.7880859375}, {"start": 837.88, "end": 838.18, "word": " happened", "probability": 0.736328125}, {"start": 838.18, "end": 838.68, "word": " guys", "probability": 0.47509765625}, {"start": 838.68, "end": 840.08, "word": " is", "probability": 0.24755859375}, {"start": 840.08, "end": 840.08, "word": " that", "probability": 0.740234375}, {"start": 840.08, "end": 840.4, "word": " in", "probability": 0.1759033203125}, {"start": 840.4, "end": 840.54, "word": " the", "probability": 0.495361328125}, {"start": 840.54, "end": 840.76, "word": " comp", "probability": 0.7890625}, {"start": 840.76, "end": 841.18, "word": " activity", "probability": 0.91845703125}, {"start": 841.18, "end": 841.32, "word": " I", "probability": 0.4384765625}, {"start": 841.32, "end": 841.62, "word": " created", "probability": 0.76708984375}, {"start": 841.62, "end": 841.8, "word": " an", "probability": 0.7265625}, {"start": 841.8, "end": 842.08, "word": " object", "probability": 0.974609375}, {"start": 842.08, "end": 842.4, "word": " from", "probability": 0.73486328125}, {"start": 842.4, "end": 843.5, "word": " the", "probability": 0.54150390625}, {"start": 843.5, "end": 843.78, "word": " question", "probability": 0.81201171875}, {"start": 843.78, "end": 844.2, "word": " reader", "probability": 0.9462890625}, {"start": 844.2, "end": 844.94, "word": " and", "probability": 0.8095703125}, {"start": 844.94, "end": 845.04, "word": " I", "probability": 0.42724609375}, {"start": 845.04, "end": 845.24, "word": " gave", "probability": 0.27001953125}, {"start": 845.24, "end": 845.5, "word": " it", "probability": 0.8173828125}, {"start": 845.5, "end": 846.18, "word": " the", "probability": 0.30224609375}, {"start": 846.18, "end": 846.18, "word": " name", "probability": 0.55419921875}, {"start": 846.18, "end": 848.46, "word": " questions", "probability": 0.5869140625}, {"start": 848.46, "end": 849.14, "word": " reader", "probability": 0.82763671875}, {"start": 849.14, "end": 851.2, "word": " and", "probability": 0.43359375}, {"start": 851.2, "end": 851.54, "word": " I", "probability": 0.841796875}, {"start": 851.54, "end": 851.76, "word": " gave", "probability": 0.7490234375}, {"start": 851.76, "end": 852.02, "word": " it", "probability": 0.84521484375}, {"start": 852.02, "end": 852.1, "word": " the", "probability": 0.8408203125}, {"start": 852.1, "end": 852.22, "word": " current", "probability": 0.6640625}, {"start": 852.22, "end": 852.56, "word": " activity", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 35, "seek": 86960, "start": 853.86, "end": 869.6, "text": "Okay? Which is this. Let's go back to the questions reader. This is the constructor. It got my activity and stored it up here. This gate here can be called activity.getassets", "tokens": [8297, 30, 3013, 307, 341, 13, 961, 311, 352, 646, 281, 264, 1651, 15149, 13, 639, 307, 264, 47479, 13, 467, 658, 452, 5191, 293, 12187, 309, 493, 510, 13, 639, 8539, 510, 393, 312, 1219, 5191, 13, 847, 640, 1385], "avg_logprob": -0.5840773766949063, "compression_ratio": 1.3384615384615384, "no_speech_prob": 0.0, "words": [{"start": 853.86, "end": 854.12, "word": "Okay?", "probability": 0.0482177734375}, {"start": 854.38, "end": 854.48, "word": " Which", "probability": 0.368408203125}, {"start": 854.48, "end": 854.62, "word": " is", "probability": 0.90478515625}, {"start": 854.62, "end": 854.92, "word": " this.", "probability": 0.908203125}, {"start": 855.92, "end": 856.12, "word": " Let's", "probability": 0.51214599609375}, {"start": 856.12, "end": 856.22, "word": " go", "probability": 0.72119140625}, {"start": 856.22, "end": 856.28, "word": " back", "probability": 0.8466796875}, {"start": 856.28, "end": 856.36, "word": " to", "probability": 0.95166015625}, {"start": 856.36, "end": 856.44, "word": " the", "probability": 0.623046875}, {"start": 856.44, "end": 856.7, "word": " questions", "probability": 0.52001953125}, {"start": 856.7, "end": 857.18, "word": " reader.", "probability": 0.93505859375}, {"start": 857.32, "end": 857.5, "word": " This", "probability": 0.60595703125}, {"start": 857.5, "end": 857.58, "word": " is", "probability": 0.84765625}, {"start": 857.58, "end": 857.72, "word": " the", "probability": 0.84423828125}, {"start": 857.72, "end": 858.26, "word": " constructor.", "probability": 0.91552734375}, {"start": 858.74, "end": 858.84, "word": " It", "probability": 0.40185546875}, {"start": 858.84, "end": 859.04, "word": " got", "probability": 0.1966552734375}, {"start": 859.04, "end": 859.2, "word": " my", "probability": 0.5146484375}, {"start": 859.2, "end": 859.74, "word": " activity", "probability": 0.88720703125}, {"start": 859.74, "end": 861.38, "word": " and", "probability": 0.66796875}, {"start": 861.38, "end": 861.78, "word": " stored", "probability": 0.5498046875}, {"start": 861.78, "end": 861.92, "word": " it", "probability": 0.90771484375}, {"start": 861.92, "end": 862.24, "word": " up", "probability": 0.2281494140625}, {"start": 862.24, "end": 863.3, "word": " here.", "probability": 0.68115234375}, {"start": 863.6, "end": 863.78, "word": " This", "probability": 0.382568359375}, {"start": 863.78, "end": 863.98, "word": " gate", "probability": 0.53466796875}, {"start": 863.98, "end": 864.16, "word": " here", "probability": 0.5244140625}, {"start": 864.16, "end": 864.36, "word": " can", "probability": 0.56884765625}, {"start": 864.36, "end": 864.36, "word": " be", "probability": 0.71484375}, {"start": 864.36, "end": 865.58, "word": " called", "probability": 0.40673828125}, {"start": 865.58, "end": 866.32, "word": " activity", "probability": 0.71435546875}, {"start": 866.32, "end": 869.6, "word": ".getassets", "probability": 0.71978759765625}], "temperature": 1.0}, {"id": 36, "seek": 90096, "start": 873.04, "end": 900.96, "text": " This is object-oriented, not Android. I will explain why it is Android. You see the GetAssets from the activity. You don't see them from the QuestionReader. What is the solution? Leave this class and write the code in the GetActivity? It is of no use. I only want the code in the activity. I want to do encapsulation, modules. Each part is responsible for a certain part. This is the QuestionReader. I want to direct it to the questions. But this is the QuestionReader. In order to reach the assets, it needs the activity.", "tokens": [639, 307, 2657, 12, 27414, 11, 406, 8853, 13, 286, 486, 2903, 983, 309, 307, 8853, 13, 509, 536, 264, 3240, 20892, 1385, 490, 264, 5191, 13, 509, 500, 380, 536, 552, 490, 264, 1249, 11493, 313, 40702, 260, 13, 708, 307, 264, 3827, 30, 9825, 341, 1508, 293, 2464, 264, 3089, 294, 264, 3240, 30338, 4253, 30, 467, 307, 295, 572, 764, 13, 286, 787, 528, 264, 3089, 294, 264, 5191, 13, 286, 528, 281, 360, 38745, 2776, 11, 16679, 13, 6947, 644, 307, 6250, 337, 257, 1629, 644, 13, 639, 307, 264, 14464, 40702, 260, 13, 286, 528, 281, 2047, 309, 281, 264, 1651, 13, 583, 341, 307, 264, 14464, 40702, 260, 13, 682, 1668, 281, 2524, 264, 9769, 11, 309, 2203, 264, 5191, 13], "avg_logprob": -0.40356445289216936, "compression_ratio": 1.894927536231884, "no_speech_prob": 0.0, "words": [{"start": 873.04, "end": 873.32, "word": " This", "probability": 0.349609375}, {"start": 873.32, "end": 873.36, "word": " is", "probability": 0.81787109375}, {"start": 873.36, "end": 873.62, "word": " object", "probability": 0.908203125}, {"start": 873.62, "end": 874.1, "word": "-oriented,", "probability": 0.6475830078125}, {"start": 874.46, "end": 874.8, "word": " not", "probability": 0.671875}, {"start": 874.8, "end": 875.24, "word": " Android.", "probability": 0.61962890625}, {"start": 875.42, "end": 875.48, "word": " I", "probability": 0.52294921875}, {"start": 875.48, "end": 875.52, "word": " will", "probability": 0.20166015625}, {"start": 875.52, "end": 875.64, "word": " explain", "probability": 0.7958984375}, {"start": 875.64, "end": 875.86, "word": " why", "probability": 0.40478515625}, {"start": 875.86, "end": 875.88, "word": " it", "probability": 0.496337890625}, {"start": 875.88, "end": 875.88, "word": " is", "probability": 0.6767578125}, {"start": 875.88, "end": 876.18, "word": " Android.", "probability": 0.7861328125}, {"start": 877.14, "end": 877.54, "word": " You", "probability": 0.560546875}, {"start": 877.54, "end": 877.82, "word": " see", "probability": 0.45361328125}, {"start": 877.82, "end": 877.96, "word": " the", "probability": 0.53076171875}, {"start": 877.96, "end": 878.58, "word": " GetAssets", "probability": 0.6184488932291666}, {"start": 878.58, "end": 879.94, "word": " from", "probability": 0.728515625}, {"start": 879.94, "end": 880.1, "word": " the", "probability": 0.67041015625}, {"start": 880.1, "end": 880.52, "word": " activity.", "probability": 0.70654296875}, {"start": 880.76, "end": 881.1, "word": " You", "probability": 0.82763671875}, {"start": 881.1, "end": 881.18, "word": " don't", "probability": 0.757568359375}, {"start": 881.18, "end": 881.34, "word": " see", "probability": 0.90380859375}, {"start": 881.34, "end": 881.54, "word": " them", "probability": 0.5771484375}, {"start": 881.54, "end": 881.68, "word": " from", "probability": 0.85693359375}, {"start": 881.68, "end": 881.8, "word": " the", "probability": 0.8115234375}, {"start": 881.8, "end": 882.32, "word": " QuestionReader.", "probability": 0.68548583984375}, {"start": 882.54, "end": 882.78, "word": " What", "probability": 0.76318359375}, {"start": 882.78, "end": 882.84, "word": " is", "probability": 0.70166015625}, {"start": 882.84, "end": 882.94, "word": " the", "probability": 0.90771484375}, {"start": 882.94, "end": 883.12, "word": " solution?", "probability": 0.9169921875}, {"start": 883.48, "end": 883.8, "word": " Leave", "probability": 0.329345703125}, {"start": 883.8, "end": 884.04, "word": " this", "probability": 0.8271484375}, {"start": 884.04, "end": 884.36, "word": " class", "probability": 0.95947265625}, {"start": 884.36, "end": 884.5, "word": " and", "probability": 0.88427734375}, {"start": 884.5, "end": 884.78, "word": " write", "probability": 0.607421875}, {"start": 884.78, "end": 884.96, "word": " the", "probability": 0.52880859375}, {"start": 884.96, "end": 885.1, "word": " code", "probability": 0.93798828125}, {"start": 885.1, "end": 885.22, "word": " in", "probability": 0.7138671875}, {"start": 885.22, "end": 885.3, "word": " the", "probability": 0.64306640625}, {"start": 885.3, "end": 885.92, "word": " GetActivity?", "probability": 0.9529622395833334}, {"start": 886.1, "end": 886.32, "word": " It", "probability": 0.57763671875}, {"start": 886.32, "end": 886.46, "word": " is", "probability": 0.33837890625}, {"start": 886.46, "end": 886.46, "word": " of", "probability": 0.277099609375}, {"start": 886.46, "end": 886.46, "word": " no", "probability": 0.96533203125}, {"start": 886.46, "end": 886.64, "word": " use.", "probability": 0.8115234375}, {"start": 887.28, "end": 887.62, "word": " I", "probability": 0.916015625}, {"start": 887.62, "end": 887.98, "word": " only", "probability": 0.231201171875}, {"start": 887.98, "end": 887.98, "word": " want", "probability": 0.376953125}, {"start": 887.98, "end": 888.32, "word": " the", "probability": 0.80810546875}, {"start": 888.32, "end": 888.54, "word": " code", "probability": 0.89697265625}, {"start": 888.54, "end": 888.8, "word": " in", "probability": 0.381103515625}, {"start": 888.8, "end": 888.94, "word": " the", "probability": 0.8544921875}, {"start": 888.94, "end": 889.32, "word": " activity.", "probability": 0.9296875}, {"start": 889.4, "end": 889.74, "word": " I", "probability": 0.95654296875}, {"start": 889.74, "end": 889.94, "word": " want", "probability": 0.525390625}, {"start": 889.94, "end": 890.02, "word": " to", "probability": 0.9462890625}, {"start": 890.02, "end": 890.28, "word": " do", "probability": 0.43310546875}, {"start": 890.28, "end": 892.1, "word": " encapsulation,", "probability": 0.906005859375}, {"start": 892.7, "end": 893.26, "word": " modules.", "probability": 0.89208984375}, {"start": 893.42, "end": 893.6, "word": " Each", "probability": 0.72412109375}, {"start": 893.6, "end": 893.86, "word": " part", "probability": 0.78369140625}, {"start": 893.86, "end": 893.98, "word": " is", "probability": 0.8515625}, {"start": 893.98, "end": 894.18, "word": " responsible", "probability": 0.826171875}, {"start": 894.18, "end": 894.34, "word": " for", "probability": 0.9033203125}, {"start": 894.34, "end": 894.42, "word": " a", "probability": 0.92138671875}, {"start": 894.42, "end": 894.74, "word": " certain", "probability": 0.30078125}, {"start": 894.74, "end": 894.74, "word": " part.", "probability": 0.56640625}, {"start": 894.82, "end": 894.98, "word": " This", "probability": 0.86328125}, {"start": 894.98, "end": 895.04, "word": " is", "probability": 0.9296875}, {"start": 895.04, "end": 895.14, "word": " the", "probability": 0.52685546875}, {"start": 895.14, "end": 895.68, "word": " QuestionReader.", "probability": 0.8650716145833334}, {"start": 895.72, "end": 895.78, "word": " I", "probability": 0.64306640625}, {"start": 895.78, "end": 895.92, "word": " want", "probability": 0.6904296875}, {"start": 895.92, "end": 896.2, "word": " to", "probability": 0.59521484375}, {"start": 896.2, "end": 896.38, "word": " direct", "probability": 0.118896484375}, {"start": 896.38, "end": 896.56, "word": " it", "probability": 0.4833984375}, {"start": 896.56, "end": 896.58, "word": " to", "probability": 0.9365234375}, {"start": 896.58, "end": 896.62, "word": " the", "probability": 0.6650390625}, {"start": 896.62, "end": 896.88, "word": " questions.", "probability": 0.8271484375}, {"start": 896.96, "end": 897.1, "word": " But", "probability": 0.76806640625}, {"start": 897.1, "end": 897.26, "word": " this", "probability": 0.79443359375}, {"start": 897.26, "end": 897.32, "word": " is", "probability": 0.55517578125}, {"start": 897.32, "end": 897.38, "word": " the", "probability": 0.8486328125}, {"start": 897.38, "end": 898.06, "word": " QuestionReader.", "probability": 0.8082682291666666}, {"start": 898.38, "end": 898.6, "word": " In", "probability": 0.556640625}, {"start": 898.6, "end": 898.64, "word": " order", "probability": 0.91748046875}, {"start": 898.64, "end": 898.72, "word": " to", "probability": 0.91064453125}, {"start": 898.72, "end": 898.98, "word": " reach", "probability": 0.60302734375}, {"start": 898.98, "end": 899.14, "word": " the", "probability": 0.87255859375}, {"start": 899.14, "end": 899.54, "word": " assets,", "probability": 0.85009765625}, {"start": 899.72, "end": 900.08, "word": " it", "probability": 0.75146484375}, {"start": 900.08, "end": 900.38, "word": " needs", "probability": 0.87255859375}, {"start": 900.38, "end": 900.58, "word": " the", "probability": 0.7841796875}, {"start": 900.58, "end": 900.96, "word": " activity.", "probability": 0.9453125}], "temperature": 1.0}, {"id": 37, "seek": 92890, "start": 902.1, "end": 928.9, "text": " Is there a new activity? No, the activity is still there. When I launch Equestria Reader, I remove the reference from the activity. Ok guys? Because here I say get assets and then I say open. Because this open is based on the method. What does it take? It takes the filename and returns something called input stream. Well, what is the filename?", "tokens": [1119, 456, 257, 777, 5191, 30, 883, 11, 264, 5191, 307, 920, 456, 13, 1133, 286, 4025, 15624, 377, 4668, 1300, 8312, 11, 286, 4159, 264, 6408, 490, 264, 5191, 13, 3477, 1074, 30, 1436, 510, 286, 584, 483, 9769, 293, 550, 286, 584, 1269, 13, 1436, 341, 1269, 307, 2361, 322, 264, 3170, 13, 708, 775, 309, 747, 30, 467, 2516, 264, 1387, 268, 529, 293, 11247, 746, 1219, 4846, 4309, 13, 1042, 11, 437, 307, 264, 1387, 268, 529, 30], "avg_logprob": -0.4958584466612483, "compression_ratio": 1.6093023255813954, "no_speech_prob": 0.0, "words": [{"start": 902.1, "end": 902.46, "word": " Is", "probability": 0.12225341796875}, {"start": 902.46, "end": 902.74, "word": " there", "probability": 0.869140625}, {"start": 902.74, "end": 902.76, "word": " a", "probability": 0.51708984375}, {"start": 902.76, "end": 903.32, "word": " new", "probability": 0.9130859375}, {"start": 903.32, "end": 903.32, "word": " activity?", "probability": 0.87548828125}, {"start": 903.52, "end": 903.62, "word": " No,", "probability": 0.6875}, {"start": 903.74, "end": 903.8, "word": " the", "probability": 0.310791015625}, {"start": 903.8, "end": 904.14, "word": " activity", "probability": 0.78076171875}, {"start": 904.14, "end": 904.28, "word": " is", "probability": 0.8125}, {"start": 904.28, "end": 904.44, "word": " still", "probability": 0.421142578125}, {"start": 904.44, "end": 904.6, "word": " there.", "probability": 0.444580078125}, {"start": 905.24, "end": 905.76, "word": " When", "probability": 0.5546875}, {"start": 905.76, "end": 905.84, "word": " I", "probability": 0.47998046875}, {"start": 905.84, "end": 906.0, "word": " launch", "probability": 0.37646484375}, {"start": 906.0, "end": 906.46, "word": " Equestria", "probability": 0.4347127278645833}, {"start": 906.46, "end": 906.72, "word": " Reader,", "probability": 0.81689453125}, {"start": 906.74, "end": 906.88, "word": " I", "probability": 0.8427734375}, {"start": 906.88, "end": 907.12, "word": " remove", "probability": 0.10247802734375}, {"start": 907.12, "end": 907.26, "word": " the", "probability": 0.607421875}, {"start": 907.26, "end": 907.6, "word": " reference", "probability": 0.78466796875}, {"start": 907.6, "end": 907.9, "word": " from", "probability": 0.84765625}, {"start": 907.9, "end": 908.72, "word": " the", "probability": 0.7685546875}, {"start": 908.72, "end": 909.14, "word": " activity.", "probability": 0.89013671875}, {"start": 912.36, "end": 912.88, "word": " Ok", "probability": 0.326171875}, {"start": 912.88, "end": 913.3, "word": " guys?", "probability": 0.50048828125}, {"start": 913.66, "end": 914.02, "word": " Because", "probability": 0.6484375}, {"start": 914.02, "end": 914.18, "word": " here", "probability": 0.72900390625}, {"start": 914.18, "end": 914.3, "word": " I", "probability": 0.87939453125}, {"start": 914.3, "end": 914.46, "word": " say", "probability": 0.38623046875}, {"start": 914.46, "end": 914.68, "word": " get", "probability": 0.619140625}, {"start": 914.68, "end": 915.14, "word": " assets", "probability": 0.7060546875}, {"start": 915.14, "end": 915.68, "word": " and", "probability": 0.56640625}, {"start": 915.68, "end": 915.88, "word": " then", "probability": 0.67431640625}, {"start": 915.88, "end": 915.96, "word": " I", "probability": 0.54248046875}, {"start": 915.96, "end": 916.18, "word": " say", "probability": 0.87548828125}, {"start": 916.18, "end": 917.28, "word": " open.", "probability": 0.6416015625}, {"start": 919.18, "end": 919.7, "word": " Because", "probability": 0.81787109375}, {"start": 919.7, "end": 919.8, "word": " this", "probability": 0.422607421875}, {"start": 919.8, "end": 920.04, "word": " open", "probability": 0.86083984375}, {"start": 920.04, "end": 920.3, "word": " is", "probability": 0.205078125}, {"start": 920.3, "end": 920.54, "word": " based", "probability": 0.5341796875}, {"start": 920.54, "end": 920.68, "word": " on", "probability": 0.9384765625}, {"start": 920.68, "end": 920.8, "word": " the", "probability": 0.5361328125}, {"start": 920.8, "end": 921.06, "word": " method.", "probability": 0.90869140625}, {"start": 921.1, "end": 921.22, "word": " What", "probability": 0.75927734375}, {"start": 921.22, "end": 921.32, "word": " does", "probability": 0.7734375}, {"start": 921.32, "end": 921.38, "word": " it", "probability": 0.90576171875}, {"start": 921.38, "end": 921.68, "word": " take?", "probability": 0.74658203125}, {"start": 922.62, "end": 923.14, "word": " It", "probability": 0.8388671875}, {"start": 923.14, "end": 923.36, "word": " takes", "probability": 0.81640625}, {"start": 923.36, "end": 923.54, "word": " the", "probability": 0.84814453125}, {"start": 923.54, "end": 924.1, "word": " filename", "probability": 0.8229166666666666}, {"start": 924.1, "end": 924.54, "word": " and", "probability": 0.859375}, {"start": 924.54, "end": 924.94, "word": " returns", "probability": 0.79833984375}, {"start": 924.94, "end": 925.26, "word": " something", "probability": 0.591796875}, {"start": 925.26, "end": 925.62, "word": " called", "probability": 0.775390625}, {"start": 925.62, "end": 926.76, "word": " input", "probability": 0.75537109375}, {"start": 926.76, "end": 927.1, "word": " stream.", "probability": 0.361572265625}, {"start": 928.14, "end": 928.38, "word": " Well,", "probability": 0.1739501953125}, {"start": 928.44, "end": 928.52, "word": " what", "probability": 0.60693359375}, {"start": 928.52, "end": 928.52, "word": " is", "probability": 0.537109375}, {"start": 928.52, "end": 928.52, "word": " the", "probability": 0.7958984375}, {"start": 928.52, "end": 928.9, "word": " filename?", "probability": 0.9246419270833334}], "temperature": 1.0}, {"id": 38, "seek": 95790, "start": 931.48, "end": 957.9, "text": " Ok, from here. I don't want to disturb him. If I get a question in the file name, it will open. And it returns something called input stream. What is input stream, I don't know. But I type in this way, input stream is. It returns input stream. So we made a variable called input stream. Because this, what does it tell you? It tells you there is an exception. It appears here. Ok. Tell him what? Input stream is read from the file.", "tokens": [3477, 11, 490, 510, 13, 286, 500, 380, 528, 281, 18071, 796, 13, 759, 286, 483, 257, 1168, 294, 264, 3991, 1315, 11, 309, 486, 1269, 13, 400, 309, 11247, 746, 1219, 4846, 4309, 13, 708, 307, 4846, 4309, 11, 286, 500, 380, 458, 13, 583, 286, 2010, 294, 341, 636, 11, 4846, 4309, 307, 13, 467, 11247, 4846, 4309, 13, 407, 321, 1027, 257, 7006, 1219, 4846, 4309, 13, 1436, 341, 11, 437, 775, 309, 980, 291, 30, 467, 5112, 291, 456, 307, 364, 11183, 13, 467, 7038, 510, 13, 3477, 13, 5115, 796, 437, 30, 682, 2582, 4309, 307, 1401, 490, 264, 3991, 13], "avg_logprob": -0.5178154372723303, "compression_ratio": 1.7777777777777777, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 931.48, "end": 931.78, "word": " Ok,", "probability": 0.14306640625}, {"start": 931.8, "end": 931.92, "word": " from", "probability": 0.58740234375}, {"start": 931.92, "end": 932.18, "word": " here.", "probability": 0.82763671875}, {"start": 932.52, "end": 932.78, "word": " I", "probability": 0.408203125}, {"start": 932.78, "end": 932.96, "word": " don't", "probability": 0.60882568359375}, {"start": 932.96, "end": 933.0, "word": " want", "probability": 0.196533203125}, {"start": 933.0, "end": 933.14, "word": " to", "probability": 0.8896484375}, {"start": 933.14, "end": 933.14, "word": " disturb", "probability": 0.29248046875}, {"start": 933.14, "end": 933.34, "word": " him.", "probability": 0.498291015625}, {"start": 933.36, "end": 933.46, "word": " If", "probability": 0.2890625}, {"start": 933.46, "end": 933.48, "word": " I", "probability": 0.79052734375}, {"start": 933.48, "end": 933.62, "word": " get", "probability": 0.1558837890625}, {"start": 933.62, "end": 933.74, "word": " a", "probability": 0.66455078125}, {"start": 933.74, "end": 933.88, "word": " question", "probability": 0.92333984375}, {"start": 933.88, "end": 934.12, "word": " in", "probability": 0.181396484375}, {"start": 934.12, "end": 934.3, "word": " the", "probability": 0.65869140625}, {"start": 934.3, "end": 934.56, "word": " file", "probability": 0.8671875}, {"start": 934.56, "end": 934.6, "word": " name,", "probability": 0.67529296875}, {"start": 934.88, "end": 935.08, "word": " it", "probability": 0.494140625}, {"start": 935.08, "end": 935.08, "word": " will", "probability": 0.546875}, {"start": 935.08, "end": 935.4, "word": " open.", "probability": 0.76904296875}, {"start": 935.74, "end": 935.94, "word": " And", "probability": 0.52783203125}, {"start": 935.94, "end": 936.22, "word": " it", "probability": 0.60302734375}, {"start": 936.22, "end": 936.52, "word": " returns", "probability": 0.447998046875}, {"start": 936.52, "end": 936.82, "word": " something", "probability": 0.64208984375}, {"start": 936.82, "end": 937.14, "word": " called", "probability": 0.70263671875}, {"start": 937.14, "end": 937.38, "word": " input", "probability": 0.6845703125}, {"start": 937.38, "end": 937.72, "word": " stream.", "probability": 0.7138671875}, {"start": 938.24, "end": 938.68, "word": " What", "probability": 0.63134765625}, {"start": 938.68, "end": 938.76, "word": " is", "probability": 0.80029296875}, {"start": 938.76, "end": 938.96, "word": " input", "probability": 0.58349609375}, {"start": 938.96, "end": 939.2, "word": " stream,", "probability": 0.9462890625}, {"start": 939.24, "end": 939.32, "word": " I", "probability": 0.8232421875}, {"start": 939.32, "end": 939.38, "word": " don't", "probability": 0.930908203125}, {"start": 939.38, "end": 939.58, "word": " know.", "probability": 0.89306640625}, {"start": 939.74, "end": 939.9, "word": " But", "probability": 0.8154296875}, {"start": 939.9, "end": 939.98, "word": " I", "probability": 0.440185546875}, {"start": 939.98, "end": 940.18, "word": " type", "probability": 0.556640625}, {"start": 940.18, "end": 940.46, "word": " in", "probability": 0.33349609375}, {"start": 940.46, "end": 940.5, "word": " this", "probability": 0.51708984375}, {"start": 940.5, "end": 940.5, "word": " way,", "probability": 0.89990234375}, {"start": 940.6, "end": 941.04, "word": " input", "probability": 0.8798828125}, {"start": 941.04, "end": 942.2, "word": " stream", "probability": 0.90966796875}, {"start": 942.2, "end": 943.02, "word": " is.", "probability": 0.365234375}, {"start": 944.06, "end": 944.4, "word": " It", "probability": 0.7861328125}, {"start": 944.4, "end": 944.7, "word": " returns", "probability": 0.81494140625}, {"start": 944.7, "end": 944.98, "word": " input", "probability": 0.8671875}, {"start": 944.98, "end": 945.28, "word": " stream.", "probability": 0.94775390625}, {"start": 945.32, "end": 945.44, "word": " So", "probability": 0.8271484375}, {"start": 945.44, "end": 945.66, "word": " we", "probability": 0.60693359375}, {"start": 945.66, "end": 945.66, "word": " made", "probability": 0.50830078125}, {"start": 945.66, "end": 945.84, "word": " a", "probability": 0.4931640625}, {"start": 945.84, "end": 946.14, "word": " variable", "probability": 0.7724609375}, {"start": 946.14, "end": 946.58, "word": " called", "probability": 0.46435546875}, {"start": 946.58, "end": 947.78, "word": " input", "probability": 0.9169921875}, {"start": 947.78, "end": 948.12, "word": " stream.", "probability": 0.935546875}, {"start": 948.86, "end": 949.12, "word": " Because", "probability": 0.295166015625}, {"start": 949.12, "end": 949.4, "word": " this,", "probability": 0.5009765625}, {"start": 949.62, "end": 949.88, "word": " what", "probability": 0.92529296875}, {"start": 949.88, "end": 949.94, "word": " does", "probability": 0.82958984375}, {"start": 949.94, "end": 950.0, "word": " it", "probability": 0.84619140625}, {"start": 950.0, "end": 950.18, "word": " tell", "probability": 0.6787109375}, {"start": 950.18, "end": 950.4, "word": " you?", "probability": 0.9306640625}, {"start": 950.5, "end": 950.72, "word": " It", "probability": 0.92333984375}, {"start": 950.72, "end": 950.86, "word": " tells", "probability": 0.7119140625}, {"start": 950.86, "end": 951.02, "word": " you", "probability": 0.927734375}, {"start": 951.02, "end": 951.18, "word": " there", "probability": 0.51806640625}, {"start": 951.18, "end": 951.22, "word": " is", "probability": 0.78955078125}, {"start": 951.22, "end": 951.46, "word": " an", "probability": 0.81396484375}, {"start": 951.46, "end": 951.88, "word": " exception.", "probability": 0.943359375}, {"start": 952.2, "end": 952.32, "word": " It", "probability": 0.69775390625}, {"start": 952.32, "end": 952.5, "word": " appears", "probability": 0.443359375}, {"start": 952.5, "end": 952.78, "word": " here.", "probability": 0.84130859375}, {"start": 953.36, "end": 953.7, "word": " Ok.", "probability": 0.74365234375}, {"start": 954.2, "end": 954.46, "word": " Tell", "probability": 0.32275390625}, {"start": 954.46, "end": 954.6, "word": " him", "probability": 0.52880859375}, {"start": 954.6, "end": 954.86, "word": " what?", "probability": 0.763671875}, {"start": 956.46, "end": 956.84, "word": " Input", "probability": 0.53741455078125}, {"start": 956.84, "end": 957.18, "word": " stream", "probability": 0.91943359375}, {"start": 957.18, "end": 957.32, "word": " is", "probability": 0.28857421875}, {"start": 957.32, "end": 957.5, "word": " read", "probability": 0.59033203125}, {"start": 957.5, "end": 957.66, "word": " from", "probability": 0.81787109375}, {"start": 957.66, "end": 957.76, "word": " the", "probability": 0.66845703125}, {"start": 957.76, "end": 957.9, "word": " file.", "probability": 0.86865234375}], "temperature": 1.0}, {"id": 39, "seek": 98534, "start": 958.3, "end": 985.34, "text": " Yes, fine, input stream file Ok, did you find it? Now, tell it to add exception to file signature Let the exception throw to exception, we didn't do try-catch, ok? Ok, did you find it? It's looking for it, you can tell it to make sure, but scanner as you saw new scanner I think it takes input stream", "tokens": [1079, 11, 2489, 11, 4846, 4309, 3991, 3477, 11, 630, 291, 915, 309, 30, 823, 11, 980, 309, 281, 909, 11183, 281, 3991, 13397, 961, 264, 11183, 3507, 281, 11183, 11, 321, 994, 380, 360, 853, 12, 66, 852, 11, 3133, 30, 3477, 11, 630, 291, 915, 309, 30, 467, 311, 1237, 337, 309, 11, 291, 393, 980, 309, 281, 652, 988, 11, 457, 30211, 382, 291, 1866, 777, 30211, 286, 519, 309, 2516, 4846, 4309], "avg_logprob": -0.6367694929048613, "compression_ratio": 1.7005649717514124, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 958.3, "end": 958.58, "word": " Yes,", "probability": 0.1617431640625}, {"start": 958.76, "end": 958.92, "word": " fine,", "probability": 0.1864013671875}, {"start": 958.96, "end": 959.38, "word": " input", "probability": 0.322998046875}, {"start": 959.38, "end": 959.72, "word": " stream", "probability": 0.8974609375}, {"start": 959.72, "end": 959.82, "word": " file", "probability": 0.85400390625}, {"start": 959.82, "end": 960.1, "word": " Ok,", "probability": 0.1868896484375}, {"start": 960.5, "end": 960.74, "word": " did", "probability": 0.22021484375}, {"start": 960.74, "end": 960.88, "word": " you", "probability": 0.9091796875}, {"start": 960.88, "end": 960.88, "word": " find", "probability": 0.436279296875}, {"start": 960.88, "end": 961.24, "word": " it?", "probability": 0.24365234375}, {"start": 961.32, "end": 961.46, "word": " Now,", "probability": 0.281494140625}, {"start": 962.28, "end": 962.64, "word": " tell", "probability": 0.3876953125}, {"start": 962.64, "end": 962.76, "word": " it", "probability": 0.443359375}, {"start": 962.76, "end": 962.88, "word": " to", "probability": 0.42138671875}, {"start": 962.88, "end": 963.12, "word": " add", "probability": 0.8408203125}, {"start": 963.12, "end": 963.6, "word": " exception", "probability": 0.87451171875}, {"start": 963.6, "end": 963.9, "word": " to", "probability": 0.9501953125}, {"start": 963.9, "end": 964.1, "word": " file", "probability": 0.83056640625}, {"start": 964.1, "end": 964.62, "word": " signature", "probability": 0.9541015625}, {"start": 964.62, "end": 966.3, "word": " Let", "probability": 0.28857421875}, {"start": 966.3, "end": 966.48, "word": " the", "probability": 0.369384765625}, {"start": 966.48, "end": 966.92, "word": " exception", "probability": 0.9052734375}, {"start": 966.92, "end": 967.68, "word": " throw", "probability": 0.285888671875}, {"start": 967.68, "end": 968.28, "word": " to", "probability": 0.336669921875}, {"start": 968.28, "end": 968.66, "word": " exception,", "probability": 0.5908203125}, {"start": 968.86, "end": 968.92, "word": " we", "probability": 0.751953125}, {"start": 968.92, "end": 969.14, "word": " didn't", "probability": 0.6785888671875}, {"start": 969.14, "end": 969.42, "word": " do", "probability": 0.3828125}, {"start": 969.42, "end": 969.84, "word": " try", "probability": 0.49609375}, {"start": 969.84, "end": 970.22, "word": "-catch,", "probability": 0.70947265625}, {"start": 970.34, "end": 970.66, "word": " ok?", "probability": 0.455322265625}, {"start": 971.48, "end": 971.8, "word": " Ok,", "probability": 0.52197265625}, {"start": 972.36, "end": 972.6, "word": " did", "probability": 0.923828125}, {"start": 972.6, "end": 972.64, "word": " you", "probability": 0.96533203125}, {"start": 972.64, "end": 972.74, "word": " find", "probability": 0.89892578125}, {"start": 972.74, "end": 972.96, "word": " it?", "probability": 0.91796875}, {"start": 973.34, "end": 973.66, "word": " It's", "probability": 0.400146484375}, {"start": 973.66, "end": 973.82, "word": " looking", "probability": 0.2047119140625}, {"start": 973.82, "end": 973.94, "word": " for", "probability": 0.388671875}, {"start": 973.94, "end": 974.02, "word": " it,", "probability": 0.8115234375}, {"start": 974.04, "end": 974.16, "word": " you", "probability": 0.33349609375}, {"start": 974.16, "end": 974.4, "word": " can", "probability": 0.8798828125}, {"start": 974.4, "end": 974.68, "word": " tell", "probability": 0.74755859375}, {"start": 974.68, "end": 976.02, "word": " it", "probability": 0.90087890625}, {"start": 976.02, "end": 976.28, "word": " to", "probability": 0.271728515625}, {"start": 976.28, "end": 976.34, "word": " make", "probability": 0.39501953125}, {"start": 976.34, "end": 976.68, "word": " sure,", "probability": 0.92822265625}, {"start": 976.9, "end": 976.94, "word": " but", "probability": 0.376953125}, {"start": 976.94, "end": 977.32, "word": " scanner", "probability": 0.492431640625}, {"start": 977.32, "end": 978.36, "word": " as", "probability": 0.599609375}, {"start": 978.36, "end": 978.6, "word": " you", "probability": 0.3037109375}, {"start": 978.6, "end": 978.9, "word": " saw", "probability": 0.29541015625}, {"start": 978.9, "end": 979.26, "word": " new", "probability": 0.7578125}, {"start": 979.26, "end": 980.56, "word": " scanner", "probability": 0.8603515625}, {"start": 980.56, "end": 983.9, "word": " I", "probability": 0.81103515625}, {"start": 983.9, "end": 984.2, "word": " think", "probability": 0.6279296875}, {"start": 984.2, "end": 984.36, "word": " it", "probability": 0.75341796875}, {"start": 984.36, "end": 984.62, "word": " takes", "probability": 0.32421875}, {"start": 984.62, "end": 984.9, "word": " input", "probability": 0.7451171875}, {"start": 984.9, "end": 985.34, "word": " stream", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 40, "seek": 101516, "start": 987.82, "end": 1015.16, "text": " Do you remember what is a scalar? It is an object from a file Can you put this input stream directly to where? No, it is not a scalar A scalar has more than one constructor One of the constructors is a file that we took a long time ago Can you pass an input stream to it? Yes, it is a reading process from a normal file What do we call it? While?", "tokens": [1144, 291, 1604, 437, 307, 257, 39684, 30, 467, 307, 364, 2657, 490, 257, 3991, 1664, 291, 829, 341, 4846, 4309, 3838, 281, 689, 30, 883, 11, 309, 307, 406, 257, 39684, 316, 39684, 575, 544, 813, 472, 47479, 1485, 295, 264, 7690, 830, 307, 257, 3991, 300, 321, 1890, 257, 938, 565, 2057, 1664, 291, 1320, 364, 4846, 4309, 281, 309, 30, 1079, 11, 309, 307, 257, 3760, 1399, 490, 257, 2710, 3991, 708, 360, 321, 818, 309, 30, 3987, 30], "avg_logprob": -0.6272590562521693, "compression_ratio": 1.6763285024154588, "no_speech_prob": 0.0, "words": [{"start": 987.8199999999999, "end": 988.4, "word": " Do", "probability": 0.224609375}, {"start": 988.4, "end": 988.98, "word": " you", "probability": 0.96923828125}, {"start": 988.98, "end": 989.84, "word": " remember", "probability": 0.7412109375}, {"start": 989.84, "end": 990.04, "word": " what", "probability": 0.253173828125}, {"start": 990.04, "end": 990.04, "word": " is", "probability": 0.290771484375}, {"start": 990.04, "end": 990.04, "word": " a", "probability": 0.281494140625}, {"start": 990.04, "end": 990.22, "word": " scalar?", "probability": 0.45458984375}, {"start": 990.62, "end": 991.14, "word": " It", "probability": 0.374755859375}, {"start": 991.14, "end": 991.14, "word": " is", "probability": 0.6337890625}, {"start": 991.14, "end": 991.64, "word": " an", "probability": 0.2401123046875}, {"start": 991.64, "end": 991.84, "word": " object", "probability": 0.91748046875}, {"start": 991.84, "end": 992.02, "word": " from", "probability": 0.07977294921875}, {"start": 992.02, "end": 992.1, "word": " a", "probability": 0.4453125}, {"start": 992.1, "end": 992.46, "word": " file", "probability": 0.78125}, {"start": 992.46, "end": 993.14, "word": " Can", "probability": 0.1204833984375}, {"start": 993.14, "end": 993.4, "word": " you", "probability": 0.72412109375}, {"start": 993.4, "end": 994.14, "word": " put", "probability": 0.27294921875}, {"start": 994.14, "end": 994.42, "word": " this", "probability": 0.427978515625}, {"start": 994.42, "end": 994.76, "word": " input", "probability": 0.73046875}, {"start": 994.76, "end": 995.14, "word": " stream", "probability": 0.68798828125}, {"start": 995.14, "end": 996.34, "word": " directly", "probability": 0.4111328125}, {"start": 996.34, "end": 996.5, "word": " to", "probability": 0.6025390625}, {"start": 996.5, "end": 996.72, "word": " where?", "probability": 0.24609375}, {"start": 997.14, "end": 997.72, "word": " No,", "probability": 0.51513671875}, {"start": 997.84, "end": 997.84, "word": " it", "probability": 0.38427734375}, {"start": 997.84, "end": 997.84, "word": " is", "probability": 0.5830078125}, {"start": 997.84, "end": 998.1, "word": " not", "probability": 0.7138671875}, {"start": 998.1, "end": 998.82, "word": " a", "probability": 0.87841796875}, {"start": 998.82, "end": 998.82, "word": " scalar", "probability": 0.93310546875}, {"start": 998.82, "end": 999.14, "word": " A", "probability": 0.229736328125}, {"start": 999.14, "end": 1000.64, "word": " scalar", "probability": 0.87890625}, {"start": 1000.64, "end": 1000.84, "word": " has", "probability": 0.6240234375}, {"start": 1000.84, "end": 1001.08, "word": " more", "probability": 0.8779296875}, {"start": 1001.08, "end": 1001.26, "word": " than", "probability": 0.8212890625}, {"start": 1001.26, "end": 1001.58, "word": " one", "probability": 0.58544921875}, {"start": 1001.58, "end": 1002.12, "word": " constructor", "probability": 0.873046875}, {"start": 1002.12, "end": 1003.16, "word": " One", "probability": 0.4765625}, {"start": 1003.16, "end": 1003.34, "word": " of", "probability": 0.89111328125}, {"start": 1003.34, "end": 1003.4, "word": " the", "probability": 0.62841796875}, {"start": 1003.4, "end": 1003.98, "word": " constructors", "probability": 0.861083984375}, {"start": 1003.98, "end": 1004.12, "word": " is", "probability": 0.7841796875}, {"start": 1004.12, "end": 1004.28, "word": " a", "probability": 0.6357421875}, {"start": 1004.28, "end": 1004.52, "word": " file", "probability": 0.85791015625}, {"start": 1004.52, "end": 1004.68, "word": " that", "probability": 0.322265625}, {"start": 1004.68, "end": 1004.94, "word": " we", "probability": 0.71533203125}, {"start": 1004.94, "end": 1005.2, "word": " took", "probability": 0.283447265625}, {"start": 1005.2, "end": 1005.72, "word": " a", "probability": 0.421630859375}, {"start": 1005.72, "end": 1005.84, "word": " long", "probability": 0.58642578125}, {"start": 1005.84, "end": 1005.92, "word": " time", "probability": 0.88330078125}, {"start": 1005.92, "end": 1005.98, "word": " ago", "probability": 0.31005859375}, {"start": 1005.98, "end": 1006.08, "word": " Can", "probability": 0.6337890625}, {"start": 1006.08, "end": 1006.56, "word": " you", "probability": 0.89501953125}, {"start": 1006.56, "end": 1006.84, "word": " pass", "probability": 0.218505859375}, {"start": 1006.84, "end": 1007.48, "word": " an", "probability": 0.257568359375}, {"start": 1007.48, "end": 1008.14, "word": " input", "probability": 0.92431640625}, {"start": 1008.14, "end": 1008.5, "word": " stream", "probability": 0.95166015625}, {"start": 1008.5, "end": 1008.5, "word": " to", "probability": 0.62744140625}, {"start": 1008.5, "end": 1008.5, "word": " it?", "probability": 0.818359375}, {"start": 1008.82, "end": 1009.2, "word": " Yes,", "probability": 0.29638671875}, {"start": 1009.2, "end": 1009.38, "word": " it", "probability": 0.26513671875}, {"start": 1009.38, "end": 1009.74, "word": " is", "probability": 0.67236328125}, {"start": 1009.74, "end": 1009.76, "word": " a", "probability": 0.55517578125}, {"start": 1009.76, "end": 1010.36, "word": " reading", "probability": 0.36328125}, {"start": 1010.36, "end": 1010.58, "word": " process", "probability": 0.830078125}, {"start": 1010.58, "end": 1011.56, "word": " from", "probability": 0.67041015625}, {"start": 1011.56, "end": 1011.64, "word": " a", "probability": 0.7802734375}, {"start": 1011.64, "end": 1012.42, "word": " normal", "probability": 0.3759765625}, {"start": 1012.42, "end": 1012.42, "word": " file", "probability": 0.84228515625}, {"start": 1012.42, "end": 1014.06, "word": " What", "probability": 0.498291015625}, {"start": 1014.06, "end": 1014.16, "word": " do", "probability": 0.3037109375}, {"start": 1014.16, "end": 1014.46, "word": " we", "probability": 0.8916015625}, {"start": 1014.46, "end": 1014.66, "word": " call", "probability": 0.7333984375}, {"start": 1014.66, "end": 1014.76, "word": " it?", "probability": 0.77783203125}, {"start": 1014.76, "end": 1015.16, "word": " While?", "probability": 0.5166015625}], "temperature": 1.0}, {"id": 41, "seek": 104017, "start": 1016.69, "end": 1040.17, "text": " S dot has next line We read line by line Now, suppose there is a line Now, what do we say? We bring the first line S dot next line What does this mean? This is the meaning of the question String Q text This is the meaning of the question Now, where do you get it yet?", "tokens": [318, 5893, 575, 958, 1622, 492, 1401, 1622, 538, 1622, 823, 11, 7297, 456, 307, 257, 1622, 823, 11, 437, 360, 321, 584, 30, 492, 1565, 264, 700, 1622, 318, 5893, 958, 1622, 708, 775, 341, 914, 30, 639, 307, 264, 3620, 295, 264, 1168, 745, 2937, 1249, 2487, 639, 307, 264, 3620, 295, 264, 1168, 823, 11, 689, 360, 291, 483, 309, 1939, 30], "avg_logprob": -0.4573863767313235, "compression_ratio": 1.8108108108108107, "no_speech_prob": 0.0, "words": [{"start": 1016.69, "end": 1017.09, "word": " S", "probability": 0.34814453125}, {"start": 1017.09, "end": 1017.49, "word": " dot", "probability": 0.6357421875}, {"start": 1017.49, "end": 1018.51, "word": " has", "probability": 0.86767578125}, {"start": 1018.51, "end": 1019.35, "word": " next", "probability": 0.923828125}, {"start": 1019.35, "end": 1019.75, "word": " line", "probability": 0.82958984375}, {"start": 1019.75, "end": 1020.41, "word": " We", "probability": 0.160400390625}, {"start": 1020.41, "end": 1020.57, "word": " read", "probability": 0.79150390625}, {"start": 1020.57, "end": 1020.81, "word": " line", "probability": 0.68017578125}, {"start": 1020.81, "end": 1020.95, "word": " by", "probability": 0.71484375}, {"start": 1020.95, "end": 1022.55, "word": " line", "probability": 0.9375}, {"start": 1022.55, "end": 1023.75, "word": " Now,", "probability": 0.40380859375}, {"start": 1023.83, "end": 1024.11, "word": " suppose", "probability": 0.273193359375}, {"start": 1024.11, "end": 1024.39, "word": " there", "probability": 0.66845703125}, {"start": 1024.39, "end": 1024.41, "word": " is", "probability": 0.83203125}, {"start": 1024.41, "end": 1024.55, "word": " a", "probability": 0.84375}, {"start": 1024.55, "end": 1024.75, "word": " line", "probability": 0.91357421875}, {"start": 1024.75, "end": 1025.35, "word": " Now,", "probability": 0.313720703125}, {"start": 1025.49, "end": 1025.63, "word": " what", "probability": 0.66650390625}, {"start": 1025.63, "end": 1025.67, "word": " do", "probability": 0.6630859375}, {"start": 1025.67, "end": 1025.77, "word": " we", "probability": 0.92041015625}, {"start": 1025.77, "end": 1025.89, "word": " say?", "probability": 0.71484375}, {"start": 1025.97, "end": 1026.09, "word": " We", "probability": 0.7783203125}, {"start": 1026.09, "end": 1026.29, "word": " bring", "probability": 0.34130859375}, {"start": 1026.29, "end": 1026.47, "word": " the", "probability": 0.78955078125}, {"start": 1026.47, "end": 1027.19, "word": " first", "probability": 0.8046875}, {"start": 1027.19, "end": 1027.19, "word": " line", "probability": 0.9248046875}, {"start": 1027.19, "end": 1028.49, "word": " S", "probability": 0.8466796875}, {"start": 1028.49, "end": 1028.81, "word": " dot", "probability": 0.9638671875}, {"start": 1028.81, "end": 1029.13, "word": " next", "probability": 0.93701171875}, {"start": 1029.13, "end": 1029.57, "word": " line", "probability": 0.78662109375}, {"start": 1029.57, "end": 1030.83, "word": " What", "probability": 0.440185546875}, {"start": 1030.83, "end": 1030.83, "word": " does", "probability": 0.59130859375}, {"start": 1030.83, "end": 1030.87, "word": " this", "probability": 0.47314453125}, {"start": 1030.87, "end": 1031.15, "word": " mean?", "probability": 0.41357421875}, {"start": 1031.89, "end": 1032.29, "word": " This", "probability": 0.68310546875}, {"start": 1032.29, "end": 1032.39, "word": " is", "probability": 0.91015625}, {"start": 1032.39, "end": 1032.47, "word": " the", "probability": 0.6982421875}, {"start": 1032.47, "end": 1032.53, "word": " meaning", "probability": 0.182373046875}, {"start": 1032.53, "end": 1032.63, "word": " of", "probability": 0.96435546875}, {"start": 1032.63, "end": 1032.71, "word": " the", "probability": 0.890625}, {"start": 1032.71, "end": 1032.93, "word": " question", "probability": 0.92431640625}, {"start": 1032.93, "end": 1033.79, "word": " String", "probability": 0.73974609375}, {"start": 1033.79, "end": 1034.77, "word": " Q", "probability": 0.369140625}, {"start": 1034.77, "end": 1035.21, "word": " text", "probability": 0.33837890625}, {"start": 1035.21, "end": 1035.65, "word": " This", "probability": 0.296875}, {"start": 1035.65, "end": 1036.59, "word": " is", "probability": 0.939453125}, {"start": 1036.59, "end": 1036.67, "word": " the", "probability": 0.9013671875}, {"start": 1036.67, "end": 1036.77, "word": " meaning", "probability": 0.859375}, {"start": 1036.77, "end": 1036.81, "word": " of", "probability": 0.96923828125}, {"start": 1036.81, "end": 1036.95, "word": " the", "probability": 0.92138671875}, {"start": 1036.95, "end": 1037.17, "word": " question", "probability": 0.93115234375}, {"start": 1037.17, "end": 1039.33, "word": " Now,", "probability": 0.77587890625}, {"start": 1039.39, "end": 1039.53, "word": " where", "probability": 0.7529296875}, {"start": 1039.53, "end": 1039.69, "word": " do", "probability": 0.4248046875}, {"start": 1039.69, "end": 1039.69, "word": " you", "probability": 0.468505859375}, {"start": 1039.69, "end": 1039.83, "word": " get", "probability": 0.318359375}, {"start": 1039.83, "end": 1039.95, "word": " it", "probability": 0.56591796875}, {"start": 1039.95, "end": 1040.17, "word": " yet?", "probability": 0.343994140625}], "temperature": 1.0}, {"id": 42, "seek": 107120, "start": 1042.84, "end": 1071.2, "text": " four integer i equal to zero i less than three i plus plus and here we make a list string choices new array list it's been a long time since I said that okay choices dot add", "tokens": [1451, 24922, 741, 2681, 281, 4018, 741, 1570, 813, 1045, 741, 1804, 1804, 293, 510, 321, 652, 257, 1329, 6798, 7994, 777, 10225, 1329, 309, 311, 668, 257, 938, 565, 1670, 286, 848, 300, 1392, 7994, 5893, 909], "avg_logprob": -0.5116185836302929, "compression_ratio": 1.4146341463414633, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1042.84, "end": 1043.38, "word": " four", "probability": 0.334228515625}, {"start": 1043.38, "end": 1044.66, "word": " integer", "probability": 0.48193359375}, {"start": 1044.66, "end": 1045.04, "word": " i", "probability": 0.52734375}, {"start": 1045.04, "end": 1045.36, "word": " equal", "probability": 0.1650390625}, {"start": 1045.36, "end": 1045.5, "word": " to", "probability": 0.65283203125}, {"start": 1045.5, "end": 1045.8, "word": " zero", "probability": 0.81689453125}, {"start": 1045.8, "end": 1046.3, "word": " i", "probability": 0.3828125}, {"start": 1046.3, "end": 1046.56, "word": " less", "probability": 0.402587890625}, {"start": 1046.56, "end": 1047.06, "word": " than", "probability": 0.89794921875}, {"start": 1047.06, "end": 1048.88, "word": " three", "probability": 0.78125}, {"start": 1048.88, "end": 1050.3, "word": " i", "probability": 0.6884765625}, {"start": 1050.3, "end": 1050.78, "word": " plus", "probability": 0.7099609375}, {"start": 1050.78, "end": 1051.3, "word": " plus", "probability": 0.8798828125}, {"start": 1051.3, "end": 1053.42, "word": " and", "probability": 0.56884765625}, {"start": 1053.42, "end": 1053.66, "word": " here", "probability": 0.7421875}, {"start": 1053.66, "end": 1053.86, "word": " we", "probability": 0.75390625}, {"start": 1053.86, "end": 1053.98, "word": " make", "probability": 0.34228515625}, {"start": 1053.98, "end": 1054.12, "word": " a", "probability": 0.52978515625}, {"start": 1054.12, "end": 1054.5, "word": " list", "probability": 0.892578125}, {"start": 1054.5, "end": 1056.78, "word": " string", "probability": 0.71435546875}, {"start": 1056.78, "end": 1058.36, "word": " choices", "probability": 0.890625}, {"start": 1058.36, "end": 1059.72, "word": " new", "probability": 0.8037109375}, {"start": 1059.72, "end": 1060.24, "word": " array", "probability": 0.7451171875}, {"start": 1060.24, "end": 1061.28, "word": " list", "probability": 0.7998046875}, {"start": 1061.28, "end": 1065.0, "word": " it's", "probability": 0.3814697265625}, {"start": 1065.0, "end": 1065.18, "word": " been", "probability": 0.67529296875}, {"start": 1065.18, "end": 1065.26, "word": " a", "probability": 0.8671875}, {"start": 1065.26, "end": 1065.26, "word": " long", "probability": 0.415283203125}, {"start": 1065.26, "end": 1065.26, "word": " time", "probability": 0.87451171875}, {"start": 1065.26, "end": 1065.38, "word": " since", "probability": 0.5947265625}, {"start": 1065.38, "end": 1065.5, "word": " I", "probability": 0.72265625}, {"start": 1065.5, "end": 1065.5, "word": " said", "probability": 0.24755859375}, {"start": 1065.5, "end": 1065.94, "word": " that", "probability": 0.297119140625}, {"start": 1065.94, "end": 1067.96, "word": " okay", "probability": 0.2470703125}, {"start": 1067.96, "end": 1068.78, "word": " choices", "probability": 0.86669921875}, {"start": 1068.78, "end": 1070.68, "word": " dot", "probability": 0.7939453125}, {"start": 1070.68, "end": 1071.2, "word": " add", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 43, "seek": 109935, "start": 1074.14, "end": 1099.36, "text": " S dot next line Who told you this is the first line? Now this is the first line I read Right? And this is the left one here Now directly Before I go to the while I will finish the first six lines of this chapter And then I will go to the next six So I immediately made an ArrayList with the name choice Why did I make this ArrayList?", "tokens": [318, 5893, 958, 1622, 2102, 1907, 291, 341, 307, 264, 700, 1622, 30, 823, 341, 307, 264, 700, 1622, 286, 1401, 1779, 30, 400, 341, 307, 264, 1411, 472, 510, 823, 3838, 4546, 286, 352, 281, 264, 1339, 286, 486, 2413, 264, 700, 2309, 3876, 295, 341, 7187, 400, 550, 286, 486, 352, 281, 264, 958, 2309, 407, 286, 4258, 1027, 364, 1587, 3458, 43, 468, 365, 264, 1315, 3922, 1545, 630, 286, 652, 341, 1587, 3458, 43, 468, 30], "avg_logprob": -0.5906636037944276, "compression_ratio": 1.7578947368421052, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1074.14, "end": 1074.66, "word": " S", "probability": 0.1651611328125}, {"start": 1074.66, "end": 1075.18, "word": " dot", "probability": 0.73486328125}, {"start": 1075.18, "end": 1075.98, "word": " next", "probability": 0.90380859375}, {"start": 1075.98, "end": 1077.24, "word": " line", "probability": 0.8681640625}, {"start": 1077.24, "end": 1078.06, "word": " Who", "probability": 0.1639404296875}, {"start": 1078.06, "end": 1078.26, "word": " told", "probability": 0.456298828125}, {"start": 1078.26, "end": 1078.38, "word": " you", "probability": 0.5439453125}, {"start": 1078.38, "end": 1078.54, "word": " this", "probability": 0.396728515625}, {"start": 1078.54, "end": 1079.52, "word": " is", "probability": 0.4970703125}, {"start": 1079.52, "end": 1079.52, "word": " the", "probability": 0.2314453125}, {"start": 1079.52, "end": 1079.52, "word": " first", "probability": 0.493896484375}, {"start": 1079.52, "end": 1079.62, "word": " line?", "probability": 0.74267578125}, {"start": 1080.64, "end": 1081.16, "word": " Now", "probability": 0.296142578125}, {"start": 1081.16, "end": 1081.62, "word": " this", "probability": 0.349853515625}, {"start": 1081.62, "end": 1081.9, "word": " is", "probability": 0.484375}, {"start": 1081.9, "end": 1082.56, "word": " the", "probability": 0.5107421875}, {"start": 1082.56, "end": 1082.56, "word": " first", "probability": 0.8369140625}, {"start": 1082.56, "end": 1082.82, "word": " line", "probability": 0.849609375}, {"start": 1082.82, "end": 1083.18, "word": " I", "probability": 0.6552734375}, {"start": 1083.18, "end": 1083.18, "word": " read", "probability": 0.7958984375}, {"start": 1083.18, "end": 1084.48, "word": " Right?", "probability": 0.226318359375}, {"start": 1084.58, "end": 1084.7, "word": " And", "probability": 0.5498046875}, {"start": 1084.7, "end": 1084.82, "word": " this", "probability": 0.63037109375}, {"start": 1084.82, "end": 1084.82, "word": " is", "probability": 0.8359375}, {"start": 1084.82, "end": 1085.08, "word": " the", "probability": 0.74072265625}, {"start": 1085.08, "end": 1085.08, "word": " left", "probability": 0.7333984375}, {"start": 1085.08, "end": 1085.16, "word": " one", "probability": 0.14306640625}, {"start": 1085.16, "end": 1085.32, "word": " here", "probability": 0.44921875}, {"start": 1085.32, "end": 1085.72, "word": " Now", "probability": 0.6171875}, {"start": 1085.72, "end": 1086.44, "word": " directly", "probability": 0.328125}, {"start": 1086.44, "end": 1088.16, "word": " Before", "probability": 0.2196044921875}, {"start": 1088.16, "end": 1088.56, "word": " I", "probability": 0.73291015625}, {"start": 1088.56, "end": 1088.66, "word": " go", "probability": 0.6318359375}, {"start": 1088.66, "end": 1088.82, "word": " to", "probability": 0.8154296875}, {"start": 1088.82, "end": 1088.92, "word": " the", "probability": 0.53564453125}, {"start": 1088.92, "end": 1089.2, "word": " while", "probability": 0.82958984375}, {"start": 1089.2, "end": 1090.02, "word": " I", "probability": 0.2142333984375}, {"start": 1090.02, "end": 1090.62, "word": " will", "probability": 0.625}, {"start": 1090.62, "end": 1090.94, "word": " finish", "probability": 0.599609375}, {"start": 1090.94, "end": 1091.2, "word": " the", "probability": 0.65185546875}, {"start": 1091.2, "end": 1091.46, "word": " first", "probability": 0.7548828125}, {"start": 1091.46, "end": 1091.46, "word": " six", "probability": 0.52099609375}, {"start": 1091.46, "end": 1091.72, "word": " lines", "probability": 0.8095703125}, {"start": 1091.72, "end": 1091.82, "word": " of", "probability": 0.47607421875}, {"start": 1091.82, "end": 1091.94, "word": " this", "probability": 0.517578125}, {"start": 1091.94, "end": 1092.18, "word": " chapter", "probability": 0.233154296875}, {"start": 1092.18, "end": 1093.58, "word": " And", "probability": 0.4443359375}, {"start": 1093.58, "end": 1093.84, "word": " then", "probability": 0.76708984375}, {"start": 1093.84, "end": 1093.98, "word": " I", "probability": 0.78173828125}, {"start": 1093.98, "end": 1093.98, "word": " will", "probability": 0.79248046875}, {"start": 1093.98, "end": 1094.06, "word": " go", "probability": 0.59228515625}, {"start": 1094.06, "end": 1094.16, "word": " to", "probability": 0.8955078125}, {"start": 1094.16, "end": 1094.3, "word": " the", "probability": 0.8740234375}, {"start": 1094.3, "end": 1094.64, "word": " next", "probability": 0.453125}, {"start": 1094.64, "end": 1094.64, "word": " six", "probability": 0.89501953125}, {"start": 1094.64, "end": 1095.48, "word": " So", "probability": 0.47802734375}, {"start": 1095.48, "end": 1096.08, "word": " I", "probability": 0.5546875}, {"start": 1096.08, "end": 1096.08, "word": " immediately", "probability": 0.3310546875}, {"start": 1096.08, "end": 1096.6, "word": " made", "probability": 0.399169921875}, {"start": 1096.6, "end": 1096.78, "word": " an", "probability": 0.40185546875}, {"start": 1096.78, "end": 1097.18, "word": " ArrayList", "probability": 0.69573974609375}, {"start": 1097.18, "end": 1097.36, "word": " with", "probability": 0.322021484375}, {"start": 1097.36, "end": 1097.56, "word": " the", "probability": 0.5185546875}, {"start": 1097.56, "end": 1097.56, "word": " name", "probability": 0.8701171875}, {"start": 1097.56, "end": 1098.0, "word": " choice", "probability": 0.21044921875}, {"start": 1098.0, "end": 1098.5, "word": " Why", "probability": 0.62744140625}, {"start": 1098.5, "end": 1098.5, "word": " did", "probability": 0.90771484375}, {"start": 1098.5, "end": 1098.66, "word": " I", "probability": 0.86279296875}, {"start": 1098.66, "end": 1098.8, "word": " make", "probability": 0.7744140625}, {"start": 1098.8, "end": 1098.96, "word": " this", "probability": 0.8076171875}, {"start": 1098.96, "end": 1099.36, "word": " ArrayList?", "probability": 0.9571533203125}], "temperature": 1.0}, {"id": 44, "seek": 111672, "start": 1100.42, "end": 1116.72, "text": " In order to get the options, and then I have to loop three times in order to read the next three lines. So, you tell me from I zero to I less than three, I blah blah blah, read me the next line, and the next line, and the next line. Instead of writing it three times, okay?", "tokens": [682, 1668, 281, 483, 264, 3956, 11, 293, 550, 286, 362, 281, 6367, 1045, 1413, 294, 1668, 281, 1401, 264, 958, 1045, 3876, 13, 407, 11, 291, 980, 385, 490, 286, 4018, 281, 286, 1570, 813, 1045, 11, 286, 12288, 12288, 12288, 11, 1401, 385, 264, 958, 1622, 11, 293, 264, 958, 1622, 11, 293, 264, 958, 1622, 13, 7156, 295, 3579, 309, 1045, 1413, 11, 1392, 30], "avg_logprob": -0.5896739026774531, "compression_ratio": 1.7792207792207793, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 1100.42, "end": 1100.7, "word": " In", "probability": 0.05816650390625}, {"start": 1100.7, "end": 1100.7, "word": " order", "probability": 0.89990234375}, {"start": 1100.7, "end": 1100.76, "word": " to", "probability": 0.9560546875}, {"start": 1100.76, "end": 1100.96, "word": " get", "probability": 0.07464599609375}, {"start": 1100.96, "end": 1101.12, "word": " the", "probability": 0.373291015625}, {"start": 1101.12, "end": 1101.4, "word": " options,", "probability": 0.324951171875}, {"start": 1101.74, "end": 1101.98, "word": " and", "probability": 0.42431640625}, {"start": 1101.98, "end": 1102.22, "word": " then", "probability": 0.58935546875}, {"start": 1102.22, "end": 1102.34, "word": " I", "probability": 0.64697265625}, {"start": 1102.34, "end": 1102.44, "word": " have", "probability": 0.2335205078125}, {"start": 1102.44, "end": 1102.54, "word": " to", "probability": 0.9677734375}, {"start": 1102.54, "end": 1102.88, "word": " loop", "probability": 0.3896484375}, {"start": 1102.88, "end": 1103.12, "word": " three", "probability": 0.367919921875}, {"start": 1103.12, "end": 1103.46, "word": " times", "probability": 0.9287109375}, {"start": 1103.46, "end": 1103.7, "word": " in", "probability": 0.46044921875}, {"start": 1103.7, "end": 1103.7, "word": " order", "probability": 0.91748046875}, {"start": 1103.7, "end": 1103.8, "word": " to", "probability": 0.96728515625}, {"start": 1103.8, "end": 1104.76, "word": " read", "probability": 0.876953125}, {"start": 1104.76, "end": 1104.94, "word": " the", "probability": 0.8115234375}, {"start": 1104.94, "end": 1105.06, "word": " next", "probability": 0.44775390625}, {"start": 1105.06, "end": 1105.18, "word": " three", "probability": 0.82861328125}, {"start": 1105.18, "end": 1105.5, "word": " lines.", "probability": 0.8798828125}, {"start": 1108.68, "end": 1109.04, "word": " So,", "probability": 0.3359375}, {"start": 1109.1, "end": 1109.18, "word": " you", "probability": 0.342529296875}, {"start": 1109.18, "end": 1109.36, "word": " tell", "probability": 0.36328125}, {"start": 1109.36, "end": 1109.48, "word": " me", "probability": 0.87158203125}, {"start": 1109.48, "end": 1109.58, "word": " from", "probability": 0.544921875}, {"start": 1109.58, "end": 1109.8, "word": " I", "probability": 0.29248046875}, {"start": 1109.8, "end": 1110.02, "word": " zero", "probability": 0.2060546875}, {"start": 1110.02, "end": 1110.22, "word": " to", "probability": 0.96240234375}, {"start": 1110.22, "end": 1110.4, "word": " I", "probability": 0.9658203125}, {"start": 1110.4, "end": 1110.6, "word": " less", "probability": 0.405029296875}, {"start": 1110.6, "end": 1110.76, "word": " than", "probability": 0.92138671875}, {"start": 1110.76, "end": 1110.98, "word": " three,", "probability": 0.76123046875}, {"start": 1111.12, "end": 1111.28, "word": " I", "probability": 0.83447265625}, {"start": 1111.28, "end": 1111.42, "word": " blah", "probability": 0.2469482421875}, {"start": 1111.42, "end": 1111.72, "word": " blah", "probability": 0.86474609375}, {"start": 1111.72, "end": 1111.82, "word": " blah,", "probability": 0.448486328125}, {"start": 1111.88, "end": 1112.34, "word": " read", "probability": 0.303955078125}, {"start": 1112.34, "end": 1112.58, "word": " me", "probability": 0.5419921875}, {"start": 1112.58, "end": 1112.7, "word": " the", "probability": 0.50634765625}, {"start": 1112.7, "end": 1112.82, "word": " next", "probability": 0.9267578125}, {"start": 1112.82, "end": 1113.08, "word": " line,", "probability": 0.94189453125}, {"start": 1113.16, "end": 1113.2, "word": " and", "probability": 0.43603515625}, {"start": 1113.2, "end": 1113.26, "word": " the", "probability": 0.465087890625}, {"start": 1113.26, "end": 1113.4, "word": " next", "probability": 0.9404296875}, {"start": 1113.4, "end": 1113.6, "word": " line,", "probability": 0.90283203125}, {"start": 1113.66, "end": 1113.68, "word": " and", "probability": 0.87890625}, {"start": 1113.68, "end": 1113.74, "word": " the", "probability": 0.880859375}, {"start": 1113.74, "end": 1113.88, "word": " next", "probability": 0.93603515625}, {"start": 1113.88, "end": 1114.16, "word": " line.", "probability": 0.92333984375}, {"start": 1114.62, "end": 1114.84, "word": " Instead", "probability": 0.77734375}, {"start": 1114.84, "end": 1114.96, "word": " of", "probability": 0.97021484375}, {"start": 1114.96, "end": 1115.18, "word": " writing", "probability": 0.744140625}, {"start": 1115.18, "end": 1115.28, "word": " it", "probability": 0.560546875}, {"start": 1115.28, "end": 1115.46, "word": " three", "probability": 0.8603515625}, {"start": 1115.46, "end": 1115.74, "word": " times,", "probability": 0.923828125}, {"start": 1116.44, "end": 1116.72, "word": " okay?", "probability": 0.48388671875}], "temperature": 1.0}, {"id": 45, "seek": 114254, "start": 1118.46, "end": 1142.54, "text": " I made a loop and every line I read, I put it in the choices. It means that we read the question and read the answers, the choices. This is the correct answer to the question. In the stream, after we finish the three choices, correct answer, S dot next line. The next line.", "tokens": [286, 1027, 257, 6367, 293, 633, 1622, 286, 1401, 11, 286, 829, 309, 294, 264, 7994, 13, 467, 1355, 300, 321, 1401, 264, 1168, 293, 1401, 264, 6338, 11, 264, 7994, 13, 639, 307, 264, 3006, 1867, 281, 264, 1168, 13, 682, 264, 4309, 11, 934, 321, 2413, 264, 1045, 7994, 11, 3006, 1867, 11, 318, 5893, 958, 1622, 13, 440, 958, 1622, 13], "avg_logprob": -0.5875, "compression_ratio": 1.7792207792207793, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1118.46, "end": 1118.66, "word": " I", "probability": 0.268798828125}, {"start": 1118.66, "end": 1118.84, "word": " made", "probability": 0.4765625}, {"start": 1118.84, "end": 1118.96, "word": " a", "probability": 0.888671875}, {"start": 1118.96, "end": 1119.26, "word": " loop", "probability": 0.9736328125}, {"start": 1119.26, "end": 1119.58, "word": " and", "probability": 0.5927734375}, {"start": 1119.58, "end": 1120.54, "word": " every", "probability": 0.138671875}, {"start": 1120.54, "end": 1120.78, "word": " line", "probability": 0.86962890625}, {"start": 1120.78, "end": 1120.98, "word": " I", "probability": 0.353271484375}, {"start": 1120.98, "end": 1121.22, "word": " read,", "probability": 0.6611328125}, {"start": 1121.82, "end": 1121.88, "word": " I", "probability": 0.8271484375}, {"start": 1121.88, "end": 1122.08, "word": " put", "probability": 0.52783203125}, {"start": 1122.08, "end": 1122.3, "word": " it", "probability": 0.59716796875}, {"start": 1122.3, "end": 1123.0, "word": " in", "probability": 0.615234375}, {"start": 1123.0, "end": 1123.32, "word": " the", "probability": 0.6962890625}, {"start": 1123.32, "end": 1123.72, "word": " choices.", "probability": 0.86669921875}, {"start": 1124.22, "end": 1124.38, "word": " It", "probability": 0.1417236328125}, {"start": 1124.38, "end": 1124.5, "word": " means", "probability": 0.302734375}, {"start": 1124.5, "end": 1124.78, "word": " that", "probability": 0.66845703125}, {"start": 1124.78, "end": 1125.04, "word": " we", "probability": 0.59912109375}, {"start": 1125.04, "end": 1125.3, "word": " read", "probability": 0.796875}, {"start": 1125.3, "end": 1125.5, "word": " the", "probability": 0.873046875}, {"start": 1125.5, "end": 1125.9, "word": " question", "probability": 0.88232421875}, {"start": 1125.9, "end": 1127.16, "word": " and", "probability": 0.7099609375}, {"start": 1127.16, "end": 1127.48, "word": " read", "probability": 0.5908203125}, {"start": 1127.48, "end": 1128.0, "word": " the", "probability": 0.68994140625}, {"start": 1128.0, "end": 1128.42, "word": " answers,", "probability": 0.5576171875}, {"start": 1128.62, "end": 1128.74, "word": " the", "probability": 0.63720703125}, {"start": 1128.74, "end": 1129.08, "word": " choices.", "probability": 0.5419921875}, {"start": 1129.66, "end": 1130.26, "word": " This", "probability": 0.5166015625}, {"start": 1130.26, "end": 1130.38, "word": " is", "probability": 0.75244140625}, {"start": 1130.38, "end": 1130.4, "word": " the", "probability": 0.52685546875}, {"start": 1130.4, "end": 1130.56, "word": " correct", "probability": 0.6103515625}, {"start": 1130.56, "end": 1130.9, "word": " answer", "probability": 0.92626953125}, {"start": 1130.9, "end": 1131.38, "word": " to", "probability": 0.62939453125}, {"start": 1131.38, "end": 1131.48, "word": " the", "probability": 0.884765625}, {"start": 1131.48, "end": 1131.74, "word": " question.", "probability": 0.9365234375}, {"start": 1132.28, "end": 1132.54, "word": " In", "probability": 0.276123046875}, {"start": 1132.54, "end": 1132.82, "word": " the", "probability": 0.615234375}, {"start": 1132.82, "end": 1133.14, "word": " stream,", "probability": 0.5791015625}, {"start": 1133.28, "end": 1133.44, "word": " after", "probability": 0.81689453125}, {"start": 1133.44, "end": 1133.88, "word": " we", "probability": 0.62255859375}, {"start": 1133.88, "end": 1133.88, "word": " finish", "probability": 0.2484130859375}, {"start": 1133.88, "end": 1134.04, "word": " the", "probability": 0.63671875}, {"start": 1134.04, "end": 1134.2, "word": " three", "probability": 0.64794921875}, {"start": 1134.2, "end": 1134.68, "word": " choices,", "probability": 0.7802734375}, {"start": 1135.16, "end": 1135.54, "word": " correct", "probability": 0.22607421875}, {"start": 1135.54, "end": 1136.24, "word": " answer,", "probability": 0.93115234375}, {"start": 1138.3, "end": 1138.64, "word": " S", "probability": 0.393310546875}, {"start": 1138.64, "end": 1139.08, "word": " dot", "probability": 0.69140625}, {"start": 1139.08, "end": 1139.72, "word": " next", "probability": 0.9228515625}, {"start": 1139.72, "end": 1140.12, "word": " line.", "probability": 0.7900390625}, {"start": 1142.1, "end": 1142.3, "word": " The", "probability": 0.302978515625}, {"start": 1142.3, "end": 1142.34, "word": " next", "probability": 0.77978515625}, {"start": 1142.34, "end": 1142.54, "word": " line.", "probability": 0.27587890625}], "temperature": 1.0}, {"id": 46, "seek": 116973, "start": 1145.39, "end": 1169.73, "text": " Yes, this is from the fourth correct answer that we agreed on. The first, not the fourth, but the fifth correct answer. The first is the question. The next three are options. We finished four. The fifth is the correct answer. Okay? He will read the question. And then he will do it three times inside the loop to read the three options. And then he will also do a next line to read", "tokens": [1079, 11, 341, 307, 490, 264, 6409, 3006, 1867, 300, 321, 9166, 322, 13, 440, 700, 11, 406, 264, 6409, 11, 457, 264, 9266, 3006, 1867, 13, 440, 700, 307, 264, 1168, 13, 440, 958, 1045, 366, 3956, 13, 492, 4335, 1451, 13, 440, 9266, 307, 264, 3006, 1867, 13, 1033, 30, 634, 486, 1401, 264, 1168, 13, 400, 550, 415, 486, 360, 309, 1045, 1413, 1854, 264, 6367, 281, 1401, 264, 1045, 3956, 13, 400, 550, 415, 486, 611, 360, 257, 958, 1622, 281, 1401], "avg_logprob": -0.4558189545554676, "compression_ratio": 1.9792746113989637, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1145.39, "end": 1145.75, "word": " Yes,", "probability": 0.255859375}, {"start": 1145.85, "end": 1145.95, "word": " this", "probability": 0.12127685546875}, {"start": 1145.95, "end": 1146.03, "word": " is", "probability": 0.6376953125}, {"start": 1146.03, "end": 1146.09, "word": " from", "probability": 0.364013671875}, {"start": 1146.09, "end": 1146.21, "word": " the", "probability": 0.78125}, {"start": 1146.21, "end": 1146.39, "word": " fourth", "probability": 0.61767578125}, {"start": 1146.39, "end": 1146.89, "word": " correct", "probability": 0.36572265625}, {"start": 1146.89, "end": 1146.91, "word": " answer", "probability": 0.962890625}, {"start": 1146.91, "end": 1147.07, "word": " that", "probability": 0.269775390625}, {"start": 1147.07, "end": 1147.07, "word": " we", "probability": 0.830078125}, {"start": 1147.07, "end": 1147.37, "word": " agreed", "probability": 0.603515625}, {"start": 1147.37, "end": 1148.01, "word": " on.", "probability": 0.689453125}, {"start": 1148.03, "end": 1148.19, "word": " The", "probability": 0.578125}, {"start": 1148.19, "end": 1148.49, "word": " first,", "probability": 0.8349609375}, {"start": 1148.75, "end": 1149.79, "word": " not", "probability": 0.5966796875}, {"start": 1149.79, "end": 1149.93, "word": " the", "probability": 0.802734375}, {"start": 1149.93, "end": 1150.09, "word": " fourth,", "probability": 0.87158203125}, {"start": 1150.19, "end": 1150.27, "word": " but", "probability": 0.3603515625}, {"start": 1150.27, "end": 1150.29, "word": " the", "probability": 0.857421875}, {"start": 1150.29, "end": 1150.53, "word": " fifth", "probability": 0.951171875}, {"start": 1150.53, "end": 1150.75, "word": " correct", "probability": 0.43701171875}, {"start": 1150.75, "end": 1151.15, "word": " answer.", "probability": 0.9541015625}, {"start": 1151.39, "end": 1151.83, "word": " The", "probability": 0.69580078125}, {"start": 1151.83, "end": 1152.05, "word": " first", "probability": 0.8720703125}, {"start": 1152.05, "end": 1152.19, "word": " is", "probability": 0.38427734375}, {"start": 1152.19, "end": 1152.31, "word": " the", "probability": 0.80224609375}, {"start": 1152.31, "end": 1152.53, "word": " question.", "probability": 0.93017578125}, {"start": 1152.99, "end": 1153.21, "word": " The", "probability": 0.826171875}, {"start": 1153.21, "end": 1153.47, "word": " next", "probability": 0.65185546875}, {"start": 1153.47, "end": 1153.53, "word": " three", "probability": 0.857421875}, {"start": 1153.53, "end": 1153.97, "word": " are", "probability": 0.82763671875}, {"start": 1153.97, "end": 1154.23, "word": " options.", "probability": 0.60107421875}, {"start": 1154.55, "end": 1154.87, "word": " We", "probability": 0.54296875}, {"start": 1154.87, "end": 1155.15, "word": " finished", "probability": 0.2449951171875}, {"start": 1155.15, "end": 1155.53, "word": " four.", "probability": 0.75830078125}, {"start": 1155.81, "end": 1156.23, "word": " The", "probability": 0.810546875}, {"start": 1156.23, "end": 1156.63, "word": " fifth", "probability": 0.9423828125}, {"start": 1156.63, "end": 1156.97, "word": " is", "probability": 0.7236328125}, {"start": 1156.97, "end": 1156.97, "word": " the", "probability": 0.87109375}, {"start": 1156.97, "end": 1157.43, "word": " correct", "probability": 0.84521484375}, {"start": 1157.43, "end": 1157.61, "word": " answer.", "probability": 0.962890625}, {"start": 1158.59, "end": 1158.77, "word": " Okay?", "probability": 0.269287109375}, {"start": 1159.05, "end": 1159.25, "word": " He", "probability": 0.8046875}, {"start": 1159.25, "end": 1159.31, "word": " will", "probability": 0.50146484375}, {"start": 1159.31, "end": 1159.53, "word": " read", "probability": 0.96630859375}, {"start": 1159.53, "end": 1162.43, "word": " the", "probability": 0.90087890625}, {"start": 1162.43, "end": 1162.69, "word": " question.", "probability": 0.9189453125}, {"start": 1163.11, "end": 1163.33, "word": " And", "probability": 0.48828125}, {"start": 1163.33, "end": 1163.59, "word": " then", "probability": 0.81591796875}, {"start": 1163.59, "end": 1163.71, "word": " he", "probability": 0.489990234375}, {"start": 1163.71, "end": 1163.71, "word": " will", "probability": 0.367919921875}, {"start": 1163.71, "end": 1163.85, "word": " do", "probability": 0.289794921875}, {"start": 1163.85, "end": 1163.97, "word": " it", "probability": 0.38916015625}, {"start": 1163.97, "end": 1164.11, "word": " three", "probability": 0.7802734375}, {"start": 1164.11, "end": 1164.43, "word": " times", "probability": 0.92578125}, {"start": 1164.43, "end": 1165.55, "word": " inside", "probability": 0.62841796875}, {"start": 1165.55, "end": 1165.75, "word": " the", "probability": 0.8974609375}, {"start": 1165.75, "end": 1165.97, "word": " loop", "probability": 0.95849609375}, {"start": 1165.97, "end": 1166.69, "word": " to", "probability": 0.6162109375}, {"start": 1166.69, "end": 1166.99, "word": " read", "probability": 0.970703125}, {"start": 1166.99, "end": 1167.13, "word": " the", "probability": 0.78515625}, {"start": 1167.13, "end": 1167.31, "word": " three", "probability": 0.8896484375}, {"start": 1167.31, "end": 1167.61, "word": " options.", "probability": 0.8681640625}, {"start": 1167.81, "end": 1167.85, "word": " And", "probability": 0.80712890625}, {"start": 1167.85, "end": 1168.07, "word": " then", "probability": 0.80908203125}, {"start": 1168.07, "end": 1168.15, "word": " he", "probability": 0.765625}, {"start": 1168.15, "end": 1168.17, "word": " will", "probability": 0.75927734375}, {"start": 1168.17, "end": 1168.23, "word": " also", "probability": 0.34765625}, {"start": 1168.23, "end": 1168.31, "word": " do", "probability": 0.8740234375}, {"start": 1168.31, "end": 1168.73, "word": " a", "probability": 0.521484375}, {"start": 1168.73, "end": 1168.87, "word": " next", "probability": 0.408935546875}, {"start": 1168.87, "end": 1169.15, "word": " line", "probability": 0.77001953125}, {"start": 1169.15, "end": 1169.41, "word": " to", "probability": 0.9306640625}, {"start": 1169.41, "end": 1169.73, "word": " read", "probability": 0.97119140625}], "temperature": 1.0}, {"id": 47, "seek": 119954, "start": 1171.06, "end": 1199.54, "text": " The correct answer is the one that looks at the picture String photo is equal to s.nextline This is how we read six things Right or not? Now, after we got six things, we want to collect them in one object So we made an object called question queue is equal to new I'm explaining, guys, a normal programming language", "tokens": [440, 3006, 1867, 307, 264, 472, 300, 1542, 412, 264, 3036, 745, 2937, 5052, 307, 2681, 281, 262, 13, 716, 734, 1889, 639, 307, 577, 321, 1401, 2309, 721, 1779, 420, 406, 30, 823, 11, 934, 321, 658, 2309, 721, 11, 321, 528, 281, 2500, 552, 294, 472, 2657, 407, 321, 1027, 364, 2657, 1219, 1168, 18639, 307, 2681, 281, 777, 286, 478, 13468, 11, 1074, 11, 257, 2710, 9410, 2856], "avg_logprob": -0.6653645717435412, "compression_ratio": 1.5265700483091786, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1171.06, "end": 1171.28, "word": " The", "probability": 0.4736328125}, {"start": 1171.28, "end": 1171.84, "word": " correct", "probability": 0.6298828125}, {"start": 1171.84, "end": 1171.84, "word": " answer", "probability": 0.92822265625}, {"start": 1171.84, "end": 1172.9, "word": " is", "probability": 0.291015625}, {"start": 1172.9, "end": 1172.9, "word": " the", "probability": 0.0716552734375}, {"start": 1172.9, "end": 1172.9, "word": " one", "probability": 0.461669921875}, {"start": 1172.9, "end": 1172.96, "word": " that", "probability": 0.33349609375}, {"start": 1172.96, "end": 1173.14, "word": " looks", "probability": 0.07696533203125}, {"start": 1173.14, "end": 1173.28, "word": " at", "probability": 0.53466796875}, {"start": 1173.28, "end": 1173.48, "word": " the", "probability": 0.765625}, {"start": 1173.48, "end": 1173.74, "word": " picture", "probability": 0.44970703125}, {"start": 1173.74, "end": 1175.22, "word": " String", "probability": 0.60321044921875}, {"start": 1175.22, "end": 1176.22, "word": " photo", "probability": 0.72900390625}, {"start": 1176.22, "end": 1178.74, "word": " is", "probability": 0.050994873046875}, {"start": 1178.74, "end": 1179.0, "word": " equal", "probability": 0.75927734375}, {"start": 1179.0, "end": 1179.0, "word": " to", "probability": 0.9697265625}, {"start": 1179.0, "end": 1179.28, "word": " s", "probability": 0.360107421875}, {"start": 1179.28, "end": 1181.58, "word": ".nextline", "probability": 0.75823974609375}, {"start": 1181.58, "end": 1184.02, "word": " This", "probability": 0.24658203125}, {"start": 1184.02, "end": 1184.04, "word": " is", "probability": 0.483154296875}, {"start": 1184.04, "end": 1184.12, "word": " how", "probability": 0.87890625}, {"start": 1184.12, "end": 1184.36, "word": " we", "probability": 0.90380859375}, {"start": 1184.36, "end": 1184.36, "word": " read", "probability": 0.83154296875}, {"start": 1184.36, "end": 1184.94, "word": " six", "probability": 0.401123046875}, {"start": 1184.94, "end": 1185.74, "word": " things", "probability": 0.64697265625}, {"start": 1185.74, "end": 1187.26, "word": " Right", "probability": 0.17529296875}, {"start": 1187.26, "end": 1187.42, "word": " or", "probability": 0.84912109375}, {"start": 1187.42, "end": 1187.52, "word": " not?", "probability": 0.64453125}, {"start": 1187.78, "end": 1188.26, "word": " Now,", "probability": 0.82470703125}, {"start": 1188.62, "end": 1188.84, "word": " after", "probability": 0.78369140625}, {"start": 1188.84, "end": 1189.0, "word": " we", "probability": 0.4521484375}, {"start": 1189.0, "end": 1189.08, "word": " got", "probability": 0.277587890625}, {"start": 1189.08, "end": 1189.44, "word": " six", "probability": 0.448486328125}, {"start": 1189.44, "end": 1189.86, "word": " things,", "probability": 0.82958984375}, {"start": 1190.02, "end": 1190.38, "word": " we", "probability": 0.904296875}, {"start": 1190.38, "end": 1190.5, "word": " want", "probability": 0.388671875}, {"start": 1190.5, "end": 1190.62, "word": " to", "probability": 0.96630859375}, {"start": 1190.62, "end": 1190.78, "word": " collect", "probability": 0.30517578125}, {"start": 1190.78, "end": 1190.94, "word": " them", "probability": 0.888671875}, {"start": 1190.94, "end": 1191.02, "word": " in", "probability": 0.70703125}, {"start": 1191.02, "end": 1191.1, "word": " one", "probability": 0.81298828125}, {"start": 1191.1, "end": 1192.36, "word": " object", "probability": 0.97607421875}, {"start": 1192.36, "end": 1192.6, "word": " So", "probability": 0.7001953125}, {"start": 1192.6, "end": 1192.84, "word": " we", "probability": 0.6513671875}, {"start": 1192.84, "end": 1192.84, "word": " made", "probability": 0.55126953125}, {"start": 1192.84, "end": 1192.98, "word": " an", "probability": 0.720703125}, {"start": 1192.98, "end": 1193.2, "word": " object", "probability": 0.984375}, {"start": 1193.2, "end": 1193.44, "word": " called", "probability": 0.384521484375}, {"start": 1193.44, "end": 1193.86, "word": " question", "probability": 0.53173828125}, {"start": 1193.86, "end": 1194.46, "word": " queue", "probability": 0.22216796875}, {"start": 1194.46, "end": 1195.14, "word": " is", "probability": 0.6572265625}, {"start": 1195.14, "end": 1195.32, "word": " equal", "probability": 0.880859375}, {"start": 1195.32, "end": 1195.38, "word": " to", "probability": 0.9775390625}, {"start": 1195.38, "end": 1195.76, "word": " new", "probability": 0.2342529296875}, {"start": 1195.76, "end": 1197.86, "word": " I'm", "probability": 0.5938720703125}, {"start": 1197.86, "end": 1198.2, "word": " explaining,", "probability": 0.69384765625}, {"start": 1198.4, "end": 1198.76, "word": " guys,", "probability": 0.65966796875}, {"start": 1198.98, "end": 1199.12, "word": " a", "probability": 0.347900390625}, {"start": 1199.12, "end": 1199.12, "word": " normal", "probability": 0.258544921875}, {"start": 1199.12, "end": 1199.3, "word": " programming", "probability": 0.129638671875}, {"start": 1199.3, "end": 1199.54, "word": " language", "probability": 0.33203125}], "temperature": 1.0}, {"id": 48, "seek": 122994, "start": 1201.94, "end": 1229.94, "text": " In order for you to know that programming in the end is a brain and it is a way of thinking and order and logic Now let's make a question, what is left to fill in? Q dot set question text which is what? Q dot set choices Q dot set correct answer", "tokens": [682, 1668, 337, 291, 281, 458, 300, 9410, 294, 264, 917, 307, 257, 3567, 293, 309, 307, 257, 636, 295, 1953, 293, 1668, 293, 9952, 823, 718, 311, 652, 257, 1168, 11, 437, 307, 1411, 281, 2836, 294, 30, 1249, 5893, 992, 1168, 2487, 597, 307, 437, 30, 1249, 5893, 992, 7994, 1249, 5893, 992, 3006, 1867], "avg_logprob": -0.529633591914999, "compression_ratio": 1.5569620253164558, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1201.94, "end": 1202.46, "word": " In", "probability": 0.1396484375}, {"start": 1202.46, "end": 1202.54, "word": " order", "probability": 0.8388671875}, {"start": 1202.54, "end": 1202.66, "word": " for", "probability": 0.27880859375}, {"start": 1202.66, "end": 1202.74, "word": " you", "probability": 0.93408203125}, {"start": 1202.74, "end": 1202.74, "word": " to", "probability": 0.908203125}, {"start": 1202.74, "end": 1202.88, "word": " know", "probability": 0.6904296875}, {"start": 1202.88, "end": 1203.04, "word": " that", "probability": 0.82177734375}, {"start": 1203.04, "end": 1203.32, "word": " programming", "probability": 0.49365234375}, {"start": 1203.32, "end": 1203.48, "word": " in", "probability": 0.2386474609375}, {"start": 1203.48, "end": 1203.58, "word": " the", "probability": 0.8046875}, {"start": 1203.58, "end": 1203.72, "word": " end", "probability": 0.7890625}, {"start": 1203.72, "end": 1203.88, "word": " is", "probability": 0.8935546875}, {"start": 1203.88, "end": 1203.98, "word": " a", "probability": 0.4326171875}, {"start": 1203.98, "end": 1204.18, "word": " brain", "probability": 0.6748046875}, {"start": 1204.18, "end": 1204.42, "word": " and", "probability": 0.353759765625}, {"start": 1204.42, "end": 1204.52, "word": " it", "probability": 0.296875}, {"start": 1204.52, "end": 1204.6, "word": " is", "probability": 0.65234375}, {"start": 1204.6, "end": 1204.68, "word": " a", "probability": 0.70556640625}, {"start": 1204.68, "end": 1204.88, "word": " way", "probability": 0.79638671875}, {"start": 1204.88, "end": 1205.36, "word": " of", "probability": 0.8701171875}, {"start": 1205.36, "end": 1205.9, "word": " thinking", "probability": 0.86474609375}, {"start": 1205.9, "end": 1206.26, "word": " and", "probability": 0.64501953125}, {"start": 1206.26, "end": 1206.58, "word": " order", "probability": 0.1798095703125}, {"start": 1206.58, "end": 1206.94, "word": " and", "probability": 0.8505859375}, {"start": 1206.94, "end": 1207.36, "word": " logic", "probability": 0.95654296875}, {"start": 1207.36, "end": 1208.28, "word": " Now", "probability": 0.380615234375}, {"start": 1208.28, "end": 1209.46, "word": " let's", "probability": 0.602783203125}, {"start": 1209.46, "end": 1209.64, "word": " make", "probability": 0.2080078125}, {"start": 1209.64, "end": 1209.82, "word": " a", "probability": 0.77587890625}, {"start": 1209.82, "end": 1210.02, "word": " question,", "probability": 0.88525390625}, {"start": 1210.14, "end": 1210.26, "word": " what", "probability": 0.6494140625}, {"start": 1210.26, "end": 1210.26, "word": " is", "probability": 0.271728515625}, {"start": 1210.26, "end": 1210.44, "word": " left", "probability": 0.393798828125}, {"start": 1210.44, "end": 1210.62, "word": " to", "probability": 0.66455078125}, {"start": 1210.62, "end": 1210.88, "word": " fill", "probability": 0.71337890625}, {"start": 1210.88, "end": 1211.78, "word": " in?", "probability": 0.43798828125}, {"start": 1211.92, "end": 1212.3, "word": " Q", "probability": 0.71923828125}, {"start": 1212.3, "end": 1212.76, "word": " dot", "probability": 0.62353515625}, {"start": 1212.76, "end": 1213.38, "word": " set", "probability": 0.57958984375}, {"start": 1213.38, "end": 1215.82, "word": " question", "probability": 0.333740234375}, {"start": 1215.82, "end": 1216.36, "word": " text", "probability": 0.9189453125}, {"start": 1216.36, "end": 1216.6, "word": " which", "probability": 0.337890625}, {"start": 1216.6, "end": 1216.76, "word": " is", "probability": 0.88671875}, {"start": 1216.76, "end": 1217.08, "word": " what?", "probability": 0.66162109375}, {"start": 1217.08, "end": 1217.34, "word": " Q", "probability": 0.95068359375}, {"start": 1217.34, "end": 1218.0, "word": " dot", "probability": 0.7236328125}, {"start": 1218.0, "end": 1221.46, "word": " set", "probability": 0.91162109375}, {"start": 1221.46, "end": 1222.82, "word": " choices", "probability": 0.63037109375}, {"start": 1222.82, "end": 1226.38, "word": " Q", "probability": 0.297607421875}, {"start": 1226.38, "end": 1226.9, "word": " dot", "probability": 0.96484375}, {"start": 1226.9, "end": 1227.38, "word": " set", "probability": 0.966796875}, {"start": 1227.38, "end": 1229.3, "word": " correct", "probability": 0.82421875}, {"start": 1229.3, "end": 1229.94, "word": " answer", "probability": 0.93994140625}], "temperature": 1.0}, {"id": 49, "seek": 124552, "start": 1232.9, "end": 1245.52, "text": " This is the correct answer, q dot set photo, and this is the photo Ok, did we finish like that? No, what should be returned to the method?", "tokens": [639, 307, 264, 3006, 1867, 11, 9505, 5893, 992, 5052, 11, 293, 341, 307, 264, 5052, 3477, 11, 630, 321, 2413, 411, 300, 30, 883, 11, 437, 820, 312, 8752, 281, 264, 3170, 30], "avg_logprob": -0.648660717691694, "compression_ratio": 1.275229357798165, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1232.9, "end": 1233.16, "word": " This", "probability": 0.412353515625}, {"start": 1233.16, "end": 1233.18, "word": " is", "probability": 0.9013671875}, {"start": 1233.18, "end": 1233.3, "word": " the", "probability": 0.449462890625}, {"start": 1233.3, "end": 1233.48, "word": " correct", "probability": 0.8505859375}, {"start": 1233.48, "end": 1233.9, "word": " answer,", "probability": 0.947265625}, {"start": 1234.14, "end": 1234.44, "word": " q", "probability": 0.299072265625}, {"start": 1234.44, "end": 1234.9, "word": " dot", "probability": 0.430419921875}, {"start": 1234.9, "end": 1235.36, "word": " set", "probability": 0.85791015625}, {"start": 1235.36, "end": 1237.24, "word": " photo,", "probability": 0.85107421875}, {"start": 1238.56, "end": 1239.28, "word": " and", "probability": 0.77587890625}, {"start": 1239.28, "end": 1239.52, "word": " this", "probability": 0.7041015625}, {"start": 1239.52, "end": 1239.64, "word": " is", "probability": 0.89208984375}, {"start": 1239.64, "end": 1240.2, "word": " the", "probability": 0.51220703125}, {"start": 1240.2, "end": 1240.52, "word": " photo", "probability": 0.8525390625}, {"start": 1240.52, "end": 1241.56, "word": " Ok,", "probability": 0.1314697265625}, {"start": 1241.64, "end": 1241.86, "word": " did", "probability": 0.142333984375}, {"start": 1241.86, "end": 1242.06, "word": " we", "probability": 0.810546875}, {"start": 1242.06, "end": 1242.06, "word": " finish", "probability": 0.53857421875}, {"start": 1242.06, "end": 1242.32, "word": " like", "probability": 0.252197265625}, {"start": 1242.32, "end": 1242.36, "word": " that?", "probability": 0.49462890625}, {"start": 1242.76, "end": 1242.96, "word": " No,", "probability": 0.7626953125}, {"start": 1243.76, "end": 1244.4, "word": " what", "probability": 0.53466796875}, {"start": 1244.4, "end": 1244.78, "word": " should", "probability": 0.258544921875}, {"start": 1244.78, "end": 1244.88, "word": " be", "probability": 0.276611328125}, {"start": 1244.88, "end": 1245.06, "word": " returned", "probability": 0.72607421875}, {"start": 1245.06, "end": 1245.22, "word": " to", "probability": 0.206298828125}, {"start": 1245.22, "end": 1245.26, "word": " the", "probability": 0.7236328125}, {"start": 1245.26, "end": 1245.52, "word": " method?", "probability": 0.83837890625}], "temperature": 1.0}, {"id": 50, "seek": 127270, "start": 1246.74, "end": 1272.7, "text": " List of what? Of questions. Public here. Ok? All the questions that I do, I have to collect them here in the list of questions. Will it come back to the loop? The question that I did is gone. Ok? Yes. The point is that you come here and make a list of what? So new array list.", "tokens": [17668, 295, 437, 30, 2720, 1651, 13, 9489, 510, 13, 3477, 30, 1057, 264, 1651, 300, 286, 360, 11, 286, 362, 281, 2500, 552, 510, 294, 264, 1329, 295, 1651, 13, 3099, 309, 808, 646, 281, 264, 6367, 30, 440, 1168, 300, 286, 630, 307, 2780, 13, 3477, 30, 1079, 13, 440, 935, 307, 300, 291, 808, 510, 293, 652, 257, 1329, 295, 437, 30, 407, 777, 10225, 1329, 13], "avg_logprob": -0.5748239369459556, "compression_ratio": 1.6198830409356726, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1246.74, "end": 1247.12, "word": " List", "probability": 0.2274169921875}, {"start": 1247.12, "end": 1247.34, "word": " of", "probability": 0.9638671875}, {"start": 1247.34, "end": 1247.66, "word": " what?", "probability": 0.66748046875}, {"start": 1248.12, "end": 1248.64, "word": " Of", "probability": 0.328857421875}, {"start": 1248.64, "end": 1249.12, "word": " questions.", "probability": 0.76708984375}, {"start": 1249.28, "end": 1249.58, "word": " Public", "probability": 0.6123046875}, {"start": 1249.58, "end": 1249.94, "word": " here.", "probability": 0.61474609375}, {"start": 1250.42, "end": 1250.64, "word": " Ok?", "probability": 0.21875}, {"start": 1250.92, "end": 1251.44, "word": " All", "probability": 0.73779296875}, {"start": 1251.44, "end": 1251.56, "word": " the", "probability": 0.642578125}, {"start": 1251.56, "end": 1251.88, "word": " questions", "probability": 0.8896484375}, {"start": 1251.88, "end": 1252.5, "word": " that", "probability": 0.54052734375}, {"start": 1252.5, "end": 1252.7, "word": " I", "probability": 0.94677734375}, {"start": 1252.7, "end": 1253.14, "word": " do,", "probability": 0.10638427734375}, {"start": 1253.72, "end": 1253.94, "word": " I", "probability": 0.87890625}, {"start": 1253.94, "end": 1254.02, "word": " have", "probability": 0.1627197265625}, {"start": 1254.02, "end": 1254.12, "word": " to", "probability": 0.96142578125}, {"start": 1254.12, "end": 1254.42, "word": " collect", "probability": 0.48583984375}, {"start": 1254.42, "end": 1254.6, "word": " them", "probability": 0.6787109375}, {"start": 1254.6, "end": 1254.88, "word": " here", "probability": 0.55712890625}, {"start": 1254.88, "end": 1255.7, "word": " in", "probability": 0.50732421875}, {"start": 1255.7, "end": 1255.78, "word": " the", "probability": 0.6484375}, {"start": 1255.78, "end": 1255.94, "word": " list", "probability": 0.84228515625}, {"start": 1255.94, "end": 1256.06, "word": " of", "probability": 0.9697265625}, {"start": 1256.06, "end": 1256.54, "word": " questions.", "probability": 0.859375}, {"start": 1257.18, "end": 1257.36, "word": " Will", "probability": 0.1651611328125}, {"start": 1257.36, "end": 1257.54, "word": " it", "probability": 0.2802734375}, {"start": 1257.54, "end": 1257.54, "word": " come", "probability": 0.176513671875}, {"start": 1257.54, "end": 1257.76, "word": " back", "probability": 0.69091796875}, {"start": 1257.76, "end": 1258.76, "word": " to", "probability": 0.833984375}, {"start": 1258.76, "end": 1258.86, "word": " the", "probability": 0.52490234375}, {"start": 1258.86, "end": 1259.12, "word": " loop?", "probability": 0.9541015625}, {"start": 1259.56, "end": 1260.08, "word": " The", "probability": 0.63525390625}, {"start": 1260.08, "end": 1260.42, "word": " question", "probability": 0.72314453125}, {"start": 1260.42, "end": 1260.56, "word": " that", "probability": 0.46435546875}, {"start": 1260.56, "end": 1260.62, "word": " I", "probability": 0.701171875}, {"start": 1260.62, "end": 1260.82, "word": " did", "probability": 0.419189453125}, {"start": 1260.82, "end": 1260.82, "word": " is", "probability": 0.3681640625}, {"start": 1260.82, "end": 1260.82, "word": " gone.", "probability": 0.78076171875}, {"start": 1261.46, "end": 1261.6, "word": " Ok?", "probability": 0.7890625}, {"start": 1262.46, "end": 1262.68, "word": " Yes.", "probability": 0.353515625}, {"start": 1262.94, "end": 1263.18, "word": " The", "probability": 0.260009765625}, {"start": 1263.18, "end": 1263.4, "word": " point", "probability": 0.32958984375}, {"start": 1263.4, "end": 1263.56, "word": " is", "probability": 0.921875}, {"start": 1263.56, "end": 1263.62, "word": " that", "probability": 0.58251953125}, {"start": 1263.62, "end": 1263.74, "word": " you", "probability": 0.916015625}, {"start": 1263.74, "end": 1263.96, "word": " come", "probability": 0.8046875}, {"start": 1263.96, "end": 1264.36, "word": " here", "probability": 0.83984375}, {"start": 1264.36, "end": 1264.94, "word": " and", "probability": 0.79150390625}, {"start": 1264.94, "end": 1265.22, "word": " make", "probability": 0.480224609375}, {"start": 1265.22, "end": 1265.34, "word": " a", "probability": 0.95263671875}, {"start": 1265.34, "end": 1265.72, "word": " list", "probability": 0.8896484375}, {"start": 1265.72, "end": 1266.16, "word": " of", "probability": 0.92626953125}, {"start": 1266.16, "end": 1266.52, "word": " what?", "probability": 0.8974609375}, {"start": 1270.58, "end": 1271.1, "word": " So", "probability": 0.1500244140625}, {"start": 1271.1, "end": 1271.44, "word": " new", "probability": 0.51416015625}, {"start": 1271.44, "end": 1272.28, "word": " array", "probability": 0.37890625}, {"start": 1272.28, "end": 1272.7, "word": " list.", "probability": 0.76611328125}], "temperature": 1.0}, {"id": 51, "seek": 130590, "start": 1277.18, "end": 1305.9, "text": " And after we built the question and put the data in it, it will say questions.at Q This is how we read the first question and put it in the questions. It will again ask when and why. Because it finished six lines. It will see if there is a line after these six. If there is a line, it will read another six lines. It will add a question from them and add it to the list. And it will continue. Is there another line after the other six? And so on.", "tokens": [400, 934, 321, 3094, 264, 1168, 293, 829, 264, 1412, 294, 309, 11, 309, 486, 584, 1651, 13, 267, 1249, 639, 307, 577, 321, 1401, 264, 700, 1168, 293, 829, 309, 294, 264, 1651, 13, 467, 486, 797, 1029, 562, 293, 983, 13, 1436, 309, 4335, 2309, 3876, 13, 467, 486, 536, 498, 456, 307, 257, 1622, 934, 613, 2309, 13, 759, 456, 307, 257, 1622, 11, 309, 486, 1401, 1071, 2309, 3876, 13, 467, 486, 909, 257, 1168, 490, 552, 293, 909, 309, 281, 264, 1329, 13, 400, 309, 486, 2354, 13, 1119, 456, 1071, 1622, 934, 264, 661, 2309, 30, 400, 370, 322, 13], "avg_logprob": -0.47605140019800063, "compression_ratio": 2.0318181818181817, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1277.18, "end": 1277.38, "word": " And", "probability": 0.260498046875}, {"start": 1277.38, "end": 1277.68, "word": " after", "probability": 0.7099609375}, {"start": 1277.68, "end": 1277.78, "word": " we", "probability": 0.48583984375}, {"start": 1277.78, "end": 1278.06, "word": " built", "probability": 0.19970703125}, {"start": 1278.06, "end": 1278.28, "word": " the", "probability": 0.72998046875}, {"start": 1278.28, "end": 1278.5, "word": " question", "probability": 0.8310546875}, {"start": 1278.5, "end": 1278.74, "word": " and", "probability": 0.68798828125}, {"start": 1278.74, "end": 1279.02, "word": " put", "probability": 0.39013671875}, {"start": 1279.02, "end": 1279.34, "word": " the", "probability": 0.39404296875}, {"start": 1279.34, "end": 1279.62, "word": " data", "probability": 0.71435546875}, {"start": 1279.62, "end": 1279.74, "word": " in", "probability": 0.55029296875}, {"start": 1279.74, "end": 1279.74, "word": " it,", "probability": 0.861328125}, {"start": 1279.82, "end": 1279.92, "word": " it", "probability": 0.673828125}, {"start": 1279.92, "end": 1279.96, "word": " will", "probability": 0.337158203125}, {"start": 1279.96, "end": 1280.08, "word": " say", "probability": 0.56787109375}, {"start": 1280.08, "end": 1280.78, "word": " questions", "probability": 0.607421875}, {"start": 1280.78, "end": 1283.1, "word": ".at", "probability": 0.4896240234375}, {"start": 1283.1, "end": 1284.58, "word": " Q", "probability": 0.183837890625}, {"start": 1284.58, "end": 1284.86, "word": " This", "probability": 0.210693359375}, {"start": 1284.86, "end": 1285.24, "word": " is", "probability": 0.5888671875}, {"start": 1285.24, "end": 1286.44, "word": " how", "probability": 0.91845703125}, {"start": 1286.44, "end": 1286.46, "word": " we", "probability": 0.88427734375}, {"start": 1286.46, "end": 1286.7, "word": " read", "probability": 0.822265625}, {"start": 1286.7, "end": 1287.16, "word": " the", "probability": 0.8662109375}, {"start": 1287.16, "end": 1287.16, "word": " first", "probability": 0.8564453125}, {"start": 1287.16, "end": 1287.44, "word": " question", "probability": 0.92138671875}, {"start": 1287.44, "end": 1287.54, "word": " and", "probability": 0.88671875}, {"start": 1287.54, "end": 1287.72, "word": " put", "probability": 0.6865234375}, {"start": 1287.72, "end": 1287.88, "word": " it", "probability": 0.81689453125}, {"start": 1287.88, "end": 1287.94, "word": " in", "probability": 0.86474609375}, {"start": 1287.94, "end": 1288.04, "word": " the", "probability": 0.57080078125}, {"start": 1288.04, "end": 1288.32, "word": " questions.", "probability": 0.4931640625}, {"start": 1288.4, "end": 1288.58, "word": " It", "probability": 0.57080078125}, {"start": 1288.58, "end": 1288.74, "word": " will", "probability": 0.81689453125}, {"start": 1288.74, "end": 1288.94, "word": " again", "probability": 0.148193359375}, {"start": 1288.94, "end": 1289.2, "word": " ask", "probability": 0.11376953125}, {"start": 1289.2, "end": 1289.54, "word": " when", "probability": 0.159423828125}, {"start": 1289.54, "end": 1289.9, "word": " and", "probability": 0.471435546875}, {"start": 1289.9, "end": 1290.5, "word": " why.", "probability": 0.72998046875}, {"start": 1290.86, "end": 1291.1, "word": " Because", "probability": 0.52734375}, {"start": 1291.1, "end": 1291.28, "word": " it", "probability": 0.80859375}, {"start": 1291.28, "end": 1291.58, "word": " finished", "probability": 0.25146484375}, {"start": 1291.58, "end": 1291.88, "word": " six", "probability": 0.482666015625}, {"start": 1291.88, "end": 1292.2, "word": " lines.", "probability": 0.76171875}, {"start": 1292.88, "end": 1293.32, "word": " It", "probability": 0.6640625}, {"start": 1293.32, "end": 1293.34, "word": " will", "probability": 0.796875}, {"start": 1293.34, "end": 1293.52, "word": " see", "probability": 0.377197265625}, {"start": 1293.52, "end": 1293.74, "word": " if", "probability": 0.74072265625}, {"start": 1293.74, "end": 1293.94, "word": " there", "probability": 0.8974609375}, {"start": 1293.94, "end": 1294.0, "word": " is", "probability": 0.88671875}, {"start": 1294.0, "end": 1294.1, "word": " a", "probability": 0.728515625}, {"start": 1294.1, "end": 1294.28, "word": " line", "probability": 0.8203125}, {"start": 1294.28, "end": 1294.56, "word": " after", "probability": 0.79296875}, {"start": 1294.56, "end": 1294.74, "word": " these", "probability": 0.5380859375}, {"start": 1294.74, "end": 1294.94, "word": " six.", "probability": 0.88623046875}, {"start": 1295.42, "end": 1295.84, "word": " If", "probability": 0.90380859375}, {"start": 1295.84, "end": 1296.04, "word": " there", "probability": 0.88427734375}, {"start": 1296.04, "end": 1296.06, "word": " is", "probability": 0.927734375}, {"start": 1296.06, "end": 1296.16, "word": " a", "probability": 0.935546875}, {"start": 1296.16, "end": 1296.32, "word": " line,", "probability": 0.92626953125}, {"start": 1296.48, "end": 1296.5, "word": " it", "probability": 0.88330078125}, {"start": 1296.5, "end": 1296.58, "word": " will", "probability": 0.82275390625}, {"start": 1296.58, "end": 1297.02, "word": " read", "probability": 0.471435546875}, {"start": 1297.02, "end": 1297.4, "word": " another", "probability": 0.693359375}, {"start": 1297.4, "end": 1297.72, "word": " six", "probability": 0.90380859375}, {"start": 1297.72, "end": 1298.06, "word": " lines.", "probability": 0.9130859375}, {"start": 1298.34, "end": 1298.64, "word": " It", "probability": 0.521484375}, {"start": 1298.64, "end": 1298.74, "word": " will", "probability": 0.73583984375}, {"start": 1298.74, "end": 1298.96, "word": " add", "probability": 0.3818359375}, {"start": 1298.96, "end": 1299.22, "word": " a", "probability": 0.413818359375}, {"start": 1299.22, "end": 1299.62, "word": " question", "probability": 0.9189453125}, {"start": 1299.62, "end": 1299.62, "word": " from", "probability": 0.294921875}, {"start": 1299.62, "end": 1299.62, "word": " them", "probability": 0.6240234375}, {"start": 1299.62, "end": 1300.28, "word": " and", "probability": 0.64697265625}, {"start": 1300.28, "end": 1300.5, "word": " add", "probability": 0.8564453125}, {"start": 1300.5, "end": 1300.62, "word": " it", "probability": 0.6982421875}, {"start": 1300.62, "end": 1300.68, "word": " to", "probability": 0.81884765625}, {"start": 1300.68, "end": 1300.78, "word": " the", "probability": 0.91552734375}, {"start": 1300.78, "end": 1301.08, "word": " list.", "probability": 0.91796875}, {"start": 1301.26, "end": 1301.7, "word": " And", "probability": 0.59619140625}, {"start": 1301.7, "end": 1301.78, "word": " it", "probability": 0.70458984375}, {"start": 1301.78, "end": 1301.92, "word": " will", "probability": 0.7236328125}, {"start": 1301.92, "end": 1302.24, "word": " continue.", "probability": 0.56201171875}, {"start": 1302.32, "end": 1302.52, "word": " Is", "probability": 0.89599609375}, {"start": 1302.52, "end": 1302.74, "word": " there", "probability": 0.91357421875}, {"start": 1302.74, "end": 1302.8, "word": " another", "probability": 0.744140625}, {"start": 1302.8, "end": 1303.16, "word": " line", "probability": 0.935546875}, {"start": 1303.16, "end": 1303.66, "word": " after", "probability": 0.8310546875}, {"start": 1303.66, "end": 1303.82, "word": " the", "probability": 0.63134765625}, {"start": 1303.82, "end": 1304.3, "word": " other", "probability": 0.720703125}, {"start": 1304.3, "end": 1304.3, "word": " six?", "probability": 0.908203125}, {"start": 1305.4, "end": 1305.58, "word": " And", "probability": 0.34765625}, {"start": 1305.58, "end": 1305.82, "word": " so", "probability": 0.89013671875}, {"start": 1305.82, "end": 1305.9, "word": " on.", "probability": 0.89990234375}], "temperature": 1.0}, {"id": 52, "seek": 133139, "start": 1307.59, "end": 1331.39, "text": " It might seem difficult to you, but when you go home and try it yourself and make the application, not memorizing from the notebook, make the application yourself and write with your own hands, you will learn. We say that this is a programmed practice. Okay? Yes. Okay, but the files come with the names of the files of the photos.", "tokens": [467, 1062, 1643, 2252, 281, 291, 11, 457, 562, 291, 352, 1280, 293, 853, 309, 1803, 293, 652, 264, 3861, 11, 406, 10560, 3319, 490, 264, 21060, 11, 652, 264, 3861, 1803, 293, 2464, 365, 428, 1065, 2377, 11, 291, 486, 1466, 13, 492, 584, 300, 341, 307, 257, 31092, 3124, 13, 1033, 30, 1079, 13, 1033, 11, 457, 264, 7098, 808, 365, 264, 5288, 295, 264, 7098, 295, 264, 5787, 13], "avg_logprob": -0.6275684800866532, "compression_ratio": 1.6435643564356435, "no_speech_prob": 0.0, "words": [{"start": 1307.59, "end": 1307.75, "word": " It", "probability": 0.134521484375}, {"start": 1307.75, "end": 1307.89, "word": " might", "probability": 0.441650390625}, {"start": 1307.89, "end": 1308.17, "word": " seem", "probability": 0.6640625}, {"start": 1308.17, "end": 1309.07, "word": " difficult", "probability": 0.5078125}, {"start": 1309.07, "end": 1309.07, "word": " to", "probability": 0.300048828125}, {"start": 1309.07, "end": 1309.07, "word": " you,", "probability": 0.7255859375}, {"start": 1309.07, "end": 1310.03, "word": " but", "probability": 0.86669921875}, {"start": 1310.03, "end": 1310.17, "word": " when", "probability": 0.435302734375}, {"start": 1310.17, "end": 1310.31, "word": " you", "probability": 0.96533203125}, {"start": 1310.31, "end": 1310.43, "word": " go", "probability": 0.36181640625}, {"start": 1310.43, "end": 1310.71, "word": " home", "probability": 0.8056640625}, {"start": 1310.71, "end": 1310.83, "word": " and", "probability": 0.74755859375}, {"start": 1310.83, "end": 1311.15, "word": " try", "probability": 0.58154296875}, {"start": 1311.15, "end": 1311.27, "word": " it", "probability": 0.67529296875}, {"start": 1311.27, "end": 1311.61, "word": " yourself", "probability": 0.3037109375}, {"start": 1311.61, "end": 1311.73, "word": " and", "probability": 0.426025390625}, {"start": 1311.73, "end": 1311.95, "word": " make", "probability": 0.279541015625}, {"start": 1311.95, "end": 1312.11, "word": " the", "probability": 0.34619140625}, {"start": 1312.11, "end": 1312.55, "word": " application,", "probability": 0.6142578125}, {"start": 1312.69, "end": 1312.97, "word": " not", "probability": 0.219482421875}, {"start": 1312.97, "end": 1313.25, "word": " memorizing", "probability": 0.600341796875}, {"start": 1313.25, "end": 1313.43, "word": " from", "probability": 0.63037109375}, {"start": 1313.43, "end": 1313.51, "word": " the", "probability": 0.39697265625}, {"start": 1313.51, "end": 1313.79, "word": " notebook,", "probability": 0.787109375}, {"start": 1314.61, "end": 1315.43, "word": " make", "probability": 0.18798828125}, {"start": 1315.43, "end": 1315.61, "word": " the", "probability": 0.638671875}, {"start": 1315.61, "end": 1315.87, "word": " application", "probability": 0.90869140625}, {"start": 1315.87, "end": 1316.31, "word": " yourself", "probability": 0.487060546875}, {"start": 1316.31, "end": 1316.51, "word": " and", "probability": 0.7841796875}, {"start": 1316.51, "end": 1316.69, "word": " write", "probability": 0.779296875}, {"start": 1316.69, "end": 1316.85, "word": " with", "probability": 0.357177734375}, {"start": 1316.85, "end": 1316.95, "word": " your", "probability": 0.89208984375}, {"start": 1316.95, "end": 1317.05, "word": " own", "probability": 0.409912109375}, {"start": 1317.05, "end": 1317.27, "word": " hands,", "probability": 0.78662109375}, {"start": 1317.81, "end": 1318.11, "word": " you", "probability": 0.931640625}, {"start": 1318.11, "end": 1318.15, "word": " will", "probability": 0.71826171875}, {"start": 1318.15, "end": 1318.49, "word": " learn.", "probability": 0.9423828125}, {"start": 1318.79, "end": 1319.01, "word": " We", "probability": 0.5341796875}, {"start": 1319.01, "end": 1319.21, "word": " say", "probability": 0.55078125}, {"start": 1319.21, "end": 1319.41, "word": " that", "probability": 0.61083984375}, {"start": 1319.41, "end": 1319.51, "word": " this", "probability": 0.65869140625}, {"start": 1319.51, "end": 1319.73, "word": " is", "probability": 0.6025390625}, {"start": 1319.73, "end": 1319.85, "word": " a", "probability": 0.70703125}, {"start": 1319.85, "end": 1319.85, "word": " programmed", "probability": 0.09588623046875}, {"start": 1319.85, "end": 1320.31, "word": " practice.", "probability": 0.76708984375}, {"start": 1320.95, "end": 1321.17, "word": " Okay?", "probability": 0.251953125}, {"start": 1322.69, "end": 1323.13, "word": " Yes.", "probability": 0.2486572265625}, {"start": 1325.45, "end": 1325.89, "word": " Okay,", "probability": 0.337158203125}, {"start": 1327.43, "end": 1327.53, "word": " but", "probability": 0.80322265625}, {"start": 1327.53, "end": 1328.41, "word": " the", "probability": 0.4453125}, {"start": 1328.41, "end": 1328.67, "word": " files", "probability": 0.685546875}, {"start": 1328.67, "end": 1328.89, "word": " come", "probability": 0.264892578125}, {"start": 1328.89, "end": 1329.11, "word": " with", "probability": 0.740234375}, {"start": 1329.11, "end": 1329.25, "word": " the", "probability": 0.43212890625}, {"start": 1329.25, "end": 1329.47, "word": " names", "probability": 0.74169921875}, {"start": 1329.47, "end": 1330.69, "word": " of", "probability": 0.93505859375}, {"start": 1330.69, "end": 1330.71, "word": " the", "probability": 0.70654296875}, {"start": 1330.71, "end": 1330.89, "word": " files", "probability": 0.309814453125}, {"start": 1330.89, "end": 1331.15, "word": " of", "probability": 0.53466796875}, {"start": 1331.15, "end": 1331.19, "word": " the", "probability": 0.7158203125}, {"start": 1331.19, "end": 1331.39, "word": " photos.", "probability": 0.54931640625}], "temperature": 1.0}, {"id": 53, "seek": 135798, "start": 1332.92, "end": 1357.98, "text": " For example, I have the file name, but I don't know when the file will be added to the drawable file. The file is not yet in the drawable file. Are the photos here? There is a folder here, and each file has a name. We will see how we deal with the photos. Currently, we are still reading the question step by step, and then we will see how the programming is still difficult.", "tokens": [1171, 1365, 11, 286, 362, 264, 3991, 1315, 11, 457, 286, 500, 380, 458, 562, 264, 3991, 486, 312, 3869, 281, 264, 2642, 712, 3991, 13, 440, 3991, 307, 406, 1939, 294, 264, 2642, 712, 3991, 13, 2014, 264, 5787, 510, 30, 821, 307, 257, 10820, 510, 11, 293, 1184, 3991, 575, 257, 1315, 13, 492, 486, 536, 577, 321, 2028, 365, 264, 5787, 13, 19964, 11, 321, 366, 920, 3760, 264, 1168, 1823, 538, 1823, 11, 293, 550, 321, 486, 536, 577, 264, 9410, 307, 920, 2252, 13], "avg_logprob": -0.5548610819710625, "compression_ratio": 1.7407407407407407, "no_speech_prob": 1.7881393432617188e-06, "words": [{"start": 1332.92, "end": 1333.26, "word": " For", "probability": 0.217041015625}, {"start": 1333.26, "end": 1333.26, "word": " example,", "probability": 0.89013671875}, {"start": 1333.26, "end": 1333.38, "word": " I", "probability": 0.61767578125}, {"start": 1333.38, "end": 1333.7, "word": " have", "probability": 0.82568359375}, {"start": 1333.7, "end": 1335.78, "word": " the", "probability": 0.58544921875}, {"start": 1335.78, "end": 1336.08, "word": " file", "probability": 0.7373046875}, {"start": 1336.08, "end": 1336.1, "word": " name,", "probability": 0.73583984375}, {"start": 1336.48, "end": 1336.72, "word": " but", "probability": 0.404296875}, {"start": 1336.72, "end": 1336.86, "word": " I", "probability": 0.8564453125}, {"start": 1336.86, "end": 1336.96, "word": " don't", "probability": 0.748779296875}, {"start": 1336.96, "end": 1337.24, "word": " know", "probability": 0.81591796875}, {"start": 1337.24, "end": 1337.74, "word": " when", "probability": 0.59423828125}, {"start": 1337.74, "end": 1338.18, "word": " the", "probability": 0.263671875}, {"start": 1338.18, "end": 1338.9, "word": " file", "probability": 0.29736328125}, {"start": 1338.9, "end": 1339.72, "word": " will", "probability": 0.419677734375}, {"start": 1339.72, "end": 1340.62, "word": " be", "probability": 0.77001953125}, {"start": 1340.62, "end": 1340.78, "word": " added", "probability": 0.1619873046875}, {"start": 1340.78, "end": 1341.58, "word": " to", "probability": 0.64990234375}, {"start": 1341.58, "end": 1341.66, "word": " the", "probability": 0.7373046875}, {"start": 1341.66, "end": 1342.0, "word": " drawable", "probability": 0.708251953125}, {"start": 1342.0, "end": 1342.06, "word": " file.", "probability": 0.26708984375}, {"start": 1342.18, "end": 1342.56, "word": " The", "probability": 0.2509765625}, {"start": 1342.56, "end": 1342.56, "word": " file", "probability": 0.55322265625}, {"start": 1342.56, "end": 1342.68, "word": " is", "probability": 0.60595703125}, {"start": 1342.68, "end": 1342.76, "word": " not", "probability": 0.7744140625}, {"start": 1342.76, "end": 1342.88, "word": " yet", "probability": 0.41357421875}, {"start": 1342.88, "end": 1343.12, "word": " in", "probability": 0.457275390625}, {"start": 1343.12, "end": 1343.3, "word": " the", "probability": 0.79443359375}, {"start": 1343.3, "end": 1343.58, "word": " drawable", "probability": 0.96337890625}, {"start": 1343.58, "end": 1343.62, "word": " file.", "probability": 0.650390625}, {"start": 1344.06, "end": 1344.46, "word": " Are", "probability": 0.1214599609375}, {"start": 1344.46, "end": 1344.6, "word": " the", "probability": 0.72900390625}, {"start": 1344.6, "end": 1344.76, "word": " photos", "probability": 0.27001953125}, {"start": 1344.76, "end": 1345.14, "word": " here?", "probability": 0.203369140625}, {"start": 1346.84, "end": 1347.32, "word": " There", "probability": 0.19482421875}, {"start": 1347.32, "end": 1347.32, "word": " is", "probability": 0.6767578125}, {"start": 1347.32, "end": 1347.42, "word": " a", "probability": 0.74072265625}, {"start": 1347.42, "end": 1347.66, "word": " folder", "probability": 0.12408447265625}, {"start": 1347.66, "end": 1347.9, "word": " here,", "probability": 0.66552734375}, {"start": 1347.94, "end": 1348.08, "word": " and", "probability": 0.7685546875}, {"start": 1348.08, "end": 1348.26, "word": " each", "probability": 0.70849609375}, {"start": 1348.26, "end": 1348.52, "word": " file", "probability": 0.89990234375}, {"start": 1348.52, "end": 1348.72, "word": " has", "probability": 0.89892578125}, {"start": 1348.72, "end": 1349.26, "word": " a", "probability": 0.80908203125}, {"start": 1349.26, "end": 1350.06, "word": " name.", "probability": 0.79248046875}, {"start": 1350.92, "end": 1351.32, "word": " We", "probability": 0.483642578125}, {"start": 1351.32, "end": 1351.4, "word": " will", "probability": 0.6728515625}, {"start": 1351.4, "end": 1351.56, "word": " see", "probability": 0.8369140625}, {"start": 1351.56, "end": 1351.92, "word": " how", "probability": 0.89697265625}, {"start": 1351.92, "end": 1352.04, "word": " we", "probability": 0.681640625}, {"start": 1352.04, "end": 1352.32, "word": " deal", "probability": 0.57470703125}, {"start": 1352.32, "end": 1352.8, "word": " with", "probability": 0.890625}, {"start": 1352.8, "end": 1352.94, "word": " the", "probability": 0.36865234375}, {"start": 1352.94, "end": 1353.14, "word": " photos.", "probability": 0.78271484375}, {"start": 1353.38, "end": 1353.74, "word": " Currently,", "probability": 0.283203125}, {"start": 1353.88, "end": 1354.14, "word": " we", "probability": 0.87060546875}, {"start": 1354.14, "end": 1354.14, "word": " are", "probability": 0.810546875}, {"start": 1354.14, "end": 1354.18, "word": " still", "probability": 0.3876953125}, {"start": 1354.18, "end": 1355.14, "word": " reading", "probability": 0.5693359375}, {"start": 1355.14, "end": 1355.86, "word": " the", "probability": 0.71337890625}, {"start": 1355.86, "end": 1356.12, "word": " question", "probability": 0.63623046875}, {"start": 1356.12, "end": 1356.12, "word": " step", "probability": 0.73681640625}, {"start": 1356.12, "end": 1356.12, "word": " by", "probability": 0.9599609375}, {"start": 1356.12, "end": 1356.12, "word": " step,", "probability": 0.91162109375}, {"start": 1356.36, "end": 1356.44, "word": " and", "probability": 0.74072265625}, {"start": 1356.44, "end": 1356.62, "word": " then", "probability": 0.321533203125}, {"start": 1356.62, "end": 1356.72, "word": " we", "probability": 0.75537109375}, {"start": 1356.72, "end": 1356.78, "word": " will", "probability": 0.59912109375}, {"start": 1356.78, "end": 1356.86, "word": " see", "probability": 0.8359375}, {"start": 1356.86, "end": 1357.06, "word": " how", "probability": 0.83935546875}, {"start": 1357.06, "end": 1357.36, "word": " the", "probability": 0.3740234375}, {"start": 1357.36, "end": 1357.6, "word": " programming", "probability": 0.51318359375}, {"start": 1357.6, "end": 1357.76, "word": " is", "probability": 0.8662109375}, {"start": 1357.76, "end": 1357.76, "word": " still", "probability": 0.62109375}, {"start": 1357.76, "end": 1357.98, "word": " difficult.", "probability": 0.8466796875}], "temperature": 1.0}, {"id": 54, "seek": 138466, "start": 1358.76, "end": 1384.66, "text": "You would think that you are in the first lecture, that you are going to ask questions and answer them correctly and wrongly. No. You are reading and pressing buttons without knowing that there is a corrupted programmer behind you who is working here. We are still collecting questions. From where? From the text file. Okay. What do we do in the end? After collecting all the questions, what do you call the return?", "tokens": [3223, 576, 519, 300, 291, 366, 294, 264, 700, 7991, 11, 300, 291, 366, 516, 281, 1029, 1651, 293, 1867, 552, 8944, 293, 2085, 356, 13, 883, 13, 509, 366, 3760, 293, 12417, 9905, 1553, 5276, 300, 456, 307, 257, 1181, 894, 25383, 32116, 2261, 291, 567, 307, 1364, 510, 13, 492, 366, 920, 12510, 1651, 13, 3358, 689, 30, 3358, 264, 2487, 3991, 13, 1033, 13, 708, 360, 321, 360, 294, 264, 917, 30, 2381, 12510, 439, 264, 1651, 11, 437, 360, 291, 818, 264, 2736, 30], "avg_logprob": -0.6653791866945417, "compression_ratio": 1.7078189300411524, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 1358.76, "end": 1359.1, "word": "You", "probability": 0.1993408203125}, {"start": 1359.1, "end": 1359.28, "word": " would", "probability": 0.11151123046875}, {"start": 1359.28, "end": 1359.64, "word": " think", "probability": 0.74755859375}, {"start": 1359.64, "end": 1359.84, "word": " that", "probability": 0.60595703125}, {"start": 1359.84, "end": 1359.92, "word": " you", "probability": 0.2313232421875}, {"start": 1359.92, "end": 1359.94, "word": " are", "probability": 0.355224609375}, {"start": 1359.94, "end": 1360.24, "word": " in", "probability": 0.24462890625}, {"start": 1360.24, "end": 1360.88, "word": " the", "probability": 0.73681640625}, {"start": 1360.88, "end": 1361.3, "word": " first", "probability": 0.61376953125}, {"start": 1361.3, "end": 1361.7, "word": " lecture,", "probability": 0.53955078125}, {"start": 1361.8, "end": 1361.84, "word": " that", "probability": 0.1751708984375}, {"start": 1361.84, "end": 1361.92, "word": " you", "probability": 0.6572265625}, {"start": 1361.92, "end": 1361.92, "word": " are", "probability": 0.1788330078125}, {"start": 1361.92, "end": 1361.96, "word": " going", "probability": 0.7998046875}, {"start": 1361.96, "end": 1361.96, "word": " to", "probability": 0.96484375}, {"start": 1361.96, "end": 1362.06, "word": " ask", "probability": 0.2364501953125}, {"start": 1362.06, "end": 1362.48, "word": " questions", "probability": 0.6640625}, {"start": 1362.48, "end": 1362.6, "word": " and", "probability": 0.245849609375}, {"start": 1362.6, "end": 1362.76, "word": " answer", "probability": 0.449462890625}, {"start": 1362.76, "end": 1363.06, "word": " them", "probability": 0.61572265625}, {"start": 1363.06, "end": 1363.32, "word": " correctly", "probability": 0.43408203125}, {"start": 1363.32, "end": 1363.48, "word": " and", "probability": 0.408447265625}, {"start": 1363.48, "end": 1363.82, "word": " wrongly.", "probability": 0.485595703125}, {"start": 1364.34, "end": 1364.82, "word": " No.", "probability": 0.751953125}, {"start": 1365.54, "end": 1365.86, "word": " You", "probability": 0.8662109375}, {"start": 1365.86, "end": 1366.04, "word": " are", "probability": 0.420654296875}, {"start": 1366.04, "end": 1368.2, "word": " reading", "probability": 0.05267333984375}, {"start": 1368.2, "end": 1368.38, "word": " and", "probability": 0.51025390625}, {"start": 1368.38, "end": 1368.92, "word": " pressing", "probability": 0.13818359375}, {"start": 1368.92, "end": 1369.38, "word": " buttons", "probability": 0.8125}, {"start": 1369.38, "end": 1369.54, "word": " without", "probability": 0.40087890625}, {"start": 1369.54, "end": 1369.82, "word": " knowing", "probability": 0.6171875}, {"start": 1369.82, "end": 1370.0, "word": " that", "probability": 0.88525390625}, {"start": 1370.0, "end": 1370.2, "word": " there", "probability": 0.54833984375}, {"start": 1370.2, "end": 1370.2, "word": " is", "probability": 0.83251953125}, {"start": 1370.2, "end": 1370.74, "word": " a", "probability": 0.67041015625}, {"start": 1370.74, "end": 1370.96, "word": " corrupted", "probability": 0.3658447265625}, {"start": 1370.96, "end": 1370.96, "word": " programmer", "probability": 0.826171875}, {"start": 1370.96, "end": 1371.24, "word": " behind", "probability": 0.7265625}, {"start": 1371.24, "end": 1371.36, "word": " you", "probability": 0.955078125}, {"start": 1371.36, "end": 1373.54, "word": " who", "probability": 0.2406005859375}, {"start": 1373.54, "end": 1373.74, "word": " is", "probability": 0.79296875}, {"start": 1373.74, "end": 1374.02, "word": " working", "probability": 0.403564453125}, {"start": 1374.02, "end": 1374.48, "word": " here.", "probability": 0.327880859375}, {"start": 1375.8, "end": 1376.32, "word": " We", "probability": 0.411865234375}, {"start": 1376.32, "end": 1376.5, "word": " are", "probability": 0.71142578125}, {"start": 1376.5, "end": 1376.68, "word": " still", "probability": 0.85400390625}, {"start": 1376.68, "end": 1377.32, "word": " collecting", "probability": 0.1314697265625}, {"start": 1377.32, "end": 1377.82, "word": " questions.", "probability": 0.75634765625}, {"start": 1377.88, "end": 1378.04, "word": " From", "probability": 0.483642578125}, {"start": 1378.04, "end": 1378.28, "word": " where?", "probability": 0.857421875}, {"start": 1378.76, "end": 1379.1, "word": " From", "probability": 0.82080078125}, {"start": 1379.1, "end": 1379.26, "word": " the", "probability": 0.7998046875}, {"start": 1379.26, "end": 1379.72, "word": " text", "probability": 0.68701171875}, {"start": 1379.72, "end": 1379.72, "word": " file.", "probability": 0.8203125}, {"start": 1380.54, "end": 1380.82, "word": " Okay.", "probability": 0.2489013671875}, {"start": 1380.96, "end": 1381.08, "word": " What", "probability": 0.57958984375}, {"start": 1381.08, "end": 1381.08, "word": " do", "probability": 0.83837890625}, {"start": 1381.08, "end": 1381.08, "word": " we", "probability": 0.74169921875}, {"start": 1381.08, "end": 1381.08, "word": " do", "probability": 0.9423828125}, {"start": 1381.08, "end": 1381.08, "word": " in", "probability": 0.364501953125}, {"start": 1381.08, "end": 1381.18, "word": " the", "probability": 0.89404296875}, {"start": 1381.18, "end": 1381.44, "word": " end?", "probability": 0.6708984375}, {"start": 1381.88, "end": 1382.14, "word": " After", "probability": 0.84912109375}, {"start": 1382.14, "end": 1382.56, "word": " collecting", "probability": 0.403564453125}, {"start": 1382.56, "end": 1382.68, "word": " all", "probability": 0.9140625}, {"start": 1382.68, "end": 1382.68, "word": " the", "probability": 0.76806640625}, {"start": 1382.68, "end": 1382.92, "word": " questions,", "probability": 0.92578125}, {"start": 1383.54, "end": 1384.08, "word": " what", "probability": 0.2841796875}, {"start": 1384.08, "end": 1384.08, "word": " do", "probability": 0.6015625}, {"start": 1384.08, "end": 1384.1, "word": " you", "probability": 0.7412109375}, {"start": 1384.1, "end": 1384.24, "word": " call", "probability": 0.591796875}, {"start": 1384.24, "end": 1384.34, "word": " the", "probability": 0.482177734375}, {"start": 1384.34, "end": 1384.66, "word": " return?", "probability": 0.8466796875}], "temperature": 1.0}, {"id": 55, "seek": 141777, "start": 1388.07, "end": 1417.77, "text": " return to questions because it's a small thing, guys what did we pass here? we passed or leave it as a reference to the activity ok, the reader request should be completed I will try it again before you go another step make sure that it is working how? let's go back to our activity let's make a request to the reader and we want to say qreader.get", "tokens": [2736, 281, 1651, 570, 309, 311, 257, 1359, 551, 11, 1074, 437, 630, 321, 1320, 510, 30, 321, 4678, 420, 1856, 309, 382, 257, 6408, 281, 264, 5191, 3133, 11, 264, 15149, 5308, 820, 312, 7365, 286, 486, 853, 309, 797, 949, 291, 352, 1071, 1823, 652, 988, 300, 309, 307, 1364, 577, 30, 718, 311, 352, 646, 281, 527, 5191, 718, 311, 652, 257, 5308, 281, 264, 15149, 293, 321, 528, 281, 584, 9505, 2538, 260, 13, 847], "avg_logprob": -0.6292968593537808, "compression_ratio": 1.6384976525821595, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1388.07, "end": 1388.47, "word": " return", "probability": 0.380615234375}, {"start": 1388.47, "end": 1388.65, "word": " to", "probability": 0.1748046875}, {"start": 1388.65, "end": 1389.13, "word": " questions", "probability": 0.861328125}, {"start": 1389.13, "end": 1391.13, "word": " because", "probability": 0.35302734375}, {"start": 1391.13, "end": 1392.39, "word": " it's", "probability": 0.524169921875}, {"start": 1392.39, "end": 1392.67, "word": " a", "probability": 0.5078125}, {"start": 1392.67, "end": 1393.05, "word": " small", "probability": 0.59375}, {"start": 1393.05, "end": 1393.15, "word": " thing,", "probability": 0.59375}, {"start": 1393.39, "end": 1393.63, "word": " guys", "probability": 0.2154541015625}, {"start": 1393.63, "end": 1394.11, "word": " what", "probability": 0.326416015625}, {"start": 1394.11, "end": 1394.19, "word": " did", "probability": 0.5517578125}, {"start": 1394.19, "end": 1394.21, "word": " we", "probability": 0.9091796875}, {"start": 1394.21, "end": 1394.43, "word": " pass", "probability": 0.462890625}, {"start": 1394.43, "end": 1394.83, "word": " here?", "probability": 0.6748046875}, {"start": 1395.15, "end": 1395.53, "word": " we", "probability": 0.444091796875}, {"start": 1395.53, "end": 1395.75, "word": " passed", "probability": 0.7119140625}, {"start": 1395.75, "end": 1396.19, "word": " or", "probability": 0.3447265625}, {"start": 1396.19, "end": 1396.47, "word": " leave", "probability": 0.3681640625}, {"start": 1396.47, "end": 1396.65, "word": " it", "probability": 0.7783203125}, {"start": 1396.65, "end": 1396.65, "word": " as", "probability": 0.36181640625}, {"start": 1396.65, "end": 1396.65, "word": " a", "probability": 0.498046875}, {"start": 1396.65, "end": 1396.89, "word": " reference", "probability": 0.8662109375}, {"start": 1396.89, "end": 1397.05, "word": " to", "probability": 0.455810546875}, {"start": 1397.05, "end": 1397.09, "word": " the", "probability": 0.5615234375}, {"start": 1397.09, "end": 1397.47, "word": " activity", "probability": 0.9384765625}, {"start": 1397.47, "end": 1398.39, "word": " ok,", "probability": 0.2203369140625}, {"start": 1399.57, "end": 1400.05, "word": " the", "probability": 0.181396484375}, {"start": 1400.05, "end": 1400.33, "word": " reader", "probability": 0.17724609375}, {"start": 1400.33, "end": 1400.33, "word": " request", "probability": 0.497802734375}, {"start": 1400.33, "end": 1401.07, "word": " should", "probability": 0.8115234375}, {"start": 1401.07, "end": 1401.21, "word": " be", "probability": 0.7294921875}, {"start": 1401.21, "end": 1401.49, "word": " completed", "probability": 0.35888671875}, {"start": 1401.49, "end": 1401.89, "word": " I", "probability": 0.265380859375}, {"start": 1401.89, "end": 1401.97, "word": " will", "probability": 0.408447265625}, {"start": 1401.97, "end": 1402.07, "word": " try", "probability": 0.595703125}, {"start": 1402.07, "end": 1402.73, "word": " it", "probability": 0.3544921875}, {"start": 1402.73, "end": 1402.73, "word": " again", "probability": 0.91162109375}, {"start": 1402.73, "end": 1403.41, "word": " before", "probability": 0.5810546875}, {"start": 1403.41, "end": 1403.93, "word": " you", "probability": 0.71240234375}, {"start": 1403.93, "end": 1404.09, "word": " go", "probability": 0.325439453125}, {"start": 1404.09, "end": 1404.19, "word": " another", "probability": 0.41796875}, {"start": 1404.19, "end": 1404.75, "word": " step", "probability": 0.91650390625}, {"start": 1404.75, "end": 1405.83, "word": " make", "probability": 0.568359375}, {"start": 1405.83, "end": 1406.19, "word": " sure", "probability": 0.9267578125}, {"start": 1406.19, "end": 1406.33, "word": " that", "probability": 0.375244140625}, {"start": 1406.33, "end": 1406.51, "word": " it", "probability": 0.46630859375}, {"start": 1406.51, "end": 1406.55, "word": " is", "probability": 0.45947265625}, {"start": 1406.55, "end": 1406.85, "word": " working", "probability": 0.380615234375}, {"start": 1406.85, "end": 1407.71, "word": " how?", "probability": 0.541015625}, {"start": 1407.79, "end": 1408.07, "word": " let's", "probability": 0.56976318359375}, {"start": 1408.07, "end": 1408.27, "word": " go", "probability": 0.75537109375}, {"start": 1408.27, "end": 1408.33, "word": " back", "probability": 0.85498046875}, {"start": 1408.33, "end": 1408.55, "word": " to", "probability": 0.95654296875}, {"start": 1408.55, "end": 1409.43, "word": " our", "probability": 0.8056640625}, {"start": 1409.43, "end": 1410.09, "word": " activity", "probability": 0.9599609375}, {"start": 1410.09, "end": 1410.97, "word": " let's", "probability": 0.726806640625}, {"start": 1410.97, "end": 1411.17, "word": " make", "probability": 0.375732421875}, {"start": 1411.17, "end": 1411.31, "word": " a", "probability": 0.65478515625}, {"start": 1411.31, "end": 1411.51, "word": " request", "probability": 0.48291015625}, {"start": 1411.51, "end": 1411.67, "word": " to", "probability": 0.9375}, {"start": 1411.67, "end": 1411.69, "word": " the", "probability": 0.77001953125}, {"start": 1411.69, "end": 1411.93, "word": " reader", "probability": 0.97314453125}, {"start": 1411.93, "end": 1412.69, "word": " and", "probability": 0.6396484375}, {"start": 1412.69, "end": 1412.79, "word": " we", "probability": 0.703125}, {"start": 1412.79, "end": 1412.91, "word": " want", "probability": 0.342529296875}, {"start": 1412.91, "end": 1412.93, "word": " to", "probability": 0.896484375}, {"start": 1412.93, "end": 1413.23, "word": " say", "probability": 0.6611328125}, {"start": 1413.23, "end": 1415.01, "word": " qreader", "probability": 0.6510416666666666}, {"start": 1415.01, "end": 1417.77, "word": ".get", "probability": 0.791015625}], "temperature": 1.0}, {"id": 56, "seek": 144669, "start": 1419.15, "end": 1446.69, "text": " the questions, what is the file name? questions.txt and what does it want? it wants try catch now make sure that you read the questions, where should the questions come? in the list of questions", "tokens": [264, 1651, 11, 437, 307, 264, 3991, 1315, 30, 1651, 13, 83, 734, 293, 437, 775, 309, 528, 30, 309, 2738, 853, 3745, 586, 652, 988, 300, 291, 1401, 264, 1651, 11, 689, 820, 264, 1651, 808, 30, 294, 264, 1329, 295, 1651], "avg_logprob": -0.4669744433327155, "compression_ratio": 1.638655462184874, "no_speech_prob": 0.0, "words": [{"start": 1419.15, "end": 1419.37, "word": " the", "probability": 0.1490478515625}, {"start": 1419.37, "end": 1419.81, "word": " questions,", "probability": 0.865234375}, {"start": 1419.91, "end": 1420.13, "word": " what", "probability": 0.64306640625}, {"start": 1420.13, "end": 1420.21, "word": " is", "probability": 0.7333984375}, {"start": 1420.21, "end": 1420.41, "word": " the", "probability": 0.77197265625}, {"start": 1420.41, "end": 1420.73, "word": " file", "probability": 0.7412109375}, {"start": 1420.73, "end": 1420.73, "word": " name?", "probability": 0.79345703125}, {"start": 1421.53, "end": 1422.17, "word": " questions", "probability": 0.88720703125}, {"start": 1422.17, "end": 1424.21, "word": ".txt", "probability": 0.7329915364583334}, {"start": 1424.21, "end": 1426.59, "word": " and", "probability": 0.6806640625}, {"start": 1426.59, "end": 1426.81, "word": " what", "probability": 0.63232421875}, {"start": 1426.81, "end": 1426.81, "word": " does", "probability": 0.7294921875}, {"start": 1426.81, "end": 1426.87, "word": " it", "probability": 0.48828125}, {"start": 1426.87, "end": 1427.11, "word": " want?", "probability": 0.485107421875}, {"start": 1427.51, "end": 1428.01, "word": " it", "probability": 0.716796875}, {"start": 1428.01, "end": 1428.27, "word": " wants", "probability": 0.78076171875}, {"start": 1428.27, "end": 1429.73, "word": " try", "probability": 0.80517578125}, {"start": 1429.73, "end": 1430.65, "word": " catch", "probability": 0.4853515625}, {"start": 1430.65, "end": 1439.17, "word": " now", "probability": 0.42724609375}, {"start": 1439.17, "end": 1439.41, "word": " make", "probability": 0.333984375}, {"start": 1439.41, "end": 1439.79, "word": " sure", "probability": 0.939453125}, {"start": 1439.79, "end": 1439.93, "word": " that", "probability": 0.525390625}, {"start": 1439.93, "end": 1440.05, "word": " you", "probability": 0.55908203125}, {"start": 1440.05, "end": 1440.17, "word": " read", "probability": 0.7548828125}, {"start": 1440.17, "end": 1440.31, "word": " the", "probability": 0.81005859375}, {"start": 1440.31, "end": 1440.79, "word": " questions,", "probability": 0.8583984375}, {"start": 1441.03, "end": 1441.19, "word": " where", "probability": 0.289794921875}, {"start": 1441.19, "end": 1441.29, "word": " should", "probability": 0.443115234375}, {"start": 1441.29, "end": 1441.67, "word": " the", "probability": 0.63037109375}, {"start": 1441.67, "end": 1442.13, "word": " questions", "probability": 0.86328125}, {"start": 1442.13, "end": 1442.15, "word": " come?", "probability": 0.693359375}, {"start": 1442.91, "end": 1443.25, "word": " in", "probability": 0.7451171875}, {"start": 1443.25, "end": 1443.41, "word": " the", "probability": 0.6533203125}, {"start": 1443.41, "end": 1444.21, "word": " list", "probability": 0.89990234375}, {"start": 1444.21, "end": 1444.53, "word": " of", "probability": 0.95849609375}, {"start": 1444.53, "end": 1446.69, "word": " questions", "probability": 0.943359375}], "temperature": 1.0}, {"id": 57, "seek": 147247, "start": 1450.11, "end": 1472.47, "text": "Let's make a loop to see if the data is correct or not. For every question, q is present in the questions, we need to say log d com q dot get question text.", "tokens": [8373, 311, 652, 257, 6367, 281, 536, 498, 264, 1412, 307, 3006, 420, 406, 13, 1171, 633, 1168, 11, 9505, 307, 1974, 294, 264, 1651, 11, 321, 643, 281, 584, 3565, 274, 395, 9505, 5893, 483, 1168, 2487, 13], "avg_logprob": -0.6628906354308128, "compression_ratio": 1.3448275862068966, "no_speech_prob": 0.0, "words": [{"start": 1450.1100000000001, "end": 1450.91, "word": "Let's", "probability": 0.45391845703125}, {"start": 1450.91, "end": 1451.09, "word": " make", "probability": 0.46337890625}, {"start": 1451.09, "end": 1451.29, "word": " a", "probability": 0.7119140625}, {"start": 1451.29, "end": 1451.45, "word": " loop", "probability": 0.96240234375}, {"start": 1451.45, "end": 1452.77, "word": " to", "probability": 0.54541015625}, {"start": 1452.77, "end": 1453.11, "word": " see", "probability": 0.33984375}, {"start": 1453.11, "end": 1453.55, "word": " if", "probability": 0.74951171875}, {"start": 1453.55, "end": 1453.89, "word": " the", "probability": 0.365478515625}, {"start": 1453.89, "end": 1454.07, "word": " data", "probability": 0.5126953125}, {"start": 1454.07, "end": 1454.19, "word": " is", "probability": 0.4453125}, {"start": 1454.19, "end": 1454.37, "word": " correct", "probability": 0.498291015625}, {"start": 1454.37, "end": 1454.53, "word": " or", "probability": 0.54736328125}, {"start": 1454.53, "end": 1454.69, "word": " not.", "probability": 0.927734375}, {"start": 1455.17, "end": 1455.31, "word": " For", "probability": 0.5595703125}, {"start": 1455.31, "end": 1455.71, "word": " every", "probability": 0.521484375}, {"start": 1455.71, "end": 1457.27, "word": " question,", "probability": 0.7314453125}, {"start": 1457.97, "end": 1458.41, "word": " q", "probability": 0.392578125}, {"start": 1458.41, "end": 1459.01, "word": " is", "probability": 0.41357421875}, {"start": 1459.01, "end": 1459.41, "word": " present", "probability": 0.497314453125}, {"start": 1459.41, "end": 1459.53, "word": " in", "probability": 0.84619140625}, {"start": 1459.53, "end": 1459.67, "word": " the", "probability": 0.445068359375}, {"start": 1459.67, "end": 1460.21, "word": " questions,", "probability": 0.377197265625}, {"start": 1462.13, "end": 1462.37, "word": " we", "probability": 0.477294921875}, {"start": 1462.37, "end": 1462.57, "word": " need", "probability": 0.187744140625}, {"start": 1462.57, "end": 1462.59, "word": " to", "probability": 0.9609375}, {"start": 1462.59, "end": 1462.79, "word": " say", "probability": 0.487060546875}, {"start": 1462.79, "end": 1463.19, "word": " log", "probability": 0.171142578125}, {"start": 1463.19, "end": 1464.05, "word": " d", "probability": 0.126953125}, {"start": 1464.05, "end": 1468.19, "word": " com", "probability": 0.1671142578125}, {"start": 1468.19, "end": 1469.27, "word": " q", "probability": 0.8798828125}, {"start": 1469.27, "end": 1469.75, "word": " dot", "probability": 0.818359375}, {"start": 1469.75, "end": 1470.29, "word": " get", "probability": 0.9521484375}, {"start": 1470.29, "end": 1471.89, "word": " question", "probability": 0.78515625}, {"start": 1471.89, "end": 1472.47, "word": " text.", "probability": 0.8671875}], "temperature": 1.0}, {"id": 58, "seek": 150409, "start": 1475.99, "end": 1504.09, "text": " make sure that we took the log to print it on the screen ok now let's run it now it is supposed to show up in the logs here and here we want to make a filter and say just show me", "tokens": [652, 988, 300, 321, 1890, 264, 3565, 281, 4482, 309, 322, 264, 2568, 3133, 586, 718, 311, 1190, 309, 586, 309, 307, 3442, 281, 855, 493, 294, 264, 20820, 510, 293, 510, 321, 528, 281, 652, 257, 6608, 293, 584, 445, 855, 385], "avg_logprob": -0.7130681723356247, "compression_ratio": 1.504201680672269, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1475.99, "end": 1476.23, "word": " make", "probability": 0.1478271484375}, {"start": 1476.23, "end": 1476.65, "word": " sure", "probability": 0.93359375}, {"start": 1476.65, "end": 1476.87, "word": " that", "probability": 0.388427734375}, {"start": 1476.87, "end": 1478.15, "word": " we", "probability": 0.1368408203125}, {"start": 1478.15, "end": 1478.49, "word": " took", "probability": 0.271240234375}, {"start": 1478.49, "end": 1478.69, "word": " the", "probability": 0.5830078125}, {"start": 1478.69, "end": 1478.89, "word": " log", "probability": 0.55517578125}, {"start": 1478.89, "end": 1479.17, "word": " to", "probability": 0.484619140625}, {"start": 1479.17, "end": 1479.45, "word": " print", "probability": 0.75634765625}, {"start": 1479.45, "end": 1479.99, "word": " it", "probability": 0.35009765625}, {"start": 1479.99, "end": 1480.37, "word": " on", "probability": 0.6328125}, {"start": 1480.37, "end": 1480.49, "word": " the", "probability": 0.65771484375}, {"start": 1480.49, "end": 1480.73, "word": " screen", "probability": 0.78515625}, {"start": 1480.73, "end": 1481.53, "word": " ok", "probability": 0.2003173828125}, {"start": 1481.53, "end": 1484.89, "word": " now", "probability": 0.29833984375}, {"start": 1484.89, "end": 1485.37, "word": " let's", "probability": 0.72900390625}, {"start": 1485.37, "end": 1485.75, "word": " run", "probability": 0.432373046875}, {"start": 1485.75, "end": 1487.41, "word": " it", "probability": 0.64697265625}, {"start": 1487.41, "end": 1487.51, "word": " now", "probability": 0.3310546875}, {"start": 1487.51, "end": 1488.39, "word": " it", "probability": 0.54931640625}, {"start": 1488.39, "end": 1488.49, "word": " is", "probability": 0.175048828125}, {"start": 1488.49, "end": 1488.49, "word": " supposed", "probability": 0.5595703125}, {"start": 1488.49, "end": 1488.49, "word": " to", "probability": 0.94287109375}, {"start": 1488.49, "end": 1488.61, "word": " show", "probability": 0.1251220703125}, {"start": 1488.61, "end": 1489.23, "word": " up", "probability": 0.7412109375}, {"start": 1489.23, "end": 1489.39, "word": " in", "probability": 0.60400390625}, {"start": 1489.39, "end": 1489.47, "word": " the", "probability": 0.681640625}, {"start": 1489.47, "end": 1489.75, "word": " logs", "probability": 0.49853515625}, {"start": 1489.75, "end": 1492.43, "word": " here", "probability": 0.56005859375}, {"start": 1492.43, "end": 1499.95, "word": " and", "probability": 0.446044921875}, {"start": 1499.95, "end": 1500.09, "word": " here", "probability": 0.450439453125}, {"start": 1500.09, "end": 1500.29, "word": " we", "probability": 0.88720703125}, {"start": 1500.29, "end": 1500.29, "word": " want", "probability": 0.29638671875}, {"start": 1500.29, "end": 1500.35, "word": " to", "probability": 0.96826171875}, {"start": 1500.35, "end": 1500.47, "word": " make", "probability": 0.53955078125}, {"start": 1500.47, "end": 1500.63, "word": " a", "probability": 0.86865234375}, {"start": 1500.63, "end": 1501.03, "word": " filter", "probability": 0.97119140625}, {"start": 1501.03, "end": 1503.07, "word": " and", "probability": 0.75634765625}, {"start": 1503.07, "end": 1503.23, "word": " say", "probability": 0.36328125}, {"start": 1503.23, "end": 1503.57, "word": " just", "probability": 0.29541015625}, {"start": 1503.57, "end": 1503.79, "word": " show", "probability": 0.49609375}, {"start": 1503.79, "end": 1504.09, "word": " me", "probability": 0.76708984375}], "temperature": 1.0}, {"id": 59, "seek": 150996, "start": 1505.16, "end": 1509.96, "text": " The things that have tag comp And this is debug", "tokens": [440, 721, 300, 362, 6162, 715, 400, 341, 307, 24083], "avg_logprob": -0.7599431818181818, "compression_ratio": 0.96, "no_speech_prob": 0.0, "words": [{"start": 1505.16, "end": 1505.4, "word": " The", "probability": 0.29736328125}, {"start": 1505.4, "end": 1505.76, "word": " things", "probability": 0.2049560546875}, {"start": 1505.76, "end": 1505.96, "word": " that", "probability": 0.3623046875}, {"start": 1505.96, "end": 1506.16, "word": " have", "probability": 0.462890625}, {"start": 1506.16, "end": 1506.52, "word": " tag", "probability": 0.453125}, {"start": 1506.52, "end": 1506.96, "word": " comp", "probability": 0.38330078125}, {"start": 1506.96, "end": 1509.2, "word": " And", "probability": 0.276611328125}, {"start": 1509.2, "end": 1509.44, "word": " this", "probability": 0.63671875}, {"start": 1509.44, "end": 1509.66, "word": " is", "probability": 0.81591796875}, {"start": 1509.66, "end": 1509.96, "word": " debug", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 60, "seek": 155913, "start": 1532.43, "end": 1559.13, "text": " Okay, what is this? This is a reading for what? Reading all the questions. Forget about the message, because this contains a lot of information. For example, the first question, the second question, the third question, the fourth question, and so on. So, we assured him that he answered all the questions. Okay, what is left now is that he does not need us anymore, right? No. This is just a test for him. So, the first step that we should do after reading all the questions is to take", "tokens": [1033, 11, 437, 307, 341, 30, 639, 307, 257, 3760, 337, 437, 30, 29766, 439, 264, 1651, 13, 18675, 466, 264, 3636, 11, 570, 341, 8306, 257, 688, 295, 1589, 13, 1171, 1365, 11, 264, 700, 1168, 11, 264, 1150, 1168, 11, 264, 2636, 1168, 11, 264, 6409, 1168, 11, 293, 370, 322, 13, 407, 11, 321, 23426, 796, 300, 415, 10103, 439, 264, 1651, 13, 1033, 11, 437, 307, 1411, 586, 307, 300, 415, 775, 406, 643, 505, 3602, 11, 558, 30, 883, 13, 639, 307, 445, 257, 1500, 337, 796, 13, 407, 11, 264, 700, 1823, 300, 321, 820, 360, 934, 3760, 439, 264, 1651, 307, 281, 747], "avg_logprob": -0.6238738695780436, "compression_ratio": 1.9285714285714286, "no_speech_prob": 0.0, "words": [{"start": 1532.43, "end": 1532.71, "word": " Okay,", "probability": 0.1307373046875}, {"start": 1532.81, "end": 1532.93, "word": " what", "probability": 0.2283935546875}, {"start": 1532.93, "end": 1532.93, "word": " is", "probability": 0.72119140625}, {"start": 1532.93, "end": 1533.17, "word": " this?", "probability": 0.86669921875}, {"start": 1533.33, "end": 1533.51, "word": " This", "probability": 0.401123046875}, {"start": 1533.51, "end": 1533.51, "word": " is", "probability": 0.662109375}, {"start": 1533.51, "end": 1533.63, "word": " a", "probability": 0.178466796875}, {"start": 1533.63, "end": 1533.77, "word": " reading", "probability": 0.3583984375}, {"start": 1533.77, "end": 1533.95, "word": " for", "probability": 0.361328125}, {"start": 1533.95, "end": 1534.09, "word": " what?", "probability": 0.2626953125}, {"start": 1534.83, "end": 1535.27, "word": " Reading", "probability": 0.414794921875}, {"start": 1535.27, "end": 1535.47, "word": " all", "probability": 0.474365234375}, {"start": 1535.47, "end": 1535.49, "word": " the", "probability": 0.66748046875}, {"start": 1535.49, "end": 1535.79, "word": " questions.", "probability": 0.84912109375}, {"start": 1536.49, "end": 1536.93, "word": " Forget", "probability": 0.1944580078125}, {"start": 1536.93, "end": 1537.21, "word": " about", "probability": 0.354736328125}, {"start": 1537.21, "end": 1537.27, "word": " the", "probability": 0.708984375}, {"start": 1537.27, "end": 1537.57, "word": " message,", "probability": 0.247314453125}, {"start": 1537.81, "end": 1538.07, "word": " because", "probability": 0.7587890625}, {"start": 1538.07, "end": 1539.13, "word": " this", "probability": 0.401123046875}, {"start": 1539.13, "end": 1539.35, "word": " contains", "probability": 0.2149658203125}, {"start": 1539.35, "end": 1539.49, "word": " a", "probability": 0.372314453125}, {"start": 1539.49, "end": 1539.63, "word": " lot", "probability": 0.4423828125}, {"start": 1539.63, "end": 1539.87, "word": " of", "probability": 0.5458984375}, {"start": 1539.87, "end": 1540.11, "word": " information.", "probability": 0.19580078125}, {"start": 1540.17, "end": 1540.41, "word": " For", "probability": 0.39208984375}, {"start": 1540.41, "end": 1540.85, "word": " example,", "probability": 0.91455078125}, {"start": 1540.95, "end": 1541.27, "word": " the", "probability": 0.436767578125}, {"start": 1541.27, "end": 1541.41, "word": " first", "probability": 0.81689453125}, {"start": 1541.41, "end": 1541.41, "word": " question,", "probability": 0.4482421875}, {"start": 1541.49, "end": 1541.63, "word": " the", "probability": 0.55517578125}, {"start": 1541.63, "end": 1541.81, "word": " second", "probability": 0.890625}, {"start": 1541.81, "end": 1541.81, "word": " question,", "probability": 0.49365234375}, {"start": 1541.95, "end": 1542.01, "word": " the", "probability": 0.7802734375}, {"start": 1542.01, "end": 1542.17, "word": " third", "probability": 0.89794921875}, {"start": 1542.17, "end": 1542.21, "word": " question,", "probability": 0.80078125}, {"start": 1542.39, "end": 1542.39, "word": " the", "probability": 0.7822265625}, {"start": 1542.39, "end": 1542.53, "word": " fourth", "probability": 0.91552734375}, {"start": 1542.53, "end": 1542.53, "word": " question,", "probability": 0.9033203125}, {"start": 1542.67, "end": 1542.67, "word": " and", "probability": 0.654296875}, {"start": 1542.67, "end": 1542.89, "word": " so", "probability": 0.88818359375}, {"start": 1542.89, "end": 1543.09, "word": " on.", "probability": 0.896484375}, {"start": 1543.33, "end": 1543.59, "word": " So,", "probability": 0.404541015625}, {"start": 1543.65, "end": 1543.87, "word": " we", "probability": 0.430908203125}, {"start": 1543.87, "end": 1544.11, "word": " assured", "probability": 0.10198974609375}, {"start": 1544.11, "end": 1544.37, "word": " him", "probability": 0.383544921875}, {"start": 1544.37, "end": 1545.03, "word": " that", "probability": 0.7421875}, {"start": 1545.03, "end": 1545.67, "word": " he", "probability": 0.6875}, {"start": 1545.67, "end": 1545.67, "word": " answered", "probability": 0.1978759765625}, {"start": 1545.67, "end": 1546.55, "word": " all", "probability": 0.406005859375}, {"start": 1546.55, "end": 1546.57, "word": " the", "probability": 0.83203125}, {"start": 1546.57, "end": 1546.83, "word": " questions.", "probability": 0.931640625}, {"start": 1548.93, "end": 1549.37, "word": " Okay,", "probability": 0.55322265625}, {"start": 1549.69, "end": 1549.97, "word": " what", "probability": 0.150390625}, {"start": 1549.97, "end": 1549.97, "word": " is", "probability": 0.480224609375}, {"start": 1549.97, "end": 1550.19, "word": " left", "probability": 0.54736328125}, {"start": 1550.19, "end": 1550.59, "word": " now", "probability": 0.7841796875}, {"start": 1550.59, "end": 1550.99, "word": " is", "probability": 0.491455078125}, {"start": 1550.99, "end": 1551.15, "word": " that", "probability": 0.339111328125}, {"start": 1551.15, "end": 1551.37, "word": " he", "probability": 0.59423828125}, {"start": 1551.37, "end": 1551.55, "word": " does", "probability": 0.58935546875}, {"start": 1551.55, "end": 1551.55, "word": " not", "probability": 0.94873046875}, {"start": 1551.55, "end": 1551.89, "word": " need", "probability": 0.9208984375}, {"start": 1551.89, "end": 1552.13, "word": " us", "probability": 0.83251953125}, {"start": 1552.13, "end": 1552.37, "word": " anymore,", "probability": 0.27392578125}, {"start": 1552.41, "end": 1552.55, "word": " right?", "probability": 0.72119140625}, {"start": 1552.79, "end": 1552.81, "word": " No.", "probability": 0.66552734375}, {"start": 1553.35, "end": 1553.53, "word": " This", "probability": 0.455810546875}, {"start": 1553.53, "end": 1553.57, "word": " is", "probability": 0.74560546875}, {"start": 1553.57, "end": 1553.67, "word": " just", "probability": 0.56494140625}, {"start": 1553.67, "end": 1553.93, "word": " a", "probability": 0.29248046875}, {"start": 1553.93, "end": 1553.93, "word": " test", "probability": 0.321533203125}, {"start": 1553.93, "end": 1554.03, "word": " for", "probability": 0.412109375}, {"start": 1554.03, "end": 1554.51, "word": " him.", "probability": 0.61865234375}, {"start": 1554.91, "end": 1555.27, "word": " So,", "probability": 0.450439453125}, {"start": 1555.35, "end": 1555.45, "word": " the", "probability": 0.80419921875}, {"start": 1555.45, "end": 1555.57, "word": " first", "probability": 0.88232421875}, {"start": 1555.57, "end": 1555.85, "word": " step", "probability": 0.80029296875}, {"start": 1555.85, "end": 1556.01, "word": " that", "probability": 0.38427734375}, {"start": 1556.01, "end": 1556.83, "word": " we", "probability": 0.91162109375}, {"start": 1556.83, "end": 1556.97, "word": " should", "probability": 0.1759033203125}, {"start": 1556.97, "end": 1557.23, "word": " do", "probability": 0.63671875}, {"start": 1557.23, "end": 1557.63, "word": " after", "probability": 0.6728515625}, {"start": 1557.63, "end": 1557.95, "word": " reading", "probability": 0.75341796875}, {"start": 1557.95, "end": 1558.11, "word": " all", "probability": 0.57763671875}, {"start": 1558.11, "end": 1558.11, "word": " the", "probability": 0.8955078125}, {"start": 1558.11, "end": 1558.41, "word": " questions", "probability": 0.9248046875}, {"start": 1558.41, "end": 1558.71, "word": " is", "probability": 0.66650390625}, {"start": 1558.71, "end": 1558.79, "word": " to", "probability": 0.7705078125}, {"start": 1558.79, "end": 1559.13, "word": " take", "probability": 0.6708984375}], "temperature": 1.0}, {"id": 61, "seek": 158224, "start": 1560.18, "end": 1582.24, "text": " A question from them and we put it in the elements of the screen, right or not? Before we get the elements of the screen that we play with in the beginning, okay? Let's put them up here, what for? Because we will use them a lot, okay? Question, TV, and we have buttons, right or not?", "tokens": [316, 1168, 490, 552, 293, 321, 829, 309, 294, 264, 4959, 295, 264, 2568, 11, 558, 420, 406, 30, 4546, 321, 483, 264, 4959, 295, 264, 2568, 300, 321, 862, 365, 294, 264, 2863, 11, 1392, 30, 961, 311, 829, 552, 493, 510, 11, 437, 337, 30, 1436, 321, 486, 764, 552, 257, 688, 11, 1392, 30, 14464, 11, 3558, 11, 293, 321, 362, 9905, 11, 558, 420, 406, 30], "avg_logprob": -0.4452024589122181, "compression_ratio": 1.6904761904761905, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1560.18, "end": 1560.42, "word": " A", "probability": 0.1810302734375}, {"start": 1560.42, "end": 1560.66, "word": " question", "probability": 0.88623046875}, {"start": 1560.66, "end": 1560.88, "word": " from", "probability": 0.728515625}, {"start": 1560.88, "end": 1561.12, "word": " them", "probability": 0.7744140625}, {"start": 1561.12, "end": 1562.06, "word": " and", "probability": 0.51513671875}, {"start": 1562.06, "end": 1562.16, "word": " we", "probability": 0.316162109375}, {"start": 1562.16, "end": 1562.38, "word": " put", "probability": 0.478759765625}, {"start": 1562.38, "end": 1562.48, "word": " it", "probability": 0.66748046875}, {"start": 1562.48, "end": 1562.58, "word": " in", "probability": 0.62158203125}, {"start": 1562.58, "end": 1563.48, "word": " the", "probability": 0.7412109375}, {"start": 1563.48, "end": 1563.76, "word": " elements", "probability": 0.331298828125}, {"start": 1563.76, "end": 1563.98, "word": " of", "probability": 0.88330078125}, {"start": 1563.98, "end": 1564.18, "word": " the", "probability": 0.8818359375}, {"start": 1564.18, "end": 1564.44, "word": " screen,", "probability": 0.8427734375}, {"start": 1564.68, "end": 1564.92, "word": " right", "probability": 0.541015625}, {"start": 1564.92, "end": 1565.06, "word": " or", "probability": 0.75244140625}, {"start": 1565.06, "end": 1565.16, "word": " not?", "probability": 0.59716796875}, {"start": 1565.54, "end": 1565.9, "word": " Before", "probability": 0.285400390625}, {"start": 1565.9, "end": 1566.06, "word": " we", "probability": 0.69140625}, {"start": 1566.06, "end": 1566.18, "word": " get", "probability": 0.34375}, {"start": 1566.18, "end": 1566.3, "word": " the", "probability": 0.703125}, {"start": 1566.3, "end": 1566.52, "word": " elements", "probability": 0.85009765625}, {"start": 1566.52, "end": 1566.66, "word": " of", "probability": 0.90185546875}, {"start": 1566.66, "end": 1566.74, "word": " the", "probability": 0.90673828125}, {"start": 1566.74, "end": 1566.94, "word": " screen", "probability": 0.87548828125}, {"start": 1566.94, "end": 1567.06, "word": " that", "probability": 0.5390625}, {"start": 1567.06, "end": 1567.18, "word": " we", "probability": 0.93310546875}, {"start": 1567.18, "end": 1567.4, "word": " play", "probability": 0.430419921875}, {"start": 1567.4, "end": 1567.68, "word": " with", "probability": 0.83447265625}, {"start": 1567.68, "end": 1568.28, "word": " in", "probability": 0.380859375}, {"start": 1568.28, "end": 1568.38, "word": " the", "probability": 0.9150390625}, {"start": 1568.38, "end": 1568.62, "word": " beginning,", "probability": 0.390380859375}, {"start": 1569.66, "end": 1569.94, "word": " okay?", "probability": 0.2939453125}, {"start": 1571.32, "end": 1571.76, "word": " Let's", "probability": 0.865966796875}, {"start": 1571.76, "end": 1572.8, "word": " put", "probability": 0.8916015625}, {"start": 1572.8, "end": 1572.96, "word": " them", "probability": 0.88134765625}, {"start": 1572.96, "end": 1573.08, "word": " up", "probability": 0.5458984375}, {"start": 1573.08, "end": 1573.54, "word": " here,", "probability": 0.82568359375}, {"start": 1573.76, "end": 1573.94, "word": " what", "probability": 0.2216796875}, {"start": 1573.94, "end": 1574.06, "word": " for?", "probability": 0.4716796875}, {"start": 1574.26, "end": 1574.34, "word": " Because", "probability": 0.433837890625}, {"start": 1574.34, "end": 1574.44, "word": " we", "probability": 0.939453125}, {"start": 1574.44, "end": 1574.44, "word": " will", "probability": 0.5712890625}, {"start": 1574.44, "end": 1574.72, "word": " use", "probability": 0.8759765625}, {"start": 1574.72, "end": 1574.92, "word": " them", "probability": 0.8798828125}, {"start": 1574.92, "end": 1575.08, "word": " a", "probability": 0.9052734375}, {"start": 1575.08, "end": 1575.18, "word": " lot,", "probability": 0.95703125}, {"start": 1575.7, "end": 1576.04, "word": " okay?", "probability": 0.78955078125}, {"start": 1577.34, "end": 1577.78, "word": " Question,", "probability": 0.60595703125}, {"start": 1578.28, "end": 1578.82, "word": " TV,", "probability": 0.818359375}, {"start": 1579.92, "end": 1580.72, "word": " and", "probability": 0.90478515625}, {"start": 1580.72, "end": 1580.86, "word": " we", "probability": 0.70849609375}, {"start": 1580.86, "end": 1581.08, "word": " have", "probability": 0.91015625}, {"start": 1581.08, "end": 1581.5, "word": " buttons,", "probability": 0.478515625}, {"start": 1581.86, "end": 1582.04, "word": " right", "probability": 0.8759765625}, {"start": 1582.04, "end": 1582.2, "word": " or", "probability": 0.91943359375}, {"start": 1582.2, "end": 1582.24, "word": " not?", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 62, "seek": 160984, "start": 1584.86, "end": 1609.84, "text": " button choice one button choice two button choice three button image view photo queue photo", "tokens": [2960, 3922, 472, 2960, 3922, 732, 2960, 3922, 1045, 2960, 3256, 1910, 5052, 18639, 5052], "avg_logprob": -0.5468749813735485, "compression_ratio": 1.4838709677419355, "no_speech_prob": 0.0, "words": [{"start": 1584.86, "end": 1585.66, "word": " button", "probability": 0.13232421875}, {"start": 1585.66, "end": 1587.16, "word": " choice", "probability": 0.64208984375}, {"start": 1587.16, "end": 1588.86, "word": " one", "probability": 0.52685546875}, {"start": 1588.86, "end": 1589.54, "word": " button", "probability": 0.896484375}, {"start": 1589.54, "end": 1591.04, "word": " choice", "probability": 0.8056640625}, {"start": 1591.04, "end": 1592.2, "word": " two", "probability": 0.91552734375}, {"start": 1592.2, "end": 1592.96, "word": " button", "probability": 0.6357421875}, {"start": 1592.96, "end": 1594.52, "word": " choice", "probability": 0.8955078125}, {"start": 1594.52, "end": 1595.34, "word": " three", "probability": 0.9208984375}, {"start": 1595.34, "end": 1596.12, "word": " button", "probability": 0.7958984375}, {"start": 1596.12, "end": 1602.2, "word": " image", "probability": 0.204345703125}, {"start": 1602.2, "end": 1605.2, "word": " view", "probability": 0.84130859375}, {"start": 1605.2, "end": 1608.28, "word": " photo", "probability": 0.7451171875}, {"start": 1608.28, "end": 1609.32, "word": " queue", "probability": 0.1304931640625}, {"start": 1609.32, "end": 1609.84, "word": " photo", "probability": 0.90380859375}], "temperature": 1.0}, {"id": 63, "seek": 163948, "start": 1635.64, "end": 1639.48, "text": " Now let's read the elements of the screen", "tokens": [823, 718, 311, 1401, 264, 4959, 295, 264, 2568], "avg_logprob": -0.6601562261581421, "compression_ratio": 0.9130434782608695, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 1635.64, "end": 1636.44, "word": " Now", "probability": 0.0684814453125}, {"start": 1636.44, "end": 1637.24, "word": " let's", "probability": 0.641357421875}, {"start": 1637.24, "end": 1637.48, "word": " read", "probability": 0.720703125}, {"start": 1637.48, "end": 1637.94, "word": " the", "probability": 0.478759765625}, {"start": 1637.94, "end": 1638.28, "word": " elements", "probability": 0.406494140625}, {"start": 1638.28, "end": 1639.04, "word": " of", "probability": 0.626953125}, {"start": 1639.04, "end": 1639.18, "word": " the", "probability": 0.841796875}, {"start": 1639.18, "end": 1639.48, "word": " screen", "probability": 0.78515625}], "temperature": 1.0}, {"id": 64, "seek": 166994, "start": 1642.66, "end": 1669.94, "text": " It's normal, it's not embarrassing, it's not like they all didn't try it Okay, here we read the question Now, choice, one button, find view by id r dot id dot, what do we call it, option", "tokens": [467, 311, 2710, 11, 309, 311, 406, 17299, 11, 309, 311, 406, 411, 436, 439, 994, 380, 853, 309, 1033, 11, 510, 321, 1401, 264, 1168, 823, 11, 3922, 11, 472, 2960, 11, 915, 1910, 538, 4496, 367, 5893, 4496, 5893, 11, 437, 360, 321, 818, 309, 11, 3614], "avg_logprob": -0.5703125274181366, "compression_ratio": 1.385185185185185, "no_speech_prob": 0.0, "words": [{"start": 1642.66, "end": 1642.88, "word": " It's", "probability": 0.57666015625}, {"start": 1642.88, "end": 1643.08, "word": " normal,", "probability": 0.31494140625}, {"start": 1643.22, "end": 1643.38, "word": " it's", "probability": 0.5638427734375}, {"start": 1643.38, "end": 1643.4, "word": " not", "probability": 0.79833984375}, {"start": 1643.4, "end": 1643.68, "word": " embarrassing,", "probability": 0.560546875}, {"start": 1643.82, "end": 1643.86, "word": " it's", "probability": 0.5150146484375}, {"start": 1643.86, "end": 1643.88, "word": " not", "probability": 0.246337890625}, {"start": 1643.88, "end": 1644.02, "word": " like", "probability": 0.6630859375}, {"start": 1644.02, "end": 1644.24, "word": " they", "probability": 0.51708984375}, {"start": 1644.24, "end": 1644.24, "word": " all", "probability": 0.278564453125}, {"start": 1644.24, "end": 1644.36, "word": " didn't", "probability": 0.6685791015625}, {"start": 1644.36, "end": 1644.64, "word": " try", "probability": 0.87646484375}, {"start": 1644.64, "end": 1644.9, "word": " it", "probability": 0.4287109375}, {"start": 1644.9, "end": 1658.08, "word": " Okay,", "probability": 0.2373046875}, {"start": 1658.2, "end": 1658.36, "word": " here", "probability": 0.2196044921875}, {"start": 1658.36, "end": 1658.48, "word": " we", "probability": 0.474853515625}, {"start": 1658.48, "end": 1658.64, "word": " read", "probability": 0.73291015625}, {"start": 1658.64, "end": 1658.86, "word": " the", "probability": 0.90283203125}, {"start": 1658.86, "end": 1659.26, "word": " question", "probability": 0.923828125}, {"start": 1659.26, "end": 1661.66, "word": " Now,", "probability": 0.7021484375}, {"start": 1661.7, "end": 1662.32, "word": " choice,", "probability": 0.61376953125}, {"start": 1663.22, "end": 1664.14, "word": " one", "probability": 0.87646484375}, {"start": 1664.14, "end": 1664.6, "word": " button,", "probability": 0.89697265625}, {"start": 1665.0, "end": 1665.38, "word": " find", "probability": 0.88134765625}, {"start": 1665.38, "end": 1665.78, "word": " view", "probability": 0.544921875}, {"start": 1665.78, "end": 1666.04, "word": " by", "probability": 0.953125}, {"start": 1666.04, "end": 1666.42, "word": " id", "probability": 0.64501953125}, {"start": 1666.42, "end": 1666.82, "word": " r", "probability": 0.278076171875}, {"start": 1666.82, "end": 1667.06, "word": " dot", "probability": 0.5361328125}, {"start": 1667.06, "end": 1667.44, "word": " id", "probability": 0.9150390625}, {"start": 1667.44, "end": 1668.1, "word": " dot,", "probability": 0.9423828125}, {"start": 1668.9, "end": 1669.14, "word": " what", "probability": 0.68310546875}, {"start": 1669.14, "end": 1669.2, "word": " do", "probability": 0.378173828125}, {"start": 1669.2, "end": 1669.22, "word": " we", "probability": 0.9423828125}, {"start": 1669.22, "end": 1669.3, "word": " call", "probability": 0.83544921875}, {"start": 1669.3, "end": 1669.52, "word": " it,", "probability": 0.66650390625}, {"start": 1669.66, "end": 1669.94, "word": " option", "probability": 0.837890625}], "temperature": 1.0}, {"id": 65, "seek": 168697, "start": 1680.11, "end": 1686.97, "text": " I will change their name to choiceonebutton", "tokens": [286, 486, 1319, 641, 1315, 281, 3922, 546, 5955, 1756], "avg_logprob": -0.8799716017462991, "compression_ratio": 0.8979591836734694, "no_speech_prob": 0.0, "words": [{"start": 1680.11, "end": 1680.45, "word": " I", "probability": 0.051422119140625}, {"start": 1680.45, "end": 1681.27, "word": " will", "probability": 0.42041015625}, {"start": 1681.27, "end": 1681.51, "word": " change", "probability": 0.60791015625}, {"start": 1681.51, "end": 1681.67, "word": " their", "probability": 0.572265625}, {"start": 1681.67, "end": 1681.93, "word": " name", "probability": 0.3544921875}, {"start": 1681.93, "end": 1684.77, "word": " to", "probability": 0.343505859375}, {"start": 1684.77, "end": 1686.97, "word": " choiceonebutton", "probability": 0.60931396484375}], "temperature": 1.0}, {"id": 66, "seek": 174545, "start": 1719.71, "end": 1745.45, "text": " R.ID.ChoiceOneButton This is what we read", "tokens": [497, 13, 2777, 13, 44473, 573, 15426, 7835, 1756, 639, 307, 437, 321, 1401], "avg_logprob": -0.668750007947286, "compression_ratio": 0.875, "no_speech_prob": 0.0, "words": [{"start": 1719.71, "end": 1720.39, "word": " R", "probability": 0.169921875}, {"start": 1720.39, "end": 1721.03, "word": ".ID", "probability": 0.5927734375}, {"start": 1721.03, "end": 1728.79, "word": ".ChoiceOneButton", "probability": 0.7465413411458334}, {"start": 1728.79, "end": 1745.15, "word": " This", "probability": 0.0452880859375}, {"start": 1745.15, "end": 1745.23, "word": " is", "probability": 0.461181640625}, {"start": 1745.23, "end": 1745.25, "word": " what", "probability": 0.7060546875}, {"start": 1745.25, "end": 1745.25, "word": " we", "probability": 0.77001953125}, {"start": 1745.25, "end": 1745.45, "word": " read", "probability": 0.67431640625}], "temperature": 1.0}, {"id": 67, "seek": 177674, "start": 1748.86, "end": 1776.74, "text": " Now, here we got the questions. Now, we want to get a random question from these questions. How do we get a random question? The first thing is to mix them up. How? collections.shuffle And these are questions. This is how we mix them up. Now, after mixing them up, look at the first one. What do we do? We say questions.remove, not get. Why remove?", "tokens": [823, 11, 510, 321, 658, 264, 1651, 13, 823, 11, 321, 528, 281, 483, 257, 4974, 1168, 490, 613, 1651, 13, 1012, 360, 321, 483, 257, 4974, 1168, 30, 440, 700, 551, 307, 281, 2890, 552, 493, 13, 1012, 30, 16641, 13, 2716, 21665, 400, 613, 366, 1651, 13, 639, 307, 577, 321, 2890, 552, 493, 13, 823, 11, 934, 11983, 552, 493, 11, 574, 412, 264, 700, 472, 13, 708, 360, 321, 360, 30, 492, 584, 1651, 13, 2579, 1682, 11, 406, 483, 13, 1545, 4159, 30], "avg_logprob": -0.40168539325842695, "compression_ratio": 1.8177083333333333, "no_speech_prob": 0.0, "words": [{"start": 1748.86, "end": 1749.24, "word": " Now,", "probability": 0.49267578125}, {"start": 1749.36, "end": 1749.54, "word": " here", "probability": 0.2052001953125}, {"start": 1749.54, "end": 1749.6, "word": " we", "probability": 0.6728515625}, {"start": 1749.6, "end": 1749.76, "word": " got", "probability": 0.299072265625}, {"start": 1749.76, "end": 1749.9, "word": " the", "probability": 0.76220703125}, {"start": 1749.9, "end": 1750.18, "word": " questions.", "probability": 0.78857421875}, {"start": 1752.04, "end": 1752.42, "word": " Now,", "probability": 0.5185546875}, {"start": 1752.48, "end": 1752.48, "word": " we", "probability": 0.849609375}, {"start": 1752.48, "end": 1752.48, "word": " want", "probability": 0.284912109375}, {"start": 1752.48, "end": 1752.56, "word": " to", "probability": 0.9462890625}, {"start": 1752.56, "end": 1752.74, "word": " get", "probability": 0.775390625}, {"start": 1752.74, "end": 1753.58, "word": " a", "probability": 0.71484375}, {"start": 1753.58, "end": 1754.1, "word": " random", "probability": 0.77197265625}, {"start": 1754.1, "end": 1754.16, "word": " question", "probability": 0.9091796875}, {"start": 1754.16, "end": 1754.36, "word": " from", "probability": 0.6796875}, {"start": 1754.36, "end": 1754.46, "word": " these", "probability": 0.6259765625}, {"start": 1754.46, "end": 1754.72, "word": " questions.", "probability": 0.8896484375}, {"start": 1755.28, "end": 1755.66, "word": " How", "probability": 0.88232421875}, {"start": 1755.66, "end": 1755.76, "word": " do", "probability": 0.3740234375}, {"start": 1755.76, "end": 1755.78, "word": " we", "probability": 0.8994140625}, {"start": 1755.78, "end": 1755.88, "word": " get", "probability": 0.8046875}, {"start": 1755.88, "end": 1755.98, "word": " a", "probability": 0.5830078125}, {"start": 1755.98, "end": 1756.28, "word": " random", "probability": 0.84375}, {"start": 1756.28, "end": 1756.4, "word": " question?", "probability": 0.93017578125}, {"start": 1756.52, "end": 1756.66, "word": " The", "probability": 0.2607421875}, {"start": 1756.66, "end": 1756.76, "word": " first", "probability": 0.88671875}, {"start": 1756.76, "end": 1756.98, "word": " thing", "probability": 0.88232421875}, {"start": 1756.98, "end": 1757.04, "word": " is", "probability": 0.638671875}, {"start": 1757.04, "end": 1757.1, "word": " to", "probability": 0.80126953125}, {"start": 1757.1, "end": 1757.24, "word": " mix", "probability": 0.356201171875}, {"start": 1757.24, "end": 1757.46, "word": " them", "probability": 0.87646484375}, {"start": 1757.46, "end": 1758.08, "word": " up.", "probability": 0.52978515625}, {"start": 1758.42, "end": 1758.62, "word": " How?", "probability": 0.349853515625}, {"start": 1759.24, "end": 1759.62, "word": " collections", "probability": 0.435791015625}, {"start": 1759.62, "end": 1762.64, "word": ".shuffle", "probability": 0.9015299479166666}, {"start": 1762.64, "end": 1765.14, "word": " And", "probability": 0.395751953125}, {"start": 1765.14, "end": 1765.42, "word": " these", "probability": 0.308837890625}, {"start": 1765.42, "end": 1765.5, "word": " are", "probability": 0.859375}, {"start": 1765.5, "end": 1766.54, "word": " questions.", "probability": 0.88623046875}, {"start": 1767.16, "end": 1767.54, "word": " This", "probability": 0.248779296875}, {"start": 1767.54, "end": 1767.56, "word": " is", "probability": 0.66650390625}, {"start": 1767.56, "end": 1767.64, "word": " how", "probability": 0.91748046875}, {"start": 1767.64, "end": 1767.68, "word": " we", "probability": 0.412353515625}, {"start": 1767.68, "end": 1767.88, "word": " mix", "probability": 0.74462890625}, {"start": 1767.88, "end": 1768.06, "word": " them", "probability": 0.8896484375}, {"start": 1768.06, "end": 1768.22, "word": " up.", "probability": 0.89453125}, {"start": 1768.68, "end": 1769.0, "word": " Now,", "probability": 0.75146484375}, {"start": 1769.38, "end": 1769.6, "word": " after", "probability": 0.78125}, {"start": 1769.6, "end": 1769.88, "word": " mixing", "probability": 0.432861328125}, {"start": 1769.88, "end": 1770.18, "word": " them", "probability": 0.880859375}, {"start": 1770.18, "end": 1770.2, "word": " up,", "probability": 0.9130859375}, {"start": 1770.28, "end": 1770.44, "word": " look", "probability": 0.2142333984375}, {"start": 1770.44, "end": 1770.46, "word": " at", "probability": 0.424072265625}, {"start": 1770.46, "end": 1770.6, "word": " the", "probability": 0.8720703125}, {"start": 1770.6, "end": 1770.72, "word": " first", "probability": 0.87255859375}, {"start": 1770.72, "end": 1770.96, "word": " one.", "probability": 0.80224609375}, {"start": 1771.68, "end": 1772.06, "word": " What", "probability": 0.8203125}, {"start": 1772.06, "end": 1772.16, "word": " do", "probability": 0.6708984375}, {"start": 1772.16, "end": 1772.24, "word": " we", "probability": 0.93017578125}, {"start": 1772.24, "end": 1772.38, "word": " do?", "probability": 0.7353515625}, {"start": 1772.5, "end": 1772.6, "word": " We", "probability": 0.90673828125}, {"start": 1772.6, "end": 1772.8, "word": " say", "probability": 0.81787109375}, {"start": 1772.8, "end": 1773.2, "word": " questions", "probability": 0.712890625}, {"start": 1773.2, "end": 1775.0, "word": ".remove,", "probability": 0.92431640625}, {"start": 1775.06, "end": 1775.22, "word": " not", "probability": 0.88037109375}, {"start": 1775.22, "end": 1775.5, "word": " get.", "probability": 0.88427734375}, {"start": 1776.14, "end": 1776.42, "word": " Why", "probability": 0.85107421875}, {"start": 1776.42, "end": 1776.74, "word": " remove?", "probability": 0.92578125}], "temperature": 1.0}, {"id": 68, "seek": 180913, "start": 1782.45, "end": 1809.13, "text": "Why remove? I did remove, I didn't do get for example zero because I didn't want to do it again. It's like pulling a paper from the shed. That's it, we removed it from the guide. Remove, that's it. We took the first answer and brought it here. I will get a guide to fill it in the questions. We go to question text, tv, we say set text, where do I get the text from? From q dot get question text.", "tokens": [8429, 4159, 30, 286, 630, 4159, 11, 286, 994, 380, 360, 483, 337, 1365, 4018, 570, 286, 994, 380, 528, 281, 360, 309, 797, 13, 467, 311, 411, 8407, 257, 3035, 490, 264, 14951, 13, 663, 311, 309, 11, 321, 7261, 309, 490, 264, 5934, 13, 18831, 11, 300, 311, 309, 13, 492, 1890, 264, 700, 1867, 293, 3038, 309, 510, 13, 286, 486, 483, 257, 5934, 281, 2836, 309, 294, 264, 1651, 13, 492, 352, 281, 1168, 2487, 11, 16364, 11, 321, 584, 992, 2487, 11, 689, 360, 286, 483, 264, 2487, 490, 30, 3358, 9505, 5893, 483, 1168, 2487, 13], "avg_logprob": -0.49666259821178843, "compression_ratio": 1.6995708154506437, "no_speech_prob": 0.0, "words": [{"start": 1782.45, "end": 1782.77, "word": "Why", "probability": 0.38134765625}, {"start": 1782.77, "end": 1783.13, "word": " remove?", "probability": 0.75830078125}, {"start": 1783.17, "end": 1783.27, "word": " I", "probability": 0.6806640625}, {"start": 1783.27, "end": 1783.43, "word": " did", "probability": 0.357666015625}, {"start": 1783.43, "end": 1783.79, "word": " remove,", "probability": 0.83984375}, {"start": 1783.89, "end": 1783.97, "word": " I", "probability": 0.6943359375}, {"start": 1783.97, "end": 1784.03, "word": " didn't", "probability": 0.75732421875}, {"start": 1784.03, "end": 1784.29, "word": " do", "probability": 0.2037353515625}, {"start": 1784.29, "end": 1784.79, "word": " get", "probability": 0.81201171875}, {"start": 1784.79, "end": 1785.03, "word": " for", "probability": 0.492919921875}, {"start": 1785.03, "end": 1785.19, "word": " example", "probability": 0.92333984375}, {"start": 1785.19, "end": 1785.57, "word": " zero", "probability": 0.438720703125}, {"start": 1785.57, "end": 1786.53, "word": " because", "probability": 0.2257080078125}, {"start": 1786.53, "end": 1786.71, "word": " I", "probability": 0.8076171875}, {"start": 1786.71, "end": 1786.71, "word": " didn't", "probability": 0.766845703125}, {"start": 1786.71, "end": 1786.89, "word": " want", "probability": 0.305908203125}, {"start": 1786.89, "end": 1786.89, "word": " to", "probability": 0.72900390625}, {"start": 1786.89, "end": 1786.89, "word": " do", "probability": 0.2332763671875}, {"start": 1786.89, "end": 1787.03, "word": " it", "probability": 0.724609375}, {"start": 1787.03, "end": 1787.29, "word": " again.", "probability": 0.9443359375}, {"start": 1788.21, "end": 1788.43, "word": " It's", "probability": 0.3392333984375}, {"start": 1788.43, "end": 1788.51, "word": " like", "probability": 0.87744140625}, {"start": 1788.51, "end": 1788.87, "word": " pulling", "probability": 0.43310546875}, {"start": 1788.87, "end": 1788.97, "word": " a", "probability": 0.67919921875}, {"start": 1788.97, "end": 1789.13, "word": " paper", "probability": 0.368896484375}, {"start": 1789.13, "end": 1789.31, "word": " from", "probability": 0.666015625}, {"start": 1789.31, "end": 1789.43, "word": " the", "probability": 0.445556640625}, {"start": 1789.43, "end": 1789.65, "word": " shed.", "probability": 0.461181640625}, {"start": 1790.53, "end": 1790.89, "word": " That's", "probability": 0.55218505859375}, {"start": 1790.89, "end": 1791.03, "word": " it,", "probability": 0.8779296875}, {"start": 1791.13, "end": 1791.15, "word": " we", "probability": 0.87548828125}, {"start": 1791.15, "end": 1791.39, "word": " removed", "probability": 0.203125}, {"start": 1791.39, "end": 1791.59, "word": " it", "probability": 0.830078125}, {"start": 1791.59, "end": 1791.93, "word": " from", "probability": 0.78466796875}, {"start": 1791.93, "end": 1791.99, "word": " the", "probability": 0.7705078125}, {"start": 1791.99, "end": 1792.15, "word": " guide.", "probability": 0.6923828125}, {"start": 1792.31, "end": 1792.67, "word": " Remove,", "probability": 0.91845703125}, {"start": 1792.89, "end": 1793.05, "word": " that's", "probability": 0.85693359375}, {"start": 1793.05, "end": 1793.15, "word": " it.", "probability": 0.93896484375}, {"start": 1793.23, "end": 1793.47, "word": " We", "probability": 0.90625}, {"start": 1793.47, "end": 1793.47, "word": " took", "probability": 0.6318359375}, {"start": 1793.47, "end": 1793.59, "word": " the", "probability": 0.896484375}, {"start": 1793.59, "end": 1793.73, "word": " first", "probability": 0.8779296875}, {"start": 1793.73, "end": 1794.09, "word": " answer", "probability": 0.5185546875}, {"start": 1794.09, "end": 1794.71, "word": " and", "probability": 0.861328125}, {"start": 1794.71, "end": 1794.89, "word": " brought", "probability": 0.658203125}, {"start": 1794.89, "end": 1795.07, "word": " it", "probability": 0.93310546875}, {"start": 1795.07, "end": 1795.23, "word": " here.", "probability": 0.79638671875}, {"start": 1795.69, "end": 1795.77, "word": " I", "probability": 0.818359375}, {"start": 1795.77, "end": 1795.79, "word": " will", "probability": 0.28466796875}, {"start": 1795.79, "end": 1795.95, "word": " get", "probability": 0.273193359375}, {"start": 1795.95, "end": 1796.03, "word": " a", "probability": 0.66796875}, {"start": 1796.03, "end": 1796.13, "word": " guide", "probability": 0.693359375}, {"start": 1796.13, "end": 1796.29, "word": " to", "probability": 0.39697265625}, {"start": 1796.29, "end": 1796.61, "word": " fill", "probability": 0.86474609375}, {"start": 1796.61, "end": 1796.77, "word": " it", "probability": 0.457763671875}, {"start": 1796.77, "end": 1796.87, "word": " in", "probability": 0.69384765625}, {"start": 1796.87, "end": 1797.03, "word": " the", "probability": 0.81591796875}, {"start": 1797.03, "end": 1797.65, "word": " questions.", "probability": 0.8662109375}, {"start": 1798.61, "end": 1798.97, "word": " We", "probability": 0.4716796875}, {"start": 1798.97, "end": 1799.13, "word": " go", "probability": 0.3876953125}, {"start": 1799.13, "end": 1799.49, "word": " to", "probability": 0.94970703125}, {"start": 1799.49, "end": 1799.95, "word": " question", "probability": 0.47412109375}, {"start": 1799.95, "end": 1800.69, "word": " text,", "probability": 0.7783203125}, {"start": 1801.51, "end": 1802.19, "word": " tv,", "probability": 0.487548828125}, {"start": 1802.81, "end": 1802.91, "word": " we", "probability": 0.58544921875}, {"start": 1802.91, "end": 1803.07, "word": " say", "probability": 0.499267578125}, {"start": 1803.07, "end": 1803.43, "word": " set", "probability": 0.91943359375}, {"start": 1803.43, "end": 1803.95, "word": " text,", "probability": 0.880859375}, {"start": 1804.89, "end": 1805.37, "word": " where", "probability": 0.6083984375}, {"start": 1805.37, "end": 1805.55, "word": " do", "probability": 0.59619140625}, {"start": 1805.55, "end": 1805.61, "word": " I", "probability": 0.765625}, {"start": 1805.61, "end": 1805.75, "word": " get", "probability": 0.66064453125}, {"start": 1805.75, "end": 1805.89, "word": " the", "probability": 0.84130859375}, {"start": 1805.89, "end": 1806.15, "word": " text", "probability": 0.9638671875}, {"start": 1806.15, "end": 1806.23, "word": " from?", "probability": 0.533203125}, {"start": 1806.23, "end": 1806.37, "word": " From", "probability": 0.80859375}, {"start": 1806.37, "end": 1806.67, "word": " q", "probability": 0.424560546875}, {"start": 1806.67, "end": 1807.15, "word": " dot", "probability": 0.65869140625}, {"start": 1807.15, "end": 1808.29, "word": " get", "probability": 0.58056640625}, {"start": 1808.29, "end": 1808.67, "word": " question", "probability": 0.91796875}, {"start": 1808.67, "end": 1809.13, "word": " text.", "probability": 0.96875}], "temperature": 1.0}, {"id": 69, "seek": 181891, "start": 1810.69, "end": 1818.91, "text": "And then choice one button dot set text", "tokens": [5289, 550, 3922, 472, 2960, 5893, 992, 2487], "avg_logprob": -0.6818576388888888, "compression_ratio": 0.8478260869565217, "no_speech_prob": 0.0, "words": [{"start": 1810.69, "end": 1810.85, "word": "And", "probability": 0.1558837890625}, {"start": 1810.85, "end": 1811.19, "word": " then", "probability": 0.6904296875}, {"start": 1811.19, "end": 1811.89, "word": " choice", "probability": 0.53955078125}, {"start": 1811.89, "end": 1812.77, "word": " one", "probability": 0.291015625}, {"start": 1812.77, "end": 1814.57, "word": " button", "probability": 0.58740234375}, {"start": 1814.57, "end": 1817.51, "word": " dot", "probability": 0.38671875}, {"start": 1817.51, "end": 1818.27, "word": " set", "probability": 0.84228515625}, {"start": 1818.27, "end": 1818.91, "word": " text", "probability": 0.7744140625}], "temperature": 1.0}, {"id": 70, "seek": 184071, "start": 1824.95, "end": 1840.71, "text": " Also, to organize my work, look what I'm going to do. I'm supposed to bring the options and fill them in the buttons. The options are present as a list. The first element in the list should be placed where? In the first button, right? Because I'm just going to make it easier.", "tokens": [2743, 11, 281, 13859, 452, 589, 11, 574, 437, 286, 478, 516, 281, 360, 13, 286, 478, 3442, 281, 1565, 264, 3956, 293, 2836, 552, 294, 264, 9905, 13, 440, 3956, 366, 1974, 382, 257, 1329, 13, 440, 700, 4478, 294, 264, 1329, 820, 312, 7074, 689, 30, 682, 264, 700, 2960, 11, 558, 30, 1436, 286, 478, 445, 516, 281, 652, 309, 3571, 13], "avg_logprob": -0.6032197087100057, "compression_ratio": 1.538888888888889, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1824.95, "end": 1825.43, "word": " Also,", "probability": 0.1373291015625}, {"start": 1825.57, "end": 1825.73, "word": " to", "probability": 0.5830078125}, {"start": 1825.73, "end": 1826.05, "word": " organize", "probability": 0.177001953125}, {"start": 1826.05, "end": 1826.21, "word": " my", "probability": 0.4541015625}, {"start": 1826.21, "end": 1826.43, "word": " work,", "probability": 0.712890625}, {"start": 1826.77, "end": 1827.91, "word": " look", "probability": 0.408447265625}, {"start": 1827.91, "end": 1828.07, "word": " what", "probability": 0.4931640625}, {"start": 1828.07, "end": 1828.19, "word": " I'm", "probability": 0.62109375}, {"start": 1828.19, "end": 1828.25, "word": " going", "probability": 0.41259765625}, {"start": 1828.25, "end": 1828.25, "word": " to", "probability": 0.97119140625}, {"start": 1828.25, "end": 1828.49, "word": " do.", "probability": 0.92626953125}, {"start": 1828.85, "end": 1828.95, "word": " I'm", "probability": 0.6806640625}, {"start": 1828.95, "end": 1829.25, "word": " supposed", "probability": 0.66845703125}, {"start": 1829.25, "end": 1829.53, "word": " to", "probability": 0.9658203125}, {"start": 1829.53, "end": 1830.01, "word": " bring", "probability": 0.398681640625}, {"start": 1830.01, "end": 1830.09, "word": " the", "probability": 0.359375}, {"start": 1830.09, "end": 1830.53, "word": " options", "probability": 0.68798828125}, {"start": 1830.53, "end": 1830.69, "word": " and", "probability": 0.7744140625}, {"start": 1830.69, "end": 1830.89, "word": " fill", "probability": 0.6201171875}, {"start": 1830.89, "end": 1831.05, "word": " them", "probability": 0.8359375}, {"start": 1831.05, "end": 1831.17, "word": " in", "probability": 0.324462890625}, {"start": 1831.17, "end": 1832.15, "word": " the", "probability": 0.461669921875}, {"start": 1832.15, "end": 1832.43, "word": " buttons.", "probability": 0.806640625}, {"start": 1832.67, "end": 1832.85, "word": " The", "probability": 0.58544921875}, {"start": 1832.85, "end": 1833.19, "word": " options", "probability": 0.876953125}, {"start": 1833.19, "end": 1833.31, "word": " are", "probability": 0.84228515625}, {"start": 1833.31, "end": 1833.51, "word": " present", "probability": 0.1595458984375}, {"start": 1833.51, "end": 1833.69, "word": " as", "probability": 0.65869140625}, {"start": 1833.69, "end": 1834.09, "word": " a", "probability": 0.73974609375}, {"start": 1834.09, "end": 1834.35, "word": " list.", "probability": 0.92431640625}, {"start": 1834.77, "end": 1835.09, "word": " The", "probability": 0.6494140625}, {"start": 1835.09, "end": 1835.09, "word": " first", "probability": 0.86865234375}, {"start": 1835.09, "end": 1835.37, "word": " element", "probability": 0.365478515625}, {"start": 1835.37, "end": 1835.55, "word": " in", "probability": 0.62353515625}, {"start": 1835.55, "end": 1835.65, "word": " the", "probability": 0.8984375}, {"start": 1835.65, "end": 1835.83, "word": " list", "probability": 0.919921875}, {"start": 1835.83, "end": 1836.03, "word": " should", "probability": 0.2261962890625}, {"start": 1836.03, "end": 1836.15, "word": " be", "probability": 0.890625}, {"start": 1836.15, "end": 1836.29, "word": " placed", "probability": 0.49755859375}, {"start": 1836.29, "end": 1836.51, "word": " where?", "probability": 0.308349609375}, {"start": 1837.03, "end": 1837.41, "word": " In", "probability": 0.87158203125}, {"start": 1837.41, "end": 1837.49, "word": " the", "probability": 0.28369140625}, {"start": 1837.49, "end": 1837.87, "word": " first", "probability": 0.705078125}, {"start": 1837.87, "end": 1837.87, "word": " button,", "probability": 0.853515625}, {"start": 1838.05, "end": 1838.29, "word": " right?", "probability": 0.77294921875}, {"start": 1838.85, "end": 1839.13, "word": " Because", "probability": 0.57958984375}, {"start": 1839.13, "end": 1839.39, "word": " I'm", "probability": 0.676025390625}, {"start": 1839.39, "end": 1839.51, "word": " just", "probability": 0.59375}, {"start": 1839.51, "end": 1839.73, "word": " going", "probability": 0.09735107421875}, {"start": 1839.73, "end": 1839.99, "word": " to", "probability": 0.70654296875}, {"start": 1839.99, "end": 1840.71, "word": " make", "probability": 0.264892578125}, {"start": 1840.71, "end": 1840.71, "word": " it", "probability": 0.485107421875}, {"start": 1840.71, "end": 1840.71, "word": " easier.", "probability": 0.78662109375}], "temperature": 1.0}, {"id": 71, "seek": 188363, "start": 1866.29, "end": 1883.63, "text": " the buttons let's say I filled them in array now I say for integer i equal to zero i less than choice buttons dot length", "tokens": [264, 9905, 718, 311, 584, 286, 6412, 552, 294, 10225, 586, 286, 584, 337, 24922, 741, 2681, 281, 4018, 741, 1570, 813, 3922, 9905, 5893, 4641], "avg_logprob": -0.5642361111111112, "compression_ratio": 1.2736842105263158, "no_speech_prob": 0.0, "words": [{"start": 1866.29, "end": 1866.87, "word": " the", "probability": 0.12890625}, {"start": 1866.87, "end": 1867.15, "word": " buttons", "probability": 0.91259765625}, {"start": 1867.15, "end": 1867.37, "word": " let's", "probability": 0.4267578125}, {"start": 1867.37, "end": 1867.43, "word": " say", "probability": 0.7177734375}, {"start": 1867.43, "end": 1867.51, "word": " I", "probability": 0.64013671875}, {"start": 1867.51, "end": 1867.71, "word": " filled", "probability": 0.73388671875}, {"start": 1867.71, "end": 1868.05, "word": " them", "probability": 0.82421875}, {"start": 1868.05, "end": 1868.79, "word": " in", "probability": 0.4892578125}, {"start": 1868.79, "end": 1869.09, "word": " array", "probability": 0.2105712890625}, {"start": 1869.09, "end": 1870.23, "word": " now", "probability": 0.280029296875}, {"start": 1870.23, "end": 1870.55, "word": " I", "probability": 0.85791015625}, {"start": 1870.55, "end": 1870.83, "word": " say", "probability": 0.52783203125}, {"start": 1870.83, "end": 1874.85, "word": " for", "probability": 0.8486328125}, {"start": 1874.85, "end": 1875.29, "word": " integer", "probability": 0.80126953125}, {"start": 1875.29, "end": 1875.73, "word": " i", "probability": 0.5830078125}, {"start": 1875.73, "end": 1876.15, "word": " equal", "probability": 0.244873046875}, {"start": 1876.15, "end": 1876.31, "word": " to", "probability": 0.5537109375}, {"start": 1876.31, "end": 1876.53, "word": " zero", "probability": 0.587890625}, {"start": 1876.53, "end": 1878.19, "word": " i", "probability": 0.4677734375}, {"start": 1878.19, "end": 1878.71, "word": " less", "probability": 0.410400390625}, {"start": 1878.71, "end": 1879.15, "word": " than", "probability": 0.84521484375}, {"start": 1879.15, "end": 1880.25, "word": " choice", "probability": 0.8583984375}, {"start": 1880.25, "end": 1880.83, "word": " buttons", "probability": 0.8466796875}, {"start": 1880.83, "end": 1883.23, "word": " dot", "probability": 0.68310546875}, {"start": 1883.23, "end": 1883.63, "word": " length", "probability": 0.759765625}], "temperature": 1.0}, {"id": 72, "seek": 189875, "start": 1885.39, "end": 1898.75, "text": " Yes, plus plus. What am I doing? I am rotating the buttons. Why is the I here? Is there another I above? Yes, there is an I. It is the intent. I will call it intent.", "tokens": [1079, 11, 1804, 1804, 13, 708, 669, 286, 884, 30, 286, 669, 19627, 264, 9905, 13, 1545, 307, 264, 286, 510, 30, 1119, 456, 1071, 286, 3673, 30, 1079, 11, 456, 307, 364, 286, 13, 467, 307, 264, 8446, 13, 286, 486, 818, 309, 8446, 13], "avg_logprob": -0.5086435941939659, "compression_ratio": 1.456140350877193, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1885.39, "end": 1885.71, "word": " Yes,", "probability": 0.050811767578125}, {"start": 1885.71, "end": 1885.95, "word": " plus", "probability": 0.365234375}, {"start": 1885.95, "end": 1886.31, "word": " plus.", "probability": 0.58935546875}, {"start": 1886.43, "end": 1886.63, "word": " What", "probability": 0.6865234375}, {"start": 1886.63, "end": 1886.81, "word": " am", "probability": 0.323486328125}, {"start": 1886.81, "end": 1887.17, "word": " I", "probability": 0.978515625}, {"start": 1887.17, "end": 1887.53, "word": " doing?", "probability": 0.92431640625}, {"start": 1887.85, "end": 1888.05, "word": " I", "probability": 0.67626953125}, {"start": 1888.05, "end": 1888.05, "word": " am", "probability": 0.4765625}, {"start": 1888.05, "end": 1888.27, "word": " rotating", "probability": 0.248291015625}, {"start": 1888.27, "end": 1890.53, "word": " the", "probability": 0.6005859375}, {"start": 1890.53, "end": 1891.45, "word": " buttons.", "probability": 0.53759765625}, {"start": 1891.59, "end": 1891.75, "word": " Why", "probability": 0.64599609375}, {"start": 1891.75, "end": 1891.85, "word": " is", "probability": 0.439453125}, {"start": 1891.85, "end": 1891.95, "word": " the", "probability": 0.489013671875}, {"start": 1891.95, "end": 1892.11, "word": " I", "probability": 0.68310546875}, {"start": 1892.11, "end": 1892.31, "word": " here?", "probability": 0.4677734375}, {"start": 1893.53, "end": 1893.75, "word": " Is", "probability": 0.58349609375}, {"start": 1893.75, "end": 1893.87, "word": " there", "probability": 0.9072265625}, {"start": 1893.87, "end": 1893.91, "word": " another", "probability": 0.79248046875}, {"start": 1893.91, "end": 1894.25, "word": " I", "probability": 0.982421875}, {"start": 1894.25, "end": 1894.61, "word": " above?", "probability": 0.423095703125}, {"start": 1894.93, "end": 1895.19, "word": " Yes,", "probability": 0.86865234375}, {"start": 1895.23, "end": 1895.33, "word": " there", "probability": 0.853515625}, {"start": 1895.33, "end": 1895.37, "word": " is", "probability": 0.8857421875}, {"start": 1895.37, "end": 1895.49, "word": " an", "probability": 0.52685546875}, {"start": 1895.49, "end": 1895.57, "word": " I.", "probability": 0.9697265625}, {"start": 1895.67, "end": 1895.77, "word": " It", "probability": 0.54931640625}, {"start": 1895.77, "end": 1895.81, "word": " is", "probability": 0.75390625}, {"start": 1895.81, "end": 1895.91, "word": " the", "probability": 0.59033203125}, {"start": 1895.91, "end": 1896.29, "word": " intent.", "probability": 0.95263671875}, {"start": 1897.31, "end": 1897.31, "word": " I", "probability": 0.377685546875}, {"start": 1897.31, "end": 1897.99, "word": " will", "probability": 0.59228515625}, {"start": 1897.99, "end": 1898.19, "word": " call", "probability": 0.62646484375}, {"start": 1898.19, "end": 1898.39, "word": " it", "probability": 0.89697265625}, {"start": 1898.39, "end": 1898.75, "word": " intent.", "probability": 0.41357421875}], "temperature": 1.0}, {"id": 73, "seek": 193689, "start": 1910.01, "end": 1936.89, "text": " Ok, we passed on the buttons And then, we have to go to each button, choice buttons That's how we reach each button, why? Because in array To each button, we have to say set text From where did he get the text? From the question dot get choices dot get I Because we passed on the buttons", "tokens": [3477, 11, 321, 4678, 322, 264, 9905, 400, 550, 11, 321, 362, 281, 352, 281, 1184, 2960, 11, 3922, 9905, 663, 311, 577, 321, 2524, 1184, 2960, 11, 983, 30, 1436, 294, 10225, 1407, 1184, 2960, 11, 321, 362, 281, 584, 992, 2487, 3358, 689, 630, 415, 483, 264, 2487, 30, 3358, 264, 1168, 5893, 483, 7994, 5893, 483, 286, 1436, 321, 4678, 322, 264, 9905], "avg_logprob": -0.5359141524158307, "compression_ratio": 1.7888198757763976, "no_speech_prob": 0.0, "words": [{"start": 1910.01, "end": 1910.29, "word": " Ok,", "probability": 0.103515625}, {"start": 1910.35, "end": 1910.41, "word": " we", "probability": 0.6494140625}, {"start": 1910.41, "end": 1910.53, "word": " passed", "probability": 0.15576171875}, {"start": 1910.53, "end": 1910.75, "word": " on", "probability": 0.2098388671875}, {"start": 1910.75, "end": 1910.87, "word": " the", "probability": 0.5048828125}, {"start": 1910.87, "end": 1911.03, "word": " buttons", "probability": 0.79931640625}, {"start": 1911.03, "end": 1912.63, "word": " And", "probability": 0.2646484375}, {"start": 1912.63, "end": 1912.93, "word": " then,", "probability": 0.5966796875}, {"start": 1912.99, "end": 1913.07, "word": " we", "probability": 0.6884765625}, {"start": 1913.07, "end": 1913.23, "word": " have", "probability": 0.22509765625}, {"start": 1913.23, "end": 1913.25, "word": " to", "probability": 0.9599609375}, {"start": 1913.25, "end": 1913.41, "word": " go", "probability": 0.84033203125}, {"start": 1913.41, "end": 1913.51, "word": " to", "probability": 0.8046875}, {"start": 1913.51, "end": 1913.83, "word": " each", "probability": 0.7099609375}, {"start": 1913.83, "end": 1914.09, "word": " button,", "probability": 0.8115234375}, {"start": 1914.41, "end": 1914.79, "word": " choice", "probability": 0.472900390625}, {"start": 1914.79, "end": 1915.51, "word": " buttons", "probability": 0.83349609375}, {"start": 1915.51, "end": 1917.01, "word": " That's", "probability": 0.40728759765625}, {"start": 1917.01, "end": 1917.05, "word": " how", "probability": 0.9052734375}, {"start": 1917.05, "end": 1917.25, "word": " we", "probability": 0.9208984375}, {"start": 1917.25, "end": 1917.53, "word": " reach", "probability": 0.5029296875}, {"start": 1917.53, "end": 1917.81, "word": " each", "probability": 0.7421875}, {"start": 1917.81, "end": 1918.03, "word": " button,", "probability": 0.7919921875}, {"start": 1918.09, "end": 1918.35, "word": " why?", "probability": 0.80029296875}, {"start": 1918.75, "end": 1918.75, "word": " Because", "probability": 0.68896484375}, {"start": 1918.75, "end": 1919.45, "word": " in", "probability": 0.1318359375}, {"start": 1919.45, "end": 1919.73, "word": " array", "probability": 0.2396240234375}, {"start": 1919.73, "end": 1920.39, "word": " To", "probability": 0.40966796875}, {"start": 1920.39, "end": 1920.61, "word": " each", "probability": 0.91796875}, {"start": 1920.61, "end": 1920.89, "word": " button,", "probability": 0.8466796875}, {"start": 1920.97, "end": 1921.07, "word": " we", "probability": 0.908203125}, {"start": 1921.07, "end": 1921.21, "word": " have", "probability": 0.36767578125}, {"start": 1921.21, "end": 1921.21, "word": " to", "probability": 0.96826171875}, {"start": 1921.21, "end": 1921.45, "word": " say", "probability": 0.51318359375}, {"start": 1921.45, "end": 1921.99, "word": " set", "probability": 0.82958984375}, {"start": 1921.99, "end": 1923.03, "word": " text", "probability": 0.736328125}, {"start": 1923.03, "end": 1924.49, "word": " From", "probability": 0.285888671875}, {"start": 1924.49, "end": 1924.67, "word": " where", "probability": 0.89990234375}, {"start": 1924.67, "end": 1924.77, "word": " did", "probability": 0.515625}, {"start": 1924.77, "end": 1924.87, "word": " he", "probability": 0.392822265625}, {"start": 1924.87, "end": 1924.93, "word": " get", "probability": 0.771484375}, {"start": 1924.93, "end": 1925.07, "word": " the", "probability": 0.76708984375}, {"start": 1925.07, "end": 1925.39, "word": " text?", "probability": 0.958984375}, {"start": 1926.21, "end": 1926.73, "word": " From", "probability": 0.767578125}, {"start": 1926.73, "end": 1927.29, "word": " the", "probability": 0.43408203125}, {"start": 1927.29, "end": 1927.71, "word": " question", "probability": 0.90869140625}, {"start": 1927.71, "end": 1928.81, "word": " dot", "probability": 0.463623046875}, {"start": 1928.81, "end": 1929.67, "word": " get", "probability": 0.947265625}, {"start": 1929.67, "end": 1931.13, "word": " choices", "probability": 0.89990234375}, {"start": 1931.13, "end": 1932.15, "word": " dot", "probability": 0.96142578125}, {"start": 1932.15, "end": 1932.77, "word": " get", "probability": 0.95263671875}, {"start": 1932.77, "end": 1933.65, "word": " I", "probability": 0.353759765625}, {"start": 1933.65, "end": 1936.09, "word": " Because", "probability": 0.83642578125}, {"start": 1936.09, "end": 1936.23, "word": " we", "probability": 0.865234375}, {"start": 1936.23, "end": 1936.37, "word": " passed", "probability": 0.58447265625}, {"start": 1936.37, "end": 1936.61, "word": " on", "probability": 0.89306640625}, {"start": 1936.61, "end": 1936.73, "word": " the", "probability": 0.71826171875}, {"start": 1936.73, "end": 1936.89, "word": " buttons", "probability": 0.8701171875}], "temperature": 1.0}, {"id": 74, "seek": 196524, "start": 1937.96, "end": 1965.24, "text": " All right, where did I put them? In the array. So, in each box, bring choices in the name of the array, which is equal to I. What did we do? Set text. What did we put in it? I want you to go to the question and bring the choices and bring the element I from them. So, the first element in the choices, put it in the first button. The second element in the second. Everything will depend on whom? On I. If I is zero,", "tokens": [1057, 558, 11, 689, 630, 286, 829, 552, 30, 682, 264, 10225, 13, 407, 11, 294, 1184, 2424, 11, 1565, 7994, 294, 264, 1315, 295, 264, 10225, 11, 597, 307, 2681, 281, 286, 13, 708, 630, 321, 360, 30, 8928, 2487, 13, 708, 630, 321, 829, 294, 309, 30, 286, 528, 291, 281, 352, 281, 264, 1168, 293, 1565, 264, 7994, 293, 1565, 264, 4478, 286, 490, 552, 13, 407, 11, 264, 700, 4478, 294, 264, 7994, 11, 829, 309, 294, 264, 700, 2960, 13, 440, 1150, 4478, 294, 264, 1150, 13, 5471, 486, 5672, 322, 7101, 30, 1282, 286, 13, 759, 286, 307, 4018, 11], "avg_logprob": -0.5405958211310556, "compression_ratio": 1.7552742616033756, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1937.96, "end": 1938.22, "word": " All", "probability": 0.052947998046875}, {"start": 1938.22, "end": 1938.28, "word": " right,", "probability": 0.76904296875}, {"start": 1938.38, "end": 1938.86, "word": " where", "probability": 0.28564453125}, {"start": 1938.86, "end": 1939.06, "word": " did", "probability": 0.76416015625}, {"start": 1939.06, "end": 1939.06, "word": " I", "probability": 0.9443359375}, {"start": 1939.06, "end": 1939.4, "word": " put", "probability": 0.7822265625}, {"start": 1939.4, "end": 1939.62, "word": " them?", "probability": 0.83642578125}, {"start": 1940.66, "end": 1941.1, "word": " In", "probability": 0.62158203125}, {"start": 1941.1, "end": 1941.18, "word": " the", "probability": 0.57763671875}, {"start": 1941.18, "end": 1941.28, "word": " array.", "probability": 0.419921875}, {"start": 1941.74, "end": 1942.18, "word": " So,", "probability": 0.3740234375}, {"start": 1942.28, "end": 1942.58, "word": " in", "probability": 0.161376953125}, {"start": 1942.58, "end": 1942.72, "word": " each", "probability": 0.556640625}, {"start": 1942.72, "end": 1943.02, "word": " box,", "probability": 0.38525390625}, {"start": 1943.18, "end": 1943.28, "word": " bring", "probability": 0.2138671875}, {"start": 1943.28, "end": 1944.02, "word": " choices", "probability": 0.1597900390625}, {"start": 1944.02, "end": 1944.24, "word": " in", "probability": 0.339111328125}, {"start": 1944.24, "end": 1944.5, "word": " the", "probability": 0.84375}, {"start": 1944.5, "end": 1944.5, "word": " name", "probability": 0.5986328125}, {"start": 1944.5, "end": 1944.56, "word": " of", "probability": 0.96240234375}, {"start": 1944.56, "end": 1944.62, "word": " the", "probability": 0.8408203125}, {"start": 1944.62, "end": 1944.96, "word": " array,", "probability": 0.89453125}, {"start": 1945.22, "end": 1945.36, "word": " which", "probability": 0.1451416015625}, {"start": 1945.36, "end": 1945.56, "word": " is", "probability": 0.18505859375}, {"start": 1945.56, "end": 1945.56, "word": " equal", "probability": 0.318603515625}, {"start": 1945.56, "end": 1945.72, "word": " to", "probability": 0.96826171875}, {"start": 1945.72, "end": 1946.32, "word": " I.", "probability": 0.330078125}, {"start": 1946.6, "end": 1947.04, "word": " What", "probability": 0.7412109375}, {"start": 1947.04, "end": 1947.14, "word": " did", "probability": 0.54345703125}, {"start": 1947.14, "end": 1947.38, "word": " we", "probability": 0.7978515625}, {"start": 1947.38, "end": 1947.38, "word": " do?", "probability": 0.93115234375}, {"start": 1948.0, "end": 1948.44, "word": " Set", "probability": 0.5654296875}, {"start": 1948.44, "end": 1948.86, "word": " text.", "probability": 0.39697265625}, {"start": 1949.44, "end": 1949.64, "word": " What", "probability": 0.76220703125}, {"start": 1949.64, "end": 1949.74, "word": " did", "probability": 0.249755859375}, {"start": 1949.74, "end": 1949.88, "word": " we", "probability": 0.8681640625}, {"start": 1949.88, "end": 1950.04, "word": " put", "probability": 0.64453125}, {"start": 1950.04, "end": 1950.2, "word": " in", "probability": 0.63818359375}, {"start": 1950.2, "end": 1950.36, "word": " it?", "probability": 0.80810546875}, {"start": 1950.6, "end": 1950.86, "word": " I", "probability": 0.177734375}, {"start": 1950.86, "end": 1950.94, "word": " want", "probability": 0.5029296875}, {"start": 1950.94, "end": 1951.1, "word": " you", "probability": 0.62451171875}, {"start": 1951.1, "end": 1951.18, "word": " to", "probability": 0.8662109375}, {"start": 1951.18, "end": 1951.26, "word": " go", "probability": 0.703125}, {"start": 1951.26, "end": 1951.4, "word": " to", "probability": 0.91552734375}, {"start": 1951.4, "end": 1951.5, "word": " the", "probability": 0.80322265625}, {"start": 1951.5, "end": 1951.86, "word": " question", "probability": 0.8095703125}, {"start": 1951.86, "end": 1952.06, "word": " and", "probability": 0.533203125}, {"start": 1952.06, "end": 1952.26, "word": " bring", "probability": 0.81787109375}, {"start": 1952.26, "end": 1952.42, "word": " the", "probability": 0.50048828125}, {"start": 1952.42, "end": 1952.88, "word": " choices", "probability": 0.90478515625}, {"start": 1952.88, "end": 1953.08, "word": " and", "probability": 0.6259765625}, {"start": 1953.08, "end": 1953.26, "word": " bring", "probability": 0.5830078125}, {"start": 1953.26, "end": 1953.56, "word": " the", "probability": 0.505859375}, {"start": 1953.56, "end": 1953.88, "word": " element", "probability": 0.642578125}, {"start": 1953.88, "end": 1955.02, "word": " I", "probability": 0.59912109375}, {"start": 1955.02, "end": 1955.06, "word": " from", "probability": 0.515625}, {"start": 1955.06, "end": 1955.06, "word": " them.", "probability": 0.8115234375}, {"start": 1955.72, "end": 1956.0, "word": " So,", "probability": 0.525390625}, {"start": 1956.1, "end": 1956.12, "word": " the", "probability": 0.623046875}, {"start": 1956.12, "end": 1956.3, "word": " first", "probability": 0.87939453125}, {"start": 1956.3, "end": 1956.64, "word": " element", "probability": 0.94287109375}, {"start": 1956.64, "end": 1956.88, "word": " in", "probability": 0.837890625}, {"start": 1956.88, "end": 1957.08, "word": " the", "probability": 0.91748046875}, {"start": 1957.08, "end": 1957.76, "word": " choices,", "probability": 0.463623046875}, {"start": 1958.7, "end": 1958.92, "word": " put", "probability": 0.82470703125}, {"start": 1958.92, "end": 1959.02, "word": " it", "probability": 0.38916015625}, {"start": 1959.02, "end": 1959.06, "word": " in", "probability": 0.3994140625}, {"start": 1959.06, "end": 1959.16, "word": " the", "probability": 0.8994140625}, {"start": 1959.16, "end": 1959.34, "word": " first", "probability": 0.8583984375}, {"start": 1959.34, "end": 1959.72, "word": " button.", "probability": 0.370849609375}, {"start": 1960.1, "end": 1960.28, "word": " The", "probability": 0.54150390625}, {"start": 1960.28, "end": 1960.52, "word": " second", "probability": 0.892578125}, {"start": 1960.52, "end": 1960.94, "word": " element", "probability": 0.9580078125}, {"start": 1960.94, "end": 1961.24, "word": " in", "probability": 0.693359375}, {"start": 1961.24, "end": 1961.4, "word": " the", "probability": 0.91162109375}, {"start": 1961.4, "end": 1961.64, "word": " second.", "probability": 0.869140625}, {"start": 1961.74, "end": 1962.06, "word": " Everything", "probability": 0.412353515625}, {"start": 1962.06, "end": 1962.24, "word": " will", "probability": 0.456298828125}, {"start": 1962.24, "end": 1962.4, "word": " depend", "probability": 0.89697265625}, {"start": 1962.4, "end": 1962.62, "word": " on", "probability": 0.841796875}, {"start": 1962.62, "end": 1962.8, "word": " whom?", "probability": 0.293701171875}, {"start": 1963.24, "end": 1963.52, "word": " On", "probability": 0.8857421875}, {"start": 1963.52, "end": 1963.8, "word": " I.", "probability": 0.81884765625}, {"start": 1964.28, "end": 1964.6, "word": " If", "probability": 0.9599609375}, {"start": 1964.6, "end": 1964.92, "word": " I", "probability": 0.8740234375}, {"start": 1964.92, "end": 1965.1, "word": " is", "probability": 0.8583984375}, {"start": 1965.1, "end": 1965.24, "word": " zero,", "probability": 0.71728515625}], "temperature": 1.0}, {"id": 75, "seek": 198459, "start": 1966.17, "end": 1984.59, "text": " It will bring the first button, which is at index 0, and it will bring the first option. If it is 1, it will bring the second button, and the second option, and so on. Okay? It needs this kind of experience. This is all a normal programming review. We have finished Android.", "tokens": [467, 486, 1565, 264, 700, 2960, 11, 597, 307, 412, 8186, 1958, 11, 293, 309, 486, 1565, 264, 700, 3614, 13, 759, 309, 307, 502, 11, 309, 486, 1565, 264, 1150, 2960, 11, 293, 264, 1150, 3614, 11, 293, 370, 322, 13, 1033, 30, 467, 2203, 341, 733, 295, 1752, 13, 639, 307, 439, 257, 2710, 9410, 3131, 13, 492, 362, 4335, 8853, 13], "avg_logprob": -0.5341346153846154, "compression_ratio": 1.6176470588235294, "no_speech_prob": 2.086162567138672e-06, "words": [{"start": 1966.17, "end": 1966.41, "word": " It", "probability": 0.427001953125}, {"start": 1966.41, "end": 1966.47, "word": " will", "probability": 0.61279296875}, {"start": 1966.47, "end": 1966.63, "word": " bring", "probability": 0.43603515625}, {"start": 1966.63, "end": 1966.79, "word": " the", "probability": 0.73876953125}, {"start": 1966.79, "end": 1967.37, "word": " first", "probability": 0.78076171875}, {"start": 1967.37, "end": 1967.37, "word": " button,", "probability": 0.64794921875}, {"start": 1968.27, "end": 1968.53, "word": " which", "probability": 0.68115234375}, {"start": 1968.53, "end": 1968.73, "word": " is", "probability": 0.787109375}, {"start": 1968.73, "end": 1969.35, "word": " at", "probability": 0.381591796875}, {"start": 1969.35, "end": 1969.69, "word": " index", "probability": 0.72900390625}, {"start": 1969.69, "end": 1969.99, "word": " 0,", "probability": 0.79150390625}, {"start": 1970.09, "end": 1970.21, "word": " and", "probability": 0.7841796875}, {"start": 1970.21, "end": 1970.23, "word": " it", "probability": 0.231689453125}, {"start": 1970.23, "end": 1970.27, "word": " will", "probability": 0.72900390625}, {"start": 1970.27, "end": 1970.39, "word": " bring", "probability": 0.86865234375}, {"start": 1970.39, "end": 1970.47, "word": " the", "probability": 0.9091796875}, {"start": 1970.47, "end": 1971.03, "word": " first", "probability": 0.8583984375}, {"start": 1971.03, "end": 1971.03, "word": " option.", "probability": 0.71484375}, {"start": 1971.85, "end": 1972.03, "word": " If", "probability": 0.88525390625}, {"start": 1972.03, "end": 1972.23, "word": " it", "probability": 0.343505859375}, {"start": 1972.23, "end": 1972.23, "word": " is", "probability": 0.533203125}, {"start": 1972.23, "end": 1972.31, "word": " 1,", "probability": 0.291748046875}, {"start": 1972.69, "end": 1972.89, "word": " it", "probability": 0.80908203125}, {"start": 1972.89, "end": 1972.99, "word": " will", "probability": 0.708984375}, {"start": 1972.99, "end": 1973.13, "word": " bring", "probability": 0.91259765625}, {"start": 1973.13, "end": 1973.23, "word": " the", "probability": 0.87646484375}, {"start": 1973.23, "end": 1973.91, "word": " second", "probability": 0.802734375}, {"start": 1973.91, "end": 1973.91, "word": " button,", "probability": 0.83056640625}, {"start": 1974.65, "end": 1975.23, "word": " and", "probability": 0.480712890625}, {"start": 1975.23, "end": 1975.27, "word": " the", "probability": 0.78759765625}, {"start": 1975.27, "end": 1975.27, "word": " second", "probability": 0.830078125}, {"start": 1975.27, "end": 1975.59, "word": " option,", "probability": 0.8681640625}, {"start": 1975.99, "end": 1976.01, "word": " and", "probability": 0.80419921875}, {"start": 1976.01, "end": 1976.17, "word": " so", "probability": 0.9287109375}, {"start": 1976.17, "end": 1976.35, "word": " on.", "probability": 0.900390625}, {"start": 1979.71, "end": 1980.11, "word": " Okay?", "probability": 0.45263671875}, {"start": 1980.23, "end": 1980.31, "word": " It", "probability": 0.6240234375}, {"start": 1980.31, "end": 1980.43, "word": " needs", "probability": 0.68115234375}, {"start": 1980.43, "end": 1980.51, "word": " this", "probability": 0.172607421875}, {"start": 1980.51, "end": 1980.59, "word": " kind", "probability": 0.298583984375}, {"start": 1980.59, "end": 1980.59, "word": " of", "probability": 0.97509765625}, {"start": 1980.59, "end": 1980.83, "word": " experience.", "probability": 0.63232421875}, {"start": 1981.29, "end": 1981.69, "word": " This", "probability": 0.32177734375}, {"start": 1981.69, "end": 1981.79, "word": " is", "probability": 0.8291015625}, {"start": 1981.79, "end": 1981.99, "word": " all", "probability": 0.5625}, {"start": 1981.99, "end": 1982.09, "word": " a", "probability": 0.357177734375}, {"start": 1982.09, "end": 1982.27, "word": " normal", "probability": 0.2464599609375}, {"start": 1982.27, "end": 1982.69, "word": " programming", "probability": 0.171630859375}, {"start": 1982.69, "end": 1982.69, "word": " review.", "probability": 0.76513671875}, {"start": 1983.55, "end": 1983.95, "word": " We", "probability": 0.325439453125}, {"start": 1983.95, "end": 1983.99, "word": " have", "probability": 0.289306640625}, {"start": 1983.99, "end": 1984.21, "word": " finished", "probability": 0.349853515625}, {"start": 1984.21, "end": 1984.59, "word": " Android.", "probability": 0.671875}], "temperature": 1.0}, {"id": 76, "seek": 201171, "start": 1985.75, "end": 2011.71, "text": " Android is a library and it has functions Did you know that this one does this and that one does that? No, who do you think you are talking to? Why are we talking about programming 1 and programming 2? This is all programming work This is a library And tomorrow when you download it, it goes to Android and something new comes out You learn the library that is new, but the logic of the programming is still there The for and while are still there and the array is still there But the libraries are different", "tokens": [8853, 307, 257, 6405, 293, 309, 575, 6828, 2589, 291, 458, 300, 341, 472, 775, 341, 293, 300, 472, 775, 300, 30, 883, 11, 567, 360, 291, 519, 291, 366, 1417, 281, 30, 1545, 366, 321, 1417, 466, 9410, 502, 293, 9410, 568, 30, 639, 307, 439, 9410, 589, 639, 307, 257, 6405, 400, 4153, 562, 291, 5484, 309, 11, 309, 1709, 281, 8853, 293, 746, 777, 1487, 484, 509, 1466, 264, 6405, 300, 307, 777, 11, 457, 264, 9952, 295, 264, 9410, 307, 920, 456, 440, 337, 293, 1339, 366, 920, 456, 293, 264, 10225, 307, 920, 456, 583, 264, 15148, 366, 819], "avg_logprob": -0.6363095011029924, "compression_ratio": 1.935361216730038, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1985.75, "end": 1986.11, "word": " Android", "probability": 0.84765625}, {"start": 1986.11, "end": 1986.29, "word": " is", "probability": 0.79345703125}, {"start": 1986.29, "end": 1986.41, "word": " a", "probability": 0.77587890625}, {"start": 1986.41, "end": 1986.61, "word": " library", "probability": 0.759765625}, {"start": 1986.61, "end": 1986.89, "word": " and", "probability": 0.494873046875}, {"start": 1986.89, "end": 1986.97, "word": " it", "probability": 0.1317138671875}, {"start": 1986.97, "end": 1986.97, "word": " has", "probability": 0.7587890625}, {"start": 1986.97, "end": 1987.39, "word": " functions", "probability": 0.74658203125}, {"start": 1987.39, "end": 1988.09, "word": " Did", "probability": 0.1436767578125}, {"start": 1988.09, "end": 1988.43, "word": " you", "probability": 0.9150390625}, {"start": 1988.43, "end": 1988.61, "word": " know", "probability": 0.7861328125}, {"start": 1988.61, "end": 1988.73, "word": " that", "probability": 0.515625}, {"start": 1988.73, "end": 1988.89, "word": " this", "probability": 0.32421875}, {"start": 1988.89, "end": 1988.93, "word": " one", "probability": 0.1478271484375}, {"start": 1988.93, "end": 1989.11, "word": " does", "probability": 0.425537109375}, {"start": 1989.11, "end": 1989.37, "word": " this", "probability": 0.68408203125}, {"start": 1989.37, "end": 1989.45, "word": " and", "probability": 0.7060546875}, {"start": 1989.45, "end": 1989.57, "word": " that", "probability": 0.62109375}, {"start": 1989.57, "end": 1989.57, "word": " one", "probability": 0.78759765625}, {"start": 1989.57, "end": 1989.69, "word": " does", "probability": 0.389404296875}, {"start": 1989.69, "end": 1989.81, "word": " that?", "probability": 0.849609375}, {"start": 1989.97, "end": 1990.33, "word": " No,", "probability": 0.4111328125}, {"start": 1990.47, "end": 1990.73, "word": " who", "probability": 0.1168212890625}, {"start": 1990.73, "end": 1990.73, "word": " do", "probability": 0.17333984375}, {"start": 1990.73, "end": 1990.73, "word": " you", "probability": 0.923828125}, {"start": 1990.73, "end": 1990.79, "word": " think", "probability": 0.2130126953125}, {"start": 1990.79, "end": 1990.85, "word": " you", "probability": 0.7431640625}, {"start": 1990.85, "end": 1990.85, "word": " are", "probability": 0.68017578125}, {"start": 1990.85, "end": 1990.95, "word": " talking", "probability": 0.302734375}, {"start": 1990.95, "end": 1991.11, "word": " to?", "probability": 0.50537109375}, {"start": 1991.67, "end": 1991.99, "word": " Why", "probability": 0.464599609375}, {"start": 1991.99, "end": 1992.19, "word": " are", "probability": 0.236083984375}, {"start": 1992.19, "end": 1992.41, "word": " we", "probability": 0.7734375}, {"start": 1992.41, "end": 1993.13, "word": " talking", "probability": 0.098388671875}, {"start": 1993.13, "end": 1993.13, "word": " about", "probability": 0.77001953125}, {"start": 1993.13, "end": 1995.31, "word": " programming", "probability": 0.446533203125}, {"start": 1995.31, "end": 1995.55, "word": " 1", "probability": 0.35302734375}, {"start": 1995.55, "end": 1995.69, "word": " and", "probability": 0.8759765625}, {"start": 1995.69, "end": 1995.85, "word": " programming", "probability": 0.6572265625}, {"start": 1995.85, "end": 1996.19, "word": " 2?", "probability": 0.99267578125}, {"start": 1996.25, "end": 1996.41, "word": " This", "probability": 0.142333984375}, {"start": 1996.41, "end": 1996.41, "word": " is", "probability": 0.75048828125}, {"start": 1996.41, "end": 1996.65, "word": " all", "probability": 0.66357421875}, {"start": 1996.65, "end": 1997.17, "word": " programming", "probability": 0.767578125}, {"start": 1997.17, "end": 1997.29, "word": " work", "probability": 0.578125}, {"start": 1997.29, "end": 1997.91, "word": " This", "probability": 0.385498046875}, {"start": 1997.91, "end": 1997.93, "word": " is", "probability": 0.7802734375}, {"start": 1997.93, "end": 1998.11, "word": " a", "probability": 0.79541015625}, {"start": 1998.11, "end": 1998.39, "word": " library", "probability": 0.9423828125}, {"start": 1998.39, "end": 1999.25, "word": " And", "probability": 0.3115234375}, {"start": 1999.25, "end": 1999.53, "word": " tomorrow", "probability": 0.4736328125}, {"start": 1999.53, "end": 1999.73, "word": " when", "probability": 0.66162109375}, {"start": 1999.73, "end": 1999.97, "word": " you", "probability": 0.9404296875}, {"start": 1999.97, "end": 2000.11, "word": " download", "probability": 0.384521484375}, {"start": 2000.11, "end": 2000.45, "word": " it,", "probability": 0.69287109375}, {"start": 2000.45, "end": 2000.63, "word": " it", "probability": 0.8486328125}, {"start": 2000.63, "end": 2000.81, "word": " goes", "probability": 0.49853515625}, {"start": 2000.81, "end": 2000.95, "word": " to", "probability": 0.8388671875}, {"start": 2000.95, "end": 2001.31, "word": " Android", "probability": 0.78173828125}, {"start": 2001.31, "end": 2001.43, "word": " and", "probability": 0.7802734375}, {"start": 2001.43, "end": 2001.79, "word": " something", "probability": 0.402099609375}, {"start": 2001.79, "end": 2002.15, "word": " new", "probability": 0.87060546875}, {"start": 2002.15, "end": 2002.15, "word": " comes", "probability": 0.285400390625}, {"start": 2002.15, "end": 2003.19, "word": " out", "probability": 0.69580078125}, {"start": 2003.19, "end": 2003.57, "word": " You", "probability": 0.7470703125}, {"start": 2003.57, "end": 2003.91, "word": " learn", "probability": 0.84765625}, {"start": 2003.91, "end": 2004.05, "word": " the", "probability": 0.449951171875}, {"start": 2004.05, "end": 2004.31, "word": " library", "probability": 0.90869140625}, {"start": 2004.31, "end": 2004.47, "word": " that", "probability": 0.4912109375}, {"start": 2004.47, "end": 2004.51, "word": " is", "probability": 0.25}, {"start": 2004.51, "end": 2004.65, "word": " new,", "probability": 0.425048828125}, {"start": 2004.75, "end": 2004.93, "word": " but", "probability": 0.89892578125}, {"start": 2004.93, "end": 2005.05, "word": " the", "probability": 0.6396484375}, {"start": 2005.05, "end": 2005.25, "word": " logic", "probability": 0.83740234375}, {"start": 2005.25, "end": 2005.43, "word": " of", "probability": 0.798828125}, {"start": 2005.43, "end": 2005.55, "word": " the", "probability": 0.496337890625}, {"start": 2005.55, "end": 2005.81, "word": " programming", "probability": 0.67919921875}, {"start": 2005.81, "end": 2005.99, "word": " is", "probability": 0.14697265625}, {"start": 2005.99, "end": 2006.79, "word": " still", "probability": 0.49609375}, {"start": 2006.79, "end": 2006.87, "word": " there", "probability": 0.5966796875}, {"start": 2006.87, "end": 2007.03, "word": " The", "probability": 0.42236328125}, {"start": 2007.03, "end": 2007.25, "word": " for", "probability": 0.362548828125}, {"start": 2007.25, "end": 2007.73, "word": " and", "probability": 0.424560546875}, {"start": 2007.73, "end": 2008.13, "word": " while", "probability": 0.86865234375}, {"start": 2008.13, "end": 2008.27, "word": " are", "probability": 0.2119140625}, {"start": 2008.27, "end": 2008.45, "word": " still", "probability": 0.80615234375}, {"start": 2008.45, "end": 2008.53, "word": " there", "probability": 0.8740234375}, {"start": 2008.53, "end": 2008.61, "word": " and", "probability": 0.322998046875}, {"start": 2008.61, "end": 2008.69, "word": " the", "probability": 0.6103515625}, {"start": 2008.69, "end": 2008.91, "word": " array", "probability": 0.953125}, {"start": 2008.91, "end": 2009.05, "word": " is", "probability": 0.67822265625}, {"start": 2009.05, "end": 2009.27, "word": " still", "probability": 0.9287109375}, {"start": 2009.27, "end": 2010.09, "word": " there", "probability": 0.89111328125}, {"start": 2010.09, "end": 2010.85, "word": " But", "probability": 0.6591796875}, {"start": 2010.85, "end": 2010.95, "word": " the", "probability": 0.33349609375}, {"start": 2010.95, "end": 2011.29, "word": " libraries", "probability": 0.97314453125}, {"start": 2011.29, "end": 2011.45, "word": " are", "probability": 0.41162109375}, {"start": 2011.45, "end": 2011.71, "word": " different", "probability": 0.2098388671875}], "temperature": 1.0}, {"id": 77, "seek": 204210, "start": 2015.62, "end": 2042.1, "text": " Okay, this way we filled the question and filled the options. Someone forgot the picture. What is the picture? Right? Let's get the image view. Okay, let's get the image view first. Find view by ID. No, we introduced the reference above, right? What did we call it? Photo?", "tokens": [1033, 11, 341, 636, 321, 6412, 264, 1168, 293, 6412, 264, 3956, 13, 8734, 5298, 264, 3036, 13, 708, 307, 264, 3036, 30, 1779, 30, 961, 311, 483, 264, 3256, 1910, 13, 1033, 11, 718, 311, 483, 264, 3256, 1910, 700, 13, 11809, 1910, 538, 7348, 13, 883, 11, 321, 7268, 264, 6408, 3673, 11, 558, 30, 708, 630, 321, 818, 309, 30, 39175, 30], "avg_logprob": -0.5714962202491183, "compression_ratio": 1.5780346820809248, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2015.62, "end": 2015.96, "word": " Okay,", "probability": 0.1707763671875}, {"start": 2016.08, "end": 2016.18, "word": " this", "probability": 0.1871337890625}, {"start": 2016.18, "end": 2016.36, "word": " way", "probability": 0.365234375}, {"start": 2016.36, "end": 2016.48, "word": " we", "probability": 0.65869140625}, {"start": 2016.48, "end": 2016.7, "word": " filled", "probability": 0.358642578125}, {"start": 2016.7, "end": 2017.56, "word": " the", "probability": 0.42822265625}, {"start": 2017.56, "end": 2018.66, "word": " question", "probability": 0.421142578125}, {"start": 2018.66, "end": 2019.16, "word": " and", "probability": 0.625}, {"start": 2019.16, "end": 2019.4, "word": " filled", "probability": 0.6376953125}, {"start": 2019.4, "end": 2019.5, "word": " the", "probability": 0.759765625}, {"start": 2019.5, "end": 2019.84, "word": " options.", "probability": 0.6455078125}, {"start": 2019.88, "end": 2020.22, "word": " Someone", "probability": 0.56640625}, {"start": 2020.22, "end": 2020.5, "word": " forgot", "probability": 0.78515625}, {"start": 2020.5, "end": 2020.9, "word": " the", "probability": 0.302734375}, {"start": 2020.9, "end": 2021.2, "word": " picture.", "probability": 0.363037109375}, {"start": 2021.66, "end": 2021.86, "word": " What", "probability": 0.400146484375}, {"start": 2021.86, "end": 2021.9, "word": " is", "probability": 0.58544921875}, {"start": 2021.9, "end": 2022.1, "word": " the", "probability": 0.27490234375}, {"start": 2022.1, "end": 2022.38, "word": " picture?", "probability": 0.6318359375}, {"start": 2022.92, "end": 2023.36, "word": " Right?", "probability": 0.29638671875}, {"start": 2025.6, "end": 2026.2, "word": " Let's", "probability": 0.6597900390625}, {"start": 2026.2, "end": 2026.38, "word": " get", "probability": 0.2132568359375}, {"start": 2026.38, "end": 2026.66, "word": " the", "probability": 0.57861328125}, {"start": 2026.66, "end": 2027.32, "word": " image", "probability": 0.76513671875}, {"start": 2027.32, "end": 2027.66, "word": " view.", "probability": 0.7978515625}, {"start": 2031.34, "end": 2031.94, "word": " Okay,", "probability": 0.483154296875}, {"start": 2032.42, "end": 2032.7, "word": " let's", "probability": 0.893798828125}, {"start": 2032.7, "end": 2032.86, "word": " get", "probability": 0.703125}, {"start": 2032.86, "end": 2032.96, "word": " the", "probability": 0.63232421875}, {"start": 2032.96, "end": 2033.48, "word": " image", "probability": 0.75341796875}, {"start": 2033.48, "end": 2033.76, "word": " view", "probability": 0.853515625}, {"start": 2033.76, "end": 2033.76, "word": " first.", "probability": 0.767578125}, {"start": 2033.9, "end": 2034.24, "word": " Find", "probability": 0.77294921875}, {"start": 2034.24, "end": 2034.74, "word": " view", "probability": 0.489501953125}, {"start": 2034.74, "end": 2035.02, "word": " by", "probability": 0.9638671875}, {"start": 2035.02, "end": 2035.54, "word": " ID.", "probability": 0.615234375}, {"start": 2037.28, "end": 2037.88, "word": " No,", "probability": 0.362548828125}, {"start": 2038.0, "end": 2038.16, "word": " we", "probability": 0.8466796875}, {"start": 2038.16, "end": 2038.56, "word": " introduced", "probability": 0.32080078125}, {"start": 2038.56, "end": 2039.48, "word": " the", "probability": 0.7314453125}, {"start": 2039.48, "end": 2039.88, "word": " reference", "probability": 0.81298828125}, {"start": 2039.88, "end": 2040.12, "word": " above,", "probability": 0.41748046875}, {"start": 2040.22, "end": 2040.38, "word": " right?", "probability": 0.77392578125}, {"start": 2041.0, "end": 2041.2, "word": " What", "probability": 0.2822265625}, {"start": 2041.2, "end": 2041.2, "word": " did", "probability": 0.301513671875}, {"start": 2041.2, "end": 2041.52, "word": " we", "probability": 0.66943359375}, {"start": 2041.52, "end": 2041.52, "word": " call", "probability": 0.76708984375}, {"start": 2041.52, "end": 2041.64, "word": " it?", "probability": 0.66064453125}, {"start": 2041.7, "end": 2042.1, "word": " Photo?", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 78, "seek": 205673, "start": 2045.32, "end": 2056.74, "text": " Find art.id and see what I named it here Qphotoim", "tokens": [11809, 1523, 13, 327, 293, 536, 437, 286, 4926, 309, 510, 1249, 950, 6738, 332], "avg_logprob": -0.7597655989229679, "compression_ratio": 0.9090909090909091, "no_speech_prob": 0.0, "words": [{"start": 2045.32, "end": 2045.84, "word": " Find", "probability": 0.309814453125}, {"start": 2045.84, "end": 2046.16, "word": " art", "probability": 0.28759765625}, {"start": 2046.16, "end": 2046.8, "word": ".id", "probability": 0.646484375}, {"start": 2046.8, "end": 2047.04, "word": " and", "probability": 0.326171875}, {"start": 2047.04, "end": 2047.26, "word": " see", "probability": 0.438720703125}, {"start": 2047.26, "end": 2047.46, "word": " what", "probability": 0.8271484375}, {"start": 2047.46, "end": 2047.56, "word": " I", "probability": 0.490234375}, {"start": 2047.56, "end": 2047.82, "word": " named", "probability": 0.2353515625}, {"start": 2047.82, "end": 2048.0, "word": " it", "probability": 0.78564453125}, {"start": 2048.0, "end": 2048.26, "word": " here", "probability": 0.351806640625}, {"start": 2048.26, "end": 2056.74, "word": " Qphotoim", "probability": 0.5106201171875}], "temperature": 1.0}, {"id": 79, "seek": 209937, "start": 2070.53, "end": 2099.37, "text": " Ok, how do we fill up the image view? You have to have your photos included in the project. We put the text file in the assets, but where do we put the photos? You don't put them in the assets, you put them in the drop-down menu. The drop-down menu is known to be for photos. So, we have to go and get our photos. Here they are. Not all the questions are about photos, there are 10 questions that have only 4 photos.", "tokens": [3477, 11, 577, 360, 321, 2836, 493, 264, 3256, 1910, 30, 509, 362, 281, 362, 428, 5787, 5556, 294, 264, 1716, 13, 492, 829, 264, 2487, 3991, 294, 264, 9769, 11, 457, 689, 360, 321, 829, 264, 5787, 30, 509, 500, 380, 829, 552, 294, 264, 9769, 11, 291, 829, 552, 294, 264, 3270, 12, 5093, 6510, 13, 440, 3270, 12, 5093, 6510, 307, 2570, 281, 312, 337, 5787, 13, 407, 11, 321, 362, 281, 352, 293, 483, 527, 5787, 13, 1692, 436, 366, 13, 1726, 439, 264, 1651, 366, 466, 5787, 11, 456, 366, 1266, 1651, 300, 362, 787, 1017, 5787, 13], "avg_logprob": -0.5736178113864019, "compression_ratio": 1.8289473684210527, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2070.5299999999997, "end": 2070.93, "word": " Ok,", "probability": 0.155517578125}, {"start": 2071.15, "end": 2071.45, "word": " how", "probability": 0.73291015625}, {"start": 2071.45, "end": 2071.53, "word": " do", "probability": 0.398193359375}, {"start": 2071.53, "end": 2071.57, "word": " we", "probability": 0.6923828125}, {"start": 2071.57, "end": 2071.77, "word": " fill", "probability": 0.533203125}, {"start": 2071.77, "end": 2071.81, "word": " up", "probability": 0.33251953125}, {"start": 2071.81, "end": 2071.89, "word": " the", "probability": 0.50341796875}, {"start": 2071.89, "end": 2072.03, "word": " image", "probability": 0.70947265625}, {"start": 2072.03, "end": 2072.31, "word": " view?", "probability": 0.316162109375}, {"start": 2072.39, "end": 2072.49, "word": " You", "probability": 0.4453125}, {"start": 2072.49, "end": 2072.61, "word": " have", "probability": 0.1383056640625}, {"start": 2072.61, "end": 2072.97, "word": " to", "probability": 0.919921875}, {"start": 2072.97, "end": 2073.05, "word": " have", "probability": 0.304931640625}, {"start": 2073.05, "end": 2073.15, "word": " your", "probability": 0.361572265625}, {"start": 2073.15, "end": 2073.43, "word": " photos", "probability": 0.397705078125}, {"start": 2073.43, "end": 2075.55, "word": " included", "probability": 0.304443359375}, {"start": 2075.55, "end": 2075.57, "word": " in", "probability": 0.8623046875}, {"start": 2075.57, "end": 2075.75, "word": " the", "probability": 0.6259765625}, {"start": 2075.75, "end": 2076.15, "word": " project.", "probability": 0.93310546875}, {"start": 2076.79, "end": 2077.19, "word": " We", "probability": 0.5263671875}, {"start": 2077.19, "end": 2077.51, "word": " put", "probability": 0.2100830078125}, {"start": 2077.51, "end": 2077.91, "word": " the", "probability": 0.70458984375}, {"start": 2077.91, "end": 2079.01, "word": " text", "probability": 0.55126953125}, {"start": 2079.01, "end": 2079.03, "word": " file", "probability": 0.6494140625}, {"start": 2079.03, "end": 2079.97, "word": " in", "probability": 0.796875}, {"start": 2079.97, "end": 2080.63, "word": " the", "probability": 0.67333984375}, {"start": 2080.63, "end": 2081.01, "word": " assets,", "probability": 0.84375}, {"start": 2081.11, "end": 2081.63, "word": " but", "probability": 0.2318115234375}, {"start": 2081.63, "end": 2082.39, "word": " where", "probability": 0.197998046875}, {"start": 2082.39, "end": 2082.39, "word": " do", "probability": 0.61181640625}, {"start": 2082.39, "end": 2082.39, "word": " we", "probability": 0.5869140625}, {"start": 2082.39, "end": 2082.79, "word": " put", "probability": 0.8525390625}, {"start": 2082.79, "end": 2082.85, "word": " the", "probability": 0.73583984375}, {"start": 2082.85, "end": 2082.85, "word": " photos?", "probability": 0.7529296875}, {"start": 2083.01, "end": 2083.41, "word": " You", "probability": 0.290283203125}, {"start": 2083.41, "end": 2083.49, "word": " don't", "probability": 0.7298583984375}, {"start": 2083.49, "end": 2083.59, "word": " put", "probability": 0.892578125}, {"start": 2083.59, "end": 2083.65, "word": " them", "probability": 0.703125}, {"start": 2083.65, "end": 2083.83, "word": " in", "probability": 0.9140625}, {"start": 2083.83, "end": 2083.91, "word": " the", "probability": 0.62109375}, {"start": 2083.91, "end": 2084.15, "word": " assets,", "probability": 0.90673828125}, {"start": 2084.65, "end": 2085.19, "word": " you", "probability": 0.6943359375}, {"start": 2085.19, "end": 2085.41, "word": " put", "probability": 0.859375}, {"start": 2085.41, "end": 2085.49, "word": " them", "probability": 0.88818359375}, {"start": 2085.49, "end": 2085.59, "word": " in", "probability": 0.9248046875}, {"start": 2085.59, "end": 2085.67, "word": " the", "probability": 0.6123046875}, {"start": 2085.67, "end": 2085.83, "word": " drop", "probability": 0.21630859375}, {"start": 2085.83, "end": 2085.95, "word": "-down", "probability": 0.5906982421875}, {"start": 2085.95, "end": 2085.97, "word": " menu.", "probability": 0.29736328125}, {"start": 2086.05, "end": 2086.33, "word": " The", "probability": 0.2425537109375}, {"start": 2086.33, "end": 2086.49, "word": " drop", "probability": 0.90185546875}, {"start": 2086.49, "end": 2086.65, "word": "-down", "probability": 0.927490234375}, {"start": 2086.65, "end": 2086.67, "word": " menu", "probability": 0.8115234375}, {"start": 2086.67, "end": 2086.75, "word": " is", "probability": 0.87548828125}, {"start": 2086.75, "end": 2087.01, "word": " known", "probability": 0.52294921875}, {"start": 2087.01, "end": 2087.25, "word": " to", "probability": 0.431884765625}, {"start": 2087.25, "end": 2087.65, "word": " be", "probability": 0.51611328125}, {"start": 2087.65, "end": 2087.93, "word": " for", "probability": 0.6259765625}, {"start": 2087.93, "end": 2088.15, "word": " photos.", "probability": 0.54541015625}, {"start": 2089.01, "end": 2089.37, "word": " So,", "probability": 0.3876953125}, {"start": 2089.65, "end": 2089.69, "word": " we", "probability": 0.69921875}, {"start": 2089.69, "end": 2089.71, "word": " have", "probability": 0.176025390625}, {"start": 2089.71, "end": 2089.77, "word": " to", "probability": 0.958984375}, {"start": 2089.77, "end": 2089.85, "word": " go", "probability": 0.444580078125}, {"start": 2089.85, "end": 2090.01, "word": " and", "probability": 0.53125}, {"start": 2090.01, "end": 2090.11, "word": " get", "probability": 0.7080078125}, {"start": 2090.11, "end": 2090.27, "word": " our", "probability": 0.76416015625}, {"start": 2090.27, "end": 2090.47, "word": " photos.", "probability": 0.896484375}, {"start": 2092.87, "end": 2093.07, "word": " Here", "probability": 0.29345703125}, {"start": 2093.07, "end": 2093.27, "word": " they", "probability": 0.837890625}, {"start": 2093.27, "end": 2093.79, "word": " are.", "probability": 0.94287109375}, {"start": 2094.49, "end": 2094.89, "word": " Not", "probability": 0.60986328125}, {"start": 2094.89, "end": 2095.11, "word": " all", "probability": 0.94775390625}, {"start": 2095.11, "end": 2095.17, "word": " the", "probability": 0.576171875}, {"start": 2095.17, "end": 2095.39, "word": " questions", "probability": 0.6181640625}, {"start": 2095.39, "end": 2095.57, "word": " are", "probability": 0.314453125}, {"start": 2095.57, "end": 2095.65, "word": " about", "probability": 0.517578125}, {"start": 2095.65, "end": 2095.87, "word": " photos,", "probability": 0.798828125}, {"start": 2095.89, "end": 2096.01, "word": " there", "probability": 0.607421875}, {"start": 2096.01, "end": 2096.01, "word": " are", "probability": 0.92626953125}, {"start": 2096.01, "end": 2096.29, "word": " 10", "probability": 0.53369140625}, {"start": 2096.29, "end": 2096.79, "word": " questions", "probability": 0.93701171875}, {"start": 2096.79, "end": 2098.19, "word": " that", "probability": 0.22314453125}, {"start": 2098.19, "end": 2098.41, "word": " have", "probability": 0.62646484375}, {"start": 2098.41, "end": 2098.57, "word": " only", "probability": 0.33349609375}, {"start": 2098.57, "end": 2099.37, "word": " 4", "probability": 0.499267578125}, {"start": 2099.37, "end": 2099.37, "word": " photos.", "probability": 0.71923828125}], "temperature": 1.0}, {"id": 80, "seek": 212275, "start": 2105.15, "end": 2122.75, "text": " and go to drawable and choose your photo. Of course, you will see the name of the photo. Ok, now this photo has a small problem. What is it? Did you notice that in order to put any photo, we have to go to the Q photo?", "tokens": [293, 352, 281, 2642, 712, 293, 2826, 428, 5052, 13, 2720, 1164, 11, 291, 486, 536, 264, 1315, 295, 264, 5052, 13, 3477, 11, 586, 341, 5052, 575, 257, 1359, 1154, 13, 708, 307, 309, 30, 2589, 291, 3449, 300, 294, 1668, 281, 829, 604, 5052, 11, 321, 362, 281, 352, 281, 264, 1249, 5052, 30], "avg_logprob": -0.5583881578947368, "compression_ratio": 1.472972972972973, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 2105.15, "end": 2105.45, "word": " and", "probability": 0.1497802734375}, {"start": 2105.45, "end": 2105.63, "word": " go", "probability": 0.322509765625}, {"start": 2105.63, "end": 2105.81, "word": " to", "probability": 0.93408203125}, {"start": 2105.81, "end": 2106.35, "word": " drawable", "probability": 0.576416015625}, {"start": 2106.35, "end": 2107.75, "word": " and", "probability": 0.65380859375}, {"start": 2107.75, "end": 2108.11, "word": " choose", "probability": 0.16064453125}, {"start": 2108.11, "end": 2109.07, "word": " your", "probability": 0.52099609375}, {"start": 2109.07, "end": 2109.07, "word": " photo.", "probability": 0.363525390625}, {"start": 2112.23, "end": 2112.63, "word": " Of", "probability": 0.350341796875}, {"start": 2112.63, "end": 2112.69, "word": " course,", "probability": 0.923828125}, {"start": 2112.79, "end": 2112.79, "word": " you", "probability": 0.32568359375}, {"start": 2112.79, "end": 2112.87, "word": " will", "probability": 0.2100830078125}, {"start": 2112.87, "end": 2113.05, "word": " see", "probability": 0.6123046875}, {"start": 2113.05, "end": 2113.17, "word": " the", "probability": 0.7578125}, {"start": 2113.17, "end": 2113.37, "word": " name", "probability": 0.65625}, {"start": 2113.37, "end": 2114.47, "word": " of", "probability": 0.94140625}, {"start": 2114.47, "end": 2114.53, "word": " the", "probability": 0.69091796875}, {"start": 2114.53, "end": 2114.75, "word": " photo.", "probability": 0.8369140625}, {"start": 2115.81, "end": 2116.21, "word": " Ok,", "probability": 0.251953125}, {"start": 2116.35, "end": 2116.55, "word": " now", "probability": 0.6865234375}, {"start": 2116.55, "end": 2116.67, "word": " this", "probability": 0.71337890625}, {"start": 2116.67, "end": 2116.89, "word": " photo", "probability": 0.798828125}, {"start": 2116.89, "end": 2117.23, "word": " has", "probability": 0.90869140625}, {"start": 2117.23, "end": 2117.73, "word": " a", "probability": 0.9248046875}, {"start": 2117.73, "end": 2117.89, "word": " small", "probability": 0.6279296875}, {"start": 2117.89, "end": 2117.89, "word": " problem.", "probability": 0.71875}, {"start": 2118.05, "end": 2118.21, "word": " What", "probability": 0.480224609375}, {"start": 2118.21, "end": 2118.39, "word": " is", "probability": 0.8310546875}, {"start": 2118.39, "end": 2118.53, "word": " it?", "probability": 0.66357421875}, {"start": 2118.97, "end": 2119.17, "word": " Did", "probability": 0.279296875}, {"start": 2119.17, "end": 2119.39, "word": " you", "probability": 0.9677734375}, {"start": 2119.39, "end": 2119.39, "word": " notice", "probability": 0.61474609375}, {"start": 2119.39, "end": 2119.73, "word": " that", "probability": 0.7646484375}, {"start": 2119.73, "end": 2119.77, "word": " in", "probability": 0.43115234375}, {"start": 2119.77, "end": 2119.85, "word": " order", "probability": 0.90625}, {"start": 2119.85, "end": 2120.03, "word": " to", "probability": 0.966796875}, {"start": 2120.03, "end": 2120.23, "word": " put", "probability": 0.4296875}, {"start": 2120.23, "end": 2120.43, "word": " any", "probability": 0.578125}, {"start": 2120.43, "end": 2120.73, "word": " photo,", "probability": 0.6884765625}, {"start": 2120.87, "end": 2120.99, "word": " we", "probability": 0.5419921875}, {"start": 2120.99, "end": 2121.07, "word": " have", "probability": 0.307861328125}, {"start": 2121.07, "end": 2121.33, "word": " to", "probability": 0.96142578125}, {"start": 2121.33, "end": 2121.59, "word": " go", "probability": 0.81201171875}, {"start": 2121.59, "end": 2121.85, "word": " to", "probability": 0.9521484375}, {"start": 2121.85, "end": 2122.05, "word": " the", "probability": 0.57275390625}, {"start": 2122.05, "end": 2122.31, "word": " Q", "probability": 0.28125}, {"start": 2122.31, "end": 2122.75, "word": " photo?", "probability": 0.443359375}], "temperature": 1.0}, {"id": 81, "seek": 214742, "start": 2124.4, "end": 2147.42, "text": "Okay? How do we give it or put a picture in the code? There is a method called set image resource. What does it take? Here in front of you. It takes an integer. Do you see it? Set image resource. It is the picture that we either put in the XML or in the code. Here I have to put it in the code. Why? Because I want to download it during the runtime. If it is fixed, I put it in the XML.", "tokens": [8297, 30, 1012, 360, 321, 976, 309, 420, 829, 257, 3036, 294, 264, 3089, 30, 821, 307, 257, 3170, 1219, 992, 3256, 7684, 13, 708, 775, 309, 747, 30, 1692, 294, 1868, 295, 291, 13, 467, 2516, 364, 24922, 13, 1144, 291, 536, 309, 30, 8928, 3256, 7684, 13, 467, 307, 264, 3036, 300, 321, 2139, 829, 294, 264, 43484, 420, 294, 264, 3089, 13, 1692, 286, 362, 281, 829, 309, 294, 264, 3089, 13, 1545, 30, 1436, 286, 528, 281, 5484, 309, 1830, 264, 34474, 13, 759, 309, 307, 6806, 11, 286, 829, 309, 294, 264, 43484, 13], "avg_logprob": -0.4009374913573265, "compression_ratio": 1.6929824561403508, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 2124.4, "end": 2124.8, "word": "Okay?", "probability": 0.040496826171875}, {"start": 2125.16, "end": 2125.42, "word": " How", "probability": 0.67822265625}, {"start": 2125.42, "end": 2125.56, "word": " do", "probability": 0.59716796875}, {"start": 2125.56, "end": 2125.6, "word": " we", "probability": 0.89013671875}, {"start": 2125.6, "end": 2125.82, "word": " give", "probability": 0.421875}, {"start": 2125.82, "end": 2125.98, "word": " it", "probability": 0.330322265625}, {"start": 2125.98, "end": 2126.12, "word": " or", "probability": 0.429931640625}, {"start": 2126.12, "end": 2126.46, "word": " put", "probability": 0.56103515625}, {"start": 2126.46, "end": 2126.76, "word": " a", "probability": 0.50390625}, {"start": 2126.76, "end": 2126.76, "word": " picture", "probability": 0.494873046875}, {"start": 2126.76, "end": 2126.88, "word": " in", "probability": 0.806640625}, {"start": 2126.88, "end": 2127.0, "word": " the", "probability": 0.66748046875}, {"start": 2127.0, "end": 2127.16, "word": " code?", "probability": 0.91015625}, {"start": 2127.24, "end": 2127.36, "word": " There", "probability": 0.6875}, {"start": 2127.36, "end": 2127.38, "word": " is", "probability": 0.6376953125}, {"start": 2127.38, "end": 2127.66, "word": " a", "probability": 0.82861328125}, {"start": 2127.66, "end": 2127.66, "word": " method", "probability": 0.92724609375}, {"start": 2127.66, "end": 2127.94, "word": " called", "probability": 0.6943359375}, {"start": 2127.94, "end": 2128.2, "word": " set", "probability": 0.57568359375}, {"start": 2128.2, "end": 2128.52, "word": " image", "probability": 0.47412109375}, {"start": 2128.52, "end": 2129.44, "word": " resource.", "probability": 0.8857421875}, {"start": 2129.56, "end": 2129.72, "word": " What", "probability": 0.671875}, {"start": 2129.72, "end": 2129.84, "word": " does", "probability": 0.7373046875}, {"start": 2129.84, "end": 2129.94, "word": " it", "probability": 0.8935546875}, {"start": 2129.94, "end": 2130.2, "word": " take?", "probability": 0.74365234375}, {"start": 2130.42, "end": 2130.82, "word": " Here", "probability": 0.1834716796875}, {"start": 2130.82, "end": 2130.96, "word": " in", "probability": 0.45458984375}, {"start": 2130.96, "end": 2131.16, "word": " front", "probability": 0.92333984375}, {"start": 2131.16, "end": 2131.16, "word": " of", "probability": 0.93017578125}, {"start": 2131.16, "end": 2131.38, "word": " you.", "probability": 0.9384765625}, {"start": 2131.72, "end": 2131.9, "word": " It", "probability": 0.82568359375}, {"start": 2131.9, "end": 2132.12, "word": " takes", "probability": 0.81103515625}, {"start": 2132.12, "end": 2132.26, "word": " an", "probability": 0.529296875}, {"start": 2132.26, "end": 2132.56, "word": " integer.", "probability": 0.88232421875}, {"start": 2133.4, "end": 2133.52, "word": " Do", "probability": 0.397705078125}, {"start": 2133.52, "end": 2133.52, "word": " you", "probability": 0.96875}, {"start": 2133.52, "end": 2133.78, "word": " see", "probability": 0.9208984375}, {"start": 2133.78, "end": 2134.04, "word": " it?", "probability": 0.77880859375}, {"start": 2134.04, "end": 2134.28, "word": " Set", "probability": 0.865234375}, {"start": 2134.28, "end": 2134.48, "word": " image", "probability": 0.91162109375}, {"start": 2134.48, "end": 2134.92, "word": " resource.", "probability": 0.94189453125}, {"start": 2135.42, "end": 2135.52, "word": " It", "probability": 0.33642578125}, {"start": 2135.52, "end": 2135.62, "word": " is", "probability": 0.68701171875}, {"start": 2135.62, "end": 2135.72, "word": " the", "probability": 0.422607421875}, {"start": 2135.72, "end": 2135.94, "word": " picture", "probability": 0.69189453125}, {"start": 2135.94, "end": 2136.02, "word": " that", "probability": 0.446533203125}, {"start": 2136.02, "end": 2136.2, "word": " we", "probability": 0.6240234375}, {"start": 2136.2, "end": 2136.2, "word": " either", "probability": 0.50439453125}, {"start": 2136.2, "end": 2136.46, "word": " put", "probability": 0.86865234375}, {"start": 2136.46, "end": 2136.66, "word": " in", "probability": 0.5986328125}, {"start": 2136.66, "end": 2136.74, "word": " the", "probability": 0.61328125}, {"start": 2136.74, "end": 2137.14, "word": " XML", "probability": 0.55126953125}, {"start": 2137.14, "end": 2138.0, "word": " or", "probability": 0.6220703125}, {"start": 2138.0, "end": 2138.38, "word": " in", "probability": 0.1961669921875}, {"start": 2138.38, "end": 2139.46, "word": " the", "probability": 0.85009765625}, {"start": 2139.46, "end": 2139.74, "word": " code.", "probability": 0.91259765625}, {"start": 2140.12, "end": 2140.52, "word": " Here", "probability": 0.302490234375}, {"start": 2140.52, "end": 2140.68, "word": " I", "probability": 0.496337890625}, {"start": 2140.68, "end": 2140.82, "word": " have", "probability": 0.53857421875}, {"start": 2140.82, "end": 2140.94, "word": " to", "probability": 0.9619140625}, {"start": 2140.94, "end": 2141.12, "word": " put", "probability": 0.8876953125}, {"start": 2141.12, "end": 2141.2, "word": " it", "probability": 0.8798828125}, {"start": 2141.2, "end": 2141.26, "word": " in", "probability": 0.93408203125}, {"start": 2141.26, "end": 2141.4, "word": " the", "probability": 0.87939453125}, {"start": 2141.4, "end": 2141.56, "word": " code.", "probability": 0.94189453125}, {"start": 2141.62, "end": 2141.9, "word": " Why?", "probability": 0.85009765625}, {"start": 2142.4, "end": 2142.56, "word": " Because", "probability": 0.88671875}, {"start": 2142.56, "end": 2142.7, "word": " I", "probability": 0.74365234375}, {"start": 2142.7, "end": 2143.28, "word": " want", "probability": 0.46875}, {"start": 2143.28, "end": 2143.38, "word": " to", "probability": 0.81396484375}, {"start": 2143.38, "end": 2143.66, "word": " download", "probability": 0.66015625}, {"start": 2143.66, "end": 2143.8, "word": " it", "probability": 0.9130859375}, {"start": 2143.8, "end": 2144.08, "word": " during", "probability": 0.744140625}, {"start": 2144.08, "end": 2144.24, "word": " the", "probability": 0.513671875}, {"start": 2144.24, "end": 2144.6, "word": " runtime.", "probability": 0.60205078125}, {"start": 2145.12, "end": 2145.3, "word": " If", "probability": 0.96240234375}, {"start": 2145.3, "end": 2145.44, "word": " it", "probability": 0.81005859375}, {"start": 2145.44, "end": 2145.5, "word": " is", "probability": 0.81103515625}, {"start": 2145.5, "end": 2145.84, "word": " fixed,", "probability": 0.390625}, {"start": 2146.34, "end": 2146.72, "word": " I", "probability": 0.923828125}, {"start": 2146.72, "end": 2146.92, "word": " put", "probability": 0.67138671875}, {"start": 2146.92, "end": 2147.0, "word": " it", "probability": 0.93408203125}, {"start": 2147.0, "end": 2147.08, "word": " in", "probability": 0.93408203125}, {"start": 2147.08, "end": 2147.16, "word": " the", "probability": 0.818359375}, {"start": 2147.16, "end": 2147.42, "word": " XML.", "probability": 0.9443359375}], "temperature": 1.0}, {"id": 82, "seek": 217246, "start": 2148.15, "end": 2172.47, "text": "So the equivalent method of XML is the source, here I call it setImageResource, and you say r.drawable.nameOfThePicture, for example the flag, flag1. But here I don't know the name of the picture, the name of the picture has to be brought from the question. So the question itself is the Q, right? Fi get what?", "tokens": [6455, 264, 10344, 3170, 295, 43484, 307, 264, 4009, 11, 510, 286, 818, 309, 992, 31128, 609, 33274, 2948, 11, 293, 291, 584, 367, 13, 48848, 712, 13, 5378, 68, 23919, 2278, 47, 985, 540, 11, 337, 1365, 264, 7166, 11, 7166, 16, 13, 583, 510, 286, 500, 380, 458, 264, 1315, 295, 264, 3036, 11, 264, 1315, 295, 264, 3036, 575, 281, 312, 3038, 490, 264, 1168, 13, 407, 264, 1168, 2564, 307, 264, 1249, 11, 558, 30, 38245, 483, 437, 30], "avg_logprob": -0.6052827295802888, "compression_ratio": 1.5422885572139304, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2148.15, "end": 2148.43, "word": "So", "probability": 0.2734375}, {"start": 2148.43, "end": 2148.89, "word": " the", "probability": 0.57177734375}, {"start": 2148.89, "end": 2149.71, "word": " equivalent", "probability": 0.173095703125}, {"start": 2149.71, "end": 2149.79, "word": " method", "probability": 0.375}, {"start": 2149.79, "end": 2150.11, "word": " of", "probability": 0.68505859375}, {"start": 2150.11, "end": 2150.45, "word": " XML", "probability": 0.33837890625}, {"start": 2150.45, "end": 2150.65, "word": " is", "probability": 0.82470703125}, {"start": 2150.65, "end": 2150.77, "word": " the", "probability": 0.259521484375}, {"start": 2150.77, "end": 2151.11, "word": " source,", "probability": 0.6767578125}, {"start": 2151.23, "end": 2151.39, "word": " here", "probability": 0.43896484375}, {"start": 2151.39, "end": 2151.49, "word": " I", "probability": 0.50732421875}, {"start": 2151.49, "end": 2151.71, "word": " call", "probability": 0.2445068359375}, {"start": 2151.71, "end": 2151.81, "word": " it", "probability": 0.86376953125}, {"start": 2151.81, "end": 2153.47, "word": " setImageResource,", "probability": 0.746630859375}, {"start": 2153.65, "end": 2153.81, "word": " and", "probability": 0.78369140625}, {"start": 2153.81, "end": 2153.93, "word": " you", "probability": 0.3837890625}, {"start": 2153.93, "end": 2154.11, "word": " say", "probability": 0.353271484375}, {"start": 2154.11, "end": 2154.57, "word": " r", "probability": 0.296630859375}, {"start": 2154.57, "end": 2156.07, "word": ".drawable", "probability": 0.9083658854166666}, {"start": 2156.07, "end": 2157.95, "word": ".nameOfThePicture,", "probability": 0.683624267578125}, {"start": 2158.05, "end": 2158.25, "word": " for", "probability": 0.65576171875}, {"start": 2158.25, "end": 2158.41, "word": " example", "probability": 0.9306640625}, {"start": 2158.41, "end": 2158.57, "word": " the", "probability": 0.294677734375}, {"start": 2158.57, "end": 2158.91, "word": " flag,", "probability": 0.82861328125}, {"start": 2159.37, "end": 2160.11, "word": " flag1.", "probability": 0.4847412109375}, {"start": 2160.73, "end": 2161.13, "word": " But", "probability": 0.8994140625}, {"start": 2161.13, "end": 2161.43, "word": " here", "probability": 0.79443359375}, {"start": 2161.43, "end": 2161.71, "word": " I", "probability": 0.79443359375}, {"start": 2161.71, "end": 2161.89, "word": " don't", "probability": 0.852294921875}, {"start": 2161.89, "end": 2162.19, "word": " know", "probability": 0.890625}, {"start": 2162.19, "end": 2162.33, "word": " the", "probability": 0.8359375}, {"start": 2162.33, "end": 2162.41, "word": " name", "probability": 0.6884765625}, {"start": 2162.41, "end": 2162.51, "word": " of", "probability": 0.96240234375}, {"start": 2162.51, "end": 2162.53, "word": " the", "probability": 0.91455078125}, {"start": 2162.53, "end": 2162.73, "word": " picture,", "probability": 0.787109375}, {"start": 2162.83, "end": 2162.99, "word": " the", "probability": 0.513671875}, {"start": 2162.99, "end": 2163.05, "word": " name", "probability": 0.5166015625}, {"start": 2163.05, "end": 2163.13, "word": " of", "probability": 0.91162109375}, {"start": 2163.13, "end": 2163.19, "word": " the", "probability": 0.919921875}, {"start": 2163.19, "end": 2163.33, "word": " picture", "probability": 0.88623046875}, {"start": 2163.33, "end": 2163.49, "word": " has", "probability": 0.1619873046875}, {"start": 2163.49, "end": 2163.57, "word": " to", "probability": 0.943359375}, {"start": 2163.57, "end": 2163.77, "word": " be", "probability": 0.513671875}, {"start": 2163.77, "end": 2163.81, "word": " brought", "probability": 0.08294677734375}, {"start": 2163.81, "end": 2163.97, "word": " from", "probability": 0.409423828125}, {"start": 2163.97, "end": 2165.39, "word": " the", "probability": 0.642578125}, {"start": 2165.39, "end": 2165.67, "word": " question.", "probability": 0.84228515625}, {"start": 2166.05, "end": 2166.27, "word": " So", "probability": 0.45703125}, {"start": 2166.27, "end": 2168.03, "word": " the", "probability": 0.62255859375}, {"start": 2168.03, "end": 2168.55, "word": " question", "probability": 0.68505859375}, {"start": 2168.55, "end": 2169.27, "word": " itself", "probability": 0.626953125}, {"start": 2169.27, "end": 2169.37, "word": " is", "probability": 0.59765625}, {"start": 2169.37, "end": 2169.45, "word": " the", "probability": 0.403076171875}, {"start": 2169.45, "end": 2169.73, "word": " Q,", "probability": 0.275634765625}, {"start": 2170.55, "end": 2170.69, "word": " right?", "probability": 0.15576171875}, {"start": 2171.07, "end": 2171.23, "word": " Fi", "probability": 0.1131591796875}, {"start": 2171.23, "end": 2171.71, "word": " get", "probability": 0.47119140625}, {"start": 2171.71, "end": 2172.47, "word": " what?", "probability": 0.7216796875}], "temperature": 1.0}, {"id": 83, "seek": 219629, "start": 2173.95, "end": 2196.29, "text": "getPhoto. Of course, it will not accept it because the photo has nothing to do with it. The photo is a string. Okay? So now we need a way to know the name of the photo that will make it bring the integer that identifies the ID of the photo. Yes, we will make it search in the drawable what is the ID of the photo. How does it work? First of all,", "tokens": [847, 24382, 6738, 13, 2720, 1164, 11, 309, 486, 406, 3241, 309, 570, 264, 5052, 575, 1825, 281, 360, 365, 309, 13, 440, 5052, 307, 257, 6798, 13, 1033, 30, 407, 586, 321, 643, 257, 636, 281, 458, 264, 1315, 295, 264, 5052, 300, 486, 652, 309, 1565, 264, 24922, 300, 34597, 264, 7348, 295, 264, 5052, 13, 1079, 11, 321, 486, 652, 309, 3164, 294, 264, 2642, 712, 437, 307, 264, 7348, 295, 264, 5052, 13, 1012, 775, 309, 589, 30, 2386, 295, 439, 11], "avg_logprob": -0.5384339217481942, "compression_ratio": 1.6995073891625616, "no_speech_prob": 6.735324859619141e-06, "words": [{"start": 2173.95, "end": 2174.39, "word": "getPhoto.", "probability": 0.5200602213541666}, {"start": 2174.47, "end": 2174.71, "word": " Of", "probability": 0.3251953125}, {"start": 2174.71, "end": 2174.71, "word": " course,", "probability": 0.92578125}, {"start": 2174.77, "end": 2174.87, "word": " it", "probability": 0.43359375}, {"start": 2174.87, "end": 2174.97, "word": " will", "probability": 0.314697265625}, {"start": 2174.97, "end": 2175.05, "word": " not", "probability": 0.916015625}, {"start": 2175.05, "end": 2175.29, "word": " accept", "probability": 0.75390625}, {"start": 2175.29, "end": 2175.51, "word": " it", "probability": 0.6962890625}, {"start": 2175.51, "end": 2175.69, "word": " because", "probability": 0.5673828125}, {"start": 2175.69, "end": 2175.91, "word": " the", "probability": 0.5517578125}, {"start": 2175.91, "end": 2176.11, "word": " photo", "probability": 0.75390625}, {"start": 2176.11, "end": 2176.37, "word": " has", "probability": 0.2161865234375}, {"start": 2176.37, "end": 2177.03, "word": " nothing", "probability": 0.326416015625}, {"start": 2177.03, "end": 2177.03, "word": " to", "probability": 0.55419921875}, {"start": 2177.03, "end": 2177.03, "word": " do", "probability": 0.94921875}, {"start": 2177.03, "end": 2177.03, "word": " with", "probability": 0.8837890625}, {"start": 2177.03, "end": 2177.03, "word": " it.", "probability": 0.75439453125}, {"start": 2177.07, "end": 2177.23, "word": " The", "probability": 0.64794921875}, {"start": 2177.23, "end": 2177.49, "word": " photo", "probability": 0.81787109375}, {"start": 2177.49, "end": 2177.65, "word": " is", "probability": 0.90673828125}, {"start": 2177.65, "end": 2177.99, "word": " a", "probability": 0.407470703125}, {"start": 2177.99, "end": 2177.99, "word": " string.", "probability": 0.85595703125}, {"start": 2178.59, "end": 2178.79, "word": " Okay?", "probability": 0.2142333984375}, {"start": 2179.15, "end": 2179.43, "word": " So", "probability": 0.5166015625}, {"start": 2179.43, "end": 2179.63, "word": " now", "probability": 0.67919921875}, {"start": 2179.63, "end": 2179.87, "word": " we", "probability": 0.642578125}, {"start": 2179.87, "end": 2180.07, "word": " need", "probability": 0.68310546875}, {"start": 2180.07, "end": 2180.21, "word": " a", "probability": 0.9365234375}, {"start": 2180.21, "end": 2180.57, "word": " way", "probability": 0.533203125}, {"start": 2180.57, "end": 2181.65, "word": " to", "probability": 0.5966796875}, {"start": 2181.65, "end": 2181.97, "word": " know", "probability": 0.2132568359375}, {"start": 2181.97, "end": 2182.29, "word": " the", "probability": 0.7548828125}, {"start": 2182.29, "end": 2182.63, "word": " name", "probability": 0.787109375}, {"start": 2182.63, "end": 2182.79, "word": " of", "probability": 0.9677734375}, {"start": 2182.79, "end": 2182.89, "word": " the", "probability": 0.8818359375}, {"start": 2182.89, "end": 2183.33, "word": " photo", "probability": 0.80908203125}, {"start": 2183.33, "end": 2183.53, "word": " that", "probability": 0.340576171875}, {"start": 2183.53, "end": 2183.65, "word": " will", "probability": 0.51513671875}, {"start": 2183.65, "end": 2183.85, "word": " make", "probability": 0.276611328125}, {"start": 2183.85, "end": 2184.01, "word": " it", "probability": 0.6513671875}, {"start": 2184.01, "end": 2184.37, "word": " bring", "probability": 0.208740234375}, {"start": 2184.37, "end": 2184.63, "word": " the", "probability": 0.77783203125}, {"start": 2184.63, "end": 2185.09, "word": " integer", "probability": 0.6171875}, {"start": 2185.09, "end": 2185.31, "word": " that", "probability": 0.66357421875}, {"start": 2185.31, "end": 2185.75, "word": " identifies", "probability": 0.231201171875}, {"start": 2185.75, "end": 2186.55, "word": " the", "probability": 0.88330078125}, {"start": 2186.55, "end": 2186.81, "word": " ID", "probability": 0.487548828125}, {"start": 2186.81, "end": 2186.99, "word": " of", "probability": 0.94189453125}, {"start": 2186.99, "end": 2187.13, "word": " the", "probability": 0.896484375}, {"start": 2187.13, "end": 2187.35, "word": " photo.", "probability": 0.48681640625}, {"start": 2189.75, "end": 2189.91, "word": " Yes,", "probability": 0.391845703125}, {"start": 2189.97, "end": 2190.05, "word": " we", "probability": 0.66162109375}, {"start": 2190.05, "end": 2190.23, "word": " will", "probability": 0.357421875}, {"start": 2190.23, "end": 2190.39, "word": " make", "probability": 0.7392578125}, {"start": 2190.39, "end": 2190.75, "word": " it", "probability": 0.79150390625}, {"start": 2190.75, "end": 2191.07, "word": " search", "probability": 0.5400390625}, {"start": 2191.07, "end": 2191.21, "word": " in", "probability": 0.68017578125}, {"start": 2191.21, "end": 2191.31, "word": " the", "probability": 0.306884765625}, {"start": 2191.31, "end": 2191.73, "word": " drawable", "probability": 0.894775390625}, {"start": 2191.73, "end": 2192.75, "word": " what", "probability": 0.1668701171875}, {"start": 2192.75, "end": 2193.27, "word": " is", "probability": 0.51611328125}, {"start": 2193.27, "end": 2193.51, "word": " the", "probability": 0.88818359375}, {"start": 2193.51, "end": 2193.85, "word": " ID", "probability": 0.7236328125}, {"start": 2193.85, "end": 2194.07, "word": " of", "probability": 0.955078125}, {"start": 2194.07, "end": 2194.21, "word": " the", "probability": 0.89794921875}, {"start": 2194.21, "end": 2194.43, "word": " photo.", "probability": 0.63623046875}, {"start": 2194.97, "end": 2195.41, "word": " How", "probability": 0.8896484375}, {"start": 2195.41, "end": 2195.55, "word": " does", "probability": 0.426025390625}, {"start": 2195.55, "end": 2195.63, "word": " it", "probability": 0.5615234375}, {"start": 2195.63, "end": 2195.63, "word": " work?", "probability": 0.69287109375}, {"start": 2195.71, "end": 2195.97, "word": " First", "probability": 0.509765625}, {"start": 2195.97, "end": 2196.29, "word": " of", "probability": 0.428955078125}, {"start": 2196.29, "end": 2196.29, "word": " all,", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 84, "seek": 222466, "start": 2197.7, "end": 2224.66, "text": " What is the name of the ID of the image? We always say R.drawable.flag.jpg The image's name is Ahmed.png, which becomes Ahmed. So we need to bring Ahmed by himself. We need to remove him from the JPG. First of all, before everything, I want to say f question.get", "tokens": [708, 307, 264, 1315, 295, 264, 7348, 295, 264, 3256, 30, 492, 1009, 584, 497, 13, 67, 424, 86, 712, 13, 3423, 559, 13, 73, 49861, 440, 3256, 311, 1315, 307, 39189, 13, 79, 872, 11, 597, 3643, 39189, 13, 407, 321, 643, 281, 1565, 39189, 538, 3647, 13, 492, 643, 281, 4159, 796, 490, 264, 34336, 38, 13, 2386, 295, 439, 11, 949, 1203, 11, 286, 528, 281, 584, 283, 1168, 13, 847], "avg_logprob": -0.6279166507720947, "compression_ratio": 1.445054945054945, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2197.7, "end": 2197.98, "word": " What", "probability": 0.447021484375}, {"start": 2197.98, "end": 2198.08, "word": " is", "probability": 0.72802734375}, {"start": 2198.08, "end": 2198.26, "word": " the", "probability": 0.81640625}, {"start": 2198.26, "end": 2198.26, "word": " name", "probability": 0.5087890625}, {"start": 2198.26, "end": 2199.2, "word": " of", "probability": 0.9609375}, {"start": 2199.2, "end": 2199.22, "word": " the", "probability": 0.658203125}, {"start": 2199.22, "end": 2199.5, "word": " ID", "probability": 0.2049560546875}, {"start": 2199.5, "end": 2199.68, "word": " of", "probability": 0.67529296875}, {"start": 2199.68, "end": 2199.84, "word": " the", "probability": 0.65576171875}, {"start": 2199.84, "end": 2200.02, "word": " image?", "probability": 0.41015625}, {"start": 2200.18, "end": 2200.4, "word": " We", "probability": 0.164794921875}, {"start": 2200.4, "end": 2200.64, "word": " always", "probability": 0.615234375}, {"start": 2200.64, "end": 2200.9, "word": " say", "probability": 0.7294921875}, {"start": 2200.9, "end": 2201.16, "word": " R", "probability": 0.27880859375}, {"start": 2201.16, "end": 2201.96, "word": ".drawable", "probability": 0.494873046875}, {"start": 2201.96, "end": 2204.46, "word": ".flag", "probability": 0.7054036458333334}, {"start": 2204.46, "end": 2205.22, "word": ".jpg", "probability": 0.9763997395833334}, {"start": 2205.22, "end": 2207.22, "word": " The", "probability": 0.12457275390625}, {"start": 2207.22, "end": 2209.22, "word": " image's", "probability": 0.45684814453125}, {"start": 2209.22, "end": 2209.22, "word": " name", "probability": 0.86865234375}, {"start": 2209.22, "end": 2209.32, "word": " is", "probability": 0.7685546875}, {"start": 2209.32, "end": 2209.54, "word": " Ahmed", "probability": 0.239990234375}, {"start": 2209.54, "end": 2210.46, "word": ".png,", "probability": 0.9207356770833334}, {"start": 2210.54, "end": 2210.64, "word": " which", "probability": 0.331787109375}, {"start": 2210.64, "end": 2210.94, "word": " becomes", "probability": 0.28271484375}, {"start": 2210.94, "end": 2212.28, "word": " Ahmed.", "probability": 0.79443359375}, {"start": 2212.56, "end": 2212.56, "word": " So", "probability": 0.53857421875}, {"start": 2212.56, "end": 2212.74, "word": " we", "probability": 0.56591796875}, {"start": 2212.74, "end": 2212.76, "word": " need", "probability": 0.1749267578125}, {"start": 2212.76, "end": 2212.9, "word": " to", "probability": 0.759765625}, {"start": 2212.9, "end": 2213.0, "word": " bring", "probability": 0.395263671875}, {"start": 2213.0, "end": 2213.28, "word": " Ahmed", "probability": 0.9619140625}, {"start": 2213.28, "end": 2213.42, "word": " by", "probability": 0.20068359375}, {"start": 2213.42, "end": 2213.86, "word": " himself.", "probability": 0.57275390625}, {"start": 2214.22, "end": 2214.3, "word": " We", "probability": 0.476318359375}, {"start": 2214.3, "end": 2214.38, "word": " need", "probability": 0.451904296875}, {"start": 2214.38, "end": 2214.5, "word": " to", "probability": 0.958984375}, {"start": 2214.5, "end": 2214.64, "word": " remove", "probability": 0.64111328125}, {"start": 2214.64, "end": 2214.78, "word": " him", "probability": 0.332763671875}, {"start": 2214.78, "end": 2216.46, "word": " from", "probability": 0.8330078125}, {"start": 2216.46, "end": 2216.64, "word": " the", "probability": 0.640625}, {"start": 2216.64, "end": 2217.1, "word": " JPG.", "probability": 0.6998291015625}, {"start": 2217.78, "end": 2218.22, "word": " First", "probability": 0.468994140625}, {"start": 2218.22, "end": 2218.52, "word": " of", "probability": 0.4208984375}, {"start": 2218.52, "end": 2218.52, "word": " all,", "probability": 0.9482421875}, {"start": 2218.58, "end": 2218.82, "word": " before", "probability": 0.5751953125}, {"start": 2218.82, "end": 2219.36, "word": " everything,", "probability": 0.50244140625}, {"start": 2220.08, "end": 2220.26, "word": " I", "probability": 0.90087890625}, {"start": 2220.26, "end": 2220.36, "word": " want", "probability": 0.5234375}, {"start": 2220.36, "end": 2220.44, "word": " to", "probability": 0.970703125}, {"start": 2220.44, "end": 2220.58, "word": " say", "probability": 0.67822265625}, {"start": 2220.58, "end": 2221.02, "word": " f", "probability": 0.318603515625}, {"start": 2221.02, "end": 2222.74, "word": " question", "probability": 0.515625}, {"start": 2222.74, "end": 2224.66, "word": ".get", "probability": 0.8408203125}], "temperature": 1.0}, {"id": 85, "seek": 223930, "start": 2225.78, "end": 2239.3, "text": " photo, dot equals, ignore case, no image, و هنا فيها, إيش يعني هذا ال F الصحيح يعني إذا في صورة", "tokens": [5052, 11, 5893, 6915, 11, 11200, 1389, 11, 572, 3256, 11, 4032, 34105, 8978, 11296, 11, 11933, 1829, 8592, 37495, 22653, 23758, 2423, 479, 31767, 5016, 1829, 5016, 37495, 22653, 11933, 15730, 8978, 20328, 13063, 3660], "avg_logprob": -0.4700168822262738, "compression_ratio": 1.115702479338843, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2225.78, "end": 2226.28, "word": " photo,", "probability": 0.55712890625}, {"start": 2226.58, "end": 2227.14, "word": " dot", "probability": 0.52392578125}, {"start": 2227.14, "end": 2227.98, "word": " equals,", "probability": 0.85595703125}, {"start": 2228.72, "end": 2229.06, "word": " ignore", "probability": 0.8359375}, {"start": 2229.06, "end": 2229.58, "word": " case,", "probability": 0.93115234375}, {"start": 2230.6, "end": 2230.86, "word": " no", "probability": 0.91943359375}, {"start": 2230.86, "end": 2231.32, "word": " image,", "probability": 0.92822265625}, {"start": 2231.96, "end": 2232.24, "word": " و", "probability": 0.1446533203125}, {"start": 2232.24, "end": 2232.42, "word": " هنا", "probability": 0.56201171875}, {"start": 2232.42, "end": 2232.96, "word": " فيها,", "probability": 0.679931640625}, {"start": 2234.36, "end": 2234.78, "word": " إيش", "probability": 0.7779947916666666}, {"start": 2234.78, "end": 2234.92, "word": " يعني", "probability": 0.848876953125}, {"start": 2234.92, "end": 2235.14, "word": " هذا", "probability": 0.71044921875}, {"start": 2235.14, "end": 2235.26, "word": " ال", "probability": 0.79052734375}, {"start": 2235.26, "end": 2235.4, "word": " F", "probability": 0.54345703125}, {"start": 2235.4, "end": 2235.74, "word": " الصحيح", "probability": 0.57342529296875}, {"start": 2235.74, "end": 2237.78, "word": " يعني", "probability": 0.5877685546875}, {"start": 2237.78, "end": 2238.1, "word": " إذا", "probability": 0.9248046875}, {"start": 2238.1, "end": 2238.8, "word": " في", "probability": 0.93017578125}, {"start": 2238.8, "end": 2239.3, "word": " صورة", "probability": 0.9298502604166666}], "temperature": 1.0}, {"id": 86, "seek": 227010, "start": 2240.44, "end": 2270.1, "text": " Or if the value of the image is not equal to no image If it is no image, we want to remove it If it is not no image, we want to work So let's say set image resource before this set image resource The first thing we want to get is the name of the image By itself without extension So, get photo file name equal to q.getphoto", "tokens": [1610, 498, 264, 2158, 295, 264, 3256, 307, 406, 2681, 281, 572, 3256, 759, 309, 307, 572, 3256, 11, 321, 528, 281, 4159, 309, 759, 309, 307, 406, 572, 3256, 11, 321, 528, 281, 589, 407, 718, 311, 584, 992, 3256, 7684, 949, 341, 992, 3256, 7684, 440, 700, 551, 321, 528, 281, 483, 307, 264, 1315, 295, 264, 3256, 3146, 2564, 1553, 10320, 407, 11, 483, 5052, 3991, 1315, 2681, 281, 9505, 13, 847, 950, 6738], "avg_logprob": -0.4811698710307097, "compression_ratio": 1.8409090909090908, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2240.44, "end": 2240.72, "word": " Or", "probability": 0.56982421875}, {"start": 2240.72, "end": 2241.0, "word": " if", "probability": 0.77001953125}, {"start": 2241.0, "end": 2241.26, "word": " the", "probability": 0.6064453125}, {"start": 2241.26, "end": 2241.46, "word": " value", "probability": 0.67431640625}, {"start": 2241.46, "end": 2241.64, "word": " of", "probability": 0.93212890625}, {"start": 2241.64, "end": 2241.72, "word": " the", "probability": 0.7373046875}, {"start": 2241.72, "end": 2241.9, "word": " image", "probability": 0.50244140625}, {"start": 2241.9, "end": 2242.16, "word": " is", "probability": 0.484130859375}, {"start": 2242.16, "end": 2242.16, "word": " not", "probability": 0.6591796875}, {"start": 2242.16, "end": 2242.52, "word": " equal", "probability": 0.80712890625}, {"start": 2242.52, "end": 2242.58, "word": " to", "probability": 0.96923828125}, {"start": 2242.58, "end": 2242.7, "word": " no", "probability": 0.381591796875}, {"start": 2242.7, "end": 2242.96, "word": " image", "probability": 0.71728515625}, {"start": 2242.96, "end": 2244.12, "word": " If", "probability": 0.479248046875}, {"start": 2244.12, "end": 2244.22, "word": " it", "probability": 0.50244140625}, {"start": 2244.22, "end": 2244.22, "word": " is", "probability": 0.5830078125}, {"start": 2244.22, "end": 2244.34, "word": " no", "probability": 0.4306640625}, {"start": 2244.34, "end": 2244.54, "word": " image,", "probability": 0.935546875}, {"start": 2244.64, "end": 2244.68, "word": " we", "probability": 0.615234375}, {"start": 2244.68, "end": 2244.8, "word": " want", "probability": 0.2685546875}, {"start": 2244.8, "end": 2244.86, "word": " to", "probability": 0.90771484375}, {"start": 2244.86, "end": 2245.02, "word": " remove", "probability": 0.493408203125}, {"start": 2245.02, "end": 2245.14, "word": " it", "probability": 0.9140625}, {"start": 2245.14, "end": 2245.38, "word": " If", "probability": 0.60107421875}, {"start": 2245.38, "end": 2245.5, "word": " it", "probability": 0.80517578125}, {"start": 2245.5, "end": 2245.5, "word": " is", "probability": 0.841796875}, {"start": 2245.5, "end": 2245.68, "word": " not", "probability": 0.89697265625}, {"start": 2245.68, "end": 2245.86, "word": " no", "probability": 0.81298828125}, {"start": 2245.86, "end": 2246.2, "word": " image,", "probability": 0.93896484375}, {"start": 2246.58, "end": 2246.94, "word": " we", "probability": 0.873046875}, {"start": 2246.94, "end": 2247.1, "word": " want", "probability": 0.77587890625}, {"start": 2247.1, "end": 2247.18, "word": " to", "probability": 0.96142578125}, {"start": 2247.18, "end": 2247.46, "word": " work", "probability": 0.7451171875}, {"start": 2247.46, "end": 2248.26, "word": " So", "probability": 0.119140625}, {"start": 2248.26, "end": 2248.62, "word": " let's", "probability": 0.6190185546875}, {"start": 2248.62, "end": 2248.8, "word": " say", "probability": 0.54150390625}, {"start": 2248.8, "end": 2249.1, "word": " set", "probability": 0.6162109375}, {"start": 2249.1, "end": 2249.3, "word": " image", "probability": 0.8251953125}, {"start": 2249.3, "end": 2249.72, "word": " resource", "probability": 0.875}, {"start": 2249.72, "end": 2249.98, "word": " before", "probability": 0.4599609375}, {"start": 2249.98, "end": 2250.24, "word": " this", "probability": 0.5439453125}, {"start": 2250.24, "end": 2250.42, "word": " set", "probability": 0.5986328125}, {"start": 2250.42, "end": 2250.62, "word": " image", "probability": 0.94091796875}, {"start": 2250.62, "end": 2250.88, "word": " resource", "probability": 0.943359375}, {"start": 2250.88, "end": 2251.02, "word": " The", "probability": 0.380126953125}, {"start": 2251.02, "end": 2251.12, "word": " first", "probability": 0.888671875}, {"start": 2251.12, "end": 2251.32, "word": " thing", "probability": 0.89697265625}, {"start": 2251.32, "end": 2251.42, "word": " we", "probability": 0.79296875}, {"start": 2251.42, "end": 2251.52, "word": " want", "probability": 0.658203125}, {"start": 2251.52, "end": 2251.62, "word": " to", "probability": 0.83251953125}, {"start": 2251.62, "end": 2251.82, "word": " get", "probability": 0.455078125}, {"start": 2251.82, "end": 2251.98, "word": " is", "probability": 0.603515625}, {"start": 2251.98, "end": 2252.18, "word": " the", "probability": 0.8603515625}, {"start": 2252.18, "end": 2252.18, "word": " name", "probability": 0.75}, {"start": 2252.18, "end": 2252.26, "word": " of", "probability": 0.96728515625}, {"start": 2252.26, "end": 2252.34, "word": " the", "probability": 0.9072265625}, {"start": 2252.34, "end": 2252.56, "word": " image", "probability": 0.62890625}, {"start": 2252.56, "end": 2253.42, "word": " By", "probability": 0.184326171875}, {"start": 2253.42, "end": 2253.74, "word": " itself", "probability": 0.748046875}, {"start": 2253.74, "end": 2254.08, "word": " without", "probability": 0.5322265625}, {"start": 2254.08, "end": 2257.0, "word": " extension", "probability": 0.365478515625}, {"start": 2257.0, "end": 2258.54, "word": " So,", "probability": 0.3408203125}, {"start": 2260.6, "end": 2260.86, "word": " get", "probability": 0.1695556640625}, {"start": 2260.86, "end": 2262.72, "word": " photo", "probability": 0.6328125}, {"start": 2262.72, "end": 2264.54, "word": " file", "probability": 0.59326171875}, {"start": 2264.54, "end": 2265.46, "word": " name", "probability": 0.86962890625}, {"start": 2265.46, "end": 2267.48, "word": " equal", "probability": 0.05230712890625}, {"start": 2267.48, "end": 2267.68, "word": " to", "probability": 0.673828125}, {"start": 2267.68, "end": 2267.96, "word": " q", "probability": 0.6650390625}, {"start": 2267.96, "end": 2270.1, "word": ".getphoto", "probability": 0.788818359375}], "temperature": 1.0}, {"id": 87, "seek": 229390, "start": 2272.72, "end": 2293.9, "text": " dot substring, what is substring? from zero to q dot get photo dot last index of the dot", "tokens": [5893, 4594, 2937, 11, 437, 307, 4594, 2937, 30, 490, 4018, 281, 9505, 5893, 483, 5052, 5893, 1036, 8186, 295, 264, 5893], "avg_logprob": -0.4514266382093015, "compression_ratio": 1.155844155844156, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2272.72, "end": 2273.1, "word": " dot", "probability": 0.1275634765625}, {"start": 2273.1, "end": 2274.06, "word": " substring,", "probability": 0.90576171875}, {"start": 2274.26, "end": 2274.42, "word": " what", "probability": 0.5693359375}, {"start": 2274.42, "end": 2274.48, "word": " is", "probability": 0.64208984375}, {"start": 2274.48, "end": 2274.96, "word": " substring?", "probability": 0.929931640625}, {"start": 2277.12, "end": 2278.52, "word": " from", "probability": 0.11248779296875}, {"start": 2278.52, "end": 2281.76, "word": " zero", "probability": 0.5205078125}, {"start": 2281.76, "end": 2283.34, "word": " to", "probability": 0.93017578125}, {"start": 2283.34, "end": 2284.7, "word": " q", "probability": 0.68212890625}, {"start": 2284.7, "end": 2285.86, "word": " dot", "probability": 0.88818359375}, {"start": 2285.86, "end": 2287.24, "word": " get", "probability": 0.89404296875}, {"start": 2287.24, "end": 2288.26, "word": " photo", "probability": 0.81298828125}, {"start": 2288.26, "end": 2289.64, "word": " dot", "probability": 0.92919921875}, {"start": 2289.64, "end": 2290.2, "word": " last", "probability": 0.7978515625}, {"start": 2290.2, "end": 2290.8, "word": " index", "probability": 0.8623046875}, {"start": 2290.8, "end": 2291.22, "word": " of", "probability": 0.95849609375}, {"start": 2291.22, "end": 2293.62, "word": " the", "probability": 0.403076171875}, {"start": 2293.62, "end": 2293.9, "word": " dot", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 88, "seek": 232166, "start": 2295.42, "end": 2321.66, "text": " We will do it on two lines, for what? You may not understand it. To get the name of the picture, as we took a while ago when we were canaries, guys. Yes, flag 1 dot jpg. Let it cut from the first to whom? To this dot. So, the first step is to get the place of the dot. How do we get the place of the dot? Here, this step. Int. This is the dot. Location.", "tokens": [492, 486, 360, 309, 322, 732, 3876, 11, 337, 437, 30, 509, 815, 406, 1223, 309, 13, 1407, 483, 264, 1315, 295, 264, 3036, 11, 382, 321, 1890, 257, 1339, 2057, 562, 321, 2612, 68, 393, 4889, 11, 1074, 13, 1079, 11, 7166, 502, 5893, 361, 49861, 13, 961, 309, 1723, 490, 264, 700, 281, 7101, 30, 1407, 341, 5893, 13, 407, 11, 264, 700, 1823, 307, 281, 483, 264, 1081, 295, 264, 5893, 13, 1012, 360, 321, 483, 264, 1081, 295, 264, 5893, 30, 1692, 11, 341, 1823, 13, 5681, 13, 639, 307, 264, 5893, 13, 12859, 399, 13], "avg_logprob": -0.5590965252111454, "compression_ratio": 1.6465116279069767, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2295.42, "end": 2295.64, "word": " We", "probability": 0.26904296875}, {"start": 2295.64, "end": 2295.68, "word": " will", "probability": 0.5419921875}, {"start": 2295.68, "end": 2295.88, "word": " do", "probability": 0.2327880859375}, {"start": 2295.88, "end": 2296.04, "word": " it", "probability": 0.6455078125}, {"start": 2296.04, "end": 2296.06, "word": " on", "probability": 0.420166015625}, {"start": 2296.06, "end": 2296.12, "word": " two", "probability": 0.6630859375}, {"start": 2296.12, "end": 2296.4, "word": " lines,", "probability": 0.8076171875}, {"start": 2296.64, "end": 2296.76, "word": " for", "probability": 0.1732177734375}, {"start": 2296.76, "end": 2297.16, "word": " what?", "probability": 0.82421875}, {"start": 2297.34, "end": 2297.66, "word": " You", "probability": 0.69384765625}, {"start": 2297.66, "end": 2297.84, "word": " may", "probability": 0.397705078125}, {"start": 2297.84, "end": 2298.0, "word": " not", "probability": 0.90771484375}, {"start": 2298.0, "end": 2298.26, "word": " understand", "probability": 0.646484375}, {"start": 2298.26, "end": 2298.62, "word": " it.", "probability": 0.385986328125}, {"start": 2299.38, "end": 2299.78, "word": " To", "probability": 0.3271484375}, {"start": 2299.78, "end": 2300.1, "word": " get", "probability": 0.580078125}, {"start": 2300.1, "end": 2300.3, "word": " the", "probability": 0.712890625}, {"start": 2300.3, "end": 2300.34, "word": " name", "probability": 0.34716796875}, {"start": 2300.34, "end": 2300.46, "word": " of", "probability": 0.935546875}, {"start": 2300.46, "end": 2300.46, "word": " the", "probability": 0.8466796875}, {"start": 2300.46, "end": 2300.7, "word": " picture,", "probability": 0.334228515625}, {"start": 2300.8, "end": 2300.88, "word": " as", "probability": 0.2171630859375}, {"start": 2300.88, "end": 2301.0, "word": " we", "probability": 0.826171875}, {"start": 2301.0, "end": 2301.16, "word": " took", "probability": 0.5009765625}, {"start": 2301.16, "end": 2301.46, "word": " a", "probability": 0.265625}, {"start": 2301.46, "end": 2301.46, "word": " while", "probability": 0.481201171875}, {"start": 2301.46, "end": 2301.54, "word": " ago", "probability": 0.748046875}, {"start": 2301.54, "end": 2301.66, "word": " when", "probability": 0.2103271484375}, {"start": 2301.66, "end": 2301.66, "word": " we", "probability": 0.94921875}, {"start": 2301.66, "end": 2301.7, "word": " were", "probability": 0.532379150390625}, {"start": 2301.7, "end": 2302.0, "word": " canaries,", "probability": 0.203216552734375}, {"start": 2302.22, "end": 2302.32, "word": " guys.", "probability": 0.397705078125}, {"start": 2303.06, "end": 2303.28, "word": " Yes,", "probability": 0.38330078125}, {"start": 2303.66, "end": 2304.2, "word": " flag", "probability": 0.568359375}, {"start": 2304.2, "end": 2305.84, "word": " 1", "probability": 0.292236328125}, {"start": 2305.84, "end": 2306.3, "word": " dot", "probability": 0.2205810546875}, {"start": 2306.3, "end": 2306.8, "word": " jpg.", "probability": 0.838623046875}, {"start": 2307.68, "end": 2308.08, "word": " Let", "probability": 0.38330078125}, {"start": 2308.08, "end": 2308.28, "word": " it", "probability": 0.353759765625}, {"start": 2308.28, "end": 2308.44, "word": " cut", "probability": 0.219970703125}, {"start": 2308.44, "end": 2308.62, "word": " from", "probability": 0.85009765625}, {"start": 2308.62, "end": 2308.82, "word": " the", "probability": 0.79248046875}, {"start": 2308.82, "end": 2308.9, "word": " first", "probability": 0.6513671875}, {"start": 2308.9, "end": 2309.0, "word": " to", "probability": 0.464111328125}, {"start": 2309.0, "end": 2309.36, "word": " whom?", "probability": 0.43603515625}, {"start": 2310.04, "end": 2310.44, "word": " To", "probability": 0.75927734375}, {"start": 2310.44, "end": 2310.7, "word": " this", "probability": 0.54052734375}, {"start": 2310.7, "end": 2310.88, "word": " dot.", "probability": 0.9365234375}, {"start": 2311.14, "end": 2311.28, "word": " So,", "probability": 0.75927734375}, {"start": 2311.36, "end": 2311.5, "word": " the", "probability": 0.771484375}, {"start": 2311.5, "end": 2311.5, "word": " first", "probability": 0.89208984375}, {"start": 2311.5, "end": 2311.74, "word": " step", "probability": 0.90283203125}, {"start": 2311.74, "end": 2311.9, "word": " is", "probability": 0.7734375}, {"start": 2311.9, "end": 2311.98, "word": " to", "probability": 0.89404296875}, {"start": 2311.98, "end": 2312.14, "word": " get", "probability": 0.79345703125}, {"start": 2312.14, "end": 2312.24, "word": " the", "probability": 0.7421875}, {"start": 2312.24, "end": 2312.52, "word": " place", "probability": 0.48876953125}, {"start": 2312.52, "end": 2313.14, "word": " of", "probability": 0.841796875}, {"start": 2313.14, "end": 2313.26, "word": " the", "probability": 0.8154296875}, {"start": 2313.26, "end": 2313.48, "word": " dot.", "probability": 0.9736328125}, {"start": 2313.58, "end": 2313.76, "word": " How", "probability": 0.94384765625}, {"start": 2313.76, "end": 2313.84, "word": " do", "probability": 0.4267578125}, {"start": 2313.84, "end": 2313.9, "word": " we", "probability": 0.8623046875}, {"start": 2313.9, "end": 2314.02, "word": " get", "probability": 0.89111328125}, {"start": 2314.02, "end": 2314.14, "word": " the", "probability": 0.90185546875}, {"start": 2314.14, "end": 2314.28, "word": " place", "probability": 0.81884765625}, {"start": 2314.28, "end": 2314.36, "word": " of", "probability": 0.96826171875}, {"start": 2314.36, "end": 2314.48, "word": " the", "probability": 0.8740234375}, {"start": 2314.48, "end": 2314.72, "word": " dot?", "probability": 0.97314453125}, {"start": 2315.24, "end": 2315.52, "word": " Here,", "probability": 0.411376953125}, {"start": 2315.88, "end": 2316.18, "word": " this", "probability": 0.80810546875}, {"start": 2316.18, "end": 2316.48, "word": " step.", "probability": 0.85302734375}, {"start": 2317.38, "end": 2317.78, "word": " Int.", "probability": 0.56005859375}, {"start": 2319.52, "end": 2319.7, "word": " This", "probability": 0.64306640625}, {"start": 2319.7, "end": 2319.78, "word": " is", "probability": 0.85400390625}, {"start": 2319.78, "end": 2319.9, "word": " the", "probability": 0.853515625}, {"start": 2319.9, "end": 2320.22, "word": " dot.", "probability": 0.94921875}, {"start": 2321.26, "end": 2321.66, "word": " Location.", "probability": 0.921142578125}], "temperature": 1.0}, {"id": 89, "seek": 235232, "start": 2322.84, "end": 2352.32, "text": " I did it in two steps. How? I brought the name of the image and I asked him what is the last index of meme? The dot. He brought the dot location. And then we say look from the beginning to the dot location. He brought me a photo name. He even copied the file. Photo name. Okay? Did you see? We finished the step to ask him where did he bring us? He brought us the flag. Because I don't want the name of the image as a string. What do I want it as? I want the integer that was identified in the R.", "tokens": [286, 630, 309, 294, 732, 4439, 13, 1012, 30, 286, 3038, 264, 1315, 295, 264, 3256, 293, 286, 2351, 796, 437, 307, 264, 1036, 8186, 295, 21701, 30, 440, 5893, 13, 634, 3038, 264, 5893, 4914, 13, 400, 550, 321, 584, 574, 490, 264, 2863, 281, 264, 5893, 4914, 13, 634, 3038, 385, 257, 5052, 1315, 13, 634, 754, 25365, 264, 3991, 13, 39175, 1315, 13, 1033, 30, 2589, 291, 536, 30, 492, 4335, 264, 1823, 281, 1029, 796, 689, 630, 415, 1565, 505, 30, 634, 3038, 505, 264, 7166, 13, 1436, 286, 500, 380, 528, 264, 1315, 295, 264, 3256, 382, 257, 6798, 13, 708, 360, 286, 528, 309, 382, 30, 286, 528, 264, 24922, 300, 390, 9234, 294, 264, 497, 13], "avg_logprob": -0.48689516994260973, "compression_ratio": 1.8205128205128205, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2322.84, "end": 2323.04, "word": " I", "probability": 0.72998046875}, {"start": 2323.04, "end": 2323.18, "word": " did", "probability": 0.47509765625}, {"start": 2323.18, "end": 2323.28, "word": " it", "probability": 0.728515625}, {"start": 2323.28, "end": 2323.34, "word": " in", "probability": 0.76416015625}, {"start": 2323.34, "end": 2323.4, "word": " two", "probability": 0.7177734375}, {"start": 2323.4, "end": 2323.66, "word": " steps.", "probability": 0.833984375}, {"start": 2324.54, "end": 2324.94, "word": " How?", "probability": 0.27685546875}, {"start": 2325.16, "end": 2325.46, "word": " I", "probability": 0.9326171875}, {"start": 2325.46, "end": 2325.46, "word": " brought", "probability": 0.301025390625}, {"start": 2325.46, "end": 2325.7, "word": " the", "probability": 0.74609375}, {"start": 2325.7, "end": 2325.7, "word": " name", "probability": 0.455322265625}, {"start": 2325.7, "end": 2325.84, "word": " of", "probability": 0.93896484375}, {"start": 2325.84, "end": 2325.86, "word": " the", "probability": 0.88232421875}, {"start": 2325.86, "end": 2326.08, "word": " image", "probability": 0.400390625}, {"start": 2326.08, "end": 2326.76, "word": " and", "probability": 0.4990234375}, {"start": 2326.76, "end": 2326.8, "word": " I", "probability": 0.283935546875}, {"start": 2326.8, "end": 2326.94, "word": " asked", "probability": 0.266845703125}, {"start": 2326.94, "end": 2327.1, "word": " him", "probability": 0.58642578125}, {"start": 2327.1, "end": 2327.16, "word": " what", "probability": 0.098876953125}, {"start": 2327.16, "end": 2327.16, "word": " is", "probability": 0.427734375}, {"start": 2327.16, "end": 2327.16, "word": " the", "probability": 0.8623046875}, {"start": 2327.16, "end": 2327.42, "word": " last", "probability": 0.7685546875}, {"start": 2327.42, "end": 2327.84, "word": " index", "probability": 0.81640625}, {"start": 2327.84, "end": 2328.1, "word": " of", "probability": 0.8828125}, {"start": 2328.1, "end": 2328.4, "word": " meme?", "probability": 0.1524658203125}, {"start": 2329.58, "end": 2329.86, "word": " The", "probability": 0.436279296875}, {"start": 2329.86, "end": 2330.1, "word": " dot.", "probability": 0.8779296875}, {"start": 2330.22, "end": 2330.62, "word": " He", "probability": 0.338134765625}, {"start": 2330.62, "end": 2330.82, "word": " brought", "probability": 0.34033203125}, {"start": 2330.82, "end": 2330.96, "word": " the", "probability": 0.55126953125}, {"start": 2330.96, "end": 2331.12, "word": " dot", "probability": 0.7138671875}, {"start": 2331.12, "end": 2331.52, "word": " location.", "probability": 0.90966796875}, {"start": 2331.62, "end": 2331.74, "word": " And", "probability": 0.419677734375}, {"start": 2331.74, "end": 2331.96, "word": " then", "probability": 0.66845703125}, {"start": 2331.96, "end": 2332.3, "word": " we", "probability": 0.54541015625}, {"start": 2332.3, "end": 2332.52, "word": " say", "probability": 0.35205078125}, {"start": 2332.52, "end": 2332.84, "word": " look", "probability": 0.146728515625}, {"start": 2332.84, "end": 2333.0, "word": " from", "probability": 0.72216796875}, {"start": 2333.0, "end": 2333.18, "word": " the", "probability": 0.72314453125}, {"start": 2333.18, "end": 2333.54, "word": " beginning", "probability": 0.6962890625}, {"start": 2333.54, "end": 2334.32, "word": " to", "probability": 0.556640625}, {"start": 2334.32, "end": 2335.4, "word": " the", "probability": 0.83837890625}, {"start": 2335.4, "end": 2335.58, "word": " dot", "probability": 0.939453125}, {"start": 2335.58, "end": 2336.04, "word": " location.", "probability": 0.943359375}, {"start": 2336.6, "end": 2337.0, "word": " He", "probability": 0.7275390625}, {"start": 2337.0, "end": 2337.18, "word": " brought", "probability": 0.810546875}, {"start": 2337.18, "end": 2337.56, "word": " me", "probability": 0.372314453125}, {"start": 2337.56, "end": 2337.74, "word": " a", "probability": 0.5390625}, {"start": 2337.74, "end": 2337.94, "word": " photo", "probability": 0.765625}, {"start": 2337.94, "end": 2338.24, "word": " name.", "probability": 0.771484375}, {"start": 2338.52, "end": 2338.66, "word": " He", "probability": 0.76611328125}, {"start": 2338.66, "end": 2338.66, "word": " even", "probability": 0.62939453125}, {"start": 2338.66, "end": 2338.78, "word": " copied", "probability": 0.25048828125}, {"start": 2338.78, "end": 2338.92, "word": " the", "probability": 0.85009765625}, {"start": 2338.92, "end": 2339.18, "word": " file.", "probability": 0.81884765625}, {"start": 2339.96, "end": 2340.36, "word": " Photo", "probability": 0.80029296875}, {"start": 2340.36, "end": 2341.3, "word": " name.", "probability": 0.8173828125}, {"start": 2342.18, "end": 2342.56, "word": " Okay?", "probability": 0.3720703125}, {"start": 2342.94, "end": 2343.34, "word": " Did", "probability": 0.29248046875}, {"start": 2343.34, "end": 2343.52, "word": " you", "probability": 0.91015625}, {"start": 2343.52, "end": 2343.54, "word": " see?", "probability": 0.45703125}, {"start": 2343.6, "end": 2343.9, "word": " We", "probability": 0.83740234375}, {"start": 2343.9, "end": 2344.38, "word": " finished", "probability": 0.398681640625}, {"start": 2344.38, "end": 2344.5, "word": " the", "probability": 0.841796875}, {"start": 2344.5, "end": 2344.74, "word": " step", "probability": 0.69580078125}, {"start": 2344.74, "end": 2344.84, "word": " to", "probability": 0.386474609375}, {"start": 2344.84, "end": 2344.94, "word": " ask", "probability": 0.447998046875}, {"start": 2344.94, "end": 2345.12, "word": " him", "probability": 0.7861328125}, {"start": 2345.12, "end": 2345.2, "word": " where", "probability": 0.307861328125}, {"start": 2345.2, "end": 2345.2, "word": " did", "probability": 0.64306640625}, {"start": 2345.2, "end": 2345.26, "word": " he", "probability": 0.73388671875}, {"start": 2345.26, "end": 2345.26, "word": " bring", "probability": 0.495361328125}, {"start": 2345.26, "end": 2345.42, "word": " us?", "probability": 0.2000732421875}, {"start": 2346.0, "end": 2346.28, "word": " He", "probability": 0.9111328125}, {"start": 2346.28, "end": 2346.38, "word": " brought", "probability": 0.8994140625}, {"start": 2346.38, "end": 2346.52, "word": " us", "probability": 0.7978515625}, {"start": 2346.52, "end": 2346.62, "word": " the", "probability": 0.8291015625}, {"start": 2346.62, "end": 2346.9, "word": " flag.", "probability": 0.78173828125}, {"start": 2347.38, "end": 2347.64, "word": " Because", "probability": 0.84375}, {"start": 2347.64, "end": 2347.82, "word": " I", "probability": 0.9482421875}, {"start": 2347.82, "end": 2347.94, "word": " don't", "probability": 0.854736328125}, {"start": 2347.94, "end": 2348.14, "word": " want", "probability": 0.7412109375}, {"start": 2348.14, "end": 2348.34, "word": " the", "probability": 0.802734375}, {"start": 2348.34, "end": 2348.42, "word": " name", "probability": 0.513671875}, {"start": 2348.42, "end": 2348.6, "word": " of", "probability": 0.947265625}, {"start": 2348.6, "end": 2348.62, "word": " the", "probability": 0.8740234375}, {"start": 2348.62, "end": 2348.8, "word": " image", "probability": 0.796875}, {"start": 2348.8, "end": 2348.94, "word": " as", "probability": 0.9033203125}, {"start": 2348.94, "end": 2349.02, "word": " a", "probability": 0.93896484375}, {"start": 2349.02, "end": 2349.36, "word": " string.", "probability": 0.90869140625}, {"start": 2349.48, "end": 2349.66, "word": " What", "probability": 0.188232421875}, {"start": 2349.66, "end": 2349.66, "word": " do", "probability": 0.74853515625}, {"start": 2349.66, "end": 2349.8, "word": " I", "probability": 0.978515625}, {"start": 2349.8, "end": 2349.8, "word": " want", "probability": 0.81494140625}, {"start": 2349.8, "end": 2349.96, "word": " it", "probability": 0.8564453125}, {"start": 2349.96, "end": 2350.06, "word": " as?", "probability": 0.76708984375}, {"start": 2350.32, "end": 2350.46, "word": " I", "probability": 0.96484375}, {"start": 2350.46, "end": 2350.56, "word": " want", "probability": 0.845703125}, {"start": 2350.56, "end": 2350.72, "word": " the", "probability": 0.82568359375}, {"start": 2350.72, "end": 2351.16, "word": " integer", "probability": 0.8740234375}, {"start": 2351.16, "end": 2351.52, "word": " that", "probability": 0.6923828125}, {"start": 2351.52, "end": 2351.6, "word": " was", "probability": 0.248046875}, {"start": 2351.6, "end": 2351.88, "word": " identified", "probability": 0.74072265625}, {"start": 2351.88, "end": 2352.02, "word": " in", "probability": 0.6748046875}, {"start": 2352.02, "end": 2352.1, "word": " the", "probability": 0.677734375}, {"start": 2352.1, "end": 2352.32, "word": " R.", "probability": 0.548828125}], "temperature": 1.0}, {"id": 90, "seek": 237973, "start": 2353.36, "end": 2379.74, "text": " How do we get it? There is a method here that says get resources.getidentifier() Because this method get resources.getidentifier() is new, if you give it a variable name as a string, it will give you the value of the integer if it is identified So this method takes three things, first thing is the photo name", "tokens": [1012, 360, 321, 483, 309, 30, 821, 307, 257, 3170, 510, 300, 1619, 483, 3593, 13, 847, 1078, 9902, 45191, 1436, 341, 3170, 483, 3593, 13, 847, 1078, 9902, 45191, 307, 777, 11, 498, 291, 976, 309, 257, 7006, 1315, 382, 257, 6798, 11, 309, 486, 976, 291, 264, 2158, 295, 264, 24922, 498, 309, 307, 9234, 407, 341, 3170, 2516, 1045, 721, 11, 700, 551, 307, 264, 5052, 1315], "avg_logprob": -0.5809859322829986, "compression_ratio": 1.6939890710382515, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2353.36, "end": 2353.9, "word": " How", "probability": 0.3701171875}, {"start": 2353.9, "end": 2354.18, "word": " do", "probability": 0.36328125}, {"start": 2354.18, "end": 2354.22, "word": " we", "probability": 0.81103515625}, {"start": 2354.22, "end": 2354.48, "word": " get", "probability": 0.6552734375}, {"start": 2354.48, "end": 2354.58, "word": " it?", "probability": 0.41748046875}, {"start": 2354.72, "end": 2355.06, "word": " There", "probability": 0.60009765625}, {"start": 2355.06, "end": 2355.06, "word": " is", "probability": 0.66357421875}, {"start": 2355.06, "end": 2355.18, "word": " a", "probability": 0.90771484375}, {"start": 2355.18, "end": 2355.42, "word": " method", "probability": 0.935546875}, {"start": 2355.42, "end": 2355.82, "word": " here", "probability": 0.374755859375}, {"start": 2355.82, "end": 2356.46, "word": " that", "probability": 0.161376953125}, {"start": 2356.46, "end": 2357.1, "word": " says", "probability": 0.371826171875}, {"start": 2357.1, "end": 2359.28, "word": " get", "probability": 0.626953125}, {"start": 2359.28, "end": 2359.92, "word": " resources", "probability": 0.450439453125}, {"start": 2359.92, "end": 2363.46, "word": ".getidentifier", "probability": 0.739013671875}, {"start": 2363.46, "end": 2364.18, "word": "()", "probability": 0.57177734375}, {"start": 2364.18, "end": 2364.34, "word": " Because", "probability": 0.509765625}, {"start": 2364.34, "end": 2364.94, "word": " this", "probability": 0.322509765625}, {"start": 2364.94, "end": 2365.34, "word": " method", "probability": 0.94970703125}, {"start": 2365.34, "end": 2365.5, "word": " get", "probability": 0.295166015625}, {"start": 2365.5, "end": 2366.04, "word": " resources", "probability": 0.83984375}, {"start": 2366.04, "end": 2367.4, "word": ".getidentifier", "probability": 0.9359130859375}, {"start": 2367.4, "end": 2367.46, "word": "()", "probability": 0.9296875}, {"start": 2367.46, "end": 2367.56, "word": " is", "probability": 0.2265625}, {"start": 2367.56, "end": 2367.78, "word": " new,", "probability": 0.1527099609375}, {"start": 2368.24, "end": 2368.78, "word": " if", "probability": 0.61767578125}, {"start": 2368.78, "end": 2369.12, "word": " you", "probability": 0.88818359375}, {"start": 2369.12, "end": 2369.32, "word": " give", "probability": 0.56396484375}, {"start": 2369.32, "end": 2369.46, "word": " it", "probability": 0.7109375}, {"start": 2369.46, "end": 2369.52, "word": " a", "probability": 0.7724609375}, {"start": 2369.52, "end": 2370.14, "word": " variable", "probability": 0.257568359375}, {"start": 2370.14, "end": 2370.22, "word": " name", "probability": 0.6171875}, {"start": 2370.22, "end": 2370.4, "word": " as", "probability": 0.572265625}, {"start": 2370.4, "end": 2370.46, "word": " a", "probability": 0.7626953125}, {"start": 2370.46, "end": 2370.86, "word": " string,", "probability": 0.88134765625}, {"start": 2371.82, "end": 2372.14, "word": " it", "probability": 0.8046875}, {"start": 2372.14, "end": 2372.24, "word": " will", "probability": 0.611328125}, {"start": 2372.24, "end": 2372.32, "word": " give", "probability": 0.291748046875}, {"start": 2372.32, "end": 2372.5, "word": " you", "probability": 0.79150390625}, {"start": 2372.5, "end": 2372.52, "word": " the", "probability": 0.4033203125}, {"start": 2372.52, "end": 2372.7, "word": " value", "probability": 0.65771484375}, {"start": 2372.7, "end": 2372.82, "word": " of", "probability": 0.86376953125}, {"start": 2372.82, "end": 2372.86, "word": " the", "probability": 0.7685546875}, {"start": 2372.86, "end": 2373.2, "word": " integer", "probability": 0.9248046875}, {"start": 2373.2, "end": 2373.76, "word": " if", "probability": 0.429931640625}, {"start": 2373.76, "end": 2374.02, "word": " it", "probability": 0.8857421875}, {"start": 2374.02, "end": 2374.02, "word": " is", "probability": 0.77099609375}, {"start": 2374.02, "end": 2374.36, "word": " identified", "probability": 0.1263427734375}, {"start": 2374.36, "end": 2375.62, "word": " So", "probability": 0.3759765625}, {"start": 2375.62, "end": 2376.6, "word": " this", "probability": 0.4697265625}, {"start": 2376.6, "end": 2376.86, "word": " method", "probability": 0.599609375}, {"start": 2376.86, "end": 2377.4, "word": " takes", "probability": 0.638671875}, {"start": 2377.4, "end": 2377.68, "word": " three", "probability": 0.7353515625}, {"start": 2377.68, "end": 2378.04, "word": " things,", "probability": 0.408935546875}, {"start": 2378.16, "end": 2378.38, "word": " first", "probability": 0.447998046875}, {"start": 2378.38, "end": 2379.1, "word": " thing", "probability": 0.353759765625}, {"start": 2379.1, "end": 2379.14, "word": " is", "probability": 0.62841796875}, {"start": 2379.14, "end": 2379.22, "word": " the", "probability": 0.3798828125}, {"start": 2379.22, "end": 2379.46, "word": " photo", "probability": 0.57373046875}, {"start": 2379.46, "end": 2379.74, "word": " name", "probability": 0.86328125}], "temperature": 1.0}, {"id": 91, "seek": 240616, "start": 2381.58, "end": 2406.16, "text": " Because since it's in the drawable image, it must have an ID in the R file. So you give it the name of the image. And you say it in any existing file. We know that all the images we have are in the drawable. Okay? And you give it the name of the package, which follows the method called getPackageName. Again, this is the getIdentifier. If you know the name of the image,", "tokens": [1436, 1670, 309, 311, 294, 264, 2642, 712, 3256, 11, 309, 1633, 362, 364, 7348, 294, 264, 497, 3991, 13, 407, 291, 976, 309, 264, 1315, 295, 264, 3256, 13, 400, 291, 584, 309, 294, 604, 6741, 3991, 13, 492, 458, 300, 439, 264, 5267, 321, 362, 366, 294, 264, 2642, 712, 13, 1033, 30, 400, 291, 976, 309, 264, 1315, 295, 264, 7372, 11, 597, 10002, 264, 3170, 1219, 483, 47, 501, 609, 45, 529, 13, 3764, 11, 341, 307, 264, 483, 42739, 317, 9902, 13, 759, 291, 458, 264, 1315, 295, 264, 3256, 11], "avg_logprob": -0.48356959746055994, "compression_ratio": 1.7547169811320755, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2381.58, "end": 2381.9, "word": " Because", "probability": 0.273193359375}, {"start": 2381.9, "end": 2382.24, "word": " since", "probability": 0.161376953125}, {"start": 2382.24, "end": 2382.38, "word": " it's", "probability": 0.4412841796875}, {"start": 2382.38, "end": 2382.5, "word": " in", "probability": 0.412109375}, {"start": 2382.5, "end": 2382.54, "word": " the", "probability": 0.62646484375}, {"start": 2382.54, "end": 2382.94, "word": " drawable", "probability": 0.774658203125}, {"start": 2382.94, "end": 2383.76, "word": " image,", "probability": 0.225341796875}, {"start": 2384.02, "end": 2384.34, "word": " it", "probability": 0.7451171875}, {"start": 2384.34, "end": 2384.64, "word": " must", "probability": 0.29931640625}, {"start": 2384.64, "end": 2385.04, "word": " have", "probability": 0.669921875}, {"start": 2385.04, "end": 2385.9, "word": " an", "probability": 0.436767578125}, {"start": 2385.9, "end": 2386.54, "word": " ID", "probability": 0.386474609375}, {"start": 2386.54, "end": 2387.04, "word": " in", "probability": 0.1685791015625}, {"start": 2387.04, "end": 2387.2, "word": " the", "probability": 0.7978515625}, {"start": 2387.2, "end": 2387.38, "word": " R", "probability": 0.53515625}, {"start": 2387.38, "end": 2387.64, "word": " file.", "probability": 0.8466796875}, {"start": 2387.72, "end": 2388.14, "word": " So", "probability": 0.603515625}, {"start": 2388.14, "end": 2388.3, "word": " you", "probability": 0.430419921875}, {"start": 2388.3, "end": 2388.46, "word": " give", "probability": 0.5771484375}, {"start": 2388.46, "end": 2388.62, "word": " it", "probability": 0.74853515625}, {"start": 2388.62, "end": 2388.7, "word": " the", "probability": 0.8369140625}, {"start": 2388.7, "end": 2388.76, "word": " name", "probability": 0.349853515625}, {"start": 2388.76, "end": 2388.9, "word": " of", "probability": 0.93017578125}, {"start": 2388.9, "end": 2388.9, "word": " the", "probability": 0.88916015625}, {"start": 2388.9, "end": 2389.12, "word": " image.", "probability": 0.8544921875}, {"start": 2389.44, "end": 2389.78, "word": " And", "probability": 0.58984375}, {"start": 2389.78, "end": 2389.88, "word": " you", "probability": 0.87841796875}, {"start": 2389.88, "end": 2390.24, "word": " say", "probability": 0.158447265625}, {"start": 2390.24, "end": 2390.58, "word": " it", "probability": 0.60107421875}, {"start": 2390.58, "end": 2391.02, "word": " in", "probability": 0.7041015625}, {"start": 2391.02, "end": 2391.26, "word": " any", "probability": 0.744140625}, {"start": 2391.26, "end": 2391.98, "word": " existing", "probability": 0.11322021484375}, {"start": 2391.98, "end": 2391.98, "word": " file.", "probability": 0.46044921875}, {"start": 2392.54, "end": 2392.74, "word": " We", "probability": 0.7529296875}, {"start": 2392.74, "end": 2393.06, "word": " know", "probability": 0.6796875}, {"start": 2393.06, "end": 2393.32, "word": " that", "probability": 0.70654296875}, {"start": 2393.32, "end": 2393.34, "word": " all", "probability": 0.44970703125}, {"start": 2393.34, "end": 2393.5, "word": " the", "probability": 0.314208984375}, {"start": 2393.5, "end": 2393.68, "word": " images", "probability": 0.6376953125}, {"start": 2393.68, "end": 2393.9, "word": " we", "probability": 0.254638671875}, {"start": 2393.9, "end": 2394.06, "word": " have", "probability": 0.86767578125}, {"start": 2394.06, "end": 2394.6, "word": " are", "probability": 0.578125}, {"start": 2394.6, "end": 2395.06, "word": " in", "probability": 0.7490234375}, {"start": 2395.06, "end": 2395.14, "word": " the", "probability": 0.73974609375}, {"start": 2395.14, "end": 2395.44, "word": " drawable.", "probability": 0.937744140625}, {"start": 2395.64, "end": 2395.98, "word": " Okay?", "probability": 0.2413330078125}, {"start": 2396.28, "end": 2396.48, "word": " And", "probability": 0.79638671875}, {"start": 2396.48, "end": 2396.62, "word": " you", "probability": 0.84716796875}, {"start": 2396.62, "end": 2396.76, "word": " give", "probability": 0.77880859375}, {"start": 2396.76, "end": 2396.94, "word": " it", "probability": 0.8671875}, {"start": 2396.94, "end": 2396.96, "word": " the", "probability": 0.84228515625}, {"start": 2396.96, "end": 2397.08, "word": " name", "probability": 0.55126953125}, {"start": 2397.08, "end": 2397.24, "word": " of", "probability": 0.94189453125}, {"start": 2397.24, "end": 2397.24, "word": " the", "probability": 0.87744140625}, {"start": 2397.24, "end": 2397.56, "word": " package,", "probability": 0.96728515625}, {"start": 2397.72, "end": 2397.86, "word": " which", "probability": 0.794921875}, {"start": 2397.86, "end": 2398.38, "word": " follows", "probability": 0.20068359375}, {"start": 2398.38, "end": 2398.5, "word": " the", "probability": 0.810546875}, {"start": 2398.5, "end": 2398.7, "word": " method", "probability": 0.92138671875}, {"start": 2398.7, "end": 2399.04, "word": " called", "probability": 0.387939453125}, {"start": 2399.04, "end": 2400.0, "word": " getPackageName.", "probability": 0.8309733072916666}, {"start": 2402.28, "end": 2402.72, "word": " Again,", "probability": 0.64208984375}, {"start": 2403.14, "end": 2403.5, "word": " this", "probability": 0.86083984375}, {"start": 2403.5, "end": 2403.62, "word": " is", "probability": 0.92236328125}, {"start": 2403.62, "end": 2403.62, "word": " the", "probability": 0.5205078125}, {"start": 2403.62, "end": 2404.4, "word": " getIdentifier.", "probability": 0.82421875}, {"start": 2404.48, "end": 2404.6, "word": " If", "probability": 0.96435546875}, {"start": 2404.6, "end": 2404.9, "word": " you", "probability": 0.962890625}, {"start": 2404.9, "end": 2405.34, "word": " know", "probability": 0.8642578125}, {"start": 2405.34, "end": 2405.52, "word": " the", "probability": 0.8779296875}, {"start": 2405.52, "end": 2405.7, "word": " name", "probability": 0.83056640625}, {"start": 2405.7, "end": 2405.82, "word": " of", "probability": 0.97314453125}, {"start": 2405.82, "end": 2405.88, "word": " the", "probability": 0.91015625}, {"start": 2405.88, "end": 2406.16, "word": " image,", "probability": 0.845703125}], "temperature": 1.0}, {"id": 92, "seek": 242841, "start": 2407.39, "end": 2428.41, "text": " Like a string, and you have to get its ID, which is how we usually get it, r.drawable.name of the image. But because we want it to automatically get it, because you don't know exactly the name of the image, r.drawable.flag1, flag2, or others. You are the one who knows the name of the image.", "tokens": [1743, 257, 6798, 11, 293, 291, 362, 281, 483, 1080, 7348, 11, 597, 307, 577, 321, 2673, 483, 309, 11, 367, 13, 48848, 712, 13, 5378, 68, 295, 264, 3256, 13, 583, 570, 321, 528, 309, 281, 6772, 483, 309, 11, 570, 291, 500, 380, 458, 2293, 264, 1315, 295, 264, 3256, 11, 367, 13, 48848, 712, 13, 3423, 559, 16, 11, 7166, 17, 11, 420, 2357, 13, 509, 366, 264, 472, 567, 3255, 264, 1315, 295, 264, 3256, 13], "avg_logprob": -0.4513888888888889, "compression_ratio": 1.6781609195402298, "no_speech_prob": 7.68899917602539e-06, "words": [{"start": 2407.39, "end": 2407.79, "word": " Like", "probability": 0.2003173828125}, {"start": 2407.79, "end": 2408.03, "word": " a", "probability": 0.7734375}, {"start": 2408.03, "end": 2408.25, "word": " string,", "probability": 0.7041015625}, {"start": 2408.95, "end": 2409.03, "word": " and", "probability": 0.5517578125}, {"start": 2409.03, "end": 2409.19, "word": " you", "probability": 0.61328125}, {"start": 2409.19, "end": 2409.21, "word": " have", "probability": 0.264892578125}, {"start": 2409.21, "end": 2409.33, "word": " to", "probability": 0.96728515625}, {"start": 2409.33, "end": 2409.47, "word": " get", "probability": 0.307373046875}, {"start": 2409.47, "end": 2409.57, "word": " its", "probability": 0.505859375}, {"start": 2409.57, "end": 2409.89, "word": " ID,", "probability": 0.55078125}, {"start": 2410.31, "end": 2410.37, "word": " which", "probability": 0.7802734375}, {"start": 2410.37, "end": 2410.53, "word": " is", "probability": 0.79150390625}, {"start": 2410.53, "end": 2410.91, "word": " how", "probability": 0.09417724609375}, {"start": 2410.91, "end": 2411.49, "word": " we", "probability": 0.783203125}, {"start": 2411.49, "end": 2411.85, "word": " usually", "probability": 0.5458984375}, {"start": 2411.85, "end": 2412.21, "word": " get", "probability": 0.5830078125}, {"start": 2412.21, "end": 2412.27, "word": " it,", "probability": 0.8369140625}, {"start": 2412.33, "end": 2412.67, "word": " r", "probability": 0.4228515625}, {"start": 2412.67, "end": 2413.53, "word": ".drawable", "probability": 0.935546875}, {"start": 2413.53, "end": 2414.57, "word": ".name", "probability": 0.650543212890625}, {"start": 2414.57, "end": 2414.69, "word": " of", "probability": 0.6005859375}, {"start": 2414.69, "end": 2414.73, "word": " the", "probability": 0.7255859375}, {"start": 2414.73, "end": 2414.93, "word": " image.", "probability": 0.427490234375}, {"start": 2415.51, "end": 2415.67, "word": " But", "probability": 0.640625}, {"start": 2415.67, "end": 2416.11, "word": " because", "probability": 0.2154541015625}, {"start": 2416.11, "end": 2416.27, "word": " we", "probability": 0.837890625}, {"start": 2416.27, "end": 2416.49, "word": " want", "probability": 0.5693359375}, {"start": 2416.49, "end": 2416.67, "word": " it", "probability": 0.7216796875}, {"start": 2416.67, "end": 2417.11, "word": " to", "probability": 0.92138671875}, {"start": 2417.11, "end": 2417.11, "word": " automatically", "probability": 0.67138671875}, {"start": 2417.11, "end": 2417.39, "word": " get", "probability": 0.640625}, {"start": 2417.39, "end": 2418.25, "word": " it,", "probability": 0.80126953125}, {"start": 2418.37, "end": 2418.91, "word": " because", "probability": 0.56787109375}, {"start": 2418.91, "end": 2419.21, "word": " you", "probability": 0.90185546875}, {"start": 2419.21, "end": 2419.35, "word": " don't", "probability": 0.818603515625}, {"start": 2419.35, "end": 2419.63, "word": " know", "probability": 0.78076171875}, {"start": 2419.63, "end": 2422.57, "word": " exactly", "probability": 0.681640625}, {"start": 2422.57, "end": 2422.79, "word": " the", "probability": 0.303466796875}, {"start": 2422.79, "end": 2422.93, "word": " name", "probability": 0.8017578125}, {"start": 2422.93, "end": 2423.03, "word": " of", "probability": 0.96240234375}, {"start": 2423.03, "end": 2423.07, "word": " the", "probability": 0.89111328125}, {"start": 2423.07, "end": 2423.23, "word": " image,", "probability": 0.81103515625}, {"start": 2423.33, "end": 2423.55, "word": " r", "probability": 0.49609375}, {"start": 2423.55, "end": 2424.19, "word": ".drawable", "probability": 0.9557291666666666}, {"start": 2424.19, "end": 2424.93, "word": ".flag1,", "probability": 0.8052978515625}, {"start": 2425.05, "end": 2425.55, "word": " flag2,", "probability": 0.86572265625}, {"start": 2425.67, "end": 2425.71, "word": " or", "probability": 0.7734375}, {"start": 2425.71, "end": 2425.93, "word": " others.", "probability": 0.31103515625}, {"start": 2426.93, "end": 2427.33, "word": " You", "probability": 0.779296875}, {"start": 2427.33, "end": 2427.49, "word": " are", "probability": 0.260498046875}, {"start": 2427.49, "end": 2427.49, "word": " the", "probability": 0.77880859375}, {"start": 2427.49, "end": 2427.49, "word": " one", "probability": 0.783203125}, {"start": 2427.49, "end": 2427.49, "word": " who", "probability": 0.79150390625}, {"start": 2427.49, "end": 2427.79, "word": " knows", "probability": 0.78759765625}, {"start": 2427.79, "end": 2427.95, "word": " the", "probability": 0.90234375}, {"start": 2427.95, "end": 2428.05, "word": " name", "probability": 0.84521484375}, {"start": 2428.05, "end": 2428.17, "word": " of", "probability": 0.9697265625}, {"start": 2428.17, "end": 2428.23, "word": " the", "probability": 0.916015625}, {"start": 2428.23, "end": 2428.41, "word": " image.", "probability": 0.8544921875}], "temperature": 1.0}, {"id": 93, "seek": 245329, "start": 2429.27, "end": 2453.29, "text": "So, KibbleMG with its ID uses GetResources and GetIdentifier and gives it the name of the image in the string and tells it that it is present in the drawable and present in the package name. All of this is returned as an integer photoID. We have reached the image ID and we tell it to set image resource photoID.", "tokens": [6455, 11, 591, 897, 638, 44, 38, 365, 1080, 7348, 4960, 3240, 33274, 2749, 293, 3240, 42739, 317, 9902, 293, 2709, 309, 264, 1315, 295, 264, 3256, 294, 264, 6798, 293, 5112, 309, 300, 309, 307, 1974, 294, 264, 2642, 712, 293, 1974, 294, 264, 7372, 1315, 13, 1057, 295, 341, 307, 8752, 382, 364, 24922, 5052, 2777, 13, 492, 362, 6488, 264, 3256, 7348, 293, 321, 980, 309, 281, 992, 3256, 7684, 5052, 2777, 13], "avg_logprob": -0.5856330890160102, "compression_ratio": 1.6507936507936507, "no_speech_prob": 0.0, "words": [{"start": 2429.27, "end": 2429.51, "word": "So,", "probability": 0.293701171875}, {"start": 2429.53, "end": 2430.01, "word": " KibbleMG", "probability": 0.444219970703125}, {"start": 2430.01, "end": 2430.15, "word": " with", "probability": 0.57177734375}, {"start": 2430.15, "end": 2430.21, "word": " its", "probability": 0.46142578125}, {"start": 2430.21, "end": 2430.49, "word": " ID", "probability": 0.7373046875}, {"start": 2430.49, "end": 2432.21, "word": " uses", "probability": 0.431640625}, {"start": 2432.21, "end": 2433.15, "word": " GetResources", "probability": 0.616455078125}, {"start": 2433.15, "end": 2433.37, "word": " and", "probability": 0.6875}, {"start": 2433.37, "end": 2434.31, "word": " GetIdentifier", "probability": 0.8873291015625}, {"start": 2434.31, "end": 2434.83, "word": " and", "probability": 0.23291015625}, {"start": 2434.83, "end": 2435.15, "word": " gives", "probability": 0.55224609375}, {"start": 2435.15, "end": 2435.37, "word": " it", "probability": 0.5625}, {"start": 2435.37, "end": 2435.43, "word": " the", "probability": 0.572265625}, {"start": 2435.43, "end": 2435.55, "word": " name", "probability": 0.419677734375}, {"start": 2435.55, "end": 2435.71, "word": " of", "probability": 0.935546875}, {"start": 2435.71, "end": 2435.71, "word": " the", "probability": 0.85888671875}, {"start": 2435.71, "end": 2435.89, "word": " image", "probability": 0.411865234375}, {"start": 2435.89, "end": 2436.01, "word": " in", "probability": 0.2255859375}, {"start": 2436.01, "end": 2436.09, "word": " the", "probability": 0.80224609375}, {"start": 2436.09, "end": 2436.43, "word": " string", "probability": 0.8125}, {"start": 2436.43, "end": 2436.99, "word": " and", "probability": 0.5009765625}, {"start": 2436.99, "end": 2437.25, "word": " tells", "probability": 0.39599609375}, {"start": 2437.25, "end": 2437.39, "word": " it", "probability": 0.79345703125}, {"start": 2437.39, "end": 2437.45, "word": " that", "probability": 0.7724609375}, {"start": 2437.45, "end": 2437.61, "word": " it", "probability": 0.55859375}, {"start": 2437.61, "end": 2437.69, "word": " is", "probability": 0.55224609375}, {"start": 2437.69, "end": 2437.91, "word": " present", "probability": 0.3876953125}, {"start": 2437.91, "end": 2438.07, "word": " in", "probability": 0.9189453125}, {"start": 2438.07, "end": 2438.13, "word": " the", "probability": 0.75927734375}, {"start": 2438.13, "end": 2438.59, "word": " drawable", "probability": 0.917724609375}, {"start": 2438.59, "end": 2439.43, "word": " and", "probability": 0.7431640625}, {"start": 2439.43, "end": 2439.91, "word": " present", "probability": 0.2763671875}, {"start": 2439.91, "end": 2440.11, "word": " in", "probability": 0.93310546875}, {"start": 2440.11, "end": 2440.15, "word": " the", "probability": 0.810546875}, {"start": 2440.15, "end": 2440.41, "word": " package", "probability": 0.72265625}, {"start": 2440.41, "end": 2440.63, "word": " name.", "probability": 0.84765625}, {"start": 2441.19, "end": 2441.55, "word": " All", "probability": 0.294921875}, {"start": 2441.55, "end": 2441.55, "word": " of", "probability": 0.28515625}, {"start": 2441.55, "end": 2441.75, "word": " this", "probability": 0.497802734375}, {"start": 2441.75, "end": 2442.87, "word": " is", "probability": 0.286865234375}, {"start": 2442.87, "end": 2443.11, "word": " returned", "probability": 0.4033203125}, {"start": 2443.11, "end": 2443.27, "word": " as", "probability": 0.49267578125}, {"start": 2443.27, "end": 2443.37, "word": " an", "probability": 0.49853515625}, {"start": 2443.37, "end": 2443.65, "word": " integer", "probability": 0.9033203125}, {"start": 2443.65, "end": 2446.49, "word": " photoID.", "probability": 0.4176025390625}, {"start": 2446.73, "end": 2446.97, "word": " We", "probability": 0.28466796875}, {"start": 2446.97, "end": 2447.05, "word": " have", "probability": 0.54296875}, {"start": 2447.05, "end": 2447.27, "word": " reached", "probability": 0.66650390625}, {"start": 2447.27, "end": 2447.49, "word": " the", "probability": 0.865234375}, {"start": 2447.49, "end": 2447.75, "word": " image", "probability": 0.44384765625}, {"start": 2447.75, "end": 2448.81, "word": " ID", "probability": 0.681640625}, {"start": 2448.81, "end": 2449.45, "word": " and", "probability": 0.583984375}, {"start": 2449.45, "end": 2449.55, "word": " we", "probability": 0.24755859375}, {"start": 2449.55, "end": 2449.73, "word": " tell", "probability": 0.423828125}, {"start": 2449.73, "end": 2449.83, "word": " it", "probability": 0.8642578125}, {"start": 2449.83, "end": 2449.97, "word": " to", "probability": 0.487060546875}, {"start": 2449.97, "end": 2450.05, "word": " set", "probability": 0.86083984375}, {"start": 2450.05, "end": 2450.29, "word": " image", "probability": 0.673828125}, {"start": 2450.29, "end": 2450.83, "word": " resource", "probability": 0.84033203125}, {"start": 2450.83, "end": 2453.29, "word": " photoID.", "probability": 0.80908203125}], "temperature": 1.0}, {"id": 94, "seek": 247873, "start": 2455.13, "end": 2478.73, "text": " This is how the picture was made. All this code to fill the first question. This is just the first question, right? The rest is the same. This is just the second step. We are only filling the question. Let's try this. Let's run it.", "tokens": [639, 307, 577, 264, 3036, 390, 1027, 13, 1057, 341, 3089, 281, 2836, 264, 700, 1168, 13, 639, 307, 445, 264, 700, 1168, 11, 558, 30, 440, 1472, 307, 264, 912, 13, 639, 307, 445, 264, 1150, 1823, 13, 492, 366, 787, 10623, 264, 1168, 13, 961, 311, 853, 341, 13, 961, 311, 1190, 309, 13], "avg_logprob": -0.5942982623451635, "compression_ratio": 1.6111111111111112, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2455.13, "end": 2455.43, "word": " This", "probability": 0.330810546875}, {"start": 2455.43, "end": 2455.47, "word": " is", "probability": 0.80126953125}, {"start": 2455.47, "end": 2455.59, "word": " how", "probability": 0.57470703125}, {"start": 2455.59, "end": 2456.53, "word": " the", "probability": 0.36767578125}, {"start": 2456.53, "end": 2456.81, "word": " picture", "probability": 0.2310791015625}, {"start": 2456.81, "end": 2456.81, "word": " was", "probability": 0.28125}, {"start": 2456.81, "end": 2456.81, "word": " made.", "probability": 0.52783203125}, {"start": 2457.23, "end": 2457.57, "word": " All", "probability": 0.515625}, {"start": 2457.57, "end": 2457.77, "word": " this", "probability": 0.496337890625}, {"start": 2457.77, "end": 2458.01, "word": " code", "probability": 0.900390625}, {"start": 2458.01, "end": 2458.31, "word": " to", "probability": 0.31103515625}, {"start": 2458.31, "end": 2458.87, "word": " fill", "probability": 0.76806640625}, {"start": 2458.87, "end": 2459.21, "word": " the", "probability": 0.4716796875}, {"start": 2459.21, "end": 2459.35, "word": " first", "probability": 0.81201171875}, {"start": 2459.35, "end": 2459.73, "word": " question.", "probability": 0.90869140625}, {"start": 2460.87, "end": 2461.51, "word": " This", "probability": 0.426513671875}, {"start": 2461.51, "end": 2461.55, "word": " is", "probability": 0.90478515625}, {"start": 2461.55, "end": 2461.55, "word": " just", "probability": 0.32666015625}, {"start": 2461.55, "end": 2461.73, "word": " the", "probability": 0.884765625}, {"start": 2461.73, "end": 2461.87, "word": " first", "probability": 0.8701171875}, {"start": 2461.87, "end": 2462.29, "word": " question,", "probability": 0.89892578125}, {"start": 2462.63, "end": 2462.95, "word": " right?", "probability": 0.2393798828125}, {"start": 2463.35, "end": 2463.53, "word": " The", "probability": 0.357666015625}, {"start": 2463.53, "end": 2463.71, "word": " rest", "probability": 0.83154296875}, {"start": 2463.71, "end": 2463.89, "word": " is", "probability": 0.5810546875}, {"start": 2463.89, "end": 2464.13, "word": " the", "probability": 0.404052734375}, {"start": 2464.13, "end": 2464.25, "word": " same.", "probability": 0.90087890625}, {"start": 2467.17, "end": 2467.81, "word": " This", "probability": 0.381591796875}, {"start": 2467.81, "end": 2467.83, "word": " is", "probability": 0.90869140625}, {"start": 2467.83, "end": 2468.07, "word": " just", "probability": 0.58984375}, {"start": 2468.07, "end": 2468.51, "word": " the", "probability": 0.275146484375}, {"start": 2468.51, "end": 2468.51, "word": " second", "probability": 0.72802734375}, {"start": 2468.51, "end": 2468.85, "word": " step.", "probability": 0.88916015625}, {"start": 2469.77, "end": 2469.99, "word": " We", "probability": 0.58740234375}, {"start": 2469.99, "end": 2470.03, "word": " are", "probability": 0.625}, {"start": 2470.03, "end": 2471.33, "word": " only", "probability": 0.268798828125}, {"start": 2471.33, "end": 2472.51, "word": " filling", "probability": 0.1612548828125}, {"start": 2472.51, "end": 2474.05, "word": " the", "probability": 0.509765625}, {"start": 2474.05, "end": 2474.37, "word": " question.", "probability": 0.72119140625}, {"start": 2476.09, "end": 2476.73, "word": " Let's", "probability": 0.590576171875}, {"start": 2476.73, "end": 2476.97, "word": " try", "probability": 0.857421875}, {"start": 2476.97, "end": 2477.13, "word": " this.", "probability": 0.7080078125}, {"start": 2477.75, "end": 2478.15, "word": " Let's", "probability": 0.67919921875}, {"start": 2478.15, "end": 2478.51, "word": " run", "probability": 0.6611328125}, {"start": 2478.51, "end": 2478.73, "word": " it.", "probability": 0.337646484375}], "temperature": 1.0}, {"id": 95, "seek": 249635, "start": 2486.65, "end": 2496.35, "text": " It's very normal. When you program, sometimes you make an error. Okay? It's not working yet.", "tokens": [467, 311, 588, 2710, 13, 1133, 291, 1461, 11, 2171, 291, 652, 364, 6713, 13, 1033, 30, 467, 311, 406, 1364, 1939, 13], "avg_logprob": -0.7057291840513548, "compression_ratio": 1.0813953488372092, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2486.65, "end": 2486.85, "word": " It's", "probability": 0.4476318359375}, {"start": 2486.85, "end": 2486.85, "word": " very", "probability": 0.319091796875}, {"start": 2486.85, "end": 2487.25, "word": " normal.", "probability": 0.64599609375}, {"start": 2487.85, "end": 2488.05, "word": " When", "probability": 0.6376953125}, {"start": 2488.05, "end": 2488.33, "word": " you", "probability": 0.1488037109375}, {"start": 2488.33, "end": 2488.67, "word": " program,", "probability": 0.51513671875}, {"start": 2488.83, "end": 2489.47, "word": " sometimes", "probability": 0.2646484375}, {"start": 2489.47, "end": 2489.65, "word": " you", "probability": 0.45166015625}, {"start": 2489.65, "end": 2489.93, "word": " make", "probability": 0.55224609375}, {"start": 2489.93, "end": 2490.05, "word": " an", "probability": 0.393310546875}, {"start": 2490.05, "end": 2490.23, "word": " error.", "probability": 0.8837890625}, {"start": 2491.03, "end": 2491.21, "word": " Okay?", "probability": 0.1790771484375}, {"start": 2495.25, "end": 2495.73, "word": " It's", "probability": 0.47314453125}, {"start": 2495.73, "end": 2495.89, "word": " not", "probability": 0.65478515625}, {"start": 2495.89, "end": 2496.21, "word": " working", "probability": 0.82080078125}, {"start": 2496.21, "end": 2496.35, "word": " yet.", "probability": 0.6630859375}], "temperature": 1.0}, {"id": 96, "seek": 254475, "start": 2515.23, "end": 2544.75, "text": " This is what? Fill in the question. Of course, luckily, the question turned out to be what? What is the picture? This brought you to the point of the world that is clearly visible, and brought you to the picture, and brought you to what is here? Yes, the options. The world that is clearly visible. Until now, is it clear, guys? I say it is not clear because there is no picture.", "tokens": [639, 307, 437, 30, 25315, 294, 264, 1168, 13, 2720, 1164, 11, 22880, 11, 264, 1168, 3574, 484, 281, 312, 437, 30, 708, 307, 264, 3036, 30, 639, 3038, 291, 281, 264, 935, 295, 264, 1002, 300, 307, 4448, 8974, 11, 293, 3038, 291, 281, 264, 3036, 11, 293, 3038, 291, 281, 437, 307, 510, 30, 1079, 11, 264, 3956, 13, 440, 1002, 300, 307, 4448, 8974, 13, 9088, 586, 11, 307, 309, 1850, 11, 1074, 30, 286, 584, 309, 307, 406, 1850, 570, 456, 307, 572, 3036, 13], "avg_logprob": -0.6131944603390164, "compression_ratio": 1.8719211822660098, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2515.23, "end": 2515.51, "word": " This", "probability": 0.1416015625}, {"start": 2515.51, "end": 2515.57, "word": " is", "probability": 0.41552734375}, {"start": 2515.57, "end": 2515.89, "word": " what?", "probability": 0.72216796875}, {"start": 2516.01, "end": 2516.25, "word": " Fill", "probability": 0.58837890625}, {"start": 2516.25, "end": 2516.35, "word": " in", "probability": 0.3974609375}, {"start": 2516.35, "end": 2516.41, "word": " the", "probability": 0.90380859375}, {"start": 2516.41, "end": 2516.59, "word": " question.", "probability": 0.85107421875}, {"start": 2517.61, "end": 2517.93, "word": " Of", "probability": 0.50244140625}, {"start": 2517.93, "end": 2517.93, "word": " course,", "probability": 0.95263671875}, {"start": 2518.09, "end": 2518.39, "word": " luckily,", "probability": 0.16162109375}, {"start": 2518.69, "end": 2519.09, "word": " the", "probability": 0.71435546875}, {"start": 2519.09, "end": 2519.33, "word": " question", "probability": 0.8759765625}, {"start": 2519.33, "end": 2519.33, "word": " turned", "probability": 0.25}, {"start": 2519.33, "end": 2519.45, "word": " out", "probability": 0.82763671875}, {"start": 2519.45, "end": 2519.59, "word": " to", "probability": 0.8994140625}, {"start": 2519.59, "end": 2519.69, "word": " be", "probability": 0.5751953125}, {"start": 2519.69, "end": 2519.89, "word": " what?", "probability": 0.311767578125}, {"start": 2520.31, "end": 2520.63, "word": " What", "probability": 0.21484375}, {"start": 2520.63, "end": 2520.67, "word": " is", "probability": 0.796875}, {"start": 2520.67, "end": 2520.77, "word": " the", "probability": 0.81640625}, {"start": 2520.77, "end": 2520.91, "word": " picture?", "probability": 0.390869140625}, {"start": 2521.01, "end": 2521.27, "word": " This", "probability": 0.65576171875}, {"start": 2521.27, "end": 2521.49, "word": " brought", "probability": 0.378662109375}, {"start": 2521.49, "end": 2521.63, "word": " you", "probability": 0.85400390625}, {"start": 2521.63, "end": 2521.71, "word": " to", "probability": 0.4228515625}, {"start": 2521.71, "end": 2521.87, "word": " the", "probability": 0.327392578125}, {"start": 2521.87, "end": 2521.87, "word": " point", "probability": 0.09930419921875}, {"start": 2521.87, "end": 2522.23, "word": " of", "probability": 0.26611328125}, {"start": 2522.23, "end": 2522.25, "word": " the", "probability": 0.428955078125}, {"start": 2522.25, "end": 2522.47, "word": " world", "probability": 0.109375}, {"start": 2522.47, "end": 2522.63, "word": " that", "probability": 0.37939453125}, {"start": 2522.63, "end": 2522.65, "word": " is", "probability": 0.81591796875}, {"start": 2522.65, "end": 2522.81, "word": " clearly", "probability": 0.52734375}, {"start": 2522.81, "end": 2523.23, "word": " visible,", "probability": 0.70751953125}, {"start": 2523.33, "end": 2523.39, "word": " and", "probability": 0.46044921875}, {"start": 2523.39, "end": 2523.55, "word": " brought", "probability": 0.481689453125}, {"start": 2523.55, "end": 2523.69, "word": " you", "probability": 0.8642578125}, {"start": 2523.69, "end": 2523.79, "word": " to", "probability": 0.489013671875}, {"start": 2523.79, "end": 2523.83, "word": " the", "probability": 0.85693359375}, {"start": 2523.83, "end": 2524.05, "word": " picture,", "probability": 0.78369140625}, {"start": 2524.11, "end": 2524.17, "word": " and", "probability": 0.88720703125}, {"start": 2524.17, "end": 2524.31, "word": " brought", "probability": 0.798828125}, {"start": 2524.31, "end": 2524.47, "word": " you", "probability": 0.951171875}, {"start": 2524.47, "end": 2524.53, "word": " to", "probability": 0.68115234375}, {"start": 2524.53, "end": 2524.65, "word": " what", "probability": 0.611328125}, {"start": 2524.65, "end": 2524.71, "word": " is", "probability": 0.377197265625}, {"start": 2524.71, "end": 2524.89, "word": " here?", "probability": 0.7890625}, {"start": 2525.57, "end": 2525.89, "word": " Yes,", "probability": 0.305419921875}, {"start": 2526.05, "end": 2526.15, "word": " the", "probability": 0.67041015625}, {"start": 2526.15, "end": 2526.45, "word": " options.", "probability": 0.48828125}, {"start": 2528.37, "end": 2528.69, "word": " The", "probability": 0.29833984375}, {"start": 2528.69, "end": 2528.97, "word": " world", "probability": 0.5517578125}, {"start": 2528.97, "end": 2529.37, "word": " that", "probability": 0.2337646484375}, {"start": 2529.37, "end": 2533.49, "word": " is", "probability": 0.90869140625}, {"start": 2533.49, "end": 2533.49, "word": " clearly", "probability": 0.5625}, {"start": 2533.49, "end": 2533.85, "word": " visible.", "probability": 0.87841796875}, {"start": 2535.89, "end": 2536.21, "word": " Until", "probability": 0.2354736328125}, {"start": 2536.21, "end": 2536.57, "word": " now,", "probability": 0.93896484375}, {"start": 2536.69, "end": 2536.69, "word": " is", "probability": 0.39453125}, {"start": 2536.69, "end": 2536.69, "word": " it", "probability": 0.8701171875}, {"start": 2536.69, "end": 2536.83, "word": " clear,", "probability": 0.86767578125}, {"start": 2536.93, "end": 2537.19, "word": " guys?", "probability": 0.7138671875}, {"start": 2542.65, "end": 2542.97, "word": " I", "probability": 0.331298828125}, {"start": 2542.97, "end": 2543.11, "word": " say", "probability": 0.444091796875}, {"start": 2543.11, "end": 2543.25, "word": " it", "probability": 0.2188720703125}, {"start": 2543.25, "end": 2543.25, "word": " is", "probability": 0.5986328125}, {"start": 2543.25, "end": 2543.29, "word": " not", "probability": 0.65625}, {"start": 2543.29, "end": 2543.45, "word": " clear", "probability": 0.54443359375}, {"start": 2543.45, "end": 2543.79, "word": " because", "probability": 0.283447265625}, {"start": 2543.79, "end": 2544.29, "word": " there", "probability": 0.8095703125}, {"start": 2544.29, "end": 2544.29, "word": " is", "probability": 0.68310546875}, {"start": 2544.29, "end": 2544.37, "word": " no", "probability": 0.908203125}, {"start": 2544.37, "end": 2544.75, "word": " picture.", "probability": 0.78759765625}], "temperature": 1.0}, {"id": 97, "seek": 256973, "start": 2546.97, "end": 2569.73, "text": " No, I'm not going to do the F in the statement. I'm not going to fill the picture at all. Okay? Yes, the imaginary picture will appear. You remove the imaginary picture, which is the picture of Android. Okay? Okay, I don't have much time left, 10 minutes. Let's continue and get into the topic of actions, because if we start with it, we won't finish it. Okay? So, let's continue the lecture. Guys, it's important, as we said,", "tokens": [883, 11, 286, 478, 406, 516, 281, 360, 264, 479, 294, 264, 5629, 13, 286, 478, 406, 516, 281, 2836, 264, 3036, 412, 439, 13, 1033, 30, 1079, 11, 264, 26164, 3036, 486, 4204, 13, 509, 4159, 264, 26164, 3036, 11, 597, 307, 264, 3036, 295, 8853, 13, 1033, 30, 1033, 11, 286, 500, 380, 362, 709, 565, 1411, 11, 1266, 2077, 13, 961, 311, 2354, 293, 483, 666, 264, 4829, 295, 5909, 11, 570, 498, 321, 722, 365, 309, 11, 321, 1582, 380, 2413, 309, 13, 1033, 30, 407, 11, 718, 311, 2354, 264, 7991, 13, 7855, 11, 309, 311, 1021, 11, 382, 321, 848, 11], "avg_logprob": -0.5138888993748912, "compression_ratio": 1.714859437751004, "no_speech_prob": 2.6226043701171875e-06, "words": [{"start": 2546.97, "end": 2547.33, "word": " No,", "probability": 0.5068359375}, {"start": 2547.33, "end": 2547.69, "word": " I'm", "probability": 0.40594482421875}, {"start": 2547.69, "end": 2547.85, "word": " not", "probability": 0.83056640625}, {"start": 2547.85, "end": 2547.99, "word": " going", "probability": 0.67138671875}, {"start": 2547.99, "end": 2547.99, "word": " to", "probability": 0.96923828125}, {"start": 2547.99, "end": 2548.09, "word": " do", "probability": 0.12103271484375}, {"start": 2548.09, "end": 2548.19, "word": " the", "probability": 0.307861328125}, {"start": 2548.19, "end": 2548.23, "word": " F", "probability": 0.48828125}, {"start": 2548.23, "end": 2548.35, "word": " in", "probability": 0.378662109375}, {"start": 2548.35, "end": 2548.37, "word": " the", "probability": 0.66748046875}, {"start": 2548.37, "end": 2548.71, "word": " statement.", "probability": 0.92578125}, {"start": 2549.53, "end": 2549.79, "word": " I'm", "probability": 0.700439453125}, {"start": 2549.79, "end": 2549.85, "word": " not", "probability": 0.916015625}, {"start": 2549.85, "end": 2549.99, "word": " going", "probability": 0.8544921875}, {"start": 2549.99, "end": 2549.99, "word": " to", "probability": 0.9677734375}, {"start": 2549.99, "end": 2550.19, "word": " fill", "probability": 0.58837890625}, {"start": 2550.19, "end": 2550.35, "word": " the", "probability": 0.361328125}, {"start": 2550.35, "end": 2550.51, "word": " picture", "probability": 0.37744140625}, {"start": 2550.51, "end": 2550.67, "word": " at", "probability": 0.278564453125}, {"start": 2550.67, "end": 2551.55, "word": " all.", "probability": 0.93798828125}, {"start": 2551.91, "end": 2552.27, "word": " Okay?", "probability": 0.2012939453125}, {"start": 2553.31, "end": 2553.67, "word": " Yes,", "probability": 0.485107421875}, {"start": 2553.85, "end": 2554.11, "word": " the", "probability": 0.4775390625}, {"start": 2554.11, "end": 2554.61, "word": " imaginary", "probability": 0.188720703125}, {"start": 2554.61, "end": 2554.61, "word": " picture", "probability": 0.461669921875}, {"start": 2554.61, "end": 2554.73, "word": " will", "probability": 0.75}, {"start": 2554.73, "end": 2554.73, "word": " appear.", "probability": 0.3642578125}, {"start": 2554.87, "end": 2555.03, "word": " You", "probability": 0.5869140625}, {"start": 2555.03, "end": 2555.25, "word": " remove", "probability": 0.54736328125}, {"start": 2555.25, "end": 2555.37, "word": " the", "probability": 0.85009765625}, {"start": 2555.37, "end": 2555.85, "word": " imaginary", "probability": 0.91015625}, {"start": 2555.85, "end": 2555.85, "word": " picture,", "probability": 0.8125}, {"start": 2556.17, "end": 2556.23, "word": " which", "probability": 0.86328125}, {"start": 2556.23, "end": 2556.37, "word": " is", "probability": 0.93701171875}, {"start": 2556.37, "end": 2556.43, "word": " the", "probability": 0.8310546875}, {"start": 2556.43, "end": 2556.57, "word": " picture", "probability": 0.460693359375}, {"start": 2556.57, "end": 2556.77, "word": " of", "probability": 0.916015625}, {"start": 2556.77, "end": 2558.49, "word": " Android.", "probability": 0.466552734375}, {"start": 2558.91, "end": 2559.17, "word": " Okay?", "probability": 0.74560546875}, {"start": 2560.15, "end": 2560.51, "word": " Okay,", "probability": 0.6396484375}, {"start": 2560.87, "end": 2560.93, "word": " I", "probability": 0.481689453125}, {"start": 2560.93, "end": 2560.97, "word": " don't", "probability": 0.7442626953125}, {"start": 2560.97, "end": 2561.15, "word": " have", "probability": 0.86572265625}, {"start": 2561.15, "end": 2561.25, "word": " much", "probability": 0.70263671875}, {"start": 2561.25, "end": 2561.43, "word": " time", "probability": 0.8935546875}, {"start": 2561.43, "end": 2561.63, "word": " left,", "probability": 0.368408203125}, {"start": 2561.75, "end": 2561.91, "word": " 10", "probability": 0.529296875}, {"start": 2561.91, "end": 2562.21, "word": " minutes.", "probability": 0.904296875}, {"start": 2562.33, "end": 2562.61, "word": " Let's", "probability": 0.6339111328125}, {"start": 2562.61, "end": 2562.91, "word": " continue", "probability": 0.634765625}, {"start": 2562.91, "end": 2563.07, "word": " and", "probability": 0.25390625}, {"start": 2563.07, "end": 2563.21, "word": " get", "probability": 0.368896484375}, {"start": 2563.21, "end": 2563.37, "word": " into", "probability": 0.78125}, {"start": 2563.37, "end": 2563.57, "word": " the", "probability": 0.74169921875}, {"start": 2563.57, "end": 2563.85, "word": " topic", "probability": 0.254638671875}, {"start": 2563.85, "end": 2563.95, "word": " of", "probability": 0.767578125}, {"start": 2563.95, "end": 2564.31, "word": " actions,", "probability": 0.8388671875}, {"start": 2564.43, "end": 2564.63, "word": " because", "probability": 0.896484375}, {"start": 2564.63, "end": 2565.07, "word": " if", "probability": 0.9306640625}, {"start": 2565.07, "end": 2565.13, "word": " we", "probability": 0.9248046875}, {"start": 2565.13, "end": 2565.31, "word": " start", "probability": 0.70654296875}, {"start": 2565.31, "end": 2565.49, "word": " with", "probability": 0.34228515625}, {"start": 2565.49, "end": 2565.57, "word": " it,", "probability": 0.6064453125}, {"start": 2565.61, "end": 2565.73, "word": " we", "probability": 0.890625}, {"start": 2565.73, "end": 2565.81, "word": " won't", "probability": 0.792724609375}, {"start": 2565.81, "end": 2566.15, "word": " finish", "probability": 0.85498046875}, {"start": 2566.15, "end": 2566.27, "word": " it.", "probability": 0.5927734375}, {"start": 2566.31, "end": 2566.47, "word": " Okay?", "probability": 0.7138671875}, {"start": 2566.97, "end": 2567.19, "word": " So,", "probability": 0.74072265625}, {"start": 2567.41, "end": 2567.43, "word": " let's", "probability": 0.718017578125}, {"start": 2567.43, "end": 2567.75, "word": " continue", "probability": 0.85400390625}, {"start": 2567.75, "end": 2567.93, "word": " the", "probability": 0.45849609375}, {"start": 2567.93, "end": 2568.19, "word": " lecture.", "probability": 0.8310546875}, {"start": 2568.41, "end": 2568.73, "word": " Guys,", "probability": 0.164306640625}, {"start": 2568.73, "end": 2568.73, "word": " it's", "probability": 0.52001953125}, {"start": 2568.73, "end": 2568.73, "word": " important,", "probability": 0.2476806640625}, {"start": 2569.13, "end": 2569.35, "word": " as", "probability": 0.798828125}, {"start": 2569.35, "end": 2569.51, "word": " we", "probability": 0.85498046875}, {"start": 2569.51, "end": 2569.73, "word": " said,", "probability": 0.849609375}], "temperature": 1.0}, {"id": 98, "seek": 259223, "start": 2570.91, "end": 2592.23, "text": " This is an experiment. You might feel difficult when you see it for the first time. Of course it's going to be difficult. This is not a beginning. You should try it a lot. It doesn't matter even if you haven't tried it before. Go home and try it. Work on this code by hand. Open Android and try it and write. That's it. God bless you.", "tokens": [639, 307, 364, 5120, 13, 509, 1062, 841, 2252, 562, 291, 536, 309, 337, 264, 700, 565, 13, 2720, 1164, 309, 311, 516, 281, 312, 2252, 13, 639, 307, 406, 257, 2863, 13, 509, 820, 853, 309, 257, 688, 13, 467, 1177, 380, 1871, 754, 498, 291, 2378, 380, 3031, 309, 949, 13, 1037, 1280, 293, 853, 309, 13, 6603, 322, 341, 3089, 538, 1011, 13, 7238, 8853, 293, 853, 309, 293, 2464, 13, 663, 311, 309, 13, 1265, 5227, 291, 13], "avg_logprob": -0.5613704618201198, "compression_ratio": 1.558139534883721, "no_speech_prob": 2.2470951080322266e-05, "words": [{"start": 2570.91, "end": 2571.39, "word": " This", "probability": 0.2149658203125}, {"start": 2571.39, "end": 2571.65, "word": " is", "probability": 0.408935546875}, {"start": 2571.65, "end": 2572.03, "word": " an", "probability": 0.23583984375}, {"start": 2572.03, "end": 2572.27, "word": " experiment.", "probability": 0.52880859375}, {"start": 2572.67, "end": 2573.01, "word": " You", "probability": 0.4091796875}, {"start": 2573.01, "end": 2573.27, "word": " might", "probability": 0.486083984375}, {"start": 2573.27, "end": 2573.43, "word": " feel", "probability": 0.58203125}, {"start": 2573.43, "end": 2573.43, "word": " difficult", "probability": 0.414306640625}, {"start": 2573.43, "end": 2573.43, "word": " when", "probability": 0.2137451171875}, {"start": 2573.43, "end": 2573.65, "word": " you", "probability": 0.916015625}, {"start": 2573.65, "end": 2573.85, "word": " see", "probability": 0.429931640625}, {"start": 2573.85, "end": 2574.23, "word": " it", "probability": 0.533203125}, {"start": 2574.23, "end": 2574.25, "word": " for", "probability": 0.393798828125}, {"start": 2574.25, "end": 2574.83, "word": " the", "probability": 0.8193359375}, {"start": 2574.83, "end": 2574.83, "word": " first", "probability": 0.88330078125}, {"start": 2574.83, "end": 2574.83, "word": " time.", "probability": 0.89794921875}, {"start": 2575.69, "end": 2575.73, "word": " Of", "probability": 0.1822509765625}, {"start": 2575.73, "end": 2575.99, "word": " course", "probability": 0.951171875}, {"start": 2575.99, "end": 2576.19, "word": " it's", "probability": 0.43798828125}, {"start": 2576.19, "end": 2576.19, "word": " going", "probability": 0.5615234375}, {"start": 2576.19, "end": 2576.19, "word": " to", "probability": 0.9716796875}, {"start": 2576.19, "end": 2576.33, "word": " be", "probability": 0.9453125}, {"start": 2576.33, "end": 2576.65, "word": " difficult.", "probability": 0.69921875}, {"start": 2577.47, "end": 2577.95, "word": " This", "probability": 0.08673095703125}, {"start": 2577.95, "end": 2578.85, "word": " is", "probability": 0.771484375}, {"start": 2578.85, "end": 2579.33, "word": " not", "probability": 0.78955078125}, {"start": 2579.33, "end": 2579.81, "word": " a", "probability": 0.58544921875}, {"start": 2579.81, "end": 2580.05, "word": " beginning.", "probability": 0.12646484375}, {"start": 2580.11, "end": 2580.33, "word": " You", "probability": 0.6875}, {"start": 2580.33, "end": 2580.51, "word": " should", "probability": 0.5400390625}, {"start": 2580.51, "end": 2582.01, "word": " try", "probability": 0.36376953125}, {"start": 2582.01, "end": 2582.39, "word": " it", "probability": 0.51318359375}, {"start": 2582.39, "end": 2582.55, "word": " a", "probability": 0.270263671875}, {"start": 2582.55, "end": 2582.73, "word": " lot.", "probability": 0.9384765625}, {"start": 2583.25, "end": 2583.73, "word": " It", "probability": 0.39111328125}, {"start": 2583.73, "end": 2583.91, "word": " doesn't", "probability": 0.820556640625}, {"start": 2583.91, "end": 2584.17, "word": " matter", "probability": 0.77294921875}, {"start": 2584.17, "end": 2584.45, "word": " even", "probability": 0.28466796875}, {"start": 2584.45, "end": 2584.67, "word": " if", "probability": 0.90185546875}, {"start": 2584.67, "end": 2584.91, "word": " you", "probability": 0.9619140625}, {"start": 2584.91, "end": 2585.13, "word": " haven't", "probability": 0.688720703125}, {"start": 2585.13, "end": 2585.39, "word": " tried", "probability": 0.861328125}, {"start": 2585.39, "end": 2585.47, "word": " it", "probability": 0.63232421875}, {"start": 2585.47, "end": 2585.71, "word": " before.", "probability": 0.80224609375}, {"start": 2585.81, "end": 2585.95, "word": " Go", "probability": 0.64306640625}, {"start": 2585.95, "end": 2586.21, "word": " home", "probability": 0.7001953125}, {"start": 2586.21, "end": 2586.37, "word": " and", "probability": 0.92138671875}, {"start": 2586.37, "end": 2586.59, "word": " try", "probability": 0.9013671875}, {"start": 2586.59, "end": 2586.69, "word": " it.", "probability": 0.5771484375}, {"start": 2586.73, "end": 2586.99, "word": " Work", "probability": 0.400390625}, {"start": 2586.99, "end": 2587.13, "word": " on", "probability": 0.4599609375}, {"start": 2587.13, "end": 2587.35, "word": " this", "probability": 0.7294921875}, {"start": 2587.35, "end": 2587.59, "word": " code", "probability": 0.921875}, {"start": 2587.59, "end": 2587.71, "word": " by", "probability": 0.4736328125}, {"start": 2587.71, "end": 2588.05, "word": " hand.", "probability": 0.82470703125}, {"start": 2588.95, "end": 2589.43, "word": " Open", "probability": 0.74462890625}, {"start": 2589.43, "end": 2590.03, "word": " Android", "probability": 0.46484375}, {"start": 2590.03, "end": 2590.17, "word": " and", "probability": 0.84765625}, {"start": 2590.17, "end": 2590.43, "word": " try", "probability": 0.81396484375}, {"start": 2590.43, "end": 2590.55, "word": " it", "probability": 0.578125}, {"start": 2590.55, "end": 2590.57, "word": " and", "probability": 0.4873046875}, {"start": 2590.57, "end": 2590.77, "word": " write.", "probability": 0.84130859375}, {"start": 2591.45, "end": 2591.87, "word": " That's", "probability": 0.713623046875}, {"start": 2591.87, "end": 2591.87, "word": " it.", "probability": 0.79052734375}, {"start": 2591.93, "end": 2592.03, "word": " God", "probability": 0.52587890625}, {"start": 2592.03, "end": 2592.13, "word": " bless", "probability": 0.88818359375}, {"start": 2592.13, "end": 2592.23, "word": " you.", "probability": 0.9599609375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2592.415, "duration_after_vad": 2310.5949999999903} \ No newline at end of file diff --git a/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.srt b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..f5617376d6116720a92e49440a9893afc2059037 --- /dev/null +++ b/PL9fwy3NUQKwaUKOT9j2G0l_N1KplW5qW1/xMQvdBFGkWY_raw.srt @@ -0,0 +1,1928 @@ +1 +00:00:20,840 --> 00:00:25,650 +السلام عليكم يا جماعةفي المحاضرة الماضية بدأنا عمل + +2 +00:00:25,650 --> 00:00:31,350 +تطبيق لمسابقة بدأنا في الواجهة الرئيسية اللي كانت + +3 +00:00:31,350 --> 00:00:34,370 +بسيطة اللي هو تدخل اسمك و تضغط على زر موافق + +4 +00:00:34,370 --> 00:00:37,590 +اتعلمنا فيها يعني اشي جديد اللي هو كيف نعمل + +5 +00:00:37,590 --> 00:00:41,950 +dialogue تمام؟ وكيف نتعامل مع زر ال back في ال .. + +6 +00:00:41,950 --> 00:00:45,790 +في الجوال و .. و الاسم اللي حطناها نبعته لل + +7 +00:00:45,790 --> 00:00:48,430 +activity الجديدة اللي هي سميناها ال comp activity + +8 +00:00:48,430 --> 00:00:51,950 +لأن هذه ال activity هي تصميمها موجود هنا + +9 +00:00:55,230 --> 00:00:57,970 +طبعا صممناها المحاضرة الماضية فيها عبارة عن تلاتة + +10 +00:00:57,970 --> 00:01:01,210 +زرار لتلاتة options فى عندى صورة هنا إذا كان + +11 +00:01:01,210 --> 00:01:04,990 +السؤال الصورة فى عندى text view وفى عندى هنا بطلع + +12 +00:01:04,990 --> 00:01:08,570 +اسم المستخدم وهنا بطلع عندى الرصيد تمام اللى هو + +13 +00:01:08,570 --> 00:01:15,410 +ببدأ من صفر مبدئيا الآن المفروض خلينا نفكر logic + +14 +00:01:15,410 --> 00:01:19,330 +بالترتيب أول ما تشتغل ال activity هذه إيش بدى + +15 +00:01:19,330 --> 00:01:25,150 +يصير؟يتعبى بالسؤال يبقى لازم في الأول يكون في end + +16 +00:01:25,150 --> 00:01:29,570 +code يقرأ الأسئلة اتفاجن ان الأسئلة موجودة في ملف + +17 +00:01:29,570 --> 00:01:36,910 +text يقرأ الأسئلة هذه كلها و يلخبطهاعشان يختار + +18 +00:01:36,910 --> 00:01:42,070 +منها سؤال معين ويعرضه في الشاشة تمام يبقى قبل ما + +19 +00:01:42,070 --> 00:01:46,150 +نعمل احنا عرض للمعلومات لازم نكتب code انه يقرأ + +20 +00:01:46,150 --> 00:01:50,530 +الأسئلة ويحضرها ويجمعها كلها في array تمام ويختار + +21 +00:01:50,530 --> 00:01:53,590 +منها سؤال عشوائي و بعدين اخر مرحلة بدو اضافة على + +22 +00:01:53,590 --> 00:01:58,090 +الشاشة واضح الترتيب يا جماعة الان ايش بنسوي انا + +23 +00:01:58,090 --> 00:02:02,860 +بدنا ملف ال text هذا هو مكانه على سطح المكتببنفعش + +24 +00:02:02,860 --> 00:02:06,160 +نقرأه لازم يكون موجود جوا ايه جوا ال project بكرا + +25 +00:02:06,160 --> 00:02:09,040 +بتحطه على الجوال مش هتقول اقرا من ال c و ال d بتاع + +26 +00:02:09,040 --> 00:02:13,980 +ال pc لازم تكون ضمن ضمن ال project كل الملفات صور + +27 +00:02:13,980 --> 00:02:19,620 +text file video صوت فالان بدنا نتعلم اش جديد احنا + +28 +00:02:19,620 --> 00:02:24,460 +شفنا ان الصور بنحطها في مجلة drawable تمام ال xml + +29 +00:02:24,460 --> 00:02:27,960 +كله بنحطه في مجلة layout اذا كان تصميم او ال + +30 +00:02:27,960 --> 00:02:33,410 +valuesإذا كان style أو string أو color أو غيره لكن + +31 +00:02:33,410 --> 00:02:36,570 +يعني أنها في ال .. زي هذا المشروع بنتعامل مع ملفات + +32 +00:02:36,570 --> 00:02:40,370 +من أنواع أخرى text file نقرأ منه بيانات ملفات صوت + +33 +00:02:40,370 --> 00:02:44,470 +هنتعامل معها برضه وين نحط الملفات هذه لأن بيقول في + +34 +00:02:44,470 --> 00:02:49,490 +ال Android في عندك انت خيارين عشان تحط الملفات + +35 +00:02:49,490 --> 00:02:53,090 +اللي هي مش standard أو زي مثلا ملفات الصوت أو + +36 +00:02:53,090 --> 00:02:57,570 +ملفات ال text أو غيره الخيار الأول في مجلة بيسموه + +37 +00:02:57,570 --> 00:02:58,490 +ال assets file + +38 +00:03:02,210 --> 00:03:08,490 +assets folder يعني مجلة بدى يكون اسمه assets باسم + +39 +00:03:08,490 --> 00:03:12,210 +ثابت طبعا متعارف عليه لازم انت تحط المجلة ده في + +40 +00:03:12,210 --> 00:03:16,690 +مكان معين باسم معين و تحط الملفات فيه بعدين بيصير + +41 +00:03:16,690 --> 00:03:20,470 +في ال code تبعك بتقراها بسهولة عن طريق انت تقوله + +42 +00:03:20,470 --> 00:03:24,550 +get assets زى ما هنشوف كمان شوية method اسمها get + +43 +00:03:24,550 --> 00:03:30,280 +assets بعدين بتقوله open مثلا للملف تبعكهذا هو + +44 +00:03:30,280 --> 00:03:33,360 +الخيار الأول الخيار التاني بيقول لي في مجلة تاني + +45 +00:03:33,360 --> 00:03:37,080 +كمان في الاندرويد أو في ال project بتقدر تعمله + +46 +00:03:37,080 --> 00:03:38,560 +بيسموه ال raw folder + +47 +00:03:41,540 --> 00:03:44,840 +بيسموه ال raw folder دايما ال raw يعني ايش؟ + +48 +00:03:44,840 --> 00:03:47,780 +الحاجات الاولية المواد الاولية بيسموها raw + +49 +00:03:47,780 --> 00:03:51,680 +material تمام؟ برضه نفس الحاجة بتقدر انت تحط في ال + +50 +00:03:51,680 --> 00:03:55,840 +raw folder اي ملفات زي مثلا نصوص او صوت او غيره + +51 +00:03:55,840 --> 00:04:00,000 +ايش بيفرغ ال assets عن ال raw folder ال raw folder + +52 +00:04:00,000 --> 00:04:03,380 +بيختلف عن ال assets ان هذا مكون داخل مجلد ال + +53 +00:04:03,380 --> 00:04:07,600 +resourcesمش في عندي resources هنا، تمام؟ هنا بنعمل + +54 +00:04:07,600 --> 00:04:13,140 +مجلد اسمه Raw، تمام؟ ال assets بيكون داخل إيش؟ ال + +55 +00:04:13,140 --> 00:04:16,180 +application، يعني هنا مع هدولة، تمام؟ مع مجلد ال + +56 +00:04:16,180 --> 00:04:19,700 +Java طبعا الاختلاف مش بس في المكان، لأن أي حاجة + +57 +00:04:19,700 --> 00:04:24,320 +إحنا بنعرف إن جوا ال resources بنعملها ID يعني إنت + +58 +00:04:24,320 --> 00:04:27,850 +لما تحط حاجة في ال drawable، ال drawable موجودةرقم + +59 +00:04:27,850 --> 00:04:33,170 +مُعرِّف باسم الصورة + +60 +00:04:33,170 --> 00:04:41,740 +باستخدام رقم مُعرِّف باسم الصورةأي حاجة موجودة في + +61 +00:04:41,740 --> 00:04:45,960 +ال values ما هي موجودة ضمن ال resources أي string + +62 +00:04:45,960 --> 00:04:49,700 +موجودة برضه بنعملها ID بدل ان انت بتقدر تجيبها من + +63 +00:04:49,700 --> 00:04:54,160 +R.string.كذا مش عملناها المحاضرة الماضية يبقى أي + +64 +00:04:54,160 --> 00:04:59,260 +حاجة بتحطها جوا ال row بنعملها ID بيصير اسمها R + +65 +00:04:59,260 --> 00:05:06,720 +.row.اسم الملف طب ماشي في ال assets لأ بنعمله مش + +66 +00:05:06,720 --> 00:05:12,570 +IDالان طب استخدم هذه و لا استخدم هذه حسب احتياجات + +67 +00:05:12,570 --> 00:05:17,430 +تطبيق يعني مثلا مثلا مرات تشغيل media player بقولك + +68 +00:05:17,430 --> 00:05:22,110 +انت عشان تشغل ملف صوت لازم يكون له ID مثلا حسب + +69 +00:05:22,110 --> 00:05:26,630 +احتياجات ال function بتاعتك اذا كان بده ID بتحطه + +70 +00:05:26,630 --> 00:05:31,290 +في ال room اذا كان ممكن تشغيل الملف بدون ID حطه في + +71 +00:05:31,290 --> 00:05:35,830 +ال assets ماشي يا جماعة الان احنا هنجرب الاتنين + +72 +00:05:38,870 --> 00:05:41,430 +الان طبعا انا عندى هنا في المجلة في ال project + +73 +00:05:41,430 --> 00:05:44,410 +اللى عندى ليه عندى assets folder و ليه عندى raw + +74 +00:05:44,410 --> 00:05:47,210 +folder خلينا فى الأول عشان ننشط assets folder + +75 +00:05:47,210 --> 00:05:51,250 +بتيجي على ال project تبعك و بتقوله new اه و فى + +76 +00:05:51,250 --> 00:05:55,370 +عندك هنا folder شايفه مش هنا انت contentious + +77 +00:05:55,370 --> 00:05:59,650 +activity فرجاء بتروح على folder و فى عنده هنا فى + +78 +00:05:59,650 --> 00:06:05,030 +ال folder تانى خيار اسمه assets folder تمام؟ + +79 +00:06:05,930 --> 00:06:08,510 +هي الـ finish بده يحطه طبعا في ال .. في ال main + +80 +00:06:08,510 --> 00:06:13,050 +هاي إيش بتلاقي هنا؟ هاي مجلة اسمه assets طيب أنا + +81 +00:06:13,050 --> 00:06:16,110 +ليش بده أستخدم ال assets هذا حاليا؟ بده أحط فيه + +82 +00:06:16,110 --> 00:06:21,210 +ملف ال text بتاع الأسئلة فهي جيبنا ملف الأسئلة + +83 +00:06:21,210 --> 00:06:24,450 +طبعا إيش عملت أنا؟ عشان ما .. ماتواجهش المشكلة هذه + +84 +00:06:24,450 --> 00:06:27,170 +إحنا كاتبين النص بالعربي صح ولا؟ لما تروح تعمل + +85 +00:06:27,170 --> 00:06:33,950 +save as تمام؟ اختار ال encoding UTF-8 تمام؟ عشان + +86 +00:06:33,950 --> 00:06:35,330 +يظل متعرف على العربي + +87 +00:06:38,770 --> 00:06:43,130 +و بعدين هي copy و + +88 +00:06:43,130 --> 00:06:49,810 +هيحطه جوا جوا ال assets تمام خلاص هيضعف الملف هنا + +89 +00:06:49,810 --> 00:06:55,630 +الان + +90 +00:06:55,630 --> 00:07:00,740 +نيجي على كود ال activity عشاننقرأ الأسئلة هذه طيب + +91 +00:07:00,740 --> 00:07:05,200 +احنا برضه اتفقدنا .. شوف و اتعلم راجيت انه البرمجة + +92 +00:07:05,200 --> 00:07:08,720 +مش كلها حفظ functions و مكتبات لأ في طريقة تفكير + +93 +00:07:08,720 --> 00:07:10,800 +للبرمجة اللي احنا نتطلع على الأسئلة اللي موجودة + +94 +00:07:10,800 --> 00:07:14,600 +عندنا احنا اتكلمنا المرة الماضية ان كل سؤالمكوّن + +95 +00:07:14,600 --> 00:07:20,200 +من ست أسطر السطر الأول السؤال الصح التلت أصلا من + +96 +00:07:20,200 --> 00:07:25,780 +بعده الخيارات يبقى خلصنا أربع سطور الخامس الإجابة + +97 +00:07:25,780 --> 00:07:30,680 +الصحيحة السادس الصورة زي أن الصورة أو لا يبقى كل + +98 +00:07:30,680 --> 00:07:34,640 +سؤال مكوّن من ست حاجات مختلفة عشان نسهن التعامل + +99 +00:07:34,640 --> 00:07:39,150 +بدنا نجمع الست هدولة في object واحديعني بنعمل + +100 +00:07:39,150 --> 00:07:42,410 +class اسمها question لان في ال .. ليش؟ في الآخر + +101 +00:07:42,410 --> 00:07:47,510 +بدنا نجمع مجموعة أسئلة بدناش نجمع مجموعة سؤال و + +102 +00:07:47,510 --> 00:07:50,910 +مجموعة إجابات و مجموعة إجابات صحيحة و مجموعة صور + +103 +00:07:50,910 --> 00:07:57,470 +جمع السؤال بكل ملحقاته في إيش؟ في class واحدةواضح + +104 +00:07:57,470 --> 00:08:00,590 +يا جماعة؟ زي ما كنا نعمل في البرمجة واحد و اتنين + +105 +00:08:00,590 --> 00:08:02,550 +بيقولنا لما يكون في حاجة اللي هي بيانات متعددة + +106 +00:08:02,550 --> 00:08:06,010 +طالب مثلا او موظف جمع كل بياناته في حاجة وحده لسه + +107 +00:08:06,010 --> 00:08:10,310 +حتى الان ما قرأناش الأسئلة فبتيجي دلوقتي لمجلة ال + +108 +00:08:10,310 --> 00:08:16,170 +Java جنب ال activities بتاعتك و اعمل مجلة او class + +109 +00:08:16,170 --> 00:08:18,610 +جديدة سميها مثلا question + +110 +00:08:24,170 --> 00:08:31,490 +الأن ال attribute question text الان + +111 +00:08:31,490 --> 00:08:43,270 +list string options او choices الان ايش عملت انا + +112 +00:08:43,270 --> 00:08:47,590 +هنالأن أنا عملت array من الخيارات الخيارات عندي + +113 +00:08:47,590 --> 00:08:50,430 +تلاتة ممكن تعمل ال choice one ال choice two ال + +114 +00:08:50,430 --> 00:08:53,770 +choice three بس أنا عملت list في إيش ال choices + +115 +00:08:53,770 --> 00:08:56,310 +لأن أفرض بكرا أغير إجا ال client قالك لأ بديها + +116 +00:08:56,310 --> 00:08:59,790 +أربع أسئلة أربع خيارات تروح تضيف بدل من تضيف متغير + +117 +00:08:59,790 --> 00:09:02,150 +خلاص أعمل list عشان ما تتغيرش في ال class هذه + +118 +00:09:02,150 --> 00:09:08,250 +بالمرة الآن في عندي برضه الإجابة الصحيحة تمام + +119 +00:09:08,250 --> 00:09:14,130 +string correct answer اللي هو أكيد هيكون واحد منه + +120 +00:09:14,980 --> 00:09:18,980 +الخيارات الصورة + +121 +00:09:18,980 --> 00:09:32,300 +الصورة الصورة الصورة الصورة الصورة الصورة + +122 +00:09:32,300 --> 00:09:32,300 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +123 +00:09:32,300 --> 00:09:32,420 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +124 +00:09:32,420 --> 00:09:32,980 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +125 +00:09:32,980 --> 00:09:32,980 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +126 +00:09:32,980 --> 00:09:32,980 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +127 +00:09:32,980 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +128 +00:09:33,380 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +129 +00:09:33,380 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +130 +00:09:33,380 --> 00:09:33,380 +الصورة الصورة الصورة الصورة الصورة الصورة الصورة + +131 +00:09:33,380 --> 00:09:35,360 +الصورة الصورة الصورة + +132 +00:09:47,890 --> 00:09:54,050 +طيب وهيخلصنا ال class بتاعة الأسئلة لأن + +133 +00:09:54,050 --> 00:09:57,070 +هنا لان ممكن أجي في ال activity و بدك تكتب ال code + +134 +00:09:57,070 --> 00:10:01,470 +إيش اللي يقرأ من الملف و يجمع للأسئلة بس برضه بديش + +135 +00:10:01,470 --> 00:10:05,550 +أكتبه هنا بدلت بالشغل أكتر كيف بدي أروح أعمل class + +136 +00:10:05,550 --> 00:10:06,030 +تانية + +137 +00:10:08,910 --> 00:10:15,810 +اسمها questions reader ايش يعني فارق الأسئلة الان + +138 +00:10:15,810 --> 00:10:19,610 +انا code قرأت الأسئلة ال activity هيتكون فيها code + +139 +00:10:19,610 --> 00:10:24,930 +كتير الصح انه ال code تبعك تجسمه على classes بحيث + +140 +00:10:24,930 --> 00:10:28,650 +ان هدف ال question reader هتديله function هتقوله + +141 +00:10:28,650 --> 00:10:36,940 +get questions ياخد اسم الملففايل نام ويرجّه لك + +142 +00:10:36,940 --> 00:10:46,980 +list of questions هذه function + +143 +00:10:46,980 --> 00:10:50,600 +انا لسه بده اكتبها ليش؟ عشان انا في ال main معقولش + +144 +00:10:50,600 --> 00:10:54,940 +اكتبها لعشرين سطر خلاص استدعي هذه و بديله اسم + +145 +00:10:54,940 --> 00:11:00,440 +الملف و برجّهلي كل البوابة اللي بديهاواضح يا + +146 +00:11:00,440 --> 00:11:03,900 +جماعة؟ لأن هنا بدنا نكتب إيش؟ بدنا نكتب ال code + +147 +00:11:03,900 --> 00:11:06,820 +تبعنا طبعا لسه في error ليش لأن أنا ماعملتش return + +148 +00:11:06,820 --> 00:11:11,380 +لا يقين طيب هلجيت؟ أنا بمرّله اسم الملف، من أين + +149 +00:11:11,380 --> 00:11:16,240 +بده يقرأ الملف هذا؟ من ال assets طبعا؟ طيب نسيب + +150 +00:11:16,240 --> 00:11:19,760 +هذا شوية هلجيت؟ و نرجع على ال comp activity ليش + +151 +00:11:19,760 --> 00:11:23,930 +هسيبه هلجيت؟ هقولكبدنا نتعلم كيف نصلى ال assets + +152 +00:11:23,930 --> 00:11:27,890 +هذه مش انا حاطيت المناف تبع في ال assets عشان نصلى + +153 +00:11:27,890 --> 00:11:31,050 +ال assets لو انت اتيت في ال on create او في ال + +154 +00:11:31,050 --> 00:11:37,490 +activity جبتله بس method اسمها get assets شايفها + +155 +00:11:37,490 --> 00:11:43,090 +get assets هيك انا وصلت لمجلد ال assets dot مثلا + +156 +00:11:43,090 --> 00:11:47,130 +ممكن تقوله open شايفينها هي جاهزة حتى انت تطلع + +157 +00:11:47,130 --> 00:11:53,070 +عليها تفهمها لحالك open ايش بياخد؟ file nameتمام + +158 +00:11:53,070 --> 00:11:57,310 +هنا بتمردر الاسم الملف و لحاله بيفتحه معايا انتوا + +159 +00:11:57,310 --> 00:12:01,850 +يا جماعة؟ طيب هذه الـ get assets قدرت أقرأها من + +160 +00:12:01,850 --> 00:12:05,790 +هنا ليش؟ لأنه أنا وان شغل جوال activity لكن لو أنا + +161 +00:12:05,790 --> 00:12:11,550 +روحت على ال class اللي عملتها جديد اللي هي ال + +162 +00:12:11,550 --> 00:12:15,950 +equation reader و قلتله get assets + +163 +00:12:18,920 --> 00:12:23,280 +ماتعرفش عليها ليش؟ لأنها مش موجودة في ال class هذه + +164 +00:12:23,280 --> 00:12:28,020 +تمام؟ و بينفعش تعملها extent انا بدي .. لو عملتلها + +165 +00:12:28,020 --> 00:12:31,940 +extent صارت activity هذه الصح ان ايش تعمل؟ بما ان + +166 +00:12:31,940 --> 00:12:36,120 +انت ال get assets موجودة في ال class هذه نر ال + +167 +00:12:36,120 --> 00:12:40,860 +reference من ال class هذه لمن؟ لال course شريطة + +168 +00:12:40,860 --> 00:12:45,360 +يعني انت محتاج انت هنا get assets بتقدر تقرأها لكن + +169 +00:12:45,360 --> 00:12:49,870 +هناك بتقدرش تقرأهاطب ايش الحل؟ بما انه بقدر يقرأ + +170 +00:12:49,870 --> 00:12:53,330 +من ال class هذه ابعت reference من ال class هذه ل + +171 +00:12:53,330 --> 00:12:59,170 +question reader يعني ممكن تقوله هنا طلع .. يعني + +172 +00:12:59,170 --> 00:13:05,210 +احنا هنعمل زيك question reader Q reader مثلا يساوي + +173 +00:13:05,210 --> 00:13:14,370 +new question reader وهنا بدنا نقوله مثلا thisمن + +174 +00:13:14,370 --> 00:13:21,910 +الذسعاء دعمين هذه على ال activity صح فأكيد + +175 +00:13:21,910 --> 00:13:25,610 +هنا في عندي constructor لأ فاش عندي constructor + +176 +00:13:25,610 --> 00:13:30,050 +يبقى بدنا نعمل constructor جابنا ال method هذه + +177 +00:13:30,050 --> 00:13:36,290 +اللي هو public question + +178 +00:13:36,290 --> 00:13:40,850 +reader بدو ياخد ال activity او ال context خلينا + +179 +00:13:40,850 --> 00:13:48,360 +نقول activity عشان نفهمهاهي activity و هنا بعطيله + +180 +00:13:48,360 --> 00:13:57,680 +for comp activity this.activity يساوي activity لأن + +181 +00:13:57,680 --> 00:14:01,180 +إيش اللي صار يا جماعة اللي قال في ال comp activity + +182 +00:14:01,180 --> 00:14:05,720 +أنشأت object من question reader ومررتله من + +183 +00:14:05,720 --> 00:14:12,960 +questions reader تمام ومررتله ال activity الحالية + +184 +00:14:15,320 --> 00:14:17,760 +بنرجع لـ questions reader هاي اللي هي ال + +185 +00:14:17,760 --> 00:14:23,260 +constructor إجهت له ال activity بتاعتي وخزنتها فوق + +186 +00:14:23,260 --> 00:14:29,580 +هال gate هنا بتقدر تيجي تقوله activity.getassets + +187 +00:14:33,040 --> 00:14:35,880 +هذا object oriented مش اندرويد مش راحش ان انا + +188 +00:14:35,880 --> 00:14:40,120 +اندرويد يعني انت ال get assets بتشوفها من ال + +189 +00:14:40,120 --> 00:14:42,800 +activity بتشوفهاش من ال course share reader ايش + +190 +00:14:42,800 --> 00:14:45,460 +الحل اسيب هذا ال class و اكتب ال code في ال get + +191 +00:14:45,460 --> 00:14:48,820 +activity مستفدش حاجة انا بدي أجلب ال code الموجود + +192 +00:14:48,820 --> 00:14:53,580 +في ال activity بدي اعمل encapsulation modules كل + +193 +00:14:53,580 --> 00:14:55,920 +جزء مسؤول عن شيء معين هذا course share reader بدي + +194 +00:14:55,920 --> 00:14:57,980 +أخليه يرجّه للأسئلة بس هذا course share reader + +195 +00:14:57,980 --> 00:15:02,760 +عشان يصل ال assets محتاج لل activityبنشق فيه + +196 +00:15:02,760 --> 00:15:06,040 +activity جديدة لأ ال activity موجودة هي لما انشق + +197 +00:15:06,040 --> 00:15:08,740 +ال equation reader بمرره ال reference من ال + +198 +00:15:08,740 --> 00:15:12,920 +activity ماشي + +199 +00:15:12,920 --> 00:15:16,260 +يا جماعة لأن هنا بقوله get assets و بعدين بقوله + +200 +00:15:16,260 --> 00:15:21,740 +ايش open لأن open هذه تطلع على ال method ايش بتاخد + +201 +00:15:21,740 --> 00:15:27,120 +بتاخد ال file name و بترجع حاجة اسمها input stream + +202 +00:15:27,120 --> 00:15:32,820 +طب ال file name ليه اللي هيجيماشي من هنا مش انا + +203 +00:15:32,820 --> 00:15:36,620 +بدمره لو جيت question اسم الملف هاني open و برجّه + +204 +00:15:36,620 --> 00:15:39,340 +حاجة اسمها input stream ايش ال input stream مش + +205 +00:15:39,340 --> 00:15:44,980 +عارفين بس اكتب هيك input stream is هو برجّه input + +206 +00:15:44,980 --> 00:15:49,640 +stream فعملناه متغير اسمه input stream لأن هذا ايش + +207 +00:15:49,640 --> 00:15:54,980 +بيقولك بيقولك في exception بطلع هنا ماشي قوله ايش + +208 +00:15:54,980 --> 00:16:00,900 +input streamأه طبعا فايل input stream طيب هلجيت + +209 +00:16:00,900 --> 00:16:06,520 +الان قل له add exception to file signature خلنا ال + +210 +00:16:06,520 --> 00:16:09,860 +exception ايش throw لل exception ماعملناش احنا try + +211 +00:16:09,860 --> 00:16:16,680 +and catch طبعا طيب هلجيت ببساطة بتقدر تقوله اتأكد + +212 +00:16:16,680 --> 00:16:24,200 +بس scanner as you saw new scanner اعتقد + +213 +00:16:24,200 --> 00:16:29,360 +انه بياخد input streamطيب تمام هل جيت ال scanner + +214 +00:16:29,360 --> 00:16:31,900 +هل تذكرين ال scanner اللي هنا كنا نمرر له object + +215 +00:16:31,900 --> 00:16:35,100 +من نقطة file هل جيت تقدر مباشرة ال input stream + +216 +00:16:35,100 --> 00:16:41,380 +هذا تحطه لمين لأسكره يعني ال scanner له أكتر من + +217 +00:16:41,380 --> 00:16:44,700 +constructor أحد ال constructors اللي هو file اللي + +218 +00:16:44,700 --> 00:16:48,460 +كنا ناخده زمان هل جيت ممكن نمرر له input stream + +219 +00:16:48,460 --> 00:16:54,200 +وخلاص هل جيت بيصير عملية قراءة من ملف عادي اللي هو + +220 +00:16:54,200 --> 00:17:04,070 +إيش بنقوله whileS.has next line نجرى سطر سطر طالع + +221 +00:17:04,070 --> 00:17:12,310 +مافيه سطر نجيب السطر الأول S.nextline هذا ماله هذا + +222 +00:17:12,310 --> 00:17:19,970 +نص السؤال String QText هذا نص السؤال وين تجيبنا + +223 +00:17:19,970 --> 00:17:30,800 +لسه4 integer I يسوى صفر I أصغر من ثلاثة I زائد + +224 +00:17:30,800 --> 00:17:41,280 +زائد وهنا نعمل list string choices new array list + +225 +00:17:41,280 --> 00:17:45,240 +زمان + +226 +00:17:45,240 --> 00:17:51,200 +عمل كلام هذا اه؟ طيب choices dot add + +227 +00:17:55,960 --> 00:18:02,120 +S.nextline هذا أنا + +228 +00:18:02,120 --> 00:18:08,140 +قرأت السطر الأول صح وهذا يسار هنا لان مباشرة لسه + +229 +00:18:08,140 --> 00:18:11,720 +قبل ما اروح على ال while تمام انا هخلص الست سطور + +230 +00:18:11,720 --> 00:18:15,720 +تقريبا السطر الأول و بعدين هروح للست التالين فعلى + +231 +00:18:15,720 --> 00:18:18,580 +طول روحت عملت array list اسمها choice list ليش + +232 +00:18:18,580 --> 00:18:22,500 +عملت array list هذهعشان أخذ الخيارات وبعدين بدي + +233 +00:18:22,500 --> 00:18:26,040 +أعمل loop تلت مرات عشان أقرأ التلت سطور التالية + +234 +00:18:26,040 --> 00:18:30,780 +تلت سطور التالية فانت بتقول من I صفر إلى I أصغر من + +235 +00:18:30,780 --> 00:18:33,840 +تلت I زي زي إجرالي next line و next line و next + +236 +00:18:33,840 --> 00:18:40,800 +line بدل ما تكتبها تلت مراتعملت loop و كل line + +237 +00:18:40,800 --> 00:18:45,020 +بيقرأه بيحطه هنا في ال choices يبقى الأن احنا + +238 +00:18:45,020 --> 00:18:50,300 +قرأنا السؤال و قرأنا الإجابات الخيارات بتاعته ده + +239 +00:18:50,300 --> 00:18:53,540 +العنان الإجابة الصحيحة للسؤال في ال stream بعد ما + +240 +00:18:53,540 --> 00:18:59,720 +خلصنا التلات خيارات correct answer as dot next + +241 +00:18:59,720 --> 00:19:06,710 +line أجرى السطر اللي بعدهأه ده من الرابع الإجابة + +242 +00:19:06,710 --> 00:19:10,590 +الصحيحة كنتفجن احنا الأول .. مش الرابع الخامس + +243 +00:19:10,590 --> 00:19:14,490 +إجابة صحيحة الأول السؤال التلاتة اللي بعده خيارات + +244 +00:19:14,490 --> 00:19:19,750 +خلصنا أربعة الخامس الإجابة الصحيحة تمام هيقرأ + +245 +00:19:19,750 --> 00:19:23,030 +السؤال + +246 +00:19:23,030 --> 00:19:27,030 +و بعدين عمل تلت مرات في داخل ال loop عشان يقرأ + +247 +00:19:27,030 --> 00:19:29,830 +التلت خيارات و بعدين عمل كمان mixed line عشان يقرأ + +248 +00:19:31,060 --> 00:19:36,220 +الإجابة الصحيحة اللي هنضل عليه للصورة String photo + +249 +00:19:36,220 --> 00:19:48,240 +يسوى s.next line هي قرأنا ست حاجات صح ولا لأ، الآن + +250 +00:19:48,240 --> 00:19:52,380 +بعد ما جيبنا الست حاجات بدنا نجمعهم في object واحد + +251 +00:19:52,380 --> 00:19:57,880 +فعملنا object اسمه question q يسوى new أنا قاعد + +252 +00:19:57,880 --> 00:20:03,400 +بشرح يا جماعة برمج جاف عاديو عشان تعرف ان البرمجة + +253 +00:20:03,400 --> 00:20:07,340 +في الآخر هي مخ و هي طريقة التفكير و ترتيب و logic + +254 +00:20:07,340 --> 00:20:13,420 +تبقى لان هيعملنا question ايش ضال علينا نعبي q.set + +255 +00:20:13,420 --> 00:20:23,040 +question text اللي هو ايش q text q.set choices + +256 +00:20:23,040 --> 00:20:29,940 +هيحطلاله choice q.set correct answer + +257 +00:20:43,200 --> 00:20:49,140 +هذا هو الإجابة الصحيحةlist of what of questions + +258 +00:20:49,140 --> 00:20:53,300 +public هنا تمام يبقى كل الأسئلة اللي أنا بعملها + +259 +00:20:53,300 --> 00:20:57,940 +بتجمعها هنا في list of questions هلجيه تدر بالك + +260 +00:20:57,940 --> 00:21:02,760 +هيرجع اللوب راح ال question اللي عملته تمام اه + +261 +00:21:02,760 --> 00:21:11,060 +فالاصل انك تيجي هنا و تعمل list of what so + +262 +00:21:11,060 --> 00:21:12,720 +new array list + +263 +00:21:17,180 --> 00:21:20,060 +و بعد ما بنينا السؤال و حطينا فيه البيانات بتقول + +264 +00:21:20,060 --> 00:21:28,000 +questions.at Q هك قرأنا أول سؤال و حطينا فيه + +265 +00:21:28,000 --> 00:21:32,240 +questions هيرجع يقوم while لأن هو خلص ست سطور + +266 +00:21:32,240 --> 00:21:36,800 +هيشوف هل في سطر بعد الست هذول إذا في سطر هيدخل + +267 +00:21:36,800 --> 00:21:40,800 +يقرأ كمان ست سطور و يبني منهم سؤال و يضيفه على ال + +268 +00:21:40,800 --> 00:21:45,540 +list و يرجع يكمل هل في سطر تاني بعد الست التانين؟ + +269 +00:21:45,540 --> 00:21:50,450 +واحد كدهقد يبدو لك الموضوع هذا صعب بس لما تروح + +270 +00:21:50,450 --> 00:21:53,410 +البيت و تجرب لحالك و تعمل التطبيق مش تحفظ من + +271 +00:21:53,410 --> 00:21:59,010 +الدفتر تعمل التطبيق بنفسك و تكتب بإيدك هتتعلم احنا + +272 +00:21:59,010 --> 00:22:07,390 +قولنا هذا البرمجة ممارسة طبعا ايوة ماشي + +273 +00:22:07,390 --> 00:22:13,400 +بس انا بقى الملف جايون باسماء ملفات الصوريعني انا + +274 +00:22:13,400 --> 00:22:18,440 +عندي اسم الملف لسه انا بعرفش .. هد ال .. ال .. + +275 +00:22:18,440 --> 00:22:21,600 +الانتجار اللي بنعمل للصورة امتى بنعمل لما ينضاف في + +276 +00:22:21,600 --> 00:22:24,480 +ال drawable لسه هو مش موجود جوا drawable تمام هل + +277 +00:22:24,480 --> 00:22:28,720 +الصور موجودة عنده هنا تمام في مجلد هنا وكل ملف إله + +278 +00:22:28,720 --> 00:22:32,800 +إيش إله اسم تمام هنشوف احنا كيف نتعامل مع .. مع + +279 +00:22:32,800 --> 00:22:36,140 +الصور حاليا احنا لسه خطوة خطوة قاعدين نقرأ السؤال + +280 +00:22:36,140 --> 00:22:39,780 +و بعدين نشوف كيف لسه البرمجة صعبةهنا كنت فاكر ان + +281 +00:22:39,780 --> 00:22:43,320 +احنا في الأول محاضرة هنعمل الأسئلة و نعرض و نحط صح + +282 +00:22:43,320 --> 00:22:49,380 +و غلط و خلق لأ انت يعني بتحل و بتلعب و بتضغط ازرار + +283 +00:22:49,380 --> 00:22:53,500 +مش عارف انه في مبرمج الفسخ وراك و هو قاعد .. هو + +284 +00:22:53,500 --> 00:22:57,480 +قاعد بشغل الشغل هنا لسه احنا لحد الآن متجمع في + +285 +00:22:57,480 --> 00:23:01,620 +الأسئلة من وين؟ من ملف ال text طيب في الآخر إيش + +286 +00:23:01,620 --> 00:23:04,660 +بنعمل؟ بعد ما جمعنا الأسئلة كلها بتقولوا return + +287 +00:23:04,660 --> 00:23:05,200 +إيش؟ + +288 +00:23:08,070 --> 00:23:12,170 +return questions لأنها + +289 +00:23:12,170 --> 00:23:16,230 +حاجة صغيرة بس يا جماعة احنا ايش مررنا هنا مررنا او + +290 +00:23:16,230 --> 00:23:20,470 +خليها reference ال activity طيب يبقى request a + +291 +00:23:20,470 --> 00:23:24,130 +reader مفروض خلصناه هرجع نجربه قبل شوف قبل ما تمشي + +292 +00:23:24,130 --> 00:23:29,450 +خطوة تانية اتأكد ان هذا شغال كيف؟ بدنا نرجع على ال + +293 +00:23:29,450 --> 00:23:32,890 +activity بتاعتنا هيا عملنا request a reader وبدنا + +294 +00:23:32,890 --> 00:23:37,770 +نقوله qreader.get + +295 +00:23:39,150 --> 00:23:47,410 +السؤال ايش اسم الملف questions.text و هذا بده ايش + +296 +00:23:47,410 --> 00:23:59,210 +بده try catch لان + +297 +00:23:59,210 --> 00:24:01,690 +متأكد انه قرأ ال questions المفروض يجي ال + +298 +00:24:01,690 --> 00:24:06,750 +questions وين في list of questions + +299 +00:24:09,610 --> 00:24:13,810 +ولا خلّيني أعمل لوب عليها عشان نشوف برضه انه جاب + +300 +00:24:13,810 --> 00:24:19,550 +البيانات صح ولا لأ لكل question q موجود في + +301 +00:24:19,550 --> 00:24:28,190 +questions بدنا نقول له log d com + +302 +00:24:28,190 --> 00:24:32,470 +q.get question text + +303 +00:24:36,030 --> 00:24:39,510 +نتأكد انه مثلا هذه الاشياء أخدنا ال log عشان نطبع + +304 +00:24:39,510 --> 00:24:44,750 +على الشاشة طبعا طيب + +305 +00:24:44,750 --> 00:24:49,410 +الان خلينا نشغل المفروض الان ان ناتج وين نطلع في + +306 +00:24:49,410 --> 00:25:00,210 +ال log cat هنا وهيبقى + +307 +00:25:00,210 --> 00:25:06,500 +نعمل filter ونقوله بس اردليالحاجات اللي فيها tag + +308 +00:25:06,500 --> 00:25:09,920 +كمب وهي debug + +309 +00:25:32,430 --> 00:25:36,190 +طيب هاي ايش؟ هاي قرأ ليه؟ قرأ لي الأسئلة كلها + +310 +00:25:36,190 --> 00:25:40,870 +سيبوكوا من الرسالة لأن هذه فيها كم طلع ليها مثلا + +311 +00:25:40,870 --> 00:25:43,610 +السؤال الأول، التاني، التالت، الرابع و هكذا يعني + +312 +00:25:43,610 --> 00:25:50,230 +ضمنا إنه إيش؟ إنه جاب .. جاب الأسئلة طيب يبقى هذا + +313 +00:25:50,230 --> 00:25:53,690 +الآن إيش؟ اللي هو مش محتاجينه صح ولا؟ هذا بس + +314 +00:25:53,690 --> 00:25:58,030 +حطناها للتجربة يعني أول خطوة بنعملها بعد ما قرأنا + +315 +00:25:58,030 --> 00:26:04,040 +الأسئلة بناخدسؤال منهم ونحطه في العناصر بتاعة + +316 +00:26:04,040 --> 00:26:07,080 +الشاشة صح ولا يبقى بنا نجيب العناصر الشاشة اللي + +317 +00:26:07,080 --> 00:26:14,100 +بنلعب بيها في الأول تمام خلينا نحطهم فوق هنا عساس + +318 +00:26:14,100 --> 00:26:21,200 +ايش هنستخدمهم كتير تمام question TV وفي عندنا ال + +319 +00:26:21,200 --> 00:26:34,500 +buttons صح ولابطل choice 1 بطل choice 2 بطل choice + +320 +00:26:34,500 --> 00:26:42,180 +3 بطل ايش + +321 +00:26:42,180 --> 00:26:49,800 +بنعب كمان الصورة صح image view هاي photo q photo + +322 +00:27:14,300 --> 00:27:19,600 +طيب الآن خلينا نقرأ إيش العناصر بتاعة الشاشة + +323 +00:27:22,660 --> 00:27:38,140 +عادي مش أحراج، المهم كلهم ماجربوش طيب + +324 +00:27:38,140 --> 00:27:45,800 +هاي قرأنا السؤال الان choice one button find view + +325 +00:27:45,800 --> 00:27:50,200 +by id r.id.option + +326 +00:28:00,110 --> 00:28:06,470 +هدولة بقايا بنغير أسمائهم هذا نسميه choice one + +327 +00:28:06,470 --> 00:28:06,910 +button + +328 +00:28:39,710 --> 00:28:48,770 +R.ID.Choice1Button + +329 +00:28:48,770 --> 00:29:04,930 +طيب + +330 +00:29:04,930 --> 00:29:05,730 +هي قرأناهم + +331 +00:29:08,740 --> 00:29:14,280 +الان هاي جيبنا الأسئلة بدنا نجيب الآن سؤال عشوائي + +332 +00:29:14,280 --> 00:29:17,000 +من الأسئلة هذه كيف نجيب سؤال عشوائي أول حاجة + +333 +00:29:17,000 --> 00:29:25,480 +لخبطهم طبعا كيف collections.shuffle و هاي + +334 +00:29:25,480 --> 00:29:30,720 +questions هيك لخبطهم الآن بعد ما لخبطناهم اسحب أول + +335 +00:29:30,720 --> 00:29:35,580 +واحد فيهم ايش بنعمل بنقول questions.remove مش get + +336 +00:29:35,580 --> 00:29:36,820 +ليش remove + +337 +00:29:42,450 --> 00:29:45,550 +ليش remove؟ اعملت remove ماعملتش get مثلا zero + +338 +00:29:45,550 --> 00:29:50,070 +عشان مايعدوش تاني طلع زي اللي سحب ورقة من الشت ده + +339 +00:29:50,070 --> 00:29:53,730 +خلاص طلعناها احنا من الهدى remove خلاص أخدنا أول + +340 +00:29:53,730 --> 00:29:56,870 +answer وجيبناه هنا هجيت هدى بإن أنا أعبيه في + +341 +00:29:56,870 --> 00:30:03,430 +الأسئلة هجيب نروح لquestion text tv نقول له set + +342 +00:30:03,430 --> 00:30:08,330 +text من أين أنا أجيب ال text؟ من ال q dot جيت + +343 +00:30:08,330 --> 00:30:18,910 +question textو بعدين choice1 button.settext + +344 +00:30:24,930 --> 00:30:28,470 +طيب برضه عشان الرتب الشغل هال gate شوف ايش بتسوي + +345 +00:30:28,470 --> 00:30:32,070 +انا المفروض ان انا اجيب الخيارات و اعبيها وين في + +346 +00:30:32,070 --> 00:30:35,650 +ال buttons الخيارات موجودة ك list اول عنصر في ال + +347 +00:30:35,650 --> 00:30:39,930 +list ينحط وين في button واحد صح؟ لأن انا بس من باب + +348 +00:30:39,930 --> 00:30:43,050 +التسهيل بتدروح ان اعمل + +349 +00:31:06,290 --> 00:31:14,850 +الـ buttons دعوني أعبّهم في R لأن بقوله for + +350 +00:31:14,850 --> 00:31:23,250 +integer I يساوي سفر I أصغر من choice buttons dot + +351 +00:31:23,250 --> 00:31:29,470 +lengthI زائد زائد ايش يعني انا ايش قاعد بعمل بلف + +352 +00:31:29,470 --> 00:31:35,230 +على الذرار ليش ال I هنا طالع ليه في I تاني فوق اه + +353 +00:31:35,230 --> 00:31:38,990 +في I هي ال intent سميها the intent + +354 +00:31:50,010 --> 00:31:54,090 +طيب مرّينا على الزرار و بعدين بدنا نروح لكل زر + +355 +00:31:54,090 --> 00:32:00,610 +choice buttons هيك احنا بنصل لكل زر ليش لأنه لكل + +356 +00:32:00,610 --> 00:32:07,290 +زر بنقوله set text من وين ده جيب ال text من ال + +357 +00:32:07,290 --> 00:32:16,530 +question dot get choices dot get ال I لأن مرّينا + +358 +00:32:16,530 --> 00:32:21,280 +على الزرارطبعا اللي هم أنا أين حطيتهم في ال array + +359 +00:32:21,280 --> 00:32:25,700 +يعني كل زر بجيبه كيف choices باسم ال array بيقصين + +360 +00:32:25,700 --> 00:32:30,560 +ايش I ايش عملناه say the text ايش بنانحط فيه + +361 +00:32:30,560 --> 00:32:33,500 +بتقوله روح لل question و جيب ال choices و جيب منهم + +362 +00:32:33,500 --> 00:32:39,740 +عنصر I يعني أول عنصر في الخيارات حطه لأول button + +363 +00:32:39,740 --> 00:32:44,620 +تاني عنصر في التاني كل ما هتمد عنين على ال I إذا + +364 +00:32:44,620 --> 00:32:49,650 +ال I صفرهيجيب ال button الأول اللي هو عند index + +365 +00:32:49,650 --> 00:32:53,230 +صفر و يجيب الخيار الأول إذا لاعيب واحد بيجيب ال + +366 +00:32:53,230 --> 00:33:00,190 +button التاني و الخيار التاني و هكذا باشي + +367 +00:33:00,190 --> 00:33:03,230 +بدها تجربة هذه مافيش هذا كل مراجعة برمج عادية + +368 +00:33:03,230 --> 00:33:07,390 +مافيش خلصنا ال Androidالاندرويد مكتبة و functions + +369 +00:33:07,390 --> 00:33:11,270 +عرفت هد بتعمل هيك و هد بتخلصنا لأ ده بترجع لمين + +370 +00:33:11,270 --> 00:33:14,190 +لأن ليش كنا احنا اللي سانا التوا و انا بقولكوا + +371 +00:33:14,190 --> 00:33:17,530 +الأساس برمج واحد و برمج اتنين هاي كل الشغل برمجة + +372 +00:33:17,530 --> 00:33:21,670 +هديك مكتبة و بكرا لما تنزلت و يروح لاندرويد و يطلع + +373 +00:33:21,670 --> 00:33:25,270 +أشي جديد تتعلم المكتب اللي تجيه ده بس ال logic + +374 +00:33:25,270 --> 00:33:28,530 +بتاع البرمجة ماله بظل ال for بتظل و ال while بتظل + +375 +00:33:28,530 --> 00:33:33,050 +و ال array بتظل بس المكتبات مالها المكتبات هتتغير + +376 +00:33:33,050 --> 00:33:38,200 +وجه بدالهاماشي هيك بفرض عبّينا من الخيارات عبّينا + +377 +00:33:38,200 --> 00:33:40,880 +السؤال عبّينا الخيارات في حد انسناها اللي هي + +378 +00:33:40,880 --> 00:33:47,320 +الصورة اذا هي الصورة صح لان خلينا نجيب ال image + +379 +00:33:47,320 --> 00:33:52,020 +view ماشي + +380 +00:33:52,020 --> 00:33:57,860 +خلينا نجيب أول ال image view find view by ID لا + +381 +00:33:57,860 --> 00:34:02,120 +احنا عرفنا ال reference فوق صح هيسمينا ايش photo + +382 +00:34:05,180 --> 00:34:08,380 +fineart.id ونشوف إيش سميتها هنا + +383 +00:34:30,610 --> 00:34:33,370 +طيب كيف بنعب ال image of you هلجيت لازم الصور + +384 +00:34:33,370 --> 00:34:37,670 +تاعتك لازم تكون برضه ضمن ال project مش احنا حاطينا + +385 +00:34:37,670 --> 00:34:42,330 +الملف ال text في ال assets اللي انا الصور برضه + +386 +00:34:42,330 --> 00:34:45,490 +بنحطهم بس و أنا ماتحطهمش في ال assets الصور بتحطهم + +387 +00:34:45,490 --> 00:34:49,890 +في drop it خلاص drop it معروف انه للصور فبدنا نروح + +388 +00:34:49,890 --> 00:34:56,030 +نجيب الصور تاعتنا هيهم مش كل الأسئلة في الصور هم + +389 +00:34:56,030 --> 00:35:00,190 +عشر أسئلة اللي يلهم صور بس ايش أربع + +390 +00:35:05,150 --> 00:35:12,710 +وروح على drawable وورمي الصورة بتاعتك طبعا + +391 +00:35:12,710 --> 00:35:17,290 +بتراها تسمية الصورة طيب الآن الصورة هذه فيها + +392 +00:35:17,290 --> 00:35:20,410 +إشكالية صغيرة إيش هي هال gate احنا عشان نحط أي + +393 +00:35:20,410 --> 00:35:26,120 +صورة مفروض نروح لل queue photoطبعا كيف بنعطيله او + +394 +00:35:26,120 --> 00:35:28,540 +بنحطله صورة فى ال code فى method اسمها set image + +395 +00:35:28,540 --> 00:35:32,620 +resource ايش بتاخد هذا قدامكوا بتاخد integer + +396 +00:35:32,620 --> 00:35:36,600 +شايفينها set image resource ماهو الصورة يا بنحطلها + +397 +00:35:36,600 --> 00:35:40,900 +فى ال XML يا بنحط الصورة وين فى ال code هي لازم + +398 +00:35:40,900 --> 00:35:44,240 +أحطها فى ال code ليش لأنها بدهم يحملها أثناء ال + +399 +00:35:44,240 --> 00:35:49,290 +runtime لو أنا ثابتة بحطها فى ال XMLالمثال اللي + +400 +00:35:49,290 --> 00:35:52,350 +تكافئ تاعة ال XML هي ال source هنا اسمها set image + +401 +00:35:52,350 --> 00:35:58,930 +resource و بتقوله R.drawable.اسم الصورة مثلا فلاج + +402 +00:35:58,930 --> 00:36:03,350 +فلاج واحد بس هنا انا مش عارف اسم الصورة اسم الصورة + +403 +00:36:03,350 --> 00:36:08,990 +بدي اجيبه من ال question يعني المفروض ان السؤال + +404 +00:36:08,990 --> 00:36:15,350 +نفسه ال Q في get إيشget photo طبعا هو مش هيرضى + +405 +00:36:15,350 --> 00:36:19,630 +فيها لإن ال photo مالها ال photo string تمام فالان + +406 +00:36:19,630 --> 00:36:24,630 +احنا بدنا طريقة بمعرفة اسم ال photo بده يجيب ال + +407 +00:36:24,630 --> 00:36:31,290 +integer لمعرف ال ID بتاع الصورة بنخليه يدور في ال + +408 +00:36:31,290 --> 00:36:35,970 +drawable على ايش ال ID بتاع الصورة كيف هدى؟ اول + +409 +00:36:35,970 --> 00:36:41,180 +حاجةأيش اسم ال ID بتاع الصورة؟ هو دايما نقولها R + +410 +00:36:41,180 --> 00:36:48,980 +.robel.flag.jpg بتتحول لإيش؟ ل Flag الصورة اللي + +411 +00:36:48,980 --> 00:36:53,280 +اسمها Ahmed.png بتتحول لإيش؟ ل Ahmed فبنجيب Ahmed + +412 +00:36:53,280 --> 00:36:59,700 +لحاله بدنا نشيل منه ال JPG أول حاجة قبل كل حاجة + +413 +00:36:59,700 --> 00:37:09,620 +بدي أقوله if question.getphoto.equals ignore case + +414 +00:37:09,620 --> 00:37:15,880 +no image و هنا اللي فيها إيش يعني هذا ال F السفنة + +415 +00:37:15,880 --> 00:37:22,700 +يعني إذا في صورةأو إذا قيمة الصورة لا تساوي الـ No + +416 +00:37:22,700 --> 00:37:25,420 +Image إذا كانت لا تساوي الـ No Image فبنشيها إذا + +417 +00:37:25,420 --> 00:37:29,300 +كانت ليس كذلك فبنشتغل تمام فبنقوله set image + +418 +00:37:29,300 --> 00:37:31,320 +resource قبل هذه الـ set image resource أول حاجة + +419 +00:37:31,320 --> 00:37:35,740 +بدنا نجيب اسم الصورة لحالها بدون ال .. بدون ال .. + +420 +00:37:35,740 --> 00:37:44,540 +بدون ال extension تمام فالـ get نجيب photo file + +421 +00:37:44,540 --> 00:37:50,060 +name يساوي q.get photo + +422 +00:37:59,200 --> 00:38:13,880 +من الصفر الى q.get photo dot last index of الـ dot + +423 +00:38:15,420 --> 00:38:18,660 +هتنعمل على خطوطين عشان ايش انت ممكن ماتفهموهاش + +424 +00:38:18,660 --> 00:38:21,640 +احنا عشان نجيب اسم الصورة زي ما خدنا زمان و احنا + +425 +00:38:21,640 --> 00:38:29,220 +سنافر يا جماعة فلاج واحدة jpg خليه يقص من أول لعند + +426 +00:38:29,220 --> 00:38:33,500 +مين لعند ال dot هذه فأول خطوة بنا نجيب مكان ال dot + +427 +00:38:33,500 --> 00:38:40,240 +كيف نجيب مكان ال dot هي الخطوة هذه int هذه ال dot + +428 +00:38:40,240 --> 00:38:46,260 +locationعملتها في خطواتين تمام كيف جبت اسم الصورة + +429 +00:38:46,260 --> 00:38:51,120 +و قلت له last index of مين ال dot هاي جيبنا ال dot + +430 +00:38:51,120 --> 00:38:55,580 +location و بعدين بنقوله بص من البداية لحد ال dot + +431 +00:38:55,580 --> 00:39:01,340 +location جابني photo name بطل file حتى photo name + +432 +00:39:01,340 --> 00:39:06,460 +ماشي هلجيت احنا خلصنا الخطوة نقوله جيبنا نين جيبنا + +433 +00:39:06,460 --> 00:39:09,920 +ال flag لأن انا بديش اسم الصورة ك string بديها + +434 +00:39:09,920 --> 00:39:14,100 +كإيش بدي ال integer اللي اتعرف في ال Rطبعا كيف هذا + +435 +00:39:14,100 --> 00:39:21,920 +بنجيبه فى method هنا بتروح تقوله get resources dot + +436 +00:39:21,920 --> 00:39:26,060 +get identifier لأن انا هذا ال method get resources + +437 +00:39:26,060 --> 00:39:29,700 +dot get identifier فديتها انك لو اعطيته اسم + +438 +00:39:29,700 --> 00:39:33,980 +المتغير ك string بيجيبلك قيمة ال integer اذا كان + +439 +00:39:33,980 --> 00:39:38,080 +معرف يعنى طبعا فهذا ايش بتاخد؟ بتاخد تلات حاجات + +440 +00:39:38,080 --> 00:39:42,360 +اعطيله اول حاجة ال photo nameلأن مادام هي + +441 +00:39:42,360 --> 00:39:47,380 +federable الصورة يبقى أكيد انها ID معرف في ال R + +442 +00:39:47,380 --> 00:39:51,600 +file فبتعطيله اسم الصورة و بدك تقوله في أي مجند + +443 +00:39:51,600 --> 00:39:55,420 +موجودة احنا عارفين كله ان الصورة موجودة federable + +444 +00:39:55,420 --> 00:39:58,520 +تمام و بتعطيله اسم ال package اللي هي بتستخدم ال + +445 +00:39:58,520 --> 00:40:03,720 +method اسمها get package name مرة تانية هذا ال get + +446 +00:40:03,720 --> 00:40:09,230 +identifier اذا انت عارف اسم الصورةكـ String و بدك + +447 +00:40:09,230 --> 00:40:11,950 +تجيب ال ID تبعها اللي هو كيبل احنا كيف عادة ما + +448 +00:40:11,950 --> 00:40:16,590 +نجيبه R.Drawable.اسم الصورة بس احنا عشان نبدنا ي + +449 +00:40:16,590 --> 00:40:22,950 +automatic يجيبه لان انت مش عارف بالظبط ان اسم + +450 +00:40:22,950 --> 00:40:27,350 +الصورة R.Drawable.فلاج واحد فلاج اتنين او غيره انت + +451 +00:40:27,350 --> 00:40:30,970 +اللي بتعرف اسم الصورةفكيبن ال mg بال ID تبعها + +452 +00:40:30,970 --> 00:40:35,330 +بتستخدم get resources و get identifier و بتعطيله + +453 +00:40:35,330 --> 00:40:38,150 +اسم الصورة لل string و بتقوله ان هذه موجودة في ال + +454 +00:40:38,150 --> 00:40:41,750 +drawable و موجودة في package name لحالي و هذا + +455 +00:40:41,750 --> 00:40:47,330 +بيقشط كلها هذه بترجع integer photo ID خلاص وصلنا + +456 +00:40:47,330 --> 00:40:50,850 +لل ID بتاع الصورة و بتقوله set image resource + +457 +00:40:50,850 --> 00:40:58,530 +photo IDهك عمل مين الصورة كل هذا ال code عشان ايش + +458 +00:40:58,530 --> 00:41:03,730 +يعبي اول سؤال لسه لسه ده اول سؤال ناشي ما الباقى + +459 +00:41:03,730 --> 00:41:10,830 +كله زيه ما هو لسه دي كخطوة تانية احنا لسه اه طوحة + +460 +00:41:10,830 --> 00:41:16,670 +تانية لسه احنا عالجيه بس بنا نعبي السؤال هات ايش + +461 +00:41:16,670 --> 00:41:18,530 +نجرب الكلام هذا اعمل run + +462 +00:41:26,650 --> 00:41:30,050 +عادى جدا الواحد لما يبرمج لازم يعمل run يصير معاه + +463 +00:41:30,050 --> 00:41:35,850 +error تمام؟ لسه + +464 +00:41:35,850 --> 00:41:36,410 +ماشتغلش + +465 +00:41:55,230 --> 00:41:59,630 +هي إيش؟ عب السؤال طبعا حظنا أنه طلع السؤال إيه + +466 +00:41:59,630 --> 00:42:02,470 +إيش؟ الصورة إيه الصورة؟ هي جابلك أين هيقع المعلم + +467 +00:42:02,470 --> 00:42:05,130 +الموضح بالشكل و جابلك الصورة و جابلك إيش هنا؟ + +468 +00:42:05,130 --> 00:42:13,530 +الخيارات المعلم يعني المعلم الموضح + +469 +00:42:13,530 --> 00:42:23,110 +بالشكل لحد الآن واضح يا جماعة؟ أقول + +470 +00:42:23,110 --> 00:42:28,130 +ما تفكرش إيه و أنا ماكنش فيه صورة؟لأ انا ليش اعمل + +471 +00:42:28,130 --> 00:42:34,030 +F ال statement مش هيقبل صورة اصلا تمام هتطلع + +472 +00:42:34,030 --> 00:42:36,230 +الصورة الافتراضية انت شيل الصورة الافتراضية اللي + +473 +00:42:36,230 --> 00:42:41,930 +هي صورة الاندرويد تمام طيب مابتدلش وقت كتير عشر + +474 +00:42:41,930 --> 00:42:44,890 +دقايق بنتش نتكمل ندخل في الموضوع ال actions لأنه + +475 +00:42:44,890 --> 00:42:48,850 +لو بدنا فيه مش هنخلص تمام فبنكمل المحاضرة دوامي يا + +476 +00:42:48,850 --> 00:42:53,510 +جماعة زي ما قلناالموضوع ده بده تجربة انت يمكن اول + +477 +00:42:53,510 --> 00:42:57,810 +ما تشوفه زيك تحسه الصعب و اكيد هيكون صعب اي واحد + +478 +00:42:57,810 --> 00:43:00,670 +بيبدأ برمجة انت مفروض مش .. هذا مش بداية هذا مفروض + +479 +00:43:00,670 --> 00:43:04,870 +انت جربته عليه كتير تمام؟ مافيش مانع حتى ان انت + +480 +00:43:04,870 --> 00:43:07,550 +ماجربتش قبل روح على البيت و جرب اشتغل هذا ال code + +481 +00:43:07,550 --> 00:43:11,890 +بإيدك تمام؟ افتح ال Android و جرب و كتب خلاص + +482 +00:43:11,890 --> 00:43:12,410 +يعطيكوا العافية +